From 2f8b1ed44a6625fd22fb484a6e94e1ea0462be4f Mon Sep 17 00:00:00 2001 From: toddheasley Date: Thu, 31 Mar 2022 15:11:44 -0400 Subject: [PATCH 1/7] Update AA+ to v2.42; port to SPM --- .gitignore | 5 + .gitmodules | 3 - .swift-version | 1 - AstronomyKit.podspec | 29 - AstronomyKit.xcodeproj/project.pbxproj | 1637 - .../xcschemes/AstronomyKit-iOS.xcscheme | 95 - .../xcschemes/AstronomyKit-macOS.xcscheme | 76 - .../xcschemes/AstronomyKit-tvOS.xcscheme | 76 - .../contents.xcplayground | 7 - .../AstronomyKit.playground/section-1.swift | 28 - AstronomyKit/Configuration/iOS/Info.plist | 26 - .../Configuration/macOS/AstronomyKit.h | 14 - AstronomyKit/Configuration/macOS/Info.plist | 26 - .../Configuration/tvOS/AstronomyKit.h | 14 - AstronomyKit/Configuration/tvOS/Info.plist | 24 - Cartfile.private | 1 - Cartfile.resolved | 1 - Carthage/Checkouts/xcconfigs | 1 - LICENSE | 21 - Package.swift | 25 + README.md | 51 +- .../AAPlus}/AAAngularSeparation.cpp | 52 +- Sources/AAPlus/AABinaryStar.cpp | 89 + .../AAPlus}/AACoordinateTransformation.cpp | 27 +- Sources/AAPlus/AADiameters.cpp | 65 + Sources/AAPlus/AAEarth.cpp | 654 + .../1.6.3 => Sources/AAPlus}/AAEclipses.cpp | 161 +- .../AAPlus}/AAElementsPlanetaryOrbit.cpp | 625 +- .../1.6.3 => Sources/AAPlus}/AAElliptical.cpp | 191 +- .../AAPlus}/AAEquationOfTime.cpp | 27 +- Sources/AAPlus/AAEquinoxesAndSolstices2.cpp | 100 + .../AAPlus}/AAGalileanMoons.cpp | 594 +- .../AA+/1.6.3 => Sources/AAPlus}/AAGlobe.cpp | 66 +- .../AAPlus}/AAIlluminatedFraction.cpp | 66 +- .../AAPlus}/AAJewishCalendar.cpp | 47 +- .../AA+/1.6.3 => Sources/AAPlus}/AAKepler.cpp | 33 +- Sources/AAPlus/AAMars.cpp | 572 + Sources/AAPlus/AAMoon.cpp | 554 + .../AAPlus}/AAMoonIlluminatedFraction.cpp | 13 +- Sources/AAPlus/AAMoonMaxDeclinations2.cpp | 149 + .../1.6.3 => Sources/AAPlus}/AAMoonNodes.cpp | 39 +- Sources/AAPlus/AAMoonNodes2.cpp | 120 + .../AAPlus}/AAMoonPerigeeApogee.cpp | 331 +- Sources/AAPlus/AAMoonPhases.cpp | 213 + Sources/AAPlus/AAMoonPhases2.cpp | 144 + Sources/AAPlus/AANeptune.cpp | 408 + .../AA+/1.6.3 => Sources/AAPlus}/AANodes.cpp | 32 +- .../1.6.3 => Sources/AAPlus}/AANutation.cpp | 132 +- .../1.6.3 => Sources/AAPlus}/AAParabolic.cpp | 93 +- .../AAPlus}/AAParallactic.cpp | 20 +- .../AAPlus}/AAPhysicalJupiter.cpp | 77 +- .../AAPlus}/AAPhysicalMars.cpp | 94 +- .../AAPlus}/AAPhysicalMoon.cpp | 181 +- .../AAPlus}/AAPhysicalSun.cpp | 26 +- .../AAPlus}/AAPlanetaryPhenomena.cpp | 280 +- Sources/AAPlus/AAPlanetaryPhenomena2.cpp | 435 + Sources/AAPlus/AAPrecession.cpp | 195 + .../1.6.3 => Sources/AAPlus}/AARefraction.cpp | 10 +- .../AAPlus}/AARiseTransitSet.cpp | 139 +- Sources/AAPlus/AASaturn.cpp | 924 + .../1.6.3 => Sources/AAPlus}/AASidereal.cpp | 27 +- .../AAPlus}/AAStellarMagnitudes.cpp | 28 +- Sources/AAPlus/AAUranus.cpp | 645 + Sources/AAPlus/AAVSOP2013.cpp | 776 + Sources/AAPlus/AAVSOP87.cpp | 120 + .../AAPlus}/AAVSOP87A_EAR.cpp | 195 +- .../AAPlus}/AAVSOP87A_EMB.cpp | 196 +- .../AAPlus}/AAVSOP87A_JUP.cpp | 195 +- .../AAPlus}/AAVSOP87A_MAR.cpp | 195 +- .../AAPlus}/AAVSOP87A_MER.cpp | 195 +- .../AAPlus}/AAVSOP87A_VEN.cpp | 195 +- .../AAPlus}/AAVSOP87B_JUP.cpp | 195 +- .../AAPlus}/AAVSOP87B_MAR.cpp | 195 +- .../AAPlus}/AAVSOP87B_MER.cpp | 195 +- .../AAPlus}/AAVSOP87B_SAT.cpp | 195 +- .../AAPlus}/AAVSOP87C_EAR.cpp | 187 +- .../AAPlus}/AAVSOP87C_JUP.cpp | 195 +- .../AAPlus}/AAVSOP87C_MAR.cpp | 195 +- .../AAPlus}/AAVSOP87C_MER.cpp | 195 +- .../AAPlus}/AAVSOP87C_NEP.cpp | 195 +- .../AAPlus}/AAVSOP87C_SAT.cpp | 195 +- .../AAPlus}/AAVSOP87C_URA.cpp | 195 +- .../AAPlus}/AAVSOP87C_VEN.cpp | 195 +- .../AAPlus}/AAVSOP87D_EAR.cpp | 187 +- .../AAPlus}/AAVSOP87D_JUP.cpp | 195 +- .../AAPlus}/AAVSOP87D_MER.cpp | 195 +- .../AAPlus}/AAVSOP87D_NEP.cpp | 187 +- .../AAPlus}/AAVSOP87D_SAT.cpp | 195 +- .../AAPlus}/AAVSOP87D_URA.cpp | 179 +- .../AAPlus}/AAVSOP87D_VEN.cpp | 195 +- .../AAPlus}/AAVSOP87E_MAR.cpp | 195 +- .../AAPlus}/AAVSOP87E_MER.cpp | 195 +- .../AAPlus}/AAVSOP87E_NEP.cpp | 163 +- .../AAPlus}/AAVSOP87E_SAT.cpp | 195 +- .../AAPlus}/AAVSOP87E_URA.cpp | 163 +- .../1.6.3 => Sources/AAPlus}/AAVSOP87_EMB.cpp | 337 +- .../1.6.3 => Sources/AAPlus}/AAVSOP87_MER.cpp | 321 +- .../1.6.3 => Sources/AAPlus}/AAVSOP87_SAT.cpp | 345 +- .../1.6.3 => Sources/AAPlus}/AAVSOP87_VEN.cpp | 321 +- Sources/AAPlus/AAVenus.cpp | 360 + .../1.6.3 => Sources/AAPlus}/CMakeLists.txt | 337 +- .../AA+.h => Sources/AAPlus/include/AA.h | 27 +- .../AAPlus/include}/AA2DCoordinate.h | 14 +- .../AAPlus/include}/AA3DCoordinate.h | 19 +- Sources/AAPlus/include/AAAberration.cpp | 221 + .../AAPlus/include}/AAAberration.h | 10 +- .../AAPlus/include}/AAAngularSeparation.h | 12 +- .../AAPlus/include}/AABinaryStar.h | 25 +- .../include}/AACoordinateTransformation.h | 46 +- .../AAPlus/include}/AADate.cpp | 158 +- Sources/AAPlus/include/AADate.h | 121 + Sources/AAPlus/include/AADefines.h | 37 + Sources/AAPlus/include/AADiameters.h | 163 + Sources/AAPlus/include/AADynamicalTime.cpp | 19519 +++++++ .../AAPlus/include}/AADynamicalTime.h | 25 +- Sources/AAPlus/include/AAELP2000.cpp | 38944 +++++++++++++ Sources/AAPlus/include/AAELP2000.h | 122 + Sources/AAPlus/include/AAELPMPP02.cpp | 47590 ++++++++++++++++ Sources/AAPlus/include/AAELPMPP02.h | 69 + .../AAPlus/include}/AAEarth.h | 38 +- Sources/AAPlus/include/AAEaster.h | 91 + Sources/AAPlus/include/AAEclipses.h | 88 + .../AAPlus/include}/AAEclipticalElements.cpp | 73 +- .../AAPlus/include}/AAEclipticalElements.h | 21 +- .../AAPlus/include/AAElementsPlanetaryOrbit.h | 303 + Sources/AAPlus/include/AAElliptical.h | 128 + .../AAPlus/include}/AAEquationOfTime.h | 6 +- .../include}/AAEquinoxesAndSolstices.cpp | 127 +- .../AAPlus/include}/AAEquinoxesAndSolstices.h | 20 +- .../AAPlus/include/AAEquinoxesAndSolstices2.h | 70 + .../AAPlus/include}/AAFK5.cpp | 60 +- .../1.6.3 => Sources/AAPlus/include}/AAFK5.h | 14 +- .../AAPlus/include}/AAGalileanMoons.h | 43 +- .../AAPlus/include}/AAGlobe.h | 14 +- .../AAPlus/include}/AAIlluminatedFraction.h | 49 +- Sources/AAPlus/include/AAInterpolate.cpp | 223 + Sources/AAPlus/include/AAInterpolate.h | 92 + .../AAPlus/include}/AAJewishCalendar.h | 30 +- Sources/AAPlus/include/AAJupiter.cpp | 793 + .../AAPlus/include}/AAJupiter.h | 10 +- .../AAPlus/include}/AAKepler.h | 6 +- .../1.6.3 => Sources/AAPlus/include}/AAMars.h | 10 +- Sources/AAPlus/include/AAMercury.cpp | 429 + .../AAPlus/include}/AAMercury.h | 10 +- .../1.6.3 => Sources/AAPlus/include}/AAMoon.h | 30 +- .../include}/AAMoonIlluminatedFraction.h | 12 +- .../AAPlus/include}/AAMoonMaxDeclinations.cpp | 217 +- .../AAPlus/include/AAMoonMaxDeclinations.h | 75 + .../AAPlus/include/AAMoonMaxDeclinations2.h | 86 + .../AAPlus/include}/AAMoonNodes.h | 12 +- Sources/AAPlus/include/AAMoonNodes2.h | 83 + Sources/AAPlus/include/AAMoonPerigeeApogee.h | 73 + .../AAPlus/include/AAMoonPerigeeApogee2.cpp | 123 + Sources/AAPlus/include/AAMoonPerigeeApogee2.h | 85 + .../AAPlus/include}/AAMoonPhases.h | 37 +- Sources/AAPlus/include/AAMoonPhases2.h | 85 + .../AAPlus/include}/AAMoslemCalendar.cpp | 66 +- .../AAPlus/include}/AAMoslemCalendar.h | 28 +- .../AAPlus/include}/AANearParabolic.cpp | 115 +- Sources/AAPlus/include/AANearParabolic.h | 85 + .../AAPlus/include}/AANeptune.h | 10 +- .../AAPlus/include}/AANodes.h | 24 +- .../AAPlus/include}/AANutation.h | 16 +- Sources/AAPlus/include/AAParabolic.h | 83 + .../AAPlus/include}/AAParallactic.h | 12 +- .../AAPlus/include}/AAParallax.cpp | 78 +- .../AAPlus/include}/AAParallax.h | 27 +- .../AAPlus/include}/AAPhysicalJupiter.h | 31 +- .../AAPlus/include}/AAPhysicalMars.h | 33 +- .../AAPlus/include}/AAPhysicalMoon.h | 60 +- .../AAPlus/include}/AAPhysicalSun.h | 21 +- .../include/AAPlanetPerihelionAphelion.cpp | 100 + .../include/AAPlanetPerihelionAphelion.h | 151 + .../include/AAPlanetPerihelionAphelion2.cpp | 136 + .../include/AAPlanetPerihelionAphelion2.h | 82 + .../AAPlus/include}/AAPlanetaryPhenomena.h | 16 +- .../AAPlus/include/AAPlanetaryPhenomena2.h | 110 + Sources/AAPlus/include/AAPluto.cpp | 316 + .../AAPlus/include}/AAPluto.h | 10 +- .../AAPlus/include}/AAPrecession.h | 16 +- .../AAPlus/include}/AARefraction.h | 10 +- .../AAPlus/include}/AARiseTransitSet.h | 47 +- Sources/AAPlus/include/AARiseTransitSet2.cpp | 525 + Sources/AAPlus/include/AARiseTransitSet2.h | 116 + .../AAPlus/include}/AASaturn.h | 10 +- .../AAPlus/include}/AASaturnMoons.cpp | 425 +- .../AAPlus/include}/AASaturnMoons.h | 33 +- .../AAPlus/include}/AASaturnRings.cpp | 63 +- .../AAPlus/include}/AASaturnRings.h | 35 +- .../AAPlus/include}/AASidereal.h | 8 +- .../AAPlus/include}/AAStellarMagnitudes.h | 12 +- Sources/AAPlus/include/AASun.cpp | 207 + .../1.6.3 => Sources/AAPlus/include}/AASun.h | 31 +- .../AAPlus/include}/AAUranus.h | 10 +- Sources/AAPlus/include/AAVSOP2013.h | 313 + .../AAPlus/include}/AAVSOP87.h | 16 +- .../AAPlus/include}/AAVSOP87A_EAR.h | 15 +- .../AAPlus/include}/AAVSOP87A_EMB.h | 15 +- .../AAPlus/include}/AAVSOP87A_JUP.h | 15 +- .../AAPlus/include}/AAVSOP87A_MAR.h | 15 +- .../AAPlus/include}/AAVSOP87A_MER.h | 15 +- .../AAPlus/include}/AAVSOP87A_NEP.cpp | 163 +- .../AAPlus/include}/AAVSOP87A_NEP.h | 15 +- .../AAPlus/include}/AAVSOP87A_SAT.cpp | 195 +- .../AAPlus/include}/AAVSOP87A_SAT.h | 15 +- .../AAPlus/include}/AAVSOP87A_URA.cpp | 163 +- .../AAPlus/include}/AAVSOP87A_URA.h | 15 +- .../AAPlus/include}/AAVSOP87A_VEN.h | 15 +- .../AAPlus/include}/AAVSOP87B_EAR.cpp | 195 +- .../AAPlus/include}/AAVSOP87B_EAR.h | 15 +- .../AAPlus/include}/AAVSOP87B_JUP.h | 15 +- .../AAPlus/include}/AAVSOP87B_MAR.h | 15 +- .../AAPlus/include}/AAVSOP87B_MER.h | 15 +- .../AAPlus/include}/AAVSOP87B_NEP.cpp | 155 +- .../AAPlus/include}/AAVSOP87B_NEP.h | 15 +- .../AAPlus/include}/AAVSOP87B_SAT.h | 15 +- .../AAPlus/include}/AAVSOP87B_URA.cpp | 163 +- .../AAPlus/include}/AAVSOP87B_URA.h | 15 +- .../AAPlus/include}/AAVSOP87B_VEN.cpp | 195 +- .../AAPlus/include}/AAVSOP87B_VEN.h | 15 +- .../AAPlus/include}/AAVSOP87C_EAR.h | 15 +- .../AAPlus/include}/AAVSOP87C_JUP.h | 15 +- .../AAPlus/include}/AAVSOP87C_MAR.h | 15 +- .../AAPlus/include}/AAVSOP87C_MER.h | 15 +- .../AAPlus/include}/AAVSOP87C_NEP.h | 15 +- .../AAPlus/include}/AAVSOP87C_SAT.h | 15 +- .../AAPlus/include}/AAVSOP87C_URA.h | 15 +- .../AAPlus/include}/AAVSOP87C_VEN.h | 15 +- .../AAPlus/include}/AAVSOP87D_EAR.h | 15 +- .../AAPlus/include}/AAVSOP87D_JUP.h | 15 +- .../AAPlus/include}/AAVSOP87D_MAR.cpp | 195 +- .../AAPlus/include}/AAVSOP87D_MAR.h | 15 +- .../AAPlus/include}/AAVSOP87D_MER.h | 15 +- .../AAPlus/include}/AAVSOP87D_NEP.h | 15 +- .../AAPlus/include}/AAVSOP87D_SAT.h | 15 +- .../AAPlus/include}/AAVSOP87D_URA.h | 15 +- .../AAPlus/include}/AAVSOP87D_VEN.h | 15 +- .../AAPlus/include}/AAVSOP87E_EAR.cpp | 195 +- .../AAPlus/include}/AAVSOP87E_EAR.h | 15 +- .../AAPlus/include}/AAVSOP87E_JUP.cpp | 195 +- .../AAPlus/include}/AAVSOP87E_JUP.h | 15 +- .../AAPlus/include}/AAVSOP87E_MAR.h | 15 +- .../AAPlus/include}/AAVSOP87E_MER.h | 15 +- .../AAPlus/include}/AAVSOP87E_NEP.h | 15 +- .../AAPlus/include}/AAVSOP87E_SAT.h | 15 +- .../AAPlus/include}/AAVSOP87E_SUN.cpp | 195 +- .../AAPlus/include}/AAVSOP87E_SUN.h | 15 +- .../AAPlus/include}/AAVSOP87E_URA.h | 15 +- .../AAPlus/include}/AAVSOP87E_VEN.cpp | 195 +- .../AAPlus/include}/AAVSOP87E_VEN.h | 15 +- .../AAPlus/include}/AAVSOP87_EMB.h | 15 +- .../AAPlus/include}/AAVSOP87_JUP.cpp | 313 +- .../AAPlus/include}/AAVSOP87_JUP.h | 15 +- .../AAPlus/include}/AAVSOP87_MAR.cpp | 329 +- .../AAPlus/include}/AAVSOP87_MAR.h | 15 +- .../AAPlus/include}/AAVSOP87_MER.h | 15 +- .../AAPlus/include}/AAVSOP87_NEP.cpp | 329 +- .../AAPlus/include}/AAVSOP87_NEP.h | 15 +- .../AAPlus/include}/AAVSOP87_SAT.h | 15 +- .../AAPlus/include}/AAVSOP87_URA.cpp | 313 +- .../AAPlus/include}/AAVSOP87_URA.h | 15 +- .../AAPlus/include}/AAVSOP87_VEN.h | 15 +- .../AAPlus/include}/AAVenus.h | 10 +- Sources/AAPlus/include/stdafx.h | 35 + Sources/AAPlus/index.html | 10893 ++++ .../AA+/1.6.3 => Sources/AAPlus}/stdafx.cpp | 0 .../AstronomyKit}/AstronomicalCalculations.mm | 4 +- .../AstronomyKit}/NSCalendar+AstronomyKit.m | 0 .../include}/AstronomicalCalculations.h | 0 .../AstronomyKit/include}/AstronomyKit.h | 4 +- .../include}/NSCalendar+AstronomyKit.h | 0 Tests/AstronomyKitTests.m | 40 - Tests/Info.plist | 24 - Vendor/AA+/1.6.3/AA+.htm | 8893 --- Vendor/AA+/1.6.3/AAAberration.cpp | 221 - Vendor/AA+/1.6.3/AABinaryStar.cpp | 76 - Vendor/AA+/1.6.3/AADate.h | 115 - Vendor/AA+/1.6.3/AADiameters.cpp | 176 - Vendor/AA+/1.6.3/AADiameters.h | 70 - Vendor/AA+/1.6.3/AADynamicalTime.cpp | 912 - Vendor/AA+/1.6.3/AAEarth.cpp | 684 - Vendor/AA+/1.6.3/AAEaster.cpp | 67 - Vendor/AA+/1.6.3/AAEaster.h | 59 - Vendor/AA+/1.6.3/AAEclipses.h | 106 - Vendor/AA+/1.6.3/AAElementsPlanetaryOrbit.h | 137 - Vendor/AA+/1.6.3/AAElliptical.h | 156 - Vendor/AA+/1.6.3/AAInterpolate.cpp | 247 - Vendor/AA+/1.6.3/AAInterpolate.h | 54 - Vendor/AA+/1.6.3/AAJupiter.cpp | 809 - Vendor/AA+/1.6.3/AAMars.cpp | 587 - Vendor/AA+/1.6.3/AAMercury.cpp | 443 - Vendor/AA+/1.6.3/AAMoon.cpp | 535 - Vendor/AA+/1.6.3/AAMoonMaxDeclinations.h | 49 - Vendor/AA+/1.6.3/AAMoonPerigeeApogee.h | 51 - Vendor/AA+/1.6.3/AAMoonPhases.cpp | 228 - Vendor/AA+/1.6.3/AANearParabolic.h | 112 - Vendor/AA+/1.6.3/AANeptune.cpp | 423 - Vendor/AA+/1.6.3/AAParabolic.h | 109 - .../AA+/1.6.3/AAPlanetPerihelionAphelion.cpp | 226 - Vendor/AA+/1.6.3/AAPlanetPerihelionAphelion.h | 75 - Vendor/AA+/1.6.3/AAPluto.cpp | 305 - Vendor/AA+/1.6.3/AAPrecession.cpp | 201 - Vendor/AA+/1.6.3/AASaturn.cpp | 940 - Vendor/AA+/1.6.3/AASun.cpp | 162 - Vendor/AA+/1.6.3/AATest.cpp | 2920 - Vendor/AA+/1.6.3/AATest.sln | 20 - Vendor/AA+/1.6.3/AATest.vcproj | 2027 - Vendor/AA+/1.6.3/AAUranus.cpp | 658 - Vendor/AA+/1.6.3/AAVSOP87.cpp | 88 - Vendor/AA+/1.6.3/AAVenus.cpp | 373 - Vendor/AA+/1.6.3/naughter.css | 24 - Vendor/AA+/1.6.3/stdafx.h | 35 - 312 files changed, 138193 insertions(+), 34206 deletions(-) create mode 100644 .gitignore delete mode 100644 .gitmodules delete mode 100644 .swift-version delete mode 100644 AstronomyKit.podspec delete mode 100644 AstronomyKit.xcodeproj/project.pbxproj delete mode 100644 AstronomyKit.xcodeproj/xcshareddata/xcschemes/AstronomyKit-iOS.xcscheme delete mode 100644 AstronomyKit.xcodeproj/xcshareddata/xcschemes/AstronomyKit-macOS.xcscheme delete mode 100644 AstronomyKit.xcodeproj/xcshareddata/xcschemes/AstronomyKit-tvOS.xcscheme delete mode 100644 AstronomyKit/AstronomyKit.playground/contents.xcplayground delete mode 100644 AstronomyKit/AstronomyKit.playground/section-1.swift delete mode 100644 AstronomyKit/Configuration/iOS/Info.plist delete mode 100644 AstronomyKit/Configuration/macOS/AstronomyKit.h delete mode 100644 AstronomyKit/Configuration/macOS/Info.plist delete mode 100644 AstronomyKit/Configuration/tvOS/AstronomyKit.h delete mode 100644 AstronomyKit/Configuration/tvOS/Info.plist delete mode 100644 Cartfile.private delete mode 100644 Cartfile.resolved delete mode 160000 Carthage/Checkouts/xcconfigs delete mode 100644 LICENSE create mode 100644 Package.swift rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAAngularSeparation.cpp (71%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/AABinaryStar.cpp rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AACoordinateTransformation.cpp (88%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/AADiameters.cpp create mode 100644 Sources/AAPlus/AAEarth.cpp rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAEclipses.cpp (50%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAElementsPlanetaryOrbit.cpp (54%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAElliptical.cpp (72%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAEquationOfTime.cpp (68%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/AAEquinoxesAndSolstices2.cpp rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAGalileanMoons.cpp (50%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAGlobe.cpp (55%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAIlluminatedFraction.cpp (79%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAJewishCalendar.cpp (60%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAKepler.cpp (73%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/AAMars.cpp create mode 100644 Sources/AAPlus/AAMoon.cpp rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAMoonIlluminatedFraction.cpp (87%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/AAMoonMaxDeclinations2.cpp rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAMoonNodes.cpp (70%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/AAMoonNodes2.cpp rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAMoonPerigeeApogee.cpp (52%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/AAMoonPhases.cpp create mode 100644 Sources/AAPlus/AAMoonPhases2.cpp create mode 100644 Sources/AAPlus/AANeptune.cpp rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AANodes.cpp (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AANutation.cpp (66%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAParabolic.cpp (68%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAParallactic.cpp (71%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAPhysicalJupiter.cpp (63%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAPhysicalMars.cpp (53%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAPhysicalMoon.cpp (59%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAPhysicalSun.cpp (74%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAPlanetaryPhenomena.cpp (70%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/AAPlanetaryPhenomena2.cpp create mode 100644 Sources/AAPlus/AAPrecession.cpp rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AARefraction.cpp (90%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AARiseTransitSet.cpp (57%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/AASaturn.cpp rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AASidereal.cpp (63%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAStellarMagnitudes.cpp (73%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/AAUranus.cpp create mode 100644 Sources/AAPlus/AAVSOP2013.cpp create mode 100644 Sources/AAPlus/AAVSOP87.cpp rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87A_EAR.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87A_EMB.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87A_JUP.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87A_MAR.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87A_MER.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87A_VEN.cpp (96%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87B_JUP.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87B_MAR.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87B_MER.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87B_SAT.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87C_EAR.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87C_JUP.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87C_MAR.cpp (98%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87C_MER.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87C_NEP.cpp (96%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87C_SAT.cpp (98%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87C_URA.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87C_VEN.cpp (96%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87D_EAR.cpp (96%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87D_JUP.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87D_MER.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87D_NEP.cpp (96%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87D_SAT.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87D_URA.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87D_VEN.cpp (95%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87E_MAR.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87E_MER.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87E_NEP.cpp (96%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87E_SAT.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87E_URA.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87_EMB.cpp (96%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87_MER.cpp (96%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87_SAT.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/AAVSOP87_VEN.cpp (96%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/AAVenus.cpp rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/CMakeLists.txt (88%) mode change 100755 => 100644 rename Vendor/AA+/1.6.3/AA+.h => Sources/AAPlus/include/AA.h (81%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AA2DCoordinate.h (81%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AA3DCoordinate.h (78%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/AAAberration.cpp rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAAberration.h (84%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAAngularSeparation.h (83%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AABinaryStar.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AACoordinateTransformation.h (67%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AADate.cpp (72%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/AADate.h create mode 100644 Sources/AAPlus/include/AADefines.h create mode 100644 Sources/AAPlus/include/AADiameters.h create mode 100644 Sources/AAPlus/include/AADynamicalTime.cpp rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AADynamicalTime.h (74%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/AAELP2000.cpp create mode 100644 Sources/AAPlus/include/AAELP2000.h create mode 100644 Sources/AAPlus/include/AAELPMPP02.cpp create mode 100644 Sources/AAPlus/include/AAELPMPP02.h rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAEarth.h (58%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/AAEaster.h create mode 100644 Sources/AAPlus/include/AAEclipses.h rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAEclipticalElements.cpp (61%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAEclipticalElements.h (76%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/AAElementsPlanetaryOrbit.h create mode 100644 Sources/AAPlus/include/AAElliptical.h rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAEquationOfTime.h (85%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAEquinoxesAndSolstices.cpp (70%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAEquinoxesAndSolstices.h (83%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/AAEquinoxesAndSolstices2.h rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAFK5.cpp (69%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAFK5.h (78%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAGalileanMoons.h (65%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAGlobe.h (64%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAIlluminatedFraction.h (62%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/AAInterpolate.cpp create mode 100644 Sources/AAPlus/include/AAInterpolate.h rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAJewishCalendar.h (60%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/AAJupiter.cpp rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAJupiter.h (85%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAKepler.h (89%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAMars.h (85%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/AAMercury.cpp rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAMercury.h (85%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAMoon.h (63%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAMoonIlluminatedFraction.h (79%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAMoonMaxDeclinations.cpp (57%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/AAMoonMaxDeclinations.h create mode 100644 Sources/AAPlus/include/AAMoonMaxDeclinations2.h rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAMoonNodes.h (80%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/AAMoonNodes2.h create mode 100644 Sources/AAPlus/include/AAMoonPerigeeApogee.h create mode 100644 Sources/AAPlus/include/AAMoonPerigeeApogee2.cpp create mode 100644 Sources/AAPlus/include/AAMoonPerigeeApogee2.h rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAMoonPhases.h (50%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/AAMoonPhases2.h rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAMoslemCalendar.cpp (63%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAMoslemCalendar.h (65%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AANearParabolic.cpp (63%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/AANearParabolic.h rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AANeptune.h (85%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AANodes.h (77%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AANutation.h (73%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/AAParabolic.h rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAParallactic.h (79%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAParallax.cpp (63%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAParallax.h (74%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAPhysicalJupiter.h (67%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAPhysicalMars.h (69%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAPhysicalMoon.h (65%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAPhysicalSun.h (77%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/AAPlanetPerihelionAphelion.cpp create mode 100644 Sources/AAPlus/include/AAPlanetPerihelionAphelion.h create mode 100644 Sources/AAPlus/include/AAPlanetPerihelionAphelion2.cpp create mode 100644 Sources/AAPlus/include/AAPlanetPerihelionAphelion2.h rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAPlanetaryPhenomena.h (74%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/AAPlanetaryPhenomena2.h create mode 100644 Sources/AAPlus/include/AAPluto.cpp rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAPluto.h (79%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAPrecession.h (84%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AARefraction.h (83%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AARiseTransitSet.h (56%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/AARiseTransitSet2.cpp create mode 100644 Sources/AAPlus/include/AARiseTransitSet2.h rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AASaturn.h (85%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AASaturnMoons.cpp (63%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AASaturnMoons.h (75%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AASaturnRings.cpp (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AASaturnRings.h (69%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AASidereal.h (81%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAStellarMagnitudes.h (77%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/AASun.cpp rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AASun.h (76%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAUranus.h (85%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/AAVSOP2013.h rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87.h (76%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87A_EAR.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87A_EMB.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87A_JUP.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87A_MAR.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87A_MER.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87A_NEP.cpp (96%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87A_NEP.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87A_SAT.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87A_SAT.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87A_URA.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87A_URA.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87A_VEN.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87B_EAR.cpp (96%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87B_EAR.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87B_JUP.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87B_MAR.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87B_MER.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87B_NEP.cpp (96%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87B_NEP.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87B_SAT.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87B_URA.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87B_URA.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87B_VEN.cpp (95%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87B_VEN.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87C_EAR.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87C_JUP.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87C_MAR.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87C_MER.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87C_NEP.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87C_SAT.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87C_URA.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87C_VEN.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87D_EAR.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87D_JUP.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87D_MAR.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87D_MAR.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87D_MER.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87D_NEP.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87D_SAT.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87D_URA.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87D_VEN.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87E_EAR.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87E_EAR.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87E_JUP.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87E_JUP.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87E_MAR.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87E_MER.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87E_NEP.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87E_SAT.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87E_SUN.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87E_SUN.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87E_URA.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87E_VEN.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87E_VEN.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87_EMB.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87_JUP.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87_JUP.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87_MAR.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87_MAR.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87_MER.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87_NEP.cpp (97%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87_NEP.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87_SAT.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87_URA.cpp (98%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87_URA.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVSOP87_VEN.h (73%) mode change 100755 => 100644 rename {Vendor/AA+/1.6.3 => Sources/AAPlus/include}/AAVenus.h (85%) mode change 100755 => 100644 create mode 100644 Sources/AAPlus/include/stdafx.h create mode 100644 Sources/AAPlus/index.html rename {Vendor/AA+/1.6.3 => Sources/AAPlus}/stdafx.cpp (100%) mode change 100755 => 100644 rename {AstronomyKit => Sources/AstronomyKit}/AstronomicalCalculations.mm (99%) rename {AstronomyKit => Sources/AstronomyKit}/NSCalendar+AstronomyKit.m (100%) rename {AstronomyKit => Sources/AstronomyKit/include}/AstronomicalCalculations.h (100%) rename {AstronomyKit/Configuration/iOS => Sources/AstronomyKit/include}/AstronomyKit.h (75%) rename {AstronomyKit => Sources/AstronomyKit/include}/NSCalendar+AstronomyKit.h (100%) delete mode 100644 Tests/AstronomyKitTests.m delete mode 100644 Tests/Info.plist delete mode 100755 Vendor/AA+/1.6.3/AA+.htm delete mode 100755 Vendor/AA+/1.6.3/AAAberration.cpp delete mode 100755 Vendor/AA+/1.6.3/AABinaryStar.cpp delete mode 100755 Vendor/AA+/1.6.3/AADate.h delete mode 100755 Vendor/AA+/1.6.3/AADiameters.cpp delete mode 100755 Vendor/AA+/1.6.3/AADiameters.h delete mode 100755 Vendor/AA+/1.6.3/AADynamicalTime.cpp delete mode 100755 Vendor/AA+/1.6.3/AAEarth.cpp delete mode 100755 Vendor/AA+/1.6.3/AAEaster.cpp delete mode 100755 Vendor/AA+/1.6.3/AAEaster.h delete mode 100755 Vendor/AA+/1.6.3/AAEclipses.h delete mode 100755 Vendor/AA+/1.6.3/AAElementsPlanetaryOrbit.h delete mode 100755 Vendor/AA+/1.6.3/AAElliptical.h delete mode 100755 Vendor/AA+/1.6.3/AAInterpolate.cpp delete mode 100755 Vendor/AA+/1.6.3/AAInterpolate.h delete mode 100755 Vendor/AA+/1.6.3/AAJupiter.cpp delete mode 100755 Vendor/AA+/1.6.3/AAMars.cpp delete mode 100755 Vendor/AA+/1.6.3/AAMercury.cpp delete mode 100755 Vendor/AA+/1.6.3/AAMoon.cpp delete mode 100755 Vendor/AA+/1.6.3/AAMoonMaxDeclinations.h delete mode 100755 Vendor/AA+/1.6.3/AAMoonPerigeeApogee.h delete mode 100755 Vendor/AA+/1.6.3/AAMoonPhases.cpp delete mode 100755 Vendor/AA+/1.6.3/AANearParabolic.h delete mode 100755 Vendor/AA+/1.6.3/AANeptune.cpp delete mode 100755 Vendor/AA+/1.6.3/AAParabolic.h delete mode 100755 Vendor/AA+/1.6.3/AAPlanetPerihelionAphelion.cpp delete mode 100755 Vendor/AA+/1.6.3/AAPlanetPerihelionAphelion.h delete mode 100755 Vendor/AA+/1.6.3/AAPluto.cpp delete mode 100755 Vendor/AA+/1.6.3/AAPrecession.cpp delete mode 100755 Vendor/AA+/1.6.3/AASaturn.cpp delete mode 100755 Vendor/AA+/1.6.3/AASun.cpp delete mode 100755 Vendor/AA+/1.6.3/AATest.cpp delete mode 100755 Vendor/AA+/1.6.3/AATest.sln delete mode 100755 Vendor/AA+/1.6.3/AATest.vcproj delete mode 100755 Vendor/AA+/1.6.3/AAUranus.cpp delete mode 100755 Vendor/AA+/1.6.3/AAVSOP87.cpp delete mode 100755 Vendor/AA+/1.6.3/AAVenus.cpp delete mode 100755 Vendor/AA+/1.6.3/naughter.css delete mode 100755 Vendor/AA+/1.6.3/stdafx.h diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..7d3b1ea --- /dev/null +++ b/.gitignore @@ -0,0 +1,5 @@ +.DS_Store +xcuserdata +Package.resolved +.swiftpm +.build/ diff --git a/.gitmodules b/.gitmodules deleted file mode 100644 index 5d05ab1..0000000 --- a/.gitmodules +++ /dev/null @@ -1,3 +0,0 @@ -[submodule "Carthage/Checkouts/xcconfigs"] - path = Carthage/Checkouts/xcconfigs - url = ssh://git@github.com/jspahrsummers/xcconfigs.git diff --git a/.swift-version b/.swift-version deleted file mode 100644 index 8c50098..0000000 --- a/.swift-version +++ /dev/null @@ -1 +0,0 @@ -3.1 diff --git a/AstronomyKit.podspec b/AstronomyKit.podspec deleted file mode 100644 index e6e95af..0000000 --- a/AstronomyKit.podspec +++ /dev/null @@ -1,29 +0,0 @@ -# -# Be sure to run `pod lib lint TestPod.podspec' to ensure this is a -# valid spec before submitting. -# -# Any lines starting with a # are optional, but their use is encouraged -# To learn more about a Podspec see http://guides.cocoapods.org/syntax/podspec.html -# - -Pod::Spec.new do |s| - s.name = "AstronomyKit" - s.version = "1.6.0" - s.summary = "Compute various aspects of the solar system." - - s.description = <<~DESC - "Compute various aspects of the solar system. AstronomyKit uses AA+ to perform these computations." - DESC - - s.homepage = "https://github.com/hodinkee/AstronomyKit" - s.license = { :type => "MIT", :file => "LICENSE" } - s.author = { "Caleb Davenport" => "caleb@hodinkee.com" } - s.source = { :git => "https://github.com/hodinkee/AstronomyKit.git", :tag => "v#{s.version.to_s}", :submodules => true } - - s.ios.deployment_target = "9.0" - - s.source_files = "Vendor/AA+/1.6.3/*.{h,cpp}", "AstronomyKit/*.{h,mm,m}" - - s.exclude_files = "Vendor/AA+/1.6.3/AATest.cpp", "Vendor/AA+/1.6.3/AAEaster.cpp" - s.public_header_files = "AstronomyKit/AstronomicalCalculations.h", "AstronomyKit/NSCalendar+AstronomyKit.h" -end diff --git a/AstronomyKit.xcodeproj/project.pbxproj b/AstronomyKit.xcodeproj/project.pbxproj deleted file mode 100644 index f53ab41..0000000 --- a/AstronomyKit.xcodeproj/project.pbxproj +++ /dev/null @@ -1,1637 +0,0 @@ -// !$*UTF8*$! -{ - archiveVersion = 1; - classes = { - }; - objectVersion = 46; - objects = { - -/* Begin PBXBuildFile section */ - 3B67E2381DDC07F80025B5E3 /* AstronomicalCalculations.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BE053F81B96434A00CC8DF0 /* AstronomicalCalculations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B67E2391DDC07F90025B5E3 /* AstronomicalCalculations.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BE053F81B96434A00CC8DF0 /* AstronomicalCalculations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B67E23A1DDC07FF0025B5E3 /* NSCalendar+AstronomyKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BE053FB1B96434A00CC8DF0 /* NSCalendar+AstronomyKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B67E23B1DDC07FF0025B5E3 /* NSCalendar+AstronomyKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BE053FB1B96434A00CC8DF0 /* NSCalendar+AstronomyKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B67E23C1DDC08050025B5E3 /* NSCalendar+AstronomyKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BE053FC1B96434A00CC8DF0 /* NSCalendar+AstronomyKit.m */; }; - 3B67E23D1DDC08060025B5E3 /* NSCalendar+AstronomyKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BE053FC1B96434A00CC8DF0 /* NSCalendar+AstronomyKit.m */; }; - 3B67E23E1DDC08080025B5E3 /* AstronomicalCalculations.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3BE053F91B96434A00CC8DF0 /* AstronomicalCalculations.mm */; }; - 3B67E23F1DDC08080025B5E3 /* AstronomicalCalculations.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3BE053F91B96434A00CC8DF0 /* AstronomicalCalculations.mm */; }; - 3B9560E01D9CB6A50037618E /* AstronomyKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B9560DC1D9CB6980037618E /* AstronomyKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B9560E11D9CB6A70037618E /* AstronomyKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B9560D91D9CB6980037618E /* AstronomyKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3B9560E21D9CB8650037618E /* AstronomyKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3B9560D61D9CB6980037618E /* AstronomyKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3BC03F5B1D9C2BF400DF3419 /* AA+.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E781D9C2BF400DF3419 /* AA+.h */; }; - 3BC03F5D1D9C2BF400DF3419 /* AA2DCoordinate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E7A1D9C2BF400DF3419 /* AA2DCoordinate.h */; }; - 3BC03F5E1D9C2BF400DF3419 /* AA3DCoordinate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E7B1D9C2BF400DF3419 /* AA3DCoordinate.h */; }; - 3BC03F5F1D9C2BF400DF3419 /* AAAberration.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03E7C1D9C2BF400DF3419 /* AAAberration.cpp */; }; - 3BC03F601D9C2BF400DF3419 /* AAAberration.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E7D1D9C2BF400DF3419 /* AAAberration.h */; }; - 3BC03F611D9C2BF400DF3419 /* AAAngularSeparation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03E7E1D9C2BF400DF3419 /* AAAngularSeparation.cpp */; }; - 3BC03F621D9C2BF400DF3419 /* AAAngularSeparation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E7F1D9C2BF400DF3419 /* AAAngularSeparation.h */; }; - 3BC03F631D9C2BF400DF3419 /* AABinaryStar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03E801D9C2BF400DF3419 /* AABinaryStar.cpp */; }; - 3BC03F641D9C2BF400DF3419 /* AABinaryStar.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E811D9C2BF400DF3419 /* AABinaryStar.h */; }; - 3BC03F651D9C2BF400DF3419 /* AACoordinateTransformation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03E821D9C2BF400DF3419 /* AACoordinateTransformation.cpp */; }; - 3BC03F661D9C2BF400DF3419 /* AACoordinateTransformation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E831D9C2BF400DF3419 /* AACoordinateTransformation.h */; }; - 3BC03F671D9C2BF400DF3419 /* AADate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03E841D9C2BF400DF3419 /* AADate.cpp */; }; - 3BC03F681D9C2BF400DF3419 /* AADate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E851D9C2BF400DF3419 /* AADate.h */; }; - 3BC03F691D9C2BF400DF3419 /* AADiameters.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03E861D9C2BF400DF3419 /* AADiameters.cpp */; }; - 3BC03F6A1D9C2BF400DF3419 /* AADiameters.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E871D9C2BF400DF3419 /* AADiameters.h */; }; - 3BC03F6B1D9C2BF400DF3419 /* AADynamicalTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03E881D9C2BF400DF3419 /* AADynamicalTime.cpp */; }; - 3BC03F6C1D9C2BF400DF3419 /* AADynamicalTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E891D9C2BF400DF3419 /* AADynamicalTime.h */; }; - 3BC03F6D1D9C2BF400DF3419 /* AAEarth.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03E8A1D9C2BF400DF3419 /* AAEarth.cpp */; }; - 3BC03F6E1D9C2BF400DF3419 /* AAEarth.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E8B1D9C2BF400DF3419 /* AAEarth.h */; }; - 3BC03F701D9C2BF400DF3419 /* AAEaster.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E8D1D9C2BF400DF3419 /* AAEaster.h */; }; - 3BC03F711D9C2BF400DF3419 /* AAEclipses.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03E8E1D9C2BF400DF3419 /* AAEclipses.cpp */; }; - 3BC03F721D9C2BF400DF3419 /* AAEclipses.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E8F1D9C2BF400DF3419 /* AAEclipses.h */; }; - 3BC03F731D9C2BF400DF3419 /* AAEclipticalElements.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03E901D9C2BF400DF3419 /* AAEclipticalElements.cpp */; }; - 3BC03F741D9C2BF400DF3419 /* AAEclipticalElements.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E911D9C2BF400DF3419 /* AAEclipticalElements.h */; }; - 3BC03F751D9C2BF400DF3419 /* AAElementsPlanetaryOrbit.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03E921D9C2BF400DF3419 /* AAElementsPlanetaryOrbit.cpp */; }; - 3BC03F761D9C2BF400DF3419 /* AAElementsPlanetaryOrbit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E931D9C2BF400DF3419 /* AAElementsPlanetaryOrbit.h */; }; - 3BC03F771D9C2BF400DF3419 /* AAElliptical.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03E941D9C2BF400DF3419 /* AAElliptical.cpp */; }; - 3BC03F781D9C2BF400DF3419 /* AAElliptical.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E951D9C2BF400DF3419 /* AAElliptical.h */; }; - 3BC03F791D9C2BF400DF3419 /* AAEquationOfTime.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03E961D9C2BF400DF3419 /* AAEquationOfTime.cpp */; }; - 3BC03F7A1D9C2BF400DF3419 /* AAEquationOfTime.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E971D9C2BF400DF3419 /* AAEquationOfTime.h */; }; - 3BC03F7B1D9C2BF400DF3419 /* AAEquinoxesAndSolstices.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03E981D9C2BF400DF3419 /* AAEquinoxesAndSolstices.cpp */; }; - 3BC03F7C1D9C2BF400DF3419 /* AAEquinoxesAndSolstices.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E991D9C2BF400DF3419 /* AAEquinoxesAndSolstices.h */; }; - 3BC03F7D1D9C2BF400DF3419 /* AAFK5.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03E9A1D9C2BF400DF3419 /* AAFK5.cpp */; }; - 3BC03F7E1D9C2BF400DF3419 /* AAFK5.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E9B1D9C2BF400DF3419 /* AAFK5.h */; }; - 3BC03F7F1D9C2BF400DF3419 /* AAGalileanMoons.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03E9C1D9C2BF400DF3419 /* AAGalileanMoons.cpp */; }; - 3BC03F801D9C2BF400DF3419 /* AAGalileanMoons.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E9D1D9C2BF400DF3419 /* AAGalileanMoons.h */; }; - 3BC03F811D9C2BF400DF3419 /* AAGlobe.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03E9E1D9C2BF400DF3419 /* AAGlobe.cpp */; }; - 3BC03F821D9C2BF400DF3419 /* AAGlobe.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03E9F1D9C2BF400DF3419 /* AAGlobe.h */; }; - 3BC03F831D9C2BF400DF3419 /* AAIlluminatedFraction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EA01D9C2BF400DF3419 /* AAIlluminatedFraction.cpp */; }; - 3BC03F841D9C2BF400DF3419 /* AAIlluminatedFraction.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EA11D9C2BF400DF3419 /* AAIlluminatedFraction.h */; }; - 3BC03F851D9C2BF400DF3419 /* AAInterpolate.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EA21D9C2BF400DF3419 /* AAInterpolate.cpp */; }; - 3BC03F861D9C2BF400DF3419 /* AAInterpolate.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EA31D9C2BF400DF3419 /* AAInterpolate.h */; }; - 3BC03F871D9C2BF400DF3419 /* AAJewishCalendar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EA41D9C2BF400DF3419 /* AAJewishCalendar.cpp */; }; - 3BC03F881D9C2BF400DF3419 /* AAJewishCalendar.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EA51D9C2BF400DF3419 /* AAJewishCalendar.h */; }; - 3BC03F891D9C2BF400DF3419 /* AAJupiter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EA61D9C2BF400DF3419 /* AAJupiter.cpp */; }; - 3BC03F8A1D9C2BF400DF3419 /* AAJupiter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EA71D9C2BF400DF3419 /* AAJupiter.h */; }; - 3BC03F8B1D9C2BF400DF3419 /* AAKepler.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EA81D9C2BF400DF3419 /* AAKepler.cpp */; }; - 3BC03F8C1D9C2BF400DF3419 /* AAKepler.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EA91D9C2BF400DF3419 /* AAKepler.h */; }; - 3BC03F8D1D9C2BF400DF3419 /* AAMars.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EAA1D9C2BF400DF3419 /* AAMars.cpp */; }; - 3BC03F8E1D9C2BF400DF3419 /* AAMars.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EAB1D9C2BF400DF3419 /* AAMars.h */; }; - 3BC03F8F1D9C2BF400DF3419 /* AAMercury.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EAC1D9C2BF400DF3419 /* AAMercury.cpp */; }; - 3BC03F901D9C2BF400DF3419 /* AAMercury.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EAD1D9C2BF400DF3419 /* AAMercury.h */; }; - 3BC03F911D9C2BF400DF3419 /* AAMoon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EAE1D9C2BF400DF3419 /* AAMoon.cpp */; }; - 3BC03F921D9C2BF400DF3419 /* AAMoon.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EAF1D9C2BF400DF3419 /* AAMoon.h */; }; - 3BC03F931D9C2BF400DF3419 /* AAMoonIlluminatedFraction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EB01D9C2BF400DF3419 /* AAMoonIlluminatedFraction.cpp */; }; - 3BC03F941D9C2BF400DF3419 /* AAMoonIlluminatedFraction.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EB11D9C2BF400DF3419 /* AAMoonIlluminatedFraction.h */; }; - 3BC03F951D9C2BF400DF3419 /* AAMoonMaxDeclinations.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EB21D9C2BF400DF3419 /* AAMoonMaxDeclinations.cpp */; }; - 3BC03F961D9C2BF400DF3419 /* AAMoonMaxDeclinations.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EB31D9C2BF400DF3419 /* AAMoonMaxDeclinations.h */; }; - 3BC03F971D9C2BF400DF3419 /* AAMoonNodes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EB41D9C2BF400DF3419 /* AAMoonNodes.cpp */; }; - 3BC03F981D9C2BF400DF3419 /* AAMoonNodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EB51D9C2BF400DF3419 /* AAMoonNodes.h */; }; - 3BC03F991D9C2BF400DF3419 /* AAMoonPerigeeApogee.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EB61D9C2BF400DF3419 /* AAMoonPerigeeApogee.cpp */; }; - 3BC03F9A1D9C2BF400DF3419 /* AAMoonPerigeeApogee.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EB71D9C2BF400DF3419 /* AAMoonPerigeeApogee.h */; }; - 3BC03F9B1D9C2BF400DF3419 /* AAMoonPhases.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EB81D9C2BF400DF3419 /* AAMoonPhases.cpp */; }; - 3BC03F9C1D9C2BF400DF3419 /* AAMoonPhases.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EB91D9C2BF400DF3419 /* AAMoonPhases.h */; }; - 3BC03F9D1D9C2BF400DF3419 /* AAMoslemCalendar.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EBA1D9C2BF400DF3419 /* AAMoslemCalendar.cpp */; }; - 3BC03F9E1D9C2BF400DF3419 /* AAMoslemCalendar.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EBB1D9C2BF400DF3419 /* AAMoslemCalendar.h */; }; - 3BC03F9F1D9C2BF400DF3419 /* AANearParabolic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EBC1D9C2BF400DF3419 /* AANearParabolic.cpp */; }; - 3BC03FA01D9C2BF400DF3419 /* AANearParabolic.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EBD1D9C2BF400DF3419 /* AANearParabolic.h */; }; - 3BC03FA11D9C2BF400DF3419 /* AANeptune.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EBE1D9C2BF400DF3419 /* AANeptune.cpp */; }; - 3BC03FA21D9C2BF400DF3419 /* AANeptune.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EBF1D9C2BF400DF3419 /* AANeptune.h */; }; - 3BC03FA31D9C2BF400DF3419 /* AANodes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EC01D9C2BF400DF3419 /* AANodes.cpp */; }; - 3BC03FA41D9C2BF400DF3419 /* AANodes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EC11D9C2BF400DF3419 /* AANodes.h */; }; - 3BC03FA51D9C2BF400DF3419 /* AANutation.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EC21D9C2BF400DF3419 /* AANutation.cpp */; }; - 3BC03FA61D9C2BF400DF3419 /* AANutation.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EC31D9C2BF400DF3419 /* AANutation.h */; }; - 3BC03FA71D9C2BF400DF3419 /* AAParabolic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EC41D9C2BF400DF3419 /* AAParabolic.cpp */; }; - 3BC03FA81D9C2BF400DF3419 /* AAParabolic.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EC51D9C2BF400DF3419 /* AAParabolic.h */; }; - 3BC03FA91D9C2BF400DF3419 /* AAParallactic.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EC61D9C2BF400DF3419 /* AAParallactic.cpp */; }; - 3BC03FAA1D9C2BF400DF3419 /* AAParallactic.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EC71D9C2BF400DF3419 /* AAParallactic.h */; }; - 3BC03FAB1D9C2BF400DF3419 /* AAParallax.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EC81D9C2BF400DF3419 /* AAParallax.cpp */; }; - 3BC03FAC1D9C2BF400DF3419 /* AAParallax.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EC91D9C2BF400DF3419 /* AAParallax.h */; }; - 3BC03FAD1D9C2BF400DF3419 /* AAPhysicalJupiter.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03ECA1D9C2BF400DF3419 /* AAPhysicalJupiter.cpp */; }; - 3BC03FAE1D9C2BF400DF3419 /* AAPhysicalJupiter.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03ECB1D9C2BF400DF3419 /* AAPhysicalJupiter.h */; }; - 3BC03FAF1D9C2BF400DF3419 /* AAPhysicalMars.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03ECC1D9C2BF400DF3419 /* AAPhysicalMars.cpp */; }; - 3BC03FB01D9C2BF400DF3419 /* AAPhysicalMars.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03ECD1D9C2BF400DF3419 /* AAPhysicalMars.h */; }; - 3BC03FB11D9C2BF400DF3419 /* AAPhysicalMoon.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03ECE1D9C2BF400DF3419 /* AAPhysicalMoon.cpp */; }; - 3BC03FB21D9C2BF400DF3419 /* AAPhysicalMoon.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03ECF1D9C2BF400DF3419 /* AAPhysicalMoon.h */; }; - 3BC03FB31D9C2BF400DF3419 /* AAPhysicalSun.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03ED01D9C2BF400DF3419 /* AAPhysicalSun.cpp */; }; - 3BC03FB41D9C2BF400DF3419 /* AAPhysicalSun.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03ED11D9C2BF400DF3419 /* AAPhysicalSun.h */; }; - 3BC03FB51D9C2BF400DF3419 /* AAPlanetaryPhenomena.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03ED21D9C2BF400DF3419 /* AAPlanetaryPhenomena.cpp */; }; - 3BC03FB61D9C2BF400DF3419 /* AAPlanetaryPhenomena.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03ED31D9C2BF400DF3419 /* AAPlanetaryPhenomena.h */; }; - 3BC03FB71D9C2BF400DF3419 /* AAPlanetPerihelionAphelion.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03ED41D9C2BF400DF3419 /* AAPlanetPerihelionAphelion.cpp */; }; - 3BC03FB81D9C2BF400DF3419 /* AAPlanetPerihelionAphelion.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03ED51D9C2BF400DF3419 /* AAPlanetPerihelionAphelion.h */; }; - 3BC03FB91D9C2BF400DF3419 /* AAPluto.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03ED61D9C2BF400DF3419 /* AAPluto.cpp */; }; - 3BC03FBA1D9C2BF400DF3419 /* AAPluto.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03ED71D9C2BF400DF3419 /* AAPluto.h */; }; - 3BC03FBB1D9C2BF400DF3419 /* AAPrecession.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03ED81D9C2BF400DF3419 /* AAPrecession.cpp */; }; - 3BC03FBC1D9C2BF400DF3419 /* AAPrecession.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03ED91D9C2BF400DF3419 /* AAPrecession.h */; }; - 3BC03FBD1D9C2BF400DF3419 /* AARefraction.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EDA1D9C2BF400DF3419 /* AARefraction.cpp */; }; - 3BC03FBE1D9C2BF400DF3419 /* AARefraction.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EDB1D9C2BF400DF3419 /* AARefraction.h */; }; - 3BC03FBF1D9C2BF400DF3419 /* AARiseTransitSet.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EDC1D9C2BF400DF3419 /* AARiseTransitSet.cpp */; }; - 3BC03FC01D9C2BF400DF3419 /* AARiseTransitSet.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EDD1D9C2BF400DF3419 /* AARiseTransitSet.h */; }; - 3BC03FC11D9C2BF400DF3419 /* AASaturn.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EDE1D9C2BF400DF3419 /* AASaturn.cpp */; }; - 3BC03FC21D9C2BF400DF3419 /* AASaturn.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EDF1D9C2BF400DF3419 /* AASaturn.h */; }; - 3BC03FC41D9C2BF400DF3419 /* AASaturnMoons.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EE11D9C2BF400DF3419 /* AASaturnMoons.h */; }; - 3BC03FC51D9C2BF400DF3419 /* AASaturnRings.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EE21D9C2BF400DF3419 /* AASaturnRings.cpp */; }; - 3BC03FC61D9C2BF400DF3419 /* AASaturnRings.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EE31D9C2BF400DF3419 /* AASaturnRings.h */; }; - 3BC03FC71D9C2BF400DF3419 /* AASidereal.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EE41D9C2BF400DF3419 /* AASidereal.cpp */; }; - 3BC03FC81D9C2BF400DF3419 /* AASidereal.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EE51D9C2BF400DF3419 /* AASidereal.h */; }; - 3BC03FC91D9C2BF400DF3419 /* AAStellarMagnitudes.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EE61D9C2BF400DF3419 /* AAStellarMagnitudes.cpp */; }; - 3BC03FCA1D9C2BF400DF3419 /* AAStellarMagnitudes.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EE71D9C2BF400DF3419 /* AAStellarMagnitudes.h */; }; - 3BC03FCB1D9C2BF400DF3419 /* AASun.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EE81D9C2BF400DF3419 /* AASun.cpp */; }; - 3BC03FCC1D9C2BF400DF3419 /* AASun.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EE91D9C2BF400DF3419 /* AASun.h */; }; - 3BC03FD01D9C2BF400DF3419 /* AAUranus.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EED1D9C2BF400DF3419 /* AAUranus.cpp */; }; - 3BC03FD11D9C2BF400DF3419 /* AAUranus.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EEE1D9C2BF400DF3419 /* AAUranus.h */; }; - 3BC03FD21D9C2BF400DF3419 /* AAVenus.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EEF1D9C2BF400DF3419 /* AAVenus.cpp */; }; - 3BC03FD31D9C2BF400DF3419 /* AAVenus.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EF01D9C2BF400DF3419 /* AAVenus.h */; }; - 3BC03FD41D9C2BF400DF3419 /* AAVSOP87.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EF11D9C2BF400DF3419 /* AAVSOP87.cpp */; }; - 3BC03FD51D9C2BF400DF3419 /* AAVSOP87.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EF21D9C2BF400DF3419 /* AAVSOP87.h */; }; - 3BC03FD61D9C2BF400DF3419 /* AAVSOP87_EMB.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EF31D9C2BF400DF3419 /* AAVSOP87_EMB.cpp */; }; - 3BC03FD71D9C2BF400DF3419 /* AAVSOP87_EMB.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EF41D9C2BF400DF3419 /* AAVSOP87_EMB.h */; }; - 3BC03FD81D9C2BF400DF3419 /* AAVSOP87_JUP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EF51D9C2BF400DF3419 /* AAVSOP87_JUP.cpp */; }; - 3BC03FD91D9C2BF400DF3419 /* AAVSOP87_JUP.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EF61D9C2BF400DF3419 /* AAVSOP87_JUP.h */; }; - 3BC03FDA1D9C2BF400DF3419 /* AAVSOP87_MAR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EF71D9C2BF400DF3419 /* AAVSOP87_MAR.cpp */; }; - 3BC03FDB1D9C2BF400DF3419 /* AAVSOP87_MAR.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EF81D9C2BF400DF3419 /* AAVSOP87_MAR.h */; }; - 3BC03FDC1D9C2BF400DF3419 /* AAVSOP87_MER.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EF91D9C2BF400DF3419 /* AAVSOP87_MER.cpp */; }; - 3BC03FDD1D9C2BF400DF3419 /* AAVSOP87_MER.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EFA1D9C2BF400DF3419 /* AAVSOP87_MER.h */; }; - 3BC03FDE1D9C2BF400DF3419 /* AAVSOP87_NEP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EFB1D9C2BF400DF3419 /* AAVSOP87_NEP.cpp */; }; - 3BC03FDF1D9C2BF400DF3419 /* AAVSOP87_NEP.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EFC1D9C2BF400DF3419 /* AAVSOP87_NEP.h */; }; - 3BC03FE01D9C2BF400DF3419 /* AAVSOP87_SAT.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EFD1D9C2BF400DF3419 /* AAVSOP87_SAT.cpp */; }; - 3BC03FE11D9C2BF400DF3419 /* AAVSOP87_SAT.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03EFE1D9C2BF400DF3419 /* AAVSOP87_SAT.h */; }; - 3BC03FE21D9C2BF400DF3419 /* AAVSOP87_URA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03EFF1D9C2BF400DF3419 /* AAVSOP87_URA.cpp */; }; - 3BC03FE31D9C2BF400DF3419 /* AAVSOP87_URA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F001D9C2BF400DF3419 /* AAVSOP87_URA.h */; }; - 3BC03FE41D9C2BF400DF3419 /* AAVSOP87_VEN.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F011D9C2BF400DF3419 /* AAVSOP87_VEN.cpp */; }; - 3BC03FE51D9C2BF400DF3419 /* AAVSOP87_VEN.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F021D9C2BF400DF3419 /* AAVSOP87_VEN.h */; }; - 3BC03FE61D9C2BF400DF3419 /* AAVSOP87A_EAR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F031D9C2BF400DF3419 /* AAVSOP87A_EAR.cpp */; }; - 3BC03FE71D9C2BF400DF3419 /* AAVSOP87A_EAR.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F041D9C2BF400DF3419 /* AAVSOP87A_EAR.h */; }; - 3BC03FE81D9C2BF400DF3419 /* AAVSOP87A_EMB.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F051D9C2BF400DF3419 /* AAVSOP87A_EMB.cpp */; }; - 3BC03FE91D9C2BF400DF3419 /* AAVSOP87A_EMB.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F061D9C2BF400DF3419 /* AAVSOP87A_EMB.h */; }; - 3BC03FEA1D9C2BF400DF3419 /* AAVSOP87A_JUP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F071D9C2BF400DF3419 /* AAVSOP87A_JUP.cpp */; }; - 3BC03FEB1D9C2BF400DF3419 /* AAVSOP87A_JUP.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F081D9C2BF400DF3419 /* AAVSOP87A_JUP.h */; }; - 3BC03FEC1D9C2BF400DF3419 /* AAVSOP87A_MAR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F091D9C2BF400DF3419 /* AAVSOP87A_MAR.cpp */; }; - 3BC03FED1D9C2BF400DF3419 /* AAVSOP87A_MAR.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F0A1D9C2BF400DF3419 /* AAVSOP87A_MAR.h */; }; - 3BC03FEE1D9C2BF400DF3419 /* AAVSOP87A_MER.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F0B1D9C2BF400DF3419 /* AAVSOP87A_MER.cpp */; }; - 3BC03FEF1D9C2BF400DF3419 /* AAVSOP87A_MER.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F0C1D9C2BF400DF3419 /* AAVSOP87A_MER.h */; }; - 3BC03FF01D9C2BF400DF3419 /* AAVSOP87A_NEP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F0D1D9C2BF400DF3419 /* AAVSOP87A_NEP.cpp */; }; - 3BC03FF11D9C2BF400DF3419 /* AAVSOP87A_NEP.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F0E1D9C2BF400DF3419 /* AAVSOP87A_NEP.h */; }; - 3BC03FF21D9C2BF400DF3419 /* AAVSOP87A_SAT.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F0F1D9C2BF400DF3419 /* AAVSOP87A_SAT.cpp */; }; - 3BC03FF31D9C2BF400DF3419 /* AAVSOP87A_SAT.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F101D9C2BF400DF3419 /* AAVSOP87A_SAT.h */; }; - 3BC03FF41D9C2BF400DF3419 /* AAVSOP87A_URA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F111D9C2BF400DF3419 /* AAVSOP87A_URA.cpp */; }; - 3BC03FF51D9C2BF400DF3419 /* AAVSOP87A_URA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F121D9C2BF400DF3419 /* AAVSOP87A_URA.h */; }; - 3BC03FF61D9C2BF400DF3419 /* AAVSOP87A_VEN.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F131D9C2BF400DF3419 /* AAVSOP87A_VEN.cpp */; }; - 3BC03FF71D9C2BF400DF3419 /* AAVSOP87A_VEN.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F141D9C2BF400DF3419 /* AAVSOP87A_VEN.h */; }; - 3BC03FF81D9C2BF400DF3419 /* AAVSOP87B_EAR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F151D9C2BF400DF3419 /* AAVSOP87B_EAR.cpp */; }; - 3BC03FF91D9C2BF400DF3419 /* AAVSOP87B_EAR.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F161D9C2BF400DF3419 /* AAVSOP87B_EAR.h */; }; - 3BC03FFA1D9C2BF400DF3419 /* AAVSOP87B_JUP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F171D9C2BF400DF3419 /* AAVSOP87B_JUP.cpp */; }; - 3BC03FFB1D9C2BF400DF3419 /* AAVSOP87B_JUP.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F181D9C2BF400DF3419 /* AAVSOP87B_JUP.h */; }; - 3BC03FFC1D9C2BF400DF3419 /* AAVSOP87B_MAR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F191D9C2BF400DF3419 /* AAVSOP87B_MAR.cpp */; }; - 3BC03FFD1D9C2BF400DF3419 /* AAVSOP87B_MAR.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F1A1D9C2BF400DF3419 /* AAVSOP87B_MAR.h */; }; - 3BC03FFE1D9C2BF400DF3419 /* AAVSOP87B_MER.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F1B1D9C2BF400DF3419 /* AAVSOP87B_MER.cpp */; }; - 3BC03FFF1D9C2BF400DF3419 /* AAVSOP87B_MER.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F1C1D9C2BF400DF3419 /* AAVSOP87B_MER.h */; }; - 3BC040001D9C2BF400DF3419 /* AAVSOP87B_NEP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F1D1D9C2BF400DF3419 /* AAVSOP87B_NEP.cpp */; }; - 3BC040011D9C2BF400DF3419 /* AAVSOP87B_NEP.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F1E1D9C2BF400DF3419 /* AAVSOP87B_NEP.h */; }; - 3BC040021D9C2BF400DF3419 /* AAVSOP87B_SAT.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F1F1D9C2BF400DF3419 /* AAVSOP87B_SAT.cpp */; }; - 3BC040031D9C2BF400DF3419 /* AAVSOP87B_SAT.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F201D9C2BF400DF3419 /* AAVSOP87B_SAT.h */; }; - 3BC040041D9C2BF400DF3419 /* AAVSOP87B_URA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F211D9C2BF400DF3419 /* AAVSOP87B_URA.cpp */; }; - 3BC040051D9C2BF400DF3419 /* AAVSOP87B_URA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F221D9C2BF400DF3419 /* AAVSOP87B_URA.h */; }; - 3BC040061D9C2BF400DF3419 /* AAVSOP87B_VEN.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F231D9C2BF400DF3419 /* AAVSOP87B_VEN.cpp */; }; - 3BC040071D9C2BF400DF3419 /* AAVSOP87B_VEN.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F241D9C2BF400DF3419 /* AAVSOP87B_VEN.h */; }; - 3BC040081D9C2BF400DF3419 /* AAVSOP87C_EAR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F251D9C2BF400DF3419 /* AAVSOP87C_EAR.cpp */; }; - 3BC040091D9C2BF400DF3419 /* AAVSOP87C_EAR.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F261D9C2BF400DF3419 /* AAVSOP87C_EAR.h */; }; - 3BC0400A1D9C2BF400DF3419 /* AAVSOP87C_JUP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F271D9C2BF400DF3419 /* AAVSOP87C_JUP.cpp */; }; - 3BC0400B1D9C2BF400DF3419 /* AAVSOP87C_JUP.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F281D9C2BF400DF3419 /* AAVSOP87C_JUP.h */; }; - 3BC0400C1D9C2BF400DF3419 /* AAVSOP87C_MAR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F291D9C2BF400DF3419 /* AAVSOP87C_MAR.cpp */; }; - 3BC0400D1D9C2BF400DF3419 /* AAVSOP87C_MAR.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F2A1D9C2BF400DF3419 /* AAVSOP87C_MAR.h */; }; - 3BC0400E1D9C2BF400DF3419 /* AAVSOP87C_MER.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F2B1D9C2BF400DF3419 /* AAVSOP87C_MER.cpp */; }; - 3BC0400F1D9C2BF400DF3419 /* AAVSOP87C_MER.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F2C1D9C2BF400DF3419 /* AAVSOP87C_MER.h */; }; - 3BC040101D9C2BF400DF3419 /* AAVSOP87C_NEP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F2D1D9C2BF400DF3419 /* AAVSOP87C_NEP.cpp */; }; - 3BC040111D9C2BF400DF3419 /* AAVSOP87C_NEP.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F2E1D9C2BF400DF3419 /* AAVSOP87C_NEP.h */; }; - 3BC040121D9C2BF400DF3419 /* AAVSOP87C_SAT.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F2F1D9C2BF400DF3419 /* AAVSOP87C_SAT.cpp */; }; - 3BC040131D9C2BF400DF3419 /* AAVSOP87C_SAT.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F301D9C2BF400DF3419 /* AAVSOP87C_SAT.h */; }; - 3BC040141D9C2BF400DF3419 /* AAVSOP87C_URA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F311D9C2BF400DF3419 /* AAVSOP87C_URA.cpp */; }; - 3BC040151D9C2BF400DF3419 /* AAVSOP87C_URA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F321D9C2BF400DF3419 /* AAVSOP87C_URA.h */; }; - 3BC040161D9C2BF400DF3419 /* AAVSOP87C_VEN.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F331D9C2BF400DF3419 /* AAVSOP87C_VEN.cpp */; }; - 3BC040171D9C2BF400DF3419 /* AAVSOP87C_VEN.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F341D9C2BF400DF3419 /* AAVSOP87C_VEN.h */; }; - 3BC040181D9C2BF400DF3419 /* AAVSOP87D_EAR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F351D9C2BF400DF3419 /* AAVSOP87D_EAR.cpp */; }; - 3BC040191D9C2BF400DF3419 /* AAVSOP87D_EAR.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F361D9C2BF400DF3419 /* AAVSOP87D_EAR.h */; }; - 3BC0401A1D9C2BF400DF3419 /* AAVSOP87D_JUP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F371D9C2BF400DF3419 /* AAVSOP87D_JUP.cpp */; }; - 3BC0401B1D9C2BF400DF3419 /* AAVSOP87D_JUP.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F381D9C2BF400DF3419 /* AAVSOP87D_JUP.h */; }; - 3BC0401C1D9C2BF400DF3419 /* AAVSOP87D_MAR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F391D9C2BF400DF3419 /* AAVSOP87D_MAR.cpp */; }; - 3BC0401D1D9C2BF400DF3419 /* AAVSOP87D_MAR.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F3A1D9C2BF400DF3419 /* AAVSOP87D_MAR.h */; }; - 3BC0401E1D9C2BF400DF3419 /* AAVSOP87D_MER.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F3B1D9C2BF400DF3419 /* AAVSOP87D_MER.cpp */; }; - 3BC0401F1D9C2BF400DF3419 /* AAVSOP87D_MER.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F3C1D9C2BF400DF3419 /* AAVSOP87D_MER.h */; }; - 3BC040201D9C2BF400DF3419 /* AAVSOP87D_NEP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F3D1D9C2BF400DF3419 /* AAVSOP87D_NEP.cpp */; }; - 3BC040211D9C2BF400DF3419 /* AAVSOP87D_NEP.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F3E1D9C2BF400DF3419 /* AAVSOP87D_NEP.h */; }; - 3BC040221D9C2BF400DF3419 /* AAVSOP87D_SAT.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F3F1D9C2BF400DF3419 /* AAVSOP87D_SAT.cpp */; }; - 3BC040231D9C2BF400DF3419 /* AAVSOP87D_SAT.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F401D9C2BF400DF3419 /* AAVSOP87D_SAT.h */; }; - 3BC040241D9C2BF400DF3419 /* AAVSOP87D_URA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F411D9C2BF400DF3419 /* AAVSOP87D_URA.cpp */; }; - 3BC040251D9C2BF400DF3419 /* AAVSOP87D_URA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F421D9C2BF400DF3419 /* AAVSOP87D_URA.h */; }; - 3BC040261D9C2BF400DF3419 /* AAVSOP87D_VEN.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F431D9C2BF400DF3419 /* AAVSOP87D_VEN.cpp */; }; - 3BC040271D9C2BF400DF3419 /* AAVSOP87D_VEN.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F441D9C2BF400DF3419 /* AAVSOP87D_VEN.h */; }; - 3BC040281D9C2BF400DF3419 /* AAVSOP87E_EAR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F451D9C2BF400DF3419 /* AAVSOP87E_EAR.cpp */; }; - 3BC040291D9C2BF400DF3419 /* AAVSOP87E_EAR.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F461D9C2BF400DF3419 /* AAVSOP87E_EAR.h */; }; - 3BC0402A1D9C2BF400DF3419 /* AAVSOP87E_JUP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F471D9C2BF400DF3419 /* AAVSOP87E_JUP.cpp */; }; - 3BC0402B1D9C2BF400DF3419 /* AAVSOP87E_JUP.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F481D9C2BF400DF3419 /* AAVSOP87E_JUP.h */; }; - 3BC0402C1D9C2BF400DF3419 /* AAVSOP87E_MAR.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F491D9C2BF400DF3419 /* AAVSOP87E_MAR.cpp */; }; - 3BC0402D1D9C2BF400DF3419 /* AAVSOP87E_MAR.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F4A1D9C2BF400DF3419 /* AAVSOP87E_MAR.h */; }; - 3BC0402E1D9C2BF400DF3419 /* AAVSOP87E_MER.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F4B1D9C2BF400DF3419 /* AAVSOP87E_MER.cpp */; }; - 3BC0402F1D9C2BF400DF3419 /* AAVSOP87E_MER.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F4C1D9C2BF400DF3419 /* AAVSOP87E_MER.h */; }; - 3BC040301D9C2BF400DF3419 /* AAVSOP87E_NEP.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F4D1D9C2BF400DF3419 /* AAVSOP87E_NEP.cpp */; }; - 3BC040311D9C2BF400DF3419 /* AAVSOP87E_NEP.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F4E1D9C2BF400DF3419 /* AAVSOP87E_NEP.h */; }; - 3BC040321D9C2BF400DF3419 /* AAVSOP87E_SAT.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F4F1D9C2BF400DF3419 /* AAVSOP87E_SAT.cpp */; }; - 3BC040331D9C2BF400DF3419 /* AAVSOP87E_SAT.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F501D9C2BF400DF3419 /* AAVSOP87E_SAT.h */; }; - 3BC040341D9C2BF400DF3419 /* AAVSOP87E_SUN.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F511D9C2BF400DF3419 /* AAVSOP87E_SUN.cpp */; }; - 3BC040351D9C2BF400DF3419 /* AAVSOP87E_SUN.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F521D9C2BF400DF3419 /* AAVSOP87E_SUN.h */; }; - 3BC040361D9C2BF400DF3419 /* AAVSOP87E_URA.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F531D9C2BF400DF3419 /* AAVSOP87E_URA.cpp */; }; - 3BC040371D9C2BF400DF3419 /* AAVSOP87E_URA.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F541D9C2BF400DF3419 /* AAVSOP87E_URA.h */; }; - 3BC040381D9C2BF400DF3419 /* AAVSOP87E_VEN.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F551D9C2BF400DF3419 /* AAVSOP87E_VEN.cpp */; }; - 3BC040391D9C2BF400DF3419 /* AAVSOP87E_VEN.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F561D9C2BF400DF3419 /* AAVSOP87E_VEN.h */; }; - 3BC0403C1D9C2BF400DF3419 /* stdafx.cpp in Sources */ = {isa = PBXBuildFile; fileRef = 3BC03F591D9C2BF400DF3419 /* stdafx.cpp */; }; - 3BC0403D1D9C2BF400DF3419 /* stdafx.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BC03F5A1D9C2BF400DF3419 /* stdafx.h */; }; - 3BE052EC1B96429800CC8DF0 /* AstronomyKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 3BE052E01B96429800CC8DF0 /* AstronomyKit.framework */; }; - 3BE052F31B96429800CC8DF0 /* AstronomyKitTests.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BE052F21B96429800CC8DF0 /* AstronomyKitTests.m */; }; - 3BE053FD1B96434A00CC8DF0 /* AstronomicalCalculations.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BE053F81B96434A00CC8DF0 /* AstronomicalCalculations.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3BE053FE1B96434A00CC8DF0 /* AstronomicalCalculations.mm in Sources */ = {isa = PBXBuildFile; fileRef = 3BE053F91B96434A00CC8DF0 /* AstronomicalCalculations.mm */; }; - 3BE053FF1B96434A00CC8DF0 /* NSCalendar+AstronomyKit.h in Headers */ = {isa = PBXBuildFile; fileRef = 3BE053FB1B96434A00CC8DF0 /* NSCalendar+AstronomyKit.h */; settings = {ATTRIBUTES = (Public, ); }; }; - 3BE054001B96434A00CC8DF0 /* NSCalendar+AstronomyKit.m in Sources */ = {isa = PBXBuildFile; fileRef = 3BE053FC1B96434A00CC8DF0 /* NSCalendar+AstronomyKit.m */; }; -/* End PBXBuildFile section */ - -/* Begin PBXContainerItemProxy section */ - 3BE052ED1B96429800CC8DF0 /* PBXContainerItemProxy */ = { - isa = PBXContainerItemProxy; - containerPortal = 3BE052D71B96429800CC8DF0 /* Project object */; - proxyType = 1; - remoteGlobalIDString = 3BE052DF1B96429800CC8DF0; - remoteInfo = AstronomyKit; - }; -/* End PBXContainerItemProxy section */ - -/* Begin PBXFileReference section */ - 3ADE0BB61C643773003AA2BF /* .gitignore */ = {isa = PBXFileReference; lastKnownFileType = text; path = .gitignore; sourceTree = ""; }; - 3ADE0BB81C643773003AA2BF /* Common.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Common.xcconfig; sourceTree = ""; }; - 3ADE0BBA1C643773003AA2BF /* Debug.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Debug.xcconfig; sourceTree = ""; }; - 3ADE0BBB1C643773003AA2BF /* Profile.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Profile.xcconfig; sourceTree = ""; }; - 3ADE0BBC1C643773003AA2BF /* Release.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Release.xcconfig; sourceTree = ""; }; - 3ADE0BBD1C643773003AA2BF /* Test.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Test.xcconfig; sourceTree = ""; }; - 3ADE0BBF1C643773003AA2BF /* Application.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Application.xcconfig; sourceTree = ""; }; - 3ADE0BC01C643773003AA2BF /* Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = Framework.xcconfig; sourceTree = ""; }; - 3ADE0BC11C643773003AA2BF /* StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = StaticLibrary.xcconfig; sourceTree = ""; }; - 3ADE0BC51C643773003AA2BF /* iOS-Application.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-Application.xcconfig"; sourceTree = ""; }; - 3ADE0BC61C643773003AA2BF /* iOS-Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-Base.xcconfig"; sourceTree = ""; }; - 3ADE0BC71C643773003AA2BF /* iOS-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-Framework.xcconfig"; sourceTree = ""; }; - 3ADE0BC81C643773003AA2BF /* iOS-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "iOS-StaticLibrary.xcconfig"; sourceTree = ""; }; - 3ADE0BCA1C643773003AA2BF /* Mac-Application.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-Application.xcconfig"; sourceTree = ""; }; - 3ADE0BCB1C643773003AA2BF /* Mac-Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-Base.xcconfig"; sourceTree = ""; }; - 3ADE0BCC1C643773003AA2BF /* Mac-DynamicLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-DynamicLibrary.xcconfig"; sourceTree = ""; }; - 3ADE0BCD1C643773003AA2BF /* Mac-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-Framework.xcconfig"; sourceTree = ""; }; - 3ADE0BCE1C643773003AA2BF /* Mac-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "Mac-StaticLibrary.xcconfig"; sourceTree = ""; }; - 3ADE0BCF1C643773003AA2BF /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = ""; }; - 3ADE0BD11C643773003AA2BF /* tvOS-Application.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "tvOS-Application.xcconfig"; sourceTree = ""; }; - 3ADE0BD21C643773003AA2BF /* tvOS-Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "tvOS-Base.xcconfig"; sourceTree = ""; }; - 3ADE0BD31C643773003AA2BF /* tvOS-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "tvOS-Framework.xcconfig"; sourceTree = ""; }; - 3ADE0BD41C643773003AA2BF /* tvOS-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "tvOS-StaticLibrary.xcconfig"; sourceTree = ""; }; - 3ADE0BD61C643773003AA2BF /* watchOS-Application.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "watchOS-Application.xcconfig"; sourceTree = ""; }; - 3ADE0BD71C643773003AA2BF /* watchOS-Base.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "watchOS-Base.xcconfig"; sourceTree = ""; }; - 3ADE0BD81C643773003AA2BF /* watchOS-Framework.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "watchOS-Framework.xcconfig"; sourceTree = ""; }; - 3ADE0BD91C643773003AA2BF /* watchOS-StaticLibrary.xcconfig */ = {isa = PBXFileReference; lastKnownFileType = text.xcconfig; path = "watchOS-StaticLibrary.xcconfig"; sourceTree = ""; }; - 3B9560BE1D9CB5CC0037618E /* AstronomyKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AstronomyKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3B9560CC1D9CB6620037618E /* AstronomyKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AstronomyKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3B9560D61D9CB6980037618E /* AstronomyKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AstronomyKit.h; sourceTree = ""; }; - 3B9560D71D9CB6980037618E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 3B9560D91D9CB6980037618E /* AstronomyKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AstronomyKit.h; sourceTree = ""; }; - 3B9560DA1D9CB6980037618E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 3B9560DC1D9CB6980037618E /* AstronomyKit.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = AstronomyKit.h; sourceTree = ""; }; - 3B9560DD1D9CB6980037618E /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 3BC03E781D9C2BF400DF3419 /* AA+.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "AA+.h"; sourceTree = ""; }; - 3BC03E791D9C2BF400DF3419 /* AA+.htm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.html; path = "AA+.htm"; sourceTree = ""; }; - 3BC03E7A1D9C2BF400DF3419 /* AA2DCoordinate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AA2DCoordinate.h; sourceTree = ""; }; - 3BC03E7B1D9C2BF400DF3419 /* AA3DCoordinate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AA3DCoordinate.h; sourceTree = ""; }; - 3BC03E7C1D9C2BF400DF3419 /* AAAberration.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAAberration.cpp; sourceTree = ""; }; - 3BC03E7D1D9C2BF400DF3419 /* AAAberration.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAAberration.h; sourceTree = ""; }; - 3BC03E7E1D9C2BF400DF3419 /* AAAngularSeparation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAAngularSeparation.cpp; sourceTree = ""; }; - 3BC03E7F1D9C2BF400DF3419 /* AAAngularSeparation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAAngularSeparation.h; sourceTree = ""; }; - 3BC03E801D9C2BF400DF3419 /* AABinaryStar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AABinaryStar.cpp; sourceTree = ""; }; - 3BC03E811D9C2BF400DF3419 /* AABinaryStar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AABinaryStar.h; sourceTree = ""; }; - 3BC03E821D9C2BF400DF3419 /* AACoordinateTransformation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AACoordinateTransformation.cpp; sourceTree = ""; }; - 3BC03E831D9C2BF400DF3419 /* AACoordinateTransformation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AACoordinateTransformation.h; sourceTree = ""; }; - 3BC03E841D9C2BF400DF3419 /* AADate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AADate.cpp; sourceTree = ""; }; - 3BC03E851D9C2BF400DF3419 /* AADate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AADate.h; sourceTree = ""; }; - 3BC03E861D9C2BF400DF3419 /* AADiameters.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AADiameters.cpp; sourceTree = ""; }; - 3BC03E871D9C2BF400DF3419 /* AADiameters.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AADiameters.h; sourceTree = ""; }; - 3BC03E881D9C2BF400DF3419 /* AADynamicalTime.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AADynamicalTime.cpp; sourceTree = ""; }; - 3BC03E891D9C2BF400DF3419 /* AADynamicalTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AADynamicalTime.h; sourceTree = ""; }; - 3BC03E8A1D9C2BF400DF3419 /* AAEarth.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAEarth.cpp; sourceTree = ""; }; - 3BC03E8B1D9C2BF400DF3419 /* AAEarth.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAEarth.h; sourceTree = ""; }; - 3BC03E8C1D9C2BF400DF3419 /* AAEaster.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAEaster.cpp; sourceTree = ""; }; - 3BC03E8D1D9C2BF400DF3419 /* AAEaster.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAEaster.h; sourceTree = ""; }; - 3BC03E8E1D9C2BF400DF3419 /* AAEclipses.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAEclipses.cpp; sourceTree = ""; }; - 3BC03E8F1D9C2BF400DF3419 /* AAEclipses.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAEclipses.h; sourceTree = ""; }; - 3BC03E901D9C2BF400DF3419 /* AAEclipticalElements.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAEclipticalElements.cpp; sourceTree = ""; }; - 3BC03E911D9C2BF400DF3419 /* AAEclipticalElements.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAEclipticalElements.h; sourceTree = ""; }; - 3BC03E921D9C2BF400DF3419 /* AAElementsPlanetaryOrbit.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAElementsPlanetaryOrbit.cpp; sourceTree = ""; }; - 3BC03E931D9C2BF400DF3419 /* AAElementsPlanetaryOrbit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAElementsPlanetaryOrbit.h; sourceTree = ""; }; - 3BC03E941D9C2BF400DF3419 /* AAElliptical.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAElliptical.cpp; sourceTree = ""; }; - 3BC03E951D9C2BF400DF3419 /* AAElliptical.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAElliptical.h; sourceTree = ""; }; - 3BC03E961D9C2BF400DF3419 /* AAEquationOfTime.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAEquationOfTime.cpp; sourceTree = ""; }; - 3BC03E971D9C2BF400DF3419 /* AAEquationOfTime.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAEquationOfTime.h; sourceTree = ""; }; - 3BC03E981D9C2BF400DF3419 /* AAEquinoxesAndSolstices.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAEquinoxesAndSolstices.cpp; sourceTree = ""; }; - 3BC03E991D9C2BF400DF3419 /* AAEquinoxesAndSolstices.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAEquinoxesAndSolstices.h; sourceTree = ""; }; - 3BC03E9A1D9C2BF400DF3419 /* AAFK5.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAFK5.cpp; sourceTree = ""; }; - 3BC03E9B1D9C2BF400DF3419 /* AAFK5.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAFK5.h; sourceTree = ""; }; - 3BC03E9C1D9C2BF400DF3419 /* AAGalileanMoons.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAGalileanMoons.cpp; sourceTree = ""; }; - 3BC03E9D1D9C2BF400DF3419 /* AAGalileanMoons.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAGalileanMoons.h; sourceTree = ""; }; - 3BC03E9E1D9C2BF400DF3419 /* AAGlobe.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAGlobe.cpp; sourceTree = ""; }; - 3BC03E9F1D9C2BF400DF3419 /* AAGlobe.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAGlobe.h; sourceTree = ""; }; - 3BC03EA01D9C2BF400DF3419 /* AAIlluminatedFraction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAIlluminatedFraction.cpp; sourceTree = ""; }; - 3BC03EA11D9C2BF400DF3419 /* AAIlluminatedFraction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAIlluminatedFraction.h; sourceTree = ""; }; - 3BC03EA21D9C2BF400DF3419 /* AAInterpolate.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAInterpolate.cpp; sourceTree = ""; }; - 3BC03EA31D9C2BF400DF3419 /* AAInterpolate.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAInterpolate.h; sourceTree = ""; }; - 3BC03EA41D9C2BF400DF3419 /* AAJewishCalendar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAJewishCalendar.cpp; sourceTree = ""; }; - 3BC03EA51D9C2BF400DF3419 /* AAJewishCalendar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAJewishCalendar.h; sourceTree = ""; }; - 3BC03EA61D9C2BF400DF3419 /* AAJupiter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAJupiter.cpp; sourceTree = ""; }; - 3BC03EA71D9C2BF400DF3419 /* AAJupiter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAJupiter.h; sourceTree = ""; }; - 3BC03EA81D9C2BF400DF3419 /* AAKepler.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAKepler.cpp; sourceTree = ""; }; - 3BC03EA91D9C2BF400DF3419 /* AAKepler.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAKepler.h; sourceTree = ""; }; - 3BC03EAA1D9C2BF400DF3419 /* AAMars.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAMars.cpp; sourceTree = ""; }; - 3BC03EAB1D9C2BF400DF3419 /* AAMars.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAMars.h; sourceTree = ""; }; - 3BC03EAC1D9C2BF400DF3419 /* AAMercury.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAMercury.cpp; sourceTree = ""; }; - 3BC03EAD1D9C2BF400DF3419 /* AAMercury.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAMercury.h; sourceTree = ""; }; - 3BC03EAE1D9C2BF400DF3419 /* AAMoon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAMoon.cpp; sourceTree = ""; }; - 3BC03EAF1D9C2BF400DF3419 /* AAMoon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAMoon.h; sourceTree = ""; }; - 3BC03EB01D9C2BF400DF3419 /* AAMoonIlluminatedFraction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAMoonIlluminatedFraction.cpp; sourceTree = ""; }; - 3BC03EB11D9C2BF400DF3419 /* AAMoonIlluminatedFraction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAMoonIlluminatedFraction.h; sourceTree = ""; }; - 3BC03EB21D9C2BF400DF3419 /* AAMoonMaxDeclinations.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAMoonMaxDeclinations.cpp; sourceTree = ""; }; - 3BC03EB31D9C2BF400DF3419 /* AAMoonMaxDeclinations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAMoonMaxDeclinations.h; sourceTree = ""; }; - 3BC03EB41D9C2BF400DF3419 /* AAMoonNodes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAMoonNodes.cpp; sourceTree = ""; }; - 3BC03EB51D9C2BF400DF3419 /* AAMoonNodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAMoonNodes.h; sourceTree = ""; }; - 3BC03EB61D9C2BF400DF3419 /* AAMoonPerigeeApogee.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAMoonPerigeeApogee.cpp; sourceTree = ""; }; - 3BC03EB71D9C2BF400DF3419 /* AAMoonPerigeeApogee.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAMoonPerigeeApogee.h; sourceTree = ""; }; - 3BC03EB81D9C2BF400DF3419 /* AAMoonPhases.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAMoonPhases.cpp; sourceTree = ""; }; - 3BC03EB91D9C2BF400DF3419 /* AAMoonPhases.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAMoonPhases.h; sourceTree = ""; }; - 3BC03EBA1D9C2BF400DF3419 /* AAMoslemCalendar.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAMoslemCalendar.cpp; sourceTree = ""; }; - 3BC03EBB1D9C2BF400DF3419 /* AAMoslemCalendar.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAMoslemCalendar.h; sourceTree = ""; }; - 3BC03EBC1D9C2BF400DF3419 /* AANearParabolic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AANearParabolic.cpp; sourceTree = ""; }; - 3BC03EBD1D9C2BF400DF3419 /* AANearParabolic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AANearParabolic.h; sourceTree = ""; }; - 3BC03EBE1D9C2BF400DF3419 /* AANeptune.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AANeptune.cpp; sourceTree = ""; }; - 3BC03EBF1D9C2BF400DF3419 /* AANeptune.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AANeptune.h; sourceTree = ""; }; - 3BC03EC01D9C2BF400DF3419 /* AANodes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AANodes.cpp; sourceTree = ""; }; - 3BC03EC11D9C2BF400DF3419 /* AANodes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AANodes.h; sourceTree = ""; }; - 3BC03EC21D9C2BF400DF3419 /* AANutation.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AANutation.cpp; sourceTree = ""; }; - 3BC03EC31D9C2BF400DF3419 /* AANutation.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AANutation.h; sourceTree = ""; }; - 3BC03EC41D9C2BF400DF3419 /* AAParabolic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAParabolic.cpp; sourceTree = ""; }; - 3BC03EC51D9C2BF400DF3419 /* AAParabolic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAParabolic.h; sourceTree = ""; }; - 3BC03EC61D9C2BF400DF3419 /* AAParallactic.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAParallactic.cpp; sourceTree = ""; }; - 3BC03EC71D9C2BF400DF3419 /* AAParallactic.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAParallactic.h; sourceTree = ""; }; - 3BC03EC81D9C2BF400DF3419 /* AAParallax.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAParallax.cpp; sourceTree = ""; }; - 3BC03EC91D9C2BF400DF3419 /* AAParallax.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAParallax.h; sourceTree = ""; }; - 3BC03ECA1D9C2BF400DF3419 /* AAPhysicalJupiter.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAPhysicalJupiter.cpp; sourceTree = ""; }; - 3BC03ECB1D9C2BF400DF3419 /* AAPhysicalJupiter.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAPhysicalJupiter.h; sourceTree = ""; }; - 3BC03ECC1D9C2BF400DF3419 /* AAPhysicalMars.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAPhysicalMars.cpp; sourceTree = ""; }; - 3BC03ECD1D9C2BF400DF3419 /* AAPhysicalMars.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAPhysicalMars.h; sourceTree = ""; }; - 3BC03ECE1D9C2BF400DF3419 /* AAPhysicalMoon.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAPhysicalMoon.cpp; sourceTree = ""; }; - 3BC03ECF1D9C2BF400DF3419 /* AAPhysicalMoon.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAPhysicalMoon.h; sourceTree = ""; }; - 3BC03ED01D9C2BF400DF3419 /* AAPhysicalSun.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAPhysicalSun.cpp; sourceTree = ""; }; - 3BC03ED11D9C2BF400DF3419 /* AAPhysicalSun.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAPhysicalSun.h; sourceTree = ""; }; - 3BC03ED21D9C2BF400DF3419 /* AAPlanetaryPhenomena.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAPlanetaryPhenomena.cpp; sourceTree = ""; }; - 3BC03ED31D9C2BF400DF3419 /* AAPlanetaryPhenomena.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAPlanetaryPhenomena.h; sourceTree = ""; }; - 3BC03ED41D9C2BF400DF3419 /* AAPlanetPerihelionAphelion.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAPlanetPerihelionAphelion.cpp; sourceTree = ""; }; - 3BC03ED51D9C2BF400DF3419 /* AAPlanetPerihelionAphelion.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAPlanetPerihelionAphelion.h; sourceTree = ""; }; - 3BC03ED61D9C2BF400DF3419 /* AAPluto.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAPluto.cpp; sourceTree = ""; }; - 3BC03ED71D9C2BF400DF3419 /* AAPluto.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAPluto.h; sourceTree = ""; }; - 3BC03ED81D9C2BF400DF3419 /* AAPrecession.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAPrecession.cpp; sourceTree = ""; }; - 3BC03ED91D9C2BF400DF3419 /* AAPrecession.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAPrecession.h; sourceTree = ""; }; - 3BC03EDA1D9C2BF400DF3419 /* AARefraction.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AARefraction.cpp; sourceTree = ""; }; - 3BC03EDB1D9C2BF400DF3419 /* AARefraction.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AARefraction.h; sourceTree = ""; }; - 3BC03EDC1D9C2BF400DF3419 /* AARiseTransitSet.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AARiseTransitSet.cpp; sourceTree = ""; }; - 3BC03EDD1D9C2BF400DF3419 /* AARiseTransitSet.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AARiseTransitSet.h; sourceTree = ""; }; - 3BC03EDE1D9C2BF400DF3419 /* AASaturn.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AASaturn.cpp; sourceTree = ""; }; - 3BC03EDF1D9C2BF400DF3419 /* AASaturn.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AASaturn.h; sourceTree = ""; }; - 3BC03EE01D9C2BF400DF3419 /* AASaturnMoons.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AASaturnMoons.cpp; sourceTree = ""; }; - 3BC03EE11D9C2BF400DF3419 /* AASaturnMoons.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AASaturnMoons.h; sourceTree = ""; }; - 3BC03EE21D9C2BF400DF3419 /* AASaturnRings.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AASaturnRings.cpp; sourceTree = ""; }; - 3BC03EE31D9C2BF400DF3419 /* AASaturnRings.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AASaturnRings.h; sourceTree = ""; }; - 3BC03EE41D9C2BF400DF3419 /* AASidereal.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AASidereal.cpp; sourceTree = ""; }; - 3BC03EE51D9C2BF400DF3419 /* AASidereal.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AASidereal.h; sourceTree = ""; }; - 3BC03EE61D9C2BF400DF3419 /* AAStellarMagnitudes.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAStellarMagnitudes.cpp; sourceTree = ""; }; - 3BC03EE71D9C2BF400DF3419 /* AAStellarMagnitudes.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAStellarMagnitudes.h; sourceTree = ""; }; - 3BC03EE81D9C2BF400DF3419 /* AASun.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AASun.cpp; sourceTree = ""; }; - 3BC03EE91D9C2BF400DF3419 /* AASun.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AASun.h; sourceTree = ""; }; - 3BC03EEA1D9C2BF400DF3419 /* AATest.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AATest.cpp; sourceTree = ""; }; - 3BC03EEB1D9C2BF400DF3419 /* AATest.sln */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = AATest.sln; sourceTree = ""; }; - 3BC03EEC1D9C2BF400DF3419 /* AATest.vcproj */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.xml; path = AATest.vcproj; sourceTree = ""; }; - 3BC03EED1D9C2BF400DF3419 /* AAUranus.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAUranus.cpp; sourceTree = ""; }; - 3BC03EEE1D9C2BF400DF3419 /* AAUranus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAUranus.h; sourceTree = ""; }; - 3BC03EEF1D9C2BF400DF3419 /* AAVenus.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVenus.cpp; sourceTree = ""; }; - 3BC03EF01D9C2BF400DF3419 /* AAVenus.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVenus.h; sourceTree = ""; }; - 3BC03EF11D9C2BF400DF3419 /* AAVSOP87.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87.cpp; sourceTree = ""; }; - 3BC03EF21D9C2BF400DF3419 /* AAVSOP87.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87.h; sourceTree = ""; }; - 3BC03EF31D9C2BF400DF3419 /* AAVSOP87_EMB.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87_EMB.cpp; sourceTree = ""; }; - 3BC03EF41D9C2BF400DF3419 /* AAVSOP87_EMB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87_EMB.h; sourceTree = ""; }; - 3BC03EF51D9C2BF400DF3419 /* AAVSOP87_JUP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87_JUP.cpp; sourceTree = ""; }; - 3BC03EF61D9C2BF400DF3419 /* AAVSOP87_JUP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87_JUP.h; sourceTree = ""; }; - 3BC03EF71D9C2BF400DF3419 /* AAVSOP87_MAR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87_MAR.cpp; sourceTree = ""; }; - 3BC03EF81D9C2BF400DF3419 /* AAVSOP87_MAR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87_MAR.h; sourceTree = ""; }; - 3BC03EF91D9C2BF400DF3419 /* AAVSOP87_MER.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87_MER.cpp; sourceTree = ""; }; - 3BC03EFA1D9C2BF400DF3419 /* AAVSOP87_MER.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87_MER.h; sourceTree = ""; }; - 3BC03EFB1D9C2BF400DF3419 /* AAVSOP87_NEP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87_NEP.cpp; sourceTree = ""; }; - 3BC03EFC1D9C2BF400DF3419 /* AAVSOP87_NEP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87_NEP.h; sourceTree = ""; }; - 3BC03EFD1D9C2BF400DF3419 /* AAVSOP87_SAT.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87_SAT.cpp; sourceTree = ""; }; - 3BC03EFE1D9C2BF400DF3419 /* AAVSOP87_SAT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87_SAT.h; sourceTree = ""; }; - 3BC03EFF1D9C2BF400DF3419 /* AAVSOP87_URA.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87_URA.cpp; sourceTree = ""; }; - 3BC03F001D9C2BF400DF3419 /* AAVSOP87_URA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87_URA.h; sourceTree = ""; }; - 3BC03F011D9C2BF400DF3419 /* AAVSOP87_VEN.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87_VEN.cpp; sourceTree = ""; }; - 3BC03F021D9C2BF400DF3419 /* AAVSOP87_VEN.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87_VEN.h; sourceTree = ""; }; - 3BC03F031D9C2BF400DF3419 /* AAVSOP87A_EAR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87A_EAR.cpp; sourceTree = ""; }; - 3BC03F041D9C2BF400DF3419 /* AAVSOP87A_EAR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87A_EAR.h; sourceTree = ""; }; - 3BC03F051D9C2BF400DF3419 /* AAVSOP87A_EMB.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87A_EMB.cpp; sourceTree = ""; }; - 3BC03F061D9C2BF400DF3419 /* AAVSOP87A_EMB.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87A_EMB.h; sourceTree = ""; }; - 3BC03F071D9C2BF400DF3419 /* AAVSOP87A_JUP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87A_JUP.cpp; sourceTree = ""; }; - 3BC03F081D9C2BF400DF3419 /* AAVSOP87A_JUP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87A_JUP.h; sourceTree = ""; }; - 3BC03F091D9C2BF400DF3419 /* AAVSOP87A_MAR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87A_MAR.cpp; sourceTree = ""; }; - 3BC03F0A1D9C2BF400DF3419 /* AAVSOP87A_MAR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87A_MAR.h; sourceTree = ""; }; - 3BC03F0B1D9C2BF400DF3419 /* AAVSOP87A_MER.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87A_MER.cpp; sourceTree = ""; }; - 3BC03F0C1D9C2BF400DF3419 /* AAVSOP87A_MER.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87A_MER.h; sourceTree = ""; }; - 3BC03F0D1D9C2BF400DF3419 /* AAVSOP87A_NEP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87A_NEP.cpp; sourceTree = ""; }; - 3BC03F0E1D9C2BF400DF3419 /* AAVSOP87A_NEP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87A_NEP.h; sourceTree = ""; }; - 3BC03F0F1D9C2BF400DF3419 /* AAVSOP87A_SAT.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87A_SAT.cpp; sourceTree = ""; }; - 3BC03F101D9C2BF400DF3419 /* AAVSOP87A_SAT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87A_SAT.h; sourceTree = ""; }; - 3BC03F111D9C2BF400DF3419 /* AAVSOP87A_URA.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87A_URA.cpp; sourceTree = ""; }; - 3BC03F121D9C2BF400DF3419 /* AAVSOP87A_URA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87A_URA.h; sourceTree = ""; }; - 3BC03F131D9C2BF400DF3419 /* AAVSOP87A_VEN.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87A_VEN.cpp; sourceTree = ""; }; - 3BC03F141D9C2BF400DF3419 /* AAVSOP87A_VEN.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87A_VEN.h; sourceTree = ""; }; - 3BC03F151D9C2BF400DF3419 /* AAVSOP87B_EAR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87B_EAR.cpp; sourceTree = ""; }; - 3BC03F161D9C2BF400DF3419 /* AAVSOP87B_EAR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87B_EAR.h; sourceTree = ""; }; - 3BC03F171D9C2BF400DF3419 /* AAVSOP87B_JUP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87B_JUP.cpp; sourceTree = ""; }; - 3BC03F181D9C2BF400DF3419 /* AAVSOP87B_JUP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87B_JUP.h; sourceTree = ""; }; - 3BC03F191D9C2BF400DF3419 /* AAVSOP87B_MAR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87B_MAR.cpp; sourceTree = ""; }; - 3BC03F1A1D9C2BF400DF3419 /* AAVSOP87B_MAR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87B_MAR.h; sourceTree = ""; }; - 3BC03F1B1D9C2BF400DF3419 /* AAVSOP87B_MER.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87B_MER.cpp; sourceTree = ""; }; - 3BC03F1C1D9C2BF400DF3419 /* AAVSOP87B_MER.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87B_MER.h; sourceTree = ""; }; - 3BC03F1D1D9C2BF400DF3419 /* AAVSOP87B_NEP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87B_NEP.cpp; sourceTree = ""; }; - 3BC03F1E1D9C2BF400DF3419 /* AAVSOP87B_NEP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87B_NEP.h; sourceTree = ""; }; - 3BC03F1F1D9C2BF400DF3419 /* AAVSOP87B_SAT.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87B_SAT.cpp; sourceTree = ""; }; - 3BC03F201D9C2BF400DF3419 /* AAVSOP87B_SAT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87B_SAT.h; sourceTree = ""; }; - 3BC03F211D9C2BF400DF3419 /* AAVSOP87B_URA.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87B_URA.cpp; sourceTree = ""; }; - 3BC03F221D9C2BF400DF3419 /* AAVSOP87B_URA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87B_URA.h; sourceTree = ""; }; - 3BC03F231D9C2BF400DF3419 /* AAVSOP87B_VEN.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87B_VEN.cpp; sourceTree = ""; }; - 3BC03F241D9C2BF400DF3419 /* AAVSOP87B_VEN.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87B_VEN.h; sourceTree = ""; }; - 3BC03F251D9C2BF400DF3419 /* AAVSOP87C_EAR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87C_EAR.cpp; sourceTree = ""; }; - 3BC03F261D9C2BF400DF3419 /* AAVSOP87C_EAR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87C_EAR.h; sourceTree = ""; }; - 3BC03F271D9C2BF400DF3419 /* AAVSOP87C_JUP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87C_JUP.cpp; sourceTree = ""; }; - 3BC03F281D9C2BF400DF3419 /* AAVSOP87C_JUP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87C_JUP.h; sourceTree = ""; }; - 3BC03F291D9C2BF400DF3419 /* AAVSOP87C_MAR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87C_MAR.cpp; sourceTree = ""; }; - 3BC03F2A1D9C2BF400DF3419 /* AAVSOP87C_MAR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87C_MAR.h; sourceTree = ""; }; - 3BC03F2B1D9C2BF400DF3419 /* AAVSOP87C_MER.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87C_MER.cpp; sourceTree = ""; }; - 3BC03F2C1D9C2BF400DF3419 /* AAVSOP87C_MER.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87C_MER.h; sourceTree = ""; }; - 3BC03F2D1D9C2BF400DF3419 /* AAVSOP87C_NEP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87C_NEP.cpp; sourceTree = ""; }; - 3BC03F2E1D9C2BF400DF3419 /* AAVSOP87C_NEP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87C_NEP.h; sourceTree = ""; }; - 3BC03F2F1D9C2BF400DF3419 /* AAVSOP87C_SAT.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87C_SAT.cpp; sourceTree = ""; }; - 3BC03F301D9C2BF400DF3419 /* AAVSOP87C_SAT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87C_SAT.h; sourceTree = ""; }; - 3BC03F311D9C2BF400DF3419 /* AAVSOP87C_URA.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87C_URA.cpp; sourceTree = ""; }; - 3BC03F321D9C2BF400DF3419 /* AAVSOP87C_URA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87C_URA.h; sourceTree = ""; }; - 3BC03F331D9C2BF400DF3419 /* AAVSOP87C_VEN.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87C_VEN.cpp; sourceTree = ""; }; - 3BC03F341D9C2BF400DF3419 /* AAVSOP87C_VEN.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87C_VEN.h; sourceTree = ""; }; - 3BC03F351D9C2BF400DF3419 /* AAVSOP87D_EAR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87D_EAR.cpp; sourceTree = ""; }; - 3BC03F361D9C2BF400DF3419 /* AAVSOP87D_EAR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87D_EAR.h; sourceTree = ""; }; - 3BC03F371D9C2BF400DF3419 /* AAVSOP87D_JUP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87D_JUP.cpp; sourceTree = ""; }; - 3BC03F381D9C2BF400DF3419 /* AAVSOP87D_JUP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87D_JUP.h; sourceTree = ""; }; - 3BC03F391D9C2BF400DF3419 /* AAVSOP87D_MAR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87D_MAR.cpp; sourceTree = ""; }; - 3BC03F3A1D9C2BF400DF3419 /* AAVSOP87D_MAR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87D_MAR.h; sourceTree = ""; }; - 3BC03F3B1D9C2BF400DF3419 /* AAVSOP87D_MER.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87D_MER.cpp; sourceTree = ""; }; - 3BC03F3C1D9C2BF400DF3419 /* AAVSOP87D_MER.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87D_MER.h; sourceTree = ""; }; - 3BC03F3D1D9C2BF400DF3419 /* AAVSOP87D_NEP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87D_NEP.cpp; sourceTree = ""; }; - 3BC03F3E1D9C2BF400DF3419 /* AAVSOP87D_NEP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87D_NEP.h; sourceTree = ""; }; - 3BC03F3F1D9C2BF400DF3419 /* AAVSOP87D_SAT.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87D_SAT.cpp; sourceTree = ""; }; - 3BC03F401D9C2BF400DF3419 /* AAVSOP87D_SAT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87D_SAT.h; sourceTree = ""; }; - 3BC03F411D9C2BF400DF3419 /* AAVSOP87D_URA.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87D_URA.cpp; sourceTree = ""; }; - 3BC03F421D9C2BF400DF3419 /* AAVSOP87D_URA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87D_URA.h; sourceTree = ""; }; - 3BC03F431D9C2BF400DF3419 /* AAVSOP87D_VEN.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87D_VEN.cpp; sourceTree = ""; }; - 3BC03F441D9C2BF400DF3419 /* AAVSOP87D_VEN.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87D_VEN.h; sourceTree = ""; }; - 3BC03F451D9C2BF400DF3419 /* AAVSOP87E_EAR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87E_EAR.cpp; sourceTree = ""; }; - 3BC03F461D9C2BF400DF3419 /* AAVSOP87E_EAR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87E_EAR.h; sourceTree = ""; }; - 3BC03F471D9C2BF400DF3419 /* AAVSOP87E_JUP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87E_JUP.cpp; sourceTree = ""; }; - 3BC03F481D9C2BF400DF3419 /* AAVSOP87E_JUP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87E_JUP.h; sourceTree = ""; }; - 3BC03F491D9C2BF400DF3419 /* AAVSOP87E_MAR.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87E_MAR.cpp; sourceTree = ""; }; - 3BC03F4A1D9C2BF400DF3419 /* AAVSOP87E_MAR.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87E_MAR.h; sourceTree = ""; }; - 3BC03F4B1D9C2BF400DF3419 /* AAVSOP87E_MER.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87E_MER.cpp; sourceTree = ""; }; - 3BC03F4C1D9C2BF400DF3419 /* AAVSOP87E_MER.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87E_MER.h; sourceTree = ""; }; - 3BC03F4D1D9C2BF400DF3419 /* AAVSOP87E_NEP.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87E_NEP.cpp; sourceTree = ""; }; - 3BC03F4E1D9C2BF400DF3419 /* AAVSOP87E_NEP.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87E_NEP.h; sourceTree = ""; }; - 3BC03F4F1D9C2BF400DF3419 /* AAVSOP87E_SAT.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87E_SAT.cpp; sourceTree = ""; }; - 3BC03F501D9C2BF400DF3419 /* AAVSOP87E_SAT.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87E_SAT.h; sourceTree = ""; }; - 3BC03F511D9C2BF400DF3419 /* AAVSOP87E_SUN.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87E_SUN.cpp; sourceTree = ""; }; - 3BC03F521D9C2BF400DF3419 /* AAVSOP87E_SUN.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87E_SUN.h; sourceTree = ""; }; - 3BC03F531D9C2BF400DF3419 /* AAVSOP87E_URA.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87E_URA.cpp; sourceTree = ""; }; - 3BC03F541D9C2BF400DF3419 /* AAVSOP87E_URA.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87E_URA.h; sourceTree = ""; }; - 3BC03F551D9C2BF400DF3419 /* AAVSOP87E_VEN.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = AAVSOP87E_VEN.cpp; sourceTree = ""; }; - 3BC03F561D9C2BF400DF3419 /* AAVSOP87E_VEN.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AAVSOP87E_VEN.h; sourceTree = ""; }; - 3BC03F571D9C2BF400DF3419 /* CMakeLists.txt */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text; path = CMakeLists.txt; sourceTree = ""; }; - 3BC03F581D9C2BF400DF3419 /* naughter.css */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = text.css; path = naughter.css; sourceTree = ""; }; - 3BC03F591D9C2BF400DF3419 /* stdafx.cpp */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.cpp; path = stdafx.cpp; sourceTree = ""; }; - 3BC03F5A1D9C2BF400DF3419 /* stdafx.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = stdafx.h; sourceTree = ""; }; - 3BE052E01B96429800CC8DF0 /* AstronomyKit.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includeInIndex = 0; path = AstronomyKit.framework; sourceTree = BUILT_PRODUCTS_DIR; }; - 3BE052EB1B96429800CC8DF0 /* AstronomyKit-Tests.xctest */ = {isa = PBXFileReference; explicitFileType = wrapper.cfbundle; includeInIndex = 0; path = "AstronomyKit-Tests.xctest"; sourceTree = BUILT_PRODUCTS_DIR; }; - 3BE052F11B96429800CC8DF0 /* Info.plist */ = {isa = PBXFileReference; lastKnownFileType = text.plist.xml; path = Info.plist; sourceTree = ""; }; - 3BE052F21B96429800CC8DF0 /* AstronomyKitTests.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = AstronomyKitTests.m; sourceTree = ""; }; - 3BE053F81B96434A00CC8DF0 /* AstronomicalCalculations.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = AstronomicalCalculations.h; sourceTree = ""; }; - 3BE053F91B96434A00CC8DF0 /* AstronomicalCalculations.mm */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.cpp.objcpp; path = AstronomicalCalculations.mm; sourceTree = ""; }; - 3BE053FA1B96434A00CC8DF0 /* AstronomyKit.playground */ = {isa = PBXFileReference; lastKnownFileType = file.playground; path = AstronomyKit.playground; sourceTree = ""; }; - 3BE053FB1B96434A00CC8DF0 /* NSCalendar+AstronomyKit.h */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.h; path = "NSCalendar+AstronomyKit.h"; sourceTree = ""; }; - 3BE053FC1B96434A00CC8DF0 /* NSCalendar+AstronomyKit.m */ = {isa = PBXFileReference; fileEncoding = 4; lastKnownFileType = sourcecode.c.objc; path = "NSCalendar+AstronomyKit.m"; sourceTree = ""; }; -/* End PBXFileReference section */ - -/* Begin PBXFrameworksBuildPhase section */ - 3B9560BA1D9CB5CC0037618E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3B9560C81D9CB6620037618E /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3BE052DC1B96429800CC8DF0 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3BE052E81B96429800CC8DF0 /* Frameworks */ = { - isa = PBXFrameworksBuildPhase; - buildActionMask = 2147483647; - files = ( - 3BE052EC1B96429800CC8DF0 /* AstronomyKit.framework in Frameworks */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXFrameworksBuildPhase section */ - -/* Begin PBXGroup section */ - 3ADE0BB51C643773003AA2BF /* xcconfigs */ = { - isa = PBXGroup; - children = ( - 3ADE0BB61C643773003AA2BF /* .gitignore */, - 3ADE0BB71C643773003AA2BF /* Base */, - 3ADE0BC21C643773003AA2BF /* Carthage */, - 3ADE0BC41C643773003AA2BF /* iOS */, - 3ADE0BC91C643773003AA2BF /* Mac OS X */, - 3ADE0BCF1C643773003AA2BF /* README.md */, - 3ADE0BD01C643773003AA2BF /* tvOS */, - 3ADE0BD51C643773003AA2BF /* watchOS */, - ); - name = xcconfigs; - path = Carthage/Checkouts/xcconfigs; - sourceTree = ""; - }; - 3ADE0BB71C643773003AA2BF /* Base */ = { - isa = PBXGroup; - children = ( - 3ADE0BB81C643773003AA2BF /* Common.xcconfig */, - 3ADE0BB91C643773003AA2BF /* Configurations */, - 3ADE0BBE1C643773003AA2BF /* Targets */, - ); - path = Base; - sourceTree = ""; - }; - 3ADE0BB91C643773003AA2BF /* Configurations */ = { - isa = PBXGroup; - children = ( - 3ADE0BBA1C643773003AA2BF /* Debug.xcconfig */, - 3ADE0BBB1C643773003AA2BF /* Profile.xcconfig */, - 3ADE0BBC1C643773003AA2BF /* Release.xcconfig */, - 3ADE0BBD1C643773003AA2BF /* Test.xcconfig */, - ); - path = Configurations; - sourceTree = ""; - }; - 3ADE0BBE1C643773003AA2BF /* Targets */ = { - isa = PBXGroup; - children = ( - 3ADE0BBF1C643773003AA2BF /* Application.xcconfig */, - 3ADE0BC01C643773003AA2BF /* Framework.xcconfig */, - 3ADE0BC11C643773003AA2BF /* StaticLibrary.xcconfig */, - ); - path = Targets; - sourceTree = ""; - }; - 3ADE0BC21C643773003AA2BF /* Carthage */ = { - isa = PBXGroup; - children = ( - 3ADE0BC31C643773003AA2BF /* Build */, - ); - path = Carthage; - sourceTree = ""; - }; - 3ADE0BC31C643773003AA2BF /* Build */ = { - isa = PBXGroup; - children = ( - ); - path = Build; - sourceTree = ""; - }; - 3ADE0BC41C643773003AA2BF /* iOS */ = { - isa = PBXGroup; - children = ( - 3ADE0BC51C643773003AA2BF /* iOS-Application.xcconfig */, - 3ADE0BC61C643773003AA2BF /* iOS-Base.xcconfig */, - 3ADE0BC71C643773003AA2BF /* iOS-Framework.xcconfig */, - 3ADE0BC81C643773003AA2BF /* iOS-StaticLibrary.xcconfig */, - ); - path = iOS; - sourceTree = ""; - }; - 3ADE0BC91C643773003AA2BF /* Mac OS X */ = { - isa = PBXGroup; - children = ( - 3ADE0BCA1C643773003AA2BF /* Mac-Application.xcconfig */, - 3ADE0BCB1C643773003AA2BF /* Mac-Base.xcconfig */, - 3ADE0BCC1C643773003AA2BF /* Mac-DynamicLibrary.xcconfig */, - 3ADE0BCD1C643773003AA2BF /* Mac-Framework.xcconfig */, - 3ADE0BCE1C643773003AA2BF /* Mac-StaticLibrary.xcconfig */, - ); - path = "Mac OS X"; - sourceTree = ""; - }; - 3ADE0BD01C643773003AA2BF /* tvOS */ = { - isa = PBXGroup; - children = ( - 3ADE0BD11C643773003AA2BF /* tvOS-Application.xcconfig */, - 3ADE0BD21C643773003AA2BF /* tvOS-Base.xcconfig */, - 3ADE0BD31C643773003AA2BF /* tvOS-Framework.xcconfig */, - 3ADE0BD41C643773003AA2BF /* tvOS-StaticLibrary.xcconfig */, - ); - path = tvOS; - sourceTree = ""; - }; - 3ADE0BD51C643773003AA2BF /* watchOS */ = { - isa = PBXGroup; - children = ( - 3ADE0BD61C643773003AA2BF /* watchOS-Application.xcconfig */, - 3ADE0BD71C643773003AA2BF /* watchOS-Base.xcconfig */, - 3ADE0BD81C643773003AA2BF /* watchOS-Framework.xcconfig */, - 3ADE0BD91C643773003AA2BF /* watchOS-StaticLibrary.xcconfig */, - ); - path = watchOS; - sourceTree = ""; - }; - 3B9560D41D9CB6980037618E /* Configuration */ = { - isa = PBXGroup; - children = ( - 3B9560D51D9CB6980037618E /* iOS */, - 3B9560D81D9CB6980037618E /* macOS */, - 3B9560DB1D9CB6980037618E /* tvOS */, - ); - path = Configuration; - sourceTree = ""; - }; - 3B9560D51D9CB6980037618E /* iOS */ = { - isa = PBXGroup; - children = ( - 3B9560D61D9CB6980037618E /* AstronomyKit.h */, - 3B9560D71D9CB6980037618E /* Info.plist */, - ); - path = iOS; - sourceTree = ""; - }; - 3B9560D81D9CB6980037618E /* macOS */ = { - isa = PBXGroup; - children = ( - 3B9560D91D9CB6980037618E /* AstronomyKit.h */, - 3B9560DA1D9CB6980037618E /* Info.plist */, - ); - path = macOS; - sourceTree = ""; - }; - 3B9560DB1D9CB6980037618E /* tvOS */ = { - isa = PBXGroup; - children = ( - 3B9560DC1D9CB6980037618E /* AstronomyKit.h */, - 3B9560DD1D9CB6980037618E /* Info.plist */, - ); - path = tvOS; - sourceTree = ""; - }; - 3BC03E741D9C2BC400DF3419 /* Vendor */ = { - isa = PBXGroup; - children = ( - 3BC03E771D9C2BF400DF3419 /* AA+ */, - 3ADE0BB51C643773003AA2BF /* xcconfigs */, - ); - name = Vendor; - sourceTree = ""; - }; - 3BC03E771D9C2BF400DF3419 /* AA+ */ = { - isa = PBXGroup; - children = ( - 3BC03E781D9C2BF400DF3419 /* AA+.h */, - 3BC03E791D9C2BF400DF3419 /* AA+.htm */, - 3BC03E7A1D9C2BF400DF3419 /* AA2DCoordinate.h */, - 3BC03E7B1D9C2BF400DF3419 /* AA3DCoordinate.h */, - 3BC03E7C1D9C2BF400DF3419 /* AAAberration.cpp */, - 3BC03E7D1D9C2BF400DF3419 /* AAAberration.h */, - 3BC03E7E1D9C2BF400DF3419 /* AAAngularSeparation.cpp */, - 3BC03E7F1D9C2BF400DF3419 /* AAAngularSeparation.h */, - 3BC03E801D9C2BF400DF3419 /* AABinaryStar.cpp */, - 3BC03E811D9C2BF400DF3419 /* AABinaryStar.h */, - 3BC03E821D9C2BF400DF3419 /* AACoordinateTransformation.cpp */, - 3BC03E831D9C2BF400DF3419 /* AACoordinateTransformation.h */, - 3BC03E841D9C2BF400DF3419 /* AADate.cpp */, - 3BC03E851D9C2BF400DF3419 /* AADate.h */, - 3BC03E861D9C2BF400DF3419 /* AADiameters.cpp */, - 3BC03E871D9C2BF400DF3419 /* AADiameters.h */, - 3BC03E881D9C2BF400DF3419 /* AADynamicalTime.cpp */, - 3BC03E891D9C2BF400DF3419 /* AADynamicalTime.h */, - 3BC03E8A1D9C2BF400DF3419 /* AAEarth.cpp */, - 3BC03E8B1D9C2BF400DF3419 /* AAEarth.h */, - 3BC03E8C1D9C2BF400DF3419 /* AAEaster.cpp */, - 3BC03E8D1D9C2BF400DF3419 /* AAEaster.h */, - 3BC03E8E1D9C2BF400DF3419 /* AAEclipses.cpp */, - 3BC03E8F1D9C2BF400DF3419 /* AAEclipses.h */, - 3BC03E901D9C2BF400DF3419 /* AAEclipticalElements.cpp */, - 3BC03E911D9C2BF400DF3419 /* AAEclipticalElements.h */, - 3BC03E921D9C2BF400DF3419 /* AAElementsPlanetaryOrbit.cpp */, - 3BC03E931D9C2BF400DF3419 /* AAElementsPlanetaryOrbit.h */, - 3BC03E941D9C2BF400DF3419 /* AAElliptical.cpp */, - 3BC03E951D9C2BF400DF3419 /* AAElliptical.h */, - 3BC03E961D9C2BF400DF3419 /* AAEquationOfTime.cpp */, - 3BC03E971D9C2BF400DF3419 /* AAEquationOfTime.h */, - 3BC03E981D9C2BF400DF3419 /* AAEquinoxesAndSolstices.cpp */, - 3BC03E991D9C2BF400DF3419 /* AAEquinoxesAndSolstices.h */, - 3BC03E9A1D9C2BF400DF3419 /* AAFK5.cpp */, - 3BC03E9B1D9C2BF400DF3419 /* AAFK5.h */, - 3BC03E9C1D9C2BF400DF3419 /* AAGalileanMoons.cpp */, - 3BC03E9D1D9C2BF400DF3419 /* AAGalileanMoons.h */, - 3BC03E9E1D9C2BF400DF3419 /* AAGlobe.cpp */, - 3BC03E9F1D9C2BF400DF3419 /* AAGlobe.h */, - 3BC03EA01D9C2BF400DF3419 /* AAIlluminatedFraction.cpp */, - 3BC03EA11D9C2BF400DF3419 /* AAIlluminatedFraction.h */, - 3BC03EA21D9C2BF400DF3419 /* AAInterpolate.cpp */, - 3BC03EA31D9C2BF400DF3419 /* AAInterpolate.h */, - 3BC03EA41D9C2BF400DF3419 /* AAJewishCalendar.cpp */, - 3BC03EA51D9C2BF400DF3419 /* AAJewishCalendar.h */, - 3BC03EA61D9C2BF400DF3419 /* AAJupiter.cpp */, - 3BC03EA71D9C2BF400DF3419 /* AAJupiter.h */, - 3BC03EA81D9C2BF400DF3419 /* AAKepler.cpp */, - 3BC03EA91D9C2BF400DF3419 /* AAKepler.h */, - 3BC03EAA1D9C2BF400DF3419 /* AAMars.cpp */, - 3BC03EAB1D9C2BF400DF3419 /* AAMars.h */, - 3BC03EAC1D9C2BF400DF3419 /* AAMercury.cpp */, - 3BC03EAD1D9C2BF400DF3419 /* AAMercury.h */, - 3BC03EAE1D9C2BF400DF3419 /* AAMoon.cpp */, - 3BC03EAF1D9C2BF400DF3419 /* AAMoon.h */, - 3BC03EB01D9C2BF400DF3419 /* AAMoonIlluminatedFraction.cpp */, - 3BC03EB11D9C2BF400DF3419 /* AAMoonIlluminatedFraction.h */, - 3BC03EB21D9C2BF400DF3419 /* AAMoonMaxDeclinations.cpp */, - 3BC03EB31D9C2BF400DF3419 /* AAMoonMaxDeclinations.h */, - 3BC03EB41D9C2BF400DF3419 /* AAMoonNodes.cpp */, - 3BC03EB51D9C2BF400DF3419 /* AAMoonNodes.h */, - 3BC03EB61D9C2BF400DF3419 /* AAMoonPerigeeApogee.cpp */, - 3BC03EB71D9C2BF400DF3419 /* AAMoonPerigeeApogee.h */, - 3BC03EB81D9C2BF400DF3419 /* AAMoonPhases.cpp */, - 3BC03EB91D9C2BF400DF3419 /* AAMoonPhases.h */, - 3BC03EBA1D9C2BF400DF3419 /* AAMoslemCalendar.cpp */, - 3BC03EBB1D9C2BF400DF3419 /* AAMoslemCalendar.h */, - 3BC03EBC1D9C2BF400DF3419 /* AANearParabolic.cpp */, - 3BC03EBD1D9C2BF400DF3419 /* AANearParabolic.h */, - 3BC03EBE1D9C2BF400DF3419 /* AANeptune.cpp */, - 3BC03EBF1D9C2BF400DF3419 /* AANeptune.h */, - 3BC03EC01D9C2BF400DF3419 /* AANodes.cpp */, - 3BC03EC11D9C2BF400DF3419 /* AANodes.h */, - 3BC03EC21D9C2BF400DF3419 /* AANutation.cpp */, - 3BC03EC31D9C2BF400DF3419 /* AANutation.h */, - 3BC03EC41D9C2BF400DF3419 /* AAParabolic.cpp */, - 3BC03EC51D9C2BF400DF3419 /* AAParabolic.h */, - 3BC03EC61D9C2BF400DF3419 /* AAParallactic.cpp */, - 3BC03EC71D9C2BF400DF3419 /* AAParallactic.h */, - 3BC03EC81D9C2BF400DF3419 /* AAParallax.cpp */, - 3BC03EC91D9C2BF400DF3419 /* AAParallax.h */, - 3BC03ECA1D9C2BF400DF3419 /* AAPhysicalJupiter.cpp */, - 3BC03ECB1D9C2BF400DF3419 /* AAPhysicalJupiter.h */, - 3BC03ECC1D9C2BF400DF3419 /* AAPhysicalMars.cpp */, - 3BC03ECD1D9C2BF400DF3419 /* AAPhysicalMars.h */, - 3BC03ECE1D9C2BF400DF3419 /* AAPhysicalMoon.cpp */, - 3BC03ECF1D9C2BF400DF3419 /* AAPhysicalMoon.h */, - 3BC03ED01D9C2BF400DF3419 /* AAPhysicalSun.cpp */, - 3BC03ED11D9C2BF400DF3419 /* AAPhysicalSun.h */, - 3BC03ED21D9C2BF400DF3419 /* AAPlanetaryPhenomena.cpp */, - 3BC03ED31D9C2BF400DF3419 /* AAPlanetaryPhenomena.h */, - 3BC03ED41D9C2BF400DF3419 /* AAPlanetPerihelionAphelion.cpp */, - 3BC03ED51D9C2BF400DF3419 /* AAPlanetPerihelionAphelion.h */, - 3BC03ED61D9C2BF400DF3419 /* AAPluto.cpp */, - 3BC03ED71D9C2BF400DF3419 /* AAPluto.h */, - 3BC03ED81D9C2BF400DF3419 /* AAPrecession.cpp */, - 3BC03ED91D9C2BF400DF3419 /* AAPrecession.h */, - 3BC03EDA1D9C2BF400DF3419 /* AARefraction.cpp */, - 3BC03EDB1D9C2BF400DF3419 /* AARefraction.h */, - 3BC03EDC1D9C2BF400DF3419 /* AARiseTransitSet.cpp */, - 3BC03EDD1D9C2BF400DF3419 /* AARiseTransitSet.h */, - 3BC03EDE1D9C2BF400DF3419 /* AASaturn.cpp */, - 3BC03EDF1D9C2BF400DF3419 /* AASaturn.h */, - 3BC03EE01D9C2BF400DF3419 /* AASaturnMoons.cpp */, - 3BC03EE11D9C2BF400DF3419 /* AASaturnMoons.h */, - 3BC03EE21D9C2BF400DF3419 /* AASaturnRings.cpp */, - 3BC03EE31D9C2BF400DF3419 /* AASaturnRings.h */, - 3BC03EE41D9C2BF400DF3419 /* AASidereal.cpp */, - 3BC03EE51D9C2BF400DF3419 /* AASidereal.h */, - 3BC03EE61D9C2BF400DF3419 /* AAStellarMagnitudes.cpp */, - 3BC03EE71D9C2BF400DF3419 /* AAStellarMagnitudes.h */, - 3BC03EE81D9C2BF400DF3419 /* AASun.cpp */, - 3BC03EE91D9C2BF400DF3419 /* AASun.h */, - 3BC03EEA1D9C2BF400DF3419 /* AATest.cpp */, - 3BC03EEB1D9C2BF400DF3419 /* AATest.sln */, - 3BC03EEC1D9C2BF400DF3419 /* AATest.vcproj */, - 3BC03EED1D9C2BF400DF3419 /* AAUranus.cpp */, - 3BC03EEE1D9C2BF400DF3419 /* AAUranus.h */, - 3BC03EEF1D9C2BF400DF3419 /* AAVenus.cpp */, - 3BC03EF01D9C2BF400DF3419 /* AAVenus.h */, - 3BC03EF11D9C2BF400DF3419 /* AAVSOP87.cpp */, - 3BC03EF21D9C2BF400DF3419 /* AAVSOP87.h */, - 3BC03EF31D9C2BF400DF3419 /* AAVSOP87_EMB.cpp */, - 3BC03EF41D9C2BF400DF3419 /* AAVSOP87_EMB.h */, - 3BC03EF51D9C2BF400DF3419 /* AAVSOP87_JUP.cpp */, - 3BC03EF61D9C2BF400DF3419 /* AAVSOP87_JUP.h */, - 3BC03EF71D9C2BF400DF3419 /* AAVSOP87_MAR.cpp */, - 3BC03EF81D9C2BF400DF3419 /* AAVSOP87_MAR.h */, - 3BC03EF91D9C2BF400DF3419 /* AAVSOP87_MER.cpp */, - 3BC03EFA1D9C2BF400DF3419 /* AAVSOP87_MER.h */, - 3BC03EFB1D9C2BF400DF3419 /* AAVSOP87_NEP.cpp */, - 3BC03EFC1D9C2BF400DF3419 /* AAVSOP87_NEP.h */, - 3BC03EFD1D9C2BF400DF3419 /* AAVSOP87_SAT.cpp */, - 3BC03EFE1D9C2BF400DF3419 /* AAVSOP87_SAT.h */, - 3BC03EFF1D9C2BF400DF3419 /* AAVSOP87_URA.cpp */, - 3BC03F001D9C2BF400DF3419 /* AAVSOP87_URA.h */, - 3BC03F011D9C2BF400DF3419 /* AAVSOP87_VEN.cpp */, - 3BC03F021D9C2BF400DF3419 /* AAVSOP87_VEN.h */, - 3BC03F031D9C2BF400DF3419 /* AAVSOP87A_EAR.cpp */, - 3BC03F041D9C2BF400DF3419 /* AAVSOP87A_EAR.h */, - 3BC03F051D9C2BF400DF3419 /* AAVSOP87A_EMB.cpp */, - 3BC03F061D9C2BF400DF3419 /* AAVSOP87A_EMB.h */, - 3BC03F071D9C2BF400DF3419 /* AAVSOP87A_JUP.cpp */, - 3BC03F081D9C2BF400DF3419 /* AAVSOP87A_JUP.h */, - 3BC03F091D9C2BF400DF3419 /* AAVSOP87A_MAR.cpp */, - 3BC03F0A1D9C2BF400DF3419 /* AAVSOP87A_MAR.h */, - 3BC03F0B1D9C2BF400DF3419 /* AAVSOP87A_MER.cpp */, - 3BC03F0C1D9C2BF400DF3419 /* AAVSOP87A_MER.h */, - 3BC03F0D1D9C2BF400DF3419 /* AAVSOP87A_NEP.cpp */, - 3BC03F0E1D9C2BF400DF3419 /* AAVSOP87A_NEP.h */, - 3BC03F0F1D9C2BF400DF3419 /* AAVSOP87A_SAT.cpp */, - 3BC03F101D9C2BF400DF3419 /* AAVSOP87A_SAT.h */, - 3BC03F111D9C2BF400DF3419 /* AAVSOP87A_URA.cpp */, - 3BC03F121D9C2BF400DF3419 /* AAVSOP87A_URA.h */, - 3BC03F131D9C2BF400DF3419 /* AAVSOP87A_VEN.cpp */, - 3BC03F141D9C2BF400DF3419 /* AAVSOP87A_VEN.h */, - 3BC03F151D9C2BF400DF3419 /* AAVSOP87B_EAR.cpp */, - 3BC03F161D9C2BF400DF3419 /* AAVSOP87B_EAR.h */, - 3BC03F171D9C2BF400DF3419 /* AAVSOP87B_JUP.cpp */, - 3BC03F181D9C2BF400DF3419 /* AAVSOP87B_JUP.h */, - 3BC03F191D9C2BF400DF3419 /* AAVSOP87B_MAR.cpp */, - 3BC03F1A1D9C2BF400DF3419 /* AAVSOP87B_MAR.h */, - 3BC03F1B1D9C2BF400DF3419 /* AAVSOP87B_MER.cpp */, - 3BC03F1C1D9C2BF400DF3419 /* AAVSOP87B_MER.h */, - 3BC03F1D1D9C2BF400DF3419 /* AAVSOP87B_NEP.cpp */, - 3BC03F1E1D9C2BF400DF3419 /* AAVSOP87B_NEP.h */, - 3BC03F1F1D9C2BF400DF3419 /* AAVSOP87B_SAT.cpp */, - 3BC03F201D9C2BF400DF3419 /* AAVSOP87B_SAT.h */, - 3BC03F211D9C2BF400DF3419 /* AAVSOP87B_URA.cpp */, - 3BC03F221D9C2BF400DF3419 /* AAVSOP87B_URA.h */, - 3BC03F231D9C2BF400DF3419 /* AAVSOP87B_VEN.cpp */, - 3BC03F241D9C2BF400DF3419 /* AAVSOP87B_VEN.h */, - 3BC03F251D9C2BF400DF3419 /* AAVSOP87C_EAR.cpp */, - 3BC03F261D9C2BF400DF3419 /* AAVSOP87C_EAR.h */, - 3BC03F271D9C2BF400DF3419 /* AAVSOP87C_JUP.cpp */, - 3BC03F281D9C2BF400DF3419 /* AAVSOP87C_JUP.h */, - 3BC03F291D9C2BF400DF3419 /* AAVSOP87C_MAR.cpp */, - 3BC03F2A1D9C2BF400DF3419 /* AAVSOP87C_MAR.h */, - 3BC03F2B1D9C2BF400DF3419 /* AAVSOP87C_MER.cpp */, - 3BC03F2C1D9C2BF400DF3419 /* AAVSOP87C_MER.h */, - 3BC03F2D1D9C2BF400DF3419 /* AAVSOP87C_NEP.cpp */, - 3BC03F2E1D9C2BF400DF3419 /* AAVSOP87C_NEP.h */, - 3BC03F2F1D9C2BF400DF3419 /* AAVSOP87C_SAT.cpp */, - 3BC03F301D9C2BF400DF3419 /* AAVSOP87C_SAT.h */, - 3BC03F311D9C2BF400DF3419 /* AAVSOP87C_URA.cpp */, - 3BC03F321D9C2BF400DF3419 /* AAVSOP87C_URA.h */, - 3BC03F331D9C2BF400DF3419 /* AAVSOP87C_VEN.cpp */, - 3BC03F341D9C2BF400DF3419 /* AAVSOP87C_VEN.h */, - 3BC03F351D9C2BF400DF3419 /* AAVSOP87D_EAR.cpp */, - 3BC03F361D9C2BF400DF3419 /* AAVSOP87D_EAR.h */, - 3BC03F371D9C2BF400DF3419 /* AAVSOP87D_JUP.cpp */, - 3BC03F381D9C2BF400DF3419 /* AAVSOP87D_JUP.h */, - 3BC03F391D9C2BF400DF3419 /* AAVSOP87D_MAR.cpp */, - 3BC03F3A1D9C2BF400DF3419 /* AAVSOP87D_MAR.h */, - 3BC03F3B1D9C2BF400DF3419 /* AAVSOP87D_MER.cpp */, - 3BC03F3C1D9C2BF400DF3419 /* AAVSOP87D_MER.h */, - 3BC03F3D1D9C2BF400DF3419 /* AAVSOP87D_NEP.cpp */, - 3BC03F3E1D9C2BF400DF3419 /* AAVSOP87D_NEP.h */, - 3BC03F3F1D9C2BF400DF3419 /* AAVSOP87D_SAT.cpp */, - 3BC03F401D9C2BF400DF3419 /* AAVSOP87D_SAT.h */, - 3BC03F411D9C2BF400DF3419 /* AAVSOP87D_URA.cpp */, - 3BC03F421D9C2BF400DF3419 /* AAVSOP87D_URA.h */, - 3BC03F431D9C2BF400DF3419 /* AAVSOP87D_VEN.cpp */, - 3BC03F441D9C2BF400DF3419 /* AAVSOP87D_VEN.h */, - 3BC03F451D9C2BF400DF3419 /* AAVSOP87E_EAR.cpp */, - 3BC03F461D9C2BF400DF3419 /* AAVSOP87E_EAR.h */, - 3BC03F471D9C2BF400DF3419 /* AAVSOP87E_JUP.cpp */, - 3BC03F481D9C2BF400DF3419 /* AAVSOP87E_JUP.h */, - 3BC03F491D9C2BF400DF3419 /* AAVSOP87E_MAR.cpp */, - 3BC03F4A1D9C2BF400DF3419 /* AAVSOP87E_MAR.h */, - 3BC03F4B1D9C2BF400DF3419 /* AAVSOP87E_MER.cpp */, - 3BC03F4C1D9C2BF400DF3419 /* AAVSOP87E_MER.h */, - 3BC03F4D1D9C2BF400DF3419 /* AAVSOP87E_NEP.cpp */, - 3BC03F4E1D9C2BF400DF3419 /* AAVSOP87E_NEP.h */, - 3BC03F4F1D9C2BF400DF3419 /* AAVSOP87E_SAT.cpp */, - 3BC03F501D9C2BF400DF3419 /* AAVSOP87E_SAT.h */, - 3BC03F511D9C2BF400DF3419 /* AAVSOP87E_SUN.cpp */, - 3BC03F521D9C2BF400DF3419 /* AAVSOP87E_SUN.h */, - 3BC03F531D9C2BF400DF3419 /* AAVSOP87E_URA.cpp */, - 3BC03F541D9C2BF400DF3419 /* AAVSOP87E_URA.h */, - 3BC03F551D9C2BF400DF3419 /* AAVSOP87E_VEN.cpp */, - 3BC03F561D9C2BF400DF3419 /* AAVSOP87E_VEN.h */, - 3BC03F571D9C2BF400DF3419 /* CMakeLists.txt */, - 3BC03F581D9C2BF400DF3419 /* naughter.css */, - 3BC03F591D9C2BF400DF3419 /* stdafx.cpp */, - 3BC03F5A1D9C2BF400DF3419 /* stdafx.h */, - ); - name = "AA+"; - path = "Vendor/AA+/1.6.3"; - sourceTree = ""; - }; - 3BE052D61B96429800CC8DF0 = { - isa = PBXGroup; - children = ( - 3BE052E21B96429800CC8DF0 /* AstronomyKit */, - 3BE052EF1B96429800CC8DF0 /* Tests */, - 3BC03E741D9C2BC400DF3419 /* Vendor */, - 3BE052E11B96429800CC8DF0 /* Products */, - ); - sourceTree = ""; - }; - 3BE052E11B96429800CC8DF0 /* Products */ = { - isa = PBXGroup; - children = ( - 3BE052E01B96429800CC8DF0 /* AstronomyKit.framework */, - 3BE052EB1B96429800CC8DF0 /* AstronomyKit-Tests.xctest */, - 3B9560BE1D9CB5CC0037618E /* AstronomyKit.framework */, - 3B9560CC1D9CB6620037618E /* AstronomyKit.framework */, - ); - name = Products; - sourceTree = ""; - }; - 3BE052E21B96429800CC8DF0 /* AstronomyKit */ = { - isa = PBXGroup; - children = ( - 3BE053F81B96434A00CC8DF0 /* AstronomicalCalculations.h */, - 3BE053F91B96434A00CC8DF0 /* AstronomicalCalculations.mm */, - 3BE053FB1B96434A00CC8DF0 /* NSCalendar+AstronomyKit.h */, - 3BE053FC1B96434A00CC8DF0 /* NSCalendar+AstronomyKit.m */, - 3BE053FA1B96434A00CC8DF0 /* AstronomyKit.playground */, - 3B9560D41D9CB6980037618E /* Configuration */, - ); - path = AstronomyKit; - sourceTree = ""; - }; - 3BE052EF1B96429800CC8DF0 /* Tests */ = { - isa = PBXGroup; - children = ( - 3BE052F21B96429800CC8DF0 /* AstronomyKitTests.m */, - 3BE052F11B96429800CC8DF0 /* Info.plist */, - ); - path = Tests; - sourceTree = ""; - }; -/* End PBXGroup section */ - -/* Begin PBXHeadersBuildPhase section */ - 3B9560BB1D9CB5CC0037618E /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 3B67E2381DDC07F80025B5E3 /* AstronomicalCalculations.h in Headers */, - 3B9560E01D9CB6A50037618E /* AstronomyKit.h in Headers */, - 3B67E23A1DDC07FF0025B5E3 /* NSCalendar+AstronomyKit.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3B9560C91D9CB6620037618E /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 3B67E2391DDC07F90025B5E3 /* AstronomicalCalculations.h in Headers */, - 3B9560E11D9CB6A70037618E /* AstronomyKit.h in Headers */, - 3B67E23B1DDC07FF0025B5E3 /* NSCalendar+AstronomyKit.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3BE052DD1B96429800CC8DF0 /* Headers */ = { - isa = PBXHeadersBuildPhase; - buildActionMask = 2147483647; - files = ( - 3BC03F5D1D9C2BF400DF3419 /* AA2DCoordinate.h in Headers */, - 3BC040251D9C2BF400DF3419 /* AAVSOP87D_URA.h in Headers */, - 3BC0401D1D9C2BF400DF3419 /* AAVSOP87D_MAR.h in Headers */, - 3BC03F9E1D9C2BF400DF3419 /* AAMoslemCalendar.h in Headers */, - 3BC03F961D9C2BF400DF3419 /* AAMoonMaxDeclinations.h in Headers */, - 3BC040171D9C2BF400DF3419 /* AAVSOP87C_VEN.h in Headers */, - 3BC03F8C1D9C2BF400DF3419 /* AAKepler.h in Headers */, - 3BC03FA61D9C2BF400DF3419 /* AANutation.h in Headers */, - 3BC03F781D9C2BF400DF3419 /* AAElliptical.h in Headers */, - 3BC03F9A1D9C2BF400DF3419 /* AAMoonPerigeeApogee.h in Headers */, - 3B9560E21D9CB8650037618E /* AstronomyKit.h in Headers */, - 3BC040291D9C2BF400DF3419 /* AAVSOP87E_EAR.h in Headers */, - 3BC03F641D9C2BF400DF3419 /* AABinaryStar.h in Headers */, - 3BC0403D1D9C2BF400DF3419 /* stdafx.h in Headers */, - 3BC040191D9C2BF400DF3419 /* AAVSOP87D_EAR.h in Headers */, - 3BC03F7C1D9C2BF400DF3419 /* AAEquinoxesAndSolstices.h in Headers */, - 3BC03F5B1D9C2BF400DF3419 /* AA+.h in Headers */, - 3BC03F6E1D9C2BF400DF3419 /* AAEarth.h in Headers */, - 3BC040131D9C2BF400DF3419 /* AAVSOP87C_SAT.h in Headers */, - 3BC03FA21D9C2BF400DF3419 /* AANeptune.h in Headers */, - 3BC03FAC1D9C2BF400DF3419 /* AAParallax.h in Headers */, - 3BC03F901D9C2BF400DF3419 /* AAMercury.h in Headers */, - 3BC03FD11D9C2BF400DF3419 /* AAUranus.h in Headers */, - 3BC03FB21D9C2BF400DF3419 /* AAPhysicalMoon.h in Headers */, - 3BC0400D1D9C2BF400DF3419 /* AAVSOP87C_MAR.h in Headers */, - 3BC03FDD1D9C2BF400DF3419 /* AAVSOP87_MER.h in Headers */, - 3BC03F701D9C2BF400DF3419 /* AAEaster.h in Headers */, - 3BC03FED1D9C2BF400DF3419 /* AAVSOP87A_MAR.h in Headers */, - 3BE053FF1B96434A00CC8DF0 /* NSCalendar+AstronomyKit.h in Headers */, - 3BC03F861D9C2BF400DF3419 /* AAInterpolate.h in Headers */, - 3BC03F6C1D9C2BF400DF3419 /* AADynamicalTime.h in Headers */, - 3BC03FE51D9C2BF400DF3419 /* AAVSOP87_VEN.h in Headers */, - 3BC03FC41D9C2BF400DF3419 /* AASaturnMoons.h in Headers */, - 3BC03FA81D9C2BF400DF3419 /* AAParabolic.h in Headers */, - 3BC040031D9C2BF400DF3419 /* AAVSOP87B_SAT.h in Headers */, - 3BC03FE31D9C2BF400DF3419 /* AAVSOP87_URA.h in Headers */, - 3BC03F681D9C2BF400DF3419 /* AADate.h in Headers */, - 3BC040071D9C2BF400DF3419 /* AAVSOP87B_VEN.h in Headers */, - 3BC0401B1D9C2BF400DF3419 /* AAVSOP87D_JUP.h in Headers */, - 3BC03FDB1D9C2BF400DF3419 /* AAVSOP87_MAR.h in Headers */, - 3BC0402F1D9C2BF400DF3419 /* AAVSOP87E_MER.h in Headers */, - 3BC03F821D9C2BF400DF3419 /* AAGlobe.h in Headers */, - 3BC03FAE1D9C2BF400DF3419 /* AAPhysicalJupiter.h in Headers */, - 3BC03FD51D9C2BF400DF3419 /* AAVSOP87.h in Headers */, - 3BC03FF91D9C2BF400DF3419 /* AAVSOP87B_EAR.h in Headers */, - 3BE053FD1B96434A00CC8DF0 /* AstronomicalCalculations.h in Headers */, - 3BC03F761D9C2BF400DF3419 /* AAElementsPlanetaryOrbit.h in Headers */, - 3BC03FDF1D9C2BF400DF3419 /* AAVSOP87_NEP.h in Headers */, - 3BC03FBE1D9C2BF400DF3419 /* AARefraction.h in Headers */, - 3BC03FE91D9C2BF400DF3419 /* AAVSOP87A_EMB.h in Headers */, - 3BC03F8E1D9C2BF400DF3419 /* AAMars.h in Headers */, - 3BC03FFF1D9C2BF400DF3419 /* AAVSOP87B_MER.h in Headers */, - 3BC03F9C1D9C2BF400DF3419 /* AAMoonPhases.h in Headers */, - 3BC03FF51D9C2BF400DF3419 /* AAVSOP87A_URA.h in Headers */, - 3BC03FCA1D9C2BF400DF3419 /* AAStellarMagnitudes.h in Headers */, - 3BC040271D9C2BF400DF3419 /* AAVSOP87D_VEN.h in Headers */, - 3BC03F981D9C2BF400DF3419 /* AAMoonNodes.h in Headers */, - 3BC03FE71D9C2BF400DF3419 /* AAVSOP87A_EAR.h in Headers */, - 3BC040351D9C2BF400DF3419 /* AAVSOP87E_SUN.h in Headers */, - 3BC03FA01D9C2BF400DF3419 /* AANearParabolic.h in Headers */, - 3BC03F8A1D9C2BF400DF3419 /* AAJupiter.h in Headers */, - 3BC040211D9C2BF400DF3419 /* AAVSOP87D_NEP.h in Headers */, - 3BC040331D9C2BF400DF3419 /* AAVSOP87E_SAT.h in Headers */, - 3BC0401F1D9C2BF400DF3419 /* AAVSOP87D_MER.h in Headers */, - 3BC03FD91D9C2BF400DF3419 /* AAVSOP87_JUP.h in Headers */, - 3BC040311D9C2BF400DF3419 /* AAVSOP87E_NEP.h in Headers */, - 3BC03FC21D9C2BF400DF3419 /* AASaturn.h in Headers */, - 3BC03FC61D9C2BF400DF3419 /* AASaturnRings.h in Headers */, - 3BC0402D1D9C2BF400DF3419 /* AAVSOP87E_MAR.h in Headers */, - 3BC040011D9C2BF400DF3419 /* AAVSOP87B_NEP.h in Headers */, - 3BC03F801D9C2BF400DF3419 /* AAGalileanMoons.h in Headers */, - 3BC03F7A1D9C2BF400DF3419 /* AAEquationOfTime.h in Headers */, - 3BC03FB81D9C2BF400DF3419 /* AAPlanetPerihelionAphelion.h in Headers */, - 3BC03F621D9C2BF400DF3419 /* AAAngularSeparation.h in Headers */, - 3BC03FA41D9C2BF400DF3419 /* AANodes.h in Headers */, - 3BC03F7E1D9C2BF400DF3419 /* AAFK5.h in Headers */, - 3BC03FE11D9C2BF400DF3419 /* AAVSOP87_SAT.h in Headers */, - 3BC03FD31D9C2BF400DF3419 /* AAVenus.h in Headers */, - 3BC03F941D9C2BF400DF3419 /* AAMoonIlluminatedFraction.h in Headers */, - 3BC03F741D9C2BF400DF3419 /* AAEclipticalElements.h in Headers */, - 3BC03FFB1D9C2BF400DF3419 /* AAVSOP87B_JUP.h in Headers */, - 3BC03FF71D9C2BF400DF3419 /* AAVSOP87A_VEN.h in Headers */, - 3BC03FC81D9C2BF400DF3419 /* AASidereal.h in Headers */, - 3BC03F881D9C2BF400DF3419 /* AAJewishCalendar.h in Headers */, - 3BC040391D9C2BF400DF3419 /* AAVSOP87E_VEN.h in Headers */, - 3BC03F921D9C2BF400DF3419 /* AAMoon.h in Headers */, - 3BC03FCC1D9C2BF400DF3419 /* AASun.h in Headers */, - 3BC03F661D9C2BF400DF3419 /* AACoordinateTransformation.h in Headers */, - 3BC040151D9C2BF400DF3419 /* AAVSOP87C_URA.h in Headers */, - 3BC03F841D9C2BF400DF3419 /* AAIlluminatedFraction.h in Headers */, - 3BC0400F1D9C2BF400DF3419 /* AAVSOP87C_MER.h in Headers */, - 3BC03FFD1D9C2BF400DF3419 /* AAVSOP87B_MAR.h in Headers */, - 3BC040231D9C2BF400DF3419 /* AAVSOP87D_SAT.h in Headers */, - 3BC040051D9C2BF400DF3419 /* AAVSOP87B_URA.h in Headers */, - 3BC03FD71D9C2BF400DF3419 /* AAVSOP87_EMB.h in Headers */, - 3BC03FB01D9C2BF400DF3419 /* AAPhysicalMars.h in Headers */, - 3BC03FAA1D9C2BF400DF3419 /* AAParallactic.h in Headers */, - 3BC040371D9C2BF400DF3419 /* AAVSOP87E_URA.h in Headers */, - 3BC03FC01D9C2BF400DF3419 /* AARiseTransitSet.h in Headers */, - 3BC03FF11D9C2BF400DF3419 /* AAVSOP87A_NEP.h in Headers */, - 3BC040091D9C2BF400DF3419 /* AAVSOP87C_EAR.h in Headers */, - 3BC03FB41D9C2BF400DF3419 /* AAPhysicalSun.h in Headers */, - 3BC03FBC1D9C2BF400DF3419 /* AAPrecession.h in Headers */, - 3BC0402B1D9C2BF400DF3419 /* AAVSOP87E_JUP.h in Headers */, - 3BC03F721D9C2BF400DF3419 /* AAEclipses.h in Headers */, - 3BC03F601D9C2BF400DF3419 /* AAAberration.h in Headers */, - 3BC03FEF1D9C2BF400DF3419 /* AAVSOP87A_MER.h in Headers */, - 3BC03FEB1D9C2BF400DF3419 /* AAVSOP87A_JUP.h in Headers */, - 3BC03FB61D9C2BF400DF3419 /* AAPlanetaryPhenomena.h in Headers */, - 3BC03FF31D9C2BF400DF3419 /* AAVSOP87A_SAT.h in Headers */, - 3BC03FBA1D9C2BF400DF3419 /* AAPluto.h in Headers */, - 3BC03F5E1D9C2BF400DF3419 /* AA3DCoordinate.h in Headers */, - 3BC03F6A1D9C2BF400DF3419 /* AADiameters.h in Headers */, - 3BC0400B1D9C2BF400DF3419 /* AAVSOP87C_JUP.h in Headers */, - 3BC040111D9C2BF400DF3419 /* AAVSOP87C_NEP.h in Headers */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXHeadersBuildPhase section */ - -/* Begin PBXNativeTarget section */ - 3B9560BD1D9CB5CC0037618E /* AstronomyKit-tvOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3B9560C51D9CB5CC0037618E /* Build configuration list for PBXNativeTarget "AstronomyKit-tvOS" */; - buildPhases = ( - 3B9560B91D9CB5CC0037618E /* Sources */, - 3B9560BA1D9CB5CC0037618E /* Frameworks */, - 3B9560BB1D9CB5CC0037618E /* Headers */, - 3B9560BC1D9CB5CC0037618E /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "AstronomyKit-tvOS"; - productName = "AstronomyKit-tvOS"; - productReference = 3B9560BE1D9CB5CC0037618E /* AstronomyKit.framework */; - productType = "com.apple.product-type.framework"; - }; - 3B9560CB1D9CB6620037618E /* AstronomyKit-macOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3B9560D11D9CB6620037618E /* Build configuration list for PBXNativeTarget "AstronomyKit-macOS" */; - buildPhases = ( - 3B9560C71D9CB6620037618E /* Sources */, - 3B9560C81D9CB6620037618E /* Frameworks */, - 3B9560C91D9CB6620037618E /* Headers */, - 3B9560CA1D9CB6620037618E /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "AstronomyKit-macOS"; - productName = "AstronomyKit-macOS"; - productReference = 3B9560CC1D9CB6620037618E /* AstronomyKit.framework */; - productType = "com.apple.product-type.framework"; - }; - 3BE052DF1B96429800CC8DF0 /* AstronomyKit-iOS */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3BE052F61B96429800CC8DF0 /* Build configuration list for PBXNativeTarget "AstronomyKit-iOS" */; - buildPhases = ( - 3BE052DB1B96429800CC8DF0 /* Sources */, - 3BE052DC1B96429800CC8DF0 /* Frameworks */, - 3BE052DD1B96429800CC8DF0 /* Headers */, - 3BE052DE1B96429800CC8DF0 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - ); - name = "AstronomyKit-iOS"; - productName = AstronomyKit; - productReference = 3BE052E01B96429800CC8DF0 /* AstronomyKit.framework */; - productType = "com.apple.product-type.framework"; - }; - 3BE052EA1B96429800CC8DF0 /* AstronomyKit-iOS-Tests */ = { - isa = PBXNativeTarget; - buildConfigurationList = 3BE052F91B96429800CC8DF0 /* Build configuration list for PBXNativeTarget "AstronomyKit-iOS-Tests" */; - buildPhases = ( - 3BE052E71B96429800CC8DF0 /* Sources */, - 3BE052E81B96429800CC8DF0 /* Frameworks */, - 3BE052E91B96429800CC8DF0 /* Resources */, - ); - buildRules = ( - ); - dependencies = ( - 3BE052EE1B96429800CC8DF0 /* PBXTargetDependency */, - ); - name = "AstronomyKit-iOS-Tests"; - productName = AstronomyKitTests; - productReference = 3BE052EB1B96429800CC8DF0 /* AstronomyKit-Tests.xctest */; - productType = "com.apple.product-type.bundle.unit-test"; - }; -/* End PBXNativeTarget section */ - -/* Begin PBXProject section */ - 3BE052D71B96429800CC8DF0 /* Project object */ = { - isa = PBXProject; - attributes = { - LastUpgradeCheck = 0700; - ORGANIZATIONNAME = HODINKEE; - TargetAttributes = { - 3B9560BD1D9CB5CC0037618E = { - CreatedOnToolsVersion = 8.0; - ProvisioningStyle = Manual; - }; - 3B9560CB1D9CB6620037618E = { - CreatedOnToolsVersion = 8.0; - ProvisioningStyle = Manual; - }; - 3BE052DF1B96429800CC8DF0 = { - CreatedOnToolsVersion = 6.4; - ProvisioningStyle = Manual; - }; - 3BE052EA1B96429800CC8DF0 = { - CreatedOnToolsVersion = 6.4; - DevelopmentTeam = CB38VXKT93; - }; - }; - }; - buildConfigurationList = 3BE052DA1B96429800CC8DF0 /* Build configuration list for PBXProject "AstronomyKit" */; - compatibilityVersion = "Xcode 3.2"; - developmentRegion = English; - hasScannedForEncodings = 0; - knownRegions = ( - English, - en, - ); - mainGroup = 3BE052D61B96429800CC8DF0; - productRefGroup = 3BE052E11B96429800CC8DF0 /* Products */; - projectDirPath = ""; - projectRoot = ""; - targets = ( - 3BE052DF1B96429800CC8DF0 /* AstronomyKit-iOS */, - 3BE052EA1B96429800CC8DF0 /* AstronomyKit-iOS-Tests */, - 3B9560BD1D9CB5CC0037618E /* AstronomyKit-tvOS */, - 3B9560CB1D9CB6620037618E /* AstronomyKit-macOS */, - ); - }; -/* End PBXProject section */ - -/* Begin PBXResourcesBuildPhase section */ - 3B9560BC1D9CB5CC0037618E /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3B9560CA1D9CB6620037618E /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3BE052DE1B96429800CC8DF0 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3BE052E91B96429800CC8DF0 /* Resources */ = { - isa = PBXResourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXResourcesBuildPhase section */ - -/* Begin PBXSourcesBuildPhase section */ - 3B9560B91D9CB5CC0037618E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3B67E23C1DDC08050025B5E3 /* NSCalendar+AstronomyKit.m in Sources */, - 3B67E23E1DDC08080025B5E3 /* AstronomicalCalculations.mm in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3B9560C71D9CB6620037618E /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3B67E23D1DDC08060025B5E3 /* NSCalendar+AstronomyKit.m in Sources */, - 3B67E23F1DDC08080025B5E3 /* AstronomicalCalculations.mm in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3BE052DB1B96429800CC8DF0 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3BC03FC11D9C2BF400DF3419 /* AASaturn.cpp in Sources */, - 3BC03FE81D9C2BF400DF3419 /* AAVSOP87A_EMB.cpp in Sources */, - 3BC03FCB1D9C2BF400DF3419 /* AASun.cpp in Sources */, - 3BC03FA71D9C2BF400DF3419 /* AAParabolic.cpp in Sources */, - 3BC03F8B1D9C2BF400DF3419 /* AAKepler.cpp in Sources */, - 3BC0403C1D9C2BF400DF3419 /* stdafx.cpp in Sources */, - 3BC03F951D9C2BF400DF3419 /* AAMoonMaxDeclinations.cpp in Sources */, - 3BC03F8D1D9C2BF400DF3419 /* AAMars.cpp in Sources */, - 3BC03FC71D9C2BF400DF3419 /* AASidereal.cpp in Sources */, - 3BC040381D9C2BF400DF3419 /* AAVSOP87E_VEN.cpp in Sources */, - 3BC040141D9C2BF400DF3419 /* AAVSOP87C_URA.cpp in Sources */, - 3BC040061D9C2BF400DF3419 /* AAVSOP87B_VEN.cpp in Sources */, - 3BC03FF01D9C2BF400DF3419 /* AAVSOP87A_NEP.cpp in Sources */, - 3BC040281D9C2BF400DF3419 /* AAVSOP87E_EAR.cpp in Sources */, - 3BC0401C1D9C2BF400DF3419 /* AAVSOP87D_MAR.cpp in Sources */, - 3BC03F791D9C2BF400DF3419 /* AAEquationOfTime.cpp in Sources */, - 3BC03F7F1D9C2BF400DF3419 /* AAGalileanMoons.cpp in Sources */, - 3BC03F891D9C2BF400DF3419 /* AAJupiter.cpp in Sources */, - 3BC03F6D1D9C2BF400DF3419 /* AAEarth.cpp in Sources */, - 3BC03F691D9C2BF400DF3419 /* AADiameters.cpp in Sources */, - 3BC03FBD1D9C2BF400DF3419 /* AARefraction.cpp in Sources */, - 3BC03F631D9C2BF400DF3419 /* AABinaryStar.cpp in Sources */, - 3BC03FB11D9C2BF400DF3419 /* AAPhysicalMoon.cpp in Sources */, - 3BC040241D9C2BF400DF3419 /* AAVSOP87D_URA.cpp in Sources */, - 3BC03FF61D9C2BF400DF3419 /* AAVSOP87A_VEN.cpp in Sources */, - 3BC03FAF1D9C2BF400DF3419 /* AAPhysicalMars.cpp in Sources */, - 3BC040081D9C2BF400DF3419 /* AAVSOP87C_EAR.cpp in Sources */, - 3BC040261D9C2BF400DF3419 /* AAVSOP87D_VEN.cpp in Sources */, - 3BC040181D9C2BF400DF3419 /* AAVSOP87D_EAR.cpp in Sources */, - 3BC03F771D9C2BF400DF3419 /* AAElliptical.cpp in Sources */, - 3BC0401E1D9C2BF400DF3419 /* AAVSOP87D_MER.cpp in Sources */, - 3BC0402A1D9C2BF400DF3419 /* AAVSOP87E_JUP.cpp in Sources */, - 3BC03FA91D9C2BF400DF3419 /* AAParallactic.cpp in Sources */, - 3BC03F831D9C2BF400DF3419 /* AAIlluminatedFraction.cpp in Sources */, - 3BC03FC51D9C2BF400DF3419 /* AASaturnRings.cpp in Sources */, - 3BE054001B96434A00CC8DF0 /* NSCalendar+AstronomyKit.m in Sources */, - 3BC040201D9C2BF400DF3419 /* AAVSOP87D_NEP.cpp in Sources */, - 3BC03FD01D9C2BF400DF3419 /* AAUranus.cpp in Sources */, - 3BC040161D9C2BF400DF3419 /* AAVSOP87C_VEN.cpp in Sources */, - 3BC03FFA1D9C2BF400DF3419 /* AAVSOP87B_JUP.cpp in Sources */, - 3BC040021D9C2BF400DF3419 /* AAVSOP87B_SAT.cpp in Sources */, - 3BC040341D9C2BF400DF3419 /* AAVSOP87E_SUN.cpp in Sources */, - 3BC03FAB1D9C2BF400DF3419 /* AAParallax.cpp in Sources */, - 3BC03FF21D9C2BF400DF3419 /* AAVSOP87A_SAT.cpp in Sources */, - 3BC0400C1D9C2BF400DF3419 /* AAVSOP87C_MAR.cpp in Sources */, - 3BC03F671D9C2BF400DF3419 /* AADate.cpp in Sources */, - 3BC0402C1D9C2BF400DF3419 /* AAVSOP87E_MAR.cpp in Sources */, - 3BC03FD81D9C2BF400DF3419 /* AAVSOP87_JUP.cpp in Sources */, - 3BC03FA31D9C2BF400DF3419 /* AANodes.cpp in Sources */, - 3BE053FE1B96434A00CC8DF0 /* AstronomicalCalculations.mm in Sources */, - 3BC03F911D9C2BF400DF3419 /* AAMoon.cpp in Sources */, - 3BC03FFC1D9C2BF400DF3419 /* AAVSOP87B_MAR.cpp in Sources */, - 3BC040101D9C2BF400DF3419 /* AAVSOP87C_NEP.cpp in Sources */, - 3BC03FC91D9C2BF400DF3419 /* AAStellarMagnitudes.cpp in Sources */, - 3BC03FBB1D9C2BF400DF3419 /* AAPrecession.cpp in Sources */, - 3BC03FD21D9C2BF400DF3419 /* AAVenus.cpp in Sources */, - 3BC0402E1D9C2BF400DF3419 /* AAVSOP87E_MER.cpp in Sources */, - 3BC03FD41D9C2BF400DF3419 /* AAVSOP87.cpp in Sources */, - 3BC040121D9C2BF400DF3419 /* AAVSOP87C_SAT.cpp in Sources */, - 3BC040361D9C2BF400DF3419 /* AAVSOP87E_URA.cpp in Sources */, - 3BC03F611D9C2BF400DF3419 /* AAAngularSeparation.cpp in Sources */, - 3BC0400E1D9C2BF400DF3419 /* AAVSOP87C_MER.cpp in Sources */, - 3BC0400A1D9C2BF400DF3419 /* AAVSOP87C_JUP.cpp in Sources */, - 3BC03FE61D9C2BF400DF3419 /* AAVSOP87A_EAR.cpp in Sources */, - 3BC03F7B1D9C2BF400DF3419 /* AAEquinoxesAndSolstices.cpp in Sources */, - 3BC03FD61D9C2BF400DF3419 /* AAVSOP87_EMB.cpp in Sources */, - 3BC03FB51D9C2BF400DF3419 /* AAPlanetaryPhenomena.cpp in Sources */, - 3BC03F731D9C2BF400DF3419 /* AAEclipticalElements.cpp in Sources */, - 3BC03F651D9C2BF400DF3419 /* AACoordinateTransformation.cpp in Sources */, - 3BC03FEA1D9C2BF400DF3419 /* AAVSOP87A_JUP.cpp in Sources */, - 3BC03F931D9C2BF400DF3419 /* AAMoonIlluminatedFraction.cpp in Sources */, - 3BC03F991D9C2BF400DF3419 /* AAMoonPerigeeApogee.cpp in Sources */, - 3BC03FA51D9C2BF400DF3419 /* AANutation.cpp in Sources */, - 3BC03F971D9C2BF400DF3419 /* AAMoonNodes.cpp in Sources */, - 3BC03FE41D9C2BF400DF3419 /* AAVSOP87_VEN.cpp in Sources */, - 3BC03FDE1D9C2BF400DF3419 /* AAVSOP87_NEP.cpp in Sources */, - 3BC03FFE1D9C2BF400DF3419 /* AAVSOP87B_MER.cpp in Sources */, - 3BC040321D9C2BF400DF3419 /* AAVSOP87E_SAT.cpp in Sources */, - 3BC03FB31D9C2BF400DF3419 /* AAPhysicalSun.cpp in Sources */, - 3BC03F9F1D9C2BF400DF3419 /* AANearParabolic.cpp in Sources */, - 3BC03F871D9C2BF400DF3419 /* AAJewishCalendar.cpp in Sources */, - 3BC03FB91D9C2BF400DF3419 /* AAPluto.cpp in Sources */, - 3BC03F711D9C2BF400DF3419 /* AAEclipses.cpp in Sources */, - 3BC03FDC1D9C2BF400DF3419 /* AAVSOP87_MER.cpp in Sources */, - 3BC03FF81D9C2BF400DF3419 /* AAVSOP87B_EAR.cpp in Sources */, - 3BC040301D9C2BF400DF3419 /* AAVSOP87E_NEP.cpp in Sources */, - 3BC03F6B1D9C2BF400DF3419 /* AADynamicalTime.cpp in Sources */, - 3BC040221D9C2BF400DF3419 /* AAVSOP87D_SAT.cpp in Sources */, - 3BC03FEE1D9C2BF400DF3419 /* AAVSOP87A_MER.cpp in Sources */, - 3BC03FE21D9C2BF400DF3419 /* AAVSOP87_URA.cpp in Sources */, - 3BC0401A1D9C2BF400DF3419 /* AAVSOP87D_JUP.cpp in Sources */, - 3BC03F851D9C2BF400DF3419 /* AAInterpolate.cpp in Sources */, - 3BC03FF41D9C2BF400DF3419 /* AAVSOP87A_URA.cpp in Sources */, - 3BC03FEC1D9C2BF400DF3419 /* AAVSOP87A_MAR.cpp in Sources */, - 3BC03FE01D9C2BF400DF3419 /* AAVSOP87_SAT.cpp in Sources */, - 3BC03F751D9C2BF400DF3419 /* AAElementsPlanetaryOrbit.cpp in Sources */, - 3BC040001D9C2BF400DF3419 /* AAVSOP87B_NEP.cpp in Sources */, - 3BC03FB71D9C2BF400DF3419 /* AAPlanetPerihelionAphelion.cpp in Sources */, - 3BC03FAD1D9C2BF400DF3419 /* AAPhysicalJupiter.cpp in Sources */, - 3BC03F7D1D9C2BF400DF3419 /* AAFK5.cpp in Sources */, - 3BC040041D9C2BF400DF3419 /* AAVSOP87B_URA.cpp in Sources */, - 3BC03F8F1D9C2BF400DF3419 /* AAMercury.cpp in Sources */, - 3BC03FDA1D9C2BF400DF3419 /* AAVSOP87_MAR.cpp in Sources */, - 3BC03FBF1D9C2BF400DF3419 /* AARiseTransitSet.cpp in Sources */, - 3BC03FA11D9C2BF400DF3419 /* AANeptune.cpp in Sources */, - 3BC03F5F1D9C2BF400DF3419 /* AAAberration.cpp in Sources */, - 3BC03F811D9C2BF400DF3419 /* AAGlobe.cpp in Sources */, - 3BC03F9D1D9C2BF400DF3419 /* AAMoslemCalendar.cpp in Sources */, - 3BC03F9B1D9C2BF400DF3419 /* AAMoonPhases.cpp in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; - 3BE052E71B96429800CC8DF0 /* Sources */ = { - isa = PBXSourcesBuildPhase; - buildActionMask = 2147483647; - files = ( - 3BE052F31B96429800CC8DF0 /* AstronomyKitTests.m in Sources */, - ); - runOnlyForDeploymentPostprocessing = 0; - }; -/* End PBXSourcesBuildPhase section */ - -/* Begin PBXTargetDependency section */ - 3BE052EE1B96429800CC8DF0 /* PBXTargetDependency */ = { - isa = PBXTargetDependency; - target = 3BE052DF1B96429800CC8DF0 /* AstronomyKit-iOS */; - targetProxy = 3BE052ED1B96429800CC8DF0 /* PBXContainerItemProxy */; - }; -/* End PBXTargetDependency section */ - -/* Begin XCBuildConfiguration section */ - 3B9560C31D9CB5CC0037618E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3ADE0BD31C643773003AA2BF /* tvOS-Framework.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 9; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 7; - INFOPLIST_FILE = AstronomyKit/Configuration/tvOS/Info.plist; - MARKETING_VERSION = 1.7.1; - PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)"; - }; - name = Debug; - }; - 3B9560C41D9CB5CC0037618E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3ADE0BD31C643773003AA2BF /* tvOS-Framework.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 9; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 7; - INFOPLIST_FILE = AstronomyKit/Configuration/tvOS/Info.plist; - MARKETING_VERSION = 1.7.1; - PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)"; - }; - name = Release; - }; - 3B9560D21D9CB6620037618E /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3ADE0BCD1C643773003AA2BF /* Mac-Framework.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 9; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 7; - INFOPLIST_FILE = AstronomyKit/Configuration/macOS/Info.plist; - MARKETING_VERSION = 1.7.1; - PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)"; - }; - name = Debug; - }; - 3B9560D31D9CB6620037618E /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3ADE0BCD1C643773003AA2BF /* Mac-Framework.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 9; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 7; - INFOPLIST_FILE = AstronomyKit/Configuration/macOS/Info.plist; - MARKETING_VERSION = 1.7.1; - PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)"; - }; - name = Release; - }; - 3BE052F41B96429800CC8DF0 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3ADE0BBA1C643773003AA2BF /* Debug.xcconfig */; - buildSettings = { - CURRENT_PROJECT_VERSION = 7; - ENABLE_TESTABILITY = YES; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MACOSX_DEPLOYMENT_TARGET = 10.11; - TVOS_DEPLOYMENT_TARGET = 9.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Debug; - }; - 3BE052F51B96429800CC8DF0 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3ADE0BBC1C643773003AA2BF /* Release.xcconfig */; - buildSettings = { - CURRENT_PROJECT_VERSION = 7; - IPHONEOS_DEPLOYMENT_TARGET = 9.0; - MACOSX_DEPLOYMENT_TARGET = 10.11; - TVOS_DEPLOYMENT_TARGET = 9.0; - VERSIONING_SYSTEM = "apple-generic"; - VERSION_INFO_PREFIX = ""; - }; - name = Release; - }; - 3BE052F71B96429800CC8DF0 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3ADE0BC71C643773003AA2BF /* iOS-Framework.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 9; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 7; - INFOPLIST_FILE = AstronomyKit/Configuration/iOS/Info.plist; - MARKETING_VERSION = 1.7.1; - PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)"; - }; - name = Debug; - }; - 3BE052F81B96429800CC8DF0 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3ADE0BC71C643773003AA2BF /* iOS-Framework.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = ""; - CURRENT_PROJECT_VERSION = 9; - DYLIB_COMPATIBILITY_VERSION = 1; - DYLIB_CURRENT_VERSION = 7; - INFOPLIST_FILE = AstronomyKit/Configuration/iOS/Info.plist; - MARKETING_VERSION = 1.7.1; - PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)"; - }; - name = Release; - }; - 3BE052FA1B96429800CC8DF0 /* Debug */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3ADE0BC51C643773003AA2BF /* iOS-Application.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=iphonesimulator*]" = ""; - DEVELOPMENT_TEAM = CB38VXKT93; - INFOPLIST_FILE = Tests/Info.plist; - PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = "$(PROJECT_NAME)-Tests"; - }; - name = Debug; - }; - 3BE052FB1B96429800CC8DF0 /* Release */ = { - isa = XCBuildConfiguration; - baseConfigurationReference = 3ADE0BC51C643773003AA2BF /* iOS-Application.xcconfig */; - buildSettings = { - CODE_SIGN_IDENTITY = "iPhone Developer"; - "CODE_SIGN_IDENTITY[sdk=iphonesimulator*]" = ""; - DEVELOPMENT_TEAM = CB38VXKT93; - INFOPLIST_FILE = Tests/Info.plist; - PRODUCT_BUNDLE_IDENTIFIER = "com.hodinkee.$(PRODUCT_NAME:rfc1034identifier)"; - PRODUCT_NAME = "$(PROJECT_NAME)-Tests"; - }; - name = Release; - }; -/* End XCBuildConfiguration section */ - -/* Begin XCConfigurationList section */ - 3B9560C51D9CB5CC0037618E /* Build configuration list for PBXNativeTarget "AstronomyKit-tvOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3B9560C31D9CB5CC0037618E /* Debug */, - 3B9560C41D9CB5CC0037618E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 3B9560D11D9CB6620037618E /* Build configuration list for PBXNativeTarget "AstronomyKit-macOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3B9560D21D9CB6620037618E /* Debug */, - 3B9560D31D9CB6620037618E /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 3BE052DA1B96429800CC8DF0 /* Build configuration list for PBXProject "AstronomyKit" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3BE052F41B96429800CC8DF0 /* Debug */, - 3BE052F51B96429800CC8DF0 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 3BE052F61B96429800CC8DF0 /* Build configuration list for PBXNativeTarget "AstronomyKit-iOS" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3BE052F71B96429800CC8DF0 /* Debug */, - 3BE052F81B96429800CC8DF0 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; - 3BE052F91B96429800CC8DF0 /* Build configuration list for PBXNativeTarget "AstronomyKit-iOS-Tests" */ = { - isa = XCConfigurationList; - buildConfigurations = ( - 3BE052FA1B96429800CC8DF0 /* Debug */, - 3BE052FB1B96429800CC8DF0 /* Release */, - ); - defaultConfigurationIsVisible = 0; - defaultConfigurationName = Release; - }; -/* End XCConfigurationList section */ - }; - rootObject = 3BE052D71B96429800CC8DF0 /* Project object */; -} diff --git a/AstronomyKit.xcodeproj/xcshareddata/xcschemes/AstronomyKit-iOS.xcscheme b/AstronomyKit.xcodeproj/xcshareddata/xcschemes/AstronomyKit-iOS.xcscheme deleted file mode 100644 index 60033c4..0000000 --- a/AstronomyKit.xcodeproj/xcshareddata/xcschemes/AstronomyKit-iOS.xcscheme +++ /dev/null @@ -1,95 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/AstronomyKit.xcodeproj/xcshareddata/xcschemes/AstronomyKit-macOS.xcscheme b/AstronomyKit.xcodeproj/xcshareddata/xcschemes/AstronomyKit-macOS.xcscheme deleted file mode 100644 index bb78611..0000000 --- a/AstronomyKit.xcodeproj/xcshareddata/xcschemes/AstronomyKit-macOS.xcscheme +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/AstronomyKit.xcodeproj/xcshareddata/xcschemes/AstronomyKit-tvOS.xcscheme b/AstronomyKit.xcodeproj/xcshareddata/xcschemes/AstronomyKit-tvOS.xcscheme deleted file mode 100644 index 82ac581..0000000 --- a/AstronomyKit.xcodeproj/xcshareddata/xcschemes/AstronomyKit-tvOS.xcscheme +++ /dev/null @@ -1,76 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/AstronomyKit/AstronomyKit.playground/contents.xcplayground b/AstronomyKit/AstronomyKit.playground/contents.xcplayground deleted file mode 100644 index 8e39341..0000000 --- a/AstronomyKit/AstronomyKit.playground/contents.xcplayground +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/AstronomyKit/AstronomyKit.playground/section-1.swift b/AstronomyKit/AstronomyKit.playground/section-1.swift deleted file mode 100644 index d909648..0000000 --- a/AstronomyKit/AstronomyKit.playground/section-1.swift +++ /dev/null @@ -1,28 +0,0 @@ -import Foundation -import CoreLocation -import AstronomyKit - -let date = Date() - -extension CLLocationCoordinate2D { - static var SanFrancisco: CLLocationCoordinate2D { - return CLLocationCoordinate2D(latitude: 37.7833, longitude: -122.4167) - } -} - -AstronomicalCalculations.lunarRiseDate(with: date, location: .SanFrancisco) -AstronomicalCalculations.lunarTransitDate(with: date, location: .SanFrancisco) -AstronomicalCalculations.lunarSetDate(with: date, location: .SanFrancisco) - -AstronomicalCalculations.solarRiseDate(with: date, location: .SanFrancisco) -AstronomicalCalculations.solarTransitDate(with: date, location: .SanFrancisco) -AstronomicalCalculations.solarSetDate(with: date, location: .SanFrancisco) - -AstronomicalCalculations.date(forTrueLunarPhase: 0.0, with: date) // New -AstronomicalCalculations.date(forTrueLunarPhase: 0.25, with: date) // First quarter -AstronomicalCalculations.date(forTrueLunarPhase: 0.5, with: date) // Full -AstronomicalCalculations.date(forTrueLunarPhase: 0.75, with: date) // Last quarter - -AstronomicalCalculations.lunarPhaseAngle(with: date) -AstronomicalCalculations.lunarPositionAngle(with: date) -AstronomicalCalculations.lunarPhase(with: date) diff --git a/AstronomyKit/Configuration/iOS/Info.plist b/AstronomyKit/Configuration/iOS/Info.plist deleted file mode 100644 index ca23c84..0000000 --- a/AstronomyKit/Configuration/iOS/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - $(MARKETING_VERSION) - CFBundleSignature - ???? - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/AstronomyKit/Configuration/macOS/AstronomyKit.h b/AstronomyKit/Configuration/macOS/AstronomyKit.h deleted file mode 100644 index 6ab1496..0000000 --- a/AstronomyKit/Configuration/macOS/AstronomyKit.h +++ /dev/null @@ -1,14 +0,0 @@ -// -// AstronomyKit.h -// AstronomyKit -// -// Created by Caleb Davenport on 9/1/15. -// Copyright © 2015-2016 HODINKEE. All rights reserved. -// - -#import -#import -#import - -FOUNDATION_EXPORT double AstronomyKitVersionNumber; -FOUNDATION_EXPORT const unsigned char AstronomyKitVersionString[]; diff --git a/AstronomyKit/Configuration/macOS/Info.plist b/AstronomyKit/Configuration/macOS/Info.plist deleted file mode 100644 index 7ca595e..0000000 --- a/AstronomyKit/Configuration/macOS/Info.plist +++ /dev/null @@ -1,26 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - $(MARKETING_VERSION) - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSHumanReadableCopyright - Copyright © 2016 HODINKEE. All rights reserved. - NSPrincipalClass - - - diff --git a/AstronomyKit/Configuration/tvOS/AstronomyKit.h b/AstronomyKit/Configuration/tvOS/AstronomyKit.h deleted file mode 100644 index 6ab1496..0000000 --- a/AstronomyKit/Configuration/tvOS/AstronomyKit.h +++ /dev/null @@ -1,14 +0,0 @@ -// -// AstronomyKit.h -// AstronomyKit -// -// Created by Caleb Davenport on 9/1/15. -// Copyright © 2015-2016 HODINKEE. All rights reserved. -// - -#import -#import -#import - -FOUNDATION_EXPORT double AstronomyKitVersionNumber; -FOUNDATION_EXPORT const unsigned char AstronomyKitVersionString[]; diff --git a/AstronomyKit/Configuration/tvOS/Info.plist b/AstronomyKit/Configuration/tvOS/Info.plist deleted file mode 100644 index ec0cc7b..0000000 --- a/AstronomyKit/Configuration/tvOS/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - FMWK - CFBundleShortVersionString - $(MARKETING_VERSION) - CFBundleVersion - $(CURRENT_PROJECT_VERSION) - NSPrincipalClass - - - diff --git a/Cartfile.private b/Cartfile.private deleted file mode 100644 index 86aad19..0000000 --- a/Cartfile.private +++ /dev/null @@ -1 +0,0 @@ -github "jspahrsummers/xcconfigs" diff --git a/Cartfile.resolved b/Cartfile.resolved deleted file mode 100644 index 3c8c09b..0000000 --- a/Cartfile.resolved +++ /dev/null @@ -1 +0,0 @@ -github "jspahrsummers/xcconfigs" "1.1" diff --git a/Carthage/Checkouts/xcconfigs b/Carthage/Checkouts/xcconfigs deleted file mode 160000 index 4ced0ad..0000000 --- a/Carthage/Checkouts/xcconfigs +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 4ced0ad5a971220917994a4edfa6abf9702e3818 diff --git a/LICENSE b/LICENSE deleted file mode 100644 index ce3ef64..0000000 --- a/LICENSE +++ /dev/null @@ -1,21 +0,0 @@ -The MIT License (MIT) - -Copyright (c) 2016 HODINKEE. - -Permission is hereby granted, free of charge, to any person obtaining a copy -of this software and associated documentation files (the "Software"), to deal -in the Software without restriction, including without limitation the rights -to use, copy, modify, merge, publish, distribute, sublicense, and/or sell -copies of the Software, and to permit persons to whom the Software is -furnished to do so, subject to the following conditions: - -The above copyright notice and this permission notice shall be included in -all copies or substantial portions of the Software. - -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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE -AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER -LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, -OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN -THE SOFTWARE. diff --git a/Package.swift b/Package.swift new file mode 100644 index 0000000..af8effe --- /dev/null +++ b/Package.swift @@ -0,0 +1,25 @@ +// swift-tools-version: 5.6 + +import PackageDescription + +let package = Package(name: "AstronomyKit", platforms: [ + .macOS(.v11), + .iOS(.v14), + .watchOS(.v7), + .tvOS(.v14) + ], products: [ + .library(name: "AstronomyKit", targets: [ + "AstronomyKit" + ]), /* + .library(name: "AAPlus", targets: [ + "AAPlus" + ]) */ + ], targets: [ + .target(name: "AstronomyKit", dependencies: [ + "AAPlus" + ]), + .target(name: "AAPlus", exclude: [ + "CMakeLists.txt", + "index.html" + ]) + ], cxxLanguageStandard: .cxx20) diff --git a/README.md b/README.md index e46602e..8c8d908 100644 --- a/README.md +++ b/README.md @@ -1,17 +1,52 @@ -# AstronomyKit +# `AstronomyKit` -AstronomyKit works with [AA+](http://www.naughter.com/aa.html) to provide Objective-C and Swift API for performing complex calculations about the solar system. Functionality is limited to the few use it needed to solve initially. Pull requests are welcome for additional use cases. +`AstronomyKit` works with [AA+](http://www.naughter.com/aa.html) to provide an Objective-C API for performing complex calculations about the Solar System. -## Installation +## Usage -AstronomyKit works best with [Carthage](https://github.com/carthage/carthage). +Add `AstronomyKit` to any Xcode project via the [package dependencies tab.](https://developer.apple.com/documentation/swift_packages/adding_package_dependencies_to_your_app) Alternately, add `AstronomyKit` to the `dependencies` of another Swift package: ``` -github "hodinkee/AstronomyKit" +.package(url: "https://github.com/hodinkee/AstronomyKit", .branch("spm")) ``` -You may also integrate the framework into your project directly. +Functionality includes the following calculations: -## Usage +``` +import CoreLocation +import AstronomyKit + +let date: Date = Date() +let location: CLLocationCoordinate2D = CLLocationCoordinate2D(latitude: 0.0, longitude: 0.0) + +AstronomicalCalculations.lunarRiseDate(with: date, location: location) +AstronomicalCalculations.lunarTransitDate(with: date, location: location) +AstronomicalCalculations.lunarSetDate(with: date, location: location) + +AstronomicalCalculations.solarRiseDate(with: date, location: location) +AstronomicalCalculations.solarTransitDate(with: date, location: location) +AstronomicalCalculations.solarSetDate(with: date, location: location) + +AstronomicalCalculations.date(forTrueLunarPhase: 0.0, with: date) // New +AstronomicalCalculations.date(forTrueLunarPhase: 0.25, with: date) // First quarter +AstronomicalCalculations.date(forTrueLunarPhase: 0.5, with: date) // Full +AstronomicalCalculations.date(forTrueLunarPhase: 0.75, with: date) // Last quarter + +AstronomicalCalculations.lunarPhaseAngle(with: date) +AstronomicalCalculations.lunarPositionAngle(with: date) +AstronomicalCalculations.lunarPhase(with: date) +``` + +## Requirements + +Requires [Xcode](https://developer.apple.com/xcode) 13.3 or newer to build. + +### AA+ Included + +`AstronomyKit` bundles [Naughter Software AA+](http://naughter.com/aa.html) v2.42. + +### Platform Targets -Examples can be seen in `AstronomyKit.playground`. +* [macOS](https://developer.apple.com/macos) 11 Monterey +* [iOS](https://developer.apple.com/ios)/[iPadOS](https://developer.apple.com/ipados)/[tvOS](https://developer.apple.com/tvos) 14 +* [watchOS](https://developer.apple.com/watchos) 7 diff --git a/Vendor/AA+/1.6.3/AAAngularSeparation.cpp b/Sources/AAPlus/AAAngularSeparation.cpp old mode 100755 new mode 100644 similarity index 71% rename from Vendor/AA+/1.6.3/AAAngularSeparation.cpp rename to Sources/AAPlus/AAAngularSeparation.cpp index 38e1cb9..8536bb2 --- a/Vendor/AA+/1.6.3/AAAngularSeparation.cpp +++ b/Sources/AAPlus/AAAngularSeparation.cpp @@ -1,10 +1,10 @@ /* -Module : AAANGULARSEPARATION.CPP +Module : AAAngularSeparation.cpp Purpose: Implementation for the algorithms which obtain various separation distances between celestial objects Created: PJN / 29-12-2003 History: None -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -30,7 +30,7 @@ using namespace std; //////////////////////////// Implementation /////////////////////////////////// -double CAAAngularSeparation::Separation(double Alpha1, double Delta1, double Alpha2, double Delta2) +double CAAAngularSeparation::Separation(double Alpha1, double Delta1, double Alpha2, double Delta2) noexcept { Delta1 = CAACoordinateTransformation::DegreesToRadians(Delta1); Delta2 = CAACoordinateTransformation::DegreesToRadians(Delta2); @@ -38,9 +38,9 @@ double CAAAngularSeparation::Separation(double Alpha1, double Delta1, double Alp Alpha1 = CAACoordinateTransformation::HoursToRadians(Alpha1); Alpha2 = CAACoordinateTransformation::HoursToRadians(Alpha2); - double x = cos(Delta1)*sin(Delta2) - sin(Delta1)*cos(Delta2)*cos(Alpha2 - Alpha1); - double y = cos(Delta2)*sin(Alpha2 - Alpha1); - double z = sin(Delta1)*sin(Delta2) + cos(Delta1)*cos(Delta2)*cos(Alpha2 - Alpha1); + const double x = cos(Delta1)*sin(Delta2) - sin(Delta1)*cos(Delta2)*cos(Alpha2 - Alpha1); + const double y = cos(Delta2)*sin(Alpha2 - Alpha1); + const double z = sin(Delta1)*sin(Delta2) + cos(Delta1)*cos(Delta2)*cos(Alpha2 - Alpha1); double value = atan2(sqrt(x*x + y*y), z); value = CAACoordinateTransformation::RadiansToDegrees(value); @@ -50,7 +50,7 @@ double CAAAngularSeparation::Separation(double Alpha1, double Delta1, double Alp return value; } -double CAAAngularSeparation::PositionAngle(double Alpha1, double Delta1, double Alpha2, double Delta2) +double CAAAngularSeparation::PositionAngle(double Alpha1, double Delta1, double Alpha2, double Delta2) noexcept { Delta1 = CAACoordinateTransformation::DegreesToRadians(Delta1); Delta2 = CAACoordinateTransformation::DegreesToRadians(Delta2); @@ -58,7 +58,7 @@ double CAAAngularSeparation::PositionAngle(double Alpha1, double Delta1, double Alpha1 = CAACoordinateTransformation::HoursToRadians(Alpha1); Alpha2 = CAACoordinateTransformation::HoursToRadians(Alpha2); - double DeltaAlpha = Alpha1 - Alpha2; + const double DeltaAlpha = Alpha1 - Alpha2; double value = atan2(sin(DeltaAlpha), cos(Delta2)*tan(Delta1) - sin(Delta2)*cos(DeltaAlpha)); value = CAACoordinateTransformation::RadiansToDegrees(value); if (value < 0) @@ -67,7 +67,7 @@ double CAAAngularSeparation::PositionAngle(double Alpha1, double Delta1, double return value; } -double CAAAngularSeparation::DistanceFromGreatArc(double Alpha1, double Delta1, double Alpha2, double Delta2, double Alpha3, double Delta3) +double CAAAngularSeparation::DistanceFromGreatArc(double Alpha1, double Delta1, double Alpha2, double Delta2, double Alpha3, double Delta3) noexcept { Delta1 = CAACoordinateTransformation::DegreesToRadians(Delta1); Delta2 = CAACoordinateTransformation::DegreesToRadians(Delta2); @@ -77,21 +77,21 @@ double CAAAngularSeparation::DistanceFromGreatArc(double Alpha1, double Delta1, Alpha2 = CAACoordinateTransformation::HoursToRadians(Alpha2); Alpha3 = CAACoordinateTransformation::HoursToRadians(Alpha3); - double X1 = cos(Delta1)*cos(Alpha1); - double X2 = cos(Delta2)*cos(Alpha2); - - double Y1 = cos(Delta1)*sin(Alpha1); - double Y2 = cos(Delta2)*sin(Alpha2); + const double X1 = cos(Delta1)*cos(Alpha1); + const double X2 = cos(Delta2)*cos(Alpha2); - double Z1 = sin(Delta1); - double Z2 = sin(Delta2); + const double Y1 = cos(Delta1)*sin(Alpha1); + const double Y2 = cos(Delta2)*sin(Alpha2); - double A = Y1*Z2 - Z1*Y2; - double B = Z1*X2 - X1*Z2; - double C = X1*Y2 - Y1*X2; + const double Z1 = sin(Delta1); + const double Z2 = sin(Delta2); - double m = tan(Alpha3); - double n = tan(Delta3)/cos(Alpha3); + const double A = Y1*Z2 - Z1*Y2; + const double B = Z1*X2 - X1*Z2; + const double C = X1*Y2 - Y1*X2; + + const double m = tan(Alpha3); + const double n = tan(Delta3)/cos(Alpha3); double value = asin((A + B*m + C*n)/(sqrt(A*A + B*B + C*C)*sqrt(1 + m*m + n*n))); value = CAACoordinateTransformation::RadiansToDegrees(value); @@ -101,11 +101,11 @@ double CAAAngularSeparation::DistanceFromGreatArc(double Alpha1, double Delta1, return value; } -double CAAAngularSeparation::SmallestCircle(double Alpha1, double Delta1, double Alpha2, double Delta2, double Alpha3, double Delta3, bool& bType1) +double CAAAngularSeparation::SmallestCircle(double Alpha1, double Delta1, double Alpha2, double Delta2, double Alpha3, double Delta3, bool& bType1) noexcept { - double d1 = Separation(Alpha1, Delta1, Alpha2, Delta2); - double d2 = Separation(Alpha1, Delta1, Alpha3, Delta3); - double d3 = Separation(Alpha2, Delta2, Alpha3, Delta3); + const double d1 = Separation(Alpha1, Delta1, Alpha2, Delta2); + const double d2 = Separation(Alpha1, Delta1, Alpha3, Delta3); + const double d3 = Separation(Alpha2, Delta2, Alpha3, Delta3); double a = d1; double b = d2; @@ -123,7 +123,7 @@ double CAAAngularSeparation::SmallestCircle(double Alpha1, double Delta1, double c = d2; } - double value; + double value = 0; if (a > sqrt(b*b + c*c)) { bType1 = true; diff --git a/Sources/AAPlus/AABinaryStar.cpp b/Sources/AAPlus/AABinaryStar.cpp new file mode 100644 index 0000000..ea5106a --- /dev/null +++ b/Sources/AAPlus/AABinaryStar.cpp @@ -0,0 +1,89 @@ +/* +Module : AABinaryStar.cpp +Purpose: Implementation for the algorithms for a binary star system +Created: PJN / 29-12-2003 +History: PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + PJN / 22-11-2021 1. Reworked the CAABinaryStar::Calculate method to use the method as detailed in + chapter 7 in the book "Observing and Measuring Visual Double Stars". This helps fix + issues detected with the algorithms as presented in Chapter 57 of Meeus's book. These + issues were detected when developing a program to provide a simple animation of a + sample binary star system. The observed bug was causing the orbits to not be calculated + as projected ellipses when the inclination value (i) approached 90 degrees. + 2. Updated CAABinaryStarDetails class to include rectangular coordinates as well as + the existing polar coordinates. + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////////////////// Includes ////////////////////////////////// + +#include "stdafx.h" +#include "AABinaryStar.h" +#include "AAKepler.h" +#include "AACoordinateTransformation.h" +#include +using namespace std; + + +////////////////////////////////// Implementation ///////////////////////////// + +CAABinaryStarDetails CAABinaryStar::Calculate(double t, double P, double T, double e, double a, double i, double omega, double w) noexcept +{ + const double n = 360 / P; + const double M = CAACoordinateTransformation::MapTo0To360Range(n*(t - T)); + const double E = CAACoordinateTransformation::DegreesToRadians(CAAKepler::Calculate(M, e)); + i = CAACoordinateTransformation::DegreesToRadians(i); + w = CAACoordinateTransformation::DegreesToRadians(w); + omega = CAACoordinateTransformation::DegreesToRadians(omega); + const double cosi = cos(i); + const double cosomega = cos(omega); + const double sinomega = sin(omega); + const double cosw = cos(w); + const double sinw = sin(w); + //Use the Thiele-Innes elements for calculating the rectangular as well as polar coordinates + //as taken from Chapter 7 of the book "Observing and Measuring Visual Double Stars" + const double A = a*((cosw*cosomega) - (sinw*sinomega*cosi)); + const double B = a*((cosw*sinomega) + (sinw*cosomega*cosi)); + const double F = a*((-sinw*cosomega) - (cosw*sinomega*cosi)); + const double G = a*((-sinw*sinomega) + (cosw*cosomega*cosi)); + const double cosE = cos(E); + const double X = cosE - e; + const double Y = sqrt(1 - (e*e))*sin(E); + CAABinaryStarDetails details; + details.x = A*X + F*Y; + details.y = B*X + G*Y; + details.r = a*(1 - e* cosE); + details.Theta = CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(atan2(details.y, details.x))); + details.Rho = sqrt((details.x*details.x) + (details.y*details.y)); + return details; +} + +double CAABinaryStar::ApparentEccentricity(double e, double i, double w) noexcept +{ + i = CAACoordinateTransformation::DegreesToRadians(i); + w = CAACoordinateTransformation::DegreesToRadians(w); + + const double cosi = cos(i); + const double cosw = cos(w); + const double sinw = sin(w); + const double esquared = e*e; + const double A = (1 - esquared*cosw*cosw)*cosi*cosi; + const double B = esquared*sinw*cosw*cosi; + const double C = 1 - esquared*sinw*sinw; + const double D = (A - C)*(A - C) + 4*B*B; + + const double sqrtD = sqrt(D); + return sqrt(2*sqrtD / (A + C + sqrtD)); +} diff --git a/Vendor/AA+/1.6.3/AACoordinateTransformation.cpp b/Sources/AAPlus/AACoordinateTransformation.cpp old mode 100755 new mode 100644 similarity index 88% rename from Vendor/AA+/1.6.3/AACoordinateTransformation.cpp rename to Sources/AAPlus/AACoordinateTransformation.cpp index 7041a48..c1f97db --- a/Vendor/AA+/1.6.3/AACoordinateTransformation.cpp +++ b/Sources/AAPlus/AACoordinateTransformation.cpp @@ -1,5 +1,5 @@ /* -Module : AACOORDINATETRANSFORMATION.CPP +Module : AACoordinateTransformation.cpp Purpose: Implementation for the algorithms which convert between the various celestial coordinate systems Created: PJN / 29-12-2003 History: PJN / 14-02-2004 1. Fixed a "minus zero" bug in the function CAACoordinateTransformation::DMSToDegrees. @@ -13,8 +13,9 @@ History: PJN / 14-02-2004 1. Fixed a "minus zero" bug in the function CAACoordin PJN / 30-08-2015 1. Updated the MapTo0To360Range to use the fmod C runtime function. 2. Updated the MapTo0To24Range to use the fmod C runtime function. 3. Added new MapTo0To2PIRange & MapToMinus180To180Range methods. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -40,7 +41,7 @@ using namespace std; /////////////////////// Implementation //////////////////////////////////////// -CAA2DCoordinate CAACoordinateTransformation::Equatorial2Ecliptic(double Alpha, double Delta, double Epsilon) +CAA2DCoordinate CAACoordinateTransformation::Equatorial2Ecliptic(double Alpha, double Delta, double Epsilon) noexcept { Alpha = HoursToRadians(Alpha); Delta = DegreesToRadians(Delta); @@ -55,7 +56,7 @@ CAA2DCoordinate CAACoordinateTransformation::Equatorial2Ecliptic(double Alpha, d return Ecliptic; } -CAA2DCoordinate CAACoordinateTransformation::Ecliptic2Equatorial(double Lambda, double Beta, double Epsilon) +CAA2DCoordinate CAACoordinateTransformation::Ecliptic2Equatorial(double Lambda, double Beta, double Epsilon) noexcept { Lambda = DegreesToRadians(Lambda); Beta = DegreesToRadians(Beta); @@ -66,11 +67,11 @@ CAA2DCoordinate CAACoordinateTransformation::Ecliptic2Equatorial(double Lambda, if (Equatorial.X < 0) Equatorial.X += 24; Equatorial.Y = RadiansToDegrees(asin(sin(Beta)*cos(Epsilon) + cos(Beta)*sin(Epsilon)*sin(Lambda))); - + return Equatorial; } -CAA2DCoordinate CAACoordinateTransformation::Equatorial2Horizontal(double LocalHourAngle, double Delta, double Latitude) +CAA2DCoordinate CAACoordinateTransformation::Equatorial2Horizontal(double LocalHourAngle, double Delta, double Latitude) noexcept { LocalHourAngle = HoursToRadians(LocalHourAngle); Delta = DegreesToRadians(Delta); @@ -81,11 +82,11 @@ CAA2DCoordinate CAACoordinateTransformation::Equatorial2Horizontal(double LocalH if (Horizontal.X < 0) Horizontal.X += 360; Horizontal.Y = RadiansToDegrees(asin(sin(Latitude)*sin(Delta) + cos(Latitude)*cos(Delta)*cos(LocalHourAngle))); - + return Horizontal; } -CAA2DCoordinate CAACoordinateTransformation::Horizontal2Equatorial(double Azimuth, double Altitude, double Latitude) +CAA2DCoordinate CAACoordinateTransformation::Horizontal2Equatorial(double Azimuth, double Altitude, double Latitude) noexcept { //Convert from degress to radians Azimuth = DegreesToRadians(Azimuth); @@ -97,11 +98,11 @@ CAA2DCoordinate CAACoordinateTransformation::Horizontal2Equatorial(double Azimut if (Equatorial.X < 0) Equatorial.X += 24; Equatorial.Y = RadiansToDegrees(asin(sin(Latitude)*sin(Altitude) - cos(Latitude)*cos(Altitude)*cos(Azimuth))); - + return Equatorial; } -CAA2DCoordinate CAACoordinateTransformation::Equatorial2Galactic(double Alpha, double Delta) +CAA2DCoordinate CAACoordinateTransformation::Equatorial2Galactic(double Alpha, double Delta) noexcept { Alpha = 192.25 - HoursToDegrees(Alpha); Alpha = DegreesToRadians(Alpha); @@ -117,7 +118,7 @@ CAA2DCoordinate CAACoordinateTransformation::Equatorial2Galactic(double Alpha, d return Galactic; } -CAA2DCoordinate CAACoordinateTransformation::Galactic2Equatorial(double l, double b) +CAA2DCoordinate CAACoordinateTransformation::Galactic2Equatorial(double l, double b) noexcept { l -= 123; l = DegreesToRadians(l); @@ -130,11 +131,11 @@ CAA2DCoordinate CAACoordinateTransformation::Galactic2Equatorial(double l, doubl Equatorial.X += 360; Equatorial.X = DegreesToHours(Equatorial.X); Equatorial.Y = RadiansToDegrees(asin(sin(b)*sin(DegreesToRadians(27.4)) + cos(b)*cos(DegreesToRadians(27.4))*cos(l))); - + return Equatorial; } -double CAACoordinateTransformation::DMSToDegrees(double Degrees, double Minutes, double Seconds, bool bPositive) +double CAACoordinateTransformation::DMSToDegrees(double Degrees, double Minutes, double Seconds, bool bPositive) noexcept { //validate our parameters if (!bPositive) diff --git a/Sources/AAPlus/AADiameters.cpp b/Sources/AAPlus/AADiameters.cpp new file mode 100644 index 0000000..111ef49 --- /dev/null +++ b/Sources/AAPlus/AADiameters.cpp @@ -0,0 +1,65 @@ +/* +Module : AADiameters.cpp +Purpose: Implementation for the algorithms for the semi diameters of the Sun, Moon, Planets and Asteroids +Created: PJN / 15-01-2004 +History: None + +Copyright (c) 2004 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +//////////////////// Includes ///////////////////////////////////////////////// + +#include "stdafx.h" +#include "AADiameters.h" +#include "AAGlobe.h" +#include +using namespace std; + + +//////////////////// Implementation /////////////////////////////////////////// + +double CAADiameters::ApparentSaturnPolarSemidiameterA(double Delta, double B) noexcept +{ + const double cosB = cos(CAACoordinateTransformation::DegreesToRadians(B)); + return SaturnPolarSemidiameterA(Delta)*sqrt(1 - 0.199197*cosB*cosB); +} + +double CAADiameters::ApparentSaturnPolarSemidiameterB(double Delta, double B) noexcept +{ + const double cosB = cos(CAACoordinateTransformation::DegreesToRadians(B)); + return SaturnPolarSemidiameterB(Delta)*sqrt(1 - 0.203800*cosB*cosB); +} + +double CAADiameters::TopocentricMoonSemidiameter(double DistanceDelta, double Delta, double H, double Latitude, double Height) noexcept +{ + //Convert to radians + H = CAACoordinateTransformation::HoursToRadians(H); + Delta = CAACoordinateTransformation::DegreesToRadians(Delta); + + const double pi = asin(6378.14/DistanceDelta); + const double A = cos(Delta)*sin(H); + const double B = cos(Delta)*cos(H) - CAAGlobe::RhoCosThetaPrime(Latitude, Height)*sin(pi); + const double C = sin(Delta) - CAAGlobe::RhoSinThetaPrime(Latitude, Height)*sin(pi); + const double q = sqrt(A*A + B*B + C*C); + + const double s = CAACoordinateTransformation::DegreesToRadians(GeocentricMoonSemidiameter(DistanceDelta)/3600); + return CAACoordinateTransformation::RadiansToDegrees(asin(sin(s)/q))*3600; +} + +double CAADiameters::AsteroidDiameter(double H, double A) noexcept +{ + const double x = 3.12 - H/5 - 0.217147*log(A); + return pow(10.0, x); +} diff --git a/Sources/AAPlus/AAEarth.cpp b/Sources/AAPlus/AAEarth.cpp new file mode 100644 index 0000000..ae968d5 --- /dev/null +++ b/Sources/AAPlus/AAEarth.cpp @@ -0,0 +1,654 @@ +/* +Module : AAEarth.cpp +Purpose: Implementation for the algorithms which calculate the position of Earth +Created: PJN / 29-12-2003 +History: PJN / 03-10-2009 1. Fixed a copy and paste gremlin in the CAAEarth::EclipticLatitude method where it incorrectly + used B2, B3 & B4 coefficient terms for Venus. Due to how this bug occurred, the magnitude of the + error from it would increase as the date deviated from the year 2000. Thanks to Isaac Salzman + for reporting this bug. + PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this + issue when compiling AA+ on ARM. + PJN / 04-08-2013 1. Fixed a transcription error in the twenty first coefficient used to calculate + the L0 term for the ecliptic longitude of Earth. Thanks to Isaac Clark for + reporting this issue. + 2. Fixed a transcription error in the sixteenth coefficient used to calculate the L1 term for + the ecliptic longitude of Earth. Thanks to Isaac Clark for reporting this issue. + 3. Spot tests indicate that these two changes only affected the the ecliptic longitude in the + eight decimal place. + 4. Updated copyright details + PJN / 16-09-2015 1. CAAEarth::EclipticLongitude, EclipticLatitude, RadiusVector, EclipticLongitudeJ2000 & + EclipticLatitudeJ2000 now include a "bool bHighPrecision" parameter which if set to true means + the code uses the full VSOP87 theory rather than the truncated theory as presented in Meeus's + book. + PJN / 01-08-2017 1. Fixed up alignment of lookup tables in AAEarth.cpp module + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + PJN / 13-04-2020 1. Reworked C arrays to use std::array + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +///////////////////////////// Includes //////////////////////////////////////// + +#include "stdafx.h" +#include "AAEarth.h" +#include "AACoordinateTransformation.h" +#include "AADefines.h" +#ifndef AAPLUS_NO_VSOP87 +#include "AAVSOP87D_EAR.h" +#include "AAVSOP87B_EAR.h" +#endif //#ifndef AAPLUS_NO_VSOP87 +#include +#include +using namespace std; + + +//////////////////////////// Macros / Defines ///////////////////////////////// + +#ifdef _MSC_VER +#pragma warning(disable : 26446 26482 26485) +#endif //#ifdef _MSC_VER + +struct VSOP87Coefficient +{ + double A; + double B; + double C; +}; + +constexpr array g_L0EarthCoefficients +{ { + { 175347046, 0, 0 }, + { 3341656, 4.6692568, 6283.0758500 }, + { 34894, 4.62610, 12566.15170 }, + { 3497, 2.7441, 5753.3849 }, + { 3418, 2.8289, 3.5231 }, + { 3136, 3.6277, 77713.7715 }, + { 2676, 4.4181, 7860.4194 }, + { 2343, 6.1352, 3930.2097 }, + { 1324, 0.7425, 11506.7698 }, + { 1273, 2.0371, 529.6910 }, + { 1199, 1.1096, 1577.3435 }, + { 990, 5.233, 5884.927 }, + { 902, 2.045, 26.298 }, + { 857, 3.508, 398.149 }, + { 780, 1.179, 5223.694 }, + { 753, 2.533, 5507.553 }, + { 505, 4.583, 18849.228 }, + { 492, 4.205, 775.523 }, + { 357, 2.920, 0.067 }, + { 317, 5.849, 11790.629 }, + { 284, 1.899, 796.298 }, + { 271, 0.315, 10977.079 }, + { 243, 0.345, 5486.778 }, + { 206, 4.806, 2544.314 }, + { 205, 1.869, 5573.143 }, + { 202, 2.458, 6069.777 }, + { 156, 0.833, 213.299 }, + { 132, 3.411, 2942.463 }, + { 126, 1.083, 20.775 }, + { 115, 0.645, 0.980 }, + { 103, 0.636, 4694.003 }, + { 102, 0.976, 15720.839 }, + { 102, 4.267, 7.114 }, + { 99, 6.21, 2146.17 }, + { 98, 0.68, 155.42 }, + { 86, 5.98, 161000.69 }, + { 85, 1.30, 6275.96 }, + { 85, 3.67, 71430.70 }, + { 80, 1.81, 17260.15 }, + { 79, 3.04, 12036.46 }, + { 75, 1.76, 5088.63 }, + { 74, 3.50, 3154.69 }, + { 74, 4.68, 801.82 }, + { 70, 0.83, 9437.76 }, + { 62, 3.98, 8827.39 }, + { 61, 1.82, 7084.90 }, + { 57, 2.78, 6286.60 }, + { 56, 4.39, 14143.50 }, + { 56, 3.47, 6279.55 }, + { 52, 0.19, 12139.55 }, + { 52, 1.33, 1748.02 }, + { 51, 0.28, 5856.48 }, + { 49, 0.49, 1194.45 }, + { 41, 5.37, 8429.24 }, + { 41, 2.40, 19651.05 }, + { 39, 6.17, 10447.39 }, + { 37, 6.04, 10213.29 }, + { 37, 2.57, 1059.38 }, + { 36, 1.71, 2352.87 }, + { 36, 1.78, 6812.77 }, + { 33, 0.59, 17789.85 }, + { 30, 0.44, 83996.85 }, + { 30, 2.74, 1349.87 }, + { 25, 3.16, 4690.48 } +} }; + +constexpr array g_L1EarthCoefficients +{ { + { 628331966747.0, 0, 0 }, + { 206059, 2.678235, 6283.075850 }, + { 4303, 2.6351, 12566.1517 }, + { 425, 1.590, 3.523 }, + { 119, 5.796, 26.298 }, + { 109, 2.966, 1577.344 }, + { 93, 2.59, 18849.23 }, + { 72, 1.14, 529.69 }, + { 68, 1.87, 398.15 }, + { 67, 4.41, 5507.55 }, + { 59, 2.89, 5223.69 }, + { 56, 2.17, 155.42 }, + { 45, 0.40, 796.30 }, + { 36, 0.47, 775.52 }, + { 29, 2.65, 7.11 }, + { 21, 5.34, 0.98 }, + { 19, 1.85, 5486.78 }, + { 19, 4.97, 213.30 }, + { 17, 2.99, 6275.96 }, + { 16, 0.03, 2544.31 }, + { 16, 1.43, 2146.17 }, + { 15, 1.21, 10977.08 }, + { 12, 2.83, 1748.02 }, + { 12, 3.26, 5088.63 }, + { 12, 5.27, 1194.45 }, + { 12, 2.08, 4694.00 }, + { 11, 0.77, 553.57 }, + { 10, 1.30, 6286.60 }, + { 10, 4.24, 1349.87 }, + { 9, 2.70, 242.73 }, + { 9, 5.64, 951.72 }, + { 8, 5.30, 2352.87 }, + { 6, 2.65, 9437.76 }, + { 6, 4.67, 4690.48 } +} }; + +constexpr array g_L2EarthCoefficients +{ { + { 52919, 0, 0 }, + { 8720, 1.0721, 6283.0758 }, + { 309, 0.867, 12566.152 }, + { 27, 0.05, 3.52 }, + { 16, 5.19, 26.30 }, + { 16, 3.68, 155.42 }, + { 10, 0.76, 18849.23 }, + { 9, 2.06, 77713.77 }, + { 7, 0.83, 775.52 }, + { 5, 4.66, 1577.34 }, + { 4, 1.03, 7.11 }, + { 4, 3.44, 5573.14 }, + { 3, 5.14, 796.30 }, + { 3, 6.05, 5507.55 }, + { 3, 1.19, 242.73 }, + { 3, 6.12, 529.69 }, + { 3, 0.31, 398.15 }, + { 3, 2.28, 553.57 }, + { 2, 4.38, 5223.69 }, + { 2, 3.75, 0.98 } +} }; + +constexpr array g_L3EarthCoefficients +{ { + { 289, 5.844, 6283.076 }, + { 35, 0, 0 }, + { 17, 5.49, 12566.15 }, + { 3, 5.20, 155.42 }, + { 1, 4.72, 3.52 }, + { 1, 5.30, 18849.23 }, + { 1, 5.97, 242.73 } +} }; + +constexpr array g_L4EarthCoefficients +{ { + { 114, 3.142, 0 }, + { 8, 4.13, 6283.08 }, + { 1, 3.84, 12566.15 } +} }; + +constexpr array g_L5EarthCoefficients +{ { + { 1, 3.14, 0 } +} }; + +constexpr array g_B0EarthCoefficients +{ { + { 280, 3.199, 84334.662 }, + { 102, 5.422, 5507.553 }, + { 80, 3.88, 5223.69 }, + { 44, 3.70, 2352.87 }, + { 32, 4.00, 1577.34 } +} }; + +constexpr array g_B1EarthCoefficients +{ { + { 9, 3.90, 5507.55 }, + { 6, 1.73, 5223.69 } +} }; + +constexpr array g_R0EarthCoefficients +{ { + { 100013989, 0, 0 }, + { 1670700, 3.0984635, 6283.0758500 }, + { 13956, 3.05525, 12566.15170 }, + { 3084, 5.1985, 77713.7715 }, + { 1628, 1.1739, 5753.3849 }, + { 1576, 2.8469, 7860.4194 }, + { 925, 5.453, 11506.770 }, + { 542, 4.564, 3930.210 }, + { 472, 3.661, 5884.927 }, + { 346, 0.964, 5507.553 }, + { 329, 5.900, 5223.694 }, + { 307, 0.299, 5573.143 }, + { 243, 4.273, 11790.629 }, + { 212, 5.847, 1577.344 }, + { 186, 5.022, 10977.079 }, + { 175, 3.012, 18849.228 }, + { 110, 5.055, 5486.778 }, + { 98, 0.89, 6069.78 }, + { 86, 5.69, 15720.84 }, + { 86, 1.27, 161000.69 }, + { 65, 0.27, 17260.15 }, + { 63, 0.92, 529.69 }, + { 57, 2.01, 83996.85 }, + { 56, 5.24, 71430.70 }, + { 49, 3.25, 2544.31 }, + { 47, 2.58, 775.52 }, + { 45, 5.54, 9437.76 }, + { 43, 6.01, 6275.96 }, + { 39, 5.36, 4694.00 }, + { 38, 2.39, 8827.39 }, + { 37, 0.83, 19651.05 }, + { 37, 4.90, 12139.55 }, + { 36, 1.67, 12036.46 }, + { 35, 1.84, 2942.46 }, + { 33, 0.24, 7084.90 }, + { 32, 0.18, 5088.63 }, + { 32, 1.78, 398.15 }, + { 28, 1.21, 6286.60 }, + { 28, 1.90, 6279.55 }, + { 26, 4.59, 10447.39 } +} }; + +constexpr array g_R1EarthCoefficients +{ { + { 103019, 1.107490, 6283.075850 }, + { 1721, 1.0644, 12566.1517 }, + { 702, 3.142, 0 }, + { 32, 1.02, 18849.23 }, + { 31, 2.84, 5507.55 }, + { 25, 1.32, 5223.69 }, + { 18, 1.42, 1577.34 }, + { 10, 5.91, 10977.08 }, + { 9, 1.42, 6275.96 }, + { 9, 0.27, 5486.78 } +} }; + +constexpr array g_R2EarthCoefficients +{ { + { 4359, 5.7846, 6283.0758 }, + { 124, 5.579, 12566.152 }, + { 12, 3.14, 0 }, + { 9, 3.63, 77713.77 }, + { 6, 1.87, 5573.14 }, + { 3, 5.47, 18849.23 } +} }; + +constexpr array g_R3EarthCoefficients +{ { + { 145, 4.273, 6283.076 }, + { 7, 3.92, 12566.15 } +} }; + +constexpr array g_R4EarthCoefficients +{ { + { 4, 2.56, 6283.08 } +} }; + +constexpr array g_L1EarthCoefficientsJ2000 +{ { + { 628307584999.0, 0, 0 }, + { 206059, 2.678235, 6283.075850 }, + { 4303, 2.6351, 12566.1517 }, + { 425, 1.590, 3.523 }, + { 119, 5.796, 26.298 }, + { 109, 2.966, 1577.344 }, + { 93, 2.59, 18849.23 }, + { 72, 1.14, 529.69 }, + { 68, 1.87, 398.15 }, + { 67, 4.41, 5507.55 }, + { 59, 2.89, 5223.69 }, + { 56, 2.17, 155.42 }, + { 45, 0.40, 796.30 }, + { 36, 0.47, 775.52 }, + { 29, 2.65, 7.11 }, + { 21, 5.43, 0.98 }, + { 19, 1.85, 5486.78 }, + { 19, 4.97, 213.30 }, + { 17, 2.99, 6275.96 }, + { 16, 0.03, 2544.31 }, + { 16, 1.43, 2146.17 }, + { 15, 1.21, 10977.08 }, + { 12, 2.83, 1748.02 }, + { 12, 3.26, 5088.63 }, + { 12, 5.27, 1194.45 }, + { 12, 2.08, 4694.00 }, + { 11, 0.77, 553.57 }, + { 10, 1.30, 6286.60 }, + { 10, 4.24, 1349.87 }, + { 9, 2.70, 242.73 }, + { 9, 5.64, 951.72 }, + { 8, 5.30, 2352.87 }, + { 6, 2.65, 9437.76 }, + { 6, 4.67, 4690.48 } +} }; + +constexpr array g_L2EarthCoefficientsJ2000 +{ { + { 8722, 1.0725, 6283.0758 }, + { 991, 3.1416, 0 }, + { 295, 0.437, 12566.152 }, + { 27, 0.05, 3.52 }, + { 16, 5.19, 26.30 }, + { 16, 3.69, 155.42 }, + { 9, 0.30, 18849.23 }, + { 9, 2.06, 77713.77 }, + { 7, 0.83, 775.52 }, + { 5, 4.66, 1577.34 }, + { 4, 1.03, 7.11 }, + { 4, 3.44, 5573.14 }, + { 3, 5.14, 796.30 }, + { 3, 6.05, 5507.55 }, + { 3, 1.19, 242.73 }, + { 3, 6.12, 529.69 }, + { 3, 0.30, 398.15 }, + { 3, 2.28, 553.57 }, + { 2, 4.38, 5223.69 }, + { 2, 3.75, 0.98 } +} }; + +constexpr array g_L3EarthCoefficientsJ2000 +{ { + { 289, 5.842, 6283.076 }, + { 21, 6.05, 12566.15 }, + { 3, 5.20, 155.42 }, + { 3, 3.14, 0 }, + { 1, 4.72, 3.52 }, + { 1, 5.97, 242.73 }, + { 1, 5.54, 18849.23 } +} }; + +constexpr array g_L4EarthCoefficientsJ2000 +{ { + { 8, 4.14, 6283.08 }, + { 1, 3.28, 12566.15 } +} }; + +constexpr array g_B1EarthCoefficientsJ2000 +{ { + { 227778, 3.413766, 6283.075850 }, + { 3806, 3.3706, 12566.1517 }, + { 3620, 0, 0 }, + { 72, 3.33, 18849.23 }, + { 8, 3.89, 5507.55 }, + { 8, 1.79, 5223.69 }, + { 6, 5.20, 2352.87 } +} }; + +constexpr array g_B2EarthCoefficientsJ2000 +{ { + { 9721, 5.1519, 6283.07585 }, + { 233, 3.1416, 0 }, + { 134, 0.644, 12566.152 }, + { 7, 1.07, 18849.23 } +} }; + +constexpr array g_B3EarthCoefficientsJ2000 +{ { + { 276, 0.595, 6283.076 }, + { 17, 3.14, 0 }, + { 4, 0.12, 12566.15 } +} }; + +constexpr array g_B4EarthCoefficientsJ2000 +{ { + { 6, 2.27, 6283.08 }, + { 1, 0, 0 } +} }; + + +//////////////////////////////// Implementation /////////////////////////////// + +double CAAEarth::EclipticLongitude(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Earth::L(JD))); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + const double rho5 = rho4*rho; + + //Calculate L0 + double L0 = 0; + for (const auto& L0Coefficient : g_L0EarthCoefficients) + L0 += (L0Coefficient.A * cos(L0Coefficient.B + (L0Coefficient.C*rho))); + + //Calculate L1 + double L1 = 0; + for (const auto& L1Coefficient : g_L1EarthCoefficients) + L1 += (L1Coefficient.A * cos(L1Coefficient.B + (L1Coefficient.C*rho))); + + //Calculate L2 + double L2 = 0; + for (const auto& L2Coefficient : g_L2EarthCoefficients) + L2 += (L2Coefficient.A * cos(L2Coefficient.B + (L2Coefficient.C*rho))); + + //Calculate L3 + double L3 = 0; + for (const auto& L3Coefficient : g_L3EarthCoefficients) + L3 += (L3Coefficient.A * cos(L3Coefficient.B + (L3Coefficient.C*rho))); + + //Calculate L4 + double L4 = 0; + for (const auto& L4Coefficient : g_L4EarthCoefficients) + L4 += (L4Coefficient.A * cos(L4Coefficient.B + (L4Coefficient.C*rho))); + + //Calculate L5 + double L5 = 0; + for (const auto& L5Coefficient : g_L5EarthCoefficients) + L5 += (L5Coefficient.A * cos(L5Coefficient.B + (L5Coefficient.C*rho))); + + double value = (L0 + (L1*rho) + (L2*rhosquared) + (L3*rhocubed) + (L4*rho4) + (L5*rho5)) / 100000000; + + //convert results back to degrees + value = CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(value)); + return value; +} + +double CAAEarth::EclipticLatitude(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAACoordinateTransformation::MapToMinus90To90Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Earth::B(JD))); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + + //Calculate B0 + double B0 = 0; + for (const auto& B0Coefficient : g_B0EarthCoefficients) + B0 += (B0Coefficient.A * cos(B0Coefficient.B + (B0Coefficient.C*rho))); + + //Calculate B1 + double B1 = 0; + for (const auto& B1Coefficient : g_B1EarthCoefficients) + B1 += (B1Coefficient.A * cos(B1Coefficient.B + (B1Coefficient.C*rho))); + + //Note for Earth there are no B2, B3 or B4 coefficients to calculate + + double value = (B0 + B1*rho) / 100000000; + + //convert results back to degrees + value = CAACoordinateTransformation::MapToMinus90To90Range(CAACoordinateTransformation::RadiansToDegrees(value)); + return value; +} + +double CAAEarth::RadiusVector(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAAVSOP87D_Earth::R(JD); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + + //Calculate R0 + double R0 = 0; + for (const auto& R0Coefficient : g_R0EarthCoefficients) + R0 += (R0Coefficient.A * cos(R0Coefficient.B + (R0Coefficient.C*rho))); + + //Calculate R1 + double R1 = 0; + for (const auto& R1Coefficient : g_R1EarthCoefficients) + R1 += (R1Coefficient.A * cos(R1Coefficient.B + (R1Coefficient.C*rho))); + + //Calculate R2 + double R2 = 0; + for (const auto& R2Coefficient : g_R2EarthCoefficients) + R2 += (R2Coefficient.A * cos(R2Coefficient.B + (R2Coefficient.C*rho))); + + //Calculate R3 + double R3 = 0; + for (const auto& R3Coefficient : g_R3EarthCoefficients) + R3 += (R3Coefficient.A * cos(R3Coefficient.B + (R3Coefficient.C*rho))); + + //Calculate R4 + double R4 = 0; + for (const auto& R4Coefficient : g_R4EarthCoefficients) + R4 += (R4Coefficient.A * cos(R4Coefficient.B + (R4Coefficient.C*rho))); + + return (R0 + (R1*rho) + (R2*rhosquared) + (R3*rhocubed) + (R4*rho4)) / 100000000; +} + + +double CAAEarth::EclipticLongitudeJ2000(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87B_Earth::L(JD))); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + + //Calculate L0 + double L0 = 0; + for (const auto& L0Coefficient : g_L0EarthCoefficients) + L0 += (L0Coefficient.A * cos(L0Coefficient.B + (L0Coefficient.C*rho))); + + //Calculate L1 + double L1 = 0; + for (const auto& L1Coefficient : g_L1EarthCoefficientsJ2000) + L1 += (L1Coefficient.A * cos(L1Coefficient.B + (L1Coefficient.C*rho))); + + //Calculate L2 + double L2 = 0; + for (const auto& L2Coefficient : g_L2EarthCoefficientsJ2000) + L2 += (L2Coefficient.A * cos(L2Coefficient.B + (L2Coefficient.C*rho))); + + //Calculate L3 + double L3 = 0; + for (const auto& L3Coefficient : g_L3EarthCoefficientsJ2000) + L3 += (L3Coefficient.A * cos(L3Coefficient.B + (L3Coefficient.C*rho))); + + //Calculate L4 + double L4 = 0; + for (const auto& L4Coefficient : g_L4EarthCoefficientsJ2000) + L4 += (L4Coefficient.A * cos(L4Coefficient.B + (L4Coefficient.C*rho))); + + double value = (L0 + (L1*rho) + (L2*rhosquared) + (L3*rhocubed) + (L4*rho4)) / 100000000; + + //convert results back to degrees + value = CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(value)); + return value; +} + +double CAAEarth::EclipticLatitudeJ2000(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAACoordinateTransformation::MapToMinus90To90Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87B_Earth::B(JD))); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + + //Calculate B0 + double B0 = 0; + for (const auto& B0Coefficient : g_B0EarthCoefficients) + B0 += (B0Coefficient.A * cos(B0Coefficient.B + (B0Coefficient.C*rho))); + + //Calculate B1 + double B1 = 0; + for (const auto& B1Coefficient : g_B1EarthCoefficientsJ2000) + B1 += (B1Coefficient.A * cos(B1Coefficient.B + (B1Coefficient.C*rho))); + + //Calculate B2 + double B2 = 0; + for (const auto& B2Coefficient : g_B2EarthCoefficientsJ2000) + B2 += (B2Coefficient.A * cos(B2Coefficient.B + (B2Coefficient.C*rho))); + + //Calculate B3 + double B3 = 0; + for (const auto& B3Coefficient : g_B3EarthCoefficientsJ2000) + B3 += (B3Coefficient.A * cos(B3Coefficient.B + (B3Coefficient.C*rho))); + + //Calculate B4 + double B4 = 0; + for (const auto& B4Coefficient : g_B4EarthCoefficientsJ2000) + B4 += (B4Coefficient.A * cos(B4Coefficient.B + (B4Coefficient.C*rho))); + + double value = (B0 + (B1*rho) + (B2*rhosquared) + (B3*rhocubed) + (B4*rho4)) / 100000000; + + //convert results back to degrees + value = CAACoordinateTransformation::MapToMinus90To90Range(CAACoordinateTransformation::RadiansToDegrees(value)); + return value; +} + +double CAAEarth::SunMeanAnomaly(double JD) noexcept +{ + const double T = (JD - 2451545) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; + return CAACoordinateTransformation::MapTo0To360Range(357.5291092 + 35999.0502909*T - 0.0001536*Tsquared + Tcubed/24490000); +} diff --git a/Vendor/AA+/1.6.3/AAEclipses.cpp b/Sources/AAPlus/AAEclipses.cpp old mode 100755 new mode 100644 similarity index 50% rename from Vendor/AA+/1.6.3/AAEclipses.cpp rename to Sources/AAPlus/AAEclipses.cpp index 17d7142..0efecb6 --- a/Vendor/AA+/1.6.3/AAEclipses.cpp +++ b/Sources/AAPlus/AAEclipses.cpp @@ -1,12 +1,16 @@ /* -Module : AAECLIPSES.CPP +Module : AAEclipses.cpp Purpose: Implementation for the algorithms which obtain the principal characteristics of an eclipse of the Sun or the Moon Created: PJN / 21-01-2004 History: PJN / 25-02-2004 1. Calculation of semi durations is now calculated only when required PJN / 31-01-2005 1. Fixed a GCC compiler error related to missing include for memset. Thanks to Mika Heiskanen for reporting this problem. + PJN / 27-03-2016 1. Updated CAAEclipses::Calculate to return a bitmask of attributes about the calculated solar + eclipse in CAASolarEclipseDetails::Details. These attributes correspond to the values as discussed + in Meeus's book on Pages 381 & 382. Thanks to "Pavel" for providing this nice addition. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 -Copyright (c) 2004 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2004 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -34,22 +38,22 @@ using namespace std; //////////////////////////// Implementation /////////////////////////////////// -CAASolarEclipseDetails CAAEclipses::Calculate(double k, double& Mdash) +CAASolarEclipseDetails CAAEclipses::Calculate(double k, double& Mdash) noexcept { //Are we looking for a solar or lunar eclipse double intp = 0; - bool bSolarEclipse = (modf(k, &intp) == 0); + const bool bSolarEclipse = (modf(k, &intp) == 0); //What will be the return value CAASolarEclipseDetails details; //convert from K to T - double T = k/1236.85; - double T2 = T*T; - double T3 = T2*T; - double T4 = T3*T; + const double T = k/1236.85; + const double T2 = T*T; + const double T3 = T2*T; + const double T4 = T3*T; - double E = 1 - 0.002516*T - 0.0000074*T2; + const double E = 1 - 0.002516*T - 0.0000074*T2; double M = CAACoordinateTransformation::MapTo0To360Range(2.5534 + 29.10535670*k - 0.0000014*T2 - 0.00000011*T3); M = CAACoordinateTransformation::DegreesToRadians(M); @@ -79,72 +83,109 @@ CAASolarEclipseDetails CAAEclipses::Calculate(double k, double& Mdash) double DeltaJD = 0; if (bSolarEclipse) DeltaJD += -0.4075*sin(Mdash) + - 0.1721*E*sin(M); + 0.1721*E*sin(M); else DeltaJD += -0.4065*sin(Mdash) + - 0.1727*E*sin(M); + 0.1727*E*sin(M); DeltaJD += 0.0161*sin(2*Mdash) + - -0.0097*sin(2*Fdash) + + -0.0097*sin(2*Fdash) + 0.0073*E*sin(Mdash - M) + - -0.0050*E*sin(Mdash + M) + - -0.0023*sin(Mdash - 2*Fdash) + + -0.0050*E*sin(Mdash + M) + + -0.0023*sin(Mdash - 2*Fdash) + 0.0021*E*sin(2*M) + 0.0012*sin(Mdash + 2*Fdash) + 0.0006*E*sin(2*Mdash + M) + - -0.0004*sin(3*Mdash) + - -0.0003*E*sin(M + 2*Fdash) + + -0.0004*sin(3*Mdash) + + -0.0003*E*sin(M + 2*Fdash) + 0.0003*sin(A1) + - -0.0002*E*sin(M - 2*Fdash) + - -0.0002*E*sin(2*Mdash - M) + - -0.0002*sin(omega); + -0.0002*E*sin(M - 2*Fdash) + + -0.0002*E*sin(2*Mdash - M) + + -0.0002*sin(omega); details.TimeOfMaximumEclipse += DeltaJD; - double P = 0.2070*E*sin(M) + - 0.0024*E*sin(2*M) + - -0.0392*sin(Mdash) + - 0.0116*sin(2*Mdash) + - -0.0073*E*sin(Mdash + M) + - 0.0067*E*sin(Mdash - M) + - 0.0118*sin(2*Fdash); + const double P = 0.2070*E*sin(M) + + 0.0024*E*sin(2*M) + + -0.0392*sin(Mdash) + + 0.0116*sin(2*Mdash) + + -0.0073*E*sin(Mdash + M) + + 0.0067*E*sin(Mdash - M) + + 0.0118*sin(2*Fdash); - double Q = 5.2207 + - -0.0048*E*cos(M) + - 0.0020*E*cos(2*M) + - -0.3299*cos(Mdash) + - -0.0060*E*cos(Mdash + M) + - 0.0041*E*cos(Mdash - M); + const double Q = 5.2207 + + -0.0048*E*cos(M) + + 0.0020*E*cos(2*M) + + -0.3299*cos(Mdash) + + -0.0060*E*cos(Mdash + M) + + 0.0041*E*cos(Mdash - M); - double W = fabs(cos(Fdash)); + const double W = fabs(cos(Fdash)); details.gamma = (P*cos(Fdash) + Q*sin(Fdash))*(1 - 0.0048*W); details.u = 0.0059 + - 0.0046*E*cos(M) + + 0.0046*E*cos(M) + -0.0182*cos(Mdash) + - 0.0004*cos(2*Mdash) + + 0.0004*cos(2*Mdash) + -0.0005*cos(M + Mdash); //Check to see if the eclipse is visible from the Earth's surface - if (fabs(details.gamma) > (1.5433 + details.u)) + const double fgamma = fabs(details.gamma); + if (fgamma > (1.5433 + details.u)) return details; - //We have an eclipse at this time - details.bEclipse = true; - - //In the case of a partial eclipse, calculate its magnitude - double fgamma = fabs(details.gamma); - if (((fgamma > 0.9972) && (fgamma < 1.5433 + details.u))) - details.GreatestMagnitude = (1.5433 + details.u - fgamma) / (0.5461 + 2*details.u); + //We have an eclipse at this time, fill in the details + if (fgamma < 0.9972) + { + if (details.u < 0) + details.Flags = CAASolarEclipseDetails::TOTAL_ECLIPSE; + else if (details.u > 0.0047) + details.Flags = CAASolarEclipseDetails::ANNULAR_ECLIPSE; + else if (details.u >= 0 && details.u <= 0.0047) + { + const double w = 0.00464 * sqrt(1 - (details.gamma * details.gamma)); + if (details.u < w) + details.Flags = CAASolarEclipseDetails::ANNULAR_TOTAL_ECLIPSE; + else + details.Flags = CAASolarEclipseDetails::ANNULAR_ECLIPSE; + } + + details.Flags |= CAASolarEclipseDetails::CENTRAL_ECLIPSE; + } + else if ((fgamma > 0.9972) && (fgamma < (1.5433 + details.u))) + { + if ((fgamma > 0.9972) && (fgamma < (0.9972 + fabs(details.u)))) + { + if (details.u < 0) + details.Flags = CAASolarEclipseDetails::TOTAL_ECLIPSE; + else if (details.u > 0.0047) + details.Flags = CAASolarEclipseDetails::ANNULAR_ECLIPSE; + else if (details.u >= 0 && details.u <= 0.0047) + { + const double w = 0.00464 * sqrt(1 - (details.gamma * details.gamma)); + if (details.u < w) + details.Flags = CAASolarEclipseDetails::ANNULAR_TOTAL_ECLIPSE; + else + details.Flags = CAASolarEclipseDetails::ANNULAR_ECLIPSE; + } + } + else + { + details.Flags = CAASolarEclipseDetails::PARTIAL_ECLIPSE; + details.GreatestMagnitude = (1.5433 + details.u - fgamma) / (0.5461 + (2*details.u)); + } + + details.Flags |= CAASolarEclipseDetails::NON_CENTRAL_ECLIPSE; + } return details; } -CAASolarEclipseDetails CAAEclipses::CalculateSolar(double k) +CAASolarEclipseDetails CAAEclipses::CalculateSolar(double k) noexcept { #ifdef _DEBUG double intp = 0; - bool bSolarEclipse = (modf(k, &intp) == 0); + const bool bSolarEclipse = (modf(k, &intp) == 0); assert(bSolarEclipse); #endif //#ifdef _DEBUG @@ -152,20 +193,20 @@ CAASolarEclipseDetails CAAEclipses::CalculateSolar(double k) return Calculate(k, Mdash); } -CAALunarEclipseDetails CAAEclipses::CalculateLunar(double k) +CAALunarEclipseDetails CAAEclipses::CalculateLunar(double k) noexcept { #ifdef _DEBUG double intp = 0; - bool bSolarEclipse = (modf(k, &intp) == 0); + const bool bSolarEclipse = (modf(k, &intp) == 0); assert(!bSolarEclipse); #endif //#ifdef _DEBUG double Mdash = 0; - CAASolarEclipseDetails solarDetails = Calculate(k, Mdash); + const CAASolarEclipseDetails solarDetails = Calculate(k, Mdash); //What will be the return value CAALunarEclipseDetails details; - details.bEclipse = solarDetails.bEclipse; + details.bEclipse = solarDetails.Flags != 0; details.F = solarDetails.F; details.gamma = solarDetails.gamma; details.TimeOfMaximumEclipse = solarDetails.TimeOfMaximumEclipse; @@ -175,25 +216,25 @@ CAALunarEclipseDetails CAAEclipses::CalculateLunar(double k) { details.PenumbralRadii = 1.2848 + details.u; details.UmbralRadii = 0.7403 - details.u; - double fgamma = fabs(details.gamma); + const double fgamma = fabs(details.gamma); details.PenumbralMagnitude = (1.5573 + details.u - fgamma) / 0.5450; details.UmbralMagnitude = (1.0128 - details.u - fgamma) / 0.5450; - double p = 1.0128 - details.u; - double t = 0.4678 - details.u; - double n = 0.5458 + 0.0400*cos(Mdash); + const double p = 1.0128 - details.u; + const double t = 0.4678 - details.u; + const double n = 0.5458 + 0.0400*cos(Mdash); - double gamma2 = details.gamma*details.gamma; - double p2 = p*p; + const double gamma2 = details.gamma*details.gamma; + const double p2 = p*p; if (p2 >= gamma2) details.PartialPhaseSemiDuration = 60/n*sqrt(p2 - gamma2); - - double t2 = t*t; - if (t2 >= gamma2) + + const double t2 = t*t; + if (t2 >= gamma2) details.TotalPhaseSemiDuration = 60/n*sqrt(t2 - gamma2); - double h = 1.5573 + details.u; - double h2 = h*h; + const double h = 1.5573 + details.u; + const double h2 = h*h; if (h2 >= gamma2) details.PartialPhasePenumbraSemiDuration = 60/n*sqrt(h2 - gamma2); } diff --git a/Vendor/AA+/1.6.3/AAElementsPlanetaryOrbit.cpp b/Sources/AAPlus/AAElementsPlanetaryOrbit.cpp old mode 100755 new mode 100644 similarity index 54% rename from Vendor/AA+/1.6.3/AAElementsPlanetaryOrbit.cpp rename to Sources/AAPlus/AAElementsPlanetaryOrbit.cpp index 177e0ab..be4ff66 --- a/Vendor/AA+/1.6.3/AAElementsPlanetaryOrbit.cpp +++ b/Sources/AAPlus/AAElementsPlanetaryOrbit.cpp @@ -1,5 +1,5 @@ /* -Module : AAELEMENTSPLANETARYORBIT.CPP +Module : AAElementsPlanetaryOrbit.cpp Purpose: Implementation for the algorithms to calculate the elements of the planetary orbits Created: PJN / 29-12-2003 History: PJN / 27-10-2012 1. Fixed a transcription bug in CAAElementsPlanetaryOrbit::SaturnLongitudePerihelion. The correct @@ -9,8 +9,9 @@ History: PJN / 27-10-2012 1. Fixed a transcription bug in CAAElementsPlanetaryOr incorrect coefficient would have returned a value too small by 0.77 degrees for every Julian century after the epoch J2000.0 = 2000 January 1.5 TD = JDE 2451545.0. Thanks to Sudhakar Gumparthi for reporting this bug. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -34,685 +35,549 @@ to maintain a single distribution point for the source code. /////////////////////////// Implementation //////////////////////////////////// -double CAAElementsPlanetaryOrbit::MercuryMeanLongitude(double JD) +double CAAElementsPlanetaryOrbit::MercuryMeanLongitude(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(252.250906 + 149474.0722491*T + 0.00030350*Tsquared + 0.000000018*Tcubed); } -double CAAElementsPlanetaryOrbit::MercurySemimajorAxis(double /*JD*/) +double CAAElementsPlanetaryOrbit::MercuryInclination(double JD) noexcept { - return 0.387098310; -} - -double CAAElementsPlanetaryOrbit::MercuryEccentricity(double JD) -{ - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; - - return 0.20563175 + 0.000020407*T - 0.0000000283*Tsquared - 0.00000000018*Tcubed; -} - -double CAAElementsPlanetaryOrbit::MercuryInclination(double JD) -{ - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(7.004986 + 0.0018215*T - 0.00001810*Tsquared + 0.000000056*Tcubed); } -double CAAElementsPlanetaryOrbit::MercuryLongitudeAscendingNode(double JD) +double CAAElementsPlanetaryOrbit::MercuryLongitudeAscendingNode(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(48.330893 + 1.1861883*T + 0.00017542*Tsquared + 0.000000215*Tcubed); } -double CAAElementsPlanetaryOrbit::MercuryLongitudePerihelion(double JD) +double CAAElementsPlanetaryOrbit::MercuryLongitudePerihelion(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(77.456119 + 1.5564776*T + 0.00029544*Tsquared + 0.000000009*Tcubed); } -double CAAElementsPlanetaryOrbit::VenusMeanLongitude(double JD) +double CAAElementsPlanetaryOrbit::VenusMeanLongitude(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(181.979801 + 58519.2130302*T + 0.00031014*Tsquared + 0.000000015*Tcubed); } -double CAAElementsPlanetaryOrbit::VenusSemimajorAxis(double /*JD*/) +double CAAElementsPlanetaryOrbit::VenusInclination(double JD) noexcept { - return 0.723329820; -} - -double CAAElementsPlanetaryOrbit::VenusEccentricity(double JD) -{ - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; - - return 0.00677192 - 0.000047765*T + 0.0000000981*Tsquared + 0.00000000046*Tcubed; -} - -double CAAElementsPlanetaryOrbit::VenusInclination(double JD) -{ - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(3.394662 + 0.0010037*T - 0.00000088*Tsquared - 0.000000007*Tcubed); } -double CAAElementsPlanetaryOrbit::VenusLongitudeAscendingNode(double JD) +double CAAElementsPlanetaryOrbit::VenusLongitudeAscendingNode(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(76.679920 + 0.9011206*T + 0.00040618*Tsquared - 0.000000093*Tcubed); } -double CAAElementsPlanetaryOrbit::VenusLongitudePerihelion(double JD) +double CAAElementsPlanetaryOrbit::VenusLongitudePerihelion(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(131.563703 + 1.4022288*T - 0.00107618*Tsquared - 0.000005678*Tcubed); } -double CAAElementsPlanetaryOrbit::EarthMeanLongitude(double JD) +double CAAElementsPlanetaryOrbit::EarthMeanLongitude(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(100.466457 + 36000.7698278*T + 0.00030322*Tsquared + 0.000000020*Tcubed); } -double CAAElementsPlanetaryOrbit::EarthSemimajorAxis(double /*JD*/) -{ - return 1.000001018; -} - -double CAAElementsPlanetaryOrbit::EarthEccentricity(double JD) +double CAAElementsPlanetaryOrbit::EarthLongitudePerihelion(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; - - return 0.01670863 - 0.000042037*T - 0.0000001267*Tsquared + 0.00000000014*Tcubed; -} - -double CAAElementsPlanetaryOrbit::EarthInclination(double /*JD*/) -{ - return 0; -} - -double CAAElementsPlanetaryOrbit::EarthLongitudePerihelion(double JD) -{ - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(102.937348 + 1.17195366*T + 0.00045688*Tsquared - 0.000000018*Tcubed); } -double CAAElementsPlanetaryOrbit::MarsMeanLongitude(double JD) +double CAAElementsPlanetaryOrbit::MarsMeanLongitude(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(355.433000 + 19141.6964471*T + 0.00031052*Tsquared + 0.000000016*Tcubed); } -double CAAElementsPlanetaryOrbit::MarsSemimajorAxis(double /*JD*/) +double CAAElementsPlanetaryOrbit::MarsInclination(double JD) noexcept { - return 1.523679342; -} - -double CAAElementsPlanetaryOrbit::MarsEccentricity(double JD) -{ - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; - - return 0.09340065 + 0.000090484*T - 0.0000000806*Tsquared - 0.00000000025*Tcubed; -} - -double CAAElementsPlanetaryOrbit::MarsInclination(double JD) -{ - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(1.849726 - 0.0006011*T + 0.00001276*Tsquared - 0.000000007*Tcubed); } -double CAAElementsPlanetaryOrbit::MarsLongitudeAscendingNode(double JD) +double CAAElementsPlanetaryOrbit::MarsLongitudeAscendingNode(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(49.588093 + 0.7720959*T + 0.00001557*Tsquared + 0.000002267*Tcubed); } -double CAAElementsPlanetaryOrbit::MarsLongitudePerihelion(double JD) +double CAAElementsPlanetaryOrbit::MarsLongitudePerihelion(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(336.060234 + 1.8410449*T + 0.00013477*Tsquared + 0.000000536*Tcubed); } -double CAAElementsPlanetaryOrbit::JupiterMeanLongitude(double JD) +double CAAElementsPlanetaryOrbit::JupiterMeanLongitude(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(34.351519 + 3036.3027748*T + 0.00022330*Tsquared + 0.000000037*Tcubed); } -double CAAElementsPlanetaryOrbit::JupiterSemimajorAxis(double JD) +double CAAElementsPlanetaryOrbit::JupiterInclination(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - - return 5.202603209 + 0.0000001913*T; -} - -double CAAElementsPlanetaryOrbit::JupiterEccentricity(double JD) -{ - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; - - return 0.04849793 + 0.000163225*T - 0.0000004714*Tsquared - 0.00000000201*Tcubed; -} - -double CAAElementsPlanetaryOrbit::JupiterInclination(double JD) -{ - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(1.303267 - 0.0054965*T + 0.00000466*Tsquared - 0.000000002*Tcubed); } -double CAAElementsPlanetaryOrbit::JupiterLongitudeAscendingNode(double JD) +double CAAElementsPlanetaryOrbit::JupiterLongitudeAscendingNode(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(100.464407 + 1.0209774*T + 0.00040315*Tsquared + 0.000000404*Tcubed); } -double CAAElementsPlanetaryOrbit::JupiterLongitudePerihelion(double JD) +double CAAElementsPlanetaryOrbit::JupiterLongitudePerihelion(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(14.331207 + 1.6126352*T + 0.00103042*Tsquared - 0.000004464*Tcubed); } -double CAAElementsPlanetaryOrbit::SaturnMeanLongitude(double JD) +double CAAElementsPlanetaryOrbit::SaturnMeanLongitude(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(50.077444 + 1223.5110686*T + 0.00051908*Tsquared - 0.000000030*Tcubed); } -double CAAElementsPlanetaryOrbit::SaturnSemimajorAxis(double JD) -{ - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - - return 9.554909192 - 0.0000021390*T + 0.000000004*Tsquared; -} - -double CAAElementsPlanetaryOrbit::SaturnEccentricity(double JD) +double CAAElementsPlanetaryOrbit::SaturnInclination(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; - - return 0.05554814 - 0.0003446641*T - 0.0000006436*Tsquared + 0.00000000340*Tcubed; -} - -double CAAElementsPlanetaryOrbit::SaturnInclination(double JD) -{ - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(2.488879 - 0.0037362*T - 0.00001519*Tsquared + 0.000000087*Tcubed); } -double CAAElementsPlanetaryOrbit::SaturnLongitudeAscendingNode(double JD) +double CAAElementsPlanetaryOrbit::SaturnLongitudeAscendingNode(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(113.665503 + 0.8770880*T - 0.00012176*Tsquared - 0.000002249*Tcubed); } -double CAAElementsPlanetaryOrbit::SaturnLongitudePerihelion(double JD) +double CAAElementsPlanetaryOrbit::SaturnLongitudePerihelion(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(93.057237 + 1.9637613*T + 0.00083753*Tsquared + 0.000004928*Tcubed); } -double CAAElementsPlanetaryOrbit::UranusMeanLongitude(double JD) +double CAAElementsPlanetaryOrbit::UranusMeanLongitude(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(314.055005 + 429.8640561*T + 0.00030390*Tsquared + 0.000000026*Tcubed); } -double CAAElementsPlanetaryOrbit::UranusSemimajorAxis(double JD) -{ - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - - return 19.218446062 - 0.0000000372*T + 0.00000000098*Tsquared; -} - -double CAAElementsPlanetaryOrbit::UranusEccentricity(double JD) +double CAAElementsPlanetaryOrbit::UranusInclination(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; - - return 0.04638122 - 0.000027293*T + 0.0000000789*Tsquared + 0.00000000024*Tcubed; -} - -double CAAElementsPlanetaryOrbit::UranusInclination(double JD) -{ - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(0.773197 + 0.0007744*T + 0.00003749*Tsquared - 0.000000092*Tcubed); } -double CAAElementsPlanetaryOrbit::UranusLongitudeAscendingNode(double JD) +double CAAElementsPlanetaryOrbit::UranusLongitudeAscendingNode(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(74.005957 + 0.5211278*T + 0.00133947*Tsquared + 0.000018484*Tcubed); } -double CAAElementsPlanetaryOrbit::UranusLongitudePerihelion(double JD) +double CAAElementsPlanetaryOrbit::UranusLongitudePerihelion(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(173.005291 + 1.4863790*T + 0.00021406*Tsquared + 0.000000434*Tcubed); } -double CAAElementsPlanetaryOrbit::NeptuneMeanLongitude(double JD) +double CAAElementsPlanetaryOrbit::NeptuneMeanLongitude(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(304.348665 + 219.8833092*T + 0.00030882*Tsquared + 0.000000018*Tcubed); } -double CAAElementsPlanetaryOrbit::NeptuneSemimajorAxis(double JD) -{ - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - - return 30.110386869 - 0.0000001663*T + 0.00000000069*Tsquared; -} - -double CAAElementsPlanetaryOrbit::NeptuneEccentricity(double JD) +double CAAElementsPlanetaryOrbit::NeptuneInclination(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tcubed = T*T*T; - - return 0.00945575 + 0.000006033*T - 0.00000000005*Tcubed; -} - -double CAAElementsPlanetaryOrbit::NeptuneInclination(double JD) -{ - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(1.769953 - 0.0093082*T - 0.00000708*Tsquared + 0.000000027*Tcubed); } -double CAAElementsPlanetaryOrbit::NeptuneLongitudeAscendingNode(double JD) +double CAAElementsPlanetaryOrbit::NeptuneLongitudeAscendingNode(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(131.784057 + 1.1022039*T + 0.00025952*Tsquared - 0.000000637*Tcubed); } -double CAAElementsPlanetaryOrbit::NeptuneLongitudePerihelion(double JD) +double CAAElementsPlanetaryOrbit::NeptuneLongitudePerihelion(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(48.120276 + 1.4262957*T + 0.00038434*Tsquared + 0.000000020*Tcubed); } -double CAAElementsPlanetaryOrbit::MercuryMeanLongitudeJ2000(double JD) +double CAAElementsPlanetaryOrbit::MercuryMeanLongitudeJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(252.250906 + 149472.6746358*T - 0.00000536*Tsquared + 0.000000002*Tcubed); } -double CAAElementsPlanetaryOrbit::MercuryInclinationJ2000(double JD) +double CAAElementsPlanetaryOrbit::MercuryInclinationJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(7.004986 - 0.0059516*T + 0.00000080*Tsquared + 0.000000043*Tcubed); } -double CAAElementsPlanetaryOrbit::MercuryLongitudeAscendingNodeJ2000(double JD) +double CAAElementsPlanetaryOrbit::MercuryLongitudeAscendingNodeJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(48.330893 - 0.1254227*T - 0.00008833*Tsquared - 0.000000200*Tcubed); } -double CAAElementsPlanetaryOrbit::MercuryLongitudePerihelionJ2000(double JD) +double CAAElementsPlanetaryOrbit::MercuryLongitudePerihelionJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(77.456119 + 0.1588643*T - 0.00001342*Tsquared - 0.000000007*Tcubed); } -double CAAElementsPlanetaryOrbit::VenusMeanLongitudeJ2000(double JD) +double CAAElementsPlanetaryOrbit::VenusMeanLongitudeJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(181.979801 + 58517.8156760*T + 0.00000165*Tsquared - 0.000000002*Tcubed); } -double CAAElementsPlanetaryOrbit::VenusInclinationJ2000(double JD) +double CAAElementsPlanetaryOrbit::VenusInclinationJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(3.394662 - 0.0008568*T - 0.00003244*Tsquared + 0.000000009*Tcubed); } -double CAAElementsPlanetaryOrbit::VenusLongitudeAscendingNodeJ2000(double JD) +double CAAElementsPlanetaryOrbit::VenusLongitudeAscendingNodeJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(76.679920 - 0.2780134*T - 0.00014257*Tsquared - 0.000000164*Tcubed); } -double CAAElementsPlanetaryOrbit::VenusLongitudePerihelionJ2000(double JD) +double CAAElementsPlanetaryOrbit::VenusLongitudePerihelionJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(131.563703 + 0.0048746*T - 0.00138467*Tsquared - 0.000005695*Tcubed); } -double CAAElementsPlanetaryOrbit::EarthMeanLongitudeJ2000(double JD) +double CAAElementsPlanetaryOrbit::EarthMeanLongitudeJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(100.466457 + 35999.3728565*T - 0.00000568*Tsquared - 0.000000001*Tcubed); } -double CAAElementsPlanetaryOrbit::EarthInclinationJ2000(double JD) -{ - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; - - return 0.0130548*T - 0.00000931*Tsquared - 0.000000034*Tcubed; -} - -double CAAElementsPlanetaryOrbit::EarthLongitudeAscendingNodeJ2000(double JD) +double CAAElementsPlanetaryOrbit::EarthLongitudeAscendingNodeJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(174.873176 - 0.241098*T + 0.00004262*Tsquared + 0.000000001*Tcubed); } -double CAAElementsPlanetaryOrbit::EarthLongitudePerihelionJ2000(double JD) +double CAAElementsPlanetaryOrbit::EarthLongitudePerihelionJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(102.937348 + 0.3225654*T + 0.00014799*Tsquared - 0.000000039*Tcubed); } -double CAAElementsPlanetaryOrbit::MarsMeanLongitudeJ2000(double JD) +double CAAElementsPlanetaryOrbit::MarsMeanLongitudeJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(355.433000 + 19140.2993039*T + 0.00000262*Tsquared - 0.000000003*Tcubed); } -double CAAElementsPlanetaryOrbit::MarsInclinationJ2000(double JD) +double CAAElementsPlanetaryOrbit::MarsInclinationJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(1.849726 - 0.0081477*T - 0.00002255*Tsquared - 0.000000029*Tcubed); } -double CAAElementsPlanetaryOrbit::MarsLongitudeAscendingNodeJ2000(double JD) +double CAAElementsPlanetaryOrbit::MarsLongitudeAscendingNodeJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(49.588093 - 0.2950250*T - 0.00064048*Tsquared - 0.000001964*Tcubed); } -double CAAElementsPlanetaryOrbit::MarsLongitudePerihelionJ2000(double JD) +double CAAElementsPlanetaryOrbit::MarsLongitudePerihelionJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(336.060234 + 0.4439016*T - 0.00017313*Tsquared + 0.000000518*Tcubed); } -double CAAElementsPlanetaryOrbit::JupiterMeanLongitudeJ2000(double JD) +double CAAElementsPlanetaryOrbit::JupiterMeanLongitudeJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(34.351519 + 3034.9056606*T - 0.00008501*Tsquared + 0.000000016*Tcubed); } -double CAAElementsPlanetaryOrbit::JupiterInclinationJ2000(double JD) +double CAAElementsPlanetaryOrbit::JupiterInclinationJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(1.303267 - 0.0019877*T + 0.00003320*Tsquared + 0.000000097*Tcubed); } -double CAAElementsPlanetaryOrbit::JupiterLongitudeAscendingNodeJ2000(double JD) +double CAAElementsPlanetaryOrbit::JupiterLongitudeAscendingNodeJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(100.464407 + 0.1767232*T + 0.00090700*Tsquared - 0.000007272*Tcubed); } -double CAAElementsPlanetaryOrbit::JupiterLongitudePerihelionJ2000(double JD) +double CAAElementsPlanetaryOrbit::JupiterLongitudePerihelionJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(14.331207 + 0.2155209*T + 0.00072211*Tsquared - 0.000004485*Tcubed); } -double CAAElementsPlanetaryOrbit::SaturnMeanLongitudeJ2000(double JD) +double CAAElementsPlanetaryOrbit::SaturnMeanLongitudeJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(50.077444 + 1222.1138488*T + 0.00021004*Tsquared - 0.000000046*Tcubed); } -double CAAElementsPlanetaryOrbit::SaturnInclinationJ2000(double JD) +double CAAElementsPlanetaryOrbit::SaturnInclinationJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(2.488879 + 0.0025514*T - 0.00004906*Tsquared + 0.000000017*Tcubed); } -double CAAElementsPlanetaryOrbit::SaturnLongitudeAscendingNodeJ2000(double JD) +double CAAElementsPlanetaryOrbit::SaturnLongitudeAscendingNodeJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(113.665503 - 0.2566722*T - 0.00018399*Tsquared + 0.000000480*Tcubed); } -double CAAElementsPlanetaryOrbit::SaturnLongitudePerihelionJ2000(double JD) +double CAAElementsPlanetaryOrbit::SaturnLongitudePerihelionJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(93.057237 + 0.5665415*T + 0.00052850*Tsquared + 0.000004912*Tcubed); } -double CAAElementsPlanetaryOrbit::UranusMeanLongitudeJ2000(double JD) +double CAAElementsPlanetaryOrbit::UranusMeanLongitudeJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(314.055005 + 428.4669983*T - 0.00000486*Tsquared + 0.000000006*Tcubed); } -double CAAElementsPlanetaryOrbit::UranusInclinationJ2000(double JD) +double CAAElementsPlanetaryOrbit::UranusInclinationJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(0.773197 - 0.0016869*T + 0.00000349*Tsquared + 0.000000016*Tcubed); } -double CAAElementsPlanetaryOrbit::UranusLongitudeAscendingNodeJ2000(double JD) +double CAAElementsPlanetaryOrbit::UranusLongitudeAscendingNodeJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(74.005957 + 0.0741431*T + 0.00040539*Tsquared + 0.000000119*Tcubed); } -double CAAElementsPlanetaryOrbit::UranusLongitudePerihelionJ2000(double JD) +double CAAElementsPlanetaryOrbit::UranusLongitudePerihelionJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(173.005291 + 0.0893212*T - 0.00009470*Tsquared + 0.000000414*Tcubed); } -double CAAElementsPlanetaryOrbit::NeptuneMeanLongitudeJ2000(double JD) +double CAAElementsPlanetaryOrbit::NeptuneMeanLongitudeJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(304.348665 + 218.4862002*T + 0.00000059*Tsquared - 0.000000002*Tcubed); } -double CAAElementsPlanetaryOrbit::NeptuneInclinationJ2000(double JD) +double CAAElementsPlanetaryOrbit::NeptuneInclinationJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; return CAACoordinateTransformation::MapTo0To360Range(1.769953 + 0.0002256*T + 0.00000023*Tsquared); } -double CAAElementsPlanetaryOrbit::NeptuneLongitudeAscendingNodeJ2000(double JD) +double CAAElementsPlanetaryOrbit::NeptuneLongitudeAscendingNodeJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; return CAACoordinateTransformation::MapTo0To360Range(131.784057 - 0.0061651*T - 0.00000219*Tsquared - 0.000000078*Tcubed); } -double CAAElementsPlanetaryOrbit::NeptuneLongitudePerihelionJ2000(double JD) +double CAAElementsPlanetaryOrbit::NeptuneLongitudePerihelionJ2000(double JD) noexcept { - double T = (JD - 2451545.0) / 36525; - double Tsquared = T*T; + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T*T; return CAACoordinateTransformation::MapTo0To360Range(48.120276 + 0.0291866*T + 0.00007610*Tsquared); } diff --git a/Vendor/AA+/1.6.3/AAElliptical.cpp b/Sources/AAPlus/AAElliptical.cpp old mode 100755 new mode 100644 similarity index 72% rename from Vendor/AA+/1.6.3/AAElliptical.cpp rename to Sources/AAPlus/AAElliptical.cpp index 995a8a2..a35bc87 --- a/Vendor/AA+/1.6.3/AAElliptical.cpp +++ b/Sources/AAPlus/AAElliptical.cpp @@ -1,5 +1,5 @@ /* -Module : AAELLIPTICAL.CPP +Module : AAElliptical.cpp Purpose: Implementation for the algorithms for an elliptical orbit Created: PJN / 29-12-2003 History: PJN / 24-05-2004 1. Fixed a missing break statement in CAAElliptical::Calculate. Thanks to @@ -46,8 +46,10 @@ History: PJN / 24-05-2004 1. Fixed a missing break statement in CAAElliptical::C PJN / 16-09-2015 1. CAAElliptical::Calculate now includes a "bool bHighPrecision" parameter which if set to true means the code uses the full VSOP87 theory rather than the truncated theory as presented in Meeus's book. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + PJN / 03-10-2021 1. Renamed CAAElliptical::EllipticalObject type to Object. -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -57,7 +59,7 @@ You are allowed to include the source code in any product (commercial, shareware when your product is released in binary form. You are allowed to modify the source code in any way you want except you cannot modify the copyright details at the top of each module. If you want to distribute source code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. +to maintain a single distribution point for the source code. */ @@ -88,12 +90,7 @@ using namespace std; ////////////////////////////// Implementation ///////////////////////////////// -double CAAElliptical::DistanceToLightTime(double Distance) -{ - return Distance * 0.0057755183; -} - -CAAEllipticalPlanetaryDetails CAAElliptical::Calculate(double JD, EllipticalObject object, bool bHighPrecision) +CAAEllipticalPlanetaryDetails CAAElliptical::Calculate(double JD, Object object, bool bHighPrecision) noexcept { //What will be the return value CAAEllipticalPlanetaryDetails details; @@ -102,16 +99,16 @@ CAAEllipticalPlanetaryDetails CAAElliptical::Calculate(double JD, EllipticalObje double JD0 = JD; double L0 = CAAEarth::EclipticLongitude(JD0, bHighPrecision); double B0 = CAAEarth::EclipticLatitude(JD0, bHighPrecision); - double R0 = CAAEarth::RadiusVector(JD0, bHighPrecision); + const double R0 = CAAEarth::RadiusVector(JD0, bHighPrecision); L0 = CAACoordinateTransformation::DegreesToRadians(L0); B0 = CAACoordinateTransformation::DegreesToRadians(B0); - double cosB0 = cos(B0); + const double cosB0 = cos(B0); //Iterate to find the positions adjusting for light-time correction if required double L = 0; double B = 0; double R = 0; - if (object != SUN) + if (object != Object::SUN) { bool bRecalc = true; bool bFirstRecalc = true; @@ -122,62 +119,55 @@ CAAEllipticalPlanetaryDetails CAAElliptical::Calculate(double JD, EllipticalObje { switch (object) { - case MERCURY: + case Object::MERCURY: { L = CAAMercury::EclipticLongitude(JD0, bHighPrecision); B = CAAMercury::EclipticLatitude(JD0, bHighPrecision); R = CAAMercury::RadiusVector(JD0, bHighPrecision); break; } - case VENUS: + case Object::VENUS: { L = CAAVenus::EclipticLongitude(JD0, bHighPrecision); B = CAAVenus::EclipticLatitude(JD0, bHighPrecision); R = CAAVenus::RadiusVector(JD0, bHighPrecision); break; } - case MARS: + case Object::MARS: { L = CAAMars::EclipticLongitude(JD0, bHighPrecision); B = CAAMars::EclipticLatitude(JD0, bHighPrecision); R = CAAMars::RadiusVector(JD0, bHighPrecision); break; } - case JUPITER: + case Object::JUPITER: { L = CAAJupiter::EclipticLongitude(JD0, bHighPrecision); B = CAAJupiter::EclipticLatitude(JD0, bHighPrecision); R = CAAJupiter::RadiusVector(JD0, bHighPrecision); break; } - case SATURN: + case Object::SATURN: { L = CAASaturn::EclipticLongitude(JD0, bHighPrecision); B = CAASaturn::EclipticLatitude(JD0, bHighPrecision); R = CAASaturn::RadiusVector(JD0, bHighPrecision); break; } - case URANUS: + case Object::URANUS: { L = CAAUranus::EclipticLongitude(JD0, bHighPrecision); B = CAAUranus::EclipticLatitude(JD0, bHighPrecision); R = CAAUranus::RadiusVector(JD0, bHighPrecision); break; } - case NEPTUNE: + case Object::NEPTUNE: { L = CAANeptune::EclipticLongitude(JD0, bHighPrecision); B = CAANeptune::EclipticLatitude(JD0, bHighPrecision); R = CAANeptune::RadiusVector(JD0, bHighPrecision); break; } - case PLUTO: - { - L = CAAPluto::EclipticLongitude(JD0); - B = CAAPluto::EclipticLatitude(JD0); - R = CAAPluto::RadiusVector(JD0); - break; - } default: { assert(false); @@ -193,19 +183,19 @@ CAAEllipticalPlanetaryDetails CAAElliptical::Calculate(double JD, EllipticalObje RPrevious = R; } else - bFirstRecalc = false; + bFirstRecalc = false; //Calculate the new value if (bRecalc) { - double Lrad = CAACoordinateTransformation::DegreesToRadians(L); - double Brad = CAACoordinateTransformation::DegreesToRadians(B); - double cosB = cos(Brad); - double cosL = cos(Lrad); - double x = R * cosB * cosL - R0 * cosB0 * cos(L0); - double y = R * cosB * sin(Lrad) - R0 * cosB0 * sin(L0); - double z = R * sin(Brad) - R0 * sin(B0); - double distance = sqrt(x*x + y*y + z*z); + const double Lrad = CAACoordinateTransformation::DegreesToRadians(L); + const double Brad = CAACoordinateTransformation::DegreesToRadians(B); + const double cosB = cos(Brad); + const double cosL = cos(Lrad); + const double x = R * cosB * cosL - R0 * cosB0 * cos(L0); + const double y = R * cosB * sin(Lrad) - R0 * cosB0 * sin(L0); + const double z = R * sin(Brad) - R0 * sin(B0); + const double distance = sqrt(x*x + y*y + z*z); //Prepare for the next loop around JD0 = JD - CAAElliptical::DistanceToLightTime(distance); @@ -216,12 +206,12 @@ CAAEllipticalPlanetaryDetails CAAElliptical::Calculate(double JD, EllipticalObje double x = 0; double y = 0; double z = 0; - if (object != SUN) + if (object != Object::SUN) { - double Lrad = CAACoordinateTransformation::DegreesToRadians(L); - double Brad = CAACoordinateTransformation::DegreesToRadians(B); - double cosB = cos(Brad); - double cosL = cos(Lrad); + const double Lrad = CAACoordinateTransformation::DegreesToRadians(L); + const double Brad = CAACoordinateTransformation::DegreesToRadians(B); + const double cosB = cos(Brad); + const double cosL = cos(Lrad); x = R * cosB * cosL - R0 * cosB0 * cos(L0); y = R * cosB * sin(Lrad) - R0 * cosB0 * sin(L0); @@ -233,8 +223,8 @@ CAAEllipticalPlanetaryDetails CAAElliptical::Calculate(double JD, EllipticalObje y = - R0 * cosB0 * sin(L0); z = - R0 * sin(B0); } - double x2 = x*x; - double y2 = y*y; + const double x2 = x*x; + const double y2 = y*y; details.ApparentGeocentricLatitude = CAACoordinateTransformation::RadiansToDegrees(atan2(z, sqrt(x2 + y2))); details.ApparentGeocentricDistance = sqrt(x2 + y2 + z*z); @@ -242,39 +232,34 @@ CAAEllipticalPlanetaryDetails CAAElliptical::Calculate(double JD, EllipticalObje details.ApparentLightTime = CAAElliptical::DistanceToLightTime(details.ApparentGeocentricDistance); //Adjust for Aberration - CAA2DCoordinate Aberration = CAAAberration::EclipticAberration(details.ApparentGeocentricLongitude, details.ApparentGeocentricLatitude, JD, bHighPrecision); + const CAA2DCoordinate Aberration = CAAAberration::EclipticAberration(details.ApparentGeocentricLongitude, details.ApparentGeocentricLatitude, JD, bHighPrecision); details.ApparentGeocentricLongitude += Aberration.X; details.ApparentGeocentricLatitude += Aberration.Y; //convert to the FK5 system - double DeltaLong = CAAFK5::CorrectionInLongitude(details.ApparentGeocentricLongitude, details.ApparentGeocentricLatitude, JD); + const double DeltaLong = CAAFK5::CorrectionInLongitude(details.ApparentGeocentricLongitude, details.ApparentGeocentricLatitude, JD); details.ApparentGeocentricLatitude += CAAFK5::CorrectionInLatitude(details.ApparentGeocentricLongitude, JD); details.ApparentGeocentricLongitude += DeltaLong; //Correct for nutation - double NutationInLongitude = CAANutation::NutationInLongitude(JD); + const double NutationInLongitude = CAANutation::NutationInLongitude(JD); details.ApparentGeocentricLongitude += CAACoordinateTransformation::DMSToDegrees(0, 0, NutationInLongitude); //Convert to RA and Dec - double Epsilon = CAANutation::TrueObliquityOfEcliptic(JD); - CAA2DCoordinate ApparentEqu = CAACoordinateTransformation::Ecliptic2Equatorial(details.ApparentGeocentricLongitude, details.ApparentGeocentricLatitude, Epsilon); + const double Epsilon = CAANutation::TrueObliquityOfEcliptic(JD); + const CAA2DCoordinate ApparentEqu = CAACoordinateTransformation::Ecliptic2Equatorial(details.ApparentGeocentricLongitude, details.ApparentGeocentricLatitude, Epsilon); details.ApparentGeocentricRA = ApparentEqu.X; details.ApparentGeocentricDeclination = ApparentEqu.Y; return details; } -double CAAElliptical::SemiMajorAxisFromPerihelionDistance(double q, double e) -{ - return q / (1 - e); -} - -double CAAElliptical::MeanMotionFromSemiMajorAxis(double a) +double CAAElliptical::MeanMotionFromSemiMajorAxis(double a) noexcept { return 0.9856076686 / (a * sqrt(a)); } -CAAEllipticalObjectDetails CAAElliptical::Calculate(double JD, const CAAEllipticalObjectElements& elements, bool bHighPrecision) +CAAEllipticalObjectDetails CAAElliptical::Calculate(double JD, const CAAEllipticalObjectElements& elements, bool bHighPrecision) noexcept { double Epsilon = CAANutation::MeanObliquityOfEcliptic(elements.JDEquinox); @@ -284,43 +269,43 @@ CAAEllipticalObjectDetails CAAElliptical::Calculate(double JD, const CAAElliptic CAAEllipticalObjectDetails details; Epsilon = CAACoordinateTransformation::DegreesToRadians(Epsilon); - double omega = CAACoordinateTransformation::DegreesToRadians(elements.omega); - double w = CAACoordinateTransformation::DegreesToRadians(elements.w); - double i = CAACoordinateTransformation::DegreesToRadians(elements.i); - - double sinEpsilon = sin(Epsilon); - double cosEpsilon = cos(Epsilon); - double sinOmega = sin(omega); - double cosOmega = cos(omega); - double cosi = cos(i); - double sini = sin(i); - - double F = cosOmega; - double G = sinOmega * cosEpsilon; - double H = sinOmega * sinEpsilon; - double P = -sinOmega * cosi; - double Q = cosOmega*cosi*cosEpsilon - sini*sinEpsilon; - double R = cosOmega*cosi*sinEpsilon + sini*cosEpsilon; - double a = sqrt(F*F + P*P); - double b = sqrt(G*G + Q*Q); - double c = sqrt(H*H + R*R); - double A = atan2(F, P); - double B = atan2(G, Q); - double C = atan2(H, R); - double n = CAAElliptical::MeanMotionFromSemiMajorAxis(elements.a); - - CAA3DCoordinate SunCoord = CAASun::EquatorialRectangularCoordinatesAnyEquinox(JD, elements.JDEquinox, bHighPrecision); + const double omega = CAACoordinateTransformation::DegreesToRadians(elements.omega); + const double w = CAACoordinateTransformation::DegreesToRadians(elements.w); + const double i = CAACoordinateTransformation::DegreesToRadians(elements.i); + + const double sinEpsilon = sin(Epsilon); + const double cosEpsilon = cos(Epsilon); + const double sinOmega = sin(omega); + const double cosOmega = cos(omega); + const double cosi = cos(i); + const double sini = sin(i); + + const double F = cosOmega; + const double G = sinOmega * cosEpsilon; + const double H = sinOmega * sinEpsilon; + const double P = -sinOmega * cosi; + const double Q = cosOmega*cosi*cosEpsilon - sini*sinEpsilon; + const double R = cosOmega*cosi*sinEpsilon + sini*cosEpsilon; + const double a = sqrt(F*F + P*P); + const double b = sqrt(G*G + Q*Q); + const double c = sqrt(H*H + R*R); + const double A = atan2(F, P); + const double B = atan2(G, Q); + const double C = atan2(H, R); + const double n = CAAElliptical::MeanMotionFromSemiMajorAxis(elements.a); + + const CAA3DCoordinate SunCoord = CAASun::EquatorialRectangularCoordinatesAnyEquinox(JD, elements.JDEquinox, bHighPrecision); for (int j=0; j<2; j++) { - double M = n * (JD0 - elements.T); + const double M = n * (JD0 - elements.T); double E = CAAKepler::Calculate(M, elements.e); E = CAACoordinateTransformation::DegreesToRadians(E); - double v = 2*atan(sqrt((1 + elements.e) / (1 - elements.e)) * tan(E/2)); - double r = elements.a * (1 - elements.e*cos(E)); - double x = r * a * sin(A + w + v); - double y = r * b * sin(B + w + v); - double z = r * c * sin(C + w + v); + const double v = 2*atan(sqrt((1 + elements.e) / (1 - elements.e)) * tan(E/2)); + const double r = elements.a * (1 - elements.e*cos(E)); + const double x = r * a * sin(A + w + v); + const double y = r * b * sin(B + w + v); + const double z = r * c * sin(C + w + v); if (j == 0) { @@ -329,9 +314,9 @@ CAAEllipticalObjectDetails CAAElliptical::Calculate(double JD, const CAAElliptic details.HeliocentricRectangularEquatorial.Z = z; //Calculate the heliocentric ecliptic coordinates also - double u = w + v; - double cosu = cos(u); - double sinu = sin(u); + const double u = w + v; + const double cosu = cos(u); + const double sinu = sin(u); details.HeliocentricRectangularEcliptical.X = r * (cosOmega*cosu - sinOmega*sinu*cosi); details.HeliocentricRectangularEcliptical.Y = r * (sinOmega*cosu + cosOmega*sinu*cosi); @@ -341,15 +326,15 @@ CAAEllipticalObjectDetails CAAElliptical::Calculate(double JD, const CAAElliptic details.HeliocentricEclipticLatitude = CAACoordinateTransformation::RadiansToDegrees(asin(details.HeliocentricRectangularEcliptical.Z / r)); } - double psi = SunCoord.X + x; - double nu = SunCoord.Y + y; - double sigma = SunCoord.Z + z; + const double psi = SunCoord.X + x; + const double nu = SunCoord.Y + y; + const double sigma = SunCoord.Z + z; double Alpha = atan2(nu, psi); Alpha = CAACoordinateTransformation::RadiansToDegrees(Alpha); double Delta = atan2(sigma, sqrt(psi*psi + nu*nu)); Delta = CAACoordinateTransformation::RadiansToDegrees(Delta); - double Distance = sqrt(psi*psi + nu*nu + sigma*sigma); + const double Distance = sqrt(psi*psi + nu*nu + sigma*sigma); if (j == 0) { @@ -365,7 +350,7 @@ CAAEllipticalObjectDetails CAAElliptical::Calculate(double JD, const CAAElliptic details.AstrometricGeocentricDistance = Distance; details.AstrometricGeocentricLightTime = DistanceToLightTime(Distance); - double RES = sqrt(SunCoord.X*SunCoord.X + SunCoord.Y*SunCoord.Y + SunCoord.Z*SunCoord.Z); + const double RES = sqrt(SunCoord.X*SunCoord.X + SunCoord.Y*SunCoord.Y + SunCoord.Z*SunCoord.Z); details.Elongation = acos((RES*RES + Distance*Distance - r*r) / (2 * RES * Distance)); details.Elongation = CAACoordinateTransformation::RadiansToDegrees(details.Elongation); @@ -381,39 +366,39 @@ CAAEllipticalObjectDetails CAAElliptical::Calculate(double JD, const CAAElliptic return details; } -double CAAElliptical::InstantaneousVelocity(double r, double a) +double CAAElliptical::InstantaneousVelocity(double r, double a) noexcept { return 42.1219 * sqrt((1/r) - (1/(2*a))); } -double CAAElliptical::VelocityAtPerihelion(double e, double a) +double CAAElliptical::VelocityAtPerihelion(double e, double a) noexcept { return 29.7847 / sqrt(a) * sqrt((1+e)/(1-e)); } -double CAAElliptical::VelocityAtAphelion(double e, double a) +double CAAElliptical::VelocityAtAphelion(double e, double a) noexcept { return 29.7847 / sqrt(a) * sqrt((1-e)/(1+e)); } -double CAAElliptical::LengthOfEllipse(double e, double a) +double CAAElliptical::LengthOfEllipse(double e, double a) noexcept { - double b = a * sqrt(1 - e*e); + const double b = a * sqrt(1 - e*e); return CAACoordinateTransformation::PI() * (3 * (a+b) - sqrt((a+3*b)*(3*a + b))); } -double CAAElliptical::CometMagnitude(double g, double delta, double k, double r) +double CAAElliptical::CometMagnitude(double g, double delta, double k, double r) noexcept { return g + 5*log10(delta) + k*log10(r); } -double CAAElliptical::MinorPlanetMagnitude(double H, double delta, double G, double r, double PhaseAngle) +double CAAElliptical::MinorPlanetMagnitude(double H, double delta, double G, double r, double PhaseAngle) noexcept { //Convert from degrees to radians PhaseAngle = CAACoordinateTransformation::DegreesToRadians(PhaseAngle); - double phi1 = exp(-3.33*pow(tan(PhaseAngle/2), 0.63)); - double phi2 = exp(-1.87*pow(tan(PhaseAngle/2), 1.22)); + const double phi1 = exp(-3.33*pow(tan(PhaseAngle/2), 0.63)); + const double phi2 = exp(-1.87*pow(tan(PhaseAngle/2), 1.22)); return H + 5*log10(r*delta) - 2.5*log10((1 - G)*phi1 + G*phi2); } diff --git a/Vendor/AA+/1.6.3/AAEquationOfTime.cpp b/Sources/AAPlus/AAEquationOfTime.cpp old mode 100755 new mode 100644 similarity index 68% rename from Vendor/AA+/1.6.3/AAEquationOfTime.cpp rename to Sources/AAPlus/AAEquationOfTime.cpp index 268ac75..c447fed --- a/Vendor/AA+/1.6.3/AAEquationOfTime.cpp +++ b/Sources/AAPlus/AAEquationOfTime.cpp @@ -1,5 +1,5 @@ /* -Module : AAEQUATIONOFTIME.CPP +Module : AAEquationOfTime.cpp Purpose: Implementation for the algorithms to calculate the "Equation of Time" Created: PJN / 29-12-2003 History: PJN / 05-07-2005 1. Fix for a bug to ensure that values returned from CAAEquationOfTime::Calculate @@ -8,8 +8,9 @@ History: PJN / 05-07-2005 1. Fix for a bug to ensure that values returned from C PJN / 16-09-2015 1. CAAEquationOfTime::Calculate now includes a "bool bHighPrecision" parameter which if set to true means the code uses the full VSOP87 theory rather than the truncated theory as presented in Meeus's book. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,23 +39,23 @@ using namespace std; ///////////////////////// Implementation ////////////////////////////////////// -double CAAEquationOfTime::Calculate(double JD, bool bHighPrecision) +double CAAEquationOfTime::Calculate(double JD, bool bHighPrecision) noexcept { - double rho = (JD - 2451545) / 365250; - double rhosquared = rho*rho; - double rhocubed = rhosquared*rho; - double rho4 = rhocubed*rho; - double rho5 = rho4*rho; + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + const double rho5 = rho4*rho; //Calculate the Suns mean longitude - double L0 = CAACoordinateTransformation::MapTo0To360Range(280.4664567 + 360007.6982779*rho + 0.03032028*rhosquared + - rhocubed / 49931 - rho4 / 15300 - rho5 / 2000000); + const double L0 = CAACoordinateTransformation::MapTo0To360Range(280.4664567 + 360007.6982779*rho + 0.03032028*rhosquared + + rhocubed / 49931 - rho4 / 15300 - rho5 / 2000000); //Calculate the Suns apparent right ascension - double SunLong = CAASun::ApparentEclipticLongitude(JD, bHighPrecision); - double SunLat = CAASun::ApparentEclipticLatitude(JD, bHighPrecision); + const double SunLong = CAASun::ApparentEclipticLongitude(JD, bHighPrecision); + const double SunLat = CAASun::ApparentEclipticLatitude(JD, bHighPrecision); double epsilon = CAANutation::TrueObliquityOfEcliptic(JD); - CAA2DCoordinate Equatorial = CAACoordinateTransformation::Ecliptic2Equatorial(SunLong, SunLat, epsilon); + const CAA2DCoordinate Equatorial = CAACoordinateTransformation::Ecliptic2Equatorial(SunLong, SunLat, epsilon); epsilon = CAACoordinateTransformation::DegreesToRadians(epsilon); double E = L0 - 0.0057183 - Equatorial.X*15 + CAACoordinateTransformation::DMSToDegrees(0, 0, CAANutation::NutationInLongitude(JD))*cos(epsilon); diff --git a/Sources/AAPlus/AAEquinoxesAndSolstices2.cpp b/Sources/AAPlus/AAEquinoxesAndSolstices2.cpp new file mode 100644 index 0000000..2c0ef92 --- /dev/null +++ b/Sources/AAPlus/AAEquinoxesAndSolstices2.cpp @@ -0,0 +1,100 @@ +/* +Module : AAEquinoxesAndSoltices2.cpp +Purpose: Implementation for the algorithms to calculate the dates of the Equinoxes and Solstices (revised version) +Created: PJN / 28-09-2019 +History: PJN / 28-09-2019 1. Initial implementation + +Copyright (c) 2019 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +///////////////////////////// Includes //////////////////////////////////////// + +#include "stdafx.h" +#include "AAEquinoxesAndSolstices2.h" +#include "AASun.h" +#include "AANutation.h" +#include "AACoordinateTransformation.h" +#include "AAInterpolate.h" +#include +using namespace std; + + +///////////////////////////// Implementation ////////////////////////////////// + +vector CAAEquinoxesAndSolstices2::Calculate(double StartJD, double EndJD, double StepInterval, bool bHighPrecision) +{ + //What will be the return value + vector events; + + double JD = StartJD; + double LastJD0 = 0; + double LastLatitude0 = -90; + double LastLatitude1 = -90; + while (JD < EndJD) + { + const double lambda = CAASun::ApparentEclipticLongitude(JD, bHighPrecision); + const double beta = CAASun::ApparentEclipticLatitude(JD, bHighPrecision); + const double epsilon = CAANutation::TrueObliquityOfEcliptic(JD); + const CAA2DCoordinate Solarcoord = CAACoordinateTransformation::Ecliptic2Equatorial(lambda, beta, epsilon); + if (LastLatitude0 != -90) + { + if ((LastLatitude0 < 0) && (Solarcoord.Y >= 0)) + { + CAAEquinoxSolsticeDetails2 event; + event.type = CAAEquinoxSolsticeDetails2::Type::NorthwardEquinox; + const double fraction = (0 - LastLatitude0) / (Solarcoord.Y - LastLatitude0); + event.JD = LastJD0 + (fraction * StepInterval); + events.push_back(event); + } + else if ((LastLatitude0 > 0) && (Solarcoord.Y <= 0)) + { + CAAEquinoxSolsticeDetails2 event; + event.type = CAAEquinoxSolsticeDetails2::Type::SouthwardEquinox; + const double fraction = (0 - LastLatitude0) / (Solarcoord.Y - LastLatitude0); + event.JD = LastJD0 + (fraction * StepInterval); + events.push_back(event); + } + } + if ((LastLatitude0 != -90) && (LastLatitude1 != -90)) + { + if ((LastLatitude0 > Solarcoord.Y) && (LastLatitude0 > LastLatitude1)) + { + CAAEquinoxSolsticeDetails2 event; + event.type = CAAEquinoxSolsticeDetails2::Type::NorthernSolstice; + double fraction = 0; + event.Declination = CAAInterpolate::Extremum(LastLatitude1, LastLatitude0, Solarcoord.Y, fraction); + event.JD = JD - StepInterval + (fraction*StepInterval); + events.push_back(event); + } + else if ((LastLatitude0 < Solarcoord.Y) && (LastLatitude0 < LastLatitude1)) + { + CAAEquinoxSolsticeDetails2 event; + event.type = CAAEquinoxSolsticeDetails2::Type::SouthernSolstice; + double fraction = 0; + event.Declination = CAAInterpolate::Extremum(LastLatitude1, LastLatitude0, Solarcoord.Y, fraction); + event.JD = JD - StepInterval + (fraction*StepInterval); + events.push_back(event); + } + } + + //Prepare for the next loop + LastLatitude1 = LastLatitude0; + LastLatitude0 = Solarcoord.Y; + LastJD0 = JD; + JD += StepInterval; + } + + return events; +} diff --git a/Vendor/AA+/1.6.3/AAGalileanMoons.cpp b/Sources/AAPlus/AAGalileanMoons.cpp old mode 100755 new mode 100644 similarity index 50% rename from Vendor/AA+/1.6.3/AAGalileanMoons.cpp rename to Sources/AAPlus/AAGalileanMoons.cpp index d4096e3..dd262c7 --- a/Vendor/AA+/1.6.3/AAGalileanMoons.cpp +++ b/Sources/AAPlus/AAGalileanMoons.cpp @@ -1,5 +1,5 @@ /* -Module : AAGALILEANMOONS.CPP +Module : AAGalileanMoons.cpp Purpose: Implementation for the algorithms which obtain the positions of the 4 great moons of Jupiter Created: PJN / 06-01-2004 History: PJN / 08-05-2011 1. Fixed a bug in CAAGalileanMoons::CalculateHelper where the periodic terms in longitude for @@ -8,8 +8,11 @@ History: PJN / 08-05-2011 1. Fixed a bug in CAAGalileanMoons::CalculateHelper wh PJN / 16-09-2015 1. CAAGalileanMoons::Calculate now includes a "bool bHighPrecision" parameter which if set to true means the code uses the full VSOP87 theory rather than the truncated theory as presented in Meeus's book. + PJN / 24-07-2018 1. Fixed a number of GCC warnings in the method CAAGalileanMoons::CalculateHelper. Thanks to + Todd Carnes for reporting this issue. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -40,7 +43,7 @@ using namespace std; //////////////////////////////// Implementation /////////////////////////////// -CAAGalileanMoonsDetails CAAGalileanMoons::CalculateHelper(double JD, double sunlongrad, double betarad, double R, bool bHighPrecision) +CAAGalileanMoonsDetails CAAGalileanMoons::CalculateHelper(double JD, double sunlongrad, double betarad, double R, bool bHighPrecision) noexcept { //What will be the return value CAAGalileanMoonsDetails details; @@ -52,21 +55,16 @@ CAAGalileanMoonsDetails CAAGalileanMoons::CalculateHelper(double JD, double sunl double x = 0; double y = 0; double z = 0; - double l = 0; - double lrad; - double b = 0; - double brad; - double r; double JD1 = JD - LightTravelTime; bool bIterate = true; while (bIterate) { //Calculate the position of Jupiter - l = CAAJupiter::EclipticLongitude(JD1, bHighPrecision); - lrad = CAACoordinateTransformation::DegreesToRadians(l); - b = CAAJupiter::EclipticLatitude(JD1, bHighPrecision); - brad = CAACoordinateTransformation::DegreesToRadians(b); - r = CAAJupiter::RadiusVector(JD1, bHighPrecision); + const double l = CAAJupiter::EclipticLongitude(JD1, bHighPrecision); + const double lrad = CAACoordinateTransformation::DegreesToRadians(l); + const double b = CAAJupiter::EclipticLatitude(JD1, bHighPrecision); + const double brad = CAACoordinateTransformation::DegreesToRadians(b); + const double r = CAAJupiter::RadiusVector(JD1, bHighPrecision); x = r*cos(brad)*cos(lrad) + R*cos(sunlongrad); y = r*cos(brad)*sin(lrad) + R*sin(sunlongrad); @@ -75,7 +73,7 @@ CAAGalileanMoonsDetails CAAGalileanMoons::CalculateHelper(double JD, double sunl LightTravelTime = CAAElliptical::DistanceToLightTime(DELTA); //Prepare for the next loop around - bIterate = (fabs(LightTravelTime - PreviousLightTravelTime) > 2E-6); //2E-6 corresponds to 0.17 of a second + bIterate = (fabs(LightTravelTime - PreviousLightTravelTime) > 2e-6); //2e-6 corresponds to 0.17 of a second if (bIterate) { JD1 = JD - LightTravelTime; @@ -84,212 +82,212 @@ CAAGalileanMoonsDetails CAAGalileanMoons::CalculateHelper(double JD, double sunl } //Calculate Jupiter's Longitude and Latitude - double lambda0 = atan2(y, x); - double beta0 = atan(z/sqrt(x*x + y*y)); + const double lambda0 = atan2(y, x); + const double beta0 = atan(z/sqrt(x*x + y*y)); - double t = JD - 2443000.5 - LightTravelTime; + const double t = JD - 2443000.5 - LightTravelTime; //Calculate the mean longitudes - double l1 = 106.07719 + 203.488955790*t; - double l1rad = CAACoordinateTransformation::DegreesToRadians(l1); - double l2 = 175.73161 + 101.374724735*t; - double l2rad = CAACoordinateTransformation::DegreesToRadians(l2); - double l3 = 120.55883 + 50.317609207*t; - double l3rad = CAACoordinateTransformation::DegreesToRadians(l3); - double l4 = 84.44459 + 21.571071177*t; - double l4rad = CAACoordinateTransformation::DegreesToRadians(l4); + const double l1 = 106.07719 + 203.488955790*t; + const double l1rad = CAACoordinateTransformation::DegreesToRadians(l1); + const double l2 = 175.73161 + 101.374724735*t; + const double l2rad = CAACoordinateTransformation::DegreesToRadians(l2); + const double l3 = 120.55883 + 50.317609207*t; + const double l3rad = CAACoordinateTransformation::DegreesToRadians(l3); + const double l4 = 84.44459 + 21.571071177*t; + const double l4rad = CAACoordinateTransformation::DegreesToRadians(l4); //Calculate the perijoves - double pi1 = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::MapTo0To360Range(97.0881 + 0.16138586*t)); - double pi2 = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::MapTo0To360Range(154.8663 + 0.04726307*t)); - double pi3 = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::MapTo0To360Range(188.1840 + 0.00712734*t)); - double pi4 = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::MapTo0To360Range(335.2868 + 0.00184000*t)); + const double pi1 = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::MapTo0To360Range(97.0881 + 0.16138586*t)); + const double pi2 = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::MapTo0To360Range(154.8663 + 0.04726307*t)); + const double pi3 = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::MapTo0To360Range(188.1840 + 0.00712734*t)); + const double pi4 = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::MapTo0To360Range(335.2868 + 0.00184000*t)); //Calculate the nodes on the equatorial plane of jupiter - double w1 = 312.3346 - 0.13279386*t; - double w1rad = CAACoordinateTransformation::DegreesToRadians(w1); - double w2 = 100.4411 - 0.03263064*t; - double w2rad = CAACoordinateTransformation::DegreesToRadians(w2); - double w3 = 119.1942 - 0.00717703*t; - double w3rad = CAACoordinateTransformation::DegreesToRadians(w3); - double w4 = 322.6186 - 0.00175934*t; - double w4rad = CAACoordinateTransformation::DegreesToRadians(w4); + const double w1 = 312.3346 - 0.13279386*t; + const double w1rad = CAACoordinateTransformation::DegreesToRadians(w1); + const double w2 = 100.4411 - 0.03263064*t; + const double w2rad = CAACoordinateTransformation::DegreesToRadians(w2); + const double w3 = 119.1942 - 0.00717703*t; + const double w3rad = CAACoordinateTransformation::DegreesToRadians(w3); + const double w4 = 322.6186 - 0.00175934*t; + const double w4rad = CAACoordinateTransformation::DegreesToRadians(w4); //Calculate the Principal inequality in the longitude of Jupiter - double GAMMA = 0.33033*sin(CAACoordinateTransformation::DegreesToRadians(163.679 + 0.0010512*t)) + - 0.03439*sin(CAACoordinateTransformation::DegreesToRadians(34.486 - 0.0161731*t)); + const double GAMMA = 0.33033*sin(CAACoordinateTransformation::DegreesToRadians(163.679 + 0.0010512*t)) + + 0.03439*sin(CAACoordinateTransformation::DegreesToRadians(34.486 - 0.0161731*t)); //Calculate the "phase of free libration" - double philambda = CAACoordinateTransformation::DegreesToRadians(199.6766 + 0.17379190*t); + const double philambda = CAACoordinateTransformation::DegreesToRadians(199.6766 + 0.17379190*t); //Calculate the longitude of the node of the equator of Jupiter on the ecliptic double psi = CAACoordinateTransformation::DegreesToRadians(316.5182 - 0.00000208*t); //Calculate the mean anomalies of Jupiter and Saturn - double G = CAACoordinateTransformation::DegreesToRadians(30.23756 + 0.0830925701*t + GAMMA); - double Gdash = CAACoordinateTransformation::DegreesToRadians(31.97853 + 0.0334597339*t); + const double G = CAACoordinateTransformation::DegreesToRadians(30.23756 + 0.0830925701*t + GAMMA); + const double Gdash = CAACoordinateTransformation::DegreesToRadians(31.97853 + 0.0334597339*t); //Calculate the longitude of the perihelion of Jupiter - double PI = CAACoordinateTransformation::DegreesToRadians(13.469942); + constexpr double PI = CAACoordinateTransformation::DegreesToRadians(13.469942); //Calculate the periodic terms in the longitudes of the satellites - double Sigma1 = 0.47259*sin(2*(l1rad - l2rad)) + - -0.03478*sin(pi3 - pi4) + - 0.01081*sin(l2rad - 2*l3rad + pi3) + - 0.00738*sin(philambda) + - 0.00713*sin(l2rad - 2*l3rad + pi2) + - -0.00674*sin(pi1 + pi3 - 2*PI - 2*G) + - 0.00666*sin(l2rad - 2*l3rad + pi4) + - 0.00445*sin(l1rad - pi3) + - -0.00354*sin(l1rad - l2rad) + - -0.00317*sin(2*psi - 2*PI) + - 0.00265*sin(l1rad - pi4) + - -0.00186*sin(G) + - 0.00162*sin(pi2 - pi3) + - 0.00158*sin(4*(l1rad - l2rad)) + - -0.00155*sin(l1rad - l3rad) + - -0.00138*sin(psi + w3rad - 2*PI - 2*G) + - -0.00115*sin(2*(l1rad - 2*l2rad + w2rad)) + - 0.00089*sin(pi2 - pi4) + - 0.00085*sin(l1rad + pi3 - 2*PI - 2*G) + - 0.00083*sin(w2rad - w3rad) + - 0.00053*sin(psi - w2rad); - double Sigma1rad = CAACoordinateTransformation::DegreesToRadians(Sigma1); - - double Sigma2 = 1.06476*sin(2*(l2rad - l3rad)) + - 0.04256*sin(l1rad - 2*l2rad + pi3) + - 0.03581*sin(l2rad - pi3) + - 0.02395*sin(l1rad - 2*l2rad + pi4) + - 0.01984*sin(l2rad - pi4) + - -0.01778*sin(philambda) + - 0.01654*sin(l2rad - pi2) + - 0.01334*sin(l2rad - 2*l3rad + pi2) + - 0.01294*sin(pi3 - pi4) + - -0.01142*sin(l2rad - l3rad) + - -0.01057*sin(G) + - -0.00775*sin(2*(psi - PI)) + - 0.00524*sin(2*(l1rad - l2rad)) + - -0.00460*sin(l1rad - l3rad) + - 0.00316*sin(psi - 2*G + w3rad - 2*PI) + - -0.00203*sin(pi1 + pi3 - 2*PI - 2*G) + - 0.00146*sin(psi - w3rad) + - -0.00145*sin(2*G) + - 0.00125*sin(psi - w4rad) + - -0.00115*sin(l1rad - 2*l3rad + pi3) + - -0.00094*sin(2*(l2rad - w2rad)) + - 0.00086*sin(2*(l1rad - 2*l2rad + w2rad)) + - -0.00086*sin(5*Gdash - 2*G + CAACoordinateTransformation::DegreesToRadians(52.225)) + - -0.00078*sin(l2rad - l4rad) + - -0.00064*sin(3*l3rad - 7*l4rad + 4*pi4) + - 0.00064*sin(pi1 - pi4) + - -0.00063*sin(l1rad - 2*l3rad + pi4) + - 0.00058*sin(w3rad - w4rad) + - 0.00056*sin(2*(psi - PI - G)) + - 0.00056*sin(2*(l2rad - l4rad)) + - 0.00055*sin(2*(l1rad - l3rad)) + - 0.00052*sin(3*l3rad - 7*l4rad + pi3 + 3*pi4) + - -0.00043*sin(l1rad - pi3) + - 0.00041*sin(5*(l2rad - l3rad)) + - 0.00041*sin(pi4 - PI) + - 0.00032*sin(w2rad - w3rad) + - 0.00032*sin(2*(l3rad - G - PI)); - double Sigma2rad = CAACoordinateTransformation::DegreesToRadians(Sigma2); - - double Sigma3 = 0.16490*sin(l3rad - pi3) + - 0.09081*sin(l3rad - pi4) + - -0.06907*sin(l2rad - l3rad) + - 0.03784*sin(pi3 - pi4) + - 0.01846*sin(2*(l3rad - l4rad)) + - -0.01340*sin(G) + - -0.01014*sin(2*(psi - PI)) + - 0.00704*sin(l2rad - 2*l3rad + pi3) + - -0.00620*sin(l2rad - 2*l3rad + pi2) + - -0.00541*sin(l3rad - l4rad) + - 0.00381*sin(l2rad - 2*l3rad + pi4) + - 0.00235*sin(psi - w3rad) + - 0.00198*sin(psi - w4rad) + - 0.00176*sin(philambda) + - 0.00130*sin(3*(l3rad - l4rad)) + - 0.00125*sin(l1rad - l3rad) + - -0.00119*sin(5*Gdash - 2*G + CAACoordinateTransformation::DegreesToRadians(52.225)) + - 0.00109*sin(l1rad - l2rad) + - -0.00100*sin(3*l3rad - 7*l4rad + 4*pi4) + - 0.00091*sin(w3rad - w4rad) + - 0.00080*sin(3*l3rad - 7*l4rad + pi3 + 3*pi4) + - -0.00075*sin(2*l2rad - 3*l3rad + pi3) + - 0.00072*sin(pi1 + pi3 - 2*PI - 2*G) + - 0.00069*sin(pi4 - PI) + - -0.00058*sin(2*l3rad - 3*l4rad + pi4) + - -0.00057*sin(l3rad - 2*l4rad + pi4) + - 0.00056*sin(l3rad + pi3 - 2*PI - 2*G) + - -0.00052*sin(l2rad - 2*l3rad + pi1) + - -0.00050*sin(pi2 - pi3) + - 0.00048*sin(l3rad - 2*l4rad + pi3) + - -0.00045*sin(2*l2rad - 3*l3rad + pi4) + - -0.00041*sin(pi2 - pi4) + - -0.00038*sin(2*G) + - -0.00037*sin(pi3 - pi4 + w3rad - w4rad) + - -0.00032*sin(3*l3rad - 7*l4rad + 2*pi3 + 2*pi4) + - 0.00030*sin(4*(l3rad - l4rad)) + - 0.00029*sin(l3rad + pi4 - 2*PI - 2*G) + - -0.00028*sin(w3rad + psi - 2*PI - 2*G) + - 0.00026*sin(l3rad - PI - G) + - 0.00024*sin(l2rad - 3*l3rad + 2*l4rad) + - 0.00021*sin(l3rad - PI - G) + - -0.00021*sin(l3rad - pi2) + - 0.00017*sin(2*(l3rad - pi3)); - double Sigma3rad = CAACoordinateTransformation::DegreesToRadians(Sigma3); - - double Sigma4 = 0.84287*sin(l4rad - pi4) + - 0.03431*sin(pi4 - pi3) + - -0.03305*sin(2*(psi - PI)) + - -0.03211*sin(G) + - -0.01862*sin(l4rad - pi3) + - 0.01186*sin(psi - w4rad) + - 0.00623*sin(l4rad + pi4 - 2*G - 2*PI) + - 0.00387*sin(2*(l4rad - pi4)) + - -0.00284*sin(5*Gdash - 2*G + CAACoordinateTransformation::DegreesToRadians(52.225)) + - -0.00234*sin(2*(psi - pi4)) + - -0.00223*sin(l3rad - l4rad) + - -0.00208*sin(l4rad - PI) + - 0.00178*sin(psi + w4rad - 2*pi4) + - 0.00134*sin(pi4 - PI) + - 0.00125*sin(2*(l4rad - G - PI)) + - -0.00117*sin(2*G) + - -0.00112*sin(2*(l3rad - l4rad)) + - 0.00107*sin(3*l3rad - 7*l4rad + 4*pi4) + - 0.00102*sin(l4rad - G - PI) + - 0.00096*sin(2*l4rad - psi - w4rad) + - 0.00087*sin(2*(psi - w4rad)) + - -0.00085*sin(3*l3rad - 7*l4rad + pi3 + 3*pi4) + - 0.00085*sin(l3rad - 2*l4rad + pi4) + - -0.00081*sin(2*(l4rad - psi)) + - 0.00071*sin(l4rad + pi4 - 2*PI - 3*G) + - 0.00061*sin(l1rad - l4rad) + - -0.00056*sin(psi - w3rad) + - -0.00054*sin(l3rad - 2*l4rad + pi3) + - 0.00051*sin(l2rad - l4rad) + - 0.00042*sin(2*(psi - G - PI)) + - 0.00039*sin(2*(pi4 - w4rad)) + - 0.00036*sin(psi + PI - pi4 - w4rad) + - 0.00035*sin(2*Gdash - G + CAACoordinateTransformation::DegreesToRadians(188.37)) + - -0.00035*sin(l4rad - pi4 + 2*PI - 2*psi) + - -0.00032*sin(l4rad + pi4 - 2*PI - G) + - 0.00030*sin(2*Gdash - 2*G + CAACoordinateTransformation::DegreesToRadians(149.15)) + - 0.00029*sin(3*l3rad - 7*l4rad + 2*pi3 + 2*pi4) + - 0.00028*sin(l4rad - pi4 + 2*psi - 2*PI) + - -0.00028*sin(2*(l4rad - w4rad)) + - -0.00027*sin(pi3 - pi4 + w3rad - w4rad) + - -0.00026*sin(5*Gdash - 3*G + CAACoordinateTransformation::DegreesToRadians(188.37)) + - 0.00025*sin(w4rad - w3rad) + - -0.00025*sin(l2rad - 3*l3rad + 2*l4rad) + - -0.00023*sin(3*(l3rad - l4rad)) + - 0.00021*sin(2*l4rad - 2*PI - 3*G) + - -0.00021*sin(2*l3rad - 3*l4rad + pi4) + - 0.00019*sin(l4rad - pi4 - G) + - -0.00019*sin(2*l4rad - pi3 - pi4) + - -0.00018*sin(l4rad - pi4 + G) + - -0.00016*sin(l4rad + pi3 - 2*PI - 2*G); + const double Sigma1 = 0.47259*sin(2*(l1rad - l2rad)) + + -0.03478*sin(pi3 - pi4) + + 0.01081*sin(l2rad - 2*l3rad + pi3) + + 0.00738*sin(philambda) + + 0.00713*sin(l2rad - 2*l3rad + pi2) + + -0.00674*sin(pi1 + pi3 - 2*PI - 2*G) + + 0.00666*sin(l2rad - 2*l3rad + pi4) + + 0.00445*sin(l1rad - pi3) + + -0.00354*sin(l1rad - l2rad) + + -0.00317*sin(2*psi - 2*PI) + + 0.00265*sin(l1rad - pi4) + + -0.00186*sin(G) + + 0.00162*sin(pi2 - pi3) + + 0.00158*sin(4*(l1rad - l2rad)) + + -0.00155*sin(l1rad - l3rad) + + -0.00138*sin(psi + w3rad - 2*PI - 2*G) + + -0.00115*sin(2*(l1rad - 2*l2rad + w2rad)) + + 0.00089*sin(pi2 - pi4) + + 0.00085*sin(l1rad + pi3 - 2*PI - 2*G) + + 0.00083*sin(w2rad - w3rad) + + 0.00053*sin(psi - w2rad); + const double Sigma1rad = CAACoordinateTransformation::DegreesToRadians(Sigma1); + + const double Sigma2 = 1.06476*sin(2*(l2rad - l3rad)) + + 0.04256*sin(l1rad - 2*l2rad + pi3) + + 0.03581*sin(l2rad - pi3) + + 0.02395*sin(l1rad - 2*l2rad + pi4) + + 0.01984*sin(l2rad - pi4) + + -0.01778*sin(philambda) + + 0.01654*sin(l2rad - pi2) + + 0.01334*sin(l2rad - 2*l3rad + pi2) + + 0.01294*sin(pi3 - pi4) + + -0.01142*sin(l2rad - l3rad) + + -0.01057*sin(G) + + -0.00775*sin(2*(psi - PI)) + + 0.00524*sin(2*(l1rad - l2rad)) + + -0.00460*sin(l1rad - l3rad) + + 0.00316*sin(psi - 2*G + w3rad - 2*PI) + + -0.00203*sin(pi1 + pi3 - 2*PI - 2*G) + + 0.00146*sin(psi - w3rad) + + -0.00145*sin(2*G) + + 0.00125*sin(psi - w4rad) + + -0.00115*sin(l1rad - 2*l3rad + pi3) + + -0.00094*sin(2*(l2rad - w2rad)) + + 0.00086*sin(2*(l1rad - 2*l2rad + w2rad)) + + -0.00086*sin(5*Gdash - 2*G + CAACoordinateTransformation::DegreesToRadians(52.225)) + + -0.00078*sin(l2rad - l4rad) + + -0.00064*sin(3*l3rad - 7*l4rad + 4*pi4) + + 0.00064*sin(pi1 - pi4) + + -0.00063*sin(l1rad - 2*l3rad + pi4) + + 0.00058*sin(w3rad - w4rad) + + 0.00056*sin(2*(psi - PI - G)) + + 0.00056*sin(2*(l2rad - l4rad)) + + 0.00055*sin(2*(l1rad - l3rad)) + + 0.00052*sin(3*l3rad - 7*l4rad + pi3 + 3*pi4) + + -0.00043*sin(l1rad - pi3) + + 0.00041*sin(5*(l2rad - l3rad)) + + 0.00041*sin(pi4 - PI) + + 0.00032*sin(w2rad - w3rad) + + 0.00032*sin(2*(l3rad - G - PI)); + const double Sigma2rad = CAACoordinateTransformation::DegreesToRadians(Sigma2); + + const double Sigma3 = 0.16490*sin(l3rad - pi3) + + 0.09081*sin(l3rad - pi4) + + -0.06907*sin(l2rad - l3rad) + + 0.03784*sin(pi3 - pi4) + + 0.01846*sin(2*(l3rad - l4rad)) + + -0.01340*sin(G) + + -0.01014*sin(2*(psi - PI)) + + 0.00704*sin(l2rad - 2*l3rad + pi3) + + -0.00620*sin(l2rad - 2*l3rad + pi2) + + -0.00541*sin(l3rad - l4rad) + + 0.00381*sin(l2rad - 2*l3rad + pi4) + + 0.00235*sin(psi - w3rad) + + 0.00198*sin(psi - w4rad) + + 0.00176*sin(philambda) + + 0.00130*sin(3*(l3rad - l4rad)) + + 0.00125*sin(l1rad - l3rad) + + -0.00119*sin(5*Gdash - 2*G + CAACoordinateTransformation::DegreesToRadians(52.225)) + + 0.00109*sin(l1rad - l2rad) + + -0.00100*sin(3*l3rad - 7*l4rad + 4*pi4) + + 0.00091*sin(w3rad - w4rad) + + 0.00080*sin(3*l3rad - 7*l4rad + pi3 + 3*pi4) + + -0.00075*sin(2*l2rad - 3*l3rad + pi3) + + 0.00072*sin(pi1 + pi3 - 2*PI - 2*G) + + 0.00069*sin(pi4 - PI) + + -0.00058*sin(2*l3rad - 3*l4rad + pi4) + + -0.00057*sin(l3rad - 2*l4rad + pi4) + + 0.00056*sin(l3rad + pi3 - 2*PI - 2*G) + + -0.00052*sin(l2rad - 2*l3rad + pi1) + + -0.00050*sin(pi2 - pi3) + + 0.00048*sin(l3rad - 2*l4rad + pi3) + + -0.00045*sin(2*l2rad - 3*l3rad + pi4) + + -0.00041*sin(pi2 - pi4) + + -0.00038*sin(2*G) + + -0.00037*sin(pi3 - pi4 + w3rad - w4rad) + + -0.00032*sin(3*l3rad - 7*l4rad + 2*pi3 + 2*pi4) + + 0.00030*sin(4*(l3rad - l4rad)) + + 0.00029*sin(l3rad + pi4 - 2*PI - 2*G) + + -0.00028*sin(w3rad + psi - 2*PI - 2*G) + + 0.00026*sin(l3rad - PI - G) + + 0.00024*sin(l2rad - 3*l3rad + 2*l4rad) + + 0.00021*sin(l3rad - PI - G) + + -0.00021*sin(l3rad - pi2) + + 0.00017*sin(2*(l3rad - pi3)); + const double Sigma3rad = CAACoordinateTransformation::DegreesToRadians(Sigma3); + + const double Sigma4 = 0.84287*sin(l4rad - pi4) + + 0.03431*sin(pi4 - pi3) + + -0.03305*sin(2*(psi - PI)) + + -0.03211*sin(G) + + -0.01862*sin(l4rad - pi3) + + 0.01186*sin(psi - w4rad) + + 0.00623*sin(l4rad + pi4 - 2*G - 2*PI) + + 0.00387*sin(2*(l4rad - pi4)) + + -0.00284*sin(5*Gdash - 2*G + CAACoordinateTransformation::DegreesToRadians(52.225)) + + -0.00234*sin(2*(psi - pi4)) + + -0.00223*sin(l3rad - l4rad) + + -0.00208*sin(l4rad - PI) + + 0.00178*sin(psi + w4rad - 2*pi4) + + 0.00134*sin(pi4 - PI) + + 0.00125*sin(2*(l4rad - G - PI)) + + -0.00117*sin(2*G) + + -0.00112*sin(2*(l3rad - l4rad)) + + 0.00107*sin(3*l3rad - 7*l4rad + 4*pi4) + + 0.00102*sin(l4rad - G - PI) + + 0.00096*sin(2*l4rad - psi - w4rad) + + 0.00087*sin(2*(psi - w4rad)) + + -0.00085*sin(3*l3rad - 7*l4rad + pi3 + 3*pi4) + + 0.00085*sin(l3rad - 2*l4rad + pi4) + + -0.00081*sin(2*(l4rad - psi)) + + 0.00071*sin(l4rad + pi4 - 2*PI - 3*G) + + 0.00061*sin(l1rad - l4rad) + + -0.00056*sin(psi - w3rad) + + -0.00054*sin(l3rad - 2*l4rad + pi3) + + 0.00051*sin(l2rad - l4rad) + + 0.00042*sin(2*(psi - G - PI)) + + 0.00039*sin(2*(pi4 - w4rad)) + + 0.00036*sin(psi + PI - pi4 - w4rad) + + 0.00035*sin(2*Gdash - G + CAACoordinateTransformation::DegreesToRadians(188.37)) + + -0.00035*sin(l4rad - pi4 + 2*PI - 2*psi) + + -0.00032*sin(l4rad + pi4 - 2*PI - G) + + 0.00030*sin(2*Gdash - 2*G + CAACoordinateTransformation::DegreesToRadians(149.15)) + + 0.00029*sin(3*l3rad - 7*l4rad + 2*pi3 + 2*pi4) + + 0.00028*sin(l4rad - pi4 + 2*psi - 2*PI) + + -0.00028*sin(2*(l4rad - w4rad)) + + -0.00027*sin(pi3 - pi4 + w3rad - w4rad) + + -0.00026*sin(5*Gdash - 3*G + CAACoordinateTransformation::DegreesToRadians(188.37)) + + 0.00025*sin(w4rad - w3rad) + + -0.00025*sin(l2rad - 3*l3rad + 2*l4rad) + + -0.00023*sin(3*(l3rad - l4rad)) + + 0.00021*sin(2*l4rad - 2*PI - 3*G) + + -0.00021*sin(2*l3rad - 3*l4rad + pi4) + + 0.00019*sin(l4rad - pi4 - G) + + -0.00019*sin(2*l4rad - pi3 - pi4) + + -0.00018*sin(l4rad - pi4 + G) + + -0.00016*sin(l4rad + pi3 - 2*PI - 2*G); //There is no need to calculate a Sigma4rad as it is not used in any subsequent trignometric functions details.Satellite1.MeanLongitude = CAACoordinateTransformation::MapTo0To360Range(l1); @@ -309,46 +307,46 @@ CAAGalileanMoonsDetails CAAGalileanMoons::CalculateHelper(double JD, double sunl double L4 = CAACoordinateTransformation::DegreesToRadians(details.Satellite4.TrueLongitude); //Calculate the periodic terms in the latitudes of the satellites - double B1 = atan(0.0006393*sin(L1 - w1rad) + - 0.0001825*sin(L1 - w2rad) + - 0.0000329*sin(L1 - w3rad) + + const double B1 = atan(0.0006393*sin(L1 - w1rad) + + 0.0001825*sin(L1 - w2rad) + + 0.0000329*sin(L1 - w3rad) + -0.0000311*sin(L1 - psi) + - 0.0000093*sin(L1 - w4rad) + - 0.0000075*sin(3*L1 - 4*l2rad - 1.9927*Sigma1rad + w2rad) + - 0.0000046*sin(L1 + psi - 2*PI - 2*G)); + 0.0000093*sin(L1 - w4rad) + + 0.0000075*sin(3*L1 - 4*l2rad - 1.9927*Sigma1rad + w2rad) + + 0.0000046*sin(L1 + psi - 2*PI - 2*G)); details.Satellite1.EquatorialLatitude = CAACoordinateTransformation::RadiansToDegrees(B1); - double B2 = atan(0.0081004*sin(L2 - w2rad) + - 0.0004512*sin(L2 - w3rad) + + const double B2 = atan(0.0081004*sin(L2 - w2rad) + + 0.0004512*sin(L2 - w3rad) + -0.0003284*sin(L2 - psi) + - 0.0001160*sin(L2 - w4rad) + - 0.0000272*sin(l1rad - 2*l3rad + 1.0146*Sigma2rad + w2rad) + + 0.0001160*sin(L2 - w4rad) + + 0.0000272*sin(l1rad - 2*l3rad + 1.0146*Sigma2rad + w2rad) + -0.0000144*sin(L2 - w1rad) + - 0.0000143*sin(L2 + psi - 2*PI - 2*G) + - 0.0000035*sin(L2 - psi + G) + + 0.0000143*sin(L2 + psi - 2*PI - 2*G) + + 0.0000035*sin(L2 - psi + G) + -0.0000028*sin(l1rad - 2*l3rad + 1.0146*Sigma2rad + w3rad)); details.Satellite2.EquatorialLatitude = CAACoordinateTransformation::RadiansToDegrees(B2); - - double B3 = atan(0.0032402*sin(L3 - w3rad) + + + const double B3 = atan(0.0032402*sin(L3 - w3rad) + -0.0016911*sin(L3 - psi) + - 0.0006847*sin(L3 - w4rad) + + 0.0006847*sin(L3 - w4rad) + -0.0002797*sin(L3 - w2rad) + - 0.0000321*sin(L3 + psi - 2*PI - 2*G) + - 0.0000051*sin(L3 - psi + G) + + 0.0000321*sin(L3 + psi - 2*PI - 2*G) + + 0.0000051*sin(L3 - psi + G) + -0.0000045*sin(L3 - psi - G) + -0.0000045*sin(L3 + psi - 2*PI) + - 0.0000037*sin(L3 + psi - 2*PI - 3*G) + - 0.0000030*sin(2*l2rad - 3*L3 + 4.03*Sigma3rad + w2rad) + + 0.0000037*sin(L3 + psi - 2*PI - 3*G) + + 0.0000030*sin(2*l2rad - 3*L3 + 4.03*Sigma3rad + w2rad) + -0.0000021*sin(2*l2rad - 3*L3 + 4.03*Sigma3rad + w3rad)); details.Satellite3.EquatorialLatitude = CAACoordinateTransformation::RadiansToDegrees(B3); - double B4 = atan(-0.0076579*sin(L4 - psi) + - 0.0044134*sin(L4 - w4rad) + + const double B4 = atan(-0.0076579*sin(L4 - psi) + + 0.0044134*sin(L4 - w4rad) + -0.0005112*sin(L4 - w3rad) + - 0.0000773*sin(L4 + psi - 2*PI - 2*G) + - 0.0000104*sin(L4 - psi + G) + + 0.0000773*sin(L4 + psi - 2*PI - 2*G) + + 0.0000104*sin(L4 - psi + G) + -0.0000102*sin(L4 - psi - G) + - 0.0000088*sin(L4 + psi - 2*PI - 3*G) + + 0.0000088*sin(L4 + psi - 2*PI - 3*G) + -0.0000038*sin(L4 + psi - 2*PI - G)); details.Satellite4.EquatorialLatitude = CAACoordinateTransformation::RadiansToDegrees(B4); @@ -400,12 +398,12 @@ CAAGalileanMoonsDetails CAAGalileanMoons::CalculateHelper(double JD, double sunl -0.0000089*cos(l4rad - PI - G) + -0.0000062*cos(l4rad + pi4 - 2*PI - 3*G) + 0.0000048*cos(2*(l4rad - w4rad)))); - + //Calculate T0 - double T0 = (JD - 2433282.423)/36525; + const double T0 = (JD - 2433282.423)/36525; //Calculate the precession in longitude from Epoch B1950 to the date - double P = CAACoordinateTransformation::DegreesToRadians(1.3966626*T0 + 0.0003088*T0*T0); + const double P = CAACoordinateTransformation::DegreesToRadians(1.3966626*T0 + 0.0003088*T0*T0); //Add it to L1 - L4 and psi L1 += P; @@ -419,36 +417,36 @@ CAAGalileanMoonsDetails CAAGalileanMoons::CalculateHelper(double JD, double sunl psi += P; //Calculate the inclination of Jupiter's axis of rotation on the orbital plane - double T = (JD - 2415020.5)/36525; - double I = 3.120262 + 0.0006*T; - double Irad = CAACoordinateTransformation::DegreesToRadians(I); - - double X1 = details.Satellite1.r*cos(L1 - psi)*cos(B1); - double X2 = details.Satellite2.r*cos(L2 - psi)*cos(B2); - double X3 = details.Satellite3.r*cos(L3 - psi)*cos(B3); - double X4 = details.Satellite4.r*cos(L4 - psi)*cos(B4); - double X5 = 0; - - double Y1 = details.Satellite1.r*sin(L1 - psi)*cos(B1); - double Y2 = details.Satellite2.r*sin(L2 - psi)*cos(B2); - double Y3 = details.Satellite3.r*sin(L3 - psi)*cos(B3); - double Y4 = details.Satellite4.r*sin(L4 - psi)*cos(B4); - double Y5 = 0; - - double Z1 = details.Satellite1.r*sin(B1); - double Z2 = details.Satellite2.r*sin(B2); - double Z3 = details.Satellite3.r*sin(B3); - double Z4 = details.Satellite4.r*sin(B4); - double Z5 = 1; + const double T = (JD - 2415020.5)/36525; + const double I = 3.120262 + 0.0006*T; + const double Irad = CAACoordinateTransformation::DegreesToRadians(I); + + const double X1 = details.Satellite1.r*cos(L1 - psi)*cos(B1); + const double X2 = details.Satellite2.r*cos(L2 - psi)*cos(B2); + const double X3 = details.Satellite3.r*cos(L3 - psi)*cos(B3); + const double X4 = details.Satellite4.r*cos(L4 - psi)*cos(B4); + constexpr double X5 = 0; + + const double Y1 = details.Satellite1.r*sin(L1 - psi)*cos(B1); + const double Y2 = details.Satellite2.r*sin(L2 - psi)*cos(B2); + const double Y3 = details.Satellite3.r*sin(L3 - psi)*cos(B3); + const double Y4 = details.Satellite4.r*sin(L4 - psi)*cos(B4); + constexpr double Y5 = 0; + + const double Z1 = details.Satellite1.r*sin(B1); + const double Z2 = details.Satellite2.r*sin(B2); + const double Z3 = details.Satellite3.r*sin(B3); + const double Z4 = details.Satellite4.r*sin(B4); + constexpr double Z5 = 1; //Now do the rotations, first for the ficticious 5th satellite, so that we can calculate D - double omega = CAACoordinateTransformation::DegreesToRadians(CAAElementsPlanetaryOrbit::JupiterLongitudeAscendingNode(JD)); - double i = CAACoordinateTransformation::DegreesToRadians(CAAElementsPlanetaryOrbit::JupiterInclination(JD)); - double A6; - double B6; - double C6; + const double omega = CAACoordinateTransformation::DegreesToRadians(CAAElementsPlanetaryOrbit::JupiterLongitudeAscendingNode(JD)); + const double i = CAACoordinateTransformation::DegreesToRadians(CAAElementsPlanetaryOrbit::JupiterInclination(JD)); + double A6 = 0; + double B6 = 0; + double C6 = 0; Rotations(X5, Y5, Z5, Irad, psi, i, omega, lambda0, beta0, A6, B6, C6); - double D = atan2(A6, C6); + const double D = atan2(A6, C6); //Now calculate the values for satellite 1 Rotations(X1, Y1, Z1, Irad, psi, i, omega, lambda0, beta0, A6, B6, C6); @@ -511,14 +509,14 @@ CAAGalileanMoonsDetails CAAGalileanMoons::CalculateHelper(double JD, double sunl return details; } -CAAGalileanMoonsDetails CAAGalileanMoons::Calculate(double JD, bool bHighPrecision) +CAAGalileanMoonsDetails CAAGalileanMoons::Calculate(double JD, bool bHighPrecision) noexcept { //Calculate the position of the Sun - double sunlong = CAASun::GeometricEclipticLongitude(JD, bHighPrecision); - double sunlongrad = CAACoordinateTransformation::DegreesToRadians(sunlong); - double beta = CAASun::GeometricEclipticLatitude(JD, bHighPrecision); - double betarad = CAACoordinateTransformation::DegreesToRadians(beta); - double R = CAAEarth::RadiusVector(JD, bHighPrecision); + const double sunlong = CAASun::GeometricEclipticLongitude(JD, bHighPrecision); + const double sunlongrad = CAACoordinateTransformation::DegreesToRadians(sunlong); + const double beta = CAASun::GeometricEclipticLatitude(JD, bHighPrecision); + const double betarad = CAACoordinateTransformation::DegreesToRadians(beta); + const double R = CAAEarth::RadiusVector(JD, bHighPrecision); //Calculate the the light travel time from Jupiter to the Earth double DELTA = 5; @@ -526,17 +524,17 @@ CAAGalileanMoonsDetails CAAGalileanMoons::Calculate(double JD, bool bHighPrecisi double EarthLightTravelTime = CAAElliptical::DistanceToLightTime(DELTA); double JD1 = JD - EarthLightTravelTime; bool bIterate = true; - double x; - double y; - double z; + double x = 0; + double y = 0; + double z = 0; while (bIterate) { //Calculate the position of Jupiter - double l = CAAJupiter::EclipticLongitude(JD1, bHighPrecision); - double lrad = CAACoordinateTransformation::DegreesToRadians(l); - double b = CAAJupiter::EclipticLatitude(JD1, bHighPrecision); - double brad = CAACoordinateTransformation::DegreesToRadians(b); - double r = CAAJupiter::RadiusVector(JD1, bHighPrecision); + const double l = CAAJupiter::EclipticLongitude(JD1, bHighPrecision); + const double lrad = CAACoordinateTransformation::DegreesToRadians(l); + const double b = CAAJupiter::EclipticLatitude(JD1, bHighPrecision); + const double brad = CAACoordinateTransformation::DegreesToRadians(b); + const double r = CAAJupiter::RadiusVector(JD1, bHighPrecision); x = r*cos(brad)*cos(lrad) + R*cos(sunlongrad); y = r*cos(brad)*sin(lrad) + R*sin(sunlongrad); @@ -545,7 +543,7 @@ CAAGalileanMoonsDetails CAAGalileanMoons::Calculate(double JD, bool bHighPrecisi EarthLightTravelTime = CAAElliptical::DistanceToLightTime(DELTA); //Prepare for the next loop around - bIterate = (fabs(EarthLightTravelTime - PreviousEarthLightTravelTime) > 2E-6); //2E-6 corresponds to 0.17 of a second + bIterate = (fabs(EarthLightTravelTime - PreviousEarthLightTravelTime) > 2e-6); //2e-6 corresponds to 0.17 of a second if (bIterate) { JD1 = JD - EarthLightTravelTime; @@ -562,16 +560,16 @@ CAAGalileanMoonsDetails CAAGalileanMoons::Calculate(double JD, bool bHighPrecisi //Calculate the the light travel time from Jupiter to the Sun JD1 = JD - EarthLightTravelTime; - double l = CAAJupiter::EclipticLongitude(JD1, bHighPrecision); - double lrad = CAACoordinateTransformation::DegreesToRadians(l); - double b = CAAJupiter::EclipticLatitude(JD1, bHighPrecision); - double brad = CAACoordinateTransformation::DegreesToRadians(b); - double r = CAAJupiter::RadiusVector(JD1, bHighPrecision); + const double l = CAAJupiter::EclipticLongitude(JD1, bHighPrecision); + const double lrad = CAACoordinateTransformation::DegreesToRadians(l); + const double b = CAAJupiter::EclipticLatitude(JD1, bHighPrecision); + const double brad = CAACoordinateTransformation::DegreesToRadians(b); + const double r = CAAJupiter::RadiusVector(JD1, bHighPrecision); x = r*cos(brad)*cos(lrad); y = r*cos(brad)*sin(lrad); z = r*sin(brad); DELTA = sqrt(x*x + y*y + z*z); - double SunLightTravelTime = CAAElliptical::DistanceToLightTime(DELTA); + const double SunLightTravelTime = CAAElliptical::DistanceToLightTime(DELTA); //Calculate the details as seen from the Sun CAAGalileanMoonsDetails details2 = CalculateHelper(JD + SunLightTravelTime - EarthLightTravelTime, sunlongrad, betarad, 0, bHighPrecision); @@ -593,44 +591,44 @@ CAAGalileanMoonsDetails CAAGalileanMoons::Calculate(double JD, bool bHighPrecisi return details1; } -void CAAGalileanMoons::Rotations(double X, double Y, double Z, double I, double psi, double i, double omega, double lambda0, double beta0, double& A6, double& B6, double& C6) +void CAAGalileanMoons::Rotations(double X, double Y, double Z, double I, double psi, double i, double omega, double lambda0, double beta0, double& A6, double& B6, double& C6) noexcept { - double phi = psi - omega; + const double phi = psi - omega; //Rotation towards Jupiter's orbital plane - double A1 = X; - double B1 = Y*cos(I) - Z*sin(I); - double C1 = Y*sin(I) + Z*cos(I); - + const double A1 = X; + const double B1 = Y*cos(I) - Z*sin(I); + const double C1 = Y*sin(I) + Z*cos(I); + //Rotation towards the ascending node of the orbit of jupiter - double A2 = A1*cos(phi) - B1*sin(phi); - double B2 = A1*sin(phi) + B1*cos(phi); - double C2 = C1; + const double A2 = A1*cos(phi) - B1*sin(phi); + const double B2 = A1*sin(phi) + B1*cos(phi); + const double C2 = C1; //Rotation towards the plane of the ecliptic - double A3 = A2; - double B3 = B2*cos(i) - C2*sin(i); - double C3 = B2*sin(i) + C2*cos(i); + const double A3 = A2; + const double B3 = B2*cos(i) - C2*sin(i); + const double C3 = B2*sin(i) + C2*cos(i); //Rotation towards the vernal equinox - double A4 = A3*cos(omega) - B3*sin(omega); - double B4 = A3*sin(omega) + B3*cos(omega); - double C4 = C3; - - double A5 = A4*sin(lambda0) - B4*cos(lambda0); - double B5 = A4*cos(lambda0) + B4*sin(lambda0); - double C5 = C4; - + const double A4 = A3*cos(omega) - B3*sin(omega); + const double B4 = A3*sin(omega) + B3*cos(omega); + const double C4 = C3; + + const double A5 = A4*sin(lambda0) - B4*cos(lambda0); + const double B5 = A4*cos(lambda0) + B4*sin(lambda0); + const double C5 = C4; + A6 = A5; B6 = C5*sin(beta0) + B5*cos(beta0); C6 = C5*cos(beta0) - B5*sin(beta0); } -void CAAGalileanMoons::FillInPhenomenaDetails(CAAGalileanMoonDetail& detail) +void CAAGalileanMoons::FillInPhenomenaDetails(CAAGalileanMoonDetail& detail) noexcept { - double Y1 = 1.071374 * detail.ApparentRectangularCoordinates.Y; + const double Y1 = 1.071374 * detail.ApparentRectangularCoordinates.Y; - double r = Y1*Y1 + detail.ApparentRectangularCoordinates.X*detail.ApparentRectangularCoordinates.X; + const double r = Y1*Y1 + detail.ApparentRectangularCoordinates.X*detail.ApparentRectangularCoordinates.X; if (r < 1) { diff --git a/Vendor/AA+/1.6.3/AAGlobe.cpp b/Sources/AAPlus/AAGlobe.cpp old mode 100755 new mode 100644 similarity index 55% rename from Vendor/AA+/1.6.3/AAGlobe.cpp rename to Sources/AAPlus/AAGlobe.cpp index a7c6b0c..086f86f --- a/Vendor/AA+/1.6.3/AAGlobe.cpp +++ b/Sources/AAPlus/AAGlobe.cpp @@ -1,10 +1,13 @@ /* -Module : AAGLOBE.CPP +Module : AAGlobe.cpp Purpose: Implementation for the algorithms for the Earth's Globe Created: PJN / 29-12-2003 -History: None +History: PJN / 20-03-2016 1. Fixed a transcription error in the CAAGlobe::RhoSinThetaPrime and + CAAGlobe::RhoCosThetaPrime functions. The value 6378149 was being used instead of + the correct value 6378140. Thanks to "Pavel" for reporting this bug. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -30,42 +33,43 @@ using namespace std; /////////////////////////// Implementation //////////////////////////////////// -double CAAGlobe::RhoSinThetaPrime(double GeographicalLatitude, double Height) +double CAAGlobe::RhoSinThetaPrime(double GeographicalLatitude, double Height) noexcept { + //Convert from degress to radians GeographicalLatitude = CAACoordinateTransformation::DegreesToRadians(GeographicalLatitude); - double U = atan(0.99664719 * tan(GeographicalLatitude)); - return 0.99664719 * sin(U) + (Height/6378149 * sin(GeographicalLatitude)); + const double U = atan(0.99664719 * tan(GeographicalLatitude)); + return 0.99664719 * sin(U) + (Height/6378140 * sin(GeographicalLatitude)); } -double CAAGlobe::RhoCosThetaPrime(double GeographicalLatitude, double Height) +double CAAGlobe::RhoCosThetaPrime(double GeographicalLatitude, double Height) noexcept { //Convert from degress to radians GeographicalLatitude = CAACoordinateTransformation::DegreesToRadians(GeographicalLatitude); - double U = atan(0.99664719 * tan(GeographicalLatitude)); - return cos(U) + (Height/6378149 * cos(GeographicalLatitude)); + const double U = atan(0.99664719 * tan(GeographicalLatitude)); + return cos(U) + (Height/6378140 * cos(GeographicalLatitude)); } -double CAAGlobe::RadiusOfParallelOfLatitude(double GeographicalLatitude) +double CAAGlobe::RadiusOfParallelOfLatitude(double GeographicalLatitude) noexcept { //Convert from degress to radians GeographicalLatitude = CAACoordinateTransformation::DegreesToRadians(GeographicalLatitude); - double sinGeo = sin(GeographicalLatitude); + const double sinGeo = sin(GeographicalLatitude); return (6378.14 * cos(GeographicalLatitude)) / (sqrt(1 - 0.0066943847614084*sinGeo*sinGeo)); } -double CAAGlobe::RadiusOfCurvature(double GeographicalLatitude) +double CAAGlobe::RadiusOfCurvature(double GeographicalLatitude) noexcept { //Convert from degress to radians GeographicalLatitude = CAACoordinateTransformation::DegreesToRadians(GeographicalLatitude); - double sinGeo = sin(GeographicalLatitude); + const double sinGeo = sin(GeographicalLatitude); return (6378.14 * (1 - 0.0066943847614084)) / pow((1 - 0.0066943847614084 * sinGeo * sinGeo), 1.5); } -double CAAGlobe::DistanceBetweenPoints(double GeographicalLatitude1, double GeographicalLongitude1, double GeographicalLatitude2, double GeographicalLongitude2) +double CAAGlobe::DistanceBetweenPoints(double GeographicalLatitude1, double GeographicalLongitude1, double GeographicalLatitude2, double GeographicalLongitude2) noexcept { //Convert from degress to radians GeographicalLatitude1 = CAACoordinateTransformation::DegreesToRadians(GeographicalLatitude1); @@ -73,23 +77,23 @@ double CAAGlobe::DistanceBetweenPoints(double GeographicalLatitude1, double Geog GeographicalLongitude1 = CAACoordinateTransformation::DegreesToRadians(GeographicalLongitude1); GeographicalLongitude2 = CAACoordinateTransformation::DegreesToRadians(GeographicalLongitude2); - double F = (GeographicalLatitude1 + GeographicalLatitude2) / 2; - double G = (GeographicalLatitude1 - GeographicalLatitude2) / 2; - double lambda = (GeographicalLongitude1 - GeographicalLongitude2) / 2; - double sinG = sin(G); - double cosG = cos(G); - double cosF = cos(F); - double sinF = sin(F); - double sinLambda = sin(lambda); - double cosLambda = cos(lambda); - double S = (sinG*sinG*cosLambda*cosLambda) + (cosF*cosF*sinLambda*sinLambda); - double C = (cosG*cosG*cosLambda*cosLambda) + (sinF*sinF*sinLambda*sinLambda); - double w = atan(sqrt(S/C)); - double R = sqrt(S*C)/w; - double D = 2*w*6378.14; - double Hprime = (3*R - 1) / (2*C); - double Hprime2 = (3*R + 1) / (2*S); - double f = 0.0033528131778969144060323814696721; + const double F = (GeographicalLatitude1 + GeographicalLatitude2) / 2; + const double G = (GeographicalLatitude1 - GeographicalLatitude2) / 2; + const double lambda = (GeographicalLongitude1 - GeographicalLongitude2) / 2; + const double sinG = sin(G); + const double cosG = cos(G); + const double cosF = cos(F); + const double sinF = sin(F); + const double sinLambda = sin(lambda); + const double cosLambda = cos(lambda); + const double S = (sinG*sinG*cosLambda*cosLambda) + (cosF*cosF*sinLambda*sinLambda); + const double C = (cosG*cosG*cosLambda*cosLambda) + (sinF*sinF*sinLambda*sinLambda); + const double w = atan(sqrt(S/C)); + const double R = sqrt(S*C)/w; + const double D = 2*w*6378.14; + const double Hprime = (3*R - 1) / (2*C); + const double Hprime2 = (3*R + 1) / (2*S); + constexpr double f = 0.0033528131778969144060323814696721; return D * (1 + (f*Hprime*sinF*sinF*cosG*cosG) - (f*Hprime2*cosF*cosF*sinG*sinG)); } diff --git a/Vendor/AA+/1.6.3/AAIlluminatedFraction.cpp b/Sources/AAPlus/AAIlluminatedFraction.cpp old mode 100755 new mode 100644 similarity index 79% rename from Vendor/AA+/1.6.3/AAIlluminatedFraction.cpp rename to Sources/AAPlus/AAIlluminatedFraction.cpp index dfe6638..6abd09a --- a/Vendor/AA+/1.6.3/AAIlluminatedFraction.cpp +++ b/Sources/AAPlus/AAIlluminatedFraction.cpp @@ -1,13 +1,14 @@ /* -Module : AAILLUMINATEDFRACTION.CPP +Module : AAIlluminatedFraction.cpp Purpose: Implementation for the algorithms for a planet's Phase Angle, Illuminated Fraction and Magnitude Created: PJN / 29-12-2003 History: PJN / 21-01-2005 1. Fixed a small but important error in the function PhaseAngle(r, R, Delta). The code was producing incorrect results and raises acos DOMAIN errors and floating point exceptions when calculating phase angles for the inner planets. Thanks to MICHAEL R. MEYER for reporting this problem. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -33,13 +34,13 @@ using namespace std; //////////////////// Implementation /////////////////////////////////////////// -double CAAIlluminatedFraction::PhaseAngle(double r, double R, double Delta) +double CAAIlluminatedFraction::PhaseAngle(double r, double R, double Delta) noexcept { //Return the result return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(acos((r*r + Delta*Delta - R*R) / (2*r*Delta)))); } -double CAAIlluminatedFraction::PhaseAngle(double R, double R0, double B, double L, double L0, double Delta) +double CAAIlluminatedFraction::PhaseAngle(double R, double R0, double B, double L, double L0, double Delta) noexcept { //Convert from degrees to radians B = CAACoordinateTransformation::DegreesToRadians(B); @@ -50,18 +51,18 @@ double CAAIlluminatedFraction::PhaseAngle(double R, double R0, double B, double return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(acos((R - R0*cos(B)*cos(L - L0))/Delta))); } -double CAAIlluminatedFraction::PhaseAngleRectangular(double x, double y, double z, double B, double L, double Delta) +double CAAIlluminatedFraction::PhaseAngleRectangular(double x, double y, double z, double B, double L, double Delta) noexcept { //Convert from degrees to radians B = CAACoordinateTransformation::DegreesToRadians(B); L = CAACoordinateTransformation::DegreesToRadians(L); - double cosB = cos(B); + const double cosB = cos(B); //Return the result return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(acos( (x*cosB*cos(L) + y*cosB*sin(L) + z*sin(B)) / Delta) )); } -double CAAIlluminatedFraction::IlluminatedFraction(double PhaseAngle) +double CAAIlluminatedFraction::IlluminatedFraction(double PhaseAngle) noexcept { //Convert from degrees to radians PhaseAngle = CAACoordinateTransformation::DegreesToRadians(PhaseAngle); @@ -70,97 +71,92 @@ double CAAIlluminatedFraction::IlluminatedFraction(double PhaseAngle) return (1 + cos(PhaseAngle)) / 2; } -double CAAIlluminatedFraction::IlluminatedFraction(double r, double R, double Delta) +double CAAIlluminatedFraction::MercuryMagnitudeMuller(double r, double Delta, double i) noexcept { - return (((r+Delta)*(r+Delta) - R*R) / (4*r*Delta)); -} - -double CAAIlluminatedFraction::MercuryMagnitudeMuller(double r, double Delta, double i) -{ - double I_50 = i - 50; + const double I_50 = i - 50; return 1.16 + 5*log10(r*Delta) + 0.02838*I_50 + 0.0001023*I_50*I_50; } -double CAAIlluminatedFraction::VenusMagnitudeMuller(double r, double Delta, double i) +double CAAIlluminatedFraction::VenusMagnitudeMuller(double r, double Delta, double i) noexcept { return -4.00 + 5*log10(r*Delta) + 0.01322*i + 0.0000004247*i*i*i; } -double CAAIlluminatedFraction::MarsMagnitudeMuller(double r, double Delta, double i) +double CAAIlluminatedFraction::MarsMagnitudeMuller(double r, double Delta, double i) noexcept { return -1.3 + 5*log10(r*Delta) + 0.01486*i; } -double CAAIlluminatedFraction::JupiterMagnitudeMuller(double r, double Delta) +double CAAIlluminatedFraction::JupiterMagnitudeMuller(double r, double Delta) noexcept { return -8.93 + 5*log10(r*Delta); } -double CAAIlluminatedFraction::SaturnMagnitudeMuller(double r, double Delta, double DeltaU, double B) +double CAAIlluminatedFraction::SaturnMagnitudeMuller(double r, double Delta, double DeltaU, double B) noexcept { //Convert from degrees to radians B = CAACoordinateTransformation::DegreesToRadians(B); - double sinB = sin(B); + const double sinB = sin(B); - return -8.68 + 5*log10(r*Delta) + 0.044*fabs(DeltaU) - 2.60*sin(fabs(B)) + 1.25*sinB*sinB; + return -8.68 + 5*log10(r*Delta) + 0.044*fabs(DeltaU) - 2.60*sin(fabs(B)) + 1.25*sinB*sinB; } -double CAAIlluminatedFraction::UranusMagnitudeMuller(double r, double Delta) +double CAAIlluminatedFraction::UranusMagnitudeMuller(double r, double Delta) noexcept { return -6.85 + 5*log10(r*Delta); } -double CAAIlluminatedFraction::NeptuneMagnitudeMuller(double r, double Delta) +double CAAIlluminatedFraction::NeptuneMagnitudeMuller(double r, double Delta) noexcept { return -7.05 + 5*log10(r*Delta); } -double CAAIlluminatedFraction::MercuryMagnitudeAA(double r, double Delta, double i) +double CAAIlluminatedFraction::MercuryMagnitudeAA(double r, double Delta, double i) noexcept { - double i2 = i*i; - double i3 = i2*i; + const double i2 = i*i; + const double i3 = i2*i; return -0.42 + 5*log10(r*Delta) + 0.0380*i - 0.000273*i2 + 0.000002*i3; } -double CAAIlluminatedFraction::VenusMagnitudeAA(double r, double Delta, double i) +double CAAIlluminatedFraction::VenusMagnitudeAA(double r, double Delta, double i) noexcept { - double i2 = i*i; - double i3 = i2*i; + const double i2 = i*i; + const double i3 = i2*i; return -4.40 + 5*log10(r*Delta) + 0.0009*i + 0.000239*i2 - 0.00000065*i3; } -double CAAIlluminatedFraction::MarsMagnitudeAA(double r, double Delta, double i) +double CAAIlluminatedFraction::MarsMagnitudeAA(double r, double Delta, double i) noexcept { return -1.52 + 5*log10(r*Delta) + 0.016*i; } -double CAAIlluminatedFraction::JupiterMagnitudeAA(double r, double Delta, double i) +double CAAIlluminatedFraction::JupiterMagnitudeAA(double r, double Delta, double i) noexcept { return -9.40 + 5*log10(r*Delta) + 0.005*i; } -double CAAIlluminatedFraction::SaturnMagnitudeAA(double r, double Delta, double DeltaU, double B) +double CAAIlluminatedFraction::SaturnMagnitudeAA(double r, double Delta, double DeltaU, double B) noexcept { //Convert from degrees to radians B = CAACoordinateTransformation::DegreesToRadians(B); - double sinB = sin(B); + const double sinB = sin(B); return -8.88 + 5*log10(r*Delta) + 0.044*fabs(DeltaU) - 2.60*sin(fabs(B)) + 1.25*sinB*sinB; } -double CAAIlluminatedFraction::UranusMagnitudeAA(double r, double Delta) +double CAAIlluminatedFraction::UranusMagnitudeAA(double r, double Delta) noexcept { return -7.19 + 5*log10(r*Delta); } -double CAAIlluminatedFraction::NeptuneMagnitudeAA(double r, double Delta) +double CAAIlluminatedFraction::NeptuneMagnitudeAA(double r, double Delta) noexcept { return -6.87 + 5*log10(r*Delta); } -double CAAIlluminatedFraction::PlutoMagnitudeAA(double r, double Delta) +double CAAIlluminatedFraction::PlutoMagnitudeAA(double r, double Delta) noexcept { return -1.00 + 5*log10(r*Delta); } diff --git a/Vendor/AA+/1.6.3/AAJewishCalendar.cpp b/Sources/AAPlus/AAJewishCalendar.cpp old mode 100755 new mode 100644 similarity index 60% rename from Vendor/AA+/1.6.3/AAJewishCalendar.cpp rename to Sources/AAPlus/AAJewishCalendar.cpp index 59cbd55..24f7558 --- a/Vendor/AA+/1.6.3/AAJewishCalendar.cpp +++ b/Sources/AAPlus/AAJewishCalendar.cpp @@ -1,10 +1,10 @@ /* -Module : AAJEWISHCALENDAR.CPP +Module : AAJewishCalendar.cpp Purpose: Implementation for the algorithms which convert between the Gregorian and Julian calendars and the Jewish calendar Created: PJN / 04-02-2004 History: PJN / 28-01-2007 1. Minor updates to fit in with new layout of CAADate class -Copyright (c) 2004 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2004 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -29,22 +29,22 @@ using namespace std; //////////////////////////// Implementation /////////////////////////////////// -CAACalendarDate CAAJewishCalendar::DateOfPesach(long Year, bool bGregorianCalendar) +CAACalendarDate CAAJewishCalendar::DateOfPesach(long Year, bool bGregorianCalendar) noexcept { //What will be the return value CAACalendarDate Pesach; - long C = CAADate::INT(Year / 100.0); - long S = CAADate::INT((3*C - 5) / 4.0); + const long C = CAADate::INT(Year / 100.0); + long S = CAADate::INT((3.0*C - 5) / 4.0); if (bGregorianCalendar == false) S = 0; - long A = Year + 3760; - long a = (12*Year + 12) % 19; - long b = Year % 4; - double Q = -1.904412361576 + 1.554241796621*a + 0.25*b - 0.003177794022*Year + S; - long INTQ = CAADate::INT(Q); - long j = (INTQ + 3*Year + 5*b+ 2 - S) % 7; - double r = Q - INTQ; + const long A = Year + 3760; + const long a = (12*Year + 12) % 19; + const long b = Year % 4; + const double Q = -1.904412361576 + 1.554241796621*a + 0.25*b - 0.003177794022*Year + S; + const long INTQ = CAADate::INT(Q); + const long j = (INTQ + 3*Year + 5*b+ 2 - S) % 7; + const double r = Q - INTQ; if ((j == 2) || (j == 4) || (j == 6)) Pesach.Day = INTQ + 23; @@ -68,25 +68,18 @@ CAACalendarDate CAAJewishCalendar::DateOfPesach(long Year, bool bGregorianCalend return Pesach; } -bool CAAJewishCalendar::IsLeap(long Year) -{ - long ymod19 = Year % 19; - - return (ymod19 == 0) || (ymod19 == 3) || (ymod19 == 6) || (ymod19 == 8) || (ymod19 == 11) || (ymod19 == 14) || (ymod19 == 17); -} - -long CAAJewishCalendar::DaysInYear(long Year) +long CAAJewishCalendar::DaysInYear(long Year) noexcept { //Find the previous civil year corresponding to the specified jewish year - long CivilYear = Year - 3761; - + const long CivilYear = Year - 3761; + //Find the date of the next Jewish Year in that civil year - CAACalendarDate CurrentPesach = DateOfPesach(CivilYear); - bool bGregorian = CAADate::AfterPapalReform(CivilYear, CurrentPesach.Month, CurrentPesach.Day); - CAADate CurrentYear(CivilYear, CurrentPesach.Month, CurrentPesach.Day, bGregorian); + const CAACalendarDate CurrentPesach = DateOfPesach(CivilYear); + const bool bGregorian = CAADate::AfterPapalReform(CivilYear, CurrentPesach.Month, CurrentPesach.Day); + const CAADate CurrentYear(CivilYear, CurrentPesach.Month, CurrentPesach.Day, bGregorian); - CAACalendarDate NextPesach = DateOfPesach(CivilYear+1); - CAADate NextYear(CivilYear+1, NextPesach.Month, NextPesach.Day, bGregorian); + const CAACalendarDate NextPesach = DateOfPesach(CivilYear+1); + const CAADate NextYear(CivilYear+1, NextPesach.Month, NextPesach.Day, bGregorian); return static_cast(NextYear - CurrentYear); } diff --git a/Vendor/AA+/1.6.3/AAKepler.cpp b/Sources/AAPlus/AAKepler.cpp old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAKepler.cpp rename to Sources/AAPlus/AAKepler.cpp index 63bc629..bce8897 --- a/Vendor/AA+/1.6.3/AAKepler.cpp +++ b/Sources/AAPlus/AAKepler.cpp @@ -1,10 +1,10 @@ /* -Module : AAKEPLER.CPP +Module : AAKepler.cpp Purpose: Implementation for the algorithms which solve Kepler's equation Created: PJN / 29-12-2003 -History: None +History: PJN / 22-11-2021 1. Made some minor optimizations to the CAAKepler::Calculate method. -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -30,35 +30,36 @@ using namespace std; //////////////////// Implementation /////////////////////////////////////////// -double CAAKepler::Calculate(double M, double e, int nIterations) -{ +double CAAKepler::Calculate(double M, double e, int nIterations) noexcept +{ //Convert from degrees to radians M = CAACoordinateTransformation::DegreesToRadians(M); - double PI = CAACoordinateTransformation::PI(); + constexpr double PI = CAACoordinateTransformation::PI(); double F = 1; if (M < 0) F = -1; - M = fabs(M) / ( 2 * PI); + M = fabs(M) / (2*PI); M = (M - static_cast(M))*2*PI*F; if (M < 0) M += 2*PI; F = 1; if (M > PI) + { + M = (2*PI) - M; F = -1; - if (M > PI) - M = 2*PI - M; + } - double E = PI / 2; - double scale = PI / 4; + double E = PI / 2; + double D = PI / 4; for (int i=0; i R) - E += scale; + const double M1 = E - (e*sin(E)); + if (M > M1) + E += D; else - E -= scale; - scale /= 2; + E -= D; + D /= 2; } //Convert the result back to degrees diff --git a/Sources/AAPlus/AAMars.cpp b/Sources/AAPlus/AAMars.cpp new file mode 100644 index 0000000..5a15226 --- /dev/null +++ b/Sources/AAPlus/AAMars.cpp @@ -0,0 +1,572 @@ +/* +Module : AAMars.cpp +Purpose: Implementation for the algorithms which obtain the heliocentric position of Mars +Created: PJN / 29-12-2003 +History: PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this + issue when compiling AA+ on ARM. + PJN / 04-08-2013 1. Fixed a transcription error in the second coefficient used to calculate the B2 + term for the ecliptic latitude of Mars. Thanks to Isaac Clark for reporting this + issue. + 2. Fixed a transcription error in the third coefficient used to calculate the B2 + term for the ecliptic latitude of Mars. Thanks to Isaac Clark for reporting this + issue. + 3. Spot tests indicate that these two changes only affected the the ecliptic + latitude in the eight decimal place. + 4. Updated copyright details + PJN / 16-09-2015 1. CAAMars::EclipticLongitude, EclipticLatitude & RadiusVector now include a + "bool bHighPrecision" parameter which if set to true means the code uses the full + VSOP87 theory rather than the truncated theory as presented in Meeus's book. + PJN / 01-08-2017 1. Fixed up alignment of lookup tables in AAMars.cpp module + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + PJN / 13-04-2020 1. Reworked C arrays to use std::array + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +//////////////////////// Includes ///////////////////////////////////////////// + +#include "stdafx.h" +#include "AAMars.h" +#include "AACoordinateTransformation.h" +#include "AADefines.h" +#ifndef AAPLUS_NO_VSOP87 +#include "AAVSOP87D_MAR.h" +#endif //#ifndef AAPLUS_NO_VSOP87 +#include +#include +using namespace std; + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#ifdef _MSC_VER +#pragma warning(disable : 26446 26482 26485) +#endif //#ifdef _MSC_VER + +struct VSOP87Coefficient +{ + double A; + double B; + double C; +}; + +constexpr array g_L0MarsCoefficients +{ { + { 620347712, 0, 0 }, + { 18656368, 5.05037100, 3340.61242670 }, + { 1108217, 5.4009984, 6681.2248534 }, + { 91798, 5.75479, 10021.83728 }, + { 27745, 5.97050, 3.52312 }, + { 12316, 0.84956, 2810.92146 }, + { 10610, 2.93959, 2281.23050 }, + { 8927, 4.1570, 0.0173 }, + { 8716, 6.1101, 13362.4497 }, + { 7775, 3.3397, 5621.8429 }, + { 6798, 0.3646, 398.1490 }, + { 4161, 0.2281, 2942.4634 }, + { 3575, 1.6619, 2544.3144 }, + { 3075, 0.8570, 191.4483 }, + { 2938, 6.0789, 0.0673 }, + { 2628, 0.6481, 3337.0893 }, + { 2580, 0.0300, 3344.1355 }, + { 2389, 5.0390, 796.2980 }, + { 1799, 0.6563, 529.6910 }, + { 1546, 2.9158, 1751.5395 }, + { 1528, 1.1498, 6151.5339 }, + { 1286, 3.0680, 2146.1654 }, + { 1264, 3.6228, 5092.1520 }, + { 1025, 3.6933, 8962.4553 }, + { 892, 0.183, 16703.062 }, + { 859, 2.401, 2914.014 }, + { 833, 4.495, 3340.630 }, + { 833, 2.464, 3340.595 }, + { 749, 3.822, 155.420 }, + { 724, 0.675, 3738.761 }, + { 713, 3.663, 1059.382 }, + { 655, 0.489, 3127.313 }, + { 636, 2.922, 8432.764 }, + { 553, 4.475, 1748.016 }, + { 550, 3.810, 0.980 }, + { 472, 3.625, 1194.447 }, + { 426, 0.554, 6283.076 }, + { 415, 0.497, 213.299 }, + { 312, 0.999, 6677.702 }, + { 307, 0.381, 6684.748 }, + { 302, 4.486, 3532.061 }, + { 299, 2.783, 6254.627 }, + { 293, 4.221, 20.775 }, + { 284, 5.769, 3149.164 }, + { 281, 5.882, 1349.867 }, + { 274, 0.542, 3340.545 }, + { 274, 0.134, 3340.680 }, + { 239, 5.372, 4136.910 }, + { 236, 5.755, 3333.499 }, + { 231, 1.282, 3870.303 }, + { 221, 3.505, 382.897 }, + { 204, 2.821, 1221.849 }, + { 193, 3.357, 3.590 }, + { 189, 1.491, 9492.146 }, + { 179, 1.006, 951.718 }, + { 174, 2.414, 553.569 }, + { 172, 0.439, 5486.778 }, + { 160, 3.949, 4562.461 }, + { 144, 1.419, 135.065 }, + { 140, 3.326, 2700.715 }, + { 138, 4.301, 7.114 }, + { 131, 4.045, 12303.068 }, + { 128, 2.208, 1592.596 }, + { 128, 1.807, 5088.629 }, + { 117, 3.128, 7903.073 }, + { 113, 3.701, 1589.073 }, + { 110, 1.052, 242.729 }, + { 105, 0.785, 8827.390 }, + { 100, 3.243, 11773.377 } +} }; + +constexpr array g_L1MarsCoefficients +{ { + { 334085627474.0, 0, 0 }, + { 1458227, 3.6042605, 3340.6124267 }, + { 164901, 3.926313, 6681.224853 }, + { 19963, 4.26594, 10021.83728 }, + { 3452, 4.7321, 3.5231 }, + { 2485, 4.6128, 13362.4497 }, + { 842, 4.459, 2281.230 }, + { 538, 5.016, 398.149 }, + { 521, 4.994, 3344.136 }, + { 433, 2.561, 191.448 }, + { 430, 5.316, 155.420 }, + { 382, 3.539, 796.298 }, + { 314, 4.963, 16703.062 }, + { 283, 3.160, 2544.314 }, + { 206, 4.569, 2146.165 }, + { 169, 1.329, 3337.089 }, + { 158, 4.185, 1751.540 }, + { 134, 2.233, 0.980 }, + { 134, 5.974, 1748.016 }, + { 118, 6.024, 6151.534 }, + { 117, 2.213, 1059.382 }, + { 114, 2.129, 1194.447 }, + { 114, 5.428, 3738.761 }, + { 91, 1.10, 1349.87 }, + { 85, 3.91, 553.57 }, + { 83, 5.30, 6684.75 }, + { 81, 4.43, 529.69 }, + { 80, 2.25, 8962.46 }, + { 73, 2.50, 951.72 }, + { 73, 5.84, 242.73 }, + { 71, 3.86, 2914.01 }, + { 68, 5.02, 382.90 }, + { 65, 1.02, 3340.60 }, + { 65, 3.05, 3340.63 }, + { 62, 4.15, 3149.16 }, + { 57, 3.89, 4136.91 }, + { 48, 4.87, 213.30 }, + { 48, 1.18, 3333.50 }, + { 47, 1.31, 3185.19 }, + { 41, 0.71, 1592.60 }, + { 40, 2.73, 7.11 }, + { 40, 5.32, 20043.67 }, + { 33, 5.41, 6283.08 }, + { 28, 0.05, 9492.15 }, + { 27, 3.89, 1221.85 }, + { 27, 5.11, 2700.72 } +} }; + +constexpr array g_L2MarsCoefficients +{ { + { 58016, 2.04979, 3340.61243 }, + { 54188, 0, 0 }, + { 13908, 2.45742, 6681.22485 }, + { 2465, 2.8000, 10021.8373 }, + { 398, 3.141, 13362.450 }, + { 222, 3.194, 3.523 }, + { 121, 0.543, 155.420 }, + { 62, 3.49, 16703.06 }, + { 54, 3.54, 3344.14 }, + { 34, 6.00, 2281.23 }, + { 32, 4.14, 191.45 }, + { 30, 2.00, 796.30 }, + { 23, 4.33, 242.73 }, + { 22, 3.45, 398.15 }, + { 20, 5.42, 553.57 }, + { 16, 0.66, 0.98 }, + { 16, 6.11, 2146.17 }, + { 16, 1.22, 1748.02 }, + { 15, 6.10, 3185.19 }, + { 14, 4.02, 951.72 }, + { 14, 2.62, 1349.87 }, + { 13, 0.60, 1194.45 }, + { 12, 3.86, 6684.75 }, + { 11, 4.72, 2544.31 }, + { 10, 0.25, 382.90 }, + { 9, 0.68, 1059.38 }, + { 9, 3.83, 20043.67 }, + { 9, 3.88, 3738.76 }, + { 8, 5.46, 1751.54 }, + { 7, 2.58, 3149.16 }, + { 7, 2.38, 4136.91 }, + { 6, 5.48, 1592.60 }, + { 6, 2.34, 3097.88 } +} }; + +constexpr array g_L3MarsCoefficients +{ { + { 1482, 0.4443, 3340.6124 }, + { 662, 0.885, 6681.225 }, + { 188, 1.288, 10021.837 }, + { 41, 1.65, 13362.45 }, + { 26, 0, 0 }, + { 23, 2.05, 155.42 }, + { 10, 1.58, 3.52 }, + { 8, 2.00, 16703.06 }, + { 5, 2.82, 242.73 }, + { 4, 2.02, 3344.14 }, + { 3, 4.59, 3185.19 }, + { 3, 0.65, 553.57 } +} }; + +constexpr array g_L4MarsCoefficients +{ { + { 114, 3.1416, 0 }, + { 29, 5.64, 6681.22 }, + { 24, 5.14, 3340.61 }, + { 11, 6.03, 10021.84 }, + { 3, 0.13, 13362.45 }, + { 3, 3.56, 155.42 }, + { 1, 0.49, 16703.06 }, + { 1, 1.32, 242.73 } +} }; + +constexpr array g_L5MarsCoefficients +{ { + { 1, 3.14, 0 }, + { 1, 4.04, 6681.22 } +} }; + +constexpr array g_B0MarsCoefficients +{ { + { 3197135, 3.7683204, 3340.6124267 }, + { 298033, 4.106170, 6681.224853 }, + { 289105, 0, 0 }, + { 31366, 4.44651, 10021.83728 }, + { 3484, 4.7881, 13362.4497 }, + { 443, 5.026, 3344.136 }, + { 443, 5.652, 3337.089 }, + { 399, 5.131, 16703.062 }, + { 293, 3.793, 2281.230 }, + { 182, 6.136, 6151.534 }, + { 163, 4.264, 529.691 }, + { 160, 2.232, 1059.382 }, + { 149, 2.165, 5621.843 }, + { 143, 1.182, 3340.595 }, + { 143, 3.213, 3340.630 }, + { 139, 2.418, 8962.455 } +} }; + +constexpr array g_B1MarsCoefficients +{ { + { 350069, 5.368478, 3340.612427 }, + { 14116, 3.14159, 0 }, + { 9671, 5.4788, 6681.2249 }, + { 1472, 3.2021, 10021.8373 }, + { 426, 3.408, 13362.450 }, + { 102, 0.776, 3337.089 }, + { 79, 3.72, 16703.06 }, + { 33, 3.46, 5621.84 }, + { 26, 2.48, 2281.23 } +} }; + +constexpr array g_B2MarsCoefficients +{ { + { 16727, 0.60221, 3340.61243 }, + { 4987, 3.1416, 0 }, + { 302, 5.559, 6681.225 }, + { 26, 1.90, 13362.45 }, + { 21, 0.92, 10021.84 }, + { 12, 2.24, 3337.09 }, + { 8, 2.25, 16703.06 } +} }; + +constexpr array g_B3MarsCoefficients +{ { + { 607, 1.981, 3340.612 }, + { 43, 0, 0 }, + { 14, 1.80, 6681.22 }, + { 3, 3.45, 10021.84 } +} }; + +constexpr array g_B4MarsCoefficients +{ { + { 13, 0, 0 }, + { 11, 3.46, 3340.61 }, + { 1, 0.50, 6681.22 } +} }; + +constexpr array g_R0MarsCoefficients +{ { + { 153033488, 0, 0 }, + { 14184953, 3.47971284, 3340.61242670 }, + { 660776, 3.817834, 6681.224853 }, + { 46179, 4.15595, 10021.83728 }, + { 8110, 5.5596, 2810.9215 }, + { 7485, 1.7724, 5621.8429 }, + { 5523, 1.3644, 2281.2305 }, + { 3825, 4.4941, 13362.4497 }, + { 2484, 4.9255, 2942.4634 }, + { 2307, 0.0908, 2544.3144 }, + { 1999, 5.3606, 3337.0893 }, + { 1960, 4.7425, 3344.1355 }, + { 1167, 2.1126, 5092.1520 }, + { 1103, 5.0091, 398.1490 }, + { 992, 5.839, 6151.534 }, + { 899, 4.408, 529.691 }, + { 807, 2.102, 1059.382 }, + { 798, 3.448, 796.298 }, + { 741, 1.499, 2146.165 }, + { 726, 1.245, 8432.764 }, + { 692, 2.134, 8962.455 }, + { 633, 0.894, 3340.595 }, + { 633, 2.924, 3340.630 }, + { 630, 1.287, 1751.540 }, + { 574, 0.829, 2914.014 }, + { 526, 5.383, 3738.761 }, + { 473, 5.199, 3127.313 }, + { 348, 4.832, 16703.062 }, + { 284, 2.907, 3532.061 }, + { 280, 5.257, 6283.076 }, + { 276, 1.218, 6254.627 }, + { 275, 2.908, 1748.016 }, + { 270, 3.764, 5884.927 }, + { 239, 2.037, 1194.447 }, + { 234, 5.105, 5486.778 }, + { 228, 3.255, 6872.673 }, + { 223, 4.199, 3149.164 }, + { 219, 5.583, 191.448 }, + { 208, 5.255, 3340.545 }, + { 208, 4.846, 3340.680 }, + { 186, 5.699, 6677.702 }, + { 183, 5.081, 6684.748 }, + { 179, 4.184, 3333.499 }, + { 176, 5.953, 3870.303 }, + { 164, 3.799, 4136.910 } +} }; + +constexpr array g_R1MarsCoefficients +{ { + { 1107433, 2.0325052, 3340.6124267 }, + { 103176, 2.370718, 6681.224853 }, + { 12877, 0, 0 }, + { 10816, 2.70888, 10021.83728 }, + { 1195, 3.0470, 13362.4497 }, + { 439, 2.888, 2281.230 }, + { 396, 3.423, 3344.136 }, + { 183, 1.584, 2544.314 }, + { 136, 3.385, 16703.062 }, + { 128, 6.043, 3337.089 }, + { 128, 0.630, 1059.382 }, + { 127, 1.954, 796.298 }, + { 118, 2.998, 2146.165 }, + { 88, 3.42, 398.15 }, + { 83, 3.86, 3738.76 }, + { 76, 4.45, 6151.53 }, + { 72, 2.76, 529.69 }, + { 67, 2.55, 1751.54 }, + { 66, 4.41, 1748.02 }, + { 58, 0.54, 1194.45 }, + { 54, 0.68, 8962.46 }, + { 51, 3.73, 6684.75 }, + { 49, 5.73, 3340.60 }, + { 49, 1.48, 3340.63 }, + { 48, 2.58, 3149.16 }, + { 48, 2.29, 2914.01 }, + { 39, 2.32, 4136.91 } +} }; + +constexpr array g_R2MarsCoefficients +{ { + { 44242, 0.47931, 3340.61243 }, + { 8138, 0.8700, 6681.2249 }, + { 1275, 1.2259, 10021.8373 }, + { 187, 1.573, 13362.450 }, + { 52, 3.14, 0 }, + { 41, 1.97, 3344.14 }, + { 27, 1.92, 16703.06 }, + { 18, 4.43, 2281.23 }, + { 12, 4.53, 3185.19 }, + { 10, 5.39, 1059.38 }, + { 10, 0.42, 796.30 } +} }; + +constexpr array g_R3MarsCoefficients +{ { + { 1113, 5.1499, 3340.6124 }, + { 424, 5.613, 6681.225 }, + { 100, 5.997, 10021.837 }, + { 20, 0.08, 13362.45 }, + { 5, 3.14, 0 }, + { 3, 0.43, 16703.06 } +} }; + +constexpr array g_R4MarsCoefficients +{ { + { 20, 3.58, 3340.61 }, + { 16, 4.05, 6681.22 }, + { 6, 4.46, 10021.84 }, + { 2, 4.84, 13362.45 } +} }; + + +///////////////////////////// Implementation ////////////////////////////////// + +double CAAMars::EclipticLongitude(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Mars::L(JD))); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + const double rho5 = rho4*rho; + + //Calculate L0 + double L0 = 0; + for (const auto& L0Coefficient : g_L0MarsCoefficients) + L0 += (L0Coefficient.A * std::cos(L0Coefficient.B + (L0Coefficient.C*rho))); + + //Calculate L1 + double L1 = 0; + for (const auto& L1Coefficient : g_L1MarsCoefficients) + L1 += (L1Coefficient.A * std::cos(L1Coefficient.B + (L1Coefficient.C*rho))); + + //Calculate L2 + double L2 = 0; + for (const auto& L2Coefficient : g_L2MarsCoefficients) + L2 += (L2Coefficient.A * std::cos(L2Coefficient.B + (L2Coefficient.C*rho))); + + //Calculate L3 + double L3 = 0; + for (const auto& L3Coefficient : g_L3MarsCoefficients) + L3 += (L3Coefficient.A * std::cos(L3Coefficient.B + (L3Coefficient.C*rho))); + + //Calculate L4 + double L4 = 0; + for (const auto& L4Coefficient : g_L4MarsCoefficients) + L4 += (L4Coefficient.A * std::cos(L4Coefficient.B + (L4Coefficient.C*rho))); + + //Calculate L5 + double L5 = 0; + for (const auto& L5Coefficient : g_L5MarsCoefficients) + L5 += (L5Coefficient.A * std::cos(L5Coefficient.B + (L5Coefficient.C*rho))); + + double value = (L0 + (L1*rho) + (L2*rhosquared) + (L3*rhocubed) + (L4*rho4) + (L5*rho5)) / 100000000; + + //convert results back to degrees + value = CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(value)); + return value; +} + +double CAAMars::EclipticLatitude(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAACoordinateTransformation::MapToMinus90To90Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Mars::B(JD))); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + + //Calculate B0 + double B0 = 0; + for (const auto& B0Coefficient : g_B0MarsCoefficients) + B0 += (B0Coefficient.A * std::cos(B0Coefficient.B + (B0Coefficient.C*rho))); + + //Calculate B1 + double B1 = 0; + for (const auto& B1Coefficient : g_B1MarsCoefficients) + B1 += (B1Coefficient.A * std::cos(B1Coefficient.B + (B1Coefficient.C*rho))); + + //Calculate B2 + double B2 = 0; + for (const auto& B2Coefficient : g_B2MarsCoefficients) + B2 += (B2Coefficient.A * std::cos(B2Coefficient.B + (B2Coefficient.C*rho))); + + //Calculate B3 + double B3 = 0; + for (const auto& B3Coefficient : g_B3MarsCoefficients) + B3 += (B3Coefficient.A * std::cos(B3Coefficient.B + (B3Coefficient.C*rho))); + + //Calculate B4 + double B4 = 0; + for (const auto& B4Coefficient : g_B4MarsCoefficients) + B4 += (B4Coefficient.A * std::cos(B4Coefficient.B + (B4Coefficient.C*rho))); + + double value = (B0 + B1*rho + B2*rhosquared + B3*rhocubed + B4*rho4) / 100000000; + + //convert results back to degrees + value = CAACoordinateTransformation::MapToMinus90To90Range(CAACoordinateTransformation::RadiansToDegrees(value)); + return value; +} + +double CAAMars::RadiusVector(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAAVSOP87D_Mars::R(JD); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + + //Calculate R0 + double R0 = 0; + for (const auto& R0Coefficients : g_R0MarsCoefficients) + R0 += (R0Coefficients.A * std::cos(R0Coefficients.B + (R0Coefficients.C*rho))); + + //Calculate R1 + double R1 = 0; + for (const auto& R1Coefficient : g_R1MarsCoefficients) + R1 += (R1Coefficient.A * std::cos(R1Coefficient.B + (R1Coefficient.C*rho))); + + //Calculate R2 + double R2 = 0; + for (const auto& R2Coefficient : g_R2MarsCoefficients) + R2 += (R2Coefficient.A * std::cos(R2Coefficient.B + (R2Coefficient.C*rho))); + + //Calculate R3 + double R3 = 0; + for (const auto& R3Coefficient : g_R3MarsCoefficients) + R3 += (R3Coefficient.A * std::cos(R3Coefficient.B + (R3Coefficient.C*rho))); + + //Calculate R4 + double R4 = 0; + for (const auto& R4Coefficient : g_R4MarsCoefficients) + R4 += (R4Coefficient.A * std::cos(R4Coefficient.B + (R4Coefficient.C*rho))); + + return (R0 + R1*rho + R2*rhosquared + R3*rhocubed + R4*rho4) / 100000000; +} diff --git a/Sources/AAPlus/AAMoon.cpp b/Sources/AAPlus/AAMoon.cpp new file mode 100644 index 0000000..36d7b86 --- /dev/null +++ b/Sources/AAPlus/AAMoon.cpp @@ -0,0 +1,554 @@ +/* +Module : AAMoon.cpp +Purpose: Implementation for the algorithms which obtain the position of the Moon +Created: PJN / 29-12-2003 +History: PJN / 07-02-2009 1. Optimized the layout of the MoonCoefficient1 structure by making all elements + integers instead of doubles. + PJN / 12-02-2009 1. Fixed a seemingly copy and paste bug in CAAMoon::EclipticLongitude. The layout of the code + to calculate the "ThisSigma" value was incorrect. The terms involving any value of M was being + multiplied by E. This was incorrect as documented at the bottom of page 338 from the second + edition of Meeus's book. The correct logic is to multiple only terms which involve +1M or -1M + by E and to multiple any terms which involved 2M or -2M by E*E. With the bug fixed the worked + example 47.a from the book now gives: 133.16726428105474 degrees. This is a much closer result + to the value as reported in the book which is 133.167265. The previous buggy code was giving + the value of 133.16726382897039 degrees for the Moons apparent Longitude. The error in this + example is 0.001627 arc seconds of a degree. This error value is well within the actual + reported accuracy of 10 arc seconds for the code, but you would expect this error to increase + as the eccentricity of earths orbit increases. Thanks to Neoklis Kyriazis for reporting this bug. + PJN / 08-05-2011 1. Fixed a compilation issue on GCC where size_t was undefined in various methods. Thanks to + Carsten A. Arnholm and Andrew Hammond for reporting this bug. + PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this + issue when compiling AA+ on ARM. + PJN / 11-02-2017 1. Applied a bug fix to CAAMoon::EclipticLatitude and CAAMoon::RadiusVector along the same lines + as the fix to CAAMoon::EclipticLongitude on February 2009. The bug fix should in fact have been + applied to the later two methods. Thanks to Jeffrey Roe for reporting this issue. + PJN / 01-08-2017 1. Fixed up alignment of lookup tables in AAMoon.cpp module + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + PJN / 18-04-2020 1. Reworked C arrays to use std::array + PJN / 06-11-2021 1. Fix a minor layout problem in the g_MoonCoefficients3 lookup table. Thanks to Jud McCranie + for reporting this issue. + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +//////////////////////////////// Includes ///////////////////////////////////// + +#include "stdafx.h" +#include "AAMoon.h" +#include "AACoordinateTransformation.h" +#include "AAEarth.h" +#include "AANutation.h" +#include +#include +#include +#include +using namespace std; + + +//////////////////////////////// Macros / Defines ///////////////////////////// + +#ifdef _MSC_VER +#pragma warning(disable : 26446 26482 26485) +#endif //#ifdef _MSC_VER + +struct MoonCoefficient1 +{ + int D; + int M; + int Mdash; + int F; +}; + +struct MoonCoefficient2 +{ + double A; + double B; +}; + +constexpr array g_MoonCoefficients1 +{ { + { 0, 0, 1, 0 }, + { 2, 0, -1, 0 }, + { 2, 0, 0, 0 }, + { 0, 0, 2, 0 }, + { 0, 1, 0, 0 }, + { 0, 0, 0, 2 }, + { 2, 0, -2, 0 }, + { 2, -1, -1, 0 }, + { 2, 0, 1, 0 }, + { 2, -1, 0, 0 }, + { 0, 1, -1, 0 }, + { 1, 0, 0, 0 }, + { 0, 1, 1, 0 }, + { 2, 0, 0, -2 }, + { 0, 0, 1, 2 }, + { 0, 0, 1, -2 }, + { 4, 0, -1, 0 }, + { 0, 0, 3, 0 }, + { 4, 0, -2, 0 }, + { 2, 1, -1, 0 }, + { 2, 1, 0, 0 }, + { 1, 0, -1, 0 }, + { 1, 1, 0, 0 }, + { 2, -1, 1, 0 }, + { 2, 0, 2, 0 }, + { 4, 0, 0, 0 }, + { 2, 0, -3, 0 }, + { 0, 1, -2, 0 }, + { 2, 0, -1, 2 }, + { 2, -1, -2, 0 }, + { 1, 0, 1, 0 }, + { 2, -2, 0, 0 }, + { 0, 1, 2, 0 }, + { 0, 2, 0, 0 }, + { 2, -2, -1, 0 }, + { 2, 0, 1, -2 }, + { 2, 0, 0, 2 }, + { 4, -1, -1, 0 }, + { 0, 0, 2, 2 }, + { 3, 0, -1, 0 }, + { 2, 1, 1, 0 }, + { 4, -1, -2, 0 }, + { 0, 2, -1, 0 }, + { 2, 2, -1, 0 }, + { 2, 1, -2, 0 }, + { 2, -1, 0, -2 }, + { 4, 0, 1, 0 }, + { 0, 0, 4, 0 }, + { 4, -1, 0, 0 }, + { 1, 0, -2, 0 }, + { 2, 1, 0, -2 }, + { 0, 0, 2, -2 }, + { 1, 1, 1, 0 }, + { 3, 0, -2, 0 }, + { 4, 0, -3, 0 }, + { 2, -1, 2, 0 }, + { 0, 2, 1, 0 }, + { 1, 1, -1, 0 }, + { 2, 0, 3, 0 }, + { 2, 0, -1, -2 } +} }; + +constexpr array g_MoonCoefficients2 +{ { + { 6288774, -20905355 }, + { 1274027, -3699111 }, + { 658314, -2955968 }, + { 213618, -569925 }, + { -185116, 48888 }, + { -114332, -3149 }, + { 58793, 246158 }, + { 57066, -152138 }, + { 53322, -170733 }, + { 45758, -204586 }, + { -40923, -129620 }, + { -34720, 108743 }, + { -30383, 104755 }, + { 15327, 10321 }, + { -12528, 0 }, + { 10980, 79661 }, + { 10675, -34782 }, + { 10034, -23210 }, + { 8548, -21636 }, + { -7888, 24208 }, + { -6766, 30824 }, + { -5163, -8379 }, + { 4987, -16675 }, + { 4036, -12831 }, + { 3994, -10445 }, + { 3861, -11650 }, + { 3665, 14403 }, + { -2689, -7003 }, + { -2602, 0 }, + { 2390, 10056 }, + { -2348, 6322 }, + { 2236, -9884 }, + { -2120, 5751 }, + { -2069, 0 }, + { 2048, -4950 }, + { -1773, 4130 }, + { -1595, 0 }, + { 1215, -3958 }, + { -1110, 0 }, + { -892, 3258 }, + { -810, 2616 }, + { 759, -1897 }, + { -713, -2117 }, + { -700, 2354 }, + { 691, 0 }, + { 596, 0 }, + { 549, -1423 }, + { 537, -1117 }, + { 520, -1571 }, + { -487, -1739 }, + { -399, 0 }, + { -381, -4421 }, + { 351, 0 }, + { -340, 0 }, + { 330, 0 }, + { 327, 0 }, + { -323, 1165 }, + { 299, 0 }, + { 294, 0 }, + { 0, 8752 } +} }; + +constexpr array g_MoonCoefficients3 +{ { + { 0, 0, 0, 1 }, + { 0, 0, 1, 1 }, + { 0, 0, 1, -1 }, + { 2, 0, 0, -1 }, + { 2, 0, -1, 1 }, + { 2, 0, -1, -1 }, + { 2, 0, 0, 1 }, + { 0, 0, 2, 1 }, + { 2, 0, 1, -1 }, + { 0, 0, 2, -1 }, + { 2, -1, 0, -1 }, + { 2, 0, -2, -1 }, + { 2, 0, 1, 1 }, + { 2, 1, 0, -1 }, + { 2, -1, -1, 1 }, + { 2, -1, 0, 1 }, + { 2, -1, -1, -1 }, + { 0, 1, -1, -1 }, + { 4, 0, -1, -1 }, + { 0, 1, 0, 1 }, + { 0, 0, 0, 3 }, + { 0, 1, -1, 1 }, + { 1, 0, 0, 1 }, + { 0, 1, 1, 1 }, + { 0, 1, 1, -1 }, + { 0, 1, 0, -1 }, + { 1, 0, 0, -1 }, + { 0, 0, 3, 1 }, + { 4, 0, 0, -1 }, + { 4, 0, -1, 1 }, + { 0, 0, 1, -3 }, + { 4, 0, -2, 1 }, + { 2, 0, 0, -3 }, + { 2, 0, 2, -1 }, + { 2, -1, 1, -1 }, + { 2, 0, -2, 1 }, + { 0, 0, 3, -1 }, + { 2, 0, 2, 1 }, + { 2, 0, -3, -1 }, + { 2, 1, -1, 1 }, + { 2, 1, 0, 1 }, + { 4, 0, 0, 1 }, + { 2, -1, 1, 1 }, + { 2, -2, 0, -1 }, + { 0, 0, 1, 3 }, + { 2, 1, 1, -1 }, + { 1, 1, 0, -1 }, + { 1, 1, 0, 1 }, + { 0, 1, -2, -1 }, + { 2, 1, -1, -1 }, + { 1, 0, 1, 1 }, + { 2, -1, -2, -1 }, + { 0, 1, 2, 1 }, + { 4, 0, -2, -1 }, + { 4, -1, -1, -1 }, + { 1, 0, 1, -1 }, + { 4, 0, 1, -1 }, + { 1, 0, -1, -1 }, + { 4, -1, 0, -1 }, + { 2, -2, 0, 1 } +} }; + +constexpr array g_MoonCoefficients4 +{ { + 5128122, + 280602, + 277693, + 173237, + 55413, + 46271, + 32573, + 17198, + 9266, + 8822, + 8216, + 4324, + 4200, + -3359, + 2463, + 2211, + 2065, + -1870, + 1828, + -1794, + -1749, + -1565, + -1491, + -1475, + -1410, + -1344, + -1335, + 1107, + 1021, + 833, + 777, + 671, + 607, + 596, + 491, + -451, + 439, + 422, + 421, + -366, + -351, + 331, + 315, + 302, + -283, + -229, + 223, + 223, + -220, + -220, + -185, + 181, + -177, + 176, + 166, + -164, + 132, + -119, + 115, + 107, +} }; + + +/////////////////////////////// Implementation //////////////////////////////// + +double CAAMoon::MeanLongitude(double JD) noexcept +{ + const double T = (JD - 2451545) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; + const double T4 = Tcubed*T; + return CAACoordinateTransformation::MapTo0To360Range(218.3164477 + 481267.88123421*T - 0.0015786*Tsquared + Tcubed/538841 - T4/65194000); +} + +double CAAMoon::MeanElongation(double JD) noexcept +{ + const double T = (JD - 2451545) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; + const double T4 = Tcubed*T; + return CAACoordinateTransformation::MapTo0To360Range(297.8501921 + 445267.1114034*T - 0.0018819*Tsquared + Tcubed/545868 - T4/113065000); +} + +double CAAMoon::MeanAnomaly(double JD) noexcept +{ + const double T = (JD - 2451545) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; + const double T4 = Tcubed*T; + return CAACoordinateTransformation::MapTo0To360Range(134.9633964 + 477198.8675055*T + 0.0087414*Tsquared + Tcubed/69699 - T4/14712000); +} + +double CAAMoon::ArgumentOfLatitude(double JD) noexcept +{ + const double T = (JD - 2451545) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; + const double T4 = Tcubed*T; + return CAACoordinateTransformation::MapTo0To360Range(93.2720950 + 483202.0175233*T - 0.0036539*Tsquared - Tcubed/3526000 + T4/863310000); +} + +double CAAMoon::EclipticLongitude(double JD) noexcept +{ + double Ldash = MeanLongitude(JD); + const double LdashDegrees = Ldash; + Ldash = CAACoordinateTransformation::DegreesToRadians(Ldash); + double D = MeanElongation(JD); + D = CAACoordinateTransformation::DegreesToRadians(D); + double M = CAAEarth::SunMeanAnomaly(JD); + M = CAACoordinateTransformation::DegreesToRadians(M); + double Mdash = MeanAnomaly(JD); + Mdash = CAACoordinateTransformation::DegreesToRadians(Mdash); + double F = ArgumentOfLatitude(JD); + F = CAACoordinateTransformation::DegreesToRadians(F); + + const double E = CAAEarth::Eccentricity(JD); + const double Esquared = E*E; + const double T = (JD - 2451545) / 36525; + + double A1 = CAACoordinateTransformation::MapTo0To360Range(119.75 + 131.849*T); + A1 = CAACoordinateTransformation::DegreesToRadians(A1); + double A2 = CAACoordinateTransformation::MapTo0To360Range(53.09 + 479264.290*T); + A2 = CAACoordinateTransformation::DegreesToRadians(A2); + + constexpr size_t nLCoefficients = g_MoonCoefficients1.size(); + assert(nLCoefficients == g_MoonCoefficients2.size()); + double SigmaL = 0; + for (size_t i=0; i +using namespace std; + + +///////////////////////////// Implementation ////////////////////////////////// + +vector CAAMoonMaxDeclinations2::Calculate(double StartJD, double EndJD, double StepInterval, Algorithm algorithm) +{ + //What will be the return value + vector events; + + double JD = StartJD; + double LastLatitude0 = -90; + double LastLatitude1 = -90; + double LastRA0 = 0; + double LastRA1 = 0; + while (JD < EndJD) + { + double MoonLong = 0; + double MoonLat = 0; + switch (algorithm) + { + case Algorithm::MeeusTruncated: + { + MoonLong = CAAMoon::EclipticLongitude(JD); + MoonLat = CAAMoon::EclipticLatitude(JD); + break; + } +#ifndef AAPLUS_NO_ELP2000 + case Algorithm::ELP2000: + { + MoonLong = CAAELP2000::EclipticLongitude(JD); + MoonLat = CAAELP2000::EclipticLatitude(JD); + break; + } +#endif //#ifndef AAPLUS_NO_ELP2000 +#ifndef AAPLUS_NO_ELPMPP02 + case Algorithm::ELPMPP02Nominal: + { + MoonLong = CAAELPMPP02::EclipticLongitude(JD, CAAELPMPP02::Correction::Nominal); + MoonLat = CAAELPMPP02::EclipticLatitude(JD, CAAELPMPP02::Correction::Nominal); + break; + } + case Algorithm::ELPMPP02LLR: + { + MoonLong = CAAELPMPP02::EclipticLongitude(JD, CAAELPMPP02::Correction::LLR); + MoonLat = CAAELPMPP02::EclipticLatitude(JD, CAAELPMPP02::Correction::LLR); + break; + } + case Algorithm::ELPMPP02DE405: + { + MoonLong = CAAELPMPP02::EclipticLongitude(JD, CAAELPMPP02::Correction::DE405); + MoonLat = CAAELPMPP02::EclipticLatitude(JD, CAAELPMPP02::Correction::DE405); + break; + } + case Algorithm::ELPMPP02DE406: + { + MoonLong = CAAELPMPP02::EclipticLongitude(JD, CAAELPMPP02::Correction::DE406); + MoonLat = CAAELPMPP02::EclipticLatitude(JD, CAAELPMPP02::Correction::DE406); + break; + } +#endif //#ifndef AAPLUS_NO_ELPMPP02 + default: + { + assert(false); + break; + } + } + CAA2DCoordinate Equatorial = CAACoordinateTransformation::Ecliptic2Equatorial(MoonLong, MoonLat, CAANutation::TrueObliquityOfEcliptic(JD)); + + //Precess the coordinates if required + if (algorithm != Algorithm::MeeusTruncated) + Equatorial = CAAPrecession::PrecessEquatorial(Equatorial.X, Equatorial.Y, 2451545, JD); + + if ((LastLatitude0 != -90) && (LastLatitude1 != -90)) + { + double tempRA = Equatorial.X; + double tempLastRA1 = LastRA1; + double tempLastRA0 = LastRA0; + CAARiseTransitSet::CorrectRAValuesForInterpolation(tempLastRA1, tempLastRA0, tempRA); + if ((LastLatitude0 > Equatorial.Y) && (LastLatitude0 > LastLatitude1)) + { + CAAMoonMaxDeclinationsDetails2 event; + event.type = CAAMoonMaxDeclinationsDetails2::Type::MaxNorthernDeclination; + double fraction = 0; + event.Declination = CAAInterpolate::Extremum(LastLatitude1, LastLatitude0, Equatorial.Y, fraction); + event.RA = CAACoordinateTransformation::MapTo0To24Range(CAAInterpolate::Interpolate(fraction, tempLastRA1, tempLastRA0, tempRA)); + event.JD = JD - StepInterval + (fraction * StepInterval); + events.push_back(event); + } + else if ((LastLatitude0 < Equatorial.Y) && (LastLatitude0 < LastLatitude1)) + { + CAAMoonMaxDeclinationsDetails2 event; + event.type = CAAMoonMaxDeclinationsDetails2::Type::MaxSouthernDeclination; + double fraction = 0; + event.Declination = CAAInterpolate::Extremum(LastLatitude1, LastLatitude0, Equatorial.Y, fraction); + event.RA = CAACoordinateTransformation::MapTo0To24Range(CAAInterpolate::Interpolate(fraction, tempLastRA1, tempLastRA0, tempRA)); + event.JD = JD - StepInterval + (fraction * StepInterval); + events.push_back(event); + } + } + + //Prepare for the next loop + LastLatitude1 = LastLatitude0; + LastLatitude0 = Equatorial.Y; + LastRA1 = LastRA0; + LastRA0 = Equatorial.X; + JD += StepInterval; + } + + return events; +} diff --git a/Vendor/AA+/1.6.3/AAMoonNodes.cpp b/Sources/AAPlus/AAMoonNodes.cpp old mode 100755 new mode 100644 similarity index 70% rename from Vendor/AA+/1.6.3/AAMoonNodes.cpp rename to Sources/AAPlus/AAMoonNodes.cpp index 217fca5..a462afe --- a/Vendor/AA+/1.6.3/AAMoonNodes.cpp +++ b/Sources/AAPlus/AAMoonNodes.cpp @@ -1,10 +1,16 @@ /* -Module : AAMOONNODES.CPP +Module : AAMoonNodes.cpp Purpose: Implementation for the algorithms which obtain the dates when the Moon passes thro its nodes Created: PJN / 29-12-2003 -History: None +History: PJN / 28-03-2016 1. Fixed two transcription errors in CAAMoonNodes::PassageThroNode. The first + error was the calculation of the D4 local variable which represented 4D in + Meeus's formulae while the second error was in the -E*0.0003*sin(2D - 2M) + coefficient. With these two fixes the calculated time of Example 51.a from + Meeus's book is within 2 seconds of the value he reports. Thanks to Alejandro + Krohn for prompting this bug fix. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -30,18 +36,13 @@ using namespace std; //////////////////////////// Implementation /////////////////////////////////// -double CAAMoonNodes::K(double Year) -{ - return 13.4223*(Year - 2000.05); -} - -double CAAMoonNodes::PassageThroNode(double k) +double CAAMoonNodes::PassageThroNode(double k) noexcept { //convert from K to T - double T = k/1342.23; - double Tsquared = T*T; - double Tcubed = Tsquared*T; - double T4 = Tcubed*T; + const double T = k/1342.23; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; + const double T4 = Tcubed*T; double D = CAACoordinateTransformation::MapTo0To360Range(183.6380 + 331.73735682*k + 0.0014852*Tsquared + 0.00000209*Tcubed - 0.000000010*T4); double M = CAACoordinateTransformation::MapTo0To360Range(17.4006 + 26.82037250*k + 0.0001186*Tsquared + 0.00000006*Tcubed); @@ -49,20 +50,20 @@ double CAAMoonNodes::PassageThroNode(double k) double omega = CAACoordinateTransformation::MapTo0To360Range(123.9767 - 1.44098956*k + 0.0020608*Tsquared + 0.00000214*Tcubed - 0.000000016*T4); double V = CAACoordinateTransformation::MapTo0To360Range(299.75 + 132.85*T - 0.009173*Tsquared); double P = CAACoordinateTransformation::MapTo0To360Range(omega + 272.75 - 2.3*T); - double E = 1 - 0.002516*T - 0.0000074*Tsquared; + const double E = 1 - 0.002516*T - 0.0000074*Tsquared; //convert to radians D = CAACoordinateTransformation::DegreesToRadians(D); - double D2 = 2*D; - double D4 = D2*D2; + const double D2 = 2*D; + const double D4 = D2*2; M = CAACoordinateTransformation::DegreesToRadians(M); Mdash = CAACoordinateTransformation::DegreesToRadians(Mdash); - double Mdash2 = 2*Mdash; + const double Mdash2 = 2*Mdash; omega = CAACoordinateTransformation::DegreesToRadians(omega); V = CAACoordinateTransformation::DegreesToRadians(V); P = CAACoordinateTransformation::DegreesToRadians(P); - double JD = 2451565.1619 + 27.212220817*k + const double JD = 2451565.1619 + 27.212220817*k + 0.0002762*Tsquared + 0.000000021*Tcubed - 0.000000000088*T4 @@ -84,7 +85,7 @@ double CAAMoonNodes::PassageThroNode(double k) + 0.0014*sin(D4 - Mdash) + E*0.0005*sin(D2 + M - Mdash) + E*0.0004*sin(D2 - M + Mdash) - - E*0.0003*sin(D2 - M*M) + - E*0.0003*sin(D2 - 2*M) + E*0.0003*sin(D4 - M) + 0.0003*sin(V) + 0.0003*sin(P); diff --git a/Sources/AAPlus/AAMoonNodes2.cpp b/Sources/AAPlus/AAMoonNodes2.cpp new file mode 100644 index 0000000..dacf65d --- /dev/null +++ b/Sources/AAPlus/AAMoonNodes2.cpp @@ -0,0 +1,120 @@ +/* +Module : AAMoonNodes2.cpp +Purpose: Implementation for the algorithms which obtain the dates when the Moon passes thro its nodes (revised version) +Created: PJN / 16-11-2019 +History: PJN / 16-11-2019 1. Initial implementation + +Copyright (c) 2019 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +//////////////////////////// Includes ///////////////////////////////////////// + +#include "stdafx.h" +#include "AAMoonNodes2.h" +#include "AAMoon.h" +#ifndef AAPLUS_NO_ELP2000 +#include "AAELP2000.h" +#endif //#ifndef AAPLUS_NO_ELP2000 +#ifndef AAPLUS_NO_ELPMPP02 +#include "AAELPMPP02.h" +#endif //#ifndef AAPLUS_NO_ELPMPP02 +#include +using namespace std; + + +//////////////////////////// Implementation /////////////////////////////////// + +vector CAAMoonNodes2::Calculate(double StartJD, double EndJD, double StepInterval, Algorithm algorithm) +{ + //What will be the return value + vector events; + + double JD = StartJD; + double LastJD0 = 0; + double LastLatitude0 = -90; + while (JD < EndJD) + { + double MoonLatitude = 0; + switch (algorithm) + { + case Algorithm::MeeusTruncated: + { + MoonLatitude = CAAMoon::EclipticLatitude(JD); + break; + } +#ifndef AAPLUS_NO_ELP2000 + case Algorithm::ELP2000: + { + MoonLatitude = CAAELP2000::EclipticLatitude(JD); + break; + } +#endif //#ifndef AAPLUS_NO_ELP2000 +#ifndef AAPLUS_NO_ELPMPP02 + case Algorithm::ELPMPP02Nominal: + { + MoonLatitude = CAAELPMPP02::EclipticLatitude(JD, CAAELPMPP02::Correction::Nominal); + break; + } + case Algorithm::ELPMPP02LLR: + { + MoonLatitude = CAAELPMPP02::EclipticLatitude(JD, CAAELPMPP02::Correction::LLR); + break; + } + case Algorithm::ELPMPP02DE405: + { + MoonLatitude = CAAELPMPP02::EclipticLatitude(JD, CAAELPMPP02::Correction::DE405); + break; + } + case Algorithm::ELPMPP02DE406: + { + MoonLatitude = CAAELPMPP02::EclipticLatitude(JD, CAAELPMPP02::Correction::DE406); + break; + } +#endif //#ifndef AAPLUS_NO_ELPMPP02 + default: + { + assert(false); + break; + } + } + + if (LastLatitude0 != -90) + { + if ((LastLatitude0 < 0) && (MoonLatitude >= 0)) + { + CAAMoonNodesDetails2 event; + event.type = CAAMoonNodesDetails2::Type::Ascending; + const double fraction = (0 - LastLatitude0) / (MoonLatitude - LastLatitude0); + event.JD = LastJD0 + (fraction * StepInterval); + events.push_back(event); + } + else if ((LastLatitude0 > 0) && (MoonLatitude <= 0)) + { + CAAMoonNodesDetails2 event; + event.type = CAAMoonNodesDetails2::Type::Descending; + const double fraction = (0 - LastLatitude0) / (MoonLatitude - LastLatitude0); + event.JD = LastJD0 + (fraction * StepInterval); + events.push_back(event); + } + } + + //Prepare for the next loop + LastLatitude0 = MoonLatitude; + LastJD0 = JD; + JD += StepInterval; + } + + return events; +} diff --git a/Vendor/AA+/1.6.3/AAMoonPerigeeApogee.cpp b/Sources/AAPlus/AAMoonPerigeeApogee.cpp old mode 100755 new mode 100644 similarity index 52% rename from Vendor/AA+/1.6.3/AAMoonPerigeeApogee.cpp rename to Sources/AAPlus/AAMoonPerigeeApogee.cpp index f473078..c3d9df0 --- a/Vendor/AA+/1.6.3/AAMoonPerigeeApogee.cpp +++ b/Sources/AAPlus/AAMoonPerigeeApogee.cpp @@ -1,5 +1,5 @@ /* -Module : AAMOONPERIGEEAPOGEE.CPP +Module : AAMoonPerigeeApogee.cpp Purpose: Implementation for the algorithms which obtain the dates of Lunar Apogee and Perigee Created: PJN / 29-12-2003 History: PJN / 07-02-2009 1. Fixed a seemingly copy and paste bug in CAAMoonPerigeeApogee::TruePerigee. The @@ -17,8 +17,15 @@ History: PJN / 07-02-2009 1. Fixed a seemingly copy and paste bug in CAAMoonPeri incorrectly using "D+2M-0.0011". Thanks to Thomas Meyer for reporting this bug. PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this issue when compiling AA+ on ARM. + PJN / 09-03-2016 1. Fixed three transcription bugs in the g_MoonPerigeeApogeeCoefficients3 table. Thanks to + "Pavel" for reporting this bug. A spot check of the True Perigee parallax values from 1984 to 2026 + indicate that this bug did not affect the calculated distances at least in this time range to a + precision of a kilometer which is well within the claimed accuracy of 12 KM as mentioned in + Meeus's book on page 361. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + PJN / 14-04-2020 1. Reworked C arrays to use std::array -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -39,11 +46,16 @@ to maintain a single distribution point for the source code. #include "AAMoonPerigeeApogee.h" #include "AACoordinateTransformation.h" #include +#include using namespace std; ////////////////////////////////// Macros / Defines /////////////////////////// +#ifdef _MSC_VER +#pragma warning(disable : 26446 26481 26482) +#endif //#ifdef _MSC_VER + struct MoonPerigeeApogeeCoefficient { int D; @@ -53,120 +65,117 @@ struct MoonPerigeeApogeeCoefficient double T; }; -const MoonPerigeeApogeeCoefficient g_MoonPerigeeApogeeCoefficients1[] = -{ - { 2, 0, 0, -1.6769, 0 }, - { 4, 0, 0, 0.4589, 0 }, - { 6, 0, 0, -0.1856, 0 }, - { 8, 0, 0, 0.0883, 0 }, - { 2, -1, 0, -0.0773, 0.00019 }, +constexpr array g_MoonPerigeeApogeeCoefficients1 +{ { + { 2, 0, 0, -1.6769, 0 }, + { 4, 0, 0, 0.4589, 0 }, + { 6, 0, 0, -0.1856, 0 }, + { 8, 0, 0, 0.0883, 0 }, + { 2, -1, 0, -0.0773, 0.00019 }, { 0, 1, 0, 0.0502, -0.00013 }, - { 10, 0, 0, -0.0460, 0 }, + { 10, 0, 0, -0.0460, 0 }, { 4, -1, 0, 0.0422, -0.00011 }, - { 6, -1, 0, -0.0256, 0 }, - { 12, 0, 0, 0.0253, 0 }, - { 1, 0, 0, 0.0237, 0 }, - { 8, -1, 0, 0.0162, 0 }, - { 14, 0, 0, -0.0145, 0 }, - { 0, 0, 2, 0.0129, 0 }, - { 3, 0, 0, -0.0112, 0 }, - { 10, -1, 0, -0.0104, 0 }, - { 16, 0, 0, 0.0086, 0 }, - { 12, -1, 0, 0.0069, 0 }, - { 5, 0, 0, 0.0066, 0 }, - { 2, 0, 2, -0.0053, 0 }, - { 18, 0, 0, -0.0052, 0 }, - { 14, -1, 0, -0.0046, 0 }, - { 7, 0, 0, -0.0041, 0 }, - { 2, 1, 0, 0.0040, 0 }, - { 20, 0, 0, 0.0032, 0 }, - { 1, 1, 0, -0.0032, 0 }, - { 16, -1, 0, 0.0031, 0 }, - { 4, 1, 0, -0.0029, 0 }, - { 9, 0, 0, 0.0027, 0 }, - { 4, 0, 2, 0.0027, 0 }, - { 2, -2, 0, -0.0027, 0 }, - { 4, -2, 0, 0.0024, 0 }, - { 6, -2, 0, -0.0021, 0 }, - { 22, 0, 0, -0.0021, 0 }, - { 18, -1, 0, -0.0021, 0 }, - { 6, 1, 0, 0.0019, 0 }, - { 11, 0, 0, -0.0018, 0 }, - { 8, 1, 0, -0.0014, 0 }, - { 4, 0, -2, -0.0014, 0 }, - { 6, 0, 2, -0.0014, 0 }, - { 3, 1, 0, 0.0014, 0 }, - { 5, 1, 0, -0.0014, 0 }, - { 13, 0, 0, 0.0013, 0 }, - { 20, -1, 0, 0.0013, 0 }, - { 3, 2, 0, 0.0011, 0 }, - { 4, -2, 2, -0.0011, 0 }, - { 1, 2, 0, -0.0010, 0 }, - { 22, -1, 0, -0.0009, 0 }, - { 0, 0, 4, -0.0008, 0 }, - { 6, 0, -2, 0.0008, 0 }, - { 2, 1, -2, 0.0008, 0 }, - { 0, 2, 0 , 0.0007, 0 }, - { 0, -1, 2, 0.0007, 0 }, - { 2, 0, 4, 0.0007, 0 }, - { 0, -2, 2, -0.0006, 0 }, - { 2, 2, -2, -0.0006, 0 }, - { 24, 0, 0, 0.0006, 0 }, - { 4, 0, -4, 0.0005, 0 }, - { 2, 2, 0, 0.0005, 0 }, - { 1, -1, 0, -0.0004, 0 } -}; - -const MoonPerigeeApogeeCoefficient g_MoonPerigeeApogeeCoefficients2[] = -{ - { 2, 0, 0, 0.4392, 0 }, - { 4, 0, 0, 0.0684, 0 }, + { 6, -1, 0, -0.0256, 0 }, + { 12, 0, 0, 0.0253, 0 }, + { 1, 0, 0, 0.0237, 0 }, + { 8, -1, 0, 0.0162, 0 }, + { 14, 0, 0, -0.0145, 0 }, + { 0, 0, 2, 0.0129, 0 }, + { 3, 0, 0, -0.0112, 0 }, + { 10, -1, 0, -0.0104, 0 }, + { 16, 0, 0, 0.0086, 0 }, + { 12, -1, 0, 0.0069, 0 }, + { 5, 0, 0, 0.0066, 0 }, + { 2, 0, 2, -0.0053, 0 }, + { 18, 0, 0, -0.0052, 0 }, + { 14, -1, 0, -0.0046, 0 }, + { 7, 0, 0, -0.0041, 0 }, + { 2, 1, 0, 0.0040, 0 }, + { 20, 0, 0, 0.0032, 0 }, + { 1, 1, 0, -0.0032, 0 }, + { 16, -1, 0, 0.0031, 0 }, + { 4, 1, 0, -0.0029, 0 }, + { 9, 0, 0, 0.0027, 0 }, + { 4, 0, 2, 0.0027, 0 }, + { 2, -2, 0, -0.0027, 0 }, + { 4, -2, 0, 0.0024, 0 }, + { 6, -2, 0, -0.0021, 0 }, + { 22, 0, 0, -0.0021, 0 }, + { 18, -1, 0, -0.0021, 0 }, + { 6, 1, 0, 0.0019, 0 }, + { 11, 0, 0, -0.0018, 0 }, + { 8, 1, 0, -0.0014, 0 }, + { 4, 0, -2, -0.0014, 0 }, + { 6, 0, 2, -0.0014, 0 }, + { 3, 1, 0, 0.0014, 0 }, + { 5, 1, 0, -0.0014, 0 }, + { 13, 0, 0, 0.0013, 0 }, + { 20, -1, 0, 0.0013, 0 }, + { 3, 2, 0, 0.0011, 0 }, + { 4, -2, 2, -0.0011, 0 }, + { 1, 2, 0, -0.0010, 0 }, + { 22, -1, 0, -0.0009, 0 }, + { 0, 0, 4, -0.0008, 0 }, + { 6, 0, -2, 0.0008, 0 }, + { 2, 1, -2, 0.0008, 0 }, + { 0, 2, 0 , 0.0007, 0 }, + { 0, -1, 2, 0.0007, 0 }, + { 2, 0, 4, 0.0007, 0 }, + { 0, -2, 2, -0.0006, 0 }, + { 2, 2, -2, -0.0006, 0 }, + { 24, 0, 0, 0.0006, 0 }, + { 4, 0, -4, 0.0005, 0 }, + { 2, 2, 0, 0.0005, 0 }, + { 1, -1, 0, -0.0004, 0 } +} }; + +constexpr array g_MoonPerigeeApogeeCoefficients2 +{ { + { 2, 0, 0, 0.4392, 0 }, + { 4, 0, 0, 0.0684, 0 }, { 0, 1, 0, 0.0456, -0.00011 }, { 2, -1, 0, 0.0426, -0.00011 }, - { 0, 0, 2, 0.0212, 0 }, - { 1, 0, 0, -0.0189, 0 }, - { 6, 0, 0, 0.0144, 0 }, - { 4, -1, 0, 0.0113, 0 }, - { 2, 0, 2, 0.0047, 0 }, - { 1, 1, 0, 0.0036, 0 }, - { 8, 0, 0, 0.0035, 0 }, - { 6, -1, 0, 0.0034, 0 }, - { 2, 0, -2, -0.0034, 0 }, - { 2, -2, 0, 0.0022, 0 }, - { 3, 0, 0, -0.0017, 0 }, - { 4, 0, 2, 0.0013, 0 }, - { 8, -1, 0, 0.0011, 0 }, - { 4, -2, 0, 0.0010, 0 }, - { 10, 0, 0, 0.0009, 0 }, - { 3, 1, 0, 0.0007, 0 }, - { 0, 2, 0, 0.0006, 0 }, - { 2, 1, 0, 0.0005, 0 }, - { 2, 2, 0, 0.0005, 0 }, - { 6, 0, 2, 0.0004, 0 }, - { 6, -2, 0, 0.0004, 0 }, - { 10, -1, 0, 0.0004, 0 }, - { 5, 0, 0, -0.0004, 0 }, - { 4, 0, -2, -0.0004, 0 }, - { 0, 1, 2, 0.0003, 0 }, - { 12, 0, 0, 0.0003, 0 }, - { 2, -1, 2, 0.0003, 0 }, - { 1, -1, 0, -0.0003, 0 } -}; - -const MoonPerigeeApogeeCoefficient g_MoonPerigeeApogeeCoefficients3[] = -{ + { 0, 0, 2, 0.0212, 0 }, + { 1, 0, 0, -0.0189, 0 }, + { 6, 0, 0, 0.0144, 0 }, + { 4, -1, 0, 0.0113, 0 }, + { 2, 0, 2, 0.0047, 0 }, + { 1, 1, 0, 0.0036, 0 }, + { 8, 0, 0, 0.0035, 0 }, + { 6, -1, 0, 0.0034, 0 }, + { 2, 0, -2, -0.0034, 0 }, + { 2, -2, 0, 0.0022, 0 }, + { 3, 0, 0, -0.0017, 0 }, + { 4, 0, 2, 0.0013, 0 }, + { 8, -1, 0, 0.0011, 0 }, + { 4, -2, 0, 0.0010, 0 }, + { 10, 0, 0, 0.0009, 0 }, + { 3, 1, 0, 0.0007, 0 }, + { 0, 2, 0, 0.0006, 0 }, + { 2, 1, 0, 0.0005, 0 }, + { 2, 2, 0, 0.0005, 0 }, + { 6, 0, 2, 0.0004, 0 }, + { 6, -2, 0, 0.0004, 0 }, + { 10, -1, 0, 0.0004, 0 }, + { 5, 0, 0, -0.0004, 0 }, + { 4, 0, -2, -0.0004, 0 }, + { 0, 1, 2, 0.0003, 0 }, + { 12, 0, 0, 0.0003, 0 }, + { 2, -1, 2, 0.0003, 0 }, + { 1, -1, 0, -0.0003, 0 } +} }; + +constexpr array g_MoonPerigeeApogeeCoefficients3 +{ { { 2, 0, 0, 63.224, 0 }, { 4, 0, 0, -6.990, 0 }, - { 2, -1, 0, 2.834, 0 }, - { 2, -1, 0, 0, -0.0071 }, + { 2, -1, 0, 2.834, -0.0071 }, { 6, 0, 0, 1.927, 0 }, { 1, 0, 0, -1.263, 0 }, { 8, 0, 0, -0.702, 0 }, - { 0, 1, 0, 0.696, 0 }, - { 0, 1, 0, 0, -0.0017 }, + { 0, 1, 0, 0.696, -0.0017 }, { 0, 0, 2, -0.690, 0 }, - { 4, -1, 0, -0.629, 0 }, - { 4, -1, 0, 0, 0.0016 }, + { 4, -1, 0, -0.629, 0.0016 }, { 2, 0, -2, -0.392, 0 }, { 10, 0, 0, 0.297, 0 }, { 6, -1, 0, 0.260, 0 }, @@ -199,15 +208,15 @@ const MoonPerigeeApogeeCoefficient g_MoonPerigeeApogeeCoefficients3[] = { 6, 0, 2, 0.017, 0 }, { 0, -1, 2, 0.014, 0 }, { 16, -1, 0, -0.014, 0 }, - { 4, 0, -2, 0.013, 0 }, + { 4, 0, -2, 0.013, 0 }, { 8, 1, 0, 0.012, 0 }, { 11, 0, 0, 0.011, 0 }, { 5, 1, 0, 0.010, 0 }, { 20, 0, 0, -0.010, 0 } -}; +} }; -const MoonPerigeeApogeeCoefficient g_MoonPerigeeApogeeCoefficients4[] = -{ +constexpr array g_MoonPerigeeApogeeCoefficients4 +{ { { 2, 0, 0, -9.147, 0 }, { 1, 0, 0, -0.841, 0 }, { 0, 0, 2, 0.697, 0 }, @@ -224,43 +233,21 @@ const MoonPerigeeApogeeCoefficient g_MoonPerigeeApogeeCoefficients4[] = { 2, 2, 0, 0.019, 0 }, { 0, 2, 0, -0.016, 0 }, { 6, -1, 0, 0.014, 0 }, - { 8, 0, 0, 0.010, 0 } -}; + { 8, 0, 0, 0.010, 0 } +} }; //////////////////////////////// Implementation /////////////////////////////// -double CAAMoonPerigeeApogee::K(double Year) -{ - return 13.2555*(Year - 1999.97); -} - -double CAAMoonPerigeeApogee::MeanPerigee(double k) -{ - //convert from K to T - double T = k/1325.55; - double Tsquared = T*T; - double Tcubed = Tsquared*T; - double T4 = Tcubed*T; - - return 2451534.6698 + 27.55454989*k - 0.0006691*Tsquared - 0.000001098*Tcubed + 0.0000000052*T4; -} - -double CAAMoonPerigeeApogee::MeanApogee(double k) -{ - //Uses the same formula as MeanPerigee - return MeanPerigee(k); -} - -double CAAMoonPerigeeApogee::TruePerigee(double k) +double CAAMoonPerigeeApogee::TruePerigee(double k) noexcept { - double MeanJD = MeanPerigee(k); + const double MeanJD = MeanPerigee(k); //convert from K to T - double T = k/1325.55; - double Tsquared = T*T; - double Tcubed = Tsquared*T; - double T4 = Tcubed*T; + const double T = k/1325.55; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; + const double T4 = Tcubed*T; double D = CAACoordinateTransformation::MapTo0To360Range(171.9179 + 335.9106046*k - 0.0100383*Tsquared - 0.00001156*Tcubed + 0.000000055*T4); D = CAACoordinateTransformation::DegreesToRadians(D); @@ -269,24 +256,20 @@ double CAAMoonPerigeeApogee::TruePerigee(double k) double F = CAACoordinateTransformation::MapTo0To360Range(316.6109 + 364.5287911*k - 0.0125053*Tsquared - 0.0000148*Tcubed); F = CAACoordinateTransformation::DegreesToRadians(F); - int nPerigeeCoefficients = sizeof(g_MoonPerigeeApogeeCoefficients1) / sizeof(MoonPerigeeApogeeCoefficient); double Sigma = 0; - for (int i=0; i +#include +using namespace std; + + +//////////////////////////// Implementation /////////////////////////////////// + +double CAAMoonPhases::TruePhase(double k) noexcept +{ + //What will be the return value + double JD = MeanPhase(k); + + //convert from K to T + const double T = k/1236.85; + const double T2 = T*T; + const double T3 = T2*T; + const double T4 = T3*T; + + const double E = 1 - 0.002516*T - 0.0000074*T2; + const double E2 = E*E; + + double M = CAACoordinateTransformation::MapTo0To360Range(2.5534 + 29.10535670*k - 0.0000014*T2 - 0.00000011*T3); + M = CAACoordinateTransformation::DegreesToRadians(M); + double Mdash = CAACoordinateTransformation::MapTo0To360Range(201.5643 + 385.81693528*k + 0.0107582*T2 + 0.00001238*T3 - 0.000000058*T4); + Mdash = CAACoordinateTransformation::DegreesToRadians(Mdash); + double F = CAACoordinateTransformation::MapTo0To360Range(160.7108 + 390.67050284*k - 0.0016118*T2 - 0.00000227*T3 + 0.000000011*T4); + F = CAACoordinateTransformation::DegreesToRadians(F); + double omega = CAACoordinateTransformation::MapTo0To360Range(124.7746 - 1.56375588*k + 0.0020672*T2 + 0.00000215*T3); + omega = CAACoordinateTransformation::DegreesToRadians(omega); + double A1 = CAACoordinateTransformation::MapTo0To360Range(299.77 + 0.107408*k - 0.009173*T2); + A1 = CAACoordinateTransformation::DegreesToRadians(A1); + double A2 = CAACoordinateTransformation::MapTo0To360Range(251.88 + 0.016321*k); + A2 = CAACoordinateTransformation::DegreesToRadians(A2); + double A3 = CAACoordinateTransformation::MapTo0To360Range(251.83 + 26.651886*k); + A3 = CAACoordinateTransformation::DegreesToRadians(A3); + double A4 = CAACoordinateTransformation::MapTo0To360Range(349.42 + 36.412478*k); + A4 = CAACoordinateTransformation::DegreesToRadians(A4); + double A5 = CAACoordinateTransformation::MapTo0To360Range(84.66 + 18.206239*k); + A5 = CAACoordinateTransformation::DegreesToRadians(A5); + double A6 = CAACoordinateTransformation::MapTo0To360Range(141.74 + 53.303771*k); + A6 = CAACoordinateTransformation::DegreesToRadians(A6); + double A7 = CAACoordinateTransformation::MapTo0To360Range(207.14 + 2.453732*k); + A7 = CAACoordinateTransformation::DegreesToRadians(A7); + double A8 = CAACoordinateTransformation::MapTo0To360Range(154.84 + 7.306860*k); + A8 = CAACoordinateTransformation::DegreesToRadians(A8); + double A9 = CAACoordinateTransformation::MapTo0To360Range(34.52 + 27.261239*k); + A9 = CAACoordinateTransformation::DegreesToRadians(A9); + double A10 = CAACoordinateTransformation::MapTo0To360Range(207.19 + 0.121824*k); + A10 = CAACoordinateTransformation::DegreesToRadians(A10); + double A11 = CAACoordinateTransformation::MapTo0To360Range(291.34 + 1.844379*k); + A11 = CAACoordinateTransformation::DegreesToRadians(A11); + double A12 = CAACoordinateTransformation::MapTo0To360Range(161.72 + 24.198154*k); + A12 = CAACoordinateTransformation::DegreesToRadians(A12); + double A13 = CAACoordinateTransformation::MapTo0To360Range(239.56 + 25.513099*k); + A13 = CAACoordinateTransformation::DegreesToRadians(A13); + double A14 = CAACoordinateTransformation::MapTo0To360Range(331.55 + 3.592518*k); + A14 = CAACoordinateTransformation::DegreesToRadians(A14); + + //convert to radians + double kint = 0; + double kfrac = modf(k, &kint); + if (kfrac < 0) + kfrac = 1 + kfrac; + if (kfrac == 0) //New Moon + { + const double DeltaJD = -0.40720*sin(Mdash) + + 0.17241*E*sin(M) + + 0.01608*sin(2*Mdash) + + 0.01039*sin(2*F) + + 0.00739*E*sin(Mdash - M) + + -0.00514*E*sin(Mdash + M) + + 0.00208*E2*sin(2*M) + + -0.00111*sin(Mdash - 2*F) + + -0.00057*sin(Mdash + 2*F) + + 0.00056*E*sin(2*Mdash + M) + + -0.00042*sin(3*Mdash) + + 0.00042*E*sin(M + 2*F) + + 0.00038*E*sin(M - 2*F) + + -0.00024*E*sin(2*Mdash - M) + + -0.00017*sin(omega) + + -0.00007*sin(Mdash + 2*M) + + 0.00004*sin(2*Mdash - 2*F) + + 0.00004*sin(3*M) + + 0.00003*sin(Mdash + M - 2*F) + + 0.00003*sin(2*Mdash + 2*F) + + -0.00003*sin(Mdash + M + 2*F) + + 0.00003*sin(Mdash - M + 2*F) + + -0.00002*sin(Mdash - M - 2*F) + + -0.00002*sin(3*Mdash + M) + + 0.00002*sin(4*Mdash); + JD += DeltaJD; + } + else if ((kfrac == 0.25) || (kfrac == 0.75)) //First Quarter or Last Quarter + { + const double DeltaJD = -0.62801*sin(Mdash) + + 0.17172*E*sin(M) + + -0.01183*E*sin(Mdash + M) + + 0.00862*sin(2*Mdash) + + 0.00804*sin(2*F) + + 0.00454*E*sin(Mdash - M) + + 0.00204*E2*sin(2*M) + + -0.00180*sin(Mdash - 2*F) + + -0.00070*sin(Mdash + 2*F) + + -0.00040*sin(3*Mdash) + + -0.00034*E*sin(2*Mdash - M) + + 0.00032*E*sin(M + 2*F) + + 0.00032*E*sin(M - 2*F) + + -0.00028*E2*sin(Mdash + 2*M) + + 0.00027*E*sin(2*Mdash + M) + + -0.00017*sin(omega) + + -0.00005*sin(Mdash - M - 2*F) + + 0.00004*sin(2*Mdash + 2*F) + + -0.00004*sin(Mdash + M + 2*F) + + 0.00004*sin(Mdash - 2*M) + + 0.00003*sin(Mdash + M - 2*F) + + 0.00003*sin(3*M) + + 0.00002*sin(2*Mdash - 2*F) + + 0.00002*sin(Mdash - M + 2*F) + + -0.00002*sin(3*Mdash + M); + JD += DeltaJD; + + const double W = 0.00306 - 0.00038*E*cos(M) + 0.00026*cos(Mdash) - 0.00002*cos(Mdash - M) + 0.00002*cos(Mdash + M) + 0.00002*cos(2*F); + if (kfrac == 0.25) //First quarter + JD += W; + else + JD -= W; + } + else if (kfrac == 0.5) //Full Moon + { + const double DeltaJD = -0.40614*sin(Mdash) + + 0.17302*E*sin(M) + + 0.01614*sin(2*Mdash) + + 0.01043*sin(2*F) + + 0.00734*E*sin(Mdash - M) + + -0.00514*E*sin(Mdash + M) + + 0.00209*E2*sin(2*M) + + -0.00111*sin(Mdash - 2*F) + + -0.00057*sin(Mdash + 2*F) + + 0.00056*E*sin(2*Mdash + M) + + -0.00042*sin(3*Mdash) + + 0.00042*E*sin(M + 2*F) + + 0.00038*E*sin(M - 2*F) + + -0.00024*E*sin(2*Mdash - M) + + -0.00017*sin(omega) + + -0.00007*sin(Mdash + 2*M) + + 0.00004*sin(2*Mdash - 2*F) + + 0.00004*sin(3*M) + + 0.00003*sin(Mdash + M - 2*F) + + 0.00003*sin(2*Mdash + 2*F) + + -0.00003*sin(Mdash + M + 2*F) + + 0.00003*sin(Mdash - M + 2*F) + + -0.00002*sin(Mdash - M - 2*F) + + -0.00002*sin(3*Mdash + M) + + 0.00002*sin(4*Mdash); + JD += DeltaJD; + } + else + { + assert(false); + } + + //Additional corrections for all phases + const double DeltaJD2 = 0.000325*sin(A1) + + 0.000165*sin(A2) + + 0.000164*sin(A3) + + 0.000126*sin(A4) + + 0.000110*sin(A5) + + 0.000062*sin(A6) + + 0.000060*sin(A7) + + 0.000056*sin(A8) + + 0.000047*sin(A9) + + 0.000042*sin(A10) + + 0.000040*sin(A11) + + 0.000037*sin(A12) + + 0.000035*sin(A13) + + 0.000023*sin(A14); + JD += DeltaJD2; + + return JD; +} diff --git a/Sources/AAPlus/AAMoonPhases2.cpp b/Sources/AAPlus/AAMoonPhases2.cpp new file mode 100644 index 0000000..7f5f0b9 --- /dev/null +++ b/Sources/AAPlus/AAMoonPhases2.cpp @@ -0,0 +1,144 @@ +/* +Module : AAMoonNodes2.cpp +Purpose: Implementation for the algorithms which obtain the dates for the phases of the Moon (revised version) +Created: PJN / 01-01-2020 +History: PJN / 01-01-2020 1. Initial implementation + +Copyright (c) 2020 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +//////////////////////////// Includes ///////////////////////////////////////// + +#include "stdafx.h" +#include "AAMoonPhases2.h" +#include "AAMoon.h" +#include "AASun.h" +#include "AAPrecession.h" +#ifndef AAPLUS_NO_ELP2000 +#include "AAELP2000.h" +#endif //#ifndef AAPLUS_NO_ELP2000 +#ifndef AAPLUS_NO_ELPMPP02 +#include "AAELPMPP02.h" +#endif //#ifndef AAPLUS_NO_ELPMPP02 +#include "AACoordinateTransformation.h" +#include +using namespace std; + + +//////////////////////////// Implementation /////////////////////////////////// + +vector CAAMoonPhases2::Calculate(double StartJD, double EndJD, double StepInterval, Algorithm algorithm) +{ + //What will be the return value + vector events; + + double JD = StartJD; + double LastJD0 = 0; + double LastExcessApparentGeocentricLongitude = -360; + while (JD < EndJD) + { + double ExcessApparentGeocentricLongitude = 0; + switch (algorithm) + { + case Algorithm::MeeusTruncated: + { + ExcessApparentGeocentricLongitude = CAACoordinateTransformation::MapTo0To360Range(CAAMoon::EclipticLongitude(JD) - CAASun::ApparentEclipticLongitude(JD, false)); + break; + } +#ifndef AAPLUS_NO_ELP2000 + case Algorithm::ELP2000: + { + const CAA2DCoordinate MoonPos = CAAPrecession::PrecessEcliptic(CAAELP2000::EclipticLongitude(JD), CAAELP2000::EclipticLatitude(JD), 2451545.0, JD); + ExcessApparentGeocentricLongitude = CAACoordinateTransformation::MapTo0To360Range(MoonPos.X - CAASun::ApparentEclipticLongitude(JD, true)); + break; + } +#endif //#ifndef AAPLUS_NO_ELP2000 +#ifndef AAPLUS_NO_ELPMPP02 + case Algorithm::ELPMPP02Nominal: + { + const CAA2DCoordinate MoonPos = CAAPrecession::PrecessEcliptic(CAAELPMPP02::EclipticLongitude(JD, CAAELPMPP02::Correction::Nominal), CAAELPMPP02::EclipticLatitude(JD, CAAELPMPP02::Correction::Nominal), 2451545.0, JD); + ExcessApparentGeocentricLongitude = CAACoordinateTransformation::MapTo0To360Range(MoonPos.X - CAASun::ApparentEclipticLongitude(JD, true)); + break; + } + case Algorithm::ELPMPP02LLR: + { + const CAA2DCoordinate MoonPos = CAAPrecession::PrecessEcliptic(CAAELPMPP02::EclipticLongitude(JD, CAAELPMPP02::Correction::LLR), CAAELPMPP02::EclipticLatitude(JD, CAAELPMPP02::Correction::LLR), 2451545.0, JD); + ExcessApparentGeocentricLongitude = CAACoordinateTransformation::MapTo0To360Range(MoonPos.X - CAASun::ApparentEclipticLongitude(JD, true)); + break; + } + case Algorithm::ELPMPP02DE405: + { + const CAA2DCoordinate MoonPos = CAAPrecession::PrecessEcliptic(CAAELPMPP02::EclipticLongitude(JD, CAAELPMPP02::Correction::DE405), CAAELPMPP02::EclipticLatitude(JD, CAAELPMPP02::Correction::DE405), 2451545.0, JD); + ExcessApparentGeocentricLongitude = CAACoordinateTransformation::MapTo0To360Range(MoonPos.X - CAASun::ApparentEclipticLongitude(JD, true)); + break; + } + case Algorithm::ELPMPP02DE406: + { + const CAA2DCoordinate MoonPos = CAAPrecession::PrecessEcliptic(CAAELPMPP02::EclipticLongitude(JD, CAAELPMPP02::Correction::DE406), CAAELPMPP02::EclipticLatitude(JD, CAAELPMPP02::Correction::DE406), 2451545.0, JD); + ExcessApparentGeocentricLongitude = CAACoordinateTransformation::MapTo0To360Range(MoonPos.X - CAASun::ApparentEclipticLongitude(JD, true)); + break; + } +#endif //#ifndef AAPLUS_NO_ELPMPP02 + default: + { + assert(false); + break; + } + } + + if (LastExcessApparentGeocentricLongitude != -360) + { + if ((LastExcessApparentGeocentricLongitude > 270) && (ExcessApparentGeocentricLongitude >= 0) && (ExcessApparentGeocentricLongitude < 90)) + { + CAAMoonPhasesDetails2 event; + event.type = CAAMoonPhasesDetails2::Type::NewMoon; + const double fraction = (360 - LastExcessApparentGeocentricLongitude) / (ExcessApparentGeocentricLongitude + (360 - LastExcessApparentGeocentricLongitude)); + event.JD = LastJD0 + (fraction * StepInterval); + events.push_back(event); + } + if ((LastExcessApparentGeocentricLongitude < 90) && (ExcessApparentGeocentricLongitude >= 90)) + { + CAAMoonPhasesDetails2 event; + event.type = CAAMoonPhasesDetails2::Type::FirstQuarter; + const double fraction = (90 - LastExcessApparentGeocentricLongitude) / (ExcessApparentGeocentricLongitude - LastExcessApparentGeocentricLongitude); + event.JD = LastJD0 + (fraction * StepInterval); + events.push_back(event); + } + else if ((LastExcessApparentGeocentricLongitude < 180) && (ExcessApparentGeocentricLongitude >= 180)) + { + CAAMoonPhasesDetails2 event; + event.type = CAAMoonPhasesDetails2::Type::FullMoon; + const double fraction = (180 - LastExcessApparentGeocentricLongitude) / (ExcessApparentGeocentricLongitude - LastExcessApparentGeocentricLongitude); + event.JD = LastJD0 + (fraction * StepInterval); + events.push_back(event); + } + else if ((LastExcessApparentGeocentricLongitude < 270) && (ExcessApparentGeocentricLongitude >= 270)) + { + CAAMoonPhasesDetails2 event; + event.type = CAAMoonPhasesDetails2::Type::LastQuarter; + const double fraction = (270 - LastExcessApparentGeocentricLongitude) / (ExcessApparentGeocentricLongitude - LastExcessApparentGeocentricLongitude); + event.JD = LastJD0 + (fraction * StepInterval); + events.push_back(event); + } + } + + //Prepare for the next loop + LastExcessApparentGeocentricLongitude = ExcessApparentGeocentricLongitude; + LastJD0 = JD; + JD += StepInterval; + } + + return events; +} diff --git a/Sources/AAPlus/AANeptune.cpp b/Sources/AAPlus/AANeptune.cpp new file mode 100644 index 0000000..cae76af --- /dev/null +++ b/Sources/AAPlus/AANeptune.cpp @@ -0,0 +1,408 @@ +/* +Module : AANeptune.cpp +Purpose: Implementation for the algorithms which obtain the heliocentric position of Neptune +Created: PJN / 29-12-2003 +History: PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this + issue when compiling AA+ on ARM. + PJN / 04-08-2013 1. Fixed a transcription error in the second coefficient used to calculate the B0 + term for the ecliptic latitude of Neptune. Thanks to Isaac Clark for + reporting this issue. Spot tests indicate that this change only affected the + ecliptic latitude in the sixth decimal place. + 2. Updated copyright details + PJN / 16-09-2015 1. CAANeptune::EclipticLongitude, EclipticLatitude & RadiusVector now include a + "bool bHighPrecision" parameter which if set to true means the code uses the full + VSOP87 theory rather than the truncated theory as presented in Meeus's book. + PJN / 01-08-2017 1. Fixed up alignment of lookup tables in AANeptune.cpp module + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + PJN / 13-04-2020 1. Reworked C arrays to use std::array + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +////////////////////////// Includes /////////////////////////////////////////// + +#include "stdafx.h" +#include "AANeptune.h" +#include "AACoordinateTransformation.h" +#include "AADefines.h" +#ifndef AAPLUS_NO_VSOP87 +#include "AAVSOP87D_NEP.h" +#endif //#ifndef AAPLUS_NO_VSOP87 +#include +#include +using namespace std; + + +////////////////////////// Macros / Defines /////////////////////////////////// + +#ifdef _MSC_VER +#pragma warning(disable : 26446 26482 26485) +#endif //#ifdef _MSC_VER + +struct VSOP87Coefficient +{ + double A; + double B; + double C; +}; + +constexpr array g_L0NeptuneCoefficients +{ { + { 531188633, 0, 0 }, + { 1798476, 2.9010127, 38.1330356 }, + { 1019728, 0.4858092, 1.4844727 }, + { 124532, 4.830081, 36.648563 }, + { 42064, 5.41055, 2.96895 }, + { 37715, 6.09222, 35.16409 }, + { 33785, 1.24489, 76.26607 }, + { 16483, 0.00008, 491.55793 }, + { 9199, 4.9375, 39.6175 }, + { 8994, 0.2746, 175.1661 }, + { 4216, 1.9871, 73.2971 }, + { 3365, 1.0359, 33.6796 }, + { 2285, 4.2061, 4.4534 }, + { 1434, 2.7834, 74.7816 }, + { 900, 2.076, 109.946 }, + { 745, 3.190, 71.813 }, + { 506, 5.748, 114.399 }, + { 400, 0.350, 1021.249 }, + { 345, 3.462, 41.102 }, + { 340, 3.304, 77.751 }, + { 323, 2.248, 32.195 }, + { 306, 0.497, 0.521 }, + { 287, 4.505, 0.048 }, + { 282, 2.246, 146.594 }, + { 267, 4.889, 0.963 }, + { 252, 5.782, 388.465 }, + { 245, 1.247, 9.561 }, + { 233, 2.505, 137.033 }, + { 227, 1.797, 453.425 }, + { 170, 3.324, 108.461 }, + { 151, 2.192, 33.940 }, + { 150, 2.997, 5.938 }, + { 148, 0.859, 111.430 }, + { 119, 3.677, 2.448 }, + { 109, 2.416, 183.243 }, + { 103, 0.041, 0.261 }, + { 103, 4.404, 70.328 }, + { 102, 5.705, 0.112 } +} }; + +constexpr array g_L1NeptuneCoefficients +{ { + { 3837687717.0, 0, 0 }, + { 16604, 4.86319, 1.48447 }, + { 15807, 2.27923, 38.13304 }, + { 3335, 3.6820, 76.2661 }, + { 1306, 3.6732, 2.9689 }, + { 605, 1.505, 35.164 }, + { 179, 3.453, 39.618 }, + { 107, 2.451, 4.453 }, + { 106, 2.755, 33.680 }, + { 73, 5.49, 36.65 }, + { 57, 1.86, 114.40 }, + { 57, 5.22, 0.52 }, + { 35, 4.52, 74.78 }, + { 32, 5.90, 77.75 }, + { 30, 3.67, 388.47 }, + { 29, 5.17, 9.56 }, + { 29, 5.17, 2.45 }, + { 26, 5.25, 168.05 } +} }; + +constexpr array g_L2NeptuneCoefficients +{ { + { 53893, 0, 0 }, + { 296, 1.855, 1.484 }, + { 281, 1.191, 38.133 }, + { 270, 5.721, 76.266 }, + { 23, 1.21, 2.97 }, + { 9, 4.43, 35.16 }, + { 7, 0.54, 2.45 } +} }; + +constexpr array g_L3NeptuneCoefficients +{ { + { 31, 0, 0 }, + { 15, 1.35, 76.27 }, + { 12, 6.04, 1.48 }, + { 12, 6.11, 38.13 } +} }; + +constexpr array g_L4NeptuneCoefficients +{ { + { 114, 3.142, 0 } +} }; + +constexpr array g_B0NeptuneCoefficients +{ { + { 3088623, 1.4410437, 38.1330356 }, + { 27780, 5.91272, 76.26607 }, + { 27624, 0, 0 }, + { 15448, 3.50877, 39.61751 }, + { 15355, 2.52124, 36.64856 }, + { 2000, 1.5100, 74.7816 }, + { 1968, 4.3778, 1.4845 }, + { 1015, 3.2156, 35.1641 }, + { 606, 2.802, 73.297 }, + { 595, 2.129, 41.102 }, + { 589, 3.187, 2.969 }, + { 402, 4.169, 114.399 }, + { 280, 1.682, 77.751 }, + { 262, 3.767, 213.299 }, + { 254, 3.271, 453.425 }, + { 206, 4.257, 529.691 }, + { 140, 3.530, 137.033 } +} }; + +constexpr array g_B1NeptuneCoefficients +{ { + { 227279, 3.807931, 38.133036 }, + { 1803, 1.9758, 76.2661 }, + { 1433, 3.1416, 0 }, + { 1386, 4.8256, 36.6486 }, + { 1073, 6.0805, 39.6175 }, + { 148, 3.858, 74.782 }, + { 136, 0.478, 1.484 }, + { 70, 6.19, 35.16 }, + { 52, 5.05, 73.30 }, + { 43, 0.31, 114.40 }, + { 37, 4.89, 41.10 }, + { 37, 5.76, 2.97 }, + { 26, 5.22, 213.30 } +} }; + +constexpr array g_B2NeptuneCoefficients +{ { + { 9691, 5.5712, 38.1330 }, + { 79, 3.63, 76.27 }, + { 72, 0.45, 36.65 }, + { 59, 3.14, 0 }, + { 30, 1.61, 39.62 }, + { 6, 5.61, 74.78 } +} }; + +constexpr array g_B3NeptuneCoefficients +{ { + { 273, 1.017, 38.133 }, + { 2, 0, 0 }, + { 2, 2.37, 36.65 }, + { 2, 5.33, 76.27 } +} }; + +constexpr array g_B4NeptuneCoefficients +{ { + { 6, 2.67, 38.13 } +} }; + +constexpr array g_R0NeptuneCoefficients +{ { + { 3007013206.0, 0, 0 }, + { 27062259, 1.32999459, 38.13303564 }, + { 1691764, 3.2518614, 36.6485629 }, + { 807831, 5.185928, 1.484473 }, + { 537761, 4.521139, 35.164090 }, + { 495726, 1.571057, 491.557929 }, + { 274572, 1.845523, 175.166060 }, + { 135134, 3.372206, 39.617508 }, + { 121802, 5.797544, 76.266071 }, + { 100895, 0.377027, 73.297126 }, + { 69792, 3.79617, 2.96895 }, + { 46688, 5.74938, 33.67962 }, + { 24594, 0.50802, 109.94569 }, + { 16939, 1.59422, 71.81265 }, + { 14230, 1.07786, 74.78160 }, + { 12012, 1.92062, 1021.24889 }, + { 8395, 0.6782, 146.5943 }, + { 7572, 1.0715, 388.4652 }, + { 5721, 2.5906, 4.4534 }, + { 4840, 1.9069, 41.1020 }, + { 4483, 2.9057, 529.6910 }, + { 4421, 1.7499, 108.4612 }, + { 4354, 0.6799, 32.1951 }, + { 4270, 3.4134, 453.4249 }, + { 3381, 0.8481, 183.2428 }, + { 2881, 1.9860, 137.0330 }, + { 2879, 3.6742, 350.3321 }, + { 2636, 3.0976, 213.2991 }, + { 2530, 5.7984, 490.0735 }, + { 2523, 0.4863, 493.0424 }, + { 2306, 2.8096, 70.3282 }, + { 2087, 0.6186, 33.9402 } +} }; + +constexpr array g_R1NeptuneCoefficients +{ { + { 236339, 0.704980, 38.133036 }, + { 13220, 3.32015, 1.48447 }, + { 8622, 6.2163, 35.1641 }, + { 2702, 1.8814, 39.6175 }, + { 2155, 2.0943, 2.9689 }, + { 2153, 5.1687, 76.2661 }, + { 1603, 0, 0 }, + { 1464, 1.1842, 33.6796 }, + { 1136, 3.9189, 36.6486 }, + { 898, 5.241, 388.465 }, + { 790, 0.533, 168.053 }, + { 760, 0.021, 182.280 }, + { 607, 1.077, 1021.249 }, + { 572, 3.401, 484.444 }, + { 561, 2.887, 498.671 } +} }; + +constexpr array g_R2NeptuneCoefficients +{ { + { 4247, 5.8991, 38.1330 }, + { 218, 0.346, 1.484 }, + { 163, 2.239, 168.053 }, + { 156, 4.594, 182.280 }, + { 127, 2.848, 35.164 } +} }; + +constexpr array g_R3NeptuneCoefficients +{ { + { 166, 4.552, 38.133 } +} }; + + +///////////////////////////// Implementation ////////////////////////////////// + +double CAANeptune::EclipticLongitude(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Neptune::L(JD))); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + + //Calculate L0 + double L0 = 0; + for (const auto& L0Coefficient : g_L0NeptuneCoefficients) + L0 += (L0Coefficient.A * cos(L0Coefficient.B + (L0Coefficient.C*rho))); + + //Calculate L1 + double L1 = 0; + for (const auto& L1Coefficient : g_L1NeptuneCoefficients) + L1 += (L1Coefficient.A * cos(L1Coefficient.B + (L1Coefficient.C*rho))); + + //Calculate L2 + double L2 = 0; + for (const auto& L2Coefficient : g_L2NeptuneCoefficients) + L2 += (L2Coefficient.A * cos(L2Coefficient.B + (L2Coefficient.C*rho))); + + //Calculate L3 + double L3 = 0; + for (const auto& L3Coefficient : g_L3NeptuneCoefficients) + L3 += (L3Coefficient.A * cos(L3Coefficient.B + (L3Coefficient.C*rho))); + + //Calculate L4 + double L4 = 0; + for (const auto& L4Coefficient : g_L4NeptuneCoefficients) + L4 += (L4Coefficient.A * cos(L4Coefficient.B + (L4Coefficient.C*rho))); + + double value = (L0 + (L1*rho) + (L2*rhosquared) + (L3*rhocubed) + (L4*rho4)) / 100000000; + + //convert results back to degrees + value = CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(value)); + return value; +} + +double CAANeptune::EclipticLatitude(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAACoordinateTransformation::MapToMinus90To90Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Neptune::B(JD))); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + + //Calculate B0 + double B0 = 0; + for (const auto& B0Coefficient : g_B0NeptuneCoefficients) + B0 += (B0Coefficient.A * cos(B0Coefficient.B + (B0Coefficient.C*rho))); + + //Calculate B1 + double B1 = 0; + for (const auto& B1Coefficient : g_B1NeptuneCoefficients) + B1 += (B1Coefficient.A * cos(B1Coefficient.B + (B1Coefficient.C*rho))); + + //Calculate B2 + double B2 = 0; + for (const auto& B2Coefficient : g_B2NeptuneCoefficients) + B2 += (B2Coefficient.A * cos(B2Coefficient.B + (B2Coefficient.C*rho))); + + //Calculate B3 + double B3 = 0; + for (const auto& B3Coefficient : g_B3NeptuneCoefficients) + B3 += (B3Coefficient.A * cos(B3Coefficient.B + (B3Coefficient.C*rho))); + + //Calculate B4 + double B4 = 0; + for (const auto& B4Coefficient : g_B4NeptuneCoefficients) + B4 += (B4Coefficient.A * cos(B4Coefficient.B + (B4Coefficient.C*rho))); + + double value = (B0 + (B1*rho) + (B2*rhosquared) + (B3*rhocubed) + (B4*rho4)) / 100000000; + + //convert results back to degrees + value = CAACoordinateTransformation::MapToMinus90To90Range(CAACoordinateTransformation::RadiansToDegrees(value)); + return value; +} + +double CAANeptune::RadiusVector(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAAVSOP87D_Neptune::R(JD); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + + //Calculate R0 + double R0 = 0; + for (const auto& R0Coefficient : g_R0NeptuneCoefficients) + R0 += (R0Coefficient.A * cos(R0Coefficient.B + (R0Coefficient.C*rho))); + + //Calculate R1 + double R1 = 0; + for (const auto& R1Coefficient : g_R1NeptuneCoefficients) + R1 += (R1Coefficient.A * cos(R1Coefficient.B + (R1Coefficient.C*rho))); + + //Calculate R2 + double R2 = 0; + for (const auto& R2Coefficient : g_R2NeptuneCoefficients) + R2 += (R2Coefficient.A * cos(R2Coefficient.B + (R2Coefficient.C*rho))); + + //Calculate R3 + double R3 = 0; + for (const auto& R3Coefficient : g_R3NeptuneCoefficients) + R3 += (R3Coefficient.A * cos(R3Coefficient.B + (R3Coefficient.C*rho))); + + return (R0 + (R1*rho) + (R2*rhosquared) + (R3*rhocubed)) / 100000000; +} diff --git a/Vendor/AA+/1.6.3/AANodes.cpp b/Sources/AAPlus/AANodes.cpp old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AANodes.cpp rename to Sources/AAPlus/AANodes.cpp index 69c75bc..ff9b407 --- a/Vendor/AA+/1.6.3/AANodes.cpp +++ b/Sources/AAPlus/AANodes.cpp @@ -1,10 +1,10 @@ /* -Module : AANODES.CPP -Purpose: Implementation for the algorithms which calculate passage thro the nodes +Module : AANodes.cpp +Purpose: Implementation for the algorithms which calculate passage through the nodes Created: PJN / 29-12-2003 -History: None +History: PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -30,14 +30,14 @@ using namespace std; ///////////////////////////// Implementation ////////////////////////////////// -CAANodeObjectDetails CAANodes::PassageThroAscendingNode(const CAAEllipticalObjectElements& elements) +CAANodeObjectDetails CAANodes::PassageThroAscendingNode(const CAAEllipticalObjectElements& elements) noexcept { double v = CAACoordinateTransformation::MapTo0To360Range(-elements.w); v = CAACoordinateTransformation::DegreesToRadians(v); - double E = atan(sqrt((1 - elements.e) / (1 + elements.e)) * tan(v/2))*2; + const double E = atan(sqrt((1 - elements.e) / (1 + elements.e)) * tan(v/2))*2; double M = E - elements.e*sin(E); M = CAACoordinateTransformation::RadiansToDegrees(M); - double n = CAAElliptical::MeanMotionFromSemiMajorAxis(elements.a); + const double n = CAAElliptical::MeanMotionFromSemiMajorAxis(elements.a); CAANodeObjectDetails details; details.t = elements.T + M/n; @@ -46,14 +46,14 @@ CAANodeObjectDetails CAANodes::PassageThroAscendingNode(const CAAEllipticalObjec return details; } -CAANodeObjectDetails CAANodes::PassageThroDescendingNode(const CAAEllipticalObjectElements& elements) +CAANodeObjectDetails CAANodes::PassageThroDescendingNode(const CAAEllipticalObjectElements& elements) noexcept { double v = CAACoordinateTransformation::MapTo0To360Range(180 - elements.w); v = CAACoordinateTransformation::DegreesToRadians(v); - double E = atan(sqrt((1 - elements.e) / (1 + elements.e)) * tan(v/2))*2; + const double E = atan(sqrt((1 - elements.e) / (1 + elements.e)) * tan(v/2))*2; double M = E - elements.e*sin(E); M = CAACoordinateTransformation::RadiansToDegrees(M); - double n = CAAElliptical::MeanMotionFromSemiMajorAxis(elements.a); + const double n = CAAElliptical::MeanMotionFromSemiMajorAxis(elements.a); CAANodeObjectDetails details; details.t = elements.T + M/n; @@ -62,12 +62,12 @@ CAANodeObjectDetails CAANodes::PassageThroDescendingNode(const CAAEllipticalObje return details; } -CAANodeObjectDetails CAANodes::PassageThroAscendingNode(const CAAParabolicObjectElements& elements) +CAANodeObjectDetails CAANodes::PassageThroAscendingNode(const CAAParabolicObjectElements& elements) noexcept { double v = CAACoordinateTransformation::MapTo0To360Range(-elements.w); v = CAACoordinateTransformation::DegreesToRadians(v); - double s = tan(v / 2); - double s2 = s*s; + const double s = tan(v / 2); + const double s2 = s*s; CAANodeObjectDetails details; details.t = elements.T + 27.403895*(s2*s + 3*s)*elements.q*sqrt(elements.q); @@ -76,13 +76,13 @@ CAANodeObjectDetails CAANodes::PassageThroAscendingNode(const CAAParabolicObject return details; } -CAANodeObjectDetails CAANodes::PassageThroDescendingNode(const CAAParabolicObjectElements& elements) +CAANodeObjectDetails CAANodes::PassageThroDescendingNode(const CAAParabolicObjectElements& elements) noexcept { double v = CAACoordinateTransformation::MapTo0To360Range(180 - elements.w); v = CAACoordinateTransformation::DegreesToRadians(v); - double s = tan(v / 2); - double s2 = s*s; + const double s = tan(v / 2); + const double s2 = s*s; CAANodeObjectDetails details; details.t = elements.T + 27.403895*(s2*s + 3*s)*elements.q*sqrt(elements.q); diff --git a/Vendor/AA+/1.6.3/AANutation.cpp b/Sources/AAPlus/AANutation.cpp old mode 100755 new mode 100644 similarity index 66% rename from Vendor/AA+/1.6.3/AANutation.cpp rename to Sources/AAPlus/AANutation.cpp index f2e3c68..e8b5330 --- a/Vendor/AA+/1.6.3/AANutation.cpp +++ b/Sources/AAPlus/AANutation.cpp @@ -1,13 +1,15 @@ /* -Module : AANUTATION.CPP +Module : AANutation.cpp Purpose: Implementation for the algorithms for Nutation Created: PJN / 29-12-2003 History: PJN / 10-05-2010 1. Removed the unused Delta parameter from the CAANutation::NutationInDeclination method. Thanks to Thomas Meyer for reporting this issue. PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this issue when compiling AA+ on ARM. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + PJN / 15-04-2020 1. Reworked C arrays to use std::array -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -28,26 +30,31 @@ to maintain a single distribution point for the source code. #include "AANutation.h" #include "AACoordinateTransformation.h" #include +#include using namespace std; //////////////////////////// Macros / Defines ///////////////////////////////// +#ifdef _MSC_VER +#pragma warning(disable : 26446 26482) +#endif //#ifdef _MSC_VER + struct NutationCoefficient { int D; int M; int Mprime; int F; - int omega; + int omega; int sincoeff1; double sincoeff2; int coscoeff1; double coscoeff2; }; -const NutationCoefficient g_NutationCoefficients[] = -{ +constexpr array g_NutationCoefficients +{ { { 0, 0, 0, 0, 1, -171996, -174.2, 92025, 8.9 }, { -2, 0, 0, 2, 2, -13187, -1.6, 5736, -3.1 }, { 0, 0, 0, 2, 2, -2274, -0.2, 977, -0.5 }, @@ -110,124 +117,117 @@ const NutationCoefficient g_NutationCoefficients[] = { 0, -1, 1, 2, 2, -3, 0, 0, 0 }, { 2, -1, -1, 2, 2, -3, 0, 0, 0 }, { 0, 0, 3, 2, 2, -3, 0, 0, 0 }, - { 2, -1, 0, 2, 2, -3, 0, 0, 0 }, -}; + { 2, -1, 0, 2, 2, -3, 0, 0, 0 } +} }; ///////////////////////////// Implementation ////////////////////////////////// -double CAANutation::NutationInLongitude(double JD) +double CAANutation::NutationInLongitude(double JD) noexcept { - double T = (JD - 2451545) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; + const double T = (JD - 2451545) / 36525; + const double Tsquared = T*T; + const double Tcubed = Tsquared*T; - double D = 297.85036 + 445267.111480*T - 0.0019142*Tsquared + Tcubed / 189474; + double D = 297.85036 + (445267.111480*T) - (0.0019142*Tsquared) + (Tcubed / 189474); D = CAACoordinateTransformation::MapTo0To360Range(D); - double M = 357.52772 + 35999.050340*T - 0.0001603*Tsquared - Tcubed / 300000; + double M = 357.52772 + (35999.050340*T) - (0.0001603*Tsquared) - (Tcubed / 300000); M = CAACoordinateTransformation::MapTo0To360Range(M); - double Mprime = 134.96298 + 477198.867398*T + 0.0086972*Tsquared + Tcubed / 56250; + double Mprime = 134.96298 + (477198.867398*T) + (0.0086972*Tsquared) + (Tcubed / 56250); Mprime = CAACoordinateTransformation::MapTo0To360Range(Mprime); - double F = 93.27191 + 483202.017538*T - 0.0036825*Tsquared + Tcubed / 327270; + double F = 93.27191 + (483202.017538*T) - (0.0036825*Tsquared) + (Tcubed / 327270); F = CAACoordinateTransformation::MapTo0To360Range(F); - double omega = 125.04452 - 1934.136261*T + 0.0020708*Tsquared + Tcubed / 450000; + double omega = 125.04452 - (1934.136261*T) + (0.0020708*Tsquared) + (Tcubed / 450000); omega = CAACoordinateTransformation::MapTo0To360Range(omega); - int nCoefficients = sizeof(g_NutationCoefficients) / sizeof(NutationCoefficient); double value = 0; - for (int i=0; i 0.000001); @@ -64,7 +65,7 @@ double CAAParabolic::CalculateBarkers(double W) return S; } -CAAParabolicObjectDetails CAAParabolic::Calculate(double JD, const CAAParabolicObjectElements& elements, bool bHighPrecision) +CAAParabolicObjectDetails CAAParabolic::Calculate(double JD, const CAAParabolicObjectElements& elements, bool bHighPrecision) noexcept { double Epsilon = CAANutation::MeanObliquityOfEcliptic(elements.JDEquinox); @@ -74,41 +75,41 @@ CAAParabolicObjectDetails CAAParabolic::Calculate(double JD, const CAAParabolicO CAAParabolicObjectDetails details; Epsilon = CAACoordinateTransformation::DegreesToRadians(Epsilon); - double omega = CAACoordinateTransformation::DegreesToRadians(elements.omega); - double w = CAACoordinateTransformation::DegreesToRadians(elements.w); - double i = CAACoordinateTransformation::DegreesToRadians(elements.i); - - double sinEpsilon = sin(Epsilon); - double cosEpsilon = cos(Epsilon); - double sinOmega = sin(omega); - double cosOmega = cos(omega); - double cosi = cos(i); - double sini = sin(i); - - double F = cosOmega; - double G = sinOmega * cosEpsilon; - double H = sinOmega * sinEpsilon; - double P = -sinOmega * cosi; - double Q = cosOmega*cosi*cosEpsilon - sini*sinEpsilon; - double R = cosOmega*cosi*sinEpsilon + sini*cosEpsilon; - double a = sqrt(F*F + P*P); - double b = sqrt(G*G + Q*Q); - double c = sqrt(H*H + R*R); - double A = atan2(F, P); - double B = atan2(G, Q); - double C = atan2(H, R); - - CAA3DCoordinate SunCoord = CAASun::EquatorialRectangularCoordinatesAnyEquinox(JD, elements.JDEquinox, bHighPrecision); + const double omega = CAACoordinateTransformation::DegreesToRadians(elements.omega); + const double w = CAACoordinateTransformation::DegreesToRadians(elements.w); + const double i = CAACoordinateTransformation::DegreesToRadians(elements.i); + + const double sinEpsilon = sin(Epsilon); + const double cosEpsilon = cos(Epsilon); + const double sinOmega = sin(omega); + const double cosOmega = cos(omega); + const double cosi = cos(i); + const double sini = sin(i); + + const double F = cosOmega; + const double G = sinOmega * cosEpsilon; + const double H = sinOmega * sinEpsilon; + const double P = -sinOmega * cosi; + const double Q = cosOmega*cosi*cosEpsilon - sini*sinEpsilon; + const double R = cosOmega*cosi*sinEpsilon + sini*cosEpsilon; + const double a = sqrt(F*F + P*P); + const double b = sqrt(G*G + Q*Q); + const double c = sqrt(H*H + R*R); + const double A = atan2(F, P); + const double B = atan2(G, Q); + const double C = atan2(H, R); + + const CAA3DCoordinate SunCoord = CAASun::EquatorialRectangularCoordinatesAnyEquinox(JD, elements.JDEquinox, bHighPrecision); for (int j=0; j<2; j++) { - double W = 0.03649116245/(elements.q * sqrt(elements.q)) * (JD0 - elements.T); - double s = CalculateBarkers(W); - double v = 2*atan(s); - double r = elements.q * (1 + s*s); - double x = r * a * sin(A + w + v); - double y = r * b * sin(B + w + v); - double z = r * c * sin(C + w + v); + const double W = 0.03649116245/(elements.q * sqrt(elements.q)) * (JD0 - elements.T); + const double s = CalculateBarkers(W); + const double v = 2*atan(s); + const double r = elements.q * (1 + s*s); + const double x = r * a * sin(A + w + v); + const double y = r * b * sin(B + w + v); + const double z = r * c * sin(C + w + v); if (j == 0) { @@ -117,9 +118,9 @@ CAAParabolicObjectDetails CAAParabolic::Calculate(double JD, const CAAParabolicO details.HeliocentricRectangularEquatorial.Z = z; //Calculate the heliocentric ecliptic coordinates also - double u = w + v; - double cosu = cos(u); - double sinu = sin(u); + const double u = w + v; + const double cosu = cos(u); + const double sinu = sin(u); details.HeliocentricRectangularEcliptical.X = r * (cosOmega*cosu - sinOmega*sinu*cosi); details.HeliocentricRectangularEcliptical.Y = r * (sinOmega*cosu + cosOmega*sinu*cosi); @@ -129,15 +130,15 @@ CAAParabolicObjectDetails CAAParabolic::Calculate(double JD, const CAAParabolicO details.HeliocentricEclipticLatitude = CAACoordinateTransformation::RadiansToDegrees(asin(details.HeliocentricRectangularEcliptical.Z / r)); } - double psi = SunCoord.X + x; - double nu = SunCoord.Y + y; - double sigma = SunCoord.Z + z; + const double psi = SunCoord.X + x; + const double nu = SunCoord.Y + y; + const double sigma = SunCoord.Z + z; double Alpha = atan2(nu, psi); Alpha = CAACoordinateTransformation::RadiansToDegrees(Alpha); double Delta = atan2(sigma, sqrt(psi*psi + nu*nu)); Delta = CAACoordinateTransformation::RadiansToDegrees(Delta); - double Distance = sqrt(psi*psi + nu*nu + sigma*sigma); + const double Distance = sqrt(psi*psi + nu*nu + sigma*sigma); if (j == 0) { @@ -153,7 +154,7 @@ CAAParabolicObjectDetails CAAParabolic::Calculate(double JD, const CAAParabolicO details.AstrometricGeocentricDistance = Distance; details.AstrometricGeocentricLightTime = CAAElliptical::DistanceToLightTime(Distance); - double RES = sqrt(SunCoord.X*SunCoord.X + SunCoord.Y*SunCoord.Y + SunCoord.Z*SunCoord.Z); + const double RES = sqrt(SunCoord.X*SunCoord.X + SunCoord.Y*SunCoord.Y + SunCoord.Z*SunCoord.Z); details.Elongation = CAACoordinateTransformation::RadiansToDegrees(acos((RES*RES + Distance*Distance - r*r) / (2 * RES * Distance))); details.PhaseAngle = CAACoordinateTransformation::RadiansToDegrees(acos((r*r + Distance*Distance - RES*RES) / (2 * r * Distance))); diff --git a/Vendor/AA+/1.6.3/AAParallactic.cpp b/Sources/AAPlus/AAParallactic.cpp old mode 100755 new mode 100644 similarity index 71% rename from Vendor/AA+/1.6.3/AAParallactic.cpp rename to Sources/AAPlus/AAParallactic.cpp index fcc4923..85534f3 --- a/Vendor/AA+/1.6.3/AAParallactic.cpp +++ b/Sources/AAPlus/AAParallactic.cpp @@ -1,10 +1,10 @@ /* -Module : AAPARALLACTIC.CPP +Module : AAParallactic.cpp Purpose: Implementation for the algorithms which calculate various celestial globe angles Created: PJN / 29-12-2003 -History: None +History: PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -30,7 +30,7 @@ using namespace std; ////////////////////// Implementation ///////////////////////////////////////// -double CAAParallactic::ParallacticAngle(double HourAngle, double Latitude, double delta) +double CAAParallactic::ParallacticAngle(double HourAngle, double Latitude, double delta) noexcept { HourAngle = CAACoordinateTransformation::HoursToRadians(HourAngle); Latitude = CAACoordinateTransformation::DegreesToRadians(Latitude); @@ -39,32 +39,32 @@ double CAAParallactic::ParallacticAngle(double HourAngle, double Latitude, doubl return CAACoordinateTransformation::RadiansToDegrees(atan2(sin(HourAngle), tan(Latitude)*cos(delta) - sin(delta)*cos(HourAngle))); } -double CAAParallactic::EclipticLongitudeOnHorizon(double LocalSiderealTime, double ObliquityOfEcliptic, double Latitude) +double CAAParallactic::EclipticLongitudeOnHorizon(double LocalSiderealTime, double ObliquityOfEcliptic, double Latitude) noexcept { LocalSiderealTime = CAACoordinateTransformation::HoursToRadians(LocalSiderealTime); Latitude = CAACoordinateTransformation::DegreesToRadians(Latitude); ObliquityOfEcliptic = CAACoordinateTransformation::DegreesToRadians(ObliquityOfEcliptic); - double value = CAACoordinateTransformation::RadiansToDegrees(atan2(-cos(LocalSiderealTime), sin(ObliquityOfEcliptic)*tan(Latitude) + cos(ObliquityOfEcliptic)*sin(LocalSiderealTime))); + const double value = CAACoordinateTransformation::RadiansToDegrees(atan2(-cos(LocalSiderealTime), sin(ObliquityOfEcliptic)*tan(Latitude) + cos(ObliquityOfEcliptic)*sin(LocalSiderealTime))); return CAACoordinateTransformation::MapTo0To360Range(value); } -double CAAParallactic::AngleBetweenEclipticAndHorizon(double LocalSiderealTime, double ObliquityOfEcliptic, double Latitude) +double CAAParallactic::AngleBetweenEclipticAndHorizon(double LocalSiderealTime, double ObliquityOfEcliptic, double Latitude) noexcept { LocalSiderealTime = CAACoordinateTransformation::HoursToRadians(LocalSiderealTime); Latitude = CAACoordinateTransformation::DegreesToRadians(Latitude); ObliquityOfEcliptic = CAACoordinateTransformation::DegreesToRadians(ObliquityOfEcliptic); - double value = CAACoordinateTransformation::RadiansToDegrees(acos(cos(ObliquityOfEcliptic)*sin(Latitude) - sin(ObliquityOfEcliptic)*cos(Latitude)*sin(LocalSiderealTime))); + const double value = CAACoordinateTransformation::RadiansToDegrees(acos(cos(ObliquityOfEcliptic)*sin(Latitude) - sin(ObliquityOfEcliptic)*cos(Latitude)*sin(LocalSiderealTime))); return CAACoordinateTransformation::MapTo0To360Range(value); } -double CAAParallactic::AngleBetweenNorthCelestialPoleAndNorthPoleOfEcliptic(double Lambda, double Beta, double ObliquityOfEcliptic) +double CAAParallactic::AngleBetweenNorthCelestialPoleAndNorthPoleOfEcliptic(double Lambda, double Beta, double ObliquityOfEcliptic) noexcept { Lambda = CAACoordinateTransformation::DegreesToRadians(Lambda); Beta = CAACoordinateTransformation::DegreesToRadians(Beta); ObliquityOfEcliptic = CAACoordinateTransformation::DegreesToRadians(ObliquityOfEcliptic); - double value = CAACoordinateTransformation::RadiansToDegrees(atan2(cos(Lambda)*tan(ObliquityOfEcliptic), sin(Beta)*sin(Lambda)*tan(ObliquityOfEcliptic) - cos(Beta))); + const double value = CAACoordinateTransformation::RadiansToDegrees(atan2(cos(Lambda)*tan(ObliquityOfEcliptic), sin(Beta)*sin(Lambda)*tan(ObliquityOfEcliptic) - cos(Beta))); return CAACoordinateTransformation::MapTo0To360Range(value); } diff --git a/Vendor/AA+/1.6.3/AAPhysicalJupiter.cpp b/Sources/AAPlus/AAPhysicalJupiter.cpp old mode 100755 new mode 100644 similarity index 63% rename from Vendor/AA+/1.6.3/AAPhysicalJupiter.cpp rename to Sources/AAPlus/AAPhysicalJupiter.cpp index 6f98226..fc947b9 --- a/Vendor/AA+/1.6.3/AAPhysicalJupiter.cpp +++ b/Sources/AAPlus/AAPhysicalJupiter.cpp @@ -1,12 +1,13 @@ /* -Module : AAPHYSICALJUPITER.CPP -Purpose: Implementation for the algorithms which obtain the physical parameters of the Jupiter +Module : AAPhysicalJupiter.cpp +Purpose: Implementation for the algorithms which obtain the physical parameters of Jupiter Created: PJN / 29-12-2003 History: PJN / 16-09-2015 1. CAAPhysicalJupiter::Calculate now includes a "bool bHighPrecision" parameter which if set to true means the code uses the full VSOP87 theory rather than the truncated theory as presented in Meeus's book. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -35,36 +36,36 @@ using namespace std; //////////////////////////////// Implementation /////////////////////////////// -CAAPhysicalJupiterDetails CAAPhysicalJupiter::Calculate(double JD, bool bHighPrecision) +CAAPhysicalJupiterDetails CAAPhysicalJupiter::Calculate(double JD, bool bHighPrecision) noexcept { //What will be the return value CAAPhysicalJupiterDetails details; //Step 1 - double d = JD - 2433282.5; - double T1 = d/36525; - double alpha0 = 268.00 + 0.1061*T1; - double alpha0rad = CAACoordinateTransformation::DegreesToRadians(alpha0); - double delta0 = 64.50 - 0.0164*T1; - double delta0rad = CAACoordinateTransformation::DegreesToRadians(delta0); + const double d = JD - 2433282.5; + const double T1 = d/36525; + const double alpha0 = 268.00 + 0.1061*T1; + const double alpha0rad = CAACoordinateTransformation::DegreesToRadians(alpha0); + const double delta0 = 64.50 - 0.0164*T1; + const double delta0rad = CAACoordinateTransformation::DegreesToRadians(delta0); //Step 2 - double W1 = CAACoordinateTransformation::MapTo0To360Range(17.710 + 877.90003539*d); - double W2 = CAACoordinateTransformation::MapTo0To360Range(16.838 + 870.27003539*d); - + const double W1 = CAACoordinateTransformation::MapTo0To360Range(17.710 + 877.90003539*d); + const double W2 = CAACoordinateTransformation::MapTo0To360Range(16.838 + 870.27003539*d); + //Step 3 - double l0 = CAAEarth::EclipticLongitude(JD, bHighPrecision); - double l0rad = CAACoordinateTransformation::DegreesToRadians(l0); - double b0 = CAAEarth::EclipticLatitude(JD, bHighPrecision); - double b0rad = CAACoordinateTransformation::DegreesToRadians(b0); - double R = CAAEarth::RadiusVector(JD, bHighPrecision); + const double l0 = CAAEarth::EclipticLongitude(JD, bHighPrecision); + const double l0rad = CAACoordinateTransformation::DegreesToRadians(l0); + const double b0 = CAAEarth::EclipticLatitude(JD, bHighPrecision); + const double b0rad = CAACoordinateTransformation::DegreesToRadians(b0); + const double R = CAAEarth::RadiusVector(JD, bHighPrecision); //Step 4 double l = CAAJupiter::EclipticLongitude(JD, bHighPrecision); double lrad = CAACoordinateTransformation::DegreesToRadians(l); - double b = CAAJupiter::EclipticLatitude(JD, bHighPrecision); - double brad = CAACoordinateTransformation::DegreesToRadians(b); - double r = CAAJupiter::RadiusVector(JD, bHighPrecision); + const double b = CAAJupiter::EclipticLatitude(JD, bHighPrecision); + const double brad = CAACoordinateTransformation::DegreesToRadians(b); + const double r = CAAJupiter::RadiusVector(JD, bHighPrecision); //Step 5 double x = r*cos(brad)*cos(lrad) - R*cos(l0rad); @@ -87,20 +88,20 @@ CAAPhysicalJupiterDetails CAAPhysicalJupiter::Calculate(double JD, bool bHighPre double e0rad = CAACoordinateTransformation::DegreesToRadians(e0); //Step 9 - double alphas = atan2(cos(e0rad)*sin(lrad) - sin(e0rad)*tan(brad), cos(lrad)); - double deltas = asin(cos(e0rad)*sin(brad) + sin(e0rad)*cos(brad)*sin(lrad)); + const double alphas = atan2(cos(e0rad)*sin(lrad) - sin(e0rad)*tan(brad), cos(lrad)); + const double deltas = asin(cos(e0rad)*sin(brad) + sin(e0rad)*cos(brad)*sin(lrad)); //Step 10 details.DS = CAACoordinateTransformation::RadiansToDegrees(asin(-sin(delta0rad)*sin(deltas) - cos(delta0rad)*cos(deltas)*cos(alpha0rad - alphas))); //Step 11 - double u = y*cos(e0rad) - z*sin(e0rad); - double v = y*sin(e0rad) + z*cos(e0rad); + const double u = y*cos(e0rad) - z*sin(e0rad); + const double v = y*sin(e0rad) + z*cos(e0rad); double alpharad = atan2(u, x); double alpha = CAACoordinateTransformation::RadiansToDegrees(alpharad); - double deltarad = atan2(v, sqrt(x*x + u*u)); + const double deltarad = atan2(v, sqrt(x*x + u*u)); double delta = CAACoordinateTransformation::RadiansToDegrees(deltarad); - double xi = atan2(sin(delta0rad)*cos(deltarad)*cos(alpha0rad - alpharad) - sin(deltarad)*cos(delta0rad), cos(deltarad)*sin(alpha0rad - alpharad)); + const double xi = atan2(sin(delta0rad)*cos(deltarad)*cos(alpha0rad - alpharad) - sin(deltarad)*cos(delta0rad), cos(deltarad)*sin(alpha0rad - alpharad)); //Step 12 details.DE = CAACoordinateTransformation::RadiansToDegrees(asin(-sin(delta0rad)*sin(deltarad) - cos(delta0rad)*cos(deltarad)*cos(alpha0rad - alpharad))); @@ -110,7 +111,7 @@ CAAPhysicalJupiterDetails CAAPhysicalJupiter::Calculate(double JD, bool bHighPre details.Geometricw2 = CAACoordinateTransformation::MapTo0To360Range(W2 - CAACoordinateTransformation::RadiansToDegrees(xi) - 5.02626*DELTA); //Step 14 - double C = 57.2958 * (2*r*DELTA + R*R - r*r - DELTA*DELTA)/(4*r*DELTA); + const double C = 57.2958 * (2*r*DELTA + R*R - r*r - DELTA*DELTA)/(4*r*DELTA); if (sin(lrad - l0rad) > 0) { details.Apparentw1 = CAACoordinateTransformation::MapTo0To360Range(details.Geometricw1 + C); @@ -123,8 +124,8 @@ CAAPhysicalJupiterDetails CAAPhysicalJupiter::Calculate(double JD, bool bHighPre } //Step 15 - double NutationInLongitude = CAANutation::NutationInLongitude(JD); - double NutationInObliquity = CAANutation::NutationInObliquity(JD); + const double NutationInLongitude = CAANutation::NutationInLongitude(JD); + const double NutationInObliquity = CAANutation::NutationInObliquity(JD); e0 += NutationInObliquity/3600; e0rad = CAACoordinateTransformation::DegreesToRadians(e0); @@ -136,17 +137,17 @@ CAAPhysicalJupiterDetails CAAPhysicalJupiter::Calculate(double JD, bool bHighPre //Step 17 double NutationRA = CAANutation::NutationInRightAscension(alpha/15, delta, e0, NutationInLongitude, NutationInObliquity); - double alphadash = alpha + NutationRA/3600; - double alphadashrad = CAACoordinateTransformation::DegreesToRadians(alphadash); + const double alphadash = alpha + NutationRA/3600; + const double alphadashrad = CAACoordinateTransformation::DegreesToRadians(alphadash); double NutationDec = CAANutation::NutationInDeclination(alpha/15, e0, NutationInLongitude, NutationInObliquity); - double deltadash = delta + NutationDec/3600; - double deltadashrad = CAACoordinateTransformation::DegreesToRadians(deltadash); + const double deltadash = delta + NutationDec/3600; + const double deltadashrad = CAACoordinateTransformation::DegreesToRadians(deltadash); NutationRA = CAANutation::NutationInRightAscension(alpha0/15, delta0, e0, NutationInLongitude, NutationInObliquity); - double alpha0dash = alpha0 + NutationRA/3600; - double alpha0dashrad = CAACoordinateTransformation::DegreesToRadians(alpha0dash); + const double alpha0dash = alpha0 + NutationRA/3600; + const double alpha0dashrad = CAACoordinateTransformation::DegreesToRadians(alpha0dash); NutationDec = CAANutation::NutationInDeclination(alpha0/15, e0, NutationInLongitude, NutationInObliquity); - double delta0dash = delta0 + NutationDec/3600; - double delta0dashrad = CAACoordinateTransformation::DegreesToRadians(delta0dash); + const double delta0dash = delta0 + NutationDec/3600; + const double delta0dashrad = CAACoordinateTransformation::DegreesToRadians(delta0dash); //Step 18 details.P = CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(atan2(cos(delta0dashrad)*sin(alpha0dashrad - alphadashrad), sin(delta0dashrad)*cos(deltadashrad) - cos(delta0dashrad)*sin(deltadashrad)*cos(alpha0dashrad - alphadashrad)))); diff --git a/Vendor/AA+/1.6.3/AAPhysicalMars.cpp b/Sources/AAPlus/AAPhysicalMars.cpp old mode 100755 new mode 100644 similarity index 53% rename from Vendor/AA+/1.6.3/AAPhysicalMars.cpp rename to Sources/AAPlus/AAPhysicalMars.cpp index 8b2395f..3b610bb --- a/Vendor/AA+/1.6.3/AAPhysicalMars.cpp +++ b/Sources/AAPlus/AAPhysicalMars.cpp @@ -1,13 +1,13 @@ /* -Module : AAPHYSICALMARS.CPP +Module : AAPhysicalMars.cpp Purpose: Implementation for the algorithms which obtain the physical parameters of Mars Created: PJN / 04-01-2004 History: PJN / 16-09-2015 1. CAAPhysicalMars::Calculate now includes a "bool bHighPrecision" parameter which if set to true means the code uses the full VSOP87 theory rather than the truncated theory as presented in Meeus's book. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -40,24 +40,24 @@ using namespace std; //////////////////////////////// Implementation /////////////////////////////// -CAAPhysicalMarsDetails CAAPhysicalMars::Calculate(double JD, bool bHighPrecision) +CAAPhysicalMarsDetails CAAPhysicalMars::Calculate(double JD, bool bHighPrecision) noexcept { //What will be the return value CAAPhysicalMarsDetails details; //Step 1 - double T = (JD - 2451545) / 36525; + const double T = (JD - 2451545) / 36525; double Lambda0 = 352.9065 + 1.17330*T; - double Lambda0rad = CAACoordinateTransformation::DegreesToRadians(Lambda0); - double Beta0 = 63.2818 - 0.00394*T; - double Beta0rad = CAACoordinateTransformation::DegreesToRadians(Beta0); + const double Lambda0rad = CAACoordinateTransformation::DegreesToRadians(Lambda0); + const double Beta0 = 63.2818 - 0.00394*T; + const double Beta0rad = CAACoordinateTransformation::DegreesToRadians(Beta0); //Step 2 - double l0 = CAAEarth::EclipticLongitude(JD, bHighPrecision); - double l0rad = CAACoordinateTransformation::DegreesToRadians(l0); - double b0 = CAAEarth::EclipticLatitude(JD, bHighPrecision); - double b0rad = CAACoordinateTransformation::DegreesToRadians(b0); - double R = CAAEarth::RadiusVector(JD, bHighPrecision); + const double l0 = CAAEarth::EclipticLongitude(JD, bHighPrecision); + const double l0rad = CAACoordinateTransformation::DegreesToRadians(l0); + const double b0 = CAAEarth::EclipticLatitude(JD, bHighPrecision); + const double b0rad = CAACoordinateTransformation::DegreesToRadians(b0); + const double R = CAAEarth::RadiusVector(JD, bHighPrecision); double PreviousLightTravelTime = 0; double LightTravelTime = 0; @@ -72,13 +72,13 @@ CAAPhysicalMarsDetails CAAPhysicalMars::Calculate(double JD, bool bHighPrecision double r = 0; while (bIterate) { - double JD2 = JD - LightTravelTime; + const double JD2 = JD - LightTravelTime; //Step 3 l = CAAMars::EclipticLongitude(JD2, bHighPrecision); lrad = CAACoordinateTransformation::DegreesToRadians(l); b = CAAMars::EclipticLatitude(JD2, bHighPrecision); - double brad = CAACoordinateTransformation::DegreesToRadians(b); + const double brad = CAACoordinateTransformation::DegreesToRadians(b); r = CAAMars::RadiusVector(JD2, bHighPrecision); //Step 4 @@ -89,57 +89,57 @@ CAAPhysicalMarsDetails CAAPhysicalMars::Calculate(double JD, bool bHighPrecision LightTravelTime = CAAElliptical::DistanceToLightTime(DELTA); //Prepare for the next loop around - bIterate = (fabs(LightTravelTime - PreviousLightTravelTime) > 2E-6); //2E-6 correponds to 0.17 of a second + bIterate = (fabs(LightTravelTime - PreviousLightTravelTime) > 2e-6); //2e-6 correponds to 0.17 of a second if (bIterate) PreviousLightTravelTime = LightTravelTime; } //Step 5 - double lambdarad = atan2(y, x); + const double lambdarad = atan2(y, x); double lambda = CAACoordinateTransformation::RadiansToDegrees(lambdarad); - double betarad = atan2(z, sqrt(x*x + y*y)); + const double betarad = atan2(z, sqrt(x*x + y*y)); double beta = CAACoordinateTransformation::RadiansToDegrees(betarad); //Step 6 details.DE = CAACoordinateTransformation::RadiansToDegrees(asin(-sin(Beta0rad)*sin(betarad) - cos(Beta0rad)*cos(betarad)*cos(Lambda0rad - lambdarad))); //Step 7 - double N = 49.5581 + 0.7721*T; - double Nrad = CAACoordinateTransformation::DegreesToRadians(N); + const double N = 49.5581 + 0.7721*T; + const double Nrad = CAACoordinateTransformation::DegreesToRadians(N); - double ldash = l - 0.00697/r; - double ldashrad = CAACoordinateTransformation::DegreesToRadians(ldash); - double bdash = b - 0.000225*(cos(lrad - Nrad)/r); - double bdashrad = CAACoordinateTransformation::DegreesToRadians(bdash); + const double ldash = l - 0.00697/r; + const double ldashrad = CAACoordinateTransformation::DegreesToRadians(ldash); + const double bdash = b - 0.000225*(cos(lrad - Nrad)/r); + const double bdashrad = CAACoordinateTransformation::DegreesToRadians(bdash); //Step 8 details.DS = CAACoordinateTransformation::RadiansToDegrees(asin(-sin(Beta0rad)*sin(bdashrad) - cos(Beta0rad)*cos(bdashrad)*cos(Lambda0rad - ldashrad))); //Step 9 - double W = CAACoordinateTransformation::MapTo0To360Range(11.504 + 350.89200025*(JD - LightTravelTime - 2433282.5)); + const double W = CAACoordinateTransformation::MapTo0To360Range(11.504 + 350.89200025*(JD - LightTravelTime - 2433282.5)); //Step 10 double e0 = CAANutation::MeanObliquityOfEcliptic(JD); - double e0rad = CAACoordinateTransformation::DegreesToRadians(e0); - CAA2DCoordinate PoleEquatorial = CAACoordinateTransformation::Ecliptic2Equatorial(Lambda0, Beta0, e0); - double alpha0rad = CAACoordinateTransformation::HoursToRadians(PoleEquatorial.X); - double delta0rad = CAACoordinateTransformation::DegreesToRadians(PoleEquatorial.Y); + const double e0rad = CAACoordinateTransformation::DegreesToRadians(e0); + const CAA2DCoordinate PoleEquatorial = CAACoordinateTransformation::Ecliptic2Equatorial(Lambda0, Beta0, e0); + const double alpha0rad = CAACoordinateTransformation::HoursToRadians(PoleEquatorial.X); + const double delta0rad = CAACoordinateTransformation::DegreesToRadians(PoleEquatorial.Y); //Step 11 - double u = y*cos(e0rad) - z*sin(e0rad); - double v = y*sin(e0rad) + z*cos(e0rad); - double alpharad = atan2(u, x); - double alpha = CAACoordinateTransformation::RadiansToHours(alpharad); - double deltarad = atan2(v, sqrt(x*x + u*u)); - double delta = CAACoordinateTransformation::RadiansToDegrees(deltarad); - double xi = atan2(sin(delta0rad)*cos(deltarad)*cos(alpha0rad - alpharad) - sin(deltarad)*cos(delta0rad), cos(deltarad)*sin(alpha0rad - alpharad)); + const double u = y*cos(e0rad) - z*sin(e0rad); + const double v = y*sin(e0rad) + z*cos(e0rad); + const double alpharad = atan2(u, x); + const double alpha = CAACoordinateTransformation::RadiansToHours(alpharad); + const double deltarad = atan2(v, sqrt(x*x + u*u)); + const double delta = CAACoordinateTransformation::RadiansToDegrees(deltarad); + const double xi = atan2(sin(delta0rad)*cos(deltarad)*cos(alpha0rad - alpharad) - sin(deltarad)*cos(delta0rad), cos(deltarad)*sin(alpha0rad - alpharad)); //Step 12 details.w = CAACoordinateTransformation::MapTo0To360Range(W - CAACoordinateTransformation::RadiansToDegrees(xi)); //Step 13 - double NutationInLongitude = CAANutation::NutationInLongitude(JD); - double NutationInObliquity = CAANutation::NutationInObliquity(JD); + const double NutationInLongitude = CAANutation::NutationInLongitude(JD); + const double NutationInObliquity = CAANutation::NutationInObliquity(JD); //Step 14 lambda += 0.005693*cos(l0rad - lambdarad)/cos(betarad); @@ -151,20 +151,20 @@ CAAPhysicalMarsDetails CAAPhysicalMars::Calculate(double JD, bool bHighPrecision e0 += NutationInObliquity/3600; //Step 16 - CAA2DCoordinate ApparentPoleEquatorial = CAACoordinateTransformation::Ecliptic2Equatorial(Lambda0, Beta0, e0); - double alpha0dash = CAACoordinateTransformation::HoursToRadians(ApparentPoleEquatorial.X); - double delta0dash = CAACoordinateTransformation::DegreesToRadians(ApparentPoleEquatorial.Y); - CAA2DCoordinate ApparentMars = CAACoordinateTransformation::Ecliptic2Equatorial(lambda, beta, e0); - double alphadash = CAACoordinateTransformation::HoursToRadians(ApparentMars.X); - double deltadash = CAACoordinateTransformation::DegreesToRadians(ApparentMars.Y); + const CAA2DCoordinate ApparentPoleEquatorial = CAACoordinateTransformation::Ecliptic2Equatorial(Lambda0, Beta0, e0); + const double alpha0dash = CAACoordinateTransformation::HoursToRadians(ApparentPoleEquatorial.X); + const double delta0dash = CAACoordinateTransformation::DegreesToRadians(ApparentPoleEquatorial.Y); + const CAA2DCoordinate ApparentMars = CAACoordinateTransformation::Ecliptic2Equatorial(lambda, beta, e0); + const double alphadash = CAACoordinateTransformation::HoursToRadians(ApparentMars.X); + const double deltadash = CAACoordinateTransformation::DegreesToRadians(ApparentMars.Y); //Step 17 details.P = CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(atan2(cos(delta0dash)*sin(alpha0dash - alphadash), sin(delta0dash)*cos(deltadash) - cos(delta0dash)*sin(deltadash)*cos(alpha0dash - alphadash)))); //Step 18 - double SunLambda = CAASun::GeometricEclipticLongitude(JD, bHighPrecision); - double SunBeta = CAASun::GeometricEclipticLatitude(JD, bHighPrecision); - CAA2DCoordinate SunEquatorial = CAACoordinateTransformation::Ecliptic2Equatorial(SunLambda, SunBeta, e0); + const double SunLambda = CAASun::GeometricEclipticLongitude(JD, bHighPrecision); + const double SunBeta = CAASun::GeometricEclipticLatitude(JD, bHighPrecision); + const CAA2DCoordinate SunEquatorial = CAACoordinateTransformation::Ecliptic2Equatorial(SunLambda, SunBeta, e0); details.X = CAAMoonIlluminatedFraction::PositionAngle(SunEquatorial.X, SunEquatorial.Y, alpha, delta); //Step 19 diff --git a/Vendor/AA+/1.6.3/AAPhysicalMoon.cpp b/Sources/AAPlus/AAPhysicalMoon.cpp old mode 100755 new mode 100644 similarity index 59% rename from Vendor/AA+/1.6.3/AAPhysicalMoon.cpp rename to Sources/AAPlus/AAPhysicalMoon.cpp index f130995..5570f58 --- a/Vendor/AA+/1.6.3/AAPhysicalMoon.cpp +++ b/Sources/AAPlus/AAPhysicalMoon.cpp @@ -1,5 +1,5 @@ /* -Module : AAPHYSICALMOON.CPP +Module : AAPhysicalMoon.cpp Purpose: Implementation for the algorithms which obtain the physical parameters of the Moon Created: PJN / 17-01-2004 History: PJN / 19-02-2004 1. The optical libration in longitude is now returned in the range -180 - 180 degrees @@ -9,8 +9,12 @@ History: PJN / 19-02-2004 1. The optical libration in longitude is now returned and TimeOfSunset methods now include a "bool bHighPrecision" parameter which if set to true means the code uses the full VSOP87 theory rather than the truncated theory as presented in Meeus's book. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + PJN / 06-11-2021 1. Fixed a bug in CAAPhysicalMoon::CalculateOpticalLibration where the value of the + variable "W" was being calculated incorrectly. Thanks to Don Cross for reporting this + issue. -Copyright (c) 2004 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2004 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -40,27 +44,27 @@ using namespace std; //////////////////////////////// Implementation /////////////////////////////// -void CAAPhysicalMoon::CalculateOpticalLibration(double JD, double Lambda, double Beta, double& ldash, double& bdash, double& ldash2, double& bdash2, double& epsilon, double& omega, double& DeltaU, double& sigma, double& I, double& rho) +void CAAPhysicalMoon::CalculateOpticalLibration(double JD, double Lambda, double Beta, double& ldash, double& bdash, double& ldash2, double& bdash2, double& epsilon, double& omega, double& DeltaU, double& sigma, double& I, double& rho) noexcept { //Calculate the initial quantities - double Lambdarad = CAACoordinateTransformation::DegreesToRadians(Lambda); - double Betarad = CAACoordinateTransformation::DegreesToRadians(Beta); + const double Lambdarad = CAACoordinateTransformation::DegreesToRadians(Lambda); + const double Betarad = CAACoordinateTransformation::DegreesToRadians(Beta); I = CAACoordinateTransformation::DegreesToRadians(1.54242); DeltaU = CAACoordinateTransformation::DegreesToRadians(CAANutation::NutationInLongitude(JD)/3600); - double F = CAACoordinateTransformation::DegreesToRadians(CAAMoon::ArgumentOfLatitude(JD)); + const double F = CAACoordinateTransformation::DegreesToRadians(CAAMoon::ArgumentOfLatitude(JD)); omega = CAACoordinateTransformation::DegreesToRadians(CAAMoon::MeanLongitudeAscendingNode(JD)); epsilon = CAANutation::MeanObliquityOfEcliptic(JD) + CAANutation::NutationInObliquity(JD)/3600; //Calculate the optical librations - double W = Lambdarad - DeltaU/3600 - omega; - double A = atan2(sin(W)*cos(Betarad)*cos(I) - sin(Betarad)*sin(I), cos(W)*cos(Betarad)); + const double W = Lambdarad - DeltaU - omega; + const double A = atan2(sin(W)*cos(Betarad)*cos(I) - sin(Betarad)*sin(I), cos(W)*cos(Betarad)); ldash = CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(A) - CAACoordinateTransformation::RadiansToDegrees(F)); if (ldash > 180) ldash -= 360; bdash = asin(-sin(W)*cos(Betarad)*sin(I) - sin(Betarad)*cos(I)); //Calculate the physical librations - double T = (JD - 2451545.0)/36525; + const double T = (JD - 2451545.0)/36525; double K1 = 119.75 + 131.849*T; K1 = CAACoordinateTransformation::DegreesToRadians(K1); double K2 = 72.56 + 20.186*T; @@ -72,51 +76,51 @@ void CAAPhysicalMoon::CalculateOpticalLibration(double JD, double Lambda, double Mdash = CAACoordinateTransformation::DegreesToRadians(Mdash); double D = CAAMoon::MeanElongation(JD); D = CAACoordinateTransformation::DegreesToRadians(D); - double E = CAAEarth::Eccentricity(JD); + const double E = CAAEarth::Eccentricity(JD); rho = -0.02752*cos(Mdash) + -0.02245*sin(F) + - 0.00684*cos(Mdash - 2*F) + + 0.00684*cos(Mdash - 2*F) + -0.00293*cos(2*F) + -0.00085*cos(2*F - 2*D) + -0.00054*cos(Mdash - 2*D) + -0.00020*sin(Mdash + F) + -0.00020*cos(Mdash + 2*F) + -0.00020*cos(Mdash - F) + - 0.00014*cos(Mdash + 2*F - 2*D); + 0.00014*cos(Mdash + 2*F - 2*D); sigma = -0.02816*sin(Mdash) + - 0.02244*cos(F) + + 0.02244*cos(F) + -0.00682*sin(Mdash - 2*F) + -0.00279*sin(2*F) + -0.00083*sin(2*F - 2*D) + - 0.00069*sin(Mdash - 2*D) + - 0.00040*cos(Mdash + F) + + 0.00069*sin(Mdash - 2*D) + + 0.00040*cos(Mdash + F) + -0.00025*sin(2*Mdash) + -0.00023*sin(Mdash + 2*F) + - 0.00020*cos(Mdash - F) + - 0.00019*sin(Mdash - F) + - 0.00013*sin(Mdash + 2*F - 2*D) + + 0.00020*cos(Mdash - F) + + 0.00019*sin(Mdash - F) + + 0.00013*sin(Mdash + 2*F - 2*D) + -0.00010*cos(Mdash - 3*F); double tau = 0.02520*E*sin(M) + 0.00473*sin(2*Mdash - 2*F) + - -0.00467*sin(Mdash) + + -0.00467*sin(Mdash) + 0.00396*sin(K1) + 0.00276*sin(2*Mdash - 2*D) + 0.00196*sin(omega) + - -0.00183*cos(Mdash - F) + + -0.00183*cos(Mdash - F) + 0.00115*sin(Mdash - 2*D) + - -0.00096*sin(Mdash - D) + + -0.00096*sin(Mdash - D) + 0.00046*sin(2*F - 2*D) + - -0.00039*sin(Mdash - F) + - -0.00032*sin(Mdash - M - D) + + -0.00039*sin(Mdash - F) + + -0.00032*sin(Mdash - M - D) + 0.00027*sin(2*Mdash - M - 2*D) + 0.00023*sin(K2) + - -0.00014*sin(2*D) + + -0.00014*sin(2*D) + 0.00014*cos(2*Mdash - 2*F) + - -0.00012*sin(Mdash - 2*F) + - -0.00012*sin(2*Mdash) + + -0.00012*sin(Mdash - 2*F) + + -0.00012*sin(2*Mdash) + 0.00011*sin(2*Mdash - 2*M - 2*D); ldash2 = -tau + (rho*cos(A) + sigma*sin(A))*tan(bdash); @@ -124,7 +128,7 @@ void CAAPhysicalMoon::CalculateOpticalLibration(double JD, double Lambda, double bdash2 = sigma*cos(A) - rho*sin(A); } -CAAPhysicalMoonDetails CAAPhysicalMoon::CalculateHelper(double JD, double& Lambda, double& Beta, double& epsilon, CAA2DCoordinate& Equatorial) +CAAPhysicalMoonDetails CAAPhysicalMoon::CalculateHelper(double JD, double& Lambda, double& Beta, double& epsilon, CAA2DCoordinate& Equatorial) noexcept { //What will be the return value CAAPhysicalMoonDetails details; @@ -134,104 +138,105 @@ CAAPhysicalMoonDetails CAAPhysicalMoon::CalculateHelper(double JD, double& Lambd Beta = CAAMoon::EclipticLatitude(JD); //Calculate the optical libration - double omega; - double DeltaU; - double sigma; - double I; - double rho; + double omega = 0; + double DeltaU = 0; + double sigma = 0; + double I = 0; + double rho = 0; CalculateOpticalLibration(JD, Lambda, Beta, details.ldash, details.bdash, details.ldash2, details.bdash2, epsilon, omega, DeltaU, sigma, I, rho); - double epsilonrad = CAACoordinateTransformation::DegreesToRadians(epsilon); + const double epsilonrad = CAACoordinateTransformation::DegreesToRadians(epsilon); //Calculate the total libration details.l = details.ldash + details.ldash2; details.b = details.bdash + details.bdash2; - double b = CAACoordinateTransformation::DegreesToRadians(details.b); + const double b = CAACoordinateTransformation::DegreesToRadians(details.b); //Calculate the position angle - double V = omega + DeltaU + CAACoordinateTransformation::DegreesToRadians(sigma)/sin(I); - double I_rho = I + CAACoordinateTransformation::DegreesToRadians(rho); - double X = sin(I_rho)*sin(V); - double Y = sin(I_rho)*cos(V)*cos(epsilonrad) - cos(I_rho)*sin(epsilonrad); - double w = atan2(X, Y); + const double V = omega + DeltaU + CAACoordinateTransformation::DegreesToRadians(sigma)/sin(I); + const double I_rho = I + CAACoordinateTransformation::DegreesToRadians(rho); + const double X = sin(I_rho)*sin(V); + const double Y = sin(I_rho)*cos(V)*cos(epsilonrad) - cos(I_rho)*sin(epsilonrad); + const double w = atan2(X, Y); Equatorial = CAACoordinateTransformation::Ecliptic2Equatorial(Lambda, Beta, epsilon); - double Alpha = CAACoordinateTransformation::HoursToRadians(Equatorial.X); - +#ifdef _MSC_VER + #pragma warning(suppress : 26489) +#endif //#ifdef _MSC_VER + const double Alpha = CAACoordinateTransformation::HoursToRadians(Equatorial.X); details.P = CAACoordinateTransformation::RadiansToDegrees(asin(sqrt(X*X + Y*Y)*cos(Alpha - w)/(cos(b)))); - return details; } -CAAPhysicalMoonDetails CAAPhysicalMoon::CalculateGeocentric(double JD) +CAAPhysicalMoonDetails CAAPhysicalMoon::CalculateGeocentric(double JD) noexcept { - double Lambda; - double Beta; - double epsilon; + double Lambda = 0; + double Beta = 0; + double epsilon = 0; CAA2DCoordinate Equatorial; return CalculateHelper(JD, Lambda, Beta, epsilon, Equatorial); } -CAAPhysicalMoonDetails CAAPhysicalMoon::CalculateTopocentric(double JD, double Longitude, double Latitude) +CAAPhysicalMoonDetails CAAPhysicalMoon::CalculateTopocentric(double JD, double Longitude, double Latitude) noexcept { //First convert to radians Longitude = CAACoordinateTransformation::DegreesToRadians(Longitude); Latitude = CAACoordinateTransformation::DegreesToRadians(Latitude); - double Lambda; - double Beta; - double epsilon; + double Lambda = 0; + double Beta = 0; + double epsilon = 0; CAA2DCoordinate Equatorial; CAAPhysicalMoonDetails details = CalculateHelper(JD, Lambda, Beta, epsilon, Equatorial); - double R = CAAMoon::RadiusVector(JD); - double pi = CAAMoon::RadiusVectorToHorizontalParallax(R); - double Alpha = CAACoordinateTransformation::HoursToRadians(Equatorial.X); - double Delta = CAACoordinateTransformation::DegreesToRadians(Equatorial.Y); + const double R = CAAMoon::RadiusVector(JD); + const double pi = CAAMoon::RadiusVectorToHorizontalParallax(R); + const double Alpha = CAACoordinateTransformation::HoursToRadians(Equatorial.X); + const double Delta = CAACoordinateTransformation::DegreesToRadians(Equatorial.Y); - double AST = CAASidereal::ApparentGreenwichSiderealTime(JD); - double H = CAACoordinateTransformation::HoursToRadians(AST) - Longitude - Alpha; + const double AST = CAASidereal::ApparentGreenwichSiderealTime(JD); + const double H = CAACoordinateTransformation::HoursToRadians(AST) - Longitude - Alpha; - double Q = atan2(cos(Latitude)*sin(H), cos(Delta)*sin(Latitude) - sin(Delta)*cos(Latitude)*cos(H)); - double Z = acos(sin(Delta)*sin(Latitude) + cos(Delta)*cos(Latitude)*cos(H)); - double pidash = pi*(sin(Z) + 0.0084*sin(2*Z)); + const double Q = atan2(cos(Latitude)*sin(H), cos(Delta)*sin(Latitude) - sin(Delta)*cos(Latitude)*cos(H)); + const double Z = acos(sin(Delta)*sin(Latitude) + cos(Delta)*cos(Latitude)*cos(H)); + const double pidash = pi*(sin(Z) + 0.0084*sin(2*Z)); - double Prad = CAACoordinateTransformation::DegreesToRadians(details.P); + const double Prad = CAACoordinateTransformation::DegreesToRadians(details.P); - double DeltaL = -pidash*sin(Q - Prad)/cos(CAACoordinateTransformation::DegreesToRadians(details.b)); + const double DeltaL = -pidash*sin(Q - Prad)/cos(CAACoordinateTransformation::DegreesToRadians(details.b)); details.l += DeltaL; - double DeltaB = pidash*cos(Q - Prad); + const double DeltaB = pidash*cos(Q - Prad); details.b += DeltaB; - double DeltaP = DeltaL*sin(CAACoordinateTransformation::DegreesToRadians(details.b)) - pidash*sin(Q)*tan(Delta); + const double DeltaP = DeltaL*sin(CAACoordinateTransformation::DegreesToRadians(details.b)) - pidash*sin(Q)*tan(Delta); details.P += DeltaP; return details; } -CAASelenographicMoonDetails CAAPhysicalMoon::CalculateSelenographicPositionOfSun(double JD, bool bHighPrecision) +CAASelenographicMoonDetails CAAPhysicalMoon::CalculateSelenographicPositionOfSun(double JD, bool bHighPrecision) noexcept { - double R = CAAEarth::RadiusVector(JD, bHighPrecision)*149597970; - double Delta = CAAMoon::RadiusVector(JD); - double lambda0 = CAASun::ApparentEclipticLongitude(JD, bHighPrecision); - double lambda = CAAMoon::EclipticLongitude(JD); - double beta = CAAMoon::EclipticLatitude(JD); + const double R = CAAEarth::RadiusVector(JD, bHighPrecision)*149597970; + const double Delta = CAAMoon::RadiusVector(JD); + const double lambda0 = CAASun::ApparentEclipticLongitude(JD, bHighPrecision); + const double lambda = CAAMoon::EclipticLongitude(JD); + const double beta = CAAMoon::EclipticLatitude(JD); - double lambdah = CAACoordinateTransformation::MapTo0To360Range(lambda0 + 180 + Delta/R*57.296*cos(CAACoordinateTransformation::DegreesToRadians(beta))*sin(CAACoordinateTransformation::DegreesToRadians(lambda0 - lambda))); - double betah = Delta/R*beta; + const double lambdah = CAACoordinateTransformation::MapTo0To360Range(lambda0 + 180 + Delta/R*57.296*cos(CAACoordinateTransformation::DegreesToRadians(beta))*sin(CAACoordinateTransformation::DegreesToRadians(lambda0 - lambda))); + const double betah = Delta/R*beta; //What will be the return value CAASelenographicMoonDetails details; //Calculate the optical libration - double omega; - double DeltaU; - double sigma; - double I; - double rho; - double ldash0; - double bdash0; - double ldash20; - double bdash20; - double epsilon; + double omega = 0; + double DeltaU = 0; + double sigma = 0; + double I = 0; + double rho = 0; + double ldash0 = 0; + double bdash0 = 0; + double ldash20 = 0; + double bdash20 = 0; + double epsilon = 0; CalculateOpticalLibration(JD, lambdah, betah, ldash0, bdash0, ldash20, bdash20, epsilon, omega, DeltaU, sigma, I, rho); details.l0 = ldash0 + ldash20; @@ -240,7 +245,7 @@ CAASelenographicMoonDetails CAAPhysicalMoon::CalculateSelenographicPositionOfSun return details; } -double CAAPhysicalMoon::AltitudeOfSun(double JD, double Longitude, double Latitude, bool bHighPrecision) +double CAAPhysicalMoon::AltitudeOfSun(double JD, double Longitude, double Latitude, bool bHighPrecision) noexcept { //Calculate the selenographic details CAASelenographicMoonDetails selenographicDetails = CalculateSelenographicPositionOfSun(JD, bHighPrecision); @@ -254,15 +259,15 @@ double CAAPhysicalMoon::AltitudeOfSun(double JD, double Longitude, double Latitu return CAACoordinateTransformation::RadiansToDegrees(asin(sin(selenographicDetails.b0)*sin(Latitude) + cos(selenographicDetails.b0)*cos(Latitude)*sin(selenographicDetails.c0 + Longitude))); } -double CAAPhysicalMoon::SunriseSunsetHelper(double JD, double Longitude, double Latitude, bool bSunrise, bool bHighPrecision) +double CAAPhysicalMoon::SunriseSunsetHelper(double JD, double Longitude, double Latitude, bool bSunrise, bool bHighPrecision) noexcept { double JDResult = JD; - double Latituderad = CAACoordinateTransformation::DegreesToRadians(Latitude); - double h; + const double Latituderad = CAACoordinateTransformation::DegreesToRadians(Latitude); + double h = 0; do { h = AltitudeOfSun(JDResult, Longitude, Latitude, bHighPrecision); - double DeltaJD = h/(12.19075*cos(Latituderad)); + const double DeltaJD = h/(12.19075*cos(Latituderad)); if (bSunrise) JDResult -= DeltaJD; else @@ -273,12 +278,12 @@ double CAAPhysicalMoon::SunriseSunsetHelper(double JD, double Longitude, double return JDResult; } -double CAAPhysicalMoon::TimeOfSunrise(double JD, double Longitude, double Latitude, bool bHighPrecision) +double CAAPhysicalMoon::TimeOfSunrise(double JD, double Longitude, double Latitude, bool bHighPrecision) noexcept { return SunriseSunsetHelper(JD, Longitude, Latitude, true, bHighPrecision); } -double CAAPhysicalMoon::TimeOfSunset(double JD, double Longitude, double Latitude, bool bHighPrecision) +double CAAPhysicalMoon::TimeOfSunset(double JD, double Longitude, double Latitude, bool bHighPrecision) noexcept { return SunriseSunsetHelper(JD, Longitude, Latitude, false, bHighPrecision); } diff --git a/Vendor/AA+/1.6.3/AAPhysicalSun.cpp b/Sources/AAPlus/AAPhysicalSun.cpp old mode 100755 new mode 100644 similarity index 74% rename from Vendor/AA+/1.6.3/AAPhysicalSun.cpp rename to Sources/AAPlus/AAPhysicalSun.cpp index b81084f..5fbd55f --- a/Vendor/AA+/1.6.3/AAPhysicalSun.cpp +++ b/Sources/AAPlus/AAPhysicalSun.cpp @@ -1,5 +1,5 @@ /* -Module : AAPHYSICALSUN.CPP +Module : AAPhysicalSun.cpp Purpose: Implementation for the algorithms which obtain the physical parameters of the Sun Created: PJN / 29-12-2003 History: PJN / 16-06-2004 1. Fixed a typo in the calculation of SunLongDash in CAAPhysicalSun::Calculate. @@ -7,9 +7,12 @@ History: PJN / 16-06-2004 1. Fixed a typo in the calculation of SunLongDash in C PJN / 16-09-2015 1. CAAPhysicalSun::Calculate now includes a "bool bHighPrecision" parameter which if set to true means the code uses the full VSOP87 theory rather than the truncated theory as presented in Meeus's book. + PJN / 15-05-2017 1. Fixed an issue in CAAPhysicalSun::Calculate where the value "eta" would + sometimes not be returned in the correct quadrant. Thanks to Alexandru + Garofide for reporting this issue. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,15 +41,15 @@ using namespace std; //////////////////////////////// Implementation /////////////////////////////// -CAAPhysicalSunDetails CAAPhysicalSun::Calculate(double JD, bool bHighPrecision) +CAAPhysicalSunDetails CAAPhysicalSun::Calculate(double JD, bool bHighPrecision) noexcept { double theta = CAACoordinateTransformation::MapTo0To360Range((JD - 2398220) * 360 / 25.38); double I = 7.25; double K = 73.6667 + 1.3958333*(JD - 2396758)/36525; //Calculate the apparent longitude of the sun (excluding the effect of nutation) - double L = CAAEarth::EclipticLongitude(JD, bHighPrecision); - double R = CAAEarth::RadiusVector(JD, bHighPrecision); + const double L = CAAEarth::EclipticLongitude(JD, bHighPrecision); + const double R = CAAEarth::RadiusVector(JD, bHighPrecision); double SunLong = L + 180 - CAACoordinateTransformation::DMSToDegrees(0, 0, 20.4898 / R); double epsilon = CAANutation::TrueObliquityOfEcliptic(JD); @@ -58,21 +61,20 @@ CAAPhysicalSunDetails CAAPhysicalSun::Calculate(double JD, bool bHighPrecision) I = CAACoordinateTransformation::DegreesToRadians(I); theta = CAACoordinateTransformation::DegreesToRadians(theta); - double x = atan(-cos(SunLong)*tan(epsilon)); - double y = atan(-cos(SunLong - K)*tan(I)); + const double x = atan(-cos(SunLong)*tan(epsilon)); + const double y = atan(-cos(SunLong - K)*tan(I)); CAAPhysicalSunDetails details; - details.P = CAACoordinateTransformation::RadiansToDegrees(x + y); details.B0 = CAACoordinateTransformation::RadiansToDegrees(asin(sin(SunLong - K)*sin(I))); - - double eta = atan(tan(SunLong - K)*cos(I)); + const double SunLongMinusK = SunLong - K; + const double eta = atan2(-sin(SunLongMinusK)*cos(I), -cos(SunLongMinusK)); details.L0 = CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(eta - theta)); return details; } -double CAAPhysicalSun::TimeOfStartOfRotation(long C) +double CAAPhysicalSun::TimeOfStartOfRotation(long C) noexcept { double JED = 2398140.2270 + 27.2752316*C; diff --git a/Vendor/AA+/1.6.3/AAPlanetaryPhenomena.cpp b/Sources/AAPlus/AAPlanetaryPhenomena.cpp old mode 100755 new mode 100644 similarity index 70% rename from Vendor/AA+/1.6.3/AAPlanetaryPhenomena.cpp rename to Sources/AAPlus/AAPlanetaryPhenomena.cpp index f89fb8e..0ff0507 --- a/Vendor/AA+/1.6.3/AAPlanetaryPhenomena.cpp +++ b/Sources/AAPlus/AAPlanetaryPhenomena.cpp @@ -1,13 +1,27 @@ /* -Module : AAPLANETARYPHENOMENA.CPP +Module : AAPlanetaryPhenomena.cpp Purpose: Implementation for the algorithms which obtain the dates of various planetary phenomena Created: PJN / 29-12-2003 History: PJN / 08-05-2011 1. Fixed a compilation issue on GCC where size_t was undefined in various methods. Thanks to Carsten A. Arnholm and Andrew Hammond for reporting this bug. PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this issue when compiling AA+ on ARM. - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + PJN / 22-07-2018 1. Fixed a number of gcc warnings in CAAPlanetaryPhenomena::K, CAAPlanetaryPhenomena::Mean, + CAAPlanetaryPhenomena::True & CAAPlanetaryPhenomena::ElongationValue. Thanks to Todd Carnes + for reportying this issue. + PJN / 24-07-2018 1. Fixed a number of GCC warnings in the methods CAAPlanetaryPhenomena::K, + CAAPlanetaryPhenomena::Mean, CAAPlanetaryPhenomena::True & + CAAPlanetaryPhenomena::ElongationValue. Thanks to Todd Carnes for reporting this issue. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + PJN / 15-04-2020 1. Reworked C arrays to use std::array + PJN / 12-03-2021 1. Changed the behavior of the CAAPlanetaryPhenomena::K method to now return the K value before + it is rounded. This new behaviour is now consistent with all the other methods in the AA+ + framework which return so called "K" values. This means that client code must round this value + to an integer before calling other methods in this class with this K value. + PJN / 03-10-2021 1. Renamed CAAPlanetaryPhenomena::PlanetaryObject type to Planet. + 2. Renamed CAAPlanetaryPhenomena::EventType type to Type. + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -30,6 +44,7 @@ to maintain a single distribution point for the source code. #include #include #include +#include using namespace std; @@ -43,8 +58,8 @@ struct PlanetaryPhenomenaCoefficient1 double M1; }; -const PlanetaryPhenomenaCoefficient1 g_PlanetaryPhenomenaCoefficient1[] = -{ +constexpr array g_PlanetaryPhenomenaCoefficient1 +{ { { 2451612.023, 115.8774771, 63.5867, 114.2088742 }, { 2451554.084, 115.8774771, 6.4822, 114.2088742 }, { 2451996.706, 583.921361, 82.7311, 215.513058 }, @@ -58,150 +73,155 @@ const PlanetaryPhenomenaCoefficient1 g_PlanetaryPhenomenaCoefficient1[] = { 2451764.317, 369.656035, 213.6884, 4.333093 }, { 2451579.489, 369.656035, 31.5219, 4.333093 }, { 2451753.122, 367.486703, 202.6544, 2.194998 }, - { 2451569.379, 367.486703, 21.5569, 2.194998 }, -}; + { 2451569.379, 367.486703, 21.5569, 2.194998 } +} }; /////////////////////////// Implementation //////////////////////////////////// -double CAAPlanetaryPhenomena::K(double Year, PlanetaryObject object, EventType type) +double CAAPlanetaryPhenomena::K(double Year, Planet planet, Type type) noexcept { - size_t nCoefficient; - if (object >= MARS) + size_t nCoefficient = 0; + if (planet >= Planet::MARS) { - assert(type == OPPOSITION || type == CONJUNCTION); + assert(type == Type::OPPOSITION || type == Type::CONJUNCTION); - if (type == OPPOSITION) - nCoefficient = object*2; + if (type == Type::OPPOSITION) + nCoefficient = static_cast(planet) * 2; else - nCoefficient = object*2 + 1; + nCoefficient = static_cast(planet) * 2 + 1; } else { - assert(type == INFERIOR_CONJUNCTION || type == SUPERIOR_CONJUNCTION); + assert(type == Type::INFERIOR_CONJUNCTION || type == Type::SUPERIOR_CONJUNCTION); - if (type == INFERIOR_CONJUNCTION) - nCoefficient = object*2; + if (type == Type::INFERIOR_CONJUNCTION) + nCoefficient = static_cast(planet) * 2; else - nCoefficient = object*2 + 1; + nCoefficient = static_cast(planet) * 2 + 1; } - assert(nCoefficient >= 0 && nCoefficient < sizeof(g_PlanetaryPhenomenaCoefficient1)/sizeof(PlanetaryPhenomenaCoefficient1)); - - double k = (365.2425*Year + 1721060 - g_PlanetaryPhenomenaCoefficient1[nCoefficient].A) / g_PlanetaryPhenomenaCoefficient1[nCoefficient].B; - return floor(k + 0.5); + assert(nCoefficient < g_PlanetaryPhenomenaCoefficient1.size()); +#ifdef _MSC_VER + #pragma warning(suppress : 26446 26482) +#endif //#ifdef _MSC_VER + return (365.2425*Year + 1721060 - g_PlanetaryPhenomenaCoefficient1[nCoefficient].A) / g_PlanetaryPhenomenaCoefficient1[nCoefficient].B; } -double CAAPlanetaryPhenomena::Mean(double k, PlanetaryObject object, EventType type) +double CAAPlanetaryPhenomena::Mean(double k, Planet planet, Type type) noexcept { - size_t nCoefficient; - if (object >= MARS) + size_t nCoefficient = 0; + if (planet >= Planet::MARS) { - assert(type == OPPOSITION || type == CONJUNCTION); + assert(type == Type::OPPOSITION || type == Type::CONJUNCTION); - if (type == OPPOSITION) - nCoefficient = object*2; + if (type == Type::OPPOSITION) + nCoefficient = static_cast(planet) * 2; else - nCoefficient = object*2 + 1; + nCoefficient = static_cast(planet) * 2 + 1; } else { - assert(type == INFERIOR_CONJUNCTION || type == SUPERIOR_CONJUNCTION); + assert(type == Type::INFERIOR_CONJUNCTION || type == Type::SUPERIOR_CONJUNCTION); - if (type == INFERIOR_CONJUNCTION) - nCoefficient = object*2; + if (type == Type::INFERIOR_CONJUNCTION) + nCoefficient = static_cast(planet) * 2; else - nCoefficient = object*2 + 1; + nCoefficient = static_cast(planet) * 2 + 1; } - assert(nCoefficient >= 0 && nCoefficient < sizeof(g_PlanetaryPhenomenaCoefficient1)/sizeof(PlanetaryPhenomenaCoefficient1)); - + assert(nCoefficient < g_PlanetaryPhenomenaCoefficient1.size()); +#ifdef _MSC_VER + #pragma warning(suppress : 26446 26482) +#endif //#ifdef _MSC_VER return g_PlanetaryPhenomenaCoefficient1[nCoefficient].A + g_PlanetaryPhenomenaCoefficient1[nCoefficient].B*k; } -double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType type) +double CAAPlanetaryPhenomena::True(double k, Planet planet, Type type) noexcept { - double JDE0; - - if (type == WESTERN_ELONGATION || type == EASTERN_ELONGATION || type == STATION1 || type == STATION2) + double JDE0 = 0; + + if (type == Type::WESTERN_ELONGATION || type == Type::EASTERN_ELONGATION || type == Type::STATION1 || type == Type::STATION2) { - if (object >= MARS) - JDE0 = Mean(k, object, OPPOSITION); + if (planet >= Planet::MARS) + JDE0 = Mean(k, planet, Type::OPPOSITION); else - JDE0 = Mean(k, object, INFERIOR_CONJUNCTION); + JDE0 = Mean(k, planet, Type::INFERIOR_CONJUNCTION); } else - JDE0 = Mean(k, object, type); + JDE0 = Mean(k, planet, type); - size_t nCoefficient; - if (object >= MARS) + size_t nCoefficient = 0; + if (planet >= Planet::MARS) { - assert(type == OPPOSITION || type == CONJUNCTION || type == STATION1 || type == STATION2); + assert(type == Type::OPPOSITION || type == Type::CONJUNCTION || type == Type::STATION1 || type == Type::STATION2); - if (type == OPPOSITION || type == STATION1 || type == STATION2) - nCoefficient = object*2; + if (type == Type::OPPOSITION || type == Type::STATION1 || type == Type::STATION2) + nCoefficient = static_cast(planet) * 2; else - nCoefficient = object*2 + 1; + nCoefficient = static_cast(planet) * 2 + 1; } else { - assert(type == INFERIOR_CONJUNCTION || type == SUPERIOR_CONJUNCTION || type == EASTERN_ELONGATION || - type == WESTERN_ELONGATION || type == STATION1 || type == STATION2); + assert(type == Type::INFERIOR_CONJUNCTION || type == Type::SUPERIOR_CONJUNCTION || type == Type::EASTERN_ELONGATION || + type == Type::WESTERN_ELONGATION || type == Type::STATION1 || type == Type::STATION2); - if (type == INFERIOR_CONJUNCTION || type == EASTERN_ELONGATION || type == WESTERN_ELONGATION || type == STATION1 || type == STATION2) - nCoefficient = object*2; + if (type == Type::INFERIOR_CONJUNCTION || type == Type::EASTERN_ELONGATION || type == Type::WESTERN_ELONGATION || type == Type::STATION1 || type == Type::STATION2) + nCoefficient = static_cast(planet) * 2; else - nCoefficient = object*2 + 1; + nCoefficient = static_cast(planet) * 2 + 1; } - assert(nCoefficient >= 0 && nCoefficient < sizeof(g_PlanetaryPhenomenaCoefficient1)/sizeof(PlanetaryPhenomenaCoefficient1)); - + assert(nCoefficient < g_PlanetaryPhenomenaCoefficient1.size()); +#ifdef _MSC_VER + #pragma warning(suppress : 26482 26446) +#endif //#ifdef _MSC_VER double M = CAACoordinateTransformation::MapTo0To360Range(g_PlanetaryPhenomenaCoefficient1[nCoefficient].M0 + g_PlanetaryPhenomenaCoefficient1[nCoefficient].M1*k); - M = CAACoordinateTransformation::DegreesToRadians(M); //convert M to radians + M = CAACoordinateTransformation::DegreesToRadians(M); //convert M to radians - double T = (JDE0 - 2451545) / 36525; - double T2 = T*T; + const double T = (JDE0 - 2451545) / 36525; + const double T2 = T*T; - double a=0; - double b=0; - double c=0; - double d=0; - double e=0; - double f=0; - double g=0; + double a = 0; + double b = 0; + double c = 0; + double d = 0; + double e = 0; + double f = 0; + double g = 0; - if (object == JUPITER) + if (planet == Planet::JUPITER) { a = CAACoordinateTransformation::MapTo0To360Range(82.74 + 40.76*T); - a = CAACoordinateTransformation::DegreesToRadians(a); + a = CAACoordinateTransformation::DegreesToRadians(a); } - else if (object == SATURN) + else if (planet == Planet::SATURN) { a = CAACoordinateTransformation::MapTo0To360Range(82.74 + 40.76*T); - a = CAACoordinateTransformation::DegreesToRadians(a); + a = CAACoordinateTransformation::DegreesToRadians(a); b = CAACoordinateTransformation::MapTo0To360Range(29.86 + 1181.36*T); - b = CAACoordinateTransformation::DegreesToRadians(b); + b = CAACoordinateTransformation::DegreesToRadians(b); c = CAACoordinateTransformation::MapTo0To360Range(14.13 + 590.68*T); - c = CAACoordinateTransformation::DegreesToRadians(c); + c = CAACoordinateTransformation::DegreesToRadians(c); d = CAACoordinateTransformation::MapTo0To360Range(220.02 + 1262.87*T); - d = CAACoordinateTransformation::DegreesToRadians(d); + d = CAACoordinateTransformation::DegreesToRadians(d); } - else if (object == URANUS) + else if (planet == Planet::URANUS) { e = CAACoordinateTransformation::MapTo0To360Range(207.83 + 8.51*T); - e = CAACoordinateTransformation::DegreesToRadians(e); + e = CAACoordinateTransformation::DegreesToRadians(e); f = CAACoordinateTransformation::MapTo0To360Range(108.84 + 419.96*T); - f = CAACoordinateTransformation::DegreesToRadians(f); + f = CAACoordinateTransformation::DegreesToRadians(f); } - else if (object == NEPTUNE) + else if (planet == Planet::NEPTUNE) { e = CAACoordinateTransformation::MapTo0To360Range(207.83 + 8.51*T); - e = CAACoordinateTransformation::DegreesToRadians(e); + e = CAACoordinateTransformation::DegreesToRadians(e); g = CAACoordinateTransformation::MapTo0To360Range(276.74 + 209.98*T); - g = CAACoordinateTransformation::DegreesToRadians(g); + g = CAACoordinateTransformation::DegreesToRadians(g); } - double delta; - if (object == MERCURY) + double delta = 0; + if (planet == Planet::MERCURY) { - if (type == INFERIOR_CONJUNCTION) + if (type == Type::INFERIOR_CONJUNCTION) { delta = (0.0545 + 0.0002*T) + sin(M) * (-6.2008 + 0.0074*T + 0.00003*T2) + @@ -215,7 +235,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t sin(5*M) * (0.0083 + 0.0001*T) + cos(5*M) * (-0.0040 + 0.0001*T); } - else if (type == SUPERIOR_CONJUNCTION) + else if (type == Type::SUPERIOR_CONJUNCTION) { delta = (-0.0548 - 0.0002*T) + sin(M) * (7.3894 - 0.0100*T - 0.00003*T2) + @@ -229,7 +249,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t sin(5*M) * (-0.0122 - 0.0002*T) + cos(5*M) * (0.0173 - 0.0002*T); } - else if (type == EASTERN_ELONGATION) + else if (type == Type::EASTERN_ELONGATION) { delta = (-21.6101 + 0.0002*T) + sin(M) * (-1.9803 - 0.0060*T + 0.00001*T2) + @@ -243,7 +263,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t sin(5*M) * (-0.0061) + cos(5*M) * (-0.0032 - 0.0001*T2); } - else if (type == WESTERN_ELONGATION) + else if (type == Type::WESTERN_ELONGATION) { delta = (21.6249 - 0.0002*T) + sin(M) * (0.1306 + 0.0065*T) + @@ -257,7 +277,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t sin(5*M) * (0.0026) + cos(5*M) * (0.0037); } - else if (type == STATION1) + else if (type == Type::STATION1) { delta = (-11.0761 + 0.0003*T) + sin(M) * (-4.7321 + 0.0023*T + 0.00002*T2) + @@ -273,7 +293,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t } else { - assert(type == STATION2); + assert(type == Type::STATION2); delta = (11.1343 - 0.0001*T) + sin(M) * (-3.9137 + 0.0073*T + 0.00002*T2) + @@ -288,9 +308,9 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t cos(5*M) * (-0.0115 + 0.0001*T); } } - else if (object == VENUS) + else if (planet == Planet::VENUS) { - if (type == INFERIOR_CONJUNCTION) + if (type == Type::INFERIOR_CONJUNCTION) { delta = (-0.0096 + 0.0002*T - 0.00001*T2) + sin(M) * (2.0009 - 0.0033*T - 0.00001*T2) + @@ -300,7 +320,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t sin(3*M) * (0.0046 - 0.0002*T) + cos(3*M) * (0.0079 + 0.0001*T); } - else if (type == SUPERIOR_CONJUNCTION) + else if (type == Type::SUPERIOR_CONJUNCTION) { delta = (0.0099 - 0.0002*T - 0.00001*T2) + sin(M) * (4.1991 - 0.0121*T - 0.00003*T2) + @@ -310,7 +330,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t sin(3*M) * (0.0232 - 0.0005*T - 0.00001*T2) + cos(3*M) * (0.0031 + 0.0004*T); } - else if (type == EASTERN_ELONGATION) + else if (type == Type::EASTERN_ELONGATION) { delta = (-70.7600 + 0.0002*T - 0.00001*T2) + sin(M) * (1.0282 - 0.0010*T - 0.00001*T2) + @@ -320,7 +340,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t sin(3*M) * (0.0036 + 0.0001*T) + cos(3*M) * (-0.0011 + 0.00001*T2); } - else if (type == WESTERN_ELONGATION) + else if (type == Type::WESTERN_ELONGATION) { delta = (70.7462 - 0.00001*T2) + sin(M) * (1.1218 - 0.0025*T - 0.00001*T2) + @@ -330,7 +350,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t sin(3*M) * (0.0062 - 0.0001*T) + cos(3*M) * (0.0015 - 0.00001*T2); } - else if (type == STATION1) + else if (type == Type::STATION1) { delta = (-21.0672 + 0.0002*T - 0.00001*T2) + sin(M) * (1.9396 - 0.0029*T - 0.00001*T2) + @@ -342,7 +362,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t } else { - assert(type == STATION2); + assert(type == Type::STATION2); delta = (21.0623 - 0.00001*T2) + sin(M) * (1.9913 - 0.0040*T - 0.00001*T2) + @@ -353,9 +373,9 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t cos(3*M) * (0.0043 + 0.0001*T); } } - else if (object == MARS) + else if (planet == Planet::MARS) { - if (type == OPPOSITION) + if (type == Type::OPPOSITION) { delta = (-0.3088 + 0.00002*T2) + sin(M) * (-17.6965 + 0.0363*T + 0.00005*T2) + @@ -369,7 +389,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t sin(5*M) * (0.0737 - 0.0008*T) + cos(5*M) * (-0.0980 - 0.0011*T); } - else if (type == CONJUNCTION) + else if (type == Type::CONJUNCTION) { delta = (0.3102 - 0.0001*T + 0.00001*T2) + sin(M) * (9.7273 - 0.0156*T + 0.00001*T2) + @@ -382,8 +402,8 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t cos(4*M) * (0.1584 + 0.0013*T) + sin(5*M) * (0.0270 + 0.0005*T) + cos(5*M) * (0.0433); - } - else if (type == STATION1) + } + else if (type == Type::STATION1) { delta = (-37.0790 - 0.0009*T + 0.00002*T2) + sin(M) * (-20.0651 + 0.0228*T + 0.00004*T2) + @@ -399,7 +419,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t } else { - assert(type == STATION2); + assert(type == Type::STATION2); delta = (36.7191 + 0.0016*T + 0.00003*T2) + sin(M) * (-12.6163 + 0.0417*T - 0.00001*T2) + @@ -414,9 +434,9 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t cos(5*M) * (-0.1497 - 0.0006*T); } } - else if (object == JUPITER) + else if (planet == Planet::JUPITER) { - if (type == OPPOSITION) + if (type == Type::OPPOSITION) { delta = (-0.1029 - 0.00009*T2) + sin(M) * (-1.9658 - 0.0056*T + 0.00007*T2) + @@ -428,7 +448,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t sin(a) * (0.0144*T - 0.00008*T2) + cos(a) * (0.3642 - 0.0019*T - 0.00029*T2); } - else if (type == CONJUNCTION) + else if (type == Type::CONJUNCTION) { delta = (0.1027 + 0.0002*T - 0.00009*T2) + sin(M) * (-2.2637 + 0.0163*T - 0.00003*T2) + @@ -440,7 +460,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t sin(a) * (0.0144*T - 0.00008*T2) + cos(a) * (0.3642 - 0.0019*T - 0.00029*T2); } - else if (type == STATION1) + else if (type == Type::STATION1) { delta = (-60.3670 - 0.0001*T - 0.00009*T2) + sin(M) * (-2.3144 - 0.0124*T + 0.00007*T2) + @@ -454,7 +474,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t } else { - assert(type == STATION2); + assert(type == Type::STATION2); delta = (60.3023 + 0.0002*T - 0.00009*T2) + sin(M) * (0.3506 - 0.0034*T + 0.00004*T2) + @@ -467,9 +487,9 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t cos(a) * (0.3642 - 0.0019*T - 0.00029*T2); } } - else if (object == SATURN) + else if (planet == Planet::SATURN) { - if (type == OPPOSITION) + if (type == Type::OPPOSITION) { delta = (-0.0209 + 0.0006*T + 0.00023*T2) + sin(M) * (4.5795 - 0.0312*T - 0.00017*T2) + @@ -487,7 +507,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t sin(d) * (0.0024*T - 0.00003*T2) + cos(d) * (0.0477 - 0.0005*T - 0.00006*T2); } - else if (type == CONJUNCTION) + else if (type == Type::CONJUNCTION) { delta = (0.0172 - 0.0006*T + 0.00023*T2) + sin(M) * (-8.5885 + 0.0411*T + 0.00020*T2) + @@ -505,7 +525,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t sin(d) * (0.0024*T - 0.00003*T2) + cos(d) * (0.0477 - 0.0005*T - 0.00006*T2); } - else if (type == STATION1) + else if (type == Type::STATION1) { delta = (-68.8840 + 0.0009*T + 0.00023*T2) + sin(M) * (5.5452 - 0.0279*T - 0.00020*T2) + @@ -525,7 +545,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t } else { - assert(type == STATION2); + assert(type == Type::STATION2); delta = (68.8720 - 0.0007*T + 0.00023*T2) + sin(M) * (5.9399 - 0.0400*T - 0.00015*T2) + @@ -544,9 +564,9 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t cos(d) * (0.0477 - 0.0005*T - 0.00006*T2); } } - else if (object == URANUS) + else if (planet == Planet::URANUS) { - if (type == OPPOSITION) + if (type == Type::OPPOSITION) { delta = (0.0844 - 0.0006*T) + sin(M) * (-0.1048 + 0.0246*T) + @@ -559,7 +579,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t } else { - assert(type == CONJUNCTION); + assert(type == Type::CONJUNCTION); delta = (-0.0859 + 0.0003*T) + sin(M) * (-3.8179 - 0.0148*T + 0.00003*T2) + @@ -573,9 +593,9 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t } else { - assert(object == NEPTUNE); + assert(planet == Planet::NEPTUNE); - if (type == OPPOSITION) + if (type == Type::OPPOSITION) { delta = (-0.0140 + 0.00001*T2) + sin(M) * (-1.3486 + 0.0010*T + 0.00001*T2) + @@ -587,7 +607,7 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t } else { - assert(type == CONJUNCTION); + assert(type == Type::CONJUNCTION); delta = (0.0168) + sin(M) * (-2.5606 + 0.0088*T + 0.00002*T2) + @@ -602,23 +622,25 @@ double CAAPlanetaryPhenomena::True(double k, PlanetaryObject object, EventType t return JDE0 + delta; } -double CAAPlanetaryPhenomena::ElongationValue(double k, PlanetaryObject object, bool bEastern) +double CAAPlanetaryPhenomena::ElongationValue(double k, Planet planet, bool bEastern) noexcept { - double JDE0 = Mean(k, object, INFERIOR_CONJUNCTION); + const double JDE0 = Mean(k, planet, Type::INFERIOR_CONJUNCTION); - assert(object < MARS); - - size_t nCoefficient = object*2; - assert(nCoefficient >= 0 && nCoefficient < sizeof(g_PlanetaryPhenomenaCoefficient1)/sizeof(PlanetaryPhenomenaCoefficient1)); + assert(planet < Planet::MARS); + const size_t nCoefficient = static_cast(planet) * 2; + assert(nCoefficient < g_PlanetaryPhenomenaCoefficient1.size()); +#ifdef _MSC_VER + #pragma warning(suppress : 26446 26482) +#endif //#ifdef _MSC_VER double M = CAACoordinateTransformation::MapTo0To360Range(g_PlanetaryPhenomenaCoefficient1[nCoefficient].M0 + g_PlanetaryPhenomenaCoefficient1[nCoefficient].M1*k); - M = CAACoordinateTransformation::DegreesToRadians(M); //convert M to radians + M = CAACoordinateTransformation::DegreesToRadians(M); //convert M to radians - double T = (JDE0 - 2451545) / 36525; - double T2 = T*T; + const double T = (JDE0 - 2451545) / 36525; + const double T2 = T*T; double value = 0; - if (object == MERCURY) + if (planet == Planet::MERCURY) { if (bEastern) { @@ -649,7 +671,7 @@ double CAAPlanetaryPhenomena::ElongationValue(double k, PlanetaryObject object, cos(5*M) * (-0.0011); } } - else if (object == VENUS) + else if (planet == Planet::VENUS) { if (bEastern) { @@ -666,8 +688,8 @@ double CAAPlanetaryPhenomena::ElongationValue(double k, PlanetaryObject object, cos(M) * (0.3097 + 0.0016*T - 0.00001*T2) + sin(2*M) * (-0.0163) + cos(2*M) * (-0.0075 + 0.0001*T); - } + } } - + return value; } diff --git a/Sources/AAPlus/AAPlanetaryPhenomena2.cpp b/Sources/AAPlus/AAPlanetaryPhenomena2.cpp new file mode 100644 index 0000000..5c0b487 --- /dev/null +++ b/Sources/AAPlus/AAPlanetaryPhenomena2.cpp @@ -0,0 +1,435 @@ +/* +Module : AAPlanetaryPhenomena2.cpp +Purpose: Implementation for the algorithms which obtain the dates of various planetary phenomena (revised version) +Created: PJN / 11-06-2020 +History: PJN / 11-06-2020 1. Initial implementation + +Copyright (c) 2020 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +///////////////////////////// Includes //////////////////////////////////////// + +#include "stdafx.h" +#include "AAPlanetaryPhenomena2.h" +#include "AAElliptical.h" +#include "AACoordinateTransformation.h" +#include "AAAngularSeparation.h" +#include "AAInterpolate.h" +#include +using namespace std; + + +///////////////////////////// Implementation ////////////////////////////////// + +vector CAAPlanetaryPhenomena2::Calculate(double StartJD, double EndJD, Object object, double StepInterval, bool bHighPrecision) +{ + //What will be the return value + vector events; + + double JD = StartJD; + double LastJD = 0; + double LastConjuctionValueInEclipticLongitude0 = -1; + double LastConjuctionValueInRA0 = -1; + double LastConjuctionValueInEclipticLongitude1 = -1; + double LastConjuctionValueInRA1 = -1; + double LastElongationValue0 = -1; + double LastElongationValue1 = -1; + double LastStationValueInEclipticLongitude0 = -1; + double LastStationValueInEclipticLongitude1 = -1; + double LastStationValueInRA0 = -1; + double LastStationValueInRA1 = -1; + while (JD < EndJD) + { + const CAAEllipticalPlanetaryDetails SunDetails = CAAElliptical::Calculate(JD, CAAElliptical::Object::SUN, bHighPrecision); + CAAEllipticalPlanetaryDetails ObjectDetails; + switch (object) + { + case Object::MERCURY: + { + ObjectDetails = CAAElliptical::Calculate(JD, CAAElliptical::Object::MERCURY, bHighPrecision); + break; + } + case Object::VENUS: + { + ObjectDetails = CAAElliptical::Calculate(JD, CAAElliptical::Object::VENUS, bHighPrecision); + break; + } + case Object::MARS: + { + ObjectDetails = CAAElliptical::Calculate(JD, CAAElliptical::Object::MARS, bHighPrecision); + break; + } + case Object::JUPITER: + { + ObjectDetails = CAAElliptical::Calculate(JD, CAAElliptical::Object::JUPITER, bHighPrecision); + break; + } + case Object::SATURN: + { + ObjectDetails = CAAElliptical::Calculate(JD, CAAElliptical::Object::SATURN, bHighPrecision); + break; + } + case Object::URANUS: + { + ObjectDetails = CAAElliptical::Calculate(JD, CAAElliptical::Object::URANUS, bHighPrecision); + break; + } + case Object::NEPTUNE: + { + ObjectDetails = CAAElliptical::Calculate(JD, CAAElliptical::Object::NEPTUNE, bHighPrecision); + break; + } + default: + { + assert(false); + break; + } + } + + double ConjuctionValueInEclipticLongitude = 0; + if (ObjectDetails.ApparentGeocentricLongitude > SunDetails.ApparentGeocentricLongitude) + ConjuctionValueInEclipticLongitude = ObjectDetails.ApparentGeocentricLongitude - SunDetails.ApparentGeocentricLongitude; + else + ConjuctionValueInEclipticLongitude = SunDetails.ApparentGeocentricLongitude - ObjectDetails.ApparentGeocentricLongitude; + if (ConjuctionValueInEclipticLongitude > 180) + ConjuctionValueInEclipticLongitude = 360 - ConjuctionValueInEclipticLongitude; + if ((LastConjuctionValueInEclipticLongitude0 != -1) && (LastConjuctionValueInEclipticLongitude1 != -1)) + { + if ((LastConjuctionValueInEclipticLongitude0 > ConjuctionValueInEclipticLongitude) && (LastConjuctionValueInEclipticLongitude0 > LastConjuctionValueInEclipticLongitude1)) + { + CAAPlanetaryPhenomenaDetails2 event; + if ((object == Object::MERCURY) || (object == Object::VENUS)) + { + if (ObjectDetails.ApparentGeocentricLongitude < SunDetails.ApparentGeocentricLongitude) + event.type = CAAPlanetaryPhenomenaDetails2::Type::GreatestWesternElongationInEclipticLongitude; + else + event.type = CAAPlanetaryPhenomenaDetails2::Type::GreatestEasternElongationInEclipticLongitude; + } + else + event.type = CAAPlanetaryPhenomenaDetails2::Type::OppositionInEclipticLongitude; + double fraction = 0; + const double Extremum = CAAInterpolate::Extremum(LastConjuctionValueInEclipticLongitude1, LastConjuctionValueInEclipticLongitude0, ConjuctionValueInEclipticLongitude, fraction); + if ((object == Object::MERCURY) || (object == Object::VENUS)) + event.Value = Extremum; + else + event.Value = 180; + event.JD = LastJD + (fraction * StepInterval); + events.push_back(event); + } + else if ((LastConjuctionValueInEclipticLongitude0 < ConjuctionValueInEclipticLongitude) && (LastConjuctionValueInEclipticLongitude0 < LastConjuctionValueInEclipticLongitude1)) + { + CAAPlanetaryPhenomenaDetails2 event; + if ((object == Object::MERCURY) || (object == Object::VENUS)) + event.type = (ObjectDetails.ApparentGeocentricDistance > 1) ? CAAPlanetaryPhenomenaDetails2::Type::SuperiorConjunctionInEclipticLongitude : CAAPlanetaryPhenomenaDetails2::Type::InferiorConjunctionInEclipticLongitude; + else + event.type = CAAPlanetaryPhenomenaDetails2::Type::ConjunctionInEclipticLongitude; + double fraction = 0; + event.Value = 0; + CAAInterpolate::Extremum(LastConjuctionValueInEclipticLongitude1, LastConjuctionValueInEclipticLongitude0, ConjuctionValueInEclipticLongitude, fraction); + event.JD = LastJD + (fraction * StepInterval); + events.push_back(event); + } + } + double ConjuctionValueInRA = 0; + if (ObjectDetails.ApparentGeocentricRA > SunDetails.ApparentGeocentricRA) + ConjuctionValueInRA = ObjectDetails.ApparentGeocentricRA - SunDetails.ApparentGeocentricRA; + else + ConjuctionValueInRA = SunDetails.ApparentGeocentricRA - ObjectDetails.ApparentGeocentricRA; + if (ConjuctionValueInRA > 12) + ConjuctionValueInRA = 24 - ConjuctionValueInRA; + if ((LastConjuctionValueInRA0 != -1) && (LastConjuctionValueInRA1 != -1)) + { + if ((LastConjuctionValueInRA0 > ConjuctionValueInRA) && (LastConjuctionValueInRA0 > LastConjuctionValueInRA1)) + { + CAAPlanetaryPhenomenaDetails2 event; + if ((object == Object::MERCURY) || (object == Object::VENUS)) + { + if (ObjectDetails.ApparentGeocentricLongitude < SunDetails.ApparentGeocentricLongitude) + event.type = CAAPlanetaryPhenomenaDetails2::Type::GreatestWesternElongationInRA; + else + event.type = CAAPlanetaryPhenomenaDetails2::Type::GreatestEasternElongationInRA; + } + else + event.type = CAAPlanetaryPhenomenaDetails2::Type::OppositionInRA; + double fraction = 0; + const double Extremum = CAAInterpolate::Extremum(LastConjuctionValueInRA1, LastConjuctionValueInRA0, ConjuctionValueInRA, fraction); + if ((object == Object::MERCURY) || (object == Object::VENUS)) + event.Value = Extremum; + else + event.Value = 12; + event.JD = LastJD + (fraction * StepInterval); + events.push_back(event); + } + else if ((LastConjuctionValueInRA0 < ConjuctionValueInRA) && (LastConjuctionValueInRA0 < LastConjuctionValueInRA1)) + { + CAAPlanetaryPhenomenaDetails2 event; + if ((object == Object::MERCURY) || (object == Object::VENUS)) + event.type = (ObjectDetails.ApparentGeocentricDistance > 1) ? CAAPlanetaryPhenomenaDetails2::Type::SuperiorConjunctionInRA : CAAPlanetaryPhenomenaDetails2::Type::InferiorConjunctionInRA; + else + event.type = CAAPlanetaryPhenomenaDetails2::Type::ConjunctionInRA; + double fraction = 0; + event.Value = 0; + CAAInterpolate::Extremum(LastConjuctionValueInRA1, LastConjuctionValueInRA0, ConjuctionValueInRA, fraction); + event.JD = LastJD + (fraction * StepInterval); + events.push_back(event); + } + } + const double ElongationValue = CAAAngularSeparation::Separation(SunDetails.ApparentGeocentricRA, SunDetails.ApparentGeocentricDeclination, ObjectDetails.ApparentGeocentricRA, ObjectDetails.ApparentGeocentricDeclination); + if ((LastElongationValue0 != -1) && (LastElongationValue1 != -1)) + { + if ((LastElongationValue0 > ElongationValue) && (LastElongationValue0 > LastElongationValue1)) + { + CAAPlanetaryPhenomenaDetails2 event; + if ((object == Object::MERCURY) || (object == Object::VENUS)) + { + if (ObjectDetails.ApparentGeocentricLongitude < SunDetails.ApparentGeocentricLongitude) + event.type = CAAPlanetaryPhenomenaDetails2::Type::GreatestWesternElongationInAngularDistance; + else + event.type = CAAPlanetaryPhenomenaDetails2::Type::GreatestEasternElongationInAngularDistance; + } + else + event.type = CAAPlanetaryPhenomenaDetails2::Type::OppositionInAngularDistance; + double fraction = 0; + event.Value = CAAInterpolate::Extremum(LastElongationValue1, LastElongationValue0, ElongationValue, fraction); + event.JD = LastJD + (fraction * StepInterval); + events.push_back(event); + } + else if ((LastElongationValue0 < ElongationValue) && (LastElongationValue0 < LastElongationValue1)) + { + CAAPlanetaryPhenomenaDetails2 event; + if ((object == Object::MERCURY) || (object == Object::VENUS)) + event.type = (ObjectDetails.ApparentGeocentricDistance > 1) ? CAAPlanetaryPhenomenaDetails2::Type::SuperiorConjunctionInAngularDistance : CAAPlanetaryPhenomenaDetails2::Type::InferiorConjunctionInAngularDistance; + else + event.type = CAAPlanetaryPhenomenaDetails2::Type::ConjunctionInAngularDistance; + double fraction = 0; + event.Value = CAAInterpolate::Extremum(LastElongationValue1, LastElongationValue0, ElongationValue, fraction); + event.JD = LastJD + (fraction * StepInterval); + events.push_back(event); + } + } + if (LastConjuctionValueInRA0 != -1) + { + if (((LastConjuctionValueInRA0 < 6) && (ConjuctionValueInRA >= 6)) || ((LastConjuctionValueInRA0 > 6) && (ConjuctionValueInRA <= 6))) + { + double SunApparentGeocentricRAComparison = SunDetails.ApparentGeocentricRA; + double ObjectApparentGeocentricRAComparison = ObjectDetails.ApparentGeocentricRA; + if (fabs(ObjectApparentGeocentricRAComparison - SunApparentGeocentricRAComparison) > 12) + { + if (ObjectApparentGeocentricRAComparison > SunApparentGeocentricRAComparison) + SunApparentGeocentricRAComparison += 24; + else + ObjectApparentGeocentricRAComparison += 24; + } + CAAPlanetaryPhenomenaDetails2 event; + if (ObjectApparentGeocentricRAComparison > SunApparentGeocentricRAComparison) + event.type = CAAPlanetaryPhenomenaDetails2::Type::EasternQuadratureInRA; + else + event.type = CAAPlanetaryPhenomenaDetails2::Type::WesternQuadratureInRA; + const double fraction = (6 - LastConjuctionValueInRA0) / (ConjuctionValueInRA - LastConjuctionValueInRA0); + event.JD = LastJD + (fraction * StepInterval); + event.Value = 6; + events.push_back(event); + } + } + if (LastConjuctionValueInEclipticLongitude0 != -1) + { + if (((LastConjuctionValueInEclipticLongitude0 < 90) && (ConjuctionValueInEclipticLongitude >= 90)) || ((LastConjuctionValueInEclipticLongitude0 > 90) && (ConjuctionValueInEclipticLongitude <= 90))) + { + double SunApparentGeocentricEclipticLongitudeComparison = SunDetails.ApparentGeocentricLongitude; + double ObjectApparentGeocentricEclipticLongitudeComparison = ObjectDetails.ApparentGeocentricLongitude; + if (fabs(ObjectApparentGeocentricEclipticLongitudeComparison - SunApparentGeocentricEclipticLongitudeComparison) > 180) + { + if (ObjectApparentGeocentricEclipticLongitudeComparison > SunApparentGeocentricEclipticLongitudeComparison) + SunApparentGeocentricEclipticLongitudeComparison += 360; + else + ObjectApparentGeocentricEclipticLongitudeComparison += 360; + } + CAAPlanetaryPhenomenaDetails2 event; + if (ObjectApparentGeocentricEclipticLongitudeComparison > SunApparentGeocentricEclipticLongitudeComparison) + event.type = CAAPlanetaryPhenomenaDetails2::Type::EasternQuadratureInEclipticLongitude; + else + event.type = CAAPlanetaryPhenomenaDetails2::Type::WesternQuadratureInEclipticLongitude; + const double fraction = (90 - LastConjuctionValueInEclipticLongitude0) / (ConjuctionValueInEclipticLongitude - LastConjuctionValueInEclipticLongitude0); + event.JD = LastJD + (fraction * StepInterval); + event.Value = 90; + events.push_back(event); + } + } + if (LastElongationValue0 != -1) + { + if (((LastElongationValue0 < 90) && (ElongationValue >= 90)) || ((LastElongationValue0 > 90) && (ElongationValue <= 90))) + { + double SunApparentGeocentricLongitudeComparison = SunDetails.ApparentGeocentricLongitude; + double ObjectApparentGeocentricLongitudeComparison = ObjectDetails.ApparentGeocentricLongitude; + if (fabs(ObjectApparentGeocentricLongitudeComparison - SunApparentGeocentricLongitudeComparison) > 180) + { + if (ObjectApparentGeocentricLongitudeComparison > SunApparentGeocentricLongitudeComparison) + SunApparentGeocentricLongitudeComparison += 360; + else + ObjectApparentGeocentricLongitudeComparison += 360; + } + CAAPlanetaryPhenomenaDetails2 event; + if (ObjectApparentGeocentricLongitudeComparison > SunApparentGeocentricLongitudeComparison) + event.type = CAAPlanetaryPhenomenaDetails2::Type::EasternQuadratureInAngularDistance; + else + event.type = CAAPlanetaryPhenomenaDetails2::Type::WesternQuadratureInAngularDistance; + const double fraction = (90 - LastElongationValue0) / (ElongationValue - LastElongationValue0); + event.JD = LastJD + (fraction * StepInterval); + event.Value = 90; + events.push_back(event); + } + } + const double StationValueInEclipticLongitude = ObjectDetails.ApparentGeocentricLongitude; + if ((LastStationValueInEclipticLongitude0 != -1) && (LastStationValueInEclipticLongitude1 != -1)) + { + double LastStationValueForInterpolationInEclipticLongitude0 = LastStationValueInEclipticLongitude0; + double LastStationValueForInterpolationInEclipticLongitude1 = LastStationValueInEclipticLongitude1; + double StationValueForInterpolationInEclipticLongitude = StationValueInEclipticLongitude; + CorrectLongitudeValuesForInterpolation(LastStationValueForInterpolationInEclipticLongitude1, LastStationValueForInterpolationInEclipticLongitude0, StationValueForInterpolationInEclipticLongitude); + if ((LastStationValueForInterpolationInEclipticLongitude0 > StationValueForInterpolationInEclipticLongitude) && (LastStationValueForInterpolationInEclipticLongitude0 > LastStationValueForInterpolationInEclipticLongitude1)) + { + CAAPlanetaryPhenomenaDetails2 event; + event.type = CAAPlanetaryPhenomenaDetails2::Type::Station1InEclipticLongitude; + double fraction = 0; + event.Value = CAACoordinateTransformation::MapTo0To360Range(CAAInterpolate::Extremum(LastStationValueForInterpolationInEclipticLongitude1, LastStationValueForInterpolationInEclipticLongitude0, StationValueForInterpolationInEclipticLongitude, fraction)); + event.JD = LastJD + (fraction * StepInterval); + events.push_back(event); + } + else if ((LastStationValueForInterpolationInEclipticLongitude0 < StationValueForInterpolationInEclipticLongitude) && (LastStationValueForInterpolationInEclipticLongitude0 < LastStationValueForInterpolationInEclipticLongitude1)) + { + CAAPlanetaryPhenomenaDetails2 event; + event.type = CAAPlanetaryPhenomenaDetails2::Type::Station2InEclipticLongitude; + double fraction = 0; + event.Value = CAACoordinateTransformation::MapTo0To360Range(CAAInterpolate::Extremum(LastStationValueForInterpolationInEclipticLongitude1, LastStationValueForInterpolationInEclipticLongitude0, StationValueForInterpolationInEclipticLongitude, fraction)); + event.JD = LastJD + (fraction * StepInterval); + events.push_back(event); + } + } + const double StationValueInRA = ObjectDetails.ApparentGeocentricRA; + if ((LastStationValueInRA0 != -1) && (LastStationValueInRA1 != -1)) + { + double LastStationValueForInterpolationInRA0 = LastStationValueInRA0; + double LastStationValueForInterpolationInRA1 = LastStationValueInRA1; + double StationValueForInterpolationInRA = StationValueInRA; + CorrectRAValuesForInterpolation(LastStationValueForInterpolationInRA1, LastStationValueForInterpolationInRA0, StationValueForInterpolationInRA); + if ((LastStationValueForInterpolationInRA0 > StationValueForInterpolationInRA) && (LastStationValueForInterpolationInRA0 > LastStationValueForInterpolationInRA1)) + { + CAAPlanetaryPhenomenaDetails2 event; + event.type = CAAPlanetaryPhenomenaDetails2::Type::Station1InRA; + double fraction = 0; + event.Value = CAACoordinateTransformation::MapTo0To24Range(CAAInterpolate::Extremum(LastStationValueForInterpolationInRA1, LastStationValueForInterpolationInRA0, StationValueForInterpolationInRA, fraction)); + event.JD = LastJD + (fraction * StepInterval); + events.push_back(event); + } + else if ((LastStationValueForInterpolationInRA0 < StationValueForInterpolationInRA) && (LastStationValueForInterpolationInRA0 < LastStationValueForInterpolationInRA1)) + { + CAAPlanetaryPhenomenaDetails2 event; + event.type = CAAPlanetaryPhenomenaDetails2::Type::Station2InRA; + double fraction = 0; + event.Value = CAACoordinateTransformation::MapTo0To24Range(CAAInterpolate::Extremum(LastStationValueForInterpolationInRA1, LastStationValueForInterpolationInRA0, StationValueForInterpolationInRA, fraction)); + event.JD = LastJD + (fraction * StepInterval); + events.push_back(event); + } + } + + //Prepare for the next loop + LastConjuctionValueInEclipticLongitude1 = LastConjuctionValueInEclipticLongitude0; + LastConjuctionValueInEclipticLongitude0 = ConjuctionValueInEclipticLongitude; + LastConjuctionValueInRA1 = LastConjuctionValueInRA0; + LastConjuctionValueInRA0 = ConjuctionValueInRA; + LastElongationValue1 = LastElongationValue0; + LastElongationValue0 = ElongationValue; + LastStationValueInEclipticLongitude1 = LastStationValueInEclipticLongitude0; + LastStationValueInEclipticLongitude0 = StationValueInEclipticLongitude; + LastStationValueInRA1 = LastStationValueInRA0; + LastStationValueInRA0 = StationValueInRA; + LastJD = JD; + JD += StepInterval; + } + + return events; +} + +void CAAPlanetaryPhenomena2::CorrectRAValuesForInterpolation(double& Alpha1, double& Alpha2, double& Alpha3) noexcept +{ + //Ensure the RA values are corrected for interpolation. Due to important Remark 2 by Meeus on Interopolation of RA values + Alpha1 = CAACoordinateTransformation::MapTo0To24Range(Alpha1); + Alpha2 = CAACoordinateTransformation::MapTo0To24Range(Alpha2); + Alpha3 = CAACoordinateTransformation::MapTo0To24Range(Alpha3); + if (fabs(Alpha2 - Alpha1) > 12.0) + { + if (Alpha2 > Alpha1) + Alpha1 += 24; + else + Alpha2 += 24; + } + if (fabs(Alpha3 - Alpha2) > 12.0) + { + if (Alpha3 > Alpha2) + Alpha2 += 24; + else + Alpha3 += 24; + } + if (fabs(Alpha2 - Alpha1) > 12.0) + { + if (Alpha2 > Alpha1) + Alpha1 += 24; + else + Alpha2 += 24; + } + if (fabs(Alpha3 - Alpha2) > 12.0) + { + if (Alpha3 > Alpha2) + Alpha2 += 24; + else + Alpha3 += 24; + } +} + +void CAAPlanetaryPhenomena2::CorrectLongitudeValuesForInterpolation(double& Long1, double& Long2, double& Long3) noexcept +{ + //Ensure the Longitude values are corrected for interpolation. Due to important Remark 2 by Meeus on Interopolation of Longitude values + Long1 = CAACoordinateTransformation::MapTo0To360Range(Long1); + Long2 = CAACoordinateTransformation::MapTo0To360Range(Long2); + Long3 = CAACoordinateTransformation::MapTo0To360Range(Long3); + if (fabs(Long2 - Long1) > 180) + { + if (Long2 > Long1) + Long1 += 360; + else + Long2 += 360; + } + if (fabs(Long3 - Long2) > 180) + { + if (Long3 > Long2) + Long2 += 360; + else + Long3 += 360; + } + if (fabs(Long2 - Long1) > 180) + { + if (Long2 > Long1) + Long1 += 360; + else + Long2 += 360; + } + if (fabs(Long3 - Long2) > 180) + { + if (Long3 > Long2) + Long2 += 360; + else + Long3 += 360; + } +} diff --git a/Sources/AAPlus/AAPrecession.cpp b/Sources/AAPlus/AAPrecession.cpp new file mode 100644 index 0000000..88b8e45 --- /dev/null +++ b/Sources/AAPlus/AAPrecession.cpp @@ -0,0 +1,195 @@ +/* +Module : AARPrecession.cpp +Purpose: Implementation for the algorithms for Precession +Created: PJN / 29-12-2003 +History: PJN / 12-11-2014 1. Fixed two transcription bugs in the CAAPrecession::PrecessEquatorial method. The "0.000344*T" term was + incorrectly using "0.0000344*T" when calculating "sigma" and the "0.000139*Tsquared" term was + incorrectly using "0.000138*Tsquared" when calculating "zeta". Thanks to Erik Grosse for reporting this bug. + The errors were so small that the values from the worked example of 21.b from the book ended up giving the + same results. If a longer timespan was used for the example instead of the 28 years then the errors would + have been easier to spot from the incorrect terms. + PJN / 20-03-2016 1.CAAPrecession::AdjustPositionUsingUniformProperMotion now ensures that the return value is in the + normalized range for right ascension and declination. + 2. CAAPrecession::AdjustPositionUsingMotionInSpace now ensures that the return value is in the + normalized range for right ascension and declination. + 3. CAAPrecession::PrecessEquatorial now ensures that the return value is in the + normalized range for right ascension and declination. + 4. CAAPrecession::PrecessEquatorialFK4 now ensures that the return value is in the + normalized range for right ascension and declination. + 5. CAAPrecession::PrecessEcliptic now ensures that the return value is in the normalized range for + ecliptic longitude and latitude. + 6. CAAPrecession::PrecessEquatorialFK4 now adds the Equinox correction to the returned right ascension. + Thanks to "Pavel" for reporting this issue. + 7. Optimized the code in CAAPrecession::PrecessEquatorial, CAAPrecession::PrecessEquatorialFK4 & + CAAPrecession::PrecessEcliptic. + PJN / 02-03-2018 1. Fixed a transcription bug in the CAAPrecession::PrecessEquatorial method. The "0.017998*tcubed" term + was incorrectly using "0.017988*tcubed" when calculating "sigma". Thanks to Michael McLaughlin for reporting + this bug. The errors were so small that the values from the worked example of 21.b from the book ended up + giving the same results. If a longer timespan was used for the example instead of the 28 years then the + errors would have been easier to spot from the incorrect terms. Hopefully this is the same transcription + error in this method! + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +///////////////////////////////// Includes //////////////////////////////////// + +#include "stdafx.h" +#include "AAPrecession.h" +#include +using namespace std; + + +///////////////////////////////// Implementation ////////////////////////////// + +CAA2DCoordinate CAAPrecession::AdjustPositionUsingUniformProperMotion(double t, double Alpha, double Delta, double PMAlpha, double PMDelta) noexcept +{ + CAA2DCoordinate value; + value.X = CAACoordinateTransformation::MapTo0To24Range(Alpha + (PMAlpha * t / 3600)); + value.Y = CAACoordinateTransformation::MapToMinus90To90Range(Delta + (PMDelta * t / 3600)); + + return value; +} + +CAA2DCoordinate CAAPrecession::AdjustPositionUsingMotionInSpace(double r, double DeltaR, double t, double Alpha, double Delta, double PMAlpha, double PMDelta) noexcept +{ + //Convert DeltaR from km/s to Parsecs / Year + DeltaR /= 977792; + + //Convert from seconds of time to Radians / Year + PMAlpha /= 13751; + + //Convert from seconds of arc to Radians / Year + PMDelta /= 206265; + + //Now convert to radians + Alpha = CAACoordinateTransformation::HoursToRadians(Alpha); + Delta = CAACoordinateTransformation::DegreesToRadians(Delta); + + double x = r * cos(Delta) * cos(Alpha); + double y = r * cos(Delta) * sin(Alpha); + double z = r * sin(Delta); + + const double DeltaX = x/r*DeltaR - z*PMDelta*cos(Alpha) - y*PMAlpha; + const double DeltaY = y/r*DeltaR - z*PMDelta*sin(Alpha) + x*PMAlpha; + const double DeltaZ = z/r*DeltaR + r*PMDelta*cos(Delta); + + x += t*DeltaX; + y += t*DeltaY; + z += t*DeltaZ; + + CAA2DCoordinate value; + value.X = CAACoordinateTransformation::MapTo0To24Range(CAACoordinateTransformation::RadiansToHours(atan2(y, x))); + value.Y = CAACoordinateTransformation::RadiansToDegrees(atan2(z, sqrt(x*x + y*y))); + + return value; +} + +CAA2DCoordinate CAAPrecession::PrecessEquatorial(double Alpha, double Delta, double JD0, double JD) noexcept +{ + const double T = (JD0 - 2451545.0) / 36525; + const double Tsquared = T*T; + const double t = (JD - JD0) / 36525; + const double tsquared = t*t; + const double tcubed = tsquared * t; + + //Now convert to radians + Alpha = CAACoordinateTransformation::HoursToRadians(Alpha); + Delta = CAACoordinateTransformation::DegreesToRadians(Delta); + + const double sigma = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, (2306.2181 + 1.39656*T - 0.000139*Tsquared)*t + (0.30188 - 0.000344*T)*tsquared + 0.017998*tcubed)); + const double zeta = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, (2306.2181 + 1.39656*T - 0.000139*Tsquared)*t + (1.09468 + 0.000066*T)*tsquared + 0.018203*tcubed)); + const double phi = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, (2004.3109 - 0.8533*T - 0.000217*Tsquared)*t - (0.42665 + 0.000217*T)*tsquared - 0.041833*tcubed)); + const double A = cos(Delta) * sin(Alpha + sigma); + const double B = cos(phi)*cos(Delta)*cos(Alpha + sigma) - sin(phi)*sin(Delta); + const double C = sin(phi)*cos(Delta)*cos(Alpha + sigma) + cos(phi)*sin(Delta); + + CAA2DCoordinate value; + value.X = CAACoordinateTransformation::MapTo0To24Range(CAACoordinateTransformation::RadiansToHours(atan2(A, B) + zeta)); + value.Y = CAACoordinateTransformation::RadiansToDegrees(asin(C)); + + return value; +} + +CAA2DCoordinate CAAPrecession::PrecessEquatorialFK4(double Alpha, double Delta, double JD0, double JD) noexcept +{ + const double T = (JD0 - 2415020.3135) / 36524.2199; + const double t = (JD - JD0) / 36524.2199; + const double tsquared = t*t; + const double tcubed = tsquared * t; + + //Now convert to radians + Alpha = CAACoordinateTransformation::HoursToRadians(Alpha); + Delta = CAACoordinateTransformation::DegreesToRadians(Delta); + + const double sigma = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, (2304.250 + 1.396*T)*t + 0.302*tsquared + 0.018*tcubed)); + const double zeta = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, 0.791*tsquared + 0.001*tcubed)) + sigma; + const double phi = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, (2004.682 - 0.853*T)*t - 0.426*tsquared - 0.042*tcubed)); + const double A = cos(Delta) * sin(Alpha + sigma); + const double B = cos(phi)*cos(Delta)*cos(Alpha + sigma) - sin(phi)*sin(Delta); + const double C = sin(phi)*cos(Delta)*cos(Alpha + sigma) + cos(phi)*sin(Delta); + + const double DeltaAlpha = CAACoordinateTransformation::DMSToDegrees(0, 0, 0.0775 + 0.0850*T); + CAA2DCoordinate value; + value.X = CAACoordinateTransformation::MapTo0To24Range(CAACoordinateTransformation::RadiansToHours(atan2(A, B) + zeta) + DeltaAlpha); + value.Y = CAACoordinateTransformation::RadiansToDegrees(asin(C)); + + return value; +} + +CAA2DCoordinate CAAPrecession::PrecessEcliptic(double Lambda, double Beta, double JD0, double JD) noexcept +{ + const double T = (JD0 - 2451545.0) / 36525; + const double Tsquared = T*T; + const double t = (JD - JD0) / 36525; + const double tsquared = t*t; + const double tcubed = tsquared * t; + + //Now convert to radians + Lambda = CAACoordinateTransformation::DegreesToRadians(Lambda); + Beta = CAACoordinateTransformation::DegreesToRadians(Beta); + + const double eta = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, (47.0029 - 0.06603*T + 0.000598*Tsquared)*t + (-0.03302 + 0.000598*T)*tsquared + 0.00006*tcubed)); + const double pi = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, 174.876384*3600 + 3289.4789*T + 0.60622*Tsquared - (869.8089 + 0.50491*T)*t + 0.03536*tsquared)); + const double p = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, (5029.0966 + 2.22226*T - 0.000042*Tsquared)*t + (1.11113 - 0.000042*T)*tsquared - 0.000006*tcubed)); + const double A = cos(eta)*cos(Beta)*sin(pi - Lambda) - sin(eta)*sin(Beta); + const double B = cos(Beta)*cos(pi - Lambda); + const double C = cos(eta)*sin(Beta) + sin(eta)*cos(Beta)*sin(pi - Lambda); + + CAA2DCoordinate value; + value.X = CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(p + pi - atan2(A, B))); + value.Y = CAACoordinateTransformation::RadiansToDegrees(asin(C)); + + return value; +} + +CAA2DCoordinate CAAPrecession::EquatorialPMToEcliptic(double Alpha, double Delta, double Beta, double PMAlpha, double PMDelta, double Epsilon) noexcept +{ + //Convert to radians + Epsilon = CAACoordinateTransformation::DegreesToRadians(Epsilon); + Alpha = CAACoordinateTransformation::HoursToRadians(Alpha); + Delta = CAACoordinateTransformation::DegreesToRadians(Delta); + Beta = CAACoordinateTransformation::DegreesToRadians(Beta); + + const double cosb = cos(Beta); + const double sinEpsilon = sin(Epsilon); + + CAA2DCoordinate value; + value.X = (PMDelta*sinEpsilon*cos(Alpha) + PMAlpha*cos(Delta)*(cos(Epsilon)*cos(Delta) + sinEpsilon*sin(Delta)*sin(Alpha)))/(cosb*cosb); + value.Y = (PMDelta*(cos(Epsilon)*cos(Delta) + sinEpsilon*sin(Delta)*sin(Alpha)) - PMAlpha*sinEpsilon*cos(Alpha)*cos(Delta))/cosb; + + return value; +} diff --git a/Vendor/AA+/1.6.3/AARefraction.cpp b/Sources/AAPlus/AARefraction.cpp old mode 100755 new mode 100644 similarity index 90% rename from Vendor/AA+/1.6.3/AARefraction.cpp rename to Sources/AAPlus/AARefraction.cpp index 7149b72..e187ca0 --- a/Vendor/AA+/1.6.3/AARefraction.cpp +++ b/Sources/AAPlus/AARefraction.cpp @@ -1,13 +1,13 @@ /* -Module : AAREFRACTION.CPP -Purpose: Implementation for the algorithms which model Atmospheric Refraction +Module : AARefraction.cpp +Purpose: Implementation for the algorithms which model Atmospheric refraction Created: PJN / 29-12-2003 History: PJN / 26-11-2010 1. CAARefraction::RefractionFromApparent now returns a constant refraction value for all altitudes below a certain limit. Thanks to mehrzad khoddam for prompting this update. 2. CAARefraction::RefractionFromTrue now returns a constant refraction value for all altitudes below a certain limit. Thanks to mehrzad khoddam for prompting this update. -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -33,7 +33,7 @@ using namespace std; /////////////////////////////////// Implementation //////////////////////////// -double CAARefraction::RefractionFromApparent(double Altitude, double Pressure, double Temperature) +double CAARefraction::RefractionFromApparent(double Altitude, double Pressure, double Temperature) noexcept { //return a constant value from this method if the altitude is below a specific value if (Altitude <= -1.6962987799993996) @@ -45,7 +45,7 @@ double CAARefraction::RefractionFromApparent(double Altitude, double Pressure, d return value; } -double CAARefraction::RefractionFromTrue(double Altitude, double Pressure, double Temperature) +double CAARefraction::RefractionFromTrue(double Altitude, double Pressure, double Temperature) noexcept { //return a constant value from this method if the altitude is below a specific value if (Altitude <= -1.9006387000003735) diff --git a/Vendor/AA+/1.6.3/AARiseTransitSet.cpp b/Sources/AAPlus/AARiseTransitSet.cpp old mode 100755 new mode 100644 similarity index 57% rename from Vendor/AA+/1.6.3/AARiseTransitSet.cpp rename to Sources/AAPlus/AARiseTransitSet.cpp index 1c52711..03c810d --- a/Vendor/AA+/1.6.3/AARiseTransitSet.cpp +++ b/Sources/AAPlus/AARiseTransitSet.cpp @@ -1,5 +1,5 @@ /* -Module : AARISETRANSITSET.CPP +Module : AARiseTransitSet.cpp Purpose: Implementation for the algorithms which obtain the Rise, Transit and Set times Created: PJN / 29-12-2003 History: PJN / 15-10-2004 1. bValid variable is now correctly set in CAARiseTransitSet::Rise if the objects does @@ -26,8 +26,19 @@ History: PJN / 15-10-2004 1. bValid variable is now correctly set in CAARiseTran Andrew Hood for prompting this update PJN / 12-10-2012 1. Refactored the code in CAARiseTransitSet::Calculate. PJN / 13-10-2012 1. Fixed a small typo in the AARiseTransitSet.cpp history comments. - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + PJN / 10-04-2016 1. Introduction of a new bool CAARiseTransitSetDetails::bTransitValid member variable. It + turns out that celestial objects do not always transit in a 24 hour UTC day. Test code + has been added to AATest.cpp to fully exercise all the cases for the three boolean member + variables of bRiseValid, bTransitValid & bSetValid. Thanks to "Pavel" for reporting this + issue. + PJN / 74-04-2017 1. Revisited the fix for interpolating RA values which was made on 28-03-2009. This new + fix should resolve this issue for good. Thanks to Gudni G. Sigurdsson for reporting this + bug. + PJN / 24-07-2018 1. Fixed a GCC warning in the CAARiseTransitSetDetails constructor. Thanks to Todd Carnes + for reporting this issue. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -56,7 +67,7 @@ using namespace std; ///////////////////////////// Implementation ////////////////////////////////// -void CAARiseTransitSet::ConstraintM(double& M) +void CAARiseTransitSet::ConstraintM(double& M) noexcept { while (M > 1) M -= 1; @@ -64,7 +75,7 @@ void CAARiseTransitSet::ConstraintM(double& M) M += 1; } -double CAARiseTransitSet::CalculateTransit(double Alpha2, double theta0, double Longitude) +double CAARiseTransitSet::CalculateTransit(double Alpha2, double theta0, double Longitude) noexcept { //Calculate and ensure the M0 is in the range 0 to +1 double M0 = (Alpha2*15 + Longitude - theta0) / 360; @@ -73,7 +84,7 @@ double CAARiseTransitSet::CalculateTransit(double Alpha2, double theta0, double return M0; } -void CAARiseTransitSet::CalculateRiseSet(double M0, double cosH0, CAARiseTransitSetDetails& details, double& M1, double& M2) +void CAARiseTransitSet::CalculateRiseSet(double M0, double cosH0, CAARiseTransitSetDetails& details, double& M1, double& M2) noexcept { M1 = 0; M2 = 0; @@ -98,20 +109,43 @@ void CAARiseTransitSet::CalculateRiseSet(double M0, double cosH0, CAARiseTransit details.bTransitAboveHorizon = true; } -void CAARiseTransitSet::CorrectRAValuesForInterpolation(double& Alpha1, double& Alpha2, double& Alpha3) +void CAARiseTransitSet::CorrectRAValuesForInterpolation(double& Alpha1, double& Alpha2, double& Alpha3) noexcept { //Ensure the RA values are corrected for interpolation. Due to important Remark 2 by Meeus on Interopolation of RA values - if ((Alpha2 - Alpha1) > 12.0) - Alpha1 += 24; - else if ((Alpha2 - Alpha1) < -12.0) - Alpha2 += 24; - if ((Alpha3 - Alpha2) > 12.0) - Alpha2 += 24; - else if ((Alpha3 - Alpha2) < -12.0) - Alpha3 += 24; + Alpha1 = CAACoordinateTransformation::MapTo0To24Range(Alpha1); + Alpha2 = CAACoordinateTransformation::MapTo0To24Range(Alpha2); + Alpha3 = CAACoordinateTransformation::MapTo0To24Range(Alpha3); + if (fabs(Alpha2 - Alpha1) > 12.0) + { + if (Alpha2 > Alpha1) + Alpha1 += 24; + else + Alpha2 += 24; + } + if (fabs(Alpha3 - Alpha2) > 12.0) + { + if (Alpha3 > Alpha2) + Alpha2 += 24; + else + Alpha3 += 24; + } + if (fabs(Alpha2 - Alpha1) > 12.0) + { + if (Alpha2 > Alpha1) + Alpha1 += 24; + else + Alpha2 += 24; + } + if (fabs(Alpha3 - Alpha2) > 12.0) + { + if (Alpha3 > Alpha2) + Alpha2 += 24; + else + Alpha3 += 24; + } } -void CAARiseTransitSet::CalculateRiseHelper(const CAARiseTransitSetDetails& details, double theta0, double deltaT, double Alpha1, double Delta1, double Alpha2, double Delta2, double Alpha3, double Delta3, double Longitude, double Latitude, double LatitudeRad, double h0, double& M1) +void CAARiseTransitSet::CalculateRiseHelper(CAARiseTransitSetDetails& details, double theta0, double deltaT, double Alpha1, double Delta1, double Alpha2, double Delta2, double Alpha3, double Delta3, double Longitude, double Latitude, double LatitudeRad, double h0, double& M1) noexcept { for (int i=0; i<2; i++) { @@ -121,21 +155,24 @@ void CAARiseTransitSet::CalculateRiseHelper(const CAARiseTransitSetDetails& deta double theta1 = theta0 + 360.985647*M1; theta1 = CAACoordinateTransformation::MapTo0To360Range(theta1); - double n = M1 + deltaT/86400; + const double n = M1 + deltaT/86400; - double Alpha = CAAInterpolate::Interpolate(n, Alpha1, Alpha2, Alpha3); - double Delta = CAAInterpolate::Interpolate(n, Delta1, Delta2, Delta3); + const double Alpha = CAAInterpolate::Interpolate(n, Alpha1, Alpha2, Alpha3); + const double Delta = CAAInterpolate::Interpolate(n, Delta1, Delta2, Delta3); - double H = theta1 - Longitude - Alpha*15; - CAA2DCoordinate Horizontal = CAACoordinateTransformation::Equatorial2Horizontal(H/15, Delta, Latitude); + const double H = theta1 - Longitude - Alpha*15; + const CAA2DCoordinate Horizontal = CAACoordinateTransformation::Equatorial2Horizontal(H/15, Delta, Latitude); double DeltaM = (Horizontal.Y - h0) / (360*cos(CAACoordinateTransformation::DegreesToRadians(Delta))*cos(LatitudeRad)*sin(CAACoordinateTransformation::DegreesToRadians(H))); M1 += DeltaM; + + if ((M1 < 0) || (M1 >= 1)) + details.bRiseValid = false; } } } -void CAARiseTransitSet::CalculateSetHelper(const CAARiseTransitSetDetails& details, double theta0, double deltaT, double Alpha1, double Delta1, double Alpha2, double Delta2, double Alpha3, double Delta3, double Longitude, double Latitude, double LatitudeRad, double h0, double& M2) +void CAARiseTransitSet::CalculateSetHelper(CAARiseTransitSetDetails& details, double theta0, double deltaT, double Alpha1, double Delta1, double Alpha2, double Delta2, double Alpha3, double Delta3, double Longitude, double Latitude, double LatitudeRad, double h0, double& M2) noexcept { for (int i=0; i<2; i++) { @@ -145,39 +182,48 @@ void CAARiseTransitSet::CalculateSetHelper(const CAARiseTransitSetDetails& detai double theta1 = theta0 + 360.985647*M2; theta1 = CAACoordinateTransformation::MapTo0To360Range(theta1); - double n = M2 + deltaT/86400; + const double n = M2 + deltaT/86400; - double Alpha = CAAInterpolate::Interpolate(n, Alpha1, Alpha2, Alpha3); - double Delta = CAAInterpolate::Interpolate(n, Delta1, Delta2, Delta3); + const double Alpha = CAAInterpolate::Interpolate(n, Alpha1, Alpha2, Alpha3); + const double Delta = CAAInterpolate::Interpolate(n, Delta1, Delta2, Delta3); - double H = theta1 - Longitude - Alpha*15; - CAA2DCoordinate Horizontal = CAACoordinateTransformation::Equatorial2Horizontal(H/15, Delta, Latitude); + const double H = theta1 - Longitude - Alpha*15; + const CAA2DCoordinate Horizontal = CAACoordinateTransformation::Equatorial2Horizontal(H/15, Delta, Latitude); double DeltaM = (Horizontal.Y - h0) / (360*cos(CAACoordinateTransformation::DegreesToRadians(Delta))*cos(LatitudeRad)*sin(CAACoordinateTransformation::DegreesToRadians(H))); M2 += DeltaM; + + if ((M2 < 0) || (M2 >= 1)) + details.bSetValid = false; } } } -void CAARiseTransitSet::CalculateTransitHelper(double theta0, double deltaT, double Alpha1, double Alpha2, double Alpha3, double Longitude, double& M0) +void CAARiseTransitSet::CalculateTransitHelper(CAARiseTransitSetDetails& details, double theta0, double deltaT, double Alpha1, double Alpha2, double Alpha3, double Longitude, double& M0) noexcept { for (int i=0; i<2; i++) { //Calculate the details of transit - double theta1 = theta0 + 360.985647*M0; - theta1 = CAACoordinateTransformation::MapTo0To360Range(theta1); + if (details.bTransitValid) + { + double theta1 = theta0 + 360.985647*M0; + theta1 = CAACoordinateTransformation::MapTo0To360Range(theta1); + + const double n = M0 + deltaT / 86400; - double n = M0 + deltaT/86400; + const double Alpha = CAAInterpolate::Interpolate(n, Alpha1, Alpha2, Alpha3); - double Alpha = CAAInterpolate::Interpolate(n, Alpha1, Alpha2, Alpha3); + double H = theta1 - Longitude - Alpha * 15; + H = CAACoordinateTransformation::MapTo0To360Range(H); + if (H > 180) + H -= 360; - double H = theta1 - Longitude - Alpha*15; - H = CAACoordinateTransformation::MapTo0To360Range(H); - if (H > 180) - H -= 360; + double DeltaM = -H / 360; + M0 += DeltaM; - double DeltaM = -H / 360; - M0 += DeltaM; + if (M0 < 0 || M0 >= 1) + details.bTransitValid = false; + } } } @@ -187,6 +233,7 @@ CAARiseTransitSetDetails CAARiseTransitSet::Calculate(double JD, double Alpha1, CAARiseTransitSetDetails details; details.bRiseValid = false; details.bSetValid = false; + details.bTransitValid = true; details.bTransitAboveHorizon = false; //Calculate the sidereal time @@ -194,17 +241,17 @@ CAARiseTransitSetDetails CAARiseTransitSet::Calculate(double JD, double Alpha1, theta0 *= 15; //Express it as degrees //Calculate deltat - double deltaT = CAADynamicalTime::DeltaT(JD); + const double deltaT = CAADynamicalTime::DeltaT(JD); //Convert values to radians - double Delta2Rad = CAACoordinateTransformation::DegreesToRadians(Delta2); - double LatitudeRad = CAACoordinateTransformation::DegreesToRadians(Latitude); + const double Delta2Rad = CAACoordinateTransformation::DegreesToRadians(Delta2); + const double LatitudeRad = CAACoordinateTransformation::DegreesToRadians(Latitude); //Convert the standard latitude to radians - double h0Rad = CAACoordinateTransformation::DegreesToRadians(h0); + const double h0Rad = CAACoordinateTransformation::DegreesToRadians(h0); //Calculate cosH0 - double cosH0 = (sin(h0Rad) - sin(LatitudeRad)*sin(Delta2Rad)) / (cos(LatitudeRad) * cos(Delta2Rad)); + const double cosH0 = (sin(h0Rad) - sin(LatitudeRad)*sin(Delta2Rad)) / (cos(LatitudeRad) * cos(Delta2Rad)); //Calculate M0 double M0 = CalculateTransit(Alpha2, theta0, Longitude); @@ -216,15 +263,15 @@ CAARiseTransitSetDetails CAARiseTransitSet::Calculate(double JD, double Alpha1, //Ensure the RA values are corrected for interpolation. Due to important Remark 2 by Meeus on Interopolation of RA values CorrectRAValuesForInterpolation(Alpha1, Alpha2, Alpha3); - + //Do the main work - CalculateTransitHelper(theta0, deltaT, Alpha1, Alpha2, Alpha3, Longitude, M0); + CalculateTransitHelper(details, theta0, deltaT, Alpha1, Alpha2, Alpha3, Longitude, M0); CalculateRiseHelper(details, theta0, deltaT, Alpha1, Delta1, Alpha2, Delta2, Alpha3, Delta3, Longitude, Latitude, LatitudeRad, h0, M1); CalculateSetHelper(details, theta0, deltaT, Alpha1, Delta1, Alpha2, Delta2, Alpha3, Delta3, Longitude, Latitude, LatitudeRad, h0, M2); details.Rise = details.bRiseValid ? (M1 * 24) : 0.0; details.Set = details.bSetValid ? (M2 * 24) : 0.0; - details.Transit = M0 * 24; //We always return the transit time even if it occurs below the horizon + details.Transit = details.bTransitValid ? (M0 * 24) : 0.0; return details; } diff --git a/Sources/AAPlus/AASaturn.cpp b/Sources/AAPlus/AASaturn.cpp new file mode 100644 index 0000000..25be98d --- /dev/null +++ b/Sources/AAPlus/AASaturn.cpp @@ -0,0 +1,924 @@ +/* +Module : AASaturn.cpp +Purpose: Implementation for the algorithms which obtain the heliocentric position of Saturn +Created: PJN / 29-12-2003 +History: PJN / 31-05-2004 1) In CAASaturn::EclipticLongitude the g_L5SaturnCoefficients[] were + not included. Thanks to Brian Orme for reporting this problem. + 2) In CAASaturn::EclipticLatitude the g_B5SaturnCoefficients[] were + not included. Thanks to Brian Orme for reporting this problem. + 3) In CAASaturn::RadiusVector the g_R5SaturnCoefficients[] were not + included. Thanks to Brian Orme for reporting this problem. + PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this + issue when compiling AA+ on ARM. + PJN / 04-08-2013 1. Fixed a transcription error in the twenty ninth coefficient used to calculate + the B2 term for the ecliptic latitude of Saturn. Thanks to Isaac Clark for + reporting this issue. Spot tests indicate that this change only affected the + ecliptic latitude in the twelfth decimal place. + 2. Updated copyright details + PJN / 16-09-2015 1. CAASaturn::EclipticLongitude, EclipticLatitude & RadiusVector now include a + "bool bHighPrecision" parameter which if set to true means the code uses the full + VSOP87 theory rather than the truncated theory as presented in Meeus's book. + PJN / 01-08-2017 1. Fixed up alignment of lookup tables in AASaturn.cpp module + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + PJN / 13-04-2020 1. Reworked C arrays to use std::array + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +///////////////////////////// Includes //////////////////////////////////////// + +#include "stdafx.h" +#include "AASaturn.h" +#include "AACoordinateTransformation.h" +#include "AADefines.h" +#ifndef AAPLUS_NO_VSOP87 +#include "AAVSOP87D_SAT.h" +#endif //#ifndef AAPLUS_NO_VSOP87 +#include +#include +using namespace std; + + +//////////////////////////// Macros / Defines ///////////////////////////////// + +#ifdef _MSC_VER +#pragma warning(disable : 26446 26482 26485) +#endif //#ifdef _MSC_VER + +struct VSOP87Coefficient +{ + double A; + double B; + double C; +}; + +constexpr array g_L0SaturnCoefficients +{ { + { 87401354, 0, 0 }, + { 11107660, 3.96205090, 213.29909544 }, + { 1414151, 4.5858152, 7.1135470 }, + { 398379, 0.521120, 206.185548 }, + { 350769, 3.303299, 426.598191 }, + { 206816, 0.246584, 103.092774 }, + { 79271, 3.84007, 220.41264 }, + { 23990, 4.66977, 110.20632 }, + { 16574, 0.43719, 419.48464 }, + { 15820, 0.93809, 632.78374 }, + { 15054, 2.71670, 639.89729 }, + { 14907, 5.76903, 316.39187 }, + { 14610, 1.56519, 3.93215 }, + { 13160, 4.44891, 14.22709 }, + { 13005, 5.98119, 11.04570 }, + { 10725, 3.12940, 202.25340 }, + { 6126, 1.7633, 277.0350 }, + { 5863, 0.2366, 529.6910 }, + { 5228, 4.2078, 3.1814 }, + { 5020, 3.1779, 433.7117 }, + { 4593, 0.6198, 199.0720 }, + { 4006, 2.2448, 63.7359 }, + { 3874, 3.2228, 138.5175 }, + { 3269, 0.7749, 949.1756 }, + { 2954, 0.9828, 95.9792 }, + { 2461, 2.0316, 735.8765 }, + { 1758, 3.2658, 522.5774 }, + { 1640, 5.5050, 846.0828 }, + { 1581, 4.3727, 309.2783 }, + { 1391, 4.0233, 323.5054 }, + { 1124, 2.8373, 415.5525 }, + { 1087, 4.1834, 2.4477 }, + { 1017, 3.7170, 227.5262 }, + { 957, 0.507, 1265.567 }, + { 853, 3.421, 175.166 }, + { 849, 3.191, 209.367 }, + { 789, 5.007, 0.963 }, + { 749, 2.144, 853.196 }, + { 744, 5.253, 224.345 }, + { 687, 1.747, 1052.268 }, + { 654, 1.599, 0.048 }, + { 634, 2.299, 412.371 }, + { 625, 0.970, 210.118 }, + { 580, 3.093, 74.782 }, + { 546, 2.127, 350.332 }, + { 543, 1.518, 9.561 }, + { 530, 4.449, 117.320 }, + { 478, 2.965, 137.033 }, + { 474, 5.475, 742.990 }, + { 452, 1.044, 490.334 }, + { 449, 1.290, 127.472 }, + { 372, 2.278, 217.231 }, + { 355, 3.013, 838.969 }, + { 347, 1.539, 340.771 }, + { 343, 0.246, 0.521 }, + { 330, 0.247, 1581.959 }, + { 322, 0.961, 203.738 }, + { 322, 2.572, 647.011 }, + { 309, 3.495, 216.480 }, + { 287, 2.370, 351.817 }, + { 278, 0.400, 211.815 }, + { 249, 1.470, 1368.660 }, + { 227, 4.910, 12.530 }, + { 220, 4.204, 200.769 }, + { 209, 1.345, 625.670 }, + { 208, 0.483, 1162.475 }, + { 208, 1.283, 39.357 }, + { 204, 6.011, 265.989 }, + { 185, 3.503, 149.563 }, + { 184, 0.973, 4.193 }, + { 182, 5.491, 2.921 }, + { 174, 1.863, 0.751 }, + { 165, 0.440, 5.417 }, + { 149, 5.736, 52.690 }, + { 148, 1.535, 5.629 }, + { 146, 6.231, 195.140 }, + { 140, 4.295, 21.341 }, + { 131, 4.068, 10.295 }, + { 125, 6.277, 1898.351 }, + { 122, 1.976, 4.666 }, + { 118, 5.341, 554.070 }, + { 117, 2.679, 1155.361 }, + { 114, 5.594, 1059.382 }, + { 112, 1.105, 191.208 }, + { 110, 0.166, 1.484 }, + { 109, 3.438, 536.805 }, + { 107, 4.012, 956.289 }, + { 104, 2.192, 88.866 }, + { 103, 1.197, 1685.052 }, + { 101, 4.965, 269.921 } +} }; + +constexpr array g_L1SaturnCoefficients +{ { + { 21354295596.0, 0, 0 }, + { 1296855, 1.8282054, 213.2990954 }, + { 564348, 2.885001, 7.113547 }, + { 107679, 2.277699, 206.185548 }, + { 98323, 1.08070, 426.59819 }, + { 40255, 2.04128, 220.41264 }, + { 19942, 1.27955, 103.09277 }, + { 10512, 2.74880, 14.22709 }, + { 6939, 0.4049, 639.8973 }, + { 4803, 2.4419, 419.4846 }, + { 4056, 2.9217, 110.2063 }, + { 3769, 3.6497, 3.9322 }, + { 3385, 2.4169, 3.1814 }, + { 3302, 1.2626, 433.7117 }, + { 3071, 2.3274, 199.0720 }, + { 1953, 3.5639, 11.0457 }, + { 1249, 2.6280, 95.9792 }, + { 922, 1.961, 227.526 }, + { 706, 4.417, 529.691 }, + { 650, 6.174, 202.253 }, + { 628, 6.111, 309.278 }, + { 487, 6.040, 853.196 }, + { 479, 4.988, 522.577 }, + { 468, 4.617, 63.736 }, + { 417, 2.117, 323.505 }, + { 408, 1.299, 209.367 }, + { 352, 2.317, 632.784 }, + { 344, 3.959, 412.371 }, + { 340, 3.634, 316.392 }, + { 336, 3.772, 735.877 }, + { 332, 2.861, 210.118 }, + { 289, 2.733, 117.320 }, + { 281, 5.744, 2.448 }, + { 266, 0.543, 647.011 }, + { 230, 1.644, 216.480 }, + { 192, 2.965, 224.345 }, + { 173, 4.077, 846.083 }, + { 167, 2.597, 21.341 }, + { 136, 2.286, 10.295 }, + { 131, 3.441, 742.990 }, + { 128, 4.095, 217.231 }, + { 109, 6.161, 415.552 }, + { 98, 4.73, 838.97 }, + { 94, 3.48, 1052.27 }, + { 92, 3.95, 88.87 }, + { 87, 1.22, 440.83 }, + { 83, 3.11, 625.67 }, + { 78, 6.24, 302.16 }, + { 67, 0.29, 4.67 }, + { 66, 5.65, 9.56 }, + { 62, 4.29, 127.47 }, + { 62, 1.83, 195.14 }, + { 58, 2.48, 191.96 }, + { 57, 5.02, 137.03 }, + { 55, 0.28, 74.78 }, + { 54, 5.13, 490.33 }, + { 51, 1.46, 536.80 }, + { 47, 1.18, 149.56 }, + { 47, 5.15, 515.46 }, + { 46, 2.23, 956.29 }, + { 44, 2.71, 5.42 }, + { 40, 0.41, 269.92 }, + { 40, 3.89, 728.76 }, + { 38, 0.65, 422.67 }, + { 38, 2.53, 12.53 }, + { 37, 3.78, 2.92 }, + { 35, 6.08, 5.63 }, + { 34, 3.21, 1368.66 }, + { 33, 4.64, 277.03 }, + { 33, 5.43, 1066.50 }, + { 33, 0.30, 351.82 }, + { 32, 4.39, 1155.36 }, + { 31, 2.43, 52.69 }, + { 30, 2.84, 203.00 }, + { 30, 6.19, 284.15 }, + { 30, 3.39, 1059.38 }, + { 29, 2.03, 330.62 }, + { 28, 2.74, 265.99 }, + { 26, 4.51, 340.77 } +} }; + +constexpr array g_L2SaturnCoefficients +{ { + { 116441, 1.179879, 7.113547 }, + { 91921, 0.07425, 213.29910 }, + { 90592, 0, 0 }, + { 15277, 4.06492, 206.18555 }, + { 10631, 0.25778, 220.41264 }, + { 10605, 5.40964, 426.59819 }, + { 4265, 1.0460, 14.2271 }, + { 1216, 2.9186, 103.0928 }, + { 1165, 4.6094, 639.8973 }, + { 1082, 5.6913, 433.7117 }, + { 1045, 4.0421, 199.0720 }, + { 1020, 0.6337, 3.1814 }, + { 634, 4.388, 419.485 }, + { 549, 5.573, 3.932 }, + { 457, 1.268, 110.206 }, + { 425, 0.209, 227.526 }, + { 274, 4.288, 95.979 }, + { 162, 1.381, 11.046 }, + { 129, 1.566, 309.278 }, + { 117, 3.881, 853.196 }, + { 105, 4.900, 647.011 }, + { 101, 0.893, 21.341 }, + { 96, 2.91, 316.39 }, + { 95, 5.63, 412.37 }, + { 85, 5.73, 209.37 }, + { 83, 6.05, 216.48 }, + { 82, 1.02, 117.32 }, + { 75, 4.76, 210.12 }, + { 67, 0.46, 522.58 }, + { 66, 0.48, 10.29 }, + { 64, 0.35, 323.51 }, + { 61, 4.88, 632.78 }, + { 53, 2.75, 529.69 }, + { 46, 5.69, 440.83 }, + { 45, 1.67, 202.25 }, + { 42, 5.71, 88.87 }, + { 32, 0.07, 63.74 }, + { 32, 1.67, 302.16 }, + { 31, 4.16, 191.96 }, + { 27, 0.83, 224.34 }, + { 25, 5.66, 735.88 }, + { 20, 5.94, 217.23 }, + { 18, 4.90, 625.67 }, + { 17, 1.63, 742.99 }, + { 16, 0.58, 515.46 }, + { 14, 0.21, 838.97 }, + { 14, 3.76, 195.14 }, + { 12, 4.72, 203.00 }, + { 12, 0.13, 234.64 }, + { 12, 3.12, 846.08 }, + { 11, 5.92, 536.80 }, + { 11, 5.60, 728.76 }, + { 11, 3.20, 1066.50 }, + { 10, 4.99, 422.67 }, + { 10, 0.26, 330.62 }, + { 10, 4.15, 860.31 }, + { 9, 0.46, 956.29 }, + { 8, 2.14, 269.92 }, + { 8, 5.25, 429.78 }, + { 8, 4.03, 9.56 }, + { 7, 5.40, 1052.27 }, + { 6, 4.46, 284.15 }, + { 6, 5.93, 405.26 } +} }; + +constexpr array g_L3SaturnCoefficients +{ { + { 16039, 5.73945, 7.11355 }, + { 4250, 4.5854, 213.2991 }, + { 1907, 4.7608, 220.4126 }, + { 1466, 5.9133, 206.1855 }, + { 1162, 5.6197, 14.2271 }, + { 1067, 3.6082, 426.5982 }, + { 239, 3.861, 433.712 }, + { 237, 5.768, 199.072 }, + { 166, 5.116, 3.181 }, + { 151, 2.736, 639.897 }, + { 131, 4.743, 227.526 }, + { 63, 0.23, 419.48 }, + { 62, 4.74, 103.09 }, + { 40, 5.47, 21.34 }, + { 40, 5.96, 95.98 }, + { 39, 5.83, 110.21 }, + { 28, 3.01, 647.01 }, + { 25, 0.99, 3.93 }, + { 19, 1.92, 853.20 }, + { 18, 4.97, 10.29 }, + { 18, 1.03, 412.37 }, + { 18, 4.20, 216.48 }, + { 18, 3.32, 309.28 }, + { 16, 3.90, 440.83 }, + { 16, 5.62, 117.32 }, + { 13, 1.18, 88.87 }, + { 11, 5.58, 11.05 }, + { 11, 5.93, 191.96 }, + { 10, 3.95, 209.37 }, + { 9, 3.39, 302.16 }, + { 8, 4.88, 323.51 }, + { 7, 0.38, 632.78 }, + { 6, 2.25, 522.58 }, + { 6, 1.06, 210.12 }, + { 5, 4.64, 234.64 }, + { 4, 3.14, 0 }, + { 4, 2.31, 515.46 }, + { 3, 2.20, 860.31 }, + { 3, 0.59, 529.69 }, + { 3, 4.93, 224.34 }, + { 3, 0.42, 625.67 }, + { 2, 4.77, 330.62 }, + { 2, 3.35, 429.78 }, + { 2, 3.20, 202.25 }, + { 2, 1.19, 1066.50 }, + { 2, 1.35, 405.26 }, + { 2, 4.16, 223.59 }, + { 2, 3.07, 654.12 } +} }; + +constexpr array g_L4SaturnCoefficients +{ { + { 1662, 3.9983, 7.1135 }, + { 257, 2.984, 220.413 }, + { 236, 3.902, 14.227 }, + { 149, 2.741, 213.299 }, + { 114, 3.142, 0 }, + { 110, 1.515, 206.186 }, + { 68, 1.72, 426.60 }, + { 40, 2.05, 433.71 }, + { 38, 1.24, 199.07 }, + { 31, 3.01, 227.53 }, + { 15, 0.83, 639.90 }, + { 9, 3.71, 21.34 }, + { 6, 2.42, 419.48 }, + { 6, 1.16, 647.01 }, + { 4, 1.45, 95.98 }, + { 4, 2.12, 440.83 }, + { 3, 4.09, 110.21 }, + { 3, 2.77, 412.37 }, + { 3, 3.01, 88.87 }, + { 3, 0.00, 853.20 }, + { 3, 0.39, 103.09 }, + { 2, 3.78, 117.32 }, + { 2, 2.83, 234.64 }, + { 2, 5.08, 309.28 }, + { 2, 2.24, 216.48 }, + { 2, 5.19, 302.16 }, + { 1, 1.55, 191.96 } +} }; + +constexpr array g_L5SaturnCoefficients +{ { + { 124, 2.259, 7.114 }, + { 34, 2.16, 14.23 }, + { 28, 1.20, 220.41 }, + { 6, 1.22, 227.53 }, + { 5, 0.24, 433.71 }, + { 4, 6.23, 426.60 }, + { 3, 2.97, 199.07 }, + { 3, 4.29, 206.19 }, + { 2, 6.25, 213.30 }, + { 1, 5.28, 639.90 }, + { 1, 0.24, 440.83 }, + { 1, 3.14, 0 } +} }; + +constexpr array g_B0SaturnCoefficients +{ { + { 4330678, 3.6028443, 213.2990954 }, + { 240348, 2.852385, 426.598191 }, + { 84746, 0, 0 }, + { 34116, 0.57297, 206.18555 }, + { 30863, 3.48442, 220.41264 }, + { 14734, 2.11847, 639.89729 }, + { 9917, 5.7900, 419.4846 }, + { 6994, 4.7360, 7.1135 }, + { 4808, 5.4331, 316.3919 }, + { 4788, 4.9651, 110.2063 }, + { 3432, 2.7326, 433.7117 }, + { 1506, 6.0130, 103.0928 }, + { 1060, 5.6310, 529.6910 }, + { 969, 5.204, 632.784 }, + { 942, 1.396, 853.196 }, + { 708, 3.803, 323.505 }, + { 552, 5.131, 202.253 }, + { 400, 3.359, 227.526 }, + { 319, 3.626, 209.367 }, + { 316, 1.997, 647.011 }, + { 314, 0.465, 217.231 }, + { 284, 4.886, 224.345 }, + { 236, 2.139, 11.046 }, + { 215, 5.950, 846.083 }, + { 209, 2.120, 415.552 }, + { 207, 0.730, 199.072 }, + { 179, 2.954, 63.736 }, + { 141, 0.644, 490.334 }, + { 139, 4.595, 14.227 }, + { 139, 1.998, 735.877 }, + { 135, 5.245, 742.990 }, + { 122, 3.115, 522.577 }, + { 116, 3.109, 216.480 }, + { 114, 0.963, 210.118 } +} }; + +constexpr array g_B1SaturnCoefficients +{ { + { 397555, 5.332900, 213.299095 }, + { 49479, 3.14159, 0 }, + { 18572, 6.09919, 426.59819 }, + { 14801, 2.30586, 206.18555 }, + { 9644, 1.6967, 220.4126 }, + { 3757, 1.2543, 419.4846 }, + { 2717, 5.9117, 639.8973 }, + { 1455, 0.8516, 433.7117 }, + { 1291, 2.9177, 7.1135 }, + { 853, 0.436, 316.392 }, + { 298, 0.919, 632.784 }, + { 292, 5.316, 853.196 }, + { 284, 1.619, 227.526 }, + { 275, 3.889, 103.093 }, + { 172, 0.052, 647.011 }, + { 166, 2.444, 199.072 }, + { 158, 5.209, 110.206 }, + { 128, 1.207, 529.691 }, + { 110, 2.457, 217.231 }, + { 82, 2.76, 210.12 }, + { 81, 2.86, 14.23 }, + { 69, 1.66, 202.25 }, + { 65, 1.26, 216.48 }, + { 61, 1.25, 209.37 }, + { 59, 1.82, 323.51 }, + { 46, 0.82, 440.83 }, + { 36, 1.82, 224.34 }, + { 34, 2.84, 117.32 }, + { 33, 1.31, 412.37 }, + { 32, 1.19, 846.08 }, + { 27, 4.65, 1066.50 }, + { 27, 4.44, 11.05 } +} }; + +constexpr array g_B2SaturnCoefficients +{ { + { 20630, 0.50482, 213.29910 }, + { 3720, 3.9983, 206.1855 }, + { 1627, 6.1819, 220.4126 }, + { 1346, 0, 0 }, + { 706, 3.039, 419.485 }, + { 365, 5.099, 426.598 }, + { 330, 5.279, 433.712 }, + { 219, 3.828, 639.897 }, + { 139, 1.043, 7.114 }, + { 104, 6.157, 227.526 }, + { 93, 1.98, 316.39 }, + { 71, 4.15, 199.07 }, + { 52, 2.88, 632.78 }, + { 49, 4.43, 647.01 }, + { 41, 3.16, 853.20 }, + { 29, 4.53, 210.12 }, + { 24, 1.12, 14.23 }, + { 21, 4.35, 217.23 }, + { 20, 5.31, 440.83 }, + { 18, 0.85, 110.21 }, + { 17, 5.68, 216.48 }, + { 16, 4.26, 103.09 }, + { 14, 3.00, 412.37 }, + { 12, 2.53, 529.69 }, + { 8, 3.32, 202.25 }, + { 7, 5.56, 209.37 }, + { 7, 0.29, 323.51 }, + { 6, 1.16, 117.32 }, + { 6, 3.61, 860.31 } +} }; + +constexpr array g_B3SaturnCoefficients +{ { + { 666, 1.990, 213.299 }, + { 632, 5.698, 206.186 }, + { 398, 0, 0 }, + { 188, 4.338, 220.413 }, + { 92, 4.84, 419.48 }, + { 52, 3.42, 433.71 }, + { 42, 2.38, 426.60 }, + { 26, 4.40, 227.53 }, + { 21, 5.85, 199.07 }, + { 18, 1.99, 639.90 }, + { 11, 5.37, 7.11 }, + { 10, 2.55, 647.01 }, + { 7, 3.46, 316.39 }, + { 6, 4.80, 632.78 }, + { 6, 0.02, 210.12 }, + { 6, 3.52, 440.83 }, + { 5, 5.64, 14.23 }, + { 5, 1.22, 853.20 }, + { 4, 4.71, 412.37 }, + { 3, 0.63, 103.09 }, + { 2, 3.72, 216.48 } +} }; + +constexpr array g_B4SaturnCoefficients +{ { + { 80, 1.12, 206.19 }, + { 32, 3.12, 213.30 }, + { 17, 2.48, 220.41 }, + { 12, 3.14, 0 }, + { 9, 0.38, 419.48 }, + { 6, 1.56, 433.71 }, + { 5, 2.63, 227.53 }, + { 5, 1.28, 199.07 }, + { 1, 1.43, 426.60 }, + { 1, 0.67, 647.01 }, + { 1, 1.72, 440.83 }, + { 1, 6.18, 639.90 } +} }; + +constexpr array g_B5SaturnCoefficients +{ { + { 8, 2.82, 206.19 }, + { 1, 0.51, 220.41 } +} }; + +constexpr array g_R0SaturnCoefficients +{ { + { 955758136, 0, 0 }, + { 52921382, 2.39226220, 213.29909544 }, + { 1873680, 5.2354961, 206.1855484 }, + { 1464664, 1.6476305, 426.5981909 }, + { 821891, 5.935200, 316.391870 }, + { 547507, 5.015326, 103.092774 }, + { 371684, 2.271148, 220.412642 }, + { 361778, 3.139043, 7.113547 }, + { 140618, 5.704067, 632.783739 }, + { 108975, 3.293136, 110.206321 }, + { 69007, 5.94100, 419.48464 }, + { 61053, 0.94038, 639.89729 }, + { 48913, 1.55733, 202.25340 }, + { 34144, 0.19519, 277.03499 }, + { 32402, 5.47085, 949.17561 }, + { 20937, 0.46349, 735.87651 }, + { 20839, 1.52103, 433.71174 }, + { 20747, 5.33256, 199.07200 }, + { 15298, 3.05944, 529.69097 }, + { 14296, 2.60434, 323.50542 }, + { 12884, 1.64892, 138.51750 }, + { 11993, 5.98051, 846.08283 }, + { 11380, 1.73106, 522.57742 }, + { 9796, 5.2048, 1265.5675 }, + { 7753, 5.8519, 95.9792 }, + { 6771, 3.0043, 14.2271 }, + { 6466, 0.1773, 1052.2684 }, + { 5850, 1.4552, 415.5525 }, + { 5307, 0.5974, 63.7359 }, + { 4696, 2.1492, 227.5262 }, + { 4044, 1.6401, 209.3669 }, + { 3688, 0.7802, 412.3711 }, + { 3461, 1.8509, 175.1661 }, + { 3420, 4.9455, 1581.9593 }, + { 3401, 0.5539, 350.3321 }, + { 3376, 3.6953, 224.3448 }, + { 2976, 5.6847, 210.1177 }, + { 2885, 1.3876, 838.9693 }, + { 2881, 0.1796, 853.1964 }, + { 2508, 3.5385, 742.9901 }, + { 2448, 6.1841, 1368.6603 }, + { 2406, 2.9656, 117.3199 }, + { 2174, 0.0151, 340.7709 }, + { 2024, 5.0541, 11.0457 } +} }; + +constexpr array g_R1SaturnCoefficients +{ { + { 6182981, 0.2584352, 213.2990954 }, + { 506578, 0.711147, 206.185548 }, + { 341394, 5.796358, 426.598191 }, + { 188491, 0.472157, 220.412642 }, + { 186262, 3.141593, 0 }, + { 143891, 1.407449, 7.113547 }, + { 49621, 6.01744, 103.09277 }, + { 20928, 5.09246, 639.89729 }, + { 19953, 1.17560, 419.48464 }, + { 18840, 1.60820, 110.20632 }, + { 13877, 0.75886, 199.07200 }, + { 12893, 5.94330, 433.71174 }, + { 5397, 1.2885, 14.2271 }, + { 4869, 0.8679, 323.5054 }, + { 4247, 0.3930, 227.5262 }, + { 3252, 1.2585, 95.9792 }, + { 3081, 3.4366, 522.5774 }, + { 2909, 4.6068, 202.2534 }, + { 2856, 2.1673, 735.8765 }, + { 1988, 2.4505, 412.3711 }, + { 1941, 6.0239, 209.3669 }, + { 1581, 1.2919, 210.1177 }, + { 1340, 4.3080, 853.1964 }, + { 1316, 1.2530, 117.3199 }, + { 1203, 1.8665, 316.3919 }, + { 1091, 0.0753, 216.4805 }, + { 966, 0.480, 632.784 }, + { 954, 5.152, 647.011 }, + { 898, 0.983, 529.691 }, + { 882, 1.885, 1052.268 }, + { 874, 1.402, 224.345 }, + { 785, 3.064, 838.969 }, + { 740, 1.382, 625.670 }, + { 658, 4.144, 309.278 }, + { 650, 1.725, 742.990 }, + { 613, 3.033, 63.736 }, + { 599, 2.549, 217.231 }, + { 503, 2.130, 3.932 } +} }; + +constexpr array g_R2SaturnCoefficients +{ { + { 436902, 4.786717, 213.299095 }, + { 71923, 2.50070, 206.18555 }, + { 49767, 4.97168, 220.41264 }, + { 43221, 3.86940, 426.59819 }, + { 29646, 5.96310, 7.11355 }, + { 4721, 2.4753, 199.0720 }, + { 4142, 4.1067, 433.7117 }, + { 3789, 3.0977, 639.8973 }, + { 2964, 1.3721, 103.0928 }, + { 2556, 2.8507, 419.4846 }, + { 2327, 0, 0 }, + { 2208, 6.2759, 110.2063 }, + { 2188, 5.8555, 14.2271 }, + { 1957, 4.9245, 227.5262 }, + { 924, 5.464, 323.505 }, + { 706, 2.971, 95.979 }, + { 546, 4.129, 412.371 }, + { 431, 5.178, 522.577 }, + { 405, 4.173, 209.367 }, + { 391, 4.481, 216.480 }, + { 374, 5.834, 117.320 }, + { 361, 3.277, 647.011 }, + { 356, 3.192, 210.118 }, + { 326, 2.269, 853.196 }, + { 207, 4.022, 735.877 }, + { 204, 0.088, 202.253 }, + { 180, 3.597, 632.784 }, + { 178, 4.097, 440.825 }, + { 154, 3.135, 625.670 }, + { 148, 0.136, 302.165 }, + { 133, 2.594, 191.958 }, + { 132, 5.933, 309.278 } +} }; + +constexpr array g_R3SaturnCoefficients +{ { + { 20315, 3.02187, 213.29910 }, + { 8924, 3.1914, 220.4126 }, + { 6909, 4.3517, 206.1855 }, + { 4087, 4.2241, 7.1135 }, + { 3879, 2.0106, 426.5982 }, + { 1071, 4.2036, 199.0720 }, + { 907, 2.283, 433.712 }, + { 606, 3.175, 227.526 }, + { 597, 4.135, 14.227 }, + { 483, 1.173, 639.897 }, + { 393, 0, 0 }, + { 229, 4.698, 419.485 }, + { 188, 4.590, 110.206 }, + { 150, 3.202, 103.093 }, + { 121, 3.768, 323.505 }, + { 102, 4.710, 95.979 }, + { 101, 5.819, 412.371 }, + { 93, 1.44, 647.01 }, + { 84, 2.63, 216.48 }, + { 73, 4.15, 117.32 }, + { 62, 2.31, 440.83 }, + { 55, 0.31, 853.20 }, + { 50, 2.39, 209.37 }, + { 45, 4.37, 191.96 }, + { 41, 0.69, 522.58 }, + { 40, 1.84, 302.16 }, + { 38, 5.94, 88.87 }, + { 32, 4.01, 21.34 } +} }; + +constexpr array g_R4SaturnCoefficients +{ { + { 1202, 1.4150, 220.4126 }, + { 708, 1.162, 213.299 }, + { 516, 6.240, 206.186 }, + { 427, 2.469, 7.114 }, + { 268, 0.187, 426.598 }, + { 170, 5.959, 199.072 }, + { 150, 0.480, 433.712 }, + { 145, 1.442, 227.526 }, + { 121, 2.405, 14.227 }, + { 47, 5.57, 639.90 }, + { 19, 5.86, 647.01 }, + { 17, 0.53, 440.83 }, + { 16, 2.90, 110.21 }, + { 15, 0.30, 419.48 }, + { 14, 1.30, 412.37 }, + { 13, 2.09, 323.51 }, + { 11, 0.22, 95.98 }, + { 11, 2.46, 117.32 }, + { 10, 3.14, 0 }, + { 9, 1.56, 88.87 }, + { 9, 2.28, 21.34 }, + { 9, 0.68, 216.48 }, + { 8, 1.27, 234.64 } +} }; + +constexpr array g_R5SaturnCoefficients +{ { + { 129, 5.913, 220.413 }, + { 32, 0.69, 7.11 }, + { 27, 5.91, 227.53 }, + { 20, 4.95, 433.71 }, + { 20, 0.67, 14.23 }, + { 14, 2.67, 206.19 }, + { 14, 1.46, 199.07 }, + { 13, 4.59, 426.60 }, + { 7, 4.63, 213.30 }, + { 5, 3.61, 639.90 }, + { 4, 4.90, 440.83 }, + { 3, 4.07, 647.01 }, + { 3, 4.66, 191.96 }, + { 3, 0.49, 323.51 }, + { 3, 3.18, 419.48 }, + { 2, 3.70, 88.87 }, + { 2, 3.32, 95.98 }, + { 2, 0.56, 117.32 } +} }; + + +///////////////////////////// Implementation ////////////////////////////////// + +double CAASaturn::EclipticLongitude(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Saturn::L(JD))); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + const double rho5 = rho4*rho; + + //Calculate L0 + double L0 = 0; + for (const auto& L0Coefficient : g_L0SaturnCoefficients) + L0 += (L0Coefficient.A * cos(L0Coefficient.B + (L0Coefficient.C*rho))); + + //Calculate L1 + double L1 = 0; + for (const auto& L1Coefficient : g_L1SaturnCoefficients) + L1 += (L1Coefficient.A * cos(L1Coefficient.B + (L1Coefficient.C*rho))); + + //Calculate L2 + double L2 = 0; + for (const auto& L2Coefficient : g_L2SaturnCoefficients) + L2 += (L2Coefficient.A * cos(L2Coefficient.B + (L2Coefficient.C*rho))); + + //Calculate L3 + double L3 = 0; + for (const auto& L3Coefficient : g_L3SaturnCoefficients) + L3 += (L3Coefficient.A * cos(L3Coefficient.B + (L3Coefficient.C*rho))); + + //Calculate L4 + double L4 = 0; + for (const auto& L4Coefficient : g_L4SaturnCoefficients) + L4 += (L4Coefficient.A * cos(L4Coefficient.B + (L4Coefficient.C*rho))); + + //Calculate L5 + double L5 = 0; + for (const auto& L5Coefficient : g_L5SaturnCoefficients) + L5 += (L5Coefficient.A * cos(L5Coefficient.B + (L5Coefficient.C*rho))); + + double value = (L0 + (L1*rho) + (L2*rhosquared) + (L3*rhocubed) + (L4*rho4) + (L5*rho5)) / 100000000; + + //convert results back to degrees + value = CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(value)); + return value; +} + +double CAASaturn::EclipticLatitude(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAACoordinateTransformation::MapToMinus90To90Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Saturn::B(JD))); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + const double rho5 = rho4*rho; + + //Calculate B0 + double B0 = 0; + for (const auto& B0Coefficient : g_B0SaturnCoefficients) + B0 += (B0Coefficient.A * cos(B0Coefficient.B + (B0Coefficient.C*rho))); + + //Calculate B1 + double B1 = 0; + for (const auto& B1Coefficient : g_B1SaturnCoefficients) + B1 += (B1Coefficient.A * cos(B1Coefficient.B + (B1Coefficient.C*rho))); + + //Calculate B2 + double B2 = 0; + for (const auto& B2Coefficient : g_B2SaturnCoefficients) + B2 += (B2Coefficient.A * cos(B2Coefficient.B + (B2Coefficient.C*rho))); + + //Calculate B3 + double B3 = 0; + for (const auto& B3Coefficient : g_B3SaturnCoefficients) + B3 += (B3Coefficient.A * cos(B3Coefficient.B + (B3Coefficient.C*rho))); + + //Calculate B4 + double B4 = 0; + for (const auto& B4Coefficient : g_B4SaturnCoefficients) + B4 += (B4Coefficient.A * cos(B4Coefficient.B + (B4Coefficient.C*rho))); + + //Calculate B5 + double B5 = 0; + for (const auto& B5Coefficient : g_B5SaturnCoefficients) + B5 += (B5Coefficient.A * cos(B5Coefficient.B + (B5Coefficient.C*rho))); + + double value = (B0 + (B1*rho) + (B2*rhosquared) + (B3*rhocubed) + (B4*rho4) + (B5*rho5)) / 100000000; + + //convert results back to degrees + value = CAACoordinateTransformation::MapToMinus90To90Range(CAACoordinateTransformation::RadiansToDegrees(value)); + return value; +} + +double CAASaturn::RadiusVector(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAAVSOP87D_Saturn::R(JD); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + const double rho5 = rho4*rho; + + //Calculate R0 + double R0 = 0; + for (const auto& R0Coefficient : g_R0SaturnCoefficients) + R0 += (R0Coefficient.A * cos(R0Coefficient.B + (R0Coefficient.C*rho))); + + //Calculate R1 + double R1 = 0; + for (const auto& R1Coefficient : g_R1SaturnCoefficients) + R1 += (R1Coefficient.A * cos(R1Coefficient.B + (R1Coefficient.C*rho))); + + //Calculate R2 + double R2 = 0; + for (const auto& R2Coefficient : g_R2SaturnCoefficients) + R2 += (R2Coefficient.A * cos(R2Coefficient.B + (R2Coefficient.C*rho))); + + //Calculate R3 + double R3 = 0; + for (const auto& R3Coefficient : g_R3SaturnCoefficients) + R3 += (R3Coefficient.A * cos(R3Coefficient.B + (R3Coefficient.C*rho))); + + //Calculate R4 + double R4 = 0; + for (const auto& R4Coefficient : g_R4SaturnCoefficients) + R4 += (R4Coefficient.A * cos(R4Coefficient.B + (R4Coefficient.C*rho))); + + //Calculate R5 + double R5 = 0; + for (const auto& R5Coefficient : g_R5SaturnCoefficients) + R5 += (R5Coefficient.A * cos(R5Coefficient.B + (R5Coefficient.C*rho))); + + return (R0 + (R1*rho) + (R2*rhosquared) + (R3*rhocubed) + (R4*rho4) + (R5*rho5)) / 100000000; +} diff --git a/Vendor/AA+/1.6.3/AASidereal.cpp b/Sources/AAPlus/AASidereal.cpp old mode 100755 new mode 100644 similarity index 63% rename from Vendor/AA+/1.6.3/AASidereal.cpp rename to Sources/AAPlus/AASidereal.cpp index a1d9aa9..b9cde0e --- a/Vendor/AA+/1.6.3/AASidereal.cpp +++ b/Sources/AAPlus/AASidereal.cpp @@ -1,11 +1,12 @@ /* -Module : AASIDEREAL.CPP +Module : AASidereal.cpp Purpose: Implementation for the algorithms which obtain sidereal time Created: PJN / 29-12-2003 PJN / 26-01-2007 1. Update to fit in with new layout of CAADate class PJN / 28-01-2007 1. Minor updates to fit in with new layout of CAADate class + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -33,7 +34,7 @@ using namespace std; /////////////////////////////// Implementation //////////////////////////////// -double CAASidereal::MeanGreenwichSiderealTime(double JD) +double CAASidereal::MeanGreenwichSiderealTime(double JD) noexcept { //Get the Julian day for the same day at midnight long Year = 0; @@ -47,28 +48,28 @@ double CAASidereal::MeanGreenwichSiderealTime(double JD) date.Set(JD, CAADate::AfterPapalReform(JD)); date.Get(Year, Month, Day, Hour, Minute, Second); date.Set(Year, Month, Day, 0, 0, 0, date.InGregorianCalendar()); - double JDMidnight = date.Julian(); + const double JDMidnight = date.Julian(); //Calculate the sidereal time at midnight - double T = (JDMidnight - 2451545) / 36525; - double TSquared = T*T; - double TCubed = TSquared*T; + const double T = (JDMidnight - 2451545) / 36525; + const double TSquared = T*T; + const double TCubed = TSquared*T; double Value = 100.46061837 + (36000.770053608*T) + (0.000387933*TSquared) - (TCubed/38710000); //Adjust by the time of day - Value += ( ((Hour * 15) + (Minute * 0.25) + (Second * 0.0041666666666666666666666666666667)) * 1.00273790935); + Value += ( ((Hour * 15.0) + (Minute * 0.25) + (Second * 0.0041666666666666666666666666666667)) * 1.00273790935); Value = CAACoordinateTransformation::DegreesToHours(Value); return CAACoordinateTransformation::MapTo0To24Range(Value); } -double CAASidereal::ApparentGreenwichSiderealTime(double JD) +double CAASidereal::ApparentGreenwichSiderealTime(double JD) noexcept { - double MeanObliquity = CAANutation::MeanObliquityOfEcliptic(JD); - double TrueObliquity = MeanObliquity + CAANutation::NutationInObliquity(JD) / 3600; - double NutationInLongitude = CAANutation::NutationInLongitude(JD); + const double MeanObliquity = CAANutation::MeanObliquityOfEcliptic(JD); + const double TrueObliquity = MeanObliquity + CAANutation::NutationInObliquity(JD) / 3600; + const double NutationInLongitude = CAANutation::NutationInLongitude(JD); - double Value = MeanGreenwichSiderealTime(JD) + (NutationInLongitude * cos(CAACoordinateTransformation::DegreesToRadians(TrueObliquity)) / 54000); + const double Value = MeanGreenwichSiderealTime(JD) + (NutationInLongitude * cos(CAACoordinateTransformation::DegreesToRadians(TrueObliquity)) / 54000); return CAACoordinateTransformation::MapTo0To24Range(Value); } diff --git a/Vendor/AA+/1.6.3/AAStellarMagnitudes.cpp b/Sources/AAPlus/AAStellarMagnitudes.cpp old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAStellarMagnitudes.cpp rename to Sources/AAPlus/AAStellarMagnitudes.cpp index 9d9d32b..04a4784 --- a/Vendor/AA+/1.6.3/AAStellarMagnitudes.cpp +++ b/Sources/AAPlus/AAStellarMagnitudes.cpp @@ -1,10 +1,10 @@ /* -Module : AASTELLARMAGNITUDES.CPP +Module : AAStellarMagnitudes.cpp Purpose: Implementation for the algorithms which operate on the stellar magntidue system Created: PJN / 29-12-2003 History: PJN / 12-02-2004 1. Fixed a number of level 4 warnings when the code is compiled in VC.Net 2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -24,33 +24,45 @@ to maintain a single distribution point for the source code. #include "stdafx.h" #include "AAStellarMagnitudes.h" #include +#include using namespace std; ////////////////////////// Implementation ///////////////////////////////////// -double CAAStellarMagnitudes::CombinedMagnitude(double m1, double m2) +double CAAStellarMagnitudes::CombinedMagnitude(double m1, double m2) noexcept { - double x = 0.4*(m2 - m1); + const double x = 0.4*(m2 - m1); return m2 - 2.5*log10(pow(10.0, x) + 1); } -double CAAStellarMagnitudes::CombinedMagnitude(int Magnitudes, const double* pMagnitudes) +#ifdef _MSC_VER +#pragma warning(suppress : 26429) +#endif //#ifdef _MSC_VER +double CAAStellarMagnitudes::CombinedMagnitude(int Magnitudes, const double* pMagnitudes) noexcept { +//Validate our parameters + assert(pMagnitudes != nullptr); + double value = 0; for (int i=0; i +#include +using namespace std; + + +////////////////////////////////// Macros / Defines /////////////////////////// + +#ifdef _MSC_VER +#pragma warning(disable : 26446 26482 26485) +#endif //#ifdef _MSC_VER + +struct VSOP87Coefficient +{ + double A; + double B; + double C; +}; + +constexpr array g_L0UranusCoefficients +{ { + { 548129294, 0, 0 }, + { 9260408, 0.8910642, 74.7815986 }, + { 1504248, 3.6271926, 1.4844727 }, + { 365982, 1.899622, 73.297126 }, + { 272328, 3.358237, 149.563197 }, + { 70328, 5.39254, 63.73590 }, + { 68893, 6.09292, 76.26607 }, + { 61999, 2.26952, 2.96895 }, + { 61951, 2.85099, 11.04570 }, + { 26469, 3.14152, 71.81265 }, + { 25711, 6.11380, 454.90937 }, + { 21079, 4.36059, 148.07872 }, + { 17819, 1.74437, 36.64856 }, + { 14613, 4.73732, 3.93215 }, + { 11163, 5.82682, 224.34480 }, + { 10998, 0.48865, 138.51750 }, + { 9527, 2.9552, 35.1641 }, + { 7546, 5.2363, 109.9457 }, + { 4220, 3.2333, 70.8494 }, + { 4052, 2.2775, 151.0477 }, + { 3490, 5.4831, 146.5943 }, + { 3355, 1.0655, 4.4534 }, + { 3144, 4.7520, 77.7505 }, + { 2927, 4.6290, 9.5612 }, + { 2922, 5.3524, 85.8273 }, + { 2273, 4.3660, 70.3282 }, + { 2149, 0.6075, 38.1330 }, + { 2051, 1.5177, 0.1119 }, + { 1992, 4.9244, 277.0350 }, + { 1667, 3.6274, 380.1278 }, + { 1533, 2.5859, 52.6902 }, + { 1376, 2.0428, 65.2204 }, + { 1372, 4.1964, 111.4302 }, + { 1284, 3.1135, 202.2534 }, + { 1282, 0.5427, 222.8603 }, + { 1244, 0.9161, 2.4477 }, + { 1221, 0.1990, 108.4612 }, + { 1151, 4.1790, 33.6796 }, + { 1150, 0.9334, 3.1814 }, + { 1090, 1.7750, 12.5302 }, + { 1072, 0.2356, 62.2514 }, + { 946, 1.192, 127.472 }, + { 708, 5.183, 213.299 }, + { 653, 0.966, 78.714 }, + { 628, 0.182, 984.600 }, + { 607, 5.432, 529.691 }, + { 559, 3.358, 0.521 }, + { 524, 2.013, 299.126 }, + { 483, 2.106, 0.963 }, + { 471, 1.407, 184.727 }, + { 467, 0.415, 145.110 }, + { 434, 5.521, 183.243 }, + { 405, 5.987, 8.077 }, + { 399, 0.338, 415.552 }, + { 396, 5.870, 351.817 }, + { 379, 2.350, 56.622 }, + { 310, 5.833, 145.631 }, + { 300, 5.644, 22.091 }, + { 294, 5.839, 39.618 }, + { 252, 1.637, 221.376 }, + { 249, 4.746, 225.829 }, + { 239, 2.350, 137.033 }, + { 224, 0.516, 84.343 }, + { 223, 2.843, 0.261 }, + { 220, 1.922, 67.668 }, + { 217, 6.142, 5.938 }, + { 216, 4.778, 340.771 }, + { 208, 5.580, 68.844 }, + { 202, 1.297, 0.048 }, + { 199, 0.956, 152.532 }, + { 194, 1.888, 456.394 }, + { 193, 0.916, 453.425 }, + { 187, 1.319, 0.160 }, + { 182, 3.536, 79.235 }, + { 173, 1.539, 160.609 }, + { 172, 5.680, 219.891 }, + { 170, 3.677, 5.417 }, + { 169, 5.879, 18.159 }, + { 165, 1.424, 106.977 }, + { 163, 3.050, 112.915 }, + { 158, 0.738, 54.175 }, + { 147, 1.263, 59.804 }, + { 143, 1.300, 35.425 }, + { 139, 5.386, 32.195 }, + { 139, 4.260, 909.819 }, + { 124, 1.374, 7.114 }, + { 110, 2.027, 554.070 }, + { 109, 5.706, 77.963 }, + { 104, 5.028, 0.751 }, + { 104, 1.458, 24.379 }, + { 103, 0.681, 14.978 } +} }; + +constexpr array g_L1UranusCoefficients +{ { + { 7502543122.0, 0, 0 }, + { 154458, 5.242017, 74.781599 }, + { 24456, 1.71256, 1.48447 }, + { 9258, 0.4284, 11.0457 }, + { 8266, 1.5022, 63.7359 }, + { 7842, 1.3198, 149.5632 }, + { 3899, 0.4648, 3.9322 }, + { 2284, 4.1737, 76.2661 }, + { 1927, 0.5301, 2.9689 }, + { 1233, 1.5863, 70.8494 }, + { 791, 5.436, 3.181 }, + { 767, 1.996, 73.297 }, + { 482, 2.984, 85.827 }, + { 450, 4.138, 138.517 }, + { 446, 3.723, 224.345 }, + { 427, 4.731, 71.813 }, + { 354, 2.583, 148.079 }, + { 348, 2.454, 9.561 }, + { 317, 5.579, 52.690 }, + { 206, 2.363, 2.448 }, + { 189, 4.202, 56.622 }, + { 184, 0.284, 151.048 }, + { 180, 5.684, 12.530 }, + { 171, 3.001, 78.714 }, + { 158, 2.909, 0.963 }, + { 155, 5.591, 4.453 }, + { 154, 4.652, 35.164 }, + { 152, 2.942, 77.751 }, + { 143, 2.590, 62.251 }, + { 121, 4.148, 127.472 }, + { 116, 3.732, 65.220 }, + { 102, 4.188, 145.631 }, + { 102, 6.034, 0.112 }, + { 88, 3.99, 18.16 }, + { 88, 6.16, 202.25 }, + { 81, 2.64, 22.09 }, + { 72, 6.05, 70.33 }, + { 69, 4.05, 77.96 }, + { 59, 3.70, 67.67 }, + { 47, 3.54, 351.82 }, + { 44, 5.91, 7.11 }, + { 43, 5.72, 5.42 }, + { 39, 4.92, 222.86 }, + { 36, 5.90, 33.68 }, + { 36, 3.29, 8.08 }, + { 36, 3.33, 71.60 }, + { 35, 5.08, 38.13 }, + { 31, 5.62, 984.60 }, + { 31, 5.50, 59.80 }, + { 31, 5.46, 160.61 }, + { 30, 1.66, 447.80 }, + { 29, 1.15, 462.02 }, + { 29, 4.52, 84.34 }, + { 27, 5.54, 131.40 }, + { 27, 6.15, 299.13 }, + { 26, 4.99, 137.03 }, + { 25, 5.74, 380.13 } +} }; + +constexpr array g_L2UranusCoefficients +{ { + { 53033, 0, 0 }, + { 2358, 2.2601, 74.7816 }, + { 769, 4.526, 11.046 }, + { 552, 3.258, 63.736 }, + { 542, 2.276, 3.932 }, + { 529, 4.923, 1.484 }, + { 258, 3.691, 3.181 }, + { 239, 5.858, 149.563 }, + { 182, 6.218, 70.849 }, + { 54, 1.44, 76.27 }, + { 49, 6.03, 56.62 }, + { 45, 3.91, 2.45 }, + { 45, 0.81, 85.83 }, + { 38, 1.78, 52.69 }, + { 37, 4.46, 2.97 }, + { 33, 0.86, 9.56 }, + { 29, 5.10, 73.30 }, + { 24, 2.11, 18.16 }, + { 22, 5.99, 138.52 }, + { 22, 4.82, 78.71 }, + { 21, 2.40, 77.96 }, + { 21, 2.17, 224.34 }, + { 17, 2.54, 145.63 }, + { 17, 3.47, 12.53 }, + { 12, 0.02, 22.09 }, + { 11, 0.08, 127.47 }, + { 10, 5.16, 71.60 }, + { 10, 4.46, 62.25 }, + { 9, 4.26, 7.11 }, + { 8, 5.50, 67.67 }, + { 7, 1.25, 5.42 }, + { 6, 3.36, 447.80 }, + { 6, 5.45, 65.22 }, + { 6, 4.52, 151.05 }, + { 6, 5.73, 462.02 } +} }; + +constexpr array g_L3UranusCoefficients +{ { + { 121, 0.024, 74.782 }, + { 68, 4.12, 3.93 }, + { 53, 2.39, 11.05 }, + { 46, 0, 0 }, + { 45, 2.04, 3.18 }, + { 44, 2.96, 1.48 }, + { 25, 4.89, 63.74 }, + { 21, 4.55, 70.85 }, + { 20, 2.31, 149.56 }, + { 9, 1.58, 56.62 }, + { 4, 0.23, 18.16 }, + { 4, 5.39, 76.27 }, + { 4, 0.95, 77.96 }, + { 3, 4.98, 85.83 }, + { 3, 4.13, 52.69 }, + { 3, 0.37, 78.71 }, + { 2, 0.86, 145.63 }, + { 2, 5.66, 9.56 } +} }; + +constexpr array g_L4UranusCoefficients +{ { + { 114, 3.142, 0 }, + { 6, 4.58, 74.78 }, + { 3, 0.35, 11.05 }, + { 1, 3.42, 56.62 } +} }; + +constexpr array g_B0UranusCoefficients +{ { + { 1346278, 2.6187781, 74.7815986 }, + { 62341, 5.08111, 149.56320 }, + { 61601, 3.14159, 0 }, + { 9964, 1.6160, 76.2661 }, + { 9926, 0.5763, 73.2971 }, + { 3259, 1.2612, 224.3448 }, + { 2972, 2.2437, 1.4845 }, + { 2010, 6.0555, 148.0787 }, + { 1522, 0.2796, 63.7359 }, + { 924, 4.038, 151.048 }, + { 761, 6.140, 71.813 }, + { 522, 3.321, 138.517 }, + { 463, 0.743, 85.827 }, + { 437, 3.381, 529.691 }, + { 435, 0.341, 77.751 }, + { 431, 3.554, 213.299 }, + { 420, 5.213, 11.046 }, + { 245, 0.788, 2.969 }, + { 233, 2.257, 222.860 }, + { 216, 1.591, 38.133 }, + { 180, 3.725, 299.126 }, + { 175, 1.236, 146.594 }, + { 174, 1.937, 380.128 }, + { 160, 5.336, 111.430 }, + { 144, 5.962, 35.164 }, + { 116, 5.739, 70.849 }, + { 106, 0.941, 70.328 }, + { 102, 2.619, 78.714 } +} }; + +constexpr array g_B1UranusCoefficients +{ { + { 206366, 4.123943, 74.781599 }, + { 8563, 0.3382, 149.5632 }, + { 1726, 2.1219, 73.2971 }, + { 1374, 0, 0 }, + { 1369, 3.0686, 76.2661 }, + { 451, 3.777, 1.484 }, + { 400, 2.848, 224.345 }, + { 307, 1.255, 148.079 }, + { 154, 3.786, 63.736 }, + { 112, 5.573, 151.048 }, + { 111, 5.329, 138.517 }, + { 83, 3.59, 71.81 }, + { 56, 3.40, 85.83 }, + { 54, 1.70, 77.75 }, + { 42, 1.21, 11.05 }, + { 41, 4.45, 78.71 }, + { 32, 3.77, 222.86 }, + { 30, 2.56, 2.97 }, + { 27, 5.34, 213.30 }, + { 26, 0.42, 380.13 } +} }; + +constexpr array g_B2UranusCoefficients +{ { + { 9212, 5.8004, 74.7816 }, + { 557, 0, 0 }, + { 286, 2.177, 149.563 }, + { 95, 3.84, 73.30 }, + { 45, 4.88, 76.27 }, + { 20, 5.46, 1.48 }, + { 15, 0.88, 138.52 }, + { 14, 2.85, 148.08 }, + { 14, 5.07, 63.74 }, + { 10, 5.00, 224.34 }, + { 8, 6.27, 78.71 } +} }; + +constexpr array g_B3UranusCoefficients +{ { + { 268, 1.251, 74.782 }, + { 11, 3.14, 0 }, + { 6, 4.01, 149.56 }, + { 3, 5.78, 73.30 } +} }; + +constexpr array g_B4UranusCoefficients +{ { + { 6, 2.85, 74.78 } +} }; + +constexpr array g_R0UranusCoefficients +{ { + { 1921264848, 0, 0 }, + { 88784984, 5.60377527, 74.78159857 }, + { 3440836, 0.3283610, 73.2971259 }, + { 2055653, 1.7829517, 149.5631971 }, + { 649322, 4.522473, 76.266071 }, + { 602248, 3.860038, 63.735898 }, + { 496404, 1.401399, 454.909367 }, + { 338526, 1.580027, 138.517497 }, + { 243508, 1.570866, 71.812653 }, + { 190522, 1.998094, 1.484473 }, + { 161858, 2.791379, 148.078724 }, + { 143706, 1.383686, 11.045700 }, + { 93192, 0.17437, 36.64856 }, + { 89806, 3.66105, 109.94569 }, + { 71424, 4.24509, 224.34480 }, + { 46677, 1.39977, 35.16409 }, + { 39026, 3.36235, 277.03499 }, + { 39010, 1.66971, 70.84945 }, + { 36755, 3.88649, 146.59425 }, + { 30349, 0.70100, 151.04767 }, + { 29156, 3.18056, 77.75054 }, + { 25786, 3.78538, 85.82730 }, + { 25620, 5.25656, 380.12777 }, + { 22637, 0.72519, 529.69097 }, + { 20473, 2.79640, 70.32818 }, + { 20472, 1.55589, 202.25340 }, + { 17901, 0.55455, 2.96895 }, + { 15503, 5.35405, 38.13304 }, + { 14702, 4.90434, 108.46122 }, + { 12897, 2.62154, 111.43016 }, + { 12328, 5.96039, 127.47180 }, + { 11959, 1.75044, 984.60033 }, + { 11853, 0.99343, 52.69020 }, + { 11696, 3.29826, 3.93215 }, + { 11495, 0.43774, 65.22037 }, + { 10793, 1.42105, 213.29910 }, + { 9111, 4.9964, 62.2514 }, + { 8421, 5.2535, 222.8603 }, + { 8402, 5.0388, 415.5525 }, + { 7449, 0.7949, 351.8166 }, + { 7329, 3.9728, 183.2428 }, + { 6046, 5.6796, 78.7138 }, + { 5524, 3.1150, 9.5612 }, + { 5445, 5.1058, 145.1098 }, + { 5238, 2.6296, 33.6796 }, + { 4079, 3.2206, 340.7709 }, + { 3919, 4.2502, 39.6175 }, + { 3802, 6.1099, 184.7273 }, + { 3781, 3.4584, 456.3938 }, + { 3687, 2.4872, 453.4249 }, + { 3102, 4.1403, 219.8914 }, + { 2963, 0.8298, 56.6224 }, + { 2942, 0.4239, 299.1264 }, + { 2940, 2.1464, 137.0330 }, + { 2938, 3.6766, 140.0020 }, + { 2865, 0.3100, 12.5302 }, + { 2538, 4.8546, 131.4039 }, + { 2364, 0.4425, 554.0700 }, + { 2183, 2.9404, 305.3462 } +} }; + +constexpr array g_R1UranusCoefficients +{ { + { 1479896, 3.6720571, 74.7815986 }, + { 71212, 6.22601, 63.73590 }, + { 68627, 6.13411, 149.56320 }, + { 24060, 3.14159, 0 }, + { 21468, 2.60177, 76.26607 }, + { 20857, 5.24625, 11.04570 }, + { 11405, 0.01848, 70.84945 }, + { 7497, 0.4236, 73.2971 }, + { 4244, 1.4169, 85.8273 }, + { 3927, 3.1551, 71.8127 }, + { 3578, 2.3116, 224.3448 }, + { 3506, 2.5835, 138.5175 }, + { 3229, 5.2550, 3.9322 }, + { 3060, 0.1532, 1.4845 }, + { 2564, 0.9808, 148.0787 }, + { 2429, 3.9944, 52.6902 }, + { 1645, 2.6535, 127.4718 }, + { 1584, 1.4305, 78.7138 }, + { 1508, 5.0600, 151.0477 }, + { 1490, 2.6756, 56.6224 }, + { 1413, 4.5746, 202.2534 }, + { 1403, 1.3699, 77.7505 }, + { 1228, 1.0470, 62.2514 }, + { 1033, 0.2646, 131.4039 }, + { 992, 2.172, 65.220 }, + { 862, 5.055, 351.817 }, + { 744, 3.076, 35.164 }, + { 687, 2.499, 77.963 }, + { 647, 4.473, 70.328 }, + { 624, 0.863, 9.561 }, + { 604, 0.907, 984.600 }, + { 575, 3.231, 447.796 }, + { 562, 2.718, 462.023 }, + { 530, 5.917, 213.299 }, + { 528, 5.151, 2.969 } +} }; + +constexpr array g_R2UranusCoefficients +{ { + { 22440, 0.69953, 74.78160 }, + { 4727, 1.6990, 63.7359 }, + { 1682, 4.6483, 70.8494 }, + { 1650, 3.0966, 11.0457 }, + { 1434, 3.5212, 149.5632 }, + { 770, 0, 0 }, + { 500, 6.172, 76.266 }, + { 461, 0.767, 3.932 }, + { 390, 4.496, 56.622 }, + { 390, 5.527, 85.827 }, + { 292, 0.204, 52.690 }, + { 287, 3.534, 73.297 }, + { 273, 3.847, 138.517 }, + { 220, 1.964, 131.404 }, + { 216, 0.848, 77.963 }, + { 205, 3.248, 78.714 }, + { 149, 4.898, 127.472 }, + { 129, 2.081, 3.181 } +} }; + +constexpr array g_R3UranusCoefficients +{ { + { 1164, 4.7345, 74.7816 }, + { 212, 3.343, 63.736 }, + { 196, 2.980, 70.849 }, + { 105, 0.958, 11.046 }, + { 73, 1.00, 149.56 }, + { 72, 0.03, 56.62 }, + { 55, 2.59, 3.93 }, + { 36, 5.65, 77.96 }, + { 34, 3.82, 76.27 }, + { 32, 3.60, 131.40 } +} }; + +constexpr array g_R4UranusCoefficients +{ { + { 53, 3.01, 74.78 }, + { 10, 1.91, 56.62 } +} }; + + + +/////////////////////////////// Implementation //////////////////////////////// + +double CAAUranus::EclipticLongitude(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Uranus::L(JD))); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + + //Calculate L0 + double L0 = 0; + for (const auto& L0Coefficient : g_L0UranusCoefficients) + L0 += (L0Coefficient.A * cos(L0Coefficient.B + (L0Coefficient.C*rho))); + + //Calculate L1 + double L1 = 0; + for (const auto& L1Coefficient : g_L1UranusCoefficients) + L1 += (L1Coefficient.A * cos(L1Coefficient.B + (L1Coefficient.C*rho))); + + //Calculate L2 + double L2 = 0; + for (const auto& L2Coefficient : g_L2UranusCoefficients) + L2 += (L2Coefficient.A * cos(L2Coefficient.B + (L2Coefficient.C*rho))); + + //Calculate L3 + double L3 = 0; + for (const auto& L3Coefficient : g_L3UranusCoefficients) + L3 += (L3Coefficient.A * cos(L3Coefficient.B + (L3Coefficient.C*rho))); + + //Calculate L4 + double L4 = 0; + for (const auto& L4Coefficient : g_L4UranusCoefficients) + L4 += (L4Coefficient.A * cos(L4Coefficient.B + (L4Coefficient.C*rho))); + + double value = (L0 + (L1*rho) + (L2*rhosquared) + (L3*rhocubed) + (L4*rho4)) / 100000000; + + //convert results back to degrees + value = CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(value)); + return value; +} + +double CAAUranus::EclipticLatitude(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAACoordinateTransformation::MapToMinus90To90Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Uranus::B(JD))); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + + //Calculate B0 + double B0 = 0; + for (const auto& B0Coefficient : g_B0UranusCoefficients) + B0 += (B0Coefficient.A * cos(B0Coefficient.B + (B0Coefficient.C*rho))); + + //Calculate B1 + double B1 = 0; + for (const auto& B1Coefficient : g_B1UranusCoefficients) + B1 += (B1Coefficient.A * cos(B1Coefficient.B + (B1Coefficient.C*rho))); + + //Calculate B2 + double B2 = 0; + for (const auto& B2Coefficient : g_B2UranusCoefficients) + B2 += (B2Coefficient.A * cos(B2Coefficient.B + (B2Coefficient.C*rho))); + + //Calculate B3 + double B3 = 0; + for (const auto& B3Coefficient : g_B3UranusCoefficients) + B3 += (B3Coefficient.A * cos(B3Coefficient.B + (B3Coefficient.C*rho))); + + //Calculate B4 + double B4 = 0; + for (const auto& B4Coefficient : g_B4UranusCoefficients) + B4 += (B4Coefficient.A * cos(B4Coefficient.B + (B4Coefficient.C*rho))); + + double value = (B0 + (B1*rho) + (B2*rhosquared) + (B3*rhocubed) + (B4*rho4)) / 100000000; + + //convert results back to degrees + value = CAACoordinateTransformation::MapToMinus90To90Range(CAACoordinateTransformation::RadiansToDegrees(value)); + return value; +} + +double CAAUranus::RadiusVector(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAAVSOP87D_Uranus::R(JD); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + + //Calculate R0 + double R0 = 0; + for (const auto& R0Coefficient : g_R0UranusCoefficients) + R0 += (R0Coefficient.A * cos(R0Coefficient.B + (R0Coefficient.C*rho))); + + //Calculate R1 + double R1 = 0; + for (const auto& R1Coefficient : g_R1UranusCoefficients) + R1 += (R1Coefficient.A * cos(R1Coefficient.B + (R1Coefficient.C*rho))); + + //Calculate R2 + double R2 = 0; + for (const auto& R2Coefficient : g_R2UranusCoefficients) + R2 += (R2Coefficient.A * cos(R2Coefficient.B + (R2Coefficient.C*rho))); + + //Calculate R3 + double R3 = 0; + for (const auto& R3Coefficient : g_R3UranusCoefficients) + R3 += (R3Coefficient.A * cos(R3Coefficient.B + (R3Coefficient.C*rho))); + + //Calculate R4 + double R4 = 0; + for (const auto& R4Coefficient : g_R4UranusCoefficients) + R4 += (R4Coefficient.A * cos(R4Coefficient.B + (R4Coefficient.C*rho))); + + return (R0 + (R1*rho) + (R2*rhosquared) + (R3*rhocubed) + (R4*rho4)) / 100000000; +} diff --git a/Sources/AAPlus/AAVSOP2013.cpp b/Sources/AAPlus/AAVSOP2013.cpp new file mode 100644 index 0000000..6956da6 --- /dev/null +++ b/Sources/AAPlus/AAVSOP2013.cpp @@ -0,0 +1,776 @@ +/* +Module : AAVSOP2013.cpp +Purpose: Implementation for the algorithms for VSOP2013 +Created: PJN / 01-08-2021 + +Copyright (c) 2021 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Includes ////////////////////////////////////////////// + +#include "stdafx.h" +#include "AAVSOP2013.h" +#include "AACoordinateTransformation.h" +#ifdef _WIN32 +#include +#else +#include +#endif //#ifdef _WIN32 +#include +#include +#include +#include +#include +#include +#include + + +/////////////////////// Implementation //////////////////////////////////////// + +bool CAAVSOP2013EphemeridesFile::ReadTextFile(const std::filesystem::path::value_type* pszFilename) +{ + std::ifstream file(pszFilename); + if (!file) + return false; + + //Read in the header + std::string sLine; + if (!std::getline(file, sLine)) + return false; + const int nIdentificationIndex = std::atoi(sLine.c_str()); + if (nIdentificationIndex != IDENTIFICATION_INDEX) + return false; + if (!std::getline(file, sLine)) + return false; + m_fStartJD = std::stod(sLine); + if (!std::getline(file, sLine)) + return false; + m_fEndJD = std::stod(sLine); + if (!std::getline(file, sLine)) + return false; + const double fSizeBasicInterval = std::stod(sLine); + if (fSizeBasicInterval != SIZE_BASIC_INTERVAL) + return false; + if (!std::getline(file, sLine)) + return false; + const int nChebyshevTables = std::atoi(sLine.c_str()); + if (nChebyshevTables != CHEBYSHEV_TABLES) + return false; + if (!std::getline(file, sLine)) + return false; + const int nCoefficientsPerTable = std::atoi(sLine.c_str()); + if (nCoefficientsPerTable != COEFFICIENTS_PER_TABLE) + return false; + if (!std::getline(file, sLine)) + return false; +#ifdef _MSC_VER +#pragma warning(disable : 26446) + if (sscanf_s(sLine.c_str(), "%" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32, +#else + if (sscanf(sLine.c_str(), "%" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32, +#endif //#ifdef _MSC_VER + &m_FirstCoefficientRank[0], & m_FirstCoefficientRank[1], & m_FirstCoefficientRank[2], + &m_FirstCoefficientRank[3], &m_FirstCoefficientRank[4], &m_FirstCoefficientRank[5], &m_FirstCoefficientRank[6], &m_FirstCoefficientRank[7], &m_FirstCoefficientRank[8]) != 9) + return false; + if (!std::getline(file, sLine)) + return false; +#ifdef _MSC_VER + if (sscanf_s(sLine.c_str(), "%" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32, +#else + if (sscanf(sLine.c_str(), "%" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32, +#endif //#ifdef _MSC_VER + &m_CoefficientsPerCoordinate[0], &m_CoefficientsPerCoordinate[1], &m_CoefficientsPerCoordinate[2], + &m_CoefficientsPerCoordinate[3], &m_CoefficientsPerCoordinate[4], &m_CoefficientsPerCoordinate[5], &m_CoefficientsPerCoordinate[6], &m_CoefficientsPerCoordinate[7], &m_CoefficientsPerCoordinate[8]) != 9) + return false; + if (!std::getline(file, sLine)) + return false; +#ifdef _MSC_VER + if (sscanf_s(sLine.c_str(), "%" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32, +#else + if (sscanf(sLine.c_str(), "%" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32 " %" SCNd32, +#endif //#ifdef _MSC_VER + &m_SubIntervals[0], &m_SubIntervals[1], &m_SubIntervals[2], + &m_SubIntervals[3], &m_SubIntervals[4], &m_SubIntervals[5], &m_SubIntervals[6], &m_SubIntervals[7], &m_SubIntervals[8]) != 9) + return false; + + //Now read in all the tables + m_ChebyshevTables.clear(); + m_ChebyshevTables.reserve(CHEBYSHEV_TABLES); + for (int i=0; i table; +#ifdef _MSC_VER + if (sscanf_s(sLine.c_str(), "%lf %lf", +#else + if (sscanf(sLine.c_str(), "%lf %lf", +#endif //#ifdef _MSC_VER + &table[0], &table[1]) != 2) + return false; +#ifdef _MSC_VER +#pragma warning(default : 26446) +#endif //#ifdef _MSC_VER + + //Read in all 978 coefficients in the table as 6 coefficients per line for a total of 163 lines + int nArrayIndex = 2; + for (int j=0; j<163; j++) + { + if (!std::getline(file, sLine)) + return false; + if (sLine.length() <= 143) + return false; +#ifdef _MSC_VER +#pragma warning(disable : 26446) +#endif //#ifdef _MSC_VER + if (sLine[142] != ' ') + return false; + sLine[142] = 'E'; + if (sLine[118] != ' ') + return false; + sLine[118] = 'E'; + if (sLine[94] != ' ') + return false; + sLine[94] = 'E'; + if (sLine[70] != ' ') + return false; + sLine[70] = 'E'; + if (sLine[46] != ' ') + return false; + sLine[46] = 'E'; + if (sLine[22] != ' ') + return false; + sLine[22] = 'E'; + std::array fCoefficients{}; +#ifdef _MSC_VER + if (sscanf_s(sLine.c_str(), "%lf %lf %lf %lf %lf %lf", +#else + if (sscanf(sLine.c_str(), "%lf %lf %lf %lf %lf %lf", +#endif //#ifdef _MSC_VER + &fCoefficients[0], &fCoefficients[1], &fCoefficients[2], &fCoefficients[3], &fCoefficients[4], &fCoefficients[5]) != 6) + return false; +#ifdef _MSC_VER +#pragma warning(disable : 26482) +#endif //#ifdef _MSC_VER + for (const auto& fCoefficient : fCoefficients) + table[nArrayIndex++] = fCoefficient; +#ifdef _MSC_VER +#pragma warning(default : 26446 26482) +#endif //#ifdef _MSC_VER + } + m_ChebyshevTables.push_back(table); + } + +#ifdef _DEBUG + //We should be at the end of the file by the time we reach this point + assert(!std::getline(file, sLine)); +#endif //#ifdef _DEBUG + + return true; +} + + +//Functor used to encapsulate a FILE* in a unique_ptr +struct AAPLUS_EXT_CLASS CVSOP2013FILEDeleter +{ + void operator()(FILE* pFile) noexcept + { + if (pFile) + fclose(pFile); + } +}; + + +//A function which writes out an int32_t to a FILE* in big endian format +size_t fwrite_int32_t(int32_t nValue, FILE* f) noexcept +{ + const uint32_t nTemp = htonl(nValue); + return fwrite(&nTemp, sizeof(nTemp), 1, f); +} + + +//A function to convert a big endian uint32_t to a host endian int32_t +inline int32_t convert_read_int32_t(const uint32_t& nValue) noexcept +{ + const uint32_t nTemp = ntohl(nValue); + if (nTemp > INT32_MAX) +#ifdef _MSC_VER +#pragma warning(suppress : 26472) +#endif //#ifdef _MSC_VER + return -static_cast(~nTemp) - 1; + else + return nTemp; +} + + +//A function which reads in an int32_t from a FILE* in big endian format +size_t fread_int32_t(int32_t& nValue, FILE* f) noexcept +{ + uint32_t nTemp = 0; + const auto nRead = fread(&nTemp, sizeof(nTemp), 1, f); + if (nRead != 1) + return nRead; + nValue = convert_read_int32_t(nTemp); + return nRead; +} + + +//The binary files written out by this method are not the same as the binary files +//referenced in the original VSOP2013 documentation. Use only binary files generated +//by this method in calls to ReadBinaryFile. +bool CAAVSOP2013EphemeridesFile::WriteBinaryFile(const std::filesystem::path::value_type* pszFilename) noexcept +{ + FILE* f = nullptr; +#ifdef _MSC_VER + if (_wfopen_s(&f, pszFilename, L"wb") != 0) +#else + f = fopen(pszFilename, "wb"); + if (f == nullptr) +#endif //#ifdef _MSC_VER + return false; + std::unique_ptr file(f); + constexpr uint8_t nVersionInfo = 1; +#ifdef _MSC_VER +#pragma warning(suppress : 6387) +#endif //#ifdef _MSC_VER + if (fwrite(&nVersionInfo, sizeof(nVersionInfo), 1, f) != 1) + return false; + if (fwrite(&m_fStartJD, sizeof(m_fStartJD), 1, f) != 1) + return false; + if (fwrite(&m_fEndJD, sizeof(m_fEndJD), 1, f) != 1) + return false; + for (const auto& coefficient : m_FirstCoefficientRank) + { + if (fwrite_int32_t(coefficient, f) != 1) + return false; + } + for (const auto& coeff : m_CoefficientsPerCoordinate) + { + if (fwrite_int32_t(coeff, f) != 1) + return false; + } + for (const auto& subInterval : m_SubIntervals) + { + if (fwrite_int32_t(subInterval, f) != 1) + return false; + } + return (fwrite(m_ChebyshevTables.data(), sizeof(std::array), m_ChebyshevTables.size(), f) == m_ChebyshevTables.size()); +} + +//The binary files read in by this method are not the same as the binary files +//referenced in the original VSOP2013 documentation. Use only binary files generated +//by the WriteBinaryFile method. +bool CAAVSOP2013EphemeridesFile::ReadBinaryFile(const std::filesystem::path::value_type* pszFilename) +{ + FILE* f = nullptr; +#ifdef _MSC_VER + if (_wfopen_s(&f, pszFilename, L"rb") != 0) +#else + f = fopen(pszFilename, "rb"); + if (f == nullptr) +#endif //#ifdef _MSC_VER + return false; + std::unique_ptr file(f); + uint8_t nVersionInfo = 0; +#ifdef _MSC_VER +#pragma warning(suppress : 6387) +#endif //#ifdef _MSC_VER + if (fread(&nVersionInfo, sizeof(nVersionInfo), 1, f) != 1) + return false; + if (nVersionInfo != 1) + return false; + std::array fDoubles{}; + if (fread(fDoubles.data(), sizeof(double), 2, f) != 2) + return false; +#ifdef _MSC_VER +#pragma warning(suppress : 26446) +#endif //#ifdef _MSC_VER + m_fStartJD = fDoubles[0]; +#ifdef _MSC_VER +#pragma warning(suppress : 26446) +#endif //#ifdef _MSC_VER + m_fEndJD = fDoubles[1]; + std::array coeffs{}; + if (fread(coeffs.data(), sizeof(int32_t), 9, f) != 9) + return false; + for (int i=0; i<9; i++) +#ifdef _MSC_VER +#pragma warning(suppress : 26446 26482) +#endif //#ifdef _MSC_VER + m_FirstCoefficientRank[i] = convert_read_int32_t(coeffs[i]); + if (fread(coeffs.data(), sizeof(int32_t), 9, f) != 9) + return false; + for (int i=0; i<9; i++) +#ifdef _MSC_VER +#pragma warning(suppress : 26446 26482) +#endif //#ifdef _MSC_VER + m_CoefficientsPerCoordinate[i] = convert_read_int32_t(coeffs[i]); + if (fread(coeffs.data(), sizeof(int32_t), 9, f) != 9) + return false; + for (int i=0; i<9; i++) +#ifdef _MSC_VER +#pragma warning(suppress : 26446 26482) +#endif //#ifdef _MSC_VER + m_SubIntervals[i] = convert_read_int32_t(coeffs[i]); + m_ChebyshevTables.resize(CHEBYSHEV_TABLES); + return (fread(m_ChebyshevTables.data(), sizeof(std::array), m_ChebyshevTables.size(), f) == m_ChebyshevTables.size()); +} + + +bool CAAVSOP2013ElementsFile::ReadTextFile(const std::filesystem::path::value_type* pszFilename) +{ + std::ifstream file(pszFilename); + if (!file) + return false; + + //Read in all the series (a, lambda, k, h, q & p) + std::string sLine; + if (!std::getline(file, sLine)) + return false; + m_AllSeries.clear(); + m_AllSeries.reserve(80); //80 is the maximum size for the series array for the VSOP2013 elements files (for Jupiter and Saturn) + bool bMoreSeries = true; + while (bMoreSeries) + { + //Read in the header + if (sLine.find(" VSOP2013") != 0) + return false; + sLine = sLine.substr(9); + CAAVSOP2013ElementsSeries series; +#ifdef _MSC_VER +#pragma warning(disable : 26446) +#endif //#ifdef _MSC_VER + int nt = 0; +#ifdef _MSC_VER + if (sscanf_s(sLine.c_str(), "%" SCNu8 "%" SCNu8 "%" SCNu8 "%d", +#else + if (sscanf(sLine.c_str(), "%" SCNu8 "%" SCNu8 "%" SCNu8 "%d", +#endif //#ifdef _MSC_VER + &series.m_ip, &series.m_iv, &series.m_it, &nt) != 4) + return false; + if ((series.m_ip < 1) || (series.m_ip > 9)) + return false; + if ((series.m_iv < 1) || (series.m_iv > 6)) + return false; + + //Read in all the terms + series.m_Terms.reserve(nt); + for (int i=0; i file(f); + constexpr uint8_t nVersionInfo = 1; +#ifdef _MSC_VER +#pragma warning(suppress : 6387) +#endif //#ifdef _MSC_VER + if (fwrite(&nVersionInfo, sizeof(nVersionInfo), 1, f) != 1) + return false; +#ifdef _MSC_VER +#pragma warning(suppress : 26472) +#endif //#ifdef _MSC_VER + const auto nSeries = static_cast(m_AllSeries.size()); + if (fwrite_int32_t(nSeries, f) != 1) + return false; + for (const auto& series : m_AllSeries) + { + if (fwrite(&series.m_ip, sizeof(series.m_ip), 1, f) != 1) + return false; + if (fwrite(&series.m_iv, sizeof(series.m_iv), 1, f) != 1) + return false; + if (fwrite(&series.m_it, sizeof(series.m_it), 1, f) != 1) + return false; +#ifdef _MSC_VER +#pragma warning(suppress : 26472) +#endif //#ifdef _MSC_VER + const auto nTerms = static_cast(series.m_Terms.size()); + if (fwrite_int32_t(nTerms, f) != 1) + return false; + for (const auto& term : series.m_Terms) + { + for (const auto phi : term.m_iphi) + { + if (fwrite_int32_t(phi, f) != 1) + return false; + } + if (fwrite(&term.m_fS, sizeof(term.m_fS), 1, f) != 1) + return false; + if (fwrite(&term.m_fC, sizeof(term.m_fC), 1, f) != 1) + return false; + } + } + return true; +} + +//Use only binary files generated by the WriteBinaryFile method. +bool CAAVSOP2013ElementsFile::ReadBinaryFile(const std::filesystem::path::value_type* pszFilename) +{ + FILE* f = nullptr; +#ifdef _MSC_VER + if (_wfopen_s(&f, pszFilename, L"rb") != 0) +#else + f = fopen(pszFilename, "rb"); + if (f == nullptr) +#endif //#ifdef _MSC_VER + return false; + std::unique_ptr file(f); + uint8_t nVersionInfo = 0; +#ifdef _MSC_VER +#pragma warning(suppress : 6387) +#endif //#ifdef _MSC_VER + if (fread(&nVersionInfo, sizeof(nVersionInfo), 1, f) != 1) + return false; + if (nVersionInfo != 1) + return false; + int32_t nSeries = 0; + if (fread_int32_t(nSeries, f) != 1) + return false; + m_AllSeries.clear(); + m_AllSeries.resize(nSeries); + for (int32_t i=0; i tVals{}; + if (fread(&tVals, sizeof(uint8_t), 3, f) != 3) + return false; + series.m_ip = tVals[0]; + series.m_iv = tVals[1]; + series.m_it = tVals[2]; + int32_t nTerms = 0; + if (fread_int32_t(nTerms, f) != 1) + return false; + series.m_Terms.resize(nTerms); + for (int32_t j=0; j tiphis{}; + if (fread(&tiphis, sizeof(uint32_t), 17, f) != 17) + return false; + for (int k=0; k<17; k++) +#ifdef _MSC_VER +#pragma warning(suppress : 26482) +#endif //#ifdef _MSC_VER + term.m_iphi[k] = convert_read_int32_t(tiphis[k]); + std::array tSC{}; + if (fread(tSC.data(), sizeof(double), 2, f) != 2) + return false; + term.m_fS = tSC[0]; + term.m_fC = tSC[1]; + } + } + return true; +} + + +void CAAVSOP2013::SetBinaryFilesDirectory(const std::filesystem::path::value_type* pszBinaryFilesDirectory) noexcept +{ + m_pszBinaryFilesDirectory = pszBinaryFilesDirectory; +} + +const std::filesystem::path::value_type* CAAVSOP2013::GetBinaryFilesDirectory() const noexcept +{ + return m_pszBinaryFilesDirectory; +} + +CAAVSOP2013Position CAAVSOP2013::Calculate(Planet planet, double JD) +{ + //Validate the planet parameter + if ((planet < Planet::MERCURY) || (planet > Planet::PLUTO)) + throw CAAVSOP2013Exception(CAAVSOP2013Exception::REASON::PLANET_IS_INVALID); + + //Check the extreme date range + if ((JD < 77294.5) || (JD > 3364718.5)) + throw CAAVSOP2013Exception(CAAVSOP2013Exception::REASON::DATE_IS_INVALID); + + //Handle the special case for Pluto outside of the time interval for the VSOP2013.p2000 file + if ((planet == Planet::PLUTO) && ((JD < 2268910.5) || (JD > 2816814.5))) + throw CAAVSOP2013Exception(CAAVSOP2013Exception::REASON::DATE_IS_INVALID); + + //Find the index in the m_Files table from the JD parameter + const auto iter = std::upper_bound(m_DateRange.cbegin(), m_DateRange.cend(), JD); + assert(iter != m_DateRange.cend()); + const size_t nIndex = std::distance(m_DateRange.cbegin(), iter) - 1; + + //Load up the data into the appropriate file class instance from the appropriate binary file if necessary +#ifdef _MSC_VER +#pragma warning(suppress : 26446 26482) +#endif //#ifdef _MSC_VER + auto& file = m_EphemerideFiles[nIndex]; + if (file.m_ChebyshevTables.size() == 0) + { + std::filesystem::path p(m_pszBinaryFilesDirectory); +#ifdef _MSC_VER +#pragma warning(suppress : 26446 26482) +#endif //#ifdef _MSC_VER + p.append(m_EphemeridesFilenames[nIndex]); + if (!file.ReadBinaryFile(p.c_str())) + throw CAAVSOP2013Exception(CAAVSOP2013Exception::REASON::COULD_NOT_LOAD_BINARY_FILE); + } + + const int iper = static_cast((JD - file.m_fStartJD) / CAAVSOP2013EphemeridesFile::SIZE_BASIC_INTERVAL); //Calculate 32 day index + assert((iper >= 0) && (iper < static_cast(file.m_ChebyshevTables.size()))); +#ifdef _MSC_VER +#pragma warning(disable : 26446 26482) +#endif //#ifdef _MSC_VER + const auto& aperiod = file.m_ChebyshevTables[iper]; //Get table containing JD + const auto iad = file.m_FirstCoefficientRank[static_cast(planet)] - 1; //Initial term of the planet (index into m_Coefficients) + const auto ncf = file.m_CoefficientsPerCoordinate[static_cast(planet)]; //Number of Chebyshev coefficients + const auto nsi = file.m_SubIntervals[static_cast(planet)]; //Some delta divider + const double delta2 = CAAVSOP2013EphemeridesFile::SIZE_BASIC_INTERVAL / nsi; + auto ik = static_cast((JD - aperiod[0]) / delta2); + if (ik == nsi) + --ik; +#ifdef _MSC_VER +#pragma warning(suppress : 26472) +#endif //#ifdef _MSC_VER + const size_t iloc = iad + (6 * static_cast(ncf) * ik); + const double dj0 = aperiod[0] + (ik * delta2); + const double x = 2.0 * (JD - dj0) / delta2 - 1.0; + + //Build Chebyshev terms + std::array tn{}; + tn[0] = 1.0; + tn[1] = x; +#ifdef _MSC_VER +#pragma warning(suppress : 26472) +#endif //#ifdef _MSC_VER + for (size_t i=2; i(ncf); i++) + tn[i] = 2.0*x*tn[i - 1] - tn[i - 2]; + + //Calculate planet position and speed + std::array r{}; + for (int i=0; i<6; i++) + { +#ifdef _MSC_VER +#pragma warning(suppress : 26472) +#endif //#ifdef _MSC_VER + for (size_t j=0; j(ncf); j++) + { + const size_t jp = ncf - j - 1; //index into tn, working backwards + assert((jp >= 0) && (jp < tn.size())); +#ifdef _MSC_VER +#pragma warning(suppress : 26472) +#endif //#ifdef _MSC_VER + const size_t jt = iloc + (static_cast(ncf) * i) + jp + 2; //Index into coefficients + assert((jt >= 2) && (jt < aperiod.size())); + r[i] += (tn[jp] * aperiod[jt]); + } + } + CAAVSOP2013Position position; + position.X = r[0]; + position.Y = r[1]; + position.Z = r[2]; + position.X_DASH = r[3]; + position.Y_DASH = r[4]; + position.Z_DASH = r[5]; +#ifdef _MSC_VER +#pragma warning(default : 26446 26482) +#endif //#ifdef _MSC_VER + return position; +} + +CAAVSOP2013Orbit CAAVSOP2013::CalculateOrbit(Planet planet, double JD) +{ + //Validate the planet parameter + if ((planet < Planet::MERCURY) || (planet > Planet::PLUTO)) + throw CAAVSOP2013Exception(CAAVSOP2013Exception::REASON::PLANET_IS_INVALID); + + //Calculate the T values + std::array T{}; +#ifdef _MSC_VER +#pragma warning(disable : 26446 26482) +#endif //#ifdef _MSC_VER + T[0] = 1; + T[1] = (JD - 2451545.0) / 365250.0; + for (size_t i = 2; i < 21; i++) + T[i] = T[1] * T[i - 1]; + + //Calculate the lambda values + std::array lambdas{}; + CalculateLambdas(T[1], lambdas); + + //Load up the data into the appropriate file class instance from the appropriate binary file if necessary + auto& file = m_ElementsFiles[static_cast(planet)]; + if (file.m_AllSeries.size() == 0) + { + std::filesystem::path p(m_pszBinaryFilesDirectory); + p.append(m_ElementsFilenames[static_cast(planet)]); + if (!file.ReadBinaryFile(p.c_str())) + throw CAAVSOP2013Exception(CAAVSOP2013Exception::REASON::COULD_NOT_LOAD_BINARY_FILE); + } + + //Calculate the element values + std::array r{}; + for (const auto& serie : file.m_AllSeries) + { + double fSum = 0; + for (const auto& term : serie.m_Terms) + { + double fPhi = 0; + for (int i=0; i<17; i++) + { + if (term.m_iphi[i]) + fPhi += (term.m_iphi[i] * lambdas[i]); + } + fSum += (term.m_fS * sin(fPhi) + term.m_fC * cos(fPhi)); + } + assert(serie.m_it < 21); + fSum *= T[serie.m_it]; + r[serie.m_iv - 1] += fSum; + } + + CAAVSOP2013Orbit orbit; + orbit.a = r[0]; + orbit.lambda = CAACoordinateTransformation::MapTo0To2PIRange(r[1]); //Normalize the lambda value to 0 to 2 radians + orbit.k = r[2]; + orbit.h = r[3]; + orbit.q = r[4]; + orbit.p = r[5]; +#ifdef _MSC_VER +#pragma warning(default: 26446 26482) +#endif //#ifdef _MSC_VER + return orbit; +} + +void CAAVSOP2013::CalculateLambdas(double T, std::array& lambdas) noexcept +{ +#ifdef _MSC_VER +#pragma warning(disable : 26446) +#endif //#ifdef _MSC_VER + lambdas[0] = 4.402608631669 + (26087.90314068555 * T); //Mercury + lambdas[1] = 3.176134461576 + (10213.28554743445 * T); //Venus + lambdas[2] = 1.753470369433 + (6283.075850353215 * T); //Earth - Moon + lambdas[3] = 6.203500014141 + (3340.612434145457 * T); //Mars + lambdas[4] = 4.091360003050 + (1731.170452721855 * T); //Vesta + lambdas[5] = 1.713740719173 + (1704.450855027201 * T); //Iris + lambdas[6] = 5.598641292287 + (1428.948917844273 * T); //Bamberga + lambdas[7] = 2.805136360408 + (1364.756513629990 * T); //Ceres + lambdas[8] = 2.326989734620 + (1361.923207632842 * T); //Pallas + lambdas[9] = 0.599546107035 + (529.6909615623250 * T); //Jupiter + lambdas[10] = 0.874018510107 + (213.2990861084880 * T); //Saturn + lambdas[11] = 5.481225395663 + (74.78165903077800 * T); //Uranus + lambdas[12] = 5.311897933164 + (38.13297222612500 * T); //Neptune + lambdas[13] = 0.3595362285049309 * T; //µ Pluto + lambdas[14] = 5.198466400630 + (77713.7714481804 * T); //D Moon + lambdas[15] = 1.627905136020 + (84334.6615717837 * T); //F Moon + lambdas[16] = 2.355555638750 + (83286.9142477147 * T); //l Moon +#ifdef _MSC_VER +#pragma warning(default : 26446) +#endif //#ifdef _MSC_VER +} + +double CAAVSOP2013::CalculateMeanMotion(Planet planet, double a) +{ + //Validate the planet parameter + if ((planet < Planet::MERCURY) || (planet > Planet::PLUTO)) + throw CAAVSOP2013Exception(CAAVSOP2013Exception::REASON::PLANET_IS_INVALID); + + constexpr double gmsol = 2.9591220836841438269E-04; + static constexpr std::array gmp + { { + 4.9125474514508118699E-11, + 7.2434524861627027000E-10, + 8.9970116036316091182E-10, + 9.5495351057792580598E-11, + 2.8253458420837780000E-07, + 8.4597151856806587398E-08, + 1.2920249167819693900E-08, + 1.5243589007842762800E-08, + 2.1886997654259696800E-12 + } }; +#ifdef _MSC_VER +#pragma warning(suppress : 26446 26482) +#endif //#ifdef _MSC_VER + return CAACoordinateTransformation::RadiansToDegrees(sqrt(gmp[static_cast(planet)] + gmsol) / pow(a, 1.5)); +} + +CAAEllipticalObjectElements CAAVSOP2013::OrbitToElements(double JD, CAAVSOP2013::Planet planet, const CAAVSOP2013Orbit& orbit) +{ + CAAEllipticalObjectElements elements; + elements.a = orbit.a; + elements.e = sqrt((orbit.k * orbit.k) + (orbit.h * orbit.h)); + elements.i = CAACoordinateTransformation::RadiansToDegrees(2.0 * asin(sqrt((orbit.q * orbit.q) + (orbit.p * orbit.p)))); + const double w = atan2(orbit.h, orbit.k); //here w is longitude of perihelion + elements.omega = atan2(orbit.p, orbit.q); + elements.w = CAACoordinateTransformation::RadiansToDegrees(CAACoordinateTransformation::MapTo0To2PIRange(w - elements.omega)); //argument of perihelion = longitude of perihelion - longitude of ascending node + elements.omega = CAACoordinateTransformation::RadiansToDegrees(elements.omega); + elements.JDEquinox = JD; + const double MeanMotion = CalculateMeanMotion(planet, orbit.a); + elements.T = JD - CAACoordinateTransformation::RadiansToDegrees(orbit.lambda/MeanMotion) + CAACoordinateTransformation::RadiansToDegrees(w / MeanMotion); + return elements; +} + +CAAVSOP2013Position CAAVSOP2013::Ecliptic2Equatorial(const CAAVSOP2013Position& value) noexcept +{ + constexpr double coeff11 = 0.99999999999996836; + constexpr double coeff12 = 2.3076633339445195e-07; + constexpr double coeff13 = -1.0004940139786859e-07; + constexpr double coeff21 = -2.5152133775962465e-07; + constexpr double coeff22 = 0.91748213272857493; + constexpr double coeff23 = -0.39777699295429642; + constexpr double coeff32 = 0.39777699295430902; + constexpr double coeff33 = 0.91748213272860391; + + CAAVSOP2013Position Equatorial; + Equatorial.X = (coeff11 * value.X) + (coeff12 * value.Y) + (coeff13 * value.Z); + Equatorial.Y = (coeff21 * value.X) + (coeff22 * value.Y) + (coeff23 * value.Z); + Equatorial.Z = (coeff32 * value.Y) + (coeff33 * value.Z); + Equatorial.X_DASH = (coeff11 * value.X_DASH) + (coeff12 * value.Y_DASH) + (coeff13 * value.Z_DASH); + Equatorial.Y_DASH = (coeff21 * value.X_DASH) + (coeff22 * value.Y_DASH) + (coeff23 * value.Z_DASH); + Equatorial.Z_DASH = (coeff32 * value.Y_DASH) + (coeff33 * value.Z_DASH); + return Equatorial; +} diff --git a/Sources/AAPlus/AAVSOP87.cpp b/Sources/AAPlus/AAVSOP87.cpp new file mode 100644 index 0000000..a2712c9 --- /dev/null +++ b/Sources/AAPlus/AAVSOP87.cpp @@ -0,0 +1,120 @@ +/* +Module : AAVSOP87.cpp +Purpose: Implementation for the algorithms for VSOP87 +Created: PJN / 26-08-2015 +History: PJN / 28-08-2015 1. Initial public release. + PJN / 08-06-2019 1. Updated the code to clean compile on VC 2019 + PJN / 29-04-2020 1. Fixed a compilation issue on GCC where size_t was undefined in various modules. + Thanks to Bert Devlieghe for reporting this bug. + +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////////////// Includes ////////////////////////////////////// + +#include "stdafx.h" +#include "AAVSOP87.h" +#include "AACoordinateTransformation.h" +#include +#include +using namespace std; + + +////////////////////////////// Macros / Defines ///////////////////////////// + +#ifdef _MSC_VER +#pragma warning(disable : 26481) +#endif //#ifdef _MSC_VER + + +////////////////////////////// Implementation /////////////////////////////// + +#ifdef _MSC_VER +#pragma warning(suppress : 26429) +#endif //#ifdef _MSC_VER +double CAAVSOP87::Calculate(double JD, const VSOP87Coefficient2* pTable, size_t nTableSize, bool bAngle) noexcept +{ +//Validate our parameters + assert(pTable != nullptr); + + const double T = (JD - 2451545) / 365250; + double TTerm = T; + double Result = 0; + for (size_t i=0; i +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87A_X0_EARTH[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87A_X0_EARTH +{ { { 0.99982928844, 1.75348568475, 6283.07584999140 }, { 0.00835257300, 1.71034539450, 12566.15169998280 }, { 0.00561144206, 0.00000000000, 0.00000000000 }, @@ -875,10 +881,10 @@ const VSOP87Coefficient g_VSOP87A_X0_EARTH[] = { 0.00000000040, 3.64328287226, 3215.13638064320 }, { 0.00000000050, 1.62788844152, 84334.41776382479 }, { 0.00000000040, 0.78396796338, 71980.63357473118 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X1_EARTH[] = -{ +constexpr array g_VSOP87A_X1_EARTH +{ { { 0.00123403056, 0.00000000000, 0.00000000000 }, { 0.00051500156, 6.00266267204, 12566.15169998280 }, { 0.00001290726, 5.95943124583, 18849.22754997420 }, @@ -1370,10 +1376,10 @@ const VSOP87Coefficient g_VSOP87A_X1_EARTH[] = { 0.00000000019, 0.18461307728, 83973.83535572988 }, { 0.00000000019, 4.29574440213, 84019.85928049390 }, { 0.00000000020, 2.85390720284, 9070.11887384880 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X2_EARTH[] = -{ +constexpr array g_VSOP87A_X2_EARTH +{ { { 0.00004143217, 3.14159265359, 0.00000000000 }, { 0.00002175695, 4.39999849572, 12566.15169998280 }, { 0.00000995233, 0.20790847155, 6283.07584999140 }, @@ -1578,10 +1584,10 @@ const VSOP87Coefficient g_VSOP87A_X2_EARTH[] = { 0.00000000010, 0.18358815992, 12779.45079542080 }, { 0.00000000011, 4.05473090705, 23581.25817731760 }, { 0.00000000011, 0.39656469738, 25158.60171976540 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X3_EARTH[] = -{ +constexpr array g_VSOP87A_X3_EARTH +{ { { 0.00000175213, 3.14159265359, 0.00000000000 }, { 0.00000072337, 2.89303952476, 12566.15169998280 }, { 0.00000008364, 3.85500954096, 6283.07584999140 }, @@ -1600,10 +1606,10 @@ const VSOP87Coefficient g_VSOP87A_X3_EARTH[] = { 0.00000000018, 2.32709487755, 12721.57209941700 }, { 0.00000000011, 6.27313981891, 12592.45001978260 }, { 0.00000000006, 2.56028859854, 242.72860397400 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X4_EARTH[] = -{ +constexpr array g_VSOP87A_X4_EARTH +{ { { 0.00000004022, 0.00000000000, 0.00000000000 }, { 0.00000001927, 1.18746233453, 12566.15169998280 }, { 0.00000000491, 5.29890244491, 6283.07584999140 }, @@ -1619,20 +1625,20 @@ const VSOP87Coefficient g_VSOP87A_X4_EARTH[] = { 0.00000000007, 6.16589776486, 167283.76158766550 }, { 0.00000000005, 2.68915538708, 12410.73130054860 }, { 0.00000000006, 5.56853736836, 156137.47598479927 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X5_EARTH[] = -{ +constexpr array g_VSOP87A_X5_EARTH +{ { { 0.00000000108, 0.00000000000, 0.00000000000 }, { 0.00000000043, 6.08789652058, 12566.15169998280 }, { 0.00000000025, 5.33779665346, 6438.49624942560 }, { 0.00000000025, 1.31073691919, 6127.65545055720 }, { 0.00000000020, 0.94333339828, 6283.07584999140 }, { 0.00000000008, 5.52588061142, 18849.22754997420 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y0_EARTH[] = -{ +constexpr array g_VSOP87A_Y0_EARTH +{ { { 0.99989211030, 0.18265890456, 6283.07584999140 }, { 0.02442699036, 3.14159265359, 0.00000000000 }, { 0.00835292314, 0.13952878991, 12566.15169998280 }, @@ -2487,10 +2493,10 @@ const VSOP87Coefficient g_VSOP87A_Y0_EARTH[] = { 0.00000000039, 3.85122558089, 30774.50164257480 }, { 0.00000000046, 3.45581538922, 12146.66705610760 }, { 0.00000000050, 0.05709243771, 84334.41776382479 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y1_EARTH[] = -{ +constexpr array g_VSOP87A_Y1_EARTH +{ { { 0.00093046324, 0.00000000000, 0.00000000000 }, { 0.00051506609, 4.43180499286, 12566.15169998280 }, { 0.00001290800, 4.38860548540, 18849.22754997420 }, @@ -2987,10 +2993,10 @@ const VSOP87Coefficient g_VSOP87A_Y1_EARTH[] = { 0.00000000019, 2.72494815105, 84019.85928049390 }, { 0.00000000020, 2.60251083721, 42456.78404709160 }, { 0.00000000020, 1.28313240949, 9070.11887384880 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y2_EARTH[] = -{ +constexpr array g_VSOP87A_Y2_EARTH +{ { { 0.00005080208, 0.00000000000, 0.00000000000 }, { 0.00002178016, 2.82957544235, 12566.15169998280 }, { 0.00001020487, 4.63746718598, 6283.07584999140 }, @@ -3193,10 +3199,10 @@ const VSOP87Coefficient g_VSOP87A_Y2_EARTH[] = { 0.00000000010, 4.53062887484, 213.29909543800 }, { 0.00000000011, 5.10892321991, 25158.60171976540 }, { 0.00000000009, 2.89659186256, 23581.25817731760 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y3_EARTH[] = -{ +constexpr array g_VSOP87A_Y3_EARTH +{ { { 0.00000128116, 3.14159265359, 0.00000000000 }, { 0.00000072366, 1.32019314413, 12566.15169998280 }, { 0.00000013847, 5.37444701633, 6283.07584999140 }, @@ -3214,10 +3220,10 @@ const VSOP87Coefficient g_VSOP87A_Y3_EARTH[] = { 0.00000000033, 2.66474952932, 12410.73130054860 }, { 0.00000000018, 0.75629855075, 12721.57209941700 }, { 0.00000000011, 4.70234349211, 12592.45001978260 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y4_EARTH[] = -{ +constexpr array g_VSOP87A_Y4_EARTH +{ { { 0.00000004187, 3.14159265359, 0.00000000000 }, { 0.00000001931, 5.89883838000, 12566.15169998280 }, { 0.00000000595, 0.51679590840, 6283.07584999140 }, @@ -3233,20 +3239,20 @@ const VSOP87Coefficient g_VSOP87A_Y4_EARTH[] = { 0.00000000007, 4.59462394746, 167283.76158766550 }, { 0.00000000005, 1.11835906029, 12410.73130054860 }, { 0.00000000006, 3.99789149114, 156137.47598479927 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y5_EARTH[] = -{ +constexpr array g_VSOP87A_Y5_EARTH +{ { { 0.00000000072, 0.00000000000, 0.00000000000 }, { 0.00000000043, 4.51710019379, 12566.15169998280 }, { 0.00000000025, 3.76700032666, 6438.49624942560 }, { 0.00000000025, 6.02312589958, 6127.65545055720 }, { 0.00000000021, 2.56882591004, 6283.07584999140 }, { 0.00000000008, 3.95508428463, 18849.22754997420 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z0_EARTH[] = -{ +constexpr array g_VSOP87A_Z0_EARTH +{ { { 0.00000279620, 3.19870156017, 84334.66158130829 }, { 0.00000101625, 5.42248110597, 5507.55323866740 }, { 0.00000080461, 3.88027157914, 5223.69391980220 }, @@ -3425,10 +3431,10 @@ const VSOP87Coefficient g_VSOP87A_Z0_EARTH[] = { 0.00000000056, 2.60133794851, 73188.37597844210 }, { 0.00000000055, 5.81483150022, 143233.51002162008 }, { 0.00000000054, 3.38482031504, 323049.11878710287 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z1_EARTH[] = -{ +constexpr array g_VSOP87A_Z1_EARTH +{ { { 0.00227822442, 3.41372504278, 6283.07584999140 }, { 0.00005429282, 0.00000000000, 0.00000000000 }, { 0.00001903183, 3.37061270964, 12566.15169998280 }, @@ -3549,10 +3555,10 @@ const VSOP87Coefficient g_VSOP87A_Z1_EARTH[] = { 0.00000000045, 6.10982446357, 8031.09226305840 }, { 0.00000000043, 4.08726331262, 156137.47598479927 }, { 0.00000000032, 6.09025731476, 64809.80550494129 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z2_EARTH[] = -{ +constexpr array g_VSOP87A_Z2_EARTH +{ { { 0.00009721989, 5.15233725915, 6283.07584999140 }, { 0.00000349501, 3.14159265359, 0.00000000000 }, { 0.00000067136, 0.64403888586, 12566.15169998280 }, @@ -3606,10 +3612,10 @@ const VSOP87Coefficient g_VSOP87A_Z2_EARTH[] = { 0.00000000019, 1.62978232282, 1194.44701022460 }, { 0.00000000019, 2.82679050999, 1589.07289528380 }, { 0.00000000024, 5.40715542605, 12168.00269657460 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z3_EARTH[] = -{ +constexpr array g_VSOP87A_Z3_EARTH +{ { { 0.00000276077, 0.59413258730, 6283.07584999140 }, { 0.00000025551, 3.14159265359, 0.00000000000 }, { 0.00000001810, 0.11612262117, 12566.15169998280 }, @@ -3622,84 +3628,83 @@ const VSOP87Coefficient g_VSOP87A_Z3_EARTH[] = { 0.00000000018, 2.29734567137, 6438.49624942560 }, { 0.00000000015, 4.72881467263, 6286.59896834040 }, { 0.00000000011, 1.48347223110, 709.93304855830 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z4_EARTH[] = -{ +constexpr array g_VSOP87A_Z4_EARTH +{ { { 0.00000005751, 2.27069090892, 6283.07584999140 }, { 0.00000001305, 0.00000000000, 0.00000000000 }, { 0.00000000060, 4.26712050846, 12566.15169998280 }, { 0.00000000006, 4.13914011953, 18849.22754997420 }, { 0.00000000005, 0.84308705203, 1047.74731175470 }, { 0.00000000005, 0.05711572303, 84334.66158130829 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z5_EARTH[] = -{ +constexpr array g_VSOP87A_Z5_EARTH +{ { { 0.00000000114, 4.31169156923, 6283.07584999140 }, { 0.00000000035, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87A_X_EARTH[] = -{ - { g_VSOP87A_X0_EARTH, sizeof(g_VSOP87A_X0_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X1_EARTH, sizeof(g_VSOP87A_X1_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X2_EARTH, sizeof(g_VSOP87A_X2_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X3_EARTH, sizeof(g_VSOP87A_X3_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X4_EARTH, sizeof(g_VSOP87A_X4_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X5_EARTH, sizeof(g_VSOP87A_X5_EARTH)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_X_EARTH +{ { + { g_VSOP87A_X0_EARTH.data(), g_VSOP87A_X0_EARTH.size() }, + { g_VSOP87A_X1_EARTH.data(), g_VSOP87A_X1_EARTH.size() }, + { g_VSOP87A_X2_EARTH.data(), g_VSOP87A_X2_EARTH.size() }, + { g_VSOP87A_X3_EARTH.data(), g_VSOP87A_X3_EARTH.size() }, + { g_VSOP87A_X4_EARTH.data(), g_VSOP87A_X4_EARTH.size() }, + { g_VSOP87A_X5_EARTH.data(), g_VSOP87A_X5_EARTH.size() } +} }; -const VSOP87Coefficient2 g_VSOP87A_Y_EARTH[] = -{ - { g_VSOP87A_Y0_EARTH, sizeof(g_VSOP87A_Y0_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y1_EARTH, sizeof(g_VSOP87A_Y1_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y2_EARTH, sizeof(g_VSOP87A_Y2_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y3_EARTH, sizeof(g_VSOP87A_Y3_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y4_EARTH, sizeof(g_VSOP87A_Y4_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y5_EARTH, sizeof(g_VSOP87A_Y5_EARTH)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_Y_EARTH +{ { + { g_VSOP87A_Y0_EARTH.data(), g_VSOP87A_Y0_EARTH.size() }, + { g_VSOP87A_Y1_EARTH.data(), g_VSOP87A_Y1_EARTH.size() }, + { g_VSOP87A_Y2_EARTH.data(), g_VSOP87A_Y2_EARTH.size() }, + { g_VSOP87A_Y3_EARTH.data(), g_VSOP87A_Y3_EARTH.size() }, + { g_VSOP87A_Y4_EARTH.data(), g_VSOP87A_Y4_EARTH.size() }, + { g_VSOP87A_Y5_EARTH.data(), g_VSOP87A_Y5_EARTH.size() } +} }; -const VSOP87Coefficient2 g_VSOP87A_Z_EARTH[] = -{ - { g_VSOP87A_Z0_EARTH, sizeof(g_VSOP87A_Z0_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z1_EARTH, sizeof(g_VSOP87A_Z1_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z2_EARTH, sizeof(g_VSOP87A_Z2_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z3_EARTH, sizeof(g_VSOP87A_Z3_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z4_EARTH, sizeof(g_VSOP87A_Z4_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z5_EARTH, sizeof(g_VSOP87A_Z5_EARTH)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_Z_EARTH +{ { + { g_VSOP87A_Z0_EARTH.data(), g_VSOP87A_Z0_EARTH.size() }, + { g_VSOP87A_Z1_EARTH.data(), g_VSOP87A_Z1_EARTH.size() }, + { g_VSOP87A_Z2_EARTH.data(), g_VSOP87A_Z2_EARTH.size() }, + { g_VSOP87A_Z3_EARTH.data(), g_VSOP87A_Z3_EARTH.size() }, + { g_VSOP87A_Z4_EARTH.data(), g_VSOP87A_Z4_EARTH.size() }, + { g_VSOP87A_Z5_EARTH.data(), g_VSOP87A_Z5_EARTH.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87A_Earth::X(double JD) +double CAAVSOP87A_Earth::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_X_EARTH, sizeof(g_VSOP87A_X_EARTH)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_X_EARTH.data(), g_VSOP87A_X_EARTH.size(), false); } -double CAAVSOP87A_Earth::X_DASH(double JD) +double CAAVSOP87A_Earth::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_X_EARTH, sizeof(g_VSOP87A_X_EARTH)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_X_EARTH.data(), g_VSOP87A_X_EARTH.size()); } -double CAAVSOP87A_Earth::Y(double JD) +double CAAVSOP87A_Earth::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_Y_EARTH, sizeof(g_VSOP87A_Y_EARTH)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_Y_EARTH.data(), g_VSOP87A_Y_EARTH.size(), false); } -double CAAVSOP87A_Earth::Y_DASH(double JD) +double CAAVSOP87A_Earth::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_Y_EARTH, sizeof(g_VSOP87A_Y_EARTH)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_Y_EARTH.data(), g_VSOP87A_Y_EARTH.size()); } -double CAAVSOP87A_Earth::Z(double JD) +double CAAVSOP87A_Earth::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_Z_EARTH, sizeof(g_VSOP87A_Z_EARTH)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_Z_EARTH.data(), g_VSOP87A_Z_EARTH.size(), false); } -double CAAVSOP87A_Earth::Z_DASH(double JD) +double CAAVSOP87A_Earth::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_Z_EARTH, sizeof(g_VSOP87A_Z_EARTH)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_Z_EARTH.data(), g_VSOP87A_Z_EARTH.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87A_EMB.cpp b/Sources/AAPlus/AAVSOP87A_EMB.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87A_EMB.cpp rename to Sources/AAPlus/AAVSOP87A_EMB.cpp index 6b72414..57d9e33 --- a/Vendor/AA+/1.6.3/AAVSOP87A_EMB.cpp +++ b/Sources/AAPlus/AAVSOP87A_EMB.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87A_EMB.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87A_EMB.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87A_X0_EMB[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87A_X0_EMB +{ { { 0.99982927460, 1.75348568475, 6283.07584999140 }, { 0.00835257300, 1.71034539450, 12566.15169998280 }, { 0.00561144161, 0.00000000000, 0.00000000000 }, @@ -825,10 +831,10 @@ const VSOP87Coefficient g_VSOP87A_X0_EMB[] = { 0.00000000049, 4.54040658078, 11293.47067435560 }, { 0.00000000040, 3.64328287226, 3215.13638064320 }, { 0.00000000040, 0.78396796338, 71980.63357473118 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X1_EMB[] = -{ +constexpr array g_VSOP87A_X1_EMB +{ { { 0.00123403046, 0.00000000000, 0.00000000000 }, { 0.00051500156, 6.00266267204, 12566.15169998280 }, { 0.00001290726, 5.95943124583, 18849.22754997420 }, @@ -1307,10 +1313,10 @@ const VSOP87Coefficient g_VSOP87A_X1_EMB[] = { 0.00000000019, 2.36455752682, 5618.31980486140 }, { 0.00000000019, 4.28397604583, 6947.83189512140 }, { 0.00000000020, 2.85390720284, 9070.11887384880 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X2_EMB[] = -{ +constexpr array g_VSOP87A_X2_EMB +{ { { 0.00004143217, 3.14159265359, 0.00000000000 }, { 0.00002175695, 4.39999849572, 12566.15169998280 }, { 0.00000995233, 0.20790847155, 6283.07584999140 }, @@ -1496,10 +1502,10 @@ const VSOP87Coefficient g_VSOP87A_X2_EMB[] = { 0.00000000010, 0.18358815992, 12779.45079542080 }, { 0.00000000011, 4.05473090705, 23581.25817731760 }, { 0.00000000011, 0.39656469738, 25158.60171976540 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X3_EMB[] = -{ +constexpr array g_VSOP87A_X3_EMB +{ { { 0.00000175213, 3.14159265359, 0.00000000000 }, { 0.00000072337, 2.89303952476, 12566.15169998280 }, { 0.00000008364, 3.85500954096, 6283.07584999140 }, @@ -1518,10 +1524,10 @@ const VSOP87Coefficient g_VSOP87A_X3_EMB[] = { 0.00000000018, 2.32709487755, 12721.57209941700 }, { 0.00000000011, 6.27313981891, 12592.45001978260 }, { 0.00000000006, 2.56028859854, 242.72860397400 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X4_EMB[] = -{ +constexpr array g_VSOP87A_X4_EMB +{ { { 0.00000004022, 0.00000000000, 0.00000000000 }, { 0.00000001927, 1.18746233453, 12566.15169998280 }, { 0.00000000491, 5.29890244491, 6283.07584999140 }, @@ -1532,20 +1538,20 @@ const VSOP87Coefficient g_VSOP87A_X4_EMB[] = { 0.00000000021, 0.18140710246, 6286.59896834040 }, { 0.00000000011, 0.65552931190, 25132.30339996560 }, { 0.00000000005, 2.68915538708, 12410.73130054860 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X5_EMB[] = -{ +constexpr array g_VSOP87A_X5_EMB +{ { { 0.00000000108, 0.00000000000, 0.00000000000 }, { 0.00000000043, 6.08789652058, 12566.15169998280 }, { 0.00000000025, 5.33779665346, 6438.49624942560 }, { 0.00000000025, 1.31073691919, 6127.65545055720 }, { 0.00000000020, 0.94333339828, 6283.07584999140 }, { 0.00000000008, 5.52588061142, 18849.22754997420 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y0_EMB[] = -{ +constexpr array g_VSOP87A_Y0_EMB +{ { { 0.99989209645, 0.18265890456, 6283.07584999140 }, { 0.02442698841, 3.14159265359, 0.00000000000 }, { 0.00835292314, 0.13952878991, 12566.15169998280 }, @@ -2350,10 +2356,10 @@ const VSOP87Coefficient g_VSOP87A_Y0_EMB[] = { 0.00000000040, 5.21447072458, 3215.13638064320 }, { 0.00000000039, 3.85122558089, 30774.50164257480 }, { 0.00000000046, 3.45581538922, 12146.66705610760 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y1_EMB[] = -{ +constexpr array g_VSOP87A_Y1_EMB +{ { { 0.00093046317, 0.00000000000, 0.00000000000 }, { 0.00051506609, 4.43180499286, 12566.15169998280 }, { 0.00001290800, 4.38860548540, 18849.22754997420 }, @@ -2836,10 +2842,10 @@ const VSOP87Coefficient g_VSOP87A_Y1_EMB[] = { 0.00000000018, 0.28017726157, 34115.11406927460 }, { 0.00000000020, 2.60251083721, 42456.78404709160 }, { 0.00000000020, 1.28313240949, 9070.11887384880 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y2_EMB[] = -{ +constexpr array g_VSOP87A_Y2_EMB +{ { { 0.00005080208, 0.00000000000, 0.00000000000 }, { 0.00002178016, 2.82957544235, 12566.15169998280 }, { 0.00001020487, 4.63746718598, 6283.07584999140 }, @@ -3024,10 +3030,10 @@ const VSOP87Coefficient g_VSOP87A_Y2_EMB[] = { 0.00000000010, 4.53062887484, 213.29909543800 }, { 0.00000000011, 5.10892321991, 25158.60171976540 }, { 0.00000000009, 2.89659186256, 23581.25817731760 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y3_EMB[] = -{ +constexpr array g_VSOP87A_Y3_EMB +{ { { 0.00000128116, 3.14159265359, 0.00000000000 }, { 0.00000072366, 1.32019314413, 12566.15169998280 }, { 0.00000013847, 5.37444701633, 6283.07584999140 }, @@ -3045,10 +3051,10 @@ const VSOP87Coefficient g_VSOP87A_Y3_EMB[] = { 0.00000000033, 2.66474952932, 12410.73130054860 }, { 0.00000000018, 0.75629855075, 12721.57209941700 }, { 0.00000000011, 4.70234349211, 12592.45001978260 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y4_EMB[] = -{ +constexpr array g_VSOP87A_Y4_EMB +{ { { 0.00000004187, 3.14159265359, 0.00000000000 }, { 0.00000001931, 5.89883838000, 12566.15169998280 }, { 0.00000000595, 0.51679590840, 6283.07584999140 }, @@ -3059,20 +3065,20 @@ const VSOP87Coefficient g_VSOP87A_Y4_EMB[] = { 0.00000000021, 4.89379608284, 6286.59896834040 }, { 0.00000000011, 5.36791829228, 25132.30339996560 }, { 0.00000000005, 1.11835906029, 12410.73130054860 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y5_EMB[] = -{ +constexpr array g_VSOP87A_Y5_EMB +{ { { 0.00000000072, 0.00000000000, 0.00000000000 }, { 0.00000000043, 4.51710019379, 12566.15169998280 }, { 0.00000000025, 3.76700032666, 6438.49624942560 }, { 0.00000000025, 6.02312589958, 6127.65545055720 }, { 0.00000000021, 2.56882591004, 6283.07584999140 }, { 0.00000000008, 3.95508428463, 18849.22754997420 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z0_EMB[] = -{ +constexpr array g_VSOP87A_Z0_EMB +{ { { 0.00000101625, 5.42248110597, 5507.55323866740 }, { 0.00000080461, 3.88027157914, 5223.69391980220 }, { 0.00000043855, 3.70430347723, 2352.86615377180 }, @@ -3227,10 +3233,10 @@ const VSOP87Coefficient g_VSOP87A_Z0_EMB[] = { 0.00000000075, 2.29836095644, 3634.62102451840 }, { 0.00000000075, 2.66367876557, 16200.77272450120 }, { 0.00000000087, 0.26630214764, 31441.67756975680 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z1_EMB[] = -{ +constexpr array g_VSOP87A_Z1_EMB +{ { { 0.00227822442, 3.41372504278, 6283.07584999140 }, { 0.00005429282, 0.00000000000, 0.00000000000 }, { 0.00001903183, 3.37061270964, 12566.15169998280 }, @@ -3344,10 +3350,10 @@ const VSOP87Coefficient g_VSOP87A_Z1_EMB[] = { 0.00000000040, 3.02033323932, 10447.38783960440 }, { 0.00000000035, 3.52010534689, 26087.90314157420 }, { 0.00000000045, 6.10982446357, 8031.09226305840 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z2_EMB[] = -{ +constexpr array g_VSOP87A_Z2_EMB +{ { { 0.00009721989, 5.15233725915, 6283.07584999140 }, { 0.00000349501, 3.14159265359, 0.00000000000 }, { 0.00000067136, 0.64403888586, 12566.15169998280 }, @@ -3394,10 +3400,10 @@ const VSOP87Coefficient g_VSOP87A_Z2_EMB[] = { 0.00000000019, 1.62978232282, 1194.44701022460 }, { 0.00000000019, 2.82679050999, 1589.07289528380 }, { 0.00000000024, 5.40715542605, 12168.00269657460 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z3_EMB[] = -{ +constexpr array g_VSOP87A_Z3_EMB +{ { { 0.00000276077, 0.59413258730, 6283.07584999140 }, { 0.00000025551, 3.14159265359, 0.00000000000 }, { 0.00000001810, 0.11612262117, 12566.15169998280 }, @@ -3408,83 +3414,81 @@ const VSOP87Coefficient g_VSOP87A_Z3_EMB[] = { 0.00000000018, 1.21049250774, 6127.65545055720 }, { 0.00000000018, 2.29734567137, 6438.49624942560 }, { 0.00000000015, 4.72881467263, 6286.59896834040 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z4_EMB[] = -{ +constexpr array g_VSOP87A_Z4_EMB +{ { { 0.00000005751, 2.27069090892, 6283.07584999140 }, { 0.00000001305, 0.00000000000, 0.00000000000 }, { 0.00000000060, 4.26712050846, 12566.15169998280 }, { 0.00000000006, 4.13914011953, 18849.22754997420 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z5_EMB[] = -{ +constexpr array g_VSOP87A_Z5_EMB +{ { { 0.00000000114, 4.31169156923, 6283.07584999140 }, { 0.00000000035, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87A_X_EMB[] = -{ - { g_VSOP87A_X0_EMB, sizeof(g_VSOP87A_X0_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X1_EMB, sizeof(g_VSOP87A_X1_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X2_EMB, sizeof(g_VSOP87A_X2_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X3_EMB, sizeof(g_VSOP87A_X3_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X4_EMB, sizeof(g_VSOP87A_X4_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X5_EMB, sizeof(g_VSOP87A_X5_EMB)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_X_EMB +{ { + { g_VSOP87A_X0_EMB.data(), g_VSOP87A_X0_EMB.size() }, + { g_VSOP87A_X1_EMB.data(), g_VSOP87A_X1_EMB.size() }, + { g_VSOP87A_X2_EMB.data(), g_VSOP87A_X2_EMB.size() }, + { g_VSOP87A_X3_EMB.data(), g_VSOP87A_X3_EMB.size() }, + { g_VSOP87A_X4_EMB.data(), g_VSOP87A_X4_EMB.size() }, + { g_VSOP87A_X5_EMB.data(), g_VSOP87A_X5_EMB.size() } +} }; -const VSOP87Coefficient2 g_VSOP87A_Y_EMB[] = -{ - { g_VSOP87A_Y0_EMB, sizeof(g_VSOP87A_Y0_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y1_EMB, sizeof(g_VSOP87A_Y1_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y2_EMB, sizeof(g_VSOP87A_Y2_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y3_EMB, sizeof(g_VSOP87A_Y3_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y4_EMB, sizeof(g_VSOP87A_Y4_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y5_EMB, sizeof(g_VSOP87A_Y5_EMB)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_Y_EMB +{ { + { g_VSOP87A_Y0_EMB.data(), g_VSOP87A_Y0_EMB.size() }, + { g_VSOP87A_Y1_EMB.data(), g_VSOP87A_Y1_EMB.size() }, + { g_VSOP87A_Y2_EMB.data(), g_VSOP87A_Y2_EMB.size() }, + { g_VSOP87A_Y3_EMB.data(), g_VSOP87A_Y3_EMB.size() }, + { g_VSOP87A_Y4_EMB.data(), g_VSOP87A_Y4_EMB.size() }, + { g_VSOP87A_Y5_EMB.data(), g_VSOP87A_Y5_EMB.size() } +} }; -const VSOP87Coefficient2 g_VSOP87A_Z_EMB[] = -{ - { g_VSOP87A_Z0_EMB, sizeof(g_VSOP87A_Z0_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z1_EMB, sizeof(g_VSOP87A_Z1_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z2_EMB, sizeof(g_VSOP87A_Z2_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z3_EMB, sizeof(g_VSOP87A_Z3_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z4_EMB, sizeof(g_VSOP87A_Z4_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z5_EMB, sizeof(g_VSOP87A_Z5_EMB)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_Z_EMB +{ { + { g_VSOP87A_Z0_EMB.data(), g_VSOP87A_Z0_EMB.size() }, + { g_VSOP87A_Z1_EMB.data(), g_VSOP87A_Z1_EMB.size() }, + { g_VSOP87A_Z2_EMB.data(), g_VSOP87A_Z2_EMB.size() }, + { g_VSOP87A_Z3_EMB.data(), g_VSOP87A_Z3_EMB.size() }, + { g_VSOP87A_Z4_EMB.data(), g_VSOP87A_Z4_EMB.size() }, + { g_VSOP87A_Z5_EMB.data(), g_VSOP87A_Z5_EMB.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87A_EMB::X(double JD) +double CAAVSOP87A_EMB::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_X_EMB, sizeof(g_VSOP87A_X_EMB)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_X_EMB.data(), g_VSOP87A_X_EMB.size(), false); } -double CAAVSOP87A_EMB::X_DASH(double JD) +double CAAVSOP87A_EMB::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_X_EMB, sizeof(g_VSOP87A_X_EMB)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_X_EMB.data(), g_VSOP87A_X_EMB.size()); } -double CAAVSOP87A_EMB::Y(double JD) +double CAAVSOP87A_EMB::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_Y_EMB, sizeof(g_VSOP87A_Y_EMB)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_Y_EMB.data(), g_VSOP87A_Y_EMB.size(), false); } -double CAAVSOP87A_EMB::Y_DASH(double JD) +double CAAVSOP87A_EMB::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_Y_EMB, sizeof(g_VSOP87A_Y_EMB)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_Y_EMB.data(), g_VSOP87A_Y_EMB.size()); } -double CAAVSOP87A_EMB::Z(double JD) +double CAAVSOP87A_EMB::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_Z_EMB, sizeof(g_VSOP87A_Z_EMB)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_Z_EMB.data(), g_VSOP87A_Z_EMB.size(), false); } -double CAAVSOP87A_EMB::Z_DASH(double JD) +double CAAVSOP87A_EMB::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_Z_EMB, sizeof(g_VSOP87A_Z_EMB)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_Z_EMB.data(), g_VSOP87A_Z_EMB.size()); } - - diff --git a/Vendor/AA+/1.6.3/AAVSOP87A_JUP.cpp b/Sources/AAPlus/AAVSOP87A_JUP.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87A_JUP.cpp rename to Sources/AAPlus/AAVSOP87A_JUP.cpp index 437c644..0e60cdf --- a/Vendor/AA+/1.6.3/AAVSOP87A_JUP.cpp +++ b/Sources/AAPlus/AAVSOP87A_JUP.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87A_JUP.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87A_JUP.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87A_X0_JUPITER[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87A_X0_JUPITER +{ { { 5.19663470114, 0.59945082355, 529.69096509460 }, { 0.36662642320, 3.14159265359, 0.00000000000 }, { 0.12593937922, 0.94911583701, 1059.38193018920 }, @@ -1087,10 +1093,10 @@ const VSOP87Coefficient g_VSOP87A_X0_JUPITER[] = { 0.00000000451, 2.86326087284, 2527.20280398970 }, { 0.00000000461, 0.43280745403, 9580.50180689780 }, { 0.00000000373, 1.51273456935, 9264.10993724120 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X1_JUPITER[] = -{ +constexpr array g_VSOP87A_X1_JUPITER +{ { { 0.00882389251, 3.14159265359, 0.00000000000 }, { 0.00635297172, 0.10662156868, 1059.38193018920 }, { 0.00599720482, 2.42996678275, 522.57741809380 }, @@ -1579,10 +1585,10 @@ const VSOP87Coefficient g_VSOP87A_X1_JUPITER[] = { 0.00000000526, 1.28579140279, 3377.21779200400 }, { 0.00000000409, 2.96470929082, 1357.61455258110 }, { 0.00000000453, 4.96226113717, 4319.27985397300 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X2_JUPITER[] = -{ +constexpr array g_VSOP87A_X2_JUPITER +{ { { 0.00123864644, 4.13563277513, 522.57741809380 }, { 0.00121521296, 0.21155109275, 536.80451209540 }, { 0.00085355503, 0.00000000000, 0.00000000000 }, @@ -1838,10 +1844,10 @@ const VSOP87Coefficient g_VSOP87A_X2_JUPITER[] = { 0.00000000431, 2.42209558244, 849.26422848890 }, { 0.00000000453, 2.50871933627, 4010.00153131720 }, { 0.00000000412, 1.48533922130, 2758.66114669240 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X3_JUPITER[] = -{ +constexpr array g_VSOP87A_X3_JUPITER +{ { { 0.00017071323, 5.86133022278, 522.57741809380 }, { 0.00016713548, 4.77458794485, 536.80451209540 }, { 0.00003348610, 0.00000000000, 0.00000000000 }, @@ -1982,10 +1988,10 @@ const VSOP87Coefficient g_VSOP87A_X3_JUPITER[] = { 0.00000000415, 1.22669638769, 558.14515309780 }, { 0.00000000412, 0.92939189489, 1884.12412393800 }, { 0.00000000465, 5.90431132183, 2943.50605412720 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X4_JUPITER[] = -{ +constexpr array g_VSOP87A_X4_JUPITER +{ { { 0.00001762402, 1.32863039757, 522.57741809380 }, { 0.00001717846, 3.03331531843, 536.80451209540 }, { 0.00000304063, 1.43144096257, 515.46387109300 }, @@ -2044,10 +2050,10 @@ const VSOP87Coefficient g_VSOP87A_X4_JUPITER[] = { 0.00000000557, 2.29508710588, 1485.98012106520 }, { 0.00000000451, 0.61566349461, 1471.75302706360 }, { 0.00000000396, 3.90384143043, 1603.29998928540 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X5_JUPITER[] = -{ +constexpr array g_VSOP87A_X5_JUPITER +{ { { 0.00000131471, 3.21284928867, 522.57741809380 }, { 0.00000126748, 1.16307002134, 536.80451209540 }, { 0.00000048324, 3.19657723128, 515.46387109300 }, @@ -2059,10 +2065,10 @@ const VSOP87Coefficient g_VSOP87A_X5_JUPITER[] = { 0.00000000886, 3.25499265714, 508.35032409220 }, { 0.00000000886, 4.22728564482, 551.03160609700 }, { 0.00000000467, 2.94921347849, 1596.18644228460 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y0_JUPITER[] = -{ +constexpr array g_VSOP87A_Y0_JUPITER +{ { { 5.19520046589, 5.31203162731, 529.69096509460 }, { 0.12592862602, 5.66160227728, 1059.38193018920 }, { 0.09363670616, 3.14159265359, 0.00000000000 }, @@ -3100,10 +3106,10 @@ const VSOP87Coefficient g_VSOP87A_Y0_JUPITER[] = { 0.00000000503, 1.62796162151, 5856.47765911540 }, { 0.00000000467, 4.62700522628, 2654.67460059650 }, { 0.00000000397, 3.56270803011, 5371.54823716140 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y1_JUPITER[] = -{ +constexpr array g_VSOP87A_Y1_JUPITER +{ { { 0.01694798253, 3.14159265359, 0.00000000000 }, { 0.00634859798, 4.81903199650, 1059.38193018920 }, { 0.00601160431, 0.85811249940, 522.57741809380 }, @@ -3603,10 +3609,10 @@ const VSOP87Coefficient g_VSOP87A_Y1_JUPITER[] = { 0.00000000376, 0.48003200118, 614.62449204850 }, { 0.00000000514, 3.78168900426, 4752.99159184980 }, { 0.00000000369, 3.52888759515, 4120.20785253660 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y2_JUPITER[] = -{ +constexpr array g_VSOP87A_Y2_JUPITER +{ { { 0.00124032509, 2.56495576833, 522.57741809380 }, { 0.00121455991, 4.92398766380, 536.80451209540 }, { 0.00076523263, 3.75913371793, 529.69096509460 }, @@ -3866,10 +3872,10 @@ const VSOP87Coefficient g_VSOP87A_Y2_JUPITER[] = { 0.00000000402, 5.96207457174, 2730.20695868920 }, { 0.00000000402, 2.01243830321, 2531.13495725280 }, { 0.00000000412, 6.19801347868, 2758.66114669240 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y3_JUPITER[] = -{ +constexpr array g_VSOP87A_Y3_JUPITER +{ { { 0.00017085516, 4.29096904063, 522.57741809380 }, { 0.00016701353, 3.20365737109, 536.80451209540 }, { 0.00004006038, 0.00000000000, 0.00000000000 }, @@ -4006,10 +4012,10 @@ const VSOP87Coefficient g_VSOP87A_Y3_JUPITER[] = { 0.00000000523, 2.55250481076, 1802.37199072180 }, { 0.00000000415, 4.68478558747, 501.23677709140 }, { 0.00000000415, 5.93908536808, 558.14515309780 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y4_JUPITER[] = -{ +constexpr array g_VSOP87A_Y4_JUPITER +{ { { 0.00001762645, 6.04159386554, 522.57741809380 }, { 0.00001716045, 1.46206285710, 536.80451209540 }, { 0.00000305036, 6.14052786819, 515.46387109300 }, @@ -4070,10 +4076,10 @@ const VSOP87Coefficient g_VSOP87A_Y4_JUPITER[] = { 0.00000000498, 1.06608244072, 1361.54670584420 }, { 0.00000000468, 5.07209650650, 21.34064100240 }, { 0.00000000396, 2.33304510363, 1603.29998928540 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y5_JUPITER[] = -{ +constexpr array g_VSOP87A_Y5_JUPITER +{ { { 0.00000131471, 1.64205554066, 522.57741809380 }, { 0.00000126634, 5.87372673584, 536.80451209540 }, { 0.00000048269, 1.62788936723, 515.46387109300 }, @@ -4085,10 +4091,10 @@ const VSOP87Coefficient g_VSOP87A_Y5_JUPITER[] = { 0.00000000886, 1.68419633034, 508.35032409220 }, { 0.00000000886, 2.65648931803, 551.03160609700 }, { 0.00000000467, 1.37841715169, 1596.18644228460 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z0_JUPITER[] = -{ +constexpr array g_VSOP87A_Z0_JUPITER +{ { { 0.11823100489, 3.55844646343, 529.69096509460 }, { 0.00859031952, 0.00000000000, 0.00000000000 }, { 0.00286562094, 3.90812238338, 1059.38193018920 }, @@ -4305,10 +4311,10 @@ const VSOP87Coefficient g_VSOP87A_Z0_JUPITER[] = { 0.00000000927, 4.91765336511, 1593.00504854690 }, { 0.00000000826, 5.05738343335, 2847.52682690940 }, { 0.00000000738, 0.70435921398, 522.52923398400 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z1_JUPITER[] = -{ +constexpr array g_VSOP87A_Z1_JUPITER +{ { { 0.00407072175, 1.52699353482, 529.69096509460 }, { 0.00020307341, 2.59878269248, 1059.38193018920 }, { 0.00014424953, 4.85400155025, 536.80451209540 }, @@ -4413,10 +4419,10 @@ const VSOP87Coefficient g_VSOP87A_Z1_JUPITER[] = { 0.00000000825, 4.68155089578, 526.77020378780 }, { 0.00000000819, 5.94254789616, 532.61172640140 }, { 0.00000001032, 0.77806611203, 74.78159856730 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z2_JUPITER[] = -{ +constexpr array g_VSOP87A_Z2_JUPITER +{ { { 0.00028635326, 3.01374166973, 529.69096509460 }, { 0.00003114752, 3.13228646176, 536.80451209540 }, { 0.00002379765, 0.95574345340, 522.57741809380 }, @@ -4482,10 +4488,10 @@ const VSOP87Coefficient g_VSOP87A_Z2_JUPITER[] = { 0.00000000852, 2.67893555103, 440.82528487760 }, { 0.00000000831, 1.37955361260, 1258.45393162560 }, { 0.00000000769, 2.37777541795, 1485.98012106520 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z3_JUPITER[] = -{ +constexpr array g_VSOP87A_Z3_JUPITER +{ { { 0.00000964355, 4.79228412032, 529.69096509460 }, { 0.00000443244, 1.39969952998, 536.80451209540 }, { 0.00000295600, 2.81281406373, 522.57741809380 }, @@ -4513,10 +4519,10 @@ const VSOP87Coefficient g_VSOP87A_Z3_JUPITER[] = { 0.00000001131, 5.41393274707, 103.09277421860 }, { 0.00000000922, 0.27894425979, 942.06206196900 }, { 0.00000000797, 1.55035889004, 625.67019231240 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z4_JUPITER[] = -{ +constexpr array g_VSOP87A_Z4_JUPITER +{ { { 0.00000046366, 5.93695398581, 536.80451209540 }, { 0.00000027761, 4.80287441467, 522.57741809380 }, { 0.00000005858, 4.53622024534, 515.46387109300 }, @@ -4527,75 +4533,74 @@ const VSOP87Coefficient g_VSOP87A_Z4_JUPITER[] = { 0.00000001549, 4.58690059715, 1059.38193018920 }, { 0.00000001490, 4.51390841743, 1052.26838318840 }, { 0.00000001130, 1.32994670268, 14.22709400160 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z5_JUPITER[] = -{ +constexpr array g_VSOP87A_Z5_JUPITER +{ { { 0.00000003446, 4.10413626462, 536.80451209540 }, { 0.00000002243, 0.82614663721, 522.57741809380 }, { 0.00000001081, 0.05498457769, 515.46387109300 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87A_X_JUPITER[] = -{ - { g_VSOP87A_X0_JUPITER, sizeof(g_VSOP87A_X0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X1_JUPITER, sizeof(g_VSOP87A_X1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X2_JUPITER, sizeof(g_VSOP87A_X2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X3_JUPITER, sizeof(g_VSOP87A_X3_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X4_JUPITER, sizeof(g_VSOP87A_X4_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X5_JUPITER, sizeof(g_VSOP87A_X5_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_X_JUPITER +{ { + { g_VSOP87A_X0_JUPITER.data(), g_VSOP87A_X0_JUPITER.size() }, + { g_VSOP87A_X1_JUPITER.data(), g_VSOP87A_X1_JUPITER.size() }, + { g_VSOP87A_X2_JUPITER.data(), g_VSOP87A_X2_JUPITER.size() }, + { g_VSOP87A_X3_JUPITER.data(), g_VSOP87A_X3_JUPITER.size() }, + { g_VSOP87A_X4_JUPITER.data(), g_VSOP87A_X4_JUPITER.size() }, + { g_VSOP87A_X5_JUPITER.data(), g_VSOP87A_X5_JUPITER.size() } +} }; -const VSOP87Coefficient2 g_VSOP87A_Y_JUPITER[] = -{ - { g_VSOP87A_Y0_JUPITER, sizeof(g_VSOP87A_Y0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y1_JUPITER, sizeof(g_VSOP87A_Y1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y2_JUPITER, sizeof(g_VSOP87A_Y2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y3_JUPITER, sizeof(g_VSOP87A_Y3_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y4_JUPITER, sizeof(g_VSOP87A_Y4_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y5_JUPITER, sizeof(g_VSOP87A_Y5_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_Y_JUPITER +{ { + { g_VSOP87A_Y0_JUPITER.data(), g_VSOP87A_Y0_JUPITER.size() }, + { g_VSOP87A_Y1_JUPITER.data(), g_VSOP87A_Y1_JUPITER.size() }, + { g_VSOP87A_Y2_JUPITER.data(), g_VSOP87A_Y2_JUPITER.size() }, + { g_VSOP87A_Y3_JUPITER.data(), g_VSOP87A_Y3_JUPITER.size() }, + { g_VSOP87A_Y4_JUPITER.data(), g_VSOP87A_Y4_JUPITER.size() }, + { g_VSOP87A_Y5_JUPITER.data(), g_VSOP87A_Y5_JUPITER.size() } +} }; -const VSOP87Coefficient2 g_VSOP87A_Z_JUPITER[] = -{ - { g_VSOP87A_Z0_JUPITER, sizeof(g_VSOP87A_Z0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z1_JUPITER, sizeof(g_VSOP87A_Z1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z2_JUPITER, sizeof(g_VSOP87A_Z2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z3_JUPITER, sizeof(g_VSOP87A_Z3_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z4_JUPITER, sizeof(g_VSOP87A_Z4_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z5_JUPITER, sizeof(g_VSOP87A_Z5_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_Z_JUPITER +{ { + { g_VSOP87A_Z0_JUPITER.data(), g_VSOP87A_Z0_JUPITER.size() }, + { g_VSOP87A_Z1_JUPITER.data(), g_VSOP87A_Z1_JUPITER.size() }, + { g_VSOP87A_Z2_JUPITER.data(), g_VSOP87A_Z2_JUPITER.size() }, + { g_VSOP87A_Z3_JUPITER.data(), g_VSOP87A_Z3_JUPITER.size() }, + { g_VSOP87A_Z4_JUPITER.data(), g_VSOP87A_Z4_JUPITER.size() }, + { g_VSOP87A_Z5_JUPITER.data(), g_VSOP87A_Z5_JUPITER.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87A_Jupiter::X(double JD) +double CAAVSOP87A_Jupiter::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_X_JUPITER, sizeof(g_VSOP87A_X_JUPITER)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_X_JUPITER.data(), g_VSOP87A_X_JUPITER.size(), false); } -double CAAVSOP87A_Jupiter::X_DASH(double JD) +double CAAVSOP87A_Jupiter::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_X_JUPITER, sizeof(g_VSOP87A_X_JUPITER)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_X_JUPITER.data(), g_VSOP87A_X_JUPITER.size()); } -double CAAVSOP87A_Jupiter::Y(double JD) +double CAAVSOP87A_Jupiter::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_Y_JUPITER, sizeof(g_VSOP87A_Y_JUPITER)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_Y_JUPITER.data(), g_VSOP87A_Y_JUPITER.size(), false); } -double CAAVSOP87A_Jupiter::Y_DASH(double JD) +double CAAVSOP87A_Jupiter::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_Y_JUPITER, sizeof(g_VSOP87A_Y_JUPITER)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_Y_JUPITER.data(), g_VSOP87A_Y_JUPITER.size()); } -double CAAVSOP87A_Jupiter::Z(double JD) +double CAAVSOP87A_Jupiter::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_Z_JUPITER, sizeof(g_VSOP87A_Z_JUPITER)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_Z_JUPITER.data(), g_VSOP87A_Z_JUPITER.size(), false); } -double CAAVSOP87A_Jupiter::Z_DASH(double JD) +double CAAVSOP87A_Jupiter::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_Z_JUPITER, sizeof(g_VSOP87A_Z_JUPITER)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_Z_JUPITER.data(), g_VSOP87A_Z_JUPITER.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87A_MAR.cpp b/Sources/AAPlus/AAVSOP87A_MAR.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87A_MAR.cpp rename to Sources/AAPlus/AAVSOP87A_MAR.cpp index 5555002..7b1555d --- a/Vendor/AA+/1.6.3/AAVSOP87A_MAR.cpp +++ b/Sources/AAPlus/AAVSOP87A_MAR.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87A_MAR.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87A_MAR.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87A_X0_MARS[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87A_X0_MARS +{ { { 1.51769936383, 6.20403346548, 3340.61242669980 }, { 0.19502945246, 3.14159265359, 0.00000000000 }, { 0.07070919655, 0.25870338558, 6681.22485339960 }, @@ -1616,10 +1622,10 @@ const VSOP87Coefficient g_VSOP87A_X0_MARS[] = { 0.00000000061, 2.45880942377, 7630.40046236940 }, { 0.00000000061, 5.62643638872, 1737.31243741440 }, { 0.00000000067, 5.86396730577, 13366.04013545100 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X1_MARS[] = -{ +constexpr array g_VSOP87A_X1_MARS +{ { { 0.00861441374, 3.14159265359, 0.00000000000 }, { 0.00552437949, 5.09565872891, 6681.22485339960 }, { 0.00077184977, 5.43315636209, 10021.83728009940 }, @@ -2576,10 +2582,10 @@ const VSOP87Coefficient g_VSOP87A_X1_MARS[] = { 0.00000000027, 2.52697440495, 7534.42123515160 }, { 0.00000000028, 2.02156853747, 3517.30615683360 }, { 0.00000000028, 0.96060572758, 3163.91869656600 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X2_MARS[] = -{ +constexpr array g_VSOP87A_X2_MARS +{ { { 0.00056323939, 0.00000000000, 0.00000000000 }, { 0.00022122528, 3.54372113272, 6681.22485339960 }, { 0.00006091409, 3.93272649649, 10021.83728009940 }, @@ -2967,10 +2973,10 @@ const VSOP87Coefficient g_VSOP87A_X2_MARS[] = { 0.00000000015, 2.21611077272, 35464.98147893340 }, { 0.00000000016, 3.41121610919, 12808.88030395680 }, { 0.00000000018, 5.62217102143, 14867.73751589219 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X3_MARS[] = -{ +constexpr array g_VSOP87A_X3_MARS +{ { { 0.00000849999, 0.00000000000, 0.00000000000 }, { 0.00000560133, 1.94007552058, 6681.22485339960 }, { 0.00000318062, 2.39391695789, 10021.83728009940 }, @@ -3106,10 +3112,10 @@ const VSOP87Coefficient g_VSOP87A_X3_MARS[] = { 0.00000000009, 1.90233913976, 3340.62968035200 }, { 0.00000000007, 3.08364199209, 14158.74771361560 }, { 0.00000000009, 6.15595082739, 3340.59517304760 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X4_MARS[] = -{ +constexpr array g_VSOP87A_X4_MARS +{ { { 0.00000025349, 3.14159265359, 0.00000000000 }, { 0.00000012260, 0.83414775886, 10021.83728009940 }, { 0.00000010035, 0.40425836057, 6681.22485339960 }, @@ -3151,10 +3157,10 @@ const VSOP87Coefficient g_VSOP87A_X4_MARS[] = { 0.00000000007, 3.90588497604, 4933.20844033260 }, { 0.00000000004, 5.28325791601, 13207.02930736500 }, { 0.00000000004, 0.05439896723, 9468.26787725700 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X5_MARS[] = -{ +constexpr array g_VSOP87A_X5_MARS +{ { { 0.00000000360, 5.54721578166, 10021.83728009940 }, { 0.00000000274, 2.70467042100, 3185.19202726560 }, { 0.00000000274, 0.28001490932, 3496.03282613400 }, @@ -3176,10 +3182,10 @@ const VSOP87Coefficient g_VSOP87A_X5_MARS[] = { 0.00000000005, 4.46712294634, 6127.65545055720 }, { 0.00000000005, 0.84565489791, 23384.28698689860 }, { 0.00000000004, 1.88610464642, 6438.49624942560 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y0_MARS[] = -{ +constexpr array g_VSOP87A_Y0_MARS +{ { { 1.51558976277, 4.63212206588, 3340.61242669980 }, { 0.07064550239, 4.97051892902, 6681.22485339960 }, { 0.08655481102, 0.00000000000, 0.00000000000 }, @@ -4792,10 +4798,10 @@ const VSOP87Coefficient g_VSOP87A_Y0_MARS[] = { 0.00000000059, 3.56862936961, 16342.95135153740 }, { 0.00000000067, 4.29317097897, 13366.04013545100 }, { 0.00000000057, 5.77490231900, 33163.39566302400 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y1_MARS[] = -{ +constexpr array g_VSOP87A_Y1_MARS +{ { { 0.01427324210, 3.14159265359, 0.00000000000 }, { 0.00551063753, 3.52128320402, 6681.22485339960 }, { 0.00077091913, 3.86082685753, 10021.83728009940 }, @@ -5765,10 +5771,10 @@ const VSOP87Coefficient g_VSOP87A_Y1_MARS[] = { 0.00000000029, 0.58910694177, 33318.81606245820 }, { 0.00000000028, 0.45077221068, 3517.30615683360 }, { 0.00000000028, 5.67299470796, 3163.91869656600 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y2_MARS[] = -{ +constexpr array g_VSOP87A_Y2_MARS +{ { { 0.00035396765, 3.14159265359, 0.00000000000 }, { 0.00021950759, 1.96291594946, 6681.22485339960 }, { 0.00006075990, 2.35864321001, 10021.83728009940 }, @@ -6153,10 +6159,10 @@ const VSOP87Coefficient g_VSOP87A_Y2_MARS[] = { 0.00000000014, 5.84585102698, 11243.68584642080 }, { 0.00000000016, 1.84041978240, 12808.88030395680 }, { 0.00000000014, 3.69123561689, 9595.23908922340 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y3_MARS[] = -{ +constexpr array g_VSOP87A_Y3_MARS +{ { { 0.00001448778, 0.00000000000, 0.00000000000 }, { 0.00000548277, 0.33360423382, 6681.22485339960 }, { 0.00000316422, 0.81609547752, 10021.83728009940 }, @@ -6293,10 +6299,10 @@ const VSOP87Coefficient g_VSOP87A_Y3_MARS[] = { 0.00000000007, 1.51284566529, 14158.74771361560 }, { 0.00000000009, 1.44225445435, 3340.59517304760 }, { 0.00000000008, 6.23704450936, 1751.53953141600 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y4_MARS[] = -{ +constexpr array g_VSOP87A_Y4_MARS +{ { { 0.00000012136, 5.53171096923, 10021.83728009940 }, { 0.00000014558, 0.00000000000, 0.00000000000 }, { 0.00000009397, 5.00023134055, 6681.22485339960 }, @@ -6341,10 +6347,10 @@ const VSOP87Coefficient g_VSOP87A_Y4_MARS[] = { 0.00000000004, 5.94715857693, 382.89653222320 }, { 0.00000000004, 3.71246158922, 13207.02930736500 }, { 0.00000000004, 4.76678794761, 9468.26787725700 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y5_MARS[] = -{ +constexpr array g_VSOP87A_Y5_MARS +{ { { 0.00000000353, 3.94830849426, 10021.83728009940 }, { 0.00000000274, 4.99240388971, 3496.03282613400 }, { 0.00000000272, 1.12308951649, 3185.19202726560 }, @@ -6366,10 +6372,10 @@ const VSOP87Coefficient g_VSOP87A_Y5_MARS[] = { 0.00000000005, 2.89632661954, 6127.65545055720 }, { 0.00000000005, 5.55804387830, 23384.28698689860 }, { 0.00000000004, 0.31530831962, 6438.49624942560 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z0_MARS[] = -{ +constexpr array g_VSOP87A_Z0_MARS +{ { { 0.04901207220, 3.76712324286, 3340.61242669980 }, { 0.00660669541, 0.00000000000, 0.00000000000 }, { 0.00228333904, 4.10544022266, 6681.22485339960 }, @@ -6725,10 +6731,10 @@ const VSOP87Coefficient g_VSOP87A_Z0_MARS[] = { 0.00000000107, 3.59856046864, 5989.06725217280 }, { 0.00000000106, 5.69966166034, 33561.54466643220 }, { 0.00000000105, 3.97375976080, 9380.95967271720 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z1_MARS[] = -{ +constexpr array g_VSOP87A_Z1_MARS +{ { { 0.00331842958, 6.05027773492, 3340.61242669980 }, { 0.00047930411, 3.14159265359, 0.00000000000 }, { 0.00009896501, 1.61155844715, 6681.22485339960 }, @@ -6961,10 +6967,10 @@ const VSOP87Coefficient g_VSOP87A_Z1_MARS[] = { 0.00000000053, 6.24589101777, 20199.09495963300 }, { 0.00000000059, 4.96649103229, 3191.04922956520 }, { 0.00000000052, 4.94957858677, 24734.15439655740 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z2_MARS[] = -{ +constexpr array g_VSOP87A_Z2_MARS +{ { { 0.00013705360, 1.04212852598, 3340.61242669980 }, { 0.00005931596, 3.14159265359, 0.00000000000 }, { 0.00000716728, 0.12154825255, 6681.22485339960 }, @@ -7087,10 +7093,10 @@ const VSOP87Coefficient g_VSOP87A_Z2_MARS[] = { 0.00000000029, 5.64395801617, 10021.85453375160 }, { 0.00000000028, 3.21594452948, 12832.75874170460 }, { 0.00000000031, 4.28897734330, 6298.32832117640 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z3_MARS[] = -{ +constexpr array g_VSOP87A_Z3_MARS +{ { { 0.00000489822, 2.06392886831, 3340.61242669980 }, { 0.00000212575, 0.00000000000, 0.00000000000 }, { 0.00000008245, 4.91827993759, 6681.22485339960 }, @@ -7142,10 +7148,10 @@ const VSOP87Coefficient g_VSOP87A_Z3_MARS[] = { 0.00000000015, 4.15953675017, 6677.70173505060 }, { 0.00000000015, 5.82992617855, 3333.49887969900 }, { 0.00000000015, 1.48303517461, 1059.38193018920 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z4_MARS[] = -{ +constexpr array g_VSOP87A_Z4_MARS +{ { { 0.00000015141, 0.00000000000, 0.00000000000 }, { 0.00000010395, 3.33271505543, 3340.61242669980 }, { 0.00000000256, 3.76243173590, 10021.83728009940 }, @@ -7162,10 +7168,10 @@ const VSOP87Coefficient g_VSOP87A_Z4_MARS[] = { 0.00000000008, 1.82884997572, 2787.04302385740 }, { 0.00000000010, 1.73117485258, 6525.80445396540 }, { 0.00000000008, 4.21120519002, 6684.74797174860 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z5_MARS[] = -{ +constexpr array g_VSOP87A_Z5_MARS +{ { { 0.00000000505, 4.62558150778, 3340.61242669980 }, { 0.00000000080, 3.14159265359, 0.00000000000 }, { 0.00000000027, 5.16649907997, 6681.22485339960 }, @@ -7173,68 +7179,67 @@ const VSOP87Coefficient g_VSOP87A_Z5_MARS[] = { 0.00000000006, 6.16271063962, 3185.19202726560 }, { 0.00000000004, 1.89844577416, 10021.83728009940 }, { 0.00000000004, 2.66634523708, 13362.44970679920 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87A_X_MARS[] = -{ - { g_VSOP87A_X0_MARS, sizeof(g_VSOP87A_X0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X1_MARS, sizeof(g_VSOP87A_X1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X2_MARS, sizeof(g_VSOP87A_X2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X3_MARS, sizeof(g_VSOP87A_X3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X4_MARS, sizeof(g_VSOP87A_X4_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X5_MARS, sizeof(g_VSOP87A_X5_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_X_MARS +{ { + { g_VSOP87A_X0_MARS.data(), g_VSOP87A_X0_MARS.size() }, + { g_VSOP87A_X1_MARS.data(), g_VSOP87A_X1_MARS.size() }, + { g_VSOP87A_X2_MARS.data(), g_VSOP87A_X2_MARS.size() }, + { g_VSOP87A_X3_MARS.data(), g_VSOP87A_X3_MARS.size() }, + { g_VSOP87A_X4_MARS.data(), g_VSOP87A_X4_MARS.size() }, + { g_VSOP87A_X5_MARS.data(), g_VSOP87A_X5_MARS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87A_Y_MARS[] = -{ - { g_VSOP87A_Y0_MARS, sizeof(g_VSOP87A_Y0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y1_MARS, sizeof(g_VSOP87A_Y1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y2_MARS, sizeof(g_VSOP87A_Y2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y3_MARS, sizeof(g_VSOP87A_Y3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y4_MARS, sizeof(g_VSOP87A_Y4_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y5_MARS, sizeof(g_VSOP87A_Y5_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_Y_MARS +{ { + { g_VSOP87A_Y0_MARS.data(), g_VSOP87A_Y0_MARS.size() }, + { g_VSOP87A_Y1_MARS.data(), g_VSOP87A_Y1_MARS.size() }, + { g_VSOP87A_Y2_MARS.data(), g_VSOP87A_Y2_MARS.size() }, + { g_VSOP87A_Y3_MARS.data(), g_VSOP87A_Y3_MARS.size() }, + { g_VSOP87A_Y4_MARS.data(), g_VSOP87A_Y4_MARS.size() }, + { g_VSOP87A_Y5_MARS.data(), g_VSOP87A_Y5_MARS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87A_Z_MARS[] = -{ - { g_VSOP87A_Z0_MARS, sizeof(g_VSOP87A_Z0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z1_MARS, sizeof(g_VSOP87A_Z1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z2_MARS, sizeof(g_VSOP87A_Z2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z3_MARS, sizeof(g_VSOP87A_Z3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z4_MARS, sizeof(g_VSOP87A_Z4_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z5_MARS, sizeof(g_VSOP87A_Z5_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_Z_MARS +{ { + { g_VSOP87A_Z0_MARS.data(), g_VSOP87A_Z0_MARS.size() }, + { g_VSOP87A_Z1_MARS.data(), g_VSOP87A_Z1_MARS.size() }, + { g_VSOP87A_Z2_MARS.data(), g_VSOP87A_Z2_MARS.size() }, + { g_VSOP87A_Z3_MARS.data(), g_VSOP87A_Z3_MARS.size() }, + { g_VSOP87A_Z4_MARS.data(), g_VSOP87A_Z4_MARS.size() }, + { g_VSOP87A_Z5_MARS.data(), g_VSOP87A_Z5_MARS.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87A_Mars::X(double JD) +double CAAVSOP87A_Mars::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_X_MARS, sizeof(g_VSOP87A_X_MARS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_X_MARS.data(), g_VSOP87A_X_MARS.size(), false); } -double CAAVSOP87A_Mars::X_DASH(double JD) +double CAAVSOP87A_Mars::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_X_MARS, sizeof(g_VSOP87A_X_MARS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_X_MARS.data(), g_VSOP87A_X_MARS.size()); } -double CAAVSOP87A_Mars::Y(double JD) +double CAAVSOP87A_Mars::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_Y_MARS, sizeof(g_VSOP87A_Y_MARS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_Y_MARS.data(), g_VSOP87A_Y_MARS.size(), false); } -double CAAVSOP87A_Mars::Y_DASH(double JD) +double CAAVSOP87A_Mars::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_Y_MARS, sizeof(g_VSOP87A_Y_MARS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_Y_MARS.data(), g_VSOP87A_Y_MARS.size()); } -double CAAVSOP87A_Mars::Z(double JD) +double CAAVSOP87A_Mars::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_Z_MARS, sizeof(g_VSOP87A_Z_MARS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_Z_MARS.data(), g_VSOP87A_Z_MARS.size(), false); } -double CAAVSOP87A_Mars::Z_DASH(double JD) +double CAAVSOP87A_Mars::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_Z_MARS, sizeof(g_VSOP87A_Z_MARS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_Z_MARS.data(), g_VSOP87A_Z_MARS.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87A_MER.cpp b/Sources/AAPlus/AAVSOP87A_MER.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87A_MER.cpp rename to Sources/AAPlus/AAVSOP87A_MER.cpp index 64fb173..3b5a6a2 --- a/Vendor/AA+/1.6.3/AAVSOP87A_MER.cpp +++ b/Sources/AAPlus/AAVSOP87A_MER.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87A_MER.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87A_MER.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87A_X0_MERCURY[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87A_X0_MERCURY +{ { { 0.37546291728, 4.39651506942, 26087.90314157420 }, { 0.03825746672, 1.16485604339, 52175.80628314840 }, { 0.02625615963, 3.14159265359, 0.00000000000 }, @@ -1481,10 +1487,10 @@ const VSOP87Coefficient g_VSOP87A_X0_MERCURY[] = { 0.00000000001, 0.09710299820, 5039.58824831300 }, { 0.00000000002, 0.17683937064, 23549.65463732060 }, { 0.00000000002, 5.06371993416, 51472.17309853099 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X1_MERCURY[] = -{ +constexpr array g_VSOP87A_X1_MERCURY +{ { { 0.00318848034, 0.00000000000, 0.00000000000 }, { 0.00105289019, 5.91600475006, 52175.80628314840 }, { 0.00032316001, 2.68247273347, 78263.70942472259 }, @@ -2277,10 +2283,10 @@ const VSOP87Coefficient g_VSOP87A_X1_MERCURY[] = { 0.00000000001, 1.20518566567, 126067.63934109679 }, { 0.00000000001, 2.40166427113, 30171.89164827860 }, { 0.00000000001, 3.26196076008, 22003.91463486980 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X2_MERCURY[] = -{ +constexpr array g_VSOP87A_X2_MERCURY +{ { { 0.00001484185, 4.35401210269, 52175.80628314840 }, { 0.00000907467, 1.13216343018, 78263.70942472259 }, { 0.00001214995, 0.00000000000, 0.00000000000 }, @@ -2580,10 +2586,10 @@ const VSOP87Coefficient g_VSOP87A_X2_MERCURY[] = { 0.00000000000, 4.61352864146, 130419.84594697120 }, { 0.00000000000, 3.88771739364, 207593.84658050019 }, { 0.00000000000, 2.04823124840, 78903.60671103658 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X3_MERCURY[] = -{ +constexpr array g_VSOP87A_X3_MERCURY +{ { { 0.00000046252, 3.14159265359, 0.00000000000 }, { 0.00000017461, 5.90570575226, 78263.70942472259 }, { 0.00000014855, 2.98081270061, 52175.80628314840 }, @@ -2638,10 +2644,10 @@ const VSOP87Coefficient g_VSOP87A_X3_MERCURY[] = { 0.00000000000, 0.88049716681, 66941.04532641819 }, { 0.00000000000, 3.47000316143, 23869.14603738740 }, { 0.00000000000, 5.99203553905, 76044.95232053580 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X4_MERCURY[] = -{ +constexpr array g_VSOP87A_X4_MERCURY +{ { { 0.00000000396, 3.14159265359, 0.00000000000 }, { 0.00000000277, 4.46911521792, 78263.70942472259 }, { 0.00000000233, 1.15859255567, 104351.61256629678 }, @@ -2657,10 +2663,10 @@ const VSOP87Coefficient g_VSOP87A_X4_MERCURY[] = { 0.00000000000, 4.34124968448, 77154.33087262919 }, { 0.00000000000, 1.17335789419, 51066.42773105500 }, { 0.00000000000, 4.21582355257, 53285.18483524180 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X5_MERCURY[] = -{ +constexpr array g_VSOP87A_X5_MERCURY +{ { { 0.00000000010, 0.00000000000, 0.00000000000 }, { 0.00000000004, 5.91649200666, 104351.61256629678 }, { 0.00000000004, 2.83757947000, 78263.70942472259 }, @@ -2671,10 +2677,10 @@ const VSOP87Coefficient g_VSOP87A_X5_MERCURY[] = { 0.00000000001, 2.45874789246, 182615.32199101939 }, { 0.00000000001, 5.48978296351, 208703.22513259359 }, { 0.00000000000, 2.24360021689, 234791.12827416777 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y0_MERCURY[] = -{ +constexpr array g_VSOP87A_Y0_MERCURY +{ { { 0.37953642888, 2.83780617820, 26087.90314157420 }, { 0.11626131831, 3.14159265359, 0.00000000000 }, { 0.03854668215, 5.88780608966, 52175.80628314840 }, @@ -4113,10 +4119,10 @@ const VSOP87Coefficient g_VSOP87A_Y0_MERCURY[] = { 0.00000000001, 1.05389010615, 50807.14603030339 }, { 0.00000000002, 3.49292360736, 51472.17309853099 }, { 0.00000000002, 0.19610603007, 952.07662325960 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y1_MERCURY[] = -{ +constexpr array g_VSOP87A_Y1_MERCURY +{ { { 0.00107803852, 4.34964793883, 52175.80628314840 }, { 0.00080651544, 3.14159265359, 0.00000000000 }, { 0.00032715354, 1.11763734425, 78263.70942472259 }, @@ -4899,10 +4905,10 @@ const VSOP87Coefficient g_VSOP87A_Y1_MERCURY[] = { 0.00000000001, 5.91757464605, 126067.63934109679 }, { 0.00000000001, 0.83086794433, 30171.89164827860 }, { 0.00000000001, 1.69116443329, 22003.91463486980 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y2_MERCURY[] = -{ +constexpr array g_VSOP87A_Y2_MERCURY +{ { { 0.00004612157, 0.00000000000, 0.00000000000 }, { 0.00001575670, 2.81172733349, 52175.80628314840 }, { 0.00000927896, 5.85368769122, 78263.70942472259 }, @@ -5202,10 +5208,10 @@ const VSOP87Coefficient g_VSOP87A_Y2_MERCURY[] = { 0.00000000000, 3.04273231467, 130419.84594697120 }, { 0.00000000000, 2.31692106685, 207593.84658050019 }, { 0.00000000000, 0.47743492160, 78903.60671103658 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y3_MERCURY[] = -{ +constexpr array g_VSOP87A_Y3_MERCURY +{ { { 0.00000018231, 4.35141183918, 78263.70942472259 }, { 0.00000017840, 1.45419068020, 52175.80628314840 }, { 0.00000015722, 0.00000000000, 0.00000000000 }, @@ -5265,10 +5271,10 @@ const VSOP87Coefficient g_VSOP87A_Y3_MERCURY[] = { 0.00000000000, 6.21244642317, 14765.23904326980 }, { 0.00000000000, 5.04079948823, 23869.14603738740 }, { 0.00000000000, 4.42123921226, 76044.95232053580 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y4_MERCURY[] = -{ +constexpr array g_VSOP87A_Y4_MERCURY +{ { { 0.00000000448, 3.14159265359, 0.00000000000 }, { 0.00000000299, 2.91725329579, 78263.70942472259 }, { 0.00000000241, 5.88233684971, 104351.61256629678 }, @@ -5284,10 +5290,10 @@ const VSOP87Coefficient g_VSOP87A_Y4_MERCURY[] = { 0.00000000000, 6.11024431934, 51066.42773105500 }, { 0.00000000000, 2.77045335769, 77154.33087262919 }, { 0.00000000000, 2.64502722578, 53285.18483524180 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y5_MERCURY[] = -{ +constexpr array g_VSOP87A_Y5_MERCURY +{ { { 0.00000000005, 4.36366479961, 104351.61256629678 }, { 0.00000000004, 1.29818204726, 78263.70942472259 }, { 0.00000000003, 1.10210039292, 130439.51570787099 }, @@ -5298,10 +5304,10 @@ const VSOP87Coefficient g_VSOP87A_Y5_MERCURY[] = { 0.00000000001, 0.88060083637, 182615.32199101939 }, { 0.00000000001, 3.91898663672, 208703.22513259359 }, { 0.00000000000, 0.67280389009, 234791.12827416777 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z0_MERCURY[] = -{ +constexpr array g_VSOP87A_Z0_MERCURY +{ { { 0.04607665326, 1.99295081967, 26087.90314157420 }, { 0.00708734365, 3.14159265359, 0.00000000000 }, { 0.00469171617, 5.04215742764, 52175.80628314840 }, @@ -5900,10 +5906,10 @@ const VSOP87Coefficient g_VSOP87A_Z0_MERCURY[] = { 0.00000000003, 2.24128507678, 78160.61665050399 }, { 0.00000000003, 1.67457691866, 182188.72380014337 }, { 0.00000000003, 1.36021422148, 136722.59155786238 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z1_MERCURY[] = -{ +constexpr array g_VSOP87A_Z1_MERCURY +{ { { 0.00108722177, 3.91134750825, 26087.90314157420 }, { 0.00057826621, 3.14159265359, 0.00000000000 }, { 0.00004297352, 2.56373047177, 52175.80628314840 }, @@ -6255,10 +6261,10 @@ const VSOP87Coefficient g_VSOP87A_Z1_MERCURY[] = { 0.00000000001, 3.99060758894, 25867.49049913539 }, { 0.00000000002, 2.21751883952, 103.09277421860 }, { 0.00000000002, 1.60021595888, 51528.79544983359 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z2_MERCURY[] = -{ +constexpr array g_VSOP87A_Z2_MERCURY +{ { { 0.00001053118, 5.37979214357, 26087.90314157420 }, { 0.00001185024, 0.00000000000, 0.00000000000 }, { 0.00000087113, 0.42206932430, 52175.80628314840 }, @@ -6402,10 +6408,10 @@ const VSOP87Coefficient g_VSOP87A_Z2_MERCURY[] = { 0.00000000001, 4.71749238622, 64741.95798313119 }, { 0.00000000001, 4.54522829555, 11322.66409830440 }, { 0.00000000001, 5.58176968080, 78477.00852016058 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z3_MERCURY[] = -{ +constexpr array g_VSOP87A_Z3_MERCURY +{ { { 0.00000021392, 2.12804278460, 26087.90314157420 }, { 0.00000017872, 0.00000000000, 0.00000000000 }, { 0.00000002919, 5.41085836184, 52175.80628314840 }, @@ -6434,10 +6440,10 @@ const VSOP87Coefficient g_VSOP87A_Z3_MERCURY[] = { 0.00000000000, 4.29763167864, 4551.95349705880 }, { 0.00000000000, 1.62427828402, 21535.94964451540 }, { 0.00000000000, 2.55626351718, 46514.47423399620 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z4_MERCURY[] = -{ +constexpr array g_VSOP87A_Z4_MERCURY +{ { { 0.00000000587, 4.86442699315, 26087.90314157420 }, { 0.00000000283, 3.14159265359, 0.00000000000 }, { 0.00000000055, 3.04082107246, 52175.80628314840 }, @@ -6448,10 +6454,10 @@ const VSOP87Coefficient g_VSOP87A_Z4_MERCURY[] = { 0.00000000002, 1.25002341217, 182615.32199101939 }, { 0.00000000001, 4.38192942162, 208703.22513259359 }, { 0.00000000000, 1.16515085289, 234791.12827416777 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z5_MERCURY[] = -{ +constexpr array g_VSOP87A_Z5_MERCURY +{ { { 0.00000000004, 0.00000000000, 0.00000000000 }, { 0.00000000002, 5.42849777894, 26087.90314157420 }, { 0.00000000002, 1.19011087498, 52175.80628314840 }, @@ -6459,68 +6465,67 @@ const VSOP87Coefficient g_VSOP87A_Z5_MERCURY[] = { 0.00000000000, 2.14343331955, 104351.61256629678 }, { 0.00000000000, 5.61950230485, 130439.51570787099 }, { 0.00000000000, 2.76880495732, 156527.41884944518 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87A_X_MERCURY[] = -{ - { g_VSOP87A_X0_MERCURY, sizeof(g_VSOP87A_X0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X1_MERCURY, sizeof(g_VSOP87A_X1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X2_MERCURY, sizeof(g_VSOP87A_X2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X3_MERCURY, sizeof(g_VSOP87A_X3_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X4_MERCURY, sizeof(g_VSOP87A_X4_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X5_MERCURY, sizeof(g_VSOP87A_X5_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_X_MERCURY +{ { + { g_VSOP87A_X0_MERCURY.data(), g_VSOP87A_X0_MERCURY.size() }, + { g_VSOP87A_X1_MERCURY.data(), g_VSOP87A_X1_MERCURY.size() }, + { g_VSOP87A_X2_MERCURY.data(), g_VSOP87A_X2_MERCURY.size() }, + { g_VSOP87A_X3_MERCURY.data(), g_VSOP87A_X3_MERCURY.size() }, + { g_VSOP87A_X4_MERCURY.data(), g_VSOP87A_X4_MERCURY.size() }, + { g_VSOP87A_X5_MERCURY.data(), g_VSOP87A_X5_MERCURY.size() } +} }; -const VSOP87Coefficient2 g_VSOP87A_Y_MERCURY[] = -{ - { g_VSOP87A_Y0_MERCURY, sizeof(g_VSOP87A_Y0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y1_MERCURY, sizeof(g_VSOP87A_Y1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y2_MERCURY, sizeof(g_VSOP87A_Y2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y3_MERCURY, sizeof(g_VSOP87A_Y3_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y4_MERCURY, sizeof(g_VSOP87A_Y4_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y5_MERCURY, sizeof(g_VSOP87A_Y5_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_Y_MERCURY +{ { + { g_VSOP87A_Y0_MERCURY.data(), g_VSOP87A_Y0_MERCURY.size() }, + { g_VSOP87A_Y1_MERCURY.data(), g_VSOP87A_Y1_MERCURY.size() }, + { g_VSOP87A_Y2_MERCURY.data(), g_VSOP87A_Y2_MERCURY.size() }, + { g_VSOP87A_Y3_MERCURY.data(), g_VSOP87A_Y3_MERCURY.size() }, + { g_VSOP87A_Y4_MERCURY.data(), g_VSOP87A_Y4_MERCURY.size() }, + { g_VSOP87A_Y5_MERCURY.data(), g_VSOP87A_Y5_MERCURY.size() } +} }; -const VSOP87Coefficient2 g_VSOP87A_Z_MERCURY[] = -{ - { g_VSOP87A_Z0_MERCURY, sizeof(g_VSOP87A_Z0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z1_MERCURY, sizeof(g_VSOP87A_Z1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z2_MERCURY, sizeof(g_VSOP87A_Z2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z3_MERCURY, sizeof(g_VSOP87A_Z3_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z4_MERCURY, sizeof(g_VSOP87A_Z4_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z5_MERCURY, sizeof(g_VSOP87A_Z5_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_Z_MERCURY +{ { + { g_VSOP87A_Z0_MERCURY.data(), g_VSOP87A_Z0_MERCURY.size() }, + { g_VSOP87A_Z1_MERCURY.data(), g_VSOP87A_Z1_MERCURY.size() }, + { g_VSOP87A_Z2_MERCURY.data(), g_VSOP87A_Z2_MERCURY.size() }, + { g_VSOP87A_Z3_MERCURY.data(), g_VSOP87A_Z3_MERCURY.size() }, + { g_VSOP87A_Z4_MERCURY.data(), g_VSOP87A_Z4_MERCURY.size() }, + { g_VSOP87A_Z5_MERCURY.data(), g_VSOP87A_Z5_MERCURY.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87A_Mercury::X(double JD) +double CAAVSOP87A_Mercury::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_X_MERCURY, sizeof(g_VSOP87A_X_MERCURY)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_X_MERCURY.data(), g_VSOP87A_X_MERCURY.size(), false); } -double CAAVSOP87A_Mercury::X_DASH(double JD) +double CAAVSOP87A_Mercury::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_X_MERCURY, sizeof(g_VSOP87A_X_MERCURY)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_X_MERCURY.data(), g_VSOP87A_X_MERCURY.size()); } -double CAAVSOP87A_Mercury::Y(double JD) +double CAAVSOP87A_Mercury::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_Y_MERCURY, sizeof(g_VSOP87A_Y_MERCURY)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_Y_MERCURY.data(), g_VSOP87A_Y_MERCURY.size(), false); } -double CAAVSOP87A_Mercury::Y_DASH(double JD) +double CAAVSOP87A_Mercury::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_Y_MERCURY, sizeof(g_VSOP87A_Y_MERCURY)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_Y_MERCURY.data(), g_VSOP87A_Y_MERCURY.size()); } -double CAAVSOP87A_Mercury::Z(double JD) +double CAAVSOP87A_Mercury::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_Z_MERCURY, sizeof(g_VSOP87A_Z_MERCURY)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_Z_MERCURY.data(), g_VSOP87A_Z_MERCURY.size(), false); } -double CAAVSOP87A_Mercury::Z_DASH(double JD) +double CAAVSOP87A_Mercury::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_Z_MERCURY, sizeof(g_VSOP87A_Z_MERCURY)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_Z_MERCURY.data(), g_VSOP87A_Z_MERCURY.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87A_VEN.cpp b/Sources/AAPlus/AAVSOP87A_VEN.cpp old mode 100755 new mode 100644 similarity index 96% rename from Vendor/AA+/1.6.3/AAVSOP87A_VEN.cpp rename to Sources/AAPlus/AAVSOP87A_VEN.cpp index afcc24e..9ddc71c --- a/Vendor/AA+/1.6.3/AAVSOP87A_VEN.cpp +++ b/Sources/AAPlus/AAVSOP87A_VEN.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87A_VEN.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87A_VEN.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87A_X0_VENUS[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87A_X0_VENUS +{ { { 0.72211281391, 3.17575836361, 10213.28554621100 }, { 0.00486448018, 0.00000000000, 0.00000000000 }, { 0.00244500474, 4.05566613861, 20426.57109242200 }, @@ -580,10 +586,10 @@ const VSOP87Coefficient g_VSOP87A_X0_VENUS[] = { 0.00000000031, 0.95396015997, 27682.14074415640 }, { 0.00000000037, 2.63889593800, 13859.63592356540 }, { 0.00000000028, 1.92419873752, 7886.71771223900 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X1_VENUS[] = -{ +constexpr array g_VSOP87A_X1_VENUS +{ { { 0.00033862636, 3.14159265359, 0.00000000000 }, { 0.00017234992, 0.92721124604, 20426.57109242200 }, { 0.00006510416, 2.19289889733, 10213.28554621100 }, @@ -922,10 +928,10 @@ const VSOP87Coefficient g_VSOP87A_X1_VENUS[] = { 0.00000000015, 6.22361957178, 21485.95302261119 }, { 0.00000000013, 6.14132798035, 52670.06959330260 }, { 0.00000000015, 3.18753797236, 27991.40181316000 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X2_VENUS[] = -{ +constexpr array g_VSOP87A_X2_VENUS +{ { { 0.00000704794, 5.09874399916, 20426.57109242200 }, { 0.00000624477, 3.86836776757, 10213.28554621100 }, { 0.00000649010, 3.14159265359, 0.00000000000 }, @@ -1025,34 +1031,34 @@ const VSOP87Coefficient g_VSOP87A_X2_VENUS[] = { 0.00000000007, 6.01401596195, 29999.95935231900 }, { 0.00000000007, 5.94489646128, 9573.38825989700 }, { 0.00000000007, 3.40501345577, 30110.16567353840 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X3_VENUS[] = -{ +constexpr array g_VSOP87A_X3_VENUS +{ { { 0.00000073606, 0.00000000000, 0.00000000000 }, { 0.00000019386, 5.23038243202, 10213.28554621100 }, { 0.00000024718, 3.25340548805, 20426.57109242200 }, { 0.00000000623, 3.24709806895, 30639.85663863300 }, { 0.00000000009, 3.72367923110, 40853.14218484400 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X4_VENUS[] = -{ +constexpr array g_VSOP87A_X4_VENUS +{ { { 0.00000000946, 0.39076344760, 10213.28554621100 }, { 0.00000000546, 3.14159265359, 0.00000000000 }, { 0.00000000289, 0.95993858755, 20426.57109242200 }, { 0.00000000030, 0.98741714872, 30639.85663863300 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X5_VENUS[] = -{ +constexpr array g_VSOP87A_X5_VENUS +{ { { 0.00000000063, 3.14159265359, 0.00000000000 }, { 0.00000000029, 1.94730457757, 10213.28554621100 }, { 0.00000000022, 0.34341584207, 20426.57109242200 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y0_VENUS[] = -{ +constexpr array g_VSOP87A_Y0_VENUS +{ { { 0.72324820731, 1.60573808356, 10213.28554621100 }, { 0.00549506273, 3.14159265359, 0.00000000000 }, { 0.00244884790, 2.48564954004, 20426.57109242200 }, @@ -1618,10 +1624,10 @@ const VSOP87Coefficient g_VSOP87A_Y0_VENUS[] = { 0.00000000037, 2.06942308542, 37703.97802425580 }, { 0.00000000031, 1.84196344987, 25960.42265088920 }, { 0.00000000028, 3.49625376754, 7886.71771223900 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y1_VENUS[] = -{ +constexpr array g_VSOP87A_Y1_VENUS +{ { { 0.00039231430, 0.00000000000, 0.00000000000 }, { 0.00017282326, 5.63824735900, 20426.57109242200 }, { 0.00005968075, 3.60854944086, 10213.28554621100 }, @@ -1947,10 +1953,10 @@ const VSOP87Coefficient g_VSOP87A_Y1_VENUS[] = { 0.00000000015, 4.65282324499, 21485.95302261119 }, { 0.00000000013, 4.57052023792, 52670.06959330260 }, { 0.00000000013, 4.57568246165, 32243.49850088060 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y2_VENUS[] = -{ +constexpr array g_VSOP87A_Y2_VENUS +{ { { 0.00002007155, 3.14159265359, 0.00000000000 }, { 0.00000702052, 3.52724964753, 20426.57109242200 }, { 0.00000265709, 4.68091836985, 10213.28554621100 }, @@ -2050,34 +2056,34 @@ const VSOP87Coefficient g_VSOP87A_Y2_VENUS[] = { 0.00000000007, 1.23251889653, 9573.38825989700 }, { 0.00000000007, 4.44320821952, 29999.95935231900 }, { 0.00000000007, 1.83420571334, 30110.16567353840 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y3_VENUS[] = -{ +constexpr array g_VSOP87A_Y3_VENUS +{ { { 0.00000022966, 0.38709241285, 10213.28554621100 }, { 0.00000024860, 1.68572825734, 20426.57109242200 }, { 0.00000003743, 3.14159265359, 0.00000000000 }, { 0.00000000623, 1.67630174215, 30639.85663863300 }, { 0.00000000009, 2.15288290431, 40853.14218484400 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y4_VENUS[] = -{ +constexpr array g_VSOP87A_Y4_VENUS +{ { { 0.00000000801, 2.03074942043, 10213.28554621100 }, { 0.00000000690, 0.00000000000, 0.00000000000 }, { 0.00000000286, 5.64884337944, 20426.57109242200 }, { 0.00000000030, 5.69980612910, 30639.85663863300 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y5_VENUS[] = -{ +constexpr array g_VSOP87A_Y5_VENUS +{ { { 0.00000000029, 3.51424873779, 10213.28554621100 }, { 0.00000000022, 5.05580482246, 20426.57109242200 }, { 0.00000000018, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z0_VENUS[] = -{ +constexpr array g_VSOP87A_Z0_VENUS +{ { { 0.04282990302, 0.26703856476, 10213.28554621100 }, { 0.00035588343, 3.14159265359, 0.00000000000 }, { 0.00014501879, 1.14696911390, 20426.57109242200 }, @@ -2268,10 +2274,10 @@ const VSOP87Coefficient g_VSOP87A_Z0_VENUS[] = { 0.00000000071, 2.36609582367, 74.78159856730 }, { 0.00000000062, 2.46239069210, 10846.06928552420 }, { 0.00000000061, 3.77333230443, 51868.24866217880 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z1_VENUS[] = -{ +constexpr array g_VSOP87A_Z1_VENUS +{ { { 0.00208096402, 1.88967278742, 10213.28554621100 }, { 0.00001264989, 3.71037501321, 20426.57109242200 }, { 0.00001364144, 0.00000000000, 0.00000000000 }, @@ -2380,10 +2386,10 @@ const VSOP87Coefficient g_VSOP87A_Z1_VENUS[] = { 0.00000000031, 1.27304383227, 33019.02111220460 }, { 0.00000000036, 3.22618486892, 49515.38250840700 }, { 0.00000000028, 3.70748385631, 4732.03062734340 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z2_VENUS[] = -{ +constexpr array g_VSOP87A_Z2_VENUS +{ { { 0.00009148044, 3.34791005272, 10213.28554621100 }, { 0.00000163977, 0.00000000000, 0.00000000000 }, { 0.00000013554, 5.33914310904, 20426.57109242200 }, @@ -2429,10 +2435,10 @@ const VSOP87Coefficient g_VSOP87A_Z2_VENUS[] = { 0.00000000015, 6.18636933791, 191.44826611160 }, { 0.00000000016, 3.94104051711, 10742.97651130560 }, { 0.00000000017, 2.69405014279, 3128.38876509580 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z3_VENUS[] = -{ +constexpr array g_VSOP87A_Z3_VENUS +{ { { 0.00000272005, 4.87648116140, 10213.28554621100 }, { 0.00000013656, 3.14159265359, 0.00000000000 }, { 0.00000001743, 0.42985032723, 20426.57109242200 }, @@ -2443,82 +2449,81 @@ const VSOP87Coefficient g_VSOP87A_Z3_VENUS[] = { 0.00000000008, 4.60069153442, 11790.62908865880 }, { 0.00000000010, 1.90027732701, 2352.86615377180 }, { 0.00000000009, 0.86239699726, 10988.80815753500 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z4_VENUS[] = -{ +constexpr array g_VSOP87A_Z4_VENUS +{ { { 0.00000006175, 0.17121460361, 10213.28554621100 }, { 0.00000000125, 3.14159265359, 0.00000000000 }, { 0.00000000041, 2.50364136928, 20426.57109242200 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z5_VENUS[] = -{ +constexpr array g_VSOP87A_Z5_VENUS +{ { { 0.00000000108, 1.67439739641, 10213.28554621100 }, { 0.00000000025, 0.00000000000, 0.00000000000 }, { 0.00000000003, 3.66751123903, 20426.57109242200 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87A_X_VENUS[] = -{ - { g_VSOP87A_X0_VENUS, sizeof(g_VSOP87A_X0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X1_VENUS, sizeof(g_VSOP87A_X1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X2_VENUS, sizeof(g_VSOP87A_X2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X3_VENUS, sizeof(g_VSOP87A_X3_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X4_VENUS, sizeof(g_VSOP87A_X4_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X5_VENUS, sizeof(g_VSOP87A_X5_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_X_VENUS +{ { + { g_VSOP87A_X0_VENUS.data(), g_VSOP87A_X0_VENUS.size() }, + { g_VSOP87A_X1_VENUS.data(), g_VSOP87A_X1_VENUS.size() }, + { g_VSOP87A_X2_VENUS.data(), g_VSOP87A_X2_VENUS.size() }, + { g_VSOP87A_X3_VENUS.data(), g_VSOP87A_X3_VENUS.size() }, + { g_VSOP87A_X4_VENUS.data(), g_VSOP87A_X4_VENUS.size() }, + { g_VSOP87A_X5_VENUS.data(), g_VSOP87A_X5_VENUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87A_Y_VENUS[] = -{ - { g_VSOP87A_Y0_VENUS, sizeof(g_VSOP87A_Y0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y1_VENUS, sizeof(g_VSOP87A_Y1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y2_VENUS, sizeof(g_VSOP87A_Y2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y3_VENUS, sizeof(g_VSOP87A_Y3_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y4_VENUS, sizeof(g_VSOP87A_Y4_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y5_VENUS, sizeof(g_VSOP87A_Y5_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_Y_VENUS +{ { + { g_VSOP87A_Y0_VENUS.data(), g_VSOP87A_Y0_VENUS.size() }, + { g_VSOP87A_Y1_VENUS.data(), g_VSOP87A_Y1_VENUS.size() }, + { g_VSOP87A_Y2_VENUS.data(), g_VSOP87A_Y2_VENUS.size() }, + { g_VSOP87A_Y3_VENUS.data(), g_VSOP87A_Y3_VENUS.size() }, + { g_VSOP87A_Y4_VENUS.data(), g_VSOP87A_Y4_VENUS.size() }, + { g_VSOP87A_Y5_VENUS.data(), g_VSOP87A_Y5_VENUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87A_Z_VENUS[] = -{ - { g_VSOP87A_Z0_VENUS, sizeof(g_VSOP87A_Z0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z1_VENUS, sizeof(g_VSOP87A_Z1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z2_VENUS, sizeof(g_VSOP87A_Z2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z3_VENUS, sizeof(g_VSOP87A_Z3_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z4_VENUS, sizeof(g_VSOP87A_Z4_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z5_VENUS, sizeof(g_VSOP87A_Z5_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_Z_VENUS +{ { + { g_VSOP87A_Z0_VENUS.data(), g_VSOP87A_Z0_VENUS.size() }, + { g_VSOP87A_Z1_VENUS.data(), g_VSOP87A_Z1_VENUS.size() }, + { g_VSOP87A_Z2_VENUS.data(), g_VSOP87A_Z2_VENUS.size() }, + { g_VSOP87A_Z3_VENUS.data(), g_VSOP87A_Z3_VENUS.size() }, + { g_VSOP87A_Z4_VENUS.data(), g_VSOP87A_Z4_VENUS.size() }, + { g_VSOP87A_Z5_VENUS.data(), g_VSOP87A_Z5_VENUS.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87A_Venus::X(double JD) +double CAAVSOP87A_Venus::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_X_VENUS, sizeof(g_VSOP87A_X_VENUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_X_VENUS.data(), g_VSOP87A_X_VENUS.size(), false); } -double CAAVSOP87A_Venus::X_DASH(double JD) +double CAAVSOP87A_Venus::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_X_VENUS, sizeof(g_VSOP87A_X_VENUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_X_VENUS.data(), g_VSOP87A_X_VENUS.size()); } -double CAAVSOP87A_Venus::Y(double JD) +double CAAVSOP87A_Venus::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_Y_VENUS, sizeof(g_VSOP87A_Y_VENUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_Y_VENUS.data(), g_VSOP87A_Y_VENUS.size(), false); } -double CAAVSOP87A_Venus::Y_DASH(double JD) +double CAAVSOP87A_Venus::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_Y_VENUS, sizeof(g_VSOP87A_Y_VENUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_Y_VENUS.data(), g_VSOP87A_Y_VENUS.size()); } -double CAAVSOP87A_Venus::Z(double JD) +double CAAVSOP87A_Venus::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_Z_VENUS, sizeof(g_VSOP87A_Z_VENUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_Z_VENUS.data(), g_VSOP87A_Z_VENUS.size(), false); } -double CAAVSOP87A_Venus::Z_DASH(double JD) +double CAAVSOP87A_Venus::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_Z_VENUS, sizeof(g_VSOP87A_Z_VENUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_Z_VENUS.data(), g_VSOP87A_Z_VENUS.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87B_JUP.cpp b/Sources/AAPlus/AAVSOP87B_JUP.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87B_JUP.cpp rename to Sources/AAPlus/AAVSOP87B_JUP.cpp index 53a2c96..ad7b2c4 --- a/Vendor/AA+/1.6.3/AAVSOP87B_JUP.cpp +++ b/Sources/AAPlus/AAVSOP87B_JUP.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87B_JUP.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87B_JUP.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87B_L0_JUPITER[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87B_L0_JUPITER +{ { { 0.59954691494, 0.00000000000, 0.00000000000 }, { 0.09695898719, 5.06191793158, 529.69096509460 }, { 0.00573610142, 1.44406205629, 7.11354700080 }, @@ -892,10 +898,10 @@ const VSOP87Coefficient g_VSOP87B_L0_JUPITER[] = { 0.00000000098, 3.93222636960, 2124.98363550190 }, { 0.00000000072, 3.82048491843, 4539.69249641180 }, { 0.00000000081, 5.76205552882, 617.80588578620 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L1_JUPITER[] = -{ +constexpr array g_VSOP87B_L1_JUPITER +{ { { 529.69096508814, 0.00000000000, 0.00000000000 }, { 0.00489503243, 4.22082939470, 529.69096509460 }, { 0.00228917222, 6.02646855621, 7.11354700080 }, @@ -1322,10 +1328,10 @@ const VSOP87Coefficient g_VSOP87B_L1_JUPITER[] = { 0.00000000080, 0.05190580386, 1080.72257119160 }, { 0.00000000080, 5.35119272632, 2.44768055480 }, { 0.00000000085, 5.88100684593, 234.63973644040 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L2_JUPITER[] = -{ +constexpr array g_VSOP87B_L2_JUPITER +{ { { 0.00047233601, 4.32148536482, 7.11354700080 }, { 0.00030649436, 2.92977788700, 529.69096509460 }, { 0.00014837605, 3.14159265359, 0.00000000000 }, @@ -1551,10 +1557,10 @@ const VSOP87Coefficient g_VSOP87B_L2_JUPITER[] = { 0.00000000073, 3.52191166845, 2964.84669512960 }, { 0.00000000092, 0.43014320279, 3914.02230409940 }, { 0.00000000083, 0.25202430423, 2644.52267220990 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L3_JUPITER[] = -{ +constexpr array g_VSOP87B_L3_JUPITER +{ { { 0.00006501673, 2.59862923650, 7.11354700080 }, { 0.00001355012, 1.34692775915, 529.69096509460 }, { 0.00000470691, 2.47502798748, 14.22709400160 }, @@ -1675,10 +1681,10 @@ const VSOP87Coefficient g_VSOP87B_L3_JUPITER[] = { 0.00000000080, 2.06822079440, 3060.82592234740 }, { 0.00000000083, 2.43109843716, 2428.04218303420 }, { 0.00000000079, 3.80336766578, 1603.29998928540 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L4_JUPITER[] = -{ +constexpr array g_VSOP87B_L4_JUPITER +{ { { 0.00000669505, 0.85280378158, 7.11354700080 }, { 0.00000099965, 0.74243651986, 14.22709400160 }, { 0.00000050030, 1.65383477095, 536.80451209540 }, @@ -1727,10 +1733,10 @@ const VSOP87Coefficient g_VSOP87B_L4_JUPITER[] = { 0.00000000131, 0.52395207361, 551.03160609700 }, { 0.00000000099, 3.45749497992, 647.01083331480 }, { 0.00000000077, 3.29690316802, 1368.66025284500 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L5_JUPITER[] = -{ +constexpr array g_VSOP87B_L5_JUPITER +{ { { 0.00000049639, 5.25769924770, 7.11354700080 }, { 0.00000015775, 5.24859620238, 14.22709400160 }, { 0.00000004326, 0.02660738929, 536.80451209540 }, @@ -1742,10 +1748,10 @@ const VSOP87Coefficient g_VSOP87B_L5_JUPITER[] = { 0.00000000198, 0.04372566049, 1589.07289528380 }, { 0.00000000107, 0.09298499958, 1073.60902419080 }, { 0.00000000079, 6.16619004945, 529.69096509460 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B0_JUPITER[] = -{ +constexpr array g_VSOP87B_B0_JUPITER +{ { { 0.02268615702, 3.55852606721, 529.69096509460 }, { 0.00109971634, 3.90809347197, 1059.38193018920 }, { 0.00110090358, 0.00000000000, 0.00000000000 }, @@ -1995,10 +2001,10 @@ const VSOP87Coefficient g_VSOP87B_B0_JUPITER[] = { 0.00000000080, 0.38766601962, 4694.00295470760 }, { 0.00000000074, 3.86945907800, 3067.93946934820 }, { 0.00000000095, 1.66457947000, 1151.42900414390 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B1_JUPITER[] = -{ +constexpr array g_VSOP87B_B1_JUPITER +{ { { 0.00078203446, 1.52377859742, 529.69096509460 }, { 0.00007789905, 2.59734071843, 1059.38193018920 }, { 0.00002788602, 4.85622679819, 536.80451209540 }, @@ -2119,10 +2125,10 @@ const VSOP87Coefficient g_VSOP87B_B1_JUPITER[] = { 0.00000000103, 2.60543230206, 2538.24850425360 }, { 0.00000000076, 6.05570454898, 984.60033162190 }, { 0.00000000087, 4.53831014475, 1148.24761040620 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B2_JUPITER[] = -{ +constexpr array g_VSOP87B_B2_JUPITER +{ { { 0.00005498320, 3.01596270062, 529.69096509460 }, { 0.00000602076, 3.13358939436, 536.80451209540 }, { 0.00000502174, 2.05202111599, 1059.38193018920 }, @@ -2205,10 +2211,10 @@ const VSOP87Coefficient g_VSOP87B_B2_JUPITER[] = { 0.00000000077, 1.76503406298, 1795.25844372100 }, { 0.00000000076, 1.81177242528, 2221.85663459700 }, { 0.00000000077, 3.87925580596, 1603.29998928540 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B3_JUPITER[] = -{ +constexpr array g_VSOP87B_B3_JUPITER +{ { { 0.00000185332, 4.79276761490, 529.69096509460 }, { 0.00000085668, 1.40023038638, 536.80451209540 }, { 0.00000056359, 2.81574766965, 522.57741809380 }, @@ -2242,10 +2248,10 @@ const VSOP87Coefficient g_VSOP87B_B3_JUPITER[] = { 0.00000000100, 1.72309553591, 949.17560896980 }, { 0.00000000094, 2.26854098455, 1155.36115740700 }, { 0.00000000082, 5.02874146441, 956.28915597060 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B4_JUPITER[] = -{ +constexpr array g_VSOP87B_B4_JUPITER +{ { { 0.00000008963, 5.93887232380, 536.80451209540 }, { 0.00000005280, 4.80778878768, 522.57741809380 }, { 0.00000001161, 0.46295890438, 1066.49547719000 }, @@ -2259,17 +2265,17 @@ const VSOP87Coefficient g_VSOP87B_B4_JUPITER[] = { 0.00000000135, 1.57382028639, 14.22709400160 }, { 0.00000000096, 1.04662476547, 1596.18644228460 }, { 0.00000000077, 3.58780641570, 1045.15483618760 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B5_JUPITER[] = -{ +constexpr array g_VSOP87B_B5_JUPITER +{ { { 0.00000000662, 4.10413626462, 536.80451209540 }, { 0.00000000431, 0.82614663721, 522.57741809380 }, { 0.00000000208, 0.05498457769, 515.46387109300 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R0_JUPITER[] = -{ +constexpr array g_VSOP87B_R0_JUPITER +{ { { 5.20887429326, 0.00000000000, 0.00000000000 }, { 0.25209327119, 3.49108639871, 529.69096509460 }, { 0.00610599976, 3.84115365948, 1059.38193018920 }, @@ -2997,10 +3003,10 @@ const VSOP87Coefficient g_VSOP87B_R0_JUPITER[] = { 0.00000000371, 6.15750793727, 509.24409596950 }, { 0.00000000476, 4.40755251309, 2200.51599359460 }, { 0.00000000511, 5.53118344106, 1128.53445446400 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R1_JUPITER[] = -{ +constexpr array g_VSOP87B_R1_JUPITER +{ { { 0.01271801520, 2.64937512894, 529.69096509460 }, { 0.00061661816, 3.00076460387, 1059.38193018920 }, { 0.00053443713, 3.89717383175, 522.57741809380 }, @@ -3372,10 +3378,10 @@ const VSOP87Coefficient g_VSOP87B_R1_JUPITER[] = { 0.00000000387, 0.82173742289, 2758.66114669240 }, { 0.00000000398, 3.16033099794, 1.48447270830 }, { 0.00000000392, 1.86519119748, 885.43971066640 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R2_JUPITER[] = -{ +constexpr array g_VSOP87B_R2_JUPITER +{ { { 0.00079644957, 1.35865949884, 529.69096509460 }, { 0.00008251645, 5.77774460400, 522.57741809380 }, { 0.00007029940, 3.27477392111, 536.80451209540 }, @@ -3562,10 +3568,10 @@ const VSOP87Coefficient g_VSOP87B_R2_JUPITER[] = { 0.00000000482, 0.38718011166, 2428.04218303420 }, { 0.00000000434, 5.36713537673, 2531.13495725280 }, { 0.00000000370, 6.04174787347, 1670.82502850000 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R3_JUPITER[] = -{ +constexpr array g_VSOP87B_R3_JUPITER +{ { { 0.00003519277, 6.05800355513, 529.69096509460 }, { 0.00001073281, 1.67319166156, 536.80451209540 }, { 0.00000915630, 1.41326157617, 522.57741809380 }, @@ -3663,10 +3669,10 @@ const VSOP87Coefficient g_VSOP87B_R3_JUPITER[] = { 0.00000000416, 6.19072120624, 934.94851496820 }, { 0.00000000433, 5.80559659477, 1478.86657406440 }, { 0.00000000395, 2.34556406839, 295.05122865420 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R4_JUPITER[] = -{ +constexpr array g_VSOP87B_R4_JUPITER +{ { { 0.00000128623, 0.08347608895, 536.80451209540 }, { 0.00000113458, 4.24818938180, 529.69096509460 }, { 0.00000082704, 3.29801136583, 522.57741809380 }, @@ -3712,10 +3718,10 @@ const VSOP87Coefficient g_VSOP87B_R4_JUPITER[] = { 0.00000000631, 1.83863158533, 10.29494073850 }, { 0.00000000504, 2.08322743695, 103.09277421860 }, { 0.00000000462, 0.40130574859, 433.71173787680 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R5_JUPITER[] = -{ +constexpr array g_VSOP87B_R5_JUPITER +{ { { 0.00000011193, 4.74280611863, 536.80451209540 }, { 0.00000004288, 5.90497787277, 522.57741809380 }, { 0.00000002004, 3.65178377123, 7.11354700080 }, @@ -3725,68 +3731,67 @@ const VSOP87Coefficient g_VSOP87B_R5_JUPITER[] = { 0.00000001596, 4.11045079899, 1059.38193018920 }, { 0.00000001301, 3.72955393027, 14.22709400160 }, { 0.00000001033, 4.50671820436, 529.69096509460 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87B_L_JUPITER[] = -{ - { g_VSOP87B_L0_JUPITER, sizeof(g_VSOP87B_L0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L1_JUPITER, sizeof(g_VSOP87B_L1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L2_JUPITER, sizeof(g_VSOP87B_L2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L3_JUPITER, sizeof(g_VSOP87B_L3_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L4_JUPITER, sizeof(g_VSOP87B_L4_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L5_JUPITER, sizeof(g_VSOP87B_L5_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_L_JUPITER +{ { + { g_VSOP87B_L0_JUPITER.data(), g_VSOP87B_L0_JUPITER.size() }, + { g_VSOP87B_L1_JUPITER.data(), g_VSOP87B_L1_JUPITER.size() }, + { g_VSOP87B_L2_JUPITER.data(), g_VSOP87B_L2_JUPITER.size() }, + { g_VSOP87B_L3_JUPITER.data(), g_VSOP87B_L3_JUPITER.size() }, + { g_VSOP87B_L4_JUPITER.data(), g_VSOP87B_L4_JUPITER.size() }, + { g_VSOP87B_L5_JUPITER.data(), g_VSOP87B_L5_JUPITER.size() } +} }; -const VSOP87Coefficient2 g_VSOP87B_B_JUPITER[] = -{ - { g_VSOP87B_B0_JUPITER, sizeof(g_VSOP87B_B0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B1_JUPITER, sizeof(g_VSOP87B_B1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B2_JUPITER, sizeof(g_VSOP87B_B2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B3_JUPITER, sizeof(g_VSOP87B_B3_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B4_JUPITER, sizeof(g_VSOP87B_B4_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B5_JUPITER, sizeof(g_VSOP87B_B5_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_B_JUPITER +{ { + { g_VSOP87B_B0_JUPITER.data(), g_VSOP87B_B0_JUPITER.size() }, + { g_VSOP87B_B1_JUPITER.data(), g_VSOP87B_B1_JUPITER.size() }, + { g_VSOP87B_B2_JUPITER.data(), g_VSOP87B_B2_JUPITER.size() }, + { g_VSOP87B_B3_JUPITER.data(), g_VSOP87B_B3_JUPITER.size() }, + { g_VSOP87B_B4_JUPITER.data(), g_VSOP87B_B4_JUPITER.size() }, + { g_VSOP87B_B5_JUPITER.data(), g_VSOP87B_B5_JUPITER.size() } +} }; -const VSOP87Coefficient2 g_VSOP87B_R_JUPITER[] = -{ - { g_VSOP87B_R0_JUPITER, sizeof(g_VSOP87B_R0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R1_JUPITER, sizeof(g_VSOP87B_R1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R2_JUPITER, sizeof(g_VSOP87B_R2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R3_JUPITER, sizeof(g_VSOP87B_R3_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R4_JUPITER, sizeof(g_VSOP87B_R4_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R5_JUPITER, sizeof(g_VSOP87B_R5_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_R_JUPITER +{ { + { g_VSOP87B_R0_JUPITER.data(), g_VSOP87B_R0_JUPITER.size() }, + { g_VSOP87B_R1_JUPITER.data(), g_VSOP87B_R1_JUPITER.size() }, + { g_VSOP87B_R2_JUPITER.data(), g_VSOP87B_R2_JUPITER.size() }, + { g_VSOP87B_R3_JUPITER.data(), g_VSOP87B_R3_JUPITER.size() }, + { g_VSOP87B_R4_JUPITER.data(), g_VSOP87B_R4_JUPITER.size() }, + { g_VSOP87B_R5_JUPITER.data(), g_VSOP87B_R5_JUPITER.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87B_Jupiter::L(double JD) +double CAAVSOP87B_Jupiter::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_L_JUPITER, sizeof(g_VSOP87B_L_JUPITER)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87B_L_JUPITER.data(), g_VSOP87B_L_JUPITER.size(), true); } -double CAAVSOP87B_Jupiter::L_DASH(double JD) +double CAAVSOP87B_Jupiter::L_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_L_JUPITER, sizeof(g_VSOP87B_L_JUPITER)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_L_JUPITER.data(), g_VSOP87B_L_JUPITER.size()); } -double CAAVSOP87B_Jupiter::B(double JD) +double CAAVSOP87B_Jupiter::B(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_B_JUPITER, sizeof(g_VSOP87B_B_JUPITER)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87B_B_JUPITER.data(), g_VSOP87B_B_JUPITER.size(), true); } -double CAAVSOP87B_Jupiter::B_DASH(double JD) +double CAAVSOP87B_Jupiter::B_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_B_JUPITER, sizeof(g_VSOP87B_B_JUPITER)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_B_JUPITER.data(), g_VSOP87B_B_JUPITER.size()); } -double CAAVSOP87B_Jupiter::R(double JD) +double CAAVSOP87B_Jupiter::R(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_R_JUPITER, sizeof(g_VSOP87B_R_JUPITER)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87B_R_JUPITER.data(), g_VSOP87B_R_JUPITER.size(), false); } -double CAAVSOP87B_Jupiter::R_DASH(double JD) +double CAAVSOP87B_Jupiter::R_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_R_JUPITER, sizeof(g_VSOP87B_R_JUPITER)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_R_JUPITER.data(), g_VSOP87B_R_JUPITER.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87B_MAR.cpp b/Sources/AAPlus/AAVSOP87B_MAR.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87B_MAR.cpp rename to Sources/AAPlus/AAVSOP87B_MAR.cpp index 074e960..7b6e43b --- a/Vendor/AA+/1.6.3/AAVSOP87B_MAR.cpp +++ b/Sources/AAPlus/AAVSOP87B_MAR.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87B_MAR.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87B_MAR.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87B_L0_MARS[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87B_L0_MARS +{ { { 6.20347711581, 0.00000000000, 0.00000000000 }, { 0.18656368093, 5.05037100270, 3340.61242669980 }, { 0.01108216816, 5.40099836344, 6681.22485339960 }, @@ -1441,10 +1447,10 @@ const VSOP87Coefficient g_VSOP87B_L0_MARS[] = { 0.00000000039, 5.88001746710, 4709.27267954480 }, { 0.00000000040, 4.23855320433, 3339.43178404770 }, { 0.00000000042, 3.73781410726, 7593.79509706520 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L1_MARS[] = -{ +constexpr array g_VSOP87B_L1_MARS +{ { { 3340.61242700512, 0.00000000000, 0.00000000000 }, { 0.01457554523, 3.60433733236, 3340.61242669980 }, { 0.00168414711, 3.92318567804, 6681.22485339960 }, @@ -2336,10 +2342,10 @@ const VSOP87Coefficient g_VSOP87B_L1_MARS[] = { 0.00000000018, 5.00983720257, 1655.56030419820 }, { 0.00000000018, 0.78739197008, 19676.45023123640 }, { 0.00000000018, 0.05420901908, 2142.64229812620 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L2_MARS[] = -{ +constexpr array g_VSOP87B_L2_MARS +{ { { 0.00058152577, 2.04961712429, 3340.61242669980 }, { 0.00013459579, 2.45738706163, 6681.22485339960 }, { 0.00002432575, 2.79737979284, 10021.83728009940 }, @@ -2782,10 +2788,10 @@ const VSOP87Coefficient g_VSOP87B_L2_MARS[] = { 0.00000000010, 4.88835260040, 10042.19259949820 }, { 0.00000000010, 2.48515633128, 25665.51748340920 }, { 0.00000000009, 1.77145376267, 32367.09765620760 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L3_MARS[] = -{ +constexpr array g_VSOP87B_L3_MARS +{ { { 0.00001467867, 0.44429839460, 3340.61242669980 }, { 0.00000692668, 0.88679887123, 6681.22485339960 }, { 0.00000189478, 1.28336839921, 10021.83728009940 }, @@ -2980,10 +2986,10 @@ const VSOP87Coefficient g_VSOP87B_L3_MARS[] = { 0.00000000005, 4.15921606694, 0.01725365220 }, { 0.00000000005, 1.88015249528, 15508.61512327440 }, { 0.00000000005, 4.69029931558, 2700.71514038580 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L4_MARS[] = -{ +constexpr array g_VSOP87B_L4_MARS +{ { { 0.00000027242, 5.63997742320, 6681.22485339960 }, { 0.00000025511, 5.13956279086, 3340.61242669980 }, { 0.00000011147, 6.03556608878, 10021.83728009940 }, @@ -3059,10 +3065,10 @@ const VSOP87Coefficient g_VSOP87B_L4_MARS[] = { 0.00000000002, 1.90275008409, 30065.51184029820 }, { 0.00000000003, 3.36064341832, 5621.84292321040 }, { 0.00000000002, 0.01141937510, 10551.52824519400 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L5_MARS[] = -{ +constexpr array g_VSOP87B_L5_MARS +{ { { 0.00000000762, 4.03556368806, 6681.22485339960 }, { 0.00000000511, 4.48770393640, 10021.83728009940 }, { 0.00000000360, 5.07296615717, 155.42039943420 }, @@ -3087,10 +3093,10 @@ const VSOP87Coefficient g_VSOP87B_L5_MARS[] = { 0.00000000002, 0.00000000000, 0.00000000000 }, { 0.00000000002, 0.06588431932, 26724.89941359840 }, { 0.00000000001, 3.33966357719, 6127.65545055720 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B0_MARS[] = -{ +constexpr array g_VSOP87B_B0_MARS +{ { { 0.03197134986, 3.76832042431, 3340.61242669980 }, { 0.00298033234, 4.10616996305, 6681.22485339960 }, { 0.00289104742, 0.00000000000, 0.00000000000 }, @@ -3532,10 +3538,10 @@ const VSOP87Coefficient g_VSOP87B_B0_MARS[] = { 0.00000000049, 0.77149145450, 17101.21113690720 }, { 0.00000000038, 6.06656444914, 9389.05354078620 }, { 0.00000000036, 0.84094545235, 23937.85638974100 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B1_MARS[] = -{ +constexpr array g_VSOP87B_B1_MARS +{ { { 0.00217310991, 6.04472194776, 3340.61242669980 }, { 0.00020976948, 3.14159265359, 0.00000000000 }, { 0.00012834709, 1.60810667915, 6681.22485339960 }, @@ -3827,10 +3833,10 @@ const VSOP87Coefficient g_VSOP87B_B1_MARS[] = { 0.00000000026, 4.53241539149, 13362.51701710200 }, { 0.00000000019, 3.71366407424, 9588.12554222260 }, { 0.00000000022, 5.20856925736, 13892.14067189380 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B2_MARS[] = -{ +constexpr array g_VSOP87B_B2_MARS +{ { { 0.00008888446, 1.06196052751, 3340.61242669980 }, { 0.00002595393, 3.14159265359, 0.00000000000 }, { 0.00000918914, 0.11538431190, 6681.22485339960 }, @@ -3992,10 +3998,10 @@ const VSOP87Coefficient g_VSOP87B_B2_MARS[] = { 0.00000000009, 2.65306894671, 10551.52824519400 }, { 0.00000000009, 1.95264065659, 9070.11887384880 }, { 0.00000000011, 0.42402934223, 9381.93999378540 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B3_MARS[] = -{ +constexpr array g_VSOP87B_B3_MARS +{ { { 0.00000330418, 2.04215300484, 3340.61242669980 }, { 0.00000093057, 0.00000000000, 0.00000000000 }, { 0.00000014546, 5.38525967237, 10021.83728009940 }, @@ -4060,10 +4066,10 @@ const VSOP87Coefficient g_VSOP87B_B3_MARS[] = { 0.00000000005, 1.86523815587, 1059.38193018920 }, { 0.00000000006, 5.52177150128, 7477.52286021600 }, { 0.00000000005, 1.92244747457, 2810.92146160520 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B4_MARS[] = -{ +constexpr array g_VSOP87B_B4_MARS +{ { { 0.00000006007, 3.37637101191, 3340.61242669980 }, { 0.00000006625, 0.00000000000, 0.00000000000 }, { 0.00000000464, 3.77202757150, 10021.83728009940 }, @@ -4082,10 +4088,10 @@ const VSOP87Coefficient g_VSOP87B_B4_MARS[] = { 0.00000000006, 1.15875671922, 3894.18182954220 }, { 0.00000000006, 5.76437007548, 23384.28698689860 }, { 0.00000000003, 2.91488661915, 6836.64525283380 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B5_MARS[] = -{ +constexpr array g_VSOP87B_B5_MARS +{ { { 0.00000000368, 4.63460005338, 3340.61242669980 }, { 0.00000000045, 5.14206308865, 6681.22485339960 }, { 0.00000000035, 3.14159265359, 0.00000000000 }, @@ -4095,10 +4101,10 @@ const VSOP87Coefficient g_VSOP87B_B5_MARS[] = { 0.00000000005, 3.20415104620, 16703.06213349900 }, { 0.00000000004, 6.15670065734, 3185.19202726560 }, { 0.00000000001, 3.71915090755, 20043.67456019880 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R0_MARS[] = -{ +constexpr array g_VSOP87B_R0_MARS +{ { { 1.53033488271, 0.00000000000, 0.00000000000 }, { 0.14184953160, 3.47971283528, 3340.61242669980 }, { 0.00660776362, 3.81783443019, 6681.22485339960 }, @@ -5206,10 +5212,10 @@ const VSOP87Coefficient g_VSOP87B_R0_MARS[] = { 0.00000000054, 0.38782719267, 360.11078196160 }, { 0.00000000073, 3.41087754271, 14556.89671702380 }, { 0.00000000068, 5.74655335863, 987.74627292800 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R1_MARS[] = -{ +constexpr array g_VSOP87B_R1_MARS +{ { { 0.01107433345, 2.03250524857, 3340.61242669980 }, { 0.00103175887, 2.37071847807, 6681.22485339960 }, { 0.00012877200, 0.00000000000, 0.00000000000 }, @@ -5882,10 +5888,10 @@ const VSOP87Coefficient g_VSOP87B_R1_MARS[] = { 0.00000000027, 3.31433250805, 12942.96506292400 }, { 0.00000000029, 4.94569969969, 87.30820453981 }, { 0.00000000027, 1.32843166459, 7203.80227149340 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R2_MARS[] = -{ +constexpr array g_VSOP87B_R2_MARS +{ { { 0.00044242249, 0.47930604954, 3340.61242669980 }, { 0.00008138042, 0.86998389204, 6681.22485339960 }, { 0.00001274915, 1.22593985222, 10021.83728009940 }, @@ -6254,10 +6260,10 @@ const VSOP87Coefficient g_VSOP87B_R2_MARS[] = { 0.00000000014, 4.63902518517, 11527.12508919240 }, { 0.00000000019, 5.20657856071, 32920.66705904999 }, { 0.00000000018, 5.05191310629, 3603.69635007260 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R3_MARS[] = -{ +constexpr array g_VSOP87B_R3_MARS +{ { { 0.00001113108, 5.14987305093, 3340.61242669980 }, { 0.00000424447, 5.61343952053, 6681.22485339960 }, { 0.00000100044, 5.99727457548, 10021.83728009940 }, @@ -6418,10 +6424,10 @@ const VSOP87Coefficient g_VSOP87B_R3_MARS[] = { 0.00000000007, 0.11237624686, 3127.31333126180 }, { 0.00000000009, 4.92065236724, 11216.28429032400 }, { 0.00000000007, 3.67458682256, 3980.50971301380 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R4_MARS[] = -{ +constexpr array g_VSOP87B_R4_MARS +{ { { 0.00000019551, 3.58210746512, 3340.61242669980 }, { 0.00000016322, 4.05115851142, 6681.22485339960 }, { 0.00000005848, 4.46381646580, 10021.83728009940 }, @@ -6479,10 +6485,10 @@ const VSOP87Coefficient g_VSOP87B_R4_MARS[] = { 0.00000000005, 2.80833888276, 3337.08930835080 }, { 0.00000000004, 2.92720462940, 7875.67186362420 }, { 0.00000000004, 4.02001405595, 3333.49887969900 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R5_MARS[] = -{ +constexpr array g_VSOP87B_R5_MARS +{ { { 0.00000000475, 2.47621038205, 6681.22485339960 }, { 0.00000000270, 2.90961348988, 10021.83728009940 }, { 0.00000000116, 1.76766655427, 3340.61242669980 }, @@ -6500,68 +6506,67 @@ const VSOP87Coefficient g_VSOP87B_R5_MARS[] = { 0.00000000004, 5.11981331029, 3097.88382272579 }, { 0.00000000004, 5.24603068590, 6923.95345737360 }, { 0.00000000002, 0.40954426011, 9866.41688066520 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87B_L_MARS[] = -{ - { g_VSOP87B_L0_MARS, sizeof(g_VSOP87B_L0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L1_MARS, sizeof(g_VSOP87B_L1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L2_MARS, sizeof(g_VSOP87B_L2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L3_MARS, sizeof(g_VSOP87B_L3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L4_MARS, sizeof(g_VSOP87B_L4_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L5_MARS, sizeof(g_VSOP87B_L5_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_L_MARS +{ { + { g_VSOP87B_L0_MARS.data(), g_VSOP87B_L0_MARS.size() }, + { g_VSOP87B_L1_MARS.data(), g_VSOP87B_L1_MARS.size() }, + { g_VSOP87B_L2_MARS.data(), g_VSOP87B_L2_MARS.size() }, + { g_VSOP87B_L3_MARS.data(), g_VSOP87B_L3_MARS.size() }, + { g_VSOP87B_L4_MARS.data(), g_VSOP87B_L4_MARS.size() }, + { g_VSOP87B_L5_MARS.data(), g_VSOP87B_L5_MARS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87B_B_MARS[] = -{ - { g_VSOP87B_B0_MARS, sizeof(g_VSOP87B_B0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B1_MARS, sizeof(g_VSOP87B_B1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B2_MARS, sizeof(g_VSOP87B_B2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B3_MARS, sizeof(g_VSOP87B_B3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B4_MARS, sizeof(g_VSOP87B_B4_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B5_MARS, sizeof(g_VSOP87B_B5_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_B_MARS +{ { + { g_VSOP87B_B0_MARS.data(), g_VSOP87B_B0_MARS.size() }, + { g_VSOP87B_B1_MARS.data(), g_VSOP87B_B1_MARS.size() }, + { g_VSOP87B_B2_MARS.data(), g_VSOP87B_B2_MARS.size() }, + { g_VSOP87B_B3_MARS.data(), g_VSOP87B_B3_MARS.size() }, + { g_VSOP87B_B4_MARS.data(), g_VSOP87B_B4_MARS.size() }, + { g_VSOP87B_B5_MARS.data(), g_VSOP87B_B5_MARS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87B_R_MARS[] = -{ - { g_VSOP87B_R0_MARS, sizeof(g_VSOP87B_R0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R1_MARS, sizeof(g_VSOP87B_R1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R2_MARS, sizeof(g_VSOP87B_R2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R3_MARS, sizeof(g_VSOP87B_R3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R4_MARS, sizeof(g_VSOP87B_R4_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R5_MARS, sizeof(g_VSOP87B_R5_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_R_MARS +{ { + { g_VSOP87B_R0_MARS.data(), g_VSOP87B_R0_MARS.size() }, + { g_VSOP87B_R1_MARS.data(), g_VSOP87B_R1_MARS.size() }, + { g_VSOP87B_R2_MARS.data(), g_VSOP87B_R2_MARS.size() }, + { g_VSOP87B_R3_MARS.data(), g_VSOP87B_R3_MARS.size() }, + { g_VSOP87B_R4_MARS.data(), g_VSOP87B_R4_MARS.size() }, + { g_VSOP87B_R5_MARS.data(), g_VSOP87B_R5_MARS.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87B_Mars::L(double JD) +double CAAVSOP87B_Mars::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_L_MARS, sizeof(g_VSOP87B_L_MARS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87B_L_MARS.data(), g_VSOP87B_L_MARS.size(), true); } -double CAAVSOP87B_Mars::L_DASH(double JD) +double CAAVSOP87B_Mars::L_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_L_MARS, sizeof(g_VSOP87B_L_MARS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_L_MARS.data(), g_VSOP87B_L_MARS.size()); } -double CAAVSOP87B_Mars::B(double JD) +double CAAVSOP87B_Mars::B(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_B_MARS, sizeof(g_VSOP87B_B_MARS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87B_B_MARS.data(), g_VSOP87B_B_MARS.size(), true); } -double CAAVSOP87B_Mars::B_DASH(double JD) +double CAAVSOP87B_Mars::B_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_B_MARS, sizeof(g_VSOP87B_B_MARS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_B_MARS.data(), g_VSOP87B_B_MARS.size()); } -double CAAVSOP87B_Mars::R(double JD) +double CAAVSOP87B_Mars::R(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_R_MARS, sizeof(g_VSOP87B_R_MARS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87B_R_MARS.data(), g_VSOP87B_R_MARS.size(), false); } -double CAAVSOP87B_Mars::R_DASH(double JD) +double CAAVSOP87B_Mars::R_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_R_MARS, sizeof(g_VSOP87B_R_MARS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_R_MARS.data(), g_VSOP87B_R_MARS.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87B_MER.cpp b/Sources/AAPlus/AAVSOP87B_MER.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87B_MER.cpp rename to Sources/AAPlus/AAVSOP87B_MER.cpp index 1461c84..8123ad4 --- a/Vendor/AA+/1.6.3/AAVSOP87B_MER.cpp +++ b/Sources/AAPlus/AAVSOP87B_MER.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87B_MER.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87B_MER.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87B_L0_MERCURY[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87B_L0_MERCURY +{ { { 4.40250710144, 0.00000000000, 0.00000000000 }, { 0.40989414977, 1.48302034195, 26087.90314157420 }, { 0.05046294200, 4.47785489551, 52175.80628314840 }, @@ -1615,10 +1621,10 @@ const VSOP87Coefficient g_VSOP87B_L0_MERCURY[] = { 0.00000000004, 2.21635240969, 215941.90072419358 }, { 0.00000000004, 5.48439088692, 182769.10080150416 }, { 0.00000000004, 1.64336565163, 246113.79237247215 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L1_MERCURY[] = -{ +constexpr array g_VSOP87B_L1_MERCURY +{ { { 26087.90313685529, 0.00000000000, 0.00000000000 }, { 0.01131199811, 6.21874197797, 26087.90314157420 }, { 0.00292242298, 3.04449355541, 52175.80628314840 }, @@ -2550,10 +2556,10 @@ const VSOP87Coefficient g_VSOP87B_L1_MERCURY[] = { 0.00000000002, 3.62048919482, 17098.43543614181 }, { 0.00000000002, 0.12909617158, 52161.57918914679 }, { 0.00000000002, 2.17258312431, 308502.88420183153 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L2_MERCURY[] = -{ +constexpr array g_VSOP87B_L2_MERCURY +{ { { 0.00016395129, 4.67759555504, 26087.90314157420 }, { 0.00008123865, 1.40305644134, 52175.80628314840 }, { 0.00003208170, 4.49577853102, 78263.70942472259 }, @@ -2992,10 +2998,10 @@ const VSOP87Coefficient g_VSOP87B_L2_MERCURY[] = { 0.00000000001, 0.30267346719, 132028.58860315479 }, { 0.00000000001, 5.29138018584, 208173.53416749899 }, { 0.00000000001, 5.56586628815, 183674.70392120857 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L3_MERCURY[] = -{ +constexpr array g_VSOP87B_L3_MERCURY +{ { { 0.00000169496, 3.20221586818, 26087.90314157420 }, { 0.00000155725, 6.23814315369, 52175.80628314840 }, { 0.00000090555, 2.96712953186, 78263.70942472259 }, @@ -3158,10 +3164,10 @@ const VSOP87Coefficient g_VSOP87B_L3_MERCURY[] = { 0.00000000000, 1.63336362157, 9103.90699411760 }, { 0.00000000000, 2.95763935965, 54294.57014352679 }, { 0.00000000000, 3.34933555413, 24498.83024629040 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L4_MERCURY[] = -{ +constexpr array g_VSOP87B_L4_MERCURY +{ { { 0.00000002671, 4.76418299344, 52175.80628314840 }, { 0.00000002079, 2.01782765964, 26087.90314157420 }, { 0.00000002071, 1.47603650163, 78263.70942472259 }, @@ -3185,10 +3191,10 @@ const VSOP87Coefficient g_VSOP87B_L4_MERCURY[] = { 0.00000000001, 4.47013011557, 103242.23401420339 }, { 0.00000000001, 0.25254465674, 339142.74084046460 }, { 0.00000000000, 4.19908374167, 155418.04029735178 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L5_MERCURY[] = -{ +constexpr array g_VSOP87B_L5_MERCURY +{ { { 0.00000000039, 6.22596606829, 78263.70942472259 }, { 0.00000000035, 3.08442751462, 52175.80628314840 }, { 0.00000000036, 5.58268731752, 26087.90314157420 }, @@ -3201,10 +3207,10 @@ const VSOP87Coefficient g_VSOP87B_L5_MERCURY[] = { 0.00000000001, 2.30011142231, 260879.03141574195 }, { 0.00000000000, 5.32570213434, 286966.93455731618 }, { 0.00000000000, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B0_MERCURY[] = -{ +constexpr array g_VSOP87B_B0_MERCURY +{ { { 0.11737528961, 1.98357498767, 26087.90314157420 }, { 0.02388076996, 5.03738959686, 52175.80628314840 }, { 0.01222839532, 3.14159265359, 0.00000000000 }, @@ -4023,10 +4029,10 @@ const VSOP87Coefficient g_VSOP87B_B0_MERCURY[] = { 0.00000000004, 4.02759705517, 104426.39416486409 }, { 0.00000000004, 1.34875445004, 106684.80895916879 }, { 0.00000000004, 5.13091111991, 735.87651353180 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B1_MERCURY[] = -{ +constexpr array g_VSOP87B_B1_MERCURY +{ { { 0.00274646065, 3.95008450011, 26087.90314157420 }, { 0.00099737713, 3.14159265359, 0.00000000000 }, { 0.00018772047, 0.05141288887, 78263.70942472259 }, @@ -4519,10 +4525,10 @@ const VSOP87Coefficient g_VSOP87B_B1_MERCURY[] = { 0.00000000002, 2.31962293255, 34082.43158359840 }, { 0.00000000002, 2.51789048589, 51951.46148744649 }, { 0.00000000002, 2.36943618837, 78187.44335344699 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B2_MERCURY[] = -{ +constexpr array g_VSOP87B_B2_MERCURY +{ { { 0.00002747165, 5.24567337999, 26087.90314157420 }, { 0.00002047257, 0.00000000000, 0.00000000000 }, { 0.00000516030, 0.49321133154, 52175.80628314840 }, @@ -4754,10 +4760,10 @@ const VSOP87Coefficient g_VSOP87B_B2_MERCURY[] = { 0.00000000001, 2.03914564106, 176953.98994186718 }, { 0.00000000001, 6.15951882831, 70269.18098269838 }, { 0.00000000001, 1.26757694099, 104358.72611329758 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B3_MERCURY[] = -{ +constexpr array g_VSOP87B_B3_MERCURY +{ { { 0.00000064680, 2.16518315874, 26087.90314157420 }, { 0.00000030733, 0.00000000000, 0.00000000000 }, { 0.00000018929, 5.40870348072, 52175.80628314840 }, @@ -4797,10 +4803,10 @@ const VSOP87Coefficient g_VSOP87B_B3_MERCURY[] = { 0.00000000001, 6.25128044210, 155418.04029735178 }, { 0.00000000000, 5.54564708703, 365230.64398203877 }, { 0.00000000001, 6.08850785156, 51116.42435295920 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B4_MERCURY[] = -{ +constexpr array g_VSOP87B_B4_MERCURY +{ { { 0.00000001427, 4.97519726738, 26087.90314157420 }, { 0.00000000491, 3.14159265359, 0.00000000000 }, { 0.00000000336, 3.19691284098, 52175.80628314840 }, @@ -4814,10 +4820,10 @@ const VSOP87Coefficient g_VSOP87B_B4_MERCURY[] = { 0.00000000004, 4.27354172628, 260879.03141574195 }, { 0.00000000001, 1.02393401255, 286966.93455731618 }, { 0.00000000000, 4.13470035458, 313054.83769889036 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B5_MERCURY[] = -{ +constexpr array g_VSOP87B_B5_MERCURY +{ { { 0.00000000009, 1.38311629808, 52175.80628314840 }, { 0.00000000008, 5.38548752147, 26087.90314157420 }, { 0.00000000006, 4.90804019263, 78263.70942472259 }, @@ -4828,10 +4834,10 @@ const VSOP87Coefficient g_VSOP87B_B5_MERCURY[] = { 0.00000000001, 5.83772628756, 182615.32199101939 }, { 0.00000000001, 2.68770315459, 208703.22513259359 }, { 0.00000000000, 5.84365103714, 234791.12827416777 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R0_MERCURY[] = -{ +constexpr array g_VSOP87B_R0_MERCURY +{ { { 0.39528271651, 0.00000000000, 0.00000000000 }, { 0.07834131818, 6.19233722598, 26087.90314157420 }, { 0.00795525558, 2.95989690104, 52175.80628314840 }, @@ -6041,10 +6047,10 @@ const VSOP87Coefficient g_VSOP87B_R0_MERCURY[] = { 0.00000000001, 3.75122611900, 76352.50994150539 }, { 0.00000000002, 5.33836077527, 106684.80895916879 }, { 0.00000000001, 0.71806518278, 28928.40404660019 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R1_MERCURY[] = -{ +constexpr array g_VSOP87B_R1_MERCURY +{ { { 0.00217347740, 4.65617158665, 26087.90314157420 }, { 0.00044141826, 1.42385544001, 52175.80628314840 }, { 0.00010094479, 4.47466326327, 78263.70942472259 }, @@ -6751,10 +6757,10 @@ const VSOP87Coefficient g_VSOP87B_R1_MERCURY[] = { 0.00000000001, 2.16468187079, 1485.98012106520 }, { 0.00000000001, 5.72787089962, 153084.84390447979 }, { 0.00000000001, 4.66269784654, 54374.89362643540 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R2_MERCURY[] = -{ +constexpr array g_VSOP87B_R2_MERCURY +{ { { 0.00003117867, 3.08231840294, 26087.90314157420 }, { 0.00001245397, 6.15183316810, 52175.80628314840 }, { 0.00000424822, 2.92583350003, 78263.70942472259 }, @@ -7073,10 +7079,10 @@ const VSOP87Coefficient g_VSOP87B_R2_MERCURY[] = { 0.00000000000, 0.02652054523, 6681.22485339960 }, { 0.00000000000, 1.97940011643, 86143.79857806159 }, { 0.00000000000, 4.41963004243, 114.43928868521 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R3_MERCURY[] = -{ +constexpr array g_VSOP87B_R3_MERCURY +{ { { 0.00000032676, 1.67971641967, 26087.90314157420 }, { 0.00000024166, 4.63403168878, 52175.80628314840 }, { 0.00000012133, 1.38983777816, 78263.70942472259 }, @@ -7188,10 +7194,10 @@ const VSOP87Coefficient g_VSOP87B_R3_MERCURY[] = { 0.00000000000, 5.77253301832, 105410.99449648599 }, { 0.00000000000, 0.68653770637, 79219.30916633119 }, { 0.00000000000, 2.14142206148, 64741.95798313119 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R4_MERCURY[] = -{ +constexpr array g_VSOP87B_R4_MERCURY +{ { { 0.00000000394, 0.36736738836, 26087.90314157420 }, { 0.00000000387, 3.18568894140, 52175.80628314840 }, { 0.00000000270, 6.16979809593, 78263.70942472259 }, @@ -7209,10 +7215,10 @@ const VSOP87Coefficient g_VSOP87B_R4_MERCURY[] = { 0.00000000000, 5.93192891756, 53285.18483524180 }, { 0.00000000000, 6.03840913462, 77154.33087262919 }, { 0.00000000000, 3.02089425425, 27197.28169366760 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R5_MERCURY[] = -{ +constexpr array g_VSOP87B_R5_MERCURY +{ { { 0.00000000006, 3.98812118954, 26087.90314157420 }, { 0.00000000006, 1.55172409309, 52175.80628314840 }, { 0.00000000005, 4.65488347662, 78263.70942472259 }, @@ -7223,68 +7229,67 @@ const VSOP87Coefficient g_VSOP87B_R5_MERCURY[] = { 0.00000000001, 4.24238056507, 182615.32199101939 }, { 0.00000000000, 0.95140152937, 208703.22513259359 }, { 0.00000000000, 4.00511196914, 234791.12827416777 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87B_L_MERCURY[] = -{ - { g_VSOP87B_L0_MERCURY, sizeof(g_VSOP87B_L0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L1_MERCURY, sizeof(g_VSOP87B_L1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L2_MERCURY, sizeof(g_VSOP87B_L2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L3_MERCURY, sizeof(g_VSOP87B_L3_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L4_MERCURY, sizeof(g_VSOP87B_L4_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L5_MERCURY, sizeof(g_VSOP87B_L5_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_L_MERCURY +{ { + { g_VSOP87B_L0_MERCURY.data(), g_VSOP87B_L0_MERCURY.size() }, + { g_VSOP87B_L1_MERCURY.data(), g_VSOP87B_L1_MERCURY.size() }, + { g_VSOP87B_L2_MERCURY.data(), g_VSOP87B_L2_MERCURY.size() }, + { g_VSOP87B_L3_MERCURY.data(), g_VSOP87B_L3_MERCURY.size() }, + { g_VSOP87B_L4_MERCURY.data(), g_VSOP87B_L4_MERCURY.size() }, + { g_VSOP87B_L5_MERCURY.data(), g_VSOP87B_L5_MERCURY.size() } +} }; -const VSOP87Coefficient2 g_VSOP87B_B_MERCURY[] = -{ - { g_VSOP87B_B0_MERCURY, sizeof(g_VSOP87B_B0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B1_MERCURY, sizeof(g_VSOP87B_B1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B2_MERCURY, sizeof(g_VSOP87B_B2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B3_MERCURY, sizeof(g_VSOP87B_B3_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B4_MERCURY, sizeof(g_VSOP87B_B4_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B5_MERCURY, sizeof(g_VSOP87B_B5_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_B_MERCURY +{ { + { g_VSOP87B_B0_MERCURY.data(), g_VSOP87B_B0_MERCURY.size() }, + { g_VSOP87B_B1_MERCURY.data(), g_VSOP87B_B1_MERCURY.size() }, + { g_VSOP87B_B2_MERCURY.data(), g_VSOP87B_B2_MERCURY.size() }, + { g_VSOP87B_B3_MERCURY.data(), g_VSOP87B_B3_MERCURY.size() }, + { g_VSOP87B_B4_MERCURY.data(), g_VSOP87B_B4_MERCURY.size() }, + { g_VSOP87B_B5_MERCURY.data(), g_VSOP87B_B5_MERCURY.size() } +} }; -const VSOP87Coefficient2 g_VSOP87B_R_MERCURY[] = -{ - { g_VSOP87B_R0_MERCURY, sizeof(g_VSOP87B_R0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R1_MERCURY, sizeof(g_VSOP87B_R1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R2_MERCURY, sizeof(g_VSOP87B_R2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R3_MERCURY, sizeof(g_VSOP87B_R3_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R4_MERCURY, sizeof(g_VSOP87B_R4_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R5_MERCURY, sizeof(g_VSOP87B_R5_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_R_MERCURY +{ { + { g_VSOP87B_R0_MERCURY.data(), g_VSOP87B_R0_MERCURY.size() }, + { g_VSOP87B_R1_MERCURY.data(), g_VSOP87B_R1_MERCURY.size() }, + { g_VSOP87B_R2_MERCURY.data(), g_VSOP87B_R2_MERCURY.size() }, + { g_VSOP87B_R3_MERCURY.data(), g_VSOP87B_R3_MERCURY.size() }, + { g_VSOP87B_R4_MERCURY.data(), g_VSOP87B_R4_MERCURY.size() }, + { g_VSOP87B_R5_MERCURY.data(), g_VSOP87B_R5_MERCURY.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87B_Mercury::L(double JD) +double CAAVSOP87B_Mercury::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_L_MERCURY, sizeof(g_VSOP87B_L_MERCURY)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87B_L_MERCURY.data(), g_VSOP87B_L_MERCURY.size(), true); } -double CAAVSOP87B_Mercury::L_DASH(double JD) +double CAAVSOP87B_Mercury::L_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_L_MERCURY, sizeof(g_VSOP87B_L_MERCURY)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_L_MERCURY.data(), g_VSOP87B_L_MERCURY.size()); } -double CAAVSOP87B_Mercury::B(double JD) +double CAAVSOP87B_Mercury::B(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_B_MERCURY, sizeof(g_VSOP87B_B_MERCURY)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87B_B_MERCURY.data(), g_VSOP87B_B_MERCURY.size(), true); } -double CAAVSOP87B_Mercury::B_DASH(double JD) +double CAAVSOP87B_Mercury::B_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_B_MERCURY, sizeof(g_VSOP87B_B_MERCURY)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_B_MERCURY.data(), g_VSOP87B_B_MERCURY.size()); } -double CAAVSOP87B_Mercury::R(double JD) +double CAAVSOP87B_Mercury::R(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_R_MERCURY, sizeof(g_VSOP87B_R_MERCURY)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87B_R_MERCURY.data(), g_VSOP87B_R_MERCURY.size(), false); } -double CAAVSOP87B_Mercury::R_DASH(double JD) +double CAAVSOP87B_Mercury::R_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_R_MERCURY, sizeof(g_VSOP87B_R_MERCURY)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_R_MERCURY.data(), g_VSOP87B_R_MERCURY.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87B_SAT.cpp b/Sources/AAPlus/AAVSOP87B_SAT.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87B_SAT.cpp rename to Sources/AAPlus/AAVSOP87B_SAT.cpp index a690ceb..5ff5e12 --- a/Vendor/AA+/1.6.3/AAVSOP87B_SAT.cpp +++ b/Sources/AAPlus/AAVSOP87B_SAT.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87B_SAT.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87B_SAT.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87B_L0_SATURN[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87B_L0_SATURN +{ { { 0.87401354025, 0.00000000000, 0.00000000000 }, { 0.11107659762, 3.96205090159, 213.29909543800 }, { 0.01414150957, 4.58581516874, 7.11354700080 }, @@ -1469,10 +1475,10 @@ const VSOP87Coefficient g_VSOP87B_L0_SATURN[] = { 0.00000000077, 1.14405747955, 227.57437354940 }, { 0.00000000071, 0.96814412427, 544.66881862160 }, { 0.00000000088, 1.03829142709, 266.95250132400 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L1_SATURN[] = -{ +constexpr array g_VSOP87B_L1_SATURN +{ { { 213.29909521690, 0.00000000000, 0.00000000000 }, { 0.01297370862, 1.82834923978, 213.29909543800 }, { 0.00564345393, 2.88499717272, 7.11354700080 }, @@ -2290,10 +2296,10 @@ const VSOP87Coefficient g_VSOP87B_L1_SATURN[] = { 0.00000000088, 1.09928677784, 1246.65747183630 }, { 0.00000000078, 5.49208074374, 477.00076705510 }, { 0.00000000079, 2.75804430794, 847.04604259770 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L2_SATURN[] = -{ +constexpr array g_VSOP87B_L2_SATURN +{ { { 0.00116441330, 1.17988132879, 7.11354700080 }, { 0.00091841837, 0.07325195840, 213.29909543800 }, { 0.00036661728, 0.00000000000, 0.00000000000 }, @@ -2732,10 +2738,10 @@ const VSOP87Coefficient g_VSOP87B_L2_SATURN[] = { 0.00000000072, 3.92553125825, 1176.70179840940 }, { 0.00000000078, 1.51105649620, 1269.49963188950 }, { 0.00000000071, 3.64609589554, 198.32124191100 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L3_SATURN[] = -{ +constexpr array g_VSOP87B_L3_SATURN +{ { { 0.00016038732, 5.73945573267, 7.11354700080 }, { 0.00004254737, 4.58877599687, 213.29909543800 }, { 0.00001906379, 4.76070843570, 220.41264243880 }, @@ -2928,10 +2934,10 @@ const VSOP87Coefficient g_VSOP87B_L3_SATURN[] = { 0.00000000075, 3.89924996086, 3370.10424500320 }, { 0.00000000084, 1.84802318288, 398.14400287280 }, { 0.00000000076, 3.33883739305, 195.89060769870 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L4_SATURN[] = -{ +constexpr array g_VSOP87B_L4_SATURN +{ { { 0.00001661877, 3.99824447634, 7.11354700080 }, { 0.00000257094, 2.98422287887, 220.41264243880 }, { 0.00000236328, 3.90248844320, 14.22709400160 }, @@ -3017,10 +3023,10 @@ const VSOP87Coefficient g_VSOP87B_L4_SATURN[] = { 0.00000000105, 0.46132848902, 867.42347575360 }, { 0.00000000078, 4.50314394179, 2015.67108615980 }, { 0.00000000088, 4.99305633625, 444.00667861530 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L5_SATURN[] = -{ +constexpr array g_VSOP87B_L5_SATURN +{ { { 0.00000123607, 2.25923420203, 7.11354700080 }, { 0.00000034176, 2.16278773143, 14.22709400160 }, { 0.00000027539, 1.19822164604, 220.41264243880 }, @@ -3051,10 +3057,10 @@ const VSOP87Coefficient g_VSOP87B_L5_SATURN[] = { 0.00000000093, 5.50595405458, 95.97922721780 }, { 0.00000000109, 0.34156541412, 447.93883187840 }, { 0.00000000076, 1.01712437818, 522.57741809380 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B0_SATURN[] = -{ +constexpr array g_VSOP87B_B0_SATURN +{ { { 0.04330678039, 3.60284428399, 213.29909543800 }, { 0.00240348302, 2.85238489373, 426.59819087600 }, { 0.00084745939, 0.00000000000, 0.00000000000 }, @@ -3555,10 +3561,10 @@ const VSOP87Coefficient g_VSOP87B_B0_SATURN[] = { 0.00000000080, 4.11844342601, 774.48262992160 }, { 0.00000000080, 0.88340921666, 856.37777548970 }, { 0.00000000083, 0.11455345099, 402.21916848780 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B1_SATURN[] = -{ +constexpr array g_VSOP87B_B1_SATURN +{ { { 0.00198927992, 4.93901017903, 213.29909543800 }, { 0.00036947916, 3.14159265359, 0.00000000000 }, { 0.00017966989, 0.51979431110, 426.59819087600 }, @@ -3806,10 +3812,10 @@ const VSOP87Coefficient g_VSOP87B_B1_SATURN[] = { 0.00000000075, 3.24680455233, 488.84961647110 }, { 0.00000000072, 3.94806470747, 637.44960575920 }, { 0.00000000075, 4.01647621073, 432.22726516850 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B2_SATURN[] = -{ +constexpr array g_VSOP87B_B2_SATURN +{ { { 0.00013884264, 0.08994998691, 213.29909543800 }, { 0.00003075713, 3.91610937620, 206.18554843720 }, { 0.00002081666, 0.09631968077, 220.41264243880 }, @@ -3921,10 +3927,10 @@ const VSOP87Coefficient g_VSOP87B_B2_SATURN[] = { 0.00000000078, 5.47626971516, 337.73251065900 }, { 0.00000000102, 0.47334815662, 1272.68102562720 }, { 0.00000000073, 2.04208824417, 621.73803904930 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B3_SATURN[] = -{ +constexpr array g_VSOP87B_B3_SATURN +{ { { 0.00000463357, 1.69194209337, 213.29909543800 }, { 0.00000487242, 5.57827705588, 206.18554843720 }, { 0.00000270686, 4.65445792593, 220.41264243880 }, @@ -3979,10 +3985,10 @@ const VSOP87Coefficient g_VSOP87B_B3_SATURN[] = { 0.00000000133, 2.98510523287, 422.66603761290 }, { 0.00000000128, 1.05737228351, 1073.60902419080 }, { 0.00000000076, 6.23861369445, 1279.79457262800 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B4_SATURN[] = -{ +constexpr array g_VSOP87B_B4_SATURN +{ { { 0.00000058521, 0.96404269672, 206.18554843720 }, { 0.00000027023, 2.97511812746, 213.29909543800 }, { 0.00000027345, 2.90816987834, 220.41264243880 }, @@ -4007,10 +4013,10 @@ const VSOP87Coefficient g_VSOP87B_B4_SATURN[] = { 0.00000000146, 1.02713520383, 654.12438031560 }, { 0.00000000081, 1.92779115537, 625.67019231240 }, { 0.00000000072, 5.13732084121, 1066.49547719000 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B5_SATURN[] = -{ +constexpr array g_VSOP87B_B5_SATURN +{ { { 0.00000005442, 2.61186488264, 206.18554843720 }, { 0.00000001966, 1.16969532852, 220.41264243880 }, { 0.00000000907, 0.10771558371, 433.71173787680 }, @@ -4022,10 +4028,10 @@ const VSOP87Coefficient g_VSOP87B_B5_SATURN[] = { 0.00000000098, 1.68550159247, 213.29909543800 }, { 0.00000000120, 0.10893311879, 440.82528487760 }, { 0.00000000081, 5.11373096610, 639.89728631400 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R0_SATURN[] = -{ +constexpr array g_VSOP87B_R0_SATURN +{ { { 9.55758135486, 0.00000000000, 0.00000000000 }, { 0.52921382865, 2.39226219573, 213.29909543800 }, { 0.01873679867, 5.23549604660, 206.18554843720 }, @@ -5234,10 +5240,10 @@ const VSOP87Coefficient g_VSOP87B_R0_SATURN[] = { 0.00000000883, 1.46307267703, 112.91463420510 }, { 0.00000000827, 2.59300433753, 232.94281541100 }, { 0.00000000686, 2.16126205234, 529.73914920440 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R1_SATURN[] = -{ +constexpr array g_VSOP87B_R1_SATURN +{ { { 0.06182981340, 0.25843511480, 213.29909543800 }, { 0.00506577242, 0.71114625261, 206.18554843720 }, { 0.00341394029, 5.79635741658, 426.59819087600 }, @@ -5865,10 +5871,10 @@ const VSOP87Coefficient g_VSOP87B_R1_SATURN[] = { 0.00000000724, 1.62856264107, 2200.51599359460 }, { 0.00000000706, 0.31965789145, 898.77303279070 }, { 0.00000000681, 6.01812948937, 91.78644152380 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R2_SATURN[] = -{ +constexpr array g_VSOP87B_R2_SATURN +{ { { 0.00436902572, 4.78671677509, 213.29909543800 }, { 0.00071922498, 2.50070069930, 206.18554843720 }, { 0.00049766872, 4.97167777235, 220.41264243880 }, @@ -6207,10 +6213,10 @@ const VSOP87Coefficient g_VSOP87B_R2_SATURN[] = { 0.00000000745, 6.22304530635, 1269.49963188950 }, { 0.00000000679, 0.78943373396, 273.85360000370 }, { 0.00000000932, 5.20456188216, 849.26422848890 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R3_SATURN[] = -{ +constexpr array g_VSOP87B_R3_SATURN +{ { { 0.00020315239, 3.02186068237, 213.29909543800 }, { 0.00008923679, 3.19144467228, 220.41264243880 }, { 0.00006908768, 4.35175288182, 206.18554843720 }, @@ -6365,10 +6371,10 @@ const VSOP87Coefficient g_VSOP87B_R3_SATURN[] = { 0.00000000823, 0.15294957676, 1141.13406340540 }, { 0.00000000738, 4.90593328066, 1485.98012106520 }, { 0.00000000685, 1.70083536518, 483.22054217860 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R4_SATURN[] = -{ +constexpr array g_VSOP87B_R4_SATURN +{ { { 0.00001202117, 1.41498340225, 220.41264243880 }, { 0.00000707794, 1.16151449537, 213.29909543800 }, { 0.00000516224, 6.24049105350, 206.18554843720 }, @@ -6434,10 +6440,10 @@ const VSOP87Coefficient g_VSOP87B_R4_SATURN[] = { 0.00000000986, 1.63414986297, 735.87651353180 }, { 0.00000000753, 4.90938931967, 56.62235130260 }, { 0.00000000791, 2.74375014558, 423.41679713830 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R5_SATURN[] = -{ +constexpr array g_VSOP87B_R5_SATURN +{ { { 0.00000128668, 5.91279864289, 220.41264243880 }, { 0.00000032196, 0.69558284384, 7.11354700080 }, { 0.00000026737, 5.91270395039, 227.52618943960 }, @@ -6465,68 +6471,67 @@ const VSOP87Coefficient g_VSOP87B_R5_SATURN[] = { 0.00000001054, 0.20778977120, 412.37109687440 }, { 0.00000000719, 5.20973072924, 216.48048917570 }, { 0.00000000706, 2.65805151133, 110.20632121940 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87B_L_SATURN[] = -{ - { g_VSOP87B_L0_SATURN, sizeof(g_VSOP87B_L0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L1_SATURN, sizeof(g_VSOP87B_L1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L2_SATURN, sizeof(g_VSOP87B_L2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L3_SATURN, sizeof(g_VSOP87B_L3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L4_SATURN, sizeof(g_VSOP87B_L4_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L5_SATURN, sizeof(g_VSOP87B_L5_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_L_SATURN +{ { + { g_VSOP87B_L0_SATURN.data(), g_VSOP87B_L0_SATURN.size() }, + { g_VSOP87B_L1_SATURN.data(), g_VSOP87B_L1_SATURN.size() }, + { g_VSOP87B_L2_SATURN.data(), g_VSOP87B_L2_SATURN.size() }, + { g_VSOP87B_L3_SATURN.data(), g_VSOP87B_L3_SATURN.size() }, + { g_VSOP87B_L4_SATURN.data(), g_VSOP87B_L4_SATURN.size() }, + { g_VSOP87B_L5_SATURN.data(), g_VSOP87B_L5_SATURN.size() } +} }; -const VSOP87Coefficient2 g_VSOP87B_B_SATURN[] = -{ - { g_VSOP87B_B0_SATURN, sizeof(g_VSOP87B_B0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B1_SATURN, sizeof(g_VSOP87B_B1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B2_SATURN, sizeof(g_VSOP87B_B2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B3_SATURN, sizeof(g_VSOP87B_B3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B4_SATURN, sizeof(g_VSOP87B_B4_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B5_SATURN, sizeof(g_VSOP87B_B5_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_B_SATURN +{ { + { g_VSOP87B_B0_SATURN.data(), g_VSOP87B_B0_SATURN.size() }, + { g_VSOP87B_B1_SATURN.data(), g_VSOP87B_B1_SATURN.size() }, + { g_VSOP87B_B2_SATURN.data(), g_VSOP87B_B2_SATURN.size() }, + { g_VSOP87B_B3_SATURN.data(), g_VSOP87B_B3_SATURN.size() }, + { g_VSOP87B_B4_SATURN.data(), g_VSOP87B_B4_SATURN.size() }, + { g_VSOP87B_B5_SATURN.data(), g_VSOP87B_B5_SATURN.size() } +} }; -const VSOP87Coefficient2 g_VSOP87B_R_SATURN[] = -{ - { g_VSOP87B_R0_SATURN, sizeof(g_VSOP87B_R0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R1_SATURN, sizeof(g_VSOP87B_R1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R2_SATURN, sizeof(g_VSOP87B_R2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R3_SATURN, sizeof(g_VSOP87B_R3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R4_SATURN, sizeof(g_VSOP87B_R4_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R5_SATURN, sizeof(g_VSOP87B_R5_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_R_SATURN +{ { + { g_VSOP87B_R0_SATURN.data(), g_VSOP87B_R0_SATURN.size() }, + { g_VSOP87B_R1_SATURN.data(), g_VSOP87B_R1_SATURN.size() }, + { g_VSOP87B_R2_SATURN.data(), g_VSOP87B_R2_SATURN.size() }, + { g_VSOP87B_R3_SATURN.data(), g_VSOP87B_R3_SATURN.size() }, + { g_VSOP87B_R4_SATURN.data(), g_VSOP87B_R4_SATURN.size() }, + { g_VSOP87B_R5_SATURN.data(), g_VSOP87B_R5_SATURN.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87B_Saturn::L(double JD) +double CAAVSOP87B_Saturn::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_L_SATURN, sizeof(g_VSOP87B_L_SATURN)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87B_L_SATURN.data(), g_VSOP87B_L_SATURN.size(), true); } -double CAAVSOP87B_Saturn::L_DASH(double JD) +double CAAVSOP87B_Saturn::L_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_L_SATURN, sizeof(g_VSOP87B_L_SATURN)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_L_SATURN.data(), g_VSOP87B_L_SATURN.size()); } -double CAAVSOP87B_Saturn::B(double JD) +double CAAVSOP87B_Saturn::B(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_B_SATURN, sizeof(g_VSOP87B_B_SATURN)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87B_B_SATURN.data(), g_VSOP87B_B_SATURN.size(), true); } -double CAAVSOP87B_Saturn::B_DASH(double JD) +double CAAVSOP87B_Saturn::B_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_B_SATURN, sizeof(g_VSOP87B_B_SATURN)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_B_SATURN.data(), g_VSOP87B_B_SATURN.size()); } -double CAAVSOP87B_Saturn::R(double JD) +double CAAVSOP87B_Saturn::R(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_R_SATURN, sizeof(g_VSOP87B_R_SATURN)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87B_R_SATURN.data(), g_VSOP87B_R_SATURN.size(), false); } -double CAAVSOP87B_Saturn::R_DASH(double JD) +double CAAVSOP87B_Saturn::R_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_R_SATURN, sizeof(g_VSOP87B_R_SATURN)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_R_SATURN.data(), g_VSOP87B_R_SATURN.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87C_EAR.cpp b/Sources/AAPlus/AAVSOP87C_EAR.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87C_EAR.cpp rename to Sources/AAPlus/AAVSOP87C_EAR.cpp index ee3757f..2d18718 --- a/Vendor/AA+/1.6.3/AAVSOP87C_EAR.cpp +++ b/Sources/AAPlus/AAVSOP87C_EAR.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87C_EAR.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87C_EAR.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87C_X0_EARTH[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87C_X0_EARTH +{ { { 0.99986069925, 1.75347045757, 6283.31966747490 }, { 0.02506324281, 4.93819429098, 0.24381748350 }, { 0.00835274807, 1.71033525539, 12566.39551746630 }, @@ -1039,10 +1045,10 @@ const VSOP87Coefficient g_VSOP87C_X0_EARTH[] = { 0.00000000038, 2.90982798521, 20.11150191529 }, { 0.00000000050, 1.62788860301, 84334.66158130829 }, { 0.00000000050, 2.84763289309, 60284.16619777939 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X1_EARTH[] = -{ +constexpr array g_VSOP87C_X1_EARTH +{ { { 0.00154550744, 0.64605836878, 0.24381748350 }, { 0.00051503383, 6.00263199393, 12566.39551746630 }, { 0.00001290763, 5.95941652859, 18849.47136745770 }, @@ -1643,10 +1649,10 @@ const VSOP87Coefficient g_VSOP87C_X1_EARTH[] = { 0.00000000019, 4.29574443999, 84020.10309797739 }, { 0.00000000020, 3.84957027230, 50316.95962204730 }, { 0.00000000020, 2.85391796921, 9070.36269133230 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X2_EARTH[] = -{ +constexpr array g_VSOP87C_X2_EARTH +{ { { 0.00052911498, 3.32403354915, 6283.31966747490 }, { 0.00006074441, 2.05485843872, 0.24381748350 }, { 0.00002406871, 4.23086027149, 12566.39551746630 }, @@ -1895,10 +1901,10 @@ const VSOP87Coefficient g_VSOP87C_X2_EARTH[] = { 0.00000000009, 1.49151911226, 29826.55017215670 }, { 0.00000000010, 4.24000912367, 23581.50199480110 }, { 0.00000000011, 0.39610887139, 25158.84553724890 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X3_EARTH[] = -{ +constexpr array g_VSOP87C_X3_EARTH +{ { { 0.00000232790, 3.40634928966, 0.24381748350 }, { 0.00000076843, 2.52439403387, 12566.39551746630 }, { 0.00000035331, 3.34616699853, 6283.31966747490 }, @@ -1945,10 +1951,10 @@ const VSOP87Coefficient g_VSOP87C_X3_EARTH[] = { 0.00000000006, 5.83931193332, 6282.33934640670 }, { 0.00000000005, 3.46747665337, 4137.15425099970 }, { 0.00000000005, 3.58293336989, 6496.61876291290 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X4_EARTH[] = -{ +constexpr array g_VSOP87C_X4_EARTH +{ { { 0.00000114918, 0.06053023506, 6283.31966747490 }, { 0.00000006817, 4.47624663983, 0.24381748350 }, { 0.00000003158, 0.47910545815, 12566.39551746630 }, @@ -1969,10 +1975,10 @@ const VSOP87Coefficient g_VSOP87C_X4_EARTH[] = { 0.00000000005, 5.56850457487, 156137.71980228278 }, { 0.00000000004, 3.40118346072, 12565.90788249930 }, { 0.00000000003, 5.17221494066, 529.93478257810 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X5_EARTH[] = -{ +constexpr array g_VSOP87C_X5_EARTH +{ { { 0.00000000877, 0.16136296068, 6283.31966747490 }, { 0.00000000305, 5.62973274927, 0.24381748350 }, { 0.00000000101, 4.88076699149, 12566.39551746630 }, @@ -1980,10 +1986,10 @@ const VSOP87Coefficient g_VSOP87C_X5_EARTH[] = { 0.00000000025, 1.27879113841, 6127.89926804070 }, { 0.00000000010, 5.11399286577, 18849.47136745770 }, { 0.00000000003, 2.56205735968, 6282.83203250789 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y0_EARTH[] = -{ +constexpr array g_VSOP87C_Y0_EARTH +{ { { 0.99986069925, 0.18267413078, 6283.31966747490 }, { 0.02506324281, 3.36739796418, 0.24381748350 }, { 0.00835274807, 0.13953892859, 12566.39551746630 }, @@ -2991,10 +2997,10 @@ const VSOP87Coefficient g_VSOP87C_Y0_EARTH[] = { 0.00000000038, 4.48062431201, 20.11150191529 }, { 0.00000000050, 0.05709227621, 84334.66158130829 }, { 0.00000000050, 4.41842921988, 60284.16619777939 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y1_EARTH[] = -{ +constexpr array g_VSOP87C_Y1_EARTH +{ { { 0.00154550744, 5.35844734917, 0.24381748350 }, { 0.00051503383, 4.43183566713, 12566.39551746630 }, { 0.00001290763, 4.38862020180, 18849.47136745770 }, @@ -3595,10 +3601,10 @@ const VSOP87Coefficient g_VSOP87C_Y1_EARTH[] = { 0.00000000019, 2.72494811319, 84020.10309797739 }, { 0.00000000020, 5.42036659910, 50316.95962204730 }, { 0.00000000020, 1.28312164242, 9070.36269133230 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y2_EARTH[] = -{ +constexpr array g_VSOP87C_Y2_EARTH +{ { { 0.00052911498, 1.75323722235, 6283.31966747490 }, { 0.00006074441, 0.48406211192, 0.24381748350 }, { 0.00002406871, 2.66006394470, 12566.39551746630 }, @@ -3847,10 +3853,10 @@ const VSOP87Coefficient g_VSOP87C_Y2_EARTH[] = { 0.00000000009, 6.20390809264, 29826.55017215670 }, { 0.00000000010, 2.66921279687, 23581.50199480110 }, { 0.00000000011, 5.10849785178, 25158.84553724890 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y3_EARTH[] = -{ +constexpr array g_VSOP87C_Y3_EARTH +{ { { 0.00000232790, 1.83555296287, 0.24381748350 }, { 0.00000076843, 0.95359770708, 12566.39551746630 }, { 0.00000035331, 1.77537067174, 6283.31966747490 }, @@ -3897,10 +3903,10 @@ const VSOP87Coefficient g_VSOP87C_Y3_EARTH[] = { 0.00000000006, 4.26851560652, 6282.33934640670 }, { 0.00000000005, 1.89668032657, 4137.15425099970 }, { 0.00000000005, 2.01213704309, 6496.61876291290 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y4_EARTH[] = -{ +constexpr array g_VSOP87C_Y4_EARTH +{ { { 0.00000114918, 4.77291921544, 6283.31966747490 }, { 0.00000006817, 2.90545031303, 0.24381748350 }, { 0.00000003158, 5.19149443854, 12566.39551746630 }, @@ -3921,10 +3927,10 @@ const VSOP87Coefficient g_VSOP87C_Y4_EARTH[] = { 0.00000000005, 3.99770824807, 156137.71980228278 }, { 0.00000000004, 4.97197978751, 12565.90788249930 }, { 0.00000000003, 3.60141861387, 529.93478257810 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y5_EARTH[] = -{ +constexpr array g_VSOP87C_Y5_EARTH +{ { { 0.00000000877, 4.87375194107, 6283.31966747490 }, { 0.00000000305, 4.05893642248, 0.24381748350 }, { 0.00000000101, 3.30997066470, 12566.39551746630 }, @@ -3932,10 +3938,10 @@ const VSOP87Coefficient g_VSOP87C_Y5_EARTH[] = { 0.00000000025, 5.99118011879, 6127.89926804070 }, { 0.00000000010, 3.54319653898, 18849.47136745770 }, { 0.00000000003, 4.13285368647, 6282.83203250789 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z0_EARTH[] = -{ +constexpr array g_VSOP87C_Z0_EARTH +{ { { 0.00000279620, 3.19870156017, 84334.66158130829 }, { 0.00000101625, 5.42248110597, 5507.55323866740 }, { 0.00000080461, 3.88027157914, 5223.69391980220 }, @@ -4114,10 +4120,10 @@ const VSOP87Coefficient g_VSOP87C_Z0_EARTH[] = { 0.00000000056, 2.60133794851, 73188.37597844210 }, { 0.00000000055, 5.81483150022, 143233.51002162008 }, { 0.00000000054, 3.38482031504, 323049.11878710287 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z1_EARTH[] = -{ +constexpr array g_VSOP87C_Z1_EARTH +{ { { 0.00000009031, 3.89751156799, 5507.55323866740 }, { 0.00000006179, 1.73051337995, 5223.69391980220 }, { 0.00000003793, 5.24575814515, 2352.86615377180 }, @@ -4215,10 +4221,10 @@ const VSOP87Coefficient g_VSOP87C_Z1_EARTH[] = { 0.00000000020, 3.74220084927, 1589.07289528380 }, { 0.00000000018, 1.58348238359, 2118.76386037840 }, { 0.00000000019, 0.85407021371, 14712.31711645800 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z2_EARTH[] = -{ +constexpr array g_VSOP87C_Z2_EARTH +{ { { 0.00000001662, 1.62703209173, 84334.66158130829 }, { 0.00000000492, 2.41382223971, 1047.74731175470 }, { 0.00000000344, 2.24353004539, 5507.55323866740 }, @@ -4266,10 +4272,10 @@ const VSOP87Coefficient g_VSOP87C_Z2_EARTH[] = { 0.00000000010, 5.15032130575, 11371.70468975820 }, { 0.00000000013, 0.98720797401, 5729.50644714900 }, { 0.00000000009, 5.94191743597, 7632.94325965020 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z3_EARTH[] = -{ +constexpr array g_VSOP87C_Z3_EARTH +{ { { 0.00000000011, 0.23877262399, 7860.41939243920 }, { 0.00000000009, 1.16069982609, 5507.55323866740 }, { 0.00000000008, 1.65357552925, 5884.92684658320 }, @@ -4281,76 +4287,75 @@ const VSOP87Coefficient g_VSOP87C_Z3_EARTH[] = { 0.00000000006, 0.84181087594, 6275.96230299060 }, { 0.00000000006, 5.40160929468, 1577.34354244780 }, { 0.00000000007, 2.73399865247, 6309.37416979120 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z4_EARTH[] = -{ +constexpr array g_VSOP87C_Z4_EARTH +{ { { 0.00000000004, 0.79662198849, 6438.49624942560 }, { 0.00000000005, 0.84308705203, 1047.74731175470 }, { 0.00000000005, 0.05711572303, 84334.66158130829 }, { 0.00000000003, 3.46779895686, 6279.55273164240 }, { 0.00000000003, 2.89822201212, 6127.65545055720 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87C_X_EARTH[] = -{ - { g_VSOP87C_X0_EARTH, sizeof(g_VSOP87C_X0_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X1_EARTH, sizeof(g_VSOP87C_X1_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X2_EARTH, sizeof(g_VSOP87C_X2_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X3_EARTH, sizeof(g_VSOP87C_X3_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X4_EARTH, sizeof(g_VSOP87C_X4_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X5_EARTH, sizeof(g_VSOP87C_X5_EARTH)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_X_EARTH +{ { + { g_VSOP87C_X0_EARTH.data(), g_VSOP87C_X0_EARTH.size() }, + { g_VSOP87C_X1_EARTH.data(), g_VSOP87C_X1_EARTH.size() }, + { g_VSOP87C_X2_EARTH.data(), g_VSOP87C_X2_EARTH.size() }, + { g_VSOP87C_X3_EARTH.data(), g_VSOP87C_X3_EARTH.size() }, + { g_VSOP87C_X4_EARTH.data(), g_VSOP87C_X4_EARTH.size() }, + { g_VSOP87C_X5_EARTH.data(), g_VSOP87C_X5_EARTH.size() } +} }; -const VSOP87Coefficient2 g_VSOP87C_Y_EARTH[] = -{ - { g_VSOP87C_Y0_EARTH, sizeof(g_VSOP87C_Y0_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y1_EARTH, sizeof(g_VSOP87C_Y1_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y2_EARTH, sizeof(g_VSOP87C_Y2_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y3_EARTH, sizeof(g_VSOP87C_Y3_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y4_EARTH, sizeof(g_VSOP87C_Y4_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y5_EARTH, sizeof(g_VSOP87C_Y5_EARTH)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_Y_EARTH +{ { + { g_VSOP87C_Y0_EARTH.data(), g_VSOP87C_Y0_EARTH.size() }, + { g_VSOP87C_Y1_EARTH.data(), g_VSOP87C_Y1_EARTH.size() }, + { g_VSOP87C_Y2_EARTH.data(), g_VSOP87C_Y2_EARTH.size() }, + { g_VSOP87C_Y3_EARTH.data(), g_VSOP87C_Y3_EARTH.size() }, + { g_VSOP87C_Y4_EARTH.data(), g_VSOP87C_Y4_EARTH.size() }, + { g_VSOP87C_Y5_EARTH.data(), g_VSOP87C_Y5_EARTH.size() } +} }; -const VSOP87Coefficient2 g_VSOP87C_Z_EARTH[] = -{ - { g_VSOP87C_Z0_EARTH, sizeof(g_VSOP87C_Z0_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z1_EARTH, sizeof(g_VSOP87C_Z1_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z2_EARTH, sizeof(g_VSOP87C_Z2_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z3_EARTH, sizeof(g_VSOP87C_Z3_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z4_EARTH, sizeof(g_VSOP87C_Z4_EARTH)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_Z_EARTH +{ { + { g_VSOP87C_Z0_EARTH.data(), g_VSOP87C_Z0_EARTH.size() }, + { g_VSOP87C_Z1_EARTH.data(), g_VSOP87C_Z1_EARTH.size() }, + { g_VSOP87C_Z2_EARTH.data(), g_VSOP87C_Z2_EARTH.size() }, + { g_VSOP87C_Z3_EARTH.data(), g_VSOP87C_Z3_EARTH.size() }, + { g_VSOP87C_Z4_EARTH.data(), g_VSOP87C_Z4_EARTH.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87C_Earth::X(double JD) +double CAAVSOP87C_Earth::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_X_EARTH, sizeof(g_VSOP87C_X_EARTH)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_X_EARTH.data(), g_VSOP87C_X_EARTH.size(), false); } -double CAAVSOP87C_Earth::X_DASH(double JD) +double CAAVSOP87C_Earth::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_X_EARTH, sizeof(g_VSOP87C_X_EARTH)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_X_EARTH.data(), g_VSOP87C_X_EARTH.size()); } -double CAAVSOP87C_Earth::Y(double JD) +double CAAVSOP87C_Earth::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_Y_EARTH, sizeof(g_VSOP87C_Y_EARTH)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_Y_EARTH.data(), g_VSOP87C_Y_EARTH.size(), false); } -double CAAVSOP87C_Earth::Y_DASH(double JD) +double CAAVSOP87C_Earth::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_Y_EARTH, sizeof(g_VSOP87C_Y_EARTH)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_Y_EARTH.data(), g_VSOP87C_Y_EARTH.size()); } -double CAAVSOP87C_Earth::Z(double JD) +double CAAVSOP87C_Earth::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_Z_EARTH, sizeof(g_VSOP87C_Z_EARTH)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_Z_EARTH.data(), g_VSOP87C_Z_EARTH.size(), false); } -double CAAVSOP87C_Earth::Z_DASH(double JD) +double CAAVSOP87C_Earth::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_Z_EARTH, sizeof(g_VSOP87C_Z_EARTH)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_Z_EARTH.data(), g_VSOP87C_Z_EARTH.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87C_JUP.cpp b/Sources/AAPlus/AAVSOP87C_JUP.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87C_JUP.cpp rename to Sources/AAPlus/AAVSOP87C_JUP.cpp index 11e056f..27b1249 --- a/Vendor/AA+/1.6.3/AAVSOP87C_JUP.cpp +++ b/Sources/AAPlus/AAVSOP87C_JUP.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87C_JUP.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87C_JUP.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87C_X0_JUPITER[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87C_X0_JUPITER +{ { { 5.19591755961, 0.59954672200, 529.93478257810 }, { 0.37839498798, 3.39164799011, 0.24381748350 }, { 0.12593400247, 0.94916456487, 1059.62574767270 }, @@ -1304,10 +1310,10 @@ const VSOP87Coefficient g_VSOP87C_X0_JUPITER[] = { 0.00000000472, 5.64551789445, 416.53251340600 }, { 0.00000000491, 2.66310290421, 601.53498740770 }, { 0.00000000476, 0.29096139335, 2015.42726867629 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X1_JUPITER[] = -{ +constexpr array g_VSOP87C_X1_JUPITER +{ { { 0.01912556490, 4.23275123829, 0.24381748350 }, { 0.00634902259, 0.10706507632, 1059.62574767270 }, { 0.00600483021, 2.42939944495, 522.82123557730 }, @@ -1946,10 +1952,10 @@ const VSOP87Coefficient g_VSOP87C_X1_JUPITER[] = { 0.00000000379, 5.06316213675, 9676.72485159910 }, { 0.00000000372, 1.50891676381, 3273.88120030190 }, { 0.00000000372, 4.65050941740, 3274.36883526891 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X2_JUPITER[] = -{ +constexpr array g_VSOP87C_X2_JUPITER +{ { { 0.00202462055, 2.16872090770, 529.93478257810 }, { 0.00132313738, 5.46375601476, 0.24381748350 }, { 0.00123752958, 4.12933545743, 522.82123557730 }, @@ -2308,10 +2314,10 @@ const VSOP87Coefficient g_VSOP87C_X2_JUPITER[] = { 0.00000000530, 1.25410178254, 2221.61281711350 }, { 0.00000000443, 0.57624758775, 89.10949770051 }, { 0.00000000478, 5.10332943513, 2420.68481854989 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X3_JUPITER[] = -{ +constexpr array g_VSOP87C_X3_JUPITER +{ { { 0.00016990902, 5.84326964724, 522.82123557730 }, { 0.00016795793, 4.75643108252, 537.04832957890 }, { 0.00005535565, 0.69030286987, 0.24381748350 }, @@ -2502,10 +2508,10 @@ const VSOP87Coefficient g_VSOP87C_X3_JUPITER[] = { 0.00000000415, 6.25558191427, 501.48059457490 }, { 0.00000000413, 5.02515661889, 1883.88030645450 }, { 0.00000000436, 4.68517073519, 1464.88329754630 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X4_JUPITER[] = -{ +constexpr array g_VSOP87C_X4_JUPITER +{ { { 0.00001739145, 2.99660018877, 537.04832957890 }, { 0.00001740807, 1.29193923641, 522.82123557730 }, { 0.00000593812, 5.24154438099, 529.93478257810 }, @@ -2579,10 +2585,10 @@ const VSOP87Coefficient g_VSOP87C_X4_JUPITER[] = { 0.00000000451, 0.61581620782, 1471.99684454710 }, { 0.00000000466, 1.24608768657, 533.11617631580 }, { 0.00000000396, 3.90384143043, 1603.54380676890 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X5_JUPITER[] = -{ +constexpr array g_VSOP87C_X5_JUPITER +{ { { 0.00000131509, 1.09720765135, 537.04832957890 }, { 0.00000126839, 3.14566028359, 522.82123557730 }, { 0.00000048033, 3.18247744923, 515.70768857651 }, @@ -2598,10 +2604,10 @@ const VSOP87Coefficient g_VSOP87C_X5_JUPITER[] = { 0.00000000886, 4.22728564482, 551.27542358051 }, { 0.00000000665, 1.57102457622, 7.35736448430 }, { 0.00000000466, 2.85877844081, 1596.43025976811 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y0_JUPITER[] = -{ +constexpr array g_VSOP87C_Y0_JUPITER +{ { { 5.19591755961, 5.31193570238, 529.93478257810 }, { 0.37839498798, 1.82085166331, 0.24381748350 }, { 0.12593400247, 5.66155354525, 1059.62574767270 }, @@ -3874,10 +3880,10 @@ const VSOP87Coefficient g_VSOP87C_Y0_JUPITER[] = { 0.00000000472, 0.93312891407, 416.53251340600 }, { 0.00000000491, 1.09230657741, 601.53498740770 }, { 0.00000000476, 1.86175772015, 2015.42726867629 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y1_JUPITER[] = -{ +constexpr array g_VSOP87C_Y1_JUPITER +{ { { 0.01912556490, 2.66195491149, 0.24381748350 }, { 0.00634902259, 4.81945405671, 1059.62574767270 }, { 0.00600483021, 0.85860311815, 522.82123557730 }, @@ -4516,10 +4522,10 @@ const VSOP87Coefficient g_VSOP87C_Y1_JUPITER[] = { 0.00000000379, 3.49236580995, 9676.72485159910 }, { 0.00000000372, 3.07971309061, 3273.88120030190 }, { 0.00000000372, 3.07971309060, 3274.36883526891 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y2_JUPITER[] = -{ +constexpr array g_VSOP87C_Y2_JUPITER +{ { { 0.00202462055, 0.59792458091, 529.93478257810 }, { 0.00132313738, 3.89295968796, 0.24381748350 }, { 0.00123752958, 2.55853913064, 522.82123557730 }, @@ -4878,10 +4884,10 @@ const VSOP87Coefficient g_VSOP87C_Y2_JUPITER[] = { 0.00000000530, 2.82489810933, 2221.61281711350 }, { 0.00000000443, 5.28863656813, 89.10949770051 }, { 0.00000000478, 0.39094045474, 2420.68481854989 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y3_JUPITER[] = -{ +constexpr array g_VSOP87C_Y3_JUPITER +{ { { 0.00016990902, 4.27247332045, 522.82123557730 }, { 0.00016795793, 3.18563475573, 537.04832957890 }, { 0.00005535565, 5.40269185025, 0.24381748350 }, @@ -5072,10 +5078,10 @@ const VSOP87Coefficient g_VSOP87C_Y3_JUPITER[] = { 0.00000000415, 4.68478558747, 501.48059457490 }, { 0.00000000413, 0.31276763851, 1883.88030645450 }, { 0.00000000436, 3.11437440839, 1464.88329754630 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y4_JUPITER[] = -{ +constexpr array g_VSOP87C_Y4_JUPITER +{ { { 0.00001739145, 1.42580386197, 537.04832957890 }, { 0.00001740807, 6.00432821679, 522.82123557730 }, { 0.00000593812, 3.67074805419, 529.93478257810 }, @@ -5149,10 +5155,10 @@ const VSOP87Coefficient g_VSOP87C_Y4_JUPITER[] = { 0.00000000451, 5.32820518820, 1471.99684454710 }, { 0.00000000466, 5.95847666696, 533.11617631580 }, { 0.00000000396, 2.33304510363, 1603.54380676890 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y5_JUPITER[] = -{ +constexpr array g_VSOP87C_Y5_JUPITER +{ { { 0.00000131509, 5.80959663173, 537.04832957890 }, { 0.00000126839, 1.57486395680, 522.82123557730 }, { 0.00000048033, 1.61168112243, 515.70768857651 }, @@ -5168,10 +5174,10 @@ const VSOP87Coefficient g_VSOP87C_Y5_JUPITER[] = { 0.00000000886, 2.65648931803, 551.27542358051 }, { 0.00000000665, 0.00022824942, 7.35736448430 }, { 0.00000000466, 1.28798211401, 1596.43025976811 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z0_JUPITER[] = -{ +constexpr array g_VSOP87C_Z0_JUPITER +{ { { 0.11823100489, 3.55844646343, 529.69096509460 }, { 0.00859031952, 0.00000000000, 0.00000000000 }, { 0.00286562094, 3.90812238338, 1059.38193018920 }, @@ -5388,10 +5394,10 @@ const VSOP87Coefficient g_VSOP87C_Z0_JUPITER[] = { 0.00000000927, 4.91765336511, 1593.00504854690 }, { 0.00000000826, 5.05738343335, 2847.52682690940 }, { 0.00000000738, 0.70435921398, 522.52923398400 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z1_JUPITER[] = -{ +constexpr array g_VSOP87C_Z1_JUPITER +{ { { 0.00922338114, 5.70129376981, 529.69096509460 }, { 0.00016158151, 5.47088355549, 522.57741809380 }, { 0.00011443757, 4.73284385916, 536.80451209540 }, @@ -5516,10 +5522,10 @@ const VSOP87Coefficient g_VSOP87C_Z1_JUPITER[] = { 0.00000000398, 4.50217443276, 2008.55753915900 }, { 0.00000000375, 1.90578907085, 528.94020556920 }, { 0.00000000374, 5.57619428876, 530.44172462000 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z2_JUPITER[] = -{ +constexpr array g_VSOP87C_Z2_JUPITER +{ { { 0.00042203037, 1.45965899387, 529.69096509460 }, { 0.00006345355, 3.14159265359, 0.00000000000 }, { 0.00003895469, 0.95407663893, 522.57741809380 }, @@ -5588,10 +5594,10 @@ const VSOP87Coefficient g_VSOP87C_Z2_JUPITER[] = { 0.00000000530, 1.07172768238, 1692.16566950240 }, { 0.00000000491, 1.99562035757, 1368.66025284500 }, { 0.00000000470, 0.26830712431, 1272.68102562720 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z3_JUPITER[] = -{ +constexpr array g_VSOP87C_Z3_JUPITER +{ { { 0.00001302949, 3.38307505290, 529.69096509460 }, { 0.00000638849, 2.73076320051, 522.57741809380 }, { 0.00000252188, 1.03735897029, 536.80451209540 }, @@ -5631,10 +5637,10 @@ const VSOP87Coefficient g_VSOP87C_Z3_JUPITER[] = { 0.00000000512, 5.55216613299, 433.71173787680 }, { 0.00000000459, 3.26874502411, 213.29909543800 }, { 0.00000000401, 2.27671168160, 1162.47470440780 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z4_JUPITER[] = -{ +constexpr array g_VSOP87C_Z4_JUPITER +{ { { 0.00000078889, 4.52764322985, 522.57741809380 }, { 0.00000028644, 4.45318845059, 529.69096509460 }, { 0.00000026536, 0.00000000000, 0.00000000000 }, @@ -5646,77 +5652,76 @@ const VSOP87Coefficient g_VSOP87C_Z4_JUPITER[] = { 0.00000000957, 6.25072054635, 1066.49547719000 }, { 0.00000000722, 3.64496080495, 1059.38193018920 }, { 0.00000000582, 1.16718383135, 14.22709400160 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z5_JUPITER[] = -{ +constexpr array g_VSOP87C_Z5_JUPITER +{ { { 0.00000007519, 0.09198554072, 522.57741809380 }, { 0.00000001913, 0.00874408003, 515.46387109300 }, { 0.00000001582, 3.27902945138, 536.80451209540 }, { 0.00000000704, 0.27563461391, 529.69096509460 }, { 0.00000000495, 1.29305954542, 543.91805909620 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87C_X_JUPITER[] = -{ - { g_VSOP87C_X0_JUPITER, sizeof(g_VSOP87C_X0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X1_JUPITER, sizeof(g_VSOP87C_X1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X2_JUPITER, sizeof(g_VSOP87C_X2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X3_JUPITER, sizeof(g_VSOP87C_X3_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X4_JUPITER, sizeof(g_VSOP87C_X4_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X5_JUPITER, sizeof(g_VSOP87C_X5_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_X_JUPITER +{ { + { g_VSOP87C_X0_JUPITER.data(), g_VSOP87C_X0_JUPITER.size() }, + { g_VSOP87C_X1_JUPITER.data(), g_VSOP87C_X1_JUPITER.size() }, + { g_VSOP87C_X2_JUPITER.data(), g_VSOP87C_X2_JUPITER.size() }, + { g_VSOP87C_X3_JUPITER.data(), g_VSOP87C_X3_JUPITER.size() }, + { g_VSOP87C_X4_JUPITER.data(), g_VSOP87C_X4_JUPITER.size() }, + { g_VSOP87C_X5_JUPITER.data(), g_VSOP87C_X5_JUPITER.size() } +} }; -const VSOP87Coefficient2 g_VSOP87C_Y_JUPITER[] = -{ - { g_VSOP87C_Y0_JUPITER, sizeof(g_VSOP87C_Y0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y1_JUPITER, sizeof(g_VSOP87C_Y1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y2_JUPITER, sizeof(g_VSOP87C_Y2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y3_JUPITER, sizeof(g_VSOP87C_Y3_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y4_JUPITER, sizeof(g_VSOP87C_Y4_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y5_JUPITER, sizeof(g_VSOP87C_Y5_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_Y_JUPITER +{ { + { g_VSOP87C_Y0_JUPITER.data(), g_VSOP87C_Y0_JUPITER.size() }, + { g_VSOP87C_Y1_JUPITER.data(), g_VSOP87C_Y1_JUPITER.size() }, + { g_VSOP87C_Y2_JUPITER.data(), g_VSOP87C_Y2_JUPITER.size() }, + { g_VSOP87C_Y3_JUPITER.data(), g_VSOP87C_Y3_JUPITER.size() }, + { g_VSOP87C_Y4_JUPITER.data(), g_VSOP87C_Y4_JUPITER.size() }, + { g_VSOP87C_Y5_JUPITER.data(), g_VSOP87C_Y5_JUPITER.size() } +} }; -const VSOP87Coefficient2 g_VSOP87C_Z_JUPITER[] = -{ - { g_VSOP87C_Z0_JUPITER, sizeof(g_VSOP87C_Z0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z1_JUPITER, sizeof(g_VSOP87C_Z1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z2_JUPITER, sizeof(g_VSOP87C_Z2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z3_JUPITER, sizeof(g_VSOP87C_Z3_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z4_JUPITER, sizeof(g_VSOP87C_Z4_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z5_JUPITER, sizeof(g_VSOP87C_Z5_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_Z_JUPITER +{ { + { g_VSOP87C_Z0_JUPITER.data(), g_VSOP87C_Z0_JUPITER.size() }, + { g_VSOP87C_Z1_JUPITER.data(), g_VSOP87C_Z1_JUPITER.size() }, + { g_VSOP87C_Z2_JUPITER.data(), g_VSOP87C_Z2_JUPITER.size() }, + { g_VSOP87C_Z3_JUPITER.data(), g_VSOP87C_Z3_JUPITER.size() }, + { g_VSOP87C_Z4_JUPITER.data(), g_VSOP87C_Z4_JUPITER.size() }, + { g_VSOP87C_Z5_JUPITER.data(), g_VSOP87C_Z5_JUPITER.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87C_Jupiter::X(double JD) +double CAAVSOP87C_Jupiter::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_X_JUPITER, sizeof(g_VSOP87C_X_JUPITER)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_X_JUPITER.data(), g_VSOP87C_X_JUPITER.size(), false); } -double CAAVSOP87C_Jupiter::X_DASH(double JD) +double CAAVSOP87C_Jupiter::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_X_JUPITER, sizeof(g_VSOP87C_X_JUPITER)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_X_JUPITER.data(), g_VSOP87C_X_JUPITER.size()); } -double CAAVSOP87C_Jupiter::Y(double JD) +double CAAVSOP87C_Jupiter::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_Y_JUPITER, sizeof(g_VSOP87C_Y_JUPITER)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_Y_JUPITER.data(), g_VSOP87C_Y_JUPITER.size(), false); } -double CAAVSOP87C_Jupiter::Y_DASH(double JD) +double CAAVSOP87C_Jupiter::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_Y_JUPITER, sizeof(g_VSOP87C_Y_JUPITER)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_Y_JUPITER.data(), g_VSOP87C_Y_JUPITER.size()); } -double CAAVSOP87C_Jupiter::Z(double JD) +double CAAVSOP87C_Jupiter::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_Z_JUPITER, sizeof(g_VSOP87C_Z_JUPITER)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_Z_JUPITER.data(), g_VSOP87C_Z_JUPITER.size(), false); } -double CAAVSOP87C_Jupiter::Z_DASH(double JD) +double CAAVSOP87C_Jupiter::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_Z_JUPITER, sizeof(g_VSOP87C_Z_JUPITER)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_Z_JUPITER.data(), g_VSOP87C_Z_JUPITER.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87C_MAR.cpp b/Sources/AAPlus/AAVSOP87C_MAR.cpp old mode 100755 new mode 100644 similarity index 98% rename from Vendor/AA+/1.6.3/AAVSOP87C_MAR.cpp rename to Sources/AAPlus/AAVSOP87C_MAR.cpp index b325803..6e03697 --- a/Vendor/AA+/1.6.3/AAVSOP87C_MAR.cpp +++ b/Sources/AAPlus/AAVSOP87C_MAR.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87C_MAR.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87C_MAR.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87C_X0_MARS[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87C_X0_MARS +{ { { 1.51664432758, 6.20347631684, 3340.85624418330 }, { 0.21337343470, 2.72390342700, 0.24381748350 }, { 0.07067734657, 0.25841679630, 6681.46867088311 }, @@ -1939,10 +1945,10 @@ const VSOP87Coefficient g_VSOP87C_X0_MARS[] = { 0.00000000060, 4.38893033458, 1368.41643536150 }, { 0.00000000061, 4.63971906183, 1118.99960958630 }, { 0.00000000067, 5.86396730577, 13366.28395293450 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X1_MARS[] = -{ +constexpr array g_VSOP87C_X1_MARS +{ { { 0.01668487239, 4.16976892466, 0.24381748350 }, { 0.00551520815, 5.09364818449, 6681.46867088311 }, { 0.00077122404, 5.43227875215, 10022.08109758290 }, @@ -2966,10 +2972,10 @@ const VSOP87Coefficient g_VSOP87C_X1_MARS[] = { 0.00000000051, 5.06339472166, 102.84895673509 }, { 0.00000000045, 1.82993488286, 2715.18605187090 }, { 0.00000000045, 1.15223938219, 3966.52643649571 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X2_MARS[] = -{ +constexpr array g_VSOP87C_X2_MARS +{ { { 0.00068999338, 5.55726456394, 0.24381748350 }, { 0.00082190105, 1.49108837587, 3340.85624418330 }, { 0.00021826465, 3.36498183687, 6681.46867088311 }, @@ -3481,10 +3487,10 @@ const VSOP87Coefficient g_VSOP87C_X2_MARS[] = { 0.00000000020, 3.19548468220, 33319.05987994170 }, { 0.00000000015, 2.57021608840, 17277.65074931730 }, { 0.00000000020, 5.73090127884, 20043.43074271529 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X3_MARS[] = -{ +constexpr array g_VSOP87C_X3_MARS +{ { { 0.00001905181, 0.55093544444, 0.24381748350 }, { 0.00000638154, 1.43815993842, 6681.46867088311 }, { 0.00000315844, 2.25892403607, 10022.08109758290 }, @@ -3677,10 +3683,10 @@ const VSOP87Coefficient g_VSOP87C_X3_MARS[] = { 0.00000000010, 4.75162534448, 12302.82395912650 }, { 0.00000000009, 4.40822524545, 6684.50415426510 }, { 0.00000000008, 5.21609653228, 2273.87313202630 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X4_MARS[] = -{ +constexpr array g_VSOP87C_X4_MARS +{ { { 0.00000174339, 4.50461485471, 3340.85624418330 }, { 0.00000065332, 1.45277537677, 0.24381748350 }, { 0.00000021612, 5.47577416210, 6681.46867088311 }, @@ -3762,10 +3768,10 @@ const VSOP87Coefficient g_VSOP87C_X4_MARS[] = { 0.00000000004, 5.79414027536, 398.39282089170 }, { 0.00000000003, 6.01492767118, 3870.54720927791 }, { 0.00000000003, 5.81270604686, 7633.18707713370 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X5_MARS[] = -{ +constexpr array g_VSOP87C_X5_MARS +{ { { 0.00000002822, 2.53736821761, 0.24381748350 }, { 0.00000001310, 4.62457430290, 3340.85624418330 }, { 0.00000000954, 3.55909372543, 6681.46867088311 }, @@ -3792,10 +3798,10 @@ const VSOP87Coefficient g_VSOP87C_X5_MARS[] = { 0.00000000006, 0.04415481578, 6684.99178923210 }, { 0.00000000005, 0.78203649698, 23384.53080438210 }, { 0.00000000004, 1.85425114024, 6438.74006690910 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y0_MARS[] = -{ +constexpr array g_VSOP87C_Y0_MARS +{ { { 1.51664432758, 4.63267999004, 3340.85624418330 }, { 0.21337343470, 1.15310710021, 0.24381748350 }, { 0.07067734657, 4.97080577669, 6681.46867088311 }, @@ -5703,10 +5709,10 @@ const VSOP87Coefficient g_VSOP87C_Y0_MARS[] = { 0.00000000060, 5.95972666137, 1368.41643536150 }, { 0.00000000061, 3.06892273504, 1118.99960958630 }, { 0.00000000067, 4.29317097897, 13366.28395293450 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y1_MARS[] = -{ +constexpr array g_VSOP87C_Y1_MARS +{ { { 0.01668487239, 2.59897259786, 0.24381748350 }, { 0.00551520815, 3.52285185770, 6681.46867088311 }, { 0.00077122404, 3.86148242536, 10022.08109758290 }, @@ -6730,10 +6736,10 @@ const VSOP87Coefficient g_VSOP87C_Y1_MARS[] = { 0.00000000051, 0.35100574128, 102.84895673509 }, { 0.00000000045, 0.25913855607, 2715.18605187090 }, { 0.00000000045, 5.86462836257, 3966.52643649571 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y2_MARS[] = -{ +constexpr array g_VSOP87C_Y2_MARS +{ { { 0.00068999338, 3.98646823714, 0.24381748350 }, { 0.00082190105, 6.20347735626, 3340.85624418330 }, { 0.00021826465, 1.79418551007, 6681.46867088311 }, @@ -7245,10 +7251,10 @@ const VSOP87Coefficient g_VSOP87C_Y2_MARS[] = { 0.00000000020, 1.62468835541, 33319.05987994170 }, { 0.00000000015, 0.99941976160, 17277.65074931730 }, { 0.00000000020, 1.01851229845, 20043.43074271529 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y3_MARS[] = -{ +constexpr array g_VSOP87C_Y3_MARS +{ { { 0.00001905181, 5.26332442482, 0.24381748350 }, { 0.00000638154, 6.15054891881, 6681.46867088311 }, { 0.00000315844, 0.68812770928, 10022.08109758290 }, @@ -7441,10 +7447,10 @@ const VSOP87Coefficient g_VSOP87C_Y3_MARS[] = { 0.00000000010, 0.03923636410, 12302.82395912650 }, { 0.00000000009, 5.97902157224, 6684.50415426510 }, { 0.00000000008, 0.50370755190, 2273.87313202630 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y4_MARS[] = -{ +constexpr array g_VSOP87C_Y4_MARS +{ { { 0.00000174339, 2.93381852792, 3340.85624418330 }, { 0.00000065332, 6.16516435716, 0.24381748350 }, { 0.00000021612, 3.90497783530, 6681.46867088311 }, @@ -7526,10 +7532,10 @@ const VSOP87Coefficient g_VSOP87C_Y4_MARS[] = { 0.00000000004, 4.22334394857, 398.39282089170 }, { 0.00000000003, 4.44413134438, 3870.54720927791 }, { 0.00000000003, 4.24190972006, 7633.18707713370 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y5_MARS[] = -{ +constexpr array g_VSOP87C_Y5_MARS +{ { { 0.00000002822, 0.96657189081, 0.24381748350 }, { 0.00000001310, 3.05377797611, 3340.85624418330 }, { 0.00000000954, 1.98829739864, 6681.46867088311 }, @@ -7556,10 +7562,10 @@ const VSOP87Coefficient g_VSOP87C_Y5_MARS[] = { 0.00000000006, 4.75654379617, 6684.99178923210 }, { 0.00000000005, 5.49442547736, 23384.53080438210 }, { 0.00000000004, 0.28345481344, 6438.74006690910 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z0_MARS[] = -{ +constexpr array g_VSOP87C_Z0_MARS +{ { { 0.04901207220, 3.76712324286, 3340.61242669980 }, { 0.00660669541, 0.00000000000, 0.00000000000 }, { 0.00228333904, 4.10544022266, 6681.22485339960 }, @@ -7915,10 +7921,10 @@ const VSOP87Coefficient g_VSOP87C_Z0_MARS[] = { 0.00000000107, 3.59856046864, 5989.06725217280 }, { 0.00000000106, 5.69966166034, 33561.54466643220 }, { 0.00000000105, 3.97375976080, 9380.95967271720 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z1_MARS[] = -{ +constexpr array g_VSOP87C_Z1_MARS +{ { { 0.00533220761, 5.37045188878, 3340.61242669980 }, { 0.00032258788, 3.14159265359, 0.00000000000 }, { 0.00007302119, 5.48197049223, 6681.22485339960 }, @@ -8171,10 +8177,10 @@ const VSOP87Coefficient g_VSOP87C_Z1_MARS[] = { 0.00000000038, 0.87141658782, 3973.39616601300 }, { 0.00000000040, 3.89104366040, 74.78159856730 }, { 0.00000000028, 3.07347183013, 3281.23856478620 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z2_MARS[] = -{ +constexpr array g_VSOP87C_Z2_MARS +{ { { 0.00025937973, 0.59444055009, 3340.61242669980 }, { 0.00011396105, 3.14159265359, 0.00000000000 }, { 0.00000237211, 5.64509583638, 6681.22485339960 }, @@ -8308,10 +8314,10 @@ const VSOP87Coefficient g_VSOP87C_Z2_MARS[] = { 0.00000000014, 3.08467357092, 3503.07906283200 }, { 0.00000000014, 4.02054439730, 3316.73398895200 }, { 0.00000000014, 2.10530552076, 3364.49086444760 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z3_MARS[] = -{ +constexpr array g_VSOP87C_Z3_MARS +{ { { 0.00000897035, 1.98437168368, 3340.61242669980 }, { 0.00000097387, 0.00000000000, 0.00000000000 }, { 0.00000008489, 1.73419562297, 6681.22485339960 }, @@ -8368,10 +8374,10 @@ const VSOP87Coefficient g_VSOP87C_Z3_MARS[] = { 0.00000000007, 5.43009944036, 4933.20844033260 }, { 0.00000000007, 2.19921948725, 6438.49624942560 }, { 0.00000000009, 3.04008808528, 7.11354700080 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z4_MARS[] = -{ +constexpr array g_VSOP87C_Z4_MARS +{ { { 0.00000030554, 0.00000000000, 0.00000000000 }, { 0.00000019442, 3.44959674542, 3340.61242669980 }, { 0.00000000371, 0.36613555151, 6681.22485339960 }, @@ -8392,10 +8398,10 @@ const VSOP87Coefficient g_VSOP87C_Z4_MARS[] = { 0.00000000004, 5.61196522691, 4292.33083295040 }, { 0.00000000004, 4.54689889636, 2942.46342329160 }, { 0.00000000005, 2.79859082923, 13362.44970679920 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z5_MARS[] = -{ +constexpr array g_VSOP87C_Z5_MARS +{ { { 0.00000000597, 4.83347154755, 3340.61242669980 }, { 0.00000000028, 5.25340658633, 6681.22485339960 }, { 0.00000000021, 4.17736925293, 3496.03282613400 }, @@ -8403,68 +8409,67 @@ const VSOP87Coefficient g_VSOP87C_Z5_MARS[] = { 0.00000000006, 5.72895319056, 10021.83728009940 }, { 0.00000000002, 0.08188351604, 16703.06213349900 }, { 0.00000000003, 0.40135650339, 3185.19202726560 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87C_X_MARS[] = -{ - { g_VSOP87C_X0_MARS, sizeof(g_VSOP87C_X0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X1_MARS, sizeof(g_VSOP87C_X1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X2_MARS, sizeof(g_VSOP87C_X2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X3_MARS, sizeof(g_VSOP87C_X3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X4_MARS, sizeof(g_VSOP87C_X4_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X5_MARS, sizeof(g_VSOP87C_X5_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_X_MARS +{ { + { g_VSOP87C_X0_MARS.data(), g_VSOP87C_X0_MARS.size() }, + { g_VSOP87C_X1_MARS.data(), g_VSOP87C_X1_MARS.size() }, + { g_VSOP87C_X2_MARS.data(), g_VSOP87C_X2_MARS.size() }, + { g_VSOP87C_X3_MARS.data(), g_VSOP87C_X3_MARS.size() }, + { g_VSOP87C_X4_MARS.data(), g_VSOP87C_X4_MARS.size() }, + { g_VSOP87C_X5_MARS.data(), g_VSOP87C_X5_MARS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87C_Y_MARS[] = -{ - { g_VSOP87C_Y0_MARS, sizeof(g_VSOP87C_Y0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y1_MARS, sizeof(g_VSOP87C_Y1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y2_MARS, sizeof(g_VSOP87C_Y2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y3_MARS, sizeof(g_VSOP87C_Y3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y4_MARS, sizeof(g_VSOP87C_Y4_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y5_MARS, sizeof(g_VSOP87C_Y5_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_Y_MARS +{ { + { g_VSOP87C_Y0_MARS.data(), g_VSOP87C_Y0_MARS.size() }, + { g_VSOP87C_Y1_MARS.data(), g_VSOP87C_Y1_MARS.size() }, + { g_VSOP87C_Y2_MARS.data(), g_VSOP87C_Y2_MARS.size() }, + { g_VSOP87C_Y3_MARS.data(), g_VSOP87C_Y3_MARS.size() }, + { g_VSOP87C_Y4_MARS.data(), g_VSOP87C_Y4_MARS.size() }, + { g_VSOP87C_Y5_MARS.data(), g_VSOP87C_Y5_MARS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87C_Z_MARS[] = -{ - { g_VSOP87C_Z0_MARS, sizeof(g_VSOP87C_Z0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z1_MARS, sizeof(g_VSOP87C_Z1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z2_MARS, sizeof(g_VSOP87C_Z2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z3_MARS, sizeof(g_VSOP87C_Z3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z4_MARS, sizeof(g_VSOP87C_Z4_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z5_MARS, sizeof(g_VSOP87C_Z5_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_Z_MARS +{ { + { g_VSOP87C_Z0_MARS.data(), g_VSOP87C_Z0_MARS.size() }, + { g_VSOP87C_Z1_MARS.data(), g_VSOP87C_Z1_MARS.size() }, + { g_VSOP87C_Z2_MARS.data(), g_VSOP87C_Z2_MARS.size() }, + { g_VSOP87C_Z3_MARS.data(), g_VSOP87C_Z3_MARS.size() }, + { g_VSOP87C_Z4_MARS.data(), g_VSOP87C_Z4_MARS.size() }, + { g_VSOP87C_Z5_MARS.data(), g_VSOP87C_Z5_MARS.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87C_Mars::X(double JD) +double CAAVSOP87C_Mars::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_X_MARS, sizeof(g_VSOP87C_X_MARS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_X_MARS.data(), g_VSOP87C_X_MARS.size(), false); } -double CAAVSOP87C_Mars::X_DASH(double JD) +double CAAVSOP87C_Mars::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_X_MARS, sizeof(g_VSOP87C_X_MARS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_X_MARS.data(), g_VSOP87C_X_MARS.size()); } -double CAAVSOP87C_Mars::Y(double JD) +double CAAVSOP87C_Mars::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_Y_MARS, sizeof(g_VSOP87C_Y_MARS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_Y_MARS.data(), g_VSOP87C_Y_MARS.size(), false); } -double CAAVSOP87C_Mars::Y_DASH(double JD) +double CAAVSOP87C_Mars::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_Y_MARS, sizeof(g_VSOP87C_Y_MARS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_Y_MARS.data(), g_VSOP87C_Y_MARS.size()); } -double CAAVSOP87C_Mars::Z(double JD) +double CAAVSOP87C_Mars::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_Z_MARS, sizeof(g_VSOP87C_Z_MARS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_Z_MARS.data(), g_VSOP87C_Z_MARS.size(), false); } -double CAAVSOP87C_Mars::Z_DASH(double JD) +double CAAVSOP87C_Mars::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_Z_MARS, sizeof(g_VSOP87C_Z_MARS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_Z_MARS.data(), g_VSOP87C_Z_MARS.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87C_MER.cpp b/Sources/AAPlus/AAVSOP87C_MER.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87C_MER.cpp rename to Sources/AAPlus/AAVSOP87C_MER.cpp index 1c72812..3ca3cbf --- a/Vendor/AA+/1.6.3/AAVSOP87C_MER.cpp +++ b/Sources/AAPlus/AAVSOP87C_MER.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87C_MER.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87C_MER.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87C_X0_MERCURY[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87C_X0_MERCURY +{ { { 0.37749277893, 4.40259139579, 26088.14695905770 }, { 0.11918926148, 4.49027758439, 0.24381748350 }, { 0.03840153904, 1.17015646101, 52176.05010063190 }, @@ -1885,10 +1891,10 @@ const VSOP87Coefficient g_VSOP87C_X0_MERCURY[] = { 0.00000000001, 2.62468643294, 50807.38984778689 }, { 0.00000000001, 6.16306543539, 78187.19953596349 }, { 0.00000000002, 5.06371993416, 51472.41691601449 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X1_MERCURY[] = -{ +constexpr array g_VSOP87C_X1_MERCURY +{ { { 0.00328639517, 6.04028758995, 0.24381748350 }, { 0.00106107047, 5.91538469937, 52176.05010063190 }, { 0.00032448440, 2.68404164136, 78263.95324220609 }, @@ -2912,10 +2918,10 @@ const VSOP87Coefficient g_VSOP87C_X1_MERCURY[] = { 0.00000000001, 1.59903474540, 89586.12970554348 }, { 0.00000000001, 3.74413194011, 131394.87163199607 }, { 0.00000000001, 0.61669479944, 77039.64776646046 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X2_MERCURY[] = -{ +constexpr array g_VSOP87C_X2_MERCURY +{ { { 0.00020000263, 5.96893489541, 26088.14695905770 }, { 0.00008268782, 0.41593027178, 0.24381748350 }, { 0.00002498175, 3.38864668295, 52176.05010063190 }, @@ -3329,10 +3335,10 @@ const VSOP87Coefficient g_VSOP87C_X2_MERCURY[] = { 0.00000000000, 1.99592158964, 78903.85052852010 }, { 0.00000000000, 0.06549387620, 44936.88687406489 }, { 0.00000000000, 4.55067254270, 286966.69073983253 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X3_MERCURY[] = -{ +constexpr array g_VSOP87C_X3_MERCURY +{ { { 0.00000180660, 1.53524873089, 0.24381748350 }, { 0.00000056109, 1.50368825372, 52176.05010063190 }, { 0.00000023909, 5.09285389011, 78263.95324220609 }, @@ -3468,10 +3474,10 @@ const VSOP87Coefficient g_VSOP87C_X3_MERCURY[] = { 0.00000000000, 3.64742441695, 105411.23831396949 }, { 0.00000000000, 2.56174511433, 103292.47445359109 }, { 0.00000000000, 3.50117859238, 23868.90221990390 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X4_MERCURY[] = -{ +constexpr array g_VSOP87C_X4_MERCURY +{ { { 0.00000043303, 2.70854317703, 26088.14695905770 }, { 0.00000016746, 2.85109602051, 0.24381748350 }, { 0.00000005097, 5.82035608585, 52176.05010063190 }, @@ -3514,10 +3520,10 @@ const VSOP87Coefficient g_VSOP87C_X4_MERCURY[] = { 0.00000000000, 3.35368510638, 27043.74670066630 }, { 0.00000000000, 4.71304947972, 529.93478257810 }, { 0.00000000000, 5.15326778299, 57837.38214978410 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X5_MERCURY[] = -{ +constexpr array g_VSOP87C_X5_MERCURY +{ { { 0.00000000414, 4.09017660105, 0.24381748350 }, { 0.00000000327, 2.83894329980, 26088.14695905770 }, { 0.00000000134, 4.51536199764, 52176.05010063190 }, @@ -3534,10 +3540,10 @@ const VSOP87Coefficient g_VSOP87C_X5_MERCURY[] = { 0.00000000000, 3.92135630671, 104351.36874881329 }, { 0.00000000000, 1.30030594321, 24978.76840696430 }, { 0.00000000000, 0.96944549328, 27197.52551115110 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y0_MERCURY[] = -{ +constexpr array g_VSOP87C_Y0_MERCURY +{ { { 0.37749277893, 2.83179506899, 26088.14695905770 }, { 0.11918926148, 2.91948125760, 0.24381748350 }, { 0.03840153904, 5.88254544140, 52176.05010063190 }, @@ -5391,10 +5397,10 @@ const VSOP87Coefficient g_VSOP87C_Y0_MERCURY[] = { 0.00000000001, 1.05389010615, 50807.38984778689 }, { 0.00000000001, 1.45067645500, 78187.19953596349 }, { 0.00000000002, 3.49292360736, 51472.41691601449 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y1_MERCURY[] = -{ +constexpr array g_VSOP87C_Y1_MERCURY +{ { { 0.00328639517, 4.46949126315, 0.24381748350 }, { 0.00106107047, 4.34458837257, 52176.05010063190 }, { 0.00032448440, 1.11324531456, 78263.95324220609 }, @@ -6418,10 +6424,10 @@ const VSOP87Coefficient g_VSOP87C_Y1_MERCURY[] = { 0.00000000001, 3.16983107219, 89586.12970554348 }, { 0.00000000001, 5.31492826690, 131394.87163199607 }, { 0.00000000001, 2.18749112623, 77039.64776646046 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y2_MERCURY[] = -{ +constexpr array g_VSOP87C_Y2_MERCURY +{ { { 0.00020000263, 4.39813856862, 26088.14695905770 }, { 0.00008268782, 5.12831925217, 0.24381748350 }, { 0.00002498175, 1.81785035615, 52176.05010063190 }, @@ -6835,10 +6841,10 @@ const VSOP87Coefficient g_VSOP87C_Y2_MERCURY[] = { 0.00000000000, 0.42512526285, 78903.85052852010 }, { 0.00000000000, 1.63629020299, 44936.88687406489 }, { 0.00000000000, 6.12146886950, 286966.69073983253 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y3_MERCURY[] = -{ +constexpr array g_VSOP87C_Y3_MERCURY +{ { { 0.00000180660, 6.24763771127, 0.24381748350 }, { 0.00000056109, 6.21607723411, 52176.05010063190 }, { 0.00000023909, 3.52205756332, 78263.95324220609 }, @@ -6974,10 +6980,10 @@ const VSOP87Coefficient g_VSOP87C_Y3_MERCURY[] = { 0.00000000000, 2.07662809015, 105411.23831396949 }, { 0.00000000000, 0.99094878754, 103292.47445359109 }, { 0.00000000000, 5.07197491918, 23868.90221990390 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y4_MERCURY[] = -{ +constexpr array g_VSOP87C_Y4_MERCURY +{ { { 0.00000043303, 1.13774685024, 26088.14695905770 }, { 0.00000016746, 1.28029969371, 0.24381748350 }, { 0.00000005097, 4.24955975906, 52176.05010063190 }, @@ -7020,10 +7026,10 @@ const VSOP87Coefficient g_VSOP87C_Y4_MERCURY[] = { 0.00000000000, 1.78288877958, 27043.74670066630 }, { 0.00000000000, 3.14225315293, 529.93478257810 }, { 0.00000000000, 3.58247145620, 57837.38214978410 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y5_MERCURY[] = -{ +constexpr array g_VSOP87C_Y5_MERCURY +{ { { 0.00000000414, 2.51938027426, 0.24381748350 }, { 0.00000000327, 1.26814697300, 26088.14695905770 }, { 0.00000000134, 2.94456567084, 52176.05010063190 }, @@ -7040,10 +7046,10 @@ const VSOP87Coefficient g_VSOP87C_Y5_MERCURY[] = { 0.00000000000, 5.49215263350, 104351.36874881329 }, { 0.00000000000, 6.01269492359, 24978.76840696430 }, { 0.00000000000, 5.68183447366, 27197.52551115110 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z0_MERCURY[] = -{ +constexpr array g_VSOP87C_Z0_MERCURY +{ { { 0.04607665326, 1.99295081967, 26087.90314157420 }, { 0.00708734365, 3.14159265359, 0.00000000000 }, { 0.00469171617, 5.04215742764, 52175.80628314840 }, @@ -7642,10 +7648,10 @@ const VSOP87Coefficient g_VSOP87C_Z0_MERCURY[] = { 0.00000000003, 2.24128507678, 78160.61665050399 }, { 0.00000000003, 1.67457691866, 182188.72380014337 }, { 0.00000000003, 1.36021422148, 136722.59155786238 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z1_MERCURY[] = -{ +constexpr array g_VSOP87C_Z1_MERCURY +{ { { 0.00172388569, 3.47961470688, 26087.90314157420 }, { 0.00084745328, 3.14159265359, 0.00000000000 }, { 0.00004790619, 6.21921644635, 52175.80628314840 }, @@ -8006,10 +8012,10 @@ const VSOP87Coefficient g_VSOP87C_Z1_MERCURY[] = { 0.00000000001, 2.22421236230, 25984.81036735560 }, { 0.00000000001, 4.51546243970, 48835.19385644859 }, { 0.00000000001, 3.61219119527, 131395.11544947958 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z2_MERCURY[] = -{ +constexpr array g_VSOP87C_Z2_MERCURY +{ { { 0.00004475377, 4.81703460547, 26087.90314157420 }, { 0.00001109532, 0.00000000000, 0.00000000000 }, { 0.00000180327, 1.19420644188, 52175.80628314840 }, @@ -8177,10 +8183,10 @@ const VSOP87Coefficient g_VSOP87C_Z2_MERCURY[] = { 0.00000000001, 0.17150693291, 433.71173787680 }, { 0.00000000000, 2.10468974660, 25619.93815121980 }, { 0.00000000001, 5.16942669114, 77837.11123384659 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z3_MERCURY[] = -{ +constexpr array g_VSOP87C_Z3_MERCURY +{ { { 0.00000099250, 0.29443229590, 26087.90314157420 }, { 0.00000092976, 0.00000000000, 0.00000000000 }, { 0.00000003230, 4.02309993038, 52175.80628314840 }, @@ -8228,10 +8234,10 @@ const VSOP87Coefficient g_VSOP87C_Z3_MERCURY[] = { 0.00000000000, 1.30349643922, 51646.11531805379 }, { 0.00000000000, 3.55639554083, 53131.40602475700 }, { 0.00000000000, 1.15022684382, 25874.60404613620 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z4_MERCURY[] = -{ +constexpr array g_VSOP87C_Z4_MERCURY +{ { { 0.00000001500, 1.82376153122, 26087.90314157420 }, { 0.00000000592, 3.14159265359, 0.00000000000 }, { 0.00000000056, 3.48599666355, 52175.80628314840 }, @@ -8244,10 +8250,10 @@ const VSOP87Coefficient g_VSOP87C_Z4_MERCURY[] = { 0.00000000000, 4.64908450350, 27197.28169366760 }, { 0.00000000000, 1.37450705839, 234791.12827416777 }, { 0.00000000000, 1.42617733060, 24978.52458948080 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z5_MERCURY[] = -{ +constexpr array g_VSOP87C_Z5_MERCURY +{ { { 0.00000000045, 3.82268203713, 26087.90314157420 }, { 0.00000000043, 3.14159265359, 0.00000000000 }, { 0.00000000003, 1.05444326177, 52175.80628314840 }, @@ -8255,68 +8261,67 @@ const VSOP87Coefficient g_VSOP87C_Z5_MERCURY[] = { 0.00000000000, 1.68820918658, 104351.61256629678 }, { 0.00000000000, 5.41907824804, 130439.51570787099 }, { 0.00000000000, 2.90287004404, 156527.41884944518 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87C_X_MERCURY[] = -{ - { g_VSOP87C_X0_MERCURY, sizeof(g_VSOP87C_X0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X1_MERCURY, sizeof(g_VSOP87C_X1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X2_MERCURY, sizeof(g_VSOP87C_X2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X3_MERCURY, sizeof(g_VSOP87C_X3_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X4_MERCURY, sizeof(g_VSOP87C_X4_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X5_MERCURY, sizeof(g_VSOP87C_X5_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_X_MERCURY +{ { + { g_VSOP87C_X0_MERCURY.data(), g_VSOP87C_X0_MERCURY.size() }, + { g_VSOP87C_X1_MERCURY.data(), g_VSOP87C_X1_MERCURY.size() }, + { g_VSOP87C_X2_MERCURY.data(), g_VSOP87C_X2_MERCURY.size() }, + { g_VSOP87C_X3_MERCURY.data(), g_VSOP87C_X3_MERCURY.size() }, + { g_VSOP87C_X4_MERCURY.data(), g_VSOP87C_X4_MERCURY.size() }, + { g_VSOP87C_X5_MERCURY.data(), g_VSOP87C_X5_MERCURY.size() } +} }; -const VSOP87Coefficient2 g_VSOP87C_Y_MERCURY[] = -{ - { g_VSOP87C_Y0_MERCURY, sizeof(g_VSOP87C_Y0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y1_MERCURY, sizeof(g_VSOP87C_Y1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y2_MERCURY, sizeof(g_VSOP87C_Y2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y3_MERCURY, sizeof(g_VSOP87C_Y3_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y4_MERCURY, sizeof(g_VSOP87C_Y4_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y5_MERCURY, sizeof(g_VSOP87C_Y5_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_Y_MERCURY +{ { + { g_VSOP87C_Y0_MERCURY.data(), g_VSOP87C_Y0_MERCURY.size() }, + { g_VSOP87C_Y1_MERCURY.data(), g_VSOP87C_Y1_MERCURY.size() }, + { g_VSOP87C_Y2_MERCURY.data(), g_VSOP87C_Y2_MERCURY.size() }, + { g_VSOP87C_Y3_MERCURY.data(), g_VSOP87C_Y3_MERCURY.size() }, + { g_VSOP87C_Y4_MERCURY.data(), g_VSOP87C_Y4_MERCURY.size() }, + { g_VSOP87C_Y5_MERCURY.data(), g_VSOP87C_Y5_MERCURY.size() } +} }; -const VSOP87Coefficient2 g_VSOP87C_Z_MERCURY[] = -{ - { g_VSOP87C_Z0_MERCURY, sizeof(g_VSOP87C_Z0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z1_MERCURY, sizeof(g_VSOP87C_Z1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z2_MERCURY, sizeof(g_VSOP87C_Z2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z3_MERCURY, sizeof(g_VSOP87C_Z3_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z4_MERCURY, sizeof(g_VSOP87C_Z4_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z5_MERCURY, sizeof(g_VSOP87C_Z5_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_Z_MERCURY +{ { + { g_VSOP87C_Z0_MERCURY.data(), g_VSOP87C_Z0_MERCURY.size() }, + { g_VSOP87C_Z1_MERCURY.data(), g_VSOP87C_Z1_MERCURY.size() }, + { g_VSOP87C_Z2_MERCURY.data(), g_VSOP87C_Z2_MERCURY.size() }, + { g_VSOP87C_Z3_MERCURY.data(), g_VSOP87C_Z3_MERCURY.size() }, + { g_VSOP87C_Z4_MERCURY.data(), g_VSOP87C_Z4_MERCURY.size() }, + { g_VSOP87C_Z5_MERCURY.data(), g_VSOP87C_Z5_MERCURY.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87C_Mercury::X(double JD) +double CAAVSOP87C_Mercury::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_X_MERCURY, sizeof(g_VSOP87C_X_MERCURY)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_X_MERCURY.data(), g_VSOP87C_X_MERCURY.size(), false); } -double CAAVSOP87C_Mercury::X_DASH(double JD) +double CAAVSOP87C_Mercury::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_X_MERCURY, sizeof(g_VSOP87C_X_MERCURY)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_X_MERCURY.data(), g_VSOP87C_X_MERCURY.size()); } -double CAAVSOP87C_Mercury::Y(double JD) +double CAAVSOP87C_Mercury::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_Y_MERCURY, sizeof(g_VSOP87C_Y_MERCURY)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_Y_MERCURY.data(), g_VSOP87C_Y_MERCURY.size(), false); } -double CAAVSOP87C_Mercury::Y_DASH(double JD) +double CAAVSOP87C_Mercury::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_Y_MERCURY, sizeof(g_VSOP87C_Y_MERCURY)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_Y_MERCURY.data(), g_VSOP87C_Y_MERCURY.size()); } -double CAAVSOP87C_Mercury::Z(double JD) +double CAAVSOP87C_Mercury::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_Z_MERCURY, sizeof(g_VSOP87C_Z_MERCURY)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_Z_MERCURY.data(), g_VSOP87C_Z_MERCURY.size(), false); } -double CAAVSOP87C_Mercury::Z_DASH(double JD) +double CAAVSOP87C_Mercury::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_Z_MERCURY, sizeof(g_VSOP87C_Z_MERCURY)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_Z_MERCURY.data(), g_VSOP87C_Z_MERCURY.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87C_NEP.cpp b/Sources/AAPlus/AAVSOP87C_NEP.cpp old mode 100755 new mode 100644 similarity index 96% rename from Vendor/AA+/1.6.3/AAVSOP87C_NEP.cpp rename to Sources/AAPlus/AAVSOP87C_NEP.cpp index 75202a5..eac7785 --- a/Vendor/AA+/1.6.3/AAVSOP87C_NEP.cpp +++ b/Sources/AAPlus/AAVSOP87C_NEP.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87C_NEP.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87C_NEP.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87C_X0_NEPTUNE[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87C_X0_NEPTUNE +{ { { 30.05973100580, 5.31188633083, 38.37685312130 }, { 0.40567587218, 3.98149970131, 0.24381748350 }, { 0.13506026414, 3.50055820972, 76.50988875911 }, @@ -853,10 +859,10 @@ const VSOP87Coefficient g_VSOP87C_X0_NEPTUNE[] = { 0.00000002232, 2.42168492591, 158.12984768129 }, { 0.00000002961, 4.37134416172, 286.35240381350 }, { 0.00000002961, 4.37134416172, 286.84003878050 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X1_NEPTUNE[] = -{ +constexpr array g_VSOP87C_X1_NEPTUNE +{ { { 0.00357822049, 4.60537437341, 0.24381748350 }, { 0.00256200629, 2.01693264233, 36.89238041300 }, { 0.00242677799, 5.46293481092, 39.86132582961 }, @@ -1199,10 +1205,10 @@ const VSOP87Coefficient g_VSOP87C_X1_NEPTUNE[] = { 0.00000002300, 0.62755545112, 986.05343516780 }, { 0.00000002199, 2.78438991669, 606.20085385370 }, { 0.00000002325, 3.26991047297, 109.70187130500 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X2_NEPTUNE[] = -{ +constexpr array g_VSOP87C_X2_NEPTUNE +{ { { 0.01620002167, 0.60038473142, 38.37685312130 }, { 0.00028138323, 5.58440767451, 0.24381748350 }, { 0.00012318619, 2.58513114618, 39.86132582961 }, @@ -1316,10 +1322,10 @@ const VSOP87Coefficient g_VSOP87C_X2_NEPTUNE[] = { 0.00000002327, 0.39474993260, 38.42503723110 }, { 0.00000002481, 5.56752927904, 655.17383907870 }, { 0.00000002569, 4.22623902188, 464.97504399731 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X3_NEPTUNE[] = -{ +constexpr array g_VSOP87C_X3_NEPTUNE +{ { { 0.00000985355, 0.69240373955, 38.37685312130 }, { 0.00000482798, 0.83271959724, 37.88921815429 }, { 0.00000416447, 0.37037561694, 0.24381748350 }, @@ -1357,10 +1363,10 @@ const VSOP87Coefficient g_VSOP87C_X3_NEPTUNE[] = { 0.00000002279, 4.63709500769, 458.81015062800 }, { 0.00000002147, 2.63611189369, 175.40987728371 }, { 0.00000002637, 3.63693499332, 73.54094334250 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X4_NEPTUNE[] = -{ +constexpr array g_VSOP87C_X4_NEPTUNE +{ { { 0.00003455306, 3.61464892215, 38.37685312130 }, { 0.00000047405, 2.21390996774, 0.24381748350 }, { 0.00000021936, 2.72972488197, 37.88921815429 }, @@ -1375,15 +1381,15 @@ const VSOP87Coefficient g_VSOP87C_X4_NEPTUNE[] = { 0.00000002981, 0.29920864811, 1.72829019180 }, { 0.00000002295, 0.13749342692, 220.65645992230 }, { 0.00000002296, 4.70646260044, 206.42936592071 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X5_NEPTUNE[] = -{ +constexpr array g_VSOP87C_X5_NEPTUNE +{ { { 0.00000026291, 3.71724730200, 38.37685312130 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y0_NEPTUNE[] = -{ +constexpr array g_VSOP87C_Y0_NEPTUNE +{ { { 30.05973100580, 3.74109000403, 38.37685312130 }, { 0.40567587218, 2.41070337452, 0.24381748350 }, { 0.13506026414, 1.92976188293, 76.50988875911 }, @@ -2205,10 +2211,10 @@ const VSOP87Coefficient g_VSOP87C_Y0_NEPTUNE[] = { 0.00000002232, 3.99248125271, 158.12984768129 }, { 0.00000002961, 5.94214048852, 286.35240381350 }, { 0.00000002961, 2.80054783493, 286.84003878050 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y1_NEPTUNE[] = -{ +constexpr array g_VSOP87C_Y1_NEPTUNE +{ { { 0.00357822049, 3.03457804662, 0.24381748350 }, { 0.00256200629, 0.44613631554, 36.89238041300 }, { 0.00242677799, 3.89213848413, 39.86132582961 }, @@ -2551,10 +2557,10 @@ const VSOP87Coefficient g_VSOP87C_Y1_NEPTUNE[] = { 0.00000002300, 2.19835177792, 986.05343516780 }, { 0.00000002199, 1.21359358990, 606.20085385370 }, { 0.00000002325, 4.84070679976, 109.70187130500 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y2_NEPTUNE[] = -{ +constexpr array g_VSOP87C_Y2_NEPTUNE +{ { { 0.01620002167, 5.31277371181, 38.37685312130 }, { 0.00028138323, 4.01361134771, 0.24381748350 }, { 0.00012318619, 1.01433481938, 39.86132582961 }, @@ -2668,10 +2674,10 @@ const VSOP87Coefficient g_VSOP87C_Y2_NEPTUNE[] = { 0.00000002327, 5.10713891298, 38.42503723110 }, { 0.00000002481, 0.85514029866, 655.17383907870 }, { 0.00000002569, 2.65544269508, 464.97504399731 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y3_NEPTUNE[] = -{ +constexpr array g_VSOP87C_Y3_NEPTUNE +{ { { 0.00000985355, 5.40479271994, 38.37685312130 }, { 0.00000482798, 2.40351592403, 37.88921815429 }, { 0.00000416447, 5.08276459732, 0.24381748350 }, @@ -2709,10 +2715,10 @@ const VSOP87Coefficient g_VSOP87C_Y3_NEPTUNE[] = { 0.00000002279, 6.20789133449, 458.81015062800 }, { 0.00000002147, 1.06531556689, 175.40987728371 }, { 0.00000002637, 2.06613866653, 73.54094334250 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y4_NEPTUNE[] = -{ +constexpr array g_VSOP87C_Y4_NEPTUNE +{ { { 0.00003455306, 2.04385259535, 38.37685312130 }, { 0.00000047405, 0.64311364094, 0.24381748350 }, { 0.00000021936, 4.30052120876, 37.88921815429 }, @@ -2727,15 +2733,15 @@ const VSOP87Coefficient g_VSOP87C_Y4_NEPTUNE[] = { 0.00000002981, 5.01159762849, 1.72829019180 }, { 0.00000002295, 4.84988240730, 220.65645992230 }, { 0.00000002296, 3.13566627364, 206.42936592071 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y5_NEPTUNE[] = -{ +constexpr array g_VSOP87C_Y5_NEPTUNE +{ { { 0.00000026291, 2.14645097520, 38.37685312130 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z0_NEPTUNE[] = -{ +constexpr array g_VSOP87C_Z0_NEPTUNE +{ { { 0.92866054405, 1.44103930278, 38.13303563780 }, { 0.01245978462, 0.00000000000, 0.00000000000 }, { 0.00474333567, 2.52218774238, 36.64856292950 }, @@ -2869,10 +2875,10 @@ const VSOP87Coefficient g_VSOP87C_Z0_NEPTUNE[] = { 0.00000004678, 4.87546696295, 442.75170057060 }, { 0.00000004407, 5.58110402011, 252.08652238160 }, { 0.00000004305, 1.31724140028, 493.04240216510 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z1_NEPTUNE[] = -{ +constexpr array g_VSOP87C_Z1_NEPTUNE +{ { { 0.06832633707, 3.80782656293, 38.13303563780 }, { 0.00064598028, 3.14159265359, 0.00000000000 }, { 0.00042738331, 4.82540335637, 36.64856292950 }, @@ -2934,10 +2940,10 @@ const VSOP87Coefficient g_VSOP87C_Z1_NEPTUNE[] = { 0.00000002787, 1.21334651843, 72.07328558160 }, { 0.00000002453, 3.18401661435, 42.32582133180 }, { 0.00000002523, 5.51669920239, 8.07675484730 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z2_NEPTUNE[] = -{ +constexpr array g_VSOP87C_Z2_NEPTUNE +{ { { 0.00291361164, 5.57085222635, 38.13303563780 }, { 0.00002207820, 0.45423510946, 36.64856292950 }, { 0.00002644401, 3.14159265359, 0.00000000000 }, @@ -2958,10 +2964,10 @@ const VSOP87Coefficient g_VSOP87C_Z2_NEPTUNE[] = { 0.00000006818, 1.56386946094, 114.39910691340 }, { 0.00000004838, 0.83470875824, 220.41264243880 }, { 0.00000002545, 0.43712705655, 4.45341812490 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z3_NEPTUNE[] = -{ +constexpr array g_VSOP87C_Z3_NEPTUNE +{ { { 0.00008221290, 1.01632472042, 38.13303563780 }, { 0.00000103933, 0.00000000000, 0.00000000000 }, { 0.00000070154, 2.36502685986, 36.64856292950 }, @@ -2970,78 +2976,77 @@ const VSOP87Coefficient g_VSOP87C_Z3_NEPTUNE[] = { 0.00000007111, 3.99067059016, 1.48447270830 }, { 0.00000004656, 3.62376309338, 35.16409022120 }, { 0.00000002988, 1.03727330540, 74.78159856730 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z4_NEPTUNE[] = -{ +constexpr array g_VSOP87C_Z4_NEPTUNE +{ { { 0.00000172227, 2.66872693322, 38.13303563780 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z5_NEPTUNE[] = -{ +constexpr array g_VSOP87C_Z5_NEPTUNE +{ { { 0.00000003394, 4.70646877989, 38.13303563780 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87C_X_NEPTUNE[] = -{ - { g_VSOP87C_X0_NEPTUNE, sizeof(g_VSOP87C_X0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X1_NEPTUNE, sizeof(g_VSOP87C_X1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X2_NEPTUNE, sizeof(g_VSOP87C_X2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X3_NEPTUNE, sizeof(g_VSOP87C_X3_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X4_NEPTUNE, sizeof(g_VSOP87C_X4_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X5_NEPTUNE, sizeof(g_VSOP87C_X5_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_X_NEPTUNE +{ { + { g_VSOP87C_X0_NEPTUNE.data(), g_VSOP87C_X0_NEPTUNE.size() }, + { g_VSOP87C_X1_NEPTUNE.data(), g_VSOP87C_X1_NEPTUNE.size() }, + { g_VSOP87C_X2_NEPTUNE.data(), g_VSOP87C_X2_NEPTUNE.size() }, + { g_VSOP87C_X3_NEPTUNE.data(), g_VSOP87C_X3_NEPTUNE.size() }, + { g_VSOP87C_X4_NEPTUNE.data(), g_VSOP87C_X4_NEPTUNE.size() }, + { g_VSOP87C_X5_NEPTUNE.data(), g_VSOP87C_X5_NEPTUNE.size() } +} }; -const VSOP87Coefficient2 g_VSOP87C_Y_NEPTUNE[] = -{ - { g_VSOP87C_Y0_NEPTUNE, sizeof(g_VSOP87C_Y0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y1_NEPTUNE, sizeof(g_VSOP87C_Y1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y2_NEPTUNE, sizeof(g_VSOP87C_Y2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y3_NEPTUNE, sizeof(g_VSOP87C_Y3_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y4_NEPTUNE, sizeof(g_VSOP87C_Y4_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y5_NEPTUNE, sizeof(g_VSOP87C_Y5_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_Y_NEPTUNE +{ { + { g_VSOP87C_Y0_NEPTUNE.data(), g_VSOP87C_Y0_NEPTUNE.size() }, + { g_VSOP87C_Y1_NEPTUNE.data(), g_VSOP87C_Y1_NEPTUNE.size() }, + { g_VSOP87C_Y2_NEPTUNE.data(), g_VSOP87C_Y2_NEPTUNE.size() }, + { g_VSOP87C_Y3_NEPTUNE.data(), g_VSOP87C_Y3_NEPTUNE.size() }, + { g_VSOP87C_Y4_NEPTUNE.data(), g_VSOP87C_Y4_NEPTUNE.size() }, + { g_VSOP87C_Y5_NEPTUNE.data(), g_VSOP87C_Y5_NEPTUNE.size() } +} }; -const VSOP87Coefficient2 g_VSOP87C_Z_NEPTUNE[] = -{ - { g_VSOP87C_Z0_NEPTUNE, sizeof(g_VSOP87C_Z0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z1_NEPTUNE, sizeof(g_VSOP87C_Z1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z2_NEPTUNE, sizeof(g_VSOP87C_Z2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z3_NEPTUNE, sizeof(g_VSOP87C_Z3_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z4_NEPTUNE, sizeof(g_VSOP87C_Z4_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z5_NEPTUNE, sizeof(g_VSOP87C_Z5_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_Z_NEPTUNE +{ { + { g_VSOP87C_Z0_NEPTUNE.data(), g_VSOP87C_Z0_NEPTUNE.size() }, + { g_VSOP87C_Z1_NEPTUNE.data(), g_VSOP87C_Z1_NEPTUNE.size() }, + { g_VSOP87C_Z2_NEPTUNE.data(), g_VSOP87C_Z2_NEPTUNE.size() }, + { g_VSOP87C_Z3_NEPTUNE.data(), g_VSOP87C_Z3_NEPTUNE.size() }, + { g_VSOP87C_Z4_NEPTUNE.data(), g_VSOP87C_Z4_NEPTUNE.size() }, + { g_VSOP87C_Z5_NEPTUNE.data(), g_VSOP87C_Z5_NEPTUNE.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87C_Neptune::X(double JD) +double CAAVSOP87C_Neptune::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_X_NEPTUNE, sizeof(g_VSOP87C_X_NEPTUNE)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_X_NEPTUNE.data(), g_VSOP87C_X_NEPTUNE.size(), false); } -double CAAVSOP87C_Neptune::X_DASH(double JD) +double CAAVSOP87C_Neptune::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_X_NEPTUNE, sizeof(g_VSOP87C_X_NEPTUNE)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_X_NEPTUNE.data(), g_VSOP87C_X_NEPTUNE.size()); } -double CAAVSOP87C_Neptune::Y(double JD) +double CAAVSOP87C_Neptune::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_Y_NEPTUNE, sizeof(g_VSOP87C_Y_NEPTUNE)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_Y_NEPTUNE.data(), g_VSOP87C_Y_NEPTUNE.size(), false); } -double CAAVSOP87C_Neptune::Y_DASH(double JD) +double CAAVSOP87C_Neptune::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_Y_NEPTUNE, sizeof(g_VSOP87C_Y_NEPTUNE)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_Y_NEPTUNE.data(), g_VSOP87C_Y_NEPTUNE.size()); } -double CAAVSOP87C_Neptune::Z(double JD) +double CAAVSOP87C_Neptune::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_Z_NEPTUNE, sizeof(g_VSOP87C_Z_NEPTUNE)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_Z_NEPTUNE.data(), g_VSOP87C_Z_NEPTUNE.size(), false); } -double CAAVSOP87C_Neptune::Z_DASH(double JD) +double CAAVSOP87C_Neptune::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_Z_NEPTUNE, sizeof(g_VSOP87C_Z_NEPTUNE)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_Z_NEPTUNE.data(), g_VSOP87C_Z_NEPTUNE.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87C_SAT.cpp b/Sources/AAPlus/AAVSOP87C_SAT.cpp old mode 100755 new mode 100644 similarity index 98% rename from Vendor/AA+/1.6.3/AAVSOP87C_SAT.cpp rename to Sources/AAPlus/AAVSOP87C_SAT.cpp index 08e7b88..e65cfde --- a/Vendor/AA+/1.6.3/AAVSOP87C_SAT.cpp +++ b/Sources/AAPlus/AAVSOP87C_SAT.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87C_SAT.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87C_SAT.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87C_X0_SATURN[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87C_X0_SATURN +{ { { 9.52312533591, 0.87401491487, 213.54291292150 }, { 0.79501390398, 4.76580713096, 0.24381748350 }, { 0.26427074351, 0.12339999915, 426.84200835950 }, @@ -2079,10 +2085,10 @@ const VSOP87Coefficient g_VSOP87C_X0_SATURN[] = { 0.00000000681, 2.40403440268, 458.33457774851 }, { 0.00000000803, 5.00204662708, 418.49006686629 }, { 0.00000000681, 0.38545629971, 414.57495994570 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X1_SATURN[] = -{ +constexpr array g_VSOP87C_X1_SATURN +{ { { 0.09285877988, 0.61678993503, 0.24381748350 }, { 0.03086501680, 4.27493632359, 426.84200835950 }, { 0.02728479923, 5.84476389020, 206.42936592071 }, @@ -3106,10 +3112,10 @@ const VSOP87Coefficient g_VSOP87C_X1_SATURN[] = { 0.00000000858, 5.69541304884, 781.83999440590 }, { 0.00000000860, 2.63629505046, 5436.74919775670 }, { 0.00000000785, 2.62141651385, 3494.29384274070 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X2_SATURN[] = -{ +constexpr array g_VSOP87C_X2_SATURN +{ { { 0.00862721930, 2.44701762869, 213.54291292150 }, { 0.00611630287, 2.28479450822, 0.24381748350 }, { 0.00561413805, 1.25489421778, 206.42936592071 }, @@ -3621,10 +3627,10 @@ const VSOP87Coefficient g_VSOP87C_X2_SATURN[] = { 0.00000000960, 4.40263473154, 5856.72147659890 }, { 0.00000000886, 4.84941446555, 471.93102443120 }, { 0.00000000909, 2.87462833456, 746.15463932291 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X3_SATURN[] = -{ +constexpr array g_VSOP87C_X3_SATURN +{ { { 0.00076886822, 2.95726755259, 206.42936592071 }, { 0.00075865107, 1.87343394188, 220.65645992230 }, { 0.00028377246, 3.86557149479, 0.24381748350 }, @@ -3875,10 +3881,10 @@ const VSOP87Coefficient g_VSOP87C_X3_SATURN[] = { 0.00000000700, 4.19439623716, 10220.64291069530 }, { 0.00000000687, 4.43661173924, 102.84895673509 }, { 0.00000000801, 4.16672540134, 1457.28211557850 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X4_SATURN[] = -{ +constexpr array g_VSOP87C_X4_SATURN +{ { { 0.00007957923, 0.10292939767, 220.65645992230 }, { 0.00007883034, 4.66633773762, 206.42936592071 }, { 0.00001517028, 0.05577219527, 227.77000692311 }, @@ -3989,10 +3995,10 @@ const VSOP87Coefficient g_VSOP87C_X4_SATURN[] = { 0.00000000686, 0.20449337417, 234.39591895690 }, { 0.00000000684, 5.09702256485, 661.48174479990 }, { 0.00000000859, 5.20905469515, 537.04832957890 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X5_SATURN[] = -{ +constexpr array g_VSOP87C_X5_SATURN +{ { { 0.00000605503, 4.59646585232, 220.65645992230 }, { 0.00000576439, 0.06437124594, 206.42936592071 }, { 0.00000227348, 4.59085116990, 227.77000692311 }, @@ -4033,10 +4039,10 @@ const VSOP87Coefficient g_VSOP87C_X5_SATURN[] = { 0.00000000979, 5.20989352885, 95.73540973430 }, { 0.00000000784, 3.19070192516, 522.82123557730 }, { 0.00000000910, 2.05287501643, 96.22304470130 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y0_SATURN[] = -{ +constexpr array g_VSOP87C_Y0_SATURN +{ { { 9.52312533591, 5.58640389526, 213.54291292150 }, { 0.79501390398, 3.19501080417, 0.24381748350 }, { 0.26427074351, 4.83578897954, 426.84200835950 }, @@ -6084,10 +6090,10 @@ const VSOP87Coefficient g_VSOP87C_Y0_SATURN[] = { 0.00000000681, 0.83323807589, 458.33457774851 }, { 0.00000000803, 0.28965764669, 418.49006686629 }, { 0.00000000681, 1.95625262651, 414.57495994570 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y1_SATURN[] = -{ +constexpr array g_VSOP87C_Y1_SATURN +{ { { 0.09285877988, 5.32917891541, 0.24381748350 }, { 0.03086501680, 2.70413999679, 426.84200835950 }, { 0.02728479923, 4.27396756341, 206.42936592071 }, @@ -7111,10 +7117,10 @@ const VSOP87Coefficient g_VSOP87C_Y1_SATURN[] = { 0.00000000858, 4.12461672205, 781.83999440590 }, { 0.00000000860, 4.20709137726, 5436.74919775670 }, { 0.00000000785, 4.19221284065, 3494.29384274070 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y2_SATURN[] = -{ +constexpr array g_VSOP87C_Y2_SATURN +{ { { 0.00862721930, 0.87622130189, 213.54291292150 }, { 0.00611630287, 0.71399818143, 0.24381748350 }, { 0.00561413805, 5.96728319816, 206.42936592071 }, @@ -7626,10 +7632,10 @@ const VSOP87Coefficient g_VSOP87C_Y2_SATURN[] = { 0.00000000960, 2.83183840474, 5856.72147659890 }, { 0.00000000886, 0.13702548516, 471.93102443120 }, { 0.00000000909, 1.30383200776, 746.15463932291 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y3_SATURN[] = -{ +constexpr array g_VSOP87C_Y3_SATURN +{ { { 0.00076886822, 1.38647122579, 206.42936592071 }, { 0.00075865107, 0.30263761509, 220.65645992230 }, { 0.00028377246, 2.29477516800, 0.24381748350 }, @@ -7880,10 +7886,10 @@ const VSOP87Coefficient g_VSOP87C_Y3_SATURN[] = { 0.00000000700, 2.62359991037, 10220.64291069530 }, { 0.00000000687, 6.00740806604, 102.84895673509 }, { 0.00000000801, 5.73752172813, 1457.28211557850 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y4_SATURN[] = -{ +constexpr array g_VSOP87C_Y4_SATURN +{ { { 0.00007957923, 4.81531837805, 220.65645992230 }, { 0.00007883034, 3.09554141083, 206.42936592071 }, { 0.00001517028, 4.76816117565, 227.77000692311 }, @@ -7994,10 +8000,10 @@ const VSOP87Coefficient g_VSOP87C_Y4_SATURN[] = { 0.00000000686, 1.77528970097, 234.39591895690 }, { 0.00000000684, 3.52622623805, 661.48174479990 }, { 0.00000000859, 3.63825836835, 537.04832957890 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y5_SATURN[] = -{ +constexpr array g_VSOP87C_Y5_SATURN +{ { { 0.00000605503, 3.02566952553, 220.65645992230 }, { 0.00000576439, 4.77676022633, 206.42936592071 }, { 0.00000227348, 3.02005484310, 227.77000692311 }, @@ -8038,10 +8044,10 @@ const VSOP87Coefficient g_VSOP87C_Y5_SATURN[] = { 0.00000000979, 0.49750454847, 95.73540973430 }, { 0.00000000784, 1.61990559836, 522.82123557730 }, { 0.00000000910, 0.48207868964, 96.22304470130 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z0_SATURN[] = -{ +constexpr array g_VSOP87C_Z0_SATURN +{ { { 0.41356950940, 3.60234142982, 213.29909543800 }, { 0.01148283576, 2.85128367469, 426.59819087600 }, { 0.01214249867, 0.00000000000, 0.00000000000 }, @@ -8462,10 +8468,10 @@ const VSOP87Coefficient g_VSOP87C_Z0_SATURN[] = { 0.00000001390, 4.08155384651, 894.84087952760 }, { 0.00000001435, 1.51395699369, 867.42347575360 }, { 0.00000001404, 4.02343833901, 300.61086697750 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z1_SATURN[] = -{ +constexpr array g_VSOP87C_Z1_SATURN +{ { { 0.03810308320, 5.33520316778, 213.29909543800 }, { 0.00707598508, 3.14159265359, 0.00000000000 }, { 0.00144960439, 2.30149367100, 206.18554843720 }, @@ -8700,10 +8706,10 @@ const VSOP87Coefficient g_VSOP87C_Z1_SATURN[] = { 0.00000000760, 2.28889729136, 213.08664711690 }, { 0.00000000760, 5.74264101239, 213.51154375910 }, { 0.00000000724, 4.57593199965, 228.27694896500 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z2_SATURN[] = -{ +constexpr array g_VSOP87C_Z2_SATURN +{ { { 0.00195192259, 0.50946874402, 213.29909543800 }, { 0.00036491216, 3.99604491617, 206.18554843720 }, { 0.00015091412, 6.17687148383, 220.41264243880 }, @@ -8795,10 +8801,10 @@ const VSOP87Coefficient g_VSOP87C_Z2_SATURN[] = { 0.00000000966, 2.64913416683, 85.82729883120 }, { 0.00000000771, 1.16732337173, 217.96496188400 }, { 0.00000000697, 0.53637719953, 628.85158605010 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z3_SATURN[] = -{ +constexpr array g_VSOP87C_Z3_SATURN +{ { { 0.00006552316, 1.98918006303, 213.29909543800 }, { 0.00006205120, 5.69682939522, 206.18554843720 }, { 0.00005692884, 0.00000000000, 0.00000000000 }, @@ -8844,10 +8850,10 @@ const VSOP87Coefficient g_VSOP87C_Z3_SATURN[] = { 0.00000001276, 3.91936027558, 447.93883187840 }, { 0.00000001374, 1.28276260217, 1066.49547719000 }, { 0.00000000804, 4.10158366806, 224.34479570190 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z4_SATURN[] = -{ +constexpr array g_VSOP87C_Z4_SATURN +{ { { 0.00000789033, 1.11928782644, 206.18554843720 }, { 0.00000281365, 3.13274851308, 213.29909543800 }, { 0.00000169515, 3.14159265359, 0.00000000000 }, @@ -8870,10 +8876,10 @@ const VSOP87Coefficient g_VSOP87C_Z4_SATURN[] = { 0.00000001322, 0.54271370335, 853.19638175200 }, { 0.00000001151, 4.86229315211, 117.31986822020 }, { 0.00000001045, 5.61649418233, 316.39186965660 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z5_SATURN[] = -{ +constexpr array g_VSOP87C_Z5_SATURN +{ { { 0.00000077433, 2.81859989913, 206.18554843720 }, { 0.00000013826, 3.14159265359, 0.00000000000 }, { 0.00000009303, 0.47844462514, 220.41264243880 }, @@ -8883,68 +8889,67 @@ const VSOP87Coefficient g_VSOP87C_Z5_SATURN[] = { 0.00000001362, 2.58324584516, 419.48464387520 }, { 0.00000000968, 5.23916441152, 213.29909543800 }, { 0.00000000867, 5.81659714144, 7.11354700080 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87C_X_SATURN[] = -{ - { g_VSOP87C_X0_SATURN, sizeof(g_VSOP87C_X0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X1_SATURN, sizeof(g_VSOP87C_X1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X2_SATURN, sizeof(g_VSOP87C_X2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X3_SATURN, sizeof(g_VSOP87C_X3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X4_SATURN, sizeof(g_VSOP87C_X4_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X5_SATURN, sizeof(g_VSOP87C_X5_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_X_SATURN +{ { + { g_VSOP87C_X0_SATURN.data(), g_VSOP87C_X0_SATURN.size() }, + { g_VSOP87C_X1_SATURN.data(), g_VSOP87C_X1_SATURN.size() }, + { g_VSOP87C_X2_SATURN.data(), g_VSOP87C_X2_SATURN.size() }, + { g_VSOP87C_X3_SATURN.data(), g_VSOP87C_X3_SATURN.size() }, + { g_VSOP87C_X4_SATURN.data(), g_VSOP87C_X4_SATURN.size() }, + { g_VSOP87C_X5_SATURN.data(), g_VSOP87C_X5_SATURN.size() } +} }; -const VSOP87Coefficient2 g_VSOP87C_Y_SATURN[] = -{ - { g_VSOP87C_Y0_SATURN, sizeof(g_VSOP87C_Y0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y1_SATURN, sizeof(g_VSOP87C_Y1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y2_SATURN, sizeof(g_VSOP87C_Y2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y3_SATURN, sizeof(g_VSOP87C_Y3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y4_SATURN, sizeof(g_VSOP87C_Y4_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y5_SATURN, sizeof(g_VSOP87C_Y5_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_Y_SATURN +{ { + { g_VSOP87C_Y0_SATURN.data(), g_VSOP87C_Y0_SATURN.size() }, + { g_VSOP87C_Y1_SATURN.data(), g_VSOP87C_Y1_SATURN.size() }, + { g_VSOP87C_Y2_SATURN.data(), g_VSOP87C_Y2_SATURN.size() }, + { g_VSOP87C_Y3_SATURN.data(), g_VSOP87C_Y3_SATURN.size() }, + { g_VSOP87C_Y4_SATURN.data(), g_VSOP87C_Y4_SATURN.size() }, + { g_VSOP87C_Y5_SATURN.data(), g_VSOP87C_Y5_SATURN.size() } +} }; -const VSOP87Coefficient2 g_VSOP87C_Z_SATURN[] = -{ - { g_VSOP87C_Z0_SATURN, sizeof(g_VSOP87C_Z0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z1_SATURN, sizeof(g_VSOP87C_Z1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z2_SATURN, sizeof(g_VSOP87C_Z2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z3_SATURN, sizeof(g_VSOP87C_Z3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z4_SATURN, sizeof(g_VSOP87C_Z4_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z5_SATURN, sizeof(g_VSOP87C_Z5_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_Z_SATURN +{ { + { g_VSOP87C_Z0_SATURN.data(), g_VSOP87C_Z0_SATURN.size() }, + { g_VSOP87C_Z1_SATURN.data(), g_VSOP87C_Z1_SATURN.size() }, + { g_VSOP87C_Z2_SATURN.data(), g_VSOP87C_Z2_SATURN.size() }, + { g_VSOP87C_Z3_SATURN.data(), g_VSOP87C_Z3_SATURN.size() }, + { g_VSOP87C_Z4_SATURN.data(), g_VSOP87C_Z4_SATURN.size() }, + { g_VSOP87C_Z5_SATURN.data(), g_VSOP87C_Z5_SATURN.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87C_Saturn::X(double JD) +double CAAVSOP87C_Saturn::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_X_SATURN, sizeof(g_VSOP87C_X_SATURN)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_X_SATURN.data(), g_VSOP87C_X_SATURN.size(), false); } -double CAAVSOP87C_Saturn::X_DASH(double JD) +double CAAVSOP87C_Saturn::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_X_SATURN, sizeof(g_VSOP87C_X_SATURN)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_X_SATURN.data(), g_VSOP87C_X_SATURN.size()); } -double CAAVSOP87C_Saturn::Y(double JD) +double CAAVSOP87C_Saturn::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_Y_SATURN, sizeof(g_VSOP87C_Y_SATURN)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_Y_SATURN.data(), g_VSOP87C_Y_SATURN.size(), false); } -double CAAVSOP87C_Saturn::Y_DASH(double JD) +double CAAVSOP87C_Saturn::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_Y_SATURN, sizeof(g_VSOP87C_Y_SATURN)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_Y_SATURN.data(), g_VSOP87C_Y_SATURN.size()); } -double CAAVSOP87C_Saturn::Z(double JD) +double CAAVSOP87C_Saturn::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_Z_SATURN, sizeof(g_VSOP87C_Z_SATURN)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_Z_SATURN.data(), g_VSOP87C_Z_SATURN.size(), false); } -double CAAVSOP87C_Saturn::Z_DASH(double JD) +double CAAVSOP87C_Saturn::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_Z_SATURN, sizeof(g_VSOP87C_Z_SATURN)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_Z_SATURN.data(), g_VSOP87C_Z_SATURN.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87C_URA.cpp b/Sources/AAPlus/AAVSOP87C_URA.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87C_URA.cpp rename to Sources/AAPlus/AAVSOP87C_URA.cpp index ac69999..898d481 --- a/Vendor/AA+/1.6.3/AAVSOP87C_URA.cpp +++ b/Sources/AAPlus/AAVSOP87C_URA.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87C_URA.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87C_URA.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87C_X0_URANUS[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87C_X0_URANUS +{ { { 19.16944479396, 5.48129363987, 75.02541605080 }, { 1.33267708718, 6.16089978558, 0.24381748350 }, { 0.44396480992, 1.65965632053, 149.80701461810 }, @@ -1958,10 +1964,10 @@ const VSOP87Coefficient g_VSOP87C_X0_URANUS[] = { 0.00000001421, 4.99710506357, 1349.99406353840 }, { 0.00000001421, 2.01327407687, 1447.18257681859 }, { 0.00000001421, 5.15486673046, 1447.67021178560 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X1_URANUS[] = -{ +constexpr array g_VSOP87C_X1_URANUS +{ { { 0.02225113750, 1.80968682072, 0.24381748350 }, { 0.00738897387, 6.01007226305, 149.80701461810 }, { 0.00239408407, 5.33797172897, 73.54094334250 }, @@ -2818,10 +2824,10 @@ const VSOP87Coefficient g_VSOP87C_X1_URANUS[] = { 0.00000001531, 5.12947393362, 1737.98613802460 }, { 0.00000001531, 1.98788128003, 1737.49850305759 }, { 0.00000001912, 5.97684430410, 486.64575339981 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X2_URANUS[] = -{ +constexpr array g_VSOP87C_X2_URANUS +{ { { 0.01016618950, 0.77056492682, 75.02541605080 }, { 0.00038040244, 1.27157972349, 0.24381748350 }, { 0.00034677856, 3.16763307609, 149.80701461810 }, @@ -3163,10 +3169,10 @@ const VSOP87Coefficient g_VSOP87C_X2_URANUS[] = { 0.00000001408, 4.34822903469, 255.18741069710 }, { 0.00000001517, 2.68660553420, 976.97984257920 }, { 0.00000001517, 2.68660553420, 976.49220761220 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X3_URANUS[] = -{ +constexpr array g_VSOP87C_X3_URANUS +{ { { 0.00000937647, 1.00888984070, 149.80701461810 }, { 0.00000967548, 1.42552804346, 0.24381748350 }, { 0.00000892089, 0.79608202303, 75.02541605080 }, @@ -3273,10 +3279,10 @@ const VSOP87Coefficient g_VSOP87C_X3_URANUS[] = { 0.00000001443, 5.13235693386, 195.38366565681 }, { 0.00000001402, 4.46431718602, 984.84414910540 }, { 0.00000001402, 4.46431718602, 984.35651413839 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X4_URANUS[] = -{ +constexpr array g_VSOP87C_X4_URANUS +{ { { 0.00002203535, 3.78800316770, 75.02541605080 }, { 0.00000128370, 4.00299274369, 0.24381748350 }, { 0.00000072353, 5.87048427972, 149.80701461810 }, @@ -3300,16 +3306,16 @@ const VSOP87Coefficient g_VSOP87C_X4_URANUS[] = { 0.00000001842, 5.42341768633, 138.76131435421 }, { 0.00000002009, 2.15212981432, 224.58861318540 }, { 0.00000001813, 0.96578276317, 148.32254190981 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X5_URANUS[] = -{ +constexpr array g_VSOP87C_X5_URANUS +{ { { 0.00000016766, 3.88666258140, 75.02541605080 }, { 0.00000001843, 6.11677355708, 0.24381748350 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y0_URANUS[] = -{ +constexpr array g_VSOP87C_Y0_URANUS +{ { { 19.16944479396, 3.91049731307, 75.02541605080 }, { 1.33267708718, 4.59010345878, 0.24381748350 }, { 0.44396480992, 0.08885999374, 149.80701461810 }, @@ -5236,10 +5242,10 @@ const VSOP87Coefficient g_VSOP87C_Y0_URANUS[] = { 0.00000001421, 3.42630873678, 1349.99406353840 }, { 0.00000001421, 3.58407040366, 1447.18257681859 }, { 0.00000001421, 3.58407040366, 1447.67021178560 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y1_URANUS[] = -{ +constexpr array g_VSOP87C_Y1_URANUS +{ { { 0.02225113750, 0.23889049392, 0.24381748350 }, { 0.00738897387, 4.43927593626, 149.80701461810 }, { 0.00239408407, 3.76717540218, 73.54094334250 }, @@ -6096,10 +6102,10 @@ const VSOP87Coefficient g_VSOP87C_Y1_URANUS[] = { 0.00000001531, 3.55867760683, 1737.98613802460 }, { 0.00000001531, 3.55867760683, 1737.49850305759 }, { 0.00000001912, 4.40604797730, 486.64575339981 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y2_URANUS[] = -{ +constexpr array g_VSOP87C_Y2_URANUS +{ { { 0.01016618950, 5.48295390720, 75.02541605080 }, { 0.00038040244, 5.98396870387, 0.24381748350 }, { 0.00034677856, 1.59683674929, 149.80701461810 }, @@ -6441,10 +6447,10 @@ const VSOP87Coefficient g_VSOP87C_Y2_URANUS[] = { 0.00000001408, 2.77743270790, 255.18741069710 }, { 0.00000001517, 1.11580920740, 976.97984257920 }, { 0.00000001517, 4.25740186099, 976.49220761220 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y3_URANUS[] = -{ +constexpr array g_VSOP87C_Y3_URANUS +{ { { 0.00000937647, 5.72127882108, 149.80701461810 }, { 0.00000967548, 6.13791702385, 0.24381748350 }, { 0.00000892089, 5.50847100342, 75.02541605080 }, @@ -6551,10 +6557,10 @@ const VSOP87Coefficient g_VSOP87C_Y3_URANUS[] = { 0.00000001443, 3.56156060706, 195.38366565681 }, { 0.00000001402, 2.89352085922, 984.84414910540 }, { 0.00000001402, 6.03511351281, 984.35651413839 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y4_URANUS[] = -{ +constexpr array g_VSOP87C_Y4_URANUS +{ { { 0.00002203535, 2.21720684091, 75.02541605080 }, { 0.00000128370, 2.43219641689, 0.24381748350 }, { 0.00000072353, 4.29968795292, 149.80701461810 }, @@ -6578,16 +6584,16 @@ const VSOP87Coefficient g_VSOP87C_Y4_URANUS[] = { 0.00000001842, 3.85262135953, 138.76131435421 }, { 0.00000002009, 0.58133348752, 224.58861318540 }, { 0.00000001813, 5.67817174356, 148.32254190981 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y5_URANUS[] = -{ +constexpr array g_VSOP87C_Y5_URANUS +{ { { 0.00000016766, 2.31586625461, 75.02541605080 }, { 0.00000001843, 4.54597723029, 0.24381748350 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z0_URANUS[] = -{ +constexpr array g_VSOP87C_Z0_URANUS +{ { { 0.25878127698, 2.61861272578, 74.78159856730 }, { 0.01774318778, 3.14159265359, 0.00000000000 }, { 0.00599316131, 5.08119500585, 149.56319713460 }, @@ -6823,10 +6829,10 @@ const VSOP87Coefficient g_VSOP87C_Z0_URANUS[] = { 0.00000004640, 1.37720813333, 121.25202148330 }, { 0.00000004414, 5.22232716227, 909.81873305460 }, { 0.00000004365, 2.15062971711, 611.58611066270 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z1_URANUS[] = -{ +constexpr array g_VSOP87C_Z1_URANUS +{ { { 0.03962262983, 4.12418900865, 74.78159856730 }, { 0.00082241017, 0.33841633701, 149.56319713460 }, { 0.00033563127, 2.12025871831, 73.29712585900 }, @@ -6986,10 +6992,10 @@ const VSOP87Coefficient g_VSOP87C_Z1_URANUS[] = { 0.00000001504, 0.25796780548, 81.37388070630 }, { 0.00000001960, 3.46041862039, 162.09337010680 }, { 0.00000001414, 2.99649402595, 51.20572533120 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z2_URANUS[] = -{ +constexpr array g_VSOP87C_Z2_URANUS +{ { { 0.00177117836, 5.80022816704, 74.78159856730 }, { 0.00016035660, 0.00000000000, 0.00000000000 }, { 0.00002755730, 2.17676848750, 149.56319713460 }, @@ -7055,10 +7061,10 @@ const VSOP87Coefficient g_VSOP87C_Z2_URANUS[] = { 0.00000001555, 2.47637875795, 426.59819087600 }, { 0.00000001473, 4.91621635684, 80.19822453870 }, { 0.00000001409, 3.59004232634, 4.45341812490 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z3_URANUS[] = -{ +constexpr array g_VSOP87C_Z3_URANUS +{ { { 0.00005141166, 1.25274291045, 74.78159856730 }, { 0.00000316609, 3.14159265359, 0.00000000000 }, { 0.00000065271, 5.77590506888, 73.29712585900 }, @@ -7077,83 +7083,82 @@ const VSOP87Coefficient g_VSOP87C_Z3_URANUS[] = { 0.00000003697, 2.79328856468, 11.04570026390 }, { 0.00000001714, 5.43238781955, 145.63104387150 }, { 0.00000001496, 5.73048296712, 18.15924726470 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z4_URANUS[] = -{ +constexpr array g_VSOP87C_Z4_URANUS +{ { { 0.00000109765, 2.85499529315, 74.78159856730 }, { 0.00000007890, 3.14159265359, 0.00000000000 }, { 0.00000002125, 2.94706053740, 63.73589830340 }, { 0.00000002092, 1.68142886919, 73.29712585900 }, { 0.00000001559, 5.50762023733, 149.56319713460 }, { 0.00000001558, 1.27604541567, 70.84944530420 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z5_URANUS[] = -{ +constexpr array g_VSOP87C_Z5_URANUS +{ { { 0.00000002165, 4.87604439769, 74.78159856730 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87C_X_URANUS[] = -{ - { g_VSOP87C_X0_URANUS, sizeof(g_VSOP87C_X0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X1_URANUS, sizeof(g_VSOP87C_X1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X2_URANUS, sizeof(g_VSOP87C_X2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X3_URANUS, sizeof(g_VSOP87C_X3_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X4_URANUS, sizeof(g_VSOP87C_X4_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X5_URANUS, sizeof(g_VSOP87C_X5_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_X_URANUS +{ { + { g_VSOP87C_X0_URANUS.data(), g_VSOP87C_X0_URANUS.size() }, + { g_VSOP87C_X1_URANUS.data(), g_VSOP87C_X1_URANUS.size() }, + { g_VSOP87C_X2_URANUS.data(), g_VSOP87C_X2_URANUS.size() }, + { g_VSOP87C_X3_URANUS.data(), g_VSOP87C_X3_URANUS.size() }, + { g_VSOP87C_X4_URANUS.data(), g_VSOP87C_X4_URANUS.size() }, + { g_VSOP87C_X5_URANUS.data(), g_VSOP87C_X5_URANUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87C_Y_URANUS[] = -{ - { g_VSOP87C_Y0_URANUS, sizeof(g_VSOP87C_Y0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y1_URANUS, sizeof(g_VSOP87C_Y1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y2_URANUS, sizeof(g_VSOP87C_Y2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y3_URANUS, sizeof(g_VSOP87C_Y3_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y4_URANUS, sizeof(g_VSOP87C_Y4_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y5_URANUS, sizeof(g_VSOP87C_Y5_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_Y_URANUS +{ { + { g_VSOP87C_Y0_URANUS.data(), g_VSOP87C_Y0_URANUS.size() }, + { g_VSOP87C_Y1_URANUS.data(), g_VSOP87C_Y1_URANUS.size() }, + { g_VSOP87C_Y2_URANUS.data(), g_VSOP87C_Y2_URANUS.size() }, + { g_VSOP87C_Y3_URANUS.data(), g_VSOP87C_Y3_URANUS.size() }, + { g_VSOP87C_Y4_URANUS.data(), g_VSOP87C_Y4_URANUS.size() }, + { g_VSOP87C_Y5_URANUS.data(), g_VSOP87C_Y5_URANUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87C_Z_URANUS[] = -{ - { g_VSOP87C_Z0_URANUS, sizeof(g_VSOP87C_Z0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z1_URANUS, sizeof(g_VSOP87C_Z1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z2_URANUS, sizeof(g_VSOP87C_Z2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z3_URANUS, sizeof(g_VSOP87C_Z3_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z4_URANUS, sizeof(g_VSOP87C_Z4_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z5_URANUS, sizeof(g_VSOP87C_Z5_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_Z_URANUS +{ { + { g_VSOP87C_Z0_URANUS.data(), g_VSOP87C_Z0_URANUS.size() }, + { g_VSOP87C_Z1_URANUS.data(), g_VSOP87C_Z1_URANUS.size() }, + { g_VSOP87C_Z2_URANUS.data(), g_VSOP87C_Z2_URANUS.size() }, + { g_VSOP87C_Z3_URANUS.data(), g_VSOP87C_Z3_URANUS.size() }, + { g_VSOP87C_Z4_URANUS.data(), g_VSOP87C_Z4_URANUS.size() }, + { g_VSOP87C_Z5_URANUS.data(), g_VSOP87C_Z5_URANUS.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87C_Uranus::X(double JD) +double CAAVSOP87C_Uranus::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_X_URANUS, sizeof(g_VSOP87C_X_URANUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_X_URANUS.data(), g_VSOP87C_X_URANUS.size(), false); } -double CAAVSOP87C_Uranus::X_DASH(double JD) +double CAAVSOP87C_Uranus::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_X_URANUS, sizeof(g_VSOP87C_X_URANUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_X_URANUS.data(), g_VSOP87C_X_URANUS.size()); } -double CAAVSOP87C_Uranus::Y(double JD) +double CAAVSOP87C_Uranus::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_Y_URANUS, sizeof(g_VSOP87C_Y_URANUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_Y_URANUS.data(), g_VSOP87C_Y_URANUS.size(), false); } -double CAAVSOP87C_Uranus::Y_DASH(double JD) +double CAAVSOP87C_Uranus::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_Y_URANUS, sizeof(g_VSOP87C_Y_URANUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_Y_URANUS.data(), g_VSOP87C_Y_URANUS.size()); } -double CAAVSOP87C_Uranus::Z(double JD) +double CAAVSOP87C_Uranus::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_Z_URANUS, sizeof(g_VSOP87C_Z_URANUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_Z_URANUS.data(), g_VSOP87C_Z_URANUS.size(), false); } -double CAAVSOP87C_Uranus::Z_DASH(double JD) +double CAAVSOP87C_Uranus::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_Z_URANUS, sizeof(g_VSOP87C_Z_URANUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_Z_URANUS.data(), g_VSOP87C_Z_URANUS.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87C_VEN.cpp b/Sources/AAPlus/AAVSOP87C_VEN.cpp old mode 100755 new mode 100644 similarity index 96% rename from Vendor/AA+/1.6.3/AAVSOP87C_VEN.cpp rename to Sources/AAPlus/AAVSOP87C_VEN.cpp index a82aeaa..883b920 --- a/Vendor/AA+/1.6.3/AAVSOP87C_VEN.cpp +++ b/Sources/AAPlus/AAVSOP87C_VEN.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87C_VEN.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87C_VEN.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87C_X0_VENUS[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87C_X0_VENUS +{ { { 0.72268045621, 3.17614669179, 10213.52936369450 }, { 0.00733886107, 5.43699242686, 0.24381748350 }, { 0.00244692613, 4.05605630888, 20426.81490990550 }, @@ -717,10 +723,10 @@ const VSOP87Coefficient g_VSOP87C_X0_VENUS[] = { 0.00000000026, 4.09923425337, 8734.66278963010 }, { 0.00000000028, 1.92482741603, 7886.47389475550 }, { 0.00000000031, 0.27204438582, 25960.17883340570 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X1_VENUS[] = -{ +constexpr array g_VSOP87C_X1_VENUS +{ { { 0.00051880979, 2.28175279050, 0.24381748350 }, { 0.00017260820, 0.92558492780, 20426.81490990550 }, { 0.00011049864, 2.03460665124, 10213.04172872750 }, @@ -1127,10 +1133,10 @@ const VSOP87Coefficient g_VSOP87C_X1_VENUS[] = { 0.00000000013, 4.17219621815, 12565.90788249930 }, { 0.00000000015, 6.22361957178, 21486.19684009470 }, { 0.00000000013, 6.14132227253, 52670.31341078610 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X2_VENUS[] = -{ +constexpr array g_VSOP87C_X2_VENUS +{ { { 0.00039116576, 4.74721085665, 10213.52936369450 }, { 0.00001782208, 4.51495547304, 0.24381748350 }, { 0.00000953335, 3.63516488566, 10213.04172872750 }, @@ -1264,10 +1270,10 @@ const VSOP87Coefficient g_VSOP87C_X2_VENUS[] = { 0.00000000009, 4.90406740797, 3531.81687532789 }, { 0.00000000007, 1.80027626747, 22805.49174851010 }, { 0.00000000007, 1.18159563994, 529.44714761109 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X3_VENUS[] = -{ +constexpr array g_VSOP87C_X3_VENUS +{ { { 0.00000055518, 5.27636048864, 10213.04172872750 }, { 0.00000057047, 5.87936770190, 0.24381748350 }, { 0.00000032093, 3.05612494200, 20426.81490990550 }, @@ -1293,10 +1299,10 @@ const VSOP87Coefficient g_VSOP87C_X3_VENUS[] = { 0.00000000004, 0.86625328320, 1059.62574767270 }, { 0.00000000004, 1.29045440101, 15721.08260236190 }, { 0.00000000003, 6.23075905972, 11322.90791578790 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X4_VENUS[] = -{ +constexpr array g_VSOP87C_X4_VENUS +{ { { 0.00000083081, 1.47755047593, 10213.52936369450 }, { 0.00000002486, 0.71777141614, 10213.04172872750 }, { 0.00000000657, 1.07128766548, 20426.81490990550 }, @@ -1309,18 +1315,18 @@ const VSOP87Coefficient g_VSOP87C_X4_VENUS[] = { 0.00000000002, 4.89604781036, 8636.18582124671 }, { 0.00000000002, 5.91399711778, 1577.09972496430 }, { 0.00000000002, 2.29946508014, 9438.00675237050 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_X5_VENUS[] = -{ +constexpr array g_VSOP87C_X5_VENUS +{ { { 0.00000000631, 1.59925460860, 10213.52936369450 }, { 0.00000000095, 2.54586723363, 10213.04172872750 }, { 0.00000000088, 1.72183649952, 0.24381748350 }, { 0.00000000040, 5.81128931245, 20426.81490990550 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y0_VENUS[] = -{ +constexpr array g_VSOP87C_Y0_VENUS +{ { { 0.72268045621, 1.60535036499, 10213.52936369450 }, { 0.00733886107, 3.86619610007, 0.24381748350 }, { 0.00244692613, 2.48525998209, 20426.81490990550 }, @@ -2006,10 +2012,10 @@ const VSOP87Coefficient g_VSOP87C_Y0_VENUS[] = { 0.00000000026, 2.52843792658, 8734.66278963010 }, { 0.00000000028, 3.49562374283, 7886.47389475550 }, { 0.00000000031, 1.84284071261, 25960.17883340570 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y1_VENUS[] = -{ +constexpr array g_VSOP87C_Y1_VENUS +{ { { 0.00051880979, 0.71095646371, 0.24381748350 }, { 0.00017260820, 5.63797390819, 20426.81490990550 }, { 0.00011049864, 3.60540297803, 10213.04172872750 }, @@ -2416,10 +2422,10 @@ const VSOP87Coefficient g_VSOP87C_Y1_VENUS[] = { 0.00000000013, 5.74299254495, 12565.90788249930 }, { 0.00000000015, 4.65282324499, 21486.19684009470 }, { 0.00000000013, 4.57052594573, 52670.31341078610 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y2_VENUS[] = -{ +constexpr array g_VSOP87C_Y2_VENUS +{ { { 0.00039116576, 3.17641452985, 10213.52936369450 }, { 0.00001782208, 2.94415914625, 0.24381748350 }, { 0.00000953335, 5.20596121245, 10213.04172872750 }, @@ -2553,10 +2559,10 @@ const VSOP87Coefficient g_VSOP87C_Y2_VENUS[] = { 0.00000000009, 0.19167842758, 3531.81687532789 }, { 0.00000000007, 3.37107259426, 22805.49174851010 }, { 0.00000000007, 2.75239196673, 529.44714761109 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y3_VENUS[] = -{ +constexpr array g_VSOP87C_Y3_VENUS +{ { { 0.00000055518, 0.56397150825, 10213.04172872750 }, { 0.00000057047, 4.30857137510, 0.24381748350 }, { 0.00000032093, 1.48532861520, 20426.81490990550 }, @@ -2582,10 +2588,10 @@ const VSOP87Coefficient g_VSOP87C_Y3_VENUS[] = { 0.00000000004, 5.57864226359, 1059.62574767270 }, { 0.00000000004, 6.00284338140, 15721.08260236190 }, { 0.00000000003, 4.65996273292, 11322.90791578790 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y4_VENUS[] = -{ +constexpr array g_VSOP87C_Y4_VENUS +{ { { 0.00000083081, 6.18993945631, 10213.52936369450 }, { 0.00000002486, 2.28856774293, 10213.04172872750 }, { 0.00000000657, 5.78367664587, 20426.81490990550 }, @@ -2598,18 +2604,18 @@ const VSOP87Coefficient g_VSOP87C_Y4_VENUS[] = { 0.00000000002, 3.32525148356, 8636.18582124671 }, { 0.00000000002, 1.20160813739, 1577.09972496430 }, { 0.00000000002, 0.72866875334, 9438.00675237050 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Y5_VENUS[] = -{ +constexpr array g_VSOP87C_Y5_VENUS +{ { { 0.00000000631, 0.02845828180, 10213.52936369450 }, { 0.00000000095, 4.11666356042, 10213.04172872750 }, { 0.00000000088, 0.15104017272, 0.24381748350 }, { 0.00000000040, 4.24049298565, 20426.81490990550 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z0_VENUS[] = -{ +constexpr array g_VSOP87C_Z0_VENUS +{ { { 0.04282990302, 0.26703856476, 10213.28554621100 }, { 0.00035588343, 3.14159265359, 0.00000000000 }, { 0.00014501879, 1.14696911390, 20426.57109242200 }, @@ -2800,10 +2806,10 @@ const VSOP87Coefficient g_VSOP87C_Z0_VENUS[] = { 0.00000000071, 2.36609582367, 74.78159856730 }, { 0.00000000062, 2.46239069210, 10846.06928552420 }, { 0.00000000061, 3.77333230443, 51868.24866217880 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z1_VENUS[] = -{ +constexpr array g_VSOP87C_Z1_VENUS +{ { { 0.00371157532, 1.80370484107, 10213.28554621100 }, { 0.00001583350, 3.38513432885, 20426.57109242200 }, { 0.00000216150, 0.00000000000, 0.00000000000 }, @@ -2921,10 +2927,10 @@ const VSOP87Coefficient g_VSOP87C_Z1_VENUS[] = { 0.00000000017, 3.76162101633, 10251.31321884680 }, { 0.00000000013, 0.74065551442, 24356.78078864160 }, { 0.00000000014, 5.04938942644, 6681.22485339960 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z2_VENUS[] = -{ +constexpr array g_VSOP87C_Z2_VENUS +{ { { 0.00016179656, 3.38519723238, 10213.28554621100 }, { 0.00000305549, 0.00000000000, 0.00000000000 }, { 0.00000062577, 5.25189799706, 20426.57109242200 }, @@ -2974,10 +2980,10 @@ const VSOP87Coefficient g_VSOP87C_Z2_VENUS[] = { 0.00000000009, 5.04826725887, 7.11354700080 }, { 0.00000000007, 4.98138067490, 10426.58464164900 }, { 0.00000000007, 4.31777952738, 3154.68708489560 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z3_VENUS[] = -{ +constexpr array g_VSOP87C_Z3_VENUS +{ { { 0.00000467466, 4.99201374907, 10213.28554621100 }, { 0.00000021639, 3.14159265359, 0.00000000000 }, { 0.00000002002, 0.76147646688, 20426.57109242200 }, @@ -2990,82 +2996,81 @@ const VSOP87Coefficient g_VSOP87C_Z3_VENUS[] = { 0.00000000008, 4.33056892256, 10404.73381232260 }, { 0.00000000007, 3.07196293928, 30639.85663863300 }, { 0.00000000005, 2.22179616897, 1577.34354244780 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z4_VENUS[] = -{ +constexpr array g_VSOP87C_Z4_VENUS +{ { { 0.00000010192, 0.31526267335, 10213.28554621100 }, { 0.00000000233, 3.14159265359, 0.00000000000 }, { 0.00000000069, 2.32746005974, 20426.57109242200 } -}; +} }; -const VSOP87Coefficient g_VSOP87C_Z5_VENUS[] = -{ +constexpr array g_VSOP87C_Z5_VENUS +{ { { 0.00000000173, 2.05270625526, 10213.28554621100 }, { 0.00000000042, 0.00000000000, 0.00000000000 }, { 0.00000000004, 3.77138066766, 20426.57109242200 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87C_X_VENUS[] = -{ - { g_VSOP87C_X0_VENUS, sizeof(g_VSOP87C_X0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X1_VENUS, sizeof(g_VSOP87C_X1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X2_VENUS, sizeof(g_VSOP87C_X2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X3_VENUS, sizeof(g_VSOP87C_X3_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X4_VENUS, sizeof(g_VSOP87C_X4_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_X5_VENUS, sizeof(g_VSOP87C_X5_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_X_VENUS +{ { + { g_VSOP87C_X0_VENUS.data(), g_VSOP87C_X0_VENUS.size() }, + { g_VSOP87C_X1_VENUS.data(), g_VSOP87C_X1_VENUS.size() }, + { g_VSOP87C_X2_VENUS.data(), g_VSOP87C_X2_VENUS.size() }, + { g_VSOP87C_X3_VENUS.data(), g_VSOP87C_X3_VENUS.size() }, + { g_VSOP87C_X4_VENUS.data(), g_VSOP87C_X4_VENUS.size() }, + { g_VSOP87C_X5_VENUS.data(), g_VSOP87C_X5_VENUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87C_Y_VENUS[] = -{ - { g_VSOP87C_Y0_VENUS, sizeof(g_VSOP87C_Y0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y1_VENUS, sizeof(g_VSOP87C_Y1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y2_VENUS, sizeof(g_VSOP87C_Y2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y3_VENUS, sizeof(g_VSOP87C_Y3_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y4_VENUS, sizeof(g_VSOP87C_Y4_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Y5_VENUS, sizeof(g_VSOP87C_Y5_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_Y_VENUS +{ { + { g_VSOP87C_Y0_VENUS.data(), g_VSOP87C_Y0_VENUS.size() }, + { g_VSOP87C_Y1_VENUS.data(), g_VSOP87C_Y1_VENUS.size() }, + { g_VSOP87C_Y2_VENUS.data(), g_VSOP87C_Y2_VENUS.size() }, + { g_VSOP87C_Y3_VENUS.data(), g_VSOP87C_Y3_VENUS.size() }, + { g_VSOP87C_Y4_VENUS.data(), g_VSOP87C_Y4_VENUS.size() }, + { g_VSOP87C_Y5_VENUS.data(), g_VSOP87C_Y5_VENUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87C_Z_VENUS[] = -{ - { g_VSOP87C_Z0_VENUS, sizeof(g_VSOP87C_Z0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z1_VENUS, sizeof(g_VSOP87C_Z1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z2_VENUS, sizeof(g_VSOP87C_Z2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z3_VENUS, sizeof(g_VSOP87C_Z3_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z4_VENUS, sizeof(g_VSOP87C_Z4_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87C_Z5_VENUS, sizeof(g_VSOP87C_Z5_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87C_Z_VENUS +{ { + { g_VSOP87C_Z0_VENUS.data(), g_VSOP87C_Z0_VENUS.size() }, + { g_VSOP87C_Z1_VENUS.data(), g_VSOP87C_Z1_VENUS.size() }, + { g_VSOP87C_Z2_VENUS.data(), g_VSOP87C_Z2_VENUS.size() }, + { g_VSOP87C_Z3_VENUS.data(), g_VSOP87C_Z3_VENUS.size() }, + { g_VSOP87C_Z4_VENUS.data(), g_VSOP87C_Z4_VENUS.size() }, + { g_VSOP87C_Z5_VENUS.data(), g_VSOP87C_Z5_VENUS.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87C_Venus::X(double JD) +double CAAVSOP87C_Venus::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_X_VENUS, sizeof(g_VSOP87C_X_VENUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_X_VENUS.data(), g_VSOP87C_X_VENUS.size(), false); } -double CAAVSOP87C_Venus::X_DASH(double JD) +double CAAVSOP87C_Venus::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_X_VENUS, sizeof(g_VSOP87C_X_VENUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_X_VENUS.data(), g_VSOP87C_X_VENUS.size()); } -double CAAVSOP87C_Venus::Y(double JD) +double CAAVSOP87C_Venus::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_Y_VENUS, sizeof(g_VSOP87C_Y_VENUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_Y_VENUS.data(), g_VSOP87C_Y_VENUS.size(), false); } -double CAAVSOP87C_Venus::Y_DASH(double JD) +double CAAVSOP87C_Venus::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_Y_VENUS, sizeof(g_VSOP87C_Y_VENUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_Y_VENUS.data(), g_VSOP87C_Y_VENUS.size()); } -double CAAVSOP87C_Venus::Z(double JD) +double CAAVSOP87C_Venus::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87C_Z_VENUS, sizeof(g_VSOP87C_Z_VENUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87C_Z_VENUS.data(), g_VSOP87C_Z_VENUS.size(), false); } -double CAAVSOP87C_Venus::Z_DASH(double JD) +double CAAVSOP87C_Venus::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87C_Z_VENUS, sizeof(g_VSOP87C_Z_VENUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87C_Z_VENUS.data(), g_VSOP87C_Z_VENUS.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87D_EAR.cpp b/Sources/AAPlus/AAVSOP87D_EAR.cpp old mode 100755 new mode 100644 similarity index 96% rename from Vendor/AA+/1.6.3/AAVSOP87D_EAR.cpp rename to Sources/AAPlus/AAVSOP87D_EAR.cpp index 4a2dd60..b286297 --- a/Vendor/AA+/1.6.3/AAVSOP87D_EAR.cpp +++ b/Sources/AAPlus/AAVSOP87D_EAR.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87D_EAR.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87D_EAR.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87D_L0_EARTH[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87D_L0_EARTH +{ { { 1.75347045673, 0.00000000000, 0.00000000000 }, { 0.03341656456, 4.66925680417, 6283.07584999140 }, { 0.00034894275, 4.62610241759, 12566.15169998280 }, @@ -591,10 +597,10 @@ const VSOP87Coefficient g_VSOP87D_L0_EARTH[] = { 0.00000000039, 1.20838190039, 18842.11400297339 }, { 0.00000000045, 3.18590558749, 45585.17281218740 }, { 0.00000000049, 2.44790934886, 13613.80427733600 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L1_EARTH[] = -{ +constexpr array g_VSOP87D_L1_EARTH +{ { { 6283.31966747491, 0.00000000000, 0.00000000000 }, { 0.00206058863, 2.67823455584, 6283.07584999140 }, { 0.00004303430, 2.63512650414, 12566.15169998280 }, @@ -936,10 +942,10 @@ const VSOP87Coefficient g_VSOP87D_L1_EARTH[] = { 0.00000000024, 5.72605158675, 29864.33402730900 }, { 0.00000000024, 1.40237993205, 14712.31711645800 }, { 0.00000000025, 5.71466092822, 25934.12433108940 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L2_EARTH[] = -{ +constexpr array g_VSOP87D_L2_EARTH +{ { { 0.00052918870, 0.00000000000, 0.00000000000 }, { 0.00008719837, 1.07209665242, 6283.07584999140 }, { 0.00000309125, 0.86728818832, 12566.15169998280 }, @@ -1082,10 +1088,10 @@ const VSOP87Coefficient g_VSOP87D_L2_EARTH[] = { 0.00000000010, 1.40815507226, 10988.80815753500 }, { 0.00000000011, 3.05005267431, 17260.15465469040 }, { 0.00000000010, 4.93364992366, 12352.85260454480 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L3_EARTH[] = -{ +constexpr array g_VSOP87D_L3_EARTH +{ { { 0.00000289226, 5.84384198723, 6283.07584999140 }, { 0.00000034955, 0.00000000000, 0.00000000000 }, { 0.00000016819, 5.48766912348, 12566.15169998280 }, @@ -1108,10 +1114,10 @@ const VSOP87Coefficient g_VSOP87D_L3_EARTH[] = { 0.00000000005, 2.71488713339, 10977.07880469900 }, { 0.00000000005, 3.76879847273, 12036.46073488820 }, { 0.00000000005, 4.28412873331, 6275.96230299060 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L4_EARTH[] = -{ +constexpr array g_VSOP87D_L4_EARTH +{ { { 0.00000114084, 3.14159265359, 0.00000000000 }, { 0.00000007717, 4.13446589358, 6283.07584999140 }, { 0.00000000765, 3.83803776214, 12566.15169998280 }, @@ -1123,19 +1129,19 @@ const VSOP87Coefficient g_VSOP87D_L4_EARTH[] = { 0.00000000010, 5.64801766350, 6127.65545055720 }, { 0.00000000008, 2.84160570605, 161000.68573767410 }, { 0.00000000002, 0.54912904658, 6438.49624942560 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L5_EARTH[] = -{ +constexpr array g_VSOP87D_L5_EARTH +{ { { 0.00000000878, 3.14159265359, 0.00000000000 }, { 0.00000000172, 2.76579069510, 6283.07584999140 }, { 0.00000000050, 2.01353298182, 155.42039943420 }, { 0.00000000028, 2.21496423926, 12566.15169998280 }, { 0.00000000005, 1.75600058765, 18849.22754997420 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B0_EARTH[] = -{ +constexpr array g_VSOP87D_B0_EARTH +{ { { 0.00000279620, 3.19870156017, 84334.66158130829 }, { 0.00000101643, 5.42248619256, 5507.55323866740 }, { 0.00000080445, 3.88013204458, 5223.69391980220 }, @@ -1320,10 +1326,10 @@ const VSOP87Coefficient g_VSOP87D_B0_EARTH[] = { 0.00000000054, 3.38482031504, 323049.11878710287 }, { 0.00000000039, 3.28500401343, 71768.50988132549 }, { 0.00000000039, 3.11239910690, 96900.81328129109 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B1_EARTH[] = -{ +constexpr array g_VSOP87D_B1_EARTH +{ { { 0.00000009030, 3.89729061890, 5507.55323866740 }, { 0.00000006177, 1.73038850355, 5223.69391980220 }, { 0.00000003800, 5.24404145734, 2352.86615377180 }, @@ -1423,10 +1429,10 @@ const VSOP87Coefficient g_VSOP87D_B1_EARTH[] = { 0.00000000021, 4.00149269576, 3154.68708489560 }, { 0.00000000018, 1.58348238359, 2118.76386037840 }, { 0.00000000019, 0.85407021371, 14712.31711645800 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B2_EARTH[] = -{ +constexpr array g_VSOP87D_B2_EARTH +{ { { 0.00000001662, 1.62703209173, 84334.66158130829 }, { 0.00000000492, 2.41382223971, 1047.74731175470 }, { 0.00000000344, 2.24353004539, 5507.55323866740 }, @@ -1476,10 +1482,10 @@ const VSOP87Coefficient g_VSOP87D_B2_EARTH[] = { 0.00000000010, 5.15032130575, 11371.70468975820 }, { 0.00000000013, 0.98720797401, 5729.50644714900 }, { 0.00000000009, 5.94191743597, 7632.94325965020 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B3_EARTH[] = -{ +constexpr array g_VSOP87D_B3_EARTH +{ { { 0.00000000011, 0.23877262399, 7860.41939243920 }, { 0.00000000009, 1.16069982609, 5507.55323866740 }, { 0.00000000008, 1.65357552925, 5884.92684658320 }, @@ -1491,19 +1497,19 @@ const VSOP87Coefficient g_VSOP87D_B3_EARTH[] = { 0.00000000006, 0.84181087594, 6275.96230299060 }, { 0.00000000006, 5.40160929468, 1577.34354244780 }, { 0.00000000007, 2.73399865247, 6309.37416979120 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B4_EARTH[] = -{ +constexpr array g_VSOP87D_B4_EARTH +{ { { 0.00000000004, 0.79662198849, 6438.49624942560 }, { 0.00000000005, 0.84308705203, 1047.74731175470 }, { 0.00000000005, 0.05711572303, 84334.66158130829 }, { 0.00000000003, 3.46779895686, 6279.55273164240 }, { 0.00000000003, 2.89822201212, 6127.65545055720 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R0_EARTH[] = -{ +constexpr array g_VSOP87D_R0_EARTH +{ { { 1.00013988799, 0.00000000000, 0.00000000000 }, { 0.01670699626, 3.09846350771, 6283.07584999140 }, { 0.00013956023, 3.05524609620, 12566.15169998280 }, @@ -2030,10 +2036,10 @@ const VSOP87Coefficient g_VSOP87D_R0_EARTH[] = { 0.00000000040, 5.39694918320, 9498.21223063460 }, { 0.00000000040, 3.30603243754, 23536.11695768099 }, { 0.00000000050, 6.15760345261, 78051.34191383339 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R1_EARTH[] = -{ +constexpr array g_VSOP87D_R1_EARTH +{ { { 0.00103018608, 1.10748969588, 6283.07584999140 }, { 0.00001721238, 1.06442301418, 12566.15169998280 }, { 0.00000702215, 3.14159265359, 0.00000000000 }, @@ -2326,10 +2332,10 @@ const VSOP87Coefficient g_VSOP87D_R1_EARTH[] = { 0.00000000019, 4.71432851499, 77690.75950573849 }, { 0.00000000019, 2.54227398241, 77736.78343050249 }, { 0.00000000020, 5.91915117116, 48739.85989708300 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R2_EARTH[] = -{ +constexpr array g_VSOP87D_R2_EARTH +{ { { 0.00004359385, 5.78455133738, 6283.07584999140 }, { 0.00000123633, 5.57934722157, 12566.15169998280 }, { 0.00000012341, 3.14159265359, 0.00000000000 }, @@ -2469,10 +2475,10 @@ const VSOP87Coefficient g_VSOP87D_R2_EARTH[] = { 0.00000000009, 3.02238989305, 23543.23050468179 }, { 0.00000000009, 2.04999402381, 22003.91463486980 }, { 0.00000000009, 4.91488110218, 213.29909543800 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R3_EARTH[] = -{ +constexpr array g_VSOP87D_R3_EARTH +{ { { 0.00000144595, 4.27319435148, 6283.07584999140 }, { 0.00000006729, 3.91697608662, 12566.15169998280 }, { 0.00000000774, 0.00000000000, 0.00000000000 }, @@ -2500,10 +2506,10 @@ const VSOP87Coefficient g_VSOP87D_R3_EARTH[] = { 0.00000000007, 2.98052059053, 6681.22485339960 }, { 0.00000000005, 2.30961231391, 12036.46073488820 }, { 0.00000000005, 3.71102966917, 6290.18939699220 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R4_EARTH[] = -{ +constexpr array g_VSOP87D_R4_EARTH +{ { { 0.00000003858, 2.56384387339, 6283.07584999140 }, { 0.00000000306, 2.26769501230, 12566.15169998280 }, { 0.00000000053, 3.44031471924, 5573.14280143310 }, @@ -2514,74 +2520,73 @@ const VSOP87Coefficient g_VSOP87D_R4_EARTH[] = { 0.00000000005, 4.07695126049, 6127.65545055720 }, { 0.00000000006, 3.81514213664, 149854.40013480789 }, { 0.00000000003, 1.28175749811, 6286.59896834040 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R5_EARTH[] = -{ +constexpr array g_VSOP87D_R5_EARTH +{ { { 0.00000000086, 1.21579741687, 6283.07584999140 }, { 0.00000000012, 0.65617264033, 12566.15169998280 }, { 0.00000000001, 0.38068797142, 18849.22754997420 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87D_L_EARTH[] = -{ - { g_VSOP87D_L0_EARTH, sizeof(g_VSOP87D_L0_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L1_EARTH, sizeof(g_VSOP87D_L1_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L2_EARTH, sizeof(g_VSOP87D_L2_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L3_EARTH, sizeof(g_VSOP87D_L3_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L4_EARTH, sizeof(g_VSOP87D_L4_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L5_EARTH, sizeof(g_VSOP87D_L5_EARTH)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_L_EARTH +{ { + { g_VSOP87D_L0_EARTH.data(), g_VSOP87D_L0_EARTH.size() }, + { g_VSOP87D_L1_EARTH.data(), g_VSOP87D_L1_EARTH.size() }, + { g_VSOP87D_L2_EARTH.data(), g_VSOP87D_L2_EARTH.size() }, + { g_VSOP87D_L3_EARTH.data(), g_VSOP87D_L3_EARTH.size() }, + { g_VSOP87D_L4_EARTH.data(), g_VSOP87D_L4_EARTH.size() }, + { g_VSOP87D_L5_EARTH.data(), g_VSOP87D_L5_EARTH.size() } +} }; -const VSOP87Coefficient2 g_VSOP87D_B_EARTH[] = -{ - { g_VSOP87D_B0_EARTH, sizeof(g_VSOP87D_B0_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B1_EARTH, sizeof(g_VSOP87D_B1_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B2_EARTH, sizeof(g_VSOP87D_B2_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B3_EARTH, sizeof(g_VSOP87D_B3_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B4_EARTH, sizeof(g_VSOP87D_B4_EARTH)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_B_EARTH +{ { + { g_VSOP87D_B0_EARTH.data(), g_VSOP87D_B0_EARTH.size() }, + { g_VSOP87D_B1_EARTH.data(), g_VSOP87D_B1_EARTH.size() }, + { g_VSOP87D_B2_EARTH.data(), g_VSOP87D_B2_EARTH.size() }, + { g_VSOP87D_B3_EARTH.data(), g_VSOP87D_B3_EARTH.size() }, + { g_VSOP87D_B4_EARTH.data(), g_VSOP87D_B4_EARTH.size() } +} }; -const VSOP87Coefficient2 g_VSOP87D_R_EARTH[] = -{ - { g_VSOP87D_R0_EARTH, sizeof(g_VSOP87D_R0_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R1_EARTH, sizeof(g_VSOP87D_R1_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R2_EARTH, sizeof(g_VSOP87D_R2_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R3_EARTH, sizeof(g_VSOP87D_R3_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R4_EARTH, sizeof(g_VSOP87D_R4_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R5_EARTH, sizeof(g_VSOP87D_R5_EARTH)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_R_EARTH +{ { + { g_VSOP87D_R0_EARTH.data(), g_VSOP87D_R0_EARTH.size() }, + { g_VSOP87D_R1_EARTH.data(), g_VSOP87D_R1_EARTH.size() }, + { g_VSOP87D_R2_EARTH.data(), g_VSOP87D_R2_EARTH.size() }, + { g_VSOP87D_R3_EARTH.data(), g_VSOP87D_R3_EARTH.size() }, + { g_VSOP87D_R4_EARTH.data(), g_VSOP87D_R4_EARTH.size() }, + { g_VSOP87D_R5_EARTH.data(), g_VSOP87D_R5_EARTH.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87D_Earth::L(double JD) +double CAAVSOP87D_Earth::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_L_EARTH, sizeof(g_VSOP87D_L_EARTH)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87D_L_EARTH.data(), g_VSOP87D_L_EARTH.size(), true); } -double CAAVSOP87D_Earth::L_DASH(double JD) +double CAAVSOP87D_Earth::L_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_L_EARTH, sizeof(g_VSOP87D_L_EARTH)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_L_EARTH.data(), g_VSOP87D_L_EARTH.size()); } -double CAAVSOP87D_Earth::B(double JD) +double CAAVSOP87D_Earth::B(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_B_EARTH, sizeof(g_VSOP87D_B_EARTH)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87D_B_EARTH.data(), g_VSOP87D_B_EARTH.size(), true); } -double CAAVSOP87D_Earth::B_DASH(double JD) +double CAAVSOP87D_Earth::B_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_B_EARTH, sizeof(g_VSOP87D_B_EARTH)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_B_EARTH.data(), g_VSOP87D_B_EARTH.size()); } -double CAAVSOP87D_Earth::R(double JD) +double CAAVSOP87D_Earth::R(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_R_EARTH, sizeof(g_VSOP87D_R_EARTH)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87D_R_EARTH.data(), g_VSOP87D_R_EARTH.size(), false); } -double CAAVSOP87D_Earth::R_DASH(double JD) +double CAAVSOP87D_Earth::R_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_R_EARTH, sizeof(g_VSOP87D_R_EARTH)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_R_EARTH.data(), g_VSOP87D_R_EARTH.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87D_JUP.cpp b/Sources/AAPlus/AAVSOP87D_JUP.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87D_JUP.cpp rename to Sources/AAPlus/AAVSOP87D_JUP.cpp index 87c7830..53589bb --- a/Vendor/AA+/1.6.3/AAVSOP87D_JUP.cpp +++ b/Sources/AAPlus/AAVSOP87D_JUP.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87D_JUP.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87D_JUP.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87D_L0_JUPITER[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87D_L0_JUPITER +{ { { 0.59954691495, 0.00000000000, 0.00000000000 }, { 0.09695898711, 5.06191793105, 529.69096509460 }, { 0.00573610145, 1.44406205976, 7.11354700080 }, @@ -792,10 +798,10 @@ const VSOP87Coefficient g_VSOP87D_L0_JUPITER[] = { 0.00000000076, 3.62264327413, 782.34693644780 }, { 0.00000000085, 1.86831145784, 25028.52121138500 }, { 0.00000000079, 2.90602202890, 2114.83170711530 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L1_JUPITER[] = -{ +constexpr array g_VSOP87D_L1_JUPITER +{ { { 529.93480757497, 0.00000000000, 0.00000000000 }, { 0.00489741194, 4.22066689928, 529.69096509460 }, { 0.00228918538, 6.02647464016, 7.11354700080 }, @@ -1165,10 +1171,10 @@ const VSOP87Coefficient g_VSOP87D_L1_JUPITER[] = { 0.00000000072, 5.65789862232, 1151.42900414390 }, { 0.00000000080, 0.04539720100, 1080.72257119160 }, { 0.00000000075, 4.26526686574, 1058.41872234270 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L2_JUPITER[] = -{ +constexpr array g_VSOP87D_L2_JUPITER +{ { { 0.00047233598, 4.32148323554, 7.11354700080 }, { 0.00030629053, 2.93021440216, 529.69096509460 }, { 0.00038965550, 0.00000000000, 0.00000000000 }, @@ -1360,10 +1366,10 @@ const VSOP87Coefficient g_VSOP87D_L2_JUPITER[] = { 0.00000000114, 5.15982838070, 1592.25428902150 }, { 0.00000000091, 1.48896790758, 1567.73225428140 }, { 0.00000000086, 4.34444949905, 1069.67687092770 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L3_JUPITER[] = -{ +constexpr array g_VSOP87D_L3_JUPITER +{ { { 0.00006501665, 2.59862880482, 7.11354700080 }, { 0.00001356524, 1.34635886411, 529.69096509460 }, { 0.00000470716, 2.47503977883, 14.22709400160 }, @@ -1473,10 +1479,10 @@ const VSOP87Coefficient g_VSOP87D_L3_JUPITER[] = { 0.00000000075, 3.93105183253, 1055.44977692610 }, { 0.00000000079, 1.88533153220, 934.94851496820 }, { 0.00000000077, 3.80503143236, 1603.29998928540 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L4_JUPITER[] = -{ +constexpr array g_VSOP87D_L4_JUPITER +{ { { 0.00000669483, 0.85282421090, 7.11354700080 }, { 0.00000099961, 0.74258947751, 14.22709400160 }, { 0.00000114019, 3.14159265359, 0.00000000000 }, @@ -1522,10 +1528,10 @@ const VSOP87Coefficient g_VSOP87D_L4_JUPITER[] = { 0.00000000093, 5.60436000012, 1581.95934828300 }, { 0.00000000085, 5.02317256200, 1155.36115740700 }, { 0.00000000075, 3.13198879608, 632.78373931320 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L5_JUPITER[] = -{ +constexpr array g_VSOP87D_L5_JUPITER +{ { { 0.00000049577, 5.25658966184, 7.11354700080 }, { 0.00000015761, 5.25126837478, 14.22709400160 }, { 0.00000004343, 0.01461869263, 536.80451209540 }, @@ -1536,10 +1542,10 @@ const VSOP87Coefficient g_VSOP87D_L5_JUPITER[] = { 0.00000000456, 0.81521692852, 1066.49547719000 }, { 0.00000000293, 5.62909357048, 1059.38193018920 }, { 0.00000000090, 0.21178119710, 529.69096509460 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B0_JUPITER[] = -{ +constexpr array g_VSOP87D_B0_JUPITER +{ { { 0.02268615703, 3.55852606718, 529.69096509460 }, { 0.00109971634, 3.90809347389, 1059.38193018920 }, { 0.00110090358, 0.00000000000, 0.00000000000 }, @@ -1789,10 +1795,10 @@ const VSOP87Coefficient g_VSOP87D_B0_JUPITER[] = { 0.00000000080, 0.38766601876, 4694.00295470760 }, { 0.00000000074, 3.86865238736, 3067.93946934820 }, { 0.00000000095, 1.66362447044, 1151.42900414390 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B1_JUPITER[] = -{ +constexpr array g_VSOP87D_B1_JUPITER +{ { { 0.00177351787, 5.70166488486, 529.69096509460 }, { 0.00003230171, 5.77941619340, 1059.38193018920 }, { 0.00003081364, 5.47464296527, 522.57741809380 }, @@ -1934,10 +1940,10 @@ const VSOP87Coefficient g_VSOP87D_B1_JUPITER[] = { 0.00000000072, 1.90578907085, 528.94020556920 }, { 0.00000000072, 5.57619428876, 530.44172462000 }, { 0.00000000078, 5.97323507836, 1585.89150154610 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B2_JUPITER[] = -{ +constexpr array g_VSOP87D_B2_JUPITER +{ { { 0.00008094051, 1.46322843658, 529.69096509460 }, { 0.00000742415, 0.95691639003, 522.57741809380 }, { 0.00000813244, 3.14159265359, 0.00000000000 }, @@ -2019,10 +2025,10 @@ const VSOP87Coefficient g_VSOP87D_B2_JUPITER[] = { 0.00000000102, 4.27603827970, 1375.77379984580 }, { 0.00000000089, 1.22926014128, 1898.35121793960 }, { 0.00000000080, 0.62129648755, 831.85574074960 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B3_JUPITER[] = -{ +constexpr array g_VSOP87D_B3_JUPITER +{ { { 0.00000251624, 3.38087923084, 529.69096509460 }, { 0.00000121738, 2.73311837200, 522.57741809380 }, { 0.00000048694, 1.03689996685, 536.80451209540 }, @@ -2065,10 +2071,10 @@ const VSOP87Coefficient g_VSOP87D_B3_JUPITER[] = { 0.00000000095, 0.54905691533, 1169.58825140860 }, { 0.00000000088, 3.26874502411, 213.29909543800 }, { 0.00000000098, 2.00704668688, 1574.84580128220 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B4_JUPITER[] = -{ +constexpr array g_VSOP87D_B4_JUPITER +{ { { 0.00000015050, 4.52956999637, 522.57741809380 }, { 0.00000005370, 4.47427159142, 529.69096509460 }, { 0.00000004456, 5.43908581047, 536.80451209540 }, @@ -2081,19 +2087,19 @@ const VSOP87Coefficient g_VSOP87D_B4_JUPITER[] = { 0.00000000147, 3.56490986181, 1045.15483618760 }, { 0.00000000142, 5.69936472988, 7.11354700080 }, { 0.00000000112, 1.16718383135, 14.22709400160 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B5_JUPITER[] = -{ +constexpr array g_VSOP87D_B5_JUPITER +{ { { 0.00000001445, 0.09198554072, 522.57741809380 }, { 0.00000000368, 0.00874408003, 515.46387109300 }, { 0.00000000304, 3.27902945138, 536.80451209540 }, { 0.00000000129, 0.33959775247, 529.69096509460 }, { 0.00000000095, 1.29305954542, 543.91805909620 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R0_JUPITER[] = -{ +constexpr array g_VSOP87D_R0_JUPITER +{ { { 5.20887429471, 0.00000000000, 0.00000000000 }, { 0.25209327020, 3.49108640015, 529.69096509460 }, { 0.00610599902, 3.84115365602, 1059.38193018920 }, @@ -2839,10 +2845,10 @@ const VSOP87Coefficient g_VSOP87D_R0_JUPITER[] = { 0.00000000448, 4.76565111029, 284.14854074220 }, { 0.00000000474, 0.71146352197, 2108.46891963990 }, { 0.00000000509, 5.53328407404, 1128.53445446400 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R1_JUPITER[] = -{ +constexpr array g_VSOP87D_R1_JUPITER +{ { { 0.01271801596, 2.64937511122, 529.69096509460 }, { 0.00061661771, 3.00076251018, 1059.38193018920 }, { 0.00053443592, 3.89717644226, 522.57741809380 }, @@ -3224,10 +3230,10 @@ const VSOP87Coefficient g_VSOP87D_R1_JUPITER[] = { 0.00000000411, 4.31566962034, 757.21715453420 }, { 0.00000000392, 1.86527946688, 885.43971066640 }, { 0.00000000416, 3.81408093105, 3156.80514956520 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R2_JUPITER[] = -{ +constexpr array g_VSOP87D_R2_JUPITER +{ { { 0.00079644833, 1.35865896596, 529.69096509460 }, { 0.00008251618, 5.77773935444, 522.57741809380 }, { 0.00007029864, 3.27476965833, 536.80451209540 }, @@ -3418,10 +3424,10 @@ const VSOP87Coefficient g_VSOP87D_R2_JUPITER[] = { 0.00000000458, 4.91616403047, 3067.93946934820 }, { 0.00000000400, 3.13887720912, 540.73666535850 }, { 0.00000000378, 0.86122450940, 525.02509864860 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R3_JUPITER[] = -{ +constexpr array g_VSOP87D_R3_JUPITER +{ { { 0.00003519257, 6.05800633846, 529.69096509460 }, { 0.00001073239, 1.67321345760, 536.80451209540 }, { 0.00000915666, 1.41329676116, 522.57741809380 }, @@ -3520,10 +3526,10 @@ const VSOP87Coefficient g_VSOP87D_R3_JUPITER[] = { 0.00000000424, 2.80194129521, 81.75213321620 }, { 0.00000000406, 3.93940190897, 316.39186965660 }, { 0.00000000506, 0.18719982992, 10.29494073850 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R4_JUPITER[] = -{ +constexpr array g_VSOP87D_R4_JUPITER +{ { { 0.00000128628, 0.08419309557, 536.80451209540 }, { 0.00000113458, 4.24858855779, 529.69096509460 }, { 0.00000082650, 3.29754909408, 522.57741809380 }, @@ -3570,10 +3576,10 @@ const VSOP87Coefficient g_VSOP87D_R4_JUPITER[] = { 0.00000000631, 1.83863158533, 10.29494073850 }, { 0.00000000491, 1.52912023181, 405.25754987360 }, { 0.00000000521, 0.24011424451, 433.71173787680 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R5_JUPITER[] = -{ +constexpr array g_VSOP87D_R5_JUPITER +{ { { 0.00000011188, 4.75249399945, 536.80451209540 }, { 0.00000004255, 5.91516229170, 522.57741809380 }, { 0.00000002079, 5.56781555864, 515.46387109300 }, @@ -3583,68 +3589,67 @@ const VSOP87Coefficient g_VSOP87D_R5_JUPITER[] = { 0.00000001612, 4.13222808529, 1059.38193018920 }, { 0.00000001240, 3.77981722506, 14.22709400160 }, { 0.00000001033, 4.50671820436, 529.69096509460 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87D_L_JUPITER[] = -{ - { g_VSOP87D_L0_JUPITER, sizeof(g_VSOP87D_L0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L1_JUPITER, sizeof(g_VSOP87D_L1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L2_JUPITER, sizeof(g_VSOP87D_L2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L3_JUPITER, sizeof(g_VSOP87D_L3_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L4_JUPITER, sizeof(g_VSOP87D_L4_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L5_JUPITER, sizeof(g_VSOP87D_L5_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_L_JUPITER +{ { + { g_VSOP87D_L0_JUPITER.data(), g_VSOP87D_L0_JUPITER.size() }, + { g_VSOP87D_L1_JUPITER.data(), g_VSOP87D_L1_JUPITER.size() }, + { g_VSOP87D_L2_JUPITER.data(), g_VSOP87D_L2_JUPITER.size() }, + { g_VSOP87D_L3_JUPITER.data(), g_VSOP87D_L3_JUPITER.size() }, + { g_VSOP87D_L4_JUPITER.data(), g_VSOP87D_L4_JUPITER.size() }, + { g_VSOP87D_L5_JUPITER.data(), g_VSOP87D_L5_JUPITER.size() } +} }; -const VSOP87Coefficient2 g_VSOP87D_B_JUPITER[] = -{ - { g_VSOP87D_B0_JUPITER, sizeof(g_VSOP87D_B0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B1_JUPITER, sizeof(g_VSOP87D_B1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B2_JUPITER, sizeof(g_VSOP87D_B2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B3_JUPITER, sizeof(g_VSOP87D_B3_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B4_JUPITER, sizeof(g_VSOP87D_B4_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B5_JUPITER, sizeof(g_VSOP87D_B5_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_B_JUPITER +{ { + { g_VSOP87D_B0_JUPITER.data(), g_VSOP87D_B0_JUPITER.size() }, + { g_VSOP87D_B1_JUPITER.data(), g_VSOP87D_B1_JUPITER.size() }, + { g_VSOP87D_B2_JUPITER.data(), g_VSOP87D_B2_JUPITER.size() }, + { g_VSOP87D_B3_JUPITER.data(), g_VSOP87D_B3_JUPITER.size() }, + { g_VSOP87D_B4_JUPITER.data(), g_VSOP87D_B4_JUPITER.size() }, + { g_VSOP87D_B5_JUPITER.data(), g_VSOP87D_B5_JUPITER.size() } +} }; -const VSOP87Coefficient2 g_VSOP87D_R_JUPITER[] = -{ - { g_VSOP87D_R0_JUPITER, sizeof(g_VSOP87D_R0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R1_JUPITER, sizeof(g_VSOP87D_R1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R2_JUPITER, sizeof(g_VSOP87D_R2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R3_JUPITER, sizeof(g_VSOP87D_R3_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R4_JUPITER, sizeof(g_VSOP87D_R4_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R5_JUPITER, sizeof(g_VSOP87D_R5_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_R_JUPITER +{ { + { g_VSOP87D_R0_JUPITER.data(), g_VSOP87D_R0_JUPITER.size() }, + { g_VSOP87D_R1_JUPITER.data(), g_VSOP87D_R1_JUPITER.size() }, + { g_VSOP87D_R2_JUPITER.data(), g_VSOP87D_R2_JUPITER.size() }, + { g_VSOP87D_R3_JUPITER.data(), g_VSOP87D_R3_JUPITER.size() }, + { g_VSOP87D_R4_JUPITER.data(), g_VSOP87D_R4_JUPITER.size() }, + { g_VSOP87D_R5_JUPITER.data(), g_VSOP87D_R5_JUPITER.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87D_Jupiter::L(double JD) +double CAAVSOP87D_Jupiter::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_L_JUPITER, sizeof(g_VSOP87D_L_JUPITER)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87D_L_JUPITER.data(), g_VSOP87D_L_JUPITER.size(), true); } -double CAAVSOP87D_Jupiter::L_DASH(double JD) +double CAAVSOP87D_Jupiter::L_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_L_JUPITER, sizeof(g_VSOP87D_L_JUPITER)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_L_JUPITER.data(), g_VSOP87D_L_JUPITER.size()); } -double CAAVSOP87D_Jupiter::B(double JD) +double CAAVSOP87D_Jupiter::B(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_B_JUPITER, sizeof(g_VSOP87D_B_JUPITER)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87D_B_JUPITER.data(), g_VSOP87D_B_JUPITER.size(), true); } -double CAAVSOP87D_Jupiter::B_DASH(double JD) +double CAAVSOP87D_Jupiter::B_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_B_JUPITER, sizeof(g_VSOP87D_B_JUPITER)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_B_JUPITER.data(), g_VSOP87D_B_JUPITER.size()); } -double CAAVSOP87D_Jupiter::R(double JD) +double CAAVSOP87D_Jupiter::R(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_R_JUPITER, sizeof(g_VSOP87D_R_JUPITER)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87D_R_JUPITER.data(), g_VSOP87D_R_JUPITER.size(), false); } -double CAAVSOP87D_Jupiter::R_DASH(double JD) +double CAAVSOP87D_Jupiter::R_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_R_JUPITER, sizeof(g_VSOP87D_R_JUPITER)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_R_JUPITER.data(), g_VSOP87D_R_JUPITER.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87D_MER.cpp b/Sources/AAPlus/AAVSOP87D_MER.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87D_MER.cpp rename to Sources/AAPlus/AAVSOP87D_MER.cpp index 544a814..b203a44 --- a/Vendor/AA+/1.6.3/AAVSOP87D_MER.cpp +++ b/Sources/AAPlus/AAVSOP87D_MER.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87D_MER.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87D_MER.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87D_L0_MERCURY[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87D_L0_MERCURY +{ { { 4.40250710144, 0.00000000000, 0.00000000000 }, { 0.40989414976, 1.48302034194, 26087.90314157420 }, { 0.05046294199, 4.47785489540, 52175.80628314840 }, @@ -1412,10 +1418,10 @@ const VSOP87Coefficient g_VSOP87D_L0_MERCURY[] = { 0.00000000004, 4.17772291197, 53132.09543911899 }, { 0.00000000004, 2.66996288682, 25572.43927048119 }, { 0.00000000005, 1.14175711692, 188898.39784101077 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L1_MERCURY[] = -{ +constexpr array g_VSOP87D_L1_MERCURY +{ { { 26088.14706222746, 0.00000000000, 0.00000000000 }, { 0.01126007832, 6.21703970996, 26087.90314157420 }, { 0.00303471395, 3.05565472363, 52175.80628314840 }, @@ -2255,10 +2261,10 @@ const VSOP87Coefficient g_VSOP87D_L1_MERCURY[] = { 0.00000000002, 5.66467419812, 25466.15934073500 }, { 0.00000000002, 5.10682926241, 159969.99379441058 }, { 0.00000000002, 3.49751807681, 259819.64948555277 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L2_MERCURY[] = -{ +constexpr array g_VSOP87D_L2_MERCURY +{ { { 0.00053049845, 0.00000000000, 0.00000000000 }, { 0.00016903658, 4.69072300649, 26087.90314157420 }, { 0.00007396711, 1.34735624669, 52175.80628314840 }, @@ -2654,10 +2660,10 @@ const VSOP87Coefficient g_VSOP87D_L2_MERCURY[] = { 0.00000000001, 5.59362222240, 25619.93815121980 }, { 0.00000000001, 3.26520760555, 240452.46032331997 }, { 0.00000000001, 5.52286605071, 52125.80966124419 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L3_MERCURY[] = -{ +constexpr array g_VSOP87D_L3_MERCURY +{ { { 0.00000188077, 0.03466830117, 52175.80628314840 }, { 0.00000142152, 3.12505452600, 26087.90314157420 }, { 0.00000096877, 3.00378171915, 78263.70942472259 }, @@ -2811,10 +2817,10 @@ const VSOP87Coefficient g_VSOP87D_L3_MERCURY[] = { 0.00000000000, 0.59142287644, 73711.75592766379 }, { 0.00000000001, 5.84438975852, 105307.21230790539 }, { 0.00000000001, 2.82906439989, 24498.83024629040 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L4_MERCURY[] = -{ +constexpr array g_VSOP87D_L4_MERCURY +{ { { 0.00000114078, 3.14159265359, 0.00000000000 }, { 0.00000003247, 2.02848007619, 26087.90314157420 }, { 0.00000001914, 1.41731803758, 78263.70942472259 }, @@ -2843,10 +2849,10 @@ const VSOP87Coefficient g_VSOP87D_L4_MERCURY[] = { 0.00000000000, 4.73086078962, 1059.38193018920 }, { 0.00000000000, 0.40939402954, 24498.83024629040 }, { 0.00000000000, 3.30678220146, 365230.64398203877 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L5_MERCURY[] = -{ +constexpr array g_VSOP87D_L5_MERCURY +{ { { 0.00000000877, 3.14159265359, 0.00000000000 }, { 0.00000000059, 3.37513289692, 52175.80628314840 }, { 0.00000000042, 0.02433099382, 78263.70942472259 }, @@ -2860,10 +2866,10 @@ const VSOP87Coefficient g_VSOP87D_L5_MERCURY[] = { 0.00000000001, 2.23688504668, 260879.03141574195 }, { 0.00000000001, 5.18718589133, 286966.93455731618 }, { 0.00000000000, 2.11315496491, 313054.83769889036 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B0_MERCURY[] = -{ +constexpr array g_VSOP87D_B0_MERCURY +{ { { 0.11737528962, 1.98357498767, 26087.90314157420 }, { 0.02388076996, 5.03738959685, 52175.80628314840 }, { 0.01222839532, 3.14159265359, 0.00000000000 }, @@ -3682,10 +3688,10 @@ const VSOP87Coefficient g_VSOP87D_B0_MERCURY[] = { 0.00000000004, 4.64327471216, 76255.15188556358 }, { 0.00000000004, 1.34781477964, 106684.80895916879 }, { 0.00000000004, 2.34997151211, 177287.84588263658 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B1_MERCURY[] = -{ +constexpr array g_VSOP87D_B1_MERCURY +{ { { 0.00429151362, 3.50169780393, 26087.90314157420 }, { 0.00146233668, 3.14159265359, 0.00000000000 }, { 0.00022675295, 0.01515366880, 52175.80628314840 }, @@ -4180,10 +4186,10 @@ const VSOP87Coefficient g_VSOP87D_B1_MERCURY[] = { 0.00000000002, 2.37593594042, 51951.46148744649 }, { 0.00000000003, 0.65556179120, 1692.16566950240 }, { 0.00000000002, 1.65727778641, 163766.09444104519 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B2_MERCURY[] = -{ +constexpr array g_VSOP87D_B2_MERCURY +{ { { 0.00011830934, 4.79065585784, 26087.90314157420 }, { 0.00001913516, 0.00000000000, 0.00000000000 }, { 0.00001044801, 1.21216540536, 52175.80628314840 }, @@ -4414,10 +4420,10 @@ const VSOP87Coefficient g_VSOP87D_B2_MERCURY[] = { 0.00000000001, 1.45442920390, 207593.84658050019 }, { 0.00000000001, 1.12941846578, 60055.89543648739 }, { 0.00000000001, 1.16964771504, 134991.46920492980 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B3_MERCURY[] = -{ +constexpr array g_VSOP87D_B3_MERCURY +{ { { 0.00000235423, 0.35387524604, 26087.90314157420 }, { 0.00000160537, 0.00000000000, 0.00000000000 }, { 0.00000018904, 4.36275460261, 52175.80628314840 }, @@ -4471,10 +4477,10 @@ const VSOP87Coefficient g_VSOP87D_B3_MERCURY[] = { 0.00000000001, 4.87981157471, 10213.28554621100 }, { 0.00000000001, 2.44816565966, 26084.02180621620 }, { 0.00000000000, 3.45284067711, 105460.99111839019 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B4_MERCURY[] = -{ +constexpr array g_VSOP87D_B4_MERCURY +{ { { 0.00000004276, 1.74579932115, 26087.90314157420 }, { 0.00000001023, 3.14159265359, 0.00000000000 }, { 0.00000000425, 4.03419509143, 52175.80628314840 }, @@ -4490,10 +4496,10 @@ const VSOP87Coefficient g_VSOP87D_B4_MERCURY[] = { 0.00000000001, 1.16082903756, 286966.93455731618 }, { 0.00000000000, 1.44918128781, 24978.52458948080 }, { 0.00000000000, 4.18046278690, 313054.83769889036 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B5_MERCURY[] = -{ +constexpr array g_VSOP87D_B5_MERCURY +{ { { 0.00000000106, 3.94555784256, 26087.90314157420 }, { 0.00000000075, 3.14159265359, 0.00000000000 }, { 0.00000000022, 1.30514874546, 52175.80628314840 }, @@ -4504,10 +4510,10 @@ const VSOP87Coefficient g_VSOP87D_B5_MERCURY[] = { 0.00000000001, 6.00841870284, 182615.32199101939 }, { 0.00000000000, 2.85941734701, 208703.22513259359 }, { 0.00000000000, 5.96962108614, 234791.12827416777 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R0_MERCURY[] = -{ +constexpr array g_VSOP87D_R0_MERCURY +{ { { 0.39528271652, 0.00000000000, 0.00000000000 }, { 0.07834131817, 6.19233722599, 26087.90314157420 }, { 0.00795525557, 2.95989690096, 52175.80628314840 }, @@ -5723,10 +5729,10 @@ const VSOP87Coefficient g_VSOP87D_R0_MERCURY[] = { 0.00000000002, 3.91669753023, 76352.50994150539 }, { 0.00000000002, 3.05277164813, 225.82926841020 }, { 0.00000000001, 4.33602746737, 4601.95011896300 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R1_MERCURY[] = -{ +constexpr array g_VSOP87D_R1_MERCURY +{ { { 0.00217347739, 4.65617158663, 26087.90314157420 }, { 0.00044141826, 1.42385543975, 52175.80628314840 }, { 0.00010094479, 4.47466326316, 78263.70942472259 }, @@ -6438,10 +6444,10 @@ const VSOP87Coefficient g_VSOP87D_R1_MERCURY[] = { 0.00000000001, 5.60579347269, 153084.84390447979 }, { 0.00000000001, 4.92352598929, 51596.11869614960 }, { 0.00000000001, 6.10538330268, 181659.72224941078 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R2_MERCURY[] = -{ +constexpr array g_VSOP87D_R2_MERCURY +{ { { 0.00003117867, 3.08231840296, 26087.90314157420 }, { 0.00001245396, 6.15183317423, 52175.80628314840 }, { 0.00000424822, 2.92583352960, 78263.70942472259 }, @@ -6768,10 +6774,10 @@ const VSOP87Coefficient g_VSOP87D_R2_MERCURY[] = { 0.00000000000, 5.16843610094, 52698.38370124219 }, { 0.00000000000, 3.99449121788, 131395.11544947958 }, { 0.00000000000, 5.65446547429, 80596.90581759460 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R3_MERCURY[] = -{ +constexpr array g_VSOP87D_R3_MERCURY +{ { { 0.00000032676, 1.67971635359, 26087.90314157420 }, { 0.00000024166, 4.63403168997, 52175.80628314840 }, { 0.00000012133, 1.38983781545, 78263.70942472259 }, @@ -6891,10 +6897,10 @@ const VSOP87Coefficient g_VSOP87D_R3_MERCURY[] = { 0.00000000000, 5.63968341805, 103292.23063610759 }, { 0.00000000000, 1.86829495425, 48733.23133818299 }, { 0.00000000000, 5.77443179008, 105410.99449648599 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R4_MERCURY[] = -{ +constexpr array g_VSOP87D_R4_MERCURY +{ { { 0.00000000394, 0.36735403840, 26087.90314157420 }, { 0.00000000387, 3.18568771507, 52175.80628314840 }, { 0.00000000270, 6.16983616444, 78263.70942472259 }, @@ -6913,10 +6919,10 @@ const VSOP87Coefficient g_VSOP87D_R4_MERCURY[] = { 0.00000000000, 6.13600004668, 77154.33087262919 }, { 0.00000000000, 2.93310416266, 27197.28169366760 }, { 0.00000000000, 2.89897922039, 103242.23401420339 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R5_MERCURY[] = -{ +constexpr array g_VSOP87D_R5_MERCURY +{ { { 0.00000000006, 3.98900269603, 26087.90314157420 }, { 0.00000000006, 1.55248278782, 52175.80628314840 }, { 0.00000000005, 4.65461721116, 78263.70942472259 }, @@ -6927,68 +6933,67 @@ const VSOP87Coefficient g_VSOP87D_R5_MERCURY[] = { 0.00000000001, 4.26149026340, 182615.32199101939 }, { 0.00000000000, 0.99831133595, 208703.22513259359 }, { 0.00000000000, 4.00267064210, 234791.12827416777 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87D_L_MERCURY[] = -{ - { g_VSOP87D_L0_MERCURY, sizeof(g_VSOP87D_L0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L1_MERCURY, sizeof(g_VSOP87D_L1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L2_MERCURY, sizeof(g_VSOP87D_L2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L3_MERCURY, sizeof(g_VSOP87D_L3_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L4_MERCURY, sizeof(g_VSOP87D_L4_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L5_MERCURY, sizeof(g_VSOP87D_L5_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_L_MERCURY +{ { + { g_VSOP87D_L0_MERCURY.data(), g_VSOP87D_L0_MERCURY.size() }, + { g_VSOP87D_L1_MERCURY.data(), g_VSOP87D_L1_MERCURY.size() }, + { g_VSOP87D_L2_MERCURY.data(), g_VSOP87D_L2_MERCURY.size() }, + { g_VSOP87D_L3_MERCURY.data(), g_VSOP87D_L3_MERCURY.size() }, + { g_VSOP87D_L4_MERCURY.data(), g_VSOP87D_L4_MERCURY.size() }, + { g_VSOP87D_L5_MERCURY.data(), g_VSOP87D_L5_MERCURY.size() } +} }; -const VSOP87Coefficient2 g_VSOP87D_B_MERCURY[] = -{ - { g_VSOP87D_B0_MERCURY, sizeof(g_VSOP87D_B0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B1_MERCURY, sizeof(g_VSOP87D_B1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B2_MERCURY, sizeof(g_VSOP87D_B2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B3_MERCURY, sizeof(g_VSOP87D_B3_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B4_MERCURY, sizeof(g_VSOP87D_B4_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B5_MERCURY, sizeof(g_VSOP87D_B5_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_B_MERCURY +{ { + { g_VSOP87D_B0_MERCURY.data(), g_VSOP87D_B0_MERCURY.size() }, + { g_VSOP87D_B1_MERCURY.data(), g_VSOP87D_B1_MERCURY.size() }, + { g_VSOP87D_B2_MERCURY.data(), g_VSOP87D_B2_MERCURY.size() }, + { g_VSOP87D_B3_MERCURY.data(), g_VSOP87D_B3_MERCURY.size() }, + { g_VSOP87D_B4_MERCURY.data(), g_VSOP87D_B4_MERCURY.size() }, + { g_VSOP87D_B5_MERCURY.data(), g_VSOP87D_B5_MERCURY.size() } +} }; -const VSOP87Coefficient2 g_VSOP87D_R_MERCURY[] = -{ - { g_VSOP87D_R0_MERCURY, sizeof(g_VSOP87D_R0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R1_MERCURY, sizeof(g_VSOP87D_R1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R2_MERCURY, sizeof(g_VSOP87D_R2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R3_MERCURY, sizeof(g_VSOP87D_R3_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R4_MERCURY, sizeof(g_VSOP87D_R4_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R5_MERCURY, sizeof(g_VSOP87D_R5_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_R_MERCURY +{ { + { g_VSOP87D_R0_MERCURY.data(), g_VSOP87D_R0_MERCURY.size() }, + { g_VSOP87D_R1_MERCURY.data(), g_VSOP87D_R1_MERCURY.size() }, + { g_VSOP87D_R2_MERCURY.data(), g_VSOP87D_R2_MERCURY.size() }, + { g_VSOP87D_R3_MERCURY.data(), g_VSOP87D_R3_MERCURY.size() }, + { g_VSOP87D_R4_MERCURY.data(), g_VSOP87D_R4_MERCURY.size() }, + { g_VSOP87D_R5_MERCURY.data(), g_VSOP87D_R5_MERCURY.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87D_Mercury::L(double JD) +double CAAVSOP87D_Mercury::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_L_MERCURY, sizeof(g_VSOP87D_L_MERCURY)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87D_L_MERCURY.data(), g_VSOP87D_L_MERCURY.size(), true); } -double CAAVSOP87D_Mercury::L_DASH(double JD) +double CAAVSOP87D_Mercury::L_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_L_MERCURY, sizeof(g_VSOP87D_L_MERCURY)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_L_MERCURY.data(), g_VSOP87D_L_MERCURY.size()); } -double CAAVSOP87D_Mercury::B(double JD) +double CAAVSOP87D_Mercury::B(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_B_MERCURY, sizeof(g_VSOP87D_B_MERCURY)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87D_B_MERCURY.data(), g_VSOP87D_B_MERCURY.size(), true); } -double CAAVSOP87D_Mercury::B_DASH(double JD) +double CAAVSOP87D_Mercury::B_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_B_MERCURY, sizeof(g_VSOP87D_B_MERCURY)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_B_MERCURY.data(), g_VSOP87D_B_MERCURY.size()); } -double CAAVSOP87D_Mercury::R(double JD) +double CAAVSOP87D_Mercury::R(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_R_MERCURY, sizeof(g_VSOP87D_R_MERCURY)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87D_R_MERCURY.data(), g_VSOP87D_R_MERCURY.size(), false); } -double CAAVSOP87D_Mercury::R_DASH(double JD) +double CAAVSOP87D_Mercury::R_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_R_MERCURY, sizeof(g_VSOP87D_R_MERCURY)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_R_MERCURY.data(), g_VSOP87D_R_MERCURY.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87D_NEP.cpp b/Sources/AAPlus/AAVSOP87D_NEP.cpp old mode 100755 new mode 100644 similarity index 96% rename from Vendor/AA+/1.6.3/AAVSOP87D_NEP.cpp rename to Sources/AAPlus/AAVSOP87D_NEP.cpp index 222e954..a31ec17 --- a/Vendor/AA+/1.6.3/AAVSOP87D_NEP.cpp +++ b/Sources/AAPlus/AAVSOP87D_NEP.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87D_NEP.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87D_NEP.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87D_L0_NEPTUNE[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87D_L0_NEPTUNE +{ { { 5.31188633047, 0.00000000000, 0.00000000000 }, { 0.01798475509, 2.90101273050, 38.13303563780 }, { 0.01019727662, 0.48580923660, 1.48447270830 }, @@ -455,10 +461,10 @@ const VSOP87Coefficient g_VSOP87D_L0_NEPTUNE[] = { 0.00000000090, 0.60145818457, 36.76043751410 }, { 0.00000000074, 4.92511651321, 1549.45538693770 }, { 0.00000000072, 5.06852406179, 249.94765836750 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L1_NEPTUNE[] = -{ +constexpr array g_VSOP87D_L1_NEPTUNE +{ { { 38.37687716731, 0.00000000000, 0.00000000000 }, { 0.00016604187, 4.86319129565, 1.48447270830 }, { 0.00015807148, 2.27923488532, 38.13303563780 }, @@ -642,10 +648,10 @@ const VSOP87Coefficient g_VSOP87D_L1_NEPTUNE[] = { 0.00000000095, 0.23111852730, 500.15594916590 }, { 0.00000000084, 2.64687252518, 536.80451209540 }, { 0.00000000074, 3.90678924318, 1019.76442184310 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L2_NEPTUNE[] = -{ +constexpr array g_VSOP87D_L2_NEPTUNE +{ { { 0.00053892649, 0.00000000000, 0.00000000000 }, { 0.00000281251, 1.19084538887, 38.13303563780 }, { 0.00000295693, 1.85520292248, 1.48447270830 }, @@ -703,10 +709,10 @@ const VSOP87Coefficient g_VSOP87D_L2_NEPTUNE[] = { 0.00000000136, 2.75150881988, 144.14657116320 }, { 0.00000000104, 6.03262825314, 529.69096509460 }, { 0.00000000076, 0.20932812381, 453.42489381900 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L3_NEPTUNE[] = -{ +constexpr array g_VSOP87D_L3_NEPTUNE +{ { { 0.00000031254, 0.00000000000, 0.00000000000 }, { 0.00000012461, 6.04431418812, 1.48447270830 }, { 0.00000014541, 1.35337075856, 76.26607127560 }, @@ -722,21 +728,21 @@ const VSOP87Coefficient g_VSOP87D_L3_NEPTUNE[] = { 0.00000000206, 2.51012178002, 74.78159856730 }, { 0.00000000160, 5.63111039032, 114.39910691340 }, { 0.00000000149, 3.09327713923, 35.16409022120 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L4_NEPTUNE[] = -{ +constexpr array g_VSOP87D_L4_NEPTUNE +{ { { 0.00000113998, 3.14159265359, 0.00000000000 }, { 0.00000000605, 3.18211885677, 76.26607127560 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L5_NEPTUNE[] = -{ +constexpr array g_VSOP87D_L5_NEPTUNE +{ { { 0.00000000874, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B0_NEPTUNE[] = -{ +constexpr array g_VSOP87D_B0_NEPTUNE +{ { { 0.03088622933, 1.44104372626, 38.13303563780 }, { 0.00027780087, 5.91271882843, 76.26607127560 }, { 0.00027623609, 0.00000000000, 0.00000000000 }, @@ -909,10 +915,10 @@ const VSOP87Coefficient g_VSOP87D_B0_NEPTUNE[] = { 0.00000000080, 1.58140274465, 69.15252427480 }, { 0.00000000075, 0.23453373368, 63.73589830340 }, { 0.00000000071, 1.51961989690, 488.58898404020 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B1_NEPTUNE[] = -{ +constexpr array g_VSOP87D_B1_NEPTUNE +{ { { 0.00227279214, 3.80793089870, 38.13303563780 }, { 0.00001803120, 1.97576485377, 76.26607127560 }, { 0.00001385733, 4.82555548018, 36.64856292950 }, @@ -995,10 +1001,10 @@ const VSOP87Coefficient g_VSOP87D_B1_NEPTUNE[] = { 0.00000000111, 3.56226463770, 181.75834193920 }, { 0.00000000082, 3.18401661435, 42.32582133180 }, { 0.00000000084, 5.51669920239, 8.07675484730 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B2_NEPTUNE[] = -{ +constexpr array g_VSOP87D_B2_NEPTUNE +{ { { 0.00009690766, 5.57123750291, 38.13303563780 }, { 0.00000078815, 3.62705474219, 76.26607127560 }, { 0.00000071523, 0.45476688580, 36.64856292950 }, @@ -1024,10 +1030,10 @@ const VSOP87Coefficient g_VSOP87D_B2_NEPTUNE[] = { 0.00000000116, 3.63838544843, 112.91463420510 }, { 0.00000000085, 0.43712705655, 4.45341812490 }, { 0.00000000104, 6.12597614674, 144.14657116320 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B3_NEPTUNE[] = -{ +constexpr array g_VSOP87D_B3_NEPTUNE +{ { { 0.00000273423, 1.01688979072, 38.13303563780 }, { 0.00000002274, 2.36805657126, 36.64856292950 }, { 0.00000002029, 5.33364321342, 76.26607127560 }, @@ -1037,20 +1043,20 @@ const VSOP87Coefficient g_VSOP87D_B3_NEPTUNE[] = { 0.00000000185, 1.04913770083, 74.78159856730 }, { 0.00000000155, 3.62376309338, 35.16409022120 }, { 0.00000000157, 3.94195369610, 1.48447270830 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B4_NEPTUNE[] = -{ +constexpr array g_VSOP87D_B4_NEPTUNE +{ { { 0.00000005728, 2.66872693322, 38.13303563780 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B5_NEPTUNE[] = -{ +constexpr array g_VSOP87D_B5_NEPTUNE +{ { { 0.00000000113, 4.70646877989, 38.13303563780 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R0_NEPTUNE[] = -{ +constexpr array g_VSOP87D_R0_NEPTUNE +{ { { 30.07013206102, 0.00000000000, 0.00000000000 }, { 0.27062259490, 1.32999458930, 38.13303563780 }, { 0.01691764281, 3.25186138896, 36.64856292950 }, @@ -1658,10 +1664,10 @@ const VSOP87Coefficient g_VSOP87D_R0_NEPTUNE[] = { 0.00000002820, 6.18522693724, 556.51766803760 }, { 0.00000002266, 5.91286000054, 3.49021027840 }, { 0.00000002231, 1.45038594906, 196.50670080260 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R1_NEPTUNE[] = -{ +constexpr array g_VSOP87D_R1_NEPTUNE +{ { { 0.00236338502, 0.70498011235, 38.13303563780 }, { 0.00013220279, 3.32015499895, 1.48447270830 }, { 0.00008621863, 6.21628951630, 35.16409022120 }, @@ -1912,10 +1918,10 @@ const VSOP87Coefficient g_VSOP87D_R1_NEPTUNE[] = { 0.00000002324, 3.99503920129, 481.26298871830 }, { 0.00000002962, 1.74151265966, 2080.63082474060 }, { 0.00000002621, 1.74442251671, 35.21227433100 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R2_NEPTUNE[] = -{ +constexpr array g_VSOP87D_R2_NEPTUNE +{ { { 0.00004247412, 5.89910679117, 38.13303563780 }, { 0.00000217570, 0.34581829080, 1.48447270830 }, { 0.00000163025, 2.23872947130, 168.05251279940 }, @@ -1988,10 +1994,10 @@ const VSOP87Coefficient g_VSOP87D_R2_NEPTUNE[] = { 0.00000002500, 0.70282276030, 707.77778620160 }, { 0.00000002480, 4.59623030219, 693.55069220000 }, { 0.00000002253, 0.74334306011, 976.00231191280 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R3_NEPTUNE[] = -{ +constexpr array g_VSOP87D_R3_NEPTUNE +{ { { 0.00000166297, 4.55243893489, 38.13303563780 }, { 0.00000022380, 3.94830879358, 168.05251279940 }, { 0.00000021348, 2.86296778794, 182.27960680100 }, @@ -2014,10 +2020,10 @@ const VSOP87Coefficient g_VSOP87D_R3_NEPTUNE[] = { 0.00000002355, 5.77381398401, 485.92885516430 }, { 0.00000002874, 6.19643340540, 815.06334611420 }, { 0.00000002278, 3.66579603119, 497.18700374930 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R4_NEPTUNE[] = -{ +constexpr array g_VSOP87D_R4_NEPTUNE +{ { { 0.00000004227, 2.40375758563, 477.33083545520 }, { 0.00000004333, 0.10459484545, 395.57870223900 }, { 0.00000003545, 4.78431259422, 1028.36244155220 }, @@ -2025,67 +2031,66 @@ const VSOP87Coefficient g_VSOP87D_R4_NEPTUNE[] = { 0.00000003016, 1.03609346831, 189.39315380180 }, { 0.00000002294, 1.10879658603, 182.27960680100 }, { 0.00000002295, 5.67776133184, 168.05251279940 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87D_L_NEPTUNE[] = -{ - { g_VSOP87D_L0_NEPTUNE, sizeof(g_VSOP87D_L0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L1_NEPTUNE, sizeof(g_VSOP87D_L1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L2_NEPTUNE, sizeof(g_VSOP87D_L2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L3_NEPTUNE, sizeof(g_VSOP87D_L3_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L4_NEPTUNE, sizeof(g_VSOP87D_L4_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L5_NEPTUNE, sizeof(g_VSOP87D_L5_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_L_NEPTUNE +{ { + { g_VSOP87D_L0_NEPTUNE.data(), g_VSOP87D_L0_NEPTUNE.size() }, + { g_VSOP87D_L1_NEPTUNE.data(), g_VSOP87D_L1_NEPTUNE.size() }, + { g_VSOP87D_L2_NEPTUNE.data(), g_VSOP87D_L2_NEPTUNE.size() }, + { g_VSOP87D_L3_NEPTUNE.data(), g_VSOP87D_L3_NEPTUNE.size() }, + { g_VSOP87D_L4_NEPTUNE.data(), g_VSOP87D_L4_NEPTUNE.size() }, + { g_VSOP87D_L5_NEPTUNE.data(), g_VSOP87D_L5_NEPTUNE.size() } +} }; -const VSOP87Coefficient2 g_VSOP87D_B_NEPTUNE[] = -{ - { g_VSOP87D_B0_NEPTUNE, sizeof(g_VSOP87D_B0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B1_NEPTUNE, sizeof(g_VSOP87D_B1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B2_NEPTUNE, sizeof(g_VSOP87D_B2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B3_NEPTUNE, sizeof(g_VSOP87D_B3_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B4_NEPTUNE, sizeof(g_VSOP87D_B4_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B5_NEPTUNE, sizeof(g_VSOP87D_B5_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_B_NEPTUNE +{ { + { g_VSOP87D_B0_NEPTUNE.data(), g_VSOP87D_B0_NEPTUNE.size() }, + { g_VSOP87D_B1_NEPTUNE.data(), g_VSOP87D_B1_NEPTUNE.size() }, + { g_VSOP87D_B2_NEPTUNE.data(), g_VSOP87D_B2_NEPTUNE.size() }, + { g_VSOP87D_B3_NEPTUNE.data(), g_VSOP87D_B3_NEPTUNE.size() }, + { g_VSOP87D_B4_NEPTUNE.data(), g_VSOP87D_B4_NEPTUNE.size() }, + { g_VSOP87D_B5_NEPTUNE.data(), g_VSOP87D_B5_NEPTUNE.size() } +} }; -const VSOP87Coefficient2 g_VSOP87D_R_NEPTUNE[] = -{ - { g_VSOP87D_R0_NEPTUNE, sizeof(g_VSOP87D_R0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R1_NEPTUNE, sizeof(g_VSOP87D_R1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R2_NEPTUNE, sizeof(g_VSOP87D_R2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R3_NEPTUNE, sizeof(g_VSOP87D_R3_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R4_NEPTUNE, sizeof(g_VSOP87D_R4_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_R_NEPTUNE +{ { + { g_VSOP87D_R0_NEPTUNE.data(), g_VSOP87D_R0_NEPTUNE.size() }, + { g_VSOP87D_R1_NEPTUNE.data(), g_VSOP87D_R1_NEPTUNE.size() }, + { g_VSOP87D_R2_NEPTUNE.data(), g_VSOP87D_R2_NEPTUNE.size() }, + { g_VSOP87D_R3_NEPTUNE.data(), g_VSOP87D_R3_NEPTUNE.size() }, + { g_VSOP87D_R4_NEPTUNE.data(), g_VSOP87D_R4_NEPTUNE.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87D_Neptune::L(double JD) +double CAAVSOP87D_Neptune::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_L_NEPTUNE, sizeof(g_VSOP87D_L_NEPTUNE)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87D_L_NEPTUNE.data(), g_VSOP87D_L_NEPTUNE.size(), true); } -double CAAVSOP87D_Neptune::L_DASH(double JD) +double CAAVSOP87D_Neptune::L_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_L_NEPTUNE, sizeof(g_VSOP87D_L_NEPTUNE)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_L_NEPTUNE.data(), g_VSOP87D_L_NEPTUNE.size()); } -double CAAVSOP87D_Neptune::B(double JD) +double CAAVSOP87D_Neptune::B(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_B_NEPTUNE, sizeof(g_VSOP87D_B_NEPTUNE)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87D_B_NEPTUNE.data(), g_VSOP87D_B_NEPTUNE.size(), true); } -double CAAVSOP87D_Neptune::B_DASH(double JD) +double CAAVSOP87D_Neptune::B_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_B_NEPTUNE, sizeof(g_VSOP87D_B_NEPTUNE)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_B_NEPTUNE.data(), g_VSOP87D_B_NEPTUNE.size()); } -double CAAVSOP87D_Neptune::R(double JD) +double CAAVSOP87D_Neptune::R(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_R_NEPTUNE, sizeof(g_VSOP87D_R_NEPTUNE)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87D_R_NEPTUNE.data(), g_VSOP87D_R_NEPTUNE.size(), false); } -double CAAVSOP87D_Neptune::R_DASH(double JD) +double CAAVSOP87D_Neptune::R_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_R_NEPTUNE, sizeof(g_VSOP87D_R_NEPTUNE)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_R_NEPTUNE.data(), g_VSOP87D_R_NEPTUNE.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87D_SAT.cpp b/Sources/AAPlus/AAVSOP87D_SAT.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87D_SAT.cpp rename to Sources/AAPlus/AAVSOP87D_SAT.cpp index d7f40db..853e336 --- a/Vendor/AA+/1.6.3/AAVSOP87D_SAT.cpp +++ b/Sources/AAPlus/AAVSOP87D_SAT.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87D_SAT.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87D_SAT.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87D_L0_SATURN[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87D_L0_SATURN +{ { { 0.87401354029, 0.00000000000, 0.00000000000 }, { 0.11107659780, 3.96205090194, 213.29909543800 }, { 0.01414150958, 4.58581515873, 7.11354700080 }, @@ -1184,10 +1190,10 @@ const VSOP87Coefficient g_VSOP87D_L0_SATURN[] = { 0.00000000072, 0.99858616883, 280.21638747910 }, { 0.00000000099, 0.15018241445, 186.21176006410 }, { 0.00000000072, 5.15715918322, 110.15813710960 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L1_SATURN[] = -{ +constexpr array g_VSOP87D_L1_SATURN +{ { { 213.54295595986, 0.00000000000, 0.00000000000 }, { 0.01296855005, 1.82820544701, 213.29909543800 }, { 0.00564347566, 2.88500136429, 7.11354700080 }, @@ -1830,10 +1836,10 @@ const VSOP87Coefficient g_VSOP87D_L1_SATURN[] = { 0.00000000087, 3.12477195090, 857.12853501510 }, { 0.00000000078, 5.59819387460, 364.34676528090 }, { 0.00000000079, 3.53267171729, 969.62247809490 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L2_SATURN[] = -{ +constexpr array g_VSOP87D_L2_SATURN +{ { { 0.00116441181, 1.17987850633, 7.11354700080 }, { 0.00091920844, 0.07425261094, 213.29909543800 }, { 0.00090592251, 0.00000000000, 0.00000000000 }, @@ -2155,10 +2161,10 @@ const VSOP87Coefficient g_VSOP87D_L2_SATURN[] = { 0.00000000077, 1.89354243952, 556.51766803760 }, { 0.00000000073, 4.85923277221, 2118.76386037840 }, { 0.00000000071, 3.64551577433, 198.32124191100 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L3_SATURN[] = -{ +constexpr array g_VSOP87D_L3_SATURN +{ { { 0.00016038734, 5.73945377424, 7.11354700080 }, { 0.00004249793, 4.58539675603, 213.29909543800 }, { 0.00001906524, 4.76082050205, 220.41264243880 }, @@ -2307,10 +2313,10 @@ const VSOP87Coefficient g_VSOP87D_L3_SATURN[] = { 0.00000000091, 4.53336314765, 241.75328344120 }, { 0.00000000072, 3.74361312157, 1485.98012106520 }, { 0.00000000076, 3.33892447677, 195.89060769870 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L4_SATURN[] = -{ +constexpr array g_VSOP87D_L4_SATURN +{ { { 0.00001661894, 3.99826248978, 7.11354700080 }, { 0.00000257107, 2.98436499013, 220.41264243880 }, { 0.00000236344, 3.90241428075, 14.22709400160 }, @@ -2379,10 +2385,10 @@ const VSOP87Coefficient g_VSOP87D_L4_SATURN[] = { 0.00000000146, 6.16519696640, 316.39186965660 }, { 0.00000000096, 2.93247663741, 224.34479570190 }, { 0.00000000088, 4.48383632427, 423.41679713830 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L5_SATURN[] = -{ +constexpr array g_VSOP87D_L5_SATURN +{ { { 0.00000123615, 2.25923345732, 7.11354700080 }, { 0.00000034190, 2.16250652689, 14.22709400160 }, { 0.00000027546, 1.19868150215, 220.41264243880 }, @@ -2410,10 +2416,10 @@ const VSOP87Coefficient g_VSOP87D_L5_SATURN[] = { 0.00000000155, 4.70433216164, 860.30992875280 }, { 0.00000000089, 1.36371070380, 412.37109687440 }, { 0.00000000102, 0.49450039082, 117.31986822020 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B0_SATURN[] = -{ +constexpr array g_VSOP87D_B0_SATURN +{ { { 0.04330678040, 3.60284428399, 213.29909543800 }, { 0.00240348303, 2.85238489390, 426.59819087600 }, { 0.00084745939, 0.00000000000, 0.00000000000 }, @@ -2914,10 +2920,10 @@ const VSOP87Coefficient g_VSOP87D_B0_SATURN[] = { 0.00000000080, 0.88468467902, 856.37777548970 }, { 0.00000000072, 4.85259171933, 392.65794093220 }, { 0.00000000083, 0.11133738383, 402.21916848780 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B1_SATURN[] = -{ +constexpr array g_VSOP87D_B1_SATURN +{ { { 0.00397554998, 5.33289992556, 213.29909543800 }, { 0.00049478641, 3.14159265359, 0.00000000000 }, { 0.00018571607, 6.09919206378, 426.59819087600 }, @@ -3178,10 +3184,10 @@ const VSOP87Coefficient g_VSOP87D_B1_SATURN[] = { 0.00000000072, 2.05164614795, 2634.22773147140 }, { 0.00000000091, 5.97938003596, 556.51766803760 }, { 0.00000000087, 2.71469794199, 617.80588578620 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B2_SATURN[] = -{ +constexpr array g_VSOP87D_B2_SATURN +{ { { 0.00020629977, 0.50482422817, 213.29909543800 }, { 0.00003719555, 3.99833475829, 206.18554843720 }, { 0.00001627158, 6.18189939500, 220.41264243880 }, @@ -3293,10 +3299,10 @@ const VSOP87Coefficient g_VSOP87D_B2_SATURN[] = { 0.00000000085, 0.18997660997, 1258.45393162560 }, { 0.00000000081, 1.16732337173, 217.96496188400 }, { 0.00000000072, 5.47328223678, 337.73251065900 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B3_SATURN[] = -{ +constexpr array g_VSOP87D_B3_SATURN +{ { { 0.00000666252, 1.99006340181, 213.29909543800 }, { 0.00000632350, 5.69778316807, 206.18554843720 }, { 0.00000398051, 0.00000000000, 0.00000000000 }, @@ -3355,10 +3361,10 @@ const VSOP87Coefficient g_VSOP87D_B3_SATURN[] = { 0.00000000077, 6.04074586787, 838.96928775040 }, { 0.00000000085, 1.18898817378, 728.76296653100 }, { 0.00000000084, 4.10158366806, 224.34479570190 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B4_SATURN[] = -{ +constexpr array g_VSOP87D_B4_SATURN +{ { { 0.00000080384, 1.11918414679, 206.18554843720 }, { 0.00000031660, 3.12218745098, 213.29909543800 }, { 0.00000017143, 2.48073200414, 220.41264243880 }, @@ -3385,10 +3391,10 @@ const VSOP87Coefficient g_VSOP87D_B4_SATURN[] = { 0.00000000112, 0.85526419268, 654.12438031560 }, { 0.00000000115, 5.03884718594, 117.31986822020 }, { 0.00000000115, 0.44589613974, 110.20632121940 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B5_SATURN[] = -{ +constexpr array g_VSOP87D_B5_SATURN +{ { { 0.00000007895, 2.81927558645, 206.18554843720 }, { 0.00000001014, 0.51187210270, 220.41264243880 }, { 0.00000000772, 2.99484124049, 199.07200143640 }, @@ -3400,10 +3406,10 @@ const VSOP87Coefficient g_VSOP87D_B5_SATURN[] = { 0.00000000091, 5.81659714144, 7.11354700080 }, { 0.00000000088, 6.17828532308, 440.82528487760 }, { 0.00000000089, 0.58396864530, 213.29909543800 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R0_SATURN[] = -{ +constexpr array g_VSOP87D_R0_SATURN +{ { { 9.55758135801, 0.00000000000, 0.00000000000 }, { 0.52921382465, 2.39226219733, 213.29909543800 }, { 0.01873679934, 5.23549605091, 206.18554843720 }, @@ -4609,10 +4615,10 @@ const VSOP87Coefficient g_VSOP87D_R0_SATURN[] = { 0.00000000823, 3.50224755884, 877.57540414020 }, { 0.00000000827, 2.59300433753, 232.94281541100 }, { 0.00000000735, 3.05650026582, 66.91729204110 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R1_SATURN[] = -{ +constexpr array g_VSOP87D_R1_SATURN +{ { { 0.06182981282, 0.25843515034, 213.29909543800 }, { 0.00506577574, 0.71114650941, 206.18554843720 }, { 0.00341394136, 5.79635773960, 426.59819087600 }, @@ -5252,10 +5258,10 @@ const VSOP87Coefficient g_VSOP87D_R1_SATURN[] = { 0.00000000939, 0.46037763932, 5488.86810538160 }, { 0.00000000939, 1.85473712038, 5062.26991450560 }, { 0.00000000721, 1.62872794201, 2200.51599359460 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R2_SATURN[] = -{ +constexpr array g_VSOP87D_R2_SATURN +{ { { 0.00436902464, 4.78671673044, 213.29909543800 }, { 0.00071922760, 2.50069994874, 206.18554843720 }, { 0.00049766792, 4.97168150870, 220.41264243880 }, @@ -5598,10 +5604,10 @@ const VSOP87Coefficient g_VSOP87D_R2_SATURN[] = { 0.00000000683, 2.68825142163, 151.04766984290 }, { 0.00000000739, 3.33688408107, 953.10776223290 }, { 0.00000000745, 6.22304530635, 1269.49963188950 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R3_SATURN[] = -{ +constexpr array g_VSOP87D_R3_SATURN +{ { { 0.00020315005, 3.02186626038, 213.29909543800 }, { 0.00008923581, 3.19144205755, 220.41264243880 }, { 0.00006908677, 4.35174889353, 206.18554843720 }, @@ -5759,10 +5765,10 @@ const VSOP87Coefficient g_VSOP87D_R3_SATURN[] = { 0.00000000717, 5.92144324994, 1685.05212250160 }, { 0.00000000772, 1.15596098579, 3053.71237534660 }, { 0.00000000691, 3.13193109668, 56.62235130260 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R4_SATURN[] = -{ +constexpr array g_VSOP87D_R4_SATURN +{ { { 0.00001202050, 1.41499446465, 220.41264243880 }, { 0.00000707796, 1.16153570102, 213.29909543800 }, { 0.00000516121, 6.23973568330, 206.18554843720 }, @@ -5827,10 +5833,10 @@ const VSOP87Coefficient g_VSOP87D_R4_SATURN[] = { 0.00000000780, 2.72125404102, 508.35032409220 }, { 0.00000000969, 1.00708261792, 1045.15483618760 }, { 0.00000000716, 1.11042181341, 1169.58825140860 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R5_SATURN[] = -{ +constexpr array g_VSOP87D_R5_SATURN +{ { { 0.00000128612, 5.91282565136, 220.41264243880 }, { 0.00000032273, 0.69256228602, 7.11354700080 }, { 0.00000026698, 5.91428528629, 227.52618943960 }, @@ -5859,68 +5865,67 @@ const VSOP87Coefficient g_VSOP87D_R5_SATURN[] = { 0.00000001141, 0.15741228205, 412.37109687440 }, { 0.00000000798, 0.37452846153, 28.45418800320 }, { 0.00000000837, 5.04769794123, 124.43341522100 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87D_L_SATURN[] = -{ - { g_VSOP87D_L0_SATURN, sizeof(g_VSOP87D_L0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L1_SATURN, sizeof(g_VSOP87D_L1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L2_SATURN, sizeof(g_VSOP87D_L2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L3_SATURN, sizeof(g_VSOP87D_L3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L4_SATURN, sizeof(g_VSOP87D_L4_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L5_SATURN, sizeof(g_VSOP87D_L5_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_L_SATURN +{ { + { g_VSOP87D_L0_SATURN.data(), g_VSOP87D_L0_SATURN.size() }, + { g_VSOP87D_L1_SATURN.data(), g_VSOP87D_L1_SATURN.size() }, + { g_VSOP87D_L2_SATURN.data(), g_VSOP87D_L2_SATURN.size() }, + { g_VSOP87D_L3_SATURN.data(), g_VSOP87D_L3_SATURN.size() }, + { g_VSOP87D_L4_SATURN.data(), g_VSOP87D_L4_SATURN.size() }, + { g_VSOP87D_L5_SATURN.data(), g_VSOP87D_L5_SATURN.size() } +} }; -const VSOP87Coefficient2 g_VSOP87D_B_SATURN[] = -{ - { g_VSOP87D_B0_SATURN, sizeof(g_VSOP87D_B0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B1_SATURN, sizeof(g_VSOP87D_B1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B2_SATURN, sizeof(g_VSOP87D_B2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B3_SATURN, sizeof(g_VSOP87D_B3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B4_SATURN, sizeof(g_VSOP87D_B4_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B5_SATURN, sizeof(g_VSOP87D_B5_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_B_SATURN +{ { + { g_VSOP87D_B0_SATURN.data(), g_VSOP87D_B0_SATURN.size() }, + { g_VSOP87D_B1_SATURN.data(), g_VSOP87D_B1_SATURN.size() }, + { g_VSOP87D_B2_SATURN.data(), g_VSOP87D_B2_SATURN.size() }, + { g_VSOP87D_B3_SATURN.data(), g_VSOP87D_B3_SATURN.size() }, + { g_VSOP87D_B4_SATURN.data(), g_VSOP87D_B4_SATURN.size() }, + { g_VSOP87D_B5_SATURN.data(), g_VSOP87D_B5_SATURN.size() } +} }; -const VSOP87Coefficient2 g_VSOP87D_R_SATURN[] = -{ - { g_VSOP87D_R0_SATURN, sizeof(g_VSOP87D_R0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R1_SATURN, sizeof(g_VSOP87D_R1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R2_SATURN, sizeof(g_VSOP87D_R2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R3_SATURN, sizeof(g_VSOP87D_R3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R4_SATURN, sizeof(g_VSOP87D_R4_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R5_SATURN, sizeof(g_VSOP87D_R5_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_R_SATURN +{ { + { g_VSOP87D_R0_SATURN.data(), g_VSOP87D_R0_SATURN.size() }, + { g_VSOP87D_R1_SATURN.data(), g_VSOP87D_R1_SATURN.size() }, + { g_VSOP87D_R2_SATURN.data(), g_VSOP87D_R2_SATURN.size() }, + { g_VSOP87D_R3_SATURN.data(), g_VSOP87D_R3_SATURN.size() }, + { g_VSOP87D_R4_SATURN.data(), g_VSOP87D_R4_SATURN.size() }, + { g_VSOP87D_R5_SATURN.data(), g_VSOP87D_R5_SATURN.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87D_Saturn::L(double JD) +double CAAVSOP87D_Saturn::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_L_SATURN, sizeof(g_VSOP87D_L_SATURN)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87D_L_SATURN.data(), g_VSOP87D_L_SATURN.size(), true); } -double CAAVSOP87D_Saturn::L_DASH(double JD) +double CAAVSOP87D_Saturn::L_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_L_SATURN, sizeof(g_VSOP87D_L_SATURN)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_L_SATURN.data(), g_VSOP87D_L_SATURN.size()); } -double CAAVSOP87D_Saturn::B(double JD) +double CAAVSOP87D_Saturn::B(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_B_SATURN, sizeof(g_VSOP87D_B_SATURN)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87D_B_SATURN.data(), g_VSOP87D_B_SATURN.size(), true); } -double CAAVSOP87D_Saturn::B_DASH(double JD) +double CAAVSOP87D_Saturn::B_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_B_SATURN, sizeof(g_VSOP87D_B_SATURN)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_B_SATURN.data(), g_VSOP87D_B_SATURN.size()); } -double CAAVSOP87D_Saturn::R(double JD) +double CAAVSOP87D_Saturn::R(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_R_SATURN, sizeof(g_VSOP87D_R_SATURN)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87D_R_SATURN.data(), g_VSOP87D_R_SATURN.size(), false); } -double CAAVSOP87D_Saturn::R_DASH(double JD) +double CAAVSOP87D_Saturn::R_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_R_SATURN, sizeof(g_VSOP87D_R_SATURN)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_R_SATURN.data(), g_VSOP87D_R_SATURN.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87D_URA.cpp b/Sources/AAPlus/AAVSOP87D_URA.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87D_URA.cpp rename to Sources/AAPlus/AAVSOP87D_URA.cpp index be62b95..136bfe7 --- a/Vendor/AA+/1.6.3/AAVSOP87D_URA.cpp +++ b/Sources/AAPlus/AAVSOP87D_URA.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87D_URA.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87D_URA.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87D_L0_URANUS[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87D_L0_URANUS +{ { { 5.48129294299, 0.00000000000, 0.00000000000 }, { 0.09260408252, 0.89106421530, 74.78159856730 }, { 0.01504247826, 3.62719262195, 1.48447270830 }, @@ -979,10 +985,10 @@ const VSOP87Coefficient g_VSOP87D_L0_URANUS[] = { 0.00000000114, 4.48142283161, 224.86606056370 }, { 0.00000000117, 5.37802827323, 293.70976829780 }, { 0.00000000136, 2.80772094137, 374.49869366750 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L1_URANUS[] = -{ +constexpr array g_VSOP87D_L1_URANUS +{ { { 75.02543121646, 0.00000000000, 0.00000000000 }, { 0.00154458244, 5.24201658072, 74.78159856730 }, { 0.00024456413, 1.71255705309, 1.48447270830 }, @@ -1409,10 +1415,10 @@ const VSOP87Coefficient g_VSOP87D_L1_URANUS[] = { 0.00000000144, 2.59058085010, 217.23124870110 }, { 0.00000000167, 2.74604167580, 69.15252427480 }, { 0.00000000129, 2.87574897902, 156.15547927360 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L2_URANUS[] = -{ +constexpr array g_VSOP87D_L2_URANUS +{ { { 0.00053033277, 0.00000000000, 0.00000000000 }, { 0.00002357636, 2.26014661705, 74.78159856730 }, { 0.00000769129, 4.52561041823, 11.04570026390 }, @@ -1564,10 +1570,10 @@ const VSOP87Coefficient g_VSOP87D_L2_URANUS[] = { 0.00000000180, 0.80198096578, 183.24281464750 }, { 0.00000000131, 2.73236351123, 522.57741809380 }, { 0.00000000142, 5.03489222377, 536.80451209540 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L3_URANUS[] = -{ +constexpr array g_VSOP87D_L3_URANUS +{ { { 0.00000120936, 0.02418789918, 74.78159856730 }, { 0.00000068064, 4.12084267733, 3.93215326310 }, { 0.00000052828, 2.38964061260, 11.04570026390 }, @@ -1614,10 +1620,10 @@ const VSOP87Coefficient g_VSOP87D_L3_URANUS[] = { 0.00000000145, 2.75632381347, 92.94084583200 }, { 0.00000000149, 0.13764106563, 71.81265315070 }, { 0.00000000156, 2.90936922804, 153.49535039770 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L4_URANUS[] = -{ +constexpr array g_VSOP87D_L4_URANUS +{ { { 0.00000113855, 3.14159265359, 0.00000000000 }, { 0.00000005599, 4.57882424417, 74.78159856730 }, { 0.00000003203, 0.34623003207, 11.04570026390 }, @@ -1625,15 +1631,15 @@ const VSOP87Coefficient g_VSOP87D_L4_URANUS[] = { 0.00000000634, 4.65759668097, 18.15924726470 }, { 0.00000000171, 3.80393539303, 149.56319713460 }, { 0.00000000133, 4.35519131657, 63.73589830340 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L5_URANUS[] = -{ +constexpr array g_VSOP87D_L5_URANUS +{ { { 0.00000000873, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B0_URANUS[] = -{ +constexpr array g_VSOP87D_B0_URANUS +{ { { 0.01346277639, 2.61877810545, 74.78159856730 }, { 0.00062341405, 5.08111175856, 149.56319713460 }, { 0.00061601203, 3.14159265359, 0.00000000000 }, @@ -1917,10 +1923,10 @@ const VSOP87Coefficient g_VSOP87D_B0_URANUS[] = { 0.00000000125, 4.24724390191, 248.72381809010 }, { 0.00000000120, 4.08565783859, 154.97982310600 }, { 0.00000000133, 3.16576403244, 262.47783133970 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B1_URANUS[] = -{ +constexpr array g_VSOP87D_B1_URANUS +{ { { 0.00206366162, 4.12394311407, 74.78159856730 }, { 0.00008563230, 0.33819986165, 149.56319713460 }, { 0.00001725703, 2.12193159895, 73.29712585900 }, @@ -2075,10 +2081,10 @@ const VSOP87Coefficient g_VSOP87D_B1_URANUS[] = { 0.00000000121, 2.13544759505, 209.36694217490 }, { 0.00000000121, 6.08239076370, 260.99335863140 }, { 0.00000000154, 4.18369977366, 39.35687591520 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B2_URANUS[] = -{ +constexpr array g_VSOP87D_B2_URANUS +{ { { 0.00009211656, 5.80044305785, 74.78159856730 }, { 0.00000556926, 0.00000000000, 0.00000000000 }, { 0.00000286265, 2.17729776353, 149.56319713460 }, @@ -2139,10 +2145,10 @@ const VSOP87Coefficient g_VSOP87D_B2_URANUS[] = { 0.00000000134, 1.29065526326, 206.18554843720 }, { 0.00000000127, 6.17908901556, 62.25142559510 }, { 0.00000000116, 6.26646620658, 220.41264243880 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B3_URANUS[] = -{ +constexpr array g_VSOP87D_B3_URANUS +{ { { 0.00000267832, 1.25097888291, 74.78159856730 }, { 0.00000011048, 3.14159265359, 0.00000000000 }, { 0.00000006154, 4.00663614486, 149.56319713460 }, @@ -2159,16 +2165,16 @@ const VSOP87Coefficient g_VSOP87D_B3_URANUS[] = { 0.00000000180, 5.55657564049, 3.93215326310 }, { 0.00000000168, 4.67745630044, 70.84944530420 }, { 0.00000000170, 2.93672195979, 11.04570026390 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B4_URANUS[] = -{ +constexpr array g_VSOP87D_B4_URANUS +{ { { 0.00000005719, 2.85499529315, 74.78159856730 }, { 0.00000000300, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R0_URANUS[] = -{ +constexpr array g_VSOP87D_R0_URANUS +{ { { 19.21264847881, 0.00000000000, 0.00000000000 }, { 0.88784984055, 5.60377526994, 74.78159856730 }, { 0.03440835545, 0.32836098991, 73.29712585900 }, @@ -3293,10 +3299,10 @@ const VSOP87Coefficient g_VSOP87D_R0_URANUS[] = { 0.00000002181, 5.39048760967, 318.67949151700 }, { 0.00000002317, 6.27946729049, 493.04240216510 }, { 0.00000002420, 3.66436222896, 3.62333672240 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R1_URANUS[] = -{ +constexpr array g_VSOP87D_R1_URANUS +{ { { 0.01479896370, 3.67205705317, 74.78159856730 }, { 0.00071212085, 6.22601006675, 63.73589830340 }, { 0.00068626972, 6.13411265052, 149.56319713460 }, @@ -3811,10 +3817,10 @@ const VSOP87Coefficient g_VSOP87D_R1_URANUS[] = { 0.00000002355, 0.48259604722, 74.94165726170 }, { 0.00000002185, 6.07997119980, 63.62402371880 }, { 0.00000002228, 1.42452148910, 6219.33995168800 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R2_URANUS[] = -{ +constexpr array g_VSOP87D_R2_URANUS +{ { { 0.00022439904, 0.69953118760, 74.78159856730 }, { 0.00004727037, 1.69901641488, 63.73589830340 }, { 0.00001681903, 4.64833551727, 70.84944530420 }, @@ -4007,10 +4013,10 @@ const VSOP87Coefficient g_VSOP87D_R2_URANUS[] = { 0.00000002568, 1.09886876369, 913.00012679230 }, { 0.00000002236, 6.10115874045, 140.00196957900 }, { 0.00000003053, 5.35047433775, 681.54178408960 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R3_URANUS[] = -{ +constexpr array g_VSOP87D_R3_URANUS +{ { { 0.00001164382, 4.73453291602, 74.78159856730 }, { 0.00000212367, 3.34255734999, 63.73589830340 }, { 0.00000196408, 2.98004616318, 70.84944530420 }, @@ -4066,10 +4072,10 @@ const VSOP87Coefficient g_VSOP87D_R3_URANUS[] = { 0.00000002254, 5.77129530133, 84.34282612290 }, { 0.00000002291, 4.81424601600, 536.80451209540 }, { 0.00000002213, 2.20360299816, 465.95506679120 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R4_URANUS[] = -{ +constexpr array g_VSOP87D_R4_URANUS +{ { { 0.00000052996, 3.00838033088, 74.78159856730 }, { 0.00000009887, 1.91399083603, 56.62235130260 }, { 0.00000007008, 5.08677527404, 11.04570026390 }, @@ -4081,66 +4087,65 @@ const VSOP87Coefficient g_VSOP87D_R4_URANUS[] = { 0.00000002383, 6.21390585593, 358.93013930950 }, { 0.00000002288, 2.23425399117, 440.68227252570 }, { 0.00000003093, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87D_L_URANUS[] = -{ - { g_VSOP87D_L0_URANUS, sizeof(g_VSOP87D_L0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L1_URANUS, sizeof(g_VSOP87D_L1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L2_URANUS, sizeof(g_VSOP87D_L2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L3_URANUS, sizeof(g_VSOP87D_L3_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L4_URANUS, sizeof(g_VSOP87D_L4_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L5_URANUS, sizeof(g_VSOP87D_L5_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_L_URANUS +{ { + { g_VSOP87D_L0_URANUS.data(), g_VSOP87D_L0_URANUS.size() }, + { g_VSOP87D_L1_URANUS.data(), g_VSOP87D_L1_URANUS.size() }, + { g_VSOP87D_L2_URANUS.data(), g_VSOP87D_L2_URANUS.size() }, + { g_VSOP87D_L3_URANUS.data(), g_VSOP87D_L3_URANUS.size() }, + { g_VSOP87D_L4_URANUS.data(), g_VSOP87D_L4_URANUS.size() }, + { g_VSOP87D_L5_URANUS.data(), g_VSOP87D_L5_URANUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87D_B_URANUS[] = -{ - { g_VSOP87D_B0_URANUS, sizeof(g_VSOP87D_B0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B1_URANUS, sizeof(g_VSOP87D_B1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B2_URANUS, sizeof(g_VSOP87D_B2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B3_URANUS, sizeof(g_VSOP87D_B3_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B4_URANUS, sizeof(g_VSOP87D_B4_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_B_URANUS +{ { + { g_VSOP87D_B0_URANUS.data(), g_VSOP87D_B0_URANUS.size() }, + { g_VSOP87D_B1_URANUS.data(), g_VSOP87D_B1_URANUS.size() }, + { g_VSOP87D_B2_URANUS.data(), g_VSOP87D_B2_URANUS.size() }, + { g_VSOP87D_B3_URANUS.data(), g_VSOP87D_B3_URANUS.size() }, + { g_VSOP87D_B4_URANUS.data(), g_VSOP87D_B4_URANUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87D_R_URANUS[] = -{ - { g_VSOP87D_R0_URANUS, sizeof(g_VSOP87D_R0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R1_URANUS, sizeof(g_VSOP87D_R1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R2_URANUS, sizeof(g_VSOP87D_R2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R3_URANUS, sizeof(g_VSOP87D_R3_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R4_URANUS, sizeof(g_VSOP87D_R4_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_R_URANUS +{ { + { g_VSOP87D_R0_URANUS.data(), g_VSOP87D_R0_URANUS.size() }, + { g_VSOP87D_R1_URANUS.data(), g_VSOP87D_R1_URANUS.size() }, + { g_VSOP87D_R2_URANUS.data(), g_VSOP87D_R2_URANUS.size() }, + { g_VSOP87D_R3_URANUS.data(), g_VSOP87D_R3_URANUS.size() }, + { g_VSOP87D_R4_URANUS.data(), g_VSOP87D_R4_URANUS.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87D_Uranus::L(double JD) +double CAAVSOP87D_Uranus::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_L_URANUS, sizeof(g_VSOP87D_L_URANUS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87D_L_URANUS.data(), g_VSOP87D_L_URANUS.size(), true); } -double CAAVSOP87D_Uranus::L_DASH(double JD) +double CAAVSOP87D_Uranus::L_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_L_URANUS, sizeof(g_VSOP87D_L_URANUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_L_URANUS.data(), g_VSOP87D_L_URANUS.size()); } -double CAAVSOP87D_Uranus::B(double JD) +double CAAVSOP87D_Uranus::B(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_B_URANUS, sizeof(g_VSOP87D_B_URANUS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87D_B_URANUS.data(), g_VSOP87D_B_URANUS.size(), true); } -double CAAVSOP87D_Uranus::B_DASH(double JD) +double CAAVSOP87D_Uranus::B_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_B_URANUS, sizeof(g_VSOP87D_B_URANUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_B_URANUS.data(), g_VSOP87D_B_URANUS.size()); } -double CAAVSOP87D_Uranus::R(double JD) +double CAAVSOP87D_Uranus::R(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_R_URANUS, sizeof(g_VSOP87D_R_URANUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87D_R_URANUS.data(), g_VSOP87D_R_URANUS.size(), false); } -double CAAVSOP87D_Uranus::R_DASH(double JD) +double CAAVSOP87D_Uranus::R_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_R_URANUS, sizeof(g_VSOP87D_R_URANUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_R_URANUS.data(), g_VSOP87D_R_URANUS.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87D_VEN.cpp b/Sources/AAPlus/AAVSOP87D_VEN.cpp old mode 100755 new mode 100644 similarity index 95% rename from Vendor/AA+/1.6.3/AAVSOP87D_VEN.cpp rename to Sources/AAPlus/AAVSOP87D_VEN.cpp index 4f3245d..d23d7c5 --- a/Vendor/AA+/1.6.3/AAVSOP87D_VEN.cpp +++ b/Sources/AAPlus/AAVSOP87D_VEN.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87D_VEN.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87D_VEN.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87D_L0_VENUS[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87D_L0_VENUS +{ { { 3.17614666774, 0.00000000000, 0.00000000000 }, { 0.01353968419, 5.59313319619, 10213.28554621100 }, { 0.00089891645, 5.30650048468, 20426.57109242200 }, @@ -399,10 +405,10 @@ const VSOP87Coefficient g_VSOP87D_L0_VENUS[] = { 0.00000000048, 1.52546758016, 20639.87018786000 }, { 0.00000000046, 4.41738494249, 34570.06633485260 }, { 0.00000000037, 4.69675087759, 44007.82926973960 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L1_VENUS[] = -{ +constexpr array g_VSOP87D_L1_VENUS +{ { { 10213.52943052898, 0.00000000000, 0.00000000000 }, { 0.00095707712, 2.46424448979, 10213.28554621100 }, { 0.00014444977, 0.51624564679, 20426.57109242200 }, @@ -618,10 +624,10 @@ const VSOP87Coefficient g_VSOP87D_L1_VENUS[] = { 0.00000000037, 3.66792179278, 20956.26205751660 }, { 0.00000000025, 3.38876180652, 7058.59846131540 }, { 0.00000000031, 6.16829805337, 10192.51015071860 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L2_VENUS[] = -{ +constexpr array g_VSOP87D_L2_VENUS +{ { { 0.00054127076, 0.00000000000, 0.00000000000 }, { 0.00003891460, 0.34514360047, 10213.28554621100 }, { 0.00001337880, 2.02011286082, 20426.57109242200 }, @@ -692,10 +698,10 @@ const VSOP87Coefficient g_VSOP87D_L2_VENUS[] = { 0.00000000013, 4.72171283479, 29864.33402730900 }, { 0.00000000013, 5.79700427846, 29580.47470844380 }, { 0.00000000014, 3.69205225010, 27511.46787353720 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L3_VENUS[] = -{ +constexpr array g_VSOP87D_L3_VENUS +{ { { 0.00000135742, 4.80389020993, 10213.28554621100 }, { 0.00000077846, 3.66876371591, 20426.57109242200 }, { 0.00000026023, 0.00000000000, 0.00000000000 }, @@ -705,28 +711,28 @@ const VSOP87Coefficient g_VSOP87D_L3_VENUS[] = { 0.00000000008, 1.40501229148, 1577.34354244780 }, { 0.00000000006, 1.27791479726, 10404.73381232260 }, { 0.00000000006, 5.76447068962, 10239.58386601080 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L4_VENUS[] = -{ +constexpr array g_VSOP87D_L4_VENUS +{ { { 0.00000114016, 3.14159265359, 0.00000000000 }, { 0.00000003209, 5.20514170164, 20426.57109242200 }, { 0.00000001714, 2.51099591706, 10213.28554621100 }, { 0.00000000050, 0.71356059861, 30639.85663863300 }, { 0.00000000023, 5.68127607034, 40853.14218484400 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L5_VENUS[] = -{ +constexpr array g_VSOP87D_L5_VENUS +{ { { 0.00000000874, 3.14159265359, 0.00000000000 }, { 0.00000000117, 0.54643013000, 20426.57109242200 }, { 0.00000000118, 1.90548541922, 10213.28554621100 }, { 0.00000000002, 1.07734277826, 40853.14218484400 }, { 0.00000000002, 1.89460223529, 30639.85663863300 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B0_VENUS[] = -{ +constexpr array g_VSOP87D_B0_VENUS +{ { { 0.05923638472, 0.26702775813, 10213.28554621100 }, { 0.00040107978, 1.14737178106, 20426.57109242200 }, { 0.00032814918, 3.14159265359, 0.00000000000 }, @@ -937,10 +943,10 @@ const VSOP87Coefficient g_VSOP87D_B0_VENUS[] = { 0.00000000054, 5.89684197257, 19903.99367432819 }, { 0.00000000040, 5.32101847424, 42430.48572729180 }, { 0.00000000051, 5.29186795569, 29587.58825544460 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B1_VENUS[] = -{ +constexpr array g_VSOP87D_B1_VENUS +{ { { 0.00513347602, 1.80364310797, 10213.28554621100 }, { 0.00004380100, 3.38615711591, 20426.57109242200 }, { 0.00000196586, 2.53001197486, 30639.85663863300 }, @@ -1074,10 +1080,10 @@ const VSOP87Coefficient g_VSOP87D_B1_VENUS[] = { 0.00000000023, 0.90416640595, 8094.52168583260 }, { 0.00000000022, 1.92092469688, 17085.95866572220 }, { 0.00000000019, 5.04938942644, 6681.22485339960 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B2_VENUS[] = -{ +constexpr array g_VSOP87D_B2_VENUS +{ { { 0.00022377665, 3.38509143877, 10213.28554621100 }, { 0.00000281739, 0.00000000000, 0.00000000000 }, { 0.00000173164, 5.25563766915, 20426.57109242200 }, @@ -1137,10 +1143,10 @@ const VSOP87Coefficient g_VSOP87D_B2_VENUS[] = { 0.00000000011, 4.23048200054, 29864.33402730900 }, { 0.00000000010, 0.26447399758, 3930.20969621960 }, { 0.00000000011, 1.46728576671, 20419.45754542119 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B3_VENUS[] = -{ +constexpr array g_VSOP87D_B3_VENUS +{ { { 0.00000646671, 4.99166565277, 10213.28554621100 }, { 0.00000019952, 3.14159265359, 0.00000000000 }, { 0.00000005540, 0.77376923951, 20426.57109242200 }, @@ -1156,27 +1162,27 @@ const VSOP87Coefficient g_VSOP87D_B3_VENUS[] = { 0.00000000009, 1.36283915068, 19651.04848109800 }, { 0.00000000007, 4.69592781899, 18073.70493865020 }, { 0.00000000006, 2.97926526705, 22003.91463486980 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B4_VENUS[] = -{ +constexpr array g_VSOP87D_B4_VENUS +{ { { 0.00000014102, 0.31537190181, 10213.28554621100 }, { 0.00000000190, 2.35466404492, 20426.57109242200 }, { 0.00000000164, 0.74476215141, 30639.85663863300 }, { 0.00000000214, 3.14159265359, 0.00000000000 }, { 0.00000000004, 2.34190883009, 40853.14218484400 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B5_VENUS[] = -{ +constexpr array g_VSOP87D_B5_VENUS +{ { { 0.00000000239, 2.05201727566, 10213.28554621100 }, { 0.00000000039, 0.00000000000, 0.00000000000 }, { 0.00000000011, 3.82500275251, 20426.57109242200 }, { 0.00000000009, 2.32953116868, 30639.85663863300 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R0_VENUS[] = -{ +constexpr array g_VSOP87D_R0_VENUS +{ { { 0.72334820905, 0.00000000000, 0.00000000000 }, { 0.00489824185, 4.02151832268, 10213.28554621100 }, { 0.00001658058, 4.90206728012, 20426.57109242200 }, @@ -1507,10 +1513,10 @@ const VSOP87Coefficient g_VSOP87D_R0_VENUS[] = { 0.00000000028, 2.38858990128, 20235.12282631040 }, { 0.00000000030, 3.34585843979, 39793.76025465480 }, { 0.00000000026, 5.36096904409, 1478.86657406440 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R1_VENUS[] = -{ +constexpr array g_VSOP87D_R1_VENUS +{ { { 0.00034551039, 0.89198710598, 10213.28554621100 }, { 0.00000234203, 1.77224942714, 20426.57109242200 }, { 0.00000233998, 3.14159265359, 0.00000000000 }, @@ -1691,10 +1697,10 @@ const VSOP87Coefficient g_VSOP87D_R1_VENUS[] = { 0.00000000014, 2.84532871890, 574.34479833480 }, { 0.00000000015, 5.34517715140, 10198.03307502600 }, { 0.00000000013, 0.45004137509, 20452.86941222180 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R2_VENUS[] = -{ +constexpr array g_VSOP87D_R2_VENUS +{ { { 0.00001406587, 5.06366395190, 10213.28554621100 }, { 0.00000015529, 5.47321687981, 20426.57109242200 }, { 0.00000013059, 0.00000000000, 0.00000000000 }, @@ -1758,10 +1764,10 @@ const VSOP87Coefficient g_VSOP87D_R2_VENUS[] = { 0.00000000008, 3.63520673832, 1059.38193018920 }, { 0.00000000008, 4.67523115598, 25934.12433108940 }, { 0.00000000009, 5.97856553283, 9683.59458111640 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R3_VENUS[] = -{ +constexpr array g_VSOP87D_R3_VENUS +{ { { 0.00000049582, 3.22263554520, 10213.28554621100 }, { 0.00000000831, 3.21219077104, 20426.57109242200 }, { 0.00000000112, 3.14159265359, 0.00000000000 }, @@ -1769,81 +1775,80 @@ const VSOP87Coefficient g_VSOP87D_R3_VENUS[] = { 0.00000000009, 4.19802043629, 10239.58386601080 }, { 0.00000000006, 0.20714935358, 10186.98722641120 }, { 0.00000000005, 0.68781956122, 8635.94200376320 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R4_VENUS[] = -{ +constexpr array g_VSOP87D_R4_VENUS +{ { { 0.00000000573, 0.92229697820, 10213.28554621100 }, { 0.00000000040, 0.95468912157, 20426.57109242200 }, { 0.00000000006, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R5_VENUS[] = -{ +constexpr array g_VSOP87D_R5_VENUS +{ { { 0.00000000045, 0.30032866722, 10213.28554621100 }, { 0.00000000002, 5.29627718483, 20426.57109242200 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87D_L_VENUS[] = -{ - { g_VSOP87D_L0_VENUS, sizeof(g_VSOP87D_L0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L1_VENUS, sizeof(g_VSOP87D_L1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L2_VENUS, sizeof(g_VSOP87D_L2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L3_VENUS, sizeof(g_VSOP87D_L3_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L4_VENUS, sizeof(g_VSOP87D_L4_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L5_VENUS, sizeof(g_VSOP87D_L5_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_L_VENUS +{ { + { g_VSOP87D_L0_VENUS.data(), g_VSOP87D_L0_VENUS.size() }, + { g_VSOP87D_L1_VENUS.data(), g_VSOP87D_L1_VENUS.size() }, + { g_VSOP87D_L2_VENUS.data(), g_VSOP87D_L2_VENUS.size() }, + { g_VSOP87D_L3_VENUS.data(), g_VSOP87D_L3_VENUS.size() }, + { g_VSOP87D_L4_VENUS.data(), g_VSOP87D_L4_VENUS.size() }, + { g_VSOP87D_L5_VENUS.data(), g_VSOP87D_L5_VENUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87D_B_VENUS[] = -{ - { g_VSOP87D_B0_VENUS, sizeof(g_VSOP87D_B0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B1_VENUS, sizeof(g_VSOP87D_B1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B2_VENUS, sizeof(g_VSOP87D_B2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B3_VENUS, sizeof(g_VSOP87D_B3_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B4_VENUS, sizeof(g_VSOP87D_B4_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B5_VENUS, sizeof(g_VSOP87D_B5_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_B_VENUS +{ { + { g_VSOP87D_B0_VENUS.data(), g_VSOP87D_B0_VENUS.size() }, + { g_VSOP87D_B1_VENUS.data(), g_VSOP87D_B1_VENUS.size() }, + { g_VSOP87D_B2_VENUS.data(), g_VSOP87D_B2_VENUS.size() }, + { g_VSOP87D_B3_VENUS.data(), g_VSOP87D_B3_VENUS.size() }, + { g_VSOP87D_B4_VENUS.data(), g_VSOP87D_B4_VENUS.size() }, + { g_VSOP87D_B5_VENUS.data(), g_VSOP87D_B5_VENUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87D_R_VENUS[] = -{ - { g_VSOP87D_R0_VENUS, sizeof(g_VSOP87D_R0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R1_VENUS, sizeof(g_VSOP87D_R1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R2_VENUS, sizeof(g_VSOP87D_R2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R3_VENUS, sizeof(g_VSOP87D_R3_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R4_VENUS, sizeof(g_VSOP87D_R4_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R5_VENUS, sizeof(g_VSOP87D_R5_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_R_VENUS +{ { + { g_VSOP87D_R0_VENUS.data(), g_VSOP87D_R0_VENUS.size() }, + { g_VSOP87D_R1_VENUS.data(), g_VSOP87D_R1_VENUS.size() }, + { g_VSOP87D_R2_VENUS.data(), g_VSOP87D_R2_VENUS.size() }, + { g_VSOP87D_R3_VENUS.data(), g_VSOP87D_R3_VENUS.size() }, + { g_VSOP87D_R4_VENUS.data(), g_VSOP87D_R4_VENUS.size() }, + { g_VSOP87D_R5_VENUS.data(), g_VSOP87D_R5_VENUS.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87D_Venus::L(double JD) +double CAAVSOP87D_Venus::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_L_VENUS, sizeof(g_VSOP87D_L_VENUS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87D_L_VENUS.data(), g_VSOP87D_L_VENUS.size(), true); } -double CAAVSOP87D_Venus::L_DASH(double JD) +double CAAVSOP87D_Venus::L_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_L_VENUS, sizeof(g_VSOP87D_L_VENUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_L_VENUS.data(), g_VSOP87D_L_VENUS.size()); } -double CAAVSOP87D_Venus::B(double JD) +double CAAVSOP87D_Venus::B(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_B_VENUS, sizeof(g_VSOP87D_B_VENUS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87D_B_VENUS.data(), g_VSOP87D_B_VENUS.size(), true); } -double CAAVSOP87D_Venus::B_DASH(double JD) +double CAAVSOP87D_Venus::B_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_B_VENUS, sizeof(g_VSOP87D_B_VENUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_B_VENUS.data(), g_VSOP87D_B_VENUS.size()); } -double CAAVSOP87D_Venus::R(double JD) +double CAAVSOP87D_Venus::R(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_R_VENUS, sizeof(g_VSOP87D_R_VENUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87D_R_VENUS.data(), g_VSOP87D_R_VENUS.size(), false); } -double CAAVSOP87D_Venus::R_DASH(double JD) +double CAAVSOP87D_Venus::R_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_R_VENUS, sizeof(g_VSOP87D_R_VENUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_R_VENUS.data(), g_VSOP87D_R_VENUS.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87E_MAR.cpp b/Sources/AAPlus/AAVSOP87E_MAR.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87E_MAR.cpp rename to Sources/AAPlus/AAVSOP87E_MAR.cpp index 7ed77ca..cf32032 --- a/Vendor/AA+/1.6.3/AAVSOP87E_MAR.cpp +++ b/Sources/AAPlus/AAVSOP87E_MAR.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87E_MAR.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87E_MAR.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87E_X0_MARS[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87E_X0_MARS +{ { { 1.51769887405, 6.20403346548, 3340.61242669980 }, { 0.19473570996, 3.14159265359, 0.00000000000 }, { 0.07070917372, 0.25870338552, 6681.22485339960 }, @@ -1604,10 +1610,10 @@ const VSOP87Coefficient g_VSOP87E_X0_MARS[] = { 0.00000000086, 2.62365837929, 13517.80279593060 }, { 0.00000000084, 2.90733130456, 2942.39611298880 }, { 0.00000000084, 4.30297087103, 4801.66647864620 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X1_MARS[] = -{ +constexpr array g_VSOP87E_X1_MARS +{ { { 0.00862737448, 3.14159265359, 0.00000000000 }, { 0.00552437771, 5.09565872891, 6681.22485339960 }, { 0.00077184951, 5.43315636209, 10021.83728009940 }, @@ -2574,10 +2580,10 @@ const VSOP87Coefficient g_VSOP87E_X1_MARS[] = { 0.00000000055, 4.06333971351, 11527.12508919240 }, { 0.00000000047, 2.28831256912, 109.94568878850 }, { 0.00000000046, 3.58080161750, 19247.37655338240 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X2_MARS[] = -{ +constexpr array g_VSOP87E_X2_MARS +{ { { 0.00056368724, 0.00000000000, 0.00000000000 }, { 0.00022122521, 3.54372113272, 6681.22485339960 }, { 0.00006091409, 3.93272649649, 10021.83728009940 }, @@ -3024,10 +3030,10 @@ const VSOP87Coefficient g_VSOP87E_X2_MARS[] = { 0.00000000021, 5.62805203791, 3340.54511639700 }, { 0.00000000027, 3.83951649814, 8584.66166590080 }, { 0.00000000022, 5.50509868914, 36261.27948574980 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X3_MARS[] = -{ +constexpr array g_VSOP87E_X3_MARS +{ { { 0.00000852006, 0.00000000000, 0.00000000000 }, { 0.00000560133, 1.94007552058, 6681.22485339960 }, { 0.00000318062, 2.39391695789, 10021.83728009940 }, @@ -3233,10 +3239,10 @@ const VSOP87Coefficient g_VSOP87E_X3_MARS[] = { 0.00000000010, 3.98008913039, 36.64856292950 }, { 0.00000000013, 0.37523695539, 191.44826611160 }, { 0.00000000012, 3.35651610375, 422.66603761290 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X4_MARS[] = -{ +constexpr array g_VSOP87E_X4_MARS +{ { { 0.00000025439, 3.14159265359, 0.00000000000 }, { 0.00000012260, 0.83414775886, 10021.83728009940 }, { 0.00000010035, 0.40425836057, 6681.22485339960 }, @@ -3311,10 +3317,10 @@ const VSOP87Coefficient g_VSOP87E_X4_MARS[] = { 0.00000000007, 6.27374846424, 529.69096509460 }, { 0.00000000007, 5.71854398962, 551.03160609700 }, { 0.00000000006, 1.40413206867, 654.12438031560 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X5_MARS[] = -{ +constexpr array g_VSOP87E_X5_MARS +{ { { 0.00000000360, 5.54721578166, 10021.83728009940 }, { 0.00000000274, 2.70467042100, 3185.19202726560 }, { 0.00000000274, 0.28001490932, 3496.03282613400 }, @@ -3353,10 +3359,10 @@ const VSOP87Coefficient g_VSOP87E_X5_MARS[] = { 0.00000000004, 3.59221465704, 419.48464387520 }, { 0.00000000003, 5.43212710597, 639.89728631400 }, { 0.00000000003, 1.37528056638, 234.63973644040 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y0_MARS[] = -{ +constexpr array g_VSOP87E_Y0_MARS +{ { { 1.51558927367, 4.63212206588, 3340.61242669980 }, { 0.07064547959, 4.97051892898, 6681.22485339960 }, { 0.08689350637, 0.00000000000, 0.00000000000 }, @@ -4947,10 +4953,10 @@ const VSOP87Coefficient g_VSOP87E_Y0_MARS[] = { 0.00000000102, 4.50512754074, 3156.74283979780 }, { 0.00000000084, 1.33635449934, 2942.39611298880 }, { 0.00000000084, 2.73273226011, 4801.66647864620 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y1_MARS[] = -{ +constexpr array g_VSOP87E_Y1_MARS +{ { { 0.01427318093, 3.14159265359, 0.00000000000 }, { 0.00551063576, 3.52128320402, 6681.22485339960 }, { 0.00077091888, 3.86082685753, 10021.83728009940 }, @@ -5944,10 +5950,10 @@ const VSOP87Coefficient g_VSOP87E_Y1_MARS[] = { 0.00000000046, 2.01012132100, 19247.37655338240 }, { 0.00000000039, 3.61794457591, 27433.88921587499 }, { 0.00000000045, 6.00306408589, 227.47613278900 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y2_MARS[] = -{ +constexpr array g_VSOP87E_Y2_MARS +{ { { 0.00035452579, 3.14159265359, 0.00000000000 }, { 0.00021950751, 1.96291594946, 6681.22485339960 }, { 0.00006075990, 2.35864321001, 10021.83728009940 }, @@ -6392,10 +6398,10 @@ const VSOP87Coefficient g_VSOP87E_Y2_MARS[] = { 0.00000000020, 5.70175704295, 10.29494073850 }, { 0.00000000021, 5.54933439149, 1744.42598441520 }, { 0.00000000020, 0.82610997828, 33318.81606245820 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y3_MARS[] = -{ +constexpr array g_VSOP87E_Y3_MARS +{ { { 0.00001451417, 0.00000000000, 0.00000000000 }, { 0.00000548277, 0.33360423382, 6681.22485339960 }, { 0.00000316422, 0.81609547752, 10021.83728009940 }, @@ -6599,10 +6605,10 @@ const VSOP87Coefficient g_VSOP87E_Y3_MARS[] = { 0.00000000011, 3.23427487345, 8429.24126646660 }, { 0.00000000011, 1.66323689163, 382.89653222320 }, { 0.00000000010, 2.40929335654, 36.64856292950 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y4_MARS[] = -{ +constexpr array g_VSOP87E_Y4_MARS +{ { { 0.00000012136, 5.53171096923, 10021.83728009940 }, { 0.00000014623, 0.00000000000, 0.00000000000 }, { 0.00000009397, 5.00023134055, 6681.22485339960 }, @@ -6678,10 +6684,10 @@ const VSOP87Coefficient g_VSOP87E_Y4_MARS[] = { 0.00000000007, 3.08813888762, 110.20632121940 }, { 0.00000000007, 4.14773765350, 551.03160609700 }, { 0.00000000006, 6.11652071967, 654.12438031560 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y5_MARS[] = -{ +constexpr array g_VSOP87E_Y5_MARS +{ { { 0.00000000353, 3.94830849426, 10021.83728009940 }, { 0.00000000274, 4.99240388971, 3496.03282613400 }, { 0.00000000272, 1.12308951649, 3185.19202726560 }, @@ -6720,10 +6726,10 @@ const VSOP87Coefficient g_VSOP87E_Y5_MARS[] = { 0.00000000004, 2.02140363828, 419.48464387520 }, { 0.00000000003, 3.88823715659, 639.89728631400 }, { 0.00000000003, 6.08770400766, 234.63973644040 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z0_MARS[] = -{ +constexpr array g_VSOP87E_Z0_MARS +{ { { 0.04901205639, 3.76712324293, 3340.61242669980 }, { 0.00659516885, 0.00000000000, 0.00000000000 }, { 0.00228333831, 4.10544022266, 6681.22485339960 }, @@ -7128,10 +7134,10 @@ const VSOP87Coefficient g_VSOP87E_Z0_MARS[] = { 0.00000000106, 2.29924580245, 111.43016149680 }, { 0.00000000103, 3.99294762314, 70.32818044240 }, { 0.00000000085, 6.03717451925, 127.47179660680 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z1_MARS[] = -{ +constexpr array g_VSOP87E_Z1_MARS +{ { { 0.00331842851, 6.05027773492, 3340.61242669980 }, { 0.00047797013, 3.14159265359, 0.00000000000 }, { 0.00009896501, 1.61155844715, 6681.22485339960 }, @@ -7405,10 +7411,10 @@ const VSOP87Coefficient g_VSOP87E_Z1_MARS[] = { 0.00000000050, 4.13806710714, 10213.28554621100 }, { 0.00000000051, 0.39392917326, 742.99006053260 }, { 0.00000000049, 4.84482792493, 956.28915597060 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z2_MARS[] = -{ +constexpr array g_VSOP87E_Z2_MARS +{ { { 0.00013705355, 1.04212852598, 3340.61242669980 }, { 0.00005933274, 3.14159265359, 0.00000000000 }, { 0.00000716728, 0.12154825255, 6681.22485339960 }, @@ -7556,10 +7562,10 @@ const VSOP87Coefficient g_VSOP87E_Z2_MARS[] = { 0.00000000033, 0.42157783312, 853.19638175200 }, { 0.00000000025, 3.95236444346, 117.31986822020 }, { 0.00000000025, 2.78460430400, 209.36694217490 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z3_MARS[] = -{ +constexpr array g_VSOP87E_Z3_MARS +{ { { 0.00000489822, 2.06392886831, 3340.61242669980 }, { 0.00000211337, 0.00000000000, 0.00000000000 }, { 0.00000008245, 4.91827993759, 6681.22485339960 }, @@ -7630,10 +7636,10 @@ const VSOP87Coefficient g_VSOP87E_Z3_MARS[] = { 0.00000000015, 5.82992617855, 3333.49887969900 }, { 0.00000000013, 3.07320748125, 210.11770170030 }, { 0.00000000012, 5.68952008926, 1052.26838318840 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z4_MARS[] = -{ +constexpr array g_VSOP87E_Z4_MARS +{ { { 0.00000015151, 0.00000000000, 0.00000000000 }, { 0.00000010395, 3.33271505543, 3340.61242669980 }, { 0.00000000256, 3.76243173590, 10021.83728009940 }, @@ -7661,10 +7667,10 @@ const VSOP87Coefficient g_VSOP87E_Z4_MARS[] = { 0.00000000008, 3.36029048603, 419.48464387520 }, { 0.00000000006, 1.39462759175, 515.46387109300 }, { 0.00000000005, 2.67511593664, 543.91805909620 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z5_MARS[] = -{ +constexpr array g_VSOP87E_Z5_MARS +{ { { 0.00000000505, 4.62558150778, 3340.61242669980 }, { 0.00000000077, 3.14159265359, 0.00000000000 }, { 0.00000000027, 5.16649907997, 6681.22485339960 }, @@ -7675,68 +7681,67 @@ const VSOP87Coefficient g_VSOP87E_Z5_MARS[] = { 0.00000000004, 1.89844577416, 10021.83728009940 }, { 0.00000000004, 2.66634523708, 13362.44970679920 }, { 0.00000000003, 0.96254361103, 536.80451209540 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87E_X_MARS[] = -{ - { g_VSOP87E_X0_MARS, sizeof(g_VSOP87E_X0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X1_MARS, sizeof(g_VSOP87E_X1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X2_MARS, sizeof(g_VSOP87E_X2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X3_MARS, sizeof(g_VSOP87E_X3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X4_MARS, sizeof(g_VSOP87E_X4_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X5_MARS, sizeof(g_VSOP87E_X5_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_X_MARS +{ { + { g_VSOP87E_X0_MARS.data(), g_VSOP87E_X0_MARS.size() }, + { g_VSOP87E_X1_MARS.data(), g_VSOP87E_X1_MARS.size() }, + { g_VSOP87E_X2_MARS.data(), g_VSOP87E_X2_MARS.size() }, + { g_VSOP87E_X3_MARS.data(), g_VSOP87E_X3_MARS.size() }, + { g_VSOP87E_X4_MARS.data(), g_VSOP87E_X4_MARS.size() }, + { g_VSOP87E_X5_MARS.data(), g_VSOP87E_X5_MARS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87E_Y_MARS[] = -{ - { g_VSOP87E_Y0_MARS, sizeof(g_VSOP87E_Y0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y1_MARS, sizeof(g_VSOP87E_Y1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y2_MARS, sizeof(g_VSOP87E_Y2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y3_MARS, sizeof(g_VSOP87E_Y3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y4_MARS, sizeof(g_VSOP87E_Y4_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y5_MARS, sizeof(g_VSOP87E_Y5_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_Y_MARS +{ { + { g_VSOP87E_Y0_MARS.data(), g_VSOP87E_Y0_MARS.size() }, + { g_VSOP87E_Y1_MARS.data(), g_VSOP87E_Y1_MARS.size() }, + { g_VSOP87E_Y2_MARS.data(), g_VSOP87E_Y2_MARS.size() }, + { g_VSOP87E_Y3_MARS.data(), g_VSOP87E_Y3_MARS.size() }, + { g_VSOP87E_Y4_MARS.data(), g_VSOP87E_Y4_MARS.size() }, + { g_VSOP87E_Y5_MARS.data(), g_VSOP87E_Y5_MARS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87E_Z_MARS[] = -{ - { g_VSOP87E_Z0_MARS, sizeof(g_VSOP87E_Z0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z1_MARS, sizeof(g_VSOP87E_Z1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z2_MARS, sizeof(g_VSOP87E_Z2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z3_MARS, sizeof(g_VSOP87E_Z3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z4_MARS, sizeof(g_VSOP87E_Z4_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z5_MARS, sizeof(g_VSOP87E_Z5_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_Z_MARS +{ { + { g_VSOP87E_Z0_MARS.data(), g_VSOP87E_Z0_MARS.size() }, + { g_VSOP87E_Z1_MARS.data(), g_VSOP87E_Z1_MARS.size() }, + { g_VSOP87E_Z2_MARS.data(), g_VSOP87E_Z2_MARS.size() }, + { g_VSOP87E_Z3_MARS.data(), g_VSOP87E_Z3_MARS.size() }, + { g_VSOP87E_Z4_MARS.data(), g_VSOP87E_Z4_MARS.size() }, + { g_VSOP87E_Z5_MARS.data(), g_VSOP87E_Z5_MARS.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87E_Mars::X(double JD) +double CAAVSOP87E_Mars::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_X_MARS, sizeof(g_VSOP87E_X_MARS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_X_MARS.data(), g_VSOP87E_X_MARS.size(), false); } -double CAAVSOP87E_Mars::X_DASH(double JD) +double CAAVSOP87E_Mars::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_X_MARS, sizeof(g_VSOP87E_X_MARS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_X_MARS.data(), g_VSOP87E_X_MARS.size()); } -double CAAVSOP87E_Mars::Y(double JD) +double CAAVSOP87E_Mars::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_Y_MARS, sizeof(g_VSOP87E_Y_MARS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_Y_MARS.data(), g_VSOP87E_Y_MARS.size(), false); } -double CAAVSOP87E_Mars::Y_DASH(double JD) +double CAAVSOP87E_Mars::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_Y_MARS, sizeof(g_VSOP87E_Y_MARS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_Y_MARS.data(), g_VSOP87E_Y_MARS.size()); } -double CAAVSOP87E_Mars::Z(double JD) +double CAAVSOP87E_Mars::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_Z_MARS, sizeof(g_VSOP87E_Z_MARS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_Z_MARS.data(), g_VSOP87E_Z_MARS.size(), false); } -double CAAVSOP87E_Mars::Z_DASH(double JD) +double CAAVSOP87E_Mars::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_Z_MARS, sizeof(g_VSOP87E_Z_MARS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_Z_MARS.data(), g_VSOP87E_Z_MARS.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87E_MER.cpp b/Sources/AAPlus/AAVSOP87E_MER.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87E_MER.cpp rename to Sources/AAPlus/AAVSOP87E_MER.cpp index 5595fc0..9bc89dd --- a/Vendor/AA+/1.6.3/AAVSOP87E_MER.cpp +++ b/Sources/AAPlus/AAVSOP87E_MER.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87E_MER.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87E_MER.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87E_X0_MERCURY[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87E_X0_MERCURY +{ { { 0.37546285495, 4.39651506942, 26087.90314157420 }, { 0.03825746037, 1.16485604343, 52175.80628314840 }, { 0.02596241714, 3.14159265359, 0.00000000000 }, @@ -1585,10 +1591,10 @@ const VSOP87Coefficient g_VSOP87E_X0_MERCURY[] = { 0.00000000008, 2.28353993312, 32808.61712091560 }, { 0.00000000008, 3.72293090245, 49.17873590170 }, { 0.00000000008, 1.79224996176, 207114.15223730978 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X1_MERCURY[] = -{ +constexpr array g_VSOP87E_X1_MERCURY +{ { { 0.00317551960, 0.00000000000, 0.00000000000 }, { 0.00105289001, 5.91600475006, 52175.80628314840 }, { 0.00032315996, 2.68247273347, 78263.70942472259 }, @@ -2537,10 +2543,10 @@ const VSOP87Coefficient g_VSOP87E_X1_MERCURY[] = { 0.00000000004, 4.02571570033, 25600.26839032000 }, { 0.00000000004, 5.34209380620, 128320.75184749259 }, { 0.00000000004, 0.93894074157, 395.57870223900 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X2_MERCURY[] = -{ +constexpr array g_VSOP87E_X2_MERCURY +{ { { 0.00001484185, 4.35401210269, 52175.80628314840 }, { 0.00001259780, 0.00000000000, 0.00000000000 }, { 0.00000907467, 1.13216343018, 78263.70942472259 }, @@ -3014,10 +3020,10 @@ const VSOP87Coefficient g_VSOP87E_X2_MERCURY[] = { 0.00000000002, 1.43340926720, 78149.27013603736 }, { 0.00000000002, 2.66449175860, 621.73803904930 }, { 0.00000000002, 0.50955931589, 107794.18751126219 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X3_MERCURY[] = -{ +constexpr array g_VSOP87E_X3_MERCURY +{ { { 0.00000044244, 3.14159265359, 0.00000000000 }, { 0.00000022035, 6.11822426048, 206.18554843720 }, { 0.00000021482, 5.03368299703, 220.41264243880 }, @@ -3205,10 +3211,10 @@ const VSOP87Coefficient g_VSOP87E_X3_MERCURY[] = { 0.00000000001, 0.98973080298, 52705.49724824299 }, { 0.00000000001, 1.70895997922, 2524.02141025200 }, { 0.00000000001, 2.85145645242, 1148.24761040620 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X4_MERCURY[] = -{ +constexpr array g_VSOP87E_X4_MERCURY +{ { { 0.00000002272, 1.56364838180, 206.18554843720 }, { 0.00000002236, 3.28143366276, 220.41264243880 }, { 0.00000001682, 4.46996330708, 522.57741809380 }, @@ -3304,10 +3310,10 @@ const VSOP87Coefficient g_VSOP87E_X4_MERCURY[] = { 0.00000000001, 2.93998663691, 241.75328344120 }, { 0.00000000000, 1.39622585652, 611.44309831080 }, { 0.00000000000, 3.75725614820, 1471.75302706360 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X5_MERCURY[] = -{ +constexpr array g_VSOP87E_X5_MERCURY +{ { { 0.00000000168, 3.28069809842, 206.18554843720 }, { 0.00000000167, 1.52399958265, 220.41264243880 }, { 0.00000000126, 0.07122523863, 522.57741809380 }, @@ -3351,10 +3357,10 @@ const VSOP87Coefficient g_VSOP87E_X5_MERCURY[] = { 0.00000000001, 4.89128041335, 860.30992875280 }, { 0.00000000001, 0.44519622714, 447.93883187840 }, { 0.00000000001, 5.48978296351, 208703.22513259359 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y0_MERCURY[] = -{ +constexpr array g_VSOP87E_Y0_MERCURY +{ { { 0.37953636588, 2.83780617821, 26087.90314157420 }, { 0.11592262295, 3.14159265359, 0.00000000000 }, { 0.03854667576, 5.88780608961, 52175.80628314840 }, @@ -4908,10 +4914,10 @@ const VSOP87Coefficient g_VSOP87E_Y0_MERCURY[] = { 0.00000000008, 0.16231496773, 207114.15223730978 }, { 0.00000000008, 0.71218709319, 32808.61712091560 }, { 0.00000000008, 2.15142736957, 49.17873590170 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y1_MERCURY[] = -{ +constexpr array g_VSOP87E_Y1_MERCURY +{ { { 0.00107803834, 4.34964793883, 52175.80628314840 }, { 0.00080645427, 3.14159265359, 0.00000000000 }, { 0.00032715349, 1.11763734425, 78263.70942472259 }, @@ -5858,10 +5864,10 @@ const VSOP87Coefficient g_VSOP87E_Y1_MERCURY[] = { 0.00000000004, 0.15780189015, 130435.63437251298 }, { 0.00000000004, 0.06711300408, 26575.53789282839 }, { 0.00000000004, 2.45491937354, 25600.26839032000 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y2_MERCURY[] = -{ +constexpr array g_VSOP87E_Y2_MERCURY +{ { { 0.00004556343, 0.00000000000, 0.00000000000 }, { 0.00001575670, 2.81172733349, 52175.80628314840 }, { 0.00000927896, 5.85368769122, 78263.70942472259 }, @@ -6340,10 +6346,10 @@ const VSOP87Coefficient g_VSOP87E_Y2_MERCURY[] = { 0.00000000002, 6.14579824758, 78149.27013603736 }, { 0.00000000002, 3.99712167326, 114.13847448250 }, { 0.00000000002, 5.22194829628, 107794.18751126219 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y3_MERCURY[] = -{ +constexpr array g_VSOP87E_Y3_MERCURY +{ { { 0.00000022088, 4.54598360855, 206.18554843720 }, { 0.00000021546, 3.46116671016, 220.41264243880 }, { 0.00000018231, 4.35141183918, 78263.70942472259 }, @@ -6530,10 +6536,10 @@ const VSOP87Coefficient g_VSOP87E_Y3_MERCURY[] = { 0.00000000001, 2.34179341386, 824.74219374880 }, { 0.00000000001, 1.98918668419, 2097.42321937600 }, { 0.00000000001, 3.14828548619, 1884.12412393800 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y4_MERCURY[] = -{ +constexpr array g_VSOP87E_Y4_MERCURY +{ { { 0.00000002278, 6.27388903010, 206.18554843720 }, { 0.00000002245, 1.70782913671, 220.41264243880 }, { 0.00000001682, 2.89988955370, 522.57741809380 }, @@ -6632,10 +6638,10 @@ const VSOP87Coefficient g_VSOP87E_Y4_MERCURY[] = { 0.00000000000, 2.96705876683, 611.44309831080 }, { 0.00000000001, 0.96127473040, 1361.54670584420 }, { 0.00000000000, 2.18676531283, 1471.75302706360 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y5_MERCURY[] = -{ +constexpr array g_VSOP87E_Y5_MERCURY +{ { { 0.00000000168, 1.70751121627, 206.18554843720 }, { 0.00000000168, 6.23113008656, 220.41264243880 }, { 0.00000000126, 4.78360062168, 522.57741809380 }, @@ -6679,10 +6685,10 @@ const VSOP87Coefficient g_VSOP87E_Y5_MERCURY[] = { 0.00000000001, 5.15758520752, 447.93883187840 }, { 0.00000000000, 3.53521969532, 302.16477565500 }, { 0.00000000001, 3.91898663672, 208703.22513259359 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z0_MERCURY[] = -{ +constexpr array g_VSOP87E_Z0_MERCURY +{ { { 0.04607664562, 1.99295081967, 26087.90314157420 }, { 0.00709887021, 3.14159265359, 0.00000000000 }, { 0.00469171540, 5.04215742764, 52175.80628314840 }, @@ -7308,10 +7314,10 @@ const VSOP87Coefficient g_VSOP87E_Z0_MERCURY[] = { 0.00000000007, 0.23049597733, 72.33391801250 }, { 0.00000000009, 5.00034866965, 102132.85546210999 }, { 0.00000000008, 1.66471235682, 52290.24557183361 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z1_MERCURY[] = -{ +constexpr array g_VSOP87E_Z1_MERCURY +{ { { 0.00108722159, 3.91134750825, 26087.90314157420 }, { 0.00057693223, 3.14159265359, 0.00000000000 }, { 0.00004297352, 2.56373047177, 52175.80628314840 }, @@ -7675,10 +7681,10 @@ const VSOP87Coefficient g_VSOP87E_Z1_MERCURY[] = { 0.00000000003, 5.36514246733, 52099.54021187280 }, { 0.00000000003, 4.57090150345, 103299.34418310839 }, { 0.00000000004, 4.07559367157, 130969.20667296558 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z2_MERCURY[] = -{ +constexpr array g_VSOP87E_Z2_MERCURY +{ { { 0.00001053118, 5.37979214357, 26087.90314157420 }, { 0.00001183345, 0.00000000000, 0.00000000000 }, { 0.00000087113, 0.42206932430, 52175.80628314840 }, @@ -7857,10 +7863,10 @@ const VSOP87Coefficient g_VSOP87E_Z2_MERCURY[] = { 0.00000000002, 5.59153557926, 23754.70674870219 }, { 0.00000000002, 3.65769145122, 3.18139373770 }, { 0.00000000002, 0.11046591263, 13655.86049117640 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z3_MERCURY[] = -{ +constexpr array g_VSOP87E_Z3_MERCURY +{ { { 0.00000021392, 2.12804278460, 26087.90314157420 }, { 0.00000016634, 0.00000000000, 0.00000000000 }, { 0.00000002919, 5.41085836184, 52175.80628314840 }, @@ -7924,10 +7930,10 @@ const VSOP87Coefficient g_VSOP87E_Z3_MERCURY[] = { 0.00000000001, 5.14951363778, 1073.60902419080 }, { 0.00000000001, 2.94450371786, 191.95845443560 }, { 0.00000000001, 4.98822441421, 860.30992875280 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z4_MERCURY[] = -{ +constexpr array g_VSOP87E_Z4_MERCURY +{ { { 0.00000000587, 4.86442699315, 26087.90314157420 }, { 0.00000000273, 3.14159265359, 0.00000000000 }, { 0.00000000164, 4.10546661445, 206.18554843720 }, @@ -7962,10 +7968,10 @@ const VSOP87Coefficient g_VSOP87E_Z4_MERCURY[] = { 0.00000000001, 1.63696733565, 117.31986822020 }, { 0.00000000001, 3.60628665626, 853.19638175200 }, { 0.00000000000, 2.65796643505, 110.20632121940 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z5_MERCURY[] = -{ +constexpr array g_VSOP87E_Z5_MERCURY +{ { { 0.00000000015, 5.75563126750, 206.18554843720 }, { 0.00000000007, 0.00000000000, 0.00000000000 }, { 0.00000000005, 4.29978807671, 220.41264243880 }, @@ -7980,68 +7986,67 @@ const VSOP87Coefficient g_VSOP87E_Z5_MERCURY[] = { 0.00000000001, 4.84147977903, 78263.70942472259 }, { 0.00000000000, 2.14343331955, 104351.61256629678 }, { 0.00000000000, 5.61950230485, 130439.51570787099 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87E_X_MERCURY[] = -{ - { g_VSOP87E_X0_MERCURY, sizeof(g_VSOP87E_X0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X1_MERCURY, sizeof(g_VSOP87E_X1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X2_MERCURY, sizeof(g_VSOP87E_X2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X3_MERCURY, sizeof(g_VSOP87E_X3_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X4_MERCURY, sizeof(g_VSOP87E_X4_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X5_MERCURY, sizeof(g_VSOP87E_X5_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_X_MERCURY +{ { + { g_VSOP87E_X0_MERCURY.data(), g_VSOP87E_X0_MERCURY.size() }, + { g_VSOP87E_X1_MERCURY.data(), g_VSOP87E_X1_MERCURY.size() }, + { g_VSOP87E_X2_MERCURY.data(), g_VSOP87E_X2_MERCURY.size() }, + { g_VSOP87E_X3_MERCURY.data(), g_VSOP87E_X3_MERCURY.size() }, + { g_VSOP87E_X4_MERCURY.data(), g_VSOP87E_X4_MERCURY.size() }, + { g_VSOP87E_X5_MERCURY.data(), g_VSOP87E_X5_MERCURY.size() } +} }; -const VSOP87Coefficient2 g_VSOP87E_Y_MERCURY[] = -{ - { g_VSOP87E_Y0_MERCURY, sizeof(g_VSOP87E_Y0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y1_MERCURY, sizeof(g_VSOP87E_Y1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y2_MERCURY, sizeof(g_VSOP87E_Y2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y3_MERCURY, sizeof(g_VSOP87E_Y3_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y4_MERCURY, sizeof(g_VSOP87E_Y4_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y5_MERCURY, sizeof(g_VSOP87E_Y5_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_Y_MERCURY +{ { + { g_VSOP87E_Y0_MERCURY.data(), g_VSOP87E_Y0_MERCURY.size() }, + { g_VSOP87E_Y1_MERCURY.data(), g_VSOP87E_Y1_MERCURY.size() }, + { g_VSOP87E_Y2_MERCURY.data(), g_VSOP87E_Y2_MERCURY.size() }, + { g_VSOP87E_Y3_MERCURY.data(), g_VSOP87E_Y3_MERCURY.size() }, + { g_VSOP87E_Y4_MERCURY.data(), g_VSOP87E_Y4_MERCURY.size() }, + { g_VSOP87E_Y5_MERCURY.data(), g_VSOP87E_Y5_MERCURY.size() } +} }; -const VSOP87Coefficient2 g_VSOP87E_Z_MERCURY[] = -{ - { g_VSOP87E_Z0_MERCURY, sizeof(g_VSOP87E_Z0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z1_MERCURY, sizeof(g_VSOP87E_Z1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z2_MERCURY, sizeof(g_VSOP87E_Z2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z3_MERCURY, sizeof(g_VSOP87E_Z3_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z4_MERCURY, sizeof(g_VSOP87E_Z4_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z5_MERCURY, sizeof(g_VSOP87E_Z5_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_Z_MERCURY +{ { + { g_VSOP87E_Z0_MERCURY.data(), g_VSOP87E_Z0_MERCURY.size() }, + { g_VSOP87E_Z1_MERCURY.data(), g_VSOP87E_Z1_MERCURY.size() }, + { g_VSOP87E_Z2_MERCURY.data(), g_VSOP87E_Z2_MERCURY.size() }, + { g_VSOP87E_Z3_MERCURY.data(), g_VSOP87E_Z3_MERCURY.size() }, + { g_VSOP87E_Z4_MERCURY.data(), g_VSOP87E_Z4_MERCURY.size() }, + { g_VSOP87E_Z5_MERCURY.data(), g_VSOP87E_Z5_MERCURY.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87E_Mercury::X(double JD) +double CAAVSOP87E_Mercury::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_X_MERCURY, sizeof(g_VSOP87E_X_MERCURY)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_X_MERCURY.data(), g_VSOP87E_X_MERCURY.size(), false); } -double CAAVSOP87E_Mercury::X_DASH(double JD) +double CAAVSOP87E_Mercury::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_X_MERCURY, sizeof(g_VSOP87E_X_MERCURY)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_X_MERCURY.data(), g_VSOP87E_X_MERCURY.size()); } -double CAAVSOP87E_Mercury::Y(double JD) +double CAAVSOP87E_Mercury::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_Y_MERCURY, sizeof(g_VSOP87E_Y_MERCURY)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_Y_MERCURY.data(), g_VSOP87E_Y_MERCURY.size(), false); } -double CAAVSOP87E_Mercury::Y_DASH(double JD) +double CAAVSOP87E_Mercury::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_Y_MERCURY, sizeof(g_VSOP87E_Y_MERCURY)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_Y_MERCURY.data(), g_VSOP87E_Y_MERCURY.size()); } -double CAAVSOP87E_Mercury::Z(double JD) +double CAAVSOP87E_Mercury::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_Z_MERCURY, sizeof(g_VSOP87E_Z_MERCURY)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_Z_MERCURY.data(), g_VSOP87E_Z_MERCURY.size(), false); } -double CAAVSOP87E_Mercury::Z_DASH(double JD) +double CAAVSOP87E_Mercury::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_Z_MERCURY, sizeof(g_VSOP87E_Z_MERCURY)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_Z_MERCURY.data(), g_VSOP87E_Z_MERCURY.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87E_NEP.cpp b/Sources/AAPlus/AAVSOP87E_NEP.cpp old mode 100755 new mode 100644 similarity index 96% rename from Vendor/AA+/1.6.3/AAVSOP87E_NEP.cpp rename to Sources/AAPlus/AAVSOP87E_NEP.cpp index 0ba6b66..8f82ad3 --- a/Vendor/AA+/1.6.3/AAVSOP87E_NEP.cpp +++ b/Sources/AAPlus/AAVSOP87E_NEP.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87E_NEP.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87E_NEP.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87E_X0_NEPTUNE[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87E_X0_NEPTUNE +{ { { 30.05734568801, 5.31211340030, 38.13303563780 }, { 0.27050789973, 3.14159265359, 0.00000000000 }, { 0.13504578270, 3.50075407055, 76.26607127560 }, @@ -752,10 +758,10 @@ const VSOP87Coefficient g_VSOP87E_X0_NEPTUNE[] = { 0.00000002336, 4.17366212174, 495.49008271990 }, { 0.00000002232, 2.42169508541, 158.37366516480 }, { 0.00000002471, 3.93681150847, 658.18966002270 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X1_NEPTUNE[] = -{ +constexpr array g_VSOP87E_X1_NEPTUNE +{ { { 0.00255827017, 2.01935687782, 36.64856292950 }, { 0.00243112812, 5.46214905602, 39.61750834610 }, { 0.00118382753, 2.88255085978, 76.26607127560 }, @@ -1047,10 +1053,10 @@ const VSOP87Coefficient g_VSOP87E_X1_NEPTUNE[] = { 0.00000002160, 0.97578185075, 666.72398925700 }, { 0.00000002601, 2.58714323338, 363.51668387840 }, { 0.00000002510, 3.00871814837, 411.14725659700 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X2_NEPTUNE[] = -{ +constexpr array g_VSOP87E_X2_NEPTUNE +{ { { 0.00005415923, 0.00000000000, 0.00000000000 }, { 0.00004536283, 5.02700751836, 36.64856292950 }, { 0.00004350766, 2.45420254304, 39.61750834610 }, @@ -1134,10 +1140,10 @@ const VSOP87Coefficient g_VSOP87E_X2_NEPTUNE[] = { 0.00000002569, 4.22624598741, 464.73122651380 }, { 0.00000002273, 5.59760233612, 491.55792945680 }, { 0.00000002790, 1.90430778774, 487.36514376280 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X3_NEPTUNE[] = -{ +constexpr array g_VSOP87E_X3_NEPTUNE +{ { { 0.00000192703, 0.83849647680, 36.64856292950 }, { 0.00000182218, 0.36067577276, 39.61750834610 }, { 0.00000182887, 0.00000000000, 0.00000000000 }, @@ -1165,19 +1171,19 @@ const VSOP87Coefficient g_VSOP87E_X3_NEPTUNE[] = { 0.00000002279, 4.63710471266, 459.05396811150 }, { 0.00000003062, 3.11781513902, 484.44438245600 }, { 0.00000002147, 2.63610173419, 175.16605980020 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X4_NEPTUNE[] = -{ +constexpr array g_VSOP87E_X4_NEPTUNE +{ { { 0.00000004229, 1.43244844928, 515.46387109300 }, { 0.00000004334, 5.41647101628, 433.71173787680 }, { 0.00000003547, 5.75562173057, 990.22940591440 }, { 0.00000003155, 4.85323856001, 467.65198782060 }, { 0.00000002587, 0.06465867421, 227.52618943960 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y0_NEPTUNE[] = -{ +constexpr array g_VSOP87E_Y0_NEPTUNE +{ { { 30.05900907352, 3.74086294715, 38.13303563780 }, { 0.30171988148, 3.14159265359, 0.00000000000 }, { 0.13505308635, 1.92949466968, 76.26607127560 }, @@ -1871,10 +1877,10 @@ const VSOP87Coefficient g_VSOP87E_Y0_NEPTUNE[] = { 0.00000002319, 2.81891636177, 26011.63707029860 }, { 0.00000002378, 2.89965220331, 952.09637027660 }, { 0.00000002232, 3.99247109324, 158.37366516480 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y1_NEPTUNE[] = -{ +constexpr array g_VSOP87E_Y1_NEPTUNE +{ { { 0.00352941377, 3.14159265359, 0.00000000000 }, { 0.00256112241, 0.44757496381, 36.64856292950 }, { 0.00243135236, 3.89099801420, 39.61750834610 }, @@ -2162,10 +2168,10 @@ const VSOP87Coefficient g_VSOP87E_Y1_NEPTUNE[] = { 0.00000002300, 2.19835194508, 986.29725265130 }, { 0.00000002198, 1.21301903023, 605.95703637020 }, { 0.00000002643, 4.92601181391, 14.22709400160 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y2_NEPTUNE[] = -{ +constexpr array g_VSOP87E_Y2_NEPTUNE +{ { { 0.00004539421, 3.45613207922, 36.64856292950 }, { 0.00004347956, 0.88317230351, 39.61750834610 }, { 0.00003651208, 3.14159265359, 0.00000000000 }, @@ -2245,10 +2251,10 @@ const VSOP87Coefficient g_VSOP87E_Y2_NEPTUNE[] = { 0.00000003029, 4.41598697999, 129.91947716160 }, { 0.00000002469, 5.36564537139, 952.09637027660 }, { 0.00000002911, 1.43497141751, 312.19908396260 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y3_NEPTUNE[] = -{ +constexpr array g_VSOP87E_Y3_NEPTUNE +{ { { 0.00000192703, 5.55088601013, 36.64856292950 }, { 0.00000182218, 5.07306416874, 39.61750834610 }, { 0.00000178702, 0.00000000000, 0.00000000000 }, @@ -2277,19 +2283,19 @@ const VSOP87Coefficient g_VSOP87E_Y3_NEPTUNE[] = { 0.00000002876, 3.65434826122, 853.19638175200 }, { 0.00000002279, 6.20788162950, 459.05396811150 }, { 0.00000002147, 1.06532572636, 175.16605980020 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y4_NEPTUNE[] = -{ +constexpr array g_VSOP87E_Y4_NEPTUNE +{ { { 0.00000004229, 6.14485774863, 515.46387109300 }, { 0.00000004334, 3.84569500845, 433.71173787680 }, { 0.00000003547, 1.04321243122, 990.22940591440 }, { 0.00000003155, 0.14082926066, 467.65198782060 }, { 0.00000002586, 4.77727956483, 227.52618943960 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z0_NEPTUNE[] = -{ +constexpr array g_VSOP87E_Z0_NEPTUNE +{ { { 0.92861252357, 1.44103930199, 38.13303563780 }, { 0.01244825806, 0.00000000000, 0.00000000000 }, { 0.00474309033, 2.52218768352, 36.64856292950 }, @@ -2416,10 +2422,10 @@ const VSOP87Coefficient g_VSOP87E_Z0_NEPTUNE[] = { 0.00000005064, 1.68192340688, 419.48464387520 }, { 0.00000002610, 5.41057398526, 632.78373931320 }, { 0.00000002750, 3.06858398648, 10213.28554621100 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z1_NEPTUNE[] = -{ +constexpr array g_VSOP87E_Z1_NEPTUNE +{ { { 0.00154877961, 2.14239038882, 38.13303563780 }, { 0.00007783708, 4.40146905905, 36.64856292950 }, { 0.00009597674, 0.00000000000, 0.00000000000 }, @@ -2453,10 +2459,10 @@ const VSOP87Coefficient g_VSOP87E_Z1_NEPTUNE[] = { 0.00000006008, 0.92667374096, 70.32818044240 }, { 0.00000004388, 6.14545946311, 7.11354700080 }, { 0.00000002586, 3.01944725018, 639.89728631400 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z2_NEPTUNE[] = -{ +constexpr array g_VSOP87E_Z2_NEPTUNE +{ { { 0.00001264840, 1.91401498992, 38.13303563780 }, { 0.00000130346, 1.12728833394, 36.64856292950 }, { 0.00000127993, 4.77241139328, 39.61750834610 }, @@ -2467,70 +2473,69 @@ const VSOP87Coefficient g_VSOP87E_Z2_NEPTUNE[] = { 0.00000004160, 1.77543920837, 220.41264243880 }, { 0.00000004161, 0.18246750825, 206.18554843720 }, { 0.00000002969, 6.27419756063, 536.80451209540 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z3_NEPTUNE[] = -{ +constexpr array g_VSOP87E_Z3_NEPTUNE +{ { { 0.00000124222, 3.06928911462, 38.13303563780 }, { 0.00000004438, 3.98008913039, 36.64856292950 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87E_X_NEPTUNE[] = -{ - { g_VSOP87E_X0_NEPTUNE, sizeof(g_VSOP87E_X0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X1_NEPTUNE, sizeof(g_VSOP87E_X1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X2_NEPTUNE, sizeof(g_VSOP87E_X2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X3_NEPTUNE, sizeof(g_VSOP87E_X3_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X4_NEPTUNE, sizeof(g_VSOP87E_X4_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_X_NEPTUNE +{ { + { g_VSOP87E_X0_NEPTUNE.data(), g_VSOP87E_X0_NEPTUNE.size() }, + { g_VSOP87E_X1_NEPTUNE.data(), g_VSOP87E_X1_NEPTUNE.size() }, + { g_VSOP87E_X2_NEPTUNE.data(), g_VSOP87E_X2_NEPTUNE.size() }, + { g_VSOP87E_X3_NEPTUNE.data(), g_VSOP87E_X3_NEPTUNE.size() }, + { g_VSOP87E_X4_NEPTUNE.data(), g_VSOP87E_X4_NEPTUNE.size() } +} }; -const VSOP87Coefficient2 g_VSOP87E_Y_NEPTUNE[] = -{ - { g_VSOP87E_Y0_NEPTUNE, sizeof(g_VSOP87E_Y0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y1_NEPTUNE, sizeof(g_VSOP87E_Y1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y2_NEPTUNE, sizeof(g_VSOP87E_Y2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y3_NEPTUNE, sizeof(g_VSOP87E_Y3_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y4_NEPTUNE, sizeof(g_VSOP87E_Y4_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_Y_NEPTUNE +{ { + { g_VSOP87E_Y0_NEPTUNE.data(), g_VSOP87E_Y0_NEPTUNE.size() }, + { g_VSOP87E_Y1_NEPTUNE.data(), g_VSOP87E_Y1_NEPTUNE.size() }, + { g_VSOP87E_Y2_NEPTUNE.data(), g_VSOP87E_Y2_NEPTUNE.size() }, + { g_VSOP87E_Y3_NEPTUNE.data(), g_VSOP87E_Y3_NEPTUNE.size() }, + { g_VSOP87E_Y4_NEPTUNE.data(), g_VSOP87E_Y4_NEPTUNE.size() } +} }; -const VSOP87Coefficient2 g_VSOP87E_Z_NEPTUNE[] = -{ - { g_VSOP87E_Z0_NEPTUNE, sizeof(g_VSOP87E_Z0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z1_NEPTUNE, sizeof(g_VSOP87E_Z1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z2_NEPTUNE, sizeof(g_VSOP87E_Z2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z3_NEPTUNE, sizeof(g_VSOP87E_Z3_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_Z_NEPTUNE +{ { + { g_VSOP87E_Z0_NEPTUNE.data(), g_VSOP87E_Z0_NEPTUNE.size() }, + { g_VSOP87E_Z1_NEPTUNE.data(), g_VSOP87E_Z1_NEPTUNE.size() }, + { g_VSOP87E_Z2_NEPTUNE.data(), g_VSOP87E_Z2_NEPTUNE.size() }, + { g_VSOP87E_Z3_NEPTUNE.data(), g_VSOP87E_Z3_NEPTUNE.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87E_Neptune::X(double JD) +double CAAVSOP87E_Neptune::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_X_NEPTUNE, sizeof(g_VSOP87E_X_NEPTUNE)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_X_NEPTUNE.data(), g_VSOP87E_X_NEPTUNE.size(), false); } -double CAAVSOP87E_Neptune::X_DASH(double JD) +double CAAVSOP87E_Neptune::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_X_NEPTUNE, sizeof(g_VSOP87E_X_NEPTUNE)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_X_NEPTUNE.data(), g_VSOP87E_X_NEPTUNE.size()); } -double CAAVSOP87E_Neptune::Y(double JD) +double CAAVSOP87E_Neptune::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_Y_NEPTUNE, sizeof(g_VSOP87E_Y_NEPTUNE)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_Y_NEPTUNE.data(), g_VSOP87E_Y_NEPTUNE.size(), false); } -double CAAVSOP87E_Neptune::Y_DASH(double JD) +double CAAVSOP87E_Neptune::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_Y_NEPTUNE, sizeof(g_VSOP87E_Y_NEPTUNE)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_Y_NEPTUNE.data(), g_VSOP87E_Y_NEPTUNE.size()); } -double CAAVSOP87E_Neptune::Z(double JD) +double CAAVSOP87E_Neptune::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_Z_NEPTUNE, sizeof(g_VSOP87E_Z_NEPTUNE)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_Z_NEPTUNE.data(), g_VSOP87E_Z_NEPTUNE.size(), false); } -double CAAVSOP87E_Neptune::Z_DASH(double JD) +double CAAVSOP87E_Neptune::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_Z_NEPTUNE, sizeof(g_VSOP87E_Z_NEPTUNE)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_Z_NEPTUNE.data(), g_VSOP87E_Z_NEPTUNE.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87E_SAT.cpp b/Sources/AAPlus/AAVSOP87E_SAT.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87E_SAT.cpp rename to Sources/AAPlus/AAVSOP87E_SAT.cpp index f5c481a..f953dd1 --- a/Vendor/AA+/1.6.3/AAVSOP87E_SAT.cpp +++ b/Sources/AAPlus/AAVSOP87E_SAT.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87E_SAT.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87E_SAT.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87E_X0_SATURN[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87E_X0_SATURN +{ { { 9.51366533422, 0.87441380650, 213.29909543800 }, { 0.26404799161, 0.12391580771, 426.59819087600 }, { 0.06758489145, 4.16767544586, 206.18554843720 }, @@ -1683,10 +1689,10 @@ const VSOP87Coefficient g_VSOP87E_X0_SATURN[] = { 0.00000000687, 4.40962225159, 1563.80010101830 }, { 0.00000000883, 0.11492592605, 378.64329525170 }, { 0.00000000740, 3.78883452039, 1016.09290101090 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X1_SATURN[] = -{ +constexpr array g_VSOP87E_X1_SATURN +{ { { 0.07573807889, 0.00000000000, 0.00000000000 }, { 0.03084144308, 4.27565898829, 426.59819087600 }, { 0.02714141496, 5.85229546861, 206.18554843720 }, @@ -2583,10 +2589,10 @@ const VSOP87Coefficient g_VSOP87E_X1_SATURN[] = { 0.00000000953, 0.59117119093, 2826.18618590700 }, { 0.00000000826, 1.27188705580, 284.89930026760 }, { 0.00000000695, 4.58296836233, 3171.03224356680 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X2_SATURN[] = -{ +constexpr array g_VSOP87E_X2_SATURN +{ { { 0.00560586041, 1.26401676555, 206.18554843720 }, { 0.00545678885, 3.62343709789, 220.41264243880 }, { 0.00443297401, 3.14159265359, 0.00000000000 }, @@ -3068,10 +3074,10 @@ const VSOP87Coefficient g_VSOP87E_X2_SATURN[] = { 0.00000000785, 0.63645876992, 4436.59972219320 }, { 0.00000000716, 0.31353354367, 3796.70243587920 }, { 0.00000000714, 4.03037145569, 3171.03224356680 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X3_SATURN[] = -{ +constexpr array g_VSOP87E_X3_SATURN +{ { { 0.00077093916, 2.97714400003, 206.18554843720 }, { 0.00075318954, 1.89208004954, 220.41264243880 }, { 0.00018448888, 3.14159265359, 0.00000000000 }, @@ -3286,10 +3292,10 @@ const VSOP87Coefficient g_VSOP87E_X3_SATURN[] = { 0.00000000699, 4.19500442256, 10220.39909321180 }, { 0.00000000712, 0.83128225610, 3149.69160256440 }, { 0.00000000943, 4.37865824380, 1457.52593306200 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X4_SATURN[] = -{ +constexpr array g_VSOP87E_X4_SATURN +{ { { 0.00007957649, 4.70523623227, 206.18554843720 }, { 0.00007834416, 0.13981692944, 220.41264243880 }, { 0.00001510766, 0.06561562614, 227.52618943960 }, @@ -3377,10 +3383,10 @@ const VSOP87Coefficient g_VSOP87E_X4_SATURN[] = { 0.00000000699, 6.11938930504, 1272.68102562720 }, { 0.00000000711, 3.95347589074, 838.96928775040 }, { 0.00000000684, 5.09702256485, 661.23792731640 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X5_SATURN[] = -{ +constexpr array g_VSOP87E_X5_SATURN +{ { { 0.00000589081, 0.13910544483, 206.18554843720 }, { 0.00000585706, 4.66559223624, 220.41264243880 }, { 0.00000225585, 4.60652710308, 227.52618943960 }, @@ -3412,10 +3418,10 @@ const VSOP87Coefficient g_VSOP87E_X5_SATURN[] = { 0.00000000984, 4.07542657925, 223.59403617650 }, { 0.00000000779, 2.12929707069, 330.61896365820 }, { 0.00000000783, 3.19520562324, 522.57741809380 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y0_SATURN[] = -{ +constexpr array g_VSOP87E_Y0_SATURN +{ { { 9.52714696877, 5.58600556072, 213.29909543800 }, { 0.79354119271, 3.14159265359, 0.00000000000 }, { 0.26434197609, 4.83528742856, 426.59819087600 }, @@ -5073,10 +5079,10 @@ const VSOP87Coefficient g_VSOP87E_Y0_SATURN[] = { 0.00000000702, 1.24544695479, 598.84348936940 }, { 0.00000000810, 3.81368284008, 614.83694036960 }, { 0.00000000681, 1.84015126699, 2954.55175439110 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y1_SATURN[] = -{ +constexpr array g_VSOP87E_Y1_SATURN +{ { { 0.05373895252, 0.00000000000, 0.00000000000 }, { 0.03089676414, 2.70347020059, 426.59819087600 }, { 0.02740812928, 4.26667506460, 206.18554843720 }, @@ -5998,10 +6004,10 @@ const VSOP87Coefficient g_VSOP87E_Y1_SATURN[] = { 0.00000000687, 1.26279091079, 1261.63532536330 }, { 0.00000000695, 1.75702964176, 812.94573395950 }, { 0.00000000826, 5.98430782385, 284.89930026760 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y2_SATURN[] = -{ +constexpr array g_VSOP87E_Y2_SATURN +{ { { 0.00563545688, 5.97115835983, 206.18554843720 }, { 0.00546856143, 2.05154974712, 220.41264243880 }, { 0.00458462799, 0.00000000000, 0.00000000000 }, @@ -6466,10 +6472,10 @@ const VSOP87Coefficient g_VSOP87E_Y2_SATURN[] = { 0.00000000732, 2.85362187541, 254.35289238260 }, { 0.00000000945, 5.83450274601, 388.46515523820 }, { 0.00000000813, 3.83625059019, 2420.92863603340 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y3_SATURN[] = -{ +constexpr array g_VSOP87E_Y3_SATURN +{ { { 0.00077354527, 1.40391035241, 206.18554843720 }, { 0.00075542804, 0.31962897945, 220.41264243880 }, { 0.00022841198, 3.14159265359, 0.00000000000 }, @@ -6670,10 +6676,10 @@ const VSOP87Coefficient g_VSOP87E_Y3_SATURN[] = { 0.00000000701, 1.98280933247, 9779.57380833420 }, { 0.00000000701, 2.62299327327, 10220.39909321180 }, { 0.00000000709, 5.45403624686, 1457.52593306200 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y4_SATURN[] = -{ +constexpr array g_VSOP87E_Y4_SATURN +{ { { 0.00007976609, 3.13229267905, 206.18554843720 }, { 0.00007866134, 4.84940259473, 220.41264243880 }, { 0.00001514404, 4.77675736118, 227.52618943960 }, @@ -6763,10 +6769,10 @@ const VSOP87Coefficient g_VSOP87E_Y4_SATURN[] = { 0.00000000738, 4.25590020164, 10.29494073850 }, { 0.00000000728, 3.57279637901, 1802.37199072180 }, { 0.00000000684, 3.52622623805, 661.23792731640 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y5_SATURN[] = -{ +constexpr array g_VSOP87E_Y5_SATURN +{ { { 0.00000588911, 4.84910386986, 206.18554843720 }, { 0.00000589946, 3.08953743297, 220.41264243880 }, { 0.00000226448, 3.03832080293, 227.52618943960 }, @@ -6799,10 +6805,10 @@ const VSOP87Coefficient g_VSOP87E_Y5_SATURN[] = { 0.00000000984, 2.50463025246, 223.59403617650 }, { 0.00000000780, 0.55796214439, 330.61896365820 }, { 0.00000000786, 1.61541856004, 522.57741809380 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z0_SATURN[] = -{ +constexpr array g_VSOP87E_Z0_SATURN +{ { { 0.41345140292, 3.60234141893, 213.29909543800 }, { 0.01147953788, 2.85128771957, 426.59819087600 }, { 0.01213097211, 0.00000000000, 0.00000000000 }, @@ -7227,10 +7233,10 @@ const VSOP87Coefficient g_VSOP87E_Z0_SATURN[] = { 0.00000001540, 2.97773040595, 10213.28554621100 }, { 0.00000000862, 5.26762490934, 41.10198105440 }, { 0.00000000764, 5.13454347326, 26087.90314157420 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z1_SATURN[] = -{ +constexpr array g_VSOP87E_Z1_SATURN +{ { { 0.01905958940, 4.94544746619, 213.29909543800 }, { 0.00528167867, 3.14159265359, 0.00000000000 }, { 0.00130224990, 2.26141028606, 206.18554843720 }, @@ -7449,10 +7455,10 @@ const VSOP87Coefficient g_VSOP87E_Z1_SATURN[] = { 0.00000001458, 5.37055128984, 148.07872442630 }, { 0.00000001464, 6.11985601662, 206.13736432740 }, { 0.00000001173, 0.00063234885, 1589.07289528380 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z2_SATURN[] = -{ +constexpr array g_VSOP87E_Z2_SATURN +{ { { 0.00131237677, 0.08868998014, 213.29909543800 }, { 0.00030139033, 3.91396211806, 206.18554843720 }, { 0.00019316662, 0.09228751610, 220.41264243880 }, @@ -7540,10 +7546,10 @@ const VSOP87Coefficient g_VSOP87E_Z2_SATURN[] = { 0.00000001874, 0.84722174143, 1375.77379984580 }, { 0.00000001596, 0.64727508404, 618.55664531160 }, { 0.00000001504, 2.13190551837, 1368.66025284500 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z3_SATURN[] = -{ +constexpr array g_VSOP87E_Z3_SATURN +{ { { 0.00004558118, 1.70646871501, 213.29909543800 }, { 0.00004777710, 5.57723756330, 206.18554843720 }, { 0.00003964164, 0.00000000000, 0.00000000000 }, @@ -7589,10 +7595,10 @@ const VSOP87Coefficient g_VSOP87E_Z3_SATURN[] = { 0.00000001460, 5.32768614058, 302.16477565500 }, { 0.00000001460, 3.94562330747, 447.93883187840 }, { 0.00000000920, 1.65069146673, 529.69096509460 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z4_SATURN[] = -{ +constexpr array g_VSOP87E_Z4_SATURN +{ { { 0.00000574306, 0.96387396086, 206.18554843720 }, { 0.00000252516, 2.90188946355, 220.41264243880 }, { 0.00000244875, 2.96492296609, 213.29909543800 }, @@ -7612,78 +7618,77 @@ const VSOP87Coefficient g_VSOP87E_Z4_SATURN[] = { 0.00000002105, 0.46469400267, 853.19638175200 }, { 0.00000001586, 5.79955908864, 110.20632121940 }, { 0.00000001592, 0.49445731602, 412.37109687440 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z5_SATURN[] = -{ +constexpr array g_VSOP87E_Z5_SATURN +{ { { 0.00000053400, 2.61403861391, 206.18554843720 }, { 0.00000018015, 1.15819542312, 220.41264243880 }, { 0.00000010802, 3.14159265359, 0.00000000000 }, { 0.00000007783, 1.07953666846, 227.52618943960 }, { 0.00000006016, 2.88267666200, 199.07200143640 }, { 0.00000004424, 0.11691197681, 433.71173787680 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87E_X_SATURN[] = -{ - { g_VSOP87E_X0_SATURN, sizeof(g_VSOP87E_X0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X1_SATURN, sizeof(g_VSOP87E_X1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X2_SATURN, sizeof(g_VSOP87E_X2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X3_SATURN, sizeof(g_VSOP87E_X3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X4_SATURN, sizeof(g_VSOP87E_X4_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X5_SATURN, sizeof(g_VSOP87E_X5_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_X_SATURN +{ { + { g_VSOP87E_X0_SATURN.data(), g_VSOP87E_X0_SATURN.size() }, + { g_VSOP87E_X1_SATURN.data(), g_VSOP87E_X1_SATURN.size() }, + { g_VSOP87E_X2_SATURN.data(), g_VSOP87E_X2_SATURN.size() }, + { g_VSOP87E_X3_SATURN.data(), g_VSOP87E_X3_SATURN.size() }, + { g_VSOP87E_X4_SATURN.data(), g_VSOP87E_X4_SATURN.size() }, + { g_VSOP87E_X5_SATURN.data(), g_VSOP87E_X5_SATURN.size() } +} }; -const VSOP87Coefficient2 g_VSOP87E_Y_SATURN[] = -{ - { g_VSOP87E_Y0_SATURN, sizeof(g_VSOP87E_Y0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y1_SATURN, sizeof(g_VSOP87E_Y1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y2_SATURN, sizeof(g_VSOP87E_Y2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y3_SATURN, sizeof(g_VSOP87E_Y3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y4_SATURN, sizeof(g_VSOP87E_Y4_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y5_SATURN, sizeof(g_VSOP87E_Y5_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_Y_SATURN +{ { + { g_VSOP87E_Y0_SATURN.data(), g_VSOP87E_Y0_SATURN.size() }, + { g_VSOP87E_Y1_SATURN.data(), g_VSOP87E_Y1_SATURN.size() }, + { g_VSOP87E_Y2_SATURN.data(), g_VSOP87E_Y2_SATURN.size() }, + { g_VSOP87E_Y3_SATURN.data(), g_VSOP87E_Y3_SATURN.size() }, + { g_VSOP87E_Y4_SATURN.data(), g_VSOP87E_Y4_SATURN.size() }, + { g_VSOP87E_Y5_SATURN.data(), g_VSOP87E_Y5_SATURN.size() } +} }; -const VSOP87Coefficient2 g_VSOP87E_Z_SATURN[] = -{ - { g_VSOP87E_Z0_SATURN, sizeof(g_VSOP87E_Z0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z1_SATURN, sizeof(g_VSOP87E_Z1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z2_SATURN, sizeof(g_VSOP87E_Z2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z3_SATURN, sizeof(g_VSOP87E_Z3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z4_SATURN, sizeof(g_VSOP87E_Z4_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z5_SATURN, sizeof(g_VSOP87E_Z5_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_Z_SATURN +{ { + { g_VSOP87E_Z0_SATURN.data(), g_VSOP87E_Z0_SATURN.size() }, + { g_VSOP87E_Z1_SATURN.data(), g_VSOP87E_Z1_SATURN.size() }, + { g_VSOP87E_Z2_SATURN.data(), g_VSOP87E_Z2_SATURN.size() }, + { g_VSOP87E_Z3_SATURN.data(), g_VSOP87E_Z3_SATURN.size() }, + { g_VSOP87E_Z4_SATURN.data(), g_VSOP87E_Z4_SATURN.size() }, + { g_VSOP87E_Z5_SATURN.data(), g_VSOP87E_Z5_SATURN.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87E_Saturn::X(double JD) +double CAAVSOP87E_Saturn::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_X_SATURN, sizeof(g_VSOP87E_X_SATURN)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_X_SATURN.data(), g_VSOP87E_X_SATURN.size(), false); } -double CAAVSOP87E_Saturn::X_DASH(double JD) +double CAAVSOP87E_Saturn::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_X_SATURN, sizeof(g_VSOP87E_X_SATURN)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_X_SATURN.data(), g_VSOP87E_X_SATURN.size()); } -double CAAVSOP87E_Saturn::Y(double JD) +double CAAVSOP87E_Saturn::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_Y_SATURN, sizeof(g_VSOP87E_Y_SATURN)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_Y_SATURN.data(), g_VSOP87E_Y_SATURN.size(), false); } -double CAAVSOP87E_Saturn::Y_DASH(double JD) +double CAAVSOP87E_Saturn::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_Y_SATURN, sizeof(g_VSOP87E_Y_SATURN)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_Y_SATURN.data(), g_VSOP87E_Y_SATURN.size()); } -double CAAVSOP87E_Saturn::Z(double JD) +double CAAVSOP87E_Saturn::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_Z_SATURN, sizeof(g_VSOP87E_Z_SATURN)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_Z_SATURN.data(), g_VSOP87E_Z_SATURN.size(), false); } -double CAAVSOP87E_Saturn::Z_DASH(double JD) +double CAAVSOP87E_Saturn::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_Z_SATURN, sizeof(g_VSOP87E_Z_SATURN)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_Z_SATURN.data(), g_VSOP87E_Z_SATURN.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87E_URA.cpp b/Sources/AAPlus/AAVSOP87E_URA.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87E_URA.cpp rename to Sources/AAPlus/AAVSOP87E_URA.cpp index 25a9c8f..fecdcfc --- a/Vendor/AA+/1.6.3/AAVSOP87E_URA.cpp +++ b/Sources/AAPlus/AAVSOP87E_URA.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87E_URA.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87E_URA.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87E_X0_URANUS[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87E_X0_URANUS +{ { { 19.17286937362, 5.48133416758, 74.78159856730 }, { 1.32301898121, 0.00000000000, 0.00000000000 }, { 0.44400556159, 1.65967535182, 149.56319713460 }, @@ -1464,10 +1470,10 @@ const VSOP87Coefficient g_VSOP87E_X0_URANUS[] = { 0.00000002261, 0.44102163363, 817.09033554370 }, { 0.00000002950, 5.76859185743, 653.23060843830 }, { 0.00000002185, 2.44586598369, 246.97871295090 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X1_URANUS[] = -{ +constexpr array g_VSOP87E_X1_URANUS +{ { { 0.00739697937, 6.01067921255, 149.56319713460 }, { 0.00528174379, 3.14159265359, 0.00000000000 }, { 0.00239830578, 5.33657752107, 73.29712585900 }, @@ -2096,10 +2102,10 @@ const VSOP87Coefficient g_VSOP87E_X1_URANUS[] = { 0.00000002330, 3.20850507386, 821.54375366860 }, { 0.00000002648, 3.95978520157, 460.53844081980 }, { 0.00000002459, 2.05612285306, 634.48066034260 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X2_URANUS[] = -{ +constexpr array g_VSOP87E_X2_URANUS +{ { { 0.00016015031, 3.83700030134, 74.78159856730 }, { 0.00010915299, 3.02987776270, 149.56319713460 }, { 0.00007497619, 3.83429136661, 11.04570026390 }, @@ -2334,10 +2340,10 @@ const VSOP87Coefficient g_VSOP87E_X2_URANUS[] = { 0.00000002330, 3.64055170939, 227.31374111850 }, { 0.00000002749, 2.28150388150, 92.04707395470 }, { 0.00000002576, 3.89651804361, 343.21857259960 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X3_URANUS[] = -{ +constexpr array g_VSOP87E_X3_URANUS +{ { { 0.00001309056, 0.00000000000, 0.00000000000 }, { 0.00000679651, 2.93375081556, 70.84944530420 }, { 0.00000631782, 4.88998230611, 78.71375183040 }, @@ -2417,10 +2423,10 @@ const VSOP87Coefficient g_VSOP87E_X3_URANUS[] = { 0.00000002563, 1.54843699395, 216.48048917570 }, { 0.00000002358, 0.87971471502, 624.91943278700 }, { 0.00000002219, 3.00732305327, 391.17346822390 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X4_URANUS[] = -{ +constexpr array g_VSOP87E_X4_URANUS +{ { { 0.00000062987, 3.14159265359, 0.00000000000 }, { 0.00000034199, 0.42702885820, 63.73589830340 }, { 0.00000026702, 5.34493737706, 149.56319713460 }, @@ -2431,10 +2437,10 @@ const VSOP87Coefficient g_VSOP87E_X4_URANUS[] = { 0.00000005227, 5.41079816474, 92.94084583200 }, { 0.00000002362, 0.90248563878, 284.14854074220 }, { 0.00000002295, 3.03607980943, 365.90067395840 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y0_URANUS[] = -{ +constexpr array g_VSOP87E_Y0_URANUS +{ { { 19.16434475791, 3.91045677275, 74.78159856730 }, { 0.44388525091, 0.08884126943, 149.56319713460 }, { 0.16222255941, 3.14159265359, 0.00000000000 }, @@ -3846,10 +3852,10 @@ const VSOP87Coefficient g_VSOP87E_Y0_URANUS[] = { 0.00000002847, 0.89078483426, 219.51887056150 }, { 0.00000002458, 2.25842855808, 1448.91086701040 }, { 0.00000002627, 1.91388837247, 768.85355562910 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y1_URANUS[] = -{ +constexpr array g_VSOP87E_Y1_URANUS +{ { { 0.02157902502, 0.00000000000, 0.00000000000 }, { 0.00739195286, 4.43963987365, 149.56319713460 }, { 0.00238535521, 3.76882481679, 73.29712585900 }, @@ -4484,10 +4490,10 @@ const VSOP87Coefficient g_VSOP87E_Y1_URANUS[] = { 0.00000002729, 1.32506308123, 520.12973753900 }, { 0.00000002230, 4.49028913350, 417.03696332040 }, { 0.00000002227, 3.79362555076, 6144.55835312070 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y2_URANUS[] = -{ +constexpr array g_VSOP87E_Y2_URANUS +{ { { 0.00034868461, 3.14159265359, 0.00000000000 }, { 0.00016588468, 2.29556740317, 74.78159856730 }, { 0.00010905147, 1.45737963668, 149.56319713460 }, @@ -4726,10 +4732,10 @@ const VSOP87Coefficient g_VSOP87E_Y2_URANUS[] = { 0.00000002330, 2.06975538259, 227.31374111850 }, { 0.00000002192, 3.13720960527, 267.47376618580 }, { 0.00000002721, 1.30292847611, 735.87651353180 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y3_URANUS[] = -{ +constexpr array g_VSOP87E_Y3_URANUS +{ { { 0.00001214019, 0.00000000000, 0.00000000000 }, { 0.00000668539, 1.35719575778, 70.84944530420 }, { 0.00000634232, 3.31949833714, 78.71375183040 }, @@ -4805,10 +4811,10 @@ const VSOP87Coefficient g_VSOP87E_Y3_URANUS[] = { 0.00000002998, 2.39309465855, 73.08467753790 }, { 0.00000002998, 5.42790043104, 76.47851959670 }, { 0.00000002218, 4.57446080069, 391.17346822390 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y4_URANUS[] = -{ +constexpr array g_VSOP87E_Y4_URANUS +{ { { 0.00000049430, 0.00000000000, 0.00000000000 }, { 0.00000034198, 5.13940292251, 63.73589830340 }, { 0.00000026702, 3.77414105026, 149.56319713460 }, @@ -4819,10 +4825,10 @@ const VSOP87Coefficient g_VSOP87E_Y4_URANUS[] = { 0.00000005228, 3.84002419343, 92.94084583200 }, { 0.00000002294, 4.60700787690, 365.90067395840 }, { 0.00000002483, 2.14187723981, 284.14854074220 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z0_URANUS[] = -{ +constexpr array g_VSOP87E_Z0_URANUS +{ { { 0.25876996652, 2.61861278845, 74.78159856730 }, { 0.01775471434, 3.14159265359, 0.00000000000 }, { 0.00599290075, 5.08119534568, 149.56319713460 }, @@ -5055,10 +5061,10 @@ const VSOP87Coefficient g_VSOP87E_Z0_URANUS[] = { 0.00000004220, 3.52810428208, 10213.28554621100 }, { 0.00000004070, 0.58328613274, 103.09277421860 }, { 0.00000002610, 5.41057398526, 632.78373931320 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z1_URANUS[] = -{ +constexpr array g_VSOP87E_Z1_URANUS +{ { { 0.00655887992, 0.01271946942, 74.78159856730 }, { 0.00049782349, 0.00000000000, 0.00000000000 }, { 0.00023873149, 2.73870549601, 149.56319713460 }, @@ -5156,10 +5162,10 @@ const VSOP87Coefficient g_VSOP87E_Z1_URANUS[] = { 0.00000003270, 1.75799271188, 536.80451209540 }, { 0.00000003003, 5.68771752375, 426.59819087600 }, { 0.00000002586, 3.01944725018, 639.89728631400 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z2_URANUS[] = -{ +constexpr array g_VSOP87E_Z2_URANUS +{ { { 0.00014697217, 1.75149164608, 74.78159856730 }, { 0.00001601722, 3.14159265359, 0.00000000000 }, { 0.00000257139, 5.91766895295, 73.29712585900 }, @@ -5193,10 +5199,10 @@ const VSOP87Coefficient g_VSOP87E_Z2_URANUS[] = { 0.00000006205, 2.26614295646, 56.62235130260 }, { 0.00000006094, 4.96640467601, 3.18139373770 }, { 0.00000002969, 6.27419756063, 536.80451209540 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z3_URANUS[] = -{ +constexpr array g_VSOP87E_Z3_URANUS +{ { { 0.00000406961, 3.16314034460, 74.78159856730 }, { 0.00000034199, 3.14159265359, 0.00000000000 }, { 0.00000011311, 4.44380758422, 149.56319713460 }, @@ -5209,64 +5215,63 @@ const VSOP87Coefficient g_VSOP87E_Z3_URANUS[] = { 0.00000005797, 1.86650914141, 71.60020482960 }, { 0.00000005504, 5.95485140431, 77.96299230500 }, { 0.00000004869, 4.99593945023, 11.04570026390 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87E_X_URANUS[] = -{ - { g_VSOP87E_X0_URANUS, sizeof(g_VSOP87E_X0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X1_URANUS, sizeof(g_VSOP87E_X1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X2_URANUS, sizeof(g_VSOP87E_X2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X3_URANUS, sizeof(g_VSOP87E_X3_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X4_URANUS, sizeof(g_VSOP87E_X4_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_X_URANUS +{ { + { g_VSOP87E_X0_URANUS.data(), g_VSOP87E_X0_URANUS.size() }, + { g_VSOP87E_X1_URANUS.data(), g_VSOP87E_X1_URANUS.size() }, + { g_VSOP87E_X2_URANUS.data(), g_VSOP87E_X2_URANUS.size() }, + { g_VSOP87E_X3_URANUS.data(), g_VSOP87E_X3_URANUS.size() }, + { g_VSOP87E_X4_URANUS.data(), g_VSOP87E_X4_URANUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87E_Y_URANUS[] = -{ - { g_VSOP87E_Y0_URANUS, sizeof(g_VSOP87E_Y0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y1_URANUS, sizeof(g_VSOP87E_Y1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y2_URANUS, sizeof(g_VSOP87E_Y2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y3_URANUS, sizeof(g_VSOP87E_Y3_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y4_URANUS, sizeof(g_VSOP87E_Y4_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_Y_URANUS +{ { + { g_VSOP87E_Y0_URANUS.data(), g_VSOP87E_Y0_URANUS.size() }, + { g_VSOP87E_Y1_URANUS.data(), g_VSOP87E_Y1_URANUS.size() }, + { g_VSOP87E_Y2_URANUS.data(), g_VSOP87E_Y2_URANUS.size() }, + { g_VSOP87E_Y3_URANUS.data(), g_VSOP87E_Y3_URANUS.size() }, + { g_VSOP87E_Y4_URANUS.data(), g_VSOP87E_Y4_URANUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87E_Z_URANUS[] = -{ - { g_VSOP87E_Z0_URANUS, sizeof(g_VSOP87E_Z0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z1_URANUS, sizeof(g_VSOP87E_Z1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z2_URANUS, sizeof(g_VSOP87E_Z2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z3_URANUS, sizeof(g_VSOP87E_Z3_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_Z_URANUS +{ { + { g_VSOP87E_Z0_URANUS.data(), g_VSOP87E_Z0_URANUS.size() }, + { g_VSOP87E_Z1_URANUS.data(), g_VSOP87E_Z1_URANUS.size() }, + { g_VSOP87E_Z2_URANUS.data(), g_VSOP87E_Z2_URANUS.size() }, + { g_VSOP87E_Z3_URANUS.data(), g_VSOP87E_Z3_URANUS.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87E_Uranus::X(double JD) +double CAAVSOP87E_Uranus::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_X_URANUS, sizeof(g_VSOP87E_X_URANUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_X_URANUS.data(), g_VSOP87E_X_URANUS.size(), false); } -double CAAVSOP87E_Uranus::X_DASH(double JD) +double CAAVSOP87E_Uranus::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_X_URANUS, sizeof(g_VSOP87E_X_URANUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_X_URANUS.data(), g_VSOP87E_X_URANUS.size()); } -double CAAVSOP87E_Uranus::Y(double JD) +double CAAVSOP87E_Uranus::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_Y_URANUS, sizeof(g_VSOP87E_Y_URANUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_Y_URANUS.data(), g_VSOP87E_Y_URANUS.size(), false); } -double CAAVSOP87E_Uranus::Y_DASH(double JD) +double CAAVSOP87E_Uranus::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_Y_URANUS, sizeof(g_VSOP87E_Y_URANUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_Y_URANUS.data(), g_VSOP87E_Y_URANUS.size()); } -double CAAVSOP87E_Uranus::Z(double JD) +double CAAVSOP87E_Uranus::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_Z_URANUS, sizeof(g_VSOP87E_Z_URANUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_Z_URANUS.data(), g_VSOP87E_Z_URANUS.size(), false); } -double CAAVSOP87E_Uranus::Z_DASH(double JD) +double CAAVSOP87E_Uranus::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_Z_URANUS, sizeof(g_VSOP87E_Z_URANUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_Z_URANUS.data(), g_VSOP87E_Z_URANUS.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87_EMB.cpp b/Sources/AAPlus/AAVSOP87_EMB.cpp old mode 100755 new mode 100644 similarity index 96% rename from Vendor/AA+/1.6.3/AAVSOP87_EMB.cpp rename to Sources/AAPlus/AAVSOP87_EMB.cpp index 21ab198..9bb2958 --- a/Vendor/AA+/1.6.3/AAVSOP87_EMB.cpp +++ b/Sources/AAPlus/AAVSOP87_EMB.cpp @@ -3,8 +3,13 @@ Module : AAVSOP87_EMB.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. + PJN / 10-01-2021 1. Reworked the K, H, Q and P methods to pass false for bAngle to CAAVSOP87::Calculate. + These values are not angular values in the true sense of the word and by passing + false, the values returned are now in exact agreement with the vsop87.chk test + values. Thanks to Cao Yu for reporting this issue. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +30,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87_EMB.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87_A0_EMB[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87_A0_EMB +{ { { 1.00000101778, 0.00000000000, 0.00000000000 }, { 0.00001120473, 2.30855131827, 11506.76976979360 }, { 0.00000760929, 1.42260407149, 3930.20969621960 }, @@ -470,10 +480,10 @@ const VSOP87Coefficient g_VSOP87_A0_EMB[] = { 0.00000000038, 5.33626563318, 150244.34299945380 }, { 0.00000000040, 2.80540842671, 35309.56107949920 }, { 0.00000000048, 3.15413327757, 17576.54652434700 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A1_EMB[] = -{ +constexpr array g_VSOP87_A1_EMB +{ { { 0.00000013321, 1.40119028360, 1577.34354244780 }, { 0.00000010803, 2.77156683086, 10977.07880469900 }, { 0.00000004663, 1.28775121854, 5223.69391980220 }, @@ -732,10 +742,10 @@ const VSOP87Coefficient g_VSOP87_A1_EMB[] = { 0.00000000021, 3.89809321202, 28774.03797148480 }, { 0.00000000019, 4.18378730347, 16840.67001081519 }, { 0.00000000019, 4.22274694347, 4701.11650170840 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A2_EMB[] = -{ +constexpr array g_VSOP87_A2_EMB +{ { { 0.00000000615, 3.09674638010, 1577.34354244780 }, { 0.00000000650, 5.56221532891, 775.52261132400 }, { 0.00000000445, 4.03738261123, 10977.07880469900 }, @@ -836,10 +846,10 @@ const VSOP87Coefficient g_VSOP87_A2_EMB[] = { 0.00000000013, 6.21889991907, 9380.95967271720 }, { 0.00000000010, 1.68382745113, 22743.40937951640 }, { 0.00000000009, 5.78653918203, 6040.34724601740 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L0_EMB[] = -{ +constexpr array g_VSOP87_L0_EMB +{ { { 1.75347045953, 0.00000000000, 0.00000000000 }, { 0.00003417568, 2.82887613695, 3.52311834900 }, { 0.00002056367, 3.87949142209, 11506.76976979360 }, @@ -1528,10 +1538,10 @@ const VSOP87Coefficient g_VSOP87_L0_EMB[] = { 0.00000000040, 2.50449584378, 7863.94251078820 }, { 0.00000000037, 4.21056379703, 2675.85638156980 }, { 0.00000000036, 4.59450271611, 1603.64186224760 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L1_EMB[] = -{ +constexpr array g_VSOP87_L1_EMB +{ { { 6283.07584999140, 0.00000000000, 0.00000000000 }, { 0.00000425257, 1.59049255748, 3.52311834900 }, { 0.00000099545, 2.96295877144, 1577.34354244780 }, @@ -1845,10 +1855,10 @@ const VSOP87Coefficient g_VSOP87_L1_EMB[] = { 0.00000000037, 5.51214360399, 12043.57428188900 }, { 0.00000000048, 6.13744492783, 57375.80190084620 }, { 0.00000000037, 0.87176889717, 16522.65971600220 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L2_EMB[] = -{ +constexpr array g_VSOP87_L2_EMB +{ { { 0.00000991013, 3.14159265359, 0.00000000000 }, { 0.00000027348, 0.05276844178, 3.52311834900 }, { 0.00000016337, 5.18822233349, 26.29831979980 }, @@ -1929,30 +1939,30 @@ const VSOP87Coefficient g_VSOP87_L2_EMB[] = { 0.00000000042, 0.63481258912, 2699.73481931760 }, { 0.00000000041, 0.65439000362, 25158.60171976540 }, { 0.00000000038, 0.33673983694, 24356.78078864160 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L3_EMB[] = -{ +constexpr array g_VSOP87_L3_EMB +{ { { 0.00000002962, 5.19564087320, 155.42039943420 }, { 0.00000002537, 3.14159265359, 0.00000000000 }, { 0.00000001288, 4.72177304571, 3.52311834900 }, { 0.00000000635, 5.96904899168, 242.72860397400 }, { 0.00000000402, 3.78606612895, 553.56940284240 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L4_EMB[] = -{ +constexpr array g_VSOP87_L4_EMB +{ { { 0.00000000420, 0.41892851415, 155.42039943420 }, { 0.00000000041, 3.14032562331, 3.52311834900 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L5_EMB[] = -{ +constexpr array g_VSOP87_L5_EMB +{ { { 0.00000000050, 2.01352986713, 155.42039943420 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K0_EMB[] = -{ +constexpr array g_VSOP87_K0_EMB +{ { { 0.00374081650, 3.14159265359, 0.00000000000 }, { 0.00001988852, 4.23374621009, 1577.34354244780 }, { 0.00001859231, 0.55463591479, 5223.69391980220 }, @@ -2550,10 +2560,10 @@ const VSOP87Coefficient g_VSOP87_K0_EMB[] = { 0.00000000036, 4.23699175298, 33318.81606245820 }, { 0.00000000039, 5.54442185218, 32992.72279240479 }, { 0.00000000046, 2.74913926743, 8671.96987044060 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K1_EMB[] = -{ +constexpr array g_VSOP87_K1_EMB +{ { { 0.00082267418, 3.14159265359, 0.00000000000 }, { 0.00000026605, 2.07229275260, 775.52261132400 }, { 0.00000021081, 3.57698980914, 1059.38193018920 }, @@ -2808,10 +2818,10 @@ const VSOP87Coefficient g_VSOP87_K1_EMB[] = { 0.00000000035, 2.59158426347, 35371.88726597640 }, { 0.00000000036, 1.18614470426, 16207.88627150200 }, { 0.00000000036, 5.46350036510, 65697.55772473979 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K2_EMB[] = -{ +constexpr array g_VSOP87_K2_EMB +{ { { 0.00002762465, 0.00000000000, 0.00000000000 }, { 0.00000001225, 0.37517058299, 775.52261132400 }, { 0.00000000847, 2.08995893115, 1059.38193018920 }, @@ -2867,25 +2877,25 @@ const VSOP87Coefficient g_VSOP87_K2_EMB[] = { 0.00000000039, 3.44440136521, 6836.64525283380 }, { 0.00000000048, 2.03009764611, 7234.79425624200 }, { 0.00000000038, 1.57041207320, 639.89728631400 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K3_EMB[] = -{ +constexpr array g_VSOP87_K3_EMB +{ { { 0.00000116955, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K4_EMB[] = -{ +constexpr array g_VSOP87_K4_EMB +{ { { 0.00000002696, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K5_EMB[] = -{ +constexpr array g_VSOP87_K5_EMB +{ { { 0.00000000071, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H0_EMB[] = -{ +constexpr array g_VSOP87_H0_EMB +{ { { 0.01628447663, 0.00000000000, 0.00000000000 }, { 0.00001986929, 5.80464886318, 1577.34354244780 }, { 0.00001864029, 2.12650300196, 5223.69391980220 }, @@ -3470,10 +3480,10 @@ const VSOP87Coefficient g_VSOP87_H0_EMB[] = { 0.00000000036, 3.91012961105, 18312.42303787879 }, { 0.00000000040, 2.07287807099, 3215.13638064320 }, { 0.00000000046, 1.16988162456, 8671.96987044060 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H1_EMB[] = -{ +constexpr array g_VSOP87_H1_EMB +{ { { 0.00062029655, 3.14159265359, 0.00000000000 }, { 0.00000026631, 0.50260243452, 775.52261132400 }, { 0.00000021214, 2.00566682331, 1059.38193018920 }, @@ -3725,10 +3735,10 @@ const VSOP87Coefficient g_VSOP87_H1_EMB[] = { 0.00000000036, 4.46924826013, 4797.09572892620 }, { 0.00000000038, 0.27763473613, 21548.96236929180 }, { 0.00000000036, 0.75399979841, 65697.55772473979 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H2_EMB[] = -{ +constexpr array g_VSOP87_H2_EMB +{ { { 0.00003382631, 3.14159265359, 0.00000000000 }, { 0.00000001224, 5.08758285720, 775.52261132400 }, { 0.00000000855, 0.52056023144, 1059.38193018920 }, @@ -3782,25 +3792,25 @@ const VSOP87Coefficient g_VSOP87_H2_EMB[] = { 0.00000000038, 0.00002877847, 639.89728631400 }, { 0.00000000046, 4.01493531872, 11506.76976979360 }, { 0.00000000037, 5.12896326235, 6836.64525283380 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H3_EMB[] = -{ +constexpr array g_VSOP87_H3_EMB +{ { { 0.00000085101, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H4_EMB[] = -{ +constexpr array g_VSOP87_H4_EMB +{ { { 0.00000002770, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H5_EMB[] = -{ +constexpr array g_VSOP87_H5_EMB +{ { { 0.00000000047, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q0_EMB[] = -{ +constexpr array g_VSOP87_Q0_EMB +{ { { 0.00000046990, 1.03836320801, 775.52261132400 }, { 0.00000037030, 2.58501310328, 1059.38193018920 }, { 0.00000023828, 2.93938256767, 3930.20969621960 }, @@ -3998,10 +4008,10 @@ const VSOP87Coefficient g_VSOP87_Q0_EMB[] = { 0.00000000042, 0.28632764759, 7234.79425624200 }, { 0.00000000037, 1.10347772788, 17256.63153634140 }, { 0.00000000043, 0.78089021121, 24383.07910844140 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q1_EMB[] = -{ +constexpr array g_VSOP87_Q1_EMB +{ { { 0.00113468869, 3.14159265359, 0.00000000000 }, { 0.00000004145, 2.55097496137, 775.52261132400 }, { 0.00000002820, 4.73650705023, 1059.38193018920 }, @@ -4060,10 +4070,10 @@ const VSOP87Coefficient g_VSOP87_Q1_EMB[] = { 0.00000000040, 1.90218522808, 18319.53658487960 }, { 0.00000000036, 3.26798472580, 19804.82729158280 }, { 0.00000000035, 1.18909598733, 27511.46787353720 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q2_EMB[] = -{ +constexpr array g_VSOP87_Q2_EMB +{ { { 0.00001237314, 0.00000000000, 0.00000000000 }, { 0.00000000156, 4.17827791124, 775.52261132400 }, { 0.00000000131, 0.45576966890, 1059.38193018920 }, @@ -4072,25 +4082,25 @@ const VSOP87Coefficient g_VSOP87_Q2_EMB[] = { 0.00000000042, 1.47220974568, 1577.34354244780 }, { 0.00000000053, 1.31246818908, 7860.41939243920 }, { 0.00000000015, 5.67119610168, 337.81426319640 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q3_EMB[] = -{ +constexpr array g_VSOP87_Q3_EMB +{ { { 0.00000126542, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q4_EMB[] = -{ +constexpr array g_VSOP87_Q4_EMB +{ { { 0.00000001372, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q5_EMB[] = -{ +constexpr array g_VSOP87_Q5_EMB +{ { { 0.00000000032, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P0_EMB[] = -{ +constexpr array g_VSOP87_P0_EMB +{ { { 0.00000048408, 5.76054381234, 775.52261132400 }, { 0.00000036656, 1.01572916759, 1059.38193018920 }, { 0.00000010147, 0.89874990533, 4705.73230754360 }, @@ -4274,10 +4284,10 @@ const VSOP87Coefficient g_VSOP87_P0_EMB[] = { 0.00000000048, 1.03654093101, 15110.46611986620 }, { 0.00000000038, 2.94419417948, 21202.09370374600 }, { 0.00000000051, 3.22403140905, 14314.16811304980 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P1_EMB[] = -{ +constexpr array g_VSOP87_P1_EMB +{ { { 0.00010180375, 0.00000000000, 0.00000000000 }, { 0.00000004328, 1.01402968363, 775.52261132400 }, { 0.00000002841, 3.16321928690, 1059.38193018920 }, @@ -4335,120 +4345,119 @@ const VSOP87Coefficient g_VSOP87_P1_EMB[] = { 0.00000000050, 5.01551531980, 35371.88726597640 }, { 0.00000000040, 0.33115659422, 18319.53658487960 }, { 0.00000000035, 4.90821231573, 19804.82729158280 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P2_EMB[] = -{ +constexpr array g_VSOP87_P2_EMB +{ { { 0.00004701998, 0.00000000000, 0.00000000000 }, { 0.00000000189, 2.68775678259, 775.52261132400 }, { 0.00000000127, 5.17311759672, 1059.38193018920 }, { 0.00000000044, 3.11484228078, 1577.34354244780 }, { 0.00000000040, 4.08880680053, 4705.73230754360 }, { 0.00000000015, 0.95917101569, 337.81426319640 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P3_EMB[] = -{ +constexpr array g_VSOP87_P3_EMB +{ { { 0.00000054174, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P4_EMB[] = -{ +constexpr array g_VSOP87_P4_EMB +{ { { 0.00000002508, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P5_EMB[] = -{ +constexpr array g_VSOP87_P5_EMB +{ { { 0.00000000046, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87_A_EMB[] = -{ - { g_VSOP87_A0_EMB, sizeof(g_VSOP87_A0_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A1_EMB, sizeof(g_VSOP87_A1_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A2_EMB, sizeof(g_VSOP87_A2_EMB)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_A_EMB +{ { + { g_VSOP87_A0_EMB.data(), g_VSOP87_A0_EMB.size() }, + { g_VSOP87_A1_EMB.data(), g_VSOP87_A1_EMB.size() }, + { g_VSOP87_A2_EMB.data(), g_VSOP87_A2_EMB.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_L_EMB[] = -{ - { g_VSOP87_L0_EMB, sizeof(g_VSOP87_L0_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L1_EMB, sizeof(g_VSOP87_L1_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L2_EMB, sizeof(g_VSOP87_L2_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L3_EMB, sizeof(g_VSOP87_L3_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L4_EMB, sizeof(g_VSOP87_L4_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L5_EMB, sizeof(g_VSOP87_L5_EMB)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_L_EMB +{ { + { g_VSOP87_L0_EMB.data(), g_VSOP87_L0_EMB.size() }, + { g_VSOP87_L1_EMB.data(), g_VSOP87_L1_EMB.size() }, + { g_VSOP87_L2_EMB.data(), g_VSOP87_L2_EMB.size() }, + { g_VSOP87_L3_EMB.data(), g_VSOP87_L3_EMB.size() }, + { g_VSOP87_L4_EMB.data(), g_VSOP87_L4_EMB.size() }, + { g_VSOP87_L5_EMB.data(), g_VSOP87_L5_EMB.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_K_EMB[] = -{ - { g_VSOP87_K0_EMB, sizeof(g_VSOP87_K0_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K1_EMB, sizeof(g_VSOP87_K1_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K2_EMB, sizeof(g_VSOP87_K2_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K3_EMB, sizeof(g_VSOP87_K3_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K4_EMB, sizeof(g_VSOP87_K4_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K5_EMB, sizeof(g_VSOP87_K5_EMB)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_K_EMB +{ { + { g_VSOP87_K0_EMB.data(), g_VSOP87_K0_EMB.size() }, + { g_VSOP87_K1_EMB.data(), g_VSOP87_K1_EMB.size() }, + { g_VSOP87_K2_EMB.data(), g_VSOP87_K2_EMB.size() }, + { g_VSOP87_K3_EMB.data(), g_VSOP87_K3_EMB.size() }, + { g_VSOP87_K4_EMB.data(), g_VSOP87_K4_EMB.size() }, + { g_VSOP87_K5_EMB.data(), g_VSOP87_K5_EMB.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_H_EMB[] = -{ - { g_VSOP87_H0_EMB, sizeof(g_VSOP87_H0_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H1_EMB, sizeof(g_VSOP87_H1_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H2_EMB, sizeof(g_VSOP87_H2_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H3_EMB, sizeof(g_VSOP87_H3_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H4_EMB, sizeof(g_VSOP87_H4_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H5_EMB, sizeof(g_VSOP87_H5_EMB)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_H_EMB +{ { + { g_VSOP87_H0_EMB.data(), g_VSOP87_H0_EMB.size() }, + { g_VSOP87_H1_EMB.data(), g_VSOP87_H1_EMB.size() }, + { g_VSOP87_H2_EMB.data(), g_VSOP87_H2_EMB.size() }, + { g_VSOP87_H3_EMB.data(), g_VSOP87_H3_EMB.size() }, + { g_VSOP87_H4_EMB.data(), g_VSOP87_H4_EMB.size() }, + { g_VSOP87_H5_EMB.data(), g_VSOP87_H5_EMB.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_Q_EMB[] = -{ - { g_VSOP87_Q0_EMB, sizeof(g_VSOP87_Q0_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q1_EMB, sizeof(g_VSOP87_Q1_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q2_EMB, sizeof(g_VSOP87_Q2_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q3_EMB, sizeof(g_VSOP87_Q3_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q4_EMB, sizeof(g_VSOP87_Q4_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q5_EMB, sizeof(g_VSOP87_Q5_EMB)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_Q_EMB +{ { + { g_VSOP87_Q0_EMB.data(), g_VSOP87_Q0_EMB.size() }, + { g_VSOP87_Q1_EMB.data(), g_VSOP87_Q1_EMB.size() }, + { g_VSOP87_Q2_EMB.data(), g_VSOP87_Q2_EMB.size() }, + { g_VSOP87_Q3_EMB.data(), g_VSOP87_Q3_EMB.size() }, + { g_VSOP87_Q4_EMB.data(), g_VSOP87_Q4_EMB.size() }, + { g_VSOP87_Q5_EMB.data(), g_VSOP87_Q5_EMB.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_P_EMB[] = -{ - { g_VSOP87_P0_EMB, sizeof(g_VSOP87_P0_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P1_EMB, sizeof(g_VSOP87_P1_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P2_EMB, sizeof(g_VSOP87_P2_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P3_EMB, sizeof(g_VSOP87_P3_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P4_EMB, sizeof(g_VSOP87_P4_EMB)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P5_EMB, sizeof(g_VSOP87_P5_EMB)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_P_EMB +{ { + { g_VSOP87_P0_EMB.data(), g_VSOP87_P0_EMB.size() }, + { g_VSOP87_P1_EMB.data(), g_VSOP87_P1_EMB.size() }, + { g_VSOP87_P2_EMB.data(), g_VSOP87_P2_EMB.size() }, + { g_VSOP87_P3_EMB.data(), g_VSOP87_P3_EMB.size() }, + { g_VSOP87_P4_EMB.data(), g_VSOP87_P4_EMB.size() }, + { g_VSOP87_P5_EMB.data(), g_VSOP87_P5_EMB.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87_EMB::A(double JD) +double CAAVSOP87_EMB::A(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_A_EMB, sizeof(g_VSOP87_A_EMB)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87_A_EMB.data(), g_VSOP87_A_EMB.size(), false); } -double CAAVSOP87_EMB::L(double JD) +double CAAVSOP87_EMB::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_L_EMB, sizeof(g_VSOP87_L_EMB)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_L_EMB.data(), g_VSOP87_L_EMB.size(), true); } -double CAAVSOP87_EMB::K(double JD) +double CAAVSOP87_EMB::K(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_K_EMB, sizeof(g_VSOP87_K_EMB)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_K_EMB.data(), g_VSOP87_K_EMB.size(), false); } -double CAAVSOP87_EMB::H(double JD) +double CAAVSOP87_EMB::H(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_H_EMB, sizeof(g_VSOP87_H_EMB)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_H_EMB.data(), g_VSOP87_H_EMB.size(), false); } -double CAAVSOP87_EMB::Q(double JD) +double CAAVSOP87_EMB::Q(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_Q_EMB, sizeof(g_VSOP87_Q_EMB)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_Q_EMB.data(), g_VSOP87_Q_EMB.size(), false); } -double CAAVSOP87_EMB::P(double JD) +double CAAVSOP87_EMB::P(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_P_EMB, sizeof(g_VSOP87_P_EMB)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_P_EMB.data(), g_VSOP87_P_EMB.size(), false); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87_MER.cpp b/Sources/AAPlus/AAVSOP87_MER.cpp old mode 100755 new mode 100644 similarity index 96% rename from Vendor/AA+/1.6.3/AAVSOP87_MER.cpp rename to Sources/AAPlus/AAVSOP87_MER.cpp index b204225..380696e --- a/Vendor/AA+/1.6.3/AAVSOP87_MER.cpp +++ b/Sources/AAPlus/AAVSOP87_MER.cpp @@ -3,8 +3,13 @@ Module : AAVSOP87_MER.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. + PJN / 10-01-2021 1. Reworked the K, H, Q and P methods to pass false for bAngle to CAAVSOP87::Calculate. + These values are not angular values in the true sense of the word and by passing + false, the values returned are now in exact agreement with the vsop87.chk test + values. Thanks to Cao Yu for reporting this issue. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +30,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87_MER.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87_A0_MERCURY[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87_A0_MERCURY +{ { { 0.38709830982, 0.00000000000, 0.00000000000 }, { 0.00000073228, 2.53513583698, 5661.33204915220 }, { 0.00000036456, 6.22386583494, 1109.37855209340 }, @@ -528,10 +538,10 @@ const VSOP87Coefficient g_VSOP87_A0_MERCURY[] = { 0.00000000001, 2.51341863129, 30639.85663863300 }, { 0.00000000002, 3.90363937031, 113501.48764111398 }, { 0.00000000001, 4.92022626292, 230419.25190739357 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A1_MERCURY[] = -{ +constexpr array g_VSOP87_A1_MERCURY +{ { { 0.00000003609, 1.48075596278, 1109.37855209340 }, { 0.00000002094, 4.05591451700, 5661.33204915220 }, { 0.00000001295, 4.14267090122, 4551.95349705880 }, @@ -757,10 +767,10 @@ const VSOP87Coefficient g_VSOP87_A1_MERCURY[] = { 0.00000000001, 1.30987336666, 159855.55450572536 }, { 0.00000000001, 6.14761463041, 221135.26778299137 }, { 0.00000000001, 6.08343849338, 163766.09444104519 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A2_MERCURY[] = -{ +constexpr array g_VSOP87_A2_MERCURY +{ { { 0.00000000153, 3.06141740719, 1109.37855209340 }, { 0.00000000036, 2.53025682332, 4551.95349705880 }, { 0.00000000026, 1.82404928219, 11322.66409830440 }, @@ -803,10 +813,10 @@ const VSOP87Coefficient g_VSOP87_A2_MERCURY[] = { 0.00000000002, 4.20220409276, 18093.37469954999 }, { 0.00000000002, 4.17794310826, 70269.18098269838 }, { 0.00000000002, 3.48822883012, 33326.57873317420 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L0_MERCURY[] = -{ +constexpr array g_VSOP87_L0_MERCURY +{ { { 4.40260884240, 0.00000000000, 0.00000000000 }, { 0.00003557754, 1.51229384945, 1109.37855209340 }, { 0.00001732389, 4.10404056787, 5661.33204915220 }, @@ -1617,10 +1627,10 @@ const VSOP87Coefficient g_VSOP87_L0_MERCURY[] = { 0.00000000004, 1.26899736976, 213140.73934096715 }, { 0.00000000004, 0.10914707748, 26727.80042788820 }, { 0.00000000004, 5.32376467784, 26507.38778544939 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L1_MERCURY[] = -{ +constexpr array g_VSOP87_L1_MERCURY +{ { { 26087.90314157420, 0.00000000000, 0.00000000000 }, { 0.00000352015, 3.05256012304, 1109.37855209340 }, { 0.00000049849, 5.62136983203, 5661.33204915220 }, @@ -1991,10 +2001,10 @@ const VSOP87Coefficient g_VSOP87_L1_MERCURY[] = { 0.00000000004, 2.05548961851, 215473.93573383917 }, { 0.00000000004, 2.71144440911, 4083.98850670440 }, { 0.00000000004, 1.69504271974, 742.99006053260 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L2_MERCURY[] = -{ +constexpr array g_VSOP87_L2_MERCURY +{ { { 0.00000934669, 3.14159265359, 0.00000000000 }, { 0.00000014892, 4.63351650097, 1109.37855209340 }, { 0.00000000975, 1.80597471013, 955.59974160860 }, @@ -2075,15 +2085,15 @@ const VSOP87Coefficient g_VSOP87_L2_MERCURY[] = { 0.00000000004, 3.51112426941, 36301.18868778519 }, { 0.00000000004, 5.48577502525, 73711.75592766379 }, { 0.00000000004, 5.65003840556, 9384.84100807520 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L3_MERCURY[] = -{ +constexpr array g_VSOP87_L3_MERCURY +{ { { 0.00000003100, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K0_MERCURY[] = -{ +constexpr array g_VSOP87_K0_MERCURY +{ { { 0.04466059760, 0.00000000000, 0.00000000000 }, { 0.00000720897, 6.12043541204, 1059.38193018920 }, { 0.00000337364, 1.81571365587, 1109.37855209340 }, @@ -2743,10 +2753,10 @@ const VSOP87Coefficient g_VSOP87_K0_MERCURY[] = { 0.00000000004, 5.04413001840, 307.55762096960 }, { 0.00000000004, 3.23869565179, 5039.58824831300 }, { 0.00000000005, 3.31843202423, 23549.65463732060 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K1_MERCURY[] = -{ +constexpr array g_VSOP87_K1_MERCURY +{ { { 0.00552114624, 3.14159265359, 0.00000000000 }, { 0.00000021558, 3.34591864678, 1109.37855209340 }, { 0.00000020129, 4.54206853137, 1059.38193018920 }, @@ -3041,10 +3051,10 @@ const VSOP87Coefficient g_VSOP87_K1_MERCURY[] = { 0.00000000004, 4.65240113580, 123554.36581794015 }, { 0.00000000004, 1.95173348710, 32132.13172294960 }, { 0.00000000003, 3.17825905751, 154194.22245657316 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K2_MERCURY[] = -{ +constexpr array g_VSOP87_K2_MERCURY +{ { { 0.00001860568, 3.14159265359, 0.00000000000 }, { 0.00000000602, 4.97746499073, 1109.37855209340 }, { 0.00000000276, 4.26650039944, 1589.07289528380 }, @@ -3102,25 +3112,25 @@ const VSOP87Coefficient g_VSOP87_K2_MERCURY[] = { 0.00000000004, 3.63293184265, 6283.07584999140 }, { 0.00000000004, 3.28792065738, 35191.81013569180 }, { 0.00000000005, 3.92181441712, 25558.21217647960 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K3_MERCURY[] = -{ +constexpr array g_VSOP87_K3_MERCURY +{ { { 0.00000079123, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K4_MERCURY[] = -{ +constexpr array g_VSOP87_K4_MERCURY +{ { { 0.00000000590, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K5_MERCURY[] = -{ +constexpr array g_VSOP87_K5_MERCURY +{ { { 0.00000000016, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H0_MERCURY[] = -{ +constexpr array g_VSOP87_H0_MERCURY +{ { { 0.20072331368, 0.00000000000, 0.00000000000 }, { 0.00000722616, 4.54448156539, 1059.38193018920 }, { 0.00000352827, 3.36811061870, 1109.37855209340 }, @@ -3779,10 +3789,10 @@ const VSOP87Coefficient g_VSOP87_H0_MERCURY[] = { 0.00000000005, 4.21258944152, 50689.82616208319 }, { 0.00000000004, 3.33769868366, 952.07662325960 }, { 0.00000000004, 5.97898489020, 77307.42026875199 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H1_MERCURY[] = -{ +constexpr array g_VSOP87_H1_MERCURY +{ { { 0.00143750118, 0.00000000000, 0.00000000000 }, { 0.00000023360, 4.87920447378, 1109.37855209340 }, { 0.00000020286, 2.97846425427, 1059.38193018920 }, @@ -4095,10 +4105,10 @@ const VSOP87Coefficient g_VSOP87_H1_MERCURY[] = { 0.00000000004, 5.92356063138, 193937.98608932379 }, { 0.00000000004, 5.75245592611, 25565.32572348040 }, { 0.00000000004, 6.24760854180, 42153.96900304900 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H2_MERCURY[] = -{ +constexpr array g_VSOP87_H2_MERCURY +{ { { 0.00007974120, 3.14159265359, 0.00000000000 }, { 0.00000000698, 0.17787712508, 1109.37855209340 }, { 0.00000000277, 2.69491825454, 1589.07289528380 }, @@ -4155,25 +4165,25 @@ const VSOP87Coefficient g_VSOP87_H2_MERCURY[] = { 0.00000000004, 2.28429847640, 58946.51688439399 }, { 0.00000000004, 4.85211083171, 64607.84893354619 }, { 0.00000000004, 5.32887096884, 6283.07584999140 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H3_MERCURY[] = -{ +constexpr array g_VSOP87_H3_MERCURY +{ { { 0.00000030459, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H4_MERCURY[] = -{ +constexpr array g_VSOP87_H4_MERCURY +{ { { 0.00000000812, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H5_MERCURY[] = -{ +constexpr array g_VSOP87_H5_MERCURY +{ { { 0.00000000008, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q0_MERCURY[] = -{ +constexpr array g_VSOP87_Q0_MERCURY +{ { { 0.04061563384, 0.00000000000, 0.00000000000 }, { 0.00000039690, 0.46319933125, 1059.38193018920 }, { 0.00000011437, 0.98979614735, 1109.37855209340 }, @@ -4423,10 +4433,10 @@ const VSOP87Coefficient g_VSOP87_Q0_MERCURY[] = { 0.00000000004, 1.76857972555, 148.07872442630 }, { 0.00000000004, 2.76172520488, 151.04766984290 }, { 0.00000000004, 3.74527545853, 64741.95798313119 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q1_MERCURY[] = -{ +constexpr array g_VSOP87_Q1_MERCURY +{ { { 0.00065433117, 0.00000000000, 0.00000000000 }, { 0.00000001195, 2.07670556346, 1059.38193018920 }, { 0.00000000520, 4.62766248273, 529.69096509460 }, @@ -4516,10 +4526,10 @@ const VSOP87Coefficient g_VSOP87_Q1_MERCURY[] = { 0.00000000004, 1.99442363755, 63498.47038145279 }, { 0.00000000004, 3.61451356627, 79373.08797681599 }, { 0.00000000004, 5.73664975621, 53285.18483524180 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q2_MERCURY[] = -{ +constexpr array g_VSOP87_Q2_MERCURY +{ { { 0.00001071215, 3.14159265359, 0.00000000000 }, { 0.00000000019, 2.61398582704, 1059.38193018920 }, { 0.00000000012, 1.79194943615, 1109.37855209340 }, @@ -4531,25 +4541,25 @@ const VSOP87Coefficient g_VSOP87_Q2_MERCURY[] = { 0.00000000007, 6.04802515391, 15874.61759536320 }, { 0.00000000004, 4.77980101228, 213.29909543800 }, { 0.00000000004, 2.48909458036, 955.59974160860 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q3_MERCURY[] = -{ +constexpr array g_VSOP87_Q3_MERCURY +{ { { 0.00000022459, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q4_MERCURY[] = -{ +constexpr array g_VSOP87_Q4_MERCURY +{ { { 0.00000000377, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q5_MERCURY[] = -{ +constexpr array g_VSOP87_Q5_MERCURY +{ { { 0.00000000003, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P0_MERCURY[] = -{ +constexpr array g_VSOP87_P0_MERCURY +{ { { 0.04563550461, 0.00000000000, 0.00000000000 }, { 0.00000047057, 5.25384066589, 1059.38193018920 }, { 0.00000020015, 2.26523219459, 1109.37855209340 }, @@ -4822,10 +4832,10 @@ const VSOP87Coefficient g_VSOP87_P0_MERCURY[] = { 0.00000000004, 0.78778915215, 77154.33087262919 }, { 0.00000000004, 3.30678561069, 55618.38122811380 }, { 0.00000000004, 3.51563071546, 1223.81784077861 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P1_MERCURY[] = -{ +constexpr array g_VSOP87_P1_MERCURY +{ { { 0.00127633657, 3.14159265359, 0.00000000000 }, { 0.00000000979, 0.42387819908, 1059.38193018920 }, { 0.00000000797, 4.00846677420, 1109.37855209340 }, @@ -4932,10 +4942,10 @@ const VSOP87Coefficient g_VSOP87_P1_MERCURY[] = { 0.00000000004, 2.63418497115, 79373.08797681599 }, { 0.00000000004, 5.23206517730, 51066.42773105500 }, { 0.00000000004, 5.50117809360, 85034.42002596818 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P2_MERCURY[] = -{ +constexpr array g_VSOP87_P2_MERCURY +{ { { 0.00000913350, 3.14159265359, 0.00000000000 }, { 0.00000000028, 4.75017710758, 1109.37855209340 }, { 0.00000000024, 0.12982469259, 529.69096509460 }, @@ -4949,108 +4959,107 @@ const VSOP87Coefficient g_VSOP87_P2_MERCURY[] = { 0.00000000005, 2.77824145697, 11322.66409830440 }, { 0.00000000005, 2.96710637555, 20426.57109242200 }, { 0.00000000004, 1.68602074393, 639.89728631400 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P3_MERCURY[] = -{ +constexpr array g_VSOP87_P3_MERCURY +{ { { 0.00000018993, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P4_MERCURY[] = -{ +constexpr array g_VSOP87_P4_MERCURY +{ { { 0.00000000640, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P5_MERCURY[] = -{ +constexpr array g_VSOP87_P5_MERCURY +{ { { 0.00000000002, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87_A_MERCURY[] = -{ - { g_VSOP87_A0_MERCURY, sizeof(g_VSOP87_A0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A1_MERCURY, sizeof(g_VSOP87_A1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A2_MERCURY, sizeof(g_VSOP87_A2_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_A_MERCURY +{ { + { g_VSOP87_A0_MERCURY.data(), g_VSOP87_A0_MERCURY.size() }, + { g_VSOP87_A1_MERCURY.data(), g_VSOP87_A1_MERCURY.size() }, + { g_VSOP87_A2_MERCURY.data(), g_VSOP87_A2_MERCURY.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_L_MERCURY[] = -{ - { g_VSOP87_L0_MERCURY, sizeof(g_VSOP87_L0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L1_MERCURY, sizeof(g_VSOP87_L1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L2_MERCURY, sizeof(g_VSOP87_L2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L3_MERCURY, sizeof(g_VSOP87_L3_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_L_MERCURY +{ { + { g_VSOP87_L0_MERCURY.data(), g_VSOP87_L0_MERCURY.size() }, + { g_VSOP87_L1_MERCURY.data(), g_VSOP87_L1_MERCURY.size() }, + { g_VSOP87_L2_MERCURY.data(), g_VSOP87_L2_MERCURY.size() }, + { g_VSOP87_L3_MERCURY.data(), g_VSOP87_L3_MERCURY.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_K_MERCURY[] = -{ - { g_VSOP87_K0_MERCURY, sizeof(g_VSOP87_K0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K1_MERCURY, sizeof(g_VSOP87_K1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K2_MERCURY, sizeof(g_VSOP87_K2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K3_MERCURY, sizeof(g_VSOP87_K3_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K4_MERCURY, sizeof(g_VSOP87_K4_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K5_MERCURY, sizeof(g_VSOP87_K5_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_K_MERCURY +{ { + { g_VSOP87_K0_MERCURY.data(), g_VSOP87_K0_MERCURY.size() }, + { g_VSOP87_K1_MERCURY.data(), g_VSOP87_K1_MERCURY.size() }, + { g_VSOP87_K2_MERCURY.data(), g_VSOP87_K2_MERCURY.size() }, + { g_VSOP87_K3_MERCURY.data(), g_VSOP87_K3_MERCURY.size() }, + { g_VSOP87_K4_MERCURY.data(), g_VSOP87_K4_MERCURY.size() }, + { g_VSOP87_K5_MERCURY.data(), g_VSOP87_K5_MERCURY.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_H_MERCURY[] = -{ - { g_VSOP87_H0_MERCURY, sizeof(g_VSOP87_H0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H1_MERCURY, sizeof(g_VSOP87_H1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H2_MERCURY, sizeof(g_VSOP87_H2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H3_MERCURY, sizeof(g_VSOP87_H3_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H4_MERCURY, sizeof(g_VSOP87_H4_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H5_MERCURY, sizeof(g_VSOP87_H5_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_H_MERCURY +{ { + { g_VSOP87_H0_MERCURY.data(), g_VSOP87_H0_MERCURY.size() }, + { g_VSOP87_H1_MERCURY.data(), g_VSOP87_H1_MERCURY.size() }, + { g_VSOP87_H2_MERCURY.data(), g_VSOP87_H2_MERCURY.size() }, + { g_VSOP87_H3_MERCURY.data(), g_VSOP87_H3_MERCURY.size() }, + { g_VSOP87_H4_MERCURY.data(), g_VSOP87_H4_MERCURY.size() }, + { g_VSOP87_H5_MERCURY.data(), g_VSOP87_H5_MERCURY.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_Q_MERCURY[] = -{ - { g_VSOP87_Q0_MERCURY, sizeof(g_VSOP87_Q0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q1_MERCURY, sizeof(g_VSOP87_Q1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q2_MERCURY, sizeof(g_VSOP87_Q2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q3_MERCURY, sizeof(g_VSOP87_Q3_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q4_MERCURY, sizeof(g_VSOP87_Q4_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q5_MERCURY, sizeof(g_VSOP87_Q5_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_Q_MERCURY +{ { + { g_VSOP87_Q0_MERCURY.data(), g_VSOP87_Q0_MERCURY.size() }, + { g_VSOP87_Q1_MERCURY.data(), g_VSOP87_Q1_MERCURY.size() }, + { g_VSOP87_Q2_MERCURY.data(), g_VSOP87_Q2_MERCURY.size() }, + { g_VSOP87_Q3_MERCURY.data(), g_VSOP87_Q3_MERCURY.size() }, + { g_VSOP87_Q4_MERCURY.data(), g_VSOP87_Q4_MERCURY.size() }, + { g_VSOP87_Q5_MERCURY.data(), g_VSOP87_Q5_MERCURY.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_P_MERCURY[] = -{ - { g_VSOP87_P0_MERCURY, sizeof(g_VSOP87_P0_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P1_MERCURY, sizeof(g_VSOP87_P1_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P2_MERCURY, sizeof(g_VSOP87_P2_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P3_MERCURY, sizeof(g_VSOP87_P3_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P4_MERCURY, sizeof(g_VSOP87_P4_MERCURY)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P5_MERCURY, sizeof(g_VSOP87_P5_MERCURY)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_P_MERCURY +{ { + { g_VSOP87_P0_MERCURY.data(), g_VSOP87_P0_MERCURY.size() }, + { g_VSOP87_P1_MERCURY.data(), g_VSOP87_P1_MERCURY.size() }, + { g_VSOP87_P2_MERCURY.data(), g_VSOP87_P2_MERCURY.size() }, + { g_VSOP87_P3_MERCURY.data(), g_VSOP87_P3_MERCURY.size() }, + { g_VSOP87_P4_MERCURY.data(), g_VSOP87_P4_MERCURY.size() }, + { g_VSOP87_P5_MERCURY.data(), g_VSOP87_P5_MERCURY.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87_Mercury::A(double JD) +double CAAVSOP87_Mercury::A(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_A_MERCURY, sizeof(g_VSOP87_A_MERCURY)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87_A_MERCURY.data(), g_VSOP87_A_MERCURY.size(), false); } -double CAAVSOP87_Mercury::L(double JD) +double CAAVSOP87_Mercury::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_L_MERCURY, sizeof(g_VSOP87_L_MERCURY)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_L_MERCURY.data(), g_VSOP87_L_MERCURY.size(), true); } -double CAAVSOP87_Mercury::K(double JD) +double CAAVSOP87_Mercury::K(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_K_MERCURY, sizeof(g_VSOP87_K_MERCURY)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_K_MERCURY.data(), g_VSOP87_K_MERCURY.size(), false); } -double CAAVSOP87_Mercury::H(double JD) +double CAAVSOP87_Mercury::H(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_H_MERCURY, sizeof(g_VSOP87_H_MERCURY)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_H_MERCURY.data(), g_VSOP87_H_MERCURY.size(), false); } -double CAAVSOP87_Mercury::Q(double JD) +double CAAVSOP87_Mercury::Q(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_Q_MERCURY, sizeof(g_VSOP87_Q_MERCURY)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_Q_MERCURY.data(), g_VSOP87_Q_MERCURY.size(), false); } -double CAAVSOP87_Mercury::P(double JD) +double CAAVSOP87_Mercury::P(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_P_MERCURY, sizeof(g_VSOP87_P_MERCURY)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_P_MERCURY.data(), g_VSOP87_P_MERCURY.size(), false); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87_SAT.cpp b/Sources/AAPlus/AAVSOP87_SAT.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87_SAT.cpp rename to Sources/AAPlus/AAVSOP87_SAT.cpp index 165d658..6002357 --- a/Vendor/AA+/1.6.3/AAVSOP87_SAT.cpp +++ b/Sources/AAPlus/AAVSOP87_SAT.cpp @@ -3,8 +3,13 @@ Module : AAVSOP87_SAT.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. + PJN / 10-01-2021 1. Reworked the K, H, Q and P methods to pass false for bAngle to CAAVSOP87::Calculate. + These values are not angular values in the true sense of the word and by passing + false, the values returned are now in exact agreement with the vsop87.chk test + values. Thanks to Cao Yu for reporting this issue. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +30,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87_SAT.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87_A0_SATURN[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87_A0_SATURN +{ { { 9.55490959574, 0.00000000000, 0.00000000000 }, { 0.03363448736, 6.00973673460, 316.39186965660 }, { 0.00354492417, 5.81482665415, 103.09277421860 }, @@ -1524,10 +1534,10 @@ const VSOP87Coefficient g_VSOP87_A0_SATURN[] = { 0.00000000697, 5.36093793912, 1334.72000290120 }, { 0.00000000947, 6.01385229937, 407.47573576480 }, { 0.00000000677, 0.17788353235, 944.98282327580 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A1_SATURN[] = -{ +constexpr array g_VSOP87_A1_SATURN +{ { { 0.00115108584, 1.31913907888, 7.11354700080 }, { 0.00020477409, 5.54887034001, 419.48464387520 }, { 0.00019395929, 3.30487092881, 213.29909543800 }, @@ -2255,10 +2265,10 @@ const VSOP87Coefficient g_VSOP87_A1_SATURN[] = { 0.00000000763, 0.26536481382, 706.81457835510 }, { 0.00000000696, 1.79592462336, 7.86430652620 }, { 0.00000000696, 1.78329975397, 5282.68255694440 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A2_SATURN[] = -{ +constexpr array g_VSOP87_A2_SATURN +{ { { 0.00023754277, 5.89931397638, 7.11354700080 }, { 0.00003334839, 3.25589178410, 309.27832265580 }, { 0.00003067531, 5.60883291989, 323.50541665740 }, @@ -2613,10 +2623,10 @@ const VSOP87Coefficient g_VSOP87_A2_SATURN[] = { 0.00000000741, 3.08180158302, 273.10284047830 }, { 0.00000000694, 1.01399199280, 429.77958461370 }, { 0.00000000803, 4.67164503476, 4532.57894941100 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A3_SATURN[] = -{ +constexpr array g_VSOP87_A3_SATURN +{ { { 0.00003271907, 4.17756548130, 7.11354700080 }, { 0.00000477556, 4.05190593975, 14.22709400160 }, { 0.00000461023, 4.99147561075, 309.27832265580 }, @@ -2779,10 +2789,10 @@ const VSOP87Coefficient g_VSOP87_A3_SATURN[] = { 0.00000000705, 1.64686239997, 202.25339517410 }, { 0.00000000690, 3.98348347662, 1560.61870728060 }, { 0.00000000876, 4.02027540120, 195.13984817330 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A4_SATURN[] = -{ +constexpr array g_VSOP87_A4_SATURN +{ { { 0.00000341473, 2.43564629006, 7.11354700080 }, { 0.00000098116, 2.33594379968, 14.22709400160 }, { 0.00000048086, 0.47013326634, 309.27832265580 }, @@ -2845,10 +2855,10 @@ const VSOP87Coefficient g_VSOP87_A4_SATURN[] = { 0.00000000985, 4.76283360737, 405.25754987360 }, { 0.00000000927, 3.14399512005, 2310.72231481400 }, { 0.00000000688, 4.67541214829, 1368.66025284500 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A5_SATURN[] = -{ +constexpr array g_VSOP87_A5_SATURN +{ { { 0.00000026257, 0.68792247974, 7.11354700080 }, { 0.00000015363, 0.58720885583, 14.22709400160 }, { 0.00000003717, 2.28971221289, 309.27832265580 }, @@ -2862,10 +2872,10 @@ const VSOP87Coefficient g_VSOP87_A5_SATURN[] = { 0.00000001283, 0.03915543315, 412.37109687440 }, { 0.00000000826, 0.82426716419, 831.85574074960 }, { 0.00000000747, 1.39473916181, 206.18554843720 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L0_SATURN[] = -{ +constexpr array g_VSOP87_L0_SATURN +{ { { 0.87401675650, 0.00000000000, 0.00000000000 }, { 0.01411655077, 4.58553469006, 7.11354700080 }, { 0.00259784547, 4.43343036691, 316.39186965660 }, @@ -4597,10 +4607,10 @@ const VSOP87Coefficient g_VSOP87_L0_SATURN[] = { 0.00000000087, 5.22250544750, 845.33207522580 }, { 0.00000000094, 4.14863682094, 96.94243506430 }, { 0.00000000078, 3.83339165178, 954.80468326230 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L1_SATURN[] = -{ +constexpr array g_VSOP87_L1_SATURN +{ { { 213.29909543800, 0.00000000000, 0.00000000000 }, { 0.00563352798, 2.88478561660, 7.11354700080 }, { 0.00014171331, 1.28319722079, 103.09277421860 }, @@ -5467,10 +5477,10 @@ const VSOP87Coefficient g_VSOP87_L1_SATURN[] = { 0.00000000074, 0.92740688567, 1310.39337013970 }, { 0.00000000081, 5.86478038163, 376.19561469690 }, { 0.00000000072, 3.51033531848, 18635.92845453620 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L2_SATURN[] = -{ +constexpr array g_VSOP87_L2_SATURN +{ { { 0.00116235667, 1.17971682406, 7.11354700080 }, { 0.00036659741, 0.00000000000, 0.00000000000 }, { 0.00004235353, 1.04508642603, 14.22709400160 }, @@ -5860,10 +5870,10 @@ const VSOP87Coefficient g_VSOP87_L2_SATURN[] = { 0.00000000078, 5.41599829049, 707.77778620160 }, { 0.00000000083, 1.31118112848, 901.95442652840 }, { 0.00000000081, 5.82899593787, 913.00012679230 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L3_SATURN[] = -{ +constexpr array g_VSOP87_L3_SATURN +{ { { 0.00016010484, 5.73932776276, 7.11354700080 }, { 0.00001153866, 5.61897587419, 14.22709400160 }, { 0.00000165370, 5.11701152226, 3.18139373770 }, @@ -6021,10 +6031,10 @@ const VSOP87Coefficient g_VSOP87_L3_SATURN[] = { 0.00000000095, 6.27266844593, 357.44566660120 }, { 0.00000000087, 4.74909528813, 340.77089204480 }, { 0.00000000076, 4.05746311103, 265.98929347750 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L4_SATURN[] = -{ +constexpr array g_VSOP87_L4_SATURN +{ { { 0.00001658821, 3.99816906699, 7.11354700080 }, { 0.00000234793, 3.90186602545, 14.22709400160 }, { 0.00000009502, 3.71411588596, 21.34064100240 }, @@ -6076,10 +6086,10 @@ const VSOP87Coefficient g_VSOP87_L4_SATURN[] = { 0.00000000212, 2.61283379230, 213.29909543800 }, { 0.00000000217, 0.00000000000, 0.00000000000 }, { 0.00000000079, 0.31907618210, 56.62235130260 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L5_SATURN[] = -{ +constexpr array g_VSOP87_L5_SATURN +{ { { 0.00000123289, 2.25871880597, 7.11354700080 }, { 0.00000033974, 2.16303127621, 14.22709400160 }, { 0.00000000676, 2.85055191626, 199.07200143640 }, @@ -6087,10 +6097,10 @@ const VSOP87Coefficient g_VSOP87_L5_SATURN[] = { 0.00000000307, 1.66011233102, 412.37109687440 }, { 0.00000000227, 2.59576596190, 515.46387109300 }, { 0.00000000216, 5.16278730743, 323.50541665740 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K0_SATURN[] = -{ +constexpr array g_VSOP87_K0_SATURN +{ { { 0.00296003595, 3.14159265359, 0.00000000000 }, { 0.00155326496, 5.16402515606, 7.11354700080 }, { 0.00197268763, 0.59616692002, 529.69096509460 }, @@ -7606,10 +7616,10 @@ const VSOP87Coefficient g_VSOP87_K0_SATURN[] = { 0.00000000078, 2.98215725214, 817.62864674800 }, { 0.00000000072, 1.71855848503, 736.62727305720 }, { 0.00000000081, 3.41439036369, 983.11585891360 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K1_SATURN[] = -{ +constexpr array g_VSOP87_K1_SATURN +{ { { 0.00529602626, 3.14159265359, 0.00000000000 }, { 0.00041825363, 3.46891617076, 7.11354700080 }, { 0.00003861305, 4.51435630426, 110.20632121940 }, @@ -8333,10 +8343,10 @@ const VSOP87Coefficient g_VSOP87_K1_SATURN[] = { 0.00000000076, 5.89649382857, 51962.50718771040 }, { 0.00000000072, 5.97655692566, 5959.57043333400 }, { 0.00000000072, 2.86287052750, 289.56516671360 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K2_SATURN[] = -{ +constexpr array g_VSOP87_K2_SATURN +{ { { 0.00030928405, 0.00000000000, 0.00000000000 }, { 0.00005845583, 1.74297057661, 7.11354700080 }, { 0.00000659964, 1.62806088279, 14.22709400160 }, @@ -8665,10 +8675,10 @@ const VSOP87Coefficient g_VSOP87_K2_SATURN[] = { 0.00000000079, 5.29055594799, 114.39910691340 }, { 0.00000000078, 0.80098841030, 561.18353448360 }, { 0.00000000071, 6.17263463975, 543.02428721890 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K3_SATURN[] = -{ +constexpr array g_VSOP87_K3_SATURN +{ { { 0.00001296215, 0.00000000000, 0.00000000000 }, { 0.00000545551, 6.25563367048, 7.11354700080 }, { 0.00000149861, 6.20191648890, 14.22709400160 }, @@ -8798,10 +8808,10 @@ const VSOP87Coefficient g_VSOP87_K3_SATURN[] = { 0.00000000077, 2.40226447331, 127.47179660680 }, { 0.00000000077, 1.61858837248, 333.65734504400 }, { 0.00000000074, 0.57109261078, 347.88443904560 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K4_SATURN[] = -{ +constexpr array g_VSOP87_K4_SATURN +{ { { 0.00000059959, 3.14159265359, 0.00000000000 }, { 0.00000038035, 4.48314609111, 7.11354700080 }, { 0.00000024716, 4.47552473928, 14.22709400160 }, @@ -8843,17 +8853,17 @@ const VSOP87Coefficient g_VSOP87_K4_SATURN[] = { 0.00000000185, 2.80722892545, 543.91805909620 }, { 0.00000000197, 3.62426552747, 1567.73225428140 }, { 0.00000000181, 3.56757213854, 1375.77379984580 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K5_SATURN[] = -{ +constexpr array g_VSOP87_K5_SATURN +{ { { 0.00000002440, 2.74821614407, 14.22709400160 }, { 0.00000000498, 1.31514855858, 88.86568021700 }, { 0.00000000266, 1.08717956670, 95.97922721780 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H0_SATURN[] = -{ +constexpr array g_VSOP87_H0_SATURN +{ { { 0.05542964254, 0.00000000000, 0.00000000000 }, { 0.00154553684, 3.59447132230, 7.11354700080 }, { 0.00196887619, 5.31528897782, 529.69096509460 }, @@ -10357,10 +10367,10 @@ const VSOP87Coefficient g_VSOP87_H0_SATURN[] = { 0.00000000078, 4.56834492241, 817.62864674800 }, { 0.00000000087, 1.41311071795, 200.55647414470 }, { 0.00000000090, 0.05069302876, 3494.53766022420 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H1_SATURN[] = -{ +constexpr array g_VSOP87_H1_SATURN +{ { { 0.00375593887, 3.14159265359, 0.00000000000 }, { 0.00041501368, 1.90158625579, 7.11354700080 }, { 0.00004266149, 2.73559155724, 110.20632121940 }, @@ -11074,10 +11084,10 @@ const VSOP87Coefficient g_VSOP87_H1_SATURN[] = { 0.00000000077, 2.57417183392, 563.63121503840 }, { 0.00000000072, 1.29133781308, 289.56516671360 }, { 0.00000000074, 2.16544102998, 295.19424100610 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H2_SATURN[] = -{ +constexpr array g_VSOP87_H2_SATURN +{ { { 0.00031990236, 3.14159265359, 0.00000000000 }, { 0.00005775783, 0.17981518193, 7.11354700080 }, { 0.00000657289, 0.05011130497, 14.22709400160 }, @@ -11392,10 +11402,10 @@ const VSOP87Coefficient g_VSOP87_H2_SATURN[] = { 0.00000000081, 3.38267007904, 556.51766803760 }, { 0.00000000079, 5.74769967396, 570.74476203920 }, { 0.00000000079, 3.71984180278, 114.39910691340 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H3_SATURN[] = -{ +constexpr array g_VSOP87_H3_SATURN +{ { { 0.00001598633, 0.00000000000, 0.00000000000 }, { 0.00000535978, 4.69648491816, 7.11354700080 }, { 0.00000149460, 4.61547942713, 14.22709400160 }, @@ -11522,10 +11532,10 @@ const VSOP87Coefficient g_VSOP87_H3_SATURN[] = { 0.00000000077, 4.27481663992, 134.58534360760 }, { 0.00000000074, 4.14284791130, 127.47179660680 }, { 0.00000000075, 3.16818620262, 333.65734504400 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H4_SATURN[] = -{ +constexpr array g_VSOP87_H4_SATURN +{ { { 0.00000038337, 2.87536293355, 7.11354700080 }, { 0.00000032451, 0.00000000000, 0.00000000000 }, { 0.00000023823, 2.87705110474, 14.22709400160 }, @@ -11569,17 +11579,17 @@ const VSOP87Coefficient g_VSOP87_H4_SATURN[] = { 0.00000000197, 5.71444324108, 942.06206196900 }, { 0.00000000176, 1.25800631418, 543.91805909620 }, { 0.00000000191, 5.15392216094, 1567.73225428140 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H5_SATURN[] = -{ +constexpr array g_VSOP87_H5_SATURN +{ { { 0.00000002360, 1.21537636736, 14.22709400160 }, { 0.00000000529, 3.09025869729, 88.86568021700 }, { 0.00000000371, 3.26777015540, 95.97922721780 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q0_SATURN[] = -{ +constexpr array g_VSOP87_Q0_SATURN +{ { { 0.00871747436, 3.14159265359, 0.00000000000 }, { 0.00002058688, 5.23320611640, 7.11354700080 }, { 0.00000728561, 0.38737907630, 316.39186965660 }, @@ -11842,10 +11852,10 @@ const VSOP87Coefficient g_VSOP87_Q0_SATURN[] = { 0.00000000083, 3.35118443808, 124.43341522100 }, { 0.00000000082, 2.15819072849, 3899.79521009780 }, { 0.00000000073, 0.61482974412, 264.50482076920 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q1_SATURN[] = -{ +constexpr array g_VSOP87_Q1_SATURN +{ { { 0.00080171499, 0.00000000000, 0.00000000000 }, { 0.00000105708, 2.50888031392, 316.39186965660 }, { 0.00000088141, 1.31325699145, 110.20632121940 }, @@ -11973,10 +11983,10 @@ const VSOP87Coefficient g_VSOP87_Q1_SATURN[] = { 0.00000000087, 1.30617652367, 350.33211960040 }, { 0.00000000081, 4.43094666261, 703.63318461740 }, { 0.00000000087, 2.09544681905, 362.86229257260 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q2_SATURN[] = -{ +constexpr array g_VSOP87_Q2_SATURN +{ { { 0.00004142282, 0.00000000000, 0.00000000000 }, { 0.00000011362, 4.90853994849, 7.11354700080 }, { 0.00000006318, 3.66391514250, 316.39186965660 }, @@ -12022,10 +12032,10 @@ const VSOP87Coefficient g_VSOP87_Q2_SATURN[] = { 0.00000000130, 3.70748326888, 956.28915597060 }, { 0.00000000116, 0.78240517816, 2001.44399215820 }, { 0.00000000112, 3.08142228167, 117.31986822020 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q3_SATURN[] = -{ +constexpr array g_VSOP87_Q3_SATURN +{ { { 0.00000196049, 3.14159265359, 0.00000000000 }, { 0.00000000620, 3.01125455599, 103.09277421860 }, { 0.00000000602, 4.22569324461, 110.20632121940 }, @@ -12036,15 +12046,15 @@ const VSOP87Coefficient g_VSOP87_Q3_SATURN[] = { 0.00000000256, 5.82865184398, 309.27832265580 }, { 0.00000000193, 2.93857886922, 419.48464387520 }, { 0.00000000136, 3.95726117181, 426.59819087600 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q4_SATURN[] = -{ +constexpr array g_VSOP87_Q4_SATURN +{ { { 0.00000009439, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P0_SATURN[] = -{ +constexpr array g_VSOP87_P0_SATURN +{ { { 0.01989147301, 0.00000000000, 0.00000000000 }, { 0.00002063161, 3.60620665217, 7.11354700080 }, { 0.00000844341, 2.43897824481, 316.39186965660 }, @@ -12305,10 +12315,10 @@ const VSOP87Coefficient g_VSOP87_P0_SATURN[] = { 0.00000000073, 3.94449988688, 606.76018552230 }, { 0.00000000072, 2.50629743599, 731.94436026870 }, { 0.00000000088, 1.38962847916, 894.84087952760 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P1_SATURN[] = -{ +constexpr array g_VSOP87_P1_SATURN +{ { { 0.00059439766, 0.00000000000, 0.00000000000 }, { 0.00000092546, 3.49987224415, 316.39186965660 }, { 0.00000084966, 6.09753966996, 110.20632121940 }, @@ -12438,10 +12448,10 @@ const VSOP87Coefficient g_VSOP87_P1_SATURN[] = { 0.00000000088, 0.04537584860, 479.28838891550 }, { 0.00000000080, 2.85349348791, 703.63318461740 }, { 0.00000000086, 0.54331530295, 362.86229257260 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P2_SATURN[] = -{ +constexpr array g_VSOP87_P2_SATURN +{ { { 0.00005235117, 3.14159265359, 0.00000000000 }, { 0.00000011219, 3.58695503002, 7.11354700080 }, { 0.00000007374, 5.52116818674, 316.39186965660 }, @@ -12487,10 +12497,10 @@ const VSOP87Coefficient g_VSOP87_P2_SATURN[] = { 0.00000000146, 3.01677003850, 1045.15483618760 }, { 0.00000000160, 2.06485570415, 1685.05212250160 }, { 0.00000000150, 0.55769819330, 117.31986822020 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P3_SATURN[] = -{ +constexpr array g_VSOP87_P3_SATURN +{ { { 0.00000127219, 3.14159265359, 0.00000000000 }, { 0.00000000737, 5.81270349442, 103.09277421860 }, { 0.00000000576, 2.59727358859, 110.20632121940 }, @@ -12500,101 +12510,100 @@ const VSOP87Coefficient g_VSOP87_P3_SATURN[] = { 0.00000000228, 5.43795259009, 419.48464387520 }, { 0.00000000255, 1.12141675976, 309.27832265580 }, { 0.00000000202, 0.33687928347, 316.39186965660 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P4_SATURN[] = -{ +constexpr array g_VSOP87_P4_SATURN +{ { { 0.00000008295, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87_A_SATURN[] = -{ - { g_VSOP87_A0_SATURN, sizeof(g_VSOP87_A0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A1_SATURN, sizeof(g_VSOP87_A1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A2_SATURN, sizeof(g_VSOP87_A2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A3_SATURN, sizeof(g_VSOP87_A3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A4_SATURN, sizeof(g_VSOP87_A4_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A5_SATURN, sizeof(g_VSOP87_A5_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_A_SATURN +{ { + { g_VSOP87_A0_SATURN.data(), g_VSOP87_A0_SATURN.size() }, + { g_VSOP87_A1_SATURN.data(), g_VSOP87_A1_SATURN.size() }, + { g_VSOP87_A2_SATURN.data(), g_VSOP87_A2_SATURN.size() }, + { g_VSOP87_A3_SATURN.data(), g_VSOP87_A3_SATURN.size() }, + { g_VSOP87_A4_SATURN.data(), g_VSOP87_A4_SATURN.size() }, + { g_VSOP87_A5_SATURN.data(), g_VSOP87_A5_SATURN.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_L_SATURN[] = -{ - { g_VSOP87_L0_SATURN, sizeof(g_VSOP87_L0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L1_SATURN, sizeof(g_VSOP87_L1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L2_SATURN, sizeof(g_VSOP87_L2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L3_SATURN, sizeof(g_VSOP87_L3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L4_SATURN, sizeof(g_VSOP87_L4_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L5_SATURN, sizeof(g_VSOP87_L5_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_L_SATURN +{ { + { g_VSOP87_L0_SATURN.data(), g_VSOP87_L0_SATURN.size() }, + { g_VSOP87_L1_SATURN.data(), g_VSOP87_L1_SATURN.size() }, + { g_VSOP87_L2_SATURN.data(), g_VSOP87_L2_SATURN.size() }, + { g_VSOP87_L3_SATURN.data(), g_VSOP87_L3_SATURN.size() }, + { g_VSOP87_L4_SATURN.data(), g_VSOP87_L4_SATURN.size() }, + { g_VSOP87_L5_SATURN.data(), g_VSOP87_L5_SATURN.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_K_SATURN[] = -{ - { g_VSOP87_K0_SATURN, sizeof(g_VSOP87_K0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K1_SATURN, sizeof(g_VSOP87_K1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K2_SATURN, sizeof(g_VSOP87_K2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K3_SATURN, sizeof(g_VSOP87_K3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K4_SATURN, sizeof(g_VSOP87_K4_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K5_SATURN, sizeof(g_VSOP87_K5_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_K_SATURN +{ { + { g_VSOP87_K0_SATURN.data(), g_VSOP87_K0_SATURN.size() }, + { g_VSOP87_K1_SATURN.data(), g_VSOP87_K1_SATURN.size() }, + { g_VSOP87_K2_SATURN.data(), g_VSOP87_K2_SATURN.size() }, + { g_VSOP87_K3_SATURN.data(), g_VSOP87_K3_SATURN.size() }, + { g_VSOP87_K4_SATURN.data(), g_VSOP87_K4_SATURN.size() }, + { g_VSOP87_K5_SATURN.data(), g_VSOP87_K5_SATURN.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_H_SATURN[] = -{ - { g_VSOP87_H0_SATURN, sizeof(g_VSOP87_H0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H1_SATURN, sizeof(g_VSOP87_H1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H2_SATURN, sizeof(g_VSOP87_H2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H3_SATURN, sizeof(g_VSOP87_H3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H4_SATURN, sizeof(g_VSOP87_H4_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H5_SATURN, sizeof(g_VSOP87_H5_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_H_SATURN +{ { + { g_VSOP87_H0_SATURN.data(), g_VSOP87_H0_SATURN.size() }, + { g_VSOP87_H1_SATURN.data(), g_VSOP87_H1_SATURN.size() }, + { g_VSOP87_H2_SATURN.data(), g_VSOP87_H2_SATURN.size() }, + { g_VSOP87_H3_SATURN.data(), g_VSOP87_H3_SATURN.size() }, + { g_VSOP87_H4_SATURN.data(), g_VSOP87_H4_SATURN.size() }, + { g_VSOP87_H5_SATURN.data(), g_VSOP87_H5_SATURN.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_Q_SATURN[] = -{ - { g_VSOP87_Q0_SATURN, sizeof(g_VSOP87_Q0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q1_SATURN, sizeof(g_VSOP87_Q1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q2_SATURN, sizeof(g_VSOP87_Q2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q3_SATURN, sizeof(g_VSOP87_Q3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q4_SATURN, sizeof(g_VSOP87_Q4_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_Q_SATURN +{ { + { g_VSOP87_Q0_SATURN.data(), g_VSOP87_Q0_SATURN.size() }, + { g_VSOP87_Q1_SATURN.data(), g_VSOP87_Q1_SATURN.size() }, + { g_VSOP87_Q2_SATURN.data(), g_VSOP87_Q2_SATURN.size() }, + { g_VSOP87_Q3_SATURN.data(), g_VSOP87_Q3_SATURN.size() }, + { g_VSOP87_Q4_SATURN.data(), g_VSOP87_Q4_SATURN.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_P_SATURN[] = -{ - { g_VSOP87_P0_SATURN, sizeof(g_VSOP87_P0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P1_SATURN, sizeof(g_VSOP87_P1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P2_SATURN, sizeof(g_VSOP87_P2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P3_SATURN, sizeof(g_VSOP87_P3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P4_SATURN, sizeof(g_VSOP87_P4_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_P_SATURN +{ { + { g_VSOP87_P0_SATURN.data(), g_VSOP87_P0_SATURN.size() }, + { g_VSOP87_P1_SATURN.data(), g_VSOP87_P1_SATURN.size() }, + { g_VSOP87_P2_SATURN.data(), g_VSOP87_P2_SATURN.size() }, + { g_VSOP87_P3_SATURN.data(), g_VSOP87_P3_SATURN.size() }, + { g_VSOP87_P4_SATURN.data(), g_VSOP87_P4_SATURN.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87_Saturn::A(double JD) +double CAAVSOP87_Saturn::A(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_A_SATURN, sizeof(g_VSOP87_A_SATURN)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87_A_SATURN.data(), g_VSOP87_A_SATURN.size(), false); } -double CAAVSOP87_Saturn::L(double JD) +double CAAVSOP87_Saturn::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_L_SATURN, sizeof(g_VSOP87_L_SATURN)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_L_SATURN.data(), g_VSOP87_L_SATURN.size(), true); } -double CAAVSOP87_Saturn::K(double JD) +double CAAVSOP87_Saturn::K(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_K_SATURN, sizeof(g_VSOP87_K_SATURN)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_K_SATURN.data(), g_VSOP87_K_SATURN.size(), false); } -double CAAVSOP87_Saturn::H(double JD) +double CAAVSOP87_Saturn::H(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_H_SATURN, sizeof(g_VSOP87_H_SATURN)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_H_SATURN.data(), g_VSOP87_H_SATURN.size(), false); } -double CAAVSOP87_Saturn::Q(double JD) +double CAAVSOP87_Saturn::Q(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_Q_SATURN, sizeof(g_VSOP87_Q_SATURN)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_Q_SATURN.data(), g_VSOP87_Q_SATURN.size(), false); } -double CAAVSOP87_Saturn::P(double JD) +double CAAVSOP87_Saturn::P(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_P_SATURN, sizeof(g_VSOP87_P_SATURN)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_P_SATURN.data(), g_VSOP87_P_SATURN.size(), false); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87_VEN.cpp b/Sources/AAPlus/AAVSOP87_VEN.cpp old mode 100755 new mode 100644 similarity index 96% rename from Vendor/AA+/1.6.3/AAVSOP87_VEN.cpp rename to Sources/AAPlus/AAVSOP87_VEN.cpp index b88b85d..2a29fe6 --- a/Vendor/AA+/1.6.3/AAVSOP87_VEN.cpp +++ b/Sources/AAPlus/AAVSOP87_VEN.cpp @@ -3,8 +3,13 @@ Module : AAVSOP87_VEN.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. + PJN / 10-01-2021 1. Reworked the K, H, Q and P methods to pass false for bAngle to CAAVSOP87::Calculate. + These values are not angular values in the true sense of the word and by passing + false, the values returned are now in exact agreement with the vsop87.chk test + values. Thanks to Cao Yu for reporting this issue. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +30,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87_VEN.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87_A0_VENUS[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87_A0_VENUS +{ { { 0.72332981996, 0.00000000000, 0.00000000000 }, { 0.00000432219, 2.84552760786, 7860.41939243920 }, { 0.00000293981, 5.15392250791, 19367.18916223280 }, @@ -340,10 +350,10 @@ const VSOP87Coefficient g_VSOP87_A0_VENUS[] = { 0.00000000028, 4.97657046942, 9411.46461508720 }, { 0.00000000027, 1.31410802785, 83309.92623193559 }, { 0.00000000036, 0.69878245136, 106115.66179792916 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A1_VENUS[] = -{ +constexpr array g_VSOP87_A1_VENUS +{ { { 0.00000009383, 4.54283615945, 1577.34354244780 }, { 0.00000003422, 5.97031203836, 5507.55323866740 }, { 0.00000002602, 5.68115989357, 18837.49819713819 }, @@ -512,10 +522,10 @@ const VSOP87Coefficient g_VSOP87_A1_VENUS[] = { 0.00000000014, 2.30497466623, 17085.95866572220 }, { 0.00000000014, 5.38161097951, 23958.63178523340 }, { 0.00000000014, 2.84542811749, 574.34479833480 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A2_VENUS[] = -{ +constexpr array g_VSOP87_A2_VENUS +{ { { 0.00000000434, 6.23902557676, 1577.34354244780 }, { 0.00000000412, 2.42062289972, 775.52261132400 }, { 0.00000000157, 1.38147987773, 5507.55323866740 }, @@ -568,10 +578,10 @@ const VSOP87Coefficient g_VSOP87_A2_VENUS[] = { 0.00000000007, 3.79410387668, 19573.37471066999 }, { 0.00000000009, 5.87731459817, 11790.62908865880 }, { 0.00000000007, 0.38058017226, 25934.12433108940 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L0_VENUS[] = -{ +constexpr array g_VSOP87_L0_VENUS +{ { { 3.17614669689, 0.00000000000, 0.00000000000 }, { 0.00002003673, 4.41634412285, 7860.41939243920 }, { 0.00001974219, 2.99373531667, 3930.20969621960 }, @@ -1071,10 +1081,10 @@ const VSOP87Coefficient g_VSOP87_L0_VENUS[] = { 0.00000000038, 2.74498790436, 51449.32426327820 }, { 0.00000000038, 5.86060916971, 625.62513619720 }, { 0.00000000045, 5.44920090134, 2.96894541660 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L1_VENUS[] = -{ +constexpr array g_VSOP87_L1_VENUS +{ { { 10213.28554621100, 0.00000000000, 0.00000000000 }, { 0.00000147221, 6.10436974053, 1577.34354244780 }, { 0.00000173922, 2.65539758046, 26.29831979980 }, @@ -1276,10 +1286,10 @@ const VSOP87Coefficient g_VSOP87_L1_VENUS[] = { 0.00000000035, 2.97358065883, 14919.01785375460 }, { 0.00000000047, 2.83305128960, 27461.71084806540 }, { 0.00000000042, 5.78140349359, 37674.99639427640 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L2_VENUS[] = -{ +constexpr array g_VSOP87_L2_VENUS +{ { { 0.00000287889, 0.00000000000, 0.00000000000 }, { 0.00000023840, 2.04592287750, 26.29831979980 }, { 0.00000009926, 3.96998987471, 775.52261132400 }, @@ -1323,15 +1333,15 @@ const VSOP87Coefficient g_VSOP87_L2_VENUS[] = { 0.00000000043, 4.89773557933, 28286.99048486120 }, { 0.00000000037, 4.74267238088, 28521.09277825460 }, { 0.00000000038, 0.51768730374, 1551.04522264800 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L3_VENUS[] = -{ +constexpr array g_VSOP87_L3_VENUS +{ { { 0.00000003038, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K0_VENUS[] = -{ +constexpr array g_VSOP87_K0_VENUS +{ { { 0.00449282133, 3.14159265359, 0.00000000000 }, { 0.00002247401, 1.09074471887, 1577.34354244780 }, { 0.00001705727, 3.47431815156, 2352.86615377180 }, @@ -1774,10 +1784,10 @@ const VSOP87Coefficient g_VSOP87_K0_VENUS[] = { 0.00000000038, 1.66827071207, 85034.42002596818 }, { 0.00000000043, 2.23521917336, 28418.00000403600 }, { 0.00000000036, 3.21465119311, 48108.71183657840 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K1_VENUS[] = -{ +constexpr array g_VSOP87_K1_VENUS +{ { { 0.00031259019, 0.00000000000, 0.00000000000 }, { 0.00000029898, 5.20863208298, 775.52261132400 }, { 0.00000012622, 4.48811780661, 191.44826611160 }, @@ -1936,10 +1946,10 @@ const VSOP87Coefficient g_VSOP87_K1_VENUS[] = { 0.00000000036, 2.26314199065, 9050.81084180320 }, { 0.00000000035, 6.11210760796, 32243.49850088060 }, { 0.00000000037, 0.66400423819, 3532.06069281140 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K2_VENUS[] = -{ +constexpr array g_VSOP87_K2_VENUS +{ { { 0.00000604065, 0.00000000000, 0.00000000000 }, { 0.00000001386, 3.51906424408, 775.52261132400 }, { 0.00000000494, 6.07393164435, 191.44826611160 }, @@ -1968,25 +1978,25 @@ const VSOP87Coefficient g_VSOP87_K2_VENUS[] = { 0.00000000046, 4.84564953792, 8662.24032356300 }, { 0.00000000037, 4.62949248708, 5507.55323866740 }, { 0.00000000045, 5.69096597731, 10988.80815753500 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K3_VENUS[] = -{ +constexpr array g_VSOP87_K3_VENUS +{ { { 0.00000068351, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K4_VENUS[] = -{ +constexpr array g_VSOP87_K4_VENUS +{ { { 0.00000000494, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K5_VENUS[] = -{ +constexpr array g_VSOP87_K5_VENUS +{ { { 0.00000000060, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H0_VENUS[] = -{ +constexpr array g_VSOP87_H0_VENUS +{ { { 0.00506684726, 0.00000000000, 0.00000000000 }, { 0.00002230653, 2.66432207509, 1577.34354244780 }, { 0.00001690127, 1.89924451370, 2352.86615377180 }, @@ -2426,10 +2436,10 @@ const VSOP87Coefficient g_VSOP87_H0_VENUS[] = { 0.00000000042, 5.43176864862, 41427.48698317880 }, { 0.00000000036, 2.56592879100, 86143.79857806159 }, { 0.00000000036, 4.96639815151, 38086.87455647900 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H1_VENUS[] = -{ +constexpr array g_VSOP87_H1_VENUS +{ { { 0.00036121239, 3.14159265359, 0.00000000000 }, { 0.00000030055, 3.64543939483, 775.52261132400 }, { 0.00000012811, 6.04301367201, 191.44826611160 }, @@ -2597,10 +2607,10 @@ const VSOP87Coefficient g_VSOP87_H1_VENUS[] = { 0.00000000047, 6.11836706074, 5481.25491886760 }, { 0.00000000036, 1.84716742290, 19573.37471066999 }, { 0.00000000049, 1.34156861940, 28286.99048486120 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H2_VENUS[] = -{ +constexpr array g_VSOP87_H2_VENUS +{ { { 0.00001846764, 0.00000000000, 0.00000000000 }, { 0.00000001380, 1.93823239419, 775.52261132400 }, { 0.00000000514, 1.30312465089, 191.44826611160 }, @@ -2626,25 +2636,25 @@ const VSOP87Coefficient g_VSOP87_H2_VENUS[] = { 0.00000000067, 5.11428836342, 9153.90361602180 }, { 0.00000000046, 0.62519044795, 14945.31617355440 }, { 0.00000000046, 0.14008732870, 8662.24032356300 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H3_VENUS[] = -{ +constexpr array g_VSOP87_H3_VENUS +{ { { 0.00000003281, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H4_VENUS[] = -{ +constexpr array g_VSOP87_H4_VENUS +{ { { 0.00000000614, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H5_VENUS[] = -{ +constexpr array g_VSOP87_H5_VENUS +{ { { 0.00000000017, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q0_VENUS[] = -{ +constexpr array g_VSOP87_Q0_VENUS +{ { { 0.00682410142, 0.00000000000, 0.00000000000 }, { 0.00000068669, 4.17788909303, 775.52261132400 }, { 0.00000038043, 0.08593496588, 1059.38193018920 }, @@ -2808,10 +2818,10 @@ const VSOP87Coefficient g_VSOP87_Q0_VENUS[] = { 0.00000000043, 0.37119553579, 68050.42387851159 }, { 0.00000000040, 0.09087085230, 6770.71060124560 }, { 0.00000000043, 5.35234008369, 28313.28880466100 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q1_VENUS[] = -{ +constexpr array g_VSOP87_Q1_VENUS +{ { { 0.00138133826, 0.00000000000, 0.00000000000 }, { 0.00000006004, 5.68914736726, 775.52261132400 }, { 0.00000003214, 1.30088159339, 1059.38193018920 }, @@ -2864,10 +2874,10 @@ const VSOP87Coefficient g_VSOP87_Q1_VENUS[] = { 0.00000000048, 2.50540091263, 44007.82926973960 }, { 0.00000000044, 2.94064992792, 22003.91463486980 }, { 0.00000000037, 1.36554646187, 31441.67756975680 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q2_VENUS[] = -{ +constexpr array g_VSOP87_Q2_VENUS +{ { { 0.00001090942, 3.14159265359, 0.00000000000 }, { 0.00000000223, 1.02858748170, 775.52261132400 }, { 0.00000000167, 2.98104573330, 3930.20969621960 }, @@ -2878,25 +2888,25 @@ const VSOP87Coefficient g_VSOP87_Q2_VENUS[] = { 0.00000000043, 2.23755424860, 26.29831979980 }, { 0.00000000053, 2.21417479830, 529.69096509460 }, { 0.00000000042, 3.52522950509, 3154.68708489560 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q3_VENUS[] = -{ +constexpr array g_VSOP87_Q3_VENUS +{ { { 0.00000186418, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q4_VENUS[] = -{ +constexpr array g_VSOP87_Q4_VENUS +{ { { 0.00000000602, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q5_VENUS[] = -{ +constexpr array g_VSOP87_Q5_VENUS +{ { { 0.00000000075, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P0_VENUS[] = -{ +constexpr array g_VSOP87_P0_VENUS +{ { { 0.02882285775, 0.00000000000, 0.00000000000 }, { 0.00000071320, 2.62014485879, 775.52261132400 }, { 0.00000037630, 4.80305842460, 1059.38193018920 }, @@ -3052,10 +3062,10 @@ const VSOP87Coefficient g_VSOP87_P0_VENUS[] = { 0.00000000038, 4.37098795582, 1581.95934828300 }, { 0.00000000041, 4.99767352460, 46386.99374331120 }, { 0.00000000050, 4.43864904072, 316.39186965660 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P1_VENUS[] = -{ +constexpr array g_VSOP87_P1_VENUS +{ { { 0.00040384791, 3.14159265359, 0.00000000000 }, { 0.00000006353, 4.16194991617, 775.52261132400 }, { 0.00000003895, 2.98553634266, 3930.20969621960 }, @@ -3112,10 +3122,10 @@ const VSOP87Coefficient g_VSOP87_P1_VENUS[] = { 0.00000000047, 4.16229296574, 3128.38876509580 }, { 0.00000000044, 1.23848408809, 22805.73556599360 }, { 0.00000000049, 3.19162512474, 39302.09696219600 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P2_VENUS[] = -{ +constexpr array g_VSOP87_P2_VENUS +{ { { 0.00006232891, 3.14159265359, 0.00000000000 }, { 0.00000000287, 5.82597885387, 775.52261132400 }, { 0.00000000160, 1.16342113482, 1059.38193018920 }, @@ -3124,108 +3134,107 @@ const VSOP87Coefficient g_VSOP87_P2_VENUS[] = { 0.00000000048, 0.00441648853, 1577.34354244780 }, { 0.00000000045, 3.76783130715, 26.29831979980 }, { 0.00000000040, 2.35649429882, 8635.94200376320 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P3_VENUS[] = -{ +constexpr array g_VSOP87_P3_VENUS +{ { { 0.00000024731, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P4_VENUS[] = -{ +constexpr array g_VSOP87_P4_VENUS +{ { { 0.00000004229, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P5_VENUS[] = -{ +constexpr array g_VSOP87_P5_VENUS +{ { { 0.00000000006, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87_A_VENUS[] = -{ - { g_VSOP87_A0_VENUS, sizeof(g_VSOP87_A0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A1_VENUS, sizeof(g_VSOP87_A1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A2_VENUS, sizeof(g_VSOP87_A2_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_A_VENUS +{ { + { g_VSOP87_A0_VENUS.data(), g_VSOP87_A0_VENUS.size() }, + { g_VSOP87_A1_VENUS.data(), g_VSOP87_A1_VENUS.size() }, + { g_VSOP87_A2_VENUS.data(), g_VSOP87_A2_VENUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_L_VENUS[] = -{ - { g_VSOP87_L0_VENUS, sizeof(g_VSOP87_L0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L1_VENUS, sizeof(g_VSOP87_L1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L2_VENUS, sizeof(g_VSOP87_L2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L3_VENUS, sizeof(g_VSOP87_L3_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_L_VENUS +{ { + { g_VSOP87_L0_VENUS.data(), g_VSOP87_L0_VENUS.size() }, + { g_VSOP87_L1_VENUS.data(), g_VSOP87_L1_VENUS.size() }, + { g_VSOP87_L2_VENUS.data(), g_VSOP87_L2_VENUS.size() }, + { g_VSOP87_L3_VENUS.data(), g_VSOP87_L3_VENUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_K_VENUS[] = -{ - { g_VSOP87_K0_VENUS, sizeof(g_VSOP87_K0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K1_VENUS, sizeof(g_VSOP87_K1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K2_VENUS, sizeof(g_VSOP87_K2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K3_VENUS, sizeof(g_VSOP87_K3_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K4_VENUS, sizeof(g_VSOP87_K4_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K5_VENUS, sizeof(g_VSOP87_K5_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_K_VENUS +{ { + { g_VSOP87_K0_VENUS.data(), g_VSOP87_K0_VENUS.size() }, + { g_VSOP87_K1_VENUS.data(), g_VSOP87_K1_VENUS.size() }, + { g_VSOP87_K2_VENUS.data(), g_VSOP87_K2_VENUS.size() }, + { g_VSOP87_K3_VENUS.data(), g_VSOP87_K3_VENUS.size() }, + { g_VSOP87_K4_VENUS.data(), g_VSOP87_K4_VENUS.size() }, + { g_VSOP87_K5_VENUS.data(), g_VSOP87_K5_VENUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_H_VENUS[] = -{ - { g_VSOP87_H0_VENUS, sizeof(g_VSOP87_H0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H1_VENUS, sizeof(g_VSOP87_H1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H2_VENUS, sizeof(g_VSOP87_H2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H3_VENUS, sizeof(g_VSOP87_H3_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H4_VENUS, sizeof(g_VSOP87_H4_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H5_VENUS, sizeof(g_VSOP87_H5_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_H_VENUS +{ { + { g_VSOP87_H0_VENUS.data(), g_VSOP87_H0_VENUS.size() }, + { g_VSOP87_H1_VENUS.data(), g_VSOP87_H1_VENUS.size() }, + { g_VSOP87_H2_VENUS.data(), g_VSOP87_H2_VENUS.size() }, + { g_VSOP87_H3_VENUS.data(), g_VSOP87_H3_VENUS.size() }, + { g_VSOP87_H4_VENUS.data(), g_VSOP87_H4_VENUS.size() }, + { g_VSOP87_H5_VENUS.data(), g_VSOP87_H5_VENUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_Q_VENUS[] = -{ - { g_VSOP87_Q0_VENUS, sizeof(g_VSOP87_Q0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q1_VENUS, sizeof(g_VSOP87_Q1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q2_VENUS, sizeof(g_VSOP87_Q2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q3_VENUS, sizeof(g_VSOP87_Q3_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q4_VENUS, sizeof(g_VSOP87_Q4_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q5_VENUS, sizeof(g_VSOP87_Q5_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_Q_VENUS +{ { + { g_VSOP87_Q0_VENUS.data(), g_VSOP87_Q0_VENUS.size() }, + { g_VSOP87_Q1_VENUS.data(), g_VSOP87_Q1_VENUS.size() }, + { g_VSOP87_Q2_VENUS.data(), g_VSOP87_Q2_VENUS.size() }, + { g_VSOP87_Q3_VENUS.data(), g_VSOP87_Q3_VENUS.size() }, + { g_VSOP87_Q4_VENUS.data(), g_VSOP87_Q4_VENUS.size() }, + { g_VSOP87_Q5_VENUS.data(), g_VSOP87_Q5_VENUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_P_VENUS[] = -{ - { g_VSOP87_P0_VENUS, sizeof(g_VSOP87_P0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P1_VENUS, sizeof(g_VSOP87_P1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P2_VENUS, sizeof(g_VSOP87_P2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P3_VENUS, sizeof(g_VSOP87_P3_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P4_VENUS, sizeof(g_VSOP87_P4_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P5_VENUS, sizeof(g_VSOP87_P5_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_P_VENUS +{ { + { g_VSOP87_P0_VENUS.data(), g_VSOP87_P0_VENUS.size() }, + { g_VSOP87_P1_VENUS.data(), g_VSOP87_P1_VENUS.size() }, + { g_VSOP87_P2_VENUS.data(), g_VSOP87_P2_VENUS.size() }, + { g_VSOP87_P3_VENUS.data(), g_VSOP87_P3_VENUS.size() }, + { g_VSOP87_P4_VENUS.data(), g_VSOP87_P4_VENUS.size() }, + { g_VSOP87_P5_VENUS.data(), g_VSOP87_P5_VENUS.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87_Venus::A(double JD) +double CAAVSOP87_Venus::A(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_A_VENUS, sizeof(g_VSOP87_A_VENUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87_A_VENUS.data(), g_VSOP87_A_VENUS.size(), false); } -double CAAVSOP87_Venus::L(double JD) +double CAAVSOP87_Venus::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_L_VENUS, sizeof(g_VSOP87_L_VENUS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_L_VENUS.data(), g_VSOP87_L_VENUS.size(), true); } -double CAAVSOP87_Venus::K(double JD) +double CAAVSOP87_Venus::K(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_K_VENUS, sizeof(g_VSOP87_K_VENUS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_K_VENUS.data(), g_VSOP87_K_VENUS.size(), false); } -double CAAVSOP87_Venus::H(double JD) +double CAAVSOP87_Venus::H(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_H_VENUS, sizeof(g_VSOP87_H_VENUS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_H_VENUS.data(), g_VSOP87_H_VENUS.size(), false); } -double CAAVSOP87_Venus::Q(double JD) +double CAAVSOP87_Venus::Q(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_Q_VENUS, sizeof(g_VSOP87_Q_VENUS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_Q_VENUS.data(), g_VSOP87_Q_VENUS.size(), false); } -double CAAVSOP87_Venus::P(double JD) +double CAAVSOP87_Venus::P(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_P_VENUS, sizeof(g_VSOP87_P_VENUS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_P_VENUS.data(), g_VSOP87_P_VENUS.size(), false); } - diff --git a/Sources/AAPlus/AAVenus.cpp b/Sources/AAPlus/AAVenus.cpp new file mode 100644 index 0000000..b21d48a --- /dev/null +++ b/Sources/AAPlus/AAVenus.cpp @@ -0,0 +1,360 @@ +/* +Module : AAVenus.cpp +Purpose: Implementation for the algorithms which obtain the heliocentric position of Venus +Created: PJN / 29-12-2003 +History: PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this + issue when compiling AA+ on ARM. + PJN / 04-08-2013 1. Fixed a transcription error in the third coefficient used to calculate + the B0 term for the ecliptic latitude of Venus. Thanks to Isaac Clark for + reporting this issue. Spot tests indicate that this change only affected the + ecliptic latitude in the sixth decimal place. + 3. Updated copyright details + PJN / 16-09-2015 1. CAAVenus::EclipticLongitude, EclipticLatitude & RadiusVector now include a + "bool bHighPrecision" parameter which if set to true means the code uses the full + VSOP87 theory rather than the truncated theory as presented in Meeus's book. + PJN / 01-08-2017 1. Fixed up alignment of lookup tables in AAVenus.cpp module + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + PJN / 13-04-2020 1. Reworked C arrays to use std::array + PJN / 01-06-2020 1. Optimized the code in CAAVenus::EclipticLongitude. + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +//////////////////////////////// Includes ///////////////////////////////////////////////// + +#include "stdafx.h" +#include "AAVenus.h" +#include "AACoordinateTransformation.h" +#include "AADefines.h" +#ifndef AAPLUS_NO_VSOP87 +#include "AAVSOP87D_VEN.h" +#endif //#ifndef AAPLUS_NO_VSOP87 +#include +#include +using namespace std; + + +//////////////////////////////// Macros / Defines ///////////////////////////////////////// + +#ifdef _MSC_VER +#pragma warning(disable : 26446 26482 26481 26485) +#endif //#ifdef _MSC_VER + +struct VSOP87Coefficient +{ + double A; + double B; + double C; +}; + +constexpr array g_L0VenusCoefficients +{ { + { 317614667, 0, 0 }, + { 1353968, 5.5931332, 10213.2855462 }, + { 89892, 5.30650, 20426.57109 }, + { 5477, 4.4163, 7860.4194 }, + { 3456, 2.6996, 11790.6291 }, + { 2372, 2.9938, 3930.2097 }, + { 1664, 4.2502, 1577.3435 }, + { 1438, 4.1575, 9683.5946 }, + { 1317, 5.1867, 26.2983 }, + { 1201, 6.1536, 30639.8566 }, + { 769, 0.816, 9437.763 }, + { 761, 1.950, 529.691 }, + { 708, 1.065, 775.523 }, + { 585, 3.998, 191.448 }, + { 500, 4.123, 15720.839 }, + { 429, 3.586, 19367.189 }, + { 327, 5.677, 5507.553 }, + { 326, 4.591, 10404.734 }, + { 232, 3.163, 9153.904 }, + { 180, 4.653, 1109.379 }, + { 155, 5.570, 19651.048 }, + { 128, 4.226, 20.775 }, + { 128, 0.962, 5661.332 }, + { 106, 1.537, 801.821 } +} }; + +constexpr array g_L1VenusCoefficients +{ { + { 1021352943053.0, 0, 0 }, + { 95708, 2.46424, 10213.28555 }, + { 14445, 0.51625, 20426.57109 }, + { 213, 1.795, 30639.857 }, + { 174, 2.655, 26.298 }, + { 152, 6.106, 1577.344 }, + { 82, 5.70, 191.45 }, + { 70, 2.68, 9437.76 }, + { 52, 3.60, 775.52 }, + { 38, 1.03, 529.69 }, + { 30, 1.25, 5507.55 }, + { 25, 6.11, 10404.73 } +} }; + +constexpr array g_L2VenusCoefficients +{ { + { 54127, 0, 0 }, + { 3891, 0.3451, 10213.2855 }, + { 1338, 2.0201, 20426.5711 }, + { 24, 2.05, 26.30 }, + { 19, 3.54, 30639.86 }, + { 10, 3.97, 775.52 }, + { 7, 1.52, 1577.34 }, + { 6, 1.00, 191.45 } +} }; + +constexpr array g_L3VenusCoefficients +{ { + { 136, 4.804, 10213.286 }, + { 78, 3.67, 20426.57 }, + { 26, 0, 0 } +} }; + +constexpr array g_L4VenusCoefficients +{ { + { 114, 3.1416, 0 }, + { 3, 5.21, 20426.57 }, + { 2, 2.51, 10213.29 } +} }; + +constexpr array g_L5VenusCoefficients +{ { + { 1, 3.14, 0 } +} }; + +constexpr array g_B0VenusCoefficients +{ { + { 5923638, 0.2670278, 10213.2855462 }, + { 40108, 1.14737, 20426.57109 }, + { 32815, 3.14159, 0 }, + { 1011, 1.0895, 30639.8566 }, + { 149, 6.254, 18073.705 }, + { 138, 0.860, 1577.344 }, + { 130, 3.672, 9437.763 }, + { 120, 3.705, 2352.866 }, + { 108, 4.539, 22003.915 } +} }; + +constexpr array g_B1VenusCoefficients +{ { + { 513348, 1.803643, 10213.285546 }, + { 4380, 3.3862, 20426.5711 }, + { 199, 0, 0 }, + { 197, 2.530, 30639.857 } +} }; + +constexpr array g_B2VenusCoefficients +{ { + { 22378, 3.38509, 10213.28555 }, + { 282, 0, 0 }, + { 173, 5.256, 20426.571 }, + { 27, 3.87, 30639.86 } +} }; + +constexpr array g_B3VenusCoefficients +{ { + { 647, 4.992, 10213.286 }, + { 20, 3.14, 0 }, + { 6, 0.77, 20426.57 }, + { 3, 5.44, 30639.86 } +} }; + +constexpr array g_B4VenusCoefficients +{ { + { 14, 0.32, 10213.29 } +} }; + +constexpr array g_R0VenusCoefficients +{ { + { 72334821, 0, 0 }, + { 489824, 4.021518, 10213.285546 }, + { 1658, 4.9021, 20426.5711 }, + { 1632, 2.8455, 7860.4194 }, + { 1378, 1.1285, 11790.6291 }, + { 498, 2.587, 9683.595 }, + { 374, 1.423, 3930.210 }, + { 264, 5.529, 9437.763 }, + { 237, 2.551, 15720.839 }, + { 222, 2.013, 19367.189 }, + { 126, 2.728, 1577.344 }, + { 119, 3.020, 10404.734 } +} }; + +constexpr array g_R1VenusCoefficients +{ { + { 34551, 0.89199, 10213.28555 }, + { 234, 1.772, 20426.571 }, + { 234, 3.142, 0 } +} }; + +constexpr array g_R2VenusCoefficients +{ { + { 1407, 5.0637, 10213.2855 }, + { 16, 5.47, 20426.57 }, + { 13, 0, 0 } +} }; + +constexpr array g_R3VenusCoefficients +{ { + { 50, 3.22, 10213.29 } +} }; + +constexpr array g_R4VenusCoefficients +{ { + { 1, 0.92, 10213.29 } +} }; + + +//////////////////////////////// Implementation /////////////////////////////////////////// + +double CAAVenus::EclipticLongitude(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Venus::L(JD))); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + const double rho5 = rho4*rho; + + //Calculate L0 + double L0 = 0; + for (const auto& L0Coefficient : g_L0VenusCoefficients) + L0 += (L0Coefficient.A * cos(L0Coefficient.B + (L0Coefficient.C*rho))); + + //Calculate L1 + double L1 = 0; + for (const auto& L1Coefficient : g_L1VenusCoefficients) + L1 += (L1Coefficient.A * cos(L1Coefficient.B + (L1Coefficient.C*rho))); + + //Calculate L2 + double L2 = 0; + for (const auto& L2Coefficient : g_L2VenusCoefficients) + L2 += (L2Coefficient.A * cos(L2Coefficient.B + (L2Coefficient.C*rho))); + + //Calculate L3 + double L3 = 0; + for (const auto& L3Coefficient : g_L3VenusCoefficients) + L3 += (L3Coefficient.A * cos(L3Coefficient.B + (L3Coefficient.C*rho))); + + //Calculate L4 + double L4 = 0; + for (const auto& L4Coefficient : g_L4VenusCoefficients) + L4 += (L4Coefficient.A * cos(L4Coefficient.B + (L4Coefficient.C*rho))); + + //Calculate L5 + double L5 = 0; + for (const auto& L5Coefficient : g_L5VenusCoefficients) + L5 += (L5Coefficient.A * cos(L5Coefficient.B + (L5Coefficient.C*rho))); + + double value = (L0 + (L1*rho) + (L2*rhosquared) + (L3*rhocubed) + (L4*rho4) + (L5*rho5)) / 100000000; + + //convert results back to degrees + value = CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(value)); + return value; +} + +double CAAVenus::EclipticLatitude(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAACoordinateTransformation::MapToMinus90To90Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Venus::B(JD))); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + + //Calculate B0 + double B0 = 0; + for (const auto& B0Coefficient : g_B0VenusCoefficients) + B0 += (B0Coefficient.A * cos(B0Coefficient.B + (B0Coefficient.C*rho))); + + //Calculate B1 + double B1 = 0; + for (const auto& B1Coefficient : g_B1VenusCoefficients) + B1 += (B1Coefficient.A * cos(B1Coefficient.B + (B1Coefficient.C*rho))); + + //Calculate B2 + double B2 = 0; + for (const auto& B2Coefficient : g_B2VenusCoefficients) + B2 += (B2Coefficient.A * cos(B2Coefficient.B + (B2Coefficient.C*rho))); + + //Calculate B3 + double B3 = 0; + for (const auto& B3Coefficient : g_B3VenusCoefficients) + B3 += (B3Coefficient.A * cos(B3Coefficient.B + (B3Coefficient.C*rho))); + + //Calculate B4 + double B4 = 0; + for (const auto& B4Coefficient : g_B4VenusCoefficients) + B4 += (B4Coefficient.A * cos(B4Coefficient.B + (B4Coefficient.C*rho))); + + double value = (B0 + B1*rho + B2*rhosquared + B3*rhocubed + B4*rho4) / 100000000; + + //convert results back to degrees + value = CAACoordinateTransformation::MapToMinus90To90Range(CAACoordinateTransformation::RadiansToDegrees(value)); + return value; +} + +double CAAVenus::RadiusVector(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAAVSOP87D_Venus::R(JD); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + + //Calculate R0 + double R0 = 0; + for (const auto& R0Coefficient : g_R0VenusCoefficients) + R0 += (R0Coefficient.A * cos(R0Coefficient.B + (R0Coefficient.C*rho))); + + //Calculate R1 + double R1 = 0; + for (const auto& R1Coefficient : g_R1VenusCoefficients) + R1 += (R1Coefficient.A * cos(R1Coefficient.B + (R1Coefficient.C*rho))); + + //Calculate R2 + double R2 = 0; + for (const auto& R2Coefficient : g_R2VenusCoefficients) + R2 += (R2Coefficient.A * cos(R2Coefficient.B + (R2Coefficient.C*rho))); + + //Calculate R3 + double R3 = 0; + for (const auto& R3Coefficient : g_R3VenusCoefficients) + R3 += (R3Coefficient.A * cos(R3Coefficient.B + (R3Coefficient.C*rho))); + + //Calculate R4 + double R4 = 0; + for (const auto& R4Coefficient : g_R4VenusCoefficients) + R4 += (R4Coefficient.A * cos(R4Coefficient.B + (R4Coefficient.C*rho))); + + return (R0 + R1*rho + R2*rhosquared + R3*rhocubed + R4*rho4) / 100000000; +} diff --git a/Vendor/AA+/1.6.3/CMakeLists.txt b/Sources/AAPlus/CMakeLists.txt old mode 100755 new mode 100644 similarity index 88% rename from Vendor/AA+/1.6.3/CMakeLists.txt rename to Sources/AAPlus/CMakeLists.txt index c63e2bc..7dd9f06 --- a/Vendor/AA+/1.6.3/CMakeLists.txt +++ b/Sources/AAPlus/CMakeLists.txt @@ -1,74 +1,87 @@ -PROJECT (AstronomicalAlgorithms) - -cmake_minimum_required(VERSION 2.6) - -#----------------------------------------------------------------------------- -# Output directories. -SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin CACHE PATH - "Single output directory for building all executables.") -SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib CACHE PATH - "Single output directory for building all libraries.") - - -#----------------------------------------------------------------------------- -SET ( SRCS_LIB - AAAberration.cpp - AAAngularSeparation.cpp - AABinaryStar.cpp - AACoordinateTransformation.cpp - AADate.cpp - AADiameters.cpp - AADynamicalTime.cpp - AAEarth.cpp - AAEaster.cpp - AAEclipses.cpp - AAEclipticalElements.cpp - AAElementsPlanetaryOrbit.cpp - AAElliptical.cpp - AAEquationOfTime.cpp - AAEquinoxesAndSolstices.cpp - AAFK5.cpp - AAGalileanMoons.cpp - AAGlobe.cpp - AAIlluminatedFraction.cpp - AAInterpolate.cpp - AAJewishCalendar.cpp - AAJupiter.cpp - AAKepler.cpp - AAMars.cpp - AAMercury.cpp - AAMoon.cpp - AAMoonIlluminatedFraction.cpp - AAMoonMaxDeclinations.cpp - AAMoonNodes.cpp - AAMoonPerigeeApogee.cpp - AAMoonPhases.cpp - AAMoslemCalendar.cpp - AANearParabolic.cpp - AANeptune.cpp - AANodes.cpp - AANutation.cpp - AAParabolic.cpp - AAParallactic.cpp - AAParallax.cpp - AAPhysicalJupiter.cpp - AAPhysicalMars.cpp - AAPhysicalMoon.cpp - AAPhysicalSun.cpp - AAPlanetPerihelionAphelion.cpp - AAPlanetaryPhenomena.cpp - AAPluto.cpp - AAPrecession.cpp - AARefraction.cpp - AARiseTransitSet.cpp - AASaturn.cpp - AASaturnMoons.cpp - AASaturnRings.cpp - AASidereal.cpp - AAStellarMagnitudes.cpp - AASun.cpp - AAUranus.cpp - AAVenus.cpp +PROJECT (AstronomicalAlgorithms) + +cmake_minimum_required(VERSION 3.8) + +SET(CMAKE_CXX_STANDARD 17) +SET(CMAKE_CXX_STANDARD_REQUIRED ON) + +#----------------------------------------------------------------------------- +# Output directories. +SET(EXECUTABLE_OUTPUT_PATH ${PROJECT_BINARY_DIR}/bin CACHE PATH + "Single output directory for building all executables.") +SET(LIBRARY_OUTPUT_PATH ${PROJECT_BINARY_DIR}/lib CACHE PATH + "Single output directory for building all libraries.") + + +#----------------------------------------------------------------------------- +SET ( SRCS_LIB + AAAberration.cpp + AAAngularSeparation.cpp + AABinaryStar.cpp + AACoordinateTransformation.cpp + AADate.cpp + AADiameters.cpp + AADynamicalTime.cpp + AAEarth.cpp + AAEclipses.cpp + AAEclipticalElements.cpp + AAElementsPlanetaryOrbit.cpp + AAElliptical.cpp + AAELP2000.cpp + AAELPMPP02.cpp + AAEquationOfTime.cpp + AAEquinoxesAndSolstices.cpp + AAEquinoxesAndSolstices2.cpp + AAFK5.cpp + AAGalileanMoons.cpp + AAGlobe.cpp + AAIlluminatedFraction.cpp + AAInterpolate.cpp + AAJewishCalendar.cpp + AAJupiter.cpp + AAKepler.cpp + AAMars.cpp + AAMercury.cpp + AAMoon.cpp + AAMoonIlluminatedFraction.cpp + AAMoonMaxDeclinations.cpp + AAMoonMaxDeclinations2.cpp + AAMoonNodes.cpp + AAMoonNodes2.cpp + AAMoonPerigeeApogee.cpp + AAMoonPerigeeApogee2.cpp + AAMoonPhases.cpp + AAMoonPhases2.cpp + AAMoslemCalendar.cpp + AANearParabolic.cpp + AANeptune.cpp + AANodes.cpp + AANutation.cpp + AAParabolic.cpp + AAParallactic.cpp + AAParallax.cpp + AAPhysicalJupiter.cpp + AAPhysicalMars.cpp + AAPhysicalMoon.cpp + AAPhysicalSun.cpp + AAPlanetPerihelionAphelion.cpp + AAPlanetPerihelionAphelion2.cpp + AAPlanetaryPhenomena.cpp + AAPlanetaryPhenomena2.cpp + AAPluto.cpp + AAPrecession.cpp + AARefraction.cpp + AARiseTransitSet.cpp + AARiseTransitSet2.cpp + AASaturn.cpp + AASaturnMoons.cpp + AASaturnRings.cpp + AASidereal.cpp + AAStellarMagnitudes.cpp + AASun.cpp + AAUranus.cpp + AAVenus.cpp + AAVSOP2013.cpp AAVSOP87.cpp AAVSOP87A_EAR.cpp AAVSOP87A_EMB.cpp @@ -120,70 +133,74 @@ SET ( SRCS_LIB AAVSOP87_SAT.cpp AAVSOP87_URA.cpp AAVSOP87_VEN.cpp - stdafx.cpp -) - -#----------------------------------------------------------------------------- -SET ( INCS -# AA+.h - AA2DCoordinate.h - AA3DCoordinate.h - AAAberration.h - AAAngularSeparation.h - AABinaryStar.h - AACoordinateTransformation.h - AADate.h - AADiameters.h - AADynamicalTime.h - AAEarth.h - AAEaster.h - AAEclipses.h - AAEclipticalElements.h - AAElementsPlanetaryOrbit.h - AAElliptical.h - AAEquationOfTime.h - AAEquinoxesAndSolstices.h - AAFK5.h - AAGalileanMoons.h - AAGlobe.h - AAIlluminatedFraction.h - AAInterpolate.h - AAJewishCalendar.h - AAJupiter.h - AAKepler.h - AAMars.h - AAMercury.h - AAMoon.h - AAMoonIlluminatedFraction.h - AAMoonMaxDeclinations.h - AAMoonNodes.h - AAMoonPerigeeApogee.h - AAMoonPhases.h - AAMoslemCalendar.h - AANeptune.h - AANodes.h - AANutation.h - AAParabolic.h - AAParallactic.h - AAParallax.h - AAPhysicalJupiter.h - AAPhysicalMars.h - AAPhysicalMoon.h - AAPhysicalSun.h - AAPlanetPerihelionAphelion.h - AAPlanetaryPhenomena.h - AAPluto.h - AAPrecession.h - AARefraction.h - AARiseTransitSet.h - AASaturn.h - AASaturnMoons.h - AASaturnRings.h - AASidereal.h - AAStellarMagnitudes.h - AASun.h - AAUranus.h - AAVenus.h + stdafx.cpp +) + +#----------------------------------------------------------------------------- +SET ( INCS +# AA+.h + AA2DCoordinate.h + AA3DCoordinate.h + AAAberration.h + AAAngularSeparation.h + AABinaryStar.h + AACoordinateTransformation.h + AADate.h + AADefines.h + AADiameters.h + AADynamicalTime.h + AAEarth.h + AAEaster.h + AAEclipses.h + AAEclipticalElements.h + AAElementsPlanetaryOrbit.h + AAElliptical.h + AAEquationOfTime.h + AAEquinoxesAndSolstices.h + AAFK5.h + AAGalileanMoons.h + AAGlobe.h + AAIlluminatedFraction.h + AAInterpolate.h + AAJewishCalendar.h + AAJupiter.h + AAKepler.h + AAMars.h + AAMercury.h + AAMoon.h + AAMoonIlluminatedFraction.h + AAMoonMaxDeclinations.h + AAMoonNodes.h + AAMoonPerigeeApogee.h + AAMoonPhases.h + AAMoslemCalendar.h + AANeptune.h + AANodes.h + AANutation.h + AAParabolic.h + AAParallactic.h + AAParallax.h + AAPhysicalJupiter.h + AAPhysicalMars.h + AAPhysicalMoon.h + AAPhysicalSun.h + AAPlanetPerihelionAphelion.h + AAPlanetPerihelionAphelion2.h + AAPlanetaryPhenomena.h + AAPlanetaryPhenomena2.h + AAPluto.h + AAPrecession.h + AARefraction.h + AARiseTransitSet.h + AASaturn.h + AASaturnMoons.h + AASaturnRings.h + AASidereal.h + AAStellarMagnitudes.h + AASun.h + AAUranus.h + AAVenus.h + AAVSOP2013.h AAVSOP87.h AAVSOP87A_EAR.h AAVSOP87A_EMB.h @@ -235,28 +252,28 @@ SET ( INCS AAVSOP87_SAT.h AAVSOP87_URA.h AAVSOP87_VEN.h - stdafx.h -) - -SET ( SRCS - AATest.cpp -) - -#----------------------------------------------------------------------------- -# Executables. -#----------------------------------------------------------------------------- -ADD_EXECUTABLE(AATest ${SRCS} ) - -#----------------------------------------------------------------------------- -# Libraries. -ADD_LIBRARY(aaplus-static STATIC ${SRCS_LIB} ${INCS}) -SET_TARGET_PROPERTIES(aaplus-static PROPERTIES OUTPUT_NAME "aaplus") - -ADD_LIBRARY(aaplus-shared SHARED ${SRCS_LIB} ${INCS}) -SET_TARGET_PROPERTIES(aaplus-shared PROPERTIES OUTPUT_NAME "aaplus") - -install(TARGETS aaplus-shared aaplus-static - DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" ) - -TARGET_LINK_LIBRARIES(AATest aaplus-static) - + stdafx.h +) + +SET ( SRCS + AATest.cpp +) + +#----------------------------------------------------------------------------- +# Executables. +#----------------------------------------------------------------------------- +ADD_EXECUTABLE(AATest ${SRCS} ) + +#----------------------------------------------------------------------------- +# Libraries. +ADD_LIBRARY(aaplus-static STATIC ${SRCS_LIB} ${INCS}) +SET_TARGET_PROPERTIES(aaplus-static PROPERTIES OUTPUT_NAME "aaplus") + +ADD_LIBRARY(aaplus-shared SHARED ${SRCS_LIB} ${INCS}) +SET_TARGET_PROPERTIES(aaplus-shared PROPERTIES OUTPUT_NAME "aaplus") + +install(TARGETS aaplus-shared aaplus-static + DESTINATION "${CMAKE_INSTALL_PREFIX}/lib" ) + +TARGET_LINK_LIBRARIES(AATest aaplus-static) + diff --git a/Vendor/AA+/1.6.3/AA+.h b/Sources/AAPlus/include/AA.h old mode 100755 new mode 100644 similarity index 81% rename from Vendor/AA+/1.6.3/AA+.h rename to Sources/AAPlus/include/AA.h index af76419..84121fb --- a/Vendor/AA+/1.6.3/AA+.h +++ b/Sources/AAPlus/include/AA.h @@ -1,9 +1,9 @@ /* -Module : AA+.H +Module : AA+.h Purpose: Main include file for AA+ framework Created: PJN / 30-1-2005 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -13,7 +13,7 @@ You are allowed to include the source code in any product (commercial, shareware when your product is released in binary form. You are allowed to modify the source code in any way you want except you cannot modify the copyright details at the top of each module. If you want to distribute source code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. +to maintain a single distribution point for the source code. */ @@ -49,8 +49,15 @@ to maintain a single distribution point for the source code. #include "AAEclipticalElements.h" #include "AAElementsPlanetaryOrbit.h" #include "AAElliptical.h" +#ifndef AAPLUS_NO_ELP2000 +#include "AAELP2000.h" +#endif //#ifndef AAPLUS_NO_ELP2000 +#ifndef AAPLUS_NO_ELPMPP02 +#include "AAELPMPP02.h" +#endif //#ifndef AAPLUS_NO_ELPMPP02 #include "AAEquationOfTime.h" #include "AAEquinoxesAndSolstices.h" +#include "AAEquinoxesAndSolstices2.h" #include "AAFK5.h" #include "AAGalileanMoons.h" #include "AAGlobe.h" @@ -64,9 +71,13 @@ to maintain a single distribution point for the source code. #include "AAMoon.h" #include "AAMoonIlluminatedFraction.h" #include "AAMoonMaxDeclinations.h" +#include "AAMoonMaxDeclinations2.h" #include "AAMoonNodes.h" +#include "AAMoonNodes2.h" #include "AAMoonPerigeeApogee.h" +#include "AAMoonPerigeeApogee2.h" #include "AAMoonPhases.h" +#include "AAMoonPhases2.h" #include "AAMoslemCalendar.h" #include "AANearParabolic.h" #include "AANeptune.h" @@ -80,11 +91,14 @@ to maintain a single distribution point for the source code. #include "AAPhysicalMoon.h" #include "AAPhysicalSun.h" #include "AAPlanetaryPhenomena.h" +#include "AAPlanetaryPhenomena2.h" #include "AAPlanetPerihelionAphelion.h" +#include "AAPlanetPerihelionAphelion2.h" #include "AAPluto.h" #include "AAPrecession.h" #include "AARefraction.h" #include "AARiseTransitSet.h" +#include "AARiseTransitSet2.h" #include "AASaturn.h" #include "AASaturnMoons.h" #include "AASaturnRings.h" @@ -93,7 +107,10 @@ to maintain a single distribution point for the source code. #include "AASun.h" #include "AAUranus.h" #include "AAVenus.h" -#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION +#ifndef AAPLUS_NO_VSOP2013 +#include "AAVSOP2013.h" +#endif //#ifndef AAPLUS_NO_VSOP2013 +#ifndef AAPLUS_NO_VSOP87 #include "AAVSOP87.h" #include "AAVSOP87_EMB.h" #include "AAVSOP87_JUP.h" @@ -145,6 +162,6 @@ to maintain a single distribution point for the source code. #include "AAVSOP87E_SUN.h" #include "AAVSOP87E_URA.h" #include "AAVSOP87E_VEN.h" -#endif //#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION +#endif //#ifndef AAPLUS_NO_VSOP87 #endif //#ifndef __AAPLUS_H__ diff --git a/Vendor/AA+/1.6.3/AA2DCoordinate.h b/Sources/AAPlus/include/AA2DCoordinate.h old mode 100755 new mode 100644 similarity index 81% rename from Vendor/AA+/1.6.3/AA2DCoordinate.h rename to Sources/AAPlus/include/AA2DCoordinate.h index 944e8a4..32592b4 --- a/Vendor/AA+/1.6.3/AA2DCoordinate.h +++ b/Sources/AAPlus/include/AA2DCoordinate.h @@ -1,9 +1,9 @@ /* -Module : AA2DCOORDINATE.H +Module : AA2DCoordinate.h Purpose: Implementation for the simple class to encapsulate a two dimensional coordinate Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -37,15 +37,9 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAA2DCoordinate { public: -//Constructors / Destructors - CAA2DCoordinate(): X(0), - Y(0) - { - }; - //Member variables - double X; - double Y; + double X = 0; + double Y = 0; }; diff --git a/Vendor/AA+/1.6.3/AA3DCoordinate.h b/Sources/AAPlus/include/AA3DCoordinate.h old mode 100755 new mode 100644 similarity index 78% rename from Vendor/AA+/1.6.3/AA3DCoordinate.h rename to Sources/AAPlus/include/AA3DCoordinate.h index 50081b6..d390ea9 --- a/Vendor/AA+/1.6.3/AA3DCoordinate.h +++ b/Sources/AAPlus/include/AA3DCoordinate.h @@ -1,9 +1,9 @@ /* -Module : AA3DCOORDINATE.H +Module : AA3DCoordinate.h Purpose: Implementation for the simple class to encapsulate a three dimensional coordinate Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -37,17 +37,10 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAA3DCoordinate { public: -//Constructors / Destructors - CAA3DCoordinate() : X(0), - Y(0), - Z(0) - { - }; - -//member variables - double X; - double Y; - double Z; +//Member variables + double X = 0; + double Y = 0; + double Z = 0; }; diff --git a/Sources/AAPlus/include/AAAberration.cpp b/Sources/AAPlus/include/AAAberration.cpp new file mode 100644 index 0000000..340b0b6 --- /dev/null +++ b/Sources/AAPlus/include/AAAberration.cpp @@ -0,0 +1,221 @@ +/* +Module : AAAberration.cpp +Purpose: Implementation for the algorithms for Aberration +Created: PJN / 29-12-2003 +History: PJN / 21-04-2005 1. Renamed "AAAberation.cpp" to "AAAberration.cpp" so that all source code filenames + match their corresponding header files. Thanks to Jürgen Schuck for suggesting this + update. + PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this + issue when compiling AA+ on ARM. + PJN / 16-09-2015 1. CAAAberration::EclipticAberration, EarthVelocity and EquatorialAberration now + include a "bool bHighPrecision" parameter which if set to true means the code uses + the full VSOP87 theory rather than the truncated theory as presented in Meeus's + book. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + PJN / 14-04-2020 1. Reworked C arrays to use std::array + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////////////// Includes ////////////////////////////////////// + +#include "stdafx.h" +#include "AAAberration.h" +#include "AACoordinateTransformation.h" +#include "AAEarth.h" +#include "AASun.h" +#include "AADefines.h" +#ifndef AAPLUS_NO_VSOP87 +#include "AAVSOP87A_EAR.h" +#include "AAFK5.h" +#endif //#ifndef AAPLUS_NO_VSOP87 +#include +#include +using namespace std; + + +////////////////////////////// Macros / Defines /////////////////////////////// + +#ifdef _MSC_VER +#pragma warning(disable : 26446 26482) +#endif //#ifdef _MSC_VER + +struct AberrationCoefficient +{ + int L2; + int L3; + int L4; + int L5; + int L6; + int L7; + int L8; + int Ldash; + int D; + int Mdash; + int F; + int xsin; + int xsint; + int xcos; + int xcost; + int ysin; + int ysint; + int ycos; + int ycost; + int zsin; + int zsint; + int zcos; + int zcost; +}; + +constexpr array g_AberrationCoefficients +{ { + //L2 L3 L4 L5 L6 L7 L8 Ldash D Mdash F xsin xsint xcos xcost ysin ysint ycos ycost zsin zsint zcos zcost + { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1719914, -2, -25, 0, 25, -13, 1578089, 156, 10, 32, 684185, -358 }, + { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6434, 141, 28007, -107, 25697, -95, -5904, -130, 11141, -48, -2559, -55 }, + { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 715, 0, 0, 0, 6, 0, -657, 0, -15, 0, -282, 0 }, + { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 715, 0, 0, 0, 0, 0, -656, 0, 0, 0, -285, 0 }, + { 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 486, -5, -236, -4, -216, -4, -446, 5, -94, 0, -193, 0 }, + { 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 159, 0, 0, 0, 2, 0, -147, 0, -6, 0, -61, 0 }, + { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 26, 0, 0, 0, -59, 0 }, + { 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 39, 0, 0, 0, 0, 0, -36, 0, 0, 0, -16, 0 }, + { 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 33, 0, -10, 0, -9, 0, -30, 0, -5, 0, -13, 0 }, + { 0, 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 31, 0, 1, 0, 1, 0, -28, 0, 0, 0, -12, 0 }, + { 0, 3, -8, 3, 0, 0, 0, 0, 0, 0, 0, 8, 0, -28, 0, 25, 0, 8, 0, 11, 0, 3, 0 }, + { 0, 5, -8, 3, 0, 0, 0, 0, 0, 0, 0, 8, 0, -28, 0, -25, 0, -8, 0, -11, 0, -3, 0 }, + { 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, 0, 0, -19, 0, 0, 0, -8, 0 }, + { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -19, 0, 0, 0, 0, 0, 17, 0, 0, 0, 8, 0 }, + { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, -16, 0, 0, 0, -7, 0 }, + { 0, 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 15, 0, 1, 0, 7, 0 }, + { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 16, 0, 0, 0, 1, 0, -15, 0, -3, 0, -6, 0 }, + { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 11, 0, -1, 0, -1, 0, -10, 0, -1, 0, -5, 0 }, + { 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -11, 0, -10, 0, 0, 0, -4, 0, 0, 0 }, + { 0, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, -11, 0, -2, 0, -2, 0, 9, 0, -1, 0, 4, 0 }, + { 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, -7, 0, -8, 0, -8, 0, 6, 0, -3, 0, 3, 0 }, + { 0, 3, 0, -2, 0, 0, 0, 0, 0, 0, 0, -10, 0, 0, 0, 0, 0, 9, 0, 0, 0, 4, 0 }, + { 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -9, 0, 0, 0, 0, 0, -9, 0, 0, 0, -4, 0 }, + { 2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -9, 0, 0, 0, 0, 0, -8, 0, 0, 0, -4, 0 }, + { 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, -9, 0, -8, 0, 0, 0, -3, 0, 0, 0 }, + { 2, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -9, 0, 8, 0, 0, 0, 3, 0, 0, 0 }, + { 0, 3, -2, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, -8, 0, 0, 0, -3, 0 }, + { 0, 0, 0, 0, 0, 0, 0, 1, 2, -1, 0, 8, 0, 0, 0, 0, 0, -7, 0, 0, 0, -3, 0 }, + { 8, -12, 0, 0, 0, 0, 0, 0, 0, 0, 0, -4, 0, -7, 0, -6, 0, 4, 0, -3, 0, 2, 0 }, + { 8, -14, 0, 0, 0, 0, 0, 0, 0, 0, 0, -4, 0, -7, 0, 6, 0, -4, 0, 3, 0, -2, 0 }, + { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, -6, 0, -5, 0, -4, 0, 5, 0, -2, 0, 2, 0 }, + { 3, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, -2, 0, -7, 0, 1, 0, -4, 0 }, + { 0, 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 4, 0, -6, 0, -5, 0, -4, 0, -2, 0, -2, 0 }, + { 3, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -7, 0, -6, 0, 0, 0, -3, 0, 0, 0 }, + { 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, -5, 0, -4, 0, -5, 0, -2, 0, -2, 0 }, + { 0, 0, 0, 0, 0, 0, 0, 1, -2, 0, 0, 5, 0, 0, 0, 0, 0, -5, 0, 0, 0, -2, 0 }, +} }; + + +//////////////////////////////// Implementation /////////////////////////////// + +CAA3DCoordinate CAAAberration::EarthVelocity(double JD, bool bHighPrecision) noexcept +{ + CAA3DCoordinate velocity; + +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + { + velocity.X = CAAVSOP87A_Earth::X_DASH(JD); + velocity.Y = CAAVSOP87A_Earth::Y_DASH(JD); + velocity.Z = CAAVSOP87A_Earth::Z_DASH(JD); + velocity = CAAFK5::ConvertVSOPToFK5J2000(velocity); + velocity.X *= 100000000; + velocity.Y *= 100000000; + velocity.Z *= 100000000; + return velocity; + } +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double T = (JD - 2451545) / 36525; + const double L2 = 3.1761467 + 1021.3285546 * T; + const double L3 = 1.7534703 + 628.3075849 * T; + const double L4 = 6.2034809 + 334.0612431 * T; + const double L5 = 0.5995465 + 52.9690965 * T; + const double L6 = 0.8740168 + 21.3299095 * T; + const double L7 = 5.4812939 + 7.4781599 * T; + const double L8 = 5.3118863 + 3.8133036 * T; + const double Ldash = 3.8103444 + 8399.6847337 * T; + const double D = 5.1984667 + 7771.3771486 * T; + const double Mdash = 2.3555559 + 8328.6914289 * T; + const double F = 1.6279052 + 8433.4661601 * T; + + for (const auto& coeff : g_AberrationCoefficients) + { + const double Argument = (coeff.L2*L2) + (coeff.L3*L3) + (coeff.L4*L4) + (coeff.L5*L5) + + (coeff.L6*L6) + (coeff.L7*L7) + (coeff.L8*L8) + (coeff.Ldash*Ldash) + + (coeff.D*D) + (coeff.Mdash*Mdash) + (coeff.F*F); + velocity.X += (coeff.xsin + coeff.xsint * T) * sin(Argument); + velocity.X += (coeff.xcos + coeff.xcost * T) * cos(Argument); + + velocity.Y += (coeff.ysin + coeff.ysint * T) * sin(Argument); + velocity.Y += (coeff.ycos + coeff.ycost * T) * cos(Argument); + + velocity.Z += (coeff.zsin + coeff.zsint * T) * sin(Argument); + velocity.Z += (coeff.zcos + coeff.zcost * T) * cos(Argument); + } + + return velocity; +} + +CAA2DCoordinate CAAAberration::EquatorialAberration(double Alpha, double Delta, double JD, bool bHighPrecision) noexcept +{ + //Convert to radians + Alpha = CAACoordinateTransformation::DegreesToRadians(Alpha*15); + Delta = CAACoordinateTransformation::DegreesToRadians(Delta); + + const double cosAlpha = cos(Alpha); + const double sinAlpha = sin(Alpha); + const double cosDelta = cos(Delta); + const double sinDelta = sin(Delta); + + const CAA3DCoordinate velocity = EarthVelocity(JD, bHighPrecision); + + //What is the return value + CAA2DCoordinate aberration; + + aberration.X = CAACoordinateTransformation::RadiansToHours((velocity.Y * cosAlpha - velocity.X * sinAlpha) / ( 17314463350.0 * cosDelta)); + aberration.Y = CAACoordinateTransformation::RadiansToDegrees(- (((velocity.X * cosAlpha + velocity.Y * sinAlpha) * sinDelta - velocity.Z * cosDelta) / 17314463350.0)); + + return aberration; +} + +CAA2DCoordinate CAAAberration::EclipticAberration(double Lambda, double Beta, double JD, bool bHighPrecision) noexcept +{ + //What is the return value + CAA2DCoordinate aberration; + + const double T = (JD - 2451545) / 36525; + const double Tsquared = T*T; + const double e = 0.016708634 - 0.000042037*T - 0.0000001267*Tsquared; + double pi = 102.93735 + 1.71946*T + 0.00046*Tsquared; + constexpr double k = 20.49552; + double SunLongitude = CAASun::GeometricEclipticLongitude(JD, bHighPrecision); + + //Convert to radians + pi = CAACoordinateTransformation::DegreesToRadians(pi); + Lambda = CAACoordinateTransformation::DegreesToRadians(Lambda); + Beta = CAACoordinateTransformation::DegreesToRadians(Beta); + SunLongitude = CAACoordinateTransformation::DegreesToRadians(SunLongitude); + + aberration.X = (-k*cos(SunLongitude - Lambda) + e*k*cos(pi - Lambda)) / cos(Beta) / 3600; + aberration.Y = -k*sin(Beta)*(sin(SunLongitude - Lambda) - e*sin(pi - Lambda)) / 3600; + + return aberration; +} diff --git a/Vendor/AA+/1.6.3/AAAberration.h b/Sources/AAPlus/include/AAAberration.h old mode 100755 new mode 100644 similarity index 84% rename from Vendor/AA+/1.6.3/AAAberration.h rename to Sources/AAPlus/include/AAAberration.h index d4df807..c30aed9 --- a/Vendor/AA+/1.6.3/AAAberration.h +++ b/Sources/AAPlus/include/AAAberration.h @@ -1,9 +1,9 @@ /* -Module : AAABERRATION.H +Module : AAAberration.h Purpose: Implementation for the algorithms for Aberration Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -44,9 +44,9 @@ class AAPLUS_EXT_CLASS CAAAberration { public: //Static methods - static CAA3DCoordinate EarthVelocity(double JD, bool bHighPrecision); - static CAA2DCoordinate EclipticAberration(double Alpha, double Delta, double JD, bool bHighPrecision); - static CAA2DCoordinate EquatorialAberration(double Lambda, double Beta, double JD, bool bHighPrecision); + static CAA3DCoordinate EarthVelocity(double JD, bool bHighPrecision) noexcept; + static CAA2DCoordinate EclipticAberration(double Alpha, double Delta, double JD, bool bHighPrecision) noexcept; + static CAA2DCoordinate EquatorialAberration(double Lambda, double Beta, double JD, bool bHighPrecision) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAAngularSeparation.h b/Sources/AAPlus/include/AAAngularSeparation.h old mode 100755 new mode 100644 similarity index 83% rename from Vendor/AA+/1.6.3/AAAngularSeparation.h rename to Sources/AAPlus/include/AAAngularSeparation.h index 251ac05..11d4d60 --- a/Vendor/AA+/1.6.3/AAAngularSeparation.h +++ b/Sources/AAPlus/include/AAAngularSeparation.h @@ -1,9 +1,9 @@ /* -Module : AAANGULARSEPARATION.H +Module : AAAngularSeparation.h Purpose: Implementation for the algorithms which obtain various separation distances between celestial objects Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,10 +38,10 @@ class AAPLUS_EXT_CLASS CAAAngularSeparation { public: //Static methods - static double Separation(double Alpha1, double Delta1, double Alpha2, double Delta2); - static double PositionAngle(double Alpha1, double Delta1, double Alpha2, double Delta2); - static double DistanceFromGreatArc(double Alpha1, double Delta1, double Alpha2, double Delta2, double Alpha3, double Delta3); - static double SmallestCircle(double Alpha1, double Delta1, double Alpha2, double Delta2, double Alpha3, double Delta3, bool& bType1); + static double Separation(double Alpha1, double Delta1, double Alpha2, double Delta2) noexcept; + static double PositionAngle(double Alpha1, double Delta1, double Alpha2, double Delta2) noexcept; + static double DistanceFromGreatArc(double Alpha1, double Delta1, double Alpha2, double Delta2, double Alpha3, double Delta3) noexcept; + static double SmallestCircle(double Alpha1, double Delta1, double Alpha2, double Delta2, double Alpha3, double Delta3, bool& bType1) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AABinaryStar.h b/Sources/AAPlus/include/AABinaryStar.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AABinaryStar.h rename to Sources/AAPlus/include/AABinaryStar.h index 5ad081c..495c0e9 --- a/Vendor/AA+/1.6.3/AABinaryStar.h +++ b/Sources/AAPlus/include/AABinaryStar.h @@ -1,9 +1,9 @@ /* -Module : AABINARYSTAR.H -Purpose: Implementation for the algorithms for an binary stars system +Module : AABinaryStar.h +Purpose: Implementation for the algorithms for a binary star system Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -37,25 +37,20 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAABinaryStarDetails { public: -//Constructors / Destructors - CAABinaryStarDetails() : r(0), - Theta(0), - Rho(0) - { - }; - //Member variables - double r; - double Theta; - double Rho; + double r = 0; + double Theta = 0; + double Rho = 0; + double x = 0; + double y = 0; }; class AAPLUS_EXT_CLASS CAABinaryStar { public: //Static methods - static CAABinaryStarDetails Calculate(double t, double P, double T, double e, double a, double i, double omega, double w); - static double ApparentEccentricity(double e, double i, double w); + static CAABinaryStarDetails Calculate(double t, double P, double T, double e, double a, double i, double omega, double w) noexcept; + static double ApparentEccentricity(double e, double i, double w) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AACoordinateTransformation.h b/Sources/AAPlus/include/AACoordinateTransformation.h old mode 100755 new mode 100644 similarity index 67% rename from Vendor/AA+/1.6.3/AACoordinateTransformation.h rename to Sources/AAPlus/include/AACoordinateTransformation.h index 5903235..27e7290 --- a/Vendor/AA+/1.6.3/AACoordinateTransformation.h +++ b/Sources/AAPlus/include/AACoordinateTransformation.h @@ -1,9 +1,9 @@ /* -Module : AACOORDINATETRANSFORMATION.H +Module : AACoordinateTransformation.h Purpose: Implementation for the algorithms which convert between the various celestial coordinate systems Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -44,58 +44,61 @@ class AAPLUS_EXT_CLASS CAACoordinateTransformation { public: //Conversion functions - static CAA2DCoordinate Equatorial2Ecliptic(double Alpha, double Delta, double Epsilon); - static CAA2DCoordinate Ecliptic2Equatorial(double Lambda, double Beta, double Epsilon); - static CAA2DCoordinate Equatorial2Horizontal(double LocalHourAngle, double Delta, double Latitude); - static CAA2DCoordinate Horizontal2Equatorial(double A, double h, double Latitude); - static CAA2DCoordinate Equatorial2Galactic(double Alpha, double Delta); - static CAA2DCoordinate Galactic2Equatorial(double l, double b); + static CAA2DCoordinate Equatorial2Ecliptic(double Alpha, double Delta, double Epsilon) noexcept; + static CAA2DCoordinate Ecliptic2Equatorial(double Lambda, double Beta, double Epsilon) noexcept; + static CAA2DCoordinate Equatorial2Horizontal(double LocalHourAngle, double Delta, double Latitude) noexcept; + static CAA2DCoordinate Horizontal2Equatorial(double A, double h, double Latitude) noexcept; + static CAA2DCoordinate Equatorial2Galactic(double Alpha, double Delta) noexcept; + static CAA2DCoordinate Galactic2Equatorial(double l, double b) noexcept; //Inlined functions - static inline double DegreesToRadians(double Degrees) + constexpr static inline double DegreesToRadians(double Degrees) noexcept { return Degrees * 0.017453292519943295769236907684886; } - static inline double RadiansToDegrees(double Radians) + constexpr static inline double RadiansToDegrees(double Radians) noexcept { return Radians * 57.295779513082320876798154814105; } - static inline double RadiansToHours(double Radians) + constexpr static inline double RadiansToHours(double Radians) noexcept { return Radians * 3.8197186342054880584532103209403; } - static inline double HoursToRadians(double Hours) + constexpr static inline double HoursToRadians(double Hours) noexcept { return Hours * 0.26179938779914943653855361527329; } - static inline double HoursToDegrees(double Hours) + constexpr static inline double HoursToDegrees(double Hours) noexcept { return Hours * 15; } - static inline double DegreesToHours(double Degrees) + constexpr static inline double DegreesToHours(double Degrees) noexcept { return Degrees / 15; } - static inline double PI() + constexpr static inline double PI() noexcept { return 3.1415926535897932384626433832795; } - static inline double MapTo0To360Range(double Degrees) + static inline double MapTo0To360Range(double Degrees) noexcept { +#ifdef _MSC_VER + #pragma warning(suppress : 26447) +#endif //#ifdef _MSC_VER double fResult = fmod(Degrees, 360); if (fResult < 0) fResult += 360; return fResult; } - static inline double MapToMinus90To90Range(double Degrees) + static inline double MapToMinus90To90Range(double Degrees) noexcept { double fResult = MapTo0To360Range(Degrees); @@ -109,15 +112,18 @@ class AAPLUS_EXT_CLASS CAACoordinateTransformation return fResult; } - static inline double MapTo0To24Range(double HourAngle) + static inline double MapTo0To24Range(double HourAngle) noexcept { +#ifdef _MSC_VER + #pragma warning(suppress : 26447) +#endif //#ifdef _MSC_VER double fResult = fmod(HourAngle, 24); if (fResult < 0) fResult += 24; return fResult; } - static inline double MapTo0To2PIRange(double Angle) + static inline double MapTo0To2PIRange(double Angle) noexcept { double fResult = fmod(Angle, 2 * PI()); if (fResult < 0) @@ -125,7 +131,7 @@ class AAPLUS_EXT_CLASS CAACoordinateTransformation return fResult; } - static double DMSToDegrees(double Degrees, double Minutes, double Seconds, bool bPositive = true); + static double DMSToDegrees(double Degrees, double Minutes, double Seconds, bool bPositive = true) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AADate.cpp b/Sources/AAPlus/include/AADate.cpp old mode 100755 new mode 100644 similarity index 72% rename from Vendor/AA+/1.6.3/AADate.cpp rename to Sources/AAPlus/include/AADate.cpp index 4766e80..4670e02 --- a/Vendor/AA+/1.6.3/AADate.cpp +++ b/Sources/AAPlus/include/AADate.cpp @@ -1,5 +1,5 @@ /* -Module : AADATE.CPP +Module : AADate.cpp Purpose: Implementation for the algorithms which convert between the Gregorian and Julian calendars and the Julian Day Created: PJN / 29-12-2003 History: PJN / 10-11-2004 1. Fix for CAADate::Get so that it works correctly for propalactive calendar dates @@ -42,8 +42,13 @@ History: PJN / 10-11-2004 1. Fix for CAADate::Get so that it works correctly for PJN / 07-02-2009 1. Updated the static version of CAADate::DaysInMonth to compile cleanly using code analysis PJN / 29-03-2015 1. Fixed up some variable initializations around the use of modf. Thanks to Arnaud Cueille for reporting this issue. + PJN / 18-02-2017 1. Reworked the CAADate::SetInGregorianCalendar method to use the AfterPapalReform method. + PJN / 18-04-2020 1. Made a number of the CAADate methods [[nodiscard]] when compiled as C++ 17 + PJN / 29-04-2020 1. Fixed a compilation issue on GCC where size_t was undefined in various modules. Thanks to + Bert Devlieghe for reporting this bug. + PJN / 03-10-2021 1. enamed CAADate::DAY_OF_WEEK type to DOW. -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -64,42 +69,37 @@ to maintain a single distribution point for the source code. #include "AADate.h" #include #include +#include +#include using namespace std; //////////////////////////// Implementation /////////////////////////////////// -CAADate::CAADate() : m_dblJulian(0), - m_bGregorianCalendar(false) +CAADate::CAADate() noexcept : m_dblJulian(0), + m_bGregorianCalendar(false) { } -CAADate::CAADate(long Year, long Month, double Day, bool bGregorianCalendar) +CAADate::CAADate(long Year, long Month, double Day, bool bGregorianCalendar) noexcept : m_dblJulian(0), + m_bGregorianCalendar(false) { Set(Year, Month, Day, 0, 0, 0, bGregorianCalendar); } -CAADate::CAADate(long Year, long Month, double Day, double Hour, double Minute, double Second, bool bGregorianCalendar) +CAADate::CAADate(long Year, long Month, double Day, double Hour, double Minute, double Second, bool bGregorianCalendar) noexcept : m_dblJulian(0), + m_bGregorianCalendar(false) { Set(Year, Month, Day, Hour, Minute, Second, bGregorianCalendar); } -CAADate::CAADate(double JD, bool bGregorianCalendar) +CAADate::CAADate(double JD, bool bGregorianCalendar) noexcept : m_dblJulian(0), + m_bGregorianCalendar(false) { Set(JD, bGregorianCalendar); } -bool CAADate::AfterPapalReform(long Year, long Month, double Day) -{ - return ((Year > 1582) || ((Year == 1582) && (Month > 10)) || ((Year == 1582) && (Month == 10) && (Day >= 15))); -} - -bool CAADate::AfterPapalReform(double JD) -{ - return (JD >= 2299160.5); -} - -double CAADate::DateToJD(long Year, long Month, double Day, bool bGregorianCalendar) +double CAADate::DateToJD(long Year, long Month, double Day, bool bGregorianCalendar) noexcept { long Y = Year; long M = Month; @@ -112,40 +112,40 @@ double CAADate::DateToJD(long Year, long Month, double Day, bool bGregorianCalen long B = 0; if (bGregorianCalendar) { - long A = INT(Y / 100.0); + const long A = INT(Y / 100.0); B = 2 - A + INT(A / 4.0); } - return INT(365.25 * (Y + 4716)) + INT(30.6001 * (M + 1)) + Day + B - 1524.5; + return 0.0 + INT(365.25 * (Y + 4716.0)) + INT(30.6001 * (M + 1.0)) + Day + B - 1524.5; } -bool CAADate::IsLeap(long Year, bool bGregorianCalendar) -{ - if (bGregorianCalendar) - { - if ((Year % 100) == 0) +bool CAADate::IsLeap(long Year, bool bGregorianCalendar) noexcept +{ + if (bGregorianCalendar) + { + if ((Year % 100) == 0) return ((Year % 400) == 0) ? true : false; else return ((Year % 4) == 0) ? true : false; } - else + else return ((Year % 4) == 0) ? true : false; } -void CAADate::Set(long Year, long Month, double Day, double Hour, double Minute, double Second, bool bGregorianCalendar) +void CAADate::Set(long Year, long Month, double Day, double Hour, double Minute, double Second, bool bGregorianCalendar) noexcept { - double dblDay = Day + (Hour/24) + (Minute/1440) + (Second / 86400); + const double dblDay = Day + (Hour/24) + (Minute/1440) + (Second / 86400); Set(DateToJD(Year, Month, dblDay, bGregorianCalendar), bGregorianCalendar); } -void CAADate::Get(long& Year, long& Month, long& Day, long& Hour, long& Minute, double& Second) const +void CAADate::Get(long& Year, long& Month, long& Day, long& Hour, long& Minute, double& Second) const noexcept { - double JD = m_dblJulian + 0.5; + const double JD = m_dblJulian + 0.5; double tempZ = 0; double F = modf(JD, &tempZ); - long Z = static_cast(tempZ); - long A; - + const long Z = static_cast(tempZ); + long A = 0; + if (m_bGregorianCalendar) //There is a difference here between the Meeus implementation and this one //if (Z >= 2299161) //The Meeus implementation automatically assumes the Gregorian Calendar //came into effect on 15 October 1582 (JD: 2299161), while the CAADate @@ -156,18 +156,18 @@ void CAADate::Get(long& Year, long& Month, long& Day, long& Hour, long& Minute, //reform in 1582. This is useful if you want to construct dates in countries //which did not immediately adapt the Gregorian calendar { - long alpha = INT((Z - 1867216.25) / 36524.25); + const long alpha = INT((Z - 1867216.25) / 36524.25); A = Z + 1 + alpha - INT(INT(alpha)/4.0); } else A = Z; - long B = A + 1524; + const long B = A + 1524; long C = INT((B - 122.1) / 365.25); - long D = INT(365.25 * C); - long E = INT((B - D) / 30.6001); + const long D = INT(365.25 * C); + long E = INT((0.0 + B - D) / 30.6001); - double dblDay = B - D - INT(30.6001 * E) + F; + double dblDay = 0.0 + B - D - INT(30.6001 * E) + F; Day = static_cast(dblDay); if (E < 14) @@ -186,25 +186,25 @@ void CAADate::Get(long& Year, long& Month, long& Day, long& Hour, long& Minute, Second = (F - (Hour / 24.0) - (Minute / 1440.0)) * 86400.0; } -void CAADate::Set(double JD, bool bGregorianCalendar) +void CAADate::Set(double JD, bool bGregorianCalendar) noexcept { m_dblJulian = JD; SetInGregorianCalendar(bGregorianCalendar); } -void CAADate::SetInGregorianCalendar(bool bGregorianCalendar) +void CAADate::SetInGregorianCalendar(bool bGregorianCalendar) noexcept { - bool bAfterPapalReform = (m_dblJulian >= 2299160.5); + const bool bAfterPapalReform = AfterPapalReform(m_dblJulian); #ifdef _DEBUG - if (bGregorianCalendar) //We do not allow storage of propalatic Gregorian dates + if (bGregorianCalendar) //We do not allow storage of proleptic Gregorian dates assert(bAfterPapalReform); #endif //#ifdef _DEBUG m_bGregorianCalendar = bGregorianCalendar && bAfterPapalReform; } -long CAADate::Day() const +long CAADate::Day() const noexcept { long Year = 0; long Month = 0; @@ -216,7 +216,7 @@ long CAADate::Day() const return Day; } -long CAADate::Month() const +long CAADate::Month() const noexcept { long Year = 0; long Month = 0; @@ -228,7 +228,7 @@ long CAADate::Month() const return Month; } -long CAADate::Year() const +long CAADate::Year() const noexcept { long Year = 0; long Month = 0; @@ -240,7 +240,7 @@ long CAADate::Year() const return Year; } -long CAADate::Hour() const +long CAADate::Hour() const noexcept { long Year = 0; long Month = 0; @@ -252,7 +252,7 @@ long CAADate::Hour() const return Hour; } -long CAADate::Minute() const +long CAADate::Minute() const noexcept { long Year = 0; long Month = 0; @@ -264,7 +264,7 @@ long CAADate::Minute() const return Minute; } -double CAADate::Second() const +double CAADate::Second() const noexcept { long Year = 0; long Month = 0; @@ -276,31 +276,39 @@ double CAADate::Second() const return Second; } -CAADate::DAY_OF_WEEK CAADate::DayOfWeek() const +CAADate::DOW CAADate::DayOfWeek() const noexcept { - return static_cast((static_cast(m_dblJulian + 1.5) % 7)); + return static_cast((static_cast(m_dblJulian + 1.5) % 7)); } -long CAADate::DaysInMonth(long Month, bool bLeap) +long CAADate::DaysInMonth(long Month, bool bLeap) noexcept { //Validate our parameters assert(Month >= 1 && Month <= 12); #ifdef _MSC_VER __analysis_assume(Month >= 1 && Month <= 12); #endif //#ifdef _MSC_VER - - int MonthLength[] = - { - 31, 28, 31, 30, 31, 30, - 31, 31, 30, 31, 30, 31 - }; + + static constexpr array g_NonLeapMonths{ 31, 28, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; + static constexpr array g_LeapMonths{ 31, 29, 31, 30, 31, 30, 31, 31, 30, 31, 30, 31 }; + if (bLeap) - MonthLength[1]++; - - return MonthLength[Month-1]; + { + #ifdef _MSC_VER + #pragma warning(suppress : 26446 26472 26482) + #endif //#ifdef _MSC_VER + return g_LeapMonths[static_cast(Month) - 1]; + } + else + { + #ifdef _MSC_VER + #pragma warning(suppress : 26446 26472 26482) + #endif //#ifdef _MSC_VER + return g_NonLeapMonths[static_cast(Month) - 1]; + } } -long CAADate::DaysInMonth() const +long CAADate::DaysInMonth() const noexcept { long Year = 0; long Month = 0; @@ -313,7 +321,7 @@ long CAADate::DaysInMonth() const return DaysInMonth(Month, IsLeap(Year, m_bGregorianCalendar)); } -long CAADate::DaysInYear() const +long CAADate::DaysInYear() const noexcept { long Year = 0; long Month = 0; @@ -329,7 +337,7 @@ long CAADate::DaysInYear() const return 365; } -double CAADate::DayOfYear() const +double CAADate::DayOfYear() const noexcept { long Year = 0; long Month = 0; @@ -342,12 +350,12 @@ double CAADate::DayOfYear() const return DayOfYear(m_dblJulian, Year, AfterPapalReform(Year, 1, 1)); } -double CAADate::DayOfYear(double JD, long Year, bool bGregorianCalendar) +double CAADate::DayOfYear(double JD, long Year, bool bGregorianCalendar) noexcept { return JD - DateToJD(Year, 1, 1, bGregorianCalendar) + 1; } -double CAADate::FractionalYear() const +double CAADate::FractionalYear() const noexcept { long Year = 0; long Month = 0; @@ -357,7 +365,7 @@ double CAADate::FractionalYear() const double Second = 0; Get(Year, Month, Day, Hour, Minute, Second); - long DaysInYear; + long DaysInYear = 0; if (IsLeap(Year, m_bGregorianCalendar)) DaysInYear = 366; else @@ -366,23 +374,23 @@ double CAADate::FractionalYear() const return Year + ((m_dblJulian - DateToJD(Year, 1, 1, AfterPapalReform(Year, 1, 1))) / DaysInYear); } -bool CAADate::Leap() const +bool CAADate::Leap() const noexcept { return IsLeap(Year(), m_bGregorianCalendar); } -void CAADate::DayOfYearToDayAndMonth(long DayOfYear, bool bLeap, long& DayOfMonth, long& Month) +void CAADate::DayOfYearToDayAndMonth(long DayOfYear, bool bLeap, long& DayOfMonth, long& Month) noexcept { long K = bLeap ? 1 : 2; - Month = INT(9*(K + DayOfYear)/275.0 + 0.98); + Month = INT(9 * (0.0 + K + DayOfYear) / 275.0 + 0.98); if (DayOfYear < 32) Month = 1; - DayOfMonth = DayOfYear - INT((275*Month)/9.0) + (K*INT((Month + 9)/12.0)) + 30; + DayOfMonth = DayOfYear - INT((275.0 * Month) / 9.0) + (K * INT((Month + 9.0) / 12.0)) + 30; } -long CAADate::INT(double value) +long CAADate::INT(double value) noexcept { if (value >= 0) return static_cast(value); @@ -390,12 +398,12 @@ long CAADate::INT(double value) return static_cast(value - 1); } -CAACalendarDate CAADate::JulianToGregorian(long Year, long Month, long Day) +CAACalendarDate CAADate::JulianToGregorian(long Year, long Month, long Day) noexcept { CAADate date(Year, Month, Day, false); date.SetInGregorianCalendar(true); - CAACalendarDate GregorianDate; + CAACalendarDate GregorianDate; long Hour = 0; long Minute = 0; double Second = 0; @@ -404,12 +412,12 @@ CAACalendarDate CAADate::JulianToGregorian(long Year, long Month, long Day) return GregorianDate; } -CAACalendarDate CAADate::GregorianToJulian(long Year, long Month, long Day) +CAACalendarDate CAADate::GregorianToJulian(long Year, long Month, long Day) noexcept { CAADate date(Year, Month, Day, true); date.SetInGregorianCalendar(false); - CAACalendarDate JulianDate; + CAACalendarDate JulianDate; long Hour = 0; long Minute = 0; double Second = 0; diff --git a/Sources/AAPlus/include/AADate.h b/Sources/AAPlus/include/AADate.h new file mode 100644 index 0000000..a0503cc --- /dev/null +++ b/Sources/AAPlus/include/AADate.h @@ -0,0 +1,121 @@ +/* +Module : AADate.h +Purpose: Implementation for the algorithms which convert between the Gregorian and Julian calendars and the Julian Day +Created: PJN / 29-12-2003 + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AADATE_H__ +#define __AADATE_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +/////////////////////// Includes ////////////////////////////////////////////// + +#include "AADefines.h" + + +/////////////////////// Classes /////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAACalendarDate +{ +public: +//Member variables + long Year = 0; + long Month = 0; + long Day = 0; +}; + +class AAPLUS_EXT_CLASS CAADate +{ +public: +//Enums + enum class DOW + { + SUNDAY = 0, + MONDAY = 1, + TUESDAY = 2, + WEDNESDAY = 3, + THURSDAY = 4, + FRIDAY = 5, + SATURDAY = 6 + }; + +//Constructors / Destructors + CAADate() noexcept; + CAADate(long Year, long Month, double Day, bool bGregorianCalendar) noexcept; + CAADate(long Year, long Month, double Day, double Hour, double Minute, double Second, bool bGregorianCalendar) noexcept; + CAADate(double JD, bool bGregorianCalendar) noexcept; + +//Static Methods + static double DateToJD(long Year, long Month, double Day, bool bGregorianCalendar) noexcept; + static bool IsLeap(long Year, bool bGregorianCalendar) noexcept; + static void DayOfYearToDayAndMonth(long DayOfYear, bool bLeap, long& DayOfMonth, long& Month) noexcept; + static CAACalendarDate JulianToGregorian(long Year, long Month, long Day) noexcept; + static CAACalendarDate GregorianToJulian(long Year, long Month, long Day) noexcept; + static long INT(double value) noexcept; + + constexpr static bool AfterPapalReform(long Year, long Month, double Day) + { + return ((Year > 1582) || ((Year == 1582) && (Month > 10)) || ((Year == 1582) && (Month == 10) && (Day >= 15))); + } + + constexpr static bool AfterPapalReform(double JD) + { + return (JD >= 2299160.5); + } + + static double DayOfYear(double JD, long Year, bool bGregorianCalendar) noexcept; + static long DaysInMonth(long Month, bool bLeap) noexcept; + +//Non Static methods + [[nodiscard]] double Julian() const noexcept { return m_dblJulian; }; + operator double() const noexcept { return m_dblJulian; }; + [[nodiscard]] long Day() const noexcept; + [[nodiscard]] long Month() const noexcept; + [[nodiscard]] long Year() const noexcept; + [[nodiscard]] long Hour() const noexcept; + [[nodiscard]] long Minute() const noexcept; + [[nodiscard]] double Second() const noexcept; + void Set(long Year, long Month, double Day, double Hour, double Minute, double Second, bool bGregorianCalendar) noexcept; + void Set(double JD, bool bGregorianCalendar) noexcept; + void SetInGregorianCalendar(bool bGregorianCalendar) noexcept; + void Get(long& Year, long& Month, long& Day, long& Hour, long& Minute, double& Second) const noexcept; + [[nodiscard]] DOW DayOfWeek() const noexcept; + [[nodiscard]] double DayOfYear() const noexcept; + [[nodiscard]] long DaysInMonth() const noexcept; + [[nodiscard]] long DaysInYear() const noexcept; + [[nodiscard]] bool Leap() const noexcept; + [[nodiscard]] bool InGregorianCalendar() const noexcept { return m_bGregorianCalendar; }; + [[nodiscard]] double FractionalYear() const noexcept; + +protected: +//Member variables + double m_dblJulian; //Julian Day number for this date + bool m_bGregorianCalendar; //Is this date in the Gregorian calendar +}; + + +#endif //#ifndef __AADATE_H__ diff --git a/Sources/AAPlus/include/AADefines.h b/Sources/AAPlus/include/AADefines.h new file mode 100644 index 0000000..e9961c1 --- /dev/null +++ b/Sources/AAPlus/include/AADefines.h @@ -0,0 +1,37 @@ +/* +Module : AADefines.h +Purpose: include file for AA+ framework for defines +Created: PJN / 30-1-2005 + +Copyright (c) 2020 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////////////// Macros / Defines ////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + + +#ifndef __AADEFINES_H__ +#define __AADEFINES_H__ + + +#ifndef UNREFERENCED_PARAMETER +#define UNREFERENCED_PARAMETER(x) ((void)(x)) +#endif //#ifndef UNREFERENCED_PARAMETER + + +#endif //__AADEFINES_H__ diff --git a/Sources/AAPlus/include/AADiameters.h b/Sources/AAPlus/include/AADiameters.h new file mode 100644 index 0000000..205d3d3 --- /dev/null +++ b/Sources/AAPlus/include/AADiameters.h @@ -0,0 +1,163 @@ +/* +Module : AADiameters.h +Purpose: Implementation for the algorithms for the semi diameters of the Sun, Moon, Planets, and Asteroids +Created: PJN / 15-01-2004 + +Copyright (c) 2004 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AADIAMETERS_H__ +#define __AADIAMETERS_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +/////////////////////// Includes ////////////////////////////////////////////// + +#include "AACoordinateTransformation.h" + + +/////////////////////// Classes /////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAADiameters +{ +public: +//Static methods + constexpr static double SunSemidiameterA(double Delta) + { + return 959.63 / Delta; + } + + constexpr static double MercurySemidiameterA(double Delta) + { + return 3.34 / Delta; + } + + constexpr static double VenusSemidiameterA(double Delta) + { + return 8.41 / Delta; + } + + constexpr static double MarsSemidiameterA(double Delta) + { + return 4.68 / Delta; + } + + constexpr static double JupiterEquatorialSemidiameterA(double Delta) + { + return 98.47 / Delta; + } + + constexpr static double JupiterPolarSemidiameterA(double Delta) + { + return 91.91 / Delta; + } + + constexpr static double SaturnEquatorialSemidiameterA(double Delta) + { + return 83.33 / Delta; + } + + constexpr static double SaturnPolarSemidiameterA(double Delta) + { + return 74.57 / Delta; + } + + constexpr static double UranusSemidiameterA(double Delta) + { + return 34.28/Delta; + } + + constexpr static double NeptuneSemidiameterA(double Delta) + { + return 36.56/Delta; + } + + constexpr static double MercurySemidiameterB(double Delta) + { + return 3.36/Delta; + } + + constexpr static double VenusSemidiameterB(double Delta) + { + return 8.34/Delta; + } + + constexpr static double MarsSemidiameterB(double Delta) + { + return 4.68/Delta; + } + + constexpr static double JupiterEquatorialSemidiameterB(double Delta) + { + return 98.44/Delta; + } + + constexpr static double JupiterPolarSemidiameterB(double Delta) + { + return 92.06/Delta; + } + + constexpr static double SaturnEquatorialSemidiameterB(double Delta) + { + return 82.73/Delta; + } + + constexpr static double SaturnPolarSemidiameterB(double Delta) + { + return 73.82/Delta; + } + + constexpr static double UranusSemidiameterB(double Delta) + { + return 35.02 / Delta; + } + + constexpr static double NeptuneSemidiameterB(double Delta) + { + return 33.50 / Delta; + } + + constexpr static double PlutoSemidiameterB(double Delta) + { + return 2.07 / Delta; + } + + constexpr static double GeocentricMoonSemidiameter(double Delta) + { + return CAACoordinateTransformation::RadiansToDegrees(0.272481 * 6378.14 / Delta) * 3600; + } + + constexpr static double ApparentAsteroidDiameter(double Delta, double d) + { + return 0.0013788*d / Delta; + } + + static double ApparentSaturnPolarSemidiameterA(double Delta, double B) noexcept; + static double ApparentSaturnPolarSemidiameterB(double Delta, double B) noexcept; + static double TopocentricMoonSemidiameter(double DistanceDelta, double Delta, double H, double Latitude, double Height) noexcept; + static double AsteroidDiameter(double H, double A) noexcept; +}; + + +#endif //#ifndef __AADIAMETERS_H__ diff --git a/Sources/AAPlus/include/AADynamicalTime.cpp b/Sources/AAPlus/include/AADynamicalTime.cpp new file mode 100644 index 0000000..a68994b --- /dev/null +++ b/Sources/AAPlus/include/AADynamicalTime.cpp @@ -0,0 +1,19519 @@ +/* +Module : AADynamicalTime.cpp +Purpose: Implementation for the algorithms which provides for conversion between Universal Time (both UT1 and UTC) and Terrestrial Time (TT) aka Terrestrial Dynamical Time (TDT) + aka Ephemeris Time (ET) +Created: PJN / 29-12-2003 +History: PJN / 01-02-2005 1. Fixed a problem with the declaration of the variable "Index" in the function + CAADynamicalTime::DeltaT. Thanks to Mika Heiskanen for reporting this problem. + PJN / 26-01-2007 1. Update to fit in with new layout of CAADate class + PJN / 28-01-2007 1. Further updates to fit in with new layout of CAADate class + PJN / 08-05-2011 1. Fixed a compilation issue on GCC where size_t was undefined in various methods. Thanks to + Carsten A. Arnholm and Andrew Hammond for reporting this bug. + PJN / 01-05-2012 1. Updated CAADynamicalTime::DeltaT to use new polynomical expressions from Espenak & Meeus 2006. + References used: http://eclipse.gsfc.nasa.gov/SEcat5/deltatpoly.html and + http://www.staff.science.uu.nl/~gent0113/deltat/deltat_old.htm (Espenak & Meeus 2006 section). + Thanks to Murphy Chesney for prompting this update. + PJN / 02-05-2012 1. To further improve the accuracy of the CAADynamicalTime::DeltaT method, the code now uses a + lookup table between the dates of 1 February 1973 to 1 April 2012 (for observed values) and predicted + values from April 2012 till April 2015. These values are as provided by IERS Rapid + Service/Prediction Center at http://maia.usno.navy.mil/ser7/deltat.data and + http://maia.usno.navy.mil/ser7/deltat.preds. This lookup table will of course need to be kept up to + date as IERS update this information. As currently coded there is a single discontinuity of c. one second + in early April 2015. At this point http://maia.usno.navy.mil/ser7/deltat.preds indicates an error value + for DeltaT of about 0.9 seconds anyway. + 2. A new CAADynamicalTime::CumulativeLeapSeconds has been provided. This method takes as input the Julian + Day value and returns the cumulative total of Leap seconds which have been applied to this point. For more + information about leap seconds please see http://en.wikipedia.org/wiki/Leap_second. Using this method you + can now implement code which converts from Terrestial Time to Coordinated Universal time as follows: + + double TerrestialTime = some calculation using AA+ algorithms(JD); + double DeltaT = CAADynamicalTime::DeltaT(JD); + double UniversalTime1 = TerrestialTime - DeltaT/86400.0; //The time of the event using the UT1 time scale + double TerrestialAtomicTime = TerrestialTime - (32.184/86400.0); //The time of the event using the TAI time scale + double CumulativeLeapSeconds = CAADynamicalTime::CumulativeLeapSeconds(JD); + double CoordinatedUniversalTime = (DeltaT - CumulativeLeapSeconds - 32.184)/86400.0 + UniversalTime1; //The time of the event using the UTC time scale + PJN / 13-10-2012 1. Fixed a typo in the spelling of Coefficient throughout the AADynamicalTime.cpp module + PJN / 04-08-2013 1. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st April 2013 + 2. Updated the predicted DeltaT values from http://maia.usno.navy.mil/ser7/deltat.preds to 1st January 2023 + PJN / 28-10-2013 1. Addition of a TT2UTC method which converts from TT to UTC. + 2. Addition of a UTC2TT method which converts from UTC to TT. + 3. Addition of a TT2TAI method which converts from TT to TAI. + 4. Addition of a TAI2TT method which converts from TAI to TT. + 5. Addition of a TT2UT1 method which converts from TT to UT1. + 6. Addition of a UT12TT method which converts from UT1 to TT. + 7. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st September 2013 + 8. Addition of a UT1MinusUTC method which returns UT1 - UTC. + PJN / 12-11-2014 1. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st October 2014 + 2. Updated the predicted DeltaT values from http://maia.usno.navy.mil/ser7/deltat.preds to 1st January 2024 + PJN / 15-02-2015 1. Updated copyright details. + 2. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st January 2015 + 3. Updated the predicted DeltaT values from http://maia.usno.navy.mil/ser7/deltat.preds to 1st January 2024 + 4. Updated the CumulativeLeapSeconds table from http://maia.usno.navy.mil/ser7/tai-utc.dat to 1st July 2015 + PJN / 05-07-2015 1. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st April 2015 + PJN / 01-09-2015 1. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st July 2015 + 2. Updated the predicted DeltaT values from http://maia.usno.navy.mil/ser7/deltat.preds to 1st January 2025 + PJN / 31-12-2015 1. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st October 2015 + 2. Verified the predicted DeltaT values from http://maia.usno.navy.mil/ser7/deltat.preds are up to date + PJN / 09-03-2016 1. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st February 2016 + 2. Verified the predicted DeltaT values from http://maia.usno.navy.mil/ser7/deltat.preds are up to date + PJN / 07-07-2016 1. Updated the CAADynamicalTime::CumulativeLeapSeconds method as taken from + http://maia.usno.navy.mil/ser7/tai-utc.dat to include the leap second which will occur on 1 January 2017. + 2. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st July 2016 + 3. Updated the predicted DeltaT values from http://maia.usno.navy.mil/ser7/deltat.preds to July 2026 + PJN / 05-02-2017 1. Updated copyright details. + 2. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st January 2017 + 3. Updated the predicted DeltaT values from http://maia.usno.navy.mil/ser7/deltat.preds to Jan 2026 + PJN / 18-02-2017 1. Fixed a transcription error on the DeltaT value for 1 May 2015. The correct value is 67.8012 instead + of 67.8011. Thanks to Luigi Candurro for reporting this error. + 2. Fixed a number of transcription errors on the predicted DeltaT values from 2019.75 to 2025.75. Thanks + to Luigi Candurro for reporting these errors. + 3. CAADynamicalTime::TT2UTC is now implemented as TT2UT1 for date ranges prior to 1 January 1961 and 500 + days after the last leap second (which is currently 1 January 2017). Also CAADynamicalTime::UTC2TT is + now implemented as UT12TT for date ranges prior to 1 January 1961 and 500 days after the last leap + second. These changes address problems where these two methods would end up using a constant offset + between UTC and TT for dates away from the current epoch. This problem was discovered while calculating + rise, transit and set times for the Moon in B.C.E years. Thanks to Luigi Candurro for prompting this + update. + PJN / 19-02-2017 1. Fixed a bug in the CAADynamicalTime::UTC2TT & CAADynamicalTime::TT2UTC methods where the code would + incorrectly use BaseMJD instead of JD when determining if the date is in the valid range of UTC. Thanks + to Luigi Candurro for reporting this bug. + PJN / 30-07-2017 1. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st June 2017 + 2. Updated the predicted DeltaT values from http://maia.usno.navy.mil/ser7/deltat.preds to Jan 2026 + PJN / 20-01-2018 1. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st January 2018 + 2. Updated the predicted DeltaT values from http://maia.usno.navy.mil/ser7/deltat.preds to Jan 2026 + PJN / 22-09-2018 1. Updated the observed DeltaT values from http://toshi.nofs.navy.mil/ser7/deltat.data to 1st April 2018 + PJN / 03-01-2019 1. Updated copyright details. + 2. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st October 2018 + PJN / 03-01-2019 1. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st January 2019 + PJN / 08-06-2019 1. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st April 2019 + 2. Updated the predicted DeltaT values from http://maia.usno.navy.mil/ser7/deltat.preds to October 2027 + PJN / 23-06-2019 1. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st June 2019 + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + PJN / 28-09-2019 1. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st September 2019 + PJN / 22-04-2020 1. Updated the observed DeltaT values from ftp://cddis.gsfc.nasa.gov/pub/products/iers/deltat.data to 1st February 2020 + 2. Reworked C arrays to use std::array + 3. Fixed more Clang-Tidy static code analysis warnings in the code. + PJN / 22-11-2020 1. Updated the observed DeltaT values from https://datacenter.iers.org/eop.php to 1st November 2020. The IERS web site + is the definitive source for these values as the USNO websites which I have previously used are offline at the moment for + modernization efforts (See https://www.usno.navy.mil/ for the details). To obtain values for DeltaT to add to the + g_DeltaTValues table below, the value "UT1-UTC" was taken from Bulletin A and the formula: + DeltaT = AccumulatedLeapsSeconds + 32.184 - (UT1-UTC) was used. The "AccumulatedLeapsSeconds" for 2020 is currently 37 + seconds. If you plot the values for DeltaT for 2020 you will see that around June 2020 the value for DeltaT has started to + decrease instead of the long term increasing trend for DeltaT. If this trend continues we may see the first negative leap + second occur in the next few years. + PJN / 23-11-2020 1. Reworked CAADynamicalTime::TT2UTC & CAADynamicalTime::UTC2TT methods to use std::array::size instead of sizeof. + PJN / 04-12-2020 1. Updated the observed DeltaT values from https://datacenter.iers.org/eop.php to 1st December 2020. + PJN / 09-01-2021 1. Updated the observed DeltaT values from https://datacenter.iers.org/eop.php to 1st January 2021. + PJN / 05-02-2021 1. Updated the observed DeltaT values from https://datacenter.iers.org/eop.php to 1st February 2021. + PJN / 07-03-2021 1. Updated the observed DeltaT values from https://datacenter.iers.org/eop.php to 1st March 2021. + PJN / 12-03-2021 1. Reworked CAADynamicalTime::DeltaT to use std::upper_bound to speed up logic to find correct entry in the g_DeltaTValues + lookup table. + 2. Reworked CAADynamicalTime::CumulativeLeapSeconds to use std::upper_bound to speed up logic to find correct entry in the + g_LeapSecondCoefficients lookup table. + 3. Updated the g_DeltaTValues lookup table to use values from the year 1657 to 1972.50 to use data from + https://cddis.nasa.gov/archive/products/iers/historic_deltat.data which provides a granularity of 0.5 of a year. Also + updated the same array to use values from 2 January 1973 to 19 March 2022 from + https://cddis.nasa.gov/archive/products/iers/finals2000A.all which provides a granularity of 1 day. Also updated the same + array to use values from the year 2022.25 to 2027.75 from https://cddis.nasa.gov/archive/products/iers/deltat.preds which + provides a granularity of 0.25 of a year. All of this was implemented using a program which machine generates the lookup + table using custom code. This new lookup table now includes > 18k elements and provides 1 - 1 precision with all the data + released by IERS. The machine generated code will also make it easier to update this data as new data is published by + IERS going forward. Using this new lookup array we now have a discontinuity of c. 3.7 seconds in January 1657 and a + discontinuity of c. 2.5 seconds in October 2027 for the CAADynamicalTime::DeltaT method. With these updates AA+ is now + 29.7 Megabytes and 416 thousand lines of C++ source code. + 4. Implemented a CAADynamicalTime::SetUserDefinedDeltaT method which allows a user provided DeltaT function to be + provided. By default the CAADynamicalTime::DeltaT function uses its own lookup tables and polynomials to calculate + DeltaT, but if CAADynamicalTime::SetUserDefinedDeltaT has been called to provide a custom DeltaT function then the + callback function provided to this method will be used instead. + PJN / 02-04-2021 1. Updated the g_DeltaTValues lookup table to use observed DeltaT values to 1 April 2021 and predicted values to + 9 April 2022 from https://cddis.nasa.gov/archive/products/iers/finals2000A.all. + PJN / 20-04-2021 1. Added a preprocessor directive "AAPLUS_DELTAT_NO_HIGH_PRECISION" which if defined will only use the polynomial + equations instead of lookup tables from IERS for calculating DeltaT in the method CAADynamicalTime::DeltaT. By defining + this value you reduce the memory requirements needed for the lookup table "g_DeltaTValues" by 300 KB. + PJN / 01-05-2021 1. Updated the g_DeltaTValues lookup table to use observed DeltaT values to 29 April 2021 and predicted values to + 7 May 2022 from https://cddis.nasa.gov/archive/products/iers/finals2000A.all. + PJN / 05-06-2021 1. Updated the g_DeltaTValues lookup table to use observed DeltaT values to 3 June 2021 and predicted values to + 11 June 2022 from https://cddis.nasa.gov/archive/products/iers/finals2000A.all. + PJN / 08-07-2021 1. Updated the g_DeltaTValues lookup table to use observed DeltaT values to 8 July 2021 and predicted values to + 16 July 2022 from https://cddis.nasa.gov/archive/products/iers/finals2000A.all. + PJN / 09-08-2021 1. Updated the g_DeltaTValues lookup table to use observed DeltaT values to 5 August 2021 and predicted values to + 13 August 2022 from https://cddis.nasa.gov/archive/products/iers/finals2000A.all. + PJN / 12-09-2021 1. Updated the g_DeltaTValues lookup table to use observed DeltaT values to 9 September 2021 and predicted values to + 17 September 2022 from https://cddis.nasa.gov/archive/products/iers/finals2000A.all. + PJN / 23-10-2021 1. Updated the g_DeltaTValues lookup table to use observed DeltaT values to 21 October 2021 and predicted values to + 29 October 2022 from https://cddis.nasa.gov/archive/products/iers/finals2000A.all. + PJN / 06-11-2021 1. Updated the g_DeltaTValues lookup table to use observed DeltaT values to 4 November 2021 and predicted values to + 12 November 2022 from https://cddis.nasa.gov/archive/products/iers/finals2000A.all. + PJN / 22-12-2021 1. Updated the g_DeltaTValues lookup table to use observed DeltaT values to 16 December 2021 and predicted values to + 24 December 2022 from https://cddis.nasa.gov/archive/products/iers/finals2000A.all. + PJN / 24-01-2022 1. Updated copyright details. + 2. Updated the g_DeltaTValues lookup table to use observed DeltaT values to 20 January 2022 and predicted values to + 28 January 2023 from https://cddis.nasa.gov/archive/products/iers/finals2000A.all. + PJN / 20-03-2022 1. Updated the g_DeltaTValues lookup table to use observed DeltaT values to 17 March 2022 and predicted values to + 25 March 2023 from https://cddis.nasa.gov/archive/products/iers/finals2000A.all and long term predicted values to + 1 January 2032 from https://cddis.nasa.gov/archive/products/iers/deltat.preds. + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +////////////////////////////////// Includes /////////////////////////////////// + +#include "stdafx.h" +#include "AADynamicalTime.h" +#include "AADate.h" +#include +#include +#include +#include +using namespace std; + + +////////////////////////////////// Macros / Defines /////////////////////////// + +#ifdef _MSC_VER +#pragma warning(disable : 26446 26482) +#endif //#ifdef _MSC_VER + + +#ifndef AAPLUS_DELTAT_NO_HIGH_PRECISION + +struct DeltaTValue +{ + double JD; + double DeltaT; +}; + +constexpr array g_DeltaTValues +{ { +//Values from https://cddis.nasa.gov/archive/products/iers/historic_deltat.data + { 2326267.50, 44.000 }, //1657.00 + { 2326450.00, 43.000 }, //1657.50 + { 2326632.50, 43.000 }, //1658.00 + { 2326815.00, 41.000 }, //1658.50 + { 2326997.50, 40.000 }, //1659.00 + { 2327180.00, 39.000 }, //1659.50 + { 2327362.50, 38.000 }, //1660.00 + { 2327545.50, 37.000 }, //1660.50 + { 2327728.50, 37.000 }, //1661.00 + { 2327911.00, 36.000 }, //1661.50 + { 2328093.50, 36.000 }, //1662.00 + { 2328276.00, 36.000 }, //1662.50 + { 2328458.50, 37.000 }, //1663.00 + { 2328641.00, 37.000 }, //1663.50 + { 2328823.50, 38.000 }, //1664.00 + { 2329006.50, 37.000 }, //1664.50 + { 2329189.50, 36.000 }, //1665.00 + { 2329372.00, 36.000 }, //1665.50 + { 2329554.50, 35.000 }, //1666.00 + { 2329737.00, 35.000 }, //1666.50 + { 2329919.50, 34.000 }, //1667.00 + { 2330102.00, 33.000 }, //1667.50 + { 2330284.50, 33.000 }, //1668.00 + { 2330467.50, 32.000 }, //1668.50 + { 2330650.50, 32.000 }, //1669.00 + { 2330833.00, 31.000 }, //1669.50 + { 2331015.50, 31.000 }, //1670.00 + { 2331198.00, 30.000 }, //1670.50 + { 2331380.50, 30.000 }, //1671.00 + { 2331563.00, 29.000 }, //1671.50 + { 2331745.50, 29.000 }, //1672.00 + { 2331928.50, 29.000 }, //1672.50 + { 2332111.50, 29.000 }, //1673.00 + { 2332294.00, 29.000 }, //1673.50 + { 2332476.50, 28.000 }, //1674.00 + { 2332659.00, 28.000 }, //1674.50 + { 2332841.50, 27.000 }, //1675.00 + { 2333024.00, 27.000 }, //1675.50 + { 2333206.50, 26.000 }, //1676.00 + { 2333389.50, 26.000 }, //1676.50 + { 2333572.50, 25.000 }, //1677.00 + { 2333755.00, 25.000 }, //1677.50 + { 2333937.50, 25.000 }, //1678.00 + { 2334120.00, 26.000 }, //1678.50 + { 2334302.50, 26.000 }, //1679.00 + { 2334485.00, 26.000 }, //1679.50 + { 2334667.50, 26.000 }, //1680.00 + { 2334850.50, 25.000 }, //1680.50 + { 2335033.50, 25.000 }, //1681.00 + { 2335216.00, 25.000 }, //1681.50 + { 2335398.50, 24.000 }, //1682.00 + { 2335581.00, 24.000 }, //1682.50 + { 2335763.50, 24.000 }, //1683.00 + { 2335946.00, 24.000 }, //1683.50 + { 2336128.50, 24.000 }, //1684.00 + { 2336311.50, 24.000 }, //1684.50 + { 2336494.50, 24.000 }, //1685.00 + { 2336677.00, 24.000 }, //1685.50 + { 2336859.50, 24.000 }, //1686.00 + { 2337042.00, 24.000 }, //1686.50 + { 2337224.50, 23.000 }, //1687.00 + { 2337407.00, 23.000 }, //1687.50 + { 2337589.50, 23.000 }, //1688.00 + { 2337772.50, 23.000 }, //1688.50 + { 2337955.50, 22.000 }, //1689.00 + { 2338138.00, 22.000 }, //1689.50 + { 2338320.50, 22.000 }, //1690.00 + { 2338503.00, 22.000 }, //1690.50 + { 2338685.50, 22.000 }, //1691.00 + { 2338868.00, 21.000 }, //1691.50 + { 2339050.50, 21.000 }, //1692.00 + { 2339233.50, 21.000 }, //1692.50 + { 2339416.50, 21.000 }, //1693.00 + { 2339599.00, 21.000 }, //1693.50 + { 2339781.50, 21.000 }, //1694.00 + { 2339964.00, 21.000 }, //1694.50 + { 2340146.50, 21.000 }, //1695.00 + { 2340329.00, 20.000 }, //1695.50 + { 2340511.50, 20.000 }, //1696.00 + { 2340694.50, 20.000 }, //1696.50 + { 2340877.50, 20.000 }, //1697.00 + { 2341060.00, 20.000 }, //1697.50 + { 2341242.50, 20.000 }, //1698.00 + { 2341425.00, 20.000 }, //1698.50 + { 2341607.50, 20.000 }, //1699.00 + { 2341790.00, 20.000 }, //1699.50 + { 2341972.50, 21.000 }, //1700.00 + { 2342155.00, 21.000 }, //1700.50 + { 2342337.50, 21.000 }, //1701.00 + { 2342520.00, 20.000 }, //1701.50 + { 2342702.50, 20.000 }, //1702.00 + { 2342885.00, 20.000 }, //1702.50 + { 2343067.50, 20.000 }, //1703.00 + { 2343250.00, 20.000 }, //1703.50 + { 2343432.50, 19.000 }, //1704.00 + { 2343615.50, 19.000 }, //1704.50 + { 2343798.50, 19.000 }, //1705.00 + { 2343981.00, 19.000 }, //1705.50 + { 2344163.50, 19.000 }, //1706.00 + { 2344346.00, 20.000 }, //1706.50 + { 2344528.50, 20.000 }, //1707.00 + { 2344711.00, 20.000 }, //1707.50 + { 2344893.50, 20.000 }, //1708.00 + { 2345076.50, 19.000 }, //1708.50 + { 2345259.50, 20.000 }, //1709.00 + { 2345442.00, 20.000 }, //1709.50 + { 2345624.50, 20.000 }, //1710.00 + { 2345807.00, 20.000 }, //1710.50 + { 2345989.50, 20.000 }, //1711.00 + { 2346172.00, 20.000 }, //1711.50 + { 2346354.50, 21.000 }, //1712.00 + { 2346537.50, 21.000 }, //1712.50 + { 2346720.50, 21.000 }, //1713.00 + { 2346903.00, 21.000 }, //1713.50 + { 2347085.50, 21.000 }, //1714.00 + { 2347268.00, 21.000 }, //1714.50 + { 2347450.50, 21.000 }, //1715.00 + { 2347633.00, 21.000 }, //1715.50 + { 2347815.50, 21.000 }, //1716.00 + { 2347998.50, 21.000 }, //1716.50 + { 2348181.50, 21.000 }, //1717.00 + { 2348364.00, 21.000 }, //1717.50 + { 2348546.50, 21.000 }, //1718.00 + { 2348729.00, 21.000 }, //1718.50 + { 2348911.50, 21.000 }, //1719.00 + { 2349094.00, 21.000 }, //1719.50 + { 2349276.50, 21.100 }, //1720.00 + { 2349459.50, 21.000 }, //1720.50 + { 2349642.50, 21.000 }, //1721.00 + { 2349825.00, 21.000 }, //1721.50 + { 2350007.50, 20.900 }, //1722.00 + { 2350190.00, 20.800 }, //1722.50 + { 2350372.50, 20.700 }, //1723.00 + { 2350555.00, 20.600 }, //1723.50 + { 2350737.50, 20.400 }, //1724.00 + { 2350920.50, 20.200 }, //1724.50 + { 2351103.50, 20.000 }, //1725.00 + { 2351286.00, 19.700 }, //1725.50 + { 2351468.50, 19.400 }, //1726.00 + { 2351651.00, 19.100 }, //1726.50 + { 2351833.50, 18.700 }, //1727.00 + { 2352016.00, 18.300 }, //1727.50 + { 2352198.50, 17.800 }, //1728.00 + { 2352381.50, 17.400 }, //1728.50 + { 2352564.50, 17.000 }, //1729.00 + { 2352747.00, 16.800 }, //1729.50 + { 2352929.50, 16.600 }, //1730.00 + { 2353112.00, 16.400 }, //1730.50 + { 2353294.50, 16.100 }, //1731.00 + { 2353477.00, 15.900 }, //1731.50 + { 2353659.50, 15.700 }, //1732.00 + { 2353842.50, 15.500 }, //1732.50 + { 2354025.50, 15.300 }, //1733.00 + { 2354208.00, 15.000 }, //1733.50 + { 2354390.50, 14.700 }, //1734.00 + { 2354573.00, 14.500 }, //1734.50 + { 2354755.50, 14.300 }, //1735.00 + { 2354938.00, 14.200 }, //1735.50 + { 2355120.50, 14.100 }, //1736.00 + { 2355303.50, 14.100 }, //1736.50 + { 2355486.50, 14.100 }, //1737.00 + { 2355669.00, 13.900 }, //1737.50 + { 2355851.50, 13.700 }, //1738.00 + { 2356034.00, 13.600 }, //1738.50 + { 2356216.50, 13.500 }, //1739.00 + { 2356399.00, 13.500 }, //1739.50 + { 2356581.50, 13.500 }, //1740.00 + { 2356764.50, 13.500 }, //1740.50 + { 2356947.50, 13.400 }, //1741.00 + { 2357130.00, 13.400 }, //1741.50 + { 2357312.50, 13.400 }, //1742.00 + { 2357495.00, 13.400 }, //1742.50 + { 2357677.50, 13.300 }, //1743.00 + { 2357860.00, 13.300 }, //1743.50 + { 2358042.50, 13.200 }, //1744.00 + { 2358225.50, 13.200 }, //1744.50 + { 2358408.50, 13.200 }, //1745.00 + { 2358591.00, 13.100 }, //1745.50 + { 2358773.50, 13.100 }, //1746.00 + { 2358956.00, 13.100 }, //1746.50 + { 2359138.50, 13.000 }, //1747.00 + { 2359321.00, 13.200 }, //1747.50 + { 2359503.50, 13.300 }, //1748.00 + { 2359686.50, 13.400 }, //1748.50 + { 2359869.50, 13.500 }, //1749.00 + { 2360052.00, 13.600 }, //1749.50 + { 2360234.50, 13.700 }, //1750.00 + { 2360417.00, 13.800 }, //1750.50 + { 2360599.50, 13.900 }, //1751.00 + { 2360782.00, 14.000 }, //1751.50 + { 2360964.50, 14.000 }, //1752.00 + { 2361147.50, 14.100 }, //1752.50 + { 2361330.50, 14.100 }, //1753.00 + { 2361513.00, 14.100 }, //1753.50 + { 2361695.50, 14.100 }, //1754.00 + { 2361878.00, 14.200 }, //1754.50 + { 2362060.50, 14.300 }, //1755.00 + { 2362243.00, 14.400 }, //1755.50 + { 2362425.50, 14.400 }, //1756.00 + { 2362608.50, 14.500 }, //1756.50 + { 2362791.50, 14.600 }, //1757.00 + { 2362974.00, 14.600 }, //1757.50 + { 2363156.50, 14.700 }, //1758.00 + { 2363339.00, 14.700 }, //1758.50 + { 2363521.50, 14.700 }, //1759.00 + { 2363704.00, 14.800 }, //1759.50 + { 2363886.50, 14.800 }, //1760.00 + { 2364069.50, 14.900 }, //1760.50 + { 2364252.50, 14.900 }, //1761.00 + { 2364435.00, 15.000 }, //1761.50 + { 2364617.50, 15.000 }, //1762.00 + { 2364800.00, 15.100 }, //1762.50 + { 2364982.50, 15.200 }, //1763.00 + { 2365165.00, 15.300 }, //1763.50 + { 2365347.50, 15.400 }, //1764.00 + { 2365530.50, 15.500 }, //1764.50 + { 2365713.50, 15.600 }, //1765.00 + { 2365896.00, 15.600 }, //1765.50 + { 2366078.50, 15.600 }, //1766.00 + { 2366261.00, 15.800 }, //1766.50 + { 2366443.50, 15.900 }, //1767.00 + { 2366626.00, 15.900 }, //1767.50 + { 2366808.50, 15.900 }, //1768.00 + { 2366991.50, 15.800 }, //1768.50 + { 2367174.50, 15.700 }, //1769.00 + { 2367357.00, 15.800 }, //1769.50 + { 2367539.50, 15.700 }, //1770.00 + { 2367722.00, 15.700 }, //1770.50 + { 2367904.50, 15.700 }, //1771.00 + { 2368087.00, 15.800 }, //1771.50 + { 2368269.50, 15.900 }, //1772.00 + { 2368452.50, 16.100 }, //1772.50 + { 2368635.50, 16.100 }, //1773.00 + { 2368818.00, 16.000 }, //1773.50 + { 2369000.50, 15.900 }, //1774.00 + { 2369183.00, 15.900 }, //1774.50 + { 2369365.50, 15.700 }, //1775.00 + { 2369548.00, 15.400 }, //1775.50 + { 2369730.50, 15.300 }, //1776.00 + { 2369913.50, 15.400 }, //1776.50 + { 2370096.50, 15.500 }, //1777.00 + { 2370279.00, 15.600 }, //1777.50 + { 2370461.50, 15.600 }, //1778.00 + { 2370644.00, 15.600 }, //1778.50 + { 2370826.50, 15.600 }, //1779.00 + { 2371009.00, 15.600 }, //1779.50 + { 2371191.50, 15.600 }, //1780.00 + { 2371374.50, 15.600 }, //1780.50 + { 2371557.50, 15.500 }, //1781.00 + { 2371740.00, 15.500 }, //1781.50 + { 2371922.50, 15.400 }, //1782.00 + { 2372105.00, 15.300 }, //1782.50 + { 2372287.50, 15.200 }, //1783.00 + { 2372470.00, 15.100 }, //1783.50 + { 2372652.50, 14.900 }, //1784.00 + { 2372835.50, 14.800 }, //1784.50 + { 2373018.50, 14.600 }, //1785.00 + { 2373201.00, 14.400 }, //1785.50 + { 2373383.50, 14.300 }, //1786.00 + { 2373566.00, 14.200 }, //1786.50 + { 2373748.50, 14.100 }, //1787.00 + { 2373931.00, 14.200 }, //1787.50 + { 2374113.50, 14.200 }, //1788.00 + { 2374296.50, 13.900 }, //1788.50 + { 2374479.50, 13.700 }, //1789.00 + { 2374662.00, 13.500 }, //1789.50 + { 2374844.50, 13.300 }, //1790.00 + { 2375027.00, 13.100 }, //1790.50 + { 2375209.50, 13.000 }, //1791.00 + { 2375392.00, 13.200 }, //1791.50 + { 2375574.50, 13.200 }, //1792.00 + { 2375757.50, 13.100 }, //1792.50 + { 2375940.50, 13.100 }, //1793.00 + { 2376123.00, 13.200 }, //1793.50 + { 2376305.50, 13.300 }, //1794.00 + { 2376488.00, 13.500 }, //1794.50 + { 2376670.50, 13.500 }, //1795.00 + { 2376853.00, 13.400 }, //1795.50 + { 2377035.50, 13.200 }, //1796.00 + { 2377218.50, 13.200 }, //1796.50 + { 2377401.50, 13.100 }, //1797.00 + { 2377584.00, 13.100 }, //1797.50 + { 2377766.50, 13.000 }, //1798.00 + { 2377949.00, 12.800 }, //1798.50 + { 2378131.50, 12.600 }, //1799.00 + { 2378314.00, 12.700 }, //1799.50 + { 2378496.50, 12.600 }, //1800.00 + { 2378679.00, 12.300 }, //1800.50 + { 2378861.50, 12.000 }, //1801.00 + { 2379044.00, 11.900 }, //1801.50 + { 2379226.50, 11.800 }, //1802.00 + { 2379409.00, 11.600 }, //1802.50 + { 2379591.50, 11.400 }, //1803.00 + { 2379774.00, 11.200 }, //1803.50 + { 2379956.50, 11.100 }, //1804.00 + { 2380139.50, 11.100 }, //1804.50 + { 2380322.50, 11.100 }, //1805.00 + { 2380505.00, 11.100 }, //1805.50 + { 2380687.50, 11.100 }, //1806.00 + { 2380870.00, 11.200 }, //1806.50 + { 2381052.50, 11.100 }, //1807.00 + { 2381235.00, 11.100 }, //1807.50 + { 2381417.50, 11.200 }, //1808.00 + { 2381600.50, 11.400 }, //1808.50 + { 2381783.50, 11.500 }, //1809.00 + { 2381966.00, 11.300 }, //1809.50 + { 2382148.50, 11.200 }, //1810.00 + { 2382331.00, 11.400 }, //1810.50 + { 2382513.50, 11.700 }, //1811.00 + { 2382696.00, 11.900 }, //1811.50 + { 2382878.50, 11.900 }, //1812.00 + { 2383061.50, 11.900 }, //1812.50 + { 2383244.50, 11.800 }, //1813.00 + { 2383427.00, 11.700 }, //1813.50 + { 2383609.50, 11.800 }, //1814.00 + { 2383792.00, 11.800 }, //1814.50 + { 2383974.50, 11.800 }, //1815.00 + { 2384157.00, 11.700 }, //1815.50 + { 2384339.50, 11.600 }, //1816.00 + { 2384522.50, 11.600 }, //1816.50 + { 2384705.50, 11.500 }, //1817.00 + { 2384888.00, 11.500 }, //1817.50 + { 2385070.50, 11.400 }, //1818.00 + { 2385253.00, 11.400 }, //1818.50 + { 2385435.50, 11.300 }, //1819.00 + { 2385618.00, 11.300 }, //1819.50 + { 2385800.50, 11.130 }, //1820.00 + { 2385983.50, 11.160 }, //1820.50 + { 2386166.50, 10.940 }, //1821.00 + { 2386349.00, 10.720 }, //1821.50 + { 2386531.50, 10.290 }, //1822.00 + { 2386714.00, 10.040 }, //1822.50 + { 2386896.50, 9.940 }, //1823.00 + { 2387079.00, 9.910 }, //1823.50 + { 2387261.50, 9.880 }, //1824.00 + { 2387444.50, 9.860 }, //1824.50 + { 2387627.50, 9.720 }, //1825.00 + { 2387810.00, 9.670 }, //1825.50 + { 2387992.50, 9.660 }, //1826.00 + { 2388175.00, 9.640 }, //1826.50 + { 2388357.50, 9.510 }, //1827.00 + { 2388540.00, 9.400 }, //1827.50 + { 2388722.50, 9.210 }, //1828.00 + { 2388905.50, 9.000 }, //1828.50 + { 2389088.50, 8.600 }, //1829.00 + { 2389271.00, 8.290 }, //1829.50 + { 2389453.50, 7.950 }, //1830.00 + { 2389636.00, 7.730 }, //1830.50 + { 2389818.50, 7.590 }, //1831.00 + { 2390001.00, 7.490 }, //1831.50 + { 2390183.50, 7.360 }, //1832.00 + { 2390366.50, 7.260 }, //1832.50 + { 2390549.50, 7.100 }, //1833.00 + { 2390732.00, 7.000 }, //1833.50 + { 2390914.50, 6.890 }, //1834.00 + { 2391097.00, 6.820 }, //1834.50 + { 2391279.50, 6.730 }, //1835.00 + { 2391462.00, 6.640 }, //1835.50 + { 2391644.50, 6.390 }, //1836.00 + { 2391827.50, 6.280 }, //1836.50 + { 2392010.50, 6.250 }, //1837.00 + { 2392193.00, 6.270 }, //1837.50 + { 2392375.50, 6.250 }, //1838.00 + { 2392558.00, 6.270 }, //1838.50 + { 2392740.50, 6.220 }, //1839.00 + { 2392923.00, 6.240 }, //1839.50 + { 2393105.50, 6.220 }, //1840.00 + { 2393288.50, 6.270 }, //1840.50 + { 2393471.50, 6.300 }, //1841.00 + { 2393654.00, 6.360 }, //1841.50 + { 2393836.50, 6.350 }, //1842.00 + { 2394019.00, 6.370 }, //1842.50 + { 2394201.50, 6.320 }, //1843.00 + { 2394384.00, 6.330 }, //1843.50 + { 2394566.50, 6.330 }, //1844.00 + { 2394749.50, 6.370 }, //1844.50 + { 2394932.50, 6.370 }, //1845.00 + { 2395115.00, 6.410 }, //1845.50 + { 2395297.50, 6.400 }, //1846.00 + { 2395480.00, 6.440 }, //1846.50 + { 2395662.50, 6.460 }, //1847.00 + { 2395845.00, 6.510 }, //1847.50 + { 2396027.50, 6.480 }, //1848.00 + { 2396210.50, 6.510 }, //1848.50 + { 2396393.50, 6.530 }, //1849.00 + { 2396576.00, 6.580 }, //1849.50 + { 2396758.50, 6.550 }, //1850.00 + { 2396941.00, 6.610 }, //1850.50 + { 2397123.50, 6.690 }, //1851.00 + { 2397306.00, 6.800 }, //1851.50 + { 2397488.50, 6.840 }, //1852.00 + { 2397671.50, 6.940 }, //1852.50 + { 2397854.50, 7.030 }, //1853.00 + { 2398037.00, 7.130 }, //1853.50 + { 2398219.50, 7.150 }, //1854.00 + { 2398402.00, 7.220 }, //1854.50 + { 2398584.50, 7.260 }, //1855.00 + { 2398767.00, 7.300 }, //1855.50 + { 2398949.50, 7.230 }, //1856.00 + { 2399132.50, 7.220 }, //1856.50 + { 2399315.50, 7.210 }, //1857.00 + { 2399498.00, 7.200 }, //1857.50 + { 2399680.50, 6.990 }, //1858.00 + { 2399863.00, 6.980 }, //1858.50 + { 2400045.50, 7.190 }, //1859.00 + { 2400228.00, 7.360 }, //1859.50 + { 2400410.50, 7.350 }, //1860.00 + { 2400593.50, 7.390 }, //1860.50 + { 2400776.50, 7.410 }, //1861.00 + { 2400959.00, 7.450 }, //1861.50 + { 2401141.50, 7.360 }, //1862.00 + { 2401324.00, 7.180 }, //1862.50 + { 2401506.50, 6.950 }, //1863.00 + { 2401689.00, 6.720 }, //1863.50 + { 2401871.50, 6.450 }, //1864.00 + { 2402054.50, 6.240 }, //1864.50 + { 2402237.50, 5.920 }, //1865.00 + { 2402420.00, 5.590 }, //1865.50 + { 2402602.50, 5.150 }, //1866.00 + { 2402785.00, 4.670 }, //1866.50 + { 2402967.50, 4.110 }, //1867.00 + { 2403150.00, 3.520 }, //1867.50 + { 2403332.50, 2.940 }, //1868.00 + { 2403515.50, 2.470 }, //1868.50 + { 2403698.50, 1.970 }, //1869.00 + { 2403881.00, 1.520 }, //1869.50 + { 2404063.50, 1.040 }, //1870.00 + { 2404246.00, 0.600 }, //1870.50 + { 2404428.50, 0.110 }, //1871.00 + { 2404611.00, -0.340 }, //1871.50 + { 2404793.50, -0.820 }, //1872.00 + { 2404976.50, -1.250 }, //1872.50 + { 2405159.50, -1.700 }, //1873.00 + { 2405342.00, -2.080 }, //1873.50 + { 2405524.50, -2.480 }, //1874.00 + { 2405707.00, -2.820 }, //1874.50 + { 2405889.50, -3.190 }, //1875.00 + { 2406072.00, -3.500 }, //1875.50 + { 2406254.50, -3.840 }, //1876.00 + { 2406437.50, -4.140 }, //1876.50 + { 2406620.50, -4.430 }, //1877.00 + { 2406803.00, -4.590 }, //1877.50 + { 2406985.50, -4.790 }, //1878.00 + { 2407168.00, -4.920 }, //1878.50 + { 2407350.50, -5.090 }, //1879.00 + { 2407533.00, -5.240 }, //1879.50 + { 2407715.50, -5.360 }, //1880.00 + { 2407898.50, -5.340 }, //1880.50 + { 2408081.50, -5.370 }, //1881.00 + { 2408264.00, -5.320 }, //1881.50 + { 2408446.50, -5.340 }, //1882.00 + { 2408629.00, -5.330 }, //1882.50 + { 2408811.50, -5.400 }, //1883.00 + { 2408994.00, -5.470 }, //1883.50 + { 2409176.50, -5.580 }, //1884.00 + { 2409359.50, -5.660 }, //1884.50 + { 2409542.50, -5.740 }, //1885.00 + { 2409725.00, -5.680 }, //1885.50 + { 2409907.50, -5.690 }, //1886.00 + { 2410090.00, -5.650 }, //1886.50 + { 2410272.50, -5.670 }, //1887.00 + { 2410455.00, -5.680 }, //1887.50 + { 2410637.50, -5.730 }, //1888.00 + { 2410820.50, -5.720 }, //1888.50 + { 2411003.50, -5.780 }, //1889.00 + { 2411186.00, -5.790 }, //1889.50 + { 2411368.50, -5.860 }, //1890.00 + { 2411551.00, -5.890 }, //1890.50 + { 2411733.50, -6.010 }, //1891.00 + { 2411916.00, -6.130 }, //1891.50 + { 2412098.50, -6.280 }, //1892.00 + { 2412281.50, -6.410 }, //1892.50 + { 2412464.50, -6.530 }, //1893.00 + { 2412647.00, -6.490 }, //1893.50 + { 2412829.50, -6.500 }, //1894.00 + { 2413012.00, -6.450 }, //1894.50 + { 2413194.50, -6.410 }, //1895.00 + { 2413377.00, -6.260 }, //1895.50 + { 2413559.50, -6.110 }, //1896.00 + { 2413742.50, -5.900 }, //1896.50 + { 2413925.50, -5.630 }, //1897.00 + { 2414108.00, -5.130 }, //1897.50 + { 2414290.50, -4.680 }, //1898.00 + { 2414473.00, -4.190 }, //1898.50 + { 2414655.50, -3.720 }, //1899.00 + { 2414838.00, -3.210 }, //1899.50 + { 2415020.50, -2.700 }, //1900.00 + { 2415203.00, -2.090 }, //1900.50 + { 2415385.50, -1.480 }, //1901.00 + { 2415568.00, -0.750 }, //1901.50 + { 2415750.50, -0.080 }, //1902.00 + { 2415933.00, 0.620 }, //1902.50 + { 2416115.50, 1.260 }, //1903.00 + { 2416298.00, 1.950 }, //1903.50 + { 2416480.50, 2.590 }, //1904.00 + { 2416663.50, 3.280 }, //1904.50 + { 2416846.50, 3.920 }, //1905.00 + { 2417029.00, 4.610 }, //1905.50 + { 2417211.50, 5.200 }, //1906.00 + { 2417394.00, 5.730 }, //1906.50 + { 2417576.50, 6.290 }, //1907.00 + { 2417759.00, 7.000 }, //1907.50 + { 2417941.50, 7.680 }, //1908.00 + { 2418124.50, 8.450 }, //1908.50 + { 2418307.50, 9.130 }, //1909.00 + { 2418490.00, 9.780 }, //1909.50 + { 2418672.50, 10.380 }, //1910.00 + { 2418855.00, 10.990 }, //1910.50 + { 2419037.50, 11.640 }, //1911.00 + { 2419220.00, 12.470 }, //1911.50 + { 2419402.50, 13.230 }, //1912.00 + { 2419585.50, 14.000 }, //1912.50 + { 2419768.50, 14.690 }, //1913.00 + { 2419951.00, 15.380 }, //1913.50 + { 2420133.50, 16.000 }, //1914.00 + { 2420316.00, 16.640 }, //1914.50 + { 2420498.50, 17.190 }, //1915.00 + { 2420681.00, 17.720 }, //1915.50 + { 2420863.50, 18.190 }, //1916.00 + { 2421046.50, 18.670 }, //1916.50 + { 2421229.50, 19.130 }, //1917.00 + { 2421412.00, 19.690 }, //1917.50 + { 2421594.50, 20.140 }, //1918.00 + { 2421777.00, 20.540 }, //1918.50 + { 2421959.50, 20.860 }, //1919.00 + { 2422142.00, 21.140 }, //1919.50 + { 2422324.50, 21.410 }, //1920.00 + { 2422507.50, 21.780 }, //1920.50 + { 2422690.50, 22.060 }, //1921.00 + { 2422873.00, 22.300 }, //1921.50 + { 2423055.50, 22.510 }, //1922.00 + { 2423238.00, 22.790 }, //1922.50 + { 2423420.50, 23.010 }, //1923.00 + { 2423603.00, 23.290 }, //1923.50 + { 2423785.50, 23.460 }, //1924.00 + { 2423968.50, 23.550 }, //1924.50 + { 2424151.50, 23.630 }, //1925.00 + { 2424334.00, 23.800 }, //1925.50 + { 2424516.50, 23.950 }, //1926.00 + { 2424699.00, 24.250 }, //1926.50 + { 2424881.50, 24.390 }, //1927.00 + { 2425064.00, 24.420 }, //1927.50 + { 2425246.50, 24.340 }, //1928.00 + { 2425429.50, 24.220 }, //1928.50 + { 2425612.50, 24.100 }, //1929.00 + { 2425795.00, 24.080 }, //1929.50 + { 2425977.50, 24.020 }, //1930.00 + { 2426160.00, 24.040 }, //1930.50 + { 2426342.50, 23.980 }, //1931.00 + { 2426525.00, 23.910 }, //1931.50 + { 2426707.50, 23.890 }, //1932.00 + { 2426890.50, 23.950 }, //1932.50 + { 2427073.50, 23.930 }, //1933.00 + { 2427256.00, 23.920 }, //1933.50 + { 2427438.50, 23.880 }, //1934.00 + { 2427621.00, 23.940 }, //1934.50 + { 2427803.50, 23.910 }, //1935.00 + { 2427986.00, 23.820 }, //1935.50 + { 2428168.50, 23.760 }, //1936.00 + { 2428351.50, 23.870 }, //1936.50 + { 2428534.50, 23.910 }, //1937.00 + { 2428717.00, 23.950 }, //1937.50 + { 2428899.50, 23.960 }, //1938.00 + { 2429082.00, 24.000 }, //1938.50 + { 2429264.50, 24.040 }, //1939.00 + { 2429447.00, 24.200 }, //1939.50 + { 2429629.50, 24.350 }, //1940.00 + { 2429812.50, 24.610 }, //1940.50 + { 2429995.50, 24.820 }, //1941.00 + { 2430178.00, 25.090 }, //1941.50 + { 2430360.50, 25.300 }, //1942.00 + { 2430543.00, 25.560 }, //1942.50 + { 2430725.50, 25.770 }, //1943.00 + { 2430908.00, 26.050 }, //1943.50 + { 2431090.50, 26.270 }, //1944.00 + { 2431273.50, 26.540 }, //1944.50 + { 2431456.50, 26.760 }, //1945.00 + { 2431639.00, 27.040 }, //1945.50 + { 2431821.50, 27.270 }, //1946.00 + { 2432004.00, 27.550 }, //1946.50 + { 2432186.50, 27.770 }, //1947.00 + { 2432369.00, 28.030 }, //1947.50 + { 2432551.50, 28.250 }, //1948.00 + { 2432734.50, 28.500 }, //1948.50 + { 2432917.50, 28.700 }, //1949.00 + { 2433100.00, 28.950 }, //1949.50 + { 2433282.50, 29.150 }, //1950.00 + { 2433465.00, 29.380 }, //1950.50 + { 2433647.50, 29.570 }, //1951.00 + { 2433830.00, 29.800 }, //1951.50 + { 2434012.50, 29.970 }, //1952.00 + { 2434195.50, 30.190 }, //1952.50 + { 2434378.50, 30.360 }, //1953.00 + { 2434561.00, 30.570 }, //1953.50 + { 2434743.50, 30.720 }, //1954.00 + { 2434926.00, 30.930 }, //1954.50 + { 2435108.50, 31.070 }, //1955.00 + { 2435291.00, 31.240 }, //1955.50 + { 2435473.50, 31.349 }, //1956.00 + { 2435656.50, 31.516 }, //1956.50 + { 2435839.50, 31.677 }, //1957.00 + { 2436022.00, 31.923 }, //1957.50 + { 2436204.50, 32.166 }, //1958.00 + { 2436387.00, 32.449 }, //1958.50 + { 2436569.50, 32.671 }, //1959.00 + { 2436752.00, 32.919 }, //1959.50 + { 2436934.50, 33.150 }, //1960.00 + { 2437117.50, 33.397 }, //1960.50 + { 2437300.50, 33.584 }, //1961.00 + { 2437483.00, 33.804 }, //1961.50 + { 2437665.50, 33.992 }, //1962.00 + { 2437848.00, 34.240 }, //1962.50 + { 2438030.50, 34.466 }, //1963.00 + { 2438213.00, 34.731 }, //1963.50 + { 2438395.50, 35.030 }, //1964.00 + { 2438578.50, 35.400 }, //1964.50 + { 2438761.50, 35.738 }, //1965.00 + { 2438944.00, 36.147 }, //1965.50 + { 2439126.50, 36.546 }, //1966.00 + { 2439309.00, 36.995 }, //1966.50 + { 2439491.50, 37.429 }, //1967.00 + { 2439674.00, 37.879 }, //1967.50 + { 2439856.50, 38.291 }, //1968.00 + { 2440039.50, 38.753 }, //1968.50 + { 2440222.50, 39.204 }, //1969.00 + { 2440405.00, 39.707 }, //1969.50 + { 2440587.50, 40.182 }, //1970.00 + { 2440770.00, 40.706 }, //1970.50 + { 2440952.50, 41.170 }, //1971.00 + { 2441135.00, 41.686 }, //1971.50 + { 2441317.50, 42.227 }, //1972.00 + { 2441500.50, 42.825 }, //1972.50 + +//Values from https://cddis.nasa.gov/archive/products/iers/finals2000A.all + { 2441684.50, 43.375582 }, //02 January 1973, UT1-UTC= 0.8084178, Accumulated Leap Seconds=12 + { 2441685.50, 43.378384 }, //03 January 1973, UT1-UTC= 0.8056163, Accumulated Leap Seconds=12 + { 2441686.50, 43.381210 }, //04 January 1973, UT1-UTC= 0.8027895, Accumulated Leap Seconds=12 + { 2441687.50, 43.384127 }, //05 January 1973, UT1-UTC= 0.7998729, Accumulated Leap Seconds=12 + { 2441688.50, 43.387186 }, //06 January 1973, UT1-UTC= 0.7968144, Accumulated Leap Seconds=12 + { 2441689.50, 43.390418 }, //07 January 1973, UT1-UTC= 0.7935822, Accumulated Leap Seconds=12 + { 2441690.50, 43.393829 }, //08 January 1973, UT1-UTC= 0.7901710, Accumulated Leap Seconds=12 + { 2441691.50, 43.397395 }, //09 January 1973, UT1-UTC= 0.7866053, Accumulated Leap Seconds=12 + { 2441692.50, 43.401061 }, //10 January 1973, UT1-UTC= 0.7829389, Accumulated Leap Seconds=12 + { 2441693.50, 43.404751 }, //11 January 1973, UT1-UTC= 0.7792487, Accumulated Leap Seconds=12 + { 2441694.50, 43.408378 }, //12 January 1973, UT1-UTC= 0.7756218, Accumulated Leap Seconds=12 + { 2441695.50, 43.411864 }, //13 January 1973, UT1-UTC= 0.7721359, Accumulated Leap Seconds=12 + { 2441696.50, 43.415162 }, //14 January 1973, UT1-UTC= 0.7688378, Accumulated Leap Seconds=12 + { 2441697.50, 43.418276 }, //15 January 1973, UT1-UTC= 0.7657235, Accumulated Leap Seconds=12 + { 2441698.50, 43.421267 }, //16 January 1973, UT1-UTC= 0.7627325, Accumulated Leap Seconds=12 + { 2441699.50, 43.424239 }, //17 January 1973, UT1-UTC= 0.7597608, Accumulated Leap Seconds=12 + { 2441700.50, 43.427307 }, //18 January 1973, UT1-UTC= 0.7566931, Accumulated Leap Seconds=12 + { 2441701.50, 43.430556 }, //19 January 1973, UT1-UTC= 0.7534441, Accumulated Leap Seconds=12 + { 2441702.50, 43.434012 }, //20 January 1973, UT1-UTC= 0.7499880, Accumulated Leap Seconds=12 + { 2441703.50, 43.437635 }, //21 January 1973, UT1-UTC= 0.7463651, Accumulated Leap Seconds=12 + { 2441704.50, 43.441338 }, //22 January 1973, UT1-UTC= 0.7426621, Accumulated Leap Seconds=12 + { 2441705.50, 43.445021 }, //23 January 1973, UT1-UTC= 0.7389789, Accumulated Leap Seconds=12 + { 2441706.50, 43.448600 }, //24 January 1973, UT1-UTC= 0.7353998, Accumulated Leap Seconds=12 + { 2441707.50, 43.452022 }, //25 January 1973, UT1-UTC= 0.7319778, Accumulated Leap Seconds=12 + { 2441708.50, 43.455265 }, //26 January 1973, UT1-UTC= 0.7287348, Accumulated Leap Seconds=12 + { 2441709.50, 43.458333 }, //27 January 1973, UT1-UTC= 0.7256670, Accumulated Leap Seconds=12 + { 2441710.50, 43.461250 }, //28 January 1973, UT1-UTC= 0.7227502, Accumulated Leap Seconds=12 + { 2441711.50, 43.464057 }, //29 January 1973, UT1-UTC= 0.7199427, Accumulated Leap Seconds=12 + { 2441712.50, 43.466813 }, //30 January 1973, UT1-UTC= 0.7171871, Accumulated Leap Seconds=12 + { 2441713.50, 43.469583 }, //31 January 1973, UT1-UTC= 0.7144166, Accumulated Leap Seconds=12 + { 2441714.50, 43.472437 }, //01 February 1973, UT1-UTC= 0.7115628, Accumulated Leap Seconds=12 + { 2441715.50, 43.475434 }, //02 February 1973, UT1-UTC= 0.7085656, Accumulated Leap Seconds=12 + { 2441716.50, 43.478617 }, //03 February 1973, UT1-UTC= 0.7053831, Accumulated Leap Seconds=12 + { 2441717.50, 43.482000 }, //04 February 1973, UT1-UTC= 0.7020005, Accumulated Leap Seconds=12 + { 2441718.50, 43.485563 }, //05 February 1973, UT1-UTC= 0.6984370, Accumulated Leap Seconds=12 + { 2441719.50, 43.489253 }, //06 February 1973, UT1-UTC= 0.6947473, Accumulated Leap Seconds=12 + { 2441720.50, 43.492985 }, //07 February 1973, UT1-UTC= 0.6910149, Accumulated Leap Seconds=12 + { 2441721.50, 43.496665 }, //08 February 1973, UT1-UTC= 0.6873348, Accumulated Leap Seconds=12 + { 2441722.50, 43.500209 }, //09 February 1973, UT1-UTC= 0.6837911, Accumulated Leap Seconds=12 + { 2441723.50, 43.503565 }, //10 February 1973, UT1-UTC= 0.6804349, Accumulated Leap Seconds=12 + { 2441724.50, 43.506731 }, //11 February 1973, UT1-UTC= 0.6772686, Accumulated Leap Seconds=12 + { 2441725.50, 43.509757 }, //12 February 1973, UT1-UTC= 0.6742427, Accumulated Leap Seconds=12 + { 2441726.50, 43.512733 }, //13 February 1973, UT1-UTC= 0.6712667, Accumulated Leap Seconds=12 + { 2441727.50, 43.515767 }, //14 February 1973, UT1-UTC= 0.6682328, Accumulated Leap Seconds=12 + { 2441728.50, 43.518953 }, //15 February 1973, UT1-UTC= 0.6650466, Accumulated Leap Seconds=12 + { 2441729.50, 43.522343 }, //16 February 1973, UT1-UTC= 0.6616571, Accumulated Leap Seconds=12 + { 2441730.50, 43.525928 }, //17 February 1973, UT1-UTC= 0.6580719, Accumulated Leap Seconds=12 + { 2441731.50, 43.529646 }, //18 February 1973, UT1-UTC= 0.6543535, Accumulated Leap Seconds=12 + { 2441732.50, 43.533403 }, //19 February 1973, UT1-UTC= 0.6505970, Accumulated Leap Seconds=12 + { 2441733.50, 43.537100 }, //20 February 1973, UT1-UTC= 0.6468995, Accumulated Leap Seconds=12 + { 2441734.50, 43.540664 }, //21 February 1973, UT1-UTC= 0.6433358, Accumulated Leap Seconds=12 + { 2441735.50, 43.544053 }, //22 February 1973, UT1-UTC= 0.6399465, Accumulated Leap Seconds=12 + { 2441736.50, 43.547261 }, //23 February 1973, UT1-UTC= 0.6367394, Accumulated Leap Seconds=12 + { 2441737.50, 43.550304 }, //24 February 1973, UT1-UTC= 0.6336961, Accumulated Leap Seconds=12 + { 2441738.50, 43.553222 }, //25 February 1973, UT1-UTC= 0.6307782, Accumulated Leap Seconds=12 + { 2441739.50, 43.556068 }, //26 February 1973, UT1-UTC= 0.6279321, Accumulated Leap Seconds=12 + { 2441740.50, 43.558907 }, //27 February 1973, UT1-UTC= 0.6250933, Accumulated Leap Seconds=12 + { 2441741.50, 43.561807 }, //28 February 1973, UT1-UTC= 0.6221928, Accumulated Leap Seconds=12 + { 2441742.50, 43.564835 }, //01 March 1973, UT1-UTC= 0.6191649, Accumulated Leap Seconds=12 + { 2441743.50, 43.568043 }, //02 March 1973, UT1-UTC= 0.6159565, Accumulated Leap Seconds=12 + { 2441744.50, 43.571464 }, //03 March 1973, UT1-UTC= 0.6125364, Accumulated Leap Seconds=12 + { 2441745.50, 43.575094 }, //04 March 1973, UT1-UTC= 0.6089055, Accumulated Leap Seconds=12 + { 2441746.50, 43.578896 }, //05 March 1973, UT1-UTC= 0.6051039, Accumulated Leap Seconds=12 + { 2441747.50, 43.582790 }, //06 March 1973, UT1-UTC= 0.6012100, Accumulated Leap Seconds=12 + { 2441748.50, 43.586673 }, //07 March 1973, UT1-UTC= 0.5973269, Accumulated Leap Seconds=12 + { 2441749.50, 43.590443 }, //08 March 1973, UT1-UTC= 0.5935565, Accumulated Leap Seconds=12 + { 2441750.50, 43.594031 }, //09 March 1973, UT1-UTC= 0.5899692, Accumulated Leap Seconds=12 + { 2441751.50, 43.597418 }, //10 March 1973, UT1-UTC= 0.5865821, Accumulated Leap Seconds=12 + { 2441752.50, 43.600646 }, //11 March 1973, UT1-UTC= 0.5833541, Accumulated Leap Seconds=12 + { 2441753.50, 43.603801 }, //12 March 1973, UT1-UTC= 0.5801992, Accumulated Leap Seconds=12 + { 2441754.50, 43.606988 }, //13 March 1973, UT1-UTC= 0.5770120, Accumulated Leap Seconds=12 + { 2441755.50, 43.610303 }, //14 March 1973, UT1-UTC= 0.5736970, Accumulated Leap Seconds=12 + { 2441756.50, 43.613807 }, //15 March 1973, UT1-UTC= 0.5701931, Accumulated Leap Seconds=12 + { 2441757.50, 43.617511 }, //16 March 1973, UT1-UTC= 0.5664886, Accumulated Leap Seconds=12 + { 2441758.50, 43.621378 }, //17 March 1973, UT1-UTC= 0.5626220, Accumulated Leap Seconds=12 + { 2441759.50, 43.625330 }, //18 March 1973, UT1-UTC= 0.5586697, Accumulated Leap Seconds=12 + { 2441760.50, 43.629275 }, //19 March 1973, UT1-UTC= 0.5547245, Accumulated Leap Seconds=12 + { 2441761.50, 43.633128 }, //20 March 1973, UT1-UTC= 0.5508716, Accumulated Leap Seconds=12 + { 2441762.50, 43.636829 }, //21 March 1973, UT1-UTC= 0.5471712, Accumulated Leap Seconds=12 + { 2441763.50, 43.640350 }, //22 March 1973, UT1-UTC= 0.5436500, Accumulated Leap Seconds=12 + { 2441764.50, 43.643696 }, //23 March 1973, UT1-UTC= 0.5403039, Accumulated Leap Seconds=12 + { 2441765.50, 43.646897 }, //24 March 1973, UT1-UTC= 0.5371033, Accumulated Leap Seconds=12 + { 2441766.50, 43.649999 }, //25 March 1973, UT1-UTC= 0.5340013, Accumulated Leap Seconds=12 + { 2441767.50, 43.653060 }, //26 March 1973, UT1-UTC= 0.5309397, Accumulated Leap Seconds=12 + { 2441768.50, 43.656145 }, //27 March 1973, UT1-UTC= 0.5278547, Accumulated Leap Seconds=12 + { 2441769.50, 43.659316 }, //28 March 1973, UT1-UTC= 0.5246836, Accumulated Leap Seconds=12 + { 2441770.50, 43.662628 }, //29 March 1973, UT1-UTC= 0.5213715, Accumulated Leap Seconds=12 + { 2441771.50, 43.666122 }, //30 March 1973, UT1-UTC= 0.5178783, Accumulated Leap Seconds=12 + { 2441772.50, 43.669813 }, //31 March 1973, UT1-UTC= 0.5141868, Accumulated Leap Seconds=12 + { 2441773.50, 43.673686 }, //01 April 1973, UT1-UTC= 0.5103137, Accumulated Leap Seconds=12 + { 2441774.50, 43.677684 }, //02 April 1973, UT1-UTC= 0.5063163, Accumulated Leap Seconds=12 + { 2441775.50, 43.681711 }, //03 April 1973, UT1-UTC= 0.5022885, Accumulated Leap Seconds=12 + { 2441776.50, 43.685659 }, //04 April 1973, UT1-UTC= 0.4983412, Accumulated Leap Seconds=12 + { 2441777.50, 43.689430 }, //05 April 1973, UT1-UTC= 0.4945702, Accumulated Leap Seconds=12 + { 2441778.50, 43.692977 }, //06 April 1973, UT1-UTC= 0.4910225, Accumulated Leap Seconds=12 + { 2441779.50, 43.696320 }, //07 April 1973, UT1-UTC= 0.4876799, Accumulated Leap Seconds=12 + { 2441780.50, 43.699535 }, //08 April 1973, UT1-UTC= 0.4844647, Accumulated Leap Seconds=12 + { 2441781.50, 43.702730 }, //09 April 1973, UT1-UTC= 0.4812696, Accumulated Leap Seconds=12 + { 2441782.50, 43.706007 }, //10 April 1973, UT1-UTC= 0.4779933, Accumulated Leap Seconds=12 + { 2441783.50, 43.709431 }, //11 April 1973, UT1-UTC= 0.4745689, Accumulated Leap Seconds=12 + { 2441784.50, 43.713022 }, //12 April 1973, UT1-UTC= 0.4709778, Accumulated Leap Seconds=12 + { 2441785.50, 43.716753 }, //13 April 1973, UT1-UTC= 0.4672468, Accumulated Leap Seconds=12 + { 2441786.50, 43.720564 }, //14 April 1973, UT1-UTC= 0.4634359, Accumulated Leap Seconds=12 + { 2441787.50, 43.724378 }, //15 April 1973, UT1-UTC= 0.4596221, Accumulated Leap Seconds=12 + { 2441788.50, 43.728118 }, //16 April 1973, UT1-UTC= 0.4558821, Accumulated Leap Seconds=12 + { 2441789.50, 43.731722 }, //17 April 1973, UT1-UTC= 0.4522776, Accumulated Leap Seconds=12 + { 2441790.50, 43.735155 }, //18 April 1973, UT1-UTC= 0.4488449, Accumulated Leap Seconds=12 + { 2441791.50, 43.738409 }, //19 April 1973, UT1-UTC= 0.4455907, Accumulated Leap Seconds=12 + { 2441792.50, 43.741506 }, //20 April 1973, UT1-UTC= 0.4424939, Accumulated Leap Seconds=12 + { 2441793.50, 43.744488 }, //21 April 1973, UT1-UTC= 0.4395122, Accumulated Leap Seconds=12 + { 2441794.50, 43.747410 }, //22 April 1973, UT1-UTC= 0.4365897, Accumulated Leap Seconds=12 + { 2441795.50, 43.750335 }, //23 April 1973, UT1-UTC= 0.4336648, Accumulated Leap Seconds=12 + { 2441796.50, 43.753323 }, //24 April 1973, UT1-UTC= 0.4306768, Accumulated Leap Seconds=12 + { 2441797.50, 43.756427 }, //25 April 1973, UT1-UTC= 0.4275726, Accumulated Leap Seconds=12 + { 2441798.50, 43.759689 }, //26 April 1973, UT1-UTC= 0.4243110, Accumulated Leap Seconds=12 + { 2441799.50, 43.763132 }, //27 April 1973, UT1-UTC= 0.4208678, Accumulated Leap Seconds=12 + { 2441800.50, 43.766757 }, //28 April 1973, UT1-UTC= 0.4172431, Accumulated Leap Seconds=12 + { 2441801.50, 43.770530 }, //29 April 1973, UT1-UTC= 0.4134697, Accumulated Leap Seconds=12 + { 2441802.50, 43.774383 }, //30 April 1973, UT1-UTC= 0.4096171, Accumulated Leap Seconds=12 + { 2441803.50, 43.778216 }, //01 May 1973, UT1-UTC= 0.4057844, Accumulated Leap Seconds=12 + { 2441804.50, 43.781924 }, //02 May 1973, UT1-UTC= 0.4020762, Accumulated Leap Seconds=12 + { 2441805.50, 43.785431 }, //03 May 1973, UT1-UTC= 0.3985685, Accumulated Leap Seconds=12 + { 2441806.50, 43.788722 }, //04 May 1973, UT1-UTC= 0.3952777, Accumulated Leap Seconds=12 + { 2441807.50, 43.791849 }, //05 May 1973, UT1-UTC= 0.3921511, Accumulated Leap Seconds=12 + { 2441808.50, 43.794914 }, //06 May 1973, UT1-UTC= 0.3890860, Accumulated Leap Seconds=12 + { 2441809.50, 43.798030 }, //07 May 1973, UT1-UTC= 0.3859701, Accumulated Leap Seconds=12 + { 2441810.50, 43.801278 }, //08 May 1973, UT1-UTC= 0.3827218, Accumulated Leap Seconds=12 + { 2441811.50, 43.804686 }, //09 May 1973, UT1-UTC= 0.3793140, Accumulated Leap Seconds=12 + { 2441812.50, 43.808226 }, //10 May 1973, UT1-UTC= 0.3757735, Accumulated Leap Seconds=12 + { 2441813.50, 43.811837 }, //11 May 1973, UT1-UTC= 0.3721634, Accumulated Leap Seconds=12 + { 2441814.50, 43.815440 }, //12 May 1973, UT1-UTC= 0.3685599, Accumulated Leap Seconds=12 + { 2441815.50, 43.818965 }, //13 May 1973, UT1-UTC= 0.3650348, Accumulated Leap Seconds=12 + { 2441816.50, 43.822355 }, //14 May 1973, UT1-UTC= 0.3616450, Accumulated Leap Seconds=12 + { 2441817.50, 43.825573 }, //15 May 1973, UT1-UTC= 0.3584266, Accumulated Leap Seconds=12 + { 2441818.50, 43.828608 }, //16 May 1973, UT1-UTC= 0.3553922, Accumulated Leap Seconds=12 + { 2441819.50, 43.831470 }, //17 May 1973, UT1-UTC= 0.3525297, Accumulated Leap Seconds=12 + { 2441820.50, 43.834196 }, //18 May 1973, UT1-UTC= 0.3498042, Accumulated Leap Seconds=12 + { 2441821.50, 43.836836 }, //19 May 1973, UT1-UTC= 0.3471638, Accumulated Leap Seconds=12 + { 2441822.50, 43.839452 }, //20 May 1973, UT1-UTC= 0.3445481, Accumulated Leap Seconds=12 + { 2441823.50, 43.842103 }, //21 May 1973, UT1-UTC= 0.3418967, Accumulated Leap Seconds=12 + { 2441824.50, 43.844843 }, //22 May 1973, UT1-UTC= 0.3391570, Accumulated Leap Seconds=12 + { 2441825.50, 43.847711 }, //23 May 1973, UT1-UTC= 0.3362893, Accumulated Leap Seconds=12 + { 2441826.50, 43.850730 }, //24 May 1973, UT1-UTC= 0.3332699, Accumulated Leap Seconds=12 + { 2441827.50, 43.853906 }, //25 May 1973, UT1-UTC= 0.3300944, Accumulated Leap Seconds=12 + { 2441828.50, 43.857218 }, //26 May 1973, UT1-UTC= 0.3267817, Accumulated Leap Seconds=12 + { 2441829.50, 43.860621 }, //27 May 1973, UT1-UTC= 0.3233789, Accumulated Leap Seconds=12 + { 2441830.50, 43.864039 }, //28 May 1973, UT1-UTC= 0.3199611, Accumulated Leap Seconds=12 + { 2441831.50, 43.867380 }, //29 May 1973, UT1-UTC= 0.3166201, Accumulated Leap Seconds=12 + { 2441832.50, 43.870560 }, //30 May 1973, UT1-UTC= 0.3134398, Accumulated Leap Seconds=12 + { 2441833.50, 43.873536 }, //31 May 1973, UT1-UTC= 0.3104640, Accumulated Leap Seconds=12 + { 2441834.50, 43.876327 }, //01 June 1973, UT1-UTC= 0.3076727, Accumulated Leap Seconds=12 + { 2441835.50, 43.879016 }, //02 June 1973, UT1-UTC= 0.3049837, Accumulated Leap Seconds=12 + { 2441836.50, 43.881719 }, //03 June 1973, UT1-UTC= 0.3022809, Accumulated Leap Seconds=12 + { 2441837.50, 43.884539 }, //04 June 1973, UT1-UTC= 0.2994605, Accumulated Leap Seconds=12 + { 2441838.50, 43.887529 }, //05 June 1973, UT1-UTC= 0.2964705, Accumulated Leap Seconds=12 + { 2441839.50, 43.890675 }, //06 June 1973, UT1-UTC= 0.2933252, Accumulated Leap Seconds=12 + { 2441840.50, 43.893909 }, //07 June 1973, UT1-UTC= 0.2900913, Accumulated Leap Seconds=12 + { 2441841.50, 43.897142 }, //08 June 1973, UT1-UTC= 0.2868582, Accumulated Leap Seconds=12 + { 2441842.50, 43.900291 }, //09 June 1973, UT1-UTC= 0.2837086, Accumulated Leap Seconds=12 + { 2441843.50, 43.903298 }, //10 June 1973, UT1-UTC= 0.2807024, Accumulated Leap Seconds=12 + { 2441844.50, 43.906127 }, //11 June 1973, UT1-UTC= 0.2778733, Accumulated Leap Seconds=12 + { 2441845.50, 43.908768 }, //12 June 1973, UT1-UTC= 0.2752317, Accumulated Leap Seconds=12 + { 2441846.50, 43.911233 }, //13 June 1973, UT1-UTC= 0.2727668, Accumulated Leap Seconds=12 + { 2441847.50, 43.913552 }, //14 June 1973, UT1-UTC= 0.2704483, Accumulated Leap Seconds=12 + { 2441848.50, 43.915771 }, //15 June 1973, UT1-UTC= 0.2682287, Accumulated Leap Seconds=12 + { 2441849.50, 43.917951 }, //16 June 1973, UT1-UTC= 0.2660491, Accumulated Leap Seconds=12 + { 2441850.50, 43.920152 }, //17 June 1973, UT1-UTC= 0.2638477, Accumulated Leap Seconds=12 + { 2441851.50, 43.922430 }, //18 June 1973, UT1-UTC= 0.2615698, Accumulated Leap Seconds=12 + { 2441852.50, 43.924826 }, //19 June 1973, UT1-UTC= 0.2591741, Accumulated Leap Seconds=12 + { 2441853.50, 43.927363 }, //20 June 1973, UT1-UTC= 0.2566369, Accumulated Leap Seconds=12 + { 2441854.50, 43.930045 }, //21 June 1973, UT1-UTC= 0.2539551, Accumulated Leap Seconds=12 + { 2441855.50, 43.932854 }, //22 June 1973, UT1-UTC= 0.2511461, Accumulated Leap Seconds=12 + { 2441856.50, 43.935751 }, //23 June 1973, UT1-UTC= 0.2482491, Accumulated Leap Seconds=12 + { 2441857.50, 43.938677 }, //24 June 1973, UT1-UTC= 0.2453232, Accumulated Leap Seconds=12 + { 2441858.50, 43.941557 }, //25 June 1973, UT1-UTC= 0.2424429, Accumulated Leap Seconds=12 + { 2441859.50, 43.944317 }, //26 June 1973, UT1-UTC= 0.2396828, Accumulated Leap Seconds=12 + { 2441860.50, 43.946906 }, //27 June 1973, UT1-UTC= 0.2370944, Accumulated Leap Seconds=12 + { 2441861.50, 43.949318 }, //28 June 1973, UT1-UTC= 0.2346823, Accumulated Leap Seconds=12 + { 2441862.50, 43.951608 }, //29 June 1973, UT1-UTC= 0.2323922, Accumulated Leap Seconds=12 + { 2441863.50, 43.953878 }, //30 June 1973, UT1-UTC= 0.2301216, Accumulated Leap Seconds=12 + { 2441864.50, 43.956244 }, //01 July 1973, UT1-UTC= 0.2277557, Accumulated Leap Seconds=12 + { 2441865.50, 43.958788 }, //02 July 1973, UT1-UTC= 0.2252119, Accumulated Leap Seconds=12 + { 2441866.50, 43.961527 }, //03 July 1973, UT1-UTC= 0.2224729, Accumulated Leap Seconds=12 + { 2441867.50, 43.964410 }, //04 July 1973, UT1-UTC= 0.2195902, Accumulated Leap Seconds=12 + { 2441868.50, 43.967339 }, //05 July 1973, UT1-UTC= 0.2166607, Accumulated Leap Seconds=12 + { 2441869.50, 43.970211 }, //06 July 1973, UT1-UTC= 0.2137885, Accumulated Leap Seconds=12 + { 2441870.50, 43.972945 }, //07 July 1973, UT1-UTC= 0.2110549, Accumulated Leap Seconds=12 + { 2441871.50, 43.975495 }, //08 July 1973, UT1-UTC= 0.2085047, Accumulated Leap Seconds=12 + { 2441872.50, 43.977851 }, //09 July 1973, UT1-UTC= 0.2061493, Accumulated Leap Seconds=12 + { 2441873.50, 43.980025 }, //10 July 1973, UT1-UTC= 0.2039750, Accumulated Leap Seconds=12 + { 2441874.50, 43.982050 }, //11 July 1973, UT1-UTC= 0.2019501, Accumulated Leap Seconds=12 + { 2441875.50, 43.983971 }, //12 July 1973, UT1-UTC= 0.2000285, Accumulated Leap Seconds=12 + { 2441876.50, 43.985848 }, //13 July 1973, UT1-UTC= 0.1981521, Accumulated Leap Seconds=12 + { 2441877.50, 43.987742 }, //14 July 1973, UT1-UTC= 0.1962575, Accumulated Leap Seconds=12 + { 2441878.50, 43.989716 }, //15 July 1973, UT1-UTC= 0.1942844, Accumulated Leap Seconds=12 + { 2441879.50, 43.991815 }, //16 July 1973, UT1-UTC= 0.1921851, Accumulated Leap Seconds=12 + { 2441880.50, 43.994069 }, //17 July 1973, UT1-UTC= 0.1899311, Accumulated Leap Seconds=12 + { 2441881.50, 43.996483 }, //18 July 1973, UT1-UTC= 0.1875170, Accumulated Leap Seconds=12 + { 2441882.50, 43.999039 }, //19 July 1973, UT1-UTC= 0.1849610, Accumulated Leap Seconds=12 + { 2441883.50, 44.001696 }, //20 July 1973, UT1-UTC= 0.1823037, Accumulated Leap Seconds=12 + { 2441884.50, 44.004396 }, //21 July 1973, UT1-UTC= 0.1796035, Accumulated Leap Seconds=12 + { 2441885.50, 44.007071 }, //22 July 1973, UT1-UTC= 0.1769293, Accumulated Leap Seconds=12 + { 2441886.50, 44.009652 }, //23 July 1973, UT1-UTC= 0.1743483, Accumulated Leap Seconds=12 + { 2441887.50, 44.012090 }, //24 July 1973, UT1-UTC= 0.1719096, Accumulated Leap Seconds=12 + { 2441888.50, 44.014373 }, //25 July 1973, UT1-UTC= 0.1696270, Accumulated Leap Seconds=12 + { 2441889.50, 44.016534 }, //26 July 1973, UT1-UTC= 0.1674656, Accumulated Leap Seconds=12 + { 2441890.50, 44.018657 }, //27 July 1973, UT1-UTC= 0.1653434, Accumulated Leap Seconds=12 + { 2441891.50, 44.020849 }, //28 July 1973, UT1-UTC= 0.1631514, Accumulated Leap Seconds=12 + { 2441892.50, 44.023210 }, //29 July 1973, UT1-UTC= 0.1607898, Accumulated Leap Seconds=12 + { 2441893.50, 44.025793 }, //30 July 1973, UT1-UTC= 0.1582066, Accumulated Leap Seconds=12 + { 2441894.50, 44.028582 }, //31 July 1973, UT1-UTC= 0.1554181, Accumulated Leap Seconds=12 + { 2441895.50, 44.031496 }, //01 August 1973, UT1-UTC= 0.1525044, Accumulated Leap Seconds=12 + { 2441896.50, 44.034422 }, //02 August 1973, UT1-UTC= 0.1495778, Accumulated Leap Seconds=12 + { 2441897.50, 44.037255 }, //03 August 1973, UT1-UTC= 0.1467448, Accumulated Leap Seconds=12 + { 2441898.50, 44.039922 }, //04 August 1973, UT1-UTC= 0.1440777, Accumulated Leap Seconds=12 + { 2441899.50, 44.042395 }, //05 August 1973, UT1-UTC= 0.1416050, Accumulated Leap Seconds=12 + { 2441900.50, 44.044681 }, //06 August 1973, UT1-UTC= 0.1393192, Accumulated Leap Seconds=12 + { 2441901.50, 44.046812 }, //07 August 1973, UT1-UTC= 0.1371881, Accumulated Leap Seconds=12 + { 2441902.50, 44.048835 }, //08 August 1973, UT1-UTC= 0.1351648, Accumulated Leap Seconds=12 + { 2441903.50, 44.050808 }, //09 August 1973, UT1-UTC= 0.1331923, Accumulated Leap Seconds=12 + { 2441904.50, 44.052793 }, //10 August 1973, UT1-UTC= 0.1312073, Accumulated Leap Seconds=12 + { 2441905.50, 44.054853 }, //11 August 1973, UT1-UTC= 0.1291470, Accumulated Leap Seconds=12 + { 2441906.50, 44.057043 }, //12 August 1973, UT1-UTC= 0.1269571, Accumulated Leap Seconds=12 + { 2441907.50, 44.059400 }, //13 August 1973, UT1-UTC= 0.1246002, Accumulated Leap Seconds=12 + { 2441908.50, 44.061938 }, //14 August 1973, UT1-UTC= 0.1220622, Accumulated Leap Seconds=12 + { 2441909.50, 44.064645 }, //15 August 1973, UT1-UTC= 0.1193548, Accumulated Leap Seconds=12 + { 2441910.50, 44.067484 }, //16 August 1973, UT1-UTC= 0.1165163, Accumulated Leap Seconds=12 + { 2441911.50, 44.070393 }, //17 August 1973, UT1-UTC= 0.1136071, Accumulated Leap Seconds=12 + { 2441912.50, 44.073299 }, //18 August 1973, UT1-UTC= 0.1107006, Accumulated Leap Seconds=12 + { 2441913.50, 44.076132 }, //19 August 1973, UT1-UTC= 0.1078680, Accumulated Leap Seconds=12 + { 2441914.50, 44.078839 }, //20 August 1973, UT1-UTC= 0.1051613, Accumulated Leap Seconds=12 + { 2441915.50, 44.081403 }, //21 August 1973, UT1-UTC= 0.1025971, Accumulated Leap Seconds=12 + { 2441916.50, 44.083852 }, //22 August 1973, UT1-UTC= 0.1001482, Accumulated Leap Seconds=12 + { 2441917.50, 44.086255 }, //23 August 1973, UT1-UTC= 0.0977447, Accumulated Leap Seconds=12 + { 2441918.50, 44.088710 }, //24 August 1973, UT1-UTC= 0.0952896, Accumulated Leap Seconds=12 + { 2441919.50, 44.091315 }, //25 August 1973, UT1-UTC= 0.0926851, Accumulated Leap Seconds=12 + { 2441920.50, 44.094137 }, //26 August 1973, UT1-UTC= 0.0898626, Accumulated Leap Seconds=12 + { 2441921.50, 44.097192 }, //27 August 1973, UT1-UTC= 0.0868080, Accumulated Leap Seconds=12 + { 2441922.50, 44.100430 }, //28 August 1973, UT1-UTC= 0.0835702, Accumulated Leap Seconds=12 + { 2441923.50, 44.103753 }, //29 August 1973, UT1-UTC= 0.0802474, Accumulated Leap Seconds=12 + { 2441924.50, 44.107045 }, //30 August 1973, UT1-UTC= 0.0769554, Accumulated Leap Seconds=12 + { 2441925.50, 44.110206 }, //31 August 1973, UT1-UTC= 0.0737935, Accumulated Leap Seconds=12 + { 2441926.50, 44.113179 }, //01 September 1973, UT1-UTC= 0.0708212, Accumulated Leap Seconds=12 + { 2441927.50, 44.115947 }, //02 September 1973, UT1-UTC= 0.0680534, Accumulated Leap Seconds=12 + { 2441928.50, 44.118530 }, //03 September 1973, UT1-UTC= 0.0654699, Accumulated Leap Seconds=12 + { 2441929.50, 44.120972 }, //04 September 1973, UT1-UTC= 0.0630280, Accumulated Leap Seconds=12 + { 2441930.50, 44.123327 }, //05 September 1973, UT1-UTC= 0.0606731, Accumulated Leap Seconds=12 + { 2441931.50, 44.125656 }, //06 September 1973, UT1-UTC= 0.0583445, Accumulated Leap Seconds=12 + { 2441932.50, 44.128020 }, //07 September 1973, UT1-UTC= 0.0559804, Accumulated Leap Seconds=12 + { 2441933.50, 44.130476 }, //08 September 1973, UT1-UTC= 0.0535242, Accumulated Leap Seconds=12 + { 2441934.50, 44.133068 }, //09 September 1973, UT1-UTC= 0.0509322, Accumulated Leap Seconds=12 + { 2441935.50, 44.135821 }, //10 September 1973, UT1-UTC= 0.0481788, Accumulated Leap Seconds=12 + { 2441936.50, 44.138738 }, //11 September 1973, UT1-UTC= 0.0452619, Accumulated Leap Seconds=12 + { 2441937.50, 44.141793 }, //12 September 1973, UT1-UTC= 0.0422068, Accumulated Leap Seconds=12 + { 2441938.50, 44.144934 }, //13 September 1973, UT1-UTC= 0.0390659, Accumulated Leap Seconds=12 + { 2441939.50, 44.148087 }, //14 September 1973, UT1-UTC= 0.0359132, Accumulated Leap Seconds=12 + { 2441940.50, 44.151171 }, //15 September 1973, UT1-UTC= 0.0328289, Accumulated Leap Seconds=12 + { 2441941.50, 44.154121 }, //16 September 1973, UT1-UTC= 0.0298786, Accumulated Leap Seconds=12 + { 2441942.50, 44.156907 }, //17 September 1973, UT1-UTC= 0.0270925, Accumulated Leap Seconds=12 + { 2441943.50, 44.159547 }, //18 September 1973, UT1-UTC= 0.0244530, Accumulated Leap Seconds=12 + { 2441944.50, 44.162102 }, //19 September 1973, UT1-UTC= 0.0218975, Accumulated Leap Seconds=12 + { 2441945.50, 44.164665 }, //20 September 1973, UT1-UTC= 0.0193345, Accumulated Leap Seconds=12 + { 2441946.50, 44.167333 }, //21 September 1973, UT1-UTC= 0.0166675, Accumulated Leap Seconds=12 + { 2441947.50, 44.170178 }, //22 September 1973, UT1-UTC= 0.0138216, Accumulated Leap Seconds=12 + { 2441948.50, 44.173236 }, //23 September 1973, UT1-UTC= 0.0107642, Accumulated Leap Seconds=12 + { 2441949.50, 44.176485 }, //24 September 1973, UT1-UTC= 0.0075152, Accumulated Leap Seconds=12 + { 2441950.50, 44.179857 }, //25 September 1973, UT1-UTC= 0.0041426, Accumulated Leap Seconds=12 + { 2441951.50, 44.183256 }, //26 September 1973, UT1-UTC= 0.0007438, Accumulated Leap Seconds=12 + { 2441952.50, 44.186582 }, //27 September 1973, UT1-UTC=-0.0025816, Accumulated Leap Seconds=12 + { 2441953.50, 44.189758 }, //28 September 1973, UT1-UTC=-0.0057578, Accumulated Leap Seconds=12 + { 2441954.50, 44.192748 }, //29 September 1973, UT1-UTC=-0.0087481, Accumulated Leap Seconds=12 + { 2441955.50, 44.195557 }, //30 September 1973, UT1-UTC=-0.0115567, Accumulated Leap Seconds=12 + { 2441956.50, 44.198219 }, //01 October 1973, UT1-UTC=-0.0142187, Accumulated Leap Seconds=12 + { 2441957.50, 44.200788 }, //02 October 1973, UT1-UTC=-0.0167878, Accumulated Leap Seconds=12 + { 2441958.50, 44.203326 }, //03 October 1973, UT1-UTC=-0.0193259, Accumulated Leap Seconds=12 + { 2441959.50, 44.205896 }, //04 October 1973, UT1-UTC=-0.0218957, Accumulated Leap Seconds=12 + { 2441960.50, 44.208555 }, //05 October 1973, UT1-UTC=-0.0245553, Accumulated Leap Seconds=12 + { 2441961.50, 44.211352 }, //06 October 1973, UT1-UTC=-0.0273522, Accumulated Leap Seconds=12 + { 2441962.50, 44.214318 }, //07 October 1973, UT1-UTC=-0.0303185, Accumulated Leap Seconds=12 + { 2441963.50, 44.217465 }, //08 October 1973, UT1-UTC=-0.0334655, Accumulated Leap Seconds=12 + { 2441964.50, 44.220780 }, //09 October 1973, UT1-UTC=-0.0367801, Accumulated Leap Seconds=12 + { 2441965.50, 44.224223 }, //10 October 1973, UT1-UTC=-0.0402230, Accumulated Leap Seconds=12 + { 2441966.50, 44.227729 }, //11 October 1973, UT1-UTC=-0.0437289, Accumulated Leap Seconds=12 + { 2441967.50, 44.231215 }, //12 October 1973, UT1-UTC=-0.0472151, Accumulated Leap Seconds=12 + { 2441968.50, 44.234601 }, //13 October 1973, UT1-UTC=-0.0506007, Accumulated Leap Seconds=12 + { 2441969.50, 44.237831 }, //14 October 1973, UT1-UTC=-0.0538311, Accumulated Leap Seconds=12 + { 2441970.50, 44.240899 }, //15 October 1973, UT1-UTC=-0.0568993, Accumulated Leap Seconds=12 + { 2441971.50, 44.243852 }, //16 October 1973, UT1-UTC=-0.0598522, Accumulated Leap Seconds=12 + { 2441972.50, 44.246777 }, //17 October 1973, UT1-UTC=-0.0627770, Accumulated Leap Seconds=12 + { 2441973.50, 44.249772 }, //18 October 1973, UT1-UTC=-0.0657721, Accumulated Leap Seconds=12 + { 2441974.50, 44.252916 }, //19 October 1973, UT1-UTC=-0.0689162, Accumulated Leap Seconds=12 + { 2441975.50, 44.256247 }, //20 October 1973, UT1-UTC=-0.0722474, Accumulated Leap Seconds=12 + { 2441976.50, 44.259755 }, //21 October 1973, UT1-UTC=-0.0757549, Accumulated Leap Seconds=12 + { 2441977.50, 44.263385 }, //22 October 1973, UT1-UTC=-0.0793851, Accumulated Leap Seconds=12 + { 2441978.50, 44.267057 }, //23 October 1973, UT1-UTC=-0.0830574, Accumulated Leap Seconds=12 + { 2441979.50, 44.270685 }, //24 October 1973, UT1-UTC=-0.0866852, Accumulated Leap Seconds=12 + { 2441980.50, 44.274194 }, //25 October 1973, UT1-UTC=-0.0901937, Accumulated Leap Seconds=12 + { 2441981.50, 44.277536 }, //26 October 1973, UT1-UTC=-0.0935357, Accumulated Leap Seconds=12 + { 2441982.50, 44.280699 }, //27 October 1973, UT1-UTC=-0.0966987, Accumulated Leap Seconds=12 + { 2441983.50, 44.283703 }, //28 October 1973, UT1-UTC=-0.0997029, Accumulated Leap Seconds=12 + { 2441984.50, 44.286593 }, //29 October 1973, UT1-UTC=-0.1025932, Accumulated Leap Seconds=12 + { 2441985.50, 44.289428 }, //30 October 1973, UT1-UTC=-0.1054279, Accumulated Leap Seconds=12 + { 2441986.50, 44.292269 }, //31 October 1973, UT1-UTC=-0.1082691, Accumulated Leap Seconds=12 + { 2441987.50, 44.295175 }, //01 November 1973, UT1-UTC=-0.1111747, Accumulated Leap Seconds=12 + { 2441988.50, 44.298193 }, //02 November 1973, UT1-UTC=-0.1141927, Accumulated Leap Seconds=12 + { 2441989.50, 44.301357 }, //03 November 1973, UT1-UTC=-0.1173573, Accumulated Leap Seconds=12 + { 2441990.50, 44.304685 }, //04 November 1973, UT1-UTC=-0.1206852, Accumulated Leap Seconds=12 + { 2441991.50, 44.308174 }, //05 November 1973, UT1-UTC=-0.1241736, Accumulated Leap Seconds=12 + { 2441992.50, 44.311798 }, //06 November 1973, UT1-UTC=-0.1277982, Accumulated Leap Seconds=12 + { 2441993.50, 44.315511 }, //07 November 1973, UT1-UTC=-0.1315113, Accumulated Leap Seconds=12 + { 2441994.50, 44.319244 }, //08 November 1973, UT1-UTC=-0.1352436, Accumulated Leap Seconds=12 + { 2441995.50, 44.322914 }, //09 November 1973, UT1-UTC=-0.1389145, Accumulated Leap Seconds=12 + { 2441996.50, 44.326454 }, //10 November 1973, UT1-UTC=-0.1424540, Accumulated Leap Seconds=12 + { 2441997.50, 44.329827 }, //11 November 1973, UT1-UTC=-0.1458272, Accumulated Leap Seconds=12 + { 2441998.50, 44.333054 }, //12 November 1973, UT1-UTC=-0.1490537, Accumulated Leap Seconds=12 + { 2441999.50, 44.336205 }, //13 November 1973, UT1-UTC=-0.1522051, Accumulated Leap Seconds=12 + { 2442000.50, 44.339381 }, //14 November 1973, UT1-UTC=-0.1553812, Accumulated Leap Seconds=12 + { 2442001.50, 44.342672 }, //15 November 1973, UT1-UTC=-0.1586718, Accumulated Leap Seconds=12 + { 2442002.50, 44.346124 }, //16 November 1973, UT1-UTC=-0.1621245, Accumulated Leap Seconds=12 + { 2442003.50, 44.349731 }, //17 November 1973, UT1-UTC=-0.1657309, Accumulated Leap Seconds=12 + { 2442004.50, 44.353436 }, //18 November 1973, UT1-UTC=-0.1694358, Accumulated Leap Seconds=12 + { 2442005.50, 44.357158 }, //19 November 1973, UT1-UTC=-0.1731585, Accumulated Leap Seconds=12 + { 2442006.50, 44.360816 }, //20 November 1973, UT1-UTC=-0.1768161, Accumulated Leap Seconds=12 + { 2442007.50, 44.364341 }, //21 November 1973, UT1-UTC=-0.1803414, Accumulated Leap Seconds=12 + { 2442008.50, 44.367691 }, //22 November 1973, UT1-UTC=-0.1836911, Accumulated Leap Seconds=12 + { 2442009.50, 44.370850 }, //23 November 1973, UT1-UTC=-0.1868497, Accumulated Leap Seconds=12 + { 2442010.50, 44.373829 }, //24 November 1973, UT1-UTC=-0.1898289, Accumulated Leap Seconds=12 + { 2442011.50, 44.376664 }, //25 November 1973, UT1-UTC=-0.1926643, Accumulated Leap Seconds=12 + { 2442012.50, 44.379408 }, //26 November 1973, UT1-UTC=-0.1954080, Accumulated Leap Seconds=12 + { 2442013.50, 44.382120 }, //27 November 1973, UT1-UTC=-0.1981199, Accumulated Leap Seconds=12 + { 2442014.50, 44.384858 }, //28 November 1973, UT1-UTC=-0.2008582, Accumulated Leap Seconds=12 + { 2442015.50, 44.387672 }, //29 November 1973, UT1-UTC=-0.2036719, Accumulated Leap Seconds=12 + { 2442016.50, 44.390596 }, //30 November 1973, UT1-UTC=-0.2065957, Accumulated Leap Seconds=12 + { 2442017.50, 44.393647 }, //01 December 1973, UT1-UTC=-0.2096471, Accumulated Leap Seconds=12 + { 2442018.50, 44.396826 }, //02 December 1973, UT1-UTC=-0.2128261, Accumulated Leap Seconds=12 + { 2442019.50, 44.400115 }, //03 December 1973, UT1-UTC=-0.2161153, Accumulated Leap Seconds=12 + { 2442020.50, 44.403480 }, //04 December 1973, UT1-UTC=-0.2194796, Accumulated Leap Seconds=12 + { 2442021.50, 44.406867 }, //05 December 1973, UT1-UTC=-0.2228670, Accumulated Leap Seconds=12 + { 2442022.50, 44.410212 }, //06 December 1973, UT1-UTC=-0.2262122, Accumulated Leap Seconds=12 + { 2442023.50, 44.413450 }, //07 December 1973, UT1-UTC=-0.2294497, Accumulated Leap Seconds=12 + { 2442024.50, 44.416534 }, //08 December 1973, UT1-UTC=-0.2325339, Accumulated Leap Seconds=12 + { 2442025.50, 44.419462 }, //09 December 1973, UT1-UTC=-0.2354623, Accumulated Leap Seconds=12 + { 2442026.50, 44.422287 }, //10 December 1973, UT1-UTC=-0.2382872, Accumulated Leap Seconds=12 + { 2442027.50, 44.425104 }, //11 December 1973, UT1-UTC=-0.2411036, Accumulated Leap Seconds=12 + { 2442028.50, 44.428015 }, //12 December 1973, UT1-UTC=-0.2440146, Accumulated Leap Seconds=12 + { 2442029.50, 44.431091 }, //13 December 1973, UT1-UTC=-0.2470908, Accumulated Leap Seconds=12 + { 2442030.50, 44.434342 }, //14 December 1973, UT1-UTC=-0.2503419, Accumulated Leap Seconds=12 + { 2442031.50, 44.437714 }, //15 December 1973, UT1-UTC=-0.2537141, Accumulated Leap Seconds=12 + { 2442032.50, 44.441114 }, //16 December 1973, UT1-UTC=-0.2571138, Accumulated Leap Seconds=12 + { 2442033.50, 44.444442 }, //17 December 1973, UT1-UTC=-0.2604418, Accumulated Leap Seconds=12 + { 2442034.50, 44.447621 }, //18 December 1973, UT1-UTC=-0.2636212, Accumulated Leap Seconds=12 + { 2442035.50, 44.450608 }, //19 December 1973, UT1-UTC=-0.2666082, Accumulated Leap Seconds=12 + { 2442036.50, 44.453392 }, //20 December 1973, UT1-UTC=-0.2693916, Accumulated Leap Seconds=12 + { 2442037.50, 44.455986 }, //21 December 1973, UT1-UTC=-0.2719860, Accumulated Leap Seconds=12 + { 2442038.50, 44.458426 }, //22 December 1973, UT1-UTC=-0.2744256, Accumulated Leap Seconds=12 + { 2442039.50, 44.460759 }, //23 December 1973, UT1-UTC=-0.2767591, Accumulated Leap Seconds=12 + { 2442040.50, 44.463044 }, //24 December 1973, UT1-UTC=-0.2790441, Accumulated Leap Seconds=12 + { 2442041.50, 44.465340 }, //25 December 1973, UT1-UTC=-0.2813401, Accumulated Leap Seconds=12 + { 2442042.50, 44.467699 }, //26 December 1973, UT1-UTC=-0.2836993, Accumulated Leap Seconds=12 + { 2442043.50, 44.470160 }, //27 December 1973, UT1-UTC=-0.2861602, Accumulated Leap Seconds=12 + { 2442044.50, 44.472743 }, //28 December 1973, UT1-UTC=-0.2887427, Accumulated Leap Seconds=12 + { 2442045.50, 44.475448 }, //29 December 1973, UT1-UTC=-0.2914476, Accumulated Leap Seconds=12 + { 2442046.50, 44.478258 }, //30 December 1973, UT1-UTC=-0.2942581, Accumulated Leap Seconds=12 + { 2442047.50, 44.481142 }, //31 December 1973, UT1-UTC=-0.2971424, Accumulated Leap Seconds=12 + { 2442048.50, 44.484056 }, //01 January 1974, UT1-UTC= 0.6999438, Accumulated Leap Seconds=13 + { 2442049.50, 44.486946 }, //02 January 1974, UT1-UTC= 0.6970539, Accumulated Leap Seconds=13 + { 2442050.50, 44.489756 }, //03 January 1974, UT1-UTC= 0.6942436, Accumulated Leap Seconds=13 + { 2442051.50, 44.492442 }, //04 January 1974, UT1-UTC= 0.6915576, Accumulated Leap Seconds=13 + { 2442052.50, 44.494988 }, //05 January 1974, UT1-UTC= 0.6890115, Accumulated Leap Seconds=13 + { 2442053.50, 44.497424 }, //06 January 1974, UT1-UTC= 0.6865758, Accumulated Leap Seconds=13 + { 2442054.50, 44.499826 }, //07 January 1974, UT1-UTC= 0.6841739, Accumulated Leap Seconds=13 + { 2442055.50, 44.502299 }, //08 January 1974, UT1-UTC= 0.6817011, Accumulated Leap Seconds=13 + { 2442056.50, 44.504937 }, //09 January 1974, UT1-UTC= 0.6790627, Accumulated Leap Seconds=13 + { 2442057.50, 44.507787 }, //10 January 1974, UT1-UTC= 0.6762134, Accumulated Leap Seconds=13 + { 2442058.50, 44.510821 }, //11 January 1974, UT1-UTC= 0.6731788, Accumulated Leap Seconds=13 + { 2442059.50, 44.513953 }, //12 January 1974, UT1-UTC= 0.6700467, Accumulated Leap Seconds=13 + { 2442060.50, 44.517066 }, //13 January 1974, UT1-UTC= 0.6669336, Accumulated Leap Seconds=13 + { 2442061.50, 44.520055 }, //14 January 1974, UT1-UTC= 0.6639450, Accumulated Leap Seconds=13 + { 2442062.50, 44.522853 }, //15 January 1974, UT1-UTC= 0.6611472, Accumulated Leap Seconds=13 + { 2442063.50, 44.525439 }, //16 January 1974, UT1-UTC= 0.6585612, Accumulated Leap Seconds=13 + { 2442064.50, 44.527828 }, //17 January 1974, UT1-UTC= 0.6561715, Accumulated Leap Seconds=13 + { 2442065.50, 44.530060 }, //18 January 1974, UT1-UTC= 0.6539399, Accumulated Leap Seconds=13 + { 2442066.50, 44.532184 }, //19 January 1974, UT1-UTC= 0.6518159, Accumulated Leap Seconds=13 + { 2442067.50, 44.534258 }, //20 January 1974, UT1-UTC= 0.6497421, Accumulated Leap Seconds=13 + { 2442068.50, 44.536341 }, //21 January 1974, UT1-UTC= 0.6476585, Accumulated Leap Seconds=13 + { 2442069.50, 44.538491 }, //22 January 1974, UT1-UTC= 0.6455090, Accumulated Leap Seconds=13 + { 2442070.50, 44.540751 }, //23 January 1974, UT1-UTC= 0.6432493, Accumulated Leap Seconds=13 + { 2442071.50, 44.543147 }, //24 January 1974, UT1-UTC= 0.6408530, Accumulated Leap Seconds=13 + { 2442072.50, 44.545685 }, //25 January 1974, UT1-UTC= 0.6383150, Accumulated Leap Seconds=13 + { 2442073.50, 44.548350 }, //26 January 1974, UT1-UTC= 0.6356505, Accumulated Leap Seconds=13 + { 2442074.50, 44.551108 }, //27 January 1974, UT1-UTC= 0.6328924, Accumulated Leap Seconds=13 + { 2442075.50, 44.553914 }, //28 January 1974, UT1-UTC= 0.6300862, Accumulated Leap Seconds=13 + { 2442076.50, 44.556715 }, //29 January 1974, UT1-UTC= 0.6272847, Accumulated Leap Seconds=13 + { 2442077.50, 44.559460 }, //30 January 1974, UT1-UTC= 0.6245402, Accumulated Leap Seconds=13 + { 2442078.50, 44.562105 }, //31 January 1974, UT1-UTC= 0.6218946, Accumulated Leap Seconds=13 + { 2442079.50, 44.564633 }, //01 February 1974, UT1-UTC= 0.6193665, Accumulated Leap Seconds=13 + { 2442080.50, 44.567061 }, //02 February 1974, UT1-UTC= 0.6169393, Accumulated Leap Seconds=13 + { 2442081.50, 44.569446 }, //03 February 1974, UT1-UTC= 0.6145544, Accumulated Leap Seconds=13 + { 2442082.50, 44.571881 }, //04 February 1974, UT1-UTC= 0.6121192, Accumulated Leap Seconds=13 + { 2442083.50, 44.574468 }, //05 February 1974, UT1-UTC= 0.6095322, Accumulated Leap Seconds=13 + { 2442084.50, 44.577281 }, //06 February 1974, UT1-UTC= 0.6067194, Accumulated Leap Seconds=13 + { 2442085.50, 44.580334 }, //07 February 1974, UT1-UTC= 0.6036662, Accumulated Leap Seconds=13 + { 2442086.50, 44.583571 }, //08 February 1974, UT1-UTC= 0.6004295, Accumulated Leap Seconds=13 + { 2442087.50, 44.586880 }, //09 February 1974, UT1-UTC= 0.5971202, Accumulated Leap Seconds=13 + { 2442088.50, 44.590136 }, //10 February 1974, UT1-UTC= 0.5938641, Accumulated Leap Seconds=13 + { 2442089.50, 44.593237 }, //11 February 1974, UT1-UTC= 0.5907626, Accumulated Leap Seconds=13 + { 2442090.50, 44.596132 }, //12 February 1974, UT1-UTC= 0.5878679, Accumulated Leap Seconds=13 + { 2442091.50, 44.598818 }, //13 February 1974, UT1-UTC= 0.5851819, Accumulated Leap Seconds=13 + { 2442092.50, 44.601330 }, //14 February 1974, UT1-UTC= 0.5826700, Accumulated Leap Seconds=13 + { 2442093.50, 44.603720 }, //15 February 1974, UT1-UTC= 0.5802797, Accumulated Leap Seconds=13 + { 2442094.50, 44.606049 }, //16 February 1974, UT1-UTC= 0.5779513, Accumulated Leap Seconds=13 + { 2442095.50, 44.608376 }, //17 February 1974, UT1-UTC= 0.5756244, Accumulated Leap Seconds=13 + { 2442096.50, 44.610759 }, //18 February 1974, UT1-UTC= 0.5732413, Accumulated Leap Seconds=13 + { 2442097.50, 44.613247 }, //19 February 1974, UT1-UTC= 0.5707527, Accumulated Leap Seconds=13 + { 2442098.50, 44.615876 }, //20 February 1974, UT1-UTC= 0.5681244, Accumulated Leap Seconds=13 + { 2442099.50, 44.618657 }, //21 February 1974, UT1-UTC= 0.5653429, Accumulated Leap Seconds=13 + { 2442100.50, 44.621583 }, //22 February 1974, UT1-UTC= 0.5624169, Accumulated Leap Seconds=13 + { 2442101.50, 44.624624 }, //23 February 1974, UT1-UTC= 0.5593762, Accumulated Leap Seconds=13 + { 2442102.50, 44.627733 }, //24 February 1974, UT1-UTC= 0.5562673, Accumulated Leap Seconds=13 + { 2442103.50, 44.630853 }, //25 February 1974, UT1-UTC= 0.5531474, Accumulated Leap Seconds=13 + { 2442104.50, 44.633925 }, //26 February 1974, UT1-UTC= 0.5500745, Accumulated Leap Seconds=13 + { 2442105.50, 44.636903 }, //27 February 1974, UT1-UTC= 0.5470965, Accumulated Leap Seconds=13 + { 2442106.50, 44.639762 }, //28 February 1974, UT1-UTC= 0.5442380, Accumulated Leap Seconds=13 + { 2442107.50, 44.642510 }, //01 March 1974, UT1-UTC= 0.5414901, Accumulated Leap Seconds=13 + { 2442108.50, 44.645193 }, //02 March 1974, UT1-UTC= 0.5388066, Accumulated Leap Seconds=13 + { 2442109.50, 44.647891 }, //03 March 1974, UT1-UTC= 0.5361088, Accumulated Leap Seconds=13 + { 2442110.50, 44.650698 }, //04 March 1974, UT1-UTC= 0.5333018, Accumulated Leap Seconds=13 + { 2442111.50, 44.653698 }, //05 March 1974, UT1-UTC= 0.5303016, Accumulated Leap Seconds=13 + { 2442112.50, 44.656936 }, //06 March 1974, UT1-UTC= 0.5270642, Accumulated Leap Seconds=13 + { 2442113.50, 44.660393 }, //07 March 1974, UT1-UTC= 0.5236066, Accumulated Leap Seconds=13 + { 2442114.50, 44.663993 }, //08 March 1974, UT1-UTC= 0.5200074, Accumulated Leap Seconds=13 + { 2442115.50, 44.667616 }, //09 March 1974, UT1-UTC= 0.5163838, Accumulated Leap Seconds=13 + { 2442116.50, 44.671145 }, //10 March 1974, UT1-UTC= 0.5128546, Accumulated Leap Seconds=13 + { 2442117.50, 44.674495 }, //11 March 1974, UT1-UTC= 0.5095052, Accumulated Leap Seconds=13 + { 2442118.50, 44.677631 }, //12 March 1974, UT1-UTC= 0.5063690, Accumulated Leap Seconds=13 + { 2442119.50, 44.680569 }, //13 March 1974, UT1-UTC= 0.5034312, Accumulated Leap Seconds=13 + { 2442120.50, 44.683355 }, //14 March 1974, UT1-UTC= 0.5006447, Accumulated Leap Seconds=13 + { 2442121.50, 44.686051 }, //15 March 1974, UT1-UTC= 0.4979486, Accumulated Leap Seconds=13 + { 2442122.50, 44.688720 }, //16 March 1974, UT1-UTC= 0.4952804, Accumulated Leap Seconds=13 + { 2442123.50, 44.691419 }, //17 March 1974, UT1-UTC= 0.4925811, Accumulated Leap Seconds=13 + { 2442124.50, 44.694201 }, //18 March 1974, UT1-UTC= 0.4897991, Accumulated Leap Seconds=13 + { 2442125.50, 44.697105 }, //19 March 1974, UT1-UTC= 0.4868946, Accumulated Leap Seconds=13 + { 2442126.50, 44.700155 }, //20 March 1974, UT1-UTC= 0.4838452, Accumulated Leap Seconds=13 + { 2442127.50, 44.703350 }, //21 March 1974, UT1-UTC= 0.4806495, Accumulated Leap Seconds=13 + { 2442128.50, 44.706672 }, //22 March 1974, UT1-UTC= 0.4773279, Accumulated Leap Seconds=13 + { 2442129.50, 44.710079 }, //23 March 1974, UT1-UTC= 0.4739205, Accumulated Leap Seconds=13 + { 2442130.50, 44.713517 }, //24 March 1974, UT1-UTC= 0.4704827, Accumulated Leap Seconds=13 + { 2442131.50, 44.716923 }, //25 March 1974, UT1-UTC= 0.4670769, Accumulated Leap Seconds=13 + { 2442132.50, 44.720239 }, //26 March 1974, UT1-UTC= 0.4637605, Accumulated Leap Seconds=13 + { 2442133.50, 44.723430 }, //27 March 1974, UT1-UTC= 0.4605702, Accumulated Leap Seconds=13 + { 2442134.50, 44.726491 }, //28 March 1974, UT1-UTC= 0.4575087, Accumulated Leap Seconds=13 + { 2442135.50, 44.729460 }, //29 March 1974, UT1-UTC= 0.4545396, Accumulated Leap Seconds=13 + { 2442136.50, 44.732407 }, //30 March 1974, UT1-UTC= 0.4515928, Accumulated Leap Seconds=13 + { 2442137.50, 44.735419 }, //31 March 1974, UT1-UTC= 0.4485812, Accumulated Leap Seconds=13 + { 2442138.50, 44.738577 }, //01 April 1974, UT1-UTC= 0.4454233, Accumulated Leap Seconds=13 + { 2442139.50, 44.741933 }, //02 April 1974, UT1-UTC= 0.4420667, Accumulated Leap Seconds=13 + { 2442140.50, 44.745495 }, //03 April 1974, UT1-UTC= 0.4385054, Accumulated Leap Seconds=13 + { 2442141.50, 44.749214 }, //04 April 1974, UT1-UTC= 0.4347858, Accumulated Leap Seconds=13 + { 2442142.50, 44.753003 }, //05 April 1974, UT1-UTC= 0.4309973, Accumulated Leap Seconds=13 + { 2442143.50, 44.756752 }, //06 April 1974, UT1-UTC= 0.4272484, Accumulated Leap Seconds=13 + { 2442144.50, 44.760364 }, //07 April 1974, UT1-UTC= 0.4236357, Accumulated Leap Seconds=13 + { 2442145.50, 44.763781 }, //08 April 1974, UT1-UTC= 0.4202190, Accumulated Leap Seconds=13 + { 2442146.50, 44.766990 }, //09 April 1974, UT1-UTC= 0.4170100, Accumulated Leap Seconds=13 + { 2442147.50, 44.770021 }, //10 April 1974, UT1-UTC= 0.4139793, Accumulated Leap Seconds=13 + { 2442148.50, 44.772928 }, //11 April 1974, UT1-UTC= 0.4110721, Accumulated Leap Seconds=13 + { 2442149.50, 44.775775 }, //12 April 1974, UT1-UTC= 0.4082249, Accumulated Leap Seconds=13 + { 2442150.50, 44.778623 }, //13 April 1974, UT1-UTC= 0.4053770, Accumulated Leap Seconds=13 + { 2442151.50, 44.781524 }, //14 April 1974, UT1-UTC= 0.4024755, Accumulated Leap Seconds=13 + { 2442152.50, 44.784521 }, //15 April 1974, UT1-UTC= 0.3994786, Accumulated Leap Seconds=13 + { 2442153.50, 44.787641 }, //16 April 1974, UT1-UTC= 0.3963591, Accumulated Leap Seconds=13 + { 2442154.50, 44.790892 }, //17 April 1974, UT1-UTC= 0.3931082, Accumulated Leap Seconds=13 + { 2442155.50, 44.794264 }, //18 April 1974, UT1-UTC= 0.3897363, Accumulated Leap Seconds=13 + { 2442156.50, 44.797727 }, //19 April 1974, UT1-UTC= 0.3862732, Accumulated Leap Seconds=13 + { 2442157.50, 44.801234 }, //20 April 1974, UT1-UTC= 0.3827656, Accumulated Leap Seconds=13 + { 2442158.50, 44.804728 }, //21 April 1974, UT1-UTC= 0.3792718, Accumulated Leap Seconds=13 + { 2442159.50, 44.808147 }, //22 April 1974, UT1-UTC= 0.3758526, Accumulated Leap Seconds=13 + { 2442160.50, 44.811443 }, //23 April 1974, UT1-UTC= 0.3725566, Accumulated Leap Seconds=13 + { 2442161.50, 44.814597 }, //24 April 1974, UT1-UTC= 0.3694030, Accumulated Leap Seconds=13 + { 2442162.50, 44.817630 }, //25 April 1974, UT1-UTC= 0.3663697, Accumulated Leap Seconds=13 + { 2442163.50, 44.820605 }, //26 April 1974, UT1-UTC= 0.3633949, Accumulated Leap Seconds=13 + { 2442164.50, 44.823606 }, //27 April 1974, UT1-UTC= 0.3603935, Accumulated Leap Seconds=13 + { 2442165.50, 44.826716 }, //28 April 1974, UT1-UTC= 0.3572837, Accumulated Leap Seconds=13 + { 2442166.50, 44.829988 }, //29 April 1974, UT1-UTC= 0.3540118, Accumulated Leap Seconds=13 + { 2442167.50, 44.833433 }, //30 April 1974, UT1-UTC= 0.3505675, Accumulated Leap Seconds=13 + { 2442168.50, 44.837013 }, //01 May 1974, UT1-UTC= 0.3469865, Accumulated Leap Seconds=13 + { 2442169.50, 44.840660 }, //02 May 1974, UT1-UTC= 0.3433401, Accumulated Leap Seconds=13 + { 2442170.50, 44.844282 }, //03 May 1974, UT1-UTC= 0.3397183, Accumulated Leap Seconds=13 + { 2442171.50, 44.847791 }, //04 May 1974, UT1-UTC= 0.3362085, Accumulated Leap Seconds=13 + { 2442172.50, 44.851125 }, //05 May 1974, UT1-UTC= 0.3328749, Accumulated Leap Seconds=13 + { 2442173.50, 44.854254 }, //06 May 1974, UT1-UTC= 0.3297456, Accumulated Leap Seconds=13 + { 2442174.50, 44.857190 }, //07 May 1974, UT1-UTC= 0.3268099, Accumulated Leap Seconds=13 + { 2442175.50, 44.859974 }, //08 May 1974, UT1-UTC= 0.3240255, Accumulated Leap Seconds=13 + { 2442176.50, 44.862666 }, //09 May 1974, UT1-UTC= 0.3213335, Accumulated Leap Seconds=13 + { 2442177.50, 44.865328 }, //10 May 1974, UT1-UTC= 0.3186717, Accumulated Leap Seconds=13 + { 2442178.50, 44.868015 }, //11 May 1974, UT1-UTC= 0.3159848, Accumulated Leap Seconds=13 + { 2442179.50, 44.870771 }, //12 May 1974, UT1-UTC= 0.3132294, Accumulated Leap Seconds=13 + { 2442180.50, 44.873623 }, //13 May 1974, UT1-UTC= 0.3103768, Accumulated Leap Seconds=13 + { 2442181.50, 44.876585 }, //14 May 1974, UT1-UTC= 0.3074146, Accumulated Leap Seconds=13 + { 2442182.50, 44.879652 }, //15 May 1974, UT1-UTC= 0.3043480, Accumulated Leap Seconds=13 + { 2442183.50, 44.882801 }, //16 May 1974, UT1-UTC= 0.3011990, Accumulated Leap Seconds=13 + { 2442184.50, 44.885996 }, //17 May 1974, UT1-UTC= 0.2980043, Accumulated Leap Seconds=13 + { 2442185.50, 44.889187 }, //18 May 1974, UT1-UTC= 0.2948130, Accumulated Leap Seconds=13 + { 2442186.50, 44.892319 }, //19 May 1974, UT1-UTC= 0.2916807, Accumulated Leap Seconds=13 + { 2442187.50, 44.895341 }, //20 May 1974, UT1-UTC= 0.2886593, Accumulated Leap Seconds=13 + { 2442188.50, 44.898219 }, //21 May 1974, UT1-UTC= 0.2857812, Accumulated Leap Seconds=13 + { 2442189.50, 44.900957 }, //22 May 1974, UT1-UTC= 0.2830427, Accumulated Leap Seconds=13 + { 2442190.50, 44.903604 }, //23 May 1974, UT1-UTC= 0.2803960, Accumulated Leap Seconds=13 + { 2442191.50, 44.906240 }, //24 May 1974, UT1-UTC= 0.2777595, Accumulated Leap Seconds=13 + { 2442192.50, 44.908956 }, //25 May 1974, UT1-UTC= 0.2750436, Accumulated Leap Seconds=13 + { 2442193.50, 44.911816 }, //26 May 1974, UT1-UTC= 0.2721837, Accumulated Leap Seconds=13 + { 2442194.50, 44.914837 }, //27 May 1974, UT1-UTC= 0.2691634, Accumulated Leap Seconds=13 + { 2442195.50, 44.917981 }, //28 May 1974, UT1-UTC= 0.2660190, Accumulated Leap Seconds=13 + { 2442196.50, 44.921175 }, //29 May 1974, UT1-UTC= 0.2628251, Accumulated Leap Seconds=13 + { 2442197.50, 44.924329 }, //30 May 1974, UT1-UTC= 0.2596711, Accumulated Leap Seconds=13 + { 2442198.50, 44.927361 }, //31 May 1974, UT1-UTC= 0.2566387, Accumulated Leap Seconds=13 + { 2442199.50, 44.930214 }, //01 June 1974, UT1-UTC= 0.2537862, Accumulated Leap Seconds=13 + { 2442200.50, 44.932859 }, //02 June 1974, UT1-UTC= 0.2511410, Accumulated Leap Seconds=13 + { 2442201.50, 44.935301 }, //03 June 1974, UT1-UTC= 0.2486987, Accumulated Leap Seconds=13 + { 2442202.50, 44.937573 }, //04 June 1974, UT1-UTC= 0.2464268, Accumulated Leap Seconds=13 + { 2442203.50, 44.939727 }, //05 June 1974, UT1-UTC= 0.2442733, Accumulated Leap Seconds=13 + { 2442204.50, 44.941822 }, //06 June 1974, UT1-UTC= 0.2421779, Accumulated Leap Seconds=13 + { 2442205.50, 44.943917 }, //07 June 1974, UT1-UTC= 0.2400825, Accumulated Leap Seconds=13 + { 2442206.50, 44.946060 }, //08 June 1974, UT1-UTC= 0.2379399, Accumulated Leap Seconds=13 + { 2442207.50, 44.948282 }, //09 June 1974, UT1-UTC= 0.2357183, Accumulated Leap Seconds=13 + { 2442208.50, 44.950597 }, //10 June 1974, UT1-UTC= 0.2334032, Accumulated Leap Seconds=13 + { 2442209.50, 44.953002 }, //11 June 1974, UT1-UTC= 0.2309975, Accumulated Leap Seconds=13 + { 2442210.50, 44.955480 }, //12 June 1974, UT1-UTC= 0.2285200, Accumulated Leap Seconds=13 + { 2442211.50, 44.957998 }, //13 June 1974, UT1-UTC= 0.2260020, Accumulated Leap Seconds=13 + { 2442212.50, 44.960516 }, //14 June 1974, UT1-UTC= 0.2234839, Accumulated Leap Seconds=13 + { 2442213.50, 44.962988 }, //15 June 1974, UT1-UTC= 0.2210118, Accumulated Leap Seconds=13 + { 2442214.50, 44.965368 }, //16 June 1974, UT1-UTC= 0.2186316, Accumulated Leap Seconds=13 + { 2442215.50, 44.967621 }, //17 June 1974, UT1-UTC= 0.2163787, Accumulated Leap Seconds=13 + { 2442216.50, 44.969738 }, //18 June 1974, UT1-UTC= 0.2142621, Accumulated Leap Seconds=13 + { 2442217.50, 44.971749 }, //19 June 1974, UT1-UTC= 0.2122513, Accumulated Leap Seconds=13 + { 2442218.50, 44.973725 }, //20 June 1974, UT1-UTC= 0.2102747, Accumulated Leap Seconds=13 + { 2442219.50, 44.975763 }, //21 June 1974, UT1-UTC= 0.2082374, Accumulated Leap Seconds=13 + { 2442220.50, 44.977946 }, //22 June 1974, UT1-UTC= 0.2060541, Accumulated Leap Seconds=13 + { 2442221.50, 44.980315 }, //23 June 1974, UT1-UTC= 0.2036846, Accumulated Leap Seconds=13 + { 2442222.50, 44.982848 }, //24 June 1974, UT1-UTC= 0.2011517, Accumulated Leap Seconds=13 + { 2442223.50, 44.985467 }, //25 June 1974, UT1-UTC= 0.1985326, Accumulated Leap Seconds=13 + { 2442224.50, 44.988069 }, //26 June 1974, UT1-UTC= 0.1959314, Accumulated Leap Seconds=13 + { 2442225.50, 44.990555 }, //27 June 1974, UT1-UTC= 0.1934446, Accumulated Leap Seconds=13 + { 2442226.50, 44.992863 }, //28 June 1974, UT1-UTC= 0.1911372, Accumulated Leap Seconds=13 + { 2442227.50, 44.994965 }, //29 June 1974, UT1-UTC= 0.1890351, Accumulated Leap Seconds=13 + { 2442228.50, 44.996871 }, //30 June 1974, UT1-UTC= 0.1871290, Accumulated Leap Seconds=13 + { 2442229.50, 44.998615 }, //01 July 1974, UT1-UTC= 0.1853854, Accumulated Leap Seconds=13 + { 2442230.50, 45.000246 }, //02 July 1974, UT1-UTC= 0.1837541, Accumulated Leap Seconds=13 + { 2442231.50, 45.001822 }, //03 July 1974, UT1-UTC= 0.1821775, Accumulated Leap Seconds=13 + { 2442232.50, 45.003403 }, //04 July 1974, UT1-UTC= 0.1805972, Accumulated Leap Seconds=13 + { 2442233.50, 45.005038 }, //05 July 1974, UT1-UTC= 0.1789623, Accumulated Leap Seconds=13 + { 2442234.50, 45.006764 }, //06 July 1974, UT1-UTC= 0.1772358, Accumulated Leap Seconds=13 + { 2442235.50, 45.008601 }, //07 July 1974, UT1-UTC= 0.1753992, Accumulated Leap Seconds=13 + { 2442236.50, 45.010547 }, //08 July 1974, UT1-UTC= 0.1734528, Accumulated Leap Seconds=13 + { 2442237.50, 45.012586 }, //09 July 1974, UT1-UTC= 0.1714139, Accumulated Leap Seconds=13 + { 2442238.50, 45.014687 }, //10 July 1974, UT1-UTC= 0.1693126, Accumulated Leap Seconds=13 + { 2442239.50, 45.016812 }, //11 July 1974, UT1-UTC= 0.1671878, Accumulated Leap Seconds=13 + { 2442240.50, 45.018918 }, //12 July 1974, UT1-UTC= 0.1650821, Accumulated Leap Seconds=13 + { 2442241.50, 45.020963 }, //13 July 1974, UT1-UTC= 0.1630370, Accumulated Leap Seconds=13 + { 2442242.50, 45.022914 }, //14 July 1974, UT1-UTC= 0.1610859, Accumulated Leap Seconds=13 + { 2442243.50, 45.024756 }, //15 July 1974, UT1-UTC= 0.1592442, Accumulated Leap Seconds=13 + { 2442244.50, 45.026504 }, //16 July 1974, UT1-UTC= 0.1574964, Accumulated Leap Seconds=13 + { 2442245.50, 45.028212 }, //17 July 1974, UT1-UTC= 0.1557884, Accumulated Leap Seconds=13 + { 2442246.50, 45.029967 }, //18 July 1974, UT1-UTC= 0.1540328, Accumulated Leap Seconds=13 + { 2442247.50, 45.031867 }, //19 July 1974, UT1-UTC= 0.1521334, Accumulated Leap Seconds=13 + { 2442248.50, 45.033979 }, //20 July 1974, UT1-UTC= 0.1500210, Accumulated Leap Seconds=13 + { 2442249.50, 45.036314 }, //21 July 1974, UT1-UTC= 0.1476858, Accumulated Leap Seconds=13 + { 2442250.50, 45.038813 }, //22 July 1974, UT1-UTC= 0.1451868, Accumulated Leap Seconds=13 + { 2442251.50, 45.041366 }, //23 July 1974, UT1-UTC= 0.1426340, Accumulated Leap Seconds=13 + { 2442252.50, 45.043851 }, //24 July 1974, UT1-UTC= 0.1401491, Accumulated Leap Seconds=13 + { 2442253.50, 45.046173 }, //25 July 1974, UT1-UTC= 0.1378273, Accumulated Leap Seconds=13 + { 2442254.50, 45.048286 }, //26 July 1974, UT1-UTC= 0.1357144, Accumulated Leap Seconds=13 + { 2442255.50, 45.050193 }, //27 July 1974, UT1-UTC= 0.1338074, Accumulated Leap Seconds=13 + { 2442256.50, 45.051931 }, //28 July 1974, UT1-UTC= 0.1320688, Accumulated Leap Seconds=13 + { 2442257.50, 45.053557 }, //29 July 1974, UT1-UTC= 0.1304431, Accumulated Leap Seconds=13 + { 2442258.50, 45.055130 }, //30 July 1974, UT1-UTC= 0.1288695, Accumulated Leap Seconds=13 + { 2442259.50, 45.056712 }, //31 July 1974, UT1-UTC= 0.1272882, Accumulated Leap Seconds=13 + { 2442260.50, 45.058355 }, //01 August 1974, UT1-UTC= 0.1256451, Accumulated Leap Seconds=13 + { 2442261.50, 45.060102 }, //02 August 1974, UT1-UTC= 0.1238975, Accumulated Leap Seconds=13 + { 2442262.50, 45.061981 }, //03 August 1974, UT1-UTC= 0.1220194, Accumulated Leap Seconds=13 + { 2442263.50, 45.063995 }, //04 August 1974, UT1-UTC= 0.1200048, Accumulated Leap Seconds=13 + { 2442264.50, 45.066133 }, //05 August 1974, UT1-UTC= 0.1178673, Accumulated Leap Seconds=13 + { 2442265.50, 45.068363 }, //06 August 1974, UT1-UTC= 0.1156365, Accumulated Leap Seconds=13 + { 2442266.50, 45.070648 }, //07 August 1974, UT1-UTC= 0.1133517, Accumulated Leap Seconds=13 + { 2442267.50, 45.072943 }, //08 August 1974, UT1-UTC= 0.1110567, Accumulated Leap Seconds=13 + { 2442268.50, 45.075207 }, //09 August 1974, UT1-UTC= 0.1087935, Accumulated Leap Seconds=13 + { 2442269.50, 45.077404 }, //10 August 1974, UT1-UTC= 0.1065964, Accumulated Leap Seconds=13 + { 2442270.50, 45.079516 }, //11 August 1974, UT1-UTC= 0.1044843, Accumulated Leap Seconds=13 + { 2442271.50, 45.081549 }, //12 August 1974, UT1-UTC= 0.1024513, Accumulated Leap Seconds=13 + { 2442272.50, 45.083540 }, //13 August 1974, UT1-UTC= 0.1004595, Accumulated Leap Seconds=13 + { 2442273.50, 45.085562 }, //14 August 1974, UT1-UTC= 0.0984382, Accumulated Leap Seconds=13 + { 2442274.50, 45.087703 }, //15 August 1974, UT1-UTC= 0.0962965, Accumulated Leap Seconds=13 + { 2442275.50, 45.090050 }, //16 August 1974, UT1-UTC= 0.0939503, Accumulated Leap Seconds=13 + { 2442276.50, 45.092644 }, //17 August 1974, UT1-UTC= 0.0913562, Accumulated Leap Seconds=13 + { 2442277.50, 45.095464 }, //18 August 1974, UT1-UTC= 0.0885363, Accumulated Leap Seconds=13 + { 2442278.50, 45.098421 }, //19 August 1974, UT1-UTC= 0.0855791, Accumulated Leap Seconds=13 + { 2442279.50, 45.101387 }, //20 August 1974, UT1-UTC= 0.0826134, Accumulated Leap Seconds=13 + { 2442280.50, 45.104235 }, //21 August 1974, UT1-UTC= 0.0797654, Accumulated Leap Seconds=13 + { 2442281.50, 45.106879 }, //22 August 1974, UT1-UTC= 0.0771206, Accumulated Leap Seconds=13 + { 2442282.50, 45.109294 }, //23 August 1974, UT1-UTC= 0.0747058, Accumulated Leap Seconds=13 + { 2442283.50, 45.111503 }, //24 August 1974, UT1-UTC= 0.0724966, Accumulated Leap Seconds=13 + { 2442284.50, 45.113563 }, //25 August 1974, UT1-UTC= 0.0704374, Accumulated Leap Seconds=13 + { 2442285.50, 45.115537 }, //26 August 1974, UT1-UTC= 0.0684627, Accumulated Leap Seconds=13 + { 2442286.50, 45.117490 }, //27 August 1974, UT1-UTC= 0.0665101, Accumulated Leap Seconds=13 + { 2442287.50, 45.119475 }, //28 August 1974, UT1-UTC= 0.0645249, Accumulated Leap Seconds=13 + { 2442288.50, 45.121537 }, //29 August 1974, UT1-UTC= 0.0624629, Accumulated Leap Seconds=13 + { 2442289.50, 45.123706 }, //30 August 1974, UT1-UTC= 0.0602943, Accumulated Leap Seconds=13 + { 2442290.50, 45.125992 }, //31 August 1974, UT1-UTC= 0.0580075, Accumulated Leap Seconds=13 + { 2442291.50, 45.128391 }, //01 September 1974, UT1-UTC= 0.0556089, Accumulated Leap Seconds=13 + { 2442292.50, 45.130877 }, //02 September 1974, UT1-UTC= 0.0531226, Accumulated Leap Seconds=13 + { 2442293.50, 45.133415 }, //03 September 1974, UT1-UTC= 0.0505851, Accumulated Leap Seconds=13 + { 2442294.50, 45.135960 }, //04 September 1974, UT1-UTC= 0.0480399, Accumulated Leap Seconds=13 + { 2442295.50, 45.138470 }, //05 September 1974, UT1-UTC= 0.0455299, Accumulated Leap Seconds=13 + { 2442296.50, 45.140909 }, //06 September 1974, UT1-UTC= 0.0430908, Accumulated Leap Seconds=13 + { 2442297.50, 45.143257 }, //07 September 1974, UT1-UTC= 0.0407426, Accumulated Leap Seconds=13 + { 2442298.50, 45.145517 }, //08 September 1974, UT1-UTC= 0.0384828, Accumulated Leap Seconds=13 + { 2442299.50, 45.147720 }, //09 September 1974, UT1-UTC= 0.0362799, Accumulated Leap Seconds=13 + { 2442300.50, 45.149926 }, //10 September 1974, UT1-UTC= 0.0340742, Accumulated Leap Seconds=13 + { 2442301.50, 45.152215 }, //11 September 1974, UT1-UTC= 0.0317851, Accumulated Leap Seconds=13 + { 2442302.50, 45.154672 }, //12 September 1974, UT1-UTC= 0.0293283, Accumulated Leap Seconds=13 + { 2442303.50, 45.157359 }, //13 September 1974, UT1-UTC= 0.0266415, Accumulated Leap Seconds=13 + { 2442304.50, 45.160289 }, //14 September 1974, UT1-UTC= 0.0237106, Accumulated Leap Seconds=13 + { 2442305.50, 45.163416 }, //15 September 1974, UT1-UTC= 0.0205839, Accumulated Leap Seconds=13 + { 2442306.50, 45.166635 }, //16 September 1974, UT1-UTC= 0.0173645, Accumulated Leap Seconds=13 + { 2442307.50, 45.169820 }, //17 September 1974, UT1-UTC= 0.0141804, Accumulated Leap Seconds=13 + { 2442308.50, 45.172856 }, //18 September 1974, UT1-UTC= 0.0111442, Accumulated Leap Seconds=13 + { 2442309.50, 45.175679 }, //19 September 1974, UT1-UTC= 0.0083205, Accumulated Leap Seconds=13 + { 2442310.50, 45.178285 }, //20 September 1974, UT1-UTC= 0.0057149, Accumulated Leap Seconds=13 + { 2442311.50, 45.180715 }, //21 September 1974, UT1-UTC= 0.0032855, Accumulated Leap Seconds=13 + { 2442312.50, 45.183034 }, //22 September 1974, UT1-UTC= 0.0009657, Accumulated Leap Seconds=13 + { 2442313.50, 45.185314 }, //23 September 1974, UT1-UTC=-0.0013138, Accumulated Leap Seconds=13 + { 2442314.50, 45.187614 }, //24 September 1974, UT1-UTC=-0.0036138, Accumulated Leap Seconds=13 + { 2442315.50, 45.189982 }, //25 September 1974, UT1-UTC=-0.0059825, Accumulated Leap Seconds=13 + { 2442316.50, 45.192454 }, //26 September 1974, UT1-UTC=-0.0084542, Accumulated Leap Seconds=13 + { 2442317.50, 45.195047 }, //27 September 1974, UT1-UTC=-0.0110472, Accumulated Leap Seconds=13 + { 2442318.50, 45.197762 }, //28 September 1974, UT1-UTC=-0.0137616, Accumulated Leap Seconds=13 + { 2442319.50, 45.200580 }, //29 September 1974, UT1-UTC=-0.0165796, Accumulated Leap Seconds=13 + { 2442320.50, 45.203468 }, //30 September 1974, UT1-UTC=-0.0194678, Accumulated Leap Seconds=13 + { 2442321.50, 45.206383 }, //01 October 1974, UT1-UTC=-0.0223835, Accumulated Leap Seconds=13 + { 2442322.50, 45.209280 }, //02 October 1974, UT1-UTC=-0.0252801, Accumulated Leap Seconds=13 + { 2442323.50, 45.212115 }, //03 October 1974, UT1-UTC=-0.0281155, Accumulated Leap Seconds=13 + { 2442324.50, 45.214861 }, //04 October 1974, UT1-UTC=-0.0308605, Accumulated Leap Seconds=13 + { 2442325.50, 45.217508 }, //05 October 1974, UT1-UTC=-0.0335083, Accumulated Leap Seconds=13 + { 2442326.50, 45.220081 }, //06 October 1974, UT1-UTC=-0.0360812, Accumulated Leap Seconds=13 + { 2442327.50, 45.222630 }, //07 October 1974, UT1-UTC=-0.0386305, Accumulated Leap Seconds=13 + { 2442328.50, 45.225229 }, //08 October 1974, UT1-UTC=-0.0412288, Accumulated Leap Seconds=13 + { 2442329.50, 45.227954 }, //09 October 1974, UT1-UTC=-0.0439543, Accumulated Leap Seconds=13 + { 2442330.50, 45.230870 }, //10 October 1974, UT1-UTC=-0.0468704, Accumulated Leap Seconds=13 + { 2442331.50, 45.234006 }, //11 October 1974, UT1-UTC=-0.0500056, Accumulated Leap Seconds=13 + { 2442332.50, 45.237340 }, //12 October 1974, UT1-UTC=-0.0533405, Accumulated Leap Seconds=13 + { 2442333.50, 45.240806 }, //13 October 1974, UT1-UTC=-0.0568059, Accumulated Leap Seconds=13 + { 2442334.50, 45.244298 }, //14 October 1974, UT1-UTC=-0.0602980, Accumulated Leap Seconds=13 + { 2442335.50, 45.247706 }, //15 October 1974, UT1-UTC=-0.0637056, Accumulated Leap Seconds=13 + { 2442336.50, 45.250943 }, //16 October 1974, UT1-UTC=-0.0669432, Accumulated Leap Seconds=13 + { 2442337.50, 45.253974 }, //17 October 1974, UT1-UTC=-0.0699736, Accumulated Leap Seconds=13 + { 2442338.50, 45.256811 }, //18 October 1974, UT1-UTC=-0.0728115, Accumulated Leap Seconds=13 + { 2442339.50, 45.259510 }, //19 October 1974, UT1-UTC=-0.0755102, Accumulated Leap Seconds=13 + { 2442340.50, 45.262139 }, //20 October 1974, UT1-UTC=-0.0781390, Accumulated Leap Seconds=13 + { 2442341.50, 45.264764 }, //21 October 1974, UT1-UTC=-0.0807645, Accumulated Leap Seconds=13 + { 2442342.50, 45.267440 }, //22 October 1974, UT1-UTC=-0.0834400, Accumulated Leap Seconds=13 + { 2442343.50, 45.270204 }, //23 October 1974, UT1-UTC=-0.0862039, Accumulated Leap Seconds=13 + { 2442344.50, 45.273078 }, //24 October 1974, UT1-UTC=-0.0890785, Accumulated Leap Seconds=13 + { 2442345.50, 45.276070 }, //25 October 1974, UT1-UTC=-0.0920700, Accumulated Leap Seconds=13 + { 2442346.50, 45.279167 }, //26 October 1974, UT1-UTC=-0.0951674, Accumulated Leap Seconds=13 + { 2442347.50, 45.282344 }, //27 October 1974, UT1-UTC=-0.0983442, Accumulated Leap Seconds=13 + { 2442348.50, 45.285562 }, //28 October 1974, UT1-UTC=-0.1015618, Accumulated Leap Seconds=13 + { 2442349.50, 45.288776 }, //29 October 1974, UT1-UTC=-0.1047759, Accumulated Leap Seconds=13 + { 2442350.50, 45.291942 }, //30 October 1974, UT1-UTC=-0.1079424, Accumulated Leap Seconds=13 + { 2442351.50, 45.295025 }, //31 October 1974, UT1-UTC=-0.1110253, Accumulated Leap Seconds=13 + { 2442352.50, 45.298007 }, //01 November 1974, UT1-UTC=-0.1140068, Accumulated Leap Seconds=13 + { 2442353.50, 45.300897 }, //02 November 1974, UT1-UTC=-0.1168966, Accumulated Leap Seconds=13 + { 2442354.50, 45.303736 }, //03 November 1974, UT1-UTC=-0.1197360, Accumulated Leap Seconds=13 + { 2442355.50, 45.306592 }, //04 November 1974, UT1-UTC=-0.1225924, Accumulated Leap Seconds=13 + { 2442356.50, 45.309541 }, //05 November 1974, UT1-UTC=-0.1255415, Accumulated Leap Seconds=13 + { 2442357.50, 45.312646 }, //06 November 1974, UT1-UTC=-0.1286461, Accumulated Leap Seconds=13 + { 2442358.50, 45.315936 }, //07 November 1974, UT1-UTC=-0.1319364, Accumulated Leap Seconds=13 + { 2442359.50, 45.319400 }, //08 November 1974, UT1-UTC=-0.1354003, Accumulated Leap Seconds=13 + { 2442360.50, 45.322984 }, //09 November 1974, UT1-UTC=-0.1389844, Accumulated Leap Seconds=13 + { 2442361.50, 45.326605 }, //10 November 1974, UT1-UTC=-0.1426054, Accumulated Leap Seconds=13 + { 2442362.50, 45.330169 }, //11 November 1974, UT1-UTC=-0.1461694, Accumulated Leap Seconds=13 + { 2442363.50, 45.333595 }, //12 November 1974, UT1-UTC=-0.1495947, Accumulated Leap Seconds=13 + { 2442364.50, 45.336831 }, //13 November 1974, UT1-UTC=-0.1528314, Accumulated Leap Seconds=13 + { 2442365.50, 45.339872 }, //14 November 1974, UT1-UTC=-0.1558721, Accumulated Leap Seconds=13 + { 2442366.50, 45.342750 }, //15 November 1974, UT1-UTC=-0.1587500, Accumulated Leap Seconds=13 + { 2442367.50, 45.345524 }, //16 November 1974, UT1-UTC=-0.1615237, Accumulated Leap Seconds=13 + { 2442368.50, 45.348259 }, //17 November 1974, UT1-UTC=-0.1642589, Accumulated Leap Seconds=13 + { 2442369.50, 45.351013 }, //18 November 1974, UT1-UTC=-0.1670133, Accumulated Leap Seconds=13 + { 2442370.50, 45.353829 }, //19 November 1974, UT1-UTC=-0.1698291, Accumulated Leap Seconds=13 + { 2442371.50, 45.356731 }, //20 November 1974, UT1-UTC=-0.1727309, Accumulated Leap Seconds=13 + { 2442372.50, 45.359727 }, //21 November 1974, UT1-UTC=-0.1757270, Accumulated Leap Seconds=13 + { 2442373.50, 45.362810 }, //22 November 1974, UT1-UTC=-0.1788103, Accumulated Leap Seconds=13 + { 2442374.50, 45.365959 }, //23 November 1974, UT1-UTC=-0.1819591, Accumulated Leap Seconds=13 + { 2442375.50, 45.369141 }, //24 November 1974, UT1-UTC=-0.1851408, Accumulated Leap Seconds=13 + { 2442376.50, 45.372316 }, //25 November 1974, UT1-UTC=-0.1883156, Accumulated Leap Seconds=13 + { 2442377.50, 45.375442 }, //26 November 1974, UT1-UTC=-0.1914423, Accumulated Leap Seconds=13 + { 2442378.50, 45.378484 }, //27 November 1974, UT1-UTC=-0.1944842, Accumulated Leap Seconds=13 + { 2442379.50, 45.381417 }, //28 November 1974, UT1-UTC=-0.1974171, Accumulated Leap Seconds=13 + { 2442380.50, 45.384239 }, //29 November 1974, UT1-UTC=-0.2002394, Accumulated Leap Seconds=13 + { 2442381.50, 45.386981 }, //30 November 1974, UT1-UTC=-0.2029809, Accumulated Leap Seconds=13 + { 2442382.50, 45.389702 }, //01 December 1974, UT1-UTC=-0.2057017, Accumulated Leap Seconds=13 + { 2442383.50, 45.392480 }, //02 December 1974, UT1-UTC=-0.2084797, Accumulated Leap Seconds=13 + { 2442384.50, 45.395386 }, //03 December 1974, UT1-UTC=-0.2113859, Accumulated Leap Seconds=13 + { 2442385.50, 45.398459 }, //04 December 1974, UT1-UTC=-0.2144586, Accumulated Leap Seconds=13 + { 2442386.50, 45.401689 }, //05 December 1974, UT1-UTC=-0.2176890, Accumulated Leap Seconds=13 + { 2442387.50, 45.405023 }, //06 December 1974, UT1-UTC=-0.2210227, Accumulated Leap Seconds=13 + { 2442388.50, 45.408377 }, //07 December 1974, UT1-UTC=-0.2243769, Accumulated Leap Seconds=13 + { 2442389.50, 45.411663 }, //08 December 1974, UT1-UTC=-0.2276635, Accumulated Leap Seconds=13 + { 2442390.50, 45.414809 }, //09 December 1974, UT1-UTC=-0.2308093, Accumulated Leap Seconds=13 + { 2442391.50, 45.417770 }, //10 December 1974, UT1-UTC=-0.2337703, Accumulated Leap Seconds=13 + { 2442392.50, 45.420537 }, //11 December 1974, UT1-UTC=-0.2365371, Accumulated Leap Seconds=13 + { 2442393.50, 45.423134 }, //12 December 1974, UT1-UTC=-0.2391339, Accumulated Leap Seconds=13 + { 2442394.50, 45.425610 }, //13 December 1974, UT1-UTC=-0.2416100, Accumulated Leap Seconds=13 + { 2442395.50, 45.428027 }, //14 December 1974, UT1-UTC=-0.2440273, Accumulated Leap Seconds=13 + { 2442396.50, 45.430446 }, //15 December 1974, UT1-UTC=-0.2464465, Accumulated Leap Seconds=13 + { 2442397.50, 45.432916 }, //16 December 1974, UT1-UTC=-0.2489155, Accumulated Leap Seconds=13 + { 2442398.50, 45.435465 }, //17 December 1974, UT1-UTC=-0.2514648, Accumulated Leap Seconds=13 + { 2442399.50, 45.438106 }, //18 December 1974, UT1-UTC=-0.2541065, Accumulated Leap Seconds=13 + { 2442400.50, 45.440836 }, //19 December 1974, UT1-UTC=-0.2568362, Accumulated Leap Seconds=13 + { 2442401.50, 45.443636 }, //20 December 1974, UT1-UTC=-0.2596358, Accumulated Leap Seconds=13 + { 2442402.50, 45.446477 }, //21 December 1974, UT1-UTC=-0.2624767, Accumulated Leap Seconds=13 + { 2442403.50, 45.449324 }, //22 December 1974, UT1-UTC=-0.2653240, Accumulated Leap Seconds=13 + { 2442404.50, 45.452141 }, //23 December 1974, UT1-UTC=-0.2681412, Accumulated Leap Seconds=13 + { 2442405.50, 45.454895 }, //24 December 1974, UT1-UTC=-0.2708955, Accumulated Leap Seconds=13 + { 2442406.50, 45.457563 }, //25 December 1974, UT1-UTC=-0.2735629, Accumulated Leap Seconds=13 + { 2442407.50, 45.460136 }, //26 December 1974, UT1-UTC=-0.2761359, Accumulated Leap Seconds=13 + { 2442408.50, 45.462633 }, //27 December 1974, UT1-UTC=-0.2786327, Accumulated Leap Seconds=13 + { 2442409.50, 45.465103 }, //28 December 1974, UT1-UTC=-0.2811029, Accumulated Leap Seconds=13 + { 2442410.50, 45.467622 }, //29 December 1974, UT1-UTC=-0.2836216, Accumulated Leap Seconds=13 + { 2442411.50, 45.470270 }, //30 December 1974, UT1-UTC=-0.2862702, Accumulated Leap Seconds=13 + { 2442412.50, 45.473106 }, //31 December 1974, UT1-UTC=-0.2891063, Accumulated Leap Seconds=13 + { 2442413.50, 45.476138 }, //01 January 1975, UT1-UTC= 0.7078620, Accumulated Leap Seconds=14 + { 2442414.50, 45.479316 }, //02 January 1975, UT1-UTC= 0.7046843, Accumulated Leap Seconds=14 + { 2442415.50, 45.482546 }, //03 January 1975, UT1-UTC= 0.7014537, Accumulated Leap Seconds=14 + { 2442416.50, 45.485725 }, //04 January 1975, UT1-UTC= 0.6982754, Accumulated Leap Seconds=14 + { 2442417.50, 45.488764 }, //05 January 1975, UT1-UTC= 0.6952360, Accumulated Leap Seconds=14 + { 2442418.50, 45.491615 }, //06 January 1975, UT1-UTC= 0.6923847, Accumulated Leap Seconds=14 + { 2442419.50, 45.494271 }, //07 January 1975, UT1-UTC= 0.6897288, Accumulated Leap Seconds=14 + { 2442420.50, 45.496758 }, //08 January 1975, UT1-UTC= 0.6872419, Accumulated Leap Seconds=14 + { 2442421.50, 45.499125 }, //09 January 1975, UT1-UTC= 0.6848751, Accumulated Leap Seconds=14 + { 2442422.50, 45.501431 }, //10 January 1975, UT1-UTC= 0.6825688, Accumulated Leap Seconds=14 + { 2442423.50, 45.503737 }, //11 January 1975, UT1-UTC= 0.6802626, Accumulated Leap Seconds=14 + { 2442424.50, 45.506095 }, //12 January 1975, UT1-UTC= 0.6779046, Accumulated Leap Seconds=14 + { 2442425.50, 45.508542 }, //13 January 1975, UT1-UTC= 0.6754580, Accumulated Leap Seconds=14 + { 2442426.50, 45.511095 }, //14 January 1975, UT1-UTC= 0.6729050, Accumulated Leap Seconds=14 + { 2442427.50, 45.513754 }, //15 January 1975, UT1-UTC= 0.6702462, Accumulated Leap Seconds=14 + { 2442428.50, 45.516502 }, //16 January 1975, UT1-UTC= 0.6674983, Accumulated Leap Seconds=14 + { 2442429.50, 45.519311 }, //17 January 1975, UT1-UTC= 0.6646893, Accumulated Leap Seconds=14 + { 2442430.50, 45.522146 }, //18 January 1975, UT1-UTC= 0.6618535, Accumulated Leap Seconds=14 + { 2442431.50, 45.524973 }, //19 January 1975, UT1-UTC= 0.6590266, Accumulated Leap Seconds=14 + { 2442432.50, 45.527759 }, //20 January 1975, UT1-UTC= 0.6562407, Accumulated Leap Seconds=14 + { 2442433.50, 45.530480 }, //21 January 1975, UT1-UTC= 0.6535197, Accumulated Leap Seconds=14 + { 2442434.50, 45.533126 }, //22 January 1975, UT1-UTC= 0.6508739, Accumulated Leap Seconds=14 + { 2442435.50, 45.535706 }, //23 January 1975, UT1-UTC= 0.6482936, Accumulated Leap Seconds=14 + { 2442436.50, 45.538258 }, //24 January 1975, UT1-UTC= 0.6457422, Accumulated Leap Seconds=14 + { 2442437.50, 45.540845 }, //25 January 1975, UT1-UTC= 0.6431545, Accumulated Leap Seconds=14 + { 2442438.50, 45.543552 }, //26 January 1975, UT1-UTC= 0.6404476, Accumulated Leap Seconds=14 + { 2442439.50, 45.546455 }, //27 January 1975, UT1-UTC= 0.6375449, Accumulated Leap Seconds=14 + { 2442440.50, 45.549591 }, //28 January 1975, UT1-UTC= 0.6344086, Accumulated Leap Seconds=14 + { 2442441.50, 45.552938 }, //29 January 1975, UT1-UTC= 0.6310622, Accumulated Leap Seconds=14 + { 2442442.50, 45.556410 }, //30 January 1975, UT1-UTC= 0.6275904, Accumulated Leap Seconds=14 + { 2442443.50, 45.559886 }, //31 January 1975, UT1-UTC= 0.6241144, Accumulated Leap Seconds=14 + { 2442444.50, 45.563249 }, //01 February 1975, UT1-UTC= 0.6207515, Accumulated Leap Seconds=14 + { 2442445.50, 45.566419 }, //02 February 1975, UT1-UTC= 0.6175812, Accumulated Leap Seconds=14 + { 2442446.50, 45.569371 }, //03 February 1975, UT1-UTC= 0.6146292, Accumulated Leap Seconds=14 + { 2442447.50, 45.572127 }, //04 February 1975, UT1-UTC= 0.6118733, Accumulated Leap Seconds=14 + { 2442448.50, 45.574738 }, //05 February 1975, UT1-UTC= 0.6092617, Accumulated Leap Seconds=14 + { 2442449.50, 45.577269 }, //06 February 1975, UT1-UTC= 0.6067312, Accumulated Leap Seconds=14 + { 2442450.50, 45.579780 }, //07 February 1975, UT1-UTC= 0.6042198, Accumulated Leap Seconds=14 + { 2442451.50, 45.582326 }, //08 February 1975, UT1-UTC= 0.6016743, Accumulated Leap Seconds=14 + { 2442452.50, 45.584946 }, //09 February 1975, UT1-UTC= 0.5990538, Accumulated Leap Seconds=14 + { 2442453.50, 45.587666 }, //10 February 1975, UT1-UTC= 0.5963343, Accumulated Leap Seconds=14 + { 2442454.50, 45.590489 }, //11 February 1975, UT1-UTC= 0.5935105, Accumulated Leap Seconds=14 + { 2442455.50, 45.593405 }, //12 February 1975, UT1-UTC= 0.5905952, Accumulated Leap Seconds=14 + { 2442456.50, 45.596384 }, //13 February 1975, UT1-UTC= 0.5876157, Accumulated Leap Seconds=14 + { 2442457.50, 45.599392 }, //14 February 1975, UT1-UTC= 0.5846077, Accumulated Leap Seconds=14 + { 2442458.50, 45.602390 }, //15 February 1975, UT1-UTC= 0.5816096, Accumulated Leap Seconds=14 + { 2442459.50, 45.605343 }, //16 February 1975, UT1-UTC= 0.5786568, Accumulated Leap Seconds=14 + { 2442460.50, 45.608223 }, //17 February 1975, UT1-UTC= 0.5757765, Accumulated Leap Seconds=14 + { 2442461.50, 45.611016 }, //18 February 1975, UT1-UTC= 0.5729835, Accumulated Leap Seconds=14 + { 2442462.50, 45.613726 }, //19 February 1975, UT1-UTC= 0.5702742, Accumulated Leap Seconds=14 + { 2442463.50, 45.616378 }, //20 February 1975, UT1-UTC= 0.5676221, Accumulated Leap Seconds=14 + { 2442464.50, 45.619026 }, //21 February 1975, UT1-UTC= 0.5649742, Accumulated Leap Seconds=14 + { 2442465.50, 45.621745 }, //22 February 1975, UT1-UTC= 0.5622551, Accumulated Leap Seconds=14 + { 2442466.50, 45.624618 }, //23 February 1975, UT1-UTC= 0.5593821, Accumulated Leap Seconds=14 + { 2442467.50, 45.627708 }, //24 February 1975, UT1-UTC= 0.5562918, Accumulated Leap Seconds=14 + { 2442468.50, 45.631031 }, //25 February 1975, UT1-UTC= 0.5529687, Accumulated Leap Seconds=14 + { 2442469.50, 45.634538 }, //26 February 1975, UT1-UTC= 0.5494621, Accumulated Leap Seconds=14 + { 2442470.50, 45.638122 }, //27 February 1975, UT1-UTC= 0.5458778, Accumulated Leap Seconds=14 + { 2442471.50, 45.641654 }, //28 February 1975, UT1-UTC= 0.5423464, Accumulated Leap Seconds=14 + { 2442472.50, 45.645019 }, //01 March 1975, UT1-UTC= 0.5389811, Accumulated Leap Seconds=14 + { 2442473.50, 45.648156 }, //02 March 1975, UT1-UTC= 0.5358444, Accumulated Leap Seconds=14 + { 2442474.50, 45.651062 }, //03 March 1975, UT1-UTC= 0.5329378, Accumulated Leap Seconds=14 + { 2442475.50, 45.653784 }, //04 March 1975, UT1-UTC= 0.5302157, Accumulated Leap Seconds=14 + { 2442476.50, 45.656390 }, //05 March 1975, UT1-UTC= 0.5276097, Accumulated Leap Seconds=14 + { 2442477.50, 45.658950 }, //06 March 1975, UT1-UTC= 0.5250500, Accumulated Leap Seconds=14 + { 2442478.50, 45.661523 }, //07 March 1975, UT1-UTC= 0.5224774, Accumulated Leap Seconds=14 + { 2442479.50, 45.664153 }, //08 March 1975, UT1-UTC= 0.5198474, Accumulated Leap Seconds=14 + { 2442480.50, 45.666870 }, //09 March 1975, UT1-UTC= 0.5171301, Accumulated Leap Seconds=14 + { 2442481.50, 45.669688 }, //10 March 1975, UT1-UTC= 0.5143123, Accumulated Leap Seconds=14 + { 2442482.50, 45.672602 }, //11 March 1975, UT1-UTC= 0.5113982, Accumulated Leap Seconds=14 + { 2442483.50, 45.675591 }, //12 March 1975, UT1-UTC= 0.5084088, Accumulated Leap Seconds=14 + { 2442484.50, 45.678623 }, //13 March 1975, UT1-UTC= 0.5053768, Accumulated Leap Seconds=14 + { 2442485.50, 45.681660 }, //14 March 1975, UT1-UTC= 0.5023401, Accumulated Leap Seconds=14 + { 2442486.50, 45.684664 }, //15 March 1975, UT1-UTC= 0.4993360, Accumulated Leap Seconds=14 + { 2442487.50, 45.687605 }, //16 March 1975, UT1-UTC= 0.4963947, Accumulated Leap Seconds=14 + { 2442488.50, 45.690465 }, //17 March 1975, UT1-UTC= 0.4935350, Accumulated Leap Seconds=14 + { 2442489.50, 45.693241 }, //18 March 1975, UT1-UTC= 0.4907588, Accumulated Leap Seconds=14 + { 2442490.50, 45.695953 }, //19 March 1975, UT1-UTC= 0.4880470, Accumulated Leap Seconds=14 + { 2442491.50, 45.698643 }, //20 March 1975, UT1-UTC= 0.4853569, Accumulated Leap Seconds=14 + { 2442492.50, 45.701376 }, //21 March 1975, UT1-UTC= 0.4826241, Accumulated Leap Seconds=14 + { 2442493.50, 45.704228 }, //22 March 1975, UT1-UTC= 0.4797722, Accumulated Leap Seconds=14 + { 2442494.50, 45.707270 }, //23 March 1975, UT1-UTC= 0.4767299, Accumulated Leap Seconds=14 + { 2442495.50, 45.710545 }, //24 March 1975, UT1-UTC= 0.4734549, Accumulated Leap Seconds=14 + { 2442496.50, 45.714043 }, //25 March 1975, UT1-UTC= 0.4699565, Accumulated Leap Seconds=14 + { 2442497.50, 45.717697 }, //26 March 1975, UT1-UTC= 0.4663029, Accumulated Leap Seconds=14 + { 2442498.50, 45.721392 }, //27 March 1975, UT1-UTC= 0.4626084, Accumulated Leap Seconds=14 + { 2442499.50, 45.725001 }, //28 March 1975, UT1-UTC= 0.4589992, Accumulated Leap Seconds=14 + { 2442500.50, 45.728427 }, //29 March 1975, UT1-UTC= 0.4555732, Accumulated Leap Seconds=14 + { 2442501.50, 45.731627 }, //30 March 1975, UT1-UTC= 0.4523729, Accumulated Leap Seconds=14 + { 2442502.50, 45.734619 }, //31 March 1975, UT1-UTC= 0.4493813, Accumulated Leap Seconds=14 + { 2442503.50, 45.737459 }, //01 April 1975, UT1-UTC= 0.4465407, Accumulated Leap Seconds=14 + { 2442504.50, 45.740221 }, //02 April 1975, UT1-UTC= 0.4437788, Accumulated Leap Seconds=14 + { 2442505.50, 45.742970 }, //03 April 1975, UT1-UTC= 0.4410300, Accumulated Leap Seconds=14 + { 2442506.50, 45.745755 }, //04 April 1975, UT1-UTC= 0.4382447, Accumulated Leap Seconds=14 + { 2442507.50, 45.748609 }, //05 April 1975, UT1-UTC= 0.4353906, Accumulated Leap Seconds=14 + { 2442508.50, 45.751549 }, //06 April 1975, UT1-UTC= 0.4324509, Accumulated Leap Seconds=14 + { 2442509.50, 45.754576 }, //07 April 1975, UT1-UTC= 0.4294241, Accumulated Leap Seconds=14 + { 2442510.50, 45.757676 }, //08 April 1975, UT1-UTC= 0.4263244, Accumulated Leap Seconds=14 + { 2442511.50, 45.760821 }, //09 April 1975, UT1-UTC= 0.4231794, Accumulated Leap Seconds=14 + { 2442512.50, 45.763975 }, //10 April 1975, UT1-UTC= 0.4200251, Accumulated Leap Seconds=14 + { 2442513.50, 45.767101 }, //11 April 1975, UT1-UTC= 0.4168989, Accumulated Leap Seconds=14 + { 2442514.50, 45.770166 }, //12 April 1975, UT1-UTC= 0.4138340, Accumulated Leap Seconds=14 + { 2442515.50, 45.773147 }, //13 April 1975, UT1-UTC= 0.4108533, Accumulated Leap Seconds=14 + { 2442516.50, 45.776035 }, //14 April 1975, UT1-UTC= 0.4079649, Accumulated Leap Seconds=14 + { 2442517.50, 45.778843 }, //15 April 1975, UT1-UTC= 0.4051570, Accumulated Leap Seconds=14 + { 2442518.50, 45.781605 }, //16 April 1975, UT1-UTC= 0.4023952, Accumulated Leap Seconds=14 + { 2442519.50, 45.784375 }, //17 April 1975, UT1-UTC= 0.3996246, Accumulated Leap Seconds=14 + { 2442520.50, 45.787222 }, //18 April 1975, UT1-UTC= 0.3967781, Accumulated Leap Seconds=14 + { 2442521.50, 45.790210 }, //19 April 1975, UT1-UTC= 0.3937899, Accumulated Leap Seconds=14 + { 2442522.50, 45.793387 }, //20 April 1975, UT1-UTC= 0.3906134, Accumulated Leap Seconds=14 + { 2442523.50, 45.796762 }, //21 April 1975, UT1-UTC= 0.3872379, Accumulated Leap Seconds=14 + { 2442524.50, 45.800300 }, //22 April 1975, UT1-UTC= 0.3836997, Accumulated Leap Seconds=14 + { 2442525.50, 45.803921 }, //23 April 1975, UT1-UTC= 0.3800794, Accumulated Leap Seconds=14 + { 2442526.50, 45.807516 }, //24 April 1975, UT1-UTC= 0.3764845, Accumulated Leap Seconds=14 + { 2442527.50, 45.810981 }, //25 April 1975, UT1-UTC= 0.3730187, Accumulated Leap Seconds=14 + { 2442528.50, 45.814249 }, //26 April 1975, UT1-UTC= 0.3697510, Accumulated Leap Seconds=14 + { 2442529.50, 45.817302 }, //27 April 1975, UT1-UTC= 0.3666976, Accumulated Leap Seconds=14 + { 2442530.50, 45.820176 }, //28 April 1975, UT1-UTC= 0.3638240, Accumulated Leap Seconds=14 + { 2442531.50, 45.822934 }, //29 April 1975, UT1-UTC= 0.3610656, Accumulated Leap Seconds=14 + { 2442532.50, 45.825648 }, //30 April 1975, UT1-UTC= 0.3583524, Accumulated Leap Seconds=14 + { 2442533.50, 45.828372 }, //01 May 1975, UT1-UTC= 0.3556279, Accumulated Leap Seconds=14 + { 2442534.50, 45.831144 }, //02 May 1975, UT1-UTC= 0.3528558, Accumulated Leap Seconds=14 + { 2442535.50, 45.833982 }, //03 May 1975, UT1-UTC= 0.3500183, Accumulated Leap Seconds=14 + { 2442536.50, 45.836887 }, //04 May 1975, UT1-UTC= 0.3471131, Accumulated Leap Seconds=14 + { 2442537.50, 45.839849 }, //05 May 1975, UT1-UTC= 0.3441513, Accumulated Leap Seconds=14 + { 2442538.50, 45.842844 }, //06 May 1975, UT1-UTC= 0.3411564, Accumulated Leap Seconds=14 + { 2442539.50, 45.845839 }, //07 May 1975, UT1-UTC= 0.3381611, Accumulated Leap Seconds=14 + { 2442540.50, 45.848799 }, //08 May 1975, UT1-UTC= 0.3352008, Accumulated Leap Seconds=14 + { 2442541.50, 45.851691 }, //09 May 1975, UT1-UTC= 0.3323086, Accumulated Leap Seconds=14 + { 2442542.50, 45.854491 }, //10 May 1975, UT1-UTC= 0.3295094, Accumulated Leap Seconds=14 + { 2442543.50, 45.857185 }, //11 May 1975, UT1-UTC= 0.3268149, Accumulated Leap Seconds=14 + { 2442544.50, 45.859781 }, //12 May 1975, UT1-UTC= 0.3242189, Accumulated Leap Seconds=14 + { 2442545.50, 45.862307 }, //13 May 1975, UT1-UTC= 0.3216932, Accumulated Leap Seconds=14 + { 2442546.50, 45.864812 }, //14 May 1975, UT1-UTC= 0.3191880, Accumulated Leap Seconds=14 + { 2442547.50, 45.867361 }, //15 May 1975, UT1-UTC= 0.3166393, Accumulated Leap Seconds=14 + { 2442548.50, 45.870016 }, //16 May 1975, UT1-UTC= 0.3139843, Accumulated Leap Seconds=14 + { 2442549.50, 45.872822 }, //17 May 1975, UT1-UTC= 0.3111779, Accumulated Leap Seconds=14 + { 2442550.50, 45.875793 }, //18 May 1975, UT1-UTC= 0.3082074, Accumulated Leap Seconds=14 + { 2442551.50, 45.878901 }, //19 May 1975, UT1-UTC= 0.3050988, Accumulated Leap Seconds=14 + { 2442552.50, 45.882086 }, //20 May 1975, UT1-UTC= 0.3019142, Accumulated Leap Seconds=14 + { 2442553.50, 45.885261 }, //21 May 1975, UT1-UTC= 0.2987388, Accumulated Leap Seconds=14 + { 2442554.50, 45.888338 }, //22 May 1975, UT1-UTC= 0.2956617, Accumulated Leap Seconds=14 + { 2442555.50, 45.891247 }, //23 May 1975, UT1-UTC= 0.2927525, Accumulated Leap Seconds=14 + { 2442556.50, 45.893957 }, //24 May 1975, UT1-UTC= 0.2900434, Accumulated Leap Seconds=14 + { 2442557.50, 45.896479 }, //25 May 1975, UT1-UTC= 0.2875213, Accumulated Leap Seconds=14 + { 2442558.50, 45.898864 }, //26 May 1975, UT1-UTC= 0.2851360, Accumulated Leap Seconds=14 + { 2442559.50, 45.901180 }, //27 May 1975, UT1-UTC= 0.2828200, Accumulated Leap Seconds=14 + { 2442560.50, 45.903491 }, //28 May 1975, UT1-UTC= 0.2805093, Accumulated Leap Seconds=14 + { 2442561.50, 45.905842 }, //29 May 1975, UT1-UTC= 0.2781577, Accumulated Leap Seconds=14 + { 2442562.50, 45.908259 }, //30 May 1975, UT1-UTC= 0.2757407, Accumulated Leap Seconds=14 + { 2442563.50, 45.910747 }, //31 May 1975, UT1-UTC= 0.2732527, Accumulated Leap Seconds=14 + { 2442564.50, 45.913298 }, //01 June 1975, UT1-UTC= 0.2707024, Accumulated Leap Seconds=14 + { 2442565.50, 45.915890 }, //02 June 1975, UT1-UTC= 0.2681096, Accumulated Leap Seconds=14 + { 2442566.50, 45.918497 }, //03 June 1975, UT1-UTC= 0.2655034, Accumulated Leap Seconds=14 + { 2442567.50, 45.921081 }, //04 June 1975, UT1-UTC= 0.2629185, Accumulated Leap Seconds=14 + { 2442568.50, 45.923611 }, //05 June 1975, UT1-UTC= 0.2603892, Accumulated Leap Seconds=14 + { 2442569.50, 45.926057 }, //06 June 1975, UT1-UTC= 0.2579426, Accumulated Leap Seconds=14 + { 2442570.50, 45.928406 }, //07 June 1975, UT1-UTC= 0.2555943, Accumulated Leap Seconds=14 + { 2442571.50, 45.930656 }, //08 June 1975, UT1-UTC= 0.2533436, Accumulated Leap Seconds=14 + { 2442572.50, 45.932830 }, //09 June 1975, UT1-UTC= 0.2511698, Accumulated Leap Seconds=14 + { 2442573.50, 45.934971 }, //10 June 1975, UT1-UTC= 0.2490292, Accumulated Leap Seconds=14 + { 2442574.50, 45.937140 }, //11 June 1975, UT1-UTC= 0.2468600, Accumulated Leap Seconds=14 + { 2442575.50, 45.939404 }, //12 June 1975, UT1-UTC= 0.2445960, Accumulated Leap Seconds=14 + { 2442576.50, 45.941813 }, //13 June 1975, UT1-UTC= 0.2421869, Accumulated Leap Seconds=14 + { 2442577.50, 45.944383 }, //14 June 1975, UT1-UTC= 0.2396174, Accumulated Leap Seconds=14 + { 2442578.50, 45.947085 }, //15 June 1975, UT1-UTC= 0.2369150, Accumulated Leap Seconds=14 + { 2442579.50, 45.949855 }, //16 June 1975, UT1-UTC= 0.2341448, Accumulated Leap Seconds=14 + { 2442580.50, 45.952608 }, //17 June 1975, UT1-UTC= 0.2313915, Accumulated Leap Seconds=14 + { 2442581.50, 45.955261 }, //18 June 1975, UT1-UTC= 0.2287388, Accumulated Leap Seconds=14 + { 2442582.50, 45.957751 }, //19 June 1975, UT1-UTC= 0.2262494, Accumulated Leap Seconds=14 + { 2442583.50, 45.960046 }, //20 June 1975, UT1-UTC= 0.2239539, Accumulated Leap Seconds=14 + { 2442584.50, 45.962153 }, //21 June 1975, UT1-UTC= 0.2218465, Accumulated Leap Seconds=14 + { 2442585.50, 45.964111 }, //22 June 1975, UT1-UTC= 0.2198887, Accumulated Leap Seconds=14 + { 2442586.50, 45.965979 }, //23 June 1975, UT1-UTC= 0.2180206, Accumulated Leap Seconds=14 + { 2442587.50, 45.967821 }, //24 June 1975, UT1-UTC= 0.2161786, Accumulated Leap Seconds=14 + { 2442588.50, 45.969690 }, //25 June 1975, UT1-UTC= 0.2143102, Accumulated Leap Seconds=14 + { 2442589.50, 45.971617 }, //26 June 1975, UT1-UTC= 0.2123831, Accumulated Leap Seconds=14 + { 2442590.50, 45.973613 }, //27 June 1975, UT1-UTC= 0.2103870, Accumulated Leap Seconds=14 + { 2442591.50, 45.975670 }, //28 June 1975, UT1-UTC= 0.2083295, Accumulated Leap Seconds=14 + { 2442592.50, 45.977769 }, //29 June 1975, UT1-UTC= 0.2062314, Accumulated Leap Seconds=14 + { 2442593.50, 45.979879 }, //30 June 1975, UT1-UTC= 0.2041206, Accumulated Leap Seconds=14 + { 2442594.50, 45.981970 }, //01 July 1975, UT1-UTC= 0.2020295, Accumulated Leap Seconds=14 + { 2442595.50, 45.984010 }, //02 July 1975, UT1-UTC= 0.1999898, Accumulated Leap Seconds=14 + { 2442596.50, 45.985972 }, //03 July 1975, UT1-UTC= 0.1980282, Accumulated Leap Seconds=14 + { 2442597.50, 45.987839 }, //04 July 1975, UT1-UTC= 0.1961611, Accumulated Leap Seconds=14 + { 2442598.50, 45.989610 }, //05 July 1975, UT1-UTC= 0.1943904, Accumulated Leap Seconds=14 + { 2442599.50, 45.991300 }, //06 July 1975, UT1-UTC= 0.1926999, Accumulated Leap Seconds=14 + { 2442600.50, 45.992948 }, //07 July 1975, UT1-UTC= 0.1910515, Accumulated Leap Seconds=14 + { 2442601.50, 45.994614 }, //08 July 1975, UT1-UTC= 0.1893860, Accumulated Leap Seconds=14 + { 2442602.50, 45.996369 }, //09 July 1975, UT1-UTC= 0.1876314, Accumulated Leap Seconds=14 + { 2442603.50, 45.998278 }, //10 July 1975, UT1-UTC= 0.1857224, Accumulated Leap Seconds=14 + { 2442604.50, 46.000375 }, //11 July 1975, UT1-UTC= 0.1836248, Accumulated Leap Seconds=14 + { 2442605.50, 46.002647 }, //12 July 1975, UT1-UTC= 0.1813529, Accumulated Leap Seconds=14 + { 2442606.50, 46.005029 }, //13 July 1975, UT1-UTC= 0.1789710, Accumulated Leap Seconds=14 + { 2442607.50, 46.007425 }, //14 July 1975, UT1-UTC= 0.1765746, Accumulated Leap Seconds=14 + { 2442608.50, 46.009739 }, //15 July 1975, UT1-UTC= 0.1742613, Accumulated Leap Seconds=14 + { 2442609.50, 46.011896 }, //16 July 1975, UT1-UTC= 0.1721038, Accumulated Leap Seconds=14 + { 2442610.50, 46.013865 }, //17 July 1975, UT1-UTC= 0.1701352, Accumulated Leap Seconds=14 + { 2442611.50, 46.015652 }, //18 July 1975, UT1-UTC= 0.1683480, Accumulated Leap Seconds=14 + { 2442612.50, 46.017297 }, //19 July 1975, UT1-UTC= 0.1667032, Accumulated Leap Seconds=14 + { 2442613.50, 46.018857 }, //20 July 1975, UT1-UTC= 0.1651432, Accumulated Leap Seconds=14 + { 2442614.50, 46.020395 }, //21 July 1975, UT1-UTC= 0.1636046, Accumulated Leap Seconds=14 + { 2442615.50, 46.021969 }, //22 July 1975, UT1-UTC= 0.1620306, Accumulated Leap Seconds=14 + { 2442616.50, 46.023620 }, //23 July 1975, UT1-UTC= 0.1603799, Accumulated Leap Seconds=14 + { 2442617.50, 46.025368 }, //24 July 1975, UT1-UTC= 0.1586320, Accumulated Leap Seconds=14 + { 2442618.50, 46.027213 }, //25 July 1975, UT1-UTC= 0.1567872, Accumulated Leap Seconds=14 + { 2442619.50, 46.029138 }, //26 July 1975, UT1-UTC= 0.1548623, Accumulated Leap Seconds=14 + { 2442620.50, 46.031115 }, //27 July 1975, UT1-UTC= 0.1528845, Accumulated Leap Seconds=14 + { 2442621.50, 46.033114 }, //28 July 1975, UT1-UTC= 0.1508862, Accumulated Leap Seconds=14 + { 2442622.50, 46.035100 }, //29 July 1975, UT1-UTC= 0.1488999, Accumulated Leap Seconds=14 + { 2442623.50, 46.037046 }, //30 July 1975, UT1-UTC= 0.1469542, Accumulated Leap Seconds=14 + { 2442624.50, 46.038931 }, //31 July 1975, UT1-UTC= 0.1450691, Accumulated Leap Seconds=14 + { 2442625.50, 46.040748 }, //01 August 1975, UT1-UTC= 0.1432516, Accumulated Leap Seconds=14 + { 2442626.50, 46.042507 }, //02 August 1975, UT1-UTC= 0.1414926, Accumulated Leap Seconds=14 + { 2442627.50, 46.044236 }, //03 August 1975, UT1-UTC= 0.1397635, Accumulated Leap Seconds=14 + { 2442628.50, 46.045986 }, //04 August 1975, UT1-UTC= 0.1380145, Accumulated Leap Seconds=14 + { 2442629.50, 46.047822 }, //05 August 1975, UT1-UTC= 0.1361780, Accumulated Leap Seconds=14 + { 2442630.50, 46.049819 }, //06 August 1975, UT1-UTC= 0.1341813, Accumulated Leap Seconds=14 + { 2442631.50, 46.052031 }, //07 August 1975, UT1-UTC= 0.1319693, Accumulated Leap Seconds=14 + { 2442632.50, 46.054470 }, //08 August 1975, UT1-UTC= 0.1295300, Accumulated Leap Seconds=14 + { 2442633.50, 46.057091 }, //09 August 1975, UT1-UTC= 0.1269087, Accumulated Leap Seconds=14 + { 2442634.50, 46.059799 }, //10 August 1975, UT1-UTC= 0.1242014, Accumulated Leap Seconds=14 + { 2442635.50, 46.062474 }, //11 August 1975, UT1-UTC= 0.1215261, Accumulated Leap Seconds=14 + { 2442636.50, 46.065014 }, //12 August 1975, UT1-UTC= 0.1189857, Accumulated Leap Seconds=14 + { 2442637.50, 46.067361 }, //13 August 1975, UT1-UTC= 0.1166393, Accumulated Leap Seconds=14 + { 2442638.50, 46.069507 }, //14 August 1975, UT1-UTC= 0.1144927, Accumulated Leap Seconds=14 + { 2442639.50, 46.071491 }, //15 August 1975, UT1-UTC= 0.1125086, Accumulated Leap Seconds=14 + { 2442640.50, 46.073374 }, //16 August 1975, UT1-UTC= 0.1106264, Accumulated Leap Seconds=14 + { 2442641.50, 46.075220 }, //17 August 1975, UT1-UTC= 0.1087804, Accumulated Leap Seconds=14 + { 2442642.50, 46.077087 }, //18 August 1975, UT1-UTC= 0.1069126, Accumulated Leap Seconds=14 + { 2442643.50, 46.079021 }, //19 August 1975, UT1-UTC= 0.1049793, Accumulated Leap Seconds=14 + { 2442644.50, 46.081045 }, //20 August 1975, UT1-UTC= 0.1029550, Accumulated Leap Seconds=14 + { 2442645.50, 46.083167 }, //21 August 1975, UT1-UTC= 0.1008334, Accumulated Leap Seconds=14 + { 2442646.50, 46.085373 }, //22 August 1975, UT1-UTC= 0.0986271, Accumulated Leap Seconds=14 + { 2442647.50, 46.087638 }, //23 August 1975, UT1-UTC= 0.0963623, Accumulated Leap Seconds=14 + { 2442648.50, 46.089927 }, //24 August 1975, UT1-UTC= 0.0940731, Accumulated Leap Seconds=14 + { 2442649.50, 46.092205 }, //25 August 1975, UT1-UTC= 0.0917951, Accumulated Leap Seconds=14 + { 2442650.50, 46.094441 }, //26 August 1975, UT1-UTC= 0.0895594, Accumulated Leap Seconds=14 + { 2442651.50, 46.096611 }, //27 August 1975, UT1-UTC= 0.0873887, Accumulated Leap Seconds=14 + { 2442652.50, 46.098707 }, //28 August 1975, UT1-UTC= 0.0852931, Accumulated Leap Seconds=14 + { 2442653.50, 46.100733 }, //29 August 1975, UT1-UTC= 0.0832673, Accumulated Leap Seconds=14 + { 2442654.50, 46.102711 }, //30 August 1975, UT1-UTC= 0.0812891, Accumulated Leap Seconds=14 + { 2442655.50, 46.104683 }, //31 August 1975, UT1-UTC= 0.0793170, Accumulated Leap Seconds=14 + { 2442656.50, 46.106708 }, //01 September 1975, UT1-UTC= 0.0772916, Accumulated Leap Seconds=14 + { 2442657.50, 46.108859 }, //02 September 1975, UT1-UTC= 0.0751413, Accumulated Leap Seconds=14 + { 2442658.50, 46.111202 }, //03 September 1975, UT1-UTC= 0.0727981, Accumulated Leap Seconds=14 + { 2442659.50, 46.113779 }, //04 September 1975, UT1-UTC= 0.0702207, Accumulated Leap Seconds=14 + { 2442660.50, 46.116582 }, //05 September 1975, UT1-UTC= 0.0674183, Accumulated Leap Seconds=14 + { 2442661.50, 46.119542 }, //06 September 1975, UT1-UTC= 0.0644583, Accumulated Leap Seconds=14 + { 2442662.50, 46.122546 }, //07 September 1975, UT1-UTC= 0.0614537, Accumulated Leap Seconds=14 + { 2442663.50, 46.125472 }, //08 September 1975, UT1-UTC= 0.0585280, Accumulated Leap Seconds=14 + { 2442664.50, 46.128224 }, //09 September 1975, UT1-UTC= 0.0557757, Accumulated Leap Seconds=14 + { 2442665.50, 46.130764 }, //10 September 1975, UT1-UTC= 0.0532356, Accumulated Leap Seconds=14 + { 2442666.50, 46.133112 }, //11 September 1975, UT1-UTC= 0.0508883, Accumulated Leap Seconds=14 + { 2442667.50, 46.135326 }, //12 September 1975, UT1-UTC= 0.0486743, Accumulated Leap Seconds=14 + { 2442668.50, 46.137480 }, //13 September 1975, UT1-UTC= 0.0465203, Accumulated Leap Seconds=14 + { 2442669.50, 46.139640 }, //14 September 1975, UT1-UTC= 0.0443600, Accumulated Leap Seconds=14 + { 2442670.50, 46.141856 }, //15 September 1975, UT1-UTC= 0.0421439, Accumulated Leap Seconds=14 + { 2442671.50, 46.144158 }, //16 September 1975, UT1-UTC= 0.0398415, Accumulated Leap Seconds=14 + { 2442672.50, 46.146560 }, //17 September 1975, UT1-UTC= 0.0374400, Accumulated Leap Seconds=14 + { 2442673.50, 46.149056 }, //18 September 1975, UT1-UTC= 0.0349439, Accumulated Leap Seconds=14 + { 2442674.50, 46.151628 }, //19 September 1975, UT1-UTC= 0.0323719, Accumulated Leap Seconds=14 + { 2442675.50, 46.154246 }, //20 September 1975, UT1-UTC= 0.0297541, Accumulated Leap Seconds=14 + { 2442676.50, 46.156875 }, //21 September 1975, UT1-UTC= 0.0271247, Accumulated Leap Seconds=14 + { 2442677.50, 46.159484 }, //22 September 1975, UT1-UTC= 0.0245156, Accumulated Leap Seconds=14 + { 2442678.50, 46.162049 }, //23 September 1975, UT1-UTC= 0.0219512, Accumulated Leap Seconds=14 + { 2442679.50, 46.164556 }, //24 September 1975, UT1-UTC= 0.0194443, Accumulated Leap Seconds=14 + { 2442680.50, 46.167006 }, //25 September 1975, UT1-UTC= 0.0169938, Accumulated Leap Seconds=14 + { 2442681.50, 46.169417 }, //26 September 1975, UT1-UTC= 0.0145829, Accumulated Leap Seconds=14 + { 2442682.50, 46.171822 }, //27 September 1975, UT1-UTC= 0.0121777, Accumulated Leap Seconds=14 + { 2442683.50, 46.174272 }, //28 September 1975, UT1-UTC= 0.0097282, Accumulated Leap Seconds=14 + { 2442684.50, 46.176828 }, //29 September 1975, UT1-UTC= 0.0071724, Accumulated Leap Seconds=14 + { 2442685.50, 46.179554 }, //30 September 1975, UT1-UTC= 0.0044456, Accumulated Leap Seconds=14 + { 2442686.50, 46.182504 }, //01 October 1975, UT1-UTC= 0.0014959, Accumulated Leap Seconds=14 + { 2442687.50, 46.185695 }, //02 October 1975, UT1-UTC=-0.0016954, Accumulated Leap Seconds=14 + { 2442688.50, 46.189097 }, //03 October 1975, UT1-UTC=-0.0050966, Accumulated Leap Seconds=14 + { 2442689.50, 46.192624 }, //04 October 1975, UT1-UTC=-0.0086242, Accumulated Leap Seconds=14 + { 2442690.50, 46.196161 }, //05 October 1975, UT1-UTC=-0.0121610, Accumulated Leap Seconds=14 + { 2442691.50, 46.199591 }, //06 October 1975, UT1-UTC=-0.0155912, Accumulated Leap Seconds=14 + { 2442692.50, 46.202837 }, //07 October 1975, UT1-UTC=-0.0188373, Accumulated Leap Seconds=14 + { 2442693.50, 46.205881 }, //08 October 1975, UT1-UTC=-0.0218807, Accumulated Leap Seconds=14 + { 2442694.50, 46.208758 }, //09 October 1975, UT1-UTC=-0.0247580, Accumulated Leap Seconds=14 + { 2442695.50, 46.211538 }, //10 October 1975, UT1-UTC=-0.0275378, Accumulated Leap Seconds=14 + { 2442696.50, 46.214293 }, //11 October 1975, UT1-UTC=-0.0302926, Accumulated Leap Seconds=14 + { 2442697.50, 46.217079 }, //12 October 1975, UT1-UTC=-0.0330788, Accumulated Leap Seconds=14 + { 2442698.50, 46.219930 }, //13 October 1975, UT1-UTC=-0.0359304, Accumulated Leap Seconds=14 + { 2442699.50, 46.222862 }, //14 October 1975, UT1-UTC=-0.0388617, Accumulated Leap Seconds=14 + { 2442700.50, 46.225872 }, //15 October 1975, UT1-UTC=-0.0418719, Accumulated Leap Seconds=14 + { 2442701.50, 46.228947 }, //16 October 1975, UT1-UTC=-0.0449471, Accumulated Leap Seconds=14 + { 2442702.50, 46.232062 }, //17 October 1975, UT1-UTC=-0.0480620, Accumulated Leap Seconds=14 + { 2442703.50, 46.235184 }, //18 October 1975, UT1-UTC=-0.0511839, Accumulated Leap Seconds=14 + { 2442704.50, 46.238279 }, //19 October 1975, UT1-UTC=-0.0542794, Accumulated Leap Seconds=14 + { 2442705.50, 46.241321 }, //20 October 1975, UT1-UTC=-0.0573205, Accumulated Leap Seconds=14 + { 2442706.50, 46.244290 }, //21 October 1975, UT1-UTC=-0.0602901, Accumulated Leap Seconds=14 + { 2442707.50, 46.247184 }, //22 October 1975, UT1-UTC=-0.0631842, Accumulated Leap Seconds=14 + { 2442708.50, 46.250014 }, //23 October 1975, UT1-UTC=-0.0660136, Accumulated Leap Seconds=14 + { 2442709.50, 46.252805 }, //24 October 1975, UT1-UTC=-0.0688051, Accumulated Leap Seconds=14 + { 2442710.50, 46.255601 }, //25 October 1975, UT1-UTC=-0.0716014, Accumulated Leap Seconds=14 + { 2442711.50, 46.258457 }, //26 October 1975, UT1-UTC=-0.0744569, Accumulated Leap Seconds=14 + { 2442712.50, 46.261431 }, //27 October 1975, UT1-UTC=-0.0774306, Accumulated Leap Seconds=14 + { 2442713.50, 46.264574 }, //28 October 1975, UT1-UTC=-0.0805737, Accumulated Leap Seconds=14 + { 2442714.50, 46.267916 }, //29 October 1975, UT1-UTC=-0.0839158, Accumulated Leap Seconds=14 + { 2442715.50, 46.271450 }, //30 October 1975, UT1-UTC=-0.0874502, Accumulated Leap Seconds=14 + { 2442716.50, 46.275126 }, //31 October 1975, UT1-UTC=-0.0911263, Accumulated Leap Seconds=14 + { 2442717.50, 46.278856 }, //01 November 1975, UT1-UTC=-0.0948561, Accumulated Leap Seconds=14 + { 2442718.50, 46.282534 }, //02 November 1975, UT1-UTC=-0.0985343, Accumulated Leap Seconds=14 + { 2442719.50, 46.286070 }, //03 November 1975, UT1-UTC=-0.1020696, Accumulated Leap Seconds=14 + { 2442720.50, 46.289412 }, //04 November 1975, UT1-UTC=-0.1054123, Accumulated Leap Seconds=14 + { 2442721.50, 46.292567 }, //05 November 1975, UT1-UTC=-0.1085673, Accumulated Leap Seconds=14 + { 2442722.50, 46.295585 }, //06 November 1975, UT1-UTC=-0.1115847, Accumulated Leap Seconds=14 + { 2442723.50, 46.298535 }, //07 November 1975, UT1-UTC=-0.1145351, Accumulated Leap Seconds=14 + { 2442724.50, 46.301483 }, //08 November 1975, UT1-UTC=-0.1174833, Accumulated Leap Seconds=14 + { 2442725.50, 46.304472 }, //09 November 1975, UT1-UTC=-0.1204725, Accumulated Leap Seconds=14 + { 2442726.50, 46.307521 }, //10 November 1975, UT1-UTC=-0.1235210, Accumulated Leap Seconds=14 + { 2442727.50, 46.310628 }, //11 November 1975, UT1-UTC=-0.1266285, Accumulated Leap Seconds=14 + { 2442728.50, 46.313782 }, //12 November 1975, UT1-UTC=-0.1297818, Accumulated Leap Seconds=14 + { 2442729.50, 46.316958 }, //13 November 1975, UT1-UTC=-0.1329585, Accumulated Leap Seconds=14 + { 2442730.50, 46.320129 }, //14 November 1975, UT1-UTC=-0.1361291, Accumulated Leap Seconds=14 + { 2442731.50, 46.323261 }, //15 November 1975, UT1-UTC=-0.1392609, Accumulated Leap Seconds=14 + { 2442732.50, 46.326325 }, //16 November 1975, UT1-UTC=-0.1423246, Accumulated Leap Seconds=14 + { 2442733.50, 46.329299 }, //17 November 1975, UT1-UTC=-0.1452995, Accumulated Leap Seconds=14 + { 2442734.50, 46.332178 }, //18 November 1975, UT1-UTC=-0.1481779, Accumulated Leap Seconds=14 + { 2442735.50, 46.334966 }, //19 November 1975, UT1-UTC=-0.1509664, Accumulated Leap Seconds=14 + { 2442736.50, 46.337687 }, //20 November 1975, UT1-UTC=-0.1536873, Accumulated Leap Seconds=14 + { 2442737.50, 46.340378 }, //21 November 1975, UT1-UTC=-0.1563780, Accumulated Leap Seconds=14 + { 2442738.50, 46.343088 }, //22 November 1975, UT1-UTC=-0.1590882, Accumulated Leap Seconds=14 + { 2442739.50, 46.345873 }, //23 November 1975, UT1-UTC=-0.1618727, Accumulated Leap Seconds=14 + { 2442740.50, 46.348779 }, //24 November 1975, UT1-UTC=-0.1647790, Accumulated Leap Seconds=14 + { 2442741.50, 46.351835 }, //25 November 1975, UT1-UTC=-0.1678355, Accumulated Leap Seconds=14 + { 2442742.50, 46.355041 }, //26 November 1975, UT1-UTC=-0.1710407, Accumulated Leap Seconds=14 + { 2442743.50, 46.358360 }, //27 November 1975, UT1-UTC=-0.1743596, Accumulated Leap Seconds=14 + { 2442744.50, 46.361727 }, //28 November 1975, UT1-UTC=-0.1777271, Accumulated Leap Seconds=14 + { 2442745.50, 46.365061 }, //29 November 1975, UT1-UTC=-0.1810612, Accumulated Leap Seconds=14 + { 2442746.50, 46.368282 }, //30 November 1975, UT1-UTC=-0.1842822, Accumulated Leap Seconds=14 + { 2442747.50, 46.371335 }, //01 December 1975, UT1-UTC=-0.1873351, Accumulated Leap Seconds=14 + { 2442748.50, 46.374206 }, //02 December 1975, UT1-UTC=-0.1902060, Accumulated Leap Seconds=14 + { 2442749.50, 46.376924 }, //03 December 1975, UT1-UTC=-0.1929245, Accumulated Leap Seconds=14 + { 2442750.50, 46.379551 }, //04 December 1975, UT1-UTC=-0.1955510, Accumulated Leap Seconds=14 + { 2442751.50, 46.382154 }, //05 December 1975, UT1-UTC=-0.1981536, Accumulated Leap Seconds=14 + { 2442752.50, 46.384787 }, //06 December 1975, UT1-UTC=-0.2007866, Accumulated Leap Seconds=14 + { 2442753.50, 46.387479 }, //07 December 1975, UT1-UTC=-0.2034792, Accumulated Leap Seconds=14 + { 2442754.50, 46.390236 }, //08 December 1975, UT1-UTC=-0.2062362, Accumulated Leap Seconds=14 + { 2442755.50, 46.393046 }, //09 December 1975, UT1-UTC=-0.2090458, Accumulated Leap Seconds=14 + { 2442756.50, 46.395886 }, //10 December 1975, UT1-UTC=-0.2118865, Accumulated Leap Seconds=14 + { 2442757.50, 46.398732 }, //11 December 1975, UT1-UTC=-0.2147317, Accumulated Leap Seconds=14 + { 2442758.50, 46.401552 }, //12 December 1975, UT1-UTC=-0.2175525, Accumulated Leap Seconds=14 + { 2442759.50, 46.404321 }, //13 December 1975, UT1-UTC=-0.2203215, Accumulated Leap Seconds=14 + { 2442760.50, 46.407018 }, //14 December 1975, UT1-UTC=-0.2230177, Accumulated Leap Seconds=14 + { 2442761.50, 46.409631 }, //15 December 1975, UT1-UTC=-0.2256313, Accumulated Leap Seconds=14 + { 2442762.50, 46.412167 }, //16 December 1975, UT1-UTC=-0.2281667, Accumulated Leap Seconds=14 + { 2442763.50, 46.414643 }, //17 December 1975, UT1-UTC=-0.2306432, Accumulated Leap Seconds=14 + { 2442764.50, 46.417096 }, //18 December 1975, UT1-UTC=-0.2330956, Accumulated Leap Seconds=14 + { 2442765.50, 46.419572 }, //19 December 1975, UT1-UTC=-0.2355722, Accumulated Leap Seconds=14 + { 2442766.50, 46.422129 }, //20 December 1975, UT1-UTC=-0.2381288, Accumulated Leap Seconds=14 + { 2442767.50, 46.424817 }, //21 December 1975, UT1-UTC=-0.2408168, Accumulated Leap Seconds=14 + { 2442768.50, 46.427668 }, //22 December 1975, UT1-UTC=-0.2436677, Accumulated Leap Seconds=14 + { 2442769.50, 46.430680 }, //23 December 1975, UT1-UTC=-0.2466803, Accumulated Leap Seconds=14 + { 2442770.50, 46.433817 }, //24 December 1975, UT1-UTC=-0.2498172, Accumulated Leap Seconds=14 + { 2442771.50, 46.437012 }, //25 December 1975, UT1-UTC=-0.2530125, Accumulated Leap Seconds=14 + { 2442772.50, 46.440188 }, //26 December 1975, UT1-UTC=-0.2561882, Accumulated Leap Seconds=14 + { 2442773.50, 46.443272 }, //27 December 1975, UT1-UTC=-0.2592722, Accumulated Leap Seconds=14 + { 2442774.50, 46.446214 }, //28 December 1975, UT1-UTC=-0.2622145, Accumulated Leap Seconds=14 + { 2442775.50, 46.448998 }, //29 December 1975, UT1-UTC=-0.2649982, Accumulated Leap Seconds=14 + { 2442776.50, 46.451642 }, //30 December 1975, UT1-UTC=-0.2676425, Accumulated Leap Seconds=14 + { 2442777.50, 46.454196 }, //31 December 1975, UT1-UTC=-0.2701957, Accumulated Leap Seconds=14 + { 2442778.50, 46.456721 }, //01 January 1976, UT1-UTC= 0.7272793, Accumulated Leap Seconds=15 + { 2442779.50, 46.459276 }, //02 January 1976, UT1-UTC= 0.7247235, Accumulated Leap Seconds=15 + { 2442780.50, 46.461902 }, //03 January 1976, UT1-UTC= 0.7220977, Accumulated Leap Seconds=15 + { 2442781.50, 46.464612 }, //04 January 1976, UT1-UTC= 0.7193884, Accumulated Leap Seconds=15 + { 2442782.50, 46.467395 }, //05 January 1976, UT1-UTC= 0.7166048, Accumulated Leap Seconds=15 + { 2442783.50, 46.470230 }, //06 January 1976, UT1-UTC= 0.7137704, Accumulated Leap Seconds=15 + { 2442784.50, 46.473085 }, //07 January 1976, UT1-UTC= 0.7109152, Accumulated Leap Seconds=15 + { 2442785.50, 46.475930 }, //08 January 1976, UT1-UTC= 0.7080704, Accumulated Leap Seconds=15 + { 2442786.50, 46.478735 }, //09 January 1976, UT1-UTC= 0.7052651, Accumulated Leap Seconds=15 + { 2442787.50, 46.481477 }, //10 January 1976, UT1-UTC= 0.7025227, Accumulated Leap Seconds=15 + { 2442788.50, 46.484144 }, //11 January 1976, UT1-UTC= 0.6998561, Accumulated Leap Seconds=15 + { 2442789.50, 46.486735 }, //12 January 1976, UT1-UTC= 0.6972650, Accumulated Leap Seconds=15 + { 2442790.50, 46.489267 }, //13 January 1976, UT1-UTC= 0.6947333, Accumulated Leap Seconds=15 + { 2442791.50, 46.491770 }, //14 January 1976, UT1-UTC= 0.6922296, Accumulated Leap Seconds=15 + { 2442792.50, 46.494293 }, //15 January 1976, UT1-UTC= 0.6897067, Accumulated Leap Seconds=15 + { 2442793.50, 46.496894 }, //16 January 1976, UT1-UTC= 0.6871063, Accumulated Leap Seconds=15 + { 2442794.50, 46.499632 }, //17 January 1976, UT1-UTC= 0.6843682, Accumulated Leap Seconds=15 + { 2442795.50, 46.502553 }, //18 January 1976, UT1-UTC= 0.6814470, Accumulated Leap Seconds=15 + { 2442796.50, 46.505670 }, //19 January 1976, UT1-UTC= 0.6783304, Accumulated Leap Seconds=15 + { 2442797.50, 46.508949 }, //20 January 1976, UT1-UTC= 0.6750506, Accumulated Leap Seconds=15 + { 2442798.50, 46.512320 }, //21 January 1976, UT1-UTC= 0.6716801, Accumulated Leap Seconds=15 + { 2442799.50, 46.515689 }, //22 January 1976, UT1-UTC= 0.6683108, Accumulated Leap Seconds=15 + { 2442800.50, 46.518971 }, //23 January 1976, UT1-UTC= 0.6650293, Accumulated Leap Seconds=15 + { 2442801.50, 46.522106 }, //24 January 1976, UT1-UTC= 0.6618941, Accumulated Leap Seconds=15 + { 2442802.50, 46.525075 }, //25 January 1976, UT1-UTC= 0.6589248, Accumulated Leap Seconds=15 + { 2442803.50, 46.527896 }, //26 January 1976, UT1-UTC= 0.6561040, Accumulated Leap Seconds=15 + { 2442804.50, 46.530614 }, //27 January 1976, UT1-UTC= 0.6533864, Accumulated Leap Seconds=15 + { 2442805.50, 46.533288 }, //28 January 1976, UT1-UTC= 0.6507125, Accumulated Leap Seconds=15 + { 2442806.50, 46.535977 }, //29 January 1976, UT1-UTC= 0.6480234, Accumulated Leap Seconds=15 + { 2442807.50, 46.538727 }, //30 January 1976, UT1-UTC= 0.6452727, Accumulated Leap Seconds=15 + { 2442808.50, 46.541564 }, //31 January 1976, UT1-UTC= 0.6424362, Accumulated Leap Seconds=15 + { 2442809.50, 46.544486 }, //01 February 1976, UT1-UTC= 0.6395140, Accumulated Leap Seconds=15 + { 2442810.50, 46.547474 }, //02 February 1976, UT1-UTC= 0.6365256, Accumulated Leap Seconds=15 + { 2442811.50, 46.550497 }, //03 February 1976, UT1-UTC= 0.6335025, Accumulated Leap Seconds=15 + { 2442812.50, 46.553520 }, //04 February 1976, UT1-UTC= 0.6304796, Accumulated Leap Seconds=15 + { 2442813.50, 46.556510 }, //05 February 1976, UT1-UTC= 0.6274900, Accumulated Leap Seconds=15 + { 2442814.50, 46.559439 }, //06 February 1976, UT1-UTC= 0.6245606, Accumulated Leap Seconds=15 + { 2442815.50, 46.562291 }, //07 February 1976, UT1-UTC= 0.6217091, Accumulated Leap Seconds=15 + { 2442816.50, 46.565059 }, //08 February 1976, UT1-UTC= 0.6189407, Accumulated Leap Seconds=15 + { 2442817.50, 46.567754 }, //09 February 1976, UT1-UTC= 0.6162458, Accumulated Leap Seconds=15 + { 2442818.50, 46.570401 }, //10 February 1976, UT1-UTC= 0.6135993, Accumulated Leap Seconds=15 + { 2442819.50, 46.573039 }, //11 February 1976, UT1-UTC= 0.6109607, Accumulated Leap Seconds=15 + { 2442820.50, 46.575724 }, //12 February 1976, UT1-UTC= 0.6082763, Accumulated Leap Seconds=15 + { 2442821.50, 46.578516 }, //13 February 1976, UT1-UTC= 0.6054842, Accumulated Leap Seconds=15 + { 2442822.50, 46.581474 }, //14 February 1976, UT1-UTC= 0.6025261, Accumulated Leap Seconds=15 + { 2442823.50, 46.584633 }, //15 February 1976, UT1-UTC= 0.5993671, Accumulated Leap Seconds=15 + { 2442824.50, 46.587985 }, //16 February 1976, UT1-UTC= 0.5960145, Accumulated Leap Seconds=15 + { 2442825.50, 46.591475 }, //17 February 1976, UT1-UTC= 0.5925249, Accumulated Leap Seconds=15 + { 2442826.50, 46.595007 }, //18 February 1976, UT1-UTC= 0.5889930, Accumulated Leap Seconds=15 + { 2442827.50, 46.598476 }, //19 February 1976, UT1-UTC= 0.5855239, Accumulated Leap Seconds=15 + { 2442828.50, 46.601799 }, //20 February 1976, UT1-UTC= 0.5822010, Accumulated Leap Seconds=15 + { 2442829.50, 46.604937 }, //21 February 1976, UT1-UTC= 0.5790631, Accumulated Leap Seconds=15 + { 2442830.50, 46.607899 }, //22 February 1976, UT1-UTC= 0.5761012, Accumulated Leap Seconds=15 + { 2442831.50, 46.610731 }, //23 February 1976, UT1-UTC= 0.5732693, Accumulated Leap Seconds=15 + { 2442832.50, 46.613496 }, //24 February 1976, UT1-UTC= 0.5705043, Accumulated Leap Seconds=15 + { 2442833.50, 46.616257 }, //25 February 1976, UT1-UTC= 0.5677434, Accumulated Leap Seconds=15 + { 2442834.50, 46.619064 }, //26 February 1976, UT1-UTC= 0.5649360, Accumulated Leap Seconds=15 + { 2442835.50, 46.621950 }, //27 February 1976, UT1-UTC= 0.5620501, Accumulated Leap Seconds=15 + { 2442836.50, 46.624925 }, //28 February 1976, UT1-UTC= 0.5590749, Accumulated Leap Seconds=15 + { 2442837.50, 46.627980 }, //29 February 1976, UT1-UTC= 0.5560198, Accumulated Leap Seconds=15 + { 2442838.50, 46.631090 }, //01 March 1976, UT1-UTC= 0.5529101, Accumulated Leap Seconds=15 + { 2442839.50, 46.634220 }, //02 March 1976, UT1-UTC= 0.5497798, Accumulated Leap Seconds=15 + { 2442840.50, 46.637336 }, //03 March 1976, UT1-UTC= 0.5466638, Accumulated Leap Seconds=15 + { 2442841.50, 46.640408 }, //04 March 1976, UT1-UTC= 0.5435922, Accumulated Leap Seconds=15 + { 2442842.50, 46.643414 }, //05 March 1976, UT1-UTC= 0.5405861, Accumulated Leap Seconds=15 + { 2442843.50, 46.646345 }, //06 March 1976, UT1-UTC= 0.5376552, Accumulated Leap Seconds=15 + { 2442844.50, 46.649204 }, //07 March 1976, UT1-UTC= 0.5347955, Accumulated Leap Seconds=15 + { 2442845.50, 46.652012 }, //08 March 1976, UT1-UTC= 0.5319882, Accumulated Leap Seconds=15 + { 2442846.50, 46.654800 }, //09 March 1976, UT1-UTC= 0.5292000, Accumulated Leap Seconds=15 + { 2442847.50, 46.657617 }, //10 March 1976, UT1-UTC= 0.5263832, Accumulated Leap Seconds=15 + { 2442848.50, 46.660520 }, //11 March 1976, UT1-UTC= 0.5234797, Accumulated Leap Seconds=15 + { 2442849.50, 46.663573 }, //12 March 1976, UT1-UTC= 0.5204274, Accumulated Leap Seconds=15 + { 2442850.50, 46.666824 }, //13 March 1976, UT1-UTC= 0.5171755, Accumulated Leap Seconds=15 + { 2442851.50, 46.670297 }, //14 March 1976, UT1-UTC= 0.5137031, Accumulated Leap Seconds=15 + { 2442852.50, 46.673964 }, //15 March 1976, UT1-UTC= 0.5100364, Accumulated Leap Seconds=15 + { 2442853.50, 46.677748 }, //16 March 1976, UT1-UTC= 0.5062517, Accumulated Leap Seconds=15 + { 2442854.50, 46.681541 }, //17 March 1976, UT1-UTC= 0.5024587, Accumulated Leap Seconds=15 + { 2442855.50, 46.685233 }, //18 March 1976, UT1-UTC= 0.4987669, Accumulated Leap Seconds=15 + { 2442856.50, 46.688749 }, //19 March 1976, UT1-UTC= 0.4952510, Accumulated Leap Seconds=15 + { 2442857.50, 46.692069 }, //20 March 1976, UT1-UTC= 0.4919312, Accumulated Leap Seconds=15 + { 2442858.50, 46.695224 }, //21 March 1976, UT1-UTC= 0.4887763, Accumulated Leap Seconds=15 + { 2442859.50, 46.698276 }, //22 March 1976, UT1-UTC= 0.4857239, Accumulated Leap Seconds=15 + { 2442860.50, 46.701294 }, //23 March 1976, UT1-UTC= 0.4827058, Accumulated Leap Seconds=15 + { 2442861.50, 46.704333 }, //24 March 1976, UT1-UTC= 0.4796666, Accumulated Leap Seconds=15 + { 2442862.50, 46.707430 }, //25 March 1976, UT1-UTC= 0.4765704, Accumulated Leap Seconds=15 + { 2442863.50, 46.710598 }, //26 March 1976, UT1-UTC= 0.4734018, Accumulated Leap Seconds=15 + { 2442864.50, 46.713837 }, //27 March 1976, UT1-UTC= 0.4701631, Accumulated Leap Seconds=15 + { 2442865.50, 46.717129 }, //28 March 1976, UT1-UTC= 0.4668712, Accumulated Leap Seconds=15 + { 2442866.50, 46.720445 }, //29 March 1976, UT1-UTC= 0.4635546, Accumulated Leap Seconds=15 + { 2442867.50, 46.723753 }, //30 March 1976, UT1-UTC= 0.4602468, Accumulated Leap Seconds=15 + { 2442868.50, 46.727021 }, //31 March 1976, UT1-UTC= 0.4569794, Accumulated Leap Seconds=15 + { 2442869.50, 46.730223 }, //01 April 1976, UT1-UTC= 0.4537769, Accumulated Leap Seconds=15 + { 2442870.50, 46.733348 }, //02 April 1976, UT1-UTC= 0.4506523, Accumulated Leap Seconds=15 + { 2442871.50, 46.736394 }, //03 April 1976, UT1-UTC= 0.4476063, Accumulated Leap Seconds=15 + { 2442872.50, 46.739374 }, //04 April 1976, UT1-UTC= 0.4446260, Accumulated Leap Seconds=15 + { 2442873.50, 46.742315 }, //05 April 1976, UT1-UTC= 0.4416849, Accumulated Leap Seconds=15 + { 2442874.50, 46.745256 }, //06 April 1976, UT1-UTC= 0.4387441, Accumulated Leap Seconds=15 + { 2442875.50, 46.748247 }, //07 April 1976, UT1-UTC= 0.4357534, Accumulated Leap Seconds=15 + { 2442876.50, 46.751343 }, //08 April 1976, UT1-UTC= 0.4326566, Accumulated Leap Seconds=15 + { 2442877.50, 46.754600 }, //09 April 1976, UT1-UTC= 0.4294003, Accumulated Leap Seconds=15 + { 2442878.50, 46.758052 }, //10 April 1976, UT1-UTC= 0.4259475, Accumulated Leap Seconds=15 + { 2442879.50, 46.761705 }, //11 April 1976, UT1-UTC= 0.4222945, Accumulated Leap Seconds=15 + { 2442880.50, 46.765517 }, //12 April 1976, UT1-UTC= 0.4184833, Accumulated Leap Seconds=15 + { 2442881.50, 46.769401 }, //13 April 1976, UT1-UTC= 0.4145990, Accumulated Leap Seconds=15 + { 2442882.50, 46.773250 }, //14 April 1976, UT1-UTC= 0.4107499, Accumulated Leap Seconds=15 + { 2442883.50, 46.776966 }, //15 April 1976, UT1-UTC= 0.4070336, Accumulated Leap Seconds=15 + { 2442884.50, 46.780494 }, //16 April 1976, UT1-UTC= 0.4035056, Accumulated Leap Seconds=15 + { 2442885.50, 46.783835 }, //17 April 1976, UT1-UTC= 0.4001653, Accumulated Leap Seconds=15 + { 2442886.50, 46.787035 }, //18 April 1976, UT1-UTC= 0.3969651, Accumulated Leap Seconds=15 + { 2442887.50, 46.790164 }, //19 April 1976, UT1-UTC= 0.3938361, Accumulated Leap Seconds=15 + { 2442888.50, 46.793285 }, //20 April 1976, UT1-UTC= 0.3907146, Accumulated Leap Seconds=15 + { 2442889.50, 46.796442 }, //21 April 1976, UT1-UTC= 0.3875584, Accumulated Leap Seconds=15 + { 2442890.50, 46.799650 }, //22 April 1976, UT1-UTC= 0.3843495, Accumulated Leap Seconds=15 + { 2442891.50, 46.802912 }, //23 April 1976, UT1-UTC= 0.3810883, Accumulated Leap Seconds=15 + { 2442892.50, 46.806211 }, //24 April 1976, UT1-UTC= 0.3777885, Accumulated Leap Seconds=15 + { 2442893.50, 46.809527 }, //25 April 1976, UT1-UTC= 0.3744727, Accumulated Leap Seconds=15 + { 2442894.50, 46.812830 }, //26 April 1976, UT1-UTC= 0.3711696, Accumulated Leap Seconds=15 + { 2442895.50, 46.816091 }, //27 April 1976, UT1-UTC= 0.3679092, Accumulated Leap Seconds=15 + { 2442896.50, 46.819283 }, //28 April 1976, UT1-UTC= 0.3647171, Accumulated Leap Seconds=15 + { 2442897.50, 46.822391 }, //29 April 1976, UT1-UTC= 0.3616088, Accumulated Leap Seconds=15 + { 2442898.50, 46.825413 }, //30 April 1976, UT1-UTC= 0.3585869, Accumulated Leap Seconds=15 + { 2442899.50, 46.828359 }, //01 May 1976, UT1-UTC= 0.3556412, Accumulated Leap Seconds=15 + { 2442900.50, 46.831251 }, //02 May 1976, UT1-UTC= 0.3527487, Accumulated Leap Seconds=15 + { 2442901.50, 46.834125 }, //03 May 1976, UT1-UTC= 0.3498753, Accumulated Leap Seconds=15 + { 2442902.50, 46.837023 }, //04 May 1976, UT1-UTC= 0.3469771, Accumulated Leap Seconds=15 + { 2442903.50, 46.839995 }, //05 May 1976, UT1-UTC= 0.3440048, Accumulated Leap Seconds=15 + { 2442904.50, 46.843090 }, //06 May 1976, UT1-UTC= 0.3409099, Accumulated Leap Seconds=15 + { 2442905.50, 46.846345 }, //07 May 1976, UT1-UTC= 0.3376548, Accumulated Leap Seconds=15 + { 2442906.50, 46.849776 }, //08 May 1976, UT1-UTC= 0.3342237, Accumulated Leap Seconds=15 + { 2442907.50, 46.853366 }, //09 May 1976, UT1-UTC= 0.3306338, Accumulated Leap Seconds=15 + { 2442908.50, 46.857060 }, //10 May 1976, UT1-UTC= 0.3269395, Accumulated Leap Seconds=15 + { 2442909.50, 46.860775 }, //11 May 1976, UT1-UTC= 0.3232252, Accumulated Leap Seconds=15 + { 2442910.50, 46.864416 }, //12 May 1976, UT1-UTC= 0.3195839, Accumulated Leap Seconds=15 + { 2442911.50, 46.867912 }, //13 May 1976, UT1-UTC= 0.3160883, Accumulated Leap Seconds=15 + { 2442912.50, 46.871233 }, //14 May 1976, UT1-UTC= 0.3127673, Accumulated Leap Seconds=15 + { 2442913.50, 46.874401 }, //15 May 1976, UT1-UTC= 0.3095987, Accumulated Leap Seconds=15 + { 2442914.50, 46.877476 }, //16 May 1976, UT1-UTC= 0.3065239, Accumulated Leap Seconds=15 + { 2442915.50, 46.880525 }, //17 May 1976, UT1-UTC= 0.3034746, Accumulated Leap Seconds=15 + { 2442916.50, 46.883602 }, //18 May 1976, UT1-UTC= 0.3003976, Accumulated Leap Seconds=15 + { 2442917.50, 46.886733 }, //19 May 1976, UT1-UTC= 0.2972669, Accumulated Leap Seconds=15 + { 2442918.50, 46.889918 }, //20 May 1976, UT1-UTC= 0.2940822, Accumulated Leap Seconds=15 + { 2442919.50, 46.893138 }, //21 May 1976, UT1-UTC= 0.2908622, Accumulated Leap Seconds=15 + { 2442920.50, 46.896365 }, //22 May 1976, UT1-UTC= 0.2876346, Accumulated Leap Seconds=15 + { 2442921.50, 46.899569 }, //23 May 1976, UT1-UTC= 0.2844308, Accumulated Leap Seconds=15 + { 2442922.50, 46.902717 }, //24 May 1976, UT1-UTC= 0.2812826, Accumulated Leap Seconds=15 + { 2442923.50, 46.905782 }, //25 May 1976, UT1-UTC= 0.2782184, Accumulated Leap Seconds=15 + { 2442924.50, 46.908741 }, //26 May 1976, UT1-UTC= 0.2752588, Accumulated Leap Seconds=15 + { 2442925.50, 46.911588 }, //27 May 1976, UT1-UTC= 0.2724120, Accumulated Leap Seconds=15 + { 2442926.50, 46.914327 }, //28 May 1976, UT1-UTC= 0.2696726, Accumulated Leap Seconds=15 + { 2442927.50, 46.916978 }, //29 May 1976, UT1-UTC= 0.2670220, Accumulated Leap Seconds=15 + { 2442928.50, 46.919570 }, //30 May 1976, UT1-UTC= 0.2644299, Accumulated Leap Seconds=15 + { 2442929.50, 46.922144 }, //31 May 1976, UT1-UTC= 0.2618564, Accumulated Leap Seconds=15 + { 2442930.50, 46.924744 }, //01 June 1976, UT1-UTC= 0.2592557, Accumulated Leap Seconds=15 + { 2442931.50, 46.927417 }, //02 June 1976, UT1-UTC= 0.2565833, Accumulated Leap Seconds=15 + { 2442932.50, 46.930195 }, //03 June 1976, UT1-UTC= 0.2538051, Accumulated Leap Seconds=15 + { 2442933.50, 46.933093 }, //04 June 1976, UT1-UTC= 0.2509074, Accumulated Leap Seconds=15 + { 2442934.50, 46.936097 }, //05 June 1976, UT1-UTC= 0.2479026, Accumulated Leap Seconds=15 + { 2442935.50, 46.939168 }, //06 June 1976, UT1-UTC= 0.2448319, Accumulated Leap Seconds=15 + { 2442936.50, 46.942240 }, //07 June 1976, UT1-UTC= 0.2417603, Accumulated Leap Seconds=15 + { 2442937.50, 46.945236 }, //08 June 1976, UT1-UTC= 0.2387643, Accumulated Leap Seconds=15 + { 2442938.50, 46.948089 }, //09 June 1976, UT1-UTC= 0.2359114, Accumulated Leap Seconds=15 + { 2442939.50, 46.950759 }, //10 June 1976, UT1-UTC= 0.2332408, Accumulated Leap Seconds=15 + { 2442940.50, 46.953250 }, //11 June 1976, UT1-UTC= 0.2307498, Accumulated Leap Seconds=15 + { 2442941.50, 46.955604 }, //12 June 1976, UT1-UTC= 0.2283957, Accumulated Leap Seconds=15 + { 2442942.50, 46.957887 }, //13 June 1976, UT1-UTC= 0.2261128, Accumulated Leap Seconds=15 + { 2442943.50, 46.960162 }, //14 June 1976, UT1-UTC= 0.2238375, Accumulated Leap Seconds=15 + { 2442944.50, 46.962471 }, //15 June 1976, UT1-UTC= 0.2215288, Accumulated Leap Seconds=15 + { 2442945.50, 46.964825 }, //16 June 1976, UT1-UTC= 0.2191751, Accumulated Leap Seconds=15 + { 2442946.50, 46.967211 }, //17 June 1976, UT1-UTC= 0.2167889, Accumulated Leap Seconds=15 + { 2442947.50, 46.969605 }, //18 June 1976, UT1-UTC= 0.2143953, Accumulated Leap Seconds=15 + { 2442948.50, 46.971977 }, //19 June 1976, UT1-UTC= 0.2120227, Accumulated Leap Seconds=15 + { 2442949.50, 46.974302 }, //20 June 1976, UT1-UTC= 0.2096983, Accumulated Leap Seconds=15 + { 2442950.50, 46.976554 }, //21 June 1976, UT1-UTC= 0.2074462, Accumulated Leap Seconds=15 + { 2442951.50, 46.978716 }, //22 June 1976, UT1-UTC= 0.2052841, Accumulated Leap Seconds=15 + { 2442952.50, 46.980781 }, //23 June 1976, UT1-UTC= 0.2032185, Accumulated Leap Seconds=15 + { 2442953.50, 46.982757 }, //24 June 1976, UT1-UTC= 0.2012426, Accumulated Leap Seconds=15 + { 2442954.50, 46.984665 }, //25 June 1976, UT1-UTC= 0.1993349, Accumulated Leap Seconds=15 + { 2442955.50, 46.986539 }, //26 June 1976, UT1-UTC= 0.1974614, Accumulated Leap Seconds=15 + { 2442956.50, 46.988422 }, //27 June 1976, UT1-UTC= 0.1955782, Accumulated Leap Seconds=15 + { 2442957.50, 46.990364 }, //28 June 1976, UT1-UTC= 0.1936356, Accumulated Leap Seconds=15 + { 2442958.50, 46.992416 }, //29 June 1976, UT1-UTC= 0.1915842, Accumulated Leap Seconds=15 + { 2442959.50, 46.994614 }, //30 June 1976, UT1-UTC= 0.1893860, Accumulated Leap Seconds=15 + { 2442960.50, 46.996976 }, //01 July 1976, UT1-UTC= 0.1870243, Accumulated Leap Seconds=15 + { 2442961.50, 46.999488 }, //02 July 1976, UT1-UTC= 0.1845115, Accumulated Leap Seconds=15 + { 2442962.50, 47.002111 }, //03 July 1976, UT1-UTC= 0.1818895, Accumulated Leap Seconds=15 + { 2442963.50, 47.004779 }, //04 July 1976, UT1-UTC= 0.1792212, Accumulated Leap Seconds=15 + { 2442964.50, 47.007423 }, //05 July 1976, UT1-UTC= 0.1765765, Accumulated Leap Seconds=15 + { 2442965.50, 47.009984 }, //06 July 1976, UT1-UTC= 0.1740161, Accumulated Leap Seconds=15 + { 2442966.50, 47.012422 }, //07 July 1976, UT1-UTC= 0.1715776, Accumulated Leap Seconds=15 + { 2442967.50, 47.014734 }, //08 July 1976, UT1-UTC= 0.1692657, Accumulated Leap Seconds=15 + { 2442968.50, 47.016949 }, //09 July 1976, UT1-UTC= 0.1670512, Accumulated Leap Seconds=15 + { 2442969.50, 47.019120 }, //10 July 1976, UT1-UTC= 0.1648797, Accumulated Leap Seconds=15 + { 2442970.50, 47.021310 }, //11 July 1976, UT1-UTC= 0.1626904, Accumulated Leap Seconds=15 + { 2442971.50, 47.023565 }, //12 July 1976, UT1-UTC= 0.1604353, Accumulated Leap Seconds=15 + { 2442972.50, 47.025907 }, //13 July 1976, UT1-UTC= 0.1580926, Accumulated Leap Seconds=15 + { 2442973.50, 47.028330 }, //14 July 1976, UT1-UTC= 0.1556695, Accumulated Leap Seconds=15 + { 2442974.50, 47.030806 }, //15 July 1976, UT1-UTC= 0.1531943, Accumulated Leap Seconds=15 + { 2442975.50, 47.033296 }, //16 July 1976, UT1-UTC= 0.1507039, Accumulated Leap Seconds=15 + { 2442976.50, 47.035765 }, //17 July 1976, UT1-UTC= 0.1482349, Accumulated Leap Seconds=15 + { 2442977.50, 47.038182 }, //18 July 1976, UT1-UTC= 0.1458182, Accumulated Leap Seconds=15 + { 2442978.50, 47.040523 }, //19 July 1976, UT1-UTC= 0.1434774, Accumulated Leap Seconds=15 + { 2442979.50, 47.042774 }, //20 July 1976, UT1-UTC= 0.1412263, Accumulated Leap Seconds=15 + { 2442980.50, 47.044934 }, //21 July 1976, UT1-UTC= 0.1390659, Accumulated Leap Seconds=15 + { 2442981.50, 47.047017 }, //22 July 1976, UT1-UTC= 0.1369828, Accumulated Leap Seconds=15 + { 2442982.50, 47.049051 }, //23 July 1976, UT1-UTC= 0.1349489, Accumulated Leap Seconds=15 + { 2442983.50, 47.051076 }, //24 July 1976, UT1-UTC= 0.1329242, Accumulated Leap Seconds=15 + { 2442984.50, 47.053140 }, //25 July 1976, UT1-UTC= 0.1308603, Accumulated Leap Seconds=15 + { 2442985.50, 47.055294 }, //26 July 1976, UT1-UTC= 0.1287061, Accumulated Leap Seconds=15 + { 2442986.50, 47.057584 }, //27 July 1976, UT1-UTC= 0.1264160, Accumulated Leap Seconds=15 + { 2442987.50, 47.060037 }, //28 July 1976, UT1-UTC= 0.1239628, Accumulated Leap Seconds=15 + { 2442988.50, 47.062650 }, //29 July 1976, UT1-UTC= 0.1213501, Accumulated Leap Seconds=15 + { 2442989.50, 47.065382 }, //30 July 1976, UT1-UTC= 0.1186180, Accumulated Leap Seconds=15 + { 2442990.50, 47.068164 }, //31 July 1976, UT1-UTC= 0.1158360, Accumulated Leap Seconds=15 + { 2442991.50, 47.070915 }, //01 August 1976, UT1-UTC= 0.1130852, Accumulated Leap Seconds=15 + { 2442992.50, 47.073564 }, //02 August 1976, UT1-UTC= 0.1104361, Accumulated Leap Seconds=15 + { 2442993.50, 47.076069 }, //03 August 1976, UT1-UTC= 0.1079306, Accumulated Leap Seconds=15 + { 2442994.50, 47.078425 }, //04 August 1976, UT1-UTC= 0.1055750, Accumulated Leap Seconds=15 + { 2442995.50, 47.080658 }, //05 August 1976, UT1-UTC= 0.1033424, Accumulated Leap Seconds=15 + { 2442996.50, 47.082817 }, //06 August 1976, UT1-UTC= 0.1011825, Accumulated Leap Seconds=15 + { 2442997.50, 47.084963 }, //07 August 1976, UT1-UTC= 0.0990371, Accumulated Leap Seconds=15 + { 2442998.50, 47.087145 }, //08 August 1976, UT1-UTC= 0.0968547, Accumulated Leap Seconds=15 + { 2442999.50, 47.089397 }, //09 August 1976, UT1-UTC= 0.0946034, Accumulated Leap Seconds=15 + { 2443000.50, 47.091723 }, //10 August 1976, UT1-UTC= 0.0922767, Accumulated Leap Seconds=15 + { 2443001.50, 47.094109 }, //11 August 1976, UT1-UTC= 0.0898910, Accumulated Leap Seconds=15 + { 2443002.50, 47.096521 }, //12 August 1976, UT1-UTC= 0.0874785, Accumulated Leap Seconds=15 + { 2443003.50, 47.098923 }, //13 August 1976, UT1-UTC= 0.0850769, Accumulated Leap Seconds=15 + { 2443004.50, 47.101280 }, //14 August 1976, UT1-UTC= 0.0827199, Accumulated Leap Seconds=15 + { 2443005.50, 47.103568 }, //15 August 1976, UT1-UTC= 0.0804324, Accumulated Leap Seconds=15 + { 2443006.50, 47.105772 }, //16 August 1976, UT1-UTC= 0.0782283, Accumulated Leap Seconds=15 + { 2443007.50, 47.107890 }, //17 August 1976, UT1-UTC= 0.0761102, Accumulated Leap Seconds=15 + { 2443008.50, 47.109933 }, //18 August 1976, UT1-UTC= 0.0740671, Accumulated Leap Seconds=15 + { 2443009.50, 47.111927 }, //19 August 1976, UT1-UTC= 0.0720730, Accumulated Leap Seconds=15 + { 2443010.50, 47.113911 }, //20 August 1976, UT1-UTC= 0.0700887, Accumulated Leap Seconds=15 + { 2443011.50, 47.115934 }, //21 August 1976, UT1-UTC= 0.0680656, Accumulated Leap Seconds=15 + { 2443012.50, 47.118050 }, //22 August 1976, UT1-UTC= 0.0659503, Accumulated Leap Seconds=15 + { 2443013.50, 47.120310 }, //23 August 1976, UT1-UTC= 0.0636903, Accumulated Leap Seconds=15 + { 2443014.50, 47.122756 }, //24 August 1976, UT1-UTC= 0.0612441, Accumulated Leap Seconds=15 + { 2443015.50, 47.125404 }, //25 August 1976, UT1-UTC= 0.0585955, Accumulated Leap Seconds=15 + { 2443016.50, 47.128234 }, //26 August 1976, UT1-UTC= 0.0557664, Accumulated Leap Seconds=15 + { 2443017.50, 47.131181 }, //27 August 1976, UT1-UTC= 0.0528187, Accumulated Leap Seconds=15 + { 2443018.50, 47.134159 }, //28 August 1976, UT1-UTC= 0.0498411, Accumulated Leap Seconds=15 + { 2443019.50, 47.137076 }, //29 August 1976, UT1-UTC= 0.0469235, Accumulated Leap Seconds=15 + { 2443020.50, 47.139871 }, //30 August 1976, UT1-UTC= 0.0441290, Accumulated Leap Seconds=15 + { 2443021.50, 47.142522 }, //31 August 1976, UT1-UTC= 0.0414781, Accumulated Leap Seconds=15 + { 2443022.50, 47.145052 }, //01 September 1976, UT1-UTC= 0.0389485, Accumulated Leap Seconds=15 + { 2443023.50, 47.147512 }, //02 September 1976, UT1-UTC= 0.0364884, Accumulated Leap Seconds=15 + { 2443024.50, 47.149965 }, //03 September 1976, UT1-UTC= 0.0340349, Accumulated Leap Seconds=15 + { 2443025.50, 47.152469 }, //04 September 1976, UT1-UTC= 0.0315307, Accumulated Leap Seconds=15 + { 2443026.50, 47.155065 }, //05 September 1976, UT1-UTC= 0.0289351, Accumulated Leap Seconds=15 + { 2443027.50, 47.157770 }, //06 September 1976, UT1-UTC= 0.0262297, Accumulated Leap Seconds=15 + { 2443028.50, 47.160580 }, //07 September 1976, UT1-UTC= 0.0234196, Accumulated Leap Seconds=15 + { 2443029.50, 47.163470 }, //08 September 1976, UT1-UTC= 0.0205296, Accumulated Leap Seconds=15 + { 2443030.50, 47.166404 }, //09 September 1976, UT1-UTC= 0.0175962, Accumulated Leap Seconds=15 + { 2443031.50, 47.169341 }, //10 September 1976, UT1-UTC= 0.0146585, Accumulated Leap Seconds=15 + { 2443032.50, 47.172250 }, //11 September 1976, UT1-UTC= 0.0117497, Accumulated Leap Seconds=15 + { 2443033.50, 47.175108 }, //12 September 1976, UT1-UTC= 0.0088917, Accumulated Leap Seconds=15 + { 2443034.50, 47.177906 }, //13 September 1976, UT1-UTC= 0.0060937, Accumulated Leap Seconds=15 + { 2443035.50, 47.180648 }, //14 September 1976, UT1-UTC= 0.0033520, Accumulated Leap Seconds=15 + { 2443036.50, 47.183351 }, //15 September 1976, UT1-UTC= 0.0006492, Accumulated Leap Seconds=15 + { 2443037.50, 47.186045 }, //16 September 1976, UT1-UTC=-0.0020446, Accumulated Leap Seconds=15 + { 2443038.50, 47.188770 }, //17 September 1976, UT1-UTC=-0.0047701, Accumulated Leap Seconds=15 + { 2443039.50, 47.191575 }, //18 September 1976, UT1-UTC=-0.0075751, Accumulated Leap Seconds=15 + { 2443040.50, 47.194510 }, //19 September 1976, UT1-UTC=-0.0105104, Accumulated Leap Seconds=15 + { 2443041.50, 47.197623 }, //20 September 1976, UT1-UTC=-0.0136229, Accumulated Leap Seconds=15 + { 2443042.50, 47.200944 }, //21 September 1976, UT1-UTC=-0.0169440, Accumulated Leap Seconds=15 + { 2443043.50, 47.204476 }, //22 September 1976, UT1-UTC=-0.0204755, Accumulated Leap Seconds=15 + { 2443044.50, 47.208178 }, //23 September 1976, UT1-UTC=-0.0241782, Accumulated Leap Seconds=15 + { 2443045.50, 47.211974 }, //24 September 1976, UT1-UTC=-0.0279738, Accumulated Leap Seconds=15 + { 2443046.50, 47.215763 }, //25 September 1976, UT1-UTC=-0.0317629, Accumulated Leap Seconds=15 + { 2443047.50, 47.219455 }, //26 September 1976, UT1-UTC=-0.0354553, Accumulated Leap Seconds=15 + { 2443048.50, 47.222998 }, //27 September 1976, UT1-UTC=-0.0389984, Accumulated Leap Seconds=15 + { 2443049.50, 47.226391 }, //28 September 1976, UT1-UTC=-0.0423905, Accumulated Leap Seconds=15 + { 2443050.50, 47.229673 }, //29 September 1976, UT1-UTC=-0.0456728, Accumulated Leap Seconds=15 + { 2443051.50, 47.232907 }, //30 September 1976, UT1-UTC=-0.0489075, Accumulated Leap Seconds=15 + { 2443052.50, 47.236154 }, //01 October 1976, UT1-UTC=-0.0521542, Accumulated Leap Seconds=15 + { 2443053.50, 47.239455 }, //02 October 1976, UT1-UTC=-0.0554553, Accumulated Leap Seconds=15 + { 2443054.50, 47.242830 }, //03 October 1976, UT1-UTC=-0.0588305, Accumulated Leap Seconds=15 + { 2443055.50, 47.246278 }, //04 October 1976, UT1-UTC=-0.0622778, Accumulated Leap Seconds=15 + { 2443056.50, 47.249778 }, //05 October 1976, UT1-UTC=-0.0657781, Accumulated Leap Seconds=15 + { 2443057.50, 47.253300 }, //06 October 1976, UT1-UTC=-0.0692999, Accumulated Leap Seconds=15 + { 2443058.50, 47.256806 }, //07 October 1976, UT1-UTC=-0.0728058, Accumulated Leap Seconds=15 + { 2443059.50, 47.260262 }, //08 October 1976, UT1-UTC=-0.0762616, Accumulated Leap Seconds=15 + { 2443060.50, 47.263642 }, //09 October 1976, UT1-UTC=-0.0796421, Accumulated Leap Seconds=15 + { 2443061.50, 47.266933 }, //10 October 1976, UT1-UTC=-0.0829332, Accumulated Leap Seconds=15 + { 2443062.50, 47.270135 }, //11 October 1976, UT1-UTC=-0.0861346, Accumulated Leap Seconds=15 + { 2443063.50, 47.273259 }, //12 October 1976, UT1-UTC=-0.0892595, Accumulated Leap Seconds=15 + { 2443064.50, 47.276333 }, //13 October 1976, UT1-UTC=-0.0923330, Accumulated Leap Seconds=15 + { 2443065.50, 47.279389 }, //14 October 1976, UT1-UTC=-0.0953893, Accumulated Leap Seconds=15 + { 2443066.50, 47.282470 }, //15 October 1976, UT1-UTC=-0.0984704, Accumulated Leap Seconds=15 + { 2443067.50, 47.285622 }, //16 October 1976, UT1-UTC=-0.1016220, Accumulated Leap Seconds=15 + { 2443068.50, 47.288890 }, //17 October 1976, UT1-UTC=-0.1048897, Accumulated Leap Seconds=15 + { 2443069.50, 47.292311 }, //18 October 1976, UT1-UTC=-0.1083106, Accumulated Leap Seconds=15 + { 2443070.50, 47.295904 }, //19 October 1976, UT1-UTC=-0.1119040, Accumulated Leap Seconds=15 + { 2443071.50, 47.299659 }, //20 October 1976, UT1-UTC=-0.1156586, Accumulated Leap Seconds=15 + { 2443072.50, 47.303525 }, //21 October 1976, UT1-UTC=-0.1195251, Accumulated Leap Seconds=15 + { 2443073.50, 47.307421 }, //22 October 1976, UT1-UTC=-0.1234210, Accumulated Leap Seconds=15 + { 2443074.50, 47.311252 }, //23 October 1976, UT1-UTC=-0.1272516, Accumulated Leap Seconds=15 + { 2443075.50, 47.314940 }, //24 October 1976, UT1-UTC=-0.1309398, Accumulated Leap Seconds=15 + { 2443076.50, 47.318452 }, //25 October 1976, UT1-UTC=-0.1344522, Accumulated Leap Seconds=15 + { 2443077.50, 47.321805 }, //26 October 1976, UT1-UTC=-0.1378055, Accumulated Leap Seconds=15 + { 2443078.50, 47.325053 }, //27 October 1976, UT1-UTC=-0.1410532, Accumulated Leap Seconds=15 + { 2443079.50, 47.328259 }, //28 October 1976, UT1-UTC=-0.1442595, Accumulated Leap Seconds=15 + { 2443080.50, 47.331475 }, //29 October 1976, UT1-UTC=-0.1474754, Accumulated Leap Seconds=15 + { 2443081.50, 47.334726 }, //30 October 1976, UT1-UTC=-0.1507262, Accumulated Leap Seconds=15 + { 2443082.50, 47.338014 }, //31 October 1976, UT1-UTC=-0.1540137, Accumulated Leap Seconds=15 + { 2443083.50, 47.341324 }, //01 November 1976, UT1-UTC=-0.1573241, Accumulated Leap Seconds=15 + { 2443084.50, 47.344634 }, //02 November 1976, UT1-UTC=-0.1606338, Accumulated Leap Seconds=15 + { 2443085.50, 47.347912 }, //03 November 1976, UT1-UTC=-0.1639125, Accumulated Leap Seconds=15 + { 2443086.50, 47.351129 }, //04 November 1976, UT1-UTC=-0.1671292, Accumulated Leap Seconds=15 + { 2443087.50, 47.354257 }, //05 November 1976, UT1-UTC=-0.1702568, Accumulated Leap Seconds=15 + { 2443088.50, 47.357277 }, //06 November 1976, UT1-UTC=-0.1732772, Accumulated Leap Seconds=15 + { 2443089.50, 47.360185 }, //07 November 1976, UT1-UTC=-0.1761852, Accumulated Leap Seconds=15 + { 2443090.50, 47.362990 }, //08 November 1976, UT1-UTC=-0.1789899, Accumulated Leap Seconds=15 + { 2443091.50, 47.365714 }, //09 November 1976, UT1-UTC=-0.1817139, Accumulated Leap Seconds=15 + { 2443092.50, 47.368390 }, //10 November 1976, UT1-UTC=-0.1843896, Accumulated Leap Seconds=15 + { 2443093.50, 47.371056 }, //11 November 1976, UT1-UTC=-0.1870564, Accumulated Leap Seconds=15 + { 2443094.50, 47.373758 }, //12 November 1976, UT1-UTC=-0.1897580, Accumulated Leap Seconds=15 + { 2443095.50, 47.376538 }, //13 November 1976, UT1-UTC=-0.1925376, Accumulated Leap Seconds=15 + { 2443096.50, 47.379433 }, //14 November 1976, UT1-UTC=-0.1954333, Accumulated Leap Seconds=15 + { 2443097.50, 47.382470 }, //15 November 1976, UT1-UTC=-0.1984697, Accumulated Leap Seconds=15 + { 2443098.50, 47.385650 }, //16 November 1976, UT1-UTC=-0.2016502, Accumulated Leap Seconds=15 + { 2443099.50, 47.388949 }, //17 November 1976, UT1-UTC=-0.2049494, Accumulated Leap Seconds=15 + { 2443100.50, 47.392314 }, //18 November 1976, UT1-UTC=-0.2083144, Accumulated Leap Seconds=15 + { 2443101.50, 47.395673 }, //19 November 1976, UT1-UTC=-0.2116730, Accumulated Leap Seconds=15 + { 2443102.50, 47.398952 }, //20 November 1976, UT1-UTC=-0.2149518, Accumulated Leap Seconds=15 + { 2443103.50, 47.402100 }, //21 November 1976, UT1-UTC=-0.2180999, Accumulated Leap Seconds=15 + { 2443104.50, 47.405109 }, //22 November 1976, UT1-UTC=-0.2211095, Accumulated Leap Seconds=15 + { 2443105.50, 47.408017 }, //23 November 1976, UT1-UTC=-0.2240172, Accumulated Leap Seconds=15 + { 2443106.50, 47.410885 }, //24 November 1976, UT1-UTC=-0.2268848, Accumulated Leap Seconds=15 + { 2443107.50, 47.413772 }, //25 November 1976, UT1-UTC=-0.2297720, Accumulated Leap Seconds=15 + { 2443108.50, 47.416716 }, //26 November 1976, UT1-UTC=-0.2327159, Accumulated Leap Seconds=15 + { 2443109.50, 47.419724 }, //27 November 1976, UT1-UTC=-0.2357238, Accumulated Leap Seconds=15 + { 2443110.50, 47.422779 }, //28 November 1976, UT1-UTC=-0.2387789, Accumulated Leap Seconds=15 + { 2443111.50, 47.425853 }, //29 November 1976, UT1-UTC=-0.2418531, Accumulated Leap Seconds=15 + { 2443112.50, 47.428915 }, //30 November 1976, UT1-UTC=-0.2449153, Accumulated Leap Seconds=15 + { 2443113.50, 47.431936 }, //01 December 1976, UT1-UTC=-0.2479364, Accumulated Leap Seconds=15 + { 2443114.50, 47.434892 }, //02 December 1976, UT1-UTC=-0.2508917, Accumulated Leap Seconds=15 + { 2443115.50, 47.437763 }, //03 December 1976, UT1-UTC=-0.2537633, Accumulated Leap Seconds=15 + { 2443116.50, 47.440544 }, //04 December 1976, UT1-UTC=-0.2565442, Accumulated Leap Seconds=15 + { 2443117.50, 47.443241 }, //05 December 1976, UT1-UTC=-0.2592407, Accumulated Leap Seconds=15 + { 2443118.50, 47.445873 }, //06 December 1976, UT1-UTC=-0.2618727, Accumulated Leap Seconds=15 + { 2443119.50, 47.448470 }, //07 December 1976, UT1-UTC=-0.2644700, Accumulated Leap Seconds=15 + { 2443120.50, 47.451069 }, //08 December 1976, UT1-UTC=-0.2670691, Accumulated Leap Seconds=15 + { 2443121.50, 47.453709 }, //09 December 1976, UT1-UTC=-0.2697089, Accumulated Leap Seconds=15 + { 2443122.50, 47.456427 }, //10 December 1976, UT1-UTC=-0.2724274, Accumulated Leap Seconds=15 + { 2443123.50, 47.459257 }, //11 December 1976, UT1-UTC=-0.2752571, Accumulated Leap Seconds=15 + { 2443124.50, 47.462219 }, //12 December 1976, UT1-UTC=-0.2782186, Accumulated Leap Seconds=15 + { 2443125.50, 47.465315 }, //13 December 1976, UT1-UTC=-0.2813151, Accumulated Leap Seconds=15 + { 2443126.50, 47.468528 }, //14 December 1976, UT1-UTC=-0.2845277, Accumulated Leap Seconds=15 + { 2443127.50, 47.471815 }, //15 December 1976, UT1-UTC=-0.2878148, Accumulated Leap Seconds=15 + { 2443128.50, 47.475116 }, //16 December 1976, UT1-UTC=-0.2911165, Accumulated Leap Seconds=15 + { 2443129.50, 47.478367 }, //17 December 1976, UT1-UTC=-0.2943671, Accumulated Leap Seconds=15 + { 2443130.50, 47.481512 }, //18 December 1976, UT1-UTC=-0.2975122, Accumulated Leap Seconds=15 + { 2443131.50, 47.484526 }, //19 December 1976, UT1-UTC=-0.3005265, Accumulated Leap Seconds=15 + { 2443132.50, 47.487423 }, //20 December 1976, UT1-UTC=-0.3034234, Accumulated Leap Seconds=15 + { 2443133.50, 47.490250 }, //21 December 1976, UT1-UTC=-0.3062498, Accumulated Leap Seconds=15 + { 2443134.50, 47.493065 }, //22 December 1976, UT1-UTC=-0.3090653, Accumulated Leap Seconds=15 + { 2443135.50, 47.495918 }, //23 December 1976, UT1-UTC=-0.3119181, Accumulated Leap Seconds=15 + { 2443136.50, 47.498829 }, //24 December 1976, UT1-UTC=-0.3148291, Accumulated Leap Seconds=15 + { 2443137.50, 47.501789 }, //25 December 1976, UT1-UTC=-0.3177886, Accumulated Leap Seconds=15 + { 2443138.50, 47.504766 }, //26 December 1976, UT1-UTC=-0.3207663, Accumulated Leap Seconds=15 + { 2443139.50, 47.507726 }, //27 December 1976, UT1-UTC=-0.3237258, Accumulated Leap Seconds=15 + { 2443140.50, 47.510634 }, //28 December 1976, UT1-UTC=-0.3266345, Accumulated Leap Seconds=15 + { 2443141.50, 47.513467 }, //29 December 1976, UT1-UTC=-0.3294667, Accumulated Leap Seconds=15 + { 2443142.50, 47.516205 }, //30 December 1976, UT1-UTC=-0.3322049, Accumulated Leap Seconds=15 + { 2443143.50, 47.518842 }, //31 December 1976, UT1-UTC=-0.3348417, Accumulated Leap Seconds=15 + { 2443144.50, 47.521381 }, //01 January 1977, UT1-UTC= 0.6626185, Accumulated Leap Seconds=16 + { 2443145.50, 47.523842 }, //02 January 1977, UT1-UTC= 0.6601581, Accumulated Leap Seconds=16 + { 2443146.50, 47.526252 }, //03 January 1977, UT1-UTC= 0.6577476, Accumulated Leap Seconds=16 + { 2443147.50, 47.528651 }, //04 January 1977, UT1-UTC= 0.6553493, Accumulated Leap Seconds=16 + { 2443148.50, 47.531078 }, //05 January 1977, UT1-UTC= 0.6529220, Accumulated Leap Seconds=16 + { 2443149.50, 47.533576 }, //06 January 1977, UT1-UTC= 0.6504243, Accumulated Leap Seconds=16 + { 2443150.50, 47.536180 }, //07 January 1977, UT1-UTC= 0.6478203, Accumulated Leap Seconds=16 + { 2443151.50, 47.538914 }, //08 January 1977, UT1-UTC= 0.6450864, Accumulated Leap Seconds=16 + { 2443152.50, 47.541781 }, //09 January 1977, UT1-UTC= 0.6422189, Accumulated Leap Seconds=16 + { 2443153.50, 47.544762 }, //10 January 1977, UT1-UTC= 0.6392375, Accumulated Leap Seconds=16 + { 2443154.50, 47.547816 }, //11 January 1977, UT1-UTC= 0.6361842, Accumulated Leap Seconds=16 + { 2443155.50, 47.550885 }, //12 January 1977, UT1-UTC= 0.6331152, Accumulated Leap Seconds=16 + { 2443156.50, 47.553912 }, //13 January 1977, UT1-UTC= 0.6300883, Accumulated Leap Seconds=16 + { 2443157.50, 47.556849 }, //14 January 1977, UT1-UTC= 0.6271505, Accumulated Leap Seconds=16 + { 2443158.50, 47.559675 }, //15 January 1977, UT1-UTC= 0.6243251, Accumulated Leap Seconds=16 + { 2443159.50, 47.562395 }, //16 January 1977, UT1-UTC= 0.6216051, Accumulated Leap Seconds=16 + { 2443160.50, 47.565047 }, //17 January 1977, UT1-UTC= 0.6189530, Accumulated Leap Seconds=16 + { 2443161.50, 47.567687 }, //18 January 1977, UT1-UTC= 0.6163126, Accumulated Leap Seconds=16 + { 2443162.50, 47.570372 }, //19 January 1977, UT1-UTC= 0.6136280, Accumulated Leap Seconds=16 + { 2443163.50, 47.573136 }, //20 January 1977, UT1-UTC= 0.6108637, Accumulated Leap Seconds=16 + { 2443164.50, 47.575984 }, //21 January 1977, UT1-UTC= 0.6080158, Accumulated Leap Seconds=16 + { 2443165.50, 47.578890 }, //22 January 1977, UT1-UTC= 0.6051100, Accumulated Leap Seconds=16 + { 2443166.50, 47.581811 }, //23 January 1977, UT1-UTC= 0.6021892, Accumulated Leap Seconds=16 + { 2443167.50, 47.584702 }, //24 January 1977, UT1-UTC= 0.5992982, Accumulated Leap Seconds=16 + { 2443168.50, 47.587526 }, //25 January 1977, UT1-UTC= 0.5964735, Accumulated Leap Seconds=16 + { 2443169.50, 47.590261 }, //26 January 1977, UT1-UTC= 0.5937394, Accumulated Leap Seconds=16 + { 2443170.50, 47.592892 }, //27 January 1977, UT1-UTC= 0.5911085, Accumulated Leap Seconds=16 + { 2443171.50, 47.595419 }, //28 January 1977, UT1-UTC= 0.5885810, Accumulated Leap Seconds=16 + { 2443172.50, 47.597856 }, //29 January 1977, UT1-UTC= 0.5861440, Accumulated Leap Seconds=16 + { 2443173.50, 47.600228 }, //30 January 1977, UT1-UTC= 0.5837720, Accumulated Leap Seconds=16 + { 2443174.50, 47.602572 }, //31 January 1977, UT1-UTC= 0.5814283, Accumulated Leap Seconds=16 + { 2443175.50, 47.604931 }, //01 February 1977, UT1-UTC= 0.5790687, Accumulated Leap Seconds=16 + { 2443176.50, 47.607353 }, //02 February 1977, UT1-UTC= 0.5766468, Accumulated Leap Seconds=16 + { 2443177.50, 47.609881 }, //03 February 1977, UT1-UTC= 0.5741194, Accumulated Leap Seconds=16 + { 2443178.50, 47.612547 }, //04 February 1977, UT1-UTC= 0.5714534, Accumulated Leap Seconds=16 + { 2443179.50, 47.615365 }, //05 February 1977, UT1-UTC= 0.5686346, Accumulated Leap Seconds=16 + { 2443180.50, 47.618324 }, //06 February 1977, UT1-UTC= 0.5656757, Accumulated Leap Seconds=16 + { 2443181.50, 47.621382 }, //07 February 1977, UT1-UTC= 0.5626180, Accumulated Leap Seconds=16 + { 2443182.50, 47.624476 }, //08 February 1977, UT1-UTC= 0.5595238, Accumulated Leap Seconds=16 + { 2443183.50, 47.627540 }, //09 February 1977, UT1-UTC= 0.5564602, Accumulated Leap Seconds=16 + { 2443184.50, 47.630519 }, //10 February 1977, UT1-UTC= 0.5534807, Accumulated Leap Seconds=16 + { 2443185.50, 47.633388 }, //11 February 1977, UT1-UTC= 0.5506118, Accumulated Leap Seconds=16 + { 2443186.50, 47.636152 }, //12 February 1977, UT1-UTC= 0.5478478, Accumulated Leap Seconds=16 + { 2443187.50, 47.638846 }, //13 February 1977, UT1-UTC= 0.5451542, Accumulated Leap Seconds=16 + { 2443188.50, 47.641523 }, //14 February 1977, UT1-UTC= 0.5424775, Accumulated Leap Seconds=16 + { 2443189.50, 47.644240 }, //15 February 1977, UT1-UTC= 0.5397602, Accumulated Leap Seconds=16 + { 2443190.50, 47.647043 }, //16 February 1977, UT1-UTC= 0.5369573, Accumulated Leap Seconds=16 + { 2443191.50, 47.649950 }, //17 February 1977, UT1-UTC= 0.5340500, Accumulated Leap Seconds=16 + { 2443192.50, 47.652951 }, //18 February 1977, UT1-UTC= 0.5310492, Accumulated Leap Seconds=16 + { 2443193.50, 47.656009 }, //19 February 1977, UT1-UTC= 0.5279908, Accumulated Leap Seconds=16 + { 2443194.50, 47.659077 }, //20 February 1977, UT1-UTC= 0.5249227, Accumulated Leap Seconds=16 + { 2443195.50, 47.662109 }, //21 February 1977, UT1-UTC= 0.5218909, Accumulated Leap Seconds=16 + { 2443196.50, 47.665070 }, //22 February 1977, UT1-UTC= 0.5189301, Accumulated Leap Seconds=16 + { 2443197.50, 47.667939 }, //23 February 1977, UT1-UTC= 0.5160611, Accumulated Leap Seconds=16 + { 2443198.50, 47.670709 }, //24 February 1977, UT1-UTC= 0.5132906, Accumulated Leap Seconds=16 + { 2443199.50, 47.673388 }, //25 February 1977, UT1-UTC= 0.5106119, Accumulated Leap Seconds=16 + { 2443200.50, 47.675994 }, //26 February 1977, UT1-UTC= 0.5080055, Accumulated Leap Seconds=16 + { 2443201.50, 47.678560 }, //27 February 1977, UT1-UTC= 0.5054395, Accumulated Leap Seconds=16 + { 2443202.50, 47.681126 }, //28 February 1977, UT1-UTC= 0.5028736, Accumulated Leap Seconds=16 + { 2443203.50, 47.683739 }, //01 March 1977, UT1-UTC= 0.5002612, Accumulated Leap Seconds=16 + { 2443204.50, 47.686444 }, //02 March 1977, UT1-UTC= 0.4975561, Accumulated Leap Seconds=16 + { 2443205.50, 47.689282 }, //03 March 1977, UT1-UTC= 0.4947180, Accumulated Leap Seconds=16 + { 2443206.50, 47.692279 }, //04 March 1977, UT1-UTC= 0.4917208, Accumulated Leap Seconds=16 + { 2443207.50, 47.695437 }, //05 March 1977, UT1-UTC= 0.4885627, Accumulated Leap Seconds=16 + { 2443208.50, 47.698726 }, //06 March 1977, UT1-UTC= 0.4852740, Accumulated Leap Seconds=16 + { 2443209.50, 47.702084 }, //07 March 1977, UT1-UTC= 0.4819160, Accumulated Leap Seconds=16 + { 2443210.50, 47.705432 }, //08 March 1977, UT1-UTC= 0.4785676, Accumulated Leap Seconds=16 + { 2443211.50, 47.708698 }, //09 March 1977, UT1-UTC= 0.4753023, Accumulated Leap Seconds=16 + { 2443212.50, 47.711833 }, //10 March 1977, UT1-UTC= 0.4721665, Accumulated Leap Seconds=16 + { 2443213.50, 47.714832 }, //11 March 1977, UT1-UTC= 0.4691678, Accumulated Leap Seconds=16 + { 2443214.50, 47.717723 }, //12 March 1977, UT1-UTC= 0.4662772, Accumulated Leap Seconds=16 + { 2443215.50, 47.720559 }, //13 March 1977, UT1-UTC= 0.4634414, Accumulated Leap Seconds=16 + { 2443216.50, 47.723399 }, //14 March 1977, UT1-UTC= 0.4606005, Accumulated Leap Seconds=16 + { 2443217.50, 47.726297 }, //15 March 1977, UT1-UTC= 0.4577033, Accumulated Leap Seconds=16 + { 2443218.50, 47.729281 }, //16 March 1977, UT1-UTC= 0.4547186, Accumulated Leap Seconds=16 + { 2443219.50, 47.732360 }, //17 March 1977, UT1-UTC= 0.4516395, Accumulated Leap Seconds=16 + { 2443220.50, 47.735516 }, //18 March 1977, UT1-UTC= 0.4484838, Accumulated Leap Seconds=16 + { 2443221.50, 47.738713 }, //19 March 1977, UT1-UTC= 0.4452868, Accumulated Leap Seconds=16 + { 2443222.50, 47.741910 }, //20 March 1977, UT1-UTC= 0.4420902, Accumulated Leap Seconds=16 + { 2443223.50, 47.745068 }, //21 March 1977, UT1-UTC= 0.4389315, Accumulated Leap Seconds=16 + { 2443224.50, 47.748163 }, //22 March 1977, UT1-UTC= 0.4358371, Accumulated Leap Seconds=16 + { 2443225.50, 47.751179 }, //23 March 1977, UT1-UTC= 0.4328211, Accumulated Leap Seconds=16 + { 2443226.50, 47.754116 }, //24 March 1977, UT1-UTC= 0.4298835, Accumulated Leap Seconds=16 + { 2443227.50, 47.756989 }, //25 March 1977, UT1-UTC= 0.4270109, Accumulated Leap Seconds=16 + { 2443228.50, 47.759822 }, //26 March 1977, UT1-UTC= 0.4241782, Accumulated Leap Seconds=16 + { 2443229.50, 47.762649 }, //27 March 1977, UT1-UTC= 0.4213506, Accumulated Leap Seconds=16 + { 2443230.50, 47.765513 }, //28 March 1977, UT1-UTC= 0.4184867, Accumulated Leap Seconds=16 + { 2443231.50, 47.768457 }, //29 March 1977, UT1-UTC= 0.4155428, Accumulated Leap Seconds=16 + { 2443232.50, 47.771522 }, //30 March 1977, UT1-UTC= 0.4124775, Accumulated Leap Seconds=16 + { 2443233.50, 47.774744 }, //31 March 1977, UT1-UTC= 0.4092564, Accumulated Leap Seconds=16 + { 2443234.50, 47.778138 }, //01 April 1977, UT1-UTC= 0.4058619, Accumulated Leap Seconds=16 + { 2443235.50, 47.781697 }, //02 April 1977, UT1-UTC= 0.4023032, Accumulated Leap Seconds=16 + { 2443236.50, 47.785377 }, //03 April 1977, UT1-UTC= 0.3986232, Accumulated Leap Seconds=16 + { 2443237.50, 47.789106 }, //04 April 1977, UT1-UTC= 0.3948942, Accumulated Leap Seconds=16 + { 2443238.50, 47.792799 }, //05 April 1977, UT1-UTC= 0.3912009, Accumulated Leap Seconds=16 + { 2443239.50, 47.796386 }, //06 April 1977, UT1-UTC= 0.3876139, Accumulated Leap Seconds=16 + { 2443240.50, 47.799833 }, //07 April 1977, UT1-UTC= 0.3841665, Accumulated Leap Seconds=16 + { 2443241.50, 47.803152 }, //08 April 1977, UT1-UTC= 0.3808477, Accumulated Leap Seconds=16 + { 2443242.50, 47.806387 }, //09 April 1977, UT1-UTC= 0.3776128, Accumulated Leap Seconds=16 + { 2443243.50, 47.809596 }, //10 April 1977, UT1-UTC= 0.3744038, Accumulated Leap Seconds=16 + { 2443244.50, 47.812830 }, //11 April 1977, UT1-UTC= 0.3711700, Accumulated Leap Seconds=16 + { 2443245.50, 47.816120 }, //12 April 1977, UT1-UTC= 0.3678802, Accumulated Leap Seconds=16 + { 2443246.50, 47.819473 }, //13 April 1977, UT1-UTC= 0.3645267, Accumulated Leap Seconds=16 + { 2443247.50, 47.822877 }, //14 April 1977, UT1-UTC= 0.3611225, Accumulated Leap Seconds=16 + { 2443248.50, 47.826304 }, //15 April 1977, UT1-UTC= 0.3576961, Accumulated Leap Seconds=16 + { 2443249.50, 47.829716 }, //16 April 1977, UT1-UTC= 0.3542844, Accumulated Leap Seconds=16 + { 2443250.50, 47.833075 }, //17 April 1977, UT1-UTC= 0.3509252, Accumulated Leap Seconds=16 + { 2443251.50, 47.836351 }, //18 April 1977, UT1-UTC= 0.3476494, Accumulated Leap Seconds=16 + { 2443252.50, 47.839524 }, //19 April 1977, UT1-UTC= 0.3444757, Accumulated Leap Seconds=16 + { 2443253.50, 47.842592 }, //20 April 1977, UT1-UTC= 0.3414078, Accumulated Leap Seconds=16 + { 2443254.50, 47.845564 }, //21 April 1977, UT1-UTC= 0.3384355, Accumulated Leap Seconds=16 + { 2443255.50, 47.848465 }, //22 April 1977, UT1-UTC= 0.3355354, Accumulated Leap Seconds=16 + { 2443256.50, 47.851326 }, //23 April 1977, UT1-UTC= 0.3326741, Accumulated Leap Seconds=16 + { 2443257.50, 47.854188 }, //24 April 1977, UT1-UTC= 0.3298116, Accumulated Leap Seconds=16 + { 2443258.50, 47.857095 }, //25 April 1977, UT1-UTC= 0.3269046, Accumulated Leap Seconds=16 + { 2443259.50, 47.860088 }, //26 April 1977, UT1-UTC= 0.3239115, Accumulated Leap Seconds=16 + { 2443260.50, 47.863204 }, //27 April 1977, UT1-UTC= 0.3207960, Accumulated Leap Seconds=16 + { 2443261.50, 47.866467 }, //28 April 1977, UT1-UTC= 0.3175325, Accumulated Leap Seconds=16 + { 2443262.50, 47.869886 }, //29 April 1977, UT1-UTC= 0.3141144, Accumulated Leap Seconds=16 + { 2443263.50, 47.873438 }, //30 April 1977, UT1-UTC= 0.3105615, Accumulated Leap Seconds=16 + { 2443264.50, 47.877076 }, //01 May 1977, UT1-UTC= 0.3069244, Accumulated Leap Seconds=16 + { 2443265.50, 47.880721 }, //02 May 1977, UT1-UTC= 0.3032788, Accumulated Leap Seconds=16 + { 2443266.50, 47.884295 }, //03 May 1977, UT1-UTC= 0.2997048, Accumulated Leap Seconds=16 + { 2443267.50, 47.887739 }, //04 May 1977, UT1-UTC= 0.2962607, Accumulated Leap Seconds=16 + { 2443268.50, 47.891038 }, //05 May 1977, UT1-UTC= 0.2929619, Accumulated Leap Seconds=16 + { 2443269.50, 47.894220 }, //06 May 1977, UT1-UTC= 0.2897801, Accumulated Leap Seconds=16 + { 2443270.50, 47.897340 }, //07 May 1977, UT1-UTC= 0.2866596, Accumulated Leap Seconds=16 + { 2443271.50, 47.900457 }, //08 May 1977, UT1-UTC= 0.2835434, Accumulated Leap Seconds=16 + { 2443272.50, 47.903606 }, //09 May 1977, UT1-UTC= 0.2803938, Accumulated Leap Seconds=16 + { 2443273.50, 47.906799 }, //10 May 1977, UT1-UTC= 0.2772006, Accumulated Leap Seconds=16 + { 2443274.50, 47.910022 }, //11 May 1977, UT1-UTC= 0.2739783, Accumulated Leap Seconds=16 + { 2443275.50, 47.913244 }, //12 May 1977, UT1-UTC= 0.2707555, Accumulated Leap Seconds=16 + { 2443276.50, 47.916433 }, //13 May 1977, UT1-UTC= 0.2675670, Accumulated Leap Seconds=16 + { 2443277.50, 47.919553 }, //14 May 1977, UT1-UTC= 0.2644468, Accumulated Leap Seconds=16 + { 2443278.50, 47.922576 }, //15 May 1977, UT1-UTC= 0.2614238, Accumulated Leap Seconds=16 + { 2443279.50, 47.925482 }, //16 May 1977, UT1-UTC= 0.2585176, Accumulated Leap Seconds=16 + { 2443280.50, 47.928265 }, //17 May 1977, UT1-UTC= 0.2557354, Accumulated Leap Seconds=16 + { 2443281.50, 47.930929 }, //18 May 1977, UT1-UTC= 0.2530705, Accumulated Leap Seconds=16 + { 2443282.50, 47.933496 }, //19 May 1977, UT1-UTC= 0.2505039, Accumulated Leap Seconds=16 + { 2443283.50, 47.935993 }, //20 May 1977, UT1-UTC= 0.2480069, Accumulated Leap Seconds=16 + { 2443284.50, 47.938455 }, //21 May 1977, UT1-UTC= 0.2455448, Accumulated Leap Seconds=16 + { 2443285.50, 47.940920 }, //22 May 1977, UT1-UTC= 0.2430797, Accumulated Leap Seconds=16 + { 2443286.50, 47.943425 }, //23 May 1977, UT1-UTC= 0.2405745, Accumulated Leap Seconds=16 + { 2443287.50, 47.946004 }, //24 May 1977, UT1-UTC= 0.2379961, Accumulated Leap Seconds=16 + { 2443288.50, 47.948680 }, //25 May 1977, UT1-UTC= 0.2353201, Accumulated Leap Seconds=16 + { 2443289.50, 47.951465 }, //26 May 1977, UT1-UTC= 0.2325353, Accumulated Leap Seconds=16 + { 2443290.50, 47.954351 }, //27 May 1977, UT1-UTC= 0.2296489, Accumulated Leap Seconds=16 + { 2443291.50, 47.957309 }, //28 May 1977, UT1-UTC= 0.2266911, Accumulated Leap Seconds=16 + { 2443292.50, 47.960285 }, //29 May 1977, UT1-UTC= 0.2237150, Accumulated Leap Seconds=16 + { 2443293.50, 47.963213 }, //30 May 1977, UT1-UTC= 0.2207873, Accumulated Leap Seconds=16 + { 2443294.50, 47.966032 }, //31 May 1977, UT1-UTC= 0.2179679, Accumulated Leap Seconds=16 + { 2443295.50, 47.968710 }, //01 June 1977, UT1-UTC= 0.2152896, Accumulated Leap Seconds=16 + { 2443296.50, 47.971255 }, //02 June 1977, UT1-UTC= 0.2127446, Accumulated Leap Seconds=16 + { 2443297.50, 47.973712 }, //03 June 1977, UT1-UTC= 0.2102882, Accumulated Leap Seconds=16 + { 2443298.50, 47.976141 }, //04 June 1977, UT1-UTC= 0.2078594, Accumulated Leap Seconds=16 + { 2443299.50, 47.978593 }, //05 June 1977, UT1-UTC= 0.2054067, Accumulated Leap Seconds=16 + { 2443300.50, 47.981093 }, //06 June 1977, UT1-UTC= 0.2029074, Accumulated Leap Seconds=16 + { 2443301.50, 47.983630 }, //07 June 1977, UT1-UTC= 0.2003697, Accumulated Leap Seconds=16 + { 2443302.50, 47.986177 }, //08 June 1977, UT1-UTC= 0.1978232, Accumulated Leap Seconds=16 + { 2443303.50, 47.988694 }, //09 June 1977, UT1-UTC= 0.1953057, Accumulated Leap Seconds=16 + { 2443304.50, 47.991147 }, //10 June 1977, UT1-UTC= 0.1928528, Accumulated Leap Seconds=16 + { 2443305.50, 47.993508 }, //11 June 1977, UT1-UTC= 0.1904918, Accumulated Leap Seconds=16 + { 2443306.50, 47.995760 }, //12 June 1977, UT1-UTC= 0.1882404, Accumulated Leap Seconds=16 + { 2443307.50, 47.997894 }, //13 June 1977, UT1-UTC= 0.1861060, Accumulated Leap Seconds=16 + { 2443308.50, 47.999917 }, //14 June 1977, UT1-UTC= 0.1840834, Accumulated Leap Seconds=16 + { 2443309.50, 48.001845 }, //15 June 1977, UT1-UTC= 0.1821549, Accumulated Leap Seconds=16 + { 2443310.50, 48.003706 }, //16 June 1977, UT1-UTC= 0.1802937, Accumulated Leap Seconds=16 + { 2443311.50, 48.005534 }, //17 June 1977, UT1-UTC= 0.1784663, Accumulated Leap Seconds=16 + { 2443312.50, 48.007363 }, //18 June 1977, UT1-UTC= 0.1766367, Accumulated Leap Seconds=16 + { 2443313.50, 48.009230 }, //19 June 1977, UT1-UTC= 0.1747697, Accumulated Leap Seconds=16 + { 2443314.50, 48.011166 }, //20 June 1977, UT1-UTC= 0.1728340, Accumulated Leap Seconds=16 + { 2443315.50, 48.013194 }, //21 June 1977, UT1-UTC= 0.1708059, Accumulated Leap Seconds=16 + { 2443316.50, 48.015326 }, //22 June 1977, UT1-UTC= 0.1686738, Accumulated Leap Seconds=16 + { 2443317.50, 48.017557 }, //23 June 1977, UT1-UTC= 0.1664431, Accumulated Leap Seconds=16 + { 2443318.50, 48.019863 }, //24 June 1977, UT1-UTC= 0.1641366, Accumulated Leap Seconds=16 + { 2443319.50, 48.022205 }, //25 June 1977, UT1-UTC= 0.1617951, Accumulated Leap Seconds=16 + { 2443320.50, 48.024529 }, //26 June 1977, UT1-UTC= 0.1594713, Accumulated Leap Seconds=16 + { 2443321.50, 48.026782 }, //27 June 1977, UT1-UTC= 0.1572181, Accumulated Leap Seconds=16 + { 2443322.50, 48.028928 }, //28 June 1977, UT1-UTC= 0.1550723, Accumulated Leap Seconds=16 + { 2443323.50, 48.030960 }, //29 June 1977, UT1-UTC= 0.1530401, Accumulated Leap Seconds=16 + { 2443324.50, 48.032908 }, //30 June 1977, UT1-UTC= 0.1510924, Accumulated Leap Seconds=16 + { 2443325.50, 48.034826 }, //01 July 1977, UT1-UTC= 0.1491743, Accumulated Leap Seconds=16 + { 2443326.50, 48.036773 }, //02 July 1977, UT1-UTC= 0.1472272, Accumulated Leap Seconds=16 + { 2443327.50, 48.038786 }, //03 July 1977, UT1-UTC= 0.1452138, Accumulated Leap Seconds=16 + { 2443328.50, 48.040868 }, //04 July 1977, UT1-UTC= 0.1431315, Accumulated Leap Seconds=16 + { 2443329.50, 48.042990 }, //05 July 1977, UT1-UTC= 0.1410102, Accumulated Leap Seconds=16 + { 2443330.50, 48.045103 }, //06 July 1977, UT1-UTC= 0.1388972, Accumulated Leap Seconds=16 + { 2443331.50, 48.047162 }, //07 July 1977, UT1-UTC= 0.1368378, Accumulated Leap Seconds=16 + { 2443332.50, 48.049134 }, //08 July 1977, UT1-UTC= 0.1348656, Accumulated Leap Seconds=16 + { 2443333.50, 48.051000 }, //09 July 1977, UT1-UTC= 0.1330001, Accumulated Leap Seconds=16 + { 2443334.50, 48.052751 }, //10 July 1977, UT1-UTC= 0.1312487, Accumulated Leap Seconds=16 + { 2443335.50, 48.054393 }, //11 July 1977, UT1-UTC= 0.1296067, Accumulated Leap Seconds=16 + { 2443336.50, 48.055943 }, //12 July 1977, UT1-UTC= 0.1280574, Accumulated Leap Seconds=16 + { 2443337.50, 48.057428 }, //13 July 1977, UT1-UTC= 0.1265717, Accumulated Leap Seconds=16 + { 2443338.50, 48.058888 }, //14 July 1977, UT1-UTC= 0.1251116, Accumulated Leap Seconds=16 + { 2443339.50, 48.060365 }, //15 July 1977, UT1-UTC= 0.1236351, Accumulated Leap Seconds=16 + { 2443340.50, 48.061899 }, //16 July 1977, UT1-UTC= 0.1221012, Accumulated Leap Seconds=16 + { 2443341.50, 48.063527 }, //17 July 1977, UT1-UTC= 0.1204734, Accumulated Leap Seconds=16 + { 2443342.50, 48.065276 }, //18 July 1977, UT1-UTC= 0.1187243, Accumulated Leap Seconds=16 + { 2443343.50, 48.067160 }, //19 July 1977, UT1-UTC= 0.1168399, Accumulated Leap Seconds=16 + { 2443344.50, 48.069176 }, //20 July 1977, UT1-UTC= 0.1148243, Accumulated Leap Seconds=16 + { 2443345.50, 48.071299 }, //21 July 1977, UT1-UTC= 0.1127012, Accumulated Leap Seconds=16 + { 2443346.50, 48.073488 }, //22 July 1977, UT1-UTC= 0.1105123, Accumulated Leap Seconds=16 + { 2443347.50, 48.075692 }, //23 July 1977, UT1-UTC= 0.1083077, Accumulated Leap Seconds=16 + { 2443348.50, 48.077864 }, //24 July 1977, UT1-UTC= 0.1061359, Accumulated Leap Seconds=16 + { 2443349.50, 48.079968 }, //25 July 1977, UT1-UTC= 0.1040324, Accumulated Leap Seconds=16 + { 2443350.50, 48.081990 }, //26 July 1977, UT1-UTC= 0.1020104, Accumulated Leap Seconds=16 + { 2443351.50, 48.083945 }, //27 July 1977, UT1-UTC= 0.1000546, Accumulated Leap Seconds=16 + { 2443352.50, 48.085876 }, //28 July 1977, UT1-UTC= 0.0981241, Accumulated Leap Seconds=16 + { 2443353.50, 48.087835 }, //29 July 1977, UT1-UTC= 0.0961651, Accumulated Leap Seconds=16 + { 2443354.50, 48.089868 }, //30 July 1977, UT1-UTC= 0.0941317, Accumulated Leap Seconds=16 + { 2443355.50, 48.091996 }, //31 July 1977, UT1-UTC= 0.0920042, Accumulated Leap Seconds=16 + { 2443356.50, 48.094202 }, //01 August 1977, UT1-UTC= 0.0897979, Accumulated Leap Seconds=16 + { 2443357.50, 48.096443 }, //02 August 1977, UT1-UTC= 0.0875573, Accumulated Leap Seconds=16 + { 2443358.50, 48.098663 }, //03 August 1977, UT1-UTC= 0.0853374, Accumulated Leap Seconds=16 + { 2443359.50, 48.100814 }, //04 August 1977, UT1-UTC= 0.0831856, Accumulated Leap Seconds=16 + { 2443360.50, 48.102867 }, //05 August 1977, UT1-UTC= 0.0811332, Accumulated Leap Seconds=16 + { 2443361.50, 48.104806 }, //06 August 1977, UT1-UTC= 0.0791938, Accumulated Leap Seconds=16 + { 2443362.50, 48.106634 }, //07 August 1977, UT1-UTC= 0.0773662, Accumulated Leap Seconds=16 + { 2443363.50, 48.108364 }, //08 August 1977, UT1-UTC= 0.0756364, Accumulated Leap Seconds=16 + { 2443364.50, 48.110022 }, //09 August 1977, UT1-UTC= 0.0739781, Accumulated Leap Seconds=16 + { 2443365.50, 48.111646 }, //10 August 1977, UT1-UTC= 0.0723543, Accumulated Leap Seconds=16 + { 2443366.50, 48.113278 }, //11 August 1977, UT1-UTC= 0.0707221, Accumulated Leap Seconds=16 + { 2443367.50, 48.114961 }, //12 August 1977, UT1-UTC= 0.0690390, Accumulated Leap Seconds=16 + { 2443368.50, 48.116733 }, //13 August 1977, UT1-UTC= 0.0672667, Accumulated Leap Seconds=16 + { 2443369.50, 48.118625 }, //14 August 1977, UT1-UTC= 0.0653746, Accumulated Leap Seconds=16 + { 2443370.50, 48.120656 }, //15 August 1977, UT1-UTC= 0.0633441, Accumulated Leap Seconds=16 + { 2443371.50, 48.122826 }, //16 August 1977, UT1-UTC= 0.0611742, Accumulated Leap Seconds=16 + { 2443372.50, 48.125115 }, //17 August 1977, UT1-UTC= 0.0588849, Accumulated Leap Seconds=16 + { 2443373.50, 48.127482 }, //18 August 1977, UT1-UTC= 0.0565178, Accumulated Leap Seconds=16 + { 2443374.50, 48.129873 }, //19 August 1977, UT1-UTC= 0.0541272, Accumulated Leap Seconds=16 + { 2443375.50, 48.132234 }, //20 August 1977, UT1-UTC= 0.0517664, Accumulated Leap Seconds=16 + { 2443376.50, 48.134527 }, //21 August 1977, UT1-UTC= 0.0494732, Accumulated Leap Seconds=16 + { 2443377.50, 48.136740 }, //22 August 1977, UT1-UTC= 0.0472599, Accumulated Leap Seconds=16 + { 2443378.50, 48.138890 }, //23 August 1977, UT1-UTC= 0.0451103, Accumulated Leap Seconds=16 + { 2443379.50, 48.141016 }, //24 August 1977, UT1-UTC= 0.0429836, Accumulated Leap Seconds=16 + { 2443380.50, 48.143175 }, //25 August 1977, UT1-UTC= 0.0408246, Accumulated Leap Seconds=16 + { 2443381.50, 48.145421 }, //26 August 1977, UT1-UTC= 0.0385791, Accumulated Leap Seconds=16 + { 2443382.50, 48.147790 }, //27 August 1977, UT1-UTC= 0.0362104, Accumulated Leap Seconds=16 + { 2443383.50, 48.150288 }, //28 August 1977, UT1-UTC= 0.0337119, Accumulated Leap Seconds=16 + { 2443384.50, 48.152891 }, //29 August 1977, UT1-UTC= 0.0311093, Accumulated Leap Seconds=16 + { 2443385.50, 48.155549 }, //30 August 1977, UT1-UTC= 0.0284512, Accumulated Leap Seconds=16 + { 2443386.50, 48.158208 }, //31 August 1977, UT1-UTC= 0.0257924, Accumulated Leap Seconds=16 + { 2443387.50, 48.160820 }, //01 September 1977, UT1-UTC= 0.0231795, Accumulated Leap Seconds=16 + { 2443388.50, 48.163360 }, //02 September 1977, UT1-UTC= 0.0206401, Accumulated Leap Seconds=16 + { 2443389.50, 48.165817 }, //03 September 1977, UT1-UTC= 0.0181826, Accumulated Leap Seconds=16 + { 2443390.50, 48.168201 }, //04 September 1977, UT1-UTC= 0.0157992, Accumulated Leap Seconds=16 + { 2443391.50, 48.170530 }, //05 September 1977, UT1-UTC= 0.0134699, Accumulated Leap Seconds=16 + { 2443392.50, 48.172835 }, //06 September 1977, UT1-UTC= 0.0111649, Accumulated Leap Seconds=16 + { 2443393.50, 48.175153 }, //07 September 1977, UT1-UTC= 0.0088469, Accumulated Leap Seconds=16 + { 2443394.50, 48.177525 }, //08 September 1977, UT1-UTC= 0.0064745, Accumulated Leap Seconds=16 + { 2443395.50, 48.179992 }, //09 September 1977, UT1-UTC= 0.0040079, Accumulated Leap Seconds=16 + { 2443396.50, 48.182587 }, //10 September 1977, UT1-UTC= 0.0014130, Accumulated Leap Seconds=16 + { 2443397.50, 48.185334 }, //11 September 1977, UT1-UTC=-0.0013344, Accumulated Leap Seconds=16 + { 2443398.50, 48.188244 }, //12 September 1977, UT1-UTC=-0.0042437, Accumulated Leap Seconds=16 + { 2443399.50, 48.191302 }, //13 September 1977, UT1-UTC=-0.0073023, Accumulated Leap Seconds=16 + { 2443400.50, 48.194472 }, //14 September 1977, UT1-UTC=-0.0104725, Accumulated Leap Seconds=16 + { 2443401.50, 48.197695 }, //15 September 1977, UT1-UTC=-0.0136949, Accumulated Leap Seconds=16 + { 2443402.50, 48.200901 }, //16 September 1977, UT1-UTC=-0.0169013, Accumulated Leap Seconds=16 + { 2443403.50, 48.204034 }, //17 September 1977, UT1-UTC=-0.0200341, Accumulated Leap Seconds=16 + { 2443404.50, 48.207063 }, //18 September 1977, UT1-UTC=-0.0230626, Accumulated Leap Seconds=16 + { 2443405.50, 48.209991 }, //19 September 1977, UT1-UTC=-0.0259907, Accumulated Leap Seconds=16 + { 2443406.50, 48.212852 }, //20 September 1977, UT1-UTC=-0.0288518, Accumulated Leap Seconds=16 + { 2443407.50, 48.215697 }, //21 September 1977, UT1-UTC=-0.0316966, Accumulated Leap Seconds=16 + { 2443408.50, 48.218578 }, //22 September 1977, UT1-UTC=-0.0345779, Accumulated Leap Seconds=16 + { 2443409.50, 48.221536 }, //23 September 1977, UT1-UTC=-0.0375362, Accumulated Leap Seconds=16 + { 2443410.50, 48.224588 }, //24 September 1977, UT1-UTC=-0.0405881, Accumulated Leap Seconds=16 + { 2443411.50, 48.227723 }, //25 September 1977, UT1-UTC=-0.0437228, Accumulated Leap Seconds=16 + { 2443412.50, 48.230905 }, //26 September 1977, UT1-UTC=-0.0469046, Accumulated Leap Seconds=16 + { 2443413.50, 48.234084 }, //27 September 1977, UT1-UTC=-0.0500839, Accumulated Leap Seconds=16 + { 2443414.50, 48.237211 }, //28 September 1977, UT1-UTC=-0.0532112, Accumulated Leap Seconds=16 + { 2443415.50, 48.240249 }, //29 September 1977, UT1-UTC=-0.0562493, Accumulated Leap Seconds=16 + { 2443416.50, 48.243180 }, //30 September 1977, UT1-UTC=-0.0591797, Accumulated Leap Seconds=16 + { 2443417.50, 48.246003 }, //01 October 1977, UT1-UTC=-0.0620028, Accumulated Leap Seconds=16 + { 2443418.50, 48.248734 }, //02 October 1977, UT1-UTC=-0.0647341, Accumulated Leap Seconds=16 + { 2443419.50, 48.251402 }, //03 October 1977, UT1-UTC=-0.0674021, Accumulated Leap Seconds=16 + { 2443420.50, 48.254045 }, //04 October 1977, UT1-UTC=-0.0700452, Accumulated Leap Seconds=16 + { 2443421.50, 48.256706 }, //05 October 1977, UT1-UTC=-0.0727063, Accumulated Leap Seconds=16 + { 2443422.50, 48.259430 }, //06 October 1977, UT1-UTC=-0.0754298, Accumulated Leap Seconds=16 + { 2443423.50, 48.262256 }, //07 October 1977, UT1-UTC=-0.0782563, Accumulated Leap Seconds=16 + { 2443424.50, 48.265219 }, //08 October 1977, UT1-UTC=-0.0812191, Accumulated Leap Seconds=16 + { 2443425.50, 48.268341 }, //09 October 1977, UT1-UTC=-0.0843411, Accumulated Leap Seconds=16 + { 2443426.50, 48.271629 }, //10 October 1977, UT1-UTC=-0.0876288, Accumulated Leap Seconds=16 + { 2443427.50, 48.275063 }, //11 October 1977, UT1-UTC=-0.0910627, Accumulated Leap Seconds=16 + { 2443428.50, 48.278596 }, //12 October 1977, UT1-UTC=-0.0945959, Accumulated Leap Seconds=16 + { 2443429.50, 48.282162 }, //13 October 1977, UT1-UTC=-0.0981618, Accumulated Leap Seconds=16 + { 2443430.50, 48.285690 }, //14 October 1977, UT1-UTC=-0.1016902, Accumulated Leap Seconds=16 + { 2443431.50, 48.289129 }, //15 October 1977, UT1-UTC=-0.1051289, Accumulated Leap Seconds=16 + { 2443432.50, 48.292460 }, //16 October 1977, UT1-UTC=-0.1084605, Accumulated Leap Seconds=16 + { 2443433.50, 48.295705 }, //17 October 1977, UT1-UTC=-0.1117055, Accumulated Leap Seconds=16 + { 2443434.50, 48.298910 }, //18 October 1977, UT1-UTC=-0.1149104, Accumulated Leap Seconds=16 + { 2443435.50, 48.302128 }, //19 October 1977, UT1-UTC=-0.1181282, Accumulated Leap Seconds=16 + { 2443436.50, 48.305401 }, //20 October 1977, UT1-UTC=-0.1214013, Accumulated Leap Seconds=16 + { 2443437.50, 48.308749 }, //21 October 1977, UT1-UTC=-0.1247493, Accumulated Leap Seconds=16 + { 2443438.50, 48.312167 }, //22 October 1977, UT1-UTC=-0.1281672, Accumulated Leap Seconds=16 + { 2443439.50, 48.315629 }, //23 October 1977, UT1-UTC=-0.1316292, Accumulated Leap Seconds=16 + { 2443440.50, 48.319096 }, //24 October 1977, UT1-UTC=-0.1350957, Accumulated Leap Seconds=16 + { 2443441.50, 48.322522 }, //25 October 1977, UT1-UTC=-0.1385223, Accumulated Leap Seconds=16 + { 2443442.50, 48.325869 }, //26 October 1977, UT1-UTC=-0.1418689, Accumulated Leap Seconds=16 + { 2443443.50, 48.329108 }, //27 October 1977, UT1-UTC=-0.1451081, Accumulated Leap Seconds=16 + { 2443444.50, 48.332230 }, //28 October 1977, UT1-UTC=-0.1482296, Accumulated Leap Seconds=16 + { 2443445.50, 48.335240 }, //29 October 1977, UT1-UTC=-0.1512403, Accumulated Leap Seconds=16 + { 2443446.50, 48.338160 }, //30 October 1977, UT1-UTC=-0.1541601, Accumulated Leap Seconds=16 + { 2443447.50, 48.341019 }, //31 October 1977, UT1-UTC=-0.1570190, Accumulated Leap Seconds=16 + { 2443448.50, 48.343853 }, //01 November 1977, UT1-UTC=-0.1598529, Accumulated Leap Seconds=16 + { 2443449.50, 48.346701 }, //02 November 1977, UT1-UTC=-0.1627007, Accumulated Leap Seconds=16 + { 2443450.50, 48.349600 }, //03 November 1977, UT1-UTC=-0.1656005, Accumulated Leap Seconds=16 + { 2443451.50, 48.352585 }, //04 November 1977, UT1-UTC=-0.1685848, Accumulated Leap Seconds=16 + { 2443452.50, 48.355677 }, //05 November 1977, UT1-UTC=-0.1716771, Accumulated Leap Seconds=16 + { 2443453.50, 48.358889 }, //06 November 1977, UT1-UTC=-0.1748889, Accumulated Leap Seconds=16 + { 2443454.50, 48.362216 }, //07 November 1977, UT1-UTC=-0.1782163, Accumulated Leap Seconds=16 + { 2443455.50, 48.365635 }, //08 November 1977, UT1-UTC=-0.1816348, Accumulated Leap Seconds=16 + { 2443456.50, 48.369098 }, //09 November 1977, UT1-UTC=-0.1850976, Accumulated Leap Seconds=16 + { 2443457.50, 48.372543 }, //10 November 1977, UT1-UTC=-0.1885430, Accumulated Leap Seconds=16 + { 2443458.50, 48.375912 }, //11 November 1977, UT1-UTC=-0.1919116, Accumulated Leap Seconds=16 + { 2443459.50, 48.379168 }, //12 November 1977, UT1-UTC=-0.1951680, Accumulated Leap Seconds=16 + { 2443460.50, 48.382314 }, //13 November 1977, UT1-UTC=-0.1983145, Accumulated Leap Seconds=16 + { 2443461.50, 48.385389 }, //14 November 1977, UT1-UTC=-0.2013892, Accumulated Leap Seconds=16 + { 2443462.50, 48.388448 }, //15 November 1977, UT1-UTC=-0.2044481, Accumulated Leap Seconds=16 + { 2443463.50, 48.391541 }, //16 November 1977, UT1-UTC=-0.2075413, Accumulated Leap Seconds=16 + { 2443464.50, 48.394695 }, //17 November 1977, UT1-UTC=-0.2106952, Accumulated Leap Seconds=16 + { 2443465.50, 48.397907 }, //18 November 1977, UT1-UTC=-0.2139069, Accumulated Leap Seconds=16 + { 2443466.50, 48.401151 }, //19 November 1977, UT1-UTC=-0.2171508, Accumulated Leap Seconds=16 + { 2443467.50, 48.404390 }, //20 November 1977, UT1-UTC=-0.2203904, Accumulated Leap Seconds=16 + { 2443468.50, 48.407587 }, //21 November 1977, UT1-UTC=-0.2235871, Accumulated Leap Seconds=16 + { 2443469.50, 48.410708 }, //22 November 1977, UT1-UTC=-0.2267076, Accumulated Leap Seconds=16 + { 2443470.50, 48.413728 }, //23 November 1977, UT1-UTC=-0.2297285, Accumulated Leap Seconds=16 + { 2443471.50, 48.416639 }, //24 November 1977, UT1-UTC=-0.2326390, Accumulated Leap Seconds=16 + { 2443472.50, 48.419443 }, //25 November 1977, UT1-UTC=-0.2354430, Accumulated Leap Seconds=16 + { 2443473.50, 48.422158 }, //26 November 1977, UT1-UTC=-0.2381579, Accumulated Leap Seconds=16 + { 2443474.50, 48.424811 }, //27 November 1977, UT1-UTC=-0.2408114, Accumulated Leap Seconds=16 + { 2443475.50, 48.427438 }, //28 November 1977, UT1-UTC=-0.2434384, Accumulated Leap Seconds=16 + { 2443476.50, 48.430078 }, //29 November 1977, UT1-UTC=-0.2460776, Accumulated Leap Seconds=16 + { 2443477.50, 48.432767 }, //30 November 1977, UT1-UTC=-0.2487671, Accumulated Leap Seconds=16 + { 2443478.50, 48.435540 }, //01 December 1977, UT1-UTC=-0.2515405, Accumulated Leap Seconds=16 + { 2443479.50, 48.438424 }, //02 December 1977, UT1-UTC=-0.2544239, Accumulated Leap Seconds=16 + { 2443480.50, 48.441433 }, //03 December 1977, UT1-UTC=-0.2574326, Accumulated Leap Seconds=16 + { 2443481.50, 48.444569 }, //04 December 1977, UT1-UTC=-0.2605691, Accumulated Leap Seconds=16 + { 2443482.50, 48.447821 }, //05 December 1977, UT1-UTC=-0.2638210, Accumulated Leap Seconds=16 + { 2443483.50, 48.451159 }, //06 December 1977, UT1-UTC=-0.2671588, Accumulated Leap Seconds=16 + { 2443484.50, 48.454537 }, //07 December 1977, UT1-UTC=-0.2705366, Accumulated Leap Seconds=16 + { 2443485.50, 48.457901 }, //08 December 1977, UT1-UTC=-0.2739012, Accumulated Leap Seconds=16 + { 2443486.50, 48.461209 }, //09 December 1977, UT1-UTC=-0.2772087, Accumulated Leap Seconds=16 + { 2443487.50, 48.464444 }, //10 December 1977, UT1-UTC=-0.2804441, Accumulated Leap Seconds=16 + { 2443488.50, 48.467629 }, //11 December 1977, UT1-UTC=-0.2836291, Accumulated Leap Seconds=16 + { 2443489.50, 48.470813 }, //12 December 1977, UT1-UTC=-0.2868129, Accumulated Leap Seconds=16 + { 2443490.50, 48.474048 }, //13 December 1977, UT1-UTC=-0.2900484, Accumulated Leap Seconds=16 + { 2443491.50, 48.477370 }, //14 December 1977, UT1-UTC=-0.2933703, Accumulated Leap Seconds=16 + { 2443492.50, 48.480781 }, //15 December 1977, UT1-UTC=-0.2967807, Accumulated Leap Seconds=16 + { 2443493.50, 48.484251 }, //16 December 1977, UT1-UTC=-0.3002507, Accumulated Leap Seconds=16 + { 2443494.50, 48.487734 }, //17 December 1977, UT1-UTC=-0.3037341, Accumulated Leap Seconds=16 + { 2443495.50, 48.491183 }, //18 December 1977, UT1-UTC=-0.3071833, Accumulated Leap Seconds=16 + { 2443496.50, 48.494560 }, //19 December 1977, UT1-UTC=-0.3105604, Accumulated Leap Seconds=16 + { 2443497.50, 48.497841 }, //20 December 1977, UT1-UTC=-0.3138409, Accumulated Leap Seconds=16 + { 2443498.50, 48.501014 }, //21 December 1977, UT1-UTC=-0.3170136, Accumulated Leap Seconds=16 + { 2443499.50, 48.504080 }, //22 December 1977, UT1-UTC=-0.3200801, Accumulated Leap Seconds=16 + { 2443500.50, 48.507054 }, //23 December 1977, UT1-UTC=-0.3230544, Accumulated Leap Seconds=16 + { 2443501.50, 48.509961 }, //24 December 1977, UT1-UTC=-0.3259612, Accumulated Leap Seconds=16 + { 2443502.50, 48.512832 }, //25 December 1977, UT1-UTC=-0.3288325, Accumulated Leap Seconds=16 + { 2443503.50, 48.515704 }, //26 December 1977, UT1-UTC=-0.3317040, Accumulated Leap Seconds=16 + { 2443504.50, 48.518610 }, //27 December 1977, UT1-UTC=-0.3346102, Accumulated Leap Seconds=16 + { 2443505.50, 48.521582 }, //28 December 1977, UT1-UTC=-0.3375816, Accumulated Leap Seconds=16 + { 2443506.50, 48.524641 }, //29 December 1977, UT1-UTC=-0.3406413, Accumulated Leap Seconds=16 + { 2443507.50, 48.527802 }, //30 December 1977, UT1-UTC=-0.3438023, Accumulated Leap Seconds=16 + { 2443508.50, 48.531065 }, //31 December 1977, UT1-UTC=-0.3470650, Accumulated Leap Seconds=16 + { 2443509.50, 48.534416 }, //01 January 1978, UT1-UTC= 0.6495837, Accumulated Leap Seconds=17 + { 2443510.50, 48.537830 }, //02 January 1978, UT1-UTC= 0.6461695, Accumulated Leap Seconds=17 + { 2443511.50, 48.541271 }, //03 January 1978, UT1-UTC= 0.6427289, Accumulated Leap Seconds=17 + { 2443512.50, 48.544695 }, //04 January 1978, UT1-UTC= 0.6393046, Accumulated Leap Seconds=17 + { 2443513.50, 48.548064 }, //05 January 1978, UT1-UTC= 0.6359360, Accumulated Leap Seconds=17 + { 2443514.50, 48.551353 }, //06 January 1978, UT1-UTC= 0.6326465, Accumulated Leap Seconds=17 + { 2443515.50, 48.554568 }, //07 January 1978, UT1-UTC= 0.6294315, Accumulated Leap Seconds=17 + { 2443516.50, 48.557744 }, //08 January 1978, UT1-UTC= 0.6262563, Accumulated Leap Seconds=17 + { 2443517.50, 48.560932 }, //09 January 1978, UT1-UTC= 0.6230682, Accumulated Leap Seconds=17 + { 2443518.50, 48.564180 }, //10 January 1978, UT1-UTC= 0.6198196, Accumulated Leap Seconds=17 + { 2443519.50, 48.567511 }, //11 January 1978, UT1-UTC= 0.6164887, Accumulated Leap Seconds=17 + { 2443520.50, 48.570909 }, //12 January 1978, UT1-UTC= 0.6130910, Accumulated Leap Seconds=17 + { 2443521.50, 48.574328 }, //13 January 1978, UT1-UTC= 0.6096721, Accumulated Leap Seconds=17 + { 2443522.50, 48.577710 }, //14 January 1978, UT1-UTC= 0.6062895, Accumulated Leap Seconds=17 + { 2443523.50, 48.581007 }, //15 January 1978, UT1-UTC= 0.6029926, Accumulated Leap Seconds=17 + { 2443524.50, 48.584187 }, //16 January 1978, UT1-UTC= 0.5998129, Accumulated Leap Seconds=17 + { 2443525.50, 48.587238 }, //17 January 1978, UT1-UTC= 0.5967623, Accumulated Leap Seconds=17 + { 2443526.50, 48.590164 }, //18 January 1978, UT1-UTC= 0.5938363, Accumulated Leap Seconds=17 + { 2443527.50, 48.592982 }, //19 January 1978, UT1-UTC= 0.5910181, Accumulated Leap Seconds=17 + { 2443528.50, 48.595720 }, //20 January 1978, UT1-UTC= 0.5882799, Accumulated Leap Seconds=17 + { 2443529.50, 48.598414 }, //21 January 1978, UT1-UTC= 0.5855859, Accumulated Leap Seconds=17 + { 2443530.50, 48.601104 }, //22 January 1978, UT1-UTC= 0.5828958, Accumulated Leap Seconds=17 + { 2443531.50, 48.603830 }, //23 January 1978, UT1-UTC= 0.5801696, Accumulated Leap Seconds=17 + { 2443532.50, 48.606628 }, //24 January 1978, UT1-UTC= 0.5773717, Accumulated Leap Seconds=17 + { 2443533.50, 48.609526 }, //25 January 1978, UT1-UTC= 0.5744735, Accumulated Leap Seconds=17 + { 2443534.50, 48.612543 }, //26 January 1978, UT1-UTC= 0.5714572, Accumulated Leap Seconds=17 + { 2443535.50, 48.615682 }, //27 January 1978, UT1-UTC= 0.5683182, Accumulated Leap Seconds=17 + { 2443536.50, 48.618933 }, //28 January 1978, UT1-UTC= 0.5650671, Accumulated Leap Seconds=17 + { 2443537.50, 48.622271 }, //29 January 1978, UT1-UTC= 0.5617291, Accumulated Leap Seconds=17 + { 2443538.50, 48.625661 }, //30 January 1978, UT1-UTC= 0.5583390, Accumulated Leap Seconds=17 + { 2443539.50, 48.629065 }, //31 January 1978, UT1-UTC= 0.5549349, Accumulated Leap Seconds=17 + { 2443540.50, 48.632451 }, //01 February 1978, UT1-UTC= 0.5515494, Accumulated Leap Seconds=17 + { 2443541.50, 48.635797 }, //02 February 1978, UT1-UTC= 0.5482029, Accumulated Leap Seconds=17 + { 2443542.50, 48.639105 }, //03 February 1978, UT1-UTC= 0.5448952, Accumulated Leap Seconds=17 + { 2443543.50, 48.642399 }, //04 February 1978, UT1-UTC= 0.5416005, Accumulated Leap Seconds=17 + { 2443544.50, 48.645728 }, //05 February 1978, UT1-UTC= 0.5382717, Accumulated Leap Seconds=17 + { 2443545.50, 48.649144 }, //06 February 1978, UT1-UTC= 0.5348558, Accumulated Leap Seconds=17 + { 2443546.50, 48.652684 }, //07 February 1978, UT1-UTC= 0.5313156, Accumulated Leap Seconds=17 + { 2443547.50, 48.656352 }, //08 February 1978, UT1-UTC= 0.5276480, Accumulated Leap Seconds=17 + { 2443548.50, 48.660112 }, //09 February 1978, UT1-UTC= 0.5238881, Accumulated Leap Seconds=17 + { 2443549.50, 48.663902 }, //10 February 1978, UT1-UTC= 0.5200979, Accumulated Leap Seconds=17 + { 2443550.50, 48.667655 }, //11 February 1978, UT1-UTC= 0.5163453, Accumulated Leap Seconds=17 + { 2443551.50, 48.671316 }, //12 February 1978, UT1-UTC= 0.5126843, Accumulated Leap Seconds=17 + { 2443552.50, 48.674855 }, //13 February 1978, UT1-UTC= 0.5091454, Accumulated Leap Seconds=17 + { 2443553.50, 48.678265 }, //14 February 1978, UT1-UTC= 0.5057354, Accumulated Leap Seconds=17 + { 2443554.50, 48.681557 }, //15 February 1978, UT1-UTC= 0.5024432, Accumulated Leap Seconds=17 + { 2443555.50, 48.684754 }, //16 February 1978, UT1-UTC= 0.4992455, Accumulated Leap Seconds=17 + { 2443556.50, 48.687891 }, //17 February 1978, UT1-UTC= 0.4961093, Accumulated Leap Seconds=17 + { 2443557.50, 48.691005 }, //18 February 1978, UT1-UTC= 0.4929954, Accumulated Leap Seconds=17 + { 2443558.50, 48.694137 }, //19 February 1978, UT1-UTC= 0.4898629, Accumulated Leap Seconds=17 + { 2443559.50, 48.697327 }, //20 February 1978, UT1-UTC= 0.4866734, Accumulated Leap Seconds=17 + { 2443560.50, 48.700604 }, //21 February 1978, UT1-UTC= 0.4833960, Accumulated Leap Seconds=17 + { 2443561.50, 48.703990 }, //22 February 1978, UT1-UTC= 0.4800104, Accumulated Leap Seconds=17 + { 2443562.50, 48.707489 }, //23 February 1978, UT1-UTC= 0.4765106, Accumulated Leap Seconds=17 + { 2443563.50, 48.711093 }, //24 February 1978, UT1-UTC= 0.4729070, Accumulated Leap Seconds=17 + { 2443564.50, 48.714772 }, //25 February 1978, UT1-UTC= 0.4692277, Accumulated Leap Seconds=17 + { 2443565.50, 48.718484 }, //26 February 1978, UT1-UTC= 0.4655161, Accumulated Leap Seconds=17 + { 2443566.50, 48.722179 }, //27 February 1978, UT1-UTC= 0.4618208, Accumulated Leap Seconds=17 + { 2443567.50, 48.725817 }, //28 February 1978, UT1-UTC= 0.4581833, Accumulated Leap Seconds=17 + { 2443568.50, 48.729372 }, //01 March 1978, UT1-UTC= 0.4546282, Accumulated Leap Seconds=17 + { 2443569.50, 48.732844 }, //02 March 1978, UT1-UTC= 0.4511561, Accumulated Leap Seconds=17 + { 2443570.50, 48.736258 }, //03 March 1978, UT1-UTC= 0.4477425, Accumulated Leap Seconds=17 + { 2443571.50, 48.739658 }, //04 March 1978, UT1-UTC= 0.4443420, Accumulated Leap Seconds=17 + { 2443572.50, 48.743101 }, //05 March 1978, UT1-UTC= 0.4408993, Accumulated Leap Seconds=17 + { 2443573.50, 48.746634 }, //06 March 1978, UT1-UTC= 0.4373656, Accumulated Leap Seconds=17 + { 2443574.50, 48.750285 }, //07 March 1978, UT1-UTC= 0.4337146, Accumulated Leap Seconds=17 + { 2443575.50, 48.754044 }, //08 March 1978, UT1-UTC= 0.4299562, Accumulated Leap Seconds=17 + { 2443576.50, 48.757865 }, //09 March 1978, UT1-UTC= 0.4261347, Accumulated Leap Seconds=17 + { 2443577.50, 48.761684 }, //10 March 1978, UT1-UTC= 0.4223156, Accumulated Leap Seconds=17 + { 2443578.50, 48.765436 }, //11 March 1978, UT1-UTC= 0.4185641, Accumulated Leap Seconds=17 + { 2443579.50, 48.769072 }, //12 March 1978, UT1-UTC= 0.4149282, Accumulated Leap Seconds=17 + { 2443580.50, 48.772569 }, //13 March 1978, UT1-UTC= 0.4114311, Accumulated Leap Seconds=17 + { 2443581.50, 48.775927 }, //14 March 1978, UT1-UTC= 0.4080726, Accumulated Leap Seconds=17 + { 2443582.50, 48.779164 }, //15 March 1978, UT1-UTC= 0.4048358, Accumulated Leap Seconds=17 + { 2443583.50, 48.782308 }, //16 March 1978, UT1-UTC= 0.4016919, Accumulated Leap Seconds=17 + { 2443584.50, 48.785395 }, //17 March 1978, UT1-UTC= 0.3986047, Accumulated Leap Seconds=17 + { 2443585.50, 48.788467 }, //18 March 1978, UT1-UTC= 0.3955330, Accumulated Leap Seconds=17 + { 2443586.50, 48.791567 }, //19 March 1978, UT1-UTC= 0.3924333, Accumulated Leap Seconds=17 + { 2443587.50, 48.794733 }, //20 March 1978, UT1-UTC= 0.3892666, Accumulated Leap Seconds=17 + { 2443588.50, 48.797997 }, //21 March 1978, UT1-UTC= 0.3860030, Accumulated Leap Seconds=17 + { 2443589.50, 48.801375 }, //22 March 1978, UT1-UTC= 0.3826246, Accumulated Leap Seconds=17 + { 2443590.50, 48.804872 }, //23 March 1978, UT1-UTC= 0.3791281, Accumulated Leap Seconds=17 + { 2443591.50, 48.808471 }, //24 March 1978, UT1-UTC= 0.3755294, Accumulated Leap Seconds=17 + { 2443592.50, 48.812135 }, //25 March 1978, UT1-UTC= 0.3718651, Accumulated Leap Seconds=17 + { 2443593.50, 48.815813 }, //26 March 1978, UT1-UTC= 0.3681869, Accumulated Leap Seconds=17 + { 2443594.50, 48.819451 }, //27 March 1978, UT1-UTC= 0.3645485, Accumulated Leap Seconds=17 + { 2443595.50, 48.823009 }, //28 March 1978, UT1-UTC= 0.3609908, Accumulated Leap Seconds=17 + { 2443596.50, 48.826472 }, //29 March 1978, UT1-UTC= 0.3575284, Accumulated Leap Seconds=17 + { 2443597.50, 48.829853 }, //30 March 1978, UT1-UTC= 0.3541465, Accumulated Leap Seconds=17 + { 2443598.50, 48.833193 }, //31 March 1978, UT1-UTC= 0.3508067, Accumulated Leap Seconds=17 + { 2443599.50, 48.836541 }, //01 April 1978, UT1-UTC= 0.3474586, Accumulated Leap Seconds=17 + { 2443600.50, 48.839946 }, //02 April 1978, UT1-UTC= 0.3440540, Accumulated Leap Seconds=17 + { 2443601.50, 48.843440 }, //03 April 1978, UT1-UTC= 0.3405596, Accumulated Leap Seconds=17 + { 2443602.50, 48.847031 }, //04 April 1978, UT1-UTC= 0.3369688, Accumulated Leap Seconds=17 + { 2443603.50, 48.850695 }, //05 April 1978, UT1-UTC= 0.3333051, Accumulated Leap Seconds=17 + { 2443604.50, 48.854382 }, //06 April 1978, UT1-UTC= 0.3296181, Accumulated Leap Seconds=17 + { 2443605.50, 48.858031 }, //07 April 1978, UT1-UTC= 0.3259694, Accumulated Leap Seconds=17 + { 2443606.50, 48.861585 }, //08 April 1978, UT1-UTC= 0.3224153, Accumulated Leap Seconds=17 + { 2443607.50, 48.865008 }, //09 April 1978, UT1-UTC= 0.3189922, Accumulated Leap Seconds=17 + { 2443608.50, 48.868288 }, //10 April 1978, UT1-UTC= 0.3157120, Accumulated Leap Seconds=17 + { 2443609.50, 48.871434 }, //11 April 1978, UT1-UTC= 0.3125655, Accumulated Leap Seconds=17 + { 2443610.50, 48.874472 }, //12 April 1978, UT1-UTC= 0.3095284, Accumulated Leap Seconds=17 + { 2443611.50, 48.877433 }, //13 April 1978, UT1-UTC= 0.3065667, Accumulated Leap Seconds=17 + { 2443612.50, 48.880360 }, //14 April 1978, UT1-UTC= 0.3036402, Accumulated Leap Seconds=17 + { 2443613.50, 48.883295 }, //15 April 1978, UT1-UTC= 0.3007051, Accumulated Leap Seconds=17 + { 2443614.50, 48.886280 }, //16 April 1978, UT1-UTC= 0.2977200, Accumulated Leap Seconds=17 + { 2443615.50, 48.889348 }, //17 April 1978, UT1-UTC= 0.2946518, Accumulated Leap Seconds=17 + { 2443616.50, 48.892520 }, //18 April 1978, UT1-UTC= 0.2914803, Accumulated Leap Seconds=17 + { 2443617.50, 48.895802 }, //19 April 1978, UT1-UTC= 0.2881979, Accumulated Leap Seconds=17 + { 2443618.50, 48.899188 }, //20 April 1978, UT1-UTC= 0.2848121, Accumulated Leap Seconds=17 + { 2443619.50, 48.902652 }, //21 April 1978, UT1-UTC= 0.2813478, Accumulated Leap Seconds=17 + { 2443620.50, 48.906151 }, //22 April 1978, UT1-UTC= 0.2778487, Accumulated Leap Seconds=17 + { 2443621.50, 48.909630 }, //23 April 1978, UT1-UTC= 0.2743702, Accumulated Leap Seconds=17 + { 2443622.50, 48.913034 }, //24 April 1978, UT1-UTC= 0.2709660, Accumulated Leap Seconds=17 + { 2443623.50, 48.916332 }, //25 April 1978, UT1-UTC= 0.2676683, Accumulated Leap Seconds=17 + { 2443624.50, 48.919523 }, //26 April 1978, UT1-UTC= 0.2644766, Accumulated Leap Seconds=17 + { 2443625.50, 48.922642 }, //27 April 1978, UT1-UTC= 0.2613583, Accumulated Leap Seconds=17 + { 2443626.50, 48.925738 }, //28 April 1978, UT1-UTC= 0.2582621, Accumulated Leap Seconds=17 + { 2443627.50, 48.928864 }, //29 April 1978, UT1-UTC= 0.2551362, Accumulated Leap Seconds=17 + { 2443628.50, 48.932055 }, //30 April 1978, UT1-UTC= 0.2519451, Accumulated Leap Seconds=17 + { 2443629.50, 48.935323 }, //01 May 1978, UT1-UTC= 0.2486768, Accumulated Leap Seconds=17 + { 2443630.50, 48.938655 }, //02 May 1978, UT1-UTC= 0.2453449, Accumulated Leap Seconds=17 + { 2443631.50, 48.942016 }, //03 May 1978, UT1-UTC= 0.2419836, Accumulated Leap Seconds=17 + { 2443632.50, 48.945361 }, //04 May 1978, UT1-UTC= 0.2386393, Accumulated Leap Seconds=17 + { 2443633.50, 48.948641 }, //05 May 1978, UT1-UTC= 0.2353591, Accumulated Leap Seconds=17 + { 2443634.50, 48.951820 }, //06 May 1978, UT1-UTC= 0.2321799, Accumulated Leap Seconds=17 + { 2443635.50, 48.954880 }, //07 May 1978, UT1-UTC= 0.2291195, Accumulated Leap Seconds=17 + { 2443636.50, 48.957824 }, //08 May 1978, UT1-UTC= 0.2261756, Accumulated Leap Seconds=17 + { 2443637.50, 48.960672 }, //09 May 1978, UT1-UTC= 0.2233282, Accumulated Leap Seconds=17 + { 2443638.50, 48.963454 }, //10 May 1978, UT1-UTC= 0.2205458, Accumulated Leap Seconds=17 + { 2443639.50, 48.966207 }, //11 May 1978, UT1-UTC= 0.2177930, Accumulated Leap Seconds=17 + { 2443640.50, 48.968968 }, //12 May 1978, UT1-UTC= 0.2150318, Accumulated Leap Seconds=17 + { 2443641.50, 48.971775 }, //13 May 1978, UT1-UTC= 0.2122252, Accumulated Leap Seconds=17 + { 2443642.50, 48.974659 }, //14 May 1978, UT1-UTC= 0.2093413, Accumulated Leap Seconds=17 + { 2443643.50, 48.977642 }, //15 May 1978, UT1-UTC= 0.2063578, Accumulated Leap Seconds=17 + { 2443644.50, 48.980736 }, //16 May 1978, UT1-UTC= 0.2032638, Accumulated Leap Seconds=17 + { 2443645.50, 48.983939 }, //17 May 1978, UT1-UTC= 0.2000605, Accumulated Leap Seconds=17 + { 2443646.50, 48.987238 }, //18 May 1978, UT1-UTC= 0.1967624, Accumulated Leap Seconds=17 + { 2443647.50, 48.990601 }, //19 May 1978, UT1-UTC= 0.1933993, Accumulated Leap Seconds=17 + { 2443648.50, 48.993984 }, //20 May 1978, UT1-UTC= 0.1900161, Accumulated Leap Seconds=17 + { 2443649.50, 48.997335 }, //21 May 1978, UT1-UTC= 0.1866651, Accumulated Leap Seconds=17 + { 2443650.50, 49.000609 }, //22 May 1978, UT1-UTC= 0.1833913, Accumulated Leap Seconds=17 + { 2443651.50, 49.003785 }, //23 May 1978, UT1-UTC= 0.1802152, Accumulated Leap Seconds=17 + { 2443652.50, 49.006877 }, //24 May 1978, UT1-UTC= 0.1771234, Accumulated Leap Seconds=17 + { 2443653.50, 49.009926 }, //25 May 1978, UT1-UTC= 0.1740744, Accumulated Leap Seconds=17 + { 2443654.50, 49.012983 }, //26 May 1978, UT1-UTC= 0.1710172, Accumulated Leap Seconds=17 + { 2443655.50, 49.016087 }, //27 May 1978, UT1-UTC= 0.1679135, Accumulated Leap Seconds=17 + { 2443656.50, 49.019247 }, //28 May 1978, UT1-UTC= 0.1647525, Accumulated Leap Seconds=17 + { 2443657.50, 49.022448 }, //29 May 1978, UT1-UTC= 0.1615517, Accumulated Leap Seconds=17 + { 2443658.50, 49.025651 }, //30 May 1978, UT1-UTC= 0.1583492, Accumulated Leap Seconds=17 + { 2443659.50, 49.028809 }, //31 May 1978, UT1-UTC= 0.1551910, Accumulated Leap Seconds=17 + { 2443660.50, 49.031878 }, //01 June 1978, UT1-UTC= 0.1521219, Accumulated Leap Seconds=17 + { 2443661.50, 49.034820 }, //02 June 1978, UT1-UTC= 0.1491796, Accumulated Leap Seconds=17 + { 2443662.50, 49.037612 }, //03 June 1978, UT1-UTC= 0.1463881, Accumulated Leap Seconds=17 + { 2443663.50, 49.040245 }, //04 June 1978, UT1-UTC= 0.1437546, Accumulated Leap Seconds=17 + { 2443664.50, 49.042730 }, //05 June 1978, UT1-UTC= 0.1412696, Accumulated Leap Seconds=17 + { 2443665.50, 49.045089 }, //06 June 1978, UT1-UTC= 0.1389108, Accumulated Leap Seconds=17 + { 2443666.50, 49.047352 }, //07 June 1978, UT1-UTC= 0.1366481, Accumulated Leap Seconds=17 + { 2443667.50, 49.049553 }, //08 June 1978, UT1-UTC= 0.1344472, Accumulated Leap Seconds=17 + { 2443668.50, 49.051730 }, //09 June 1978, UT1-UTC= 0.1322703, Accumulated Leap Seconds=17 + { 2443669.50, 49.053917 }, //10 June 1978, UT1-UTC= 0.1300826, Accumulated Leap Seconds=17 + { 2443670.50, 49.056143 }, //11 June 1978, UT1-UTC= 0.1278566, Accumulated Leap Seconds=17 + { 2443671.50, 49.058425 }, //12 June 1978, UT1-UTC= 0.1255754, Accumulated Leap Seconds=17 + { 2443672.50, 49.060766 }, //13 June 1978, UT1-UTC= 0.1232336, Accumulated Leap Seconds=17 + { 2443673.50, 49.063163 }, //14 June 1978, UT1-UTC= 0.1208370, Accumulated Leap Seconds=17 + { 2443674.50, 49.065597 }, //15 June 1978, UT1-UTC= 0.1184027, Accumulated Leap Seconds=17 + { 2443675.50, 49.068041 }, //16 June 1978, UT1-UTC= 0.1159589, Accumulated Leap Seconds=17 + { 2443676.50, 49.070457 }, //17 June 1978, UT1-UTC= 0.1135425, Accumulated Leap Seconds=17 + { 2443677.50, 49.072809 }, //18 June 1978, UT1-UTC= 0.1111914, Accumulated Leap Seconds=17 + { 2443678.50, 49.075070 }, //19 June 1978, UT1-UTC= 0.1089300, Accumulated Leap Seconds=17 + { 2443679.50, 49.077244 }, //20 June 1978, UT1-UTC= 0.1067559, Accumulated Leap Seconds=17 + { 2443680.50, 49.079365 }, //21 June 1978, UT1-UTC= 0.1046347, Accumulated Leap Seconds=17 + { 2443681.50, 49.081488 }, //22 June 1978, UT1-UTC= 0.1025116, Accumulated Leap Seconds=17 + { 2443682.50, 49.083666 }, //23 June 1978, UT1-UTC= 0.1003337, Accumulated Leap Seconds=17 + { 2443683.50, 49.085926 }, //24 June 1978, UT1-UTC= 0.0980735, Accumulated Leap Seconds=17 + { 2443684.50, 49.088260 }, //25 June 1978, UT1-UTC= 0.0957399, Accumulated Leap Seconds=17 + { 2443685.50, 49.090627 }, //26 June 1978, UT1-UTC= 0.0933732, Accumulated Leap Seconds=17 + { 2443686.50, 49.092971 }, //27 June 1978, UT1-UTC= 0.0910285, Accumulated Leap Seconds=17 + { 2443687.50, 49.095242 }, //28 June 1978, UT1-UTC= 0.0887581, Accumulated Leap Seconds=17 + { 2443688.50, 49.097400 }, //29 June 1978, UT1-UTC= 0.0865997, Accumulated Leap Seconds=17 + { 2443689.50, 49.099427 }, //30 June 1978, UT1-UTC= 0.0845729, Accumulated Leap Seconds=17 + { 2443690.50, 49.101320 }, //01 July 1978, UT1-UTC= 0.0826795, Accumulated Leap Seconds=17 + { 2443691.50, 49.103094 }, //02 July 1978, UT1-UTC= 0.0809063, Accumulated Leap Seconds=17 + { 2443692.50, 49.104772 }, //03 July 1978, UT1-UTC= 0.0792280, Accumulated Leap Seconds=17 + { 2443693.50, 49.106389 }, //04 July 1978, UT1-UTC= 0.0776105, Accumulated Leap Seconds=17 + { 2443694.50, 49.107984 }, //05 July 1978, UT1-UTC= 0.0760160, Accumulated Leap Seconds=17 + { 2443695.50, 49.109593 }, //06 July 1978, UT1-UTC= 0.0744070, Accumulated Leap Seconds=17 + { 2443696.50, 49.111250 }, //07 July 1978, UT1-UTC= 0.0727501, Accumulated Leap Seconds=17 + { 2443697.50, 49.112980 }, //08 July 1978, UT1-UTC= 0.0710202, Accumulated Leap Seconds=17 + { 2443698.50, 49.114798 }, //09 July 1978, UT1-UTC= 0.0692022, Accumulated Leap Seconds=17 + { 2443699.50, 49.116707 }, //10 July 1978, UT1-UTC= 0.0672930, Accumulated Leap Seconds=17 + { 2443700.50, 49.118698 }, //11 July 1978, UT1-UTC= 0.0653022, Accumulated Leap Seconds=17 + { 2443701.50, 49.120750 }, //12 July 1978, UT1-UTC= 0.0632501, Accumulated Leap Seconds=17 + { 2443702.50, 49.122834 }, //13 July 1978, UT1-UTC= 0.0611657, Accumulated Leap Seconds=17 + { 2443703.50, 49.124918 }, //14 July 1978, UT1-UTC= 0.0590820, Accumulated Leap Seconds=17 + { 2443704.50, 49.126967 }, //15 July 1978, UT1-UTC= 0.0570327, Accumulated Leap Seconds=17 + { 2443705.50, 49.128956 }, //16 July 1978, UT1-UTC= 0.0550440, Accumulated Leap Seconds=17 + { 2443706.50, 49.130876 }, //17 July 1978, UT1-UTC= 0.0531236, Accumulated Leap Seconds=17 + { 2443707.50, 49.132748 }, //18 July 1978, UT1-UTC= 0.0512523, Accumulated Leap Seconds=17 + { 2443708.50, 49.134615 }, //19 July 1978, UT1-UTC= 0.0493852, Accumulated Leap Seconds=17 + { 2443709.50, 49.136533 }, //20 July 1978, UT1-UTC= 0.0474668, Accumulated Leap Seconds=17 + { 2443710.50, 49.138545 }, //21 July 1978, UT1-UTC= 0.0454547, Accumulated Leap Seconds=17 + { 2443711.50, 49.140660 }, //22 July 1978, UT1-UTC= 0.0433395, Accumulated Leap Seconds=17 + { 2443712.50, 49.142847 }, //23 July 1978, UT1-UTC= 0.0411526, Accumulated Leap Seconds=17 + { 2443713.50, 49.145046 }, //24 July 1978, UT1-UTC= 0.0389542, Accumulated Leap Seconds=17 + { 2443714.50, 49.147189 }, //25 July 1978, UT1-UTC= 0.0368111, Accumulated Leap Seconds=17 + { 2443715.50, 49.149225 }, //26 July 1978, UT1-UTC= 0.0347747, Accumulated Leap Seconds=17 + { 2443716.50, 49.151128 }, //27 July 1978, UT1-UTC= 0.0328718, Accumulated Leap Seconds=17 + { 2443717.50, 49.152895 }, //28 July 1978, UT1-UTC= 0.0311050, Accumulated Leap Seconds=17 + { 2443718.50, 49.154542 }, //29 July 1978, UT1-UTC= 0.0294582, Accumulated Leap Seconds=17 + { 2443719.50, 49.156097 }, //30 July 1978, UT1-UTC= 0.0279029, Accumulated Leap Seconds=17 + { 2443720.50, 49.157598 }, //31 July 1978, UT1-UTC= 0.0264023, Accumulated Leap Seconds=17 + { 2443721.50, 49.159084 }, //01 August 1978, UT1-UTC= 0.0249156, Accumulated Leap Seconds=17 + { 2443722.50, 49.160598 }, //02 August 1978, UT1-UTC= 0.0234018, Accumulated Leap Seconds=17 + { 2443723.50, 49.162176 }, //03 August 1978, UT1-UTC= 0.0218238, Accumulated Leap Seconds=17 + { 2443724.50, 49.163847 }, //04 August 1978, UT1-UTC= 0.0201525, Accumulated Leap Seconds=17 + { 2443725.50, 49.165632 }, //05 August 1978, UT1-UTC= 0.0183683, Accumulated Leap Seconds=17 + { 2443726.50, 49.167537 }, //06 August 1978, UT1-UTC= 0.0164629, Accumulated Leap Seconds=17 + { 2443727.50, 49.169559 }, //07 August 1978, UT1-UTC= 0.0144413, Accumulated Leap Seconds=17 + { 2443728.50, 49.171679 }, //08 August 1978, UT1-UTC= 0.0123208, Accumulated Leap Seconds=17 + { 2443729.50, 49.173871 }, //09 August 1978, UT1-UTC= 0.0101289, Accumulated Leap Seconds=17 + { 2443730.50, 49.176102 }, //10 August 1978, UT1-UTC= 0.0078977, Accumulated Leap Seconds=17 + { 2443731.50, 49.178342 }, //11 August 1978, UT1-UTC= 0.0056578, Accumulated Leap Seconds=17 + { 2443732.50, 49.180567 }, //12 August 1978, UT1-UTC= 0.0034327, Accumulated Leap Seconds=17 + { 2443733.50, 49.182769 }, //13 August 1978, UT1-UTC= 0.0012305, Accumulated Leap Seconds=17 + { 2443734.50, 49.184962 }, //14 August 1978, UT1-UTC=-0.0009617, Accumulated Leap Seconds=17 + { 2443735.50, 49.187180 }, //15 August 1978, UT1-UTC=-0.0031802, Accumulated Leap Seconds=17 + { 2443736.50, 49.189477 }, //16 August 1978, UT1-UTC=-0.0054772, Accumulated Leap Seconds=17 + { 2443737.50, 49.191904 }, //17 August 1978, UT1-UTC=-0.0079042, Accumulated Leap Seconds=17 + { 2443738.50, 49.194489 }, //18 August 1978, UT1-UTC=-0.0104891, Accumulated Leap Seconds=17 + { 2443739.50, 49.197220 }, //19 August 1978, UT1-UTC=-0.0132203, Accumulated Leap Seconds=17 + { 2443740.50, 49.200046 }, //20 August 1978, UT1-UTC=-0.0160459, Accumulated Leap Seconds=17 + { 2443741.50, 49.202889 }, //21 August 1978, UT1-UTC=-0.0188891, Accumulated Leap Seconds=17 + { 2443742.50, 49.205673 }, //22 August 1978, UT1-UTC=-0.0216734, Accumulated Leap Seconds=17 + { 2443743.50, 49.208343 }, //23 August 1978, UT1-UTC=-0.0243430, Accumulated Leap Seconds=17 + { 2443744.50, 49.210871 }, //24 August 1978, UT1-UTC=-0.0268715, Accumulated Leap Seconds=17 + { 2443745.50, 49.213260 }, //25 August 1978, UT1-UTC=-0.0292597, Accumulated Leap Seconds=17 + { 2443746.50, 49.215528 }, //26 August 1978, UT1-UTC=-0.0315276, Accumulated Leap Seconds=17 + { 2443747.50, 49.217706 }, //27 August 1978, UT1-UTC=-0.0337064, Accumulated Leap Seconds=17 + { 2443748.50, 49.219834 }, //28 August 1978, UT1-UTC=-0.0358339, Accumulated Leap Seconds=17 + { 2443749.50, 49.221949 }, //29 August 1978, UT1-UTC=-0.0379492, Accumulated Leap Seconds=17 + { 2443750.50, 49.224089 }, //30 August 1978, UT1-UTC=-0.0400888, Accumulated Leap Seconds=17 + { 2443751.50, 49.226283 }, //31 August 1978, UT1-UTC=-0.0422832, Accumulated Leap Seconds=17 + { 2443752.50, 49.228553 }, //01 September 1978, UT1-UTC=-0.0445534, Accumulated Leap Seconds=17 + { 2443753.50, 49.230909 }, //02 September 1978, UT1-UTC=-0.0469087, Accumulated Leap Seconds=17 + { 2443754.50, 49.233346 }, //03 September 1978, UT1-UTC=-0.0493461, Accumulated Leap Seconds=17 + { 2443755.50, 49.235851 }, //04 September 1978, UT1-UTC=-0.0518512, Accumulated Leap Seconds=17 + { 2443756.50, 49.238399 }, //05 September 1978, UT1-UTC=-0.0543988, Accumulated Leap Seconds=17 + { 2443757.50, 49.240955 }, //06 September 1978, UT1-UTC=-0.0569553, Accumulated Leap Seconds=17 + { 2443758.50, 49.243486 }, //07 September 1978, UT1-UTC=-0.0594862, Accumulated Leap Seconds=17 + { 2443759.50, 49.245966 }, //08 September 1978, UT1-UTC=-0.0619664, Accumulated Leap Seconds=17 + { 2443760.50, 49.248387 }, //09 September 1978, UT1-UTC=-0.0643867, Accumulated Leap Seconds=17 + { 2443761.50, 49.250759 }, //10 September 1978, UT1-UTC=-0.0667587, Accumulated Leap Seconds=17 + { 2443762.50, 49.253116 }, //11 September 1978, UT1-UTC=-0.0691163, Accumulated Leap Seconds=17 + { 2443763.50, 49.255510 }, //12 September 1978, UT1-UTC=-0.0715105, Accumulated Leap Seconds=17 + { 2443764.50, 49.257997 }, //13 September 1978, UT1-UTC=-0.0739971, Accumulated Leap Seconds=17 + { 2443765.50, 49.260620 }, //14 September 1978, UT1-UTC=-0.0766204, Accumulated Leap Seconds=17 + { 2443766.50, 49.263396 }, //15 September 1978, UT1-UTC=-0.0793961, Accumulated Leap Seconds=17 + { 2443767.50, 49.266301 }, //16 September 1978, UT1-UTC=-0.0823006, Accumulated Leap Seconds=17 + { 2443768.50, 49.269275 }, //17 September 1978, UT1-UTC=-0.0852752, Accumulated Leap Seconds=17 + { 2443769.50, 49.272244 }, //18 September 1978, UT1-UTC=-0.0882444, Accumulated Leap Seconds=17 + { 2443770.50, 49.275140 }, //19 September 1978, UT1-UTC=-0.0911401, Accumulated Leap Seconds=17 + { 2443771.50, 49.277920 }, //20 September 1978, UT1-UTC=-0.0939198, Accumulated Leap Seconds=17 + { 2443772.50, 49.280573 }, //21 September 1978, UT1-UTC=-0.0965733, Accumulated Leap Seconds=17 + { 2443773.50, 49.283117 }, //22 September 1978, UT1-UTC=-0.0991171, Accumulated Leap Seconds=17 + { 2443774.50, 49.285584 }, //23 September 1978, UT1-UTC=-0.1015837, Accumulated Leap Seconds=17 + { 2443775.50, 49.288013 }, //24 September 1978, UT1-UTC=-0.1040132, Accumulated Leap Seconds=17 + { 2443776.50, 49.290449 }, //25 September 1978, UT1-UTC=-0.1064490, Accumulated Leap Seconds=17 + { 2443777.50, 49.292933 }, //26 September 1978, UT1-UTC=-0.1089332, Accumulated Leap Seconds=17 + { 2443778.50, 49.295502 }, //27 September 1978, UT1-UTC=-0.1115022, Accumulated Leap Seconds=17 + { 2443779.50, 49.298182 }, //28 September 1978, UT1-UTC=-0.1141821, Accumulated Leap Seconds=17 + { 2443780.50, 49.300987 }, //29 September 1978, UT1-UTC=-0.1169875, Accumulated Leap Seconds=17 + { 2443781.50, 49.303920 }, //30 September 1978, UT1-UTC=-0.1199202, Accumulated Leap Seconds=17 + { 2443782.50, 49.306968 }, //01 October 1978, UT1-UTC=-0.1229683, Accumulated Leap Seconds=17 + { 2443783.50, 49.310106 }, //02 October 1978, UT1-UTC=-0.1261057, Accumulated Leap Seconds=17 + { 2443784.50, 49.313294 }, //03 October 1978, UT1-UTC=-0.1292935, Accumulated Leap Seconds=17 + { 2443785.50, 49.316486 }, //04 October 1978, UT1-UTC=-0.1324859, Accumulated Leap Seconds=17 + { 2443786.50, 49.319641 }, //05 October 1978, UT1-UTC=-0.1356407, Accumulated Leap Seconds=17 + { 2443787.50, 49.322731 }, //06 October 1978, UT1-UTC=-0.1387315, Accumulated Leap Seconds=17 + { 2443788.50, 49.325757 }, //07 October 1978, UT1-UTC=-0.1417569, Accumulated Leap Seconds=17 + { 2443789.50, 49.328741 }, //08 October 1978, UT1-UTC=-0.1447412, Accumulated Leap Seconds=17 + { 2443790.50, 49.331727 }, //09 October 1978, UT1-UTC=-0.1477273, Accumulated Leap Seconds=17 + { 2443791.50, 49.334766 }, //10 October 1978, UT1-UTC=-0.1507659, Accumulated Leap Seconds=17 + { 2443792.50, 49.337901 }, //11 October 1978, UT1-UTC=-0.1539010, Accumulated Leap Seconds=17 + { 2443793.50, 49.341156 }, //12 October 1978, UT1-UTC=-0.1571565, Accumulated Leap Seconds=17 + { 2443794.50, 49.344525 }, //13 October 1978, UT1-UTC=-0.1605252, Accumulated Leap Seconds=17 + { 2443795.50, 49.347967 }, //14 October 1978, UT1-UTC=-0.1639674, Accumulated Leap Seconds=17 + { 2443796.50, 49.351420 }, //15 October 1978, UT1-UTC=-0.1674204, Accumulated Leap Seconds=17 + { 2443797.50, 49.354814 }, //16 October 1978, UT1-UTC=-0.1708141, Accumulated Leap Seconds=17 + { 2443798.50, 49.358091 }, //17 October 1978, UT1-UTC=-0.1740909, Accumulated Leap Seconds=17 + { 2443799.50, 49.361217 }, //18 October 1978, UT1-UTC=-0.1772174, Accumulated Leap Seconds=17 + { 2443800.50, 49.364189 }, //19 October 1978, UT1-UTC=-0.1801891, Accumulated Leap Seconds=17 + { 2443801.50, 49.367025 }, //20 October 1978, UT1-UTC=-0.1830246, Accumulated Leap Seconds=17 + { 2443802.50, 49.369759 }, //21 October 1978, UT1-UTC=-0.1857591, Accumulated Leap Seconds=17 + { 2443803.50, 49.372434 }, //22 October 1978, UT1-UTC=-0.1884340, Accumulated Leap Seconds=17 + { 2443804.50, 49.375091 }, //23 October 1978, UT1-UTC=-0.1910914, Accumulated Leap Seconds=17 + { 2443805.50, 49.377771 }, //24 October 1978, UT1-UTC=-0.1937706, Accumulated Leap Seconds=17 + { 2443806.50, 49.380505 }, //25 October 1978, UT1-UTC=-0.1965053, Accumulated Leap Seconds=17 + { 2443807.50, 49.383321 }, //26 October 1978, UT1-UTC=-0.1993213, Accumulated Leap Seconds=17 + { 2443808.50, 49.386232 }, //27 October 1978, UT1-UTC=-0.2022321, Accumulated Leap Seconds=17 + { 2443809.50, 49.389239 }, //28 October 1978, UT1-UTC=-0.2052389, Accumulated Leap Seconds=17 + { 2443810.50, 49.392330 }, //29 October 1978, UT1-UTC=-0.2083301, Accumulated Leap Seconds=17 + { 2443811.50, 49.395479 }, //30 October 1978, UT1-UTC=-0.2114792, Accumulated Leap Seconds=17 + { 2443812.50, 49.398648 }, //31 October 1978, UT1-UTC=-0.2146480, Accumulated Leap Seconds=17 + { 2443813.50, 49.401794 }, //01 November 1978, UT1-UTC=-0.2177939, Accumulated Leap Seconds=17 + { 2443814.50, 49.404882 }, //02 November 1978, UT1-UTC=-0.2208821, Accumulated Leap Seconds=17 + { 2443815.50, 49.407898 }, //03 November 1978, UT1-UTC=-0.2238985, Accumulated Leap Seconds=17 + { 2443816.50, 49.410858 }, //04 November 1978, UT1-UTC=-0.2268581, Accumulated Leap Seconds=17 + { 2443817.50, 49.413801 }, //05 November 1978, UT1-UTC=-0.2298014, Accumulated Leap Seconds=17 + { 2443818.50, 49.416781 }, //06 November 1978, UT1-UTC=-0.2327809, Accumulated Leap Seconds=17 + { 2443819.50, 49.419844 }, //07 November 1978, UT1-UTC=-0.2358440, Accumulated Leap Seconds=17 + { 2443820.50, 49.423018 }, //08 November 1978, UT1-UTC=-0.2390181, Accumulated Leap Seconds=17 + { 2443821.50, 49.426304 }, //09 November 1978, UT1-UTC=-0.2423041, Accumulated Leap Seconds=17 + { 2443822.50, 49.429675 }, //10 November 1978, UT1-UTC=-0.2456753, Accumulated Leap Seconds=17 + { 2443823.50, 49.433084 }, //11 November 1978, UT1-UTC=-0.2490841, Accumulated Leap Seconds=17 + { 2443824.50, 49.436473 }, //12 November 1978, UT1-UTC=-0.2524725, Accumulated Leap Seconds=17 + { 2443825.50, 49.439786 }, //13 November 1978, UT1-UTC=-0.2557861, Accumulated Leap Seconds=17 + { 2443826.50, 49.442986 }, //14 November 1978, UT1-UTC=-0.2589864, Accumulated Leap Seconds=17 + { 2443827.50, 49.446058 }, //15 November 1978, UT1-UTC=-0.2620583, Accumulated Leap Seconds=17 + { 2443828.50, 49.449011 }, //16 November 1978, UT1-UTC=-0.2650110, Accumulated Leap Seconds=17 + { 2443829.50, 49.451871 }, //17 November 1978, UT1-UTC=-0.2678712, Accumulated Leap Seconds=17 + { 2443830.50, 49.454675 }, //18 November 1978, UT1-UTC=-0.2706751, Accumulated Leap Seconds=17 + { 2443831.50, 49.457462 }, //19 November 1978, UT1-UTC=-0.2734620, Accumulated Leap Seconds=17 + { 2443832.50, 49.460269 }, //20 November 1978, UT1-UTC=-0.2762690, Accumulated Leap Seconds=17 + { 2443833.50, 49.463128 }, //21 November 1978, UT1-UTC=-0.2791284, Accumulated Leap Seconds=17 + { 2443834.50, 49.466064 }, //22 November 1978, UT1-UTC=-0.2820636, Accumulated Leap Seconds=17 + { 2443835.50, 49.469087 }, //23 November 1978, UT1-UTC=-0.2850868, Accumulated Leap Seconds=17 + { 2443836.50, 49.472198 }, //24 November 1978, UT1-UTC=-0.2881979, Accumulated Leap Seconds=17 + { 2443837.50, 49.475386 }, //25 November 1978, UT1-UTC=-0.2913857, Accumulated Leap Seconds=17 + { 2443838.50, 49.478629 }, //26 November 1978, UT1-UTC=-0.2946290, Accumulated Leap Seconds=17 + { 2443839.50, 49.481897 }, //27 November 1978, UT1-UTC=-0.2978967, Accumulated Leap Seconds=17 + { 2443840.50, 49.485150 }, //28 November 1978, UT1-UTC=-0.3011505, Accumulated Leap Seconds=17 + { 2443841.50, 49.488353 }, //29 November 1978, UT1-UTC=-0.3043527, Accumulated Leap Seconds=17 + { 2443842.50, 49.491478 }, //30 November 1978, UT1-UTC=-0.3074782, Accumulated Leap Seconds=17 + { 2443843.50, 49.494526 }, //01 December 1978, UT1-UTC=-0.3105263, Accumulated Leap Seconds=17 + { 2443844.50, 49.497526 }, //02 December 1978, UT1-UTC=-0.3135263, Accumulated Leap Seconds=17 + { 2443845.50, 49.500529 }, //03 December 1978, UT1-UTC=-0.3165286, Accumulated Leap Seconds=17 + { 2443846.50, 49.503585 }, //04 December 1978, UT1-UTC=-0.3195849, Accumulated Leap Seconds=17 + { 2443847.50, 49.506729 }, //05 December 1978, UT1-UTC=-0.3227288, Accumulated Leap Seconds=17 + { 2443848.50, 49.509963 }, //06 December 1978, UT1-UTC=-0.3259629, Accumulated Leap Seconds=17 + { 2443849.50, 49.513260 }, //07 December 1978, UT1-UTC=-0.3292599, Accumulated Leap Seconds=17 + { 2443850.50, 49.516572 }, //08 December 1978, UT1-UTC=-0.3325722, Accumulated Leap Seconds=17 + { 2443851.50, 49.519846 }, //09 December 1978, UT1-UTC=-0.3358459, Accumulated Leap Seconds=17 + { 2443852.50, 49.523032 }, //10 December 1978, UT1-UTC=-0.3390324, Accumulated Leap Seconds=17 + { 2443853.50, 49.526098 }, //11 December 1978, UT1-UTC=-0.3420976, Accumulated Leap Seconds=17 + { 2443854.50, 49.529027 }, //12 December 1978, UT1-UTC=-0.3450266, Accumulated Leap Seconds=17 + { 2443855.50, 49.531825 }, //13 December 1978, UT1-UTC=-0.3478253, Accumulated Leap Seconds=17 + { 2443856.50, 49.534516 }, //14 December 1978, UT1-UTC=-0.3505161, Accumulated Leap Seconds=17 + { 2443857.50, 49.537132 }, //15 December 1978, UT1-UTC=-0.3531320, Accumulated Leap Seconds=17 + { 2443858.50, 49.539710 }, //16 December 1978, UT1-UTC=-0.3557104, Accumulated Leap Seconds=17 + { 2443859.50, 49.542288 }, //17 December 1978, UT1-UTC=-0.3582879, Accumulated Leap Seconds=17 + { 2443860.50, 49.544897 }, //18 December 1978, UT1-UTC=-0.3608971, Accumulated Leap Seconds=17 + { 2443861.50, 49.547564 }, //19 December 1978, UT1-UTC=-0.3635638, Accumulated Leap Seconds=17 + { 2443862.50, 49.550306 }, //20 December 1978, UT1-UTC=-0.3663063, Accumulated Leap Seconds=17 + { 2443863.50, 49.553132 }, //21 December 1978, UT1-UTC=-0.3691321, Accumulated Leap Seconds=17 + { 2443864.50, 49.556037 }, //22 December 1978, UT1-UTC=-0.3720375, Accumulated Leap Seconds=17 + { 2443865.50, 49.559010 }, //23 December 1978, UT1-UTC=-0.3750097, Accumulated Leap Seconds=17 + { 2443866.50, 49.562029 }, //24 December 1978, UT1-UTC=-0.3780288, Accumulated Leap Seconds=17 + { 2443867.50, 49.565069 }, //25 December 1978, UT1-UTC=-0.3810693, Accumulated Leap Seconds=17 + { 2443868.50, 49.568103 }, //26 December 1978, UT1-UTC=-0.3841026, Accumulated Leap Seconds=17 + { 2443869.50, 49.571105 }, //27 December 1978, UT1-UTC=-0.3871046, Accumulated Leap Seconds=17 + { 2443870.50, 49.574067 }, //28 December 1978, UT1-UTC=-0.3900665, Accumulated Leap Seconds=17 + { 2443871.50, 49.577006 }, //29 December 1978, UT1-UTC=-0.3930058, Accumulated Leap Seconds=17 + { 2443872.50, 49.579966 }, //30 December 1978, UT1-UTC=-0.3959657, Accumulated Leap Seconds=17 + { 2443873.50, 49.583000 }, //31 December 1978, UT1-UTC=-0.3989996, Accumulated Leap Seconds=17 + { 2443874.50, 49.586149 }, //01 January 1979, UT1-UTC= 0.5978505, Accumulated Leap Seconds=18 + { 2443875.50, 49.589426 }, //02 January 1979, UT1-UTC= 0.5945735, Accumulated Leap Seconds=18 + { 2443876.50, 49.592803 }, //03 January 1979, UT1-UTC= 0.5911970, Accumulated Leap Seconds=18 + { 2443877.50, 49.596222 }, //04 January 1979, UT1-UTC= 0.5877782, Accumulated Leap Seconds=18 + { 2443878.50, 49.599615 }, //05 January 1979, UT1-UTC= 0.5843848, Accumulated Leap Seconds=18 + { 2443879.50, 49.602924 }, //06 January 1979, UT1-UTC= 0.5810764, Accumulated Leap Seconds=18 + { 2443880.50, 49.606108 }, //07 January 1979, UT1-UTC= 0.5778920, Accumulated Leap Seconds=18 + { 2443881.50, 49.609152 }, //08 January 1979, UT1-UTC= 0.5748479, Accumulated Leap Seconds=18 + { 2443882.50, 49.612061 }, //09 January 1979, UT1-UTC= 0.5719391, Accumulated Leap Seconds=18 + { 2443883.50, 49.614856 }, //10 January 1979, UT1-UTC= 0.5691435, Accumulated Leap Seconds=18 + { 2443884.50, 49.617572 }, //11 January 1979, UT1-UTC= 0.5664281, Accumulated Leap Seconds=18 + { 2443885.50, 49.620245 }, //12 January 1979, UT1-UTC= 0.5637548, Accumulated Leap Seconds=18 + { 2443886.50, 49.622914 }, //13 January 1979, UT1-UTC= 0.5610860, Accumulated Leap Seconds=18 + { 2443887.50, 49.625611 }, //14 January 1979, UT1-UTC= 0.5583886, Accumulated Leap Seconds=18 + { 2443888.50, 49.628364 }, //15 January 1979, UT1-UTC= 0.5556363, Accumulated Leap Seconds=18 + { 2443889.50, 49.631188 }, //16 January 1979, UT1-UTC= 0.5528117, Accumulated Leap Seconds=18 + { 2443890.50, 49.634092 }, //17 January 1979, UT1-UTC= 0.5499081, Accumulated Leap Seconds=18 + { 2443891.50, 49.637070 }, //18 January 1979, UT1-UTC= 0.5469302, Accumulated Leap Seconds=18 + { 2443892.50, 49.640107 }, //19 January 1979, UT1-UTC= 0.5438931, Accumulated Leap Seconds=18 + { 2443893.50, 49.643181 }, //20 January 1979, UT1-UTC= 0.5408193, Accumulated Leap Seconds=18 + { 2443894.50, 49.646265 }, //21 January 1979, UT1-UTC= 0.5377346, Accumulated Leap Seconds=18 + { 2443895.50, 49.649335 }, //22 January 1979, UT1-UTC= 0.5346649, Accumulated Leap Seconds=18 + { 2443896.50, 49.652367 }, //23 January 1979, UT1-UTC= 0.5316326, Accumulated Leap Seconds=18 + { 2443897.50, 49.655350 }, //24 January 1979, UT1-UTC= 0.5286500, Accumulated Leap Seconds=18 + { 2443898.50, 49.658289 }, //25 January 1979, UT1-UTC= 0.5257105, Accumulated Leap Seconds=18 + { 2443899.50, 49.661217 }, //26 January 1979, UT1-UTC= 0.5227828, Accumulated Leap Seconds=18 + { 2443900.50, 49.664185 }, //27 January 1979, UT1-UTC= 0.5198154, Accumulated Leap Seconds=18 + { 2443901.50, 49.667246 }, //28 January 1979, UT1-UTC= 0.5167535, Accumulated Leap Seconds=18 + { 2443902.50, 49.670436 }, //29 January 1979, UT1-UTC= 0.5135643, Accumulated Leap Seconds=18 + { 2443903.50, 49.673744 }, //30 January 1979, UT1-UTC= 0.5102556, Accumulated Leap Seconds=18 + { 2443904.50, 49.677122 }, //31 January 1979, UT1-UTC= 0.5068781, Accumulated Leap Seconds=18 + { 2443905.50, 49.680491 }, //01 February 1979, UT1-UTC= 0.5035093, Accumulated Leap Seconds=18 + { 2443906.50, 49.683772 }, //02 February 1979, UT1-UTC= 0.5002283, Accumulated Leap Seconds=18 + { 2443907.50, 49.686907 }, //03 February 1979, UT1-UTC= 0.4970926, Accumulated Leap Seconds=18 + { 2443908.50, 49.689872 }, //04 February 1979, UT1-UTC= 0.4941278, Accumulated Leap Seconds=18 + { 2443909.50, 49.692670 }, //05 February 1979, UT1-UTC= 0.4913303, Accumulated Leap Seconds=18 + { 2443910.50, 49.695324 }, //06 February 1979, UT1-UTC= 0.4886756, Accumulated Leap Seconds=18 + { 2443911.50, 49.697873 }, //07 February 1979, UT1-UTC= 0.4861267, Accumulated Leap Seconds=18 + { 2443912.50, 49.700359 }, //08 February 1979, UT1-UTC= 0.4836415, Accumulated Leap Seconds=18 + { 2443913.50, 49.702822 }, //09 February 1979, UT1-UTC= 0.4811778, Accumulated Leap Seconds=18 + { 2443914.50, 49.705302 }, //10 February 1979, UT1-UTC= 0.4786975, Accumulated Leap Seconds=18 + { 2443915.50, 49.707830 }, //11 February 1979, UT1-UTC= 0.4761702, Accumulated Leap Seconds=18 + { 2443916.50, 49.710425 }, //12 February 1979, UT1-UTC= 0.4735748, Accumulated Leap Seconds=18 + { 2443917.50, 49.713099 }, //13 February 1979, UT1-UTC= 0.4709008, Accumulated Leap Seconds=18 + { 2443918.50, 49.715851 }, //14 February 1979, UT1-UTC= 0.4681491, Accumulated Leap Seconds=18 + { 2443919.50, 49.718668 }, //15 February 1979, UT1-UTC= 0.4653319, Accumulated Leap Seconds=18 + { 2443920.50, 49.721529 }, //16 February 1979, UT1-UTC= 0.4624714, Accumulated Leap Seconds=18 + { 2443921.50, 49.724405 }, //17 February 1979, UT1-UTC= 0.4595950, Accumulated Leap Seconds=18 + { 2443922.50, 49.727270 }, //18 February 1979, UT1-UTC= 0.4567298, Accumulated Leap Seconds=18 + { 2443923.50, 49.730103 }, //19 February 1979, UT1-UTC= 0.4538972, Accumulated Leap Seconds=18 + { 2443924.50, 49.732893 }, //20 February 1979, UT1-UTC= 0.4511072, Accumulated Leap Seconds=18 + { 2443925.50, 49.735645 }, //21 February 1979, UT1-UTC= 0.4483545, Accumulated Leap Seconds=18 + { 2443926.50, 49.738386 }, //22 February 1979, UT1-UTC= 0.4456141, Accumulated Leap Seconds=18 + { 2443927.50, 49.741160 }, //23 February 1979, UT1-UTC= 0.4428400, Accumulated Leap Seconds=18 + { 2443928.50, 49.744025 }, //24 February 1979, UT1-UTC= 0.4399747, Accumulated Leap Seconds=18 + { 2443929.50, 49.747032 }, //25 February 1979, UT1-UTC= 0.4369679, Accumulated Leap Seconds=18 + { 2443930.50, 49.750200 }, //26 February 1979, UT1-UTC= 0.4337999, Accumulated Leap Seconds=18 + { 2443931.50, 49.753504 }, //27 February 1979, UT1-UTC= 0.4304964, Accumulated Leap Seconds=18 + { 2443932.50, 49.756875 }, //28 February 1979, UT1-UTC= 0.4271250, Accumulated Leap Seconds=18 + { 2443933.50, 49.760226 }, //01 March 1979, UT1-UTC= 0.4237736, Accumulated Leap Seconds=18 + { 2443934.50, 49.763477 }, //02 March 1979, UT1-UTC= 0.4205228, Accumulated Leap Seconds=18 + { 2443935.50, 49.766576 }, //03 March 1979, UT1-UTC= 0.4174241, Accumulated Leap Seconds=18 + { 2443936.50, 49.769508 }, //04 March 1979, UT1-UTC= 0.4144918, Accumulated Leap Seconds=18 + { 2443937.50, 49.772291 }, //05 March 1979, UT1-UTC= 0.4117092, Accumulated Leap Seconds=18 + { 2443938.50, 49.774960 }, //06 March 1979, UT1-UTC= 0.4090396, Accumulated Leap Seconds=18 + { 2443939.50, 49.777561 }, //07 March 1979, UT1-UTC= 0.4064385, Accumulated Leap Seconds=18 + { 2443940.50, 49.780140 }, //08 March 1979, UT1-UTC= 0.4038600, Accumulated Leap Seconds=18 + { 2443941.50, 49.782739 }, //09 March 1979, UT1-UTC= 0.4012614, Accumulated Leap Seconds=18 + { 2443942.50, 49.785394 }, //10 March 1979, UT1-UTC= 0.3986063, Accumulated Leap Seconds=18 + { 2443943.50, 49.788132 }, //11 March 1979, UT1-UTC= 0.3958675, Accumulated Leap Seconds=18 + { 2443944.50, 49.790971 }, //12 March 1979, UT1-UTC= 0.3930293, Accumulated Leap Seconds=18 + { 2443945.50, 49.793912 }, //13 March 1979, UT1-UTC= 0.3900882, Accumulated Leap Seconds=18 + { 2443946.50, 49.796948 }, //14 March 1979, UT1-UTC= 0.3870522, Accumulated Leap Seconds=18 + { 2443947.50, 49.800059 }, //15 March 1979, UT1-UTC= 0.3839407, Accumulated Leap Seconds=18 + { 2443948.50, 49.803217 }, //16 March 1979, UT1-UTC= 0.3807828, Accumulated Leap Seconds=18 + { 2443949.50, 49.806386 }, //17 March 1979, UT1-UTC= 0.3776143, Accumulated Leap Seconds=18 + { 2443950.50, 49.809532 }, //18 March 1979, UT1-UTC= 0.3744683, Accumulated Leap Seconds=18 + { 2443951.50, 49.812634 }, //19 March 1979, UT1-UTC= 0.3713660, Accumulated Leap Seconds=18 + { 2443952.50, 49.815690 }, //20 March 1979, UT1-UTC= 0.3683102, Accumulated Leap Seconds=18 + { 2443953.50, 49.818717 }, //21 March 1979, UT1-UTC= 0.3652833, Accumulated Leap Seconds=18 + { 2443954.50, 49.821752 }, //22 March 1979, UT1-UTC= 0.3622478, Accumulated Leap Seconds=18 + { 2443955.50, 49.824848 }, //23 March 1979, UT1-UTC= 0.3591522, Accumulated Leap Seconds=18 + { 2443956.50, 49.828057 }, //24 March 1979, UT1-UTC= 0.3559428, Accumulated Leap Seconds=18 + { 2443957.50, 49.831416 }, //25 March 1979, UT1-UTC= 0.3525835, Accumulated Leap Seconds=18 + { 2443958.50, 49.834927 }, //26 March 1979, UT1-UTC= 0.3490732, Accumulated Leap Seconds=18 + { 2443959.50, 49.838545 }, //27 March 1979, UT1-UTC= 0.3454547, Accumulated Leap Seconds=18 + { 2443960.50, 49.842193 }, //28 March 1979, UT1-UTC= 0.3418067, Accumulated Leap Seconds=18 + { 2443961.50, 49.845778 }, //29 March 1979, UT1-UTC= 0.3382216, Accumulated Leap Seconds=18 + { 2443962.50, 49.849226 }, //30 March 1979, UT1-UTC= 0.3347743, Accumulated Leap Seconds=18 + { 2443963.50, 49.852494 }, //31 March 1979, UT1-UTC= 0.3315058, Accumulated Leap Seconds=18 + { 2443964.50, 49.855580 }, //01 April 1979, UT1-UTC= 0.3284195, Accumulated Leap Seconds=18 + { 2443965.50, 49.858511 }, //02 April 1979, UT1-UTC= 0.3254888, Accumulated Leap Seconds=18 + { 2443966.50, 49.861329 }, //03 April 1979, UT1-UTC= 0.3226711, Accumulated Leap Seconds=18 + { 2443967.50, 49.864082 }, //04 April 1979, UT1-UTC= 0.3199182, Accumulated Leap Seconds=18 + { 2443968.50, 49.866817 }, //05 April 1979, UT1-UTC= 0.3171834, Accumulated Leap Seconds=18 + { 2443969.50, 49.869575 }, //06 April 1979, UT1-UTC= 0.3144246, Accumulated Leap Seconds=18 + { 2443970.50, 49.872392 }, //07 April 1979, UT1-UTC= 0.3116080, Accumulated Leap Seconds=18 + { 2443971.50, 49.875288 }, //08 April 1979, UT1-UTC= 0.3087115, Accumulated Leap Seconds=18 + { 2443972.50, 49.878274 }, //09 April 1979, UT1-UTC= 0.3057255, Accumulated Leap Seconds=18 + { 2443973.50, 49.881347 }, //10 April 1979, UT1-UTC= 0.3026528, Accumulated Leap Seconds=18 + { 2443974.50, 49.884493 }, //11 April 1979, UT1-UTC= 0.2995074, Accumulated Leap Seconds=18 + { 2443975.50, 49.887686 }, //12 April 1979, UT1-UTC= 0.2963140, Accumulated Leap Seconds=18 + { 2443976.50, 49.890894 }, //13 April 1979, UT1-UTC= 0.2931056, Accumulated Leap Seconds=18 + { 2443977.50, 49.894084 }, //14 April 1979, UT1-UTC= 0.2899163, Accumulated Leap Seconds=18 + { 2443978.50, 49.897228 }, //15 April 1979, UT1-UTC= 0.2867723, Accumulated Leap Seconds=18 + { 2443979.50, 49.900317 }, //16 April 1979, UT1-UTC= 0.2836831, Accumulated Leap Seconds=18 + { 2443980.50, 49.903364 }, //17 April 1979, UT1-UTC= 0.2806363, Accumulated Leap Seconds=18 + { 2443981.50, 49.906402 }, //18 April 1979, UT1-UTC= 0.2775983, Accumulated Leap Seconds=18 + { 2443982.50, 49.909478 }, //19 April 1979, UT1-UTC= 0.2745222, Accumulated Leap Seconds=18 + { 2443983.50, 49.912642 }, //20 April 1979, UT1-UTC= 0.2713580, Accumulated Leap Seconds=18 + { 2443984.50, 49.915933 }, //21 April 1979, UT1-UTC= 0.2680666, Accumulated Leap Seconds=18 + { 2443985.50, 49.919367 }, //22 April 1979, UT1-UTC= 0.2646328, Accumulated Leap Seconds=18 + { 2443986.50, 49.922924 }, //23 April 1979, UT1-UTC= 0.2610759, Accumulated Leap Seconds=18 + { 2443987.50, 49.926550 }, //24 April 1979, UT1-UTC= 0.2574504, Accumulated Leap Seconds=18 + { 2443988.50, 49.930165 }, //25 April 1979, UT1-UTC= 0.2538348, Accumulated Leap Seconds=18 + { 2443989.50, 49.933689 }, //26 April 1979, UT1-UTC= 0.2503110, Accumulated Leap Seconds=18 + { 2443990.50, 49.937059 }, //27 April 1979, UT1-UTC= 0.2469414, Accumulated Leap Seconds=18 + { 2443991.50, 49.940247 }, //28 April 1979, UT1-UTC= 0.2437528, Accumulated Leap Seconds=18 + { 2443992.50, 49.943263 }, //29 April 1979, UT1-UTC= 0.2407366, Accumulated Leap Seconds=18 + { 2443993.50, 49.946140 }, //30 April 1979, UT1-UTC= 0.2378598, Accumulated Leap Seconds=18 + { 2443994.50, 49.948922 }, //01 May 1979, UT1-UTC= 0.2350776, Accumulated Leap Seconds=18 + { 2443995.50, 49.951656 }, //02 May 1979, UT1-UTC= 0.2323435, Accumulated Leap Seconds=18 + { 2443996.50, 49.954385 }, //03 May 1979, UT1-UTC= 0.2296149, Accumulated Leap Seconds=18 + { 2443997.50, 49.957143 }, //04 May 1979, UT1-UTC= 0.2268568, Accumulated Leap Seconds=18 + { 2443998.50, 49.959956 }, //05 May 1979, UT1-UTC= 0.2240443, Accumulated Leap Seconds=18 + { 2443999.50, 49.962834 }, //06 May 1979, UT1-UTC= 0.2211655, Accumulated Leap Seconds=18 + { 2444000.50, 49.965779 }, //07 May 1979, UT1-UTC= 0.2182209, Accumulated Leap Seconds=18 + { 2444001.50, 49.968778 }, //08 May 1979, UT1-UTC= 0.2152219, Accumulated Leap Seconds=18 + { 2444002.50, 49.971810 }, //09 May 1979, UT1-UTC= 0.2121896, Accumulated Leap Seconds=18 + { 2444003.50, 49.974847 }, //10 May 1979, UT1-UTC= 0.2091528, Accumulated Leap Seconds=18 + { 2444004.50, 49.977856 }, //11 May 1979, UT1-UTC= 0.2061444, Accumulated Leap Seconds=18 + { 2444005.50, 49.980804 }, //12 May 1979, UT1-UTC= 0.2031958, Accumulated Leap Seconds=18 + { 2444006.50, 49.983674 }, //13 May 1979, UT1-UTC= 0.2003263, Accumulated Leap Seconds=18 + { 2444007.50, 49.986467 }, //14 May 1979, UT1-UTC= 0.1975334, Accumulated Leap Seconds=18 + { 2444008.50, 49.989210 }, //15 May 1979, UT1-UTC= 0.1947898, Accumulated Leap Seconds=18 + { 2444009.50, 49.991950 }, //16 May 1979, UT1-UTC= 0.1920500, Accumulated Leap Seconds=18 + { 2444010.50, 49.994738 }, //17 May 1979, UT1-UTC= 0.1892624, Accumulated Leap Seconds=18 + { 2444011.50, 49.997615 }, //18 May 1979, UT1-UTC= 0.1863851, Accumulated Leap Seconds=18 + { 2444012.50, 50.000600 }, //19 May 1979, UT1-UTC= 0.1833995, Accumulated Leap Seconds=18 + { 2444013.50, 50.003684 }, //20 May 1979, UT1-UTC= 0.1803163, Accumulated Leap Seconds=18 + { 2444014.50, 50.006825 }, //21 May 1979, UT1-UTC= 0.1771746, Accumulated Leap Seconds=18 + { 2444015.50, 50.009964 }, //22 May 1979, UT1-UTC= 0.1740361, Accumulated Leap Seconds=18 + { 2444016.50, 50.013029 }, //23 May 1979, UT1-UTC= 0.1709710, Accumulated Leap Seconds=18 + { 2444017.50, 50.015959 }, //24 May 1979, UT1-UTC= 0.1680411, Accumulated Leap Seconds=18 + { 2444018.50, 50.018715 }, //25 May 1979, UT1-UTC= 0.1652848, Accumulated Leap Seconds=18 + { 2444019.50, 50.021290 }, //26 May 1979, UT1-UTC= 0.1627103, Accumulated Leap Seconds=18 + { 2444020.50, 50.023701 }, //27 May 1979, UT1-UTC= 0.1602988, Accumulated Leap Seconds=18 + { 2444021.50, 50.025986 }, //28 May 1979, UT1-UTC= 0.1580143, Accumulated Leap Seconds=18 + { 2444022.50, 50.028186 }, //29 May 1979, UT1-UTC= 0.1558142, Accumulated Leap Seconds=18 + { 2444023.50, 50.030344 }, //30 May 1979, UT1-UTC= 0.1536557, Accumulated Leap Seconds=18 + { 2444024.50, 50.032499 }, //31 May 1979, UT1-UTC= 0.1515013, Accumulated Leap Seconds=18 + { 2444025.50, 50.034678 }, //01 June 1979, UT1-UTC= 0.1493223, Accumulated Leap Seconds=18 + { 2444026.50, 50.036900 }, //02 June 1979, UT1-UTC= 0.1471003, Accumulated Leap Seconds=18 + { 2444027.50, 50.039172 }, //03 June 1979, UT1-UTC= 0.1448280, Accumulated Leap Seconds=18 + { 2444028.50, 50.041490 }, //04 June 1979, UT1-UTC= 0.1425098, Accumulated Leap Seconds=18 + { 2444029.50, 50.043841 }, //05 June 1979, UT1-UTC= 0.1401591, Accumulated Leap Seconds=18 + { 2444030.50, 50.046204 }, //06 June 1979, UT1-UTC= 0.1377958, Accumulated Leap Seconds=18 + { 2444031.50, 50.048556 }, //07 June 1979, UT1-UTC= 0.1354436, Accumulated Leap Seconds=18 + { 2444032.50, 50.050872 }, //08 June 1979, UT1-UTC= 0.1331280, Accumulated Leap Seconds=18 + { 2444033.50, 50.053130 }, //09 June 1979, UT1-UTC= 0.1308701, Accumulated Leap Seconds=18 + { 2444034.50, 50.055323 }, //10 June 1979, UT1-UTC= 0.1286773, Accumulated Leap Seconds=18 + { 2444035.50, 50.057467 }, //11 June 1979, UT1-UTC= 0.1265333, Accumulated Leap Seconds=18 + { 2444036.50, 50.059604 }, //12 June 1979, UT1-UTC= 0.1243962, Accumulated Leap Seconds=18 + { 2444037.50, 50.061789 }, //13 June 1979, UT1-UTC= 0.1222107, Accumulated Leap Seconds=18 + { 2444038.50, 50.064073 }, //14 June 1979, UT1-UTC= 0.1199266, Accumulated Leap Seconds=18 + { 2444039.50, 50.066482 }, //15 June 1979, UT1-UTC= 0.1175181, Accumulated Leap Seconds=18 + { 2444040.50, 50.069007 }, //16 June 1979, UT1-UTC= 0.1149927, Accumulated Leap Seconds=18 + { 2444041.50, 50.071610 }, //17 June 1979, UT1-UTC= 0.1123900, Accumulated Leap Seconds=18 + { 2444042.50, 50.074231 }, //18 June 1979, UT1-UTC= 0.1097687, Accumulated Leap Seconds=18 + { 2444043.50, 50.076808 }, //19 June 1979, UT1-UTC= 0.1071922, Accumulated Leap Seconds=18 + { 2444044.50, 50.079285 }, //20 June 1979, UT1-UTC= 0.1047145, Accumulated Leap Seconds=18 + { 2444045.50, 50.081629 }, //21 June 1979, UT1-UTC= 0.1023711, Accumulated Leap Seconds=18 + { 2444046.50, 50.083828 }, //22 June 1979, UT1-UTC= 0.1001723, Accumulated Leap Seconds=18 + { 2444047.50, 50.085896 }, //23 June 1979, UT1-UTC= 0.0981042, Accumulated Leap Seconds=18 + { 2444048.50, 50.087865 }, //24 June 1979, UT1-UTC= 0.0961347, Accumulated Leap Seconds=18 + { 2444049.50, 50.089777 }, //25 June 1979, UT1-UTC= 0.0942227, Accumulated Leap Seconds=18 + { 2444050.50, 50.091673 }, //26 June 1979, UT1-UTC= 0.0923267, Accumulated Leap Seconds=18 + { 2444051.50, 50.093590 }, //27 June 1979, UT1-UTC= 0.0904105, Accumulated Leap Seconds=18 + { 2444052.50, 50.095554 }, //28 June 1979, UT1-UTC= 0.0884461, Accumulated Leap Seconds=18 + { 2444053.50, 50.097584 }, //29 June 1979, UT1-UTC= 0.0864157, Accumulated Leap Seconds=18 + { 2444054.50, 50.099686 }, //30 June 1979, UT1-UTC= 0.0843137, Accumulated Leap Seconds=18 + { 2444055.50, 50.101853 }, //01 July 1979, UT1-UTC= 0.0821469, Accumulated Leap Seconds=18 + { 2444056.50, 50.104067 }, //02 July 1979, UT1-UTC= 0.0799326, Accumulated Leap Seconds=18 + { 2444057.50, 50.106306 }, //03 July 1979, UT1-UTC= 0.0776942, Accumulated Leap Seconds=18 + { 2444058.50, 50.108542 }, //04 July 1979, UT1-UTC= 0.0754580, Accumulated Leap Seconds=18 + { 2444059.50, 50.110750 }, //05 July 1979, UT1-UTC= 0.0732501, Accumulated Leap Seconds=18 + { 2444060.50, 50.112906 }, //06 July 1979, UT1-UTC= 0.0710943, Accumulated Leap Seconds=18 + { 2444061.50, 50.114995 }, //07 July 1979, UT1-UTC= 0.0690048, Accumulated Leap Seconds=18 + { 2444062.50, 50.117022 }, //08 July 1979, UT1-UTC= 0.0669781, Accumulated Leap Seconds=18 + { 2444063.50, 50.119014 }, //09 July 1979, UT1-UTC= 0.0649857, Accumulated Leap Seconds=18 + { 2444064.50, 50.121022 }, //10 July 1979, UT1-UTC= 0.0629778, Accumulated Leap Seconds=18 + { 2444065.50, 50.123101 }, //11 July 1979, UT1-UTC= 0.0608988, Accumulated Leap Seconds=18 + { 2444066.50, 50.125288 }, //12 July 1979, UT1-UTC= 0.0587116, Accumulated Leap Seconds=18 + { 2444067.50, 50.127585 }, //13 July 1979, UT1-UTC= 0.0564154, Accumulated Leap Seconds=18 + { 2444068.50, 50.129950 }, //14 July 1979, UT1-UTC= 0.0540501, Accumulated Leap Seconds=18 + { 2444069.50, 50.132318 }, //15 July 1979, UT1-UTC= 0.0516816, Accumulated Leap Seconds=18 + { 2444070.50, 50.134617 }, //16 July 1979, UT1-UTC= 0.0493827, Accumulated Leap Seconds=18 + { 2444071.50, 50.136787 }, //17 July 1979, UT1-UTC= 0.0472132, Accumulated Leap Seconds=18 + { 2444072.50, 50.138792 }, //18 July 1979, UT1-UTC= 0.0452079, Accumulated Leap Seconds=18 + { 2444073.50, 50.140626 }, //19 July 1979, UT1-UTC= 0.0433739, Accumulated Leap Seconds=18 + { 2444074.50, 50.142306 }, //20 July 1979, UT1-UTC= 0.0416942, Accumulated Leap Seconds=18 + { 2444075.50, 50.143866 }, //21 July 1979, UT1-UTC= 0.0401338, Accumulated Leap Seconds=18 + { 2444076.50, 50.145352 }, //22 July 1979, UT1-UTC= 0.0386482, Accumulated Leap Seconds=18 + { 2444077.50, 50.146808 }, //23 July 1979, UT1-UTC= 0.0371918, Accumulated Leap Seconds=18 + { 2444078.50, 50.148276 }, //24 July 1979, UT1-UTC= 0.0357240, Accumulated Leap Seconds=18 + { 2444079.50, 50.149787 }, //25 July 1979, UT1-UTC= 0.0342126, Accumulated Leap Seconds=18 + { 2444080.50, 50.151365 }, //26 July 1979, UT1-UTC= 0.0326352, Accumulated Leap Seconds=18 + { 2444081.50, 50.153020 }, //27 July 1979, UT1-UTC= 0.0309802, Accumulated Leap Seconds=18 + { 2444082.50, 50.154753 }, //28 July 1979, UT1-UTC= 0.0292468, Accumulated Leap Seconds=18 + { 2444083.50, 50.156555 }, //29 July 1979, UT1-UTC= 0.0274452, Accumulated Leap Seconds=18 + { 2444084.50, 50.158406 }, //30 July 1979, UT1-UTC= 0.0255938, Accumulated Leap Seconds=18 + { 2444085.50, 50.160286 }, //31 July 1979, UT1-UTC= 0.0237142, Accumulated Leap Seconds=18 + { 2444086.50, 50.162172 }, //01 August 1979, UT1-UTC= 0.0218277, Accumulated Leap Seconds=18 + { 2444087.50, 50.164049 }, //02 August 1979, UT1-UTC= 0.0199512, Accumulated Leap Seconds=18 + { 2444088.50, 50.165906 }, //03 August 1979, UT1-UTC= 0.0180939, Accumulated Leap Seconds=18 + { 2444089.50, 50.167747 }, //04 August 1979, UT1-UTC= 0.0162528, Accumulated Leap Seconds=18 + { 2444090.50, 50.169593 }, //05 August 1979, UT1-UTC= 0.0144074, Accumulated Leap Seconds=18 + { 2444091.50, 50.171486 }, //06 August 1979, UT1-UTC= 0.0125144, Accumulated Leap Seconds=18 + { 2444092.50, 50.173484 }, //07 August 1979, UT1-UTC= 0.0105159, Accumulated Leap Seconds=18 + { 2444093.50, 50.175641 }, //08 August 1979, UT1-UTC= 0.0083593, Accumulated Leap Seconds=18 + { 2444094.50, 50.177980 }, //09 August 1979, UT1-UTC= 0.0060201, Accumulated Leap Seconds=18 + { 2444095.50, 50.180481 }, //10 August 1979, UT1-UTC= 0.0035194, Accumulated Leap Seconds=18 + { 2444096.50, 50.183076 }, //11 August 1979, UT1-UTC= 0.0009244, Accumulated Leap Seconds=18 + { 2444097.50, 50.185672 }, //12 August 1979, UT1-UTC=-0.0016716, Accumulated Leap Seconds=18 + { 2444098.50, 50.188180 }, //13 August 1979, UT1-UTC=-0.0041799, Accumulated Leap Seconds=18 + { 2444099.50, 50.190539 }, //14 August 1979, UT1-UTC=-0.0065394, Accumulated Leap Seconds=18 + { 2444100.50, 50.192726 }, //15 August 1979, UT1-UTC=-0.0087259, Accumulated Leap Seconds=18 + { 2444101.50, 50.194748 }, //16 August 1979, UT1-UTC=-0.0107483, Accumulated Leap Seconds=18 + { 2444102.50, 50.196640 }, //17 August 1979, UT1-UTC=-0.0126402, Accumulated Leap Seconds=18 + { 2444103.50, 50.198447 }, //18 August 1979, UT1-UTC=-0.0144473, Accumulated Leap Seconds=18 + { 2444104.50, 50.200216 }, //19 August 1979, UT1-UTC=-0.0162163, Accumulated Leap Seconds=18 + { 2444105.50, 50.201989 }, //20 August 1979, UT1-UTC=-0.0179894, Accumulated Leap Seconds=18 + { 2444106.50, 50.203799 }, //21 August 1979, UT1-UTC=-0.0197992, Accumulated Leap Seconds=18 + { 2444107.50, 50.205668 }, //22 August 1979, UT1-UTC=-0.0216679, Accumulated Leap Seconds=18 + { 2444108.50, 50.207606 }, //23 August 1979, UT1-UTC=-0.0236058, Accumulated Leap Seconds=18 + { 2444109.50, 50.209612 }, //24 August 1979, UT1-UTC=-0.0256121, Accumulated Leap Seconds=18 + { 2444110.50, 50.211675 }, //25 August 1979, UT1-UTC=-0.0276754, Accumulated Leap Seconds=18 + { 2444111.50, 50.213775 }, //26 August 1979, UT1-UTC=-0.0297751, Accumulated Leap Seconds=18 + { 2444112.50, 50.215885 }, //27 August 1979, UT1-UTC=-0.0318847, Accumulated Leap Seconds=18 + { 2444113.50, 50.217979 }, //28 August 1979, UT1-UTC=-0.0339794, Accumulated Leap Seconds=18 + { 2444114.50, 50.220041 }, //29 August 1979, UT1-UTC=-0.0360406, Accumulated Leap Seconds=18 + { 2444115.50, 50.222059 }, //30 August 1979, UT1-UTC=-0.0380593, Accumulated Leap Seconds=18 + { 2444116.50, 50.224039 }, //31 August 1979, UT1-UTC=-0.0400395, Accumulated Leap Seconds=18 + { 2444117.50, 50.226001 }, //01 September 1979, UT1-UTC=-0.0420014, Accumulated Leap Seconds=18 + { 2444118.50, 50.227984 }, //02 September 1979, UT1-UTC=-0.0439842, Accumulated Leap Seconds=18 + { 2444119.50, 50.230045 }, //03 September 1979, UT1-UTC=-0.0460449, Accumulated Leap Seconds=18 + { 2444120.50, 50.232246 }, //04 September 1979, UT1-UTC=-0.0482458, Accumulated Leap Seconds=18 + { 2444121.50, 50.234635 }, //05 September 1979, UT1-UTC=-0.0506350, Accumulated Leap Seconds=18 + { 2444122.50, 50.237222 }, //06 September 1979, UT1-UTC=-0.0532225, Accumulated Leap Seconds=18 + { 2444123.50, 50.239967 }, //07 September 1979, UT1-UTC=-0.0559672, Accumulated Leap Seconds=18 + { 2444124.50, 50.242785 }, //08 September 1979, UT1-UTC=-0.0587853, Accumulated Leap Seconds=18 + { 2444125.50, 50.245575 }, //09 September 1979, UT1-UTC=-0.0615751, Accumulated Leap Seconds=18 + { 2444126.50, 50.248249 }, //10 September 1979, UT1-UTC=-0.0642492, Accumulated Leap Seconds=18 + { 2444127.50, 50.250758 }, //11 September 1979, UT1-UTC=-0.0667581, Accumulated Leap Seconds=18 + { 2444128.50, 50.253096 }, //12 September 1979, UT1-UTC=-0.0690955, Accumulated Leap Seconds=18 + { 2444129.50, 50.255289 }, //13 September 1979, UT1-UTC=-0.0712894, Accumulated Leap Seconds=18 + { 2444130.50, 50.257387 }, //14 September 1979, UT1-UTC=-0.0733870, Accumulated Leap Seconds=18 + { 2444131.50, 50.259440 }, //15 September 1979, UT1-UTC=-0.0754396, Accumulated Leap Seconds=18 + { 2444132.50, 50.261493 }, //16 September 1979, UT1-UTC=-0.0774934, Accumulated Leap Seconds=18 + { 2444133.50, 50.263585 }, //17 September 1979, UT1-UTC=-0.0795852, Accumulated Leap Seconds=18 + { 2444134.50, 50.265740 }, //18 September 1979, UT1-UTC=-0.0817400, Accumulated Leap Seconds=18 + { 2444135.50, 50.267971 }, //19 September 1979, UT1-UTC=-0.0839707, Accumulated Leap Seconds=18 + { 2444136.50, 50.270280 }, //20 September 1979, UT1-UTC=-0.0862795, Accumulated Leap Seconds=18 + { 2444137.50, 50.272658 }, //21 September 1979, UT1-UTC=-0.0886578, Accumulated Leap Seconds=18 + { 2444138.50, 50.275088 }, //22 September 1979, UT1-UTC=-0.0910883, Accumulated Leap Seconds=18 + { 2444139.50, 50.277547 }, //23 September 1979, UT1-UTC=-0.0935467, Accumulated Leap Seconds=18 + { 2444140.50, 50.280005 }, //24 September 1979, UT1-UTC=-0.0960055, Accumulated Leap Seconds=18 + { 2444141.50, 50.282439 }, //25 September 1979, UT1-UTC=-0.0984395, Accumulated Leap Seconds=18 + { 2444142.50, 50.284834 }, //26 September 1979, UT1-UTC=-0.1008341, Accumulated Leap Seconds=18 + { 2444143.50, 50.287189 }, //27 September 1979, UT1-UTC=-0.1031889, Accumulated Leap Seconds=18 + { 2444144.50, 50.289521 }, //28 September 1979, UT1-UTC=-0.1055210, Accumulated Leap Seconds=18 + { 2444145.50, 50.291864 }, //29 September 1979, UT1-UTC=-0.1078645, Accumulated Leap Seconds=18 + { 2444146.50, 50.294268 }, //30 September 1979, UT1-UTC=-0.1102684, Accumulated Leap Seconds=18 + { 2444147.50, 50.296791 }, //01 October 1979, UT1-UTC=-0.1127905, Accumulated Leap Seconds=18 + { 2444148.50, 50.299485 }, //02 October 1979, UT1-UTC=-0.1154848, Accumulated Leap Seconds=18 + { 2444149.50, 50.302382 }, //03 October 1979, UT1-UTC=-0.1183824, Accumulated Leap Seconds=18 + { 2444150.50, 50.305474 }, //04 October 1979, UT1-UTC=-0.1214737, Accumulated Leap Seconds=18 + { 2444151.50, 50.308702 }, //05 October 1979, UT1-UTC=-0.1247019, Accumulated Leap Seconds=18 + { 2444152.50, 50.311975 }, //06 October 1979, UT1-UTC=-0.1279750, Accumulated Leap Seconds=18 + { 2444153.50, 50.315193 }, //07 October 1979, UT1-UTC=-0.1311935, Accumulated Leap Seconds=18 + { 2444154.50, 50.318280 }, //08 October 1979, UT1-UTC=-0.1342802, Accumulated Leap Seconds=18 + { 2444155.50, 50.321200 }, //09 October 1979, UT1-UTC=-0.1372001, Accumulated Leap Seconds=18 + { 2444156.50, 50.323961 }, //10 October 1979, UT1-UTC=-0.1399606, Accumulated Leap Seconds=18 + { 2444157.50, 50.326599 }, //11 October 1979, UT1-UTC=-0.1425989, Accumulated Leap Seconds=18 + { 2444158.50, 50.329166 }, //12 October 1979, UT1-UTC=-0.1451656, Accumulated Leap Seconds=18 + { 2444159.50, 50.331711 }, //13 October 1979, UT1-UTC=-0.1477108, Accumulated Leap Seconds=18 + { 2444160.50, 50.334277 }, //14 October 1979, UT1-UTC=-0.1502768, Accumulated Leap Seconds=18 + { 2444161.50, 50.336894 }, //15 October 1979, UT1-UTC=-0.1528938, Accumulated Leap Seconds=18 + { 2444162.50, 50.339579 }, //16 October 1979, UT1-UTC=-0.1555792, Accumulated Leap Seconds=18 + { 2444163.50, 50.342336 }, //17 October 1979, UT1-UTC=-0.1583361, Accumulated Leap Seconds=18 + { 2444164.50, 50.345155 }, //18 October 1979, UT1-UTC=-0.1611553, Accumulated Leap Seconds=18 + { 2444165.50, 50.348016 }, //19 October 1979, UT1-UTC=-0.1640163, Accumulated Leap Seconds=18 + { 2444166.50, 50.350891 }, //20 October 1979, UT1-UTC=-0.1668910, Accumulated Leap Seconds=18 + { 2444167.50, 50.353748 }, //21 October 1979, UT1-UTC=-0.1697481, Accumulated Leap Seconds=18 + { 2444168.50, 50.356555 }, //22 October 1979, UT1-UTC=-0.1725555, Accumulated Leap Seconds=18 + { 2444169.50, 50.359286 }, //23 October 1979, UT1-UTC=-0.1752861, Accumulated Leap Seconds=18 + { 2444170.50, 50.361925 }, //24 October 1979, UT1-UTC=-0.1779250, Accumulated Leap Seconds=18 + { 2444171.50, 50.364476 }, //25 October 1979, UT1-UTC=-0.1804765, Accumulated Leap Seconds=18 + { 2444172.50, 50.366966 }, //26 October 1979, UT1-UTC=-0.1829659, Accumulated Leap Seconds=18 + { 2444173.50, 50.369436 }, //27 October 1979, UT1-UTC=-0.1854364, Accumulated Leap Seconds=18 + { 2444174.50, 50.371943 }, //28 October 1979, UT1-UTC=-0.1879431, Accumulated Leap Seconds=18 + { 2444175.50, 50.374540 }, //29 October 1979, UT1-UTC=-0.1905405, Accumulated Leap Seconds=18 + { 2444176.50, 50.377268 }, //30 October 1979, UT1-UTC=-0.1932684, Accumulated Leap Seconds=18 + { 2444177.50, 50.380139 }, //31 October 1979, UT1-UTC=-0.1961386, Accumulated Leap Seconds=18 + { 2444178.50, 50.383125 }, //01 November 1979, UT1-UTC=-0.1991254, Accumulated Leap Seconds=18 + { 2444179.50, 50.386166 }, //02 November 1979, UT1-UTC=-0.2021660, Accumulated Leap Seconds=18 + { 2444180.50, 50.389175 }, //03 November 1979, UT1-UTC=-0.2051749, Accumulated Leap Seconds=18 + { 2444181.50, 50.392069 }, //04 November 1979, UT1-UTC=-0.2080693, Accumulated Leap Seconds=18 + { 2444182.50, 50.394793 }, //05 November 1979, UT1-UTC=-0.2107935, Accumulated Leap Seconds=18 + { 2444183.50, 50.397333 }, //06 November 1979, UT1-UTC=-0.2133327, Accumulated Leap Seconds=18 + { 2444184.50, 50.399710 }, //07 November 1979, UT1-UTC=-0.2157097, Accumulated Leap Seconds=18 + { 2444185.50, 50.401972 }, //08 November 1979, UT1-UTC=-0.2179716, Accumulated Leap Seconds=18 + { 2444186.50, 50.404173 }, //09 November 1979, UT1-UTC=-0.2201728, Accumulated Leap Seconds=18 + { 2444187.50, 50.406363 }, //10 November 1979, UT1-UTC=-0.2223635, Accumulated Leap Seconds=18 + { 2444188.50, 50.408584 }, //11 November 1979, UT1-UTC=-0.2245837, Accumulated Leap Seconds=18 + { 2444189.50, 50.410861 }, //12 November 1979, UT1-UTC=-0.2268610, Accumulated Leap Seconds=18 + { 2444190.50, 50.413210 }, //13 November 1979, UT1-UTC=-0.2292099, Accumulated Leap Seconds=18 + { 2444191.50, 50.415631 }, //14 November 1979, UT1-UTC=-0.2316314, Accumulated Leap Seconds=18 + { 2444192.50, 50.418115 }, //15 November 1979, UT1-UTC=-0.2341150, Accumulated Leap Seconds=18 + { 2444193.50, 50.420642 }, //16 November 1979, UT1-UTC=-0.2366418, Accumulated Leap Seconds=18 + { 2444194.50, 50.423186 }, //17 November 1979, UT1-UTC=-0.2391864, Accumulated Leap Seconds=18 + { 2444195.50, 50.425721 }, //18 November 1979, UT1-UTC=-0.2417206, Accumulated Leap Seconds=18 + { 2444196.50, 50.428217 }, //19 November 1979, UT1-UTC=-0.2442172, Accumulated Leap Seconds=18 + { 2444197.50, 50.430656 }, //20 November 1979, UT1-UTC=-0.2466563, Accumulated Leap Seconds=18 + { 2444198.50, 50.433033 }, //21 November 1979, UT1-UTC=-0.2490333, Accumulated Leap Seconds=18 + { 2444199.50, 50.435366 }, //22 November 1979, UT1-UTC=-0.2513657, Accumulated Leap Seconds=18 + { 2444200.50, 50.437693 }, //23 November 1979, UT1-UTC=-0.2536929, Accumulated Leap Seconds=18 + { 2444201.50, 50.440068 }, //24 November 1979, UT1-UTC=-0.2560683, Accumulated Leap Seconds=18 + { 2444202.50, 50.442546 }, //25 November 1979, UT1-UTC=-0.2585460, Accumulated Leap Seconds=18 + { 2444203.50, 50.445166 }, //26 November 1979, UT1-UTC=-0.2611662, Accumulated Leap Seconds=18 + { 2444204.50, 50.447944 }, //27 November 1979, UT1-UTC=-0.2639437, Accumulated Leap Seconds=18 + { 2444205.50, 50.450861 }, //28 November 1979, UT1-UTC=-0.2668609, Accumulated Leap Seconds=18 + { 2444206.50, 50.453870 }, //29 November 1979, UT1-UTC=-0.2698698, Accumulated Leap Seconds=18 + { 2444207.50, 50.456901 }, //30 November 1979, UT1-UTC=-0.2729006, Accumulated Leap Seconds=18 + { 2444208.50, 50.459877 }, //01 December 1979, UT1-UTC=-0.2758772, Accumulated Leap Seconds=18 + { 2444209.50, 50.462737 }, //02 December 1979, UT1-UTC=-0.2787369, Accumulated Leap Seconds=18 + { 2444210.50, 50.465445 }, //03 December 1979, UT1-UTC=-0.2814455, Accumulated Leap Seconds=18 + { 2444211.50, 50.468004 }, //04 December 1979, UT1-UTC=-0.2840045, Accumulated Leap Seconds=18 + { 2444212.50, 50.470444 }, //05 December 1979, UT1-UTC=-0.2864441, Accumulated Leap Seconds=18 + { 2444213.50, 50.472811 }, //06 December 1979, UT1-UTC=-0.2888107, Accumulated Leap Seconds=18 + { 2444214.50, 50.475152 }, //07 December 1979, UT1-UTC=-0.2911522, Accumulated Leap Seconds=18 + { 2444215.50, 50.477509 }, //08 December 1979, UT1-UTC=-0.2935087, Accumulated Leap Seconds=18 + { 2444216.50, 50.479910 }, //09 December 1979, UT1-UTC=-0.2959096, Accumulated Leap Seconds=18 + { 2444217.50, 50.482372 }, //10 December 1979, UT1-UTC=-0.2983721, Accumulated Leap Seconds=18 + { 2444218.50, 50.484901 }, //11 December 1979, UT1-UTC=-0.3009008, Accumulated Leap Seconds=18 + { 2444219.50, 50.487487 }, //12 December 1979, UT1-UTC=-0.3034874, Accumulated Leap Seconds=18 + { 2444220.50, 50.490114 }, //13 December 1979, UT1-UTC=-0.3061136, Accumulated Leap Seconds=18 + { 2444221.50, 50.492755 }, //14 December 1979, UT1-UTC=-0.3087547, Accumulated Leap Seconds=18 + { 2444222.50, 50.495383 }, //15 December 1979, UT1-UTC=-0.3113834, Accumulated Leap Seconds=18 + { 2444223.50, 50.497973 }, //16 December 1979, UT1-UTC=-0.3139733, Accumulated Leap Seconds=18 + { 2444224.50, 50.500502 }, //17 December 1979, UT1-UTC=-0.3165021, Accumulated Leap Seconds=18 + { 2444225.50, 50.502957 }, //18 December 1979, UT1-UTC=-0.3189573, Accumulated Leap Seconds=18 + { 2444226.50, 50.505343 }, //19 December 1979, UT1-UTC=-0.3213431, Accumulated Leap Seconds=18 + { 2444227.50, 50.507687 }, //20 December 1979, UT1-UTC=-0.3236869, Accumulated Leap Seconds=18 + { 2444228.50, 50.510036 }, //21 December 1979, UT1-UTC=-0.3260360, Accumulated Leap Seconds=18 + { 2444229.50, 50.512446 }, //22 December 1979, UT1-UTC=-0.3284461, Accumulated Leap Seconds=18 + { 2444230.50, 50.514963 }, //23 December 1979, UT1-UTC=-0.3309628, Accumulated Leap Seconds=18 + { 2444231.50, 50.517606 }, //24 December 1979, UT1-UTC=-0.3336061, Accumulated Leap Seconds=18 + { 2444232.50, 50.520362 }, //25 December 1979, UT1-UTC=-0.3363620, Accumulated Leap Seconds=18 + { 2444233.50, 50.523187 }, //26 December 1979, UT1-UTC=-0.3391870, Accumulated Leap Seconds=18 + { 2444234.50, 50.526020 }, //27 December 1979, UT1-UTC=-0.3420202, Accumulated Leap Seconds=18 + { 2444235.50, 50.528799 }, //28 December 1979, UT1-UTC=-0.3447989, Accumulated Leap Seconds=18 + { 2444236.50, 50.531472 }, //29 December 1979, UT1-UTC=-0.3474720, Accumulated Leap Seconds=18 + { 2444237.50, 50.534010 }, //30 December 1979, UT1-UTC=-0.3500104, Accumulated Leap Seconds=18 + { 2444238.50, 50.536413 }, //31 December 1979, UT1-UTC=-0.3524133, Accumulated Leap Seconds=18 + { 2444239.50, 50.538707 }, //01 January 1980, UT1-UTC= 0.6452932, Accumulated Leap Seconds=19 + { 2444240.50, 50.540934 }, //02 January 1980, UT1-UTC= 0.6430658, Accumulated Leap Seconds=19 + { 2444241.50, 50.543143 }, //03 January 1980, UT1-UTC= 0.6408565, Accumulated Leap Seconds=19 + { 2444242.50, 50.545377 }, //04 January 1980, UT1-UTC= 0.6386226, Accumulated Leap Seconds=19 + { 2444243.50, 50.547667 }, //05 January 1980, UT1-UTC= 0.6363331, Accumulated Leap Seconds=19 + { 2444244.50, 50.550031 }, //06 January 1980, UT1-UTC= 0.6339692, Accumulated Leap Seconds=19 + { 2444245.50, 50.552475 }, //07 January 1980, UT1-UTC= 0.6315248, Accumulated Leap Seconds=19 + { 2444246.50, 50.554994 }, //08 January 1980, UT1-UTC= 0.6290058, Accumulated Leap Seconds=19 + { 2444247.50, 50.557571 }, //09 January 1980, UT1-UTC= 0.6264286, Accumulated Leap Seconds=19 + { 2444248.50, 50.560183 }, //10 January 1980, UT1-UTC= 0.6238168, Accumulated Leap Seconds=19 + { 2444249.50, 50.562804 }, //11 January 1980, UT1-UTC= 0.6211960, Accumulated Leap Seconds=19 + { 2444250.50, 50.565411 }, //12 January 1980, UT1-UTC= 0.6185894, Accumulated Leap Seconds=19 + { 2444251.50, 50.567984 }, //13 January 1980, UT1-UTC= 0.6160163, Accumulated Leap Seconds=19 + { 2444252.50, 50.570511 }, //14 January 1980, UT1-UTC= 0.6134892, Accumulated Leap Seconds=19 + { 2444253.50, 50.572992 }, //15 January 1980, UT1-UTC= 0.6110084, Accumulated Leap Seconds=19 + { 2444254.50, 50.575444 }, //16 January 1980, UT1-UTC= 0.6085557, Accumulated Leap Seconds=19 + { 2444255.50, 50.577909 }, //17 January 1980, UT1-UTC= 0.6060913, Accumulated Leap Seconds=19 + { 2444256.50, 50.580440 }, //18 January 1980, UT1-UTC= 0.6035604, Accumulated Leap Seconds=19 + { 2444257.50, 50.583089 }, //19 January 1980, UT1-UTC= 0.6009113, Accumulated Leap Seconds=19 + { 2444258.50, 50.585883 }, //20 January 1980, UT1-UTC= 0.5981171, Accumulated Leap Seconds=19 + { 2444259.50, 50.588808 }, //21 January 1980, UT1-UTC= 0.5951917, Accumulated Leap Seconds=19 + { 2444260.50, 50.591810 }, //22 January 1980, UT1-UTC= 0.5921897, Accumulated Leap Seconds=19 + { 2444261.50, 50.594809 }, //23 January 1980, UT1-UTC= 0.5891907, Accumulated Leap Seconds=19 + { 2444262.50, 50.597724 }, //24 January 1980, UT1-UTC= 0.5862760, Accumulated Leap Seconds=19 + { 2444263.50, 50.600491 }, //25 January 1980, UT1-UTC= 0.5835088, Accumulated Leap Seconds=19 + { 2444264.50, 50.603077 }, //26 January 1980, UT1-UTC= 0.5809226, Accumulated Leap Seconds=19 + { 2444265.50, 50.605481 }, //27 January 1980, UT1-UTC= 0.5785193, Accumulated Leap Seconds=19 + { 2444266.50, 50.607726 }, //28 January 1980, UT1-UTC= 0.5762735, Accumulated Leap Seconds=19 + { 2444267.50, 50.609858 }, //29 January 1980, UT1-UTC= 0.5741419, Accumulated Leap Seconds=19 + { 2444268.50, 50.611926 }, //30 January 1980, UT1-UTC= 0.5720739, Accumulated Leap Seconds=19 + { 2444269.50, 50.613977 }, //31 January 1980, UT1-UTC= 0.5700229, Accumulated Leap Seconds=19 + { 2444270.50, 50.616048 }, //01 February 1980, UT1-UTC= 0.5679516, Accumulated Leap Seconds=19 + { 2444271.50, 50.618163 }, //02 February 1980, UT1-UTC= 0.5658367, Accumulated Leap Seconds=19 + { 2444272.50, 50.620333 }, //03 February 1980, UT1-UTC= 0.5636671, Accumulated Leap Seconds=19 + { 2444273.50, 50.622556 }, //04 February 1980, UT1-UTC= 0.5614440, Accumulated Leap Seconds=19 + { 2444274.50, 50.624822 }, //05 February 1980, UT1-UTC= 0.5591784, Accumulated Leap Seconds=19 + { 2444275.50, 50.627111 }, //06 February 1980, UT1-UTC= 0.5568893, Accumulated Leap Seconds=19 + { 2444276.50, 50.629401 }, //07 February 1980, UT1-UTC= 0.5545991, Accumulated Leap Seconds=19 + { 2444277.50, 50.631671 }, //08 February 1980, UT1-UTC= 0.5523286, Accumulated Leap Seconds=19 + { 2444278.50, 50.633907 }, //09 February 1980, UT1-UTC= 0.5500926, Accumulated Leap Seconds=19 + { 2444279.50, 50.636103 }, //10 February 1980, UT1-UTC= 0.5478967, Accumulated Leap Seconds=19 + { 2444280.50, 50.638265 }, //11 February 1980, UT1-UTC= 0.5457353, Accumulated Leap Seconds=19 + { 2444281.50, 50.640412 }, //12 February 1980, UT1-UTC= 0.5435882, Accumulated Leap Seconds=19 + { 2444282.50, 50.642584 }, //13 February 1980, UT1-UTC= 0.5414157, Accumulated Leap Seconds=19 + { 2444283.50, 50.644842 }, //14 February 1980, UT1-UTC= 0.5391578, Accumulated Leap Seconds=19 + { 2444284.50, 50.647253 }, //15 February 1980, UT1-UTC= 0.5367465, Accumulated Leap Seconds=19 + { 2444285.50, 50.649868 }, //16 February 1980, UT1-UTC= 0.5341320, Accumulated Leap Seconds=19 + { 2444286.50, 50.652696 }, //17 February 1980, UT1-UTC= 0.5313039, Accumulated Leap Seconds=19 + { 2444287.50, 50.655698 }, //18 February 1980, UT1-UTC= 0.5283020, Accumulated Leap Seconds=19 + { 2444288.50, 50.658790 }, //19 February 1980, UT1-UTC= 0.5252095, Accumulated Leap Seconds=19 + { 2444289.50, 50.661871 }, //20 February 1980, UT1-UTC= 0.5221292, Accumulated Leap Seconds=19 + { 2444290.50, 50.664847 }, //21 February 1980, UT1-UTC= 0.5191531, Accumulated Leap Seconds=19 + { 2444291.50, 50.667660 }, //22 February 1980, UT1-UTC= 0.5163397, Accumulated Leap Seconds=19 + { 2444292.50, 50.670294 }, //23 February 1980, UT1-UTC= 0.5137060, Accumulated Leap Seconds=19 + { 2444293.50, 50.672767 }, //24 February 1980, UT1-UTC= 0.5112333, Accumulated Leap Seconds=19 + { 2444294.50, 50.675118 }, //25 February 1980, UT1-UTC= 0.5088817, Accumulated Leap Seconds=19 + { 2444295.50, 50.677398 }, //26 February 1980, UT1-UTC= 0.5066019, Accumulated Leap Seconds=19 + { 2444296.50, 50.679654 }, //27 February 1980, UT1-UTC= 0.5043462, Accumulated Leap Seconds=19 + { 2444297.50, 50.681924 }, //28 February 1980, UT1-UTC= 0.5020762, Accumulated Leap Seconds=19 + { 2444298.50, 50.684233 }, //29 February 1980, UT1-UTC= 0.4997665, Accumulated Leap Seconds=19 + { 2444299.50, 50.686594 }, //01 March 1980, UT1-UTC= 0.4974059, Accumulated Leap Seconds=19 + { 2444300.50, 50.689005 }, //02 March 1980, UT1-UTC= 0.4949949, Accumulated Leap Seconds=19 + { 2444301.50, 50.691456 }, //03 March 1980, UT1-UTC= 0.4925444, Accumulated Leap Seconds=19 + { 2444302.50, 50.693925 }, //04 March 1980, UT1-UTC= 0.4900745, Accumulated Leap Seconds=19 + { 2444303.50, 50.696389 }, //05 March 1980, UT1-UTC= 0.4876114, Accumulated Leap Seconds=19 + { 2444304.50, 50.698817 }, //06 March 1980, UT1-UTC= 0.4851831, Accumulated Leap Seconds=19 + { 2444305.50, 50.701187 }, //07 March 1980, UT1-UTC= 0.4828125, Accumulated Leap Seconds=19 + { 2444306.50, 50.703488 }, //08 March 1980, UT1-UTC= 0.4805115, Accumulated Leap Seconds=19 + { 2444307.50, 50.705722 }, //09 March 1980, UT1-UTC= 0.4782783, Accumulated Leap Seconds=19 + { 2444308.50, 50.707903 }, //10 March 1980, UT1-UTC= 0.4760968, Accumulated Leap Seconds=19 + { 2444309.50, 50.710066 }, //11 March 1980, UT1-UTC= 0.4739335, Accumulated Leap Seconds=19 + { 2444310.50, 50.712264 }, //12 March 1980, UT1-UTC= 0.4717359, Accumulated Leap Seconds=19 + { 2444311.50, 50.714563 }, //13 March 1980, UT1-UTC= 0.4694373, Accumulated Leap Seconds=19 + { 2444312.50, 50.717029 }, //14 March 1980, UT1-UTC= 0.4669708, Accumulated Leap Seconds=19 + { 2444313.50, 50.719708 }, //15 March 1980, UT1-UTC= 0.4642916, Accumulated Leap Seconds=19 + { 2444314.50, 50.722601 }, //16 March 1980, UT1-UTC= 0.4613989, Accumulated Leap Seconds=19 + { 2444315.50, 50.725653 }, //17 March 1980, UT1-UTC= 0.4583468, Accumulated Leap Seconds=19 + { 2444316.50, 50.728769 }, //18 March 1980, UT1-UTC= 0.4552311, Accumulated Leap Seconds=19 + { 2444317.50, 50.731841 }, //19 March 1980, UT1-UTC= 0.4521590, Accumulated Leap Seconds=19 + { 2444318.50, 50.734784 }, //20 March 1980, UT1-UTC= 0.4492160, Accumulated Leap Seconds=19 + { 2444319.50, 50.737556 }, //21 March 1980, UT1-UTC= 0.4464437, Accumulated Leap Seconds=19 + { 2444320.50, 50.740163 }, //22 March 1980, UT1-UTC= 0.4438365, Accumulated Leap Seconds=19 + { 2444321.50, 50.742645 }, //23 March 1980, UT1-UTC= 0.4413547, Accumulated Leap Seconds=19 + { 2444322.50, 50.745057 }, //24 March 1980, UT1-UTC= 0.4389426, Accumulated Leap Seconds=19 + { 2444323.50, 50.747456 }, //25 March 1980, UT1-UTC= 0.4365445, Accumulated Leap Seconds=19 + { 2444324.50, 50.749885 }, //26 March 1980, UT1-UTC= 0.4341151, Accumulated Leap Seconds=19 + { 2444325.50, 50.752376 }, //27 March 1980, UT1-UTC= 0.4316235, Accumulated Leap Seconds=19 + { 2444326.50, 50.754946 }, //28 March 1980, UT1-UTC= 0.4290541, Accumulated Leap Seconds=19 + { 2444327.50, 50.757593 }, //29 March 1980, UT1-UTC= 0.4264066, Accumulated Leap Seconds=19 + { 2444328.50, 50.760307 }, //30 March 1980, UT1-UTC= 0.4236932, Accumulated Leap Seconds=19 + { 2444329.50, 50.763064 }, //31 March 1980, UT1-UTC= 0.4209361, Accumulated Leap Seconds=19 + { 2444330.50, 50.765836 }, //01 April 1980, UT1-UTC= 0.4181638, Accumulated Leap Seconds=19 + { 2444331.50, 50.768592 }, //02 April 1980, UT1-UTC= 0.4154084, Accumulated Leap Seconds=19 + { 2444332.50, 50.771299 }, //03 April 1980, UT1-UTC= 0.4127006, Accumulated Leap Seconds=19 + { 2444333.50, 50.773937 }, //04 April 1980, UT1-UTC= 0.4100631, Accumulated Leap Seconds=19 + { 2444334.50, 50.776494 }, //05 April 1980, UT1-UTC= 0.4075055, Accumulated Leap Seconds=19 + { 2444335.50, 50.778979 }, //06 April 1980, UT1-UTC= 0.4050213, Accumulated Leap Seconds=19 + { 2444336.50, 50.781414 }, //07 April 1980, UT1-UTC= 0.4025860, Accumulated Leap Seconds=19 + { 2444337.50, 50.783841 }, //08 April 1980, UT1-UTC= 0.4001589, Accumulated Leap Seconds=19 + { 2444338.50, 50.786314 }, //09 April 1980, UT1-UTC= 0.3976860, Accumulated Leap Seconds=19 + { 2444339.50, 50.788894 }, //10 April 1980, UT1-UTC= 0.3951058, Accumulated Leap Seconds=19 + { 2444340.50, 50.791636 }, //11 April 1980, UT1-UTC= 0.3923640, Accumulated Leap Seconds=19 + { 2444341.50, 50.794566 }, //12 April 1980, UT1-UTC= 0.3894342, Accumulated Leap Seconds=19 + { 2444342.50, 50.797664 }, //13 April 1980, UT1-UTC= 0.3863356, Accumulated Leap Seconds=19 + { 2444343.50, 50.800863 }, //14 April 1980, UT1-UTC= 0.3831366, Accumulated Leap Seconds=19 + { 2444344.50, 50.804061 }, //15 April 1980, UT1-UTC= 0.3799394, Accumulated Leap Seconds=19 + { 2444345.50, 50.807152 }, //16 April 1980, UT1-UTC= 0.3768477, Accumulated Leap Seconds=19 + { 2444346.50, 50.810066 }, //17 April 1980, UT1-UTC= 0.3739345, Accumulated Leap Seconds=19 + { 2444347.50, 50.812777 }, //18 April 1980, UT1-UTC= 0.3712231, Accumulated Leap Seconds=19 + { 2444348.50, 50.815311 }, //19 April 1980, UT1-UTC= 0.3686894, Accumulated Leap Seconds=19 + { 2444349.50, 50.817721 }, //20 April 1980, UT1-UTC= 0.3662792, Accumulated Leap Seconds=19 + { 2444350.50, 50.820070 }, //21 April 1980, UT1-UTC= 0.3639295, Accumulated Leap Seconds=19 + { 2444351.50, 50.822415 }, //22 April 1980, UT1-UTC= 0.3615854, Accumulated Leap Seconds=19 + { 2444352.50, 50.824794 }, //23 April 1980, UT1-UTC= 0.3592064, Accumulated Leap Seconds=19 + { 2444353.50, 50.827232 }, //24 April 1980, UT1-UTC= 0.3567678, Accumulated Leap Seconds=19 + { 2444354.50, 50.829740 }, //25 April 1980, UT1-UTC= 0.3542602, Accumulated Leap Seconds=19 + { 2444355.50, 50.832312 }, //26 April 1980, UT1-UTC= 0.3516879, Accumulated Leap Seconds=19 + { 2444356.50, 50.834933 }, //27 April 1980, UT1-UTC= 0.3490669, Accumulated Leap Seconds=19 + { 2444357.50, 50.837578 }, //28 April 1980, UT1-UTC= 0.3464219, Accumulated Leap Seconds=19 + { 2444358.50, 50.840218 }, //29 April 1980, UT1-UTC= 0.3437821, Accumulated Leap Seconds=19 + { 2444359.50, 50.842823 }, //30 April 1980, UT1-UTC= 0.3411765, Accumulated Leap Seconds=19 + { 2444360.50, 50.845370 }, //01 May 1980, UT1-UTC= 0.3386302, Accumulated Leap Seconds=19 + { 2444361.50, 50.847841 }, //02 May 1980, UT1-UTC= 0.3361585, Accumulated Leap Seconds=19 + { 2444362.50, 50.850238 }, //03 May 1980, UT1-UTC= 0.3337620, Accumulated Leap Seconds=19 + { 2444363.50, 50.852577 }, //04 May 1980, UT1-UTC= 0.3314229, Accumulated Leap Seconds=19 + { 2444364.50, 50.854894 }, //05 May 1980, UT1-UTC= 0.3291059, Accumulated Leap Seconds=19 + { 2444365.50, 50.857238 }, //06 May 1980, UT1-UTC= 0.3267622, Accumulated Leap Seconds=19 + { 2444366.50, 50.859663 }, //07 May 1980, UT1-UTC= 0.3243374, Accumulated Leap Seconds=19 + { 2444367.50, 50.862218 }, //08 May 1980, UT1-UTC= 0.3217821, Accumulated Leap Seconds=19 + { 2444368.50, 50.864935 }, //09 May 1980, UT1-UTC= 0.3190645, Accumulated Leap Seconds=19 + { 2444369.50, 50.867815 }, //10 May 1980, UT1-UTC= 0.3161854, Accumulated Leap Seconds=19 + { 2444370.50, 50.870813 }, //11 May 1980, UT1-UTC= 0.3131870, Accumulated Leap Seconds=19 + { 2444371.50, 50.873851 }, //12 May 1980, UT1-UTC= 0.3101489, Accumulated Leap Seconds=19 + { 2444372.50, 50.876831 }, //13 May 1980, UT1-UTC= 0.3071692, Accumulated Leap Seconds=19 + { 2444373.50, 50.879664 }, //14 May 1980, UT1-UTC= 0.3043362, Accumulated Leap Seconds=19 + { 2444374.50, 50.882298 }, //15 May 1980, UT1-UTC= 0.3017021, Accumulated Leap Seconds=19 + { 2444375.50, 50.884729 }, //16 May 1980, UT1-UTC= 0.2992708, Accumulated Leap Seconds=19 + { 2444376.50, 50.886995 }, //17 May 1980, UT1-UTC= 0.2970052, Accumulated Leap Seconds=19 + { 2444377.50, 50.889153 }, //18 May 1980, UT1-UTC= 0.2948472, Accumulated Leap Seconds=19 + { 2444378.50, 50.891262 }, //19 May 1980, UT1-UTC= 0.2927380, Accumulated Leap Seconds=19 + { 2444379.50, 50.893369 }, //20 May 1980, UT1-UTC= 0.2906307, Accumulated Leap Seconds=19 + { 2444380.50, 50.895505 }, //21 May 1980, UT1-UTC= 0.2884949, Accumulated Leap Seconds=19 + { 2444381.50, 50.897683 }, //22 May 1980, UT1-UTC= 0.2863167, Accumulated Leap Seconds=19 + { 2444382.50, 50.899904 }, //23 May 1980, UT1-UTC= 0.2840964, Accumulated Leap Seconds=19 + { 2444383.50, 50.902153 }, //24 May 1980, UT1-UTC= 0.2818466, Accumulated Leap Seconds=19 + { 2444384.50, 50.904411 }, //25 May 1980, UT1-UTC= 0.2795889, Accumulated Leap Seconds=19 + { 2444385.50, 50.906650 }, //26 May 1980, UT1-UTC= 0.2773499, Accumulated Leap Seconds=19 + { 2444386.50, 50.908844 }, //27 May 1980, UT1-UTC= 0.2751562, Accumulated Leap Seconds=19 + { 2444387.50, 50.910969 }, //28 May 1980, UT1-UTC= 0.2730310, Accumulated Leap Seconds=19 + { 2444388.50, 50.913010 }, //29 May 1980, UT1-UTC= 0.2709900, Accumulated Leap Seconds=19 + { 2444389.50, 50.914962 }, //30 May 1980, UT1-UTC= 0.2690376, Accumulated Leap Seconds=19 + { 2444390.50, 50.916839 }, //31 May 1980, UT1-UTC= 0.2671610, Accumulated Leap Seconds=19 + { 2444391.50, 50.918672 }, //01 June 1980, UT1-UTC= 0.2653280, Accumulated Leap Seconds=19 + { 2444392.50, 50.920510 }, //02 June 1980, UT1-UTC= 0.2634902, Accumulated Leap Seconds=19 + { 2444393.50, 50.922408 }, //03 June 1980, UT1-UTC= 0.2615918, Accumulated Leap Seconds=19 + { 2444394.50, 50.924417 }, //04 June 1980, UT1-UTC= 0.2595828, Accumulated Leap Seconds=19 + { 2444395.50, 50.926569 }, //05 June 1980, UT1-UTC= 0.2574306, Accumulated Leap Seconds=19 + { 2444396.50, 50.928870 }, //06 June 1980, UT1-UTC= 0.2551297, Accumulated Leap Seconds=19 + { 2444397.50, 50.931294 }, //07 June 1980, UT1-UTC= 0.2527062, Accumulated Leap Seconds=19 + { 2444398.50, 50.933783 }, //08 June 1980, UT1-UTC= 0.2502166, Accumulated Leap Seconds=19 + { 2444399.50, 50.936262 }, //09 June 1980, UT1-UTC= 0.2477381, Accumulated Leap Seconds=19 + { 2444400.50, 50.938650 }, //10 June 1980, UT1-UTC= 0.2453499, Accumulated Leap Seconds=19 + { 2444401.50, 50.940889 }, //11 June 1980, UT1-UTC= 0.2431111, Accumulated Leap Seconds=19 + { 2444402.50, 50.942955 }, //12 June 1980, UT1-UTC= 0.2410453, Accumulated Leap Seconds=19 + { 2444403.50, 50.944864 }, //13 June 1980, UT1-UTC= 0.2391361, Accumulated Leap Seconds=19 + { 2444404.50, 50.946662 }, //14 June 1980, UT1-UTC= 0.2373381, Accumulated Leap Seconds=19 + { 2444405.50, 50.948405 }, //15 June 1980, UT1-UTC= 0.2355946, Accumulated Leap Seconds=19 + { 2444406.50, 50.950145 }, //16 June 1980, UT1-UTC= 0.2338555, Accumulated Leap Seconds=19 + { 2444407.50, 50.951913 }, //17 June 1980, UT1-UTC= 0.2320865, Accumulated Leap Seconds=19 + { 2444408.50, 50.953730 }, //18 June 1980, UT1-UTC= 0.2302704, Accumulated Leap Seconds=19 + { 2444409.50, 50.955595 }, //19 June 1980, UT1-UTC= 0.2284052, Accumulated Leap Seconds=19 + { 2444410.50, 50.957498 }, //20 June 1980, UT1-UTC= 0.2265019, Accumulated Leap Seconds=19 + { 2444411.50, 50.959419 }, //21 June 1980, UT1-UTC= 0.2245812, Accumulated Leap Seconds=19 + { 2444412.50, 50.961329 }, //22 June 1980, UT1-UTC= 0.2226707, Accumulated Leap Seconds=19 + { 2444413.50, 50.963202 }, //23 June 1980, UT1-UTC= 0.2207984, Accumulated Leap Seconds=19 + { 2444414.50, 50.965012 }, //24 June 1980, UT1-UTC= 0.2189880, Accumulated Leap Seconds=19 + { 2444415.50, 50.966743 }, //25 June 1980, UT1-UTC= 0.2172565, Accumulated Leap Seconds=19 + { 2444416.50, 50.968389 }, //26 June 1980, UT1-UTC= 0.2156113, Accumulated Leap Seconds=19 + { 2444417.50, 50.969953 }, //27 June 1980, UT1-UTC= 0.2140471, Accumulated Leap Seconds=19 + { 2444418.50, 50.971459 }, //28 June 1980, UT1-UTC= 0.2125405, Accumulated Leap Seconds=19 + { 2444419.50, 50.972951 }, //29 June 1980, UT1-UTC= 0.2110491, Accumulated Leap Seconds=19 + { 2444420.50, 50.974484 }, //30 June 1980, UT1-UTC= 0.2095162, Accumulated Leap Seconds=19 + { 2444421.50, 50.976115 }, //01 July 1980, UT1-UTC= 0.2078852, Accumulated Leap Seconds=19 + { 2444422.50, 50.977883 }, //02 July 1980, UT1-UTC= 0.2061174, Accumulated Leap Seconds=19 + { 2444423.50, 50.979795 }, //03 July 1980, UT1-UTC= 0.2042045, Accumulated Leap Seconds=19 + { 2444424.50, 50.981827 }, //04 July 1980, UT1-UTC= 0.2021725, Accumulated Leap Seconds=19 + { 2444425.50, 50.983924 }, //05 July 1980, UT1-UTC= 0.2000763, Accumulated Leap Seconds=19 + { 2444426.50, 50.986012 }, //06 July 1980, UT1-UTC= 0.1979878, Accumulated Leap Seconds=19 + { 2444427.50, 50.988022 }, //07 July 1980, UT1-UTC= 0.1959782, Accumulated Leap Seconds=19 + { 2444428.50, 50.989897 }, //08 July 1980, UT1-UTC= 0.1941025, Accumulated Leap Seconds=19 + { 2444429.50, 50.991612 }, //09 July 1980, UT1-UTC= 0.1923876, Accumulated Leap Seconds=19 + { 2444430.50, 50.993173 }, //10 July 1980, UT1-UTC= 0.1908268, Accumulated Leap Seconds=19 + { 2444431.50, 50.994617 }, //11 July 1980, UT1-UTC= 0.1893832, Accumulated Leap Seconds=19 + { 2444432.50, 50.995998 }, //12 July 1980, UT1-UTC= 0.1880024, Accumulated Leap Seconds=19 + { 2444433.50, 50.997370 }, //13 July 1980, UT1-UTC= 0.1866302, Accumulated Leap Seconds=19 + { 2444434.50, 50.998775 }, //14 July 1980, UT1-UTC= 0.1852252, Accumulated Leap Seconds=19 + { 2444435.50, 51.000237 }, //15 July 1980, UT1-UTC= 0.1837628, Accumulated Leap Seconds=19 + { 2444436.50, 51.001766 }, //16 July 1980, UT1-UTC= 0.1822344, Accumulated Leap Seconds=19 + { 2444437.50, 51.003355 }, //17 July 1980, UT1-UTC= 0.1806451, Accumulated Leap Seconds=19 + { 2444438.50, 51.004989 }, //18 July 1980, UT1-UTC= 0.1790106, Accumulated Leap Seconds=19 + { 2444439.50, 51.006645 }, //19 July 1980, UT1-UTC= 0.1773545, Accumulated Leap Seconds=19 + { 2444440.50, 51.008297 }, //20 July 1980, UT1-UTC= 0.1757029, Accumulated Leap Seconds=19 + { 2444441.50, 51.009919 }, //21 July 1980, UT1-UTC= 0.1740805, Accumulated Leap Seconds=19 + { 2444442.50, 51.011493 }, //22 July 1980, UT1-UTC= 0.1725069, Accumulated Leap Seconds=19 + { 2444443.50, 51.013007 }, //23 July 1980, UT1-UTC= 0.1709927, Accumulated Leap Seconds=19 + { 2444444.50, 51.014463 }, //24 July 1980, UT1-UTC= 0.1695374, Accumulated Leap Seconds=19 + { 2444445.50, 51.015874 }, //25 July 1980, UT1-UTC= 0.1681259, Accumulated Leap Seconds=19 + { 2444446.50, 51.017274 }, //26 July 1980, UT1-UTC= 0.1667259, Accumulated Leap Seconds=19 + { 2444447.50, 51.018712 }, //27 July 1980, UT1-UTC= 0.1652882, Accumulated Leap Seconds=19 + { 2444448.50, 51.020244 }, //28 July 1980, UT1-UTC= 0.1637564, Accumulated Leap Seconds=19 + { 2444449.50, 51.021918 }, //29 July 1980, UT1-UTC= 0.1620816, Accumulated Leap Seconds=19 + { 2444450.50, 51.023757 }, //30 July 1980, UT1-UTC= 0.1602432, Accumulated Leap Seconds=19 + { 2444451.50, 51.025738 }, //31 July 1980, UT1-UTC= 0.1582620, Accumulated Leap Seconds=19 + { 2444452.50, 51.027802 }, //01 August 1980, UT1-UTC= 0.1561983, Accumulated Leap Seconds=19 + { 2444453.50, 51.029866 }, //02 August 1980, UT1-UTC= 0.1541336, Accumulated Leap Seconds=19 + { 2444454.50, 51.031852 }, //03 August 1980, UT1-UTC= 0.1521480, Accumulated Leap Seconds=19 + { 2444455.50, 51.033700 }, //04 August 1980, UT1-UTC= 0.1503001, Accumulated Leap Seconds=19 + { 2444456.50, 51.035384 }, //05 August 1980, UT1-UTC= 0.1486155, Accumulated Leap Seconds=19 + { 2444457.50, 51.036915 }, //06 August 1980, UT1-UTC= 0.1470852, Accumulated Leap Seconds=19 + { 2444458.50, 51.038328 }, //07 August 1980, UT1-UTC= 0.1456720, Accumulated Leap Seconds=19 + { 2444459.50, 51.039679 }, //08 August 1980, UT1-UTC= 0.1443215, Accumulated Leap Seconds=19 + { 2444460.50, 51.041023 }, //09 August 1980, UT1-UTC= 0.1429769, Accumulated Leap Seconds=19 + { 2444461.50, 51.042409 }, //10 August 1980, UT1-UTC= 0.1415911, Accumulated Leap Seconds=19 + { 2444462.50, 51.043866 }, //11 August 1980, UT1-UTC= 0.1401338, Accumulated Leap Seconds=19 + { 2444463.50, 51.045407 }, //12 August 1980, UT1-UTC= 0.1385931, Accumulated Leap Seconds=19 + { 2444464.50, 51.047028 }, //13 August 1980, UT1-UTC= 0.1369724, Accumulated Leap Seconds=19 + { 2444465.50, 51.048713 }, //14 August 1980, UT1-UTC= 0.1352866, Accumulated Leap Seconds=19 + { 2444466.50, 51.050441 }, //15 August 1980, UT1-UTC= 0.1335591, Accumulated Leap Seconds=19 + { 2444467.50, 51.052183 }, //16 August 1980, UT1-UTC= 0.1318170, Accumulated Leap Seconds=19 + { 2444468.50, 51.053913 }, //17 August 1980, UT1-UTC= 0.1300871, Accumulated Leap Seconds=19 + { 2444469.50, 51.055610 }, //18 August 1980, UT1-UTC= 0.1283896, Accumulated Leap Seconds=19 + { 2444470.50, 51.057266 }, //19 August 1980, UT1-UTC= 0.1267338, Accumulated Leap Seconds=19 + { 2444471.50, 51.058883 }, //20 August 1980, UT1-UTC= 0.1251170, Accumulated Leap Seconds=19 + { 2444472.50, 51.060476 }, //21 August 1980, UT1-UTC= 0.1235244, Accumulated Leap Seconds=19 + { 2444473.50, 51.062074 }, //22 August 1980, UT1-UTC= 0.1219262, Accumulated Leap Seconds=19 + { 2444474.50, 51.063724 }, //23 August 1980, UT1-UTC= 0.1202764, Accumulated Leap Seconds=19 + { 2444475.50, 51.065485 }, //24 August 1980, UT1-UTC= 0.1185148, Accumulated Leap Seconds=19 + { 2444476.50, 51.067420 }, //25 August 1980, UT1-UTC= 0.1165802, Accumulated Leap Seconds=19 + { 2444477.50, 51.069568 }, //26 August 1980, UT1-UTC= 0.1144316, Accumulated Leap Seconds=19 + { 2444478.50, 51.071930 }, //27 August 1980, UT1-UTC= 0.1120698, Accumulated Leap Seconds=19 + { 2444479.50, 51.074454 }, //28 August 1980, UT1-UTC= 0.1095462, Accumulated Leap Seconds=19 + { 2444480.50, 51.077047 }, //29 August 1980, UT1-UTC= 0.1069525, Accumulated Leap Seconds=19 + { 2444481.50, 51.079607 }, //30 August 1980, UT1-UTC= 0.1043928, Accumulated Leap Seconds=19 + { 2444482.50, 51.082047 }, //31 August 1980, UT1-UTC= 0.1019525, Accumulated Leap Seconds=19 + { 2444483.50, 51.084323 }, //01 September 1980, UT1-UTC= 0.0996770, Accumulated Leap Seconds=19 + { 2444484.50, 51.086434 }, //02 September 1980, UT1-UTC= 0.0975662, Accumulated Leap Seconds=19 + { 2444485.50, 51.088416 }, //03 September 1980, UT1-UTC= 0.0955840, Accumulated Leap Seconds=19 + { 2444486.50, 51.090325 }, //04 September 1980, UT1-UTC= 0.0936746, Accumulated Leap Seconds=19 + { 2444487.50, 51.092222 }, //05 September 1980, UT1-UTC= 0.0917784, Accumulated Leap Seconds=19 + { 2444488.50, 51.094155 }, //06 September 1980, UT1-UTC= 0.0898453, Accumulated Leap Seconds=19 + { 2444489.50, 51.096158 }, //07 September 1980, UT1-UTC= 0.0878418, Accumulated Leap Seconds=19 + { 2444490.50, 51.098247 }, //08 September 1980, UT1-UTC= 0.0857530, Accumulated Leap Seconds=19 + { 2444491.50, 51.100418 }, //09 September 1980, UT1-UTC= 0.0835816, Accumulated Leap Seconds=19 + { 2444492.50, 51.102656 }, //10 September 1980, UT1-UTC= 0.0813438, Accumulated Leap Seconds=19 + { 2444493.50, 51.104935 }, //11 September 1980, UT1-UTC= 0.0790647, Accumulated Leap Seconds=19 + { 2444494.50, 51.107225 }, //12 September 1980, UT1-UTC= 0.0767746, Accumulated Leap Seconds=19 + { 2444495.50, 51.109496 }, //13 September 1980, UT1-UTC= 0.0745041, Accumulated Leap Seconds=19 + { 2444496.50, 51.111720 }, //14 September 1980, UT1-UTC= 0.0722798, Accumulated Leap Seconds=19 + { 2444497.50, 51.113882 }, //15 September 1980, UT1-UTC= 0.0701176, Accumulated Leap Seconds=19 + { 2444498.50, 51.115981 }, //16 September 1980, UT1-UTC= 0.0680194, Accumulated Leap Seconds=19 + { 2444499.50, 51.118027 }, //17 September 1980, UT1-UTC= 0.0659725, Accumulated Leap Seconds=19 + { 2444500.50, 51.120050 }, //18 September 1980, UT1-UTC= 0.0639502, Accumulated Leap Seconds=19 + { 2444501.50, 51.122089 }, //19 September 1980, UT1-UTC= 0.0619105, Accumulated Leap Seconds=19 + { 2444502.50, 51.124203 }, //20 September 1980, UT1-UTC= 0.0597970, Accumulated Leap Seconds=19 + { 2444503.50, 51.126456 }, //21 September 1980, UT1-UTC= 0.0575444, Accumulated Leap Seconds=19 + { 2444504.50, 51.128907 }, //22 September 1980, UT1-UTC= 0.0550927, Accumulated Leap Seconds=19 + { 2444505.50, 51.131590 }, //23 September 1980, UT1-UTC= 0.0524103, Accumulated Leap Seconds=19 + { 2444506.50, 51.134486 }, //24 September 1980, UT1-UTC= 0.0495143, Accumulated Leap Seconds=19 + { 2444507.50, 51.137524 }, //25 September 1980, UT1-UTC= 0.0464761, Accumulated Leap Seconds=19 + { 2444508.50, 51.140597 }, //26 September 1980, UT1-UTC= 0.0434028, Accumulated Leap Seconds=19 + { 2444509.50, 51.143596 }, //27 September 1980, UT1-UTC= 0.0404041, Accumulated Leap Seconds=19 + { 2444510.50, 51.146439 }, //28 September 1980, UT1-UTC= 0.0375614, Accumulated Leap Seconds=19 + { 2444511.50, 51.149078 }, //29 September 1980, UT1-UTC= 0.0349219, Accumulated Leap Seconds=19 + { 2444512.50, 51.151513 }, //30 September 1980, UT1-UTC= 0.0324871, Accumulated Leap Seconds=19 + { 2444513.50, 51.153793 }, //01 October 1980, UT1-UTC= 0.0302072, Accumulated Leap Seconds=19 + { 2444514.50, 51.155990 }, //02 October 1980, UT1-UTC= 0.0280100, Accumulated Leap Seconds=19 + { 2444515.50, 51.158173 }, //03 October 1980, UT1-UTC= 0.0258271, Accumulated Leap Seconds=19 + { 2444516.50, 51.160392 }, //04 October 1980, UT1-UTC= 0.0236077, Accumulated Leap Seconds=19 + { 2444517.50, 51.162676 }, //05 October 1980, UT1-UTC= 0.0213242, Accumulated Leap Seconds=19 + { 2444518.50, 51.165031 }, //06 October 1980, UT1-UTC= 0.0189688, Accumulated Leap Seconds=19 + { 2444519.50, 51.167451 }, //07 October 1980, UT1-UTC= 0.0165489, Accumulated Leap Seconds=19 + { 2444520.50, 51.169916 }, //08 October 1980, UT1-UTC= 0.0140836, Accumulated Leap Seconds=19 + { 2444521.50, 51.172401 }, //09 October 1980, UT1-UTC= 0.0115985, Accumulated Leap Seconds=19 + { 2444522.50, 51.174877 }, //10 October 1980, UT1-UTC= 0.0091226, Accumulated Leap Seconds=19 + { 2444523.50, 51.177317 }, //11 October 1980, UT1-UTC= 0.0066830, Accumulated Leap Seconds=19 + { 2444524.50, 51.179700 }, //12 October 1980, UT1-UTC= 0.0043002, Accumulated Leap Seconds=19 + { 2444525.50, 51.182016 }, //13 October 1980, UT1-UTC= 0.0019836, Accumulated Leap Seconds=19 + { 2444526.50, 51.184273 }, //14 October 1980, UT1-UTC=-0.0002728, Accumulated Leap Seconds=19 + { 2444527.50, 51.186490 }, //15 October 1980, UT1-UTC=-0.0024905, Accumulated Leap Seconds=19 + { 2444528.50, 51.188704 }, //16 October 1980, UT1-UTC=-0.0047041, Accumulated Leap Seconds=19 + { 2444529.50, 51.190960 }, //17 October 1980, UT1-UTC=-0.0069601, Accumulated Leap Seconds=19 + { 2444530.50, 51.193313 }, //18 October 1980, UT1-UTC=-0.0093133, Accumulated Leap Seconds=19 + { 2444531.50, 51.195818 }, //19 October 1980, UT1-UTC=-0.0118184, Accumulated Leap Seconds=19 + { 2444532.50, 51.198527 }, //20 October 1980, UT1-UTC=-0.0145267, Accumulated Leap Seconds=19 + { 2444533.50, 51.201457 }, //21 October 1980, UT1-UTC=-0.0174568, Accumulated Leap Seconds=19 + { 2444534.50, 51.204579 }, //22 October 1980, UT1-UTC=-0.0205794, Accumulated Leap Seconds=19 + { 2444535.50, 51.207807 }, //23 October 1980, UT1-UTC=-0.0238069, Accumulated Leap Seconds=19 + { 2444536.50, 51.211017 }, //24 October 1980, UT1-UTC=-0.0270174, Accumulated Leap Seconds=19 + { 2444537.50, 51.214101 }, //25 October 1980, UT1-UTC=-0.0301012, Accumulated Leap Seconds=19 + { 2444538.50, 51.216991 }, //26 October 1980, UT1-UTC=-0.0329912, Accumulated Leap Seconds=19 + { 2444539.50, 51.219677 }, //27 October 1980, UT1-UTC=-0.0356769, Accumulated Leap Seconds=19 + { 2444540.50, 51.222198 }, //28 October 1980, UT1-UTC=-0.0381975, Accumulated Leap Seconds=19 + { 2444541.50, 51.224618 }, //29 October 1980, UT1-UTC=-0.0406183, Accumulated Leap Seconds=19 + { 2444542.50, 51.227006 }, //30 October 1980, UT1-UTC=-0.0430060, Accumulated Leap Seconds=19 + { 2444543.50, 51.229412 }, //31 October 1980, UT1-UTC=-0.0454116, Accumulated Leap Seconds=19 + { 2444544.50, 51.231865 }, //01 November 1980, UT1-UTC=-0.0478645, Accumulated Leap Seconds=19 + { 2444545.50, 51.234374 }, //02 November 1980, UT1-UTC=-0.0503741, Accumulated Leap Seconds=19 + { 2444546.50, 51.236933 }, //03 November 1980, UT1-UTC=-0.0529330, Accumulated Leap Seconds=19 + { 2444547.50, 51.239522 }, //04 November 1980, UT1-UTC=-0.0555216, Accumulated Leap Seconds=19 + { 2444548.50, 51.242113 }, //05 November 1980, UT1-UTC=-0.0581126, Accumulated Leap Seconds=19 + { 2444549.50, 51.244675 }, //06 November 1980, UT1-UTC=-0.0606753, Accumulated Leap Seconds=19 + { 2444550.50, 51.247180 }, //07 November 1980, UT1-UTC=-0.0631800, Accumulated Leap Seconds=19 + { 2444551.50, 51.249603 }, //08 November 1980, UT1-UTC=-0.0656032, Accumulated Leap Seconds=19 + { 2444552.50, 51.251932 }, //09 November 1980, UT1-UTC=-0.0679318, Accumulated Leap Seconds=19 + { 2444553.50, 51.254166 }, //10 November 1980, UT1-UTC=-0.0701665, Accumulated Leap Seconds=19 + { 2444554.50, 51.256324 }, //11 November 1980, UT1-UTC=-0.0723244, Accumulated Leap Seconds=19 + { 2444555.50, 51.258439 }, //12 November 1980, UT1-UTC=-0.0744394, Accumulated Leap Seconds=19 + { 2444556.50, 51.260559 }, //13 November 1980, UT1-UTC=-0.0765590, Accumulated Leap Seconds=19 + { 2444557.50, 51.262738 }, //14 November 1980, UT1-UTC=-0.0787384, Accumulated Leap Seconds=19 + { 2444558.50, 51.265034 }, //15 November 1980, UT1-UTC=-0.0810339, Accumulated Leap Seconds=19 + { 2444559.50, 51.267493 }, //16 November 1980, UT1-UTC=-0.0834934, Accumulated Leap Seconds=19 + { 2444560.50, 51.270144 }, //17 November 1980, UT1-UTC=-0.0861438, Accumulated Leap Seconds=19 + { 2444561.50, 51.272977 }, //18 November 1980, UT1-UTC=-0.0889769, Accumulated Leap Seconds=19 + { 2444562.50, 51.275941 }, //19 November 1980, UT1-UTC=-0.0919406, Accumulated Leap Seconds=19 + { 2444563.50, 51.278947 }, //20 November 1980, UT1-UTC=-0.0949470, Accumulated Leap Seconds=19 + { 2444564.50, 51.281893 }, //21 November 1980, UT1-UTC=-0.0978933, Accumulated Leap Seconds=19 + { 2444565.50, 51.284695 }, //22 November 1980, UT1-UTC=-0.1006952, Accumulated Leap Seconds=19 + { 2444566.50, 51.287313 }, //23 November 1980, UT1-UTC=-0.1033130, Accumulated Leap Seconds=19 + { 2444567.50, 51.289759 }, //24 November 1980, UT1-UTC=-0.1057592, Accumulated Leap Seconds=19 + { 2444568.50, 51.292086 }, //25 November 1980, UT1-UTC=-0.1080864, Accumulated Leap Seconds=19 + { 2444569.50, 51.294362 }, //26 November 1980, UT1-UTC=-0.1103624, Accumulated Leap Seconds=19 + { 2444570.50, 51.296646 }, //27 November 1980, UT1-UTC=-0.1126465, Accumulated Leap Seconds=19 + { 2444571.50, 51.298977 }, //28 November 1980, UT1-UTC=-0.1149769, Accumulated Leap Seconds=19 + { 2444572.50, 51.301369 }, //29 November 1980, UT1-UTC=-0.1173687, Accumulated Leap Seconds=19 + { 2444573.50, 51.303818 }, //30 November 1980, UT1-UTC=-0.1198180, Accumulated Leap Seconds=19 + { 2444574.50, 51.306308 }, //01 December 1980, UT1-UTC=-0.1223080, Accumulated Leap Seconds=19 + { 2444575.50, 51.308813 }, //02 December 1980, UT1-UTC=-0.1248129, Accumulated Leap Seconds=19 + { 2444576.50, 51.311303 }, //03 December 1980, UT1-UTC=-0.1273031, Accumulated Leap Seconds=19 + { 2444577.50, 51.313750 }, //04 December 1980, UT1-UTC=-0.1297503, Accumulated Leap Seconds=19 + { 2444578.50, 51.316131 }, //05 December 1980, UT1-UTC=-0.1321314, Accumulated Leap Seconds=19 + { 2444579.50, 51.318431 }, //06 December 1980, UT1-UTC=-0.1344309, Accumulated Leap Seconds=19 + { 2444580.50, 51.320645 }, //07 December 1980, UT1-UTC=-0.1366445, Accumulated Leap Seconds=19 + { 2444581.50, 51.322782 }, //08 December 1980, UT1-UTC=-0.1387825, Accumulated Leap Seconds=19 + { 2444582.50, 51.324871 }, //09 December 1980, UT1-UTC=-0.1408711, Accumulated Leap Seconds=19 + { 2444583.50, 51.326951 }, //10 December 1980, UT1-UTC=-0.1429511, Accumulated Leap Seconds=19 + { 2444584.50, 51.329074 }, //11 December 1980, UT1-UTC=-0.1450737, Accumulated Leap Seconds=19 + { 2444585.50, 51.331292 }, //12 December 1980, UT1-UTC=-0.1472916, Accumulated Leap Seconds=19 + { 2444586.50, 51.333648 }, //13 December 1980, UT1-UTC=-0.1496479, Accumulated Leap Seconds=19 + { 2444587.50, 51.336167 }, //14 December 1980, UT1-UTC=-0.1521666, Accumulated Leap Seconds=19 + { 2444588.50, 51.338844 }, //15 December 1980, UT1-UTC=-0.1548444, Accumulated Leap Seconds=19 + { 2444589.50, 51.341646 }, //16 December 1980, UT1-UTC=-0.1576463, Accumulated Leap Seconds=19 + { 2444590.50, 51.344507 }, //17 December 1980, UT1-UTC=-0.1605071, Accumulated Leap Seconds=19 + { 2444591.50, 51.347344 }, //18 December 1980, UT1-UTC=-0.1633439, Accumulated Leap Seconds=19 + { 2444592.50, 51.350077 }, //19 December 1980, UT1-UTC=-0.1660767, Accumulated Leap Seconds=19 + { 2444593.50, 51.352653 }, //20 December 1980, UT1-UTC=-0.1686533, Accumulated Leap Seconds=19 + { 2444594.50, 51.355064 }, //21 December 1980, UT1-UTC=-0.1710645, Accumulated Leap Seconds=19 + { 2444595.50, 51.357344 }, //22 December 1980, UT1-UTC=-0.1733442, Accumulated Leap Seconds=19 + { 2444596.50, 51.359553 }, //23 December 1980, UT1-UTC=-0.1755530, Accumulated Leap Seconds=19 + { 2444597.50, 51.361755 }, //24 December 1980, UT1-UTC=-0.1777547, Accumulated Leap Seconds=19 + { 2444598.50, 51.363997 }, //25 December 1980, UT1-UTC=-0.1799971, Accumulated Leap Seconds=19 + { 2444599.50, 51.366304 }, //26 December 1980, UT1-UTC=-0.1823038, Accumulated Leap Seconds=19 + { 2444600.50, 51.368676 }, //27 December 1980, UT1-UTC=-0.1846761, Accumulated Leap Seconds=19 + { 2444601.50, 51.371100 }, //28 December 1980, UT1-UTC=-0.1870997, Accumulated Leap Seconds=19 + { 2444602.50, 51.373551 }, //29 December 1980, UT1-UTC=-0.1895509, Accumulated Leap Seconds=19 + { 2444603.50, 51.376001 }, //30 December 1980, UT1-UTC=-0.1920009, Accumulated Leap Seconds=19 + { 2444604.50, 51.378421 }, //31 December 1980, UT1-UTC=-0.1944207, Accumulated Leap Seconds=19 + { 2444605.50, 51.380785 }, //01 January 1981, UT1-UTC=-0.1967849, Accumulated Leap Seconds=19 + { 2444606.50, 51.383077 }, //02 January 1981, UT1-UTC=-0.1990768, Accumulated Leap Seconds=19 + { 2444607.50, 51.385290 }, //03 January 1981, UT1-UTC=-0.2012902, Accumulated Leap Seconds=19 + { 2444608.50, 51.387432 }, //04 January 1981, UT1-UTC=-0.2034317, Accumulated Leap Seconds=19 + { 2444609.50, 51.389522 }, //05 January 1981, UT1-UTC=-0.2055222, Accumulated Leap Seconds=19 + { 2444610.50, 51.391598 }, //06 January 1981, UT1-UTC=-0.2075984, Accumulated Leap Seconds=19 + { 2444611.50, 51.393711 }, //07 January 1981, UT1-UTC=-0.2097110, Accumulated Leap Seconds=19 + { 2444612.50, 51.395916 }, //08 January 1981, UT1-UTC=-0.2119158, Accumulated Leap Seconds=19 + { 2444613.50, 51.398261 }, //09 January 1981, UT1-UTC=-0.2142612, Accumulated Leap Seconds=19 + { 2444614.50, 51.400773 }, //10 January 1981, UT1-UTC=-0.2167729, Accumulated Leap Seconds=19 + { 2444615.50, 51.403445 }, //11 January 1981, UT1-UTC=-0.2194455, Accumulated Leap Seconds=19 + { 2444616.50, 51.406240 }, //12 January 1981, UT1-UTC=-0.2222400, Accumulated Leap Seconds=19 + { 2444617.50, 51.409092 }, //13 January 1981, UT1-UTC=-0.2250916, Accumulated Leap Seconds=19 + { 2444618.50, 51.411924 }, //14 January 1981, UT1-UTC=-0.2279239, Accumulated Leap Seconds=19 + { 2444619.50, 51.414665 }, //15 January 1981, UT1-UTC=-0.2306646, Accumulated Leap Seconds=19 + { 2444620.50, 51.417262 }, //16 January 1981, UT1-UTC=-0.2332625, Accumulated Leap Seconds=19 + { 2444621.50, 51.419700 }, //17 January 1981, UT1-UTC=-0.2356997, Accumulated Leap Seconds=19 + { 2444622.50, 51.421996 }, //18 January 1981, UT1-UTC=-0.2379958, Accumulated Leap Seconds=19 + { 2444623.50, 51.424200 }, //19 January 1981, UT1-UTC=-0.2401999, Accumulated Leap Seconds=19 + { 2444624.50, 51.426372 }, //20 January 1981, UT1-UTC=-0.2423722, Accumulated Leap Seconds=19 + { 2444625.50, 51.428564 }, //21 January 1981, UT1-UTC=-0.2445643, Accumulated Leap Seconds=19 + { 2444626.50, 51.430806 }, //22 January 1981, UT1-UTC=-0.2468059, Accumulated Leap Seconds=19 + { 2444627.50, 51.433102 }, //23 January 1981, UT1-UTC=-0.2491021, Accumulated Leap Seconds=19 + { 2444628.50, 51.435438 }, //24 January 1981, UT1-UTC=-0.2514384, Accumulated Leap Seconds=19 + { 2444629.50, 51.437790 }, //25 January 1981, UT1-UTC=-0.2537904, Accumulated Leap Seconds=19 + { 2444630.50, 51.440129 }, //26 January 1981, UT1-UTC=-0.2561285, Accumulated Leap Seconds=19 + { 2444631.50, 51.442422 }, //27 January 1981, UT1-UTC=-0.2584219, Accumulated Leap Seconds=19 + { 2444632.50, 51.444643 }, //28 January 1981, UT1-UTC=-0.2606435, Accumulated Leap Seconds=19 + { 2444633.50, 51.446775 }, //29 January 1981, UT1-UTC=-0.2627747, Accumulated Leap Seconds=19 + { 2444634.50, 51.448809 }, //30 January 1981, UT1-UTC=-0.2648091, Accumulated Leap Seconds=19 + { 2444635.50, 51.450754 }, //31 January 1981, UT1-UTC=-0.2667537, Accumulated Leap Seconds=19 + { 2444636.50, 51.452629 }, //01 February 1981, UT1-UTC=-0.2686292, Accumulated Leap Seconds=19 + { 2444637.50, 51.454470 }, //02 February 1981, UT1-UTC=-0.2704700, Accumulated Leap Seconds=19 + { 2444638.50, 51.456325 }, //03 February 1981, UT1-UTC=-0.2723251, Accumulated Leap Seconds=19 + { 2444639.50, 51.458254 }, //04 February 1981, UT1-UTC=-0.2742544, Accumulated Leap Seconds=19 + { 2444640.50, 51.460317 }, //05 February 1981, UT1-UTC=-0.2763172, Accumulated Leap Seconds=19 + { 2444641.50, 51.462554 }, //06 February 1981, UT1-UTC=-0.2785542, Accumulated Leap Seconds=19 + { 2444642.50, 51.464970 }, //07 February 1981, UT1-UTC=-0.2809702, Accumulated Leap Seconds=19 + { 2444643.50, 51.467528 }, //08 February 1981, UT1-UTC=-0.2835277, Accumulated Leap Seconds=19 + { 2444644.50, 51.470155 }, //09 February 1981, UT1-UTC=-0.2861550, Accumulated Leap Seconds=19 + { 2444645.50, 51.472765 }, //10 February 1981, UT1-UTC=-0.2887649, Accumulated Leap Seconds=19 + { 2444646.50, 51.475278 }, //11 February 1981, UT1-UTC=-0.2912784, Accumulated Leap Seconds=19 + { 2444647.50, 51.477644 }, //12 February 1981, UT1-UTC=-0.2936444, Accumulated Leap Seconds=19 + { 2444648.50, 51.479850 }, //13 February 1981, UT1-UTC=-0.2958499, Accumulated Leap Seconds=19 + { 2444649.50, 51.481919 }, //14 February 1981, UT1-UTC=-0.2979186, Accumulated Leap Seconds=19 + { 2444650.50, 51.483903 }, //15 February 1981, UT1-UTC=-0.2999027, Accumulated Leap Seconds=19 + { 2444651.50, 51.485868 }, //16 February 1981, UT1-UTC=-0.3018679, Accumulated Leap Seconds=19 + { 2444652.50, 51.487876 }, //17 February 1981, UT1-UTC=-0.3038764, Accumulated Leap Seconds=19 + { 2444653.50, 51.489972 }, //18 February 1981, UT1-UTC=-0.3059724, Accumulated Leap Seconds=19 + { 2444654.50, 51.492175 }, //19 February 1981, UT1-UTC=-0.3081755, Accumulated Leap Seconds=19 + { 2444655.50, 51.494482 }, //20 February 1981, UT1-UTC=-0.3104817, Accumulated Leap Seconds=19 + { 2444656.50, 51.496871 }, //21 February 1981, UT1-UTC=-0.3128708, Accumulated Leap Seconds=19 + { 2444657.50, 51.499314 }, //22 February 1981, UT1-UTC=-0.3153137, Accumulated Leap Seconds=19 + { 2444658.50, 51.501779 }, //23 February 1981, UT1-UTC=-0.3177786, Accumulated Leap Seconds=19 + { 2444659.50, 51.504236 }, //24 February 1981, UT1-UTC=-0.3202357, Accumulated Leap Seconds=19 + { 2444660.50, 51.506662 }, //25 February 1981, UT1-UTC=-0.3226623, Accumulated Leap Seconds=19 + { 2444661.50, 51.509047 }, //26 February 1981, UT1-UTC=-0.3250466, Accumulated Leap Seconds=19 + { 2444662.50, 51.511391 }, //27 February 1981, UT1-UTC=-0.3273911, Accumulated Leap Seconds=19 + { 2444663.50, 51.513712 }, //28 February 1981, UT1-UTC=-0.3297123, Accumulated Leap Seconds=19 + { 2444664.50, 51.516039 }, //01 March 1981, UT1-UTC=-0.3320394, Accumulated Leap Seconds=19 + { 2444665.50, 51.518412 }, //02 March 1981, UT1-UTC=-0.3344120, Accumulated Leap Seconds=19 + { 2444666.50, 51.520881 }, //03 March 1981, UT1-UTC=-0.3368807, Accumulated Leap Seconds=19 + { 2444667.50, 51.523503 }, //04 March 1981, UT1-UTC=-0.3395035, Accumulated Leap Seconds=19 + { 2444668.50, 51.526331 }, //05 March 1981, UT1-UTC=-0.3423313, Accumulated Leap Seconds=19 + { 2444669.50, 51.529386 }, //06 March 1981, UT1-UTC=-0.3453865, Accumulated Leap Seconds=19 + { 2444670.50, 51.532646 }, //07 March 1981, UT1-UTC=-0.3486457, Accumulated Leap Seconds=19 + { 2444671.50, 51.536037 }, //08 March 1981, UT1-UTC=-0.3520370, Accumulated Leap Seconds=19 + { 2444672.50, 51.539455 }, //09 March 1981, UT1-UTC=-0.3554548, Accumulated Leap Seconds=19 + { 2444673.50, 51.542790 }, //10 March 1981, UT1-UTC=-0.3587897, Accumulated Leap Seconds=19 + { 2444674.50, 51.545959 }, //11 March 1981, UT1-UTC=-0.3619587, Accumulated Leap Seconds=19 + { 2444675.50, 51.548925 }, //12 March 1981, UT1-UTC=-0.3649249, Accumulated Leap Seconds=19 + { 2444676.50, 51.551699 }, //13 March 1981, UT1-UTC=-0.3676989, Accumulated Leap Seconds=19 + { 2444677.50, 51.554327 }, //14 March 1981, UT1-UTC=-0.3703271, Accumulated Leap Seconds=19 + { 2444678.50, 51.556873 }, //15 March 1981, UT1-UTC=-0.3728734, Accumulated Leap Seconds=19 + { 2444679.50, 51.559400 }, //16 March 1981, UT1-UTC=-0.3754002, Accumulated Leap Seconds=19 + { 2444680.50, 51.561955 }, //17 March 1981, UT1-UTC=-0.3779546, Accumulated Leap Seconds=19 + { 2444681.50, 51.564561 }, //18 March 1981, UT1-UTC=-0.3805608, Accumulated Leap Seconds=19 + { 2444682.50, 51.567221 }, //19 March 1981, UT1-UTC=-0.3832206, Accumulated Leap Seconds=19 + { 2444683.50, 51.569917 }, //20 March 1981, UT1-UTC=-0.3859169, Accumulated Leap Seconds=19 + { 2444684.50, 51.572621 }, //21 March 1981, UT1-UTC=-0.3886210, Accumulated Leap Seconds=19 + { 2444685.50, 51.575299 }, //22 March 1981, UT1-UTC=-0.3912986, Accumulated Leap Seconds=19 + { 2444686.50, 51.577916 }, //23 March 1981, UT1-UTC=-0.3939164, Accumulated Leap Seconds=19 + { 2444687.50, 51.580446 }, //24 March 1981, UT1-UTC=-0.3964461, Accumulated Leap Seconds=19 + { 2444688.50, 51.582870 }, //25 March 1981, UT1-UTC=-0.3988704, Accumulated Leap Seconds=19 + { 2444689.50, 51.585186 }, //26 March 1981, UT1-UTC=-0.4011864, Accumulated Leap Seconds=19 + { 2444690.50, 51.587408 }, //27 March 1981, UT1-UTC=-0.4034080, Accumulated Leap Seconds=19 + { 2444691.50, 51.589565 }, //28 March 1981, UT1-UTC=-0.4055650, Accumulated Leap Seconds=19 + { 2444692.50, 51.591700 }, //29 March 1981, UT1-UTC=-0.4077000, Accumulated Leap Seconds=19 + { 2444693.50, 51.593867 }, //30 March 1981, UT1-UTC=-0.4098667, Accumulated Leap Seconds=19 + { 2444694.50, 51.596128 }, //31 March 1981, UT1-UTC=-0.4121276, Accumulated Leap Seconds=19 + { 2444695.50, 51.598548 }, //01 April 1981, UT1-UTC=-0.4145479, Accumulated Leap Seconds=19 + { 2444696.50, 51.601179 }, //02 April 1981, UT1-UTC=-0.4171794, Accumulated Leap Seconds=19 + { 2444697.50, 51.604040 }, //03 April 1981, UT1-UTC=-0.4200401, Accumulated Leap Seconds=19 + { 2444698.50, 51.607097 }, //04 April 1981, UT1-UTC=-0.4230968, Accumulated Leap Seconds=19 + { 2444699.50, 51.610265 }, //05 April 1981, UT1-UTC=-0.4262651, Accumulated Leap Seconds=19 + { 2444700.50, 51.613432 }, //06 April 1981, UT1-UTC=-0.4294318, Accumulated Leap Seconds=19 + { 2444701.50, 51.616492 }, //07 April 1981, UT1-UTC=-0.4324918, Accumulated Leap Seconds=19 + { 2444702.50, 51.619381 }, //08 April 1981, UT1-UTC=-0.4353808, Accumulated Leap Seconds=19 + { 2444703.50, 51.622091 }, //09 April 1981, UT1-UTC=-0.4380908, Accumulated Leap Seconds=19 + { 2444704.50, 51.624664 }, //10 April 1981, UT1-UTC=-0.4406638, Accumulated Leap Seconds=19 + { 2444705.50, 51.627170 }, //11 April 1981, UT1-UTC=-0.4431695, Accumulated Leap Seconds=19 + { 2444706.50, 51.629680 }, //12 April 1981, UT1-UTC=-0.4456805, Accumulated Leap Seconds=19 + { 2444707.50, 51.632254 }, //13 April 1981, UT1-UTC=-0.4482538, Accumulated Leap Seconds=19 + { 2444708.50, 51.634921 }, //14 April 1981, UT1-UTC=-0.4509213, Accumulated Leap Seconds=19 + { 2444709.50, 51.637690 }, //15 April 1981, UT1-UTC=-0.4536905, Accumulated Leap Seconds=19 + { 2444710.50, 51.640548 }, //16 April 1981, UT1-UTC=-0.4565482, Accumulated Leap Seconds=19 + { 2444711.50, 51.643466 }, //17 April 1981, UT1-UTC=-0.4594661, Accumulated Leap Seconds=19 + { 2444712.50, 51.646407 }, //18 April 1981, UT1-UTC=-0.4624072, Accumulated Leap Seconds=19 + { 2444713.50, 51.649331 }, //19 April 1981, UT1-UTC=-0.4653310, Accumulated Leap Seconds=19 + { 2444714.50, 51.652198 }, //20 April 1981, UT1-UTC=-0.4681983, Accumulated Leap Seconds=19 + { 2444715.50, 51.654978 }, //21 April 1981, UT1-UTC=-0.4709777, Accumulated Leap Seconds=19 + { 2444716.50, 51.657651 }, //22 April 1981, UT1-UTC=-0.4736507, Accumulated Leap Seconds=19 + { 2444717.50, 51.660215 }, //23 April 1981, UT1-UTC=-0.4762150, Accumulated Leap Seconds=19 + { 2444718.50, 51.662687 }, //24 April 1981, UT1-UTC=-0.4786868, Accumulated Leap Seconds=19 + { 2444719.50, 51.665097 }, //25 April 1981, UT1-UTC=-0.4810974, Accumulated Leap Seconds=19 + { 2444720.50, 51.667490 }, //26 April 1981, UT1-UTC=-0.4834904, Accumulated Leap Seconds=19 + { 2444721.50, 51.669918 }, //27 April 1981, UT1-UTC=-0.4859176, Accumulated Leap Seconds=19 + { 2444722.50, 51.672434 }, //28 April 1981, UT1-UTC=-0.4884342, Accumulated Leap Seconds=19 + { 2444723.50, 51.675092 }, //29 April 1981, UT1-UTC=-0.4910916, Accumulated Leap Seconds=19 + { 2444724.50, 51.677923 }, //30 April 1981, UT1-UTC=-0.4939229, Accumulated Leap Seconds=19 + { 2444725.50, 51.680924 }, //01 May 1981, UT1-UTC=-0.4969240, Accumulated Leap Seconds=19 + { 2444726.50, 51.684042 }, //02 May 1981, UT1-UTC=-0.5000422, Accumulated Leap Seconds=19 + { 2444727.50, 51.687181 }, //03 May 1981, UT1-UTC=-0.5031810, Accumulated Leap Seconds=19 + { 2444728.50, 51.690226 }, //04 May 1981, UT1-UTC=-0.5062258, Accumulated Leap Seconds=19 + { 2444729.50, 51.693082 }, //05 May 1981, UT1-UTC=-0.5090820, Accumulated Leap Seconds=19 + { 2444730.50, 51.695706 }, //06 May 1981, UT1-UTC=-0.5117062, Accumulated Leap Seconds=19 + { 2444731.50, 51.698115 }, //07 May 1981, UT1-UTC=-0.5141149, Accumulated Leap Seconds=19 + { 2444732.50, 51.700371 }, //08 May 1981, UT1-UTC=-0.5163715, Accumulated Leap Seconds=19 + { 2444733.50, 51.702557 }, //09 May 1981, UT1-UTC=-0.5185568, Accumulated Leap Seconds=19 + { 2444734.50, 51.704743 }, //10 May 1981, UT1-UTC=-0.5207429, Accumulated Leap Seconds=19 + { 2444735.50, 51.706977 }, //11 May 1981, UT1-UTC=-0.5229772, Accumulated Leap Seconds=19 + { 2444736.50, 51.709279 }, //12 May 1981, UT1-UTC=-0.5252793, Accumulated Leap Seconds=19 + { 2444737.50, 51.711646 }, //13 May 1981, UT1-UTC=-0.5276464, Accumulated Leap Seconds=19 + { 2444738.50, 51.714060 }, //14 May 1981, UT1-UTC=-0.5300601, Accumulated Leap Seconds=19 + { 2444739.50, 51.716493 }, //15 May 1981, UT1-UTC=-0.5324934, Accumulated Leap Seconds=19 + { 2444740.50, 51.718915 }, //16 May 1981, UT1-UTC=-0.5349155, Accumulated Leap Seconds=19 + { 2444741.50, 51.721296 }, //17 May 1981, UT1-UTC=-0.5372959, Accumulated Leap Seconds=19 + { 2444742.50, 51.723609 }, //18 May 1981, UT1-UTC=-0.5396090, Accumulated Leap Seconds=19 + { 2444743.50, 51.725839 }, //19 May 1981, UT1-UTC=-0.5418392, Accumulated Leap Seconds=19 + { 2444744.50, 51.727984 }, //20 May 1981, UT1-UTC=-0.5439842, Accumulated Leap Seconds=19 + { 2444745.50, 51.730057 }, //21 May 1981, UT1-UTC=-0.5460571, Accumulated Leap Seconds=19 + { 2444746.50, 51.732087 }, //22 May 1981, UT1-UTC=-0.5480870, Accumulated Leap Seconds=19 + { 2444747.50, 51.734115 }, //23 May 1981, UT1-UTC=-0.5501150, Accumulated Leap Seconds=19 + { 2444748.50, 51.736189 }, //24 May 1981, UT1-UTC=-0.5521892, Accumulated Leap Seconds=19 + { 2444749.50, 51.738360 }, //25 May 1981, UT1-UTC=-0.5543596, Accumulated Leap Seconds=19 + { 2444750.50, 51.740672 }, //26 May 1981, UT1-UTC=-0.5566719, Accumulated Leap Seconds=19 + { 2444751.50, 51.743160 }, //27 May 1981, UT1-UTC=-0.5591598, Accumulated Leap Seconds=19 + { 2444752.50, 51.745833 }, //28 May 1981, UT1-UTC=-0.5618327, Accumulated Leap Seconds=19 + { 2444753.50, 51.748663 }, //29 May 1981, UT1-UTC=-0.5646635, Accumulated Leap Seconds=19 + { 2444754.50, 51.751583 }, //30 May 1981, UT1-UTC=-0.5675835, Accumulated Leap Seconds=19 + { 2444755.50, 51.754492 }, //31 May 1981, UT1-UTC=-0.5704924, Accumulated Leap Seconds=19 + { 2444756.50, 51.757285 }, //01 June 1981, UT1-UTC=-0.5732854, Accumulated Leap Seconds=19 + { 2444757.50, 51.759888 }, //02 June 1981, UT1-UTC=-0.5758879, Accumulated Leap Seconds=19 + { 2444758.50, 51.762279 }, //03 June 1981, UT1-UTC=-0.5782792, Accumulated Leap Seconds=19 + { 2444759.50, 51.764494 }, //04 June 1981, UT1-UTC=-0.5804940, Accumulated Leap Seconds=19 + { 2444760.50, 51.766602 }, //05 June 1981, UT1-UTC=-0.5826020, Accumulated Leap Seconds=19 + { 2444761.50, 51.768678 }, //06 June 1981, UT1-UTC=-0.5846779, Accumulated Leap Seconds=19 + { 2444762.50, 51.770776 }, //07 June 1981, UT1-UTC=-0.5867761, Accumulated Leap Seconds=19 + { 2444763.50, 51.772920 }, //08 June 1981, UT1-UTC=-0.5889200, Accumulated Leap Seconds=19 + { 2444764.50, 51.775105 }, //09 June 1981, UT1-UTC=-0.5911049, Accumulated Leap Seconds=19 + { 2444765.50, 51.777307 }, //10 June 1981, UT1-UTC=-0.5933073, Accumulated Leap Seconds=19 + { 2444766.50, 51.779495 }, //11 June 1981, UT1-UTC=-0.5954946, Accumulated Leap Seconds=19 + { 2444767.50, 51.781631 }, //12 June 1981, UT1-UTC=-0.5976311, Accumulated Leap Seconds=19 + { 2444768.50, 51.783683 }, //13 June 1981, UT1-UTC=-0.5996832, Accumulated Leap Seconds=19 + { 2444769.50, 51.785623 }, //14 June 1981, UT1-UTC=-0.6016228, Accumulated Leap Seconds=19 + { 2444770.50, 51.787431 }, //15 June 1981, UT1-UTC=-0.6034315, Accumulated Leap Seconds=19 + { 2444771.50, 51.789104 }, //16 June 1981, UT1-UTC=-0.6051043, Accumulated Leap Seconds=19 + { 2444772.50, 51.790651 }, //17 June 1981, UT1-UTC=-0.6066515, Accumulated Leap Seconds=19 + { 2444773.50, 51.792099 }, //18 June 1981, UT1-UTC=-0.6080991, Accumulated Leap Seconds=19 + { 2444774.50, 51.793487 }, //19 June 1981, UT1-UTC=-0.6094870, Accumulated Leap Seconds=19 + { 2444775.50, 51.794865 }, //20 June 1981, UT1-UTC=-0.6108651, Accumulated Leap Seconds=19 + { 2444776.50, 51.796286 }, //21 June 1981, UT1-UTC=-0.6122857, Accumulated Leap Seconds=19 + { 2444777.50, 51.797796 }, //22 June 1981, UT1-UTC=-0.6137956, Accumulated Leap Seconds=19 + { 2444778.50, 51.799427 }, //23 June 1981, UT1-UTC=-0.6154270, Accumulated Leap Seconds=19 + { 2444779.50, 51.801191 }, //24 June 1981, UT1-UTC=-0.6171909, Accumulated Leap Seconds=19 + { 2444780.50, 51.803071 }, //25 June 1981, UT1-UTC=-0.6190711, Accumulated Leap Seconds=19 + { 2444781.50, 51.805021 }, //26 June 1981, UT1-UTC=-0.6210211, Accumulated Leap Seconds=19 + { 2444782.50, 51.806967 }, //27 June 1981, UT1-UTC=-0.6229673, Accumulated Leap Seconds=19 + { 2444783.50, 51.808825 }, //28 June 1981, UT1-UTC=-0.6248250, Accumulated Leap Seconds=19 + { 2444784.50, 51.810521 }, //29 June 1981, UT1-UTC=-0.6265211, Accumulated Leap Seconds=19 + { 2444785.50, 51.812019 }, //30 June 1981, UT1-UTC=-0.6280192, Accumulated Leap Seconds=19 + { 2444786.50, 51.813333 }, //01 July 1981, UT1-UTC= 0.3706665, Accumulated Leap Seconds=20 + { 2444787.50, 51.814522 }, //02 July 1981, UT1-UTC= 0.3694777, Accumulated Leap Seconds=20 + { 2444788.50, 51.815664 }, //03 July 1981, UT1-UTC= 0.3683358, Accumulated Leap Seconds=20 + { 2444789.50, 51.816828 }, //04 July 1981, UT1-UTC= 0.3671721, Accumulated Leap Seconds=20 + { 2444790.50, 51.818053 }, //05 July 1981, UT1-UTC= 0.3659465, Accumulated Leap Seconds=20 + { 2444791.50, 51.819347 }, //06 July 1981, UT1-UTC= 0.3646531, Accumulated Leap Seconds=20 + { 2444792.50, 51.820688 }, //07 July 1981, UT1-UTC= 0.3633115, Accumulated Leap Seconds=20 + { 2444793.50, 51.822045 }, //08 July 1981, UT1-UTC= 0.3619550, Accumulated Leap Seconds=20 + { 2444794.50, 51.823379 }, //09 July 1981, UT1-UTC= 0.3606205, Accumulated Leap Seconds=20 + { 2444795.50, 51.824658 }, //10 July 1981, UT1-UTC= 0.3593416, Accumulated Leap Seconds=20 + { 2444796.50, 51.825855 }, //11 July 1981, UT1-UTC= 0.3581453, Accumulated Leap Seconds=20 + { 2444797.50, 51.826952 }, //12 July 1981, UT1-UTC= 0.3570477, Accumulated Leap Seconds=20 + { 2444798.50, 51.827948 }, //13 July 1981, UT1-UTC= 0.3560519, Accumulated Leap Seconds=20 + { 2444799.50, 51.828853 }, //14 July 1981, UT1-UTC= 0.3551467, Accumulated Leap Seconds=20 + { 2444800.50, 51.829694 }, //15 July 1981, UT1-UTC= 0.3543064, Accumulated Leap Seconds=20 + { 2444801.50, 51.830509 }, //16 July 1981, UT1-UTC= 0.3534912, Accumulated Leap Seconds=20 + { 2444802.50, 51.831350 }, //17 July 1981, UT1-UTC= 0.3526498, Accumulated Leap Seconds=20 + { 2444803.50, 51.832276 }, //18 July 1981, UT1-UTC= 0.3517243, Accumulated Leap Seconds=20 + { 2444804.50, 51.833340 }, //19 July 1981, UT1-UTC= 0.3506603, Accumulated Leap Seconds=20 + { 2444805.50, 51.834581 }, //20 July 1981, UT1-UTC= 0.3494185, Accumulated Leap Seconds=20 + { 2444806.50, 51.836015 }, //21 July 1981, UT1-UTC= 0.3479847, Accumulated Leap Seconds=20 + { 2444807.50, 51.837624 }, //22 July 1981, UT1-UTC= 0.3463761, Accumulated Leap Seconds=20 + { 2444808.50, 51.839360 }, //23 July 1981, UT1-UTC= 0.3446398, Accumulated Leap Seconds=20 + { 2444809.50, 51.841156 }, //24 July 1981, UT1-UTC= 0.3428438, Accumulated Leap Seconds=20 + { 2444810.50, 51.842936 }, //25 July 1981, UT1-UTC= 0.3410644, Accumulated Leap Seconds=20 + { 2444811.50, 51.844631 }, //26 July 1981, UT1-UTC= 0.3393691, Accumulated Leap Seconds=20 + { 2444812.50, 51.846202 }, //27 July 1981, UT1-UTC= 0.3377979, Accumulated Leap Seconds=20 + { 2444813.50, 51.847649 }, //28 July 1981, UT1-UTC= 0.3363514, Accumulated Leap Seconds=20 + { 2444814.50, 51.849010 }, //29 July 1981, UT1-UTC= 0.3349899, Accumulated Leap Seconds=20 + { 2444815.50, 51.850353 }, //30 July 1981, UT1-UTC= 0.3336469, Accumulated Leap Seconds=20 + { 2444816.50, 51.851746 }, //31 July 1981, UT1-UTC= 0.3322535, Accumulated Leap Seconds=20 + { 2444817.50, 51.853238 }, //01 August 1981, UT1-UTC= 0.3307615, Accumulated Leap Seconds=20 + { 2444818.50, 51.854844 }, //02 August 1981, UT1-UTC= 0.3291561, Accumulated Leap Seconds=20 + { 2444819.50, 51.856546 }, //03 August 1981, UT1-UTC= 0.3274544, Accumulated Leap Seconds=20 + { 2444820.50, 51.858306 }, //04 August 1981, UT1-UTC= 0.3256944, Accumulated Leap Seconds=20 + { 2444821.50, 51.860078 }, //05 August 1981, UT1-UTC= 0.3239221, Accumulated Leap Seconds=20 + { 2444822.50, 51.861818 }, //06 August 1981, UT1-UTC= 0.3221817, Accumulated Leap Seconds=20 + { 2444823.50, 51.863490 }, //07 August 1981, UT1-UTC= 0.3205100, Accumulated Leap Seconds=20 + { 2444824.50, 51.865067 }, //08 August 1981, UT1-UTC= 0.3189326, Accumulated Leap Seconds=20 + { 2444825.50, 51.866539 }, //09 August 1981, UT1-UTC= 0.3174612, Accumulated Leap Seconds=20 + { 2444826.50, 51.867908 }, //10 August 1981, UT1-UTC= 0.3160922, Accumulated Leap Seconds=20 + { 2444827.50, 51.869193 }, //11 August 1981, UT1-UTC= 0.3148068, Accumulated Leap Seconds=20 + { 2444828.50, 51.870427 }, //12 August 1981, UT1-UTC= 0.3135734, Accumulated Leap Seconds=20 + { 2444829.50, 51.871651 }, //13 August 1981, UT1-UTC= 0.3123490, Accumulated Leap Seconds=20 + { 2444830.50, 51.872918 }, //14 August 1981, UT1-UTC= 0.3110819, Accumulated Leap Seconds=20 + { 2444831.50, 51.874283 }, //15 August 1981, UT1-UTC= 0.3097165, Accumulated Leap Seconds=20 + { 2444832.50, 51.875794 }, //16 August 1981, UT1-UTC= 0.3082058, Accumulated Leap Seconds=20 + { 2444833.50, 51.877473 }, //17 August 1981, UT1-UTC= 0.3065269, Accumulated Leap Seconds=20 + { 2444834.50, 51.879307 }, //18 August 1981, UT1-UTC= 0.3046927, Accumulated Leap Seconds=20 + { 2444835.50, 51.881247 }, //19 August 1981, UT1-UTC= 0.3027534, Accumulated Leap Seconds=20 + { 2444836.50, 51.883214 }, //20 August 1981, UT1-UTC= 0.3007863, Accumulated Leap Seconds=20 + { 2444837.50, 51.885124 }, //21 August 1981, UT1-UTC= 0.2988761, Accumulated Leap Seconds=20 + { 2444838.50, 51.886907 }, //22 August 1981, UT1-UTC= 0.2970932, Accumulated Leap Seconds=20 + { 2444839.50, 51.888523 }, //23 August 1981, UT1-UTC= 0.2954768, Accumulated Leap Seconds=20 + { 2444840.50, 51.889974 }, //24 August 1981, UT1-UTC= 0.2940264, Accumulated Leap Seconds=20 + { 2444841.50, 51.891296 }, //25 August 1981, UT1-UTC= 0.2927041, Accumulated Leap Seconds=20 + { 2444842.50, 51.892555 }, //26 August 1981, UT1-UTC= 0.2914453, Accumulated Leap Seconds=20 + { 2444843.50, 51.893823 }, //27 August 1981, UT1-UTC= 0.2901771, Accumulated Leap Seconds=20 + { 2444844.50, 51.895162 }, //28 August 1981, UT1-UTC= 0.2888384, Accumulated Leap Seconds=20 + { 2444845.50, 51.896604 }, //29 August 1981, UT1-UTC= 0.2873960, Accumulated Leap Seconds=20 + { 2444846.50, 51.898151 }, //30 August 1981, UT1-UTC= 0.2858492, Accumulated Leap Seconds=20 + { 2444847.50, 51.899775 }, //31 August 1981, UT1-UTC= 0.2842247, Accumulated Leap Seconds=20 + { 2444848.50, 51.901436 }, //01 September 1981, UT1-UTC= 0.2825642, Accumulated Leap Seconds=20 + { 2444849.50, 51.903088 }, //02 September 1981, UT1-UTC= 0.2809121, Accumulated Leap Seconds=20 + { 2444850.50, 51.904693 }, //03 September 1981, UT1-UTC= 0.2793066, Accumulated Leap Seconds=20 + { 2444851.50, 51.906225 }, //04 September 1981, UT1-UTC= 0.2777746, Accumulated Leap Seconds=20 + { 2444852.50, 51.907671 }, //05 September 1981, UT1-UTC= 0.2763288, Accumulated Leap Seconds=20 + { 2444853.50, 51.909035 }, //06 September 1981, UT1-UTC= 0.2749651, Accumulated Leap Seconds=20 + { 2444854.50, 51.910337 }, //07 September 1981, UT1-UTC= 0.2736626, Accumulated Leap Seconds=20 + { 2444855.50, 51.911613 }, //08 September 1981, UT1-UTC= 0.2723866, Accumulated Leap Seconds=20 + { 2444856.50, 51.912909 }, //09 September 1981, UT1-UTC= 0.2710914, Accumulated Leap Seconds=20 + { 2444857.50, 51.914277 }, //10 September 1981, UT1-UTC= 0.2697232, Accumulated Leap Seconds=20 + { 2444858.50, 51.915777 }, //11 September 1981, UT1-UTC= 0.2682232, Accumulated Leap Seconds=20 + { 2444859.50, 51.917465 }, //12 September 1981, UT1-UTC= 0.2665346, Accumulated Leap Seconds=20 + { 2444860.50, 51.919384 }, //13 September 1981, UT1-UTC= 0.2646162, Accumulated Leap Seconds=20 + { 2444861.50, 51.921540 }, //14 September 1981, UT1-UTC= 0.2624596, Accumulated Leap Seconds=20 + { 2444862.50, 51.923899 }, //15 September 1981, UT1-UTC= 0.2601009, Accumulated Leap Seconds=20 + { 2444863.50, 51.926381 }, //16 September 1981, UT1-UTC= 0.2576186, Accumulated Leap Seconds=20 + { 2444864.50, 51.928885 }, //17 September 1981, UT1-UTC= 0.2551147, Accumulated Leap Seconds=20 + { 2444865.50, 51.931315 }, //18 September 1981, UT1-UTC= 0.2526846, Accumulated Leap Seconds=20 + { 2444866.50, 51.933610 }, //19 September 1981, UT1-UTC= 0.2503899, Accumulated Leap Seconds=20 + { 2444867.50, 51.935755 }, //20 September 1981, UT1-UTC= 0.2482445, Accumulated Leap Seconds=20 + { 2444868.50, 51.937783 }, //21 September 1981, UT1-UTC= 0.2462167, Accumulated Leap Seconds=20 + { 2444869.50, 51.939756 }, //22 September 1981, UT1-UTC= 0.2442442, Accumulated Leap Seconds=20 + { 2444870.50, 51.941745 }, //23 September 1981, UT1-UTC= 0.2422552, Accumulated Leap Seconds=20 + { 2444871.50, 51.943811 }, //24 September 1981, UT1-UTC= 0.2401886, Accumulated Leap Seconds=20 + { 2444872.50, 51.945992 }, //25 September 1981, UT1-UTC= 0.2380076, Accumulated Leap Seconds=20 + { 2444873.50, 51.948294 }, //26 September 1981, UT1-UTC= 0.2357062, Accumulated Leap Seconds=20 + { 2444874.50, 51.950693 }, //27 September 1981, UT1-UTC= 0.2333073, Accumulated Leap Seconds=20 + { 2444875.50, 51.953146 }, //28 September 1981, UT1-UTC= 0.2308535, Accumulated Leap Seconds=20 + { 2444876.50, 51.955604 }, //29 September 1981, UT1-UTC= 0.2283959, Accumulated Leap Seconds=20 + { 2444877.50, 51.958016 }, //30 September 1981, UT1-UTC= 0.2259836, Accumulated Leap Seconds=20 + { 2444878.50, 51.960343 }, //01 October 1981, UT1-UTC= 0.2236567, Accumulated Leap Seconds=20 + { 2444879.50, 51.962560 }, //02 October 1981, UT1-UTC= 0.2214404, Accumulated Leap Seconds=20 + { 2444880.50, 51.964657 }, //03 October 1981, UT1-UTC= 0.2193426, Accumulated Leap Seconds=20 + { 2444881.50, 51.966648 }, //04 October 1981, UT1-UTC= 0.2173522, Accumulated Leap Seconds=20 + { 2444882.50, 51.968561 }, //05 October 1981, UT1-UTC= 0.2154394, Accumulated Leap Seconds=20 + { 2444883.50, 51.970439 }, //06 October 1981, UT1-UTC= 0.2135611, Accumulated Leap Seconds=20 + { 2444884.50, 51.972334 }, //07 October 1981, UT1-UTC= 0.2116664, Accumulated Leap Seconds=20 + { 2444885.50, 51.974301 }, //08 October 1981, UT1-UTC= 0.2096990, Accumulated Leap Seconds=20 + { 2444886.50, 51.976399 }, //09 October 1981, UT1-UTC= 0.2076010, Accumulated Leap Seconds=20 + { 2444887.50, 51.978680 }, //10 October 1981, UT1-UTC= 0.2053203, Accumulated Leap Seconds=20 + { 2444888.50, 51.981175 }, //11 October 1981, UT1-UTC= 0.2028253, Accumulated Leap Seconds=20 + { 2444889.50, 51.983878 }, //12 October 1981, UT1-UTC= 0.2001219, Accumulated Leap Seconds=20 + { 2444890.50, 51.986735 }, //13 October 1981, UT1-UTC= 0.1972647, Accumulated Leap Seconds=20 + { 2444891.50, 51.989649 }, //14 October 1981, UT1-UTC= 0.1943507, Accumulated Leap Seconds=20 + { 2444892.50, 51.992507 }, //15 October 1981, UT1-UTC= 0.1914929, Accumulated Leap Seconds=20 + { 2444893.50, 51.995217 }, //16 October 1981, UT1-UTC= 0.1887834, Accumulated Leap Seconds=20 + { 2444894.50, 51.997735 }, //17 October 1981, UT1-UTC= 0.1862652, Accumulated Leap Seconds=20 + { 2444895.50, 52.000077 }, //18 October 1981, UT1-UTC= 0.1839228, Accumulated Leap Seconds=20 + { 2444896.50, 52.002304 }, //19 October 1981, UT1-UTC= 0.1816955, Accumulated Leap Seconds=20 + { 2444897.50, 52.004496 }, //20 October 1981, UT1-UTC= 0.1795035, Accumulated Leap Seconds=20 + { 2444898.50, 52.006726 }, //21 October 1981, UT1-UTC= 0.1772743, Accumulated Leap Seconds=20 + { 2444899.50, 52.009040 }, //22 October 1981, UT1-UTC= 0.1749598, Accumulated Leap Seconds=20 + { 2444900.50, 52.011457 }, //23 October 1981, UT1-UTC= 0.1725434, Accumulated Leap Seconds=20 + { 2444901.50, 52.013963 }, //24 October 1981, UT1-UTC= 0.1700374, Accumulated Leap Seconds=20 + { 2444902.50, 52.016525 }, //25 October 1981, UT1-UTC= 0.1674746, Accumulated Leap Seconds=20 + { 2444903.50, 52.019100 }, //26 October 1981, UT1-UTC= 0.1648997, Accumulated Leap Seconds=20 + { 2444904.50, 52.021641 }, //27 October 1981, UT1-UTC= 0.1623594, Accumulated Leap Seconds=20 + { 2444905.50, 52.024104 }, //28 October 1981, UT1-UTC= 0.1598955, Accumulated Leap Seconds=20 + { 2444906.50, 52.026461 }, //29 October 1981, UT1-UTC= 0.1575393, Accumulated Leap Seconds=20 + { 2444907.50, 52.028692 }, //30 October 1981, UT1-UTC= 0.1553075, Accumulated Leap Seconds=20 + { 2444908.50, 52.030801 }, //31 October 1981, UT1-UTC= 0.1531987, Accumulated Leap Seconds=20 + { 2444909.50, 52.032807 }, //01 November 1981, UT1-UTC= 0.1511928, Accumulated Leap Seconds=20 + { 2444910.50, 52.034747 }, //02 November 1981, UT1-UTC= 0.1492531, Accumulated Leap Seconds=20 + { 2444911.50, 52.036668 }, //03 November 1981, UT1-UTC= 0.1473323, Accumulated Leap Seconds=20 + { 2444912.50, 52.038622 }, //04 November 1981, UT1-UTC= 0.1453780, Accumulated Leap Seconds=20 + { 2444913.50, 52.040663 }, //05 November 1981, UT1-UTC= 0.1433366, Accumulated Leap Seconds=20 + { 2444914.50, 52.042843 }, //06 November 1981, UT1-UTC= 0.1411574, Accumulated Leap Seconds=20 + { 2444915.50, 52.045200 }, //07 November 1981, UT1-UTC= 0.1387998, Accumulated Leap Seconds=20 + { 2444916.50, 52.047753 }, //08 November 1981, UT1-UTC= 0.1362468, Accumulated Leap Seconds=20 + { 2444917.50, 52.050479 }, //09 November 1981, UT1-UTC= 0.1335205, Accumulated Leap Seconds=20 + { 2444918.50, 52.053310 }, //10 November 1981, UT1-UTC= 0.1306898, Accumulated Leap Seconds=20 + { 2444919.50, 52.056142 }, //11 November 1981, UT1-UTC= 0.1278584, Accumulated Leap Seconds=20 + { 2444920.50, 52.058864 }, //12 November 1981, UT1-UTC= 0.1251355, Accumulated Leap Seconds=20 + { 2444921.50, 52.061401 }, //13 November 1981, UT1-UTC= 0.1225986, Accumulated Leap Seconds=20 + { 2444922.50, 52.063733 }, //14 November 1981, UT1-UTC= 0.1202668, Accumulated Leap Seconds=20 + { 2444923.50, 52.065900 }, //15 November 1981, UT1-UTC= 0.1181004, Accumulated Leap Seconds=20 + { 2444924.50, 52.067978 }, //16 November 1981, UT1-UTC= 0.1160223, Accumulated Leap Seconds=20 + { 2444925.50, 52.070049 }, //17 November 1981, UT1-UTC= 0.1139505, Accumulated Leap Seconds=20 + { 2444926.50, 52.072175 }, //18 November 1981, UT1-UTC= 0.1118252, Accumulated Leap Seconds=20 + { 2444927.50, 52.074378 }, //19 November 1981, UT1-UTC= 0.1096218, Accumulated Leap Seconds=20 + { 2444928.50, 52.076652 }, //20 November 1981, UT1-UTC= 0.1073481, Accumulated Leap Seconds=20 + { 2444929.50, 52.078967 }, //21 November 1981, UT1-UTC= 0.1050334, Accumulated Leap Seconds=20 + { 2444930.50, 52.081284 }, //22 November 1981, UT1-UTC= 0.1027164, Accumulated Leap Seconds=20 + { 2444931.50, 52.083562 }, //23 November 1981, UT1-UTC= 0.1004375, Accumulated Leap Seconds=20 + { 2444932.50, 52.085766 }, //24 November 1981, UT1-UTC= 0.0982337, Accumulated Leap Seconds=20 + { 2444933.50, 52.087867 }, //25 November 1981, UT1-UTC= 0.0961332, Accumulated Leap Seconds=20 + { 2444934.50, 52.089848 }, //26 November 1981, UT1-UTC= 0.0941523, Accumulated Leap Seconds=20 + { 2444935.50, 52.091708 }, //27 November 1981, UT1-UTC= 0.0922918, Accumulated Leap Seconds=20 + { 2444936.50, 52.093464 }, //28 November 1981, UT1-UTC= 0.0905357, Accumulated Leap Seconds=20 + { 2444937.50, 52.095149 }, //29 November 1981, UT1-UTC= 0.0888511, Accumulated Leap Seconds=20 + { 2444938.50, 52.096808 }, //30 November 1981, UT1-UTC= 0.0871918, Accumulated Leap Seconds=20 + { 2444939.50, 52.098496 }, //01 December 1981, UT1-UTC= 0.0855043, Accumulated Leap Seconds=20 + { 2444940.50, 52.100265 }, //02 December 1981, UT1-UTC= 0.0837345, Accumulated Leap Seconds=20 + { 2444941.50, 52.102167 }, //03 December 1981, UT1-UTC= 0.0818334, Accumulated Leap Seconds=20 + { 2444942.50, 52.104239 }, //04 December 1981, UT1-UTC= 0.0797612, Accumulated Leap Seconds=20 + { 2444943.50, 52.106506 }, //05 December 1981, UT1-UTC= 0.0774939, Accumulated Leap Seconds=20 + { 2444944.50, 52.108966 }, //06 December 1981, UT1-UTC= 0.0750336, Accumulated Leap Seconds=20 + { 2444945.50, 52.111582 }, //07 December 1981, UT1-UTC= 0.0724176, Accumulated Leap Seconds=20 + { 2444946.50, 52.114279 }, //08 December 1981, UT1-UTC= 0.0697211, Accumulated Leap Seconds=20 + { 2444947.50, 52.116959 }, //09 December 1981, UT1-UTC= 0.0670413, Accumulated Leap Seconds=20 + { 2444948.50, 52.119530 }, //10 December 1981, UT1-UTC= 0.0644701, Accumulated Leap Seconds=20 + { 2444949.50, 52.121940 }, //11 December 1981, UT1-UTC= 0.0620603, Accumulated Leap Seconds=20 + { 2444950.50, 52.124195 }, //12 December 1981, UT1-UTC= 0.0598052, Accumulated Leap Seconds=20 + { 2444951.50, 52.126354 }, //13 December 1981, UT1-UTC= 0.0576465, Accumulated Leap Seconds=20 + { 2444952.50, 52.128498 }, //14 December 1981, UT1-UTC= 0.0555017, Accumulated Leap Seconds=20 + { 2444953.50, 52.130701 }, //15 December 1981, UT1-UTC= 0.0532986, Accumulated Leap Seconds=20 + { 2444954.50, 52.133000 }, //16 December 1981, UT1-UTC= 0.0509998, Accumulated Leap Seconds=20 + { 2444955.50, 52.135392 }, //17 December 1981, UT1-UTC= 0.0486079, Accumulated Leap Seconds=20 + { 2444956.50, 52.137844 }, //18 December 1981, UT1-UTC= 0.0461555, Accumulated Leap Seconds=20 + { 2444957.50, 52.140311 }, //19 December 1981, UT1-UTC= 0.0436892, Accumulated Leap Seconds=20 + { 2444958.50, 52.142744 }, //20 December 1981, UT1-UTC= 0.0412561, Accumulated Leap Seconds=20 + { 2444959.50, 52.145103 }, //21 December 1981, UT1-UTC= 0.0388965, Accumulated Leap Seconds=20 + { 2444960.50, 52.147360 }, //22 December 1981, UT1-UTC= 0.0366400, Accumulated Leap Seconds=20 + { 2444961.50, 52.149496 }, //23 December 1981, UT1-UTC= 0.0345044, Accumulated Leap Seconds=20 + { 2444962.50, 52.151506 }, //24 December 1981, UT1-UTC= 0.0324942, Accumulated Leap Seconds=20 + { 2444963.50, 52.153402 }, //25 December 1981, UT1-UTC= 0.0305981, Accumulated Leap Seconds=20 + { 2444964.50, 52.155210 }, //26 December 1981, UT1-UTC= 0.0287895, Accumulated Leap Seconds=20 + { 2444965.50, 52.156972 }, //27 December 1981, UT1-UTC= 0.0270275, Accumulated Leap Seconds=20 + { 2444966.50, 52.158738 }, //28 December 1981, UT1-UTC= 0.0252621, Accumulated Leap Seconds=20 + { 2444967.50, 52.160560 }, //29 December 1981, UT1-UTC= 0.0234396, Accumulated Leap Seconds=20 + { 2444968.50, 52.162488 }, //30 December 1981, UT1-UTC= 0.0215121, Accumulated Leap Seconds=20 + { 2444969.50, 52.164556 }, //31 December 1981, UT1-UTC= 0.0194441, Accumulated Leap Seconds=20 + { 2444970.50, 52.166783 }, //01 January 1982, UT1-UTC= 0.0172174, Accumulated Leap Seconds=20 + { 2444971.50, 52.169165 }, //02 January 1982, UT1-UTC= 0.0148352, Accumulated Leap Seconds=20 + { 2444972.50, 52.171674 }, //03 January 1982, UT1-UTC= 0.0123255, Accumulated Leap Seconds=20 + { 2444973.50, 52.174256 }, //04 January 1982, UT1-UTC= 0.0097435, Accumulated Leap Seconds=20 + { 2444974.50, 52.176834 }, //05 January 1982, UT1-UTC= 0.0071659, Accumulated Leap Seconds=20 + { 2444975.50, 52.179326 }, //06 January 1982, UT1-UTC= 0.0046742, Accumulated Leap Seconds=20 + { 2444976.50, 52.181670 }, //07 January 1982, UT1-UTC= 0.0023299, Accumulated Leap Seconds=20 + { 2444977.50, 52.183850 }, //08 January 1982, UT1-UTC= 0.0001498, Accumulated Leap Seconds=20 + { 2444978.50, 52.185902 }, //09 January 1982, UT1-UTC=-0.0019018, Accumulated Leap Seconds=20 + { 2444979.50, 52.187899 }, //10 January 1982, UT1-UTC=-0.0038991, Accumulated Leap Seconds=20 + { 2444980.50, 52.189925 }, //11 January 1982, UT1-UTC=-0.0059248, Accumulated Leap Seconds=20 + { 2444981.50, 52.192037 }, //12 January 1982, UT1-UTC=-0.0080372, Accumulated Leap Seconds=20 + { 2444982.50, 52.194252 }, //13 January 1982, UT1-UTC=-0.0102519, Accumulated Leap Seconds=20 + { 2444983.50, 52.196544 }, //14 January 1982, UT1-UTC=-0.0125440, Accumulated Leap Seconds=20 + { 2444984.50, 52.198864 }, //15 January 1982, UT1-UTC=-0.0148636, Accumulated Leap Seconds=20 + { 2444985.50, 52.201155 }, //16 January 1982, UT1-UTC=-0.0171553, Accumulated Leap Seconds=20 + { 2444986.50, 52.203371 }, //17 January 1982, UT1-UTC=-0.0193709, Accumulated Leap Seconds=20 + { 2444987.50, 52.205476 }, //18 January 1982, UT1-UTC=-0.0214756, Accumulated Leap Seconds=20 + { 2444988.50, 52.207449 }, //19 January 1982, UT1-UTC=-0.0234491, Accumulated Leap Seconds=20 + { 2444989.50, 52.209286 }, //20 January 1982, UT1-UTC=-0.0252864, Accumulated Leap Seconds=20 + { 2444990.50, 52.210997 }, //21 January 1982, UT1-UTC=-0.0269973, Accumulated Leap Seconds=20 + { 2444991.50, 52.212606 }, //22 January 1982, UT1-UTC=-0.0286065, Accumulated Leap Seconds=20 + { 2444992.50, 52.214152 }, //23 January 1982, UT1-UTC=-0.0301516, Accumulated Leap Seconds=20 + { 2444993.50, 52.215681 }, //24 January 1982, UT1-UTC=-0.0316810, Accumulated Leap Seconds=20 + { 2444994.50, 52.217250 }, //25 January 1982, UT1-UTC=-0.0332497, Accumulated Leap Seconds=20 + { 2444995.50, 52.218911 }, //26 January 1982, UT1-UTC=-0.0349115, Accumulated Leap Seconds=20 + { 2444996.50, 52.220710 }, //27 January 1982, UT1-UTC=-0.0367096, Accumulated Leap Seconds=20 + { 2444997.50, 52.222667 }, //28 January 1982, UT1-UTC=-0.0386668, Accumulated Leap Seconds=20 + { 2444998.50, 52.224780 }, //29 January 1982, UT1-UTC=-0.0407796, Accumulated Leap Seconds=20 + { 2444999.50, 52.227018 }, //30 January 1982, UT1-UTC=-0.0430177, Accumulated Leap Seconds=20 + { 2445000.50, 52.229328 }, //31 January 1982, UT1-UTC=-0.0453276, Accumulated Leap Seconds=20 + { 2445001.50, 52.231642 }, //01 February 1982, UT1-UTC=-0.0476418, Accumulated Leap Seconds=20 + { 2445002.50, 52.233892 }, //02 February 1982, UT1-UTC=-0.0498919, Accumulated Leap Seconds=20 + { 2445003.50, 52.236025 }, //03 February 1982, UT1-UTC=-0.0520251, Accumulated Leap Seconds=20 + { 2445004.50, 52.238022 }, //04 February 1982, UT1-UTC=-0.0540217, Accumulated Leap Seconds=20 + { 2445005.50, 52.239906 }, //05 February 1982, UT1-UTC=-0.0559059, Accumulated Leap Seconds=20 + { 2445006.50, 52.241742 }, //06 February 1982, UT1-UTC=-0.0577419, Accumulated Leap Seconds=20 + { 2445007.50, 52.243613 }, //07 February 1982, UT1-UTC=-0.0596135, Accumulated Leap Seconds=20 + { 2445008.50, 52.245595 }, //08 February 1982, UT1-UTC=-0.0615946, Accumulated Leap Seconds=20 + { 2445009.50, 52.247724 }, //09 February 1982, UT1-UTC=-0.0637236, Accumulated Leap Seconds=20 + { 2445010.50, 52.249994 }, //10 February 1982, UT1-UTC=-0.0659939, Accumulated Leap Seconds=20 + { 2445011.50, 52.252362 }, //11 February 1982, UT1-UTC=-0.0683618, Accumulated Leap Seconds=20 + { 2445012.50, 52.254766 }, //12 February 1982, UT1-UTC=-0.0707658, Accumulated Leap Seconds=20 + { 2445013.50, 52.257146 }, //13 February 1982, UT1-UTC=-0.0731459, Accumulated Leap Seconds=20 + { 2445014.50, 52.259455 }, //14 February 1982, UT1-UTC=-0.0754554, Accumulated Leap Seconds=20 + { 2445015.50, 52.261665 }, //15 February 1982, UT1-UTC=-0.0776655, Accumulated Leap Seconds=20 + { 2445016.50, 52.263765 }, //16 February 1982, UT1-UTC=-0.0797650, Accumulated Leap Seconds=20 + { 2445017.50, 52.265761 }, //17 February 1982, UT1-UTC=-0.0817608, Accumulated Leap Seconds=20 + { 2445018.50, 52.267676 }, //18 February 1982, UT1-UTC=-0.0836763, Accumulated Leap Seconds=20 + { 2445019.50, 52.269549 }, //19 February 1982, UT1-UTC=-0.0855492, Accumulated Leap Seconds=20 + { 2445020.50, 52.271428 }, //20 February 1982, UT1-UTC=-0.0874278, Accumulated Leap Seconds=20 + { 2445021.50, 52.273367 }, //21 February 1982, UT1-UTC=-0.0893667, Accumulated Leap Seconds=20 + { 2445022.50, 52.275421 }, //22 February 1982, UT1-UTC=-0.0914207, Accumulated Leap Seconds=20 + { 2445023.50, 52.277637 }, //23 February 1982, UT1-UTC=-0.0936370, Accumulated Leap Seconds=20 + { 2445024.50, 52.280044 }, //24 February 1982, UT1-UTC=-0.0960440, Accumulated Leap Seconds=20 + { 2445025.50, 52.282641 }, //25 February 1982, UT1-UTC=-0.0986412, Accumulated Leap Seconds=20 + { 2445026.50, 52.285393 }, //26 February 1982, UT1-UTC=-0.1013933, Accumulated Leap Seconds=20 + { 2445027.50, 52.288234 }, //27 February 1982, UT1-UTC=-0.1042338, Accumulated Leap Seconds=20 + { 2445028.50, 52.291077 }, //28 February 1982, UT1-UTC=-0.1070769, Accumulated Leap Seconds=20 + { 2445029.50, 52.293838 }, //01 March 1982, UT1-UTC=-0.1098376, Accumulated Leap Seconds=20 + { 2445030.50, 52.296453 }, //02 March 1982, UT1-UTC=-0.1124530, Accumulated Leap Seconds=20 + { 2445031.50, 52.298897 }, //03 March 1982, UT1-UTC=-0.1148974, Accumulated Leap Seconds=20 + { 2445032.50, 52.301187 }, //04 March 1982, UT1-UTC=-0.1171872, Accumulated Leap Seconds=20 + { 2445033.50, 52.303376 }, //05 March 1982, UT1-UTC=-0.1193761, Accumulated Leap Seconds=20 + { 2445034.50, 52.305541 }, //06 March 1982, UT1-UTC=-0.1215411, Accumulated Leap Seconds=20 + { 2445035.50, 52.307761 }, //07 March 1982, UT1-UTC=-0.1237611, Accumulated Leap Seconds=20 + { 2445036.50, 52.310091 }, //08 March 1982, UT1-UTC=-0.1260908, Accumulated Leap Seconds=20 + { 2445037.50, 52.312545 }, //09 March 1982, UT1-UTC=-0.1285454, Accumulated Leap Seconds=20 + { 2445038.50, 52.315098 }, //10 March 1982, UT1-UTC=-0.1310981, Accumulated Leap Seconds=20 + { 2445039.50, 52.317693 }, //11 March 1982, UT1-UTC=-0.1336935, Accumulated Leap Seconds=20 + { 2445040.50, 52.320266 }, //12 March 1982, UT1-UTC=-0.1362662, Accumulated Leap Seconds=20 + { 2445041.50, 52.322759 }, //13 March 1982, UT1-UTC=-0.1387587, Accumulated Leap Seconds=20 + { 2445042.50, 52.325131 }, //14 March 1982, UT1-UTC=-0.1411307, Accumulated Leap Seconds=20 + { 2445043.50, 52.327363 }, //15 March 1982, UT1-UTC=-0.1433630, Accumulated Leap Seconds=20 + { 2445044.50, 52.329458 }, //16 March 1982, UT1-UTC=-0.1454582, Accumulated Leap Seconds=20 + { 2445045.50, 52.331439 }, //17 March 1982, UT1-UTC=-0.1474387, Accumulated Leap Seconds=20 + { 2445046.50, 52.333344 }, //18 March 1982, UT1-UTC=-0.1493436, Accumulated Leap Seconds=20 + { 2445047.50, 52.335224 }, //19 March 1982, UT1-UTC=-0.1512237, Accumulated Leap Seconds=20 + { 2445048.50, 52.337135 }, //20 March 1982, UT1-UTC=-0.1531353, Accumulated Leap Seconds=20 + { 2445049.50, 52.339136 }, //21 March 1982, UT1-UTC=-0.1551361, Accumulated Leap Seconds=20 + { 2445050.50, 52.341281 }, //22 March 1982, UT1-UTC=-0.1572808, Accumulated Leap Seconds=20 + { 2445051.50, 52.343614 }, //23 March 1982, UT1-UTC=-0.1596140, Accumulated Leap Seconds=20 + { 2445052.50, 52.346158 }, //24 March 1982, UT1-UTC=-0.1621584, Accumulated Leap Seconds=20 + { 2445053.50, 52.348902 }, //25 March 1982, UT1-UTC=-0.1649019, Accumulated Leap Seconds=20 + { 2445054.50, 52.351791 }, //26 March 1982, UT1-UTC=-0.1677915, Accumulated Leap Seconds=20 + { 2445055.50, 52.354741 }, //27 March 1982, UT1-UTC=-0.1707415, Accumulated Leap Seconds=20 + { 2445056.50, 52.357655 }, //28 March 1982, UT1-UTC=-0.1736550, Accumulated Leap Seconds=20 + { 2445057.50, 52.360453 }, //29 March 1982, UT1-UTC=-0.1764527, Accumulated Leap Seconds=20 + { 2445058.50, 52.363095 }, //30 March 1982, UT1-UTC=-0.1790950, Accumulated Leap Seconds=20 + { 2445059.50, 52.365590 }, //31 March 1982, UT1-UTC=-0.1815903, Accumulated Leap Seconds=20 + { 2445060.50, 52.367990 }, //01 April 1982, UT1-UTC=-0.1839897, Accumulated Leap Seconds=20 + { 2445061.50, 52.370369 }, //02 April 1982, UT1-UTC=-0.1863689, Accumulated Leap Seconds=20 + { 2445062.50, 52.372806 }, //03 April 1982, UT1-UTC=-0.1888058, Accumulated Leap Seconds=20 + { 2445063.50, 52.375359 }, //04 April 1982, UT1-UTC=-0.1913588, Accumulated Leap Seconds=20 + { 2445064.50, 52.378053 }, //05 April 1982, UT1-UTC=-0.1940531, Accumulated Leap Seconds=20 + { 2445065.50, 52.380875 }, //06 April 1982, UT1-UTC=-0.1968752, Accumulated Leap Seconds=20 + { 2445066.50, 52.383779 }, //07 April 1982, UT1-UTC=-0.1997791, Accumulated Leap Seconds=20 + { 2445067.50, 52.386700 }, //08 April 1982, UT1-UTC=-0.2027005, Accumulated Leap Seconds=20 + { 2445068.50, 52.389574 }, //09 April 1982, UT1-UTC=-0.2055739, Accumulated Leap Seconds=20 + { 2445069.50, 52.392345 }, //10 April 1982, UT1-UTC=-0.2083455, Accumulated Leap Seconds=20 + { 2445070.50, 52.394981 }, //11 April 1982, UT1-UTC=-0.2109809, Accumulated Leap Seconds=20 + { 2445071.50, 52.397467 }, //12 April 1982, UT1-UTC=-0.2134670, Accumulated Leap Seconds=20 + { 2445072.50, 52.399812 }, //13 April 1982, UT1-UTC=-0.2158123, Accumulated Leap Seconds=20 + { 2445073.50, 52.402046 }, //14 April 1982, UT1-UTC=-0.2180457, Accumulated Leap Seconds=20 + { 2445074.50, 52.404213 }, //15 April 1982, UT1-UTC=-0.2202126, Accumulated Leap Seconds=20 + { 2445075.50, 52.406368 }, //16 April 1982, UT1-UTC=-0.2223681, Accumulated Leap Seconds=20 + { 2445076.50, 52.408570 }, //17 April 1982, UT1-UTC=-0.2245697, Accumulated Leap Seconds=20 + { 2445077.50, 52.410874 }, //18 April 1982, UT1-UTC=-0.2268738, Accumulated Leap Seconds=20 + { 2445078.50, 52.413331 }, //19 April 1982, UT1-UTC=-0.2293305, Accumulated Leap Seconds=20 + { 2445079.50, 52.415977 }, //20 April 1982, UT1-UTC=-0.2319768, Accumulated Leap Seconds=20 + { 2445080.50, 52.418824 }, //21 April 1982, UT1-UTC=-0.2348241, Accumulated Leap Seconds=20 + { 2445081.50, 52.421845 }, //22 April 1982, UT1-UTC=-0.2378448, Accumulated Leap Seconds=20 + { 2445082.50, 52.424969 }, //23 April 1982, UT1-UTC=-0.2409687, Accumulated Leap Seconds=20 + { 2445083.50, 52.428095 }, //24 April 1982, UT1-UTC=-0.2440945, Accumulated Leap Seconds=20 + { 2445084.50, 52.431119 }, //25 April 1982, UT1-UTC=-0.2471189, Accumulated Leap Seconds=20 + { 2445085.50, 52.433970 }, //26 April 1982, UT1-UTC=-0.2499699, Accumulated Leap Seconds=20 + { 2445086.50, 52.436630 }, //27 April 1982, UT1-UTC=-0.2526301, Accumulated Leap Seconds=20 + { 2445087.50, 52.439138 }, //28 April 1982, UT1-UTC=-0.2551382, Accumulated Leap Seconds=20 + { 2445088.50, 52.441570 }, //29 April 1982, UT1-UTC=-0.2575703, Accumulated Leap Seconds=20 + { 2445089.50, 52.444010 }, //30 April 1982, UT1-UTC=-0.2600099, Accumulated Leap Seconds=20 + { 2445090.50, 52.446522 }, //01 May 1982, UT1-UTC=-0.2625221, Accumulated Leap Seconds=20 + { 2445091.50, 52.449138 }, //02 May 1982, UT1-UTC=-0.2651383, Accumulated Leap Seconds=20 + { 2445092.50, 52.451853 }, //03 May 1982, UT1-UTC=-0.2678529, Accumulated Leap Seconds=20 + { 2445093.50, 52.454629 }, //04 May 1982, UT1-UTC=-0.2706294, Accumulated Leap Seconds=20 + { 2445094.50, 52.457412 }, //05 May 1982, UT1-UTC=-0.2734116, Accumulated Leap Seconds=20 + { 2445095.50, 52.460137 }, //06 May 1982, UT1-UTC=-0.2761374, Accumulated Leap Seconds=20 + { 2445096.50, 52.462751 }, //07 May 1982, UT1-UTC=-0.2787506, Accumulated Leap Seconds=20 + { 2445097.50, 52.465209 }, //08 May 1982, UT1-UTC=-0.2812091, Accumulated Leap Seconds=20 + { 2445098.50, 52.467492 }, //09 May 1982, UT1-UTC=-0.2834916, Accumulated Leap Seconds=20 + { 2445099.50, 52.469598 }, //10 May 1982, UT1-UTC=-0.2855978, Accumulated Leap Seconds=20 + { 2445100.50, 52.471548 }, //11 May 1982, UT1-UTC=-0.2875484, Accumulated Leap Seconds=20 + { 2445101.50, 52.473383 }, //12 May 1982, UT1-UTC=-0.2893827, Accumulated Leap Seconds=20 + { 2445102.50, 52.475155 }, //13 May 1982, UT1-UTC=-0.2911547, Accumulated Leap Seconds=20 + { 2445103.50, 52.476923 }, //14 May 1982, UT1-UTC=-0.2929234, Accumulated Leap Seconds=20 + { 2445104.50, 52.478747 }, //15 May 1982, UT1-UTC=-0.2947468, Accumulated Leap Seconds=20 + { 2445105.50, 52.480677 }, //16 May 1982, UT1-UTC=-0.2966775, Accumulated Leap Seconds=20 + { 2445106.50, 52.482758 }, //17 May 1982, UT1-UTC=-0.2987583, Accumulated Leap Seconds=20 + { 2445107.50, 52.485016 }, //18 May 1982, UT1-UTC=-0.3010159, Accumulated Leap Seconds=20 + { 2445108.50, 52.487450 }, //19 May 1982, UT1-UTC=-0.3034504, Accumulated Leap Seconds=20 + { 2445109.50, 52.490024 }, //20 May 1982, UT1-UTC=-0.3060244, Accumulated Leap Seconds=20 + { 2445110.50, 52.492661 }, //21 May 1982, UT1-UTC=-0.3086614, Accumulated Leap Seconds=20 + { 2445111.50, 52.495262 }, //22 May 1982, UT1-UTC=-0.3112621, Accumulated Leap Seconds=20 + { 2445112.50, 52.497737 }, //23 May 1982, UT1-UTC=-0.3137372, Accumulated Leap Seconds=20 + { 2445113.50, 52.500040 }, //24 May 1982, UT1-UTC=-0.3160402, Accumulated Leap Seconds=20 + { 2445114.50, 52.502184 }, //25 May 1982, UT1-UTC=-0.3181844, Accumulated Leap Seconds=20 + { 2445115.50, 52.504236 }, //26 May 1982, UT1-UTC=-0.3202362, Accumulated Leap Seconds=20 + { 2445116.50, 52.506286 }, //27 May 1982, UT1-UTC=-0.3222861, Accumulated Leap Seconds=20 + { 2445117.50, 52.508413 }, //28 May 1982, UT1-UTC=-0.3244133, Accumulated Leap Seconds=20 + { 2445118.50, 52.510661 }, //29 May 1982, UT1-UTC=-0.3266607, Accumulated Leap Seconds=20 + { 2445119.50, 52.513027 }, //30 May 1982, UT1-UTC=-0.3290274, Accumulated Leap Seconds=20 + { 2445120.50, 52.515477 }, //31 May 1982, UT1-UTC=-0.3314775, Accumulated Leap Seconds=20 + { 2445121.50, 52.517955 }, //01 June 1982, UT1-UTC=-0.3339552, Accumulated Leap Seconds=20 + { 2445122.50, 52.520401 }, //02 June 1982, UT1-UTC=-0.3364009, Accumulated Leap Seconds=20 + { 2445123.50, 52.522760 }, //03 June 1982, UT1-UTC=-0.3387603, Accumulated Leap Seconds=20 + { 2445124.50, 52.524992 }, //04 June 1982, UT1-UTC=-0.3409918, Accumulated Leap Seconds=20 + { 2445125.50, 52.527070 }, //05 June 1982, UT1-UTC=-0.3430701, Accumulated Leap Seconds=20 + { 2445126.50, 52.528988 }, //06 June 1982, UT1-UTC=-0.3449881, Accumulated Leap Seconds=20 + { 2445127.50, 52.530758 }, //07 June 1982, UT1-UTC=-0.3467581, Accumulated Leap Seconds=20 + { 2445128.50, 52.532411 }, //08 June 1982, UT1-UTC=-0.3484110, Accumulated Leap Seconds=20 + { 2445129.50, 52.533992 }, //09 June 1982, UT1-UTC=-0.3499924, Accumulated Leap Seconds=20 + { 2445130.50, 52.535556 }, //10 June 1982, UT1-UTC=-0.3515560, Accumulated Leap Seconds=20 + { 2445131.50, 52.537156 }, //11 June 1982, UT1-UTC=-0.3531558, Accumulated Leap Seconds=20 + { 2445132.50, 52.538839 }, //12 June 1982, UT1-UTC=-0.3548392, Accumulated Leap Seconds=20 + { 2445133.50, 52.540642 }, //13 June 1982, UT1-UTC=-0.3566418, Accumulated Leap Seconds=20 + { 2445134.50, 52.542585 }, //14 June 1982, UT1-UTC=-0.3585851, Accumulated Leap Seconds=20 + { 2445135.50, 52.544672 }, //15 June 1982, UT1-UTC=-0.3606721, Accumulated Leap Seconds=20 + { 2445136.50, 52.546881 }, //16 June 1982, UT1-UTC=-0.3628807, Accumulated Leap Seconds=20 + { 2445137.50, 52.549157 }, //17 June 1982, UT1-UTC=-0.3651570, Accumulated Leap Seconds=20 + { 2445138.50, 52.551422 }, //18 June 1982, UT1-UTC=-0.3674218, Accumulated Leap Seconds=20 + { 2445139.50, 52.553597 }, //19 June 1982, UT1-UTC=-0.3695967, Accumulated Leap Seconds=20 + { 2445140.50, 52.555622 }, //20 June 1982, UT1-UTC=-0.3716219, Accumulated Leap Seconds=20 + { 2445141.50, 52.557470 }, //21 June 1982, UT1-UTC=-0.3734702, Accumulated Leap Seconds=20 + { 2445142.50, 52.559167 }, //22 June 1982, UT1-UTC=-0.3751668, Accumulated Leap Seconds=20 + { 2445143.50, 52.560789 }, //23 June 1982, UT1-UTC=-0.3767885, Accumulated Leap Seconds=20 + { 2445144.50, 52.562429 }, //24 June 1982, UT1-UTC=-0.3784291, Accumulated Leap Seconds=20 + { 2445145.50, 52.564156 }, //25 June 1982, UT1-UTC=-0.3801559, Accumulated Leap Seconds=20 + { 2445146.50, 52.565987 }, //26 June 1982, UT1-UTC=-0.3819872, Accumulated Leap Seconds=20 + { 2445147.50, 52.567895 }, //27 June 1982, UT1-UTC=-0.3838948, Accumulated Leap Seconds=20 + { 2445148.50, 52.569822 }, //28 June 1982, UT1-UTC=-0.3858222, Accumulated Leap Seconds=20 + { 2445149.50, 52.571707 }, //29 June 1982, UT1-UTC=-0.3877067, Accumulated Leap Seconds=20 + { 2445150.50, 52.573494 }, //30 June 1982, UT1-UTC=-0.3894945, Accumulated Leap Seconds=20 + { 2445151.50, 52.575148 }, //01 July 1982, UT1-UTC= 0.6088515, Accumulated Leap Seconds=21 + { 2445152.50, 52.576648 }, //02 July 1982, UT1-UTC= 0.6073515, Accumulated Leap Seconds=21 + { 2445153.50, 52.577991 }, //03 July 1982, UT1-UTC= 0.6060085, Accumulated Leap Seconds=21 + { 2445154.50, 52.579191 }, //04 July 1982, UT1-UTC= 0.6048090, Accumulated Leap Seconds=21 + { 2445155.50, 52.580276 }, //05 July 1982, UT1-UTC= 0.6037236, Accumulated Leap Seconds=21 + { 2445156.50, 52.581291 }, //06 July 1982, UT1-UTC= 0.6027089, Accumulated Leap Seconds=21 + { 2445157.50, 52.582288 }, //07 July 1982, UT1-UTC= 0.6017119, Accumulated Leap Seconds=21 + { 2445158.50, 52.583323 }, //08 July 1982, UT1-UTC= 0.6006769, Accumulated Leap Seconds=21 + { 2445159.50, 52.584446 }, //09 July 1982, UT1-UTC= 0.5995535, Accumulated Leap Seconds=21 + { 2445160.50, 52.585696 }, //10 July 1982, UT1-UTC= 0.5983043, Accumulated Leap Seconds=21 + { 2445161.50, 52.587091 }, //11 July 1982, UT1-UTC= 0.5969092, Accumulated Leap Seconds=21 + { 2445162.50, 52.588632 }, //12 July 1982, UT1-UTC= 0.5953676, Accumulated Leap Seconds=21 + { 2445163.50, 52.590301 }, //13 July 1982, UT1-UTC= 0.5936992, Accumulated Leap Seconds=21 + { 2445164.50, 52.592054 }, //14 July 1982, UT1-UTC= 0.5919461, Accumulated Leap Seconds=21 + { 2445165.50, 52.593829 }, //15 July 1982, UT1-UTC= 0.5901712, Accumulated Leap Seconds=21 + { 2445166.50, 52.595550 }, //16 July 1982, UT1-UTC= 0.5884504, Accumulated Leap Seconds=21 + { 2445167.50, 52.597147 }, //17 July 1982, UT1-UTC= 0.5868530, Accumulated Leap Seconds=21 + { 2445168.50, 52.598584 }, //18 July 1982, UT1-UTC= 0.5854160, Accumulated Leap Seconds=21 + { 2445169.50, 52.599876 }, //19 July 1982, UT1-UTC= 0.5841239, Accumulated Leap Seconds=21 + { 2445170.50, 52.601091 }, //20 July 1982, UT1-UTC= 0.5829089, Accumulated Leap Seconds=21 + { 2445171.50, 52.602325 }, //21 July 1982, UT1-UTC= 0.5816746, Accumulated Leap Seconds=21 + { 2445172.50, 52.603665 }, //22 July 1982, UT1-UTC= 0.5803349, Accumulated Leap Seconds=21 + { 2445173.50, 52.605153 }, //23 July 1982, UT1-UTC= 0.5788473, Accumulated Leap Seconds=21 + { 2445174.50, 52.606775 }, //24 July 1982, UT1-UTC= 0.5772252, Accumulated Leap Seconds=21 + { 2445175.50, 52.608473 }, //25 July 1982, UT1-UTC= 0.5755268, Accumulated Leap Seconds=21 + { 2445176.50, 52.610170 }, //26 July 1982, UT1-UTC= 0.5738299, Accumulated Leap Seconds=21 + { 2445177.50, 52.611793 }, //27 July 1982, UT1-UTC= 0.5722068, Accumulated Leap Seconds=21 + { 2445178.50, 52.613291 }, //28 July 1982, UT1-UTC= 0.5707089, Accumulated Leap Seconds=21 + { 2445179.50, 52.614637 }, //29 July 1982, UT1-UTC= 0.5693632, Accumulated Leap Seconds=21 + { 2445180.50, 52.615825 }, //30 July 1982, UT1-UTC= 0.5681748, Accumulated Leap Seconds=21 + { 2445181.50, 52.616870 }, //31 July 1982, UT1-UTC= 0.5671299, Accumulated Leap Seconds=21 + { 2445182.50, 52.617801 }, //01 August 1982, UT1-UTC= 0.5661988, Accumulated Leap Seconds=21 + { 2445183.50, 52.618661 }, //02 August 1982, UT1-UTC= 0.5653387, Accumulated Leap Seconds=21 + { 2445184.50, 52.619502 }, //03 August 1982, UT1-UTC= 0.5644976, Accumulated Leap Seconds=21 + { 2445185.50, 52.620381 }, //04 August 1982, UT1-UTC= 0.5636194, Accumulated Leap Seconds=21 + { 2445186.50, 52.621351 }, //05 August 1982, UT1-UTC= 0.5626487, Accumulated Leap Seconds=21 + { 2445187.50, 52.622460 }, //06 August 1982, UT1-UTC= 0.5615404, Accumulated Leap Seconds=21 + { 2445188.50, 52.623733 }, //07 August 1982, UT1-UTC= 0.5602669, Accumulated Leap Seconds=21 + { 2445189.50, 52.625177 }, //08 August 1982, UT1-UTC= 0.5588232, Accumulated Leap Seconds=21 + { 2445190.50, 52.626771 }, //09 August 1982, UT1-UTC= 0.5572292, Accumulated Leap Seconds=21 + { 2445191.50, 52.628473 }, //10 August 1982, UT1-UTC= 0.5555270, Accumulated Leap Seconds=21 + { 2445192.50, 52.630225 }, //11 August 1982, UT1-UTC= 0.5537746, Accumulated Leap Seconds=21 + { 2445193.50, 52.631963 }, //12 August 1982, UT1-UTC= 0.5520367, Accumulated Leap Seconds=21 + { 2445194.50, 52.633627 }, //13 August 1982, UT1-UTC= 0.5503727, Accumulated Leap Seconds=21 + { 2445195.50, 52.635181 }, //14 August 1982, UT1-UTC= 0.5488185, Accumulated Leap Seconds=21 + { 2445196.50, 52.636629 }, //15 August 1982, UT1-UTC= 0.5473707, Accumulated Leap Seconds=21 + { 2445197.50, 52.638021 }, //16 August 1982, UT1-UTC= 0.5459791, Accumulated Leap Seconds=21 + { 2445198.50, 52.639442 }, //17 August 1982, UT1-UTC= 0.5445579, Accumulated Leap Seconds=21 + { 2445199.50, 52.640987 }, //18 August 1982, UT1-UTC= 0.5430131, Accumulated Leap Seconds=21 + { 2445200.50, 52.642721 }, //19 August 1982, UT1-UTC= 0.5412787, Accumulated Leap Seconds=21 + { 2445201.50, 52.644659 }, //20 August 1982, UT1-UTC= 0.5393408, Accumulated Leap Seconds=21 + { 2445202.50, 52.646759 }, //21 August 1982, UT1-UTC= 0.5372407, Accumulated Leap Seconds=21 + { 2445203.50, 52.648942 }, //22 August 1982, UT1-UTC= 0.5350577, Accumulated Leap Seconds=21 + { 2445204.50, 52.651120 }, //23 August 1982, UT1-UTC= 0.5328798, Accumulated Leap Seconds=21 + { 2445205.50, 52.653221 }, //24 August 1982, UT1-UTC= 0.5307793, Accumulated Leap Seconds=21 + { 2445206.50, 52.655200 }, //25 August 1982, UT1-UTC= 0.5288002, Accumulated Leap Seconds=21 + { 2445207.50, 52.657042 }, //26 August 1982, UT1-UTC= 0.5269575, Accumulated Leap Seconds=21 + { 2445208.50, 52.658758 }, //27 August 1982, UT1-UTC= 0.5252420, Accumulated Leap Seconds=21 + { 2445209.50, 52.660375 }, //28 August 1982, UT1-UTC= 0.5236252, Accumulated Leap Seconds=21 + { 2445210.50, 52.661936 }, //29 August 1982, UT1-UTC= 0.5220644, Accumulated Leap Seconds=21 + { 2445211.50, 52.663492 }, //30 August 1982, UT1-UTC= 0.5205077, Accumulated Leap Seconds=21 + { 2445212.50, 52.665101 }, //31 August 1982, UT1-UTC= 0.5188991, Accumulated Leap Seconds=21 + { 2445213.50, 52.666816 }, //01 September 1982, UT1-UTC= 0.5171840, Accumulated Leap Seconds=21 + { 2445214.50, 52.668685 }, //02 September 1982, UT1-UTC= 0.5153154, Accumulated Leap Seconds=21 + { 2445215.50, 52.670739 }, //03 September 1982, UT1-UTC= 0.5132613, Accumulated Leap Seconds=21 + { 2445216.50, 52.672988 }, //04 September 1982, UT1-UTC= 0.5110124, Accumulated Leap Seconds=21 + { 2445217.50, 52.675411 }, //05 September 1982, UT1-UTC= 0.5085886, Accumulated Leap Seconds=21 + { 2445218.50, 52.677960 }, //06 September 1982, UT1-UTC= 0.5060400, Accumulated Leap Seconds=21 + { 2445219.50, 52.680561 }, //07 September 1982, UT1-UTC= 0.5034385, Accumulated Leap Seconds=21 + { 2445220.50, 52.683137 }, //08 September 1982, UT1-UTC= 0.5008627, Accumulated Leap Seconds=21 + { 2445221.50, 52.685619 }, //09 September 1982, UT1-UTC= 0.4983814, Accumulated Leap Seconds=21 + { 2445222.50, 52.687962 }, //10 September 1982, UT1-UTC= 0.4960381, Accumulated Leap Seconds=21 + { 2445223.50, 52.690162 }, //11 September 1982, UT1-UTC= 0.4938382, Accumulated Leap Seconds=21 + { 2445224.50, 52.692253 }, //12 September 1982, UT1-UTC= 0.4917474, Accumulated Leap Seconds=21 + { 2445225.50, 52.694302 }, //13 September 1982, UT1-UTC= 0.4896977, Accumulated Leap Seconds=21 + { 2445226.50, 52.696393 }, //14 September 1982, UT1-UTC= 0.4876067, Accumulated Leap Seconds=21 + { 2445227.50, 52.698597 }, //15 September 1982, UT1-UTC= 0.4854026, Accumulated Leap Seconds=21 + { 2445228.50, 52.700959 }, //16 September 1982, UT1-UTC= 0.4830409, Accumulated Leap Seconds=21 + { 2445229.50, 52.703473 }, //17 September 1982, UT1-UTC= 0.4805269, Accumulated Leap Seconds=21 + { 2445230.50, 52.706084 }, //18 September 1982, UT1-UTC= 0.4779157, Accumulated Leap Seconds=21 + { 2445231.50, 52.708710 }, //19 September 1982, UT1-UTC= 0.4752903, Accumulated Leap Seconds=21 + { 2445232.50, 52.711267 }, //20 September 1982, UT1-UTC= 0.4727328, Accumulated Leap Seconds=21 + { 2445233.50, 52.713694 }, //21 September 1982, UT1-UTC= 0.4703058, Accumulated Leap Seconds=21 + { 2445234.50, 52.715959 }, //22 September 1982, UT1-UTC= 0.4680406, Accumulated Leap Seconds=21 + { 2445235.50, 52.718062 }, //23 September 1982, UT1-UTC= 0.4659380, Accumulated Leap Seconds=21 + { 2445236.50, 52.720025 }, //24 September 1982, UT1-UTC= 0.4639747, Accumulated Leap Seconds=21 + { 2445237.50, 52.721891 }, //25 September 1982, UT1-UTC= 0.4621090, Accumulated Leap Seconds=21 + { 2445238.50, 52.723712 }, //26 September 1982, UT1-UTC= 0.4602881, Accumulated Leap Seconds=21 + { 2445239.50, 52.725545 }, //27 September 1982, UT1-UTC= 0.4584548, Accumulated Leap Seconds=21 + { 2445240.50, 52.727448 }, //28 September 1982, UT1-UTC= 0.4565524, Accumulated Leap Seconds=21 + { 2445241.50, 52.729469 }, //29 September 1982, UT1-UTC= 0.4545311, Accumulated Leap Seconds=21 + { 2445242.50, 52.731647 }, //30 September 1982, UT1-UTC= 0.4523526, Accumulated Leap Seconds=21 + { 2445243.50, 52.734004 }, //01 October 1982, UT1-UTC= 0.4499964, Accumulated Leap Seconds=21 + { 2445244.50, 52.736532 }, //02 October 1982, UT1-UTC= 0.4474676, Accumulated Leap Seconds=21 + { 2445245.50, 52.739197 }, //03 October 1982, UT1-UTC= 0.4448034, Accumulated Leap Seconds=21 + { 2445246.50, 52.741927 }, //04 October 1982, UT1-UTC= 0.4420726, Accumulated Leap Seconds=21 + { 2445247.50, 52.744638 }, //05 October 1982, UT1-UTC= 0.4393619, Accumulated Leap Seconds=21 + { 2445248.50, 52.747245 }, //06 October 1982, UT1-UTC= 0.4367550, Accumulated Leap Seconds=21 + { 2445249.50, 52.749692 }, //07 October 1982, UT1-UTC= 0.4343079, Accumulated Leap Seconds=21 + { 2445250.50, 52.751968 }, //08 October 1982, UT1-UTC= 0.4320322, Accumulated Leap Seconds=21 + { 2445251.50, 52.754108 }, //09 October 1982, UT1-UTC= 0.4298920, Accumulated Leap Seconds=21 + { 2445252.50, 52.756185 }, //10 October 1982, UT1-UTC= 0.4278149, Accumulated Leap Seconds=21 + { 2445253.50, 52.758287 }, //11 October 1982, UT1-UTC= 0.4257127, Accumulated Leap Seconds=21 + { 2445254.50, 52.760495 }, //12 October 1982, UT1-UTC= 0.4235055, Accumulated Leap Seconds=21 + { 2445255.50, 52.762856 }, //13 October 1982, UT1-UTC= 0.4211443, Accumulated Leap Seconds=21 + { 2445256.50, 52.765376 }, //14 October 1982, UT1-UTC= 0.4186240, Accumulated Leap Seconds=21 + { 2445257.50, 52.768015 }, //15 October 1982, UT1-UTC= 0.4159852, Accumulated Leap Seconds=21 + { 2445258.50, 52.770698 }, //16 October 1982, UT1-UTC= 0.4133022, Accumulated Leap Seconds=21 + { 2445259.50, 52.773339 }, //17 October 1982, UT1-UTC= 0.4106613, Accumulated Leap Seconds=21 + { 2445260.50, 52.775861 }, //18 October 1982, UT1-UTC= 0.4081392, Accumulated Leap Seconds=21 + { 2445261.50, 52.778212 }, //19 October 1982, UT1-UTC= 0.4057877, Accumulated Leap Seconds=21 + { 2445262.50, 52.780373 }, //20 October 1982, UT1-UTC= 0.4036267, Accumulated Leap Seconds=21 + { 2445263.50, 52.782356 }, //21 October 1982, UT1-UTC= 0.4016441, Accumulated Leap Seconds=21 + { 2445264.50, 52.784197 }, //22 October 1982, UT1-UTC= 0.3998034, Accumulated Leap Seconds=21 + { 2445265.50, 52.785948 }, //23 October 1982, UT1-UTC= 0.3980519, Accumulated Leap Seconds=21 + { 2445266.50, 52.787672 }, //24 October 1982, UT1-UTC= 0.3963275, Accumulated Leap Seconds=21 + { 2445267.50, 52.789433 }, //25 October 1982, UT1-UTC= 0.3945673, Accumulated Leap Seconds=21 + { 2445268.50, 52.791285 }, //26 October 1982, UT1-UTC= 0.3927147, Accumulated Leap Seconds=21 + { 2445269.50, 52.793276 }, //27 October 1982, UT1-UTC= 0.3907243, Accumulated Leap Seconds=21 + { 2445270.50, 52.795435 }, //28 October 1982, UT1-UTC= 0.3885650, Accumulated Leap Seconds=21 + { 2445271.50, 52.797775 }, //29 October 1982, UT1-UTC= 0.3862246, Accumulated Leap Seconds=21 + { 2445272.50, 52.800283 }, //30 October 1982, UT1-UTC= 0.3837172, Accumulated Leap Seconds=21 + { 2445273.50, 52.802910 }, //31 October 1982, UT1-UTC= 0.3810899, Accumulated Leap Seconds=21 + { 2445274.50, 52.805579 }, //01 November 1982, UT1-UTC= 0.3784208, Accumulated Leap Seconds=21 + { 2445275.50, 52.808198 }, //02 November 1982, UT1-UTC= 0.3758020, Accumulated Leap Seconds=21 + { 2445276.50, 52.810689 }, //03 November 1982, UT1-UTC= 0.3733113, Accumulated Leap Seconds=21 + { 2445277.50, 52.813016 }, //04 November 1982, UT1-UTC= 0.3709844, Accumulated Leap Seconds=21 + { 2445278.50, 52.815199 }, //05 November 1982, UT1-UTC= 0.3688011, Accumulated Leap Seconds=21 + { 2445279.50, 52.817307 }, //06 November 1982, UT1-UTC= 0.3666925, Accumulated Leap Seconds=21 + { 2445280.50, 52.819435 }, //07 November 1982, UT1-UTC= 0.3645653, Accumulated Leap Seconds=21 + { 2445281.50, 52.821667 }, //08 November 1982, UT1-UTC= 0.3623329, Accumulated Leap Seconds=21 + { 2445282.50, 52.824061 }, //09 November 1982, UT1-UTC= 0.3599387, Accumulated Leap Seconds=21 + { 2445283.50, 52.826631 }, //10 November 1982, UT1-UTC= 0.3573693, Accumulated Leap Seconds=21 + { 2445284.50, 52.829345 }, //11 November 1982, UT1-UTC= 0.3546546, Accumulated Leap Seconds=21 + { 2445285.50, 52.832144 }, //12 November 1982, UT1-UTC= 0.3518560, Accumulated Leap Seconds=21 + { 2445286.50, 52.834950 }, //13 November 1982, UT1-UTC= 0.3490498, Accumulated Leap Seconds=21 + { 2445287.50, 52.837690 }, //14 November 1982, UT1-UTC= 0.3463100, Accumulated Leap Seconds=21 + { 2445288.50, 52.840306 }, //15 November 1982, UT1-UTC= 0.3436937, Accumulated Leap Seconds=21 + { 2445289.50, 52.842767 }, //16 November 1982, UT1-UTC= 0.3412326, Accumulated Leap Seconds=21 + { 2445290.50, 52.845069 }, //17 November 1982, UT1-UTC= 0.3389307, Accumulated Leap Seconds=21 + { 2445291.50, 52.847232 }, //18 November 1982, UT1-UTC= 0.3367679, Accumulated Leap Seconds=21 + { 2445292.50, 52.849296 }, //19 November 1982, UT1-UTC= 0.3347043, Accumulated Leap Seconds=21 + { 2445293.50, 52.851314 }, //20 November 1982, UT1-UTC= 0.3326864, Accumulated Leap Seconds=21 + { 2445294.50, 52.853344 }, //21 November 1982, UT1-UTC= 0.3306559, Accumulated Leap Seconds=21 + { 2445295.50, 52.855443 }, //22 November 1982, UT1-UTC= 0.3285572, Accumulated Leap Seconds=21 + { 2445296.50, 52.857655 }, //23 November 1982, UT1-UTC= 0.3263445, Accumulated Leap Seconds=21 + { 2445297.50, 52.860014 }, //24 November 1982, UT1-UTC= 0.3239858, Accumulated Leap Seconds=21 + { 2445298.50, 52.862535 }, //25 November 1982, UT1-UTC= 0.3214646, Accumulated Leap Seconds=21 + { 2445299.50, 52.865217 }, //26 November 1982, UT1-UTC= 0.3187832, Accumulated Leap Seconds=21 + { 2445300.50, 52.868032 }, //27 November 1982, UT1-UTC= 0.3159685, Accumulated Leap Seconds=21 + { 2445301.50, 52.870922 }, //28 November 1982, UT1-UTC= 0.3130776, Accumulated Leap Seconds=21 + { 2445302.50, 52.873806 }, //29 November 1982, UT1-UTC= 0.3101936, Accumulated Leap Seconds=21 + { 2445303.50, 52.876594 }, //30 November 1982, UT1-UTC= 0.3074063, Accumulated Leap Seconds=21 + { 2445304.50, 52.879219 }, //01 December 1982, UT1-UTC= 0.3047811, Accumulated Leap Seconds=21 + { 2445305.50, 52.881669 }, //02 December 1982, UT1-UTC= 0.3023308, Accumulated Leap Seconds=21 + { 2445306.50, 52.883993 }, //03 December 1982, UT1-UTC= 0.3000071, Accumulated Leap Seconds=21 + { 2445307.50, 52.886281 }, //04 December 1982, UT1-UTC= 0.2977185, Accumulated Leap Seconds=21 + { 2445308.50, 52.888635 }, //05 December 1982, UT1-UTC= 0.2953651, Accumulated Leap Seconds=21 + { 2445309.50, 52.891125 }, //06 December 1982, UT1-UTC= 0.2928746, Accumulated Leap Seconds=21 + { 2445310.50, 52.893775 }, //07 December 1982, UT1-UTC= 0.2902250, Accumulated Leap Seconds=21 + { 2445311.50, 52.896557 }, //08 December 1982, UT1-UTC= 0.2874426, Accumulated Leap Seconds=21 + { 2445312.50, 52.899412 }, //09 December 1982, UT1-UTC= 0.2845876, Accumulated Leap Seconds=21 + { 2445313.50, 52.902267 }, //10 December 1982, UT1-UTC= 0.2817327, Accumulated Leap Seconds=21 + { 2445314.50, 52.905054 }, //11 December 1982, UT1-UTC= 0.2789457, Accumulated Leap Seconds=21 + { 2445315.50, 52.907722 }, //12 December 1982, UT1-UTC= 0.2762783, Accumulated Leap Seconds=21 + { 2445316.50, 52.910240 }, //13 December 1982, UT1-UTC= 0.2737600, Accumulated Leap Seconds=21 + { 2445317.50, 52.912603 }, //14 December 1982, UT1-UTC= 0.2713973, Accumulated Leap Seconds=21 + { 2445318.50, 52.914826 }, //15 December 1982, UT1-UTC= 0.2691743, Accumulated Leap Seconds=21 + { 2445319.50, 52.916944 }, //16 December 1982, UT1-UTC= 0.2670564, Accumulated Leap Seconds=21 + { 2445320.50, 52.919005 }, //17 December 1982, UT1-UTC= 0.2649953, Accumulated Leap Seconds=21 + { 2445321.50, 52.921062 }, //18 December 1982, UT1-UTC= 0.2629377, Accumulated Leap Seconds=21 + { 2445322.50, 52.923169 }, //19 December 1982, UT1-UTC= 0.2608307, Accumulated Leap Seconds=21 + { 2445323.50, 52.925372 }, //20 December 1982, UT1-UTC= 0.2586284, Accumulated Leap Seconds=21 + { 2445324.50, 52.927703 }, //21 December 1982, UT1-UTC= 0.2562967, Accumulated Leap Seconds=21 + { 2445325.50, 52.930182 }, //22 December 1982, UT1-UTC= 0.2538178, Accumulated Leap Seconds=21 + { 2445326.50, 52.932809 }, //23 December 1982, UT1-UTC= 0.2511908, Accumulated Leap Seconds=21 + { 2445327.50, 52.935567 }, //24 December 1982, UT1-UTC= 0.2484329, Accumulated Leap Seconds=21 + { 2445328.50, 52.938417 }, //25 December 1982, UT1-UTC= 0.2455832, Accumulated Leap Seconds=21 + { 2445329.50, 52.941296 }, //26 December 1982, UT1-UTC= 0.2427042, Accumulated Leap Seconds=21 + { 2445330.50, 52.944125 }, //27 December 1982, UT1-UTC= 0.2398746, Accumulated Leap Seconds=21 + { 2445331.50, 52.946832 }, //28 December 1982, UT1-UTC= 0.2371677, Accumulated Leap Seconds=21 + { 2445332.50, 52.949378 }, //29 December 1982, UT1-UTC= 0.2346222, Accumulated Leap Seconds=21 + { 2445333.50, 52.951780 }, //30 December 1982, UT1-UTC= 0.2322199, Accumulated Leap Seconds=21 + { 2445334.50, 52.954114 }, //31 December 1982, UT1-UTC= 0.2298861, Accumulated Leap Seconds=21 + { 2445335.50, 52.956484 }, //01 January 1983, UT1-UTC= 0.2275162, Accumulated Leap Seconds=21 + { 2445336.50, 52.958983 }, //02 January 1983, UT1-UTC= 0.2250174, Accumulated Leap Seconds=21 + { 2445337.50, 52.961655 }, //03 January 1983, UT1-UTC= 0.2223447, Accumulated Leap Seconds=21 + { 2445338.50, 52.964487 }, //04 January 1983, UT1-UTC= 0.2195132, Accumulated Leap Seconds=21 + { 2445339.50, 52.967414 }, //05 January 1983, UT1-UTC= 0.2165864, Accumulated Leap Seconds=21 + { 2445340.50, 52.970352 }, //06 January 1983, UT1-UTC= 0.2136481, Accumulated Leap Seconds=21 + { 2445341.50, 52.973224 }, //07 January 1983, UT1-UTC= 0.2107756, Accumulated Leap Seconds=21 + { 2445342.50, 52.975976 }, //08 January 1983, UT1-UTC= 0.2080235, Accumulated Leap Seconds=21 + { 2445343.50, 52.978582 }, //09 January 1983, UT1-UTC= 0.2054182, Accumulated Leap Seconds=21 + { 2445344.50, 52.981040 }, //10 January 1983, UT1-UTC= 0.2029598, Accumulated Leap Seconds=21 + { 2445345.50, 52.983372 }, //11 January 1983, UT1-UTC= 0.2006275, Accumulated Leap Seconds=21 + { 2445346.50, 52.985616 }, //12 January 1983, UT1-UTC= 0.1983841, Accumulated Leap Seconds=21 + { 2445347.50, 52.987819 }, //13 January 1983, UT1-UTC= 0.1961809, Accumulated Leap Seconds=21 + { 2445348.50, 52.990039 }, //14 January 1983, UT1-UTC= 0.1939612, Accumulated Leap Seconds=21 + { 2445349.50, 52.992333 }, //15 January 1983, UT1-UTC= 0.1916668, Accumulated Leap Seconds=21 + { 2445350.50, 52.994754 }, //16 January 1983, UT1-UTC= 0.1892461, Accumulated Leap Seconds=21 + { 2445351.50, 52.997340 }, //17 January 1983, UT1-UTC= 0.1866602, Accumulated Leap Seconds=21 + { 2445352.50, 53.000111 }, //18 January 1983, UT1-UTC= 0.1838891, Accumulated Leap Seconds=21 + { 2445353.50, 53.003067 }, //19 January 1983, UT1-UTC= 0.1809333, Accumulated Leap Seconds=21 + { 2445354.50, 53.006187 }, //20 January 1983, UT1-UTC= 0.1778134, Accumulated Leap Seconds=21 + { 2445355.50, 53.009432 }, //21 January 1983, UT1-UTC= 0.1745679, Accumulated Leap Seconds=21 + { 2445356.50, 53.012748 }, //22 January 1983, UT1-UTC= 0.1712518, Accumulated Leap Seconds=21 + { 2445357.50, 53.016067 }, //23 January 1983, UT1-UTC= 0.1679328, Accumulated Leap Seconds=21 + { 2445358.50, 53.019319 }, //24 January 1983, UT1-UTC= 0.1646808, Accumulated Leap Seconds=21 + { 2445359.50, 53.022452 }, //25 January 1983, UT1-UTC= 0.1615482, Accumulated Leap Seconds=21 + { 2445360.50, 53.025455 }, //26 January 1983, UT1-UTC= 0.1585450, Accumulated Leap Seconds=21 + { 2445361.50, 53.028375 }, //27 January 1983, UT1-UTC= 0.1556253, Accumulated Leap Seconds=21 + { 2445362.50, 53.031301 }, //28 January 1983, UT1-UTC= 0.1526985, Accumulated Leap Seconds=21 + { 2445363.50, 53.034338 }, //29 January 1983, UT1-UTC= 0.1496624, Accumulated Leap Seconds=21 + { 2445364.50, 53.037554 }, //30 January 1983, UT1-UTC= 0.1464464, Accumulated Leap Seconds=21 + { 2445365.50, 53.040959 }, //31 January 1983, UT1-UTC= 0.1430413, Accumulated Leap Seconds=21 + { 2445366.50, 53.044497 }, //01 February 1983, UT1-UTC= 0.1395029, Accumulated Leap Seconds=21 + { 2445367.50, 53.048071 }, //02 February 1983, UT1-UTC= 0.1359290, Accumulated Leap Seconds=21 + { 2445368.50, 53.051576 }, //03 February 1983, UT1-UTC= 0.1324243, Accumulated Leap Seconds=21 + { 2445369.50, 53.054928 }, //04 February 1983, UT1-UTC= 0.1290716, Accumulated Leap Seconds=21 + { 2445370.50, 53.058082 }, //05 February 1983, UT1-UTC= 0.1259177, Accumulated Leap Seconds=21 + { 2445371.50, 53.061025 }, //06 February 1983, UT1-UTC= 0.1229750, Accumulated Leap Seconds=21 + { 2445372.50, 53.063771 }, //07 February 1983, UT1-UTC= 0.1202285, Accumulated Leap Seconds=21 + { 2445373.50, 53.066356 }, //08 February 1983, UT1-UTC= 0.1176439, Accumulated Leap Seconds=21 + { 2445374.50, 53.068826 }, //09 February 1983, UT1-UTC= 0.1151739, Accumulated Leap Seconds=21 + { 2445375.50, 53.071238 }, //10 February 1983, UT1-UTC= 0.1127618, Accumulated Leap Seconds=21 + { 2445376.50, 53.073652 }, //11 February 1983, UT1-UTC= 0.1103476, Accumulated Leap Seconds=21 + { 2445377.50, 53.076126 }, //12 February 1983, UT1-UTC= 0.1078737, Accumulated Leap Seconds=21 + { 2445378.50, 53.078706 }, //13 February 1983, UT1-UTC= 0.1052937, Accumulated Leap Seconds=21 + { 2445379.50, 53.081421 }, //14 February 1983, UT1-UTC= 0.1025785, Accumulated Leap Seconds=21 + { 2445380.50, 53.084280 }, //15 February 1983, UT1-UTC= 0.0997205, Accumulated Leap Seconds=21 + { 2445381.50, 53.087264 }, //16 February 1983, UT1-UTC= 0.0967356, Accumulated Leap Seconds=21 + { 2445382.50, 53.090341 }, //17 February 1983, UT1-UTC= 0.0936592, Accumulated Leap Seconds=21 + { 2445383.50, 53.093459 }, //18 February 1983, UT1-UTC= 0.0905413, Accumulated Leap Seconds=21 + { 2445384.50, 53.096562 }, //19 February 1983, UT1-UTC= 0.0874380, Accumulated Leap Seconds=21 + { 2445385.50, 53.099596 }, //20 February 1983, UT1-UTC= 0.0844038, Accumulated Leap Seconds=21 + { 2445386.50, 53.102521 }, //21 February 1983, UT1-UTC= 0.0814787, Accumulated Leap Seconds=21 + { 2445387.50, 53.105328 }, //22 February 1983, UT1-UTC= 0.0786717, Accumulated Leap Seconds=21 + { 2445388.50, 53.108052 }, //23 February 1983, UT1-UTC= 0.0759478, Accumulated Leap Seconds=21 + { 2445389.50, 53.110771 }, //24 February 1983, UT1-UTC= 0.0732289, Accumulated Leap Seconds=21 + { 2445390.50, 53.113584 }, //25 February 1983, UT1-UTC= 0.0704155, Accumulated Leap Seconds=21 + { 2445391.50, 53.116582 }, //26 February 1983, UT1-UTC= 0.0674177, Accumulated Leap Seconds=21 + { 2445392.50, 53.119807 }, //27 February 1983, UT1-UTC= 0.0641933, Accumulated Leap Seconds=21 + { 2445393.50, 53.123231 }, //28 February 1983, UT1-UTC= 0.0607686, Accumulated Leap Seconds=21 + { 2445394.50, 53.126769 }, //01 March 1983, UT1-UTC= 0.0572310, Accumulated Leap Seconds=21 + { 2445395.50, 53.130302 }, //02 March 1983, UT1-UTC= 0.0536983, Accumulated Leap Seconds=21 + { 2445396.50, 53.133720 }, //03 March 1983, UT1-UTC= 0.0502796, Accumulated Leap Seconds=21 + { 2445397.50, 53.136950 }, //04 March 1983, UT1-UTC= 0.0470495, Accumulated Leap Seconds=21 + { 2445398.50, 53.139962 }, //05 March 1983, UT1-UTC= 0.0440379, Accumulated Leap Seconds=21 + { 2445399.50, 53.142764 }, //06 March 1983, UT1-UTC= 0.0412361, Accumulated Leap Seconds=21 + { 2445400.50, 53.145393 }, //07 March 1983, UT1-UTC= 0.0386074, Accumulated Leap Seconds=21 + { 2445401.50, 53.147901 }, //08 March 1983, UT1-UTC= 0.0360988, Accumulated Leap Seconds=21 + { 2445402.50, 53.150351 }, //09 March 1983, UT1-UTC= 0.0336493, Accumulated Leap Seconds=21 + { 2445403.50, 53.152804 }, //10 March 1983, UT1-UTC= 0.0311964, Accumulated Leap Seconds=21 + { 2445404.50, 53.155319 }, //11 March 1983, UT1-UTC= 0.0286811, Accumulated Leap Seconds=21 + { 2445405.50, 53.157946 }, //12 March 1983, UT1-UTC= 0.0260544, Accumulated Leap Seconds=21 + { 2445406.50, 53.160717 }, //13 March 1983, UT1-UTC= 0.0232825, Accumulated Leap Seconds=21 + { 2445407.50, 53.163647 }, //14 March 1983, UT1-UTC= 0.0203530, Accumulated Leap Seconds=21 + { 2445408.50, 53.166721 }, //15 March 1983, UT1-UTC= 0.0172785, Accumulated Leap Seconds=21 + { 2445409.50, 53.169903 }, //16 March 1983, UT1-UTC= 0.0140966, Accumulated Leap Seconds=21 + { 2445410.50, 53.173134 }, //17 March 1983, UT1-UTC= 0.0108659, Accumulated Leap Seconds=21 + { 2445411.50, 53.176344 }, //18 March 1983, UT1-UTC= 0.0076555, Accumulated Leap Seconds=21 + { 2445412.50, 53.179469 }, //19 March 1983, UT1-UTC= 0.0045306, Accumulated Leap Seconds=21 + { 2445413.50, 53.182463 }, //20 March 1983, UT1-UTC= 0.0015371, Accumulated Leap Seconds=21 + { 2445414.50, 53.185311 }, //21 March 1983, UT1-UTC=-0.0013109, Accumulated Leap Seconds=21 + { 2445415.50, 53.188039 }, //22 March 1983, UT1-UTC=-0.0040393, Accumulated Leap Seconds=21 + { 2445416.50, 53.190714 }, //23 March 1983, UT1-UTC=-0.0067144, Accumulated Leap Seconds=21 + { 2445417.50, 53.193431 }, //24 March 1983, UT1-UTC=-0.0094311, Accumulated Leap Seconds=21 + { 2445418.50, 53.196288 }, //25 March 1983, UT1-UTC=-0.0122879, Accumulated Leap Seconds=21 + { 2445419.50, 53.199355 }, //26 March 1983, UT1-UTC=-0.0153552, Accumulated Leap Seconds=21 + { 2445420.50, 53.202648 }, //27 March 1983, UT1-UTC=-0.0186478, Accumulated Leap Seconds=21 + { 2445421.50, 53.206115 }, //28 March 1983, UT1-UTC=-0.0221153, Accumulated Leap Seconds=21 + { 2445422.50, 53.209658 }, //29 March 1983, UT1-UTC=-0.0256580, Accumulated Leap Seconds=21 + { 2445423.50, 53.213159 }, //30 March 1983, UT1-UTC=-0.0291587, Accumulated Leap Seconds=21 + { 2445424.50, 53.216518 }, //31 March 1983, UT1-UTC=-0.0325178, Accumulated Leap Seconds=21 + { 2445425.50, 53.219675 }, //01 April 1983, UT1-UTC=-0.0356749, Accumulated Leap Seconds=21 + { 2445426.50, 53.222615 }, //02 April 1983, UT1-UTC=-0.0386148, Accumulated Leap Seconds=21 + { 2445427.50, 53.225359 }, //03 April 1983, UT1-UTC=-0.0413595, Accumulated Leap Seconds=21 + { 2445428.50, 53.227955 }, //04 April 1983, UT1-UTC=-0.0439548, Accumulated Leap Seconds=21 + { 2445429.50, 53.230459 }, //05 April 1983, UT1-UTC=-0.0464595, Accumulated Leap Seconds=21 + { 2445430.50, 53.232936 }, //06 April 1983, UT1-UTC=-0.0489363, Accumulated Leap Seconds=21 + { 2445431.50, 53.235445 }, //07 April 1983, UT1-UTC=-0.0514449, Accumulated Leap Seconds=21 + { 2445432.50, 53.238037 }, //08 April 1983, UT1-UTC=-0.0540366, Accumulated Leap Seconds=21 + { 2445433.50, 53.240748 }, //09 April 1983, UT1-UTC=-0.0567483, Accumulated Leap Seconds=21 + { 2445434.50, 53.243601 }, //10 April 1983, UT1-UTC=-0.0596006, Accumulated Leap Seconds=21 + { 2445435.50, 53.246593 }, //11 April 1983, UT1-UTC=-0.0625928, Accumulated Leap Seconds=21 + { 2445436.50, 53.249699 }, //12 April 1983, UT1-UTC=-0.0656991, Accumulated Leap Seconds=21 + { 2445437.50, 53.252868 }, //13 April 1983, UT1-UTC=-0.0688677, Accumulated Leap Seconds=21 + { 2445438.50, 53.256027 }, //14 April 1983, UT1-UTC=-0.0720272, Accumulated Leap Seconds=21 + { 2445439.50, 53.259100 }, //15 April 1983, UT1-UTC=-0.0751004, Accumulated Leap Seconds=21 + { 2445440.50, 53.262024 }, //16 April 1983, UT1-UTC=-0.0780245, Accumulated Leap Seconds=21 + { 2445441.50, 53.264771 }, //17 April 1983, UT1-UTC=-0.0807706, Accumulated Leap Seconds=21 + { 2445442.50, 53.267355 }, //18 April 1983, UT1-UTC=-0.0833549, Accumulated Leap Seconds=21 + { 2445443.50, 53.269835 }, //19 April 1983, UT1-UTC=-0.0858353, Accumulated Leap Seconds=21 + { 2445444.50, 53.272298 }, //20 April 1983, UT1-UTC=-0.0882984, Accumulated Leap Seconds=21 + { 2445445.50, 53.274837 }, //21 April 1983, UT1-UTC=-0.0908370, Accumulated Leap Seconds=21 + { 2445446.50, 53.277524 }, //22 April 1983, UT1-UTC=-0.0935240, Accumulated Leap Seconds=21 + { 2445447.50, 53.280391 }, //23 April 1983, UT1-UTC=-0.0963907, Accumulated Leap Seconds=21 + { 2445448.50, 53.283414 }, //24 April 1983, UT1-UTC=-0.0994141, Accumulated Leap Seconds=21 + { 2445449.50, 53.286522 }, //25 April 1983, UT1-UTC=-0.1025219, Accumulated Leap Seconds=21 + { 2445450.50, 53.289614 }, //26 April 1983, UT1-UTC=-0.1056141, Accumulated Leap Seconds=21 + { 2445451.50, 53.292589 }, //27 April 1983, UT1-UTC=-0.1085892, Accumulated Leap Seconds=21 + { 2445452.50, 53.295372 }, //28 April 1983, UT1-UTC=-0.1113719, Accumulated Leap Seconds=21 + { 2445453.50, 53.297927 }, //29 April 1983, UT1-UTC=-0.1139272, Accumulated Leap Seconds=21 + { 2445454.50, 53.300261 }, //30 April 1983, UT1-UTC=-0.1162615, Accumulated Leap Seconds=21 + { 2445455.50, 53.302414 }, //01 May 1983, UT1-UTC=-0.1184139, Accumulated Leap Seconds=21 + { 2445456.50, 53.304444 }, //02 May 1983, UT1-UTC=-0.1204438, Accumulated Leap Seconds=21 + { 2445457.50, 53.306420 }, //03 May 1983, UT1-UTC=-0.1224196, Accumulated Leap Seconds=21 + { 2445458.50, 53.308409 }, //04 May 1983, UT1-UTC=-0.1244092, Accumulated Leap Seconds=21 + { 2445459.50, 53.310472 }, //05 May 1983, UT1-UTC=-0.1264725, Accumulated Leap Seconds=21 + { 2445460.50, 53.312656 }, //06 May 1983, UT1-UTC=-0.1286562, Accumulated Leap Seconds=21 + { 2445461.50, 53.314990 }, //07 May 1983, UT1-UTC=-0.1309902, Accumulated Leap Seconds=21 + { 2445462.50, 53.317483 }, //08 May 1983, UT1-UTC=-0.1334833, Accumulated Leap Seconds=21 + { 2445463.50, 53.320122 }, //09 May 1983, UT1-UTC=-0.1361219, Accumulated Leap Seconds=21 + { 2445464.50, 53.322868 }, //10 May 1983, UT1-UTC=-0.1388681, Accumulated Leap Seconds=21 + { 2445465.50, 53.325660 }, //11 May 1983, UT1-UTC=-0.1416598, Accumulated Leap Seconds=21 + { 2445466.50, 53.328417 }, //12 May 1983, UT1-UTC=-0.1444174, Accumulated Leap Seconds=21 + { 2445467.50, 53.331063 }, //13 May 1983, UT1-UTC=-0.1470626, Accumulated Leap Seconds=21 + { 2445468.50, 53.333543 }, //14 May 1983, UT1-UTC=-0.1495435, Accumulated Leap Seconds=21 + { 2445469.50, 53.335856 }, //15 May 1983, UT1-UTC=-0.1518561, Accumulated Leap Seconds=21 + { 2445470.50, 53.338048 }, //16 May 1983, UT1-UTC=-0.1540477, Accumulated Leap Seconds=21 + { 2445471.50, 53.340204 }, //17 May 1983, UT1-UTC=-0.1562041, Accumulated Leap Seconds=21 + { 2445472.50, 53.342422 }, //18 May 1983, UT1-UTC=-0.1584216, Accumulated Leap Seconds=21 + { 2445473.50, 53.344777 }, //19 May 1983, UT1-UTC=-0.1607772, Accumulated Leap Seconds=21 + { 2445474.50, 53.347307 }, //20 May 1983, UT1-UTC=-0.1633072, Accumulated Leap Seconds=21 + { 2445475.50, 53.349998 }, //21 May 1983, UT1-UTC=-0.1659979, Accumulated Leap Seconds=21 + { 2445476.50, 53.352792 }, //22 May 1983, UT1-UTC=-0.1687922, Accumulated Leap Seconds=21 + { 2445477.50, 53.355604 }, //23 May 1983, UT1-UTC=-0.1716045, Accumulated Leap Seconds=21 + { 2445478.50, 53.358343 }, //24 May 1983, UT1-UTC=-0.1743432, Accumulated Leap Seconds=21 + { 2445479.50, 53.360930 }, //25 May 1983, UT1-UTC=-0.1769304, Accumulated Leap Seconds=21 + { 2445480.50, 53.363318 }, //26 May 1983, UT1-UTC=-0.1793179, Accumulated Leap Seconds=21 + { 2445481.50, 53.365494 }, //27 May 1983, UT1-UTC=-0.1814945, Accumulated Leap Seconds=21 + { 2445482.50, 53.367483 }, //28 May 1983, UT1-UTC=-0.1834831, Accumulated Leap Seconds=21 + { 2445483.50, 53.369331 }, //29 May 1983, UT1-UTC=-0.1853312, Accumulated Leap Seconds=21 + { 2445484.50, 53.371101 }, //30 May 1983, UT1-UTC=-0.1871007, Accumulated Leap Seconds=21 + { 2445485.50, 53.372858 }, //31 May 1983, UT1-UTC=-0.1888580, Accumulated Leap Seconds=21 + { 2445486.50, 53.374664 }, //01 June 1983, UT1-UTC=-0.1906645, Accumulated Leap Seconds=21 + { 2445487.50, 53.376569 }, //02 June 1983, UT1-UTC=-0.1925689, Accumulated Leap Seconds=21 + { 2445488.50, 53.378602 }, //03 June 1983, UT1-UTC=-0.1946017, Accumulated Leap Seconds=21 + { 2445489.50, 53.380775 }, //04 June 1983, UT1-UTC=-0.1967747, Accumulated Leap Seconds=21 + { 2445490.50, 53.383082 }, //05 June 1983, UT1-UTC=-0.1990816, Accumulated Leap Seconds=21 + { 2445491.50, 53.385497 }, //06 June 1983, UT1-UTC=-0.2014974, Accumulated Leap Seconds=21 + { 2445492.50, 53.387977 }, //07 June 1983, UT1-UTC=-0.2039770, Accumulated Leap Seconds=21 + { 2445493.50, 53.390455 }, //08 June 1983, UT1-UTC=-0.2064550, Accumulated Leap Seconds=21 + { 2445494.50, 53.392855 }, //09 June 1983, UT1-UTC=-0.2088550, Accumulated Leap Seconds=21 + { 2445495.50, 53.395110 }, //10 June 1983, UT1-UTC=-0.2111105, Accumulated Leap Seconds=21 + { 2445496.50, 53.397192 }, //11 June 1983, UT1-UTC=-0.2131924, Accumulated Leap Seconds=21 + { 2445497.50, 53.399127 }, //12 June 1983, UT1-UTC=-0.2151267, Accumulated Leap Seconds=21 + { 2445498.50, 53.400992 }, //13 June 1983, UT1-UTC=-0.2169918, Accumulated Leap Seconds=21 + { 2445499.50, 53.402893 }, //14 June 1983, UT1-UTC=-0.2188927, Accumulated Leap Seconds=21 + { 2445500.50, 53.404922 }, //15 June 1983, UT1-UTC=-0.2209224, Accumulated Leap Seconds=21 + { 2445501.50, 53.407129 }, //16 June 1983, UT1-UTC=-0.2231291, Accumulated Leap Seconds=21 + { 2445502.50, 53.409502 }, //17 June 1983, UT1-UTC=-0.2255023, Accumulated Leap Seconds=21 + { 2445503.50, 53.411979 }, //18 June 1983, UT1-UTC=-0.2279791, Accumulated Leap Seconds=21 + { 2445504.50, 53.414467 }, //19 June 1983, UT1-UTC=-0.2304674, Accumulated Leap Seconds=21 + { 2445505.50, 53.416871 }, //20 June 1983, UT1-UTC=-0.2328710, Accumulated Leap Seconds=21 + { 2445506.50, 53.419110 }, //21 June 1983, UT1-UTC=-0.2351104, Accumulated Leap Seconds=21 + { 2445507.50, 53.421134 }, //22 June 1983, UT1-UTC=-0.2371338, Accumulated Leap Seconds=21 + { 2445508.50, 53.422922 }, //23 June 1983, UT1-UTC=-0.2389222, Accumulated Leap Seconds=21 + { 2445509.50, 53.424489 }, //24 June 1983, UT1-UTC=-0.2404892, Accumulated Leap Seconds=21 + { 2445510.50, 53.425874 }, //25 June 1983, UT1-UTC=-0.2418739, Accumulated Leap Seconds=21 + { 2445511.50, 53.427132 }, //26 June 1983, UT1-UTC=-0.2431316, Accumulated Leap Seconds=21 + { 2445512.50, 53.428326 }, //27 June 1983, UT1-UTC=-0.2443256, Accumulated Leap Seconds=21 + { 2445513.50, 53.429519 }, //28 June 1983, UT1-UTC=-0.2455186, Accumulated Leap Seconds=21 + { 2445514.50, 53.430763 }, //29 June 1983, UT1-UTC=-0.2467632, Accumulated Leap Seconds=21 + { 2445515.50, 53.432097 }, //30 June 1983, UT1-UTC=-0.2480974, Accumulated Leap Seconds=21 + { 2445516.50, 53.433540 }, //01 July 1983, UT1-UTC= 0.7504601, Accumulated Leap Seconds=22 + { 2445517.50, 53.435088 }, //02 July 1983, UT1-UTC= 0.7489115, Accumulated Leap Seconds=22 + { 2445518.50, 53.436722 }, //03 July 1983, UT1-UTC= 0.7472782, Accumulated Leap Seconds=22 + { 2445519.50, 53.438403 }, //04 July 1983, UT1-UTC= 0.7455971, Accumulated Leap Seconds=22 + { 2445520.50, 53.440080 }, //05 July 1983, UT1-UTC= 0.7439198, Accumulated Leap Seconds=22 + { 2445521.50, 53.441690 }, //06 July 1983, UT1-UTC= 0.7423097, Accumulated Leap Seconds=22 + { 2445522.50, 53.443169 }, //07 July 1983, UT1-UTC= 0.7408313, Accumulated Leap Seconds=22 + { 2445523.50, 53.444474 }, //08 July 1983, UT1-UTC= 0.7395256, Accumulated Leap Seconds=22 + { 2445524.50, 53.445612 }, //09 July 1983, UT1-UTC= 0.7383876, Accumulated Leap Seconds=22 + { 2445525.50, 53.446645 }, //10 July 1983, UT1-UTC= 0.7373551, Accumulated Leap Seconds=22 + { 2445526.50, 53.447679 }, //11 July 1983, UT1-UTC= 0.7363211, Accumulated Leap Seconds=22 + { 2445527.50, 53.448831 }, //12 July 1983, UT1-UTC= 0.7351691, Accumulated Leap Seconds=22 + { 2445528.50, 53.450183 }, //13 July 1983, UT1-UTC= 0.7338170, Accumulated Leap Seconds=22 + { 2445529.50, 53.451755 }, //14 July 1983, UT1-UTC= 0.7322452, Accumulated Leap Seconds=22 + { 2445530.50, 53.453500 }, //15 July 1983, UT1-UTC= 0.7304995, Accumulated Leap Seconds=22 + { 2445531.50, 53.455331 }, //16 July 1983, UT1-UTC= 0.7286694, Accumulated Leap Seconds=22 + { 2445532.50, 53.457143 }, //17 July 1983, UT1-UTC= 0.7268571, Accumulated Leap Seconds=22 + { 2445533.50, 53.458851 }, //18 July 1983, UT1-UTC= 0.7251489, Accumulated Leap Seconds=22 + { 2445534.50, 53.460405 }, //19 July 1983, UT1-UTC= 0.7235954, Accumulated Leap Seconds=22 + { 2445535.50, 53.461789 }, //20 July 1983, UT1-UTC= 0.7222106, Accumulated Leap Seconds=22 + { 2445536.50, 53.463017 }, //21 July 1983, UT1-UTC= 0.7209826, Accumulated Leap Seconds=22 + { 2445537.50, 53.464121 }, //22 July 1983, UT1-UTC= 0.7198788, Accumulated Leap Seconds=22 + { 2445538.50, 53.465147 }, //23 July 1983, UT1-UTC= 0.7188526, Accumulated Leap Seconds=22 + { 2445539.50, 53.466153 }, //24 July 1983, UT1-UTC= 0.7178470, Accumulated Leap Seconds=22 + { 2445540.50, 53.467196 }, //25 July 1983, UT1-UTC= 0.7168039, Accumulated Leap Seconds=22 + { 2445541.50, 53.468329 }, //26 July 1983, UT1-UTC= 0.7156714, Accumulated Leap Seconds=22 + { 2445542.50, 53.469589 }, //27 July 1983, UT1-UTC= 0.7144113, Accumulated Leap Seconds=22 + { 2445543.50, 53.470995 }, //28 July 1983, UT1-UTC= 0.7130053, Accumulated Leap Seconds=22 + { 2445544.50, 53.472545 }, //29 July 1983, UT1-UTC= 0.7114550, Accumulated Leap Seconds=22 + { 2445545.50, 53.474221 }, //30 July 1983, UT1-UTC= 0.7097792, Accumulated Leap Seconds=22 + { 2445546.50, 53.475988 }, //31 July 1983, UT1-UTC= 0.7080116, Accumulated Leap Seconds=22 + { 2445547.50, 53.477801 }, //01 August 1983, UT1-UTC= 0.7061985, Accumulated Leap Seconds=22 + { 2445548.50, 53.479605 }, //02 August 1983, UT1-UTC= 0.7043952, Accumulated Leap Seconds=22 + { 2445549.50, 53.481341 }, //03 August 1983, UT1-UTC= 0.7026587, Accumulated Leap Seconds=22 + { 2445550.50, 53.482964 }, //04 August 1983, UT1-UTC= 0.7010361, Accumulated Leap Seconds=22 + { 2445551.50, 53.484454 }, //05 August 1983, UT1-UTC= 0.6995459, Accumulated Leap Seconds=22 + { 2445552.50, 53.485841 }, //06 August 1983, UT1-UTC= 0.6981587, Accumulated Leap Seconds=22 + { 2445553.50, 53.487207 }, //07 August 1983, UT1-UTC= 0.6967933, Accumulated Leap Seconds=22 + { 2445554.50, 53.488663 }, //08 August 1983, UT1-UTC= 0.6953371, Accumulated Leap Seconds=22 + { 2445555.50, 53.490312 }, //09 August 1983, UT1-UTC= 0.6936880, Accumulated Leap Seconds=22 + { 2445556.50, 53.492203 }, //10 August 1983, UT1-UTC= 0.6917972, Accumulated Leap Seconds=22 + { 2445557.50, 53.494309 }, //11 August 1983, UT1-UTC= 0.6896908, Accumulated Leap Seconds=22 + { 2445558.50, 53.496539 }, //12 August 1983, UT1-UTC= 0.6874608, Accumulated Leap Seconds=22 + { 2445559.50, 53.498768 }, //13 August 1983, UT1-UTC= 0.6852322, Accumulated Leap Seconds=22 + { 2445560.50, 53.500879 }, //14 August 1983, UT1-UTC= 0.6831210, Accumulated Leap Seconds=22 + { 2445561.50, 53.502797 }, //15 August 1983, UT1-UTC= 0.6812028, Accumulated Leap Seconds=22 + { 2445562.50, 53.504497 }, //16 August 1983, UT1-UTC= 0.6795028, Accumulated Leap Seconds=22 + { 2445563.50, 53.505996 }, //17 August 1983, UT1-UTC= 0.6780038, Accumulated Leap Seconds=22 + { 2445564.50, 53.507338 }, //18 August 1983, UT1-UTC= 0.6766624, Accumulated Leap Seconds=22 + { 2445565.50, 53.508579 }, //19 August 1983, UT1-UTC= 0.6754213, Accumulated Leap Seconds=22 + { 2445566.50, 53.509782 }, //20 August 1983, UT1-UTC= 0.6742180, Accumulated Leap Seconds=22 + { 2445567.50, 53.511009 }, //21 August 1983, UT1-UTC= 0.6729913, Accumulated Leap Seconds=22 + { 2445568.50, 53.512314 }, //22 August 1983, UT1-UTC= 0.6716863, Accumulated Leap Seconds=22 + { 2445569.50, 53.513739 }, //23 August 1983, UT1-UTC= 0.6702610, Accumulated Leap Seconds=22 + { 2445570.50, 53.515308 }, //24 August 1983, UT1-UTC= 0.6686917, Accumulated Leap Seconds=22 + { 2445571.50, 53.517024 }, //25 August 1983, UT1-UTC= 0.6669759, Accumulated Leap Seconds=22 + { 2445572.50, 53.518868 }, //26 August 1983, UT1-UTC= 0.6651322, Accumulated Leap Seconds=22 + { 2445573.50, 53.520802 }, //27 August 1983, UT1-UTC= 0.6631980, Accumulated Leap Seconds=22 + { 2445574.50, 53.522775 }, //28 August 1983, UT1-UTC= 0.6612246, Accumulated Leap Seconds=22 + { 2445575.50, 53.524730 }, //29 August 1983, UT1-UTC= 0.6592703, Accumulated Leap Seconds=22 + { 2445576.50, 53.526609 }, //30 August 1983, UT1-UTC= 0.6573905, Accumulated Leap Seconds=22 + { 2445577.50, 53.528371 }, //31 August 1983, UT1-UTC= 0.6556291, Accumulated Leap Seconds=22 + { 2445578.50, 53.529994 }, //01 September 1983, UT1-UTC= 0.6540063, Accumulated Leap Seconds=22 + { 2445579.50, 53.531495 }, //02 September 1983, UT1-UTC= 0.6525049, Accumulated Leap Seconds=22 + { 2445580.50, 53.532937 }, //03 September 1983, UT1-UTC= 0.6510632, Accumulated Leap Seconds=22 + { 2445581.50, 53.534420 }, //04 September 1983, UT1-UTC= 0.6495800, Accumulated Leap Seconds=22 + { 2445582.50, 53.536057 }, //05 September 1983, UT1-UTC= 0.6479430, Accumulated Leap Seconds=22 + { 2445583.50, 53.537930 }, //06 September 1983, UT1-UTC= 0.6460696, Accumulated Leap Seconds=22 + { 2445584.50, 53.540057 }, //07 September 1983, UT1-UTC= 0.6439426, Accumulated Leap Seconds=22 + { 2445585.50, 53.542381 }, //08 September 1983, UT1-UTC= 0.6416186, Accumulated Leap Seconds=22 + { 2445586.50, 53.544788 }, //09 September 1983, UT1-UTC= 0.6392122, Accumulated Leap Seconds=22 + { 2445587.50, 53.547141 }, //10 September 1983, UT1-UTC= 0.6368585, Accumulated Leap Seconds=22 + { 2445588.50, 53.549333 }, //11 September 1983, UT1-UTC= 0.6346673, Accumulated Leap Seconds=22 + { 2445589.50, 53.551300 }, //12 September 1983, UT1-UTC= 0.6326998, Accumulated Leap Seconds=22 + { 2445590.50, 53.553039 }, //13 September 1983, UT1-UTC= 0.6309608, Accumulated Leap Seconds=22 + { 2445591.50, 53.554588 }, //14 September 1983, UT1-UTC= 0.6294124, Accumulated Leap Seconds=22 + { 2445592.50, 53.556006 }, //15 September 1983, UT1-UTC= 0.6279940, Accumulated Leap Seconds=22 + { 2445593.50, 53.557362 }, //16 September 1983, UT1-UTC= 0.6266384, Accumulated Leap Seconds=22 + { 2445594.50, 53.558719 }, //17 September 1983, UT1-UTC= 0.6252807, Accumulated Leap Seconds=22 + { 2445595.50, 53.560138 }, //18 September 1983, UT1-UTC= 0.6238623, Accumulated Leap Seconds=22 + { 2445596.50, 53.561665 }, //19 September 1983, UT1-UTC= 0.6223348, Accumulated Leap Seconds=22 + { 2445597.50, 53.563333 }, //20 September 1983, UT1-UTC= 0.6206672, Accumulated Leap Seconds=22 + { 2445598.50, 53.565152 }, //21 September 1983, UT1-UTC= 0.6188483, Accumulated Leap Seconds=22 + { 2445599.50, 53.567111 }, //22 September 1983, UT1-UTC= 0.6168886, Accumulated Leap Seconds=22 + { 2445600.50, 53.569180 }, //23 September 1983, UT1-UTC= 0.6148200, Accumulated Leap Seconds=22 + { 2445601.50, 53.571307 }, //24 September 1983, UT1-UTC= 0.6126926, Accumulated Leap Seconds=22 + { 2445602.50, 53.573435 }, //25 September 1983, UT1-UTC= 0.6105654, Accumulated Leap Seconds=22 + { 2445603.50, 53.575505 }, //26 September 1983, UT1-UTC= 0.6084951, Accumulated Leap Seconds=22 + { 2445604.50, 53.577476 }, //27 September 1983, UT1-UTC= 0.6065239, Accumulated Leap Seconds=22 + { 2445605.50, 53.579331 }, //28 September 1983, UT1-UTC= 0.6046690, Accumulated Leap Seconds=22 + { 2445606.50, 53.581086 }, //29 September 1983, UT1-UTC= 0.6029143, Accumulated Leap Seconds=22 + { 2445607.50, 53.582793 }, //30 September 1983, UT1-UTC= 0.6012065, Accumulated Leap Seconds=22 + { 2445608.50, 53.584539 }, //01 October 1983, UT1-UTC= 0.5994608, Accumulated Leap Seconds=22 + { 2445609.50, 53.586425 }, //02 October 1983, UT1-UTC= 0.5975750, Accumulated Leap Seconds=22 + { 2445610.50, 53.588542 }, //03 October 1983, UT1-UTC= 0.5954578, Accumulated Leap Seconds=22 + { 2445611.50, 53.590936 }, //04 October 1983, UT1-UTC= 0.5930642, Accumulated Leap Seconds=22 + { 2445612.50, 53.593581 }, //05 October 1983, UT1-UTC= 0.5904186, Accumulated Leap Seconds=22 + { 2445613.50, 53.596385 }, //06 October 1983, UT1-UTC= 0.5876153, Accumulated Leap Seconds=22 + { 2445614.50, 53.599207 }, //07 October 1983, UT1-UTC= 0.5847934, Accumulated Leap Seconds=22 + { 2445615.50, 53.601907 }, //08 October 1983, UT1-UTC= 0.5820926, Accumulated Leap Seconds=22 + { 2445616.50, 53.604387 }, //09 October 1983, UT1-UTC= 0.5796131, Accumulated Leap Seconds=22 + { 2445617.50, 53.606605 }, //10 October 1983, UT1-UTC= 0.5773946, Accumulated Leap Seconds=22 + { 2445618.50, 53.608579 }, //11 October 1983, UT1-UTC= 0.5754209, Accumulated Leap Seconds=22 + { 2445619.50, 53.610362 }, //12 October 1983, UT1-UTC= 0.5736376, Accumulated Leap Seconds=22 + { 2445620.50, 53.612028 }, //13 October 1983, UT1-UTC= 0.5719722, Accumulated Leap Seconds=22 + { 2445621.50, 53.613649 }, //14 October 1983, UT1-UTC= 0.5703506, Accumulated Leap Seconds=22 + { 2445622.50, 53.615293 }, //15 October 1983, UT1-UTC= 0.5687067, Accumulated Leap Seconds=22 + { 2445623.50, 53.617015 }, //16 October 1983, UT1-UTC= 0.5669849, Accumulated Leap Seconds=22 + { 2445624.50, 53.618854 }, //17 October 1983, UT1-UTC= 0.5651460, Accumulated Leap Seconds=22 + { 2445625.50, 53.620829 }, //18 October 1983, UT1-UTC= 0.5631707, Accumulated Leap Seconds=22 + { 2445626.50, 53.622942 }, //19 October 1983, UT1-UTC= 0.5610581, Accumulated Leap Seconds=22 + { 2445627.50, 53.625173 }, //20 October 1983, UT1-UTC= 0.5588267, Accumulated Leap Seconds=22 + { 2445628.50, 53.627485 }, //21 October 1983, UT1-UTC= 0.5565148, Accumulated Leap Seconds=22 + { 2445629.50, 53.629823 }, //22 October 1983, UT1-UTC= 0.5541771, Accumulated Leap Seconds=22 + { 2445630.50, 53.632126 }, //23 October 1983, UT1-UTC= 0.5518736, Accumulated Leap Seconds=22 + { 2445631.50, 53.634344 }, //24 October 1983, UT1-UTC= 0.5496557, Accumulated Leap Seconds=22 + { 2445632.50, 53.636449 }, //25 October 1983, UT1-UTC= 0.5475509, Accumulated Leap Seconds=22 + { 2445633.50, 53.638451 }, //26 October 1983, UT1-UTC= 0.5455492, Accumulated Leap Seconds=22 + { 2445634.50, 53.640401 }, //27 October 1983, UT1-UTC= 0.5435992, Accumulated Leap Seconds=22 + { 2445635.50, 53.642380 }, //28 October 1983, UT1-UTC= 0.5416204, Accumulated Leap Seconds=22 + { 2445636.50, 53.644483 }, //29 October 1983, UT1-UTC= 0.5395172, Accumulated Leap Seconds=22 + { 2445637.50, 53.646802 }, //30 October 1983, UT1-UTC= 0.5371975, Accumulated Leap Seconds=22 + { 2445638.50, 53.649395 }, //31 October 1983, UT1-UTC= 0.5346047, Accumulated Leap Seconds=22 + { 2445639.50, 53.652263 }, //01 November 1983, UT1-UTC= 0.5317372, Accumulated Leap Seconds=22 + { 2445640.50, 53.655345 }, //02 November 1983, UT1-UTC= 0.5286549, Accumulated Leap Seconds=22 + { 2445641.50, 53.658530 }, //03 November 1983, UT1-UTC= 0.5254704, Accumulated Leap Seconds=22 + { 2445642.50, 53.661681 }, //04 November 1983, UT1-UTC= 0.5223186, Accumulated Leap Seconds=22 + { 2445643.50, 53.664681 }, //05 November 1983, UT1-UTC= 0.5193194, Accumulated Leap Seconds=22 + { 2445644.50, 53.667451 }, //06 November 1983, UT1-UTC= 0.5165493, Accumulated Leap Seconds=22 + { 2445645.50, 53.669971 }, //07 November 1983, UT1-UTC= 0.5140290, Accumulated Leap Seconds=22 + { 2445646.50, 53.672269 }, //08 November 1983, UT1-UTC= 0.5117311, Accumulated Leap Seconds=22 + { 2445647.50, 53.674405 }, //09 November 1983, UT1-UTC= 0.5095951, Accumulated Leap Seconds=22 + { 2445648.50, 53.676456 }, //10 November 1983, UT1-UTC= 0.5075441, Accumulated Leap Seconds=22 + { 2445649.50, 53.678496 }, //11 November 1983, UT1-UTC= 0.5055044, Accumulated Leap Seconds=22 + { 2445650.50, 53.680587 }, //12 November 1983, UT1-UTC= 0.5034134, Accumulated Leap Seconds=22 + { 2445651.50, 53.682774 }, //13 November 1983, UT1-UTC= 0.5012261, Accumulated Leap Seconds=22 + { 2445652.50, 53.685082 }, //14 November 1983, UT1-UTC= 0.4989183, Accumulated Leap Seconds=22 + { 2445653.50, 53.687514 }, //15 November 1983, UT1-UTC= 0.4964856, Accumulated Leap Seconds=22 + { 2445654.50, 53.690056 }, //16 November 1983, UT1-UTC= 0.4939437, Accumulated Leap Seconds=22 + { 2445655.50, 53.692673 }, //17 November 1983, UT1-UTC= 0.4913271, Accumulated Leap Seconds=22 + { 2445656.50, 53.695311 }, //18 November 1983, UT1-UTC= 0.4886891, Accumulated Leap Seconds=22 + { 2445657.50, 53.697906 }, //19 November 1983, UT1-UTC= 0.4860939, Accumulated Leap Seconds=22 + { 2445658.50, 53.700392 }, //20 November 1983, UT1-UTC= 0.4836084, Accumulated Leap Seconds=22 + { 2445659.50, 53.702716 }, //21 November 1983, UT1-UTC= 0.4812844, Accumulated Leap Seconds=22 + { 2445660.50, 53.704862 }, //22 November 1983, UT1-UTC= 0.4791380, Accumulated Leap Seconds=22 + { 2445661.50, 53.706863 }, //23 November 1983, UT1-UTC= 0.4771374, Accumulated Leap Seconds=22 + { 2445662.50, 53.708793 }, //24 November 1983, UT1-UTC= 0.4752071, Accumulated Leap Seconds=22 + { 2445663.50, 53.710753 }, //25 November 1983, UT1-UTC= 0.4732469, Accumulated Leap Seconds=22 + { 2445664.50, 53.712838 }, //26 November 1983, UT1-UTC= 0.4711618, Accumulated Leap Seconds=22 + { 2445665.50, 53.715111 }, //27 November 1983, UT1-UTC= 0.4688893, Accumulated Leap Seconds=22 + { 2445666.50, 53.717583 }, //28 November 1983, UT1-UTC= 0.4664169, Accumulated Leap Seconds=22 + { 2445667.50, 53.720214 }, //29 November 1983, UT1-UTC= 0.4637860, Accumulated Leap Seconds=22 + { 2445668.50, 53.722917 }, //30 November 1983, UT1-UTC= 0.4610830, Accumulated Leap Seconds=22 + { 2445669.50, 53.725584 }, //01 December 1983, UT1-UTC= 0.4584156, Accumulated Leap Seconds=22 + { 2445670.50, 53.728114 }, //02 December 1983, UT1-UTC= 0.4558864, Accumulated Leap Seconds=22 + { 2445671.50, 53.730430 }, //03 December 1983, UT1-UTC= 0.4535700, Accumulated Leap Seconds=22 + { 2445672.50, 53.732502 }, //04 December 1983, UT1-UTC= 0.4514976, Accumulated Leap Seconds=22 + { 2445673.50, 53.734346 }, //05 December 1983, UT1-UTC= 0.4496539, Accumulated Leap Seconds=22 + { 2445674.50, 53.736014 }, //06 December 1983, UT1-UTC= 0.4479860, Accumulated Leap Seconds=22 + { 2445675.50, 53.737579 }, //07 December 1983, UT1-UTC= 0.4464213, Accumulated Leap Seconds=22 + { 2445676.50, 53.739116 }, //08 December 1983, UT1-UTC= 0.4448837, Accumulated Leap Seconds=22 + { 2445677.50, 53.740696 }, //09 December 1983, UT1-UTC= 0.4433035, Accumulated Leap Seconds=22 + { 2445678.50, 53.742373 }, //10 December 1983, UT1-UTC= 0.4416268, Accumulated Leap Seconds=22 + { 2445679.50, 53.744179 }, //11 December 1983, UT1-UTC= 0.4398205, Accumulated Leap Seconds=22 + { 2445680.50, 53.746126 }, //12 December 1983, UT1-UTC= 0.4378741, Accumulated Leap Seconds=22 + { 2445681.50, 53.748202 }, //13 December 1983, UT1-UTC= 0.4357983, Accumulated Leap Seconds=22 + { 2445682.50, 53.750378 }, //14 December 1983, UT1-UTC= 0.4336221, Accumulated Leap Seconds=22 + { 2445683.50, 53.752612 }, //15 December 1983, UT1-UTC= 0.4313877, Accumulated Leap Seconds=22 + { 2445684.50, 53.754852 }, //16 December 1983, UT1-UTC= 0.4291483, Accumulated Leap Seconds=22 + { 2445685.50, 53.757035 }, //17 December 1983, UT1-UTC= 0.4269650, Accumulated Leap Seconds=22 + { 2445686.50, 53.759103 }, //18 December 1983, UT1-UTC= 0.4248974, Accumulated Leap Seconds=22 + { 2445687.50, 53.761019 }, //19 December 1983, UT1-UTC= 0.4229814, Accumulated Leap Seconds=22 + { 2445688.50, 53.762790 }, //20 December 1983, UT1-UTC= 0.4212099, Accumulated Leap Seconds=22 + { 2445689.50, 53.764477 }, //21 December 1983, UT1-UTC= 0.4195234, Accumulated Leap Seconds=22 + { 2445690.50, 53.766177 }, //22 December 1983, UT1-UTC= 0.4178229, Accumulated Leap Seconds=22 + { 2445691.50, 53.767998 }, //23 December 1983, UT1-UTC= 0.4160021, Accumulated Leap Seconds=22 + { 2445692.50, 53.770018 }, //24 December 1983, UT1-UTC= 0.4139816, Accumulated Leap Seconds=22 + { 2445693.50, 53.772263 }, //25 December 1983, UT1-UTC= 0.4117373, Accumulated Leap Seconds=22 + { 2445694.50, 53.774692 }, //26 December 1983, UT1-UTC= 0.4093081, Accumulated Leap Seconds=22 + { 2445695.50, 53.777220 }, //27 December 1983, UT1-UTC= 0.4067800, Accumulated Leap Seconds=22 + { 2445696.50, 53.779741 }, //28 December 1983, UT1-UTC= 0.4042590, Accumulated Leap Seconds=22 + { 2445697.50, 53.782156 }, //29 December 1983, UT1-UTC= 0.4018441, Accumulated Leap Seconds=22 + { 2445698.50, 53.784394 }, //30 December 1983, UT1-UTC= 0.3996064, Accumulated Leap Seconds=22 + { 2445699.50, 53.786420 }, //31 December 1983, UT1-UTC= 0.3975795, Accumulated Leap Seconds=22 + { 2445700.50, 53.788242 }, //01 January 1984, UT1-UTC= 0.3957582, Accumulated Leap Seconds=22 + { 2445701.50, 53.789893 }, //02 January 1984, UT1-UTC= 0.3941071, Accumulated Leap Seconds=22 + { 2445702.50, 53.791430 }, //03 January 1984, UT1-UTC= 0.3925702, Accumulated Leap Seconds=22 + { 2445703.50, 53.792916 }, //04 January 1984, UT1-UTC= 0.3910842, Accumulated Leap Seconds=22 + { 2445704.50, 53.794411 }, //05 January 1984, UT1-UTC= 0.3895893, Accumulated Leap Seconds=22 + { 2445705.50, 53.795963 }, //06 January 1984, UT1-UTC= 0.3880369, Accumulated Leap Seconds=22 + { 2445706.50, 53.797606 }, //07 January 1984, UT1-UTC= 0.3863944, Accumulated Leap Seconds=22 + { 2445707.50, 53.799351 }, //08 January 1984, UT1-UTC= 0.3846493, Accumulated Leap Seconds=22 + { 2445708.50, 53.801189 }, //09 January 1984, UT1-UTC= 0.3828108, Accumulated Leap Seconds=22 + { 2445709.50, 53.803093 }, //10 January 1984, UT1-UTC= 0.3809067, Accumulated Leap Seconds=22 + { 2445710.50, 53.805023 }, //11 January 1984, UT1-UTC= 0.3789766, Accumulated Leap Seconds=22 + { 2445711.50, 53.806930 }, //12 January 1984, UT1-UTC= 0.3770702, Accumulated Leap Seconds=22 + { 2445712.50, 53.808757 }, //13 January 1984, UT1-UTC= 0.3752434, Accumulated Leap Seconds=22 + { 2445713.50, 53.810453 }, //14 January 1984, UT1-UTC= 0.3735466, Accumulated Leap Seconds=22 + { 2445714.50, 53.811984 }, //15 January 1984, UT1-UTC= 0.3720162, Accumulated Leap Seconds=22 + { 2445715.50, 53.813343 }, //16 January 1984, UT1-UTC= 0.3706567, Accumulated Leap Seconds=22 + { 2445716.50, 53.814576 }, //17 January 1984, UT1-UTC= 0.3694237, Accumulated Leap Seconds=22 + { 2445717.50, 53.815777 }, //18 January 1984, UT1-UTC= 0.3682231, Accumulated Leap Seconds=22 + { 2445718.50, 53.817065 }, //19 January 1984, UT1-UTC= 0.3669347, Accumulated Leap Seconds=22 + { 2445719.50, 53.818545 }, //20 January 1984, UT1-UTC= 0.3654554, Accumulated Leap Seconds=22 + { 2445720.50, 53.820263 }, //21 January 1984, UT1-UTC= 0.3637371, Accumulated Leap Seconds=22 + { 2445721.50, 53.822194 }, //22 January 1984, UT1-UTC= 0.3618062, Accumulated Leap Seconds=22 + { 2445722.50, 53.824245 }, //23 January 1984, UT1-UTC= 0.3597547, Accumulated Leap Seconds=22 + { 2445723.50, 53.826293 }, //24 January 1984, UT1-UTC= 0.3577070, Accumulated Leap Seconds=22 + { 2445724.50, 53.828221 }, //25 January 1984, UT1-UTC= 0.3557785, Accumulated Leap Seconds=22 + { 2445725.50, 53.829951 }, //26 January 1984, UT1-UTC= 0.3540485, Accumulated Leap Seconds=22 + { 2445726.50, 53.831448 }, //27 January 1984, UT1-UTC= 0.3525517, Accumulated Leap Seconds=22 + { 2445727.50, 53.832722 }, //28 January 1984, UT1-UTC= 0.3512783, Accumulated Leap Seconds=22 + { 2445728.50, 53.833815 }, //29 January 1984, UT1-UTC= 0.3501851, Accumulated Leap Seconds=22 + { 2445729.50, 53.834789 }, //30 January 1984, UT1-UTC= 0.3492107, Accumulated Leap Seconds=22 + { 2445730.50, 53.835714 }, //31 January 1984, UT1-UTC= 0.3482856, Accumulated Leap Seconds=22 + { 2445731.50, 53.836662 }, //01 February 1984, UT1-UTC= 0.3473375, Accumulated Leap Seconds=22 + { 2445732.50, 53.837697 }, //02 February 1984, UT1-UTC= 0.3463029, Accumulated Leap Seconds=22 + { 2445733.50, 53.838865 }, //03 February 1984, UT1-UTC= 0.3451347, Accumulated Leap Seconds=22 + { 2445734.50, 53.840193 }, //04 February 1984, UT1-UTC= 0.3438073, Accumulated Leap Seconds=22 + { 2445735.50, 53.841682 }, //05 February 1984, UT1-UTC= 0.3423177, Accumulated Leap Seconds=22 + { 2445736.50, 53.843310 }, //06 February 1984, UT1-UTC= 0.3406896, Accumulated Leap Seconds=22 + { 2445737.50, 53.845031 }, //07 February 1984, UT1-UTC= 0.3389685, Accumulated Leap Seconds=22 + { 2445738.50, 53.846792 }, //08 February 1984, UT1-UTC= 0.3372082, Accumulated Leap Seconds=22 + { 2445739.50, 53.848536 }, //09 February 1984, UT1-UTC= 0.3354641, Accumulated Leap Seconds=22 + { 2445740.50, 53.850209 }, //10 February 1984, UT1-UTC= 0.3337909, Accumulated Leap Seconds=22 + { 2445741.50, 53.851773 }, //11 February 1984, UT1-UTC= 0.3322269, Accumulated Leap Seconds=22 + { 2445742.50, 53.853213 }, //12 February 1984, UT1-UTC= 0.3307868, Accumulated Leap Seconds=22 + { 2445743.50, 53.854549 }, //13 February 1984, UT1-UTC= 0.3294511, Accumulated Leap Seconds=22 + { 2445744.50, 53.855846 }, //14 February 1984, UT1-UTC= 0.3281535, Accumulated Leap Seconds=22 + { 2445745.50, 53.857214 }, //15 February 1984, UT1-UTC= 0.3267865, Accumulated Leap Seconds=22 + { 2445746.50, 53.858771 }, //16 February 1984, UT1-UTC= 0.3252288, Accumulated Leap Seconds=22 + { 2445747.50, 53.860608 }, //17 February 1984, UT1-UTC= 0.3233925, Accumulated Leap Seconds=22 + { 2445748.50, 53.862738 }, //18 February 1984, UT1-UTC= 0.3212624, Accumulated Leap Seconds=22 + { 2445749.50, 53.865089 }, //19 February 1984, UT1-UTC= 0.3189109, Accumulated Leap Seconds=22 + { 2445750.50, 53.867525 }, //20 February 1984, UT1-UTC= 0.3164745, Accumulated Leap Seconds=22 + { 2445751.50, 53.869892 }, //21 February 1984, UT1-UTC= 0.3141078, Accumulated Leap Seconds=22 + { 2445752.50, 53.872060 }, //22 February 1984, UT1-UTC= 0.3119404, Accumulated Leap Seconds=22 + { 2445753.50, 53.873954 }, //23 February 1984, UT1-UTC= 0.3100456, Accumulated Leap Seconds=22 + { 2445754.50, 53.875565 }, //24 February 1984, UT1-UTC= 0.3084352, Accumulated Leap Seconds=22 + { 2445755.50, 53.876926 }, //25 February 1984, UT1-UTC= 0.3070736, Accumulated Leap Seconds=22 + { 2445756.50, 53.878116 }, //26 February 1984, UT1-UTC= 0.3058842, Accumulated Leap Seconds=22 + { 2445757.50, 53.879227 }, //27 February 1984, UT1-UTC= 0.3047733, Accumulated Leap Seconds=22 + { 2445758.50, 53.880353 }, //28 February 1984, UT1-UTC= 0.3036466, Accumulated Leap Seconds=22 + { 2445759.50, 53.881579 }, //29 February 1984, UT1-UTC= 0.3024211, Accumulated Leap Seconds=22 + { 2445760.50, 53.882966 }, //01 March 1984, UT1-UTC= 0.3010335, Accumulated Leap Seconds=22 + { 2445761.50, 53.884541 }, //02 March 1984, UT1-UTC= 0.2994587, Accumulated Leap Seconds=22 + { 2445762.50, 53.886299 }, //03 March 1984, UT1-UTC= 0.2977010, Accumulated Leap Seconds=22 + { 2445763.50, 53.888213 }, //04 March 1984, UT1-UTC= 0.2957867, Accumulated Leap Seconds=22 + { 2445764.50, 53.890242 }, //05 March 1984, UT1-UTC= 0.2937584, Accumulated Leap Seconds=22 + { 2445765.50, 53.892329 }, //06 March 1984, UT1-UTC= 0.2916714, Accumulated Leap Seconds=22 + { 2445766.50, 53.894417 }, //07 March 1984, UT1-UTC= 0.2895828, Accumulated Leap Seconds=22 + { 2445767.50, 53.896451 }, //08 March 1984, UT1-UTC= 0.2875494, Accumulated Leap Seconds=22 + { 2445768.50, 53.898380 }, //09 March 1984, UT1-UTC= 0.2856198, Accumulated Leap Seconds=22 + { 2445769.50, 53.900177 }, //10 March 1984, UT1-UTC= 0.2838229, Accumulated Leap Seconds=22 + { 2445770.50, 53.901844 }, //11 March 1984, UT1-UTC= 0.2821564, Accumulated Leap Seconds=22 + { 2445771.50, 53.903429 }, //12 March 1984, UT1-UTC= 0.2805711, Accumulated Leap Seconds=22 + { 2445772.50, 53.905025 }, //13 March 1984, UT1-UTC= 0.2789747, Accumulated Leap Seconds=22 + { 2445773.50, 53.906752 }, //14 March 1984, UT1-UTC= 0.2772484, Accumulated Leap Seconds=22 + { 2445774.50, 53.908719 }, //15 March 1984, UT1-UTC= 0.2752812, Accumulated Leap Seconds=22 + { 2445775.50, 53.910987 }, //16 March 1984, UT1-UTC= 0.2730125, Accumulated Leap Seconds=22 + { 2445776.50, 53.913537 }, //17 March 1984, UT1-UTC= 0.2704625, Accumulated Leap Seconds=22 + { 2445777.50, 53.916267 }, //18 March 1984, UT1-UTC= 0.2677332, Accumulated Leap Seconds=22 + { 2445778.50, 53.919024 }, //19 March 1984, UT1-UTC= 0.2649764, Accumulated Leap Seconds=22 + { 2445779.50, 53.921658 }, //20 March 1984, UT1-UTC= 0.2623416, Accumulated Leap Seconds=22 + { 2445780.50, 53.924070 }, //21 March 1984, UT1-UTC= 0.2599304, Accumulated Leap Seconds=22 + { 2445781.50, 53.926218 }, //22 March 1984, UT1-UTC= 0.2577817, Accumulated Leap Seconds=22 + { 2445782.50, 53.928124 }, //23 March 1984, UT1-UTC= 0.2558761, Accumulated Leap Seconds=22 + { 2445783.50, 53.929845 }, //24 March 1984, UT1-UTC= 0.2541553, Accumulated Leap Seconds=22 + { 2445784.50, 53.931453 }, //25 March 1984, UT1-UTC= 0.2525470, Accumulated Leap Seconds=22 + { 2445785.50, 53.933022 }, //26 March 1984, UT1-UTC= 0.2509782, Accumulated Leap Seconds=22 + { 2445786.50, 53.934623 }, //27 March 1984, UT1-UTC= 0.2493771, Accumulated Leap Seconds=22 + { 2445787.50, 53.936315 }, //28 March 1984, UT1-UTC= 0.2476848, Accumulated Leap Seconds=22 + { 2445788.50, 53.938132 }, //29 March 1984, UT1-UTC= 0.2458675, Accumulated Leap Seconds=22 + { 2445789.50, 53.940082 }, //30 March 1984, UT1-UTC= 0.2439182, Accumulated Leap Seconds=22 + { 2445790.50, 53.942147 }, //31 March 1984, UT1-UTC= 0.2418529, Accumulated Leap Seconds=22 + { 2445791.50, 53.944290 }, //01 April 1984, UT1-UTC= 0.2397096, Accumulated Leap Seconds=22 + { 2445792.50, 53.946457 }, //02 April 1984, UT1-UTC= 0.2375427, Accumulated Leap Seconds=22 + { 2445793.50, 53.948586 }, //03 April 1984, UT1-UTC= 0.2354138, Accumulated Leap Seconds=22 + { 2445794.50, 53.950618 }, //04 April 1984, UT1-UTC= 0.2333819, Accumulated Leap Seconds=22 + { 2445795.50, 53.952509 }, //05 April 1984, UT1-UTC= 0.2314908, Accumulated Leap Seconds=22 + { 2445796.50, 53.954240 }, //06 April 1984, UT1-UTC= 0.2297600, Accumulated Leap Seconds=22 + { 2445797.50, 53.955824 }, //07 April 1984, UT1-UTC= 0.2281758, Accumulated Leap Seconds=22 + { 2445798.50, 53.957311 }, //08 April 1984, UT1-UTC= 0.2266885, Accumulated Leap Seconds=22 + { 2445799.50, 53.958786 }, //09 April 1984, UT1-UTC= 0.2252140, Accumulated Leap Seconds=22 + { 2445800.50, 53.960356 }, //10 April 1984, UT1-UTC= 0.2236441, Accumulated Leap Seconds=22 + { 2445801.50, 53.962132 }, //11 April 1984, UT1-UTC= 0.2218677, Accumulated Leap Seconds=22 + { 2445802.50, 53.964199 }, //12 April 1984, UT1-UTC= 0.2198005, Accumulated Leap Seconds=22 + { 2445803.50, 53.966579 }, //13 April 1984, UT1-UTC= 0.2174211, Accumulated Leap Seconds=22 + { 2445804.50, 53.969210 }, //14 April 1984, UT1-UTC= 0.2147900, Accumulated Leap Seconds=22 + { 2445805.50, 53.971961 }, //15 April 1984, UT1-UTC= 0.2120386, Accumulated Leap Seconds=22 + { 2445806.50, 53.974669 }, //16 April 1984, UT1-UTC= 0.2093306, Accumulated Leap Seconds=22 + { 2445807.50, 53.977192 }, //17 April 1984, UT1-UTC= 0.2068083, Accumulated Leap Seconds=22 + { 2445808.50, 53.979450 }, //18 April 1984, UT1-UTC= 0.2045502, Accumulated Leap Seconds=22 + { 2445809.50, 53.981442 }, //19 April 1984, UT1-UTC= 0.2025581, Accumulated Leap Seconds=22 + { 2445810.50, 53.983226 }, //20 April 1984, UT1-UTC= 0.2007738, Accumulated Leap Seconds=22 + { 2445811.50, 53.984882 }, //21 April 1984, UT1-UTC= 0.1991176, Accumulated Leap Seconds=22 + { 2445812.50, 53.986494 }, //22 April 1984, UT1-UTC= 0.1975056, Accumulated Leap Seconds=22 + { 2445813.50, 53.988133 }, //23 April 1984, UT1-UTC= 0.1958665, Accumulated Leap Seconds=22 + { 2445814.50, 53.989850 }, //24 April 1984, UT1-UTC= 0.1941500, Accumulated Leap Seconds=22 + { 2445815.50, 53.991673 }, //25 April 1984, UT1-UTC= 0.1923267, Accumulated Leap Seconds=22 + { 2445816.50, 53.993615 }, //26 April 1984, UT1-UTC= 0.1903852, Accumulated Leap Seconds=22 + { 2445817.50, 53.995667 }, //27 April 1984, UT1-UTC= 0.1883326, Accumulated Leap Seconds=22 + { 2445818.50, 53.997805 }, //28 April 1984, UT1-UTC= 0.1861949, Accumulated Leap Seconds=22 + { 2445819.50, 53.999986 }, //29 April 1984, UT1-UTC= 0.1840142, Accumulated Leap Seconds=22 + { 2445820.50, 54.002155 }, //30 April 1984, UT1-UTC= 0.1818451, Accumulated Leap Seconds=22 + { 2445821.50, 54.004248 }, //01 May 1984, UT1-UTC= 0.1797522, Accumulated Leap Seconds=22 + { 2445822.50, 54.006206 }, //02 May 1984, UT1-UTC= 0.1777936, Accumulated Leap Seconds=22 + { 2445823.50, 54.007993 }, //03 May 1984, UT1-UTC= 0.1760074, Accumulated Leap Seconds=22 + { 2445824.50, 54.009599 }, //04 May 1984, UT1-UTC= 0.1744012, Accumulated Leap Seconds=22 + { 2445825.50, 54.011056 }, //05 May 1984, UT1-UTC= 0.1729440, Accumulated Leap Seconds=22 + { 2445826.50, 54.012434 }, //06 May 1984, UT1-UTC= 0.1715659, Accumulated Leap Seconds=22 + { 2445827.50, 54.013832 }, //07 May 1984, UT1-UTC= 0.1701682, Accumulated Leap Seconds=22 + { 2445828.50, 54.015355 }, //08 May 1984, UT1-UTC= 0.1686447, Accumulated Leap Seconds=22 + { 2445829.50, 54.017093 }, //09 May 1984, UT1-UTC= 0.1669073, Accumulated Leap Seconds=22 + { 2445830.50, 54.019088 }, //10 May 1984, UT1-UTC= 0.1649122, Accumulated Leap Seconds=22 + { 2445831.50, 54.021316 }, //11 May 1984, UT1-UTC= 0.1626841, Accumulated Leap Seconds=22 + { 2445832.50, 54.023684 }, //12 May 1984, UT1-UTC= 0.1603162, Accumulated Leap Seconds=22 + { 2445833.50, 54.026054 }, //13 May 1984, UT1-UTC= 0.1579464, Accumulated Leap Seconds=22 + { 2445834.50, 54.028280 }, //14 May 1984, UT1-UTC= 0.1557197, Accumulated Leap Seconds=22 + { 2445835.50, 54.030255 }, //15 May 1984, UT1-UTC= 0.1537447, Accumulated Leap Seconds=22 + { 2445836.50, 54.031937 }, //16 May 1984, UT1-UTC= 0.1520625, Accumulated Leap Seconds=22 + { 2445837.50, 54.033355 }, //17 May 1984, UT1-UTC= 0.1506448, Accumulated Leap Seconds=22 + { 2445838.50, 54.034585 }, //18 May 1984, UT1-UTC= 0.1494152, Accumulated Leap Seconds=22 + { 2445839.50, 54.035720 }, //19 May 1984, UT1-UTC= 0.1482799, Accumulated Leap Seconds=22 + { 2445840.50, 54.036848 }, //20 May 1984, UT1-UTC= 0.1471519, Accumulated Leap Seconds=22 + { 2445841.50, 54.038036 }, //21 May 1984, UT1-UTC= 0.1459637, Accumulated Leap Seconds=22 + { 2445842.50, 54.039326 }, //22 May 1984, UT1-UTC= 0.1446738, Accumulated Leap Seconds=22 + { 2445843.50, 54.040733 }, //23 May 1984, UT1-UTC= 0.1432668, Accumulated Leap Seconds=22 + { 2445844.50, 54.042249 }, //24 May 1984, UT1-UTC= 0.1417508, Accumulated Leap Seconds=22 + { 2445845.50, 54.043845 }, //25 May 1984, UT1-UTC= 0.1401545, Accumulated Leap Seconds=22 + { 2445846.50, 54.045482 }, //26 May 1984, UT1-UTC= 0.1385176, Accumulated Leap Seconds=22 + { 2445847.50, 54.047112 }, //27 May 1984, UT1-UTC= 0.1368879, Accumulated Leap Seconds=22 + { 2445848.50, 54.048683 }, //28 May 1984, UT1-UTC= 0.1353168, Accumulated Leap Seconds=22 + { 2445849.50, 54.050147 }, //29 May 1984, UT1-UTC= 0.1338526, Accumulated Leap Seconds=22 + { 2445850.50, 54.051467 }, //30 May 1984, UT1-UTC= 0.1325325, Accumulated Leap Seconds=22 + { 2445851.50, 54.052624 }, //31 May 1984, UT1-UTC= 0.1313760, Accumulated Leap Seconds=22 + { 2445852.50, 54.053634 }, //01 June 1984, UT1-UTC= 0.1303658, Accumulated Leap Seconds=22 + { 2445853.50, 54.054557 }, //02 June 1984, UT1-UTC= 0.1294432, Accumulated Leap Seconds=22 + { 2445854.50, 54.055479 }, //03 June 1984, UT1-UTC= 0.1285205, Accumulated Leap Seconds=22 + { 2445855.50, 54.056498 }, //04 June 1984, UT1-UTC= 0.1275022, Accumulated Leap Seconds=22 + { 2445856.50, 54.057692 }, //05 June 1984, UT1-UTC= 0.1263082, Accumulated Leap Seconds=22 + { 2445857.50, 54.059101 }, //06 June 1984, UT1-UTC= 0.1248990, Accumulated Leap Seconds=22 + { 2445858.50, 54.060710 }, //07 June 1984, UT1-UTC= 0.1232903, Accumulated Leap Seconds=22 + { 2445859.50, 54.062446 }, //08 June 1984, UT1-UTC= 0.1215544, Accumulated Leap Seconds=22 + { 2445860.50, 54.064195 }, //09 June 1984, UT1-UTC= 0.1198048, Accumulated Leap Seconds=22 + { 2445861.50, 54.065837 }, //10 June 1984, UT1-UTC= 0.1181633, Accumulated Leap Seconds=22 + { 2445862.50, 54.067272 }, //11 June 1984, UT1-UTC= 0.1167280, Accumulated Leap Seconds=22 + { 2445863.50, 54.068451 }, //12 June 1984, UT1-UTC= 0.1155489, Accumulated Leap Seconds=22 + { 2445864.50, 54.069384 }, //13 June 1984, UT1-UTC= 0.1146165, Accumulated Leap Seconds=22 + { 2445865.50, 54.070129 }, //14 June 1984, UT1-UTC= 0.1138714, Accumulated Leap Seconds=22 + { 2445866.50, 54.070770 }, //15 June 1984, UT1-UTC= 0.1132296, Accumulated Leap Seconds=22 + { 2445867.50, 54.071396 }, //16 June 1984, UT1-UTC= 0.1126038, Accumulated Leap Seconds=22 + { 2445868.50, 54.072080 }, //17 June 1984, UT1-UTC= 0.1119198, Accumulated Leap Seconds=22 + { 2445869.50, 54.072874 }, //18 June 1984, UT1-UTC= 0.1111256, Accumulated Leap Seconds=22 + { 2445870.50, 54.073806 }, //19 June 1984, UT1-UTC= 0.1101944, Accumulated Leap Seconds=22 + { 2445871.50, 54.074875 }, //20 June 1984, UT1-UTC= 0.1091254, Accumulated Leap Seconds=22 + { 2445872.50, 54.076062 }, //21 June 1984, UT1-UTC= 0.1079382, Accumulated Leap Seconds=22 + { 2445873.50, 54.077331 }, //22 June 1984, UT1-UTC= 0.1066690, Accumulated Leap Seconds=22 + { 2445874.50, 54.078636 }, //23 June 1984, UT1-UTC= 0.1053636, Accumulated Leap Seconds=22 + { 2445875.50, 54.079927 }, //24 June 1984, UT1-UTC= 0.1040729, Accumulated Leap Seconds=22 + { 2445876.50, 54.081144 }, //25 June 1984, UT1-UTC= 0.1028558, Accumulated Leap Seconds=22 + { 2445877.50, 54.082232 }, //26 June 1984, UT1-UTC= 0.1017684, Accumulated Leap Seconds=22 + { 2445878.50, 54.083151 }, //27 June 1984, UT1-UTC= 0.1008493, Accumulated Leap Seconds=22 + { 2445879.50, 54.083895 }, //28 June 1984, UT1-UTC= 0.1001049, Accumulated Leap Seconds=22 + { 2445880.50, 54.084502 }, //29 June 1984, UT1-UTC= 0.0994975, Accumulated Leap Seconds=22 + { 2445881.50, 54.085052 }, //30 June 1984, UT1-UTC= 0.0989482, Accumulated Leap Seconds=22 + { 2445882.50, 54.085644 }, //01 July 1984, UT1-UTC= 0.0983560, Accumulated Leap Seconds=22 + { 2445883.50, 54.086369 }, //02 July 1984, UT1-UTC= 0.0976307, Accumulated Leap Seconds=22 + { 2445884.50, 54.087274 }, //03 July 1984, UT1-UTC= 0.0967263, Accumulated Leap Seconds=22 + { 2445885.50, 54.088342 }, //04 July 1984, UT1-UTC= 0.0956576, Accumulated Leap Seconds=22 + { 2445886.50, 54.089515 }, //05 July 1984, UT1-UTC= 0.0944846, Accumulated Leap Seconds=22 + { 2445887.50, 54.090700 }, //06 July 1984, UT1-UTC= 0.0933000, Accumulated Leap Seconds=22 + { 2445888.50, 54.091795 }, //07 July 1984, UT1-UTC= 0.0922050, Accumulated Leap Seconds=22 + { 2445889.50, 54.092719 }, //08 July 1984, UT1-UTC= 0.0912813, Accumulated Leap Seconds=22 + { 2445890.50, 54.093426 }, //09 July 1984, UT1-UTC= 0.0905740, Accumulated Leap Seconds=22 + { 2445891.50, 54.093912 }, //10 July 1984, UT1-UTC= 0.0900881, Accumulated Leap Seconds=22 + { 2445892.50, 54.094215 }, //11 July 1984, UT1-UTC= 0.0897854, Accumulated Leap Seconds=22 + { 2445893.50, 54.094402 }, //12 July 1984, UT1-UTC= 0.0895977, Accumulated Leap Seconds=22 + { 2445894.50, 54.094554 }, //13 July 1984, UT1-UTC= 0.0894462, Accumulated Leap Seconds=22 + { 2445895.50, 54.094743 }, //14 July 1984, UT1-UTC= 0.0892569, Accumulated Leap Seconds=22 + { 2445896.50, 54.095032 }, //15 July 1984, UT1-UTC= 0.0889679, Accumulated Leap Seconds=22 + { 2445897.50, 54.095460 }, //16 July 1984, UT1-UTC= 0.0885400, Accumulated Leap Seconds=22 + { 2445898.50, 54.096039 }, //17 July 1984, UT1-UTC= 0.0879610, Accumulated Leap Seconds=22 + { 2445899.50, 54.096758 }, //18 July 1984, UT1-UTC= 0.0872415, Accumulated Leap Seconds=22 + { 2445900.50, 54.097590 }, //19 July 1984, UT1-UTC= 0.0864095, Accumulated Leap Seconds=22 + { 2445901.50, 54.098489 }, //20 July 1984, UT1-UTC= 0.0855113, Accumulated Leap Seconds=22 + { 2445902.50, 54.099398 }, //21 July 1984, UT1-UTC= 0.0846016, Accumulated Leap Seconds=22 + { 2445903.50, 54.100267 }, //22 July 1984, UT1-UTC= 0.0837331, Accumulated Leap Seconds=22 + { 2445904.50, 54.101050 }, //23 July 1984, UT1-UTC= 0.0829500, Accumulated Leap Seconds=22 + { 2445905.50, 54.101722 }, //24 July 1984, UT1-UTC= 0.0822783, Accumulated Leap Seconds=22 + { 2445906.50, 54.102277 }, //25 July 1984, UT1-UTC= 0.0817233, Accumulated Leap Seconds=22 + { 2445907.50, 54.102744 }, //26 July 1984, UT1-UTC= 0.0812556, Accumulated Leap Seconds=22 + { 2445908.50, 54.103198 }, //27 July 1984, UT1-UTC= 0.0808025, Accumulated Leap Seconds=22 + { 2445909.50, 54.103744 }, //28 July 1984, UT1-UTC= 0.0802564, Accumulated Leap Seconds=22 + { 2445910.50, 54.104496 }, //29 July 1984, UT1-UTC= 0.0795038, Accumulated Leap Seconds=22 + { 2445911.50, 54.105534 }, //30 July 1984, UT1-UTC= 0.0784655, Accumulated Leap Seconds=22 + { 2445912.50, 54.106866 }, //31 July 1984, UT1-UTC= 0.0771344, Accumulated Leap Seconds=22 + { 2445913.50, 54.108412 }, //01 August 1984, UT1-UTC= 0.0755878, Accumulated Leap Seconds=22 + { 2445914.50, 54.110041 }, //02 August 1984, UT1-UTC= 0.0739594, Accumulated Leap Seconds=22 + { 2445915.50, 54.111600 }, //03 August 1984, UT1-UTC= 0.0723995, Accumulated Leap Seconds=22 + { 2445916.50, 54.112967 }, //04 August 1984, UT1-UTC= 0.0710330, Accumulated Leap Seconds=22 + { 2445917.50, 54.114068 }, //05 August 1984, UT1-UTC= 0.0699322, Accumulated Leap Seconds=22 + { 2445918.50, 54.114893 }, //06 August 1984, UT1-UTC= 0.0691069, Accumulated Leap Seconds=22 + { 2445919.50, 54.115496 }, //07 August 1984, UT1-UTC= 0.0685041, Accumulated Leap Seconds=22 + { 2445920.50, 54.115967 }, //08 August 1984, UT1-UTC= 0.0680327, Accumulated Leap Seconds=22 + { 2445921.50, 54.116406 }, //09 August 1984, UT1-UTC= 0.0675941, Accumulated Leap Seconds=22 + { 2445922.50, 54.116904 }, //10 August 1984, UT1-UTC= 0.0670961, Accumulated Leap Seconds=22 + { 2445923.50, 54.117536 }, //11 August 1984, UT1-UTC= 0.0664639, Accumulated Leap Seconds=22 + { 2445924.50, 54.118354 }, //12 August 1984, UT1-UTC= 0.0656464, Accumulated Leap Seconds=22 + { 2445925.50, 54.119378 }, //13 August 1984, UT1-UTC= 0.0646221, Accumulated Leap Seconds=22 + { 2445926.50, 54.120594 }, //14 August 1984, UT1-UTC= 0.0634058, Accumulated Leap Seconds=22 + { 2445927.50, 54.121963 }, //15 August 1984, UT1-UTC= 0.0620372, Accumulated Leap Seconds=22 + { 2445928.50, 54.123428 }, //16 August 1984, UT1-UTC= 0.0605719, Accumulated Leap Seconds=22 + { 2445929.50, 54.124924 }, //17 August 1984, UT1-UTC= 0.0590760, Accumulated Leap Seconds=22 + { 2445930.50, 54.126385 }, //18 August 1984, UT1-UTC= 0.0576148, Accumulated Leap Seconds=22 + { 2445931.50, 54.127755 }, //19 August 1984, UT1-UTC= 0.0562448, Accumulated Leap Seconds=22 + { 2445932.50, 54.128991 }, //20 August 1984, UT1-UTC= 0.0550085, Accumulated Leap Seconds=22 + { 2445933.50, 54.130070 }, //21 August 1984, UT1-UTC= 0.0539296, Accumulated Leap Seconds=22 + { 2445934.50, 54.130995 }, //22 August 1984, UT1-UTC= 0.0530050, Accumulated Leap Seconds=22 + { 2445935.50, 54.131810 }, //23 August 1984, UT1-UTC= 0.0521899, Accumulated Leap Seconds=22 + { 2445936.50, 54.132623 }, //24 August 1984, UT1-UTC= 0.0513765, Accumulated Leap Seconds=22 + { 2445937.50, 54.133576 }, //25 August 1984, UT1-UTC= 0.0504239, Accumulated Leap Seconds=22 + { 2445938.50, 54.134795 }, //26 August 1984, UT1-UTC= 0.0492045, Accumulated Leap Seconds=22 + { 2445939.50, 54.136349 }, //27 August 1984, UT1-UTC= 0.0476506, Accumulated Leap Seconds=22 + { 2445940.50, 54.138219 }, //28 August 1984, UT1-UTC= 0.0457809, Accumulated Leap Seconds=22 + { 2445941.50, 54.140298 }, //29 August 1984, UT1-UTC= 0.0437022, Accumulated Leap Seconds=22 + { 2445942.50, 54.142429 }, //30 August 1984, UT1-UTC= 0.0415708, Accumulated Leap Seconds=22 + { 2445943.50, 54.144463 }, //31 August 1984, UT1-UTC= 0.0395373, Accumulated Leap Seconds=22 + { 2445944.50, 54.146294 }, //01 September 1984, UT1-UTC= 0.0377058, Accumulated Leap Seconds=22 + { 2445945.50, 54.147871 }, //02 September 1984, UT1-UTC= 0.0361291, Accumulated Leap Seconds=22 + { 2445946.50, 54.149194 }, //03 September 1984, UT1-UTC= 0.0348056, Accumulated Leap Seconds=22 + { 2445947.50, 54.150311 }, //04 September 1984, UT1-UTC= 0.0336891, Accumulated Leap Seconds=22 + { 2445948.50, 54.151305 }, //05 September 1984, UT1-UTC= 0.0326946, Accumulated Leap Seconds=22 + { 2445949.50, 54.152262 }, //06 September 1984, UT1-UTC= 0.0317380, Accumulated Leap Seconds=22 + { 2445950.50, 54.153250 }, //07 September 1984, UT1-UTC= 0.0307500, Accumulated Leap Seconds=22 + { 2445951.50, 54.154326 }, //08 September 1984, UT1-UTC= 0.0296741, Accumulated Leap Seconds=22 + { 2445952.50, 54.155527 }, //09 September 1984, UT1-UTC= 0.0284734, Accumulated Leap Seconds=22 + { 2445953.50, 54.156865 }, //10 September 1984, UT1-UTC= 0.0271351, Accumulated Leap Seconds=22 + { 2445954.50, 54.158331 }, //11 September 1984, UT1-UTC= 0.0256687, Accumulated Leap Seconds=22 + { 2445955.50, 54.159895 }, //12 September 1984, UT1-UTC= 0.0241046, Accumulated Leap Seconds=22 + { 2445956.50, 54.161504 }, //13 September 1984, UT1-UTC= 0.0224955, Accumulated Leap Seconds=22 + { 2445957.50, 54.163100 }, //14 September 1984, UT1-UTC= 0.0208997, Accumulated Leap Seconds=22 + { 2445958.50, 54.164633 }, //15 September 1984, UT1-UTC= 0.0193671, Accumulated Leap Seconds=22 + { 2445959.50, 54.166066 }, //16 September 1984, UT1-UTC= 0.0179335, Accumulated Leap Seconds=22 + { 2445960.50, 54.167383 }, //17 September 1984, UT1-UTC= 0.0166165, Accumulated Leap Seconds=22 + { 2445961.50, 54.168586 }, //18 September 1984, UT1-UTC= 0.0154137, Accumulated Leap Seconds=22 + { 2445962.50, 54.169706 }, //19 September 1984, UT1-UTC= 0.0142939, Accumulated Leap Seconds=22 + { 2445963.50, 54.170809 }, //20 September 1984, UT1-UTC= 0.0131906, Accumulated Leap Seconds=22 + { 2445964.50, 54.171993 }, //21 September 1984, UT1-UTC= 0.0120066, Accumulated Leap Seconds=22 + { 2445965.50, 54.173371 }, //22 September 1984, UT1-UTC= 0.0106287, Accumulated Leap Seconds=22 + { 2445966.50, 54.175041 }, //23 September 1984, UT1-UTC= 0.0089587, Accumulated Leap Seconds=22 + { 2445967.50, 54.177038 }, //24 September 1984, UT1-UTC= 0.0069624, Accumulated Leap Seconds=22 + { 2445968.50, 54.179305 }, //25 September 1984, UT1-UTC= 0.0046949, Accumulated Leap Seconds=22 + { 2445969.50, 54.181713 }, //26 September 1984, UT1-UTC= 0.0022872, Accumulated Leap Seconds=22 + { 2445970.50, 54.184097 }, //27 September 1984, UT1-UTC=-0.0000970, Accumulated Leap Seconds=22 + { 2445971.50, 54.186305 }, //28 September 1984, UT1-UTC=-0.0023051, Accumulated Leap Seconds=22 + { 2445972.50, 54.188250 }, //29 September 1984, UT1-UTC=-0.0042499, Accumulated Leap Seconds=22 + { 2445973.50, 54.189928 }, //30 September 1984, UT1-UTC=-0.0059279, Accumulated Leap Seconds=22 + { 2445974.50, 54.191399 }, //01 October 1984, UT1-UTC=-0.0073988, Accumulated Leap Seconds=22 + { 2445975.50, 54.192753 }, //02 October 1984, UT1-UTC=-0.0087535, Accumulated Leap Seconds=22 + { 2445976.50, 54.194087 }, //03 October 1984, UT1-UTC=-0.0100868, Accumulated Leap Seconds=22 + { 2445977.50, 54.195477 }, //04 October 1984, UT1-UTC=-0.0114774, Accumulated Leap Seconds=22 + { 2445978.50, 54.196977 }, //05 October 1984, UT1-UTC=-0.0129767, Accumulated Leap Seconds=22 + { 2445979.50, 54.198609 }, //06 October 1984, UT1-UTC=-0.0146090, Accumulated Leap Seconds=22 + { 2445980.50, 54.200373 }, //07 October 1984, UT1-UTC=-0.0163734, Accumulated Leap Seconds=22 + { 2445981.50, 54.202248 }, //08 October 1984, UT1-UTC=-0.0182483, Accumulated Leap Seconds=22 + { 2445982.50, 54.204194 }, //09 October 1984, UT1-UTC=-0.0201941, Accumulated Leap Seconds=22 + { 2445983.50, 54.206161 }, //10 October 1984, UT1-UTC=-0.0221614, Accumulated Leap Seconds=22 + { 2445984.50, 54.208097 }, //11 October 1984, UT1-UTC=-0.0240968, Accumulated Leap Seconds=22 + { 2445985.50, 54.209950 }, //12 October 1984, UT1-UTC=-0.0259501, Accumulated Leap Seconds=22 + { 2445986.50, 54.211675 }, //13 October 1984, UT1-UTC=-0.0276754, Accumulated Leap Seconds=22 + { 2445987.50, 54.213245 }, //14 October 1984, UT1-UTC=-0.0292454, Accumulated Leap Seconds=22 + { 2445988.50, 54.214660 }, //15 October 1984, UT1-UTC=-0.0306600, Accumulated Leap Seconds=22 + { 2445989.50, 54.215953 }, //16 October 1984, UT1-UTC=-0.0319526, Accumulated Leap Seconds=22 + { 2445990.50, 54.217187 }, //17 October 1984, UT1-UTC=-0.0331875, Accumulated Leap Seconds=22 + { 2445991.50, 54.218460 }, //18 October 1984, UT1-UTC=-0.0344605, Accumulated Leap Seconds=22 + { 2445992.50, 54.219887 }, //19 October 1984, UT1-UTC=-0.0358872, Accumulated Leap Seconds=22 + { 2445993.50, 54.221579 }, //20 October 1984, UT1-UTC=-0.0375788, Accumulated Leap Seconds=22 + { 2445994.50, 54.223604 }, //21 October 1984, UT1-UTC=-0.0396037, Accumulated Leap Seconds=22 + { 2445995.50, 54.225953 }, //22 October 1984, UT1-UTC=-0.0419531, Accumulated Leap Seconds=22 + { 2445996.50, 54.228522 }, //23 October 1984, UT1-UTC=-0.0445216, Accumulated Leap Seconds=22 + { 2445997.50, 54.231139 }, //24 October 1984, UT1-UTC=-0.0471394, Accumulated Leap Seconds=22 + { 2445998.50, 54.233629 }, //25 October 1984, UT1-UTC=-0.0496295, Accumulated Leap Seconds=22 + { 2445999.50, 54.235862 }, //26 October 1984, UT1-UTC=-0.0518618, Accumulated Leap Seconds=22 + { 2446000.50, 54.237787 }, //27 October 1984, UT1-UTC=-0.0537872, Accumulated Leap Seconds=22 + { 2446001.50, 54.239439 }, //28 October 1984, UT1-UTC=-0.0554395, Accumulated Leap Seconds=22 + { 2446002.50, 54.240909 }, //29 October 1984, UT1-UTC=-0.0569086, Accumulated Leap Seconds=22 + { 2446003.50, 54.242301 }, //30 October 1984, UT1-UTC=-0.0583007, Accumulated Leap Seconds=22 + { 2446004.50, 54.243710 }, //31 October 1984, UT1-UTC=-0.0597100, Accumulated Leap Seconds=22 + { 2446005.50, 54.245202 }, //01 November 1984, UT1-UTC=-0.0612023, Accumulated Leap Seconds=22 + { 2446006.50, 54.246813 }, //02 November 1984, UT1-UTC=-0.0628134, Accumulated Leap Seconds=22 + { 2446007.50, 54.248552 }, //03 November 1984, UT1-UTC=-0.0645525, Accumulated Leap Seconds=22 + { 2446008.50, 54.250406 }, //04 November 1984, UT1-UTC=-0.0664059, Accumulated Leap Seconds=22 + { 2446009.50, 54.252343 }, //05 November 1984, UT1-UTC=-0.0683428, Accumulated Leap Seconds=22 + { 2446010.50, 54.254318 }, //06 November 1984, UT1-UTC=-0.0703182, Accumulated Leap Seconds=22 + { 2446011.50, 54.256269 }, //07 November 1984, UT1-UTC=-0.0722694, Accumulated Leap Seconds=22 + { 2446012.50, 54.258131 }, //08 November 1984, UT1-UTC=-0.0741305, Accumulated Leap Seconds=22 + { 2446013.50, 54.259845 }, //09 November 1984, UT1-UTC=-0.0758451, Accumulated Leap Seconds=22 + { 2446014.50, 54.261375 }, //10 November 1984, UT1-UTC=-0.0773755, Accumulated Leap Seconds=22 + { 2446015.50, 54.262714 }, //11 November 1984, UT1-UTC=-0.0787138, Accumulated Leap Seconds=22 + { 2446016.50, 54.263897 }, //12 November 1984, UT1-UTC=-0.0798973, Accumulated Leap Seconds=22 + { 2446017.50, 54.265000 }, //13 November 1984, UT1-UTC=-0.0809999, Accumulated Leap Seconds=22 + { 2446018.50, 54.266118 }, //14 November 1984, UT1-UTC=-0.0821181, Accumulated Leap Seconds=22 + { 2446019.50, 54.267356 }, //15 November 1984, UT1-UTC=-0.0833560, Accumulated Leap Seconds=22 + { 2446020.50, 54.268811 }, //16 November 1984, UT1-UTC=-0.0848107, Accumulated Leap Seconds=22 + { 2446021.50, 54.270553 }, //17 November 1984, UT1-UTC=-0.0865525, Accumulated Leap Seconds=22 + { 2446022.50, 54.272595 }, //18 November 1984, UT1-UTC=-0.0885955, Accumulated Leap Seconds=22 + { 2446023.50, 54.274886 }, //19 November 1984, UT1-UTC=-0.0908858, Accumulated Leap Seconds=22 + { 2446024.50, 54.277308 }, //20 November 1984, UT1-UTC=-0.0933085, Accumulated Leap Seconds=22 + { 2446025.50, 54.279712 }, //21 November 1984, UT1-UTC=-0.0957120, Accumulated Leap Seconds=22 + { 2446026.50, 54.281949 }, //22 November 1984, UT1-UTC=-0.0979486, Accumulated Leap Seconds=22 + { 2446027.50, 54.283924 }, //23 November 1984, UT1-UTC=-0.0999235, Accumulated Leap Seconds=22 + { 2446028.50, 54.285617 }, //24 November 1984, UT1-UTC=-0.1016168, Accumulated Leap Seconds=22 + { 2446029.50, 54.287078 }, //25 November 1984, UT1-UTC=-0.1030785, Accumulated Leap Seconds=22 + { 2446030.50, 54.288400 }, //26 November 1984, UT1-UTC=-0.1043996, Accumulated Leap Seconds=22 + { 2446031.50, 54.289687 }, //27 November 1984, UT1-UTC=-0.1056874, Accumulated Leap Seconds=22 + { 2446032.50, 54.291030 }, //28 November 1984, UT1-UTC=-0.1070300, Accumulated Leap Seconds=22 + { 2446033.50, 54.292480 }, //29 November 1984, UT1-UTC=-0.1084801, Accumulated Leap Seconds=22 + { 2446034.50, 54.294059 }, //30 November 1984, UT1-UTC=-0.1100592, Accumulated Leap Seconds=22 + { 2446035.50, 54.295762 }, //01 December 1984, UT1-UTC=-0.1117622, Accumulated Leap Seconds=22 + { 2446036.50, 54.297560 }, //02 December 1984, UT1-UTC=-0.1135605, Accumulated Leap Seconds=22 + { 2446037.50, 54.299411 }, //03 December 1984, UT1-UTC=-0.1154113, Accumulated Leap Seconds=22 + { 2446038.50, 54.301264 }, //04 December 1984, UT1-UTC=-0.1172637, Accumulated Leap Seconds=22 + { 2446039.50, 54.303066 }, //05 December 1984, UT1-UTC=-0.1190658, Accumulated Leap Seconds=22 + { 2446040.50, 54.304772 }, //06 December 1984, UT1-UTC=-0.1207718, Accumulated Leap Seconds=22 + { 2446041.50, 54.306342 }, //07 December 1984, UT1-UTC=-0.1223422, Accumulated Leap Seconds=22 + { 2446042.50, 54.307756 }, //08 December 1984, UT1-UTC=-0.1237556, Accumulated Leap Seconds=22 + { 2446043.50, 54.309023 }, //09 December 1984, UT1-UTC=-0.1250232, Accumulated Leap Seconds=22 + { 2446044.50, 54.310190 }, //10 December 1984, UT1-UTC=-0.1261900, Accumulated Leap Seconds=22 + { 2446045.50, 54.311330 }, //11 December 1984, UT1-UTC=-0.1273298, Accumulated Leap Seconds=22 + { 2446046.50, 54.312531 }, //12 December 1984, UT1-UTC=-0.1285315, Accumulated Leap Seconds=22 + { 2446047.50, 54.313880 }, //13 December 1984, UT1-UTC=-0.1298801, Accumulated Leap Seconds=22 + { 2446048.50, 54.315431 }, //14 December 1984, UT1-UTC=-0.1314314, Accumulated Leap Seconds=22 + { 2446049.50, 54.317196 }, //15 December 1984, UT1-UTC=-0.1331958, Accumulated Leap Seconds=22 + { 2446050.50, 54.319130 }, //16 December 1984, UT1-UTC=-0.1351298, Accumulated Leap Seconds=22 + { 2446051.50, 54.321141 }, //17 December 1984, UT1-UTC=-0.1371409, Accumulated Leap Seconds=22 + { 2446052.50, 54.323108 }, //18 December 1984, UT1-UTC=-0.1391081, Accumulated Leap Seconds=22 + { 2446053.50, 54.324911 }, //19 December 1984, UT1-UTC=-0.1409111, Accumulated Leap Seconds=22 + { 2446054.50, 54.326466 }, //20 December 1984, UT1-UTC=-0.1424658, Accumulated Leap Seconds=22 + { 2446055.50, 54.327750 }, //21 December 1984, UT1-UTC=-0.1437496, Accumulated Leap Seconds=22 + { 2446056.50, 54.328806 }, //22 December 1984, UT1-UTC=-0.1448064, Accumulated Leap Seconds=22 + { 2446057.50, 54.329726 }, //23 December 1984, UT1-UTC=-0.1457265, Accumulated Leap Seconds=22 + { 2446058.50, 54.330619 }, //24 December 1984, UT1-UTC=-0.1466187, Accumulated Leap Seconds=22 + { 2446059.50, 54.331590 }, //25 December 1984, UT1-UTC=-0.1475905, Accumulated Leap Seconds=22 + { 2446060.50, 54.332718 }, //26 December 1984, UT1-UTC=-0.1487180, Accumulated Leap Seconds=22 + { 2446061.50, 54.334034 }, //27 December 1984, UT1-UTC=-0.1500341, Accumulated Leap Seconds=22 + { 2446062.50, 54.335539 }, //28 December 1984, UT1-UTC=-0.1515390, Accumulated Leap Seconds=22 + { 2446063.50, 54.337208 }, //29 December 1984, UT1-UTC=-0.1532078, Accumulated Leap Seconds=22 + { 2446064.50, 54.338996 }, //30 December 1984, UT1-UTC=-0.1549960, Accumulated Leap Seconds=22 + { 2446065.50, 54.340848 }, //31 December 1984, UT1-UTC=-0.1568485, Accumulated Leap Seconds=22 + { 2446066.50, 54.342702 }, //01 January 1985, UT1-UTC=-0.1587024, Accumulated Leap Seconds=22 + { 2446067.50, 54.344499 }, //02 January 1985, UT1-UTC=-0.1604985, Accumulated Leap Seconds=22 + { 2446068.50, 54.346190 }, //03 January 1985, UT1-UTC=-0.1621898, Accumulated Leap Seconds=22 + { 2446069.50, 54.347747 }, //04 January 1985, UT1-UTC=-0.1637475, Accumulated Leap Seconds=22 + { 2446070.50, 54.349169 }, //05 January 1985, UT1-UTC=-0.1651692, Accumulated Leap Seconds=22 + { 2446071.50, 54.350489 }, //06 January 1985, UT1-UTC=-0.1664894, Accumulated Leap Seconds=22 + { 2446072.50, 54.351779 }, //07 January 1985, UT1-UTC=-0.1677786, Accumulated Leap Seconds=22 + { 2446073.50, 54.353131 }, //08 January 1985, UT1-UTC=-0.1691310, Accumulated Leap Seconds=22 + { 2446074.50, 54.354642 }, //09 January 1985, UT1-UTC=-0.1706416, Accumulated Leap Seconds=22 + { 2446075.50, 54.356378 }, //10 January 1985, UT1-UTC=-0.1723776, Accumulated Leap Seconds=22 + { 2446076.50, 54.358358 }, //11 January 1985, UT1-UTC=-0.1743582, Accumulated Leap Seconds=22 + { 2446077.50, 54.360541 }, //12 January 1985, UT1-UTC=-0.1765408, Accumulated Leap Seconds=22 + { 2446078.50, 54.362828 }, //13 January 1985, UT1-UTC=-0.1788282, Accumulated Leap Seconds=22 + { 2446079.50, 54.365096 }, //14 January 1985, UT1-UTC=-0.1810959, Accumulated Leap Seconds=22 + { 2446080.50, 54.367224 }, //15 January 1985, UT1-UTC=-0.1832243, Accumulated Leap Seconds=22 + { 2446081.50, 54.369122 }, //16 January 1985, UT1-UTC=-0.1851221, Accumulated Leap Seconds=22 + { 2446082.50, 54.370749 }, //17 January 1985, UT1-UTC=-0.1867494, Accumulated Leap Seconds=22 + { 2446083.50, 54.372125 }, //18 January 1985, UT1-UTC=-0.1881254, Accumulated Leap Seconds=22 + { 2446084.50, 54.373317 }, //19 January 1985, UT1-UTC=-0.1893172, Accumulated Leap Seconds=22 + { 2446085.50, 54.374420 }, //20 January 1985, UT1-UTC=-0.1904198, Accumulated Leap Seconds=22 + { 2446086.50, 54.375532 }, //21 January 1985, UT1-UTC=-0.1915325, Accumulated Leap Seconds=22 + { 2446087.50, 54.376732 }, //22 January 1985, UT1-UTC=-0.1927319, Accumulated Leap Seconds=22 + { 2446088.50, 54.378059 }, //23 January 1985, UT1-UTC=-0.1940590, Accumulated Leap Seconds=22 + { 2446089.50, 54.379518 }, //24 January 1985, UT1-UTC=-0.1955181, Accumulated Leap Seconds=22 + { 2446090.50, 54.381084 }, //25 January 1985, UT1-UTC=-0.1970843, Accumulated Leap Seconds=22 + { 2446091.50, 54.382714 }, //26 January 1985, UT1-UTC=-0.1987141, Accumulated Leap Seconds=22 + { 2446092.50, 54.384354 }, //27 January 1985, UT1-UTC=-0.2003543, Accumulated Leap Seconds=22 + { 2446093.50, 54.385950 }, //28 January 1985, UT1-UTC=-0.2019500, Accumulated Leap Seconds=22 + { 2446094.50, 54.387452 }, //29 January 1985, UT1-UTC=-0.2034525, Accumulated Leap Seconds=22 + { 2446095.50, 54.388825 }, //30 January 1985, UT1-UTC=-0.2048253, Accumulated Leap Seconds=22 + { 2446096.50, 54.390039 }, //31 January 1985, UT1-UTC=-0.2060393, Accumulated Leap Seconds=22 + { 2446097.50, 54.391086 }, //01 February 1985, UT1-UTC=-0.2070864, Accumulated Leap Seconds=22 + { 2446098.50, 54.391988 }, //02 February 1985, UT1-UTC=-0.2079876, Accumulated Leap Seconds=22 + { 2446099.50, 54.392799 }, //03 February 1985, UT1-UTC=-0.2087992, Accumulated Leap Seconds=22 + { 2446100.50, 54.393614 }, //04 February 1985, UT1-UTC=-0.2096142, Accumulated Leap Seconds=22 + { 2446101.50, 54.394551 }, //05 February 1985, UT1-UTC=-0.2105515, Accumulated Leap Seconds=22 + { 2446102.50, 54.395717 }, //06 February 1985, UT1-UTC=-0.2117173, Accumulated Leap Seconds=22 + { 2446103.50, 54.397169 }, //07 February 1985, UT1-UTC=-0.2131689, Accumulated Leap Seconds=22 + { 2446104.50, 54.398890 }, //08 February 1985, UT1-UTC=-0.2148902, Accumulated Leap Seconds=22 + { 2446105.50, 54.400793 }, //09 February 1985, UT1-UTC=-0.2167934, Accumulated Leap Seconds=22 + { 2446106.50, 54.402743 }, //10 February 1985, UT1-UTC=-0.2187426, Accumulated Leap Seconds=22 + { 2446107.50, 54.404600 }, //11 February 1985, UT1-UTC=-0.2206003, Accumulated Leap Seconds=22 + { 2446108.50, 54.406269 }, //12 February 1985, UT1-UTC=-0.2222693, Accumulated Leap Seconds=22 + { 2446109.50, 54.407713 }, //13 February 1985, UT1-UTC=-0.2237131, Accumulated Leap Seconds=22 + { 2446110.50, 54.408958 }, //14 February 1985, UT1-UTC=-0.2249583, Accumulated Leap Seconds=22 + { 2446111.50, 54.410078 }, //15 February 1985, UT1-UTC=-0.2260776, Accumulated Leap Seconds=22 + { 2446112.50, 54.411166 }, //16 February 1985, UT1-UTC=-0.2271657, Accumulated Leap Seconds=22 + { 2446113.50, 54.412317 }, //17 February 1985, UT1-UTC=-0.2283172, Accumulated Leap Seconds=22 + { 2446114.50, 54.413607 }, //18 February 1985, UT1-UTC=-0.2296066, Accumulated Leap Seconds=22 + { 2446115.50, 54.415077 }, //19 February 1985, UT1-UTC=-0.2310769, Accumulated Leap Seconds=22 + { 2446116.50, 54.416733 }, //20 February 1985, UT1-UTC=-0.2327332, Accumulated Leap Seconds=22 + { 2446117.50, 54.418546 }, //21 February 1985, UT1-UTC=-0.2345458, Accumulated Leap Seconds=22 + { 2446118.50, 54.420463 }, //22 February 1985, UT1-UTC=-0.2364631, Accumulated Leap Seconds=22 + { 2446119.50, 54.422419 }, //23 February 1985, UT1-UTC=-0.2384191, Accumulated Leap Seconds=22 + { 2446120.50, 54.424345 }, //24 February 1985, UT1-UTC=-0.2403446, Accumulated Leap Seconds=22 + { 2446121.50, 54.426179 }, //25 February 1985, UT1-UTC=-0.2421794, Accumulated Leap Seconds=22 + { 2446122.50, 54.427877 }, //26 February 1985, UT1-UTC=-0.2438770, Accumulated Leap Seconds=22 + { 2446123.50, 54.429410 }, //27 February 1985, UT1-UTC=-0.2454103, Accumulated Leap Seconds=22 + { 2446124.50, 54.430774 }, //28 February 1985, UT1-UTC=-0.2467737, Accumulated Leap Seconds=22 + { 2446125.50, 54.431988 }, //01 March 1985, UT1-UTC=-0.2479877, Accumulated Leap Seconds=22 + { 2446126.50, 54.433110 }, //02 March 1985, UT1-UTC=-0.2491099, Accumulated Leap Seconds=22 + { 2446127.50, 54.434233 }, //03 March 1985, UT1-UTC=-0.2502332, Accumulated Leap Seconds=22 + { 2446128.50, 54.435476 }, //04 March 1985, UT1-UTC=-0.2514761, Accumulated Leap Seconds=22 + { 2446129.50, 54.436962 }, //05 March 1985, UT1-UTC=-0.2529621, Accumulated Leap Seconds=22 + { 2446130.50, 54.438784 }, //06 March 1985, UT1-UTC=-0.2547844, Accumulated Leap Seconds=22 + { 2446131.50, 54.440973 }, //07 March 1985, UT1-UTC=-0.2569729, Accumulated Leap Seconds=22 + { 2446132.50, 54.443455 }, //08 March 1985, UT1-UTC=-0.2594551, Accumulated Leap Seconds=22 + { 2446133.50, 54.446082 }, //09 March 1985, UT1-UTC=-0.2620822, Accumulated Leap Seconds=22 + { 2446134.50, 54.448679 }, //10 March 1985, UT1-UTC=-0.2646794, Accumulated Leap Seconds=22 + { 2446135.50, 54.451102 }, //11 March 1985, UT1-UTC=-0.2671017, Accumulated Leap Seconds=22 + { 2446136.50, 54.453270 }, //12 March 1985, UT1-UTC=-0.2692698, Accumulated Leap Seconds=22 + { 2446137.50, 54.455181 }, //13 March 1985, UT1-UTC=-0.2711812, Accumulated Leap Seconds=22 + { 2446138.50, 54.456898 }, //14 March 1985, UT1-UTC=-0.2728985, Accumulated Leap Seconds=22 + { 2446139.50, 54.458518 }, //15 March 1985, UT1-UTC=-0.2745181, Accumulated Leap Seconds=22 + { 2446140.50, 54.460138 }, //16 March 1985, UT1-UTC=-0.2761381, Accumulated Leap Seconds=22 + { 2446141.50, 54.461839 }, //17 March 1985, UT1-UTC=-0.2778392, Accumulated Leap Seconds=22 + { 2446142.50, 54.463672 }, //18 March 1985, UT1-UTC=-0.2796716, Accumulated Leap Seconds=22 + { 2446143.50, 54.465652 }, //19 March 1985, UT1-UTC=-0.2816519, Accumulated Leap Seconds=22 + { 2446144.50, 54.467765 }, //20 March 1985, UT1-UTC=-0.2837655, Accumulated Leap Seconds=22 + { 2446145.50, 54.469972 }, //21 March 1985, UT1-UTC=-0.2859721, Accumulated Leap Seconds=22 + { 2446146.50, 54.472218 }, //22 March 1985, UT1-UTC=-0.2882180, Accumulated Leap Seconds=22 + { 2446147.50, 54.474445 }, //23 March 1985, UT1-UTC=-0.2904451, Accumulated Leap Seconds=22 + { 2446148.50, 54.476600 }, //24 March 1985, UT1-UTC=-0.2925996, Accumulated Leap Seconds=22 + { 2446149.50, 54.478639 }, //25 March 1985, UT1-UTC=-0.2946393, Accumulated Leap Seconds=22 + { 2446150.50, 54.480539 }, //26 March 1985, UT1-UTC=-0.2965388, Accumulated Leap Seconds=22 + { 2446151.50, 54.482284 }, //27 March 1985, UT1-UTC=-0.2982838, Accumulated Leap Seconds=22 + { 2446152.50, 54.483880 }, //28 March 1985, UT1-UTC=-0.2998803, Accumulated Leap Seconds=22 + { 2446153.50, 54.485359 }, //29 March 1985, UT1-UTC=-0.3013587, Accumulated Leap Seconds=22 + { 2446154.50, 54.486774 }, //30 March 1985, UT1-UTC=-0.3027741, Accumulated Leap Seconds=22 + { 2446155.50, 54.488208 }, //31 March 1985, UT1-UTC=-0.3042083, Accumulated Leap Seconds=22 + { 2446156.50, 54.489770 }, //01 April 1985, UT1-UTC=-0.3057699, Accumulated Leap Seconds=22 + { 2446157.50, 54.491560 }, //02 April 1985, UT1-UTC=-0.3075603, Accumulated Leap Seconds=22 + { 2446158.50, 54.493640 }, //03 April 1985, UT1-UTC=-0.3096395, Accumulated Leap Seconds=22 + { 2446159.50, 54.495992 }, //04 April 1985, UT1-UTC=-0.3119925, Accumulated Leap Seconds=22 + { 2446160.50, 54.498521 }, //05 April 1985, UT1-UTC=-0.3145206, Accumulated Leap Seconds=22 + { 2446161.50, 54.501058 }, //06 April 1985, UT1-UTC=-0.3170582, Accumulated Leap Seconds=22 + { 2446162.50, 54.503431 }, //07 April 1985, UT1-UTC=-0.3194308, Accumulated Leap Seconds=22 + { 2446163.50, 54.505518 }, //08 April 1985, UT1-UTC=-0.3215179, Accumulated Leap Seconds=22 + { 2446164.50, 54.507288 }, //09 April 1985, UT1-UTC=-0.3232883, Accumulated Leap Seconds=22 + { 2446165.50, 54.508799 }, //10 April 1985, UT1-UTC=-0.3247995, Accumulated Leap Seconds=22 + { 2446166.50, 54.510167 }, //11 April 1985, UT1-UTC=-0.3261666, Accumulated Leap Seconds=22 + { 2446167.50, 54.511518 }, //12 April 1985, UT1-UTC=-0.3275176, Accumulated Leap Seconds=22 + { 2446168.50, 54.512960 }, //13 April 1985, UT1-UTC=-0.3289597, Accumulated Leap Seconds=22 + { 2446169.50, 54.514561 }, //14 April 1985, UT1-UTC=-0.3305615, Accumulated Leap Seconds=22 + { 2446170.50, 54.516352 }, //15 April 1985, UT1-UTC=-0.3323518, Accumulated Leap Seconds=22 + { 2446171.50, 54.518322 }, //16 April 1985, UT1-UTC=-0.3343216, Accumulated Leap Seconds=22 + { 2446172.50, 54.520434 }, //17 April 1985, UT1-UTC=-0.3364336, Accumulated Leap Seconds=22 + { 2446173.50, 54.522632 }, //18 April 1985, UT1-UTC=-0.3386320, Accumulated Leap Seconds=22 + { 2446174.50, 54.524850 }, //19 April 1985, UT1-UTC=-0.3408504, Accumulated Leap Seconds=22 + { 2446175.50, 54.527023 }, //20 April 1985, UT1-UTC=-0.3430228, Accumulated Leap Seconds=22 + { 2446176.50, 54.529089 }, //21 April 1985, UT1-UTC=-0.3450892, Accumulated Leap Seconds=22 + { 2446177.50, 54.531002 }, //22 April 1985, UT1-UTC=-0.3470025, Accumulated Leap Seconds=22 + { 2446178.50, 54.532740 }, //23 April 1985, UT1-UTC=-0.3487397, Accumulated Leap Seconds=22 + { 2446179.50, 54.534305 }, //24 April 1985, UT1-UTC=-0.3503052, Accumulated Leap Seconds=22 + { 2446180.50, 54.535732 }, //25 April 1985, UT1-UTC=-0.3517320, Accumulated Leap Seconds=22 + { 2446181.50, 54.537082 }, //26 April 1985, UT1-UTC=-0.3530818, Accumulated Leap Seconds=22 + { 2446182.50, 54.538435 }, //27 April 1985, UT1-UTC=-0.3544347, Accumulated Leap Seconds=22 + { 2446183.50, 54.539885 }, //28 April 1985, UT1-UTC=-0.3558846, Accumulated Leap Seconds=22 + { 2446184.50, 54.541526 }, //29 April 1985, UT1-UTC=-0.3575265, Accumulated Leap Seconds=22 + { 2446185.50, 54.543434 }, //30 April 1985, UT1-UTC=-0.3594340, Accumulated Leap Seconds=22 + { 2446186.50, 54.545636 }, //01 May 1985, UT1-UTC=-0.3616360, Accumulated Leap Seconds=22 + { 2446187.50, 54.548084 }, //02 May 1985, UT1-UTC=-0.3640839, Accumulated Leap Seconds=22 + { 2446188.50, 54.550653 }, //03 May 1985, UT1-UTC=-0.3666535, Accumulated Leap Seconds=22 + { 2446189.50, 54.553181 }, //04 May 1985, UT1-UTC=-0.3691808, Accumulated Leap Seconds=22 + { 2446190.50, 54.555513 }, //05 May 1985, UT1-UTC=-0.3715135, Accumulated Leap Seconds=22 + { 2446191.50, 54.557551 }, //06 May 1985, UT1-UTC=-0.3735509, Accumulated Leap Seconds=22 + { 2446192.50, 54.559281 }, //07 May 1985, UT1-UTC=-0.3752815, Accumulated Leap Seconds=22 + { 2446193.50, 54.560775 }, //08 May 1985, UT1-UTC=-0.3767753, Accumulated Leap Seconds=22 + { 2446194.50, 54.562145 }, //09 May 1985, UT1-UTC=-0.3781449, Accumulated Leap Seconds=22 + { 2446195.50, 54.563505 }, //10 May 1985, UT1-UTC=-0.3795045, Accumulated Leap Seconds=22 + { 2446196.50, 54.564927 }, //11 May 1985, UT1-UTC=-0.3809268, Accumulated Leap Seconds=22 + { 2446197.50, 54.566457 }, //12 May 1985, UT1-UTC=-0.3824566, Accumulated Leap Seconds=22 + { 2446198.50, 54.568105 }, //13 May 1985, UT1-UTC=-0.3841048, Accumulated Leap Seconds=22 + { 2446199.50, 54.569855 }, //14 May 1985, UT1-UTC=-0.3858549, Accumulated Leap Seconds=22 + { 2446200.50, 54.571671 }, //15 May 1985, UT1-UTC=-0.3876707, Accumulated Leap Seconds=22 + { 2446201.50, 54.573494 }, //16 May 1985, UT1-UTC=-0.3894939, Accumulated Leap Seconds=22 + { 2446202.50, 54.575259 }, //17 May 1985, UT1-UTC=-0.3912588, Accumulated Leap Seconds=22 + { 2446203.50, 54.576911 }, //18 May 1985, UT1-UTC=-0.3929113, Accumulated Leap Seconds=22 + { 2446204.50, 54.578410 }, //19 May 1985, UT1-UTC=-0.3944104, Accumulated Leap Seconds=22 + { 2446205.50, 54.579736 }, //20 May 1985, UT1-UTC=-0.3957362, Accumulated Leap Seconds=22 + { 2446206.50, 54.580893 }, //21 May 1985, UT1-UTC=-0.3968926, Accumulated Leap Seconds=22 + { 2446207.50, 54.581908 }, //22 May 1985, UT1-UTC=-0.3979085, Accumulated Leap Seconds=22 + { 2446208.50, 54.582838 }, //23 May 1985, UT1-UTC=-0.3988384, Accumulated Leap Seconds=22 + { 2446209.50, 54.583758 }, //24 May 1985, UT1-UTC=-0.3997580, Accumulated Leap Seconds=22 + { 2446210.50, 54.584756 }, //25 May 1985, UT1-UTC=-0.4007565, Accumulated Leap Seconds=22 + { 2446211.50, 54.585931 }, //26 May 1985, UT1-UTC=-0.4019311, Accumulated Leap Seconds=22 + { 2446212.50, 54.587363 }, //27 May 1985, UT1-UTC=-0.4033630, Accumulated Leap Seconds=22 + { 2446213.50, 54.589096 }, //28 May 1985, UT1-UTC=-0.4050957, Accumulated Leap Seconds=22 + { 2446214.50, 54.591113 }, //29 May 1985, UT1-UTC=-0.4071132, Accumulated Leap Seconds=22 + { 2446215.50, 54.593330 }, //30 May 1985, UT1-UTC=-0.4093302, Accumulated Leap Seconds=22 + { 2446216.50, 54.595596 }, //31 May 1985, UT1-UTC=-0.4115962, Accumulated Leap Seconds=22 + { 2446217.50, 54.597741 }, //01 June 1985, UT1-UTC=-0.4137410, Accumulated Leap Seconds=22 + { 2446218.50, 54.599632 }, //02 June 1985, UT1-UTC=-0.4156320, Accumulated Leap Seconds=22 + { 2446219.50, 54.601212 }, //03 June 1985, UT1-UTC=-0.4172123, Accumulated Leap Seconds=22 + { 2446220.50, 54.602513 }, //04 June 1985, UT1-UTC=-0.4185133, Accumulated Leap Seconds=22 + { 2446221.50, 54.603641 }, //05 June 1985, UT1-UTC=-0.4196413, Accumulated Leap Seconds=22 + { 2446222.50, 54.604725 }, //06 June 1985, UT1-UTC=-0.4207246, Accumulated Leap Seconds=22 + { 2446223.50, 54.605867 }, //07 June 1985, UT1-UTC=-0.4218666, Accumulated Leap Seconds=22 + { 2446224.50, 54.607123 }, //08 June 1985, UT1-UTC=-0.4231233, Accumulated Leap Seconds=22 + { 2446225.50, 54.608503 }, //09 June 1985, UT1-UTC=-0.4245033, Accumulated Leap Seconds=22 + { 2446226.50, 54.609984 }, //10 June 1985, UT1-UTC=-0.4259840, Accumulated Leap Seconds=22 + { 2446227.50, 54.611521 }, //11 June 1985, UT1-UTC=-0.4275212, Accumulated Leap Seconds=22 + { 2446228.50, 54.613061 }, //12 June 1985, UT1-UTC=-0.4290608, Accumulated Leap Seconds=22 + { 2446229.50, 54.614546 }, //13 June 1985, UT1-UTC=-0.4305462, Accumulated Leap Seconds=22 + { 2446230.50, 54.615925 }, //14 June 1985, UT1-UTC=-0.4319251, Accumulated Leap Seconds=22 + { 2446231.50, 54.617157 }, //15 June 1985, UT1-UTC=-0.4331574, Accumulated Leap Seconds=22 + { 2446232.50, 54.618224 }, //16 June 1985, UT1-UTC=-0.4342243, Accumulated Leap Seconds=22 + { 2446233.50, 54.619132 }, //17 June 1985, UT1-UTC=-0.4351318, Accumulated Leap Seconds=22 + { 2446234.50, 54.619913 }, //18 June 1985, UT1-UTC=-0.4359130, Accumulated Leap Seconds=22 + { 2446235.50, 54.620626 }, //19 June 1985, UT1-UTC=-0.4366264, Accumulated Leap Seconds=22 + { 2446236.50, 54.621314 }, //20 June 1985, UT1-UTC=-0.4373143, Accumulated Leap Seconds=22 + { 2446237.50, 54.622027 }, //21 June 1985, UT1-UTC=-0.4380268, Accumulated Leap Seconds=22 + { 2446238.50, 54.622867 }, //22 June 1985, UT1-UTC=-0.4388666, Accumulated Leap Seconds=22 + { 2446239.50, 54.623931 }, //23 June 1985, UT1-UTC=-0.4399306, Accumulated Leap Seconds=22 + { 2446240.50, 54.625274 }, //24 June 1985, UT1-UTC=-0.4412745, Accumulated Leap Seconds=22 + { 2446241.50, 54.626873 }, //25 June 1985, UT1-UTC=-0.4428733, Accumulated Leap Seconds=22 + { 2446242.50, 54.628637 }, //26 June 1985, UT1-UTC=-0.4446372, Accumulated Leap Seconds=22 + { 2446243.50, 54.630436 }, //27 June 1985, UT1-UTC=-0.4464363, Accumulated Leap Seconds=22 + { 2446244.50, 54.632124 }, //28 June 1985, UT1-UTC=-0.4481239, Accumulated Leap Seconds=22 + { 2446245.50, 54.633570 }, //29 June 1985, UT1-UTC=-0.4495697, Accumulated Leap Seconds=22 + { 2446246.50, 54.634695 }, //30 June 1985, UT1-UTC=-0.4506950, Accumulated Leap Seconds=22 + { 2446247.50, 54.635496 }, //01 July 1985, UT1-UTC= 0.5485038, Accumulated Leap Seconds=23 + { 2446248.50, 54.636043 }, //02 July 1985, UT1-UTC= 0.5479567, Accumulated Leap Seconds=23 + { 2446249.50, 54.636448 }, //03 July 1985, UT1-UTC= 0.5475517, Accumulated Leap Seconds=23 + { 2446250.50, 54.636829 }, //04 July 1985, UT1-UTC= 0.5471715, Accumulated Leap Seconds=23 + { 2446251.50, 54.637276 }, //05 July 1985, UT1-UTC= 0.5467238, Accumulated Leap Seconds=23 + { 2446252.50, 54.637838 }, //06 July 1985, UT1-UTC= 0.5461623, Accumulated Leap Seconds=23 + { 2446253.50, 54.638511 }, //07 July 1985, UT1-UTC= 0.5454889, Accumulated Leap Seconds=23 + { 2446254.50, 54.639260 }, //08 July 1985, UT1-UTC= 0.5447398, Accumulated Leap Seconds=23 + { 2446255.50, 54.640032 }, //09 July 1985, UT1-UTC= 0.5439675, Accumulated Leap Seconds=23 + { 2446256.50, 54.640780 }, //10 July 1985, UT1-UTC= 0.5432201, Accumulated Leap Seconds=23 + { 2446257.50, 54.641459 }, //11 July 1985, UT1-UTC= 0.5425412, Accumulated Leap Seconds=23 + { 2446258.50, 54.642034 }, //12 July 1985, UT1-UTC= 0.5419664, Accumulated Leap Seconds=23 + { 2446259.50, 54.642480 }, //13 July 1985, UT1-UTC= 0.5415204, Accumulated Leap Seconds=23 + { 2446260.50, 54.642795 }, //14 July 1985, UT1-UTC= 0.5412047, Accumulated Leap Seconds=23 + { 2446261.50, 54.642999 }, //15 July 1985, UT1-UTC= 0.5410011, Accumulated Leap Seconds=23 + { 2446262.50, 54.643126 }, //16 July 1985, UT1-UTC= 0.5408741, Accumulated Leap Seconds=23 + { 2446263.50, 54.643235 }, //17 July 1985, UT1-UTC= 0.5407652, Accumulated Leap Seconds=23 + { 2446264.50, 54.643405 }, //18 July 1985, UT1-UTC= 0.5405949, Accumulated Leap Seconds=23 + { 2446265.50, 54.643725 }, //19 July 1985, UT1-UTC= 0.5402746, Accumulated Leap Seconds=23 + { 2446266.50, 54.644279 }, //20 July 1985, UT1-UTC= 0.5397209, Accumulated Leap Seconds=23 + { 2446267.50, 54.645110 }, //21 July 1985, UT1-UTC= 0.5388898, Accumulated Leap Seconds=23 + { 2446268.50, 54.646198 }, //22 July 1985, UT1-UTC= 0.5378020, Accumulated Leap Seconds=23 + { 2446269.50, 54.647453 }, //23 July 1985, UT1-UTC= 0.5365473, Accumulated Leap Seconds=23 + { 2446270.50, 54.648748 }, //24 July 1985, UT1-UTC= 0.5352523, Accumulated Leap Seconds=23 + { 2446271.50, 54.649949 }, //25 July 1985, UT1-UTC= 0.5340505, Accumulated Leap Seconds=23 + { 2446272.50, 54.650947 }, //26 July 1985, UT1-UTC= 0.5330528, Accumulated Leap Seconds=23 + { 2446273.50, 54.651678 }, //27 July 1985, UT1-UTC= 0.5323222, Accumulated Leap Seconds=23 + { 2446274.50, 54.652145 }, //28 July 1985, UT1-UTC= 0.5318552, Accumulated Leap Seconds=23 + { 2446275.50, 54.652418 }, //29 July 1985, UT1-UTC= 0.5315821, Accumulated Leap Seconds=23 + { 2446276.50, 54.652615 }, //30 July 1985, UT1-UTC= 0.5313851, Accumulated Leap Seconds=23 + { 2446277.50, 54.652856 }, //31 July 1985, UT1-UTC= 0.5311439, Accumulated Leap Seconds=23 + { 2446278.50, 54.653235 }, //01 August 1985, UT1-UTC= 0.5307648, Accumulated Leap Seconds=23 + { 2446279.50, 54.653803 }, //02 August 1985, UT1-UTC= 0.5301969, Accumulated Leap Seconds=23 + { 2446280.50, 54.654562 }, //03 August 1985, UT1-UTC= 0.5294384, Accumulated Leap Seconds=23 + { 2446281.50, 54.655468 }, //04 August 1985, UT1-UTC= 0.5285317, Accumulated Leap Seconds=23 + { 2446282.50, 54.656455 }, //05 August 1985, UT1-UTC= 0.5275450, Accumulated Leap Seconds=23 + { 2446283.50, 54.657447 }, //06 August 1985, UT1-UTC= 0.5265533, Accumulated Leap Seconds=23 + { 2446284.50, 54.658372 }, //07 August 1985, UT1-UTC= 0.5256277, Accumulated Leap Seconds=23 + { 2446285.50, 54.659174 }, //08 August 1985, UT1-UTC= 0.5248259, Accumulated Leap Seconds=23 + { 2446286.50, 54.659817 }, //09 August 1985, UT1-UTC= 0.5241828, Accumulated Leap Seconds=23 + { 2446287.50, 54.660288 }, //10 August 1985, UT1-UTC= 0.5237117, Accumulated Leap Seconds=23 + { 2446288.50, 54.660597 }, //11 August 1985, UT1-UTC= 0.5234032, Accumulated Leap Seconds=23 + { 2446289.50, 54.660777 }, //12 August 1985, UT1-UTC= 0.5232225, Accumulated Leap Seconds=23 + { 2446290.50, 54.660904 }, //13 August 1985, UT1-UTC= 0.5230958, Accumulated Leap Seconds=23 + { 2446291.50, 54.661068 }, //14 August 1985, UT1-UTC= 0.5229319, Accumulated Leap Seconds=23 + { 2446292.50, 54.661372 }, //15 August 1985, UT1-UTC= 0.5226284, Accumulated Leap Seconds=23 + { 2446293.50, 54.661914 }, //16 August 1985, UT1-UTC= 0.5220862, Accumulated Leap Seconds=23 + { 2446294.50, 54.662761 }, //17 August 1985, UT1-UTC= 0.5212385, Accumulated Leap Seconds=23 + { 2446295.50, 54.663922 }, //18 August 1985, UT1-UTC= 0.5200779, Accumulated Leap Seconds=23 + { 2446296.50, 54.665326 }, //19 August 1985, UT1-UTC= 0.5186741, Accumulated Leap Seconds=23 + { 2446297.50, 54.666843 }, //20 August 1985, UT1-UTC= 0.5171573, Accumulated Leap Seconds=23 + { 2446298.50, 54.668319 }, //21 August 1985, UT1-UTC= 0.5156806, Accumulated Leap Seconds=23 + { 2446299.50, 54.669624 }, //22 August 1985, UT1-UTC= 0.5143765, Accumulated Leap Seconds=23 + { 2446300.50, 54.670677 }, //23 August 1985, UT1-UTC= 0.5133225, Accumulated Leap Seconds=23 + { 2446301.50, 54.671465 }, //24 August 1985, UT1-UTC= 0.5125351, Accumulated Leap Seconds=23 + { 2446302.50, 54.672030 }, //25 August 1985, UT1-UTC= 0.5119700, Accumulated Leap Seconds=23 + { 2446303.50, 54.672468 }, //26 August 1985, UT1-UTC= 0.5115321, Accumulated Leap Seconds=23 + { 2446304.50, 54.672908 }, //27 August 1985, UT1-UTC= 0.5110924, Accumulated Leap Seconds=23 + { 2446305.50, 54.673465 }, //28 August 1985, UT1-UTC= 0.5105346, Accumulated Leap Seconds=23 + { 2446306.50, 54.674211 }, //29 August 1985, UT1-UTC= 0.5097895, Accumulated Leap Seconds=23 + { 2446307.50, 54.675163 }, //30 August 1985, UT1-UTC= 0.5088366, Accumulated Leap Seconds=23 + { 2446308.50, 54.676307 }, //31 August 1985, UT1-UTC= 0.5076929, Accumulated Leap Seconds=23 + { 2446309.50, 54.677594 }, //01 September 1985, UT1-UTC= 0.5064060, Accumulated Leap Seconds=23 + { 2446310.50, 54.678958 }, //02 September 1985, UT1-UTC= 0.5050416, Accumulated Leap Seconds=23 + { 2446311.50, 54.680320 }, //03 September 1985, UT1-UTC= 0.5036798, Accumulated Leap Seconds=23 + { 2446312.50, 54.681604 }, //04 September 1985, UT1-UTC= 0.5023956, Accumulated Leap Seconds=23 + { 2446313.50, 54.682759 }, //05 September 1985, UT1-UTC= 0.5012414, Accumulated Leap Seconds=23 + { 2446314.50, 54.683754 }, //06 September 1985, UT1-UTC= 0.5002459, Accumulated Leap Seconds=23 + { 2446315.50, 54.684583 }, //07 September 1985, UT1-UTC= 0.4994173, Accumulated Leap Seconds=23 + { 2446316.50, 54.685270 }, //08 September 1985, UT1-UTC= 0.4987303, Accumulated Leap Seconds=23 + { 2446317.50, 54.685868 }, //09 September 1985, UT1-UTC= 0.4981323, Accumulated Leap Seconds=23 + { 2446318.50, 54.686452 }, //10 September 1985, UT1-UTC= 0.4975475, Accumulated Leap Seconds=23 + { 2446319.50, 54.687121 }, //11 September 1985, UT1-UTC= 0.4968790, Accumulated Leap Seconds=23 + { 2446320.50, 54.687980 }, //12 September 1985, UT1-UTC= 0.4960204, Accumulated Leap Seconds=23 + { 2446321.50, 54.689126 }, //13 September 1985, UT1-UTC= 0.4948742, Accumulated Leap Seconds=23 + { 2446322.50, 54.690610 }, //14 September 1985, UT1-UTC= 0.4933905, Accumulated Leap Seconds=23 + { 2446323.50, 54.692405 }, //15 September 1985, UT1-UTC= 0.4915952, Accumulated Leap Seconds=23 + { 2446324.50, 54.694404 }, //16 September 1985, UT1-UTC= 0.4895964, Accumulated Leap Seconds=23 + { 2446325.50, 54.696442 }, //17 September 1985, UT1-UTC= 0.4875584, Accumulated Leap Seconds=23 + { 2446326.50, 54.698351 }, //18 September 1985, UT1-UTC= 0.4856490, Accumulated Leap Seconds=23 + { 2446327.50, 54.700013 }, //19 September 1985, UT1-UTC= 0.4839873, Accumulated Leap Seconds=23 + { 2446328.50, 54.701389 }, //20 September 1985, UT1-UTC= 0.4826109, Accumulated Leap Seconds=23 + { 2446329.50, 54.702522 }, //21 September 1985, UT1-UTC= 0.4814778, Accumulated Leap Seconds=23 + { 2446330.50, 54.703511 }, //22 September 1985, UT1-UTC= 0.4804895, Accumulated Leap Seconds=23 + { 2446331.50, 54.704482 }, //23 September 1985, UT1-UTC= 0.4795176, Accumulated Leap Seconds=23 + { 2446332.50, 54.705553 }, //24 September 1985, UT1-UTC= 0.4784473, Accumulated Leap Seconds=23 + { 2446333.50, 54.706799 }, //25 September 1985, UT1-UTC= 0.4772010, Accumulated Leap Seconds=23 + { 2446334.50, 54.708255 }, //26 September 1985, UT1-UTC= 0.4757446, Accumulated Leap Seconds=23 + { 2446335.50, 54.709914 }, //27 September 1985, UT1-UTC= 0.4740863, Accumulated Leap Seconds=23 + { 2446336.50, 54.711728 }, //28 September 1985, UT1-UTC= 0.4722721, Accumulated Leap Seconds=23 + { 2446337.50, 54.713627 }, //29 September 1985, UT1-UTC= 0.4703729, Accumulated Leap Seconds=23 + { 2446338.50, 54.715531 }, //30 September 1985, UT1-UTC= 0.4684689, Accumulated Leap Seconds=23 + { 2446339.50, 54.717364 }, //01 October 1985, UT1-UTC= 0.4666357, Accumulated Leap Seconds=23 + { 2446340.50, 54.719069 }, //02 October 1985, UT1-UTC= 0.4649305, Accumulated Leap Seconds=23 + { 2446341.50, 54.720622 }, //03 October 1985, UT1-UTC= 0.4633780, Accumulated Leap Seconds=23 + { 2446342.50, 54.722022 }, //04 October 1985, UT1-UTC= 0.4619783, Accumulated Leap Seconds=23 + { 2446343.50, 54.723295 }, //05 October 1985, UT1-UTC= 0.4607050, Accumulated Leap Seconds=23 + { 2446344.50, 54.724489 }, //06 October 1985, UT1-UTC= 0.4595111, Accumulated Leap Seconds=23 + { 2446345.50, 54.725666 }, //07 October 1985, UT1-UTC= 0.4583344, Accumulated Leap Seconds=23 + { 2446346.50, 54.726910 }, //08 October 1985, UT1-UTC= 0.4570897, Accumulated Leap Seconds=23 + { 2446347.50, 54.728319 }, //09 October 1985, UT1-UTC= 0.4556811, Accumulated Leap Seconds=23 + { 2446348.50, 54.729980 }, //10 October 1985, UT1-UTC= 0.4540203, Accumulated Leap Seconds=23 + { 2446349.50, 54.731951 }, //11 October 1985, UT1-UTC= 0.4520493, Accumulated Leap Seconds=23 + { 2446350.50, 54.734233 }, //12 October 1985, UT1-UTC= 0.4497670, Accumulated Leap Seconds=23 + { 2446351.50, 54.736754 }, //13 October 1985, UT1-UTC= 0.4472462, Accumulated Leap Seconds=23 + { 2446352.50, 54.739366 }, //14 October 1985, UT1-UTC= 0.4446337, Accumulated Leap Seconds=23 + { 2446353.50, 54.741890 }, //15 October 1985, UT1-UTC= 0.4421096, Accumulated Leap Seconds=23 + { 2446354.50, 54.744173 }, //16 October 1985, UT1-UTC= 0.4398265, Accumulated Leap Seconds=23 + { 2446355.50, 54.746142 }, //17 October 1985, UT1-UTC= 0.4378582, Accumulated Leap Seconds=23 + { 2446356.50, 54.747819 }, //18 October 1985, UT1-UTC= 0.4361807, Accumulated Leap Seconds=23 + { 2446357.50, 54.749307 }, //19 October 1985, UT1-UTC= 0.4346926, Accumulated Leap Seconds=23 + { 2446358.50, 54.750745 }, //20 October 1985, UT1-UTC= 0.4332550, Accumulated Leap Seconds=23 + { 2446359.50, 54.752257 }, //21 October 1985, UT1-UTC= 0.4317426, Accumulated Leap Seconds=23 + { 2446360.50, 54.753928 }, //22 October 1985, UT1-UTC= 0.4300719, Accumulated Leap Seconds=23 + { 2446361.50, 54.755792 }, //23 October 1985, UT1-UTC= 0.4282081, Accumulated Leap Seconds=23 + { 2446362.50, 54.757839 }, //24 October 1985, UT1-UTC= 0.4261608, Accumulated Leap Seconds=23 + { 2446363.50, 54.760031 }, //25 October 1985, UT1-UTC= 0.4239694, Accumulated Leap Seconds=23 + { 2446364.50, 54.762308 }, //26 October 1985, UT1-UTC= 0.4216922, Accumulated Leap Seconds=23 + { 2446365.50, 54.764602 }, //27 October 1985, UT1-UTC= 0.4193983, Accumulated Leap Seconds=23 + { 2446366.50, 54.766835 }, //28 October 1985, UT1-UTC= 0.4171647, Accumulated Leap Seconds=23 + { 2446367.50, 54.768939 }, //29 October 1985, UT1-UTC= 0.4150614, Accumulated Leap Seconds=23 + { 2446368.50, 54.770860 }, //30 October 1985, UT1-UTC= 0.4131396, Accumulated Leap Seconds=23 + { 2446369.50, 54.772576 }, //31 October 1985, UT1-UTC= 0.4114242, Accumulated Leap Seconds=23 + { 2446370.50, 54.774096 }, //01 November 1985, UT1-UTC= 0.4099043, Accumulated Leap Seconds=23 + { 2446371.50, 54.775460 }, //02 November 1985, UT1-UTC= 0.4085396, Accumulated Leap Seconds=23 + { 2446372.50, 54.776729 }, //03 November 1985, UT1-UTC= 0.4072712, Accumulated Leap Seconds=23 + { 2446373.50, 54.777973 }, //04 November 1985, UT1-UTC= 0.4060266, Accumulated Leap Seconds=23 + { 2446374.50, 54.779275 }, //05 November 1985, UT1-UTC= 0.4047250, Accumulated Leap Seconds=23 + { 2446375.50, 54.780717 }, //06 November 1985, UT1-UTC= 0.4032825, Accumulated Leap Seconds=23 + { 2446376.50, 54.782383 }, //07 November 1985, UT1-UTC= 0.4016172, Accumulated Leap Seconds=23 + { 2446377.50, 54.784321 }, //08 November 1985, UT1-UTC= 0.3996793, Accumulated Leap Seconds=23 + { 2446378.50, 54.786521 }, //09 November 1985, UT1-UTC= 0.3974790, Accumulated Leap Seconds=23 + { 2446379.50, 54.788900 }, //10 November 1985, UT1-UTC= 0.3950995, Accumulated Leap Seconds=23 + { 2446380.50, 54.791318 }, //11 November 1985, UT1-UTC= 0.3926824, Accumulated Leap Seconds=23 + { 2446381.50, 54.793605 }, //12 November 1985, UT1-UTC= 0.3903947, Accumulated Leap Seconds=23 + { 2446382.50, 54.795632 }, //13 November 1985, UT1-UTC= 0.3883684, Accumulated Leap Seconds=23 + { 2446383.50, 54.797354 }, //14 November 1985, UT1-UTC= 0.3866464, Accumulated Leap Seconds=23 + { 2446384.50, 54.798826 }, //15 November 1985, UT1-UTC= 0.3851739, Accumulated Leap Seconds=23 + { 2446385.50, 54.800177 }, //16 November 1985, UT1-UTC= 0.3838234, Accumulated Leap Seconds=23 + { 2446386.50, 54.801552 }, //17 November 1985, UT1-UTC= 0.3824478, Accumulated Leap Seconds=23 + { 2446387.50, 54.803068 }, //18 November 1985, UT1-UTC= 0.3809319, Accumulated Leap Seconds=23 + { 2446388.50, 54.804782 }, //19 November 1985, UT1-UTC= 0.3792178, Accumulated Leap Seconds=23 + { 2446389.50, 54.806695 }, //20 November 1985, UT1-UTC= 0.3773048, Accumulated Leap Seconds=23 + { 2446390.50, 54.808764 }, //21 November 1985, UT1-UTC= 0.3752355, Accumulated Leap Seconds=23 + { 2446391.50, 54.810905 }, //22 November 1985, UT1-UTC= 0.3730954, Accumulated Leap Seconds=23 + { 2446392.50, 54.813019 }, //23 November 1985, UT1-UTC= 0.3709805, Accumulated Leap Seconds=23 + { 2446393.50, 54.815050 }, //24 November 1985, UT1-UTC= 0.3689505, Accumulated Leap Seconds=23 + { 2446394.50, 54.816950 }, //25 November 1985, UT1-UTC= 0.3670495, Accumulated Leap Seconds=23 + { 2446395.50, 54.818693 }, //26 November 1985, UT1-UTC= 0.3653072, Accumulated Leap Seconds=23 + { 2446396.50, 54.820261 }, //27 November 1985, UT1-UTC= 0.3637393, Accumulated Leap Seconds=23 + { 2446397.50, 54.821662 }, //28 November 1985, UT1-UTC= 0.3623383, Accumulated Leap Seconds=23 + { 2446398.50, 54.822929 }, //29 November 1985, UT1-UTC= 0.3610709, Accumulated Leap Seconds=23 + { 2446399.50, 54.824118 }, //30 November 1985, UT1-UTC= 0.3598815, Accumulated Leap Seconds=23 + { 2446400.50, 54.825302 }, //01 December 1985, UT1-UTC= 0.3586977, Accumulated Leap Seconds=23 + { 2446401.50, 54.826558 }, //02 December 1985, UT1-UTC= 0.3574421, Accumulated Leap Seconds=23 + { 2446402.50, 54.827958 }, //03 December 1985, UT1-UTC= 0.3560418, Accumulated Leap Seconds=23 + { 2446403.50, 54.829566 }, //04 December 1985, UT1-UTC= 0.3544335, Accumulated Leap Seconds=23 + { 2446404.50, 54.831425 }, //05 December 1985, UT1-UTC= 0.3525745, Accumulated Leap Seconds=23 + { 2446405.50, 54.833538 }, //06 December 1985, UT1-UTC= 0.3504624, Accumulated Leap Seconds=23 + { 2446406.50, 54.835843 }, //07 December 1985, UT1-UTC= 0.3481569, Accumulated Leap Seconds=23 + { 2446407.50, 54.838221 }, //08 December 1985, UT1-UTC= 0.3457790, Accumulated Leap Seconds=23 + { 2446408.50, 54.840519 }, //09 December 1985, UT1-UTC= 0.3434813, Accumulated Leap Seconds=23 + { 2446409.50, 54.842597 }, //10 December 1985, UT1-UTC= 0.3414028, Accumulated Leap Seconds=23 + { 2446410.50, 54.844379 }, //11 December 1985, UT1-UTC= 0.3396208, Accumulated Leap Seconds=23 + { 2446411.50, 54.845871 }, //12 December 1985, UT1-UTC= 0.3381291, Accumulated Leap Seconds=23 + { 2446412.50, 54.847159 }, //13 December 1985, UT1-UTC= 0.3368413, Accumulated Leap Seconds=23 + { 2446413.50, 54.848375 }, //14 December 1985, UT1-UTC= 0.3356254, Accumulated Leap Seconds=23 + { 2446414.50, 54.849646 }, //15 December 1985, UT1-UTC= 0.3343543, Accumulated Leap Seconds=23 + { 2446415.50, 54.851054 }, //16 December 1985, UT1-UTC= 0.3329457, Accumulated Leap Seconds=23 + { 2446416.50, 54.852625 }, //17 December 1985, UT1-UTC= 0.3313753, Accumulated Leap Seconds=23 + { 2446417.50, 54.854328 }, //18 December 1985, UT1-UTC= 0.3296716, Accumulated Leap Seconds=23 + { 2446418.50, 54.856106 }, //19 December 1985, UT1-UTC= 0.3278943, Accumulated Leap Seconds=23 + { 2446419.50, 54.857888 }, //20 December 1985, UT1-UTC= 0.3261116, Accumulated Leap Seconds=23 + { 2446420.50, 54.859616 }, //21 December 1985, UT1-UTC= 0.3243840, Accumulated Leap Seconds=23 + { 2446421.50, 54.861231 }, //22 December 1985, UT1-UTC= 0.3227687, Accumulated Leap Seconds=23 + { 2446422.50, 54.862687 }, //23 December 1985, UT1-UTC= 0.3213131, Accumulated Leap Seconds=23 + { 2446423.50, 54.863956 }, //24 December 1985, UT1-UTC= 0.3200444, Accumulated Leap Seconds=23 + { 2446424.50, 54.865034 }, //25 December 1985, UT1-UTC= 0.3189663, Accumulated Leap Seconds=23 + { 2446425.50, 54.865942 }, //26 December 1985, UT1-UTC= 0.3180578, Accumulated Leap Seconds=23 + { 2446426.50, 54.866727 }, //27 December 1985, UT1-UTC= 0.3172731, Accumulated Leap Seconds=23 + { 2446427.50, 54.867454 }, //28 December 1985, UT1-UTC= 0.3165460, Accumulated Leap Seconds=23 + { 2446428.50, 54.868201 }, //29 December 1985, UT1-UTC= 0.3157992, Accumulated Leap Seconds=23 + { 2446429.50, 54.869043 }, //30 December 1985, UT1-UTC= 0.3149569, Accumulated Leap Seconds=23 + { 2446430.50, 54.870044 }, //31 December 1985, UT1-UTC= 0.3139556, Accumulated Leap Seconds=23 + { 2446431.50, 54.871251 }, //01 January 1986, UT1-UTC= 0.3127488, Accumulated Leap Seconds=23 + { 2446432.50, 54.872673 }, //02 January 1986, UT1-UTC= 0.3113274, Accumulated Leap Seconds=23 + { 2446433.50, 54.874272 }, //03 January 1986, UT1-UTC= 0.3097276, Accumulated Leap Seconds=23 + { 2446434.50, 54.875972 }, //04 January 1986, UT1-UTC= 0.3080284, Accumulated Leap Seconds=23 + { 2446435.50, 54.877661 }, //05 January 1986, UT1-UTC= 0.3063385, Accumulated Leap Seconds=23 + { 2446436.50, 54.879225 }, //06 January 1986, UT1-UTC= 0.3047745, Accumulated Leap Seconds=23 + { 2446437.50, 54.880575 }, //07 January 1986, UT1-UTC= 0.3034249, Accumulated Leap Seconds=23 + { 2446438.50, 54.881689 }, //08 January 1986, UT1-UTC= 0.3023108, Accumulated Leap Seconds=23 + { 2446439.50, 54.882629 }, //09 January 1986, UT1-UTC= 0.3013713, Accumulated Leap Seconds=23 + { 2446440.50, 54.883514 }, //10 January 1986, UT1-UTC= 0.3004860, Accumulated Leap Seconds=23 + { 2446441.50, 54.884480 }, //11 January 1986, UT1-UTC= 0.2995195, Accumulated Leap Seconds=23 + { 2446442.50, 54.885637 }, //12 January 1986, UT1-UTC= 0.2983631, Accumulated Leap Seconds=23 + { 2446443.50, 54.887033 }, //13 January 1986, UT1-UTC= 0.2969669, Accumulated Leap Seconds=23 + { 2446444.50, 54.888654 }, //14 January 1986, UT1-UTC= 0.2953462, Accumulated Leap Seconds=23 + { 2446445.50, 54.890434 }, //15 January 1986, UT1-UTC= 0.2935662, Accumulated Leap Seconds=23 + { 2446446.50, 54.892272 }, //16 January 1986, UT1-UTC= 0.2917281, Accumulated Leap Seconds=23 + { 2446447.50, 54.894066 }, //17 January 1986, UT1-UTC= 0.2899339, Accumulated Leap Seconds=23 + { 2446448.50, 54.895748 }, //18 January 1986, UT1-UTC= 0.2882517, Accumulated Leap Seconds=23 + { 2446449.50, 54.897275 }, //19 January 1986, UT1-UTC= 0.2867252, Accumulated Leap Seconds=23 + { 2446450.50, 54.898625 }, //20 January 1986, UT1-UTC= 0.2853748, Accumulated Leap Seconds=23 + { 2446451.50, 54.899811 }, //21 January 1986, UT1-UTC= 0.2841888, Accumulated Leap Seconds=23 + { 2446452.50, 54.900861 }, //22 January 1986, UT1-UTC= 0.2831394, Accumulated Leap Seconds=23 + { 2446453.50, 54.901820 }, //23 January 1986, UT1-UTC= 0.2821802, Accumulated Leap Seconds=23 + { 2446454.50, 54.902755 }, //24 January 1986, UT1-UTC= 0.2812455, Accumulated Leap Seconds=23 + { 2446455.50, 54.903743 }, //25 January 1986, UT1-UTC= 0.2802567, Accumulated Leap Seconds=23 + { 2446456.50, 54.904871 }, //26 January 1986, UT1-UTC= 0.2791292, Accumulated Leap Seconds=23 + { 2446457.50, 54.906212 }, //27 January 1986, UT1-UTC= 0.2777884, Accumulated Leap Seconds=23 + { 2446458.50, 54.907812 }, //28 January 1986, UT1-UTC= 0.2761882, Accumulated Leap Seconds=23 + { 2446459.50, 54.909674 }, //29 January 1986, UT1-UTC= 0.2743264, Accumulated Leap Seconds=23 + { 2446460.50, 54.911752 }, //30 January 1986, UT1-UTC= 0.2722484, Accumulated Leap Seconds=23 + { 2446461.50, 54.913951 }, //31 January 1986, UT1-UTC= 0.2700491, Accumulated Leap Seconds=23 + { 2446462.50, 54.916146 }, //01 February 1986, UT1-UTC= 0.2678540, Accumulated Leap Seconds=23 + { 2446463.50, 54.918214 }, //02 February 1986, UT1-UTC= 0.2657865, Accumulated Leap Seconds=23 + { 2446464.50, 54.920060 }, //03 February 1986, UT1-UTC= 0.2639402, Accumulated Leap Seconds=23 + { 2446465.50, 54.921648 }, //04 February 1986, UT1-UTC= 0.2623517, Accumulated Leap Seconds=23 + { 2446466.50, 54.923012 }, //05 February 1986, UT1-UTC= 0.2609880, Accumulated Leap Seconds=23 + { 2446467.50, 54.924243 }, //06 February 1986, UT1-UTC= 0.2597569, Accumulated Leap Seconds=23 + { 2446468.50, 54.925464 }, //07 February 1986, UT1-UTC= 0.2585362, Accumulated Leap Seconds=23 + { 2446469.50, 54.926792 }, //08 February 1986, UT1-UTC= 0.2572082, Accumulated Leap Seconds=23 + { 2446470.50, 54.928303 }, //09 February 1986, UT1-UTC= 0.2556970, Accumulated Leap Seconds=23 + { 2446471.50, 54.930014 }, //10 February 1986, UT1-UTC= 0.2539859, Accumulated Leap Seconds=23 + { 2446472.50, 54.931884 }, //11 February 1986, UT1-UTC= 0.2521160, Accumulated Leap Seconds=23 + { 2446473.50, 54.933837 }, //12 February 1986, UT1-UTC= 0.2501631, Accumulated Leap Seconds=23 + { 2446474.50, 54.935788 }, //13 February 1986, UT1-UTC= 0.2482124, Accumulated Leap Seconds=23 + { 2446475.50, 54.937658 }, //14 February 1986, UT1-UTC= 0.2463422, Accumulated Leap Seconds=23 + { 2446476.50, 54.939381 }, //15 February 1986, UT1-UTC= 0.2446187, Accumulated Leap Seconds=23 + { 2446477.50, 54.940911 }, //16 February 1986, UT1-UTC= 0.2430887, Accumulated Leap Seconds=23 + { 2446478.50, 54.942225 }, //17 February 1986, UT1-UTC= 0.2417748, Accumulated Leap Seconds=23 + { 2446479.50, 54.943328 }, //18 February 1986, UT1-UTC= 0.2406717, Accumulated Leap Seconds=23 + { 2446480.50, 54.944254 }, //19 February 1986, UT1-UTC= 0.2397458, Accumulated Leap Seconds=23 + { 2446481.50, 54.945072 }, //20 February 1986, UT1-UTC= 0.2389280, Accumulated Leap Seconds=23 + { 2446482.50, 54.945869 }, //21 February 1986, UT1-UTC= 0.2381308, Accumulated Leap Seconds=23 + { 2446483.50, 54.946740 }, //22 February 1986, UT1-UTC= 0.2372596, Accumulated Leap Seconds=23 + { 2446484.50, 54.947773 }, //23 February 1986, UT1-UTC= 0.2362265, Accumulated Leap Seconds=23 + { 2446485.50, 54.949037 }, //24 February 1986, UT1-UTC= 0.2349627, Accumulated Leap Seconds=23 + { 2446486.50, 54.950564 }, //25 February 1986, UT1-UTC= 0.2334362, Accumulated Leap Seconds=23 + { 2446487.50, 54.952328 }, //26 February 1986, UT1-UTC= 0.2316716, Accumulated Leap Seconds=23 + { 2446488.50, 54.954247 }, //27 February 1986, UT1-UTC= 0.2297533, Accumulated Leap Seconds=23 + { 2446489.50, 54.956197 }, //28 February 1986, UT1-UTC= 0.2278028, Accumulated Leap Seconds=23 + { 2446490.50, 54.958053 }, //01 March 1986, UT1-UTC= 0.2259465, Accumulated Leap Seconds=23 + { 2446491.50, 54.959708 }, //02 March 1986, UT1-UTC= 0.2242917, Accumulated Leap Seconds=23 + { 2446492.50, 54.961109 }, //03 March 1986, UT1-UTC= 0.2228908, Accumulated Leap Seconds=23 + { 2446493.50, 54.962280 }, //04 March 1986, UT1-UTC= 0.2217202, Accumulated Leap Seconds=23 + { 2446494.50, 54.963301 }, //05 March 1986, UT1-UTC= 0.2206991, Accumulated Leap Seconds=23 + { 2446495.50, 54.964284 }, //06 March 1986, UT1-UTC= 0.2197162, Accumulated Leap Seconds=23 + { 2446496.50, 54.965348 }, //07 March 1986, UT1-UTC= 0.2186525, Accumulated Leap Seconds=23 + { 2446497.50, 54.966580 }, //08 March 1986, UT1-UTC= 0.2174198, Accumulated Leap Seconds=23 + { 2446498.50, 54.968018 }, //09 March 1986, UT1-UTC= 0.2159823, Accumulated Leap Seconds=23 + { 2446499.50, 54.969637 }, //10 March 1986, UT1-UTC= 0.2143628, Accumulated Leap Seconds=23 + { 2446500.50, 54.971368 }, //11 March 1986, UT1-UTC= 0.2126321, Accumulated Leap Seconds=23 + { 2446501.50, 54.973107 }, //12 March 1986, UT1-UTC= 0.2108925, Accumulated Leap Seconds=23 + { 2446502.50, 54.974750 }, //13 March 1986, UT1-UTC= 0.2092503, Accumulated Leap Seconds=23 + { 2446503.50, 54.976207 }, //14 March 1986, UT1-UTC= 0.2077933, Accumulated Leap Seconds=23 + { 2446504.50, 54.977429 }, //15 March 1986, UT1-UTC= 0.2065707, Accumulated Leap Seconds=23 + { 2446505.50, 54.978423 }, //16 March 1986, UT1-UTC= 0.2055769, Accumulated Leap Seconds=23 + { 2446506.50, 54.979215 }, //17 March 1986, UT1-UTC= 0.2047848, Accumulated Leap Seconds=23 + { 2446507.50, 54.979850 }, //18 March 1986, UT1-UTC= 0.2041497, Accumulated Leap Seconds=23 + { 2446508.50, 54.980395 }, //19 March 1986, UT1-UTC= 0.2036051, Accumulated Leap Seconds=23 + { 2446509.50, 54.980931 }, //20 March 1986, UT1-UTC= 0.2030694, Accumulated Leap Seconds=23 + { 2446510.50, 54.981552 }, //21 March 1986, UT1-UTC= 0.2024476, Accumulated Leap Seconds=23 + { 2446511.50, 54.982367 }, //22 March 1986, UT1-UTC= 0.2016333, Accumulated Leap Seconds=23 + { 2446512.50, 54.983471 }, //23 March 1986, UT1-UTC= 0.2005292, Accumulated Leap Seconds=23 + { 2446513.50, 54.984928 }, //24 March 1986, UT1-UTC= 0.1990719, Accumulated Leap Seconds=23 + { 2446514.50, 54.986742 }, //25 March 1986, UT1-UTC= 0.1972580, Accumulated Leap Seconds=23 + { 2446515.50, 54.988846 }, //26 March 1986, UT1-UTC= 0.1951541, Accumulated Leap Seconds=23 + { 2446516.50, 54.991097 }, //27 March 1986, UT1-UTC= 0.1929030, Accumulated Leap Seconds=23 + { 2446517.50, 54.993313 }, //28 March 1986, UT1-UTC= 0.1906872, Accumulated Leap Seconds=23 + { 2446518.50, 54.995333 }, //29 March 1986, UT1-UTC= 0.1886672, Accumulated Leap Seconds=23 + { 2446519.50, 54.997062 }, //30 March 1986, UT1-UTC= 0.1869378, Accumulated Leap Seconds=23 + { 2446520.50, 54.998496 }, //31 March 1986, UT1-UTC= 0.1855035, Accumulated Leap Seconds=23 + { 2446521.50, 54.999719 }, //01 April 1986, UT1-UTC= 0.1842814, Accumulated Leap Seconds=23 + { 2446522.50, 55.000853 }, //02 April 1986, UT1-UTC= 0.1831467, Accumulated Leap Seconds=23 + { 2446523.50, 55.002032 }, //03 April 1986, UT1-UTC= 0.1819681, Accumulated Leap Seconds=23 + { 2446524.50, 55.003365 }, //04 April 1986, UT1-UTC= 0.1806353, Accumulated Leap Seconds=23 + { 2446525.50, 55.004914 }, //05 April 1986, UT1-UTC= 0.1790861, Accumulated Leap Seconds=23 + { 2446526.50, 55.006680 }, //06 April 1986, UT1-UTC= 0.1773201, Accumulated Leap Seconds=23 + { 2446527.50, 55.008609 }, //07 April 1986, UT1-UTC= 0.1753909, Accumulated Leap Seconds=23 + { 2446528.50, 55.010619 }, //08 April 1986, UT1-UTC= 0.1733811, Accumulated Leap Seconds=23 + { 2446529.50, 55.012615 }, //09 April 1986, UT1-UTC= 0.1713846, Accumulated Leap Seconds=23 + { 2446530.50, 55.014513 }, //10 April 1986, UT1-UTC= 0.1694872, Accumulated Leap Seconds=23 + { 2446531.50, 55.016256 }, //11 April 1986, UT1-UTC= 0.1677442, Accumulated Leap Seconds=23 + { 2446532.50, 55.017820 }, //12 April 1986, UT1-UTC= 0.1661804, Accumulated Leap Seconds=23 + { 2446533.50, 55.019210 }, //13 April 1986, UT1-UTC= 0.1647902, Accumulated Leap Seconds=23 + { 2446534.50, 55.020459 }, //14 April 1986, UT1-UTC= 0.1635413, Accumulated Leap Seconds=23 + { 2446535.50, 55.021620 }, //15 April 1986, UT1-UTC= 0.1623801, Accumulated Leap Seconds=23 + { 2446536.50, 55.022755 }, //16 April 1986, UT1-UTC= 0.1612452, Accumulated Leap Seconds=23 + { 2446537.50, 55.023928 }, //17 April 1986, UT1-UTC= 0.1600723, Accumulated Leap Seconds=23 + { 2446538.50, 55.025204 }, //18 April 1986, UT1-UTC= 0.1587962, Accumulated Leap Seconds=23 + { 2446539.50, 55.026644 }, //19 April 1986, UT1-UTC= 0.1573557, Accumulated Leap Seconds=23 + { 2446540.50, 55.028298 }, //20 April 1986, UT1-UTC= 0.1557019, Accumulated Leap Seconds=23 + { 2446541.50, 55.030198 }, //21 April 1986, UT1-UTC= 0.1538015, Accumulated Leap Seconds=23 + { 2446542.50, 55.032328 }, //22 April 1986, UT1-UTC= 0.1516723, Accumulated Leap Seconds=23 + { 2446543.50, 55.034599 }, //23 April 1986, UT1-UTC= 0.1494010, Accumulated Leap Seconds=23 + { 2446544.50, 55.036868 }, //24 April 1986, UT1-UTC= 0.1471320, Accumulated Leap Seconds=23 + { 2446545.50, 55.038979 }, //25 April 1986, UT1-UTC= 0.1450208, Accumulated Leap Seconds=23 + { 2446546.50, 55.040821 }, //26 April 1986, UT1-UTC= 0.1431791, Accumulated Leap Seconds=23 + { 2446547.50, 55.042366 }, //27 April 1986, UT1-UTC= 0.1416339, Accumulated Leap Seconds=23 + { 2446548.50, 55.043680 }, //28 April 1986, UT1-UTC= 0.1403200, Accumulated Leap Seconds=23 + { 2446549.50, 55.044893 }, //29 April 1986, UT1-UTC= 0.1391068, Accumulated Leap Seconds=23 + { 2446550.50, 55.046152 }, //30 April 1986, UT1-UTC= 0.1378475, Accumulated Leap Seconds=23 + { 2446551.50, 55.047571 }, //01 May 1986, UT1-UTC= 0.1364290, Accumulated Leap Seconds=23 + { 2446552.50, 55.049204 }, //02 May 1986, UT1-UTC= 0.1347961, Accumulated Leap Seconds=23 + { 2446553.50, 55.051048 }, //03 May 1986, UT1-UTC= 0.1329516, Accumulated Leap Seconds=23 + { 2446554.50, 55.053057 }, //04 May 1986, UT1-UTC= 0.1309427, Accumulated Leap Seconds=23 + { 2446555.50, 55.055155 }, //05 May 1986, UT1-UTC= 0.1288453, Accumulated Leap Seconds=23 + { 2446556.50, 55.057254 }, //06 May 1986, UT1-UTC= 0.1267458, Accumulated Leap Seconds=23 + { 2446557.50, 55.059274 }, //07 May 1986, UT1-UTC= 0.1247264, Accumulated Leap Seconds=23 + { 2446558.50, 55.061146 }, //08 May 1986, UT1-UTC= 0.1228541, Accumulated Leap Seconds=23 + { 2446559.50, 55.062830 }, //09 May 1986, UT1-UTC= 0.1211703, Accumulated Leap Seconds=23 + { 2446560.50, 55.064312 }, //10 May 1986, UT1-UTC= 0.1196884, Accumulated Leap Seconds=23 + { 2446561.50, 55.065598 }, //11 May 1986, UT1-UTC= 0.1184023, Accumulated Leap Seconds=23 + { 2446562.50, 55.066719 }, //12 May 1986, UT1-UTC= 0.1172812, Accumulated Leap Seconds=23 + { 2446563.50, 55.067726 }, //13 May 1986, UT1-UTC= 0.1162741, Accumulated Leap Seconds=23 + { 2446564.50, 55.068682 }, //14 May 1986, UT1-UTC= 0.1153183, Accumulated Leap Seconds=23 + { 2446565.50, 55.069647 }, //15 May 1986, UT1-UTC= 0.1143529, Accumulated Leap Seconds=23 + { 2446566.50, 55.070678 }, //16 May 1986, UT1-UTC= 0.1133222, Accumulated Leap Seconds=23 + { 2446567.50, 55.071858 }, //17 May 1986, UT1-UTC= 0.1121424, Accumulated Leap Seconds=23 + { 2446568.50, 55.073255 }, //18 May 1986, UT1-UTC= 0.1107449, Accumulated Leap Seconds=23 + { 2446569.50, 55.074886 }, //19 May 1986, UT1-UTC= 0.1091144, Accumulated Leap Seconds=23 + { 2446570.50, 55.076697 }, //20 May 1986, UT1-UTC= 0.1073034, Accumulated Leap Seconds=23 + { 2446571.50, 55.078575 }, //21 May 1986, UT1-UTC= 0.1054253, Accumulated Leap Seconds=23 + { 2446572.50, 55.080369 }, //22 May 1986, UT1-UTC= 0.1036311, Accumulated Leap Seconds=23 + { 2446573.50, 55.081939 }, //23 May 1986, UT1-UTC= 0.1020607, Accumulated Leap Seconds=23 + { 2446574.50, 55.083206 }, //24 May 1986, UT1-UTC= 0.1007935, Accumulated Leap Seconds=23 + { 2446575.50, 55.084185 }, //25 May 1986, UT1-UTC= 0.0998149, Accumulated Leap Seconds=23 + { 2446576.50, 55.084978 }, //26 May 1986, UT1-UTC= 0.0990217, Accumulated Leap Seconds=23 + { 2446577.50, 55.085728 }, //27 May 1986, UT1-UTC= 0.0982724, Accumulated Leap Seconds=23 + { 2446578.50, 55.086558 }, //28 May 1986, UT1-UTC= 0.0974415, Accumulated Leap Seconds=23 + { 2446579.50, 55.087539 }, //29 May 1986, UT1-UTC= 0.0964606, Accumulated Leap Seconds=23 + { 2446580.50, 55.088669 }, //30 May 1986, UT1-UTC= 0.0953312, Accumulated Leap Seconds=23 + { 2446581.50, 55.089905 }, //31 May 1986, UT1-UTC= 0.0940954, Accumulated Leap Seconds=23 + { 2446582.50, 55.091178 }, //01 June 1986, UT1-UTC= 0.0928222, Accumulated Leap Seconds=23 + { 2446583.50, 55.092411 }, //02 June 1986, UT1-UTC= 0.0915886, Accumulated Leap Seconds=23 + { 2446584.50, 55.093536 }, //03 June 1986, UT1-UTC= 0.0904643, Accumulated Leap Seconds=23 + { 2446585.50, 55.094497 }, //04 June 1986, UT1-UTC= 0.0895028, Accumulated Leap Seconds=23 + { 2446586.50, 55.095259 }, //05 June 1986, UT1-UTC= 0.0887405, Accumulated Leap Seconds=23 + { 2446587.50, 55.095808 }, //06 June 1986, UT1-UTC= 0.0881923, Accumulated Leap Seconds=23 + { 2446588.50, 55.096152 }, //07 June 1986, UT1-UTC= 0.0878477, Accumulated Leap Seconds=23 + { 2446589.50, 55.096331 }, //08 June 1986, UT1-UTC= 0.0876685, Accumulated Leap Seconds=23 + { 2446590.50, 55.096405 }, //09 June 1986, UT1-UTC= 0.0875946, Accumulated Leap Seconds=23 + { 2446591.50, 55.096443 }, //10 June 1986, UT1-UTC= 0.0875566, Accumulated Leap Seconds=23 + { 2446592.50, 55.096519 }, //11 June 1986, UT1-UTC= 0.0874811, Accumulated Leap Seconds=23 + { 2446593.50, 55.096706 }, //12 June 1986, UT1-UTC= 0.0872937, Accumulated Leap Seconds=23 + { 2446594.50, 55.097070 }, //13 June 1986, UT1-UTC= 0.0869304, Accumulated Leap Seconds=23 + { 2446595.50, 55.097655 }, //14 June 1986, UT1-UTC= 0.0863451, Accumulated Leap Seconds=23 + { 2446596.50, 55.098477 }, //15 June 1986, UT1-UTC= 0.0855227, Accumulated Leap Seconds=23 + { 2446597.50, 55.099519 }, //16 June 1986, UT1-UTC= 0.0844807, Accumulated Leap Seconds=23 + { 2446598.50, 55.100718 }, //17 June 1986, UT1-UTC= 0.0832817, Accumulated Leap Seconds=23 + { 2446599.50, 55.101964 }, //18 June 1986, UT1-UTC= 0.0820359, Accumulated Leap Seconds=23 + { 2446600.50, 55.103129 }, //19 June 1986, UT1-UTC= 0.0808705, Accumulated Leap Seconds=23 + { 2446601.50, 55.104096 }, //20 June 1986, UT1-UTC= 0.0799042, Accumulated Leap Seconds=23 + { 2446602.50, 55.104818 }, //21 June 1986, UT1-UTC= 0.0791816, Accumulated Leap Seconds=23 + { 2446603.50, 55.105344 }, //22 June 1986, UT1-UTC= 0.0786557, Accumulated Leap Seconds=23 + { 2446604.50, 55.105787 }, //23 June 1986, UT1-UTC= 0.0782125, Accumulated Leap Seconds=23 + { 2446605.50, 55.106284 }, //24 June 1986, UT1-UTC= 0.0777163, Accumulated Leap Seconds=23 + { 2446606.50, 55.106945 }, //25 June 1986, UT1-UTC= 0.0770549, Accumulated Leap Seconds=23 + { 2446607.50, 55.107815 }, //26 June 1986, UT1-UTC= 0.0761849, Accumulated Leap Seconds=23 + { 2446608.50, 55.108864 }, //27 June 1986, UT1-UTC= 0.0751358, Accumulated Leap Seconds=23 + { 2446609.50, 55.110017 }, //28 June 1986, UT1-UTC= 0.0739825, Accumulated Leap Seconds=23 + { 2446610.50, 55.111184 }, //29 June 1986, UT1-UTC= 0.0728159, Accumulated Leap Seconds=23 + { 2446611.50, 55.112278 }, //30 June 1986, UT1-UTC= 0.0717222, Accumulated Leap Seconds=23 + { 2446612.50, 55.113239 }, //01 July 1986, UT1-UTC= 0.0707614, Accumulated Leap Seconds=23 + { 2446613.50, 55.114029 }, //02 July 1986, UT1-UTC= 0.0699709, Accumulated Leap Seconds=23 + { 2446614.50, 55.114633 }, //03 July 1986, UT1-UTC= 0.0693670, Accumulated Leap Seconds=23 + { 2446615.50, 55.115059 }, //04 July 1986, UT1-UTC= 0.0689412, Accumulated Leap Seconds=23 + { 2446616.50, 55.115337 }, //05 July 1986, UT1-UTC= 0.0686625, Accumulated Leap Seconds=23 + { 2446617.50, 55.115521 }, //06 July 1986, UT1-UTC= 0.0684785, Accumulated Leap Seconds=23 + { 2446618.50, 55.115681 }, //07 July 1986, UT1-UTC= 0.0683187, Accumulated Leap Seconds=23 + { 2446619.50, 55.115899 }, //08 July 1986, UT1-UTC= 0.0681008, Accumulated Leap Seconds=23 + { 2446620.50, 55.116250 }, //09 July 1986, UT1-UTC= 0.0677496, Accumulated Leap Seconds=23 + { 2446621.50, 55.116786 }, //10 July 1986, UT1-UTC= 0.0672144, Accumulated Leap Seconds=23 + { 2446622.50, 55.117529 }, //11 July 1986, UT1-UTC= 0.0664710, Accumulated Leap Seconds=23 + { 2446623.50, 55.118473 }, //12 July 1986, UT1-UTC= 0.0655274, Accumulated Leap Seconds=23 + { 2446624.50, 55.119567 }, //13 July 1986, UT1-UTC= 0.0644334, Accumulated Leap Seconds=23 + { 2446625.50, 55.120728 }, //14 July 1986, UT1-UTC= 0.0632724, Accumulated Leap Seconds=23 + { 2446626.50, 55.121861 }, //15 July 1986, UT1-UTC= 0.0621389, Accumulated Leap Seconds=23 + { 2446627.50, 55.122863 }, //16 July 1986, UT1-UTC= 0.0611374, Accumulated Leap Seconds=23 + { 2446628.50, 55.123646 }, //17 July 1986, UT1-UTC= 0.0603540, Accumulated Leap Seconds=23 + { 2446629.50, 55.124175 }, //18 July 1986, UT1-UTC= 0.0598251, Accumulated Leap Seconds=23 + { 2446630.50, 55.124486 }, //19 July 1986, UT1-UTC= 0.0595136, Accumulated Leap Seconds=23 + { 2446631.50, 55.124693 }, //20 July 1986, UT1-UTC= 0.0593065, Accumulated Leap Seconds=23 + { 2446632.50, 55.124945 }, //21 July 1986, UT1-UTC= 0.0590548, Accumulated Leap Seconds=23 + { 2446633.50, 55.125377 }, //22 July 1986, UT1-UTC= 0.0586225, Accumulated Leap Seconds=23 + { 2446634.50, 55.126065 }, //23 July 1986, UT1-UTC= 0.0579349, Accumulated Leap Seconds=23 + { 2446635.50, 55.127001 }, //24 July 1986, UT1-UTC= 0.0569992, Accumulated Leap Seconds=23 + { 2446636.50, 55.128102 }, //25 July 1986, UT1-UTC= 0.0558980, Accumulated Leap Seconds=23 + { 2446637.50, 55.129247 }, //26 July 1986, UT1-UTC= 0.0547533, Accumulated Leap Seconds=23 + { 2446638.50, 55.130316 }, //27 July 1986, UT1-UTC= 0.0536835, Accumulated Leap Seconds=23 + { 2446639.50, 55.131222 }, //28 July 1986, UT1-UTC= 0.0527776, Accumulated Leap Seconds=23 + { 2446640.50, 55.131922 }, //29 July 1986, UT1-UTC= 0.0520778, Accumulated Leap Seconds=23 + { 2446641.50, 55.132403 }, //30 July 1986, UT1-UTC= 0.0515974, Accumulated Leap Seconds=23 + { 2446642.50, 55.132674 }, //31 July 1986, UT1-UTC= 0.0513261, Accumulated Leap Seconds=23 + { 2446643.50, 55.132774 }, //01 August 1986, UT1-UTC= 0.0512260, Accumulated Leap Seconds=23 + { 2446644.50, 55.132766 }, //02 August 1986, UT1-UTC= 0.0512339, Accumulated Leap Seconds=23 + { 2446645.50, 55.132726 }, //03 August 1986, UT1-UTC= 0.0512737, Accumulated Leap Seconds=23 + { 2446646.50, 55.132727 }, //04 August 1986, UT1-UTC= 0.0512729, Accumulated Leap Seconds=23 + { 2446647.50, 55.132866 }, //05 August 1986, UT1-UTC= 0.0511340, Accumulated Leap Seconds=23 + { 2446648.50, 55.133229 }, //06 August 1986, UT1-UTC= 0.0507705, Accumulated Leap Seconds=23 + { 2446649.50, 55.133872 }, //07 August 1986, UT1-UTC= 0.0501277, Accumulated Leap Seconds=23 + { 2446650.50, 55.134807 }, //08 August 1986, UT1-UTC= 0.0491930, Accumulated Leap Seconds=23 + { 2446651.50, 55.135984 }, //09 August 1986, UT1-UTC= 0.0480159, Accumulated Leap Seconds=23 + { 2446652.50, 55.137304 }, //10 August 1986, UT1-UTC= 0.0466961, Accumulated Leap Seconds=23 + { 2446653.50, 55.138641 }, //11 August 1986, UT1-UTC= 0.0453587, Accumulated Leap Seconds=23 + { 2446654.50, 55.139869 }, //12 August 1986, UT1-UTC= 0.0441308, Accumulated Leap Seconds=23 + { 2446655.50, 55.140888 }, //13 August 1986, UT1-UTC= 0.0431124, Accumulated Leap Seconds=23 + { 2446656.50, 55.141644 }, //14 August 1986, UT1-UTC= 0.0423556, Accumulated Leap Seconds=23 + { 2446657.50, 55.142152 }, //15 August 1986, UT1-UTC= 0.0418480, Accumulated Leap Seconds=23 + { 2446658.50, 55.142494 }, //16 August 1986, UT1-UTC= 0.0415055, Accumulated Leap Seconds=23 + { 2446659.50, 55.142803 }, //17 August 1986, UT1-UTC= 0.0411966, Accumulated Leap Seconds=23 + { 2446660.50, 55.143219 }, //18 August 1986, UT1-UTC= 0.0407812, Accumulated Leap Seconds=23 + { 2446661.50, 55.143848 }, //19 August 1986, UT1-UTC= 0.0401517, Accumulated Leap Seconds=23 + { 2446662.50, 55.144732 }, //20 August 1986, UT1-UTC= 0.0392677, Accumulated Leap Seconds=23 + { 2446663.50, 55.145834 }, //21 August 1986, UT1-UTC= 0.0381660, Accumulated Leap Seconds=23 + { 2446664.50, 55.147058 }, //22 August 1986, UT1-UTC= 0.0369417, Accumulated Leap Seconds=23 + { 2446665.50, 55.148287 }, //23 August 1986, UT1-UTC= 0.0357128, Accumulated Leap Seconds=23 + { 2446666.50, 55.149418 }, //24 August 1986, UT1-UTC= 0.0345818, Accumulated Leap Seconds=23 + { 2446667.50, 55.150382 }, //25 August 1986, UT1-UTC= 0.0336178, Accumulated Leap Seconds=23 + { 2446668.50, 55.151149 }, //26 August 1986, UT1-UTC= 0.0328505, Accumulated Leap Seconds=23 + { 2446669.50, 55.151724 }, //27 August 1986, UT1-UTC= 0.0322762, Accumulated Leap Seconds=23 + { 2446670.50, 55.152134 }, //28 August 1986, UT1-UTC= 0.0318657, Accumulated Leap Seconds=23 + { 2446671.50, 55.152428 }, //29 August 1986, UT1-UTC= 0.0315723, Accumulated Leap Seconds=23 + { 2446672.50, 55.152665 }, //30 August 1986, UT1-UTC= 0.0313351, Accumulated Leap Seconds=23 + { 2446673.50, 55.152914 }, //31 August 1986, UT1-UTC= 0.0310858, Accumulated Leap Seconds=23 + { 2446674.50, 55.153242 }, //01 September 1986, UT1-UTC= 0.0307577, Accumulated Leap Seconds=23 + { 2446675.50, 55.153712 }, //02 September 1986, UT1-UTC= 0.0302882, Accumulated Leap Seconds=23 + { 2446676.50, 55.154391 }, //03 September 1986, UT1-UTC= 0.0296094, Accumulated Leap Seconds=23 + { 2446677.50, 55.155322 }, //04 September 1986, UT1-UTC= 0.0286777, Accumulated Leap Seconds=23 + { 2446678.50, 55.156506 }, //05 September 1986, UT1-UTC= 0.0274936, Accumulated Leap Seconds=23 + { 2446679.50, 55.157893 }, //06 September 1986, UT1-UTC= 0.0261070, Accumulated Leap Seconds=23 + { 2446680.50, 55.159391 }, //07 September 1986, UT1-UTC= 0.0246089, Accumulated Leap Seconds=23 + { 2446681.50, 55.160880 }, //08 September 1986, UT1-UTC= 0.0231196, Accumulated Leap Seconds=23 + { 2446682.50, 55.162247 }, //09 September 1986, UT1-UTC= 0.0217530, Accumulated Leap Seconds=23 + { 2446683.50, 55.163414 }, //10 September 1986, UT1-UTC= 0.0205860, Accumulated Leap Seconds=23 + { 2446684.50, 55.164359 }, //11 September 1986, UT1-UTC= 0.0196405, Accumulated Leap Seconds=23 + { 2446685.50, 55.165127 }, //12 September 1986, UT1-UTC= 0.0188731, Accumulated Leap Seconds=23 + { 2446686.50, 55.165829 }, //13 September 1986, UT1-UTC= 0.0181707, Accumulated Leap Seconds=23 + { 2446687.50, 55.166606 }, //14 September 1986, UT1-UTC= 0.0173944, Accumulated Leap Seconds=23 + { 2446688.50, 55.167579 }, //15 September 1986, UT1-UTC= 0.0164212, Accumulated Leap Seconds=23 + { 2446689.50, 55.168826 }, //16 September 1986, UT1-UTC= 0.0151742, Accumulated Leap Seconds=23 + { 2446690.50, 55.170356 }, //17 September 1986, UT1-UTC= 0.0136440, Accumulated Leap Seconds=23 + { 2446691.50, 55.172104 }, //18 September 1986, UT1-UTC= 0.0118957, Accumulated Leap Seconds=23 + { 2446692.50, 55.173960 }, //19 September 1986, UT1-UTC= 0.0100397, Accumulated Leap Seconds=23 + { 2446693.50, 55.175804 }, //20 September 1986, UT1-UTC= 0.0081958, Accumulated Leap Seconds=23 + { 2446694.50, 55.177534 }, //21 September 1986, UT1-UTC= 0.0064660, Accumulated Leap Seconds=23 + { 2446695.50, 55.179082 }, //22 September 1986, UT1-UTC= 0.0049175, Accumulated Leap Seconds=23 + { 2446696.50, 55.180427 }, //23 September 1986, UT1-UTC= 0.0035730, Accumulated Leap Seconds=23 + { 2446697.50, 55.181584 }, //24 September 1986, UT1-UTC= 0.0024156, Accumulated Leap Seconds=23 + { 2446698.50, 55.182600 }, //25 September 1986, UT1-UTC= 0.0014001, Accumulated Leap Seconds=23 + { 2446699.50, 55.183541 }, //26 September 1986, UT1-UTC= 0.0004592, Accumulated Leap Seconds=23 + { 2446700.50, 55.184487 }, //27 September 1986, UT1-UTC=-0.0004874, Accumulated Leap Seconds=23 + { 2446701.50, 55.185520 }, //28 September 1986, UT1-UTC=-0.0015203, Accumulated Leap Seconds=23 + { 2446702.50, 55.186714 }, //29 September 1986, UT1-UTC=-0.0027139, Accumulated Leap Seconds=23 + { 2446703.50, 55.188129 }, //30 September 1986, UT1-UTC=-0.0041289, Accumulated Leap Seconds=23 + { 2446704.50, 55.189800 }, //01 October 1986, UT1-UTC=-0.0058003, Accumulated Leap Seconds=23 + { 2446705.50, 55.191726 }, //02 October 1986, UT1-UTC=-0.0077263, Accumulated Leap Seconds=23 + { 2446706.50, 55.193861 }, //03 October 1986, UT1-UTC=-0.0098608, Accumulated Leap Seconds=23 + { 2446707.50, 55.196105 }, //04 October 1986, UT1-UTC=-0.0121055, Accumulated Leap Seconds=23 + { 2446708.50, 55.198324 }, //05 October 1986, UT1-UTC=-0.0143239, Accumulated Leap Seconds=23 + { 2446709.50, 55.200380 }, //06 October 1986, UT1-UTC=-0.0163802, Accumulated Leap Seconds=23 + { 2446710.50, 55.202182 }, //07 October 1986, UT1-UTC=-0.0181820, Accumulated Leap Seconds=23 + { 2446711.50, 55.203706 }, //08 October 1986, UT1-UTC=-0.0197064, Accumulated Leap Seconds=23 + { 2446712.50, 55.205004 }, //09 October 1986, UT1-UTC=-0.0210044, Accumulated Leap Seconds=23 + { 2446713.50, 55.206185 }, //10 October 1986, UT1-UTC=-0.0221855, Accumulated Leap Seconds=23 + { 2446714.50, 55.207379 }, //11 October 1986, UT1-UTC=-0.0233788, Accumulated Leap Seconds=23 + { 2446715.50, 55.208693 }, //12 October 1986, UT1-UTC=-0.0246927, Accumulated Leap Seconds=23 + { 2446716.50, 55.210203 }, //13 October 1986, UT1-UTC=-0.0262035, Accumulated Leap Seconds=23 + { 2446717.50, 55.211931 }, //14 October 1986, UT1-UTC=-0.0279313, Accumulated Leap Seconds=23 + { 2446718.50, 55.213840 }, //15 October 1986, UT1-UTC=-0.0298396, Accumulated Leap Seconds=23 + { 2446719.50, 55.215852 }, //16 October 1986, UT1-UTC=-0.0318521, Accumulated Leap Seconds=23 + { 2446720.50, 55.217876 }, //17 October 1986, UT1-UTC=-0.0338758, Accumulated Leap Seconds=23 + { 2446721.50, 55.219813 }, //18 October 1986, UT1-UTC=-0.0358129, Accumulated Leap Seconds=23 + { 2446722.50, 55.221596 }, //19 October 1986, UT1-UTC=-0.0375965, Accumulated Leap Seconds=23 + { 2446723.50, 55.223196 }, //20 October 1986, UT1-UTC=-0.0391958, Accumulated Leap Seconds=23 + { 2446724.50, 55.224615 }, //21 October 1986, UT1-UTC=-0.0406149, Accumulated Leap Seconds=23 + { 2446725.50, 55.225887 }, //22 October 1986, UT1-UTC=-0.0418875, Accumulated Leap Seconds=23 + { 2446726.50, 55.227067 }, //23 October 1986, UT1-UTC=-0.0430674, Accumulated Leap Seconds=23 + { 2446727.50, 55.228221 }, //24 October 1986, UT1-UTC=-0.0442210, Accumulated Leap Seconds=23 + { 2446728.50, 55.229414 }, //25 October 1986, UT1-UTC=-0.0454145, Accumulated Leap Seconds=23 + { 2446729.50, 55.230691 }, //26 October 1986, UT1-UTC=-0.0466908, Accumulated Leap Seconds=23 + { 2446730.50, 55.232084 }, //27 October 1986, UT1-UTC=-0.0480845, Accumulated Leap Seconds=23 + { 2446731.50, 55.233644 }, //28 October 1986, UT1-UTC=-0.0496441, Accumulated Leap Seconds=23 + { 2446732.50, 55.235403 }, //29 October 1986, UT1-UTC=-0.0514033, Accumulated Leap Seconds=23 + { 2446733.50, 55.237355 }, //30 October 1986, UT1-UTC=-0.0533552, Accumulated Leap Seconds=23 + { 2446734.50, 55.239442 }, //31 October 1986, UT1-UTC=-0.0554416, Accumulated Leap Seconds=23 + { 2446735.50, 55.241553 }, //01 November 1986, UT1-UTC=-0.0575531, Accumulated Leap Seconds=23 + { 2446736.50, 55.243547 }, //02 November 1986, UT1-UTC=-0.0595465, Accumulated Leap Seconds=23 + { 2446737.50, 55.245294 }, //03 November 1986, UT1-UTC=-0.0612940, Accumulated Leap Seconds=23 + { 2446738.50, 55.246732 }, //04 November 1986, UT1-UTC=-0.0627318, Accumulated Leap Seconds=23 + { 2446739.50, 55.247884 }, //05 November 1986, UT1-UTC=-0.0638844, Accumulated Leap Seconds=23 + { 2446740.50, 55.248855 }, //06 November 1986, UT1-UTC=-0.0648547, Accumulated Leap Seconds=23 + { 2446741.50, 55.249789 }, //07 November 1986, UT1-UTC=-0.0657888, Accumulated Leap Seconds=23 + { 2446742.50, 55.250828 }, //08 November 1986, UT1-UTC=-0.0668277, Accumulated Leap Seconds=23 + { 2446743.50, 55.252064 }, //09 November 1986, UT1-UTC=-0.0680639, Accumulated Leap Seconds=23 + { 2446744.50, 55.253532 }, //10 November 1986, UT1-UTC=-0.0695324, Accumulated Leap Seconds=23 + { 2446745.50, 55.255207 }, //11 November 1986, UT1-UTC=-0.0712069, Accumulated Leap Seconds=23 + { 2446746.50, 55.257015 }, //12 November 1986, UT1-UTC=-0.0730151, Accumulated Leap Seconds=23 + { 2446747.50, 55.258864 }, //13 November 1986, UT1-UTC=-0.0748640, Accumulated Leap Seconds=23 + { 2446748.50, 55.260657 }, //14 November 1986, UT1-UTC=-0.0766574, Accumulated Leap Seconds=23 + { 2446749.50, 55.262314 }, //15 November 1986, UT1-UTC=-0.0783136, Accumulated Leap Seconds=23 + { 2446750.50, 55.263779 }, //16 November 1986, UT1-UTC=-0.0797790, Accumulated Leap Seconds=23 + { 2446751.50, 55.265036 }, //17 November 1986, UT1-UTC=-0.0810361, Accumulated Leap Seconds=23 + { 2446752.50, 55.266101 }, //18 November 1986, UT1-UTC=-0.0821015, Accumulated Leap Seconds=23 + { 2446753.50, 55.267021 }, //19 November 1986, UT1-UTC=-0.0830210, Accumulated Leap Seconds=23 + { 2446754.50, 55.267861 }, //20 November 1986, UT1-UTC=-0.0838608, Accumulated Leap Seconds=23 + { 2446755.50, 55.268696 }, //21 November 1986, UT1-UTC=-0.0846963, Accumulated Leap Seconds=23 + { 2446756.50, 55.269604 }, //22 November 1986, UT1-UTC=-0.0856042, Accumulated Leap Seconds=23 + { 2446757.50, 55.270651 }, //23 November 1986, UT1-UTC=-0.0866508, Accumulated Leap Seconds=23 + { 2446758.50, 55.271885 }, //24 November 1986, UT1-UTC=-0.0878854, Accumulated Leap Seconds=23 + { 2446759.50, 55.273336 }, //25 November 1986, UT1-UTC=-0.0893359, Accumulated Leap Seconds=23 + { 2446760.50, 55.275002 }, //26 November 1986, UT1-UTC=-0.0910023, Accumulated Leap Seconds=23 + { 2446761.50, 55.276844 }, //27 November 1986, UT1-UTC=-0.0928436, Accumulated Leap Seconds=23 + { 2446762.50, 55.278772 }, //28 November 1986, UT1-UTC=-0.0947719, Accumulated Leap Seconds=23 + { 2446763.50, 55.280659 }, //29 November 1986, UT1-UTC=-0.0966592, Accumulated Leap Seconds=23 + { 2446764.50, 55.282368 }, //30 November 1986, UT1-UTC=-0.0983685, Accumulated Leap Seconds=23 + { 2446765.50, 55.283803 }, //01 December 1986, UT1-UTC=-0.0998030, Accumulated Leap Seconds=23 + { 2446766.50, 55.284951 }, //02 December 1986, UT1-UTC=-0.1009513, Accumulated Leap Seconds=23 + { 2446767.50, 55.285894 }, //03 December 1986, UT1-UTC=-0.1018935, Accumulated Leap Seconds=23 + { 2446768.50, 55.286774 }, //04 December 1986, UT1-UTC=-0.1027738, Accumulated Leap Seconds=23 + { 2446769.50, 55.287747 }, //05 December 1986, UT1-UTC=-0.1037469, Accumulated Leap Seconds=23 + { 2446770.50, 55.288921 }, //06 December 1986, UT1-UTC=-0.1049210, Accumulated Leap Seconds=23 + { 2446771.50, 55.290323 }, //07 December 1986, UT1-UTC=-0.1063235, Accumulated Leap Seconds=23 + { 2446772.50, 55.291917 }, //08 December 1986, UT1-UTC=-0.1079170, Accumulated Leap Seconds=23 + { 2446773.50, 55.293618 }, //09 December 1986, UT1-UTC=-0.1096183, Accumulated Leap Seconds=23 + { 2446774.50, 55.295327 }, //10 December 1986, UT1-UTC=-0.1113269, Accumulated Leap Seconds=23 + { 2446775.50, 55.296951 }, //11 December 1986, UT1-UTC=-0.1129513, Accumulated Leap Seconds=23 + { 2446776.50, 55.298420 }, //12 December 1986, UT1-UTC=-0.1144196, Accumulated Leap Seconds=23 + { 2446777.50, 55.299685 }, //13 December 1986, UT1-UTC=-0.1156850, Accumulated Leap Seconds=23 + { 2446778.50, 55.300728 }, //14 December 1986, UT1-UTC=-0.1167276, Accumulated Leap Seconds=23 + { 2446779.50, 55.301556 }, //15 December 1986, UT1-UTC=-0.1175559, Accumulated Leap Seconds=23 + { 2446780.50, 55.302214 }, //16 December 1986, UT1-UTC=-0.1182141, Accumulated Leap Seconds=23 + { 2446781.50, 55.302784 }, //17 December 1986, UT1-UTC=-0.1187843, Accumulated Leap Seconds=23 + { 2446782.50, 55.303362 }, //18 December 1986, UT1-UTC=-0.1193623, Accumulated Leap Seconds=23 + { 2446783.50, 55.304042 }, //19 December 1986, UT1-UTC=-0.1200421, Accumulated Leap Seconds=23 + { 2446784.50, 55.304901 }, //20 December 1986, UT1-UTC=-0.1209007, Accumulated Leap Seconds=23 + { 2446785.50, 55.305991 }, //21 December 1986, UT1-UTC=-0.1219906, Accumulated Leap Seconds=23 + { 2446786.50, 55.307326 }, //22 December 1986, UT1-UTC=-0.1233260, Accumulated Leap Seconds=23 + { 2446787.50, 55.308890 }, //23 December 1986, UT1-UTC=-0.1248903, Accumulated Leap Seconds=23 + { 2446788.50, 55.310637 }, //24 December 1986, UT1-UTC=-0.1266374, Accumulated Leap Seconds=23 + { 2446789.50, 55.312495 }, //25 December 1986, UT1-UTC=-0.1284950, Accumulated Leap Seconds=23 + { 2446790.50, 55.314368 }, //26 December 1986, UT1-UTC=-0.1303680, Accumulated Leap Seconds=23 + { 2446791.50, 55.316144 }, //27 December 1986, UT1-UTC=-0.1321440, Accumulated Leap Seconds=23 + { 2446792.50, 55.317724 }, //28 December 1986, UT1-UTC=-0.1337238, Accumulated Leap Seconds=23 + { 2446793.50, 55.319058 }, //29 December 1986, UT1-UTC=-0.1350576, Accumulated Leap Seconds=23 + { 2446794.50, 55.320172 }, //30 December 1986, UT1-UTC=-0.1361719, Accumulated Leap Seconds=23 + { 2446795.50, 55.321172 }, //31 December 1986, UT1-UTC=-0.1371719, Accumulated Leap Seconds=23 + { 2446796.50, 55.322210 }, //01 January 1987, UT1-UTC=-0.1382105, Accumulated Leap Seconds=23 + { 2446797.50, 55.323427 }, //02 January 1987, UT1-UTC=-0.1394269, Accumulated Leap Seconds=23 + { 2446798.50, 55.324893 }, //03 January 1987, UT1-UTC=-0.1408929, Accumulated Leap Seconds=23 + { 2446799.50, 55.326592 }, //04 January 1987, UT1-UTC=-0.1425920, Accumulated Leap Seconds=23 + { 2446800.50, 55.328436 }, //05 January 1987, UT1-UTC=-0.1444363, Accumulated Leap Seconds=23 + { 2446801.50, 55.330304 }, //06 January 1987, UT1-UTC=-0.1463044, Accumulated Leap Seconds=23 + { 2446802.50, 55.332079 }, //07 January 1987, UT1-UTC=-0.1480795, Accumulated Leap Seconds=23 + { 2446803.50, 55.333676 }, //08 January 1987, UT1-UTC=-0.1496760, Accumulated Leap Seconds=23 + { 2446804.50, 55.335045 }, //09 January 1987, UT1-UTC=-0.1510451, Accumulated Leap Seconds=23 + { 2446805.50, 55.336172 }, //10 January 1987, UT1-UTC=-0.1521722, Accumulated Leap Seconds=23 + { 2446806.50, 55.337077 }, //11 January 1987, UT1-UTC=-0.1530771, Accumulated Leap Seconds=23 + { 2446807.50, 55.337805 }, //12 January 1987, UT1-UTC=-0.1538053, Accumulated Leap Seconds=23 + { 2446808.50, 55.338423 }, //13 January 1987, UT1-UTC=-0.1544225, Accumulated Leap Seconds=23 + { 2446809.50, 55.339009 }, //14 January 1987, UT1-UTC=-0.1550095, Accumulated Leap Seconds=23 + { 2446810.50, 55.339650 }, //15 January 1987, UT1-UTC=-0.1556502, Accumulated Leap Seconds=23 + { 2446811.50, 55.340415 }, //16 January 1987, UT1-UTC=-0.1564149, Accumulated Leap Seconds=23 + { 2446812.50, 55.341361 }, //17 January 1987, UT1-UTC=-0.1573613, Accumulated Leap Seconds=23 + { 2446813.50, 55.342521 }, //18 January 1987, UT1-UTC=-0.1585208, Accumulated Leap Seconds=23 + { 2446814.50, 55.343894 }, //19 January 1987, UT1-UTC=-0.1598938, Accumulated Leap Seconds=23 + { 2446815.50, 55.345449 }, //20 January 1987, UT1-UTC=-0.1614490, Accumulated Leap Seconds=23 + { 2446816.50, 55.347120 }, //21 January 1987, UT1-UTC=-0.1631200, Accumulated Leap Seconds=23 + { 2446817.50, 55.348813 }, //22 January 1987, UT1-UTC=-0.1648127, Accumulated Leap Seconds=23 + { 2446818.50, 55.350425 }, //23 January 1987, UT1-UTC=-0.1664250, Accumulated Leap Seconds=23 + { 2446819.50, 55.351862 }, //24 January 1987, UT1-UTC=-0.1678617, Accumulated Leap Seconds=23 + { 2446820.50, 55.353063 }, //25 January 1987, UT1-UTC=-0.1690630, Accumulated Leap Seconds=23 + { 2446821.50, 55.354035 }, //26 January 1987, UT1-UTC=-0.1700355, Accumulated Leap Seconds=23 + { 2446822.50, 55.354862 }, //27 January 1987, UT1-UTC=-0.1708621, Accumulated Leap Seconds=23 + { 2446823.50, 55.355685 }, //28 January 1987, UT1-UTC=-0.1716852, Accumulated Leap Seconds=23 + { 2446824.50, 55.356662 }, //29 January 1987, UT1-UTC=-0.1726620, Accumulated Leap Seconds=23 + { 2446825.50, 55.357909 }, //30 January 1987, UT1-UTC=-0.1739095, Accumulated Leap Seconds=23 + { 2446826.50, 55.359464 }, //31 January 1987, UT1-UTC=-0.1754637, Accumulated Leap Seconds=23 + { 2446827.50, 55.361268 }, //01 February 1987, UT1-UTC=-0.1772676, Accumulated Leap Seconds=23 + { 2446828.50, 55.363203 }, //02 February 1987, UT1-UTC=-0.1792026, Accumulated Leap Seconds=23 + { 2446829.50, 55.365135 }, //03 February 1987, UT1-UTC=-0.1811346, Accumulated Leap Seconds=23 + { 2446830.50, 55.366954 }, //04 February 1987, UT1-UTC=-0.1829543, Accumulated Leap Seconds=23 + { 2446831.50, 55.368591 }, //05 February 1987, UT1-UTC=-0.1845907, Accumulated Leap Seconds=23 + { 2446832.50, 55.370016 }, //06 February 1987, UT1-UTC=-0.1860159, Accumulated Leap Seconds=23 + { 2446833.50, 55.371241 }, //07 February 1987, UT1-UTC=-0.1872412, Accumulated Leap Seconds=23 + { 2446834.50, 55.372304 }, //08 February 1987, UT1-UTC=-0.1883039, Accumulated Leap Seconds=23 + { 2446835.50, 55.373257 }, //09 February 1987, UT1-UTC=-0.1892573, Accumulated Leap Seconds=23 + { 2446836.50, 55.374168 }, //10 February 1987, UT1-UTC=-0.1901681, Accumulated Leap Seconds=23 + { 2446837.50, 55.375117 }, //11 February 1987, UT1-UTC=-0.1911175, Accumulated Leap Seconds=23 + { 2446838.50, 55.376183 }, //12 February 1987, UT1-UTC=-0.1921833, Accumulated Leap Seconds=23 + { 2446839.50, 55.377425 }, //13 February 1987, UT1-UTC=-0.1934247, Accumulated Leap Seconds=23 + { 2446840.50, 55.378876 }, //14 February 1987, UT1-UTC=-0.1948763, Accumulated Leap Seconds=23 + { 2446841.50, 55.380549 }, //15 February 1987, UT1-UTC=-0.1965486, Accumulated Leap Seconds=23 + { 2446842.50, 55.382416 }, //16 February 1987, UT1-UTC=-0.1984156, Accumulated Leap Seconds=23 + { 2446843.50, 55.384414 }, //17 February 1987, UT1-UTC=-0.2004144, Accumulated Leap Seconds=23 + { 2446844.50, 55.386455 }, //18 February 1987, UT1-UTC=-0.2024549, Accumulated Leap Seconds=23 + { 2446845.50, 55.388435 }, //19 February 1987, UT1-UTC=-0.2044354, Accumulated Leap Seconds=23 + { 2446846.50, 55.390269 }, //20 February 1987, UT1-UTC=-0.2062694, Accumulated Leap Seconds=23 + { 2446847.50, 55.391907 }, //21 February 1987, UT1-UTC=-0.2079068, Accumulated Leap Seconds=23 + { 2446848.50, 55.393351 }, //22 February 1987, UT1-UTC=-0.2093507, Accumulated Leap Seconds=23 + { 2446849.50, 55.394668 }, //23 February 1987, UT1-UTC=-0.2106682, Accumulated Leap Seconds=23 + { 2446850.50, 55.395982 }, //24 February 1987, UT1-UTC=-0.2119817, Accumulated Leap Seconds=23 + { 2446851.50, 55.397440 }, //25 February 1987, UT1-UTC=-0.2134399, Accumulated Leap Seconds=23 + { 2446852.50, 55.399174 }, //26 February 1987, UT1-UTC=-0.2151744, Accumulated Leap Seconds=23 + { 2446853.50, 55.401251 }, //27 February 1987, UT1-UTC=-0.2172510, Accumulated Leap Seconds=23 + { 2446854.50, 55.403648 }, //28 February 1987, UT1-UTC=-0.2196479, Accumulated Leap Seconds=23 + { 2446855.50, 55.406262 }, //01 March 1987, UT1-UTC=-0.2222620, Accumulated Leap Seconds=23 + { 2446856.50, 55.408936 }, //02 March 1987, UT1-UTC=-0.2249359, Accumulated Leap Seconds=23 + { 2446857.50, 55.411510 }, //03 March 1987, UT1-UTC=-0.2275097, Accumulated Leap Seconds=23 + { 2446858.50, 55.413862 }, //04 March 1987, UT1-UTC=-0.2298622, Accumulated Leap Seconds=23 + { 2446859.50, 55.415925 }, //05 March 1987, UT1-UTC=-0.2319251, Accumulated Leap Seconds=23 + { 2446860.50, 55.417681 }, //06 March 1987, UT1-UTC=-0.2336810, Accumulated Leap Seconds=23 + { 2446861.50, 55.419165 }, //07 March 1987, UT1-UTC=-0.2351653, Accumulated Leap Seconds=23 + { 2446862.50, 55.420445 }, //08 March 1987, UT1-UTC=-0.2364452, Accumulated Leap Seconds=23 + { 2446863.50, 55.421603 }, //09 March 1987, UT1-UTC=-0.2376034, Accumulated Leap Seconds=23 + { 2446864.50, 55.422731 }, //10 March 1987, UT1-UTC=-0.2387312, Accumulated Leap Seconds=23 + { 2446865.50, 55.423921 }, //11 March 1987, UT1-UTC=-0.2399209, Accumulated Leap Seconds=23 + { 2446866.50, 55.425255 }, //12 March 1987, UT1-UTC=-0.2412554, Accumulated Leap Seconds=23 + { 2446867.50, 55.426790 }, //13 March 1987, UT1-UTC=-0.2427898, Accumulated Leap Seconds=23 + { 2446868.50, 55.428548 }, //14 March 1987, UT1-UTC=-0.2445485, Accumulated Leap Seconds=23 + { 2446869.50, 55.430519 }, //15 March 1987, UT1-UTC=-0.2465190, Accumulated Leap Seconds=23 + { 2446870.50, 55.432649 }, //16 March 1987, UT1-UTC=-0.2486492, Accumulated Leap Seconds=23 + { 2446871.50, 55.434854 }, //17 March 1987, UT1-UTC=-0.2508542, Accumulated Leap Seconds=23 + { 2446872.50, 55.437030 }, //18 March 1987, UT1-UTC=-0.2530304, Accumulated Leap Seconds=23 + { 2446873.50, 55.439078 }, //19 March 1987, UT1-UTC=-0.2550779, Accumulated Leap Seconds=23 + { 2446874.50, 55.440929 }, //20 March 1987, UT1-UTC=-0.2569290, Accumulated Leap Seconds=23 + { 2446875.50, 55.442567 }, //21 March 1987, UT1-UTC=-0.2585674, Accumulated Leap Seconds=23 + { 2446876.50, 55.444030 }, //22 March 1987, UT1-UTC=-0.2600297, Accumulated Leap Seconds=23 + { 2446877.50, 55.445405 }, //23 March 1987, UT1-UTC=-0.2614050, Accumulated Leap Seconds=23 + { 2446878.50, 55.446813 }, //24 March 1987, UT1-UTC=-0.2628126, Accumulated Leap Seconds=23 + { 2446879.50, 55.448368 }, //25 March 1987, UT1-UTC=-0.2643678, Accumulated Leap Seconds=23 + { 2446880.50, 55.450148 }, //26 March 1987, UT1-UTC=-0.2661481, Accumulated Leap Seconds=23 + { 2446881.50, 55.452172 }, //27 March 1987, UT1-UTC=-0.2681724, Accumulated Leap Seconds=23 + { 2446882.50, 55.454387 }, //28 March 1987, UT1-UTC=-0.2703867, Accumulated Leap Seconds=23 + { 2446883.50, 55.456682 }, //29 March 1987, UT1-UTC=-0.2726823, Accumulated Leap Seconds=23 + { 2446884.50, 55.458930 }, //30 March 1987, UT1-UTC=-0.2749299, Accumulated Leap Seconds=23 + { 2446885.50, 55.461016 }, //31 March 1987, UT1-UTC=-0.2770162, Accumulated Leap Seconds=23 + { 2446886.50, 55.462872 }, //01 April 1987, UT1-UTC=-0.2788719, Accumulated Leap Seconds=23 + { 2446887.50, 55.464480 }, //02 April 1987, UT1-UTC=-0.2804804, Accumulated Leap Seconds=23 + { 2446888.50, 55.465870 }, //03 April 1987, UT1-UTC=-0.2818702, Accumulated Leap Seconds=23 + { 2446889.50, 55.467101 }, //04 April 1987, UT1-UTC=-0.2831008, Accumulated Leap Seconds=23 + { 2446890.50, 55.468247 }, //05 April 1987, UT1-UTC=-0.2842471, Accumulated Leap Seconds=23 + { 2446891.50, 55.469384 }, //06 April 1987, UT1-UTC=-0.2853842, Accumulated Leap Seconds=23 + { 2446892.50, 55.470584 }, //07 April 1987, UT1-UTC=-0.2865842, Accumulated Leap Seconds=23 + { 2446893.50, 55.471909 }, //08 April 1987, UT1-UTC=-0.2879088, Accumulated Leap Seconds=23 + { 2446894.50, 55.473403 }, //09 April 1987, UT1-UTC=-0.2894035, Accumulated Leap Seconds=23 + { 2446895.50, 55.475091 }, //10 April 1987, UT1-UTC=-0.2910912, Accumulated Leap Seconds=23 + { 2446896.50, 55.476970 }, //11 April 1987, UT1-UTC=-0.2929698, Accumulated Leap Seconds=23 + { 2446897.50, 55.479007 }, //12 April 1987, UT1-UTC=-0.2950066, Accumulated Leap Seconds=23 + { 2446898.50, 55.481131 }, //13 April 1987, UT1-UTC=-0.2971309, Accumulated Leap Seconds=23 + { 2446899.50, 55.483241 }, //14 April 1987, UT1-UTC=-0.2992408, Accumulated Leap Seconds=23 + { 2446900.50, 55.485227 }, //15 April 1987, UT1-UTC=-0.3012266, Accumulated Leap Seconds=23 + { 2446901.50, 55.487001 }, //16 April 1987, UT1-UTC=-0.3030008, Accumulated Leap Seconds=23 + { 2446902.50, 55.488519 }, //17 April 1987, UT1-UTC=-0.3045195, Accumulated Leap Seconds=23 + { 2446903.50, 55.489809 }, //18 April 1987, UT1-UTC=-0.3058088, Accumulated Leap Seconds=23 + { 2446904.50, 55.490960 }, //19 April 1987, UT1-UTC=-0.3069597, Accumulated Leap Seconds=23 + { 2446905.50, 55.492100 }, //20 April 1987, UT1-UTC=-0.3081004, Accumulated Leap Seconds=23 + { 2446906.50, 55.493360 }, //21 April 1987, UT1-UTC=-0.3093603, Accumulated Leap Seconds=23 + { 2446907.50, 55.494829 }, //22 April 1987, UT1-UTC=-0.3108288, Accumulated Leap Seconds=23 + { 2446908.50, 55.496539 }, //23 April 1987, UT1-UTC=-0.3125389, Accumulated Leap Seconds=23 + { 2446909.50, 55.498483 }, //24 April 1987, UT1-UTC=-0.3144828, Accumulated Leap Seconds=23 + { 2446910.50, 55.500600 }, //25 April 1987, UT1-UTC=-0.3165997, Accumulated Leap Seconds=23 + { 2446911.50, 55.502771 }, //26 April 1987, UT1-UTC=-0.3187708, Accumulated Leap Seconds=23 + { 2446912.50, 55.504866 }, //27 April 1987, UT1-UTC=-0.3208656, Accumulated Leap Seconds=23 + { 2446913.50, 55.506780 }, //28 April 1987, UT1-UTC=-0.3227795, Accumulated Leap Seconds=23 + { 2446914.50, 55.508454 }, //29 April 1987, UT1-UTC=-0.3244536, Accumulated Leap Seconds=23 + { 2446915.50, 55.509878 }, //30 April 1987, UT1-UTC=-0.3258783, Accumulated Leap Seconds=23 + { 2446916.50, 55.511091 }, //01 May 1987, UT1-UTC=-0.3270909, Accumulated Leap Seconds=23 + { 2446917.50, 55.512154 }, //02 May 1987, UT1-UTC=-0.3281539, Accumulated Leap Seconds=23 + { 2446918.50, 55.513140 }, //03 May 1987, UT1-UTC=-0.3291403, Accumulated Leap Seconds=23 + { 2446919.50, 55.514119 }, //04 May 1987, UT1-UTC=-0.3301188, Accumulated Leap Seconds=23 + { 2446920.50, 55.515151 }, //05 May 1987, UT1-UTC=-0.3311506, Accumulated Leap Seconds=23 + { 2446921.50, 55.516296 }, //06 May 1987, UT1-UTC=-0.3322962, Accumulated Leap Seconds=23 + { 2446922.50, 55.517596 }, //07 May 1987, UT1-UTC=-0.3335959, Accumulated Leap Seconds=23 + { 2446923.50, 55.519070 }, //08 May 1987, UT1-UTC=-0.3350698, Accumulated Leap Seconds=23 + { 2446924.50, 55.520727 }, //09 May 1987, UT1-UTC=-0.3367271, Accumulated Leap Seconds=23 + { 2446925.50, 55.522540 }, //10 May 1987, UT1-UTC=-0.3385405, Accumulated Leap Seconds=23 + { 2446926.50, 55.524424 }, //11 May 1987, UT1-UTC=-0.3404244, Accumulated Leap Seconds=23 + { 2446927.50, 55.526258 }, //12 May 1987, UT1-UTC=-0.3422580, Accumulated Leap Seconds=23 + { 2446928.50, 55.527920 }, //13 May 1987, UT1-UTC=-0.3439203, Accumulated Leap Seconds=23 + { 2446929.50, 55.529331 }, //14 May 1987, UT1-UTC=-0.3453306, Accumulated Leap Seconds=23 + { 2446930.50, 55.530479 }, //15 May 1987, UT1-UTC=-0.3464794, Accumulated Leap Seconds=23 + { 2446931.50, 55.531443 }, //16 May 1987, UT1-UTC=-0.3474435, Accumulated Leap Seconds=23 + { 2446932.50, 55.532360 }, //17 May 1987, UT1-UTC=-0.3483597, Accumulated Leap Seconds=23 + { 2446933.50, 55.533374 }, //18 May 1987, UT1-UTC=-0.3493744, Accumulated Leap Seconds=23 + { 2446934.50, 55.534597 }, //19 May 1987, UT1-UTC=-0.3505967, Accumulated Leap Seconds=23 + { 2446935.50, 55.536070 }, //20 May 1987, UT1-UTC=-0.3520703, Accumulated Leap Seconds=23 + { 2446936.50, 55.537771 }, //21 May 1987, UT1-UTC=-0.3537712, Accumulated Leap Seconds=23 + { 2446937.50, 55.539623 }, //22 May 1987, UT1-UTC=-0.3556234, Accumulated Leap Seconds=23 + { 2446938.50, 55.541524 }, //23 May 1987, UT1-UTC=-0.3575245, Accumulated Leap Seconds=23 + { 2446939.50, 55.543375 }, //24 May 1987, UT1-UTC=-0.3593754, Accumulated Leap Seconds=23 + { 2446940.50, 55.545099 }, //25 May 1987, UT1-UTC=-0.3610990, Accumulated Leap Seconds=23 + { 2446941.50, 55.546635 }, //26 May 1987, UT1-UTC=-0.3626348, Accumulated Leap Seconds=23 + { 2446942.50, 55.547953 }, //27 May 1987, UT1-UTC=-0.3639528, Accumulated Leap Seconds=23 + { 2446943.50, 55.549060 }, //28 May 1987, UT1-UTC=-0.3650600, Accumulated Leap Seconds=23 + { 2446944.50, 55.549993 }, //29 May 1987, UT1-UTC=-0.3659926, Accumulated Leap Seconds=23 + { 2446945.50, 55.550807 }, //30 May 1987, UT1-UTC=-0.3668065, Accumulated Leap Seconds=23 + { 2446946.50, 55.551578 }, //31 May 1987, UT1-UTC=-0.3675780, Accumulated Leap Seconds=23 + { 2446947.50, 55.552378 }, //01 June 1987, UT1-UTC=-0.3683777, Accumulated Leap Seconds=23 + { 2446948.50, 55.553259 }, //02 June 1987, UT1-UTC=-0.3692588, Accumulated Leap Seconds=23 + { 2446949.50, 55.554253 }, //03 June 1987, UT1-UTC=-0.3702526, Accumulated Leap Seconds=23 + { 2446950.50, 55.555371 }, //04 June 1987, UT1-UTC=-0.3713708, Accumulated Leap Seconds=23 + { 2446951.50, 55.556629 }, //05 June 1987, UT1-UTC=-0.3726286, Accumulated Leap Seconds=23 + { 2446952.50, 55.558026 }, //06 June 1987, UT1-UTC=-0.3740264, Accumulated Leap Seconds=23 + { 2446953.50, 55.559534 }, //07 June 1987, UT1-UTC=-0.3755337, Accumulated Leap Seconds=23 + { 2446954.50, 55.561073 }, //08 June 1987, UT1-UTC=-0.3770730, Accumulated Leap Seconds=23 + { 2446955.50, 55.562524 }, //09 June 1987, UT1-UTC=-0.3785244, Accumulated Leap Seconds=23 + { 2446956.50, 55.563782 }, //10 June 1987, UT1-UTC=-0.3797816, Accumulated Leap Seconds=23 + { 2446957.50, 55.564794 }, //11 June 1987, UT1-UTC=-0.3807935, Accumulated Leap Seconds=23 + { 2446958.50, 55.565590 }, //12 June 1987, UT1-UTC=-0.3815903, Accumulated Leap Seconds=23 + { 2446959.50, 55.566279 }, //13 June 1987, UT1-UTC=-0.3822791, Accumulated Leap Seconds=23 + { 2446960.50, 55.567005 }, //14 June 1987, UT1-UTC=-0.3830048, Accumulated Leap Seconds=23 + { 2446961.50, 55.567900 }, //15 June 1987, UT1-UTC=-0.3839004, Accumulated Leap Seconds=23 + { 2446962.50, 55.569036 }, //16 June 1987, UT1-UTC=-0.3850359, Accumulated Leap Seconds=23 + { 2446963.50, 55.570398 }, //17 June 1987, UT1-UTC=-0.3863981, Accumulated Leap Seconds=23 + { 2446964.50, 55.571905 }, //18 June 1987, UT1-UTC=-0.3879049, Accumulated Leap Seconds=23 + { 2446965.50, 55.573443 }, //19 June 1987, UT1-UTC=-0.3894426, Accumulated Leap Seconds=23 + { 2446966.50, 55.574900 }, //20 June 1987, UT1-UTC=-0.3908996, Accumulated Leap Seconds=23 + { 2446967.50, 55.576182 }, //21 June 1987, UT1-UTC=-0.3921822, Accumulated Leap Seconds=23 + { 2446968.50, 55.577234 }, //22 June 1987, UT1-UTC=-0.3932339, Accumulated Leap Seconds=23 + { 2446969.50, 55.578036 }, //23 June 1987, UT1-UTC=-0.3940360, Accumulated Leap Seconds=23 + { 2446970.50, 55.578603 }, //24 June 1987, UT1-UTC=-0.3946032, Accumulated Leap Seconds=23 + { 2446971.50, 55.578975 }, //25 June 1987, UT1-UTC=-0.3949750, Accumulated Leap Seconds=23 + { 2446972.50, 55.579212 }, //26 June 1987, UT1-UTC=-0.3952123, Accumulated Leap Seconds=23 + { 2446973.50, 55.579403 }, //27 June 1987, UT1-UTC=-0.3954025, Accumulated Leap Seconds=23 + { 2446974.50, 55.579634 }, //28 June 1987, UT1-UTC=-0.3956345, Accumulated Leap Seconds=23 + { 2446975.50, 55.579983 }, //29 June 1987, UT1-UTC=-0.3959826, Accumulated Leap Seconds=23 + { 2446976.50, 55.580494 }, //30 June 1987, UT1-UTC=-0.3964936, Accumulated Leap Seconds=23 + { 2446977.50, 55.581188 }, //01 July 1987, UT1-UTC=-0.3971877, Accumulated Leap Seconds=23 + { 2446978.50, 55.582057 }, //02 July 1987, UT1-UTC=-0.3980574, Accumulated Leap Seconds=23 + { 2446979.50, 55.583066 }, //03 July 1987, UT1-UTC=-0.3990660, Accumulated Leap Seconds=23 + { 2446980.50, 55.584153 }, //04 July 1987, UT1-UTC=-0.4001529, Accumulated Leap Seconds=23 + { 2446981.50, 55.585238 }, //05 July 1987, UT1-UTC=-0.4012378, Accumulated Leap Seconds=23 + { 2446982.50, 55.586227 }, //06 July 1987, UT1-UTC=-0.4022275, Accumulated Leap Seconds=23 + { 2446983.50, 55.587038 }, //07 July 1987, UT1-UTC=-0.4030377, Accumulated Leap Seconds=23 + { 2446984.50, 55.587621 }, //08 July 1987, UT1-UTC=-0.4036215, Accumulated Leap Seconds=23 + { 2446985.50, 55.587992 }, //09 July 1987, UT1-UTC=-0.4039925, Accumulated Leap Seconds=23 + { 2446986.50, 55.588230 }, //10 July 1987, UT1-UTC=-0.4042298, Accumulated Leap Seconds=23 + { 2446987.50, 55.588470 }, //11 July 1987, UT1-UTC=-0.4044705, Accumulated Leap Seconds=23 + { 2446988.50, 55.588867 }, //12 July 1987, UT1-UTC=-0.4048669, Accumulated Leap Seconds=23 + { 2446989.50, 55.589533 }, //13 July 1987, UT1-UTC=-0.4055332, Accumulated Leap Seconds=23 + { 2446990.50, 55.590493 }, //14 July 1987, UT1-UTC=-0.4064930, Accumulated Leap Seconds=23 + { 2446991.50, 55.591661 }, //15 July 1987, UT1-UTC=-0.4076606, Accumulated Leap Seconds=23 + { 2446992.50, 55.592892 }, //16 July 1987, UT1-UTC=-0.4088921, Accumulated Leap Seconds=23 + { 2446993.50, 55.594043 }, //17 July 1987, UT1-UTC=-0.4100431, Accumulated Leap Seconds=23 + { 2446994.50, 55.595008 }, //18 July 1987, UT1-UTC=-0.4110080, Accumulated Leap Seconds=23 + { 2446995.50, 55.595738 }, //19 July 1987, UT1-UTC=-0.4117376, Accumulated Leap Seconds=23 + { 2446996.50, 55.596217 }, //20 July 1987, UT1-UTC=-0.4122167, Accumulated Leap Seconds=23 + { 2446997.50, 55.596467 }, //21 July 1987, UT1-UTC=-0.4124667, Accumulated Leap Seconds=23 + { 2446998.50, 55.596538 }, //22 July 1987, UT1-UTC=-0.4125380, Accumulated Leap Seconds=23 + { 2446999.50, 55.596504 }, //23 July 1987, UT1-UTC=-0.4125039, Accumulated Leap Seconds=23 + { 2447000.50, 55.596445 }, //24 July 1987, UT1-UTC=-0.4124448, Accumulated Leap Seconds=23 + { 2447001.50, 55.596440 }, //25 July 1987, UT1-UTC=-0.4124401, Accumulated Leap Seconds=23 + { 2447002.50, 55.596553 }, //26 July 1987, UT1-UTC=-0.4125534, Accumulated Leap Seconds=23 + { 2447003.50, 55.596827 }, //27 July 1987, UT1-UTC=-0.4128271, Accumulated Leap Seconds=23 + { 2447004.50, 55.597282 }, //28 July 1987, UT1-UTC=-0.4132823, Accumulated Leap Seconds=23 + { 2447005.50, 55.597916 }, //29 July 1987, UT1-UTC=-0.4139161, Accumulated Leap Seconds=23 + { 2447006.50, 55.598694 }, //30 July 1987, UT1-UTC=-0.4146942, Accumulated Leap Seconds=23 + { 2447007.50, 55.599559 }, //31 July 1987, UT1-UTC=-0.4155590, Accumulated Leap Seconds=23 + { 2447008.50, 55.600437 }, //01 August 1987, UT1-UTC=-0.4164372, Accumulated Leap Seconds=23 + { 2447009.50, 55.601251 }, //02 August 1987, UT1-UTC=-0.4172506, Accumulated Leap Seconds=23 + { 2447010.50, 55.601930 }, //03 August 1987, UT1-UTC=-0.4179303, Accumulated Leap Seconds=23 + { 2447011.50, 55.602424 }, //04 August 1987, UT1-UTC=-0.4184242, Accumulated Leap Seconds=23 + { 2447012.50, 55.602722 }, //05 August 1987, UT1-UTC=-0.4187224, Accumulated Leap Seconds=23 + { 2447013.50, 55.602880 }, //06 August 1987, UT1-UTC=-0.4188798, Accumulated Leap Seconds=23 + { 2447014.50, 55.603019 }, //07 August 1987, UT1-UTC=-0.4190189, Accumulated Leap Seconds=23 + { 2447015.50, 55.603302 }, //08 August 1987, UT1-UTC=-0.4193021, Accumulated Leap Seconds=23 + { 2447016.50, 55.603856 }, //09 August 1987, UT1-UTC=-0.4198559, Accumulated Leap Seconds=23 + { 2447017.50, 55.604730 }, //10 August 1987, UT1-UTC=-0.4207305, Accumulated Leap Seconds=23 + { 2447018.50, 55.605884 }, //11 August 1987, UT1-UTC=-0.4218842, Accumulated Leap Seconds=23 + { 2447019.50, 55.607205 }, //12 August 1987, UT1-UTC=-0.4232046, Accumulated Leap Seconds=23 + { 2447020.50, 55.608542 }, //13 August 1987, UT1-UTC=-0.4245424, Accumulated Leap Seconds=23 + { 2447021.50, 55.609754 }, //14 August 1987, UT1-UTC=-0.4257538, Accumulated Leap Seconds=23 + { 2447022.50, 55.610746 }, //15 August 1987, UT1-UTC=-0.4267460, Accumulated Leap Seconds=23 + { 2447023.50, 55.611493 }, //16 August 1987, UT1-UTC=-0.4274927, Accumulated Leap Seconds=23 + { 2447024.50, 55.612023 }, //17 August 1987, UT1-UTC=-0.4280233, Accumulated Leap Seconds=23 + { 2447025.50, 55.612403 }, //18 August 1987, UT1-UTC=-0.4284028, Accumulated Leap Seconds=23 + { 2447026.50, 55.612706 }, //19 August 1987, UT1-UTC=-0.4287061, Accumulated Leap Seconds=23 + { 2447027.50, 55.613011 }, //20 August 1987, UT1-UTC=-0.4290106, Accumulated Leap Seconds=23 + { 2447028.50, 55.613394 }, //21 August 1987, UT1-UTC=-0.4293936, Accumulated Leap Seconds=23 + { 2447029.50, 55.613929 }, //22 August 1987, UT1-UTC=-0.4299291, Accumulated Leap Seconds=23 + { 2447030.50, 55.614677 }, //23 August 1987, UT1-UTC=-0.4306769, Accumulated Leap Seconds=23 + { 2447031.50, 55.615663 }, //24 August 1987, UT1-UTC=-0.4316628, Accumulated Leap Seconds=23 + { 2447032.50, 55.616869 }, //25 August 1987, UT1-UTC=-0.4328692, Accumulated Leap Seconds=23 + { 2447033.50, 55.618254 }, //26 August 1987, UT1-UTC=-0.4342537, Accumulated Leap Seconds=23 + { 2447034.50, 55.619753 }, //27 August 1987, UT1-UTC=-0.4357534, Accumulated Leap Seconds=23 + { 2447035.50, 55.621292 }, //28 August 1987, UT1-UTC=-0.4372917, Accumulated Leap Seconds=23 + { 2447036.50, 55.622785 }, //29 August 1987, UT1-UTC=-0.4387851, Accumulated Leap Seconds=23 + { 2447037.50, 55.624140 }, //30 August 1987, UT1-UTC=-0.4401396, Accumulated Leap Seconds=23 + { 2447038.50, 55.625287 }, //31 August 1987, UT1-UTC=-0.4412866, Accumulated Leap Seconds=23 + { 2447039.50, 55.626202 }, //01 September 1987, UT1-UTC=-0.4422020, Accumulated Leap Seconds=23 + { 2447040.50, 55.626922 }, //02 September 1987, UT1-UTC=-0.4429225, Accumulated Leap Seconds=23 + { 2447041.50, 55.627551 }, //03 September 1987, UT1-UTC=-0.4435509, Accumulated Leap Seconds=23 + { 2447042.50, 55.628234 }, //04 September 1987, UT1-UTC=-0.4442340, Accumulated Leap Seconds=23 + { 2447043.50, 55.629124 }, //05 September 1987, UT1-UTC=-0.4451240, Accumulated Leap Seconds=23 + { 2447044.50, 55.630334 }, //06 September 1987, UT1-UTC=-0.4463339, Accumulated Leap Seconds=23 + { 2447045.50, 55.631896 }, //07 September 1987, UT1-UTC=-0.4478957, Accumulated Leap Seconds=23 + { 2447046.50, 55.633729 }, //08 September 1987, UT1-UTC=-0.4497292, Accumulated Leap Seconds=23 + { 2447047.50, 55.635681 }, //09 September 1987, UT1-UTC=-0.4516813, Accumulated Leap Seconds=23 + { 2447048.50, 55.637581 }, //10 September 1987, UT1-UTC=-0.4535815, Accumulated Leap Seconds=23 + { 2447049.50, 55.639292 }, //11 September 1987, UT1-UTC=-0.4552923, Accumulated Leap Seconds=23 + { 2447050.50, 55.640741 }, //12 September 1987, UT1-UTC=-0.4567412, Accumulated Leap Seconds=23 + { 2447051.50, 55.641916 }, //13 September 1987, UT1-UTC=-0.4579157, Accumulated Leap Seconds=23 + { 2447052.50, 55.642852 }, //14 September 1987, UT1-UTC=-0.4588525, Accumulated Leap Seconds=23 + { 2447053.50, 55.643623 }, //15 September 1987, UT1-UTC=-0.4596229, Accumulated Leap Seconds=23 + { 2447054.50, 55.644319 }, //16 September 1987, UT1-UTC=-0.4603190, Accumulated Leap Seconds=23 + { 2447055.50, 55.645044 }, //17 September 1987, UT1-UTC=-0.4610445, Accumulated Leap Seconds=23 + { 2447056.50, 55.645892 }, //18 September 1987, UT1-UTC=-0.4618919, Accumulated Leap Seconds=23 + { 2447057.50, 55.646925 }, //19 September 1987, UT1-UTC=-0.4629249, Accumulated Leap Seconds=23 + { 2447058.50, 55.648184 }, //20 September 1987, UT1-UTC=-0.4641842, Accumulated Leap Seconds=23 + { 2447059.50, 55.649686 }, //21 September 1987, UT1-UTC=-0.4656859, Accumulated Leap Seconds=23 + { 2447060.50, 55.651419 }, //22 September 1987, UT1-UTC=-0.4674193, Accumulated Leap Seconds=23 + { 2447061.50, 55.653326 }, //23 September 1987, UT1-UTC=-0.4693262, Accumulated Leap Seconds=23 + { 2447062.50, 55.655317 }, //24 September 1987, UT1-UTC=-0.4713171, Accumulated Leap Seconds=23 + { 2447063.50, 55.657290 }, //25 September 1987, UT1-UTC=-0.4732897, Accumulated Leap Seconds=23 + { 2447064.50, 55.659147 }, //26 September 1987, UT1-UTC=-0.4751469, Accumulated Leap Seconds=23 + { 2447065.50, 55.660812 }, //27 September 1987, UT1-UTC=-0.4768124, Accumulated Leap Seconds=23 + { 2447066.50, 55.662245 }, //28 September 1987, UT1-UTC=-0.4782455, Accumulated Leap Seconds=23 + { 2447067.50, 55.663464 }, //29 September 1987, UT1-UTC=-0.4794643, Accumulated Leap Seconds=23 + { 2447068.50, 55.664549 }, //30 September 1987, UT1-UTC=-0.4805488, Accumulated Leap Seconds=23 + { 2447069.50, 55.665627 }, //01 October 1987, UT1-UTC=-0.4816271, Accumulated Leap Seconds=23 + { 2447070.50, 55.666847 }, //02 October 1987, UT1-UTC=-0.4828474, Accumulated Leap Seconds=23 + { 2447071.50, 55.668330 }, //03 October 1987, UT1-UTC=-0.4843299, Accumulated Leap Seconds=23 + { 2447072.50, 55.670133 }, //04 October 1987, UT1-UTC=-0.4861326, Accumulated Leap Seconds=23 + { 2447073.50, 55.672234 }, //05 October 1987, UT1-UTC=-0.4882336, Accumulated Leap Seconds=23 + { 2447074.50, 55.674534 }, //06 October 1987, UT1-UTC=-0.4905342, Accumulated Leap Seconds=23 + { 2447075.50, 55.676887 }, //07 October 1987, UT1-UTC=-0.4928867, Accumulated Leap Seconds=23 + { 2447076.50, 55.679130 }, //08 October 1987, UT1-UTC=-0.4951299, Accumulated Leap Seconds=23 + { 2447077.50, 55.681141 }, //09 October 1987, UT1-UTC=-0.4971413, Accumulated Leap Seconds=23 + { 2447078.50, 55.682866 }, //10 October 1987, UT1-UTC=-0.4988659, Accumulated Leap Seconds=23 + { 2447079.50, 55.684313 }, //11 October 1987, UT1-UTC=-0.5003134, Accumulated Leap Seconds=23 + { 2447080.50, 55.685541 }, //12 October 1987, UT1-UTC=-0.5015413, Accumulated Leap Seconds=23 + { 2447081.50, 55.686639 }, //13 October 1987, UT1-UTC=-0.5026389, Accumulated Leap Seconds=23 + { 2447082.50, 55.687702 }, //14 October 1987, UT1-UTC=-0.5037024, Accumulated Leap Seconds=23 + { 2447083.50, 55.688820 }, //15 October 1987, UT1-UTC=-0.5048198, Accumulated Leap Seconds=23 + { 2447084.50, 55.690063 }, //16 October 1987, UT1-UTC=-0.5060628, Accumulated Leap Seconds=23 + { 2447085.50, 55.691483 }, //17 October 1987, UT1-UTC=-0.5074828, Accumulated Leap Seconds=23 + { 2447086.50, 55.693100 }, //18 October 1987, UT1-UTC=-0.5090996, Accumulated Leap Seconds=23 + { 2447087.50, 55.694901 }, //19 October 1987, UT1-UTC=-0.5109007, Accumulated Leap Seconds=23 + { 2447088.50, 55.696849 }, //20 October 1987, UT1-UTC=-0.5128490, Accumulated Leap Seconds=23 + { 2447089.50, 55.698883 }, //21 October 1987, UT1-UTC=-0.5148832, Accumulated Leap Seconds=23 + { 2447090.50, 55.700926 }, //22 October 1987, UT1-UTC=-0.5169265, Accumulated Leap Seconds=23 + { 2447091.50, 55.702900 }, //23 October 1987, UT1-UTC=-0.5189004, Accumulated Leap Seconds=23 + { 2447092.50, 55.704729 }, //24 October 1987, UT1-UTC=-0.5207295, Accumulated Leap Seconds=23 + { 2447093.50, 55.706353 }, //25 October 1987, UT1-UTC=-0.5223526, Accumulated Leap Seconds=23 + { 2447094.50, 55.707760 }, //26 October 1987, UT1-UTC=-0.5237596, Accumulated Leap Seconds=23 + { 2447095.50, 55.709005 }, //27 October 1987, UT1-UTC=-0.5250048, Accumulated Leap Seconds=23 + { 2447096.50, 55.710206 }, //28 October 1987, UT1-UTC=-0.5262058, Accumulated Leap Seconds=23 + { 2447097.50, 55.711500 }, //29 October 1987, UT1-UTC=-0.5274997, Accumulated Leap Seconds=23 + { 2447098.50, 55.713001 }, //30 October 1987, UT1-UTC=-0.5290006, Accumulated Leap Seconds=23 + { 2447099.50, 55.714769 }, //31 October 1987, UT1-UTC=-0.5307692, Accumulated Leap Seconds=23 + { 2447100.50, 55.716800 }, //01 November 1987, UT1-UTC=-0.5327999, Accumulated Leap Seconds=23 + { 2447101.50, 55.719025 }, //02 November 1987, UT1-UTC=-0.5350249, Accumulated Leap Seconds=23 + { 2447102.50, 55.721327 }, //03 November 1987, UT1-UTC=-0.5373266, Accumulated Leap Seconds=23 + { 2447103.50, 55.723571 }, //04 November 1987, UT1-UTC=-0.5395710, Accumulated Leap Seconds=23 + { 2447104.50, 55.725646 }, //05 November 1987, UT1-UTC=-0.5416456, Accumulated Leap Seconds=23 + { 2447105.50, 55.727484 }, //06 November 1987, UT1-UTC=-0.5434840, Accumulated Leap Seconds=23 + { 2447106.50, 55.729065 }, //07 November 1987, UT1-UTC=-0.5450654, Accumulated Leap Seconds=23 + { 2447107.50, 55.730430 }, //08 November 1987, UT1-UTC=-0.5464298, Accumulated Leap Seconds=23 + { 2447108.50, 55.731658 }, //09 November 1987, UT1-UTC=-0.5476583, Accumulated Leap Seconds=23 + { 2447109.50, 55.732848 }, //10 November 1987, UT1-UTC=-0.5488479, Accumulated Leap Seconds=23 + { 2447110.50, 55.734089 }, //11 November 1987, UT1-UTC=-0.5500894, Accumulated Leap Seconds=23 + { 2447111.50, 55.735457 }, //12 November 1987, UT1-UTC=-0.5514568, Accumulated Leap Seconds=23 + { 2447112.50, 55.736997 }, //13 November 1987, UT1-UTC=-0.5529967, Accumulated Leap Seconds=23 + { 2447113.50, 55.738723 }, //14 November 1987, UT1-UTC=-0.5547231, Accumulated Leap Seconds=23 + { 2447114.50, 55.740618 }, //15 November 1987, UT1-UTC=-0.5566183, Accumulated Leap Seconds=23 + { 2447115.50, 55.742642 }, //16 November 1987, UT1-UTC=-0.5586416, Accumulated Leap Seconds=23 + { 2447116.50, 55.744747 }, //17 November 1987, UT1-UTC=-0.5607468, Accumulated Leap Seconds=23 + { 2447117.50, 55.746872 }, //18 November 1987, UT1-UTC=-0.5628720, Accumulated Leap Seconds=23 + { 2447118.50, 55.748939 }, //19 November 1987, UT1-UTC=-0.5649386, Accumulated Leap Seconds=23 + { 2447119.50, 55.750866 }, //20 November 1987, UT1-UTC=-0.5668659, Accumulated Leap Seconds=23 + { 2447120.50, 55.752594 }, //21 November 1987, UT1-UTC=-0.5685939, Accumulated Leap Seconds=23 + { 2447121.50, 55.754104 }, //22 November 1987, UT1-UTC=-0.5701038, Accumulated Leap Seconds=23 + { 2447122.50, 55.755438 }, //23 November 1987, UT1-UTC=-0.5714376, Accumulated Leap Seconds=23 + { 2447123.50, 55.756694 }, //24 November 1987, UT1-UTC=-0.5726937, Accumulated Leap Seconds=23 + { 2447124.50, 55.757998 }, //25 November 1987, UT1-UTC=-0.5739980, Accumulated Leap Seconds=23 + { 2447125.50, 55.759468 }, //26 November 1987, UT1-UTC=-0.5754680, Accumulated Leap Seconds=23 + { 2447126.50, 55.761184 }, //27 November 1987, UT1-UTC=-0.5771837, Accumulated Leap Seconds=23 + { 2447127.50, 55.763155 }, //28 November 1987, UT1-UTC=-0.5791552, Accumulated Leap Seconds=23 + { 2447128.50, 55.765324 }, //29 November 1987, UT1-UTC=-0.5813241, Accumulated Leap Seconds=23 + { 2447129.50, 55.767585 }, //30 November 1987, UT1-UTC=-0.5835847, Accumulated Leap Seconds=23 + { 2447130.50, 55.769810 }, //01 December 1987, UT1-UTC=-0.5858097, Accumulated Leap Seconds=23 + { 2447131.50, 55.771882 }, //02 December 1987, UT1-UTC=-0.5878816, Accumulated Leap Seconds=23 + { 2447132.50, 55.773723 }, //03 December 1987, UT1-UTC=-0.5897234, Accumulated Leap Seconds=23 + { 2447133.50, 55.775307 }, //04 December 1987, UT1-UTC=-0.5913070, Accumulated Leap Seconds=23 + { 2447134.50, 55.776651 }, //05 December 1987, UT1-UTC=-0.5926508, Accumulated Leap Seconds=23 + { 2447135.50, 55.777810 }, //06 December 1987, UT1-UTC=-0.5938102, Accumulated Leap Seconds=23 + { 2447136.50, 55.778868 }, //07 December 1987, UT1-UTC=-0.5948685, Accumulated Leap Seconds=23 + { 2447137.50, 55.779912 }, //08 December 1987, UT1-UTC=-0.5959118, Accumulated Leap Seconds=23 + { 2447138.50, 55.781013 }, //09 December 1987, UT1-UTC=-0.5970130, Accumulated Leap Seconds=23 + { 2447139.50, 55.782230 }, //10 December 1987, UT1-UTC=-0.5982298, Accumulated Leap Seconds=23 + { 2447140.50, 55.783602 }, //11 December 1987, UT1-UTC=-0.5996019, Accumulated Leap Seconds=23 + { 2447141.50, 55.785141 }, //12 December 1987, UT1-UTC=-0.6011407, Accumulated Leap Seconds=23 + { 2447142.50, 55.786834 }, //13 December 1987, UT1-UTC=-0.6028336, Accumulated Leap Seconds=23 + { 2447143.50, 55.788645 }, //14 December 1987, UT1-UTC=-0.6046452, Accumulated Leap Seconds=23 + { 2447144.50, 55.790520 }, //15 December 1987, UT1-UTC=-0.6065196, Accumulated Leap Seconds=23 + { 2447145.50, 55.792384 }, //16 December 1987, UT1-UTC=-0.6083840, Accumulated Leap Seconds=23 + { 2447146.50, 55.794161 }, //17 December 1987, UT1-UTC=-0.6101611, Accumulated Leap Seconds=23 + { 2447147.50, 55.795782 }, //18 December 1987, UT1-UTC=-0.6117822, Accumulated Leap Seconds=23 + { 2447148.50, 55.797212 }, //19 December 1987, UT1-UTC=-0.6132118, Accumulated Leap Seconds=23 + { 2447149.50, 55.798472 }, //20 December 1987, UT1-UTC=-0.6144719, Accumulated Leap Seconds=23 + { 2447150.50, 55.799651 }, //21 December 1987, UT1-UTC=-0.6156514, Accumulated Leap Seconds=23 + { 2447151.50, 55.800885 }, //22 December 1987, UT1-UTC=-0.6168848, Accumulated Leap Seconds=23 + { 2447152.50, 55.802305 }, //23 December 1987, UT1-UTC=-0.6183055, Accumulated Leap Seconds=23 + { 2447153.50, 55.804001 }, //24 December 1987, UT1-UTC=-0.6200012, Accumulated Leap Seconds=23 + { 2447154.50, 55.805985 }, //25 December 1987, UT1-UTC=-0.6219847, Accumulated Leap Seconds=23 + { 2447155.50, 55.808188 }, //26 December 1987, UT1-UTC=-0.6241884, Accumulated Leap Seconds=23 + { 2447156.50, 55.810488 }, //27 December 1987, UT1-UTC=-0.6264885, Accumulated Leap Seconds=23 + { 2447157.50, 55.812746 }, //28 December 1987, UT1-UTC=-0.6287460, Accumulated Leap Seconds=23 + { 2447158.50, 55.814843 }, //29 December 1987, UT1-UTC=-0.6308434, Accumulated Leap Seconds=23 + { 2447159.50, 55.816704 }, //30 December 1987, UT1-UTC=-0.6327042, Accumulated Leap Seconds=23 + { 2447160.50, 55.818301 }, //31 December 1987, UT1-UTC=-0.6343015, Accumulated Leap Seconds=23 + { 2447161.50, 55.819661 }, //01 January 1988, UT1-UTC= 0.3643391, Accumulated Leap Seconds=24 + { 2447162.50, 55.820843 }, //02 January 1988, UT1-UTC= 0.3631572, Accumulated Leap Seconds=24 + { 2447163.50, 55.821926 }, //03 January 1988, UT1-UTC= 0.3620737, Accumulated Leap Seconds=24 + { 2447164.50, 55.822995 }, //04 January 1988, UT1-UTC= 0.3610047, Accumulated Leap Seconds=24 + { 2447165.50, 55.824121 }, //05 January 1988, UT1-UTC= 0.3598785, Accumulated Leap Seconds=24 + { 2447166.50, 55.825360 }, //06 January 1988, UT1-UTC= 0.3586397, Accumulated Leap Seconds=24 + { 2447167.50, 55.826750 }, //07 January 1988, UT1-UTC= 0.3572503, Accumulated Leap Seconds=24 + { 2447168.50, 55.828302 }, //08 January 1988, UT1-UTC= 0.3556980, Accumulated Leap Seconds=24 + { 2447169.50, 55.830005 }, //09 January 1988, UT1-UTC= 0.3539945, Accumulated Leap Seconds=24 + { 2447170.50, 55.831830 }, //10 January 1988, UT1-UTC= 0.3521697, Accumulated Leap Seconds=24 + { 2447171.50, 55.833719 }, //11 January 1988, UT1-UTC= 0.3502810, Accumulated Leap Seconds=24 + { 2447172.50, 55.835597 }, //12 January 1988, UT1-UTC= 0.3484034, Accumulated Leap Seconds=24 + { 2447173.50, 55.837392 }, //13 January 1988, UT1-UTC= 0.3466079, Accumulated Leap Seconds=24 + { 2447174.50, 55.839042 }, //14 January 1988, UT1-UTC= 0.3449580, Accumulated Leap Seconds=24 + { 2447175.50, 55.840504 }, //15 January 1988, UT1-UTC= 0.3434961, Accumulated Leap Seconds=24 + { 2447176.50, 55.841767 }, //16 January 1988, UT1-UTC= 0.3422334, Accumulated Leap Seconds=24 + { 2447177.50, 55.842874 }, //17 January 1988, UT1-UTC= 0.3411257, Accumulated Leap Seconds=24 + { 2447178.50, 55.843930 }, //18 January 1988, UT1-UTC= 0.3400704, Accumulated Leap Seconds=24 + { 2447179.50, 55.845065 }, //19 January 1988, UT1-UTC= 0.3389347, Accumulated Leap Seconds=24 + { 2447180.50, 55.846392 }, //20 January 1988, UT1-UTC= 0.3376077, Accumulated Leap Seconds=24 + { 2447181.50, 55.847964 }, //21 January 1988, UT1-UTC= 0.3360362, Accumulated Leap Seconds=24 + { 2447182.50, 55.849749 }, //22 January 1988, UT1-UTC= 0.3342511, Accumulated Leap Seconds=24 + { 2447183.50, 55.851635 }, //23 January 1988, UT1-UTC= 0.3323647, Accumulated Leap Seconds=24 + { 2447184.50, 55.853475 }, //24 January 1988, UT1-UTC= 0.3305253, Accumulated Leap Seconds=24 + { 2447185.50, 55.855141 }, //25 January 1988, UT1-UTC= 0.3288589, Accumulated Leap Seconds=24 + { 2447186.50, 55.856555 }, //26 January 1988, UT1-UTC= 0.3274454, Accumulated Leap Seconds=24 + { 2447187.50, 55.857696 }, //27 January 1988, UT1-UTC= 0.3263037, Accumulated Leap Seconds=24 + { 2447188.50, 55.858605 }, //28 January 1988, UT1-UTC= 0.3253945, Accumulated Leap Seconds=24 + { 2447189.50, 55.859356 }, //29 January 1988, UT1-UTC= 0.3246443, Accumulated Leap Seconds=24 + { 2447190.50, 55.860031 }, //30 January 1988, UT1-UTC= 0.3239692, Accumulated Leap Seconds=24 + { 2447191.50, 55.860719 }, //31 January 1988, UT1-UTC= 0.3232813, Accumulated Leap Seconds=24 + { 2447192.50, 55.861503 }, //01 February 1988, UT1-UTC= 0.3224972, Accumulated Leap Seconds=24 + { 2447193.50, 55.862451 }, //02 February 1988, UT1-UTC= 0.3215485, Accumulated Leap Seconds=24 + { 2447194.50, 55.863610 }, //03 February 1988, UT1-UTC= 0.3203896, Accumulated Leap Seconds=24 + { 2447195.50, 55.864998 }, //04 February 1988, UT1-UTC= 0.3190024, Accumulated Leap Seconds=24 + { 2447196.50, 55.866601 }, //05 February 1988, UT1-UTC= 0.3173992, Accumulated Leap Seconds=24 + { 2447197.50, 55.868383 }, //06 February 1988, UT1-UTC= 0.3156167, Accumulated Leap Seconds=24 + { 2447198.50, 55.870290 }, //07 February 1988, UT1-UTC= 0.3137102, Accumulated Leap Seconds=24 + { 2447199.50, 55.872254 }, //08 February 1988, UT1-UTC= 0.3117456, Accumulated Leap Seconds=24 + { 2447200.50, 55.874206 }, //09 February 1988, UT1-UTC= 0.3097938, Accumulated Leap Seconds=24 + { 2447201.50, 55.876071 }, //10 February 1988, UT1-UTC= 0.3079291, Accumulated Leap Seconds=24 + { 2447202.50, 55.877787 }, //11 February 1988, UT1-UTC= 0.3062131, Accumulated Leap Seconds=24 + { 2447203.50, 55.879325 }, //12 February 1988, UT1-UTC= 0.3046751, Accumulated Leap Seconds=24 + { 2447204.50, 55.880708 }, //13 February 1988, UT1-UTC= 0.3032924, Accumulated Leap Seconds=24 + { 2447205.50, 55.882026 }, //14 February 1988, UT1-UTC= 0.3019738, Accumulated Leap Seconds=24 + { 2447206.50, 55.883429 }, //15 February 1988, UT1-UTC= 0.3005708, Accumulated Leap Seconds=24 + { 2447207.50, 55.885076 }, //16 February 1988, UT1-UTC= 0.2989235, Accumulated Leap Seconds=24 + { 2447208.50, 55.887079 }, //17 February 1988, UT1-UTC= 0.2969211, Accumulated Leap Seconds=24 + { 2447209.50, 55.889453 }, //18 February 1988, UT1-UTC= 0.2945468, Accumulated Leap Seconds=24 + { 2447210.50, 55.892110 }, //19 February 1988, UT1-UTC= 0.2918898, Accumulated Leap Seconds=24 + { 2447211.50, 55.894879 }, //20 February 1988, UT1-UTC= 0.2891212, Accumulated Leap Seconds=24 + { 2447212.50, 55.897567 }, //21 February 1988, UT1-UTC= 0.2864326, Accumulated Leap Seconds=24 + { 2447213.50, 55.900024 }, //22 February 1988, UT1-UTC= 0.2839763, Accumulated Leap Seconds=24 + { 2447214.50, 55.902164 }, //23 February 1988, UT1-UTC= 0.2818358, Accumulated Leap Seconds=24 + { 2447215.50, 55.903983 }, //24 February 1988, UT1-UTC= 0.2800168, Accumulated Leap Seconds=24 + { 2447216.50, 55.905547 }, //25 February 1988, UT1-UTC= 0.2784534, Accumulated Leap Seconds=24 + { 2447217.50, 55.906955 }, //26 February 1988, UT1-UTC= 0.2770448, Accumulated Leap Seconds=24 + { 2447218.50, 55.908315 }, //27 February 1988, UT1-UTC= 0.2756852, Accumulated Leap Seconds=24 + { 2447219.50, 55.909725 }, //28 February 1988, UT1-UTC= 0.2742752, Accumulated Leap Seconds=24 + { 2447220.50, 55.911267 }, //29 February 1988, UT1-UTC= 0.2727334, Accumulated Leap Seconds=24 + { 2447221.50, 55.912988 }, //01 March 1988, UT1-UTC= 0.2710117, Accumulated Leap Seconds=24 + { 2447222.50, 55.914910 }, //02 March 1988, UT1-UTC= 0.2690901, Accumulated Leap Seconds=24 + { 2447223.50, 55.917021 }, //03 March 1988, UT1-UTC= 0.2669788, Accumulated Leap Seconds=24 + { 2447224.50, 55.919282 }, //04 March 1988, UT1-UTC= 0.2647180, Accumulated Leap Seconds=24 + { 2447225.50, 55.921627 }, //05 March 1988, UT1-UTC= 0.2623726, Accumulated Leap Seconds=24 + { 2447226.50, 55.923976 }, //06 March 1988, UT1-UTC= 0.2600238, Accumulated Leap Seconds=24 + { 2447227.50, 55.926242 }, //07 March 1988, UT1-UTC= 0.2577578, Accumulated Leap Seconds=24 + { 2447228.50, 55.928344 }, //08 March 1988, UT1-UTC= 0.2556557, Accumulated Leap Seconds=24 + { 2447229.50, 55.930219 }, //09 March 1988, UT1-UTC= 0.2537812, Accumulated Leap Seconds=24 + { 2447230.50, 55.931830 }, //10 March 1988, UT1-UTC= 0.2521702, Accumulated Leap Seconds=24 + { 2447231.50, 55.933178 }, //11 March 1988, UT1-UTC= 0.2508219, Accumulated Leap Seconds=24 + { 2447232.50, 55.934331 }, //12 March 1988, UT1-UTC= 0.2496692, Accumulated Leap Seconds=24 + { 2447233.50, 55.935412 }, //13 March 1988, UT1-UTC= 0.2485880, Accumulated Leap Seconds=24 + { 2447234.50, 55.936572 }, //14 March 1988, UT1-UTC= 0.2474275, Accumulated Leap Seconds=24 + { 2447235.50, 55.937950 }, //15 March 1988, UT1-UTC= 0.2460500, Accumulated Leap Seconds=24 + { 2447236.50, 55.939630 }, //16 March 1988, UT1-UTC= 0.2443702, Accumulated Leap Seconds=24 + { 2447237.50, 55.941605 }, //17 March 1988, UT1-UTC= 0.2423948, Accumulated Leap Seconds=24 + { 2447238.50, 55.943777 }, //18 March 1988, UT1-UTC= 0.2402232, Accumulated Leap Seconds=24 + { 2447239.50, 55.945989 }, //19 March 1988, UT1-UTC= 0.2380114, Accumulated Leap Seconds=24 + { 2447240.50, 55.948078 }, //20 March 1988, UT1-UTC= 0.2359220, Accumulated Leap Seconds=24 + { 2447241.50, 55.949923 }, //21 March 1988, UT1-UTC= 0.2340768, Accumulated Leap Seconds=24 + { 2447242.50, 55.951479 }, //22 March 1988, UT1-UTC= 0.2325209, Accumulated Leap Seconds=24 + { 2447243.50, 55.952781 }, //23 March 1988, UT1-UTC= 0.2312189, Accumulated Leap Seconds=24 + { 2447244.50, 55.953916 }, //24 March 1988, UT1-UTC= 0.2300844, Accumulated Leap Seconds=24 + { 2447245.50, 55.954983 }, //25 March 1988, UT1-UTC= 0.2290168, Accumulated Leap Seconds=24 + { 2447246.50, 55.956086 }, //26 March 1988, UT1-UTC= 0.2279140, Accumulated Leap Seconds=24 + { 2447247.50, 55.957308 }, //27 March 1988, UT1-UTC= 0.2266917, Accumulated Leap Seconds=24 + { 2447248.50, 55.958711 }, //28 March 1988, UT1-UTC= 0.2252886, Accumulated Leap Seconds=24 + { 2447249.50, 55.960327 }, //29 March 1988, UT1-UTC= 0.2236735, Accumulated Leap Seconds=24 + { 2447250.50, 55.962156 }, //30 March 1988, UT1-UTC= 0.2218443, Accumulated Leap Seconds=24 + { 2447251.50, 55.964178 }, //31 March 1988, UT1-UTC= 0.2198219, Accumulated Leap Seconds=24 + { 2447252.50, 55.966347 }, //01 April 1988, UT1-UTC= 0.2176526, Accumulated Leap Seconds=24 + { 2447253.50, 55.968597 }, //02 April 1988, UT1-UTC= 0.2154028, Accumulated Leap Seconds=24 + { 2447254.50, 55.970850 }, //03 April 1988, UT1-UTC= 0.2131499, Accumulated Leap Seconds=24 + { 2447255.50, 55.973024 }, //04 April 1988, UT1-UTC= 0.2109755, Accumulated Leap Seconds=24 + { 2447256.50, 55.975051 }, //05 April 1988, UT1-UTC= 0.2089488, Accumulated Leap Seconds=24 + { 2447257.50, 55.976893 }, //06 April 1988, UT1-UTC= 0.2071069, Accumulated Leap Seconds=24 + { 2447258.50, 55.978557 }, //07 April 1988, UT1-UTC= 0.2054428, Accumulated Leap Seconds=24 + { 2447259.50, 55.980098 }, //08 April 1988, UT1-UTC= 0.2039017, Accumulated Leap Seconds=24 + { 2447260.50, 55.981612 }, //09 April 1988, UT1-UTC= 0.2023878, Accumulated Leap Seconds=24 + { 2447261.50, 55.983217 }, //10 April 1988, UT1-UTC= 0.2007825, Accumulated Leap Seconds=24 + { 2447262.50, 55.985030 }, //11 April 1988, UT1-UTC= 0.1989702, Accumulated Leap Seconds=24 + { 2447263.50, 55.987136 }, //12 April 1988, UT1-UTC= 0.1968642, Accumulated Leap Seconds=24 + { 2447264.50, 55.989551 }, //13 April 1988, UT1-UTC= 0.1944488, Accumulated Leap Seconds=24 + { 2447265.50, 55.992205 }, //14 April 1988, UT1-UTC= 0.1917951, Accumulated Leap Seconds=24 + { 2447266.50, 55.994948 }, //15 April 1988, UT1-UTC= 0.1890522, Accumulated Leap Seconds=24 + { 2447267.50, 55.997594 }, //16 April 1988, UT1-UTC= 0.1864062, Accumulated Leap Seconds=24 + { 2447268.50, 55.999982 }, //17 April 1988, UT1-UTC= 0.1840175, Accumulated Leap Seconds=24 + { 2447269.50, 56.002022 }, //18 April 1988, UT1-UTC= 0.1819779, Accumulated Leap Seconds=24 + { 2447270.50, 56.003703 }, //19 April 1988, UT1-UTC= 0.1802974, Accumulated Leap Seconds=24 + { 2447271.50, 56.005086 }, //20 April 1988, UT1-UTC= 0.1789135, Accumulated Leap Seconds=24 + { 2447272.50, 56.006280 }, //21 April 1988, UT1-UTC= 0.1777201, Accumulated Leap Seconds=24 + { 2447273.50, 56.007393 }, //22 April 1988, UT1-UTC= 0.1766070, Accumulated Leap Seconds=24 + { 2447274.50, 56.008522 }, //23 April 1988, UT1-UTC= 0.1754784, Accumulated Leap Seconds=24 + { 2447275.50, 56.009740 }, //24 April 1988, UT1-UTC= 0.1742598, Accumulated Leap Seconds=24 + { 2447276.50, 56.011101 }, //25 April 1988, UT1-UTC= 0.1728986, Accumulated Leap Seconds=24 + { 2447277.50, 56.012632 }, //26 April 1988, UT1-UTC= 0.1713676, Accumulated Leap Seconds=24 + { 2447278.50, 56.014335 }, //27 April 1988, UT1-UTC= 0.1696654, Accumulated Leap Seconds=24 + { 2447279.50, 56.016184 }, //28 April 1988, UT1-UTC= 0.1678156, Accumulated Leap Seconds=24 + { 2447280.50, 56.018133 }, //29 April 1988, UT1-UTC= 0.1658668, Accumulated Leap Seconds=24 + { 2447281.50, 56.020104 }, //30 April 1988, UT1-UTC= 0.1638957, Accumulated Leap Seconds=24 + { 2447282.50, 56.022010 }, //01 May 1988, UT1-UTC= 0.1619898, Accumulated Leap Seconds=24 + { 2447283.50, 56.023772 }, //02 May 1988, UT1-UTC= 0.1602277, Accumulated Leap Seconds=24 + { 2447284.50, 56.025340 }, //03 May 1988, UT1-UTC= 0.1586604, Accumulated Leap Seconds=24 + { 2447285.50, 56.026707 }, //04 May 1988, UT1-UTC= 0.1572926, Accumulated Leap Seconds=24 + { 2447286.50, 56.027926 }, //05 May 1988, UT1-UTC= 0.1560735, Accumulated Leap Seconds=24 + { 2447287.50, 56.029092 }, //06 May 1988, UT1-UTC= 0.1549079, Accumulated Leap Seconds=24 + { 2447288.50, 56.030325 }, //07 May 1988, UT1-UTC= 0.1536752, Accumulated Leap Seconds=24 + { 2447289.50, 56.031740 }, //08 May 1988, UT1-UTC= 0.1522597, Accumulated Leap Seconds=24 + { 2447290.50, 56.033419 }, //09 May 1988, UT1-UTC= 0.1505810, Accumulated Leap Seconds=24 + { 2447291.50, 56.035383 }, //10 May 1988, UT1-UTC= 0.1486168, Accumulated Leap Seconds=24 + { 2447292.50, 56.037585 }, //11 May 1988, UT1-UTC= 0.1464149, Accumulated Leap Seconds=24 + { 2447293.50, 56.039916 }, //12 May 1988, UT1-UTC= 0.1440838, Accumulated Leap Seconds=24 + { 2447294.50, 56.042236 }, //13 May 1988, UT1-UTC= 0.1417637, Accumulated Leap Seconds=24 + { 2447295.50, 56.044411 }, //14 May 1988, UT1-UTC= 0.1395894, Accumulated Leap Seconds=24 + { 2447296.50, 56.046336 }, //15 May 1988, UT1-UTC= 0.1376640, Accumulated Leap Seconds=24 + { 2447297.50, 56.047971 }, //16 May 1988, UT1-UTC= 0.1360288, Accumulated Leap Seconds=24 + { 2447298.50, 56.049343 }, //17 May 1988, UT1-UTC= 0.1346574, Accumulated Leap Seconds=24 + { 2447299.50, 56.050521 }, //18 May 1988, UT1-UTC= 0.1334793, Accumulated Leap Seconds=24 + { 2447300.50, 56.051586 }, //19 May 1988, UT1-UTC= 0.1324141, Accumulated Leap Seconds=24 + { 2447301.50, 56.052625 }, //20 May 1988, UT1-UTC= 0.1313745, Accumulated Leap Seconds=24 + { 2447302.50, 56.053720 }, //21 May 1988, UT1-UTC= 0.1302795, Accumulated Leap Seconds=24 + { 2447303.50, 56.054928 }, //22 May 1988, UT1-UTC= 0.1290715, Accumulated Leap Seconds=24 + { 2447304.50, 56.056280 }, //23 May 1988, UT1-UTC= 0.1277202, Accumulated Leap Seconds=24 + { 2447305.50, 56.057783 }, //24 May 1988, UT1-UTC= 0.1262165, Accumulated Leap Seconds=24 + { 2447306.50, 56.059421 }, //25 May 1988, UT1-UTC= 0.1245788, Accumulated Leap Seconds=24 + { 2447307.50, 56.061148 }, //26 May 1988, UT1-UTC= 0.1228523, Accumulated Leap Seconds=24 + { 2447308.50, 56.062904 }, //27 May 1988, UT1-UTC= 0.1210956, Accumulated Leap Seconds=24 + { 2447309.50, 56.064627 }, //28 May 1988, UT1-UTC= 0.1193732, Accumulated Leap Seconds=24 + { 2447310.50, 56.066250 }, //29 May 1988, UT1-UTC= 0.1177502, Accumulated Leap Seconds=24 + { 2447311.50, 56.067704 }, //30 May 1988, UT1-UTC= 0.1162955, Accumulated Leap Seconds=24 + { 2447312.50, 56.068951 }, //31 May 1988, UT1-UTC= 0.1150485, Accumulated Leap Seconds=24 + { 2447313.50, 56.070001 }, //01 June 1988, UT1-UTC= 0.1139985, Accumulated Leap Seconds=24 + { 2447314.50, 56.070917 }, //02 June 1988, UT1-UTC= 0.1130834, Accumulated Leap Seconds=24 + { 2447315.50, 56.071798 }, //03 June 1988, UT1-UTC= 0.1122017, Accumulated Leap Seconds=24 + { 2447316.50, 56.072777 }, //04 June 1988, UT1-UTC= 0.1112229, Accumulated Leap Seconds=24 + { 2447317.50, 56.073957 }, //05 June 1988, UT1-UTC= 0.1100429, Accumulated Leap Seconds=24 + { 2447318.50, 56.075378 }, //06 June 1988, UT1-UTC= 0.1086222, Accumulated Leap Seconds=24 + { 2447319.50, 56.077005 }, //07 June 1988, UT1-UTC= 0.1069952, Accumulated Leap Seconds=24 + { 2447320.50, 56.078732 }, //08 June 1988, UT1-UTC= 0.1052676, Accumulated Leap Seconds=24 + { 2447321.50, 56.080424 }, //09 June 1988, UT1-UTC= 0.1035758, Accumulated Leap Seconds=24 + { 2447322.50, 56.081954 }, //10 June 1988, UT1-UTC= 0.1020464, Accumulated Leap Seconds=24 + { 2447323.50, 56.083230 }, //11 June 1988, UT1-UTC= 0.1007698, Accumulated Leap Seconds=24 + { 2447324.50, 56.084219 }, //12 June 1988, UT1-UTC= 0.0997809, Accumulated Leap Seconds=24 + { 2447325.50, 56.084943 }, //13 June 1988, UT1-UTC= 0.0990566, Accumulated Leap Seconds=24 + { 2447326.50, 56.085469 }, //14 June 1988, UT1-UTC= 0.0985306, Accumulated Leap Seconds=24 + { 2447327.50, 56.085887 }, //15 June 1988, UT1-UTC= 0.0981126, Accumulated Leap Seconds=24 + { 2447328.50, 56.086290 }, //16 June 1988, UT1-UTC= 0.0977104, Accumulated Leap Seconds=24 + { 2447329.50, 56.086751 }, //17 June 1988, UT1-UTC= 0.0972491, Accumulated Leap Seconds=24 + { 2447330.50, 56.087316 }, //18 June 1988, UT1-UTC= 0.0966836, Accumulated Leap Seconds=24 + { 2447331.50, 56.087993 }, //19 June 1988, UT1-UTC= 0.0960067, Accumulated Leap Seconds=24 + { 2447332.50, 56.088770 }, //20 June 1988, UT1-UTC= 0.0952299, Accumulated Leap Seconds=24 + { 2447333.50, 56.089629 }, //21 June 1988, UT1-UTC= 0.0943709, Accumulated Leap Seconds=24 + { 2447334.50, 56.090538 }, //22 June 1988, UT1-UTC= 0.0934619, Accumulated Leap Seconds=24 + { 2447335.50, 56.091449 }, //23 June 1988, UT1-UTC= 0.0925512, Accumulated Leap Seconds=24 + { 2447336.50, 56.092297 }, //24 June 1988, UT1-UTC= 0.0917026, Accumulated Leap Seconds=24 + { 2447337.50, 56.093019 }, //25 June 1988, UT1-UTC= 0.0909808, Accumulated Leap Seconds=24 + { 2447338.50, 56.093559 }, //26 June 1988, UT1-UTC= 0.0904415, Accumulated Leap Seconds=24 + { 2447339.50, 56.093879 }, //27 June 1988, UT1-UTC= 0.0901208, Accumulated Leap Seconds=24 + { 2447340.50, 56.093982 }, //28 June 1988, UT1-UTC= 0.0900180, Accumulated Leap Seconds=24 + { 2447341.50, 56.093934 }, //29 June 1988, UT1-UTC= 0.0900655, Accumulated Leap Seconds=24 + { 2447342.50, 56.093860 }, //30 June 1988, UT1-UTC= 0.0901400, Accumulated Leap Seconds=24 + { 2447343.50, 56.093903 }, //01 July 1988, UT1-UTC= 0.0900965, Accumulated Leap Seconds=24 + { 2447344.50, 56.094187 }, //02 July 1988, UT1-UTC= 0.0898133, Accumulated Leap Seconds=24 + { 2447345.50, 56.094765 }, //03 July 1988, UT1-UTC= 0.0892348, Accumulated Leap Seconds=24 + { 2447346.50, 56.095612 }, //04 July 1988, UT1-UTC= 0.0883882, Accumulated Leap Seconds=24 + { 2447347.50, 56.096623 }, //05 July 1988, UT1-UTC= 0.0873765, Accumulated Leap Seconds=24 + { 2447348.50, 56.097653 }, //06 July 1988, UT1-UTC= 0.0863472, Accumulated Leap Seconds=24 + { 2447349.50, 56.098563 }, //07 July 1988, UT1-UTC= 0.0854367, Accumulated Leap Seconds=24 + { 2447350.50, 56.099255 }, //08 July 1988, UT1-UTC= 0.0847450, Accumulated Leap Seconds=24 + { 2447351.50, 56.099683 }, //09 July 1988, UT1-UTC= 0.0843173, Accumulated Leap Seconds=24 + { 2447352.50, 56.099865 }, //10 July 1988, UT1-UTC= 0.0841351, Accumulated Leap Seconds=24 + { 2447353.50, 56.099872 }, //11 July 1988, UT1-UTC= 0.0841282, Accumulated Leap Seconds=24 + { 2447354.50, 56.099794 }, //12 July 1988, UT1-UTC= 0.0842057, Accumulated Leap Seconds=24 + { 2447355.50, 56.099730 }, //13 July 1988, UT1-UTC= 0.0842702, Accumulated Leap Seconds=24 + { 2447356.50, 56.099768 }, //14 July 1988, UT1-UTC= 0.0842317, Accumulated Leap Seconds=24 + { 2447357.50, 56.099968 }, //15 July 1988, UT1-UTC= 0.0840321, Accumulated Leap Seconds=24 + { 2447358.50, 56.100349 }, //16 July 1988, UT1-UTC= 0.0836510, Accumulated Leap Seconds=24 + { 2447359.50, 56.100903 }, //17 July 1988, UT1-UTC= 0.0830968, Accumulated Leap Seconds=24 + { 2447360.50, 56.101599 }, //18 July 1988, UT1-UTC= 0.0824008, Accumulated Leap Seconds=24 + { 2447361.50, 56.102396 }, //19 July 1988, UT1-UTC= 0.0816045, Accumulated Leap Seconds=24 + { 2447362.50, 56.103238 }, //20 July 1988, UT1-UTC= 0.0807624, Accumulated Leap Seconds=24 + { 2447363.50, 56.104065 }, //21 July 1988, UT1-UTC= 0.0799349, Accumulated Leap Seconds=24 + { 2447364.50, 56.104824 }, //22 July 1988, UT1-UTC= 0.0791762, Accumulated Leap Seconds=24 + { 2447365.50, 56.105472 }, //23 July 1988, UT1-UTC= 0.0785285, Accumulated Leap Seconds=24 + { 2447366.50, 56.105970 }, //24 July 1988, UT1-UTC= 0.0780301, Accumulated Leap Seconds=24 + { 2447367.50, 56.106306 }, //25 July 1988, UT1-UTC= 0.0776942, Accumulated Leap Seconds=24 + { 2447368.50, 56.106507 }, //26 July 1988, UT1-UTC= 0.0774927, Accumulated Leap Seconds=24 + { 2447369.50, 56.106661 }, //27 July 1988, UT1-UTC= 0.0773393, Accumulated Leap Seconds=24 + { 2447370.50, 56.106900 }, //28 July 1988, UT1-UTC= 0.0770997, Accumulated Leap Seconds=24 + { 2447371.50, 56.107364 }, //29 July 1988, UT1-UTC= 0.0766355, Accumulated Leap Seconds=24 + { 2447372.50, 56.108138 }, //30 July 1988, UT1-UTC= 0.0758623, Accumulated Leap Seconds=24 + { 2447373.50, 56.109208 }, //31 July 1988, UT1-UTC= 0.0747922, Accumulated Leap Seconds=24 + { 2447374.50, 56.110463 }, //01 August 1988, UT1-UTC= 0.0735370, Accumulated Leap Seconds=24 + { 2447375.50, 56.111749 }, //02 August 1988, UT1-UTC= 0.0722505, Accumulated Leap Seconds=24 + { 2447376.50, 56.112912 }, //03 August 1988, UT1-UTC= 0.0710878, Accumulated Leap Seconds=24 + { 2447377.50, 56.113837 }, //04 August 1988, UT1-UTC= 0.0701627, Accumulated Leap Seconds=24 + { 2447378.50, 56.114482 }, //05 August 1988, UT1-UTC= 0.0695180, Accumulated Leap Seconds=24 + { 2447379.50, 56.114869 }, //06 August 1988, UT1-UTC= 0.0691308, Accumulated Leap Seconds=24 + { 2447380.50, 56.115060 }, //07 August 1988, UT1-UTC= 0.0689399, Accumulated Leap Seconds=24 + { 2447381.50, 56.115115 }, //08 August 1988, UT1-UTC= 0.0688849, Accumulated Leap Seconds=24 + { 2447382.50, 56.115128 }, //09 August 1988, UT1-UTC= 0.0688718, Accumulated Leap Seconds=24 + { 2447383.50, 56.115195 }, //10 August 1988, UT1-UTC= 0.0688053, Accumulated Leap Seconds=24 + { 2447384.50, 56.115390 }, //11 August 1988, UT1-UTC= 0.0686103, Accumulated Leap Seconds=24 + { 2447385.50, 56.115762 }, //12 August 1988, UT1-UTC= 0.0682377, Accumulated Leap Seconds=24 + { 2447386.50, 56.116327 }, //13 August 1988, UT1-UTC= 0.0676731, Accumulated Leap Seconds=24 + { 2447387.50, 56.117065 }, //14 August 1988, UT1-UTC= 0.0669348, Accumulated Leap Seconds=24 + { 2447388.50, 56.117934 }, //15 August 1988, UT1-UTC= 0.0660663, Accumulated Leap Seconds=24 + { 2447389.50, 56.118873 }, //16 August 1988, UT1-UTC= 0.0651271, Accumulated Leap Seconds=24 + { 2447390.50, 56.119818 }, //17 August 1988, UT1-UTC= 0.0641818, Accumulated Leap Seconds=24 + { 2447391.50, 56.120702 }, //18 August 1988, UT1-UTC= 0.0632978, Accumulated Leap Seconds=24 + { 2447392.50, 56.121464 }, //19 August 1988, UT1-UTC= 0.0625359, Accumulated Leap Seconds=24 + { 2447393.50, 56.122062 }, //20 August 1988, UT1-UTC= 0.0619383, Accumulated Leap Seconds=24 + { 2447394.50, 56.122480 }, //21 August 1988, UT1-UTC= 0.0615202, Accumulated Leap Seconds=24 + { 2447395.50, 56.122737 }, //22 August 1988, UT1-UTC= 0.0612633, Accumulated Leap Seconds=24 + { 2447396.50, 56.122900 }, //23 August 1988, UT1-UTC= 0.0611001, Accumulated Leap Seconds=24 + { 2447397.50, 56.123086 }, //24 August 1988, UT1-UTC= 0.0609137, Accumulated Leap Seconds=24 + { 2447398.50, 56.123437 }, //25 August 1988, UT1-UTC= 0.0605631, Accumulated Leap Seconds=24 + { 2447399.50, 56.124074 }, //26 August 1988, UT1-UTC= 0.0599264, Accumulated Leap Seconds=24 + { 2447400.50, 56.125051 }, //27 August 1988, UT1-UTC= 0.0589488, Accumulated Leap Seconds=24 + { 2447401.50, 56.126329 }, //28 August 1988, UT1-UTC= 0.0576714, Accumulated Leap Seconds=24 + { 2447402.50, 56.127770 }, //29 August 1988, UT1-UTC= 0.0562298, Accumulated Leap Seconds=24 + { 2447403.50, 56.129191 }, //30 August 1988, UT1-UTC= 0.0548094, Accumulated Leap Seconds=24 + { 2447404.50, 56.130422 }, //31 August 1988, UT1-UTC= 0.0535782, Accumulated Leap Seconds=24 + { 2447405.50, 56.131374 }, //01 September 1988, UT1-UTC= 0.0526264, Accumulated Leap Seconds=24 + { 2447406.50, 56.132039 }, //02 September 1988, UT1-UTC= 0.0519614, Accumulated Leap Seconds=24 + { 2447407.50, 56.132475 }, //03 September 1988, UT1-UTC= 0.0515249, Accumulated Leap Seconds=24 + { 2447408.50, 56.132781 }, //04 September 1988, UT1-UTC= 0.0512189, Accumulated Leap Seconds=24 + { 2447409.50, 56.133056 }, //05 September 1988, UT1-UTC= 0.0509438, Accumulated Leap Seconds=24 + { 2447410.50, 56.133383 }, //06 September 1988, UT1-UTC= 0.0506166, Accumulated Leap Seconds=24 + { 2447411.50, 56.133826 }, //07 September 1988, UT1-UTC= 0.0501735, Accumulated Leap Seconds=24 + { 2447412.50, 56.134424 }, //08 September 1988, UT1-UTC= 0.0495759, Accumulated Leap Seconds=24 + { 2447413.50, 56.135188 }, //09 September 1988, UT1-UTC= 0.0488117, Accumulated Leap Seconds=24 + { 2447414.50, 56.136107 }, //10 September 1988, UT1-UTC= 0.0478926, Accumulated Leap Seconds=24 + { 2447415.50, 56.137148 }, //11 September 1988, UT1-UTC= 0.0468522, Accumulated Leap Seconds=24 + { 2447416.50, 56.138260 }, //12 September 1988, UT1-UTC= 0.0457403, Accumulated Leap Seconds=24 + { 2447417.50, 56.139388 }, //13 September 1988, UT1-UTC= 0.0446119, Accumulated Leap Seconds=24 + { 2447418.50, 56.140479 }, //14 September 1988, UT1-UTC= 0.0435205, Accumulated Leap Seconds=24 + { 2447419.50, 56.141487 }, //15 September 1988, UT1-UTC= 0.0425126, Accumulated Leap Seconds=24 + { 2447420.50, 56.142379 }, //16 September 1988, UT1-UTC= 0.0416208, Accumulated Leap Seconds=24 + { 2447421.50, 56.143143 }, //17 September 1988, UT1-UTC= 0.0408569, Accumulated Leap Seconds=24 + { 2447422.50, 56.143795 }, //18 September 1988, UT1-UTC= 0.0402052, Accumulated Leap Seconds=24 + { 2447423.50, 56.144385 }, //19 September 1988, UT1-UTC= 0.0396149, Accumulated Leap Seconds=24 + { 2447424.50, 56.145003 }, //20 September 1988, UT1-UTC= 0.0389966, Accumulated Leap Seconds=24 + { 2447425.50, 56.145766 }, //21 September 1988, UT1-UTC= 0.0382336, Accumulated Leap Seconds=24 + { 2447426.50, 56.146796 }, //22 September 1988, UT1-UTC= 0.0372042, Accumulated Leap Seconds=24 + { 2447427.50, 56.148170 }, //23 September 1988, UT1-UTC= 0.0358299, Accumulated Leap Seconds=24 + { 2447428.50, 56.149893 }, //24 September 1988, UT1-UTC= 0.0341065, Accumulated Leap Seconds=24 + { 2447429.50, 56.151881 }, //25 September 1988, UT1-UTC= 0.0321194, Accumulated Leap Seconds=24 + { 2447430.50, 56.153970 }, //26 September 1988, UT1-UTC= 0.0300301, Accumulated Leap Seconds=24 + { 2447431.50, 56.155964 }, //27 September 1988, UT1-UTC= 0.0280358, Accumulated Leap Seconds=24 + { 2447432.50, 56.157701 }, //28 September 1988, UT1-UTC= 0.0262990, Accumulated Leap Seconds=24 + { 2447433.50, 56.159106 }, //29 September 1988, UT1-UTC= 0.0248943, Accumulated Leap Seconds=24 + { 2447434.50, 56.160202 }, //30 September 1988, UT1-UTC= 0.0237979, Accumulated Leap Seconds=24 + { 2447435.50, 56.161084 }, //01 October 1988, UT1-UTC= 0.0229161, Accumulated Leap Seconds=24 + { 2447436.50, 56.161871 }, //02 October 1988, UT1-UTC= 0.0221288, Accumulated Leap Seconds=24 + { 2447437.50, 56.162679 }, //03 October 1988, UT1-UTC= 0.0213207, Accumulated Leap Seconds=24 + { 2447438.50, 56.163604 }, //04 October 1988, UT1-UTC= 0.0203962, Accumulated Leap Seconds=24 + { 2447439.50, 56.164709 }, //05 October 1988, UT1-UTC= 0.0192910, Accumulated Leap Seconds=24 + { 2447440.50, 56.166030 }, //06 October 1988, UT1-UTC= 0.0179704, Accumulated Leap Seconds=24 + { 2447441.50, 56.167561 }, //07 October 1988, UT1-UTC= 0.0164394, Accumulated Leap Seconds=24 + { 2447442.50, 56.169267 }, //08 October 1988, UT1-UTC= 0.0147330, Accumulated Leap Seconds=24 + { 2447443.50, 56.171096 }, //09 October 1988, UT1-UTC= 0.0129039, Accumulated Leap Seconds=24 + { 2447444.50, 56.172980 }, //10 October 1988, UT1-UTC= 0.0110195, Accumulated Leap Seconds=24 + { 2447445.50, 56.174847 }, //11 October 1988, UT1-UTC= 0.0091531, Accumulated Leap Seconds=24 + { 2447446.50, 56.176621 }, //12 October 1988, UT1-UTC= 0.0073790, Accumulated Leap Seconds=24 + { 2447447.50, 56.178242 }, //13 October 1988, UT1-UTC= 0.0057583, Accumulated Leap Seconds=24 + { 2447448.50, 56.179676 }, //14 October 1988, UT1-UTC= 0.0043242, Accumulated Leap Seconds=24 + { 2447449.50, 56.180925 }, //15 October 1988, UT1-UTC= 0.0030754, Accumulated Leap Seconds=24 + { 2447450.50, 56.182030 }, //16 October 1988, UT1-UTC= 0.0019703, Accumulated Leap Seconds=24 + { 2447451.50, 56.183075 }, //17 October 1988, UT1-UTC= 0.0009247, Accumulated Leap Seconds=24 + { 2447452.50, 56.184175 }, //18 October 1988, UT1-UTC=-0.0001748, Accumulated Leap Seconds=24 + { 2447453.50, 56.185447 }, //19 October 1988, UT1-UTC=-0.0014468, Accumulated Leap Seconds=24 + { 2447454.50, 56.186990 }, //20 October 1988, UT1-UTC=-0.0029904, Accumulated Leap Seconds=24 + { 2447455.50, 56.188857 }, //21 October 1988, UT1-UTC=-0.0048569, Accumulated Leap Seconds=24 + { 2447456.50, 56.191010 }, //22 October 1988, UT1-UTC=-0.0070096, Accumulated Leap Seconds=24 + { 2447457.50, 56.193326 }, //23 October 1988, UT1-UTC=-0.0093265, Accumulated Leap Seconds=24 + { 2447458.50, 56.195634 }, //24 October 1988, UT1-UTC=-0.0116338, Accumulated Leap Seconds=24 + { 2447459.50, 56.197755 }, //25 October 1988, UT1-UTC=-0.0137554, Accumulated Leap Seconds=24 + { 2447460.50, 56.199572 }, //26 October 1988, UT1-UTC=-0.0155717, Accumulated Leap Seconds=24 + { 2447461.50, 56.201059 }, //27 October 1988, UT1-UTC=-0.0170590, Accumulated Leap Seconds=24 + { 2447462.50, 56.202280 }, //28 October 1988, UT1-UTC=-0.0182804, Accumulated Leap Seconds=24 + { 2447463.50, 56.203353 }, //29 October 1988, UT1-UTC=-0.0193532, Accumulated Leap Seconds=24 + { 2447464.50, 56.204406 }, //30 October 1988, UT1-UTC=-0.0204058, Accumulated Leap Seconds=24 + { 2447465.50, 56.205545 }, //31 October 1988, UT1-UTC=-0.0215455, Accumulated Leap Seconds=24 + { 2447466.50, 56.206843 }, //01 November 1988, UT1-UTC=-0.0228432, Accumulated Leap Seconds=24 + { 2447467.50, 56.208331 }, //02 November 1988, UT1-UTC=-0.0243307, Accumulated Leap Seconds=24 + { 2447468.50, 56.210010 }, //03 November 1988, UT1-UTC=-0.0260098, Accumulated Leap Seconds=24 + { 2447469.50, 56.211859 }, //04 November 1988, UT1-UTC=-0.0278594, Accumulated Leap Seconds=24 + { 2447470.50, 56.213838 }, //05 November 1988, UT1-UTC=-0.0298382, Accumulated Leap Seconds=24 + { 2447471.50, 56.215880 }, //06 November 1988, UT1-UTC=-0.0318800, Accumulated Leap Seconds=24 + { 2447472.50, 56.217901 }, //07 November 1988, UT1-UTC=-0.0339009, Accumulated Leap Seconds=24 + { 2447473.50, 56.219823 }, //08 November 1988, UT1-UTC=-0.0358233, Accumulated Leap Seconds=24 + { 2447474.50, 56.221600 }, //09 November 1988, UT1-UTC=-0.0376000, Accumulated Leap Seconds=24 + { 2447475.50, 56.223209 }, //10 November 1988, UT1-UTC=-0.0392095, Accumulated Leap Seconds=24 + { 2447476.50, 56.224646 }, //11 November 1988, UT1-UTC=-0.0406457, Accumulated Leap Seconds=24 + { 2447477.50, 56.225932 }, //12 November 1988, UT1-UTC=-0.0419323, Accumulated Leap Seconds=24 + { 2447478.50, 56.227146 }, //13 November 1988, UT1-UTC=-0.0431459, Accumulated Leap Seconds=24 + { 2447479.50, 56.228395 }, //14 November 1988, UT1-UTC=-0.0443952, Accumulated Leap Seconds=24 + { 2447480.50, 56.229796 }, //15 November 1988, UT1-UTC=-0.0457959, Accumulated Leap Seconds=24 + { 2447481.50, 56.231443 }, //16 November 1988, UT1-UTC=-0.0474426, Accumulated Leap Seconds=24 + { 2447482.50, 56.233383 }, //17 November 1988, UT1-UTC=-0.0493834, Accumulated Leap Seconds=24 + { 2447483.50, 56.235600 }, //18 November 1988, UT1-UTC=-0.0516004, Accumulated Leap Seconds=24 + { 2447484.50, 56.238005 }, //19 November 1988, UT1-UTC=-0.0540051, Accumulated Leap Seconds=24 + { 2447485.50, 56.240458 }, //20 November 1988, UT1-UTC=-0.0564582, Accumulated Leap Seconds=24 + { 2447486.50, 56.242803 }, //21 November 1988, UT1-UTC=-0.0588033, Accumulated Leap Seconds=24 + { 2447487.50, 56.244912 }, //22 November 1988, UT1-UTC=-0.0609119, Accumulated Leap Seconds=24 + { 2447488.50, 56.246717 }, //23 November 1988, UT1-UTC=-0.0627171, Accumulated Leap Seconds=24 + { 2447489.50, 56.248230 }, //24 November 1988, UT1-UTC=-0.0642305, Accumulated Leap Seconds=24 + { 2447490.50, 56.249531 }, //25 November 1988, UT1-UTC=-0.0655306, Accumulated Leap Seconds=24 + { 2447491.50, 56.250736 }, //26 November 1988, UT1-UTC=-0.0667364, Accumulated Leap Seconds=24 + { 2447492.50, 56.251965 }, //27 November 1988, UT1-UTC=-0.0679649, Accumulated Leap Seconds=24 + { 2447493.50, 56.253302 }, //28 November 1988, UT1-UTC=-0.0693018, Accumulated Leap Seconds=24 + { 2447494.50, 56.254792 }, //29 November 1988, UT1-UTC=-0.0707922, Accumulated Leap Seconds=24 + { 2447495.50, 56.256446 }, //30 November 1988, UT1-UTC=-0.0724465, Accumulated Leap Seconds=24 + { 2447496.50, 56.258250 }, //01 December 1988, UT1-UTC=-0.0742503, Accumulated Leap Seconds=24 + { 2447497.50, 56.260160 }, //02 December 1988, UT1-UTC=-0.0761600, Accumulated Leap Seconds=24 + { 2447498.50, 56.262113 }, //03 December 1988, UT1-UTC=-0.0781131, Accumulated Leap Seconds=24 + { 2447499.50, 56.264037 }, //04 December 1988, UT1-UTC=-0.0800369, Accumulated Leap Seconds=24 + { 2447500.50, 56.265860 }, //05 December 1988, UT1-UTC=-0.0818602, Accumulated Leap Seconds=24 + { 2447501.50, 56.267529 }, //06 December 1988, UT1-UTC=-0.0835287, Accumulated Leap Seconds=24 + { 2447502.50, 56.269007 }, //07 December 1988, UT1-UTC=-0.0850071, Accumulated Leap Seconds=24 + { 2447503.50, 56.270288 }, //08 December 1988, UT1-UTC=-0.0862881, Accumulated Leap Seconds=24 + { 2447504.50, 56.271402 }, //09 December 1988, UT1-UTC=-0.0874021, Accumulated Leap Seconds=24 + { 2447505.50, 56.272417 }, //10 December 1988, UT1-UTC=-0.0884172, Accumulated Leap Seconds=24 + { 2447506.50, 56.273414 }, //11 December 1988, UT1-UTC=-0.0894141, Accumulated Leap Seconds=24 + { 2447507.50, 56.274482 }, //12 December 1988, UT1-UTC=-0.0904824, Accumulated Leap Seconds=24 + { 2447508.50, 56.275722 }, //13 December 1988, UT1-UTC=-0.0917216, Accumulated Leap Seconds=24 + { 2447509.50, 56.277191 }, //14 December 1988, UT1-UTC=-0.0931914, Accumulated Leap Seconds=24 + { 2447510.50, 56.278889 }, //15 December 1988, UT1-UTC=-0.0948885, Accumulated Leap Seconds=24 + { 2447511.50, 56.280744 }, //16 December 1988, UT1-UTC=-0.0967439, Accumulated Leap Seconds=24 + { 2447512.50, 56.282633 }, //17 December 1988, UT1-UTC=-0.0986328, Accumulated Leap Seconds=24 + { 2447513.50, 56.284416 }, //18 December 1988, UT1-UTC=-0.1004165, Accumulated Leap Seconds=24 + { 2447514.50, 56.285978 }, //19 December 1988, UT1-UTC=-0.1019779, Accumulated Leap Seconds=24 + { 2447515.50, 56.287249 }, //20 December 1988, UT1-UTC=-0.1032494, Accumulated Leap Seconds=24 + { 2447516.50, 56.288236 }, //21 December 1988, UT1-UTC=-0.1042362, Accumulated Leap Seconds=24 + { 2447517.50, 56.289004 }, //22 December 1988, UT1-UTC=-0.1050037, Accumulated Leap Seconds=24 + { 2447518.50, 56.289655 }, //23 December 1988, UT1-UTC=-0.1056551, Accumulated Leap Seconds=24 + { 2447519.50, 56.290302 }, //24 December 1988, UT1-UTC=-0.1063018, Accumulated Leap Seconds=24 + { 2447520.50, 56.291038 }, //25 December 1988, UT1-UTC=-0.1070381, Accumulated Leap Seconds=24 + { 2447521.50, 56.291926 }, //26 December 1988, UT1-UTC=-0.1079260, Accumulated Leap Seconds=24 + { 2447522.50, 56.292989 }, //27 December 1988, UT1-UTC=-0.1089889, Accumulated Leap Seconds=24 + { 2447523.50, 56.294220 }, //28 December 1988, UT1-UTC=-0.1102202, Accumulated Leap Seconds=24 + { 2447524.50, 56.295593 }, //29 December 1988, UT1-UTC=-0.1115932, Accumulated Leap Seconds=24 + { 2447525.50, 56.297064 }, //30 December 1988, UT1-UTC=-0.1130642, Accumulated Leap Seconds=24 + { 2447526.50, 56.298568 }, //31 December 1988, UT1-UTC=-0.1145681, Accumulated Leap Seconds=24 + { 2447527.50, 56.300035 }, //01 January 1989, UT1-UTC=-0.1160349, Accumulated Leap Seconds=24 + { 2447528.50, 56.301405 }, //02 January 1989, UT1-UTC=-0.1174047, Accumulated Leap Seconds=24 + { 2447529.50, 56.302635 }, //03 January 1989, UT1-UTC=-0.1186354, Accumulated Leap Seconds=24 + { 2447530.50, 56.303706 }, //04 January 1989, UT1-UTC=-0.1197061, Accumulated Leap Seconds=24 + { 2447531.50, 56.304618 }, //05 January 1989, UT1-UTC=-0.1206183, Accumulated Leap Seconds=24 + { 2447532.50, 56.305410 }, //06 January 1989, UT1-UTC=-0.1214101, Accumulated Leap Seconds=24 + { 2447533.50, 56.306161 }, //07 January 1989, UT1-UTC=-0.1221614, Accumulated Leap Seconds=24 + { 2447534.50, 56.306980 }, //08 January 1989, UT1-UTC=-0.1229796, Accumulated Leap Seconds=24 + { 2447535.50, 56.307971 }, //09 January 1989, UT1-UTC=-0.1239712, Accumulated Leap Seconds=24 + { 2447536.50, 56.309222 }, //10 January 1989, UT1-UTC=-0.1252219, Accumulated Leap Seconds=24 + { 2447537.50, 56.310751 }, //11 January 1989, UT1-UTC=-0.1267512, Accumulated Leap Seconds=24 + { 2447538.50, 56.312497 }, //12 January 1989, UT1-UTC=-0.1284973, Accumulated Leap Seconds=24 + { 2447539.50, 56.314342 }, //13 January 1989, UT1-UTC=-0.1303419, Accumulated Leap Seconds=24 + { 2447540.50, 56.316146 }, //14 January 1989, UT1-UTC=-0.1321460, Accumulated Leap Seconds=24 + { 2447541.50, 56.317774 }, //15 January 1989, UT1-UTC=-0.1337743, Accumulated Leap Seconds=24 + { 2447542.50, 56.319147 }, //16 January 1989, UT1-UTC=-0.1351474, Accumulated Leap Seconds=24 + { 2447543.50, 56.320254 }, //17 January 1989, UT1-UTC=-0.1362545, Accumulated Leap Seconds=24 + { 2447544.50, 56.321142 }, //18 January 1989, UT1-UTC=-0.1371424, Accumulated Leap Seconds=24 + { 2447545.50, 56.321898 }, //19 January 1989, UT1-UTC=-0.1378982, Accumulated Leap Seconds=24 + { 2447546.50, 56.322634 }, //20 January 1989, UT1-UTC=-0.1386342, Accumulated Leap Seconds=24 + { 2447547.50, 56.323459 }, //21 January 1989, UT1-UTC=-0.1394585, Accumulated Leap Seconds=24 + { 2447548.50, 56.324454 }, //22 January 1989, UT1-UTC=-0.1404543, Accumulated Leap Seconds=24 + { 2447549.50, 56.325670 }, //23 January 1989, UT1-UTC=-0.1416705, Accumulated Leap Seconds=24 + { 2447550.50, 56.327117 }, //24 January 1989, UT1-UTC=-0.1431174, Accumulated Leap Seconds=24 + { 2447551.50, 56.328758 }, //25 January 1989, UT1-UTC=-0.1447585, Accumulated Leap Seconds=24 + { 2447552.50, 56.330527 }, //26 January 1989, UT1-UTC=-0.1465270, Accumulated Leap Seconds=24 + { 2447553.50, 56.332344 }, //27 January 1989, UT1-UTC=-0.1483442, Accumulated Leap Seconds=24 + { 2447554.50, 56.334131 }, //28 January 1989, UT1-UTC=-0.1501307, Accumulated Leap Seconds=24 + { 2447555.50, 56.335816 }, //29 January 1989, UT1-UTC=-0.1518158, Accumulated Leap Seconds=24 + { 2447556.50, 56.337352 }, //30 January 1989, UT1-UTC=-0.1533522, Accumulated Leap Seconds=24 + { 2447557.50, 56.338714 }, //31 January 1989, UT1-UTC=-0.1547139, Accumulated Leap Seconds=24 + { 2447558.50, 56.339902 }, //01 February 1989, UT1-UTC=-0.1559020, Accumulated Leap Seconds=24 + { 2447559.50, 56.340951 }, //02 February 1989, UT1-UTC=-0.1569507, Accumulated Leap Seconds=24 + { 2447560.50, 56.341932 }, //03 February 1989, UT1-UTC=-0.1579319, Accumulated Leap Seconds=24 + { 2447561.50, 56.342955 }, //04 February 1989, UT1-UTC=-0.1589547, Accumulated Leap Seconds=24 + { 2447562.50, 56.344150 }, //05 February 1989, UT1-UTC=-0.1601504, Accumulated Leap Seconds=24 + { 2447563.50, 56.345629 }, //06 February 1989, UT1-UTC=-0.1616292, Accumulated Leap Seconds=24 + { 2447564.50, 56.347440 }, //07 February 1989, UT1-UTC=-0.1634401, Accumulated Leap Seconds=24 + { 2447565.50, 56.349544 }, //08 February 1989, UT1-UTC=-0.1655440, Accumulated Leap Seconds=24 + { 2447566.50, 56.351814 }, //09 February 1989, UT1-UTC=-0.1678139, Accumulated Leap Seconds=24 + { 2447567.50, 56.354063 }, //10 February 1989, UT1-UTC=-0.1700631, Accumulated Leap Seconds=24 + { 2447568.50, 56.356116 }, //11 February 1989, UT1-UTC=-0.1721158, Accumulated Leap Seconds=24 + { 2447569.50, 56.357857 }, //12 February 1989, UT1-UTC=-0.1738568, Accumulated Leap Seconds=24 + { 2447570.50, 56.359252 }, //13 February 1989, UT1-UTC=-0.1752522, Accumulated Leap Seconds=24 + { 2447571.50, 56.360352 }, //14 February 1989, UT1-UTC=-0.1763520, Accumulated Leap Seconds=24 + { 2447572.50, 56.361254 }, //15 February 1989, UT1-UTC=-0.1772543, Accumulated Leap Seconds=24 + { 2447573.50, 56.362070 }, //16 February 1989, UT1-UTC=-0.1780702, Accumulated Leap Seconds=24 + { 2447574.50, 56.362900 }, //17 February 1989, UT1-UTC=-0.1788996, Accumulated Leap Seconds=24 + { 2447575.50, 56.363822 }, //18 February 1989, UT1-UTC=-0.1798216, Accumulated Leap Seconds=24 + { 2447576.50, 56.364901 }, //19 February 1989, UT1-UTC=-0.1809010, Accumulated Leap Seconds=24 + { 2447577.50, 56.366164 }, //20 February 1989, UT1-UTC=-0.1821639, Accumulated Leap Seconds=24 + { 2447578.50, 56.367603 }, //21 February 1989, UT1-UTC=-0.1836029, Accumulated Leap Seconds=24 + { 2447579.50, 56.369178 }, //22 February 1989, UT1-UTC=-0.1851780, Accumulated Leap Seconds=24 + { 2447580.50, 56.370818 }, //23 February 1989, UT1-UTC=-0.1868181, Accumulated Leap Seconds=24 + { 2447581.50, 56.372454 }, //24 February 1989, UT1-UTC=-0.1884540, Accumulated Leap Seconds=24 + { 2447582.50, 56.374024 }, //25 February 1989, UT1-UTC=-0.1900241, Accumulated Leap Seconds=24 + { 2447583.50, 56.375481 }, //26 February 1989, UT1-UTC=-0.1914809, Accumulated Leap Seconds=24 + { 2447584.50, 56.376796 }, //27 February 1989, UT1-UTC=-0.1927958, Accumulated Leap Seconds=24 + { 2447585.50, 56.377962 }, //28 February 1989, UT1-UTC=-0.1939620, Accumulated Leap Seconds=24 + { 2447586.50, 56.378999 }, //01 March 1989, UT1-UTC=-0.1949995, Accumulated Leap Seconds=24 + { 2447587.50, 56.379963 }, //02 March 1989, UT1-UTC=-0.1959628, Accumulated Leap Seconds=24 + { 2447588.50, 56.380944 }, //03 March 1989, UT1-UTC=-0.1969440, Accumulated Leap Seconds=24 + { 2447589.50, 56.382063 }, //04 March 1989, UT1-UTC=-0.1980628, Accumulated Leap Seconds=24 + { 2447590.50, 56.383442 }, //05 March 1989, UT1-UTC=-0.1994421, Accumulated Leap Seconds=24 + { 2447591.50, 56.385175 }, //06 March 1989, UT1-UTC=-0.2011754, Accumulated Leap Seconds=24 + { 2447592.50, 56.387276 }, //07 March 1989, UT1-UTC=-0.2032762, Accumulated Leap Seconds=24 + { 2447593.50, 56.389662 }, //08 March 1989, UT1-UTC=-0.2056620, Accumulated Leap Seconds=24 + { 2447594.50, 56.392177 }, //09 March 1989, UT1-UTC=-0.2081766, Accumulated Leap Seconds=24 + { 2447595.50, 56.394637 }, //10 March 1989, UT1-UTC=-0.2106368, Accumulated Leap Seconds=24 + { 2447596.50, 56.396872 }, //11 March 1989, UT1-UTC=-0.2128720, Accumulated Leap Seconds=24 + { 2447597.50, 56.398786 }, //12 March 1989, UT1-UTC=-0.2147857, Accumulated Leap Seconds=24 + { 2447598.50, 56.400376 }, //13 March 1989, UT1-UTC=-0.2163757, Accumulated Leap Seconds=24 + { 2447599.50, 56.401708 }, //14 March 1989, UT1-UTC=-0.2177083, Accumulated Leap Seconds=24 + { 2447600.50, 56.402885 }, //15 March 1989, UT1-UTC=-0.2188855, Accumulated Leap Seconds=24 + { 2447601.50, 56.404036 }, //16 March 1989, UT1-UTC=-0.2200363, Accumulated Leap Seconds=24 + { 2447602.50, 56.405267 }, //17 March 1989, UT1-UTC=-0.2212672, Accumulated Leap Seconds=24 + { 2447603.50, 56.406647 }, //18 March 1989, UT1-UTC=-0.2226472, Accumulated Leap Seconds=24 + { 2447604.50, 56.408212 }, //19 March 1989, UT1-UTC=-0.2242124, Accumulated Leap Seconds=24 + { 2447605.50, 56.409969 }, //20 March 1989, UT1-UTC=-0.2259687, Accumulated Leap Seconds=24 + { 2447606.50, 56.411875 }, //21 March 1989, UT1-UTC=-0.2278751, Accumulated Leap Seconds=24 + { 2447607.50, 56.413863 }, //22 March 1989, UT1-UTC=-0.2298630, Accumulated Leap Seconds=24 + { 2447608.50, 56.415855 }, //23 March 1989, UT1-UTC=-0.2318548, Accumulated Leap Seconds=24 + { 2447609.50, 56.417773 }, //24 March 1989, UT1-UTC=-0.2337735, Accumulated Leap Seconds=24 + { 2447610.50, 56.419557 }, //25 March 1989, UT1-UTC=-0.2355568, Accumulated Leap Seconds=24 + { 2447611.50, 56.421169 }, //26 March 1989, UT1-UTC=-0.2371691, Accumulated Leap Seconds=24 + { 2447612.50, 56.422600 }, //27 March 1989, UT1-UTC=-0.2385998, Accumulated Leap Seconds=24 + { 2447613.50, 56.423860 }, //28 March 1989, UT1-UTC=-0.2398599, Accumulated Leap Seconds=24 + { 2447614.50, 56.424981 }, //29 March 1989, UT1-UTC=-0.2409806, Accumulated Leap Seconds=24 + { 2447615.50, 56.426021 }, //30 March 1989, UT1-UTC=-0.2420207, Accumulated Leap Seconds=24 + { 2447616.50, 56.427080 }, //31 March 1989, UT1-UTC=-0.2430805, Accumulated Leap Seconds=24 + { 2447617.50, 56.428284 }, //01 April 1989, UT1-UTC=-0.2442839, Accumulated Leap Seconds=24 + { 2447618.50, 56.429740 }, //02 April 1989, UT1-UTC=-0.2457404, Accumulated Leap Seconds=24 + { 2447619.50, 56.431511 }, //03 April 1989, UT1-UTC=-0.2475107, Accumulated Leap Seconds=24 + { 2447620.50, 56.433570 }, //04 April 1989, UT1-UTC=-0.2495702, Accumulated Leap Seconds=24 + { 2447621.50, 56.435799 }, //05 April 1989, UT1-UTC=-0.2517986, Accumulated Leap Seconds=24 + { 2447622.50, 56.438016 }, //06 April 1989, UT1-UTC=-0.2540165, Accumulated Leap Seconds=24 + { 2447623.50, 56.440048 }, //07 April 1989, UT1-UTC=-0.2560478, Accumulated Leap Seconds=24 + { 2447624.50, 56.441780 }, //08 April 1989, UT1-UTC=-0.2577798, Accumulated Leap Seconds=24 + { 2447625.50, 56.443196 }, //09 April 1989, UT1-UTC=-0.2591964, Accumulated Leap Seconds=24 + { 2447626.50, 56.444369 }, //10 April 1989, UT1-UTC=-0.2603694, Accumulated Leap Seconds=24 + { 2447627.50, 56.445423 }, //11 April 1989, UT1-UTC=-0.2614231, Accumulated Leap Seconds=24 + { 2447628.50, 56.446488 }, //12 April 1989, UT1-UTC=-0.2624876, Accumulated Leap Seconds=24 + { 2447629.50, 56.447664 }, //13 April 1989, UT1-UTC=-0.2636642, Accumulated Leap Seconds=24 + { 2447630.50, 56.449013 }, //14 April 1989, UT1-UTC=-0.2650128, Accumulated Leap Seconds=24 + { 2447631.50, 56.450555 }, //15 April 1989, UT1-UTC=-0.2665550, Accumulated Leap Seconds=24 + { 2447632.50, 56.452283 }, //16 April 1989, UT1-UTC=-0.2682829, Accumulated Leap Seconds=24 + { 2447633.50, 56.454166 }, //17 April 1989, UT1-UTC=-0.2701665, Accumulated Leap Seconds=24 + { 2447634.50, 56.456162 }, //18 April 1989, UT1-UTC=-0.2721616, Accumulated Leap Seconds=24 + { 2447635.50, 56.458215 }, //19 April 1989, UT1-UTC=-0.2742155, Accumulated Leap Seconds=24 + { 2447636.50, 56.460272 }, //20 April 1989, UT1-UTC=-0.2762725, Accumulated Leap Seconds=24 + { 2447637.50, 56.462285 }, //21 April 1989, UT1-UTC=-0.2782853, Accumulated Leap Seconds=24 + { 2447638.50, 56.464221 }, //22 April 1989, UT1-UTC=-0.2802210, Accumulated Leap Seconds=24 + { 2447639.50, 56.466055 }, //23 April 1989, UT1-UTC=-0.2820548, Accumulated Leap Seconds=24 + { 2447640.50, 56.467769 }, //24 April 1989, UT1-UTC=-0.2837691, Accumulated Leap Seconds=24 + { 2447641.50, 56.469374 }, //25 April 1989, UT1-UTC=-0.2853743, Accumulated Leap Seconds=24 + { 2447642.50, 56.470913 }, //26 April 1989, UT1-UTC=-0.2869129, Accumulated Leap Seconds=24 + { 2447643.50, 56.472464 }, //27 April 1989, UT1-UTC=-0.2884636, Accumulated Leap Seconds=24 + { 2447644.50, 56.474118 }, //28 April 1989, UT1-UTC=-0.2901180, Accumulated Leap Seconds=24 + { 2447645.50, 56.475960 }, //29 April 1989, UT1-UTC=-0.2919599, Accumulated Leap Seconds=24 + { 2447646.50, 56.478051 }, //30 April 1989, UT1-UTC=-0.2940507, Accumulated Leap Seconds=24 + { 2447647.50, 56.480395 }, //01 May 1989, UT1-UTC=-0.2963947, Accumulated Leap Seconds=24 + { 2447648.50, 56.482919 }, //02 May 1989, UT1-UTC=-0.2989186, Accumulated Leap Seconds=24 + { 2447649.50, 56.485482 }, //03 May 1989, UT1-UTC=-0.3014823, Accumulated Leap Seconds=24 + { 2447650.50, 56.487918 }, //04 May 1989, UT1-UTC=-0.3039179, Accumulated Leap Seconds=24 + { 2447651.50, 56.490081 }, //05 May 1989, UT1-UTC=-0.3060813, Accumulated Leap Seconds=24 + { 2447652.50, 56.491903 }, //06 May 1989, UT1-UTC=-0.3079029, Accumulated Leap Seconds=24 + { 2447653.50, 56.493408 }, //07 May 1989, UT1-UTC=-0.3094084, Accumulated Leap Seconds=24 + { 2447654.50, 56.494700 }, //08 May 1989, UT1-UTC=-0.3106996, Accumulated Leap Seconds=24 + { 2447655.50, 56.495912 }, //09 May 1989, UT1-UTC=-0.3119116, Accumulated Leap Seconds=24 + { 2447656.50, 56.497167 }, //10 May 1989, UT1-UTC=-0.3131666, Accumulated Leap Seconds=24 + { 2447657.50, 56.498544 }, //11 May 1989, UT1-UTC=-0.3145445, Accumulated Leap Seconds=24 + { 2447658.50, 56.500078 }, //12 May 1989, UT1-UTC=-0.3160782, Accumulated Leap Seconds=24 + { 2447659.50, 56.501762 }, //13 May 1989, UT1-UTC=-0.3177621, Accumulated Leap Seconds=24 + { 2447660.50, 56.503565 }, //14 May 1989, UT1-UTC=-0.3195647, Accumulated Leap Seconds=24 + { 2447661.50, 56.505436 }, //15 May 1989, UT1-UTC=-0.3214363, Accumulated Leap Seconds=24 + { 2447662.50, 56.507320 }, //16 May 1989, UT1-UTC=-0.3233196, Accumulated Leap Seconds=24 + { 2447663.50, 56.509157 }, //17 May 1989, UT1-UTC=-0.3251571, Accumulated Leap Seconds=24 + { 2447664.50, 56.510901 }, //18 May 1989, UT1-UTC=-0.3269014, Accumulated Leap Seconds=24 + { 2447665.50, 56.512519 }, //19 May 1989, UT1-UTC=-0.3285192, Accumulated Leap Seconds=24 + { 2447666.50, 56.513994 }, //20 May 1989, UT1-UTC=-0.3299942, Accumulated Leap Seconds=24 + { 2447667.50, 56.515337 }, //21 May 1989, UT1-UTC=-0.3313368, Accumulated Leap Seconds=24 + { 2447668.50, 56.516583 }, //22 May 1989, UT1-UTC=-0.3325832, Accumulated Leap Seconds=24 + { 2447669.50, 56.517795 }, //23 May 1989, UT1-UTC=-0.3337945, Accumulated Leap Seconds=24 + { 2447670.50, 56.519051 }, //24 May 1989, UT1-UTC=-0.3350515, Accumulated Leap Seconds=24 + { 2447671.50, 56.520438 }, //25 May 1989, UT1-UTC=-0.3364376, Accumulated Leap Seconds=24 + { 2447672.50, 56.522028 }, //26 May 1989, UT1-UTC=-0.3380276, Accumulated Leap Seconds=24 + { 2447673.50, 56.523876 }, //27 May 1989, UT1-UTC=-0.3398757, Accumulated Leap Seconds=24 + { 2447674.50, 56.525988 }, //28 May 1989, UT1-UTC=-0.3419885, Accumulated Leap Seconds=24 + { 2447675.50, 56.528311 }, //29 May 1989, UT1-UTC=-0.3443113, Accumulated Leap Seconds=24 + { 2447676.50, 56.530727 }, //30 May 1989, UT1-UTC=-0.3467271, Accumulated Leap Seconds=24 + { 2447677.50, 56.533080 }, //31 May 1989, UT1-UTC=-0.3490799, Accumulated Leap Seconds=24 + { 2447678.50, 56.535216 }, //01 June 1989, UT1-UTC=-0.3512164, Accumulated Leap Seconds=24 + { 2447679.50, 56.537029 }, //02 June 1989, UT1-UTC=-0.3530292, Accumulated Leap Seconds=24 + { 2447680.50, 56.538488 }, //03 June 1989, UT1-UTC=-0.3544885, Accumulated Leap Seconds=24 + { 2447681.50, 56.539648 }, //04 June 1989, UT1-UTC=-0.3556479, Accumulated Leap Seconds=24 + { 2447682.50, 56.540620 }, //05 June 1989, UT1-UTC=-0.3566198, Accumulated Leap Seconds=24 + { 2447683.50, 56.541541 }, //06 June 1989, UT1-UTC=-0.3575406, Accumulated Leap Seconds=24 + { 2447684.50, 56.542532 }, //07 June 1989, UT1-UTC=-0.3585321, Accumulated Leap Seconds=24 + { 2447685.50, 56.543668 }, //08 June 1989, UT1-UTC=-0.3596685, Accumulated Leap Seconds=24 + { 2447686.50, 56.544966 }, //09 June 1989, UT1-UTC=-0.3609657, Accumulated Leap Seconds=24 + { 2447687.50, 56.546401 }, //10 June 1989, UT1-UTC=-0.3624006, Accumulated Leap Seconds=24 + { 2447688.50, 56.547925 }, //11 June 1989, UT1-UTC=-0.3639254, Accumulated Leap Seconds=24 + { 2447689.50, 56.549480 }, //12 June 1989, UT1-UTC=-0.3654801, Accumulated Leap Seconds=24 + { 2447690.50, 56.550991 }, //13 June 1989, UT1-UTC=-0.3669911, Accumulated Leap Seconds=24 + { 2447691.50, 56.552395 }, //14 June 1989, UT1-UTC=-0.3683952, Accumulated Leap Seconds=24 + { 2447692.50, 56.553643 }, //15 June 1989, UT1-UTC=-0.3696435, Accumulated Leap Seconds=24 + { 2447693.50, 56.554705 }, //16 June 1989, UT1-UTC=-0.3707053, Accumulated Leap Seconds=24 + { 2447694.50, 56.555574 }, //17 June 1989, UT1-UTC=-0.3715743, Accumulated Leap Seconds=24 + { 2447695.50, 56.556274 }, //18 June 1989, UT1-UTC=-0.3722738, Accumulated Leap Seconds=24 + { 2447696.50, 56.556866 }, //19 June 1989, UT1-UTC=-0.3728655, Accumulated Leap Seconds=24 + { 2447697.50, 56.557441 }, //20 June 1989, UT1-UTC=-0.3734413, Accumulated Leap Seconds=24 + { 2447698.50, 56.558107 }, //21 June 1989, UT1-UTC=-0.3741075, Accumulated Leap Seconds=24 + { 2447699.50, 56.558963 }, //22 June 1989, UT1-UTC=-0.3749631, Accumulated Leap Seconds=24 + { 2447700.50, 56.560071 }, //23 June 1989, UT1-UTC=-0.3760711, Accumulated Leap Seconds=24 + { 2447701.50, 56.561429 }, //24 June 1989, UT1-UTC=-0.3774292, Accumulated Leap Seconds=24 + { 2447702.50, 56.562974 }, //25 June 1989, UT1-UTC=-0.3789744, Accumulated Leap Seconds=24 + { 2447703.50, 56.564594 }, //26 June 1989, UT1-UTC=-0.3805941, Accumulated Leap Seconds=24 + { 2447704.50, 56.566146 }, //27 June 1989, UT1-UTC=-0.3821463, Accumulated Leap Seconds=24 + { 2447705.50, 56.567493 }, //28 June 1989, UT1-UTC=-0.3834928, Accumulated Leap Seconds=24 + { 2447706.50, 56.568546 }, //29 June 1989, UT1-UTC=-0.3845465, Accumulated Leap Seconds=24 + { 2447707.50, 56.569283 }, //30 June 1989, UT1-UTC=-0.3852834, Accumulated Leap Seconds=24 + { 2447708.50, 56.569749 }, //01 July 1989, UT1-UTC=-0.3857487, Accumulated Leap Seconds=24 + { 2447709.50, 56.570045 }, //02 July 1989, UT1-UTC=-0.3860450, Accumulated Leap Seconds=24 + { 2447710.50, 56.570301 }, //03 July 1989, UT1-UTC=-0.3863009, Accumulated Leap Seconds=24 + { 2447711.50, 56.570642 }, //04 July 1989, UT1-UTC=-0.3866416, Accumulated Leap Seconds=24 + { 2447712.50, 56.571155 }, //05 July 1989, UT1-UTC=-0.3871546, Accumulated Leap Seconds=24 + { 2447713.50, 56.571875 }, //06 July 1989, UT1-UTC=-0.3878747, Accumulated Leap Seconds=24 + { 2447714.50, 56.572791 }, //07 July 1989, UT1-UTC=-0.3887914, Accumulated Leap Seconds=24 + { 2447715.50, 56.573860 }, //08 July 1989, UT1-UTC=-0.3898604, Accumulated Leap Seconds=24 + { 2447716.50, 56.575015 }, //09 July 1989, UT1-UTC=-0.3910151, Accumulated Leap Seconds=24 + { 2447717.50, 56.576176 }, //10 July 1989, UT1-UTC=-0.3921757, Accumulated Leap Seconds=24 + { 2447718.50, 56.577272 }, //11 July 1989, UT1-UTC=-0.3932722, Accumulated Leap Seconds=24 + { 2447719.50, 56.578267 }, //12 July 1989, UT1-UTC=-0.3942669, Accumulated Leap Seconds=24 + { 2447720.50, 56.579142 }, //13 July 1989, UT1-UTC=-0.3951416, Accumulated Leap Seconds=24 + { 2447721.50, 56.579901 }, //14 July 1989, UT1-UTC=-0.3959008, Accumulated Leap Seconds=24 + { 2447722.50, 56.580576 }, //15 July 1989, UT1-UTC=-0.3965763, Accumulated Leap Seconds=24 + { 2447723.50, 56.581213 }, //16 July 1989, UT1-UTC=-0.3972135, Accumulated Leap Seconds=24 + { 2447724.50, 56.581863 }, //17 July 1989, UT1-UTC=-0.3978628, Accumulated Leap Seconds=24 + { 2447725.50, 56.582590 }, //18 July 1989, UT1-UTC=-0.3985897, Accumulated Leap Seconds=24 + { 2447726.50, 56.583486 }, //19 July 1989, UT1-UTC=-0.3994865, Accumulated Leap Seconds=24 + { 2447727.50, 56.584631 }, //20 July 1989, UT1-UTC=-0.4006310, Accumulated Leap Seconds=24 + { 2447728.50, 56.586054 }, //21 July 1989, UT1-UTC=-0.4020545, Accumulated Leap Seconds=24 + { 2447729.50, 56.587720 }, //22 July 1989, UT1-UTC=-0.4037197, Accumulated Leap Seconds=24 + { 2447730.50, 56.589521 }, //23 July 1989, UT1-UTC=-0.4055208, Accumulated Leap Seconds=24 + { 2447731.50, 56.591299 }, //24 July 1989, UT1-UTC=-0.4072988, Accumulated Leap Seconds=24 + { 2447732.50, 56.592902 }, //25 July 1989, UT1-UTC=-0.4089021, Accumulated Leap Seconds=24 + { 2447733.50, 56.594240 }, //26 July 1989, UT1-UTC=-0.4102402, Accumulated Leap Seconds=24 + { 2447734.50, 56.595281 }, //27 July 1989, UT1-UTC=-0.4112808, Accumulated Leap Seconds=24 + { 2447735.50, 56.596047 }, //28 July 1989, UT1-UTC=-0.4120472, Accumulated Leap Seconds=24 + { 2447736.50, 56.596626 }, //29 July 1989, UT1-UTC=-0.4126264, Accumulated Leap Seconds=24 + { 2447737.50, 56.597127 }, //30 July 1989, UT1-UTC=-0.4131275, Accumulated Leap Seconds=24 + { 2447738.50, 56.597658 }, //31 July 1989, UT1-UTC=-0.4136584, Accumulated Leap Seconds=24 + { 2447739.50, 56.598310 }, //01 August 1989, UT1-UTC=-0.4143102, Accumulated Leap Seconds=24 + { 2447740.50, 56.599129 }, //02 August 1989, UT1-UTC=-0.4151292, Accumulated Leap Seconds=24 + { 2447741.50, 56.600115 }, //03 August 1989, UT1-UTC=-0.4161154, Accumulated Leap Seconds=24 + { 2447742.50, 56.601233 }, //04 August 1989, UT1-UTC=-0.4172334, Accumulated Leap Seconds=24 + { 2447743.50, 56.602430 }, //05 August 1989, UT1-UTC=-0.4184299, Accumulated Leap Seconds=24 + { 2447744.50, 56.603643 }, //06 August 1989, UT1-UTC=-0.4196426, Accumulated Leap Seconds=24 + { 2447745.50, 56.604817 }, //07 August 1989, UT1-UTC=-0.4208167, Accumulated Leap Seconds=24 + { 2447746.50, 56.605902 }, //08 August 1989, UT1-UTC=-0.4219023, Accumulated Leap Seconds=24 + { 2447747.50, 56.606863 }, //09 August 1989, UT1-UTC=-0.4228632, Accumulated Leap Seconds=24 + { 2447748.50, 56.607693 }, //10 August 1989, UT1-UTC=-0.4236929, Accumulated Leap Seconds=24 + { 2447749.50, 56.608402 }, //11 August 1989, UT1-UTC=-0.4244021, Accumulated Leap Seconds=24 + { 2447750.50, 56.609014 }, //12 August 1989, UT1-UTC=-0.4250144, Accumulated Leap Seconds=24 + { 2447751.50, 56.609595 }, //13 August 1989, UT1-UTC=-0.4255955, Accumulated Leap Seconds=24 + { 2447752.50, 56.610242 }, //14 August 1989, UT1-UTC=-0.4262419, Accumulated Leap Seconds=24 + { 2447753.50, 56.611064 }, //15 August 1989, UT1-UTC=-0.4270639, Accumulated Leap Seconds=24 + { 2447754.50, 56.612160 }, //16 August 1989, UT1-UTC=-0.4281600, Accumulated Leap Seconds=24 + { 2447755.50, 56.613584 }, //17 August 1989, UT1-UTC=-0.4295845, Accumulated Leap Seconds=24 + { 2447756.50, 56.615326 }, //18 August 1989, UT1-UTC=-0.4313258, Accumulated Leap Seconds=24 + { 2447757.50, 56.617293 }, //19 August 1989, UT1-UTC=-0.4332933, Accumulated Leap Seconds=24 + { 2447758.50, 56.619322 }, //20 August 1989, UT1-UTC=-0.4353218, Accumulated Leap Seconds=24 + { 2447759.50, 56.621229 }, //21 August 1989, UT1-UTC=-0.4372287, Accumulated Leap Seconds=24 + { 2447760.50, 56.622871 }, //22 August 1989, UT1-UTC=-0.4388712, Accumulated Leap Seconds=24 + { 2447761.50, 56.624185 }, //23 August 1989, UT1-UTC=-0.4401855, Accumulated Leap Seconds=24 + { 2447762.50, 56.625193 }, //24 August 1989, UT1-UTC=-0.4411928, Accumulated Leap Seconds=24 + { 2447763.50, 56.625976 }, //25 August 1989, UT1-UTC=-0.4419764, Accumulated Leap Seconds=24 + { 2447764.50, 56.626647 }, //26 August 1989, UT1-UTC=-0.4426466, Accumulated Leap Seconds=24 + { 2447765.50, 56.627312 }, //27 August 1989, UT1-UTC=-0.4433117, Accumulated Leap Seconds=24 + { 2447766.50, 56.628072 }, //28 August 1989, UT1-UTC=-0.4440718, Accumulated Leap Seconds=24 + { 2447767.50, 56.628997 }, //29 August 1989, UT1-UTC=-0.4449967, Accumulated Leap Seconds=24 + { 2447768.50, 56.630114 }, //30 August 1989, UT1-UTC=-0.4461135, Accumulated Leap Seconds=24 + { 2447769.50, 56.631409 }, //31 August 1989, UT1-UTC=-0.4474090, Accumulated Leap Seconds=24 + { 2447770.50, 56.632833 }, //01 September 1989, UT1-UTC=-0.4488326, Accumulated Leap Seconds=24 + { 2447771.50, 56.634310 }, //02 September 1989, UT1-UTC=-0.4503104, Accumulated Leap Seconds=24 + { 2447772.50, 56.635759 }, //03 September 1989, UT1-UTC=-0.4517592, Accumulated Leap Seconds=24 + { 2447773.50, 56.637103 }, //04 September 1989, UT1-UTC=-0.4531034, Accumulated Leap Seconds=24 + { 2447774.50, 56.638286 }, //05 September 1989, UT1-UTC=-0.4542861, Accumulated Leap Seconds=24 + { 2447775.50, 56.639279 }, //06 September 1989, UT1-UTC=-0.4552793, Accumulated Leap Seconds=24 + { 2447776.50, 56.640099 }, //07 September 1989, UT1-UTC=-0.4560988, Accumulated Leap Seconds=24 + { 2447777.50, 56.640791 }, //08 September 1989, UT1-UTC=-0.4567912, Accumulated Leap Seconds=24 + { 2447778.50, 56.641424 }, //09 September 1989, UT1-UTC=-0.4574237, Accumulated Leap Seconds=24 + { 2447779.50, 56.642076 }, //10 September 1989, UT1-UTC=-0.4580759, Accumulated Leap Seconds=24 + { 2447780.50, 56.642841 }, //11 September 1989, UT1-UTC=-0.4588413, Accumulated Leap Seconds=24 + { 2447781.50, 56.643814 }, //12 September 1989, UT1-UTC=-0.4598142, Accumulated Leap Seconds=24 + { 2447782.50, 56.645086 }, //13 September 1989, UT1-UTC=-0.4610861, Accumulated Leap Seconds=24 + { 2447783.50, 56.646701 }, //14 September 1989, UT1-UTC=-0.4627008, Accumulated Leap Seconds=24 + { 2447784.50, 56.648626 }, //15 September 1989, UT1-UTC=-0.4646257, Accumulated Leap Seconds=24 + { 2447785.50, 56.650749 }, //16 September 1989, UT1-UTC=-0.4667494, Accumulated Leap Seconds=24 + { 2447786.50, 56.652894 }, //17 September 1989, UT1-UTC=-0.4688936, Accumulated Leap Seconds=24 + { 2447787.50, 56.654880 }, //18 September 1989, UT1-UTC=-0.4708799, Accumulated Leap Seconds=24 + { 2447788.50, 56.656588 }, //19 September 1989, UT1-UTC=-0.4725877, Accumulated Leap Seconds=24 + { 2447789.50, 56.657986 }, //20 September 1989, UT1-UTC=-0.4739864, Accumulated Leap Seconds=24 + { 2447790.50, 56.659135 }, //21 September 1989, UT1-UTC=-0.4751349, Accumulated Leap Seconds=24 + { 2447791.50, 56.660149 }, //22 September 1989, UT1-UTC=-0.4761491, Accumulated Leap Seconds=24 + { 2447792.50, 56.661158 }, //23 September 1989, UT1-UTC=-0.4771580, Accumulated Leap Seconds=24 + { 2447793.50, 56.662266 }, //24 September 1989, UT1-UTC=-0.4782659, Accumulated Leap Seconds=24 + { 2447794.50, 56.663536 }, //25 September 1989, UT1-UTC=-0.4795362, Accumulated Leap Seconds=24 + { 2447795.50, 56.664998 }, //26 September 1989, UT1-UTC=-0.4809976, Accumulated Leap Seconds=24 + { 2447796.50, 56.666641 }, //27 September 1989, UT1-UTC=-0.4826408, Accumulated Leap Seconds=24 + { 2447797.50, 56.668423 }, //28 September 1989, UT1-UTC=-0.4844230, Accumulated Leap Seconds=24 + { 2447798.50, 56.670277 }, //29 September 1989, UT1-UTC=-0.4862767, Accumulated Leap Seconds=24 + { 2447799.50, 56.672122 }, //30 September 1989, UT1-UTC=-0.4881223, Accumulated Leap Seconds=24 + { 2447800.50, 56.673881 }, //01 October 1989, UT1-UTC=-0.4898814, Accumulated Leap Seconds=24 + { 2447801.50, 56.675503 }, //02 October 1989, UT1-UTC=-0.4915025, Accumulated Leap Seconds=24 + { 2447802.50, 56.676966 }, //03 October 1989, UT1-UTC=-0.4929657, Accumulated Leap Seconds=24 + { 2447803.50, 56.678278 }, //04 October 1989, UT1-UTC=-0.4942776, Accumulated Leap Seconds=24 + { 2447804.50, 56.679471 }, //05 October 1989, UT1-UTC=-0.4954708, Accumulated Leap Seconds=24 + { 2447805.50, 56.680601 }, //06 October 1989, UT1-UTC=-0.4966012, Accumulated Leap Seconds=24 + { 2447806.50, 56.681739 }, //07 October 1989, UT1-UTC=-0.4977390, Accumulated Leap Seconds=24 + { 2447807.50, 56.682968 }, //08 October 1989, UT1-UTC=-0.4989679, Accumulated Leap Seconds=24 + { 2447808.50, 56.684376 }, //09 October 1989, UT1-UTC=-0.5003764, Accumulated Leap Seconds=24 + { 2447809.50, 56.686043 }, //10 October 1989, UT1-UTC=-0.5020430, Accumulated Leap Seconds=24 + { 2447810.50, 56.688019 }, //11 October 1989, UT1-UTC=-0.5040190, Accumulated Leap Seconds=24 + { 2447811.50, 56.690309 }, //12 October 1989, UT1-UTC=-0.5063092, Accumulated Leap Seconds=24 + { 2447812.50, 56.692836 }, //13 October 1989, UT1-UTC=-0.5088360, Accumulated Leap Seconds=24 + { 2447813.50, 56.695453 }, //14 October 1989, UT1-UTC=-0.5114535, Accumulated Leap Seconds=24 + { 2447814.50, 56.697988 }, //15 October 1989, UT1-UTC=-0.5139882, Accumulated Leap Seconds=24 + { 2447815.50, 56.700302 }, //16 October 1989, UT1-UTC=-0.5163023, Accumulated Leap Seconds=24 + { 2447816.50, 56.702355 }, //17 October 1989, UT1-UTC=-0.5183552, Accumulated Leap Seconds=24 + { 2447817.50, 56.704181 }, //18 October 1989, UT1-UTC=-0.5201807, Accumulated Leap Seconds=24 + { 2447818.50, 56.705882 }, //19 October 1989, UT1-UTC=-0.5218821, Accumulated Leap Seconds=24 + { 2447819.50, 56.707587 }, //20 October 1989, UT1-UTC=-0.5235875, Accumulated Leap Seconds=24 + { 2447820.50, 56.709397 }, //21 October 1989, UT1-UTC=-0.5253966, Accumulated Leap Seconds=24 + { 2447821.50, 56.711369 }, //22 October 1989, UT1-UTC=-0.5273690, Accumulated Leap Seconds=24 + { 2447822.50, 56.713520 }, //23 October 1989, UT1-UTC=-0.5295201, Accumulated Leap Seconds=24 + { 2447823.50, 56.715824 }, //24 October 1989, UT1-UTC=-0.5318237, Accumulated Leap Seconds=24 + { 2447824.50, 56.718218 }, //25 October 1989, UT1-UTC=-0.5342181, Accumulated Leap Seconds=24 + { 2447825.50, 56.720617 }, //26 October 1989, UT1-UTC=-0.5366175, Accumulated Leap Seconds=24 + { 2447826.50, 56.722973 }, //27 October 1989, UT1-UTC=-0.5389732, Accumulated Leap Seconds=24 + { 2447827.50, 56.725271 }, //28 October 1989, UT1-UTC=-0.5412707, Accumulated Leap Seconds=24 + { 2447828.50, 56.727472 }, //29 October 1989, UT1-UTC=-0.5434715, Accumulated Leap Seconds=24 + { 2447829.50, 56.729535 }, //30 October 1989, UT1-UTC=-0.5455347, Accumulated Leap Seconds=24 + { 2447830.50, 56.731445 }, //31 October 1989, UT1-UTC=-0.5474450, Accumulated Leap Seconds=24 + { 2447831.50, 56.733212 }, //01 November 1989, UT1-UTC=-0.5492116, Accumulated Leap Seconds=24 + { 2447832.50, 56.734862 }, //02 November 1989, UT1-UTC=-0.5508622, Accumulated Leap Seconds=24 + { 2447833.50, 56.736443 }, //03 November 1989, UT1-UTC=-0.5524428, Accumulated Leap Seconds=24 + { 2447834.50, 56.738022 }, //04 November 1989, UT1-UTC=-0.5540217, Accumulated Leap Seconds=24 + { 2447835.50, 56.739688 }, //05 November 1989, UT1-UTC=-0.5556885, Accumulated Leap Seconds=24 + { 2447836.50, 56.741541 }, //06 November 1989, UT1-UTC=-0.5575408, Accumulated Leap Seconds=24 + { 2447837.50, 56.743652 }, //07 November 1989, UT1-UTC=-0.5596524, Accumulated Leap Seconds=24 + { 2447838.50, 56.746048 }, //08 November 1989, UT1-UTC=-0.5620482, Accumulated Leap Seconds=24 + { 2447839.50, 56.748695 }, //09 November 1989, UT1-UTC=-0.5646954, Accumulated Leap Seconds=24 + { 2447840.50, 56.751491 }, //10 November 1989, UT1-UTC=-0.5674907, Accumulated Leap Seconds=24 + { 2447841.50, 56.754270 }, //11 November 1989, UT1-UTC=-0.5702703, Accumulated Leap Seconds=24 + { 2447842.50, 56.756873 }, //12 November 1989, UT1-UTC=-0.5728730, Accumulated Leap Seconds=24 + { 2447843.50, 56.759195 }, //13 November 1989, UT1-UTC=-0.5751947, Accumulated Leap Seconds=24 + { 2447844.50, 56.761222 }, //14 November 1989, UT1-UTC=-0.5772224, Accumulated Leap Seconds=24 + { 2447845.50, 56.763028 }, //15 November 1989, UT1-UTC=-0.5790283, Accumulated Leap Seconds=24 + { 2447846.50, 56.764744 }, //16 November 1989, UT1-UTC=-0.5807437, Accumulated Leap Seconds=24 + { 2447847.50, 56.766505 }, //17 November 1989, UT1-UTC=-0.5825050, Accumulated Leap Seconds=24 + { 2447848.50, 56.768413 }, //18 November 1989, UT1-UTC=-0.5844129, Accumulated Leap Seconds=24 + { 2447849.50, 56.770516 }, //19 November 1989, UT1-UTC=-0.5865157, Accumulated Leap Seconds=24 + { 2447850.50, 56.772808 }, //20 November 1989, UT1-UTC=-0.5888078, Accumulated Leap Seconds=24 + { 2447851.50, 56.775250 }, //21 November 1989, UT1-UTC=-0.5912498, Accumulated Leap Seconds=24 + { 2447852.50, 56.777783 }, //22 November 1989, UT1-UTC=-0.5937826, Accumulated Leap Seconds=24 + { 2447853.50, 56.780343 }, //23 November 1989, UT1-UTC=-0.5963429, Accumulated Leap Seconds=24 + { 2447854.50, 56.782872 }, //24 November 1989, UT1-UTC=-0.5988717, Accumulated Leap Seconds=24 + { 2447855.50, 56.785319 }, //25 November 1989, UT1-UTC=-0.6013194, Accumulated Leap Seconds=24 + { 2447856.50, 56.787633 }, //26 November 1989, UT1-UTC=-0.6036329, Accumulated Leap Seconds=24 + { 2447857.50, 56.789773 }, //27 November 1989, UT1-UTC=-0.6057728, Accumulated Leap Seconds=24 + { 2447858.50, 56.791748 }, //28 November 1989, UT1-UTC=-0.6077485, Accumulated Leap Seconds=24 + { 2447859.50, 56.793600 }, //29 November 1989, UT1-UTC=-0.6095996, Accumulated Leap Seconds=24 + { 2447860.50, 56.795383 }, //30 November 1989, UT1-UTC=-0.6113828, Accumulated Leap Seconds=24 + { 2447861.50, 56.797160 }, //01 December 1989, UT1-UTC=-0.6131596, Accumulated Leap Seconds=24 + { 2447862.50, 56.798996 }, //02 December 1989, UT1-UTC=-0.6149960, Accumulated Leap Seconds=24 + { 2447863.50, 56.800952 }, //03 December 1989, UT1-UTC=-0.6169522, Accumulated Leap Seconds=24 + { 2447864.50, 56.803070 }, //04 December 1989, UT1-UTC=-0.6190704, Accumulated Leap Seconds=24 + { 2447865.50, 56.805363 }, //05 December 1989, UT1-UTC=-0.6213625, Accumulated Leap Seconds=24 + { 2447866.50, 56.807815 }, //06 December 1989, UT1-UTC=-0.6238147, Accumulated Leap Seconds=24 + { 2447867.50, 56.810369 }, //07 December 1989, UT1-UTC=-0.6263694, Accumulated Leap Seconds=24 + { 2447868.50, 56.812923 }, //08 December 1989, UT1-UTC=-0.6289230, Accumulated Leap Seconds=24 + { 2447869.50, 56.815351 }, //09 December 1989, UT1-UTC=-0.6313513, Accumulated Leap Seconds=24 + { 2447870.50, 56.817546 }, //10 December 1989, UT1-UTC=-0.6335460, Accumulated Leap Seconds=24 + { 2447871.50, 56.819457 }, //11 December 1989, UT1-UTC=-0.6354566, Accumulated Leap Seconds=24 + { 2447872.50, 56.821114 }, //12 December 1989, UT1-UTC=-0.6371141, Accumulated Leap Seconds=24 + { 2447873.50, 56.822617 }, //13 December 1989, UT1-UTC=-0.6386168, Accumulated Leap Seconds=24 + { 2447874.50, 56.824093 }, //14 December 1989, UT1-UTC=-0.6400927, Accumulated Leap Seconds=24 + { 2447875.50, 56.825650 }, //15 December 1989, UT1-UTC=-0.6416503, Accumulated Leap Seconds=24 + { 2447876.50, 56.827365 }, //16 December 1989, UT1-UTC=-0.6433649, Accumulated Leap Seconds=24 + { 2447877.50, 56.829258 }, //17 December 1989, UT1-UTC=-0.6452577, Accumulated Leap Seconds=24 + { 2447878.50, 56.831304 }, //18 December 1989, UT1-UTC=-0.6473040, Accumulated Leap Seconds=24 + { 2447879.50, 56.833453 }, //19 December 1989, UT1-UTC=-0.6494535, Accumulated Leap Seconds=24 + { 2447880.50, 56.835645 }, //20 December 1989, UT1-UTC=-0.6516454, Accumulated Leap Seconds=24 + { 2447881.50, 56.837810 }, //21 December 1989, UT1-UTC=-0.6538100, Accumulated Leap Seconds=24 + { 2447882.50, 56.839885 }, //22 December 1989, UT1-UTC=-0.6558848, Accumulated Leap Seconds=24 + { 2447883.50, 56.841820 }, //23 December 1989, UT1-UTC=-0.6578201, Accumulated Leap Seconds=24 + { 2447884.50, 56.843578 }, //24 December 1989, UT1-UTC=-0.6595778, Accumulated Leap Seconds=24 + { 2447885.50, 56.845147 }, //25 December 1989, UT1-UTC=-0.6611469, Accumulated Leap Seconds=24 + { 2447886.50, 56.846554 }, //26 December 1989, UT1-UTC=-0.6625538, Accumulated Leap Seconds=24 + { 2447887.50, 56.847851 }, //27 December 1989, UT1-UTC=-0.6638512, Accumulated Leap Seconds=24 + { 2447888.50, 56.849110 }, //28 December 1989, UT1-UTC=-0.6651098, Accumulated Leap Seconds=24 + { 2447889.50, 56.850409 }, //29 December 1989, UT1-UTC=-0.6664093, Accumulated Leap Seconds=24 + { 2447890.50, 56.851828 }, //30 December 1989, UT1-UTC=-0.6678277, Accumulated Leap Seconds=24 + { 2447891.50, 56.853435 }, //31 December 1989, UT1-UTC=-0.6694346, Accumulated Leap Seconds=24 + { 2447892.50, 56.855270 }, //01 January 1990, UT1-UTC= 0.3287299, Accumulated Leap Seconds=25 + { 2447893.50, 56.857324 }, //02 January 1990, UT1-UTC= 0.3266755, Accumulated Leap Seconds=25 + { 2447894.50, 56.859539 }, //03 January 1990, UT1-UTC= 0.3244612, Accumulated Leap Seconds=25 + { 2447895.50, 56.861817 }, //04 January 1990, UT1-UTC= 0.3221827, Accumulated Leap Seconds=25 + { 2447896.50, 56.864033 }, //05 January 1990, UT1-UTC= 0.3199666, Accumulated Leap Seconds=25 + { 2447897.50, 56.866067 }, //06 January 1990, UT1-UTC= 0.3179327, Accumulated Leap Seconds=25 + { 2447898.50, 56.867845 }, //07 January 1990, UT1-UTC= 0.3161554, Accumulated Leap Seconds=25 + { 2447899.50, 56.869352 }, //08 January 1990, UT1-UTC= 0.3146479, Accumulated Leap Seconds=25 + { 2447900.50, 56.870641 }, //09 January 1990, UT1-UTC= 0.3133590, Accumulated Leap Seconds=25 + { 2447901.50, 56.871826 }, //10 January 1990, UT1-UTC= 0.3121743, Accumulated Leap Seconds=25 + { 2447902.50, 56.873040 }, //11 January 1990, UT1-UTC= 0.3109595, Accumulated Leap Seconds=25 + { 2447903.50, 56.874398 }, //12 January 1990, UT1-UTC= 0.3096018, Accumulated Leap Seconds=25 + { 2447904.50, 56.875961 }, //13 January 1990, UT1-UTC= 0.3080388, Accumulated Leap Seconds=25 + { 2447905.50, 56.877729 }, //14 January 1990, UT1-UTC= 0.3062707, Accumulated Leap Seconds=25 + { 2447906.50, 56.879637 }, //15 January 1990, UT1-UTC= 0.3043627, Accumulated Leap Seconds=25 + { 2447907.50, 56.881597 }, //16 January 1990, UT1-UTC= 0.3024028, Accumulated Leap Seconds=25 + { 2447908.50, 56.883527 }, //17 January 1990, UT1-UTC= 0.3004731, Accumulated Leap Seconds=25 + { 2447909.50, 56.885362 }, //18 January 1990, UT1-UTC= 0.2986380, Accumulated Leap Seconds=25 + { 2447910.50, 56.887061 }, //19 January 1990, UT1-UTC= 0.2969392, Accumulated Leap Seconds=25 + { 2447911.50, 56.888615 }, //20 January 1990, UT1-UTC= 0.2953849, Accumulated Leap Seconds=25 + { 2447912.50, 56.890030 }, //21 January 1990, UT1-UTC= 0.2939698, Accumulated Leap Seconds=25 + { 2447913.50, 56.891332 }, //22 January 1990, UT1-UTC= 0.2926678, Accumulated Leap Seconds=25 + { 2447914.50, 56.892572 }, //23 January 1990, UT1-UTC= 0.2914283, Accumulated Leap Seconds=25 + { 2447915.50, 56.893818 }, //24 January 1990, UT1-UTC= 0.2901819, Accumulated Leap Seconds=25 + { 2447916.50, 56.895158 }, //25 January 1990, UT1-UTC= 0.2888420, Accumulated Leap Seconds=25 + { 2447917.50, 56.896685 }, //26 January 1990, UT1-UTC= 0.2873146, Accumulated Leap Seconds=25 + { 2447918.50, 56.898477 }, //27 January 1990, UT1-UTC= 0.2855226, Accumulated Leap Seconds=25 + { 2447919.50, 56.900573 }, //28 January 1990, UT1-UTC= 0.2834268, Accumulated Leap Seconds=25 + { 2447920.50, 56.902963 }, //29 January 1990, UT1-UTC= 0.2810372, Accumulated Leap Seconds=25 + { 2447921.50, 56.905593 }, //30 January 1990, UT1-UTC= 0.2784068, Accumulated Leap Seconds=25 + { 2447922.50, 56.908367 }, //31 January 1990, UT1-UTC= 0.2756331, Accumulated Leap Seconds=25 + { 2447923.50, 56.911138 }, //01 February 1990, UT1-UTC= 0.2728622, Accumulated Leap Seconds=25 + { 2447924.50, 56.913772 }, //02 February 1990, UT1-UTC= 0.2702280, Accumulated Leap Seconds=25 + { 2447925.50, 56.916183 }, //03 February 1990, UT1-UTC= 0.2678168, Accumulated Leap Seconds=25 + { 2447926.50, 56.918362 }, //04 February 1990, UT1-UTC= 0.2656382, Accumulated Leap Seconds=25 + { 2447927.50, 56.920372 }, //05 February 1990, UT1-UTC= 0.2636275, Accumulated Leap Seconds=25 + { 2447928.50, 56.922322 }, //06 February 1990, UT1-UTC= 0.2616782, Accumulated Leap Seconds=25 + { 2447929.50, 56.924327 }, //07 February 1990, UT1-UTC= 0.2596732, Accumulated Leap Seconds=25 + { 2447930.50, 56.926479 }, //08 February 1990, UT1-UTC= 0.2575205, Accumulated Leap Seconds=25 + { 2447931.50, 56.928835 }, //09 February 1990, UT1-UTC= 0.2551654, Accumulated Leap Seconds=25 + { 2447932.50, 56.931389 }, //10 February 1990, UT1-UTC= 0.2526112, Accumulated Leap Seconds=25 + { 2447933.50, 56.934092 }, //11 February 1990, UT1-UTC= 0.2499077, Accumulated Leap Seconds=25 + { 2447934.50, 56.936873 }, //12 February 1990, UT1-UTC= 0.2471273, Accumulated Leap Seconds=25 + { 2447935.50, 56.939650 }, //13 February 1990, UT1-UTC= 0.2443503, Accumulated Leap Seconds=25 + { 2447936.50, 56.942349 }, //14 February 1990, UT1-UTC= 0.2416508, Accumulated Leap Seconds=25 + { 2447937.50, 56.944914 }, //15 February 1990, UT1-UTC= 0.2390857, Accumulated Leap Seconds=25 + { 2447938.50, 56.947311 }, //16 February 1990, UT1-UTC= 0.2366892, Accumulated Leap Seconds=25 + { 2447939.50, 56.949533 }, //17 February 1990, UT1-UTC= 0.2344671, Accumulated Leap Seconds=25 + { 2447940.50, 56.951581 }, //18 February 1990, UT1-UTC= 0.2324190, Accumulated Leap Seconds=25 + { 2447941.50, 56.953470 }, //19 February 1990, UT1-UTC= 0.2305295, Accumulated Leap Seconds=25 + { 2447942.50, 56.955223 }, //20 February 1990, UT1-UTC= 0.2287768, Accumulated Leap Seconds=25 + { 2447943.50, 56.956893 }, //21 February 1990, UT1-UTC= 0.2271069, Accumulated Leap Seconds=25 + { 2447944.50, 56.958594 }, //22 February 1990, UT1-UTC= 0.2254056, Accumulated Leap Seconds=25 + { 2447945.50, 56.960446 }, //23 February 1990, UT1-UTC= 0.2235538, Accumulated Leap Seconds=25 + { 2447946.50, 56.962532 }, //24 February 1990, UT1-UTC= 0.2214677, Accumulated Leap Seconds=25 + { 2447947.50, 56.964888 }, //25 February 1990, UT1-UTC= 0.2191119, Accumulated Leap Seconds=25 + { 2447948.50, 56.967480 }, //26 February 1990, UT1-UTC= 0.2165203, Accumulated Leap Seconds=25 + { 2447949.50, 56.970205 }, //27 February 1990, UT1-UTC= 0.2137950, Accumulated Leap Seconds=25 + { 2447950.50, 56.972921 }, //28 February 1990, UT1-UTC= 0.2110790, Accumulated Leap Seconds=25 + { 2447951.50, 56.975472 }, //01 March 1990, UT1-UTC= 0.2085275, Accumulated Leap Seconds=25 + { 2447952.50, 56.977755 }, //02 March 1990, UT1-UTC= 0.2062450, Accumulated Leap Seconds=25 + { 2447953.50, 56.979753 }, //03 March 1990, UT1-UTC= 0.2042473, Accumulated Leap Seconds=25 + { 2447954.50, 56.981526 }, //04 March 1990, UT1-UTC= 0.2024744, Accumulated Leap Seconds=25 + { 2447955.50, 56.983180 }, //05 March 1990, UT1-UTC= 0.2008204, Accumulated Leap Seconds=25 + { 2447956.50, 56.984837 }, //06 March 1990, UT1-UTC= 0.1991629, Accumulated Leap Seconds=25 + { 2447957.50, 56.986611 }, //07 March 1990, UT1-UTC= 0.1973892, Accumulated Leap Seconds=25 + { 2447958.50, 56.988578 }, //08 March 1990, UT1-UTC= 0.1954224, Accumulated Leap Seconds=25 + { 2447959.50, 56.990770 }, //09 March 1990, UT1-UTC= 0.1932302, Accumulated Leap Seconds=25 + { 2447960.50, 56.993175 }, //10 March 1990, UT1-UTC= 0.1908252, Accumulated Leap Seconds=25 + { 2447961.50, 56.995720 }, //11 March 1990, UT1-UTC= 0.1882804, Accumulated Leap Seconds=25 + { 2447962.50, 56.998309 }, //12 March 1990, UT1-UTC= 0.1856908, Accumulated Leap Seconds=25 + { 2447963.50, 57.000851 }, //13 March 1990, UT1-UTC= 0.1831488, Accumulated Leap Seconds=25 + { 2447964.50, 57.003269 }, //14 March 1990, UT1-UTC= 0.1807307, Accumulated Leap Seconds=25 + { 2447965.50, 57.005518 }, //15 March 1990, UT1-UTC= 0.1784817, Accumulated Leap Seconds=25 + { 2447966.50, 57.007612 }, //16 March 1990, UT1-UTC= 0.1763881, Accumulated Leap Seconds=25 + { 2447967.50, 57.009586 }, //17 March 1990, UT1-UTC= 0.1744136, Accumulated Leap Seconds=25 + { 2447968.50, 57.011486 }, //18 March 1990, UT1-UTC= 0.1725138, Accumulated Leap Seconds=25 + { 2447969.50, 57.013372 }, //19 March 1990, UT1-UTC= 0.1706279, Accumulated Leap Seconds=25 + { 2447970.50, 57.015316 }, //20 March 1990, UT1-UTC= 0.1686844, Accumulated Leap Seconds=25 + { 2447971.50, 57.017386 }, //21 March 1990, UT1-UTC= 0.1666143, Accumulated Leap Seconds=25 + { 2447972.50, 57.019649 }, //22 March 1990, UT1-UTC= 0.1643506, Accumulated Leap Seconds=25 + { 2447973.50, 57.022162 }, //23 March 1990, UT1-UTC= 0.1618382, Accumulated Leap Seconds=25 + { 2447974.50, 57.024954 }, //24 March 1990, UT1-UTC= 0.1590458, Accumulated Leap Seconds=25 + { 2447975.50, 57.028017 }, //25 March 1990, UT1-UTC= 0.1559830, Accumulated Leap Seconds=25 + { 2447976.50, 57.031258 }, //26 March 1990, UT1-UTC= 0.1527418, Accumulated Leap Seconds=25 + { 2447977.50, 57.034525 }, //27 March 1990, UT1-UTC= 0.1494752, Accumulated Leap Seconds=25 + { 2447978.50, 57.037644 }, //28 March 1990, UT1-UTC= 0.1463557, Accumulated Leap Seconds=25 + { 2447979.50, 57.040474 }, //29 March 1990, UT1-UTC= 0.1435257, Accumulated Leap Seconds=25 + { 2447980.50, 57.042944 }, //30 March 1990, UT1-UTC= 0.1410556, Accumulated Leap Seconds=25 + { 2447981.50, 57.045106 }, //31 March 1990, UT1-UTC= 0.1388943, Accumulated Leap Seconds=25 + { 2447982.50, 57.047077 }, //01 April 1990, UT1-UTC= 0.1369228, Accumulated Leap Seconds=25 + { 2447983.50, 57.049000 }, //02 April 1990, UT1-UTC= 0.1350002, Accumulated Leap Seconds=25 + { 2447984.50, 57.051002 }, //03 April 1990, UT1-UTC= 0.1329978, Accumulated Leap Seconds=25 + { 2447985.50, 57.053171 }, //04 April 1990, UT1-UTC= 0.1308293, Accumulated Leap Seconds=25 + { 2447986.50, 57.055518 }, //05 April 1990, UT1-UTC= 0.1284821, Accumulated Leap Seconds=25 + { 2447987.50, 57.058008 }, //06 April 1990, UT1-UTC= 0.1259920, Accumulated Leap Seconds=25 + { 2447988.50, 57.060596 }, //07 April 1990, UT1-UTC= 0.1234035, Accumulated Leap Seconds=25 + { 2447989.50, 57.063227 }, //08 April 1990, UT1-UTC= 0.1207725, Accumulated Leap Seconds=25 + { 2447990.50, 57.065837 }, //09 April 1990, UT1-UTC= 0.1181634, Accumulated Leap Seconds=25 + { 2447991.50, 57.068359 }, //10 April 1990, UT1-UTC= 0.1156414, Accumulated Leap Seconds=25 + { 2447992.50, 57.070743 }, //11 April 1990, UT1-UTC= 0.1132566, Accumulated Leap Seconds=25 + { 2447993.50, 57.072965 }, //12 April 1990, UT1-UTC= 0.1110349, Accumulated Leap Seconds=25 + { 2447994.50, 57.075024 }, //13 April 1990, UT1-UTC= 0.1089757, Accumulated Leap Seconds=25 + { 2447995.50, 57.076937 }, //14 April 1990, UT1-UTC= 0.1070634, Accumulated Leap Seconds=25 + { 2447996.50, 57.078740 }, //15 April 1990, UT1-UTC= 0.1052598, Accumulated Leap Seconds=25 + { 2447997.50, 57.080501 }, //16 April 1990, UT1-UTC= 0.1034993, Accumulated Leap Seconds=25 + { 2447998.50, 57.082294 }, //17 April 1990, UT1-UTC= 0.1017055, Accumulated Leap Seconds=25 + { 2447999.50, 57.084203 }, //18 April 1990, UT1-UTC= 0.0997972, Accumulated Leap Seconds=25 + { 2448000.50, 57.086314 }, //19 April 1990, UT1-UTC= 0.0976858, Accumulated Leap Seconds=25 + { 2448001.50, 57.088684 }, //20 April 1990, UT1-UTC= 0.0953157, Accumulated Leap Seconds=25 + { 2448002.50, 57.091324 }, //21 April 1990, UT1-UTC= 0.0926757, Accumulated Leap Seconds=25 + { 2448003.50, 57.094184 }, //22 April 1990, UT1-UTC= 0.0898164, Accumulated Leap Seconds=25 + { 2448004.50, 57.097147 }, //23 April 1990, UT1-UTC= 0.0868525, Accumulated Leap Seconds=25 + { 2448005.50, 57.100056 }, //24 April 1990, UT1-UTC= 0.0839438, Accumulated Leap Seconds=25 + { 2448006.50, 57.102756 }, //25 April 1990, UT1-UTC= 0.0812443, Accumulated Leap Seconds=25 + { 2448007.50, 57.105132 }, //26 April 1990, UT1-UTC= 0.0788675, Accumulated Leap Seconds=25 + { 2448008.50, 57.107159 }, //27 April 1990, UT1-UTC= 0.0768409, Accumulated Leap Seconds=25 + { 2448009.50, 57.108900 }, //28 April 1990, UT1-UTC= 0.0751001, Accumulated Leap Seconds=25 + { 2448010.50, 57.110462 }, //29 April 1990, UT1-UTC= 0.0735384, Accumulated Leap Seconds=25 + { 2448011.50, 57.111990 }, //30 April 1990, UT1-UTC= 0.0720096, Accumulated Leap Seconds=25 + { 2448012.50, 57.113613 }, //01 May 1990, UT1-UTC= 0.0703872, Accumulated Leap Seconds=25 + { 2448013.50, 57.115397 }, //02 May 1990, UT1-UTC= 0.0686030, Accumulated Leap Seconds=25 + { 2448014.50, 57.117352 }, //03 May 1990, UT1-UTC= 0.0666480, Accumulated Leap Seconds=25 + { 2448015.50, 57.119441 }, //04 May 1990, UT1-UTC= 0.0645590, Accumulated Leap Seconds=25 + { 2448016.50, 57.121601 }, //05 May 1990, UT1-UTC= 0.0623985, Accumulated Leap Seconds=25 + { 2448017.50, 57.123758 }, //06 May 1990, UT1-UTC= 0.0602422, Accumulated Leap Seconds=25 + { 2448018.50, 57.125839 }, //07 May 1990, UT1-UTC= 0.0581609, Accumulated Leap Seconds=25 + { 2448019.50, 57.127789 }, //08 May 1990, UT1-UTC= 0.0562105, Accumulated Leap Seconds=25 + { 2448020.50, 57.129578 }, //09 May 1990, UT1-UTC= 0.0544221, Accumulated Leap Seconds=25 + { 2448021.50, 57.131217 }, //10 May 1990, UT1-UTC= 0.0527826, Accumulated Leap Seconds=25 + { 2448022.50, 57.132733 }, //11 May 1990, UT1-UTC= 0.0512668, Accumulated Leap Seconds=25 + { 2448023.50, 57.134166 }, //12 May 1990, UT1-UTC= 0.0498338, Accumulated Leap Seconds=25 + { 2448024.50, 57.135576 }, //13 May 1990, UT1-UTC= 0.0484244, Accumulated Leap Seconds=25 + { 2448025.50, 57.137031 }, //14 May 1990, UT1-UTC= 0.0469688, Accumulated Leap Seconds=25 + { 2448026.50, 57.138614 }, //15 May 1990, UT1-UTC= 0.0453861, Accumulated Leap Seconds=25 + { 2448027.50, 57.140395 }, //16 May 1990, UT1-UTC= 0.0436049, Accumulated Leap Seconds=25 + { 2448028.50, 57.142404 }, //17 May 1990, UT1-UTC= 0.0415965, Accumulated Leap Seconds=25 + { 2448029.50, 57.144650 }, //18 May 1990, UT1-UTC= 0.0393498, Accumulated Leap Seconds=25 + { 2448030.50, 57.147110 }, //19 May 1990, UT1-UTC= 0.0368903, Accumulated Leap Seconds=25 + { 2448031.50, 57.149716 }, //20 May 1990, UT1-UTC= 0.0342836, Accumulated Leap Seconds=25 + { 2448032.50, 57.152367 }, //21 May 1990, UT1-UTC= 0.0316328, Accumulated Leap Seconds=25 + { 2448033.50, 57.154935 }, //22 May 1990, UT1-UTC= 0.0290653, Accumulated Leap Seconds=25 + { 2448034.50, 57.157303 }, //23 May 1990, UT1-UTC= 0.0266965, Accumulated Leap Seconds=25 + { 2448035.50, 57.159393 }, //24 May 1990, UT1-UTC= 0.0246069, Accumulated Leap Seconds=25 + { 2448036.50, 57.161192 }, //25 May 1990, UT1-UTC= 0.0228081, Accumulated Leap Seconds=25 + { 2448037.50, 57.162783 }, //26 May 1990, UT1-UTC= 0.0212166, Accumulated Leap Seconds=25 + { 2448038.50, 57.164320 }, //27 May 1990, UT1-UTC= 0.0196804, Accumulated Leap Seconds=25 + { 2448039.50, 57.165939 }, //28 May 1990, UT1-UTC= 0.0180611, Accumulated Leap Seconds=25 + { 2448040.50, 57.167719 }, //29 May 1990, UT1-UTC= 0.0162813, Accumulated Leap Seconds=25 + { 2448041.50, 57.169663 }, //30 May 1990, UT1-UTC= 0.0143374, Accumulated Leap Seconds=25 + { 2448042.50, 57.171723 }, //31 May 1990, UT1-UTC= 0.0122766, Accumulated Leap Seconds=25 + { 2448043.50, 57.173831 }, //01 June 1990, UT1-UTC= 0.0101690, Accumulated Leap Seconds=25 + { 2448044.50, 57.175911 }, //02 June 1990, UT1-UTC= 0.0080890, Accumulated Leap Seconds=25 + { 2448045.50, 57.177899 }, //03 June 1990, UT1-UTC= 0.0061014, Accumulated Leap Seconds=25 + { 2448046.50, 57.179744 }, //04 June 1990, UT1-UTC= 0.0042559, Accumulated Leap Seconds=25 + { 2448047.50, 57.181411 }, //05 June 1990, UT1-UTC= 0.0025887, Accumulated Leap Seconds=25 + { 2448048.50, 57.182887 }, //06 June 1990, UT1-UTC= 0.0011131, Accumulated Leap Seconds=25 + { 2448049.50, 57.184193 }, //07 June 1990, UT1-UTC=-0.0001929, Accumulated Leap Seconds=25 + { 2448050.50, 57.185378 }, //08 June 1990, UT1-UTC=-0.0013779, Accumulated Leap Seconds=25 + { 2448051.50, 57.186510 }, //09 June 1990, UT1-UTC=-0.0025105, Accumulated Leap Seconds=25 + { 2448052.50, 57.187670 }, //10 June 1990, UT1-UTC=-0.0036700, Accumulated Leap Seconds=25 + { 2448053.50, 57.188930 }, //11 June 1990, UT1-UTC=-0.0049304, Accumulated Leap Seconds=25 + { 2448054.50, 57.190345 }, //12 June 1990, UT1-UTC=-0.0063454, Accumulated Leap Seconds=25 + { 2448055.50, 57.191940 }, //13 June 1990, UT1-UTC=-0.0079399, Accumulated Leap Seconds=25 + { 2448056.50, 57.193724 }, //14 June 1990, UT1-UTC=-0.0097238, Accumulated Leap Seconds=25 + { 2448057.50, 57.195687 }, //15 June 1990, UT1-UTC=-0.0116874, Accumulated Leap Seconds=25 + { 2448058.50, 57.197784 }, //16 June 1990, UT1-UTC=-0.0137844, Accumulated Leap Seconds=25 + { 2448059.50, 57.199933 }, //17 June 1990, UT1-UTC=-0.0159328, Accumulated Leap Seconds=25 + { 2448060.50, 57.202025 }, //18 June 1990, UT1-UTC=-0.0180254, Accumulated Leap Seconds=25 + { 2448061.50, 57.203960 }, //19 June 1990, UT1-UTC=-0.0199602, Accumulated Leap Seconds=25 + { 2448062.50, 57.205676 }, //20 June 1990, UT1-UTC=-0.0216762, Accumulated Leap Seconds=25 + { 2448063.50, 57.207164 }, //21 June 1990, UT1-UTC=-0.0231643, Accumulated Leap Seconds=25 + { 2448064.50, 57.208473 }, //22 June 1990, UT1-UTC=-0.0244731, Accumulated Leap Seconds=25 + { 2448065.50, 57.209694 }, //23 June 1990, UT1-UTC=-0.0256936, Accumulated Leap Seconds=25 + { 2448066.50, 57.210959 }, //24 June 1990, UT1-UTC=-0.0269587, Accumulated Leap Seconds=25 + { 2448067.50, 57.212370 }, //25 June 1990, UT1-UTC=-0.0283702, Accumulated Leap Seconds=25 + { 2448068.50, 57.213960 }, //26 June 1990, UT1-UTC=-0.0299604, Accumulated Leap Seconds=25 + { 2448069.50, 57.215692 }, //27 June 1990, UT1-UTC=-0.0316925, Accumulated Leap Seconds=25 + { 2448070.50, 57.217487 }, //28 June 1990, UT1-UTC=-0.0334874, Accumulated Leap Seconds=25 + { 2448071.50, 57.219273 }, //29 June 1990, UT1-UTC=-0.0352726, Accumulated Leap Seconds=25 + { 2448072.50, 57.220991 }, //30 June 1990, UT1-UTC=-0.0369906, Accumulated Leap Seconds=25 + { 2448073.50, 57.222607 }, //01 July 1990, UT1-UTC=-0.0386068, Accumulated Leap Seconds=25 + { 2448074.50, 57.224088 }, //02 July 1990, UT1-UTC=-0.0400881, Accumulated Leap Seconds=25 + { 2448075.50, 57.225402 }, //03 July 1990, UT1-UTC=-0.0414022, Accumulated Leap Seconds=25 + { 2448076.50, 57.226562 }, //04 July 1990, UT1-UTC=-0.0425616, Accumulated Leap Seconds=25 + { 2448077.50, 57.227590 }, //05 July 1990, UT1-UTC=-0.0435896, Accumulated Leap Seconds=25 + { 2448078.50, 57.228523 }, //06 July 1990, UT1-UTC=-0.0445233, Accumulated Leap Seconds=25 + { 2448079.50, 57.229411 }, //07 July 1990, UT1-UTC=-0.0454115, Accumulated Leap Seconds=25 + { 2448080.50, 57.230301 }, //08 July 1990, UT1-UTC=-0.0463011, Accumulated Leap Seconds=25 + { 2448081.50, 57.231268 }, //09 July 1990, UT1-UTC=-0.0472682, Accumulated Leap Seconds=25 + { 2448082.50, 57.232388 }, //10 July 1990, UT1-UTC=-0.0483881, Accumulated Leap Seconds=25 + { 2448083.50, 57.233705 }, //11 July 1990, UT1-UTC=-0.0497046, Accumulated Leap Seconds=25 + { 2448084.50, 57.235212 }, //12 July 1990, UT1-UTC=-0.0512119, Accumulated Leap Seconds=25 + { 2448085.50, 57.236849 }, //13 July 1990, UT1-UTC=-0.0528489, Accumulated Leap Seconds=25 + { 2448086.50, 57.238534 }, //14 July 1990, UT1-UTC=-0.0545337, Accumulated Leap Seconds=25 + { 2448087.50, 57.240159 }, //15 July 1990, UT1-UTC=-0.0561593, Accumulated Leap Seconds=25 + { 2448088.50, 57.241620 }, //16 July 1990, UT1-UTC=-0.0576203, Accumulated Leap Seconds=25 + { 2448089.50, 57.242841 }, //17 July 1990, UT1-UTC=-0.0588413, Accumulated Leap Seconds=25 + { 2448090.50, 57.243800 }, //18 July 1990, UT1-UTC=-0.0597996, Accumulated Leap Seconds=25 + { 2448091.50, 57.244540 }, //19 July 1990, UT1-UTC=-0.0605401, Accumulated Leap Seconds=25 + { 2448092.50, 57.245176 }, //20 July 1990, UT1-UTC=-0.0611762, Accumulated Leap Seconds=25 + { 2448093.50, 57.245851 }, //21 July 1990, UT1-UTC=-0.0618514, Accumulated Leap Seconds=25 + { 2448094.50, 57.246693 }, //22 July 1990, UT1-UTC=-0.0626927, Accumulated Leap Seconds=25 + { 2448095.50, 57.247770 }, //23 July 1990, UT1-UTC=-0.0637696, Accumulated Leap Seconds=25 + { 2448096.50, 57.249073 }, //24 July 1990, UT1-UTC=-0.0650727, Accumulated Leap Seconds=25 + { 2448097.50, 57.250532 }, //25 July 1990, UT1-UTC=-0.0665325, Accumulated Leap Seconds=25 + { 2448098.50, 57.252060 }, //26 July 1990, UT1-UTC=-0.0680598, Accumulated Leap Seconds=25 + { 2448099.50, 57.253576 }, //27 July 1990, UT1-UTC=-0.0695760, Accumulated Leap Seconds=25 + { 2448100.50, 57.255036 }, //28 July 1990, UT1-UTC=-0.0710357, Accumulated Leap Seconds=25 + { 2448101.50, 57.256400 }, //29 July 1990, UT1-UTC=-0.0723997, Accumulated Leap Seconds=25 + { 2448102.50, 57.257641 }, //30 July 1990, UT1-UTC=-0.0736414, Accumulated Leap Seconds=25 + { 2448103.50, 57.258751 }, //31 July 1990, UT1-UTC=-0.0747510, Accumulated Leap Seconds=25 + { 2448104.50, 57.259731 }, //01 August 1990, UT1-UTC=-0.0757310, Accumulated Leap Seconds=25 + { 2448105.50, 57.260595 }, //02 August 1990, UT1-UTC=-0.0765954, Accumulated Leap Seconds=25 + { 2448106.50, 57.261409 }, //03 August 1990, UT1-UTC=-0.0774086, Accumulated Leap Seconds=25 + { 2448107.50, 57.262260 }, //04 August 1990, UT1-UTC=-0.0782605, Accumulated Leap Seconds=25 + { 2448108.50, 57.263238 }, //05 August 1990, UT1-UTC=-0.0792382, Accumulated Leap Seconds=25 + { 2448109.50, 57.264417 }, //06 August 1990, UT1-UTC=-0.0804167, Accumulated Leap Seconds=25 + { 2448110.50, 57.265842 }, //07 August 1990, UT1-UTC=-0.0818421, Accumulated Leap Seconds=25 + { 2448111.50, 57.267519 }, //08 August 1990, UT1-UTC=-0.0835193, Accumulated Leap Seconds=25 + { 2448112.50, 57.269407 }, //09 August 1990, UT1-UTC=-0.0854070, Accumulated Leap Seconds=25 + { 2448113.50, 57.271419 }, //10 August 1990, UT1-UTC=-0.0874187, Accumulated Leap Seconds=25 + { 2448114.50, 57.273444 }, //11 August 1990, UT1-UTC=-0.0894445, Accumulated Leap Seconds=25 + { 2448115.50, 57.275372 }, //12 August 1990, UT1-UTC=-0.0913725, Accumulated Leap Seconds=25 + { 2448116.50, 57.277119 }, //13 August 1990, UT1-UTC=-0.0931194, Accumulated Leap Seconds=25 + { 2448117.50, 57.278645 }, //14 August 1990, UT1-UTC=-0.0946455, Accumulated Leap Seconds=25 + { 2448118.50, 57.279973 }, //15 August 1990, UT1-UTC=-0.0959732, Accumulated Leap Seconds=25 + { 2448119.50, 57.281191 }, //16 August 1990, UT1-UTC=-0.0971907, Accumulated Leap Seconds=25 + { 2448120.50, 57.282418 }, //17 August 1990, UT1-UTC=-0.0984181, Accumulated Leap Seconds=25 + { 2448121.50, 57.283778 }, //18 August 1990, UT1-UTC=-0.0997780, Accumulated Leap Seconds=25 + { 2448122.50, 57.285356 }, //19 August 1990, UT1-UTC=-0.1013560, Accumulated Leap Seconds=25 + { 2448123.50, 57.287178 }, //20 August 1990, UT1-UTC=-0.1031780, Accumulated Leap Seconds=25 + { 2448124.50, 57.289207 }, //21 August 1990, UT1-UTC=-0.1052071, Accumulated Leap Seconds=25 + { 2448125.50, 57.291361 }, //22 August 1990, UT1-UTC=-0.1073609, Accumulated Leap Seconds=25 + { 2448126.50, 57.293538 }, //23 August 1990, UT1-UTC=-0.1095377, Accumulated Leap Seconds=25 + { 2448127.50, 57.295649 }, //24 August 1990, UT1-UTC=-0.1116487, Accumulated Leap Seconds=25 + { 2448128.50, 57.297621 }, //25 August 1990, UT1-UTC=-0.1136207, Accumulated Leap Seconds=25 + { 2448129.50, 57.299410 }, //26 August 1990, UT1-UTC=-0.1154098, Accumulated Leap Seconds=25 + { 2448130.50, 57.301003 }, //27 August 1990, UT1-UTC=-0.1170033, Accumulated Leap Seconds=25 + { 2448131.50, 57.302418 }, //28 August 1990, UT1-UTC=-0.1184179, Accumulated Leap Seconds=25 + { 2448132.50, 57.303691 }, //29 August 1990, UT1-UTC=-0.1196906, Accumulated Leap Seconds=25 + { 2448133.50, 57.304875 }, //30 August 1990, UT1-UTC=-0.1208751, Accumulated Leap Seconds=25 + { 2448134.50, 57.306043 }, //31 August 1990, UT1-UTC=-0.1220434, Accumulated Leap Seconds=25 + { 2448135.50, 57.307274 }, //01 September 1990, UT1-UTC=-0.1232742, Accumulated Leap Seconds=25 + { 2448136.50, 57.308654 }, //02 September 1990, UT1-UTC=-0.1246539, Accumulated Leap Seconds=25 + { 2448137.50, 57.310257 }, //03 September 1990, UT1-UTC=-0.1262568, Accumulated Leap Seconds=25 + { 2448138.50, 57.312125 }, //04 September 1990, UT1-UTC=-0.1281251, Accumulated Leap Seconds=25 + { 2448139.50, 57.314254 }, //05 September 1990, UT1-UTC=-0.1302544, Accumulated Leap Seconds=25 + { 2448140.50, 57.316580 }, //06 September 1990, UT1-UTC=-0.1325801, Accumulated Leap Seconds=25 + { 2448141.50, 57.318967 }, //07 September 1990, UT1-UTC=-0.1349674, Accumulated Leap Seconds=25 + { 2448142.50, 57.321264 }, //08 September 1990, UT1-UTC=-0.1372637, Accumulated Leap Seconds=25 + { 2448143.50, 57.323347 }, //09 September 1990, UT1-UTC=-0.1393470, Accumulated Leap Seconds=25 + { 2448144.50, 57.325155 }, //10 September 1990, UT1-UTC=-0.1411555, Accumulated Leap Seconds=25 + { 2448145.50, 57.326703 }, //11 September 1990, UT1-UTC=-0.1427028, Accumulated Leap Seconds=25 + { 2448146.50, 57.328089 }, //12 September 1990, UT1-UTC=-0.1440895, Accumulated Leap Seconds=25 + { 2448147.50, 57.329460 }, //13 September 1990, UT1-UTC=-0.1454603, Accumulated Leap Seconds=25 + { 2448148.50, 57.330948 }, //14 September 1990, UT1-UTC=-0.1469478, Accumulated Leap Seconds=25 + { 2448149.50, 57.332646 }, //15 September 1990, UT1-UTC=-0.1486457, Accumulated Leap Seconds=25 + { 2448150.50, 57.334591 }, //16 September 1990, UT1-UTC=-0.1505908, Accumulated Leap Seconds=25 + { 2448151.50, 57.336757 }, //17 September 1990, UT1-UTC=-0.1527567, Accumulated Leap Seconds=25 + { 2448152.50, 57.339074 }, //18 September 1990, UT1-UTC=-0.1550745, Accumulated Leap Seconds=25 + { 2448153.50, 57.341451 }, //19 September 1990, UT1-UTC=-0.1574511, Accumulated Leap Seconds=25 + { 2448154.50, 57.343792 }, //20 September 1990, UT1-UTC=-0.1597918, Accumulated Leap Seconds=25 + { 2448155.50, 57.346019 }, //21 September 1990, UT1-UTC=-0.1620186, Accumulated Leap Seconds=25 + { 2448156.50, 57.348081 }, //22 September 1990, UT1-UTC=-0.1640808, Accumulated Leap Seconds=25 + { 2448157.50, 57.349968 }, //23 September 1990, UT1-UTC=-0.1659684, Accumulated Leap Seconds=25 + { 2448158.50, 57.351703 }, //24 September 1990, UT1-UTC=-0.1677029, Accumulated Leap Seconds=25 + { 2448159.50, 57.353327 }, //25 September 1990, UT1-UTC=-0.1693274, Accumulated Leap Seconds=25 + { 2448160.50, 57.354900 }, //26 September 1990, UT1-UTC=-0.1708998, Accumulated Leap Seconds=25 + { 2448161.50, 57.356486 }, //27 September 1990, UT1-UTC=-0.1724864, Accumulated Leap Seconds=25 + { 2448162.50, 57.358160 }, //28 September 1990, UT1-UTC=-0.1741597, Accumulated Leap Seconds=25 + { 2448163.50, 57.359990 }, //29 September 1990, UT1-UTC=-0.1759905, Accumulated Leap Seconds=25 + { 2448164.50, 57.362038 }, //30 September 1990, UT1-UTC=-0.1780385, Accumulated Leap Seconds=25 + { 2448165.50, 57.364337 }, //01 October 1990, UT1-UTC=-0.1803368, Accumulated Leap Seconds=25 + { 2448166.50, 57.366873 }, //02 October 1990, UT1-UTC=-0.1828734, Accumulated Leap Seconds=25 + { 2448167.50, 57.369589 }, //03 October 1990, UT1-UTC=-0.1855895, Accumulated Leap Seconds=25 + { 2448168.50, 57.372378 }, //04 October 1990, UT1-UTC=-0.1883780, Accumulated Leap Seconds=25 + { 2448169.50, 57.375108 }, //05 October 1990, UT1-UTC=-0.1911078, Accumulated Leap Seconds=25 + { 2448170.50, 57.377656 }, //06 October 1990, UT1-UTC=-0.1936561, Accumulated Leap Seconds=25 + { 2448171.50, 57.379943 }, //07 October 1990, UT1-UTC=-0.1959435, Accumulated Leap Seconds=25 + { 2448172.50, 57.381966 }, //08 October 1990, UT1-UTC=-0.1979658, Accumulated Leap Seconds=25 + { 2448173.50, 57.383793 }, //09 October 1990, UT1-UTC=-0.1997935, Accumulated Leap Seconds=25 + { 2448174.50, 57.385540 }, //10 October 1990, UT1-UTC=-0.2015404, Accumulated Leap Seconds=25 + { 2448175.50, 57.387326 }, //11 October 1990, UT1-UTC=-0.2033257, Accumulated Leap Seconds=25 + { 2448176.50, 57.389244 }, //12 October 1990, UT1-UTC=-0.2052441, Accumulated Leap Seconds=25 + { 2448177.50, 57.391337 }, //13 October 1990, UT1-UTC=-0.2073366, Accumulated Leap Seconds=25 + { 2448178.50, 57.393590 }, //14 October 1990, UT1-UTC=-0.2095896, Accumulated Leap Seconds=25 + { 2448179.50, 57.395950 }, //15 October 1990, UT1-UTC=-0.2119499, Accumulated Leap Seconds=25 + { 2448180.50, 57.398346 }, //16 October 1990, UT1-UTC=-0.2143460, Accumulated Leap Seconds=25 + { 2448181.50, 57.400707 }, //17 October 1990, UT1-UTC=-0.2167072, Accumulated Leap Seconds=25 + { 2448182.50, 57.402973 }, //18 October 1990, UT1-UTC=-0.2189730, Accumulated Leap Seconds=25 + { 2448183.50, 57.405102 }, //19 October 1990, UT1-UTC=-0.2211017, Accumulated Leap Seconds=25 + { 2448184.50, 57.407077 }, //20 October 1990, UT1-UTC=-0.2230769, Accumulated Leap Seconds=25 + { 2448185.50, 57.408898 }, //21 October 1990, UT1-UTC=-0.2248977, Accumulated Leap Seconds=25 + { 2448186.50, 57.410603 }, //22 October 1990, UT1-UTC=-0.2266028, Accumulated Leap Seconds=25 + { 2448187.50, 57.412259 }, //23 October 1990, UT1-UTC=-0.2282592, Accumulated Leap Seconds=25 + { 2448188.50, 57.413941 }, //24 October 1990, UT1-UTC=-0.2299413, Accumulated Leap Seconds=25 + { 2448189.50, 57.415710 }, //25 October 1990, UT1-UTC=-0.2317097, Accumulated Leap Seconds=25 + { 2448190.50, 57.417616 }, //26 October 1990, UT1-UTC=-0.2336164, Accumulated Leap Seconds=25 + { 2448191.50, 57.419709 }, //27 October 1990, UT1-UTC=-0.2357095, Accumulated Leap Seconds=25 + { 2448192.50, 57.422038 }, //28 October 1990, UT1-UTC=-0.2380376, Accumulated Leap Seconds=25 + { 2448193.50, 57.424625 }, //29 October 1990, UT1-UTC=-0.2406245, Accumulated Leap Seconds=25 + { 2448194.50, 57.427447 }, //30 October 1990, UT1-UTC=-0.2434467, Accumulated Leap Seconds=25 + { 2448195.50, 57.430424 }, //31 October 1990, UT1-UTC=-0.2464239, Accumulated Leap Seconds=25 + { 2448196.50, 57.433428 }, //01 November 1990, UT1-UTC=-0.2494281, Accumulated Leap Seconds=25 + { 2448197.50, 57.436313 }, //02 November 1990, UT1-UTC=-0.2523127, Accumulated Leap Seconds=25 + { 2448198.50, 57.438948 }, //03 November 1990, UT1-UTC=-0.2549484, Accumulated Leap Seconds=25 + { 2448199.50, 57.441266 }, //04 November 1990, UT1-UTC=-0.2572657, Accumulated Leap Seconds=25 + { 2448200.50, 57.443284 }, //05 November 1990, UT1-UTC=-0.2592841, Accumulated Leap Seconds=25 + { 2448201.50, 57.445131 }, //06 November 1990, UT1-UTC=-0.2611312, Accumulated Leap Seconds=25 + { 2448202.50, 57.446978 }, //07 November 1990, UT1-UTC=-0.2629783, Accumulated Leap Seconds=25 + { 2448203.50, 57.448971 }, //08 November 1990, UT1-UTC=-0.2649711, Accumulated Leap Seconds=25 + { 2448204.50, 57.451185 }, //09 November 1990, UT1-UTC=-0.2671853, Accumulated Leap Seconds=25 + { 2448205.50, 57.453619 }, //10 November 1990, UT1-UTC=-0.2696192, Accumulated Leap Seconds=25 + { 2448206.50, 57.456204 }, //11 November 1990, UT1-UTC=-0.2722039, Accumulated Leap Seconds=25 + { 2448207.50, 57.458848 }, //12 November 1990, UT1-UTC=-0.2748479, Accumulated Leap Seconds=25 + { 2448208.50, 57.461459 }, //13 November 1990, UT1-UTC=-0.2774593, Accumulated Leap Seconds=25 + { 2448209.50, 57.463959 }, //14 November 1990, UT1-UTC=-0.2799595, Accumulated Leap Seconds=25 + { 2448210.50, 57.466292 }, //15 November 1990, UT1-UTC=-0.2822923, Accumulated Leap Seconds=25 + { 2448211.50, 57.468432 }, //16 November 1990, UT1-UTC=-0.2844325, Accumulated Leap Seconds=25 + { 2448212.50, 57.470382 }, //17 November 1990, UT1-UTC=-0.2863825, Accumulated Leap Seconds=25 + { 2448213.50, 57.472170 }, //18 November 1990, UT1-UTC=-0.2881696, Accumulated Leap Seconds=25 + { 2448214.50, 57.473846 }, //19 November 1990, UT1-UTC=-0.2898456, Accumulated Leap Seconds=25 + { 2448215.50, 57.475495 }, //20 November 1990, UT1-UTC=-0.2914947, Accumulated Leap Seconds=25 + { 2448216.50, 57.477195 }, //21 November 1990, UT1-UTC=-0.2931951, Accumulated Leap Seconds=25 + { 2448217.50, 57.479008 }, //22 November 1990, UT1-UTC=-0.2950083, Accumulated Leap Seconds=25 + { 2448218.50, 57.480984 }, //23 November 1990, UT1-UTC=-0.2969842, Accumulated Leap Seconds=25 + { 2448219.50, 57.483157 }, //24 November 1990, UT1-UTC=-0.2991571, Accumulated Leap Seconds=25 + { 2448220.50, 57.485542 }, //25 November 1990, UT1-UTC=-0.3015423, Accumulated Leap Seconds=25 + { 2448221.50, 57.488128 }, //26 November 1990, UT1-UTC=-0.3041284, Accumulated Leap Seconds=25 + { 2448222.50, 57.490869 }, //27 November 1990, UT1-UTC=-0.3068688, Accumulated Leap Seconds=25 + { 2448223.50, 57.493681 }, //28 November 1990, UT1-UTC=-0.3096809, Accumulated Leap Seconds=25 + { 2448224.50, 57.496465 }, //29 November 1990, UT1-UTC=-0.3124648, Accumulated Leap Seconds=25 + { 2448225.50, 57.499120 }, //30 November 1990, UT1-UTC=-0.3151201, Accumulated Leap Seconds=25 + { 2448226.50, 57.501575 }, //01 December 1990, UT1-UTC=-0.3175747, Accumulated Leap Seconds=25 + { 2448227.50, 57.503812 }, //02 December 1990, UT1-UTC=-0.3198120, Accumulated Leap Seconds=25 + { 2448228.50, 57.505891 }, //03 December 1990, UT1-UTC=-0.3218909, Accumulated Leap Seconds=25 + { 2448229.50, 57.507925 }, //04 December 1990, UT1-UTC=-0.3239249, Accumulated Leap Seconds=25 + { 2448230.50, 57.510032 }, //05 December 1990, UT1-UTC=-0.3260323, Accumulated Leap Seconds=25 + { 2448231.50, 57.512292 }, //06 December 1990, UT1-UTC=-0.3282918, Accumulated Leap Seconds=25 + { 2448232.50, 57.514716 }, //07 December 1990, UT1-UTC=-0.3307156, Accumulated Leap Seconds=25 + { 2448233.50, 57.517257 }, //08 December 1990, UT1-UTC=-0.3332567, Accumulated Leap Seconds=25 + { 2448234.50, 57.519832 }, //09 December 1990, UT1-UTC=-0.3358323, Accumulated Leap Seconds=25 + { 2448235.50, 57.522351 }, //10 December 1990, UT1-UTC=-0.3383512, Accumulated Leap Seconds=25 + { 2448236.50, 57.524721 }, //11 December 1990, UT1-UTC=-0.3407208, Accumulated Leap Seconds=25 + { 2448237.50, 57.526874 }, //12 December 1990, UT1-UTC=-0.3428735, Accumulated Leap Seconds=25 + { 2448238.50, 57.528792 }, //13 December 1990, UT1-UTC=-0.3447925, Accumulated Leap Seconds=25 + { 2448239.50, 57.530500 }, //14 December 1990, UT1-UTC=-0.3465003, Accumulated Leap Seconds=25 + { 2448240.50, 57.532045 }, //15 December 1990, UT1-UTC=-0.3480446, Accumulated Leap Seconds=25 + { 2448241.50, 57.533482 }, //16 December 1990, UT1-UTC=-0.3494824, Accumulated Leap Seconds=25 + { 2448242.50, 57.534874 }, //17 December 1990, UT1-UTC=-0.3508740, Accumulated Leap Seconds=25 + { 2448243.50, 57.536286 }, //18 December 1990, UT1-UTC=-0.3522861, Accumulated Leap Seconds=25 + { 2448244.50, 57.537788 }, //19 December 1990, UT1-UTC=-0.3537879, Accumulated Leap Seconds=25 + { 2448245.50, 57.539454 }, //20 December 1990, UT1-UTC=-0.3554536, Accumulated Leap Seconds=25 + { 2448246.50, 57.541321 }, //21 December 1990, UT1-UTC=-0.3573212, Accumulated Leap Seconds=25 + { 2448247.50, 57.543398 }, //22 December 1990, UT1-UTC=-0.3593976, Accumulated Leap Seconds=25 + { 2448248.50, 57.545664 }, //23 December 1990, UT1-UTC=-0.3616644, Accumulated Leap Seconds=25 + { 2448249.50, 57.548077 }, //24 December 1990, UT1-UTC=-0.3640766, Accumulated Leap Seconds=25 + { 2448250.50, 57.550569 }, //25 December 1990, UT1-UTC=-0.3665691, Accumulated Leap Seconds=25 + { 2448251.50, 57.553061 }, //26 December 1990, UT1-UTC=-0.3690611, Accumulated Leap Seconds=25 + { 2448252.50, 57.555466 }, //27 December 1990, UT1-UTC=-0.3714658, Accumulated Leap Seconds=25 + { 2448253.50, 57.557711 }, //28 December 1990, UT1-UTC=-0.3737111, Accumulated Leap Seconds=25 + { 2448254.50, 57.559759 }, //29 December 1990, UT1-UTC=-0.3757593, Accumulated Leap Seconds=25 + { 2448255.50, 57.561637 }, //30 December 1990, UT1-UTC=-0.3776373, Accumulated Leap Seconds=25 + { 2448256.50, 57.563443 }, //31 December 1990, UT1-UTC=-0.3794432, Accumulated Leap Seconds=25 + { 2448257.50, 57.565313 }, //01 January 1991, UT1-UTC= 0.6186873, Accumulated Leap Seconds=26 + { 2448258.50, 57.567365 }, //02 January 1991, UT1-UTC= 0.6166345, Accumulated Leap Seconds=26 + { 2448259.50, 57.569661 }, //03 January 1991, UT1-UTC= 0.6143393, Accumulated Leap Seconds=26 + { 2448260.50, 57.572180 }, //04 January 1991, UT1-UTC= 0.6118200, Accumulated Leap Seconds=26 + { 2448261.50, 57.574840 }, //05 January 1991, UT1-UTC= 0.6091597, Accumulated Leap Seconds=26 + { 2448262.50, 57.577532 }, //06 January 1991, UT1-UTC= 0.6064680, Accumulated Leap Seconds=26 + { 2448263.50, 57.580159 }, //07 January 1991, UT1-UTC= 0.6038412, Accumulated Leap Seconds=26 + { 2448264.50, 57.582651 }, //08 January 1991, UT1-UTC= 0.6013486, Accumulated Leap Seconds=26 + { 2448265.50, 57.584965 }, //09 January 1991, UT1-UTC= 0.5990349, Accumulated Leap Seconds=26 + { 2448266.50, 57.587098 }, //10 January 1991, UT1-UTC= 0.5969015, Accumulated Leap Seconds=26 + { 2448267.50, 57.589077 }, //11 January 1991, UT1-UTC= 0.5949227, Accumulated Leap Seconds=26 + { 2448268.50, 57.590941 }, //12 January 1991, UT1-UTC= 0.5930593, Accumulated Leap Seconds=26 + { 2448269.50, 57.592736 }, //13 January 1991, UT1-UTC= 0.5912641, Accumulated Leap Seconds=26 + { 2448270.50, 57.594515 }, //14 January 1991, UT1-UTC= 0.5894847, Accumulated Leap Seconds=26 + { 2448271.50, 57.596340 }, //15 January 1991, UT1-UTC= 0.5876603, Accumulated Leap Seconds=26 + { 2448272.50, 57.598265 }, //16 January 1991, UT1-UTC= 0.5857348, Accumulated Leap Seconds=26 + { 2448273.50, 57.600330 }, //17 January 1991, UT1-UTC= 0.5836705, Accumulated Leap Seconds=26 + { 2448274.50, 57.602541 }, //18 January 1991, UT1-UTC= 0.5814590, Accumulated Leap Seconds=26 + { 2448275.50, 57.604880 }, //19 January 1991, UT1-UTC= 0.5791200, Accumulated Leap Seconds=26 + { 2448276.50, 57.607313 }, //20 January 1991, UT1-UTC= 0.5766870, Accumulated Leap Seconds=26 + { 2448277.50, 57.609789 }, //21 January 1991, UT1-UTC= 0.5742108, Accumulated Leap Seconds=26 + { 2448278.50, 57.612242 }, //22 January 1991, UT1-UTC= 0.5717582, Accumulated Leap Seconds=26 + { 2448279.50, 57.614606 }, //23 January 1991, UT1-UTC= 0.5693941, Accumulated Leap Seconds=26 + { 2448280.50, 57.616829 }, //24 January 1991, UT1-UTC= 0.5671710, Accumulated Leap Seconds=26 + { 2448281.50, 57.618870 }, //25 January 1991, UT1-UTC= 0.5651295, Accumulated Leap Seconds=26 + { 2448282.50, 57.620742 }, //26 January 1991, UT1-UTC= 0.5632577, Accumulated Leap Seconds=26 + { 2448283.50, 57.622517 }, //27 January 1991, UT1-UTC= 0.5614832, Accumulated Leap Seconds=26 + { 2448284.50, 57.624309 }, //28 January 1991, UT1-UTC= 0.5596912, Accumulated Leap Seconds=26 + { 2448285.50, 57.626237 }, //29 January 1991, UT1-UTC= 0.5577626, Accumulated Leap Seconds=26 + { 2448286.50, 57.628384 }, //30 January 1991, UT1-UTC= 0.5556160, Accumulated Leap Seconds=26 + { 2448287.50, 57.630768 }, //31 January 1991, UT1-UTC= 0.5532320, Accumulated Leap Seconds=26 + { 2448288.50, 57.633340 }, //01 February 1991, UT1-UTC= 0.5506604, Accumulated Leap Seconds=26 + { 2448289.50, 57.636006 }, //02 February 1991, UT1-UTC= 0.5479937, Accumulated Leap Seconds=26 + { 2448290.50, 57.638662 }, //03 February 1991, UT1-UTC= 0.5453384, Accumulated Leap Seconds=26 + { 2448291.50, 57.641201 }, //04 February 1991, UT1-UTC= 0.5427988, Accumulated Leap Seconds=26 + { 2448292.50, 57.643559 }, //05 February 1991, UT1-UTC= 0.5404409, Accumulated Leap Seconds=26 + { 2448293.50, 57.645713 }, //06 February 1991, UT1-UTC= 0.5382868, Accumulated Leap Seconds=26 + { 2448294.50, 57.647687 }, //07 February 1991, UT1-UTC= 0.5363129, Accumulated Leap Seconds=26 + { 2448295.50, 57.649525 }, //08 February 1991, UT1-UTC= 0.5344753, Accumulated Leap Seconds=26 + { 2448296.50, 57.651281 }, //09 February 1991, UT1-UTC= 0.5327192, Accumulated Leap Seconds=26 + { 2448297.50, 57.653025 }, //10 February 1991, UT1-UTC= 0.5309754, Accumulated Leap Seconds=26 + { 2448298.50, 57.654828 }, //11 February 1991, UT1-UTC= 0.5291720, Accumulated Leap Seconds=26 + { 2448299.50, 57.656755 }, //12 February 1991, UT1-UTC= 0.5272449, Accumulated Leap Seconds=26 + { 2448300.50, 57.658852 }, //13 February 1991, UT1-UTC= 0.5251484, Accumulated Leap Seconds=26 + { 2448301.50, 57.661139 }, //14 February 1991, UT1-UTC= 0.5228605, Accumulated Leap Seconds=26 + { 2448302.50, 57.663620 }, //15 February 1991, UT1-UTC= 0.5203802, Accumulated Leap Seconds=26 + { 2448303.50, 57.666246 }, //16 February 1991, UT1-UTC= 0.5177536, Accumulated Leap Seconds=26 + { 2448304.50, 57.668937 }, //17 February 1991, UT1-UTC= 0.5150635, Accumulated Leap Seconds=26 + { 2448305.50, 57.671585 }, //18 February 1991, UT1-UTC= 0.5124151, Accumulated Leap Seconds=26 + { 2448306.50, 57.674105 }, //19 February 1991, UT1-UTC= 0.5098949, Accumulated Leap Seconds=26 + { 2448307.50, 57.676444 }, //20 February 1991, UT1-UTC= 0.5075563, Accumulated Leap Seconds=26 + { 2448308.50, 57.678589 }, //21 February 1991, UT1-UTC= 0.5054113, Accumulated Leap Seconds=26 + { 2448309.50, 57.680585 }, //22 February 1991, UT1-UTC= 0.5034147, Accumulated Leap Seconds=26 + { 2448310.50, 57.682524 }, //23 February 1991, UT1-UTC= 0.5014756, Accumulated Leap Seconds=26 + { 2448311.50, 57.684499 }, //24 February 1991, UT1-UTC= 0.4995014, Accumulated Leap Seconds=26 + { 2448312.50, 57.686605 }, //25 February 1991, UT1-UTC= 0.4973952, Accumulated Leap Seconds=26 + { 2448313.50, 57.688926 }, //26 February 1991, UT1-UTC= 0.4950742, Accumulated Leap Seconds=26 + { 2448314.50, 57.691503 }, //27 February 1991, UT1-UTC= 0.4924967, Accumulated Leap Seconds=26 + { 2448315.50, 57.694319 }, //28 February 1991, UT1-UTC= 0.4896806, Accumulated Leap Seconds=26 + { 2448316.50, 57.697284 }, //01 March 1991, UT1-UTC= 0.4867156, Accumulated Leap Seconds=26 + { 2448317.50, 57.700266 }, //02 March 1991, UT1-UTC= 0.4837336, Accumulated Leap Seconds=26 + { 2448318.50, 57.703131 }, //03 March 1991, UT1-UTC= 0.4808686, Accumulated Leap Seconds=26 + { 2448319.50, 57.705776 }, //04 March 1991, UT1-UTC= 0.4782244, Accumulated Leap Seconds=26 + { 2448320.50, 57.708145 }, //05 March 1991, UT1-UTC= 0.4758554, Accumulated Leap Seconds=26 + { 2448321.50, 57.710245 }, //06 March 1991, UT1-UTC= 0.4737546, Accumulated Leap Seconds=26 + { 2448322.50, 57.712120 }, //07 March 1991, UT1-UTC= 0.4718801, Accumulated Leap Seconds=26 + { 2448323.50, 57.713834 }, //08 March 1991, UT1-UTC= 0.4701663, Accumulated Leap Seconds=26 + { 2448324.50, 57.715478 }, //09 March 1991, UT1-UTC= 0.4685217, Accumulated Leap Seconds=26 + { 2448325.50, 57.717148 }, //10 March 1991, UT1-UTC= 0.4668521, Accumulated Leap Seconds=26 + { 2448326.50, 57.718919 }, //11 March 1991, UT1-UTC= 0.4650811, Accumulated Leap Seconds=26 + { 2448327.50, 57.720857 }, //12 March 1991, UT1-UTC= 0.4631426, Accumulated Leap Seconds=26 + { 2448328.50, 57.723010 }, //13 March 1991, UT1-UTC= 0.4609901, Accumulated Leap Seconds=26 + { 2448329.50, 57.725388 }, //14 March 1991, UT1-UTC= 0.4586115, Accumulated Leap Seconds=26 + { 2448330.50, 57.727977 }, //15 March 1991, UT1-UTC= 0.4560228, Accumulated Leap Seconds=26 + { 2448331.50, 57.730770 }, //16 March 1991, UT1-UTC= 0.4532295, Accumulated Leap Seconds=26 + { 2448332.50, 57.733680 }, //17 March 1991, UT1-UTC= 0.4503202, Accumulated Leap Seconds=26 + { 2448333.50, 57.736571 }, //18 March 1991, UT1-UTC= 0.4474291, Accumulated Leap Seconds=26 + { 2448334.50, 57.739316 }, //19 March 1991, UT1-UTC= 0.4446838, Accumulated Leap Seconds=26 + { 2448335.50, 57.741830 }, //20 March 1991, UT1-UTC= 0.4421696, Accumulated Leap Seconds=26 + { 2448336.50, 57.744107 }, //21 March 1991, UT1-UTC= 0.4398935, Accumulated Leap Seconds=26 + { 2448337.50, 57.746203 }, //22 March 1991, UT1-UTC= 0.4377969, Accumulated Leap Seconds=26 + { 2448338.50, 57.748213 }, //23 March 1991, UT1-UTC= 0.4357868, Accumulated Leap Seconds=26 + { 2448339.50, 57.750241 }, //24 March 1991, UT1-UTC= 0.4337585, Accumulated Leap Seconds=26 + { 2448340.50, 57.752381 }, //25 March 1991, UT1-UTC= 0.4316193, Accumulated Leap Seconds=26 + { 2448341.50, 57.754730 }, //26 March 1991, UT1-UTC= 0.4292702, Accumulated Leap Seconds=26 + { 2448342.50, 57.757338 }, //27 March 1991, UT1-UTC= 0.4266623, Accumulated Leap Seconds=26 + { 2448343.50, 57.760141 }, //28 March 1991, UT1-UTC= 0.4238586, Accumulated Leap Seconds=26 + { 2448344.50, 57.763026 }, //29 March 1991, UT1-UTC= 0.4209736, Accumulated Leap Seconds=26 + { 2448345.50, 57.765866 }, //30 March 1991, UT1-UTC= 0.4181342, Accumulated Leap Seconds=26 + { 2448346.50, 57.768564 }, //31 March 1991, UT1-UTC= 0.4154357, Accumulated Leap Seconds=26 + { 2448347.50, 57.771077 }, //01 April 1991, UT1-UTC= 0.4129226, Accumulated Leap Seconds=26 + { 2448348.50, 57.773400 }, //02 April 1991, UT1-UTC= 0.4106000, Accumulated Leap Seconds=26 + { 2448349.50, 57.775559 }, //03 April 1991, UT1-UTC= 0.4084408, Accumulated Leap Seconds=26 + { 2448350.50, 57.777594 }, //04 April 1991, UT1-UTC= 0.4064062, Accumulated Leap Seconds=26 + { 2448351.50, 57.779551 }, //05 April 1991, UT1-UTC= 0.4044489, Accumulated Leap Seconds=26 + { 2448352.50, 57.781484 }, //06 April 1991, UT1-UTC= 0.4025161, Accumulated Leap Seconds=26 + { 2448353.50, 57.783444 }, //07 April 1991, UT1-UTC= 0.4005560, Accumulated Leap Seconds=26 + { 2448354.50, 57.785477 }, //08 April 1991, UT1-UTC= 0.3985228, Accumulated Leap Seconds=26 + { 2448355.50, 57.787622 }, //09 April 1991, UT1-UTC= 0.3963778, Accumulated Leap Seconds=26 + { 2448356.50, 57.789914 }, //10 April 1991, UT1-UTC= 0.3940858, Accumulated Leap Seconds=26 + { 2448357.50, 57.792368 }, //11 April 1991, UT1-UTC= 0.3916317, Accumulated Leap Seconds=26 + { 2448358.50, 57.794974 }, //12 April 1991, UT1-UTC= 0.3890260, Accumulated Leap Seconds=26 + { 2448359.50, 57.797687 }, //13 April 1991, UT1-UTC= 0.3863127, Accumulated Leap Seconds=26 + { 2448360.50, 57.800429 }, //14 April 1991, UT1-UTC= 0.3835710, Accumulated Leap Seconds=26 + { 2448361.50, 57.803084 }, //15 April 1991, UT1-UTC= 0.3809164, Accumulated Leap Seconds=26 + { 2448362.50, 57.805549 }, //16 April 1991, UT1-UTC= 0.3784514, Accumulated Leap Seconds=26 + { 2448363.50, 57.807775 }, //17 April 1991, UT1-UTC= 0.3762250, Accumulated Leap Seconds=26 + { 2448364.50, 57.809785 }, //18 April 1991, UT1-UTC= 0.3742153, Accumulated Leap Seconds=26 + { 2448365.50, 57.811668 }, //19 April 1991, UT1-UTC= 0.3723315, Accumulated Leap Seconds=26 + { 2448366.50, 57.813598 }, //20 April 1991, UT1-UTC= 0.3704025, Accumulated Leap Seconds=26 + { 2448367.50, 57.815691 }, //21 April 1991, UT1-UTC= 0.3683085, Accumulated Leap Seconds=26 + { 2448368.50, 57.818009 }, //22 April 1991, UT1-UTC= 0.3659907, Accumulated Leap Seconds=26 + { 2448369.50, 57.820553 }, //23 April 1991, UT1-UTC= 0.3634465, Accumulated Leap Seconds=26 + { 2448370.50, 57.823279 }, //24 April 1991, UT1-UTC= 0.3607214, Accumulated Leap Seconds=26 + { 2448371.50, 57.826101 }, //25 April 1991, UT1-UTC= 0.3578994, Accumulated Leap Seconds=26 + { 2448372.50, 57.828919 }, //26 April 1991, UT1-UTC= 0.3550805, Accumulated Leap Seconds=26 + { 2448373.50, 57.831643 }, //27 April 1991, UT1-UTC= 0.3523574, Accumulated Leap Seconds=26 + { 2448374.50, 57.834203 }, //28 April 1991, UT1-UTC= 0.3497972, Accumulated Leap Seconds=26 + { 2448375.50, 57.836567 }, //29 April 1991, UT1-UTC= 0.3474332, Accumulated Leap Seconds=26 + { 2448376.50, 57.838736 }, //30 April 1991, UT1-UTC= 0.3452638, Accumulated Leap Seconds=26 + { 2448377.50, 57.840743 }, //01 May 1991, UT1-UTC= 0.3432573, Accumulated Leap Seconds=26 + { 2448378.50, 57.842642 }, //02 May 1991, UT1-UTC= 0.3413582, Accumulated Leap Seconds=26 + { 2448379.50, 57.844499 }, //03 May 1991, UT1-UTC= 0.3395013, Accumulated Leap Seconds=26 + { 2448380.50, 57.846380 }, //04 May 1991, UT1-UTC= 0.3376197, Accumulated Leap Seconds=26 + { 2448381.50, 57.848353 }, //05 May 1991, UT1-UTC= 0.3356474, Accumulated Leap Seconds=26 + { 2448382.50, 57.850471 }, //06 May 1991, UT1-UTC= 0.3335288, Accumulated Leap Seconds=26 + { 2448383.50, 57.852776 }, //07 May 1991, UT1-UTC= 0.3312242, Accumulated Leap Seconds=26 + { 2448384.50, 57.855280 }, //08 May 1991, UT1-UTC= 0.3287201, Accumulated Leap Seconds=26 + { 2448385.50, 57.857961 }, //09 May 1991, UT1-UTC= 0.3260393, Accumulated Leap Seconds=26 + { 2448386.50, 57.860768 }, //10 May 1991, UT1-UTC= 0.3232324, Accumulated Leap Seconds=26 + { 2448387.50, 57.863621 }, //11 May 1991, UT1-UTC= 0.3203791, Accumulated Leap Seconds=26 + { 2448388.50, 57.866423 }, //12 May 1991, UT1-UTC= 0.3175768, Accumulated Leap Seconds=26 + { 2448389.50, 57.869081 }, //13 May 1991, UT1-UTC= 0.3149187, Accumulated Leap Seconds=26 + { 2448390.50, 57.871535 }, //14 May 1991, UT1-UTC= 0.3124646, Accumulated Leap Seconds=26 + { 2448391.50, 57.873784 }, //15 May 1991, UT1-UTC= 0.3102155, Accumulated Leap Seconds=26 + { 2448392.50, 57.875878 }, //16 May 1991, UT1-UTC= 0.3081224, Accumulated Leap Seconds=26 + { 2448393.50, 57.877907 }, //17 May 1991, UT1-UTC= 0.3060929, Accumulated Leap Seconds=26 + { 2448394.50, 57.879971 }, //18 May 1991, UT1-UTC= 0.3040287, Accumulated Leap Seconds=26 + { 2448395.50, 57.882145 }, //19 May 1991, UT1-UTC= 0.3018546, Accumulated Leap Seconds=26 + { 2448396.50, 57.884447 }, //20 May 1991, UT1-UTC= 0.2995529, Accumulated Leap Seconds=26 + { 2448397.50, 57.886835 }, //21 May 1991, UT1-UTC= 0.2971647, Accumulated Leap Seconds=26 + { 2448398.50, 57.889228 }, //22 May 1991, UT1-UTC= 0.2947720, Accumulated Leap Seconds=26 + { 2448399.50, 57.891524 }, //23 May 1991, UT1-UTC= 0.2924757, Accumulated Leap Seconds=26 + { 2448400.50, 57.893656 }, //24 May 1991, UT1-UTC= 0.2903437, Accumulated Leap Seconds=26 + { 2448401.50, 57.895587 }, //25 May 1991, UT1-UTC= 0.2884128, Accumulated Leap Seconds=26 + { 2448402.50, 57.897311 }, //26 May 1991, UT1-UTC= 0.2866890, Accumulated Leap Seconds=26 + { 2448403.50, 57.898852 }, //27 May 1991, UT1-UTC= 0.2851481, Accumulated Leap Seconds=26 + { 2448404.50, 57.900262 }, //28 May 1991, UT1-UTC= 0.2837384, Accumulated Leap Seconds=26 + { 2448405.50, 57.901604 }, //29 May 1991, UT1-UTC= 0.2823960, Accumulated Leap Seconds=26 + { 2448406.50, 57.902934 }, //30 May 1991, UT1-UTC= 0.2810657, Accumulated Leap Seconds=26 + { 2448407.50, 57.904309 }, //31 May 1991, UT1-UTC= 0.2796910, Accumulated Leap Seconds=26 + { 2448408.50, 57.905780 }, //01 June 1991, UT1-UTC= 0.2782199, Accumulated Leap Seconds=26 + { 2448409.50, 57.907393 }, //02 June 1991, UT1-UTC= 0.2766068, Accumulated Leap Seconds=26 + { 2448410.50, 57.909176 }, //03 June 1991, UT1-UTC= 0.2748243, Accumulated Leap Seconds=26 + { 2448411.50, 57.911134 }, //04 June 1991, UT1-UTC= 0.2728657, Accumulated Leap Seconds=26 + { 2448412.50, 57.913264 }, //05 June 1991, UT1-UTC= 0.2707358, Accumulated Leap Seconds=26 + { 2448413.50, 57.915545 }, //06 June 1991, UT1-UTC= 0.2684552, Accumulated Leap Seconds=26 + { 2448414.50, 57.917929 }, //07 June 1991, UT1-UTC= 0.2660706, Accumulated Leap Seconds=26 + { 2448415.50, 57.920347 }, //08 June 1991, UT1-UTC= 0.2636532, Accumulated Leap Seconds=26 + { 2448416.50, 57.922706 }, //09 June 1991, UT1-UTC= 0.2612938, Accumulated Leap Seconds=26 + { 2448417.50, 57.924931 }, //10 June 1991, UT1-UTC= 0.2590690, Accumulated Leap Seconds=26 + { 2448418.50, 57.926991 }, //11 June 1991, UT1-UTC= 0.2570088, Accumulated Leap Seconds=26 + { 2448419.50, 57.928909 }, //12 June 1991, UT1-UTC= 0.2550909, Accumulated Leap Seconds=26 + { 2448420.50, 57.930736 }, //13 June 1991, UT1-UTC= 0.2532644, Accumulated Leap Seconds=26 + { 2448421.50, 57.932577 }, //14 June 1991, UT1-UTC= 0.2514228, Accumulated Leap Seconds=26 + { 2448422.50, 57.934529 }, //15 June 1991, UT1-UTC= 0.2494713, Accumulated Leap Seconds=26 + { 2448423.50, 57.936629 }, //16 June 1991, UT1-UTC= 0.2473708, Accumulated Leap Seconds=26 + { 2448424.50, 57.938845 }, //17 June 1991, UT1-UTC= 0.2451548, Accumulated Leap Seconds=26 + { 2448425.50, 57.941088 }, //18 June 1991, UT1-UTC= 0.2429118, Accumulated Leap Seconds=26 + { 2448426.50, 57.943255 }, //19 June 1991, UT1-UTC= 0.2407451, Accumulated Leap Seconds=26 + { 2448427.50, 57.945259 }, //20 June 1991, UT1-UTC= 0.2387406, Accumulated Leap Seconds=26 + { 2448428.50, 57.947048 }, //21 June 1991, UT1-UTC= 0.2369518, Accumulated Leap Seconds=26 + { 2448429.50, 57.948601 }, //22 June 1991, UT1-UTC= 0.2353985, Accumulated Leap Seconds=26 + { 2448430.50, 57.949921 }, //23 June 1991, UT1-UTC= 0.2340790, Accumulated Leap Seconds=26 + { 2448431.50, 57.951029 }, //24 June 1991, UT1-UTC= 0.2329710, Accumulated Leap Seconds=26 + { 2448432.50, 57.951967 }, //25 June 1991, UT1-UTC= 0.2320333, Accumulated Leap Seconds=26 + { 2448433.50, 57.952792 }, //26 June 1991, UT1-UTC= 0.2312077, Accumulated Leap Seconds=26 + { 2448434.50, 57.953577 }, //27 June 1991, UT1-UTC= 0.2304227, Accumulated Leap Seconds=26 + { 2448435.50, 57.954397 }, //28 June 1991, UT1-UTC= 0.2296034, Accumulated Leap Seconds=26 + { 2448436.50, 57.955315 }, //29 June 1991, UT1-UTC= 0.2286853, Accumulated Leap Seconds=26 + { 2448437.50, 57.956369 }, //30 June 1991, UT1-UTC= 0.2276310, Accumulated Leap Seconds=26 + { 2448438.50, 57.957566 }, //01 July 1991, UT1-UTC= 0.2264337, Accumulated Leap Seconds=26 + { 2448439.50, 57.958894 }, //02 July 1991, UT1-UTC= 0.2251061, Accumulated Leap Seconds=26 + { 2448440.50, 57.960341 }, //03 July 1991, UT1-UTC= 0.2236593, Accumulated Leap Seconds=26 + { 2448441.50, 57.961876 }, //04 July 1991, UT1-UTC= 0.2221241, Accumulated Leap Seconds=26 + { 2448442.50, 57.963428 }, //05 July 1991, UT1-UTC= 0.2205722, Accumulated Leap Seconds=26 + { 2448443.50, 57.964911 }, //06 July 1991, UT1-UTC= 0.2190892, Accumulated Leap Seconds=26 + { 2448444.50, 57.966247 }, //07 July 1991, UT1-UTC= 0.2177529, Accumulated Leap Seconds=26 + { 2448445.50, 57.967388 }, //08 July 1991, UT1-UTC= 0.2166115, Accumulated Leap Seconds=26 + { 2448446.50, 57.968340 }, //09 July 1991, UT1-UTC= 0.2156604, Accumulated Leap Seconds=26 + { 2448447.50, 57.969173 }, //10 July 1991, UT1-UTC= 0.2148270, Accumulated Leap Seconds=26 + { 2448448.50, 57.970031 }, //11 July 1991, UT1-UTC= 0.2139694, Accumulated Leap Seconds=26 + { 2448449.50, 57.971066 }, //12 July 1991, UT1-UTC= 0.2129336, Accumulated Leap Seconds=26 + { 2448450.50, 57.972376 }, //13 July 1991, UT1-UTC= 0.2116242, Accumulated Leap Seconds=26 + { 2448451.50, 57.973970 }, //14 July 1991, UT1-UTC= 0.2100297, Accumulated Leap Seconds=26 + { 2448452.50, 57.975774 }, //15 July 1991, UT1-UTC= 0.2082262, Accumulated Leap Seconds=26 + { 2448453.50, 57.977647 }, //16 July 1991, UT1-UTC= 0.2063530, Accumulated Leap Seconds=26 + { 2448454.50, 57.979454 }, //17 July 1991, UT1-UTC= 0.2045463, Accumulated Leap Seconds=26 + { 2448455.50, 57.981110 }, //18 July 1991, UT1-UTC= 0.2028900, Accumulated Leap Seconds=26 + { 2448456.50, 57.982568 }, //19 July 1991, UT1-UTC= 0.2014318, Accumulated Leap Seconds=26 + { 2448457.50, 57.983804 }, //20 July 1991, UT1-UTC= 0.2001958, Accumulated Leap Seconds=26 + { 2448458.50, 57.984840 }, //21 July 1991, UT1-UTC= 0.1991599, Accumulated Leap Seconds=26 + { 2448459.50, 57.985732 }, //22 July 1991, UT1-UTC= 0.1982680, Accumulated Leap Seconds=26 + { 2448460.50, 57.986547 }, //23 July 1991, UT1-UTC= 0.1974532, Accumulated Leap Seconds=26 + { 2448461.50, 57.987349 }, //24 July 1991, UT1-UTC= 0.1966510, Accumulated Leap Seconds=26 + { 2448462.50, 57.988200 }, //25 July 1991, UT1-UTC= 0.1958000, Accumulated Leap Seconds=26 + { 2448463.50, 57.989160 }, //26 July 1991, UT1-UTC= 0.1948400, Accumulated Leap Seconds=26 + { 2448464.50, 57.990273 }, //27 July 1991, UT1-UTC= 0.1937267, Accumulated Leap Seconds=26 + { 2448465.50, 57.991555 }, //28 July 1991, UT1-UTC= 0.1924452, Accumulated Leap Seconds=26 + { 2448466.50, 57.992986 }, //29 July 1991, UT1-UTC= 0.1910139, Accumulated Leap Seconds=26 + { 2448467.50, 57.994507 }, //30 July 1991, UT1-UTC= 0.1894931, Accumulated Leap Seconds=26 + { 2448468.50, 57.996029 }, //31 July 1991, UT1-UTC= 0.1879714, Accumulated Leap Seconds=26 + { 2448469.50, 57.997493 }, //01 August 1991, UT1-UTC= 0.1865071, Accumulated Leap Seconds=26 + { 2448470.50, 57.998867 }, //02 August 1991, UT1-UTC= 0.1851333, Accumulated Leap Seconds=26 + { 2448471.50, 58.000122 }, //03 August 1991, UT1-UTC= 0.1838784, Accumulated Leap Seconds=26 + { 2448472.50, 58.001231 }, //04 August 1991, UT1-UTC= 0.1827692, Accumulated Leap Seconds=26 + { 2448473.50, 58.002196 }, //05 August 1991, UT1-UTC= 0.1818041, Accumulated Leap Seconds=26 + { 2448474.50, 58.003057 }, //06 August 1991, UT1-UTC= 0.1809429, Accumulated Leap Seconds=26 + { 2448475.50, 58.003900 }, //07 August 1991, UT1-UTC= 0.1800998, Accumulated Leap Seconds=26 + { 2448476.50, 58.004841 }, //08 August 1991, UT1-UTC= 0.1791588, Accumulated Leap Seconds=26 + { 2448477.50, 58.006000 }, //09 August 1991, UT1-UTC= 0.1779999, Accumulated Leap Seconds=26 + { 2448478.50, 58.007442 }, //10 August 1991, UT1-UTC= 0.1765578, Accumulated Leap Seconds=26 + { 2448479.50, 58.009148 }, //11 August 1991, UT1-UTC= 0.1748518, Accumulated Leap Seconds=26 + { 2448480.50, 58.011028 }, //12 August 1991, UT1-UTC= 0.1729715, Accumulated Leap Seconds=26 + { 2448481.50, 58.012965 }, //13 August 1991, UT1-UTC= 0.1710353, Accumulated Leap Seconds=26 + { 2448482.50, 58.014846 }, //14 August 1991, UT1-UTC= 0.1691544, Accumulated Leap Seconds=26 + { 2448483.50, 58.016579 }, //15 August 1991, UT1-UTC= 0.1674209, Accumulated Leap Seconds=26 + { 2448484.50, 58.018121 }, //16 August 1991, UT1-UTC= 0.1658790, Accumulated Leap Seconds=26 + { 2448485.50, 58.019472 }, //17 August 1991, UT1-UTC= 0.1645283, Accumulated Leap Seconds=26 + { 2448486.50, 58.020665 }, //18 August 1991, UT1-UTC= 0.1633349, Accumulated Leap Seconds=26 + { 2448487.50, 58.021756 }, //19 August 1991, UT1-UTC= 0.1622436, Accumulated Leap Seconds=26 + { 2448488.50, 58.022804 }, //20 August 1991, UT1-UTC= 0.1611961, Accumulated Leap Seconds=26 + { 2448489.50, 58.023865 }, //21 August 1991, UT1-UTC= 0.1601349, Accumulated Leap Seconds=26 + { 2448490.50, 58.024995 }, //22 August 1991, UT1-UTC= 0.1590054, Accumulated Leap Seconds=26 + { 2448491.50, 58.026246 }, //23 August 1991, UT1-UTC= 0.1577537, Accumulated Leap Seconds=26 + { 2448492.50, 58.027680 }, //24 August 1991, UT1-UTC= 0.1563201, Accumulated Leap Seconds=26 + { 2448493.50, 58.029312 }, //25 August 1991, UT1-UTC= 0.1546877, Accumulated Leap Seconds=26 + { 2448494.50, 58.031126 }, //26 August 1991, UT1-UTC= 0.1528737, Accumulated Leap Seconds=26 + { 2448495.50, 58.033078 }, //27 August 1991, UT1-UTC= 0.1509224, Accumulated Leap Seconds=26 + { 2448496.50, 58.035108 }, //28 August 1991, UT1-UTC= 0.1488923, Accumulated Leap Seconds=26 + { 2448497.50, 58.037131 }, //29 August 1991, UT1-UTC= 0.1468689, Accumulated Leap Seconds=26 + { 2448498.50, 58.039069 }, //30 August 1991, UT1-UTC= 0.1449313, Accumulated Leap Seconds=26 + { 2448499.50, 58.040876 }, //31 August 1991, UT1-UTC= 0.1431235, Accumulated Leap Seconds=26 + { 2448500.50, 58.042552 }, //01 September 1991, UT1-UTC= 0.1414483, Accumulated Leap Seconds=26 + { 2448501.50, 58.044136 }, //02 September 1991, UT1-UTC= 0.1398642, Accumulated Leap Seconds=26 + { 2448502.50, 58.045709 }, //03 September 1991, UT1-UTC= 0.1382909, Accumulated Leap Seconds=26 + { 2448503.50, 58.047376 }, //04 September 1991, UT1-UTC= 0.1366244, Accumulated Leap Seconds=26 + { 2448504.50, 58.049240 }, //05 September 1991, UT1-UTC= 0.1347595, Accumulated Leap Seconds=26 + { 2448505.50, 58.051369 }, //06 September 1991, UT1-UTC= 0.1326306, Accumulated Leap Seconds=26 + { 2448506.50, 58.053761 }, //07 September 1991, UT1-UTC= 0.1302394, Accumulated Leap Seconds=26 + { 2448507.50, 58.056341 }, //08 September 1991, UT1-UTC= 0.1276590, Accumulated Leap Seconds=26 + { 2448508.50, 58.059002 }, //09 September 1991, UT1-UTC= 0.1249975, Accumulated Leap Seconds=26 + { 2448509.50, 58.061628 }, //10 September 1991, UT1-UTC= 0.1223721, Accumulated Leap Seconds=26 + { 2448510.50, 58.064120 }, //11 September 1991, UT1-UTC= 0.1198796, Accumulated Leap Seconds=26 + { 2448511.50, 58.066411 }, //12 September 1991, UT1-UTC= 0.1175890, Accumulated Leap Seconds=26 + { 2448512.50, 58.068478 }, //13 September 1991, UT1-UTC= 0.1155225, Accumulated Leap Seconds=26 + { 2448513.50, 58.070338 }, //14 September 1991, UT1-UTC= 0.1136621, Accumulated Leap Seconds=26 + { 2448514.50, 58.072038 }, //15 September 1991, UT1-UTC= 0.1119620, Accumulated Leap Seconds=26 + { 2448515.50, 58.073635 }, //16 September 1991, UT1-UTC= 0.1103647, Accumulated Leap Seconds=26 + { 2448516.50, 58.075184 }, //17 September 1991, UT1-UTC= 0.1088160, Accumulated Leap Seconds=26 + { 2448517.50, 58.076741 }, //18 September 1991, UT1-UTC= 0.1072593, Accumulated Leap Seconds=26 + { 2448518.50, 58.078378 }, //19 September 1991, UT1-UTC= 0.1056220, Accumulated Leap Seconds=26 + { 2448519.50, 58.080157 }, //20 September 1991, UT1-UTC= 0.1038429, Accumulated Leap Seconds=26 + { 2448520.50, 58.082116 }, //21 September 1991, UT1-UTC= 0.1018845, Accumulated Leap Seconds=26 + { 2448521.50, 58.084263 }, //22 September 1991, UT1-UTC= 0.0997366, Accumulated Leap Seconds=26 + { 2448522.50, 58.086584 }, //23 September 1991, UT1-UTC= 0.0974157, Accumulated Leap Seconds=26 + { 2448523.50, 58.089037 }, //24 September 1991, UT1-UTC= 0.0949625, Accumulated Leap Seconds=26 + { 2448524.50, 58.091551 }, //25 September 1991, UT1-UTC= 0.0924487, Accumulated Leap Seconds=26 + { 2448525.50, 58.094022 }, //26 September 1991, UT1-UTC= 0.0899784, Accumulated Leap Seconds=26 + { 2448526.50, 58.096366 }, //27 September 1991, UT1-UTC= 0.0876344, Accumulated Leap Seconds=26 + { 2448527.50, 58.098535 }, //28 September 1991, UT1-UTC= 0.0854645, Accumulated Leap Seconds=26 + { 2448528.50, 58.100544 }, //29 September 1991, UT1-UTC= 0.0834557, Accumulated Leap Seconds=26 + { 2448529.50, 58.102450 }, //30 September 1991, UT1-UTC= 0.0815502, Accumulated Leap Seconds=26 + { 2448530.50, 58.104332 }, //01 October 1991, UT1-UTC= 0.0796681, Accumulated Leap Seconds=26 + { 2448531.50, 58.106279 }, //02 October 1991, UT1-UTC= 0.0777207, Accumulated Leap Seconds=26 + { 2448532.50, 58.108381 }, //03 October 1991, UT1-UTC= 0.0756190, Accumulated Leap Seconds=26 + { 2448533.50, 58.110677 }, //04 October 1991, UT1-UTC= 0.0733229, Accumulated Leap Seconds=26 + { 2448534.50, 58.113145 }, //05 October 1991, UT1-UTC= 0.0708552, Accumulated Leap Seconds=26 + { 2448535.50, 58.115709 }, //06 October 1991, UT1-UTC= 0.0682907, Accumulated Leap Seconds=26 + { 2448536.50, 58.118270 }, //07 October 1991, UT1-UTC= 0.0657297, Accumulated Leap Seconds=26 + { 2448537.50, 58.120733 }, //08 October 1991, UT1-UTC= 0.0632667, Accumulated Leap Seconds=26 + { 2448538.50, 58.123033 }, //09 October 1991, UT1-UTC= 0.0609668, Accumulated Leap Seconds=26 + { 2448539.50, 58.125128 }, //10 October 1991, UT1-UTC= 0.0588719, Accumulated Leap Seconds=26 + { 2448540.50, 58.127012 }, //11 October 1991, UT1-UTC= 0.0569879, Accumulated Leap Seconds=26 + { 2448541.50, 58.128712 }, //12 October 1991, UT1-UTC= 0.0552882, Accumulated Leap Seconds=26 + { 2448542.50, 58.130277 }, //13 October 1991, UT1-UTC= 0.0537235, Accumulated Leap Seconds=26 + { 2448543.50, 58.131760 }, //14 October 1991, UT1-UTC= 0.0522401, Accumulated Leap Seconds=26 + { 2448544.50, 58.133210 }, //15 October 1991, UT1-UTC= 0.0507904, Accumulated Leap Seconds=26 + { 2448545.50, 58.134678 }, //16 October 1991, UT1-UTC= 0.0493224, Accumulated Leap Seconds=26 + { 2448546.50, 58.136241 }, //17 October 1991, UT1-UTC= 0.0477593, Accumulated Leap Seconds=26 + { 2448547.50, 58.137961 }, //18 October 1991, UT1-UTC= 0.0460390, Accumulated Leap Seconds=26 + { 2448548.50, 58.139861 }, //19 October 1991, UT1-UTC= 0.0441385, Accumulated Leap Seconds=26 + { 2448549.50, 58.141936 }, //20 October 1991, UT1-UTC= 0.0420641, Accumulated Leap Seconds=26 + { 2448550.50, 58.144146 }, //21 October 1991, UT1-UTC= 0.0398538, Accumulated Leap Seconds=26 + { 2448551.50, 58.146428 }, //22 October 1991, UT1-UTC= 0.0375715, Accumulated Leap Seconds=26 + { 2448552.50, 58.148702 }, //23 October 1991, UT1-UTC= 0.0352978, Accumulated Leap Seconds=26 + { 2448553.50, 58.150898 }, //24 October 1991, UT1-UTC= 0.0331024, Accumulated Leap Seconds=26 + { 2448554.50, 58.152955 }, //25 October 1991, UT1-UTC= 0.0310446, Accumulated Leap Seconds=26 + { 2448555.50, 58.154882 }, //26 October 1991, UT1-UTC= 0.0291177, Accumulated Leap Seconds=26 + { 2448556.50, 58.156743 }, //27 October 1991, UT1-UTC= 0.0272569, Accumulated Leap Seconds=26 + { 2448557.50, 58.158636 }, //28 October 1991, UT1-UTC= 0.0253641, Accumulated Leap Seconds=26 + { 2448558.50, 58.160657 }, //29 October 1991, UT1-UTC= 0.0233431, Accumulated Leap Seconds=26 + { 2448559.50, 58.162871 }, //30 October 1991, UT1-UTC= 0.0211288, Accumulated Leap Seconds=26 + { 2448560.50, 58.165294 }, //31 October 1991, UT1-UTC= 0.0187057, Accumulated Leap Seconds=26 + { 2448561.50, 58.167913 }, //01 November 1991, UT1-UTC= 0.0160872, Accumulated Leap Seconds=26 + { 2448562.50, 58.170670 }, //02 November 1991, UT1-UTC= 0.0133297, Accumulated Leap Seconds=26 + { 2448563.50, 58.173467 }, //03 November 1991, UT1-UTC= 0.0105333, Accumulated Leap Seconds=26 + { 2448564.50, 58.176187 }, //04 November 1991, UT1-UTC= 0.0078135, Accumulated Leap Seconds=26 + { 2448565.50, 58.178732 }, //05 November 1991, UT1-UTC= 0.0052679, Accumulated Leap Seconds=26 + { 2448566.50, 58.181048 }, //06 November 1991, UT1-UTC= 0.0029516, Accumulated Leap Seconds=26 + { 2448567.50, 58.183146 }, //07 November 1991, UT1-UTC= 0.0008540, Accumulated Leap Seconds=26 + { 2448568.50, 58.185075 }, //08 November 1991, UT1-UTC=-0.0010755, Accumulated Leap Seconds=26 + { 2448569.50, 58.186908 }, //09 November 1991, UT1-UTC=-0.0029076, Accumulated Leap Seconds=26 + { 2448570.50, 58.188710 }, //10 November 1991, UT1-UTC=-0.0047103, Accumulated Leap Seconds=26 + { 2448571.50, 58.190544 }, //11 November 1991, UT1-UTC=-0.0065439, Accumulated Leap Seconds=26 + { 2448572.50, 58.192458 }, //12 November 1991, UT1-UTC=-0.0084584, Accumulated Leap Seconds=26 + { 2448573.50, 58.194491 }, //13 November 1991, UT1-UTC=-0.0104907, Accumulated Leap Seconds=26 + { 2448574.50, 58.196662 }, //14 November 1991, UT1-UTC=-0.0126622, Accumulated Leap Seconds=26 + { 2448575.50, 58.198985 }, //15 November 1991, UT1-UTC=-0.0149851, Accumulated Leap Seconds=26 + { 2448576.50, 58.201453 }, //16 November 1991, UT1-UTC=-0.0174530, Accumulated Leap Seconds=26 + { 2448577.50, 58.204037 }, //17 November 1991, UT1-UTC=-0.0200371, Accumulated Leap Seconds=26 + { 2448578.50, 58.206675 }, //18 November 1991, UT1-UTC=-0.0226747, Accumulated Leap Seconds=26 + { 2448579.50, 58.209285 }, //19 November 1991, UT1-UTC=-0.0252847, Accumulated Leap Seconds=26 + { 2448580.50, 58.211788 }, //20 November 1991, UT1-UTC=-0.0277885, Accumulated Leap Seconds=26 + { 2448581.50, 58.214135 }, //21 November 1991, UT1-UTC=-0.0301355, Accumulated Leap Seconds=26 + { 2448582.50, 58.216300 }, //22 November 1991, UT1-UTC=-0.0323002, Accumulated Leap Seconds=26 + { 2448583.50, 58.218330 }, //23 November 1991, UT1-UTC=-0.0343297, Accumulated Leap Seconds=26 + { 2448584.50, 58.220335 }, //24 November 1991, UT1-UTC=-0.0363352, Accumulated Leap Seconds=26 + { 2448585.50, 58.222449 }, //25 November 1991, UT1-UTC=-0.0384490, Accumulated Leap Seconds=26 + { 2448586.50, 58.224779 }, //26 November 1991, UT1-UTC=-0.0407792, Accumulated Leap Seconds=26 + { 2448587.50, 58.227372 }, //27 November 1991, UT1-UTC=-0.0433718, Accumulated Leap Seconds=26 + { 2448588.50, 58.230181 }, //28 November 1991, UT1-UTC=-0.0461809, Accumulated Leap Seconds=26 + { 2448589.50, 58.233110 }, //29 November 1991, UT1-UTC=-0.0491102, Accumulated Leap Seconds=26 + { 2448590.50, 58.236053 }, //30 November 1991, UT1-UTC=-0.0520528, Accumulated Leap Seconds=26 + { 2448591.50, 58.238909 }, //01 December 1991, UT1-UTC=-0.0549092, Accumulated Leap Seconds=26 + { 2448592.50, 58.241604 }, //02 December 1991, UT1-UTC=-0.0576043, Accumulated Leap Seconds=26 + { 2448593.50, 58.244096 }, //03 December 1991, UT1-UTC=-0.0600957, Accumulated Leap Seconds=26 + { 2448594.50, 58.246382 }, //04 December 1991, UT1-UTC=-0.0623817, Accumulated Leap Seconds=26 + { 2448595.50, 58.248489 }, //05 December 1991, UT1-UTC=-0.0644891, Accumulated Leap Seconds=26 + { 2448596.50, 58.250470 }, //06 December 1991, UT1-UTC=-0.0664703, Accumulated Leap Seconds=26 + { 2448597.50, 58.252383 }, //07 December 1991, UT1-UTC=-0.0683827, Accumulated Leap Seconds=26 + { 2448598.50, 58.254290 }, //08 December 1991, UT1-UTC=-0.0702903, Accumulated Leap Seconds=26 + { 2448599.50, 58.256252 }, //09 December 1991, UT1-UTC=-0.0722516, Accumulated Leap Seconds=26 + { 2448600.50, 58.258313 }, //10 December 1991, UT1-UTC=-0.0743130, Accumulated Leap Seconds=26 + { 2448601.50, 58.260505 }, //11 December 1991, UT1-UTC=-0.0765048, Accumulated Leap Seconds=26 + { 2448602.50, 58.262835 }, //12 December 1991, UT1-UTC=-0.0788346, Accumulated Leap Seconds=26 + { 2448603.50, 58.265287 }, //13 December 1991, UT1-UTC=-0.0812872, Accumulated Leap Seconds=26 + { 2448604.50, 58.267833 }, //14 December 1991, UT1-UTC=-0.0838333, Accumulated Leap Seconds=26 + { 2448605.50, 58.270432 }, //15 December 1991, UT1-UTC=-0.0864317, Accumulated Leap Seconds=26 + { 2448606.50, 58.273032 }, //16 December 1991, UT1-UTC=-0.0890322, Accumulated Leap Seconds=26 + { 2448607.50, 58.275570 }, //17 December 1991, UT1-UTC=-0.0915699, Accumulated Leap Seconds=26 + { 2448608.50, 58.277984 }, //18 December 1991, UT1-UTC=-0.0939843, Accumulated Leap Seconds=26 + { 2448609.50, 58.280224 }, //19 December 1991, UT1-UTC=-0.0962239, Accumulated Leap Seconds=26 + { 2448610.50, 58.282266 }, //20 December 1991, UT1-UTC=-0.0982662, Accumulated Leap Seconds=26 + { 2448611.50, 58.284179 }, //21 December 1991, UT1-UTC=-0.1001794, Accumulated Leap Seconds=26 + { 2448612.50, 58.286094 }, //22 December 1991, UT1-UTC=-0.1020941, Accumulated Leap Seconds=26 + { 2448613.50, 58.288129 }, //23 December 1991, UT1-UTC=-0.1041286, Accumulated Leap Seconds=26 + { 2448614.50, 58.290354 }, //24 December 1991, UT1-UTC=-0.1063544, Accumulated Leap Seconds=26 + { 2448615.50, 58.292780 }, //25 December 1991, UT1-UTC=-0.1087801, Accumulated Leap Seconds=26 + { 2448616.50, 58.295350 }, //26 December 1991, UT1-UTC=-0.1113499, Accumulated Leap Seconds=26 + { 2448617.50, 58.297968 }, //27 December 1991, UT1-UTC=-0.1139684, Accumulated Leap Seconds=26 + { 2448618.50, 58.300535 }, //28 December 1991, UT1-UTC=-0.1165351, Accumulated Leap Seconds=26 + { 2448619.50, 58.302964 }, //29 December 1991, UT1-UTC=-0.1189640, Accumulated Leap Seconds=26 + { 2448620.50, 58.305210 }, //30 December 1991, UT1-UTC=-0.1212098, Accumulated Leap Seconds=26 + { 2448621.50, 58.307268 }, //31 December 1991, UT1-UTC=-0.1232681, Accumulated Leap Seconds=26 + { 2448622.50, 58.309166 }, //01 January 1992, UT1-UTC=-0.1251659, Accumulated Leap Seconds=26 + { 2448623.50, 58.310955 }, //02 January 1992, UT1-UTC=-0.1269551, Accumulated Leap Seconds=26 + { 2448624.50, 58.312700 }, //03 January 1992, UT1-UTC=-0.1286996, Accumulated Leap Seconds=26 + { 2448625.50, 58.314467 }, //04 January 1992, UT1-UTC=-0.1304668, Accumulated Leap Seconds=26 + { 2448626.50, 58.316317 }, //05 January 1992, UT1-UTC=-0.1323166, Accumulated Leap Seconds=26 + { 2448627.50, 58.318296 }, //06 January 1992, UT1-UTC=-0.1342957, Accumulated Leap Seconds=26 + { 2448628.50, 58.320432 }, //07 January 1992, UT1-UTC=-0.1364324, Accumulated Leap Seconds=26 + { 2448629.50, 58.322734 }, //08 January 1992, UT1-UTC=-0.1387344, Accumulated Leap Seconds=26 + { 2448630.50, 58.325186 }, //09 January 1992, UT1-UTC=-0.1411861, Accumulated Leap Seconds=26 + { 2448631.50, 58.327759 }, //10 January 1992, UT1-UTC=-0.1437590, Accumulated Leap Seconds=26 + { 2448632.50, 58.330411 }, //11 January 1992, UT1-UTC=-0.1464111, Accumulated Leap Seconds=26 + { 2448633.50, 58.333084 }, //12 January 1992, UT1-UTC=-0.1490836, Accumulated Leap Seconds=26 + { 2448634.50, 58.335712 }, //13 January 1992, UT1-UTC=-0.1517124, Accumulated Leap Seconds=26 + { 2448635.50, 58.338237 }, //14 January 1992, UT1-UTC=-0.1542371, Accumulated Leap Seconds=26 + { 2448636.50, 58.340618 }, //15 January 1992, UT1-UTC=-0.1566178, Accumulated Leap Seconds=26 + { 2448637.50, 58.342864 }, //16 January 1992, UT1-UTC=-0.1588645, Accumulated Leap Seconds=26 + { 2448638.50, 58.345030 }, //17 January 1992, UT1-UTC=-0.1610304, Accumulated Leap Seconds=26 + { 2448639.50, 58.347213 }, //18 January 1992, UT1-UTC=-0.1632132, Accumulated Leap Seconds=26 + { 2448640.50, 58.349538 }, //19 January 1992, UT1-UTC=-0.1655376, Accumulated Leap Seconds=26 + { 2448641.50, 58.352107 }, //20 January 1992, UT1-UTC=-0.1681073, Accumulated Leap Seconds=26 + { 2448642.50, 58.354965 }, //21 January 1992, UT1-UTC=-0.1709648, Accumulated Leap Seconds=26 + { 2448643.50, 58.358059 }, //22 January 1992, UT1-UTC=-0.1740592, Accumulated Leap Seconds=26 + { 2448644.50, 58.361249 }, //23 January 1992, UT1-UTC=-0.1772490, Accumulated Leap Seconds=26 + { 2448645.50, 58.364386 }, //24 January 1992, UT1-UTC=-0.1803857, Accumulated Leap Seconds=26 + { 2448646.50, 58.367349 }, //25 January 1992, UT1-UTC=-0.1833489, Accumulated Leap Seconds=26 + { 2448647.50, 58.370078 }, //26 January 1992, UT1-UTC=-0.1860775, Accumulated Leap Seconds=26 + { 2448648.50, 58.372566 }, //27 January 1992, UT1-UTC=-0.1885657, Accumulated Leap Seconds=26 + { 2448649.50, 58.374847 }, //28 January 1992, UT1-UTC=-0.1908472, Accumulated Leap Seconds=26 + { 2448650.50, 58.376986 }, //29 January 1992, UT1-UTC=-0.1929856, Accumulated Leap Seconds=26 + { 2448651.50, 58.379068 }, //30 January 1992, UT1-UTC=-0.1950680, Accumulated Leap Seconds=26 + { 2448652.50, 58.381156 }, //31 January 1992, UT1-UTC=-0.1971564, Accumulated Leap Seconds=26 + { 2448653.50, 58.383302 }, //01 February 1992, UT1-UTC=-0.1993021, Accumulated Leap Seconds=26 + { 2448654.50, 58.385542 }, //02 February 1992, UT1-UTC=-0.2015417, Accumulated Leap Seconds=26 + { 2448655.50, 58.387897 }, //03 February 1992, UT1-UTC=-0.2038971, Accumulated Leap Seconds=26 + { 2448656.50, 58.390371 }, //04 February 1992, UT1-UTC=-0.2063706, Accumulated Leap Seconds=26 + { 2448657.50, 58.392953 }, //05 February 1992, UT1-UTC=-0.2089529, Accumulated Leap Seconds=26 + { 2448658.50, 58.395645 }, //06 February 1992, UT1-UTC=-0.2116447, Accumulated Leap Seconds=26 + { 2448659.50, 58.398410 }, //07 February 1992, UT1-UTC=-0.2144096, Accumulated Leap Seconds=26 + { 2448660.50, 58.401189 }, //08 February 1992, UT1-UTC=-0.2171890, Accumulated Leap Seconds=26 + { 2448661.50, 58.403904 }, //09 February 1992, UT1-UTC=-0.2199043, Accumulated Leap Seconds=26 + { 2448662.50, 58.406493 }, //10 February 1992, UT1-UTC=-0.2224926, Accumulated Leap Seconds=26 + { 2448663.50, 58.408912 }, //11 February 1992, UT1-UTC=-0.2249119, Accumulated Leap Seconds=26 + { 2448664.50, 58.411153 }, //12 February 1992, UT1-UTC=-0.2271526, Accumulated Leap Seconds=26 + { 2448665.50, 58.413251 }, //13 February 1992, UT1-UTC=-0.2292510, Accumulated Leap Seconds=26 + { 2448666.50, 58.415285 }, //14 February 1992, UT1-UTC=-0.2312855, Accumulated Leap Seconds=26 + { 2448667.50, 58.417365 }, //15 February 1992, UT1-UTC=-0.2333649, Accumulated Leap Seconds=26 + { 2448668.50, 58.419606 }, //16 February 1992, UT1-UTC=-0.2356063, Accumulated Leap Seconds=26 + { 2448669.50, 58.422091 }, //17 February 1992, UT1-UTC=-0.2380910, Accumulated Leap Seconds=26 + { 2448670.50, 58.424832 }, //18 February 1992, UT1-UTC=-0.2408320, Accumulated Leap Seconds=26 + { 2448671.50, 58.427764 }, //19 February 1992, UT1-UTC=-0.2437644, Accumulated Leap Seconds=26 + { 2448672.50, 58.430765 }, //20 February 1992, UT1-UTC=-0.2467653, Accumulated Leap Seconds=26 + { 2448673.50, 58.433694 }, //21 February 1992, UT1-UTC=-0.2496941, Accumulated Leap Seconds=26 + { 2448674.50, 58.436446 }, //22 February 1992, UT1-UTC=-0.2524464, Accumulated Leap Seconds=26 + { 2448675.50, 58.438985 }, //23 February 1992, UT1-UTC=-0.2549854, Accumulated Leap Seconds=26 + { 2448676.50, 58.441321 }, //24 February 1992, UT1-UTC=-0.2573213, Accumulated Leap Seconds=26 + { 2448677.50, 58.443500 }, //25 February 1992, UT1-UTC=-0.2594998, Accumulated Leap Seconds=26 + { 2448678.50, 58.445576 }, //26 February 1992, UT1-UTC=-0.2615761, Accumulated Leap Seconds=26 + { 2448679.50, 58.447575 }, //27 February 1992, UT1-UTC=-0.2635749, Accumulated Leap Seconds=26 + { 2448680.50, 58.449550 }, //28 February 1992, UT1-UTC=-0.2655501, Accumulated Leap Seconds=26 + { 2448681.50, 58.451561 }, //29 February 1992, UT1-UTC=-0.2675607, Accumulated Leap Seconds=26 + { 2448682.50, 58.453675 }, //01 March 1992, UT1-UTC=-0.2696748, Accumulated Leap Seconds=26 + { 2448683.50, 58.455944 }, //02 March 1992, UT1-UTC=-0.2719443, Accumulated Leap Seconds=26 + { 2448684.50, 58.458393 }, //03 March 1992, UT1-UTC=-0.2743931, Accumulated Leap Seconds=26 + { 2448685.50, 58.461016 }, //04 March 1992, UT1-UTC=-0.2770161, Accumulated Leap Seconds=26 + { 2448686.50, 58.463775 }, //05 March 1992, UT1-UTC=-0.2797752, Accumulated Leap Seconds=26 + { 2448687.50, 58.466608 }, //06 March 1992, UT1-UTC=-0.2826080, Accumulated Leap Seconds=26 + { 2448688.50, 58.469447 }, //07 March 1992, UT1-UTC=-0.2854469, Accumulated Leap Seconds=26 + { 2448689.50, 58.472230 }, //08 March 1992, UT1-UTC=-0.2882303, Accumulated Leap Seconds=26 + { 2448690.50, 58.474900 }, //09 March 1992, UT1-UTC=-0.2909004, Accumulated Leap Seconds=26 + { 2448691.50, 58.477422 }, //10 March 1992, UT1-UTC=-0.2934216, Accumulated Leap Seconds=26 + { 2448692.50, 58.479821 }, //11 March 1992, UT1-UTC=-0.2958209, Accumulated Leap Seconds=26 + { 2448693.50, 58.482213 }, //12 March 1992, UT1-UTC=-0.2982133, Accumulated Leap Seconds=26 + { 2448694.50, 58.484698 }, //13 March 1992, UT1-UTC=-0.3006978, Accumulated Leap Seconds=26 + { 2448695.50, 58.487367 }, //14 March 1992, UT1-UTC=-0.3033668, Accumulated Leap Seconds=26 + { 2448696.50, 58.490286 }, //15 March 1992, UT1-UTC=-0.3062863, Accumulated Leap Seconds=26 + { 2448697.50, 58.493485 }, //16 March 1992, UT1-UTC=-0.3094850, Accumulated Leap Seconds=26 + { 2448698.50, 58.496922 }, //17 March 1992, UT1-UTC=-0.3129225, Accumulated Leap Seconds=26 + { 2448699.50, 58.500492 }, //18 March 1992, UT1-UTC=-0.3164923, Accumulated Leap Seconds=26 + { 2448700.50, 58.504053 }, //19 March 1992, UT1-UTC=-0.3200528, Accumulated Leap Seconds=26 + { 2448701.50, 58.507473 }, //20 March 1992, UT1-UTC=-0.3234726, Accumulated Leap Seconds=26 + { 2448702.50, 58.510669 }, //21 March 1992, UT1-UTC=-0.3266688, Accumulated Leap Seconds=26 + { 2448703.50, 58.513610 }, //22 March 1992, UT1-UTC=-0.3296101, Accumulated Leap Seconds=26 + { 2448704.50, 58.516329 }, //23 March 1992, UT1-UTC=-0.3323293, Accumulated Leap Seconds=26 + { 2448705.50, 58.518894 }, //24 March 1992, UT1-UTC=-0.3348943, Accumulated Leap Seconds=26 + { 2448706.50, 58.521378 }, //25 March 1992, UT1-UTC=-0.3373785, Accumulated Leap Seconds=26 + { 2448707.50, 58.523839 }, //26 March 1992, UT1-UTC=-0.3398387, Accumulated Leap Seconds=26 + { 2448708.50, 58.526320 }, //27 March 1992, UT1-UTC=-0.3423203, Accumulated Leap Seconds=26 + { 2448709.50, 58.528861 }, //28 March 1992, UT1-UTC=-0.3448609, Accumulated Leap Seconds=26 + { 2448710.50, 58.531502 }, //29 March 1992, UT1-UTC=-0.3475017, Accumulated Leap Seconds=26 + { 2448711.50, 58.534267 }, //30 March 1992, UT1-UTC=-0.3502671, Accumulated Leap Seconds=26 + { 2448712.50, 58.537156 }, //31 March 1992, UT1-UTC=-0.3531561, Accumulated Leap Seconds=26 + { 2448713.50, 58.540144 }, //01 April 1992, UT1-UTC=-0.3561438, Accumulated Leap Seconds=26 + { 2448714.50, 58.543178 }, //02 April 1992, UT1-UTC=-0.3591784, Accumulated Leap Seconds=26 + { 2448715.50, 58.546194 }, //03 April 1992, UT1-UTC=-0.3621936, Accumulated Leap Seconds=26 + { 2448716.50, 58.549123 }, //04 April 1992, UT1-UTC=-0.3651228, Accumulated Leap Seconds=26 + { 2448717.50, 58.551915 }, //05 April 1992, UT1-UTC=-0.3679150, Accumulated Leap Seconds=26 + { 2448718.50, 58.554545 }, //06 April 1992, UT1-UTC=-0.3705455, Accumulated Leap Seconds=26 + { 2448719.50, 58.557025 }, //07 April 1992, UT1-UTC=-0.3730252, Accumulated Leap Seconds=26 + { 2448720.50, 58.559407 }, //08 April 1992, UT1-UTC=-0.3754075, Accumulated Leap Seconds=26 + { 2448721.50, 58.561786 }, //09 April 1992, UT1-UTC=-0.3777861, Accumulated Leap Seconds=26 + { 2448722.50, 58.564266 }, //10 April 1992, UT1-UTC=-0.3802656, Accumulated Leap Seconds=26 + { 2448723.50, 58.566937 }, //11 April 1992, UT1-UTC=-0.3829367, Accumulated Leap Seconds=26 + { 2448724.50, 58.569861 }, //12 April 1992, UT1-UTC=-0.3858606, Accumulated Leap Seconds=26 + { 2448725.50, 58.573045 }, //13 April 1992, UT1-UTC=-0.3890452, Accumulated Leap Seconds=26 + { 2448726.50, 58.576442 }, //14 April 1992, UT1-UTC=-0.3924419, Accumulated Leap Seconds=26 + { 2448727.50, 58.579952 }, //15 April 1992, UT1-UTC=-0.3959518, Accumulated Leap Seconds=26 + { 2448728.50, 58.583432 }, //16 April 1992, UT1-UTC=-0.3994317, Accumulated Leap Seconds=26 + { 2448729.50, 58.586740 }, //17 April 1992, UT1-UTC=-0.4027396, Accumulated Leap Seconds=26 + { 2448730.50, 58.589793 }, //18 April 1992, UT1-UTC=-0.4057934, Accumulated Leap Seconds=26 + { 2448731.50, 58.592573 }, //19 April 1992, UT1-UTC=-0.4085728, Accumulated Leap Seconds=26 + { 2448732.50, 58.595109 }, //20 April 1992, UT1-UTC=-0.4111091, Accumulated Leap Seconds=26 + { 2448733.50, 58.597464 }, //21 April 1992, UT1-UTC=-0.4134637, Accumulated Leap Seconds=26 + { 2448734.50, 58.599714 }, //22 April 1992, UT1-UTC=-0.4157139, Accumulated Leap Seconds=26 + { 2448735.50, 58.601955 }, //23 April 1992, UT1-UTC=-0.4179547, Accumulated Leap Seconds=26 + { 2448736.50, 58.604252 }, //24 April 1992, UT1-UTC=-0.4202520, Accumulated Leap Seconds=26 + { 2448737.50, 58.606648 }, //25 April 1992, UT1-UTC=-0.4226478, Accumulated Leap Seconds=26 + { 2448738.50, 58.609167 }, //26 April 1992, UT1-UTC=-0.4251665, Accumulated Leap Seconds=26 + { 2448739.50, 58.611807 }, //27 April 1992, UT1-UTC=-0.4278073, Accumulated Leap Seconds=26 + { 2448740.50, 58.614546 }, //28 April 1992, UT1-UTC=-0.4305458, Accumulated Leap Seconds=26 + { 2448741.50, 58.617334 }, //29 April 1992, UT1-UTC=-0.4333345, Accumulated Leap Seconds=26 + { 2448742.50, 58.620099 }, //30 April 1992, UT1-UTC=-0.4360990, Accumulated Leap Seconds=26 + { 2448743.50, 58.622771 }, //01 May 1992, UT1-UTC=-0.4387714, Accumulated Leap Seconds=26 + { 2448744.50, 58.625294 }, //02 May 1992, UT1-UTC=-0.4412945, Accumulated Leap Seconds=26 + { 2448745.50, 58.627637 }, //03 May 1992, UT1-UTC=-0.4436372, Accumulated Leap Seconds=26 + { 2448746.50, 58.629805 }, //04 May 1992, UT1-UTC=-0.4458046, Accumulated Leap Seconds=26 + { 2448747.50, 58.631842 }, //05 May 1992, UT1-UTC=-0.4478419, Accumulated Leap Seconds=26 + { 2448748.50, 58.633829 }, //06 May 1992, UT1-UTC=-0.4498295, Accumulated Leap Seconds=26 + { 2448749.50, 58.635867 }, //07 May 1992, UT1-UTC=-0.4518668, Accumulated Leap Seconds=26 + { 2448750.50, 58.638054 }, //08 May 1992, UT1-UTC=-0.4540540, Accumulated Leap Seconds=26 + { 2448751.50, 58.640452 }, //09 May 1992, UT1-UTC=-0.4564523, Accumulated Leap Seconds=26 + { 2448752.50, 58.643058 }, //10 May 1992, UT1-UTC=-0.4590577, Accumulated Leap Seconds=26 + { 2448753.50, 58.645812 }, //11 May 1992, UT1-UTC=-0.4618123, Accumulated Leap Seconds=26 + { 2448754.50, 58.648618 }, //12 May 1992, UT1-UTC=-0.4646183, Accumulated Leap Seconds=26 + { 2448755.50, 58.651373 }, //13 May 1992, UT1-UTC=-0.4673732, Accumulated Leap Seconds=26 + { 2448756.50, 58.654011 }, //14 May 1992, UT1-UTC=-0.4700106, Accumulated Leap Seconds=26 + { 2448757.50, 58.656464 }, //15 May 1992, UT1-UTC=-0.4724640, Accumulated Leap Seconds=26 + { 2448758.50, 58.658703 }, //16 May 1992, UT1-UTC=-0.4747028, Accumulated Leap Seconds=26 + { 2448759.50, 58.660752 }, //17 May 1992, UT1-UTC=-0.4767517, Accumulated Leap Seconds=26 + { 2448760.50, 58.662672 }, //18 May 1992, UT1-UTC=-0.4786725, Accumulated Leap Seconds=26 + { 2448761.50, 58.664543 }, //19 May 1992, UT1-UTC=-0.4805432, Accumulated Leap Seconds=26 + { 2448762.50, 58.666439 }, //20 May 1992, UT1-UTC=-0.4824386, Accumulated Leap Seconds=26 + { 2448763.50, 58.668407 }, //21 May 1992, UT1-UTC=-0.4844067, Accumulated Leap Seconds=26 + { 2448764.50, 58.670467 }, //22 May 1992, UT1-UTC=-0.4864668, Accumulated Leap Seconds=26 + { 2448765.50, 58.672613 }, //23 May 1992, UT1-UTC=-0.4886132, Accumulated Leap Seconds=26 + { 2448766.50, 58.674852 }, //24 May 1992, UT1-UTC=-0.4908520, Accumulated Leap Seconds=26 + { 2448767.50, 58.677169 }, //25 May 1992, UT1-UTC=-0.4931688, Accumulated Leap Seconds=26 + { 2448768.50, 58.679531 }, //26 May 1992, UT1-UTC=-0.4955306, Accumulated Leap Seconds=26 + { 2448769.50, 58.681887 }, //27 May 1992, UT1-UTC=-0.4978871, Accumulated Leap Seconds=26 + { 2448770.50, 58.684165 }, //28 May 1992, UT1-UTC=-0.5001655, Accumulated Leap Seconds=26 + { 2448771.50, 58.686299 }, //29 May 1992, UT1-UTC=-0.5022989, Accumulated Leap Seconds=26 + { 2448772.50, 58.688262 }, //30 May 1992, UT1-UTC=-0.5042618, Accumulated Leap Seconds=26 + { 2448773.50, 58.690045 }, //31 May 1992, UT1-UTC=-0.5060453, Accumulated Leap Seconds=26 + { 2448774.50, 58.691666 }, //01 June 1992, UT1-UTC=-0.5076662, Accumulated Leap Seconds=26 + { 2448775.50, 58.693196 }, //02 June 1992, UT1-UTC=-0.5091957, Accumulated Leap Seconds=26 + { 2448776.50, 58.694734 }, //03 June 1992, UT1-UTC=-0.5107342, Accumulated Leap Seconds=26 + { 2448777.50, 58.696388 }, //04 June 1992, UT1-UTC=-0.5123885, Accumulated Leap Seconds=26 + { 2448778.50, 58.698229 }, //05 June 1992, UT1-UTC=-0.5142293, Accumulated Leap Seconds=26 + { 2448779.50, 58.700260 }, //06 June 1992, UT1-UTC=-0.5162599, Accumulated Leap Seconds=26 + { 2448780.50, 58.702426 }, //07 June 1992, UT1-UTC=-0.5184265, Accumulated Leap Seconds=26 + { 2448781.50, 58.704636 }, //08 June 1992, UT1-UTC=-0.5206362, Accumulated Leap Seconds=26 + { 2448782.50, 58.706786 }, //09 June 1992, UT1-UTC=-0.5227857, Accumulated Leap Seconds=26 + { 2448783.50, 58.708794 }, //10 June 1992, UT1-UTC=-0.5247940, Accumulated Leap Seconds=26 + { 2448784.50, 58.710619 }, //11 June 1992, UT1-UTC=-0.5266195, Accumulated Leap Seconds=26 + { 2448785.50, 58.712255 }, //12 June 1992, UT1-UTC=-0.5282551, Accumulated Leap Seconds=26 + { 2448786.50, 58.713729 }, //13 June 1992, UT1-UTC=-0.5297292, Accumulated Leap Seconds=26 + { 2448787.50, 58.715095 }, //14 June 1992, UT1-UTC=-0.5310955, Accumulated Leap Seconds=26 + { 2448788.50, 58.716414 }, //15 June 1992, UT1-UTC=-0.5324140, Accumulated Leap Seconds=26 + { 2448789.50, 58.717739 }, //16 June 1992, UT1-UTC=-0.5337391, Accumulated Leap Seconds=26 + { 2448790.50, 58.719116 }, //17 June 1992, UT1-UTC=-0.5351158, Accumulated Leap Seconds=26 + { 2448791.50, 58.720576 }, //18 June 1992, UT1-UTC=-0.5365763, Accumulated Leap Seconds=26 + { 2448792.50, 58.722141 }, //19 June 1992, UT1-UTC=-0.5381414, Accumulated Leap Seconds=26 + { 2448793.50, 58.723818 }, //20 June 1992, UT1-UTC=-0.5398179, Accumulated Leap Seconds=26 + { 2448794.50, 58.725602 }, //21 June 1992, UT1-UTC=-0.5416018, Accumulated Leap Seconds=26 + { 2448795.50, 58.727459 }, //22 June 1992, UT1-UTC=-0.5434588, Accumulated Leap Seconds=26 + { 2448796.50, 58.729339 }, //23 June 1992, UT1-UTC=-0.5453387, Accumulated Leap Seconds=26 + { 2448797.50, 58.731186 }, //24 June 1992, UT1-UTC=-0.5471858, Accumulated Leap Seconds=26 + { 2448798.50, 58.732944 }, //25 June 1992, UT1-UTC=-0.5489437, Accumulated Leap Seconds=26 + { 2448799.50, 58.734569 }, //26 June 1992, UT1-UTC=-0.5505692, Accumulated Leap Seconds=26 + { 2448800.50, 58.736037 }, //27 June 1992, UT1-UTC=-0.5520372, Accumulated Leap Seconds=26 + { 2448801.50, 58.737350 }, //28 June 1992, UT1-UTC=-0.5533501, Accumulated Leap Seconds=26 + { 2448802.50, 58.738551 }, //29 June 1992, UT1-UTC=-0.5545515, Accumulated Leap Seconds=26 + { 2448803.50, 58.739722 }, //30 June 1992, UT1-UTC=-0.5557222, Accumulated Leap Seconds=26 + { 2448804.50, 58.740963 }, //01 July 1992, UT1-UTC= 0.4430372, Accumulated Leap Seconds=27 + { 2448805.50, 58.742335 }, //02 July 1992, UT1-UTC= 0.4416653, Accumulated Leap Seconds=27 + { 2448806.50, 58.743884 }, //03 July 1992, UT1-UTC= 0.4401162, Accumulated Leap Seconds=27 + { 2448807.50, 58.745596 }, //04 July 1992, UT1-UTC= 0.4384035, Accumulated Leap Seconds=27 + { 2448808.50, 58.747389 }, //05 July 1992, UT1-UTC= 0.4366113, Accumulated Leap Seconds=27 + { 2448809.50, 58.749147 }, //06 July 1992, UT1-UTC= 0.4348529, Accumulated Leap Seconds=27 + { 2448810.50, 58.750774 }, //07 July 1992, UT1-UTC= 0.4332264, Accumulated Leap Seconds=27 + { 2448811.50, 58.752214 }, //08 July 1992, UT1-UTC= 0.4317857, Accumulated Leap Seconds=27 + { 2448812.50, 58.753454 }, //09 July 1992, UT1-UTC= 0.4305456, Accumulated Leap Seconds=27 + { 2448813.50, 58.754511 }, //10 July 1992, UT1-UTC= 0.4294894, Accumulated Leap Seconds=27 + { 2448814.50, 58.755440 }, //11 July 1992, UT1-UTC= 0.4285595, Accumulated Leap Seconds=27 + { 2448815.50, 58.756301 }, //12 July 1992, UT1-UTC= 0.4276994, Accumulated Leap Seconds=27 + { 2448816.50, 58.757143 }, //13 July 1992, UT1-UTC= 0.4268572, Accumulated Leap Seconds=27 + { 2448817.50, 58.758013 }, //14 July 1992, UT1-UTC= 0.4259871, Accumulated Leap Seconds=27 + { 2448818.50, 58.758962 }, //15 July 1992, UT1-UTC= 0.4250377, Accumulated Leap Seconds=27 + { 2448819.50, 58.760036 }, //16 July 1992, UT1-UTC= 0.4239636, Accumulated Leap Seconds=27 + { 2448820.50, 58.761250 }, //17 July 1992, UT1-UTC= 0.4227496, Accumulated Leap Seconds=27 + { 2448821.50, 58.762591 }, //18 July 1992, UT1-UTC= 0.4214089, Accumulated Leap Seconds=27 + { 2448822.50, 58.764036 }, //19 July 1992, UT1-UTC= 0.4199636, Accumulated Leap Seconds=27 + { 2448823.50, 58.765554 }, //20 July 1992, UT1-UTC= 0.4184461, Accumulated Leap Seconds=27 + { 2448824.50, 58.767103 }, //21 July 1992, UT1-UTC= 0.4168969, Accumulated Leap Seconds=27 + { 2448825.50, 58.768643 }, //22 July 1992, UT1-UTC= 0.4153569, Accumulated Leap Seconds=27 + { 2448826.50, 58.770133 }, //23 July 1992, UT1-UTC= 0.4138666, Accumulated Leap Seconds=27 + { 2448827.50, 58.771544 }, //24 July 1992, UT1-UTC= 0.4124558, Accumulated Leap Seconds=27 + { 2448828.50, 58.772865 }, //25 July 1992, UT1-UTC= 0.4111349, Accumulated Leap Seconds=27 + { 2448829.50, 58.774117 }, //26 July 1992, UT1-UTC= 0.4098831, Accumulated Leap Seconds=27 + { 2448830.50, 58.775354 }, //27 July 1992, UT1-UTC= 0.4086463, Accumulated Leap Seconds=27 + { 2448831.50, 58.776641 }, //28 July 1992, UT1-UTC= 0.4073591, Accumulated Leap Seconds=27 + { 2448832.50, 58.778059 }, //29 July 1992, UT1-UTC= 0.4059414, Accumulated Leap Seconds=27 + { 2448833.50, 58.779690 }, //30 July 1992, UT1-UTC= 0.4043098, Accumulated Leap Seconds=27 + { 2448834.50, 58.781560 }, //31 July 1992, UT1-UTC= 0.4024395, Accumulated Leap Seconds=27 + { 2448835.50, 58.783619 }, //01 August 1992, UT1-UTC= 0.4003811, Accumulated Leap Seconds=27 + { 2448836.50, 58.785760 }, //02 August 1992, UT1-UTC= 0.3982402, Accumulated Leap Seconds=27 + { 2448837.50, 58.787856 }, //03 August 1992, UT1-UTC= 0.3961444, Accumulated Leap Seconds=27 + { 2448838.50, 58.789802 }, //04 August 1992, UT1-UTC= 0.3941976, Accumulated Leap Seconds=27 + { 2448839.50, 58.791542 }, //05 August 1992, UT1-UTC= 0.3924582, Accumulated Leap Seconds=27 + { 2448840.50, 58.793100 }, //06 August 1992, UT1-UTC= 0.3909000, Accumulated Leap Seconds=27 + { 2448841.50, 58.794493 }, //07 August 1992, UT1-UTC= 0.3895066, Accumulated Leap Seconds=27 + { 2448842.50, 58.795766 }, //08 August 1992, UT1-UTC= 0.3882335, Accumulated Leap Seconds=27 + { 2448843.50, 58.796969 }, //09 August 1992, UT1-UTC= 0.3870313, Accumulated Leap Seconds=27 + { 2448844.50, 58.798157 }, //10 August 1992, UT1-UTC= 0.3858431, Accumulated Leap Seconds=27 + { 2448845.50, 58.799395 }, //11 August 1992, UT1-UTC= 0.3846046, Accumulated Leap Seconds=27 + { 2448846.50, 58.800792 }, //12 August 1992, UT1-UTC= 0.3832084, Accumulated Leap Seconds=27 + { 2448847.50, 58.802384 }, //13 August 1992, UT1-UTC= 0.3816163, Accumulated Leap Seconds=27 + { 2448848.50, 58.804139 }, //14 August 1992, UT1-UTC= 0.3798610, Accumulated Leap Seconds=27 + { 2448849.50, 58.805999 }, //15 August 1992, UT1-UTC= 0.3780014, Accumulated Leap Seconds=27 + { 2448850.50, 58.807909 }, //16 August 1992, UT1-UTC= 0.3760911, Accumulated Leap Seconds=27 + { 2448851.50, 58.809820 }, //17 August 1992, UT1-UTC= 0.3741799, Accumulated Leap Seconds=27 + { 2448852.50, 58.811688 }, //18 August 1992, UT1-UTC= 0.3723119, Accumulated Leap Seconds=27 + { 2448853.50, 58.813486 }, //19 August 1992, UT1-UTC= 0.3705135, Accumulated Leap Seconds=27 + { 2448854.50, 58.815210 }, //20 August 1992, UT1-UTC= 0.3687900, Accumulated Leap Seconds=27 + { 2448855.50, 58.816856 }, //21 August 1992, UT1-UTC= 0.3671439, Accumulated Leap Seconds=27 + { 2448856.50, 58.818444 }, //22 August 1992, UT1-UTC= 0.3655557, Accumulated Leap Seconds=27 + { 2448857.50, 58.820023 }, //23 August 1992, UT1-UTC= 0.3639766, Accumulated Leap Seconds=27 + { 2448858.50, 58.821665 }, //24 August 1992, UT1-UTC= 0.3623345, Accumulated Leap Seconds=27 + { 2448859.50, 58.823450 }, //25 August 1992, UT1-UTC= 0.3605495, Accumulated Leap Seconds=27 + { 2448860.50, 58.825458 }, //26 August 1992, UT1-UTC= 0.3585419, Accumulated Leap Seconds=27 + { 2448861.50, 58.827750 }, //27 August 1992, UT1-UTC= 0.3562497, Accumulated Leap Seconds=27 + { 2448862.50, 58.830314 }, //28 August 1992, UT1-UTC= 0.3536861, Accumulated Leap Seconds=27 + { 2448863.50, 58.833040 }, //29 August 1992, UT1-UTC= 0.3509602, Accumulated Leap Seconds=27 + { 2448864.50, 58.835761 }, //30 August 1992, UT1-UTC= 0.3482388, Accumulated Leap Seconds=27 + { 2448865.50, 58.838306 }, //31 August 1992, UT1-UTC= 0.3456935, Accumulated Leap Seconds=27 + { 2448866.50, 58.840554 }, //01 September 1992, UT1-UTC= 0.3434457, Accumulated Leap Seconds=27 + { 2448867.50, 58.842477 }, //02 September 1992, UT1-UTC= 0.3415226, Accumulated Leap Seconds=27 + { 2448868.50, 58.844138 }, //03 September 1992, UT1-UTC= 0.3398621, Accumulated Leap Seconds=27 + { 2448869.50, 58.845614 }, //04 September 1992, UT1-UTC= 0.3383856, Accumulated Leap Seconds=27 + { 2448870.50, 58.846991 }, //05 September 1992, UT1-UTC= 0.3370085, Accumulated Leap Seconds=27 + { 2448871.50, 58.848362 }, //06 September 1992, UT1-UTC= 0.3356378, Accumulated Leap Seconds=27 + { 2448872.50, 58.849808 }, //07 September 1992, UT1-UTC= 0.3341918, Accumulated Leap Seconds=27 + { 2448873.50, 58.851392 }, //08 September 1992, UT1-UTC= 0.3326079, Accumulated Leap Seconds=27 + { 2448874.50, 58.853147 }, //09 September 1992, UT1-UTC= 0.3308526, Accumulated Leap Seconds=27 + { 2448875.50, 58.855061 }, //10 September 1992, UT1-UTC= 0.3289393, Accumulated Leap Seconds=27 + { 2448876.50, 58.857098 }, //11 September 1992, UT1-UTC= 0.3269017, Accumulated Leap Seconds=27 + { 2448877.50, 58.859213 }, //12 September 1992, UT1-UTC= 0.3247867, Accumulated Leap Seconds=27 + { 2448878.50, 58.861351 }, //13 September 1992, UT1-UTC= 0.3226486, Accumulated Leap Seconds=27 + { 2448879.50, 58.863453 }, //14 September 1992, UT1-UTC= 0.3205468, Accumulated Leap Seconds=27 + { 2448880.50, 58.865464 }, //15 September 1992, UT1-UTC= 0.3185359, Accumulated Leap Seconds=27 + { 2448881.50, 58.867350 }, //16 September 1992, UT1-UTC= 0.3166498, Accumulated Leap Seconds=27 + { 2448882.50, 58.869116 }, //17 September 1992, UT1-UTC= 0.3148841, Accumulated Leap Seconds=27 + { 2448883.50, 58.870791 }, //18 September 1992, UT1-UTC= 0.3132085, Accumulated Leap Seconds=27 + { 2448884.50, 58.872418 }, //19 September 1992, UT1-UTC= 0.3115818, Accumulated Leap Seconds=27 + { 2448885.50, 58.874053 }, //20 September 1992, UT1-UTC= 0.3099468, Accumulated Leap Seconds=27 + { 2448886.50, 58.875766 }, //21 September 1992, UT1-UTC= 0.3082337, Accumulated Leap Seconds=27 + { 2448887.50, 58.877623 }, //22 September 1992, UT1-UTC= 0.3063772, Accumulated Leap Seconds=27 + { 2448888.50, 58.879685 }, //23 September 1992, UT1-UTC= 0.3043152, Accumulated Leap Seconds=27 + { 2448889.50, 58.882005 }, //24 September 1992, UT1-UTC= 0.3019954, Accumulated Leap Seconds=27 + { 2448890.50, 58.884542 }, //25 September 1992, UT1-UTC= 0.2994579, Accumulated Leap Seconds=27 + { 2448891.50, 58.887192 }, //26 September 1992, UT1-UTC= 0.2968080, Accumulated Leap Seconds=27 + { 2448892.50, 58.889817 }, //27 September 1992, UT1-UTC= 0.2941827, Accumulated Leap Seconds=27 + { 2448893.50, 58.892301 }, //28 September 1992, UT1-UTC= 0.2916985, Accumulated Leap Seconds=27 + { 2448894.50, 58.894585 }, //29 September 1992, UT1-UTC= 0.2894155, Accumulated Leap Seconds=27 + { 2448895.50, 58.896664 }, //30 September 1992, UT1-UTC= 0.2873360, Accumulated Leap Seconds=27 + { 2448896.50, 58.898579 }, //01 October 1992, UT1-UTC= 0.2854210, Accumulated Leap Seconds=27 + { 2448897.50, 58.900391 }, //02 October 1992, UT1-UTC= 0.2836088, Accumulated Leap Seconds=27 + { 2448898.50, 58.902165 }, //03 October 1992, UT1-UTC= 0.2818348, Accumulated Leap Seconds=27 + { 2448899.50, 58.903973 }, //04 October 1992, UT1-UTC= 0.2800272, Accumulated Leap Seconds=27 + { 2448900.50, 58.905872 }, //05 October 1992, UT1-UTC= 0.2781277, Accumulated Leap Seconds=27 + { 2448901.50, 58.907904 }, //06 October 1992, UT1-UTC= 0.2760962, Accumulated Leap Seconds=27 + { 2448902.50, 58.910087 }, //07 October 1992, UT1-UTC= 0.2739126, Accumulated Leap Seconds=27 + { 2448903.50, 58.912412 }, //08 October 1992, UT1-UTC= 0.2715878, Accumulated Leap Seconds=27 + { 2448904.50, 58.914845 }, //09 October 1992, UT1-UTC= 0.2691545, Accumulated Leap Seconds=27 + { 2448905.50, 58.917338 }, //10 October 1992, UT1-UTC= 0.2666616, Accumulated Leap Seconds=27 + { 2448906.50, 58.919829 }, //11 October 1992, UT1-UTC= 0.2641714, Accumulated Leap Seconds=27 + { 2448907.50, 58.922256 }, //12 October 1992, UT1-UTC= 0.2617437, Accumulated Leap Seconds=27 + { 2448908.50, 58.924574 }, //13 October 1992, UT1-UTC= 0.2594263, Accumulated Leap Seconds=27 + { 2448909.50, 58.926764 }, //14 October 1992, UT1-UTC= 0.2572357, Accumulated Leap Seconds=27 + { 2448910.50, 58.928864 }, //15 October 1992, UT1-UTC= 0.2551356, Accumulated Leap Seconds=27 + { 2448911.50, 58.930908 }, //16 October 1992, UT1-UTC= 0.2530918, Accumulated Leap Seconds=27 + { 2448912.50, 58.932950 }, //17 October 1992, UT1-UTC= 0.2510500, Accumulated Leap Seconds=27 + { 2448913.50, 58.935079 }, //18 October 1992, UT1-UTC= 0.2489210, Accumulated Leap Seconds=27 + { 2448914.50, 58.937383 }, //19 October 1992, UT1-UTC= 0.2466168, Accumulated Leap Seconds=27 + { 2448915.50, 58.939926 }, //20 October 1992, UT1-UTC= 0.2440735, Accumulated Leap Seconds=27 + { 2448916.50, 58.942744 }, //21 October 1992, UT1-UTC= 0.2412558, Accumulated Leap Seconds=27 + { 2448917.50, 58.945810 }, //22 October 1992, UT1-UTC= 0.2381899, Accumulated Leap Seconds=27 + { 2448918.50, 58.949005 }, //23 October 1992, UT1-UTC= 0.2349949, Accumulated Leap Seconds=27 + { 2448919.50, 58.952176 }, //24 October 1992, UT1-UTC= 0.2318239, Accumulated Leap Seconds=27 + { 2448920.50, 58.955199 }, //25 October 1992, UT1-UTC= 0.2288010, Accumulated Leap Seconds=27 + { 2448921.50, 58.957990 }, //26 October 1992, UT1-UTC= 0.2260100, Accumulated Leap Seconds=27 + { 2448922.50, 58.960518 }, //27 October 1992, UT1-UTC= 0.2234818, Accumulated Leap Seconds=27 + { 2448923.50, 58.962819 }, //28 October 1992, UT1-UTC= 0.2211813, Accumulated Leap Seconds=27 + { 2448924.50, 58.964974 }, //29 October 1992, UT1-UTC= 0.2190256, Accumulated Leap Seconds=27 + { 2448925.50, 58.967072 }, //30 October 1992, UT1-UTC= 0.2169279, Accumulated Leap Seconds=27 + { 2448926.50, 58.969186 }, //31 October 1992, UT1-UTC= 0.2148141, Accumulated Leap Seconds=27 + { 2448927.50, 58.971368 }, //01 November 1992, UT1-UTC= 0.2126322, Accumulated Leap Seconds=27 + { 2448928.50, 58.973626 }, //02 November 1992, UT1-UTC= 0.2103739, Accumulated Leap Seconds=27 + { 2448929.50, 58.975941 }, //03 November 1992, UT1-UTC= 0.2080589, Accumulated Leap Seconds=27 + { 2448930.50, 58.978297 }, //04 November 1992, UT1-UTC= 0.2057030, Accumulated Leap Seconds=27 + { 2448931.50, 58.980717 }, //05 November 1992, UT1-UTC= 0.2032827, Accumulated Leap Seconds=27 + { 2448932.50, 58.983211 }, //06 November 1992, UT1-UTC= 0.2007890, Accumulated Leap Seconds=27 + { 2448933.50, 58.985723 }, //07 November 1992, UT1-UTC= 0.1982766, Accumulated Leap Seconds=27 + { 2448934.50, 58.988200 }, //08 November 1992, UT1-UTC= 0.1957996, Accumulated Leap Seconds=27 + { 2448935.50, 58.990599 }, //09 November 1992, UT1-UTC= 0.1934013, Accumulated Leap Seconds=27 + { 2448936.50, 58.992888 }, //10 November 1992, UT1-UTC= 0.1911117, Accumulated Leap Seconds=27 + { 2448937.50, 58.995071 }, //11 November 1992, UT1-UTC= 0.1889294, Accumulated Leap Seconds=27 + { 2448938.50, 58.997178 }, //12 November 1992, UT1-UTC= 0.1868219, Accumulated Leap Seconds=27 + { 2448939.50, 58.999256 }, //13 November 1992, UT1-UTC= 0.1847444, Accumulated Leap Seconds=27 + { 2448940.50, 59.001375 }, //14 November 1992, UT1-UTC= 0.1826248, Accumulated Leap Seconds=27 + { 2448941.50, 59.003619 }, //15 November 1992, UT1-UTC= 0.1803805, Accumulated Leap Seconds=27 + { 2448942.50, 59.006065 }, //16 November 1992, UT1-UTC= 0.1779354, Accumulated Leap Seconds=27 + { 2448943.50, 59.008745 }, //17 November 1992, UT1-UTC= 0.1752549, Accumulated Leap Seconds=27 + { 2448944.50, 59.011642 }, //18 November 1992, UT1-UTC= 0.1723580, Accumulated Leap Seconds=27 + { 2448945.50, 59.014673 }, //19 November 1992, UT1-UTC= 0.1693270, Accumulated Leap Seconds=27 + { 2448946.50, 59.017721 }, //20 November 1992, UT1-UTC= 0.1662786, Accumulated Leap Seconds=27 + { 2448947.50, 59.020669 }, //21 November 1992, UT1-UTC= 0.1633308, Accumulated Leap Seconds=27 + { 2448948.50, 59.023437 }, //22 November 1992, UT1-UTC= 0.1605629, Accumulated Leap Seconds=27 + { 2448949.50, 59.025987 }, //23 November 1992, UT1-UTC= 0.1580130, Accumulated Leap Seconds=27 + { 2448950.50, 59.028327 }, //24 November 1992, UT1-UTC= 0.1556732, Accumulated Leap Seconds=27 + { 2448951.50, 59.030508 }, //25 November 1992, UT1-UTC= 0.1534920, Accumulated Leap Seconds=27 + { 2448952.50, 59.032608 }, //26 November 1992, UT1-UTC= 0.1513920, Accumulated Leap Seconds=27 + { 2448953.50, 59.034703 }, //27 November 1992, UT1-UTC= 0.1492972, Accumulated Leap Seconds=27 + { 2448954.50, 59.036849 }, //28 November 1992, UT1-UTC= 0.1471512, Accumulated Leap Seconds=27 + { 2448955.50, 59.039080 }, //29 November 1992, UT1-UTC= 0.1449200, Accumulated Leap Seconds=27 + { 2448956.50, 59.041412 }, //30 November 1992, UT1-UTC= 0.1425879, Accumulated Leap Seconds=27 + { 2448957.50, 59.043837 }, //01 December 1992, UT1-UTC= 0.1401630, Accumulated Leap Seconds=27 + { 2448958.50, 59.046366 }, //02 December 1992, UT1-UTC= 0.1376336, Accumulated Leap Seconds=27 + { 2448959.50, 59.048999 }, //03 December 1992, UT1-UTC= 0.1350007, Accumulated Leap Seconds=27 + { 2448960.50, 59.051701 }, //04 December 1992, UT1-UTC= 0.1322991, Accumulated Leap Seconds=27 + { 2448961.50, 59.054402 }, //05 December 1992, UT1-UTC= 0.1295981, Accumulated Leap Seconds=27 + { 2448962.50, 59.057058 }, //06 December 1992, UT1-UTC= 0.1269417, Accumulated Leap Seconds=27 + { 2448963.50, 59.059640 }, //07 December 1992, UT1-UTC= 0.1243596, Accumulated Leap Seconds=27 + { 2448964.50, 59.062116 }, //08 December 1992, UT1-UTC= 0.1218842, Accumulated Leap Seconds=27 + { 2448965.50, 59.064488 }, //09 December 1992, UT1-UTC= 0.1195120, Accumulated Leap Seconds=27 + { 2448966.50, 59.066806 }, //10 December 1992, UT1-UTC= 0.1171939, Accumulated Leap Seconds=27 + { 2448967.50, 59.069139 }, //11 December 1992, UT1-UTC= 0.1148608, Accumulated Leap Seconds=27 + { 2448968.50, 59.071565 }, //12 December 1992, UT1-UTC= 0.1124347, Accumulated Leap Seconds=27 + { 2448969.50, 59.074151 }, //13 December 1992, UT1-UTC= 0.1098494, Accumulated Leap Seconds=27 + { 2448970.50, 59.076922 }, //14 December 1992, UT1-UTC= 0.1070776, Accumulated Leap Seconds=27 + { 2448971.50, 59.079859 }, //15 December 1992, UT1-UTC= 0.1041410, Accumulated Leap Seconds=27 + { 2448972.50, 59.082896 }, //16 December 1992, UT1-UTC= 0.1011043, Accumulated Leap Seconds=27 + { 2448973.50, 59.085925 }, //17 December 1992, UT1-UTC= 0.0980745, Accumulated Leap Seconds=27 + { 2448974.50, 59.088842 }, //18 December 1992, UT1-UTC= 0.0951582, Accumulated Leap Seconds=27 + { 2448975.50, 59.091563 }, //19 December 1992, UT1-UTC= 0.0924366, Accumulated Leap Seconds=27 + { 2448976.50, 59.094049 }, //20 December 1992, UT1-UTC= 0.0899514, Accumulated Leap Seconds=27 + { 2448977.50, 59.096302 }, //21 December 1992, UT1-UTC= 0.0876983, Accumulated Leap Seconds=27 + { 2448978.50, 59.098371 }, //22 December 1992, UT1-UTC= 0.0856286, Accumulated Leap Seconds=27 + { 2448979.50, 59.100339 }, //23 December 1992, UT1-UTC= 0.0836607, Accumulated Leap Seconds=27 + { 2448980.50, 59.102298 }, //24 December 1992, UT1-UTC= 0.0817015, Accumulated Leap Seconds=27 + { 2448981.50, 59.104324 }, //25 December 1992, UT1-UTC= 0.0796758, Accumulated Leap Seconds=27 + { 2448982.50, 59.106467 }, //26 December 1992, UT1-UTC= 0.0775328, Accumulated Leap Seconds=27 + { 2448983.50, 59.108754 }, //27 December 1992, UT1-UTC= 0.0752456, Accumulated Leap Seconds=27 + { 2448984.50, 59.111190 }, //28 December 1992, UT1-UTC= 0.0728104, Accumulated Leap Seconds=27 + { 2448985.50, 59.113756 }, //29 December 1992, UT1-UTC= 0.0702439, Accumulated Leap Seconds=27 + { 2448986.50, 59.116419 }, //30 December 1992, UT1-UTC= 0.0675806, Accumulated Leap Seconds=27 + { 2448987.50, 59.119128 }, //31 December 1992, UT1-UTC= 0.0648720, Accumulated Leap Seconds=27 + { 2448988.50, 59.121841 }, //01 January 1993, UT1-UTC= 0.0621586, Accumulated Leap Seconds=27 + { 2448989.50, 59.124525 }, //02 January 1993, UT1-UTC= 0.0594754, Accumulated Leap Seconds=27 + { 2448990.50, 59.127148 }, //03 January 1993, UT1-UTC= 0.0568516, Accumulated Leap Seconds=27 + { 2448991.50, 59.129696 }, //04 January 1993, UT1-UTC= 0.0543039, Accumulated Leap Seconds=27 + { 2448992.50, 59.132170 }, //05 January 1993, UT1-UTC= 0.0518298, Accumulated Leap Seconds=27 + { 2448993.50, 59.134595 }, //06 January 1993, UT1-UTC= 0.0494045, Accumulated Leap Seconds=27 + { 2448994.50, 59.137003 }, //07 January 1993, UT1-UTC= 0.0469970, Accumulated Leap Seconds=27 + { 2448995.50, 59.139444 }, //08 January 1993, UT1-UTC= 0.0445561, Accumulated Leap Seconds=27 + { 2448996.50, 59.141978 }, //09 January 1993, UT1-UTC= 0.0420224, Accumulated Leap Seconds=27 + { 2448997.50, 59.144665 }, //10 January 1993, UT1-UTC= 0.0393348, Accumulated Leap Seconds=27 + { 2448998.50, 59.147519 }, //11 January 1993, UT1-UTC= 0.0364810, Accumulated Leap Seconds=27 + { 2448999.50, 59.150491 }, //12 January 1993, UT1-UTC= 0.0335089, Accumulated Leap Seconds=27 + { 2449000.50, 59.153492 }, //13 January 1993, UT1-UTC= 0.0305078, Accumulated Leap Seconds=27 + { 2449001.50, 59.156421 }, //14 January 1993, UT1-UTC= 0.0275793, Accumulated Leap Seconds=27 + { 2449002.50, 59.159194 }, //15 January 1993, UT1-UTC= 0.0248062, Accumulated Leap Seconds=27 + { 2449003.50, 59.161771 }, //16 January 1993, UT1-UTC= 0.0222291, Accumulated Leap Seconds=27 + { 2449004.50, 59.164149 }, //17 January 1993, UT1-UTC= 0.0198512, Accumulated Leap Seconds=27 + { 2449005.50, 59.166359 }, //18 January 1993, UT1-UTC= 0.0176414, Accumulated Leap Seconds=27 + { 2449006.50, 59.168450 }, //19 January 1993, UT1-UTC= 0.0155495, Accumulated Leap Seconds=27 + { 2449007.50, 59.170490 }, //20 January 1993, UT1-UTC= 0.0135102, Accumulated Leap Seconds=27 + { 2449008.50, 59.172556 }, //21 January 1993, UT1-UTC= 0.0114436, Accumulated Leap Seconds=27 + { 2449009.50, 59.174701 }, //22 January 1993, UT1-UTC= 0.0092994, Accumulated Leap Seconds=27 + { 2449010.50, 59.176950 }, //23 January 1993, UT1-UTC= 0.0070502, Accumulated Leap Seconds=27 + { 2449011.50, 59.179320 }, //24 January 1993, UT1-UTC= 0.0046799, Accumulated Leap Seconds=27 + { 2449012.50, 59.181813 }, //25 January 1993, UT1-UTC= 0.0021865, Accumulated Leap Seconds=27 + { 2449013.50, 59.184419 }, //26 January 1993, UT1-UTC=-0.0004188, Accumulated Leap Seconds=27 + { 2449014.50, 59.187117 }, //27 January 1993, UT1-UTC=-0.0031169, Accumulated Leap Seconds=27 + { 2449015.50, 59.189859 }, //28 January 1993, UT1-UTC=-0.0058587, Accumulated Leap Seconds=27 + { 2449016.50, 59.192580 }, //29 January 1993, UT1-UTC=-0.0085798, Accumulated Leap Seconds=27 + { 2449017.50, 59.195237 }, //30 January 1993, UT1-UTC=-0.0112369, Accumulated Leap Seconds=27 + { 2449018.50, 59.197802 }, //31 January 1993, UT1-UTC=-0.0138020, Accumulated Leap Seconds=27 + { 2449019.50, 59.200269 }, //01 February 1993, UT1-UTC=-0.0162687, Accumulated Leap Seconds=27 + { 2449020.50, 59.202653 }, //02 February 1993, UT1-UTC=-0.0186532, Accumulated Leap Seconds=27 + { 2449021.50, 59.205006 }, //03 February 1993, UT1-UTC=-0.0210060, Accumulated Leap Seconds=27 + { 2449022.50, 59.207411 }, //04 February 1993, UT1-UTC=-0.0234108, Accumulated Leap Seconds=27 + { 2449023.50, 59.209960 }, //05 February 1993, UT1-UTC=-0.0259598, Accumulated Leap Seconds=27 + { 2449024.50, 59.212733 }, //06 February 1993, UT1-UTC=-0.0287326, Accumulated Leap Seconds=27 + { 2449025.50, 59.215762 }, //07 February 1993, UT1-UTC=-0.0317622, Accumulated Leap Seconds=27 + { 2449026.50, 59.219012 }, //08 February 1993, UT1-UTC=-0.0350123, Accumulated Leap Seconds=27 + { 2449027.50, 59.222380 }, //09 February 1993, UT1-UTC=-0.0383801, Accumulated Leap Seconds=27 + { 2449028.50, 59.225731 }, //10 February 1993, UT1-UTC=-0.0417313, Accumulated Leap Seconds=27 + { 2449029.50, 59.228927 }, //11 February 1993, UT1-UTC=-0.0449274, Accumulated Leap Seconds=27 + { 2449030.50, 59.231868 }, //12 February 1993, UT1-UTC=-0.0478682, Accumulated Leap Seconds=27 + { 2449031.50, 59.234524 }, //13 February 1993, UT1-UTC=-0.0505241, Accumulated Leap Seconds=27 + { 2449032.50, 59.236942 }, //14 February 1993, UT1-UTC=-0.0529420, Accumulated Leap Seconds=27 + { 2449033.50, 59.239206 }, //15 February 1993, UT1-UTC=-0.0552062, Accumulated Leap Seconds=27 + { 2449034.50, 59.241409 }, //16 February 1993, UT1-UTC=-0.0574086, Accumulated Leap Seconds=27 + { 2449035.50, 59.243637 }, //17 February 1993, UT1-UTC=-0.0596371, Accumulated Leap Seconds=27 + { 2449036.50, 59.245948 }, //18 February 1993, UT1-UTC=-0.0619484, Accumulated Leap Seconds=27 + { 2449037.50, 59.248384 }, //19 February 1993, UT1-UTC=-0.0643843, Accumulated Leap Seconds=27 + { 2449038.50, 59.250965 }, //20 February 1993, UT1-UTC=-0.0669654, Accumulated Leap Seconds=27 + { 2449039.50, 59.253677 }, //21 February 1993, UT1-UTC=-0.0696767, Accumulated Leap Seconds=27 + { 2449040.50, 59.256479 }, //22 February 1993, UT1-UTC=-0.0724794, Accumulated Leap Seconds=27 + { 2449041.50, 59.259317 }, //23 February 1993, UT1-UTC=-0.0753175, Accumulated Leap Seconds=27 + { 2449042.50, 59.262132 }, //24 February 1993, UT1-UTC=-0.0781319, Accumulated Leap Seconds=27 + { 2449043.50, 59.264879 }, //25 February 1993, UT1-UTC=-0.0808788, Accumulated Leap Seconds=27 + { 2449044.50, 59.267525 }, //26 February 1993, UT1-UTC=-0.0835249, Accumulated Leap Seconds=27 + { 2449045.50, 59.270050 }, //27 February 1993, UT1-UTC=-0.0860497, Accumulated Leap Seconds=27 + { 2449046.50, 59.272449 }, //28 February 1993, UT1-UTC=-0.0884491, Accumulated Leap Seconds=27 + { 2449047.50, 59.274737 }, //01 March 1993, UT1-UTC=-0.0907370, Accumulated Leap Seconds=27 + { 2449048.50, 59.276949 }, //02 March 1993, UT1-UTC=-0.0929494, Accumulated Leap Seconds=27 + { 2449049.50, 59.279152 }, //03 March 1993, UT1-UTC=-0.0951520, Accumulated Leap Seconds=27 + { 2449050.50, 59.281437 }, //04 March 1993, UT1-UTC=-0.0974371, Accumulated Leap Seconds=27 + { 2449051.50, 59.283891 }, //05 March 1993, UT1-UTC=-0.0998912, Accumulated Leap Seconds=27 + { 2449052.50, 59.286574 }, //06 March 1993, UT1-UTC=-0.1025743, Accumulated Leap Seconds=27 + { 2449053.50, 59.289510 }, //07 March 1993, UT1-UTC=-0.1055100, Accumulated Leap Seconds=27 + { 2449054.50, 59.292658 }, //08 March 1993, UT1-UTC=-0.1086584, Accumulated Leap Seconds=27 + { 2449055.50, 59.295923 }, //09 March 1993, UT1-UTC=-0.1119232, Accumulated Leap Seconds=27 + { 2449056.50, 59.299184 }, //10 March 1993, UT1-UTC=-0.1151838, Accumulated Leap Seconds=27 + { 2449057.50, 59.302321 }, //11 March 1993, UT1-UTC=-0.1183210, Accumulated Leap Seconds=27 + { 2449058.50, 59.305265 }, //12 March 1993, UT1-UTC=-0.1212646, Accumulated Leap Seconds=27 + { 2449059.50, 59.308010 }, //13 March 1993, UT1-UTC=-0.1240096, Accumulated Leap Seconds=27 + { 2449060.50, 59.310606 }, //14 March 1993, UT1-UTC=-0.1266065, Accumulated Leap Seconds=27 + { 2449061.50, 59.313123 }, //15 March 1993, UT1-UTC=-0.1291234, Accumulated Leap Seconds=27 + { 2449062.50, 59.315619 }, //16 March 1993, UT1-UTC=-0.1316186, Accumulated Leap Seconds=27 + { 2449063.50, 59.318142 }, //17 March 1993, UT1-UTC=-0.1341417, Accumulated Leap Seconds=27 + { 2449064.50, 59.320728 }, //18 March 1993, UT1-UTC=-0.1367277, Accumulated Leap Seconds=27 + { 2449065.50, 59.323397 }, //19 March 1993, UT1-UTC=-0.1393974, Accumulated Leap Seconds=27 + { 2449066.50, 59.326156 }, //20 March 1993, UT1-UTC=-0.1421558, Accumulated Leap Seconds=27 + { 2449067.50, 59.328991 }, //21 March 1993, UT1-UTC=-0.1449906, Accumulated Leap Seconds=27 + { 2449068.50, 59.331873 }, //22 March 1993, UT1-UTC=-0.1478732, Accumulated Leap Seconds=27 + { 2449069.50, 59.334764 }, //23 March 1993, UT1-UTC=-0.1507642, Accumulated Leap Seconds=27 + { 2449070.50, 59.337625 }, //24 March 1993, UT1-UTC=-0.1536251, Accumulated Leap Seconds=27 + { 2449071.50, 59.340411 }, //25 March 1993, UT1-UTC=-0.1564110, Accumulated Leap Seconds=27 + { 2449072.50, 59.343076 }, //26 March 1993, UT1-UTC=-0.1590763, Accumulated Leap Seconds=27 + { 2449073.50, 59.345616 }, //27 March 1993, UT1-UTC=-0.1616165, Accumulated Leap Seconds=27 + { 2449074.50, 59.348042 }, //28 March 1993, UT1-UTC=-0.1640415, Accumulated Leap Seconds=27 + { 2449075.50, 59.350377 }, //29 March 1993, UT1-UTC=-0.1663773, Accumulated Leap Seconds=27 + { 2449076.50, 59.352668 }, //30 March 1993, UT1-UTC=-0.1686679, Accumulated Leap Seconds=27 + { 2449077.50, 59.354982 }, //31 March 1993, UT1-UTC=-0.1709824, Accumulated Leap Seconds=27 + { 2449078.50, 59.357413 }, //01 April 1993, UT1-UTC=-0.1734134, Accumulated Leap Seconds=27 + { 2449079.50, 59.360042 }, //02 April 1993, UT1-UTC=-0.1760424, Accumulated Leap Seconds=27 + { 2449080.50, 59.362915 }, //03 April 1993, UT1-UTC=-0.1789153, Accumulated Leap Seconds=27 + { 2449081.50, 59.366024 }, //04 April 1993, UT1-UTC=-0.1820242, Accumulated Leap Seconds=27 + { 2449082.50, 59.369302 }, //05 April 1993, UT1-UTC=-0.1853021, Accumulated Leap Seconds=27 + { 2449083.50, 59.372642 }, //06 April 1993, UT1-UTC=-0.1886421, Accumulated Leap Seconds=27 + { 2449084.50, 59.375934 }, //07 April 1993, UT1-UTC=-0.1919338, Accumulated Leap Seconds=27 + { 2449085.50, 59.379079 }, //08 April 1993, UT1-UTC=-0.1950789, Accumulated Leap Seconds=27 + { 2449086.50, 59.382033 }, //09 April 1993, UT1-UTC=-0.1980334, Accumulated Leap Seconds=27 + { 2449087.50, 59.384818 }, //10 April 1993, UT1-UTC=-0.2008176, Accumulated Leap Seconds=27 + { 2449088.50, 59.387492 }, //11 April 1993, UT1-UTC=-0.2034918, Accumulated Leap Seconds=27 + { 2449089.50, 59.390124 }, //12 April 1993, UT1-UTC=-0.2061237, Accumulated Leap Seconds=27 + { 2449090.50, 59.392763 }, //13 April 1993, UT1-UTC=-0.2087629, Accumulated Leap Seconds=27 + { 2449091.50, 59.395456 }, //14 April 1993, UT1-UTC=-0.2114559, Accumulated Leap Seconds=27 + { 2449092.50, 59.398249 }, //15 April 1993, UT1-UTC=-0.2142492, Accumulated Leap Seconds=27 + { 2449093.50, 59.401134 }, //16 April 1993, UT1-UTC=-0.2171343, Accumulated Leap Seconds=27 + { 2449094.50, 59.404079 }, //17 April 1993, UT1-UTC=-0.2200786, Accumulated Leap Seconds=27 + { 2449095.50, 59.407048 }, //18 April 1993, UT1-UTC=-0.2230481, Accumulated Leap Seconds=27 + { 2449096.50, 59.410005 }, //19 April 1993, UT1-UTC=-0.2260048, Accumulated Leap Seconds=27 + { 2449097.50, 59.412909 }, //20 April 1993, UT1-UTC=-0.2289091, Accumulated Leap Seconds=27 + { 2449098.50, 59.415742 }, //21 April 1993, UT1-UTC=-0.2317422, Accumulated Leap Seconds=27 + { 2449099.50, 59.418521 }, //22 April 1993, UT1-UTC=-0.2345212, Accumulated Leap Seconds=27 + { 2449100.50, 59.421254 }, //23 April 1993, UT1-UTC=-0.2372538, Accumulated Leap Seconds=27 + { 2449101.50, 59.423913 }, //24 April 1993, UT1-UTC=-0.2399125, Accumulated Leap Seconds=27 + { 2449102.50, 59.426499 }, //25 April 1993, UT1-UTC=-0.2424995, Accumulated Leap Seconds=27 + { 2449103.50, 59.429044 }, //26 April 1993, UT1-UTC=-0.2450436, Accumulated Leap Seconds=27 + { 2449104.50, 59.431587 }, //27 April 1993, UT1-UTC=-0.2475871, Accumulated Leap Seconds=27 + { 2449105.50, 59.434213 }, //28 April 1993, UT1-UTC=-0.2502132, Accumulated Leap Seconds=27 + { 2449106.50, 59.437030 }, //29 April 1993, UT1-UTC=-0.2530302, Accumulated Leap Seconds=27 + { 2449107.50, 59.440094 }, //30 April 1993, UT1-UTC=-0.2560944, Accumulated Leap Seconds=27 + { 2449108.50, 59.443383 }, //01 May 1993, UT1-UTC=-0.2593827, Accumulated Leap Seconds=27 + { 2449109.50, 59.446825 }, //02 May 1993, UT1-UTC=-0.2628253, Accumulated Leap Seconds=27 + { 2449110.50, 59.450310 }, //03 May 1993, UT1-UTC=-0.2663097, Accumulated Leap Seconds=27 + { 2449111.50, 59.453701 }, //04 May 1993, UT1-UTC=-0.2697007, Accumulated Leap Seconds=27 + { 2449112.50, 59.456882 }, //05 May 1993, UT1-UTC=-0.2728818, Accumulated Leap Seconds=27 + { 2449113.50, 59.459803 }, //06 May 1993, UT1-UTC=-0.2758031, Accumulated Leap Seconds=27 + { 2449114.50, 59.462473 }, //07 May 1993, UT1-UTC=-0.2784728, Accumulated Leap Seconds=27 + { 2449115.50, 59.464959 }, //08 May 1993, UT1-UTC=-0.2809586, Accumulated Leap Seconds=27 + { 2449116.50, 59.467345 }, //09 May 1993, UT1-UTC=-0.2833450, Accumulated Leap Seconds=27 + { 2449117.50, 59.469706 }, //10 May 1993, UT1-UTC=-0.2857062, Accumulated Leap Seconds=27 + { 2449118.50, 59.472091 }, //11 May 1993, UT1-UTC=-0.2880913, Accumulated Leap Seconds=27 + { 2449119.50, 59.474515 }, //12 May 1993, UT1-UTC=-0.2905148, Accumulated Leap Seconds=27 + { 2449120.50, 59.476971 }, //13 May 1993, UT1-UTC=-0.2929705, Accumulated Leap Seconds=27 + { 2449121.50, 59.479471 }, //14 May 1993, UT1-UTC=-0.2954714, Accumulated Leap Seconds=27 + { 2449122.50, 59.482027 }, //15 May 1993, UT1-UTC=-0.2980267, Accumulated Leap Seconds=27 + { 2449123.50, 59.484616 }, //16 May 1993, UT1-UTC=-0.3006161, Accumulated Leap Seconds=27 + { 2449124.50, 59.487207 }, //17 May 1993, UT1-UTC=-0.3032068, Accumulated Leap Seconds=27 + { 2449125.50, 59.489762 }, //18 May 1993, UT1-UTC=-0.3057621, Accumulated Leap Seconds=27 + { 2449126.50, 59.492249 }, //19 May 1993, UT1-UTC=-0.3082495, Accumulated Leap Seconds=27 + { 2449127.50, 59.494638 }, //20 May 1993, UT1-UTC=-0.3106377, Accumulated Leap Seconds=27 + { 2449128.50, 59.496913 }, //21 May 1993, UT1-UTC=-0.3129125, Accumulated Leap Seconds=27 + { 2449129.50, 59.499091 }, //22 May 1993, UT1-UTC=-0.3150909, Accumulated Leap Seconds=27 + { 2449130.50, 59.501211 }, //23 May 1993, UT1-UTC=-0.3172109, Accumulated Leap Seconds=27 + { 2449131.50, 59.503335 }, //24 May 1993, UT1-UTC=-0.3193351, Accumulated Leap Seconds=27 + { 2449132.50, 59.505536 }, //25 May 1993, UT1-UTC=-0.3215356, Accumulated Leap Seconds=27 + { 2449133.50, 59.507875 }, //26 May 1993, UT1-UTC=-0.3238752, Accumulated Leap Seconds=27 + { 2449134.50, 59.510383 }, //27 May 1993, UT1-UTC=-0.3263831, Accumulated Leap Seconds=27 + { 2449135.50, 59.513059 }, //28 May 1993, UT1-UTC=-0.3290589, Accumulated Leap Seconds=27 + { 2449136.50, 59.515865 }, //29 May 1993, UT1-UTC=-0.3318646, Accumulated Leap Seconds=27 + { 2449137.50, 59.518726 }, //30 May 1993, UT1-UTC=-0.3347260, Accumulated Leap Seconds=27 + { 2449138.50, 59.521549 }, //31 May 1993, UT1-UTC=-0.3375493, Accumulated Leap Seconds=27 + { 2449139.50, 59.524242 }, //01 June 1993, UT1-UTC=-0.3402416, Accumulated Leap Seconds=27 + { 2449140.50, 59.526731 }, //02 June 1993, UT1-UTC=-0.3427310, Accumulated Leap Seconds=27 + { 2449141.50, 59.528985 }, //03 June 1993, UT1-UTC=-0.3449852, Accumulated Leap Seconds=27 + { 2449142.50, 59.531031 }, //04 June 1993, UT1-UTC=-0.3470306, Accumulated Leap Seconds=27 + { 2449143.50, 59.532937 }, //05 June 1993, UT1-UTC=-0.3489374, Accumulated Leap Seconds=27 + { 2449144.50, 59.534793 }, //06 June 1993, UT1-UTC=-0.3507926, Accumulated Leap Seconds=27 + { 2449145.50, 59.536675 }, //07 June 1993, UT1-UTC=-0.3526748, Accumulated Leap Seconds=27 + { 2449146.50, 59.538636 }, //08 June 1993, UT1-UTC=-0.3546356, Accumulated Leap Seconds=27 + { 2449147.50, 59.540693 }, //09 June 1993, UT1-UTC=-0.3566934, Accumulated Leap Seconds=27 + { 2449148.50, 59.542832 }, //10 June 1993, UT1-UTC=-0.3588322, Accumulated Leap Seconds=27 + { 2449149.50, 59.545040 }, //11 June 1993, UT1-UTC=-0.3610400, Accumulated Leap Seconds=27 + { 2449150.50, 59.547286 }, //12 June 1993, UT1-UTC=-0.3632859, Accumulated Leap Seconds=27 + { 2449151.50, 59.549527 }, //13 June 1993, UT1-UTC=-0.3655270, Accumulated Leap Seconds=27 + { 2449152.50, 59.551718 }, //14 June 1993, UT1-UTC=-0.3677184, Accumulated Leap Seconds=27 + { 2449153.50, 59.553820 }, //15 June 1993, UT1-UTC=-0.3698199, Accumulated Leap Seconds=27 + { 2449154.50, 59.555803 }, //16 June 1993, UT1-UTC=-0.3718032, Accumulated Leap Seconds=27 + { 2449155.50, 59.557667 }, //17 June 1993, UT1-UTC=-0.3736668, Accumulated Leap Seconds=27 + { 2449156.50, 59.559432 }, //18 June 1993, UT1-UTC=-0.3754318, Accumulated Leap Seconds=27 + { 2449157.50, 59.561128 }, //19 June 1993, UT1-UTC=-0.3771281, Accumulated Leap Seconds=27 + { 2449158.50, 59.562809 }, //20 June 1993, UT1-UTC=-0.3788093, Accumulated Leap Seconds=27 + { 2449159.50, 59.564545 }, //21 June 1993, UT1-UTC=-0.3805452, Accumulated Leap Seconds=27 + { 2449160.50, 59.566401 }, //22 June 1993, UT1-UTC=-0.3824011, Accumulated Leap Seconds=27 + { 2449161.50, 59.568417 }, //23 June 1993, UT1-UTC=-0.3844170, Accumulated Leap Seconds=27 + { 2449162.50, 59.570583 }, //24 June 1993, UT1-UTC=-0.3865828, Accumulated Leap Seconds=27 + { 2449163.50, 59.572856 }, //25 June 1993, UT1-UTC=-0.3888564, Accumulated Leap Seconds=27 + { 2449164.50, 59.575178 }, //26 June 1993, UT1-UTC=-0.3911783, Accumulated Leap Seconds=27 + { 2449165.50, 59.577470 }, //27 June 1993, UT1-UTC=-0.3934703, Accumulated Leap Seconds=27 + { 2449166.50, 59.579643 }, //28 June 1993, UT1-UTC=-0.3956430, Accumulated Leap Seconds=27 + { 2449167.50, 59.581627 }, //29 June 1993, UT1-UTC=-0.3976266, Accumulated Leap Seconds=27 + { 2449168.50, 59.583395 }, //30 June 1993, UT1-UTC=-0.3993948, Accumulated Leap Seconds=27 + { 2449169.50, 59.584979 }, //01 July 1993, UT1-UTC= 0.5990213, Accumulated Leap Seconds=28 + { 2449170.50, 59.586433 }, //02 July 1993, UT1-UTC= 0.5975665, Accumulated Leap Seconds=28 + { 2449171.50, 59.587826 }, //03 July 1993, UT1-UTC= 0.5961744, Accumulated Leap Seconds=28 + { 2449172.50, 59.589219 }, //04 July 1993, UT1-UTC= 0.5947809, Accumulated Leap Seconds=28 + { 2449173.50, 59.590660 }, //05 July 1993, UT1-UTC= 0.5933398, Accumulated Leap Seconds=28 + { 2449174.50, 59.592171 }, //06 July 1993, UT1-UTC= 0.5918288, Accumulated Leap Seconds=28 + { 2449175.50, 59.593749 }, //07 July 1993, UT1-UTC= 0.5902506, Accumulated Leap Seconds=28 + { 2449176.50, 59.595372 }, //08 July 1993, UT1-UTC= 0.5886275, Accumulated Leap Seconds=28 + { 2449177.50, 59.597007 }, //09 July 1993, UT1-UTC= 0.5869933, Accumulated Leap Seconds=28 + { 2449178.50, 59.598621 }, //10 July 1993, UT1-UTC= 0.5853792, Accumulated Leap Seconds=28 + { 2449179.50, 59.600191 }, //11 July 1993, UT1-UTC= 0.5838086, Accumulated Leap Seconds=28 + { 2449180.50, 59.601703 }, //12 July 1993, UT1-UTC= 0.5822970, Accumulated Leap Seconds=28 + { 2449181.50, 59.603150 }, //13 July 1993, UT1-UTC= 0.5808503, Accumulated Leap Seconds=28 + { 2449182.50, 59.604539 }, //14 July 1993, UT1-UTC= 0.5794606, Accumulated Leap Seconds=28 + { 2449183.50, 59.605880 }, //15 July 1993, UT1-UTC= 0.5781205, Accumulated Leap Seconds=28 + { 2449184.50, 59.607164 }, //16 July 1993, UT1-UTC= 0.5768360, Accumulated Leap Seconds=28 + { 2449185.50, 59.608417 }, //17 July 1993, UT1-UTC= 0.5755834, Accumulated Leap Seconds=28 + { 2449186.50, 59.609694 }, //18 July 1993, UT1-UTC= 0.5743061, Accumulated Leap Seconds=28 + { 2449187.50, 59.611081 }, //19 July 1993, UT1-UTC= 0.5729185, Accumulated Leap Seconds=28 + { 2449188.50, 59.612656 }, //20 July 1993, UT1-UTC= 0.5713440, Accumulated Leap Seconds=28 + { 2449189.50, 59.614461 }, //21 July 1993, UT1-UTC= 0.5695386, Accumulated Leap Seconds=28 + { 2449190.50, 59.616505 }, //22 July 1993, UT1-UTC= 0.5674946, Accumulated Leap Seconds=28 + { 2449191.50, 59.618713 }, //23 July 1993, UT1-UTC= 0.5652874, Accumulated Leap Seconds=28 + { 2449192.50, 59.620957 }, //24 July 1993, UT1-UTC= 0.5630427, Accumulated Leap Seconds=28 + { 2449193.50, 59.623117 }, //25 July 1993, UT1-UTC= 0.5608826, Accumulated Leap Seconds=28 + { 2449194.50, 59.625106 }, //26 July 1993, UT1-UTC= 0.5588936, Accumulated Leap Seconds=28 + { 2449195.50, 59.626888 }, //27 July 1993, UT1-UTC= 0.5571115, Accumulated Leap Seconds=28 + { 2449196.50, 59.628479 }, //28 July 1993, UT1-UTC= 0.5555207, Accumulated Leap Seconds=28 + { 2449197.50, 59.629943 }, //29 July 1993, UT1-UTC= 0.5540573, Accumulated Leap Seconds=28 + { 2449198.50, 59.631371 }, //30 July 1993, UT1-UTC= 0.5526292, Accumulated Leap Seconds=28 + { 2449199.50, 59.632822 }, //31 July 1993, UT1-UTC= 0.5511775, Accumulated Leap Seconds=28 + { 2449200.50, 59.634350 }, //01 August 1993, UT1-UTC= 0.5496503, Accumulated Leap Seconds=28 + { 2449201.50, 59.635985 }, //02 August 1993, UT1-UTC= 0.5480148, Accumulated Leap Seconds=28 + { 2449202.50, 59.637739 }, //03 August 1993, UT1-UTC= 0.5462606, Accumulated Leap Seconds=28 + { 2449203.50, 59.639604 }, //04 August 1993, UT1-UTC= 0.5443964, Accumulated Leap Seconds=28 + { 2449204.50, 59.641560 }, //05 August 1993, UT1-UTC= 0.5424400, Accumulated Leap Seconds=28 + { 2449205.50, 59.643567 }, //06 August 1993, UT1-UTC= 0.5404326, Accumulated Leap Seconds=28 + { 2449206.50, 59.645557 }, //07 August 1993, UT1-UTC= 0.5384428, Accumulated Leap Seconds=28 + { 2449207.50, 59.647478 }, //08 August 1993, UT1-UTC= 0.5365217, Accumulated Leap Seconds=28 + { 2449208.50, 59.649296 }, //09 August 1993, UT1-UTC= 0.5347039, Accumulated Leap Seconds=28 + { 2449209.50, 59.650991 }, //10 August 1993, UT1-UTC= 0.5330091, Accumulated Leap Seconds=28 + { 2449210.50, 59.652561 }, //11 August 1993, UT1-UTC= 0.5314394, Accumulated Leap Seconds=28 + { 2449211.50, 59.654042 }, //12 August 1993, UT1-UTC= 0.5299581, Accumulated Leap Seconds=28 + { 2449212.50, 59.655495 }, //13 August 1993, UT1-UTC= 0.5285050, Accumulated Leap Seconds=28 + { 2449213.50, 59.656991 }, //14 August 1993, UT1-UTC= 0.5270087, Accumulated Leap Seconds=28 + { 2449214.50, 59.658612 }, //15 August 1993, UT1-UTC= 0.5253878, Accumulated Leap Seconds=28 + { 2449215.50, 59.660427 }, //16 August 1993, UT1-UTC= 0.5235733, Accumulated Leap Seconds=28 + { 2449216.50, 59.662473 }, //17 August 1993, UT1-UTC= 0.5215268, Accumulated Leap Seconds=28 + { 2449217.50, 59.664748 }, //18 August 1993, UT1-UTC= 0.5192517, Accumulated Leap Seconds=28 + { 2449218.50, 59.667214 }, //19 August 1993, UT1-UTC= 0.5167860, Accumulated Leap Seconds=28 + { 2449219.50, 59.669782 }, //20 August 1993, UT1-UTC= 0.5142177, Accumulated Leap Seconds=28 + { 2449220.50, 59.672327 }, //21 August 1993, UT1-UTC= 0.5116731, Accumulated Leap Seconds=28 + { 2449221.50, 59.674731 }, //22 August 1993, UT1-UTC= 0.5092691, Accumulated Leap Seconds=28 + { 2449222.50, 59.676925 }, //23 August 1993, UT1-UTC= 0.5070750, Accumulated Leap Seconds=28 + { 2449223.50, 59.678894 }, //24 August 1993, UT1-UTC= 0.5051055, Accumulated Leap Seconds=28 + { 2449224.50, 59.680669 }, //25 August 1993, UT1-UTC= 0.5033306, Accumulated Leap Seconds=28 + { 2449225.50, 59.682312 }, //26 August 1993, UT1-UTC= 0.5016878, Accumulated Leap Seconds=28 + { 2449226.50, 59.683893 }, //27 August 1993, UT1-UTC= 0.5001067, Accumulated Leap Seconds=28 + { 2449227.50, 59.685486 }, //28 August 1993, UT1-UTC= 0.4985141, Accumulated Leap Seconds=28 + { 2449228.50, 59.687147 }, //29 August 1993, UT1-UTC= 0.4968532, Accumulated Leap Seconds=28 + { 2449229.50, 59.688911 }, //30 August 1993, UT1-UTC= 0.4950890, Accumulated Leap Seconds=28 + { 2449230.50, 59.690792 }, //31 August 1993, UT1-UTC= 0.4932083, Accumulated Leap Seconds=28 + { 2449231.50, 59.692783 }, //01 September 1993, UT1-UTC= 0.4912173, Accumulated Leap Seconds=28 + { 2449232.50, 59.694857 }, //02 September 1993, UT1-UTC= 0.4891434, Accumulated Leap Seconds=28 + { 2449233.50, 59.696960 }, //03 September 1993, UT1-UTC= 0.4870396, Accumulated Leap Seconds=28 + { 2449234.50, 59.699041 }, //04 September 1993, UT1-UTC= 0.4849585, Accumulated Leap Seconds=28 + { 2449235.50, 59.701060 }, //05 September 1993, UT1-UTC= 0.4829399, Accumulated Leap Seconds=28 + { 2449236.50, 59.702994 }, //06 September 1993, UT1-UTC= 0.4810059, Accumulated Leap Seconds=28 + { 2449237.50, 59.704842 }, //07 September 1993, UT1-UTC= 0.4791580, Accumulated Leap Seconds=28 + { 2449238.50, 59.706618 }, //08 September 1993, UT1-UTC= 0.4773818, Accumulated Leap Seconds=28 + { 2449239.50, 59.708344 }, //09 September 1993, UT1-UTC= 0.4756563, Accumulated Leap Seconds=28 + { 2449240.50, 59.710073 }, //10 September 1993, UT1-UTC= 0.4739272, Accumulated Leap Seconds=28 + { 2449241.50, 59.711881 }, //11 September 1993, UT1-UTC= 0.4721191, Accumulated Leap Seconds=28 + { 2449242.50, 59.713848 }, //12 September 1993, UT1-UTC= 0.4701520, Accumulated Leap Seconds=28 + { 2449243.50, 59.716042 }, //13 September 1993, UT1-UTC= 0.4679584, Accumulated Leap Seconds=28 + { 2449244.50, 59.718490 }, //14 September 1993, UT1-UTC= 0.4655095, Accumulated Leap Seconds=28 + { 2449245.50, 59.721168 }, //15 September 1993, UT1-UTC= 0.4628317, Accumulated Leap Seconds=28 + { 2449246.50, 59.723987 }, //16 September 1993, UT1-UTC= 0.4600133, Accumulated Leap Seconds=28 + { 2449247.50, 59.726815 }, //17 September 1993, UT1-UTC= 0.4571853, Accumulated Leap Seconds=28 + { 2449248.50, 59.729523 }, //18 September 1993, UT1-UTC= 0.4544769, Accumulated Leap Seconds=28 + { 2449249.50, 59.732029 }, //19 September 1993, UT1-UTC= 0.4519709, Accumulated Leap Seconds=28 + { 2449250.50, 59.734317 }, //20 September 1993, UT1-UTC= 0.4496832, Accumulated Leap Seconds=28 + { 2449251.50, 59.736434 }, //21 September 1993, UT1-UTC= 0.4475661, Accumulated Leap Seconds=28 + { 2449252.50, 59.738467 }, //22 September 1993, UT1-UTC= 0.4455329, Accumulated Leap Seconds=28 + { 2449253.50, 59.740492 }, //23 September 1993, UT1-UTC= 0.4435076, Accumulated Leap Seconds=28 + { 2449254.50, 59.742556 }, //24 September 1993, UT1-UTC= 0.4414444, Accumulated Leap Seconds=28 + { 2449255.50, 59.744698 }, //25 September 1993, UT1-UTC= 0.4393015, Accumulated Leap Seconds=28 + { 2449256.50, 59.746936 }, //26 September 1993, UT1-UTC= 0.4370639, Accumulated Leap Seconds=28 + { 2449257.50, 59.749262 }, //27 September 1993, UT1-UTC= 0.4347381, Accumulated Leap Seconds=28 + { 2449258.50, 59.751652 }, //28 September 1993, UT1-UTC= 0.4323477, Accumulated Leap Seconds=28 + { 2449259.50, 59.754069 }, //29 September 1993, UT1-UTC= 0.4299313, Accumulated Leap Seconds=28 + { 2449260.50, 59.756461 }, //30 September 1993, UT1-UTC= 0.4275388, Accumulated Leap Seconds=28 + { 2449261.50, 59.758805 }, //01 October 1993, UT1-UTC= 0.4251950, Accumulated Leap Seconds=28 + { 2449262.50, 59.761087 }, //02 October 1993, UT1-UTC= 0.4229131, Accumulated Leap Seconds=28 + { 2449263.50, 59.763298 }, //03 October 1993, UT1-UTC= 0.4207018, Accumulated Leap Seconds=28 + { 2449264.50, 59.765446 }, //04 October 1993, UT1-UTC= 0.4185543, Accumulated Leap Seconds=28 + { 2449265.50, 59.767553 }, //05 October 1993, UT1-UTC= 0.4164466, Accumulated Leap Seconds=28 + { 2449266.50, 59.769660 }, //06 October 1993, UT1-UTC= 0.4143404, Accumulated Leap Seconds=28 + { 2449267.50, 59.771806 }, //07 October 1993, UT1-UTC= 0.4121937, Accumulated Leap Seconds=28 + { 2449268.50, 59.774016 }, //08 October 1993, UT1-UTC= 0.4099838, Accumulated Leap Seconds=28 + { 2449269.50, 59.776337 }, //09 October 1993, UT1-UTC= 0.4076625, Accumulated Leap Seconds=28 + { 2449270.50, 59.778832 }, //10 October 1993, UT1-UTC= 0.4051683, Accumulated Leap Seconds=28 + { 2449271.50, 59.781548 }, //11 October 1993, UT1-UTC= 0.4024520, Accumulated Leap Seconds=28 + { 2449272.50, 59.784500 }, //12 October 1993, UT1-UTC= 0.3995004, Accumulated Leap Seconds=28 + { 2449273.50, 59.787653 }, //13 October 1993, UT1-UTC= 0.3963465, Accumulated Leap Seconds=28 + { 2449274.50, 59.790935 }, //14 October 1993, UT1-UTC= 0.3930652, Accumulated Leap Seconds=28 + { 2449275.50, 59.794199 }, //15 October 1993, UT1-UTC= 0.3898006, Accumulated Leap Seconds=28 + { 2449276.50, 59.797312 }, //16 October 1993, UT1-UTC= 0.3866883, Accumulated Leap Seconds=28 + { 2449277.50, 59.800194 }, //17 October 1993, UT1-UTC= 0.3838059, Accumulated Leap Seconds=28 + { 2449278.50, 59.802840 }, //18 October 1993, UT1-UTC= 0.3811603, Accumulated Leap Seconds=28 + { 2449279.50, 59.805301 }, //19 October 1993, UT1-UTC= 0.3786989, Accumulated Leap Seconds=28 + { 2449280.50, 59.807662 }, //20 October 1993, UT1-UTC= 0.3763377, Accumulated Leap Seconds=28 + { 2449281.50, 59.810016 }, //21 October 1993, UT1-UTC= 0.3739835, Accumulated Leap Seconds=28 + { 2449282.50, 59.812438 }, //22 October 1993, UT1-UTC= 0.3715615, Accumulated Leap Seconds=28 + { 2449283.50, 59.814956 }, //23 October 1993, UT1-UTC= 0.3690436, Accumulated Leap Seconds=28 + { 2449284.50, 59.817569 }, //24 October 1993, UT1-UTC= 0.3664313, Accumulated Leap Seconds=28 + { 2449285.50, 59.820259 }, //25 October 1993, UT1-UTC= 0.3637412, Accumulated Leap Seconds=28 + { 2449286.50, 59.823002 }, //26 October 1993, UT1-UTC= 0.3609983, Accumulated Leap Seconds=28 + { 2449287.50, 59.825765 }, //27 October 1993, UT1-UTC= 0.3582351, Accumulated Leap Seconds=28 + { 2449288.50, 59.828508 }, //28 October 1993, UT1-UTC= 0.3554925, Accumulated Leap Seconds=28 + { 2449289.50, 59.831189 }, //29 October 1993, UT1-UTC= 0.3528112, Accumulated Leap Seconds=28 + { 2449290.50, 59.833781 }, //30 October 1993, UT1-UTC= 0.3502189, Accumulated Leap Seconds=28 + { 2449291.50, 59.836268 }, //31 October 1993, UT1-UTC= 0.3477323, Accumulated Leap Seconds=28 + { 2449292.50, 59.838645 }, //01 November 1993, UT1-UTC= 0.3453552, Accumulated Leap Seconds=28 + { 2449293.50, 59.840925 }, //02 November 1993, UT1-UTC= 0.3430746, Accumulated Leap Seconds=28 + { 2449294.50, 59.843139 }, //03 November 1993, UT1-UTC= 0.3408610, Accumulated Leap Seconds=28 + { 2449295.50, 59.845319 }, //04 November 1993, UT1-UTC= 0.3386812, Accumulated Leap Seconds=28 + { 2449296.50, 59.847523 }, //05 November 1993, UT1-UTC= 0.3364773, Accumulated Leap Seconds=28 + { 2449297.50, 59.849834 }, //06 November 1993, UT1-UTC= 0.3341663, Accumulated Leap Seconds=28 + { 2449298.50, 59.852320 }, //07 November 1993, UT1-UTC= 0.3316799, Accumulated Leap Seconds=28 + { 2449299.50, 59.855020 }, //08 November 1993, UT1-UTC= 0.3289803, Accumulated Leap Seconds=28 + { 2449300.50, 59.857926 }, //09 November 1993, UT1-UTC= 0.3260735, Accumulated Leap Seconds=28 + { 2449301.50, 59.860985 }, //10 November 1993, UT1-UTC= 0.3230149, Accumulated Leap Seconds=28 + { 2449302.50, 59.864090 }, //11 November 1993, UT1-UTC= 0.3199099, Accumulated Leap Seconds=28 + { 2449303.50, 59.867118 }, //12 November 1993, UT1-UTC= 0.3168824, Accumulated Leap Seconds=28 + { 2449304.50, 59.869974 }, //13 November 1993, UT1-UTC= 0.3140265, Accumulated Leap Seconds=28 + { 2449305.50, 59.872614 }, //14 November 1993, UT1-UTC= 0.3113862, Accumulated Leap Seconds=28 + { 2449306.50, 59.875054 }, //15 November 1993, UT1-UTC= 0.3089460, Accumulated Leap Seconds=28 + { 2449307.50, 59.877356 }, //16 November 1993, UT1-UTC= 0.3066442, Accumulated Leap Seconds=28 + { 2449308.50, 59.879596 }, //17 November 1993, UT1-UTC= 0.3044037, Accumulated Leap Seconds=28 + { 2449309.50, 59.881841 }, //18 November 1993, UT1-UTC= 0.3021586, Accumulated Leap Seconds=28 + { 2449310.50, 59.884137 }, //19 November 1993, UT1-UTC= 0.2998625, Accumulated Leap Seconds=28 + { 2449311.50, 59.886501 }, //20 November 1993, UT1-UTC= 0.2974989, Accumulated Leap Seconds=28 + { 2449312.50, 59.888926 }, //21 November 1993, UT1-UTC= 0.2950742, Accumulated Leap Seconds=28 + { 2449313.50, 59.891392 }, //22 November 1993, UT1-UTC= 0.2926080, Accumulated Leap Seconds=28 + { 2449314.50, 59.893874 }, //23 November 1993, UT1-UTC= 0.2901262, Accumulated Leap Seconds=28 + { 2449315.50, 59.896341 }, //24 November 1993, UT1-UTC= 0.2876592, Accumulated Leap Seconds=28 + { 2449316.50, 59.898757 }, //25 November 1993, UT1-UTC= 0.2852429, Accumulated Leap Seconds=28 + { 2449317.50, 59.901084 }, //26 November 1993, UT1-UTC= 0.2829157, Accumulated Leap Seconds=28 + { 2449318.50, 59.903303 }, //27 November 1993, UT1-UTC= 0.2806969, Accumulated Leap Seconds=28 + { 2449319.50, 59.905405 }, //28 November 1993, UT1-UTC= 0.2785951, Accumulated Leap Seconds=28 + { 2449320.50, 59.907390 }, //29 November 1993, UT1-UTC= 0.2766102, Accumulated Leap Seconds=28 + { 2449321.50, 59.909263 }, //30 November 1993, UT1-UTC= 0.2747371, Accumulated Leap Seconds=28 + { 2449322.50, 59.911057 }, //01 December 1993, UT1-UTC= 0.2729433, Accumulated Leap Seconds=28 + { 2449323.50, 59.912869 }, //02 December 1993, UT1-UTC= 0.2711311, Accumulated Leap Seconds=28 + { 2449324.50, 59.914754 }, //03 December 1993, UT1-UTC= 0.2692456, Accumulated Leap Seconds=28 + { 2449325.50, 59.916776 }, //04 December 1993, UT1-UTC= 0.2672240, Accumulated Leap Seconds=28 + { 2449326.50, 59.918980 }, //05 December 1993, UT1-UTC= 0.2650202, Accumulated Leap Seconds=28 + { 2449327.50, 59.921380 }, //06 December 1993, UT1-UTC= 0.2626204, Accumulated Leap Seconds=28 + { 2449328.50, 59.923955 }, //07 December 1993, UT1-UTC= 0.2600449, Accumulated Leap Seconds=28 + { 2449329.50, 59.926652 }, //08 December 1993, UT1-UTC= 0.2573477, Accumulated Leap Seconds=28 + { 2449330.50, 59.929369 }, //09 December 1993, UT1-UTC= 0.2546311, Accumulated Leap Seconds=28 + { 2449331.50, 59.932012 }, //10 December 1993, UT1-UTC= 0.2519876, Accumulated Leap Seconds=28 + { 2449332.50, 59.934521 }, //11 December 1993, UT1-UTC= 0.2494785, Accumulated Leap Seconds=28 + { 2449333.50, 59.936882 }, //12 December 1993, UT1-UTC= 0.2471184, Accumulated Leap Seconds=28 + { 2449334.50, 59.939125 }, //13 December 1993, UT1-UTC= 0.2448753, Accumulated Leap Seconds=28 + { 2449335.50, 59.941322 }, //14 December 1993, UT1-UTC= 0.2426777, Accumulated Leap Seconds=28 + { 2449336.50, 59.943556 }, //15 December 1993, UT1-UTC= 0.2404437, Accumulated Leap Seconds=28 + { 2449337.50, 59.945899 }, //16 December 1993, UT1-UTC= 0.2381006, Accumulated Leap Seconds=28 + { 2449338.50, 59.948367 }, //17 December 1993, UT1-UTC= 0.2356329, Accumulated Leap Seconds=28 + { 2449339.50, 59.950925 }, //18 December 1993, UT1-UTC= 0.2330752, Accumulated Leap Seconds=28 + { 2449340.50, 59.953537 }, //19 December 1993, UT1-UTC= 0.2304630, Accumulated Leap Seconds=28 + { 2449341.50, 59.956174 }, //20 December 1993, UT1-UTC= 0.2278256, Accumulated Leap Seconds=28 + { 2449342.50, 59.958817 }, //21 December 1993, UT1-UTC= 0.2251828, Accumulated Leap Seconds=28 + { 2449343.50, 59.961440 }, //22 December 1993, UT1-UTC= 0.2225602, Accumulated Leap Seconds=28 + { 2449344.50, 59.963975 }, //23 December 1993, UT1-UTC= 0.2200253, Accumulated Leap Seconds=28 + { 2449345.50, 59.966403 }, //24 December 1993, UT1-UTC= 0.2175975, Accumulated Leap Seconds=28 + { 2449346.50, 59.968730 }, //25 December 1993, UT1-UTC= 0.2152701, Accumulated Leap Seconds=28 + { 2449347.50, 59.970961 }, //26 December 1993, UT1-UTC= 0.2130385, Accumulated Leap Seconds=28 + { 2449348.50, 59.973116 }, //27 December 1993, UT1-UTC= 0.2108839, Accumulated Leap Seconds=28 + { 2449349.50, 59.975229 }, //28 December 1993, UT1-UTC= 0.2087707, Accumulated Leap Seconds=28 + { 2449350.50, 59.977352 }, //29 December 1993, UT1-UTC= 0.2066483, Accumulated Leap Seconds=28 + { 2449351.50, 59.979548 }, //30 December 1993, UT1-UTC= 0.2044522, Accumulated Leap Seconds=28 + { 2449352.50, 59.981908 }, //31 December 1993, UT1-UTC= 0.2020922, Accumulated Leap Seconds=28 + { 2449353.50, 59.984454 }, //01 January 1994, UT1-UTC= 0.1995463, Accumulated Leap Seconds=28 + { 2449354.50, 59.987158 }, //02 January 1994, UT1-UTC= 0.1968423, Accumulated Leap Seconds=28 + { 2449355.50, 59.989957 }, //03 January 1994, UT1-UTC= 0.1940431, Accumulated Leap Seconds=28 + { 2449356.50, 59.992764 }, //04 January 1994, UT1-UTC= 0.1912364, Accumulated Leap Seconds=28 + { 2449357.50, 59.995486 }, //05 January 1994, UT1-UTC= 0.1885145, Accumulated Leap Seconds=28 + { 2449358.50, 59.998057 }, //06 January 1994, UT1-UTC= 0.1859434, Accumulated Leap Seconds=28 + { 2449359.50, 60.000451 }, //07 January 1994, UT1-UTC= 0.1835491, Accumulated Leap Seconds=28 + { 2449360.50, 60.002664 }, //08 January 1994, UT1-UTC= 0.1813362, Accumulated Leap Seconds=28 + { 2449361.50, 60.004731 }, //09 January 1994, UT1-UTC= 0.1792693, Accumulated Leap Seconds=28 + { 2449362.50, 60.006724 }, //10 January 1994, UT1-UTC= 0.1772761, Accumulated Leap Seconds=28 + { 2449363.50, 60.008717 }, //11 January 1994, UT1-UTC= 0.1752829, Accumulated Leap Seconds=28 + { 2449364.50, 60.010768 }, //12 January 1994, UT1-UTC= 0.1732318, Accumulated Leap Seconds=28 + { 2449365.50, 60.012945 }, //13 January 1994, UT1-UTC= 0.1710547, Accumulated Leap Seconds=28 + { 2449366.50, 60.015256 }, //14 January 1994, UT1-UTC= 0.1687436, Accumulated Leap Seconds=28 + { 2449367.50, 60.017631 }, //15 January 1994, UT1-UTC= 0.1663686, Accumulated Leap Seconds=28 + { 2449368.50, 60.019976 }, //16 January 1994, UT1-UTC= 0.1640235, Accumulated Leap Seconds=28 + { 2449369.50, 60.022268 }, //17 January 1994, UT1-UTC= 0.1617322, Accumulated Leap Seconds=28 + { 2449370.50, 60.024519 }, //18 January 1994, UT1-UTC= 0.1594805, Accumulated Leap Seconds=28 + { 2449371.50, 60.026707 }, //19 January 1994, UT1-UTC= 0.1572930, Accumulated Leap Seconds=28 + { 2449372.50, 60.028782 }, //20 January 1994, UT1-UTC= 0.1552178, Accumulated Leap Seconds=28 + { 2449373.50, 60.030772 }, //21 January 1994, UT1-UTC= 0.1532284, Accumulated Leap Seconds=28 + { 2449374.50, 60.032727 }, //22 January 1994, UT1-UTC= 0.1512732, Accumulated Leap Seconds=28 + { 2449375.50, 60.034655 }, //23 January 1994, UT1-UTC= 0.1493454, Accumulated Leap Seconds=28 + { 2449376.50, 60.036585 }, //24 January 1994, UT1-UTC= 0.1474146, Accumulated Leap Seconds=28 + { 2449377.50, 60.038554 }, //25 January 1994, UT1-UTC= 0.1454455, Accumulated Leap Seconds=28 + { 2449378.50, 60.040633 }, //26 January 1994, UT1-UTC= 0.1433675, Accumulated Leap Seconds=28 + { 2449379.50, 60.042906 }, //27 January 1994, UT1-UTC= 0.1410944, Accumulated Leap Seconds=28 + { 2449380.50, 60.045391 }, //28 January 1994, UT1-UTC= 0.1386086, Accumulated Leap Seconds=28 + { 2449381.50, 60.048059 }, //29 January 1994, UT1-UTC= 0.1359406, Accumulated Leap Seconds=28 + { 2449382.50, 60.050851 }, //30 January 1994, UT1-UTC= 0.1331486, Accumulated Leap Seconds=28 + { 2449383.50, 60.053676 }, //31 January 1994, UT1-UTC= 0.1303237, Accumulated Leap Seconds=28 + { 2449384.50, 60.056435 }, //01 February 1994, UT1-UTC= 0.1275650, Accumulated Leap Seconds=28 + { 2449385.50, 60.059035 }, //02 February 1994, UT1-UTC= 0.1249650, Accumulated Leap Seconds=28 + { 2449386.50, 60.061430 }, //03 February 1994, UT1-UTC= 0.1225700, Accumulated Leap Seconds=28 + { 2449387.50, 60.063630 }, //04 February 1994, UT1-UTC= 0.1203695, Accumulated Leap Seconds=28 + { 2449388.50, 60.065670 }, //05 February 1994, UT1-UTC= 0.1183296, Accumulated Leap Seconds=28 + { 2449389.50, 60.067608 }, //06 February 1994, UT1-UTC= 0.1163916, Accumulated Leap Seconds=28 + { 2449390.50, 60.069524 }, //07 February 1994, UT1-UTC= 0.1144762, Accumulated Leap Seconds=28 + { 2449391.50, 60.071500 }, //08 February 1994, UT1-UTC= 0.1125004, Accumulated Leap Seconds=28 + { 2449392.50, 60.073581 }, //09 February 1994, UT1-UTC= 0.1104190, Accumulated Leap Seconds=28 + { 2449393.50, 60.075772 }, //10 February 1994, UT1-UTC= 0.1082275, Accumulated Leap Seconds=28 + { 2449394.50, 60.078056 }, //11 February 1994, UT1-UTC= 0.1059438, Accumulated Leap Seconds=28 + { 2449395.50, 60.080392 }, //12 February 1994, UT1-UTC= 0.1036081, Accumulated Leap Seconds=28 + { 2449396.50, 60.082745 }, //13 February 1994, UT1-UTC= 0.1012548, Accumulated Leap Seconds=28 + { 2449397.50, 60.085089 }, //14 February 1994, UT1-UTC= 0.0989113, Accumulated Leap Seconds=28 + { 2449398.50, 60.087391 }, //15 February 1994, UT1-UTC= 0.0966092, Accumulated Leap Seconds=28 + { 2449399.50, 60.089620 }, //16 February 1994, UT1-UTC= 0.0943799, Accumulated Leap Seconds=28 + { 2449400.50, 60.091761 }, //17 February 1994, UT1-UTC= 0.0922394, Accumulated Leap Seconds=28 + { 2449401.50, 60.093832 }, //18 February 1994, UT1-UTC= 0.0901679, Accumulated Leap Seconds=28 + { 2449402.50, 60.095856 }, //19 February 1994, UT1-UTC= 0.0881438, Accumulated Leap Seconds=28 + { 2449403.50, 60.097868 }, //20 February 1994, UT1-UTC= 0.0861319, Accumulated Leap Seconds=28 + { 2449404.50, 60.099928 }, //21 February 1994, UT1-UTC= 0.0840724, Accumulated Leap Seconds=28 + { 2449405.50, 60.102100 }, //22 February 1994, UT1-UTC= 0.0818996, Accumulated Leap Seconds=28 + { 2449406.50, 60.104453 }, //23 February 1994, UT1-UTC= 0.0795473, Accumulated Leap Seconds=28 + { 2449407.50, 60.107055 }, //24 February 1994, UT1-UTC= 0.0769445, Accumulated Leap Seconds=28 + { 2449408.50, 60.109938 }, //25 February 1994, UT1-UTC= 0.0740622, Accumulated Leap Seconds=28 + { 2449409.50, 60.113072 }, //26 February 1994, UT1-UTC= 0.0709277, Accumulated Leap Seconds=28 + { 2449410.50, 60.116382 }, //27 February 1994, UT1-UTC= 0.0676180, Accumulated Leap Seconds=28 + { 2449411.50, 60.119753 }, //28 February 1994, UT1-UTC= 0.0642465, Accumulated Leap Seconds=28 + { 2449412.50, 60.123065 }, //01 March 1994, UT1-UTC= 0.0609350, Accumulated Leap Seconds=28 + { 2449413.50, 60.126225 }, //02 March 1994, UT1-UTC= 0.0577749, Accumulated Leap Seconds=28 + { 2449414.50, 60.129196 }, //03 March 1994, UT1-UTC= 0.0548037, Accumulated Leap Seconds=28 + { 2449415.50, 60.131976 }, //04 March 1994, UT1-UTC= 0.0520238, Accumulated Leap Seconds=28 + { 2449416.50, 60.134591 }, //05 March 1994, UT1-UTC= 0.0494091, Accumulated Leap Seconds=28 + { 2449417.50, 60.137097 }, //06 March 1994, UT1-UTC= 0.0469026, Accumulated Leap Seconds=28 + { 2449418.50, 60.139573 }, //07 March 1994, UT1-UTC= 0.0444265, Accumulated Leap Seconds=28 + { 2449419.50, 60.142077 }, //08 March 1994, UT1-UTC= 0.0419231, Accumulated Leap Seconds=28 + { 2449420.50, 60.144641 }, //09 March 1994, UT1-UTC= 0.0393590, Accumulated Leap Seconds=28 + { 2449421.50, 60.147280 }, //10 March 1994, UT1-UTC= 0.0367196, Accumulated Leap Seconds=28 + { 2449422.50, 60.149965 }, //11 March 1994, UT1-UTC= 0.0340346, Accumulated Leap Seconds=28 + { 2449423.50, 60.152629 }, //12 March 1994, UT1-UTC= 0.0313708, Accumulated Leap Seconds=28 + { 2449424.50, 60.155218 }, //13 March 1994, UT1-UTC= 0.0287815, Accumulated Leap Seconds=28 + { 2449425.50, 60.157715 }, //14 March 1994, UT1-UTC= 0.0262847, Accumulated Leap Seconds=28 + { 2449426.50, 60.160114 }, //15 March 1994, UT1-UTC= 0.0238858, Accumulated Leap Seconds=28 + { 2449427.50, 60.162423 }, //16 March 1994, UT1-UTC= 0.0215771, Accumulated Leap Seconds=28 + { 2449428.50, 60.164659 }, //17 March 1994, UT1-UTC= 0.0193410, Accumulated Leap Seconds=28 + { 2449429.50, 60.166817 }, //18 March 1994, UT1-UTC= 0.0171831, Accumulated Leap Seconds=28 + { 2449430.50, 60.168928 }, //19 March 1994, UT1-UTC= 0.0150715, Accumulated Leap Seconds=28 + { 2449431.50, 60.171039 }, //20 March 1994, UT1-UTC= 0.0129606, Accumulated Leap Seconds=28 + { 2449432.50, 60.173207 }, //21 March 1994, UT1-UTC= 0.0107926, Accumulated Leap Seconds=28 + { 2449433.50, 60.175495 }, //22 March 1994, UT1-UTC= 0.0085045, Accumulated Leap Seconds=28 + { 2449434.50, 60.177965 }, //23 March 1994, UT1-UTC= 0.0060354, Accumulated Leap Seconds=28 + { 2449435.50, 60.180665 }, //24 March 1994, UT1-UTC= 0.0033354, Accumulated Leap Seconds=28 + { 2449436.50, 60.183602 }, //25 March 1994, UT1-UTC= 0.0003978, Accumulated Leap Seconds=28 + { 2449437.50, 60.186750 }, //26 March 1994, UT1-UTC=-0.0027501, Accumulated Leap Seconds=28 + { 2449438.50, 60.190006 }, //27 March 1994, UT1-UTC=-0.0060058, Accumulated Leap Seconds=28 + { 2449439.50, 60.193231 }, //28 March 1994, UT1-UTC=-0.0092311, Accumulated Leap Seconds=28 + { 2449440.50, 60.196298 }, //29 March 1994, UT1-UTC=-0.0122978, Accumulated Leap Seconds=28 + { 2449441.50, 60.199132 }, //30 March 1994, UT1-UTC=-0.0151325, Accumulated Leap Seconds=28 + { 2449442.50, 60.201753 }, //31 March 1994, UT1-UTC=-0.0177530, Accumulated Leap Seconds=28 + { 2449443.50, 60.204218 }, //01 April 1994, UT1-UTC=-0.0202185, Accumulated Leap Seconds=28 + { 2449444.50, 60.206601 }, //02 April 1994, UT1-UTC=-0.0226006, Accumulated Leap Seconds=28 + { 2449445.50, 60.208976 }, //03 April 1994, UT1-UTC=-0.0249765, Accumulated Leap Seconds=28 + { 2449446.50, 60.211398 }, //04 April 1994, UT1-UTC=-0.0273982, Accumulated Leap Seconds=28 + { 2449447.50, 60.213875 }, //05 April 1994, UT1-UTC=-0.0298750, Accumulated Leap Seconds=28 + { 2449448.50, 60.216400 }, //06 April 1994, UT1-UTC=-0.0323998, Accumulated Leap Seconds=28 + { 2449449.50, 60.218976 }, //07 April 1994, UT1-UTC=-0.0349757, Accumulated Leap Seconds=28 + { 2449450.50, 60.221591 }, //08 April 1994, UT1-UTC=-0.0375914, Accumulated Leap Seconds=28 + { 2449451.50, 60.224220 }, //09 April 1994, UT1-UTC=-0.0402202, Accumulated Leap Seconds=28 + { 2449452.50, 60.226830 }, //10 April 1994, UT1-UTC=-0.0428300, Accumulated Leap Seconds=28 + { 2449453.50, 60.229386 }, //11 April 1994, UT1-UTC=-0.0453863, Accumulated Leap Seconds=28 + { 2449454.50, 60.231855 }, //12 April 1994, UT1-UTC=-0.0478555, Accumulated Leap Seconds=28 + { 2449455.50, 60.234219 }, //13 April 1994, UT1-UTC=-0.0502190, Accumulated Leap Seconds=28 + { 2449456.50, 60.236478 }, //14 April 1994, UT1-UTC=-0.0524782, Accumulated Leap Seconds=28 + { 2449457.50, 60.238647 }, //15 April 1994, UT1-UTC=-0.0546467, Accumulated Leap Seconds=28 + { 2449458.50, 60.240755 }, //16 April 1994, UT1-UTC=-0.0567550, Accumulated Leap Seconds=28 + { 2449459.50, 60.242866 }, //17 April 1994, UT1-UTC=-0.0588659, Accumulated Leap Seconds=28 + { 2449460.50, 60.245045 }, //18 April 1994, UT1-UTC=-0.0610451, Accumulated Leap Seconds=28 + { 2449461.50, 60.247353 }, //19 April 1994, UT1-UTC=-0.0633530, Accumulated Leap Seconds=28 + { 2449462.50, 60.249832 }, //20 April 1994, UT1-UTC=-0.0658316, Accumulated Leap Seconds=28 + { 2449463.50, 60.252488 }, //21 April 1994, UT1-UTC=-0.0684879, Accumulated Leap Seconds=28 + { 2449464.50, 60.255337 }, //22 April 1994, UT1-UTC=-0.0713369, Accumulated Leap Seconds=28 + { 2449465.50, 60.258367 }, //23 April 1994, UT1-UTC=-0.0743670, Accumulated Leap Seconds=28 + { 2449466.50, 60.261506 }, //24 April 1994, UT1-UTC=-0.0775057, Accumulated Leap Seconds=28 + { 2449467.50, 60.264633 }, //25 April 1994, UT1-UTC=-0.0806326, Accumulated Leap Seconds=28 + { 2449468.50, 60.267624 }, //26 April 1994, UT1-UTC=-0.0836236, Accumulated Leap Seconds=28 + { 2449469.50, 60.270404 }, //27 April 1994, UT1-UTC=-0.0864045, Accumulated Leap Seconds=28 + { 2449470.50, 60.272987 }, //28 April 1994, UT1-UTC=-0.0889870, Accumulated Leap Seconds=28 + { 2449471.50, 60.275454 }, //29 April 1994, UT1-UTC=-0.0914543, Accumulated Leap Seconds=28 + { 2449472.50, 60.277897 }, //30 April 1994, UT1-UTC=-0.0938970, Accumulated Leap Seconds=28 + { 2449473.50, 60.280375 }, //01 May 1994, UT1-UTC=-0.0963745, Accumulated Leap Seconds=28 + { 2449474.50, 60.282912 }, //02 May 1994, UT1-UTC=-0.0989117, Accumulated Leap Seconds=28 + { 2449475.50, 60.285501 }, //03 May 1994, UT1-UTC=-0.1015009, Accumulated Leap Seconds=28 + { 2449476.50, 60.288120 }, //04 May 1994, UT1-UTC=-0.1041202, Accumulated Leap Seconds=28 + { 2449477.50, 60.290754 }, //05 May 1994, UT1-UTC=-0.1067542, Accumulated Leap Seconds=28 + { 2449478.50, 60.293379 }, //06 May 1994, UT1-UTC=-0.1093791, Accumulated Leap Seconds=28 + { 2449479.50, 60.295956 }, //07 May 1994, UT1-UTC=-0.1119560, Accumulated Leap Seconds=28 + { 2449480.50, 60.298459 }, //08 May 1994, UT1-UTC=-0.1144588, Accumulated Leap Seconds=28 + { 2449481.50, 60.300874 }, //09 May 1994, UT1-UTC=-0.1168745, Accumulated Leap Seconds=28 + { 2449482.50, 60.303192 }, //10 May 1994, UT1-UTC=-0.1191924, Accumulated Leap Seconds=28 + { 2449483.50, 60.305421 }, //11 May 1994, UT1-UTC=-0.1214215, Accumulated Leap Seconds=28 + { 2449484.50, 60.307604 }, //12 May 1994, UT1-UTC=-0.1236039, Accumulated Leap Seconds=28 + { 2449485.50, 60.309764 }, //13 May 1994, UT1-UTC=-0.1257643, Accumulated Leap Seconds=28 + { 2449486.50, 60.311913 }, //14 May 1994, UT1-UTC=-0.1279126, Accumulated Leap Seconds=28 + { 2449487.50, 60.314100 }, //15 May 1994, UT1-UTC=-0.1300998, Accumulated Leap Seconds=28 + { 2449488.50, 60.316367 }, //16 May 1994, UT1-UTC=-0.1323669, Accumulated Leap Seconds=28 + { 2449489.50, 60.318745 }, //17 May 1994, UT1-UTC=-0.1347455, Accumulated Leap Seconds=28 + { 2449490.50, 60.321252 }, //18 May 1994, UT1-UTC=-0.1372521, Accumulated Leap Seconds=28 + { 2449491.50, 60.323888 }, //19 May 1994, UT1-UTC=-0.1398877, Accumulated Leap Seconds=28 + { 2449492.50, 60.326628 }, //20 May 1994, UT1-UTC=-0.1426278, Accumulated Leap Seconds=28 + { 2449493.50, 60.329406 }, //21 May 1994, UT1-UTC=-0.1454058, Accumulated Leap Seconds=28 + { 2449494.50, 60.332135 }, //22 May 1994, UT1-UTC=-0.1481354, Accumulated Leap Seconds=28 + { 2449495.50, 60.334731 }, //23 May 1994, UT1-UTC=-0.1507309, Accumulated Leap Seconds=28 + { 2449496.50, 60.337135 }, //24 May 1994, UT1-UTC=-0.1531355, Accumulated Leap Seconds=28 + { 2449497.50, 60.339333 }, //25 May 1994, UT1-UTC=-0.1553330, Accumulated Leap Seconds=28 + { 2449498.50, 60.341352 }, //26 May 1994, UT1-UTC=-0.1573521, Accumulated Leap Seconds=28 + { 2449499.50, 60.343273 }, //27 May 1994, UT1-UTC=-0.1592733, Accumulated Leap Seconds=28 + { 2449500.50, 60.345164 }, //28 May 1994, UT1-UTC=-0.1611645, Accumulated Leap Seconds=28 + { 2449501.50, 60.347075 }, //29 May 1994, UT1-UTC=-0.1630746, Accumulated Leap Seconds=28 + { 2449502.50, 60.349025 }, //30 May 1994, UT1-UTC=-0.1650252, Accumulated Leap Seconds=28 + { 2449503.50, 60.351017 }, //31 May 1994, UT1-UTC=-0.1670173, Accumulated Leap Seconds=28 + { 2449504.50, 60.353035 }, //01 June 1994, UT1-UTC=-0.1690352, Accumulated Leap Seconds=28 + { 2449505.50, 60.355041 }, //02 June 1994, UT1-UTC=-0.1710415, Accumulated Leap Seconds=28 + { 2449506.50, 60.356995 }, //03 June 1994, UT1-UTC=-0.1729949, Accumulated Leap Seconds=28 + { 2449507.50, 60.358865 }, //04 June 1994, UT1-UTC=-0.1748653, Accumulated Leap Seconds=28 + { 2449508.50, 60.360634 }, //05 June 1994, UT1-UTC=-0.1766344, Accumulated Leap Seconds=28 + { 2449509.50, 60.362293 }, //06 June 1994, UT1-UTC=-0.1782929, Accumulated Leap Seconds=28 + { 2449510.50, 60.363840 }, //07 June 1994, UT1-UTC=-0.1798400, Accumulated Leap Seconds=28 + { 2449511.50, 60.365294 }, //08 June 1994, UT1-UTC=-0.1812939, Accumulated Leap Seconds=28 + { 2449512.50, 60.366688 }, //09 June 1994, UT1-UTC=-0.1826882, Accumulated Leap Seconds=28 + { 2449513.50, 60.368075 }, //10 June 1994, UT1-UTC=-0.1840746, Accumulated Leap Seconds=28 + { 2449514.50, 60.369521 }, //11 June 1994, UT1-UTC=-0.1855206, Accumulated Leap Seconds=28 + { 2449515.50, 60.371076 }, //12 June 1994, UT1-UTC=-0.1870763, Accumulated Leap Seconds=28 + { 2449516.50, 60.372773 }, //13 June 1994, UT1-UTC=-0.1887730, Accumulated Leap Seconds=28 + { 2449517.50, 60.374626 }, //14 June 1994, UT1-UTC=-0.1906264, Accumulated Leap Seconds=28 + { 2449518.50, 60.376626 }, //15 June 1994, UT1-UTC=-0.1926260, Accumulated Leap Seconds=28 + { 2449519.50, 60.378723 }, //16 June 1994, UT1-UTC=-0.1947228, Accumulated Leap Seconds=28 + { 2449520.50, 60.380859 }, //17 June 1994, UT1-UTC=-0.1968590, Accumulated Leap Seconds=28 + { 2449521.50, 60.382966 }, //18 June 1994, UT1-UTC=-0.1989662, Accumulated Leap Seconds=28 + { 2449522.50, 60.384968 }, //19 June 1994, UT1-UTC=-0.2009678, Accumulated Leap Seconds=28 + { 2449523.50, 60.386795 }, //20 June 1994, UT1-UTC=-0.2027948, Accumulated Leap Seconds=28 + { 2449524.50, 60.388409 }, //21 June 1994, UT1-UTC=-0.2044087, Accumulated Leap Seconds=28 + { 2449525.50, 60.389822 }, //22 June 1994, UT1-UTC=-0.2058218, Accumulated Leap Seconds=28 + { 2449526.50, 60.391102 }, //23 June 1994, UT1-UTC=-0.2071025, Accumulated Leap Seconds=28 + { 2449527.50, 60.392322 }, //24 June 1994, UT1-UTC=-0.2083225, Accumulated Leap Seconds=28 + { 2449528.50, 60.393544 }, //25 June 1994, UT1-UTC=-0.2095437, Accumulated Leap Seconds=28 + { 2449529.50, 60.394808 }, //26 June 1994, UT1-UTC=-0.2108083, Accumulated Leap Seconds=28 + { 2449530.50, 60.396121 }, //27 June 1994, UT1-UTC=-0.2121210, Accumulated Leap Seconds=28 + { 2449531.50, 60.397461 }, //28 June 1994, UT1-UTC=-0.2134615, Accumulated Leap Seconds=28 + { 2449532.50, 60.398783 }, //29 June 1994, UT1-UTC=-0.2147828, Accumulated Leap Seconds=28 + { 2449533.50, 60.400023 }, //30 June 1994, UT1-UTC=-0.2160228, Accumulated Leap Seconds=28 + { 2449534.50, 60.401189 }, //01 July 1994, UT1-UTC= 0.7828109, Accumulated Leap Seconds=29 + { 2449535.50, 60.402302 }, //02 July 1994, UT1-UTC= 0.7816975, Accumulated Leap Seconds=29 + { 2449536.50, 60.403348 }, //03 July 1994, UT1-UTC= 0.7806515, Accumulated Leap Seconds=29 + { 2449537.50, 60.404321 }, //04 July 1994, UT1-UTC= 0.7796789, Accumulated Leap Seconds=29 + { 2449538.50, 60.405229 }, //05 July 1994, UT1-UTC= 0.7787705, Accumulated Leap Seconds=29 + { 2449539.50, 60.406096 }, //06 July 1994, UT1-UTC= 0.7779035, Accumulated Leap Seconds=29 + { 2449540.50, 60.406955 }, //07 July 1994, UT1-UTC= 0.7770447, Accumulated Leap Seconds=29 + { 2449541.50, 60.407870 }, //08 July 1994, UT1-UTC= 0.7761297, Accumulated Leap Seconds=29 + { 2449542.50, 60.408926 }, //09 July 1994, UT1-UTC= 0.7750741, Accumulated Leap Seconds=29 + { 2449543.50, 60.410167 }, //10 July 1994, UT1-UTC= 0.7738328, Accumulated Leap Seconds=29 + { 2449544.50, 60.411610 }, //11 July 1994, UT1-UTC= 0.7723900, Accumulated Leap Seconds=29 + { 2449545.50, 60.413245 }, //12 July 1994, UT1-UTC= 0.7707553, Accumulated Leap Seconds=29 + { 2449546.50, 60.415033 }, //13 July 1994, UT1-UTC= 0.7689669, Accumulated Leap Seconds=29 + { 2449547.50, 60.416921 }, //14 July 1994, UT1-UTC= 0.7670791, Accumulated Leap Seconds=29 + { 2449548.50, 60.418839 }, //15 July 1994, UT1-UTC= 0.7651605, Accumulated Leap Seconds=29 + { 2449549.50, 60.420744 }, //16 July 1994, UT1-UTC= 0.7632557, Accumulated Leap Seconds=29 + { 2449550.50, 60.422571 }, //17 July 1994, UT1-UTC= 0.7614293, Accumulated Leap Seconds=29 + { 2449551.50, 60.424268 }, //18 July 1994, UT1-UTC= 0.7597324, Accumulated Leap Seconds=29 + { 2449552.50, 60.425812 }, //19 July 1994, UT1-UTC= 0.7581883, Accumulated Leap Seconds=29 + { 2449553.50, 60.427212 }, //20 July 1994, UT1-UTC= 0.7567882, Accumulated Leap Seconds=29 + { 2449554.50, 60.428511 }, //21 July 1994, UT1-UTC= 0.7554893, Accumulated Leap Seconds=29 + { 2449555.50, 60.429791 }, //22 July 1994, UT1-UTC= 0.7542091, Accumulated Leap Seconds=29 + { 2449556.50, 60.431135 }, //23 July 1994, UT1-UTC= 0.7528648, Accumulated Leap Seconds=29 + { 2449557.50, 60.432580 }, //24 July 1994, UT1-UTC= 0.7514198, Accumulated Leap Seconds=29 + { 2449558.50, 60.434102 }, //25 July 1994, UT1-UTC= 0.7498981, Accumulated Leap Seconds=29 + { 2449559.50, 60.435655 }, //26 July 1994, UT1-UTC= 0.7483448, Accumulated Leap Seconds=29 + { 2449560.50, 60.437188 }, //27 July 1994, UT1-UTC= 0.7468115, Accumulated Leap Seconds=29 + { 2449561.50, 60.438660 }, //28 July 1994, UT1-UTC= 0.7453400, Accumulated Leap Seconds=29 + { 2449562.50, 60.440073 }, //29 July 1994, UT1-UTC= 0.7439266, Accumulated Leap Seconds=29 + { 2449563.50, 60.441446 }, //30 July 1994, UT1-UTC= 0.7425542, Accumulated Leap Seconds=29 + { 2449564.50, 60.442759 }, //31 July 1994, UT1-UTC= 0.7412412, Accumulated Leap Seconds=29 + { 2449565.50, 60.443996 }, //01 August 1994, UT1-UTC= 0.7400041, Accumulated Leap Seconds=29 + { 2449566.50, 60.445155 }, //02 August 1994, UT1-UTC= 0.7388451, Accumulated Leap Seconds=29 + { 2449567.50, 60.446263 }, //03 August 1994, UT1-UTC= 0.7377366, Accumulated Leap Seconds=29 + { 2449568.50, 60.447402 }, //04 August 1994, UT1-UTC= 0.7365978, Accumulated Leap Seconds=29 + { 2449569.50, 60.448625 }, //05 August 1994, UT1-UTC= 0.7353751, Accumulated Leap Seconds=29 + { 2449570.50, 60.449965 }, //06 August 1994, UT1-UTC= 0.7340345, Accumulated Leap Seconds=29 + { 2449571.50, 60.451447 }, //07 August 1994, UT1-UTC= 0.7325534, Accumulated Leap Seconds=29 + { 2449572.50, 60.453063 }, //08 August 1994, UT1-UTC= 0.7309369, Accumulated Leap Seconds=29 + { 2449573.50, 60.454782 }, //09 August 1994, UT1-UTC= 0.7292178, Accumulated Leap Seconds=29 + { 2449574.50, 60.456543 }, //10 August 1994, UT1-UTC= 0.7274568, Accumulated Leap Seconds=29 + { 2449575.50, 60.458310 }, //11 August 1994, UT1-UTC= 0.7256896, Accumulated Leap Seconds=29 + { 2449576.50, 60.460021 }, //12 August 1994, UT1-UTC= 0.7239789, Accumulated Leap Seconds=29 + { 2449577.50, 60.461607 }, //13 August 1994, UT1-UTC= 0.7223926, Accumulated Leap Seconds=29 + { 2449578.50, 60.463036 }, //14 August 1994, UT1-UTC= 0.7209637, Accumulated Leap Seconds=29 + { 2449579.50, 60.464327 }, //15 August 1994, UT1-UTC= 0.7196732, Accumulated Leap Seconds=29 + { 2449580.50, 60.465542 }, //16 August 1994, UT1-UTC= 0.7184578, Accumulated Leap Seconds=29 + { 2449581.50, 60.466756 }, //17 August 1994, UT1-UTC= 0.7172443, Accumulated Leap Seconds=29 + { 2449582.50, 60.468012 }, //18 August 1994, UT1-UTC= 0.7159879, Accumulated Leap Seconds=29 + { 2449583.50, 60.469359 }, //19 August 1994, UT1-UTC= 0.7146405, Accumulated Leap Seconds=29 + { 2449584.50, 60.470828 }, //20 August 1994, UT1-UTC= 0.7131720, Accumulated Leap Seconds=29 + { 2449585.50, 60.472423 }, //21 August 1994, UT1-UTC= 0.7115773, Accumulated Leap Seconds=29 + { 2449586.50, 60.474123 }, //22 August 1994, UT1-UTC= 0.7098773, Accumulated Leap Seconds=29 + { 2449587.50, 60.475887 }, //23 August 1994, UT1-UTC= 0.7081134, Accumulated Leap Seconds=29 + { 2449588.50, 60.477666 }, //24 August 1994, UT1-UTC= 0.7063344, Accumulated Leap Seconds=29 + { 2449589.50, 60.479406 }, //25 August 1994, UT1-UTC= 0.7045941, Accumulated Leap Seconds=29 + { 2449590.50, 60.481065 }, //26 August 1994, UT1-UTC= 0.7029353, Accumulated Leap Seconds=29 + { 2449591.50, 60.482661 }, //27 August 1994, UT1-UTC= 0.7013388, Accumulated Leap Seconds=29 + { 2449592.50, 60.484199 }, //28 August 1994, UT1-UTC= 0.6998011, Accumulated Leap Seconds=29 + { 2449593.50, 60.485681 }, //29 August 1994, UT1-UTC= 0.6983189, Accumulated Leap Seconds=29 + { 2449594.50, 60.487120 }, //30 August 1994, UT1-UTC= 0.6968799, Accumulated Leap Seconds=29 + { 2449595.50, 60.488545 }, //31 August 1994, UT1-UTC= 0.6954548, Accumulated Leap Seconds=29 + { 2449596.50, 60.490026 }, //01 September 1994, UT1-UTC= 0.6939743, Accumulated Leap Seconds=29 + { 2449597.50, 60.491634 }, //02 September 1994, UT1-UTC= 0.6923658, Accumulated Leap Seconds=29 + { 2449598.50, 60.493424 }, //03 September 1994, UT1-UTC= 0.6905762, Accumulated Leap Seconds=29 + { 2449599.50, 60.495433 }, //04 September 1994, UT1-UTC= 0.6885671, Accumulated Leap Seconds=29 + { 2449600.50, 60.497665 }, //05 September 1994, UT1-UTC= 0.6863347, Accumulated Leap Seconds=29 + { 2449601.50, 60.500079 }, //06 September 1994, UT1-UTC= 0.6839213, Accumulated Leap Seconds=29 + { 2449602.50, 60.502593 }, //07 September 1994, UT1-UTC= 0.6814073, Accumulated Leap Seconds=29 + { 2449603.50, 60.505124 }, //08 September 1994, UT1-UTC= 0.6788759, Accumulated Leap Seconds=29 + { 2449604.50, 60.507655 }, //09 September 1994, UT1-UTC= 0.6763445, Accumulated Leap Seconds=29 + { 2449605.50, 60.510109 }, //10 September 1994, UT1-UTC= 0.6738905, Accumulated Leap Seconds=29 + { 2449606.50, 60.512456 }, //11 September 1994, UT1-UTC= 0.6715435, Accumulated Leap Seconds=29 + { 2449607.50, 60.514712 }, //12 September 1994, UT1-UTC= 0.6692876, Accumulated Leap Seconds=29 + { 2449608.50, 60.516924 }, //13 September 1994, UT1-UTC= 0.6670763, Accumulated Leap Seconds=29 + { 2449609.50, 60.519146 }, //14 September 1994, UT1-UTC= 0.6648538, Accumulated Leap Seconds=29 + { 2449610.50, 60.521425 }, //15 September 1994, UT1-UTC= 0.6625752, Accumulated Leap Seconds=29 + { 2449611.50, 60.523803 }, //16 September 1994, UT1-UTC= 0.6601972, Accumulated Leap Seconds=29 + { 2449612.50, 60.526306 }, //17 September 1994, UT1-UTC= 0.6576935, Accumulated Leap Seconds=29 + { 2449613.50, 60.528901 }, //18 September 1994, UT1-UTC= 0.6550986, Accumulated Leap Seconds=29 + { 2449614.50, 60.531529 }, //19 September 1994, UT1-UTC= 0.6524714, Accumulated Leap Seconds=29 + { 2449615.50, 60.534127 }, //20 September 1994, UT1-UTC= 0.6498729, Accumulated Leap Seconds=29 + { 2449616.50, 60.536649 }, //21 September 1994, UT1-UTC= 0.6473512, Accumulated Leap Seconds=29 + { 2449617.50, 60.539082 }, //22 September 1994, UT1-UTC= 0.6449183, Accumulated Leap Seconds=29 + { 2449618.50, 60.541401 }, //23 September 1994, UT1-UTC= 0.6425989, Accumulated Leap Seconds=29 + { 2449619.50, 60.543591 }, //24 September 1994, UT1-UTC= 0.6404093, Accumulated Leap Seconds=29 + { 2449620.50, 60.545664 }, //25 September 1994, UT1-UTC= 0.6383363, Accumulated Leap Seconds=29 + { 2449621.50, 60.547652 }, //26 September 1994, UT1-UTC= 0.6363481, Accumulated Leap Seconds=29 + { 2449622.50, 60.549596 }, //27 September 1994, UT1-UTC= 0.6344044, Accumulated Leap Seconds=29 + { 2449623.50, 60.551538 }, //28 September 1994, UT1-UTC= 0.6324622, Accumulated Leap Seconds=29 + { 2449624.50, 60.553517 }, //29 September 1994, UT1-UTC= 0.6304832, Accumulated Leap Seconds=29 + { 2449625.50, 60.555587 }, //30 September 1994, UT1-UTC= 0.6284133, Accumulated Leap Seconds=29 + { 2449626.50, 60.557805 }, //01 October 1994, UT1-UTC= 0.6261946, Accumulated Leap Seconds=29 + { 2449627.50, 60.560208 }, //02 October 1994, UT1-UTC= 0.6237917, Accumulated Leap Seconds=29 + { 2449628.50, 60.562797 }, //03 October 1994, UT1-UTC= 0.6212025, Accumulated Leap Seconds=29 + { 2449629.50, 60.565549 }, //04 October 1994, UT1-UTC= 0.6184507, Accumulated Leap Seconds=29 + { 2449630.50, 60.568403 }, //05 October 1994, UT1-UTC= 0.6155973, Accumulated Leap Seconds=29 + { 2449631.50, 60.571256 }, //06 October 1994, UT1-UTC= 0.6127436, Accumulated Leap Seconds=29 + { 2449632.50, 60.573997 }, //07 October 1994, UT1-UTC= 0.6100033, Accumulated Leap Seconds=29 + { 2449633.50, 60.576564 }, //08 October 1994, UT1-UTC= 0.6074360, Accumulated Leap Seconds=29 + { 2449634.50, 60.578974 }, //09 October 1994, UT1-UTC= 0.6050261, Accumulated Leap Seconds=29 + { 2449635.50, 60.581286 }, //10 October 1994, UT1-UTC= 0.6027139, Accumulated Leap Seconds=29 + { 2449636.50, 60.583574 }, //11 October 1994, UT1-UTC= 0.6004259, Accumulated Leap Seconds=29 + { 2449637.50, 60.585900 }, //12 October 1994, UT1-UTC= 0.5981002, Accumulated Leap Seconds=29 + { 2449638.50, 60.588296 }, //13 October 1994, UT1-UTC= 0.5957037, Accumulated Leap Seconds=29 + { 2449639.50, 60.590765 }, //14 October 1994, UT1-UTC= 0.5932348, Accumulated Leap Seconds=29 + { 2449640.50, 60.593287 }, //15 October 1994, UT1-UTC= 0.5907126, Accumulated Leap Seconds=29 + { 2449641.50, 60.595825 }, //16 October 1994, UT1-UTC= 0.5881747, Accumulated Leap Seconds=29 + { 2449642.50, 60.598327 }, //17 October 1994, UT1-UTC= 0.5856728, Accumulated Leap Seconds=29 + { 2449643.50, 60.600737 }, //18 October 1994, UT1-UTC= 0.5832630, Accumulated Leap Seconds=29 + { 2449644.50, 60.603010 }, //19 October 1994, UT1-UTC= 0.5809904, Accumulated Leap Seconds=29 + { 2449645.50, 60.605143 }, //20 October 1994, UT1-UTC= 0.5788572, Accumulated Leap Seconds=29 + { 2449646.50, 60.607176 }, //21 October 1994, UT1-UTC= 0.5768235, Accumulated Leap Seconds=29 + { 2449647.50, 60.609147 }, //22 October 1994, UT1-UTC= 0.5748526, Accumulated Leap Seconds=29 + { 2449648.50, 60.611083 }, //23 October 1994, UT1-UTC= 0.5729171, Accumulated Leap Seconds=29 + { 2449649.50, 60.613017 }, //24 October 1994, UT1-UTC= 0.5709825, Accumulated Leap Seconds=29 + { 2449650.50, 60.614991 }, //25 October 1994, UT1-UTC= 0.5690086, Accumulated Leap Seconds=29 + { 2449651.50, 60.617048 }, //26 October 1994, UT1-UTC= 0.5669519, Accumulated Leap Seconds=29 + { 2449652.50, 60.619223 }, //27 October 1994, UT1-UTC= 0.5647765, Accumulated Leap Seconds=29 + { 2449653.50, 60.621540 }, //28 October 1994, UT1-UTC= 0.5624601, Accumulated Leap Seconds=29 + { 2449654.50, 60.624024 }, //29 October 1994, UT1-UTC= 0.5599758, Accumulated Leap Seconds=29 + { 2449655.50, 60.626689 }, //30 October 1994, UT1-UTC= 0.5573114, Accumulated Leap Seconds=29 + { 2449656.50, 60.629513 }, //31 October 1994, UT1-UTC= 0.5544868, Accumulated Leap Seconds=29 + { 2449657.50, 60.632445 }, //01 November 1994, UT1-UTC= 0.5515554, Accumulated Leap Seconds=29 + { 2449658.50, 60.635404 }, //02 November 1994, UT1-UTC= 0.5485957, Accumulated Leap Seconds=29 + { 2449659.50, 60.638302 }, //03 November 1994, UT1-UTC= 0.5456979, Accumulated Leap Seconds=29 + { 2449660.50, 60.641052 }, //04 November 1994, UT1-UTC= 0.5429476, Accumulated Leap Seconds=29 + { 2449661.50, 60.643625 }, //05 November 1994, UT1-UTC= 0.5403745, Accumulated Leap Seconds=29 + { 2449662.50, 60.646049 }, //06 November 1994, UT1-UTC= 0.5379513, Accumulated Leap Seconds=29 + { 2449663.50, 60.648385 }, //07 November 1994, UT1-UTC= 0.5356145, Accumulated Leap Seconds=29 + { 2449664.50, 60.650696 }, //08 November 1994, UT1-UTC= 0.5333038, Accumulated Leap Seconds=29 + { 2449665.50, 60.653025 }, //09 November 1994, UT1-UTC= 0.5309748, Accumulated Leap Seconds=29 + { 2449666.50, 60.655416 }, //10 November 1994, UT1-UTC= 0.5285843, Accumulated Leap Seconds=29 + { 2449667.50, 60.657871 }, //11 November 1994, UT1-UTC= 0.5261290, Accumulated Leap Seconds=29 + { 2449668.50, 60.660370 }, //12 November 1994, UT1-UTC= 0.5236296, Accumulated Leap Seconds=29 + { 2449669.50, 60.662880 }, //13 November 1994, UT1-UTC= 0.5211201, Accumulated Leap Seconds=29 + { 2449670.50, 60.665365 }, //14 November 1994, UT1-UTC= 0.5186349, Accumulated Leap Seconds=29 + { 2449671.50, 60.667799 }, //15 November 1994, UT1-UTC= 0.5162007, Accumulated Leap Seconds=29 + { 2449672.50, 60.670163 }, //16 November 1994, UT1-UTC= 0.5138370, Accumulated Leap Seconds=29 + { 2449673.50, 60.672440 }, //17 November 1994, UT1-UTC= 0.5115599, Accumulated Leap Seconds=29 + { 2449674.50, 60.674621 }, //18 November 1994, UT1-UTC= 0.5093791, Accumulated Leap Seconds=29 + { 2449675.50, 60.676713 }, //19 November 1994, UT1-UTC= 0.5072870, Accumulated Leap Seconds=29 + { 2449676.50, 60.678743 }, //20 November 1994, UT1-UTC= 0.5052570, Accumulated Leap Seconds=29 + { 2449677.50, 60.680757 }, //21 November 1994, UT1-UTC= 0.5032430, Accumulated Leap Seconds=29 + { 2449678.50, 60.682809 }, //22 November 1994, UT1-UTC= 0.5011910, Accumulated Leap Seconds=29 + { 2449679.50, 60.684953 }, //23 November 1994, UT1-UTC= 0.4990469, Accumulated Leap Seconds=29 + { 2449680.50, 60.687237 }, //24 November 1994, UT1-UTC= 0.4967631, Accumulated Leap Seconds=29 + { 2449681.50, 60.689678 }, //25 November 1994, UT1-UTC= 0.4943220, Accumulated Leap Seconds=29 + { 2449682.50, 60.692267 }, //26 November 1994, UT1-UTC= 0.4917334, Accumulated Leap Seconds=29 + { 2449683.50, 60.694974 }, //27 November 1994, UT1-UTC= 0.4890261, Accumulated Leap Seconds=29 + { 2449684.50, 60.697751 }, //28 November 1994, UT1-UTC= 0.4862486, Accumulated Leap Seconds=29 + { 2449685.50, 60.700527 }, //29 November 1994, UT1-UTC= 0.4834729, Accumulated Leap Seconds=29 + { 2449686.50, 60.703232 }, //30 November 1994, UT1-UTC= 0.4807677, Accumulated Leap Seconds=29 + { 2449687.50, 60.705857 }, //01 December 1994, UT1-UTC= 0.4781431, Accumulated Leap Seconds=29 + { 2449688.50, 60.708378 }, //02 December 1994, UT1-UTC= 0.4756221, Accumulated Leap Seconds=29 + { 2449689.50, 60.710784 }, //03 December 1994, UT1-UTC= 0.4732160, Accumulated Leap Seconds=29 + { 2449690.50, 60.713107 }, //04 December 1994, UT1-UTC= 0.4708927, Accumulated Leap Seconds=29 + { 2449691.50, 60.715407 }, //05 December 1994, UT1-UTC= 0.4685931, Accumulated Leap Seconds=29 + { 2449692.50, 60.717747 }, //06 December 1994, UT1-UTC= 0.4662530, Accumulated Leap Seconds=29 + { 2449693.50, 60.720161 }, //07 December 1994, UT1-UTC= 0.4638394, Accumulated Leap Seconds=29 + { 2449694.50, 60.722637 }, //08 December 1994, UT1-UTC= 0.4613633, Accumulated Leap Seconds=29 + { 2449695.50, 60.725143 }, //09 December 1994, UT1-UTC= 0.4588573, Accumulated Leap Seconds=29 + { 2449696.50, 60.727649 }, //10 December 1994, UT1-UTC= 0.4563510, Accumulated Leap Seconds=29 + { 2449697.50, 60.730134 }, //11 December 1994, UT1-UTC= 0.4538660, Accumulated Leap Seconds=29 + { 2449698.50, 60.732583 }, //12 December 1994, UT1-UTC= 0.4514165, Accumulated Leap Seconds=29 + { 2449699.50, 60.734991 }, //13 December 1994, UT1-UTC= 0.4490087, Accumulated Leap Seconds=29 + { 2449700.50, 60.737348 }, //14 December 1994, UT1-UTC= 0.4466520, Accumulated Leap Seconds=29 + { 2449701.50, 60.739617 }, //15 December 1994, UT1-UTC= 0.4443833, Accumulated Leap Seconds=29 + { 2449702.50, 60.741830 }, //16 December 1994, UT1-UTC= 0.4421698, Accumulated Leap Seconds=29 + { 2449703.50, 60.744035 }, //17 December 1994, UT1-UTC= 0.4399654, Accumulated Leap Seconds=29 + { 2449704.50, 60.746284 }, //18 December 1994, UT1-UTC= 0.4377156, Accumulated Leap Seconds=29 + { 2449705.50, 60.748628 }, //19 December 1994, UT1-UTC= 0.4353719, Accumulated Leap Seconds=29 + { 2449706.50, 60.751110 }, //20 December 1994, UT1-UTC= 0.4328901, Accumulated Leap Seconds=29 + { 2449707.50, 60.753753 }, //21 December 1994, UT1-UTC= 0.4302465, Accumulated Leap Seconds=29 + { 2449708.50, 60.756518 }, //22 December 1994, UT1-UTC= 0.4274816, Accumulated Leap Seconds=29 + { 2449709.50, 60.759389 }, //23 December 1994, UT1-UTC= 0.4246107, Accumulated Leap Seconds=29 + { 2449710.50, 60.762363 }, //24 December 1994, UT1-UTC= 0.4216372, Accumulated Leap Seconds=29 + { 2449711.50, 60.765412 }, //25 December 1994, UT1-UTC= 0.4185881, Accumulated Leap Seconds=29 + { 2449712.50, 60.768489 }, //26 December 1994, UT1-UTC= 0.4155109, Accumulated Leap Seconds=29 + { 2449713.50, 60.771536 }, //27 December 1994, UT1-UTC= 0.4124641, Accumulated Leap Seconds=29 + { 2449714.50, 60.774495 }, //28 December 1994, UT1-UTC= 0.4095048, Accumulated Leap Seconds=29 + { 2449715.50, 60.777334 }, //29 December 1994, UT1-UTC= 0.4066659, Accumulated Leap Seconds=29 + { 2449716.50, 60.780044 }, //30 December 1994, UT1-UTC= 0.4039556, Accumulated Leap Seconds=29 + { 2449717.50, 60.782693 }, //31 December 1994, UT1-UTC= 0.4013070, Accumulated Leap Seconds=29 + { 2449718.50, 60.785348 }, //01 January 1995, UT1-UTC= 0.3986518, Accumulated Leap Seconds=29 + { 2449719.50, 60.788070 }, //02 January 1995, UT1-UTC= 0.3959303, Accumulated Leap Seconds=29 + { 2449720.50, 60.790897 }, //03 January 1995, UT1-UTC= 0.3931028, Accumulated Leap Seconds=29 + { 2449721.50, 60.793831 }, //04 January 1995, UT1-UTC= 0.3901693, Accumulated Leap Seconds=29 + { 2449722.50, 60.796826 }, //05 January 1995, UT1-UTC= 0.3871735, Accumulated Leap Seconds=29 + { 2449723.50, 60.799809 }, //06 January 1995, UT1-UTC= 0.3841909, Accumulated Leap Seconds=29 + { 2449724.50, 60.802717 }, //07 January 1995, UT1-UTC= 0.3812834, Accumulated Leap Seconds=29 + { 2449725.50, 60.805502 }, //08 January 1995, UT1-UTC= 0.3784981, Accumulated Leap Seconds=29 + { 2449726.50, 60.808135 }, //09 January 1995, UT1-UTC= 0.3758648, Accumulated Leap Seconds=29 + { 2449727.50, 60.810602 }, //10 January 1995, UT1-UTC= 0.3733976, Accumulated Leap Seconds=29 + { 2449728.50, 60.812908 }, //11 January 1995, UT1-UTC= 0.3710918, Accumulated Leap Seconds=29 + { 2449729.50, 60.815095 }, //12 January 1995, UT1-UTC= 0.3689052, Accumulated Leap Seconds=29 + { 2449730.50, 60.817208 }, //13 January 1995, UT1-UTC= 0.3667916, Accumulated Leap Seconds=29 + { 2449731.50, 60.819288 }, //14 January 1995, UT1-UTC= 0.3647120, Accumulated Leap Seconds=29 + { 2449732.50, 60.821380 }, //15 January 1995, UT1-UTC= 0.3626203, Accumulated Leap Seconds=29 + { 2449733.50, 60.823521 }, //16 January 1995, UT1-UTC= 0.3604790, Accumulated Leap Seconds=29 + { 2449734.50, 60.825741 }, //17 January 1995, UT1-UTC= 0.3582594, Accumulated Leap Seconds=29 + { 2449735.50, 60.828070 }, //18 January 1995, UT1-UTC= 0.3559299, Accumulated Leap Seconds=29 + { 2449736.50, 60.830554 }, //19 January 1995, UT1-UTC= 0.3534465, Accumulated Leap Seconds=29 + { 2449737.50, 60.833176 }, //20 January 1995, UT1-UTC= 0.3508239, Accumulated Leap Seconds=29 + { 2449738.50, 60.835911 }, //21 January 1995, UT1-UTC= 0.3480889, Accumulated Leap Seconds=29 + { 2449739.50, 60.838722 }, //22 January 1995, UT1-UTC= 0.3452784, Accumulated Leap Seconds=29 + { 2449740.50, 60.841566 }, //23 January 1995, UT1-UTC= 0.3424344, Accumulated Leap Seconds=29 + { 2449741.50, 60.844394 }, //24 January 1995, UT1-UTC= 0.3396055, Accumulated Leap Seconds=29 + { 2449742.50, 60.847167 }, //25 January 1995, UT1-UTC= 0.3368327, Accumulated Leap Seconds=29 + { 2449743.50, 60.849880 }, //26 January 1995, UT1-UTC= 0.3341203, Accumulated Leap Seconds=29 + { 2449744.50, 60.852551 }, //27 January 1995, UT1-UTC= 0.3314486, Accumulated Leap Seconds=29 + { 2449745.50, 60.855203 }, //28 January 1995, UT1-UTC= 0.3287973, Accumulated Leap Seconds=29 + { 2449746.50, 60.857885 }, //29 January 1995, UT1-UTC= 0.3261154, Accumulated Leap Seconds=29 + { 2449747.50, 60.860637 }, //30 January 1995, UT1-UTC= 0.3233627, Accumulated Leap Seconds=29 + { 2449748.50, 60.863469 }, //31 January 1995, UT1-UTC= 0.3205310, Accumulated Leap Seconds=29 + { 2449749.50, 60.866350 }, //01 February 1995, UT1-UTC= 0.3176496, Accumulated Leap Seconds=29 + { 2449750.50, 60.869234 }, //02 February 1995, UT1-UTC= 0.3147658, Accumulated Leap Seconds=29 + { 2449751.50, 60.872096 }, //03 February 1995, UT1-UTC= 0.3119044, Accumulated Leap Seconds=29 + { 2449752.50, 60.874918 }, //04 February 1995, UT1-UTC= 0.3090820, Accumulated Leap Seconds=29 + { 2449753.50, 60.877666 }, //05 February 1995, UT1-UTC= 0.3063335, Accumulated Leap Seconds=29 + { 2449754.50, 60.880317 }, //06 February 1995, UT1-UTC= 0.3036832, Accumulated Leap Seconds=29 + { 2449755.50, 60.882846 }, //07 February 1995, UT1-UTC= 0.3011537, Accumulated Leap Seconds=29 + { 2449756.50, 60.885237 }, //08 February 1995, UT1-UTC= 0.2987626, Accumulated Leap Seconds=29 + { 2449757.50, 60.887499 }, //09 February 1995, UT1-UTC= 0.2965010, Accumulated Leap Seconds=29 + { 2449758.50, 60.889692 }, //10 February 1995, UT1-UTC= 0.2943080, Accumulated Leap Seconds=29 + { 2449759.50, 60.891857 }, //11 February 1995, UT1-UTC= 0.2921430, Accumulated Leap Seconds=29 + { 2449760.50, 60.894031 }, //12 February 1995, UT1-UTC= 0.2899689, Accumulated Leap Seconds=29 + { 2449761.50, 60.896265 }, //13 February 1995, UT1-UTC= 0.2877352, Accumulated Leap Seconds=29 + { 2449762.50, 60.898604 }, //14 February 1995, UT1-UTC= 0.2853965, Accumulated Leap Seconds=29 + { 2449763.50, 60.901084 }, //15 February 1995, UT1-UTC= 0.2829157, Accumulated Leap Seconds=29 + { 2449764.50, 60.903734 }, //16 February 1995, UT1-UTC= 0.2802655, Accumulated Leap Seconds=29 + { 2449765.50, 60.906517 }, //17 February 1995, UT1-UTC= 0.2774826, Accumulated Leap Seconds=29 + { 2449766.50, 60.909361 }, //18 February 1995, UT1-UTC= 0.2746389, Accumulated Leap Seconds=29 + { 2449767.50, 60.912200 }, //19 February 1995, UT1-UTC= 0.2718002, Accumulated Leap Seconds=29 + { 2449768.50, 60.914974 }, //20 February 1995, UT1-UTC= 0.2690260, Accumulated Leap Seconds=29 + { 2449769.50, 60.917645 }, //21 February 1995, UT1-UTC= 0.2663551, Accumulated Leap Seconds=29 + { 2449770.50, 60.920205 }, //22 February 1995, UT1-UTC= 0.2637950, Accumulated Leap Seconds=29 + { 2449771.50, 60.922678 }, //23 February 1995, UT1-UTC= 0.2613224, Accumulated Leap Seconds=29 + { 2449772.50, 60.925118 }, //24 February 1995, UT1-UTC= 0.2588823, Accumulated Leap Seconds=29 + { 2449773.50, 60.927601 }, //25 February 1995, UT1-UTC= 0.2563985, Accumulated Leap Seconds=29 + { 2449774.50, 60.930184 }, //26 February 1995, UT1-UTC= 0.2538155, Accumulated Leap Seconds=29 + { 2449775.50, 60.932896 }, //27 February 1995, UT1-UTC= 0.2511036, Accumulated Leap Seconds=29 + { 2449776.50, 60.935733 }, //28 February 1995, UT1-UTC= 0.2482672, Accumulated Leap Seconds=29 + { 2449777.50, 60.938667 }, //01 March 1995, UT1-UTC= 0.2453328, Accumulated Leap Seconds=29 + { 2449778.50, 60.941672 }, //02 March 1995, UT1-UTC= 0.2423278, Accumulated Leap Seconds=29 + { 2449779.50, 60.944717 }, //03 March 1995, UT1-UTC= 0.2392832, Accumulated Leap Seconds=29 + { 2449780.50, 60.947771 }, //04 March 1995, UT1-UTC= 0.2362293, Accumulated Leap Seconds=29 + { 2449781.50, 60.950780 }, //05 March 1995, UT1-UTC= 0.2332196, Accumulated Leap Seconds=29 + { 2449782.50, 60.953697 }, //06 March 1995, UT1-UTC= 0.2303025, Accumulated Leap Seconds=29 + { 2449783.50, 60.956492 }, //07 March 1995, UT1-UTC= 0.2275077, Accumulated Leap Seconds=29 + { 2449784.50, 60.959163 }, //08 March 1995, UT1-UTC= 0.2248365, Accumulated Leap Seconds=29 + { 2449785.50, 60.961786 }, //09 March 1995, UT1-UTC= 0.2222144, Accumulated Leap Seconds=29 + { 2449786.50, 60.964429 }, //10 March 1995, UT1-UTC= 0.2195706, Accumulated Leap Seconds=29 + { 2449787.50, 60.967129 }, //11 March 1995, UT1-UTC= 0.2168712, Accumulated Leap Seconds=29 + { 2449788.50, 60.969901 }, //12 March 1995, UT1-UTC= 0.2140985, Accumulated Leap Seconds=29 + { 2449789.50, 60.972763 }, //13 March 1995, UT1-UTC= 0.2112374, Accumulated Leap Seconds=29 + { 2449790.50, 60.975712 }, //14 March 1995, UT1-UTC= 0.2082877, Accumulated Leap Seconds=29 + { 2449791.50, 60.978753 }, //15 March 1995, UT1-UTC= 0.2052470, Accumulated Leap Seconds=29 + { 2449792.50, 60.981913 }, //16 March 1995, UT1-UTC= 0.2020871, Accumulated Leap Seconds=29 + { 2449793.50, 60.985170 }, //17 March 1995, UT1-UTC= 0.1988304, Accumulated Leap Seconds=29 + { 2449794.50, 60.988465 }, //18 March 1995, UT1-UTC= 0.1955348, Accumulated Leap Seconds=29 + { 2449795.50, 60.991720 }, //19 March 1995, UT1-UTC= 0.1922801, Accumulated Leap Seconds=29 + { 2449796.50, 60.994859 }, //20 March 1995, UT1-UTC= 0.1891405, Accumulated Leap Seconds=29 + { 2449797.50, 60.997811 }, //21 March 1995, UT1-UTC= 0.1861891, Accumulated Leap Seconds=29 + { 2449798.50, 61.000537 }, //22 March 1995, UT1-UTC= 0.1834628, Accumulated Leap Seconds=29 + { 2449799.50, 61.003077 }, //23 March 1995, UT1-UTC= 0.1809230, Accumulated Leap Seconds=29 + { 2449800.50, 61.005551 }, //24 March 1995, UT1-UTC= 0.1784494, Accumulated Leap Seconds=29 + { 2449801.50, 61.008063 }, //25 March 1995, UT1-UTC= 0.1759369, Accumulated Leap Seconds=29 + { 2449802.50, 61.010668 }, //26 March 1995, UT1-UTC= 0.1733321, Accumulated Leap Seconds=29 + { 2449803.50, 61.013382 }, //27 March 1995, UT1-UTC= 0.1706177, Accumulated Leap Seconds=29 + { 2449804.50, 61.016195 }, //28 March 1995, UT1-UTC= 0.1678049, Accumulated Leap Seconds=29 + { 2449805.50, 61.019072 }, //29 March 1995, UT1-UTC= 0.1649277, Accumulated Leap Seconds=29 + { 2449806.50, 61.021975 }, //30 March 1995, UT1-UTC= 0.1620246, Accumulated Leap Seconds=29 + { 2449807.50, 61.024857 }, //31 March 1995, UT1-UTC= 0.1591432, Accumulated Leap Seconds=29 + { 2449808.50, 61.027676 }, //01 April 1995, UT1-UTC= 0.1563243, Accumulated Leap Seconds=29 + { 2449809.50, 61.030410 }, //02 April 1995, UT1-UTC= 0.1535896, Accumulated Leap Seconds=29 + { 2449810.50, 61.033052 }, //03 April 1995, UT1-UTC= 0.1509483, Accumulated Leap Seconds=29 + { 2449811.50, 61.035602 }, //04 April 1995, UT1-UTC= 0.1483982, Accumulated Leap Seconds=29 + { 2449812.50, 61.038068 }, //05 April 1995, UT1-UTC= 0.1459323, Accumulated Leap Seconds=29 + { 2449813.50, 61.040488 }, //06 April 1995, UT1-UTC= 0.1435124, Accumulated Leap Seconds=29 + { 2449814.50, 61.042930 }, //07 April 1995, UT1-UTC= 0.1410697, Accumulated Leap Seconds=29 + { 2449815.50, 61.045437 }, //08 April 1995, UT1-UTC= 0.1385627, Accumulated Leap Seconds=29 + { 2449816.50, 61.048021 }, //09 April 1995, UT1-UTC= 0.1359785, Accumulated Leap Seconds=29 + { 2449817.50, 61.050693 }, //10 April 1995, UT1-UTC= 0.1333072, Accumulated Leap Seconds=29 + { 2449818.50, 61.053490 }, //11 April 1995, UT1-UTC= 0.1305101, Accumulated Leap Seconds=29 + { 2449819.50, 61.056437 }, //12 April 1995, UT1-UTC= 0.1275625, Accumulated Leap Seconds=29 + { 2449820.50, 61.059529 }, //13 April 1995, UT1-UTC= 0.1244709, Accumulated Leap Seconds=29 + { 2449821.50, 61.062682 }, //14 April 1995, UT1-UTC= 0.1213176, Accumulated Leap Seconds=29 + { 2449822.50, 61.065828 }, //15 April 1995, UT1-UTC= 0.1181716, Accumulated Leap Seconds=29 + { 2449823.50, 61.068916 }, //16 April 1995, UT1-UTC= 0.1150839, Accumulated Leap Seconds=29 + { 2449824.50, 61.071908 }, //17 April 1995, UT1-UTC= 0.1120916, Accumulated Leap Seconds=29 + { 2449825.50, 61.074782 }, //18 April 1995, UT1-UTC= 0.1092185, Accumulated Leap Seconds=29 + { 2449826.50, 61.077545 }, //19 April 1995, UT1-UTC= 0.1064552, Accumulated Leap Seconds=29 + { 2449827.50, 61.080219 }, //20 April 1995, UT1-UTC= 0.1037807, Accumulated Leap Seconds=29 + { 2449828.50, 61.082869 }, //21 April 1995, UT1-UTC= 0.1011314, Accumulated Leap Seconds=29 + { 2449829.50, 61.085563 }, //22 April 1995, UT1-UTC= 0.0984366, Accumulated Leap Seconds=29 + { 2449830.50, 61.088327 }, //23 April 1995, UT1-UTC= 0.0956726, Accumulated Leap Seconds=29 + { 2449831.50, 61.091166 }, //24 April 1995, UT1-UTC= 0.0928337, Accumulated Leap Seconds=29 + { 2449832.50, 61.094066 }, //25 April 1995, UT1-UTC= 0.0899338, Accumulated Leap Seconds=29 + { 2449833.50, 61.096996 }, //26 April 1995, UT1-UTC= 0.0870036, Accumulated Leap Seconds=29 + { 2449834.50, 61.099898 }, //27 April 1995, UT1-UTC= 0.0841019, Accumulated Leap Seconds=29 + { 2449835.50, 61.102709 }, //28 April 1995, UT1-UTC= 0.0812909, Accumulated Leap Seconds=29 + { 2449836.50, 61.105392 }, //29 April 1995, UT1-UTC= 0.0786080, Accumulated Leap Seconds=29 + { 2449837.50, 61.107934 }, //30 April 1995, UT1-UTC= 0.0760659, Accumulated Leap Seconds=29 + { 2449838.50, 61.110345 }, //01 May 1995, UT1-UTC= 0.0736552, Accumulated Leap Seconds=29 + { 2449839.50, 61.112680 }, //02 May 1995, UT1-UTC= 0.0713203, Accumulated Leap Seconds=29 + { 2449840.50, 61.115005 }, //03 May 1995, UT1-UTC= 0.0689948, Accumulated Leap Seconds=29 + { 2449841.50, 61.117368 }, //04 May 1995, UT1-UTC= 0.0666317, Accumulated Leap Seconds=29 + { 2449842.50, 61.119790 }, //05 May 1995, UT1-UTC= 0.0642096, Accumulated Leap Seconds=29 + { 2449843.50, 61.122278 }, //06 May 1995, UT1-UTC= 0.0617218, Accumulated Leap Seconds=29 + { 2449844.50, 61.124832 }, //07 May 1995, UT1-UTC= 0.0591679, Accumulated Leap Seconds=29 + { 2449845.50, 61.127460 }, //08 May 1995, UT1-UTC= 0.0565402, Accumulated Leap Seconds=29 + { 2449846.50, 61.130200 }, //09 May 1995, UT1-UTC= 0.0537998, Accumulated Leap Seconds=29 + { 2449847.50, 61.133073 }, //10 May 1995, UT1-UTC= 0.0509274, Accumulated Leap Seconds=29 + { 2449848.50, 61.136058 }, //11 May 1995, UT1-UTC= 0.0479419, Accumulated Leap Seconds=29 + { 2449849.50, 61.139096 }, //12 May 1995, UT1-UTC= 0.0449044, Accumulated Leap Seconds=29 + { 2449850.50, 61.142097 }, //13 May 1995, UT1-UTC= 0.0419025, Accumulated Leap Seconds=29 + { 2449851.50, 61.145018 }, //14 May 1995, UT1-UTC= 0.0389823, Accumulated Leap Seconds=29 + { 2449852.50, 61.147841 }, //15 May 1995, UT1-UTC= 0.0361589, Accumulated Leap Seconds=29 + { 2449853.50, 61.150554 }, //16 May 1995, UT1-UTC= 0.0334457, Accumulated Leap Seconds=29 + { 2449854.50, 61.153174 }, //17 May 1995, UT1-UTC= 0.0308256, Accumulated Leap Seconds=29 + { 2449855.50, 61.155738 }, //18 May 1995, UT1-UTC= 0.0282623, Accumulated Leap Seconds=29 + { 2449856.50, 61.158287 }, //19 May 1995, UT1-UTC= 0.0257127, Accumulated Leap Seconds=29 + { 2449857.50, 61.160849 }, //20 May 1995, UT1-UTC= 0.0231514, Accumulated Leap Seconds=29 + { 2449858.50, 61.163419 }, //21 May 1995, UT1-UTC= 0.0205808, Accumulated Leap Seconds=29 + { 2449859.50, 61.165970 }, //22 May 1995, UT1-UTC= 0.0180304, Accumulated Leap Seconds=29 + { 2449860.50, 61.168461 }, //23 May 1995, UT1-UTC= 0.0155386, Accumulated Leap Seconds=29 + { 2449861.50, 61.170856 }, //24 May 1995, UT1-UTC= 0.0131440, Accumulated Leap Seconds=29 + { 2449862.50, 61.173132 }, //25 May 1995, UT1-UTC= 0.0108681, Accumulated Leap Seconds=29 + { 2449863.50, 61.175316 }, //26 May 1995, UT1-UTC= 0.0086836, Accumulated Leap Seconds=29 + { 2449864.50, 61.177419 }, //27 May 1995, UT1-UTC= 0.0065814, Accumulated Leap Seconds=29 + { 2449865.50, 61.179430 }, //28 May 1995, UT1-UTC= 0.0045701, Accumulated Leap Seconds=29 + { 2449866.50, 61.181370 }, //29 May 1995, UT1-UTC= 0.0026303, Accumulated Leap Seconds=29 + { 2449867.50, 61.183265 }, //30 May 1995, UT1-UTC= 0.0007350, Accumulated Leap Seconds=29 + { 2449868.50, 61.185146 }, //31 May 1995, UT1-UTC=-0.0011460, Accumulated Leap Seconds=29 + { 2449869.50, 61.187046 }, //01 June 1995, UT1-UTC=-0.0030458, Accumulated Leap Seconds=29 + { 2449870.50, 61.189009 }, //02 June 1995, UT1-UTC=-0.0050094, Accumulated Leap Seconds=29 + { 2449871.50, 61.191072 }, //03 June 1995, UT1-UTC=-0.0070721, Accumulated Leap Seconds=29 + { 2449872.50, 61.193248 }, //04 June 1995, UT1-UTC=-0.0092482, Accumulated Leap Seconds=29 + { 2449873.50, 61.195523 }, //05 June 1995, UT1-UTC=-0.0115228, Accumulated Leap Seconds=29 + { 2449874.50, 61.197880 }, //06 June 1995, UT1-UTC=-0.0138798, Accumulated Leap Seconds=29 + { 2449875.50, 61.200297 }, //07 June 1995, UT1-UTC=-0.0162974, Accumulated Leap Seconds=29 + { 2449876.50, 61.202757 }, //08 June 1995, UT1-UTC=-0.0187573, Accumulated Leap Seconds=29 + { 2449877.50, 61.205203 }, //09 June 1995, UT1-UTC=-0.0212035, Accumulated Leap Seconds=29 + { 2449878.50, 61.207574 }, //10 June 1995, UT1-UTC=-0.0235742, Accumulated Leap Seconds=29 + { 2449879.50, 61.209833 }, //11 June 1995, UT1-UTC=-0.0258332, Accumulated Leap Seconds=29 + { 2449880.50, 61.211976 }, //12 June 1995, UT1-UTC=-0.0279756, Accumulated Leap Seconds=29 + { 2449881.50, 61.214031 }, //13 June 1995, UT1-UTC=-0.0300312, Accumulated Leap Seconds=29 + { 2449882.50, 61.216068 }, //14 June 1995, UT1-UTC=-0.0320683, Accumulated Leap Seconds=29 + { 2449883.50, 61.218149 }, //15 June 1995, UT1-UTC=-0.0341489, Accumulated Leap Seconds=29 + { 2449884.50, 61.220274 }, //16 June 1995, UT1-UTC=-0.0362738, Accumulated Leap Seconds=29 + { 2449885.50, 61.222466 }, //17 June 1995, UT1-UTC=-0.0384656, Accumulated Leap Seconds=29 + { 2449886.50, 61.224709 }, //18 June 1995, UT1-UTC=-0.0407087, Accumulated Leap Seconds=29 + { 2449887.50, 61.226956 }, //19 June 1995, UT1-UTC=-0.0429558, Accumulated Leap Seconds=29 + { 2449888.50, 61.229157 }, //20 June 1995, UT1-UTC=-0.0451571, Accumulated Leap Seconds=29 + { 2449889.50, 61.231269 }, //21 June 1995, UT1-UTC=-0.0472689, Accumulated Leap Seconds=29 + { 2449890.50, 61.233251 }, //22 June 1995, UT1-UTC=-0.0492511, Accumulated Leap Seconds=29 + { 2449891.50, 61.235065 }, //23 June 1995, UT1-UTC=-0.0510650, Accumulated Leap Seconds=29 + { 2449892.50, 61.236679 }, //24 June 1995, UT1-UTC=-0.0526787, Accumulated Leap Seconds=29 + { 2449893.50, 61.238096 }, //25 June 1995, UT1-UTC=-0.0540955, Accumulated Leap Seconds=29 + { 2449894.50, 61.239364 }, //26 June 1995, UT1-UTC=-0.0553638, Accumulated Leap Seconds=29 + { 2449895.50, 61.240533 }, //27 June 1995, UT1-UTC=-0.0565328, Accumulated Leap Seconds=29 + { 2449896.50, 61.241658 }, //28 June 1995, UT1-UTC=-0.0576580, Accumulated Leap Seconds=29 + { 2449897.50, 61.242807 }, //29 June 1995, UT1-UTC=-0.0588065, Accumulated Leap Seconds=29 + { 2449898.50, 61.244037 }, //30 June 1995, UT1-UTC=-0.0600368, Accumulated Leap Seconds=29 + { 2449899.50, 61.245389 }, //01 July 1995, UT1-UTC=-0.0613891, Accumulated Leap Seconds=29 + { 2449900.50, 61.246885 }, //02 July 1995, UT1-UTC=-0.0628846, Accumulated Leap Seconds=29 + { 2449901.50, 61.248522 }, //03 July 1995, UT1-UTC=-0.0645225, Accumulated Leap Seconds=29 + { 2449902.50, 61.250256 }, //04 July 1995, UT1-UTC=-0.0662561, Accumulated Leap Seconds=29 + { 2449903.50, 61.252021 }, //05 July 1995, UT1-UTC=-0.0680209, Accumulated Leap Seconds=29 + { 2449904.50, 61.253761 }, //06 July 1995, UT1-UTC=-0.0697609, Accumulated Leap Seconds=29 + { 2449905.50, 61.255447 }, //07 July 1995, UT1-UTC=-0.0714469, Accumulated Leap Seconds=29 + { 2449906.50, 61.257054 }, //08 July 1995, UT1-UTC=-0.0730542, Accumulated Leap Seconds=29 + { 2449907.50, 61.258572 }, //09 July 1995, UT1-UTC=-0.0745724, Accumulated Leap Seconds=29 + { 2449908.50, 61.260018 }, //10 July 1995, UT1-UTC=-0.0760182, Accumulated Leap Seconds=29 + { 2449909.50, 61.261434 }, //11 July 1995, UT1-UTC=-0.0774336, Accumulated Leap Seconds=29 + { 2449910.50, 61.262877 }, //12 July 1995, UT1-UTC=-0.0788772, Accumulated Leap Seconds=29 + { 2449911.50, 61.264394 }, //13 July 1995, UT1-UTC=-0.0803942, Accumulated Leap Seconds=29 + { 2449912.50, 61.265999 }, //14 July 1995, UT1-UTC=-0.0819987, Accumulated Leap Seconds=29 + { 2449913.50, 61.267699 }, //15 July 1995, UT1-UTC=-0.0836994, Accumulated Leap Seconds=29 + { 2449914.50, 61.269456 }, //16 July 1995, UT1-UTC=-0.0854564, Accumulated Leap Seconds=29 + { 2449915.50, 61.271203 }, //17 July 1995, UT1-UTC=-0.0872029, Accumulated Leap Seconds=29 + { 2449916.50, 61.272869 }, //18 July 1995, UT1-UTC=-0.0888687, Accumulated Leap Seconds=29 + { 2449917.50, 61.274403 }, //19 July 1995, UT1-UTC=-0.0904031, Accumulated Leap Seconds=29 + { 2449918.50, 61.275781 }, //20 July 1995, UT1-UTC=-0.0917809, Accumulated Leap Seconds=29 + { 2449919.50, 61.277000 }, //21 July 1995, UT1-UTC=-0.0929999, Accumulated Leap Seconds=29 + { 2449920.50, 61.278066 }, //22 July 1995, UT1-UTC=-0.0940663, Accumulated Leap Seconds=29 + { 2449921.50, 61.279008 }, //23 July 1995, UT1-UTC=-0.0950078, Accumulated Leap Seconds=29 + { 2449922.50, 61.279867 }, //24 July 1995, UT1-UTC=-0.0958674, Accumulated Leap Seconds=29 + { 2449923.50, 61.280687 }, //25 July 1995, UT1-UTC=-0.0966875, Accumulated Leap Seconds=29 + { 2449924.50, 61.281509 }, //26 July 1995, UT1-UTC=-0.0975086, Accumulated Leap Seconds=29 + { 2449925.50, 61.282368 }, //27 July 1995, UT1-UTC=-0.0983680, Accumulated Leap Seconds=29 + { 2449926.50, 61.283294 }, //28 July 1995, UT1-UTC=-0.0992940, Accumulated Leap Seconds=29 + { 2449927.50, 61.284314 }, //29 July 1995, UT1-UTC=-0.1003143, Accumulated Leap Seconds=29 + { 2449928.50, 61.285453 }, //30 July 1995, UT1-UTC=-0.1014530, Accumulated Leap Seconds=29 + { 2449929.50, 61.286723 }, //31 July 1995, UT1-UTC=-0.1027230, Accumulated Leap Seconds=29 + { 2449930.50, 61.288102 }, //01 August 1995, UT1-UTC=-0.1041024, Accumulated Leap Seconds=29 + { 2449931.50, 61.289542 }, //02 August 1995, UT1-UTC=-0.1055418, Accumulated Leap Seconds=29 + { 2449932.50, 61.290974 }, //03 August 1995, UT1-UTC=-0.1069739, Accumulated Leap Seconds=29 + { 2449933.50, 61.292359 }, //04 August 1995, UT1-UTC=-0.1083592, Accumulated Leap Seconds=29 + { 2449934.50, 61.293690 }, //05 August 1995, UT1-UTC=-0.1096903, Accumulated Leap Seconds=29 + { 2449935.50, 61.294990 }, //06 August 1995, UT1-UTC=-0.1109898, Accumulated Leap Seconds=29 + { 2449936.50, 61.296295 }, //07 August 1995, UT1-UTC=-0.1122951, Accumulated Leap Seconds=29 + { 2449937.50, 61.297648 }, //08 August 1995, UT1-UTC=-0.1136483, Accumulated Leap Seconds=29 + { 2449938.50, 61.299092 }, //09 August 1995, UT1-UTC=-0.1150922, Accumulated Leap Seconds=29 + { 2449939.50, 61.300654 }, //10 August 1995, UT1-UTC=-0.1166544, Accumulated Leap Seconds=29 + { 2449940.50, 61.302335 }, //11 August 1995, UT1-UTC=-0.1183355, Accumulated Leap Seconds=29 + { 2449941.50, 61.304096 }, //12 August 1995, UT1-UTC=-0.1200959, Accumulated Leap Seconds=29 + { 2449942.50, 61.305879 }, //13 August 1995, UT1-UTC=-0.1218791, Accumulated Leap Seconds=29 + { 2449943.50, 61.307626 }, //14 August 1995, UT1-UTC=-0.1236258, Accumulated Leap Seconds=29 + { 2449944.50, 61.309292 }, //15 August 1995, UT1-UTC=-0.1252919, Accumulated Leap Seconds=29 + { 2449945.50, 61.310859 }, //16 August 1995, UT1-UTC=-0.1268589, Accumulated Leap Seconds=29 + { 2449946.50, 61.312326 }, //17 August 1995, UT1-UTC=-0.1283263, Accumulated Leap Seconds=29 + { 2449947.50, 61.313701 }, //18 August 1995, UT1-UTC=-0.1297007, Accumulated Leap Seconds=29 + { 2449948.50, 61.315015 }, //19 August 1995, UT1-UTC=-0.1310153, Accumulated Leap Seconds=29 + { 2449949.50, 61.316314 }, //20 August 1995, UT1-UTC=-0.1323139, Accumulated Leap Seconds=29 + { 2449950.50, 61.317634 }, //21 August 1995, UT1-UTC=-0.1336336, Accumulated Leap Seconds=29 + { 2449951.50, 61.319007 }, //22 August 1995, UT1-UTC=-0.1350073, Accumulated Leap Seconds=29 + { 2449952.50, 61.320459 }, //23 August 1995, UT1-UTC=-0.1364590, Accumulated Leap Seconds=29 + { 2449953.50, 61.321997 }, //24 August 1995, UT1-UTC=-0.1379975, Accumulated Leap Seconds=29 + { 2449954.50, 61.323645 }, //25 August 1995, UT1-UTC=-0.1396448, Accumulated Leap Seconds=29 + { 2449955.50, 61.325440 }, //26 August 1995, UT1-UTC=-0.1414401, Accumulated Leap Seconds=29 + { 2449956.50, 61.327390 }, //27 August 1995, UT1-UTC=-0.1433903, Accumulated Leap Seconds=29 + { 2449957.50, 61.329454 }, //28 August 1995, UT1-UTC=-0.1454536, Accumulated Leap Seconds=29 + { 2449958.50, 61.331588 }, //29 August 1995, UT1-UTC=-0.1475881, Accumulated Leap Seconds=29 + { 2449959.50, 61.333700 }, //30 August 1995, UT1-UTC=-0.1496999, Accumulated Leap Seconds=29 + { 2449960.50, 61.335764 }, //31 August 1995, UT1-UTC=-0.1517644, Accumulated Leap Seconds=29 + { 2449961.50, 61.337780 }, //01 September 1995, UT1-UTC=-0.1537799, Accumulated Leap Seconds=29 + { 2449962.50, 61.339758 }, //02 September 1995, UT1-UTC=-0.1557584, Accumulated Leap Seconds=29 + { 2449963.50, 61.341719 }, //03 September 1995, UT1-UTC=-0.1577190, Accumulated Leap Seconds=29 + { 2449964.50, 61.343694 }, //04 September 1995, UT1-UTC=-0.1596935, Accumulated Leap Seconds=29 + { 2449965.50, 61.345719 }, //05 September 1995, UT1-UTC=-0.1617194, Accumulated Leap Seconds=29 + { 2449966.50, 61.347826 }, //06 September 1995, UT1-UTC=-0.1638257, Accumulated Leap Seconds=29 + { 2449967.50, 61.350019 }, //07 September 1995, UT1-UTC=-0.1660187, Accumulated Leap Seconds=29 + { 2449968.50, 61.352300 }, //08 September 1995, UT1-UTC=-0.1683000, Accumulated Leap Seconds=29 + { 2449969.50, 61.354645 }, //09 September 1995, UT1-UTC=-0.1706454, Accumulated Leap Seconds=29 + { 2449970.50, 61.356987 }, //10 September 1995, UT1-UTC=-0.1729869, Accumulated Leap Seconds=29 + { 2449971.50, 61.359256 }, //11 September 1995, UT1-UTC=-0.1752559, Accumulated Leap Seconds=29 + { 2449972.50, 61.361411 }, //12 September 1995, UT1-UTC=-0.1774114, Accumulated Leap Seconds=29 + { 2449973.50, 61.363442 }, //13 September 1995, UT1-UTC=-0.1794417, Accumulated Leap Seconds=29 + { 2449974.50, 61.365363 }, //14 September 1995, UT1-UTC=-0.1813634, Accumulated Leap Seconds=29 + { 2449975.50, 61.367215 }, //15 September 1995, UT1-UTC=-0.1832150, Accumulated Leap Seconds=29 + { 2449976.50, 61.369039 }, //16 September 1995, UT1-UTC=-0.1850386, Accumulated Leap Seconds=29 + { 2449977.50, 61.370866 }, //17 September 1995, UT1-UTC=-0.1868661, Accumulated Leap Seconds=29 + { 2449978.50, 61.372719 }, //18 September 1995, UT1-UTC=-0.1887192, Accumulated Leap Seconds=29 + { 2449979.50, 61.374617 }, //19 September 1995, UT1-UTC=-0.1906167, Accumulated Leap Seconds=29 + { 2449980.50, 61.376586 }, //20 September 1995, UT1-UTC=-0.1925865, Accumulated Leap Seconds=29 + { 2449981.50, 61.378700 }, //21 September 1995, UT1-UTC=-0.1946996, Accumulated Leap Seconds=29 + { 2449982.50, 61.380985 }, //22 September 1995, UT1-UTC=-0.1969854, Accumulated Leap Seconds=29 + { 2449983.50, 61.383434 }, //23 September 1995, UT1-UTC=-0.1994339, Accumulated Leap Seconds=29 + { 2449984.50, 61.386016 }, //24 September 1995, UT1-UTC=-0.2020161, Accumulated Leap Seconds=29 + { 2449985.50, 61.388684 }, //25 September 1995, UT1-UTC=-0.2046839, Accumulated Leap Seconds=29 + { 2449986.50, 61.391375 }, //26 September 1995, UT1-UTC=-0.2073748, Accumulated Leap Seconds=29 + { 2449987.50, 61.394020 }, //27 September 1995, UT1-UTC=-0.2100204, Accumulated Leap Seconds=29 + { 2449988.50, 61.396556 }, //28 September 1995, UT1-UTC=-0.2125563, Accumulated Leap Seconds=29 + { 2449989.50, 61.398976 }, //29 September 1995, UT1-UTC=-0.2149760, Accumulated Leap Seconds=29 + { 2449990.50, 61.401311 }, //30 September 1995, UT1-UTC=-0.2173114, Accumulated Leap Seconds=29 + { 2449991.50, 61.403616 }, //01 October 1995, UT1-UTC=-0.2196165, Accumulated Leap Seconds=29 + { 2449992.50, 61.405952 }, //02 October 1995, UT1-UTC=-0.2219523, Accumulated Leap Seconds=29 + { 2449993.50, 61.408366 }, //03 October 1995, UT1-UTC=-0.2243660, Accumulated Leap Seconds=29 + { 2449994.50, 61.410875 }, //04 October 1995, UT1-UTC=-0.2268749, Accumulated Leap Seconds=29 + { 2449995.50, 61.413455 }, //05 October 1995, UT1-UTC=-0.2294547, Accumulated Leap Seconds=29 + { 2449996.50, 61.416093 }, //06 October 1995, UT1-UTC=-0.2320927, Accumulated Leap Seconds=29 + { 2449997.50, 61.418768 }, //07 October 1995, UT1-UTC=-0.2347681, Accumulated Leap Seconds=29 + { 2449998.50, 61.421438 }, //08 October 1995, UT1-UTC=-0.2374380, Accumulated Leap Seconds=29 + { 2449999.50, 61.424040 }, //09 October 1995, UT1-UTC=-0.2400403, Accumulated Leap Seconds=29 + { 2450000.50, 61.426511 }, //10 October 1995, UT1-UTC=-0.2425108, Accumulated Leap Seconds=29 + { 2450001.50, 61.428819 }, //11 October 1995, UT1-UTC=-0.2448193, Accumulated Leap Seconds=29 + { 2450002.50, 61.430991 }, //12 October 1995, UT1-UTC=-0.2469912, Accumulated Leap Seconds=29 + { 2450003.50, 61.433039 }, //13 October 1995, UT1-UTC=-0.2490387, Accumulated Leap Seconds=29 + { 2450004.50, 61.434989 }, //14 October 1995, UT1-UTC=-0.2509891, Accumulated Leap Seconds=29 + { 2450005.50, 61.436900 }, //15 October 1995, UT1-UTC=-0.2529003, Accumulated Leap Seconds=29 + { 2450006.50, 61.438819 }, //16 October 1995, UT1-UTC=-0.2548192, Accumulated Leap Seconds=29 + { 2450007.50, 61.440793 }, //17 October 1995, UT1-UTC=-0.2567932, Accumulated Leap Seconds=29 + { 2450008.50, 61.442861 }, //18 October 1995, UT1-UTC=-0.2588614, Accumulated Leap Seconds=29 + { 2450009.50, 61.445021 }, //19 October 1995, UT1-UTC=-0.2610211, Accumulated Leap Seconds=29 + { 2450010.50, 61.447262 }, //20 October 1995, UT1-UTC=-0.2632617, Accumulated Leap Seconds=29 + { 2450011.50, 61.449605 }, //21 October 1995, UT1-UTC=-0.2656050, Accumulated Leap Seconds=29 + { 2450012.50, 61.452036 }, //22 October 1995, UT1-UTC=-0.2680359, Accumulated Leap Seconds=29 + { 2450013.50, 61.454503 }, //23 October 1995, UT1-UTC=-0.2705028, Accumulated Leap Seconds=29 + { 2450014.50, 61.456965 }, //24 October 1995, UT1-UTC=-0.2729652, Accumulated Leap Seconds=29 + { 2450015.50, 61.459391 }, //25 October 1995, UT1-UTC=-0.2753909, Accumulated Leap Seconds=29 + { 2450016.50, 61.461756 }, //26 October 1995, UT1-UTC=-0.2777560, Accumulated Leap Seconds=29 + { 2450017.50, 61.464050 }, //27 October 1995, UT1-UTC=-0.2800497, Accumulated Leap Seconds=29 + { 2450018.50, 61.466302 }, //28 October 1995, UT1-UTC=-0.2823023, Accumulated Leap Seconds=29 + { 2450019.50, 61.468577 }, //29 October 1995, UT1-UTC=-0.2845771, Accumulated Leap Seconds=29 + { 2450020.50, 61.470934 }, //30 October 1995, UT1-UTC=-0.2869342, Accumulated Leap Seconds=29 + { 2450021.50, 61.473416 }, //31 October 1995, UT1-UTC=-0.2894157, Accumulated Leap Seconds=29 + { 2450022.50, 61.476037 }, //01 November 1995, UT1-UTC=-0.2920366, Accumulated Leap Seconds=29 + { 2450023.50, 61.478778 }, //02 November 1995, UT1-UTC=-0.2947781, Accumulated Leap Seconds=29 + { 2450024.50, 61.481552 }, //03 November 1995, UT1-UTC=-0.2975519, Accumulated Leap Seconds=29 + { 2450025.50, 61.484275 }, //04 November 1995, UT1-UTC=-0.3002748, Accumulated Leap Seconds=29 + { 2450026.50, 61.486900 }, //05 November 1995, UT1-UTC=-0.3028996, Accumulated Leap Seconds=29 + { 2450027.50, 61.489398 }, //06 November 1995, UT1-UTC=-0.3053979, Accumulated Leap Seconds=29 + { 2450028.50, 61.491771 }, //07 November 1995, UT1-UTC=-0.3077707, Accumulated Leap Seconds=29 + { 2450029.50, 61.494033 }, //08 November 1995, UT1-UTC=-0.3100334, Accumulated Leap Seconds=29 + { 2450030.50, 61.496191 }, //09 November 1995, UT1-UTC=-0.3121911, Accumulated Leap Seconds=29 + { 2450031.50, 61.498240 }, //10 November 1995, UT1-UTC=-0.3142402, Accumulated Leap Seconds=29 + { 2450032.50, 61.500219 }, //11 November 1995, UT1-UTC=-0.3162194, Accumulated Leap Seconds=29 + { 2450033.50, 61.502192 }, //12 November 1995, UT1-UTC=-0.3181918, Accumulated Leap Seconds=29 + { 2450034.50, 61.504225 }, //13 November 1995, UT1-UTC=-0.3202248, Accumulated Leap Seconds=29 + { 2450035.50, 61.506368 }, //14 November 1995, UT1-UTC=-0.3223682, Accumulated Leap Seconds=29 + { 2450036.50, 61.508665 }, //15 November 1995, UT1-UTC=-0.3246648, Accumulated Leap Seconds=29 + { 2450037.50, 61.511156 }, //16 November 1995, UT1-UTC=-0.3271557, Accumulated Leap Seconds=29 + { 2450038.50, 61.513805 }, //17 November 1995, UT1-UTC=-0.3298054, Accumulated Leap Seconds=29 + { 2450039.50, 61.516557 }, //18 November 1995, UT1-UTC=-0.3325569, Accumulated Leap Seconds=29 + { 2450040.50, 61.519391 }, //19 November 1995, UT1-UTC=-0.3353905, Accumulated Leap Seconds=29 + { 2450041.50, 61.522265 }, //20 November 1995, UT1-UTC=-0.3382653, Accumulated Leap Seconds=29 + { 2450042.50, 61.525132 }, //21 November 1995, UT1-UTC=-0.3411317, Accumulated Leap Seconds=29 + { 2450043.50, 61.527947 }, //22 November 1995, UT1-UTC=-0.3439468, Accumulated Leap Seconds=29 + { 2450044.50, 61.530679 }, //23 November 1995, UT1-UTC=-0.3466791, Accumulated Leap Seconds=29 + { 2450045.50, 61.533339 }, //24 November 1995, UT1-UTC=-0.3493391, Accumulated Leap Seconds=29 + { 2450046.50, 61.535967 }, //25 November 1995, UT1-UTC=-0.3519674, Accumulated Leap Seconds=29 + { 2450047.50, 61.538612 }, //26 November 1995, UT1-UTC=-0.3546121, Accumulated Leap Seconds=29 + { 2450048.50, 61.541311 }, //27 November 1995, UT1-UTC=-0.3573108, Accumulated Leap Seconds=29 + { 2450049.50, 61.544071 }, //28 November 1995, UT1-UTC=-0.3600711, Accumulated Leap Seconds=29 + { 2450050.50, 61.546878 }, //29 November 1995, UT1-UTC=-0.3628777, Accumulated Leap Seconds=29 + { 2450051.50, 61.549696 }, //30 November 1995, UT1-UTC=-0.3656959, Accumulated Leap Seconds=29 + { 2450052.50, 61.552460 }, //01 December 1995, UT1-UTC=-0.3684599, Accumulated Leap Seconds=29 + { 2450053.50, 61.555122 }, //02 December 1995, UT1-UTC=-0.3711221, Accumulated Leap Seconds=29 + { 2450054.50, 61.557674 }, //03 December 1995, UT1-UTC=-0.3736736, Accumulated Leap Seconds=29 + { 2450055.50, 61.560121 }, //04 December 1995, UT1-UTC=-0.3761212, Accumulated Leap Seconds=29 + { 2450056.50, 61.562456 }, //05 December 1995, UT1-UTC=-0.3784556, Accumulated Leap Seconds=29 + { 2450057.50, 61.564681 }, //06 December 1995, UT1-UTC=-0.3806815, Accumulated Leap Seconds=29 + { 2450058.50, 61.566816 }, //07 December 1995, UT1-UTC=-0.3828161, Accumulated Leap Seconds=29 + { 2450059.50, 61.568907 }, //08 December 1995, UT1-UTC=-0.3849067, Accumulated Leap Seconds=29 + { 2450060.50, 61.571006 }, //09 December 1995, UT1-UTC=-0.3870061, Accumulated Leap Seconds=29 + { 2450061.50, 61.573161 }, //10 December 1995, UT1-UTC=-0.3891605, Accumulated Leap Seconds=29 + { 2450062.50, 61.575392 }, //11 December 1995, UT1-UTC=-0.3913921, Accumulated Leap Seconds=29 + { 2450063.50, 61.577714 }, //12 December 1995, UT1-UTC=-0.3937138, Accumulated Leap Seconds=29 + { 2450064.50, 61.580141 }, //13 December 1995, UT1-UTC=-0.3961415, Accumulated Leap Seconds=29 + { 2450065.50, 61.582689 }, //14 December 1995, UT1-UTC=-0.3986893, Accumulated Leap Seconds=29 + { 2450066.50, 61.585310 }, //15 December 1995, UT1-UTC=-0.4013100, Accumulated Leap Seconds=29 + { 2450067.50, 61.587956 }, //16 December 1995, UT1-UTC=-0.4039556, Accumulated Leap Seconds=29 + { 2450068.50, 61.590607 }, //17 December 1995, UT1-UTC=-0.4066069, Accumulated Leap Seconds=29 + { 2450069.50, 61.593260 }, //18 December 1995, UT1-UTC=-0.4092604, Accumulated Leap Seconds=29 + { 2450070.50, 61.595886 }, //19 December 1995, UT1-UTC=-0.4118858, Accumulated Leap Seconds=29 + { 2450071.50, 61.598458 }, //20 December 1995, UT1-UTC=-0.4144579, Accumulated Leap Seconds=29 + { 2450072.50, 61.600957 }, //21 December 1995, UT1-UTC=-0.4169567, Accumulated Leap Seconds=29 + { 2450073.50, 61.603401 }, //22 December 1995, UT1-UTC=-0.4194010, Accumulated Leap Seconds=29 + { 2450074.50, 61.605853 }, //23 December 1995, UT1-UTC=-0.4218530, Accumulated Leap Seconds=29 + { 2450075.50, 61.608392 }, //24 December 1995, UT1-UTC=-0.4243922, Accumulated Leap Seconds=29 + { 2450076.50, 61.611057 }, //25 December 1995, UT1-UTC=-0.4270568, Accumulated Leap Seconds=29 + { 2450077.50, 61.613814 }, //26 December 1995, UT1-UTC=-0.4298138, Accumulated Leap Seconds=29 + { 2450078.50, 61.616597 }, //27 December 1995, UT1-UTC=-0.4325970, Accumulated Leap Seconds=29 + { 2450079.50, 61.619331 }, //28 December 1995, UT1-UTC=-0.4353306, Accumulated Leap Seconds=29 + { 2450080.50, 61.621945 }, //29 December 1995, UT1-UTC=-0.4379451, Accumulated Leap Seconds=29 + { 2450081.50, 61.624387 }, //30 December 1995, UT1-UTC=-0.4403875, Accumulated Leap Seconds=29 + { 2450082.50, 61.626627 }, //31 December 1995, UT1-UTC=-0.4426274, Accumulated Leap Seconds=29 + { 2450083.50, 61.628659 }, //01 January 1996, UT1-UTC= 0.5553407, Accumulated Leap Seconds=30 + { 2450084.50, 61.630503 }, //02 January 1996, UT1-UTC= 0.5534970, Accumulated Leap Seconds=30 + { 2450085.50, 61.632198 }, //03 January 1996, UT1-UTC= 0.5518018, Accumulated Leap Seconds=30 + { 2450086.50, 61.633791 }, //04 January 1996, UT1-UTC= 0.5502086, Accumulated Leap Seconds=30 + { 2450087.50, 61.635334 }, //05 January 1996, UT1-UTC= 0.5486657, Accumulated Leap Seconds=30 + { 2450088.50, 61.636888 }, //06 January 1996, UT1-UTC= 0.5471115, Accumulated Leap Seconds=30 + { 2450089.50, 61.638520 }, //07 January 1996, UT1-UTC= 0.5454805, Accumulated Leap Seconds=30 + { 2450090.50, 61.640266 }, //08 January 1996, UT1-UTC= 0.5437342, Accumulated Leap Seconds=30 + { 2450091.50, 61.642122 }, //09 January 1996, UT1-UTC= 0.5418781, Accumulated Leap Seconds=30 + { 2450092.50, 61.644054 }, //10 January 1996, UT1-UTC= 0.5399456, Accumulated Leap Seconds=30 + { 2450093.50, 61.646030 }, //11 January 1996, UT1-UTC= 0.5379699, Accumulated Leap Seconds=30 + { 2450094.50, 61.648025 }, //12 January 1996, UT1-UTC= 0.5359751, Accumulated Leap Seconds=30 + { 2450095.50, 61.650025 }, //13 January 1996, UT1-UTC= 0.5339752, Accumulated Leap Seconds=30 + { 2450096.50, 61.652017 }, //14 January 1996, UT1-UTC= 0.5319830, Accumulated Leap Seconds=30 + { 2450097.50, 61.653984 }, //15 January 1996, UT1-UTC= 0.5300156, Accumulated Leap Seconds=30 + { 2450098.50, 61.655909 }, //16 January 1996, UT1-UTC= 0.5280906, Accumulated Leap Seconds=30 + { 2450099.50, 61.657768 }, //17 January 1996, UT1-UTC= 0.5262316, Accumulated Leap Seconds=30 + { 2450100.50, 61.659546 }, //18 January 1996, UT1-UTC= 0.5244541, Accumulated Leap Seconds=30 + { 2450101.50, 61.661299 }, //19 January 1996, UT1-UTC= 0.5227015, Accumulated Leap Seconds=30 + { 2450102.50, 61.663118 }, //20 January 1996, UT1-UTC= 0.5208818, Accumulated Leap Seconds=30 + { 2450103.50, 61.665063 }, //21 January 1996, UT1-UTC= 0.5189365, Accumulated Leap Seconds=30 + { 2450104.50, 61.667138 }, //22 January 1996, UT1-UTC= 0.5168623, Accumulated Leap Seconds=30 + { 2450105.50, 61.669284 }, //23 January 1996, UT1-UTC= 0.5147163, Accumulated Leap Seconds=30 + { 2450106.50, 61.671413 }, //24 January 1996, UT1-UTC= 0.5125874, Accumulated Leap Seconds=30 + { 2450107.50, 61.673468 }, //25 January 1996, UT1-UTC= 0.5105325, Accumulated Leap Seconds=30 + { 2450108.50, 61.675405 }, //26 January 1996, UT1-UTC= 0.5085954, Accumulated Leap Seconds=30 + { 2450109.50, 61.677205 }, //27 January 1996, UT1-UTC= 0.5067951, Accumulated Leap Seconds=30 + { 2450110.50, 61.678861 }, //28 January 1996, UT1-UTC= 0.5051385, Accumulated Leap Seconds=30 + { 2450111.50, 61.680389 }, //29 January 1996, UT1-UTC= 0.5036110, Accumulated Leap Seconds=30 + { 2450112.50, 61.681819 }, //30 January 1996, UT1-UTC= 0.5021810, Accumulated Leap Seconds=30 + { 2450113.50, 61.683196 }, //31 January 1996, UT1-UTC= 0.5008035, Accumulated Leap Seconds=30 + { 2450114.50, 61.684582 }, //01 February 1996, UT1-UTC= 0.4994181, Accumulated Leap Seconds=30 + { 2450115.50, 61.686029 }, //02 February 1996, UT1-UTC= 0.4979707, Accumulated Leap Seconds=30 + { 2450116.50, 61.687577 }, //03 February 1996, UT1-UTC= 0.4964234, Accumulated Leap Seconds=30 + { 2450117.50, 61.689235 }, //04 February 1996, UT1-UTC= 0.4947646, Accumulated Leap Seconds=30 + { 2450118.50, 61.691002 }, //05 February 1996, UT1-UTC= 0.4929982, Accumulated Leap Seconds=30 + { 2450119.50, 61.692876 }, //06 February 1996, UT1-UTC= 0.4911237, Accumulated Leap Seconds=30 + { 2450120.50, 61.694865 }, //07 February 1996, UT1-UTC= 0.4891346, Accumulated Leap Seconds=30 + { 2450121.50, 61.696955 }, //08 February 1996, UT1-UTC= 0.4870454, Accumulated Leap Seconds=30 + { 2450122.50, 61.699099 }, //09 February 1996, UT1-UTC= 0.4849013, Accumulated Leap Seconds=30 + { 2450123.50, 61.701243 }, //10 February 1996, UT1-UTC= 0.4827566, Accumulated Leap Seconds=30 + { 2450124.50, 61.703345 }, //11 February 1996, UT1-UTC= 0.4806545, Accumulated Leap Seconds=30 + { 2450125.50, 61.705382 }, //12 February 1996, UT1-UTC= 0.4786184, Accumulated Leap Seconds=30 + { 2450126.50, 61.707352 }, //13 February 1996, UT1-UTC= 0.4766483, Accumulated Leap Seconds=30 + { 2450127.50, 61.709280 }, //14 February 1996, UT1-UTC= 0.4747202, Accumulated Leap Seconds=30 + { 2450128.50, 61.711209 }, //15 February 1996, UT1-UTC= 0.4727912, Accumulated Leap Seconds=30 + { 2450129.50, 61.713205 }, //16 February 1996, UT1-UTC= 0.4707947, Accumulated Leap Seconds=30 + { 2450130.50, 61.715339 }, //17 February 1996, UT1-UTC= 0.4686611, Accumulated Leap Seconds=30 + { 2450131.50, 61.717645 }, //18 February 1996, UT1-UTC= 0.4663545, Accumulated Leap Seconds=30 + { 2450132.50, 61.720111 }, //19 February 1996, UT1-UTC= 0.4638889, Accumulated Leap Seconds=30 + { 2450133.50, 61.722678 }, //20 February 1996, UT1-UTC= 0.4613222, Accumulated Leap Seconds=30 + { 2450134.50, 61.725262 }, //21 February 1996, UT1-UTC= 0.4587376, Accumulated Leap Seconds=30 + { 2450135.50, 61.727783 }, //22 February 1996, UT1-UTC= 0.4562170, Accumulated Leap Seconds=30 + { 2450136.50, 61.730148 }, //23 February 1996, UT1-UTC= 0.4538521, Accumulated Leap Seconds=30 + { 2450137.50, 61.732289 }, //24 February 1996, UT1-UTC= 0.4517114, Accumulated Leap Seconds=30 + { 2450138.50, 61.734247 }, //25 February 1996, UT1-UTC= 0.4497529, Accumulated Leap Seconds=30 + { 2450139.50, 61.736094 }, //26 February 1996, UT1-UTC= 0.4479063, Accumulated Leap Seconds=30 + { 2450140.50, 61.737886 }, //27 February 1996, UT1-UTC= 0.4461141, Accumulated Leap Seconds=30 + { 2450141.50, 61.739659 }, //28 February 1996, UT1-UTC= 0.4443409, Accumulated Leap Seconds=30 + { 2450142.50, 61.741445 }, //29 February 1996, UT1-UTC= 0.4425555, Accumulated Leap Seconds=30 + { 2450143.50, 61.743306 }, //01 March 1996, UT1-UTC= 0.4406940, Accumulated Leap Seconds=30 + { 2450144.50, 61.745292 }, //02 March 1996, UT1-UTC= 0.4387084, Accumulated Leap Seconds=30 + { 2450145.50, 61.747420 }, //03 March 1996, UT1-UTC= 0.4365804, Accumulated Leap Seconds=30 + { 2450146.50, 61.749699 }, //04 March 1996, UT1-UTC= 0.4343005, Accumulated Leap Seconds=30 + { 2450147.50, 61.752116 }, //05 March 1996, UT1-UTC= 0.4318840, Accumulated Leap Seconds=30 + { 2450148.50, 61.754636 }, //06 March 1996, UT1-UTC= 0.4293637, Accumulated Leap Seconds=30 + { 2450149.50, 61.757221 }, //07 March 1996, UT1-UTC= 0.4267790, Accumulated Leap Seconds=30 + { 2450150.50, 61.759834 }, //08 March 1996, UT1-UTC= 0.4241658, Accumulated Leap Seconds=30 + { 2450151.50, 61.762440 }, //09 March 1996, UT1-UTC= 0.4215597, Accumulated Leap Seconds=30 + { 2450152.50, 61.765012 }, //10 March 1996, UT1-UTC= 0.4189877, Accumulated Leap Seconds=30 + { 2450153.50, 61.767527 }, //11 March 1996, UT1-UTC= 0.4164726, Accumulated Leap Seconds=30 + { 2450154.50, 61.769951 }, //12 March 1996, UT1-UTC= 0.4140486, Accumulated Leap Seconds=30 + { 2450155.50, 61.772258 }, //13 March 1996, UT1-UTC= 0.4117416, Accumulated Leap Seconds=30 + { 2450156.50, 61.774466 }, //14 March 1996, UT1-UTC= 0.4095339, Accumulated Leap Seconds=30 + { 2450157.50, 61.776650 }, //15 March 1996, UT1-UTC= 0.4073504, Accumulated Leap Seconds=30 + { 2450158.50, 61.778879 }, //16 March 1996, UT1-UTC= 0.4051208, Accumulated Leap Seconds=30 + { 2450159.50, 61.781189 }, //17 March 1996, UT1-UTC= 0.4028109, Accumulated Leap Seconds=30 + { 2450160.50, 61.783576 }, //18 March 1996, UT1-UTC= 0.4004241, Accumulated Leap Seconds=30 + { 2450161.50, 61.786010 }, //19 March 1996, UT1-UTC= 0.3979900, Accumulated Leap Seconds=30 + { 2450162.50, 61.788450 }, //20 March 1996, UT1-UTC= 0.3955500, Accumulated Leap Seconds=30 + { 2450163.50, 61.790847 }, //21 March 1996, UT1-UTC= 0.3931531, Accumulated Leap Seconds=30 + { 2450164.50, 61.793142 }, //22 March 1996, UT1-UTC= 0.3908577, Accumulated Leap Seconds=30 + { 2450165.50, 61.795303 }, //23 March 1996, UT1-UTC= 0.3886966, Accumulated Leap Seconds=30 + { 2450166.50, 61.797339 }, //24 March 1996, UT1-UTC= 0.3866611, Accumulated Leap Seconds=30 + { 2450167.50, 61.799285 }, //25 March 1996, UT1-UTC= 0.3847153, Accumulated Leap Seconds=30 + { 2450168.50, 61.801173 }, //26 March 1996, UT1-UTC= 0.3828266, Accumulated Leap Seconds=30 + { 2450169.50, 61.803038 }, //27 March 1996, UT1-UTC= 0.3809615, Accumulated Leap Seconds=30 + { 2450170.50, 61.804917 }, //28 March 1996, UT1-UTC= 0.3790829, Accumulated Leap Seconds=30 + { 2450171.50, 61.806852 }, //29 March 1996, UT1-UTC= 0.3771484, Accumulated Leap Seconds=30 + { 2450172.50, 61.808872 }, //30 March 1996, UT1-UTC= 0.3751277, Accumulated Leap Seconds=30 + { 2450173.50, 61.810998 }, //31 March 1996, UT1-UTC= 0.3730019, Accumulated Leap Seconds=30 + { 2450174.50, 61.813242 }, //01 April 1996, UT1-UTC= 0.3707575, Accumulated Leap Seconds=30 + { 2450175.50, 61.815613 }, //02 April 1996, UT1-UTC= 0.3683867, Accumulated Leap Seconds=30 + { 2450176.50, 61.818085 }, //03 April 1996, UT1-UTC= 0.3659152, Accumulated Leap Seconds=30 + { 2450177.50, 61.820589 }, //04 April 1996, UT1-UTC= 0.3634106, Accumulated Leap Seconds=30 + { 2450178.50, 61.823091 }, //05 April 1996, UT1-UTC= 0.3609086, Accumulated Leap Seconds=30 + { 2450179.50, 61.825565 }, //06 April 1996, UT1-UTC= 0.3584349, Accumulated Leap Seconds=30 + { 2450180.50, 61.827981 }, //07 April 1996, UT1-UTC= 0.3560192, Accumulated Leap Seconds=30 + { 2450181.50, 61.830326 }, //08 April 1996, UT1-UTC= 0.3536740, Accumulated Leap Seconds=30 + { 2450182.50, 61.832610 }, //09 April 1996, UT1-UTC= 0.3513897, Accumulated Leap Seconds=30 + { 2450183.50, 61.834874 }, //10 April 1996, UT1-UTC= 0.3491265, Accumulated Leap Seconds=30 + { 2450184.50, 61.837176 }, //11 April 1996, UT1-UTC= 0.3468236, Accumulated Leap Seconds=30 + { 2450185.50, 61.839565 }, //12 April 1996, UT1-UTC= 0.3444346, Accumulated Leap Seconds=30 + { 2450186.50, 61.842054 }, //13 April 1996, UT1-UTC= 0.3419458, Accumulated Leap Seconds=30 + { 2450187.50, 61.844619 }, //14 April 1996, UT1-UTC= 0.3393814, Accumulated Leap Seconds=30 + { 2450188.50, 61.847207 }, //15 April 1996, UT1-UTC= 0.3367926, Accumulated Leap Seconds=30 + { 2450189.50, 61.849766 }, //16 April 1996, UT1-UTC= 0.3342341, Accumulated Leap Seconds=30 + { 2450190.50, 61.852246 }, //17 April 1996, UT1-UTC= 0.3317535, Accumulated Leap Seconds=30 + { 2450191.50, 61.854620 }, //18 April 1996, UT1-UTC= 0.3293800, Accumulated Leap Seconds=30 + { 2450192.50, 61.856840 }, //19 April 1996, UT1-UTC= 0.3271601, Accumulated Leap Seconds=30 + { 2450193.50, 61.858907 }, //20 April 1996, UT1-UTC= 0.3250932, Accumulated Leap Seconds=30 + { 2450194.50, 61.860868 }, //21 April 1996, UT1-UTC= 0.3231316, Accumulated Leap Seconds=30 + { 2450195.50, 61.862780 }, //22 April 1996, UT1-UTC= 0.3212204, Accumulated Leap Seconds=30 + { 2450196.50, 61.864670 }, //23 April 1996, UT1-UTC= 0.3193302, Accumulated Leap Seconds=30 + { 2450197.50, 61.866571 }, //24 April 1996, UT1-UTC= 0.3174294, Accumulated Leap Seconds=30 + { 2450198.50, 61.868520 }, //25 April 1996, UT1-UTC= 0.3154795, Accumulated Leap Seconds=30 + { 2450199.50, 61.870543 }, //26 April 1996, UT1-UTC= 0.3134574, Accumulated Leap Seconds=30 + { 2450200.50, 61.872671 }, //27 April 1996, UT1-UTC= 0.3113287, Accumulated Leap Seconds=30 + { 2450201.50, 61.874923 }, //28 April 1996, UT1-UTC= 0.3090773, Accumulated Leap Seconds=30 + { 2450202.50, 61.877291 }, //29 April 1996, UT1-UTC= 0.3067091, Accumulated Leap Seconds=30 + { 2450203.50, 61.879763 }, //30 April 1996, UT1-UTC= 0.3042372, Accumulated Leap Seconds=30 + { 2450204.50, 61.882320 }, //01 May 1996, UT1-UTC= 0.3016797, Accumulated Leap Seconds=30 + { 2450205.50, 61.884939 }, //02 May 1996, UT1-UTC= 0.2990606, Accumulated Leap Seconds=30 + { 2450206.50, 61.887564 }, //03 May 1996, UT1-UTC= 0.2964355, Accumulated Leap Seconds=30 + { 2450207.50, 61.890128 }, //04 May 1996, UT1-UTC= 0.2938716, Accumulated Leap Seconds=30 + { 2450208.50, 61.892597 }, //05 May 1996, UT1-UTC= 0.2914033, Accumulated Leap Seconds=30 + { 2450209.50, 61.894974 }, //06 May 1996, UT1-UTC= 0.2890261, Accumulated Leap Seconds=30 + { 2450210.50, 61.897302 }, //07 May 1996, UT1-UTC= 0.2866977, Accumulated Leap Seconds=30 + { 2450211.50, 61.899643 }, //08 May 1996, UT1-UTC= 0.2843570, Accumulated Leap Seconds=30 + { 2450212.50, 61.902052 }, //09 May 1996, UT1-UTC= 0.2819478, Accumulated Leap Seconds=30 + { 2450213.50, 61.904554 }, //10 May 1996, UT1-UTC= 0.2794457, Accumulated Leap Seconds=30 + { 2450214.50, 61.907154 }, //11 May 1996, UT1-UTC= 0.2768461, Accumulated Leap Seconds=30 + { 2450215.50, 61.909821 }, //12 May 1996, UT1-UTC= 0.2741790, Accumulated Leap Seconds=30 + { 2450216.50, 61.912493 }, //13 May 1996, UT1-UTC= 0.2715067, Accumulated Leap Seconds=30 + { 2450217.50, 61.915105 }, //14 May 1996, UT1-UTC= 0.2688952, Accumulated Leap Seconds=30 + { 2450218.50, 61.917603 }, //15 May 1996, UT1-UTC= 0.2663971, Accumulated Leap Seconds=30 + { 2450219.50, 61.919961 }, //16 May 1996, UT1-UTC= 0.2640392, Accumulated Leap Seconds=30 + { 2450220.50, 61.922152 }, //17 May 1996, UT1-UTC= 0.2618483, Accumulated Leap Seconds=30 + { 2450221.50, 61.924175 }, //18 May 1996, UT1-UTC= 0.2598254, Accumulated Leap Seconds=30 + { 2450222.50, 61.926061 }, //19 May 1996, UT1-UTC= 0.2579389, Accumulated Leap Seconds=30 + { 2450223.50, 61.927846 }, //20 May 1996, UT1-UTC= 0.2561541, Accumulated Leap Seconds=30 + { 2450224.50, 61.929555 }, //21 May 1996, UT1-UTC= 0.2544452, Accumulated Leap Seconds=30 + { 2450225.50, 61.931219 }, //22 May 1996, UT1-UTC= 0.2527805, Accumulated Leap Seconds=30 + { 2450226.50, 61.932893 }, //23 May 1996, UT1-UTC= 0.2511069, Accumulated Leap Seconds=30 + { 2450227.50, 61.934611 }, //24 May 1996, UT1-UTC= 0.2493890, Accumulated Leap Seconds=30 + { 2450228.50, 61.936389 }, //25 May 1996, UT1-UTC= 0.2476111, Accumulated Leap Seconds=30 + { 2450229.50, 61.938239 }, //26 May 1996, UT1-UTC= 0.2457611, Accumulated Leap Seconds=30 + { 2450230.50, 61.940154 }, //27 May 1996, UT1-UTC= 0.2438458, Accumulated Leap Seconds=30 + { 2450231.50, 61.942110 }, //28 May 1996, UT1-UTC= 0.2418896, Accumulated Leap Seconds=30 + { 2450232.50, 61.944075 }, //29 May 1996, UT1-UTC= 0.2399248, Accumulated Leap Seconds=30 + { 2450233.50, 61.946019 }, //30 May 1996, UT1-UTC= 0.2379809, Accumulated Leap Seconds=30 + { 2450234.50, 61.947895 }, //31 May 1996, UT1-UTC= 0.2361053, Accumulated Leap Seconds=30 + { 2450235.50, 61.949676 }, //01 June 1996, UT1-UTC= 0.2343238, Accumulated Leap Seconds=30 + { 2450236.50, 61.951369 }, //02 June 1996, UT1-UTC= 0.2326310, Accumulated Leap Seconds=30 + { 2450237.50, 61.953016 }, //03 June 1996, UT1-UTC= 0.2309839, Accumulated Leap Seconds=30 + { 2450238.50, 61.954681 }, //04 June 1996, UT1-UTC= 0.2293191, Accumulated Leap Seconds=30 + { 2450239.50, 61.956423 }, //05 June 1996, UT1-UTC= 0.2275770, Accumulated Leap Seconds=30 + { 2450240.50, 61.958256 }, //06 June 1996, UT1-UTC= 0.2257442, Accumulated Leap Seconds=30 + { 2450241.50, 61.960178 }, //07 June 1996, UT1-UTC= 0.2238221, Accumulated Leap Seconds=30 + { 2450242.50, 61.962176 }, //08 June 1996, UT1-UTC= 0.2218240, Accumulated Leap Seconds=30 + { 2450243.50, 61.964226 }, //09 June 1996, UT1-UTC= 0.2197735, Accumulated Leap Seconds=30 + { 2450244.50, 61.966285 }, //10 June 1996, UT1-UTC= 0.2177147, Accumulated Leap Seconds=30 + { 2450245.50, 61.968287 }, //11 June 1996, UT1-UTC= 0.2157127, Accumulated Leap Seconds=30 + { 2450246.50, 61.970178 }, //12 June 1996, UT1-UTC= 0.2138219, Accumulated Leap Seconds=30 + { 2450247.50, 61.971926 }, //13 June 1996, UT1-UTC= 0.2120739, Accumulated Leap Seconds=30 + { 2450248.50, 61.973520 }, //14 June 1996, UT1-UTC= 0.2104798, Accumulated Leap Seconds=30 + { 2450249.50, 61.974963 }, //15 June 1996, UT1-UTC= 0.2090372, Accumulated Leap Seconds=30 + { 2450250.50, 61.976268 }, //16 June 1996, UT1-UTC= 0.2077315, Accumulated Leap Seconds=30 + { 2450251.50, 61.977498 }, //17 June 1996, UT1-UTC= 0.2065017, Accumulated Leap Seconds=30 + { 2450252.50, 61.978697 }, //18 June 1996, UT1-UTC= 0.2053034, Accumulated Leap Seconds=30 + { 2450253.50, 61.979907 }, //19 June 1996, UT1-UTC= 0.2040934, Accumulated Leap Seconds=30 + { 2450254.50, 61.981174 }, //20 June 1996, UT1-UTC= 0.2028256, Accumulated Leap Seconds=30 + { 2450255.50, 61.982526 }, //21 June 1996, UT1-UTC= 0.2014737, Accumulated Leap Seconds=30 + { 2450256.50, 61.983966 }, //22 June 1996, UT1-UTC= 0.2000335, Accumulated Leap Seconds=30 + { 2450257.50, 61.985488 }, //23 June 1996, UT1-UTC= 0.1985121, Accumulated Leap Seconds=30 + { 2450258.50, 61.987060 }, //24 June 1996, UT1-UTC= 0.1969397, Accumulated Leap Seconds=30 + { 2450259.50, 61.988642 }, //25 June 1996, UT1-UTC= 0.1953581, Accumulated Leap Seconds=30 + { 2450260.50, 61.990193 }, //26 June 1996, UT1-UTC= 0.1938074, Accumulated Leap Seconds=30 + { 2450261.50, 61.991700 }, //27 June 1996, UT1-UTC= 0.1923004, Accumulated Leap Seconds=30 + { 2450262.50, 61.993131 }, //28 June 1996, UT1-UTC= 0.1908688, Accumulated Leap Seconds=30 + { 2450263.50, 61.994460 }, //29 June 1996, UT1-UTC= 0.1895402, Accumulated Leap Seconds=30 + { 2450264.50, 61.995695 }, //30 June 1996, UT1-UTC= 0.1883047, Accumulated Leap Seconds=30 + { 2450265.50, 61.996874 }, //01 July 1996, UT1-UTC= 0.1871257, Accumulated Leap Seconds=30 + { 2450266.50, 61.998055 }, //02 July 1996, UT1-UTC= 0.1859454, Accumulated Leap Seconds=30 + { 2450267.50, 61.999304 }, //03 July 1996, UT1-UTC= 0.1846963, Accumulated Leap Seconds=30 + { 2450268.50, 62.000672 }, //04 July 1996, UT1-UTC= 0.1833284, Accumulated Leap Seconds=30 + { 2450269.50, 62.002122 }, //05 July 1996, UT1-UTC= 0.1818781, Accumulated Leap Seconds=30 + { 2450270.50, 62.003583 }, //06 July 1996, UT1-UTC= 0.1804172, Accumulated Leap Seconds=30 + { 2450271.50, 62.004994 }, //07 July 1996, UT1-UTC= 0.1790058, Accumulated Leap Seconds=30 + { 2450272.50, 62.006317 }, //08 July 1996, UT1-UTC= 0.1776827, Accumulated Leap Seconds=30 + { 2450273.50, 62.007531 }, //09 July 1996, UT1-UTC= 0.1764691, Accumulated Leap Seconds=30 + { 2450274.50, 62.008631 }, //10 July 1996, UT1-UTC= 0.1753690, Accumulated Leap Seconds=30 + { 2450275.50, 62.009633 }, //11 July 1996, UT1-UTC= 0.1743671, Accumulated Leap Seconds=30 + { 2450276.50, 62.010545 }, //12 July 1996, UT1-UTC= 0.1734554, Accumulated Leap Seconds=30 + { 2450277.50, 62.011382 }, //13 July 1996, UT1-UTC= 0.1726175, Accumulated Leap Seconds=30 + { 2450278.50, 62.012193 }, //14 July 1996, UT1-UTC= 0.1718071, Accumulated Leap Seconds=30 + { 2450279.50, 62.013020 }, //15 July 1996, UT1-UTC= 0.1709798, Accumulated Leap Seconds=30 + { 2450280.50, 62.013893 }, //16 July 1996, UT1-UTC= 0.1701068, Accumulated Leap Seconds=30 + { 2450281.50, 62.014829 }, //17 July 1996, UT1-UTC= 0.1691706, Accumulated Leap Seconds=30 + { 2450282.50, 62.015844 }, //18 July 1996, UT1-UTC= 0.1681560, Accumulated Leap Seconds=30 + { 2450283.50, 62.016950 }, //19 July 1996, UT1-UTC= 0.1670503, Accumulated Leap Seconds=30 + { 2450284.50, 62.018133 }, //20 July 1996, UT1-UTC= 0.1658675, Accumulated Leap Seconds=30 + { 2450285.50, 62.019377 }, //21 July 1996, UT1-UTC= 0.1646226, Accumulated Leap Seconds=30 + { 2450286.50, 62.020668 }, //22 July 1996, UT1-UTC= 0.1633317, Accumulated Leap Seconds=30 + { 2450287.50, 62.021989 }, //23 July 1996, UT1-UTC= 0.1620112, Accumulated Leap Seconds=30 + { 2450288.50, 62.023324 }, //24 July 1996, UT1-UTC= 0.1606759, Accumulated Leap Seconds=30 + { 2450289.50, 62.024662 }, //25 July 1996, UT1-UTC= 0.1593380, Accumulated Leap Seconds=30 + { 2450290.50, 62.025966 }, //26 July 1996, UT1-UTC= 0.1580340, Accumulated Leap Seconds=30 + { 2450291.50, 62.027210 }, //27 July 1996, UT1-UTC= 0.1567900, Accumulated Leap Seconds=30 + { 2450292.50, 62.028430 }, //28 July 1996, UT1-UTC= 0.1555698, Accumulated Leap Seconds=30 + { 2450293.50, 62.029695 }, //29 July 1996, UT1-UTC= 0.1543052, Accumulated Leap Seconds=30 + { 2450294.50, 62.031071 }, //30 July 1996, UT1-UTC= 0.1529285, Accumulated Leap Seconds=30 + { 2450295.50, 62.032606 }, //31 July 1996, UT1-UTC= 0.1513944, Accumulated Leap Seconds=30 + { 2450296.50, 62.034294 }, //01 August 1996, UT1-UTC= 0.1497062, Accumulated Leap Seconds=30 + { 2450297.50, 62.036058 }, //02 August 1996, UT1-UTC= 0.1479419, Accumulated Leap Seconds=30 + { 2450298.50, 62.037788 }, //03 August 1996, UT1-UTC= 0.1462116, Accumulated Leap Seconds=30 + { 2450299.50, 62.039382 }, //04 August 1996, UT1-UTC= 0.1446181, Accumulated Leap Seconds=30 + { 2450300.50, 62.040784 }, //05 August 1996, UT1-UTC= 0.1432162, Accumulated Leap Seconds=30 + { 2450301.50, 62.041990 }, //06 August 1996, UT1-UTC= 0.1420101, Accumulated Leap Seconds=30 + { 2450302.50, 62.043014 }, //07 August 1996, UT1-UTC= 0.1409863, Accumulated Leap Seconds=30 + { 2450303.50, 62.043875 }, //08 August 1996, UT1-UTC= 0.1401254, Accumulated Leap Seconds=30 + { 2450304.50, 62.044620 }, //09 August 1996, UT1-UTC= 0.1393797, Accumulated Leap Seconds=30 + { 2450305.50, 62.045308 }, //10 August 1996, UT1-UTC= 0.1386916, Accumulated Leap Seconds=30 + { 2450306.50, 62.045973 }, //11 August 1996, UT1-UTC= 0.1380267, Accumulated Leap Seconds=30 + { 2450307.50, 62.046665 }, //12 August 1996, UT1-UTC= 0.1373348, Accumulated Leap Seconds=30 + { 2450308.50, 62.047416 }, //13 August 1996, UT1-UTC= 0.1365844, Accumulated Leap Seconds=30 + { 2450309.50, 62.048239 }, //14 August 1996, UT1-UTC= 0.1357608, Accumulated Leap Seconds=30 + { 2450310.50, 62.049147 }, //15 August 1996, UT1-UTC= 0.1348527, Accumulated Leap Seconds=30 + { 2450311.50, 62.050147 }, //16 August 1996, UT1-UTC= 0.1338526, Accumulated Leap Seconds=30 + { 2450312.50, 62.051236 }, //17 August 1996, UT1-UTC= 0.1327641, Accumulated Leap Seconds=30 + { 2450313.50, 62.052387 }, //18 August 1996, UT1-UTC= 0.1316126, Accumulated Leap Seconds=30 + { 2450314.50, 62.053561 }, //19 August 1996, UT1-UTC= 0.1304387, Accumulated Leap Seconds=30 + { 2450315.50, 62.054730 }, //20 August 1996, UT1-UTC= 0.1292702, Accumulated Leap Seconds=30 + { 2450316.50, 62.055876 }, //21 August 1996, UT1-UTC= 0.1281239, Accumulated Leap Seconds=30 + { 2450317.50, 62.057001 }, //22 August 1996, UT1-UTC= 0.1269986, Accumulated Leap Seconds=30 + { 2450318.50, 62.058117 }, //23 August 1996, UT1-UTC= 0.1258829, Accumulated Leap Seconds=30 + { 2450319.50, 62.059227 }, //24 August 1996, UT1-UTC= 0.1247726, Accumulated Leap Seconds=30 + { 2450320.50, 62.060361 }, //25 August 1996, UT1-UTC= 0.1236394, Accumulated Leap Seconds=30 + { 2450321.50, 62.061574 }, //26 August 1996, UT1-UTC= 0.1224258, Accumulated Leap Seconds=30 + { 2450322.50, 62.062918 }, //27 August 1996, UT1-UTC= 0.1210817, Accumulated Leap Seconds=30 + { 2450323.50, 62.064421 }, //28 August 1996, UT1-UTC= 0.1195793, Accumulated Leap Seconds=30 + { 2450324.50, 62.066106 }, //29 August 1996, UT1-UTC= 0.1178937, Accumulated Leap Seconds=30 + { 2450325.50, 62.067902 }, //30 August 1996, UT1-UTC= 0.1160979, Accumulated Leap Seconds=30 + { 2450326.50, 62.069703 }, //31 August 1996, UT1-UTC= 0.1142972, Accumulated Leap Seconds=30 + { 2450327.50, 62.071411 }, //01 September 1996, UT1-UTC= 0.1125892, Accumulated Leap Seconds=30 + { 2450328.50, 62.072956 }, //02 September 1996, UT1-UTC= 0.1110439, Accumulated Leap Seconds=30 + { 2450329.50, 62.074312 }, //03 September 1996, UT1-UTC= 0.1096882, Accumulated Leap Seconds=30 + { 2450330.50, 62.075486 }, //04 September 1996, UT1-UTC= 0.1085140, Accumulated Leap Seconds=30 + { 2450331.50, 62.076530 }, //05 September 1996, UT1-UTC= 0.1074697, Accumulated Leap Seconds=30 + { 2450332.50, 62.077490 }, //06 September 1996, UT1-UTC= 0.1065102, Accumulated Leap Seconds=30 + { 2450333.50, 62.078419 }, //07 September 1996, UT1-UTC= 0.1055810, Accumulated Leap Seconds=30 + { 2450334.50, 62.079356 }, //08 September 1996, UT1-UTC= 0.1046443, Accumulated Leap Seconds=30 + { 2450335.50, 62.080354 }, //09 September 1996, UT1-UTC= 0.1036456, Accumulated Leap Seconds=30 + { 2450336.50, 62.081472 }, //10 September 1996, UT1-UTC= 0.1025275, Accumulated Leap Seconds=30 + { 2450337.50, 62.082766 }, //11 September 1996, UT1-UTC= 0.1012340, Accumulated Leap Seconds=30 + { 2450338.50, 62.084273 }, //12 September 1996, UT1-UTC= 0.0997267, Accumulated Leap Seconds=30 + { 2450339.50, 62.085951 }, //13 September 1996, UT1-UTC= 0.0980494, Accumulated Leap Seconds=30 + { 2450340.50, 62.087725 }, //14 September 1996, UT1-UTC= 0.0962748, Accumulated Leap Seconds=30 + { 2450341.50, 62.089539 }, //15 September 1996, UT1-UTC= 0.0944614, Accumulated Leap Seconds=30 + { 2450342.50, 62.091345 }, //16 September 1996, UT1-UTC= 0.0926553, Accumulated Leap Seconds=30 + { 2450343.50, 62.093096 }, //17 September 1996, UT1-UTC= 0.0909044, Accumulated Leap Seconds=30 + { 2450344.50, 62.094759 }, //18 September 1996, UT1-UTC= 0.0892408, Accumulated Leap Seconds=30 + { 2450345.50, 62.096354 }, //19 September 1996, UT1-UTC= 0.0876456, Accumulated Leap Seconds=30 + { 2450346.50, 62.097923 }, //20 September 1996, UT1-UTC= 0.0860766, Accumulated Leap Seconds=30 + { 2450347.50, 62.099522 }, //21 September 1996, UT1-UTC= 0.0844781, Accumulated Leap Seconds=30 + { 2450348.50, 62.101194 }, //22 September 1996, UT1-UTC= 0.0828060, Accumulated Leap Seconds=30 + { 2450349.50, 62.103010 }, //23 September 1996, UT1-UTC= 0.0809897, Accumulated Leap Seconds=30 + { 2450350.50, 62.105018 }, //24 September 1996, UT1-UTC= 0.0789821, Accumulated Leap Seconds=30 + { 2450351.50, 62.107218 }, //25 September 1996, UT1-UTC= 0.0767816, Accumulated Leap Seconds=30 + { 2450352.50, 62.109553 }, //26 September 1996, UT1-UTC= 0.0744470, Accumulated Leap Seconds=30 + { 2450353.50, 62.111914 }, //27 September 1996, UT1-UTC= 0.0720855, Accumulated Leap Seconds=30 + { 2450354.50, 62.114202 }, //28 September 1996, UT1-UTC= 0.0697982, Accumulated Leap Seconds=30 + { 2450355.50, 62.116352 }, //29 September 1996, UT1-UTC= 0.0676484, Accumulated Leap Seconds=30 + { 2450356.50, 62.118353 }, //30 September 1996, UT1-UTC= 0.0656471, Accumulated Leap Seconds=30 + { 2450357.50, 62.120231 }, //01 October 1996, UT1-UTC= 0.0637685, Accumulated Leap Seconds=30 + { 2450358.50, 62.122015 }, //02 October 1996, UT1-UTC= 0.0619853, Accumulated Leap Seconds=30 + { 2450359.50, 62.123672 }, //03 October 1996, UT1-UTC= 0.0603279, Accumulated Leap Seconds=30 + { 2450360.50, 62.125247 }, //04 October 1996, UT1-UTC= 0.0587533, Accumulated Leap Seconds=30 + { 2450361.50, 62.126800 }, //05 October 1996, UT1-UTC= 0.0571995, Accumulated Leap Seconds=30 + { 2450362.50, 62.128391 }, //06 October 1996, UT1-UTC= 0.0556093, Accumulated Leap Seconds=30 + { 2450363.50, 62.130043 }, //07 October 1996, UT1-UTC= 0.0539571, Accumulated Leap Seconds=30 + { 2450364.50, 62.131779 }, //08 October 1996, UT1-UTC= 0.0522207, Accumulated Leap Seconds=30 + { 2450365.50, 62.133615 }, //09 October 1996, UT1-UTC= 0.0503846, Accumulated Leap Seconds=30 + { 2450366.50, 62.135559 }, //10 October 1996, UT1-UTC= 0.0484412, Accumulated Leap Seconds=30 + { 2450367.50, 62.137591 }, //11 October 1996, UT1-UTC= 0.0464085, Accumulated Leap Seconds=30 + { 2450368.50, 62.139681 }, //12 October 1996, UT1-UTC= 0.0443186, Accumulated Leap Seconds=30 + { 2450369.50, 62.141797 }, //13 October 1996, UT1-UTC= 0.0422025, Accumulated Leap Seconds=30 + { 2450370.50, 62.143910 }, //14 October 1996, UT1-UTC= 0.0400901, Accumulated Leap Seconds=30 + { 2450371.50, 62.145984 }, //15 October 1996, UT1-UTC= 0.0380158, Accumulated Leap Seconds=30 + { 2450372.50, 62.147994 }, //16 October 1996, UT1-UTC= 0.0360063, Accumulated Leap Seconds=30 + { 2450373.50, 62.149935 }, //17 October 1996, UT1-UTC= 0.0340650, Accumulated Leap Seconds=30 + { 2450374.50, 62.151825 }, //18 October 1996, UT1-UTC= 0.0321752, Accumulated Leap Seconds=30 + { 2450375.50, 62.153731 }, //19 October 1996, UT1-UTC= 0.0302686, Accumulated Leap Seconds=30 + { 2450376.50, 62.155745 }, //20 October 1996, UT1-UTC= 0.0282546, Accumulated Leap Seconds=30 + { 2450377.50, 62.157889 }, //21 October 1996, UT1-UTC= 0.0261109, Accumulated Leap Seconds=30 + { 2450378.50, 62.160147 }, //22 October 1996, UT1-UTC= 0.0238534, Accumulated Leap Seconds=30 + { 2450379.50, 62.162501 }, //23 October 1996, UT1-UTC= 0.0214994, Accumulated Leap Seconds=30 + { 2450380.50, 62.164943 }, //24 October 1996, UT1-UTC= 0.0190565, Accumulated Leap Seconds=30 + { 2450381.50, 62.167396 }, //25 October 1996, UT1-UTC= 0.0166042, Accumulated Leap Seconds=30 + { 2450382.50, 62.169762 }, //26 October 1996, UT1-UTC= 0.0142378, Accumulated Leap Seconds=30 + { 2450383.50, 62.171983 }, //27 October 1996, UT1-UTC= 0.0120173, Accumulated Leap Seconds=30 + { 2450384.50, 62.174033 }, //28 October 1996, UT1-UTC= 0.0099672, Accumulated Leap Seconds=30 + { 2450385.50, 62.175923 }, //29 October 1996, UT1-UTC= 0.0080767, Accumulated Leap Seconds=30 + { 2450386.50, 62.177677 }, //30 October 1996, UT1-UTC= 0.0063228, Accumulated Leap Seconds=30 + { 2450387.50, 62.179332 }, //31 October 1996, UT1-UTC= 0.0046680, Accumulated Leap Seconds=30 + { 2450388.50, 62.180951 }, //01 November 1996, UT1-UTC= 0.0030492, Accumulated Leap Seconds=30 + { 2450389.50, 62.182581 }, //02 November 1996, UT1-UTC= 0.0014189, Accumulated Leap Seconds=30 + { 2450390.50, 62.184275 }, //03 November 1996, UT1-UTC=-0.0002751, Accumulated Leap Seconds=30 + { 2450391.50, 62.186076 }, //04 November 1996, UT1-UTC=-0.0020760, Accumulated Leap Seconds=30 + { 2450392.50, 62.188006 }, //05 November 1996, UT1-UTC=-0.0040059, Accumulated Leap Seconds=30 + { 2450393.50, 62.190066 }, //06 November 1996, UT1-UTC=-0.0060663, Accumulated Leap Seconds=30 + { 2450394.50, 62.192203 }, //07 November 1996, UT1-UTC=-0.0082034, Accumulated Leap Seconds=30 + { 2450395.50, 62.194382 }, //08 November 1996, UT1-UTC=-0.0103823, Accumulated Leap Seconds=30 + { 2450396.50, 62.196566 }, //09 November 1996, UT1-UTC=-0.0125659, Accumulated Leap Seconds=30 + { 2450397.50, 62.198701 }, //10 November 1996, UT1-UTC=-0.0147006, Accumulated Leap Seconds=30 + { 2450398.50, 62.200780 }, //11 November 1996, UT1-UTC=-0.0167801, Accumulated Leap Seconds=30 + { 2450399.50, 62.202821 }, //12 November 1996, UT1-UTC=-0.0188207, Accumulated Leap Seconds=30 + { 2450400.50, 62.204845 }, //13 November 1996, UT1-UTC=-0.0208447, Accumulated Leap Seconds=30 + { 2450401.50, 62.206817 }, //14 November 1996, UT1-UTC=-0.0228168, Accumulated Leap Seconds=30 + { 2450402.50, 62.208698 }, //15 November 1996, UT1-UTC=-0.0246977, Accumulated Leap Seconds=30 + { 2450403.50, 62.210539 }, //16 November 1996, UT1-UTC=-0.0265391, Accumulated Leap Seconds=30 + { 2450404.50, 62.212455 }, //17 November 1996, UT1-UTC=-0.0284548, Accumulated Leap Seconds=30 + { 2450405.50, 62.214476 }, //18 November 1996, UT1-UTC=-0.0304757, Accumulated Leap Seconds=30 + { 2450406.50, 62.216584 }, //19 November 1996, UT1-UTC=-0.0325842, Accumulated Leap Seconds=30 + { 2450407.50, 62.218742 }, //20 November 1996, UT1-UTC=-0.0347420, Accumulated Leap Seconds=30 + { 2450408.50, 62.220903 }, //21 November 1996, UT1-UTC=-0.0369032, Accumulated Leap Seconds=30 + { 2450409.50, 62.223002 }, //22 November 1996, UT1-UTC=-0.0390021, Accumulated Leap Seconds=30 + { 2450410.50, 62.224982 }, //23 November 1996, UT1-UTC=-0.0409816, Accumulated Leap Seconds=30 + { 2450411.50, 62.226827 }, //24 November 1996, UT1-UTC=-0.0428270, Accumulated Leap Seconds=30 + { 2450412.50, 62.228559 }, //25 November 1996, UT1-UTC=-0.0445593, Accumulated Leap Seconds=30 + { 2450413.50, 62.230208 }, //26 November 1996, UT1-UTC=-0.0462081, Accumulated Leap Seconds=30 + { 2450414.50, 62.231811 }, //27 November 1996, UT1-UTC=-0.0478106, Accumulated Leap Seconds=30 + { 2450415.50, 62.233386 }, //28 November 1996, UT1-UTC=-0.0493859, Accumulated Leap Seconds=30 + { 2450416.50, 62.234960 }, //29 November 1996, UT1-UTC=-0.0509597, Accumulated Leap Seconds=30 + { 2450417.50, 62.236559 }, //30 November 1996, UT1-UTC=-0.0525595, Accumulated Leap Seconds=30 + { 2450418.50, 62.238205 }, //01 December 1996, UT1-UTC=-0.0542046, Accumulated Leap Seconds=30 + { 2450419.50, 62.239894 }, //02 December 1996, UT1-UTC=-0.0558944, Accumulated Leap Seconds=30 + { 2450420.50, 62.241613 }, //03 December 1996, UT1-UTC=-0.0576134, Accumulated Leap Seconds=30 + { 2450421.50, 62.243355 }, //04 December 1996, UT1-UTC=-0.0593555, Accumulated Leap Seconds=30 + { 2450422.50, 62.245138 }, //05 December 1996, UT1-UTC=-0.0611377, Accumulated Leap Seconds=30 + { 2450423.50, 62.246946 }, //06 December 1996, UT1-UTC=-0.0629464, Accumulated Leap Seconds=30 + { 2450424.50, 62.248739 }, //07 December 1996, UT1-UTC=-0.0647395, Accumulated Leap Seconds=30 + { 2450425.50, 62.250487 }, //08 December 1996, UT1-UTC=-0.0664871, Accumulated Leap Seconds=30 + { 2450426.50, 62.252178 }, //09 December 1996, UT1-UTC=-0.0681783, Accumulated Leap Seconds=30 + { 2450427.50, 62.253825 }, //10 December 1996, UT1-UTC=-0.0698246, Accumulated Leap Seconds=30 + { 2450428.50, 62.255457 }, //11 December 1996, UT1-UTC=-0.0714568, Accumulated Leap Seconds=30 + { 2450429.50, 62.257118 }, //12 December 1996, UT1-UTC=-0.0731184, Accumulated Leap Seconds=30 + { 2450430.50, 62.258848 }, //13 December 1996, UT1-UTC=-0.0748482, Accumulated Leap Seconds=30 + { 2450431.50, 62.260688 }, //14 December 1996, UT1-UTC=-0.0766884, Accumulated Leap Seconds=30 + { 2450432.50, 62.262657 }, //15 December 1996, UT1-UTC=-0.0786567, Accumulated Leap Seconds=30 + { 2450433.50, 62.264731 }, //16 December 1996, UT1-UTC=-0.0807312, Accumulated Leap Seconds=30 + { 2450434.50, 62.266872 }, //17 December 1996, UT1-UTC=-0.0828724, Accumulated Leap Seconds=30 + { 2450435.50, 62.269040 }, //18 December 1996, UT1-UTC=-0.0850402, Accumulated Leap Seconds=30 + { 2450436.50, 62.271198 }, //19 December 1996, UT1-UTC=-0.0871980, Accumulated Leap Seconds=30 + { 2450437.50, 62.273283 }, //20 December 1996, UT1-UTC=-0.0892835, Accumulated Leap Seconds=30 + { 2450438.50, 62.275251 }, //21 December 1996, UT1-UTC=-0.0912506, Accumulated Leap Seconds=30 + { 2450439.50, 62.277105 }, //22 December 1996, UT1-UTC=-0.0931049, Accumulated Leap Seconds=30 + { 2450440.50, 62.278882 }, //23 December 1996, UT1-UTC=-0.0948824, Accumulated Leap Seconds=30 + { 2450441.50, 62.280605 }, //24 December 1996, UT1-UTC=-0.0966050, Accumulated Leap Seconds=30 + { 2450442.50, 62.282288 }, //25 December 1996, UT1-UTC=-0.0982878, Accumulated Leap Seconds=30 + { 2450443.50, 62.283962 }, //26 December 1996, UT1-UTC=-0.0999625, Accumulated Leap Seconds=30 + { 2450444.50, 62.285663 }, //27 December 1996, UT1-UTC=-0.1016632, Accumulated Leap Seconds=30 + { 2450445.50, 62.287416 }, //28 December 1996, UT1-UTC=-0.1034160, Accumulated Leap Seconds=30 + { 2450446.50, 62.289234 }, //29 December 1996, UT1-UTC=-0.1052344, Accumulated Leap Seconds=30 + { 2450447.50, 62.291120 }, //30 December 1996, UT1-UTC=-0.1071200, Accumulated Leap Seconds=30 + { 2450448.50, 62.293063 }, //31 December 1996, UT1-UTC=-0.1090635, Accumulated Leap Seconds=30 + { 2450449.50, 62.295049 }, //01 January 1997, UT1-UTC=-0.1110486, Accumulated Leap Seconds=30 + { 2450450.50, 62.297053 }, //02 January 1997, UT1-UTC=-0.1130531, Accumulated Leap Seconds=30 + { 2450451.50, 62.299055 }, //03 January 1997, UT1-UTC=-0.1150555, Accumulated Leap Seconds=30 + { 2450452.50, 62.301029 }, //04 January 1997, UT1-UTC=-0.1170293, Accumulated Leap Seconds=30 + { 2450453.50, 62.302955 }, //05 January 1997, UT1-UTC=-0.1189555, Accumulated Leap Seconds=30 + { 2450454.50, 62.304832 }, //06 January 1997, UT1-UTC=-0.1208321, Accumulated Leap Seconds=30 + { 2450455.50, 62.306672 }, //07 January 1997, UT1-UTC=-0.1226723, Accumulated Leap Seconds=30 + { 2450456.50, 62.308512 }, //08 January 1997, UT1-UTC=-0.1245120, Accumulated Leap Seconds=30 + { 2450457.50, 62.310397 }, //09 January 1997, UT1-UTC=-0.1263974, Accumulated Leap Seconds=30 + { 2450458.50, 62.312363 }, //10 January 1997, UT1-UTC=-0.1283633, Accumulated Leap Seconds=30 + { 2450459.50, 62.314434 }, //11 January 1997, UT1-UTC=-0.1304342, Accumulated Leap Seconds=30 + { 2450460.50, 62.316595 }, //12 January 1997, UT1-UTC=-0.1325949, Accumulated Leap Seconds=30 + { 2450461.50, 62.318811 }, //13 January 1997, UT1-UTC=-0.1348112, Accumulated Leap Seconds=30 + { 2450462.50, 62.321047 }, //14 January 1997, UT1-UTC=-0.1370468, Accumulated Leap Seconds=30 + { 2450463.50, 62.323249 }, //15 January 1997, UT1-UTC=-0.1392488, Accumulated Leap Seconds=30 + { 2450464.50, 62.325363 }, //16 January 1997, UT1-UTC=-0.1413634, Accumulated Leap Seconds=30 + { 2450465.50, 62.327344 }, //17 January 1997, UT1-UTC=-0.1433445, Accumulated Leap Seconds=30 + { 2450466.50, 62.329164 }, //18 January 1997, UT1-UTC=-0.1451642, Accumulated Leap Seconds=30 + { 2450467.50, 62.330822 }, //19 January 1997, UT1-UTC=-0.1468222, Accumulated Leap Seconds=30 + { 2450468.50, 62.332351 }, //20 January 1997, UT1-UTC=-0.1483507, Accumulated Leap Seconds=30 + { 2450469.50, 62.333794 }, //21 January 1997, UT1-UTC=-0.1497942, Accumulated Leap Seconds=30 + { 2450470.50, 62.335207 }, //22 January 1997, UT1-UTC=-0.1512068, Accumulated Leap Seconds=30 + { 2450471.50, 62.336650 }, //23 January 1997, UT1-UTC=-0.1526505, Accumulated Leap Seconds=30 + { 2450472.50, 62.338129 }, //24 January 1997, UT1-UTC=-0.1541289, Accumulated Leap Seconds=30 + { 2450473.50, 62.339619 }, //25 January 1997, UT1-UTC=-0.1556195, Accumulated Leap Seconds=30 + { 2450474.50, 62.341145 }, //26 January 1997, UT1-UTC=-0.1571450, Accumulated Leap Seconds=30 + { 2450475.50, 62.342726 }, //27 January 1997, UT1-UTC=-0.1587262, Accumulated Leap Seconds=30 + { 2450476.50, 62.344365 }, //28 January 1997, UT1-UTC=-0.1603647, Accumulated Leap Seconds=30 + { 2450477.50, 62.346024 }, //29 January 1997, UT1-UTC=-0.1620237, Accumulated Leap Seconds=30 + { 2450478.50, 62.347627 }, //30 January 1997, UT1-UTC=-0.1636273, Accumulated Leap Seconds=30 + { 2450479.50, 62.349165 }, //31 January 1997, UT1-UTC=-0.1651655, Accumulated Leap Seconds=30 + { 2450480.50, 62.350648 }, //01 February 1997, UT1-UTC=-0.1666479, Accumulated Leap Seconds=30 + { 2450481.50, 62.352034 }, //02 February 1997, UT1-UTC=-0.1680344, Accumulated Leap Seconds=30 + { 2450482.50, 62.353331 }, //03 February 1997, UT1-UTC=-0.1693311, Accumulated Leap Seconds=30 + { 2450483.50, 62.354593 }, //04 February 1997, UT1-UTC=-0.1705927, Accumulated Leap Seconds=30 + { 2450484.50, 62.355897 }, //05 February 1997, UT1-UTC=-0.1718975, Accumulated Leap Seconds=30 + { 2450485.50, 62.357340 }, //06 February 1997, UT1-UTC=-0.1733399, Accumulated Leap Seconds=30 + { 2450486.50, 62.358965 }, //07 February 1997, UT1-UTC=-0.1749655, Accumulated Leap Seconds=30 + { 2450487.50, 62.360784 }, //08 February 1997, UT1-UTC=-0.1767845, Accumulated Leap Seconds=30 + { 2450488.50, 62.362750 }, //09 February 1997, UT1-UTC=-0.1787497, Accumulated Leap Seconds=30 + { 2450489.50, 62.364788 }, //10 February 1997, UT1-UTC=-0.1807885, Accumulated Leap Seconds=30 + { 2450490.50, 62.366861 }, //11 February 1997, UT1-UTC=-0.1828615, Accumulated Leap Seconds=30 + { 2450491.50, 62.368925 }, //12 February 1997, UT1-UTC=-0.1849246, Accumulated Leap Seconds=30 + { 2450492.50, 62.370870 }, //13 February 1997, UT1-UTC=-0.1868698, Accumulated Leap Seconds=30 + { 2450493.50, 62.372667 }, //14 February 1997, UT1-UTC=-0.1886672, Accumulated Leap Seconds=30 + { 2450494.50, 62.374350 }, //15 February 1997, UT1-UTC=-0.1903496, Accumulated Leap Seconds=30 + { 2450495.50, 62.375942 }, //16 February 1997, UT1-UTC=-0.1919421, Accumulated Leap Seconds=30 + { 2450496.50, 62.377472 }, //17 February 1997, UT1-UTC=-0.1934717, Accumulated Leap Seconds=30 + { 2450497.50, 62.378994 }, //18 February 1997, UT1-UTC=-0.1949944, Accumulated Leap Seconds=30 + { 2450498.50, 62.380550 }, //19 February 1997, UT1-UTC=-0.1965501, Accumulated Leap Seconds=30 + { 2450499.50, 62.382159 }, //20 February 1997, UT1-UTC=-0.1981592, Accumulated Leap Seconds=30 + { 2450500.50, 62.383847 }, //21 February 1997, UT1-UTC=-0.1998471, Accumulated Leap Seconds=30 + { 2450501.50, 62.385624 }, //22 February 1997, UT1-UTC=-0.2016242, Accumulated Leap Seconds=30 + { 2450502.50, 62.387499 }, //23 February 1997, UT1-UTC=-0.2034987, Accumulated Leap Seconds=30 + { 2450503.50, 62.389456 }, //24 February 1997, UT1-UTC=-0.2054556, Accumulated Leap Seconds=30 + { 2450504.50, 62.391475 }, //25 February 1997, UT1-UTC=-0.2074754, Accumulated Leap Seconds=30 + { 2450505.50, 62.393507 }, //26 February 1997, UT1-UTC=-0.2095069, Accumulated Leap Seconds=30 + { 2450506.50, 62.395520 }, //27 February 1997, UT1-UTC=-0.2115197, Accumulated Leap Seconds=30 + { 2450507.50, 62.397527 }, //28 February 1997, UT1-UTC=-0.2135268, Accumulated Leap Seconds=30 + { 2450508.50, 62.399538 }, //01 March 1997, UT1-UTC=-0.2155381, Accumulated Leap Seconds=30 + { 2450509.50, 62.401555 }, //02 March 1997, UT1-UTC=-0.2175554, Accumulated Leap Seconds=30 + { 2450510.50, 62.403581 }, //03 March 1997, UT1-UTC=-0.2195808, Accumulated Leap Seconds=30 + { 2450511.50, 62.405631 }, //04 March 1997, UT1-UTC=-0.2216314, Accumulated Leap Seconds=30 + { 2450512.50, 62.407748 }, //05 March 1997, UT1-UTC=-0.2237477, Accumulated Leap Seconds=30 + { 2450513.50, 62.409986 }, //06 March 1997, UT1-UTC=-0.2259856, Accumulated Leap Seconds=30 + { 2450514.50, 62.412409 }, //07 March 1997, UT1-UTC=-0.2284086, Accumulated Leap Seconds=30 + { 2450515.50, 62.415037 }, //08 March 1997, UT1-UTC=-0.2310370, Accumulated Leap Seconds=30 + { 2450516.50, 62.417831 }, //09 March 1997, UT1-UTC=-0.2338305, Accumulated Leap Seconds=30 + { 2450517.50, 62.420696 }, //10 March 1997, UT1-UTC=-0.2366965, Accumulated Leap Seconds=30 + { 2450518.50, 62.423540 }, //11 March 1997, UT1-UTC=-0.2395397, Accumulated Leap Seconds=30 + { 2450519.50, 62.426283 }, //12 March 1997, UT1-UTC=-0.2422826, Accumulated Leap Seconds=30 + { 2450520.50, 62.428880 }, //13 March 1997, UT1-UTC=-0.2448799, Accumulated Leap Seconds=30 + { 2450521.50, 62.431343 }, //14 March 1997, UT1-UTC=-0.2473432, Accumulated Leap Seconds=30 + { 2450522.50, 62.433717 }, //15 March 1997, UT1-UTC=-0.2497171, Accumulated Leap Seconds=30 + { 2450523.50, 62.436052 }, //16 March 1997, UT1-UTC=-0.2520524, Accumulated Leap Seconds=30 + { 2450524.50, 62.438387 }, //17 March 1997, UT1-UTC=-0.2543874, Accumulated Leap Seconds=30 + { 2450525.50, 62.440743 }, //18 March 1997, UT1-UTC=-0.2567432, Accumulated Leap Seconds=30 + { 2450526.50, 62.443141 }, //19 March 1997, UT1-UTC=-0.2591406, Accumulated Leap Seconds=30 + { 2450527.50, 62.445592 }, //20 March 1997, UT1-UTC=-0.2615925, Accumulated Leap Seconds=30 + { 2450528.50, 62.448062 }, //21 March 1997, UT1-UTC=-0.2640623, Accumulated Leap Seconds=30 + { 2450529.50, 62.450560 }, //22 March 1997, UT1-UTC=-0.2665600, Accumulated Leap Seconds=30 + { 2450530.50, 62.453100 }, //23 March 1997, UT1-UTC=-0.2691000, Accumulated Leap Seconds=30 + { 2450531.50, 62.455667 }, //24 March 1997, UT1-UTC=-0.2716668, Accumulated Leap Seconds=30 + { 2450532.50, 62.458240 }, //25 March 1997, UT1-UTC=-0.2742399, Accumulated Leap Seconds=30 + { 2450533.50, 62.460794 }, //26 March 1997, UT1-UTC=-0.2767937, Accumulated Leap Seconds=30 + { 2450534.50, 62.463303 }, //27 March 1997, UT1-UTC=-0.2793032, Accumulated Leap Seconds=30 + { 2450535.50, 62.465759 }, //28 March 1997, UT1-UTC=-0.2817595, Accumulated Leap Seconds=30 + { 2450536.50, 62.468176 }, //29 March 1997, UT1-UTC=-0.2841759, Accumulated Leap Seconds=30 + { 2450537.50, 62.470568 }, //30 March 1997, UT1-UTC=-0.2865684, Accumulated Leap Seconds=30 + { 2450538.50, 62.472962 }, //31 March 1997, UT1-UTC=-0.2889622, Accumulated Leap Seconds=30 + { 2450539.50, 62.475395 }, //01 April 1997, UT1-UTC=-0.2913950, Accumulated Leap Seconds=30 + { 2450540.50, 62.477903 }, //02 April 1997, UT1-UTC=-0.2939026, Accumulated Leap Seconds=30 + { 2450541.50, 62.480517 }, //03 April 1997, UT1-UTC=-0.2965173, Accumulated Leap Seconds=30 + { 2450542.50, 62.483267 }, //04 April 1997, UT1-UTC=-0.2992667, Accumulated Leap Seconds=30 + { 2450543.50, 62.486150 }, //05 April 1997, UT1-UTC=-0.3021503, Accumulated Leap Seconds=30 + { 2450544.50, 62.489115 }, //06 April 1997, UT1-UTC=-0.3051146, Accumulated Leap Seconds=30 + { 2450545.50, 62.492072 }, //07 April 1997, UT1-UTC=-0.3080719, Accumulated Leap Seconds=30 + { 2450546.50, 62.494934 }, //08 April 1997, UT1-UTC=-0.3109337, Accumulated Leap Seconds=30 + { 2450547.50, 62.497640 }, //09 April 1997, UT1-UTC=-0.3136397, Accumulated Leap Seconds=30 + { 2450548.50, 62.500189 }, //10 April 1997, UT1-UTC=-0.3161888, Accumulated Leap Seconds=30 + { 2450549.50, 62.502595 }, //11 April 1997, UT1-UTC=-0.3185955, Accumulated Leap Seconds=30 + { 2450550.50, 62.504892 }, //12 April 1997, UT1-UTC=-0.3208919, Accumulated Leap Seconds=30 + { 2450551.50, 62.507114 }, //13 April 1997, UT1-UTC=-0.3231144, Accumulated Leap Seconds=30 + { 2450552.50, 62.509302 }, //14 April 1997, UT1-UTC=-0.3253019, Accumulated Leap Seconds=30 + { 2450553.50, 62.511485 }, //15 April 1997, UT1-UTC=-0.3274855, Accumulated Leap Seconds=30 + { 2450554.50, 62.513693 }, //16 April 1997, UT1-UTC=-0.3296933, Accumulated Leap Seconds=30 + { 2450555.50, 62.515967 }, //17 April 1997, UT1-UTC=-0.3319670, Accumulated Leap Seconds=30 + { 2450556.50, 62.518286 }, //18 April 1997, UT1-UTC=-0.3342865, Accumulated Leap Seconds=30 + { 2450557.50, 62.520625 }, //19 April 1997, UT1-UTC=-0.3366253, Accumulated Leap Seconds=30 + { 2450558.50, 62.522985 }, //20 April 1997, UT1-UTC=-0.3389850, Accumulated Leap Seconds=30 + { 2450559.50, 62.525348 }, //21 April 1997, UT1-UTC=-0.3413476, Accumulated Leap Seconds=30 + { 2450560.50, 62.527669 }, //22 April 1997, UT1-UTC=-0.3436692, Accumulated Leap Seconds=30 + { 2450561.50, 62.529916 }, //23 April 1997, UT1-UTC=-0.3459163, Accumulated Leap Seconds=30 + { 2450562.50, 62.532082 }, //24 April 1997, UT1-UTC=-0.3480818, Accumulated Leap Seconds=30 + { 2450563.50, 62.534170 }, //25 April 1997, UT1-UTC=-0.3501698, Accumulated Leap Seconds=30 + { 2450564.50, 62.536190 }, //26 April 1997, UT1-UTC=-0.3521904, Accumulated Leap Seconds=30 + { 2450565.50, 62.538157 }, //27 April 1997, UT1-UTC=-0.3541570, Accumulated Leap Seconds=30 + { 2450566.50, 62.540102 }, //28 April 1997, UT1-UTC=-0.3561023, Accumulated Leap Seconds=30 + { 2450567.50, 62.542078 }, //29 April 1997, UT1-UTC=-0.3580781, Accumulated Leap Seconds=30 + { 2450568.50, 62.544135 }, //30 April 1997, UT1-UTC=-0.3601355, Accumulated Leap Seconds=30 + { 2450569.50, 62.546309 }, //01 May 1997, UT1-UTC=-0.3623091, Accumulated Leap Seconds=30 + { 2450570.50, 62.548590 }, //02 May 1997, UT1-UTC=-0.3645905, Accumulated Leap Seconds=30 + { 2450571.50, 62.550979 }, //03 May 1997, UT1-UTC=-0.3669788, Accumulated Leap Seconds=30 + { 2450572.50, 62.553456 }, //04 May 1997, UT1-UTC=-0.3694563, Accumulated Leap Seconds=30 + { 2450573.50, 62.555966 }, //05 May 1997, UT1-UTC=-0.3719660, Accumulated Leap Seconds=30 + { 2450574.50, 62.558440 }, //06 May 1997, UT1-UTC=-0.3744398, Accumulated Leap Seconds=30 + { 2450575.50, 62.560836 }, //07 May 1997, UT1-UTC=-0.3768360, Accumulated Leap Seconds=30 + { 2450576.50, 62.563092 }, //08 May 1997, UT1-UTC=-0.3790923, Accumulated Leap Seconds=30 + { 2450577.50, 62.565216 }, //09 May 1997, UT1-UTC=-0.3812157, Accumulated Leap Seconds=30 + { 2450578.50, 62.567260 }, //10 May 1997, UT1-UTC=-0.3832600, Accumulated Leap Seconds=30 + { 2450579.50, 62.569249 }, //11 May 1997, UT1-UTC=-0.3852491, Accumulated Leap Seconds=30 + { 2450580.50, 62.571207 }, //12 May 1997, UT1-UTC=-0.3872073, Accumulated Leap Seconds=30 + { 2450581.50, 62.573157 }, //13 May 1997, UT1-UTC=-0.3891574, Accumulated Leap Seconds=30 + { 2450582.50, 62.575111 }, //14 May 1997, UT1-UTC=-0.3911112, Accumulated Leap Seconds=30 + { 2450583.50, 62.577072 }, //15 May 1997, UT1-UTC=-0.3930716, Accumulated Leap Seconds=30 + { 2450584.50, 62.579048 }, //16 May 1997, UT1-UTC=-0.3950484, Accumulated Leap Seconds=30 + { 2450585.50, 62.581060 }, //17 May 1997, UT1-UTC=-0.3970597, Accumulated Leap Seconds=30 + { 2450586.50, 62.583110 }, //18 May 1997, UT1-UTC=-0.3991102, Accumulated Leap Seconds=30 + { 2450587.50, 62.585187 }, //19 May 1997, UT1-UTC=-0.4011869, Accumulated Leap Seconds=30 + { 2450588.50, 62.587278 }, //20 May 1997, UT1-UTC=-0.4032776, Accumulated Leap Seconds=30 + { 2450589.50, 62.589367 }, //21 May 1997, UT1-UTC=-0.4053668, Accumulated Leap Seconds=30 + { 2450590.50, 62.591421 }, //22 May 1997, UT1-UTC=-0.4074215, Accumulated Leap Seconds=30 + { 2450591.50, 62.593427 }, //23 May 1997, UT1-UTC=-0.4094272, Accumulated Leap Seconds=30 + { 2450592.50, 62.595400 }, //24 May 1997, UT1-UTC=-0.4114004, Accumulated Leap Seconds=30 + { 2450593.50, 62.597370 }, //25 May 1997, UT1-UTC=-0.4133700, Accumulated Leap Seconds=30 + { 2450594.50, 62.599376 }, //26 May 1997, UT1-UTC=-0.4153756, Accumulated Leap Seconds=30 + { 2450595.50, 62.601468 }, //27 May 1997, UT1-UTC=-0.4174680, Accumulated Leap Seconds=30 + { 2450596.50, 62.603691 }, //28 May 1997, UT1-UTC=-0.4196912, Accumulated Leap Seconds=30 + { 2450597.50, 62.606063 }, //29 May 1997, UT1-UTC=-0.4220631, Accumulated Leap Seconds=30 + { 2450598.50, 62.608554 }, //30 May 1997, UT1-UTC=-0.4245540, Accumulated Leap Seconds=30 + { 2450599.50, 62.611092 }, //31 May 1997, UT1-UTC=-0.4270924, Accumulated Leap Seconds=30 + { 2450600.50, 62.613603 }, //01 June 1997, UT1-UTC=-0.4296031, Accumulated Leap Seconds=30 + { 2450601.50, 62.616024 }, //02 June 1997, UT1-UTC=-0.4320241, Accumulated Leap Seconds=30 + { 2450602.50, 62.618291 }, //03 June 1997, UT1-UTC=-0.4342910, Accumulated Leap Seconds=30 + { 2450603.50, 62.620362 }, //04 June 1997, UT1-UTC=-0.4363620, Accumulated Leap Seconds=30 + { 2450604.50, 62.622218 }, //05 June 1997, UT1-UTC=-0.4382183, Accumulated Leap Seconds=30 + { 2450605.50, 62.623888 }, //06 June 1997, UT1-UTC=-0.4398880, Accumulated Leap Seconds=30 + { 2450606.50, 62.625440 }, //07 June 1997, UT1-UTC=-0.4414402, Accumulated Leap Seconds=30 + { 2450607.50, 62.626925 }, //08 June 1997, UT1-UTC=-0.4429250, Accumulated Leap Seconds=30 + { 2450608.50, 62.628385 }, //09 June 1997, UT1-UTC=-0.4443850, Accumulated Leap Seconds=30 + { 2450609.50, 62.629859 }, //10 June 1997, UT1-UTC=-0.4458595, Accumulated Leap Seconds=30 + { 2450610.50, 62.631378 }, //11 June 1997, UT1-UTC=-0.4473781, Accumulated Leap Seconds=30 + { 2450611.50, 62.632949 }, //12 June 1997, UT1-UTC=-0.4489494, Accumulated Leap Seconds=30 + { 2450612.50, 62.634554 }, //13 June 1997, UT1-UTC=-0.4505541, Accumulated Leap Seconds=30 + { 2450613.50, 62.636163 }, //14 June 1997, UT1-UTC=-0.4521635, Accumulated Leap Seconds=30 + { 2450614.50, 62.637749 }, //15 June 1997, UT1-UTC=-0.4537489, Accumulated Leap Seconds=30 + { 2450615.50, 62.639279 }, //16 June 1997, UT1-UTC=-0.4552787, Accumulated Leap Seconds=30 + { 2450616.50, 62.640727 }, //17 June 1997, UT1-UTC=-0.4567268, Accumulated Leap Seconds=30 + { 2450617.50, 62.642072 }, //18 June 1997, UT1-UTC=-0.4580718, Accumulated Leap Seconds=30 + { 2450618.50, 62.643271 }, //19 June 1997, UT1-UTC=-0.4592707, Accumulated Leap Seconds=30 + { 2450619.50, 62.644335 }, //20 June 1997, UT1-UTC=-0.4603355, Accumulated Leap Seconds=30 + { 2450620.50, 62.645324 }, //21 June 1997, UT1-UTC=-0.4613241, Accumulated Leap Seconds=30 + { 2450621.50, 62.646302 }, //22 June 1997, UT1-UTC=-0.4623024, Accumulated Leap Seconds=30 + { 2450622.50, 62.647340 }, //23 June 1997, UT1-UTC=-0.4633401, Accumulated Leap Seconds=30 + { 2450623.50, 62.648481 }, //24 June 1997, UT1-UTC=-0.4644808, Accumulated Leap Seconds=30 + { 2450624.50, 62.649732 }, //25 June 1997, UT1-UTC=-0.4657320, Accumulated Leap Seconds=30 + { 2450625.50, 62.651069 }, //26 June 1997, UT1-UTC=-0.4670695, Accumulated Leap Seconds=30 + { 2450626.50, 62.652444 }, //27 June 1997, UT1-UTC=-0.4684438, Accumulated Leap Seconds=30 + { 2450627.50, 62.653783 }, //28 June 1997, UT1-UTC=-0.4697828, Accumulated Leap Seconds=30 + { 2450628.50, 62.655024 }, //29 June 1997, UT1-UTC=-0.4710244, Accumulated Leap Seconds=30 + { 2450629.50, 62.656129 }, //30 June 1997, UT1-UTC=-0.4721291, Accumulated Leap Seconds=30 + { 2450630.50, 62.657074 }, //01 July 1997, UT1-UTC= 0.5269261, Accumulated Leap Seconds=31 + { 2450631.50, 62.657858 }, //02 July 1997, UT1-UTC= 0.5261415, Accumulated Leap Seconds=31 + { 2450632.50, 62.658499 }, //03 July 1997, UT1-UTC= 0.5255008, Accumulated Leap Seconds=31 + { 2450633.50, 62.659044 }, //04 July 1997, UT1-UTC= 0.5249556, Accumulated Leap Seconds=31 + { 2450634.50, 62.659562 }, //05 July 1997, UT1-UTC= 0.5244381, Accumulated Leap Seconds=31 + { 2450635.50, 62.660114 }, //06 July 1997, UT1-UTC= 0.5238855, Accumulated Leap Seconds=31 + { 2450636.50, 62.660748 }, //07 July 1997, UT1-UTC= 0.5232517, Accumulated Leap Seconds=31 + { 2450637.50, 62.661480 }, //08 July 1997, UT1-UTC= 0.5225198, Accumulated Leap Seconds=31 + { 2450638.50, 62.662305 }, //09 July 1997, UT1-UTC= 0.5216947, Accumulated Leap Seconds=31 + { 2450639.50, 62.663210 }, //10 July 1997, UT1-UTC= 0.5207898, Accumulated Leap Seconds=31 + { 2450640.50, 62.664188 }, //11 July 1997, UT1-UTC= 0.5198116, Accumulated Leap Seconds=31 + { 2450641.50, 62.665227 }, //12 July 1997, UT1-UTC= 0.5187733, Accumulated Leap Seconds=31 + { 2450642.50, 62.666316 }, //13 July 1997, UT1-UTC= 0.5176843, Accumulated Leap Seconds=31 + { 2450643.50, 62.667432 }, //14 July 1997, UT1-UTC= 0.5165684, Accumulated Leap Seconds=31 + { 2450644.50, 62.668541 }, //15 July 1997, UT1-UTC= 0.5154588, Accumulated Leap Seconds=31 + { 2450645.50, 62.669606 }, //16 July 1997, UT1-UTC= 0.5143944, Accumulated Leap Seconds=31 + { 2450646.50, 62.670637 }, //17 July 1997, UT1-UTC= 0.5133634, Accumulated Leap Seconds=31 + { 2450647.50, 62.671701 }, //18 July 1997, UT1-UTC= 0.5122995, Accumulated Leap Seconds=31 + { 2450648.50, 62.672862 }, //19 July 1997, UT1-UTC= 0.5111376, Accumulated Leap Seconds=31 + { 2450649.50, 62.674170 }, //20 July 1997, UT1-UTC= 0.5098301, Accumulated Leap Seconds=31 + { 2450650.50, 62.675666 }, //21 July 1997, UT1-UTC= 0.5083338, Accumulated Leap Seconds=31 + { 2450651.50, 62.677359 }, //22 July 1997, UT1-UTC= 0.5066406, Accumulated Leap Seconds=31 + { 2450652.50, 62.679217 }, //23 July 1997, UT1-UTC= 0.5047831, Accumulated Leap Seconds=31 + { 2450653.50, 62.681183 }, //24 July 1997, UT1-UTC= 0.5028170, Accumulated Leap Seconds=31 + { 2450654.50, 62.683207 }, //25 July 1997, UT1-UTC= 0.5007926, Accumulated Leap Seconds=31 + { 2450655.50, 62.685181 }, //26 July 1997, UT1-UTC= 0.4988191, Accumulated Leap Seconds=31 + { 2450656.50, 62.687032 }, //27 July 1997, UT1-UTC= 0.4969678, Accumulated Leap Seconds=31 + { 2450657.50, 62.688725 }, //28 July 1997, UT1-UTC= 0.4952746, Accumulated Leap Seconds=31 + { 2450658.50, 62.690262 }, //29 July 1997, UT1-UTC= 0.4937384, Accumulated Leap Seconds=31 + { 2450659.50, 62.691658 }, //30 July 1997, UT1-UTC= 0.4923415, Accumulated Leap Seconds=31 + { 2450660.50, 62.692943 }, //31 July 1997, UT1-UTC= 0.4910565, Accumulated Leap Seconds=31 + { 2450661.50, 62.694174 }, //01 August 1997, UT1-UTC= 0.4898258, Accumulated Leap Seconds=31 + { 2450662.50, 62.695406 }, //02 August 1997, UT1-UTC= 0.4885938, Accumulated Leap Seconds=31 + { 2450663.50, 62.696662 }, //03 August 1997, UT1-UTC= 0.4873380, Accumulated Leap Seconds=31 + { 2450664.50, 62.697950 }, //04 August 1997, UT1-UTC= 0.4860495, Accumulated Leap Seconds=31 + { 2450665.50, 62.699288 }, //05 August 1997, UT1-UTC= 0.4847120, Accumulated Leap Seconds=31 + { 2450666.50, 62.700674 }, //06 August 1997, UT1-UTC= 0.4833255, Accumulated Leap Seconds=31 + { 2450667.50, 62.702102 }, //07 August 1997, UT1-UTC= 0.4818982, Accumulated Leap Seconds=31 + { 2450668.50, 62.703564 }, //08 August 1997, UT1-UTC= 0.4804359, Accumulated Leap Seconds=31 + { 2450669.50, 62.705042 }, //09 August 1997, UT1-UTC= 0.4789580, Accumulated Leap Seconds=31 + { 2450670.50, 62.706497 }, //10 August 1997, UT1-UTC= 0.4775031, Accumulated Leap Seconds=31 + { 2450671.50, 62.707893 }, //11 August 1997, UT1-UTC= 0.4761068, Accumulated Leap Seconds=31 + { 2450672.50, 62.709213 }, //12 August 1997, UT1-UTC= 0.4747865, Accumulated Leap Seconds=31 + { 2450673.50, 62.710460 }, //13 August 1997, UT1-UTC= 0.4735395, Accumulated Leap Seconds=31 + { 2450674.50, 62.711647 }, //14 August 1997, UT1-UTC= 0.4723531, Accumulated Leap Seconds=31 + { 2450675.50, 62.712808 }, //15 August 1997, UT1-UTC= 0.4711922, Accumulated Leap Seconds=31 + { 2450676.50, 62.714012 }, //16 August 1997, UT1-UTC= 0.4699884, Accumulated Leap Seconds=31 + { 2450677.50, 62.715335 }, //17 August 1997, UT1-UTC= 0.4686650, Accumulated Leap Seconds=31 + { 2450678.50, 62.716822 }, //18 August 1997, UT1-UTC= 0.4671775, Accumulated Leap Seconds=31 + { 2450679.50, 62.718476 }, //19 August 1997, UT1-UTC= 0.4655244, Accumulated Leap Seconds=31 + { 2450680.50, 62.720275 }, //20 August 1997, UT1-UTC= 0.4637249, Accumulated Leap Seconds=31 + { 2450681.50, 62.722173 }, //21 August 1997, UT1-UTC= 0.4618272, Accumulated Leap Seconds=31 + { 2450682.50, 62.724058 }, //22 August 1997, UT1-UTC= 0.4599417, Accumulated Leap Seconds=31 + { 2450683.50, 62.725836 }, //23 August 1997, UT1-UTC= 0.4581639, Accumulated Leap Seconds=31 + { 2450684.50, 62.727459 }, //24 August 1997, UT1-UTC= 0.4565411, Accumulated Leap Seconds=31 + { 2450685.50, 62.728920 }, //25 August 1997, UT1-UTC= 0.4550797, Accumulated Leap Seconds=31 + { 2450686.50, 62.730266 }, //26 August 1997, UT1-UTC= 0.4537342, Accumulated Leap Seconds=31 + { 2450687.50, 62.731565 }, //27 August 1997, UT1-UTC= 0.4524346, Accumulated Leap Seconds=31 + { 2450688.50, 62.732867 }, //28 August 1997, UT1-UTC= 0.4511327, Accumulated Leap Seconds=31 + { 2450689.50, 62.734178 }, //29 August 1997, UT1-UTC= 0.4498222, Accumulated Leap Seconds=31 + { 2450690.50, 62.735510 }, //30 August 1997, UT1-UTC= 0.4484896, Accumulated Leap Seconds=31 + { 2450691.50, 62.736885 }, //31 August 1997, UT1-UTC= 0.4471150, Accumulated Leap Seconds=31 + { 2450692.50, 62.738327 }, //01 September 1997, UT1-UTC= 0.4456729, Accumulated Leap Seconds=31 + { 2450693.50, 62.739847 }, //02 September 1997, UT1-UTC= 0.4441532, Accumulated Leap Seconds=31 + { 2450694.50, 62.741428 }, //03 September 1997, UT1-UTC= 0.4425718, Accumulated Leap Seconds=31 + { 2450695.50, 62.743043 }, //04 September 1997, UT1-UTC= 0.4409570, Accumulated Leap Seconds=31 + { 2450696.50, 62.744652 }, //05 September 1997, UT1-UTC= 0.4393482, Accumulated Leap Seconds=31 + { 2450697.50, 62.746232 }, //06 September 1997, UT1-UTC= 0.4377683, Accumulated Leap Seconds=31 + { 2450698.50, 62.747778 }, //07 September 1997, UT1-UTC= 0.4362221, Accumulated Leap Seconds=31 + { 2450699.50, 62.749287 }, //08 September 1997, UT1-UTC= 0.4347132, Accumulated Leap Seconds=31 + { 2450700.50, 62.750724 }, //09 September 1997, UT1-UTC= 0.4332759, Accumulated Leap Seconds=31 + { 2450701.50, 62.752084 }, //10 September 1997, UT1-UTC= 0.4319162, Accumulated Leap Seconds=31 + { 2450702.50, 62.753460 }, //11 September 1997, UT1-UTC= 0.4305396, Accumulated Leap Seconds=31 + { 2450703.50, 62.754920 }, //12 September 1997, UT1-UTC= 0.4290799, Accumulated Leap Seconds=31 + { 2450704.50, 62.756498 }, //13 September 1997, UT1-UTC= 0.4275021, Accumulated Leap Seconds=31 + { 2450705.50, 62.758230 }, //14 September 1997, UT1-UTC= 0.4257695, Accumulated Leap Seconds=31 + { 2450706.50, 62.760171 }, //15 September 1997, UT1-UTC= 0.4238285, Accumulated Leap Seconds=31 + { 2450707.50, 62.762338 }, //16 September 1997, UT1-UTC= 0.4216620, Accumulated Leap Seconds=31 + { 2450708.50, 62.764689 }, //17 September 1997, UT1-UTC= 0.4193113, Accumulated Leap Seconds=31 + { 2450709.50, 62.767130 }, //18 September 1997, UT1-UTC= 0.4168703, Accumulated Leap Seconds=31 + { 2450710.50, 62.769539 }, //19 September 1997, UT1-UTC= 0.4144613, Accumulated Leap Seconds=31 + { 2450711.50, 62.771810 }, //20 September 1997, UT1-UTC= 0.4121901, Accumulated Leap Seconds=31 + { 2450712.50, 62.773897 }, //21 September 1997, UT1-UTC= 0.4101030, Accumulated Leap Seconds=31 + { 2450713.50, 62.775817 }, //22 September 1997, UT1-UTC= 0.4081827, Accumulated Leap Seconds=31 + { 2450714.50, 62.777617 }, //23 September 1997, UT1-UTC= 0.4063825, Accumulated Leap Seconds=31 + { 2450715.50, 62.779355 }, //24 September 1997, UT1-UTC= 0.4046454, Accumulated Leap Seconds=31 + { 2450716.50, 62.781081 }, //25 September 1997, UT1-UTC= 0.4029194, Accumulated Leap Seconds=31 + { 2450717.50, 62.782851 }, //26 September 1997, UT1-UTC= 0.4011487, Accumulated Leap Seconds=31 + { 2450718.50, 62.784709 }, //27 September 1997, UT1-UTC= 0.3992914, Accumulated Leap Seconds=31 + { 2450719.50, 62.786638 }, //28 September 1997, UT1-UTC= 0.3973618, Accumulated Leap Seconds=31 + { 2450720.50, 62.788618 }, //29 September 1997, UT1-UTC= 0.3953822, Accumulated Leap Seconds=31 + { 2450721.50, 62.790619 }, //30 September 1997, UT1-UTC= 0.3933814, Accumulated Leap Seconds=31 + { 2450722.50, 62.792630 }, //01 October 1997, UT1-UTC= 0.3913695, Accumulated Leap Seconds=31 + { 2450723.50, 62.794689 }, //02 October 1997, UT1-UTC= 0.3893106, Accumulated Leap Seconds=31 + { 2450724.50, 62.796761 }, //03 October 1997, UT1-UTC= 0.3872390, Accumulated Leap Seconds=31 + { 2450725.50, 62.798789 }, //04 October 1997, UT1-UTC= 0.3852107, Accumulated Leap Seconds=31 + { 2450726.50, 62.800747 }, //05 October 1997, UT1-UTC= 0.3832534, Accumulated Leap Seconds=31 + { 2450727.50, 62.802633 }, //06 October 1997, UT1-UTC= 0.3813666, Accumulated Leap Seconds=31 + { 2450728.50, 62.804474 }, //07 October 1997, UT1-UTC= 0.3795260, Accumulated Leap Seconds=31 + { 2450729.50, 62.806308 }, //08 October 1997, UT1-UTC= 0.3776920, Accumulated Leap Seconds=31 + { 2450730.50, 62.808188 }, //09 October 1997, UT1-UTC= 0.3758123, Accumulated Leap Seconds=31 + { 2450731.50, 62.810154 }, //10 October 1997, UT1-UTC= 0.3738457, Accumulated Leap Seconds=31 + { 2450732.50, 62.812238 }, //11 October 1997, UT1-UTC= 0.3717615, Accumulated Leap Seconds=31 + { 2450733.50, 62.814471 }, //12 October 1997, UT1-UTC= 0.3695290, Accumulated Leap Seconds=31 + { 2450734.50, 62.816864 }, //13 October 1997, UT1-UTC= 0.3671361, Accumulated Leap Seconds=31 + { 2450735.50, 62.819386 }, //14 October 1997, UT1-UTC= 0.3646143, Accumulated Leap Seconds=31 + { 2450736.50, 62.821976 }, //15 October 1997, UT1-UTC= 0.3620244, Accumulated Leap Seconds=31 + { 2450737.50, 62.824565 }, //16 October 1997, UT1-UTC= 0.3594354, Accumulated Leap Seconds=31 + { 2450738.50, 62.827072 }, //17 October 1997, UT1-UTC= 0.3569280, Accumulated Leap Seconds=31 + { 2450739.50, 62.829425 }, //18 October 1997, UT1-UTC= 0.3545749, Accumulated Leap Seconds=31 + { 2450740.50, 62.831595 }, //19 October 1997, UT1-UTC= 0.3524048, Accumulated Leap Seconds=31 + { 2450741.50, 62.833603 }, //20 October 1997, UT1-UTC= 0.3503967, Accumulated Leap Seconds=31 + { 2450742.50, 62.835489 }, //21 October 1997, UT1-UTC= 0.3485114, Accumulated Leap Seconds=31 + { 2450743.50, 62.837293 }, //22 October 1997, UT1-UTC= 0.3467065, Accumulated Leap Seconds=31 + { 2450744.50, 62.839051 }, //23 October 1997, UT1-UTC= 0.3449494, Accumulated Leap Seconds=31 + { 2450745.50, 62.840806 }, //24 October 1997, UT1-UTC= 0.3431936, Accumulated Leap Seconds=31 + { 2450746.50, 62.842603 }, //25 October 1997, UT1-UTC= 0.3413970, Accumulated Leap Seconds=31 + { 2450747.50, 62.844459 }, //26 October 1997, UT1-UTC= 0.3395408, Accumulated Leap Seconds=31 + { 2450748.50, 62.846379 }, //27 October 1997, UT1-UTC= 0.3376205, Accumulated Leap Seconds=31 + { 2450749.50, 62.848357 }, //28 October 1997, UT1-UTC= 0.3356433, Accumulated Leap Seconds=31 + { 2450750.50, 62.850387 }, //29 October 1997, UT1-UTC= 0.3336132, Accumulated Leap Seconds=31 + { 2450751.50, 62.852460 }, //30 October 1997, UT1-UTC= 0.3315395, Accumulated Leap Seconds=31 + { 2450752.50, 62.854568 }, //31 October 1997, UT1-UTC= 0.3294321, Accumulated Leap Seconds=31 + { 2450753.50, 62.856699 }, //01 November 1997, UT1-UTC= 0.3273014, Accumulated Leap Seconds=31 + { 2450754.50, 62.858816 }, //02 November 1997, UT1-UTC= 0.3251839, Accumulated Leap Seconds=31 + { 2450755.50, 62.860893 }, //03 November 1997, UT1-UTC= 0.3231068, Accumulated Leap Seconds=31 + { 2450756.50, 62.862932 }, //04 November 1997, UT1-UTC= 0.3210681, Accumulated Leap Seconds=31 + { 2450757.50, 62.864973 }, //05 November 1997, UT1-UTC= 0.3190272, Accumulated Leap Seconds=31 + { 2450758.50, 62.867102 }, //06 November 1997, UT1-UTC= 0.3168982, Accumulated Leap Seconds=31 + { 2450759.50, 62.869344 }, //07 November 1997, UT1-UTC= 0.3146564, Accumulated Leap Seconds=31 + { 2450760.50, 62.871695 }, //08 November 1997, UT1-UTC= 0.3123050, Accumulated Leap Seconds=31 + { 2450761.50, 62.874168 }, //09 November 1997, UT1-UTC= 0.3098320, Accumulated Leap Seconds=31 + { 2450762.50, 62.876774 }, //10 November 1997, UT1-UTC= 0.3072260, Accumulated Leap Seconds=31 + { 2450763.50, 62.879454 }, //11 November 1997, UT1-UTC= 0.3045463, Accumulated Leap Seconds=31 + { 2450764.50, 62.882115 }, //12 November 1997, UT1-UTC= 0.3018847, Accumulated Leap Seconds=31 + { 2450765.50, 62.884663 }, //13 November 1997, UT1-UTC= 0.2993371, Accumulated Leap Seconds=31 + { 2450766.50, 62.887000 }, //14 November 1997, UT1-UTC= 0.2970003, Accumulated Leap Seconds=31 + { 2450767.50, 62.889077 }, //15 November 1997, UT1-UTC= 0.2949232, Accumulated Leap Seconds=31 + { 2450768.50, 62.890927 }, //16 November 1997, UT1-UTC= 0.2930731, Accumulated Leap Seconds=31 + { 2450769.50, 62.892618 }, //17 November 1997, UT1-UTC= 0.2913821, Accumulated Leap Seconds=31 + { 2450770.50, 62.894214 }, //18 November 1997, UT1-UTC= 0.2897863, Accumulated Leap Seconds=31 + { 2450771.50, 62.895779 }, //19 November 1997, UT1-UTC= 0.2882205, Accumulated Leap Seconds=31 + { 2450772.50, 62.897368 }, //20 November 1997, UT1-UTC= 0.2866322, Accumulated Leap Seconds=31 + { 2450773.50, 62.898973 }, //21 November 1997, UT1-UTC= 0.2850269, Accumulated Leap Seconds=31 + { 2450774.50, 62.900580 }, //22 November 1997, UT1-UTC= 0.2834204, Accumulated Leap Seconds=31 + { 2450775.50, 62.902200 }, //23 November 1997, UT1-UTC= 0.2818001, Accumulated Leap Seconds=31 + { 2450776.50, 62.903839 }, //24 November 1997, UT1-UTC= 0.2801608, Accumulated Leap Seconds=31 + { 2450777.50, 62.905488 }, //25 November 1997, UT1-UTC= 0.2785119, Accumulated Leap Seconds=31 + { 2450778.50, 62.907126 }, //26 November 1997, UT1-UTC= 0.2768741, Accumulated Leap Seconds=31 + { 2450779.50, 62.908724 }, //27 November 1997, UT1-UTC= 0.2752764, Accumulated Leap Seconds=31 + { 2450780.50, 62.910265 }, //28 November 1997, UT1-UTC= 0.2737345, Accumulated Leap Seconds=31 + { 2450781.50, 62.911745 }, //29 November 1997, UT1-UTC= 0.2722546, Accumulated Leap Seconds=31 + { 2450782.50, 62.913170 }, //30 November 1997, UT1-UTC= 0.2708301, Accumulated Leap Seconds=31 + { 2450783.50, 62.914561 }, //01 December 1997, UT1-UTC= 0.2694393, Accumulated Leap Seconds=31 + { 2450784.50, 62.915945 }, //02 December 1997, UT1-UTC= 0.2680547, Accumulated Leap Seconds=31 + { 2450785.50, 62.917354 }, //03 December 1997, UT1-UTC= 0.2666459, Accumulated Leap Seconds=31 + { 2450786.50, 62.918813 }, //04 December 1997, UT1-UTC= 0.2651873, Accumulated Leap Seconds=31 + { 2450787.50, 62.920377 }, //05 December 1997, UT1-UTC= 0.2636229, Accumulated Leap Seconds=31 + { 2450788.50, 62.922105 }, //06 December 1997, UT1-UTC= 0.2618948, Accumulated Leap Seconds=31 + { 2450789.50, 62.924046 }, //07 December 1997, UT1-UTC= 0.2599537, Accumulated Leap Seconds=31 + { 2450790.50, 62.926196 }, //08 December 1997, UT1-UTC= 0.2578036, Accumulated Leap Seconds=31 + { 2450791.50, 62.928463 }, //09 December 1997, UT1-UTC= 0.2555369, Accumulated Leap Seconds=31 + { 2450792.50, 62.930735 }, //10 December 1997, UT1-UTC= 0.2532653, Accumulated Leap Seconds=31 + { 2450793.50, 62.932916 }, //11 December 1997, UT1-UTC= 0.2510836, Accumulated Leap Seconds=31 + { 2450794.50, 62.934964 }, //12 December 1997, UT1-UTC= 0.2490356, Accumulated Leap Seconds=31 + { 2450795.50, 62.936847 }, //13 December 1997, UT1-UTC= 0.2471526, Accumulated Leap Seconds=31 + { 2450796.50, 62.938558 }, //14 December 1997, UT1-UTC= 0.2454420, Accumulated Leap Seconds=31 + { 2450797.50, 62.940135 }, //15 December 1997, UT1-UTC= 0.2438651, Accumulated Leap Seconds=31 + { 2450798.50, 62.941641 }, //16 December 1997, UT1-UTC= 0.2423586, Accumulated Leap Seconds=31 + { 2450799.50, 62.943120 }, //17 December 1997, UT1-UTC= 0.2408796, Accumulated Leap Seconds=31 + { 2450800.50, 62.944609 }, //18 December 1997, UT1-UTC= 0.2393906, Accumulated Leap Seconds=31 + { 2450801.50, 62.946130 }, //19 December 1997, UT1-UTC= 0.2378700, Accumulated Leap Seconds=31 + { 2450802.50, 62.947708 }, //20 December 1997, UT1-UTC= 0.2362915, Accumulated Leap Seconds=31 + { 2450803.50, 62.949349 }, //21 December 1997, UT1-UTC= 0.2346512, Accumulated Leap Seconds=31 + { 2450804.50, 62.951032 }, //22 December 1997, UT1-UTC= 0.2329681, Accumulated Leap Seconds=31 + { 2450805.50, 62.952746 }, //23 December 1997, UT1-UTC= 0.2312540, Accumulated Leap Seconds=31 + { 2450806.50, 62.954451 }, //24 December 1997, UT1-UTC= 0.2295493, Accumulated Leap Seconds=31 + { 2450807.50, 62.956101 }, //25 December 1997, UT1-UTC= 0.2278985, Accumulated Leap Seconds=31 + { 2450808.50, 62.957672 }, //26 December 1997, UT1-UTC= 0.2263280, Accumulated Leap Seconds=31 + { 2450809.50, 62.959144 }, //27 December 1997, UT1-UTC= 0.2248562, Accumulated Leap Seconds=31 + { 2450810.50, 62.960516 }, //28 December 1997, UT1-UTC= 0.2234837, Accumulated Leap Seconds=31 + { 2450811.50, 62.961816 }, //29 December 1997, UT1-UTC= 0.2221838, Accumulated Leap Seconds=31 + { 2450812.50, 62.963104 }, //30 December 1997, UT1-UTC= 0.2208956, Accumulated Leap Seconds=31 + { 2450813.50, 62.964439 }, //31 December 1997, UT1-UTC= 0.2195610, Accumulated Leap Seconds=31 + { 2450814.50, 62.965869 }, //01 January 1998, UT1-UTC= 0.2181311, Accumulated Leap Seconds=31 + { 2450815.50, 62.967448 }, //02 January 1998, UT1-UTC= 0.2165517, Accumulated Leap Seconds=31 + { 2450816.50, 62.969208 }, //03 January 1998, UT1-UTC= 0.2147923, Accumulated Leap Seconds=31 + { 2450817.50, 62.971143 }, //04 January 1998, UT1-UTC= 0.2128567, Accumulated Leap Seconds=31 + { 2450818.50, 62.973206 }, //05 January 1998, UT1-UTC= 0.2107935, Accumulated Leap Seconds=31 + { 2450819.50, 62.975280 }, //06 January 1998, UT1-UTC= 0.2087199, Accumulated Leap Seconds=31 + { 2450820.50, 62.977261 }, //07 January 1998, UT1-UTC= 0.2067387, Accumulated Leap Seconds=31 + { 2450821.50, 62.979107 }, //08 January 1998, UT1-UTC= 0.2048928, Accumulated Leap Seconds=31 + { 2450822.50, 62.980788 }, //09 January 1998, UT1-UTC= 0.2032115, Accumulated Leap Seconds=31 + { 2450823.50, 62.982306 }, //10 January 1998, UT1-UTC= 0.2016942, Accumulated Leap Seconds=31 + { 2450824.50, 62.983721 }, //11 January 1998, UT1-UTC= 0.2002789, Accumulated Leap Seconds=31 + { 2450825.50, 62.985114 }, //12 January 1998, UT1-UTC= 0.1988863, Accumulated Leap Seconds=31 + { 2450826.50, 62.986538 }, //13 January 1998, UT1-UTC= 0.1974619, Accumulated Leap Seconds=31 + { 2450827.50, 62.988045 }, //14 January 1998, UT1-UTC= 0.1959551, Accumulated Leap Seconds=31 + { 2450828.50, 62.989641 }, //15 January 1998, UT1-UTC= 0.1943587, Accumulated Leap Seconds=31 + { 2450829.50, 62.991296 }, //16 January 1998, UT1-UTC= 0.1927044, Accumulated Leap Seconds=31 + { 2450830.50, 62.992983 }, //17 January 1998, UT1-UTC= 0.1910170, Accumulated Leap Seconds=31 + { 2450831.50, 62.994701 }, //18 January 1998, UT1-UTC= 0.1892995, Accumulated Leap Seconds=31 + { 2450832.50, 62.996448 }, //19 January 1998, UT1-UTC= 0.1875517, Accumulated Leap Seconds=31 + { 2450833.50, 62.998206 }, //20 January 1998, UT1-UTC= 0.1857944, Accumulated Leap Seconds=31 + { 2450834.50, 62.999947 }, //21 January 1998, UT1-UTC= 0.1840535, Accumulated Leap Seconds=31 + { 2450835.50, 63.001667 }, //22 January 1998, UT1-UTC= 0.1823334, Accumulated Leap Seconds=31 + { 2450836.50, 63.003368 }, //23 January 1998, UT1-UTC= 0.1806316, Accumulated Leap Seconds=31 + { 2450837.50, 63.005064 }, //24 January 1998, UT1-UTC= 0.1789359, Accumulated Leap Seconds=31 + { 2450838.50, 63.006763 }, //25 January 1998, UT1-UTC= 0.1772365, Accumulated Leap Seconds=31 + { 2450839.50, 63.008469 }, //26 January 1998, UT1-UTC= 0.1755314, Accumulated Leap Seconds=31 + { 2450840.50, 63.010233 }, //27 January 1998, UT1-UTC= 0.1737675, Accumulated Leap Seconds=31 + { 2450841.50, 63.012143 }, //28 January 1998, UT1-UTC= 0.1718573, Accumulated Leap Seconds=31 + { 2450842.50, 63.014274 }, //29 January 1998, UT1-UTC= 0.1697264, Accumulated Leap Seconds=31 + { 2450843.50, 63.016619 }, //30 January 1998, UT1-UTC= 0.1673805, Accumulated Leap Seconds=31 + { 2450844.50, 63.019115 }, //31 January 1998, UT1-UTC= 0.1648847, Accumulated Leap Seconds=31 + { 2450845.50, 63.021663 }, //01 February 1998, UT1-UTC= 0.1623368, Accumulated Leap Seconds=31 + { 2450846.50, 63.024214 }, //02 February 1998, UT1-UTC= 0.1597864, Accumulated Leap Seconds=31 + { 2450847.50, 63.026723 }, //03 February 1998, UT1-UTC= 0.1572768, Accumulated Leap Seconds=31 + { 2450848.50, 63.029162 }, //04 February 1998, UT1-UTC= 0.1548382, Accumulated Leap Seconds=31 + { 2450849.50, 63.031528 }, //05 February 1998, UT1-UTC= 0.1524722, Accumulated Leap Seconds=31 + { 2450850.50, 63.033789 }, //06 February 1998, UT1-UTC= 0.1502108, Accumulated Leap Seconds=31 + { 2450851.50, 63.035929 }, //07 February 1998, UT1-UTC= 0.1480705, Accumulated Leap Seconds=31 + { 2450852.50, 63.037999 }, //08 February 1998, UT1-UTC= 0.1460010, Accumulated Leap Seconds=31 + { 2450853.50, 63.040036 }, //09 February 1998, UT1-UTC= 0.1439637, Accumulated Leap Seconds=31 + { 2450854.50, 63.042018 }, //10 February 1998, UT1-UTC= 0.1419822, Accumulated Leap Seconds=31 + { 2450855.50, 63.043944 }, //11 February 1998, UT1-UTC= 0.1400562, Accumulated Leap Seconds=31 + { 2450856.50, 63.045880 }, //12 February 1998, UT1-UTC= 0.1381201, Accumulated Leap Seconds=31 + { 2450857.50, 63.047847 }, //13 February 1998, UT1-UTC= 0.1361528, Accumulated Leap Seconds=31 + { 2450858.50, 63.049838 }, //14 February 1998, UT1-UTC= 0.1341616, Accumulated Leap Seconds=31 + { 2450859.50, 63.051835 }, //15 February 1998, UT1-UTC= 0.1321653, Accumulated Leap Seconds=31 + { 2450860.50, 63.053821 }, //16 February 1998, UT1-UTC= 0.1301790, Accumulated Leap Seconds=31 + { 2450861.50, 63.055783 }, //17 February 1998, UT1-UTC= 0.1282172, Accumulated Leap Seconds=31 + { 2450862.50, 63.057688 }, //18 February 1998, UT1-UTC= 0.1263122, Accumulated Leap Seconds=31 + { 2450863.50, 63.059499 }, //19 February 1998, UT1-UTC= 0.1245008, Accumulated Leap Seconds=31 + { 2450864.50, 63.061271 }, //20 February 1998, UT1-UTC= 0.1227290, Accumulated Leap Seconds=31 + { 2450865.50, 63.063061 }, //21 February 1998, UT1-UTC= 0.1209391, Accumulated Leap Seconds=31 + { 2450866.50, 63.064872 }, //22 February 1998, UT1-UTC= 0.1191277, Accumulated Leap Seconds=31 + { 2450867.50, 63.066735 }, //23 February 1998, UT1-UTC= 0.1172648, Accumulated Leap Seconds=31 + { 2450868.50, 63.068702 }, //24 February 1998, UT1-UTC= 0.1152984, Accumulated Leap Seconds=31 + { 2450869.50, 63.070819 }, //25 February 1998, UT1-UTC= 0.1131814, Accumulated Leap Seconds=31 + { 2450870.50, 63.073098 }, //26 February 1998, UT1-UTC= 0.1109021, Accumulated Leap Seconds=31 + { 2450871.50, 63.075519 }, //27 February 1998, UT1-UTC= 0.1084813, Accumulated Leap Seconds=31 + { 2450872.50, 63.078065 }, //28 February 1998, UT1-UTC= 0.1059353, Accumulated Leap Seconds=31 + { 2450873.50, 63.080705 }, //01 March 1998, UT1-UTC= 0.1032948, Accumulated Leap Seconds=31 + { 2450874.50, 63.083337 }, //02 March 1998, UT1-UTC= 0.1006629, Accumulated Leap Seconds=31 + { 2450875.50, 63.085857 }, //03 March 1998, UT1-UTC= 0.0981429, Accumulated Leap Seconds=31 + { 2450876.50, 63.088201 }, //04 March 1998, UT1-UTC= 0.0957989, Accumulated Leap Seconds=31 + { 2450877.50, 63.090375 }, //05 March 1998, UT1-UTC= 0.0936253, Accumulated Leap Seconds=31 + { 2450878.50, 63.092412 }, //06 March 1998, UT1-UTC= 0.0915884, Accumulated Leap Seconds=31 + { 2450879.50, 63.094347 }, //07 March 1998, UT1-UTC= 0.0896525, Accumulated Leap Seconds=31 + { 2450880.50, 63.096217 }, //08 March 1998, UT1-UTC= 0.0877829, Accumulated Leap Seconds=31 + { 2450881.50, 63.098058 }, //09 March 1998, UT1-UTC= 0.0859420, Accumulated Leap Seconds=31 + { 2450882.50, 63.099917 }, //10 March 1998, UT1-UTC= 0.0840831, Accumulated Leap Seconds=31 + { 2450883.50, 63.101850 }, //11 March 1998, UT1-UTC= 0.0821495, Accumulated Leap Seconds=31 + { 2450884.50, 63.103905 }, //12 March 1998, UT1-UTC= 0.0800953, Accumulated Leap Seconds=31 + { 2450885.50, 63.106013 }, //13 March 1998, UT1-UTC= 0.0779874, Accumulated Leap Seconds=31 + { 2450886.50, 63.108137 }, //14 March 1998, UT1-UTC= 0.0758629, Accumulated Leap Seconds=31 + { 2450887.50, 63.110254 }, //15 March 1998, UT1-UTC= 0.0737455, Accumulated Leap Seconds=31 + { 2450888.50, 63.112335 }, //16 March 1998, UT1-UTC= 0.0716654, Accumulated Leap Seconds=31 + { 2450889.50, 63.114357 }, //17 March 1998, UT1-UTC= 0.0696432, Accumulated Leap Seconds=31 + { 2450890.50, 63.116301 }, //18 March 1998, UT1-UTC= 0.0676988, Accumulated Leap Seconds=31 + { 2450891.50, 63.118159 }, //19 March 1998, UT1-UTC= 0.0658410, Accumulated Leap Seconds=31 + { 2450892.50, 63.119946 }, //20 March 1998, UT1-UTC= 0.0640541, Accumulated Leap Seconds=31 + { 2450893.50, 63.121694 }, //21 March 1998, UT1-UTC= 0.0623061, Accumulated Leap Seconds=31 + { 2450894.50, 63.123447 }, //22 March 1998, UT1-UTC= 0.0605529, Accumulated Leap Seconds=31 + { 2450895.50, 63.125254 }, //23 March 1998, UT1-UTC= 0.0587462, Accumulated Leap Seconds=31 + { 2450896.50, 63.127164 }, //24 March 1998, UT1-UTC= 0.0568356, Accumulated Leap Seconds=31 + { 2450897.50, 63.129236 }, //25 March 1998, UT1-UTC= 0.0547640, Accumulated Leap Seconds=31 + { 2450898.50, 63.131544 }, //26 March 1998, UT1-UTC= 0.0524558, Accumulated Leap Seconds=31 + { 2450899.50, 63.134054 }, //27 March 1998, UT1-UTC= 0.0499457, Accumulated Leap Seconds=31 + { 2450900.50, 63.136646 }, //28 March 1998, UT1-UTC= 0.0473542, Accumulated Leap Seconds=31 + { 2450901.50, 63.139217 }, //29 March 1998, UT1-UTC= 0.0447827, Accumulated Leap Seconds=31 + { 2450902.50, 63.141704 }, //30 March 1998, UT1-UTC= 0.0422962, Accumulated Leap Seconds=31 + { 2450903.50, 63.144031 }, //31 March 1998, UT1-UTC= 0.0399693, Accumulated Leap Seconds=31 + { 2450904.50, 63.146172 }, //01 April 1998, UT1-UTC= 0.0378282, Accumulated Leap Seconds=31 + { 2450905.50, 63.148160 }, //02 April 1998, UT1-UTC= 0.0358396, Accumulated Leap Seconds=31 + { 2450906.50, 63.150038 }, //03 April 1998, UT1-UTC= 0.0339623, Accumulated Leap Seconds=31 + { 2450907.50, 63.151856 }, //04 April 1998, UT1-UTC= 0.0321444, Accumulated Leap Seconds=31 + { 2450908.50, 63.153666 }, //05 April 1998, UT1-UTC= 0.0303344, Accumulated Leap Seconds=31 + { 2450909.50, 63.155501 }, //06 April 1998, UT1-UTC= 0.0284990, Accumulated Leap Seconds=31 + { 2450910.50, 63.157378 }, //07 April 1998, UT1-UTC= 0.0266224, Accumulated Leap Seconds=31 + { 2450911.50, 63.159302 }, //08 April 1998, UT1-UTC= 0.0246978, Accumulated Leap Seconds=31 + { 2450912.50, 63.161266 }, //09 April 1998, UT1-UTC= 0.0227341, Accumulated Leap Seconds=31 + { 2450913.50, 63.163215 }, //10 April 1998, UT1-UTC= 0.0207847, Accumulated Leap Seconds=31 + { 2450914.50, 63.165153 }, //11 April 1998, UT1-UTC= 0.0188465, Accumulated Leap Seconds=31 + { 2450915.50, 63.167105 }, //12 April 1998, UT1-UTC= 0.0168945, Accumulated Leap Seconds=31 + { 2450916.50, 63.169052 }, //13 April 1998, UT1-UTC= 0.0149480, Accumulated Leap Seconds=31 + { 2450917.50, 63.170940 }, //14 April 1998, UT1-UTC= 0.0130601, Accumulated Leap Seconds=31 + { 2450918.50, 63.172742 }, //15 April 1998, UT1-UTC= 0.0112583, Accumulated Leap Seconds=31 + { 2450919.50, 63.174478 }, //16 April 1998, UT1-UTC= 0.0095222, Accumulated Leap Seconds=31 + { 2450920.50, 63.176146 }, //17 April 1998, UT1-UTC= 0.0078539, Accumulated Leap Seconds=31 + { 2450921.50, 63.177803 }, //18 April 1998, UT1-UTC= 0.0061968, Accumulated Leap Seconds=31 + { 2450922.50, 63.179500 }, //19 April 1998, UT1-UTC= 0.0044997, Accumulated Leap Seconds=31 + { 2450923.50, 63.181284 }, //20 April 1998, UT1-UTC= 0.0027157, Accumulated Leap Seconds=31 + { 2450924.50, 63.183204 }, //21 April 1998, UT1-UTC= 0.0007964, Accumulated Leap Seconds=31 + { 2450925.50, 63.185299 }, //22 April 1998, UT1-UTC=-0.0012989, Accumulated Leap Seconds=31 + { 2450926.50, 63.187579 }, //23 April 1998, UT1-UTC=-0.0035787, Accumulated Leap Seconds=31 + { 2450927.50, 63.190035 }, //24 April 1998, UT1-UTC=-0.0060350, Accumulated Leap Seconds=31 + { 2450928.50, 63.192599 }, //25 April 1998, UT1-UTC=-0.0085988, Accumulated Leap Seconds=31 + { 2450929.50, 63.195134 }, //26 April 1998, UT1-UTC=-0.0111338, Accumulated Leap Seconds=31 + { 2450930.50, 63.197517 }, //27 April 1998, UT1-UTC=-0.0135172, Accumulated Leap Seconds=31 + { 2450931.50, 63.199692 }, //28 April 1998, UT1-UTC=-0.0156916, Accumulated Leap Seconds=31 + { 2450932.50, 63.201666 }, //29 April 1998, UT1-UTC=-0.0176657, Accumulated Leap Seconds=31 + { 2450933.50, 63.203506 }, //30 April 1998, UT1-UTC=-0.0195062, Accumulated Leap Seconds=31 + { 2450934.50, 63.205295 }, //01 May 1998, UT1-UTC=-0.0212946, Accumulated Leap Seconds=31 + { 2450935.50, 63.207076 }, //02 May 1998, UT1-UTC=-0.0230758, Accumulated Leap Seconds=31 + { 2450936.50, 63.208858 }, //03 May 1998, UT1-UTC=-0.0248584, Accumulated Leap Seconds=31 + { 2450937.50, 63.210639 }, //04 May 1998, UT1-UTC=-0.0266392, Accumulated Leap Seconds=31 + { 2450938.50, 63.212418 }, //05 May 1998, UT1-UTC=-0.0284175, Accumulated Leap Seconds=31 + { 2450939.50, 63.214209 }, //06 May 1998, UT1-UTC=-0.0302087, Accumulated Leap Seconds=31 + { 2450940.50, 63.216052 }, //07 May 1998, UT1-UTC=-0.0320523, Accumulated Leap Seconds=31 + { 2450941.50, 63.217900 }, //08 May 1998, UT1-UTC=-0.0339004, Accumulated Leap Seconds=31 + { 2450942.50, 63.219714 }, //09 May 1998, UT1-UTC=-0.0357143, Accumulated Leap Seconds=31 + { 2450943.50, 63.221491 }, //10 May 1998, UT1-UTC=-0.0374909, Accumulated Leap Seconds=31 + { 2450944.50, 63.223206 }, //11 May 1998, UT1-UTC=-0.0392064, Accumulated Leap Seconds=31 + { 2450945.50, 63.224836 }, //12 May 1998, UT1-UTC=-0.0408359, Accumulated Leap Seconds=31 + { 2450946.50, 63.226369 }, //13 May 1998, UT1-UTC=-0.0423686, Accumulated Leap Seconds=31 + { 2450947.50, 63.227816 }, //14 May 1998, UT1-UTC=-0.0438156, Accumulated Leap Seconds=31 + { 2450948.50, 63.229222 }, //15 May 1998, UT1-UTC=-0.0452223, Accumulated Leap Seconds=31 + { 2450949.50, 63.230662 }, //16 May 1998, UT1-UTC=-0.0466623, Accumulated Leap Seconds=31 + { 2450950.50, 63.232212 }, //17 May 1998, UT1-UTC=-0.0482125, Accumulated Leap Seconds=31 + { 2450951.50, 63.233927 }, //18 May 1998, UT1-UTC=-0.0499273, Accumulated Leap Seconds=31 + { 2450952.50, 63.235838 }, //19 May 1998, UT1-UTC=-0.0518377, Accumulated Leap Seconds=31 + { 2450953.50, 63.237944 }, //20 May 1998, UT1-UTC=-0.0539439, Accumulated Leap Seconds=31 + { 2450954.50, 63.240206 }, //21 May 1998, UT1-UTC=-0.0562065, Accumulated Leap Seconds=31 + { 2450955.50, 63.242553 }, //22 May 1998, UT1-UTC=-0.0585527, Accumulated Leap Seconds=31 + { 2450956.50, 63.244945 }, //23 May 1998, UT1-UTC=-0.0609448, Accumulated Leap Seconds=31 + { 2450957.50, 63.247271 }, //24 May 1998, UT1-UTC=-0.0632712, Accumulated Leap Seconds=31 + { 2450958.50, 63.249424 }, //25 May 1998, UT1-UTC=-0.0654240, Accumulated Leap Seconds=31 + { 2450959.50, 63.251357 }, //26 May 1998, UT1-UTC=-0.0673566, Accumulated Leap Seconds=31 + { 2450960.50, 63.253071 }, //27 May 1998, UT1-UTC=-0.0690710, Accumulated Leap Seconds=31 + { 2450961.50, 63.254592 }, //28 May 1998, UT1-UTC=-0.0705917, Accumulated Leap Seconds=31 + { 2450962.50, 63.255976 }, //29 May 1998, UT1-UTC=-0.0719757, Accumulated Leap Seconds=31 + { 2450963.50, 63.257297 }, //30 May 1998, UT1-UTC=-0.0732972, Accumulated Leap Seconds=31 + { 2450964.50, 63.258613 }, //31 May 1998, UT1-UTC=-0.0746130, Accumulated Leap Seconds=31 + { 2450965.50, 63.259944 }, //01 June 1998, UT1-UTC=-0.0759441, Accumulated Leap Seconds=31 + { 2450966.50, 63.261271 }, //02 June 1998, UT1-UTC=-0.0772710, Accumulated Leap Seconds=31 + { 2450967.50, 63.262582 }, //03 June 1998, UT1-UTC=-0.0785817, Accumulated Leap Seconds=31 + { 2450968.50, 63.263878 }, //04 June 1998, UT1-UTC=-0.0798776, Accumulated Leap Seconds=31 + { 2450969.50, 63.265145 }, //05 June 1998, UT1-UTC=-0.0811453, Accumulated Leap Seconds=31 + { 2450970.50, 63.266356 }, //06 June 1998, UT1-UTC=-0.0823558, Accumulated Leap Seconds=31 + { 2450971.50, 63.267458 }, //07 June 1998, UT1-UTC=-0.0834578, Accumulated Leap Seconds=31 + { 2450972.50, 63.268432 }, //08 June 1998, UT1-UTC=-0.0844325, Accumulated Leap Seconds=31 + { 2450973.50, 63.269284 }, //09 June 1998, UT1-UTC=-0.0852839, Accumulated Leap Seconds=31 + { 2450974.50, 63.270032 }, //10 June 1998, UT1-UTC=-0.0860324, Accumulated Leap Seconds=31 + { 2450975.50, 63.270726 }, //11 June 1998, UT1-UTC=-0.0867264, Accumulated Leap Seconds=31 + { 2450976.50, 63.271406 }, //12 June 1998, UT1-UTC=-0.0874057, Accumulated Leap Seconds=31 + { 2450977.50, 63.272102 }, //13 June 1998, UT1-UTC=-0.0881018, Accumulated Leap Seconds=31 + { 2450978.50, 63.272861 }, //14 June 1998, UT1-UTC=-0.0888606, Accumulated Leap Seconds=31 + { 2450979.50, 63.273719 }, //15 June 1998, UT1-UTC=-0.0897194, Accumulated Leap Seconds=31 + { 2450980.50, 63.274653 }, //16 June 1998, UT1-UTC=-0.0906527, Accumulated Leap Seconds=31 + { 2450981.50, 63.275635 }, //17 June 1998, UT1-UTC=-0.0916352, Accumulated Leap Seconds=31 + { 2450982.50, 63.276642 }, //18 June 1998, UT1-UTC=-0.0926416, Accumulated Leap Seconds=31 + { 2450983.50, 63.277617 }, //19 June 1998, UT1-UTC=-0.0936165, Accumulated Leap Seconds=31 + { 2450984.50, 63.278541 }, //20 June 1998, UT1-UTC=-0.0945414, Accumulated Leap Seconds=31 + { 2450985.50, 63.279373 }, //21 June 1998, UT1-UTC=-0.0953728, Accumulated Leap Seconds=31 + { 2450986.50, 63.280063 }, //22 June 1998, UT1-UTC=-0.0960629, Accumulated Leap Seconds=31 + { 2450987.50, 63.280596 }, //23 June 1998, UT1-UTC=-0.0965964, Accumulated Leap Seconds=31 + { 2450988.50, 63.281014 }, //24 June 1998, UT1-UTC=-0.0970144, Accumulated Leap Seconds=31 + { 2450989.50, 63.281399 }, //25 June 1998, UT1-UTC=-0.0973995, Accumulated Leap Seconds=31 + { 2450990.50, 63.281792 }, //26 June 1998, UT1-UTC=-0.0977920, Accumulated Leap Seconds=31 + { 2450991.50, 63.282219 }, //27 June 1998, UT1-UTC=-0.0982186, Accumulated Leap Seconds=31 + { 2450992.50, 63.282686 }, //28 June 1998, UT1-UTC=-0.0986858, Accumulated Leap Seconds=31 + { 2450993.50, 63.283206 }, //29 June 1998, UT1-UTC=-0.0992064, Accumulated Leap Seconds=31 + { 2450994.50, 63.283787 }, //30 June 1998, UT1-UTC=-0.0997867, Accumulated Leap Seconds=31 + { 2450995.50, 63.284409 }, //01 July 1998, UT1-UTC=-0.1004088, Accumulated Leap Seconds=31 + { 2450996.50, 63.285033 }, //02 July 1998, UT1-UTC=-0.1010330, Accumulated Leap Seconds=31 + { 2450997.50, 63.285598 }, //03 July 1998, UT1-UTC=-0.1015981, Accumulated Leap Seconds=31 + { 2450998.50, 63.286067 }, //04 July 1998, UT1-UTC=-0.1020668, Accumulated Leap Seconds=31 + { 2450999.50, 63.286440 }, //05 July 1998, UT1-UTC=-0.1024404, Accumulated Leap Seconds=31 + { 2451000.50, 63.286719 }, //06 July 1998, UT1-UTC=-0.1027186, Accumulated Leap Seconds=31 + { 2451001.50, 63.286897 }, //07 July 1998, UT1-UTC=-0.1028967, Accumulated Leap Seconds=31 + { 2451002.50, 63.286982 }, //08 July 1998, UT1-UTC=-0.1029824, Accumulated Leap Seconds=31 + { 2451003.50, 63.287003 }, //09 July 1998, UT1-UTC=-0.1030035, Accumulated Leap Seconds=31 + { 2451004.50, 63.287042 }, //10 July 1998, UT1-UTC=-0.1030415, Accumulated Leap Seconds=31 + { 2451005.50, 63.287195 }, //11 July 1998, UT1-UTC=-0.1031947, Accumulated Leap Seconds=31 + { 2451006.50, 63.287523 }, //12 July 1998, UT1-UTC=-0.1035226, Accumulated Leap Seconds=31 + { 2451007.50, 63.288030 }, //13 July 1998, UT1-UTC=-0.1040298, Accumulated Leap Seconds=31 + { 2451008.50, 63.288681 }, //14 July 1998, UT1-UTC=-0.1046812, Accumulated Leap Seconds=31 + { 2451009.50, 63.289419 }, //15 July 1998, UT1-UTC=-0.1054190, Accumulated Leap Seconds=31 + { 2451010.50, 63.290174 }, //16 July 1998, UT1-UTC=-0.1061736, Accumulated Leap Seconds=31 + { 2451011.50, 63.290866 }, //17 July 1998, UT1-UTC=-0.1068659, Accumulated Leap Seconds=31 + { 2451012.50, 63.291439 }, //18 July 1998, UT1-UTC=-0.1074393, Accumulated Leap Seconds=31 + { 2451013.50, 63.291872 }, //19 July 1998, UT1-UTC=-0.1078724, Accumulated Leap Seconds=31 + { 2451014.50, 63.292164 }, //20 July 1998, UT1-UTC=-0.1081643, Accumulated Leap Seconds=31 + { 2451015.50, 63.292331 }, //21 July 1998, UT1-UTC=-0.1083311, Accumulated Leap Seconds=31 + { 2451016.50, 63.292423 }, //22 July 1998, UT1-UTC=-0.1084226, Accumulated Leap Seconds=31 + { 2451017.50, 63.292522 }, //23 July 1998, UT1-UTC=-0.1085224, Accumulated Leap Seconds=31 + { 2451018.50, 63.292684 }, //24 July 1998, UT1-UTC=-0.1086844, Accumulated Leap Seconds=31 + { 2451019.50, 63.292945 }, //25 July 1998, UT1-UTC=-0.1089446, Accumulated Leap Seconds=31 + { 2451020.50, 63.293314 }, //26 July 1998, UT1-UTC=-0.1093143, Accumulated Leap Seconds=31 + { 2451021.50, 63.293762 }, //27 July 1998, UT1-UTC=-0.1097623, Accumulated Leap Seconds=31 + { 2451022.50, 63.294247 }, //28 July 1998, UT1-UTC=-0.1102469, Accumulated Leap Seconds=31 + { 2451023.50, 63.294730 }, //29 July 1998, UT1-UTC=-0.1107304, Accumulated Leap Seconds=31 + { 2451024.50, 63.295193 }, //30 July 1998, UT1-UTC=-0.1111935, Accumulated Leap Seconds=31 + { 2451025.50, 63.295670 }, //31 July 1998, UT1-UTC=-0.1116704, Accumulated Leap Seconds=31 + { 2451026.50, 63.296137 }, //01 August 1998, UT1-UTC=-0.1121369, Accumulated Leap Seconds=31 + { 2451027.50, 63.296552 }, //02 August 1998, UT1-UTC=-0.1125522, Accumulated Leap Seconds=31 + { 2451028.50, 63.296918 }, //03 August 1998, UT1-UTC=-0.1129176, Accumulated Leap Seconds=31 + { 2451029.50, 63.297247 }, //04 August 1998, UT1-UTC=-0.1132469, Accumulated Leap Seconds=31 + { 2451030.50, 63.297560 }, //05 August 1998, UT1-UTC=-0.1135605, Accumulated Leap Seconds=31 + { 2451031.50, 63.297884 }, //06 August 1998, UT1-UTC=-0.1138838, Accumulated Leap Seconds=31 + { 2451032.50, 63.298274 }, //07 August 1998, UT1-UTC=-0.1142743, Accumulated Leap Seconds=31 + { 2451033.50, 63.298795 }, //08 August 1998, UT1-UTC=-0.1147954, Accumulated Leap Seconds=31 + { 2451034.50, 63.299484 }, //09 August 1998, UT1-UTC=-0.1154840, Accumulated Leap Seconds=31 + { 2451035.50, 63.300339 }, //10 August 1998, UT1-UTC=-0.1163391, Accumulated Leap Seconds=31 + { 2451036.50, 63.301309 }, //11 August 1998, UT1-UTC=-0.1173091, Accumulated Leap Seconds=31 + { 2451037.50, 63.302317 }, //12 August 1998, UT1-UTC=-0.1183170, Accumulated Leap Seconds=31 + { 2451038.50, 63.303287 }, //13 August 1998, UT1-UTC=-0.1192872, Accumulated Leap Seconds=31 + { 2451039.50, 63.304133 }, //14 August 1998, UT1-UTC=-0.1201329, Accumulated Leap Seconds=31 + { 2451040.50, 63.304800 }, //15 August 1998, UT1-UTC=-0.1207999, Accumulated Leap Seconds=31 + { 2451041.50, 63.305276 }, //16 August 1998, UT1-UTC=-0.1212755, Accumulated Leap Seconds=31 + { 2451042.50, 63.305593 }, //17 August 1998, UT1-UTC=-0.1215926, Accumulated Leap Seconds=31 + { 2451043.50, 63.305827 }, //18 August 1998, UT1-UTC=-0.1218266, Accumulated Leap Seconds=31 + { 2451044.50, 63.306036 }, //19 August 1998, UT1-UTC=-0.1220355, Accumulated Leap Seconds=31 + { 2451045.50, 63.306237 }, //20 August 1998, UT1-UTC=-0.1222367, Accumulated Leap Seconds=31 + { 2451046.50, 63.306495 }, //21 August 1998, UT1-UTC=-0.1224955, Accumulated Leap Seconds=31 + { 2451047.50, 63.306859 }, //22 August 1998, UT1-UTC=-0.1228588, Accumulated Leap Seconds=31 + { 2451048.50, 63.307315 }, //23 August 1998, UT1-UTC=-0.1233150, Accumulated Leap Seconds=31 + { 2451049.50, 63.307841 }, //24 August 1998, UT1-UTC=-0.1238411, Accumulated Leap Seconds=31 + { 2451050.50, 63.308424 }, //25 August 1998, UT1-UTC=-0.1244240, Accumulated Leap Seconds=31 + { 2451051.50, 63.309062 }, //26 August 1998, UT1-UTC=-0.1250624, Accumulated Leap Seconds=31 + { 2451052.50, 63.309742 }, //27 August 1998, UT1-UTC=-0.1257425, Accumulated Leap Seconds=31 + { 2451053.50, 63.310364 }, //28 August 1998, UT1-UTC=-0.1263636, Accumulated Leap Seconds=31 + { 2451054.50, 63.310921 }, //29 August 1998, UT1-UTC=-0.1269212, Accumulated Leap Seconds=31 + { 2451055.50, 63.311468 }, //30 August 1998, UT1-UTC=-0.1274676, Accumulated Leap Seconds=31 + { 2451056.50, 63.312027 }, //31 August 1998, UT1-UTC=-0.1280275, Accumulated Leap Seconds=31 + { 2451057.50, 63.312609 }, //01 September 1998, UT1-UTC=-0.1286092, Accumulated Leap Seconds=31 + { 2451058.50, 63.313234 }, //02 September 1998, UT1-UTC=-0.1292343, Accumulated Leap Seconds=31 + { 2451059.50, 63.313924 }, //03 September 1998, UT1-UTC=-0.1299243, Accumulated Leap Seconds=31 + { 2451060.50, 63.314722 }, //04 September 1998, UT1-UTC=-0.1307220, Accumulated Leap Seconds=31 + { 2451061.50, 63.315683 }, //05 September 1998, UT1-UTC=-0.1316830, Accumulated Leap Seconds=31 + { 2451062.50, 63.316837 }, //06 September 1998, UT1-UTC=-0.1328370, Accumulated Leap Seconds=31 + { 2451063.50, 63.318150 }, //07 September 1998, UT1-UTC=-0.1341501, Accumulated Leap Seconds=31 + { 2451064.50, 63.319573 }, //08 September 1998, UT1-UTC=-0.1355729, Accumulated Leap Seconds=31 + { 2451065.50, 63.321032 }, //09 September 1998, UT1-UTC=-0.1370316, Accumulated Leap Seconds=31 + { 2451066.50, 63.322443 }, //10 September 1998, UT1-UTC=-0.1384432, Accumulated Leap Seconds=31 + { 2451067.50, 63.323702 }, //11 September 1998, UT1-UTC=-0.1397025, Accumulated Leap Seconds=31 + { 2451068.50, 63.324756 }, //12 September 1998, UT1-UTC=-0.1407564, Accumulated Leap Seconds=31 + { 2451069.50, 63.325625 }, //13 September 1998, UT1-UTC=-0.1416251, Accumulated Leap Seconds=31 + { 2451070.50, 63.326353 }, //14 September 1998, UT1-UTC=-0.1423535, Accumulated Leap Seconds=31 + { 2451071.50, 63.327036 }, //15 September 1998, UT1-UTC=-0.1430362, Accumulated Leap Seconds=31 + { 2451072.50, 63.327748 }, //16 September 1998, UT1-UTC=-0.1437484, Accumulated Leap Seconds=31 + { 2451073.50, 63.328525 }, //17 September 1998, UT1-UTC=-0.1445251, Accumulated Leap Seconds=31 + { 2451074.50, 63.329383 }, //18 September 1998, UT1-UTC=-0.1453833, Accumulated Leap Seconds=31 + { 2451075.50, 63.330344 }, //19 September 1998, UT1-UTC=-0.1463441, Accumulated Leap Seconds=31 + { 2451076.50, 63.331409 }, //20 September 1998, UT1-UTC=-0.1474095, Accumulated Leap Seconds=31 + { 2451077.50, 63.332534 }, //21 September 1998, UT1-UTC=-0.1485342, Accumulated Leap Seconds=31 + { 2451078.50, 63.333673 }, //22 September 1998, UT1-UTC=-0.1496726, Accumulated Leap Seconds=31 + { 2451079.50, 63.334780 }, //23 September 1998, UT1-UTC=-0.1507802, Accumulated Leap Seconds=31 + { 2451080.50, 63.335829 }, //24 September 1998, UT1-UTC=-0.1518292, Accumulated Leap Seconds=31 + { 2451081.50, 63.336826 }, //25 September 1998, UT1-UTC=-0.1528258, Accumulated Leap Seconds=31 + { 2451082.50, 63.337774 }, //26 September 1998, UT1-UTC=-0.1537743, Accumulated Leap Seconds=31 + { 2451083.50, 63.338670 }, //27 September 1998, UT1-UTC=-0.1546698, Accumulated Leap Seconds=31 + { 2451084.50, 63.339505 }, //28 September 1998, UT1-UTC=-0.1555055, Accumulated Leap Seconds=31 + { 2451085.50, 63.340318 }, //29 September 1998, UT1-UTC=-0.1563181, Accumulated Leap Seconds=31 + { 2451086.50, 63.341172 }, //30 September 1998, UT1-UTC=-0.1571720, Accumulated Leap Seconds=31 + { 2451087.50, 63.342162 }, //01 October 1998, UT1-UTC=-0.1581622, Accumulated Leap Seconds=31 + { 2451088.50, 63.343346 }, //02 October 1998, UT1-UTC=-0.1593458, Accumulated Leap Seconds=31 + { 2451089.50, 63.344750 }, //03 October 1998, UT1-UTC=-0.1607503, Accumulated Leap Seconds=31 + { 2451090.50, 63.346382 }, //04 October 1998, UT1-UTC=-0.1623819, Accumulated Leap Seconds=31 + { 2451091.50, 63.348199 }, //05 October 1998, UT1-UTC=-0.1641995, Accumulated Leap Seconds=31 + { 2451092.50, 63.350100 }, //06 October 1998, UT1-UTC=-0.1661005, Accumulated Leap Seconds=31 + { 2451093.50, 63.351977 }, //07 October 1998, UT1-UTC=-0.1679768, Accumulated Leap Seconds=31 + { 2451094.50, 63.353772 }, //08 October 1998, UT1-UTC=-0.1697717, Accumulated Leap Seconds=31 + { 2451095.50, 63.355430 }, //09 October 1998, UT1-UTC=-0.1714298, Accumulated Leap Seconds=31 + { 2451096.50, 63.356952 }, //10 October 1998, UT1-UTC=-0.1729521, Accumulated Leap Seconds=31 + { 2451097.50, 63.358344 }, //11 October 1998, UT1-UTC=-0.1743443, Accumulated Leap Seconds=31 + { 2451098.50, 63.359627 }, //12 October 1998, UT1-UTC=-0.1756272, Accumulated Leap Seconds=31 + { 2451099.50, 63.360859 }, //13 October 1998, UT1-UTC=-0.1768590, Accumulated Leap Seconds=31 + { 2451100.50, 63.362108 }, //14 October 1998, UT1-UTC=-0.1781084, Accumulated Leap Seconds=31 + { 2451101.50, 63.363440 }, //15 October 1998, UT1-UTC=-0.1794396, Accumulated Leap Seconds=31 + { 2451102.50, 63.364827 }, //16 October 1998, UT1-UTC=-0.1808271, Accumulated Leap Seconds=31 + { 2451103.50, 63.366244 }, //17 October 1998, UT1-UTC=-0.1822437, Accumulated Leap Seconds=31 + { 2451104.50, 63.367689 }, //18 October 1998, UT1-UTC=-0.1836888, Accumulated Leap Seconds=31 + { 2451105.50, 63.369154 }, //19 October 1998, UT1-UTC=-0.1851536, Accumulated Leap Seconds=31 + { 2451106.50, 63.370616 }, //20 October 1998, UT1-UTC=-0.1866161, Accumulated Leap Seconds=31 + { 2451107.50, 63.372065 }, //21 October 1998, UT1-UTC=-0.1880647, Accumulated Leap Seconds=31 + { 2451108.50, 63.373479 }, //22 October 1998, UT1-UTC=-0.1894793, Accumulated Leap Seconds=31 + { 2451109.50, 63.374814 }, //23 October 1998, UT1-UTC=-0.1908137, Accumulated Leap Seconds=31 + { 2451110.50, 63.376073 }, //24 October 1998, UT1-UTC=-0.1920735, Accumulated Leap Seconds=31 + { 2451111.50, 63.377303 }, //25 October 1998, UT1-UTC=-0.1933035, Accumulated Leap Seconds=31 + { 2451112.50, 63.378523 }, //26 October 1998, UT1-UTC=-0.1945232, Accumulated Leap Seconds=31 + { 2451113.50, 63.379716 }, //27 October 1998, UT1-UTC=-0.1957162, Accumulated Leap Seconds=31 + { 2451114.50, 63.380901 }, //28 October 1998, UT1-UTC=-0.1969014, Accumulated Leap Seconds=31 + { 2451115.50, 63.382160 }, //29 October 1998, UT1-UTC=-0.1981601, Accumulated Leap Seconds=31 + { 2451116.50, 63.383590 }, //30 October 1998, UT1-UTC=-0.1995900, Accumulated Leap Seconds=31 + { 2451117.50, 63.385245 }, //31 October 1998, UT1-UTC=-0.2012454, Accumulated Leap Seconds=31 + { 2451118.50, 63.387130 }, //01 November 1998, UT1-UTC=-0.2031303, Accumulated Leap Seconds=31 + { 2451119.50, 63.389193 }, //02 November 1998, UT1-UTC=-0.2051926, Accumulated Leap Seconds=31 + { 2451120.50, 63.391325 }, //03 November 1998, UT1-UTC=-0.2073251, Accumulated Leap Seconds=31 + { 2451121.50, 63.393409 }, //04 November 1998, UT1-UTC=-0.2094093, Accumulated Leap Seconds=31 + { 2451122.50, 63.395365 }, //05 November 1998, UT1-UTC=-0.2113650, Accumulated Leap Seconds=31 + { 2451123.50, 63.397141 }, //06 November 1998, UT1-UTC=-0.2131407, Accumulated Leap Seconds=31 + { 2451124.50, 63.398755 }, //07 November 1998, UT1-UTC=-0.2147551, Accumulated Leap Seconds=31 + { 2451125.50, 63.400249 }, //08 November 1998, UT1-UTC=-0.2162487, Accumulated Leap Seconds=31 + { 2451126.50, 63.401682 }, //09 November 1998, UT1-UTC=-0.2176819, Accumulated Leap Seconds=31 + { 2451127.50, 63.403120 }, //10 November 1998, UT1-UTC=-0.2191202, Accumulated Leap Seconds=31 + { 2451128.50, 63.404591 }, //11 November 1998, UT1-UTC=-0.2205909, Accumulated Leap Seconds=31 + { 2451129.50, 63.406090 }, //12 November 1998, UT1-UTC=-0.2220896, Accumulated Leap Seconds=31 + { 2451130.50, 63.407608 }, //13 November 1998, UT1-UTC=-0.2236081, Accumulated Leap Seconds=31 + { 2451131.50, 63.409132 }, //14 November 1998, UT1-UTC=-0.2251319, Accumulated Leap Seconds=31 + { 2451132.50, 63.410641 }, //15 November 1998, UT1-UTC=-0.2266414, Accumulated Leap Seconds=31 + { 2451133.50, 63.412114 }, //16 November 1998, UT1-UTC=-0.2281143, Accumulated Leap Seconds=31 + { 2451134.50, 63.413545 }, //17 November 1998, UT1-UTC=-0.2295452, Accumulated Leap Seconds=31 + { 2451135.50, 63.414934 }, //18 November 1998, UT1-UTC=-0.2309338, Accumulated Leap Seconds=31 + { 2451136.50, 63.416280 }, //19 November 1998, UT1-UTC=-0.2322805, Accumulated Leap Seconds=31 + { 2451137.50, 63.417578 }, //20 November 1998, UT1-UTC=-0.2335782, Accumulated Leap Seconds=31 + { 2451138.50, 63.418834 }, //21 November 1998, UT1-UTC=-0.2348337, Accumulated Leap Seconds=31 + { 2451139.50, 63.420062 }, //22 November 1998, UT1-UTC=-0.2360622, Accumulated Leap Seconds=31 + { 2451140.50, 63.421288 }, //23 November 1998, UT1-UTC=-0.2372881, Accumulated Leap Seconds=31 + { 2451141.50, 63.422533 }, //24 November 1998, UT1-UTC=-0.2385329, Accumulated Leap Seconds=31 + { 2451142.50, 63.423819 }, //25 November 1998, UT1-UTC=-0.2398188, Accumulated Leap Seconds=31 + { 2451143.50, 63.425204 }, //26 November 1998, UT1-UTC=-0.2412040, Accumulated Leap Seconds=31 + { 2451144.50, 63.426740 }, //27 November 1998, UT1-UTC=-0.2427405, Accumulated Leap Seconds=31 + { 2451145.50, 63.428440 }, //28 November 1998, UT1-UTC=-0.2444404, Accumulated Leap Seconds=31 + { 2451146.50, 63.430269 }, //29 November 1998, UT1-UTC=-0.2462693, Accumulated Leap Seconds=31 + { 2451147.50, 63.432132 }, //30 November 1998, UT1-UTC=-0.2481323, Accumulated Leap Seconds=31 + { 2451148.50, 63.433930 }, //01 December 1998, UT1-UTC=-0.2499302, Accumulated Leap Seconds=31 + { 2451149.50, 63.435594 }, //02 December 1998, UT1-UTC=-0.2515939, Accumulated Leap Seconds=31 + { 2451150.50, 63.437116 }, //03 December 1998, UT1-UTC=-0.2531158, Accumulated Leap Seconds=31 + { 2451151.50, 63.438480 }, //04 December 1998, UT1-UTC=-0.2544798, Accumulated Leap Seconds=31 + { 2451152.50, 63.439707 }, //05 December 1998, UT1-UTC=-0.2557069, Accumulated Leap Seconds=31 + { 2451153.50, 63.440849 }, //06 December 1998, UT1-UTC=-0.2568494, Accumulated Leap Seconds=31 + { 2451154.50, 63.441950 }, //07 December 1998, UT1-UTC=-0.2579503, Accumulated Leap Seconds=31 + { 2451155.50, 63.443032 }, //08 December 1998, UT1-UTC=-0.2590320, Accumulated Leap Seconds=31 + { 2451156.50, 63.444105 }, //09 December 1998, UT1-UTC=-0.2601053, Accumulated Leap Seconds=31 + { 2451157.50, 63.445218 }, //10 December 1998, UT1-UTC=-0.2612184, Accumulated Leap Seconds=31 + { 2451158.50, 63.446391 }, //11 December 1998, UT1-UTC=-0.2623909, Accumulated Leap Seconds=31 + { 2451159.50, 63.447583 }, //12 December 1998, UT1-UTC=-0.2635827, Accumulated Leap Seconds=31 + { 2451160.50, 63.448736 }, //13 December 1998, UT1-UTC=-0.2647357, Accumulated Leap Seconds=31 + { 2451161.50, 63.449827 }, //14 December 1998, UT1-UTC=-0.2658275, Accumulated Leap Seconds=31 + { 2451162.50, 63.450846 }, //15 December 1998, UT1-UTC=-0.2668465, Accumulated Leap Seconds=31 + { 2451163.50, 63.451779 }, //16 December 1998, UT1-UTC=-0.2677791, Accumulated Leap Seconds=31 + { 2451164.50, 63.452616 }, //17 December 1998, UT1-UTC=-0.2686158, Accumulated Leap Seconds=31 + { 2451165.50, 63.453372 }, //18 December 1998, UT1-UTC=-0.2693720, Accumulated Leap Seconds=31 + { 2451166.50, 63.454059 }, //19 December 1998, UT1-UTC=-0.2700595, Accumulated Leap Seconds=31 + { 2451167.50, 63.454701 }, //20 December 1998, UT1-UTC=-0.2707009, Accumulated Leap Seconds=31 + { 2451168.50, 63.455336 }, //21 December 1998, UT1-UTC=-0.2713359, Accumulated Leap Seconds=31 + { 2451169.50, 63.456001 }, //22 December 1998, UT1-UTC=-0.2720006, Accumulated Leap Seconds=31 + { 2451170.50, 63.456744 }, //23 December 1998, UT1-UTC=-0.2727442, Accumulated Leap Seconds=31 + { 2451171.50, 63.457650 }, //24 December 1998, UT1-UTC=-0.2736499, Accumulated Leap Seconds=31 + { 2451172.50, 63.458750 }, //25 December 1998, UT1-UTC=-0.2747502, Accumulated Leap Seconds=31 + { 2451173.50, 63.460001 }, //26 December 1998, UT1-UTC=-0.2760006, Accumulated Leap Seconds=31 + { 2451174.50, 63.461331 }, //27 December 1998, UT1-UTC=-0.2773312, Accumulated Leap Seconds=31 + { 2451175.50, 63.462675 }, //28 December 1998, UT1-UTC=-0.2786753, Accumulated Leap Seconds=31 + { 2451176.50, 63.463977 }, //29 December 1998, UT1-UTC=-0.2799775, Accumulated Leap Seconds=31 + { 2451177.50, 63.465210 }, //30 December 1998, UT1-UTC=-0.2812099, Accumulated Leap Seconds=31 + { 2451178.50, 63.466334 }, //31 December 1998, UT1-UTC=-0.2823341, Accumulated Leap Seconds=31 + { 2451179.50, 63.467337 }, //01 January 1999, UT1-UTC= 0.7166631, Accumulated Leap Seconds=32 + { 2451180.50, 63.468246 }, //02 January 1999, UT1-UTC= 0.7157538, Accumulated Leap Seconds=32 + { 2451181.50, 63.469107 }, //03 January 1999, UT1-UTC= 0.7148929, Accumulated Leap Seconds=32 + { 2451182.50, 63.469958 }, //04 January 1999, UT1-UTC= 0.7140423, Accumulated Leap Seconds=32 + { 2451183.50, 63.470818 }, //05 January 1999, UT1-UTC= 0.7131819, Accumulated Leap Seconds=32 + { 2451184.50, 63.471720 }, //06 January 1999, UT1-UTC= 0.7122795, Accumulated Leap Seconds=32 + { 2451185.50, 63.472735 }, //07 January 1999, UT1-UTC= 0.7112652, Accumulated Leap Seconds=32 + { 2451186.50, 63.473816 }, //08 January 1999, UT1-UTC= 0.7101837, Accumulated Leap Seconds=32 + { 2451187.50, 63.474895 }, //09 January 1999, UT1-UTC= 0.7091047, Accumulated Leap Seconds=32 + { 2451188.50, 63.475965 }, //10 January 1999, UT1-UTC= 0.7080354, Accumulated Leap Seconds=32 + { 2451189.50, 63.477006 }, //11 January 1999, UT1-UTC= 0.7069937, Accumulated Leap Seconds=32 + { 2451190.50, 63.477952 }, //12 January 1999, UT1-UTC= 0.7060484, Accumulated Leap Seconds=32 + { 2451191.50, 63.478765 }, //13 January 1999, UT1-UTC= 0.7052346, Accumulated Leap Seconds=32 + { 2451192.50, 63.479500 }, //14 January 1999, UT1-UTC= 0.7045002, Accumulated Leap Seconds=32 + { 2451193.50, 63.480182 }, //15 January 1999, UT1-UTC= 0.7038183, Accumulated Leap Seconds=32 + { 2451194.50, 63.480792 }, //16 January 1999, UT1-UTC= 0.7032077, Accumulated Leap Seconds=32 + { 2451195.50, 63.481348 }, //17 January 1999, UT1-UTC= 0.7026524, Accumulated Leap Seconds=32 + { 2451196.50, 63.481893 }, //18 January 1999, UT1-UTC= 0.7021070, Accumulated Leap Seconds=32 + { 2451197.50, 63.482509 }, //19 January 1999, UT1-UTC= 0.7014909, Accumulated Leap Seconds=32 + { 2451198.50, 63.483263 }, //20 January 1999, UT1-UTC= 0.7007374, Accumulated Leap Seconds=32 + { 2451199.50, 63.484203 }, //21 January 1999, UT1-UTC= 0.6997973, Accumulated Leap Seconds=32 + { 2451200.50, 63.485328 }, //22 January 1999, UT1-UTC= 0.6986720, Accumulated Leap Seconds=32 + { 2451201.50, 63.486597 }, //23 January 1999, UT1-UTC= 0.6974028, Accumulated Leap Seconds=32 + { 2451202.50, 63.487965 }, //24 January 1999, UT1-UTC= 0.6960345, Accumulated Leap Seconds=32 + { 2451203.50, 63.489375 }, //25 January 1999, UT1-UTC= 0.6946253, Accumulated Leap Seconds=32 + { 2451204.50, 63.490726 }, //26 January 1999, UT1-UTC= 0.6932741, Accumulated Leap Seconds=32 + { 2451205.50, 63.491975 }, //27 January 1999, UT1-UTC= 0.6920250, Accumulated Leap Seconds=32 + { 2451206.50, 63.493158 }, //28 January 1999, UT1-UTC= 0.6908424, Accumulated Leap Seconds=32 + { 2451207.50, 63.494301 }, //29 January 1999, UT1-UTC= 0.6896986, Accumulated Leap Seconds=32 + { 2451208.50, 63.495455 }, //30 January 1999, UT1-UTC= 0.6885450, Accumulated Leap Seconds=32 + { 2451209.50, 63.496638 }, //31 January 1999, UT1-UTC= 0.6873616, Accumulated Leap Seconds=32 + { 2451210.50, 63.497864 }, //01 February 1999, UT1-UTC= 0.6861358, Accumulated Leap Seconds=32 + { 2451211.50, 63.499136 }, //02 February 1999, UT1-UTC= 0.6848638, Accumulated Leap Seconds=32 + { 2451212.50, 63.500445 }, //03 February 1999, UT1-UTC= 0.6835548, Accumulated Leap Seconds=32 + { 2451213.50, 63.501774 }, //04 February 1999, UT1-UTC= 0.6822259, Accumulated Leap Seconds=32 + { 2451214.50, 63.503107 }, //05 February 1999, UT1-UTC= 0.6808925, Accumulated Leap Seconds=32 + { 2451215.50, 63.504429 }, //06 February 1999, UT1-UTC= 0.6795712, Accumulated Leap Seconds=32 + { 2451216.50, 63.505712 }, //07 February 1999, UT1-UTC= 0.6782882, Accumulated Leap Seconds=32 + { 2451217.50, 63.506924 }, //08 February 1999, UT1-UTC= 0.6770761, Accumulated Leap Seconds=32 + { 2451218.50, 63.508045 }, //09 February 1999, UT1-UTC= 0.6759552, Accumulated Leap Seconds=32 + { 2451219.50, 63.509088 }, //10 February 1999, UT1-UTC= 0.6749119, Accumulated Leap Seconds=32 + { 2451220.50, 63.510057 }, //11 February 1999, UT1-UTC= 0.6739428, Accumulated Leap Seconds=32 + { 2451221.50, 63.510964 }, //12 February 1999, UT1-UTC= 0.6730364, Accumulated Leap Seconds=32 + { 2451222.50, 63.511861 }, //13 February 1999, UT1-UTC= 0.6721393, Accumulated Leap Seconds=32 + { 2451223.50, 63.512820 }, //14 February 1999, UT1-UTC= 0.6711804, Accumulated Leap Seconds=32 + { 2451224.50, 63.513886 }, //15 February 1999, UT1-UTC= 0.6701140, Accumulated Leap Seconds=32 + { 2451225.50, 63.515082 }, //16 February 1999, UT1-UTC= 0.6689183, Accumulated Leap Seconds=32 + { 2451226.50, 63.516426 }, //17 February 1999, UT1-UTC= 0.6675736, Accumulated Leap Seconds=32 + { 2451227.50, 63.517948 }, //18 February 1999, UT1-UTC= 0.6660522, Accumulated Leap Seconds=32 + { 2451228.50, 63.519606 }, //19 February 1999, UT1-UTC= 0.6643942, Accumulated Leap Seconds=32 + { 2451229.50, 63.521303 }, //20 February 1999, UT1-UTC= 0.6626968, Accumulated Leap Seconds=32 + { 2451230.50, 63.522959 }, //21 February 1999, UT1-UTC= 0.6610413, Accumulated Leap Seconds=32 + { 2451231.50, 63.524527 }, //22 February 1999, UT1-UTC= 0.6594725, Accumulated Leap Seconds=32 + { 2451232.50, 63.525949 }, //23 February 1999, UT1-UTC= 0.6580508, Accumulated Leap Seconds=32 + { 2451233.50, 63.527189 }, //24 February 1999, UT1-UTC= 0.6568111, Accumulated Leap Seconds=32 + { 2451234.50, 63.528269 }, //25 February 1999, UT1-UTC= 0.6557312, Accumulated Leap Seconds=32 + { 2451235.50, 63.529232 }, //26 February 1999, UT1-UTC= 0.6547679, Accumulated Leap Seconds=32 + { 2451236.50, 63.530125 }, //27 February 1999, UT1-UTC= 0.6538752, Accumulated Leap Seconds=32 + { 2451237.50, 63.531012 }, //28 February 1999, UT1-UTC= 0.6529877, Accumulated Leap Seconds=32 + { 2451238.50, 63.531933 }, //01 March 1999, UT1-UTC= 0.6520673, Accumulated Leap Seconds=32 + { 2451239.50, 63.532875 }, //02 March 1999, UT1-UTC= 0.6511253, Accumulated Leap Seconds=32 + { 2451240.50, 63.533825 }, //03 March 1999, UT1-UTC= 0.6501754, Accumulated Leap Seconds=32 + { 2451241.50, 63.534802 }, //04 March 1999, UT1-UTC= 0.6491977, Accumulated Leap Seconds=32 + { 2451242.50, 63.535816 }, //05 March 1999, UT1-UTC= 0.6481838, Accumulated Leap Seconds=32 + { 2451243.50, 63.536826 }, //06 March 1999, UT1-UTC= 0.6471735, Accumulated Leap Seconds=32 + { 2451244.50, 63.537742 }, //07 March 1999, UT1-UTC= 0.6462583, Accumulated Leap Seconds=32 + { 2451245.50, 63.538571 }, //08 March 1999, UT1-UTC= 0.6454292, Accumulated Leap Seconds=32 + { 2451246.50, 63.539332 }, //09 March 1999, UT1-UTC= 0.6446676, Accumulated Leap Seconds=32 + { 2451247.50, 63.540043 }, //10 March 1999, UT1-UTC= 0.6439574, Accumulated Leap Seconds=32 + { 2451248.50, 63.540735 }, //11 March 1999, UT1-UTC= 0.6432645, Accumulated Leap Seconds=32 + { 2451249.50, 63.541451 }, //12 March 1999, UT1-UTC= 0.6425490, Accumulated Leap Seconds=32 + { 2451250.50, 63.542235 }, //13 March 1999, UT1-UTC= 0.6417652, Accumulated Leap Seconds=32 + { 2451251.50, 63.543136 }, //14 March 1999, UT1-UTC= 0.6408641, Accumulated Leap Seconds=32 + { 2451252.50, 63.544199 }, //15 March 1999, UT1-UTC= 0.6398005, Accumulated Leap Seconds=32 + { 2451253.50, 63.545439 }, //16 March 1999, UT1-UTC= 0.6385608, Accumulated Leap Seconds=32 + { 2451254.50, 63.546840 }, //17 March 1999, UT1-UTC= 0.6371604, Accumulated Leap Seconds=32 + { 2451255.50, 63.548372 }, //18 March 1999, UT1-UTC= 0.6356283, Accumulated Leap Seconds=32 + { 2451256.50, 63.549993 }, //19 March 1999, UT1-UTC= 0.6340067, Accumulated Leap Seconds=32 + { 2451257.50, 63.551655 }, //20 March 1999, UT1-UTC= 0.6323448, Accumulated Leap Seconds=32 + { 2451258.50, 63.553317 }, //21 March 1999, UT1-UTC= 0.6306827, Accumulated Leap Seconds=32 + { 2451259.50, 63.554918 }, //22 March 1999, UT1-UTC= 0.6290823, Accumulated Leap Seconds=32 + { 2451260.50, 63.556379 }, //23 March 1999, UT1-UTC= 0.6276210, Accumulated Leap Seconds=32 + { 2451261.50, 63.557682 }, //24 March 1999, UT1-UTC= 0.6263176, Accumulated Leap Seconds=32 + { 2451262.50, 63.558885 }, //25 March 1999, UT1-UTC= 0.6251154, Accumulated Leap Seconds=32 + { 2451263.50, 63.560034 }, //26 March 1999, UT1-UTC= 0.6239661, Accumulated Leap Seconds=32 + { 2451264.50, 63.561210 }, //27 March 1999, UT1-UTC= 0.6227899, Accumulated Leap Seconds=32 + { 2451265.50, 63.562452 }, //28 March 1999, UT1-UTC= 0.6215475, Accumulated Leap Seconds=32 + { 2451266.50, 63.563773 }, //29 March 1999, UT1-UTC= 0.6202271, Accumulated Leap Seconds=32 + { 2451267.50, 63.565145 }, //30 March 1999, UT1-UTC= 0.6188549, Accumulated Leap Seconds=32 + { 2451268.50, 63.566534 }, //31 March 1999, UT1-UTC= 0.6174657, Accumulated Leap Seconds=32 + { 2451269.50, 63.567944 }, //01 April 1999, UT1-UTC= 0.6160559, Accumulated Leap Seconds=32 + { 2451270.50, 63.569364 }, //02 April 1999, UT1-UTC= 0.6146358, Accumulated Leap Seconds=32 + { 2451271.50, 63.570751 }, //03 April 1999, UT1-UTC= 0.6132488, Accumulated Leap Seconds=32 + { 2451272.50, 63.572056 }, //04 April 1999, UT1-UTC= 0.6119436, Accumulated Leap Seconds=32 + { 2451273.50, 63.573280 }, //05 April 1999, UT1-UTC= 0.6107195, Accumulated Leap Seconds=32 + { 2451274.50, 63.574450 }, //06 April 1999, UT1-UTC= 0.6095502, Accumulated Leap Seconds=32 + { 2451275.50, 63.575594 }, //07 April 1999, UT1-UTC= 0.6084063, Accumulated Leap Seconds=32 + { 2451276.50, 63.576698 }, //08 April 1999, UT1-UTC= 0.6073019, Accumulated Leap Seconds=32 + { 2451277.50, 63.577784 }, //09 April 1999, UT1-UTC= 0.6062160, Accumulated Leap Seconds=32 + { 2451278.50, 63.578921 }, //10 April 1999, UT1-UTC= 0.6050794, Accumulated Leap Seconds=32 + { 2451279.50, 63.580162 }, //11 April 1999, UT1-UTC= 0.6038380, Accumulated Leap Seconds=32 + { 2451280.50, 63.581563 }, //12 April 1999, UT1-UTC= 0.6024367, Accumulated Leap Seconds=32 + { 2451281.50, 63.583169 }, //13 April 1999, UT1-UTC= 0.6008313, Accumulated Leap Seconds=32 + { 2451282.50, 63.584967 }, //14 April 1999, UT1-UTC= 0.5990325, Accumulated Leap Seconds=32 + { 2451283.50, 63.586873 }, //15 April 1999, UT1-UTC= 0.5971267, Accumulated Leap Seconds=32 + { 2451284.50, 63.588811 }, //16 April 1999, UT1-UTC= 0.5951894, Accumulated Leap Seconds=32 + { 2451285.50, 63.590699 }, //17 April 1999, UT1-UTC= 0.5933008, Accumulated Leap Seconds=32 + { 2451286.50, 63.592457 }, //18 April 1999, UT1-UTC= 0.5915425, Accumulated Leap Seconds=32 + { 2451287.50, 63.594063 }, //19 April 1999, UT1-UTC= 0.5899368, Accumulated Leap Seconds=32 + { 2451288.50, 63.595520 }, //20 April 1999, UT1-UTC= 0.5884796, Accumulated Leap Seconds=32 + { 2451289.50, 63.596864 }, //21 April 1999, UT1-UTC= 0.5871357, Accumulated Leap Seconds=32 + { 2451290.50, 63.598130 }, //22 April 1999, UT1-UTC= 0.5858700, Accumulated Leap Seconds=32 + { 2451291.50, 63.599348 }, //23 April 1999, UT1-UTC= 0.5846524, Accumulated Leap Seconds=32 + { 2451292.50, 63.600590 }, //24 April 1999, UT1-UTC= 0.5834096, Accumulated Leap Seconds=32 + { 2451293.50, 63.601896 }, //25 April 1999, UT1-UTC= 0.5821038, Accumulated Leap Seconds=32 + { 2451294.50, 63.603273 }, //26 April 1999, UT1-UTC= 0.5807272, Accumulated Leap Seconds=32 + { 2451295.50, 63.604712 }, //27 April 1999, UT1-UTC= 0.5792883, Accumulated Leap Seconds=32 + { 2451296.50, 63.606185 }, //28 April 1999, UT1-UTC= 0.5778153, Accumulated Leap Seconds=32 + { 2451297.50, 63.607657 }, //29 April 1999, UT1-UTC= 0.5763425, Accumulated Leap Seconds=32 + { 2451298.50, 63.609089 }, //30 April 1999, UT1-UTC= 0.5749110, Accumulated Leap Seconds=32 + { 2451299.50, 63.610443 }, //01 May 1999, UT1-UTC= 0.5735568, Accumulated Leap Seconds=32 + { 2451300.50, 63.611699 }, //02 May 1999, UT1-UTC= 0.5723009, Accumulated Leap Seconds=32 + { 2451301.50, 63.612839 }, //03 May 1999, UT1-UTC= 0.5711608, Accumulated Leap Seconds=32 + { 2451302.50, 63.613847 }, //04 May 1999, UT1-UTC= 0.5701531, Accumulated Leap Seconds=32 + { 2451303.50, 63.614715 }, //05 May 1999, UT1-UTC= 0.5692849, Accumulated Leap Seconds=32 + { 2451304.50, 63.615475 }, //06 May 1999, UT1-UTC= 0.5685253, Accumulated Leap Seconds=32 + { 2451305.50, 63.616198 }, //07 May 1999, UT1-UTC= 0.5678023, Accumulated Leap Seconds=32 + { 2451306.50, 63.616976 }, //08 May 1999, UT1-UTC= 0.5670242, Accumulated Leap Seconds=32 + { 2451307.50, 63.617874 }, //09 May 1999, UT1-UTC= 0.5661260, Accumulated Leap Seconds=32 + { 2451308.50, 63.618934 }, //10 May 1999, UT1-UTC= 0.5650662, Accumulated Leap Seconds=32 + { 2451309.50, 63.620162 }, //11 May 1999, UT1-UTC= 0.5638383, Accumulated Leap Seconds=32 + { 2451310.50, 63.621558 }, //12 May 1999, UT1-UTC= 0.5624417, Accumulated Leap Seconds=32 + { 2451311.50, 63.623098 }, //13 May 1999, UT1-UTC= 0.5609021, Accumulated Leap Seconds=32 + { 2451312.50, 63.624692 }, //14 May 1999, UT1-UTC= 0.5593077, Accumulated Leap Seconds=32 + { 2451313.50, 63.626229 }, //15 May 1999, UT1-UTC= 0.5577711, Accumulated Leap Seconds=32 + { 2451314.50, 63.627616 }, //16 May 1999, UT1-UTC= 0.5563838, Accumulated Leap Seconds=32 + { 2451315.50, 63.628822 }, //17 May 1999, UT1-UTC= 0.5551776, Accumulated Leap Seconds=32 + { 2451316.50, 63.629895 }, //18 May 1999, UT1-UTC= 0.5541047, Accumulated Leap Seconds=32 + { 2451317.50, 63.630923 }, //19 May 1999, UT1-UTC= 0.5530771, Accumulated Leap Seconds=32 + { 2451318.50, 63.631969 }, //20 May 1999, UT1-UTC= 0.5520312, Accumulated Leap Seconds=32 + { 2451319.50, 63.633067 }, //21 May 1999, UT1-UTC= 0.5509326, Accumulated Leap Seconds=32 + { 2451320.50, 63.634258 }, //22 May 1999, UT1-UTC= 0.5497423, Accumulated Leap Seconds=32 + { 2451321.50, 63.635525 }, //23 May 1999, UT1-UTC= 0.5484752, Accumulated Leap Seconds=32 + { 2451322.50, 63.636816 }, //24 May 1999, UT1-UTC= 0.5471842, Accumulated Leap Seconds=32 + { 2451323.50, 63.638117 }, //25 May 1999, UT1-UTC= 0.5458829, Accumulated Leap Seconds=32 + { 2451324.50, 63.639383 }, //26 May 1999, UT1-UTC= 0.5446169, Accumulated Leap Seconds=32 + { 2451325.50, 63.640521 }, //27 May 1999, UT1-UTC= 0.5434790, Accumulated Leap Seconds=32 + { 2451326.50, 63.641512 }, //28 May 1999, UT1-UTC= 0.5424877, Accumulated Leap Seconds=32 + { 2451327.50, 63.642379 }, //29 May 1999, UT1-UTC= 0.5416207, Accumulated Leap Seconds=32 + { 2451328.50, 63.643143 }, //30 May 1999, UT1-UTC= 0.5408573, Accumulated Leap Seconds=32 + { 2451329.50, 63.643821 }, //31 May 1999, UT1-UTC= 0.5401792, Accumulated Leap Seconds=32 + { 2451330.50, 63.644429 }, //01 June 1999, UT1-UTC= 0.5395709, Accumulated Leap Seconds=32 + { 2451331.50, 63.645001 }, //02 June 1999, UT1-UTC= 0.5389991, Accumulated Leap Seconds=32 + { 2451332.50, 63.645579 }, //03 June 1999, UT1-UTC= 0.5384210, Accumulated Leap Seconds=32 + { 2451333.50, 63.646203 }, //04 June 1999, UT1-UTC= 0.5377971, Accumulated Leap Seconds=32 + { 2451334.50, 63.646922 }, //05 June 1999, UT1-UTC= 0.5370776, Accumulated Leap Seconds=32 + { 2451335.50, 63.647776 }, //06 June 1999, UT1-UTC= 0.5362240, Accumulated Leap Seconds=32 + { 2451336.50, 63.648765 }, //07 June 1999, UT1-UTC= 0.5352345, Accumulated Leap Seconds=32 + { 2451337.50, 63.649912 }, //08 June 1999, UT1-UTC= 0.5340876, Accumulated Leap Seconds=32 + { 2451338.50, 63.651206 }, //09 June 1999, UT1-UTC= 0.5327944, Accumulated Leap Seconds=32 + { 2451339.50, 63.652579 }, //10 June 1999, UT1-UTC= 0.5314212, Accumulated Leap Seconds=32 + { 2451340.50, 63.653942 }, //11 June 1999, UT1-UTC= 0.5300582, Accumulated Leap Seconds=32 + { 2451341.50, 63.655196 }, //12 June 1999, UT1-UTC= 0.5288036, Accumulated Leap Seconds=32 + { 2451342.50, 63.656255 }, //13 June 1999, UT1-UTC= 0.5277451, Accumulated Leap Seconds=32 + { 2451343.50, 63.657116 }, //14 June 1999, UT1-UTC= 0.5268842, Accumulated Leap Seconds=32 + { 2451344.50, 63.657835 }, //15 June 1999, UT1-UTC= 0.5261647, Accumulated Leap Seconds=32 + { 2451345.50, 63.658474 }, //16 June 1999, UT1-UTC= 0.5255264, Accumulated Leap Seconds=32 + { 2451346.50, 63.659088 }, //17 June 1999, UT1-UTC= 0.5249123, Accumulated Leap Seconds=32 + { 2451347.50, 63.659744 }, //18 June 1999, UT1-UTC= 0.5242564, Accumulated Leap Seconds=32 + { 2451348.50, 63.660457 }, //19 June 1999, UT1-UTC= 0.5235431, Accumulated Leap Seconds=32 + { 2451349.50, 63.661201 }, //20 June 1999, UT1-UTC= 0.5227985, Accumulated Leap Seconds=32 + { 2451350.50, 63.661946 }, //21 June 1999, UT1-UTC= 0.5220543, Accumulated Leap Seconds=32 + { 2451351.50, 63.662666 }, //22 June 1999, UT1-UTC= 0.5213344, Accumulated Leap Seconds=32 + { 2451352.50, 63.663310 }, //23 June 1999, UT1-UTC= 0.5206902, Accumulated Leap Seconds=32 + { 2451353.50, 63.663813 }, //24 June 1999, UT1-UTC= 0.5201869, Accumulated Leap Seconds=32 + { 2451354.50, 63.664175 }, //25 June 1999, UT1-UTC= 0.5198245, Accumulated Leap Seconds=32 + { 2451355.50, 63.664408 }, //26 June 1999, UT1-UTC= 0.5195920, Accumulated Leap Seconds=32 + { 2451356.50, 63.664511 }, //27 June 1999, UT1-UTC= 0.5194892, Accumulated Leap Seconds=32 + { 2451357.50, 63.664507 }, //28 June 1999, UT1-UTC= 0.5194934, Accumulated Leap Seconds=32 + { 2451358.50, 63.664419 }, //29 June 1999, UT1-UTC= 0.5195805, Accumulated Leap Seconds=32 + { 2451359.50, 63.664296 }, //30 June 1999, UT1-UTC= 0.5197040, Accumulated Leap Seconds=32 + { 2451360.50, 63.664181 }, //01 July 1999, UT1-UTC= 0.5198185, Accumulated Leap Seconds=32 + { 2451361.50, 63.664113 }, //02 July 1999, UT1-UTC= 0.5198866, Accumulated Leap Seconds=32 + { 2451362.50, 63.664141 }, //03 July 1999, UT1-UTC= 0.5198591, Accumulated Leap Seconds=32 + { 2451363.50, 63.664300 }, //04 July 1999, UT1-UTC= 0.5196997, Accumulated Leap Seconds=32 + { 2451364.50, 63.664647 }, //05 July 1999, UT1-UTC= 0.5193533, Accumulated Leap Seconds=32 + { 2451365.50, 63.665166 }, //06 July 1999, UT1-UTC= 0.5188338, Accumulated Leap Seconds=32 + { 2451366.50, 63.665804 }, //07 July 1999, UT1-UTC= 0.5181964, Accumulated Leap Seconds=32 + { 2451367.50, 63.666468 }, //08 July 1999, UT1-UTC= 0.5175319, Accumulated Leap Seconds=32 + { 2451368.50, 63.667071 }, //09 July 1999, UT1-UTC= 0.5169290, Accumulated Leap Seconds=32 + { 2451369.50, 63.667561 }, //10 July 1999, UT1-UTC= 0.5164390, Accumulated Leap Seconds=32 + { 2451370.50, 63.667936 }, //11 July 1999, UT1-UTC= 0.5160635, Accumulated Leap Seconds=32 + { 2451371.50, 63.668234 }, //12 July 1999, UT1-UTC= 0.5157658, Accumulated Leap Seconds=32 + { 2451372.50, 63.668501 }, //13 July 1999, UT1-UTC= 0.5154992, Accumulated Leap Seconds=32 + { 2451373.50, 63.668789 }, //14 July 1999, UT1-UTC= 0.5152114, Accumulated Leap Seconds=32 + { 2451374.50, 63.669150 }, //15 July 1999, UT1-UTC= 0.5148502, Accumulated Leap Seconds=32 + { 2451375.50, 63.669590 }, //16 July 1999, UT1-UTC= 0.5144098, Accumulated Leap Seconds=32 + { 2451376.50, 63.670104 }, //17 July 1999, UT1-UTC= 0.5138963, Accumulated Leap Seconds=32 + { 2451377.50, 63.670651 }, //18 July 1999, UT1-UTC= 0.5133493, Accumulated Leap Seconds=32 + { 2451378.50, 63.671178 }, //19 July 1999, UT1-UTC= 0.5128217, Accumulated Leap Seconds=32 + { 2451379.50, 63.671659 }, //20 July 1999, UT1-UTC= 0.5123413, Accumulated Leap Seconds=32 + { 2451380.50, 63.672074 }, //21 July 1999, UT1-UTC= 0.5119259, Accumulated Leap Seconds=32 + { 2451381.50, 63.672407 }, //22 July 1999, UT1-UTC= 0.5115925, Accumulated Leap Seconds=32 + { 2451382.50, 63.672640 }, //23 July 1999, UT1-UTC= 0.5113601, Accumulated Leap Seconds=32 + { 2451383.50, 63.672773 }, //24 July 1999, UT1-UTC= 0.5112268, Accumulated Leap Seconds=32 + { 2451384.50, 63.672821 }, //25 July 1999, UT1-UTC= 0.5111795, Accumulated Leap Seconds=32 + { 2451385.50, 63.672797 }, //26 July 1999, UT1-UTC= 0.5112034, Accumulated Leap Seconds=32 + { 2451386.50, 63.672755 }, //27 July 1999, UT1-UTC= 0.5112447, Accumulated Leap Seconds=32 + { 2451387.50, 63.672753 }, //28 July 1999, UT1-UTC= 0.5112465, Accumulated Leap Seconds=32 + { 2451388.50, 63.672836 }, //29 July 1999, UT1-UTC= 0.5111641, Accumulated Leap Seconds=32 + { 2451389.50, 63.673033 }, //30 July 1999, UT1-UTC= 0.5109674, Accumulated Leap Seconds=32 + { 2451390.50, 63.673398 }, //31 July 1999, UT1-UTC= 0.5106019, Accumulated Leap Seconds=32 + { 2451391.50, 63.673940 }, //01 August 1999, UT1-UTC= 0.5100597, Accumulated Leap Seconds=32 + { 2451392.50, 63.674616 }, //02 August 1999, UT1-UTC= 0.5093835, Accumulated Leap Seconds=32 + { 2451393.50, 63.675417 }, //03 August 1999, UT1-UTC= 0.5085834, Accumulated Leap Seconds=32 + { 2451394.50, 63.676275 }, //04 August 1999, UT1-UTC= 0.5077248, Accumulated Leap Seconds=32 + { 2451395.50, 63.677048 }, //05 August 1999, UT1-UTC= 0.5069517, Accumulated Leap Seconds=32 + { 2451396.50, 63.677664 }, //06 August 1999, UT1-UTC= 0.5063363, Accumulated Leap Seconds=32 + { 2451397.50, 63.678114 }, //07 August 1999, UT1-UTC= 0.5058855, Accumulated Leap Seconds=32 + { 2451398.50, 63.678427 }, //08 August 1999, UT1-UTC= 0.5055726, Accumulated Leap Seconds=32 + { 2451399.50, 63.678643 }, //09 August 1999, UT1-UTC= 0.5053566, Accumulated Leap Seconds=32 + { 2451400.50, 63.678845 }, //10 August 1999, UT1-UTC= 0.5051554, Accumulated Leap Seconds=32 + { 2451401.50, 63.679118 }, //11 August 1999, UT1-UTC= 0.5048818, Accumulated Leap Seconds=32 + { 2451402.50, 63.679506 }, //12 August 1999, UT1-UTC= 0.5044943, Accumulated Leap Seconds=32 + { 2451403.50, 63.679969 }, //13 August 1999, UT1-UTC= 0.5040306, Accumulated Leap Seconds=32 + { 2451404.50, 63.680524 }, //14 August 1999, UT1-UTC= 0.5034755, Accumulated Leap Seconds=32 + { 2451405.50, 63.681166 }, //15 August 1999, UT1-UTC= 0.5028335, Accumulated Leap Seconds=32 + { 2451406.50, 63.681849 }, //16 August 1999, UT1-UTC= 0.5021506, Accumulated Leap Seconds=32 + { 2451407.50, 63.682524 }, //17 August 1999, UT1-UTC= 0.5014756, Accumulated Leap Seconds=32 + { 2451408.50, 63.683133 }, //18 August 1999, UT1-UTC= 0.5008665, Accumulated Leap Seconds=32 + { 2451409.50, 63.683646 }, //19 August 1999, UT1-UTC= 0.5003538, Accumulated Leap Seconds=32 + { 2451410.50, 63.684050 }, //20 August 1999, UT1-UTC= 0.4999497, Accumulated Leap Seconds=32 + { 2451411.50, 63.684355 }, //21 August 1999, UT1-UTC= 0.4996446, Accumulated Leap Seconds=32 + { 2451412.50, 63.684624 }, //22 August 1999, UT1-UTC= 0.4993757, Accumulated Leap Seconds=32 + { 2451413.50, 63.684892 }, //23 August 1999, UT1-UTC= 0.4991079, Accumulated Leap Seconds=32 + { 2451414.50, 63.685187 }, //24 August 1999, UT1-UTC= 0.4988128, Accumulated Leap Seconds=32 + { 2451415.50, 63.685561 }, //25 August 1999, UT1-UTC= 0.4984385, Accumulated Leap Seconds=32 + { 2451416.50, 63.686111 }, //26 August 1999, UT1-UTC= 0.4978885, Accumulated Leap Seconds=32 + { 2451417.50, 63.686886 }, //27 August 1999, UT1-UTC= 0.4971141, Accumulated Leap Seconds=32 + { 2451418.50, 63.687863 }, //28 August 1999, UT1-UTC= 0.4961367, Accumulated Leap Seconds=32 + { 2451419.50, 63.688987 }, //29 August 1999, UT1-UTC= 0.4950132, Accumulated Leap Seconds=32 + { 2451420.50, 63.690205 }, //30 August 1999, UT1-UTC= 0.4937950, Accumulated Leap Seconds=32 + { 2451421.50, 63.691440 }, //31 August 1999, UT1-UTC= 0.4925597, Accumulated Leap Seconds=32 + { 2451422.50, 63.692603 }, //01 September 1999, UT1-UTC= 0.4913970, Accumulated Leap Seconds=32 + { 2451423.50, 63.693626 }, //02 September 1999, UT1-UTC= 0.4903736, Accumulated Leap Seconds=32 + { 2451424.50, 63.694504 }, //03 September 1999, UT1-UTC= 0.4894959, Accumulated Leap Seconds=32 + { 2451425.50, 63.695267 }, //04 September 1999, UT1-UTC= 0.4887330, Accumulated Leap Seconds=32 + { 2451426.50, 63.695958 }, //05 September 1999, UT1-UTC= 0.4880416, Accumulated Leap Seconds=32 + { 2451427.50, 63.696623 }, //06 September 1999, UT1-UTC= 0.4873767, Accumulated Leap Seconds=32 + { 2451428.50, 63.697298 }, //07 September 1999, UT1-UTC= 0.4867018, Accumulated Leap Seconds=32 + { 2451429.50, 63.698003 }, //08 September 1999, UT1-UTC= 0.4859969, Accumulated Leap Seconds=32 + { 2451430.50, 63.698741 }, //09 September 1999, UT1-UTC= 0.4852594, Accumulated Leap Seconds=32 + { 2451431.50, 63.699511 }, //10 September 1999, UT1-UTC= 0.4844892, Accumulated Leap Seconds=32 + { 2451432.50, 63.700296 }, //11 September 1999, UT1-UTC= 0.4837042, Accumulated Leap Seconds=32 + { 2451433.50, 63.701045 }, //12 September 1999, UT1-UTC= 0.4829547, Accumulated Leap Seconds=32 + { 2451434.50, 63.701728 }, //13 September 1999, UT1-UTC= 0.4822724, Accumulated Leap Seconds=32 + { 2451435.50, 63.702324 }, //14 September 1999, UT1-UTC= 0.4816757, Accumulated Leap Seconds=32 + { 2451436.50, 63.702820 }, //15 September 1999, UT1-UTC= 0.4811804, Accumulated Leap Seconds=32 + { 2451437.50, 63.703199 }, //16 September 1999, UT1-UTC= 0.4808012, Accumulated Leap Seconds=32 + { 2451438.50, 63.703493 }, //17 September 1999, UT1-UTC= 0.4805073, Accumulated Leap Seconds=32 + { 2451439.50, 63.703760 }, //18 September 1999, UT1-UTC= 0.4802400, Accumulated Leap Seconds=32 + { 2451440.50, 63.704063 }, //19 September 1999, UT1-UTC= 0.4799374, Accumulated Leap Seconds=32 + { 2451441.50, 63.704445 }, //20 September 1999, UT1-UTC= 0.4795551, Accumulated Leap Seconds=32 + { 2451442.50, 63.704963 }, //21 September 1999, UT1-UTC= 0.4790366, Accumulated Leap Seconds=32 + { 2451443.50, 63.705666 }, //22 September 1999, UT1-UTC= 0.4783341, Accumulated Leap Seconds=32 + { 2451444.50, 63.706553 }, //23 September 1999, UT1-UTC= 0.4774473, Accumulated Leap Seconds=32 + { 2451445.50, 63.707596 }, //24 September 1999, UT1-UTC= 0.4764040, Accumulated Leap Seconds=32 + { 2451446.50, 63.708732 }, //25 September 1999, UT1-UTC= 0.4752684, Accumulated Leap Seconds=32 + { 2451447.50, 63.709898 }, //26 September 1999, UT1-UTC= 0.4741016, Accumulated Leap Seconds=32 + { 2451448.50, 63.711061 }, //27 September 1999, UT1-UTC= 0.4729385, Accumulated Leap Seconds=32 + { 2451449.50, 63.712148 }, //28 September 1999, UT1-UTC= 0.4718520, Accumulated Leap Seconds=32 + { 2451450.50, 63.713108 }, //29 September 1999, UT1-UTC= 0.4708922, Accumulated Leap Seconds=32 + { 2451451.50, 63.713961 }, //30 September 1999, UT1-UTC= 0.4700389, Accumulated Leap Seconds=32 + { 2451452.50, 63.714707 }, //01 October 1999, UT1-UTC= 0.4692934, Accumulated Leap Seconds=32 + { 2451453.50, 63.715355 }, //02 October 1999, UT1-UTC= 0.4686452, Accumulated Leap Seconds=32 + { 2451454.50, 63.716011 }, //03 October 1999, UT1-UTC= 0.4679887, Accumulated Leap Seconds=32 + { 2451455.50, 63.716799 }, //04 October 1999, UT1-UTC= 0.4672008, Accumulated Leap Seconds=32 + { 2451456.50, 63.717751 }, //05 October 1999, UT1-UTC= 0.4662491, Accumulated Leap Seconds=32 + { 2451457.50, 63.718861 }, //06 October 1999, UT1-UTC= 0.4651385, Accumulated Leap Seconds=32 + { 2451458.50, 63.720103 }, //07 October 1999, UT1-UTC= 0.4638969, Accumulated Leap Seconds=32 + { 2451459.50, 63.721419 }, //08 October 1999, UT1-UTC= 0.4625806, Accumulated Leap Seconds=32 + { 2451460.50, 63.722768 }, //09 October 1999, UT1-UTC= 0.4612317, Accumulated Leap Seconds=32 + { 2451461.50, 63.724102 }, //10 October 1999, UT1-UTC= 0.4598978, Accumulated Leap Seconds=32 + { 2451462.50, 63.725364 }, //11 October 1999, UT1-UTC= 0.4586355, Accumulated Leap Seconds=32 + { 2451463.50, 63.726505 }, //12 October 1999, UT1-UTC= 0.4574952, Accumulated Leap Seconds=32 + { 2451464.50, 63.727525 }, //13 October 1999, UT1-UTC= 0.4564746, Accumulated Leap Seconds=32 + { 2451465.50, 63.728471 }, //14 October 1999, UT1-UTC= 0.4555292, Accumulated Leap Seconds=32 + { 2451466.50, 63.729327 }, //15 October 1999, UT1-UTC= 0.4546726, Accumulated Leap Seconds=32 + { 2451467.50, 63.730093 }, //16 October 1999, UT1-UTC= 0.4539074, Accumulated Leap Seconds=32 + { 2451468.50, 63.730818 }, //17 October 1999, UT1-UTC= 0.4531824, Accumulated Leap Seconds=32 + { 2451469.50, 63.731570 }, //18 October 1999, UT1-UTC= 0.4524298, Accumulated Leap Seconds=32 + { 2451470.50, 63.732408 }, //19 October 1999, UT1-UTC= 0.4515918, Accumulated Leap Seconds=32 + { 2451471.50, 63.733400 }, //20 October 1999, UT1-UTC= 0.4505998, Accumulated Leap Seconds=32 + { 2451472.50, 63.734631 }, //21 October 1999, UT1-UTC= 0.4493691, Accumulated Leap Seconds=32 + { 2451473.50, 63.736121 }, //22 October 1999, UT1-UTC= 0.4478794, Accumulated Leap Seconds=32 + { 2451474.50, 63.737835 }, //23 October 1999, UT1-UTC= 0.4461654, Accumulated Leap Seconds=32 + { 2451475.50, 63.739702 }, //24 October 1999, UT1-UTC= 0.4442978, Accumulated Leap Seconds=32 + { 2451476.50, 63.741620 }, //25 October 1999, UT1-UTC= 0.4423803, Accumulated Leap Seconds=32 + { 2451477.50, 63.743478 }, //26 October 1999, UT1-UTC= 0.4405215, Accumulated Leap Seconds=32 + { 2451478.50, 63.745194 }, //27 October 1999, UT1-UTC= 0.4388057, Accumulated Leap Seconds=32 + { 2451479.50, 63.746699 }, //28 October 1999, UT1-UTC= 0.4373007, Accumulated Leap Seconds=32 + { 2451480.50, 63.748032 }, //29 October 1999, UT1-UTC= 0.4359680, Accumulated Leap Seconds=32 + { 2451481.50, 63.749278 }, //30 October 1999, UT1-UTC= 0.4347220, Accumulated Leap Seconds=32 + { 2451482.50, 63.750518 }, //31 October 1999, UT1-UTC= 0.4334822, Accumulated Leap Seconds=32 + { 2451483.50, 63.751805 }, //01 November 1999, UT1-UTC= 0.4321945, Accumulated Leap Seconds=32 + { 2451484.50, 63.753160 }, //02 November 1999, UT1-UTC= 0.4308404, Accumulated Leap Seconds=32 + { 2451485.50, 63.754593 }, //03 November 1999, UT1-UTC= 0.4294067, Accumulated Leap Seconds=32 + { 2451486.50, 63.756098 }, //04 November 1999, UT1-UTC= 0.4279022, Accumulated Leap Seconds=32 + { 2451487.50, 63.757614 }, //05 November 1999, UT1-UTC= 0.4263864, Accumulated Leap Seconds=32 + { 2451488.50, 63.759106 }, //06 November 1999, UT1-UTC= 0.4248938, Accumulated Leap Seconds=32 + { 2451489.50, 63.760551 }, //07 November 1999, UT1-UTC= 0.4234493, Accumulated Leap Seconds=32 + { 2451490.50, 63.761918 }, //08 November 1999, UT1-UTC= 0.4220819, Accumulated Leap Seconds=32 + { 2451491.50, 63.763224 }, //09 November 1999, UT1-UTC= 0.4207760, Accumulated Leap Seconds=32 + { 2451492.50, 63.764483 }, //10 November 1999, UT1-UTC= 0.4195172, Accumulated Leap Seconds=32 + { 2451493.50, 63.765676 }, //11 November 1999, UT1-UTC= 0.4183245, Accumulated Leap Seconds=32 + { 2451494.50, 63.766803 }, //12 November 1999, UT1-UTC= 0.4171970, Accumulated Leap Seconds=32 + { 2451495.50, 63.767914 }, //13 November 1999, UT1-UTC= 0.4160858, Accumulated Leap Seconds=32 + { 2451496.50, 63.769086 }, //14 November 1999, UT1-UTC= 0.4149142, Accumulated Leap Seconds=32 + { 2451497.50, 63.770344 }, //15 November 1999, UT1-UTC= 0.4136561, Accumulated Leap Seconds=32 + { 2451498.50, 63.771684 }, //16 November 1999, UT1-UTC= 0.4123155, Accumulated Leap Seconds=32 + { 2451499.50, 63.773136 }, //17 November 1999, UT1-UTC= 0.4108637, Accumulated Leap Seconds=32 + { 2451500.50, 63.774751 }, //18 November 1999, UT1-UTC= 0.4092486, Accumulated Leap Seconds=32 + { 2451501.50, 63.776489 }, //19 November 1999, UT1-UTC= 0.4075114, Accumulated Leap Seconds=32 + { 2451502.50, 63.778295 }, //20 November 1999, UT1-UTC= 0.4057054, Accumulated Leap Seconds=32 + { 2451503.50, 63.780119 }, //21 November 1999, UT1-UTC= 0.4038815, Accumulated Leap Seconds=32 + { 2451504.50, 63.781863 }, //22 November 1999, UT1-UTC= 0.4021374, Accumulated Leap Seconds=32 + { 2451505.50, 63.783437 }, //23 November 1999, UT1-UTC= 0.4005630, Accumulated Leap Seconds=32 + { 2451506.50, 63.784801 }, //24 November 1999, UT1-UTC= 0.3991994, Accumulated Leap Seconds=32 + { 2451507.50, 63.785970 }, //25 November 1999, UT1-UTC= 0.3980295, Accumulated Leap Seconds=32 + { 2451508.50, 63.787000 }, //26 November 1999, UT1-UTC= 0.3970002, Accumulated Leap Seconds=32 + { 2451509.50, 63.787973 }, //27 November 1999, UT1-UTC= 0.3960273, Accumulated Leap Seconds=32 + { 2451510.50, 63.788979 }, //28 November 1999, UT1-UTC= 0.3950205, Accumulated Leap Seconds=32 + { 2451511.50, 63.790093 }, //29 November 1999, UT1-UTC= 0.3939067, Accumulated Leap Seconds=32 + { 2451512.50, 63.791350 }, //30 November 1999, UT1-UTC= 0.3926501, Accumulated Leap Seconds=32 + { 2451513.50, 63.792717 }, //01 December 1999, UT1-UTC= 0.3912830, Accumulated Leap Seconds=32 + { 2451514.50, 63.794098 }, //02 December 1999, UT1-UTC= 0.3899017, Accumulated Leap Seconds=32 + { 2451515.50, 63.795430 }, //03 December 1999, UT1-UTC= 0.3885700, Accumulated Leap Seconds=32 + { 2451516.50, 63.796681 }, //04 December 1999, UT1-UTC= 0.3873187, Accumulated Leap Seconds=32 + { 2451517.50, 63.797838 }, //05 December 1999, UT1-UTC= 0.3861617, Accumulated Leap Seconds=32 + { 2451518.50, 63.798892 }, //06 December 1999, UT1-UTC= 0.3851078, Accumulated Leap Seconds=32 + { 2451519.50, 63.799849 }, //07 December 1999, UT1-UTC= 0.3841514, Accumulated Leap Seconds=32 + { 2451520.50, 63.800713 }, //08 December 1999, UT1-UTC= 0.3832869, Accumulated Leap Seconds=32 + { 2451521.50, 63.801513 }, //09 December 1999, UT1-UTC= 0.3824869, Accumulated Leap Seconds=32 + { 2451522.50, 63.802308 }, //10 December 1999, UT1-UTC= 0.3816924, Accumulated Leap Seconds=32 + { 2451523.50, 63.803142 }, //11 December 1999, UT1-UTC= 0.3808583, Accumulated Leap Seconds=32 + { 2451524.50, 63.804039 }, //12 December 1999, UT1-UTC= 0.3799612, Accumulated Leap Seconds=32 + { 2451525.50, 63.804999 }, //13 December 1999, UT1-UTC= 0.3790014, Accumulated Leap Seconds=32 + { 2451526.50, 63.806071 }, //14 December 1999, UT1-UTC= 0.3779287, Accumulated Leap Seconds=32 + { 2451527.50, 63.807281 }, //15 December 1999, UT1-UTC= 0.3767190, Accumulated Leap Seconds=32 + { 2451528.50, 63.808609 }, //16 December 1999, UT1-UTC= 0.3753910, Accumulated Leap Seconds=32 + { 2451529.50, 63.810051 }, //17 December 1999, UT1-UTC= 0.3739490, Accumulated Leap Seconds=32 + { 2451530.50, 63.811572 }, //18 December 1999, UT1-UTC= 0.3724280, Accumulated Leap Seconds=32 + { 2451531.50, 63.813109 }, //19 December 1999, UT1-UTC= 0.3708914, Accumulated Leap Seconds=32 + { 2451532.50, 63.814582 }, //20 December 1999, UT1-UTC= 0.3694183, Accumulated Leap Seconds=32 + { 2451533.50, 63.815922 }, //21 December 1999, UT1-UTC= 0.3680781, Accumulated Leap Seconds=32 + { 2451534.50, 63.817101 }, //22 December 1999, UT1-UTC= 0.3668986, Accumulated Leap Seconds=32 + { 2451535.50, 63.818166 }, //23 December 1999, UT1-UTC= 0.3658344, Accumulated Leap Seconds=32 + { 2451536.50, 63.819187 }, //24 December 1999, UT1-UTC= 0.3648134, Accumulated Leap Seconds=32 + { 2451537.50, 63.820232 }, //25 December 1999, UT1-UTC= 0.3637676, Accumulated Leap Seconds=32 + { 2451538.50, 63.821358 }, //26 December 1999, UT1-UTC= 0.3626416, Accumulated Leap Seconds=32 + { 2451539.50, 63.822582 }, //27 December 1999, UT1-UTC= 0.3614176, Accumulated Leap Seconds=32 + { 2451540.50, 63.823880 }, //28 December 1999, UT1-UTC= 0.3601199, Accumulated Leap Seconds=32 + { 2451541.50, 63.825185 }, //29 December 1999, UT1-UTC= 0.3588150, Accumulated Leap Seconds=32 + { 2451542.50, 63.826418 }, //30 December 1999, UT1-UTC= 0.3575820, Accumulated Leap Seconds=32 + { 2451543.50, 63.827532 }, //31 December 1999, UT1-UTC= 0.3564680, Accumulated Leap Seconds=32 + { 2451544.50, 63.828522 }, //01 January 2000, UT1-UTC= 0.3554779, Accumulated Leap Seconds=32 + { 2451545.50, 63.829399 }, //02 January 2000, UT1-UTC= 0.3546013, Accumulated Leap Seconds=32 + { 2451546.50, 63.830149 }, //03 January 2000, UT1-UTC= 0.3538511, Accumulated Leap Seconds=32 + { 2451547.50, 63.830759 }, //04 January 2000, UT1-UTC= 0.3532407, Accumulated Leap Seconds=32 + { 2451548.50, 63.831242 }, //05 January 2000, UT1-UTC= 0.3527584, Accumulated Leap Seconds=32 + { 2451549.50, 63.831652 }, //06 January 2000, UT1-UTC= 0.3523478, Accumulated Leap Seconds=32 + { 2451550.50, 63.832047 }, //07 January 2000, UT1-UTC= 0.3519531, Accumulated Leap Seconds=32 + { 2451551.50, 63.832455 }, //08 January 2000, UT1-UTC= 0.3515451, Accumulated Leap Seconds=32 + { 2451552.50, 63.832899 }, //09 January 2000, UT1-UTC= 0.3511013, Accumulated Leap Seconds=32 + { 2451553.50, 63.833442 }, //10 January 2000, UT1-UTC= 0.3505581, Accumulated Leap Seconds=32 + { 2451554.50, 63.834116 }, //11 January 2000, UT1-UTC= 0.3498837, Accumulated Leap Seconds=32 + { 2451555.50, 63.834942 }, //12 January 2000, UT1-UTC= 0.3490579, Accumulated Leap Seconds=32 + { 2451556.50, 63.835921 }, //13 January 2000, UT1-UTC= 0.3480789, Accumulated Leap Seconds=32 + { 2451557.50, 63.837047 }, //14 January 2000, UT1-UTC= 0.3469530, Accumulated Leap Seconds=32 + { 2451558.50, 63.838247 }, //15 January 2000, UT1-UTC= 0.3457527, Accumulated Leap Seconds=32 + { 2451559.50, 63.839429 }, //16 January 2000, UT1-UTC= 0.3445709, Accumulated Leap Seconds=32 + { 2451560.50, 63.840521 }, //17 January 2000, UT1-UTC= 0.3434786, Accumulated Leap Seconds=32 + { 2451561.50, 63.841506 }, //18 January 2000, UT1-UTC= 0.3424942, Accumulated Leap Seconds=32 + { 2451562.50, 63.842399 }, //19 January 2000, UT1-UTC= 0.3416014, Accumulated Leap Seconds=32 + { 2451563.50, 63.843232 }, //20 January 2000, UT1-UTC= 0.3407681, Accumulated Leap Seconds=32 + { 2451564.50, 63.844076 }, //21 January 2000, UT1-UTC= 0.3399239, Accumulated Leap Seconds=32 + { 2451565.50, 63.844991 }, //22 January 2000, UT1-UTC= 0.3390087, Accumulated Leap Seconds=32 + { 2451566.50, 63.846021 }, //23 January 2000, UT1-UTC= 0.3379788, Accumulated Leap Seconds=32 + { 2451567.50, 63.847177 }, //24 January 2000, UT1-UTC= 0.3368230, Accumulated Leap Seconds=32 + { 2451568.50, 63.848435 }, //25 January 2000, UT1-UTC= 0.3355650, Accumulated Leap Seconds=32 + { 2451569.50, 63.849737 }, //26 January 2000, UT1-UTC= 0.3342630, Accumulated Leap Seconds=32 + { 2451570.50, 63.851029 }, //27 January 2000, UT1-UTC= 0.3329705, Accumulated Leap Seconds=32 + { 2451571.50, 63.852241 }, //28 January 2000, UT1-UTC= 0.3317595, Accumulated Leap Seconds=32 + { 2451572.50, 63.853306 }, //29 January 2000, UT1-UTC= 0.3306943, Accumulated Leap Seconds=32 + { 2451573.50, 63.854219 }, //30 January 2000, UT1-UTC= 0.3297810, Accumulated Leap Seconds=32 + { 2451574.50, 63.855003 }, //31 January 2000, UT1-UTC= 0.3289974, Accumulated Leap Seconds=32 + { 2451575.50, 63.855687 }, //01 February 2000, UT1-UTC= 0.3283129, Accumulated Leap Seconds=32 + { 2451576.50, 63.856297 }, //02 February 2000, UT1-UTC= 0.3277029, Accumulated Leap Seconds=32 + { 2451577.50, 63.856835 }, //03 February 2000, UT1-UTC= 0.3271651, Accumulated Leap Seconds=32 + { 2451578.50, 63.857331 }, //04 February 2000, UT1-UTC= 0.3266687, Accumulated Leap Seconds=32 + { 2451579.50, 63.857864 }, //05 February 2000, UT1-UTC= 0.3261358, Accumulated Leap Seconds=32 + { 2451580.50, 63.858512 }, //06 February 2000, UT1-UTC= 0.3254875, Accumulated Leap Seconds=32 + { 2451581.50, 63.859309 }, //07 February 2000, UT1-UTC= 0.3246905, Accumulated Leap Seconds=32 + { 2451582.50, 63.860277 }, //08 February 2000, UT1-UTC= 0.3237227, Accumulated Leap Seconds=32 + { 2451583.50, 63.861405 }, //09 February 2000, UT1-UTC= 0.3225948, Accumulated Leap Seconds=32 + { 2451584.50, 63.862630 }, //10 February 2000, UT1-UTC= 0.3213703, Accumulated Leap Seconds=32 + { 2451585.50, 63.863848 }, //11 February 2000, UT1-UTC= 0.3201523, Accumulated Leap Seconds=32 + { 2451586.50, 63.864950 }, //12 February 2000, UT1-UTC= 0.3190495, Accumulated Leap Seconds=32 + { 2451587.50, 63.865884 }, //13 February 2000, UT1-UTC= 0.3181164, Accumulated Leap Seconds=32 + { 2451588.50, 63.866677 }, //14 February 2000, UT1-UTC= 0.3173225, Accumulated Leap Seconds=32 + { 2451589.50, 63.867365 }, //15 February 2000, UT1-UTC= 0.3166345, Accumulated Leap Seconds=32 + { 2451590.50, 63.868007 }, //16 February 2000, UT1-UTC= 0.3159933, Accumulated Leap Seconds=32 + { 2451591.50, 63.868657 }, //17 February 2000, UT1-UTC= 0.3153425, Accumulated Leap Seconds=32 + { 2451592.50, 63.869368 }, //18 February 2000, UT1-UTC= 0.3146323, Accumulated Leap Seconds=32 + { 2451593.50, 63.870200 }, //19 February 2000, UT1-UTC= 0.3137999, Accumulated Leap Seconds=32 + { 2451594.50, 63.871212 }, //20 February 2000, UT1-UTC= 0.3127883, Accumulated Leap Seconds=32 + { 2451595.50, 63.872391 }, //21 February 2000, UT1-UTC= 0.3116093, Accumulated Leap Seconds=32 + { 2451596.50, 63.873647 }, //22 February 2000, UT1-UTC= 0.3103534, Accumulated Leap Seconds=32 + { 2451597.50, 63.874880 }, //23 February 2000, UT1-UTC= 0.3091197, Accumulated Leap Seconds=32 + { 2451598.50, 63.876024 }, //24 February 2000, UT1-UTC= 0.3079762, Accumulated Leap Seconds=32 + { 2451599.50, 63.877039 }, //25 February 2000, UT1-UTC= 0.3069611, Accumulated Leap Seconds=32 + { 2451600.50, 63.877909 }, //26 February 2000, UT1-UTC= 0.3060912, Accumulated Leap Seconds=32 + { 2451601.50, 63.878649 }, //27 February 2000, UT1-UTC= 0.3053514, Accumulated Leap Seconds=32 + { 2451602.50, 63.879289 }, //28 February 2000, UT1-UTC= 0.3047112, Accumulated Leap Seconds=32 + { 2451603.50, 63.879852 }, //29 February 2000, UT1-UTC= 0.3041475, Accumulated Leap Seconds=32 + { 2451604.50, 63.880385 }, //01 March 2000, UT1-UTC= 0.3036146, Accumulated Leap Seconds=32 + { 2451605.50, 63.880952 }, //02 March 2000, UT1-UTC= 0.3030484, Accumulated Leap Seconds=32 + { 2451606.50, 63.881587 }, //03 March 2000, UT1-UTC= 0.3024127, Accumulated Leap Seconds=32 + { 2451607.50, 63.882331 }, //04 March 2000, UT1-UTC= 0.3016694, Accumulated Leap Seconds=32 + { 2451608.50, 63.883226 }, //05 March 2000, UT1-UTC= 0.3007739, Accumulated Leap Seconds=32 + { 2451609.50, 63.884301 }, //06 March 2000, UT1-UTC= 0.2996988, Accumulated Leap Seconds=32 + { 2451610.50, 63.885543 }, //07 March 2000, UT1-UTC= 0.2984566, Accumulated Leap Seconds=32 + { 2451611.50, 63.886903 }, //08 March 2000, UT1-UTC= 0.2970966, Accumulated Leap Seconds=32 + { 2451612.50, 63.888303 }, //09 March 2000, UT1-UTC= 0.2956967, Accumulated Leap Seconds=32 + { 2451613.50, 63.889669 }, //10 March 2000, UT1-UTC= 0.2943311, Accumulated Leap Seconds=32 + { 2451614.50, 63.890941 }, //11 March 2000, UT1-UTC= 0.2930592, Accumulated Leap Seconds=32 + { 2451615.50, 63.892082 }, //12 March 2000, UT1-UTC= 0.2919176, Accumulated Leap Seconds=32 + { 2451616.50, 63.893078 }, //13 March 2000, UT1-UTC= 0.2909222, Accumulated Leap Seconds=32 + { 2451617.50, 63.893941 }, //14 March 2000, UT1-UTC= 0.2900590, Accumulated Leap Seconds=32 + { 2451618.50, 63.894719 }, //15 March 2000, UT1-UTC= 0.2892809, Accumulated Leap Seconds=32 + { 2451619.50, 63.895510 }, //16 March 2000, UT1-UTC= 0.2884896, Accumulated Leap Seconds=32 + { 2451620.50, 63.896367 }, //17 March 2000, UT1-UTC= 0.2876329, Accumulated Leap Seconds=32 + { 2451621.50, 63.897291 }, //18 March 2000, UT1-UTC= 0.2867091, Accumulated Leap Seconds=32 + { 2451622.50, 63.898265 }, //19 March 2000, UT1-UTC= 0.2857348, Accumulated Leap Seconds=32 + { 2451623.50, 63.899270 }, //20 March 2000, UT1-UTC= 0.2847302, Accumulated Leap Seconds=32 + { 2451624.50, 63.900308 }, //21 March 2000, UT1-UTC= 0.2836923, Accumulated Leap Seconds=32 + { 2451625.50, 63.901365 }, //22 March 2000, UT1-UTC= 0.2826350, Accumulated Leap Seconds=32 + { 2451626.50, 63.902381 }, //23 March 2000, UT1-UTC= 0.2816194, Accumulated Leap Seconds=32 + { 2451627.50, 63.903281 }, //24 March 2000, UT1-UTC= 0.2807193, Accumulated Leap Seconds=32 + { 2451628.50, 63.904037 }, //25 March 2000, UT1-UTC= 0.2799627, Accumulated Leap Seconds=32 + { 2451629.50, 63.904646 }, //26 March 2000, UT1-UTC= 0.2793535, Accumulated Leap Seconds=32 + { 2451630.50, 63.905110 }, //27 March 2000, UT1-UTC= 0.2788899, Accumulated Leap Seconds=32 + { 2451631.50, 63.905507 }, //28 March 2000, UT1-UTC= 0.2784925, Accumulated Leap Seconds=32 + { 2451632.50, 63.905906 }, //29 March 2000, UT1-UTC= 0.2780937, Accumulated Leap Seconds=32 + { 2451633.50, 63.906327 }, //30 March 2000, UT1-UTC= 0.2776725, Accumulated Leap Seconds=32 + { 2451634.50, 63.906834 }, //31 March 2000, UT1-UTC= 0.2771664, Accumulated Leap Seconds=32 + { 2451635.50, 63.907502 }, //01 April 2000, UT1-UTC= 0.2764975, Accumulated Leap Seconds=32 + { 2451636.50, 63.908382 }, //02 April 2000, UT1-UTC= 0.2756181, Accumulated Leap Seconds=32 + { 2451637.50, 63.909468 }, //03 April 2000, UT1-UTC= 0.2745324, Accumulated Leap Seconds=32 + { 2451638.50, 63.910718 }, //04 April 2000, UT1-UTC= 0.2732821, Accumulated Leap Seconds=32 + { 2451639.50, 63.912055 }, //05 April 2000, UT1-UTC= 0.2719447, Accumulated Leap Seconds=32 + { 2451640.50, 63.913370 }, //06 April 2000, UT1-UTC= 0.2706298, Accumulated Leap Seconds=32 + { 2451641.50, 63.914581 }, //07 April 2000, UT1-UTC= 0.2694194, Accumulated Leap Seconds=32 + { 2451642.50, 63.915654 }, //08 April 2000, UT1-UTC= 0.2683463, Accumulated Leap Seconds=32 + { 2451643.50, 63.916588 }, //09 April 2000, UT1-UTC= 0.2674115, Accumulated Leap Seconds=32 + { 2451644.50, 63.917419 }, //10 April 2000, UT1-UTC= 0.2665807, Accumulated Leap Seconds=32 + { 2451645.50, 63.918212 }, //11 April 2000, UT1-UTC= 0.2657881, Accumulated Leap Seconds=32 + { 2451646.50, 63.919041 }, //12 April 2000, UT1-UTC= 0.2649589, Accumulated Leap Seconds=32 + { 2451647.50, 63.919970 }, //13 April 2000, UT1-UTC= 0.2640299, Accumulated Leap Seconds=32 + { 2451648.50, 63.921044 }, //14 April 2000, UT1-UTC= 0.2629560, Accumulated Leap Seconds=32 + { 2451649.50, 63.922281 }, //15 April 2000, UT1-UTC= 0.2617192, Accumulated Leap Seconds=32 + { 2451650.50, 63.923657 }, //16 April 2000, UT1-UTC= 0.2603431, Accumulated Leap Seconds=32 + { 2451651.50, 63.925116 }, //17 April 2000, UT1-UTC= 0.2588842, Accumulated Leap Seconds=32 + { 2451652.50, 63.926575 }, //18 April 2000, UT1-UTC= 0.2574245, Accumulated Leap Seconds=32 + { 2451653.50, 63.927964 }, //19 April 2000, UT1-UTC= 0.2560356, Accumulated Leap Seconds=32 + { 2451654.50, 63.929236 }, //20 April 2000, UT1-UTC= 0.2547639, Accumulated Leap Seconds=32 + { 2451655.50, 63.930391 }, //21 April 2000, UT1-UTC= 0.2536094, Accumulated Leap Seconds=32 + { 2451656.50, 63.931425 }, //22 April 2000, UT1-UTC= 0.2525748, Accumulated Leap Seconds=32 + { 2451657.50, 63.932324 }, //23 April 2000, UT1-UTC= 0.2516761, Accumulated Leap Seconds=32 + { 2451658.50, 63.933093 }, //24 April 2000, UT1-UTC= 0.2509068, Accumulated Leap Seconds=32 + { 2451659.50, 63.933764 }, //25 April 2000, UT1-UTC= 0.2502359, Accumulated Leap Seconds=32 + { 2451660.50, 63.934387 }, //26 April 2000, UT1-UTC= 0.2496127, Accumulated Leap Seconds=32 + { 2451661.50, 63.935040 }, //27 April 2000, UT1-UTC= 0.2489595, Accumulated Leap Seconds=32 + { 2451662.50, 63.935818 }, //28 April 2000, UT1-UTC= 0.2481815, Accumulated Leap Seconds=32 + { 2451663.50, 63.936785 }, //29 April 2000, UT1-UTC= 0.2472151, Accumulated Leap Seconds=32 + { 2451664.50, 63.937948 }, //30 April 2000, UT1-UTC= 0.2460516, Accumulated Leap Seconds=32 + { 2451665.50, 63.939279 }, //01 May 2000, UT1-UTC= 0.2447213, Accumulated Leap Seconds=32 + { 2451666.50, 63.940740 }, //02 May 2000, UT1-UTC= 0.2432598, Accumulated Leap Seconds=32 + { 2451667.50, 63.942255 }, //03 May 2000, UT1-UTC= 0.2417452, Accumulated Leap Seconds=32 + { 2451668.50, 63.943745 }, //04 May 2000, UT1-UTC= 0.2402546, Accumulated Leap Seconds=32 + { 2451669.50, 63.945115 }, //05 May 2000, UT1-UTC= 0.2388845, Accumulated Leap Seconds=32 + { 2451670.50, 63.946300 }, //06 May 2000, UT1-UTC= 0.2376998, Accumulated Leap Seconds=32 + { 2451671.50, 63.947311 }, //07 May 2000, UT1-UTC= 0.2366889, Accumulated Leap Seconds=32 + { 2451672.50, 63.948204 }, //08 May 2000, UT1-UTC= 0.2357958, Accumulated Leap Seconds=32 + { 2451673.50, 63.949057 }, //09 May 2000, UT1-UTC= 0.2349430, Accumulated Leap Seconds=32 + { 2451674.50, 63.949951 }, //10 May 2000, UT1-UTC= 0.2340491, Accumulated Leap Seconds=32 + { 2451675.50, 63.950963 }, //11 May 2000, UT1-UTC= 0.2330370, Accumulated Leap Seconds=32 + { 2451676.50, 63.952084 }, //12 May 2000, UT1-UTC= 0.2319156, Accumulated Leap Seconds=32 + { 2451677.50, 63.953294 }, //13 May 2000, UT1-UTC= 0.2307060, Accumulated Leap Seconds=32 + { 2451678.50, 63.954559 }, //14 May 2000, UT1-UTC= 0.2294409, Accumulated Leap Seconds=32 + { 2451679.50, 63.955827 }, //15 May 2000, UT1-UTC= 0.2281735, Accumulated Leap Seconds=32 + { 2451680.50, 63.957025 }, //16 May 2000, UT1-UTC= 0.2269746, Accumulated Leap Seconds=32 + { 2451681.50, 63.958113 }, //17 May 2000, UT1-UTC= 0.2258874, Accumulated Leap Seconds=32 + { 2451682.50, 63.959102 }, //18 May 2000, UT1-UTC= 0.2248976, Accumulated Leap Seconds=32 + { 2451683.50, 63.959976 }, //19 May 2000, UT1-UTC= 0.2240242, Accumulated Leap Seconds=32 + { 2451684.50, 63.960715 }, //20 May 2000, UT1-UTC= 0.2232846, Accumulated Leap Seconds=32 + { 2451685.50, 63.961332 }, //21 May 2000, UT1-UTC= 0.2226679, Accumulated Leap Seconds=32 + { 2451686.50, 63.961864 }, //22 May 2000, UT1-UTC= 0.2221362, Accumulated Leap Seconds=32 + { 2451687.50, 63.962365 }, //23 May 2000, UT1-UTC= 0.2216349, Accumulated Leap Seconds=32 + { 2451688.50, 63.962883 }, //24 May 2000, UT1-UTC= 0.2211173, Accumulated Leap Seconds=32 + { 2451689.50, 63.963430 }, //25 May 2000, UT1-UTC= 0.2205696, Accumulated Leap Seconds=32 + { 2451690.50, 63.964028 }, //26 May 2000, UT1-UTC= 0.2199716, Accumulated Leap Seconds=32 + { 2451691.50, 63.964701 }, //27 May 2000, UT1-UTC= 0.2192988, Accumulated Leap Seconds=32 + { 2451692.50, 63.965472 }, //28 May 2000, UT1-UTC= 0.2185279, Accumulated Leap Seconds=32 + { 2451693.50, 63.966340 }, //29 May 2000, UT1-UTC= 0.2176599, Accumulated Leap Seconds=32 + { 2451694.50, 63.967271 }, //30 May 2000, UT1-UTC= 0.2167292, Accumulated Leap Seconds=32 + { 2451695.50, 63.968207 }, //31 May 2000, UT1-UTC= 0.2157935, Accumulated Leap Seconds=32 + { 2451696.50, 63.969074 }, //01 June 2000, UT1-UTC= 0.2149256, Accumulated Leap Seconds=32 + { 2451697.50, 63.969819 }, //02 June 2000, UT1-UTC= 0.2141808, Accumulated Leap Seconds=32 + { 2451698.50, 63.970424 }, //03 June 2000, UT1-UTC= 0.2135763, Accumulated Leap Seconds=32 + { 2451699.50, 63.970911 }, //04 June 2000, UT1-UTC= 0.2130893, Accumulated Leap Seconds=32 + { 2451700.50, 63.971342 }, //05 June 2000, UT1-UTC= 0.2126575, Accumulated Leap Seconds=32 + { 2451701.50, 63.971821 }, //06 June 2000, UT1-UTC= 0.2121793, Accumulated Leap Seconds=32 + { 2451702.50, 63.972415 }, //07 June 2000, UT1-UTC= 0.2115854, Accumulated Leap Seconds=32 + { 2451703.50, 63.973164 }, //08 June 2000, UT1-UTC= 0.2108364, Accumulated Leap Seconds=32 + { 2451704.50, 63.974038 }, //09 June 2000, UT1-UTC= 0.2099624, Accumulated Leap Seconds=32 + { 2451705.50, 63.974960 }, //10 June 2000, UT1-UTC= 0.2090401, Accumulated Leap Seconds=32 + { 2451706.50, 63.975848 }, //11 June 2000, UT1-UTC= 0.2081524, Accumulated Leap Seconds=32 + { 2451707.50, 63.976639 }, //12 June 2000, UT1-UTC= 0.2073608, Accumulated Leap Seconds=32 + { 2451708.50, 63.977285 }, //13 June 2000, UT1-UTC= 0.2067150, Accumulated Leap Seconds=32 + { 2451709.50, 63.977742 }, //14 June 2000, UT1-UTC= 0.2062577, Accumulated Leap Seconds=32 + { 2451710.50, 63.977989 }, //15 June 2000, UT1-UTC= 0.2060111, Accumulated Leap Seconds=32 + { 2451711.50, 63.978038 }, //16 June 2000, UT1-UTC= 0.2059622, Accumulated Leap Seconds=32 + { 2451712.50, 63.977945 }, //17 June 2000, UT1-UTC= 0.2060551, Accumulated Leap Seconds=32 + { 2451713.50, 63.977778 }, //18 June 2000, UT1-UTC= 0.2062217, Accumulated Leap Seconds=32 + { 2451714.50, 63.977584 }, //19 June 2000, UT1-UTC= 0.2064164, Accumulated Leap Seconds=32 + { 2451715.50, 63.977404 }, //20 June 2000, UT1-UTC= 0.2065961, Accumulated Leap Seconds=32 + { 2451716.50, 63.977291 }, //21 June 2000, UT1-UTC= 0.2067086, Accumulated Leap Seconds=32 + { 2451717.50, 63.977290 }, //22 June 2000, UT1-UTC= 0.2067104, Accumulated Leap Seconds=32 + { 2451718.50, 63.977395 }, //23 June 2000, UT1-UTC= 0.2066051, Accumulated Leap Seconds=32 + { 2451719.50, 63.977595 }, //24 June 2000, UT1-UTC= 0.2064052, Accumulated Leap Seconds=32 + { 2451720.50, 63.977890 }, //25 June 2000, UT1-UTC= 0.2061103, Accumulated Leap Seconds=32 + { 2451721.50, 63.978276 }, //26 June 2000, UT1-UTC= 0.2057241, Accumulated Leap Seconds=32 + { 2451722.50, 63.978711 }, //27 June 2000, UT1-UTC= 0.2052886, Accumulated Leap Seconds=32 + { 2451723.50, 63.979148 }, //28 June 2000, UT1-UTC= 0.2048518, Accumulated Leap Seconds=32 + { 2451724.50, 63.979518 }, //29 June 2000, UT1-UTC= 0.2044819, Accumulated Leap Seconds=32 + { 2451725.50, 63.979759 }, //30 June 2000, UT1-UTC= 0.2042407, Accumulated Leap Seconds=32 + { 2451726.50, 63.979860 }, //01 July 2000, UT1-UTC= 0.2041396, Accumulated Leap Seconds=32 + { 2451727.50, 63.979873 }, //02 July 2000, UT1-UTC= 0.2041269, Accumulated Leap Seconds=32 + { 2451728.50, 63.979898 }, //03 July 2000, UT1-UTC= 0.2041020, Accumulated Leap Seconds=32 + { 2451729.50, 63.980033 }, //04 July 2000, UT1-UTC= 0.2039671, Accumulated Leap Seconds=32 + { 2451730.50, 63.980336 }, //05 July 2000, UT1-UTC= 0.2036636, Accumulated Leap Seconds=32 + { 2451731.50, 63.980814 }, //06 July 2000, UT1-UTC= 0.2031858, Accumulated Leap Seconds=32 + { 2451732.50, 63.981428 }, //07 July 2000, UT1-UTC= 0.2025722, Accumulated Leap Seconds=32 + { 2451733.50, 63.982093 }, //08 July 2000, UT1-UTC= 0.2019067, Accumulated Leap Seconds=32 + { 2451734.50, 63.982732 }, //09 July 2000, UT1-UTC= 0.2012677, Accumulated Leap Seconds=32 + { 2451735.50, 63.983293 }, //10 July 2000, UT1-UTC= 0.2007068, Accumulated Leap Seconds=32 + { 2451736.50, 63.983745 }, //11 July 2000, UT1-UTC= 0.2002548, Accumulated Leap Seconds=32 + { 2451737.50, 63.984085 }, //12 July 2000, UT1-UTC= 0.1999154, Accumulated Leap Seconds=32 + { 2451738.50, 63.984294 }, //13 July 2000, UT1-UTC= 0.1997056, Accumulated Leap Seconds=32 + { 2451739.50, 63.984386 }, //14 July 2000, UT1-UTC= 0.1996141, Accumulated Leap Seconds=32 + { 2451740.50, 63.984360 }, //15 July 2000, UT1-UTC= 0.1996400, Accumulated Leap Seconds=32 + { 2451741.50, 63.984229 }, //16 July 2000, UT1-UTC= 0.1997705, Accumulated Leap Seconds=32 + { 2451742.50, 63.984046 }, //17 July 2000, UT1-UTC= 0.1999541, Accumulated Leap Seconds=32 + { 2451743.50, 63.983851 }, //18 July 2000, UT1-UTC= 0.2001486, Accumulated Leap Seconds=32 + { 2451744.50, 63.983677 }, //19 July 2000, UT1-UTC= 0.2003232, Accumulated Leap Seconds=32 + { 2451745.50, 63.983548 }, //20 July 2000, UT1-UTC= 0.2004517, Accumulated Leap Seconds=32 + { 2451746.50, 63.983468 }, //21 July 2000, UT1-UTC= 0.2005316, Accumulated Leap Seconds=32 + { 2451747.50, 63.983434 }, //22 July 2000, UT1-UTC= 0.2005659, Accumulated Leap Seconds=32 + { 2451748.50, 63.983460 }, //23 July 2000, UT1-UTC= 0.2005401, Accumulated Leap Seconds=32 + { 2451749.50, 63.983537 }, //24 July 2000, UT1-UTC= 0.2004625, Accumulated Leap Seconds=32 + { 2451750.50, 63.983633 }, //25 July 2000, UT1-UTC= 0.2003671, Accumulated Leap Seconds=32 + { 2451751.50, 63.983709 }, //26 July 2000, UT1-UTC= 0.2002905, Accumulated Leap Seconds=32 + { 2451752.50, 63.983724 }, //27 July 2000, UT1-UTC= 0.2002763, Accumulated Leap Seconds=32 + { 2451753.50, 63.983650 }, //28 July 2000, UT1-UTC= 0.2003495, Accumulated Leap Seconds=32 + { 2451754.50, 63.983503 }, //29 July 2000, UT1-UTC= 0.2004970, Accumulated Leap Seconds=32 + { 2451755.50, 63.983341 }, //30 July 2000, UT1-UTC= 0.2006586, Accumulated Leap Seconds=32 + { 2451756.50, 63.983253 }, //31 July 2000, UT1-UTC= 0.2007471, Accumulated Leap Seconds=32 + { 2451757.50, 63.983308 }, //01 August 2000, UT1-UTC= 0.2006923, Accumulated Leap Seconds=32 + { 2451758.50, 63.983527 }, //02 August 2000, UT1-UTC= 0.2004733, Accumulated Leap Seconds=32 + { 2451759.50, 63.983876 }, //03 August 2000, UT1-UTC= 0.2001244, Accumulated Leap Seconds=32 + { 2451760.50, 63.984281 }, //04 August 2000, UT1-UTC= 0.1997185, Accumulated Leap Seconds=32 + { 2451761.50, 63.984670 }, //05 August 2000, UT1-UTC= 0.1993296, Accumulated Leap Seconds=32 + { 2451762.50, 63.984979 }, //06 August 2000, UT1-UTC= 0.1990213, Accumulated Leap Seconds=32 + { 2451763.50, 63.985162 }, //07 August 2000, UT1-UTC= 0.1988380, Accumulated Leap Seconds=32 + { 2451764.50, 63.985201 }, //08 August 2000, UT1-UTC= 0.1987994, Accumulated Leap Seconds=32 + { 2451765.50, 63.985102 }, //09 August 2000, UT1-UTC= 0.1988978, Accumulated Leap Seconds=32 + { 2451766.50, 63.984911 }, //10 August 2000, UT1-UTC= 0.1990886, Accumulated Leap Seconds=32 + { 2451767.50, 63.984671 }, //11 August 2000, UT1-UTC= 0.1993289, Accumulated Leap Seconds=32 + { 2451768.50, 63.984421 }, //12 August 2000, UT1-UTC= 0.1995786, Accumulated Leap Seconds=32 + { 2451769.50, 63.984203 }, //13 August 2000, UT1-UTC= 0.1997968, Accumulated Leap Seconds=32 + { 2451770.50, 63.984054 }, //14 August 2000, UT1-UTC= 0.1999461, Accumulated Leap Seconds=32 + { 2451771.50, 63.984008 }, //15 August 2000, UT1-UTC= 0.1999916, Accumulated Leap Seconds=32 + { 2451772.50, 63.984097 }, //16 August 2000, UT1-UTC= 0.1999027, Accumulated Leap Seconds=32 + { 2451773.50, 63.984354 }, //17 August 2000, UT1-UTC= 0.1996462, Accumulated Leap Seconds=32 + { 2451774.50, 63.984776 }, //18 August 2000, UT1-UTC= 0.1992241, Accumulated Leap Seconds=32 + { 2451775.50, 63.985330 }, //19 August 2000, UT1-UTC= 0.1986702, Accumulated Leap Seconds=32 + { 2451776.50, 63.985972 }, //20 August 2000, UT1-UTC= 0.1980283, Accumulated Leap Seconds=32 + { 2451777.50, 63.986652 }, //21 August 2000, UT1-UTC= 0.1973479, Accumulated Leap Seconds=32 + { 2451778.50, 63.987321 }, //22 August 2000, UT1-UTC= 0.1966790, Accumulated Leap Seconds=32 + { 2451779.50, 63.987937 }, //23 August 2000, UT1-UTC= 0.1960633, Accumulated Leap Seconds=32 + { 2451780.50, 63.988480 }, //24 August 2000, UT1-UTC= 0.1955199, Accumulated Leap Seconds=32 + { 2451781.50, 63.988926 }, //25 August 2000, UT1-UTC= 0.1950741, Accumulated Leap Seconds=32 + { 2451782.50, 63.989322 }, //26 August 2000, UT1-UTC= 0.1946783, Accumulated Leap Seconds=32 + { 2451783.50, 63.989759 }, //27 August 2000, UT1-UTC= 0.1942415, Accumulated Leap Seconds=32 + { 2451784.50, 63.990311 }, //28 August 2000, UT1-UTC= 0.1936888, Accumulated Leap Seconds=32 + { 2451785.50, 63.991025 }, //29 August 2000, UT1-UTC= 0.1929748, Accumulated Leap Seconds=32 + { 2451786.50, 63.991893 }, //30 August 2000, UT1-UTC= 0.1921072, Accumulated Leap Seconds=32 + { 2451787.50, 63.992847 }, //31 August 2000, UT1-UTC= 0.1911533, Accumulated Leap Seconds=32 + { 2451788.50, 63.993801 }, //01 September 2000, UT1-UTC= 0.1901989, Accumulated Leap Seconds=32 + { 2451789.50, 63.994674 }, //02 September 2000, UT1-UTC= 0.1893256, Accumulated Leap Seconds=32 + { 2451790.50, 63.995408 }, //03 September 2000, UT1-UTC= 0.1885919, Accumulated Leap Seconds=32 + { 2451791.50, 63.995973 }, //04 September 2000, UT1-UTC= 0.1880273, Accumulated Leap Seconds=32 + { 2451792.50, 63.996365 }, //05 September 2000, UT1-UTC= 0.1876349, Accumulated Leap Seconds=32 + { 2451793.50, 63.996597 }, //06 September 2000, UT1-UTC= 0.1874028, Accumulated Leap Seconds=32 + { 2451794.50, 63.996690 }, //07 September 2000, UT1-UTC= 0.1873098, Accumulated Leap Seconds=32 + { 2451795.50, 63.996678 }, //08 September 2000, UT1-UTC= 0.1873223, Accumulated Leap Seconds=32 + { 2451796.50, 63.996614 }, //09 September 2000, UT1-UTC= 0.1873861, Accumulated Leap Seconds=32 + { 2451797.50, 63.996573 }, //10 September 2000, UT1-UTC= 0.1874266, Accumulated Leap Seconds=32 + { 2451798.50, 63.996599 }, //11 September 2000, UT1-UTC= 0.1874013, Accumulated Leap Seconds=32 + { 2451799.50, 63.996713 }, //12 September 2000, UT1-UTC= 0.1872869, Accumulated Leap Seconds=32 + { 2451800.50, 63.996950 }, //13 September 2000, UT1-UTC= 0.1870496, Accumulated Leap Seconds=32 + { 2451801.50, 63.997363 }, //14 September 2000, UT1-UTC= 0.1866365, Accumulated Leap Seconds=32 + { 2451802.50, 63.997945 }, //15 September 2000, UT1-UTC= 0.1860550, Accumulated Leap Seconds=32 + { 2451803.50, 63.998644 }, //16 September 2000, UT1-UTC= 0.1853555, Accumulated Leap Seconds=32 + { 2451804.50, 63.999376 }, //17 September 2000, UT1-UTC= 0.1846236, Accumulated Leap Seconds=32 + { 2451805.50, 64.000062 }, //18 September 2000, UT1-UTC= 0.1839384, Accumulated Leap Seconds=32 + { 2451806.50, 64.000642 }, //19 September 2000, UT1-UTC= 0.1833584, Accumulated Leap Seconds=32 + { 2451807.50, 64.001104 }, //20 September 2000, UT1-UTC= 0.1828959, Accumulated Leap Seconds=32 + { 2451808.50, 64.001499 }, //21 September 2000, UT1-UTC= 0.1825005, Accumulated Leap Seconds=32 + { 2451809.50, 64.001857 }, //22 September 2000, UT1-UTC= 0.1821426, Accumulated Leap Seconds=32 + { 2451810.50, 64.002237 }, //23 September 2000, UT1-UTC= 0.1817630, Accumulated Leap Seconds=32 + { 2451811.50, 64.002705 }, //24 September 2000, UT1-UTC= 0.1812951, Accumulated Leap Seconds=32 + { 2451812.50, 64.003325 }, //25 September 2000, UT1-UTC= 0.1806746, Accumulated Leap Seconds=32 + { 2451813.50, 64.004137 }, //26 September 2000, UT1-UTC= 0.1798634, Accumulated Leap Seconds=32 + { 2451814.50, 64.005124 }, //27 September 2000, UT1-UTC= 0.1788756, Accumulated Leap Seconds=32 + { 2451815.50, 64.006234 }, //28 September 2000, UT1-UTC= 0.1777662, Accumulated Leap Seconds=32 + { 2451816.50, 64.007366 }, //29 September 2000, UT1-UTC= 0.1766344, Accumulated Leap Seconds=32 + { 2451817.50, 64.008423 }, //30 September 2000, UT1-UTC= 0.1755771, Accumulated Leap Seconds=32 + { 2451818.50, 64.009338 }, //01 October 2000, UT1-UTC= 0.1746616, Accumulated Leap Seconds=32 + { 2451819.50, 64.010068 }, //02 October 2000, UT1-UTC= 0.1739322, Accumulated Leap Seconds=32 + { 2451820.50, 64.010595 }, //03 October 2000, UT1-UTC= 0.1734054, Accumulated Leap Seconds=32 + { 2451821.50, 64.010940 }, //04 October 2000, UT1-UTC= 0.1730604, Accumulated Leap Seconds=32 + { 2451822.50, 64.011181 }, //05 October 2000, UT1-UTC= 0.1728192, Accumulated Leap Seconds=32 + { 2451823.50, 64.011408 }, //06 October 2000, UT1-UTC= 0.1725918, Accumulated Leap Seconds=32 + { 2451824.50, 64.011699 }, //07 October 2000, UT1-UTC= 0.1723008, Accumulated Leap Seconds=32 + { 2451825.50, 64.012114 }, //08 October 2000, UT1-UTC= 0.1718859, Accumulated Leap Seconds=32 + { 2451826.50, 64.012692 }, //09 October 2000, UT1-UTC= 0.1713077, Accumulated Leap Seconds=32 + { 2451827.50, 64.013455 }, //10 October 2000, UT1-UTC= 0.1705445, Accumulated Leap Seconds=32 + { 2451828.50, 64.014409 }, //11 October 2000, UT1-UTC= 0.1695914, Accumulated Leap Seconds=32 + { 2451829.50, 64.015527 }, //12 October 2000, UT1-UTC= 0.1684726, Accumulated Leap Seconds=32 + { 2451830.50, 64.016771 }, //13 October 2000, UT1-UTC= 0.1672293, Accumulated Leap Seconds=32 + { 2451831.50, 64.018084 }, //14 October 2000, UT1-UTC= 0.1659165, Accumulated Leap Seconds=32 + { 2451832.50, 64.019400 }, //15 October 2000, UT1-UTC= 0.1646002, Accumulated Leap Seconds=32 + { 2451833.50, 64.020654 }, //16 October 2000, UT1-UTC= 0.1633460, Accumulated Leap Seconds=32 + { 2451834.50, 64.021799 }, //17 October 2000, UT1-UTC= 0.1622008, Accumulated Leap Seconds=32 + { 2451835.50, 64.022826 }, //18 October 2000, UT1-UTC= 0.1611743, Accumulated Leap Seconds=32 + { 2451836.50, 64.023778 }, //19 October 2000, UT1-UTC= 0.1602224, Accumulated Leap Seconds=32 + { 2451837.50, 64.024698 }, //20 October 2000, UT1-UTC= 0.1593019, Accumulated Leap Seconds=32 + { 2451838.50, 64.025663 }, //21 October 2000, UT1-UTC= 0.1583373, Accumulated Leap Seconds=32 + { 2451839.50, 64.026751 }, //22 October 2000, UT1-UTC= 0.1572489, Accumulated Leap Seconds=32 + { 2451840.50, 64.028003 }, //23 October 2000, UT1-UTC= 0.1559969, Accumulated Leap Seconds=32 + { 2451841.50, 64.029416 }, //24 October 2000, UT1-UTC= 0.1545842, Accumulated Leap Seconds=32 + { 2451842.50, 64.030949 }, //25 October 2000, UT1-UTC= 0.1530514, Accumulated Leap Seconds=32 + { 2451843.50, 64.032531 }, //26 October 2000, UT1-UTC= 0.1514687, Accumulated Leap Seconds=32 + { 2451844.50, 64.034086 }, //27 October 2000, UT1-UTC= 0.1499145, Accumulated Leap Seconds=32 + { 2451845.50, 64.035542 }, //28 October 2000, UT1-UTC= 0.1484579, Accumulated Leap Seconds=32 + { 2451846.50, 64.036858 }, //29 October 2000, UT1-UTC= 0.1471418, Accumulated Leap Seconds=32 + { 2451847.50, 64.038025 }, //30 October 2000, UT1-UTC= 0.1459752, Accumulated Leap Seconds=32 + { 2451848.50, 64.039052 }, //31 October 2000, UT1-UTC= 0.1449482, Accumulated Leap Seconds=32 + { 2451849.50, 64.039962 }, //01 November 2000, UT1-UTC= 0.1440379, Accumulated Leap Seconds=32 + { 2451850.50, 64.040775 }, //02 November 2000, UT1-UTC= 0.1432245, Accumulated Leap Seconds=32 + { 2451851.50, 64.041579 }, //03 November 2000, UT1-UTC= 0.1424206, Accumulated Leap Seconds=32 + { 2451852.50, 64.042422 }, //04 November 2000, UT1-UTC= 0.1415779, Accumulated Leap Seconds=32 + { 2451853.50, 64.043321 }, //05 November 2000, UT1-UTC= 0.1406790, Accumulated Leap Seconds=32 + { 2451854.50, 64.044298 }, //06 November 2000, UT1-UTC= 0.1397020, Accumulated Leap Seconds=32 + { 2451855.50, 64.045369 }, //07 November 2000, UT1-UTC= 0.1386307, Accumulated Leap Seconds=32 + { 2451856.50, 64.046544 }, //08 November 2000, UT1-UTC= 0.1374558, Accumulated Leap Seconds=32 + { 2451857.50, 64.047821 }, //09 November 2000, UT1-UTC= 0.1361794, Accumulated Leap Seconds=32 + { 2451858.50, 64.049159 }, //10 November 2000, UT1-UTC= 0.1348407, Accumulated Leap Seconds=32 + { 2451859.50, 64.050489 }, //11 November 2000, UT1-UTC= 0.1335115, Accumulated Leap Seconds=32 + { 2451860.50, 64.051718 }, //12 November 2000, UT1-UTC= 0.1322815, Accumulated Leap Seconds=32 + { 2451861.50, 64.052771 }, //13 November 2000, UT1-UTC= 0.1312288, Accumulated Leap Seconds=32 + { 2451862.50, 64.053620 }, //14 November 2000, UT1-UTC= 0.1303795, Accumulated Leap Seconds=32 + { 2451863.50, 64.054312 }, //15 November 2000, UT1-UTC= 0.1296880, Accumulated Leap Seconds=32 + { 2451864.50, 64.054925 }, //16 November 2000, UT1-UTC= 0.1290752, Accumulated Leap Seconds=32 + { 2451865.50, 64.055533 }, //17 November 2000, UT1-UTC= 0.1284673, Accumulated Leap Seconds=32 + { 2451866.50, 64.056220 }, //18 November 2000, UT1-UTC= 0.1277803, Accumulated Leap Seconds=32 + { 2451867.50, 64.057045 }, //19 November 2000, UT1-UTC= 0.1269550, Accumulated Leap Seconds=32 + { 2451868.50, 64.058020 }, //20 November 2000, UT1-UTC= 0.1259796, Accumulated Leap Seconds=32 + { 2451869.50, 64.059119 }, //21 November 2000, UT1-UTC= 0.1248810, Accumulated Leap Seconds=32 + { 2451870.50, 64.060291 }, //22 November 2000, UT1-UTC= 0.1237094, Accumulated Leap Seconds=32 + { 2451871.50, 64.061474 }, //23 November 2000, UT1-UTC= 0.1225261, Accumulated Leap Seconds=32 + { 2451872.50, 64.062573 }, //24 November 2000, UT1-UTC= 0.1214273, Accumulated Leap Seconds=32 + { 2451873.50, 64.063526 }, //25 November 2000, UT1-UTC= 0.1204737, Accumulated Leap Seconds=32 + { 2451874.50, 64.064311 }, //26 November 2000, UT1-UTC= 0.1196892, Accumulated Leap Seconds=32 + { 2451875.50, 64.064942 }, //27 November 2000, UT1-UTC= 0.1190582, Accumulated Leap Seconds=32 + { 2451876.50, 64.065463 }, //28 November 2000, UT1-UTC= 0.1185366, Accumulated Leap Seconds=32 + { 2451877.50, 64.065949 }, //29 November 2000, UT1-UTC= 0.1180511, Accumulated Leap Seconds=32 + { 2451878.50, 64.066464 }, //30 November 2000, UT1-UTC= 0.1175362, Accumulated Leap Seconds=32 + { 2451879.50, 64.067043 }, //01 December 2000, UT1-UTC= 0.1169571, Accumulated Leap Seconds=32 + { 2451880.50, 64.067716 }, //02 December 2000, UT1-UTC= 0.1162837, Accumulated Leap Seconds=32 + { 2451881.50, 64.068523 }, //03 December 2000, UT1-UTC= 0.1154766, Accumulated Leap Seconds=32 + { 2451882.50, 64.069474 }, //04 December 2000, UT1-UTC= 0.1145258, Accumulated Leap Seconds=32 + { 2451883.50, 64.070560 }, //05 December 2000, UT1-UTC= 0.1134396, Accumulated Leap Seconds=32 + { 2451884.50, 64.071763 }, //06 December 2000, UT1-UTC= 0.1122369, Accumulated Leap Seconds=32 + { 2451885.50, 64.073058 }, //07 December 2000, UT1-UTC= 0.1109424, Accumulated Leap Seconds=32 + { 2451886.50, 64.074390 }, //08 December 2000, UT1-UTC= 0.1096102, Accumulated Leap Seconds=32 + { 2451887.50, 64.075676 }, //09 December 2000, UT1-UTC= 0.1083239, Accumulated Leap Seconds=32 + { 2451888.50, 64.076849 }, //10 December 2000, UT1-UTC= 0.1071513, Accumulated Leap Seconds=32 + { 2451889.50, 64.077860 }, //11 December 2000, UT1-UTC= 0.1061402, Accumulated Leap Seconds=32 + { 2451890.50, 64.078698 }, //12 December 2000, UT1-UTC= 0.1053021, Accumulated Leap Seconds=32 + { 2451891.50, 64.079404 }, //13 December 2000, UT1-UTC= 0.1045962, Accumulated Leap Seconds=32 + { 2451892.50, 64.080057 }, //14 December 2000, UT1-UTC= 0.1039425, Accumulated Leap Seconds=32 + { 2451893.50, 64.080748 }, //15 December 2000, UT1-UTC= 0.1032518, Accumulated Leap Seconds=32 + { 2451894.50, 64.081521 }, //16 December 2000, UT1-UTC= 0.1024791, Accumulated Leap Seconds=32 + { 2451895.50, 64.082379 }, //17 December 2000, UT1-UTC= 0.1016208, Accumulated Leap Seconds=32 + { 2451896.50, 64.083308 }, //18 December 2000, UT1-UTC= 0.1006920, Accumulated Leap Seconds=32 + { 2451897.50, 64.084266 }, //19 December 2000, UT1-UTC= 0.0997342, Accumulated Leap Seconds=32 + { 2451898.50, 64.085205 }, //20 December 2000, UT1-UTC= 0.0987954, Accumulated Leap Seconds=32 + { 2451899.50, 64.086070 }, //21 December 2000, UT1-UTC= 0.0979297, Accumulated Leap Seconds=32 + { 2451900.50, 64.086815 }, //22 December 2000, UT1-UTC= 0.0971851, Accumulated Leap Seconds=32 + { 2451901.50, 64.087430 }, //23 December 2000, UT1-UTC= 0.0965696, Accumulated Leap Seconds=32 + { 2451902.50, 64.087923 }, //24 December 2000, UT1-UTC= 0.0960771, Accumulated Leap Seconds=32 + { 2451903.50, 64.088304 }, //25 December 2000, UT1-UTC= 0.0956962, Accumulated Leap Seconds=32 + { 2451904.50, 64.088600 }, //26 December 2000, UT1-UTC= 0.0954001, Accumulated Leap Seconds=32 + { 2451905.50, 64.088849 }, //27 December 2000, UT1-UTC= 0.0951508, Accumulated Leap Seconds=32 + { 2451906.50, 64.089090 }, //28 December 2000, UT1-UTC= 0.0949096, Accumulated Leap Seconds=32 + { 2451907.50, 64.089364 }, //29 December 2000, UT1-UTC= 0.0946359, Accumulated Leap Seconds=32 + { 2451908.50, 64.089717 }, //30 December 2000, UT1-UTC= 0.0942828, Accumulated Leap Seconds=32 + { 2451909.50, 64.090188 }, //31 December 2000, UT1-UTC= 0.0938120, Accumulated Leap Seconds=32 + { 2451910.50, 64.090788 }, //01 January 2001, UT1-UTC= 0.0932119, Accumulated Leap Seconds=32 + { 2451911.50, 64.091509 }, //02 January 2001, UT1-UTC= 0.0924914, Accumulated Leap Seconds=32 + { 2451912.50, 64.092331 }, //03 January 2001, UT1-UTC= 0.0916692, Accumulated Leap Seconds=32 + { 2451913.50, 64.093225 }, //04 January 2001, UT1-UTC= 0.0907750, Accumulated Leap Seconds=32 + { 2451914.50, 64.094132 }, //05 January 2001, UT1-UTC= 0.0898678, Accumulated Leap Seconds=32 + { 2451915.50, 64.094981 }, //06 January 2001, UT1-UTC= 0.0890192, Accumulated Leap Seconds=32 + { 2451916.50, 64.095709 }, //07 January 2001, UT1-UTC= 0.0882913, Accumulated Leap Seconds=32 + { 2451917.50, 64.096290 }, //08 January 2001, UT1-UTC= 0.0877100, Accumulated Leap Seconds=32 + { 2451918.50, 64.096759 }, //09 January 2001, UT1-UTC= 0.0872412, Accumulated Leap Seconds=32 + { 2451919.50, 64.097179 }, //10 January 2001, UT1-UTC= 0.0868214, Accumulated Leap Seconds=32 + { 2451920.50, 64.097602 }, //11 January 2001, UT1-UTC= 0.0863978, Accumulated Leap Seconds=32 + { 2451921.50, 64.098108 }, //12 January 2001, UT1-UTC= 0.0858918, Accumulated Leap Seconds=32 + { 2451922.50, 64.098772 }, //13 January 2001, UT1-UTC= 0.0852278, Accumulated Leap Seconds=32 + { 2451923.50, 64.099603 }, //14 January 2001, UT1-UTC= 0.0843969, Accumulated Leap Seconds=32 + { 2451924.50, 64.100535 }, //15 January 2001, UT1-UTC= 0.0834651, Accumulated Leap Seconds=32 + { 2451925.50, 64.101480 }, //16 January 2001, UT1-UTC= 0.0825200, Accumulated Leap Seconds=32 + { 2451926.50, 64.102338 }, //17 January 2001, UT1-UTC= 0.0816624, Accumulated Leap Seconds=32 + { 2451927.50, 64.103020 }, //18 January 2001, UT1-UTC= 0.0809795, Accumulated Leap Seconds=32 + { 2451928.50, 64.103508 }, //19 January 2001, UT1-UTC= 0.0804921, Accumulated Leap Seconds=32 + { 2451929.50, 64.103821 }, //20 January 2001, UT1-UTC= 0.0801787, Accumulated Leap Seconds=32 + { 2451930.50, 64.103980 }, //21 January 2001, UT1-UTC= 0.0800201, Accumulated Leap Seconds=32 + { 2451931.50, 64.104019 }, //22 January 2001, UT1-UTC= 0.0799806, Accumulated Leap Seconds=32 + { 2451932.50, 64.103976 }, //23 January 2001, UT1-UTC= 0.0800240, Accumulated Leap Seconds=32 + { 2451933.50, 64.103893 }, //24 January 2001, UT1-UTC= 0.0801074, Accumulated Leap Seconds=32 + { 2451934.50, 64.103883 }, //25 January 2001, UT1-UTC= 0.0801174, Accumulated Leap Seconds=32 + { 2451935.50, 64.104000 }, //26 January 2001, UT1-UTC= 0.0800005, Accumulated Leap Seconds=32 + { 2451936.50, 64.104252 }, //27 January 2001, UT1-UTC= 0.0797485, Accumulated Leap Seconds=32 + { 2451937.50, 64.104640 }, //28 January 2001, UT1-UTC= 0.0793597, Accumulated Leap Seconds=32 + { 2451938.50, 64.105143 }, //29 January 2001, UT1-UTC= 0.0788571, Accumulated Leap Seconds=32 + { 2451939.50, 64.105714 }, //30 January 2001, UT1-UTC= 0.0782861, Accumulated Leap Seconds=32 + { 2451940.50, 64.106293 }, //31 January 2001, UT1-UTC= 0.0777066, Accumulated Leap Seconds=32 + { 2451941.50, 64.106808 }, //01 February 2001, UT1-UTC= 0.0771923, Accumulated Leap Seconds=32 + { 2451942.50, 64.107223 }, //02 February 2001, UT1-UTC= 0.0767767, Accumulated Leap Seconds=32 + { 2451943.50, 64.107509 }, //03 February 2001, UT1-UTC= 0.0764905, Accumulated Leap Seconds=32 + { 2451944.50, 64.107654 }, //04 February 2001, UT1-UTC= 0.0763463, Accumulated Leap Seconds=32 + { 2451945.50, 64.107693 }, //05 February 2001, UT1-UTC= 0.0763070, Accumulated Leap Seconds=32 + { 2451946.50, 64.107710 }, //06 February 2001, UT1-UTC= 0.0762904, Accumulated Leap Seconds=32 + { 2451947.50, 64.107821 }, //07 February 2001, UT1-UTC= 0.0761786, Accumulated Leap Seconds=32 + { 2451948.50, 64.108163 }, //08 February 2001, UT1-UTC= 0.0758370, Accumulated Leap Seconds=32 + { 2451949.50, 64.108779 }, //09 February 2001, UT1-UTC= 0.0752207, Accumulated Leap Seconds=32 + { 2451950.50, 64.109645 }, //10 February 2001, UT1-UTC= 0.0743550, Accumulated Leap Seconds=32 + { 2451951.50, 64.110687 }, //11 February 2001, UT1-UTC= 0.0733133, Accumulated Leap Seconds=32 + { 2451952.50, 64.111815 }, //12 February 2001, UT1-UTC= 0.0721847, Accumulated Leap Seconds=32 + { 2451953.50, 64.112962 }, //13 February 2001, UT1-UTC= 0.0710379, Accumulated Leap Seconds=32 + { 2451954.50, 64.114071 }, //14 February 2001, UT1-UTC= 0.0699293, Accumulated Leap Seconds=32 + { 2451955.50, 64.115051 }, //15 February 2001, UT1-UTC= 0.0689493, Accumulated Leap Seconds=32 + { 2451956.50, 64.115880 }, //16 February 2001, UT1-UTC= 0.0681196, Accumulated Leap Seconds=32 + { 2451957.50, 64.116584 }, //17 February 2001, UT1-UTC= 0.0674165, Accumulated Leap Seconds=32 + { 2451958.50, 64.117195 }, //18 February 2001, UT1-UTC= 0.0668053, Accumulated Leap Seconds=32 + { 2451959.50, 64.117778 }, //19 February 2001, UT1-UTC= 0.0662222, Accumulated Leap Seconds=32 + { 2451960.50, 64.118382 }, //20 February 2001, UT1-UTC= 0.0656180, Accumulated Leap Seconds=32 + { 2451961.50, 64.119031 }, //21 February 2001, UT1-UTC= 0.0649693, Accumulated Leap Seconds=32 + { 2451962.50, 64.119728 }, //22 February 2001, UT1-UTC= 0.0642715, Accumulated Leap Seconds=32 + { 2451963.50, 64.120526 }, //23 February 2001, UT1-UTC= 0.0634742, Accumulated Leap Seconds=32 + { 2451964.50, 64.121481 }, //24 February 2001, UT1-UTC= 0.0625189, Accumulated Leap Seconds=32 + { 2451965.50, 64.122613 }, //25 February 2001, UT1-UTC= 0.0613865, Accumulated Leap Seconds=32 + { 2451966.50, 64.123909 }, //26 February 2001, UT1-UTC= 0.0600910, Accumulated Leap Seconds=32 + { 2451967.50, 64.125321 }, //27 February 2001, UT1-UTC= 0.0586786, Accumulated Leap Seconds=32 + { 2451968.50, 64.126780 }, //28 February 2001, UT1-UTC= 0.0572195, Accumulated Leap Seconds=32 + { 2451969.50, 64.128213 }, //01 March 2001, UT1-UTC= 0.0557875, Accumulated Leap Seconds=32 + { 2451970.50, 64.129540 }, //02 March 2001, UT1-UTC= 0.0544602, Accumulated Leap Seconds=32 + { 2451971.50, 64.130718 }, //03 March 2001, UT1-UTC= 0.0532819, Accumulated Leap Seconds=32 + { 2451972.50, 64.131762 }, //04 March 2001, UT1-UTC= 0.0522376, Accumulated Leap Seconds=32 + { 2451973.50, 64.132717 }, //05 March 2001, UT1-UTC= 0.0512832, Accumulated Leap Seconds=32 + { 2451974.50, 64.133651 }, //06 March 2001, UT1-UTC= 0.0503495, Accumulated Leap Seconds=32 + { 2451975.50, 64.134656 }, //07 March 2001, UT1-UTC= 0.0493442, Accumulated Leap Seconds=32 + { 2451976.50, 64.135866 }, //08 March 2001, UT1-UTC= 0.0481341, Accumulated Leap Seconds=32 + { 2451977.50, 64.137299 }, //09 March 2001, UT1-UTC= 0.0467010, Accumulated Leap Seconds=32 + { 2451978.50, 64.138877 }, //10 March 2001, UT1-UTC= 0.0451229, Accumulated Leap Seconds=32 + { 2451979.50, 64.140523 }, //11 March 2001, UT1-UTC= 0.0434773, Accumulated Leap Seconds=32 + { 2451980.50, 64.142120 }, //12 March 2001, UT1-UTC= 0.0418802, Accumulated Leap Seconds=32 + { 2451981.50, 64.143563 }, //13 March 2001, UT1-UTC= 0.0404374, Accumulated Leap Seconds=32 + { 2451982.50, 64.144770 }, //14 March 2001, UT1-UTC= 0.0392295, Accumulated Leap Seconds=32 + { 2451983.50, 64.145705 }, //15 March 2001, UT1-UTC= 0.0382952, Accumulated Leap Seconds=32 + { 2451984.50, 64.146427 }, //16 March 2001, UT1-UTC= 0.0375726, Accumulated Leap Seconds=32 + { 2451985.50, 64.147011 }, //17 March 2001, UT1-UTC= 0.0369887, Accumulated Leap Seconds=32 + { 2451986.50, 64.147495 }, //18 March 2001, UT1-UTC= 0.0365050, Accumulated Leap Seconds=32 + { 2451987.50, 64.147921 }, //19 March 2001, UT1-UTC= 0.0360785, Accumulated Leap Seconds=32 + { 2451988.50, 64.148346 }, //20 March 2001, UT1-UTC= 0.0356539, Accumulated Leap Seconds=32 + { 2451989.50, 64.148832 }, //21 March 2001, UT1-UTC= 0.0351677, Accumulated Leap Seconds=32 + { 2451990.50, 64.149426 }, //22 March 2001, UT1-UTC= 0.0345744, Accumulated Leap Seconds=32 + { 2451991.50, 64.150119 }, //23 March 2001, UT1-UTC= 0.0338807, Accumulated Leap Seconds=32 + { 2451992.50, 64.150905 }, //24 March 2001, UT1-UTC= 0.0330948, Accumulated Leap Seconds=32 + { 2451993.50, 64.151827 }, //25 March 2001, UT1-UTC= 0.0321732, Accumulated Leap Seconds=32 + { 2451994.50, 64.152866 }, //26 March 2001, UT1-UTC= 0.0311344, Accumulated Leap Seconds=32 + { 2451995.50, 64.153964 }, //27 March 2001, UT1-UTC= 0.0300364, Accumulated Leap Seconds=32 + { 2451996.50, 64.155047 }, //28 March 2001, UT1-UTC= 0.0289533, Accumulated Leap Seconds=32 + { 2451997.50, 64.156057 }, //29 March 2001, UT1-UTC= 0.0279431, Accumulated Leap Seconds=32 + { 2451998.50, 64.156942 }, //30 March 2001, UT1-UTC= 0.0270584, Accumulated Leap Seconds=32 + { 2451999.50, 64.157721 }, //31 March 2001, UT1-UTC= 0.0262790, Accumulated Leap Seconds=32 + { 2452000.50, 64.158421 }, //01 April 2001, UT1-UTC= 0.0255789, Accumulated Leap Seconds=32 + { 2452001.50, 64.159091 }, //02 April 2001, UT1-UTC= 0.0249086, Accumulated Leap Seconds=32 + { 2452002.50, 64.159803 }, //03 April 2001, UT1-UTC= 0.0241974, Accumulated Leap Seconds=32 + { 2452003.50, 64.160647 }, //04 April 2001, UT1-UTC= 0.0233525, Accumulated Leap Seconds=32 + { 2452004.50, 64.161706 }, //05 April 2001, UT1-UTC= 0.0222941, Accumulated Leap Seconds=32 + { 2452005.50, 64.162969 }, //06 April 2001, UT1-UTC= 0.0210310, Accumulated Leap Seconds=32 + { 2452006.50, 64.164387 }, //07 April 2001, UT1-UTC= 0.0196128, Accumulated Leap Seconds=32 + { 2452007.50, 64.165882 }, //08 April 2001, UT1-UTC= 0.0181175, Accumulated Leap Seconds=32 + { 2452008.50, 64.167287 }, //09 April 2001, UT1-UTC= 0.0167131, Accumulated Leap Seconds=32 + { 2452009.50, 64.168485 }, //10 April 2001, UT1-UTC= 0.0155146, Accumulated Leap Seconds=32 + { 2452010.50, 64.169441 }, //11 April 2001, UT1-UTC= 0.0145593, Accumulated Leap Seconds=32 + { 2452011.50, 64.170161 }, //12 April 2001, UT1-UTC= 0.0138392, Accumulated Leap Seconds=32 + { 2452012.50, 64.170683 }, //13 April 2001, UT1-UTC= 0.0133170, Accumulated Leap Seconds=32 + { 2452013.50, 64.171052 }, //14 April 2001, UT1-UTC= 0.0129482, Accumulated Leap Seconds=32 + { 2452014.50, 64.171355 }, //15 April 2001, UT1-UTC= 0.0126452, Accumulated Leap Seconds=32 + { 2452015.50, 64.171691 }, //16 April 2001, UT1-UTC= 0.0123092, Accumulated Leap Seconds=32 + { 2452016.50, 64.172152 }, //17 April 2001, UT1-UTC= 0.0118484, Accumulated Leap Seconds=32 + { 2452017.50, 64.172773 }, //18 April 2001, UT1-UTC= 0.0112269, Accumulated Leap Seconds=32 + { 2452018.50, 64.173565 }, //19 April 2001, UT1-UTC= 0.0104350, Accumulated Leap Seconds=32 + { 2452019.50, 64.174471 }, //20 April 2001, UT1-UTC= 0.0095289, Accumulated Leap Seconds=32 + { 2452020.50, 64.175444 }, //21 April 2001, UT1-UTC= 0.0085563, Accumulated Leap Seconds=32 + { 2452021.50, 64.176448 }, //22 April 2001, UT1-UTC= 0.0075520, Accumulated Leap Seconds=32 + { 2452022.50, 64.177423 }, //23 April 2001, UT1-UTC= 0.0065774, Accumulated Leap Seconds=32 + { 2452023.50, 64.178329 }, //24 April 2001, UT1-UTC= 0.0056709, Accumulated Leap Seconds=32 + { 2452024.50, 64.179156 }, //25 April 2001, UT1-UTC= 0.0048440, Accumulated Leap Seconds=32 + { 2452025.50, 64.179921 }, //26 April 2001, UT1-UTC= 0.0040790, Accumulated Leap Seconds=32 + { 2452026.50, 64.180598 }, //27 April 2001, UT1-UTC= 0.0034022, Accumulated Leap Seconds=32 + { 2452027.50, 64.181181 }, //28 April 2001, UT1-UTC= 0.0028191, Accumulated Leap Seconds=32 + { 2452028.50, 64.181757 }, //29 April 2001, UT1-UTC= 0.0022428, Accumulated Leap Seconds=32 + { 2452029.50, 64.182427 }, //30 April 2001, UT1-UTC= 0.0015733, Accumulated Leap Seconds=32 + { 2452030.50, 64.183272 }, //01 May 2001, UT1-UTC= 0.0007278, Accumulated Leap Seconds=32 + { 2452031.50, 64.184326 }, //02 May 2001, UT1-UTC=-0.0003259, Accumulated Leap Seconds=32 + { 2452032.50, 64.185593 }, //03 May 2001, UT1-UTC=-0.0015934, Accumulated Leap Seconds=32 + { 2452033.50, 64.187035 }, //04 May 2001, UT1-UTC=-0.0030352, Accumulated Leap Seconds=32 + { 2452034.50, 64.188593 }, //05 May 2001, UT1-UTC=-0.0045933, Accumulated Leap Seconds=32 + { 2452035.50, 64.190133 }, //06 May 2001, UT1-UTC=-0.0061331, Accumulated Leap Seconds=32 + { 2452036.50, 64.191537 }, //07 May 2001, UT1-UTC=-0.0075369, Accumulated Leap Seconds=32 + { 2452037.50, 64.192740 }, //08 May 2001, UT1-UTC=-0.0087404, Accumulated Leap Seconds=32 + { 2452038.50, 64.193737 }, //09 May 2001, UT1-UTC=-0.0097369, Accumulated Leap Seconds=32 + { 2452039.50, 64.194532 }, //10 May 2001, UT1-UTC=-0.0105319, Accumulated Leap Seconds=32 + { 2452040.50, 64.195176 }, //11 May 2001, UT1-UTC=-0.0111764, Accumulated Leap Seconds=32 + { 2452041.50, 64.195750 }, //12 May 2001, UT1-UTC=-0.0117496, Accumulated Leap Seconds=32 + { 2452042.50, 64.196325 }, //13 May 2001, UT1-UTC=-0.0123247, Accumulated Leap Seconds=32 + { 2452043.50, 64.196961 }, //14 May 2001, UT1-UTC=-0.0129605, Accumulated Leap Seconds=32 + { 2452044.50, 64.197704 }, //15 May 2001, UT1-UTC=-0.0137043, Accumulated Leap Seconds=32 + { 2452045.50, 64.198569 }, //16 May 2001, UT1-UTC=-0.0145695, Accumulated Leap Seconds=32 + { 2452046.50, 64.199537 }, //17 May 2001, UT1-UTC=-0.0155375, Accumulated Leap Seconds=32 + { 2452047.50, 64.200601 }, //18 May 2001, UT1-UTC=-0.0166007, Accumulated Leap Seconds=32 + { 2452048.50, 64.201727 }, //19 May 2001, UT1-UTC=-0.0177270, Accumulated Leap Seconds=32 + { 2452049.50, 64.202863 }, //20 May 2001, UT1-UTC=-0.0188626, Accumulated Leap Seconds=32 + { 2452050.50, 64.203942 }, //21 May 2001, UT1-UTC=-0.0199416, Accumulated Leap Seconds=32 + { 2452051.50, 64.204903 }, //22 May 2001, UT1-UTC=-0.0209025, Accumulated Leap Seconds=32 + { 2452052.50, 64.205678 }, //23 May 2001, UT1-UTC=-0.0216782, Accumulated Leap Seconds=32 + { 2452053.50, 64.206237 }, //24 May 2001, UT1-UTC=-0.0222369, Accumulated Leap Seconds=32 + { 2452054.50, 64.206603 }, //25 May 2001, UT1-UTC=-0.0226032, Accumulated Leap Seconds=32 + { 2452055.50, 64.206824 }, //26 May 2001, UT1-UTC=-0.0228237, Accumulated Leap Seconds=32 + { 2452056.50, 64.207003 }, //27 May 2001, UT1-UTC=-0.0230030, Accumulated Leap Seconds=32 + { 2452057.50, 64.207246 }, //28 May 2001, UT1-UTC=-0.0232464, Accumulated Leap Seconds=32 + { 2452058.50, 64.207618 }, //29 May 2001, UT1-UTC=-0.0236177, Accumulated Leap Seconds=32 + { 2452059.50, 64.208132 }, //30 May 2001, UT1-UTC=-0.0241318, Accumulated Leap Seconds=32 + { 2452060.50, 64.208748 }, //31 May 2001, UT1-UTC=-0.0247483, Accumulated Leap Seconds=32 + { 2452061.50, 64.209397 }, //01 June 2001, UT1-UTC=-0.0253975, Accumulated Leap Seconds=32 + { 2452062.50, 64.210017 }, //02 June 2001, UT1-UTC=-0.0260175, Accumulated Leap Seconds=32 + { 2452063.50, 64.210518 }, //03 June 2001, UT1-UTC=-0.0265184, Accumulated Leap Seconds=32 + { 2452064.50, 64.210828 }, //04 June 2001, UT1-UTC=-0.0268285, Accumulated Leap Seconds=32 + { 2452065.50, 64.210912 }, //05 June 2001, UT1-UTC=-0.0269122, Accumulated Leap Seconds=32 + { 2452066.50, 64.210759 }, //06 June 2001, UT1-UTC=-0.0267590, Accumulated Leap Seconds=32 + { 2452067.50, 64.210402 }, //07 June 2001, UT1-UTC=-0.0264018, Accumulated Leap Seconds=32 + { 2452068.50, 64.209929 }, //08 June 2001, UT1-UTC=-0.0259287, Accumulated Leap Seconds=32 + { 2452069.50, 64.209433 }, //09 June 2001, UT1-UTC=-0.0254333, Accumulated Leap Seconds=32 + { 2452070.50, 64.209001 }, //10 June 2001, UT1-UTC=-0.0250007, Accumulated Leap Seconds=32 + { 2452071.50, 64.208689 }, //11 June 2001, UT1-UTC=-0.0246893, Accumulated Leap Seconds=32 + { 2452072.50, 64.208524 }, //12 June 2001, UT1-UTC=-0.0245243, Accumulated Leap Seconds=32 + { 2452073.50, 64.208500 }, //13 June 2001, UT1-UTC=-0.0244996, Accumulated Leap Seconds=32 + { 2452074.50, 64.208585 }, //14 June 2001, UT1-UTC=-0.0245855, Accumulated Leap Seconds=32 + { 2452075.50, 64.208715 }, //15 June 2001, UT1-UTC=-0.0247149, Accumulated Leap Seconds=32 + { 2452076.50, 64.208884 }, //16 June 2001, UT1-UTC=-0.0248844, Accumulated Leap Seconds=32 + { 2452077.50, 64.209086 }, //17 June 2001, UT1-UTC=-0.0250857, Accumulated Leap Seconds=32 + { 2452078.50, 64.209277 }, //18 June 2001, UT1-UTC=-0.0252770, Accumulated Leap Seconds=32 + { 2452079.50, 64.209409 }, //19 June 2001, UT1-UTC=-0.0254095, Accumulated Leap Seconds=32 + { 2452080.50, 64.209432 }, //20 June 2001, UT1-UTC=-0.0254321, Accumulated Leap Seconds=32 + { 2452081.50, 64.209332 }, //21 June 2001, UT1-UTC=-0.0253320, Accumulated Leap Seconds=32 + { 2452082.50, 64.209178 }, //22 June 2001, UT1-UTC=-0.0251783, Accumulated Leap Seconds=32 + { 2452083.50, 64.209010 }, //23 June 2001, UT1-UTC=-0.0250102, Accumulated Leap Seconds=32 + { 2452084.50, 64.208897 }, //24 June 2001, UT1-UTC=-0.0248971, Accumulated Leap Seconds=32 + { 2452085.50, 64.208920 }, //25 June 2001, UT1-UTC=-0.0249203, Accumulated Leap Seconds=32 + { 2452086.50, 64.209157 }, //26 June 2001, UT1-UTC=-0.0251571, Accumulated Leap Seconds=32 + { 2452087.50, 64.209622 }, //27 June 2001, UT1-UTC=-0.0256219, Accumulated Leap Seconds=32 + { 2452088.50, 64.210234 }, //28 June 2001, UT1-UTC=-0.0262345, Accumulated Leap Seconds=32 + { 2452089.50, 64.210837 }, //29 June 2001, UT1-UTC=-0.0268374, Accumulated Leap Seconds=32 + { 2452090.50, 64.211331 }, //30 June 2001, UT1-UTC=-0.0273305, Accumulated Leap Seconds=32 + { 2452091.50, 64.211663 }, //01 July 2001, UT1-UTC=-0.0276628, Accumulated Leap Seconds=32 + { 2452092.50, 64.211807 }, //02 July 2001, UT1-UTC=-0.0278068, Accumulated Leap Seconds=32 + { 2452093.50, 64.211772 }, //03 July 2001, UT1-UTC=-0.0277724, Accumulated Leap Seconds=32 + { 2452094.50, 64.211592 }, //04 July 2001, UT1-UTC=-0.0275917, Accumulated Leap Seconds=32 + { 2452095.50, 64.211321 }, //05 July 2001, UT1-UTC=-0.0273214, Accumulated Leap Seconds=32 + { 2452096.50, 64.211017 }, //06 July 2001, UT1-UTC=-0.0270168, Accumulated Leap Seconds=32 + { 2452097.50, 64.210717 }, //07 July 2001, UT1-UTC=-0.0267172, Accumulated Leap Seconds=32 + { 2452098.50, 64.210488 }, //08 July 2001, UT1-UTC=-0.0264876, Accumulated Leap Seconds=32 + { 2452099.50, 64.210356 }, //09 July 2001, UT1-UTC=-0.0263559, Accumulated Leap Seconds=32 + { 2452100.50, 64.210296 }, //10 July 2001, UT1-UTC=-0.0262957, Accumulated Leap Seconds=32 + { 2452101.50, 64.210294 }, //11 July 2001, UT1-UTC=-0.0262937, Accumulated Leap Seconds=32 + { 2452102.50, 64.210342 }, //12 July 2001, UT1-UTC=-0.0263420, Accumulated Leap Seconds=32 + { 2452103.50, 64.210442 }, //13 July 2001, UT1-UTC=-0.0264423, Accumulated Leap Seconds=32 + { 2452104.50, 64.210574 }, //14 July 2001, UT1-UTC=-0.0265745, Accumulated Leap Seconds=32 + { 2452105.50, 64.210678 }, //15 July 2001, UT1-UTC=-0.0266776, Accumulated Leap Seconds=32 + { 2452106.50, 64.210700 }, //16 July 2001, UT1-UTC=-0.0266996, Accumulated Leap Seconds=32 + { 2452107.50, 64.210605 }, //17 July 2001, UT1-UTC=-0.0266054, Accumulated Leap Seconds=32 + { 2452108.50, 64.210377 }, //18 July 2001, UT1-UTC=-0.0263767, Accumulated Leap Seconds=32 + { 2452109.50, 64.209994 }, //19 July 2001, UT1-UTC=-0.0259942, Accumulated Leap Seconds=32 + { 2452110.50, 64.209508 }, //20 July 2001, UT1-UTC=-0.0255082, Accumulated Leap Seconds=32 + { 2452111.50, 64.209006 }, //21 July 2001, UT1-UTC=-0.0250060, Accumulated Leap Seconds=32 + { 2452112.50, 64.208613 }, //22 July 2001, UT1-UTC=-0.0246132, Accumulated Leap Seconds=32 + { 2452113.50, 64.208417 }, //23 July 2001, UT1-UTC=-0.0244171, Accumulated Leap Seconds=32 + { 2452114.50, 64.208438 }, //24 July 2001, UT1-UTC=-0.0244378, Accumulated Leap Seconds=32 + { 2452115.50, 64.208625 }, //25 July 2001, UT1-UTC=-0.0246254, Accumulated Leap Seconds=32 + { 2452116.50, 64.208855 }, //26 July 2001, UT1-UTC=-0.0248554, Accumulated Leap Seconds=32 + { 2452117.50, 64.209036 }, //27 July 2001, UT1-UTC=-0.0250362, Accumulated Leap Seconds=32 + { 2452118.50, 64.209071 }, //28 July 2001, UT1-UTC=-0.0250710, Accumulated Leap Seconds=32 + { 2452119.50, 64.208897 }, //29 July 2001, UT1-UTC=-0.0248973, Accumulated Leap Seconds=32 + { 2452120.50, 64.208520 }, //30 July 2001, UT1-UTC=-0.0245203, Accumulated Leap Seconds=32 + { 2452121.50, 64.207975 }, //31 July 2001, UT1-UTC=-0.0239750, Accumulated Leap Seconds=32 + { 2452122.50, 64.207317 }, //01 August 2001, UT1-UTC=-0.0233173, Accumulated Leap Seconds=32 + { 2452123.50, 64.206603 }, //02 August 2001, UT1-UTC=-0.0226031, Accumulated Leap Seconds=32 + { 2452124.50, 64.205931 }, //03 August 2001, UT1-UTC=-0.0219307, Accumulated Leap Seconds=32 + { 2452125.50, 64.205374 }, //04 August 2001, UT1-UTC=-0.0213741, Accumulated Leap Seconds=32 + { 2452126.50, 64.204965 }, //05 August 2001, UT1-UTC=-0.0209647, Accumulated Leap Seconds=32 + { 2452127.50, 64.204713 }, //06 August 2001, UT1-UTC=-0.0207134, Accumulated Leap Seconds=32 + { 2452128.50, 64.204609 }, //07 August 2001, UT1-UTC=-0.0206093, Accumulated Leap Seconds=32 + { 2452129.50, 64.204645 }, //08 August 2001, UT1-UTC=-0.0206453, Accumulated Leap Seconds=32 + { 2452130.50, 64.204828 }, //09 August 2001, UT1-UTC=-0.0208280, Accumulated Leap Seconds=32 + { 2452131.50, 64.205118 }, //10 August 2001, UT1-UTC=-0.0211180, Accumulated Leap Seconds=32 + { 2452132.50, 64.205488 }, //11 August 2001, UT1-UTC=-0.0214883, Accumulated Leap Seconds=32 + { 2452133.50, 64.205858 }, //12 August 2001, UT1-UTC=-0.0218582, Accumulated Leap Seconds=32 + { 2452134.50, 64.206168 }, //13 August 2001, UT1-UTC=-0.0221683, Accumulated Leap Seconds=32 + { 2452135.50, 64.206376 }, //14 August 2001, UT1-UTC=-0.0223759, Accumulated Leap Seconds=32 + { 2452136.50, 64.206472 }, //15 August 2001, UT1-UTC=-0.0224719, Accumulated Leap Seconds=32 + { 2452137.50, 64.206495 }, //16 August 2001, UT1-UTC=-0.0224951, Accumulated Leap Seconds=32 + { 2452138.50, 64.206542 }, //17 August 2001, UT1-UTC=-0.0225424, Accumulated Leap Seconds=32 + { 2452139.50, 64.206735 }, //18 August 2001, UT1-UTC=-0.0227349, Accumulated Leap Seconds=32 + { 2452140.50, 64.207147 }, //19 August 2001, UT1-UTC=-0.0231468, Accumulated Leap Seconds=32 + { 2452141.50, 64.207811 }, //20 August 2001, UT1-UTC=-0.0238110, Accumulated Leap Seconds=32 + { 2452142.50, 64.208672 }, //21 August 2001, UT1-UTC=-0.0246716, Accumulated Leap Seconds=32 + { 2452143.50, 64.209634 }, //22 August 2001, UT1-UTC=-0.0256336, Accumulated Leap Seconds=32 + { 2452144.50, 64.210572 }, //23 August 2001, UT1-UTC=-0.0265722, Accumulated Leap Seconds=32 + { 2452145.50, 64.211331 }, //24 August 2001, UT1-UTC=-0.0273305, Accumulated Leap Seconds=32 + { 2452146.50, 64.211886 }, //25 August 2001, UT1-UTC=-0.0278859, Accumulated Leap Seconds=32 + { 2452147.50, 64.212191 }, //26 August 2001, UT1-UTC=-0.0281912, Accumulated Leap Seconds=32 + { 2452148.50, 64.212270 }, //27 August 2001, UT1-UTC=-0.0282702, Accumulated Leap Seconds=32 + { 2452149.50, 64.212181 }, //28 August 2001, UT1-UTC=-0.0281810, Accumulated Leap Seconds=32 + { 2452150.50, 64.211987 }, //29 August 2001, UT1-UTC=-0.0279875, Accumulated Leap Seconds=32 + { 2452151.50, 64.211770 }, //30 August 2001, UT1-UTC=-0.0277699, Accumulated Leap Seconds=32 + { 2452152.50, 64.211625 }, //31 August 2001, UT1-UTC=-0.0276246, Accumulated Leap Seconds=32 + { 2452153.50, 64.211557 }, //01 September 2001, UT1-UTC=-0.0275565, Accumulated Leap Seconds=32 + { 2452154.50, 64.211624 }, //02 September 2001, UT1-UTC=-0.0276237, Accumulated Leap Seconds=32 + { 2452155.50, 64.211846 }, //03 September 2001, UT1-UTC=-0.0278457, Accumulated Leap Seconds=32 + { 2452156.50, 64.212210 }, //04 September 2001, UT1-UTC=-0.0282101, Accumulated Leap Seconds=32 + { 2452157.50, 64.212679 }, //05 September 2001, UT1-UTC=-0.0286795, Accumulated Leap Seconds=32 + { 2452158.50, 64.213222 }, //06 September 2001, UT1-UTC=-0.0292220, Accumulated Leap Seconds=32 + { 2452159.50, 64.213723 }, //07 September 2001, UT1-UTC=-0.0297228, Accumulated Leap Seconds=32 + { 2452160.50, 64.214125 }, //08 September 2001, UT1-UTC=-0.0301251, Accumulated Leap Seconds=32 + { 2452161.50, 64.214399 }, //09 September 2001, UT1-UTC=-0.0303991, Accumulated Leap Seconds=32 + { 2452162.50, 64.214541 }, //10 September 2001, UT1-UTC=-0.0305407, Accumulated Leap Seconds=32 + { 2452163.50, 64.214558 }, //11 September 2001, UT1-UTC=-0.0305585, Accumulated Leap Seconds=32 + { 2452164.50, 64.214489 }, //12 September 2001, UT1-UTC=-0.0304893, Accumulated Leap Seconds=32 + { 2452165.50, 64.214390 }, //13 September 2001, UT1-UTC=-0.0303902, Accumulated Leap Seconds=32 + { 2452166.50, 64.214377 }, //14 September 2001, UT1-UTC=-0.0303768, Accumulated Leap Seconds=32 + { 2452167.50, 64.214559 }, //15 September 2001, UT1-UTC=-0.0305592, Accumulated Leap Seconds=32 + { 2452168.50, 64.215023 }, //16 September 2001, UT1-UTC=-0.0310227, Accumulated Leap Seconds=32 + { 2452169.50, 64.215772 }, //17 September 2001, UT1-UTC=-0.0317716, Accumulated Leap Seconds=32 + { 2452170.50, 64.216708 }, //18 September 2001, UT1-UTC=-0.0327081, Accumulated Leap Seconds=32 + { 2452171.50, 64.217683 }, //19 September 2001, UT1-UTC=-0.0336833, Accumulated Leap Seconds=32 + { 2452172.50, 64.218578 }, //20 September 2001, UT1-UTC=-0.0345782, Accumulated Leap Seconds=32 + { 2452173.50, 64.219319 }, //21 September 2001, UT1-UTC=-0.0353188, Accumulated Leap Seconds=32 + { 2452174.50, 64.219865 }, //22 September 2001, UT1-UTC=-0.0358650, Accumulated Leap Seconds=32 + { 2452175.50, 64.220229 }, //23 September 2001, UT1-UTC=-0.0362289, Accumulated Leap Seconds=32 + { 2452176.50, 64.220432 }, //24 September 2001, UT1-UTC=-0.0364315, Accumulated Leap Seconds=32 + { 2452177.50, 64.220515 }, //25 September 2001, UT1-UTC=-0.0365148, Accumulated Leap Seconds=32 + { 2452178.50, 64.220572 }, //26 September 2001, UT1-UTC=-0.0365719, Accumulated Leap Seconds=32 + { 2452179.50, 64.220665 }, //27 September 2001, UT1-UTC=-0.0366649, Accumulated Leap Seconds=32 + { 2452180.50, 64.220863 }, //28 September 2001, UT1-UTC=-0.0368626, Accumulated Leap Seconds=32 + { 2452181.50, 64.221207 }, //29 September 2001, UT1-UTC=-0.0372070, Accumulated Leap Seconds=32 + { 2452182.50, 64.221682 }, //30 September 2001, UT1-UTC=-0.0376819, Accumulated Leap Seconds=32 + { 2452183.50, 64.222286 }, //01 October 2001, UT1-UTC=-0.0382858, Accumulated Leap Seconds=32 + { 2452184.50, 64.223027 }, //02 October 2001, UT1-UTC=-0.0390267, Accumulated Leap Seconds=32 + { 2452185.50, 64.223884 }, //03 October 2001, UT1-UTC=-0.0398842, Accumulated Leap Seconds=32 + { 2452186.50, 64.224766 }, //04 October 2001, UT1-UTC=-0.0407664, Accumulated Leap Seconds=32 + { 2452187.50, 64.225660 }, //05 October 2001, UT1-UTC=-0.0416597, Accumulated Leap Seconds=32 + { 2452188.50, 64.226507 }, //06 October 2001, UT1-UTC=-0.0425070, Accumulated Leap Seconds=32 + { 2452189.50, 64.227221 }, //07 October 2001, UT1-UTC=-0.0432212, Accumulated Leap Seconds=32 + { 2452190.50, 64.227809 }, //08 October 2001, UT1-UTC=-0.0438093, Accumulated Leap Seconds=32 + { 2452191.50, 64.228312 }, //09 October 2001, UT1-UTC=-0.0443119, Accumulated Leap Seconds=32 + { 2452192.50, 64.228795 }, //10 October 2001, UT1-UTC=-0.0447946, Accumulated Leap Seconds=32 + { 2452193.50, 64.229347 }, //11 October 2001, UT1-UTC=-0.0453471, Accumulated Leap Seconds=32 + { 2452194.50, 64.230039 }, //12 October 2001, UT1-UTC=-0.0460388, Accumulated Leap Seconds=32 + { 2452195.50, 64.230935 }, //13 October 2001, UT1-UTC=-0.0469352, Accumulated Leap Seconds=32 + { 2452196.50, 64.232105 }, //14 October 2001, UT1-UTC=-0.0481049, Accumulated Leap Seconds=32 + { 2452197.50, 64.233525 }, //15 October 2001, UT1-UTC=-0.0495247, Accumulated Leap Seconds=32 + { 2452198.50, 64.235092 }, //16 October 2001, UT1-UTC=-0.0510923, Accumulated Leap Seconds=32 + { 2452199.50, 64.236676 }, //17 October 2001, UT1-UTC=-0.0526756, Accumulated Leap Seconds=32 + { 2452200.50, 64.238138 }, //18 October 2001, UT1-UTC=-0.0541385, Accumulated Leap Seconds=32 + { 2452201.50, 64.239364 }, //19 October 2001, UT1-UTC=-0.0553641, Accumulated Leap Seconds=32 + { 2452202.50, 64.240310 }, //20 October 2001, UT1-UTC=-0.0563100, Accumulated Leap Seconds=32 + { 2452203.50, 64.241017 }, //21 October 2001, UT1-UTC=-0.0570173, Accumulated Leap Seconds=32 + { 2452204.50, 64.241586 }, //22 October 2001, UT1-UTC=-0.0575865, Accumulated Leap Seconds=32 + { 2452205.50, 64.242094 }, //23 October 2001, UT1-UTC=-0.0580938, Accumulated Leap Seconds=32 + { 2452206.50, 64.242603 }, //24 October 2001, UT1-UTC=-0.0586034, Accumulated Leap Seconds=32 + { 2452207.50, 64.243148 }, //25 October 2001, UT1-UTC=-0.0591482, Accumulated Leap Seconds=32 + { 2452208.50, 64.243806 }, //26 October 2001, UT1-UTC=-0.0598058, Accumulated Leap Seconds=32 + { 2452209.50, 64.244627 }, //27 October 2001, UT1-UTC=-0.0606271, Accumulated Leap Seconds=32 + { 2452210.50, 64.245600 }, //28 October 2001, UT1-UTC=-0.0616005, Accumulated Leap Seconds=32 + { 2452211.50, 64.246673 }, //29 October 2001, UT1-UTC=-0.0626731, Accumulated Leap Seconds=32 + { 2452212.50, 64.247794 }, //30 October 2001, UT1-UTC=-0.0637941, Accumulated Leap Seconds=32 + { 2452213.50, 64.248900 }, //31 October 2001, UT1-UTC=-0.0649004, Accumulated Leap Seconds=32 + { 2452214.50, 64.249962 }, //01 November 2001, UT1-UTC=-0.0659625, Accumulated Leap Seconds=32 + { 2452215.50, 64.250911 }, //02 November 2001, UT1-UTC=-0.0669114, Accumulated Leap Seconds=32 + { 2452216.50, 64.251679 }, //03 November 2001, UT1-UTC=-0.0676788, Accumulated Leap Seconds=32 + { 2452217.50, 64.252309 }, //04 November 2001, UT1-UTC=-0.0683087, Accumulated Leap Seconds=32 + { 2452218.50, 64.252848 }, //05 November 2001, UT1-UTC=-0.0688485, Accumulated Leap Seconds=32 + { 2452219.50, 64.253338 }, //06 November 2001, UT1-UTC=-0.0693383, Accumulated Leap Seconds=32 + { 2452220.50, 64.253818 }, //07 November 2001, UT1-UTC=-0.0698185, Accumulated Leap Seconds=32 + { 2452221.50, 64.254392 }, //08 November 2001, UT1-UTC=-0.0703925, Accumulated Leap Seconds=32 + { 2452222.50, 64.255211 }, //09 November 2001, UT1-UTC=-0.0712107, Accumulated Leap Seconds=32 + { 2452223.50, 64.256345 }, //10 November 2001, UT1-UTC=-0.0723447, Accumulated Leap Seconds=32 + { 2452224.50, 64.257715 }, //11 November 2001, UT1-UTC=-0.0737149, Accumulated Leap Seconds=32 + { 2452225.50, 64.259240 }, //12 November 2001, UT1-UTC=-0.0752402, Accumulated Leap Seconds=32 + { 2452226.50, 64.260824 }, //13 November 2001, UT1-UTC=-0.0768242, Accumulated Leap Seconds=32 + { 2452227.50, 64.262360 }, //14 November 2001, UT1-UTC=-0.0783598, Accumulated Leap Seconds=32 + { 2452228.50, 64.263680 }, //15 November 2001, UT1-UTC=-0.0796801, Accumulated Leap Seconds=32 + { 2452229.50, 64.264715 }, //16 November 2001, UT1-UTC=-0.0807152, Accumulated Leap Seconds=32 + { 2452230.50, 64.265530 }, //17 November 2001, UT1-UTC=-0.0815299, Accumulated Leap Seconds=32 + { 2452231.50, 64.266187 }, //18 November 2001, UT1-UTC=-0.0821868, Accumulated Leap Seconds=32 + { 2452232.50, 64.266757 }, //19 November 2001, UT1-UTC=-0.0827571, Accumulated Leap Seconds=32 + { 2452233.50, 64.267304 }, //20 November 2001, UT1-UTC=-0.0833038, Accumulated Leap Seconds=32 + { 2452234.50, 64.267864 }, //21 November 2001, UT1-UTC=-0.0838642, Accumulated Leap Seconds=32 + { 2452235.50, 64.268476 }, //22 November 2001, UT1-UTC=-0.0844760, Accumulated Leap Seconds=32 + { 2452236.50, 64.269189 }, //23 November 2001, UT1-UTC=-0.0851887, Accumulated Leap Seconds=32 + { 2452237.50, 64.269991 }, //24 November 2001, UT1-UTC=-0.0859913, Accumulated Leap Seconds=32 + { 2452238.50, 64.270876 }, //25 November 2001, UT1-UTC=-0.0868759, Accumulated Leap Seconds=32 + { 2452239.50, 64.271832 }, //26 November 2001, UT1-UTC=-0.0878323, Accumulated Leap Seconds=32 + { 2452240.50, 64.272823 }, //27 November 2001, UT1-UTC=-0.0888226, Accumulated Leap Seconds=32 + { 2452241.50, 64.273793 }, //28 November 2001, UT1-UTC=-0.0897932, Accumulated Leap Seconds=32 + { 2452242.50, 64.274684 }, //29 November 2001, UT1-UTC=-0.0906844, Accumulated Leap Seconds=32 + { 2452243.50, 64.275463 }, //30 November 2001, UT1-UTC=-0.0914634, Accumulated Leap Seconds=32 + { 2452244.50, 64.276097 }, //01 December 2001, UT1-UTC=-0.0920973, Accumulated Leap Seconds=32 + { 2452245.50, 64.276539 }, //02 December 2001, UT1-UTC=-0.0925390, Accumulated Leap Seconds=32 + { 2452246.50, 64.276848 }, //03 December 2001, UT1-UTC=-0.0928478, Accumulated Leap Seconds=32 + { 2452247.50, 64.277111 }, //04 December 2001, UT1-UTC=-0.0931113, Accumulated Leap Seconds=32 + { 2452248.50, 64.277407 }, //05 December 2001, UT1-UTC=-0.0934066, Accumulated Leap Seconds=32 + { 2452249.50, 64.277841 }, //06 December 2001, UT1-UTC=-0.0938409, Accumulated Leap Seconds=32 + { 2452250.50, 64.278481 }, //07 December 2001, UT1-UTC=-0.0944807, Accumulated Leap Seconds=32 + { 2452251.50, 64.279334 }, //08 December 2001, UT1-UTC=-0.0953339, Accumulated Leap Seconds=32 + { 2452252.50, 64.280386 }, //09 December 2001, UT1-UTC=-0.0963856, Accumulated Leap Seconds=32 + { 2452253.50, 64.281564 }, //10 December 2001, UT1-UTC=-0.0975643, Accumulated Leap Seconds=32 + { 2452254.50, 64.282748 }, //11 December 2001, UT1-UTC=-0.0987479, Accumulated Leap Seconds=32 + { 2452255.50, 64.283813 }, //12 December 2001, UT1-UTC=-0.0998134, Accumulated Leap Seconds=32 + { 2452256.50, 64.284708 }, //13 December 2001, UT1-UTC=-0.1007082, Accumulated Leap Seconds=32 + { 2452257.50, 64.285406 }, //14 December 2001, UT1-UTC=-0.1014059, Accumulated Leap Seconds=32 + { 2452258.50, 64.285886 }, //15 December 2001, UT1-UTC=-0.1018858, Accumulated Leap Seconds=32 + { 2452259.50, 64.286220 }, //16 December 2001, UT1-UTC=-0.1022203, Accumulated Leap Seconds=32 + { 2452260.50, 64.286528 }, //17 December 2001, UT1-UTC=-0.1025281, Accumulated Leap Seconds=32 + { 2452261.50, 64.286898 }, //18 December 2001, UT1-UTC=-0.1028980, Accumulated Leap Seconds=32 + { 2452262.50, 64.287369 }, //19 December 2001, UT1-UTC=-0.1033688, Accumulated Leap Seconds=32 + { 2452263.50, 64.287952 }, //20 December 2001, UT1-UTC=-0.1039517, Accumulated Leap Seconds=32 + { 2452264.50, 64.288741 }, //21 December 2001, UT1-UTC=-0.1047412, Accumulated Leap Seconds=32 + { 2452265.50, 64.289734 }, //22 December 2001, UT1-UTC=-0.1057340, Accumulated Leap Seconds=32 + { 2452266.50, 64.290832 }, //23 December 2001, UT1-UTC=-0.1068325, Accumulated Leap Seconds=32 + { 2452267.50, 64.291993 }, //24 December 2001, UT1-UTC=-0.1079933, Accumulated Leap Seconds=32 + { 2452268.50, 64.293180 }, //25 December 2001, UT1-UTC=-0.1091801, Accumulated Leap Seconds=32 + { 2452269.50, 64.294355 }, //26 December 2001, UT1-UTC=-0.1103550, Accumulated Leap Seconds=32 + { 2452270.50, 64.295483 }, //27 December 2001, UT1-UTC=-0.1114831, Accumulated Leap Seconds=32 + { 2452271.50, 64.296525 }, //28 December 2001, UT1-UTC=-0.1125251, Accumulated Leap Seconds=32 + { 2452272.50, 64.297444 }, //29 December 2001, UT1-UTC=-0.1134437, Accumulated Leap Seconds=32 + { 2452273.50, 64.298256 }, //30 December 2001, UT1-UTC=-0.1142562, Accumulated Leap Seconds=32 + { 2452274.50, 64.299021 }, //31 December 2001, UT1-UTC=-0.1150209, Accumulated Leap Seconds=32 + { 2452275.50, 64.299804 }, //01 January 2002, UT1-UTC=-0.1158037, Accumulated Leap Seconds=32 + { 2452276.50, 64.300669 }, //02 January 2002, UT1-UTC=-0.1166693, Accumulated Leap Seconds=32 + { 2452277.50, 64.301699 }, //03 January 2002, UT1-UTC=-0.1176985, Accumulated Leap Seconds=32 + { 2452278.50, 64.302899 }, //04 January 2002, UT1-UTC=-0.1188986, Accumulated Leap Seconds=32 + { 2452279.50, 64.304211 }, //05 January 2002, UT1-UTC=-0.1202113, Accumulated Leap Seconds=32 + { 2452280.50, 64.305547 }, //06 January 2002, UT1-UTC=-0.1215473, Accumulated Leap Seconds=32 + { 2452281.50, 64.306837 }, //07 January 2002, UT1-UTC=-0.1228365, Accumulated Leap Seconds=32 + { 2452282.50, 64.307961 }, //08 January 2002, UT1-UTC=-0.1239610, Accumulated Leap Seconds=32 + { 2452283.50, 64.308807 }, //09 January 2002, UT1-UTC=-0.1248067, Accumulated Leap Seconds=32 + { 2452284.50, 64.309401 }, //10 January 2002, UT1-UTC=-0.1254012, Accumulated Leap Seconds=32 + { 2452285.50, 64.309789 }, //11 January 2002, UT1-UTC=-0.1257888, Accumulated Leap Seconds=32 + { 2452286.50, 64.309999 }, //12 January 2002, UT1-UTC=-0.1259989, Accumulated Leap Seconds=32 + { 2452287.50, 64.310059 }, //13 January 2002, UT1-UTC=-0.1260590, Accumulated Leap Seconds=32 + { 2452288.50, 64.310049 }, //14 January 2002, UT1-UTC=-0.1260491, Accumulated Leap Seconds=32 + { 2452289.50, 64.310053 }, //15 January 2002, UT1-UTC=-0.1260530, Accumulated Leap Seconds=32 + { 2452290.50, 64.310143 }, //16 January 2002, UT1-UTC=-0.1261427, Accumulated Leap Seconds=32 + { 2452291.50, 64.310307 }, //17 January 2002, UT1-UTC=-0.1263067, Accumulated Leap Seconds=32 + { 2452292.50, 64.310579 }, //18 January 2002, UT1-UTC=-0.1265787, Accumulated Leap Seconds=32 + { 2452293.50, 64.311012 }, //19 January 2002, UT1-UTC=-0.1270116, Accumulated Leap Seconds=32 + { 2452294.50, 64.311535 }, //20 January 2002, UT1-UTC=-0.1275351, Accumulated Leap Seconds=32 + { 2452295.50, 64.312105 }, //21 January 2002, UT1-UTC=-0.1281046, Accumulated Leap Seconds=32 + { 2452296.50, 64.312701 }, //22 January 2002, UT1-UTC=-0.1287014, Accumulated Leap Seconds=32 + { 2452297.50, 64.313301 }, //23 January 2002, UT1-UTC=-0.1293014, Accumulated Leap Seconds=32 + { 2452298.50, 64.313855 }, //24 January 2002, UT1-UTC=-0.1298552, Accumulated Leap Seconds=32 + { 2452299.50, 64.314299 }, //25 January 2002, UT1-UTC=-0.1302989, Accumulated Leap Seconds=32 + { 2452300.50, 64.314633 }, //26 January 2002, UT1-UTC=-0.1306333, Accumulated Leap Seconds=32 + { 2452301.50, 64.314940 }, //27 January 2002, UT1-UTC=-0.1309397, Accumulated Leap Seconds=32 + { 2452302.50, 64.315327 }, //28 January 2002, UT1-UTC=-0.1313269, Accumulated Leap Seconds=32 + { 2452303.50, 64.315902 }, //29 January 2002, UT1-UTC=-0.1319022, Accumulated Leap Seconds=32 + { 2452304.50, 64.316738 }, //30 January 2002, UT1-UTC=-0.1327378, Accumulated Leap Seconds=32 + { 2452305.50, 64.317868 }, //31 January 2002, UT1-UTC=-0.1338676, Accumulated Leap Seconds=32 + { 2452306.50, 64.319186 }, //01 February 2002, UT1-UTC=-0.1351858, Accumulated Leap Seconds=32 + { 2452307.50, 64.320644 }, //02 February 2002, UT1-UTC=-0.1366441, Accumulated Leap Seconds=32 + { 2452308.50, 64.322144 }, //03 February 2002, UT1-UTC=-0.1381439, Accumulated Leap Seconds=32 + { 2452309.50, 64.323521 }, //04 February 2002, UT1-UTC=-0.1395213, Accumulated Leap Seconds=32 + { 2452310.50, 64.324717 }, //05 February 2002, UT1-UTC=-0.1407169, Accumulated Leap Seconds=32 + { 2452311.50, 64.325709 }, //06 February 2002, UT1-UTC=-0.1417091, Accumulated Leap Seconds=32 + { 2452312.50, 64.326448 }, //07 February 2002, UT1-UTC=-0.1424476, Accumulated Leap Seconds=32 + { 2452313.50, 64.327016 }, //08 February 2002, UT1-UTC=-0.1430156, Accumulated Leap Seconds=32 + { 2452314.50, 64.327440 }, //09 February 2002, UT1-UTC=-0.1434398, Accumulated Leap Seconds=32 + { 2452315.50, 64.327815 }, //10 February 2002, UT1-UTC=-0.1438149, Accumulated Leap Seconds=32 + { 2452316.50, 64.328249 }, //11 February 2002, UT1-UTC=-0.1442491, Accumulated Leap Seconds=32 + { 2452317.50, 64.328793 }, //12 February 2002, UT1-UTC=-0.1447929, Accumulated Leap Seconds=32 + { 2452318.50, 64.329416 }, //13 February 2002, UT1-UTC=-0.1454163, Accumulated Leap Seconds=32 + { 2452319.50, 64.330148 }, //14 February 2002, UT1-UTC=-0.1461477, Accumulated Leap Seconds=32 + { 2452320.50, 64.330980 }, //15 February 2002, UT1-UTC=-0.1469803, Accumulated Leap Seconds=32 + { 2452321.50, 64.331911 }, //16 February 2002, UT1-UTC=-0.1479109, Accumulated Leap Seconds=32 + { 2452322.50, 64.332942 }, //17 February 2002, UT1-UTC=-0.1489420, Accumulated Leap Seconds=32 + { 2452323.50, 64.334009 }, //18 February 2002, UT1-UTC=-0.1500088, Accumulated Leap Seconds=32 + { 2452324.50, 64.335041 }, //19 February 2002, UT1-UTC=-0.1510412, Accumulated Leap Seconds=32 + { 2452325.50, 64.336000 }, //20 February 2002, UT1-UTC=-0.1519999, Accumulated Leap Seconds=32 + { 2452326.50, 64.336876 }, //21 February 2002, UT1-UTC=-0.1528758, Accumulated Leap Seconds=32 + { 2452327.50, 64.337647 }, //22 February 2002, UT1-UTC=-0.1536466, Accumulated Leap Seconds=32 + { 2452328.50, 64.338341 }, //23 February 2002, UT1-UTC=-0.1543413, Accumulated Leap Seconds=32 + { 2452329.50, 64.339000 }, //24 February 2002, UT1-UTC=-0.1549999, Accumulated Leap Seconds=32 + { 2452330.50, 64.339754 }, //25 February 2002, UT1-UTC=-0.1557544, Accumulated Leap Seconds=32 + { 2452331.50, 64.340715 }, //26 February 2002, UT1-UTC=-0.1567153, Accumulated Leap Seconds=32 + { 2452332.50, 64.341943 }, //27 February 2002, UT1-UTC=-0.1579427, Accumulated Leap Seconds=32 + { 2452333.50, 64.343414 }, //28 February 2002, UT1-UTC=-0.1594139, Accumulated Leap Seconds=32 + { 2452334.50, 64.345013 }, //01 March 2002, UT1-UTC=-0.1610130, Accumulated Leap Seconds=32 + { 2452335.50, 64.346676 }, //02 March 2002, UT1-UTC=-0.1626763, Accumulated Leap Seconds=32 + { 2452336.50, 64.348281 }, //03 March 2002, UT1-UTC=-0.1642811, Accumulated Leap Seconds=32 + { 2452337.50, 64.349671 }, //04 March 2002, UT1-UTC=-0.1656714, Accumulated Leap Seconds=32 + { 2452338.50, 64.350792 }, //05 March 2002, UT1-UTC=-0.1667923, Accumulated Leap Seconds=32 + { 2452339.50, 64.351692 }, //06 March 2002, UT1-UTC=-0.1676924, Accumulated Leap Seconds=32 + { 2452340.50, 64.352420 }, //07 March 2002, UT1-UTC=-0.1684204, Accumulated Leap Seconds=32 + { 2452341.50, 64.353027 }, //08 March 2002, UT1-UTC=-0.1690271, Accumulated Leap Seconds=32 + { 2452342.50, 64.353578 }, //09 March 2002, UT1-UTC=-0.1695783, Accumulated Leap Seconds=32 + { 2452343.50, 64.354115 }, //10 March 2002, UT1-UTC=-0.1701147, Accumulated Leap Seconds=32 + { 2452344.50, 64.354726 }, //11 March 2002, UT1-UTC=-0.1707265, Accumulated Leap Seconds=32 + { 2452345.50, 64.355474 }, //12 March 2002, UT1-UTC=-0.1714742, Accumulated Leap Seconds=32 + { 2452346.50, 64.356370 }, //13 March 2002, UT1-UTC=-0.1723703, Accumulated Leap Seconds=32 + { 2452347.50, 64.357359 }, //14 March 2002, UT1-UTC=-0.1733587, Accumulated Leap Seconds=32 + { 2452348.50, 64.358353 }, //15 March 2002, UT1-UTC=-0.1743534, Accumulated Leap Seconds=32 + { 2452349.50, 64.359290 }, //16 March 2002, UT1-UTC=-0.1752898, Accumulated Leap Seconds=32 + { 2452350.50, 64.360179 }, //17 March 2002, UT1-UTC=-0.1761789, Accumulated Leap Seconds=32 + { 2452351.50, 64.361019 }, //18 March 2002, UT1-UTC=-0.1770191, Accumulated Leap Seconds=32 + { 2452352.50, 64.361769 }, //19 March 2002, UT1-UTC=-0.1777692, Accumulated Leap Seconds=32 + { 2452353.50, 64.362368 }, //20 March 2002, UT1-UTC=-0.1783677, Accumulated Leap Seconds=32 + { 2452354.50, 64.362833 }, //21 March 2002, UT1-UTC=-0.1788335, Accumulated Leap Seconds=32 + { 2452355.50, 64.363222 }, //22 March 2002, UT1-UTC=-0.1792219, Accumulated Leap Seconds=32 + { 2452356.50, 64.363603 }, //23 March 2002, UT1-UTC=-0.1796032, Accumulated Leap Seconds=32 + { 2452357.50, 64.364049 }, //24 March 2002, UT1-UTC=-0.1800487, Accumulated Leap Seconds=32 + { 2452358.50, 64.364658 }, //25 March 2002, UT1-UTC=-0.1806578, Accumulated Leap Seconds=32 + { 2452359.50, 64.365514 }, //26 March 2002, UT1-UTC=-0.1815139, Accumulated Leap Seconds=32 + { 2452360.50, 64.366663 }, //27 March 2002, UT1-UTC=-0.1826625, Accumulated Leap Seconds=32 + { 2452361.50, 64.368094 }, //28 March 2002, UT1-UTC=-0.1840935, Accumulated Leap Seconds=32 + { 2452362.50, 64.369654 }, //29 March 2002, UT1-UTC=-0.1856545, Accumulated Leap Seconds=32 + { 2452363.50, 64.371129 }, //30 March 2002, UT1-UTC=-0.1871290, Accumulated Leap Seconds=32 + { 2452364.50, 64.372410 }, //31 March 2002, UT1-UTC=-0.1884097, Accumulated Leap Seconds=32 + { 2452365.50, 64.373458 }, //01 April 2002, UT1-UTC=-0.1894584, Accumulated Leap Seconds=32 + { 2452366.50, 64.374263 }, //02 April 2002, UT1-UTC=-0.1902632, Accumulated Leap Seconds=32 + { 2452367.50, 64.374858 }, //03 April 2002, UT1-UTC=-0.1908576, Accumulated Leap Seconds=32 + { 2452368.50, 64.375294 }, //04 April 2002, UT1-UTC=-0.1912938, Accumulated Leap Seconds=32 + { 2452369.50, 64.375673 }, //05 April 2002, UT1-UTC=-0.1916733, Accumulated Leap Seconds=32 + { 2452370.50, 64.376073 }, //06 April 2002, UT1-UTC=-0.1920732, Accumulated Leap Seconds=32 + { 2452371.50, 64.376564 }, //07 April 2002, UT1-UTC=-0.1925641, Accumulated Leap Seconds=32 + { 2452372.50, 64.377149 }, //08 April 2002, UT1-UTC=-0.1931491, Accumulated Leap Seconds=32 + { 2452373.50, 64.377838 }, //09 April 2002, UT1-UTC=-0.1938376, Accumulated Leap Seconds=32 + { 2452374.50, 64.378639 }, //10 April 2002, UT1-UTC=-0.1946386, Accumulated Leap Seconds=32 + { 2452375.50, 64.379543 }, //11 April 2002, UT1-UTC=-0.1955434, Accumulated Leap Seconds=32 + { 2452376.50, 64.380507 }, //12 April 2002, UT1-UTC=-0.1965074, Accumulated Leap Seconds=32 + { 2452377.50, 64.381444 }, //13 April 2002, UT1-UTC=-0.1974443, Accumulated Leap Seconds=32 + { 2452378.50, 64.382290 }, //14 April 2002, UT1-UTC=-0.1982901, Accumulated Leap Seconds=32 + { 2452379.50, 64.383008 }, //15 April 2002, UT1-UTC=-0.1990076, Accumulated Leap Seconds=32 + { 2452380.50, 64.383563 }, //16 April 2002, UT1-UTC=-0.1995629, Accumulated Leap Seconds=32 + { 2452381.50, 64.383916 }, //17 April 2002, UT1-UTC=-0.1999155, Accumulated Leap Seconds=32 + { 2452382.50, 64.384194 }, //18 April 2002, UT1-UTC=-0.2001942, Accumulated Leap Seconds=32 + { 2452383.50, 64.384454 }, //19 April 2002, UT1-UTC=-0.2004544, Accumulated Leap Seconds=32 + { 2452384.50, 64.384674 }, //20 April 2002, UT1-UTC=-0.2006743, Accumulated Leap Seconds=32 + { 2452385.50, 64.384966 }, //21 April 2002, UT1-UTC=-0.2009659, Accumulated Leap Seconds=32 + { 2452386.50, 64.385462 }, //22 April 2002, UT1-UTC=-0.2014624, Accumulated Leap Seconds=32 + { 2452387.50, 64.386254 }, //23 April 2002, UT1-UTC=-0.2022539, Accumulated Leap Seconds=32 + { 2452388.50, 64.387313 }, //24 April 2002, UT1-UTC=-0.2033128, Accumulated Leap Seconds=32 + { 2452389.50, 64.388587 }, //25 April 2002, UT1-UTC=-0.2045866, Accumulated Leap Seconds=32 + { 2452390.50, 64.389994 }, //26 April 2002, UT1-UTC=-0.2059938, Accumulated Leap Seconds=32 + { 2452391.50, 64.391365 }, //27 April 2002, UT1-UTC=-0.2073654, Accumulated Leap Seconds=32 + { 2452392.50, 64.392533 }, //28 April 2002, UT1-UTC=-0.2085331, Accumulated Leap Seconds=32 + { 2452393.50, 64.393407 }, //29 April 2002, UT1-UTC=-0.2094074, Accumulated Leap Seconds=32 + { 2452394.50, 64.393996 }, //30 April 2002, UT1-UTC=-0.2099957, Accumulated Leap Seconds=32 + { 2452395.50, 64.394329 }, //01 May 2002, UT1-UTC=-0.2103291, Accumulated Leap Seconds=32 + { 2452396.50, 64.394553 }, //02 May 2002, UT1-UTC=-0.2105531, Accumulated Leap Seconds=32 + { 2452397.50, 64.394754 }, //03 May 2002, UT1-UTC=-0.2107538, Accumulated Leap Seconds=32 + { 2452398.50, 64.394992 }, //04 May 2002, UT1-UTC=-0.2109919, Accumulated Leap Seconds=32 + { 2452399.50, 64.395363 }, //05 May 2002, UT1-UTC=-0.2113629, Accumulated Leap Seconds=32 + { 2452400.50, 64.395911 }, //06 May 2002, UT1-UTC=-0.2119108, Accumulated Leap Seconds=32 + { 2452401.50, 64.396616 }, //07 May 2002, UT1-UTC=-0.2126161, Accumulated Leap Seconds=32 + { 2452402.50, 64.397446 }, //08 May 2002, UT1-UTC=-0.2134461, Accumulated Leap Seconds=32 + { 2452403.50, 64.398360 }, //09 May 2002, UT1-UTC=-0.2143605, Accumulated Leap Seconds=32 + { 2452404.50, 64.399327 }, //10 May 2002, UT1-UTC=-0.2153272, Accumulated Leap Seconds=32 + { 2452405.50, 64.400294 }, //11 May 2002, UT1-UTC=-0.2162937, Accumulated Leap Seconds=32 + { 2452406.50, 64.401196 }, //12 May 2002, UT1-UTC=-0.2171961, Accumulated Leap Seconds=32 + { 2452407.50, 64.402012 }, //13 May 2002, UT1-UTC=-0.2180117, Accumulated Leap Seconds=32 + { 2452408.50, 64.402729 }, //14 May 2002, UT1-UTC=-0.2187289, Accumulated Leap Seconds=32 + { 2452409.50, 64.403317 }, //15 May 2002, UT1-UTC=-0.2193166, Accumulated Leap Seconds=32 + { 2452410.50, 64.403856 }, //16 May 2002, UT1-UTC=-0.2198559, Accumulated Leap Seconds=32 + { 2452411.50, 64.404351 }, //17 May 2002, UT1-UTC=-0.2203514, Accumulated Leap Seconds=32 + { 2452412.50, 64.404863 }, //18 May 2002, UT1-UTC=-0.2208634, Accumulated Leap Seconds=32 + { 2452413.50, 64.405540 }, //19 May 2002, UT1-UTC=-0.2215396, Accumulated Leap Seconds=32 + { 2452414.50, 64.406449 }, //20 May 2002, UT1-UTC=-0.2224490, Accumulated Leap Seconds=32 + { 2452415.50, 64.407619 }, //21 May 2002, UT1-UTC=-0.2236193, Accumulated Leap Seconds=32 + { 2452416.50, 64.408988 }, //22 May 2002, UT1-UTC=-0.2249880, Accumulated Leap Seconds=32 + { 2452417.50, 64.410417 }, //23 May 2002, UT1-UTC=-0.2264168, Accumulated Leap Seconds=32 + { 2452418.50, 64.411798 }, //24 May 2002, UT1-UTC=-0.2277978, Accumulated Leap Seconds=32 + { 2452419.50, 64.413004 }, //25 May 2002, UT1-UTC=-0.2290038, Accumulated Leap Seconds=32 + { 2452420.50, 64.413922 }, //26 May 2002, UT1-UTC=-0.2299216, Accumulated Leap Seconds=32 + { 2452421.50, 64.414524 }, //27 May 2002, UT1-UTC=-0.2305238, Accumulated Leap Seconds=32 + { 2452422.50, 64.414850 }, //28 May 2002, UT1-UTC=-0.2308498, Accumulated Leap Seconds=32 + { 2452423.50, 64.414982 }, //29 May 2002, UT1-UTC=-0.2309822, Accumulated Leap Seconds=32 + { 2452424.50, 64.415023 }, //30 May 2002, UT1-UTC=-0.2310228, Accumulated Leap Seconds=32 + { 2452425.50, 64.415061 }, //31 May 2002, UT1-UTC=-0.2310614, Accumulated Leap Seconds=32 + { 2452426.50, 64.415116 }, //01 June 2002, UT1-UTC=-0.2311156, Accumulated Leap Seconds=32 + { 2452427.50, 64.415221 }, //02 June 2002, UT1-UTC=-0.2312210, Accumulated Leap Seconds=32 + { 2452428.50, 64.415385 }, //03 June 2002, UT1-UTC=-0.2313850, Accumulated Leap Seconds=32 + { 2452429.50, 64.415601 }, //04 June 2002, UT1-UTC=-0.2316011, Accumulated Leap Seconds=32 + { 2452430.50, 64.415817 }, //05 June 2002, UT1-UTC=-0.2318168, Accumulated Leap Seconds=32 + { 2452431.50, 64.415936 }, //06 June 2002, UT1-UTC=-0.2319358, Accumulated Leap Seconds=32 + { 2452432.50, 64.415953 }, //07 June 2002, UT1-UTC=-0.2319527, Accumulated Leap Seconds=32 + { 2452433.50, 64.415866 }, //08 June 2002, UT1-UTC=-0.2318656, Accumulated Leap Seconds=32 + { 2452434.50, 64.415637 }, //09 June 2002, UT1-UTC=-0.2316373, Accumulated Leap Seconds=32 + { 2452435.50, 64.415256 }, //10 June 2002, UT1-UTC=-0.2312558, Accumulated Leap Seconds=32 + { 2452436.50, 64.414726 }, //11 June 2002, UT1-UTC=-0.2307256, Accumulated Leap Seconds=32 + { 2452437.50, 64.414069 }, //12 June 2002, UT1-UTC=-0.2300693, Accumulated Leap Seconds=32 + { 2452438.50, 64.413390 }, //13 June 2002, UT1-UTC=-0.2293896, Accumulated Leap Seconds=32 + { 2452439.50, 64.412701 }, //14 June 2002, UT1-UTC=-0.2287007, Accumulated Leap Seconds=32 + { 2452440.50, 64.412185 }, //15 June 2002, UT1-UTC=-0.2281849, Accumulated Leap Seconds=32 + { 2452441.50, 64.411908 }, //16 June 2002, UT1-UTC=-0.2279079, Accumulated Leap Seconds=32 + { 2452442.50, 64.411893 }, //17 June 2002, UT1-UTC=-0.2278930, Accumulated Leap Seconds=32 + { 2452443.50, 64.412080 }, //18 June 2002, UT1-UTC=-0.2280801, Accumulated Leap Seconds=32 + { 2452444.50, 64.412359 }, //19 June 2002, UT1-UTC=-0.2283589, Accumulated Leap Seconds=32 + { 2452445.50, 64.412683 }, //20 June 2002, UT1-UTC=-0.2286830, Accumulated Leap Seconds=32 + { 2452446.50, 64.412987 }, //21 June 2002, UT1-UTC=-0.2289872, Accumulated Leap Seconds=32 + { 2452447.50, 64.413218 }, //22 June 2002, UT1-UTC=-0.2292182, Accumulated Leap Seconds=32 + { 2452448.50, 64.413302 }, //23 June 2002, UT1-UTC=-0.2293020, Accumulated Leap Seconds=32 + { 2452449.50, 64.413245 }, //24 June 2002, UT1-UTC=-0.2292446, Accumulated Leap Seconds=32 + { 2452450.50, 64.413110 }, //25 June 2002, UT1-UTC=-0.2291098, Accumulated Leap Seconds=32 + { 2452451.50, 64.412962 }, //26 June 2002, UT1-UTC=-0.2289625, Accumulated Leap Seconds=32 + { 2452452.50, 64.412828 }, //27 June 2002, UT1-UTC=-0.2288278, Accumulated Leap Seconds=32 + { 2452453.50, 64.412777 }, //28 June 2002, UT1-UTC=-0.2287767, Accumulated Leap Seconds=32 + { 2452454.50, 64.412835 }, //29 June 2002, UT1-UTC=-0.2288352, Accumulated Leap Seconds=32 + { 2452455.50, 64.412969 }, //30 June 2002, UT1-UTC=-0.2289689, Accumulated Leap Seconds=32 + { 2452456.50, 64.413206 }, //01 July 2002, UT1-UTC=-0.2292064, Accumulated Leap Seconds=32 + { 2452457.50, 64.413564 }, //02 July 2002, UT1-UTC=-0.2295636, Accumulated Leap Seconds=32 + { 2452458.50, 64.414011 }, //03 July 2002, UT1-UTC=-0.2300111, Accumulated Leap Seconds=32 + { 2452459.50, 64.414429 }, //04 July 2002, UT1-UTC=-0.2304294, Accumulated Leap Seconds=32 + { 2452460.50, 64.414786 }, //05 July 2002, UT1-UTC=-0.2307860, Accumulated Leap Seconds=32 + { 2452461.50, 64.415027 }, //06 July 2002, UT1-UTC=-0.2310266, Accumulated Leap Seconds=32 + { 2452462.50, 64.415123 }, //07 July 2002, UT1-UTC=-0.2311227, Accumulated Leap Seconds=32 + { 2452463.50, 64.415079 }, //08 July 2002, UT1-UTC=-0.2310794, Accumulated Leap Seconds=32 + { 2452464.50, 64.414914 }, //09 July 2002, UT1-UTC=-0.2309140, Accumulated Leap Seconds=32 + { 2452465.50, 64.414668 }, //10 July 2002, UT1-UTC=-0.2306679, Accumulated Leap Seconds=32 + { 2452466.50, 64.414390 }, //11 July 2002, UT1-UTC=-0.2303905, Accumulated Leap Seconds=32 + { 2452467.50, 64.414169 }, //12 July 2002, UT1-UTC=-0.2301687, Accumulated Leap Seconds=32 + { 2452468.50, 64.414184 }, //13 July 2002, UT1-UTC=-0.2301842, Accumulated Leap Seconds=32 + { 2452469.50, 64.414434 }, //14 July 2002, UT1-UTC=-0.2304341, Accumulated Leap Seconds=32 + { 2452470.50, 64.414894 }, //15 July 2002, UT1-UTC=-0.2308944, Accumulated Leap Seconds=32 + { 2452471.50, 64.415473 }, //16 July 2002, UT1-UTC=-0.2314728, Accumulated Leap Seconds=32 + { 2452472.50, 64.416047 }, //17 July 2002, UT1-UTC=-0.2320466, Accumulated Leap Seconds=32 + { 2452473.50, 64.416515 }, //18 July 2002, UT1-UTC=-0.2325153, Accumulated Leap Seconds=32 + { 2452474.50, 64.416806 }, //19 July 2002, UT1-UTC=-0.2328064, Accumulated Leap Seconds=32 + { 2452475.50, 64.416826 }, //20 July 2002, UT1-UTC=-0.2328256, Accumulated Leap Seconds=32 + { 2452476.50, 64.416549 }, //21 July 2002, UT1-UTC=-0.2325494, Accumulated Leap Seconds=32 + { 2452477.50, 64.416043 }, //22 July 2002, UT1-UTC=-0.2320432, Accumulated Leap Seconds=32 + { 2452478.50, 64.415400 }, //23 July 2002, UT1-UTC=-0.2313996, Accumulated Leap Seconds=32 + { 2452479.50, 64.414692 }, //24 July 2002, UT1-UTC=-0.2306922, Accumulated Leap Seconds=32 + { 2452480.50, 64.413988 }, //25 July 2002, UT1-UTC=-0.2299879, Accumulated Leap Seconds=32 + { 2452481.50, 64.413406 }, //26 July 2002, UT1-UTC=-0.2294060, Accumulated Leap Seconds=32 + { 2452482.50, 64.412964 }, //27 July 2002, UT1-UTC=-0.2289642, Accumulated Leap Seconds=32 + { 2452483.50, 64.412655 }, //28 July 2002, UT1-UTC=-0.2286554, Accumulated Leap Seconds=32 + { 2452484.50, 64.412457 }, //29 July 2002, UT1-UTC=-0.2284570, Accumulated Leap Seconds=32 + { 2452485.50, 64.412300 }, //30 July 2002, UT1-UTC=-0.2282995, Accumulated Leap Seconds=32 + { 2452486.50, 64.412106 }, //31 July 2002, UT1-UTC=-0.2281059, Accumulated Leap Seconds=32 + { 2452487.50, 64.411846 }, //01 August 2002, UT1-UTC=-0.2278464, Accumulated Leap Seconds=32 + { 2452488.50, 64.411512 }, //02 August 2002, UT1-UTC=-0.2275119, Accumulated Leap Seconds=32 + { 2452489.50, 64.411097 }, //03 August 2002, UT1-UTC=-0.2270973, Accumulated Leap Seconds=32 + { 2452490.50, 64.410556 }, //04 August 2002, UT1-UTC=-0.2265564, Accumulated Leap Seconds=32 + { 2452491.50, 64.409892 }, //05 August 2002, UT1-UTC=-0.2258918, Accumulated Leap Seconds=32 + { 2452492.50, 64.409160 }, //06 August 2002, UT1-UTC=-0.2251603, Accumulated Leap Seconds=32 + { 2452493.50, 64.408445 }, //07 August 2002, UT1-UTC=-0.2244446, Accumulated Leap Seconds=32 + { 2452494.50, 64.407856 }, //08 August 2002, UT1-UTC=-0.2238560, Accumulated Leap Seconds=32 + { 2452495.50, 64.407511 }, //09 August 2002, UT1-UTC=-0.2235111, Accumulated Leap Seconds=32 + { 2452496.50, 64.407477 }, //10 August 2002, UT1-UTC=-0.2234774, Accumulated Leap Seconds=32 + { 2452497.50, 64.407737 }, //11 August 2002, UT1-UTC=-0.2237373, Accumulated Leap Seconds=32 + { 2452498.50, 64.408218 }, //12 August 2002, UT1-UTC=-0.2242181, Accumulated Leap Seconds=32 + { 2452499.50, 64.408797 }, //13 August 2002, UT1-UTC=-0.2247973, Accumulated Leap Seconds=32 + { 2452500.50, 64.409321 }, //14 August 2002, UT1-UTC=-0.2253212, Accumulated Leap Seconds=32 + { 2452501.50, 64.409702 }, //15 August 2002, UT1-UTC=-0.2257019, Accumulated Leap Seconds=32 + { 2452502.50, 64.409859 }, //16 August 2002, UT1-UTC=-0.2258593, Accumulated Leap Seconds=32 + { 2452503.50, 64.409780 }, //17 August 2002, UT1-UTC=-0.2257801, Accumulated Leap Seconds=32 + { 2452504.50, 64.409524 }, //18 August 2002, UT1-UTC=-0.2255239, Accumulated Leap Seconds=32 + { 2452505.50, 64.409164 }, //19 August 2002, UT1-UTC=-0.2251639, Accumulated Leap Seconds=32 + { 2452506.50, 64.408774 }, //20 August 2002, UT1-UTC=-0.2247744, Accumulated Leap Seconds=32 + { 2452507.50, 64.408440 }, //21 August 2002, UT1-UTC=-0.2244398, Accumulated Leap Seconds=32 + { 2452508.50, 64.408268 }, //22 August 2002, UT1-UTC=-0.2242676, Accumulated Leap Seconds=32 + { 2452509.50, 64.408267 }, //23 August 2002, UT1-UTC=-0.2242667, Accumulated Leap Seconds=32 + { 2452510.50, 64.408354 }, //24 August 2002, UT1-UTC=-0.2243537, Accumulated Leap Seconds=32 + { 2452511.50, 64.408557 }, //25 August 2002, UT1-UTC=-0.2245567, Accumulated Leap Seconds=32 + { 2452512.50, 64.408842 }, //26 August 2002, UT1-UTC=-0.2248424, Accumulated Leap Seconds=32 + { 2452513.50, 64.409162 }, //27 August 2002, UT1-UTC=-0.2251621, Accumulated Leap Seconds=32 + { 2452514.50, 64.409469 }, //28 August 2002, UT1-UTC=-0.2254686, Accumulated Leap Seconds=32 + { 2452515.50, 64.409704 }, //29 August 2002, UT1-UTC=-0.2257036, Accumulated Leap Seconds=32 + { 2452516.50, 64.409814 }, //30 August 2002, UT1-UTC=-0.2258141, Accumulated Leap Seconds=32 + { 2452517.50, 64.409791 }, //31 August 2002, UT1-UTC=-0.2257909, Accumulated Leap Seconds=32 + { 2452518.50, 64.409654 }, //01 September 2002, UT1-UTC=-0.2256536, Accumulated Leap Seconds=32 + { 2452519.50, 64.409428 }, //02 September 2002, UT1-UTC=-0.2254281, Accumulated Leap Seconds=32 + { 2452520.50, 64.409168 }, //03 September 2002, UT1-UTC=-0.2251676, Accumulated Leap Seconds=32 + { 2452521.50, 64.408974 }, //04 September 2002, UT1-UTC=-0.2249739, Accumulated Leap Seconds=32 + { 2452522.50, 64.408953 }, //05 September 2002, UT1-UTC=-0.2249528, Accumulated Leap Seconds=32 + { 2452523.50, 64.409159 }, //06 September 2002, UT1-UTC=-0.2251587, Accumulated Leap Seconds=32 + { 2452524.50, 64.409690 }, //07 September 2002, UT1-UTC=-0.2256897, Accumulated Leap Seconds=32 + { 2452525.50, 64.410539 }, //08 September 2002, UT1-UTC=-0.2265390, Accumulated Leap Seconds=32 + { 2452526.50, 64.411565 }, //09 September 2002, UT1-UTC=-0.2275649, Accumulated Leap Seconds=32 + { 2452527.50, 64.412580 }, //10 September 2002, UT1-UTC=-0.2285800, Accumulated Leap Seconds=32 + { 2452528.50, 64.413409 }, //11 September 2002, UT1-UTC=-0.2294085, Accumulated Leap Seconds=32 + { 2452529.50, 64.413958 }, //12 September 2002, UT1-UTC=-0.2299584, Accumulated Leap Seconds=32 + { 2452530.50, 64.414288 }, //13 September 2002, UT1-UTC=-0.2302885, Accumulated Leap Seconds=32 + { 2452531.50, 64.414426 }, //14 September 2002, UT1-UTC=-0.2304264, Accumulated Leap Seconds=32 + { 2452532.50, 64.414433 }, //15 September 2002, UT1-UTC=-0.2304327, Accumulated Leap Seconds=32 + { 2452533.50, 64.414393 }, //16 September 2002, UT1-UTC=-0.2303933, Accumulated Leap Seconds=32 + { 2452534.50, 64.414370 }, //17 September 2002, UT1-UTC=-0.2303701, Accumulated Leap Seconds=32 + { 2452535.50, 64.414397 }, //18 September 2002, UT1-UTC=-0.2303971, Accumulated Leap Seconds=32 + { 2452536.50, 64.414518 }, //19 September 2002, UT1-UTC=-0.2305177, Accumulated Leap Seconds=32 + { 2452537.50, 64.414748 }, //20 September 2002, UT1-UTC=-0.2307477, Accumulated Leap Seconds=32 + { 2452538.50, 64.415080 }, //21 September 2002, UT1-UTC=-0.2310795, Accumulated Leap Seconds=32 + { 2452539.50, 64.415490 }, //22 September 2002, UT1-UTC=-0.2314898, Accumulated Leap Seconds=32 + { 2452540.50, 64.415941 }, //23 September 2002, UT1-UTC=-0.2319408, Accumulated Leap Seconds=32 + { 2452541.50, 64.416385 }, //24 September 2002, UT1-UTC=-0.2323847, Accumulated Leap Seconds=32 + { 2452542.50, 64.416755 }, //25 September 2002, UT1-UTC=-0.2327552, Accumulated Leap Seconds=32 + { 2452543.50, 64.417004 }, //26 September 2002, UT1-UTC=-0.2330039, Accumulated Leap Seconds=32 + { 2452544.50, 64.417103 }, //27 September 2002, UT1-UTC=-0.2331031, Accumulated Leap Seconds=32 + { 2452545.50, 64.417145 }, //28 September 2002, UT1-UTC=-0.2331446, Accumulated Leap Seconds=32 + { 2452546.50, 64.417066 }, //29 September 2002, UT1-UTC=-0.2330660, Accumulated Leap Seconds=32 + { 2452547.50, 64.416913 }, //30 September 2002, UT1-UTC=-0.2329126, Accumulated Leap Seconds=32 + { 2452548.50, 64.416783 }, //01 October 2002, UT1-UTC=-0.2327832, Accumulated Leap Seconds=32 + { 2452549.50, 64.416802 }, //02 October 2002, UT1-UTC=-0.2328021, Accumulated Leap Seconds=32 + { 2452550.50, 64.417001 }, //03 October 2002, UT1-UTC=-0.2330013, Accumulated Leap Seconds=32 + { 2452551.50, 64.417454 }, //04 October 2002, UT1-UTC=-0.2334542, Accumulated Leap Seconds=32 + { 2452552.50, 64.418256 }, //05 October 2002, UT1-UTC=-0.2342555, Accumulated Leap Seconds=32 + { 2452553.50, 64.419307 }, //06 October 2002, UT1-UTC=-0.2353067, Accumulated Leap Seconds=32 + { 2452554.50, 64.420457 }, //07 October 2002, UT1-UTC=-0.2364571, Accumulated Leap Seconds=32 + { 2452555.50, 64.421533 }, //08 October 2002, UT1-UTC=-0.2375330, Accumulated Leap Seconds=32 + { 2452556.50, 64.422403 }, //09 October 2002, UT1-UTC=-0.2384033, Accumulated Leap Seconds=32 + { 2452557.50, 64.423008 }, //10 October 2002, UT1-UTC=-0.2390083, Accumulated Leap Seconds=32 + { 2452558.50, 64.423363 }, //11 October 2002, UT1-UTC=-0.2393631, Accumulated Leap Seconds=32 + { 2452559.50, 64.423540 }, //12 October 2002, UT1-UTC=-0.2395402, Accumulated Leap Seconds=32 + { 2452560.50, 64.423657 }, //13 October 2002, UT1-UTC=-0.2396567, Accumulated Leap Seconds=32 + { 2452561.50, 64.423822 }, //14 October 2002, UT1-UTC=-0.2398217, Accumulated Leap Seconds=32 + { 2452562.50, 64.424091 }, //15 October 2002, UT1-UTC=-0.2400912, Accumulated Leap Seconds=32 + { 2452563.50, 64.424483 }, //16 October 2002, UT1-UTC=-0.2404829, Accumulated Leap Seconds=32 + { 2452564.50, 64.425016 }, //17 October 2002, UT1-UTC=-0.2410163, Accumulated Leap Seconds=32 + { 2452565.50, 64.425696 }, //18 October 2002, UT1-UTC=-0.2416962, Accumulated Leap Seconds=32 + { 2452566.50, 64.426430 }, //19 October 2002, UT1-UTC=-0.2424298, Accumulated Leap Seconds=32 + { 2452567.50, 64.427189 }, //20 October 2002, UT1-UTC=-0.2431891, Accumulated Leap Seconds=32 + { 2452568.50, 64.427946 }, //21 October 2002, UT1-UTC=-0.2439456, Accumulated Leap Seconds=32 + { 2452569.50, 64.428677 }, //22 October 2002, UT1-UTC=-0.2446767, Accumulated Leap Seconds=32 + { 2452570.50, 64.429347 }, //23 October 2002, UT1-UTC=-0.2453475, Accumulated Leap Seconds=32 + { 2452571.50, 64.429909 }, //24 October 2002, UT1-UTC=-0.2459090, Accumulated Leap Seconds=32 + { 2452572.50, 64.430336 }, //25 October 2002, UT1-UTC=-0.2463360, Accumulated Leap Seconds=32 + { 2452573.50, 64.430629 }, //26 October 2002, UT1-UTC=-0.2466288, Accumulated Leap Seconds=32 + { 2452574.50, 64.430846 }, //27 October 2002, UT1-UTC=-0.2468462, Accumulated Leap Seconds=32 + { 2452575.50, 64.431029 }, //28 October 2002, UT1-UTC=-0.2470293, Accumulated Leap Seconds=32 + { 2452576.50, 64.431203 }, //29 October 2002, UT1-UTC=-0.2472034, Accumulated Leap Seconds=32 + { 2452577.50, 64.431516 }, //30 October 2002, UT1-UTC=-0.2475164, Accumulated Leap Seconds=32 + { 2452578.50, 64.432081 }, //31 October 2002, UT1-UTC=-0.2480814, Accumulated Leap Seconds=32 + { 2452579.50, 64.432920 }, //01 November 2002, UT1-UTC=-0.2489200, Accumulated Leap Seconds=32 + { 2452580.50, 64.434022 }, //02 November 2002, UT1-UTC=-0.2500217, Accumulated Leap Seconds=32 + { 2452581.50, 64.435263 }, //03 November 2002, UT1-UTC=-0.2512630, Accumulated Leap Seconds=32 + { 2452582.50, 64.436491 }, //04 November 2002, UT1-UTC=-0.2524910, Accumulated Leap Seconds=32 + { 2452583.50, 64.437587 }, //05 November 2002, UT1-UTC=-0.2535866, Accumulated Leap Seconds=32 + { 2452584.50, 64.438400 }, //06 November 2002, UT1-UTC=-0.2544001, Accumulated Leap Seconds=32 + { 2452585.50, 64.438977 }, //07 November 2002, UT1-UTC=-0.2549773, Accumulated Leap Seconds=32 + { 2452586.50, 64.439326 }, //08 November 2002, UT1-UTC=-0.2553262, Accumulated Leap Seconds=32 + { 2452587.50, 64.439526 }, //09 November 2002, UT1-UTC=-0.2555263, Accumulated Leap Seconds=32 + { 2452588.50, 64.439625 }, //10 November 2002, UT1-UTC=-0.2556253, Accumulated Leap Seconds=32 + { 2452589.50, 64.439733 }, //11 November 2002, UT1-UTC=-0.2557333, Accumulated Leap Seconds=32 + { 2452590.50, 64.439923 }, //12 November 2002, UT1-UTC=-0.2559230, Accumulated Leap Seconds=32 + { 2452591.50, 64.440253 }, //13 November 2002, UT1-UTC=-0.2562531, Accumulated Leap Seconds=32 + { 2452592.50, 64.440745 }, //14 November 2002, UT1-UTC=-0.2567446, Accumulated Leap Seconds=32 + { 2452593.50, 64.441338 }, //15 November 2002, UT1-UTC=-0.2573380, Accumulated Leap Seconds=32 + { 2452594.50, 64.441978 }, //16 November 2002, UT1-UTC=-0.2579784, Accumulated Leap Seconds=32 + { 2452595.50, 64.442628 }, //17 November 2002, UT1-UTC=-0.2586282, Accumulated Leap Seconds=32 + { 2452596.50, 64.443240 }, //18 November 2002, UT1-UTC=-0.2592403, Accumulated Leap Seconds=32 + { 2452597.50, 64.443767 }, //19 November 2002, UT1-UTC=-0.2597669, Accumulated Leap Seconds=32 + { 2452598.50, 64.444139 }, //20 November 2002, UT1-UTC=-0.2601395, Accumulated Leap Seconds=32 + { 2452599.50, 64.444381 }, //21 November 2002, UT1-UTC=-0.2603806, Accumulated Leap Seconds=32 + { 2452600.50, 64.444572 }, //22 November 2002, UT1-UTC=-0.2605723, Accumulated Leap Seconds=32 + { 2452601.50, 64.444733 }, //23 November 2002, UT1-UTC=-0.2607330, Accumulated Leap Seconds=32 + { 2452602.50, 64.444893 }, //24 November 2002, UT1-UTC=-0.2608929, Accumulated Leap Seconds=32 + { 2452603.50, 64.445144 }, //25 November 2002, UT1-UTC=-0.2611440, Accumulated Leap Seconds=32 + { 2452604.50, 64.445566 }, //26 November 2002, UT1-UTC=-0.2615656, Accumulated Leap Seconds=32 + { 2452605.50, 64.446212 }, //27 November 2002, UT1-UTC=-0.2622115, Accumulated Leap Seconds=32 + { 2452606.50, 64.447130 }, //28 November 2002, UT1-UTC=-0.2631298, Accumulated Leap Seconds=32 + { 2452607.50, 64.448284 }, //29 November 2002, UT1-UTC=-0.2642837, Accumulated Leap Seconds=32 + { 2452608.50, 64.449629 }, //30 November 2002, UT1-UTC=-0.2656293, Accumulated Leap Seconds=32 + { 2452609.50, 64.451053 }, //01 December 2002, UT1-UTC=-0.2670529, Accumulated Leap Seconds=32 + { 2452610.50, 64.452408 }, //02 December 2002, UT1-UTC=-0.2684078, Accumulated Leap Seconds=32 + { 2452611.50, 64.453566 }, //03 December 2002, UT1-UTC=-0.2695660, Accumulated Leap Seconds=32 + { 2452612.50, 64.454448 }, //04 December 2002, UT1-UTC=-0.2704478, Accumulated Leap Seconds=32 + { 2452613.50, 64.455057 }, //05 December 2002, UT1-UTC=-0.2710566, Accumulated Leap Seconds=32 + { 2452614.50, 64.455424 }, //06 December 2002, UT1-UTC=-0.2714236, Accumulated Leap Seconds=32 + { 2452615.50, 64.455740 }, //07 December 2002, UT1-UTC=-0.2717396, Accumulated Leap Seconds=32 + { 2452616.50, 64.456121 }, //08 December 2002, UT1-UTC=-0.2721209, Accumulated Leap Seconds=32 + { 2452617.50, 64.456641 }, //09 December 2002, UT1-UTC=-0.2726412, Accumulated Leap Seconds=32 + { 2452618.50, 64.457336 }, //10 December 2002, UT1-UTC=-0.2733357, Accumulated Leap Seconds=32 + { 2452619.50, 64.458191 }, //11 December 2002, UT1-UTC=-0.2741907, Accumulated Leap Seconds=32 + { 2452620.50, 64.459186 }, //12 December 2002, UT1-UTC=-0.2751856, Accumulated Leap Seconds=32 + { 2452621.50, 64.460197 }, //13 December 2002, UT1-UTC=-0.2761973, Accumulated Leap Seconds=32 + { 2452622.50, 64.461257 }, //14 December 2002, UT1-UTC=-0.2772572, Accumulated Leap Seconds=32 + { 2452623.50, 64.462260 }, //15 December 2002, UT1-UTC=-0.2782595, Accumulated Leap Seconds=32 + { 2452624.50, 64.463143 }, //16 December 2002, UT1-UTC=-0.2791429, Accumulated Leap Seconds=32 + { 2452625.50, 64.463866 }, //17 December 2002, UT1-UTC=-0.2798662, Accumulated Leap Seconds=32 + { 2452626.50, 64.464432 }, //18 December 2002, UT1-UTC=-0.2804324, Accumulated Leap Seconds=32 + { 2452627.50, 64.464807 }, //19 December 2002, UT1-UTC=-0.2808068, Accumulated Leap Seconds=32 + { 2452628.50, 64.465029 }, //20 December 2002, UT1-UTC=-0.2810295, Accumulated Leap Seconds=32 + { 2452629.50, 64.465210 }, //21 December 2002, UT1-UTC=-0.2812100, Accumulated Leap Seconds=32 + { 2452630.50, 64.465387 }, //22 December 2002, UT1-UTC=-0.2813870, Accumulated Leap Seconds=32 + { 2452631.50, 64.465638 }, //23 December 2002, UT1-UTC=-0.2816384, Accumulated Leap Seconds=32 + { 2452632.50, 64.466081 }, //24 December 2002, UT1-UTC=-0.2820811, Accumulated Leap Seconds=32 + { 2452633.50, 64.466800 }, //25 December 2002, UT1-UTC=-0.2828001, Accumulated Leap Seconds=32 + { 2452634.50, 64.467765 }, //26 December 2002, UT1-UTC=-0.2837648, Accumulated Leap Seconds=32 + { 2452635.50, 64.468896 }, //27 December 2002, UT1-UTC=-0.2848960, Accumulated Leap Seconds=32 + { 2452636.50, 64.470082 }, //28 December 2002, UT1-UTC=-0.2860823, Accumulated Leap Seconds=32 + { 2452637.50, 64.471207 }, //29 December 2002, UT1-UTC=-0.2872075, Accumulated Leap Seconds=32 + { 2452638.50, 64.472165 }, //30 December 2002, UT1-UTC=-0.2881649, Accumulated Leap Seconds=32 + { 2452639.50, 64.472901 }, //31 December 2002, UT1-UTC=-0.2889012, Accumulated Leap Seconds=32 + { 2452640.50, 64.473428 }, //01 January 2003, UT1-UTC=-0.2894276, Accumulated Leap Seconds=32 + { 2452641.50, 64.473785 }, //02 January 2003, UT1-UTC=-0.2897847, Accumulated Leap Seconds=32 + { 2452642.50, 64.474091 }, //03 January 2003, UT1-UTC=-0.2900905, Accumulated Leap Seconds=32 + { 2452643.50, 64.474430 }, //04 January 2003, UT1-UTC=-0.2904298, Accumulated Leap Seconds=32 + { 2452644.50, 64.474811 }, //05 January 2003, UT1-UTC=-0.2908112, Accumulated Leap Seconds=32 + { 2452645.50, 64.475324 }, //06 January 2003, UT1-UTC=-0.2913240, Accumulated Leap Seconds=32 + { 2452646.50, 64.476019 }, //07 January 2003, UT1-UTC=-0.2920188, Accumulated Leap Seconds=32 + { 2452647.50, 64.476840 }, //08 January 2003, UT1-UTC=-0.2928401, Accumulated Leap Seconds=32 + { 2452648.50, 64.477714 }, //09 January 2003, UT1-UTC=-0.2937142, Accumulated Leap Seconds=32 + { 2452649.50, 64.478625 }, //10 January 2003, UT1-UTC=-0.2946250, Accumulated Leap Seconds=32 + { 2452650.50, 64.479555 }, //11 January 2003, UT1-UTC=-0.2955554, Accumulated Leap Seconds=32 + { 2452651.50, 64.480459 }, //12 January 2003, UT1-UTC=-0.2964593, Accumulated Leap Seconds=32 + { 2452652.50, 64.481254 }, //13 January 2003, UT1-UTC=-0.2972536, Accumulated Leap Seconds=32 + { 2452653.50, 64.481903 }, //14 January 2003, UT1-UTC=-0.2979028, Accumulated Leap Seconds=32 + { 2452654.50, 64.482410 }, //15 January 2003, UT1-UTC=-0.2984095, Accumulated Leap Seconds=32 + { 2452655.50, 64.482761 }, //16 January 2003, UT1-UTC=-0.2987611, Accumulated Leap Seconds=32 + { 2452656.50, 64.482994 }, //17 January 2003, UT1-UTC=-0.2989943, Accumulated Leap Seconds=32 + { 2452657.50, 64.483203 }, //18 January 2003, UT1-UTC=-0.2992026, Accumulated Leap Seconds=32 + { 2452658.50, 64.483485 }, //19 January 2003, UT1-UTC=-0.2994845, Accumulated Leap Seconds=32 + { 2452659.50, 64.483895 }, //20 January 2003, UT1-UTC=-0.2998952, Accumulated Leap Seconds=32 + { 2452660.50, 64.484452 }, //21 January 2003, UT1-UTC=-0.3004516, Accumulated Leap Seconds=32 + { 2452661.50, 64.485158 }, //22 January 2003, UT1-UTC=-0.3011576, Accumulated Leap Seconds=32 + { 2452662.50, 64.485980 }, //23 January 2003, UT1-UTC=-0.3019797, Accumulated Leap Seconds=32 + { 2452663.50, 64.486861 }, //24 January 2003, UT1-UTC=-0.3028613, Accumulated Leap Seconds=32 + { 2452664.50, 64.487754 }, //25 January 2003, UT1-UTC=-0.3037536, Accumulated Leap Seconds=32 + { 2452665.50, 64.488515 }, //26 January 2003, UT1-UTC=-0.3045155, Accumulated Leap Seconds=32 + { 2452666.50, 64.489042 }, //27 January 2003, UT1-UTC=-0.3050423, Accumulated Leap Seconds=32 + { 2452667.50, 64.489322 }, //28 January 2003, UT1-UTC=-0.3053217, Accumulated Leap Seconds=32 + { 2452668.50, 64.489400 }, //29 January 2003, UT1-UTC=-0.3054000, Accumulated Leap Seconds=32 + { 2452669.50, 64.489389 }, //30 January 2003, UT1-UTC=-0.3053888, Accumulated Leap Seconds=32 + { 2452670.50, 64.489353 }, //31 January 2003, UT1-UTC=-0.3053530, Accumulated Leap Seconds=32 + { 2452671.50, 64.489338 }, //01 February 2003, UT1-UTC=-0.3053377, Accumulated Leap Seconds=32 + { 2452672.50, 64.489421 }, //02 February 2003, UT1-UTC=-0.3054213, Accumulated Leap Seconds=32 + { 2452673.50, 64.489683 }, //03 February 2003, UT1-UTC=-0.3056832, Accumulated Leap Seconds=32 + { 2452674.50, 64.490173 }, //04 February 2003, UT1-UTC=-0.3061727, Accumulated Leap Seconds=32 + { 2452675.50, 64.490869 }, //05 February 2003, UT1-UTC=-0.3068687, Accumulated Leap Seconds=32 + { 2452676.50, 64.491646 }, //06 February 2003, UT1-UTC=-0.3076458, Accumulated Leap Seconds=32 + { 2452677.50, 64.492425 }, //07 February 2003, UT1-UTC=-0.3084246, Accumulated Leap Seconds=32 + { 2452678.50, 64.493132 }, //08 February 2003, UT1-UTC=-0.3091320, Accumulated Leap Seconds=32 + { 2452679.50, 64.493734 }, //09 February 2003, UT1-UTC=-0.3097340, Accumulated Leap Seconds=32 + { 2452680.50, 64.494225 }, //10 February 2003, UT1-UTC=-0.3102252, Accumulated Leap Seconds=32 + { 2452681.50, 64.494588 }, //11 February 2003, UT1-UTC=-0.3105885, Accumulated Leap Seconds=32 + { 2452682.50, 64.494842 }, //12 February 2003, UT1-UTC=-0.3108423, Accumulated Leap Seconds=32 + { 2452683.50, 64.495079 }, //13 February 2003, UT1-UTC=-0.3110792, Accumulated Leap Seconds=32 + { 2452684.50, 64.495373 }, //14 February 2003, UT1-UTC=-0.3113728, Accumulated Leap Seconds=32 + { 2452685.50, 64.495730 }, //15 February 2003, UT1-UTC=-0.3117305, Accumulated Leap Seconds=32 + { 2452686.50, 64.496182 }, //16 February 2003, UT1-UTC=-0.3121823, Accumulated Leap Seconds=32 + { 2452687.50, 64.496853 }, //17 February 2003, UT1-UTC=-0.3128526, Accumulated Leap Seconds=32 + { 2452688.50, 64.497786 }, //18 February 2003, UT1-UTC=-0.3137861, Accumulated Leap Seconds=32 + { 2452689.50, 64.498935 }, //19 February 2003, UT1-UTC=-0.3149354, Accumulated Leap Seconds=32 + { 2452690.50, 64.500186 }, //20 February 2003, UT1-UTC=-0.3161861, Accumulated Leap Seconds=32 + { 2452691.50, 64.501426 }, //21 February 2003, UT1-UTC=-0.3174260, Accumulated Leap Seconds=32 + { 2452692.50, 64.502518 }, //22 February 2003, UT1-UTC=-0.3185178, Accumulated Leap Seconds=32 + { 2452693.50, 64.503363 }, //23 February 2003, UT1-UTC=-0.3193628, Accumulated Leap Seconds=32 + { 2452694.50, 64.503957 }, //24 February 2003, UT1-UTC=-0.3199575, Accumulated Leap Seconds=32 + { 2452695.50, 64.504348 }, //25 February 2003, UT1-UTC=-0.3203477, Accumulated Leap Seconds=32 + { 2452696.50, 64.504606 }, //26 February 2003, UT1-UTC=-0.3206057, Accumulated Leap Seconds=32 + { 2452697.50, 64.504827 }, //27 February 2003, UT1-UTC=-0.3208274, Accumulated Leap Seconds=32 + { 2452698.50, 64.505062 }, //28 February 2003, UT1-UTC=-0.3210616, Accumulated Leap Seconds=32 + { 2452699.50, 64.505334 }, //01 March 2003, UT1-UTC=-0.3213342, Accumulated Leap Seconds=32 + { 2452700.50, 64.505729 }, //02 March 2003, UT1-UTC=-0.3217285, Accumulated Leap Seconds=32 + { 2452701.50, 64.506277 }, //03 March 2003, UT1-UTC=-0.3222769, Accumulated Leap Seconds=32 + { 2452702.50, 64.506934 }, //04 March 2003, UT1-UTC=-0.3229339, Accumulated Leap Seconds=32 + { 2452703.50, 64.507598 }, //05 March 2003, UT1-UTC=-0.3235981, Accumulated Leap Seconds=32 + { 2452704.50, 64.508284 }, //06 March 2003, UT1-UTC=-0.3242836, Accumulated Leap Seconds=32 + { 2452705.50, 64.508988 }, //07 March 2003, UT1-UTC=-0.3249880, Accumulated Leap Seconds=32 + { 2452706.50, 64.509634 }, //08 March 2003, UT1-UTC=-0.3256338, Accumulated Leap Seconds=32 + { 2452707.50, 64.510205 }, //09 March 2003, UT1-UTC=-0.3262047, Accumulated Leap Seconds=32 + { 2452708.50, 64.510699 }, //10 March 2003, UT1-UTC=-0.3266992, Accumulated Leap Seconds=32 + { 2452709.50, 64.511113 }, //11 March 2003, UT1-UTC=-0.3271130, Accumulated Leap Seconds=32 + { 2452710.50, 64.511441 }, //12 March 2003, UT1-UTC=-0.3274410, Accumulated Leap Seconds=32 + { 2452711.50, 64.511767 }, //13 March 2003, UT1-UTC=-0.3277667, Accumulated Leap Seconds=32 + { 2452712.50, 64.512122 }, //14 March 2003, UT1-UTC=-0.3281217, Accumulated Leap Seconds=32 + { 2452713.50, 64.512623 }, //15 March 2003, UT1-UTC=-0.3286228, Accumulated Leap Seconds=32 + { 2452714.50, 64.513353 }, //16 March 2003, UT1-UTC=-0.3293535, Accumulated Leap Seconds=32 + { 2452715.50, 64.514382 }, //17 March 2003, UT1-UTC=-0.3303825, Accumulated Leap Seconds=32 + { 2452716.50, 64.515706 }, //18 March 2003, UT1-UTC=-0.3317064, Accumulated Leap Seconds=32 + { 2452717.50, 64.517215 }, //19 March 2003, UT1-UTC=-0.3332146, Accumulated Leap Seconds=32 + { 2452718.50, 64.518755 }, //20 March 2003, UT1-UTC=-0.3347550, Accumulated Leap Seconds=32 + { 2452719.50, 64.520155 }, //21 March 2003, UT1-UTC=-0.3361548, Accumulated Leap Seconds=32 + { 2452720.50, 64.521291 }, //22 March 2003, UT1-UTC=-0.3372912, Accumulated Leap Seconds=32 + { 2452721.50, 64.522120 }, //23 March 2003, UT1-UTC=-0.3381200, Accumulated Leap Seconds=32 + { 2452722.50, 64.522663 }, //24 March 2003, UT1-UTC=-0.3386631, Accumulated Leap Seconds=32 + { 2452723.50, 64.523002 }, //25 March 2003, UT1-UTC=-0.3390021, Accumulated Leap Seconds=32 + { 2452724.50, 64.523243 }, //26 March 2003, UT1-UTC=-0.3392432, Accumulated Leap Seconds=32 + { 2452725.50, 64.523530 }, //27 March 2003, UT1-UTC=-0.3395301, Accumulated Leap Seconds=32 + { 2452726.50, 64.523936 }, //28 March 2003, UT1-UTC=-0.3399356, Accumulated Leap Seconds=32 + { 2452727.50, 64.524478 }, //29 March 2003, UT1-UTC=-0.3404782, Accumulated Leap Seconds=32 + { 2452728.50, 64.525174 }, //30 March 2003, UT1-UTC=-0.3411741, Accumulated Leap Seconds=32 + { 2452729.50, 64.526002 }, //31 March 2003, UT1-UTC=-0.3420023, Accumulated Leap Seconds=32 + { 2452730.50, 64.526919 }, //01 April 2003, UT1-UTC=-0.3429189, Accumulated Leap Seconds=32 + { 2452731.50, 64.527875 }, //02 April 2003, UT1-UTC=-0.3438752, Accumulated Leap Seconds=32 + { 2452732.50, 64.528859 }, //03 April 2003, UT1-UTC=-0.3448588, Accumulated Leap Seconds=32 + { 2452733.50, 64.529789 }, //04 April 2003, UT1-UTC=-0.3457889, Accumulated Leap Seconds=32 + { 2452734.50, 64.530603 }, //05 April 2003, UT1-UTC=-0.3466028, Accumulated Leap Seconds=32 + { 2452735.50, 64.531323 }, //06 April 2003, UT1-UTC=-0.3473228, Accumulated Leap Seconds=32 + { 2452736.50, 64.531916 }, //07 April 2003, UT1-UTC=-0.3479159, Accumulated Leap Seconds=32 + { 2452737.50, 64.532364 }, //08 April 2003, UT1-UTC=-0.3483635, Accumulated Leap Seconds=32 + { 2452738.50, 64.532696 }, //09 April 2003, UT1-UTC=-0.3486963, Accumulated Leap Seconds=32 + { 2452739.50, 64.533016 }, //10 April 2003, UT1-UTC=-0.3490161, Accumulated Leap Seconds=32 + { 2452740.50, 64.533410 }, //11 April 2003, UT1-UTC=-0.3494104, Accumulated Leap Seconds=32 + { 2452741.50, 64.533957 }, //12 April 2003, UT1-UTC=-0.3499565, Accumulated Leap Seconds=32 + { 2452742.50, 64.534757 }, //13 April 2003, UT1-UTC=-0.3507569, Accumulated Leap Seconds=32 + { 2452743.50, 64.535858 }, //14 April 2003, UT1-UTC=-0.3518583, Accumulated Leap Seconds=32 + { 2452744.50, 64.537221 }, //15 April 2003, UT1-UTC=-0.3532211, Accumulated Leap Seconds=32 + { 2452745.50, 64.538705 }, //16 April 2003, UT1-UTC=-0.3547053, Accumulated Leap Seconds=32 + { 2452746.50, 64.540127 }, //17 April 2003, UT1-UTC=-0.3561266, Accumulated Leap Seconds=32 + { 2452747.50, 64.541296 }, //18 April 2003, UT1-UTC=-0.3572959, Accumulated Leap Seconds=32 + { 2452748.50, 64.542153 }, //19 April 2003, UT1-UTC=-0.3581530, Accumulated Leap Seconds=32 + { 2452749.50, 64.542637 }, //20 April 2003, UT1-UTC=-0.3586367, Accumulated Leap Seconds=32 + { 2452750.50, 64.542822 }, //21 April 2003, UT1-UTC=-0.3588223, Accumulated Leap Seconds=32 + { 2452751.50, 64.542880 }, //22 April 2003, UT1-UTC=-0.3588803, Accumulated Leap Seconds=32 + { 2452752.50, 64.542912 }, //23 April 2003, UT1-UTC=-0.3589122, Accumulated Leap Seconds=32 + { 2452753.50, 64.543029 }, //24 April 2003, UT1-UTC=-0.3590290, Accumulated Leap Seconds=32 + { 2452754.50, 64.543289 }, //25 April 2003, UT1-UTC=-0.3592890, Accumulated Leap Seconds=32 + { 2452755.50, 64.543682 }, //26 April 2003, UT1-UTC=-0.3596822, Accumulated Leap Seconds=32 + { 2452756.50, 64.544228 }, //27 April 2003, UT1-UTC=-0.3602284, Accumulated Leap Seconds=32 + { 2452757.50, 64.544899 }, //28 April 2003, UT1-UTC=-0.3608987, Accumulated Leap Seconds=32 + { 2452758.50, 64.545645 }, //29 April 2003, UT1-UTC=-0.3616448, Accumulated Leap Seconds=32 + { 2452759.50, 64.546403 }, //30 April 2003, UT1-UTC=-0.3624026, Accumulated Leap Seconds=32 + { 2452760.50, 64.547094 }, //01 May 2003, UT1-UTC=-0.3630942, Accumulated Leap Seconds=32 + { 2452761.50, 64.547628 }, //02 May 2003, UT1-UTC=-0.3636280, Accumulated Leap Seconds=32 + { 2452762.50, 64.547973 }, //03 May 2003, UT1-UTC=-0.3639732, Accumulated Leap Seconds=32 + { 2452763.50, 64.548128 }, //04 May 2003, UT1-UTC=-0.3641276, Accumulated Leap Seconds=32 + { 2452764.50, 64.548114 }, //05 May 2003, UT1-UTC=-0.3641144, Accumulated Leap Seconds=32 + { 2452765.50, 64.548018 }, //06 May 2003, UT1-UTC=-0.3640185, Accumulated Leap Seconds=32 + { 2452766.50, 64.547916 }, //07 May 2003, UT1-UTC=-0.3639165, Accumulated Leap Seconds=32 + { 2452767.50, 64.547832 }, //08 May 2003, UT1-UTC=-0.3638322, Accumulated Leap Seconds=32 + { 2452768.50, 64.547906 }, //09 May 2003, UT1-UTC=-0.3639056, Accumulated Leap Seconds=32 + { 2452769.50, 64.548200 }, //10 May 2003, UT1-UTC=-0.3642002, Accumulated Leap Seconds=32 + { 2452770.50, 64.548731 }, //11 May 2003, UT1-UTC=-0.3647308, Accumulated Leap Seconds=32 + { 2452771.50, 64.549519 }, //12 May 2003, UT1-UTC=-0.3655190, Accumulated Leap Seconds=32 + { 2452772.50, 64.550554 }, //13 May 2003, UT1-UTC=-0.3665539, Accumulated Leap Seconds=32 + { 2452773.50, 64.551757 }, //14 May 2003, UT1-UTC=-0.3677575, Accumulated Leap Seconds=32 + { 2452774.50, 64.552942 }, //15 May 2003, UT1-UTC=-0.3689420, Accumulated Leap Seconds=32 + { 2452775.50, 64.553910 }, //16 May 2003, UT1-UTC=-0.3699096, Accumulated Leap Seconds=32 + { 2452776.50, 64.554540 }, //17 May 2003, UT1-UTC=-0.3705404, Accumulated Leap Seconds=32 + { 2452777.50, 64.554887 }, //18 May 2003, UT1-UTC=-0.3708873, Accumulated Leap Seconds=32 + { 2452778.50, 64.555057 }, //19 May 2003, UT1-UTC=-0.3710574, Accumulated Leap Seconds=32 + { 2452779.50, 64.555209 }, //20 May 2003, UT1-UTC=-0.3712090, Accumulated Leap Seconds=32 + { 2452780.50, 64.555425 }, //21 May 2003, UT1-UTC=-0.3714253, Accumulated Leap Seconds=32 + { 2452781.50, 64.555742 }, //22 May 2003, UT1-UTC=-0.3717424, Accumulated Leap Seconds=32 + { 2452782.50, 64.556198 }, //23 May 2003, UT1-UTC=-0.3721978, Accumulated Leap Seconds=32 + { 2452783.50, 64.556768 }, //24 May 2003, UT1-UTC=-0.3727682, Accumulated Leap Seconds=32 + { 2452784.50, 64.557413 }, //25 May 2003, UT1-UTC=-0.3734133, Accumulated Leap Seconds=32 + { 2452785.50, 64.558060 }, //26 May 2003, UT1-UTC=-0.3740601, Accumulated Leap Seconds=32 + { 2452786.50, 64.558653 }, //27 May 2003, UT1-UTC=-0.3746528, Accumulated Leap Seconds=32 + { 2452787.50, 64.559158 }, //28 May 2003, UT1-UTC=-0.3751579, Accumulated Leap Seconds=32 + { 2452788.50, 64.559540 }, //29 May 2003, UT1-UTC=-0.3755405, Accumulated Leap Seconds=32 + { 2452789.50, 64.559772 }, //30 May 2003, UT1-UTC=-0.3757718, Accumulated Leap Seconds=32 + { 2452790.50, 64.559823 }, //31 May 2003, UT1-UTC=-0.3758233, Accumulated Leap Seconds=32 + { 2452791.50, 64.559673 }, //01 June 2003, UT1-UTC=-0.3756729, Accumulated Leap Seconds=32 + { 2452792.50, 64.559367 }, //02 June 2003, UT1-UTC=-0.3753667, Accumulated Leap Seconds=32 + { 2452793.50, 64.558970 }, //03 June 2003, UT1-UTC=-0.3749699, Accumulated Leap Seconds=32 + { 2452794.50, 64.558515 }, //04 June 2003, UT1-UTC=-0.3745145, Accumulated Leap Seconds=32 + { 2452795.50, 64.558060 }, //05 June 2003, UT1-UTC=-0.3740604, Accumulated Leap Seconds=32 + { 2452796.50, 64.557745 }, //06 June 2003, UT1-UTC=-0.3737450, Accumulated Leap Seconds=32 + { 2452797.50, 64.557661 }, //07 June 2003, UT1-UTC=-0.3736611, Accumulated Leap Seconds=32 + { 2452798.50, 64.557832 }, //08 June 2003, UT1-UTC=-0.3738321, Accumulated Leap Seconds=32 + { 2452799.50, 64.558238 }, //09 June 2003, UT1-UTC=-0.3742377, Accumulated Leap Seconds=32 + { 2452800.50, 64.558771 }, //10 June 2003, UT1-UTC=-0.3747707, Accumulated Leap Seconds=32 + { 2452801.50, 64.559271 }, //11 June 2003, UT1-UTC=-0.3752706, Accumulated Leap Seconds=32 + { 2452802.50, 64.559596 }, //12 June 2003, UT1-UTC=-0.3755955, Accumulated Leap Seconds=32 + { 2452803.50, 64.559629 }, //13 June 2003, UT1-UTC=-0.3756285, Accumulated Leap Seconds=32 + { 2452804.50, 64.559332 }, //14 June 2003, UT1-UTC=-0.3753325, Accumulated Leap Seconds=32 + { 2452805.50, 64.558783 }, //15 June 2003, UT1-UTC=-0.3747830, Accumulated Leap Seconds=32 + { 2452806.50, 64.558104 }, //16 June 2003, UT1-UTC=-0.3741045, Accumulated Leap Seconds=32 + { 2452807.50, 64.557434 }, //17 June 2003, UT1-UTC=-0.3734337, Accumulated Leap Seconds=32 + { 2452808.50, 64.556872 }, //18 June 2003, UT1-UTC=-0.3728718, Accumulated Leap Seconds=32 + { 2452809.50, 64.556472 }, //19 June 2003, UT1-UTC=-0.3724717, Accumulated Leap Seconds=32 + { 2452810.50, 64.556240 }, //20 June 2003, UT1-UTC=-0.3722403, Accumulated Leap Seconds=32 + { 2452811.50, 64.556122 }, //21 June 2003, UT1-UTC=-0.3721221, Accumulated Leap Seconds=32 + { 2452812.50, 64.556050 }, //22 June 2003, UT1-UTC=-0.3720500, Accumulated Leap Seconds=32 + { 2452813.50, 64.555965 }, //23 June 2003, UT1-UTC=-0.3719645, Accumulated Leap Seconds=32 + { 2452814.50, 64.555811 }, //24 June 2003, UT1-UTC=-0.3718111, Accumulated Leap Seconds=32 + { 2452815.50, 64.555541 }, //25 June 2003, UT1-UTC=-0.3715413, Accumulated Leap Seconds=32 + { 2452816.50, 64.555126 }, //26 June 2003, UT1-UTC=-0.3711262, Accumulated Leap Seconds=32 + { 2452817.50, 64.554566 }, //27 June 2003, UT1-UTC=-0.3705659, Accumulated Leap Seconds=32 + { 2452818.50, 64.553862 }, //28 June 2003, UT1-UTC=-0.3698619, Accumulated Leap Seconds=32 + { 2452819.50, 64.553037 }, //29 June 2003, UT1-UTC=-0.3690369, Accumulated Leap Seconds=32 + { 2452820.50, 64.552135 }, //30 June 2003, UT1-UTC=-0.3681352, Accumulated Leap Seconds=32 + { 2452821.50, 64.551229 }, //01 July 2003, UT1-UTC=-0.3672293, Accumulated Leap Seconds=32 + { 2452822.50, 64.550398 }, //02 July 2003, UT1-UTC=-0.3663979, Accumulated Leap Seconds=32 + { 2452823.50, 64.549688 }, //03 July 2003, UT1-UTC=-0.3656883, Accumulated Leap Seconds=32 + { 2452824.50, 64.549135 }, //04 July 2003, UT1-UTC=-0.3651348, Accumulated Leap Seconds=32 + { 2452825.50, 64.548773 }, //05 July 2003, UT1-UTC=-0.3647734, Accumulated Leap Seconds=32 + { 2452826.50, 64.548561 }, //06 July 2003, UT1-UTC=-0.3645612, Accumulated Leap Seconds=32 + { 2452827.50, 64.548420 }, //07 July 2003, UT1-UTC=-0.3644204, Accumulated Leap Seconds=32 + { 2452828.50, 64.548263 }, //08 July 2003, UT1-UTC=-0.3642627, Accumulated Leap Seconds=32 + { 2452829.50, 64.548005 }, //09 July 2003, UT1-UTC=-0.3640050, Accumulated Leap Seconds=32 + { 2452830.50, 64.547533 }, //10 July 2003, UT1-UTC=-0.3635334, Accumulated Leap Seconds=32 + { 2452831.50, 64.546816 }, //11 July 2003, UT1-UTC=-0.3628156, Accumulated Leap Seconds=32 + { 2452832.50, 64.545917 }, //12 July 2003, UT1-UTC=-0.3619172, Accumulated Leap Seconds=32 + { 2452833.50, 64.544953 }, //13 July 2003, UT1-UTC=-0.3609529, Accumulated Leap Seconds=32 + { 2452834.50, 64.544025 }, //14 July 2003, UT1-UTC=-0.3600250, Accumulated Leap Seconds=32 + { 2452835.50, 64.543223 }, //15 July 2003, UT1-UTC=-0.3592228, Accumulated Leap Seconds=32 + { 2452836.50, 64.542619 }, //16 July 2003, UT1-UTC=-0.3586193, Accumulated Leap Seconds=32 + { 2452837.50, 64.542238 }, //17 July 2003, UT1-UTC=-0.3582378, Accumulated Leap Seconds=32 + { 2452838.50, 64.542022 }, //18 July 2003, UT1-UTC=-0.3580219, Accumulated Leap Seconds=32 + { 2452839.50, 64.541894 }, //19 July 2003, UT1-UTC=-0.3578936, Accumulated Leap Seconds=32 + { 2452840.50, 64.541786 }, //20 July 2003, UT1-UTC=-0.3577857, Accumulated Leap Seconds=32 + { 2452841.50, 64.541634 }, //21 July 2003, UT1-UTC=-0.3576341, Accumulated Leap Seconds=32 + { 2452842.50, 64.541400 }, //22 July 2003, UT1-UTC=-0.3573996, Accumulated Leap Seconds=32 + { 2452843.50, 64.541060 }, //23 July 2003, UT1-UTC=-0.3570603, Accumulated Leap Seconds=32 + { 2452844.50, 64.540607 }, //24 July 2003, UT1-UTC=-0.3566067, Accumulated Leap Seconds=32 + { 2452845.50, 64.540044 }, //25 July 2003, UT1-UTC=-0.3560443, Accumulated Leap Seconds=32 + { 2452846.50, 64.539390 }, //26 July 2003, UT1-UTC=-0.3553902, Accumulated Leap Seconds=32 + { 2452847.50, 64.538730 }, //27 July 2003, UT1-UTC=-0.3547300, Accumulated Leap Seconds=32 + { 2452848.50, 64.538123 }, //28 July 2003, UT1-UTC=-0.3541233, Accumulated Leap Seconds=32 + { 2452849.50, 64.537607 }, //29 July 2003, UT1-UTC=-0.3536072, Accumulated Leap Seconds=32 + { 2452850.50, 64.537214 }, //30 July 2003, UT1-UTC=-0.3532143, Accumulated Leap Seconds=32 + { 2452851.50, 64.537033 }, //31 July 2003, UT1-UTC=-0.3530332, Accumulated Leap Seconds=32 + { 2452852.50, 64.537091 }, //01 August 2003, UT1-UTC=-0.3530906, Accumulated Leap Seconds=32 + { 2452853.50, 64.537318 }, //02 August 2003, UT1-UTC=-0.3533179, Accumulated Leap Seconds=32 + { 2452854.50, 64.537656 }, //03 August 2003, UT1-UTC=-0.3536562, Accumulated Leap Seconds=32 + { 2452855.50, 64.538037 }, //04 August 2003, UT1-UTC=-0.3540369, Accumulated Leap Seconds=32 + { 2452856.50, 64.538321 }, //05 August 2003, UT1-UTC=-0.3543207, Accumulated Leap Seconds=32 + { 2452857.50, 64.538360 }, //06 August 2003, UT1-UTC=-0.3543599, Accumulated Leap Seconds=32 + { 2452858.50, 64.538162 }, //07 August 2003, UT1-UTC=-0.3541618, Accumulated Leap Seconds=32 + { 2452859.50, 64.537744 }, //08 August 2003, UT1-UTC=-0.3537440, Accumulated Leap Seconds=32 + { 2452860.50, 64.537178 }, //09 August 2003, UT1-UTC=-0.3531782, Accumulated Leap Seconds=32 + { 2452861.50, 64.536588 }, //10 August 2003, UT1-UTC=-0.3525882, Accumulated Leap Seconds=32 + { 2452862.50, 64.536087 }, //11 August 2003, UT1-UTC=-0.3520874, Accumulated Leap Seconds=32 + { 2452863.50, 64.535768 }, //12 August 2003, UT1-UTC=-0.3517684, Accumulated Leap Seconds=32 + { 2452864.50, 64.535677 }, //13 August 2003, UT1-UTC=-0.3516766, Accumulated Leap Seconds=32 + { 2452865.50, 64.535766 }, //14 August 2003, UT1-UTC=-0.3517656, Accumulated Leap Seconds=32 + { 2452866.50, 64.535988 }, //15 August 2003, UT1-UTC=-0.3519884, Accumulated Leap Seconds=32 + { 2452867.50, 64.536294 }, //16 August 2003, UT1-UTC=-0.3522936, Accumulated Leap Seconds=32 + { 2452868.50, 64.536603 }, //17 August 2003, UT1-UTC=-0.3526033, Accumulated Leap Seconds=32 + { 2452869.50, 64.536838 }, //18 August 2003, UT1-UTC=-0.3528384, Accumulated Leap Seconds=32 + { 2452870.50, 64.536904 }, //19 August 2003, UT1-UTC=-0.3529045, Accumulated Leap Seconds=32 + { 2452871.50, 64.536729 }, //20 August 2003, UT1-UTC=-0.3527289, Accumulated Leap Seconds=32 + { 2452872.50, 64.536360 }, //21 August 2003, UT1-UTC=-0.3523604, Accumulated Leap Seconds=32 + { 2452873.50, 64.535842 }, //22 August 2003, UT1-UTC=-0.3518420, Accumulated Leap Seconds=32 + { 2452874.50, 64.535221 }, //23 August 2003, UT1-UTC=-0.3512211, Accumulated Leap Seconds=32 + { 2452875.50, 64.534581 }, //24 August 2003, UT1-UTC=-0.3505807, Accumulated Leap Seconds=32 + { 2452876.50, 64.533987 }, //25 August 2003, UT1-UTC=-0.3499870, Accumulated Leap Seconds=32 + { 2452877.50, 64.533531 }, //26 August 2003, UT1-UTC=-0.3495314, Accumulated Leap Seconds=32 + { 2452878.50, 64.533293 }, //27 August 2003, UT1-UTC=-0.3492927, Accumulated Leap Seconds=32 + { 2452879.50, 64.533415 }, //28 August 2003, UT1-UTC=-0.3494149, Accumulated Leap Seconds=32 + { 2452880.50, 64.533862 }, //29 August 2003, UT1-UTC=-0.3498616, Accumulated Leap Seconds=32 + { 2452881.50, 64.534525 }, //30 August 2003, UT1-UTC=-0.3505251, Accumulated Leap Seconds=32 + { 2452882.50, 64.535276 }, //31 August 2003, UT1-UTC=-0.3512761, Accumulated Leap Seconds=32 + { 2452883.50, 64.535947 }, //01 September 2003, UT1-UTC=-0.3519472, Accumulated Leap Seconds=32 + { 2452884.50, 64.536416 }, //02 September 2003, UT1-UTC=-0.3524163, Accumulated Leap Seconds=32 + { 2452885.50, 64.536634 }, //03 September 2003, UT1-UTC=-0.3526344, Accumulated Leap Seconds=32 + { 2452886.50, 64.536586 }, //04 September 2003, UT1-UTC=-0.3525856, Accumulated Leap Seconds=32 + { 2452887.50, 64.536358 }, //05 September 2003, UT1-UTC=-0.3523584, Accumulated Leap Seconds=32 + { 2452888.50, 64.536069 }, //06 September 2003, UT1-UTC=-0.3520693, Accumulated Leap Seconds=32 + { 2452889.50, 64.535775 }, //07 September 2003, UT1-UTC=-0.3517748, Accumulated Leap Seconds=32 + { 2452890.50, 64.535576 }, //08 September 2003, UT1-UTC=-0.3515758, Accumulated Leap Seconds=32 + { 2452891.50, 64.535556 }, //09 September 2003, UT1-UTC=-0.3515564, Accumulated Leap Seconds=32 + { 2452892.50, 64.535737 }, //10 September 2003, UT1-UTC=-0.3517370, Accumulated Leap Seconds=32 + { 2452893.50, 64.536060 }, //11 September 2003, UT1-UTC=-0.3520603, Accumulated Leap Seconds=32 + { 2452894.50, 64.536460 }, //12 September 2003, UT1-UTC=-0.3524604, Accumulated Leap Seconds=32 + { 2452895.50, 64.536833 }, //13 September 2003, UT1-UTC=-0.3528330, Accumulated Leap Seconds=32 + { 2452896.50, 64.537132 }, //14 September 2003, UT1-UTC=-0.3531319, Accumulated Leap Seconds=32 + { 2452897.50, 64.537343 }, //15 September 2003, UT1-UTC=-0.3533428, Accumulated Leap Seconds=32 + { 2452898.50, 64.537453 }, //16 September 2003, UT1-UTC=-0.3534535, Accumulated Leap Seconds=32 + { 2452899.50, 64.537458 }, //17 September 2003, UT1-UTC=-0.3534576, Accumulated Leap Seconds=32 + { 2452900.50, 64.537346 }, //18 September 2003, UT1-UTC=-0.3533465, Accumulated Leap Seconds=32 + { 2452901.50, 64.537089 }, //19 September 2003, UT1-UTC=-0.3530887, Accumulated Leap Seconds=32 + { 2452902.50, 64.536797 }, //20 September 2003, UT1-UTC=-0.3527968, Accumulated Leap Seconds=32 + { 2452903.50, 64.536534 }, //21 September 2003, UT1-UTC=-0.3525335, Accumulated Leap Seconds=32 + { 2452904.50, 64.536389 }, //22 September 2003, UT1-UTC=-0.3523885, Accumulated Leap Seconds=32 + { 2452905.50, 64.536469 }, //23 September 2003, UT1-UTC=-0.3524686, Accumulated Leap Seconds=32 + { 2452906.50, 64.536814 }, //24 September 2003, UT1-UTC=-0.3528143, Accumulated Leap Seconds=32 + { 2452907.50, 64.537419 }, //25 September 2003, UT1-UTC=-0.3534192, Accumulated Leap Seconds=32 + { 2452908.50, 64.538241 }, //26 September 2003, UT1-UTC=-0.3542415, Accumulated Leap Seconds=32 + { 2452909.50, 64.539172 }, //27 September 2003, UT1-UTC=-0.3551718, Accumulated Leap Seconds=32 + { 2452910.50, 64.540060 }, //28 September 2003, UT1-UTC=-0.3560603, Accumulated Leap Seconds=32 + { 2452911.50, 64.540776 }, //29 September 2003, UT1-UTC=-0.3567764, Accumulated Leap Seconds=32 + { 2452912.50, 64.541263 }, //30 September 2003, UT1-UTC=-0.3572628, Accumulated Leap Seconds=32 + { 2452913.50, 64.541495 }, //01 October 2003, UT1-UTC=-0.3574947, Accumulated Leap Seconds=32 + { 2452914.50, 64.541543 }, //02 October 2003, UT1-UTC=-0.3575434, Accumulated Leap Seconds=32 + { 2452915.50, 64.541525 }, //03 October 2003, UT1-UTC=-0.3575253, Accumulated Leap Seconds=32 + { 2452916.50, 64.541556 }, //04 October 2003, UT1-UTC=-0.3575563, Accumulated Leap Seconds=32 + { 2452917.50, 64.541712 }, //05 October 2003, UT1-UTC=-0.3577116, Accumulated Leap Seconds=32 + { 2452918.50, 64.542050 }, //06 October 2003, UT1-UTC=-0.3580504, Accumulated Leap Seconds=32 + { 2452919.50, 64.542600 }, //07 October 2003, UT1-UTC=-0.3586005, Accumulated Leap Seconds=32 + { 2452920.50, 64.543308 }, //08 October 2003, UT1-UTC=-0.3593077, Accumulated Leap Seconds=32 + { 2452921.50, 64.544054 }, //09 October 2003, UT1-UTC=-0.3600542, Accumulated Leap Seconds=32 + { 2452922.50, 64.544757 }, //10 October 2003, UT1-UTC=-0.3607569, Accumulated Leap Seconds=32 + { 2452923.50, 64.545405 }, //11 October 2003, UT1-UTC=-0.3614052, Accumulated Leap Seconds=32 + { 2452924.50, 64.545945 }, //12 October 2003, UT1-UTC=-0.3619451, Accumulated Leap Seconds=32 + { 2452925.50, 64.546344 }, //13 October 2003, UT1-UTC=-0.3623444, Accumulated Leap Seconds=32 + { 2452926.50, 64.546594 }, //14 October 2003, UT1-UTC=-0.3625940, Accumulated Leap Seconds=32 + { 2452927.50, 64.546701 }, //15 October 2003, UT1-UTC=-0.3627009, Accumulated Leap Seconds=32 + { 2452928.50, 64.546685 }, //16 October 2003, UT1-UTC=-0.3626855, Accumulated Leap Seconds=32 + { 2452929.50, 64.546600 }, //17 October 2003, UT1-UTC=-0.3625996, Accumulated Leap Seconds=32 + { 2452930.50, 64.546527 }, //18 October 2003, UT1-UTC=-0.3625268, Accumulated Leap Seconds=32 + { 2452931.50, 64.546573 }, //19 October 2003, UT1-UTC=-0.3625735, Accumulated Leap Seconds=32 + { 2452932.50, 64.546835 }, //20 October 2003, UT1-UTC=-0.3628352, Accumulated Leap Seconds=32 + { 2452933.50, 64.547382 }, //21 October 2003, UT1-UTC=-0.3633816, Accumulated Leap Seconds=32 + { 2452934.50, 64.548221 }, //22 October 2003, UT1-UTC=-0.3642207, Accumulated Leap Seconds=32 + { 2452935.50, 64.549318 }, //23 October 2003, UT1-UTC=-0.3653182, Accumulated Leap Seconds=32 + { 2452936.50, 64.550603 }, //24 October 2003, UT1-UTC=-0.3666035, Accumulated Leap Seconds=32 + { 2452937.50, 64.551915 }, //25 October 2003, UT1-UTC=-0.3679152, Accumulated Leap Seconds=32 + { 2452938.50, 64.553075 }, //26 October 2003, UT1-UTC=-0.3690749, Accumulated Leap Seconds=32 + { 2452939.50, 64.553934 }, //27 October 2003, UT1-UTC=-0.3699340, Accumulated Leap Seconds=32 + { 2452940.50, 64.554426 }, //28 October 2003, UT1-UTC=-0.3704257, Accumulated Leap Seconds=32 + { 2452941.50, 64.554584 }, //29 October 2003, UT1-UTC=-0.3705842, Accumulated Leap Seconds=32 + { 2452942.50, 64.554542 }, //30 October 2003, UT1-UTC=-0.3705420, Accumulated Leap Seconds=32 + { 2452943.50, 64.554434 }, //31 October 2003, UT1-UTC=-0.3704336, Accumulated Leap Seconds=32 + { 2452944.50, 64.554363 }, //01 November 2003, UT1-UTC=-0.3703634, Accumulated Leap Seconds=32 + { 2452945.50, 64.554425 }, //02 November 2003, UT1-UTC=-0.3704255, Accumulated Leap Seconds=32 + { 2452946.50, 64.554670 }, //03 November 2003, UT1-UTC=-0.3706700, Accumulated Leap Seconds=32 + { 2452947.50, 64.555095 }, //04 November 2003, UT1-UTC=-0.3710949, Accumulated Leap Seconds=32 + { 2452948.50, 64.555645 }, //05 November 2003, UT1-UTC=-0.3716455, Accumulated Leap Seconds=32 + { 2452949.50, 64.556216 }, //06 November 2003, UT1-UTC=-0.3722165, Accumulated Leap Seconds=32 + { 2452950.50, 64.556738 }, //07 November 2003, UT1-UTC=-0.3727379, Accumulated Leap Seconds=32 + { 2452951.50, 64.557167 }, //08 November 2003, UT1-UTC=-0.3731670, Accumulated Leap Seconds=32 + { 2452952.50, 64.557499 }, //09 November 2003, UT1-UTC=-0.3734991, Accumulated Leap Seconds=32 + { 2452953.50, 64.557710 }, //10 November 2003, UT1-UTC=-0.3737101, Accumulated Leap Seconds=32 + { 2452954.50, 64.557806 }, //11 November 2003, UT1-UTC=-0.3738058, Accumulated Leap Seconds=32 + { 2452955.50, 64.557742 }, //12 November 2003, UT1-UTC=-0.3737423, Accumulated Leap Seconds=32 + { 2452956.50, 64.557685 }, //13 November 2003, UT1-UTC=-0.3736849, Accumulated Leap Seconds=32 + { 2452957.50, 64.557687 }, //14 November 2003, UT1-UTC=-0.3736874, Accumulated Leap Seconds=32 + { 2452958.50, 64.557744 }, //15 November 2003, UT1-UTC=-0.3737445, Accumulated Leap Seconds=32 + { 2452959.50, 64.557904 }, //16 November 2003, UT1-UTC=-0.3739045, Accumulated Leap Seconds=32 + { 2452960.50, 64.558257 }, //17 November 2003, UT1-UTC=-0.3742567, Accumulated Leap Seconds=32 + { 2452961.50, 64.558858 }, //18 November 2003, UT1-UTC=-0.3748576, Accumulated Leap Seconds=32 + { 2452962.50, 64.559673 }, //19 November 2003, UT1-UTC=-0.3756732, Accumulated Leap Seconds=32 + { 2452963.50, 64.560614 }, //20 November 2003, UT1-UTC=-0.3766143, Accumulated Leap Seconds=32 + { 2452964.50, 64.561657 }, //21 November 2003, UT1-UTC=-0.3776569, Accumulated Leap Seconds=32 + { 2452965.50, 64.562759 }, //22 November 2003, UT1-UTC=-0.3787591, Accumulated Leap Seconds=32 + { 2452966.50, 64.563692 }, //23 November 2003, UT1-UTC=-0.3796923, Accumulated Leap Seconds=32 + { 2452967.50, 64.564340 }, //24 November 2003, UT1-UTC=-0.3803395, Accumulated Leap Seconds=32 + { 2452968.50, 64.564691 }, //25 November 2003, UT1-UTC=-0.3806915, Accumulated Leap Seconds=32 + { 2452969.50, 64.564766 }, //26 November 2003, UT1-UTC=-0.3807660, Accumulated Leap Seconds=32 + { 2452970.50, 64.564708 }, //27 November 2003, UT1-UTC=-0.3807079, Accumulated Leap Seconds=32 + { 2452971.50, 64.564674 }, //28 November 2003, UT1-UTC=-0.3806736, Accumulated Leap Seconds=32 + { 2452972.50, 64.564777 }, //29 November 2003, UT1-UTC=-0.3807771, Accumulated Leap Seconds=32 + { 2452973.50, 64.565038 }, //30 November 2003, UT1-UTC=-0.3810378, Accumulated Leap Seconds=32 + { 2452974.50, 64.565430 }, //01 December 2003, UT1-UTC=-0.3814298, Accumulated Leap Seconds=32 + { 2452975.50, 64.565926 }, //02 December 2003, UT1-UTC=-0.3819260, Accumulated Leap Seconds=32 + { 2452976.50, 64.566461 }, //03 December 2003, UT1-UTC=-0.3824611, Accumulated Leap Seconds=32 + { 2452977.50, 64.566960 }, //04 December 2003, UT1-UTC=-0.3829600, Accumulated Leap Seconds=32 + { 2452978.50, 64.567344 }, //05 December 2003, UT1-UTC=-0.3833443, Accumulated Leap Seconds=32 + { 2452979.50, 64.567626 }, //06 December 2003, UT1-UTC=-0.3836264, Accumulated Leap Seconds=32 + { 2452980.50, 64.567789 }, //07 December 2003, UT1-UTC=-0.3837894, Accumulated Leap Seconds=32 + { 2452981.50, 64.567784 }, //08 December 2003, UT1-UTC=-0.3837836, Accumulated Leap Seconds=32 + { 2452982.50, 64.567567 }, //09 December 2003, UT1-UTC=-0.3835670, Accumulated Leap Seconds=32 + { 2452983.50, 64.567196 }, //10 December 2003, UT1-UTC=-0.3831965, Accumulated Leap Seconds=32 + { 2452984.50, 64.566808 }, //11 December 2003, UT1-UTC=-0.3828080, Accumulated Leap Seconds=32 + { 2452985.50, 64.566431 }, //12 December 2003, UT1-UTC=-0.3824312, Accumulated Leap Seconds=32 + { 2452986.50, 64.566144 }, //13 December 2003, UT1-UTC=-0.3821437, Accumulated Leap Seconds=32 + { 2452987.50, 64.565973 }, //14 December 2003, UT1-UTC=-0.3819729, Accumulated Leap Seconds=32 + { 2452988.50, 64.565996 }, //15 December 2003, UT1-UTC=-0.3819964, Accumulated Leap Seconds=32 + { 2452989.50, 64.566251 }, //16 December 2003, UT1-UTC=-0.3822506, Accumulated Leap Seconds=32 + { 2452990.50, 64.566753 }, //17 December 2003, UT1-UTC=-0.3827534, Accumulated Leap Seconds=32 + { 2452991.50, 64.567453 }, //18 December 2003, UT1-UTC=-0.3834535, Accumulated Leap Seconds=32 + { 2452992.50, 64.568227 }, //19 December 2003, UT1-UTC=-0.3842275, Accumulated Leap Seconds=32 + { 2452993.50, 64.569000 }, //20 December 2003, UT1-UTC=-0.3849995, Accumulated Leap Seconds=32 + { 2452994.50, 64.569678 }, //21 December 2003, UT1-UTC=-0.3856785, Accumulated Leap Seconds=32 + { 2452995.50, 64.570129 }, //22 December 2003, UT1-UTC=-0.3861289, Accumulated Leap Seconds=32 + { 2452996.50, 64.570305 }, //23 December 2003, UT1-UTC=-0.3863051, Accumulated Leap Seconds=32 + { 2452997.50, 64.570312 }, //24 December 2003, UT1-UTC=-0.3863118, Accumulated Leap Seconds=32 + { 2452998.50, 64.570380 }, //25 December 2003, UT1-UTC=-0.3863800, Accumulated Leap Seconds=32 + { 2452999.50, 64.570559 }, //26 December 2003, UT1-UTC=-0.3865590, Accumulated Leap Seconds=32 + { 2453000.50, 64.570881 }, //27 December 2003, UT1-UTC=-0.3868809, Accumulated Leap Seconds=32 + { 2453001.50, 64.571344 }, //28 December 2003, UT1-UTC=-0.3873439, Accumulated Leap Seconds=32 + { 2453002.50, 64.571905 }, //29 December 2003, UT1-UTC=-0.3879047, Accumulated Leap Seconds=32 + { 2453003.50, 64.572512 }, //30 December 2003, UT1-UTC=-0.3885122, Accumulated Leap Seconds=32 + { 2453004.50, 64.573094 }, //31 December 2003, UT1-UTC=-0.3890938, Accumulated Leap Seconds=32 + { 2453005.50, 64.573611 }, //01 January 2004, UT1-UTC=-0.3896111, Accumulated Leap Seconds=32 + { 2453006.50, 64.574077 }, //02 January 2004, UT1-UTC=-0.3900767, Accumulated Leap Seconds=32 + { 2453007.50, 64.574426 }, //03 January 2004, UT1-UTC=-0.3904257, Accumulated Leap Seconds=32 + { 2453008.50, 64.574593 }, //04 January 2004, UT1-UTC=-0.3905932, Accumulated Leap Seconds=32 + { 2453009.50, 64.574604 }, //05 January 2004, UT1-UTC=-0.3906040, Accumulated Leap Seconds=32 + { 2453010.50, 64.574521 }, //06 January 2004, UT1-UTC=-0.3905213, Accumulated Leap Seconds=32 + { 2453011.50, 64.574442 }, //07 January 2004, UT1-UTC=-0.3904423, Accumulated Leap Seconds=32 + { 2453012.50, 64.574462 }, //08 January 2004, UT1-UTC=-0.3904618, Accumulated Leap Seconds=32 + { 2453013.50, 64.574610 }, //09 January 2004, UT1-UTC=-0.3906104, Accumulated Leap Seconds=32 + { 2453014.50, 64.574973 }, //10 January 2004, UT1-UTC=-0.3909731, Accumulated Leap Seconds=32 + { 2453015.50, 64.575587 }, //11 January 2004, UT1-UTC=-0.3915875, Accumulated Leap Seconds=32 + { 2453016.50, 64.576462 }, //12 January 2004, UT1-UTC=-0.3924623, Accumulated Leap Seconds=32 + { 2453017.50, 64.577570 }, //13 January 2004, UT1-UTC=-0.3935699, Accumulated Leap Seconds=32 + { 2453018.50, 64.578842 }, //14 January 2004, UT1-UTC=-0.3948418, Accumulated Leap Seconds=32 + { 2453019.50, 64.580110 }, //15 January 2004, UT1-UTC=-0.3961097, Accumulated Leap Seconds=32 + { 2453020.50, 64.581263 }, //16 January 2004, UT1-UTC=-0.3972627, Accumulated Leap Seconds=32 + { 2453021.50, 64.582224 }, //17 January 2004, UT1-UTC=-0.3982241, Accumulated Leap Seconds=32 + { 2453022.50, 64.582920 }, //18 January 2004, UT1-UTC=-0.3989195, Accumulated Leap Seconds=32 + { 2453023.50, 64.583378 }, //19 January 2004, UT1-UTC=-0.3993777, Accumulated Leap Seconds=32 + { 2453024.50, 64.583642 }, //20 January 2004, UT1-UTC=-0.3996423, Accumulated Leap Seconds=32 + { 2453025.50, 64.583840 }, //21 January 2004, UT1-UTC=-0.3998404, Accumulated Leap Seconds=32 + { 2453026.50, 64.584069 }, //22 January 2004, UT1-UTC=-0.4000692, Accumulated Leap Seconds=32 + { 2453027.50, 64.584433 }, //23 January 2004, UT1-UTC=-0.4004329, Accumulated Leap Seconds=32 + { 2453028.50, 64.584949 }, //24 January 2004, UT1-UTC=-0.4009494, Accumulated Leap Seconds=32 + { 2453029.50, 64.585619 }, //25 January 2004, UT1-UTC=-0.4016188, Accumulated Leap Seconds=32 + { 2453030.50, 64.586424 }, //26 January 2004, UT1-UTC=-0.4024243, Accumulated Leap Seconds=32 + { 2453031.50, 64.587300 }, //27 January 2004, UT1-UTC=-0.4033002, Accumulated Leap Seconds=32 + { 2453032.50, 64.588071 }, //28 January 2004, UT1-UTC=-0.4040711, Accumulated Leap Seconds=32 + { 2453033.50, 64.588664 }, //29 January 2004, UT1-UTC=-0.4046641, Accumulated Leap Seconds=32 + { 2453034.50, 64.589043 }, //30 January 2004, UT1-UTC=-0.4050432, Accumulated Leap Seconds=32 + { 2453035.50, 64.589164 }, //31 January 2004, UT1-UTC=-0.4051645, Accumulated Leap Seconds=32 + { 2453036.50, 64.589114 }, //01 February 2004, UT1-UTC=-0.4051142, Accumulated Leap Seconds=32 + { 2453037.50, 64.588944 }, //02 February 2004, UT1-UTC=-0.4049439, Accumulated Leap Seconds=32 + { 2453038.50, 64.588702 }, //03 February 2004, UT1-UTC=-0.4047021, Accumulated Leap Seconds=32 + { 2453039.50, 64.588425 }, //04 February 2004, UT1-UTC=-0.4044246, Accumulated Leap Seconds=32 + { 2453040.50, 64.588180 }, //05 February 2004, UT1-UTC=-0.4041796, Accumulated Leap Seconds=32 + { 2453041.50, 64.588114 }, //06 February 2004, UT1-UTC=-0.4041138, Accumulated Leap Seconds=32 + { 2453042.50, 64.588221 }, //07 February 2004, UT1-UTC=-0.4042213, Accumulated Leap Seconds=32 + { 2453043.50, 64.588633 }, //08 February 2004, UT1-UTC=-0.4046330, Accumulated Leap Seconds=32 + { 2453044.50, 64.589292 }, //09 February 2004, UT1-UTC=-0.4052923, Accumulated Leap Seconds=32 + { 2453045.50, 64.590121 }, //10 February 2004, UT1-UTC=-0.4061206, Accumulated Leap Seconds=32 + { 2453046.50, 64.591039 }, //11 February 2004, UT1-UTC=-0.4070395, Accumulated Leap Seconds=32 + { 2453047.50, 64.591956 }, //12 February 2004, UT1-UTC=-0.4079564, Accumulated Leap Seconds=32 + { 2453048.50, 64.592755 }, //13 February 2004, UT1-UTC=-0.4087555, Accumulated Leap Seconds=32 + { 2453049.50, 64.593345 }, //14 February 2004, UT1-UTC=-0.4093455, Accumulated Leap Seconds=32 + { 2453050.50, 64.593695 }, //15 February 2004, UT1-UTC=-0.4096955, Accumulated Leap Seconds=32 + { 2453051.50, 64.593864 }, //16 February 2004, UT1-UTC=-0.4098643, Accumulated Leap Seconds=32 + { 2453052.50, 64.593954 }, //17 February 2004, UT1-UTC=-0.4099541, Accumulated Leap Seconds=32 + { 2453053.50, 64.594058 }, //18 February 2004, UT1-UTC=-0.4100584, Accumulated Leap Seconds=32 + { 2453054.50, 64.594318 }, //19 February 2004, UT1-UTC=-0.4103177, Accumulated Leap Seconds=32 + { 2453055.50, 64.594811 }, //20 February 2004, UT1-UTC=-0.4108109, Accumulated Leap Seconds=32 + { 2453056.50, 64.595554 }, //21 February 2004, UT1-UTC=-0.4115541, Accumulated Leap Seconds=32 + { 2453057.50, 64.596469 }, //22 February 2004, UT1-UTC=-0.4124685, Accumulated Leap Seconds=32 + { 2453058.50, 64.597518 }, //23 February 2004, UT1-UTC=-0.4135182, Accumulated Leap Seconds=32 + { 2453059.50, 64.598597 }, //24 February 2004, UT1-UTC=-0.4145967, Accumulated Leap Seconds=32 + { 2453060.50, 64.599570 }, //25 February 2004, UT1-UTC=-0.4155697, Accumulated Leap Seconds=32 + { 2453061.50, 64.600364 }, //26 February 2004, UT1-UTC=-0.4163641, Accumulated Leap Seconds=32 + { 2453062.50, 64.600966 }, //27 February 2004, UT1-UTC=-0.4169658, Accumulated Leap Seconds=32 + { 2453063.50, 64.601377 }, //28 February 2004, UT1-UTC=-0.4173773, Accumulated Leap Seconds=32 + { 2453064.50, 64.601528 }, //29 February 2004, UT1-UTC=-0.4175276, Accumulated Leap Seconds=32 + { 2453065.50, 64.601476 }, //01 March 2004, UT1-UTC=-0.4174759, Accumulated Leap Seconds=32 + { 2453066.50, 64.601334 }, //02 March 2004, UT1-UTC=-0.4173344, Accumulated Leap Seconds=32 + { 2453067.50, 64.601212 }, //03 March 2004, UT1-UTC=-0.4172123, Accumulated Leap Seconds=32 + { 2453068.50, 64.601185 }, //04 March 2004, UT1-UTC=-0.4171845, Accumulated Leap Seconds=32 + { 2453069.50, 64.601341 }, //05 March 2004, UT1-UTC=-0.4173411, Accumulated Leap Seconds=32 + { 2453070.50, 64.601716 }, //06 March 2004, UT1-UTC=-0.4177157, Accumulated Leap Seconds=32 + { 2453071.50, 64.602335 }, //07 March 2004, UT1-UTC=-0.4183349, Accumulated Leap Seconds=32 + { 2453072.50, 64.603174 }, //08 March 2004, UT1-UTC=-0.4191739, Accumulated Leap Seconds=32 + { 2453073.50, 64.604115 }, //09 March 2004, UT1-UTC=-0.4201152, Accumulated Leap Seconds=32 + { 2453074.50, 64.605010 }, //10 March 2004, UT1-UTC=-0.4210096, Accumulated Leap Seconds=32 + { 2453075.50, 64.605733 }, //11 March 2004, UT1-UTC=-0.4217335, Accumulated Leap Seconds=32 + { 2453076.50, 64.606202 }, //12 March 2004, UT1-UTC=-0.4222020, Accumulated Leap Seconds=32 + { 2453077.50, 64.606444 }, //13 March 2004, UT1-UTC=-0.4224436, Accumulated Leap Seconds=32 + { 2453078.50, 64.606502 }, //14 March 2004, UT1-UTC=-0.4225018, Accumulated Leap Seconds=32 + { 2453079.50, 64.606453 }, //15 March 2004, UT1-UTC=-0.4224526, Accumulated Leap Seconds=32 + { 2453080.50, 64.606455 }, //16 March 2004, UT1-UTC=-0.4224550, Accumulated Leap Seconds=32 + { 2453081.50, 64.606566 }, //17 March 2004, UT1-UTC=-0.4225659, Accumulated Leap Seconds=32 + { 2453082.50, 64.606905 }, //18 March 2004, UT1-UTC=-0.4229047, Accumulated Leap Seconds=32 + { 2453083.50, 64.607497 }, //19 March 2004, UT1-UTC=-0.4234972, Accumulated Leap Seconds=32 + { 2453084.50, 64.608361 }, //20 March 2004, UT1-UTC=-0.4243612, Accumulated Leap Seconds=32 + { 2453085.50, 64.609449 }, //21 March 2004, UT1-UTC=-0.4254491, Accumulated Leap Seconds=32 + { 2453086.50, 64.610591 }, //22 March 2004, UT1-UTC=-0.4265908, Accumulated Leap Seconds=32 + { 2453087.50, 64.611720 }, //23 March 2004, UT1-UTC=-0.4277204, Accumulated Leap Seconds=32 + { 2453088.50, 64.612809 }, //24 March 2004, UT1-UTC=-0.4288092, Accumulated Leap Seconds=32 + { 2453089.50, 64.613777 }, //25 March 2004, UT1-UTC=-0.4297774, Accumulated Leap Seconds=32 + { 2453090.50, 64.614597 }, //26 March 2004, UT1-UTC=-0.4305967, Accumulated Leap Seconds=32 + { 2453091.50, 64.615243 }, //27 March 2004, UT1-UTC=-0.4312433, Accumulated Leap Seconds=32 + { 2453092.50, 64.615725 }, //28 March 2004, UT1-UTC=-0.4317248, Accumulated Leap Seconds=32 + { 2453093.50, 64.616107 }, //29 March 2004, UT1-UTC=-0.4321075, Accumulated Leap Seconds=32 + { 2453094.50, 64.616497 }, //30 March 2004, UT1-UTC=-0.4324971, Accumulated Leap Seconds=32 + { 2453095.50, 64.616972 }, //31 March 2004, UT1-UTC=-0.4329721, Accumulated Leap Seconds=32 + { 2453096.50, 64.617615 }, //01 April 2004, UT1-UTC=-0.4336147, Accumulated Leap Seconds=32 + { 2453097.50, 64.618473 }, //02 April 2004, UT1-UTC=-0.4344729, Accumulated Leap Seconds=32 + { 2453098.50, 64.619545 }, //03 April 2004, UT1-UTC=-0.4355449, Accumulated Leap Seconds=32 + { 2453099.50, 64.620876 }, //04 April 2004, UT1-UTC=-0.4368762, Accumulated Leap Seconds=32 + { 2453100.50, 64.622401 }, //05 April 2004, UT1-UTC=-0.4384012, Accumulated Leap Seconds=32 + { 2453101.50, 64.623950 }, //06 April 2004, UT1-UTC=-0.4399498, Accumulated Leap Seconds=32 + { 2453102.50, 64.625407 }, //07 April 2004, UT1-UTC=-0.4414071, Accumulated Leap Seconds=32 + { 2453103.50, 64.626619 }, //08 April 2004, UT1-UTC=-0.4426187, Accumulated Leap Seconds=32 + { 2453104.50, 64.627511 }, //09 April 2004, UT1-UTC=-0.4435111, Accumulated Leap Seconds=32 + { 2453105.50, 64.628179 }, //10 April 2004, UT1-UTC=-0.4441791, Accumulated Leap Seconds=32 + { 2453106.50, 64.628632 }, //11 April 2004, UT1-UTC=-0.4446324, Accumulated Leap Seconds=32 + { 2453107.50, 64.628954 }, //12 April 2004, UT1-UTC=-0.4449541, Accumulated Leap Seconds=32 + { 2453108.50, 64.629344 }, //13 April 2004, UT1-UTC=-0.4453438, Accumulated Leap Seconds=32 + { 2453109.50, 64.629929 }, //14 April 2004, UT1-UTC=-0.4459293, Accumulated Leap Seconds=32 + { 2453110.50, 64.630731 }, //15 April 2004, UT1-UTC=-0.4467310, Accumulated Leap Seconds=32 + { 2453111.50, 64.631683 }, //16 April 2004, UT1-UTC=-0.4476832, Accumulated Leap Seconds=32 + { 2453112.50, 64.632730 }, //17 April 2004, UT1-UTC=-0.4487301, Accumulated Leap Seconds=32 + { 2453113.50, 64.633770 }, //18 April 2004, UT1-UTC=-0.4497703, Accumulated Leap Seconds=32 + { 2453114.50, 64.634733 }, //19 April 2004, UT1-UTC=-0.4507330, Accumulated Leap Seconds=32 + { 2453115.50, 64.635550 }, //20 April 2004, UT1-UTC=-0.4515498, Accumulated Leap Seconds=32 + { 2453116.50, 64.636139 }, //21 April 2004, UT1-UTC=-0.4521395, Accumulated Leap Seconds=32 + { 2453117.50, 64.636502 }, //22 April 2004, UT1-UTC=-0.4525024, Accumulated Leap Seconds=32 + { 2453118.50, 64.636630 }, //23 April 2004, UT1-UTC=-0.4526300, Accumulated Leap Seconds=32 + { 2453119.50, 64.636541 }, //24 April 2004, UT1-UTC=-0.4525408, Accumulated Leap Seconds=32 + { 2453120.50, 64.636348 }, //25 April 2004, UT1-UTC=-0.4523480, Accumulated Leap Seconds=32 + { 2453121.50, 64.636118 }, //26 April 2004, UT1-UTC=-0.4521176, Accumulated Leap Seconds=32 + { 2453122.50, 64.635968 }, //27 April 2004, UT1-UTC=-0.4519678, Accumulated Leap Seconds=32 + { 2453123.50, 64.635976 }, //28 April 2004, UT1-UTC=-0.4519755, Accumulated Leap Seconds=32 + { 2453124.50, 64.636210 }, //29 April 2004, UT1-UTC=-0.4522099, Accumulated Leap Seconds=32 + { 2453125.50, 64.636676 }, //30 April 2004, UT1-UTC=-0.4526761, Accumulated Leap Seconds=32 + { 2453126.50, 64.637440 }, //01 May 2004, UT1-UTC=-0.4534397, Accumulated Leap Seconds=32 + { 2453127.50, 64.638446 }, //02 May 2004, UT1-UTC=-0.4544456, Accumulated Leap Seconds=32 + { 2453128.50, 64.639569 }, //03 May 2004, UT1-UTC=-0.4555694, Accumulated Leap Seconds=32 + { 2453129.50, 64.640704 }, //04 May 2004, UT1-UTC=-0.4567044, Accumulated Leap Seconds=32 + { 2453130.50, 64.641756 }, //05 May 2004, UT1-UTC=-0.4577565, Accumulated Leap Seconds=32 + { 2453131.50, 64.642608 }, //06 May 2004, UT1-UTC=-0.4586077, Accumulated Leap Seconds=32 + { 2453132.50, 64.643242 }, //07 May 2004, UT1-UTC=-0.4592423, Accumulated Leap Seconds=32 + { 2453133.50, 64.643682 }, //08 May 2004, UT1-UTC=-0.4596825, Accumulated Leap Seconds=32 + { 2453134.50, 64.644009 }, //09 May 2004, UT1-UTC=-0.4600094, Accumulated Leap Seconds=32 + { 2453135.50, 64.644378 }, //10 May 2004, UT1-UTC=-0.4603782, Accumulated Leap Seconds=32 + { 2453136.50, 64.644881 }, //11 May 2004, UT1-UTC=-0.4608811, Accumulated Leap Seconds=32 + { 2453137.50, 64.645540 }, //12 May 2004, UT1-UTC=-0.4615400, Accumulated Leap Seconds=32 + { 2453138.50, 64.646362 }, //13 May 2004, UT1-UTC=-0.4623622, Accumulated Leap Seconds=32 + { 2453139.50, 64.647326 }, //14 May 2004, UT1-UTC=-0.4633256, Accumulated Leap Seconds=32 + { 2453140.50, 64.648366 }, //15 May 2004, UT1-UTC=-0.4643657, Accumulated Leap Seconds=32 + { 2453141.50, 64.649406 }, //16 May 2004, UT1-UTC=-0.4654063, Accumulated Leap Seconds=32 + { 2453142.50, 64.650345 }, //17 May 2004, UT1-UTC=-0.4663453, Accumulated Leap Seconds=32 + { 2453143.50, 64.651149 }, //18 May 2004, UT1-UTC=-0.4671494, Accumulated Leap Seconds=32 + { 2453144.50, 64.651751 }, //19 May 2004, UT1-UTC=-0.4677510, Accumulated Leap Seconds=32 + { 2453145.50, 64.652165 }, //20 May 2004, UT1-UTC=-0.4681655, Accumulated Leap Seconds=32 + { 2453146.50, 64.652355 }, //21 May 2004, UT1-UTC=-0.4683547, Accumulated Leap Seconds=32 + { 2453147.50, 64.652424 }, //22 May 2004, UT1-UTC=-0.4684237, Accumulated Leap Seconds=32 + { 2453148.50, 64.652387 }, //23 May 2004, UT1-UTC=-0.4683869, Accumulated Leap Seconds=32 + { 2453149.50, 64.652279 }, //24 May 2004, UT1-UTC=-0.4682793, Accumulated Leap Seconds=32 + { 2453150.50, 64.652262 }, //25 May 2004, UT1-UTC=-0.4682624, Accumulated Leap Seconds=32 + { 2453151.50, 64.652304 }, //26 May 2004, UT1-UTC=-0.4683043, Accumulated Leap Seconds=32 + { 2453152.50, 64.652480 }, //27 May 2004, UT1-UTC=-0.4684797, Accumulated Leap Seconds=32 + { 2453153.50, 64.652850 }, //28 May 2004, UT1-UTC=-0.4688498, Accumulated Leap Seconds=32 + { 2453154.50, 64.653328 }, //29 May 2004, UT1-UTC=-0.4693282, Accumulated Leap Seconds=32 + { 2453155.50, 64.653875 }, //30 May 2004, UT1-UTC=-0.4698745, Accumulated Leap Seconds=32 + { 2453156.50, 64.654411 }, //31 May 2004, UT1-UTC=-0.4704110, Accumulated Leap Seconds=32 + { 2453157.50, 64.654867 }, //01 June 2004, UT1-UTC=-0.4708674, Accumulated Leap Seconds=32 + { 2453158.50, 64.655151 }, //02 June 2004, UT1-UTC=-0.4711511, Accumulated Leap Seconds=32 + { 2453159.50, 64.655172 }, //03 June 2004, UT1-UTC=-0.4711724, Accumulated Leap Seconds=32 + { 2453160.50, 64.655015 }, //04 June 2004, UT1-UTC=-0.4710146, Accumulated Leap Seconds=32 + { 2453161.50, 64.654717 }, //05 June 2004, UT1-UTC=-0.4707173, Accumulated Leap Seconds=32 + { 2453162.50, 64.654440 }, //06 June 2004, UT1-UTC=-0.4704398, Accumulated Leap Seconds=32 + { 2453163.50, 64.654302 }, //07 June 2004, UT1-UTC=-0.4703015, Accumulated Leap Seconds=32 + { 2453164.50, 64.654372 }, //08 June 2004, UT1-UTC=-0.4703722, Accumulated Leap Seconds=32 + { 2453165.50, 64.654595 }, //09 June 2004, UT1-UTC=-0.4705952, Accumulated Leap Seconds=32 + { 2453166.50, 64.654982 }, //10 June 2004, UT1-UTC=-0.4709819, Accumulated Leap Seconds=32 + { 2453167.50, 64.655425 }, //11 June 2004, UT1-UTC=-0.4714248, Accumulated Leap Seconds=32 + { 2453168.50, 64.655897 }, //12 June 2004, UT1-UTC=-0.4718974, Accumulated Leap Seconds=32 + { 2453169.50, 64.656309 }, //13 June 2004, UT1-UTC=-0.4723091, Accumulated Leap Seconds=32 + { 2453170.50, 64.656571 }, //14 June 2004, UT1-UTC=-0.4725712, Accumulated Leap Seconds=32 + { 2453171.50, 64.656623 }, //15 June 2004, UT1-UTC=-0.4726232, Accumulated Leap Seconds=32 + { 2453172.50, 64.656415 }, //16 June 2004, UT1-UTC=-0.4724155, Accumulated Leap Seconds=32 + { 2453173.50, 64.656003 }, //17 June 2004, UT1-UTC=-0.4720032, Accumulated Leap Seconds=32 + { 2453174.50, 64.655465 }, //18 June 2004, UT1-UTC=-0.4714649, Accumulated Leap Seconds=32 + { 2453175.50, 64.654858 }, //19 June 2004, UT1-UTC=-0.4708583, Accumulated Leap Seconds=32 + { 2453176.50, 64.654293 }, //20 June 2004, UT1-UTC=-0.4702929, Accumulated Leap Seconds=32 + { 2453177.50, 64.653771 }, //21 June 2004, UT1-UTC=-0.4697710, Accumulated Leap Seconds=32 + { 2453178.50, 64.653367 }, //22 June 2004, UT1-UTC=-0.4693670, Accumulated Leap Seconds=32 + { 2453179.50, 64.653125 }, //23 June 2004, UT1-UTC=-0.4691251, Accumulated Leap Seconds=32 + { 2453180.50, 64.653029 }, //24 June 2004, UT1-UTC=-0.4690291, Accumulated Leap Seconds=32 + { 2453181.50, 64.653118 }, //25 June 2004, UT1-UTC=-0.4691181, Accumulated Leap Seconds=32 + { 2453182.50, 64.653343 }, //26 June 2004, UT1-UTC=-0.4693427, Accumulated Leap Seconds=32 + { 2453183.50, 64.653547 }, //27 June 2004, UT1-UTC=-0.4695472, Accumulated Leap Seconds=32 + { 2453184.50, 64.653683 }, //28 June 2004, UT1-UTC=-0.4696828, Accumulated Leap Seconds=32 + { 2453185.50, 64.653669 }, //29 June 2004, UT1-UTC=-0.4696693, Accumulated Leap Seconds=32 + { 2453186.50, 64.653469 }, //30 June 2004, UT1-UTC=-0.4694692, Accumulated Leap Seconds=32 + { 2453187.50, 64.653002 }, //01 July 2004, UT1-UTC=-0.4690021, Accumulated Leap Seconds=32 + { 2453188.50, 64.652374 }, //02 July 2004, UT1-UTC=-0.4683745, Accumulated Leap Seconds=32 + { 2453189.50, 64.651605 }, //03 July 2004, UT1-UTC=-0.4676054, Accumulated Leap Seconds=32 + { 2453190.50, 64.650881 }, //04 July 2004, UT1-UTC=-0.4668810, Accumulated Leap Seconds=32 + { 2453191.50, 64.650358 }, //05 July 2004, UT1-UTC=-0.4663585, Accumulated Leap Seconds=32 + { 2453192.50, 64.650073 }, //06 July 2004, UT1-UTC=-0.4660735, Accumulated Leap Seconds=32 + { 2453193.50, 64.649948 }, //07 July 2004, UT1-UTC=-0.4659482, Accumulated Leap Seconds=32 + { 2453194.50, 64.649866 }, //08 July 2004, UT1-UTC=-0.4658656, Accumulated Leap Seconds=32 + { 2453195.50, 64.649747 }, //09 July 2004, UT1-UTC=-0.4657474, Accumulated Leap Seconds=32 + { 2453196.50, 64.649525 }, //10 July 2004, UT1-UTC=-0.4655254, Accumulated Leap Seconds=32 + { 2453197.50, 64.649147 }, //11 July 2004, UT1-UTC=-0.4651475, Accumulated Leap Seconds=32 + { 2453198.50, 64.648604 }, //12 July 2004, UT1-UTC=-0.4646036, Accumulated Leap Seconds=32 + { 2453199.50, 64.647873 }, //13 July 2004, UT1-UTC=-0.4638727, Accumulated Leap Seconds=32 + { 2453200.50, 64.646948 }, //14 July 2004, UT1-UTC=-0.4629481, Accumulated Leap Seconds=32 + { 2453201.50, 64.645923 }, //15 July 2004, UT1-UTC=-0.4619229, Accumulated Leap Seconds=32 + { 2453202.50, 64.644871 }, //16 July 2004, UT1-UTC=-0.4608714, Accumulated Leap Seconds=32 + { 2453203.50, 64.643860 }, //17 July 2004, UT1-UTC=-0.4598601, Accumulated Leap Seconds=32 + { 2453204.50, 64.642968 }, //18 July 2004, UT1-UTC=-0.4589683, Accumulated Leap Seconds=32 + { 2453205.50, 64.642231 }, //19 July 2004, UT1-UTC=-0.4582311, Accumulated Leap Seconds=32 + { 2453206.50, 64.641669 }, //20 July 2004, UT1-UTC=-0.4576692, Accumulated Leap Seconds=32 + { 2453207.50, 64.641318 }, //21 July 2004, UT1-UTC=-0.4573183, Accumulated Leap Seconds=32 + { 2453208.50, 64.641191 }, //22 July 2004, UT1-UTC=-0.4571907, Accumulated Leap Seconds=32 + { 2453209.50, 64.641210 }, //23 July 2004, UT1-UTC=-0.4572103, Accumulated Leap Seconds=32 + { 2453210.50, 64.641298 }, //24 July 2004, UT1-UTC=-0.4572983, Accumulated Leap Seconds=32 + { 2453211.50, 64.641357 }, //25 July 2004, UT1-UTC=-0.4573568, Accumulated Leap Seconds=32 + { 2453212.50, 64.641283 }, //26 July 2004, UT1-UTC=-0.4572825, Accumulated Leap Seconds=32 + { 2453213.50, 64.640994 }, //27 July 2004, UT1-UTC=-0.4569944, Accumulated Leap Seconds=32 + { 2453214.50, 64.640476 }, //28 July 2004, UT1-UTC=-0.4564759, Accumulated Leap Seconds=32 + { 2453215.50, 64.639774 }, //29 July 2004, UT1-UTC=-0.4557740, Accumulated Leap Seconds=32 + { 2453216.50, 64.639027 }, //30 July 2004, UT1-UTC=-0.4550266, Accumulated Leap Seconds=32 + { 2453217.50, 64.638375 }, //31 July 2004, UT1-UTC=-0.4543754, Accumulated Leap Seconds=32 + { 2453218.50, 64.637927 }, //01 August 2004, UT1-UTC=-0.4539271, Accumulated Leap Seconds=32 + { 2453219.50, 64.637780 }, //02 August 2004, UT1-UTC=-0.4537798, Accumulated Leap Seconds=32 + { 2453220.50, 64.637901 }, //03 August 2004, UT1-UTC=-0.4539005, Accumulated Leap Seconds=32 + { 2453221.50, 64.638152 }, //04 August 2004, UT1-UTC=-0.4541519, Accumulated Leap Seconds=32 + { 2453222.50, 64.638403 }, //05 August 2004, UT1-UTC=-0.4544035, Accumulated Leap Seconds=32 + { 2453223.50, 64.638557 }, //06 August 2004, UT1-UTC=-0.4545573, Accumulated Leap Seconds=32 + { 2453224.50, 64.638614 }, //07 August 2004, UT1-UTC=-0.4546140, Accumulated Leap Seconds=32 + { 2453225.50, 64.638519 }, //08 August 2004, UT1-UTC=-0.4545193, Accumulated Leap Seconds=32 + { 2453226.50, 64.638252 }, //09 August 2004, UT1-UTC=-0.4542521, Accumulated Leap Seconds=32 + { 2453227.50, 64.637819 }, //10 August 2004, UT1-UTC=-0.4538186, Accumulated Leap Seconds=32 + { 2453228.50, 64.637231 }, //11 August 2004, UT1-UTC=-0.4532315, Accumulated Leap Seconds=32 + { 2453229.50, 64.636618 }, //12 August 2004, UT1-UTC=-0.4526178, Accumulated Leap Seconds=32 + { 2453230.50, 64.635964 }, //13 August 2004, UT1-UTC=-0.4519642, Accumulated Leap Seconds=32 + { 2453231.50, 64.635396 }, //14 August 2004, UT1-UTC=-0.4513955, Accumulated Leap Seconds=32 + { 2453232.50, 64.634946 }, //15 August 2004, UT1-UTC=-0.4509461, Accumulated Leap Seconds=32 + { 2453233.50, 64.634690 }, //16 August 2004, UT1-UTC=-0.4506899, Accumulated Leap Seconds=32 + { 2453234.50, 64.634677 }, //17 August 2004, UT1-UTC=-0.4506768, Accumulated Leap Seconds=32 + { 2453235.50, 64.634907 }, //18 August 2004, UT1-UTC=-0.4509071, Accumulated Leap Seconds=32 + { 2453236.50, 64.635323 }, //19 August 2004, UT1-UTC=-0.4513232, Accumulated Leap Seconds=32 + { 2453237.50, 64.635857 }, //20 August 2004, UT1-UTC=-0.4518570, Accumulated Leap Seconds=32 + { 2453238.50, 64.636402 }, //21 August 2004, UT1-UTC=-0.4524024, Accumulated Leap Seconds=32 + { 2453239.50, 64.636818 }, //22 August 2004, UT1-UTC=-0.4528184, Accumulated Leap Seconds=32 + { 2453240.50, 64.637012 }, //23 August 2004, UT1-UTC=-0.4530124, Accumulated Leap Seconds=32 + { 2453241.50, 64.636983 }, //24 August 2004, UT1-UTC=-0.4529826, Accumulated Leap Seconds=32 + { 2453242.50, 64.636811 }, //25 August 2004, UT1-UTC=-0.4528113, Accumulated Leap Seconds=32 + { 2453243.50, 64.636466 }, //26 August 2004, UT1-UTC=-0.4524656, Accumulated Leap Seconds=32 + { 2453244.50, 64.636110 }, //27 August 2004, UT1-UTC=-0.4521097, Accumulated Leap Seconds=32 + { 2453245.50, 64.635840 }, //28 August 2004, UT1-UTC=-0.4518399, Accumulated Leap Seconds=32 + { 2453246.50, 64.635820 }, //29 August 2004, UT1-UTC=-0.4518199, Accumulated Leap Seconds=32 + { 2453247.50, 64.636083 }, //30 August 2004, UT1-UTC=-0.4520827, Accumulated Leap Seconds=32 + { 2453248.50, 64.636575 }, //31 August 2004, UT1-UTC=-0.4525752, Accumulated Leap Seconds=32 + { 2453249.50, 64.637161 }, //01 September 2004, UT1-UTC=-0.4531610, Accumulated Leap Seconds=32 + { 2453250.50, 64.637711 }, //02 September 2004, UT1-UTC=-0.4537106, Accumulated Leap Seconds=32 + { 2453251.50, 64.638086 }, //03 September 2004, UT1-UTC=-0.4540860, Accumulated Leap Seconds=32 + { 2453252.50, 64.638275 }, //04 September 2004, UT1-UTC=-0.4542748, Accumulated Leap Seconds=32 + { 2453253.50, 64.638195 }, //05 September 2004, UT1-UTC=-0.4541946, Accumulated Leap Seconds=32 + { 2453254.50, 64.637811 }, //06 September 2004, UT1-UTC=-0.4538114, Accumulated Leap Seconds=32 + { 2453255.50, 64.637192 }, //07 September 2004, UT1-UTC=-0.4531921, Accumulated Leap Seconds=32 + { 2453256.50, 64.636424 }, //08 September 2004, UT1-UTC=-0.4524242, Accumulated Leap Seconds=32 + { 2453257.50, 64.635621 }, //09 September 2004, UT1-UTC=-0.4516210, Accumulated Leap Seconds=32 + { 2453258.50, 64.634887 }, //10 September 2004, UT1-UTC=-0.4508872, Accumulated Leap Seconds=32 + { 2453259.50, 64.634351 }, //11 September 2004, UT1-UTC=-0.4503511, Accumulated Leap Seconds=32 + { 2453260.50, 64.634080 }, //12 September 2004, UT1-UTC=-0.4500804, Accumulated Leap Seconds=32 + { 2453261.50, 64.634102 }, //13 September 2004, UT1-UTC=-0.4501020, Accumulated Leap Seconds=32 + { 2453262.50, 64.634422 }, //14 September 2004, UT1-UTC=-0.4504218, Accumulated Leap Seconds=32 + { 2453263.50, 64.634972 }, //15 September 2004, UT1-UTC=-0.4509723, Accumulated Leap Seconds=32 + { 2453264.50, 64.635640 }, //16 September 2004, UT1-UTC=-0.4516403, Accumulated Leap Seconds=32 + { 2453265.50, 64.636298 }, //17 September 2004, UT1-UTC=-0.4522982, Accumulated Leap Seconds=32 + { 2453266.50, 64.636857 }, //18 September 2004, UT1-UTC=-0.4528574, Accumulated Leap Seconds=32 + { 2453267.50, 64.637157 }, //19 September 2004, UT1-UTC=-0.4531570, Accumulated Leap Seconds=32 + { 2453268.50, 64.637197 }, //20 September 2004, UT1-UTC=-0.4531973, Accumulated Leap Seconds=32 + { 2453269.50, 64.637032 }, //21 September 2004, UT1-UTC=-0.4530320, Accumulated Leap Seconds=32 + { 2453270.50, 64.636743 }, //22 September 2004, UT1-UTC=-0.4527430, Accumulated Leap Seconds=32 + { 2453271.50, 64.636446 }, //23 September 2004, UT1-UTC=-0.4524462, Accumulated Leap Seconds=32 + { 2453272.50, 64.636268 }, //24 September 2004, UT1-UTC=-0.4522676, Accumulated Leap Seconds=32 + { 2453273.50, 64.636329 }, //25 September 2004, UT1-UTC=-0.4523286, Accumulated Leap Seconds=32 + { 2453274.50, 64.636646 }, //26 September 2004, UT1-UTC=-0.4526464, Accumulated Leap Seconds=32 + { 2453275.50, 64.637184 }, //27 September 2004, UT1-UTC=-0.4531841, Accumulated Leap Seconds=32 + { 2453276.50, 64.637930 }, //28 September 2004, UT1-UTC=-0.4539305, Accumulated Leap Seconds=32 + { 2453277.50, 64.638742 }, //29 September 2004, UT1-UTC=-0.4547416, Accumulated Leap Seconds=32 + { 2453278.50, 64.639438 }, //30 September 2004, UT1-UTC=-0.4554377, Accumulated Leap Seconds=32 + { 2453279.50, 64.639961 }, //01 October 2004, UT1-UTC=-0.4559614, Accumulated Leap Seconds=32 + { 2453280.50, 64.640348 }, //02 October 2004, UT1-UTC=-0.4563478, Accumulated Leap Seconds=32 + { 2453281.50, 64.640560 }, //03 October 2004, UT1-UTC=-0.4565597, Accumulated Leap Seconds=32 + { 2453282.50, 64.640634 }, //04 October 2004, UT1-UTC=-0.4566339, Accumulated Leap Seconds=32 + { 2453283.50, 64.640647 }, //05 October 2004, UT1-UTC=-0.4566472, Accumulated Leap Seconds=32 + { 2453284.50, 64.640655 }, //06 October 2004, UT1-UTC=-0.4566548, Accumulated Leap Seconds=32 + { 2453285.50, 64.640741 }, //07 October 2004, UT1-UTC=-0.4567407, Accumulated Leap Seconds=32 + { 2453286.50, 64.640929 }, //08 October 2004, UT1-UTC=-0.4569290, Accumulated Leap Seconds=32 + { 2453287.50, 64.641137 }, //09 October 2004, UT1-UTC=-0.4571373, Accumulated Leap Seconds=32 + { 2453288.50, 64.641579 }, //10 October 2004, UT1-UTC=-0.4575789, Accumulated Leap Seconds=32 + { 2453289.50, 64.642231 }, //11 October 2004, UT1-UTC=-0.4582313, Accumulated Leap Seconds=32 + { 2453290.50, 64.643095 }, //12 October 2004, UT1-UTC=-0.4590946, Accumulated Leap Seconds=32 + { 2453291.50, 64.644153 }, //13 October 2004, UT1-UTC=-0.4601526, Accumulated Leap Seconds=32 + { 2453292.50, 64.645287 }, //14 October 2004, UT1-UTC=-0.4612869, Accumulated Leap Seconds=32 + { 2453293.50, 64.646352 }, //15 October 2004, UT1-UTC=-0.4623517, Accumulated Leap Seconds=32 + { 2453294.50, 64.647298 }, //16 October 2004, UT1-UTC=-0.4632979, Accumulated Leap Seconds=32 + { 2453295.50, 64.647902 }, //17 October 2004, UT1-UTC=-0.4639024, Accumulated Leap Seconds=32 + { 2453296.50, 64.648175 }, //18 October 2004, UT1-UTC=-0.4641753, Accumulated Leap Seconds=32 + { 2453297.50, 64.648233 }, //19 October 2004, UT1-UTC=-0.4642333, Accumulated Leap Seconds=32 + { 2453298.50, 64.648212 }, //20 October 2004, UT1-UTC=-0.4642125, Accumulated Leap Seconds=32 + { 2453299.50, 64.648265 }, //21 October 2004, UT1-UTC=-0.4642655, Accumulated Leap Seconds=32 + { 2453300.50, 64.648504 }, //22 October 2004, UT1-UTC=-0.4645035, Accumulated Leap Seconds=32 + { 2453301.50, 64.648966 }, //23 October 2004, UT1-UTC=-0.4649655, Accumulated Leap Seconds=32 + { 2453302.50, 64.649620 }, //24 October 2004, UT1-UTC=-0.4656198, Accumulated Leap Seconds=32 + { 2453303.50, 64.650428 }, //25 October 2004, UT1-UTC=-0.4664284, Accumulated Leap Seconds=32 + { 2453304.50, 64.651317 }, //26 October 2004, UT1-UTC=-0.4673169, Accumulated Leap Seconds=32 + { 2453305.50, 64.652220 }, //27 October 2004, UT1-UTC=-0.4682203, Accumulated Leap Seconds=32 + { 2453306.50, 64.653041 }, //28 October 2004, UT1-UTC=-0.4690408, Accumulated Leap Seconds=32 + { 2453307.50, 64.653693 }, //29 October 2004, UT1-UTC=-0.4696932, Accumulated Leap Seconds=32 + { 2453308.50, 64.654108 }, //30 October 2004, UT1-UTC=-0.4701077, Accumulated Leap Seconds=32 + { 2453309.50, 64.654286 }, //31 October 2004, UT1-UTC=-0.4702857, Accumulated Leap Seconds=32 + { 2453310.50, 64.654315 }, //01 November 2004, UT1-UTC=-0.4703152, Accumulated Leap Seconds=32 + { 2453311.50, 64.654287 }, //02 November 2004, UT1-UTC=-0.4702875, Accumulated Leap Seconds=32 + { 2453312.50, 64.654266 }, //03 November 2004, UT1-UTC=-0.4702657, Accumulated Leap Seconds=32 + { 2453313.50, 64.654298 }, //04 November 2004, UT1-UTC=-0.4702980, Accumulated Leap Seconds=32 + { 2453314.50, 64.654460 }, //05 November 2004, UT1-UTC=-0.4704602, Accumulated Leap Seconds=32 + { 2453315.50, 64.654849 }, //06 November 2004, UT1-UTC=-0.4708486, Accumulated Leap Seconds=32 + { 2453316.50, 64.655503 }, //07 November 2004, UT1-UTC=-0.4715030, Accumulated Leap Seconds=32 + { 2453317.50, 64.656419 }, //08 November 2004, UT1-UTC=-0.4724189, Accumulated Leap Seconds=32 + { 2453318.50, 64.657556 }, //09 November 2004, UT1-UTC=-0.4735563, Accumulated Leap Seconds=32 + { 2453319.50, 64.658853 }, //10 November 2004, UT1-UTC=-0.4748534, Accumulated Leap Seconds=32 + { 2453320.50, 64.660163 }, //11 November 2004, UT1-UTC=-0.4761631, Accumulated Leap Seconds=32 + { 2453321.50, 64.661341 }, //12 November 2004, UT1-UTC=-0.4773411, Accumulated Leap Seconds=32 + { 2453322.50, 64.662352 }, //13 November 2004, UT1-UTC=-0.4783524, Accumulated Leap Seconds=32 + { 2453323.50, 64.663059 }, //14 November 2004, UT1-UTC=-0.4790588, Accumulated Leap Seconds=32 + { 2453324.50, 64.663503 }, //15 November 2004, UT1-UTC=-0.4795027, Accumulated Leap Seconds=32 + { 2453325.50, 64.663833 }, //16 November 2004, UT1-UTC=-0.4798327, Accumulated Leap Seconds=32 + { 2453326.50, 64.664174 }, //17 November 2004, UT1-UTC=-0.4801739, Accumulated Leap Seconds=32 + { 2453327.50, 64.664665 }, //18 November 2004, UT1-UTC=-0.4806647, Accumulated Leap Seconds=32 + { 2453328.50, 64.665382 }, //19 November 2004, UT1-UTC=-0.4813818, Accumulated Leap Seconds=32 + { 2453329.50, 64.666305 }, //20 November 2004, UT1-UTC=-0.4823048, Accumulated Leap Seconds=32 + { 2453330.50, 64.667391 }, //21 November 2004, UT1-UTC=-0.4833914, Accumulated Leap Seconds=32 + { 2453331.50, 64.668522 }, //22 November 2004, UT1-UTC=-0.4845220, Accumulated Leap Seconds=32 + { 2453332.50, 64.669622 }, //23 November 2004, UT1-UTC=-0.4856220, Accumulated Leap Seconds=32 + { 2453333.50, 64.670604 }, //24 November 2004, UT1-UTC=-0.4866044, Accumulated Leap Seconds=32 + { 2453334.50, 64.671377 }, //25 November 2004, UT1-UTC=-0.4873770, Accumulated Leap Seconds=32 + { 2453335.50, 64.671945 }, //26 November 2004, UT1-UTC=-0.4879449, Accumulated Leap Seconds=32 + { 2453336.50, 64.672264 }, //27 November 2004, UT1-UTC=-0.4882643, Accumulated Leap Seconds=32 + { 2453337.50, 64.672381 }, //28 November 2004, UT1-UTC=-0.4883812, Accumulated Leap Seconds=32 + { 2453338.50, 64.672390 }, //29 November 2004, UT1-UTC=-0.4883904, Accumulated Leap Seconds=32 + { 2453339.50, 64.672361 }, //30 November 2004, UT1-UTC=-0.4883606, Accumulated Leap Seconds=32 + { 2453340.50, 64.672316 }, //01 December 2004, UT1-UTC=-0.4883164, Accumulated Leap Seconds=32 + { 2453341.50, 64.672446 }, //02 December 2004, UT1-UTC=-0.4884463, Accumulated Leap Seconds=32 + { 2453342.50, 64.672732 }, //03 December 2004, UT1-UTC=-0.4887324, Accumulated Leap Seconds=32 + { 2453343.50, 64.673180 }, //04 December 2004, UT1-UTC=-0.4891801, Accumulated Leap Seconds=32 + { 2453344.50, 64.673842 }, //05 December 2004, UT1-UTC=-0.4898425, Accumulated Leap Seconds=32 + { 2453345.50, 64.674709 }, //06 December 2004, UT1-UTC=-0.4907088, Accumulated Leap Seconds=32 + { 2453346.50, 64.675723 }, //07 December 2004, UT1-UTC=-0.4917230, Accumulated Leap Seconds=32 + { 2453347.50, 64.676816 }, //08 December 2004, UT1-UTC=-0.4928163, Accumulated Leap Seconds=32 + { 2453348.50, 64.677858 }, //09 December 2004, UT1-UTC=-0.4938577, Accumulated Leap Seconds=32 + { 2453349.50, 64.678681 }, //10 December 2004, UT1-UTC=-0.4946810, Accumulated Leap Seconds=32 + { 2453350.50, 64.679313 }, //11 December 2004, UT1-UTC=-0.4953129, Accumulated Leap Seconds=32 + { 2453351.50, 64.679699 }, //12 December 2004, UT1-UTC=-0.4956992, Accumulated Leap Seconds=32 + { 2453352.50, 64.679909 }, //13 December 2004, UT1-UTC=-0.4959089, Accumulated Leap Seconds=32 + { 2453353.50, 64.680104 }, //14 December 2004, UT1-UTC=-0.4961039, Accumulated Leap Seconds=32 + { 2453354.50, 64.680483 }, //15 December 2004, UT1-UTC=-0.4964835, Accumulated Leap Seconds=32 + { 2453355.50, 64.681090 }, //16 December 2004, UT1-UTC=-0.4970905, Accumulated Leap Seconds=32 + { 2453356.50, 64.681906 }, //17 December 2004, UT1-UTC=-0.4979061, Accumulated Leap Seconds=32 + { 2453357.50, 64.682904 }, //18 December 2004, UT1-UTC=-0.4989039, Accumulated Leap Seconds=32 + { 2453358.50, 64.683963 }, //19 December 2004, UT1-UTC=-0.4999633, Accumulated Leap Seconds=32 + { 2453359.50, 64.685023 }, //20 December 2004, UT1-UTC=-0.5010228, Accumulated Leap Seconds=32 + { 2453360.50, 64.685941 }, //21 December 2004, UT1-UTC=-0.5019410, Accumulated Leap Seconds=32 + { 2453361.50, 64.686589 }, //22 December 2004, UT1-UTC=-0.5025887, Accumulated Leap Seconds=32 + { 2453362.50, 64.687075 }, //23 December 2004, UT1-UTC=-0.5030749, Accumulated Leap Seconds=32 + { 2453363.50, 64.687352 }, //24 December 2004, UT1-UTC=-0.5033518, Accumulated Leap Seconds=32 + { 2453364.50, 64.687395 }, //25 December 2004, UT1-UTC=-0.5033951, Accumulated Leap Seconds=32 + { 2453365.50, 64.687288 }, //26 December 2004, UT1-UTC=-0.5032880, Accumulated Leap Seconds=32 + { 2453366.50, 64.687131 }, //27 December 2004, UT1-UTC=-0.5031306, Accumulated Leap Seconds=32 + { 2453367.50, 64.687004 }, //28 December 2004, UT1-UTC=-0.5030036, Accumulated Leap Seconds=32 + { 2453368.50, 64.686949 }, //29 December 2004, UT1-UTC=-0.5029488, Accumulated Leap Seconds=32 + { 2453369.50, 64.686973 }, //30 December 2004, UT1-UTC=-0.5029735, Accumulated Leap Seconds=32 + { 2453370.50, 64.687188 }, //31 December 2004, UT1-UTC=-0.5031882, Accumulated Leap Seconds=32 + { 2453371.50, 64.687631 }, //01 January 2005, UT1-UTC=-0.5036311, Accumulated Leap Seconds=32 + { 2453372.50, 64.688263 }, //02 January 2005, UT1-UTC=-0.5042627, Accumulated Leap Seconds=32 + { 2453373.50, 64.689009 }, //03 January 2005, UT1-UTC=-0.5050088, Accumulated Leap Seconds=32 + { 2453374.50, 64.689848 }, //04 January 2005, UT1-UTC=-0.5058481, Accumulated Leap Seconds=32 + { 2453375.50, 64.690691 }, //05 January 2005, UT1-UTC=-0.5066907, Accumulated Leap Seconds=32 + { 2453376.50, 64.691395 }, //06 January 2005, UT1-UTC=-0.5073947, Accumulated Leap Seconds=32 + { 2453377.50, 64.691878 }, //07 January 2005, UT1-UTC=-0.5078776, Accumulated Leap Seconds=32 + { 2453378.50, 64.692158 }, //08 January 2005, UT1-UTC=-0.5081577, Accumulated Leap Seconds=32 + { 2453379.50, 64.692328 }, //09 January 2005, UT1-UTC=-0.5083283, Accumulated Leap Seconds=32 + { 2453380.50, 64.692507 }, //10 January 2005, UT1-UTC=-0.5085068, Accumulated Leap Seconds=32 + { 2453381.50, 64.692784 }, //11 January 2005, UT1-UTC=-0.5087841, Accumulated Leap Seconds=32 + { 2453382.50, 64.693335 }, //12 January 2005, UT1-UTC=-0.5093349, Accumulated Leap Seconds=32 + { 2453383.50, 64.694181 }, //13 January 2005, UT1-UTC=-0.5101808, Accumulated Leap Seconds=32 + { 2453384.50, 64.695269 }, //14 January 2005, UT1-UTC=-0.5112689, Accumulated Leap Seconds=32 + { 2453385.50, 64.696456 }, //15 January 2005, UT1-UTC=-0.5124561, Accumulated Leap Seconds=32 + { 2453386.50, 64.697655 }, //16 January 2005, UT1-UTC=-0.5136546, Accumulated Leap Seconds=32 + { 2453387.50, 64.698761 }, //17 January 2005, UT1-UTC=-0.5147612, Accumulated Leap Seconds=32 + { 2453388.50, 64.699702 }, //18 January 2005, UT1-UTC=-0.5157019, Accumulated Leap Seconds=32 + { 2453389.50, 64.700415 }, //19 January 2005, UT1-UTC=-0.5164151, Accumulated Leap Seconds=32 + { 2453390.50, 64.700891 }, //20 January 2005, UT1-UTC=-0.5168915, Accumulated Leap Seconds=32 + { 2453391.50, 64.701218 }, //21 January 2005, UT1-UTC=-0.5172180, Accumulated Leap Seconds=32 + { 2453392.50, 64.701403 }, //22 January 2005, UT1-UTC=-0.5174033, Accumulated Leap Seconds=32 + { 2453393.50, 64.701485 }, //23 January 2005, UT1-UTC=-0.5174851, Accumulated Leap Seconds=32 + { 2453394.50, 64.701525 }, //24 January 2005, UT1-UTC=-0.5175253, Accumulated Leap Seconds=32 + { 2453395.50, 64.701582 }, //25 January 2005, UT1-UTC=-0.5175818, Accumulated Leap Seconds=32 + { 2453396.50, 64.701706 }, //26 January 2005, UT1-UTC=-0.5177056, Accumulated Leap Seconds=32 + { 2453397.50, 64.701973 }, //27 January 2005, UT1-UTC=-0.5179730, Accumulated Leap Seconds=32 + { 2453398.50, 64.702436 }, //28 January 2005, UT1-UTC=-0.5184360, Accumulated Leap Seconds=32 + { 2453399.50, 64.703053 }, //29 January 2005, UT1-UTC=-0.5190534, Accumulated Leap Seconds=32 + { 2453400.50, 64.703740 }, //30 January 2005, UT1-UTC=-0.5197397, Accumulated Leap Seconds=32 + { 2453401.50, 64.704463 }, //31 January 2005, UT1-UTC=-0.5204631, Accumulated Leap Seconds=32 + { 2453402.50, 64.705191 }, //01 February 2005, UT1-UTC=-0.5211905, Accumulated Leap Seconds=32 + { 2453403.50, 64.705874 }, //02 February 2005, UT1-UTC=-0.5218738, Accumulated Leap Seconds=32 + { 2453404.50, 64.706405 }, //03 February 2005, UT1-UTC=-0.5224047, Accumulated Leap Seconds=32 + { 2453405.50, 64.706754 }, //04 February 2005, UT1-UTC=-0.5227538, Accumulated Leap Seconds=32 + { 2453406.50, 64.706942 }, //05 February 2005, UT1-UTC=-0.5229425, Accumulated Leap Seconds=32 + { 2453407.50, 64.707176 }, //06 February 2005, UT1-UTC=-0.5231756, Accumulated Leap Seconds=32 + { 2453408.50, 64.707545 }, //07 February 2005, UT1-UTC=-0.5235446, Accumulated Leap Seconds=32 + { 2453409.50, 64.708069 }, //08 February 2005, UT1-UTC=-0.5240695, Accumulated Leap Seconds=32 + { 2453410.50, 64.708876 }, //09 February 2005, UT1-UTC=-0.5248763, Accumulated Leap Seconds=32 + { 2453411.50, 64.710032 }, //10 February 2005, UT1-UTC=-0.5260316, Accumulated Leap Seconds=32 + { 2453412.50, 64.711455 }, //11 February 2005, UT1-UTC=-0.5274547, Accumulated Leap Seconds=32 + { 2453413.50, 64.713023 }, //12 February 2005, UT1-UTC=-0.5290234, Accumulated Leap Seconds=32 + { 2453414.50, 64.714555 }, //13 February 2005, UT1-UTC=-0.5305546, Accumulated Leap Seconds=32 + { 2453415.50, 64.715899 }, //14 February 2005, UT1-UTC=-0.5318992, Accumulated Leap Seconds=32 + { 2453416.50, 64.716979 }, //15 February 2005, UT1-UTC=-0.5329786, Accumulated Leap Seconds=32 + { 2453417.50, 64.717759 }, //16 February 2005, UT1-UTC=-0.5337595, Accumulated Leap Seconds=32 + { 2453418.50, 64.718304 }, //17 February 2005, UT1-UTC=-0.5343039, Accumulated Leap Seconds=32 + { 2453419.50, 64.718695 }, //18 February 2005, UT1-UTC=-0.5346954, Accumulated Leap Seconds=32 + { 2453420.50, 64.719121 }, //19 February 2005, UT1-UTC=-0.5351206, Accumulated Leap Seconds=32 + { 2453421.50, 64.719640 }, //20 February 2005, UT1-UTC=-0.5356405, Accumulated Leap Seconds=32 + { 2453422.50, 64.720288 }, //21 February 2005, UT1-UTC=-0.5362883, Accumulated Leap Seconds=32 + { 2453423.50, 64.721105 }, //22 February 2005, UT1-UTC=-0.5371051, Accumulated Leap Seconds=32 + { 2453424.50, 64.722099 }, //23 February 2005, UT1-UTC=-0.5380987, Accumulated Leap Seconds=32 + { 2453425.50, 64.723295 }, //24 February 2005, UT1-UTC=-0.5392947, Accumulated Leap Seconds=32 + { 2453426.50, 64.724706 }, //25 February 2005, UT1-UTC=-0.5407065, Accumulated Leap Seconds=32 + { 2453427.50, 64.726305 }, //26 February 2005, UT1-UTC=-0.5423051, Accumulated Leap Seconds=32 + { 2453428.50, 64.728027 }, //27 February 2005, UT1-UTC=-0.5440274, Accumulated Leap Seconds=32 + { 2453429.50, 64.729726 }, //28 February 2005, UT1-UTC=-0.5457256, Accumulated Leap Seconds=32 + { 2453430.50, 64.731343 }, //01 March 2005, UT1-UTC=-0.5473433, Accumulated Leap Seconds=32 + { 2453431.50, 64.732826 }, //02 March 2005, UT1-UTC=-0.5488256, Accumulated Leap Seconds=32 + { 2453432.50, 64.734107 }, //03 March 2005, UT1-UTC=-0.5501067, Accumulated Leap Seconds=32 + { 2453433.50, 64.735212 }, //04 March 2005, UT1-UTC=-0.5512121, Accumulated Leap Seconds=32 + { 2453434.50, 64.736216 }, //05 March 2005, UT1-UTC=-0.5522160, Accumulated Leap Seconds=32 + { 2453435.50, 64.737158 }, //06 March 2005, UT1-UTC=-0.5531581, Accumulated Leap Seconds=32 + { 2453436.50, 64.738124 }, //07 March 2005, UT1-UTC=-0.5541239, Accumulated Leap Seconds=32 + { 2453437.50, 64.739230 }, //08 March 2005, UT1-UTC=-0.5552297, Accumulated Leap Seconds=32 + { 2453438.50, 64.740500 }, //09 March 2005, UT1-UTC=-0.5565004, Accumulated Leap Seconds=32 + { 2453439.50, 64.741891 }, //10 March 2005, UT1-UTC=-0.5578906, Accumulated Leap Seconds=32 + { 2453440.50, 64.743377 }, //11 March 2005, UT1-UTC=-0.5593770, Accumulated Leap Seconds=32 + { 2453441.50, 64.744905 }, //12 March 2005, UT1-UTC=-0.5609054, Accumulated Leap Seconds=32 + { 2453442.50, 64.746288 }, //13 March 2005, UT1-UTC=-0.5622876, Accumulated Leap Seconds=32 + { 2453443.50, 64.747396 }, //14 March 2005, UT1-UTC=-0.5633959, Accumulated Leap Seconds=32 + { 2453444.50, 64.748160 }, //15 March 2005, UT1-UTC=-0.5641599, Accumulated Leap Seconds=32 + { 2453445.50, 64.748583 }, //16 March 2005, UT1-UTC=-0.5645828, Accumulated Leap Seconds=32 + { 2453446.50, 64.748760 }, //17 March 2005, UT1-UTC=-0.5647604, Accumulated Leap Seconds=32 + { 2453447.50, 64.748807 }, //18 March 2005, UT1-UTC=-0.5648075, Accumulated Leap Seconds=32 + { 2453448.50, 64.748849 }, //19 March 2005, UT1-UTC=-0.5648490, Accumulated Leap Seconds=32 + { 2453449.50, 64.748937 }, //20 March 2005, UT1-UTC=-0.5649368, Accumulated Leap Seconds=32 + { 2453450.50, 64.749114 }, //21 March 2005, UT1-UTC=-0.5651139, Accumulated Leap Seconds=32 + { 2453451.50, 64.749442 }, //22 March 2005, UT1-UTC=-0.5654418, Accumulated Leap Seconds=32 + { 2453452.50, 64.750024 }, //23 March 2005, UT1-UTC=-0.5660242, Accumulated Leap Seconds=32 + { 2453453.50, 64.750873 }, //24 March 2005, UT1-UTC=-0.5668735, Accumulated Leap Seconds=32 + { 2453454.50, 64.751938 }, //25 March 2005, UT1-UTC=-0.5679385, Accumulated Leap Seconds=32 + { 2453455.50, 64.753128 }, //26 March 2005, UT1-UTC=-0.5691276, Accumulated Leap Seconds=32 + { 2453456.50, 64.754319 }, //27 March 2005, UT1-UTC=-0.5703189, Accumulated Leap Seconds=32 + { 2453457.50, 64.755410 }, //28 March 2005, UT1-UTC=-0.5714102, Accumulated Leap Seconds=32 + { 2453458.50, 64.756319 }, //29 March 2005, UT1-UTC=-0.5723188, Accumulated Leap Seconds=32 + { 2453459.50, 64.756978 }, //30 March 2005, UT1-UTC=-0.5729782, Accumulated Leap Seconds=32 + { 2453460.50, 64.757354 }, //31 March 2005, UT1-UTC=-0.5733537, Accumulated Leap Seconds=32 + { 2453461.50, 64.757531 }, //01 April 2005, UT1-UTC=-0.5735312, Accumulated Leap Seconds=32 + { 2453462.50, 64.757623 }, //02 April 2005, UT1-UTC=-0.5736228, Accumulated Leap Seconds=32 + { 2453463.50, 64.757847 }, //03 April 2005, UT1-UTC=-0.5738473, Accumulated Leap Seconds=32 + { 2453464.50, 64.758313 }, //04 April 2005, UT1-UTC=-0.5743133, Accumulated Leap Seconds=32 + { 2453465.50, 64.759076 }, //05 April 2005, UT1-UTC=-0.5750763, Accumulated Leap Seconds=32 + { 2453466.50, 64.760062 }, //06 April 2005, UT1-UTC=-0.5760620, Accumulated Leap Seconds=32 + { 2453467.50, 64.761231 }, //07 April 2005, UT1-UTC=-0.5772309, Accumulated Leap Seconds=32 + { 2453468.50, 64.762517 }, //08 April 2005, UT1-UTC=-0.5785169, Accumulated Leap Seconds=32 + { 2453469.50, 64.763796 }, //09 April 2005, UT1-UTC=-0.5797958, Accumulated Leap Seconds=32 + { 2453470.50, 64.764854 }, //10 April 2005, UT1-UTC=-0.5808544, Accumulated Leap Seconds=32 + { 2453471.50, 64.765585 }, //11 April 2005, UT1-UTC=-0.5815846, Accumulated Leap Seconds=32 + { 2453472.50, 64.766065 }, //12 April 2005, UT1-UTC=-0.5820651, Accumulated Leap Seconds=32 + { 2453473.50, 64.766345 }, //13 April 2005, UT1-UTC=-0.5823454, Accumulated Leap Seconds=32 + { 2453474.50, 64.766586 }, //14 April 2005, UT1-UTC=-0.5825858, Accumulated Leap Seconds=32 + { 2453475.50, 64.766843 }, //15 April 2005, UT1-UTC=-0.5828435, Accumulated Leap Seconds=32 + { 2453476.50, 64.767175 }, //16 April 2005, UT1-UTC=-0.5831746, Accumulated Leap Seconds=32 + { 2453477.50, 64.767653 }, //17 April 2005, UT1-UTC=-0.5836531, Accumulated Leap Seconds=32 + { 2453478.50, 64.768300 }, //18 April 2005, UT1-UTC=-0.5843004, Accumulated Leap Seconds=32 + { 2453479.50, 64.769145 }, //19 April 2005, UT1-UTC=-0.5851451, Accumulated Leap Seconds=32 + { 2453480.50, 64.770181 }, //20 April 2005, UT1-UTC=-0.5861815, Accumulated Leap Seconds=32 + { 2453481.50, 64.771395 }, //21 April 2005, UT1-UTC=-0.5873950, Accumulated Leap Seconds=32 + { 2453482.50, 64.772758 }, //22 April 2005, UT1-UTC=-0.5887581, Accumulated Leap Seconds=32 + { 2453483.50, 64.774175 }, //23 April 2005, UT1-UTC=-0.5901745, Accumulated Leap Seconds=32 + { 2453484.50, 64.775602 }, //24 April 2005, UT1-UTC=-0.5916018, Accumulated Leap Seconds=32 + { 2453485.50, 64.776923 }, //25 April 2005, UT1-UTC=-0.5929231, Accumulated Leap Seconds=32 + { 2453486.50, 64.778046 }, //26 April 2005, UT1-UTC=-0.5940459, Accumulated Leap Seconds=32 + { 2453487.50, 64.778902 }, //27 April 2005, UT1-UTC=-0.5949024, Accumulated Leap Seconds=32 + { 2453488.50, 64.779502 }, //28 April 2005, UT1-UTC=-0.5955016, Accumulated Leap Seconds=32 + { 2453489.50, 64.779957 }, //29 April 2005, UT1-UTC=-0.5959571, Accumulated Leap Seconds=32 + { 2453490.50, 64.780468 }, //30 April 2005, UT1-UTC=-0.5964681, Accumulated Leap Seconds=32 + { 2453491.50, 64.781114 }, //01 May 2005, UT1-UTC=-0.5971143, Accumulated Leap Seconds=32 + { 2453492.50, 64.781990 }, //02 May 2005, UT1-UTC=-0.5979901, Accumulated Leap Seconds=32 + { 2453493.50, 64.783113 }, //03 May 2005, UT1-UTC=-0.5991133, Accumulated Leap Seconds=32 + { 2453494.50, 64.784440 }, //04 May 2005, UT1-UTC=-0.6004401, Accumulated Leap Seconds=32 + { 2453495.50, 64.785849 }, //05 May 2005, UT1-UTC=-0.6018485, Accumulated Leap Seconds=32 + { 2453496.50, 64.787197 }, //06 May 2005, UT1-UTC=-0.6031968, Accumulated Leap Seconds=32 + { 2453497.50, 64.788406 }, //07 May 2005, UT1-UTC=-0.6044061, Accumulated Leap Seconds=32 + { 2453498.50, 64.789440 }, //08 May 2005, UT1-UTC=-0.6054396, Accumulated Leap Seconds=32 + { 2453499.50, 64.790232 }, //09 May 2005, UT1-UTC=-0.6062322, Accumulated Leap Seconds=32 + { 2453500.50, 64.790792 }, //10 May 2005, UT1-UTC=-0.6067919, Accumulated Leap Seconds=32 + { 2453501.50, 64.791171 }, //11 May 2005, UT1-UTC=-0.6071706, Accumulated Leap Seconds=32 + { 2453502.50, 64.791429 }, //12 May 2005, UT1-UTC=-0.6074286, Accumulated Leap Seconds=32 + { 2453503.50, 64.791676 }, //13 May 2005, UT1-UTC=-0.6076761, Accumulated Leap Seconds=32 + { 2453504.50, 64.791927 }, //14 May 2005, UT1-UTC=-0.6079271, Accumulated Leap Seconds=32 + { 2453505.50, 64.792308 }, //15 May 2005, UT1-UTC=-0.6083077, Accumulated Leap Seconds=32 + { 2453506.50, 64.792865 }, //16 May 2005, UT1-UTC=-0.6088646, Accumulated Leap Seconds=32 + { 2453507.50, 64.793586 }, //17 May 2005, UT1-UTC=-0.6095860, Accumulated Leap Seconds=32 + { 2453508.50, 64.794413 }, //18 May 2005, UT1-UTC=-0.6104126, Accumulated Leap Seconds=32 + { 2453509.50, 64.795367 }, //19 May 2005, UT1-UTC=-0.6113669, Accumulated Leap Seconds=32 + { 2453510.50, 64.796394 }, //20 May 2005, UT1-UTC=-0.6123944, Accumulated Leap Seconds=32 + { 2453511.50, 64.797354 }, //21 May 2005, UT1-UTC=-0.6133540, Accumulated Leap Seconds=32 + { 2453512.50, 64.798219 }, //22 May 2005, UT1-UTC=-0.6142188, Accumulated Leap Seconds=32 + { 2453513.50, 64.798838 }, //23 May 2005, UT1-UTC=-0.6148382, Accumulated Leap Seconds=32 + { 2453514.50, 64.799132 }, //24 May 2005, UT1-UTC=-0.6151316, Accumulated Leap Seconds=32 + { 2453515.50, 64.799113 }, //25 May 2005, UT1-UTC=-0.6151126, Accumulated Leap Seconds=32 + { 2453516.50, 64.798859 }, //26 May 2005, UT1-UTC=-0.6148593, Accumulated Leap Seconds=32 + { 2453517.50, 64.798560 }, //27 May 2005, UT1-UTC=-0.6145596, Accumulated Leap Seconds=32 + { 2453518.50, 64.798407 }, //28 May 2005, UT1-UTC=-0.6144072, Accumulated Leap Seconds=32 + { 2453519.50, 64.798490 }, //29 May 2005, UT1-UTC=-0.6144904, Accumulated Leap Seconds=32 + { 2453520.50, 64.798824 }, //30 May 2005, UT1-UTC=-0.6148240, Accumulated Leap Seconds=32 + { 2453521.50, 64.799383 }, //31 May 2005, UT1-UTC=-0.6153832, Accumulated Leap Seconds=32 + { 2453522.50, 64.800093 }, //01 June 2005, UT1-UTC=-0.6160929, Accumulated Leap Seconds=32 + { 2453523.50, 64.800820 }, //02 June 2005, UT1-UTC=-0.6168203, Accumulated Leap Seconds=32 + { 2453524.50, 64.801375 }, //03 June 2005, UT1-UTC=-0.6173750, Accumulated Leap Seconds=32 + { 2453525.50, 64.801671 }, //04 June 2005, UT1-UTC=-0.6176712, Accumulated Leap Seconds=32 + { 2453526.50, 64.801769 }, //05 June 2005, UT1-UTC=-0.6177695, Accumulated Leap Seconds=32 + { 2453527.50, 64.801632 }, //06 June 2005, UT1-UTC=-0.6176318, Accumulated Leap Seconds=32 + { 2453528.50, 64.801303 }, //07 June 2005, UT1-UTC=-0.6173033, Accumulated Leap Seconds=32 + { 2453529.50, 64.800834 }, //08 June 2005, UT1-UTC=-0.6168337, Accumulated Leap Seconds=32 + { 2453530.50, 64.800260 }, //09 June 2005, UT1-UTC=-0.6162601, Accumulated Leap Seconds=32 + { 2453531.50, 64.799740 }, //10 June 2005, UT1-UTC=-0.6157397, Accumulated Leap Seconds=32 + { 2453532.50, 64.799344 }, //11 June 2005, UT1-UTC=-0.6153436, Accumulated Leap Seconds=32 + { 2453533.50, 64.799058 }, //12 June 2005, UT1-UTC=-0.6150583, Accumulated Leap Seconds=32 + { 2453534.50, 64.798900 }, //13 June 2005, UT1-UTC=-0.6148997, Accumulated Leap Seconds=32 + { 2453535.50, 64.798906 }, //14 June 2005, UT1-UTC=-0.6149058, Accumulated Leap Seconds=32 + { 2453536.50, 64.799070 }, //15 June 2005, UT1-UTC=-0.6150703, Accumulated Leap Seconds=32 + { 2453537.50, 64.799378 }, //16 June 2005, UT1-UTC=-0.6153776, Accumulated Leap Seconds=32 + { 2453538.50, 64.799773 }, //17 June 2005, UT1-UTC=-0.6157731, Accumulated Leap Seconds=32 + { 2453539.50, 64.800124 }, //18 June 2005, UT1-UTC=-0.6161240, Accumulated Leap Seconds=32 + { 2453540.50, 64.800300 }, //19 June 2005, UT1-UTC=-0.6162996, Accumulated Leap Seconds=32 + { 2453541.50, 64.800233 }, //20 June 2005, UT1-UTC=-0.6162332, Accumulated Leap Seconds=32 + { 2453542.50, 64.799941 }, //21 June 2005, UT1-UTC=-0.6159410, Accumulated Leap Seconds=32 + { 2453543.50, 64.799464 }, //22 June 2005, UT1-UTC=-0.6154641, Accumulated Leap Seconds=32 + { 2453544.50, 64.798956 }, //23 June 2005, UT1-UTC=-0.6149561, Accumulated Leap Seconds=32 + { 2453545.50, 64.798575 }, //24 June 2005, UT1-UTC=-0.6145745, Accumulated Leap Seconds=32 + { 2453546.50, 64.798415 }, //25 June 2005, UT1-UTC=-0.6144151, Accumulated Leap Seconds=32 + { 2453547.50, 64.798536 }, //26 June 2005, UT1-UTC=-0.6145364, Accumulated Leap Seconds=32 + { 2453548.50, 64.798801 }, //27 June 2005, UT1-UTC=-0.6148010, Accumulated Leap Seconds=32 + { 2453549.50, 64.799127 }, //28 June 2005, UT1-UTC=-0.6151267, Accumulated Leap Seconds=32 + { 2453550.50, 64.799392 }, //29 June 2005, UT1-UTC=-0.6153920, Accumulated Leap Seconds=32 + { 2453551.50, 64.799544 }, //30 June 2005, UT1-UTC=-0.6155443, Accumulated Leap Seconds=32 + { 2453552.50, 64.799456 }, //01 July 2005, UT1-UTC=-0.6154561, Accumulated Leap Seconds=32 + { 2453553.50, 64.799103 }, //02 July 2005, UT1-UTC=-0.6151027, Accumulated Leap Seconds=32 + { 2453554.50, 64.798447 }, //03 July 2005, UT1-UTC=-0.6144473, Accumulated Leap Seconds=32 + { 2453555.50, 64.797536 }, //04 July 2005, UT1-UTC=-0.6135364, Accumulated Leap Seconds=32 + { 2453556.50, 64.796509 }, //05 July 2005, UT1-UTC=-0.6125092, Accumulated Leap Seconds=32 + { 2453557.50, 64.795458 }, //06 July 2005, UT1-UTC=-0.6114583, Accumulated Leap Seconds=32 + { 2453558.50, 64.794465 }, //07 July 2005, UT1-UTC=-0.6104654, Accumulated Leap Seconds=32 + { 2453559.50, 64.793613 }, //08 July 2005, UT1-UTC=-0.6096134, Accumulated Leap Seconds=32 + { 2453560.50, 64.792896 }, //09 July 2005, UT1-UTC=-0.6088955, Accumulated Leap Seconds=32 + { 2453561.50, 64.792333 }, //10 July 2005, UT1-UTC=-0.6083329, Accumulated Leap Seconds=32 + { 2453562.50, 64.791994 }, //11 July 2005, UT1-UTC=-0.6079942, Accumulated Leap Seconds=32 + { 2453563.50, 64.791833 }, //12 July 2005, UT1-UTC=-0.6078326, Accumulated Leap Seconds=32 + { 2453564.50, 64.791765 }, //13 July 2005, UT1-UTC=-0.6077653, Accumulated Leap Seconds=32 + { 2453565.50, 64.791752 }, //14 July 2005, UT1-UTC=-0.6077515, Accumulated Leap Seconds=32 + { 2453566.50, 64.791678 }, //15 July 2005, UT1-UTC=-0.6076784, Accumulated Leap Seconds=32 + { 2453567.50, 64.791473 }, //16 July 2005, UT1-UTC=-0.6074731, Accumulated Leap Seconds=32 + { 2453568.50, 64.791107 }, //17 July 2005, UT1-UTC=-0.6071073, Accumulated Leap Seconds=32 + { 2453569.50, 64.790492 }, //18 July 2005, UT1-UTC=-0.6064925, Accumulated Leap Seconds=32 + { 2453570.50, 64.789696 }, //19 July 2005, UT1-UTC=-0.6056959, Accumulated Leap Seconds=32 + { 2453571.50, 64.788837 }, //20 July 2005, UT1-UTC=-0.6048368, Accumulated Leap Seconds=32 + { 2453572.50, 64.788040 }, //21 July 2005, UT1-UTC=-0.6040402, Accumulated Leap Seconds=32 + { 2453573.50, 64.787401 }, //22 July 2005, UT1-UTC=-0.6034009, Accumulated Leap Seconds=32 + { 2453574.50, 64.787150 }, //23 July 2005, UT1-UTC=-0.6031503, Accumulated Leap Seconds=32 + { 2453575.50, 64.787252 }, //24 July 2005, UT1-UTC=-0.6032519, Accumulated Leap Seconds=32 + { 2453576.50, 64.787647 }, //25 July 2005, UT1-UTC=-0.6036473, Accumulated Leap Seconds=32 + { 2453577.50, 64.788140 }, //26 July 2005, UT1-UTC=-0.6041398, Accumulated Leap Seconds=32 + { 2453578.50, 64.788576 }, //27 July 2005, UT1-UTC=-0.6045763, Accumulated Leap Seconds=32 + { 2453579.50, 64.788837 }, //28 July 2005, UT1-UTC=-0.6048366, Accumulated Leap Seconds=32 + { 2453580.50, 64.788849 }, //29 July 2005, UT1-UTC=-0.6048490, Accumulated Leap Seconds=32 + { 2453581.50, 64.788656 }, //30 July 2005, UT1-UTC=-0.6046557, Accumulated Leap Seconds=32 + { 2453582.50, 64.788209 }, //31 July 2005, UT1-UTC=-0.6042090, Accumulated Leap Seconds=32 + { 2453583.50, 64.787642 }, //01 August 2005, UT1-UTC=-0.6036424, Accumulated Leap Seconds=32 + { 2453584.50, 64.787022 }, //02 August 2005, UT1-UTC=-0.6030216, Accumulated Leap Seconds=32 + { 2453585.50, 64.786371 }, //03 August 2005, UT1-UTC=-0.6023707, Accumulated Leap Seconds=32 + { 2453586.50, 64.785762 }, //04 August 2005, UT1-UTC=-0.6017619, Accumulated Leap Seconds=32 + { 2453587.50, 64.785252 }, //05 August 2005, UT1-UTC=-0.6012517, Accumulated Leap Seconds=32 + { 2453588.50, 64.784955 }, //06 August 2005, UT1-UTC=-0.6009546, Accumulated Leap Seconds=32 + { 2453589.50, 64.784889 }, //07 August 2005, UT1-UTC=-0.6008886, Accumulated Leap Seconds=32 + { 2453590.50, 64.785060 }, //08 August 2005, UT1-UTC=-0.6010604, Accumulated Leap Seconds=32 + { 2453591.50, 64.785390 }, //09 August 2005, UT1-UTC=-0.6013898, Accumulated Leap Seconds=32 + { 2453592.50, 64.785837 }, //10 August 2005, UT1-UTC=-0.6018369, Accumulated Leap Seconds=32 + { 2453593.50, 64.786254 }, //11 August 2005, UT1-UTC=-0.6022535, Accumulated Leap Seconds=32 + { 2453594.50, 64.786552 }, //12 August 2005, UT1-UTC=-0.6025523, Accumulated Leap Seconds=32 + { 2453595.50, 64.786666 }, //13 August 2005, UT1-UTC=-0.6026659, Accumulated Leap Seconds=32 + { 2453596.50, 64.786577 }, //14 August 2005, UT1-UTC=-0.6025770, Accumulated Leap Seconds=32 + { 2453597.50, 64.786222 }, //15 August 2005, UT1-UTC=-0.6022223, Accumulated Leap Seconds=32 + { 2453598.50, 64.785756 }, //16 August 2005, UT1-UTC=-0.6017561, Accumulated Leap Seconds=32 + { 2453599.50, 64.785347 }, //17 August 2005, UT1-UTC=-0.6013473, Accumulated Leap Seconds=32 + { 2453600.50, 64.784991 }, //18 August 2005, UT1-UTC=-0.6009906, Accumulated Leap Seconds=32 + { 2453601.50, 64.784890 }, //19 August 2005, UT1-UTC=-0.6008900, Accumulated Leap Seconds=32 + { 2453602.50, 64.785130 }, //20 August 2005, UT1-UTC=-0.6011302, Accumulated Leap Seconds=32 + { 2453603.50, 64.785703 }, //21 August 2005, UT1-UTC=-0.6017028, Accumulated Leap Seconds=32 + { 2453604.50, 64.786445 }, //22 August 2005, UT1-UTC=-0.6024450, Accumulated Leap Seconds=32 + { 2453605.50, 64.787083 }, //23 August 2005, UT1-UTC=-0.6030829, Accumulated Leap Seconds=32 + { 2453606.50, 64.787499 }, //24 August 2005, UT1-UTC=-0.6034994, Accumulated Leap Seconds=32 + { 2453607.50, 64.787652 }, //25 August 2005, UT1-UTC=-0.6036519, Accumulated Leap Seconds=32 + { 2453608.50, 64.787529 }, //26 August 2005, UT1-UTC=-0.6035295, Accumulated Leap Seconds=32 + { 2453609.50, 64.787067 }, //27 August 2005, UT1-UTC=-0.6030669, Accumulated Leap Seconds=32 + { 2453610.50, 64.786405 }, //28 August 2005, UT1-UTC=-0.6024048, Accumulated Leap Seconds=32 + { 2453611.50, 64.785562 }, //29 August 2005, UT1-UTC=-0.6015615, Accumulated Leap Seconds=32 + { 2453612.50, 64.784649 }, //30 August 2005, UT1-UTC=-0.6006488, Accumulated Leap Seconds=32 + { 2453613.50, 64.783794 }, //31 August 2005, UT1-UTC=-0.5997937, Accumulated Leap Seconds=32 + { 2453614.50, 64.783095 }, //01 September 2005, UT1-UTC=-0.5990950, Accumulated Leap Seconds=32 + { 2453615.50, 64.782644 }, //02 September 2005, UT1-UTC=-0.5986444, Accumulated Leap Seconds=32 + { 2453616.50, 64.782494 }, //03 September 2005, UT1-UTC=-0.5984938, Accumulated Leap Seconds=32 + { 2453617.50, 64.782609 }, //04 September 2005, UT1-UTC=-0.5986091, Accumulated Leap Seconds=32 + { 2453618.50, 64.782849 }, //05 September 2005, UT1-UTC=-0.5988493, Accumulated Leap Seconds=32 + { 2453619.50, 64.783217 }, //06 September 2005, UT1-UTC=-0.5992174, Accumulated Leap Seconds=32 + { 2453620.50, 64.783661 }, //07 September 2005, UT1-UTC=-0.5996615, Accumulated Leap Seconds=32 + { 2453621.50, 64.784131 }, //08 September 2005, UT1-UTC=-0.6001311, Accumulated Leap Seconds=32 + { 2453622.50, 64.784514 }, //09 September 2005, UT1-UTC=-0.6005137, Accumulated Leap Seconds=32 + { 2453623.50, 64.784724 }, //10 September 2005, UT1-UTC=-0.6007243, Accumulated Leap Seconds=32 + { 2453624.50, 64.784739 }, //11 September 2005, UT1-UTC=-0.6007394, Accumulated Leap Seconds=32 + { 2453625.50, 64.784569 }, //12 September 2005, UT1-UTC=-0.6005686, Accumulated Leap Seconds=32 + { 2453626.50, 64.784392 }, //13 September 2005, UT1-UTC=-0.6003922, Accumulated Leap Seconds=32 + { 2453627.50, 64.784374 }, //14 September 2005, UT1-UTC=-0.6003735, Accumulated Leap Seconds=32 + { 2453628.50, 64.784592 }, //15 September 2005, UT1-UTC=-0.6005921, Accumulated Leap Seconds=32 + { 2453629.50, 64.785141 }, //16 September 2005, UT1-UTC=-0.6011414, Accumulated Leap Seconds=32 + { 2453630.50, 64.786067 }, //17 September 2005, UT1-UTC=-0.6020670, Accumulated Leap Seconds=32 + { 2453631.50, 64.787275 }, //18 September 2005, UT1-UTC=-0.6032750, Accumulated Leap Seconds=32 + { 2453632.50, 64.788569 }, //19 September 2005, UT1-UTC=-0.6045695, Accumulated Leap Seconds=32 + { 2453633.50, 64.789783 }, //20 September 2005, UT1-UTC=-0.6057829, Accumulated Leap Seconds=32 + { 2453634.50, 64.790745 }, //21 September 2005, UT1-UTC=-0.6067447, Accumulated Leap Seconds=32 + { 2453635.50, 64.791391 }, //22 September 2005, UT1-UTC=-0.6073910, Accumulated Leap Seconds=32 + { 2453636.50, 64.791720 }, //23 September 2005, UT1-UTC=-0.6077203, Accumulated Leap Seconds=32 + { 2453637.50, 64.791771 }, //24 September 2005, UT1-UTC=-0.6077713, Accumulated Leap Seconds=32 + { 2453638.50, 64.791655 }, //25 September 2005, UT1-UTC=-0.6076554, Accumulated Leap Seconds=32 + { 2453639.50, 64.791462 }, //26 September 2005, UT1-UTC=-0.6074621, Accumulated Leap Seconds=32 + { 2453640.50, 64.791313 }, //27 September 2005, UT1-UTC=-0.6073125, Accumulated Leap Seconds=32 + { 2453641.50, 64.791221 }, //28 September 2005, UT1-UTC=-0.6072208, Accumulated Leap Seconds=32 + { 2453642.50, 64.791303 }, //29 September 2005, UT1-UTC=-0.6073035, Accumulated Leap Seconds=32 + { 2453643.50, 64.791604 }, //30 September 2005, UT1-UTC=-0.6076038, Accumulated Leap Seconds=32 + { 2453644.50, 64.792060 }, //01 October 2005, UT1-UTC=-0.6080604, Accumulated Leap Seconds=32 + { 2453645.50, 64.792723 }, //02 October 2005, UT1-UTC=-0.6087229, Accumulated Leap Seconds=32 + { 2453646.50, 64.793474 }, //03 October 2005, UT1-UTC=-0.6094741, Accumulated Leap Seconds=32 + { 2453647.50, 64.794217 }, //04 October 2005, UT1-UTC=-0.6102174, Accumulated Leap Seconds=32 + { 2453648.50, 64.794865 }, //05 October 2005, UT1-UTC=-0.6108649, Accumulated Leap Seconds=32 + { 2453649.50, 64.795353 }, //06 October 2005, UT1-UTC=-0.6113533, Accumulated Leap Seconds=32 + { 2453650.50, 64.795696 }, //07 October 2005, UT1-UTC=-0.6116964, Accumulated Leap Seconds=32 + { 2453651.50, 64.795937 }, //08 October 2005, UT1-UTC=-0.6119373, Accumulated Leap Seconds=32 + { 2453652.50, 64.796022 }, //09 October 2005, UT1-UTC=-0.6120218, Accumulated Leap Seconds=32 + { 2453653.50, 64.796021 }, //10 October 2005, UT1-UTC=-0.6120214, Accumulated Leap Seconds=32 + { 2453654.50, 64.796055 }, //11 October 2005, UT1-UTC=-0.6120554, Accumulated Leap Seconds=32 + { 2453655.50, 64.796224 }, //12 October 2005, UT1-UTC=-0.6122245, Accumulated Leap Seconds=32 + { 2453656.50, 64.796641 }, //13 October 2005, UT1-UTC=-0.6126408, Accumulated Leap Seconds=32 + { 2453657.50, 64.797355 }, //14 October 2005, UT1-UTC=-0.6133548, Accumulated Leap Seconds=32 + { 2453658.50, 64.798384 }, //15 October 2005, UT1-UTC=-0.6143842, Accumulated Leap Seconds=32 + { 2453659.50, 64.799552 }, //16 October 2005, UT1-UTC=-0.6155524, Accumulated Leap Seconds=32 + { 2453660.50, 64.800706 }, //17 October 2005, UT1-UTC=-0.6167060, Accumulated Leap Seconds=32 + { 2453661.50, 64.801741 }, //18 October 2005, UT1-UTC=-0.6177406, Accumulated Leap Seconds=32 + { 2453662.50, 64.802575 }, //19 October 2005, UT1-UTC=-0.6185748, Accumulated Leap Seconds=32 + { 2453663.50, 64.803158 }, //20 October 2005, UT1-UTC=-0.6191583, Accumulated Leap Seconds=32 + { 2453664.50, 64.803512 }, //21 October 2005, UT1-UTC=-0.6195121, Accumulated Leap Seconds=32 + { 2453665.50, 64.803722 }, //22 October 2005, UT1-UTC=-0.6197224, Accumulated Leap Seconds=32 + { 2453666.50, 64.803867 }, //23 October 2005, UT1-UTC=-0.6198675, Accumulated Leap Seconds=32 + { 2453667.50, 64.804004 }, //24 October 2005, UT1-UTC=-0.6200037, Accumulated Leap Seconds=32 + { 2453668.50, 64.804236 }, //25 October 2005, UT1-UTC=-0.6202363, Accumulated Leap Seconds=32 + { 2453669.50, 64.804540 }, //26 October 2005, UT1-UTC=-0.6205397, Accumulated Leap Seconds=32 + { 2453670.50, 64.804978 }, //27 October 2005, UT1-UTC=-0.6209777, Accumulated Leap Seconds=32 + { 2453671.50, 64.805643 }, //28 October 2005, UT1-UTC=-0.6216430, Accumulated Leap Seconds=32 + { 2453672.50, 64.806469 }, //29 October 2005, UT1-UTC=-0.6224689, Accumulated Leap Seconds=32 + { 2453673.50, 64.807486 }, //30 October 2005, UT1-UTC=-0.6234856, Accumulated Leap Seconds=32 + { 2453674.50, 64.808580 }, //31 October 2005, UT1-UTC=-0.6245799, Accumulated Leap Seconds=32 + { 2453675.50, 64.809642 }, //01 November 2005, UT1-UTC=-0.6256421, Accumulated Leap Seconds=32 + { 2453676.50, 64.810568 }, //02 November 2005, UT1-UTC=-0.6265680, Accumulated Leap Seconds=32 + { 2453677.50, 64.811302 }, //03 November 2005, UT1-UTC=-0.6273016, Accumulated Leap Seconds=32 + { 2453678.50, 64.811833 }, //04 November 2005, UT1-UTC=-0.6278328, Accumulated Leap Seconds=32 + { 2453679.50, 64.812082 }, //05 November 2005, UT1-UTC=-0.6280822, Accumulated Leap Seconds=32 + { 2453680.50, 64.812252 }, //06 November 2005, UT1-UTC=-0.6282523, Accumulated Leap Seconds=32 + { 2453681.50, 64.812408 }, //07 November 2005, UT1-UTC=-0.6284076, Accumulated Leap Seconds=32 + { 2453682.50, 64.812730 }, //08 November 2005, UT1-UTC=-0.6287301, Accumulated Leap Seconds=32 + { 2453683.50, 64.813315 }, //09 November 2005, UT1-UTC=-0.6293147, Accumulated Leap Seconds=32 + { 2453684.50, 64.814293 }, //10 November 2005, UT1-UTC=-0.6302931, Accumulated Leap Seconds=32 + { 2453685.50, 64.815549 }, //11 November 2005, UT1-UTC=-0.6315489, Accumulated Leap Seconds=32 + { 2453686.50, 64.816994 }, //12 November 2005, UT1-UTC=-0.6329940, Accumulated Leap Seconds=32 + { 2453687.50, 64.818452 }, //13 November 2005, UT1-UTC=-0.6344525, Accumulated Leap Seconds=32 + { 2453688.50, 64.819795 }, //14 November 2005, UT1-UTC=-0.6357953, Accumulated Leap Seconds=32 + { 2453689.50, 64.820902 }, //15 November 2005, UT1-UTC=-0.6369022, Accumulated Leap Seconds=32 + { 2453690.50, 64.821707 }, //16 November 2005, UT1-UTC=-0.6377074, Accumulated Leap Seconds=32 + { 2453691.50, 64.822262 }, //17 November 2005, UT1-UTC=-0.6382619, Accumulated Leap Seconds=32 + { 2453692.50, 64.822601 }, //18 November 2005, UT1-UTC=-0.6386010, Accumulated Leap Seconds=32 + { 2453693.50, 64.822765 }, //19 November 2005, UT1-UTC=-0.6387653, Accumulated Leap Seconds=32 + { 2453694.50, 64.823000 }, //20 November 2005, UT1-UTC=-0.6390005, Accumulated Leap Seconds=32 + { 2453695.50, 64.823332 }, //21 November 2005, UT1-UTC=-0.6393319, Accumulated Leap Seconds=32 + { 2453696.50, 64.823805 }, //22 November 2005, UT1-UTC=-0.6398046, Accumulated Leap Seconds=32 + { 2453697.50, 64.824405 }, //23 November 2005, UT1-UTC=-0.6404055, Accumulated Leap Seconds=32 + { 2453698.50, 64.825146 }, //24 November 2005, UT1-UTC=-0.6411462, Accumulated Leap Seconds=32 + { 2453699.50, 64.826022 }, //25 November 2005, UT1-UTC=-0.6420224, Accumulated Leap Seconds=32 + { 2453700.50, 64.827012 }, //26 November 2005, UT1-UTC=-0.6430118, Accumulated Leap Seconds=32 + { 2453701.50, 64.828062 }, //27 November 2005, UT1-UTC=-0.6440616, Accumulated Leap Seconds=32 + { 2453702.50, 64.829074 }, //28 November 2005, UT1-UTC=-0.6450739, Accumulated Leap Seconds=32 + { 2453703.50, 64.829954 }, //29 November 2005, UT1-UTC=-0.6459536, Accumulated Leap Seconds=32 + { 2453704.50, 64.830628 }, //30 November 2005, UT1-UTC=-0.6466279, Accumulated Leap Seconds=32 + { 2453705.50, 64.831089 }, //01 December 2005, UT1-UTC=-0.6470888, Accumulated Leap Seconds=32 + { 2453706.50, 64.831353 }, //02 December 2005, UT1-UTC=-0.6473535, Accumulated Leap Seconds=32 + { 2453707.50, 64.831493 }, //03 December 2005, UT1-UTC=-0.6474934, Accumulated Leap Seconds=32 + { 2453708.50, 64.831623 }, //04 December 2005, UT1-UTC=-0.6476229, Accumulated Leap Seconds=32 + { 2453709.50, 64.831739 }, //05 December 2005, UT1-UTC=-0.6477390, Accumulated Leap Seconds=32 + { 2453710.50, 64.832003 }, //06 December 2005, UT1-UTC=-0.6480033, Accumulated Leap Seconds=32 + { 2453711.50, 64.832565 }, //07 December 2005, UT1-UTC=-0.6485652, Accumulated Leap Seconds=32 + { 2453712.50, 64.833323 }, //08 December 2005, UT1-UTC=-0.6493234, Accumulated Leap Seconds=32 + { 2453713.50, 64.834265 }, //09 December 2005, UT1-UTC=-0.6502652, Accumulated Leap Seconds=32 + { 2453714.50, 64.835242 }, //10 December 2005, UT1-UTC=-0.6512420, Accumulated Leap Seconds=32 + { 2453715.50, 64.836128 }, //11 December 2005, UT1-UTC=-0.6521276, Accumulated Leap Seconds=32 + { 2453716.50, 64.836883 }, //12 December 2005, UT1-UTC=-0.6528826, Accumulated Leap Seconds=32 + { 2453717.50, 64.837456 }, //13 December 2005, UT1-UTC=-0.6534555, Accumulated Leap Seconds=32 + { 2453718.50, 64.837806 }, //14 December 2005, UT1-UTC=-0.6538055, Accumulated Leap Seconds=32 + { 2453719.50, 64.837936 }, //15 December 2005, UT1-UTC=-0.6539359, Accumulated Leap Seconds=32 + { 2453720.50, 64.838000 }, //16 December 2005, UT1-UTC=-0.6540002, Accumulated Leap Seconds=32 + { 2453721.50, 64.838038 }, //17 December 2005, UT1-UTC=-0.6540381, Accumulated Leap Seconds=32 + { 2453722.50, 64.838123 }, //18 December 2005, UT1-UTC=-0.6541231, Accumulated Leap Seconds=32 + { 2453723.50, 64.838315 }, //19 December 2005, UT1-UTC=-0.6543147, Accumulated Leap Seconds=32 + { 2453724.50, 64.838658 }, //20 December 2005, UT1-UTC=-0.6546584, Accumulated Leap Seconds=32 + { 2453725.50, 64.839228 }, //21 December 2005, UT1-UTC=-0.6552283, Accumulated Leap Seconds=32 + { 2453726.50, 64.839963 }, //22 December 2005, UT1-UTC=-0.6559628, Accumulated Leap Seconds=32 + { 2453727.50, 64.840824 }, //23 December 2005, UT1-UTC=-0.6568244, Accumulated Leap Seconds=32 + { 2453728.50, 64.841759 }, //24 December 2005, UT1-UTC=-0.6577590, Accumulated Leap Seconds=32 + { 2453729.50, 64.842683 }, //25 December 2005, UT1-UTC=-0.6586830, Accumulated Leap Seconds=32 + { 2453730.50, 64.843547 }, //26 December 2005, UT1-UTC=-0.6595466, Accumulated Leap Seconds=32 + { 2453731.50, 64.844277 }, //27 December 2005, UT1-UTC=-0.6602768, Accumulated Leap Seconds=32 + { 2453732.50, 64.844783 }, //28 December 2005, UT1-UTC=-0.6607828, Accumulated Leap Seconds=32 + { 2453733.50, 64.845094 }, //29 December 2005, UT1-UTC=-0.6610944, Accumulated Leap Seconds=32 + { 2453734.50, 64.845140 }, //30 December 2005, UT1-UTC=-0.6611399, Accumulated Leap Seconds=32 + { 2453735.50, 64.845124 }, //31 December 2005, UT1-UTC=-0.6611236, Accumulated Leap Seconds=32 + { 2453736.50, 64.845183 }, //01 January 2006, UT1-UTC= 0.3388174, Accumulated Leap Seconds=33 + { 2453737.50, 64.845415 }, //02 January 2006, UT1-UTC= 0.3385849, Accumulated Leap Seconds=33 + { 2453738.50, 64.845892 }, //03 January 2006, UT1-UTC= 0.3381081, Accumulated Leap Seconds=33 + { 2453739.50, 64.846590 }, //04 January 2006, UT1-UTC= 0.3374102, Accumulated Leap Seconds=33 + { 2453740.50, 64.847457 }, //05 January 2006, UT1-UTC= 0.3365429, Accumulated Leap Seconds=33 + { 2453741.50, 64.848413 }, //06 January 2006, UT1-UTC= 0.3355865, Accumulated Leap Seconds=33 + { 2453742.50, 64.849321 }, //07 January 2006, UT1-UTC= 0.3346786, Accumulated Leap Seconds=33 + { 2453743.50, 64.850043 }, //08 January 2006, UT1-UTC= 0.3339572, Accumulated Leap Seconds=33 + { 2453744.50, 64.850506 }, //09 January 2006, UT1-UTC= 0.3334938, Accumulated Leap Seconds=33 + { 2453745.50, 64.850709 }, //10 January 2006, UT1-UTC= 0.3332906, Accumulated Leap Seconds=33 + { 2453746.50, 64.850692 }, //11 January 2006, UT1-UTC= 0.3333082, Accumulated Leap Seconds=33 + { 2453747.50, 64.850500 }, //12 January 2006, UT1-UTC= 0.3334999, Accumulated Leap Seconds=33 + { 2453748.50, 64.850227 }, //13 January 2006, UT1-UTC= 0.3337734, Accumulated Leap Seconds=33 + { 2453749.50, 64.850000 }, //14 January 2006, UT1-UTC= 0.3339995, Accumulated Leap Seconds=33 + { 2453750.50, 64.849911 }, //15 January 2006, UT1-UTC= 0.3340894, Accumulated Leap Seconds=33 + { 2453751.50, 64.849924 }, //16 January 2006, UT1-UTC= 0.3340758, Accumulated Leap Seconds=33 + { 2453752.50, 64.850056 }, //17 January 2006, UT1-UTC= 0.3339443, Accumulated Leap Seconds=33 + { 2453753.50, 64.850354 }, //18 January 2006, UT1-UTC= 0.3336460, Accumulated Leap Seconds=33 + { 2453754.50, 64.850867 }, //19 January 2006, UT1-UTC= 0.3331328, Accumulated Leap Seconds=33 + { 2453755.50, 64.851455 }, //20 January 2006, UT1-UTC= 0.3325448, Accumulated Leap Seconds=33 + { 2453756.50, 64.852118 }, //21 January 2006, UT1-UTC= 0.3318820, Accumulated Leap Seconds=33 + { 2453757.50, 64.852809 }, //22 January 2006, UT1-UTC= 0.3311906, Accumulated Leap Seconds=33 + { 2453758.50, 64.853459 }, //23 January 2006, UT1-UTC= 0.3305408, Accumulated Leap Seconds=33 + { 2453759.50, 64.854010 }, //24 January 2006, UT1-UTC= 0.3299901, Accumulated Leap Seconds=33 + { 2453760.50, 64.854483 }, //25 January 2006, UT1-UTC= 0.3295166, Accumulated Leap Seconds=33 + { 2453761.50, 64.854880 }, //26 January 2006, UT1-UTC= 0.3291204, Accumulated Leap Seconds=33 + { 2453762.50, 64.855275 }, //27 January 2006, UT1-UTC= 0.3287245, Accumulated Leap Seconds=33 + { 2453763.50, 64.855726 }, //28 January 2006, UT1-UTC= 0.3282743, Accumulated Leap Seconds=33 + { 2453764.50, 64.856304 }, //29 January 2006, UT1-UTC= 0.3276956, Accumulated Leap Seconds=33 + { 2453765.50, 64.857135 }, //30 January 2006, UT1-UTC= 0.3268650, Accumulated Leap Seconds=33 + { 2453766.50, 64.858271 }, //31 January 2006, UT1-UTC= 0.3257288, Accumulated Leap Seconds=33 + { 2453767.50, 64.859701 }, //01 February 2006, UT1-UTC= 0.3242987, Accumulated Leap Seconds=33 + { 2453768.50, 64.861274 }, //02 February 2006, UT1-UTC= 0.3227261, Accumulated Leap Seconds=33 + { 2453769.50, 64.862818 }, //03 February 2006, UT1-UTC= 0.3211822, Accumulated Leap Seconds=33 + { 2453770.50, 64.864243 }, //04 February 2006, UT1-UTC= 0.3197569, Accumulated Leap Seconds=33 + { 2453771.50, 64.865372 }, //05 February 2006, UT1-UTC= 0.3186277, Accumulated Leap Seconds=33 + { 2453772.50, 64.866212 }, //06 February 2006, UT1-UTC= 0.3177880, Accumulated Leap Seconds=33 + { 2453773.50, 64.866783 }, //07 February 2006, UT1-UTC= 0.3172169, Accumulated Leap Seconds=33 + { 2453774.50, 64.867181 }, //08 February 2006, UT1-UTC= 0.3168191, Accumulated Leap Seconds=33 + { 2453775.50, 64.867532 }, //09 February 2006, UT1-UTC= 0.3164682, Accumulated Leap Seconds=33 + { 2453776.50, 64.867922 }, //10 February 2006, UT1-UTC= 0.3160777, Accumulated Leap Seconds=33 + { 2453777.50, 64.868398 }, //11 February 2006, UT1-UTC= 0.3156025, Accumulated Leap Seconds=33 + { 2453778.50, 64.869005 }, //12 February 2006, UT1-UTC= 0.3149950, Accumulated Leap Seconds=33 + { 2453779.50, 64.869778 }, //13 February 2006, UT1-UTC= 0.3142223, Accumulated Leap Seconds=33 + { 2453780.50, 64.870660 }, //14 February 2006, UT1-UTC= 0.3133398, Accumulated Leap Seconds=33 + { 2453781.50, 64.871624 }, //15 February 2006, UT1-UTC= 0.3123764, Accumulated Leap Seconds=33 + { 2453782.50, 64.872648 }, //16 February 2006, UT1-UTC= 0.3113515, Accumulated Leap Seconds=33 + { 2453783.50, 64.873738 }, //17 February 2006, UT1-UTC= 0.3102624, Accumulated Leap Seconds=33 + { 2453784.50, 64.874854 }, //18 February 2006, UT1-UTC= 0.3091458, Accumulated Leap Seconds=33 + { 2453785.50, 64.875911 }, //19 February 2006, UT1-UTC= 0.3080886, Accumulated Leap Seconds=33 + { 2453786.50, 64.876866 }, //20 February 2006, UT1-UTC= 0.3071335, Accumulated Leap Seconds=33 + { 2453787.50, 64.877627 }, //21 February 2006, UT1-UTC= 0.3063731, Accumulated Leap Seconds=33 + { 2453788.50, 64.878173 }, //22 February 2006, UT1-UTC= 0.3058274, Accumulated Leap Seconds=33 + { 2453789.50, 64.878576 }, //23 February 2006, UT1-UTC= 0.3054235, Accumulated Leap Seconds=33 + { 2453790.50, 64.878950 }, //24 February 2006, UT1-UTC= 0.3050502, Accumulated Leap Seconds=33 + { 2453791.50, 64.879486 }, //25 February 2006, UT1-UTC= 0.3045144, Accumulated Leap Seconds=33 + { 2453792.50, 64.880295 }, //26 February 2006, UT1-UTC= 0.3037047, Accumulated Leap Seconds=33 + { 2453793.50, 64.881507 }, //27 February 2006, UT1-UTC= 0.3024929, Accumulated Leap Seconds=33 + { 2453794.50, 64.883106 }, //28 February 2006, UT1-UTC= 0.3008944, Accumulated Leap Seconds=33 + { 2453795.50, 64.884993 }, //01 March 2006, UT1-UTC= 0.2990071, Accumulated Leap Seconds=33 + { 2453796.50, 64.886990 }, //02 March 2006, UT1-UTC= 0.2970097, Accumulated Leap Seconds=33 + { 2453797.50, 64.888814 }, //03 March 2006, UT1-UTC= 0.2951858, Accumulated Leap Seconds=33 + { 2453798.50, 64.890398 }, //04 March 2006, UT1-UTC= 0.2936023, Accumulated Leap Seconds=33 + { 2453799.50, 64.891669 }, //05 March 2006, UT1-UTC= 0.2923314, Accumulated Leap Seconds=33 + { 2453800.50, 64.892591 }, //06 March 2006, UT1-UTC= 0.2914088, Accumulated Leap Seconds=33 + { 2453801.50, 64.893236 }, //07 March 2006, UT1-UTC= 0.2907642, Accumulated Leap Seconds=33 + { 2453802.50, 64.893697 }, //08 March 2006, UT1-UTC= 0.2903027, Accumulated Leap Seconds=33 + { 2453803.50, 64.894076 }, //09 March 2006, UT1-UTC= 0.2899238, Accumulated Leap Seconds=33 + { 2453804.50, 64.894431 }, //10 March 2006, UT1-UTC= 0.2895687, Accumulated Leap Seconds=33 + { 2453805.50, 64.894825 }, //11 March 2006, UT1-UTC= 0.2891746, Accumulated Leap Seconds=33 + { 2453806.50, 64.895327 }, //12 March 2006, UT1-UTC= 0.2886732, Accumulated Leap Seconds=33 + { 2453807.50, 64.896020 }, //13 March 2006, UT1-UTC= 0.2879796, Accumulated Leap Seconds=33 + { 2453808.50, 64.896881 }, //14 March 2006, UT1-UTC= 0.2871185, Accumulated Leap Seconds=33 + { 2453809.50, 64.897886 }, //15 March 2006, UT1-UTC= 0.2861136, Accumulated Leap Seconds=33 + { 2453810.50, 64.898939 }, //16 March 2006, UT1-UTC= 0.2850614, Accumulated Leap Seconds=33 + { 2453811.50, 64.899963 }, //17 March 2006, UT1-UTC= 0.2840371, Accumulated Leap Seconds=33 + { 2453812.50, 64.900898 }, //18 March 2006, UT1-UTC= 0.2831017, Accumulated Leap Seconds=33 + { 2453813.50, 64.901781 }, //19 March 2006, UT1-UTC= 0.2822194, Accumulated Leap Seconds=33 + { 2453814.50, 64.902530 }, //20 March 2006, UT1-UTC= 0.2814702, Accumulated Leap Seconds=33 + { 2453815.50, 64.903115 }, //21 March 2006, UT1-UTC= 0.2808846, Accumulated Leap Seconds=33 + { 2453816.50, 64.903606 }, //22 March 2006, UT1-UTC= 0.2803937, Accumulated Leap Seconds=33 + { 2453817.50, 64.904103 }, //23 March 2006, UT1-UTC= 0.2798968, Accumulated Leap Seconds=33 + { 2453818.50, 64.904675 }, //24 March 2006, UT1-UTC= 0.2793249, Accumulated Leap Seconds=33 + { 2453819.50, 64.905480 }, //25 March 2006, UT1-UTC= 0.2785200, Accumulated Leap Seconds=33 + { 2453820.50, 64.906663 }, //26 March 2006, UT1-UTC= 0.2773367, Accumulated Leap Seconds=33 + { 2453821.50, 64.908206 }, //27 March 2006, UT1-UTC= 0.2757941, Accumulated Leap Seconds=33 + { 2453822.50, 64.910035 }, //28 March 2006, UT1-UTC= 0.2739651, Accumulated Leap Seconds=33 + { 2453823.50, 64.912083 }, //29 March 2006, UT1-UTC= 0.2719172, Accumulated Leap Seconds=33 + { 2453824.50, 64.914138 }, //30 March 2006, UT1-UTC= 0.2698617, Accumulated Leap Seconds=33 + { 2453825.50, 64.915982 }, //31 March 2006, UT1-UTC= 0.2680182, Accumulated Leap Seconds=33 + { 2453826.50, 64.917499 }, //01 April 2006, UT1-UTC= 0.2665009, Accumulated Leap Seconds=33 + { 2453827.50, 64.918628 }, //02 April 2006, UT1-UTC= 0.2653722, Accumulated Leap Seconds=33 + { 2453828.50, 64.919446 }, //03 April 2006, UT1-UTC= 0.2645537, Accumulated Leap Seconds=33 + { 2453829.50, 64.920041 }, //04 April 2006, UT1-UTC= 0.2639591, Accumulated Leap Seconds=33 + { 2453830.50, 64.920591 }, //05 April 2006, UT1-UTC= 0.2634089, Accumulated Leap Seconds=33 + { 2453831.50, 64.921158 }, //06 April 2006, UT1-UTC= 0.2628423, Accumulated Leap Seconds=33 + { 2453832.50, 64.921806 }, //07 April 2006, UT1-UTC= 0.2621936, Accumulated Leap Seconds=33 + { 2453833.50, 64.922579 }, //08 April 2006, UT1-UTC= 0.2614213, Accumulated Leap Seconds=33 + { 2453834.50, 64.923564 }, //09 April 2006, UT1-UTC= 0.2604365, Accumulated Leap Seconds=33 + { 2453835.50, 64.924742 }, //10 April 2006, UT1-UTC= 0.2592584, Accumulated Leap Seconds=33 + { 2453836.50, 64.925970 }, //11 April 2006, UT1-UTC= 0.2580300, Accumulated Leap Seconds=33 + { 2453837.50, 64.927223 }, //12 April 2006, UT1-UTC= 0.2567767, Accumulated Leap Seconds=33 + { 2453838.50, 64.928464 }, //13 April 2006, UT1-UTC= 0.2555359, Accumulated Leap Seconds=33 + { 2453839.50, 64.929647 }, //14 April 2006, UT1-UTC= 0.2543535, Accumulated Leap Seconds=33 + { 2453840.50, 64.930668 }, //15 April 2006, UT1-UTC= 0.2533323, Accumulated Leap Seconds=33 + { 2453841.50, 64.931490 }, //16 April 2006, UT1-UTC= 0.2525104, Accumulated Leap Seconds=33 + { 2453842.50, 64.932142 }, //17 April 2006, UT1-UTC= 0.2518580, Accumulated Leap Seconds=33 + { 2453843.50, 64.932676 }, //18 April 2006, UT1-UTC= 0.2513237, Accumulated Leap Seconds=33 + { 2453844.50, 64.933169 }, //19 April 2006, UT1-UTC= 0.2508310, Accumulated Leap Seconds=33 + { 2453845.50, 64.933694 }, //20 April 2006, UT1-UTC= 0.2503061, Accumulated Leap Seconds=33 + { 2453846.50, 64.934337 }, //21 April 2006, UT1-UTC= 0.2496625, Accumulated Leap Seconds=33 + { 2453847.50, 64.935220 }, //22 April 2006, UT1-UTC= 0.2487799, Accumulated Leap Seconds=33 + { 2453848.50, 64.936436 }, //23 April 2006, UT1-UTC= 0.2475639, Accumulated Leap Seconds=33 + { 2453849.50, 64.937982 }, //24 April 2006, UT1-UTC= 0.2460181, Accumulated Leap Seconds=33 + { 2453850.50, 64.939741 }, //25 April 2006, UT1-UTC= 0.2442587, Accumulated Leap Seconds=33 + { 2453851.50, 64.941574 }, //26 April 2006, UT1-UTC= 0.2424260, Accumulated Leap Seconds=33 + { 2453852.50, 64.943352 }, //27 April 2006, UT1-UTC= 0.2406482, Accumulated Leap Seconds=33 + { 2453853.50, 64.944957 }, //28 April 2006, UT1-UTC= 0.2390430, Accumulated Leap Seconds=33 + { 2453854.50, 64.946290 }, //29 April 2006, UT1-UTC= 0.2377098, Accumulated Leap Seconds=33 + { 2453855.50, 64.947285 }, //30 April 2006, UT1-UTC= 0.2367145, Accumulated Leap Seconds=33 + { 2453856.50, 64.948030 }, //01 May 2006, UT1-UTC= 0.2359702, Accumulated Leap Seconds=33 + { 2453857.50, 64.948728 }, //02 May 2006, UT1-UTC= 0.2352722, Accumulated Leap Seconds=33 + { 2453858.50, 64.949514 }, //03 May 2006, UT1-UTC= 0.2344862, Accumulated Leap Seconds=33 + { 2453859.50, 64.950380 }, //04 May 2006, UT1-UTC= 0.2336195, Accumulated Leap Seconds=33 + { 2453860.50, 64.951379 }, //05 May 2006, UT1-UTC= 0.2326215, Accumulated Leap Seconds=33 + { 2453861.50, 64.952498 }, //06 May 2006, UT1-UTC= 0.2315021, Accumulated Leap Seconds=33 + { 2453862.50, 64.953780 }, //07 May 2006, UT1-UTC= 0.2302197, Accumulated Leap Seconds=33 + { 2453863.50, 64.955144 }, //08 May 2006, UT1-UTC= 0.2288564, Accumulated Leap Seconds=33 + { 2453864.50, 64.956603 }, //09 May 2006, UT1-UTC= 0.2273970, Accumulated Leap Seconds=33 + { 2453865.50, 64.958113 }, //10 May 2006, UT1-UTC= 0.2258866, Accumulated Leap Seconds=33 + { 2453866.50, 64.959610 }, //11 May 2006, UT1-UTC= 0.2243900, Accumulated Leap Seconds=33 + { 2453867.50, 64.961048 }, //12 May 2006, UT1-UTC= 0.2229523, Accumulated Leap Seconds=33 + { 2453868.50, 64.962368 }, //13 May 2006, UT1-UTC= 0.2216316, Accumulated Leap Seconds=33 + { 2453869.50, 64.963507 }, //14 May 2006, UT1-UTC= 0.2204928, Accumulated Leap Seconds=33 + { 2453870.50, 64.964443 }, //15 May 2006, UT1-UTC= 0.2195575, Accumulated Leap Seconds=33 + { 2453871.50, 64.965276 }, //16 May 2006, UT1-UTC= 0.2187243, Accumulated Leap Seconds=33 + { 2453872.50, 64.966033 }, //17 May 2006, UT1-UTC= 0.2179668, Accumulated Leap Seconds=33 + { 2453873.50, 64.966791 }, //18 May 2006, UT1-UTC= 0.2172085, Accumulated Leap Seconds=33 + { 2453874.50, 64.967708 }, //19 May 2006, UT1-UTC= 0.2162920, Accumulated Leap Seconds=33 + { 2453875.50, 64.968854 }, //20 May 2006, UT1-UTC= 0.2151456, Accumulated Leap Seconds=33 + { 2453876.50, 64.970205 }, //21 May 2006, UT1-UTC= 0.2137946, Accumulated Leap Seconds=33 + { 2453877.50, 64.971709 }, //22 May 2006, UT1-UTC= 0.2122906, Accumulated Leap Seconds=33 + { 2453878.50, 64.973291 }, //23 May 2006, UT1-UTC= 0.2107089, Accumulated Leap Seconds=33 + { 2453879.50, 64.974828 }, //24 May 2006, UT1-UTC= 0.2091717, Accumulated Leap Seconds=33 + { 2453880.50, 64.976191 }, //25 May 2006, UT1-UTC= 0.2078088, Accumulated Leap Seconds=33 + { 2453881.50, 64.977311 }, //26 May 2006, UT1-UTC= 0.2066891, Accumulated Leap Seconds=33 + { 2453882.50, 64.978072 }, //27 May 2006, UT1-UTC= 0.2059276, Accumulated Leap Seconds=33 + { 2453883.50, 64.978504 }, //28 May 2006, UT1-UTC= 0.2054963, Accumulated Leap Seconds=33 + { 2453884.50, 64.978712 }, //29 May 2006, UT1-UTC= 0.2052877, Accumulated Leap Seconds=33 + { 2453885.50, 64.978862 }, //30 May 2006, UT1-UTC= 0.2051379, Accumulated Leap Seconds=33 + { 2453886.50, 64.979083 }, //31 May 2006, UT1-UTC= 0.2049170, Accumulated Leap Seconds=33 + { 2453887.50, 64.979388 }, //01 June 2006, UT1-UTC= 0.2046119, Accumulated Leap Seconds=33 + { 2453888.50, 64.979868 }, //02 June 2006, UT1-UTC= 0.2041320, Accumulated Leap Seconds=33 + { 2453889.50, 64.980503 }, //03 June 2006, UT1-UTC= 0.2034972, Accumulated Leap Seconds=33 + { 2453890.50, 64.981252 }, //04 June 2006, UT1-UTC= 0.2027478, Accumulated Leap Seconds=33 + { 2453891.50, 64.982042 }, //05 June 2006, UT1-UTC= 0.2019577, Accumulated Leap Seconds=33 + { 2453892.50, 64.982801 }, //06 June 2006, UT1-UTC= 0.2011993, Accumulated Leap Seconds=33 + { 2453893.50, 64.983513 }, //07 June 2006, UT1-UTC= 0.2004874, Accumulated Leap Seconds=33 + { 2453894.50, 64.984082 }, //08 June 2006, UT1-UTC= 0.1999179, Accumulated Leap Seconds=33 + { 2453895.50, 64.984434 }, //09 June 2006, UT1-UTC= 0.1995655, Accumulated Leap Seconds=33 + { 2453896.50, 64.984522 }, //10 June 2006, UT1-UTC= 0.1994777, Accumulated Leap Seconds=33 + { 2453897.50, 64.984365 }, //11 June 2006, UT1-UTC= 0.1996352, Accumulated Leap Seconds=33 + { 2453898.50, 64.984016 }, //12 June 2006, UT1-UTC= 0.1999840, Accumulated Leap Seconds=33 + { 2453899.50, 64.983625 }, //13 June 2006, UT1-UTC= 0.2003747, Accumulated Leap Seconds=33 + { 2453900.50, 64.983334 }, //14 June 2006, UT1-UTC= 0.2006663, Accumulated Leap Seconds=33 + { 2453901.50, 64.983226 }, //15 June 2006, UT1-UTC= 0.2007738, Accumulated Leap Seconds=33 + { 2453902.50, 64.983376 }, //16 June 2006, UT1-UTC= 0.2006238, Accumulated Leap Seconds=33 + { 2453903.50, 64.983854 }, //17 June 2006, UT1-UTC= 0.2001456, Accumulated Leap Seconds=33 + { 2453904.50, 64.984599 }, //18 June 2006, UT1-UTC= 0.1994009, Accumulated Leap Seconds=33 + { 2453905.50, 64.985456 }, //19 June 2006, UT1-UTC= 0.1985436, Accumulated Leap Seconds=33 + { 2453906.50, 64.986300 }, //20 June 2006, UT1-UTC= 0.1977000, Accumulated Leap Seconds=33 + { 2453907.50, 64.986986 }, //21 June 2006, UT1-UTC= 0.1970141, Accumulated Leap Seconds=33 + { 2453908.50, 64.987502 }, //22 June 2006, UT1-UTC= 0.1964981, Accumulated Leap Seconds=33 + { 2453909.50, 64.987783 }, //23 June 2006, UT1-UTC= 0.1962165, Accumulated Leap Seconds=33 + { 2453910.50, 64.987886 }, //24 June 2006, UT1-UTC= 0.1961139, Accumulated Leap Seconds=33 + { 2453911.50, 64.987804 }, //25 June 2006, UT1-UTC= 0.1961956, Accumulated Leap Seconds=33 + { 2453912.50, 64.987690 }, //26 June 2006, UT1-UTC= 0.1963098, Accumulated Leap Seconds=33 + { 2453913.50, 64.987682 }, //27 June 2006, UT1-UTC= 0.1963182, Accumulated Leap Seconds=33 + { 2453914.50, 64.987824 }, //28 June 2006, UT1-UTC= 0.1961762, Accumulated Leap Seconds=33 + { 2453915.50, 64.988160 }, //29 June 2006, UT1-UTC= 0.1958401, Accumulated Leap Seconds=33 + { 2453916.50, 64.988728 }, //30 June 2006, UT1-UTC= 0.1952719, Accumulated Leap Seconds=33 + { 2453917.50, 64.989477 }, //01 July 2006, UT1-UTC= 0.1945228, Accumulated Leap Seconds=33 + { 2453918.50, 64.990394 }, //02 July 2006, UT1-UTC= 0.1936064, Accumulated Leap Seconds=33 + { 2453919.50, 64.991360 }, //03 July 2006, UT1-UTC= 0.1926397, Accumulated Leap Seconds=33 + { 2453920.50, 64.992326 }, //04 July 2006, UT1-UTC= 0.1916739, Accumulated Leap Seconds=33 + { 2453921.50, 64.993274 }, //05 July 2006, UT1-UTC= 0.1907265, Accumulated Leap Seconds=33 + { 2453922.50, 64.994091 }, //06 July 2006, UT1-UTC= 0.1899089, Accumulated Leap Seconds=33 + { 2453923.50, 64.994698 }, //07 July 2006, UT1-UTC= 0.1893020, Accumulated Leap Seconds=33 + { 2453924.50, 64.995103 }, //08 July 2006, UT1-UTC= 0.1888968, Accumulated Leap Seconds=33 + { 2453925.50, 64.995236 }, //09 July 2006, UT1-UTC= 0.1887639, Accumulated Leap Seconds=33 + { 2453926.50, 64.995257 }, //10 July 2006, UT1-UTC= 0.1887432, Accumulated Leap Seconds=33 + { 2453927.50, 64.995242 }, //11 July 2006, UT1-UTC= 0.1887579, Accumulated Leap Seconds=33 + { 2453928.50, 64.995324 }, //12 July 2006, UT1-UTC= 0.1886764, Accumulated Leap Seconds=33 + { 2453929.50, 64.995593 }, //13 July 2006, UT1-UTC= 0.1884070, Accumulated Leap Seconds=33 + { 2453930.50, 64.996191 }, //14 July 2006, UT1-UTC= 0.1878092, Accumulated Leap Seconds=33 + { 2453931.50, 64.997100 }, //15 July 2006, UT1-UTC= 0.1869002, Accumulated Leap Seconds=33 + { 2453932.50, 64.998206 }, //16 July 2006, UT1-UTC= 0.1857936, Accumulated Leap Seconds=33 + { 2453933.50, 64.999287 }, //17 July 2006, UT1-UTC= 0.1847131, Accumulated Leap Seconds=33 + { 2453934.50, 65.000209 }, //18 July 2006, UT1-UTC= 0.1837911, Accumulated Leap Seconds=33 + { 2453935.50, 65.000907 }, //19 July 2006, UT1-UTC= 0.1830931, Accumulated Leap Seconds=33 + { 2453936.50, 65.001332 }, //20 July 2006, UT1-UTC= 0.1826682, Accumulated Leap Seconds=33 + { 2453937.50, 65.001486 }, //21 July 2006, UT1-UTC= 0.1825142, Accumulated Leap Seconds=33 + { 2453938.50, 65.001411 }, //22 July 2006, UT1-UTC= 0.1825888, Accumulated Leap Seconds=33 + { 2453939.50, 65.001181 }, //23 July 2006, UT1-UTC= 0.1828187, Accumulated Leap Seconds=33 + { 2453940.50, 65.000918 }, //24 July 2006, UT1-UTC= 0.1830816, Accumulated Leap Seconds=33 + { 2453941.50, 65.000762 }, //25 July 2006, UT1-UTC= 0.1832384, Accumulated Leap Seconds=33 + { 2453942.50, 65.000731 }, //26 July 2006, UT1-UTC= 0.1832688, Accumulated Leap Seconds=33 + { 2453943.50, 65.000865 }, //27 July 2006, UT1-UTC= 0.1831348, Accumulated Leap Seconds=33 + { 2453944.50, 65.001106 }, //28 July 2006, UT1-UTC= 0.1828941, Accumulated Leap Seconds=33 + { 2453945.50, 65.001454 }, //29 July 2006, UT1-UTC= 0.1825462, Accumulated Leap Seconds=33 + { 2453946.50, 65.001886 }, //30 July 2006, UT1-UTC= 0.1821139, Accumulated Leap Seconds=33 + { 2453947.50, 65.002353 }, //31 July 2006, UT1-UTC= 0.1816465, Accumulated Leap Seconds=33 + { 2453948.50, 65.002815 }, //01 August 2006, UT1-UTC= 0.1811845, Accumulated Leap Seconds=33 + { 2453949.50, 65.003206 }, //02 August 2006, UT1-UTC= 0.1807943, Accumulated Leap Seconds=33 + { 2453950.50, 65.003427 }, //03 August 2006, UT1-UTC= 0.1805732, Accumulated Leap Seconds=33 + { 2453951.50, 65.003501 }, //04 August 2006, UT1-UTC= 0.1804988, Accumulated Leap Seconds=33 + { 2453952.50, 65.003455 }, //05 August 2006, UT1-UTC= 0.1805451, Accumulated Leap Seconds=33 + { 2453953.50, 65.003294 }, //06 August 2006, UT1-UTC= 0.1807064, Accumulated Leap Seconds=33 + { 2453954.50, 65.003090 }, //07 August 2006, UT1-UTC= 0.1809102, Accumulated Leap Seconds=33 + { 2453955.50, 65.003006 }, //08 August 2006, UT1-UTC= 0.1809936, Accumulated Leap Seconds=33 + { 2453956.50, 65.003165 }, //09 August 2006, UT1-UTC= 0.1808353, Accumulated Leap Seconds=33 + { 2453957.50, 65.003668 }, //10 August 2006, UT1-UTC= 0.1803323, Accumulated Leap Seconds=33 + { 2453958.50, 65.004505 }, //11 August 2006, UT1-UTC= 0.1794948, Accumulated Leap Seconds=33 + { 2453959.50, 65.005564 }, //12 August 2006, UT1-UTC= 0.1784364, Accumulated Leap Seconds=33 + { 2453960.50, 65.006679 }, //13 August 2006, UT1-UTC= 0.1773212, Accumulated Leap Seconds=33 + { 2453961.50, 65.007642 }, //14 August 2006, UT1-UTC= 0.1763583, Accumulated Leap Seconds=33 + { 2453962.50, 65.008348 }, //15 August 2006, UT1-UTC= 0.1756524, Accumulated Leap Seconds=33 + { 2453963.50, 65.008773 }, //16 August 2006, UT1-UTC= 0.1752268, Accumulated Leap Seconds=33 + { 2453964.50, 65.008947 }, //17 August 2006, UT1-UTC= 0.1750531, Accumulated Leap Seconds=33 + { 2453965.50, 65.008907 }, //18 August 2006, UT1-UTC= 0.1750933, Accumulated Leap Seconds=33 + { 2453966.50, 65.008745 }, //19 August 2006, UT1-UTC= 0.1752551, Accumulated Leap Seconds=33 + { 2453967.50, 65.008568 }, //20 August 2006, UT1-UTC= 0.1754316, Accumulated Leap Seconds=33 + { 2453968.50, 65.008522 }, //21 August 2006, UT1-UTC= 0.1754776, Accumulated Leap Seconds=33 + { 2453969.50, 65.008661 }, //22 August 2006, UT1-UTC= 0.1753393, Accumulated Leap Seconds=33 + { 2453970.50, 65.008969 }, //23 August 2006, UT1-UTC= 0.1750308, Accumulated Leap Seconds=33 + { 2453971.50, 65.009477 }, //24 August 2006, UT1-UTC= 0.1745229, Accumulated Leap Seconds=33 + { 2453972.50, 65.010120 }, //25 August 2006, UT1-UTC= 0.1738797, Accumulated Leap Seconds=33 + { 2453973.50, 65.010832 }, //26 August 2006, UT1-UTC= 0.1731683, Accumulated Leap Seconds=33 + { 2453974.50, 65.011556 }, //27 August 2006, UT1-UTC= 0.1724444, Accumulated Leap Seconds=33 + { 2453975.50, 65.012257 }, //28 August 2006, UT1-UTC= 0.1717434, Accumulated Leap Seconds=33 + { 2453976.50, 65.012878 }, //29 August 2006, UT1-UTC= 0.1711223, Accumulated Leap Seconds=33 + { 2453977.50, 65.013380 }, //30 August 2006, UT1-UTC= 0.1706200, Accumulated Leap Seconds=33 + { 2453978.50, 65.013697 }, //31 August 2006, UT1-UTC= 0.1703026, Accumulated Leap Seconds=33 + { 2453979.50, 65.013819 }, //01 September 2006, UT1-UTC= 0.1701807, Accumulated Leap Seconds=33 + { 2453980.50, 65.013852 }, //02 September 2006, UT1-UTC= 0.1701477, Accumulated Leap Seconds=33 + { 2453981.50, 65.013851 }, //03 September 2006, UT1-UTC= 0.1701488, Accumulated Leap Seconds=33 + { 2453982.50, 65.013958 }, //04 September 2006, UT1-UTC= 0.1700416, Accumulated Leap Seconds=33 + { 2453983.50, 65.014338 }, //05 September 2006, UT1-UTC= 0.1696617, Accumulated Leap Seconds=33 + { 2453984.50, 65.015049 }, //06 September 2006, UT1-UTC= 0.1689509, Accumulated Leap Seconds=33 + { 2453985.50, 65.016127 }, //07 September 2006, UT1-UTC= 0.1678727, Accumulated Leap Seconds=33 + { 2453986.50, 65.017529 }, //08 September 2006, UT1-UTC= 0.1664709, Accumulated Leap Seconds=33 + { 2453987.50, 65.019096 }, //09 September 2006, UT1-UTC= 0.1649044, Accumulated Leap Seconds=33 + { 2453988.50, 65.020623 }, //10 September 2006, UT1-UTC= 0.1633765, Accumulated Leap Seconds=33 + { 2453989.50, 65.021938 }, //11 September 2006, UT1-UTC= 0.1620623, Accumulated Leap Seconds=33 + { 2453990.50, 65.022927 }, //12 September 2006, UT1-UTC= 0.1610725, Accumulated Leap Seconds=33 + { 2453991.50, 65.023631 }, //13 September 2006, UT1-UTC= 0.1603686, Accumulated Leap Seconds=33 + { 2453992.50, 65.024170 }, //14 September 2006, UT1-UTC= 0.1598297, Accumulated Leap Seconds=33 + { 2453993.50, 65.024519 }, //15 September 2006, UT1-UTC= 0.1594810, Accumulated Leap Seconds=33 + { 2453994.50, 65.024821 }, //16 September 2006, UT1-UTC= 0.1591795, Accumulated Leap Seconds=33 + { 2453995.50, 65.025156 }, //17 September 2006, UT1-UTC= 0.1588435, Accumulated Leap Seconds=33 + { 2453996.50, 65.025616 }, //18 September 2006, UT1-UTC= 0.1583836, Accumulated Leap Seconds=33 + { 2453997.50, 65.026271 }, //19 September 2006, UT1-UTC= 0.1577286, Accumulated Leap Seconds=33 + { 2453998.50, 65.027118 }, //20 September 2006, UT1-UTC= 0.1568821, Accumulated Leap Seconds=33 + { 2453999.50, 65.028104 }, //21 September 2006, UT1-UTC= 0.1558963, Accumulated Leap Seconds=33 + { 2454000.50, 65.029229 }, //22 September 2006, UT1-UTC= 0.1547711, Accumulated Leap Seconds=33 + { 2454001.50, 65.030418 }, //23 September 2006, UT1-UTC= 0.1535816, Accumulated Leap Seconds=33 + { 2454002.50, 65.031560 }, //24 September 2006, UT1-UTC= 0.1524397, Accumulated Leap Seconds=33 + { 2454003.50, 65.032634 }, //25 September 2006, UT1-UTC= 0.1513663, Accumulated Leap Seconds=33 + { 2454004.50, 65.033601 }, //26 September 2006, UT1-UTC= 0.1503988, Accumulated Leap Seconds=33 + { 2454005.50, 65.034447 }, //27 September 2006, UT1-UTC= 0.1495535, Accumulated Leap Seconds=33 + { 2454006.50, 65.035167 }, //28 September 2006, UT1-UTC= 0.1488330, Accumulated Leap Seconds=33 + { 2454007.50, 65.035777 }, //29 September 2006, UT1-UTC= 0.1482233, Accumulated Leap Seconds=33 + { 2454008.50, 65.036410 }, //30 September 2006, UT1-UTC= 0.1475897, Accumulated Leap Seconds=33 + { 2454009.50, 65.037143 }, //01 October 2006, UT1-UTC= 0.1468568, Accumulated Leap Seconds=33 + { 2454010.50, 65.037999 }, //02 October 2006, UT1-UTC= 0.1460013, Accumulated Leap Seconds=33 + { 2454011.50, 65.039116 }, //03 October 2006, UT1-UTC= 0.1448836, Accumulated Leap Seconds=33 + { 2454012.50, 65.040591 }, //04 October 2006, UT1-UTC= 0.1434088, Accumulated Leap Seconds=33 + { 2454013.50, 65.042413 }, //05 October 2006, UT1-UTC= 0.1415869, Accumulated Leap Seconds=33 + { 2454014.50, 65.044551 }, //06 October 2006, UT1-UTC= 0.1394488, Accumulated Leap Seconds=33 + { 2454015.50, 65.046818 }, //07 October 2006, UT1-UTC= 0.1371819, Accumulated Leap Seconds=33 + { 2454016.50, 65.048993 }, //08 October 2006, UT1-UTC= 0.1350067, Accumulated Leap Seconds=33 + { 2454017.50, 65.050876 }, //09 October 2006, UT1-UTC= 0.1331237, Accumulated Leap Seconds=33 + { 2454018.50, 65.052414 }, //10 October 2006, UT1-UTC= 0.1315863, Accumulated Leap Seconds=33 + { 2454019.50, 65.053640 }, //11 October 2006, UT1-UTC= 0.1303598, Accumulated Leap Seconds=33 + { 2454020.50, 65.054680 }, //12 October 2006, UT1-UTC= 0.1293198, Accumulated Leap Seconds=33 + { 2454021.50, 65.055605 }, //13 October 2006, UT1-UTC= 0.1283950, Accumulated Leap Seconds=33 + { 2454022.50, 65.056431 }, //14 October 2006, UT1-UTC= 0.1275689, Accumulated Leap Seconds=33 + { 2454023.50, 65.057320 }, //15 October 2006, UT1-UTC= 0.1266799, Accumulated Leap Seconds=33 + { 2454024.50, 65.058328 }, //16 October 2006, UT1-UTC= 0.1256723, Accumulated Leap Seconds=33 + { 2454025.50, 65.059492 }, //17 October 2006, UT1-UTC= 0.1245078, Accumulated Leap Seconds=33 + { 2454026.50, 65.060796 }, //18 October 2006, UT1-UTC= 0.1232041, Accumulated Leap Seconds=33 + { 2454027.50, 65.062209 }, //19 October 2006, UT1-UTC= 0.1217907, Accumulated Leap Seconds=33 + { 2454028.50, 65.063694 }, //20 October 2006, UT1-UTC= 0.1203059, Accumulated Leap Seconds=33 + { 2454029.50, 65.065179 }, //21 October 2006, UT1-UTC= 0.1188213, Accumulated Leap Seconds=33 + { 2454030.50, 65.066625 }, //22 October 2006, UT1-UTC= 0.1173748, Accumulated Leap Seconds=33 + { 2454031.50, 65.067978 }, //23 October 2006, UT1-UTC= 0.1160217, Accumulated Leap Seconds=33 + { 2454032.50, 65.069206 }, //24 October 2006, UT1-UTC= 0.1147936, Accumulated Leap Seconds=33 + { 2454033.50, 65.070258 }, //25 October 2006, UT1-UTC= 0.1137423, Accumulated Leap Seconds=33 + { 2454034.50, 65.071144 }, //26 October 2006, UT1-UTC= 0.1128561, Accumulated Leap Seconds=33 + { 2454035.50, 65.071950 }, //27 October 2006, UT1-UTC= 0.1120498, Accumulated Leap Seconds=33 + { 2454036.50, 65.072687 }, //28 October 2006, UT1-UTC= 0.1113128, Accumulated Leap Seconds=33 + { 2454037.50, 65.073488 }, //29 October 2006, UT1-UTC= 0.1105119, Accumulated Leap Seconds=33 + { 2454038.50, 65.074471 }, //30 October 2006, UT1-UTC= 0.1095287, Accumulated Leap Seconds=33 + { 2454039.50, 65.075724 }, //31 October 2006, UT1-UTC= 0.1082756, Accumulated Leap Seconds=33 + { 2454040.50, 65.077260 }, //01 November 2006, UT1-UTC= 0.1067403, Accumulated Leap Seconds=33 + { 2454041.50, 65.079099 }, //02 November 2006, UT1-UTC= 0.1049005, Accumulated Leap Seconds=33 + { 2454042.50, 65.081105 }, //03 November 2006, UT1-UTC= 0.1028952, Accumulated Leap Seconds=33 + { 2454043.50, 65.083084 }, //04 November 2006, UT1-UTC= 0.1009160, Accumulated Leap Seconds=33 + { 2454044.50, 65.084868 }, //05 November 2006, UT1-UTC= 0.0991322, Accumulated Leap Seconds=33 + { 2454045.50, 65.086276 }, //06 November 2006, UT1-UTC= 0.0977237, Accumulated Leap Seconds=33 + { 2454046.50, 65.087356 }, //07 November 2006, UT1-UTC= 0.0966440, Accumulated Leap Seconds=33 + { 2454047.50, 65.088165 }, //08 November 2006, UT1-UTC= 0.0958346, Accumulated Leap Seconds=33 + { 2454048.50, 65.088855 }, //09 November 2006, UT1-UTC= 0.0951452, Accumulated Leap Seconds=33 + { 2454049.50, 65.089531 }, //10 November 2006, UT1-UTC= 0.0944694, Accumulated Leap Seconds=33 + { 2454050.50, 65.090249 }, //11 November 2006, UT1-UTC= 0.0937511, Accumulated Leap Seconds=33 + { 2454051.50, 65.091195 }, //12 November 2006, UT1-UTC= 0.0928053, Accumulated Leap Seconds=33 + { 2454052.50, 65.092256 }, //13 November 2006, UT1-UTC= 0.0917441, Accumulated Leap Seconds=33 + { 2454053.50, 65.093440 }, //14 November 2006, UT1-UTC= 0.0905599, Accumulated Leap Seconds=33 + { 2454054.50, 65.094688 }, //15 November 2006, UT1-UTC= 0.0893120, Accumulated Leap Seconds=33 + { 2454055.50, 65.095911 }, //16 November 2006, UT1-UTC= 0.0880885, Accumulated Leap Seconds=33 + { 2454056.50, 65.097155 }, //17 November 2006, UT1-UTC= 0.0868451, Accumulated Leap Seconds=33 + { 2454057.50, 65.098344 }, //18 November 2006, UT1-UTC= 0.0856560, Accumulated Leap Seconds=33 + { 2454058.50, 65.099422 }, //19 November 2006, UT1-UTC= 0.0845782, Accumulated Leap Seconds=33 + { 2454059.50, 65.100385 }, //20 November 2006, UT1-UTC= 0.0836147, Accumulated Leap Seconds=33 + { 2454060.50, 65.101222 }, //21 November 2006, UT1-UTC= 0.0827777, Accumulated Leap Seconds=33 + { 2454061.50, 65.101928 }, //22 November 2006, UT1-UTC= 0.0820722, Accumulated Leap Seconds=33 + { 2454062.50, 65.102537 }, //23 November 2006, UT1-UTC= 0.0814628, Accumulated Leap Seconds=33 + { 2454063.50, 65.103075 }, //24 November 2006, UT1-UTC= 0.0809251, Accumulated Leap Seconds=33 + { 2454064.50, 65.103681 }, //25 November 2006, UT1-UTC= 0.0803188, Accumulated Leap Seconds=33 + { 2454065.50, 65.104491 }, //26 November 2006, UT1-UTC= 0.0795089, Accumulated Leap Seconds=33 + { 2454066.50, 65.105587 }, //27 November 2006, UT1-UTC= 0.0784135, Accumulated Leap Seconds=33 + { 2454067.50, 65.106979 }, //28 November 2006, UT1-UTC= 0.0770213, Accumulated Leap Seconds=33 + { 2454068.50, 65.108616 }, //29 November 2006, UT1-UTC= 0.0753836, Accumulated Leap Seconds=33 + { 2454069.50, 65.110395 }, //30 November 2006, UT1-UTC= 0.0736049, Accumulated Leap Seconds=33 + { 2454070.50, 65.112197 }, //01 December 2006, UT1-UTC= 0.0718030, Accumulated Leap Seconds=33 + { 2454071.50, 65.113872 }, //02 December 2006, UT1-UTC= 0.0701278, Accumulated Leap Seconds=33 + { 2454072.50, 65.115255 }, //03 December 2006, UT1-UTC= 0.0687446, Accumulated Leap Seconds=33 + { 2454073.50, 65.116359 }, //04 December 2006, UT1-UTC= 0.0676410, Accumulated Leap Seconds=33 + { 2454074.50, 65.117247 }, //05 December 2006, UT1-UTC= 0.0667525, Accumulated Leap Seconds=33 + { 2454075.50, 65.118000 }, //06 December 2006, UT1-UTC= 0.0660001, Accumulated Leap Seconds=33 + { 2454076.50, 65.118688 }, //07 December 2006, UT1-UTC= 0.0653118, Accumulated Leap Seconds=33 + { 2454077.50, 65.119493 }, //08 December 2006, UT1-UTC= 0.0645070, Accumulated Leap Seconds=33 + { 2454078.50, 65.120440 }, //09 December 2006, UT1-UTC= 0.0635599, Accumulated Leap Seconds=33 + { 2454079.50, 65.121571 }, //10 December 2006, UT1-UTC= 0.0624287, Accumulated Leap Seconds=33 + { 2454080.50, 65.122862 }, //11 December 2006, UT1-UTC= 0.0611376, Accumulated Leap Seconds=33 + { 2454081.50, 65.124246 }, //12 December 2006, UT1-UTC= 0.0597538, Accumulated Leap Seconds=33 + { 2454082.50, 65.125693 }, //13 December 2006, UT1-UTC= 0.0583074, Accumulated Leap Seconds=33 + { 2454083.50, 65.127090 }, //14 December 2006, UT1-UTC= 0.0569097, Accumulated Leap Seconds=33 + { 2454084.50, 65.128351 }, //15 December 2006, UT1-UTC= 0.0556485, Accumulated Leap Seconds=33 + { 2454085.50, 65.129568 }, //16 December 2006, UT1-UTC= 0.0544320, Accumulated Leap Seconds=33 + { 2454086.50, 65.130609 }, //17 December 2006, UT1-UTC= 0.0533912, Accumulated Leap Seconds=33 + { 2454087.50, 65.131432 }, //18 December 2006, UT1-UTC= 0.0525678, Accumulated Leap Seconds=33 + { 2454088.50, 65.132133 }, //19 December 2006, UT1-UTC= 0.0518672, Accumulated Leap Seconds=33 + { 2454089.50, 65.132746 }, //20 December 2006, UT1-UTC= 0.0512543, Accumulated Leap Seconds=33 + { 2454090.50, 65.133273 }, //21 December 2006, UT1-UTC= 0.0507274, Accumulated Leap Seconds=33 + { 2454091.50, 65.133809 }, //22 December 2006, UT1-UTC= 0.0501906, Accumulated Leap Seconds=33 + { 2454092.50, 65.134521 }, //23 December 2006, UT1-UTC= 0.0494794, Accumulated Leap Seconds=33 + { 2454093.50, 65.135466 }, //24 December 2006, UT1-UTC= 0.0485339, Accumulated Leap Seconds=33 + { 2454094.50, 65.136687 }, //25 December 2006, UT1-UTC= 0.0473128, Accumulated Leap Seconds=33 + { 2454095.50, 65.138153 }, //26 December 2006, UT1-UTC= 0.0458470, Accumulated Leap Seconds=33 + { 2454096.50, 65.139781 }, //27 December 2006, UT1-UTC= 0.0442193, Accumulated Leap Seconds=33 + { 2454097.50, 65.141428 }, //28 December 2006, UT1-UTC= 0.0425721, Accumulated Leap Seconds=33 + { 2454098.50, 65.142975 }, //29 December 2006, UT1-UTC= 0.0410254, Accumulated Leap Seconds=33 + { 2454099.50, 65.144392 }, //30 December 2006, UT1-UTC= 0.0396077, Accumulated Leap Seconds=33 + { 2454100.50, 65.145536 }, //31 December 2006, UT1-UTC= 0.0384637, Accumulated Leap Seconds=33 + { 2454101.50, 65.146403 }, //01 January 2007, UT1-UTC= 0.0375966, Accumulated Leap Seconds=33 + { 2454102.50, 65.147059 }, //02 January 2007, UT1-UTC= 0.0369414, Accumulated Leap Seconds=33 + { 2454103.50, 65.147597 }, //03 January 2007, UT1-UTC= 0.0364027, Accumulated Leap Seconds=33 + { 2454104.50, 65.148142 }, //04 January 2007, UT1-UTC= 0.0358582, Accumulated Leap Seconds=33 + { 2454105.50, 65.148738 }, //05 January 2007, UT1-UTC= 0.0352623, Accumulated Leap Seconds=33 + { 2454106.50, 65.149536 }, //06 January 2007, UT1-UTC= 0.0344638, Accumulated Leap Seconds=33 + { 2454107.50, 65.150526 }, //07 January 2007, UT1-UTC= 0.0334739, Accumulated Leap Seconds=33 + { 2454108.50, 65.151668 }, //08 January 2007, UT1-UTC= 0.0323324, Accumulated Leap Seconds=33 + { 2454109.50, 65.152934 }, //09 January 2007, UT1-UTC= 0.0310659, Accumulated Leap Seconds=33 + { 2454110.50, 65.154285 }, //10 January 2007, UT1-UTC= 0.0297155, Accumulated Leap Seconds=33 + { 2454111.50, 65.155652 }, //11 January 2007, UT1-UTC= 0.0283476, Accumulated Leap Seconds=33 + { 2454112.50, 65.156921 }, //12 January 2007, UT1-UTC= 0.0270789, Accumulated Leap Seconds=33 + { 2454113.50, 65.158141 }, //13 January 2007, UT1-UTC= 0.0258594, Accumulated Leap Seconds=33 + { 2454114.50, 65.159229 }, //14 January 2007, UT1-UTC= 0.0247709, Accumulated Leap Seconds=33 + { 2454115.50, 65.160159 }, //15 January 2007, UT1-UTC= 0.0238413, Accumulated Leap Seconds=33 + { 2454116.50, 65.160973 }, //16 January 2007, UT1-UTC= 0.0230268, Accumulated Leap Seconds=33 + { 2454117.50, 65.161800 }, //17 January 2007, UT1-UTC= 0.0221999, Accumulated Leap Seconds=33 + { 2454118.50, 65.162601 }, //18 January 2007, UT1-UTC= 0.0213993, Accumulated Leap Seconds=33 + { 2454119.50, 65.163537 }, //19 January 2007, UT1-UTC= 0.0204626, Accumulated Leap Seconds=33 + { 2454120.50, 65.164777 }, //20 January 2007, UT1-UTC= 0.0192233, Accumulated Leap Seconds=33 + { 2454121.50, 65.166321 }, //21 January 2007, UT1-UTC= 0.0176790, Accumulated Leap Seconds=33 + { 2454122.50, 65.168140 }, //22 January 2007, UT1-UTC= 0.0158602, Accumulated Leap Seconds=33 + { 2454123.50, 65.170181 }, //23 January 2007, UT1-UTC= 0.0138192, Accumulated Leap Seconds=33 + { 2454124.50, 65.172324 }, //24 January 2007, UT1-UTC= 0.0116764, Accumulated Leap Seconds=33 + { 2454125.50, 65.174381 }, //25 January 2007, UT1-UTC= 0.0096191, Accumulated Leap Seconds=33 + { 2454126.50, 65.176209 }, //26 January 2007, UT1-UTC= 0.0077913, Accumulated Leap Seconds=33 + { 2454127.50, 65.177792 }, //27 January 2007, UT1-UTC= 0.0062075, Accumulated Leap Seconds=33 + { 2454128.50, 65.179101 }, //28 January 2007, UT1-UTC= 0.0048994, Accumulated Leap Seconds=33 + { 2454129.50, 65.180182 }, //29 January 2007, UT1-UTC= 0.0038184, Accumulated Leap Seconds=33 + { 2454130.50, 65.181170 }, //30 January 2007, UT1-UTC= 0.0028299, Accumulated Leap Seconds=33 + { 2454131.50, 65.182167 }, //31 January 2007, UT1-UTC= 0.0018325, Accumulated Leap Seconds=33 + { 2454132.50, 65.183264 }, //01 February 2007, UT1-UTC= 0.0007362, Accumulated Leap Seconds=33 + { 2454133.50, 65.184520 }, //02 February 2007, UT1-UTC=-0.0005201, Accumulated Leap Seconds=33 + { 2454134.50, 65.185959 }, //03 February 2007, UT1-UTC=-0.0019589, Accumulated Leap Seconds=33 + { 2454135.50, 65.187539 }, //04 February 2007, UT1-UTC=-0.0035391, Accumulated Leap Seconds=33 + { 2454136.50, 65.189208 }, //05 February 2007, UT1-UTC=-0.0052080, Accumulated Leap Seconds=33 + { 2454137.50, 65.190922 }, //06 February 2007, UT1-UTC=-0.0069220, Accumulated Leap Seconds=33 + { 2454138.50, 65.192607 }, //07 February 2007, UT1-UTC=-0.0086066, Accumulated Leap Seconds=33 + { 2454139.50, 65.194216 }, //08 February 2007, UT1-UTC=-0.0102163, Accumulated Leap Seconds=33 + { 2454140.50, 65.195661 }, //09 February 2007, UT1-UTC=-0.0116614, Accumulated Leap Seconds=33 + { 2454141.50, 65.196933 }, //10 February 2007, UT1-UTC=-0.0129331, Accumulated Leap Seconds=33 + { 2454142.50, 65.198050 }, //11 February 2007, UT1-UTC=-0.0140499, Accumulated Leap Seconds=33 + { 2454143.50, 65.199004 }, //12 February 2007, UT1-UTC=-0.0150040, Accumulated Leap Seconds=33 + { 2454144.50, 65.199806 }, //13 February 2007, UT1-UTC=-0.0158061, Accumulated Leap Seconds=33 + { 2454145.50, 65.200547 }, //14 February 2007, UT1-UTC=-0.0165468, Accumulated Leap Seconds=33 + { 2454146.50, 65.201289 }, //15 February 2007, UT1-UTC=-0.0172886, Accumulated Leap Seconds=33 + { 2454147.50, 65.202124 }, //16 February 2007, UT1-UTC=-0.0181243, Accumulated Leap Seconds=33 + { 2454148.50, 65.203134 }, //17 February 2007, UT1-UTC=-0.0191337, Accumulated Leap Seconds=33 + { 2454149.50, 65.204366 }, //18 February 2007, UT1-UTC=-0.0203665, Accumulated Leap Seconds=33 + { 2454150.50, 65.205876 }, //19 February 2007, UT1-UTC=-0.0218756, Accumulated Leap Seconds=33 + { 2454151.50, 65.207472 }, //20 February 2007, UT1-UTC=-0.0234719, Accumulated Leap Seconds=33 + { 2454152.50, 65.209002 }, //21 February 2007, UT1-UTC=-0.0250016, Accumulated Leap Seconds=33 + { 2454153.50, 65.210291 }, //22 February 2007, UT1-UTC=-0.0262915, Accumulated Leap Seconds=33 + { 2454154.50, 65.211275 }, //23 February 2007, UT1-UTC=-0.0272747, Accumulated Leap Seconds=33 + { 2454155.50, 65.212032 }, //24 February 2007, UT1-UTC=-0.0280325, Accumulated Leap Seconds=33 + { 2454156.50, 65.212576 }, //25 February 2007, UT1-UTC=-0.0285756, Accumulated Leap Seconds=33 + { 2454157.50, 65.213017 }, //26 February 2007, UT1-UTC=-0.0290170, Accumulated Leap Seconds=33 + { 2454158.50, 65.213438 }, //27 February 2007, UT1-UTC=-0.0294377, Accumulated Leap Seconds=33 + { 2454159.50, 65.213925 }, //28 February 2007, UT1-UTC=-0.0299252, Accumulated Leap Seconds=33 + { 2454160.50, 65.214536 }, //01 March 2007, UT1-UTC=-0.0305358, Accumulated Leap Seconds=33 + { 2454161.50, 65.215302 }, //02 March 2007, UT1-UTC=-0.0313021, Accumulated Leap Seconds=33 + { 2454162.50, 65.216255 }, //03 March 2007, UT1-UTC=-0.0322546, Accumulated Leap Seconds=33 + { 2454163.50, 65.217343 }, //04 March 2007, UT1-UTC=-0.0333426, Accumulated Leap Seconds=33 + { 2454164.50, 65.218540 }, //05 March 2007, UT1-UTC=-0.0345401, Accumulated Leap Seconds=33 + { 2454165.50, 65.219777 }, //06 March 2007, UT1-UTC=-0.0357775, Accumulated Leap Seconds=33 + { 2454166.50, 65.220981 }, //07 March 2007, UT1-UTC=-0.0369806, Accumulated Leap Seconds=33 + { 2454167.50, 65.222160 }, //08 March 2007, UT1-UTC=-0.0381604, Accumulated Leap Seconds=33 + { 2454168.50, 65.223229 }, //09 March 2007, UT1-UTC=-0.0392287, Accumulated Leap Seconds=33 + { 2454169.50, 65.224123 }, //10 March 2007, UT1-UTC=-0.0401227, Accumulated Leap Seconds=33 + { 2454170.50, 65.224860 }, //11 March 2007, UT1-UTC=-0.0408601, Accumulated Leap Seconds=33 + { 2454171.50, 65.225471 }, //12 March 2007, UT1-UTC=-0.0414710, Accumulated Leap Seconds=33 + { 2454172.50, 65.226023 }, //13 March 2007, UT1-UTC=-0.0420227, Accumulated Leap Seconds=33 + { 2454173.50, 65.226599 }, //14 March 2007, UT1-UTC=-0.0425989, Accumulated Leap Seconds=33 + { 2454174.50, 65.227280 }, //15 March 2007, UT1-UTC=-0.0432801, Accumulated Leap Seconds=33 + { 2454175.50, 65.228212 }, //16 March 2007, UT1-UTC=-0.0442119, Accumulated Leap Seconds=33 + { 2454176.50, 65.229534 }, //17 March 2007, UT1-UTC=-0.0455336, Accumulated Leap Seconds=33 + { 2454177.50, 65.231270 }, //18 March 2007, UT1-UTC=-0.0472700, Accumulated Leap Seconds=33 + { 2454178.50, 65.233265 }, //19 March 2007, UT1-UTC=-0.0492653, Accumulated Leap Seconds=33 + { 2454179.50, 65.235366 }, //20 March 2007, UT1-UTC=-0.0513664, Accumulated Leap Seconds=33 + { 2454180.50, 65.237400 }, //21 March 2007, UT1-UTC=-0.0533998, Accumulated Leap Seconds=33 + { 2454181.50, 65.239120 }, //22 March 2007, UT1-UTC=-0.0551204, Accumulated Leap Seconds=33 + { 2454182.50, 65.240415 }, //23 March 2007, UT1-UTC=-0.0564152, Accumulated Leap Seconds=33 + { 2454183.50, 65.241355 }, //24 March 2007, UT1-UTC=-0.0573549, Accumulated Leap Seconds=33 + { 2454184.50, 65.242114 }, //25 March 2007, UT1-UTC=-0.0581136, Accumulated Leap Seconds=33 + { 2454185.50, 65.242816 }, //26 March 2007, UT1-UTC=-0.0588164, Accumulated Leap Seconds=33 + { 2454186.50, 65.243543 }, //27 March 2007, UT1-UTC=-0.0595433, Accumulated Leap Seconds=33 + { 2454187.50, 65.244398 }, //28 March 2007, UT1-UTC=-0.0603980, Accumulated Leap Seconds=33 + { 2454188.50, 65.245450 }, //29 March 2007, UT1-UTC=-0.0614503, Accumulated Leap Seconds=33 + { 2454189.50, 65.246653 }, //30 March 2007, UT1-UTC=-0.0626531, Accumulated Leap Seconds=33 + { 2454190.50, 65.247969 }, //31 March 2007, UT1-UTC=-0.0639692, Accumulated Leap Seconds=33 + { 2454191.50, 65.249371 }, //01 April 2007, UT1-UTC=-0.0653713, Accumulated Leap Seconds=33 + { 2454192.50, 65.250889 }, //02 April 2007, UT1-UTC=-0.0668895, Accumulated Leap Seconds=33 + { 2454193.50, 65.252447 }, //03 April 2007, UT1-UTC=-0.0684467, Accumulated Leap Seconds=33 + { 2454194.50, 65.253974 }, //04 April 2007, UT1-UTC=-0.0699735, Accumulated Leap Seconds=33 + { 2454195.50, 65.255423 }, //05 April 2007, UT1-UTC=-0.0714227, Accumulated Leap Seconds=33 + { 2454196.50, 65.256772 }, //06 April 2007, UT1-UTC=-0.0727718, Accumulated Leap Seconds=33 + { 2454197.50, 65.258025 }, //07 April 2007, UT1-UTC=-0.0740254, Accumulated Leap Seconds=33 + { 2454198.50, 65.259253 }, //08 April 2007, UT1-UTC=-0.0752528, Accumulated Leap Seconds=33 + { 2454199.50, 65.260454 }, //09 April 2007, UT1-UTC=-0.0764542, Accumulated Leap Seconds=33 + { 2454200.50, 65.261642 }, //10 April 2007, UT1-UTC=-0.0776424, Accumulated Leap Seconds=33 + { 2454201.50, 65.262894 }, //11 April 2007, UT1-UTC=-0.0788935, Accumulated Leap Seconds=33 + { 2454202.50, 65.264270 }, //12 April 2007, UT1-UTC=-0.0802701, Accumulated Leap Seconds=33 + { 2454203.50, 65.265849 }, //13 April 2007, UT1-UTC=-0.0818486, Accumulated Leap Seconds=33 + { 2454204.50, 65.267750 }, //14 April 2007, UT1-UTC=-0.0837498, Accumulated Leap Seconds=33 + { 2454205.50, 65.269885 }, //15 April 2007, UT1-UTC=-0.0858846, Accumulated Leap Seconds=33 + { 2454206.50, 65.272167 }, //16 April 2007, UT1-UTC=-0.0881668, Accumulated Leap Seconds=33 + { 2454207.50, 65.274420 }, //17 April 2007, UT1-UTC=-0.0904205, Accumulated Leap Seconds=33 + { 2454208.50, 65.276426 }, //18 April 2007, UT1-UTC=-0.0924261, Accumulated Leap Seconds=33 + { 2454209.50, 65.278065 }, //19 April 2007, UT1-UTC=-0.0940647, Accumulated Leap Seconds=33 + { 2454210.50, 65.279312 }, //20 April 2007, UT1-UTC=-0.0953119, Accumulated Leap Seconds=33 + { 2454211.50, 65.280252 }, //21 April 2007, UT1-UTC=-0.0962523, Accumulated Leap Seconds=33 + { 2454212.50, 65.281059 }, //22 April 2007, UT1-UTC=-0.0970589, Accumulated Leap Seconds=33 + { 2454213.50, 65.281887 }, //23 April 2007, UT1-UTC=-0.0978874, Accumulated Leap Seconds=33 + { 2454214.50, 65.282805 }, //24 April 2007, UT1-UTC=-0.0988054, Accumulated Leap Seconds=33 + { 2454215.50, 65.283825 }, //25 April 2007, UT1-UTC=-0.0998247, Accumulated Leap Seconds=33 + { 2454216.50, 65.285005 }, //26 April 2007, UT1-UTC=-0.1010047, Accumulated Leap Seconds=33 + { 2454217.50, 65.286325 }, //27 April 2007, UT1-UTC=-0.1023246, Accumulated Leap Seconds=33 + { 2454218.50, 65.287770 }, //28 April 2007, UT1-UTC=-0.1037702, Accumulated Leap Seconds=33 + { 2454219.50, 65.289253 }, //29 April 2007, UT1-UTC=-0.1052528, Accumulated Leap Seconds=33 + { 2454220.50, 65.290703 }, //30 April 2007, UT1-UTC=-0.1067029, Accumulated Leap Seconds=33 + { 2454221.50, 65.292064 }, //01 May 2007, UT1-UTC=-0.1080645, Accumulated Leap Seconds=33 + { 2454222.50, 65.293293 }, //02 May 2007, UT1-UTC=-0.1092932, Accumulated Leap Seconds=33 + { 2454223.50, 65.294392 }, //03 May 2007, UT1-UTC=-0.1103915, Accumulated Leap Seconds=33 + { 2454224.50, 65.295338 }, //04 May 2007, UT1-UTC=-0.1113384, Accumulated Leap Seconds=33 + { 2454225.50, 65.296162 }, //05 May 2007, UT1-UTC=-0.1121618, Accumulated Leap Seconds=33 + { 2454226.50, 65.296877 }, //06 May 2007, UT1-UTC=-0.1128767, Accumulated Leap Seconds=33 + { 2454227.50, 65.297519 }, //07 May 2007, UT1-UTC=-0.1135195, Accumulated Leap Seconds=33 + { 2454228.50, 65.298218 }, //08 May 2007, UT1-UTC=-0.1142181, Accumulated Leap Seconds=33 + { 2454229.50, 65.299133 }, //09 May 2007, UT1-UTC=-0.1151328, Accumulated Leap Seconds=33 + { 2454230.50, 65.300318 }, //10 May 2007, UT1-UTC=-0.1163178, Accumulated Leap Seconds=33 + { 2454231.50, 65.301820 }, //11 May 2007, UT1-UTC=-0.1178205, Accumulated Leap Seconds=33 + { 2454232.50, 65.303668 }, //12 May 2007, UT1-UTC=-0.1196679, Accumulated Leap Seconds=33 + { 2454233.50, 65.305815 }, //13 May 2007, UT1-UTC=-0.1218147, Accumulated Leap Seconds=33 + { 2454234.50, 65.308026 }, //14 May 2007, UT1-UTC=-0.1240264, Accumulated Leap Seconds=33 + { 2454235.50, 65.310100 }, //15 May 2007, UT1-UTC=-0.1260998, Accumulated Leap Seconds=33 + { 2454236.50, 65.311850 }, //16 May 2007, UT1-UTC=-0.1278501, Accumulated Leap Seconds=33 + { 2454237.50, 65.313221 }, //17 May 2007, UT1-UTC=-0.1292208, Accumulated Leap Seconds=33 + { 2454238.50, 65.314320 }, //18 May 2007, UT1-UTC=-0.1303198, Accumulated Leap Seconds=33 + { 2454239.50, 65.315229 }, //19 May 2007, UT1-UTC=-0.1312294, Accumulated Leap Seconds=33 + { 2454240.50, 65.316102 }, //20 May 2007, UT1-UTC=-0.1321018, Accumulated Leap Seconds=33 + { 2454241.50, 65.317031 }, //21 May 2007, UT1-UTC=-0.1330305, Accumulated Leap Seconds=33 + { 2454242.50, 65.317947 }, //22 May 2007, UT1-UTC=-0.1339470, Accumulated Leap Seconds=33 + { 2454243.50, 65.318925 }, //23 May 2007, UT1-UTC=-0.1349255, Accumulated Leap Seconds=33 + { 2454244.50, 65.320048 }, //24 May 2007, UT1-UTC=-0.1360483, Accumulated Leap Seconds=33 + { 2454245.50, 65.321331 }, //25 May 2007, UT1-UTC=-0.1373306, Accumulated Leap Seconds=33 + { 2454246.50, 65.322634 }, //26 May 2007, UT1-UTC=-0.1386344, Accumulated Leap Seconds=33 + { 2454247.50, 65.323876 }, //27 May 2007, UT1-UTC=-0.1398765, Accumulated Leap Seconds=33 + { 2454248.50, 65.325012 }, //28 May 2007, UT1-UTC=-0.1410123, Accumulated Leap Seconds=33 + { 2454249.50, 65.326000 }, //29 May 2007, UT1-UTC=-0.1420000, Accumulated Leap Seconds=33 + { 2454250.50, 65.326822 }, //30 May 2007, UT1-UTC=-0.1428218, Accumulated Leap Seconds=33 + { 2454251.50, 65.327473 }, //31 May 2007, UT1-UTC=-0.1434728, Accumulated Leap Seconds=33 + { 2454252.50, 65.327940 }, //01 June 2007, UT1-UTC=-0.1439403, Accumulated Leap Seconds=33 + { 2454253.50, 65.328216 }, //02 June 2007, UT1-UTC=-0.1442162, Accumulated Leap Seconds=33 + { 2454254.50, 65.328377 }, //03 June 2007, UT1-UTC=-0.1443772, Accumulated Leap Seconds=33 + { 2454255.50, 65.328564 }, //04 June 2007, UT1-UTC=-0.1445635, Accumulated Leap Seconds=33 + { 2454256.50, 65.328929 }, //05 June 2007, UT1-UTC=-0.1449290, Accumulated Leap Seconds=33 + { 2454257.50, 65.329516 }, //06 June 2007, UT1-UTC=-0.1455156, Accumulated Leap Seconds=33 + { 2454258.50, 65.330287 }, //07 June 2007, UT1-UTC=-0.1462873, Accumulated Leap Seconds=33 + { 2454259.50, 65.331245 }, //08 June 2007, UT1-UTC=-0.1472454, Accumulated Leap Seconds=33 + { 2454260.50, 65.332321 }, //09 June 2007, UT1-UTC=-0.1483210, Accumulated Leap Seconds=33 + { 2454261.50, 65.333451 }, //10 June 2007, UT1-UTC=-0.1494508, Accumulated Leap Seconds=33 + { 2454262.50, 65.334549 }, //11 June 2007, UT1-UTC=-0.1505489, Accumulated Leap Seconds=33 + { 2454263.50, 65.335459 }, //12 June 2007, UT1-UTC=-0.1514586, Accumulated Leap Seconds=33 + { 2454264.50, 65.336053 }, //13 June 2007, UT1-UTC=-0.1520530, Accumulated Leap Seconds=33 + { 2454265.50, 65.336328 }, //14 June 2007, UT1-UTC=-0.1523285, Accumulated Leap Seconds=33 + { 2454266.50, 65.336367 }, //15 June 2007, UT1-UTC=-0.1523672, Accumulated Leap Seconds=33 + { 2454267.50, 65.336298 }, //16 June 2007, UT1-UTC=-0.1522976, Accumulated Leap Seconds=33 + { 2454268.50, 65.336304 }, //17 June 2007, UT1-UTC=-0.1523038, Accumulated Leap Seconds=33 + { 2454269.50, 65.336493 }, //18 June 2007, UT1-UTC=-0.1524927, Accumulated Leap Seconds=33 + { 2454270.50, 65.336866 }, //19 June 2007, UT1-UTC=-0.1528665, Accumulated Leap Seconds=33 + { 2454271.50, 65.337426 }, //20 June 2007, UT1-UTC=-0.1534259, Accumulated Leap Seconds=33 + { 2454272.50, 65.338131 }, //21 June 2007, UT1-UTC=-0.1541307, Accumulated Leap Seconds=33 + { 2454273.50, 65.338883 }, //22 June 2007, UT1-UTC=-0.1548830, Accumulated Leap Seconds=33 + { 2454274.50, 65.339591 }, //23 June 2007, UT1-UTC=-0.1555914, Accumulated Leap Seconds=33 + { 2454275.50, 65.340210 }, //24 June 2007, UT1-UTC=-0.1562105, Accumulated Leap Seconds=33 + { 2454276.50, 65.340728 }, //25 June 2007, UT1-UTC=-0.1567277, Accumulated Leap Seconds=33 + { 2454277.50, 65.341098 }, //26 June 2007, UT1-UTC=-0.1570984, Accumulated Leap Seconds=33 + { 2454278.50, 65.341330 }, //27 June 2007, UT1-UTC=-0.1573298, Accumulated Leap Seconds=33 + { 2454279.50, 65.341425 }, //28 June 2007, UT1-UTC=-0.1574245, Accumulated Leap Seconds=33 + { 2454280.50, 65.341416 }, //29 June 2007, UT1-UTC=-0.1574159, Accumulated Leap Seconds=33 + { 2454281.50, 65.341377 }, //30 June 2007, UT1-UTC=-0.1573773, Accumulated Leap Seconds=33 + { 2454282.50, 65.341337 }, //01 July 2007, UT1-UTC=-0.1573366, Accumulated Leap Seconds=33 + { 2454283.50, 65.341421 }, //02 July 2007, UT1-UTC=-0.1574206, Accumulated Leap Seconds=33 + { 2454284.50, 65.341734 }, //03 July 2007, UT1-UTC=-0.1577341, Accumulated Leap Seconds=33 + { 2454285.50, 65.342300 }, //04 July 2007, UT1-UTC=-0.1583003, Accumulated Leap Seconds=33 + { 2454286.50, 65.343068 }, //05 July 2007, UT1-UTC=-0.1590684, Accumulated Leap Seconds=33 + { 2454287.50, 65.343981 }, //06 July 2007, UT1-UTC=-0.1599805, Accumulated Leap Seconds=33 + { 2454288.50, 65.344938 }, //07 July 2007, UT1-UTC=-0.1609384, Accumulated Leap Seconds=33 + { 2454289.50, 65.345819 }, //08 July 2007, UT1-UTC=-0.1618187, Accumulated Leap Seconds=33 + { 2454290.50, 65.346453 }, //09 July 2007, UT1-UTC=-0.1624532, Accumulated Leap Seconds=33 + { 2454291.50, 65.346776 }, //10 July 2007, UT1-UTC=-0.1627757, Accumulated Leap Seconds=33 + { 2454292.50, 65.346857 }, //11 July 2007, UT1-UTC=-0.1628569, Accumulated Leap Seconds=33 + { 2454293.50, 65.346719 }, //12 July 2007, UT1-UTC=-0.1627189, Accumulated Leap Seconds=33 + { 2454294.50, 65.346471 }, //13 July 2007, UT1-UTC=-0.1624711, Accumulated Leap Seconds=33 + { 2454295.50, 65.346174 }, //14 July 2007, UT1-UTC=-0.1621739, Accumulated Leap Seconds=33 + { 2454296.50, 65.345996 }, //15 July 2007, UT1-UTC=-0.1619959, Accumulated Leap Seconds=33 + { 2454297.50, 65.345990 }, //16 July 2007, UT1-UTC=-0.1619895, Accumulated Leap Seconds=33 + { 2454298.50, 65.346156 }, //17 July 2007, UT1-UTC=-0.1621563, Accumulated Leap Seconds=33 + { 2454299.50, 65.346480 }, //18 July 2007, UT1-UTC=-0.1624805, Accumulated Leap Seconds=33 + { 2454300.50, 65.346882 }, //19 July 2007, UT1-UTC=-0.1628822, Accumulated Leap Seconds=33 + { 2454301.50, 65.347262 }, //20 July 2007, UT1-UTC=-0.1632619, Accumulated Leap Seconds=33 + { 2454302.50, 65.347555 }, //21 July 2007, UT1-UTC=-0.1635550, Accumulated Leap Seconds=33 + { 2454303.50, 65.347723 }, //22 July 2007, UT1-UTC=-0.1637231, Accumulated Leap Seconds=33 + { 2454304.50, 65.347713 }, //23 July 2007, UT1-UTC=-0.1637131, Accumulated Leap Seconds=33 + { 2454305.50, 65.347512 }, //24 July 2007, UT1-UTC=-0.1635122, Accumulated Leap Seconds=33 + { 2454306.50, 65.347126 }, //25 July 2007, UT1-UTC=-0.1631264, Accumulated Leap Seconds=33 + { 2454307.50, 65.346572 }, //26 July 2007, UT1-UTC=-0.1625716, Accumulated Leap Seconds=33 + { 2454308.50, 65.345951 }, //27 July 2007, UT1-UTC=-0.1619507, Accumulated Leap Seconds=33 + { 2454309.50, 65.345355 }, //28 July 2007, UT1-UTC=-0.1613552, Accumulated Leap Seconds=33 + { 2454310.50, 65.344926 }, //29 July 2007, UT1-UTC=-0.1609255, Accumulated Leap Seconds=33 + { 2454311.50, 65.344739 }, //30 July 2007, UT1-UTC=-0.1607387, Accumulated Leap Seconds=33 + { 2454312.50, 65.344824 }, //31 July 2007, UT1-UTC=-0.1608236, Accumulated Leap Seconds=33 + { 2454313.50, 65.345188 }, //01 August 2007, UT1-UTC=-0.1611881, Accumulated Leap Seconds=33 + { 2454314.50, 65.345814 }, //02 August 2007, UT1-UTC=-0.1618138, Accumulated Leap Seconds=33 + { 2454315.50, 65.346607 }, //03 August 2007, UT1-UTC=-0.1626073, Accumulated Leap Seconds=33 + { 2454316.50, 65.347363 }, //04 August 2007, UT1-UTC=-0.1633628, Accumulated Leap Seconds=33 + { 2454317.50, 65.347960 }, //05 August 2007, UT1-UTC=-0.1639595, Accumulated Leap Seconds=33 + { 2454318.50, 65.348304 }, //06 August 2007, UT1-UTC=-0.1643038, Accumulated Leap Seconds=33 + { 2454319.50, 65.348351 }, //07 August 2007, UT1-UTC=-0.1643512, Accumulated Leap Seconds=33 + { 2454320.50, 65.348138 }, //08 August 2007, UT1-UTC=-0.1641383, Accumulated Leap Seconds=33 + { 2454321.50, 65.347751 }, //09 August 2007, UT1-UTC=-0.1637508, Accumulated Leap Seconds=33 + { 2454322.50, 65.347288 }, //10 August 2007, UT1-UTC=-0.1632878, Accumulated Leap Seconds=33 + { 2454323.50, 65.346905 }, //11 August 2007, UT1-UTC=-0.1629055, Accumulated Leap Seconds=33 + { 2454324.50, 65.346727 }, //12 August 2007, UT1-UTC=-0.1627268, Accumulated Leap Seconds=33 + { 2454325.50, 65.346746 }, //13 August 2007, UT1-UTC=-0.1627462, Accumulated Leap Seconds=33 + { 2454326.50, 65.346892 }, //14 August 2007, UT1-UTC=-0.1628922, Accumulated Leap Seconds=33 + { 2454327.50, 65.347132 }, //15 August 2007, UT1-UTC=-0.1631324, Accumulated Leap Seconds=33 + { 2454328.50, 65.347408 }, //16 August 2007, UT1-UTC=-0.1634081, Accumulated Leap Seconds=33 + { 2454329.50, 65.347639 }, //17 August 2007, UT1-UTC=-0.1636393, Accumulated Leap Seconds=33 + { 2454330.50, 65.347856 }, //18 August 2007, UT1-UTC=-0.1638565, Accumulated Leap Seconds=33 + { 2454331.50, 65.347993 }, //19 August 2007, UT1-UTC=-0.1639926, Accumulated Leap Seconds=33 + { 2454332.50, 65.348001 }, //20 August 2007, UT1-UTC=-0.1640014, Accumulated Leap Seconds=33 + { 2454333.50, 65.347853 }, //21 August 2007, UT1-UTC=-0.1638526, Accumulated Leap Seconds=33 + { 2454334.50, 65.347545 }, //22 August 2007, UT1-UTC=-0.1635452, Accumulated Leap Seconds=33 + { 2454335.50, 65.347115 }, //23 August 2007, UT1-UTC=-0.1631149, Accumulated Leap Seconds=33 + { 2454336.50, 65.346611 }, //24 August 2007, UT1-UTC=-0.1626115, Accumulated Leap Seconds=33 + { 2454337.50, 65.346173 }, //25 August 2007, UT1-UTC=-0.1621729, Accumulated Leap Seconds=33 + { 2454338.50, 65.345902 }, //26 August 2007, UT1-UTC=-0.1619021, Accumulated Leap Seconds=33 + { 2454339.50, 65.345899 }, //27 August 2007, UT1-UTC=-0.1618994, Accumulated Leap Seconds=33 + { 2454340.50, 65.346205 }, //28 August 2007, UT1-UTC=-0.1622055, Accumulated Leap Seconds=33 + { 2454341.50, 65.346843 }, //29 August 2007, UT1-UTC=-0.1628426, Accumulated Leap Seconds=33 + { 2454342.50, 65.347711 }, //30 August 2007, UT1-UTC=-0.1637113, Accumulated Leap Seconds=33 + { 2454343.50, 65.348689 }, //31 August 2007, UT1-UTC=-0.1646890, Accumulated Leap Seconds=33 + { 2454344.50, 65.349640 }, //01 September 2007, UT1-UTC=-0.1656400, Accumulated Leap Seconds=33 + { 2454345.50, 65.350398 }, //02 September 2007, UT1-UTC=-0.1663977, Accumulated Leap Seconds=33 + { 2454346.50, 65.350887 }, //03 September 2007, UT1-UTC=-0.1668870, Accumulated Leap Seconds=33 + { 2454347.50, 65.351120 }, //04 September 2007, UT1-UTC=-0.1671203, Accumulated Leap Seconds=33 + { 2454348.50, 65.351184 }, //05 September 2007, UT1-UTC=-0.1671837, Accumulated Leap Seconds=33 + { 2454349.50, 65.351226 }, //06 September 2007, UT1-UTC=-0.1672262, Accumulated Leap Seconds=33 + { 2454350.50, 65.351353 }, //07 September 2007, UT1-UTC=-0.1673525, Accumulated Leap Seconds=33 + { 2454351.50, 65.351646 }, //08 September 2007, UT1-UTC=-0.1676457, Accumulated Leap Seconds=33 + { 2454352.50, 65.352150 }, //09 September 2007, UT1-UTC=-0.1681500, Accumulated Leap Seconds=33 + { 2454353.50, 65.352869 }, //10 September 2007, UT1-UTC=-0.1688687, Accumulated Leap Seconds=33 + { 2454354.50, 65.353698 }, //11 September 2007, UT1-UTC=-0.1696978, Accumulated Leap Seconds=33 + { 2454355.50, 65.354593 }, //12 September 2007, UT1-UTC=-0.1705927, Accumulated Leap Seconds=33 + { 2454356.50, 65.355555 }, //13 September 2007, UT1-UTC=-0.1715547, Accumulated Leap Seconds=33 + { 2454357.50, 65.356452 }, //14 September 2007, UT1-UTC=-0.1724516, Accumulated Leap Seconds=33 + { 2454358.50, 65.357230 }, //15 September 2007, UT1-UTC=-0.1732301, Accumulated Leap Seconds=33 + { 2454359.50, 65.357864 }, //16 September 2007, UT1-UTC=-0.1738645, Accumulated Leap Seconds=33 + { 2454360.50, 65.358348 }, //17 September 2007, UT1-UTC=-0.1743479, Accumulated Leap Seconds=33 + { 2454361.50, 65.358711 }, //18 September 2007, UT1-UTC=-0.1747108, Accumulated Leap Seconds=33 + { 2454362.50, 65.358961 }, //19 September 2007, UT1-UTC=-0.1749608, Accumulated Leap Seconds=33 + { 2454363.50, 65.359178 }, //20 September 2007, UT1-UTC=-0.1751775, Accumulated Leap Seconds=33 + { 2454364.50, 65.359478 }, //21 September 2007, UT1-UTC=-0.1754780, Accumulated Leap Seconds=33 + { 2454365.50, 65.359935 }, //22 September 2007, UT1-UTC=-0.1759346, Accumulated Leap Seconds=33 + { 2454366.50, 65.360599 }, //23 September 2007, UT1-UTC=-0.1765990, Accumulated Leap Seconds=33 + { 2454367.50, 65.361547 }, //24 September 2007, UT1-UTC=-0.1775465, Accumulated Leap Seconds=33 + { 2454368.50, 65.362791 }, //25 September 2007, UT1-UTC=-0.1787912, Accumulated Leap Seconds=33 + { 2454369.50, 65.364395 }, //26 September 2007, UT1-UTC=-0.1803951, Accumulated Leap Seconds=33 + { 2454370.50, 65.366119 }, //27 September 2007, UT1-UTC=-0.1821194, Accumulated Leap Seconds=33 + { 2454371.50, 65.367751 }, //28 September 2007, UT1-UTC=-0.1837513, Accumulated Leap Seconds=33 + { 2454372.50, 65.369171 }, //29 September 2007, UT1-UTC=-0.1851709, Accumulated Leap Seconds=33 + { 2454373.50, 65.370300 }, //30 September 2007, UT1-UTC=-0.1863000, Accumulated Leap Seconds=33 + { 2454374.50, 65.371131 }, //01 October 2007, UT1-UTC=-0.1871307, Accumulated Leap Seconds=33 + { 2454375.50, 65.371715 }, //02 October 2007, UT1-UTC=-0.1877154, Accumulated Leap Seconds=33 + { 2454376.50, 65.372223 }, //03 October 2007, UT1-UTC=-0.1882226, Accumulated Leap Seconds=33 + { 2454377.50, 65.372756 }, //04 October 2007, UT1-UTC=-0.1887562, Accumulated Leap Seconds=33 + { 2454378.50, 65.373371 }, //05 October 2007, UT1-UTC=-0.1893708, Accumulated Leap Seconds=33 + { 2454379.50, 65.374086 }, //06 October 2007, UT1-UTC=-0.1900862, Accumulated Leap Seconds=33 + { 2454380.50, 65.374949 }, //07 October 2007, UT1-UTC=-0.1909486, Accumulated Leap Seconds=33 + { 2454381.50, 65.375933 }, //08 October 2007, UT1-UTC=-0.1919326, Accumulated Leap Seconds=33 + { 2454382.50, 65.376978 }, //09 October 2007, UT1-UTC=-0.1929784, Accumulated Leap Seconds=33 + { 2454383.50, 65.378058 }, //10 October 2007, UT1-UTC=-0.1940585, Accumulated Leap Seconds=33 + { 2454384.50, 65.379158 }, //11 October 2007, UT1-UTC=-0.1951579, Accumulated Leap Seconds=33 + { 2454385.50, 65.380161 }, //12 October 2007, UT1-UTC=-0.1961614, Accumulated Leap Seconds=33 + { 2454386.50, 65.381024 }, //13 October 2007, UT1-UTC=-0.1970240, Accumulated Leap Seconds=33 + { 2454387.50, 65.381703 }, //14 October 2007, UT1-UTC=-0.1977025, Accumulated Leap Seconds=33 + { 2454388.50, 65.382223 }, //15 October 2007, UT1-UTC=-0.1982226, Accumulated Leap Seconds=33 + { 2454389.50, 65.382649 }, //16 October 2007, UT1-UTC=-0.1986487, Accumulated Leap Seconds=33 + { 2454390.50, 65.383032 }, //17 October 2007, UT1-UTC=-0.1990321, Accumulated Leap Seconds=33 + { 2454391.50, 65.383481 }, //18 October 2007, UT1-UTC=-0.1994807, Accumulated Leap Seconds=33 + { 2454392.50, 65.384036 }, //19 October 2007, UT1-UTC=-0.2000363, Accumulated Leap Seconds=33 + { 2454393.50, 65.384752 }, //20 October 2007, UT1-UTC=-0.2007521, Accumulated Leap Seconds=33 + { 2454394.50, 65.385681 }, //21 October 2007, UT1-UTC=-0.2016807, Accumulated Leap Seconds=33 + { 2454395.50, 65.386828 }, //22 October 2007, UT1-UTC=-0.2028284, Accumulated Leap Seconds=33 + { 2454396.50, 65.388218 }, //23 October 2007, UT1-UTC=-0.2042182, Accumulated Leap Seconds=33 + { 2454397.50, 65.389838 }, //24 October 2007, UT1-UTC=-0.2058379, Accumulated Leap Seconds=33 + { 2454398.50, 65.391530 }, //25 October 2007, UT1-UTC=-0.2075304, Accumulated Leap Seconds=33 + { 2454399.50, 65.393062 }, //26 October 2007, UT1-UTC=-0.2090621, Accumulated Leap Seconds=33 + { 2454400.50, 65.394252 }, //27 October 2007, UT1-UTC=-0.2102517, Accumulated Leap Seconds=33 + { 2454401.50, 65.395080 }, //28 October 2007, UT1-UTC=-0.2110800, Accumulated Leap Seconds=33 + { 2454402.50, 65.395662 }, //29 October 2007, UT1-UTC=-0.2116624, Accumulated Leap Seconds=33 + { 2454403.50, 65.396155 }, //30 October 2007, UT1-UTC=-0.2121553, Accumulated Leap Seconds=33 + { 2454404.50, 65.396643 }, //31 October 2007, UT1-UTC=-0.2126427, Accumulated Leap Seconds=33 + { 2454405.50, 65.397200 }, //01 November 2007, UT1-UTC=-0.2131998, Accumulated Leap Seconds=33 + { 2454406.50, 65.397886 }, //02 November 2007, UT1-UTC=-0.2138860, Accumulated Leap Seconds=33 + { 2454407.50, 65.398736 }, //03 November 2007, UT1-UTC=-0.2147359, Accumulated Leap Seconds=33 + { 2454408.50, 65.399722 }, //04 November 2007, UT1-UTC=-0.2157221, Accumulated Leap Seconds=33 + { 2454409.50, 65.400744 }, //05 November 2007, UT1-UTC=-0.2167438, Accumulated Leap Seconds=33 + { 2454410.50, 65.401789 }, //06 November 2007, UT1-UTC=-0.2177889, Accumulated Leap Seconds=33 + { 2454411.50, 65.402842 }, //07 November 2007, UT1-UTC=-0.2188419, Accumulated Leap Seconds=33 + { 2454412.50, 65.403891 }, //08 November 2007, UT1-UTC=-0.2198909, Accumulated Leap Seconds=33 + { 2454413.50, 65.404838 }, //09 November 2007, UT1-UTC=-0.2208385, Accumulated Leap Seconds=33 + { 2454414.50, 65.405599 }, //10 November 2007, UT1-UTC=-0.2215991, Accumulated Leap Seconds=33 + { 2454415.50, 65.406172 }, //11 November 2007, UT1-UTC=-0.2221723, Accumulated Leap Seconds=33 + { 2454416.50, 65.406586 }, //12 November 2007, UT1-UTC=-0.2225862, Accumulated Leap Seconds=33 + { 2454417.50, 65.406909 }, //13 November 2007, UT1-UTC=-0.2229088, Accumulated Leap Seconds=33 + { 2454418.50, 65.407255 }, //14 November 2007, UT1-UTC=-0.2232552, Accumulated Leap Seconds=33 + { 2454419.50, 65.407718 }, //15 November 2007, UT1-UTC=-0.2237181, Accumulated Leap Seconds=33 + { 2454420.50, 65.408438 }, //16 November 2007, UT1-UTC=-0.2244383, Accumulated Leap Seconds=33 + { 2454421.50, 65.409429 }, //17 November 2007, UT1-UTC=-0.2254288, Accumulated Leap Seconds=33 + { 2454422.50, 65.410698 }, //18 November 2007, UT1-UTC=-0.2266985, Accumulated Leap Seconds=33 + { 2454423.50, 65.412277 }, //19 November 2007, UT1-UTC=-0.2282772, Accumulated Leap Seconds=33 + { 2454424.50, 65.414114 }, //20 November 2007, UT1-UTC=-0.2301145, Accumulated Leap Seconds=33 + { 2454425.50, 65.416095 }, //21 November 2007, UT1-UTC=-0.2320951, Accumulated Leap Seconds=33 + { 2454426.50, 65.418095 }, //22 November 2007, UT1-UTC=-0.2340954, Accumulated Leap Seconds=33 + { 2454427.50, 65.419938 }, //23 November 2007, UT1-UTC=-0.2359377, Accumulated Leap Seconds=33 + { 2454428.50, 65.421505 }, //24 November 2007, UT1-UTC=-0.2375048, Accumulated Leap Seconds=33 + { 2454429.50, 65.422764 }, //25 November 2007, UT1-UTC=-0.2387638, Accumulated Leap Seconds=33 + { 2454430.50, 65.423777 }, //26 November 2007, UT1-UTC=-0.2397770, Accumulated Leap Seconds=33 + { 2454431.50, 65.424684 }, //27 November 2007, UT1-UTC=-0.2406843, Accumulated Leap Seconds=33 + { 2454432.50, 65.425644 }, //28 November 2007, UT1-UTC=-0.2416439, Accumulated Leap Seconds=33 + { 2454433.50, 65.426752 }, //29 November 2007, UT1-UTC=-0.2427516, Accumulated Leap Seconds=33 + { 2454434.50, 65.428060 }, //30 November 2007, UT1-UTC=-0.2440595, Accumulated Leap Seconds=33 + { 2454435.50, 65.429555 }, //01 December 2007, UT1-UTC=-0.2455547, Accumulated Leap Seconds=33 + { 2454436.50, 65.431134 }, //02 December 2007, UT1-UTC=-0.2471345, Accumulated Leap Seconds=33 + { 2454437.50, 65.432739 }, //03 December 2007, UT1-UTC=-0.2487391, Accumulated Leap Seconds=33 + { 2454438.50, 65.434252 }, //04 December 2007, UT1-UTC=-0.2502523, Accumulated Leap Seconds=33 + { 2454439.50, 65.435588 }, //05 December 2007, UT1-UTC=-0.2515877, Accumulated Leap Seconds=33 + { 2454440.50, 65.436672 }, //06 December 2007, UT1-UTC=-0.2526718, Accumulated Leap Seconds=33 + { 2454441.50, 65.437506 }, //07 December 2007, UT1-UTC=-0.2535059, Accumulated Leap Seconds=33 + { 2454442.50, 65.438088 }, //08 December 2007, UT1-UTC=-0.2540880, Accumulated Leap Seconds=33 + { 2454443.50, 65.438446 }, //09 December 2007, UT1-UTC=-0.2544462, Accumulated Leap Seconds=33 + { 2454444.50, 65.438655 }, //10 December 2007, UT1-UTC=-0.2546547, Accumulated Leap Seconds=33 + { 2454445.50, 65.438809 }, //11 December 2007, UT1-UTC=-0.2548093, Accumulated Leap Seconds=33 + { 2454446.50, 65.439034 }, //12 December 2007, UT1-UTC=-0.2550337, Accumulated Leap Seconds=33 + { 2454447.50, 65.439391 }, //13 December 2007, UT1-UTC=-0.2553910, Accumulated Leap Seconds=33 + { 2454448.50, 65.439908 }, //14 December 2007, UT1-UTC=-0.2559077, Accumulated Leap Seconds=33 + { 2454449.50, 65.440638 }, //15 December 2007, UT1-UTC=-0.2566382, Accumulated Leap Seconds=33 + { 2454450.50, 65.441625 }, //16 December 2007, UT1-UTC=-0.2576246, Accumulated Leap Seconds=33 + { 2454451.50, 65.442833 }, //17 December 2007, UT1-UTC=-0.2588329, Accumulated Leap Seconds=33 + { 2454452.50, 65.444155 }, //18 December 2007, UT1-UTC=-0.2601553, Accumulated Leap Seconds=33 + { 2454453.50, 65.445465 }, //19 December 2007, UT1-UTC=-0.2614654, Accumulated Leap Seconds=33 + { 2454454.50, 65.446731 }, //20 December 2007, UT1-UTC=-0.2627308, Accumulated Leap Seconds=33 + { 2454455.50, 65.447833 }, //21 December 2007, UT1-UTC=-0.2638328, Accumulated Leap Seconds=33 + { 2454456.50, 65.448614 }, //22 December 2007, UT1-UTC=-0.2646138, Accumulated Leap Seconds=33 + { 2454457.50, 65.449167 }, //23 December 2007, UT1-UTC=-0.2651672, Accumulated Leap Seconds=33 + { 2454458.50, 65.449641 }, //24 December 2007, UT1-UTC=-0.2656413, Accumulated Leap Seconds=33 + { 2454459.50, 65.450158 }, //25 December 2007, UT1-UTC=-0.2661582, Accumulated Leap Seconds=33 + { 2454460.50, 65.450806 }, //26 December 2007, UT1-UTC=-0.2668056, Accumulated Leap Seconds=33 + { 2454461.50, 65.451625 }, //27 December 2007, UT1-UTC=-0.2676248, Accumulated Leap Seconds=33 + { 2454462.50, 65.452620 }, //28 December 2007, UT1-UTC=-0.2686198, Accumulated Leap Seconds=33 + { 2454463.50, 65.453758 }, //29 December 2007, UT1-UTC=-0.2697583, Accumulated Leap Seconds=33 + { 2454464.50, 65.455023 }, //30 December 2007, UT1-UTC=-0.2710235, Accumulated Leap Seconds=33 + { 2454465.50, 65.456245 }, //31 December 2007, UT1-UTC=-0.2722454, Accumulated Leap Seconds=33 + { 2454466.50, 65.457349 }, //01 January 2008, UT1-UTC=-0.2733487, Accumulated Leap Seconds=33 + { 2454467.50, 65.458325 }, //02 January 2008, UT1-UTC=-0.2743246, Accumulated Leap Seconds=33 + { 2454468.50, 65.459192 }, //03 January 2008, UT1-UTC=-0.2751923, Accumulated Leap Seconds=33 + { 2454469.50, 65.459954 }, //04 January 2008, UT1-UTC=-0.2759541, Accumulated Leap Seconds=33 + { 2454470.50, 65.460611 }, //05 January 2008, UT1-UTC=-0.2766112, Accumulated Leap Seconds=33 + { 2454471.50, 65.461205 }, //06 January 2008, UT1-UTC=-0.2772046, Accumulated Leap Seconds=33 + { 2454472.50, 65.461744 }, //07 January 2008, UT1-UTC=-0.2777443, Accumulated Leap Seconds=33 + { 2454473.50, 65.462260 }, //08 January 2008, UT1-UTC=-0.2782602, Accumulated Leap Seconds=33 + { 2454474.50, 65.462847 }, //09 January 2008, UT1-UTC=-0.2788466, Accumulated Leap Seconds=33 + { 2454475.50, 65.463572 }, //10 January 2008, UT1-UTC=-0.2795717, Accumulated Leap Seconds=33 + { 2454476.50, 65.464459 }, //11 January 2008, UT1-UTC=-0.2804593, Accumulated Leap Seconds=33 + { 2454477.50, 65.465550 }, //12 January 2008, UT1-UTC=-0.2815502, Accumulated Leap Seconds=33 + { 2454478.50, 65.466827 }, //13 January 2008, UT1-UTC=-0.2828270, Accumulated Leap Seconds=33 + { 2454479.50, 65.468206 }, //14 January 2008, UT1-UTC=-0.2842063, Accumulated Leap Seconds=33 + { 2454480.50, 65.469592 }, //15 January 2008, UT1-UTC=-0.2855919, Accumulated Leap Seconds=33 + { 2454481.50, 65.470910 }, //16 January 2008, UT1-UTC=-0.2869096, Accumulated Leap Seconds=33 + { 2454482.50, 65.472001 }, //17 January 2008, UT1-UTC=-0.2880006, Accumulated Leap Seconds=33 + { 2454483.50, 65.472795 }, //18 January 2008, UT1-UTC=-0.2887946, Accumulated Leap Seconds=33 + { 2454484.50, 65.473356 }, //19 January 2008, UT1-UTC=-0.2893557, Accumulated Leap Seconds=33 + { 2454485.50, 65.473784 }, //20 January 2008, UT1-UTC=-0.2897838, Accumulated Leap Seconds=33 + { 2454486.50, 65.474214 }, //21 January 2008, UT1-UTC=-0.2902138, Accumulated Leap Seconds=33 + { 2454487.50, 65.474806 }, //22 January 2008, UT1-UTC=-0.2908058, Accumulated Leap Seconds=33 + { 2454488.50, 65.475645 }, //23 January 2008, UT1-UTC=-0.2916448, Accumulated Leap Seconds=33 + { 2454489.50, 65.476758 }, //24 January 2008, UT1-UTC=-0.2927578, Accumulated Leap Seconds=33 + { 2454490.50, 65.478091 }, //25 January 2008, UT1-UTC=-0.2940911, Accumulated Leap Seconds=33 + { 2454491.50, 65.479590 }, //26 January 2008, UT1-UTC=-0.2955900, Accumulated Leap Seconds=33 + { 2454492.50, 65.481124 }, //27 January 2008, UT1-UTC=-0.2971245, Accumulated Leap Seconds=33 + { 2454493.50, 65.482604 }, //28 January 2008, UT1-UTC=-0.2986041, Accumulated Leap Seconds=33 + { 2454494.50, 65.483962 }, //29 January 2008, UT1-UTC=-0.2999616, Accumulated Leap Seconds=33 + { 2454495.50, 65.485109 }, //30 January 2008, UT1-UTC=-0.3011086, Accumulated Leap Seconds=33 + { 2454496.50, 65.486020 }, //31 January 2008, UT1-UTC=-0.3020201, Accumulated Leap Seconds=33 + { 2454497.50, 65.486752 }, //01 February 2008, UT1-UTC=-0.3027520, Accumulated Leap Seconds=33 + { 2454498.50, 65.487392 }, //02 February 2008, UT1-UTC=-0.3033916, Accumulated Leap Seconds=33 + { 2454499.50, 65.487970 }, //03 February 2008, UT1-UTC=-0.3039696, Accumulated Leap Seconds=33 + { 2454500.50, 65.488530 }, //04 February 2008, UT1-UTC=-0.3045304, Accumulated Leap Seconds=33 + { 2454501.50, 65.489205 }, //05 February 2008, UT1-UTC=-0.3052051, Accumulated Leap Seconds=33 + { 2454502.50, 65.490069 }, //06 February 2008, UT1-UTC=-0.3060687, Accumulated Leap Seconds=33 + { 2454503.50, 65.491147 }, //07 February 2008, UT1-UTC=-0.3071474, Accumulated Leap Seconds=33 + { 2454504.50, 65.492466 }, //08 February 2008, UT1-UTC=-0.3084659, Accumulated Leap Seconds=33 + { 2454505.50, 65.493973 }, //09 February 2008, UT1-UTC=-0.3099733, Accumulated Leap Seconds=33 + { 2454506.50, 65.495569 }, //10 February 2008, UT1-UTC=-0.3115686, Accumulated Leap Seconds=33 + { 2454507.50, 65.497229 }, //11 February 2008, UT1-UTC=-0.3132294, Accumulated Leap Seconds=33 + { 2454508.50, 65.498821 }, //12 February 2008, UT1-UTC=-0.3148210, Accumulated Leap Seconds=33 + { 2454509.50, 65.500175 }, //13 February 2008, UT1-UTC=-0.3161747, Accumulated Leap Seconds=33 + { 2454510.50, 65.501323 }, //14 February 2008, UT1-UTC=-0.3173231, Accumulated Leap Seconds=33 + { 2454511.50, 65.502233 }, //15 February 2008, UT1-UTC=-0.3182327, Accumulated Leap Seconds=33 + { 2454512.50, 65.502919 }, //16 February 2008, UT1-UTC=-0.3189186, Accumulated Leap Seconds=33 + { 2454513.50, 65.503478 }, //17 February 2008, UT1-UTC=-0.3194775, Accumulated Leap Seconds=33 + { 2454514.50, 65.504078 }, //18 February 2008, UT1-UTC=-0.3200785, Accumulated Leap Seconds=33 + { 2454515.50, 65.504877 }, //19 February 2008, UT1-UTC=-0.3208770, Accumulated Leap Seconds=33 + { 2454516.50, 65.505925 }, //20 February 2008, UT1-UTC=-0.3219252, Accumulated Leap Seconds=33 + { 2454517.50, 65.507157 }, //21 February 2008, UT1-UTC=-0.3231568, Accumulated Leap Seconds=33 + { 2454518.50, 65.508496 }, //22 February 2008, UT1-UTC=-0.3244960, Accumulated Leap Seconds=33 + { 2454519.50, 65.509838 }, //23 February 2008, UT1-UTC=-0.3258381, Accumulated Leap Seconds=33 + { 2454520.50, 65.511112 }, //24 February 2008, UT1-UTC=-0.3271121, Accumulated Leap Seconds=33 + { 2454521.50, 65.512287 }, //25 February 2008, UT1-UTC=-0.3282865, Accumulated Leap Seconds=33 + { 2454522.50, 65.513282 }, //26 February 2008, UT1-UTC=-0.3292819, Accumulated Leap Seconds=33 + { 2454523.50, 65.514057 }, //27 February 2008, UT1-UTC=-0.3300575, Accumulated Leap Seconds=33 + { 2454524.50, 65.514609 }, //28 February 2008, UT1-UTC=-0.3306086, Accumulated Leap Seconds=33 + { 2454525.50, 65.514968 }, //29 February 2008, UT1-UTC=-0.3309683, Accumulated Leap Seconds=33 + { 2454526.50, 65.515201 }, //01 March 2008, UT1-UTC=-0.3312012, Accumulated Leap Seconds=33 + { 2454527.50, 65.515436 }, //02 March 2008, UT1-UTC=-0.3314358, Accumulated Leap Seconds=33 + { 2454528.50, 65.515782 }, //03 March 2008, UT1-UTC=-0.3317821, Accumulated Leap Seconds=33 + { 2454529.50, 65.516240 }, //04 March 2008, UT1-UTC=-0.3322401, Accumulated Leap Seconds=33 + { 2454530.50, 65.516968 }, //05 March 2008, UT1-UTC=-0.3329681, Accumulated Leap Seconds=33 + { 2454531.50, 65.517990 }, //06 March 2008, UT1-UTC=-0.3339902, Accumulated Leap Seconds=33 + { 2454532.50, 65.519268 }, //07 March 2008, UT1-UTC=-0.3352683, Accumulated Leap Seconds=33 + { 2454533.50, 65.520755 }, //08 March 2008, UT1-UTC=-0.3367549, Accumulated Leap Seconds=33 + { 2454534.50, 65.522335 }, //09 March 2008, UT1-UTC=-0.3383351, Accumulated Leap Seconds=33 + { 2454535.50, 65.523810 }, //10 March 2008, UT1-UTC=-0.3398101, Accumulated Leap Seconds=33 + { 2454536.50, 65.525083 }, //11 March 2008, UT1-UTC=-0.3410830, Accumulated Leap Seconds=33 + { 2454537.50, 65.526085 }, //12 March 2008, UT1-UTC=-0.3420846, Accumulated Leap Seconds=33 + { 2454538.50, 65.526812 }, //13 March 2008, UT1-UTC=-0.3428122, Accumulated Leap Seconds=33 + { 2454539.50, 65.527333 }, //14 March 2008, UT1-UTC=-0.3433331, Accumulated Leap Seconds=33 + { 2454540.50, 65.527770 }, //15 March 2008, UT1-UTC=-0.3437704, Accumulated Leap Seconds=33 + { 2454541.50, 65.528277 }, //16 March 2008, UT1-UTC=-0.3442772, Accumulated Leap Seconds=33 + { 2454542.50, 65.528937 }, //17 March 2008, UT1-UTC=-0.3449369, Accumulated Leap Seconds=33 + { 2454543.50, 65.529811 }, //18 March 2008, UT1-UTC=-0.3458107, Accumulated Leap Seconds=33 + { 2454544.50, 65.530964 }, //19 March 2008, UT1-UTC=-0.3469636, Accumulated Leap Seconds=33 + { 2454545.50, 65.532300 }, //20 March 2008, UT1-UTC=-0.3483000, Accumulated Leap Seconds=33 + { 2454546.50, 65.533718 }, //21 March 2008, UT1-UTC=-0.3497181, Accumulated Leap Seconds=33 + { 2454547.50, 65.535215 }, //22 March 2008, UT1-UTC=-0.3512150, Accumulated Leap Seconds=33 + { 2454548.50, 65.536666 }, //23 March 2008, UT1-UTC=-0.3526664, Accumulated Leap Seconds=33 + { 2454549.50, 65.538036 }, //24 March 2008, UT1-UTC=-0.3540362, Accumulated Leap Seconds=33 + { 2454550.50, 65.539276 }, //25 March 2008, UT1-UTC=-0.3552761, Accumulated Leap Seconds=33 + { 2454551.50, 65.540342 }, //26 March 2008, UT1-UTC=-0.3563422, Accumulated Leap Seconds=33 + { 2454552.50, 65.541226 }, //27 March 2008, UT1-UTC=-0.3572263, Accumulated Leap Seconds=33 + { 2454553.50, 65.541962 }, //28 March 2008, UT1-UTC=-0.3579623, Accumulated Leap Seconds=33 + { 2454554.50, 65.542599 }, //29 March 2008, UT1-UTC=-0.3585988, Accumulated Leap Seconds=33 + { 2454555.50, 65.543254 }, //30 March 2008, UT1-UTC=-0.3592544, Accumulated Leap Seconds=33 + { 2454556.50, 65.544024 }, //31 March 2008, UT1-UTC=-0.3600236, Accumulated Leap Seconds=33 + { 2454557.50, 65.544992 }, //01 April 2008, UT1-UTC=-0.3609916, Accumulated Leap Seconds=33 + { 2454558.50, 65.546178 }, //02 April 2008, UT1-UTC=-0.3621785, Accumulated Leap Seconds=33 + { 2454559.50, 65.547636 }, //03 April 2008, UT1-UTC=-0.3636364, Accumulated Leap Seconds=33 + { 2454560.50, 65.549282 }, //04 April 2008, UT1-UTC=-0.3652822, Accumulated Leap Seconds=33 + { 2454561.50, 65.551120 }, //05 April 2008, UT1-UTC=-0.3671200, Accumulated Leap Seconds=33 + { 2454562.50, 65.553045 }, //06 April 2008, UT1-UTC=-0.3690451, Accumulated Leap Seconds=33 + { 2454563.50, 65.554804 }, //07 April 2008, UT1-UTC=-0.3708038, Accumulated Leap Seconds=33 + { 2454564.50, 65.556212 }, //08 April 2008, UT1-UTC=-0.3722121, Accumulated Leap Seconds=33 + { 2454565.50, 65.557278 }, //09 April 2008, UT1-UTC=-0.3732783, Accumulated Leap Seconds=33 + { 2454566.50, 65.558045 }, //10 April 2008, UT1-UTC=-0.3740450, Accumulated Leap Seconds=33 + { 2454567.50, 65.558628 }, //11 April 2008, UT1-UTC=-0.3746282, Accumulated Leap Seconds=33 + { 2454568.50, 65.559168 }, //12 April 2008, UT1-UTC=-0.3751680, Accumulated Leap Seconds=33 + { 2454569.50, 65.559775 }, //13 April 2008, UT1-UTC=-0.3757750, Accumulated Leap Seconds=33 + { 2454570.50, 65.560580 }, //14 April 2008, UT1-UTC=-0.3765804, Accumulated Leap Seconds=33 + { 2454571.50, 65.561649 }, //15 April 2008, UT1-UTC=-0.3776493, Accumulated Leap Seconds=33 + { 2454572.50, 65.562911 }, //16 April 2008, UT1-UTC=-0.3789112, Accumulated Leap Seconds=33 + { 2454573.50, 65.564253 }, //17 April 2008, UT1-UTC=-0.3802534, Accumulated Leap Seconds=33 + { 2454574.50, 65.565609 }, //18 April 2008, UT1-UTC=-0.3816095, Accumulated Leap Seconds=33 + { 2454575.50, 65.566934 }, //19 April 2008, UT1-UTC=-0.3829337, Accumulated Leap Seconds=33 + { 2454576.50, 65.568167 }, //20 April 2008, UT1-UTC=-0.3841666, Accumulated Leap Seconds=33 + { 2454577.50, 65.569235 }, //21 April 2008, UT1-UTC=-0.3852347, Accumulated Leap Seconds=33 + { 2454578.50, 65.570156 }, //22 April 2008, UT1-UTC=-0.3861557, Accumulated Leap Seconds=33 + { 2454579.50, 65.570927 }, //23 April 2008, UT1-UTC=-0.3869274, Accumulated Leap Seconds=33 + { 2454580.50, 65.571595 }, //24 April 2008, UT1-UTC=-0.3875950, Accumulated Leap Seconds=33 + { 2454581.50, 65.572199 }, //25 April 2008, UT1-UTC=-0.3881989, Accumulated Leap Seconds=33 + { 2454582.50, 65.572769 }, //26 April 2008, UT1-UTC=-0.3887692, Accumulated Leap Seconds=33 + { 2454583.50, 65.573394 }, //27 April 2008, UT1-UTC=-0.3893942, Accumulated Leap Seconds=33 + { 2454584.50, 65.574199 }, //28 April 2008, UT1-UTC=-0.3901987, Accumulated Leap Seconds=33 + { 2454585.50, 65.575215 }, //29 April 2008, UT1-UTC=-0.3912154, Accumulated Leap Seconds=33 + { 2454586.50, 65.576511 }, //30 April 2008, UT1-UTC=-0.3925115, Accumulated Leap Seconds=33 + { 2454587.50, 65.578077 }, //01 May 2008, UT1-UTC=-0.3940768, Accumulated Leap Seconds=33 + { 2454588.50, 65.579780 }, //02 May 2008, UT1-UTC=-0.3957801, Accumulated Leap Seconds=33 + { 2454589.50, 65.581614 }, //03 May 2008, UT1-UTC=-0.3976139, Accumulated Leap Seconds=33 + { 2454590.50, 65.583463 }, //04 May 2008, UT1-UTC=-0.3994632, Accumulated Leap Seconds=33 + { 2454591.50, 65.585147 }, //05 May 2008, UT1-UTC=-0.4011471, Accumulated Leap Seconds=33 + { 2454592.50, 65.586571 }, //06 May 2008, UT1-UTC=-0.4025710, Accumulated Leap Seconds=33 + { 2454593.50, 65.587662 }, //07 May 2008, UT1-UTC=-0.4036620, Accumulated Leap Seconds=33 + { 2454594.50, 65.588556 }, //08 May 2008, UT1-UTC=-0.4045560, Accumulated Leap Seconds=33 + { 2454595.50, 65.589414 }, //09 May 2008, UT1-UTC=-0.4054143, Accumulated Leap Seconds=33 + { 2454596.50, 65.590353 }, //10 May 2008, UT1-UTC=-0.4063530, Accumulated Leap Seconds=33 + { 2454597.50, 65.591479 }, //11 May 2008, UT1-UTC=-0.4074787, Accumulated Leap Seconds=33 + { 2454598.50, 65.592878 }, //12 May 2008, UT1-UTC=-0.4088775, Accumulated Leap Seconds=33 + { 2454599.50, 65.594467 }, //13 May 2008, UT1-UTC=-0.4104669, Accumulated Leap Seconds=33 + { 2454600.50, 65.596139 }, //14 May 2008, UT1-UTC=-0.4121390, Accumulated Leap Seconds=33 + { 2454601.50, 65.597811 }, //15 May 2008, UT1-UTC=-0.4138108, Accumulated Leap Seconds=33 + { 2454602.50, 65.599407 }, //16 May 2008, UT1-UTC=-0.4154074, Accumulated Leap Seconds=33 + { 2454603.50, 65.600828 }, //17 May 2008, UT1-UTC=-0.4168283, Accumulated Leap Seconds=33 + { 2454604.50, 65.602013 }, //18 May 2008, UT1-UTC=-0.4180126, Accumulated Leap Seconds=33 + { 2454605.50, 65.603016 }, //19 May 2008, UT1-UTC=-0.4190159, Accumulated Leap Seconds=33 + { 2454606.50, 65.603810 }, //20 May 2008, UT1-UTC=-0.4198097, Accumulated Leap Seconds=33 + { 2454607.50, 65.604363 }, //21 May 2008, UT1-UTC=-0.4203632, Accumulated Leap Seconds=33 + { 2454608.50, 65.604738 }, //22 May 2008, UT1-UTC=-0.4207380, Accumulated Leap Seconds=33 + { 2454609.50, 65.605030 }, //23 May 2008, UT1-UTC=-0.4210295, Accumulated Leap Seconds=33 + { 2454610.50, 65.605325 }, //24 May 2008, UT1-UTC=-0.4213254, Accumulated Leap Seconds=33 + { 2454611.50, 65.605721 }, //25 May 2008, UT1-UTC=-0.4217205, Accumulated Leap Seconds=33 + { 2454612.50, 65.606294 }, //26 May 2008, UT1-UTC=-0.4222936, Accumulated Leap Seconds=33 + { 2454613.50, 65.607071 }, //27 May 2008, UT1-UTC=-0.4230707, Accumulated Leap Seconds=33 + { 2454614.50, 65.608022 }, //28 May 2008, UT1-UTC=-0.4240223, Accumulated Leap Seconds=33 + { 2454615.50, 65.609129 }, //29 May 2008, UT1-UTC=-0.4251295, Accumulated Leap Seconds=33 + { 2454616.50, 65.610350 }, //30 May 2008, UT1-UTC=-0.4263505, Accumulated Leap Seconds=33 + { 2454617.50, 65.611594 }, //31 May 2008, UT1-UTC=-0.4275942, Accumulated Leap Seconds=33 + { 2454618.50, 65.612728 }, //01 June 2008, UT1-UTC=-0.4287280, Accumulated Leap Seconds=33 + { 2454619.50, 65.613673 }, //02 June 2008, UT1-UTC=-0.4296730, Accumulated Leap Seconds=33 + { 2454620.50, 65.614332 }, //03 June 2008, UT1-UTC=-0.4303320, Accumulated Leap Seconds=33 + { 2454621.50, 65.614767 }, //04 June 2008, UT1-UTC=-0.4307670, Accumulated Leap Seconds=33 + { 2454622.50, 65.615090 }, //05 June 2008, UT1-UTC=-0.4310902, Accumulated Leap Seconds=33 + { 2454623.50, 65.615440 }, //06 June 2008, UT1-UTC=-0.4314399, Accumulated Leap Seconds=33 + { 2454624.50, 65.615902 }, //07 June 2008, UT1-UTC=-0.4319020, Accumulated Leap Seconds=33 + { 2454625.50, 65.616529 }, //08 June 2008, UT1-UTC=-0.4325288, Accumulated Leap Seconds=33 + { 2454626.50, 65.617315 }, //09 June 2008, UT1-UTC=-0.4333150, Accumulated Leap Seconds=33 + { 2454627.50, 65.618258 }, //10 June 2008, UT1-UTC=-0.4342579, Accumulated Leap Seconds=33 + { 2454628.50, 65.619266 }, //11 June 2008, UT1-UTC=-0.4352663, Accumulated Leap Seconds=33 + { 2454629.50, 65.620183 }, //12 June 2008, UT1-UTC=-0.4361835, Accumulated Leap Seconds=33 + { 2454630.50, 65.620931 }, //13 June 2008, UT1-UTC=-0.4369308, Accumulated Leap Seconds=33 + { 2454631.50, 65.621492 }, //14 June 2008, UT1-UTC=-0.4374919, Accumulated Leap Seconds=33 + { 2454632.50, 65.621821 }, //15 June 2008, UT1-UTC=-0.4378213, Accumulated Leap Seconds=33 + { 2454633.50, 65.621989 }, //16 June 2008, UT1-UTC=-0.4379886, Accumulated Leap Seconds=33 + { 2454634.50, 65.622060 }, //17 June 2008, UT1-UTC=-0.4380601, Accumulated Leap Seconds=33 + { 2454635.50, 65.622026 }, //18 June 2008, UT1-UTC=-0.4380263, Accumulated Leap Seconds=33 + { 2454636.50, 65.621951 }, //19 June 2008, UT1-UTC=-0.4379508, Accumulated Leap Seconds=33 + { 2454637.50, 65.621902 }, //20 June 2008, UT1-UTC=-0.4379019, Accumulated Leap Seconds=33 + { 2454638.50, 65.621909 }, //21 June 2008, UT1-UTC=-0.4379087, Accumulated Leap Seconds=33 + { 2454639.50, 65.622096 }, //22 June 2008, UT1-UTC=-0.4380958, Accumulated Leap Seconds=33 + { 2454640.50, 65.622520 }, //23 June 2008, UT1-UTC=-0.4385196, Accumulated Leap Seconds=33 + { 2454641.50, 65.623194 }, //24 June 2008, UT1-UTC=-0.4391943, Accumulated Leap Seconds=33 + { 2454642.50, 65.624063 }, //25 June 2008, UT1-UTC=-0.4400628, Accumulated Leap Seconds=33 + { 2454643.50, 65.625033 }, //26 June 2008, UT1-UTC=-0.4410332, Accumulated Leap Seconds=33 + { 2454644.50, 65.626062 }, //27 June 2008, UT1-UTC=-0.4420623, Accumulated Leap Seconds=33 + { 2454645.50, 65.626981 }, //28 June 2008, UT1-UTC=-0.4429814, Accumulated Leap Seconds=33 + { 2454646.50, 65.627770 }, //29 June 2008, UT1-UTC=-0.4437703, Accumulated Leap Seconds=33 + { 2454647.50, 65.628380 }, //30 June 2008, UT1-UTC=-0.4443796, Accumulated Leap Seconds=33 + { 2454648.50, 65.628750 }, //01 July 2008, UT1-UTC=-0.4447505, Accumulated Leap Seconds=33 + { 2454649.50, 65.628936 }, //02 July 2008, UT1-UTC=-0.4449365, Accumulated Leap Seconds=33 + { 2454650.50, 65.629080 }, //03 July 2008, UT1-UTC=-0.4450798, Accumulated Leap Seconds=33 + { 2454651.50, 65.629356 }, //04 July 2008, UT1-UTC=-0.4453557, Accumulated Leap Seconds=33 + { 2454652.50, 65.629826 }, //05 July 2008, UT1-UTC=-0.4458260, Accumulated Leap Seconds=33 + { 2454653.50, 65.630466 }, //06 July 2008, UT1-UTC=-0.4464665, Accumulated Leap Seconds=33 + { 2454654.50, 65.631246 }, //07 July 2008, UT1-UTC=-0.4472457, Accumulated Leap Seconds=33 + { 2454655.50, 65.632063 }, //08 July 2008, UT1-UTC=-0.4480625, Accumulated Leap Seconds=33 + { 2454656.50, 65.632747 }, //09 July 2008, UT1-UTC=-0.4487466, Accumulated Leap Seconds=33 + { 2454657.50, 65.633324 }, //10 July 2008, UT1-UTC=-0.4493235, Accumulated Leap Seconds=33 + { 2454658.50, 65.633727 }, //11 July 2008, UT1-UTC=-0.4497275, Accumulated Leap Seconds=33 + { 2454659.50, 65.633868 }, //12 July 2008, UT1-UTC=-0.4498679, Accumulated Leap Seconds=33 + { 2454660.50, 65.633781 }, //13 July 2008, UT1-UTC=-0.4497806, Accumulated Leap Seconds=33 + { 2454661.50, 65.633538 }, //14 July 2008, UT1-UTC=-0.4495377, Accumulated Leap Seconds=33 + { 2454662.50, 65.633185 }, //15 July 2008, UT1-UTC=-0.4491848, Accumulated Leap Seconds=33 + { 2454663.50, 65.632772 }, //16 July 2008, UT1-UTC=-0.4487718, Accumulated Leap Seconds=33 + { 2454664.50, 65.632403 }, //17 July 2008, UT1-UTC=-0.4484031, Accumulated Leap Seconds=33 + { 2454665.50, 65.632161 }, //18 July 2008, UT1-UTC=-0.4481609, Accumulated Leap Seconds=33 + { 2454666.50, 65.632067 }, //19 July 2008, UT1-UTC=-0.4480668, Accumulated Leap Seconds=33 + { 2454667.50, 65.632194 }, //20 July 2008, UT1-UTC=-0.4481945, Accumulated Leap Seconds=33 + { 2454668.50, 65.632612 }, //21 July 2008, UT1-UTC=-0.4486120, Accumulated Leap Seconds=33 + { 2454669.50, 65.633227 }, //22 July 2008, UT1-UTC=-0.4492268, Accumulated Leap Seconds=33 + { 2454670.50, 65.633946 }, //23 July 2008, UT1-UTC=-0.4499465, Accumulated Leap Seconds=33 + { 2454671.50, 65.634717 }, //24 July 2008, UT1-UTC=-0.4507169, Accumulated Leap Seconds=33 + { 2454672.50, 65.635469 }, //25 July 2008, UT1-UTC=-0.4514691, Accumulated Leap Seconds=33 + { 2454673.50, 65.636101 }, //26 July 2008, UT1-UTC=-0.4521011, Accumulated Leap Seconds=33 + { 2454674.50, 65.636516 }, //27 July 2008, UT1-UTC=-0.4525161, Accumulated Leap Seconds=33 + { 2454675.50, 65.636714 }, //28 July 2008, UT1-UTC=-0.4527138, Accumulated Leap Seconds=33 + { 2454676.50, 65.636769 }, //29 July 2008, UT1-UTC=-0.4527693, Accumulated Leap Seconds=33 + { 2454677.50, 65.636734 }, //30 July 2008, UT1-UTC=-0.4527343, Accumulated Leap Seconds=33 + { 2454678.50, 65.636792 }, //31 July 2008, UT1-UTC=-0.4527922, Accumulated Leap Seconds=33 + { 2454679.50, 65.637009 }, //01 August 2008, UT1-UTC=-0.4530091, Accumulated Leap Seconds=33 + { 2454680.50, 65.637439 }, //02 August 2008, UT1-UTC=-0.4534390, Accumulated Leap Seconds=33 + { 2454681.50, 65.638051 }, //03 August 2008, UT1-UTC=-0.4540511, Accumulated Leap Seconds=33 + { 2454682.50, 65.638839 }, //04 August 2008, UT1-UTC=-0.4548394, Accumulated Leap Seconds=33 + { 2454683.50, 65.639626 }, //05 August 2008, UT1-UTC=-0.4556265, Accumulated Leap Seconds=33 + { 2454684.50, 65.640292 }, //06 August 2008, UT1-UTC=-0.4562919, Accumulated Leap Seconds=33 + { 2454685.50, 65.640804 }, //07 August 2008, UT1-UTC=-0.4568038, Accumulated Leap Seconds=33 + { 2454686.50, 65.641136 }, //08 August 2008, UT1-UTC=-0.4571358, Accumulated Leap Seconds=33 + { 2454687.50, 65.641279 }, //09 August 2008, UT1-UTC=-0.4572793, Accumulated Leap Seconds=33 + { 2454688.50, 65.641273 }, //10 August 2008, UT1-UTC=-0.4572728, Accumulated Leap Seconds=33 + { 2454689.50, 65.641143 }, //11 August 2008, UT1-UTC=-0.4571428, Accumulated Leap Seconds=33 + { 2454690.50, 65.640931 }, //12 August 2008, UT1-UTC=-0.4569308, Accumulated Leap Seconds=33 + { 2454691.50, 65.640718 }, //13 August 2008, UT1-UTC=-0.4567183, Accumulated Leap Seconds=33 + { 2454692.50, 65.640597 }, //14 August 2008, UT1-UTC=-0.4565975, Accumulated Leap Seconds=33 + { 2454693.50, 65.640612 }, //15 August 2008, UT1-UTC=-0.4566119, Accumulated Leap Seconds=33 + { 2454694.50, 65.640800 }, //16 August 2008, UT1-UTC=-0.4568004, Accumulated Leap Seconds=33 + { 2454695.50, 65.641147 }, //17 August 2008, UT1-UTC=-0.4571473, Accumulated Leap Seconds=33 + { 2454696.50, 65.641712 }, //18 August 2008, UT1-UTC=-0.4577121, Accumulated Leap Seconds=33 + { 2454697.50, 65.642462 }, //19 August 2008, UT1-UTC=-0.4584618, Accumulated Leap Seconds=33 + { 2454698.50, 65.643322 }, //20 August 2008, UT1-UTC=-0.4593217, Accumulated Leap Seconds=33 + { 2454699.50, 65.644135 }, //21 August 2008, UT1-UTC=-0.4601349, Accumulated Leap Seconds=33 + { 2454700.50, 65.644780 }, //22 August 2008, UT1-UTC=-0.4607799, Accumulated Leap Seconds=33 + { 2454701.50, 65.645245 }, //23 August 2008, UT1-UTC=-0.4612450, Accumulated Leap Seconds=33 + { 2454702.50, 65.645491 }, //24 August 2008, UT1-UTC=-0.4614906, Accumulated Leap Seconds=33 + { 2454703.50, 65.645579 }, //25 August 2008, UT1-UTC=-0.4615794, Accumulated Leap Seconds=33 + { 2454704.50, 65.645635 }, //26 August 2008, UT1-UTC=-0.4616352, Accumulated Leap Seconds=33 + { 2454705.50, 65.645766 }, //27 August 2008, UT1-UTC=-0.4617661, Accumulated Leap Seconds=33 + { 2454706.50, 65.646055 }, //28 August 2008, UT1-UTC=-0.4620553, Accumulated Leap Seconds=33 + { 2454707.50, 65.646540 }, //29 August 2008, UT1-UTC=-0.4625399, Accumulated Leap Seconds=33 + { 2454708.50, 65.647315 }, //30 August 2008, UT1-UTC=-0.4633152, Accumulated Leap Seconds=33 + { 2454709.50, 65.648280 }, //31 August 2008, UT1-UTC=-0.4642801, Accumulated Leap Seconds=33 + { 2454710.50, 65.649338 }, //01 September 2008, UT1-UTC=-0.4653375, Accumulated Leap Seconds=33 + { 2454711.50, 65.650393 }, //02 September 2008, UT1-UTC=-0.4663928, Accumulated Leap Seconds=33 + { 2454712.50, 65.651280 }, //03 September 2008, UT1-UTC=-0.4672797, Accumulated Leap Seconds=33 + { 2454713.50, 65.651959 }, //04 September 2008, UT1-UTC=-0.4679589, Accumulated Leap Seconds=33 + { 2454714.50, 65.652480 }, //05 September 2008, UT1-UTC=-0.4684798, Accumulated Leap Seconds=33 + { 2454715.50, 65.652781 }, //06 September 2008, UT1-UTC=-0.4687813, Accumulated Leap Seconds=33 + { 2454716.50, 65.652961 }, //07 September 2008, UT1-UTC=-0.4689610, Accumulated Leap Seconds=33 + { 2454717.50, 65.653082 }, //08 September 2008, UT1-UTC=-0.4690819, Accumulated Leap Seconds=33 + { 2454718.50, 65.653201 }, //09 September 2008, UT1-UTC=-0.4692015, Accumulated Leap Seconds=33 + { 2454719.50, 65.653446 }, //10 September 2008, UT1-UTC=-0.4694463, Accumulated Leap Seconds=33 + { 2454720.50, 65.653848 }, //11 September 2008, UT1-UTC=-0.4698483, Accumulated Leap Seconds=33 + { 2454721.50, 65.654478 }, //12 September 2008, UT1-UTC=-0.4704784, Accumulated Leap Seconds=33 + { 2454722.50, 65.655409 }, //13 September 2008, UT1-UTC=-0.4714086, Accumulated Leap Seconds=33 + { 2454723.50, 65.656632 }, //14 September 2008, UT1-UTC=-0.4726317, Accumulated Leap Seconds=33 + { 2454724.50, 65.658095 }, //15 September 2008, UT1-UTC=-0.4740946, Accumulated Leap Seconds=33 + { 2454725.50, 65.659709 }, //16 September 2008, UT1-UTC=-0.4757093, Accumulated Leap Seconds=33 + { 2454726.50, 65.661329 }, //17 September 2008, UT1-UTC=-0.4773286, Accumulated Leap Seconds=33 + { 2454727.50, 65.662799 }, //18 September 2008, UT1-UTC=-0.4787992, Accumulated Leap Seconds=33 + { 2454728.50, 65.664021 }, //19 September 2008, UT1-UTC=-0.4800210, Accumulated Leap Seconds=33 + { 2454729.50, 65.664986 }, //20 September 2008, UT1-UTC=-0.4809865, Accumulated Leap Seconds=33 + { 2454730.50, 65.665685 }, //21 September 2008, UT1-UTC=-0.4816851, Accumulated Leap Seconds=33 + { 2454731.50, 65.666262 }, //22 September 2008, UT1-UTC=-0.4822619, Accumulated Leap Seconds=33 + { 2454732.50, 65.666856 }, //23 September 2008, UT1-UTC=-0.4828561, Accumulated Leap Seconds=33 + { 2454733.50, 65.667503 }, //24 September 2008, UT1-UTC=-0.4835035, Accumulated Leap Seconds=33 + { 2454734.50, 65.668302 }, //25 September 2008, UT1-UTC=-0.4843018, Accumulated Leap Seconds=33 + { 2454735.50, 65.669365 }, //26 September 2008, UT1-UTC=-0.4853648, Accumulated Leap Seconds=33 + { 2454736.50, 65.670614 }, //27 September 2008, UT1-UTC=-0.4866135, Accumulated Leap Seconds=33 + { 2454737.50, 65.671984 }, //28 September 2008, UT1-UTC=-0.4879836, Accumulated Leap Seconds=33 + { 2454738.50, 65.673419 }, //29 September 2008, UT1-UTC=-0.4894192, Accumulated Leap Seconds=33 + { 2454739.50, 65.674784 }, //30 September 2008, UT1-UTC=-0.4907835, Accumulated Leap Seconds=33 + { 2454740.50, 65.675993 }, //01 October 2008, UT1-UTC=-0.4919928, Accumulated Leap Seconds=33 + { 2454741.50, 65.676992 }, //02 October 2008, UT1-UTC=-0.4929921, Accumulated Leap Seconds=33 + { 2454742.50, 65.677745 }, //03 October 2008, UT1-UTC=-0.4937449, Accumulated Leap Seconds=33 + { 2454743.50, 65.678285 }, //04 October 2008, UT1-UTC=-0.4942848, Accumulated Leap Seconds=33 + { 2454744.50, 65.678678 }, //05 October 2008, UT1-UTC=-0.4946776, Accumulated Leap Seconds=33 + { 2454745.50, 65.679025 }, //06 October 2008, UT1-UTC=-0.4950251, Accumulated Leap Seconds=33 + { 2454746.50, 65.679358 }, //07 October 2008, UT1-UTC=-0.4953584, Accumulated Leap Seconds=33 + { 2454747.50, 65.679836 }, //08 October 2008, UT1-UTC=-0.4958358, Accumulated Leap Seconds=33 + { 2454748.50, 65.680510 }, //09 October 2008, UT1-UTC=-0.4965102, Accumulated Leap Seconds=33 + { 2454749.50, 65.681413 }, //10 October 2008, UT1-UTC=-0.4974134, Accumulated Leap Seconds=33 + { 2454750.50, 65.682549 }, //11 October 2008, UT1-UTC=-0.4985488, Accumulated Leap Seconds=33 + { 2454751.50, 65.683912 }, //12 October 2008, UT1-UTC=-0.4999116, Accumulated Leap Seconds=33 + { 2454752.50, 65.685435 }, //13 October 2008, UT1-UTC=-0.5014348, Accumulated Leap Seconds=33 + { 2454753.50, 65.687033 }, //14 October 2008, UT1-UTC=-0.5030326, Accumulated Leap Seconds=33 + { 2454754.50, 65.688535 }, //15 October 2008, UT1-UTC=-0.5045348, Accumulated Leap Seconds=33 + { 2454755.50, 65.689923 }, //16 October 2008, UT1-UTC=-0.5059233, Accumulated Leap Seconds=33 + { 2454756.50, 65.691136 }, //17 October 2008, UT1-UTC=-0.5071357, Accumulated Leap Seconds=33 + { 2454757.50, 65.692155 }, //18 October 2008, UT1-UTC=-0.5081548, Accumulated Leap Seconds=33 + { 2454758.50, 65.693054 }, //19 October 2008, UT1-UTC=-0.5090541, Accumulated Leap Seconds=33 + { 2454759.50, 65.694026 }, //20 October 2008, UT1-UTC=-0.5100264, Accumulated Leap Seconds=33 + { 2454760.50, 65.695112 }, //21 October 2008, UT1-UTC=-0.5111122, Accumulated Leap Seconds=33 + { 2454761.50, 65.696328 }, //22 October 2008, UT1-UTC=-0.5123276, Accumulated Leap Seconds=33 + { 2454762.50, 65.697729 }, //23 October 2008, UT1-UTC=-0.5137295, Accumulated Leap Seconds=33 + { 2454763.50, 65.699322 }, //24 October 2008, UT1-UTC=-0.5153218, Accumulated Leap Seconds=33 + { 2454764.50, 65.700978 }, //25 October 2008, UT1-UTC=-0.5169776, Accumulated Leap Seconds=33 + { 2454765.50, 65.702620 }, //26 October 2008, UT1-UTC=-0.5186202, Accumulated Leap Seconds=33 + { 2454766.50, 65.704212 }, //27 October 2008, UT1-UTC=-0.5202121, Accumulated Leap Seconds=33 + { 2454767.50, 65.705696 }, //28 October 2008, UT1-UTC=-0.5216963, Accumulated Leap Seconds=33 + { 2454768.50, 65.706999 }, //29 October 2008, UT1-UTC=-0.5229987, Accumulated Leap Seconds=33 + { 2454769.50, 65.708071 }, //30 October 2008, UT1-UTC=-0.5240711, Accumulated Leap Seconds=33 + { 2454770.50, 65.708951 }, //31 October 2008, UT1-UTC=-0.5249506, Accumulated Leap Seconds=33 + { 2454771.50, 65.709697 }, //01 November 2008, UT1-UTC=-0.5256966, Accumulated Leap Seconds=33 + { 2454772.50, 65.710309 }, //02 November 2008, UT1-UTC=-0.5263089, Accumulated Leap Seconds=33 + { 2454773.50, 65.710927 }, //03 November 2008, UT1-UTC=-0.5269267, Accumulated Leap Seconds=33 + { 2454774.50, 65.711591 }, //04 November 2008, UT1-UTC=-0.5275908, Accumulated Leap Seconds=33 + { 2454775.50, 65.712302 }, //05 November 2008, UT1-UTC=-0.5283016, Accumulated Leap Seconds=33 + { 2454776.50, 65.713143 }, //06 November 2008, UT1-UTC=-0.5291431, Accumulated Leap Seconds=33 + { 2454777.50, 65.714182 }, //07 November 2008, UT1-UTC=-0.5301816, Accumulated Leap Seconds=33 + { 2454778.50, 65.715430 }, //08 November 2008, UT1-UTC=-0.5314301, Accumulated Leap Seconds=33 + { 2454779.50, 65.716882 }, //09 November 2008, UT1-UTC=-0.5328820, Accumulated Leap Seconds=33 + { 2454780.50, 65.718505 }, //10 November 2008, UT1-UTC=-0.5345047, Accumulated Leap Seconds=33 + { 2454781.50, 65.720180 }, //11 November 2008, UT1-UTC=-0.5361795, Accumulated Leap Seconds=33 + { 2454782.50, 65.721797 }, //12 November 2008, UT1-UTC=-0.5377971, Accumulated Leap Seconds=33 + { 2454783.50, 65.723194 }, //13 November 2008, UT1-UTC=-0.5391942, Accumulated Leap Seconds=33 + { 2454784.50, 65.724310 }, //14 November 2008, UT1-UTC=-0.5403097, Accumulated Leap Seconds=33 + { 2454785.50, 65.725169 }, //15 November 2008, UT1-UTC=-0.5411691, Accumulated Leap Seconds=33 + { 2454786.50, 65.725924 }, //16 November 2008, UT1-UTC=-0.5419239, Accumulated Leap Seconds=33 + { 2454787.50, 65.726770 }, //17 November 2008, UT1-UTC=-0.5427698, Accumulated Leap Seconds=33 + { 2454788.50, 65.727856 }, //18 November 2008, UT1-UTC=-0.5438561, Accumulated Leap Seconds=33 + { 2454789.50, 65.729269 }, //19 November 2008, UT1-UTC=-0.5452686, Accumulated Leap Seconds=33 + { 2454790.50, 65.730932 }, //20 November 2008, UT1-UTC=-0.5469323, Accumulated Leap Seconds=33 + { 2454791.50, 65.732762 }, //21 November 2008, UT1-UTC=-0.5487621, Accumulated Leap Seconds=33 + { 2454792.50, 65.734643 }, //22 November 2008, UT1-UTC=-0.5506431, Accumulated Leap Seconds=33 + { 2454793.50, 65.736470 }, //23 November 2008, UT1-UTC=-0.5524701, Accumulated Leap Seconds=33 + { 2454794.50, 65.738167 }, //24 November 2008, UT1-UTC=-0.5541669, Accumulated Leap Seconds=33 + { 2454795.50, 65.739704 }, //25 November 2008, UT1-UTC=-0.5557042, Accumulated Leap Seconds=33 + { 2454796.50, 65.741070 }, //26 November 2008, UT1-UTC=-0.5570702, Accumulated Leap Seconds=33 + { 2454797.50, 65.742314 }, //27 November 2008, UT1-UTC=-0.5583143, Accumulated Leap Seconds=33 + { 2454798.50, 65.743388 }, //28 November 2008, UT1-UTC=-0.5593880, Accumulated Leap Seconds=33 + { 2454799.50, 65.744333 }, //29 November 2008, UT1-UTC=-0.5603332, Accumulated Leap Seconds=33 + { 2454800.50, 65.745201 }, //30 November 2008, UT1-UTC=-0.5612014, Accumulated Leap Seconds=33 + { 2454801.50, 65.746092 }, //01 December 2008, UT1-UTC=-0.5620920, Accumulated Leap Seconds=33 + { 2454802.50, 65.747064 }, //02 December 2008, UT1-UTC=-0.5630643, Accumulated Leap Seconds=33 + { 2454803.50, 65.748118 }, //03 December 2008, UT1-UTC=-0.5641177, Accumulated Leap Seconds=33 + { 2454804.50, 65.749290 }, //04 December 2008, UT1-UTC=-0.5652902, Accumulated Leap Seconds=33 + { 2454805.50, 65.750647 }, //05 December 2008, UT1-UTC=-0.5666473, Accumulated Leap Seconds=33 + { 2454806.50, 65.752187 }, //06 December 2008, UT1-UTC=-0.5681873, Accumulated Leap Seconds=33 + { 2454807.50, 65.753830 }, //07 December 2008, UT1-UTC=-0.5698301, Accumulated Leap Seconds=33 + { 2454808.50, 65.755519 }, //08 December 2008, UT1-UTC=-0.5715190, Accumulated Leap Seconds=33 + { 2454809.50, 65.757121 }, //09 December 2008, UT1-UTC=-0.5731210, Accumulated Leap Seconds=33 + { 2454810.50, 65.758494 }, //10 December 2008, UT1-UTC=-0.5744942, Accumulated Leap Seconds=33 + { 2454811.50, 65.759614 }, //11 December 2008, UT1-UTC=-0.5756138, Accumulated Leap Seconds=33 + { 2454812.50, 65.760487 }, //12 December 2008, UT1-UTC=-0.5764868, Accumulated Leap Seconds=33 + { 2454813.50, 65.761155 }, //13 December 2008, UT1-UTC=-0.5771552, Accumulated Leap Seconds=33 + { 2454814.50, 65.761862 }, //14 December 2008, UT1-UTC=-0.5778624, Accumulated Leap Seconds=33 + { 2454815.50, 65.762761 }, //15 December 2008, UT1-UTC=-0.5787611, Accumulated Leap Seconds=33 + { 2454816.50, 65.763919 }, //16 December 2008, UT1-UTC=-0.5799185, Accumulated Leap Seconds=33 + { 2454817.50, 65.765251 }, //17 December 2008, UT1-UTC=-0.5812507, Accumulated Leap Seconds=33 + { 2454818.50, 65.766668 }, //18 December 2008, UT1-UTC=-0.5826679, Accumulated Leap Seconds=33 + { 2454819.50, 65.768124 }, //19 December 2008, UT1-UTC=-0.5841241, Accumulated Leap Seconds=33 + { 2454820.50, 65.769514 }, //20 December 2008, UT1-UTC=-0.5855142, Accumulated Leap Seconds=33 + { 2454821.50, 65.770736 }, //21 December 2008, UT1-UTC=-0.5867361, Accumulated Leap Seconds=33 + { 2454822.50, 65.771753 }, //22 December 2008, UT1-UTC=-0.5877529, Accumulated Leap Seconds=33 + { 2454823.50, 65.772583 }, //23 December 2008, UT1-UTC=-0.5885829, Accumulated Leap Seconds=33 + { 2454824.50, 65.773212 }, //24 December 2008, UT1-UTC=-0.5892121, Accumulated Leap Seconds=33 + { 2454825.50, 65.773620 }, //25 December 2008, UT1-UTC=-0.5896202, Accumulated Leap Seconds=33 + { 2454826.50, 65.773870 }, //26 December 2008, UT1-UTC=-0.5898703, Accumulated Leap Seconds=33 + { 2454827.50, 65.774062 }, //27 December 2008, UT1-UTC=-0.5900625, Accumulated Leap Seconds=33 + { 2454828.50, 65.774317 }, //28 December 2008, UT1-UTC=-0.5903168, Accumulated Leap Seconds=33 + { 2454829.50, 65.774666 }, //29 December 2008, UT1-UTC=-0.5906664, Accumulated Leap Seconds=33 + { 2454830.50, 65.775150 }, //30 December 2008, UT1-UTC=-0.5911498, Accumulated Leap Seconds=33 + { 2454831.50, 65.775869 }, //31 December 2008, UT1-UTC=-0.5918692, Accumulated Leap Seconds=33 + { 2454832.50, 65.776836 }, //01 January 2009, UT1-UTC= 0.4071638, Accumulated Leap Seconds=34 + { 2454833.50, 65.778016 }, //02 January 2009, UT1-UTC= 0.4059839, Accumulated Leap Seconds=34 + { 2454834.50, 65.779322 }, //03 January 2009, UT1-UTC= 0.4046780, Accumulated Leap Seconds=34 + { 2454835.50, 65.780648 }, //04 January 2009, UT1-UTC= 0.4033522, Accumulated Leap Seconds=34 + { 2454836.50, 65.781926 }, //05 January 2009, UT1-UTC= 0.4020741, Accumulated Leap Seconds=34 + { 2454837.50, 65.783090 }, //06 January 2009, UT1-UTC= 0.4009105, Accumulated Leap Seconds=34 + { 2454838.50, 65.784054 }, //07 January 2009, UT1-UTC= 0.3999456, Accumulated Leap Seconds=34 + { 2454839.50, 65.784773 }, //08 January 2009, UT1-UTC= 0.3992267, Accumulated Leap Seconds=34 + { 2454840.50, 65.785311 }, //09 January 2009, UT1-UTC= 0.3986887, Accumulated Leap Seconds=34 + { 2454841.50, 65.785869 }, //10 January 2009, UT1-UTC= 0.3981312, Accumulated Leap Seconds=34 + { 2454842.50, 65.786543 }, //11 January 2009, UT1-UTC= 0.3974573, Accumulated Leap Seconds=34 + { 2454843.50, 65.787490 }, //12 January 2009, UT1-UTC= 0.3965104, Accumulated Leap Seconds=34 + { 2454844.50, 65.788717 }, //13 January 2009, UT1-UTC= 0.3952828, Accumulated Leap Seconds=34 + { 2454845.50, 65.790148 }, //14 January 2009, UT1-UTC= 0.3938521, Accumulated Leap Seconds=34 + { 2454846.50, 65.791657 }, //15 January 2009, UT1-UTC= 0.3923430, Accumulated Leap Seconds=34 + { 2454847.50, 65.793110 }, //16 January 2009, UT1-UTC= 0.3908897, Accumulated Leap Seconds=34 + { 2454848.50, 65.794383 }, //17 January 2009, UT1-UTC= 0.3896172, Accumulated Leap Seconds=34 + { 2454849.50, 65.795446 }, //18 January 2009, UT1-UTC= 0.3885536, Accumulated Leap Seconds=34 + { 2454850.50, 65.796236 }, //19 January 2009, UT1-UTC= 0.3877636, Accumulated Leap Seconds=34 + { 2454851.50, 65.796748 }, //20 January 2009, UT1-UTC= 0.3872518, Accumulated Leap Seconds=34 + { 2454852.50, 65.797026 }, //21 January 2009, UT1-UTC= 0.3869740, Accumulated Leap Seconds=34 + { 2454853.50, 65.797158 }, //22 January 2009, UT1-UTC= 0.3868424, Accumulated Leap Seconds=34 + { 2454854.50, 65.797213 }, //23 January 2009, UT1-UTC= 0.3867870, Accumulated Leap Seconds=34 + { 2454855.50, 65.797259 }, //24 January 2009, UT1-UTC= 0.3867405, Accumulated Leap Seconds=34 + { 2454856.50, 65.797382 }, //25 January 2009, UT1-UTC= 0.3866180, Accumulated Leap Seconds=34 + { 2454857.50, 65.797671 }, //26 January 2009, UT1-UTC= 0.3863294, Accumulated Leap Seconds=34 + { 2454858.50, 65.798130 }, //27 January 2009, UT1-UTC= 0.3858698, Accumulated Leap Seconds=34 + { 2454859.50, 65.798801 }, //28 January 2009, UT1-UTC= 0.3851985, Accumulated Leap Seconds=34 + { 2454860.50, 65.799632 }, //29 January 2009, UT1-UTC= 0.3843680, Accumulated Leap Seconds=34 + { 2454861.50, 65.800566 }, //30 January 2009, UT1-UTC= 0.3834340, Accumulated Leap Seconds=34 + { 2454862.50, 65.801549 }, //31 January 2009, UT1-UTC= 0.3824508, Accumulated Leap Seconds=34 + { 2454863.50, 65.802461 }, //01 February 2009, UT1-UTC= 0.3815386, Accumulated Leap Seconds=34 + { 2454864.50, 65.803289 }, //02 February 2009, UT1-UTC= 0.3807110, Accumulated Leap Seconds=34 + { 2454865.50, 65.803957 }, //03 February 2009, UT1-UTC= 0.3800428, Accumulated Leap Seconds=34 + { 2454866.50, 65.804490 }, //04 February 2009, UT1-UTC= 0.3795104, Accumulated Leap Seconds=34 + { 2454867.50, 65.804925 }, //05 February 2009, UT1-UTC= 0.3790747, Accumulated Leap Seconds=34 + { 2454868.50, 65.805370 }, //06 February 2009, UT1-UTC= 0.3786300, Accumulated Leap Seconds=34 + { 2454869.50, 65.805909 }, //07 February 2009, UT1-UTC= 0.3780910, Accumulated Leap Seconds=34 + { 2454870.50, 65.806670 }, //08 February 2009, UT1-UTC= 0.3773302, Accumulated Leap Seconds=34 + { 2454871.50, 65.807694 }, //09 February 2009, UT1-UTC= 0.3763064, Accumulated Leap Seconds=34 + { 2454872.50, 65.808978 }, //10 February 2009, UT1-UTC= 0.3750224, Accumulated Leap Seconds=34 + { 2454873.50, 65.810410 }, //11 February 2009, UT1-UTC= 0.3735904, Accumulated Leap Seconds=34 + { 2454874.50, 65.811844 }, //12 February 2009, UT1-UTC= 0.3721556, Accumulated Leap Seconds=34 + { 2454875.50, 65.813116 }, //13 February 2009, UT1-UTC= 0.3708836, Accumulated Leap Seconds=34 + { 2454876.50, 65.814077 }, //14 February 2009, UT1-UTC= 0.3699233, Accumulated Leap Seconds=34 + { 2454877.50, 65.814789 }, //15 February 2009, UT1-UTC= 0.3692112, Accumulated Leap Seconds=34 + { 2454878.50, 65.815322 }, //16 February 2009, UT1-UTC= 0.3686782, Accumulated Leap Seconds=34 + { 2454879.50, 65.815696 }, //17 February 2009, UT1-UTC= 0.3683044, Accumulated Leap Seconds=34 + { 2454880.50, 65.815935 }, //18 February 2009, UT1-UTC= 0.3680654, Accumulated Leap Seconds=34 + { 2454881.50, 65.816082 }, //19 February 2009, UT1-UTC= 0.3679182, Accumulated Leap Seconds=34 + { 2454882.50, 65.816225 }, //20 February 2009, UT1-UTC= 0.3677752, Accumulated Leap Seconds=34 + { 2454883.50, 65.816401 }, //21 February 2009, UT1-UTC= 0.3675990, Accumulated Leap Seconds=34 + { 2454884.50, 65.816665 }, //22 February 2009, UT1-UTC= 0.3673346, Accumulated Leap Seconds=34 + { 2454885.50, 65.817138 }, //23 February 2009, UT1-UTC= 0.3668617, Accumulated Leap Seconds=34 + { 2454886.50, 65.817855 }, //24 February 2009, UT1-UTC= 0.3661446, Accumulated Leap Seconds=34 + { 2454887.50, 65.818787 }, //25 February 2009, UT1-UTC= 0.3652133, Accumulated Leap Seconds=34 + { 2454888.50, 65.819909 }, //26 February 2009, UT1-UTC= 0.3640914, Accumulated Leap Seconds=34 + { 2454889.50, 65.821164 }, //27 February 2009, UT1-UTC= 0.3628361, Accumulated Leap Seconds=34 + { 2454890.50, 65.822441 }, //28 February 2009, UT1-UTC= 0.3615594, Accumulated Leap Seconds=34 + { 2454891.50, 65.823669 }, //01 March 2009, UT1-UTC= 0.3603305, Accumulated Leap Seconds=34 + { 2454892.50, 65.824804 }, //02 March 2009, UT1-UTC= 0.3591963, Accumulated Leap Seconds=34 + { 2454893.50, 65.825806 }, //03 March 2009, UT1-UTC= 0.3581938, Accumulated Leap Seconds=34 + { 2454894.50, 65.826694 }, //04 March 2009, UT1-UTC= 0.3573063, Accumulated Leap Seconds=34 + { 2454895.50, 65.827460 }, //05 March 2009, UT1-UTC= 0.3565404, Accumulated Leap Seconds=34 + { 2454896.50, 65.828220 }, //06 March 2009, UT1-UTC= 0.3557802, Accumulated Leap Seconds=34 + { 2454897.50, 65.829122 }, //07 March 2009, UT1-UTC= 0.3548776, Accumulated Leap Seconds=34 + { 2454898.50, 65.830230 }, //08 March 2009, UT1-UTC= 0.3537698, Accumulated Leap Seconds=34 + { 2454899.50, 65.831611 }, //09 March 2009, UT1-UTC= 0.3523894, Accumulated Leap Seconds=34 + { 2454900.50, 65.833241 }, //10 March 2009, UT1-UTC= 0.3507589, Accumulated Leap Seconds=34 + { 2454901.50, 65.834984 }, //11 March 2009, UT1-UTC= 0.3490158, Accumulated Leap Seconds=34 + { 2454902.50, 65.836713 }, //12 March 2009, UT1-UTC= 0.3472866, Accumulated Leap Seconds=34 + { 2454903.50, 65.838299 }, //13 March 2009, UT1-UTC= 0.3457012, Accumulated Leap Seconds=34 + { 2454904.50, 65.839667 }, //14 March 2009, UT1-UTC= 0.3443332, Accumulated Leap Seconds=34 + { 2454905.50, 65.840803 }, //15 March 2009, UT1-UTC= 0.3431967, Accumulated Leap Seconds=34 + { 2454906.50, 65.841723 }, //16 March 2009, UT1-UTC= 0.3422766, Accumulated Leap Seconds=34 + { 2454907.50, 65.842458 }, //17 March 2009, UT1-UTC= 0.3415421, Accumulated Leap Seconds=34 + { 2454908.50, 65.843073 }, //18 March 2009, UT1-UTC= 0.3409269, Accumulated Leap Seconds=34 + { 2454909.50, 65.843652 }, //19 March 2009, UT1-UTC= 0.3403477, Accumulated Leap Seconds=34 + { 2454910.50, 65.844291 }, //20 March 2009, UT1-UTC= 0.3397094, Accumulated Leap Seconds=34 + { 2454911.50, 65.845067 }, //21 March 2009, UT1-UTC= 0.3389330, Accumulated Leap Seconds=34 + { 2454912.50, 65.846078 }, //22 March 2009, UT1-UTC= 0.3379222, Accumulated Leap Seconds=34 + { 2454913.50, 65.847323 }, //23 March 2009, UT1-UTC= 0.3366767, Accumulated Leap Seconds=34 + { 2454914.50, 65.848777 }, //24 March 2009, UT1-UTC= 0.3352230, Accumulated Leap Seconds=34 + { 2454915.50, 65.850380 }, //25 March 2009, UT1-UTC= 0.3336195, Accumulated Leap Seconds=34 + { 2454916.50, 65.852041 }, //26 March 2009, UT1-UTC= 0.3319592, Accumulated Leap Seconds=34 + { 2454917.50, 65.853701 }, //27 March 2009, UT1-UTC= 0.3302986, Accumulated Leap Seconds=34 + { 2454918.50, 65.855278 }, //28 March 2009, UT1-UTC= 0.3287224, Accumulated Leap Seconds=34 + { 2454919.50, 65.856655 }, //29 March 2009, UT1-UTC= 0.3273451, Accumulated Leap Seconds=34 + { 2454920.50, 65.857787 }, //30 March 2009, UT1-UTC= 0.3262132, Accumulated Leap Seconds=34 + { 2454921.50, 65.858708 }, //31 March 2009, UT1-UTC= 0.3252924, Accumulated Leap Seconds=34 + { 2454922.50, 65.859504 }, //01 April 2009, UT1-UTC= 0.3244964, Accumulated Leap Seconds=34 + { 2454923.50, 65.860291 }, //02 April 2009, UT1-UTC= 0.3237088, Accumulated Leap Seconds=34 + { 2454924.50, 65.861166 }, //03 April 2009, UT1-UTC= 0.3228337, Accumulated Leap Seconds=34 + { 2454925.50, 65.862188 }, //04 April 2009, UT1-UTC= 0.3218122, Accumulated Leap Seconds=34 + { 2454926.50, 65.863386 }, //05 April 2009, UT1-UTC= 0.3206140, Accumulated Leap Seconds=34 + { 2454927.50, 65.864831 }, //06 April 2009, UT1-UTC= 0.3191685, Accumulated Leap Seconds=34 + { 2454928.50, 65.866504 }, //07 April 2009, UT1-UTC= 0.3174956, Accumulated Leap Seconds=34 + { 2454929.50, 65.868283 }, //08 April 2009, UT1-UTC= 0.3157168, Accumulated Leap Seconds=34 + { 2454930.50, 65.870019 }, //09 April 2009, UT1-UTC= 0.3139813, Accumulated Leap Seconds=34 + { 2454931.50, 65.871593 }, //10 April 2009, UT1-UTC= 0.3124073, Accumulated Leap Seconds=34 + { 2454932.50, 65.872977 }, //11 April 2009, UT1-UTC= 0.3110229, Accumulated Leap Seconds=34 + { 2454933.50, 65.874139 }, //12 April 2009, UT1-UTC= 0.3098608, Accumulated Leap Seconds=34 + { 2454934.50, 65.875067 }, //13 April 2009, UT1-UTC= 0.3089327, Accumulated Leap Seconds=34 + { 2454935.50, 65.875834 }, //14 April 2009, UT1-UTC= 0.3081661, Accumulated Leap Seconds=34 + { 2454936.50, 65.876562 }, //15 April 2009, UT1-UTC= 0.3074379, Accumulated Leap Seconds=34 + { 2454937.50, 65.877347 }, //16 April 2009, UT1-UTC= 0.3066535, Accumulated Leap Seconds=34 + { 2454938.50, 65.878248 }, //17 April 2009, UT1-UTC= 0.3057521, Accumulated Leap Seconds=34 + { 2454939.50, 65.879272 }, //18 April 2009, UT1-UTC= 0.3047280, Accumulated Leap Seconds=34 + { 2454940.50, 65.880453 }, //19 April 2009, UT1-UTC= 0.3035474, Accumulated Leap Seconds=34 + { 2454941.50, 65.881821 }, //20 April 2009, UT1-UTC= 0.3021794, Accumulated Leap Seconds=34 + { 2454942.50, 65.883409 }, //21 April 2009, UT1-UTC= 0.3005907, Accumulated Leap Seconds=34 + { 2454943.50, 65.885169 }, //22 April 2009, UT1-UTC= 0.2988310, Accumulated Leap Seconds=34 + { 2454944.50, 65.886987 }, //23 April 2009, UT1-UTC= 0.2970129, Accumulated Leap Seconds=34 + { 2454945.50, 65.888743 }, //24 April 2009, UT1-UTC= 0.2952567, Accumulated Leap Seconds=34 + { 2454946.50, 65.890351 }, //25 April 2009, UT1-UTC= 0.2936485, Accumulated Leap Seconds=34 + { 2454947.50, 65.891770 }, //26 April 2009, UT1-UTC= 0.2922298, Accumulated Leap Seconds=34 + { 2454948.50, 65.892977 }, //27 April 2009, UT1-UTC= 0.2910235, Accumulated Leap Seconds=34 + { 2454949.50, 65.894028 }, //28 April 2009, UT1-UTC= 0.2899716, Accumulated Leap Seconds=34 + { 2454950.50, 65.895030 }, //29 April 2009, UT1-UTC= 0.2889698, Accumulated Leap Seconds=34 + { 2454951.50, 65.896097 }, //30 April 2009, UT1-UTC= 0.2879032, Accumulated Leap Seconds=34 + { 2454952.50, 65.897301 }, //01 May 2009, UT1-UTC= 0.2866992, Accumulated Leap Seconds=34 + { 2454953.50, 65.898704 }, //02 May 2009, UT1-UTC= 0.2852964, Accumulated Leap Seconds=34 + { 2454954.50, 65.900315 }, //03 May 2009, UT1-UTC= 0.2836850, Accumulated Leap Seconds=34 + { 2454955.50, 65.902074 }, //04 May 2009, UT1-UTC= 0.2819259, Accumulated Leap Seconds=34 + { 2454956.50, 65.903865 }, //05 May 2009, UT1-UTC= 0.2801345, Accumulated Leap Seconds=34 + { 2454957.50, 65.905568 }, //06 May 2009, UT1-UTC= 0.2784317, Accumulated Leap Seconds=34 + { 2454958.50, 65.907099 }, //07 May 2009, UT1-UTC= 0.2769010, Accumulated Leap Seconds=34 + { 2454959.50, 65.908354 }, //08 May 2009, UT1-UTC= 0.2756458, Accumulated Leap Seconds=34 + { 2454960.50, 65.909324 }, //09 May 2009, UT1-UTC= 0.2746759, Accumulated Leap Seconds=34 + { 2454961.50, 65.910078 }, //10 May 2009, UT1-UTC= 0.2739222, Accumulated Leap Seconds=34 + { 2454962.50, 65.910687 }, //11 May 2009, UT1-UTC= 0.2733129, Accumulated Leap Seconds=34 + { 2454963.50, 65.911227 }, //12 May 2009, UT1-UTC= 0.2727733, Accumulated Leap Seconds=34 + { 2454964.50, 65.911760 }, //13 May 2009, UT1-UTC= 0.2722396, Accumulated Leap Seconds=34 + { 2454965.50, 65.912348 }, //14 May 2009, UT1-UTC= 0.2716517, Accumulated Leap Seconds=34 + { 2454966.50, 65.913058 }, //15 May 2009, UT1-UTC= 0.2709424, Accumulated Leap Seconds=34 + { 2454967.50, 65.913910 }, //16 May 2009, UT1-UTC= 0.2700901, Accumulated Leap Seconds=34 + { 2454968.50, 65.914893 }, //17 May 2009, UT1-UTC= 0.2691068, Accumulated Leap Seconds=34 + { 2454969.50, 65.916010 }, //18 May 2009, UT1-UTC= 0.2679896, Accumulated Leap Seconds=34 + { 2454970.50, 65.917300 }, //19 May 2009, UT1-UTC= 0.2666999, Accumulated Leap Seconds=34 + { 2454971.50, 65.918738 }, //20 May 2009, UT1-UTC= 0.2652618, Accumulated Leap Seconds=34 + { 2454972.50, 65.920222 }, //21 May 2009, UT1-UTC= 0.2637775, Accumulated Leap Seconds=34 + { 2454973.50, 65.921624 }, //22 May 2009, UT1-UTC= 0.2623763, Accumulated Leap Seconds=34 + { 2454974.50, 65.922828 }, //23 May 2009, UT1-UTC= 0.2611715, Accumulated Leap Seconds=34 + { 2454975.50, 65.923856 }, //24 May 2009, UT1-UTC= 0.2601438, Accumulated Leap Seconds=34 + { 2454976.50, 65.924723 }, //25 May 2009, UT1-UTC= 0.2592765, Accumulated Leap Seconds=34 + { 2454977.50, 65.925475 }, //26 May 2009, UT1-UTC= 0.2585250, Accumulated Leap Seconds=34 + { 2454978.50, 65.926215 }, //27 May 2009, UT1-UTC= 0.2577849, Accumulated Leap Seconds=34 + { 2454979.50, 65.927065 }, //28 May 2009, UT1-UTC= 0.2569352, Accumulated Leap Seconds=34 + { 2454980.50, 65.928114 }, //29 May 2009, UT1-UTC= 0.2558863, Accumulated Leap Seconds=34 + { 2454981.50, 65.929393 }, //30 May 2009, UT1-UTC= 0.2546074, Accumulated Leap Seconds=34 + { 2454982.50, 65.930834 }, //31 May 2009, UT1-UTC= 0.2531661, Accumulated Leap Seconds=34 + { 2454983.50, 65.932291 }, //01 June 2009, UT1-UTC= 0.2517090, Accumulated Leap Seconds=34 + { 2454984.50, 65.933645 }, //02 June 2009, UT1-UTC= 0.2503554, Accumulated Leap Seconds=34 + { 2454985.50, 65.934838 }, //03 June 2009, UT1-UTC= 0.2491618, Accumulated Leap Seconds=34 + { 2454986.50, 65.935818 }, //04 June 2009, UT1-UTC= 0.2481821, Accumulated Leap Seconds=34 + { 2454987.50, 65.936577 }, //05 June 2009, UT1-UTC= 0.2474231, Accumulated Leap Seconds=34 + { 2454988.50, 65.937105 }, //06 June 2009, UT1-UTC= 0.2468948, Accumulated Leap Seconds=34 + { 2454989.50, 65.937490 }, //07 June 2009, UT1-UTC= 0.2465104, Accumulated Leap Seconds=34 + { 2454990.50, 65.937769 }, //08 June 2009, UT1-UTC= 0.2462312, Accumulated Leap Seconds=34 + { 2454991.50, 65.938026 }, //09 June 2009, UT1-UTC= 0.2459743, Accumulated Leap Seconds=34 + { 2454992.50, 65.938335 }, //10 June 2009, UT1-UTC= 0.2456650, Accumulated Leap Seconds=34 + { 2454993.50, 65.938750 }, //11 June 2009, UT1-UTC= 0.2452496, Accumulated Leap Seconds=34 + { 2454994.50, 65.939333 }, //12 June 2009, UT1-UTC= 0.2446667, Accumulated Leap Seconds=34 + { 2454995.50, 65.940072 }, //13 June 2009, UT1-UTC= 0.2439277, Accumulated Leap Seconds=34 + { 2454996.50, 65.940920 }, //14 June 2009, UT1-UTC= 0.2430796, Accumulated Leap Seconds=34 + { 2454997.50, 65.941845 }, //15 June 2009, UT1-UTC= 0.2421545, Accumulated Leap Seconds=34 + { 2454998.50, 65.942839 }, //16 June 2009, UT1-UTC= 0.2411614, Accumulated Leap Seconds=34 + { 2454999.50, 65.943875 }, //17 June 2009, UT1-UTC= 0.2401249, Accumulated Leap Seconds=34 + { 2455000.50, 65.944838 }, //18 June 2009, UT1-UTC= 0.2391618, Accumulated Leap Seconds=34 + { 2455001.50, 65.945646 }, //19 June 2009, UT1-UTC= 0.2383535, Accumulated Leap Seconds=34 + { 2455002.50, 65.946258 }, //20 June 2009, UT1-UTC= 0.2377416, Accumulated Leap Seconds=34 + { 2455003.50, 65.946651 }, //21 June 2009, UT1-UTC= 0.2373492, Accumulated Leap Seconds=34 + { 2455004.50, 65.946869 }, //22 June 2009, UT1-UTC= 0.2371310, Accumulated Leap Seconds=34 + { 2455005.50, 65.946998 }, //23 June 2009, UT1-UTC= 0.2370015, Accumulated Leap Seconds=34 + { 2455006.50, 65.947175 }, //24 June 2009, UT1-UTC= 0.2368248, Accumulated Leap Seconds=34 + { 2455007.50, 65.947464 }, //25 June 2009, UT1-UTC= 0.2365362, Accumulated Leap Seconds=34 + { 2455008.50, 65.947959 }, //26 June 2009, UT1-UTC= 0.2360414, Accumulated Leap Seconds=34 + { 2455009.50, 65.948630 }, //27 June 2009, UT1-UTC= 0.2353703, Accumulated Leap Seconds=34 + { 2455010.50, 65.949372 }, //28 June 2009, UT1-UTC= 0.2346282, Accumulated Leap Seconds=34 + { 2455011.50, 65.950070 }, //29 June 2009, UT1-UTC= 0.2339304, Accumulated Leap Seconds=34 + { 2455012.50, 65.950607 }, //30 June 2009, UT1-UTC= 0.2333927, Accumulated Leap Seconds=34 + { 2455013.50, 65.950911 }, //01 July 2009, UT1-UTC= 0.2330890, Accumulated Leap Seconds=34 + { 2455014.50, 65.950974 }, //02 July 2009, UT1-UTC= 0.2330259, Accumulated Leap Seconds=34 + { 2455015.50, 65.950838 }, //03 July 2009, UT1-UTC= 0.2331616, Accumulated Leap Seconds=34 + { 2455016.50, 65.950574 }, //04 July 2009, UT1-UTC= 0.2334258, Accumulated Leap Seconds=34 + { 2455017.50, 65.950208 }, //05 July 2009, UT1-UTC= 0.2337924, Accumulated Leap Seconds=34 + { 2455018.50, 65.949783 }, //06 July 2009, UT1-UTC= 0.2342165, Accumulated Leap Seconds=34 + { 2455019.50, 65.949376 }, //07 July 2009, UT1-UTC= 0.2346239, Accumulated Leap Seconds=34 + { 2455020.50, 65.949039 }, //08 July 2009, UT1-UTC= 0.2349612, Accumulated Leap Seconds=34 + { 2455021.50, 65.948851 }, //09 July 2009, UT1-UTC= 0.2351490, Accumulated Leap Seconds=34 + { 2455022.50, 65.948803 }, //10 July 2009, UT1-UTC= 0.2351971, Accumulated Leap Seconds=34 + { 2455023.50, 65.948880 }, //11 July 2009, UT1-UTC= 0.2351196, Accumulated Leap Seconds=34 + { 2455024.50, 65.949109 }, //12 July 2009, UT1-UTC= 0.2348913, Accumulated Leap Seconds=34 + { 2455025.50, 65.949409 }, //13 July 2009, UT1-UTC= 0.2345908, Accumulated Leap Seconds=34 + { 2455026.50, 65.949712 }, //14 July 2009, UT1-UTC= 0.2342881, Accumulated Leap Seconds=34 + { 2455027.50, 65.950000 }, //15 July 2009, UT1-UTC= 0.2340001, Accumulated Leap Seconds=34 + { 2455028.50, 65.950197 }, //16 July 2009, UT1-UTC= 0.2338029, Accumulated Leap Seconds=34 + { 2455029.50, 65.950254 }, //17 July 2009, UT1-UTC= 0.2337458, Accumulated Leap Seconds=34 + { 2455030.50, 65.950194 }, //18 July 2009, UT1-UTC= 0.2338058, Accumulated Leap Seconds=34 + { 2455031.50, 65.950052 }, //19 July 2009, UT1-UTC= 0.2339479, Accumulated Leap Seconds=34 + { 2455032.50, 65.949900 }, //20 July 2009, UT1-UTC= 0.2341004, Accumulated Leap Seconds=34 + { 2455033.50, 65.949820 }, //21 July 2009, UT1-UTC= 0.2341796, Accumulated Leap Seconds=34 + { 2455034.50, 65.949900 }, //22 July 2009, UT1-UTC= 0.2341003, Accumulated Leap Seconds=34 + { 2455035.50, 65.950181 }, //23 July 2009, UT1-UTC= 0.2338189, Accumulated Leap Seconds=34 + { 2455036.50, 65.950711 }, //24 July 2009, UT1-UTC= 0.2332889, Accumulated Leap Seconds=34 + { 2455037.50, 65.951420 }, //25 July 2009, UT1-UTC= 0.2325804, Accumulated Leap Seconds=34 + { 2455038.50, 65.952186 }, //26 July 2009, UT1-UTC= 0.2318139, Accumulated Leap Seconds=34 + { 2455039.50, 65.952889 }, //27 July 2009, UT1-UTC= 0.2311110, Accumulated Leap Seconds=34 + { 2455040.50, 65.953444 }, //28 July 2009, UT1-UTC= 0.2305564, Accumulated Leap Seconds=34 + { 2455041.50, 65.953749 }, //29 July 2009, UT1-UTC= 0.2302513, Accumulated Leap Seconds=34 + { 2455042.50, 65.953822 }, //30 July 2009, UT1-UTC= 0.2301777, Accumulated Leap Seconds=34 + { 2455043.50, 65.953689 }, //31 July 2009, UT1-UTC= 0.2303110, Accumulated Leap Seconds=34 + { 2455044.50, 65.953411 }, //01 August 2009, UT1-UTC= 0.2305895, Accumulated Leap Seconds=34 + { 2455045.50, 65.953065 }, //02 August 2009, UT1-UTC= 0.2309348, Accumulated Leap Seconds=34 + { 2455046.50, 65.952781 }, //03 August 2009, UT1-UTC= 0.2312188, Accumulated Leap Seconds=34 + { 2455047.50, 65.952604 }, //04 August 2009, UT1-UTC= 0.2313959, Accumulated Leap Seconds=34 + { 2455048.50, 65.952521 }, //05 August 2009, UT1-UTC= 0.2314794, Accumulated Leap Seconds=34 + { 2455049.50, 65.952616 }, //06 August 2009, UT1-UTC= 0.2313842, Accumulated Leap Seconds=34 + { 2455050.50, 65.952940 }, //07 August 2009, UT1-UTC= 0.2310598, Accumulated Leap Seconds=34 + { 2455051.50, 65.953396 }, //08 August 2009, UT1-UTC= 0.2306036, Accumulated Leap Seconds=34 + { 2455052.50, 65.953977 }, //09 August 2009, UT1-UTC= 0.2300233, Accumulated Leap Seconds=34 + { 2455053.50, 65.954644 }, //10 August 2009, UT1-UTC= 0.2293560, Accumulated Leap Seconds=34 + { 2455054.50, 65.955294 }, //11 August 2009, UT1-UTC= 0.2287061, Accumulated Leap Seconds=34 + { 2455055.50, 65.955837 }, //12 August 2009, UT1-UTC= 0.2281630, Accumulated Leap Seconds=34 + { 2455056.50, 65.956215 }, //13 August 2009, UT1-UTC= 0.2277853, Accumulated Leap Seconds=34 + { 2455057.50, 65.956399 }, //14 August 2009, UT1-UTC= 0.2276013, Accumulated Leap Seconds=34 + { 2455058.50, 65.956397 }, //15 August 2009, UT1-UTC= 0.2276029, Accumulated Leap Seconds=34 + { 2455059.50, 65.956324 }, //16 August 2009, UT1-UTC= 0.2276759, Accumulated Leap Seconds=34 + { 2455060.50, 65.956267 }, //17 August 2009, UT1-UTC= 0.2277326, Accumulated Leap Seconds=34 + { 2455061.50, 65.956369 }, //18 August 2009, UT1-UTC= 0.2276306, Accumulated Leap Seconds=34 + { 2455062.50, 65.956756 }, //19 August 2009, UT1-UTC= 0.2272438, Accumulated Leap Seconds=34 + { 2455063.50, 65.957419 }, //20 August 2009, UT1-UTC= 0.2265811, Accumulated Leap Seconds=34 + { 2455064.50, 65.958318 }, //21 August 2009, UT1-UTC= 0.2256824, Accumulated Leap Seconds=34 + { 2455065.50, 65.959325 }, //22 August 2009, UT1-UTC= 0.2246746, Accumulated Leap Seconds=34 + { 2455066.50, 65.960273 }, //23 August 2009, UT1-UTC= 0.2237272, Accumulated Leap Seconds=34 + { 2455067.50, 65.961088 }, //24 August 2009, UT1-UTC= 0.2229120, Accumulated Leap Seconds=34 + { 2455068.50, 65.961691 }, //25 August 2009, UT1-UTC= 0.2223091, Accumulated Leap Seconds=34 + { 2455069.50, 65.962057 }, //26 August 2009, UT1-UTC= 0.2219434, Accumulated Leap Seconds=34 + { 2455070.50, 65.962253 }, //27 August 2009, UT1-UTC= 0.2217470, Accumulated Leap Seconds=34 + { 2455071.50, 65.962357 }, //28 August 2009, UT1-UTC= 0.2216431, Accumulated Leap Seconds=34 + { 2455072.50, 65.962429 }, //29 August 2009, UT1-UTC= 0.2215710, Accumulated Leap Seconds=34 + { 2455073.50, 65.962496 }, //30 August 2009, UT1-UTC= 0.2215045, Accumulated Leap Seconds=34 + { 2455074.50, 65.962613 }, //31 August 2009, UT1-UTC= 0.2213869, Accumulated Leap Seconds=34 + { 2455075.50, 65.962833 }, //01 September 2009, UT1-UTC= 0.2211670, Accumulated Leap Seconds=34 + { 2455076.50, 65.963210 }, //02 September 2009, UT1-UTC= 0.2207904, Accumulated Leap Seconds=34 + { 2455077.50, 65.963768 }, //03 September 2009, UT1-UTC= 0.2202321, Accumulated Leap Seconds=34 + { 2455078.50, 65.964499 }, //04 September 2009, UT1-UTC= 0.2195012, Accumulated Leap Seconds=34 + { 2455079.50, 65.965371 }, //05 September 2009, UT1-UTC= 0.2186289, Accumulated Leap Seconds=34 + { 2455080.50, 65.966328 }, //06 September 2009, UT1-UTC= 0.2176721, Accumulated Leap Seconds=34 + { 2455081.50, 65.967271 }, //07 September 2009, UT1-UTC= 0.2167292, Accumulated Leap Seconds=34 + { 2455082.50, 65.968132 }, //08 September 2009, UT1-UTC= 0.2158682, Accumulated Leap Seconds=34 + { 2455083.50, 65.968837 }, //09 September 2009, UT1-UTC= 0.2151630, Accumulated Leap Seconds=34 + { 2455084.50, 65.969346 }, //10 September 2009, UT1-UTC= 0.2146539, Accumulated Leap Seconds=34 + { 2455085.50, 65.969703 }, //11 September 2009, UT1-UTC= 0.2142969, Accumulated Leap Seconds=34 + { 2455086.50, 65.969965 }, //12 September 2009, UT1-UTC= 0.2140350, Accumulated Leap Seconds=34 + { 2455087.50, 65.970260 }, //13 September 2009, UT1-UTC= 0.2137395, Accumulated Leap Seconds=34 + { 2455088.50, 65.970685 }, //14 September 2009, UT1-UTC= 0.2133151, Accumulated Leap Seconds=34 + { 2455089.50, 65.971311 }, //15 September 2009, UT1-UTC= 0.2126885, Accumulated Leap Seconds=34 + { 2455090.50, 65.972181 }, //16 September 2009, UT1-UTC= 0.2118194, Accumulated Leap Seconds=34 + { 2455091.50, 65.973326 }, //17 September 2009, UT1-UTC= 0.2106744, Accumulated Leap Seconds=34 + { 2455092.50, 65.974669 }, //18 September 2009, UT1-UTC= 0.2093311, Accumulated Leap Seconds=34 + { 2455093.50, 65.976014 }, //19 September 2009, UT1-UTC= 0.2079858, Accumulated Leap Seconds=34 + { 2455094.50, 65.977291 }, //20 September 2009, UT1-UTC= 0.2067089, Accumulated Leap Seconds=34 + { 2455095.50, 65.978378 }, //21 September 2009, UT1-UTC= 0.2056216, Accumulated Leap Seconds=34 + { 2455096.50, 65.979173 }, //22 September 2009, UT1-UTC= 0.2048271, Accumulated Leap Seconds=34 + { 2455097.50, 65.979698 }, //23 September 2009, UT1-UTC= 0.2043018, Accumulated Leap Seconds=34 + { 2455098.50, 65.980080 }, //24 September 2009, UT1-UTC= 0.2039199, Accumulated Leap Seconds=34 + { 2455099.50, 65.980383 }, //25 September 2009, UT1-UTC= 0.2036174, Accumulated Leap Seconds=34 + { 2455100.50, 65.980664 }, //26 September 2009, UT1-UTC= 0.2033359, Accumulated Leap Seconds=34 + { 2455101.50, 65.980944 }, //27 September 2009, UT1-UTC= 0.2030560, Accumulated Leap Seconds=34 + { 2455102.50, 65.981307 }, //28 September 2009, UT1-UTC= 0.2026932, Accumulated Leap Seconds=34 + { 2455103.50, 65.981896 }, //29 September 2009, UT1-UTC= 0.2021040, Accumulated Leap Seconds=34 + { 2455104.50, 65.982758 }, //30 September 2009, UT1-UTC= 0.2012420, Accumulated Leap Seconds=34 + { 2455105.50, 65.983865 }, //01 October 2009, UT1-UTC= 0.2001353, Accumulated Leap Seconds=34 + { 2455106.50, 65.985106 }, //02 October 2009, UT1-UTC= 0.1988940, Accumulated Leap Seconds=34 + { 2455107.50, 65.986399 }, //03 October 2009, UT1-UTC= 0.1976013, Accumulated Leap Seconds=34 + { 2455108.50, 65.987731 }, //04 October 2009, UT1-UTC= 0.1962694, Accumulated Leap Seconds=34 + { 2455109.50, 65.989002 }, //05 October 2009, UT1-UTC= 0.1949983, Accumulated Leap Seconds=34 + { 2455110.50, 65.990095 }, //06 October 2009, UT1-UTC= 0.1939051, Accumulated Leap Seconds=34 + { 2455111.50, 65.991024 }, //07 October 2009, UT1-UTC= 0.1929757, Accumulated Leap Seconds=34 + { 2455112.50, 65.991778 }, //08 October 2009, UT1-UTC= 0.1922218, Accumulated Leap Seconds=34 + { 2455113.50, 65.992407 }, //09 October 2009, UT1-UTC= 0.1915935, Accumulated Leap Seconds=34 + { 2455114.50, 65.992994 }, //10 October 2009, UT1-UTC= 0.1910059, Accumulated Leap Seconds=34 + { 2455115.50, 65.993615 }, //11 October 2009, UT1-UTC= 0.1903848, Accumulated Leap Seconds=34 + { 2455116.50, 65.994328 }, //12 October 2009, UT1-UTC= 0.1896720, Accumulated Leap Seconds=34 + { 2455117.50, 65.995268 }, //13 October 2009, UT1-UTC= 0.1887316, Accumulated Leap Seconds=34 + { 2455118.50, 65.996453 }, //14 October 2009, UT1-UTC= 0.1875469, Accumulated Leap Seconds=34 + { 2455119.50, 65.997827 }, //15 October 2009, UT1-UTC= 0.1861733, Accumulated Leap Seconds=34 + { 2455120.50, 65.999315 }, //16 October 2009, UT1-UTC= 0.1846849, Accumulated Leap Seconds=34 + { 2455121.50, 66.000797 }, //17 October 2009, UT1-UTC= 0.1832026, Accumulated Leap Seconds=34 + { 2455122.50, 66.002122 }, //18 October 2009, UT1-UTC= 0.1818784, Accumulated Leap Seconds=34 + { 2455123.50, 66.003224 }, //19 October 2009, UT1-UTC= 0.1807756, Accumulated Leap Seconds=34 + { 2455124.50, 66.004103 }, //20 October 2009, UT1-UTC= 0.1798975, Accumulated Leap Seconds=34 + { 2455125.50, 66.004802 }, //21 October 2009, UT1-UTC= 0.1791977, Accumulated Leap Seconds=34 + { 2455126.50, 66.005401 }, //22 October 2009, UT1-UTC= 0.1785993, Accumulated Leap Seconds=34 + { 2455127.50, 66.005973 }, //23 October 2009, UT1-UTC= 0.1780274, Accumulated Leap Seconds=34 + { 2455128.50, 66.006494 }, //24 October 2009, UT1-UTC= 0.1775061, Accumulated Leap Seconds=34 + { 2455129.50, 66.007055 }, //25 October 2009, UT1-UTC= 0.1769450, Accumulated Leap Seconds=34 + { 2455130.50, 66.007776 }, //26 October 2009, UT1-UTC= 0.1762240, Accumulated Leap Seconds=34 + { 2455131.50, 66.008664 }, //27 October 2009, UT1-UTC= 0.1753358, Accumulated Leap Seconds=34 + { 2455132.50, 66.009721 }, //28 October 2009, UT1-UTC= 0.1742790, Accumulated Leap Seconds=34 + { 2455133.50, 66.010899 }, //29 October 2009, UT1-UTC= 0.1731010, Accumulated Leap Seconds=34 + { 2455134.50, 66.012147 }, //30 October 2009, UT1-UTC= 0.1718527, Accumulated Leap Seconds=34 + { 2455135.50, 66.013417 }, //31 October 2009, UT1-UTC= 0.1705827, Accumulated Leap Seconds=34 + { 2455136.50, 66.014673 }, //01 November 2009, UT1-UTC= 0.1693267, Accumulated Leap Seconds=34 + { 2455137.50, 66.015796 }, //02 November 2009, UT1-UTC= 0.1682037, Accumulated Leap Seconds=34 + { 2455138.50, 66.016779 }, //03 November 2009, UT1-UTC= 0.1672210, Accumulated Leap Seconds=34 + { 2455139.50, 66.017600 }, //04 November 2009, UT1-UTC= 0.1663999, Accumulated Leap Seconds=34 + { 2455140.50, 66.018302 }, //05 November 2009, UT1-UTC= 0.1656982, Accumulated Leap Seconds=34 + { 2455141.50, 66.018970 }, //06 November 2009, UT1-UTC= 0.1650303, Accumulated Leap Seconds=34 + { 2455142.50, 66.019635 }, //07 November 2009, UT1-UTC= 0.1643645, Accumulated Leap Seconds=34 + { 2455143.50, 66.020392 }, //08 November 2009, UT1-UTC= 0.1636083, Accumulated Leap Seconds=34 + { 2455144.50, 66.021282 }, //09 November 2009, UT1-UTC= 0.1627181, Accumulated Leap Seconds=34 + { 2455145.50, 66.022315 }, //10 November 2009, UT1-UTC= 0.1616846, Accumulated Leap Seconds=34 + { 2455146.50, 66.023539 }, //11 November 2009, UT1-UTC= 0.1604613, Accumulated Leap Seconds=34 + { 2455147.50, 66.024866 }, //12 November 2009, UT1-UTC= 0.1591338, Accumulated Leap Seconds=34 + { 2455148.50, 66.026187 }, //13 November 2009, UT1-UTC= 0.1578132, Accumulated Leap Seconds=34 + { 2455149.50, 66.027339 }, //14 November 2009, UT1-UTC= 0.1566610, Accumulated Leap Seconds=34 + { 2455150.50, 66.028284 }, //15 November 2009, UT1-UTC= 0.1557155, Accumulated Leap Seconds=34 + { 2455151.50, 66.029036 }, //16 November 2009, UT1-UTC= 0.1549638, Accumulated Leap Seconds=34 + { 2455152.50, 66.029597 }, //17 November 2009, UT1-UTC= 0.1544033, Accumulated Leap Seconds=34 + { 2455153.50, 66.030054 }, //18 November 2009, UT1-UTC= 0.1539462, Accumulated Leap Seconds=34 + { 2455154.50, 66.030442 }, //19 November 2009, UT1-UTC= 0.1535580, Accumulated Leap Seconds=34 + { 2455155.50, 66.030780 }, //20 November 2009, UT1-UTC= 0.1532202, Accumulated Leap Seconds=34 + { 2455156.50, 66.031212 }, //21 November 2009, UT1-UTC= 0.1527877, Accumulated Leap Seconds=34 + { 2455157.50, 66.031836 }, //22 November 2009, UT1-UTC= 0.1521636, Accumulated Leap Seconds=34 + { 2455158.50, 66.032686 }, //23 November 2009, UT1-UTC= 0.1513143, Accumulated Leap Seconds=34 + { 2455159.50, 66.033705 }, //24 November 2009, UT1-UTC= 0.1502950, Accumulated Leap Seconds=34 + { 2455160.50, 66.034839 }, //25 November 2009, UT1-UTC= 0.1491607, Accumulated Leap Seconds=34 + { 2455161.50, 66.036087 }, //26 November 2009, UT1-UTC= 0.1479131, Accumulated Leap Seconds=34 + { 2455162.50, 66.037428 }, //27 November 2009, UT1-UTC= 0.1465720, Accumulated Leap Seconds=34 + { 2455163.50, 66.038782 }, //28 November 2009, UT1-UTC= 0.1452184, Accumulated Leap Seconds=34 + { 2455164.50, 66.040044 }, //29 November 2009, UT1-UTC= 0.1439564, Accumulated Leap Seconds=34 + { 2455165.50, 66.041154 }, //30 November 2009, UT1-UTC= 0.1428458, Accumulated Leap Seconds=34 + { 2455166.50, 66.042049 }, //01 December 2009, UT1-UTC= 0.1419510, Accumulated Leap Seconds=34 + { 2455167.50, 66.042756 }, //02 December 2009, UT1-UTC= 0.1412438, Accumulated Leap Seconds=34 + { 2455168.50, 66.043389 }, //03 December 2009, UT1-UTC= 0.1406106, Accumulated Leap Seconds=34 + { 2455169.50, 66.044038 }, //04 December 2009, UT1-UTC= 0.1399617, Accumulated Leap Seconds=34 + { 2455170.50, 66.044820 }, //05 December 2009, UT1-UTC= 0.1391796, Accumulated Leap Seconds=34 + { 2455171.50, 66.045751 }, //06 December 2009, UT1-UTC= 0.1382485, Accumulated Leap Seconds=34 + { 2455172.50, 66.046881 }, //07 December 2009, UT1-UTC= 0.1371190, Accumulated Leap Seconds=34 + { 2455173.50, 66.048163 }, //08 December 2009, UT1-UTC= 0.1358371, Accumulated Leap Seconds=34 + { 2455174.50, 66.049591 }, //09 December 2009, UT1-UTC= 0.1344085, Accumulated Leap Seconds=34 + { 2455175.50, 66.050987 }, //10 December 2009, UT1-UTC= 0.1330130, Accumulated Leap Seconds=34 + { 2455176.50, 66.052233 }, //11 December 2009, UT1-UTC= 0.1317667, Accumulated Leap Seconds=34 + { 2455177.50, 66.053263 }, //12 December 2009, UT1-UTC= 0.1307371, Accumulated Leap Seconds=34 + { 2455178.50, 66.054092 }, //13 December 2009, UT1-UTC= 0.1299079, Accumulated Leap Seconds=34 + { 2455179.50, 66.054794 }, //14 December 2009, UT1-UTC= 0.1292060, Accumulated Leap Seconds=34 + { 2455180.50, 66.055395 }, //15 December 2009, UT1-UTC= 0.1286051, Accumulated Leap Seconds=34 + { 2455181.50, 66.055968 }, //16 December 2009, UT1-UTC= 0.1280323, Accumulated Leap Seconds=34 + { 2455182.50, 66.056570 }, //17 December 2009, UT1-UTC= 0.1274299, Accumulated Leap Seconds=34 + { 2455183.50, 66.057231 }, //18 December 2009, UT1-UTC= 0.1267693, Accumulated Leap Seconds=34 + { 2455184.50, 66.057984 }, //19 December 2009, UT1-UTC= 0.1260159, Accumulated Leap Seconds=34 + { 2455185.50, 66.058877 }, //20 December 2009, UT1-UTC= 0.1251234, Accumulated Leap Seconds=34 + { 2455186.50, 66.059929 }, //21 December 2009, UT1-UTC= 0.1240707, Accumulated Leap Seconds=34 + { 2455187.50, 66.061150 }, //22 December 2009, UT1-UTC= 0.1228495, Accumulated Leap Seconds=34 + { 2455188.50, 66.062460 }, //23 December 2009, UT1-UTC= 0.1215400, Accumulated Leap Seconds=34 + { 2455189.50, 66.063801 }, //24 December 2009, UT1-UTC= 0.1201994, Accumulated Leap Seconds=34 + { 2455190.50, 66.065044 }, //25 December 2009, UT1-UTC= 0.1189558, Accumulated Leap Seconds=34 + { 2455191.50, 66.066193 }, //26 December 2009, UT1-UTC= 0.1178071, Accumulated Leap Seconds=34 + { 2455192.50, 66.067219 }, //27 December 2009, UT1-UTC= 0.1167809, Accumulated Leap Seconds=34 + { 2455193.50, 66.068070 }, //28 December 2009, UT1-UTC= 0.1159300, Accumulated Leap Seconds=34 + { 2455194.50, 66.068706 }, //29 December 2009, UT1-UTC= 0.1152943, Accumulated Leap Seconds=34 + { 2455195.50, 66.069130 }, //30 December 2009, UT1-UTC= 0.1148704, Accumulated Leap Seconds=34 + { 2455196.50, 66.069486 }, //31 December 2009, UT1-UTC= 0.1145137, Accumulated Leap Seconds=34 + { 2455197.50, 66.069922 }, //01 January 2010, UT1-UTC= 0.1140783, Accumulated Leap Seconds=34 + { 2455198.50, 66.070555 }, //02 January 2010, UT1-UTC= 0.1134454, Accumulated Leap Seconds=34 + { 2455199.50, 66.071474 }, //03 January 2010, UT1-UTC= 0.1125259, Accumulated Leap Seconds=34 + { 2455200.50, 66.072629 }, //04 January 2010, UT1-UTC= 0.1113713, Accumulated Leap Seconds=34 + { 2455201.50, 66.073982 }, //05 January 2010, UT1-UTC= 0.1100183, Accumulated Leap Seconds=34 + { 2455202.50, 66.075375 }, //06 January 2010, UT1-UTC= 0.1086245, Accumulated Leap Seconds=34 + { 2455203.50, 66.076653 }, //07 January 2010, UT1-UTC= 0.1073468, Accumulated Leap Seconds=34 + { 2455204.50, 66.077740 }, //08 January 2010, UT1-UTC= 0.1062598, Accumulated Leap Seconds=34 + { 2455205.50, 66.078602 }, //09 January 2010, UT1-UTC= 0.1053984, Accumulated Leap Seconds=34 + { 2455206.50, 66.079185 }, //10 January 2010, UT1-UTC= 0.1048153, Accumulated Leap Seconds=34 + { 2455207.50, 66.079581 }, //11 January 2010, UT1-UTC= 0.1044188, Accumulated Leap Seconds=34 + { 2455208.50, 66.079862 }, //12 January 2010, UT1-UTC= 0.1041377, Accumulated Leap Seconds=34 + { 2455209.50, 66.080120 }, //13 January 2010, UT1-UTC= 0.1038803, Accumulated Leap Seconds=34 + { 2455210.50, 66.080354 }, //14 January 2010, UT1-UTC= 0.1036455, Accumulated Leap Seconds=34 + { 2455211.50, 66.080673 }, //15 January 2010, UT1-UTC= 0.1033269, Accumulated Leap Seconds=34 + { 2455212.50, 66.081143 }, //16 January 2010, UT1-UTC= 0.1028570, Accumulated Leap Seconds=34 + { 2455213.50, 66.081785 }, //17 January 2010, UT1-UTC= 0.1022150, Accumulated Leap Seconds=34 + { 2455214.50, 66.082632 }, //18 January 2010, UT1-UTC= 0.1013681, Accumulated Leap Seconds=34 + { 2455215.50, 66.083588 }, //19 January 2010, UT1-UTC= 0.1004121, Accumulated Leap Seconds=34 + { 2455216.50, 66.084578 }, //20 January 2010, UT1-UTC= 0.0994218, Accumulated Leap Seconds=34 + { 2455217.50, 66.085578 }, //21 January 2010, UT1-UTC= 0.0984222, Accumulated Leap Seconds=34 + { 2455218.50, 66.086602 }, //22 January 2010, UT1-UTC= 0.0973980, Accumulated Leap Seconds=34 + { 2455219.50, 66.087588 }, //23 January 2010, UT1-UTC= 0.0964122, Accumulated Leap Seconds=34 + { 2455220.50, 66.088487 }, //24 January 2010, UT1-UTC= 0.0955129, Accumulated Leap Seconds=34 + { 2455221.50, 66.089274 }, //25 January 2010, UT1-UTC= 0.0947260, Accumulated Leap Seconds=34 + { 2455222.50, 66.089911 }, //26 January 2010, UT1-UTC= 0.0940895, Accumulated Leap Seconds=34 + { 2455223.50, 66.090462 }, //27 January 2010, UT1-UTC= 0.0935376, Accumulated Leap Seconds=34 + { 2455224.50, 66.091070 }, //28 January 2010, UT1-UTC= 0.0929297, Accumulated Leap Seconds=34 + { 2455225.50, 66.091897 }, //29 January 2010, UT1-UTC= 0.0921034, Accumulated Leap Seconds=34 + { 2455226.50, 66.092994 }, //30 January 2010, UT1-UTC= 0.0910058, Accumulated Leap Seconds=34 + { 2455227.50, 66.094403 }, //31 January 2010, UT1-UTC= 0.0895969, Accumulated Leap Seconds=34 + { 2455228.50, 66.096134 }, //01 February 2010, UT1-UTC= 0.0878657, Accumulated Leap Seconds=34 + { 2455229.50, 66.098019 }, //02 February 2010, UT1-UTC= 0.0859807, Accumulated Leap Seconds=34 + { 2455230.50, 66.099876 }, //03 February 2010, UT1-UTC= 0.0841237, Accumulated Leap Seconds=34 + { 2455231.50, 66.101576 }, //04 February 2010, UT1-UTC= 0.0824237, Accumulated Leap Seconds=34 + { 2455232.50, 66.102996 }, //05 February 2010, UT1-UTC= 0.0810036, Accumulated Leap Seconds=34 + { 2455233.50, 66.104149 }, //06 February 2010, UT1-UTC= 0.0798511, Accumulated Leap Seconds=34 + { 2455234.50, 66.105086 }, //07 February 2010, UT1-UTC= 0.0789140, Accumulated Leap Seconds=34 + { 2455235.50, 66.105838 }, //08 February 2010, UT1-UTC= 0.0781619, Accumulated Leap Seconds=34 + { 2455236.50, 66.106460 }, //09 February 2010, UT1-UTC= 0.0775395, Accumulated Leap Seconds=34 + { 2455237.50, 66.107012 }, //10 February 2010, UT1-UTC= 0.0769876, Accumulated Leap Seconds=34 + { 2455238.50, 66.107613 }, //11 February 2010, UT1-UTC= 0.0763870, Accumulated Leap Seconds=34 + { 2455239.50, 66.108347 }, //12 February 2010, UT1-UTC= 0.0756531, Accumulated Leap Seconds=34 + { 2455240.50, 66.109243 }, //13 February 2010, UT1-UTC= 0.0747570, Accumulated Leap Seconds=34 + { 2455241.50, 66.110325 }, //14 February 2010, UT1-UTC= 0.0736753, Accumulated Leap Seconds=34 + { 2455242.50, 66.111571 }, //15 February 2010, UT1-UTC= 0.0724293, Accumulated Leap Seconds=34 + { 2455243.50, 66.112956 }, //16 February 2010, UT1-UTC= 0.0710437, Accumulated Leap Seconds=34 + { 2455244.50, 66.114418 }, //17 February 2010, UT1-UTC= 0.0695816, Accumulated Leap Seconds=34 + { 2455245.50, 66.115941 }, //18 February 2010, UT1-UTC= 0.0680586, Accumulated Leap Seconds=34 + { 2455246.50, 66.117421 }, //19 February 2010, UT1-UTC= 0.0665789, Accumulated Leap Seconds=34 + { 2455247.50, 66.118803 }, //20 February 2010, UT1-UTC= 0.0651974, Accumulated Leap Seconds=34 + { 2455248.50, 66.120051 }, //21 February 2010, UT1-UTC= 0.0639494, Accumulated Leap Seconds=34 + { 2455249.50, 66.121173 }, //22 February 2010, UT1-UTC= 0.0628269, Accumulated Leap Seconds=34 + { 2455250.50, 66.122182 }, //23 February 2010, UT1-UTC= 0.0618181, Accumulated Leap Seconds=34 + { 2455251.50, 66.123136 }, //24 February 2010, UT1-UTC= 0.0608641, Accumulated Leap Seconds=34 + { 2455252.50, 66.124215 }, //25 February 2010, UT1-UTC= 0.0597845, Accumulated Leap Seconds=34 + { 2455253.50, 66.125534 }, //26 February 2010, UT1-UTC= 0.0584662, Accumulated Leap Seconds=34 + { 2455254.50, 66.127102 }, //27 February 2010, UT1-UTC= 0.0568980, Accumulated Leap Seconds=34 + { 2455255.50, 66.128962 }, //28 February 2010, UT1-UTC= 0.0550378, Accumulated Leap Seconds=34 + { 2455256.50, 66.131012 }, //01 March 2010, UT1-UTC= 0.0529884, Accumulated Leap Seconds=34 + { 2455257.50, 66.133076 }, //02 March 2010, UT1-UTC= 0.0509242, Accumulated Leap Seconds=34 + { 2455258.50, 66.134954 }, //03 March 2010, UT1-UTC= 0.0490461, Accumulated Leap Seconds=34 + { 2455259.50, 66.136605 }, //04 March 2010, UT1-UTC= 0.0473946, Accumulated Leap Seconds=34 + { 2455260.50, 66.137980 }, //05 March 2010, UT1-UTC= 0.0460197, Accumulated Leap Seconds=34 + { 2455261.50, 66.139068 }, //06 March 2010, UT1-UTC= 0.0449323, Accumulated Leap Seconds=34 + { 2455262.50, 66.139975 }, //07 March 2010, UT1-UTC= 0.0440250, Accumulated Leap Seconds=34 + { 2455263.50, 66.140735 }, //08 March 2010, UT1-UTC= 0.0432650, Accumulated Leap Seconds=34 + { 2455264.50, 66.141537 }, //09 March 2010, UT1-UTC= 0.0424633, Accumulated Leap Seconds=34 + { 2455265.50, 66.142456 }, //10 March 2010, UT1-UTC= 0.0415440, Accumulated Leap Seconds=34 + { 2455266.50, 66.143394 }, //11 March 2010, UT1-UTC= 0.0406058, Accumulated Leap Seconds=34 + { 2455267.50, 66.144404 }, //12 March 2010, UT1-UTC= 0.0395956, Accumulated Leap Seconds=34 + { 2455268.50, 66.145521 }, //13 March 2010, UT1-UTC= 0.0384795, Accumulated Leap Seconds=34 + { 2455269.50, 66.146618 }, //14 March 2010, UT1-UTC= 0.0373822, Accumulated Leap Seconds=34 + { 2455270.50, 66.147744 }, //15 March 2010, UT1-UTC= 0.0362561, Accumulated Leap Seconds=34 + { 2455271.50, 66.148947 }, //16 March 2010, UT1-UTC= 0.0350533, Accumulated Leap Seconds=34 + { 2455272.50, 66.150178 }, //17 March 2010, UT1-UTC= 0.0338216, Accumulated Leap Seconds=34 + { 2455273.50, 66.151407 }, //18 March 2010, UT1-UTC= 0.0325925, Accumulated Leap Seconds=34 + { 2455274.50, 66.152510 }, //19 March 2010, UT1-UTC= 0.0314904, Accumulated Leap Seconds=34 + { 2455275.50, 66.153429 }, //20 March 2010, UT1-UTC= 0.0305709, Accumulated Leap Seconds=34 + { 2455276.50, 66.154189 }, //21 March 2010, UT1-UTC= 0.0298113, Accumulated Leap Seconds=34 + { 2455277.50, 66.154798 }, //22 March 2010, UT1-UTC= 0.0292025, Accumulated Leap Seconds=34 + { 2455278.50, 66.155341 }, //23 March 2010, UT1-UTC= 0.0286592, Accumulated Leap Seconds=34 + { 2455279.50, 66.155935 }, //24 March 2010, UT1-UTC= 0.0280651, Accumulated Leap Seconds=34 + { 2455280.50, 66.156721 }, //25 March 2010, UT1-UTC= 0.0272792, Accumulated Leap Seconds=34 + { 2455281.50, 66.157858 }, //26 March 2010, UT1-UTC= 0.0261417, Accumulated Leap Seconds=34 + { 2455282.50, 66.159333 }, //27 March 2010, UT1-UTC= 0.0246671, Accumulated Leap Seconds=34 + { 2455283.50, 66.161052 }, //28 March 2010, UT1-UTC= 0.0229478, Accumulated Leap Seconds=34 + { 2455284.50, 66.162965 }, //29 March 2010, UT1-UTC= 0.0210345, Accumulated Leap Seconds=34 + { 2455285.50, 66.164946 }, //30 March 2010, UT1-UTC= 0.0190545, Accumulated Leap Seconds=34 + { 2455286.50, 66.166777 }, //31 March 2010, UT1-UTC= 0.0172228, Accumulated Leap Seconds=34 + { 2455287.50, 66.168271 }, //01 April 2010, UT1-UTC= 0.0157287, Accumulated Leap Seconds=34 + { 2455288.50, 66.169435 }, //02 April 2010, UT1-UTC= 0.0145646, Accumulated Leap Seconds=34 + { 2455289.50, 66.170351 }, //03 April 2010, UT1-UTC= 0.0136485, Accumulated Leap Seconds=34 + { 2455290.50, 66.171142 }, //04 April 2010, UT1-UTC= 0.0128581, Accumulated Leap Seconds=34 + { 2455291.50, 66.171930 }, //05 April 2010, UT1-UTC= 0.0120699, Accumulated Leap Seconds=34 + { 2455292.50, 66.172797 }, //06 April 2010, UT1-UTC= 0.0112035, Accumulated Leap Seconds=34 + { 2455293.50, 66.173764 }, //07 April 2010, UT1-UTC= 0.0102362, Accumulated Leap Seconds=34 + { 2455294.50, 66.174863 }, //08 April 2010, UT1-UTC= 0.0091373, Accumulated Leap Seconds=34 + { 2455295.50, 66.176125 }, //09 April 2010, UT1-UTC= 0.0078750, Accumulated Leap Seconds=34 + { 2455296.50, 66.177490 }, //10 April 2010, UT1-UTC= 0.0065104, Accumulated Leap Seconds=34 + { 2455297.50, 66.178941 }, //11 April 2010, UT1-UTC= 0.0050587, Accumulated Leap Seconds=34 + { 2455298.50, 66.180484 }, //12 April 2010, UT1-UTC= 0.0035160, Accumulated Leap Seconds=34 + { 2455299.50, 66.182041 }, //13 April 2010, UT1-UTC= 0.0019593, Accumulated Leap Seconds=34 + { 2455300.50, 66.183602 }, //14 April 2010, UT1-UTC= 0.0003977, Accumulated Leap Seconds=34 + { 2455301.50, 66.185095 }, //15 April 2010, UT1-UTC=-0.0010948, Accumulated Leap Seconds=34 + { 2455302.50, 66.186465 }, //16 April 2010, UT1-UTC=-0.0024650, Accumulated Leap Seconds=34 + { 2455303.50, 66.187674 }, //17 April 2010, UT1-UTC=-0.0036737, Accumulated Leap Seconds=34 + { 2455304.50, 66.188773 }, //18 April 2010, UT1-UTC=-0.0047732, Accumulated Leap Seconds=34 + { 2455305.50, 66.189804 }, //19 April 2010, UT1-UTC=-0.0058036, Accumulated Leap Seconds=34 + { 2455306.50, 66.190847 }, //20 April 2010, UT1-UTC=-0.0068473, Accumulated Leap Seconds=34 + { 2455307.50, 66.192001 }, //21 April 2010, UT1-UTC=-0.0080007, Accumulated Leap Seconds=34 + { 2455308.50, 66.193375 }, //22 April 2010, UT1-UTC=-0.0093746, Accumulated Leap Seconds=34 + { 2455309.50, 66.194972 }, //23 April 2010, UT1-UTC=-0.0109721, Accumulated Leap Seconds=34 + { 2455310.50, 66.196737 }, //24 April 2010, UT1-UTC=-0.0127370, Accumulated Leap Seconds=34 + { 2455311.50, 66.198615 }, //25 April 2010, UT1-UTC=-0.0146146, Accumulated Leap Seconds=34 + { 2455312.50, 66.200483 }, //26 April 2010, UT1-UTC=-0.0164828, Accumulated Leap Seconds=34 + { 2455313.50, 66.202294 }, //27 April 2010, UT1-UTC=-0.0182937, Accumulated Leap Seconds=34 + { 2455314.50, 66.203929 }, //28 April 2010, UT1-UTC=-0.0199293, Accumulated Leap Seconds=34 + { 2455315.50, 66.205277 }, //29 April 2010, UT1-UTC=-0.0212773, Accumulated Leap Seconds=34 + { 2455316.50, 66.206342 }, //30 April 2010, UT1-UTC=-0.0223424, Accumulated Leap Seconds=34 + { 2455317.50, 66.207163 }, //01 May 2010, UT1-UTC=-0.0231627, Accumulated Leap Seconds=34 + { 2455318.50, 66.207814 }, //02 May 2010, UT1-UTC=-0.0238145, Accumulated Leap Seconds=34 + { 2455319.50, 66.208384 }, //03 May 2010, UT1-UTC=-0.0243844, Accumulated Leap Seconds=34 + { 2455320.50, 66.208912 }, //04 May 2010, UT1-UTC=-0.0249123, Accumulated Leap Seconds=34 + { 2455321.50, 66.209471 }, //05 May 2010, UT1-UTC=-0.0254707, Accumulated Leap Seconds=34 + { 2455322.50, 66.210100 }, //06 May 2010, UT1-UTC=-0.0261002, Accumulated Leap Seconds=34 + { 2455323.50, 66.210831 }, //07 May 2010, UT1-UTC=-0.0268309, Accumulated Leap Seconds=34 + { 2455324.50, 66.211709 }, //08 May 2010, UT1-UTC=-0.0277086, Accumulated Leap Seconds=34 + { 2455325.50, 66.212753 }, //09 May 2010, UT1-UTC=-0.0287534, Accumulated Leap Seconds=34 + { 2455326.50, 66.213922 }, //10 May 2010, UT1-UTC=-0.0299219, Accumulated Leap Seconds=34 + { 2455327.50, 66.215144 }, //11 May 2010, UT1-UTC=-0.0311440, Accumulated Leap Seconds=34 + { 2455328.50, 66.216334 }, //12 May 2010, UT1-UTC=-0.0323336, Accumulated Leap Seconds=34 + { 2455329.50, 66.217396 }, //13 May 2010, UT1-UTC=-0.0333959, Accumulated Leap Seconds=34 + { 2455330.50, 66.218288 }, //14 May 2010, UT1-UTC=-0.0342881, Accumulated Leap Seconds=34 + { 2455331.50, 66.219000 }, //15 May 2010, UT1-UTC=-0.0349997, Accumulated Leap Seconds=34 + { 2455332.50, 66.219650 }, //16 May 2010, UT1-UTC=-0.0356503, Accumulated Leap Seconds=34 + { 2455333.50, 66.220347 }, //17 May 2010, UT1-UTC=-0.0363467, Accumulated Leap Seconds=34 + { 2455334.50, 66.221158 }, //18 May 2010, UT1-UTC=-0.0371575, Accumulated Leap Seconds=34 + { 2455335.50, 66.222217 }, //19 May 2010, UT1-UTC=-0.0382165, Accumulated Leap Seconds=34 + { 2455336.50, 66.223515 }, //20 May 2010, UT1-UTC=-0.0395151, Accumulated Leap Seconds=34 + { 2455337.50, 66.225017 }, //21 May 2010, UT1-UTC=-0.0410167, Accumulated Leap Seconds=34 + { 2455338.50, 66.226672 }, //22 May 2010, UT1-UTC=-0.0426724, Accumulated Leap Seconds=34 + { 2455339.50, 66.228362 }, //23 May 2010, UT1-UTC=-0.0443621, Accumulated Leap Seconds=34 + { 2455340.50, 66.229913 }, //24 May 2010, UT1-UTC=-0.0459129, Accumulated Leap Seconds=34 + { 2455341.50, 66.231226 }, //25 May 2010, UT1-UTC=-0.0472264, Accumulated Leap Seconds=34 + { 2455342.50, 66.232267 }, //26 May 2010, UT1-UTC=-0.0482667, Accumulated Leap Seconds=34 + { 2455343.50, 66.233091 }, //27 May 2010, UT1-UTC=-0.0490912, Accumulated Leap Seconds=34 + { 2455344.50, 66.233798 }, //28 May 2010, UT1-UTC=-0.0497983, Accumulated Leap Seconds=34 + { 2455345.50, 66.234343 }, //29 May 2010, UT1-UTC=-0.0503434, Accumulated Leap Seconds=34 + { 2455346.50, 66.234744 }, //30 May 2010, UT1-UTC=-0.0507442, Accumulated Leap Seconds=34 + { 2455347.50, 66.235122 }, //31 May 2010, UT1-UTC=-0.0511222, Accumulated Leap Seconds=34 + { 2455348.50, 66.235585 }, //01 June 2010, UT1-UTC=-0.0515846, Accumulated Leap Seconds=34 + { 2455349.50, 66.236161 }, //02 June 2010, UT1-UTC=-0.0521615, Accumulated Leap Seconds=34 + { 2455350.50, 66.236830 }, //03 June 2010, UT1-UTC=-0.0528302, Accumulated Leap Seconds=34 + { 2455351.50, 66.237573 }, //04 June 2010, UT1-UTC=-0.0535728, Accumulated Leap Seconds=34 + { 2455352.50, 66.238314 }, //05 June 2010, UT1-UTC=-0.0543140, Accumulated Leap Seconds=34 + { 2455353.50, 66.239023 }, //06 June 2010, UT1-UTC=-0.0550229, Accumulated Leap Seconds=34 + { 2455354.50, 66.239683 }, //07 June 2010, UT1-UTC=-0.0556829, Accumulated Leap Seconds=34 + { 2455355.50, 66.240219 }, //08 June 2010, UT1-UTC=-0.0562189, Accumulated Leap Seconds=34 + { 2455356.50, 66.240662 }, //09 June 2010, UT1-UTC=-0.0566620, Accumulated Leap Seconds=34 + { 2455357.50, 66.240971 }, //10 June 2010, UT1-UTC=-0.0569711, Accumulated Leap Seconds=34 + { 2455358.50, 66.241164 }, //11 June 2010, UT1-UTC=-0.0571637, Accumulated Leap Seconds=34 + { 2455359.50, 66.241245 }, //12 June 2010, UT1-UTC=-0.0572449, Accumulated Leap Seconds=34 + { 2455360.50, 66.241295 }, //13 June 2010, UT1-UTC=-0.0572951, Accumulated Leap Seconds=34 + { 2455361.50, 66.241395 }, //14 June 2010, UT1-UTC=-0.0573947, Accumulated Leap Seconds=34 + { 2455362.50, 66.241599 }, //15 June 2010, UT1-UTC=-0.0575990, Accumulated Leap Seconds=34 + { 2455363.50, 66.241950 }, //16 June 2010, UT1-UTC=-0.0579501, Accumulated Leap Seconds=34 + { 2455364.50, 66.242454 }, //17 June 2010, UT1-UTC=-0.0584543, Accumulated Leap Seconds=34 + { 2455365.50, 66.243089 }, //18 June 2010, UT1-UTC=-0.0590887, Accumulated Leap Seconds=34 + { 2455366.50, 66.243740 }, //19 June 2010, UT1-UTC=-0.0597400, Accumulated Leap Seconds=34 + { 2455367.50, 66.244198 }, //20 June 2010, UT1-UTC=-0.0601981, Accumulated Leap Seconds=34 + { 2455368.50, 66.244410 }, //21 June 2010, UT1-UTC=-0.0604096, Accumulated Leap Seconds=34 + { 2455369.50, 66.244405 }, //22 June 2010, UT1-UTC=-0.0604055, Accumulated Leap Seconds=34 + { 2455370.50, 66.244151 }, //23 June 2010, UT1-UTC=-0.0601505, Accumulated Leap Seconds=34 + { 2455371.50, 66.243702 }, //24 June 2010, UT1-UTC=-0.0597020, Accumulated Leap Seconds=34 + { 2455372.50, 66.243130 }, //25 June 2010, UT1-UTC=-0.0591297, Accumulated Leap Seconds=34 + { 2455373.50, 66.242516 }, //26 June 2010, UT1-UTC=-0.0585156, Accumulated Leap Seconds=34 + { 2455374.50, 66.241934 }, //27 June 2010, UT1-UTC=-0.0579343, Accumulated Leap Seconds=34 + { 2455375.50, 66.241444 }, //28 June 2010, UT1-UTC=-0.0574436, Accumulated Leap Seconds=34 + { 2455376.50, 66.241104 }, //29 June 2010, UT1-UTC=-0.0571041, Accumulated Leap Seconds=34 + { 2455377.50, 66.240915 }, //30 June 2010, UT1-UTC=-0.0569155, Accumulated Leap Seconds=34 + { 2455378.50, 66.240855 }, //01 July 2010, UT1-UTC=-0.0568549, Accumulated Leap Seconds=34 + { 2455379.50, 66.240831 }, //02 July 2010, UT1-UTC=-0.0568310, Accumulated Leap Seconds=34 + { 2455380.50, 66.240870 }, //03 July 2010, UT1-UTC=-0.0568704, Accumulated Leap Seconds=34 + { 2455381.50, 66.240906 }, //04 July 2010, UT1-UTC=-0.0569063, Accumulated Leap Seconds=34 + { 2455382.50, 66.240851 }, //05 July 2010, UT1-UTC=-0.0568509, Accumulated Leap Seconds=34 + { 2455383.50, 66.240669 }, //06 July 2010, UT1-UTC=-0.0566688, Accumulated Leap Seconds=34 + { 2455384.50, 66.240331 }, //07 July 2010, UT1-UTC=-0.0563313, Accumulated Leap Seconds=34 + { 2455385.50, 66.239821 }, //08 July 2010, UT1-UTC=-0.0558206, Accumulated Leap Seconds=34 + { 2455386.50, 66.239222 }, //09 July 2010, UT1-UTC=-0.0552222, Accumulated Leap Seconds=34 + { 2455387.50, 66.238605 }, //10 July 2010, UT1-UTC=-0.0546055, Accumulated Leap Seconds=34 + { 2455388.50, 66.238066 }, //11 July 2010, UT1-UTC=-0.0540657, Accumulated Leap Seconds=34 + { 2455389.50, 66.237671 }, //12 July 2010, UT1-UTC=-0.0536709, Accumulated Leap Seconds=34 + { 2455390.50, 66.237482 }, //13 July 2010, UT1-UTC=-0.0534821, Accumulated Leap Seconds=34 + { 2455391.50, 66.237544 }, //14 July 2010, UT1-UTC=-0.0535439, Accumulated Leap Seconds=34 + { 2455392.50, 66.237765 }, //15 July 2010, UT1-UTC=-0.0537651, Accumulated Leap Seconds=34 + { 2455393.50, 66.238068 }, //16 July 2010, UT1-UTC=-0.0540685, Accumulated Leap Seconds=34 + { 2455394.50, 66.238389 }, //17 July 2010, UT1-UTC=-0.0543890, Accumulated Leap Seconds=34 + { 2455395.50, 66.238576 }, //18 July 2010, UT1-UTC=-0.0545765, Accumulated Leap Seconds=34 + { 2455396.50, 66.238628 }, //19 July 2010, UT1-UTC=-0.0546280, Accumulated Leap Seconds=34 + { 2455397.50, 66.238429 }, //20 July 2010, UT1-UTC=-0.0544292, Accumulated Leap Seconds=34 + { 2455398.50, 66.238012 }, //21 July 2010, UT1-UTC=-0.0540123, Accumulated Leap Seconds=34 + { 2455399.50, 66.237377 }, //22 July 2010, UT1-UTC=-0.0533767, Accumulated Leap Seconds=34 + { 2455400.50, 66.236603 }, //23 July 2010, UT1-UTC=-0.0526032, Accumulated Leap Seconds=34 + { 2455401.50, 66.235877 }, //24 July 2010, UT1-UTC=-0.0518769, Accumulated Leap Seconds=34 + { 2455402.50, 66.235168 }, //25 July 2010, UT1-UTC=-0.0511681, Accumulated Leap Seconds=34 + { 2455403.50, 66.234588 }, //26 July 2010, UT1-UTC=-0.0505881, Accumulated Leap Seconds=34 + { 2455404.50, 66.234194 }, //27 July 2010, UT1-UTC=-0.0501943, Accumulated Leap Seconds=34 + { 2455405.50, 66.233977 }, //28 July 2010, UT1-UTC=-0.0499766, Accumulated Leap Seconds=34 + { 2455406.50, 66.233863 }, //29 July 2010, UT1-UTC=-0.0498633, Accumulated Leap Seconds=34 + { 2455407.50, 66.233779 }, //30 July 2010, UT1-UTC=-0.0497795, Accumulated Leap Seconds=34 + { 2455408.50, 66.233695 }, //31 July 2010, UT1-UTC=-0.0496946, Accumulated Leap Seconds=34 + { 2455409.50, 66.233542 }, //01 August 2010, UT1-UTC=-0.0495423, Accumulated Leap Seconds=34 + { 2455410.50, 66.233293 }, //02 August 2010, UT1-UTC=-0.0492932, Accumulated Leap Seconds=34 + { 2455411.50, 66.232951 }, //03 August 2010, UT1-UTC=-0.0489515, Accumulated Leap Seconds=34 + { 2455412.50, 66.232559 }, //04 August 2010, UT1-UTC=-0.0485588, Accumulated Leap Seconds=34 + { 2455413.50, 66.232122 }, //05 August 2010, UT1-UTC=-0.0481220, Accumulated Leap Seconds=34 + { 2455414.50, 66.231680 }, //06 August 2010, UT1-UTC=-0.0476799, Accumulated Leap Seconds=34 + { 2455415.50, 66.231278 }, //07 August 2010, UT1-UTC=-0.0472782, Accumulated Leap Seconds=34 + { 2455416.50, 66.231034 }, //08 August 2010, UT1-UTC=-0.0470343, Accumulated Leap Seconds=34 + { 2455417.50, 66.231043 }, //09 August 2010, UT1-UTC=-0.0470428, Accumulated Leap Seconds=34 + { 2455418.50, 66.231350 }, //10 August 2010, UT1-UTC=-0.0473497, Accumulated Leap Seconds=34 + { 2455419.50, 66.231949 }, //11 August 2010, UT1-UTC=-0.0479491, Accumulated Leap Seconds=34 + { 2455420.50, 66.232700 }, //12 August 2010, UT1-UTC=-0.0487004, Accumulated Leap Seconds=34 + { 2455421.50, 66.233431 }, //13 August 2010, UT1-UTC=-0.0494313, Accumulated Leap Seconds=34 + { 2455422.50, 66.234052 }, //14 August 2010, UT1-UTC=-0.0500523, Accumulated Leap Seconds=34 + { 2455423.50, 66.234458 }, //15 August 2010, UT1-UTC=-0.0504581, Accumulated Leap Seconds=34 + { 2455424.50, 66.234607 }, //16 August 2010, UT1-UTC=-0.0506069, Accumulated Leap Seconds=34 + { 2455425.50, 66.234533 }, //17 August 2010, UT1-UTC=-0.0505327, Accumulated Leap Seconds=34 + { 2455426.50, 66.234245 }, //18 August 2010, UT1-UTC=-0.0502453, Accumulated Leap Seconds=34 + { 2455427.50, 66.233850 }, //19 August 2010, UT1-UTC=-0.0498500, Accumulated Leap Seconds=34 + { 2455428.50, 66.233468 }, //20 August 2010, UT1-UTC=-0.0494675, Accumulated Leap Seconds=34 + { 2455429.50, 66.233140 }, //21 August 2010, UT1-UTC=-0.0491402, Accumulated Leap Seconds=34 + { 2455430.50, 66.232922 }, //22 August 2010, UT1-UTC=-0.0489221, Accumulated Leap Seconds=34 + { 2455431.50, 66.232900 }, //23 August 2010, UT1-UTC=-0.0489005, Accumulated Leap Seconds=34 + { 2455432.50, 66.233039 }, //24 August 2010, UT1-UTC=-0.0490389, Accumulated Leap Seconds=34 + { 2455433.50, 66.233263 }, //25 August 2010, UT1-UTC=-0.0492630, Accumulated Leap Seconds=34 + { 2455434.50, 66.233602 }, //26 August 2010, UT1-UTC=-0.0496017, Accumulated Leap Seconds=34 + { 2455435.50, 66.234004 }, //27 August 2010, UT1-UTC=-0.0500041, Accumulated Leap Seconds=34 + { 2455436.50, 66.234340 }, //28 August 2010, UT1-UTC=-0.0503404, Accumulated Leap Seconds=34 + { 2455437.50, 66.234617 }, //29 August 2010, UT1-UTC=-0.0506168, Accumulated Leap Seconds=34 + { 2455438.50, 66.234808 }, //30 August 2010, UT1-UTC=-0.0508076, Accumulated Leap Seconds=34 + { 2455439.50, 66.234902 }, //31 August 2010, UT1-UTC=-0.0509022, Accumulated Leap Seconds=34 + { 2455440.50, 66.234911 }, //01 September 2010, UT1-UTC=-0.0509107, Accumulated Leap Seconds=34 + { 2455441.50, 66.234825 }, //02 September 2010, UT1-UTC=-0.0508249, Accumulated Leap Seconds=34 + { 2455442.50, 66.234738 }, //03 September 2010, UT1-UTC=-0.0507385, Accumulated Leap Seconds=34 + { 2455443.50, 66.234710 }, //04 September 2010, UT1-UTC=-0.0507099, Accumulated Leap Seconds=34 + { 2455444.50, 66.234841 }, //05 September 2010, UT1-UTC=-0.0508409, Accumulated Leap Seconds=34 + { 2455445.50, 66.235231 }, //06 September 2010, UT1-UTC=-0.0512306, Accumulated Leap Seconds=34 + { 2455446.50, 66.235918 }, //07 September 2010, UT1-UTC=-0.0519176, Accumulated Leap Seconds=34 + { 2455447.50, 66.236850 }, //08 September 2010, UT1-UTC=-0.0528496, Accumulated Leap Seconds=34 + { 2455448.50, 66.237928 }, //09 September 2010, UT1-UTC=-0.0539279, Accumulated Leap Seconds=34 + { 2455449.50, 66.238966 }, //10 September 2010, UT1-UTC=-0.0549659, Accumulated Leap Seconds=34 + { 2455450.50, 66.239764 }, //11 September 2010, UT1-UTC=-0.0557636, Accumulated Leap Seconds=34 + { 2455451.50, 66.240296 }, //12 September 2010, UT1-UTC=-0.0562956, Accumulated Leap Seconds=34 + { 2455452.50, 66.240550 }, //13 September 2010, UT1-UTC=-0.0565504, Accumulated Leap Seconds=34 + { 2455453.50, 66.240555 }, //14 September 2010, UT1-UTC=-0.0565547, Accumulated Leap Seconds=34 + { 2455454.50, 66.240429 }, //15 September 2010, UT1-UTC=-0.0564287, Accumulated Leap Seconds=34 + { 2455455.50, 66.240295 }, //16 September 2010, UT1-UTC=-0.0562948, Accumulated Leap Seconds=34 + { 2455456.50, 66.240185 }, //17 September 2010, UT1-UTC=-0.0561851, Accumulated Leap Seconds=34 + { 2455457.50, 66.240175 }, //18 September 2010, UT1-UTC=-0.0561754, Accumulated Leap Seconds=34 + { 2455458.50, 66.240306 }, //19 September 2010, UT1-UTC=-0.0563058, Accumulated Leap Seconds=34 + { 2455459.50, 66.240562 }, //20 September 2010, UT1-UTC=-0.0565618, Accumulated Leap Seconds=34 + { 2455460.50, 66.240912 }, //21 September 2010, UT1-UTC=-0.0569117, Accumulated Leap Seconds=34 + { 2455461.50, 66.241303 }, //22 September 2010, UT1-UTC=-0.0573028, Accumulated Leap Seconds=34 + { 2455462.50, 66.241760 }, //23 September 2010, UT1-UTC=-0.0577600, Accumulated Leap Seconds=34 + { 2455463.50, 66.242270 }, //24 September 2010, UT1-UTC=-0.0582699, Accumulated Leap Seconds=34 + { 2455464.50, 66.242724 }, //25 September 2010, UT1-UTC=-0.0587245, Accumulated Leap Seconds=34 + { 2455465.50, 66.243157 }, //26 September 2010, UT1-UTC=-0.0591569, Accumulated Leap Seconds=34 + { 2455466.50, 66.243488 }, //27 September 2010, UT1-UTC=-0.0594877, Accumulated Leap Seconds=34 + { 2455467.50, 66.243681 }, //28 September 2010, UT1-UTC=-0.0596806, Accumulated Leap Seconds=34 + { 2455468.50, 66.243792 }, //29 September 2010, UT1-UTC=-0.0597925, Accumulated Leap Seconds=34 + { 2455469.50, 66.243891 }, //30 September 2010, UT1-UTC=-0.0598906, Accumulated Leap Seconds=34 + { 2455470.50, 66.244109 }, //01 October 2010, UT1-UTC=-0.0601095, Accumulated Leap Seconds=34 + { 2455471.50, 66.244452 }, //02 October 2010, UT1-UTC=-0.0604520, Accumulated Leap Seconds=34 + { 2455472.50, 66.245093 }, //03 October 2010, UT1-UTC=-0.0610928, Accumulated Leap Seconds=34 + { 2455473.50, 66.246128 }, //04 October 2010, UT1-UTC=-0.0621279, Accumulated Leap Seconds=34 + { 2455474.50, 66.247487 }, //05 October 2010, UT1-UTC=-0.0634867, Accumulated Leap Seconds=34 + { 2455475.50, 66.249099 }, //06 October 2010, UT1-UTC=-0.0650995, Accumulated Leap Seconds=34 + { 2455476.50, 66.250808 }, //07 October 2010, UT1-UTC=-0.0668083, Accumulated Leap Seconds=34 + { 2455477.50, 66.252434 }, //08 October 2010, UT1-UTC=-0.0684337, Accumulated Leap Seconds=34 + { 2455478.50, 66.253847 }, //09 October 2010, UT1-UTC=-0.0698473, Accumulated Leap Seconds=34 + { 2455479.50, 66.255041 }, //10 October 2010, UT1-UTC=-0.0710410, Accumulated Leap Seconds=34 + { 2455480.50, 66.256012 }, //11 October 2010, UT1-UTC=-0.0720120, Accumulated Leap Seconds=34 + { 2455481.50, 66.256833 }, //12 October 2010, UT1-UTC=-0.0728332, Accumulated Leap Seconds=34 + { 2455482.50, 66.257611 }, //13 October 2010, UT1-UTC=-0.0736113, Accumulated Leap Seconds=34 + { 2455483.50, 66.258373 }, //14 October 2010, UT1-UTC=-0.0743731, Accumulated Leap Seconds=34 + { 2455484.50, 66.259218 }, //15 October 2010, UT1-UTC=-0.0752176, Accumulated Leap Seconds=34 + { 2455485.50, 66.260108 }, //16 October 2010, UT1-UTC=-0.0761076, Accumulated Leap Seconds=34 + { 2455486.50, 66.261084 }, //17 October 2010, UT1-UTC=-0.0770841, Accumulated Leap Seconds=34 + { 2455487.50, 66.262177 }, //18 October 2010, UT1-UTC=-0.0781773, Accumulated Leap Seconds=34 + { 2455488.50, 66.263346 }, //19 October 2010, UT1-UTC=-0.0793457, Accumulated Leap Seconds=34 + { 2455489.50, 66.264591 }, //20 October 2010, UT1-UTC=-0.0805907, Accumulated Leap Seconds=34 + { 2455490.50, 66.265813 }, //21 October 2010, UT1-UTC=-0.0818131, Accumulated Leap Seconds=34 + { 2455491.50, 66.266943 }, //22 October 2010, UT1-UTC=-0.0829431, Accumulated Leap Seconds=34 + { 2455492.50, 66.267955 }, //23 October 2010, UT1-UTC=-0.0839553, Accumulated Leap Seconds=34 + { 2455493.50, 66.268807 }, //24 October 2010, UT1-UTC=-0.0848073, Accumulated Leap Seconds=34 + { 2455494.50, 66.269519 }, //25 October 2010, UT1-UTC=-0.0855185, Accumulated Leap Seconds=34 + { 2455495.50, 66.270120 }, //26 October 2010, UT1-UTC=-0.0861200, Accumulated Leap Seconds=34 + { 2455496.50, 66.270661 }, //27 October 2010, UT1-UTC=-0.0866612, Accumulated Leap Seconds=34 + { 2455497.50, 66.271193 }, //28 October 2010, UT1-UTC=-0.0871935, Accumulated Leap Seconds=34 + { 2455498.50, 66.271830 }, //29 October 2010, UT1-UTC=-0.0878296, Accumulated Leap Seconds=34 + { 2455499.50, 66.272654 }, //30 October 2010, UT1-UTC=-0.0886538, Accumulated Leap Seconds=34 + { 2455500.50, 66.273736 }, //31 October 2010, UT1-UTC=-0.0897362, Accumulated Leap Seconds=34 + { 2455501.50, 66.275112 }, //01 November 2010, UT1-UTC=-0.0911123, Accumulated Leap Seconds=34 + { 2455502.50, 66.276715 }, //02 November 2010, UT1-UTC=-0.0927155, Accumulated Leap Seconds=34 + { 2455503.50, 66.278454 }, //03 November 2010, UT1-UTC=-0.0944538, Accumulated Leap Seconds=34 + { 2455504.50, 66.280154 }, //04 November 2010, UT1-UTC=-0.0961543, Accumulated Leap Seconds=34 + { 2455505.50, 66.281713 }, //05 November 2010, UT1-UTC=-0.0977133, Accumulated Leap Seconds=34 + { 2455506.50, 66.283068 }, //06 November 2010, UT1-UTC=-0.0990679, Accumulated Leap Seconds=34 + { 2455507.50, 66.284154 }, //07 November 2010, UT1-UTC=-0.1001542, Accumulated Leap Seconds=34 + { 2455508.50, 66.284979 }, //08 November 2010, UT1-UTC=-0.1009786, Accumulated Leap Seconds=34 + { 2455509.50, 66.285671 }, //09 November 2010, UT1-UTC=-0.1016712, Accumulated Leap Seconds=34 + { 2455510.50, 66.286256 }, //10 November 2010, UT1-UTC=-0.1022564, Accumulated Leap Seconds=34 + { 2455511.50, 66.286845 }, //11 November 2010, UT1-UTC=-0.1028446, Accumulated Leap Seconds=34 + { 2455512.50, 66.287528 }, //12 November 2010, UT1-UTC=-0.1035280, Accumulated Leap Seconds=34 + { 2455513.50, 66.288345 }, //13 November 2010, UT1-UTC=-0.1043448, Accumulated Leap Seconds=34 + { 2455514.50, 66.289325 }, //14 November 2010, UT1-UTC=-0.1053251, Accumulated Leap Seconds=34 + { 2455515.50, 66.290422 }, //15 November 2010, UT1-UTC=-0.1064222, Accumulated Leap Seconds=34 + { 2455516.50, 66.291587 }, //16 November 2010, UT1-UTC=-0.1075873, Accumulated Leap Seconds=34 + { 2455517.50, 66.292771 }, //17 November 2010, UT1-UTC=-0.1087714, Accumulated Leap Seconds=34 + { 2455518.50, 66.293877 }, //18 November 2010, UT1-UTC=-0.1098769, Accumulated Leap Seconds=34 + { 2455519.50, 66.294896 }, //19 November 2010, UT1-UTC=-0.1108959, Accumulated Leap Seconds=34 + { 2455520.50, 66.295736 }, //20 November 2010, UT1-UTC=-0.1117357, Accumulated Leap Seconds=34 + { 2455521.50, 66.296411 }, //21 November 2010, UT1-UTC=-0.1124108, Accumulated Leap Seconds=34 + { 2455522.50, 66.296971 }, //22 November 2010, UT1-UTC=-0.1129715, Accumulated Leap Seconds=34 + { 2455523.50, 66.297459 }, //23 November 2010, UT1-UTC=-0.1134586, Accumulated Leap Seconds=34 + { 2455524.50, 66.297951 }, //24 November 2010, UT1-UTC=-0.1139513, Accumulated Leap Seconds=34 + { 2455525.50, 66.298507 }, //25 November 2010, UT1-UTC=-0.1145072, Accumulated Leap Seconds=34 + { 2455526.50, 66.299206 }, //26 November 2010, UT1-UTC=-0.1152063, Accumulated Leap Seconds=34 + { 2455527.50, 66.300132 }, //27 November 2010, UT1-UTC=-0.1161318, Accumulated Leap Seconds=34 + { 2455528.50, 66.301321 }, //28 November 2010, UT1-UTC=-0.1173210, Accumulated Leap Seconds=34 + { 2455529.50, 66.302681 }, //29 November 2010, UT1-UTC=-0.1186808, Accumulated Leap Seconds=34 + { 2455530.50, 66.304064 }, //30 November 2010, UT1-UTC=-0.1200639, Accumulated Leap Seconds=34 + { 2455531.50, 66.305433 }, //01 December 2010, UT1-UTC=-0.1214334, Accumulated Leap Seconds=34 + { 2455532.50, 66.306668 }, //02 December 2010, UT1-UTC=-0.1226680, Accumulated Leap Seconds=34 + { 2455533.50, 66.307665 }, //03 December 2010, UT1-UTC=-0.1236645, Accumulated Leap Seconds=34 + { 2455534.50, 66.308405 }, //04 December 2010, UT1-UTC=-0.1244053, Accumulated Leap Seconds=34 + { 2455535.50, 66.308931 }, //05 December 2010, UT1-UTC=-0.1249308, Accumulated Leap Seconds=34 + { 2455536.50, 66.309362 }, //06 December 2010, UT1-UTC=-0.1253618, Accumulated Leap Seconds=34 + { 2455537.50, 66.309777 }, //07 December 2010, UT1-UTC=-0.1257772, Accumulated Leap Seconds=34 + { 2455538.50, 66.310247 }, //08 December 2010, UT1-UTC=-0.1262471, Accumulated Leap Seconds=34 + { 2455539.50, 66.310798 }, //09 December 2010, UT1-UTC=-0.1267983, Accumulated Leap Seconds=34 + { 2455540.50, 66.311468 }, //10 December 2010, UT1-UTC=-0.1274676, Accumulated Leap Seconds=34 + { 2455541.50, 66.312185 }, //11 December 2010, UT1-UTC=-0.1281845, Accumulated Leap Seconds=34 + { 2455542.50, 66.312905 }, //12 December 2010, UT1-UTC=-0.1289045, Accumulated Leap Seconds=34 + { 2455543.50, 66.313618 }, //13 December 2010, UT1-UTC=-0.1296181, Accumulated Leap Seconds=34 + { 2455544.50, 66.314344 }, //14 December 2010, UT1-UTC=-0.1303443, Accumulated Leap Seconds=34 + { 2455545.50, 66.314985 }, //15 December 2010, UT1-UTC=-0.1309848, Accumulated Leap Seconds=34 + { 2455546.50, 66.315537 }, //16 December 2010, UT1-UTC=-0.1315368, Accumulated Leap Seconds=34 + { 2455547.50, 66.316037 }, //17 December 2010, UT1-UTC=-0.1320367, Accumulated Leap Seconds=34 + { 2455548.50, 66.316416 }, //18 December 2010, UT1-UTC=-0.1324163, Accumulated Leap Seconds=34 + { 2455549.50, 66.316690 }, //19 December 2010, UT1-UTC=-0.1326901, Accumulated Leap Seconds=34 + { 2455550.50, 66.316824 }, //20 December 2010, UT1-UTC=-0.1328237, Accumulated Leap Seconds=34 + { 2455551.50, 66.316898 }, //21 December 2010, UT1-UTC=-0.1328980, Accumulated Leap Seconds=34 + { 2455552.50, 66.317098 }, //22 December 2010, UT1-UTC=-0.1330978, Accumulated Leap Seconds=34 + { 2455553.50, 66.317441 }, //23 December 2010, UT1-UTC=-0.1334410, Accumulated Leap Seconds=34 + { 2455554.50, 66.317993 }, //24 December 2010, UT1-UTC=-0.1339930, Accumulated Leap Seconds=34 + { 2455555.50, 66.318751 }, //25 December 2010, UT1-UTC=-0.1347515, Accumulated Leap Seconds=34 + { 2455556.50, 66.319706 }, //26 December 2010, UT1-UTC=-0.1357064, Accumulated Leap Seconds=34 + { 2455557.50, 66.320822 }, //27 December 2010, UT1-UTC=-0.1368218, Accumulated Leap Seconds=34 + { 2455558.50, 66.321940 }, //28 December 2010, UT1-UTC=-0.1379396, Accumulated Leap Seconds=34 + { 2455559.50, 66.322930 }, //29 December 2010, UT1-UTC=-0.1389297, Accumulated Leap Seconds=34 + { 2455560.50, 66.323653 }, //30 December 2010, UT1-UTC=-0.1396535, Accumulated Leap Seconds=34 + { 2455561.50, 66.324224 }, //31 December 2010, UT1-UTC=-0.1402235, Accumulated Leap Seconds=34 + { 2455562.50, 66.324557 }, //01 January 2011, UT1-UTC=-0.1405568, Accumulated Leap Seconds=34 + { 2455563.50, 66.324785 }, //02 January 2011, UT1-UTC=-0.1407850, Accumulated Leap Seconds=34 + { 2455564.50, 66.324970 }, //03 January 2011, UT1-UTC=-0.1409701, Accumulated Leap Seconds=34 + { 2455565.50, 66.325132 }, //04 January 2011, UT1-UTC=-0.1411325, Accumulated Leap Seconds=34 + { 2455566.50, 66.325341 }, //05 January 2011, UT1-UTC=-0.1413415, Accumulated Leap Seconds=34 + { 2455567.50, 66.325639 }, //06 January 2011, UT1-UTC=-0.1416387, Accumulated Leap Seconds=34 + { 2455568.50, 66.326066 }, //07 January 2011, UT1-UTC=-0.1420664, Accumulated Leap Seconds=34 + { 2455569.50, 66.326575 }, //08 January 2011, UT1-UTC=-0.1425749, Accumulated Leap Seconds=34 + { 2455570.50, 66.327127 }, //09 January 2011, UT1-UTC=-0.1431271, Accumulated Leap Seconds=34 + { 2455571.50, 66.327732 }, //10 January 2011, UT1-UTC=-0.1437316, Accumulated Leap Seconds=34 + { 2455572.50, 66.328327 }, //11 January 2011, UT1-UTC=-0.1443269, Accumulated Leap Seconds=34 + { 2455573.50, 66.328907 }, //12 January 2011, UT1-UTC=-0.1449070, Accumulated Leap Seconds=34 + { 2455574.50, 66.329462 }, //13 January 2011, UT1-UTC=-0.1454623, Accumulated Leap Seconds=34 + { 2455575.50, 66.329950 }, //14 January 2011, UT1-UTC=-0.1459496, Accumulated Leap Seconds=34 + { 2455576.50, 66.330323 }, //15 January 2011, UT1-UTC=-0.1463227, Accumulated Leap Seconds=34 + { 2455577.50, 66.330633 }, //16 January 2011, UT1-UTC=-0.1466326, Accumulated Leap Seconds=34 + { 2455578.50, 66.330896 }, //17 January 2011, UT1-UTC=-0.1468964, Accumulated Leap Seconds=34 + { 2455579.50, 66.331177 }, //18 January 2011, UT1-UTC=-0.1471767, Accumulated Leap Seconds=34 + { 2455580.50, 66.331560 }, //19 January 2011, UT1-UTC=-0.1475601, Accumulated Leap Seconds=34 + { 2455581.50, 66.332076 }, //20 January 2011, UT1-UTC=-0.1480758, Accumulated Leap Seconds=34 + { 2455582.50, 66.332800 }, //21 January 2011, UT1-UTC=-0.1488003, Accumulated Leap Seconds=34 + { 2455583.50, 66.333707 }, //22 January 2011, UT1-UTC=-0.1497068, Accumulated Leap Seconds=34 + { 2455584.50, 66.334817 }, //23 January 2011, UT1-UTC=-0.1508170, Accumulated Leap Seconds=34 + { 2455585.50, 66.335998 }, //24 January 2011, UT1-UTC=-0.1519977, Accumulated Leap Seconds=34 + { 2455586.50, 66.337088 }, //25 January 2011, UT1-UTC=-0.1530882, Accumulated Leap Seconds=34 + { 2455587.50, 66.338013 }, //26 January 2011, UT1-UTC=-0.1540134, Accumulated Leap Seconds=34 + { 2455588.50, 66.338725 }, //27 January 2011, UT1-UTC=-0.1547247, Accumulated Leap Seconds=34 + { 2455589.50, 66.339224 }, //28 January 2011, UT1-UTC=-0.1552242, Accumulated Leap Seconds=34 + { 2455590.50, 66.339582 }, //29 January 2011, UT1-UTC=-0.1555816, Accumulated Leap Seconds=34 + { 2455591.50, 66.339891 }, //30 January 2011, UT1-UTC=-0.1558913, Accumulated Leap Seconds=34 + { 2455592.50, 66.340204 }, //31 January 2011, UT1-UTC=-0.1562042, Accumulated Leap Seconds=34 + { 2455593.50, 66.340571 }, //01 February 2011, UT1-UTC=-0.1565713, Accumulated Leap Seconds=34 + { 2455594.50, 66.341039 }, //02 February 2011, UT1-UTC=-0.1570388, Accumulated Leap Seconds=34 + { 2455595.50, 66.341684 }, //03 February 2011, UT1-UTC=-0.1576845, Accumulated Leap Seconds=34 + { 2455596.50, 66.342418 }, //04 February 2011, UT1-UTC=-0.1584176, Accumulated Leap Seconds=34 + { 2455597.50, 66.343240 }, //05 February 2011, UT1-UTC=-0.1592403, Accumulated Leap Seconds=34 + { 2455598.50, 66.343998 }, //06 February 2011, UT1-UTC=-0.1599975, Accumulated Leap Seconds=34 + { 2455599.50, 66.344757 }, //07 February 2011, UT1-UTC=-0.1607568, Accumulated Leap Seconds=34 + { 2455600.50, 66.345460 }, //08 February 2011, UT1-UTC=-0.1614604, Accumulated Leap Seconds=34 + { 2455601.50, 66.346080 }, //09 February 2011, UT1-UTC=-0.1620804, Accumulated Leap Seconds=34 + { 2455602.50, 66.346624 }, //10 February 2011, UT1-UTC=-0.1626243, Accumulated Leap Seconds=34 + { 2455603.50, 66.347087 }, //11 February 2011, UT1-UTC=-0.1630870, Accumulated Leap Seconds=34 + { 2455604.50, 66.347470 }, //12 February 2011, UT1-UTC=-0.1634699, Accumulated Leap Seconds=34 + { 2455605.50, 66.347815 }, //13 February 2011, UT1-UTC=-0.1638153, Accumulated Leap Seconds=34 + { 2455606.50, 66.348176 }, //14 February 2011, UT1-UTC=-0.1641760, Accumulated Leap Seconds=34 + { 2455607.50, 66.348659 }, //15 February 2011, UT1-UTC=-0.1646592, Accumulated Leap Seconds=34 + { 2455608.50, 66.349365 }, //16 February 2011, UT1-UTC=-0.1653654, Accumulated Leap Seconds=34 + { 2455609.50, 66.350349 }, //17 February 2011, UT1-UTC=-0.1663492, Accumulated Leap Seconds=34 + { 2455610.50, 66.351653 }, //18 February 2011, UT1-UTC=-0.1676529, Accumulated Leap Seconds=34 + { 2455611.50, 66.353142 }, //19 February 2011, UT1-UTC=-0.1691421, Accumulated Leap Seconds=34 + { 2455612.50, 66.354763 }, //20 February 2011, UT1-UTC=-0.1707627, Accumulated Leap Seconds=34 + { 2455613.50, 66.356391 }, //21 February 2011, UT1-UTC=-0.1723914, Accumulated Leap Seconds=34 + { 2455614.50, 66.357827 }, //22 February 2011, UT1-UTC=-0.1738274, Accumulated Leap Seconds=34 + { 2455615.50, 66.358998 }, //23 February 2011, UT1-UTC=-0.1749979, Accumulated Leap Seconds=34 + { 2455616.50, 66.359847 }, //24 February 2011, UT1-UTC=-0.1758466, Accumulated Leap Seconds=34 + { 2455617.50, 66.360475 }, //25 February 2011, UT1-UTC=-0.1764754, Accumulated Leap Seconds=34 + { 2455618.50, 66.360951 }, //26 February 2011, UT1-UTC=-0.1769511, Accumulated Leap Seconds=34 + { 2455619.50, 66.361393 }, //27 February 2011, UT1-UTC=-0.1773927, Accumulated Leap Seconds=34 + { 2455620.50, 66.361836 }, //28 February 2011, UT1-UTC=-0.1778362, Accumulated Leap Seconds=34 + { 2455621.50, 66.362443 }, //01 March 2011, UT1-UTC=-0.1784433, Accumulated Leap Seconds=34 + { 2455622.50, 66.363192 }, //02 March 2011, UT1-UTC=-0.1791925, Accumulated Leap Seconds=34 + { 2455623.50, 66.364080 }, //03 March 2011, UT1-UTC=-0.1800797, Accumulated Leap Seconds=34 + { 2455624.50, 66.365156 }, //04 March 2011, UT1-UTC=-0.1811560, Accumulated Leap Seconds=34 + { 2455625.50, 66.366322 }, //05 March 2011, UT1-UTC=-0.1823223, Accumulated Leap Seconds=34 + { 2455626.50, 66.367533 }, //06 March 2011, UT1-UTC=-0.1835329, Accumulated Leap Seconds=34 + { 2455627.50, 66.368703 }, //07 March 2011, UT1-UTC=-0.1847033, Accumulated Leap Seconds=34 + { 2455628.50, 66.369749 }, //08 March 2011, UT1-UTC=-0.1857495, Accumulated Leap Seconds=34 + { 2455629.50, 66.370738 }, //09 March 2011, UT1-UTC=-0.1867381, Accumulated Leap Seconds=34 + { 2455630.50, 66.371623 }, //10 March 2011, UT1-UTC=-0.1876230, Accumulated Leap Seconds=34 + { 2455631.50, 66.372399 }, //11 March 2011, UT1-UTC=-0.1883986, Accumulated Leap Seconds=34 + { 2455632.50, 66.373121 }, //12 March 2011, UT1-UTC=-0.1891211, Accumulated Leap Seconds=34 + { 2455633.50, 66.373684 }, //13 March 2011, UT1-UTC=-0.1896843, Accumulated Leap Seconds=34 + { 2455634.50, 66.374292 }, //14 March 2011, UT1-UTC=-0.1902920, Accumulated Leap Seconds=34 + { 2455635.50, 66.375023 }, //15 March 2011, UT1-UTC=-0.1910232, Accumulated Leap Seconds=34 + { 2455636.50, 66.375995 }, //16 March 2011, UT1-UTC=-0.1919951, Accumulated Leap Seconds=34 + { 2455637.50, 66.377222 }, //17 March 2011, UT1-UTC=-0.1932222, Accumulated Leap Seconds=34 + { 2455638.50, 66.378652 }, //18 March 2011, UT1-UTC=-0.1946523, Accumulated Leap Seconds=34 + { 2455639.50, 66.380212 }, //19 March 2011, UT1-UTC=-0.1962118, Accumulated Leap Seconds=34 + { 2455640.50, 66.381805 }, //20 March 2011, UT1-UTC=-0.1978045, Accumulated Leap Seconds=34 + { 2455641.50, 66.383341 }, //21 March 2011, UT1-UTC=-0.1993411, Accumulated Leap Seconds=34 + { 2455642.50, 66.384722 }, //22 March 2011, UT1-UTC=-0.2007220, Accumulated Leap Seconds=34 + { 2455643.50, 66.385833 }, //23 March 2011, UT1-UTC=-0.2018334, Accumulated Leap Seconds=34 + { 2455644.50, 66.386757 }, //24 March 2011, UT1-UTC=-0.2027574, Accumulated Leap Seconds=34 + { 2455645.50, 66.387553 }, //25 March 2011, UT1-UTC=-0.2035533, Accumulated Leap Seconds=34 + { 2455646.50, 66.388432 }, //26 March 2011, UT1-UTC=-0.2044324, Accumulated Leap Seconds=34 + { 2455647.50, 66.389311 }, //27 March 2011, UT1-UTC=-0.2053112, Accumulated Leap Seconds=34 + { 2455648.50, 66.390333 }, //28 March 2011, UT1-UTC=-0.2063335, Accumulated Leap Seconds=34 + { 2455649.50, 66.391520 }, //29 March 2011, UT1-UTC=-0.2075201, Accumulated Leap Seconds=34 + { 2455650.50, 66.392848 }, //30 March 2011, UT1-UTC=-0.2088485, Accumulated Leap Seconds=34 + { 2455651.50, 66.394234 }, //31 March 2011, UT1-UTC=-0.2102342, Accumulated Leap Seconds=34 + { 2455652.50, 66.395710 }, //01 April 2011, UT1-UTC=-0.2117101, Accumulated Leap Seconds=34 + { 2455653.50, 66.397193 }, //02 April 2011, UT1-UTC=-0.2131933, Accumulated Leap Seconds=34 + { 2455654.50, 66.398686 }, //03 April 2011, UT1-UTC=-0.2146861, Accumulated Leap Seconds=34 + { 2455655.50, 66.400058 }, //04 April 2011, UT1-UTC=-0.2160584, Accumulated Leap Seconds=34 + { 2455656.50, 66.401272 }, //05 April 2011, UT1-UTC=-0.2172718, Accumulated Leap Seconds=34 + { 2455657.50, 66.402318 }, //06 April 2011, UT1-UTC=-0.2183180, Accumulated Leap Seconds=34 + { 2455658.50, 66.403231 }, //07 April 2011, UT1-UTC=-0.2192312, Accumulated Leap Seconds=34 + { 2455659.50, 66.403987 }, //08 April 2011, UT1-UTC=-0.2199870, Accumulated Leap Seconds=34 + { 2455660.50, 66.404727 }, //09 April 2011, UT1-UTC=-0.2207270, Accumulated Leap Seconds=34 + { 2455661.50, 66.405490 }, //10 April 2011, UT1-UTC=-0.2214895, Accumulated Leap Seconds=34 + { 2455662.50, 66.406337 }, //11 April 2011, UT1-UTC=-0.2223371, Accumulated Leap Seconds=34 + { 2455663.50, 66.407308 }, //12 April 2011, UT1-UTC=-0.2233083, Accumulated Leap Seconds=34 + { 2455664.50, 66.408479 }, //13 April 2011, UT1-UTC=-0.2244786, Accumulated Leap Seconds=34 + { 2455665.50, 66.409795 }, //14 April 2011, UT1-UTC=-0.2257947, Accumulated Leap Seconds=34 + { 2455666.50, 66.411301 }, //15 April 2011, UT1-UTC=-0.2273013, Accumulated Leap Seconds=34 + { 2455667.50, 66.412922 }, //16 April 2011, UT1-UTC=-0.2289220, Accumulated Leap Seconds=34 + { 2455668.50, 66.414580 }, //17 April 2011, UT1-UTC=-0.2305802, Accumulated Leap Seconds=34 + { 2455669.50, 66.416111 }, //18 April 2011, UT1-UTC=-0.2321108, Accumulated Leap Seconds=34 + { 2455670.50, 66.417454 }, //19 April 2011, UT1-UTC=-0.2334543, Accumulated Leap Seconds=34 + { 2455671.50, 66.418561 }, //20 April 2011, UT1-UTC=-0.2345609, Accumulated Leap Seconds=34 + { 2455672.50, 66.419449 }, //21 April 2011, UT1-UTC=-0.2354495, Accumulated Leap Seconds=34 + { 2455673.50, 66.420176 }, //22 April 2011, UT1-UTC=-0.2361763, Accumulated Leap Seconds=34 + { 2455674.50, 66.420889 }, //23 April 2011, UT1-UTC=-0.2368889, Accumulated Leap Seconds=34 + { 2455675.50, 66.421684 }, //24 April 2011, UT1-UTC=-0.2376842, Accumulated Leap Seconds=34 + { 2455676.50, 66.422557 }, //25 April 2011, UT1-UTC=-0.2385571, Accumulated Leap Seconds=34 + { 2455677.50, 66.423524 }, //26 April 2011, UT1-UTC=-0.2395237, Accumulated Leap Seconds=34 + { 2455678.50, 66.424562 }, //27 April 2011, UT1-UTC=-0.2405616, Accumulated Leap Seconds=34 + { 2455679.50, 66.425625 }, //28 April 2011, UT1-UTC=-0.2416246, Accumulated Leap Seconds=34 + { 2455680.50, 66.426769 }, //29 April 2011, UT1-UTC=-0.2427694, Accumulated Leap Seconds=34 + { 2455681.50, 66.427867 }, //30 April 2011, UT1-UTC=-0.2438674, Accumulated Leap Seconds=34 + { 2455682.50, 66.428903 }, //01 May 2011, UT1-UTC=-0.2449030, Accumulated Leap Seconds=34 + { 2455683.50, 66.429874 }, //02 May 2011, UT1-UTC=-0.2458739, Accumulated Leap Seconds=34 + { 2455684.50, 66.430843 }, //03 May 2011, UT1-UTC=-0.2468430, Accumulated Leap Seconds=34 + { 2455685.50, 66.431690 }, //04 May 2011, UT1-UTC=-0.2476898, Accumulated Leap Seconds=34 + { 2455686.50, 66.432572 }, //05 May 2011, UT1-UTC=-0.2485719, Accumulated Leap Seconds=34 + { 2455687.50, 66.433394 }, //06 May 2011, UT1-UTC=-0.2493942, Accumulated Leap Seconds=34 + { 2455688.50, 66.434214 }, //07 May 2011, UT1-UTC=-0.2502137, Accumulated Leap Seconds=34 + { 2455689.50, 66.435105 }, //08 May 2011, UT1-UTC=-0.2511055, Accumulated Leap Seconds=34 + { 2455690.50, 66.436117 }, //09 May 2011, UT1-UTC=-0.2521172, Accumulated Leap Seconds=34 + { 2455691.50, 66.437326 }, //10 May 2011, UT1-UTC=-0.2533262, Accumulated Leap Seconds=34 + { 2455692.50, 66.438814 }, //11 May 2011, UT1-UTC=-0.2548141, Accumulated Leap Seconds=34 + { 2455693.50, 66.440427 }, //12 May 2011, UT1-UTC=-0.2564269, Accumulated Leap Seconds=34 + { 2455694.50, 66.442167 }, //13 May 2011, UT1-UTC=-0.2581670, Accumulated Leap Seconds=34 + { 2455695.50, 66.443984 }, //14 May 2011, UT1-UTC=-0.2599844, Accumulated Leap Seconds=34 + { 2455696.50, 66.445808 }, //15 May 2011, UT1-UTC=-0.2618083, Accumulated Leap Seconds=34 + { 2455697.50, 66.447430 }, //16 May 2011, UT1-UTC=-0.2634301, Accumulated Leap Seconds=34 + { 2455698.50, 66.448839 }, //17 May 2011, UT1-UTC=-0.2648395, Accumulated Leap Seconds=34 + { 2455699.50, 66.449996 }, //18 May 2011, UT1-UTC=-0.2659958, Accumulated Leap Seconds=34 + { 2455700.50, 66.450991 }, //19 May 2011, UT1-UTC=-0.2669906, Accumulated Leap Seconds=34 + { 2455701.50, 66.451790 }, //20 May 2011, UT1-UTC=-0.2677904, Accumulated Leap Seconds=34 + { 2455702.50, 66.452564 }, //21 May 2011, UT1-UTC=-0.2685639, Accumulated Leap Seconds=34 + { 2455703.50, 66.453390 }, //22 May 2011, UT1-UTC=-0.2693903, Accumulated Leap Seconds=34 + { 2455704.50, 66.454204 }, //23 May 2011, UT1-UTC=-0.2702037, Accumulated Leap Seconds=34 + { 2455705.50, 66.455091 }, //24 May 2011, UT1-UTC=-0.2710909, Accumulated Leap Seconds=34 + { 2455706.50, 66.455973 }, //25 May 2011, UT1-UTC=-0.2719731, Accumulated Leap Seconds=34 + { 2455707.50, 66.456888 }, //26 May 2011, UT1-UTC=-0.2728881, Accumulated Leap Seconds=34 + { 2455708.50, 66.457902 }, //27 May 2011, UT1-UTC=-0.2739016, Accumulated Leap Seconds=34 + { 2455709.50, 66.458877 }, //28 May 2011, UT1-UTC=-0.2748769, Accumulated Leap Seconds=34 + { 2455710.50, 66.459777 }, //29 May 2011, UT1-UTC=-0.2757765, Accumulated Leap Seconds=34 + { 2455711.50, 66.460592 }, //30 May 2011, UT1-UTC=-0.2765919, Accumulated Leap Seconds=34 + { 2455712.50, 66.461265 }, //31 May 2011, UT1-UTC=-0.2772650, Accumulated Leap Seconds=34 + { 2455713.50, 66.461867 }, //01 June 2011, UT1-UTC=-0.2778675, Accumulated Leap Seconds=34 + { 2455714.50, 66.462411 }, //02 June 2011, UT1-UTC=-0.2784108, Accumulated Leap Seconds=34 + { 2455715.50, 66.462902 }, //03 June 2011, UT1-UTC=-0.2789021, Accumulated Leap Seconds=34 + { 2455716.50, 66.463405 }, //04 June 2011, UT1-UTC=-0.2794053, Accumulated Leap Seconds=34 + { 2455717.50, 66.464073 }, //05 June 2011, UT1-UTC=-0.2800725, Accumulated Leap Seconds=34 + { 2455718.50, 66.464891 }, //06 June 2011, UT1-UTC=-0.2808911, Accumulated Leap Seconds=34 + { 2455719.50, 66.465861 }, //07 June 2011, UT1-UTC=-0.2818610, Accumulated Leap Seconds=34 + { 2455720.50, 66.467000 }, //08 June 2011, UT1-UTC=-0.2830003, Accumulated Leap Seconds=34 + { 2455721.50, 66.468183 }, //09 June 2011, UT1-UTC=-0.2841834, Accumulated Leap Seconds=34 + { 2455722.50, 66.469307 }, //10 June 2011, UT1-UTC=-0.2853072, Accumulated Leap Seconds=34 + { 2455723.50, 66.470366 }, //11 June 2011, UT1-UTC=-0.2863664, Accumulated Leap Seconds=34 + { 2455724.50, 66.471278 }, //12 June 2011, UT1-UTC=-0.2872785, Accumulated Leap Seconds=34 + { 2455725.50, 66.471931 }, //13 June 2011, UT1-UTC=-0.2879310, Accumulated Leap Seconds=34 + { 2455726.50, 66.472434 }, //14 June 2011, UT1-UTC=-0.2884341, Accumulated Leap Seconds=34 + { 2455727.50, 66.472785 }, //15 June 2011, UT1-UTC=-0.2887848, Accumulated Leap Seconds=34 + { 2455728.50, 66.472977 }, //16 June 2011, UT1-UTC=-0.2889773, Accumulated Leap Seconds=34 + { 2455729.50, 66.473185 }, //17 June 2011, UT1-UTC=-0.2891847, Accumulated Leap Seconds=34 + { 2455730.50, 66.473421 }, //18 June 2011, UT1-UTC=-0.2894214, Accumulated Leap Seconds=34 + { 2455731.50, 66.473714 }, //19 June 2011, UT1-UTC=-0.2897142, Accumulated Leap Seconds=34 + { 2455732.50, 66.474069 }, //20 June 2011, UT1-UTC=-0.2900687, Accumulated Leap Seconds=34 + { 2455733.50, 66.474470 }, //21 June 2011, UT1-UTC=-0.2904697, Accumulated Leap Seconds=34 + { 2455734.50, 66.474877 }, //22 June 2011, UT1-UTC=-0.2908771, Accumulated Leap Seconds=34 + { 2455735.50, 66.475241 }, //23 June 2011, UT1-UTC=-0.2912407, Accumulated Leap Seconds=34 + { 2455736.50, 66.475519 }, //24 June 2011, UT1-UTC=-0.2915191, Accumulated Leap Seconds=34 + { 2455737.50, 66.475682 }, //25 June 2011, UT1-UTC=-0.2916821, Accumulated Leap Seconds=34 + { 2455738.50, 66.475739 }, //26 June 2011, UT1-UTC=-0.2917394, Accumulated Leap Seconds=34 + { 2455739.50, 66.475714 }, //27 June 2011, UT1-UTC=-0.2917139, Accumulated Leap Seconds=34 + { 2455740.50, 66.475610 }, //28 June 2011, UT1-UTC=-0.2916100, Accumulated Leap Seconds=34 + { 2455741.50, 66.475433 }, //29 June 2011, UT1-UTC=-0.2914334, Accumulated Leap Seconds=34 + { 2455742.50, 66.475168 }, //30 June 2011, UT1-UTC=-0.2911683, Accumulated Leap Seconds=34 + { 2455743.50, 66.474884 }, //01 July 2011, UT1-UTC=-0.2908837, Accumulated Leap Seconds=34 + { 2455744.50, 66.474658 }, //02 July 2011, UT1-UTC=-0.2906578, Accumulated Leap Seconds=34 + { 2455745.50, 66.474534 }, //03 July 2011, UT1-UTC=-0.2905343, Accumulated Leap Seconds=34 + { 2455746.50, 66.474687 }, //04 July 2011, UT1-UTC=-0.2906868, Accumulated Leap Seconds=34 + { 2455747.50, 66.475071 }, //05 July 2011, UT1-UTC=-0.2910715, Accumulated Leap Seconds=34 + { 2455748.50, 66.475566 }, //06 July 2011, UT1-UTC=-0.2915655, Accumulated Leap Seconds=34 + { 2455749.50, 66.476076 }, //07 July 2011, UT1-UTC=-0.2920759, Accumulated Leap Seconds=34 + { 2455750.50, 66.476486 }, //08 July 2011, UT1-UTC=-0.2924862, Accumulated Leap Seconds=34 + { 2455751.50, 66.476784 }, //09 July 2011, UT1-UTC=-0.2927840, Accumulated Leap Seconds=34 + { 2455752.50, 66.476853 }, //10 July 2011, UT1-UTC=-0.2928534, Accumulated Leap Seconds=34 + { 2455753.50, 66.476734 }, //11 July 2011, UT1-UTC=-0.2927340, Accumulated Leap Seconds=34 + { 2455754.50, 66.476487 }, //12 July 2011, UT1-UTC=-0.2924866, Accumulated Leap Seconds=34 + { 2455755.50, 66.476156 }, //13 July 2011, UT1-UTC=-0.2921557, Accumulated Leap Seconds=34 + { 2455756.50, 66.475834 }, //14 July 2011, UT1-UTC=-0.2918336, Accumulated Leap Seconds=34 + { 2455757.50, 66.475572 }, //15 July 2011, UT1-UTC=-0.2915718, Accumulated Leap Seconds=34 + { 2455758.50, 66.475385 }, //16 July 2011, UT1-UTC=-0.2913846, Accumulated Leap Seconds=34 + { 2455759.50, 66.475332 }, //17 July 2011, UT1-UTC=-0.2913317, Accumulated Leap Seconds=34 + { 2455760.50, 66.475421 }, //18 July 2011, UT1-UTC=-0.2914214, Accumulated Leap Seconds=34 + { 2455761.50, 66.475591 }, //19 July 2011, UT1-UTC=-0.2915911, Accumulated Leap Seconds=34 + { 2455762.50, 66.475861 }, //20 July 2011, UT1-UTC=-0.2918613, Accumulated Leap Seconds=34 + { 2455763.50, 66.476027 }, //21 July 2011, UT1-UTC=-0.2920271, Accumulated Leap Seconds=34 + { 2455764.50, 66.476153 }, //22 July 2011, UT1-UTC=-0.2921533, Accumulated Leap Seconds=34 + { 2455765.50, 66.476207 }, //23 July 2011, UT1-UTC=-0.2922072, Accumulated Leap Seconds=34 + { 2455766.50, 66.476192 }, //24 July 2011, UT1-UTC=-0.2921918, Accumulated Leap Seconds=34 + { 2455767.50, 66.476085 }, //25 July 2011, UT1-UTC=-0.2920855, Accumulated Leap Seconds=34 + { 2455768.50, 66.475866 }, //26 July 2011, UT1-UTC=-0.2918658, Accumulated Leap Seconds=34 + { 2455769.50, 66.475560 }, //27 July 2011, UT1-UTC=-0.2915599, Accumulated Leap Seconds=34 + { 2455770.50, 66.475213 }, //28 July 2011, UT1-UTC=-0.2912130, Accumulated Leap Seconds=34 + { 2455771.50, 66.474928 }, //29 July 2011, UT1-UTC=-0.2909276, Accumulated Leap Seconds=34 + { 2455772.50, 66.474735 }, //30 July 2011, UT1-UTC=-0.2907354, Accumulated Leap Seconds=34 + { 2455773.50, 66.474795 }, //31 July 2011, UT1-UTC=-0.2907947, Accumulated Leap Seconds=34 + { 2455774.50, 66.475128 }, //01 August 2011, UT1-UTC=-0.2911281, Accumulated Leap Seconds=34 + { 2455775.50, 66.475651 }, //02 August 2011, UT1-UTC=-0.2916507, Accumulated Leap Seconds=34 + { 2455776.50, 66.476314 }, //03 August 2011, UT1-UTC=-0.2923144, Accumulated Leap Seconds=34 + { 2455777.50, 66.477000 }, //04 August 2011, UT1-UTC=-0.2929997, Accumulated Leap Seconds=34 + { 2455778.50, 66.477595 }, //05 August 2011, UT1-UTC=-0.2935954, Accumulated Leap Seconds=34 + { 2455779.50, 66.478003 }, //06 August 2011, UT1-UTC=-0.2940030, Accumulated Leap Seconds=34 + { 2455780.50, 66.478150 }, //07 August 2011, UT1-UTC=-0.2941502, Accumulated Leap Seconds=34 + { 2455781.50, 66.478103 }, //08 August 2011, UT1-UTC=-0.2941028, Accumulated Leap Seconds=34 + { 2455782.50, 66.477973 }, //09 August 2011, UT1-UTC=-0.2939728, Accumulated Leap Seconds=34 + { 2455783.50, 66.477789 }, //10 August 2011, UT1-UTC=-0.2937887, Accumulated Leap Seconds=34 + { 2455784.50, 66.477621 }, //11 August 2011, UT1-UTC=-0.2936214, Accumulated Leap Seconds=34 + { 2455785.50, 66.477486 }, //12 August 2011, UT1-UTC=-0.2934862, Accumulated Leap Seconds=34 + { 2455786.50, 66.477477 }, //13 August 2011, UT1-UTC=-0.2934767, Accumulated Leap Seconds=34 + { 2455787.50, 66.477579 }, //14 August 2011, UT1-UTC=-0.2935789, Accumulated Leap Seconds=34 + { 2455788.50, 66.477704 }, //15 August 2011, UT1-UTC=-0.2937044, Accumulated Leap Seconds=34 + { 2455789.50, 66.477933 }, //16 August 2011, UT1-UTC=-0.2939326, Accumulated Leap Seconds=34 + { 2455790.50, 66.478171 }, //17 August 2011, UT1-UTC=-0.2941710, Accumulated Leap Seconds=34 + { 2455791.50, 66.478435 }, //18 August 2011, UT1-UTC=-0.2944346, Accumulated Leap Seconds=34 + { 2455792.50, 66.478619 }, //19 August 2011, UT1-UTC=-0.2946193, Accumulated Leap Seconds=34 + { 2455793.50, 66.478688 }, //20 August 2011, UT1-UTC=-0.2946877, Accumulated Leap Seconds=34 + { 2455794.50, 66.478668 }, //21 August 2011, UT1-UTC=-0.2946678, Accumulated Leap Seconds=34 + { 2455795.50, 66.478563 }, //22 August 2011, UT1-UTC=-0.2945629, Accumulated Leap Seconds=34 + { 2455796.50, 66.478405 }, //23 August 2011, UT1-UTC=-0.2944054, Accumulated Leap Seconds=34 + { 2455797.50, 66.478212 }, //24 August 2011, UT1-UTC=-0.2942118, Accumulated Leap Seconds=34 + { 2455798.50, 66.478130 }, //25 August 2011, UT1-UTC=-0.2941299, Accumulated Leap Seconds=34 + { 2455799.50, 66.478206 }, //26 August 2011, UT1-UTC=-0.2942063, Accumulated Leap Seconds=34 + { 2455800.50, 66.478536 }, //27 August 2011, UT1-UTC=-0.2945359, Accumulated Leap Seconds=34 + { 2455801.50, 66.479107 }, //28 August 2011, UT1-UTC=-0.2951073, Accumulated Leap Seconds=34 + { 2455802.50, 66.479906 }, //29 August 2011, UT1-UTC=-0.2959055, Accumulated Leap Seconds=34 + { 2455803.50, 66.480896 }, //30 August 2011, UT1-UTC=-0.2968963, Accumulated Leap Seconds=34 + { 2455804.50, 66.481899 }, //31 August 2011, UT1-UTC=-0.2978993, Accumulated Leap Seconds=34 + { 2455805.50, 66.482868 }, //01 September 2011, UT1-UTC=-0.2988678, Accumulated Leap Seconds=34 + { 2455806.50, 66.483708 }, //02 September 2011, UT1-UTC=-0.2997080, Accumulated Leap Seconds=34 + { 2455807.50, 66.484298 }, //03 September 2011, UT1-UTC=-0.3002984, Accumulated Leap Seconds=34 + { 2455808.50, 66.484662 }, //04 September 2011, UT1-UTC=-0.3006615, Accumulated Leap Seconds=34 + { 2455809.50, 66.484888 }, //05 September 2011, UT1-UTC=-0.3008882, Accumulated Leap Seconds=34 + { 2455810.50, 66.485053 }, //06 September 2011, UT1-UTC=-0.3010531, Accumulated Leap Seconds=34 + { 2455811.50, 66.485219 }, //07 September 2011, UT1-UTC=-0.3012189, Accumulated Leap Seconds=34 + { 2455812.50, 66.485496 }, //08 September 2011, UT1-UTC=-0.3014957, Accumulated Leap Seconds=34 + { 2455813.50, 66.485869 }, //09 September 2011, UT1-UTC=-0.3018690, Accumulated Leap Seconds=34 + { 2455814.50, 66.486319 }, //10 September 2011, UT1-UTC=-0.3023195, Accumulated Leap Seconds=34 + { 2455815.50, 66.486836 }, //11 September 2011, UT1-UTC=-0.3028359, Accumulated Leap Seconds=34 + { 2455816.50, 66.487431 }, //12 September 2011, UT1-UTC=-0.3034312, Accumulated Leap Seconds=34 + { 2455817.50, 66.488087 }, //13 September 2011, UT1-UTC=-0.3040873, Accumulated Leap Seconds=34 + { 2455818.50, 66.488800 }, //14 September 2011, UT1-UTC=-0.3048003, Accumulated Leap Seconds=34 + { 2455819.50, 66.489520 }, //15 September 2011, UT1-UTC=-0.3055205, Accumulated Leap Seconds=34 + { 2455820.50, 66.490141 }, //16 September 2011, UT1-UTC=-0.3061407, Accumulated Leap Seconds=34 + { 2455821.50, 66.490653 }, //17 September 2011, UT1-UTC=-0.3066527, Accumulated Leap Seconds=34 + { 2455822.50, 66.491078 }, //18 September 2011, UT1-UTC=-0.3070784, Accumulated Leap Seconds=34 + { 2455823.50, 66.491491 }, //19 September 2011, UT1-UTC=-0.3074913, Accumulated Leap Seconds=34 + { 2455824.50, 66.491901 }, //20 September 2011, UT1-UTC=-0.3079013, Accumulated Leap Seconds=34 + { 2455825.50, 66.492398 }, //21 September 2011, UT1-UTC=-0.3083976, Accumulated Leap Seconds=34 + { 2455826.50, 66.493041 }, //22 September 2011, UT1-UTC=-0.3090412, Accumulated Leap Seconds=34 + { 2455827.50, 66.493905 }, //23 September 2011, UT1-UTC=-0.3099054, Accumulated Leap Seconds=34 + { 2455828.50, 66.495011 }, //24 September 2011, UT1-UTC=-0.3110111, Accumulated Leap Seconds=34 + { 2455829.50, 66.496403 }, //25 September 2011, UT1-UTC=-0.3124025, Accumulated Leap Seconds=34 + { 2455830.50, 66.498000 }, //26 September 2011, UT1-UTC=-0.3139997, Accumulated Leap Seconds=34 + { 2455831.50, 66.499758 }, //27 September 2011, UT1-UTC=-0.3157575, Accumulated Leap Seconds=34 + { 2455832.50, 66.501524 }, //28 September 2011, UT1-UTC=-0.3175236, Accumulated Leap Seconds=34 + { 2455833.50, 66.503136 }, //29 September 2011, UT1-UTC=-0.3191363, Accumulated Leap Seconds=34 + { 2455834.50, 66.504480 }, //30 September 2011, UT1-UTC=-0.3204805, Accumulated Leap Seconds=34 + { 2455835.50, 66.505617 }, //01 October 2011, UT1-UTC=-0.3216165, Accumulated Leap Seconds=34 + { 2455836.50, 66.506615 }, //02 October 2011, UT1-UTC=-0.3226155, Accumulated Leap Seconds=34 + { 2455837.50, 66.507531 }, //03 October 2011, UT1-UTC=-0.3235315, Accumulated Leap Seconds=34 + { 2455838.50, 66.508453 }, //04 October 2011, UT1-UTC=-0.3244529, Accumulated Leap Seconds=34 + { 2455839.50, 66.509463 }, //05 October 2011, UT1-UTC=-0.3254629, Accumulated Leap Seconds=34 + { 2455840.50, 66.510608 }, //06 October 2011, UT1-UTC=-0.3266080, Accumulated Leap Seconds=34 + { 2455841.50, 66.511888 }, //07 October 2011, UT1-UTC=-0.3278883, Accumulated Leap Seconds=34 + { 2455842.50, 66.513235 }, //08 October 2011, UT1-UTC=-0.3292353, Accumulated Leap Seconds=34 + { 2455843.50, 66.514627 }, //09 October 2011, UT1-UTC=-0.3306270, Accumulated Leap Seconds=34 + { 2455844.50, 66.516013 }, //10 October 2011, UT1-UTC=-0.3320125, Accumulated Leap Seconds=34 + { 2455845.50, 66.517360 }, //11 October 2011, UT1-UTC=-0.3333600, Accumulated Leap Seconds=34 + { 2455846.50, 66.518645 }, //12 October 2011, UT1-UTC=-0.3346448, Accumulated Leap Seconds=34 + { 2455847.50, 66.519813 }, //13 October 2011, UT1-UTC=-0.3358130, Accumulated Leap Seconds=34 + { 2455848.50, 66.520766 }, //14 October 2011, UT1-UTC=-0.3367665, Accumulated Leap Seconds=34 + { 2455849.50, 66.521538 }, //15 October 2011, UT1-UTC=-0.3375380, Accumulated Leap Seconds=34 + { 2455850.50, 66.522143 }, //16 October 2011, UT1-UTC=-0.3381432, Accumulated Leap Seconds=34 + { 2455851.50, 66.522653 }, //17 October 2011, UT1-UTC=-0.3386527, Accumulated Leap Seconds=34 + { 2455852.50, 66.523161 }, //18 October 2011, UT1-UTC=-0.3391610, Accumulated Leap Seconds=34 + { 2455853.50, 66.523726 }, //19 October 2011, UT1-UTC=-0.3397260, Accumulated Leap Seconds=34 + { 2455854.50, 66.524407 }, //20 October 2011, UT1-UTC=-0.3404070, Accumulated Leap Seconds=34 + { 2455855.50, 66.525273 }, //21 October 2011, UT1-UTC=-0.3412734, Accumulated Leap Seconds=34 + { 2455856.50, 66.526363 }, //22 October 2011, UT1-UTC=-0.3423628, Accumulated Leap Seconds=34 + { 2455857.50, 66.527677 }, //23 October 2011, UT1-UTC=-0.3436772, Accumulated Leap Seconds=34 + { 2455858.50, 66.529158 }, //24 October 2011, UT1-UTC=-0.3451585, Accumulated Leap Seconds=34 + { 2455859.50, 66.530746 }, //25 October 2011, UT1-UTC=-0.3467464, Accumulated Leap Seconds=34 + { 2455860.50, 66.532273 }, //26 October 2011, UT1-UTC=-0.3482733, Accumulated Leap Seconds=34 + { 2455861.50, 66.533641 }, //27 October 2011, UT1-UTC=-0.3496405, Accumulated Leap Seconds=34 + { 2455862.50, 66.534809 }, //28 October 2011, UT1-UTC=-0.3508091, Accumulated Leap Seconds=34 + { 2455863.50, 66.535767 }, //29 October 2011, UT1-UTC=-0.3517675, Accumulated Leap Seconds=34 + { 2455864.50, 66.536602 }, //30 October 2011, UT1-UTC=-0.3526018, Accumulated Leap Seconds=34 + { 2455865.50, 66.537411 }, //31 October 2011, UT1-UTC=-0.3534112, Accumulated Leap Seconds=34 + { 2455866.50, 66.538291 }, //01 November 2011, UT1-UTC=-0.3542912, Accumulated Leap Seconds=34 + { 2455867.50, 66.539295 }, //02 November 2011, UT1-UTC=-0.3552952, Accumulated Leap Seconds=34 + { 2455868.50, 66.540416 }, //03 November 2011, UT1-UTC=-0.3564158, Accumulated Leap Seconds=34 + { 2455869.50, 66.541667 }, //04 November 2011, UT1-UTC=-0.3576671, Accumulated Leap Seconds=34 + { 2455870.50, 66.543065 }, //05 November 2011, UT1-UTC=-0.3590652, Accumulated Leap Seconds=34 + { 2455871.50, 66.544481 }, //06 November 2011, UT1-UTC=-0.3604810, Accumulated Leap Seconds=34 + { 2455872.50, 66.545872 }, //07 November 2011, UT1-UTC=-0.3618717, Accumulated Leap Seconds=34 + { 2455873.50, 66.547204 }, //08 November 2011, UT1-UTC=-0.3632037, Accumulated Leap Seconds=34 + { 2455874.50, 66.548368 }, //09 November 2011, UT1-UTC=-0.3643678, Accumulated Leap Seconds=34 + { 2455875.50, 66.549356 }, //10 November 2011, UT1-UTC=-0.3653556, Accumulated Leap Seconds=34 + { 2455876.50, 66.550231 }, //11 November 2011, UT1-UTC=-0.3662311, Accumulated Leap Seconds=34 + { 2455877.50, 66.550958 }, //12 November 2011, UT1-UTC=-0.3669581, Accumulated Leap Seconds=34 + { 2455878.50, 66.551638 }, //13 November 2011, UT1-UTC=-0.3676382, Accumulated Leap Seconds=34 + { 2455879.50, 66.552295 }, //14 November 2011, UT1-UTC=-0.3682952, Accumulated Leap Seconds=34 + { 2455880.50, 66.553001 }, //15 November 2011, UT1-UTC=-0.3690015, Accumulated Leap Seconds=34 + { 2455881.50, 66.553801 }, //16 November 2011, UT1-UTC=-0.3698014, Accumulated Leap Seconds=34 + { 2455882.50, 66.554739 }, //17 November 2011, UT1-UTC=-0.3707393, Accumulated Leap Seconds=34 + { 2455883.50, 66.555872 }, //18 November 2011, UT1-UTC=-0.3718721, Accumulated Leap Seconds=34 + { 2455884.50, 66.557199 }, //19 November 2011, UT1-UTC=-0.3731986, Accumulated Leap Seconds=34 + { 2455885.50, 66.558704 }, //20 November 2011, UT1-UTC=-0.3747042, Accumulated Leap Seconds=34 + { 2455886.50, 66.560247 }, //21 November 2011, UT1-UTC=-0.3762473, Accumulated Leap Seconds=34 + { 2455887.50, 66.561735 }, //22 November 2011, UT1-UTC=-0.3777355, Accumulated Leap Seconds=34 + { 2455888.50, 66.563158 }, //23 November 2011, UT1-UTC=-0.3791582, Accumulated Leap Seconds=34 + { 2455889.50, 66.564401 }, //24 November 2011, UT1-UTC=-0.3804010, Accumulated Leap Seconds=34 + { 2455890.50, 66.565425 }, //25 November 2011, UT1-UTC=-0.3814251, Accumulated Leap Seconds=34 + { 2455891.50, 66.566276 }, //26 November 2011, UT1-UTC=-0.3822758, Accumulated Leap Seconds=34 + { 2455892.50, 66.567042 }, //27 November 2011, UT1-UTC=-0.3830416, Accumulated Leap Seconds=34 + { 2455893.50, 66.567803 }, //28 November 2011, UT1-UTC=-0.3838034, Accumulated Leap Seconds=34 + { 2455894.50, 66.568618 }, //29 November 2011, UT1-UTC=-0.3846179, Accumulated Leap Seconds=34 + { 2455895.50, 66.569529 }, //30 November 2011, UT1-UTC=-0.3855292, Accumulated Leap Seconds=34 + { 2455896.50, 66.570563 }, //01 December 2011, UT1-UTC=-0.3865628, Accumulated Leap Seconds=34 + { 2455897.50, 66.571725 }, //02 December 2011, UT1-UTC=-0.3877251, Accumulated Leap Seconds=34 + { 2455898.50, 66.572924 }, //03 December 2011, UT1-UTC=-0.3889243, Accumulated Leap Seconds=34 + { 2455899.50, 66.574014 }, //04 December 2011, UT1-UTC=-0.3900143, Accumulated Leap Seconds=34 + { 2455900.50, 66.575029 }, //05 December 2011, UT1-UTC=-0.3910293, Accumulated Leap Seconds=34 + { 2455901.50, 66.575934 }, //06 December 2011, UT1-UTC=-0.3919339, Accumulated Leap Seconds=34 + { 2455902.50, 66.576712 }, //07 December 2011, UT1-UTC=-0.3927123, Accumulated Leap Seconds=34 + { 2455903.50, 66.577350 }, //08 December 2011, UT1-UTC=-0.3933500, Accumulated Leap Seconds=34 + { 2455904.50, 66.577907 }, //09 December 2011, UT1-UTC=-0.3939074, Accumulated Leap Seconds=34 + { 2455905.50, 66.578457 }, //10 December 2011, UT1-UTC=-0.3944575, Accumulated Leap Seconds=34 + { 2455906.50, 66.579014 }, //11 December 2011, UT1-UTC=-0.3950136, Accumulated Leap Seconds=34 + { 2455907.50, 66.579595 }, //12 December 2011, UT1-UTC=-0.3955950, Accumulated Leap Seconds=34 + { 2455908.50, 66.580276 }, //13 December 2011, UT1-UTC=-0.3962761, Accumulated Leap Seconds=34 + { 2455909.50, 66.581123 }, //14 December 2011, UT1-UTC=-0.3971231, Accumulated Leap Seconds=34 + { 2455910.50, 66.582161 }, //15 December 2011, UT1-UTC=-0.3981611, Accumulated Leap Seconds=34 + { 2455911.50, 66.583388 }, //16 December 2011, UT1-UTC=-0.3993875, Accumulated Leap Seconds=34 + { 2455912.50, 66.584762 }, //17 December 2011, UT1-UTC=-0.4007618, Accumulated Leap Seconds=34 + { 2455913.50, 66.586232 }, //18 December 2011, UT1-UTC=-0.4022323, Accumulated Leap Seconds=34 + { 2455914.50, 66.587725 }, //19 December 2011, UT1-UTC=-0.4037255, Accumulated Leap Seconds=34 + { 2455915.50, 66.589117 }, //20 December 2011, UT1-UTC=-0.4051174, Accumulated Leap Seconds=34 + { 2455916.50, 66.590358 }, //21 December 2011, UT1-UTC=-0.4063582, Accumulated Leap Seconds=34 + { 2455917.50, 66.591392 }, //22 December 2011, UT1-UTC=-0.4073919, Accumulated Leap Seconds=34 + { 2455918.50, 66.592214 }, //23 December 2011, UT1-UTC=-0.4082143, Accumulated Leap Seconds=34 + { 2455919.50, 66.592944 }, //24 December 2011, UT1-UTC=-0.4089439, Accumulated Leap Seconds=34 + { 2455920.50, 66.593738 }, //25 December 2011, UT1-UTC=-0.4097384, Accumulated Leap Seconds=34 + { 2455921.50, 66.594696 }, //26 December 2011, UT1-UTC=-0.4106962, Accumulated Leap Seconds=34 + { 2455922.50, 66.595857 }, //27 December 2011, UT1-UTC=-0.4118570, Accumulated Leap Seconds=34 + { 2455923.50, 66.597201 }, //28 December 2011, UT1-UTC=-0.4132011, Accumulated Leap Seconds=34 + { 2455924.50, 66.598683 }, //29 December 2011, UT1-UTC=-0.4146832, Accumulated Leap Seconds=34 + { 2455925.50, 66.600201 }, //30 December 2011, UT1-UTC=-0.4162013, Accumulated Leap Seconds=34 + { 2455926.50, 66.601660 }, //31 December 2011, UT1-UTC=-0.4176597, Accumulated Leap Seconds=34 + { 2455927.50, 66.603020 }, //01 January 2012, UT1-UTC=-0.4190198, Accumulated Leap Seconds=34 + { 2455928.50, 66.604263 }, //02 January 2012, UT1-UTC=-0.4202632, Accumulated Leap Seconds=34 + { 2455929.50, 66.605396 }, //03 January 2012, UT1-UTC=-0.4213964, Accumulated Leap Seconds=34 + { 2455930.50, 66.606393 }, //04 January 2012, UT1-UTC=-0.4223926, Accumulated Leap Seconds=34 + { 2455931.50, 66.607270 }, //05 January 2012, UT1-UTC=-0.4232705, Accumulated Leap Seconds=34 + { 2455932.50, 66.608054 }, //06 January 2012, UT1-UTC=-0.4240541, Accumulated Leap Seconds=34 + { 2455933.50, 66.608777 }, //07 January 2012, UT1-UTC=-0.4247770, Accumulated Leap Seconds=34 + { 2455934.50, 66.609533 }, //08 January 2012, UT1-UTC=-0.4255331, Accumulated Leap Seconds=34 + { 2455935.50, 66.610363 }, //09 January 2012, UT1-UTC=-0.4263634, Accumulated Leap Seconds=34 + { 2455936.50, 66.611284 }, //10 January 2012, UT1-UTC=-0.4272844, Accumulated Leap Seconds=34 + { 2455937.50, 66.612360 }, //11 January 2012, UT1-UTC=-0.4283596, Accumulated Leap Seconds=34 + { 2455938.50, 66.613596 }, //12 January 2012, UT1-UTC=-0.4295961, Accumulated Leap Seconds=34 + { 2455939.50, 66.615004 }, //13 January 2012, UT1-UTC=-0.4310044, Accumulated Leap Seconds=34 + { 2455940.50, 66.616521 }, //14 January 2012, UT1-UTC=-0.4325210, Accumulated Leap Seconds=34 + { 2455941.50, 66.618008 }, //15 January 2012, UT1-UTC=-0.4340075, Accumulated Leap Seconds=34 + { 2455942.50, 66.619413 }, //16 January 2012, UT1-UTC=-0.4354132, Accumulated Leap Seconds=34 + { 2455943.50, 66.620670 }, //17 January 2012, UT1-UTC=-0.4366697, Accumulated Leap Seconds=34 + { 2455944.50, 66.621724 }, //18 January 2012, UT1-UTC=-0.4377243, Accumulated Leap Seconds=34 + { 2455945.50, 66.622578 }, //19 January 2012, UT1-UTC=-0.4385780, Accumulated Leap Seconds=34 + { 2455946.50, 66.623316 }, //20 January 2012, UT1-UTC=-0.4393155, Accumulated Leap Seconds=34 + { 2455947.50, 66.624001 }, //21 January 2012, UT1-UTC=-0.4400007, Accumulated Leap Seconds=34 + { 2455948.50, 66.624786 }, //22 January 2012, UT1-UTC=-0.4407855, Accumulated Leap Seconds=34 + { 2455949.50, 66.625699 }, //23 January 2012, UT1-UTC=-0.4416988, Accumulated Leap Seconds=34 + { 2455950.50, 66.626704 }, //24 January 2012, UT1-UTC=-0.4427038, Accumulated Leap Seconds=34 + { 2455951.50, 66.627795 }, //25 January 2012, UT1-UTC=-0.4437950, Accumulated Leap Seconds=34 + { 2455952.50, 66.628910 }, //26 January 2012, UT1-UTC=-0.4449104, Accumulated Leap Seconds=34 + { 2455953.50, 66.630024 }, //27 January 2012, UT1-UTC=-0.4460237, Accumulated Leap Seconds=34 + { 2455954.50, 66.631072 }, //28 January 2012, UT1-UTC=-0.4470718, Accumulated Leap Seconds=34 + { 2455955.50, 66.631982 }, //29 January 2012, UT1-UTC=-0.4479821, Accumulated Leap Seconds=34 + { 2455956.50, 66.632785 }, //30 January 2012, UT1-UTC=-0.4487852, Accumulated Leap Seconds=34 + { 2455957.50, 66.633465 }, //31 January 2012, UT1-UTC=-0.4494654, Accumulated Leap Seconds=34 + { 2455958.50, 66.633969 }, //01 February 2012, UT1-UTC=-0.4499689, Accumulated Leap Seconds=34 + { 2455959.50, 66.634384 }, //02 February 2012, UT1-UTC=-0.4503843, Accumulated Leap Seconds=34 + { 2455960.50, 66.634812 }, //03 February 2012, UT1-UTC=-0.4508117, Accumulated Leap Seconds=34 + { 2455961.50, 66.635259 }, //04 February 2012, UT1-UTC=-0.4512588, Accumulated Leap Seconds=34 + { 2455962.50, 66.635751 }, //05 February 2012, UT1-UTC=-0.4517515, Accumulated Leap Seconds=34 + { 2455963.50, 66.636395 }, //06 February 2012, UT1-UTC=-0.4523955, Accumulated Leap Seconds=34 + { 2455964.50, 66.637298 }, //07 February 2012, UT1-UTC=-0.4532978, Accumulated Leap Seconds=34 + { 2455965.50, 66.638405 }, //08 February 2012, UT1-UTC=-0.4544046, Accumulated Leap Seconds=34 + { 2455966.50, 66.639723 }, //09 February 2012, UT1-UTC=-0.4557230, Accumulated Leap Seconds=34 + { 2455967.50, 66.641160 }, //10 February 2012, UT1-UTC=-0.4571597, Accumulated Leap Seconds=34 + { 2455968.50, 66.642634 }, //11 February 2012, UT1-UTC=-0.4586340, Accumulated Leap Seconds=34 + { 2455969.50, 66.644038 }, //12 February 2012, UT1-UTC=-0.4600383, Accumulated Leap Seconds=34 + { 2455970.50, 66.645318 }, //13 February 2012, UT1-UTC=-0.4613177, Accumulated Leap Seconds=34 + { 2455971.50, 66.646375 }, //14 February 2012, UT1-UTC=-0.4623751, Accumulated Leap Seconds=34 + { 2455972.50, 66.647176 }, //15 February 2012, UT1-UTC=-0.4631761, Accumulated Leap Seconds=34 + { 2455973.50, 66.647787 }, //16 February 2012, UT1-UTC=-0.4637866, Accumulated Leap Seconds=34 + { 2455974.50, 66.648340 }, //17 February 2012, UT1-UTC=-0.4643397, Accumulated Leap Seconds=34 + { 2455975.50, 66.648901 }, //18 February 2012, UT1-UTC=-0.4649014, Accumulated Leap Seconds=34 + { 2455976.50, 66.649564 }, //19 February 2012, UT1-UTC=-0.4655638, Accumulated Leap Seconds=34 + { 2455977.50, 66.650350 }, //20 February 2012, UT1-UTC=-0.4663497, Accumulated Leap Seconds=34 + { 2455978.50, 66.651232 }, //21 February 2012, UT1-UTC=-0.4672324, Accumulated Leap Seconds=34 + { 2455979.50, 66.652152 }, //22 February 2012, UT1-UTC=-0.4681517, Accumulated Leap Seconds=34 + { 2455980.50, 66.653045 }, //23 February 2012, UT1-UTC=-0.4690449, Accumulated Leap Seconds=34 + { 2455981.50, 66.653884 }, //24 February 2012, UT1-UTC=-0.4698839, Accumulated Leap Seconds=34 + { 2455982.50, 66.654611 }, //25 February 2012, UT1-UTC=-0.4706106, Accumulated Leap Seconds=34 + { 2455983.50, 66.655269 }, //26 February 2012, UT1-UTC=-0.4712692, Accumulated Leap Seconds=34 + { 2455984.50, 66.655809 }, //27 February 2012, UT1-UTC=-0.4718090, Accumulated Leap Seconds=34 + { 2455985.50, 66.656269 }, //28 February 2012, UT1-UTC=-0.4722693, Accumulated Leap Seconds=34 + { 2455986.50, 66.656631 }, //29 February 2012, UT1-UTC=-0.4726308, Accumulated Leap Seconds=34 + { 2455987.50, 66.656912 }, //01 March 2012, UT1-UTC=-0.4729117, Accumulated Leap Seconds=34 + { 2455988.50, 66.657189 }, //02 March 2012, UT1-UTC=-0.4731888, Accumulated Leap Seconds=34 + { 2455989.50, 66.657543 }, //03 March 2012, UT1-UTC=-0.4735434, Accumulated Leap Seconds=34 + { 2455990.50, 66.658013 }, //04 March 2012, UT1-UTC=-0.4740126, Accumulated Leap Seconds=34 + { 2455991.50, 66.658632 }, //05 March 2012, UT1-UTC=-0.4746319, Accumulated Leap Seconds=34 + { 2455992.50, 66.659448 }, //06 March 2012, UT1-UTC=-0.4754483, Accumulated Leap Seconds=34 + { 2455993.50, 66.660478 }, //07 March 2012, UT1-UTC=-0.4764782, Accumulated Leap Seconds=34 + { 2455994.50, 66.661697 }, //08 March 2012, UT1-UTC=-0.4776966, Accumulated Leap Seconds=34 + { 2455995.50, 66.663072 }, //09 March 2012, UT1-UTC=-0.4790716, Accumulated Leap Seconds=34 + { 2455996.50, 66.664520 }, //10 March 2012, UT1-UTC=-0.4805201, Accumulated Leap Seconds=34 + { 2455997.50, 66.666009 }, //11 March 2012, UT1-UTC=-0.4820089, Accumulated Leap Seconds=34 + { 2455998.50, 66.667383 }, //12 March 2012, UT1-UTC=-0.4833830, Accumulated Leap Seconds=34 + { 2455999.50, 66.668612 }, //13 March 2012, UT1-UTC=-0.4846116, Accumulated Leap Seconds=34 + { 2456000.50, 66.669760 }, //14 March 2012, UT1-UTC=-0.4857596, Accumulated Leap Seconds=34 + { 2456001.50, 66.670874 }, //15 March 2012, UT1-UTC=-0.4868744, Accumulated Leap Seconds=34 + { 2456002.50, 66.672046 }, //16 March 2012, UT1-UTC=-0.4880460, Accumulated Leap Seconds=34 + { 2456003.50, 66.673362 }, //17 March 2012, UT1-UTC=-0.4893618, Accumulated Leap Seconds=34 + { 2456004.50, 66.674819 }, //18 March 2012, UT1-UTC=-0.4908192, Accumulated Leap Seconds=34 + { 2456005.50, 66.676341 }, //19 March 2012, UT1-UTC=-0.4923412, Accumulated Leap Seconds=34 + { 2456006.50, 66.677913 }, //20 March 2012, UT1-UTC=-0.4939128, Accumulated Leap Seconds=34 + { 2456007.50, 66.679503 }, //21 March 2012, UT1-UTC=-0.4955028, Accumulated Leap Seconds=34 + { 2456008.50, 66.681000 }, //22 March 2012, UT1-UTC=-0.4970001, Accumulated Leap Seconds=34 + { 2456009.50, 66.682400 }, //23 March 2012, UT1-UTC=-0.4984003, Accumulated Leap Seconds=34 + { 2456010.50, 66.683741 }, //24 March 2012, UT1-UTC=-0.4997414, Accumulated Leap Seconds=34 + { 2456011.50, 66.685002 }, //25 March 2012, UT1-UTC=-0.5010021, Accumulated Leap Seconds=34 + { 2456012.50, 66.686141 }, //26 March 2012, UT1-UTC=-0.5021407, Accumulated Leap Seconds=34 + { 2456013.50, 66.687198 }, //27 March 2012, UT1-UTC=-0.5031977, Accumulated Leap Seconds=34 + { 2456014.50, 66.688204 }, //28 March 2012, UT1-UTC=-0.5042038, Accumulated Leap Seconds=34 + { 2456015.50, 66.689184 }, //29 March 2012, UT1-UTC=-0.5051845, Accumulated Leap Seconds=34 + { 2456016.50, 66.690196 }, //30 March 2012, UT1-UTC=-0.5061958, Accumulated Leap Seconds=34 + { 2456017.50, 66.691281 }, //31 March 2012, UT1-UTC=-0.5072813, Accumulated Leap Seconds=34 + { 2456018.50, 66.692501 }, //01 April 2012, UT1-UTC=-0.5085011, Accumulated Leap Seconds=34 + { 2456019.50, 66.693882 }, //02 April 2012, UT1-UTC=-0.5098823, Accumulated Leap Seconds=34 + { 2456020.50, 66.695433 }, //03 April 2012, UT1-UTC=-0.5114332, Accumulated Leap Seconds=34 + { 2456021.50, 66.697165 }, //04 April 2012, UT1-UTC=-0.5131647, Accumulated Leap Seconds=34 + { 2456022.50, 66.698984 }, //05 April 2012, UT1-UTC=-0.5149838, Accumulated Leap Seconds=34 + { 2456023.50, 66.700876 }, //06 April 2012, UT1-UTC=-0.5168757, Accumulated Leap Seconds=34 + { 2456024.50, 66.702652 }, //07 April 2012, UT1-UTC=-0.5186518, Accumulated Leap Seconds=34 + { 2456025.50, 66.704195 }, //08 April 2012, UT1-UTC=-0.5201950, Accumulated Leap Seconds=34 + { 2456026.50, 66.705524 }, //09 April 2012, UT1-UTC=-0.5215237, Accumulated Leap Seconds=34 + { 2456027.50, 66.706664 }, //10 April 2012, UT1-UTC=-0.5226642, Accumulated Leap Seconds=34 + { 2456028.50, 66.707696 }, //11 April 2012, UT1-UTC=-0.5236960, Accumulated Leap Seconds=34 + { 2456029.50, 66.708731 }, //12 April 2012, UT1-UTC=-0.5247306, Accumulated Leap Seconds=34 + { 2456030.50, 66.709839 }, //13 April 2012, UT1-UTC=-0.5258385, Accumulated Leap Seconds=34 + { 2456031.50, 66.711044 }, //14 April 2012, UT1-UTC=-0.5270442, Accumulated Leap Seconds=34 + { 2456032.50, 66.712287 }, //15 April 2012, UT1-UTC=-0.5282869, Accumulated Leap Seconds=34 + { 2456033.50, 66.713563 }, //16 April 2012, UT1-UTC=-0.5295627, Accumulated Leap Seconds=34 + { 2456034.50, 66.714875 }, //17 April 2012, UT1-UTC=-0.5308746, Accumulated Leap Seconds=34 + { 2456035.50, 66.716206 }, //18 April 2012, UT1-UTC=-0.5322055, Accumulated Leap Seconds=34 + { 2456036.50, 66.717485 }, //19 April 2012, UT1-UTC=-0.5334851, Accumulated Leap Seconds=34 + { 2456037.50, 66.718722 }, //20 April 2012, UT1-UTC=-0.5347225, Accumulated Leap Seconds=34 + { 2456038.50, 66.719851 }, //21 April 2012, UT1-UTC=-0.5358514, Accumulated Leap Seconds=34 + { 2456039.50, 66.720877 }, //22 April 2012, UT1-UTC=-0.5368770, Accumulated Leap Seconds=34 + { 2456040.50, 66.721801 }, //23 April 2012, UT1-UTC=-0.5378007, Accumulated Leap Seconds=34 + { 2456041.50, 66.722631 }, //24 April 2012, UT1-UTC=-0.5386314, Accumulated Leap Seconds=34 + { 2456042.50, 66.723393 }, //25 April 2012, UT1-UTC=-0.5393933, Accumulated Leap Seconds=34 + { 2456043.50, 66.724148 }, //26 April 2012, UT1-UTC=-0.5401479, Accumulated Leap Seconds=34 + { 2456044.50, 66.724941 }, //27 April 2012, UT1-UTC=-0.5409412, Accumulated Leap Seconds=34 + { 2456045.50, 66.725791 }, //28 April 2012, UT1-UTC=-0.5417915, Accumulated Leap Seconds=34 + { 2456046.50, 66.726687 }, //29 April 2012, UT1-UTC=-0.5426867, Accumulated Leap Seconds=34 + { 2456047.50, 66.727688 }, //30 April 2012, UT1-UTC=-0.5436883, Accumulated Leap Seconds=34 + { 2456048.50, 66.728873 }, //01 May 2012, UT1-UTC=-0.5448729, Accumulated Leap Seconds=34 + { 2456049.50, 66.730231 }, //02 May 2012, UT1-UTC=-0.5462308, Accumulated Leap Seconds=34 + { 2456050.50, 66.731702 }, //03 May 2012, UT1-UTC=-0.5477020, Accumulated Leap Seconds=34 + { 2456051.50, 66.733184 }, //04 May 2012, UT1-UTC=-0.5491839, Accumulated Leap Seconds=34 + { 2456052.50, 66.734584 }, //05 May 2012, UT1-UTC=-0.5505838, Accumulated Leap Seconds=34 + { 2456053.50, 66.735863 }, //06 May 2012, UT1-UTC=-0.5518634, Accumulated Leap Seconds=34 + { 2456054.50, 66.736955 }, //07 May 2012, UT1-UTC=-0.5529546, Accumulated Leap Seconds=34 + { 2456055.50, 66.737874 }, //08 May 2012, UT1-UTC=-0.5538741, Accumulated Leap Seconds=34 + { 2456056.50, 66.738696 }, //09 May 2012, UT1-UTC=-0.5546964, Accumulated Leap Seconds=34 + { 2456057.50, 66.739565 }, //10 May 2012, UT1-UTC=-0.5555650, Accumulated Leap Seconds=34 + { 2456058.50, 66.740491 }, //11 May 2012, UT1-UTC=-0.5564914, Accumulated Leap Seconds=34 + { 2456059.50, 66.741460 }, //12 May 2012, UT1-UTC=-0.5574596, Accumulated Leap Seconds=34 + { 2456060.50, 66.742483 }, //13 May 2012, UT1-UTC=-0.5584826, Accumulated Leap Seconds=34 + { 2456061.50, 66.743543 }, //14 May 2012, UT1-UTC=-0.5595429, Accumulated Leap Seconds=34 + { 2456062.50, 66.744611 }, //15 May 2012, UT1-UTC=-0.5606109, Accumulated Leap Seconds=34 + { 2456063.50, 66.745696 }, //16 May 2012, UT1-UTC=-0.5616964, Accumulated Leap Seconds=34 + { 2456064.50, 66.746693 }, //17 May 2012, UT1-UTC=-0.5626929, Accumulated Leap Seconds=34 + { 2456065.50, 66.747599 }, //18 May 2012, UT1-UTC=-0.5635986, Accumulated Leap Seconds=34 + { 2456066.50, 66.748342 }, //19 May 2012, UT1-UTC=-0.5643424, Accumulated Leap Seconds=34 + { 2456067.50, 66.748931 }, //20 May 2012, UT1-UTC=-0.5649315, Accumulated Leap Seconds=34 + { 2456068.50, 66.749396 }, //21 May 2012, UT1-UTC=-0.5653962, Accumulated Leap Seconds=34 + { 2456069.50, 66.749794 }, //22 May 2012, UT1-UTC=-0.5657943, Accumulated Leap Seconds=34 + { 2456070.50, 66.750175 }, //23 May 2012, UT1-UTC=-0.5661755, Accumulated Leap Seconds=34 + { 2456071.50, 66.750597 }, //24 May 2012, UT1-UTC=-0.5665975, Accumulated Leap Seconds=34 + { 2456072.50, 66.751092 }, //25 May 2012, UT1-UTC=-0.5670919, Accumulated Leap Seconds=34 + { 2456073.50, 66.751704 }, //26 May 2012, UT1-UTC=-0.5677043, Accumulated Leap Seconds=34 + { 2456074.50, 66.752445 }, //27 May 2012, UT1-UTC=-0.5684455, Accumulated Leap Seconds=34 + { 2456075.50, 66.753319 }, //28 May 2012, UT1-UTC=-0.5693193, Accumulated Leap Seconds=34 + { 2456076.50, 66.754332 }, //29 May 2012, UT1-UTC=-0.5703324, Accumulated Leap Seconds=34 + { 2456077.50, 66.755458 }, //30 May 2012, UT1-UTC=-0.5714580, Accumulated Leap Seconds=34 + { 2456078.50, 66.756657 }, //31 May 2012, UT1-UTC=-0.5726569, Accumulated Leap Seconds=34 + { 2456079.50, 66.757872 }, //01 June 2012, UT1-UTC=-0.5738719, Accumulated Leap Seconds=34 + { 2456080.50, 66.759013 }, //02 June 2012, UT1-UTC=-0.5750134, Accumulated Leap Seconds=34 + { 2456081.50, 66.759996 }, //03 June 2012, UT1-UTC=-0.5759962, Accumulated Leap Seconds=34 + { 2456082.50, 66.760819 }, //04 June 2012, UT1-UTC=-0.5768192, Accumulated Leap Seconds=34 + { 2456083.50, 66.761452 }, //05 June 2012, UT1-UTC=-0.5774521, Accumulated Leap Seconds=34 + { 2456084.50, 66.762023 }, //06 June 2012, UT1-UTC=-0.5780231, Accumulated Leap Seconds=34 + { 2456085.50, 66.762674 }, //07 June 2012, UT1-UTC=-0.5786736, Accumulated Leap Seconds=34 + { 2456086.50, 66.763443 }, //08 June 2012, UT1-UTC=-0.5794428, Accumulated Leap Seconds=34 + { 2456087.50, 66.764344 }, //09 June 2012, UT1-UTC=-0.5803438, Accumulated Leap Seconds=34 + { 2456088.50, 66.765241 }, //10 June 2012, UT1-UTC=-0.5812409, Accumulated Leap Seconds=34 + { 2456089.50, 66.766064 }, //11 June 2012, UT1-UTC=-0.5820641, Accumulated Leap Seconds=34 + { 2456090.50, 66.766842 }, //12 June 2012, UT1-UTC=-0.5828421, Accumulated Leap Seconds=34 + { 2456091.50, 66.767533 }, //13 June 2012, UT1-UTC=-0.5835328, Accumulated Leap Seconds=34 + { 2456092.50, 66.768088 }, //14 June 2012, UT1-UTC=-0.5840883, Accumulated Leap Seconds=34 + { 2456093.50, 66.768496 }, //15 June 2012, UT1-UTC=-0.5844962, Accumulated Leap Seconds=34 + { 2456094.50, 66.768758 }, //16 June 2012, UT1-UTC=-0.5847581, Accumulated Leap Seconds=34 + { 2456095.50, 66.768935 }, //17 June 2012, UT1-UTC=-0.5849351, Accumulated Leap Seconds=34 + { 2456096.50, 66.768985 }, //18 June 2012, UT1-UTC=-0.5849851, Accumulated Leap Seconds=34 + { 2456097.50, 66.768952 }, //19 June 2012, UT1-UTC=-0.5849518, Accumulated Leap Seconds=34 + { 2456098.50, 66.768882 }, //20 June 2012, UT1-UTC=-0.5848824, Accumulated Leap Seconds=34 + { 2456099.50, 66.768800 }, //21 June 2012, UT1-UTC=-0.5847996, Accumulated Leap Seconds=34 + { 2456100.50, 66.768750 }, //22 June 2012, UT1-UTC=-0.5847501, Accumulated Leap Seconds=34 + { 2456101.50, 66.768799 }, //23 June 2012, UT1-UTC=-0.5847991, Accumulated Leap Seconds=34 + { 2456102.50, 66.769014 }, //24 June 2012, UT1-UTC=-0.5850136, Accumulated Leap Seconds=34 + { 2456103.50, 66.769325 }, //25 June 2012, UT1-UTC=-0.5853254, Accumulated Leap Seconds=34 + { 2456104.50, 66.769723 }, //26 June 2012, UT1-UTC=-0.5857231, Accumulated Leap Seconds=34 + { 2456105.50, 66.770164 }, //27 June 2012, UT1-UTC=-0.5861642, Accumulated Leap Seconds=34 + { 2456106.50, 66.770535 }, //28 June 2012, UT1-UTC=-0.5865347, Accumulated Leap Seconds=34 + { 2456107.50, 66.770762 }, //29 June 2012, UT1-UTC=-0.5867620, Accumulated Leap Seconds=34 + { 2456108.50, 66.770837 }, //30 June 2012, UT1-UTC=-0.5868367, Accumulated Leap Seconds=34 + { 2456109.50, 66.770763 }, //01 July 2012, UT1-UTC= 0.4132375, Accumulated Leap Seconds=35 + { 2456110.50, 66.770566 }, //02 July 2012, UT1-UTC= 0.4134344, Accumulated Leap Seconds=35 + { 2456111.50, 66.770334 }, //03 July 2012, UT1-UTC= 0.4136664, Accumulated Leap Seconds=35 + { 2456112.50, 66.770163 }, //04 July 2012, UT1-UTC= 0.4138372, Accumulated Leap Seconds=35 + { 2456113.50, 66.770060 }, //05 July 2012, UT1-UTC= 0.4139396, Accumulated Leap Seconds=35 + { 2456114.50, 66.770089 }, //06 July 2012, UT1-UTC= 0.4139105, Accumulated Leap Seconds=35 + { 2456115.50, 66.770278 }, //07 July 2012, UT1-UTC= 0.4137221, Accumulated Leap Seconds=35 + { 2456116.50, 66.770533 }, //08 July 2012, UT1-UTC= 0.4134669, Accumulated Leap Seconds=35 + { 2456117.50, 66.770839 }, //09 July 2012, UT1-UTC= 0.4131610, Accumulated Leap Seconds=35 + { 2456118.50, 66.771097 }, //10 July 2012, UT1-UTC= 0.4129032, Accumulated Leap Seconds=35 + { 2456119.50, 66.771272 }, //11 July 2012, UT1-UTC= 0.4127281, Accumulated Leap Seconds=35 + { 2456120.50, 66.771311 }, //12 July 2012, UT1-UTC= 0.4126893, Accumulated Leap Seconds=35 + { 2456121.50, 66.771128 }, //13 July 2012, UT1-UTC= 0.4128718, Accumulated Leap Seconds=35 + { 2456122.50, 66.770879 }, //14 July 2012, UT1-UTC= 0.4131207, Accumulated Leap Seconds=35 + { 2456123.50, 66.770581 }, //15 July 2012, UT1-UTC= 0.4134191, Accumulated Leap Seconds=35 + { 2456124.50, 66.770211 }, //16 July 2012, UT1-UTC= 0.4137890, Accumulated Leap Seconds=35 + { 2456125.50, 66.769932 }, //17 July 2012, UT1-UTC= 0.4140682, Accumulated Leap Seconds=35 + { 2456126.50, 66.769786 }, //18 July 2012, UT1-UTC= 0.4142135, Accumulated Leap Seconds=35 + { 2456127.50, 66.769750 }, //19 July 2012, UT1-UTC= 0.4142499, Accumulated Leap Seconds=35 + { 2456128.50, 66.769928 }, //20 July 2012, UT1-UTC= 0.4140718, Accumulated Leap Seconds=35 + { 2456129.50, 66.770267 }, //21 July 2012, UT1-UTC= 0.4137326, Accumulated Leap Seconds=35 + { 2456130.50, 66.770741 }, //22 July 2012, UT1-UTC= 0.4132590, Accumulated Leap Seconds=35 + { 2456131.50, 66.771296 }, //23 July 2012, UT1-UTC= 0.4127044, Accumulated Leap Seconds=35 + { 2456132.50, 66.771871 }, //24 July 2012, UT1-UTC= 0.4121292, Accumulated Leap Seconds=35 + { 2456133.50, 66.772418 }, //25 July 2012, UT1-UTC= 0.4115821, Accumulated Leap Seconds=35 + { 2456134.50, 66.772884 }, //26 July 2012, UT1-UTC= 0.4111164, Accumulated Leap Seconds=35 + { 2456135.50, 66.773214 }, //27 July 2012, UT1-UTC= 0.4107859, Accumulated Leap Seconds=35 + { 2456136.50, 66.773452 }, //28 July 2012, UT1-UTC= 0.4105478, Accumulated Leap Seconds=35 + { 2456137.50, 66.773580 }, //29 July 2012, UT1-UTC= 0.4104204, Accumulated Leap Seconds=35 + { 2456138.50, 66.773657 }, //30 July 2012, UT1-UTC= 0.4103435, Accumulated Leap Seconds=35 + { 2456139.50, 66.773788 }, //31 July 2012, UT1-UTC= 0.4102122, Accumulated Leap Seconds=35 + { 2456140.50, 66.774043 }, //01 August 2012, UT1-UTC= 0.4099573, Accumulated Leap Seconds=35 + { 2456141.50, 66.774430 }, //02 August 2012, UT1-UTC= 0.4095700, Accumulated Leap Seconds=35 + { 2456142.50, 66.774942 }, //03 August 2012, UT1-UTC= 0.4090577, Accumulated Leap Seconds=35 + { 2456143.50, 66.775484 }, //04 August 2012, UT1-UTC= 0.4085156, Accumulated Leap Seconds=35 + { 2456144.50, 66.776078 }, //05 August 2012, UT1-UTC= 0.4079222, Accumulated Leap Seconds=35 + { 2456145.50, 66.776633 }, //06 August 2012, UT1-UTC= 0.4073667, Accumulated Leap Seconds=35 + { 2456146.50, 66.777057 }, //07 August 2012, UT1-UTC= 0.4069433, Accumulated Leap Seconds=35 + { 2456147.50, 66.777309 }, //08 August 2012, UT1-UTC= 0.4066915, Accumulated Leap Seconds=35 + { 2456148.50, 66.777414 }, //09 August 2012, UT1-UTC= 0.4065860, Accumulated Leap Seconds=35 + { 2456149.50, 66.777405 }, //10 August 2012, UT1-UTC= 0.4065948, Accumulated Leap Seconds=35 + { 2456150.50, 66.777332 }, //11 August 2012, UT1-UTC= 0.4066675, Accumulated Leap Seconds=35 + { 2456151.50, 66.777181 }, //12 August 2012, UT1-UTC= 0.4068189, Accumulated Leap Seconds=35 + { 2456152.50, 66.776980 }, //13 August 2012, UT1-UTC= 0.4070203, Accumulated Leap Seconds=35 + { 2456153.50, 66.776820 }, //14 August 2012, UT1-UTC= 0.4071800, Accumulated Leap Seconds=35 + { 2456154.50, 66.776772 }, //15 August 2012, UT1-UTC= 0.4072279, Accumulated Leap Seconds=35 + { 2456155.50, 66.776877 }, //16 August 2012, UT1-UTC= 0.4071232, Accumulated Leap Seconds=35 + { 2456156.50, 66.777148 }, //17 August 2012, UT1-UTC= 0.4068515, Accumulated Leap Seconds=35 + { 2456157.50, 66.777563 }, //18 August 2012, UT1-UTC= 0.4064372, Accumulated Leap Seconds=35 + { 2456158.50, 66.778136 }, //19 August 2012, UT1-UTC= 0.4058643, Accumulated Leap Seconds=35 + { 2456159.50, 66.778814 }, //20 August 2012, UT1-UTC= 0.4051864, Accumulated Leap Seconds=35 + { 2456160.50, 66.779498 }, //21 August 2012, UT1-UTC= 0.4045017, Accumulated Leap Seconds=35 + { 2456161.50, 66.780103 }, //22 August 2012, UT1-UTC= 0.4038969, Accumulated Leap Seconds=35 + { 2456162.50, 66.780585 }, //23 August 2012, UT1-UTC= 0.4034152, Accumulated Leap Seconds=35 + { 2456163.50, 66.780897 }, //24 August 2012, UT1-UTC= 0.4031028, Accumulated Leap Seconds=35 + { 2456164.50, 66.781077 }, //25 August 2012, UT1-UTC= 0.4029231, Accumulated Leap Seconds=35 + { 2456165.50, 66.781202 }, //26 August 2012, UT1-UTC= 0.4027980, Accumulated Leap Seconds=35 + { 2456166.50, 66.781393 }, //27 August 2012, UT1-UTC= 0.4026068, Accumulated Leap Seconds=35 + { 2456167.50, 66.781741 }, //28 August 2012, UT1-UTC= 0.4022594, Accumulated Leap Seconds=35 + { 2456168.50, 66.782280 }, //29 August 2012, UT1-UTC= 0.4017200, Accumulated Leap Seconds=35 + { 2456169.50, 66.782973 }, //30 August 2012, UT1-UTC= 0.4010269, Accumulated Leap Seconds=35 + { 2456170.50, 66.783764 }, //31 August 2012, UT1-UTC= 0.4002356, Accumulated Leap Seconds=35 + { 2456171.50, 66.784629 }, //01 September 2012, UT1-UTC= 0.3993712, Accumulated Leap Seconds=35 + { 2456172.50, 66.785458 }, //02 September 2012, UT1-UTC= 0.3985418, Accumulated Leap Seconds=35 + { 2456173.50, 66.786263 }, //03 September 2012, UT1-UTC= 0.3977367, Accumulated Leap Seconds=35 + { 2456174.50, 66.786997 }, //04 September 2012, UT1-UTC= 0.3970028, Accumulated Leap Seconds=35 + { 2456175.50, 66.787571 }, //05 September 2012, UT1-UTC= 0.3964291, Accumulated Leap Seconds=35 + { 2456176.50, 66.787955 }, //06 September 2012, UT1-UTC= 0.3960454, Accumulated Leap Seconds=35 + { 2456177.50, 66.788262 }, //07 September 2012, UT1-UTC= 0.3957383, Accumulated Leap Seconds=35 + { 2456178.50, 66.788510 }, //08 September 2012, UT1-UTC= 0.3954904, Accumulated Leap Seconds=35 + { 2456179.50, 66.788699 }, //09 September 2012, UT1-UTC= 0.3953013, Accumulated Leap Seconds=35 + { 2456180.50, 66.788956 }, //10 September 2012, UT1-UTC= 0.3950435, Accumulated Leap Seconds=35 + { 2456181.50, 66.789341 }, //11 September 2012, UT1-UTC= 0.3946592, Accumulated Leap Seconds=35 + { 2456182.50, 66.789900 }, //12 September 2012, UT1-UTC= 0.3941003, Accumulated Leap Seconds=35 + { 2456183.50, 66.790643 }, //13 September 2012, UT1-UTC= 0.3933570, Accumulated Leap Seconds=35 + { 2456184.50, 66.791609 }, //14 September 2012, UT1-UTC= 0.3923912, Accumulated Leap Seconds=35 + { 2456185.50, 66.792843 }, //15 September 2012, UT1-UTC= 0.3911574, Accumulated Leap Seconds=35 + { 2456186.50, 66.794245 }, //16 September 2012, UT1-UTC= 0.3897550, Accumulated Leap Seconds=35 + { 2456187.50, 66.795660 }, //17 September 2012, UT1-UTC= 0.3883395, Accumulated Leap Seconds=35 + { 2456188.50, 66.797024 }, //18 September 2012, UT1-UTC= 0.3869764, Accumulated Leap Seconds=35 + { 2456189.50, 66.798233 }, //19 September 2012, UT1-UTC= 0.3857667, Accumulated Leap Seconds=35 + { 2456190.50, 66.799276 }, //20 September 2012, UT1-UTC= 0.3847240, Accumulated Leap Seconds=35 + { 2456191.50, 66.800109 }, //21 September 2012, UT1-UTC= 0.3838911, Accumulated Leap Seconds=35 + { 2456192.50, 66.800767 }, //22 September 2012, UT1-UTC= 0.3832327, Accumulated Leap Seconds=35 + { 2456193.50, 66.801418 }, //23 September 2012, UT1-UTC= 0.3825820, Accumulated Leap Seconds=35 + { 2456194.50, 66.802132 }, //24 September 2012, UT1-UTC= 0.3818681, Accumulated Leap Seconds=35 + { 2456195.50, 66.802975 }, //25 September 2012, UT1-UTC= 0.3810252, Accumulated Leap Seconds=35 + { 2456196.50, 66.803990 }, //26 September 2012, UT1-UTC= 0.3800104, Accumulated Leap Seconds=35 + { 2456197.50, 66.805197 }, //27 September 2012, UT1-UTC= 0.3788030, Accumulated Leap Seconds=35 + { 2456198.50, 66.806534 }, //28 September 2012, UT1-UTC= 0.3774658, Accumulated Leap Seconds=35 + { 2456199.50, 66.807873 }, //29 September 2012, UT1-UTC= 0.3761275, Accumulated Leap Seconds=35 + { 2456200.50, 66.809165 }, //30 September 2012, UT1-UTC= 0.3748350, Accumulated Leap Seconds=35 + { 2456201.50, 66.810324 }, //01 October 2012, UT1-UTC= 0.3736760, Accumulated Leap Seconds=35 + { 2456202.50, 66.811308 }, //02 October 2012, UT1-UTC= 0.3726921, Accumulated Leap Seconds=35 + { 2456203.50, 66.812090 }, //03 October 2012, UT1-UTC= 0.3719102, Accumulated Leap Seconds=35 + { 2456204.50, 66.812754 }, //04 October 2012, UT1-UTC= 0.3712461, Accumulated Leap Seconds=35 + { 2456205.50, 66.813328 }, //05 October 2012, UT1-UTC= 0.3706723, Accumulated Leap Seconds=35 + { 2456206.50, 66.813837 }, //06 October 2012, UT1-UTC= 0.3701625, Accumulated Leap Seconds=35 + { 2456207.50, 66.814331 }, //07 October 2012, UT1-UTC= 0.3696688, Accumulated Leap Seconds=35 + { 2456208.50, 66.814886 }, //08 October 2012, UT1-UTC= 0.3691137, Accumulated Leap Seconds=35 + { 2456209.50, 66.815582 }, //09 October 2012, UT1-UTC= 0.3684180, Accumulated Leap Seconds=35 + { 2456210.50, 66.816447 }, //10 October 2012, UT1-UTC= 0.3675530, Accumulated Leap Seconds=35 + { 2456211.50, 66.817510 }, //11 October 2012, UT1-UTC= 0.3664901, Accumulated Leap Seconds=35 + { 2456212.50, 66.818739 }, //12 October 2012, UT1-UTC= 0.3652605, Accumulated Leap Seconds=35 + { 2456213.50, 66.820114 }, //13 October 2012, UT1-UTC= 0.3638862, Accumulated Leap Seconds=35 + { 2456214.50, 66.821601 }, //14 October 2012, UT1-UTC= 0.3623986, Accumulated Leap Seconds=35 + { 2456215.50, 66.823099 }, //15 October 2012, UT1-UTC= 0.3609005, Accumulated Leap Seconds=35 + { 2456216.50, 66.824514 }, //16 October 2012, UT1-UTC= 0.3594861, Accumulated Leap Seconds=35 + { 2456217.50, 66.825772 }, //17 October 2012, UT1-UTC= 0.3582281, Accumulated Leap Seconds=35 + { 2456218.50, 66.826836 }, //18 October 2012, UT1-UTC= 0.3571637, Accumulated Leap Seconds=35 + { 2456219.50, 66.827729 }, //19 October 2012, UT1-UTC= 0.3562709, Accumulated Leap Seconds=35 + { 2456220.50, 66.828509 }, //20 October 2012, UT1-UTC= 0.3554906, Accumulated Leap Seconds=35 + { 2456221.50, 66.829268 }, //21 October 2012, UT1-UTC= 0.3547319, Accumulated Leap Seconds=35 + { 2456222.50, 66.830088 }, //22 October 2012, UT1-UTC= 0.3539122, Accumulated Leap Seconds=35 + { 2456223.50, 66.830983 }, //23 October 2012, UT1-UTC= 0.3530166, Accumulated Leap Seconds=35 + { 2456224.50, 66.831985 }, //24 October 2012, UT1-UTC= 0.3520151, Accumulated Leap Seconds=35 + { 2456225.50, 66.833077 }, //25 October 2012, UT1-UTC= 0.3509232, Accumulated Leap Seconds=35 + { 2456226.50, 66.834228 }, //26 October 2012, UT1-UTC= 0.3497723, Accumulated Leap Seconds=35 + { 2456227.50, 66.835395 }, //27 October 2012, UT1-UTC= 0.3486052, Accumulated Leap Seconds=35 + { 2456228.50, 66.836506 }, //28 October 2012, UT1-UTC= 0.3474935, Accumulated Leap Seconds=35 + { 2456229.50, 66.837523 }, //29 October 2012, UT1-UTC= 0.3464766, Accumulated Leap Seconds=35 + { 2456230.50, 66.838444 }, //30 October 2012, UT1-UTC= 0.3455560, Accumulated Leap Seconds=35 + { 2456231.50, 66.839290 }, //31 October 2012, UT1-UTC= 0.3447103, Accumulated Leap Seconds=35 + { 2456232.50, 66.840048 }, //01 November 2012, UT1-UTC= 0.3439520, Accumulated Leap Seconds=35 + { 2456233.50, 66.840771 }, //02 November 2012, UT1-UTC= 0.3432288, Accumulated Leap Seconds=35 + { 2456234.50, 66.841458 }, //03 November 2012, UT1-UTC= 0.3425421, Accumulated Leap Seconds=35 + { 2456235.50, 66.842193 }, //04 November 2012, UT1-UTC= 0.3418066, Accumulated Leap Seconds=35 + { 2456236.50, 66.843040 }, //05 November 2012, UT1-UTC= 0.3409600, Accumulated Leap Seconds=35 + { 2456237.50, 66.843997 }, //06 November 2012, UT1-UTC= 0.3400028, Accumulated Leap Seconds=35 + { 2456238.50, 66.845052 }, //07 November 2012, UT1-UTC= 0.3389475, Accumulated Leap Seconds=35 + { 2456239.50, 66.846268 }, //08 November 2012, UT1-UTC= 0.3377324, Accumulated Leap Seconds=35 + { 2456240.50, 66.847619 }, //09 November 2012, UT1-UTC= 0.3363812, Accumulated Leap Seconds=35 + { 2456241.50, 66.849017 }, //10 November 2012, UT1-UTC= 0.3349834, Accumulated Leap Seconds=35 + { 2456242.50, 66.850466 }, //11 November 2012, UT1-UTC= 0.3335335, Accumulated Leap Seconds=35 + { 2456243.50, 66.851972 }, //12 November 2012, UT1-UTC= 0.3320284, Accumulated Leap Seconds=35 + { 2456244.50, 66.853467 }, //13 November 2012, UT1-UTC= 0.3305328, Accumulated Leap Seconds=35 + { 2456245.50, 66.854865 }, //14 November 2012, UT1-UTC= 0.3291351, Accumulated Leap Seconds=35 + { 2456246.50, 66.856181 }, //15 November 2012, UT1-UTC= 0.3278191, Accumulated Leap Seconds=35 + { 2456247.50, 66.857477 }, //16 November 2012, UT1-UTC= 0.3265233, Accumulated Leap Seconds=35 + { 2456248.50, 66.858780 }, //17 November 2012, UT1-UTC= 0.3252203, Accumulated Leap Seconds=35 + { 2456249.50, 66.860205 }, //18 November 2012, UT1-UTC= 0.3237945, Accumulated Leap Seconds=35 + { 2456250.50, 66.861812 }, //19 November 2012, UT1-UTC= 0.3221881, Accumulated Leap Seconds=35 + { 2456251.50, 66.863527 }, //20 November 2012, UT1-UTC= 0.3204726, Accumulated Leap Seconds=35 + { 2456252.50, 66.865267 }, //21 November 2012, UT1-UTC= 0.3187333, Accumulated Leap Seconds=35 + { 2456253.50, 66.866985 }, //22 November 2012, UT1-UTC= 0.3170146, Accumulated Leap Seconds=35 + { 2456254.50, 66.868653 }, //23 November 2012, UT1-UTC= 0.3153467, Accumulated Leap Seconds=35 + { 2456255.50, 66.870234 }, //24 November 2012, UT1-UTC= 0.3137657, Accumulated Leap Seconds=35 + { 2456256.50, 66.871670 }, //25 November 2012, UT1-UTC= 0.3123299, Accumulated Leap Seconds=35 + { 2456257.50, 66.872949 }, //26 November 2012, UT1-UTC= 0.3110510, Accumulated Leap Seconds=35 + { 2456258.50, 66.874111 }, //27 November 2012, UT1-UTC= 0.3098885, Accumulated Leap Seconds=35 + { 2456259.50, 66.875147 }, //28 November 2012, UT1-UTC= 0.3088531, Accumulated Leap Seconds=35 + { 2456260.50, 66.876087 }, //29 November 2012, UT1-UTC= 0.3079131, Accumulated Leap Seconds=35 + { 2456261.50, 66.876988 }, //30 November 2012, UT1-UTC= 0.3070124, Accumulated Leap Seconds=35 + { 2456262.50, 66.877860 }, //01 December 2012, UT1-UTC= 0.3061399, Accumulated Leap Seconds=35 + { 2456263.50, 66.878814 }, //02 December 2012, UT1-UTC= 0.3051859, Accumulated Leap Seconds=35 + { 2456264.50, 66.879848 }, //03 December 2012, UT1-UTC= 0.3041521, Accumulated Leap Seconds=35 + { 2456265.50, 66.880957 }, //04 December 2012, UT1-UTC= 0.3030432, Accumulated Leap Seconds=35 + { 2456266.50, 66.882160 }, //05 December 2012, UT1-UTC= 0.3018403, Accumulated Leap Seconds=35 + { 2456267.50, 66.883461 }, //06 December 2012, UT1-UTC= 0.3005391, Accumulated Leap Seconds=35 + { 2456268.50, 66.884822 }, //07 December 2012, UT1-UTC= 0.2991782, Accumulated Leap Seconds=35 + { 2456269.50, 66.886191 }, //08 December 2012, UT1-UTC= 0.2978093, Accumulated Leap Seconds=35 + { 2456270.50, 66.887546 }, //09 December 2012, UT1-UTC= 0.2964536, Accumulated Leap Seconds=35 + { 2456271.50, 66.888877 }, //10 December 2012, UT1-UTC= 0.2951226, Accumulated Leap Seconds=35 + { 2456272.50, 66.890101 }, //11 December 2012, UT1-UTC= 0.2938993, Accumulated Leap Seconds=35 + { 2456273.50, 66.891187 }, //12 December 2012, UT1-UTC= 0.2928127, Accumulated Leap Seconds=35 + { 2456274.50, 66.892142 }, //13 December 2012, UT1-UTC= 0.2918578, Accumulated Leap Seconds=35 + { 2456275.50, 66.893050 }, //14 December 2012, UT1-UTC= 0.2909503, Accumulated Leap Seconds=35 + { 2456276.50, 66.893982 }, //15 December 2012, UT1-UTC= 0.2900183, Accumulated Leap Seconds=35 + { 2456277.50, 66.894980 }, //16 December 2012, UT1-UTC= 0.2890199, Accumulated Leap Seconds=35 + { 2456278.50, 66.896052 }, //17 December 2012, UT1-UTC= 0.2879482, Accumulated Leap Seconds=35 + { 2456279.50, 66.897179 }, //18 December 2012, UT1-UTC= 0.2868211, Accumulated Leap Seconds=35 + { 2456280.50, 66.898298 }, //19 December 2012, UT1-UTC= 0.2857017, Accumulated Leap Seconds=35 + { 2456281.50, 66.899321 }, //20 December 2012, UT1-UTC= 0.2846791, Accumulated Leap Seconds=35 + { 2456282.50, 66.900197 }, //21 December 2012, UT1-UTC= 0.2838031, Accumulated Leap Seconds=35 + { 2456283.50, 66.900948 }, //22 December 2012, UT1-UTC= 0.2830518, Accumulated Leap Seconds=35 + { 2456284.50, 66.901664 }, //23 December 2012, UT1-UTC= 0.2823359, Accumulated Leap Seconds=35 + { 2456285.50, 66.902330 }, //24 December 2012, UT1-UTC= 0.2816704, Accumulated Leap Seconds=35 + { 2456286.50, 66.902895 }, //25 December 2012, UT1-UTC= 0.2811052, Accumulated Leap Seconds=35 + { 2456287.50, 66.903377 }, //26 December 2012, UT1-UTC= 0.2806228, Accumulated Leap Seconds=35 + { 2456288.50, 66.903836 }, //27 December 2012, UT1-UTC= 0.2801644, Accumulated Leap Seconds=35 + { 2456289.50, 66.904290 }, //28 December 2012, UT1-UTC= 0.2797098, Accumulated Leap Seconds=35 + { 2456290.50, 66.904760 }, //29 December 2012, UT1-UTC= 0.2792396, Accumulated Leap Seconds=35 + { 2456291.50, 66.905352 }, //30 December 2012, UT1-UTC= 0.2786482, Accumulated Leap Seconds=35 + { 2456292.50, 66.906073 }, //31 December 2012, UT1-UTC= 0.2779265, Accumulated Leap Seconds=35 + { 2456293.50, 66.906909 }, //01 January 2013, UT1-UTC= 0.2770909, Accumulated Leap Seconds=35 + { 2456294.50, 66.907870 }, //02 January 2013, UT1-UTC= 0.2761301, Accumulated Leap Seconds=35 + { 2456295.50, 66.908961 }, //03 January 2013, UT1-UTC= 0.2750390, Accumulated Leap Seconds=35 + { 2456296.50, 66.910141 }, //04 January 2013, UT1-UTC= 0.2738592, Accumulated Leap Seconds=35 + { 2456297.50, 66.911341 }, //05 January 2013, UT1-UTC= 0.2726594, Accumulated Leap Seconds=35 + { 2456298.50, 66.912528 }, //06 January 2013, UT1-UTC= 0.2714718, Accumulated Leap Seconds=35 + { 2456299.50, 66.913604 }, //07 January 2013, UT1-UTC= 0.2703958, Accumulated Leap Seconds=35 + { 2456300.50, 66.914537 }, //08 January 2013, UT1-UTC= 0.2694627, Accumulated Leap Seconds=35 + { 2456301.50, 66.915387 }, //09 January 2013, UT1-UTC= 0.2686133, Accumulated Leap Seconds=35 + { 2456302.50, 66.916238 }, //10 January 2013, UT1-UTC= 0.2677618, Accumulated Leap Seconds=35 + { 2456303.50, 66.917193 }, //11 January 2013, UT1-UTC= 0.2668071, Accumulated Leap Seconds=35 + { 2456304.50, 66.918274 }, //12 January 2013, UT1-UTC= 0.2657257, Accumulated Leap Seconds=35 + { 2456305.50, 66.919512 }, //13 January 2013, UT1-UTC= 0.2644880, Accumulated Leap Seconds=35 + { 2456306.50, 66.920917 }, //14 January 2013, UT1-UTC= 0.2630828, Accumulated Leap Seconds=35 + { 2456307.50, 66.922434 }, //15 January 2013, UT1-UTC= 0.2615655, Accumulated Leap Seconds=35 + { 2456308.50, 66.923926 }, //16 January 2013, UT1-UTC= 0.2600741, Accumulated Leap Seconds=35 + { 2456309.50, 66.925320 }, //17 January 2013, UT1-UTC= 0.2586797, Accumulated Leap Seconds=35 + { 2456310.50, 66.926624 }, //18 January 2013, UT1-UTC= 0.2573759, Accumulated Leap Seconds=35 + { 2456311.50, 66.927876 }, //19 January 2013, UT1-UTC= 0.2561239, Accumulated Leap Seconds=35 + { 2456312.50, 66.929037 }, //20 January 2013, UT1-UTC= 0.2549625, Accumulated Leap Seconds=35 + { 2456313.50, 66.930137 }, //21 January 2013, UT1-UTC= 0.2538633, Accumulated Leap Seconds=35 + { 2456314.50, 66.931198 }, //22 January 2013, UT1-UTC= 0.2528018, Accumulated Leap Seconds=35 + { 2456315.50, 66.932263 }, //23 January 2013, UT1-UTC= 0.2517366, Accumulated Leap Seconds=35 + { 2456316.50, 66.933356 }, //24 January 2013, UT1-UTC= 0.2506442, Accumulated Leap Seconds=35 + { 2456317.50, 66.934484 }, //25 January 2013, UT1-UTC= 0.2495164, Accumulated Leap Seconds=35 + { 2456318.50, 66.935610 }, //26 January 2013, UT1-UTC= 0.2483898, Accumulated Leap Seconds=35 + { 2456319.50, 66.936858 }, //27 January 2013, UT1-UTC= 0.2471418, Accumulated Leap Seconds=35 + { 2456320.50, 66.938236 }, //28 January 2013, UT1-UTC= 0.2457638, Accumulated Leap Seconds=35 + { 2456321.50, 66.939698 }, //29 January 2013, UT1-UTC= 0.2443016, Accumulated Leap Seconds=35 + { 2456322.50, 66.941192 }, //30 January 2013, UT1-UTC= 0.2428084, Accumulated Leap Seconds=35 + { 2456323.50, 66.942763 }, //31 January 2013, UT1-UTC= 0.2412368, Accumulated Leap Seconds=35 + { 2456324.50, 66.944259 }, //01 February 2013, UT1-UTC= 0.2397410, Accumulated Leap Seconds=35 + { 2456325.50, 66.945640 }, //02 February 2013, UT1-UTC= 0.2383595, Accumulated Leap Seconds=35 + { 2456326.50, 66.946864 }, //03 February 2013, UT1-UTC= 0.2371356, Accumulated Leap Seconds=35 + { 2456327.50, 66.947963 }, //04 February 2013, UT1-UTC= 0.2360374, Accumulated Leap Seconds=35 + { 2456328.50, 66.948970 }, //05 February 2013, UT1-UTC= 0.2350300, Accumulated Leap Seconds=35 + { 2456329.50, 66.949892 }, //06 February 2013, UT1-UTC= 0.2341084, Accumulated Leap Seconds=35 + { 2456330.50, 66.950826 }, //07 February 2013, UT1-UTC= 0.2331743, Accumulated Leap Seconds=35 + { 2456331.50, 66.951863 }, //08 February 2013, UT1-UTC= 0.2321369, Accumulated Leap Seconds=35 + { 2456332.50, 66.953060 }, //09 February 2013, UT1-UTC= 0.2309402, Accumulated Leap Seconds=35 + { 2456333.50, 66.954395 }, //10 February 2013, UT1-UTC= 0.2296051, Accumulated Leap Seconds=35 + { 2456334.50, 66.955804 }, //11 February 2013, UT1-UTC= 0.2281962, Accumulated Leap Seconds=35 + { 2456335.50, 66.957225 }, //12 February 2013, UT1-UTC= 0.2267749, Accumulated Leap Seconds=35 + { 2456336.50, 66.958553 }, //13 February 2013, UT1-UTC= 0.2254471, Accumulated Leap Seconds=35 + { 2456337.50, 66.959713 }, //14 February 2013, UT1-UTC= 0.2242867, Accumulated Leap Seconds=35 + { 2456338.50, 66.960712 }, //15 February 2013, UT1-UTC= 0.2232879, Accumulated Leap Seconds=35 + { 2456339.50, 66.961616 }, //16 February 2013, UT1-UTC= 0.2223839, Accumulated Leap Seconds=35 + { 2456340.50, 66.962413 }, //17 February 2013, UT1-UTC= 0.2215870, Accumulated Leap Seconds=35 + { 2456341.50, 66.963102 }, //18 February 2013, UT1-UTC= 0.2208981, Accumulated Leap Seconds=35 + { 2456342.50, 66.963723 }, //19 February 2013, UT1-UTC= 0.2202771, Accumulated Leap Seconds=35 + { 2456343.50, 66.964359 }, //20 February 2013, UT1-UTC= 0.2196415, Accumulated Leap Seconds=35 + { 2456344.50, 66.965068 }, //21 February 2013, UT1-UTC= 0.2189318, Accumulated Leap Seconds=35 + { 2456345.50, 66.965919 }, //22 February 2013, UT1-UTC= 0.2180807, Accumulated Leap Seconds=35 + { 2456346.50, 66.966949 }, //23 February 2013, UT1-UTC= 0.2170512, Accumulated Leap Seconds=35 + { 2456347.50, 66.968155 }, //24 February 2013, UT1-UTC= 0.2158446, Accumulated Leap Seconds=35 + { 2456348.50, 66.969517 }, //25 February 2013, UT1-UTC= 0.2144827, Accumulated Leap Seconds=35 + { 2456349.50, 66.971072 }, //26 February 2013, UT1-UTC= 0.2129276, Accumulated Leap Seconds=35 + { 2456350.50, 66.972753 }, //27 February 2013, UT1-UTC= 0.2112466, Accumulated Leap Seconds=35 + { 2456351.50, 66.974508 }, //28 February 2013, UT1-UTC= 0.2094922, Accumulated Leap Seconds=35 + { 2456352.50, 66.976251 }, //01 March 2013, UT1-UTC= 0.2077492, Accumulated Leap Seconds=35 + { 2456353.50, 66.977938 }, //02 March 2013, UT1-UTC= 0.2060622, Accumulated Leap Seconds=35 + { 2456354.50, 66.979469 }, //03 March 2013, UT1-UTC= 0.2045307, Accumulated Leap Seconds=35 + { 2456355.50, 66.980928 }, //04 March 2013, UT1-UTC= 0.2030719, Accumulated Leap Seconds=35 + { 2456356.50, 66.982393 }, //05 March 2013, UT1-UTC= 0.2016072, Accumulated Leap Seconds=35 + { 2456357.50, 66.983886 }, //06 March 2013, UT1-UTC= 0.2001142, Accumulated Leap Seconds=35 + { 2456358.50, 66.985436 }, //07 March 2013, UT1-UTC= 0.1985640, Accumulated Leap Seconds=35 + { 2456359.50, 66.987092 }, //08 March 2013, UT1-UTC= 0.1969081, Accumulated Leap Seconds=35 + { 2456360.50, 66.988847 }, //09 March 2013, UT1-UTC= 0.1951532, Accumulated Leap Seconds=35 + { 2456361.50, 66.990718 }, //10 March 2013, UT1-UTC= 0.1932825, Accumulated Leap Seconds=35 + { 2456362.50, 66.992619 }, //11 March 2013, UT1-UTC= 0.1913807, Accumulated Leap Seconds=35 + { 2456363.50, 66.994495 }, //12 March 2013, UT1-UTC= 0.1895051, Accumulated Leap Seconds=35 + { 2456364.50, 66.996338 }, //13 March 2013, UT1-UTC= 0.1876624, Accumulated Leap Seconds=35 + { 2456365.50, 66.998089 }, //14 March 2013, UT1-UTC= 0.1859111, Accumulated Leap Seconds=35 + { 2456366.50, 66.999695 }, //15 March 2013, UT1-UTC= 0.1843053, Accumulated Leap Seconds=35 + { 2456367.50, 67.001166 }, //16 March 2013, UT1-UTC= 0.1828344, Accumulated Leap Seconds=35 + { 2456368.50, 67.002538 }, //17 March 2013, UT1-UTC= 0.1814622, Accumulated Leap Seconds=35 + { 2456369.50, 67.003799 }, //18 March 2013, UT1-UTC= 0.1802006, Accumulated Leap Seconds=35 + { 2456370.50, 67.004995 }, //19 March 2013, UT1-UTC= 0.1790053, Accumulated Leap Seconds=35 + { 2456371.50, 67.006135 }, //20 March 2013, UT1-UTC= 0.1778653, Accumulated Leap Seconds=35 + { 2456372.50, 67.007314 }, //21 March 2013, UT1-UTC= 0.1766857, Accumulated Leap Seconds=35 + { 2456373.50, 67.008525 }, //22 March 2013, UT1-UTC= 0.1754752, Accumulated Leap Seconds=35 + { 2456374.50, 67.009844 }, //23 March 2013, UT1-UTC= 0.1741560, Accumulated Leap Seconds=35 + { 2456375.50, 67.011339 }, //24 March 2013, UT1-UTC= 0.1726614, Accumulated Leap Seconds=35 + { 2456376.50, 67.012985 }, //25 March 2013, UT1-UTC= 0.1710147, Accumulated Leap Seconds=35 + { 2456377.50, 67.014769 }, //26 March 2013, UT1-UTC= 0.1692309, Accumulated Leap Seconds=35 + { 2456378.50, 67.016674 }, //27 March 2013, UT1-UTC= 0.1673260, Accumulated Leap Seconds=35 + { 2456379.50, 67.018650 }, //28 March 2013, UT1-UTC= 0.1653499, Accumulated Leap Seconds=35 + { 2456380.50, 67.020584 }, //29 March 2013, UT1-UTC= 0.1634160, Accumulated Leap Seconds=35 + { 2456381.50, 67.022441 }, //30 March 2013, UT1-UTC= 0.1615592, Accumulated Leap Seconds=35 + { 2456382.50, 67.024175 }, //31 March 2013, UT1-UTC= 0.1598249, Accumulated Leap Seconds=35 + { 2456383.50, 67.025813 }, //01 April 2013, UT1-UTC= 0.1581874, Accumulated Leap Seconds=35 + { 2456384.50, 67.027387 }, //02 April 2013, UT1-UTC= 0.1566131, Accumulated Leap Seconds=35 + { 2456385.50, 67.028971 }, //03 April 2013, UT1-UTC= 0.1550285, Accumulated Leap Seconds=35 + { 2456386.50, 67.030575 }, //04 April 2013, UT1-UTC= 0.1534245, Accumulated Leap Seconds=35 + { 2456387.50, 67.032259 }, //05 April 2013, UT1-UTC= 0.1517410, Accumulated Leap Seconds=35 + { 2456388.50, 67.034089 }, //06 April 2013, UT1-UTC= 0.1499114, Accumulated Leap Seconds=35 + { 2456389.50, 67.035978 }, //07 April 2013, UT1-UTC= 0.1480220, Accumulated Leap Seconds=35 + { 2456390.50, 67.037854 }, //08 April 2013, UT1-UTC= 0.1461464, Accumulated Leap Seconds=35 + { 2456391.50, 67.039699 }, //09 April 2013, UT1-UTC= 0.1443015, Accumulated Leap Seconds=35 + { 2456392.50, 67.041451 }, //10 April 2013, UT1-UTC= 0.1425486, Accumulated Leap Seconds=35 + { 2456393.50, 67.043056 }, //11 April 2013, UT1-UTC= 0.1409438, Accumulated Leap Seconds=35 + { 2456394.50, 67.044492 }, //12 April 2013, UT1-UTC= 0.1395077, Accumulated Leap Seconds=35 + { 2456395.50, 67.045786 }, //13 April 2013, UT1-UTC= 0.1382141, Accumulated Leap Seconds=35 + { 2456396.50, 67.046968 }, //14 April 2013, UT1-UTC= 0.1370315, Accumulated Leap Seconds=35 + { 2456397.50, 67.048065 }, //15 April 2013, UT1-UTC= 0.1359352, Accumulated Leap Seconds=35 + { 2456398.50, 67.049166 }, //16 April 2013, UT1-UTC= 0.1348339, Accumulated Leap Seconds=35 + { 2456399.50, 67.050315 }, //17 April 2013, UT1-UTC= 0.1336846, Accumulated Leap Seconds=35 + { 2456400.50, 67.051476 }, //18 April 2013, UT1-UTC= 0.1325236, Accumulated Leap Seconds=35 + { 2456401.50, 67.052714 }, //19 April 2013, UT1-UTC= 0.1312859, Accumulated Leap Seconds=35 + { 2456402.50, 67.054114 }, //20 April 2013, UT1-UTC= 0.1298863, Accumulated Leap Seconds=35 + { 2456403.50, 67.055656 }, //21 April 2013, UT1-UTC= 0.1283439, Accumulated Leap Seconds=35 + { 2456404.50, 67.057289 }, //22 April 2013, UT1-UTC= 0.1267108, Accumulated Leap Seconds=35 + { 2456405.50, 67.059038 }, //23 April 2013, UT1-UTC= 0.1249617, Accumulated Leap Seconds=35 + { 2456406.50, 67.060863 }, //24 April 2013, UT1-UTC= 0.1231367, Accumulated Leap Seconds=35 + { 2456407.50, 67.062678 }, //25 April 2013, UT1-UTC= 0.1213216, Accumulated Leap Seconds=35 + { 2456408.50, 67.064429 }, //26 April 2013, UT1-UTC= 0.1195707, Accumulated Leap Seconds=35 + { 2456409.50, 67.066046 }, //27 April 2013, UT1-UTC= 0.1179535, Accumulated Leap Seconds=35 + { 2456410.50, 67.067504 }, //28 April 2013, UT1-UTC= 0.1164958, Accumulated Leap Seconds=35 + { 2456411.50, 67.068873 }, //29 April 2013, UT1-UTC= 0.1151272, Accumulated Leap Seconds=35 + { 2456412.50, 67.070230 }, //30 April 2013, UT1-UTC= 0.1137697, Accumulated Leap Seconds=35 + { 2456413.50, 67.071629 }, //01 May 2013, UT1-UTC= 0.1123714, Accumulated Leap Seconds=35 + { 2456414.50, 67.073105 }, //02 May 2013, UT1-UTC= 0.1108950, Accumulated Leap Seconds=35 + { 2456415.50, 67.074704 }, //03 May 2013, UT1-UTC= 0.1092964, Accumulated Leap Seconds=35 + { 2456416.50, 67.076355 }, //04 May 2013, UT1-UTC= 0.1076446, Accumulated Leap Seconds=35 + { 2456417.50, 67.078060 }, //05 May 2013, UT1-UTC= 0.1059401, Accumulated Leap Seconds=35 + { 2456418.50, 67.079723 }, //06 May 2013, UT1-UTC= 0.1042767, Accumulated Leap Seconds=35 + { 2456419.50, 67.081326 }, //07 May 2013, UT1-UTC= 0.1026739, Accumulated Leap Seconds=35 + { 2456420.50, 67.082869 }, //08 May 2013, UT1-UTC= 0.1011310, Accumulated Leap Seconds=35 + { 2456421.50, 67.084248 }, //09 May 2013, UT1-UTC= 0.0997519, Accumulated Leap Seconds=35 + { 2456422.50, 67.085441 }, //10 May 2013, UT1-UTC= 0.0985591, Accumulated Leap Seconds=35 + { 2456423.50, 67.086537 }, //11 May 2013, UT1-UTC= 0.0974628, Accumulated Leap Seconds=35 + { 2456424.50, 67.087533 }, //12 May 2013, UT1-UTC= 0.0964673, Accumulated Leap Seconds=35 + { 2456425.50, 67.088444 }, //13 May 2013, UT1-UTC= 0.0955559, Accumulated Leap Seconds=35 + { 2456426.50, 67.089332 }, //14 May 2013, UT1-UTC= 0.0946677, Accumulated Leap Seconds=35 + { 2456427.50, 67.090268 }, //15 May 2013, UT1-UTC= 0.0937318, Accumulated Leap Seconds=35 + { 2456428.50, 67.091273 }, //16 May 2013, UT1-UTC= 0.0927271, Accumulated Leap Seconds=35 + { 2456429.50, 67.092397 }, //17 May 2013, UT1-UTC= 0.0916030, Accumulated Leap Seconds=35 + { 2456430.50, 67.093648 }, //18 May 2013, UT1-UTC= 0.0903520, Accumulated Leap Seconds=35 + { 2456431.50, 67.095043 }, //19 May 2013, UT1-UTC= 0.0889571, Accumulated Leap Seconds=35 + { 2456432.50, 67.096528 }, //20 May 2013, UT1-UTC= 0.0874723, Accumulated Leap Seconds=35 + { 2456433.50, 67.098051 }, //21 May 2013, UT1-UTC= 0.0859485, Accumulated Leap Seconds=35 + { 2456434.50, 67.099546 }, //22 May 2013, UT1-UTC= 0.0844544, Accumulated Leap Seconds=35 + { 2456435.50, 67.100954 }, //23 May 2013, UT1-UTC= 0.0830456, Accumulated Leap Seconds=35 + { 2456436.50, 67.102261 }, //24 May 2013, UT1-UTC= 0.0817386, Accumulated Leap Seconds=35 + { 2456437.50, 67.103472 }, //25 May 2013, UT1-UTC= 0.0805279, Accumulated Leap Seconds=35 + { 2456438.50, 67.104547 }, //26 May 2013, UT1-UTC= 0.0794526, Accumulated Leap Seconds=35 + { 2456439.50, 67.105516 }, //27 May 2013, UT1-UTC= 0.0784835, Accumulated Leap Seconds=35 + { 2456440.50, 67.106432 }, //28 May 2013, UT1-UTC= 0.0775684, Accumulated Leap Seconds=35 + { 2456441.50, 67.107325 }, //29 May 2013, UT1-UTC= 0.0766749, Accumulated Leap Seconds=35 + { 2456442.50, 67.108246 }, //30 May 2013, UT1-UTC= 0.0757541, Accumulated Leap Seconds=35 + { 2456443.50, 67.109189 }, //31 May 2013, UT1-UTC= 0.0748112, Accumulated Leap Seconds=35 + { 2456444.50, 67.110018 }, //01 June 2013, UT1-UTC= 0.0739816, Accumulated Leap Seconds=35 + { 2456445.50, 67.110786 }, //02 June 2013, UT1-UTC= 0.0732142, Accumulated Leap Seconds=35 + { 2456446.50, 67.111474 }, //03 June 2013, UT1-UTC= 0.0725261, Accumulated Leap Seconds=35 + { 2456447.50, 67.112081 }, //04 June 2013, UT1-UTC= 0.0719188, Accumulated Leap Seconds=35 + { 2456448.50, 67.112558 }, //05 June 2013, UT1-UTC= 0.0714419, Accumulated Leap Seconds=35 + { 2456449.50, 67.112928 }, //06 June 2013, UT1-UTC= 0.0710720, Accumulated Leap Seconds=35 + { 2456450.50, 67.113206 }, //07 June 2013, UT1-UTC= 0.0707938, Accumulated Leap Seconds=35 + { 2456451.50, 67.113393 }, //08 June 2013, UT1-UTC= 0.0706070, Accumulated Leap Seconds=35 + { 2456452.50, 67.113485 }, //09 June 2013, UT1-UTC= 0.0705147, Accumulated Leap Seconds=35 + { 2456453.50, 67.113577 }, //10 June 2013, UT1-UTC= 0.0704234, Accumulated Leap Seconds=35 + { 2456454.50, 67.113758 }, //11 June 2013, UT1-UTC= 0.0702420, Accumulated Leap Seconds=35 + { 2456455.50, 67.114002 }, //12 June 2013, UT1-UTC= 0.0699977, Accumulated Leap Seconds=35 + { 2456456.50, 67.114344 }, //13 June 2013, UT1-UTC= 0.0696561, Accumulated Leap Seconds=35 + { 2456457.50, 67.114843 }, //14 June 2013, UT1-UTC= 0.0691571, Accumulated Leap Seconds=35 + { 2456458.50, 67.115465 }, //15 June 2013, UT1-UTC= 0.0685349, Accumulated Leap Seconds=35 + { 2456459.50, 67.116194 }, //16 June 2013, UT1-UTC= 0.0678064, Accumulated Leap Seconds=35 + { 2456460.50, 67.116994 }, //17 June 2013, UT1-UTC= 0.0670063, Accumulated Leap Seconds=35 + { 2456461.50, 67.117869 }, //18 June 2013, UT1-UTC= 0.0661313, Accumulated Leap Seconds=35 + { 2456462.50, 67.118705 }, //19 June 2013, UT1-UTC= 0.0652946, Accumulated Leap Seconds=35 + { 2456463.50, 67.119506 }, //20 June 2013, UT1-UTC= 0.0644936, Accumulated Leap Seconds=35 + { 2456464.50, 67.120229 }, //21 June 2013, UT1-UTC= 0.0637705, Accumulated Leap Seconds=35 + { 2456465.50, 67.120822 }, //22 June 2013, UT1-UTC= 0.0631776, Accumulated Leap Seconds=35 + { 2456466.50, 67.121376 }, //23 June 2013, UT1-UTC= 0.0626242, Accumulated Leap Seconds=35 + { 2456467.50, 67.121951 }, //24 June 2013, UT1-UTC= 0.0620486, Accumulated Leap Seconds=35 + { 2456468.50, 67.122621 }, //25 June 2013, UT1-UTC= 0.0613785, Accumulated Leap Seconds=35 + { 2456469.50, 67.123359 }, //26 June 2013, UT1-UTC= 0.0606405, Accumulated Leap Seconds=35 + { 2456470.50, 67.124157 }, //27 June 2013, UT1-UTC= 0.0598425, Accumulated Leap Seconds=35 + { 2456471.50, 67.124945 }, //28 June 2013, UT1-UTC= 0.0590551, Accumulated Leap Seconds=35 + { 2456472.50, 67.125662 }, //29 June 2013, UT1-UTC= 0.0583377, Accumulated Leap Seconds=35 + { 2456473.50, 67.126242 }, //30 June 2013, UT1-UTC= 0.0577583, Accumulated Leap Seconds=35 + { 2456474.50, 67.126640 }, //01 July 2013, UT1-UTC= 0.0573599, Accumulated Leap Seconds=35 + { 2456475.50, 67.126831 }, //02 July 2013, UT1-UTC= 0.0571685, Accumulated Leap Seconds=35 + { 2456476.50, 67.126848 }, //03 July 2013, UT1-UTC= 0.0571524, Accumulated Leap Seconds=35 + { 2456477.50, 67.126694 }, //04 July 2013, UT1-UTC= 0.0573061, Accumulated Leap Seconds=35 + { 2456478.50, 67.126414 }, //05 July 2013, UT1-UTC= 0.0575859, Accumulated Leap Seconds=35 + { 2456479.50, 67.126080 }, //06 July 2013, UT1-UTC= 0.0579201, Accumulated Leap Seconds=35 + { 2456480.50, 67.125729 }, //07 July 2013, UT1-UTC= 0.0582709, Accumulated Leap Seconds=35 + { 2456481.50, 67.125425 }, //08 July 2013, UT1-UTC= 0.0585745, Accumulated Leap Seconds=35 + { 2456482.50, 67.125231 }, //09 July 2013, UT1-UTC= 0.0587690, Accumulated Leap Seconds=35 + { 2456483.50, 67.125165 }, //10 July 2013, UT1-UTC= 0.0588351, Accumulated Leap Seconds=35 + { 2456484.50, 67.125244 }, //11 July 2013, UT1-UTC= 0.0587556, Accumulated Leap Seconds=35 + { 2456485.50, 67.125471 }, //12 July 2013, UT1-UTC= 0.0585291, Accumulated Leap Seconds=35 + { 2456486.50, 67.125784 }, //13 July 2013, UT1-UTC= 0.0582157, Accumulated Leap Seconds=35 + { 2456487.50, 67.126165 }, //14 July 2013, UT1-UTC= 0.0578346, Accumulated Leap Seconds=35 + { 2456488.50, 67.126584 }, //15 July 2013, UT1-UTC= 0.0574160, Accumulated Leap Seconds=35 + { 2456489.50, 67.127030 }, //16 July 2013, UT1-UTC= 0.0569702, Accumulated Leap Seconds=35 + { 2456490.50, 67.127463 }, //17 July 2013, UT1-UTC= 0.0565365, Accumulated Leap Seconds=35 + { 2456491.50, 67.127819 }, //18 July 2013, UT1-UTC= 0.0561813, Accumulated Leap Seconds=35 + { 2456492.50, 67.128128 }, //19 July 2013, UT1-UTC= 0.0558717, Accumulated Leap Seconds=35 + { 2456493.50, 67.128363 }, //20 July 2013, UT1-UTC= 0.0556366, Accumulated Leap Seconds=35 + { 2456494.50, 67.128583 }, //21 July 2013, UT1-UTC= 0.0554172, Accumulated Leap Seconds=35 + { 2456495.50, 67.128843 }, //22 July 2013, UT1-UTC= 0.0551567, Accumulated Leap Seconds=35 + { 2456496.50, 67.129218 }, //23 July 2013, UT1-UTC= 0.0547824, Accumulated Leap Seconds=35 + { 2456497.50, 67.129722 }, //24 July 2013, UT1-UTC= 0.0542778, Accumulated Leap Seconds=35 + { 2456498.50, 67.130341 }, //25 July 2013, UT1-UTC= 0.0536586, Accumulated Leap Seconds=35 + { 2456499.50, 67.130996 }, //26 July 2013, UT1-UTC= 0.0530038, Accumulated Leap Seconds=35 + { 2456500.50, 67.131642 }, //27 July 2013, UT1-UTC= 0.0523582, Accumulated Leap Seconds=35 + { 2456501.50, 67.132179 }, //28 July 2013, UT1-UTC= 0.0518211, Accumulated Leap Seconds=35 + { 2456502.50, 67.132604 }, //29 July 2013, UT1-UTC= 0.0513956, Accumulated Leap Seconds=35 + { 2456503.50, 67.132902 }, //30 July 2013, UT1-UTC= 0.0510983, Accumulated Leap Seconds=35 + { 2456504.50, 67.133060 }, //31 July 2013, UT1-UTC= 0.0509405, Accumulated Leap Seconds=35 + { 2456505.50, 67.133139 }, //01 August 2013, UT1-UTC= 0.0508609, Accumulated Leap Seconds=35 + { 2456506.50, 67.133136 }, //02 August 2013, UT1-UTC= 0.0508637, Accumulated Leap Seconds=35 + { 2456507.50, 67.133078 }, //03 August 2013, UT1-UTC= 0.0509223, Accumulated Leap Seconds=35 + { 2456508.50, 67.133044 }, //04 August 2013, UT1-UTC= 0.0509561, Accumulated Leap Seconds=35 + { 2456509.50, 67.133073 }, //05 August 2013, UT1-UTC= 0.0509268, Accumulated Leap Seconds=35 + { 2456510.50, 67.133218 }, //06 August 2013, UT1-UTC= 0.0507820, Accumulated Leap Seconds=35 + { 2456511.50, 67.133440 }, //07 August 2013, UT1-UTC= 0.0505595, Accumulated Leap Seconds=35 + { 2456512.50, 67.133759 }, //08 August 2013, UT1-UTC= 0.0502410, Accumulated Leap Seconds=35 + { 2456513.50, 67.134167 }, //09 August 2013, UT1-UTC= 0.0498328, Accumulated Leap Seconds=35 + { 2456514.50, 67.134668 }, //10 August 2013, UT1-UTC= 0.0493321, Accumulated Leap Seconds=35 + { 2456515.50, 67.135228 }, //11 August 2013, UT1-UTC= 0.0487723, Accumulated Leap Seconds=35 + { 2456516.50, 67.135755 }, //12 August 2013, UT1-UTC= 0.0482448, Accumulated Leap Seconds=35 + { 2456517.50, 67.136208 }, //13 August 2013, UT1-UTC= 0.0477920, Accumulated Leap Seconds=35 + { 2456518.50, 67.136602 }, //14 August 2013, UT1-UTC= 0.0473982, Accumulated Leap Seconds=35 + { 2456519.50, 67.136942 }, //15 August 2013, UT1-UTC= 0.0470580, Accumulated Leap Seconds=35 + { 2456520.50, 67.137247 }, //16 August 2013, UT1-UTC= 0.0467527, Accumulated Leap Seconds=35 + { 2456521.50, 67.137583 }, //17 August 2013, UT1-UTC= 0.0464170, Accumulated Leap Seconds=35 + { 2456522.50, 67.138028 }, //18 August 2013, UT1-UTC= 0.0459724, Accumulated Leap Seconds=35 + { 2456523.50, 67.138611 }, //19 August 2013, UT1-UTC= 0.0453891, Accumulated Leap Seconds=35 + { 2456524.50, 67.139327 }, //20 August 2013, UT1-UTC= 0.0446732, Accumulated Leap Seconds=35 + { 2456525.50, 67.140172 }, //21 August 2013, UT1-UTC= 0.0438280, Accumulated Leap Seconds=35 + { 2456526.50, 67.141052 }, //22 August 2013, UT1-UTC= 0.0429478, Accumulated Leap Seconds=35 + { 2456527.50, 67.141915 }, //23 August 2013, UT1-UTC= 0.0420853, Accumulated Leap Seconds=35 + { 2456528.50, 67.142717 }, //24 August 2013, UT1-UTC= 0.0412834, Accumulated Leap Seconds=35 + { 2456529.50, 67.143408 }, //25 August 2013, UT1-UTC= 0.0405919, Accumulated Leap Seconds=35 + { 2456530.50, 67.144003 }, //26 August 2013, UT1-UTC= 0.0399971, Accumulated Leap Seconds=35 + { 2456531.50, 67.144470 }, //27 August 2013, UT1-UTC= 0.0395295, Accumulated Leap Seconds=35 + { 2456532.50, 67.144807 }, //28 August 2013, UT1-UTC= 0.0391929, Accumulated Leap Seconds=35 + { 2456533.50, 67.145087 }, //29 August 2013, UT1-UTC= 0.0389134, Accumulated Leap Seconds=35 + { 2456534.50, 67.145317 }, //30 August 2013, UT1-UTC= 0.0386829, Accumulated Leap Seconds=35 + { 2456535.50, 67.145544 }, //31 August 2013, UT1-UTC= 0.0384563, Accumulated Leap Seconds=35 + { 2456536.50, 67.145797 }, //01 September 2013, UT1-UTC= 0.0382030, Accumulated Leap Seconds=35 + { 2456537.50, 67.146150 }, //02 September 2013, UT1-UTC= 0.0378499, Accumulated Leap Seconds=35 + { 2456538.50, 67.146614 }, //03 September 2013, UT1-UTC= 0.0373860, Accumulated Leap Seconds=35 + { 2456539.50, 67.147206 }, //04 September 2013, UT1-UTC= 0.0367941, Accumulated Leap Seconds=35 + { 2456540.50, 67.147939 }, //05 September 2013, UT1-UTC= 0.0360611, Accumulated Leap Seconds=35 + { 2456541.50, 67.148817 }, //06 September 2013, UT1-UTC= 0.0351828, Accumulated Leap Seconds=35 + { 2456542.50, 67.149772 }, //07 September 2013, UT1-UTC= 0.0342281, Accumulated Leap Seconds=35 + { 2456543.50, 67.150740 }, //08 September 2013, UT1-UTC= 0.0332595, Accumulated Leap Seconds=35 + { 2456544.50, 67.151644 }, //09 September 2013, UT1-UTC= 0.0323559, Accumulated Leap Seconds=35 + { 2456545.50, 67.152462 }, //10 September 2013, UT1-UTC= 0.0315380, Accumulated Leap Seconds=35 + { 2456546.50, 67.153217 }, //11 September 2013, UT1-UTC= 0.0307827, Accumulated Leap Seconds=35 + { 2456547.50, 67.153893 }, //12 September 2013, UT1-UTC= 0.0301072, Accumulated Leap Seconds=35 + { 2456548.50, 67.154523 }, //13 September 2013, UT1-UTC= 0.0294774, Accumulated Leap Seconds=35 + { 2456549.50, 67.155196 }, //14 September 2013, UT1-UTC= 0.0288044, Accumulated Leap Seconds=35 + { 2456550.50, 67.155982 }, //15 September 2013, UT1-UTC= 0.0280182, Accumulated Leap Seconds=35 + { 2456551.50, 67.156923 }, //16 September 2013, UT1-UTC= 0.0270773, Accumulated Leap Seconds=35 + { 2456552.50, 67.158038 }, //17 September 2013, UT1-UTC= 0.0259619, Accumulated Leap Seconds=35 + { 2456553.50, 67.159326 }, //18 September 2013, UT1-UTC= 0.0246739, Accumulated Leap Seconds=35 + { 2456554.50, 67.160695 }, //19 September 2013, UT1-UTC= 0.0233047, Accumulated Leap Seconds=35 + { 2456555.50, 67.162053 }, //20 September 2013, UT1-UTC= 0.0219471, Accumulated Leap Seconds=35 + { 2456556.50, 67.163265 }, //21 September 2013, UT1-UTC= 0.0207346, Accumulated Leap Seconds=35 + { 2456557.50, 67.164348 }, //22 September 2013, UT1-UTC= 0.0196520, Accumulated Leap Seconds=35 + { 2456558.50, 67.165296 }, //23 September 2013, UT1-UTC= 0.0187040, Accumulated Leap Seconds=35 + { 2456559.50, 67.166174 }, //24 September 2013, UT1-UTC= 0.0178257, Accumulated Leap Seconds=35 + { 2456560.50, 67.167026 }, //25 September 2013, UT1-UTC= 0.0169739, Accumulated Leap Seconds=35 + { 2456561.50, 67.167815 }, //26 September 2013, UT1-UTC= 0.0161847, Accumulated Leap Seconds=35 + { 2456562.50, 67.168564 }, //27 September 2013, UT1-UTC= 0.0154357, Accumulated Leap Seconds=35 + { 2456563.50, 67.169267 }, //28 September 2013, UT1-UTC= 0.0147334, Accumulated Leap Seconds=35 + { 2456564.50, 67.169992 }, //29 September 2013, UT1-UTC= 0.0140076, Accumulated Leap Seconds=35 + { 2456565.50, 67.170816 }, //30 September 2013, UT1-UTC= 0.0131841, Accumulated Leap Seconds=35 + { 2456566.50, 67.171740 }, //01 October 2013, UT1-UTC= 0.0122600, Accumulated Leap Seconds=35 + { 2456567.50, 67.172791 }, //02 October 2013, UT1-UTC= 0.0112094, Accumulated Leap Seconds=35 + { 2456568.50, 67.173976 }, //03 October 2013, UT1-UTC= 0.0100236, Accumulated Leap Seconds=35 + { 2456569.50, 67.175198 }, //04 October 2013, UT1-UTC= 0.0088021, Accumulated Leap Seconds=35 + { 2456570.50, 67.176489 }, //05 October 2013, UT1-UTC= 0.0075108, Accumulated Leap Seconds=35 + { 2456571.50, 67.177787 }, //06 October 2013, UT1-UTC= 0.0062132, Accumulated Leap Seconds=35 + { 2456572.50, 67.179051 }, //07 October 2013, UT1-UTC= 0.0049493, Accumulated Leap Seconds=35 + { 2456573.50, 67.180251 }, //08 October 2013, UT1-UTC= 0.0037486, Accumulated Leap Seconds=35 + { 2456574.50, 67.181416 }, //09 October 2013, UT1-UTC= 0.0025843, Accumulated Leap Seconds=35 + { 2456575.50, 67.182532 }, //10 October 2013, UT1-UTC= 0.0014680, Accumulated Leap Seconds=35 + { 2456576.50, 67.183617 }, //11 October 2013, UT1-UTC= 0.0003834, Accumulated Leap Seconds=35 + { 2456577.50, 67.184770 }, //12 October 2013, UT1-UTC=-0.0007695, Accumulated Leap Seconds=35 + { 2456578.50, 67.185957 }, //13 October 2013, UT1-UTC=-0.0019572, Accumulated Leap Seconds=35 + { 2456579.50, 67.187277 }, //14 October 2013, UT1-UTC=-0.0032770, Accumulated Leap Seconds=35 + { 2456580.50, 67.188719 }, //15 October 2013, UT1-UTC=-0.0047187, Accumulated Leap Seconds=35 + { 2456581.50, 67.190234 }, //16 October 2013, UT1-UTC=-0.0062343, Accumulated Leap Seconds=35 + { 2456582.50, 67.191748 }, //17 October 2013, UT1-UTC=-0.0077481, Accumulated Leap Seconds=35 + { 2456583.50, 67.193240 }, //18 October 2013, UT1-UTC=-0.0092401, Accumulated Leap Seconds=35 + { 2456584.50, 67.194596 }, //19 October 2013, UT1-UTC=-0.0105956, Accumulated Leap Seconds=35 + { 2456585.50, 67.195769 }, //20 October 2013, UT1-UTC=-0.0117687, Accumulated Leap Seconds=35 + { 2456586.50, 67.196766 }, //21 October 2013, UT1-UTC=-0.0127656, Accumulated Leap Seconds=35 + { 2456587.50, 67.197631 }, //22 October 2013, UT1-UTC=-0.0136313, Accumulated Leap Seconds=35 + { 2456588.50, 67.198420 }, //23 October 2013, UT1-UTC=-0.0144201, Accumulated Leap Seconds=35 + { 2456589.50, 67.199178 }, //24 October 2013, UT1-UTC=-0.0151783, Accumulated Leap Seconds=35 + { 2456590.50, 67.200025 }, //25 October 2013, UT1-UTC=-0.0160253, Accumulated Leap Seconds=35 + { 2456591.50, 67.201009 }, //26 October 2013, UT1-UTC=-0.0170091, Accumulated Leap Seconds=35 + { 2456592.50, 67.202064 }, //27 October 2013, UT1-UTC=-0.0180639, Accumulated Leap Seconds=35 + { 2456593.50, 67.203253 }, //28 October 2013, UT1-UTC=-0.0192528, Accumulated Leap Seconds=35 + { 2456594.50, 67.204606 }, //29 October 2013, UT1-UTC=-0.0206063, Accumulated Leap Seconds=35 + { 2456595.50, 67.206057 }, //30 October 2013, UT1-UTC=-0.0220570, Accumulated Leap Seconds=35 + { 2456596.50, 67.207586 }, //31 October 2013, UT1-UTC=-0.0235861, Accumulated Leap Seconds=35 + { 2456597.50, 67.209107 }, //01 November 2013, UT1-UTC=-0.0251069, Accumulated Leap Seconds=35 + { 2456598.50, 67.210525 }, //02 November 2013, UT1-UTC=-0.0265246, Accumulated Leap Seconds=35 + { 2456599.50, 67.211884 }, //03 November 2013, UT1-UTC=-0.0278841, Accumulated Leap Seconds=35 + { 2456600.50, 67.213209 }, //04 November 2013, UT1-UTC=-0.0292093, Accumulated Leap Seconds=35 + { 2456601.50, 67.214482 }, //05 November 2013, UT1-UTC=-0.0304821, Accumulated Leap Seconds=35 + { 2456602.50, 67.215726 }, //06 November 2013, UT1-UTC=-0.0317261, Accumulated Leap Seconds=35 + { 2456603.50, 67.216891 }, //07 November 2013, UT1-UTC=-0.0328912, Accumulated Leap Seconds=35 + { 2456604.50, 67.218033 }, //08 November 2013, UT1-UTC=-0.0340328, Accumulated Leap Seconds=35 + { 2456605.50, 67.219197 }, //09 November 2013, UT1-UTC=-0.0351967, Accumulated Leap Seconds=35 + { 2456606.50, 67.220445 }, //10 November 2013, UT1-UTC=-0.0364450, Accumulated Leap Seconds=35 + { 2456607.50, 67.221792 }, //11 November 2013, UT1-UTC=-0.0377924, Accumulated Leap Seconds=35 + { 2456608.50, 67.223229 }, //12 November 2013, UT1-UTC=-0.0392291, Accumulated Leap Seconds=35 + { 2456609.50, 67.224723 }, //13 November 2013, UT1-UTC=-0.0407233, Accumulated Leap Seconds=35 + { 2456610.50, 67.226188 }, //14 November 2013, UT1-UTC=-0.0421877, Accumulated Leap Seconds=35 + { 2456611.50, 67.227563 }, //15 November 2013, UT1-UTC=-0.0435631, Accumulated Leap Seconds=35 + { 2456612.50, 67.228772 }, //16 November 2013, UT1-UTC=-0.0447718, Accumulated Leap Seconds=35 + { 2456613.50, 67.229869 }, //17 November 2013, UT1-UTC=-0.0458689, Accumulated Leap Seconds=35 + { 2456614.50, 67.230872 }, //18 November 2013, UT1-UTC=-0.0468719, Accumulated Leap Seconds=35 + { 2456615.50, 67.231804 }, //19 November 2013, UT1-UTC=-0.0478037, Accumulated Leap Seconds=35 + { 2456616.50, 67.232691 }, //20 November 2013, UT1-UTC=-0.0486906, Accumulated Leap Seconds=35 + { 2456617.50, 67.233572 }, //21 November 2013, UT1-UTC=-0.0495717, Accumulated Leap Seconds=35 + { 2456618.50, 67.234453 }, //22 November 2013, UT1-UTC=-0.0504531, Accumulated Leap Seconds=35 + { 2456619.50, 67.235415 }, //23 November 2013, UT1-UTC=-0.0514154, Accumulated Leap Seconds=35 + { 2456620.50, 67.236543 }, //24 November 2013, UT1-UTC=-0.0525427, Accumulated Leap Seconds=35 + { 2456621.50, 67.237742 }, //25 November 2013, UT1-UTC=-0.0537417, Accumulated Leap Seconds=35 + { 2456622.50, 67.239000 }, //26 November 2013, UT1-UTC=-0.0549998, Accumulated Leap Seconds=35 + { 2456623.50, 67.240353 }, //27 November 2013, UT1-UTC=-0.0563533, Accumulated Leap Seconds=35 + { 2456624.50, 67.241785 }, //28 November 2013, UT1-UTC=-0.0577847, Accumulated Leap Seconds=35 + { 2456625.50, 67.243230 }, //29 November 2013, UT1-UTC=-0.0592297, Accumulated Leap Seconds=35 + { 2456626.50, 67.244613 }, //30 November 2013, UT1-UTC=-0.0606129, Accumulated Leap Seconds=35 + { 2456627.50, 67.245981 }, //01 December 2013, UT1-UTC=-0.0619812, Accumulated Leap Seconds=35 + { 2456628.50, 67.247276 }, //02 December 2013, UT1-UTC=-0.0632761, Accumulated Leap Seconds=35 + { 2456629.50, 67.248483 }, //03 December 2013, UT1-UTC=-0.0644831, Accumulated Leap Seconds=35 + { 2456630.50, 67.249597 }, //04 December 2013, UT1-UTC=-0.0655974, Accumulated Leap Seconds=35 + { 2456631.50, 67.250748 }, //05 December 2013, UT1-UTC=-0.0667483, Accumulated Leap Seconds=35 + { 2456632.50, 67.251949 }, //06 December 2013, UT1-UTC=-0.0679488, Accumulated Leap Seconds=35 + { 2456633.50, 67.253255 }, //07 December 2013, UT1-UTC=-0.0692549, Accumulated Leap Seconds=35 + { 2456634.50, 67.254643 }, //08 December 2013, UT1-UTC=-0.0706430, Accumulated Leap Seconds=35 + { 2456635.50, 67.256071 }, //09 December 2013, UT1-UTC=-0.0720710, Accumulated Leap Seconds=35 + { 2456636.50, 67.257465 }, //10 December 2013, UT1-UTC=-0.0734653, Accumulated Leap Seconds=35 + { 2456637.50, 67.258760 }, //11 December 2013, UT1-UTC=-0.0747597, Accumulated Leap Seconds=35 + { 2456638.50, 67.259962 }, //12 December 2013, UT1-UTC=-0.0759619, Accumulated Leap Seconds=35 + { 2456639.50, 67.261056 }, //13 December 2013, UT1-UTC=-0.0770561, Accumulated Leap Seconds=35 + { 2456640.50, 67.262041 }, //14 December 2013, UT1-UTC=-0.0780415, Accumulated Leap Seconds=35 + { 2456641.50, 67.262878 }, //15 December 2013, UT1-UTC=-0.0788776, Accumulated Leap Seconds=35 + { 2456642.50, 67.263601 }, //16 December 2013, UT1-UTC=-0.0796010, Accumulated Leap Seconds=35 + { 2456643.50, 67.264240 }, //17 December 2013, UT1-UTC=-0.0802402, Accumulated Leap Seconds=35 + { 2456644.50, 67.264834 }, //18 December 2013, UT1-UTC=-0.0808341, Accumulated Leap Seconds=35 + { 2456645.50, 67.265477 }, //19 December 2013, UT1-UTC=-0.0814769, Accumulated Leap Seconds=35 + { 2456646.50, 67.266195 }, //20 December 2013, UT1-UTC=-0.0821954, Accumulated Leap Seconds=35 + { 2456647.50, 67.267042 }, //21 December 2013, UT1-UTC=-0.0830417, Accumulated Leap Seconds=35 + { 2456648.50, 67.268036 }, //22 December 2013, UT1-UTC=-0.0840356, Accumulated Leap Seconds=35 + { 2456649.50, 67.269159 }, //23 December 2013, UT1-UTC=-0.0851591, Accumulated Leap Seconds=35 + { 2456650.50, 67.270404 }, //24 December 2013, UT1-UTC=-0.0864035, Accumulated Leap Seconds=35 + { 2456651.50, 67.271727 }, //25 December 2013, UT1-UTC=-0.0877268, Accumulated Leap Seconds=35 + { 2456652.50, 67.273100 }, //26 December 2013, UT1-UTC=-0.0890999, Accumulated Leap Seconds=35 + { 2456653.50, 67.274528 }, //27 December 2013, UT1-UTC=-0.0905278, Accumulated Leap Seconds=35 + { 2456654.50, 67.275954 }, //28 December 2013, UT1-UTC=-0.0919538, Accumulated Leap Seconds=35 + { 2456655.50, 67.277349 }, //29 December 2013, UT1-UTC=-0.0933492, Accumulated Leap Seconds=35 + { 2456656.50, 67.278658 }, //30 December 2013, UT1-UTC=-0.0946579, Accumulated Leap Seconds=35 + { 2456657.50, 67.279880 }, //31 December 2013, UT1-UTC=-0.0958804, Accumulated Leap Seconds=35 + { 2456658.50, 67.281038 }, //01 January 2014, UT1-UTC=-0.0970383, Accumulated Leap Seconds=35 + { 2456659.50, 67.282234 }, //02 January 2014, UT1-UTC=-0.0982338, Accumulated Leap Seconds=35 + { 2456660.50, 67.283509 }, //03 January 2014, UT1-UTC=-0.0995090, Accumulated Leap Seconds=35 + { 2456661.50, 67.284833 }, //04 January 2014, UT1-UTC=-0.1008335, Accumulated Leap Seconds=35 + { 2456662.50, 67.286236 }, //05 January 2014, UT1-UTC=-0.1022355, Accumulated Leap Seconds=35 + { 2456663.50, 67.287653 }, //06 January 2014, UT1-UTC=-0.1036535, Accumulated Leap Seconds=35 + { 2456664.50, 67.288989 }, //07 January 2014, UT1-UTC=-0.1049890, Accumulated Leap Seconds=35 + { 2456665.50, 67.290171 }, //08 January 2014, UT1-UTC=-0.1061710, Accumulated Leap Seconds=35 + { 2456666.50, 67.291190 }, //09 January 2014, UT1-UTC=-0.1071896, Accumulated Leap Seconds=35 + { 2456667.50, 67.292090 }, //10 January 2014, UT1-UTC=-0.1080903, Accumulated Leap Seconds=35 + { 2456668.50, 67.292849 }, //11 January 2014, UT1-UTC=-0.1088486, Accumulated Leap Seconds=35 + { 2456669.50, 67.293455 }, //12 January 2014, UT1-UTC=-0.1094555, Accumulated Leap Seconds=35 + { 2456670.50, 67.294027 }, //13 January 2014, UT1-UTC=-0.1100272, Accumulated Leap Seconds=35 + { 2456671.50, 67.294576 }, //14 January 2014, UT1-UTC=-0.1105759, Accumulated Leap Seconds=35 + { 2456672.50, 67.295158 }, //15 January 2014, UT1-UTC=-0.1111581, Accumulated Leap Seconds=35 + { 2456673.50, 67.295814 }, //16 January 2014, UT1-UTC=-0.1118144, Accumulated Leap Seconds=35 + { 2456674.50, 67.296595 }, //17 January 2014, UT1-UTC=-0.1125953, Accumulated Leap Seconds=35 + { 2456675.50, 67.297498 }, //18 January 2014, UT1-UTC=-0.1134977, Accumulated Leap Seconds=35 + { 2456676.50, 67.298549 }, //19 January 2014, UT1-UTC=-0.1145490, Accumulated Leap Seconds=35 + { 2456677.50, 67.299717 }, //20 January 2014, UT1-UTC=-0.1157167, Accumulated Leap Seconds=35 + { 2456678.50, 67.300949 }, //21 January 2014, UT1-UTC=-0.1169494, Accumulated Leap Seconds=35 + { 2456679.50, 67.302229 }, //22 January 2014, UT1-UTC=-0.1182290, Accumulated Leap Seconds=35 + { 2456680.50, 67.303515 }, //23 January 2014, UT1-UTC=-0.1195153, Accumulated Leap Seconds=35 + { 2456681.50, 67.304723 }, //24 January 2014, UT1-UTC=-0.1207227, Accumulated Leap Seconds=35 + { 2456682.50, 67.305832 }, //25 January 2014, UT1-UTC=-0.1218321, Accumulated Leap Seconds=35 + { 2456683.50, 67.306891 }, //26 January 2014, UT1-UTC=-0.1228909, Accumulated Leap Seconds=35 + { 2456684.50, 67.307850 }, //27 January 2014, UT1-UTC=-0.1238500, Accumulated Leap Seconds=35 + { 2456685.50, 67.308794 }, //28 January 2014, UT1-UTC=-0.1247940, Accumulated Leap Seconds=35 + { 2456686.50, 67.309816 }, //29 January 2014, UT1-UTC=-0.1258157, Accumulated Leap Seconds=35 + { 2456687.50, 67.310961 }, //30 January 2014, UT1-UTC=-0.1269615, Accumulated Leap Seconds=35 + { 2456688.50, 67.312264 }, //31 January 2014, UT1-UTC=-0.1282637, Accumulated Leap Seconds=35 + { 2456689.50, 67.313645 }, //01 February 2014, UT1-UTC=-0.1296452, Accumulated Leap Seconds=35 + { 2456690.50, 67.315052 }, //02 February 2014, UT1-UTC=-0.1310519, Accumulated Leap Seconds=35 + { 2456691.50, 67.316450 }, //03 February 2014, UT1-UTC=-0.1324499, Accumulated Leap Seconds=35 + { 2456692.50, 67.317737 }, //04 February 2014, UT1-UTC=-0.1337375, Accumulated Leap Seconds=35 + { 2456693.50, 67.318870 }, //05 February 2014, UT1-UTC=-0.1348701, Accumulated Leap Seconds=35 + { 2456694.50, 67.319775 }, //06 February 2014, UT1-UTC=-0.1357755, Accumulated Leap Seconds=35 + { 2456695.50, 67.320546 }, //07 February 2014, UT1-UTC=-0.1365457, Accumulated Leap Seconds=35 + { 2456696.50, 67.321227 }, //08 February 2014, UT1-UTC=-0.1372273, Accumulated Leap Seconds=35 + { 2456697.50, 67.321817 }, //09 February 2014, UT1-UTC=-0.1378173, Accumulated Leap Seconds=35 + { 2456698.50, 67.322382 }, //10 February 2014, UT1-UTC=-0.1383820, Accumulated Leap Seconds=35 + { 2456699.50, 67.323000 }, //11 February 2014, UT1-UTC=-0.1390005, Accumulated Leap Seconds=35 + { 2456700.50, 67.323669 }, //12 February 2014, UT1-UTC=-0.1396690, Accumulated Leap Seconds=35 + { 2456701.50, 67.324469 }, //13 February 2014, UT1-UTC=-0.1404686, Accumulated Leap Seconds=35 + { 2456702.50, 67.325399 }, //14 February 2014, UT1-UTC=-0.1413991, Accumulated Leap Seconds=35 + { 2456703.50, 67.326449 }, //15 February 2014, UT1-UTC=-0.1424488, Accumulated Leap Seconds=35 + { 2456704.50, 67.327646 }, //16 February 2014, UT1-UTC=-0.1436459, Accumulated Leap Seconds=35 + { 2456705.50, 67.328945 }, //17 February 2014, UT1-UTC=-0.1449452, Accumulated Leap Seconds=35 + { 2456706.50, 67.330308 }, //18 February 2014, UT1-UTC=-0.1463082, Accumulated Leap Seconds=35 + { 2456707.50, 67.331706 }, //19 February 2014, UT1-UTC=-0.1477058, Accumulated Leap Seconds=35 + { 2456708.50, 67.333058 }, //20 February 2014, UT1-UTC=-0.1490579, Accumulated Leap Seconds=35 + { 2456709.50, 67.334344 }, //21 February 2014, UT1-UTC=-0.1503436, Accumulated Leap Seconds=35 + { 2456710.50, 67.335542 }, //22 February 2014, UT1-UTC=-0.1515416, Accumulated Leap Seconds=35 + { 2456711.50, 67.336676 }, //23 February 2014, UT1-UTC=-0.1526764, Accumulated Leap Seconds=35 + { 2456712.50, 67.337818 }, //24 February 2014, UT1-UTC=-0.1538181, Accumulated Leap Seconds=35 + { 2456713.50, 67.339036 }, //25 February 2014, UT1-UTC=-0.1550359, Accumulated Leap Seconds=35 + { 2456714.50, 67.340392 }, //26 February 2014, UT1-UTC=-0.1563919, Accumulated Leap Seconds=35 + { 2456715.50, 67.341929 }, //27 February 2014, UT1-UTC=-0.1579295, Accumulated Leap Seconds=35 + { 2456716.50, 67.343734 }, //28 February 2014, UT1-UTC=-0.1597342, Accumulated Leap Seconds=35 + { 2456717.50, 67.345697 }, //01 March 2014, UT1-UTC=-0.1616968, Accumulated Leap Seconds=35 + { 2456718.50, 67.347690 }, //02 March 2014, UT1-UTC=-0.1636895, Accumulated Leap Seconds=35 + { 2456719.50, 67.349660 }, //03 March 2014, UT1-UTC=-0.1656599, Accumulated Leap Seconds=35 + { 2456720.50, 67.351522 }, //04 March 2014, UT1-UTC=-0.1675222, Accumulated Leap Seconds=35 + { 2456721.50, 67.353220 }, //05 March 2014, UT1-UTC=-0.1692196, Accumulated Leap Seconds=35 + { 2456722.50, 67.354739 }, //06 March 2014, UT1-UTC=-0.1707389, Accumulated Leap Seconds=35 + { 2456723.50, 67.356109 }, //07 March 2014, UT1-UTC=-0.1721094, Accumulated Leap Seconds=35 + { 2456724.50, 67.357344 }, //08 March 2014, UT1-UTC=-0.1733443, Accumulated Leap Seconds=35 + { 2456725.50, 67.358469 }, //09 March 2014, UT1-UTC=-0.1744687, Accumulated Leap Seconds=35 + { 2456726.50, 67.359548 }, //10 March 2014, UT1-UTC=-0.1755480, Accumulated Leap Seconds=35 + { 2456727.50, 67.360624 }, //11 March 2014, UT1-UTC=-0.1766243, Accumulated Leap Seconds=35 + { 2456728.50, 67.361674 }, //12 March 2014, UT1-UTC=-0.1776736, Accumulated Leap Seconds=35 + { 2456729.50, 67.362779 }, //13 March 2014, UT1-UTC=-0.1787788, Accumulated Leap Seconds=35 + { 2456730.50, 67.363977 }, //14 March 2014, UT1-UTC=-0.1799770, Accumulated Leap Seconds=35 + { 2456731.50, 67.365236 }, //15 March 2014, UT1-UTC=-0.1812363, Accumulated Leap Seconds=35 + { 2456732.50, 67.366513 }, //16 March 2014, UT1-UTC=-0.1825130, Accumulated Leap Seconds=35 + { 2456733.50, 67.367786 }, //17 March 2014, UT1-UTC=-0.1837860, Accumulated Leap Seconds=35 + { 2456734.50, 67.369030 }, //18 March 2014, UT1-UTC=-0.1850303, Accumulated Leap Seconds=35 + { 2456735.50, 67.370253 }, //19 March 2014, UT1-UTC=-0.1862528, Accumulated Leap Seconds=35 + { 2456736.50, 67.371441 }, //20 March 2014, UT1-UTC=-0.1874414, Accumulated Leap Seconds=35 + { 2456737.50, 67.372584 }, //21 March 2014, UT1-UTC=-0.1885837, Accumulated Leap Seconds=35 + { 2456738.50, 67.373681 }, //22 March 2014, UT1-UTC=-0.1896806, Accumulated Leap Seconds=35 + { 2456739.50, 67.374820 }, //23 March 2014, UT1-UTC=-0.1908195, Accumulated Leap Seconds=35 + { 2456740.50, 67.376046 }, //24 March 2014, UT1-UTC=-0.1920456, Accumulated Leap Seconds=35 + { 2456741.50, 67.377349 }, //25 March 2014, UT1-UTC=-0.1933490, Accumulated Leap Seconds=35 + { 2456742.50, 67.378788 }, //26 March 2014, UT1-UTC=-0.1947880, Accumulated Leap Seconds=35 + { 2456743.50, 67.380400 }, //27 March 2014, UT1-UTC=-0.1964000, Accumulated Leap Seconds=35 + { 2456744.50, 67.382100 }, //28 March 2014, UT1-UTC=-0.1981001, Accumulated Leap Seconds=35 + { 2456745.50, 67.383876 }, //29 March 2014, UT1-UTC=-0.1998763, Accumulated Leap Seconds=35 + { 2456746.50, 67.385679 }, //30 March 2014, UT1-UTC=-0.2016788, Accumulated Leap Seconds=35 + { 2456747.50, 67.387414 }, //31 March 2014, UT1-UTC=-0.2034139, Accumulated Leap Seconds=35 + { 2456748.50, 67.389003 }, //01 April 2014, UT1-UTC=-0.2050030, Accumulated Leap Seconds=35 + { 2456749.50, 67.390461 }, //02 April 2014, UT1-UTC=-0.2064612, Accumulated Leap Seconds=35 + { 2456750.50, 67.391827 }, //03 April 2014, UT1-UTC=-0.2078270, Accumulated Leap Seconds=35 + { 2456751.50, 67.393078 }, //04 April 2014, UT1-UTC=-0.2090778, Accumulated Leap Seconds=35 + { 2456752.50, 67.394267 }, //05 April 2014, UT1-UTC=-0.2102667, Accumulated Leap Seconds=35 + { 2456753.50, 67.395479 }, //06 April 2014, UT1-UTC=-0.2114790, Accumulated Leap Seconds=35 + { 2456754.50, 67.396679 }, //07 April 2014, UT1-UTC=-0.2126790, Accumulated Leap Seconds=35 + { 2456755.50, 67.397868 }, //08 April 2014, UT1-UTC=-0.2138681, Accumulated Leap Seconds=35 + { 2456756.50, 67.399068 }, //09 April 2014, UT1-UTC=-0.2150684, Accumulated Leap Seconds=35 + { 2456757.50, 67.400344 }, //10 April 2014, UT1-UTC=-0.2163440, Accumulated Leap Seconds=35 + { 2456758.50, 67.401669 }, //11 April 2014, UT1-UTC=-0.2176690, Accumulated Leap Seconds=35 + { 2456759.50, 67.403072 }, //12 April 2014, UT1-UTC=-0.2190724, Accumulated Leap Seconds=35 + { 2456760.50, 67.404490 }, //13 April 2014, UT1-UTC=-0.2204899, Accumulated Leap Seconds=35 + { 2456761.50, 67.405974 }, //14 April 2014, UT1-UTC=-0.2219743, Accumulated Leap Seconds=35 + { 2456762.50, 67.407426 }, //15 April 2014, UT1-UTC=-0.2234264, Accumulated Leap Seconds=35 + { 2456763.50, 67.408722 }, //16 April 2014, UT1-UTC=-0.2247221, Accumulated Leap Seconds=35 + { 2456764.50, 67.409929 }, //17 April 2014, UT1-UTC=-0.2259292, Accumulated Leap Seconds=35 + { 2456765.50, 67.411131 }, //18 April 2014, UT1-UTC=-0.2271312, Accumulated Leap Seconds=35 + { 2456766.50, 67.412324 }, //19 April 2014, UT1-UTC=-0.2283242, Accumulated Leap Seconds=35 + { 2456767.50, 67.413567 }, //20 April 2014, UT1-UTC=-0.2295665, Accumulated Leap Seconds=35 + { 2456768.50, 67.414867 }, //21 April 2014, UT1-UTC=-0.2308673, Accumulated Leap Seconds=35 + { 2456769.50, 67.416296 }, //22 April 2014, UT1-UTC=-0.2322960, Accumulated Leap Seconds=35 + { 2456770.50, 67.417898 }, //23 April 2014, UT1-UTC=-0.2338981, Accumulated Leap Seconds=35 + { 2456771.50, 67.419623 }, //24 April 2014, UT1-UTC=-0.2356233, Accumulated Leap Seconds=35 + { 2456772.50, 67.421478 }, //25 April 2014, UT1-UTC=-0.2374777, Accumulated Leap Seconds=35 + { 2456773.50, 67.423475 }, //26 April 2014, UT1-UTC=-0.2394754, Accumulated Leap Seconds=35 + { 2456774.50, 67.425458 }, //27 April 2014, UT1-UTC=-0.2414582, Accumulated Leap Seconds=35 + { 2456775.50, 67.427320 }, //28 April 2014, UT1-UTC=-0.2433201, Accumulated Leap Seconds=35 + { 2456776.50, 67.429039 }, //29 April 2014, UT1-UTC=-0.2450388, Accumulated Leap Seconds=35 + { 2456777.50, 67.430537 }, //30 April 2014, UT1-UTC=-0.2465370, Accumulated Leap Seconds=35 + { 2456778.50, 67.431843 }, //01 May 2014, UT1-UTC=-0.2478433, Accumulated Leap Seconds=35 + { 2456779.50, 67.433011 }, //02 May 2014, UT1-UTC=-0.2490107, Accumulated Leap Seconds=35 + { 2456780.50, 67.434133 }, //03 May 2014, UT1-UTC=-0.2501332, Accumulated Leap Seconds=35 + { 2456781.50, 67.435233 }, //04 May 2014, UT1-UTC=-0.2512326, Accumulated Leap Seconds=35 + { 2456782.50, 67.436357 }, //05 May 2014, UT1-UTC=-0.2523575, Accumulated Leap Seconds=35 + { 2456783.50, 67.437537 }, //06 May 2014, UT1-UTC=-0.2535367, Accumulated Leap Seconds=35 + { 2456784.50, 67.438785 }, //07 May 2014, UT1-UTC=-0.2547854, Accumulated Leap Seconds=35 + { 2456785.50, 67.440106 }, //08 May 2014, UT1-UTC=-0.2561064, Accumulated Leap Seconds=35 + { 2456786.50, 67.441521 }, //09 May 2014, UT1-UTC=-0.2575214, Accumulated Leap Seconds=35 + { 2456787.50, 67.442953 }, //10 May 2014, UT1-UTC=-0.2589526, Accumulated Leap Seconds=35 + { 2456788.50, 67.444405 }, //11 May 2014, UT1-UTC=-0.2604045, Accumulated Leap Seconds=35 + { 2456789.50, 67.445797 }, //12 May 2014, UT1-UTC=-0.2617971, Accumulated Leap Seconds=35 + { 2456790.50, 67.447121 }, //13 May 2014, UT1-UTC=-0.2631211, Accumulated Leap Seconds=35 + { 2456791.50, 67.448295 }, //14 May 2014, UT1-UTC=-0.2642948, Accumulated Leap Seconds=35 + { 2456792.50, 67.449405 }, //15 May 2014, UT1-UTC=-0.2654046, Accumulated Leap Seconds=35 + { 2456793.50, 67.450433 }, //16 May 2014, UT1-UTC=-0.2664327, Accumulated Leap Seconds=35 + { 2456794.50, 67.451429 }, //17 May 2014, UT1-UTC=-0.2674294, Accumulated Leap Seconds=35 + { 2456795.50, 67.452474 }, //18 May 2014, UT1-UTC=-0.2684738, Accumulated Leap Seconds=35 + { 2456796.50, 67.453612 }, //19 May 2014, UT1-UTC=-0.2696121, Accumulated Leap Seconds=35 + { 2456797.50, 67.454892 }, //20 May 2014, UT1-UTC=-0.2708920, Accumulated Leap Seconds=35 + { 2456798.50, 67.456293 }, //21 May 2014, UT1-UTC=-0.2722925, Accumulated Leap Seconds=35 + { 2456799.50, 67.457770 }, //22 May 2014, UT1-UTC=-0.2737699, Accumulated Leap Seconds=35 + { 2456800.50, 67.459218 }, //23 May 2014, UT1-UTC=-0.2752180, Accumulated Leap Seconds=35 + { 2456801.50, 67.460642 }, //24 May 2014, UT1-UTC=-0.2766420, Accumulated Leap Seconds=35 + { 2456802.50, 67.461920 }, //25 May 2014, UT1-UTC=-0.2779204, Accumulated Leap Seconds=35 + { 2456803.50, 67.463023 }, //26 May 2014, UT1-UTC=-0.2790232, Accumulated Leap Seconds=35 + { 2456804.50, 67.463955 }, //27 May 2014, UT1-UTC=-0.2799550, Accumulated Leap Seconds=35 + { 2456805.50, 67.464711 }, //28 May 2014, UT1-UTC=-0.2807109, Accumulated Leap Seconds=35 + { 2456806.50, 67.465341 }, //29 May 2014, UT1-UTC=-0.2813415, Accumulated Leap Seconds=35 + { 2456807.50, 67.465827 }, //30 May 2014, UT1-UTC=-0.2818273, Accumulated Leap Seconds=35 + { 2456808.50, 67.466232 }, //31 May 2014, UT1-UTC=-0.2822320, Accumulated Leap Seconds=35 + { 2456809.50, 67.466621 }, //01 June 2014, UT1-UTC=-0.2826209, Accumulated Leap Seconds=35 + { 2456810.50, 67.467039 }, //02 June 2014, UT1-UTC=-0.2830388, Accumulated Leap Seconds=35 + { 2456811.50, 67.467486 }, //03 June 2014, UT1-UTC=-0.2834856, Accumulated Leap Seconds=35 + { 2456812.50, 67.467976 }, //04 June 2014, UT1-UTC=-0.2839761, Accumulated Leap Seconds=35 + { 2456813.50, 67.468584 }, //05 June 2014, UT1-UTC=-0.2845840, Accumulated Leap Seconds=35 + { 2456814.50, 67.469218 }, //06 June 2014, UT1-UTC=-0.2852180, Accumulated Leap Seconds=35 + { 2456815.50, 67.469951 }, //07 June 2014, UT1-UTC=-0.2859513, Accumulated Leap Seconds=35 + { 2456816.50, 67.470692 }, //08 June 2014, UT1-UTC=-0.2866921, Accumulated Leap Seconds=35 + { 2456817.50, 67.471393 }, //09 June 2014, UT1-UTC=-0.2873932, Accumulated Leap Seconds=35 + { 2456818.50, 67.472067 }, //10 June 2014, UT1-UTC=-0.2880675, Accumulated Leap Seconds=35 + { 2456819.50, 67.472762 }, //11 June 2014, UT1-UTC=-0.2887623, Accumulated Leap Seconds=35 + { 2456820.50, 67.473396 }, //12 June 2014, UT1-UTC=-0.2893958, Accumulated Leap Seconds=35 + { 2456821.50, 67.474041 }, //13 June 2014, UT1-UTC=-0.2900413, Accumulated Leap Seconds=35 + { 2456822.50, 67.474694 }, //14 June 2014, UT1-UTC=-0.2906944, Accumulated Leap Seconds=35 + { 2456823.50, 67.475433 }, //15 June 2014, UT1-UTC=-0.2914330, Accumulated Leap Seconds=35 + { 2456824.50, 67.476261 }, //16 June 2014, UT1-UTC=-0.2922606, Accumulated Leap Seconds=35 + { 2456825.50, 67.477230 }, //17 June 2014, UT1-UTC=-0.2932302, Accumulated Leap Seconds=35 + { 2456826.50, 67.478370 }, //18 June 2014, UT1-UTC=-0.2943704, Accumulated Leap Seconds=35 + { 2456827.50, 67.479504 }, //19 June 2014, UT1-UTC=-0.2955044, Accumulated Leap Seconds=35 + { 2456828.50, 67.480679 }, //20 June 2014, UT1-UTC=-0.2966786, Accumulated Leap Seconds=35 + { 2456829.50, 67.481746 }, //21 June 2014, UT1-UTC=-0.2977463, Accumulated Leap Seconds=35 + { 2456830.50, 67.482677 }, //22 June 2014, UT1-UTC=-0.2986769, Accumulated Leap Seconds=35 + { 2456831.50, 67.483400 }, //23 June 2014, UT1-UTC=-0.2994001, Accumulated Leap Seconds=35 + { 2456832.50, 67.483990 }, //24 June 2014, UT1-UTC=-0.2999901, Accumulated Leap Seconds=35 + { 2456833.50, 67.484390 }, //25 June 2014, UT1-UTC=-0.3003898, Accumulated Leap Seconds=35 + { 2456834.50, 67.484713 }, //26 June 2014, UT1-UTC=-0.3007127, Accumulated Leap Seconds=35 + { 2456835.50, 67.484870 }, //27 June 2014, UT1-UTC=-0.3008696, Accumulated Leap Seconds=35 + { 2456836.50, 67.485012 }, //28 June 2014, UT1-UTC=-0.3010117, Accumulated Leap Seconds=35 + { 2456837.50, 67.485232 }, //29 June 2014, UT1-UTC=-0.3012320, Accumulated Leap Seconds=35 + { 2456838.50, 67.485519 }, //30 June 2014, UT1-UTC=-0.3015187, Accumulated Leap Seconds=35 + { 2456839.50, 67.485846 }, //01 July 2014, UT1-UTC=-0.3018459, Accumulated Leap Seconds=35 + { 2456840.50, 67.486218 }, //02 July 2014, UT1-UTC=-0.3022180, Accumulated Leap Seconds=35 + { 2456841.50, 67.486686 }, //03 July 2014, UT1-UTC=-0.3026865, Accumulated Leap Seconds=35 + { 2456842.50, 67.487236 }, //04 July 2014, UT1-UTC=-0.3032358, Accumulated Leap Seconds=35 + { 2456843.50, 67.487772 }, //05 July 2014, UT1-UTC=-0.3037720, Accumulated Leap Seconds=35 + { 2456844.50, 67.488274 }, //06 July 2014, UT1-UTC=-0.3042743, Accumulated Leap Seconds=35 + { 2456845.50, 67.488703 }, //07 July 2014, UT1-UTC=-0.3047034, Accumulated Leap Seconds=35 + { 2456846.50, 67.489050 }, //08 July 2014, UT1-UTC=-0.3050498, Accumulated Leap Seconds=35 + { 2456847.50, 67.489353 }, //09 July 2014, UT1-UTC=-0.3053529, Accumulated Leap Seconds=35 + { 2456848.50, 67.489617 }, //10 July 2014, UT1-UTC=-0.3056174, Accumulated Leap Seconds=35 + { 2456849.50, 67.489971 }, //11 July 2014, UT1-UTC=-0.3059711, Accumulated Leap Seconds=35 + { 2456850.50, 67.490370 }, //12 July 2014, UT1-UTC=-0.3063702, Accumulated Leap Seconds=35 + { 2456851.50, 67.490912 }, //13 July 2014, UT1-UTC=-0.3069123, Accumulated Leap Seconds=35 + { 2456852.50, 67.491626 }, //14 July 2014, UT1-UTC=-0.3076262, Accumulated Leap Seconds=35 + { 2456853.50, 67.492508 }, //15 July 2014, UT1-UTC=-0.3085082, Accumulated Leap Seconds=35 + { 2456854.50, 67.493416 }, //16 July 2014, UT1-UTC=-0.3094163, Accumulated Leap Seconds=35 + { 2456855.50, 67.494345 }, //17 July 2014, UT1-UTC=-0.3103450, Accumulated Leap Seconds=35 + { 2456856.50, 67.495170 }, //18 July 2014, UT1-UTC=-0.3111697, Accumulated Leap Seconds=35 + { 2456857.50, 67.495876 }, //19 July 2014, UT1-UTC=-0.3118756, Accumulated Leap Seconds=35 + { 2456858.50, 67.496422 }, //20 July 2014, UT1-UTC=-0.3124224, Accumulated Leap Seconds=35 + { 2456859.50, 67.496771 }, //21 July 2014, UT1-UTC=-0.3127713, Accumulated Leap Seconds=35 + { 2456860.50, 67.496985 }, //22 July 2014, UT1-UTC=-0.3129852, Accumulated Leap Seconds=35 + { 2456861.50, 67.497090 }, //23 July 2014, UT1-UTC=-0.3130897, Accumulated Leap Seconds=35 + { 2456862.50, 67.497107 }, //24 July 2014, UT1-UTC=-0.3131074, Accumulated Leap Seconds=35 + { 2456863.50, 67.497146 }, //25 July 2014, UT1-UTC=-0.3131465, Accumulated Leap Seconds=35 + { 2456864.50, 67.497177 }, //26 July 2014, UT1-UTC=-0.3131767, Accumulated Leap Seconds=35 + { 2456865.50, 67.497268 }, //27 July 2014, UT1-UTC=-0.3132680, Accumulated Leap Seconds=35 + { 2456866.50, 67.497426 }, //28 July 2014, UT1-UTC=-0.3134264, Accumulated Leap Seconds=35 + { 2456867.50, 67.497654 }, //29 July 2014, UT1-UTC=-0.3136543, Accumulated Leap Seconds=35 + { 2456868.50, 67.498028 }, //30 July 2014, UT1-UTC=-0.3140280, Accumulated Leap Seconds=35 + { 2456869.50, 67.498460 }, //31 July 2014, UT1-UTC=-0.3144596, Accumulated Leap Seconds=35 + { 2456870.50, 67.498915 }, //01 August 2014, UT1-UTC=-0.3149147, Accumulated Leap Seconds=35 + { 2456871.50, 67.499317 }, //02 August 2014, UT1-UTC=-0.3153168, Accumulated Leap Seconds=35 + { 2456872.50, 67.499648 }, //03 August 2014, UT1-UTC=-0.3156480, Accumulated Leap Seconds=35 + { 2456873.50, 67.499924 }, //04 August 2014, UT1-UTC=-0.3159244, Accumulated Leap Seconds=35 + { 2456874.50, 67.500111 }, //05 August 2014, UT1-UTC=-0.3161113, Accumulated Leap Seconds=35 + { 2456875.50, 67.500239 }, //06 August 2014, UT1-UTC=-0.3162391, Accumulated Leap Seconds=35 + { 2456876.50, 67.500321 }, //07 August 2014, UT1-UTC=-0.3163210, Accumulated Leap Seconds=35 + { 2456877.50, 67.500406 }, //08 August 2014, UT1-UTC=-0.3164063, Accumulated Leap Seconds=35 + { 2456878.50, 67.500658 }, //09 August 2014, UT1-UTC=-0.3166580, Accumulated Leap Seconds=35 + { 2456879.50, 67.501055 }, //10 August 2014, UT1-UTC=-0.3170554, Accumulated Leap Seconds=35 + { 2456880.50, 67.501657 }, //11 August 2014, UT1-UTC=-0.3176567, Accumulated Leap Seconds=35 + { 2456881.50, 67.502368 }, //12 August 2014, UT1-UTC=-0.3183680, Accumulated Leap Seconds=35 + { 2456882.50, 67.503187 }, //13 August 2014, UT1-UTC=-0.3191870, Accumulated Leap Seconds=35 + { 2456883.50, 67.504041 }, //14 August 2014, UT1-UTC=-0.3200406, Accumulated Leap Seconds=35 + { 2456884.50, 67.504799 }, //15 August 2014, UT1-UTC=-0.3207990, Accumulated Leap Seconds=35 + { 2456885.50, 67.505429 }, //16 August 2014, UT1-UTC=-0.3214286, Accumulated Leap Seconds=35 + { 2456886.50, 67.505928 }, //17 August 2014, UT1-UTC=-0.3219281, Accumulated Leap Seconds=35 + { 2456887.50, 67.506346 }, //18 August 2014, UT1-UTC=-0.3223465, Accumulated Leap Seconds=35 + { 2456888.50, 67.506664 }, //19 August 2014, UT1-UTC=-0.3226636, Accumulated Leap Seconds=35 + { 2456889.50, 67.506854 }, //20 August 2014, UT1-UTC=-0.3228541, Accumulated Leap Seconds=35 + { 2456890.50, 67.507049 }, //21 August 2014, UT1-UTC=-0.3230495, Accumulated Leap Seconds=35 + { 2456891.50, 67.507215 }, //22 August 2014, UT1-UTC=-0.3232151, Accumulated Leap Seconds=35 + { 2456892.50, 67.507438 }, //23 August 2014, UT1-UTC=-0.3234376, Accumulated Leap Seconds=35 + { 2456893.50, 67.507669 }, //24 August 2014, UT1-UTC=-0.3236686, Accumulated Leap Seconds=35 + { 2456894.50, 67.507899 }, //25 August 2014, UT1-UTC=-0.3238992, Accumulated Leap Seconds=35 + { 2456895.50, 67.508194 }, //26 August 2014, UT1-UTC=-0.3241938, Accumulated Leap Seconds=35 + { 2456896.50, 67.508590 }, //27 August 2014, UT1-UTC=-0.3245904, Accumulated Leap Seconds=35 + { 2456897.50, 67.509072 }, //28 August 2014, UT1-UTC=-0.3250723, Accumulated Leap Seconds=35 + { 2456898.50, 67.509570 }, //29 August 2014, UT1-UTC=-0.3255697, Accumulated Leap Seconds=35 + { 2456899.50, 67.510057 }, //30 August 2014, UT1-UTC=-0.3260573, Accumulated Leap Seconds=35 + { 2456900.50, 67.510587 }, //31 August 2014, UT1-UTC=-0.3265866, Accumulated Leap Seconds=35 + { 2456901.50, 67.511094 }, //01 September 2014, UT1-UTC=-0.3270936, Accumulated Leap Seconds=35 + { 2456902.50, 67.511619 }, //02 September 2014, UT1-UTC=-0.3276187, Accumulated Leap Seconds=35 + { 2456903.50, 67.512138 }, //03 September 2014, UT1-UTC=-0.3281385, Accumulated Leap Seconds=35 + { 2456904.50, 67.512692 }, //04 September 2014, UT1-UTC=-0.3286925, Accumulated Leap Seconds=35 + { 2456905.50, 67.513271 }, //05 September 2014, UT1-UTC=-0.3292707, Accumulated Leap Seconds=35 + { 2456906.50, 67.514045 }, //06 September 2014, UT1-UTC=-0.3300446, Accumulated Leap Seconds=35 + { 2456907.50, 67.514979 }, //07 September 2014, UT1-UTC=-0.3309788, Accumulated Leap Seconds=35 + { 2456908.50, 67.516107 }, //08 September 2014, UT1-UTC=-0.3321068, Accumulated Leap Seconds=35 + { 2456909.50, 67.517386 }, //09 September 2014, UT1-UTC=-0.3333858, Accumulated Leap Seconds=35 + { 2456910.50, 67.518691 }, //10 September 2014, UT1-UTC=-0.3346911, Accumulated Leap Seconds=35 + { 2456911.50, 67.519894 }, //11 September 2014, UT1-UTC=-0.3358939, Accumulated Leap Seconds=35 + { 2456912.50, 67.520934 }, //12 September 2014, UT1-UTC=-0.3369338, Accumulated Leap Seconds=35 + { 2456913.50, 67.521770 }, //13 September 2014, UT1-UTC=-0.3377698, Accumulated Leap Seconds=35 + { 2456914.50, 67.522477 }, //14 September 2014, UT1-UTC=-0.3384770, Accumulated Leap Seconds=35 + { 2456915.50, 67.523096 }, //15 September 2014, UT1-UTC=-0.3390958, Accumulated Leap Seconds=35 + { 2456916.50, 67.523670 }, //16 September 2014, UT1-UTC=-0.3396704, Accumulated Leap Seconds=35 + { 2456917.50, 67.524259 }, //17 September 2014, UT1-UTC=-0.3402588, Accumulated Leap Seconds=35 + { 2456918.50, 67.524930 }, //18 September 2014, UT1-UTC=-0.3409302, Accumulated Leap Seconds=35 + { 2456919.50, 67.525610 }, //19 September 2014, UT1-UTC=-0.3416097, Accumulated Leap Seconds=35 + { 2456920.50, 67.526311 }, //20 September 2014, UT1-UTC=-0.3423108, Accumulated Leap Seconds=35 + { 2456921.50, 67.527060 }, //21 September 2014, UT1-UTC=-0.3430601, Accumulated Leap Seconds=35 + { 2456922.50, 67.527905 }, //22 September 2014, UT1-UTC=-0.3439051, Accumulated Leap Seconds=35 + { 2456923.50, 67.528834 }, //23 September 2014, UT1-UTC=-0.3448340, Accumulated Leap Seconds=35 + { 2456924.50, 67.529702 }, //24 September 2014, UT1-UTC=-0.3457021, Accumulated Leap Seconds=35 + { 2456925.50, 67.530665 }, //25 September 2014, UT1-UTC=-0.3466653, Accumulated Leap Seconds=35 + { 2456926.50, 67.531574 }, //26 September 2014, UT1-UTC=-0.3475740, Accumulated Leap Seconds=35 + { 2456927.50, 67.532366 }, //27 September 2014, UT1-UTC=-0.3483662, Accumulated Leap Seconds=35 + { 2456928.50, 67.533132 }, //28 September 2014, UT1-UTC=-0.3491320, Accumulated Leap Seconds=35 + { 2456929.50, 67.533840 }, //29 September 2014, UT1-UTC=-0.3498404, Accumulated Leap Seconds=35 + { 2456930.50, 67.534560 }, //30 September 2014, UT1-UTC=-0.3505599, Accumulated Leap Seconds=35 + { 2456931.50, 67.535266 }, //01 October 2014, UT1-UTC=-0.3512658, Accumulated Leap Seconds=35 + { 2456932.50, 67.536054 }, //02 October 2014, UT1-UTC=-0.3520544, Accumulated Leap Seconds=35 + { 2456933.50, 67.536914 }, //03 October 2014, UT1-UTC=-0.3529137, Accumulated Leap Seconds=35 + { 2456934.50, 67.538004 }, //04 October 2014, UT1-UTC=-0.3540035, Accumulated Leap Seconds=35 + { 2456935.50, 67.539299 }, //05 October 2014, UT1-UTC=-0.3552989, Accumulated Leap Seconds=35 + { 2456936.50, 67.540741 }, //06 October 2014, UT1-UTC=-0.3567413, Accumulated Leap Seconds=35 + { 2456937.50, 67.542296 }, //07 October 2014, UT1-UTC=-0.3582963, Accumulated Leap Seconds=35 + { 2456938.50, 67.543948 }, //08 October 2014, UT1-UTC=-0.3599479, Accumulated Leap Seconds=35 + { 2456939.50, 67.545468 }, //09 October 2014, UT1-UTC=-0.3614677, Accumulated Leap Seconds=35 + { 2456940.50, 67.546825 }, //10 October 2014, UT1-UTC=-0.3628252, Accumulated Leap Seconds=35 + { 2456941.50, 67.548000 }, //11 October 2014, UT1-UTC=-0.3640000, Accumulated Leap Seconds=35 + { 2456942.50, 67.549093 }, //12 October 2014, UT1-UTC=-0.3650925, Accumulated Leap Seconds=35 + { 2456943.50, 67.550112 }, //13 October 2014, UT1-UTC=-0.3661121, Accumulated Leap Seconds=35 + { 2456944.50, 67.551029 }, //14 October 2014, UT1-UTC=-0.3670286, Accumulated Leap Seconds=35 + { 2456945.50, 67.551912 }, //15 October 2014, UT1-UTC=-0.3679116, Accumulated Leap Seconds=35 + { 2456946.50, 67.552825 }, //16 October 2014, UT1-UTC=-0.3688248, Accumulated Leap Seconds=35 + { 2456947.50, 67.553788 }, //17 October 2014, UT1-UTC=-0.3697884, Accumulated Leap Seconds=35 + { 2456948.50, 67.554758 }, //18 October 2014, UT1-UTC=-0.3707585, Accumulated Leap Seconds=35 + { 2456949.50, 67.555860 }, //19 October 2014, UT1-UTC=-0.3718601, Accumulated Leap Seconds=35 + { 2456950.50, 67.557023 }, //20 October 2014, UT1-UTC=-0.3730225, Accumulated Leap Seconds=35 + { 2456951.50, 67.558284 }, //21 October 2014, UT1-UTC=-0.3742835, Accumulated Leap Seconds=35 + { 2456952.50, 67.559622 }, //22 October 2014, UT1-UTC=-0.3756224, Accumulated Leap Seconds=35 + { 2456953.50, 67.561027 }, //23 October 2014, UT1-UTC=-0.3770269, Accumulated Leap Seconds=35 + { 2456954.50, 67.562297 }, //24 October 2014, UT1-UTC=-0.3782970, Accumulated Leap Seconds=35 + { 2456955.50, 67.563481 }, //25 October 2014, UT1-UTC=-0.3794815, Accumulated Leap Seconds=35 + { 2456956.50, 67.564589 }, //26 October 2014, UT1-UTC=-0.3805888, Accumulated Leap Seconds=35 + { 2456957.50, 67.565604 }, //27 October 2014, UT1-UTC=-0.3816040, Accumulated Leap Seconds=35 + { 2456958.50, 67.566589 }, //28 October 2014, UT1-UTC=-0.3825892, Accumulated Leap Seconds=35 + { 2456959.50, 67.567593 }, //29 October 2014, UT1-UTC=-0.3835930, Accumulated Leap Seconds=35 + { 2456960.50, 67.568672 }, //30 October 2014, UT1-UTC=-0.3846721, Accumulated Leap Seconds=35 + { 2456961.50, 67.569820 }, //31 October 2014, UT1-UTC=-0.3858203, Accumulated Leap Seconds=35 + { 2456962.50, 67.571103 }, //01 November 2014, UT1-UTC=-0.3871030, Accumulated Leap Seconds=35 + { 2456963.50, 67.572635 }, //02 November 2014, UT1-UTC=-0.3886351, Accumulated Leap Seconds=35 + { 2456964.50, 67.574328 }, //03 November 2014, UT1-UTC=-0.3903277, Accumulated Leap Seconds=35 + { 2456965.50, 67.576018 }, //04 November 2014, UT1-UTC=-0.3920178, Accumulated Leap Seconds=35 + { 2456966.50, 67.577656 }, //05 November 2014, UT1-UTC=-0.3936560, Accumulated Leap Seconds=35 + { 2456967.50, 67.579175 }, //06 November 2014, UT1-UTC=-0.3951751, Accumulated Leap Seconds=35 + { 2456968.50, 67.580518 }, //07 November 2014, UT1-UTC=-0.3965180, Accumulated Leap Seconds=35 + { 2456969.50, 67.581751 }, //08 November 2014, UT1-UTC=-0.3977507, Accumulated Leap Seconds=35 + { 2456970.50, 67.582760 }, //09 November 2014, UT1-UTC=-0.3987604, Accumulated Leap Seconds=35 + { 2456971.50, 67.583661 }, //10 November 2014, UT1-UTC=-0.3996613, Accumulated Leap Seconds=35 + { 2456972.50, 67.584526 }, //11 November 2014, UT1-UTC=-0.4005263, Accumulated Leap Seconds=35 + { 2456973.50, 67.585359 }, //12 November 2014, UT1-UTC=-0.4013595, Accumulated Leap Seconds=35 + { 2456974.50, 67.586274 }, //13 November 2014, UT1-UTC=-0.4022739, Accumulated Leap Seconds=35 + { 2456975.50, 67.587227 }, //14 November 2014, UT1-UTC=-0.4032271, Accumulated Leap Seconds=35 + { 2456976.50, 67.588234 }, //15 November 2014, UT1-UTC=-0.4042344, Accumulated Leap Seconds=35 + { 2456977.50, 67.589284 }, //16 November 2014, UT1-UTC=-0.4052845, Accumulated Leap Seconds=35 + { 2456978.50, 67.590443 }, //17 November 2014, UT1-UTC=-0.4064431, Accumulated Leap Seconds=35 + { 2456979.50, 67.591688 }, //18 November 2014, UT1-UTC=-0.4076876, Accumulated Leap Seconds=35 + { 2456980.50, 67.592951 }, //19 November 2014, UT1-UTC=-0.4089511, Accumulated Leap Seconds=35 + { 2456981.50, 67.594198 }, //20 November 2014, UT1-UTC=-0.4101976, Accumulated Leap Seconds=35 + { 2456982.50, 67.595347 }, //21 November 2014, UT1-UTC=-0.4113468, Accumulated Leap Seconds=35 + { 2456983.50, 67.596448 }, //22 November 2014, UT1-UTC=-0.4124480, Accumulated Leap Seconds=35 + { 2456984.50, 67.597509 }, //23 November 2014, UT1-UTC=-0.4135088, Accumulated Leap Seconds=35 + { 2456985.50, 67.598526 }, //24 November 2014, UT1-UTC=-0.4145265, Accumulated Leap Seconds=35 + { 2456986.50, 67.599529 }, //25 November 2014, UT1-UTC=-0.4155291, Accumulated Leap Seconds=35 + { 2456987.50, 67.600517 }, //26 November 2014, UT1-UTC=-0.4165166, Accumulated Leap Seconds=35 + { 2456988.50, 67.601551 }, //27 November 2014, UT1-UTC=-0.4175513, Accumulated Leap Seconds=35 + { 2456989.50, 67.602716 }, //28 November 2014, UT1-UTC=-0.4187161, Accumulated Leap Seconds=35 + { 2456990.50, 67.604060 }, //29 November 2014, UT1-UTC=-0.4200603, Accumulated Leap Seconds=35 + { 2456991.50, 67.605512 }, //30 November 2014, UT1-UTC=-0.4215121, Accumulated Leap Seconds=35 + { 2456992.50, 67.607025 }, //01 December 2014, UT1-UTC=-0.4230253, Accumulated Leap Seconds=35 + { 2456993.50, 67.608487 }, //02 December 2014, UT1-UTC=-0.4244870, Accumulated Leap Seconds=35 + { 2456994.50, 67.609879 }, //03 December 2014, UT1-UTC=-0.4258790, Accumulated Leap Seconds=35 + { 2456995.50, 67.611213 }, //04 December 2014, UT1-UTC=-0.4272133, Accumulated Leap Seconds=35 + { 2456996.50, 67.612434 }, //05 December 2014, UT1-UTC=-0.4284339, Accumulated Leap Seconds=35 + { 2456997.50, 67.613539 }, //06 December 2014, UT1-UTC=-0.4295389, Accumulated Leap Seconds=35 + { 2456998.50, 67.614507 }, //07 December 2014, UT1-UTC=-0.4305074, Accumulated Leap Seconds=35 + { 2456999.50, 67.615454 }, //08 December 2014, UT1-UTC=-0.4314540, Accumulated Leap Seconds=35 + { 2457000.50, 67.616441 }, //09 December 2014, UT1-UTC=-0.4324409, Accumulated Leap Seconds=35 + { 2457001.50, 67.617477 }, //10 December 2014, UT1-UTC=-0.4334773, Accumulated Leap Seconds=35 + { 2457002.50, 67.618536 }, //11 December 2014, UT1-UTC=-0.4345364, Accumulated Leap Seconds=35 + { 2457003.50, 67.619705 }, //12 December 2014, UT1-UTC=-0.4357052, Accumulated Leap Seconds=35 + { 2457004.50, 67.620938 }, //13 December 2014, UT1-UTC=-0.4369381, Accumulated Leap Seconds=35 + { 2457005.50, 67.622162 }, //14 December 2014, UT1-UTC=-0.4381615, Accumulated Leap Seconds=35 + { 2457006.50, 67.623386 }, //15 December 2014, UT1-UTC=-0.4393863, Accumulated Leap Seconds=35 + { 2457007.50, 67.624656 }, //16 December 2014, UT1-UTC=-0.4406563, Accumulated Leap Seconds=35 + { 2457008.50, 67.625969 }, //17 December 2014, UT1-UTC=-0.4419688, Accumulated Leap Seconds=35 + { 2457009.50, 67.627209 }, //18 December 2014, UT1-UTC=-0.4432094, Accumulated Leap Seconds=35 + { 2457010.50, 67.628393 }, //19 December 2014, UT1-UTC=-0.4443930, Accumulated Leap Seconds=35 + { 2457011.50, 67.629474 }, //20 December 2014, UT1-UTC=-0.4454738, Accumulated Leap Seconds=35 + { 2457012.50, 67.630456 }, //21 December 2014, UT1-UTC=-0.4464559, Accumulated Leap Seconds=35 + { 2457013.50, 67.631371 }, //22 December 2014, UT1-UTC=-0.4473714, Accumulated Leap Seconds=35 + { 2457014.50, 67.632345 }, //23 December 2014, UT1-UTC=-0.4483446, Accumulated Leap Seconds=35 + { 2457015.50, 67.633404 }, //24 December 2014, UT1-UTC=-0.4494041, Accumulated Leap Seconds=35 + { 2457016.50, 67.634579 }, //25 December 2014, UT1-UTC=-0.4505794, Accumulated Leap Seconds=35 + { 2457017.50, 67.635943 }, //26 December 2014, UT1-UTC=-0.4519435, Accumulated Leap Seconds=35 + { 2457018.50, 67.637371 }, //27 December 2014, UT1-UTC=-0.4533706, Accumulated Leap Seconds=35 + { 2457019.50, 67.638883 }, //28 December 2014, UT1-UTC=-0.4548828, Accumulated Leap Seconds=35 + { 2457020.50, 67.640386 }, //29 December 2014, UT1-UTC=-0.4563856, Accumulated Leap Seconds=35 + { 2457021.50, 67.641717 }, //30 December 2014, UT1-UTC=-0.4577165, Accumulated Leap Seconds=35 + { 2457022.50, 67.642892 }, //31 December 2014, UT1-UTC=-0.4588917, Accumulated Leap Seconds=35 + { 2457023.50, 67.643917 }, //01 January 2015, UT1-UTC=-0.4599167, Accumulated Leap Seconds=35 + { 2457024.50, 67.644830 }, //02 January 2015, UT1-UTC=-0.4608302, Accumulated Leap Seconds=35 + { 2457025.50, 67.645654 }, //03 January 2015, UT1-UTC=-0.4616545, Accumulated Leap Seconds=35 + { 2457026.50, 67.646376 }, //04 January 2015, UT1-UTC=-0.4623764, Accumulated Leap Seconds=35 + { 2457027.50, 67.646997 }, //05 January 2015, UT1-UTC=-0.4629975, Accumulated Leap Seconds=35 + { 2457028.50, 67.647658 }, //06 January 2015, UT1-UTC=-0.4636584, Accumulated Leap Seconds=35 + { 2457029.50, 67.648314 }, //07 January 2015, UT1-UTC=-0.4643139, Accumulated Leap Seconds=35 + { 2457030.50, 67.649089 }, //08 January 2015, UT1-UTC=-0.4650890, Accumulated Leap Seconds=35 + { 2457031.50, 67.650012 }, //09 January 2015, UT1-UTC=-0.4660117, Accumulated Leap Seconds=35 + { 2457032.50, 67.651061 }, //10 January 2015, UT1-UTC=-0.4670609, Accumulated Leap Seconds=35 + { 2457033.50, 67.652187 }, //11 January 2015, UT1-UTC=-0.4681869, Accumulated Leap Seconds=35 + { 2457034.50, 67.653291 }, //12 January 2015, UT1-UTC=-0.4692912, Accumulated Leap Seconds=35 + { 2457035.50, 67.654390 }, //13 January 2015, UT1-UTC=-0.4703905, Accumulated Leap Seconds=35 + { 2457036.50, 67.655531 }, //14 January 2015, UT1-UTC=-0.4715311, Accumulated Leap Seconds=35 + { 2457037.50, 67.656678 }, //15 January 2015, UT1-UTC=-0.4726777, Accumulated Leap Seconds=35 + { 2457038.50, 67.657783 }, //16 January 2015, UT1-UTC=-0.4737830, Accumulated Leap Seconds=35 + { 2457039.50, 67.658894 }, //17 January 2015, UT1-UTC=-0.4748937, Accumulated Leap Seconds=35 + { 2457040.50, 67.659944 }, //18 January 2015, UT1-UTC=-0.4759444, Accumulated Leap Seconds=35 + { 2457041.50, 67.661020 }, //19 January 2015, UT1-UTC=-0.4770205, Accumulated Leap Seconds=35 + { 2457042.50, 67.662158 }, //20 January 2015, UT1-UTC=-0.4781581, Accumulated Leap Seconds=35 + { 2457043.50, 67.663385 }, //21 January 2015, UT1-UTC=-0.4793853, Accumulated Leap Seconds=35 + { 2457044.50, 67.664814 }, //22 January 2015, UT1-UTC=-0.4808142, Accumulated Leap Seconds=35 + { 2457045.50, 67.666341 }, //23 January 2015, UT1-UTC=-0.4823410, Accumulated Leap Seconds=35 + { 2457046.50, 67.667859 }, //24 January 2015, UT1-UTC=-0.4838588, Accumulated Leap Seconds=35 + { 2457047.50, 67.669455 }, //25 January 2015, UT1-UTC=-0.4854546, Accumulated Leap Seconds=35 + { 2457048.50, 67.670784 }, //26 January 2015, UT1-UTC=-0.4867840, Accumulated Leap Seconds=35 + { 2457049.50, 67.672007 }, //27 January 2015, UT1-UTC=-0.4880067, Accumulated Leap Seconds=35 + { 2457050.50, 67.673063 }, //28 January 2015, UT1-UTC=-0.4890626, Accumulated Leap Seconds=35 + { 2457051.50, 67.673980 }, //29 January 2015, UT1-UTC=-0.4899801, Accumulated Leap Seconds=35 + { 2457052.50, 67.674823 }, //30 January 2015, UT1-UTC=-0.4908230, Accumulated Leap Seconds=35 + { 2457053.50, 67.675658 }, //31 January 2015, UT1-UTC=-0.4916583, Accumulated Leap Seconds=35 + { 2457054.50, 67.676527 }, //01 February 2015, UT1-UTC=-0.4925272, Accumulated Leap Seconds=35 + { 2457055.50, 67.677426 }, //02 February 2015, UT1-UTC=-0.4934260, Accumulated Leap Seconds=35 + { 2457056.50, 67.678431 }, //03 February 2015, UT1-UTC=-0.4944307, Accumulated Leap Seconds=35 + { 2457057.50, 67.679514 }, //04 February 2015, UT1-UTC=-0.4955137, Accumulated Leap Seconds=35 + { 2457058.50, 67.680649 }, //05 February 2015, UT1-UTC=-0.4966490, Accumulated Leap Seconds=35 + { 2457059.50, 67.681863 }, //06 February 2015, UT1-UTC=-0.4978631, Accumulated Leap Seconds=35 + { 2457060.50, 67.683144 }, //07 February 2015, UT1-UTC=-0.4991436, Accumulated Leap Seconds=35 + { 2457061.50, 67.684517 }, //08 February 2015, UT1-UTC=-0.5005175, Accumulated Leap Seconds=35 + { 2457062.50, 67.685881 }, //09 February 2015, UT1-UTC=-0.5018809, Accumulated Leap Seconds=35 + { 2457063.50, 67.687163 }, //10 February 2015, UT1-UTC=-0.5031630, Accumulated Leap Seconds=35 + { 2457064.50, 67.688359 }, //11 February 2015, UT1-UTC=-0.5043586, Accumulated Leap Seconds=35 + { 2457065.50, 67.689528 }, //12 February 2015, UT1-UTC=-0.5055278, Accumulated Leap Seconds=35 + { 2457066.50, 67.690702 }, //13 February 2015, UT1-UTC=-0.5067017, Accumulated Leap Seconds=35 + { 2457067.50, 67.691896 }, //14 February 2015, UT1-UTC=-0.5078957, Accumulated Leap Seconds=35 + { 2457068.50, 67.693055 }, //15 February 2015, UT1-UTC=-0.5090549, Accumulated Leap Seconds=35 + { 2457069.50, 67.694276 }, //16 February 2015, UT1-UTC=-0.5102758, Accumulated Leap Seconds=35 + { 2457070.50, 67.695588 }, //17 February 2015, UT1-UTC=-0.5115883, Accumulated Leap Seconds=35 + { 2457071.50, 67.697078 }, //18 February 2015, UT1-UTC=-0.5130784, Accumulated Leap Seconds=35 + { 2457072.50, 67.698756 }, //19 February 2015, UT1-UTC=-0.5147561, Accumulated Leap Seconds=35 + { 2457073.50, 67.700508 }, //20 February 2015, UT1-UTC=-0.5165075, Accumulated Leap Seconds=35 + { 2457074.50, 67.702267 }, //21 February 2015, UT1-UTC=-0.5182666, Accumulated Leap Seconds=35 + { 2457075.50, 67.703952 }, //22 February 2015, UT1-UTC=-0.5199520, Accumulated Leap Seconds=35 + { 2457076.50, 67.705510 }, //23 February 2015, UT1-UTC=-0.5215099, Accumulated Leap Seconds=35 + { 2457077.50, 67.706888 }, //24 February 2015, UT1-UTC=-0.5228885, Accumulated Leap Seconds=35 + { 2457078.50, 67.708022 }, //25 February 2015, UT1-UTC=-0.5240220, Accumulated Leap Seconds=35 + { 2457079.50, 67.709021 }, //26 February 2015, UT1-UTC=-0.5250211, Accumulated Leap Seconds=35 + { 2457080.50, 67.709928 }, //27 February 2015, UT1-UTC=-0.5259277, Accumulated Leap Seconds=35 + { 2457081.50, 67.710800 }, //28 February 2015, UT1-UTC=-0.5268002, Accumulated Leap Seconds=35 + { 2457082.50, 67.711669 }, //01 March 2015, UT1-UTC=-0.5276693, Accumulated Leap Seconds=35 + { 2457083.50, 67.712586 }, //02 March 2015, UT1-UTC=-0.5285859, Accumulated Leap Seconds=35 + { 2457084.50, 67.713570 }, //03 March 2015, UT1-UTC=-0.5295700, Accumulated Leap Seconds=35 + { 2457085.50, 67.714606 }, //04 March 2015, UT1-UTC=-0.5306064, Accumulated Leap Seconds=35 + { 2457086.50, 67.715740 }, //05 March 2015, UT1-UTC=-0.5317397, Accumulated Leap Seconds=35 + { 2457087.50, 67.716877 }, //06 March 2015, UT1-UTC=-0.5328766, Accumulated Leap Seconds=35 + { 2457088.50, 67.718098 }, //07 March 2015, UT1-UTC=-0.5340977, Accumulated Leap Seconds=35 + { 2457089.50, 67.719343 }, //08 March 2015, UT1-UTC=-0.5353429, Accumulated Leap Seconds=35 + { 2457090.50, 67.720656 }, //09 March 2015, UT1-UTC=-0.5366558, Accumulated Leap Seconds=35 + { 2457091.50, 67.722045 }, //10 March 2015, UT1-UTC=-0.5380450, Accumulated Leap Seconds=35 + { 2457092.50, 67.723440 }, //11 March 2015, UT1-UTC=-0.5394402, Accumulated Leap Seconds=35 + { 2457093.50, 67.724850 }, //12 March 2015, UT1-UTC=-0.5408497, Accumulated Leap Seconds=35 + { 2457094.50, 67.726268 }, //13 March 2015, UT1-UTC=-0.5422684, Accumulated Leap Seconds=35 + { 2457095.50, 67.727678 }, //14 March 2015, UT1-UTC=-0.5436778, Accumulated Leap Seconds=35 + { 2457096.50, 67.729207 }, //15 March 2015, UT1-UTC=-0.5452073, Accumulated Leap Seconds=35 + { 2457097.50, 67.730811 }, //16 March 2015, UT1-UTC=-0.5468113, Accumulated Leap Seconds=35 + { 2457098.50, 67.732545 }, //17 March 2015, UT1-UTC=-0.5485449, Accumulated Leap Seconds=35 + { 2457099.50, 67.734460 }, //18 March 2015, UT1-UTC=-0.5504600, Accumulated Leap Seconds=35 + { 2457100.50, 67.736582 }, //19 March 2015, UT1-UTC=-0.5525818, Accumulated Leap Seconds=35 + { 2457101.50, 67.738767 }, //20 March 2015, UT1-UTC=-0.5547671, Accumulated Leap Seconds=35 + { 2457102.50, 67.741051 }, //21 March 2015, UT1-UTC=-0.5570514, Accumulated Leap Seconds=35 + { 2457103.50, 67.743263 }, //22 March 2015, UT1-UTC=-0.5592635, Accumulated Leap Seconds=35 + { 2457104.50, 67.745303 }, //23 March 2015, UT1-UTC=-0.5613029, Accumulated Leap Seconds=35 + { 2457105.50, 67.747221 }, //24 March 2015, UT1-UTC=-0.5632208, Accumulated Leap Seconds=35 + { 2457106.50, 67.748983 }, //25 March 2015, UT1-UTC=-0.5649826, Accumulated Leap Seconds=35 + { 2457107.50, 67.750639 }, //26 March 2015, UT1-UTC=-0.5666387, Accumulated Leap Seconds=35 + { 2457108.50, 67.752112 }, //27 March 2015, UT1-UTC=-0.5681125, Accumulated Leap Seconds=35 + { 2457109.50, 67.753529 }, //28 March 2015, UT1-UTC=-0.5695294, Accumulated Leap Seconds=35 + { 2457110.50, 67.754924 }, //29 March 2015, UT1-UTC=-0.5709237, Accumulated Leap Seconds=35 + { 2457111.50, 67.756292 }, //30 March 2015, UT1-UTC=-0.5722921, Accumulated Leap Seconds=35 + { 2457112.50, 67.757665 }, //31 March 2015, UT1-UTC=-0.5736649, Accumulated Leap Seconds=35 + { 2457113.50, 67.759063 }, //01 April 2015, UT1-UTC=-0.5750634, Accumulated Leap Seconds=35 + { 2457114.50, 67.760417 }, //02 April 2015, UT1-UTC=-0.5764171, Accumulated Leap Seconds=35 + { 2457115.50, 67.761735 }, //03 April 2015, UT1-UTC=-0.5777352, Accumulated Leap Seconds=35 + { 2457116.50, 67.762993 }, //04 April 2015, UT1-UTC=-0.5789928, Accumulated Leap Seconds=35 + { 2457117.50, 67.764202 }, //05 April 2015, UT1-UTC=-0.5802022, Accumulated Leap Seconds=35 + { 2457118.50, 67.765426 }, //06 April 2015, UT1-UTC=-0.5814261, Accumulated Leap Seconds=35 + { 2457119.50, 67.766655 }, //07 April 2015, UT1-UTC=-0.5826549, Accumulated Leap Seconds=35 + { 2457120.50, 67.767871 }, //08 April 2015, UT1-UTC=-0.5838712, Accumulated Leap Seconds=35 + { 2457121.50, 67.769132 }, //09 April 2015, UT1-UTC=-0.5851323, Accumulated Leap Seconds=35 + { 2457122.50, 67.770404 }, //10 April 2015, UT1-UTC=-0.5864044, Accumulated Leap Seconds=35 + { 2457123.50, 67.771751 }, //11 April 2015, UT1-UTC=-0.5877510, Accumulated Leap Seconds=35 + { 2457124.50, 67.773263 }, //12 April 2015, UT1-UTC=-0.5892630, Accumulated Leap Seconds=35 + { 2457125.50, 67.774911 }, //13 April 2015, UT1-UTC=-0.5909108, Accumulated Leap Seconds=35 + { 2457126.50, 67.776675 }, //14 April 2015, UT1-UTC=-0.5926746, Accumulated Leap Seconds=35 + { 2457127.50, 67.778548 }, //15 April 2015, UT1-UTC=-0.5945485, Accumulated Leap Seconds=35 + { 2457128.50, 67.780540 }, //16 April 2015, UT1-UTC=-0.5965396, Accumulated Leap Seconds=35 + { 2457129.50, 67.782559 }, //17 April 2015, UT1-UTC=-0.5985591, Accumulated Leap Seconds=35 + { 2457130.50, 67.784431 }, //18 April 2015, UT1-UTC=-0.6004308, Accumulated Leap Seconds=35 + { 2457131.50, 67.786209 }, //19 April 2015, UT1-UTC=-0.6022092, Accumulated Leap Seconds=35 + { 2457132.50, 67.787721 }, //20 April 2015, UT1-UTC=-0.6037213, Accumulated Leap Seconds=35 + { 2457133.50, 67.789038 }, //21 April 2015, UT1-UTC=-0.6050379, Accumulated Leap Seconds=35 + { 2457134.50, 67.790146 }, //22 April 2015, UT1-UTC=-0.6061459, Accumulated Leap Seconds=35 + { 2457135.50, 67.791200 }, //23 April 2015, UT1-UTC=-0.6071996, Accumulated Leap Seconds=35 + { 2457136.50, 67.792214 }, //24 April 2015, UT1-UTC=-0.6082139, Accumulated Leap Seconds=35 + { 2457137.50, 67.793267 }, //25 April 2015, UT1-UTC=-0.6092667, Accumulated Leap Seconds=35 + { 2457138.50, 67.794445 }, //26 April 2015, UT1-UTC=-0.6104453, Accumulated Leap Seconds=35 + { 2457139.50, 67.795685 }, //27 April 2015, UT1-UTC=-0.6116849, Accumulated Leap Seconds=35 + { 2457140.50, 67.796990 }, //28 April 2015, UT1-UTC=-0.6129902, Accumulated Leap Seconds=35 + { 2457141.50, 67.798361 }, //29 April 2015, UT1-UTC=-0.6143607, Accumulated Leap Seconds=35 + { 2457142.50, 67.799741 }, //30 April 2015, UT1-UTC=-0.6157415, Accumulated Leap Seconds=35 + { 2457143.50, 67.801154 }, //01 May 2015, UT1-UTC=-0.6171542, Accumulated Leap Seconds=35 + { 2457144.50, 67.802511 }, //02 May 2015, UT1-UTC=-0.6185112, Accumulated Leap Seconds=35 + { 2457145.50, 67.803777 }, //03 May 2015, UT1-UTC=-0.6197775, Accumulated Leap Seconds=35 + { 2457146.50, 67.804970 }, //04 May 2015, UT1-UTC=-0.6209697, Accumulated Leap Seconds=35 + { 2457147.50, 67.806073 }, //05 May 2015, UT1-UTC=-0.6220729, Accumulated Leap Seconds=35 + { 2457148.50, 67.807092 }, //06 May 2015, UT1-UTC=-0.6230920, Accumulated Leap Seconds=35 + { 2457149.50, 67.808098 }, //07 May 2015, UT1-UTC=-0.6240983, Accumulated Leap Seconds=35 + { 2457150.50, 67.809169 }, //08 May 2015, UT1-UTC=-0.6251695, Accumulated Leap Seconds=35 + { 2457151.50, 67.810284 }, //09 May 2015, UT1-UTC=-0.6262838, Accumulated Leap Seconds=35 + { 2457152.50, 67.811541 }, //10 May 2015, UT1-UTC=-0.6275410, Accumulated Leap Seconds=35 + { 2457153.50, 67.812955 }, //11 May 2015, UT1-UTC=-0.6289545, Accumulated Leap Seconds=35 + { 2457154.50, 67.814580 }, //12 May 2015, UT1-UTC=-0.6305802, Accumulated Leap Seconds=35 + { 2457155.50, 67.816375 }, //13 May 2015, UT1-UTC=-0.6323748, Accumulated Leap Seconds=35 + { 2457156.50, 67.818264 }, //14 May 2015, UT1-UTC=-0.6342644, Accumulated Leap Seconds=35 + { 2457157.50, 67.820154 }, //15 May 2015, UT1-UTC=-0.6361535, Accumulated Leap Seconds=35 + { 2457158.50, 67.822000 }, //16 May 2015, UT1-UTC=-0.6379997, Accumulated Leap Seconds=35 + { 2457159.50, 67.823746 }, //17 May 2015, UT1-UTC=-0.6397461, Accumulated Leap Seconds=35 + { 2457160.50, 67.825318 }, //18 May 2015, UT1-UTC=-0.6413176, Accumulated Leap Seconds=35 + { 2457161.50, 67.826741 }, //19 May 2015, UT1-UTC=-0.6427407, Accumulated Leap Seconds=35 + { 2457162.50, 67.828051 }, //20 May 2015, UT1-UTC=-0.6440508, Accumulated Leap Seconds=35 + { 2457163.50, 67.829286 }, //21 May 2015, UT1-UTC=-0.6452856, Accumulated Leap Seconds=35 + { 2457164.50, 67.830409 }, //22 May 2015, UT1-UTC=-0.6464092, Accumulated Leap Seconds=35 + { 2457165.50, 67.831516 }, //23 May 2015, UT1-UTC=-0.6475158, Accumulated Leap Seconds=35 + { 2457166.50, 67.832537 }, //24 May 2015, UT1-UTC=-0.6485374, Accumulated Leap Seconds=35 + { 2457167.50, 67.833557 }, //25 May 2015, UT1-UTC=-0.6495572, Accumulated Leap Seconds=35 + { 2457168.50, 67.834568 }, //26 May 2015, UT1-UTC=-0.6505676, Accumulated Leap Seconds=35 + { 2457169.50, 67.835617 }, //27 May 2015, UT1-UTC=-0.6516169, Accumulated Leap Seconds=35 + { 2457170.50, 67.836609 }, //28 May 2015, UT1-UTC=-0.6526091, Accumulated Leap Seconds=35 + { 2457171.50, 67.837638 }, //29 May 2015, UT1-UTC=-0.6536380, Accumulated Leap Seconds=35 + { 2457172.50, 67.838568 }, //30 May 2015, UT1-UTC=-0.6545684, Accumulated Leap Seconds=35 + { 2457173.50, 67.839442 }, //31 May 2015, UT1-UTC=-0.6554421, Accumulated Leap Seconds=35 + { 2457174.50, 67.840213 }, //01 June 2015, UT1-UTC=-0.6562130, Accumulated Leap Seconds=35 + { 2457175.50, 67.840913 }, //02 June 2015, UT1-UTC=-0.6569133, Accumulated Leap Seconds=35 + { 2457176.50, 67.841549 }, //03 June 2015, UT1-UTC=-0.6575488, Accumulated Leap Seconds=35 + { 2457177.50, 67.842192 }, //04 June 2015, UT1-UTC=-0.6581924, Accumulated Leap Seconds=35 + { 2457178.50, 67.842824 }, //05 June 2015, UT1-UTC=-0.6588244, Accumulated Leap Seconds=35 + { 2457179.50, 67.843558 }, //06 June 2015, UT1-UTC=-0.6595579, Accumulated Leap Seconds=35 + { 2457180.50, 67.844412 }, //07 June 2015, UT1-UTC=-0.6604117, Accumulated Leap Seconds=35 + { 2457181.50, 67.845409 }, //08 June 2015, UT1-UTC=-0.6614093, Accumulated Leap Seconds=35 + { 2457182.50, 67.846492 }, //09 June 2015, UT1-UTC=-0.6624918, Accumulated Leap Seconds=35 + { 2457183.50, 67.847531 }, //10 June 2015, UT1-UTC=-0.6635311, Accumulated Leap Seconds=35 + { 2457184.50, 67.848547 }, //11 June 2015, UT1-UTC=-0.6645469, Accumulated Leap Seconds=35 + { 2457185.50, 67.849500 }, //12 June 2015, UT1-UTC=-0.6654997, Accumulated Leap Seconds=35 + { 2457186.50, 67.850325 }, //13 June 2015, UT1-UTC=-0.6663246, Accumulated Leap Seconds=35 + { 2457187.50, 67.850933 }, //14 June 2015, UT1-UTC=-0.6669333, Accumulated Leap Seconds=35 + { 2457188.50, 67.851353 }, //15 June 2015, UT1-UTC=-0.6673534, Accumulated Leap Seconds=35 + { 2457189.50, 67.851748 }, //16 June 2015, UT1-UTC=-0.6677485, Accumulated Leap Seconds=35 + { 2457190.50, 67.851968 }, //17 June 2015, UT1-UTC=-0.6679675, Accumulated Leap Seconds=35 + { 2457191.50, 67.852184 }, //18 June 2015, UT1-UTC=-0.6681839, Accumulated Leap Seconds=35 + { 2457192.50, 67.852427 }, //19 June 2015, UT1-UTC=-0.6684274, Accumulated Leap Seconds=35 + { 2457193.50, 67.852822 }, //20 June 2015, UT1-UTC=-0.6688221, Accumulated Leap Seconds=35 + { 2457194.50, 67.853341 }, //21 June 2015, UT1-UTC=-0.6693410, Accumulated Leap Seconds=35 + { 2457195.50, 67.853919 }, //22 June 2015, UT1-UTC=-0.6699194, Accumulated Leap Seconds=35 + { 2457196.50, 67.854565 }, //23 June 2015, UT1-UTC=-0.6705649, Accumulated Leap Seconds=35 + { 2457197.50, 67.855326 }, //24 June 2015, UT1-UTC=-0.6713261, Accumulated Leap Seconds=35 + { 2457198.50, 67.856136 }, //25 June 2015, UT1-UTC=-0.6721359, Accumulated Leap Seconds=35 + { 2457199.50, 67.856958 }, //26 June 2015, UT1-UTC=-0.6729582, Accumulated Leap Seconds=35 + { 2457200.50, 67.857809 }, //27 June 2015, UT1-UTC=-0.6738090, Accumulated Leap Seconds=35 + { 2457201.50, 67.858637 }, //28 June 2015, UT1-UTC=-0.6746368, Accumulated Leap Seconds=35 + { 2457202.50, 67.859384 }, //29 June 2015, UT1-UTC=-0.6753836, Accumulated Leap Seconds=35 + { 2457203.50, 67.860032 }, //30 June 2015, UT1-UTC=-0.6760316, Accumulated Leap Seconds=35 + { 2457204.50, 67.860632 }, //01 July 2015, UT1-UTC= 0.3233682, Accumulated Leap Seconds=36 + { 2457205.50, 67.861237 }, //02 July 2015, UT1-UTC= 0.3227635, Accumulated Leap Seconds=36 + { 2457206.50, 67.861898 }, //03 July 2015, UT1-UTC= 0.3221020, Accumulated Leap Seconds=36 + { 2457207.50, 67.862730 }, //04 July 2015, UT1-UTC= 0.3212702, Accumulated Leap Seconds=36 + { 2457208.50, 67.863746 }, //05 July 2015, UT1-UTC= 0.3202538, Accumulated Leap Seconds=36 + { 2457209.50, 67.864973 }, //06 July 2015, UT1-UTC= 0.3190270, Accumulated Leap Seconds=36 + { 2457210.50, 67.866231 }, //07 July 2015, UT1-UTC= 0.3177691, Accumulated Leap Seconds=36 + { 2457211.50, 67.867625 }, //08 July 2015, UT1-UTC= 0.3163753, Accumulated Leap Seconds=36 + { 2457212.50, 67.868908 }, //09 July 2015, UT1-UTC= 0.3150922, Accumulated Leap Seconds=36 + { 2457213.50, 67.870151 }, //10 July 2015, UT1-UTC= 0.3138490, Accumulated Leap Seconds=36 + { 2457214.50, 67.871274 }, //11 July 2015, UT1-UTC= 0.3127263, Accumulated Leap Seconds=36 + { 2457215.50, 67.872203 }, //12 July 2015, UT1-UTC= 0.3117972, Accumulated Leap Seconds=36 + { 2457216.50, 67.872921 }, //13 July 2015, UT1-UTC= 0.3110788, Accumulated Leap Seconds=36 + { 2457217.50, 67.873444 }, //14 July 2015, UT1-UTC= 0.3105558, Accumulated Leap Seconds=36 + { 2457218.50, 67.873889 }, //15 July 2015, UT1-UTC= 0.3101112, Accumulated Leap Seconds=36 + { 2457219.50, 67.874276 }, //16 July 2015, UT1-UTC= 0.3097239, Accumulated Leap Seconds=36 + { 2457220.50, 67.874724 }, //17 July 2015, UT1-UTC= 0.3092758, Accumulated Leap Seconds=36 + { 2457221.50, 67.875175 }, //18 July 2015, UT1-UTC= 0.3088245, Accumulated Leap Seconds=36 + { 2457222.50, 67.875646 }, //19 July 2015, UT1-UTC= 0.3083544, Accumulated Leap Seconds=36 + { 2457223.50, 67.876113 }, //20 July 2015, UT1-UTC= 0.3078874, Accumulated Leap Seconds=36 + { 2457224.50, 67.876659 }, //21 July 2015, UT1-UTC= 0.3073406, Accumulated Leap Seconds=36 + { 2457225.50, 67.877209 }, //22 July 2015, UT1-UTC= 0.3067906, Accumulated Leap Seconds=36 + { 2457226.50, 67.877750 }, //23 July 2015, UT1-UTC= 0.3062503, Accumulated Leap Seconds=36 + { 2457227.50, 67.878205 }, //24 July 2015, UT1-UTC= 0.3057953, Accumulated Leap Seconds=36 + { 2457228.50, 67.878704 }, //25 July 2015, UT1-UTC= 0.3052963, Accumulated Leap Seconds=36 + { 2457229.50, 67.879106 }, //26 July 2015, UT1-UTC= 0.3048942, Accumulated Leap Seconds=36 + { 2457230.50, 67.879508 }, //27 July 2015, UT1-UTC= 0.3044921, Accumulated Leap Seconds=36 + { 2457231.50, 67.879901 }, //28 July 2015, UT1-UTC= 0.3040989, Accumulated Leap Seconds=36 + { 2457232.50, 67.880256 }, //29 July 2015, UT1-UTC= 0.3037437, Accumulated Leap Seconds=36 + { 2457233.50, 67.880729 }, //30 July 2015, UT1-UTC= 0.3032715, Accumulated Leap Seconds=36 + { 2457234.50, 67.881343 }, //31 July 2015, UT1-UTC= 0.3026575, Accumulated Leap Seconds=36 + { 2457235.50, 67.882158 }, //01 August 2015, UT1-UTC= 0.3018424, Accumulated Leap Seconds=36 + { 2457236.50, 67.883154 }, //02 August 2015, UT1-UTC= 0.3008463, Accumulated Leap Seconds=36 + { 2457237.50, 67.884314 }, //03 August 2015, UT1-UTC= 0.2996859, Accumulated Leap Seconds=36 + { 2457238.50, 67.885549 }, //04 August 2015, UT1-UTC= 0.2984513, Accumulated Leap Seconds=36 + { 2457239.50, 67.886778 }, //05 August 2015, UT1-UTC= 0.2972219, Accumulated Leap Seconds=36 + { 2457240.50, 67.887987 }, //06 August 2015, UT1-UTC= 0.2960130, Accumulated Leap Seconds=36 + { 2457241.50, 67.888999 }, //07 August 2015, UT1-UTC= 0.2950006, Accumulated Leap Seconds=36 + { 2457242.50, 67.889879 }, //08 August 2015, UT1-UTC= 0.2941210, Accumulated Leap Seconds=36 + { 2457243.50, 67.890644 }, //09 August 2015, UT1-UTC= 0.2933557, Accumulated Leap Seconds=36 + { 2457244.50, 67.891280 }, //10 August 2015, UT1-UTC= 0.2927201, Accumulated Leap Seconds=36 + { 2457245.50, 67.891859 }, //11 August 2015, UT1-UTC= 0.2921410, Accumulated Leap Seconds=36 + { 2457246.50, 67.892463 }, //12 August 2015, UT1-UTC= 0.2915366, Accumulated Leap Seconds=36 + { 2457247.50, 67.893078 }, //13 August 2015, UT1-UTC= 0.2909220, Accumulated Leap Seconds=36 + { 2457248.50, 67.893812 }, //14 August 2015, UT1-UTC= 0.2901880, Accumulated Leap Seconds=36 + { 2457249.50, 67.894581 }, //15 August 2015, UT1-UTC= 0.2894194, Accumulated Leap Seconds=36 + { 2457250.50, 67.895396 }, //16 August 2015, UT1-UTC= 0.2886043, Accumulated Leap Seconds=36 + { 2457251.50, 67.896237 }, //17 August 2015, UT1-UTC= 0.2877626, Accumulated Leap Seconds=36 + { 2457252.50, 67.897073 }, //18 August 2015, UT1-UTC= 0.2869267, Accumulated Leap Seconds=36 + { 2457253.50, 67.897869 }, //19 August 2015, UT1-UTC= 0.2861307, Accumulated Leap Seconds=36 + { 2457254.50, 67.898692 }, //20 August 2015, UT1-UTC= 0.2853077, Accumulated Leap Seconds=36 + { 2457255.50, 67.899532 }, //21 August 2015, UT1-UTC= 0.2844675, Accumulated Leap Seconds=36 + { 2457256.50, 67.900361 }, //22 August 2015, UT1-UTC= 0.2836391, Accumulated Leap Seconds=36 + { 2457257.50, 67.901136 }, //23 August 2015, UT1-UTC= 0.2828636, Accumulated Leap Seconds=36 + { 2457258.50, 67.901886 }, //24 August 2015, UT1-UTC= 0.2821140, Accumulated Leap Seconds=36 + { 2457259.50, 67.902689 }, //25 August 2015, UT1-UTC= 0.2813110, Accumulated Leap Seconds=36 + { 2457260.50, 67.903572 }, //26 August 2015, UT1-UTC= 0.2804278, Accumulated Leap Seconds=36 + { 2457261.50, 67.904534 }, //27 August 2015, UT1-UTC= 0.2794655, Accumulated Leap Seconds=36 + { 2457262.50, 67.905652 }, //28 August 2015, UT1-UTC= 0.2783477, Accumulated Leap Seconds=36 + { 2457263.50, 67.906956 }, //29 August 2015, UT1-UTC= 0.2770440, Accumulated Leap Seconds=36 + { 2457264.50, 67.908463 }, //30 August 2015, UT1-UTC= 0.2755372, Accumulated Leap Seconds=36 + { 2457265.50, 67.910198 }, //31 August 2015, UT1-UTC= 0.2738018, Accumulated Leap Seconds=36 + { 2457266.50, 67.912010 }, //01 September 2015, UT1-UTC= 0.2719899, Accumulated Leap Seconds=36 + { 2457267.50, 67.913805 }, //02 September 2015, UT1-UTC= 0.2701950, Accumulated Leap Seconds=36 + { 2457268.50, 67.915502 }, //03 September 2015, UT1-UTC= 0.2684981, Accumulated Leap Seconds=36 + { 2457269.50, 67.916981 }, //04 September 2015, UT1-UTC= 0.2670190, Accumulated Leap Seconds=36 + { 2457270.50, 67.918323 }, //05 September 2015, UT1-UTC= 0.2656770, Accumulated Leap Seconds=36 + { 2457271.50, 67.919522 }, //06 September 2015, UT1-UTC= 0.2644780, Accumulated Leap Seconds=36 + { 2457272.50, 67.920638 }, //07 September 2015, UT1-UTC= 0.2633617, Accumulated Leap Seconds=36 + { 2457273.50, 67.921686 }, //08 September 2015, UT1-UTC= 0.2623142, Accumulated Leap Seconds=36 + { 2457274.50, 67.922743 }, //09 September 2015, UT1-UTC= 0.2612568, Accumulated Leap Seconds=36 + { 2457275.50, 67.923803 }, //10 September 2015, UT1-UTC= 0.2601972, Accumulated Leap Seconds=36 + { 2457276.50, 67.924848 }, //11 September 2015, UT1-UTC= 0.2591523, Accumulated Leap Seconds=36 + { 2457277.50, 67.926026 }, //12 September 2015, UT1-UTC= 0.2579742, Accumulated Leap Seconds=36 + { 2457278.50, 67.927323 }, //13 September 2015, UT1-UTC= 0.2566772, Accumulated Leap Seconds=36 + { 2457279.50, 67.928636 }, //14 September 2015, UT1-UTC= 0.2553638, Accumulated Leap Seconds=36 + { 2457280.50, 67.929948 }, //15 September 2015, UT1-UTC= 0.2540516, Accumulated Leap Seconds=36 + { 2457281.50, 67.931255 }, //16 September 2015, UT1-UTC= 0.2527454, Accumulated Leap Seconds=36 + { 2457282.50, 67.932495 }, //17 September 2015, UT1-UTC= 0.2515046, Accumulated Leap Seconds=36 + { 2457283.50, 67.933679 }, //18 September 2015, UT1-UTC= 0.2503208, Accumulated Leap Seconds=36 + { 2457284.50, 67.934866 }, //19 September 2015, UT1-UTC= 0.2491338, Accumulated Leap Seconds=36 + { 2457285.50, 67.936024 }, //20 September 2015, UT1-UTC= 0.2479762, Accumulated Leap Seconds=36 + { 2457286.50, 67.937250 }, //21 September 2015, UT1-UTC= 0.2467495, Accumulated Leap Seconds=36 + { 2457287.50, 67.938492 }, //22 September 2015, UT1-UTC= 0.2455077, Accumulated Leap Seconds=36 + { 2457288.50, 67.939824 }, //23 September 2015, UT1-UTC= 0.2441763, Accumulated Leap Seconds=36 + { 2457289.50, 67.941239 }, //24 September 2015, UT1-UTC= 0.2427613, Accumulated Leap Seconds=36 + { 2457290.50, 67.942820 }, //25 September 2015, UT1-UTC= 0.2411804, Accumulated Leap Seconds=36 + { 2457291.50, 67.944623 }, //26 September 2015, UT1-UTC= 0.2393773, Accumulated Leap Seconds=36 + { 2457292.50, 67.946652 }, //27 September 2015, UT1-UTC= 0.2373484, Accumulated Leap Seconds=36 + { 2457293.50, 67.948779 }, //28 September 2015, UT1-UTC= 0.2352207, Accumulated Leap Seconds=36 + { 2457294.50, 67.950875 }, //29 September 2015, UT1-UTC= 0.2331245, Accumulated Leap Seconds=36 + { 2457295.50, 67.952852 }, //30 September 2015, UT1-UTC= 0.2311479, Accumulated Leap Seconds=36 + { 2457296.50, 67.954646 }, //01 October 2015, UT1-UTC= 0.2293538, Accumulated Leap Seconds=36 + { 2457297.50, 67.956199 }, //02 October 2015, UT1-UTC= 0.2278013, Accumulated Leap Seconds=36 + { 2457298.50, 67.957538 }, //03 October 2015, UT1-UTC= 0.2264625, Accumulated Leap Seconds=36 + { 2457299.50, 67.958771 }, //04 October 2015, UT1-UTC= 0.2252291, Accumulated Leap Seconds=36 + { 2457300.50, 67.959974 }, //05 October 2015, UT1-UTC= 0.2240258, Accumulated Leap Seconds=36 + { 2457301.50, 67.961252 }, //06 October 2015, UT1-UTC= 0.2227476, Accumulated Leap Seconds=36 + { 2457302.50, 67.962587 }, //07 October 2015, UT1-UTC= 0.2214125, Accumulated Leap Seconds=36 + { 2457303.50, 67.963977 }, //08 October 2015, UT1-UTC= 0.2200226, Accumulated Leap Seconds=36 + { 2457304.50, 67.965397 }, //09 October 2015, UT1-UTC= 0.2186028, Accumulated Leap Seconds=36 + { 2457305.50, 67.966943 }, //10 October 2015, UT1-UTC= 0.2170570, Accumulated Leap Seconds=36 + { 2457306.50, 67.968506 }, //11 October 2015, UT1-UTC= 0.2154943, Accumulated Leap Seconds=36 + { 2457307.50, 67.970134 }, //12 October 2015, UT1-UTC= 0.2138664, Accumulated Leap Seconds=36 + { 2457308.50, 67.971775 }, //13 October 2015, UT1-UTC= 0.2122251, Accumulated Leap Seconds=36 + { 2457309.50, 67.973448 }, //14 October 2015, UT1-UTC= 0.2105521, Accumulated Leap Seconds=36 + { 2457310.50, 67.974998 }, //15 October 2015, UT1-UTC= 0.2090018, Accumulated Leap Seconds=36 + { 2457311.50, 67.976399 }, //16 October 2015, UT1-UTC= 0.2076005, Accumulated Leap Seconds=36 + { 2457312.50, 67.977804 }, //17 October 2015, UT1-UTC= 0.2061956, Accumulated Leap Seconds=36 + { 2457313.50, 67.979277 }, //18 October 2015, UT1-UTC= 0.2047225, Accumulated Leap Seconds=36 + { 2457314.50, 67.980820 }, //19 October 2015, UT1-UTC= 0.2031797, Accumulated Leap Seconds=36 + { 2457315.50, 67.982376 }, //20 October 2015, UT1-UTC= 0.2016244, Accumulated Leap Seconds=36 + { 2457316.50, 67.983940 }, //21 October 2015, UT1-UTC= 0.2000598, Accumulated Leap Seconds=36 + { 2457317.50, 67.985608 }, //22 October 2015, UT1-UTC= 0.1983916, Accumulated Leap Seconds=36 + { 2457318.50, 67.987465 }, //23 October 2015, UT1-UTC= 0.1965353, Accumulated Leap Seconds=36 + { 2457319.50, 67.989535 }, //24 October 2015, UT1-UTC= 0.1944652, Accumulated Leap Seconds=36 + { 2457320.50, 67.991755 }, //25 October 2015, UT1-UTC= 0.1922446, Accumulated Leap Seconds=36 + { 2457321.50, 67.994053 }, //26 October 2015, UT1-UTC= 0.1899469, Accumulated Leap Seconds=36 + { 2457322.50, 67.996344 }, //27 October 2015, UT1-UTC= 0.1876556, Accumulated Leap Seconds=36 + { 2457323.50, 67.998528 }, //28 October 2015, UT1-UTC= 0.1854718, Accumulated Leap Seconds=36 + { 2457324.50, 68.000562 }, //29 October 2015, UT1-UTC= 0.1834377, Accumulated Leap Seconds=36 + { 2457325.50, 68.002338 }, //30 October 2015, UT1-UTC= 0.1816623, Accumulated Leap Seconds=36 + { 2457326.50, 68.003976 }, //31 October 2015, UT1-UTC= 0.1800239, Accumulated Leap Seconds=36 + { 2457327.50, 68.005484 }, //01 November 2015, UT1-UTC= 0.1785161, Accumulated Leap Seconds=36 + { 2457328.50, 68.006968 }, //02 November 2015, UT1-UTC= 0.1770322, Accumulated Leap Seconds=36 + { 2457329.50, 68.008405 }, //03 November 2015, UT1-UTC= 0.1755949, Accumulated Leap Seconds=36 + { 2457330.50, 68.009818 }, //04 November 2015, UT1-UTC= 0.1741824, Accumulated Leap Seconds=36 + { 2457331.50, 68.011250 }, //05 November 2015, UT1-UTC= 0.1727503, Accumulated Leap Seconds=36 + { 2457332.50, 68.012748 }, //06 November 2015, UT1-UTC= 0.1712525, Accumulated Leap Seconds=36 + { 2457333.50, 68.014348 }, //07 November 2015, UT1-UTC= 0.1696520, Accumulated Leap Seconds=36 + { 2457334.50, 68.015963 }, //08 November 2015, UT1-UTC= 0.1680366, Accumulated Leap Seconds=36 + { 2457335.50, 68.017570 }, //09 November 2015, UT1-UTC= 0.1664302, Accumulated Leap Seconds=36 + { 2457336.50, 68.019126 }, //10 November 2015, UT1-UTC= 0.1648740, Accumulated Leap Seconds=36 + { 2457337.50, 68.020644 }, //11 November 2015, UT1-UTC= 0.1633562, Accumulated Leap Seconds=36 + { 2457338.50, 68.022110 }, //12 November 2015, UT1-UTC= 0.1618895, Accumulated Leap Seconds=36 + { 2457339.50, 68.023525 }, //13 November 2015, UT1-UTC= 0.1604752, Accumulated Leap Seconds=36 + { 2457340.50, 68.024882 }, //14 November 2015, UT1-UTC= 0.1591181, Accumulated Leap Seconds=36 + { 2457341.50, 68.026281 }, //15 November 2015, UT1-UTC= 0.1577185, Accumulated Leap Seconds=36 + { 2457342.50, 68.027648 }, //16 November 2015, UT1-UTC= 0.1563516, Accumulated Leap Seconds=36 + { 2457343.50, 68.029073 }, //17 November 2015, UT1-UTC= 0.1549268, Accumulated Leap Seconds=36 + { 2457344.50, 68.030557 }, //18 November 2015, UT1-UTC= 0.1534431, Accumulated Leap Seconds=36 + { 2457345.50, 68.032117 }, //19 November 2015, UT1-UTC= 0.1518834, Accumulated Leap Seconds=36 + { 2457346.50, 68.033750 }, //20 November 2015, UT1-UTC= 0.1502498, Accumulated Leap Seconds=36 + { 2457347.50, 68.035483 }, //21 November 2015, UT1-UTC= 0.1485169, Accumulated Leap Seconds=36 + { 2457348.50, 68.037313 }, //22 November 2015, UT1-UTC= 0.1466873, Accumulated Leap Seconds=36 + { 2457349.50, 68.039109 }, //23 November 2015, UT1-UTC= 0.1448906, Accumulated Leap Seconds=36 + { 2457350.50, 68.040925 }, //24 November 2015, UT1-UTC= 0.1430747, Accumulated Leap Seconds=36 + { 2457351.50, 68.042616 }, //25 November 2015, UT1-UTC= 0.1413842, Accumulated Leap Seconds=36 + { 2457352.50, 68.044216 }, //26 November 2015, UT1-UTC= 0.1397837, Accumulated Leap Seconds=36 + { 2457353.50, 68.045653 }, //27 November 2015, UT1-UTC= 0.1383474, Accumulated Leap Seconds=36 + { 2457354.50, 68.047014 }, //28 November 2015, UT1-UTC= 0.1369856, Accumulated Leap Seconds=36 + { 2457355.50, 68.048401 }, //29 November 2015, UT1-UTC= 0.1355993, Accumulated Leap Seconds=36 + { 2457356.50, 68.049871 }, //30 November 2015, UT1-UTC= 0.1341290, Accumulated Leap Seconds=36 + { 2457357.50, 68.051412 }, //01 December 2015, UT1-UTC= 0.1325880, Accumulated Leap Seconds=36 + { 2457358.50, 68.053004 }, //02 December 2015, UT1-UTC= 0.1309957, Accumulated Leap Seconds=36 + { 2457359.50, 68.054690 }, //03 December 2015, UT1-UTC= 0.1293098, Accumulated Leap Seconds=36 + { 2457360.50, 68.056378 }, //04 December 2015, UT1-UTC= 0.1276216, Accumulated Leap Seconds=36 + { 2457361.50, 68.058076 }, //05 December 2015, UT1-UTC= 0.1259237, Accumulated Leap Seconds=36 + { 2457362.50, 68.059724 }, //06 December 2015, UT1-UTC= 0.1242763, Accumulated Leap Seconds=36 + { 2457363.50, 68.061403 }, //07 December 2015, UT1-UTC= 0.1225967, Accumulated Leap Seconds=36 + { 2457364.50, 68.063055 }, //08 December 2015, UT1-UTC= 0.1209451, Accumulated Leap Seconds=36 + { 2457365.50, 68.064685 }, //09 December 2015, UT1-UTC= 0.1193154, Accumulated Leap Seconds=36 + { 2457366.50, 68.066303 }, //10 December 2015, UT1-UTC= 0.1176968, Accumulated Leap Seconds=36 + { 2457367.50, 68.067796 }, //11 December 2015, UT1-UTC= 0.1162041, Accumulated Leap Seconds=36 + { 2457368.50, 68.069219 }, //12 December 2015, UT1-UTC= 0.1147810, Accumulated Leap Seconds=36 + { 2457369.50, 68.070639 }, //13 December 2015, UT1-UTC= 0.1133612, Accumulated Leap Seconds=36 + { 2457370.50, 68.072019 }, //14 December 2015, UT1-UTC= 0.1119809, Accumulated Leap Seconds=36 + { 2457371.50, 68.073489 }, //15 December 2015, UT1-UTC= 0.1105114, Accumulated Leap Seconds=36 + { 2457372.50, 68.075079 }, //16 December 2015, UT1-UTC= 0.1089211, Accumulated Leap Seconds=36 + { 2457373.50, 68.076782 }, //17 December 2015, UT1-UTC= 0.1072180, Accumulated Leap Seconds=36 + { 2457374.50, 68.078602 }, //18 December 2015, UT1-UTC= 0.1053984, Accumulated Leap Seconds=36 + { 2457375.50, 68.080495 }, //19 December 2015, UT1-UTC= 0.1035047, Accumulated Leap Seconds=36 + { 2457376.50, 68.082497 }, //20 December 2015, UT1-UTC= 0.1015032, Accumulated Leap Seconds=36 + { 2457377.50, 68.084479 }, //21 December 2015, UT1-UTC= 0.0995206, Accumulated Leap Seconds=36 + { 2457378.50, 68.086364 }, //22 December 2015, UT1-UTC= 0.0976362, Accumulated Leap Seconds=36 + { 2457379.50, 68.088138 }, //23 December 2015, UT1-UTC= 0.0958616, Accumulated Leap Seconds=36 + { 2457380.50, 68.089696 }, //24 December 2015, UT1-UTC= 0.0943042, Accumulated Leap Seconds=36 + { 2457381.50, 68.091096 }, //25 December 2015, UT1-UTC= 0.0929038, Accumulated Leap Seconds=36 + { 2457382.50, 68.092555 }, //26 December 2015, UT1-UTC= 0.0914454, Accumulated Leap Seconds=36 + { 2457383.50, 68.093921 }, //27 December 2015, UT1-UTC= 0.0900786, Accumulated Leap Seconds=36 + { 2457384.50, 68.095406 }, //28 December 2015, UT1-UTC= 0.0885937, Accumulated Leap Seconds=36 + { 2457385.50, 68.097022 }, //29 December 2015, UT1-UTC= 0.0869781, Accumulated Leap Seconds=36 + { 2457386.50, 68.098729 }, //30 December 2015, UT1-UTC= 0.0852709, Accumulated Leap Seconds=36 + { 2457387.50, 68.100524 }, //31 December 2015, UT1-UTC= 0.0834758, Accumulated Leap Seconds=36 + { 2457388.50, 68.102420 }, //01 January 2016, UT1-UTC= 0.0815795, Accumulated Leap Seconds=36 + { 2457389.50, 68.104363 }, //02 January 2016, UT1-UTC= 0.0796373, Accumulated Leap Seconds=36 + { 2457390.50, 68.106285 }, //03 January 2016, UT1-UTC= 0.0777154, Accumulated Leap Seconds=36 + { 2457391.50, 68.108226 }, //04 January 2016, UT1-UTC= 0.0757743, Accumulated Leap Seconds=36 + { 2457392.50, 68.110154 }, //05 January 2016, UT1-UTC= 0.0738461, Accumulated Leap Seconds=36 + { 2457393.50, 68.112037 }, //06 January 2016, UT1-UTC= 0.0719625, Accumulated Leap Seconds=36 + { 2457394.50, 68.113879 }, //07 January 2016, UT1-UTC= 0.0701214, Accumulated Leap Seconds=36 + { 2457395.50, 68.115684 }, //08 January 2016, UT1-UTC= 0.0683163, Accumulated Leap Seconds=36 + { 2457396.50, 68.117416 }, //09 January 2016, UT1-UTC= 0.0665840, Accumulated Leap Seconds=36 + { 2457397.50, 68.119177 }, //10 January 2016, UT1-UTC= 0.0648234, Accumulated Leap Seconds=36 + { 2457398.50, 68.120974 }, //11 January 2016, UT1-UTC= 0.0630258, Accumulated Leap Seconds=36 + { 2457399.50, 68.122936 }, //12 January 2016, UT1-UTC= 0.0610640, Accumulated Leap Seconds=36 + { 2457400.50, 68.124992 }, //13 January 2016, UT1-UTC= 0.0590080, Accumulated Leap Seconds=36 + { 2457401.50, 68.127121 }, //14 January 2016, UT1-UTC= 0.0568793, Accumulated Leap Seconds=36 + { 2457402.50, 68.129367 }, //15 January 2016, UT1-UTC= 0.0546329, Accumulated Leap Seconds=36 + { 2457403.50, 68.131517 }, //16 January 2016, UT1-UTC= 0.0524834, Accumulated Leap Seconds=36 + { 2457404.50, 68.133647 }, //17 January 2016, UT1-UTC= 0.0503529, Accumulated Leap Seconds=36 + { 2457405.50, 68.135583 }, //18 January 2016, UT1-UTC= 0.0484173, Accumulated Leap Seconds=36 + { 2457406.50, 68.137489 }, //19 January 2016, UT1-UTC= 0.0465106, Accumulated Leap Seconds=36 + { 2457407.50, 68.139260 }, //20 January 2016, UT1-UTC= 0.0447403, Accumulated Leap Seconds=36 + { 2457408.50, 68.140893 }, //21 January 2016, UT1-UTC= 0.0431073, Accumulated Leap Seconds=36 + { 2457409.50, 68.142460 }, //22 January 2016, UT1-UTC= 0.0415405, Accumulated Leap Seconds=36 + { 2457410.50, 68.143983 }, //23 January 2016, UT1-UTC= 0.0400168, Accumulated Leap Seconds=36 + { 2457411.50, 68.145577 }, //24 January 2016, UT1-UTC= 0.0384231, Accumulated Leap Seconds=36 + { 2457412.50, 68.147185 }, //25 January 2016, UT1-UTC= 0.0368154, Accumulated Leap Seconds=36 + { 2457413.50, 68.148817 }, //26 January 2016, UT1-UTC= 0.0351828, Accumulated Leap Seconds=36 + { 2457414.50, 68.150425 }, //27 January 2016, UT1-UTC= 0.0335746, Accumulated Leap Seconds=36 + { 2457415.50, 68.152010 }, //28 January 2016, UT1-UTC= 0.0319901, Accumulated Leap Seconds=36 + { 2457416.50, 68.153547 }, //29 January 2016, UT1-UTC= 0.0304532, Accumulated Leap Seconds=36 + { 2457417.50, 68.155063 }, //30 January 2016, UT1-UTC= 0.0289370, Accumulated Leap Seconds=36 + { 2457418.50, 68.156408 }, //31 January 2016, UT1-UTC= 0.0275923, Accumulated Leap Seconds=36 + { 2457419.50, 68.157713 }, //01 February 2016, UT1-UTC= 0.0262873, Accumulated Leap Seconds=36 + { 2457420.50, 68.159009 }, //02 February 2016, UT1-UTC= 0.0249913, Accumulated Leap Seconds=36 + { 2457421.50, 68.160201 }, //03 February 2016, UT1-UTC= 0.0237994, Accumulated Leap Seconds=36 + { 2457422.50, 68.161383 }, //04 February 2016, UT1-UTC= 0.0226169, Accumulated Leap Seconds=36 + { 2457423.50, 68.162573 }, //05 February 2016, UT1-UTC= 0.0214271, Accumulated Leap Seconds=36 + { 2457424.50, 68.163811 }, //06 February 2016, UT1-UTC= 0.0201890, Accumulated Leap Seconds=36 + { 2457425.50, 68.165349 }, //07 February 2016, UT1-UTC= 0.0186505, Accumulated Leap Seconds=36 + { 2457426.50, 68.166893 }, //08 February 2016, UT1-UTC= 0.0171067, Accumulated Leap Seconds=36 + { 2457427.50, 68.168691 }, //09 February 2016, UT1-UTC= 0.0153086, Accumulated Leap Seconds=36 + { 2457428.50, 68.170687 }, //10 February 2016, UT1-UTC= 0.0133135, Accumulated Leap Seconds=36 + { 2457429.50, 68.172788 }, //11 February 2016, UT1-UTC= 0.0112116, Accumulated Leap Seconds=36 + { 2457430.50, 68.174834 }, //12 February 2016, UT1-UTC= 0.0091659, Accumulated Leap Seconds=36 + { 2457431.50, 68.176871 }, //13 February 2016, UT1-UTC= 0.0071291, Accumulated Leap Seconds=36 + { 2457432.50, 68.178759 }, //14 February 2016, UT1-UTC= 0.0052412, Accumulated Leap Seconds=36 + { 2457433.50, 68.180496 }, //15 February 2016, UT1-UTC= 0.0035036, Accumulated Leap Seconds=36 + { 2457434.50, 68.182088 }, //16 February 2016, UT1-UTC= 0.0019117, Accumulated Leap Seconds=36 + { 2457435.50, 68.183531 }, //17 February 2016, UT1-UTC= 0.0004688, Accumulated Leap Seconds=36 + { 2457436.50, 68.184856 }, //18 February 2016, UT1-UTC=-0.0008558, Accumulated Leap Seconds=36 + { 2457437.50, 68.186144 }, //19 February 2016, UT1-UTC=-0.0021443, Accumulated Leap Seconds=36 + { 2457438.50, 68.187467 }, //20 February 2016, UT1-UTC=-0.0034666, Accumulated Leap Seconds=36 + { 2457439.50, 68.188887 }, //21 February 2016, UT1-UTC=-0.0048874, Accumulated Leap Seconds=36 + { 2457440.50, 68.190431 }, //22 February 2016, UT1-UTC=-0.0064308, Accumulated Leap Seconds=36 + { 2457441.50, 68.192075 }, //23 February 2016, UT1-UTC=-0.0080748, Accumulated Leap Seconds=36 + { 2457442.50, 68.193792 }, //24 February 2016, UT1-UTC=-0.0097922, Accumulated Leap Seconds=36 + { 2457443.50, 68.195576 }, //25 February 2016, UT1-UTC=-0.0115757, Accumulated Leap Seconds=36 + { 2457444.50, 68.197419 }, //26 February 2016, UT1-UTC=-0.0134193, Accumulated Leap Seconds=36 + { 2457445.50, 68.199216 }, //27 February 2016, UT1-UTC=-0.0152164, Accumulated Leap Seconds=36 + { 2457446.50, 68.200966 }, //28 February 2016, UT1-UTC=-0.0169658, Accumulated Leap Seconds=36 + { 2457447.50, 68.202691 }, //29 February 2016, UT1-UTC=-0.0186907, Accumulated Leap Seconds=36 + { 2457448.50, 68.204365 }, //01 March 2016, UT1-UTC=-0.0203653, Accumulated Leap Seconds=36 + { 2457449.50, 68.206012 }, //02 March 2016, UT1-UTC=-0.0220122, Accumulated Leap Seconds=36 + { 2457450.50, 68.207702 }, //03 March 2016, UT1-UTC=-0.0237020, Accumulated Leap Seconds=36 + { 2457451.50, 68.209442 }, //04 March 2016, UT1-UTC=-0.0254416, Accumulated Leap Seconds=36 + { 2457452.50, 68.211236 }, //05 March 2016, UT1-UTC=-0.0272359, Accumulated Leap Seconds=36 + { 2457453.50, 68.213184 }, //06 March 2016, UT1-UTC=-0.0291843, Accumulated Leap Seconds=36 + { 2457454.50, 68.215309 }, //07 March 2016, UT1-UTC=-0.0313091, Accumulated Leap Seconds=36 + { 2457455.50, 68.217560 }, //08 March 2016, UT1-UTC=-0.0335602, Accumulated Leap Seconds=36 + { 2457456.50, 68.219917 }, //09 March 2016, UT1-UTC=-0.0359172, Accumulated Leap Seconds=36 + { 2457457.50, 68.222365 }, //10 March 2016, UT1-UTC=-0.0383652, Accumulated Leap Seconds=36 + { 2457458.50, 68.224862 }, //11 March 2016, UT1-UTC=-0.0408624, Accumulated Leap Seconds=36 + { 2457459.50, 68.227282 }, //12 March 2016, UT1-UTC=-0.0432816, Accumulated Leap Seconds=36 + { 2457460.50, 68.229580 }, //13 March 2016, UT1-UTC=-0.0455797, Accumulated Leap Seconds=36 + { 2457461.50, 68.231747 }, //14 March 2016, UT1-UTC=-0.0477466, Accumulated Leap Seconds=36 + { 2457462.50, 68.233769 }, //15 March 2016, UT1-UTC=-0.0497693, Accumulated Leap Seconds=36 + { 2457463.50, 68.235648 }, //16 March 2016, UT1-UTC=-0.0516483, Accumulated Leap Seconds=36 + { 2457464.50, 68.237466 }, //17 March 2016, UT1-UTC=-0.0534664, Accumulated Leap Seconds=36 + { 2457465.50, 68.239284 }, //18 March 2016, UT1-UTC=-0.0552843, Accumulated Leap Seconds=36 + { 2457466.50, 68.241143 }, //19 March 2016, UT1-UTC=-0.0571428, Accumulated Leap Seconds=36 + { 2457467.50, 68.243084 }, //20 March 2016, UT1-UTC=-0.0590845, Accumulated Leap Seconds=36 + { 2457468.50, 68.245099 }, //21 March 2016, UT1-UTC=-0.0610988, Accumulated Leap Seconds=36 + { 2457469.50, 68.247186 }, //22 March 2016, UT1-UTC=-0.0631860, Accumulated Leap Seconds=36 + { 2457470.50, 68.249293 }, //23 March 2016, UT1-UTC=-0.0652933, Accumulated Leap Seconds=36 + { 2457471.50, 68.251340 }, //24 March 2016, UT1-UTC=-0.0673398, Accumulated Leap Seconds=36 + { 2457472.50, 68.253354 }, //25 March 2016, UT1-UTC=-0.0693540, Accumulated Leap Seconds=36 + { 2457473.50, 68.255390 }, //26 March 2016, UT1-UTC=-0.0713899, Accumulated Leap Seconds=36 + { 2457474.50, 68.257399 }, //27 March 2016, UT1-UTC=-0.0733993, Accumulated Leap Seconds=36 + { 2457475.50, 68.259336 }, //28 March 2016, UT1-UTC=-0.0753359, Accumulated Leap Seconds=36 + { 2457476.50, 68.261184 }, //29 March 2016, UT1-UTC=-0.0771843, Accumulated Leap Seconds=36 + { 2457477.50, 68.262961 }, //30 March 2016, UT1-UTC=-0.0789609, Accumulated Leap Seconds=36 + { 2457478.50, 68.264700 }, //31 March 2016, UT1-UTC=-0.0807003, Accumulated Leap Seconds=36 + { 2457479.50, 68.266451 }, //01 April 2016, UT1-UTC=-0.0824507, Accumulated Leap Seconds=36 + { 2457480.50, 68.268246 }, //02 April 2016, UT1-UTC=-0.0842461, Accumulated Leap Seconds=36 + { 2457481.50, 68.270150 }, //03 April 2016, UT1-UTC=-0.0861498, Accumulated Leap Seconds=36 + { 2457482.50, 68.272153 }, //04 April 2016, UT1-UTC=-0.0881531, Accumulated Leap Seconds=36 + { 2457483.50, 68.274299 }, //05 April 2016, UT1-UTC=-0.0902987, Accumulated Leap Seconds=36 + { 2457484.50, 68.276577 }, //06 April 2016, UT1-UTC=-0.0925765, Accumulated Leap Seconds=36 + { 2457485.50, 68.278934 }, //07 April 2016, UT1-UTC=-0.0949338, Accumulated Leap Seconds=36 + { 2457486.50, 68.281274 }, //08 April 2016, UT1-UTC=-0.0972744, Accumulated Leap Seconds=36 + { 2457487.50, 68.283575 }, //09 April 2016, UT1-UTC=-0.0995752, Accumulated Leap Seconds=36 + { 2457488.50, 68.285722 }, //10 April 2016, UT1-UTC=-0.1017219, Accumulated Leap Seconds=36 + { 2457489.50, 68.287665 }, //11 April 2016, UT1-UTC=-0.1036651, Accumulated Leap Seconds=36 + { 2457490.50, 68.289474 }, //12 April 2016, UT1-UTC=-0.1054736, Accumulated Leap Seconds=36 + { 2457491.50, 68.291168 }, //13 April 2016, UT1-UTC=-0.1071675, Accumulated Leap Seconds=36 + { 2457492.50, 68.292754 }, //14 April 2016, UT1-UTC=-0.1087543, Accumulated Leap Seconds=36 + { 2457493.50, 68.294296 }, //15 April 2016, UT1-UTC=-0.1102959, Accumulated Leap Seconds=36 + { 2457494.50, 68.295895 }, //16 April 2016, UT1-UTC=-0.1118952, Accumulated Leap Seconds=36 + { 2457495.50, 68.297549 }, //17 April 2016, UT1-UTC=-0.1135492, Accumulated Leap Seconds=36 + { 2457496.50, 68.299216 }, //18 April 2016, UT1-UTC=-0.1152155, Accumulated Leap Seconds=36 + { 2457497.50, 68.300908 }, //19 April 2016, UT1-UTC=-0.1169076, Accumulated Leap Seconds=36 + { 2457498.50, 68.302631 }, //20 April 2016, UT1-UTC=-0.1186310, Accumulated Leap Seconds=36 + { 2457499.50, 68.304326 }, //21 April 2016, UT1-UTC=-0.1203262, Accumulated Leap Seconds=36 + { 2457500.50, 68.305971 }, //22 April 2016, UT1-UTC=-0.1219708, Accumulated Leap Seconds=36 + { 2457501.50, 68.307581 }, //23 April 2016, UT1-UTC=-0.1235814, Accumulated Leap Seconds=36 + { 2457502.50, 68.309116 }, //24 April 2016, UT1-UTC=-0.1251158, Accumulated Leap Seconds=36 + { 2457503.50, 68.310519 }, //25 April 2016, UT1-UTC=-0.1265186, Accumulated Leap Seconds=36 + { 2457504.50, 68.311798 }, //26 April 2016, UT1-UTC=-0.1277979, Accumulated Leap Seconds=36 + { 2457505.50, 68.313029 }, //27 April 2016, UT1-UTC=-0.1290288, Accumulated Leap Seconds=36 + { 2457506.50, 68.314317 }, //28 April 2016, UT1-UTC=-0.1303167, Accumulated Leap Seconds=36 + { 2457507.50, 68.315701 }, //29 April 2016, UT1-UTC=-0.1317012, Accumulated Leap Seconds=36 + { 2457508.50, 68.317193 }, //30 April 2016, UT1-UTC=-0.1331931, Accumulated Leap Seconds=36 + { 2457509.50, 68.318817 }, //01 May 2016, UT1-UTC=-0.1348171, Accumulated Leap Seconds=36 + { 2457510.50, 68.320586 }, //02 May 2016, UT1-UTC=-0.1365862, Accumulated Leap Seconds=36 + { 2457511.50, 68.322540 }, //03 May 2016, UT1-UTC=-0.1385399, Accumulated Leap Seconds=36 + { 2457512.50, 68.324670 }, //04 May 2016, UT1-UTC=-0.1406699, Accumulated Leap Seconds=36 + { 2457513.50, 68.326863 }, //05 May 2016, UT1-UTC=-0.1428627, Accumulated Leap Seconds=36 + { 2457514.50, 68.329010 }, //06 May 2016, UT1-UTC=-0.1450098, Accumulated Leap Seconds=36 + { 2457515.50, 68.331030 }, //07 May 2016, UT1-UTC=-0.1470298, Accumulated Leap Seconds=36 + { 2457516.50, 68.332878 }, //08 May 2016, UT1-UTC=-0.1488783, Accumulated Leap Seconds=36 + { 2457517.50, 68.334549 }, //09 May 2016, UT1-UTC=-0.1505493, Accumulated Leap Seconds=36 + { 2457518.50, 68.336073 }, //10 May 2016, UT1-UTC=-0.1520726, Accumulated Leap Seconds=36 + { 2457519.50, 68.337475 }, //11 May 2016, UT1-UTC=-0.1534752, Accumulated Leap Seconds=36 + { 2457520.50, 68.338831 }, //12 May 2016, UT1-UTC=-0.1548314, Accumulated Leap Seconds=36 + { 2457521.50, 68.340259 }, //13 May 2016, UT1-UTC=-0.1562592, Accumulated Leap Seconds=36 + { 2457522.50, 68.341809 }, //14 May 2016, UT1-UTC=-0.1578095, Accumulated Leap Seconds=36 + { 2457523.50, 68.343459 }, //15 May 2016, UT1-UTC=-0.1594593, Accumulated Leap Seconds=36 + { 2457524.50, 68.345178 }, //16 May 2016, UT1-UTC=-0.1611781, Accumulated Leap Seconds=36 + { 2457525.50, 68.346928 }, //17 May 2016, UT1-UTC=-0.1629276, Accumulated Leap Seconds=36 + { 2457526.50, 68.348654 }, //18 May 2016, UT1-UTC=-0.1646540, Accumulated Leap Seconds=36 + { 2457527.50, 68.350296 }, //19 May 2016, UT1-UTC=-0.1662957, Accumulated Leap Seconds=36 + { 2457528.50, 68.351864 }, //20 May 2016, UT1-UTC=-0.1678640, Accumulated Leap Seconds=36 + { 2457529.50, 68.353378 }, //21 May 2016, UT1-UTC=-0.1693776, Accumulated Leap Seconds=36 + { 2457530.50, 68.354842 }, //22 May 2016, UT1-UTC=-0.1708417, Accumulated Leap Seconds=36 + { 2457531.50, 68.356305 }, //23 May 2016, UT1-UTC=-0.1723050, Accumulated Leap Seconds=36 + { 2457532.50, 68.357760 }, //24 May 2016, UT1-UTC=-0.1737600, Accumulated Leap Seconds=36 + { 2457533.50, 68.359170 }, //25 May 2016, UT1-UTC=-0.1751700, Accumulated Leap Seconds=36 + { 2457534.50, 68.360536 }, //26 May 2016, UT1-UTC=-0.1765358, Accumulated Leap Seconds=36 + { 2457535.50, 68.361918 }, //27 May 2016, UT1-UTC=-0.1779183, Accumulated Leap Seconds=36 + { 2457536.50, 68.363389 }, //28 May 2016, UT1-UTC=-0.1793894, Accumulated Leap Seconds=36 + { 2457537.50, 68.364976 }, //29 May 2016, UT1-UTC=-0.1809761, Accumulated Leap Seconds=36 + { 2457538.50, 68.366702 }, //30 May 2016, UT1-UTC=-0.1827016, Accumulated Leap Seconds=36 + { 2457539.50, 68.368513 }, //31 May 2016, UT1-UTC=-0.1845129, Accumulated Leap Seconds=36 + { 2457540.50, 68.370356 }, //01 June 2016, UT1-UTC=-0.1863564, Accumulated Leap Seconds=36 + { 2457541.50, 68.372195 }, //02 June 2016, UT1-UTC=-0.1881947, Accumulated Leap Seconds=36 + { 2457542.50, 68.373937 }, //03 June 2016, UT1-UTC=-0.1899367, Accumulated Leap Seconds=36 + { 2457543.50, 68.375490 }, //04 June 2016, UT1-UTC=-0.1914902, Accumulated Leap Seconds=36 + { 2457544.50, 68.376844 }, //05 June 2016, UT1-UTC=-0.1928440, Accumulated Leap Seconds=36 + { 2457545.50, 68.378049 }, //06 June 2016, UT1-UTC=-0.1940489, Accumulated Leap Seconds=36 + { 2457546.50, 68.379150 }, //07 June 2016, UT1-UTC=-0.1951500, Accumulated Leap Seconds=36 + { 2457547.50, 68.380185 }, //08 June 2016, UT1-UTC=-0.1961851, Accumulated Leap Seconds=36 + { 2457548.50, 68.381171 }, //09 June 2016, UT1-UTC=-0.1971713, Accumulated Leap Seconds=36 + { 2457549.50, 68.382113 }, //10 June 2016, UT1-UTC=-0.1981130, Accumulated Leap Seconds=36 + { 2457550.50, 68.383042 }, //11 June 2016, UT1-UTC=-0.1990420, Accumulated Leap Seconds=36 + { 2457551.50, 68.383971 }, //12 June 2016, UT1-UTC=-0.1999712, Accumulated Leap Seconds=36 + { 2457552.50, 68.384860 }, //13 June 2016, UT1-UTC=-0.2008601, Accumulated Leap Seconds=36 + { 2457553.50, 68.385680 }, //14 June 2016, UT1-UTC=-0.2016797, Accumulated Leap Seconds=36 + { 2457554.50, 68.386426 }, //15 June 2016, UT1-UTC=-0.2024261, Accumulated Leap Seconds=36 + { 2457555.50, 68.387061 }, //16 June 2016, UT1-UTC=-0.2030606, Accumulated Leap Seconds=36 + { 2457556.50, 68.387581 }, //17 June 2016, UT1-UTC=-0.2035810, Accumulated Leap Seconds=36 + { 2457557.50, 68.388030 }, //18 June 2016, UT1-UTC=-0.2040299, Accumulated Leap Seconds=36 + { 2457558.50, 68.388359 }, //19 June 2016, UT1-UTC=-0.2043590, Accumulated Leap Seconds=36 + { 2457559.50, 68.388617 }, //20 June 2016, UT1-UTC=-0.2046174, Accumulated Leap Seconds=36 + { 2457560.50, 68.388834 }, //21 June 2016, UT1-UTC=-0.2048343, Accumulated Leap Seconds=36 + { 2457561.50, 68.389081 }, //22 June 2016, UT1-UTC=-0.2050810, Accumulated Leap Seconds=36 + { 2457562.50, 68.389432 }, //23 June 2016, UT1-UTC=-0.2054319, Accumulated Leap Seconds=36 + { 2457563.50, 68.389890 }, //24 June 2016, UT1-UTC=-0.2058903, Accumulated Leap Seconds=36 + { 2457564.50, 68.390513 }, //25 June 2016, UT1-UTC=-0.2065126, Accumulated Leap Seconds=36 + { 2457565.50, 68.391317 }, //26 June 2016, UT1-UTC=-0.2073165, Accumulated Leap Seconds=36 + { 2457566.50, 68.392262 }, //27 June 2016, UT1-UTC=-0.2082620, Accumulated Leap Seconds=36 + { 2457567.50, 68.393307 }, //28 June 2016, UT1-UTC=-0.2093075, Accumulated Leap Seconds=36 + { 2457568.50, 68.394414 }, //29 June 2016, UT1-UTC=-0.2104145, Accumulated Leap Seconds=36 + { 2457569.50, 68.395482 }, //30 June 2016, UT1-UTC=-0.2114824, Accumulated Leap Seconds=36 + { 2457570.50, 68.396436 }, //01 July 2016, UT1-UTC=-0.2124356, Accumulated Leap Seconds=36 + { 2457571.50, 68.397314 }, //02 July 2016, UT1-UTC=-0.2133138, Accumulated Leap Seconds=36 + { 2457572.50, 68.398103 }, //03 July 2016, UT1-UTC=-0.2141035, Accumulated Leap Seconds=36 + { 2457573.50, 68.398752 }, //04 July 2016, UT1-UTC=-0.2147524, Accumulated Leap Seconds=36 + { 2457574.50, 68.399314 }, //05 July 2016, UT1-UTC=-0.2153143, Accumulated Leap Seconds=36 + { 2457575.50, 68.399836 }, //06 July 2016, UT1-UTC=-0.2158356, Accumulated Leap Seconds=36 + { 2457576.50, 68.400348 }, //07 July 2016, UT1-UTC=-0.2163479, Accumulated Leap Seconds=36 + { 2457577.50, 68.400902 }, //08 July 2016, UT1-UTC=-0.2169018, Accumulated Leap Seconds=36 + { 2457578.50, 68.401510 }, //09 July 2016, UT1-UTC=-0.2175095, Accumulated Leap Seconds=36 + { 2457579.50, 68.402145 }, //10 July 2016, UT1-UTC=-0.2181454, Accumulated Leap Seconds=36 + { 2457580.50, 68.402691 }, //11 July 2016, UT1-UTC=-0.2186913, Accumulated Leap Seconds=36 + { 2457581.50, 68.403142 }, //12 July 2016, UT1-UTC=-0.2191422, Accumulated Leap Seconds=36 + { 2457582.50, 68.403541 }, //13 July 2016, UT1-UTC=-0.2195406, Accumulated Leap Seconds=36 + { 2457583.50, 68.403847 }, //14 July 2016, UT1-UTC=-0.2198472, Accumulated Leap Seconds=36 + { 2457584.50, 68.404006 }, //15 July 2016, UT1-UTC=-0.2200059, Accumulated Leap Seconds=36 + { 2457585.50, 68.404047 }, //16 July 2016, UT1-UTC=-0.2200471, Accumulated Leap Seconds=36 + { 2457586.50, 68.404032 }, //17 July 2016, UT1-UTC=-0.2200325, Accumulated Leap Seconds=36 + { 2457587.50, 68.404006 }, //18 July 2016, UT1-UTC=-0.2200059, Accumulated Leap Seconds=36 + { 2457588.50, 68.403998 }, //19 July 2016, UT1-UTC=-0.2199975, Accumulated Leap Seconds=36 + { 2457589.50, 68.404069 }, //20 July 2016, UT1-UTC=-0.2200691, Accumulated Leap Seconds=36 + { 2457590.50, 68.404250 }, //21 July 2016, UT1-UTC=-0.2202501, Accumulated Leap Seconds=36 + { 2457591.50, 68.404554 }, //22 July 2016, UT1-UTC=-0.2205537, Accumulated Leap Seconds=36 + { 2457592.50, 68.404971 }, //23 July 2016, UT1-UTC=-0.2209708, Accumulated Leap Seconds=36 + { 2457593.50, 68.405450 }, //24 July 2016, UT1-UTC=-0.2214499, Accumulated Leap Seconds=36 + { 2457594.50, 68.405995 }, //25 July 2016, UT1-UTC=-0.2219951, Accumulated Leap Seconds=36 + { 2457595.50, 68.406600 }, //26 July 2016, UT1-UTC=-0.2226003, Accumulated Leap Seconds=36 + { 2457596.50, 68.407201 }, //27 July 2016, UT1-UTC=-0.2232010, Accumulated Leap Seconds=36 + { 2457597.50, 68.407760 }, //28 July 2016, UT1-UTC=-0.2237600, Accumulated Leap Seconds=36 + { 2457598.50, 68.408266 }, //29 July 2016, UT1-UTC=-0.2242661, Accumulated Leap Seconds=36 + { 2457599.50, 68.408711 }, //30 July 2016, UT1-UTC=-0.2247111, Accumulated Leap Seconds=36 + { 2457600.50, 68.409098 }, //31 July 2016, UT1-UTC=-0.2250985, Accumulated Leap Seconds=36 + { 2457601.50, 68.409447 }, //01 August 2016, UT1-UTC=-0.2254472, Accumulated Leap Seconds=36 + { 2457602.50, 68.409841 }, //02 August 2016, UT1-UTC=-0.2258411, Accumulated Leap Seconds=36 + { 2457603.50, 68.410339 }, //03 August 2016, UT1-UTC=-0.2263390, Accumulated Leap Seconds=36 + { 2457604.50, 68.410919 }, //04 August 2016, UT1-UTC=-0.2269191, Accumulated Leap Seconds=36 + { 2457605.50, 68.411568 }, //05 August 2016, UT1-UTC=-0.2275676, Accumulated Leap Seconds=36 + { 2457606.50, 68.412255 }, //06 August 2016, UT1-UTC=-0.2282547, Accumulated Leap Seconds=36 + { 2457607.50, 68.412963 }, //07 August 2016, UT1-UTC=-0.2289632, Accumulated Leap Seconds=36 + { 2457608.50, 68.413673 }, //08 August 2016, UT1-UTC=-0.2296730, Accumulated Leap Seconds=36 + { 2457609.50, 68.414366 }, //09 August 2016, UT1-UTC=-0.2303661, Accumulated Leap Seconds=36 + { 2457610.50, 68.415028 }, //10 August 2016, UT1-UTC=-0.2310283, Accumulated Leap Seconds=36 + { 2457611.50, 68.415606 }, //11 August 2016, UT1-UTC=-0.2316058, Accumulated Leap Seconds=36 + { 2457612.50, 68.416082 }, //12 August 2016, UT1-UTC=-0.2320822, Accumulated Leap Seconds=36 + { 2457613.50, 68.416444 }, //13 August 2016, UT1-UTC=-0.2324437, Accumulated Leap Seconds=36 + { 2457614.50, 68.416714 }, //14 August 2016, UT1-UTC=-0.2327144, Accumulated Leap Seconds=36 + { 2457615.50, 68.416975 }, //15 August 2016, UT1-UTC=-0.2329751, Accumulated Leap Seconds=36 + { 2457616.50, 68.417323 }, //16 August 2016, UT1-UTC=-0.2333231, Accumulated Leap Seconds=36 + { 2457617.50, 68.417796 }, //17 August 2016, UT1-UTC=-0.2337959, Accumulated Leap Seconds=36 + { 2457618.50, 68.418410 }, //18 August 2016, UT1-UTC=-0.2344103, Accumulated Leap Seconds=36 + { 2457619.50, 68.419233 }, //19 August 2016, UT1-UTC=-0.2352334, Accumulated Leap Seconds=36 + { 2457620.50, 68.420229 }, //20 August 2016, UT1-UTC=-0.2362291, Accumulated Leap Seconds=36 + { 2457621.50, 68.421322 }, //21 August 2016, UT1-UTC=-0.2373224, Accumulated Leap Seconds=36 + { 2457622.50, 68.422444 }, //22 August 2016, UT1-UTC=-0.2384439, Accumulated Leap Seconds=36 + { 2457623.50, 68.423546 }, //23 August 2016, UT1-UTC=-0.2395462, Accumulated Leap Seconds=36 + { 2457624.50, 68.424574 }, //24 August 2016, UT1-UTC=-0.2405738, Accumulated Leap Seconds=36 + { 2457625.50, 68.425496 }, //25 August 2016, UT1-UTC=-0.2414956, Accumulated Leap Seconds=36 + { 2457626.50, 68.426326 }, //26 August 2016, UT1-UTC=-0.2423264, Accumulated Leap Seconds=36 + { 2457627.50, 68.427064 }, //27 August 2016, UT1-UTC=-0.2430636, Accumulated Leap Seconds=36 + { 2457628.50, 68.427729 }, //28 August 2016, UT1-UTC=-0.2437289, Accumulated Leap Seconds=36 + { 2457629.50, 68.428333 }, //29 August 2016, UT1-UTC=-0.2443330, Accumulated Leap Seconds=36 + { 2457630.50, 68.428960 }, //30 August 2016, UT1-UTC=-0.2449597, Accumulated Leap Seconds=36 + { 2457631.50, 68.429680 }, //31 August 2016, UT1-UTC=-0.2456797, Accumulated Leap Seconds=36 + { 2457632.50, 68.430461 }, //01 September 2016, UT1-UTC=-0.2464611, Accumulated Leap Seconds=36 + { 2457633.50, 68.431292 }, //02 September 2016, UT1-UTC=-0.2472920, Accumulated Leap Seconds=36 + { 2457634.50, 68.432177 }, //03 September 2016, UT1-UTC=-0.2481766, Accumulated Leap Seconds=36 + { 2457635.50, 68.433119 }, //04 September 2016, UT1-UTC=-0.2491189, Accumulated Leap Seconds=36 + { 2457636.50, 68.434086 }, //05 September 2016, UT1-UTC=-0.2500864, Accumulated Leap Seconds=36 + { 2457637.50, 68.435033 }, //06 September 2016, UT1-UTC=-0.2510326, Accumulated Leap Seconds=36 + { 2457638.50, 68.435919 }, //07 September 2016, UT1-UTC=-0.2519190, Accumulated Leap Seconds=36 + { 2457639.50, 68.436746 }, //08 September 2016, UT1-UTC=-0.2527462, Accumulated Leap Seconds=36 + { 2457640.50, 68.437511 }, //09 September 2016, UT1-UTC=-0.2535109, Accumulated Leap Seconds=36 + { 2457641.50, 68.438194 }, //10 September 2016, UT1-UTC=-0.2541938, Accumulated Leap Seconds=36 + { 2457642.50, 68.438892 }, //11 September 2016, UT1-UTC=-0.2548922, Accumulated Leap Seconds=36 + { 2457643.50, 68.439633 }, //12 September 2016, UT1-UTC=-0.2556327, Accumulated Leap Seconds=36 + { 2457644.50, 68.440407 }, //13 September 2016, UT1-UTC=-0.2564073, Accumulated Leap Seconds=36 + { 2457645.50, 68.441238 }, //14 September 2016, UT1-UTC=-0.2572379, Accumulated Leap Seconds=36 + { 2457646.50, 68.442296 }, //15 September 2016, UT1-UTC=-0.2582958, Accumulated Leap Seconds=36 + { 2457647.50, 68.443545 }, //16 September 2016, UT1-UTC=-0.2595455, Accumulated Leap Seconds=36 + { 2457648.50, 68.444937 }, //17 September 2016, UT1-UTC=-0.2609369, Accumulated Leap Seconds=36 + { 2457649.50, 68.446405 }, //18 September 2016, UT1-UTC=-0.2624053, Accumulated Leap Seconds=36 + { 2457650.50, 68.447902 }, //19 September 2016, UT1-UTC=-0.2639019, Accumulated Leap Seconds=36 + { 2457651.50, 68.449366 }, //20 September 2016, UT1-UTC=-0.2653663, Accumulated Leap Seconds=36 + { 2457652.50, 68.450741 }, //21 September 2016, UT1-UTC=-0.2667412, Accumulated Leap Seconds=36 + { 2457653.50, 68.451975 }, //22 September 2016, UT1-UTC=-0.2679749, Accumulated Leap Seconds=36 + { 2457654.50, 68.453108 }, //23 September 2016, UT1-UTC=-0.2691085, Accumulated Leap Seconds=36 + { 2457655.50, 68.454190 }, //24 September 2016, UT1-UTC=-0.2701901, Accumulated Leap Seconds=36 + { 2457656.50, 68.455257 }, //25 September 2016, UT1-UTC=-0.2712571, Accumulated Leap Seconds=36 + { 2457657.50, 68.456385 }, //26 September 2016, UT1-UTC=-0.2723850, Accumulated Leap Seconds=36 + { 2457658.50, 68.457577 }, //27 September 2016, UT1-UTC=-0.2735775, Accumulated Leap Seconds=36 + { 2457659.50, 68.458815 }, //28 September 2016, UT1-UTC=-0.2748146, Accumulated Leap Seconds=36 + { 2457660.50, 68.460150 }, //29 September 2016, UT1-UTC=-0.2761502, Accumulated Leap Seconds=36 + { 2457661.50, 68.461575 }, //30 September 2016, UT1-UTC=-0.2775748, Accumulated Leap Seconds=36 + { 2457662.50, 68.462979 }, //01 October 2016, UT1-UTC=-0.2789791, Accumulated Leap Seconds=36 + { 2457663.50, 68.464340 }, //02 October 2016, UT1-UTC=-0.2803398, Accumulated Leap Seconds=36 + { 2457664.50, 68.465604 }, //03 October 2016, UT1-UTC=-0.2816038, Accumulated Leap Seconds=36 + { 2457665.50, 68.466773 }, //04 October 2016, UT1-UTC=-0.2827729, Accumulated Leap Seconds=36 + { 2457666.50, 68.467889 }, //05 October 2016, UT1-UTC=-0.2838894, Accumulated Leap Seconds=36 + { 2457667.50, 68.468945 }, //06 October 2016, UT1-UTC=-0.2849447, Accumulated Leap Seconds=36 + { 2457668.50, 68.469934 }, //07 October 2016, UT1-UTC=-0.2859339, Accumulated Leap Seconds=36 + { 2457669.50, 68.470900 }, //08 October 2016, UT1-UTC=-0.2869004, Accumulated Leap Seconds=36 + { 2457670.50, 68.471873 }, //09 October 2016, UT1-UTC=-0.2878725, Accumulated Leap Seconds=36 + { 2457671.50, 68.472932 }, //10 October 2016, UT1-UTC=-0.2889315, Accumulated Leap Seconds=36 + { 2457672.50, 68.474151 }, //11 October 2016, UT1-UTC=-0.2901510, Accumulated Leap Seconds=36 + { 2457673.50, 68.475565 }, //12 October 2016, UT1-UTC=-0.2915646, Accumulated Leap Seconds=36 + { 2457674.50, 68.477181 }, //13 October 2016, UT1-UTC=-0.2931808, Accumulated Leap Seconds=36 + { 2457675.50, 68.479011 }, //14 October 2016, UT1-UTC=-0.2950111, Accumulated Leap Seconds=36 + { 2457676.50, 68.481021 }, //15 October 2016, UT1-UTC=-0.2970207, Accumulated Leap Seconds=36 + { 2457677.50, 68.483114 }, //16 October 2016, UT1-UTC=-0.2991143, Accumulated Leap Seconds=36 + { 2457678.50, 68.485174 }, //17 October 2016, UT1-UTC=-0.3011743, Accumulated Leap Seconds=36 + { 2457679.50, 68.487093 }, //18 October 2016, UT1-UTC=-0.3030930, Accumulated Leap Seconds=36 + { 2457680.50, 68.488857 }, //19 October 2016, UT1-UTC=-0.3048574, Accumulated Leap Seconds=36 + { 2457681.50, 68.490461 }, //20 October 2016, UT1-UTC=-0.3064606, Accumulated Leap Seconds=36 + { 2457682.50, 68.491907 }, //21 October 2016, UT1-UTC=-0.3079075, Accumulated Leap Seconds=36 + { 2457683.50, 68.493316 }, //22 October 2016, UT1-UTC=-0.3093158, Accumulated Leap Seconds=36 + { 2457684.50, 68.494745 }, //23 October 2016, UT1-UTC=-0.3107455, Accumulated Leap Seconds=36 + { 2457685.50, 68.496168 }, //24 October 2016, UT1-UTC=-0.3121681, Accumulated Leap Seconds=36 + { 2457686.50, 68.497592 }, //25 October 2016, UT1-UTC=-0.3135924, Accumulated Leap Seconds=36 + { 2457687.50, 68.499065 }, //26 October 2016, UT1-UTC=-0.3150654, Accumulated Leap Seconds=36 + { 2457688.50, 68.500535 }, //27 October 2016, UT1-UTC=-0.3165353, Accumulated Leap Seconds=36 + { 2457689.50, 68.502004 }, //28 October 2016, UT1-UTC=-0.3180035, Accumulated Leap Seconds=36 + { 2457690.50, 68.503498 }, //29 October 2016, UT1-UTC=-0.3194982, Accumulated Leap Seconds=36 + { 2457691.50, 68.504998 }, //30 October 2016, UT1-UTC=-0.3209980, Accumulated Leap Seconds=36 + { 2457692.50, 68.506448 }, //31 October 2016, UT1-UTC=-0.3224484, Accumulated Leap Seconds=36 + { 2457693.50, 68.507818 }, //01 November 2016, UT1-UTC=-0.3238180, Accumulated Leap Seconds=36 + { 2457694.50, 68.509132 }, //02 November 2016, UT1-UTC=-0.3251318, Accumulated Leap Seconds=36 + { 2457695.50, 68.510393 }, //03 November 2016, UT1-UTC=-0.3263927, Accumulated Leap Seconds=36 + { 2457696.50, 68.511625 }, //04 November 2016, UT1-UTC=-0.3276250, Accumulated Leap Seconds=36 + { 2457697.50, 68.512870 }, //05 November 2016, UT1-UTC=-0.3288702, Accumulated Leap Seconds=36 + { 2457698.50, 68.514196 }, //06 November 2016, UT1-UTC=-0.3301963, Accumulated Leap Seconds=36 + { 2457699.50, 68.515672 }, //07 November 2016, UT1-UTC=-0.3316717, Accumulated Leap Seconds=36 + { 2457700.50, 68.517270 }, //08 November 2016, UT1-UTC=-0.3332698, Accumulated Leap Seconds=36 + { 2457701.50, 68.519005 }, //09 November 2016, UT1-UTC=-0.3350051, Accumulated Leap Seconds=36 + { 2457702.50, 68.520901 }, //10 November 2016, UT1-UTC=-0.3369012, Accumulated Leap Seconds=36 + { 2457703.50, 68.522945 }, //11 November 2016, UT1-UTC=-0.3389450, Accumulated Leap Seconds=36 + { 2457704.50, 68.525097 }, //12 November 2016, UT1-UTC=-0.3410974, Accumulated Leap Seconds=36 + { 2457705.50, 68.527236 }, //13 November 2016, UT1-UTC=-0.3432364, Accumulated Leap Seconds=36 + { 2457706.50, 68.529259 }, //14 November 2016, UT1-UTC=-0.3452590, Accumulated Leap Seconds=36 + { 2457707.50, 68.531100 }, //15 November 2016, UT1-UTC=-0.3470999, Accumulated Leap Seconds=36 + { 2457708.50, 68.532693 }, //16 November 2016, UT1-UTC=-0.3486935, Accumulated Leap Seconds=36 + { 2457709.50, 68.534072 }, //17 November 2016, UT1-UTC=-0.3500719, Accumulated Leap Seconds=36 + { 2457710.50, 68.535358 }, //18 November 2016, UT1-UTC=-0.3513579, Accumulated Leap Seconds=36 + { 2457711.50, 68.536624 }, //19 November 2016, UT1-UTC=-0.3526242, Accumulated Leap Seconds=36 + { 2457712.50, 68.537944 }, //20 November 2016, UT1-UTC=-0.3539436, Accumulated Leap Seconds=36 + { 2457713.50, 68.539327 }, //21 November 2016, UT1-UTC=-0.3553270, Accumulated Leap Seconds=36 + { 2457714.50, 68.540807 }, //22 November 2016, UT1-UTC=-0.3568065, Accumulated Leap Seconds=36 + { 2457715.50, 68.542332 }, //23 November 2016, UT1-UTC=-0.3583322, Accumulated Leap Seconds=36 + { 2457716.50, 68.543898 }, //24 November 2016, UT1-UTC=-0.3598979, Accumulated Leap Seconds=36 + { 2457717.50, 68.545480 }, //25 November 2016, UT1-UTC=-0.3614801, Accumulated Leap Seconds=36 + { 2457718.50, 68.547035 }, //26 November 2016, UT1-UTC=-0.3630352, Accumulated Leap Seconds=36 + { 2457719.50, 68.548514 }, //27 November 2016, UT1-UTC=-0.3645141, Accumulated Leap Seconds=36 + { 2457720.50, 68.549904 }, //28 November 2016, UT1-UTC=-0.3659039, Accumulated Leap Seconds=36 + { 2457721.50, 68.551215 }, //29 November 2016, UT1-UTC=-0.3672153, Accumulated Leap Seconds=36 + { 2457722.50, 68.552473 }, //30 November 2016, UT1-UTC=-0.3684730, Accumulated Leap Seconds=36 + { 2457723.50, 68.553702 }, //01 December 2016, UT1-UTC=-0.3697018, Accumulated Leap Seconds=36 + { 2457724.50, 68.554917 }, //02 December 2016, UT1-UTC=-0.3709165, Accumulated Leap Seconds=36 + { 2457725.50, 68.556125 }, //03 December 2016, UT1-UTC=-0.3721246, Accumulated Leap Seconds=36 + { 2457726.50, 68.557334 }, //04 December 2016, UT1-UTC=-0.3733343, Accumulated Leap Seconds=36 + { 2457727.50, 68.558646 }, //05 December 2016, UT1-UTC=-0.3746458, Accumulated Leap Seconds=36 + { 2457728.50, 68.560048 }, //06 December 2016, UT1-UTC=-0.3760479, Accumulated Leap Seconds=36 + { 2457729.50, 68.561547 }, //07 December 2016, UT1-UTC=-0.3775474, Accumulated Leap Seconds=36 + { 2457730.50, 68.563172 }, //08 December 2016, UT1-UTC=-0.3791717, Accumulated Leap Seconds=36 + { 2457731.50, 68.564912 }, //09 December 2016, UT1-UTC=-0.3809123, Accumulated Leap Seconds=36 + { 2457732.50, 68.566729 }, //10 December 2016, UT1-UTC=-0.3827288, Accumulated Leap Seconds=36 + { 2457733.50, 68.568517 }, //11 December 2016, UT1-UTC=-0.3845167, Accumulated Leap Seconds=36 + { 2457734.50, 68.570187 }, //12 December 2016, UT1-UTC=-0.3861868, Accumulated Leap Seconds=36 + { 2457735.50, 68.571701 }, //13 December 2016, UT1-UTC=-0.3877010, Accumulated Leap Seconds=36 + { 2457736.50, 68.573022 }, //14 December 2016, UT1-UTC=-0.3890224, Accumulated Leap Seconds=36 + { 2457737.50, 68.574251 }, //15 December 2016, UT1-UTC=-0.3902508, Accumulated Leap Seconds=36 + { 2457738.50, 68.575491 }, //16 December 2016, UT1-UTC=-0.3914912, Accumulated Leap Seconds=36 + { 2457739.50, 68.576760 }, //17 December 2016, UT1-UTC=-0.3927602, Accumulated Leap Seconds=36 + { 2457740.50, 68.578024 }, //18 December 2016, UT1-UTC=-0.3940241, Accumulated Leap Seconds=36 + { 2457741.50, 68.579282 }, //19 December 2016, UT1-UTC=-0.3952822, Accumulated Leap Seconds=36 + { 2457742.50, 68.580562 }, //20 December 2016, UT1-UTC=-0.3965624, Accumulated Leap Seconds=36 + { 2457743.50, 68.581837 }, //21 December 2016, UT1-UTC=-0.3978370, Accumulated Leap Seconds=36 + { 2457744.50, 68.583102 }, //22 December 2016, UT1-UTC=-0.3991024, Accumulated Leap Seconds=36 + { 2457745.50, 68.584339 }, //23 December 2016, UT1-UTC=-0.4003390, Accumulated Leap Seconds=36 + { 2457746.50, 68.585510 }, //24 December 2016, UT1-UTC=-0.4015098, Accumulated Leap Seconds=36 + { 2457747.50, 68.586582 }, //25 December 2016, UT1-UTC=-0.4025817, Accumulated Leap Seconds=36 + { 2457748.50, 68.587553 }, //26 December 2016, UT1-UTC=-0.4035526, Accumulated Leap Seconds=36 + { 2457749.50, 68.588454 }, //27 December 2016, UT1-UTC=-0.4044543, Accumulated Leap Seconds=36 + { 2457750.50, 68.589285 }, //28 December 2016, UT1-UTC=-0.4052850, Accumulated Leap Seconds=36 + { 2457751.50, 68.590088 }, //29 December 2016, UT1-UTC=-0.4060885, Accumulated Leap Seconds=36 + { 2457752.50, 68.590918 }, //30 December 2016, UT1-UTC=-0.4069180, Accumulated Leap Seconds=36 + { 2457753.50, 68.591760 }, //31 December 2016, UT1-UTC=-0.4077601, Accumulated Leap Seconds=36 + { 2457754.50, 68.592718 }, //01 January 2017, UT1-UTC= 0.5912821, Accumulated Leap Seconds=37 + { 2457755.50, 68.593825 }, //02 January 2017, UT1-UTC= 0.5901752, Accumulated Leap Seconds=37 + { 2457756.50, 68.595059 }, //03 January 2017, UT1-UTC= 0.5889406, Accumulated Leap Seconds=37 + { 2457757.50, 68.596437 }, //04 January 2017, UT1-UTC= 0.5875626, Accumulated Leap Seconds=37 + { 2457758.50, 68.597983 }, //05 January 2017, UT1-UTC= 0.5860173, Accumulated Leap Seconds=37 + { 2457759.50, 68.599574 }, //06 January 2017, UT1-UTC= 0.5844262, Accumulated Leap Seconds=37 + { 2457760.50, 68.601156 }, //07 January 2017, UT1-UTC= 0.5828444, Accumulated Leap Seconds=37 + { 2457761.50, 68.602695 }, //08 January 2017, UT1-UTC= 0.5813054, Accumulated Leap Seconds=37 + { 2457762.50, 68.604148 }, //09 January 2017, UT1-UTC= 0.5798520, Accumulated Leap Seconds=37 + { 2457763.50, 68.605481 }, //10 January 2017, UT1-UTC= 0.5785191, Accumulated Leap Seconds=37 + { 2457764.50, 68.606680 }, //11 January 2017, UT1-UTC= 0.5773203, Accumulated Leap Seconds=37 + { 2457765.50, 68.607842 }, //12 January 2017, UT1-UTC= 0.5761577, Accumulated Leap Seconds=37 + { 2457766.50, 68.609024 }, //13 January 2017, UT1-UTC= 0.5749761, Accumulated Leap Seconds=37 + { 2457767.50, 68.610253 }, //14 January 2017, UT1-UTC= 0.5737466, Accumulated Leap Seconds=37 + { 2457768.50, 68.611561 }, //15 January 2017, UT1-UTC= 0.5724390, Accumulated Leap Seconds=37 + { 2457769.50, 68.612918 }, //16 January 2017, UT1-UTC= 0.5710822, Accumulated Leap Seconds=37 + { 2457770.50, 68.614261 }, //17 January 2017, UT1-UTC= 0.5697394, Accumulated Leap Seconds=37 + { 2457771.50, 68.615526 }, //18 January 2017, UT1-UTC= 0.5684741, Accumulated Leap Seconds=37 + { 2457772.50, 68.616734 }, //19 January 2017, UT1-UTC= 0.5672660, Accumulated Leap Seconds=37 + { 2457773.50, 68.617853 }, //20 January 2017, UT1-UTC= 0.5661469, Accumulated Leap Seconds=37 + { 2457774.50, 68.618924 }, //21 January 2017, UT1-UTC= 0.5650763, Accumulated Leap Seconds=37 + { 2457775.50, 68.619946 }, //22 January 2017, UT1-UTC= 0.5640535, Accumulated Leap Seconds=37 + { 2457776.50, 68.620892 }, //23 January 2017, UT1-UTC= 0.5631082, Accumulated Leap Seconds=37 + { 2457777.50, 68.621742 }, //24 January 2017, UT1-UTC= 0.5622575, Accumulated Leap Seconds=37 + { 2457778.50, 68.622546 }, //25 January 2017, UT1-UTC= 0.5614538, Accumulated Leap Seconds=37 + { 2457779.50, 68.623335 }, //26 January 2017, UT1-UTC= 0.5606647, Accumulated Leap Seconds=37 + { 2457780.50, 68.624133 }, //27 January 2017, UT1-UTC= 0.5598669, Accumulated Leap Seconds=37 + { 2457781.50, 68.625018 }, //28 January 2017, UT1-UTC= 0.5589818, Accumulated Leap Seconds=37 + { 2457782.50, 68.626012 }, //29 January 2017, UT1-UTC= 0.5579876, Accumulated Leap Seconds=37 + { 2457783.50, 68.627160 }, //30 January 2017, UT1-UTC= 0.5568403, Accumulated Leap Seconds=37 + { 2457784.50, 68.628428 }, //31 January 2017, UT1-UTC= 0.5555718, Accumulated Leap Seconds=37 + { 2457785.50, 68.629811 }, //01 February 2017, UT1-UTC= 0.5541893, Accumulated Leap Seconds=37 + { 2457786.50, 68.631265 }, //02 February 2017, UT1-UTC= 0.5527345, Accumulated Leap Seconds=37 + { 2457787.50, 68.632735 }, //03 February 2017, UT1-UTC= 0.5512649, Accumulated Leap Seconds=37 + { 2457788.50, 68.634167 }, //04 February 2017, UT1-UTC= 0.5498326, Accumulated Leap Seconds=37 + { 2457789.50, 68.635528 }, //05 February 2017, UT1-UTC= 0.5484722, Accumulated Leap Seconds=37 + { 2457790.50, 68.636806 }, //06 February 2017, UT1-UTC= 0.5471941, Accumulated Leap Seconds=37 + { 2457791.50, 68.638038 }, //07 February 2017, UT1-UTC= 0.5459615, Accumulated Leap Seconds=37 + { 2457792.50, 68.639224 }, //08 February 2017, UT1-UTC= 0.5447764, Accumulated Leap Seconds=37 + { 2457793.50, 68.640432 }, //09 February 2017, UT1-UTC= 0.5435676, Accumulated Leap Seconds=37 + { 2457794.50, 68.641730 }, //10 February 2017, UT1-UTC= 0.5422695, Accumulated Leap Seconds=37 + { 2457795.50, 68.643141 }, //11 February 2017, UT1-UTC= 0.5408590, Accumulated Leap Seconds=37 + { 2457796.50, 68.644687 }, //12 February 2017, UT1-UTC= 0.5393132, Accumulated Leap Seconds=37 + { 2457797.50, 68.646321 }, //13 February 2017, UT1-UTC= 0.5376793, Accumulated Leap Seconds=37 + { 2457798.50, 68.647998 }, //14 February 2017, UT1-UTC= 0.5360017, Accumulated Leap Seconds=37 + { 2457799.50, 68.649661 }, //15 February 2017, UT1-UTC= 0.5343385, Accumulated Leap Seconds=37 + { 2457800.50, 68.651288 }, //16 February 2017, UT1-UTC= 0.5327118, Accumulated Leap Seconds=37 + { 2457801.50, 68.652810 }, //17 February 2017, UT1-UTC= 0.5311897, Accumulated Leap Seconds=37 + { 2457802.50, 68.654194 }, //18 February 2017, UT1-UTC= 0.5298063, Accumulated Leap Seconds=37 + { 2457803.50, 68.655370 }, //19 February 2017, UT1-UTC= 0.5286304, Accumulated Leap Seconds=37 + { 2457804.50, 68.656415 }, //20 February 2017, UT1-UTC= 0.5275852, Accumulated Leap Seconds=37 + { 2457805.50, 68.657384 }, //21 February 2017, UT1-UTC= 0.5266157, Accumulated Leap Seconds=37 + { 2457806.50, 68.658307 }, //22 February 2017, UT1-UTC= 0.5256930, Accumulated Leap Seconds=37 + { 2457807.50, 68.659248 }, //23 February 2017, UT1-UTC= 0.5247522, Accumulated Leap Seconds=37 + { 2457808.50, 68.660291 }, //24 February 2017, UT1-UTC= 0.5237091, Accumulated Leap Seconds=37 + { 2457809.50, 68.661386 }, //25 February 2017, UT1-UTC= 0.5226139, Accumulated Leap Seconds=37 + { 2457810.50, 68.662600 }, //26 February 2017, UT1-UTC= 0.5214002, Accumulated Leap Seconds=37 + { 2457811.50, 68.663937 }, //27 February 2017, UT1-UTC= 0.5200629, Accumulated Leap Seconds=37 + { 2457812.50, 68.665437 }, //28 February 2017, UT1-UTC= 0.5185628, Accumulated Leap Seconds=37 + { 2457813.50, 68.667063 }, //01 March 2017, UT1-UTC= 0.5169373, Accumulated Leap Seconds=37 + { 2457814.50, 68.668704 }, //02 March 2017, UT1-UTC= 0.5152957, Accumulated Leap Seconds=37 + { 2457815.50, 68.670258 }, //03 March 2017, UT1-UTC= 0.5137419, Accumulated Leap Seconds=37 + { 2457816.50, 68.671729 }, //04 March 2017, UT1-UTC= 0.5122705, Accumulated Leap Seconds=37 + { 2457817.50, 68.673126 }, //05 March 2017, UT1-UTC= 0.5108741, Accumulated Leap Seconds=37 + { 2457818.50, 68.674446 }, //06 March 2017, UT1-UTC= 0.5095544, Accumulated Leap Seconds=37 + { 2457819.50, 68.675676 }, //07 March 2017, UT1-UTC= 0.5083238, Accumulated Leap Seconds=37 + { 2457820.50, 68.676948 }, //08 March 2017, UT1-UTC= 0.5070521, Accumulated Leap Seconds=37 + { 2457821.50, 68.678277 }, //09 March 2017, UT1-UTC= 0.5057233, Accumulated Leap Seconds=37 + { 2457822.50, 68.679677 }, //10 March 2017, UT1-UTC= 0.5043233, Accumulated Leap Seconds=37 + { 2457823.50, 68.681142 }, //11 March 2017, UT1-UTC= 0.5028581, Accumulated Leap Seconds=37 + { 2457824.50, 68.682698 }, //12 March 2017, UT1-UTC= 0.5013018, Accumulated Leap Seconds=37 + { 2457825.50, 68.684332 }, //13 March 2017, UT1-UTC= 0.4996678, Accumulated Leap Seconds=37 + { 2457826.50, 68.686034 }, //14 March 2017, UT1-UTC= 0.4979656, Accumulated Leap Seconds=37 + { 2457827.50, 68.687687 }, //15 March 2017, UT1-UTC= 0.4963128, Accumulated Leap Seconds=37 + { 2457828.50, 68.689212 }, //16 March 2017, UT1-UTC= 0.4947876, Accumulated Leap Seconds=37 + { 2457829.50, 68.690600 }, //17 March 2017, UT1-UTC= 0.4933998, Accumulated Leap Seconds=37 + { 2457830.50, 68.691880 }, //18 March 2017, UT1-UTC= 0.4921200, Accumulated Leap Seconds=37 + { 2457831.50, 68.693068 }, //19 March 2017, UT1-UTC= 0.4909323, Accumulated Leap Seconds=37 + { 2457832.50, 68.694196 }, //20 March 2017, UT1-UTC= 0.4898042, Accumulated Leap Seconds=37 + { 2457833.50, 68.695335 }, //21 March 2017, UT1-UTC= 0.4886648, Accumulated Leap Seconds=37 + { 2457834.50, 68.696501 }, //22 March 2017, UT1-UTC= 0.4874986, Accumulated Leap Seconds=37 + { 2457835.50, 68.697761 }, //23 March 2017, UT1-UTC= 0.4862389, Accumulated Leap Seconds=37 + { 2457836.50, 68.699156 }, //24 March 2017, UT1-UTC= 0.4848439, Accumulated Leap Seconds=37 + { 2457837.50, 68.700628 }, //25 March 2017, UT1-UTC= 0.4833715, Accumulated Leap Seconds=37 + { 2457838.50, 68.702286 }, //26 March 2017, UT1-UTC= 0.4817144, Accumulated Leap Seconds=37 + { 2457839.50, 68.704104 }, //27 March 2017, UT1-UTC= 0.4798964, Accumulated Leap Seconds=37 + { 2457840.50, 68.706011 }, //28 March 2017, UT1-UTC= 0.4779892, Accumulated Leap Seconds=37 + { 2457841.50, 68.707993 }, //29 March 2017, UT1-UTC= 0.4760074, Accumulated Leap Seconds=37 + { 2457842.50, 68.709973 }, //30 March 2017, UT1-UTC= 0.4740274, Accumulated Leap Seconds=37 + { 2457843.50, 68.711823 }, //31 March 2017, UT1-UTC= 0.4721774, Accumulated Leap Seconds=37 + { 2457844.50, 68.713521 }, //01 April 2017, UT1-UTC= 0.4704792, Accumulated Leap Seconds=37 + { 2457845.50, 68.715091 }, //02 April 2017, UT1-UTC= 0.4689092, Accumulated Leap Seconds=37 + { 2457846.50, 68.716517 }, //03 April 2017, UT1-UTC= 0.4674833, Accumulated Leap Seconds=37 + { 2457847.50, 68.717849 }, //04 April 2017, UT1-UTC= 0.4661513, Accumulated Leap Seconds=37 + { 2457848.50, 68.719194 }, //05 April 2017, UT1-UTC= 0.4648063, Accumulated Leap Seconds=37 + { 2457849.50, 68.720565 }, //06 April 2017, UT1-UTC= 0.4634347, Accumulated Leap Seconds=37 + { 2457850.50, 68.722085 }, //07 April 2017, UT1-UTC= 0.4619147, Accumulated Leap Seconds=37 + { 2457851.50, 68.723697 }, //08 April 2017, UT1-UTC= 0.4603031, Accumulated Leap Seconds=37 + { 2457852.50, 68.725370 }, //09 April 2017, UT1-UTC= 0.4586299, Accumulated Leap Seconds=37 + { 2457853.50, 68.727018 }, //10 April 2017, UT1-UTC= 0.4569819, Accumulated Leap Seconds=37 + { 2457854.50, 68.728594 }, //11 April 2017, UT1-UTC= 0.4554060, Accumulated Leap Seconds=37 + { 2457855.50, 68.730153 }, //12 April 2017, UT1-UTC= 0.4538469, Accumulated Leap Seconds=37 + { 2457856.50, 68.731741 }, //13 April 2017, UT1-UTC= 0.4522586, Accumulated Leap Seconds=37 + { 2457857.50, 68.733300 }, //14 April 2017, UT1-UTC= 0.4506998, Accumulated Leap Seconds=37 + { 2457858.50, 68.734784 }, //15 April 2017, UT1-UTC= 0.4492158, Accumulated Leap Seconds=37 + { 2457859.50, 68.736201 }, //16 April 2017, UT1-UTC= 0.4477989, Accumulated Leap Seconds=37 + { 2457860.50, 68.737639 }, //17 April 2017, UT1-UTC= 0.4463615, Accumulated Leap Seconds=37 + { 2457861.50, 68.739108 }, //18 April 2017, UT1-UTC= 0.4448916, Accumulated Leap Seconds=37 + { 2457862.50, 68.740589 }, //19 April 2017, UT1-UTC= 0.4434115, Accumulated Leap Seconds=37 + { 2457863.50, 68.742097 }, //20 April 2017, UT1-UTC= 0.4419032, Accumulated Leap Seconds=37 + { 2457864.50, 68.743643 }, //21 April 2017, UT1-UTC= 0.4403567, Accumulated Leap Seconds=37 + { 2457865.50, 68.745365 }, //22 April 2017, UT1-UTC= 0.4386346, Accumulated Leap Seconds=37 + { 2457866.50, 68.747271 }, //23 April 2017, UT1-UTC= 0.4367286, Accumulated Leap Seconds=37 + { 2457867.50, 68.749353 }, //24 April 2017, UT1-UTC= 0.4346468, Accumulated Leap Seconds=37 + { 2457868.50, 68.751541 }, //25 April 2017, UT1-UTC= 0.4324586, Accumulated Leap Seconds=37 + { 2457869.50, 68.753736 }, //26 April 2017, UT1-UTC= 0.4302640, Accumulated Leap Seconds=37 + { 2457870.50, 68.755863 }, //27 April 2017, UT1-UTC= 0.4281367, Accumulated Leap Seconds=37 + { 2457871.50, 68.757748 }, //28 April 2017, UT1-UTC= 0.4262524, Accumulated Leap Seconds=37 + { 2457872.50, 68.759411 }, //29 April 2017, UT1-UTC= 0.4245890, Accumulated Leap Seconds=37 + { 2457873.50, 68.760885 }, //30 April 2017, UT1-UTC= 0.4231149, Accumulated Leap Seconds=37 + { 2457874.50, 68.762276 }, //01 May 2017, UT1-UTC= 0.4217245, Accumulated Leap Seconds=37 + { 2457875.50, 68.763656 }, //02 May 2017, UT1-UTC= 0.4203435, Accumulated Leap Seconds=37 + { 2457876.50, 68.765036 }, //03 May 2017, UT1-UTC= 0.4189635, Accumulated Leap Seconds=37 + { 2457877.50, 68.766421 }, //04 May 2017, UT1-UTC= 0.4175785, Accumulated Leap Seconds=37 + { 2457878.50, 68.767888 }, //05 May 2017, UT1-UTC= 0.4161125, Accumulated Leap Seconds=37 + { 2457879.50, 68.769459 }, //06 May 2017, UT1-UTC= 0.4145406, Accumulated Leap Seconds=37 + { 2457880.50, 68.771091 }, //07 May 2017, UT1-UTC= 0.4129087, Accumulated Leap Seconds=37 + { 2457881.50, 68.772664 }, //08 May 2017, UT1-UTC= 0.4113358, Accumulated Leap Seconds=37 + { 2457882.50, 68.774072 }, //09 May 2017, UT1-UTC= 0.4099284, Accumulated Leap Seconds=37 + { 2457883.50, 68.775419 }, //10 May 2017, UT1-UTC= 0.4085807, Accumulated Leap Seconds=37 + { 2457884.50, 68.776704 }, //11 May 2017, UT1-UTC= 0.4072957, Accumulated Leap Seconds=37 + { 2457885.50, 68.777903 }, //12 May 2017, UT1-UTC= 0.4060969, Accumulated Leap Seconds=37 + { 2457886.50, 68.779012 }, //13 May 2017, UT1-UTC= 0.4049881, Accumulated Leap Seconds=37 + { 2457887.50, 68.780062 }, //14 May 2017, UT1-UTC= 0.4039375, Accumulated Leap Seconds=37 + { 2457888.50, 68.781040 }, //15 May 2017, UT1-UTC= 0.4029604, Accumulated Leap Seconds=37 + { 2457889.50, 68.782005 }, //16 May 2017, UT1-UTC= 0.4019948, Accumulated Leap Seconds=37 + { 2457890.50, 68.783079 }, //17 May 2017, UT1-UTC= 0.4009211, Accumulated Leap Seconds=37 + { 2457891.50, 68.784223 }, //18 May 2017, UT1-UTC= 0.3997768, Accumulated Leap Seconds=37 + { 2457892.50, 68.785427 }, //19 May 2017, UT1-UTC= 0.3985733, Accumulated Leap Seconds=37 + { 2457893.50, 68.786718 }, //20 May 2017, UT1-UTC= 0.3972820, Accumulated Leap Seconds=37 + { 2457894.50, 68.788141 }, //21 May 2017, UT1-UTC= 0.3958587, Accumulated Leap Seconds=37 + { 2457895.50, 68.789706 }, //22 May 2017, UT1-UTC= 0.3942937, Accumulated Leap Seconds=37 + { 2457896.50, 68.791368 }, //23 May 2017, UT1-UTC= 0.3926322, Accumulated Leap Seconds=37 + { 2457897.50, 68.793067 }, //24 May 2017, UT1-UTC= 0.3909326, Accumulated Leap Seconds=37 + { 2457898.50, 68.794689 }, //25 May 2017, UT1-UTC= 0.3893107, Accumulated Leap Seconds=37 + { 2457899.50, 68.796166 }, //26 May 2017, UT1-UTC= 0.3878337, Accumulated Leap Seconds=37 + { 2457900.50, 68.797462 }, //27 May 2017, UT1-UTC= 0.3865379, Accumulated Leap Seconds=37 + { 2457901.50, 68.798559 }, //28 May 2017, UT1-UTC= 0.3854409, Accumulated Leap Seconds=37 + { 2457902.50, 68.799612 }, //29 May 2017, UT1-UTC= 0.3843881, Accumulated Leap Seconds=37 + { 2457903.50, 68.800745 }, //30 May 2017, UT1-UTC= 0.3832551, Accumulated Leap Seconds=37 + { 2457904.50, 68.801966 }, //31 May 2017, UT1-UTC= 0.3820342, Accumulated Leap Seconds=37 + { 2457905.50, 68.803284 }, //01 June 2017, UT1-UTC= 0.3807157, Accumulated Leap Seconds=37 + { 2457906.50, 68.804654 }, //02 June 2017, UT1-UTC= 0.3793461, Accumulated Leap Seconds=37 + { 2457907.50, 68.806024 }, //03 June 2017, UT1-UTC= 0.3779760, Accumulated Leap Seconds=37 + { 2457908.50, 68.807318 }, //04 June 2017, UT1-UTC= 0.3766818, Accumulated Leap Seconds=37 + { 2457909.50, 68.808520 }, //05 June 2017, UT1-UTC= 0.3754796, Accumulated Leap Seconds=37 + { 2457910.50, 68.809633 }, //06 June 2017, UT1-UTC= 0.3743671, Accumulated Leap Seconds=37 + { 2457911.50, 68.810615 }, //07 June 2017, UT1-UTC= 0.3733854, Accumulated Leap Seconds=37 + { 2457912.50, 68.811409 }, //08 June 2017, UT1-UTC= 0.3725906, Accumulated Leap Seconds=37 + { 2457913.50, 68.812050 }, //09 June 2017, UT1-UTC= 0.3719500, Accumulated Leap Seconds=37 + { 2457914.50, 68.812542 }, //10 June 2017, UT1-UTC= 0.3714582, Accumulated Leap Seconds=37 + { 2457915.50, 68.812959 }, //11 June 2017, UT1-UTC= 0.3710412, Accumulated Leap Seconds=37 + { 2457916.50, 68.813367 }, //12 June 2017, UT1-UTC= 0.3706325, Accumulated Leap Seconds=37 + { 2457917.50, 68.813740 }, //13 June 2017, UT1-UTC= 0.3702599, Accumulated Leap Seconds=37 + { 2457918.50, 68.814135 }, //14 June 2017, UT1-UTC= 0.3698652, Accumulated Leap Seconds=37 + { 2457919.50, 68.814639 }, //15 June 2017, UT1-UTC= 0.3693614, Accumulated Leap Seconds=37 + { 2457920.50, 68.815255 }, //16 June 2017, UT1-UTC= 0.3687448, Accumulated Leap Seconds=37 + { 2457921.50, 68.815924 }, //17 June 2017, UT1-UTC= 0.3680758, Accumulated Leap Seconds=37 + { 2457922.50, 68.816716 }, //18 June 2017, UT1-UTC= 0.3672843, Accumulated Leap Seconds=37 + { 2457923.50, 68.817533 }, //19 June 2017, UT1-UTC= 0.3664668, Accumulated Leap Seconds=37 + { 2457924.50, 68.818327 }, //20 June 2017, UT1-UTC= 0.3656730, Accumulated Leap Seconds=37 + { 2457925.50, 68.819183 }, //21 June 2017, UT1-UTC= 0.3648167, Accumulated Leap Seconds=37 + { 2457926.50, 68.819896 }, //22 June 2017, UT1-UTC= 0.3641044, Accumulated Leap Seconds=37 + { 2457927.50, 68.820462 }, //23 June 2017, UT1-UTC= 0.3635383, Accumulated Leap Seconds=37 + { 2457928.50, 68.820892 }, //24 June 2017, UT1-UTC= 0.3631081, Accumulated Leap Seconds=37 + { 2457929.50, 68.821293 }, //25 June 2017, UT1-UTC= 0.3627069, Accumulated Leap Seconds=37 + { 2457930.50, 68.821713 }, //26 June 2017, UT1-UTC= 0.3622868, Accumulated Leap Seconds=37 + { 2457931.50, 68.822198 }, //27 June 2017, UT1-UTC= 0.3618024, Accumulated Leap Seconds=37 + { 2457932.50, 68.822764 }, //28 June 2017, UT1-UTC= 0.3612356, Accumulated Leap Seconds=37 + { 2457933.50, 68.823357 }, //29 June 2017, UT1-UTC= 0.3606428, Accumulated Leap Seconds=37 + { 2457934.50, 68.823927 }, //30 June 2017, UT1-UTC= 0.3600727, Accumulated Leap Seconds=37 + { 2457935.50, 68.824484 }, //01 July 2017, UT1-UTC= 0.3595162, Accumulated Leap Seconds=37 + { 2457936.50, 68.825069 }, //02 July 2017, UT1-UTC= 0.3589314, Accumulated Leap Seconds=37 + { 2457937.50, 68.825574 }, //03 July 2017, UT1-UTC= 0.3584260, Accumulated Leap Seconds=37 + { 2457938.50, 68.825907 }, //04 July 2017, UT1-UTC= 0.3580926, Accumulated Leap Seconds=37 + { 2457939.50, 68.826149 }, //05 July 2017, UT1-UTC= 0.3578507, Accumulated Leap Seconds=37 + { 2457940.50, 68.826320 }, //06 July 2017, UT1-UTC= 0.3576795, Accumulated Leap Seconds=37 + { 2457941.50, 68.826411 }, //07 July 2017, UT1-UTC= 0.3575894, Accumulated Leap Seconds=37 + { 2457942.50, 68.826493 }, //08 July 2017, UT1-UTC= 0.3575071, Accumulated Leap Seconds=37 + { 2457943.50, 68.826575 }, //09 July 2017, UT1-UTC= 0.3574252, Accumulated Leap Seconds=37 + { 2457944.50, 68.826667 }, //10 July 2017, UT1-UTC= 0.3573335, Accumulated Leap Seconds=37 + { 2457945.50, 68.826847 }, //11 July 2017, UT1-UTC= 0.3571525, Accumulated Leap Seconds=37 + { 2457946.50, 68.827202 }, //12 July 2017, UT1-UTC= 0.3567985, Accumulated Leap Seconds=37 + { 2457947.50, 68.827660 }, //13 July 2017, UT1-UTC= 0.3563397, Accumulated Leap Seconds=37 + { 2457948.50, 68.828225 }, //14 July 2017, UT1-UTC= 0.3557750, Accumulated Leap Seconds=37 + { 2457949.50, 68.828867 }, //15 July 2017, UT1-UTC= 0.3551328, Accumulated Leap Seconds=37 + { 2457950.50, 68.829489 }, //16 July 2017, UT1-UTC= 0.3545113, Accumulated Leap Seconds=37 + { 2457951.50, 68.830066 }, //17 July 2017, UT1-UTC= 0.3539339, Accumulated Leap Seconds=37 + { 2457952.50, 68.830613 }, //18 July 2017, UT1-UTC= 0.3533869, Accumulated Leap Seconds=37 + { 2457953.50, 68.831130 }, //19 July 2017, UT1-UTC= 0.3528699, Accumulated Leap Seconds=37 + { 2457954.50, 68.831524 }, //20 July 2017, UT1-UTC= 0.3524756, Accumulated Leap Seconds=37 + { 2457955.50, 68.831902 }, //21 July 2017, UT1-UTC= 0.3520979, Accumulated Leap Seconds=37 + { 2457956.50, 68.832215 }, //22 July 2017, UT1-UTC= 0.3517853, Accumulated Leap Seconds=37 + { 2457957.50, 68.832494 }, //23 July 2017, UT1-UTC= 0.3515060, Accumulated Leap Seconds=37 + { 2457958.50, 68.832810 }, //24 July 2017, UT1-UTC= 0.3511897, Accumulated Leap Seconds=37 + { 2457959.50, 68.833223 }, //25 July 2017, UT1-UTC= 0.3507771, Accumulated Leap Seconds=37 + { 2457960.50, 68.833773 }, //26 July 2017, UT1-UTC= 0.3502269, Accumulated Leap Seconds=37 + { 2457961.50, 68.834445 }, //27 July 2017, UT1-UTC= 0.3495550, Accumulated Leap Seconds=37 + { 2457962.50, 68.835168 }, //28 July 2017, UT1-UTC= 0.3488315, Accumulated Leap Seconds=37 + { 2457963.50, 68.835839 }, //29 July 2017, UT1-UTC= 0.3481606, Accumulated Leap Seconds=37 + { 2457964.50, 68.836470 }, //30 July 2017, UT1-UTC= 0.3475298, Accumulated Leap Seconds=37 + { 2457965.50, 68.836981 }, //31 July 2017, UT1-UTC= 0.3470191, Accumulated Leap Seconds=37 + { 2457966.50, 68.837343 }, //01 August 2017, UT1-UTC= 0.3466573, Accumulated Leap Seconds=37 + { 2457967.50, 68.837582 }, //02 August 2017, UT1-UTC= 0.3464176, Accumulated Leap Seconds=37 + { 2457968.50, 68.837721 }, //03 August 2017, UT1-UTC= 0.3462795, Accumulated Leap Seconds=37 + { 2457969.50, 68.837793 }, //04 August 2017, UT1-UTC= 0.3462068, Accumulated Leap Seconds=37 + { 2457970.50, 68.837869 }, //05 August 2017, UT1-UTC= 0.3461313, Accumulated Leap Seconds=37 + { 2457971.50, 68.838012 }, //06 August 2017, UT1-UTC= 0.3459884, Accumulated Leap Seconds=37 + { 2457972.50, 68.838146 }, //07 August 2017, UT1-UTC= 0.3458541, Accumulated Leap Seconds=37 + { 2457973.50, 68.838366 }, //08 August 2017, UT1-UTC= 0.3456339, Accumulated Leap Seconds=37 + { 2457974.50, 68.838709 }, //09 August 2017, UT1-UTC= 0.3452908, Accumulated Leap Seconds=37 + { 2457975.50, 68.839188 }, //10 August 2017, UT1-UTC= 0.3448115, Accumulated Leap Seconds=37 + { 2457976.50, 68.839819 }, //11 August 2017, UT1-UTC= 0.3441808, Accumulated Leap Seconds=37 + { 2457977.50, 68.840514 }, //12 August 2017, UT1-UTC= 0.3434856, Accumulated Leap Seconds=37 + { 2457978.50, 68.841189 }, //13 August 2017, UT1-UTC= 0.3428105, Accumulated Leap Seconds=37 + { 2457979.50, 68.841817 }, //14 August 2017, UT1-UTC= 0.3421832, Accumulated Leap Seconds=37 + { 2457980.50, 68.842343 }, //15 August 2017, UT1-UTC= 0.3416571, Accumulated Leap Seconds=37 + { 2457981.50, 68.842763 }, //16 August 2017, UT1-UTC= 0.3412370, Accumulated Leap Seconds=37 + { 2457982.50, 68.843064 }, //17 August 2017, UT1-UTC= 0.3409361, Accumulated Leap Seconds=37 + { 2457983.50, 68.843259 }, //18 August 2017, UT1-UTC= 0.3407410, Accumulated Leap Seconds=37 + { 2457984.50, 68.843481 }, //19 August 2017, UT1-UTC= 0.3405194, Accumulated Leap Seconds=37 + { 2457985.50, 68.843696 }, //20 August 2017, UT1-UTC= 0.3403042, Accumulated Leap Seconds=37 + { 2457986.50, 68.844032 }, //21 August 2017, UT1-UTC= 0.3399683, Accumulated Leap Seconds=37 + { 2457987.50, 68.844509 }, //22 August 2017, UT1-UTC= 0.3394911, Accumulated Leap Seconds=37 + { 2457988.50, 68.845011 }, //23 August 2017, UT1-UTC= 0.3389885, Accumulated Leap Seconds=37 + { 2457989.50, 68.845517 }, //24 August 2017, UT1-UTC= 0.3384825, Accumulated Leap Seconds=37 + { 2457990.50, 68.846092 }, //25 August 2017, UT1-UTC= 0.3379082, Accumulated Leap Seconds=37 + { 2457991.50, 68.846569 }, //26 August 2017, UT1-UTC= 0.3374314, Accumulated Leap Seconds=37 + { 2457992.50, 68.846934 }, //27 August 2017, UT1-UTC= 0.3370656, Accumulated Leap Seconds=37 + { 2457993.50, 68.847199 }, //28 August 2017, UT1-UTC= 0.3368008, Accumulated Leap Seconds=37 + { 2457994.50, 68.847403 }, //29 August 2017, UT1-UTC= 0.3365967, Accumulated Leap Seconds=37 + { 2457995.50, 68.847535 }, //30 August 2017, UT1-UTC= 0.3364652, Accumulated Leap Seconds=37 + { 2457996.50, 68.847593 }, //31 August 2017, UT1-UTC= 0.3364071, Accumulated Leap Seconds=37 + { 2457997.50, 68.847693 }, //01 September 2017, UT1-UTC= 0.3363070, Accumulated Leap Seconds=37 + { 2457998.50, 68.847817 }, //02 September 2017, UT1-UTC= 0.3361832, Accumulated Leap Seconds=37 + { 2457999.50, 68.847980 }, //03 September 2017, UT1-UTC= 0.3360197, Accumulated Leap Seconds=37 + { 2458000.50, 68.848208 }, //04 September 2017, UT1-UTC= 0.3357915, Accumulated Leap Seconds=37 + { 2458001.50, 68.848596 }, //05 September 2017, UT1-UTC= 0.3354041, Accumulated Leap Seconds=37 + { 2458002.50, 68.849182 }, //06 September 2017, UT1-UTC= 0.3348184, Accumulated Leap Seconds=37 + { 2458003.50, 68.849945 }, //07 September 2017, UT1-UTC= 0.3340548, Accumulated Leap Seconds=37 + { 2458004.50, 68.850826 }, //08 September 2017, UT1-UTC= 0.3331740, Accumulated Leap Seconds=37 + { 2458005.50, 68.851774 }, //09 September 2017, UT1-UTC= 0.3322264, Accumulated Leap Seconds=37 + { 2458006.50, 68.852732 }, //10 September 2017, UT1-UTC= 0.3312681, Accumulated Leap Seconds=37 + { 2458007.50, 68.853624 }, //11 September 2017, UT1-UTC= 0.3303762, Accumulated Leap Seconds=37 + { 2458008.50, 68.854430 }, //12 September 2017, UT1-UTC= 0.3295699, Accumulated Leap Seconds=37 + { 2458009.50, 68.855107 }, //13 September 2017, UT1-UTC= 0.3288928, Accumulated Leap Seconds=37 + { 2458010.50, 68.855706 }, //14 September 2017, UT1-UTC= 0.3282938, Accumulated Leap Seconds=37 + { 2458011.50, 68.856287 }, //15 September 2017, UT1-UTC= 0.3277127, Accumulated Leap Seconds=37 + { 2458012.50, 68.856875 }, //16 September 2017, UT1-UTC= 0.3271251, Accumulated Leap Seconds=37 + { 2458013.50, 68.857630 }, //17 September 2017, UT1-UTC= 0.3263704, Accumulated Leap Seconds=37 + { 2458014.50, 68.858548 }, //18 September 2017, UT1-UTC= 0.3254522, Accumulated Leap Seconds=37 + { 2458015.50, 68.859618 }, //19 September 2017, UT1-UTC= 0.3243822, Accumulated Leap Seconds=37 + { 2458016.50, 68.860730 }, //20 September 2017, UT1-UTC= 0.3232700, Accumulated Leap Seconds=37 + { 2458017.50, 68.861822 }, //21 September 2017, UT1-UTC= 0.3221784, Accumulated Leap Seconds=37 + { 2458018.50, 68.862893 }, //22 September 2017, UT1-UTC= 0.3211066, Accumulated Leap Seconds=37 + { 2458019.50, 68.863852 }, //23 September 2017, UT1-UTC= 0.3201480, Accumulated Leap Seconds=37 + { 2458020.50, 68.864705 }, //24 September 2017, UT1-UTC= 0.3192947, Accumulated Leap Seconds=37 + { 2458021.50, 68.865421 }, //25 September 2017, UT1-UTC= 0.3185789, Accumulated Leap Seconds=37 + { 2458022.50, 68.865994 }, //26 September 2017, UT1-UTC= 0.3180063, Accumulated Leap Seconds=37 + { 2458023.50, 68.866520 }, //27 September 2017, UT1-UTC= 0.3174801, Accumulated Leap Seconds=37 + { 2458024.50, 68.867028 }, //28 September 2017, UT1-UTC= 0.3169719, Accumulated Leap Seconds=37 + { 2458025.50, 68.867612 }, //29 September 2017, UT1-UTC= 0.3163884, Accumulated Leap Seconds=37 + { 2458026.50, 68.868212 }, //30 September 2017, UT1-UTC= 0.3157875, Accumulated Leap Seconds=37 + { 2458027.50, 68.868857 }, //01 October 2017, UT1-UTC= 0.3151433, Accumulated Leap Seconds=37 + { 2458028.50, 68.869496 }, //02 October 2017, UT1-UTC= 0.3145042, Accumulated Leap Seconds=37 + { 2458029.50, 68.870245 }, //03 October 2017, UT1-UTC= 0.3137553, Accumulated Leap Seconds=37 + { 2458030.50, 68.871120 }, //04 October 2017, UT1-UTC= 0.3128801, Accumulated Leap Seconds=37 + { 2458031.50, 68.872153 }, //05 October 2017, UT1-UTC= 0.3118472, Accumulated Leap Seconds=37 + { 2458032.50, 68.873297 }, //06 October 2017, UT1-UTC= 0.3107030, Accumulated Leap Seconds=37 + { 2458033.50, 68.874454 }, //07 October 2017, UT1-UTC= 0.3095458, Accumulated Leap Seconds=37 + { 2458034.50, 68.875597 }, //08 October 2017, UT1-UTC= 0.3084027, Accumulated Leap Seconds=37 + { 2458035.50, 68.876633 }, //09 October 2017, UT1-UTC= 0.3073670, Accumulated Leap Seconds=37 + { 2458036.50, 68.877532 }, //10 October 2017, UT1-UTC= 0.3064679, Accumulated Leap Seconds=37 + { 2458037.50, 68.878313 }, //11 October 2017, UT1-UTC= 0.3056873, Accumulated Leap Seconds=37 + { 2458038.50, 68.879059 }, //12 October 2017, UT1-UTC= 0.3049414, Accumulated Leap Seconds=37 + { 2458039.50, 68.879822 }, //13 October 2017, UT1-UTC= 0.3041776, Accumulated Leap Seconds=37 + { 2458040.50, 68.880696 }, //14 October 2017, UT1-UTC= 0.3033042, Accumulated Leap Seconds=37 + { 2458041.50, 68.881669 }, //15 October 2017, UT1-UTC= 0.3023310, Accumulated Leap Seconds=37 + { 2458042.50, 68.882781 }, //16 October 2017, UT1-UTC= 0.3012194, Accumulated Leap Seconds=37 + { 2458043.50, 68.884059 }, //17 October 2017, UT1-UTC= 0.2999410, Accumulated Leap Seconds=37 + { 2458044.50, 68.885421 }, //18 October 2017, UT1-UTC= 0.2985785, Accumulated Leap Seconds=37 + { 2458045.50, 68.886810 }, //19 October 2017, UT1-UTC= 0.2971898, Accumulated Leap Seconds=37 + { 2458046.50, 68.888184 }, //20 October 2017, UT1-UTC= 0.2958162, Accumulated Leap Seconds=37 + { 2458047.50, 68.889454 }, //21 October 2017, UT1-UTC= 0.2945455, Accumulated Leap Seconds=37 + { 2458048.50, 68.890622 }, //22 October 2017, UT1-UTC= 0.2933783, Accumulated Leap Seconds=37 + { 2458049.50, 68.891731 }, //23 October 2017, UT1-UTC= 0.2922689, Accumulated Leap Seconds=37 + { 2458050.50, 68.892701 }, //24 October 2017, UT1-UTC= 0.2912988, Accumulated Leap Seconds=37 + { 2458051.50, 68.893554 }, //25 October 2017, UT1-UTC= 0.2904457, Accumulated Leap Seconds=37 + { 2458052.50, 68.894378 }, //26 October 2017, UT1-UTC= 0.2896225, Accumulated Leap Seconds=37 + { 2458053.50, 68.895205 }, //27 October 2017, UT1-UTC= 0.2887951, Accumulated Leap Seconds=37 + { 2458054.50, 68.896058 }, //28 October 2017, UT1-UTC= 0.2879423, Accumulated Leap Seconds=37 + { 2458055.50, 68.897006 }, //29 October 2017, UT1-UTC= 0.2869943, Accumulated Leap Seconds=37 + { 2458056.50, 68.898078 }, //30 October 2017, UT1-UTC= 0.2859215, Accumulated Leap Seconds=37 + { 2458057.50, 68.899244 }, //31 October 2017, UT1-UTC= 0.2847563, Accumulated Leap Seconds=37 + { 2458058.50, 68.900581 }, //01 November 2017, UT1-UTC= 0.2834186, Accumulated Leap Seconds=37 + { 2458059.50, 68.902026 }, //02 November 2017, UT1-UTC= 0.2819741, Accumulated Leap Seconds=37 + { 2458060.50, 68.903557 }, //03 November 2017, UT1-UTC= 0.2804434, Accumulated Leap Seconds=37 + { 2458061.50, 68.905108 }, //04 November 2017, UT1-UTC= 0.2788916, Accumulated Leap Seconds=37 + { 2458062.50, 68.906572 }, //05 November 2017, UT1-UTC= 0.2774282, Accumulated Leap Seconds=37 + { 2458063.50, 68.907886 }, //06 November 2017, UT1-UTC= 0.2761141, Accumulated Leap Seconds=37 + { 2458064.50, 68.909041 }, //07 November 2017, UT1-UTC= 0.2749591, Accumulated Leap Seconds=37 + { 2458065.50, 68.910083 }, //08 November 2017, UT1-UTC= 0.2739175, Accumulated Leap Seconds=37 + { 2458066.50, 68.911145 }, //09 November 2017, UT1-UTC= 0.2728553, Accumulated Leap Seconds=37 + { 2458067.50, 68.912245 }, //10 November 2017, UT1-UTC= 0.2717553, Accumulated Leap Seconds=37 + { 2458068.50, 68.913435 }, //11 November 2017, UT1-UTC= 0.2705650, Accumulated Leap Seconds=37 + { 2458069.50, 68.914751 }, //12 November 2017, UT1-UTC= 0.2692491, Accumulated Leap Seconds=37 + { 2458070.50, 68.916183 }, //13 November 2017, UT1-UTC= 0.2678169, Accumulated Leap Seconds=37 + { 2458071.50, 68.917687 }, //14 November 2017, UT1-UTC= 0.2663129, Accumulated Leap Seconds=37 + { 2458072.50, 68.919178 }, //15 November 2017, UT1-UTC= 0.2648225, Accumulated Leap Seconds=37 + { 2458073.50, 68.920585 }, //16 November 2017, UT1-UTC= 0.2634146, Accumulated Leap Seconds=37 + { 2458074.50, 68.921854 }, //17 November 2017, UT1-UTC= 0.2621456, Accumulated Leap Seconds=37 + { 2458075.50, 68.923007 }, //18 November 2017, UT1-UTC= 0.2609930, Accumulated Leap Seconds=37 + { 2458076.50, 68.924045 }, //19 November 2017, UT1-UTC= 0.2599548, Accumulated Leap Seconds=37 + { 2458077.50, 68.924905 }, //20 November 2017, UT1-UTC= 0.2590952, Accumulated Leap Seconds=37 + { 2458078.50, 68.925597 }, //21 November 2017, UT1-UTC= 0.2584030, Accumulated Leap Seconds=37 + { 2458079.50, 68.926228 }, //22 November 2017, UT1-UTC= 0.2577722, Accumulated Leap Seconds=37 + { 2458080.50, 68.926872 }, //23 November 2017, UT1-UTC= 0.2571279, Accumulated Leap Seconds=37 + { 2458081.50, 68.927557 }, //24 November 2017, UT1-UTC= 0.2564427, Accumulated Leap Seconds=37 + { 2458082.50, 68.928282 }, //25 November 2017, UT1-UTC= 0.2557184, Accumulated Leap Seconds=37 + { 2458083.50, 68.929059 }, //26 November 2017, UT1-UTC= 0.2549406, Accumulated Leap Seconds=37 + { 2458084.50, 68.930007 }, //27 November 2017, UT1-UTC= 0.2539932, Accumulated Leap Seconds=37 + { 2458085.50, 68.931165 }, //28 November 2017, UT1-UTC= 0.2528346, Accumulated Leap Seconds=37 + { 2458086.50, 68.932520 }, //29 November 2017, UT1-UTC= 0.2514797, Accumulated Leap Seconds=37 + { 2458087.50, 68.933985 }, //30 November 2017, UT1-UTC= 0.2500151, Accumulated Leap Seconds=37 + { 2458088.50, 68.935500 }, //01 December 2017, UT1-UTC= 0.2485001, Accumulated Leap Seconds=37 + { 2458089.50, 68.937030 }, //02 December 2017, UT1-UTC= 0.2469699, Accumulated Leap Seconds=37 + { 2458090.50, 68.938438 }, //03 December 2017, UT1-UTC= 0.2455622, Accumulated Leap Seconds=37 + { 2458091.50, 68.939722 }, //04 December 2017, UT1-UTC= 0.2442778, Accumulated Leap Seconds=37 + { 2458092.50, 68.940928 }, //05 December 2017, UT1-UTC= 0.2430722, Accumulated Leap Seconds=37 + { 2458093.50, 68.942121 }, //06 December 2017, UT1-UTC= 0.2418790, Accumulated Leap Seconds=37 + { 2458094.50, 68.943344 }, //07 December 2017, UT1-UTC= 0.2406564, Accumulated Leap Seconds=37 + { 2458095.50, 68.944612 }, //08 December 2017, UT1-UTC= 0.2393884, Accumulated Leap Seconds=37 + { 2458096.50, 68.945951 }, //09 December 2017, UT1-UTC= 0.2380494, Accumulated Leap Seconds=37 + { 2458097.50, 68.947386 }, //10 December 2017, UT1-UTC= 0.2366137, Accumulated Leap Seconds=37 + { 2458098.50, 68.948849 }, //11 December 2017, UT1-UTC= 0.2351508, Accumulated Leap Seconds=37 + { 2458099.50, 68.950273 }, //12 December 2017, UT1-UTC= 0.2337272, Accumulated Leap Seconds=37 + { 2458100.50, 68.951614 }, //13 December 2017, UT1-UTC= 0.2323861, Accumulated Leap Seconds=37 + { 2458101.50, 68.952816 }, //14 December 2017, UT1-UTC= 0.2311842, Accumulated Leap Seconds=37 + { 2458102.50, 68.953864 }, //15 December 2017, UT1-UTC= 0.2301356, Accumulated Leap Seconds=37 + { 2458103.50, 68.954709 }, //16 December 2017, UT1-UTC= 0.2292912, Accumulated Leap Seconds=37 + { 2458104.50, 68.955432 }, //17 December 2017, UT1-UTC= 0.2285676, Accumulated Leap Seconds=37 + { 2458105.50, 68.956059 }, //18 December 2017, UT1-UTC= 0.2279407, Accumulated Leap Seconds=37 + { 2458106.50, 68.956584 }, //19 December 2017, UT1-UTC= 0.2274163, Accumulated Leap Seconds=37 + { 2458107.50, 68.957087 }, //20 December 2017, UT1-UTC= 0.2269129, Accumulated Leap Seconds=37 + { 2458108.50, 68.957637 }, //21 December 2017, UT1-UTC= 0.2263633, Accumulated Leap Seconds=37 + { 2458109.50, 68.958177 }, //22 December 2017, UT1-UTC= 0.2258234, Accumulated Leap Seconds=37 + { 2458110.50, 68.958770 }, //23 December 2017, UT1-UTC= 0.2252297, Accumulated Leap Seconds=37 + { 2458111.50, 68.959513 }, //24 December 2017, UT1-UTC= 0.2244866, Accumulated Leap Seconds=37 + { 2458112.50, 68.960378 }, //25 December 2017, UT1-UTC= 0.2236216, Accumulated Leap Seconds=37 + { 2458113.50, 68.961335 }, //26 December 2017, UT1-UTC= 0.2226648, Accumulated Leap Seconds=37 + { 2458114.50, 68.962398 }, //27 December 2017, UT1-UTC= 0.2216024, Accumulated Leap Seconds=37 + { 2458115.50, 68.963543 }, //28 December 2017, UT1-UTC= 0.2204568, Accumulated Leap Seconds=37 + { 2458116.50, 68.964692 }, //29 December 2017, UT1-UTC= 0.2193082, Accumulated Leap Seconds=37 + { 2458117.50, 68.965756 }, //30 December 2017, UT1-UTC= 0.2182443, Accumulated Leap Seconds=37 + { 2458118.50, 68.966760 }, //31 December 2017, UT1-UTC= 0.2172403, Accumulated Leap Seconds=37 + { 2458119.50, 68.967642 }, //01 January 2018, UT1-UTC= 0.2163577, Accumulated Leap Seconds=37 + { 2458120.50, 68.968413 }, //02 January 2018, UT1-UTC= 0.2155874, Accumulated Leap Seconds=37 + { 2458121.50, 68.969139 }, //03 January 2018, UT1-UTC= 0.2148609, Accumulated Leap Seconds=37 + { 2458122.50, 68.969947 }, //04 January 2018, UT1-UTC= 0.2140527, Accumulated Leap Seconds=37 + { 2458123.50, 68.970812 }, //05 January 2018, UT1-UTC= 0.2131882, Accumulated Leap Seconds=37 + { 2458124.50, 68.971710 }, //06 January 2018, UT1-UTC= 0.2122898, Accumulated Leap Seconds=37 + { 2458125.50, 68.972574 }, //07 January 2018, UT1-UTC= 0.2114257, Accumulated Leap Seconds=37 + { 2458126.50, 68.973405 }, //08 January 2018, UT1-UTC= 0.2105948, Accumulated Leap Seconds=37 + { 2458127.50, 68.974090 }, //09 January 2018, UT1-UTC= 0.2099097, Accumulated Leap Seconds=37 + { 2458128.50, 68.974653 }, //10 January 2018, UT1-UTC= 0.2093470, Accumulated Leap Seconds=37 + { 2458129.50, 68.975094 }, //11 January 2018, UT1-UTC= 0.2089056, Accumulated Leap Seconds=37 + { 2458130.50, 68.975485 }, //12 January 2018, UT1-UTC= 0.2085151, Accumulated Leap Seconds=37 + { 2458131.50, 68.975720 }, //13 January 2018, UT1-UTC= 0.2082798, Accumulated Leap Seconds=37 + { 2458132.50, 68.975825 }, //14 January 2018, UT1-UTC= 0.2081755, Accumulated Leap Seconds=37 + { 2458133.50, 68.975902 }, //15 January 2018, UT1-UTC= 0.2080984, Accumulated Leap Seconds=37 + { 2458134.50, 68.975923 }, //16 January 2018, UT1-UTC= 0.2080772, Accumulated Leap Seconds=37 + { 2458135.50, 68.976025 }, //17 January 2018, UT1-UTC= 0.2079746, Accumulated Leap Seconds=37 + { 2458136.50, 68.976168 }, //18 January 2018, UT1-UTC= 0.2078316, Accumulated Leap Seconds=37 + { 2458137.50, 68.976353 }, //19 January 2018, UT1-UTC= 0.2076469, Accumulated Leap Seconds=37 + { 2458138.50, 68.976688 }, //20 January 2018, UT1-UTC= 0.2073123, Accumulated Leap Seconds=37 + { 2458139.50, 68.977206 }, //21 January 2018, UT1-UTC= 0.2067940, Accumulated Leap Seconds=37 + { 2458140.50, 68.977884 }, //22 January 2018, UT1-UTC= 0.2061160, Accumulated Leap Seconds=37 + { 2458141.50, 68.978686 }, //23 January 2018, UT1-UTC= 0.2053143, Accumulated Leap Seconds=37 + { 2458142.50, 68.979603 }, //24 January 2018, UT1-UTC= 0.2043973, Accumulated Leap Seconds=37 + { 2458143.50, 68.980560 }, //25 January 2018, UT1-UTC= 0.2034402, Accumulated Leap Seconds=37 + { 2458144.50, 68.981568 }, //26 January 2018, UT1-UTC= 0.2024318, Accumulated Leap Seconds=37 + { 2458145.50, 68.982530 }, //27 January 2018, UT1-UTC= 0.2014701, Accumulated Leap Seconds=37 + { 2458146.50, 68.983422 }, //28 January 2018, UT1-UTC= 0.2005783, Accumulated Leap Seconds=37 + { 2458147.50, 68.984313 }, //29 January 2018, UT1-UTC= 0.1996865, Accumulated Leap Seconds=37 + { 2458148.50, 68.985243 }, //30 January 2018, UT1-UTC= 0.1987569, Accumulated Leap Seconds=37 + { 2458149.50, 68.986326 }, //31 January 2018, UT1-UTC= 0.1976740, Accumulated Leap Seconds=37 + { 2458150.50, 68.987535 }, //01 February 2018, UT1-UTC= 0.1964646, Accumulated Leap Seconds=37 + { 2458151.50, 68.988918 }, //02 February 2018, UT1-UTC= 0.1950819, Accumulated Leap Seconds=37 + { 2458152.50, 68.990502 }, //03 February 2018, UT1-UTC= 0.1934980, Accumulated Leap Seconds=37 + { 2458153.50, 68.992183 }, //04 February 2018, UT1-UTC= 0.1918172, Accumulated Leap Seconds=37 + { 2458154.50, 68.993858 }, //05 February 2018, UT1-UTC= 0.1901421, Accumulated Leap Seconds=37 + { 2458155.50, 68.995434 }, //06 February 2018, UT1-UTC= 0.1885659, Accumulated Leap Seconds=37 + { 2458156.50, 68.996846 }, //07 February 2018, UT1-UTC= 0.1871541, Accumulated Leap Seconds=37 + { 2458157.50, 68.998106 }, //08 February 2018, UT1-UTC= 0.1858940, Accumulated Leap Seconds=37 + { 2458158.50, 68.999198 }, //09 February 2018, UT1-UTC= 0.1848016, Accumulated Leap Seconds=37 + { 2458159.50, 69.000087 }, //10 February 2018, UT1-UTC= 0.1839131, Accumulated Leap Seconds=37 + { 2458160.50, 69.000860 }, //11 February 2018, UT1-UTC= 0.1831397, Accumulated Leap Seconds=37 + { 2458161.50, 69.001614 }, //12 February 2018, UT1-UTC= 0.1823862, Accumulated Leap Seconds=37 + { 2458162.50, 69.002368 }, //13 February 2018, UT1-UTC= 0.1816316, Accumulated Leap Seconds=37 + { 2458163.50, 69.003141 }, //14 February 2018, UT1-UTC= 0.1808591, Accumulated Leap Seconds=37 + { 2458164.50, 69.003964 }, //15 February 2018, UT1-UTC= 0.1800361, Accumulated Leap Seconds=37 + { 2458165.50, 69.004848 }, //16 February 2018, UT1-UTC= 0.1791523, Accumulated Leap Seconds=37 + { 2458166.50, 69.005821 }, //17 February 2018, UT1-UTC= 0.1781794, Accumulated Leap Seconds=37 + { 2458167.50, 69.006882 }, //18 February 2018, UT1-UTC= 0.1771176, Accumulated Leap Seconds=37 + { 2458168.50, 69.008023 }, //19 February 2018, UT1-UTC= 0.1759766, Accumulated Leap Seconds=37 + { 2458169.50, 69.009194 }, //20 February 2018, UT1-UTC= 0.1748059, Accumulated Leap Seconds=37 + { 2458170.50, 69.010340 }, //21 February 2018, UT1-UTC= 0.1736605, Accumulated Leap Seconds=37 + { 2458171.50, 69.011436 }, //22 February 2018, UT1-UTC= 0.1725641, Accumulated Leap Seconds=37 + { 2458172.50, 69.012460 }, //23 February 2018, UT1-UTC= 0.1715396, Accumulated Leap Seconds=37 + { 2458173.50, 69.013364 }, //24 February 2018, UT1-UTC= 0.1706360, Accumulated Leap Seconds=37 + { 2458174.50, 69.014173 }, //25 February 2018, UT1-UTC= 0.1698271, Accumulated Leap Seconds=37 + { 2458175.50, 69.014951 }, //26 February 2018, UT1-UTC= 0.1690487, Accumulated Leap Seconds=37 + { 2458176.50, 69.015752 }, //27 February 2018, UT1-UTC= 0.1682480, Accumulated Leap Seconds=37 + { 2458177.50, 69.016597 }, //28 February 2018, UT1-UTC= 0.1674030, Accumulated Leap Seconds=37 + { 2458178.50, 69.017553 }, //01 March 2018, UT1-UTC= 0.1664473, Accumulated Leap Seconds=37 + { 2458179.50, 69.018708 }, //02 March 2018, UT1-UTC= 0.1652916, Accumulated Leap Seconds=37 + { 2458180.50, 69.019973 }, //03 March 2018, UT1-UTC= 0.1640270, Accumulated Leap Seconds=37 + { 2458181.50, 69.021213 }, //04 March 2018, UT1-UTC= 0.1627874, Accumulated Leap Seconds=37 + { 2458182.50, 69.022421 }, //05 March 2018, UT1-UTC= 0.1615785, Accumulated Leap Seconds=37 + { 2458183.50, 69.023516 }, //06 March 2018, UT1-UTC= 0.1604839, Accumulated Leap Seconds=37 + { 2458184.50, 69.024459 }, //07 March 2018, UT1-UTC= 0.1595412, Accumulated Leap Seconds=37 + { 2458185.50, 69.025363 }, //08 March 2018, UT1-UTC= 0.1586365, Accumulated Leap Seconds=37 + { 2458186.50, 69.026175 }, //09 March 2018, UT1-UTC= 0.1578251, Accumulated Leap Seconds=37 + { 2458187.50, 69.026889 }, //10 March 2018, UT1-UTC= 0.1571114, Accumulated Leap Seconds=37 + { 2458188.50, 69.027573 }, //11 March 2018, UT1-UTC= 0.1564273, Accumulated Leap Seconds=37 + { 2458189.50, 69.028270 }, //12 March 2018, UT1-UTC= 0.1557302, Accumulated Leap Seconds=37 + { 2458190.50, 69.029028 }, //13 March 2018, UT1-UTC= 0.1549723, Accumulated Leap Seconds=37 + { 2458191.50, 69.029855 }, //14 March 2018, UT1-UTC= 0.1541452, Accumulated Leap Seconds=37 + { 2458192.50, 69.030758 }, //15 March 2018, UT1-UTC= 0.1532421, Accumulated Leap Seconds=37 + { 2458193.50, 69.031755 }, //16 March 2018, UT1-UTC= 0.1522448, Accumulated Leap Seconds=37 + { 2458194.50, 69.032834 }, //17 March 2018, UT1-UTC= 0.1511656, Accumulated Leap Seconds=37 + { 2458195.50, 69.033973 }, //18 March 2018, UT1-UTC= 0.1500269, Accumulated Leap Seconds=37 + { 2458196.50, 69.035171 }, //19 March 2018, UT1-UTC= 0.1488290, Accumulated Leap Seconds=37 + { 2458197.50, 69.036413 }, //20 March 2018, UT1-UTC= 0.1475874, Accumulated Leap Seconds=37 + { 2458198.50, 69.037652 }, //21 March 2018, UT1-UTC= 0.1463478, Accumulated Leap Seconds=37 + { 2458199.50, 69.038843 }, //22 March 2018, UT1-UTC= 0.1451572, Accumulated Leap Seconds=37 + { 2458200.50, 69.039935 }, //23 March 2018, UT1-UTC= 0.1440653, Accumulated Leap Seconds=37 + { 2458201.50, 69.040898 }, //24 March 2018, UT1-UTC= 0.1431017, Accumulated Leap Seconds=37 + { 2458202.50, 69.041767 }, //25 March 2018, UT1-UTC= 0.1422333, Accumulated Leap Seconds=37 + { 2458203.50, 69.042619 }, //26 March 2018, UT1-UTC= 0.1413808, Accumulated Leap Seconds=37 + { 2458204.50, 69.043582 }, //27 March 2018, UT1-UTC= 0.1404181, Accumulated Leap Seconds=37 + { 2458205.50, 69.044663 }, //28 March 2018, UT1-UTC= 0.1393369, Accumulated Leap Seconds=37 + { 2458206.50, 69.045850 }, //29 March 2018, UT1-UTC= 0.1381503, Accumulated Leap Seconds=37 + { 2458207.50, 69.047130 }, //30 March 2018, UT1-UTC= 0.1368700, Accumulated Leap Seconds=37 + { 2458208.50, 69.048520 }, //31 March 2018, UT1-UTC= 0.1354801, Accumulated Leap Seconds=37 + { 2458209.50, 69.049908 }, //01 April 2018, UT1-UTC= 0.1340919, Accumulated Leap Seconds=37 + { 2458210.50, 69.051236 }, //02 April 2018, UT1-UTC= 0.1327638, Accumulated Leap Seconds=37 + { 2458211.50, 69.052452 }, //03 April 2018, UT1-UTC= 0.1315479, Accumulated Leap Seconds=37 + { 2458212.50, 69.053507 }, //04 April 2018, UT1-UTC= 0.1304933, Accumulated Leap Seconds=37 + { 2458213.50, 69.054383 }, //05 April 2018, UT1-UTC= 0.1296169, Accumulated Leap Seconds=37 + { 2458214.50, 69.055133 }, //06 April 2018, UT1-UTC= 0.1288673, Accumulated Leap Seconds=37 + { 2458215.50, 69.055818 }, //07 April 2018, UT1-UTC= 0.1281820, Accumulated Leap Seconds=37 + { 2458216.50, 69.056474 }, //08 April 2018, UT1-UTC= 0.1275261, Accumulated Leap Seconds=37 + { 2458217.50, 69.057135 }, //09 April 2018, UT1-UTC= 0.1268650, Accumulated Leap Seconds=37 + { 2458218.50, 69.057816 }, //10 April 2018, UT1-UTC= 0.1261843, Accumulated Leap Seconds=37 + { 2458219.50, 69.058516 }, //11 April 2018, UT1-UTC= 0.1254843, Accumulated Leap Seconds=37 + { 2458220.50, 69.059311 }, //12 April 2018, UT1-UTC= 0.1246885, Accumulated Leap Seconds=37 + { 2458221.50, 69.060235 }, //13 April 2018, UT1-UTC= 0.1237648, Accumulated Leap Seconds=37 + { 2458222.50, 69.061272 }, //14 April 2018, UT1-UTC= 0.1227279, Accumulated Leap Seconds=37 + { 2458223.50, 69.062448 }, //15 April 2018, UT1-UTC= 0.1215516, Accumulated Leap Seconds=37 + { 2458224.50, 69.063778 }, //16 April 2018, UT1-UTC= 0.1202219, Accumulated Leap Seconds=37 + { 2458225.50, 69.065141 }, //17 April 2018, UT1-UTC= 0.1188591, Accumulated Leap Seconds=37 + { 2458226.50, 69.066398 }, //18 April 2018, UT1-UTC= 0.1176018, Accumulated Leap Seconds=37 + { 2458227.50, 69.067509 }, //19 April 2018, UT1-UTC= 0.1164911, Accumulated Leap Seconds=37 + { 2458228.50, 69.068540 }, //20 April 2018, UT1-UTC= 0.1154595, Accumulated Leap Seconds=37 + { 2458229.50, 69.069499 }, //21 April 2018, UT1-UTC= 0.1145009, Accumulated Leap Seconds=37 + { 2458230.50, 69.070458 }, //22 April 2018, UT1-UTC= 0.1135425, Accumulated Leap Seconds=37 + { 2458231.50, 69.071466 }, //23 April 2018, UT1-UTC= 0.1125337, Accumulated Leap Seconds=37 + { 2458232.50, 69.072602 }, //24 April 2018, UT1-UTC= 0.1113982, Accumulated Leap Seconds=37 + { 2458233.50, 69.073921 }, //25 April 2018, UT1-UTC= 0.1100794, Accumulated Leap Seconds=37 + { 2458234.50, 69.075347 }, //26 April 2018, UT1-UTC= 0.1086530, Accumulated Leap Seconds=37 + { 2458235.50, 69.076855 }, //27 April 2018, UT1-UTC= 0.1071446, Accumulated Leap Seconds=37 + { 2458236.50, 69.078382 }, //28 April 2018, UT1-UTC= 0.1056176, Accumulated Leap Seconds=37 + { 2458237.50, 69.079872 }, //29 April 2018, UT1-UTC= 0.1041281, Accumulated Leap Seconds=37 + { 2458238.50, 69.081182 }, //30 April 2018, UT1-UTC= 0.1028179, Accumulated Leap Seconds=37 + { 2458239.50, 69.082343 }, //01 May 2018, UT1-UTC= 0.1016567, Accumulated Leap Seconds=37 + { 2458240.50, 69.083377 }, //02 May 2018, UT1-UTC= 0.1006233, Accumulated Leap Seconds=37 + { 2458241.50, 69.084265 }, //03 May 2018, UT1-UTC= 0.0997347, Accumulated Leap Seconds=37 + { 2458242.50, 69.085023 }, //04 May 2018, UT1-UTC= 0.0989771, Accumulated Leap Seconds=37 + { 2458243.50, 69.085713 }, //05 May 2018, UT1-UTC= 0.0982874, Accumulated Leap Seconds=37 + { 2458244.50, 69.086382 }, //06 May 2018, UT1-UTC= 0.0976177, Accumulated Leap Seconds=37 + { 2458245.50, 69.087030 }, //07 May 2018, UT1-UTC= 0.0969698, Accumulated Leap Seconds=37 + { 2458246.50, 69.087705 }, //08 May 2018, UT1-UTC= 0.0962955, Accumulated Leap Seconds=37 + { 2458247.50, 69.088479 }, //09 May 2018, UT1-UTC= 0.0955205, Accumulated Leap Seconds=37 + { 2458248.50, 69.089367 }, //10 May 2018, UT1-UTC= 0.0946331, Accumulated Leap Seconds=37 + { 2458249.50, 69.090314 }, //11 May 2018, UT1-UTC= 0.0936859, Accumulated Leap Seconds=37 + { 2458250.50, 69.091343 }, //12 May 2018, UT1-UTC= 0.0926566, Accumulated Leap Seconds=37 + { 2458251.50, 69.092474 }, //13 May 2018, UT1-UTC= 0.0915264, Accumulated Leap Seconds=37 + { 2458252.50, 69.093573 }, //14 May 2018, UT1-UTC= 0.0904266, Accumulated Leap Seconds=37 + { 2458253.50, 69.094593 }, //15 May 2018, UT1-UTC= 0.0894075, Accumulated Leap Seconds=37 + { 2458254.50, 69.095463 }, //16 May 2018, UT1-UTC= 0.0885366, Accumulated Leap Seconds=37 + { 2458255.50, 69.096171 }, //17 May 2018, UT1-UTC= 0.0878291, Accumulated Leap Seconds=37 + { 2458256.50, 69.096802 }, //18 May 2018, UT1-UTC= 0.0871981, Accumulated Leap Seconds=37 + { 2458257.50, 69.097345 }, //19 May 2018, UT1-UTC= 0.0866552, Accumulated Leap Seconds=37 + { 2458258.50, 69.097936 }, //20 May 2018, UT1-UTC= 0.0860637, Accumulated Leap Seconds=37 + { 2458259.50, 69.098575 }, //21 May 2018, UT1-UTC= 0.0854250, Accumulated Leap Seconds=37 + { 2458260.50, 69.099340 }, //22 May 2018, UT1-UTC= 0.0846600, Accumulated Leap Seconds=37 + { 2458261.50, 69.100272 }, //23 May 2018, UT1-UTC= 0.0837281, Accumulated Leap Seconds=37 + { 2458262.50, 69.101310 }, //24 May 2018, UT1-UTC= 0.0826900, Accumulated Leap Seconds=37 + { 2458263.50, 69.102354 }, //25 May 2018, UT1-UTC= 0.0816457, Accumulated Leap Seconds=37 + { 2458264.50, 69.103350 }, //26 May 2018, UT1-UTC= 0.0806496, Accumulated Leap Seconds=37 + { 2458265.50, 69.104300 }, //27 May 2018, UT1-UTC= 0.0797000, Accumulated Leap Seconds=37 + { 2458266.50, 69.105162 }, //28 May 2018, UT1-UTC= 0.0788383, Accumulated Leap Seconds=37 + { 2458267.50, 69.105830 }, //29 May 2018, UT1-UTC= 0.0781702, Accumulated Leap Seconds=37 + { 2458268.50, 69.106303 }, //30 May 2018, UT1-UTC= 0.0776965, Accumulated Leap Seconds=37 + { 2458269.50, 69.106670 }, //31 May 2018, UT1-UTC= 0.0773296, Accumulated Leap Seconds=37 + { 2458270.50, 69.107003 }, //01 June 2018, UT1-UTC= 0.0769966, Accumulated Leap Seconds=37 + { 2458271.50, 69.107292 }, //02 June 2018, UT1-UTC= 0.0767081, Accumulated Leap Seconds=37 + { 2458272.50, 69.107605 }, //03 June 2018, UT1-UTC= 0.0763948, Accumulated Leap Seconds=37 + { 2458273.50, 69.107954 }, //04 June 2018, UT1-UTC= 0.0760462, Accumulated Leap Seconds=37 + { 2458274.50, 69.108390 }, //05 June 2018, UT1-UTC= 0.0756097, Accumulated Leap Seconds=37 + { 2458275.50, 69.108891 }, //06 June 2018, UT1-UTC= 0.0751095, Accumulated Leap Seconds=37 + { 2458276.50, 69.109508 }, //07 June 2018, UT1-UTC= 0.0744923, Accumulated Leap Seconds=37 + { 2458277.50, 69.110218 }, //08 June 2018, UT1-UTC= 0.0737824, Accumulated Leap Seconds=37 + { 2458278.50, 69.111012 }, //09 June 2018, UT1-UTC= 0.0729877, Accumulated Leap Seconds=37 + { 2458279.50, 69.111894 }, //10 June 2018, UT1-UTC= 0.0721058, Accumulated Leap Seconds=37 + { 2458280.50, 69.112734 }, //11 June 2018, UT1-UTC= 0.0712665, Accumulated Leap Seconds=37 + { 2458281.50, 69.113445 }, //12 June 2018, UT1-UTC= 0.0705547, Accumulated Leap Seconds=37 + { 2458282.50, 69.114002 }, //13 June 2018, UT1-UTC= 0.0699977, Accumulated Leap Seconds=37 + { 2458283.50, 69.114408 }, //14 June 2018, UT1-UTC= 0.0695920, Accumulated Leap Seconds=37 + { 2458284.50, 69.114683 }, //15 June 2018, UT1-UTC= 0.0693172, Accumulated Leap Seconds=37 + { 2458285.50, 69.114886 }, //16 June 2018, UT1-UTC= 0.0691140, Accumulated Leap Seconds=37 + { 2458286.50, 69.115113 }, //17 June 2018, UT1-UTC= 0.0688867, Accumulated Leap Seconds=37 + { 2458287.50, 69.115394 }, //18 June 2018, UT1-UTC= 0.0686057, Accumulated Leap Seconds=37 + { 2458288.50, 69.115781 }, //19 June 2018, UT1-UTC= 0.0682192, Accumulated Leap Seconds=37 + { 2458289.50, 69.116242 }, //20 June 2018, UT1-UTC= 0.0677580, Accumulated Leap Seconds=37 + { 2458290.50, 69.116675 }, //21 June 2018, UT1-UTC= 0.0673250, Accumulated Leap Seconds=37 + { 2458291.50, 69.116998 }, //22 June 2018, UT1-UTC= 0.0670016, Accumulated Leap Seconds=37 + { 2458292.50, 69.117156 }, //23 June 2018, UT1-UTC= 0.0668439, Accumulated Leap Seconds=37 + { 2458293.50, 69.117124 }, //24 June 2018, UT1-UTC= 0.0668756, Accumulated Leap Seconds=37 + { 2458294.50, 69.116874 }, //25 June 2018, UT1-UTC= 0.0671262, Accumulated Leap Seconds=37 + { 2458295.50, 69.116473 }, //26 June 2018, UT1-UTC= 0.0675266, Accumulated Leap Seconds=37 + { 2458296.50, 69.115908 }, //27 June 2018, UT1-UTC= 0.0680923, Accumulated Leap Seconds=37 + { 2458297.50, 69.115273 }, //28 June 2018, UT1-UTC= 0.0687270, Accumulated Leap Seconds=37 + { 2458298.50, 69.114672 }, //29 June 2018, UT1-UTC= 0.0693284, Accumulated Leap Seconds=37 + { 2458299.50, 69.114035 }, //30 June 2018, UT1-UTC= 0.0699649, Accumulated Leap Seconds=37 + { 2458300.50, 69.113403 }, //01 July 2018, UT1-UTC= 0.0705973, Accumulated Leap Seconds=37 + { 2458301.50, 69.112818 }, //02 July 2018, UT1-UTC= 0.0711817, Accumulated Leap Seconds=37 + { 2458302.50, 69.112321 }, //03 July 2018, UT1-UTC= 0.0716793, Accumulated Leap Seconds=37 + { 2458303.50, 69.111947 }, //04 July 2018, UT1-UTC= 0.0720528, Accumulated Leap Seconds=37 + { 2458304.50, 69.111700 }, //05 July 2018, UT1-UTC= 0.0723000, Accumulated Leap Seconds=37 + { 2458305.50, 69.111632 }, //06 July 2018, UT1-UTC= 0.0723675, Accumulated Leap Seconds=37 + { 2458306.50, 69.111681 }, //07 July 2018, UT1-UTC= 0.0723193, Accumulated Leap Seconds=37 + { 2458307.50, 69.111802 }, //08 July 2018, UT1-UTC= 0.0721982, Accumulated Leap Seconds=37 + { 2458308.50, 69.111966 }, //09 July 2018, UT1-UTC= 0.0720344, Accumulated Leap Seconds=37 + { 2458309.50, 69.112111 }, //10 July 2018, UT1-UTC= 0.0718895, Accumulated Leap Seconds=37 + { 2458310.50, 69.112226 }, //11 July 2018, UT1-UTC= 0.0717743, Accumulated Leap Seconds=37 + { 2458311.50, 69.112260 }, //12 July 2018, UT1-UTC= 0.0717395, Accumulated Leap Seconds=37 + { 2458312.50, 69.112221 }, //13 July 2018, UT1-UTC= 0.0717787, Accumulated Leap Seconds=37 + { 2458313.50, 69.112212 }, //14 July 2018, UT1-UTC= 0.0717883, Accumulated Leap Seconds=37 + { 2458314.50, 69.112313 }, //15 July 2018, UT1-UTC= 0.0716867, Accumulated Leap Seconds=37 + { 2458315.50, 69.112588 }, //16 July 2018, UT1-UTC= 0.0714123, Accumulated Leap Seconds=37 + { 2458316.50, 69.113022 }, //17 July 2018, UT1-UTC= 0.0709782, Accumulated Leap Seconds=37 + { 2458317.50, 69.113554 }, //18 July 2018, UT1-UTC= 0.0704463, Accumulated Leap Seconds=37 + { 2458318.50, 69.114098 }, //19 July 2018, UT1-UTC= 0.0699020, Accumulated Leap Seconds=37 + { 2458319.50, 69.114549 }, //20 July 2018, UT1-UTC= 0.0694513, Accumulated Leap Seconds=37 + { 2458320.50, 69.114838 }, //21 July 2018, UT1-UTC= 0.0691622, Accumulated Leap Seconds=37 + { 2458321.50, 69.114954 }, //22 July 2018, UT1-UTC= 0.0690456, Accumulated Leap Seconds=37 + { 2458322.50, 69.114931 }, //23 July 2018, UT1-UTC= 0.0690692, Accumulated Leap Seconds=37 + { 2458323.50, 69.114822 }, //24 July 2018, UT1-UTC= 0.0691781, Accumulated Leap Seconds=37 + { 2458324.50, 69.114670 }, //25 July 2018, UT1-UTC= 0.0693304, Accumulated Leap Seconds=37 + { 2458325.50, 69.114490 }, //26 July 2018, UT1-UTC= 0.0695103, Accumulated Leap Seconds=37 + { 2458326.50, 69.114339 }, //27 July 2018, UT1-UTC= 0.0696607, Accumulated Leap Seconds=37 + { 2458327.50, 69.114217 }, //28 July 2018, UT1-UTC= 0.0697827, Accumulated Leap Seconds=37 + { 2458328.50, 69.114111 }, //29 July 2018, UT1-UTC= 0.0698892, Accumulated Leap Seconds=37 + { 2458329.50, 69.114055 }, //30 July 2018, UT1-UTC= 0.0699453, Accumulated Leap Seconds=37 + { 2458330.50, 69.114068 }, //31 July 2018, UT1-UTC= 0.0699325, Accumulated Leap Seconds=37 + { 2458331.50, 69.114190 }, //01 August 2018, UT1-UTC= 0.0698102, Accumulated Leap Seconds=37 + { 2458332.50, 69.114424 }, //02 August 2018, UT1-UTC= 0.0695763, Accumulated Leap Seconds=37 + { 2458333.50, 69.114737 }, //03 August 2018, UT1-UTC= 0.0692629, Accumulated Leap Seconds=37 + { 2458334.50, 69.115061 }, //04 August 2018, UT1-UTC= 0.0689387, Accumulated Leap Seconds=37 + { 2458335.50, 69.115333 }, //05 August 2018, UT1-UTC= 0.0686671, Accumulated Leap Seconds=37 + { 2458336.50, 69.115539 }, //06 August 2018, UT1-UTC= 0.0684611, Accumulated Leap Seconds=37 + { 2458337.50, 69.115667 }, //07 August 2018, UT1-UTC= 0.0683332, Accumulated Leap Seconds=37 + { 2458338.50, 69.115707 }, //08 August 2018, UT1-UTC= 0.0682926, Accumulated Leap Seconds=37 + { 2458339.50, 69.115721 }, //09 August 2018, UT1-UTC= 0.0682790, Accumulated Leap Seconds=37 + { 2458340.50, 69.115803 }, //10 August 2018, UT1-UTC= 0.0681971, Accumulated Leap Seconds=37 + { 2458341.50, 69.116033 }, //11 August 2018, UT1-UTC= 0.0679668, Accumulated Leap Seconds=37 + { 2458342.50, 69.116463 }, //12 August 2018, UT1-UTC= 0.0675370, Accumulated Leap Seconds=37 + { 2458343.50, 69.117042 }, //13 August 2018, UT1-UTC= 0.0669575, Accumulated Leap Seconds=37 + { 2458344.50, 69.117662 }, //14 August 2018, UT1-UTC= 0.0663382, Accumulated Leap Seconds=37 + { 2458345.50, 69.118266 }, //15 August 2018, UT1-UTC= 0.0657339, Accumulated Leap Seconds=37 + { 2458346.50, 69.118819 }, //16 August 2018, UT1-UTC= 0.0651808, Accumulated Leap Seconds=37 + { 2458347.50, 69.119235 }, //17 August 2018, UT1-UTC= 0.0647654, Accumulated Leap Seconds=37 + { 2458348.50, 69.119511 }, //18 August 2018, UT1-UTC= 0.0644887, Accumulated Leap Seconds=37 + { 2458349.50, 69.119600 }, //19 August 2018, UT1-UTC= 0.0643999, Accumulated Leap Seconds=37 + { 2458350.50, 69.119573 }, //20 August 2018, UT1-UTC= 0.0644274, Accumulated Leap Seconds=37 + { 2458351.50, 69.119472 }, //21 August 2018, UT1-UTC= 0.0645280, Accumulated Leap Seconds=37 + { 2458352.50, 69.119312 }, //22 August 2018, UT1-UTC= 0.0646884, Accumulated Leap Seconds=37 + { 2458353.50, 69.119148 }, //23 August 2018, UT1-UTC= 0.0648517, Accumulated Leap Seconds=37 + { 2458354.50, 69.118998 }, //24 August 2018, UT1-UTC= 0.0650018, Accumulated Leap Seconds=37 + { 2458355.50, 69.118838 }, //25 August 2018, UT1-UTC= 0.0651619, Accumulated Leap Seconds=37 + { 2458356.50, 69.118769 }, //26 August 2018, UT1-UTC= 0.0652315, Accumulated Leap Seconds=37 + { 2458357.50, 69.118891 }, //27 August 2018, UT1-UTC= 0.0651086, Accumulated Leap Seconds=37 + { 2458358.50, 69.119189 }, //28 August 2018, UT1-UTC= 0.0648107, Accumulated Leap Seconds=37 + { 2458359.50, 69.119548 }, //29 August 2018, UT1-UTC= 0.0644521, Accumulated Leap Seconds=37 + { 2458360.50, 69.119905 }, //30 August 2018, UT1-UTC= 0.0640949, Accumulated Leap Seconds=37 + { 2458361.50, 69.120296 }, //31 August 2018, UT1-UTC= 0.0637042, Accumulated Leap Seconds=37 + { 2458362.50, 69.120720 }, //01 September 2018, UT1-UTC= 0.0632797, Accumulated Leap Seconds=37 + { 2458363.50, 69.121048 }, //02 September 2018, UT1-UTC= 0.0629525, Accumulated Leap Seconds=37 + { 2458364.50, 69.121253 }, //03 September 2018, UT1-UTC= 0.0627471, Accumulated Leap Seconds=37 + { 2458365.50, 69.121382 }, //04 September 2018, UT1-UTC= 0.0626180, Accumulated Leap Seconds=37 + { 2458366.50, 69.121477 }, //05 September 2018, UT1-UTC= 0.0625225, Accumulated Leap Seconds=37 + { 2458367.50, 69.121603 }, //06 September 2018, UT1-UTC= 0.0623972, Accumulated Leap Seconds=37 + { 2458368.50, 69.121830 }, //07 September 2018, UT1-UTC= 0.0621696, Accumulated Leap Seconds=37 + { 2458369.50, 69.122249 }, //08 September 2018, UT1-UTC= 0.0617506, Accumulated Leap Seconds=37 + { 2458370.50, 69.122857 }, //09 September 2018, UT1-UTC= 0.0611433, Accumulated Leap Seconds=37 + { 2458371.50, 69.123680 }, //10 September 2018, UT1-UTC= 0.0603195, Accumulated Leap Seconds=37 + { 2458372.50, 69.124651 }, //11 September 2018, UT1-UTC= 0.0593494, Accumulated Leap Seconds=37 + { 2458373.50, 69.125631 }, //12 September 2018, UT1-UTC= 0.0583688, Accumulated Leap Seconds=37 + { 2458374.50, 69.126486 }, //13 September 2018, UT1-UTC= 0.0575139, Accumulated Leap Seconds=37 + { 2458375.50, 69.127142 }, //14 September 2018, UT1-UTC= 0.0568579, Accumulated Leap Seconds=37 + { 2458376.50, 69.127597 }, //15 September 2018, UT1-UTC= 0.0564025, Accumulated Leap Seconds=37 + { 2458377.50, 69.127876 }, //16 September 2018, UT1-UTC= 0.0561236, Accumulated Leap Seconds=37 + { 2458378.50, 69.128005 }, //17 September 2018, UT1-UTC= 0.0559947, Accumulated Leap Seconds=37 + { 2458379.50, 69.128088 }, //18 September 2018, UT1-UTC= 0.0559116, Accumulated Leap Seconds=37 + { 2458380.50, 69.128138 }, //19 September 2018, UT1-UTC= 0.0558621, Accumulated Leap Seconds=37 + { 2458381.50, 69.128187 }, //20 September 2018, UT1-UTC= 0.0558132, Accumulated Leap Seconds=37 + { 2458382.50, 69.128336 }, //21 September 2018, UT1-UTC= 0.0556637, Accumulated Leap Seconds=37 + { 2458383.50, 69.128611 }, //22 September 2018, UT1-UTC= 0.0553887, Accumulated Leap Seconds=37 + { 2458384.50, 69.129026 }, //23 September 2018, UT1-UTC= 0.0549741, Accumulated Leap Seconds=37 + { 2458385.50, 69.129622 }, //24 September 2018, UT1-UTC= 0.0543782, Accumulated Leap Seconds=37 + { 2458386.50, 69.130387 }, //25 September 2018, UT1-UTC= 0.0536128, Accumulated Leap Seconds=37 + { 2458387.50, 69.131261 }, //26 September 2018, UT1-UTC= 0.0527386, Accumulated Leap Seconds=37 + { 2458388.50, 69.132158 }, //27 September 2018, UT1-UTC= 0.0518424, Accumulated Leap Seconds=37 + { 2458389.50, 69.133088 }, //28 September 2018, UT1-UTC= 0.0509123, Accumulated Leap Seconds=37 + { 2458390.50, 69.133991 }, //29 September 2018, UT1-UTC= 0.0500090, Accumulated Leap Seconds=37 + { 2458391.50, 69.134815 }, //30 September 2018, UT1-UTC= 0.0491855, Accumulated Leap Seconds=37 + { 2458392.50, 69.135558 }, //01 October 2018, UT1-UTC= 0.0484422, Accumulated Leap Seconds=37 + { 2458393.50, 69.136244 }, //02 October 2018, UT1-UTC= 0.0477556, Accumulated Leap Seconds=37 + { 2458394.50, 69.136905 }, //03 October 2018, UT1-UTC= 0.0470950, Accumulated Leap Seconds=37 + { 2458395.50, 69.137617 }, //04 October 2018, UT1-UTC= 0.0463829, Accumulated Leap Seconds=37 + { 2458396.50, 69.138467 }, //05 October 2018, UT1-UTC= 0.0455331, Accumulated Leap Seconds=37 + { 2458397.50, 69.139572 }, //06 October 2018, UT1-UTC= 0.0444284, Accumulated Leap Seconds=37 + { 2458398.50, 69.140833 }, //07 October 2018, UT1-UTC= 0.0431670, Accumulated Leap Seconds=37 + { 2458399.50, 69.142207 }, //08 October 2018, UT1-UTC= 0.0417926, Accumulated Leap Seconds=37 + { 2458400.50, 69.143653 }, //09 October 2018, UT1-UTC= 0.0403473, Accumulated Leap Seconds=37 + { 2458401.50, 69.145027 }, //10 October 2018, UT1-UTC= 0.0389725, Accumulated Leap Seconds=37 + { 2458402.50, 69.146263 }, //11 October 2018, UT1-UTC= 0.0377371, Accumulated Leap Seconds=37 + { 2458403.50, 69.147323 }, //12 October 2018, UT1-UTC= 0.0366770, Accumulated Leap Seconds=37 + { 2458404.50, 69.148196 }, //13 October 2018, UT1-UTC= 0.0358042, Accumulated Leap Seconds=37 + { 2458405.50, 69.148899 }, //14 October 2018, UT1-UTC= 0.0351009, Accumulated Leap Seconds=37 + { 2458406.50, 69.149491 }, //15 October 2018, UT1-UTC= 0.0345090, Accumulated Leap Seconds=37 + { 2458407.50, 69.149951 }, //16 October 2018, UT1-UTC= 0.0340490, Accumulated Leap Seconds=37 + { 2458408.50, 69.150364 }, //17 October 2018, UT1-UTC= 0.0336358, Accumulated Leap Seconds=37 + { 2458409.50, 69.150816 }, //18 October 2018, UT1-UTC= 0.0331836, Accumulated Leap Seconds=37 + { 2458410.50, 69.151366 }, //19 October 2018, UT1-UTC= 0.0326338, Accumulated Leap Seconds=37 + { 2458411.50, 69.152019 }, //20 October 2018, UT1-UTC= 0.0319812, Accumulated Leap Seconds=37 + { 2458412.50, 69.152809 }, //21 October 2018, UT1-UTC= 0.0311914, Accumulated Leap Seconds=37 + { 2458413.50, 69.153788 }, //22 October 2018, UT1-UTC= 0.0302123, Accumulated Leap Seconds=37 + { 2458414.50, 69.154911 }, //23 October 2018, UT1-UTC= 0.0290892, Accumulated Leap Seconds=37 + { 2458415.50, 69.156150 }, //24 October 2018, UT1-UTC= 0.0278497, Accumulated Leap Seconds=37 + { 2458416.50, 69.157448 }, //25 October 2018, UT1-UTC= 0.0265518, Accumulated Leap Seconds=37 + { 2458417.50, 69.158705 }, //26 October 2018, UT1-UTC= 0.0252947, Accumulated Leap Seconds=37 + { 2458418.50, 69.159871 }, //27 October 2018, UT1-UTC= 0.0241285, Accumulated Leap Seconds=37 + { 2458419.50, 69.160941 }, //28 October 2018, UT1-UTC= 0.0230588, Accumulated Leap Seconds=37 + { 2458420.50, 69.161905 }, //29 October 2018, UT1-UTC= 0.0220948, Accumulated Leap Seconds=37 + { 2458421.50, 69.162796 }, //30 October 2018, UT1-UTC= 0.0212045, Accumulated Leap Seconds=37 + { 2458422.50, 69.163660 }, //31 October 2018, UT1-UTC= 0.0203398, Accumulated Leap Seconds=37 + { 2458423.50, 69.164590 }, //01 November 2018, UT1-UTC= 0.0194100, Accumulated Leap Seconds=37 + { 2458424.50, 69.165661 }, //02 November 2018, UT1-UTC= 0.0183392, Accumulated Leap Seconds=37 + { 2458425.50, 69.166846 }, //03 November 2018, UT1-UTC= 0.0171535, Accumulated Leap Seconds=37 + { 2458426.50, 69.168094 }, //04 November 2018, UT1-UTC= 0.0159064, Accumulated Leap Seconds=37 + { 2458427.50, 69.169348 }, //05 November 2018, UT1-UTC= 0.0146517, Accumulated Leap Seconds=37 + { 2458428.50, 69.170587 }, //06 November 2018, UT1-UTC= 0.0134133, Accumulated Leap Seconds=37 + { 2458429.50, 69.171770 }, //07 November 2018, UT1-UTC= 0.0122295, Accumulated Leap Seconds=37 + { 2458430.50, 69.172807 }, //08 November 2018, UT1-UTC= 0.0111928, Accumulated Leap Seconds=37 + { 2458431.50, 69.173742 }, //09 November 2018, UT1-UTC= 0.0102582, Accumulated Leap Seconds=37 + { 2458432.50, 69.174530 }, //10 November 2018, UT1-UTC= 0.0094704, Accumulated Leap Seconds=37 + { 2458433.50, 69.175233 }, //11 November 2018, UT1-UTC= 0.0087666, Accumulated Leap Seconds=37 + { 2458434.50, 69.175909 }, //12 November 2018, UT1-UTC= 0.0080908, Accumulated Leap Seconds=37 + { 2458435.50, 69.176558 }, //13 November 2018, UT1-UTC= 0.0074419, Accumulated Leap Seconds=37 + { 2458436.50, 69.177269 }, //14 November 2018, UT1-UTC= 0.0067305, Accumulated Leap Seconds=37 + { 2458437.50, 69.178042 }, //15 November 2018, UT1-UTC= 0.0059584, Accumulated Leap Seconds=37 + { 2458438.50, 69.178905 }, //16 November 2018, UT1-UTC= 0.0050952, Accumulated Leap Seconds=37 + { 2458439.50, 69.179859 }, //17 November 2018, UT1-UTC= 0.0041410, Accumulated Leap Seconds=37 + { 2458440.50, 69.180921 }, //18 November 2018, UT1-UTC= 0.0030793, Accumulated Leap Seconds=37 + { 2458441.50, 69.182130 }, //19 November 2018, UT1-UTC= 0.0018698, Accumulated Leap Seconds=37 + { 2458442.50, 69.183475 }, //20 November 2018, UT1-UTC= 0.0005255, Accumulated Leap Seconds=37 + { 2458443.50, 69.184874 }, //21 November 2018, UT1-UTC=-0.0008739, Accumulated Leap Seconds=37 + { 2458444.50, 69.186264 }, //22 November 2018, UT1-UTC=-0.0022644, Accumulated Leap Seconds=37 + { 2458445.50, 69.187586 }, //23 November 2018, UT1-UTC=-0.0035859, Accumulated Leap Seconds=37 + { 2458446.50, 69.188808 }, //24 November 2018, UT1-UTC=-0.0048081, Accumulated Leap Seconds=37 + { 2458447.50, 69.189892 }, //25 November 2018, UT1-UTC=-0.0058923, Accumulated Leap Seconds=37 + { 2458448.50, 69.190861 }, //26 November 2018, UT1-UTC=-0.0068614, Accumulated Leap Seconds=37 + { 2458449.50, 69.191819 }, //27 November 2018, UT1-UTC=-0.0078195, Accumulated Leap Seconds=37 + { 2458450.50, 69.192816 }, //28 November 2018, UT1-UTC=-0.0088161, Accumulated Leap Seconds=37 + { 2458451.50, 69.193925 }, //29 November 2018, UT1-UTC=-0.0099250, Accumulated Leap Seconds=37 + { 2458452.50, 69.195138 }, //30 November 2018, UT1-UTC=-0.0111375, Accumulated Leap Seconds=37 + { 2458453.50, 69.196423 }, //01 December 2018, UT1-UTC=-0.0124228, Accumulated Leap Seconds=37 + { 2458454.50, 69.197734 }, //02 December 2018, UT1-UTC=-0.0137338, Accumulated Leap Seconds=37 + { 2458455.50, 69.198992 }, //03 December 2018, UT1-UTC=-0.0149921, Accumulated Leap Seconds=37 + { 2458456.50, 69.200115 }, //04 December 2018, UT1-UTC=-0.0161149, Accumulated Leap Seconds=37 + { 2458457.50, 69.200995 }, //05 December 2018, UT1-UTC=-0.0169955, Accumulated Leap Seconds=37 + { 2458458.50, 69.201681 }, //06 December 2018, UT1-UTC=-0.0176813, Accumulated Leap Seconds=37 + { 2458459.50, 69.202237 }, //07 December 2018, UT1-UTC=-0.0182366, Accumulated Leap Seconds=37 + { 2458460.50, 69.202731 }, //08 December 2018, UT1-UTC=-0.0187315, Accumulated Leap Seconds=37 + { 2458461.50, 69.203134 }, //09 December 2018, UT1-UTC=-0.0191338, Accumulated Leap Seconds=37 + { 2458462.50, 69.203491 }, //10 December 2018, UT1-UTC=-0.0194914, Accumulated Leap Seconds=37 + { 2458463.50, 69.203882 }, //11 December 2018, UT1-UTC=-0.0198816, Accumulated Leap Seconds=37 + { 2458464.50, 69.204350 }, //12 December 2018, UT1-UTC=-0.0203504, Accumulated Leap Seconds=37 + { 2458465.50, 69.204888 }, //13 December 2018, UT1-UTC=-0.0208876, Accumulated Leap Seconds=37 + { 2458466.50, 69.205493 }, //14 December 2018, UT1-UTC=-0.0214930, Accumulated Leap Seconds=37 + { 2458467.50, 69.206195 }, //15 December 2018, UT1-UTC=-0.0221946, Accumulated Leap Seconds=37 + { 2458468.50, 69.207008 }, //16 December 2018, UT1-UTC=-0.0230078, Accumulated Leap Seconds=37 + { 2458469.50, 69.207941 }, //17 December 2018, UT1-UTC=-0.0239410, Accumulated Leap Seconds=37 + { 2458470.50, 69.208967 }, //18 December 2018, UT1-UTC=-0.0249665, Accumulated Leap Seconds=37 + { 2458471.50, 69.210005 }, //19 December 2018, UT1-UTC=-0.0260051, Accumulated Leap Seconds=37 + { 2458472.50, 69.210907 }, //20 December 2018, UT1-UTC=-0.0269070, Accumulated Leap Seconds=37 + { 2458473.50, 69.211635 }, //21 December 2018, UT1-UTC=-0.0276346, Accumulated Leap Seconds=37 + { 2458474.50, 69.212213 }, //22 December 2018, UT1-UTC=-0.0282128, Accumulated Leap Seconds=37 + { 2458475.50, 69.212679 }, //23 December 2018, UT1-UTC=-0.0286787, Accumulated Leap Seconds=37 + { 2458476.50, 69.213140 }, //24 December 2018, UT1-UTC=-0.0291401, Accumulated Leap Seconds=37 + { 2458477.50, 69.213669 }, //25 December 2018, UT1-UTC=-0.0296689, Accumulated Leap Seconds=37 + { 2458478.50, 69.214294 }, //26 December 2018, UT1-UTC=-0.0302944, Accumulated Leap Seconds=37 + { 2458479.50, 69.215076 }, //27 December 2018, UT1-UTC=-0.0310765, Accumulated Leap Seconds=37 + { 2458480.50, 69.216011 }, //28 December 2018, UT1-UTC=-0.0320114, Accumulated Leap Seconds=37 + { 2458481.50, 69.217085 }, //29 December 2018, UT1-UTC=-0.0330854, Accumulated Leap Seconds=37 + { 2458482.50, 69.218166 }, //30 December 2018, UT1-UTC=-0.0341662, Accumulated Leap Seconds=37 + { 2458483.50, 69.219195 }, //31 December 2018, UT1-UTC=-0.0351948, Accumulated Leap Seconds=37 + { 2458484.50, 69.220163 }, //01 January 2019, UT1-UTC=-0.0361632, Accumulated Leap Seconds=37 + { 2458485.50, 69.221045 }, //02 January 2019, UT1-UTC=-0.0370452, Accumulated Leap Seconds=37 + { 2458486.50, 69.221758 }, //03 January 2019, UT1-UTC=-0.0377584, Accumulated Leap Seconds=37 + { 2458487.50, 69.222271 }, //04 January 2019, UT1-UTC=-0.0382710, Accumulated Leap Seconds=37 + { 2458488.50, 69.222723 }, //05 January 2019, UT1-UTC=-0.0387231, Accumulated Leap Seconds=37 + { 2458489.50, 69.223111 }, //06 January 2019, UT1-UTC=-0.0391107, Accumulated Leap Seconds=37 + { 2458490.50, 69.223432 }, //07 January 2019, UT1-UTC=-0.0394318, Accumulated Leap Seconds=37 + { 2458491.50, 69.223761 }, //08 January 2019, UT1-UTC=-0.0397606, Accumulated Leap Seconds=37 + { 2458492.50, 69.224123 }, //09 January 2019, UT1-UTC=-0.0401230, Accumulated Leap Seconds=37 + { 2458493.50, 69.224582 }, //10 January 2019, UT1-UTC=-0.0405821, Accumulated Leap Seconds=37 + { 2458494.50, 69.225091 }, //11 January 2019, UT1-UTC=-0.0410915, Accumulated Leap Seconds=37 + { 2458495.50, 69.225734 }, //12 January 2019, UT1-UTC=-0.0417339, Accumulated Leap Seconds=37 + { 2458496.50, 69.226465 }, //13 January 2019, UT1-UTC=-0.0424652, Accumulated Leap Seconds=37 + { 2458497.50, 69.227266 }, //14 January 2019, UT1-UTC=-0.0432663, Accumulated Leap Seconds=37 + { 2458498.50, 69.228143 }, //15 January 2019, UT1-UTC=-0.0441428, Accumulated Leap Seconds=37 + { 2458499.50, 69.229047 }, //16 January 2019, UT1-UTC=-0.0450467, Accumulated Leap Seconds=37 + { 2458500.50, 69.229913 }, //17 January 2019, UT1-UTC=-0.0459130, Accumulated Leap Seconds=37 + { 2458501.50, 69.230725 }, //18 January 2019, UT1-UTC=-0.0467252, Accumulated Leap Seconds=37 + { 2458502.50, 69.231481 }, //19 January 2019, UT1-UTC=-0.0474805, Accumulated Leap Seconds=37 + { 2458503.50, 69.232218 }, //20 January 2019, UT1-UTC=-0.0482177, Accumulated Leap Seconds=37 + { 2458504.50, 69.233007 }, //21 January 2019, UT1-UTC=-0.0490075, Accumulated Leap Seconds=37 + { 2458505.50, 69.233919 }, //22 January 2019, UT1-UTC=-0.0499191, Accumulated Leap Seconds=37 + { 2458506.50, 69.234977 }, //23 January 2019, UT1-UTC=-0.0509772, Accumulated Leap Seconds=37 + { 2458507.50, 69.236230 }, //24 January 2019, UT1-UTC=-0.0522303, Accumulated Leap Seconds=37 + { 2458508.50, 69.237634 }, //25 January 2019, UT1-UTC=-0.0536338, Accumulated Leap Seconds=37 + { 2458509.50, 69.239069 }, //26 January 2019, UT1-UTC=-0.0550685, Accumulated Leap Seconds=37 + { 2458510.50, 69.240486 }, //27 January 2019, UT1-UTC=-0.0564856, Accumulated Leap Seconds=37 + { 2458511.50, 69.241808 }, //28 January 2019, UT1-UTC=-0.0578081, Accumulated Leap Seconds=37 + { 2458512.50, 69.242911 }, //29 January 2019, UT1-UTC=-0.0589114, Accumulated Leap Seconds=37 + { 2458513.50, 69.243832 }, //30 January 2019, UT1-UTC=-0.0598320, Accumulated Leap Seconds=37 + { 2458514.50, 69.244576 }, //31 January 2019, UT1-UTC=-0.0605762, Accumulated Leap Seconds=37 + { 2458515.50, 69.245156 }, //01 February 2019, UT1-UTC=-0.0611564, Accumulated Leap Seconds=37 + { 2458516.50, 69.245662 }, //02 February 2019, UT1-UTC=-0.0616624, Accumulated Leap Seconds=37 + { 2458517.50, 69.246128 }, //03 February 2019, UT1-UTC=-0.0621277, Accumulated Leap Seconds=37 + { 2458518.50, 69.246653 }, //04 February 2019, UT1-UTC=-0.0626533, Accumulated Leap Seconds=37 + { 2458519.50, 69.247318 }, //05 February 2019, UT1-UTC=-0.0633185, Accumulated Leap Seconds=37 + { 2458520.50, 69.248089 }, //06 February 2019, UT1-UTC=-0.0640895, Accumulated Leap Seconds=37 + { 2458521.50, 69.248984 }, //07 February 2019, UT1-UTC=-0.0649842, Accumulated Leap Seconds=37 + { 2458522.50, 69.249979 }, //08 February 2019, UT1-UTC=-0.0659790, Accumulated Leap Seconds=37 + { 2458523.50, 69.251067 }, //09 February 2019, UT1-UTC=-0.0670674, Accumulated Leap Seconds=37 + { 2458524.50, 69.252229 }, //10 February 2019, UT1-UTC=-0.0682290, Accumulated Leap Seconds=37 + { 2458525.50, 69.253433 }, //11 February 2019, UT1-UTC=-0.0694334, Accumulated Leap Seconds=37 + { 2458526.50, 69.254616 }, //12 February 2019, UT1-UTC=-0.0706159, Accumulated Leap Seconds=37 + { 2458527.50, 69.255794 }, //13 February 2019, UT1-UTC=-0.0717940, Accumulated Leap Seconds=37 + { 2458528.50, 69.256926 }, //14 February 2019, UT1-UTC=-0.0729259, Accumulated Leap Seconds=37 + { 2458529.50, 69.257966 }, //15 February 2019, UT1-UTC=-0.0739665, Accumulated Leap Seconds=37 + { 2458530.50, 69.258954 }, //16 February 2019, UT1-UTC=-0.0749540, Accumulated Leap Seconds=37 + { 2458531.50, 69.259918 }, //17 February 2019, UT1-UTC=-0.0759185, Accumulated Leap Seconds=37 + { 2458532.50, 69.260930 }, //18 February 2019, UT1-UTC=-0.0769301, Accumulated Leap Seconds=37 + { 2458533.50, 69.262101 }, //19 February 2019, UT1-UTC=-0.0781015, Accumulated Leap Seconds=37 + { 2458534.50, 69.263456 }, //20 February 2019, UT1-UTC=-0.0794558, Accumulated Leap Seconds=37 + { 2458535.50, 69.264945 }, //21 February 2019, UT1-UTC=-0.0809446, Accumulated Leap Seconds=37 + { 2458536.50, 69.266487 }, //22 February 2019, UT1-UTC=-0.0824874, Accumulated Leap Seconds=37 + { 2458537.50, 69.267992 }, //23 February 2019, UT1-UTC=-0.0839918, Accumulated Leap Seconds=37 + { 2458538.50, 69.269379 }, //24 February 2019, UT1-UTC=-0.0853787, Accumulated Leap Seconds=37 + { 2458539.50, 69.270533 }, //25 February 2019, UT1-UTC=-0.0865327, Accumulated Leap Seconds=37 + { 2458540.50, 69.271483 }, //26 February 2019, UT1-UTC=-0.0874829, Accumulated Leap Seconds=37 + { 2458541.50, 69.272212 }, //27 February 2019, UT1-UTC=-0.0882119, Accumulated Leap Seconds=37 + { 2458542.50, 69.272796 }, //28 February 2019, UT1-UTC=-0.0887955, Accumulated Leap Seconds=37 + { 2458543.50, 69.273276 }, //01 March 2019, UT1-UTC=-0.0892758, Accumulated Leap Seconds=37 + { 2458544.50, 69.273715 }, //02 March 2019, UT1-UTC=-0.0897148, Accumulated Leap Seconds=37 + { 2458545.50, 69.274210 }, //03 March 2019, UT1-UTC=-0.0902098, Accumulated Leap Seconds=37 + { 2458546.50, 69.274725 }, //04 March 2019, UT1-UTC=-0.0907251, Accumulated Leap Seconds=37 + { 2458547.50, 69.275334 }, //05 March 2019, UT1-UTC=-0.0913344, Accumulated Leap Seconds=37 + { 2458548.50, 69.276043 }, //06 March 2019, UT1-UTC=-0.0920430, Accumulated Leap Seconds=37 + { 2458549.50, 69.276878 }, //07 March 2019, UT1-UTC=-0.0928782, Accumulated Leap Seconds=37 + { 2458550.50, 69.277828 }, //08 March 2019, UT1-UTC=-0.0938285, Accumulated Leap Seconds=37 + { 2458551.50, 69.278822 }, //09 March 2019, UT1-UTC=-0.0948222, Accumulated Leap Seconds=37 + { 2458552.50, 69.279867 }, //10 March 2019, UT1-UTC=-0.0958673, Accumulated Leap Seconds=37 + { 2458553.50, 69.280942 }, //11 March 2019, UT1-UTC=-0.0969416, Accumulated Leap Seconds=37 + { 2458554.50, 69.281963 }, //12 March 2019, UT1-UTC=-0.0979631, Accumulated Leap Seconds=37 + { 2458555.50, 69.282882 }, //13 March 2019, UT1-UTC=-0.0988823, Accumulated Leap Seconds=37 + { 2458556.50, 69.283702 }, //14 March 2019, UT1-UTC=-0.0997021, Accumulated Leap Seconds=37 + { 2458557.50, 69.284469 }, //15 March 2019, UT1-UTC=-0.1004690, Accumulated Leap Seconds=37 + { 2458558.50, 69.285269 }, //16 March 2019, UT1-UTC=-0.1012687, Accumulated Leap Seconds=37 + { 2458559.50, 69.286138 }, //17 March 2019, UT1-UTC=-0.1021385, Accumulated Leap Seconds=37 + { 2458560.50, 69.287134 }, //18 March 2019, UT1-UTC=-0.1031338, Accumulated Leap Seconds=37 + { 2458561.50, 69.288342 }, //19 March 2019, UT1-UTC=-0.1043416, Accumulated Leap Seconds=37 + { 2458562.50, 69.289750 }, //20 March 2019, UT1-UTC=-0.1057496, Accumulated Leap Seconds=37 + { 2458563.50, 69.291324 }, //21 March 2019, UT1-UTC=-0.1073241, Accumulated Leap Seconds=37 + { 2458564.50, 69.293003 }, //22 March 2019, UT1-UTC=-0.1090030, Accumulated Leap Seconds=37 + { 2458565.50, 69.294633 }, //23 March 2019, UT1-UTC=-0.1106334, Accumulated Leap Seconds=37 + { 2458566.50, 69.296124 }, //24 March 2019, UT1-UTC=-0.1121243, Accumulated Leap Seconds=37 + { 2458567.50, 69.297399 }, //25 March 2019, UT1-UTC=-0.1133992, Accumulated Leap Seconds=37 + { 2458568.50, 69.298443 }, //26 March 2019, UT1-UTC=-0.1144431, Accumulated Leap Seconds=37 + { 2458569.50, 69.299318 }, //27 March 2019, UT1-UTC=-0.1153175, Accumulated Leap Seconds=37 + { 2458570.50, 69.300097 }, //28 March 2019, UT1-UTC=-0.1160974, Accumulated Leap Seconds=37 + { 2458571.50, 69.300810 }, //29 March 2019, UT1-UTC=-0.1168102, Accumulated Leap Seconds=37 + { 2458572.50, 69.301540 }, //30 March 2019, UT1-UTC=-0.1175397, Accumulated Leap Seconds=37 + { 2458573.50, 69.302324 }, //31 March 2019, UT1-UTC=-0.1183242, Accumulated Leap Seconds=37 + { 2458574.50, 69.303198 }, //01 April 2019, UT1-UTC=-0.1191979, Accumulated Leap Seconds=37 + { 2458575.50, 69.304165 }, //02 April 2019, UT1-UTC=-0.1201648, Accumulated Leap Seconds=37 + { 2458576.50, 69.305246 }, //03 April 2019, UT1-UTC=-0.1212465, Accumulated Leap Seconds=37 + { 2458577.50, 69.306473 }, //04 April 2019, UT1-UTC=-0.1224726, Accumulated Leap Seconds=37 + { 2458578.50, 69.307757 }, //05 April 2019, UT1-UTC=-0.1237568, Accumulated Leap Seconds=37 + { 2458579.50, 69.309040 }, //06 April 2019, UT1-UTC=-0.1250404, Accumulated Leap Seconds=37 + { 2458580.50, 69.310335 }, //07 April 2019, UT1-UTC=-0.1263347, Accumulated Leap Seconds=37 + { 2458581.50, 69.311579 }, //08 April 2019, UT1-UTC=-0.1275788, Accumulated Leap Seconds=37 + { 2458582.50, 69.312742 }, //09 April 2019, UT1-UTC=-0.1287422, Accumulated Leap Seconds=37 + { 2458583.50, 69.313774 }, //10 April 2019, UT1-UTC=-0.1297738, Accumulated Leap Seconds=37 + { 2458584.50, 69.314658 }, //11 April 2019, UT1-UTC=-0.1306581, Accumulated Leap Seconds=37 + { 2458585.50, 69.315416 }, //12 April 2019, UT1-UTC=-0.1314155, Accumulated Leap Seconds=37 + { 2458586.50, 69.316211 }, //13 April 2019, UT1-UTC=-0.1322115, Accumulated Leap Seconds=37 + { 2458587.50, 69.317062 }, //14 April 2019, UT1-UTC=-0.1330617, Accumulated Leap Seconds=37 + { 2458588.50, 69.318044 }, //15 April 2019, UT1-UTC=-0.1340441, Accumulated Leap Seconds=37 + { 2458589.50, 69.319233 }, //16 April 2019, UT1-UTC=-0.1352327, Accumulated Leap Seconds=37 + { 2458590.50, 69.320600 }, //17 April 2019, UT1-UTC=-0.1365999, Accumulated Leap Seconds=37 + { 2458591.50, 69.322075 }, //18 April 2019, UT1-UTC=-0.1380752, Accumulated Leap Seconds=37 + { 2458592.50, 69.323490 }, //19 April 2019, UT1-UTC=-0.1394900, Accumulated Leap Seconds=37 + { 2458593.50, 69.324803 }, //20 April 2019, UT1-UTC=-0.1408027, Accumulated Leap Seconds=37 + { 2458594.50, 69.325930 }, //21 April 2019, UT1-UTC=-0.1419298, Accumulated Leap Seconds=37 + { 2458595.50, 69.326810 }, //22 April 2019, UT1-UTC=-0.1428101, Accumulated Leap Seconds=37 + { 2458596.50, 69.327476 }, //23 April 2019, UT1-UTC=-0.1434763, Accumulated Leap Seconds=37 + { 2458597.50, 69.328017 }, //24 April 2019, UT1-UTC=-0.1440169, Accumulated Leap Seconds=37 + { 2458598.50, 69.328513 }, //25 April 2019, UT1-UTC=-0.1445128, Accumulated Leap Seconds=37 + { 2458599.50, 69.329004 }, //26 April 2019, UT1-UTC=-0.1450041, Accumulated Leap Seconds=37 + { 2458600.50, 69.329563 }, //27 April 2019, UT1-UTC=-0.1455633, Accumulated Leap Seconds=37 + { 2458601.50, 69.330175 }, //28 April 2019, UT1-UTC=-0.1461748, Accumulated Leap Seconds=37 + { 2458602.50, 69.330839 }, //29 April 2019, UT1-UTC=-0.1468390, Accumulated Leap Seconds=37 + { 2458603.50, 69.331632 }, //30 April 2019, UT1-UTC=-0.1476321, Accumulated Leap Seconds=37 + { 2458604.50, 69.332567 }, //01 May 2019, UT1-UTC=-0.1485675, Accumulated Leap Seconds=37 + { 2458605.50, 69.333612 }, //02 May 2019, UT1-UTC=-0.1496123, Accumulated Leap Seconds=37 + { 2458606.50, 69.334656 }, //03 May 2019, UT1-UTC=-0.1506564, Accumulated Leap Seconds=37 + { 2458607.50, 69.335631 }, //04 May 2019, UT1-UTC=-0.1516315, Accumulated Leap Seconds=37 + { 2458608.50, 69.336533 }, //05 May 2019, UT1-UTC=-0.1525334, Accumulated Leap Seconds=37 + { 2458609.50, 69.337366 }, //06 May 2019, UT1-UTC=-0.1533663, Accumulated Leap Seconds=37 + { 2458610.50, 69.338093 }, //07 May 2019, UT1-UTC=-0.1540934, Accumulated Leap Seconds=37 + { 2458611.50, 69.338711 }, //08 May 2019, UT1-UTC=-0.1547113, Accumulated Leap Seconds=37 + { 2458612.50, 69.339280 }, //09 May 2019, UT1-UTC=-0.1552802, Accumulated Leap Seconds=37 + { 2458613.50, 69.339827 }, //10 May 2019, UT1-UTC=-0.1558271, Accumulated Leap Seconds=37 + { 2458614.50, 69.340399 }, //11 May 2019, UT1-UTC=-0.1563994, Accumulated Leap Seconds=37 + { 2458615.50, 69.341094 }, //12 May 2019, UT1-UTC=-0.1570941, Accumulated Leap Seconds=37 + { 2458616.50, 69.341942 }, //13 May 2019, UT1-UTC=-0.1579420, Accumulated Leap Seconds=37 + { 2458617.50, 69.342971 }, //14 May 2019, UT1-UTC=-0.1589712, Accumulated Leap Seconds=37 + { 2458618.50, 69.344180 }, //15 May 2019, UT1-UTC=-0.1601803, Accumulated Leap Seconds=37 + { 2458619.50, 69.345457 }, //16 May 2019, UT1-UTC=-0.1614572, Accumulated Leap Seconds=37 + { 2458620.50, 69.346712 }, //17 May 2019, UT1-UTC=-0.1627123, Accumulated Leap Seconds=37 + { 2458621.50, 69.347795 }, //18 May 2019, UT1-UTC=-0.1637952, Accumulated Leap Seconds=37 + { 2458622.50, 69.348605 }, //19 May 2019, UT1-UTC=-0.1646049, Accumulated Leap Seconds=37 + { 2458623.50, 69.349206 }, //20 May 2019, UT1-UTC=-0.1652061, Accumulated Leap Seconds=37 + { 2458624.50, 69.349595 }, //21 May 2019, UT1-UTC=-0.1655949, Accumulated Leap Seconds=37 + { 2458625.50, 69.349853 }, //22 May 2019, UT1-UTC=-0.1658535, Accumulated Leap Seconds=37 + { 2458626.50, 69.350076 }, //23 May 2019, UT1-UTC=-0.1660761, Accumulated Leap Seconds=37 + { 2458627.50, 69.350313 }, //24 May 2019, UT1-UTC=-0.1663131, Accumulated Leap Seconds=37 + { 2458628.50, 69.350590 }, //25 May 2019, UT1-UTC=-0.1665897, Accumulated Leap Seconds=37 + { 2458629.50, 69.350908 }, //26 May 2019, UT1-UTC=-0.1669079, Accumulated Leap Seconds=37 + { 2458630.50, 69.351309 }, //27 May 2019, UT1-UTC=-0.1673088, Accumulated Leap Seconds=37 + { 2458631.50, 69.351776 }, //28 May 2019, UT1-UTC=-0.1677762, Accumulated Leap Seconds=37 + { 2458632.50, 69.352288 }, //29 May 2019, UT1-UTC=-0.1682876, Accumulated Leap Seconds=37 + { 2458633.50, 69.352872 }, //30 May 2019, UT1-UTC=-0.1688717, Accumulated Leap Seconds=37 + { 2458634.50, 69.353467 }, //31 May 2019, UT1-UTC=-0.1694668, Accumulated Leap Seconds=37 + { 2458635.50, 69.354051 }, //01 June 2019, UT1-UTC=-0.1700507, Accumulated Leap Seconds=37 + { 2458636.50, 69.354589 }, //02 June 2019, UT1-UTC=-0.1705893, Accumulated Leap Seconds=37 + { 2458637.50, 69.354973 }, //03 June 2019, UT1-UTC=-0.1709735, Accumulated Leap Seconds=37 + { 2458638.50, 69.355220 }, //04 June 2019, UT1-UTC=-0.1712196, Accumulated Leap Seconds=37 + { 2458639.50, 69.355393 }, //05 June 2019, UT1-UTC=-0.1713926, Accumulated Leap Seconds=37 + { 2458640.50, 69.355519 }, //06 June 2019, UT1-UTC=-0.1715186, Accumulated Leap Seconds=37 + { 2458641.50, 69.355640 }, //07 June 2019, UT1-UTC=-0.1716405, Accumulated Leap Seconds=37 + { 2458642.50, 69.355829 }, //08 June 2019, UT1-UTC=-0.1718291, Accumulated Leap Seconds=37 + { 2458643.50, 69.356139 }, //09 June 2019, UT1-UTC=-0.1721388, Accumulated Leap Seconds=37 + { 2458644.50, 69.356610 }, //10 June 2019, UT1-UTC=-0.1726102, Accumulated Leap Seconds=37 + { 2458645.50, 69.357214 }, //11 June 2019, UT1-UTC=-0.1732135, Accumulated Leap Seconds=37 + { 2458646.50, 69.357870 }, //12 June 2019, UT1-UTC=-0.1738701, Accumulated Leap Seconds=37 + { 2458647.50, 69.358495 }, //13 June 2019, UT1-UTC=-0.1744949, Accumulated Leap Seconds=37 + { 2458648.50, 69.359015 }, //14 June 2019, UT1-UTC=-0.1750150, Accumulated Leap Seconds=37 + { 2458649.50, 69.359362 }, //15 June 2019, UT1-UTC=-0.1753616, Accumulated Leap Seconds=37 + { 2458650.50, 69.359471 }, //16 June 2019, UT1-UTC=-0.1754711, Accumulated Leap Seconds=37 + { 2458651.50, 69.359408 }, //17 June 2019, UT1-UTC=-0.1754081, Accumulated Leap Seconds=37 + { 2458652.50, 69.359244 }, //18 June 2019, UT1-UTC=-0.1752440, Accumulated Leap Seconds=37 + { 2458653.50, 69.359012 }, //19 June 2019, UT1-UTC=-0.1750116, Accumulated Leap Seconds=37 + { 2458654.50, 69.358768 }, //20 June 2019, UT1-UTC=-0.1747685, Accumulated Leap Seconds=37 + { 2458655.50, 69.358574 }, //21 June 2019, UT1-UTC=-0.1745736, Accumulated Leap Seconds=37 + { 2458656.50, 69.358438 }, //22 June 2019, UT1-UTC=-0.1744381, Accumulated Leap Seconds=37 + { 2458657.50, 69.358352 }, //23 June 2019, UT1-UTC=-0.1743521, Accumulated Leap Seconds=37 + { 2458658.50, 69.358371 }, //24 June 2019, UT1-UTC=-0.1743707, Accumulated Leap Seconds=37 + { 2458659.50, 69.358416 }, //25 June 2019, UT1-UTC=-0.1744160, Accumulated Leap Seconds=37 + { 2458660.50, 69.358479 }, //26 June 2019, UT1-UTC=-0.1744791, Accumulated Leap Seconds=37 + { 2458661.50, 69.358542 }, //27 June 2019, UT1-UTC=-0.1745418, Accumulated Leap Seconds=37 + { 2458662.50, 69.358553 }, //28 June 2019, UT1-UTC=-0.1745529, Accumulated Leap Seconds=37 + { 2458663.50, 69.358537 }, //29 June 2019, UT1-UTC=-0.1745373, Accumulated Leap Seconds=37 + { 2458664.50, 69.358421 }, //30 June 2019, UT1-UTC=-0.1744209, Accumulated Leap Seconds=37 + { 2458665.50, 69.358172 }, //01 July 2019, UT1-UTC=-0.1741722, Accumulated Leap Seconds=37 + { 2458666.50, 69.357807 }, //02 July 2019, UT1-UTC=-0.1738071, Accumulated Leap Seconds=37 + { 2458667.50, 69.357323 }, //03 July 2019, UT1-UTC=-0.1733232, Accumulated Leap Seconds=37 + { 2458668.50, 69.356772 }, //04 July 2019, UT1-UTC=-0.1727722, Accumulated Leap Seconds=37 + { 2458669.50, 69.356296 }, //05 July 2019, UT1-UTC=-0.1722958, Accumulated Leap Seconds=37 + { 2458670.50, 69.356008 }, //06 July 2019, UT1-UTC=-0.1720076, Accumulated Leap Seconds=37 + { 2458671.50, 69.355934 }, //07 July 2019, UT1-UTC=-0.1719339, Accumulated Leap Seconds=37 + { 2458672.50, 69.355947 }, //08 July 2019, UT1-UTC=-0.1719471, Accumulated Leap Seconds=37 + { 2458673.50, 69.356011 }, //09 July 2019, UT1-UTC=-0.1720110, Accumulated Leap Seconds=37 + { 2458674.50, 69.356063 }, //10 July 2019, UT1-UTC=-0.1720628, Accumulated Leap Seconds=37 + { 2458675.50, 69.356024 }, //11 July 2019, UT1-UTC=-0.1720240, Accumulated Leap Seconds=37 + { 2458676.50, 69.355793 }, //12 July 2019, UT1-UTC=-0.1717933, Accumulated Leap Seconds=37 + { 2458677.50, 69.355341 }, //13 July 2019, UT1-UTC=-0.1713410, Accumulated Leap Seconds=37 + { 2458678.50, 69.354672 }, //14 July 2019, UT1-UTC=-0.1706722, Accumulated Leap Seconds=37 + { 2458679.50, 69.353813 }, //15 July 2019, UT1-UTC=-0.1698133, Accumulated Leap Seconds=37 + { 2458680.50, 69.352858 }, //16 July 2019, UT1-UTC=-0.1688584, Accumulated Leap Seconds=37 + { 2458681.50, 69.351937 }, //17 July 2019, UT1-UTC=-0.1679368, Accumulated Leap Seconds=37 + { 2458682.50, 69.351065 }, //18 July 2019, UT1-UTC=-0.1670647, Accumulated Leap Seconds=37 + { 2458683.50, 69.350290 }, //19 July 2019, UT1-UTC=-0.1662905, Accumulated Leap Seconds=37 + { 2458684.50, 69.349639 }, //20 July 2019, UT1-UTC=-0.1656386, Accumulated Leap Seconds=37 + { 2458685.50, 69.349134 }, //21 July 2019, UT1-UTC=-0.1651336, Accumulated Leap Seconds=37 + { 2458686.50, 69.348655 }, //22 July 2019, UT1-UTC=-0.1646551, Accumulated Leap Seconds=37 + { 2458687.50, 69.348206 }, //23 July 2019, UT1-UTC=-0.1642060, Accumulated Leap Seconds=37 + { 2458688.50, 69.347871 }, //24 July 2019, UT1-UTC=-0.1638710, Accumulated Leap Seconds=37 + { 2458689.50, 69.347555 }, //25 July 2019, UT1-UTC=-0.1635554, Accumulated Leap Seconds=37 + { 2458690.50, 69.347194 }, //26 July 2019, UT1-UTC=-0.1631943, Accumulated Leap Seconds=37 + { 2458691.50, 69.346789 }, //27 July 2019, UT1-UTC=-0.1627890, Accumulated Leap Seconds=37 + { 2458692.50, 69.346366 }, //28 July 2019, UT1-UTC=-0.1623658, Accumulated Leap Seconds=37 + { 2458693.50, 69.345847 }, //29 July 2019, UT1-UTC=-0.1618466, Accumulated Leap Seconds=37 + { 2458694.50, 69.345241 }, //30 July 2019, UT1-UTC=-0.1612414, Accumulated Leap Seconds=37 + { 2458695.50, 69.344654 }, //31 July 2019, UT1-UTC=-0.1606543, Accumulated Leap Seconds=37 + { 2458696.50, 69.344159 }, //01 August 2019, UT1-UTC=-0.1601594, Accumulated Leap Seconds=37 + { 2458697.50, 69.343849 }, //02 August 2019, UT1-UTC=-0.1598491, Accumulated Leap Seconds=37 + { 2458698.50, 69.343766 }, //03 August 2019, UT1-UTC=-0.1597661, Accumulated Leap Seconds=37 + { 2458699.50, 69.343891 }, //04 August 2019, UT1-UTC=-0.1598905, Accumulated Leap Seconds=37 + { 2458700.50, 69.344156 }, //05 August 2019, UT1-UTC=-0.1601557, Accumulated Leap Seconds=37 + { 2458701.50, 69.344447 }, //06 August 2019, UT1-UTC=-0.1604474, Accumulated Leap Seconds=37 + { 2458702.50, 69.344659 }, //07 August 2019, UT1-UTC=-0.1606591, Accumulated Leap Seconds=37 + { 2458703.50, 69.344699 }, //08 August 2019, UT1-UTC=-0.1606992, Accumulated Leap Seconds=37 + { 2458704.50, 69.344514 }, //09 August 2019, UT1-UTC=-0.1605139, Accumulated Leap Seconds=37 + { 2458705.50, 69.344086 }, //10 August 2019, UT1-UTC=-0.1600862, Accumulated Leap Seconds=37 + { 2458706.50, 69.343495 }, //11 August 2019, UT1-UTC=-0.1594952, Accumulated Leap Seconds=37 + { 2458707.50, 69.342817 }, //12 August 2019, UT1-UTC=-0.1588168, Accumulated Leap Seconds=37 + { 2458708.50, 69.342045 }, //13 August 2019, UT1-UTC=-0.1580450, Accumulated Leap Seconds=37 + { 2458709.50, 69.341327 }, //14 August 2019, UT1-UTC=-0.1573268, Accumulated Leap Seconds=37 + { 2458710.50, 69.340743 }, //15 August 2019, UT1-UTC=-0.1567430, Accumulated Leap Seconds=37 + { 2458711.50, 69.340276 }, //16 August 2019, UT1-UTC=-0.1562759, Accumulated Leap Seconds=37 + { 2458712.50, 69.339842 }, //17 August 2019, UT1-UTC=-0.1558423, Accumulated Leap Seconds=37 + { 2458713.50, 69.339503 }, //18 August 2019, UT1-UTC=-0.1555028, Accumulated Leap Seconds=37 + { 2458714.50, 69.339215 }, //19 August 2019, UT1-UTC=-0.1552151, Accumulated Leap Seconds=37 + { 2458715.50, 69.338987 }, //20 August 2019, UT1-UTC=-0.1549871, Accumulated Leap Seconds=37 + { 2458716.50, 69.338821 }, //21 August 2019, UT1-UTC=-0.1548215, Accumulated Leap Seconds=37 + { 2458717.50, 69.338679 }, //22 August 2019, UT1-UTC=-0.1546787, Accumulated Leap Seconds=37 + { 2458718.50, 69.338523 }, //23 August 2019, UT1-UTC=-0.1545227, Accumulated Leap Seconds=37 + { 2458719.50, 69.338351 }, //24 August 2019, UT1-UTC=-0.1543507, Accumulated Leap Seconds=37 + { 2458720.50, 69.338081 }, //25 August 2019, UT1-UTC=-0.1540811, Accumulated Leap Seconds=37 + { 2458721.50, 69.337706 }, //26 August 2019, UT1-UTC=-0.1537064, Accumulated Leap Seconds=37 + { 2458722.50, 69.337305 }, //27 August 2019, UT1-UTC=-0.1533047, Accumulated Leap Seconds=37 + { 2458723.50, 69.336991 }, //28 August 2019, UT1-UTC=-0.1529913, Accumulated Leap Seconds=37 + { 2458724.50, 69.336817 }, //29 August 2019, UT1-UTC=-0.1528174, Accumulated Leap Seconds=37 + { 2458725.50, 69.336861 }, //30 August 2019, UT1-UTC=-0.1528609, Accumulated Leap Seconds=37 + { 2458726.50, 69.337126 }, //31 August 2019, UT1-UTC=-0.1531259, Accumulated Leap Seconds=37 + { 2458727.50, 69.337633 }, //01 September 2019, UT1-UTC=-0.1536329, Accumulated Leap Seconds=37 + { 2458728.50, 69.338265 }, //02 September 2019, UT1-UTC=-0.1542651, Accumulated Leap Seconds=37 + { 2458729.50, 69.338814 }, //03 September 2019, UT1-UTC=-0.1548143, Accumulated Leap Seconds=37 + { 2458730.50, 69.339264 }, //04 September 2019, UT1-UTC=-0.1552635, Accumulated Leap Seconds=37 + { 2458731.50, 69.339524 }, //05 September 2019, UT1-UTC=-0.1555240, Accumulated Leap Seconds=37 + { 2458732.50, 69.339542 }, //06 September 2019, UT1-UTC=-0.1555421, Accumulated Leap Seconds=37 + { 2458733.50, 69.339368 }, //07 September 2019, UT1-UTC=-0.1553677, Accumulated Leap Seconds=37 + { 2458734.50, 69.339106 }, //08 September 2019, UT1-UTC=-0.1551056, Accumulated Leap Seconds=37 + { 2458735.50, 69.338717 }, //09 September 2019, UT1-UTC=-0.1547169, Accumulated Leap Seconds=37 + { 2458736.50, 69.338301 }, //10 September 2019, UT1-UTC=-0.1543014, Accumulated Leap Seconds=37 + { 2458737.50, 69.337939 }, //11 September 2019, UT1-UTC=-0.1539390, Accumulated Leap Seconds=37 + { 2458738.50, 69.337596 }, //12 September 2019, UT1-UTC=-0.1535956, Accumulated Leap Seconds=37 + { 2458739.50, 69.337369 }, //13 September 2019, UT1-UTC=-0.1533692, Accumulated Leap Seconds=37 + { 2458740.50, 69.337299 }, //14 September 2019, UT1-UTC=-0.1532988, Accumulated Leap Seconds=37 + { 2458741.50, 69.337325 }, //15 September 2019, UT1-UTC=-0.1533251, Accumulated Leap Seconds=37 + { 2458742.50, 69.337337 }, //16 September 2019, UT1-UTC=-0.1533367, Accumulated Leap Seconds=37 + { 2458743.50, 69.337324 }, //17 September 2019, UT1-UTC=-0.1533243, Accumulated Leap Seconds=37 + { 2458744.50, 69.337282 }, //18 September 2019, UT1-UTC=-0.1532823, Accumulated Leap Seconds=37 + { 2458745.50, 69.337151 }, //19 September 2019, UT1-UTC=-0.1531511, Accumulated Leap Seconds=37 + { 2458746.50, 69.336911 }, //20 September 2019, UT1-UTC=-0.1529114, Accumulated Leap Seconds=37 + { 2458747.50, 69.336552 }, //21 September 2019, UT1-UTC=-0.1525524, Accumulated Leap Seconds=37 + { 2458748.50, 69.336108 }, //22 September 2019, UT1-UTC=-0.1521081, Accumulated Leap Seconds=37 + { 2458749.50, 69.335646 }, //23 September 2019, UT1-UTC=-0.1516463, Accumulated Leap Seconds=37 + { 2458750.50, 69.335209 }, //24 September 2019, UT1-UTC=-0.1512088, Accumulated Leap Seconds=37 + { 2458751.50, 69.334915 }, //25 September 2019, UT1-UTC=-0.1509148, Accumulated Leap Seconds=37 + { 2458752.50, 69.334903 }, //26 September 2019, UT1-UTC=-0.1509029, Accumulated Leap Seconds=37 + { 2458753.50, 69.335215 }, //27 September 2019, UT1-UTC=-0.1512152, Accumulated Leap Seconds=37 + { 2458754.50, 69.335802 }, //28 September 2019, UT1-UTC=-0.1518024, Accumulated Leap Seconds=37 + { 2458755.50, 69.336506 }, //29 September 2019, UT1-UTC=-0.1525061, Accumulated Leap Seconds=37 + { 2458756.50, 69.337197 }, //30 September 2019, UT1-UTC=-0.1531969, Accumulated Leap Seconds=37 + { 2458757.50, 69.337742 }, //01 October 2019, UT1-UTC=-0.1537424, Accumulated Leap Seconds=37 + { 2458758.50, 69.337982 }, //02 October 2019, UT1-UTC=-0.1539819, Accumulated Leap Seconds=37 + { 2458759.50, 69.337930 }, //03 October 2019, UT1-UTC=-0.1539302, Accumulated Leap Seconds=37 + { 2458760.50, 69.337687 }, //04 October 2019, UT1-UTC=-0.1536867, Accumulated Leap Seconds=37 + { 2458761.50, 69.337299 }, //05 October 2019, UT1-UTC=-0.1532989, Accumulated Leap Seconds=37 + { 2458762.50, 69.336834 }, //06 October 2019, UT1-UTC=-0.1528341, Accumulated Leap Seconds=37 + { 2458763.50, 69.336374 }, //07 October 2019, UT1-UTC=-0.1523745, Accumulated Leap Seconds=37 + { 2458764.50, 69.335972 }, //08 October 2019, UT1-UTC=-0.1519718, Accumulated Leap Seconds=37 + { 2458765.50, 69.335646 }, //09 October 2019, UT1-UTC=-0.1516461, Accumulated Leap Seconds=37 + { 2458766.50, 69.335433 }, //10 October 2019, UT1-UTC=-0.1514326, Accumulated Leap Seconds=37 + { 2458767.50, 69.335374 }, //11 October 2019, UT1-UTC=-0.1513740, Accumulated Leap Seconds=37 + { 2458768.50, 69.335478 }, //12 October 2019, UT1-UTC=-0.1514780, Accumulated Leap Seconds=37 + { 2458769.50, 69.335673 }, //13 October 2019, UT1-UTC=-0.1516730, Accumulated Leap Seconds=37 + { 2458770.50, 69.335935 }, //14 October 2019, UT1-UTC=-0.1519347, Accumulated Leap Seconds=37 + { 2458771.50, 69.336240 }, //15 October 2019, UT1-UTC=-0.1522400, Accumulated Leap Seconds=37 + { 2458772.50, 69.336573 }, //16 October 2019, UT1-UTC=-0.1525734, Accumulated Leap Seconds=37 + { 2458773.50, 69.336884 }, //17 October 2019, UT1-UTC=-0.1528842, Accumulated Leap Seconds=37 + { 2458774.50, 69.337135 }, //18 October 2019, UT1-UTC=-0.1531350, Accumulated Leap Seconds=37 + { 2458775.50, 69.337321 }, //19 October 2019, UT1-UTC=-0.1533206, Accumulated Leap Seconds=37 + { 2458776.50, 69.337419 }, //20 October 2019, UT1-UTC=-0.1534187, Accumulated Leap Seconds=37 + { 2458777.50, 69.337490 }, //21 October 2019, UT1-UTC=-0.1534904, Accumulated Leap Seconds=37 + { 2458778.50, 69.337599 }, //22 October 2019, UT1-UTC=-0.1535986, Accumulated Leap Seconds=37 + { 2458779.50, 69.337818 }, //23 October 2019, UT1-UTC=-0.1538178, Accumulated Leap Seconds=37 + { 2458780.50, 69.338240 }, //24 October 2019, UT1-UTC=-0.1542404, Accumulated Leap Seconds=37 + { 2458781.50, 69.338915 }, //25 October 2019, UT1-UTC=-0.1549155, Accumulated Leap Seconds=37 + { 2458782.50, 69.339816 }, //26 October 2019, UT1-UTC=-0.1558157, Accumulated Leap Seconds=37 + { 2458783.50, 69.340812 }, //27 October 2019, UT1-UTC=-0.1568124, Accumulated Leap Seconds=37 + { 2458784.50, 69.341742 }, //28 October 2019, UT1-UTC=-0.1577418, Accumulated Leap Seconds=37 + { 2458785.50, 69.342452 }, //29 October 2019, UT1-UTC=-0.1584521, Accumulated Leap Seconds=37 + { 2458786.50, 69.342919 }, //30 October 2019, UT1-UTC=-0.1589190, Accumulated Leap Seconds=37 + { 2458787.50, 69.343150 }, //31 October 2019, UT1-UTC=-0.1591500, Accumulated Leap Seconds=37 + { 2458788.50, 69.343219 }, //01 November 2019, UT1-UTC=-0.1592191, Accumulated Leap Seconds=37 + { 2458789.50, 69.343203 }, //02 November 2019, UT1-UTC=-0.1592033, Accumulated Leap Seconds=37 + { 2458790.50, 69.343177 }, //03 November 2019, UT1-UTC=-0.1591771, Accumulated Leap Seconds=37 + { 2458791.50, 69.343217 }, //04 November 2019, UT1-UTC=-0.1592174, Accumulated Leap Seconds=37 + { 2458792.50, 69.343284 }, //05 November 2019, UT1-UTC=-0.1592844, Accumulated Leap Seconds=37 + { 2458793.50, 69.343451 }, //06 November 2019, UT1-UTC=-0.1594509, Accumulated Leap Seconds=37 + { 2458794.50, 69.343776 }, //07 November 2019, UT1-UTC=-0.1597762, Accumulated Leap Seconds=37 + { 2458795.50, 69.344251 }, //08 November 2019, UT1-UTC=-0.1602505, Accumulated Leap Seconds=37 + { 2458796.50, 69.344864 }, //09 November 2019, UT1-UTC=-0.1608641, Accumulated Leap Seconds=37 + { 2458797.50, 69.345559 }, //10 November 2019, UT1-UTC=-0.1615591, Accumulated Leap Seconds=37 + { 2458798.50, 69.346267 }, //11 November 2019, UT1-UTC=-0.1622667, Accumulated Leap Seconds=37 + { 2458799.50, 69.346901 }, //12 November 2019, UT1-UTC=-0.1629007, Accumulated Leap Seconds=37 + { 2458800.50, 69.347435 }, //13 November 2019, UT1-UTC=-0.1634352, Accumulated Leap Seconds=37 + { 2458801.50, 69.347865 }, //14 November 2019, UT1-UTC=-0.1638651, Accumulated Leap Seconds=37 + { 2458802.50, 69.348175 }, //15 November 2019, UT1-UTC=-0.1641749, Accumulated Leap Seconds=37 + { 2458803.50, 69.348388 }, //16 November 2019, UT1-UTC=-0.1643885, Accumulated Leap Seconds=37 + { 2458804.50, 69.348470 }, //17 November 2019, UT1-UTC=-0.1644699, Accumulated Leap Seconds=37 + { 2458805.50, 69.348518 }, //18 November 2019, UT1-UTC=-0.1645181, Accumulated Leap Seconds=37 + { 2458806.50, 69.348658 }, //19 November 2019, UT1-UTC=-0.1646584, Accumulated Leap Seconds=37 + { 2458807.50, 69.348964 }, //20 November 2019, UT1-UTC=-0.1649642, Accumulated Leap Seconds=37 + { 2458808.50, 69.349553 }, //21 November 2019, UT1-UTC=-0.1655534, Accumulated Leap Seconds=37 + { 2458809.50, 69.350340 }, //22 November 2019, UT1-UTC=-0.1663395, Accumulated Leap Seconds=37 + { 2458810.50, 69.351211 }, //23 November 2019, UT1-UTC=-0.1672110, Accumulated Leap Seconds=37 + { 2458811.50, 69.352096 }, //24 November 2019, UT1-UTC=-0.1680955, Accumulated Leap Seconds=37 + { 2458812.50, 69.352901 }, //25 November 2019, UT1-UTC=-0.1689013, Accumulated Leap Seconds=37 + { 2458813.50, 69.353475 }, //26 November 2019, UT1-UTC=-0.1694753, Accumulated Leap Seconds=37 + { 2458814.50, 69.353787 }, //27 November 2019, UT1-UTC=-0.1697867, Accumulated Leap Seconds=37 + { 2458815.50, 69.353946 }, //28 November 2019, UT1-UTC=-0.1699463, Accumulated Leap Seconds=37 + { 2458816.50, 69.354020 }, //29 November 2019, UT1-UTC=-0.1700196, Accumulated Leap Seconds=37 + { 2458817.50, 69.354032 }, //30 November 2019, UT1-UTC=-0.1700320, Accumulated Leap Seconds=37 + { 2458818.50, 69.354014 }, //01 December 2019, UT1-UTC=-0.1700144, Accumulated Leap Seconds=37 + { 2458819.50, 69.354067 }, //02 December 2019, UT1-UTC=-0.1700672, Accumulated Leap Seconds=37 + { 2458820.50, 69.354205 }, //03 December 2019, UT1-UTC=-0.1702051, Accumulated Leap Seconds=37 + { 2458821.50, 69.354424 }, //04 December 2019, UT1-UTC=-0.1704239, Accumulated Leap Seconds=37 + { 2458822.50, 69.354692 }, //05 December 2019, UT1-UTC=-0.1706918, Accumulated Leap Seconds=37 + { 2458823.50, 69.355027 }, //06 December 2019, UT1-UTC=-0.1710269, Accumulated Leap Seconds=37 + { 2458824.50, 69.355423 }, //07 December 2019, UT1-UTC=-0.1714231, Accumulated Leap Seconds=37 + { 2458825.50, 69.355864 }, //08 December 2019, UT1-UTC=-0.1718637, Accumulated Leap Seconds=37 + { 2458826.50, 69.356268 }, //09 December 2019, UT1-UTC=-0.1722681, Accumulated Leap Seconds=37 + { 2458827.50, 69.356535 }, //10 December 2019, UT1-UTC=-0.1725355, Accumulated Leap Seconds=37 + { 2458828.50, 69.356624 }, //11 December 2019, UT1-UTC=-0.1726237, Accumulated Leap Seconds=37 + { 2458829.50, 69.356599 }, //12 December 2019, UT1-UTC=-0.1725987, Accumulated Leap Seconds=37 + { 2458830.50, 69.356460 }, //13 December 2019, UT1-UTC=-0.1724603, Accumulated Leap Seconds=37 + { 2458831.50, 69.356275 }, //14 December 2019, UT1-UTC=-0.1722749, Accumulated Leap Seconds=37 + { 2458832.50, 69.356102 }, //15 December 2019, UT1-UTC=-0.1721025, Accumulated Leap Seconds=37 + { 2458833.50, 69.355998 }, //16 December 2019, UT1-UTC=-0.1719983, Accumulated Leap Seconds=37 + { 2458834.50, 69.356034 }, //17 December 2019, UT1-UTC=-0.1720340, Accumulated Leap Seconds=37 + { 2458835.50, 69.356248 }, //18 December 2019, UT1-UTC=-0.1722479, Accumulated Leap Seconds=37 + { 2458836.50, 69.356718 }, //19 December 2019, UT1-UTC=-0.1727185, Accumulated Leap Seconds=37 + { 2458837.50, 69.357355 }, //20 December 2019, UT1-UTC=-0.1733550, Accumulated Leap Seconds=37 + { 2458838.50, 69.358038 }, //21 December 2019, UT1-UTC=-0.1740384, Accumulated Leap Seconds=37 + { 2458839.50, 69.358719 }, //22 December 2019, UT1-UTC=-0.1747194, Accumulated Leap Seconds=37 + { 2458840.50, 69.359312 }, //23 December 2019, UT1-UTC=-0.1753123, Accumulated Leap Seconds=37 + { 2458841.50, 69.359757 }, //24 December 2019, UT1-UTC=-0.1757574, Accumulated Leap Seconds=37 + { 2458842.50, 69.360024 }, //25 December 2019, UT1-UTC=-0.1760245, Accumulated Leap Seconds=37 + { 2458843.50, 69.360146 }, //26 December 2019, UT1-UTC=-0.1761465, Accumulated Leap Seconds=37 + { 2458844.50, 69.360209 }, //27 December 2019, UT1-UTC=-0.1762087, Accumulated Leap Seconds=37 + { 2458845.50, 69.360251 }, //28 December 2019, UT1-UTC=-0.1762508, Accumulated Leap Seconds=37 + { 2458846.50, 69.360326 }, //29 December 2019, UT1-UTC=-0.1763259, Accumulated Leap Seconds=37 + { 2458847.50, 69.360492 }, //30 December 2019, UT1-UTC=-0.1764922, Accumulated Leap Seconds=37 + { 2458848.50, 69.360769 }, //31 December 2019, UT1-UTC=-0.1767688, Accumulated Leap Seconds=37 + { 2458849.50, 69.361155 }, //01 January 2020, UT1-UTC=-0.1771554, Accumulated Leap Seconds=37 + { 2458850.50, 69.361627 }, //02 January 2020, UT1-UTC=-0.1776274, Accumulated Leap Seconds=37 + { 2458851.50, 69.362115 }, //03 January 2020, UT1-UTC=-0.1781148, Accumulated Leap Seconds=37 + { 2458852.50, 69.362589 }, //04 January 2020, UT1-UTC=-0.1785885, Accumulated Leap Seconds=37 + { 2458853.50, 69.363082 }, //05 January 2020, UT1-UTC=-0.1790818, Accumulated Leap Seconds=37 + { 2458854.50, 69.363428 }, //06 January 2020, UT1-UTC=-0.1794276, Accumulated Leap Seconds=37 + { 2458855.50, 69.363551 }, //07 January 2020, UT1-UTC=-0.1795514, Accumulated Leap Seconds=37 + { 2458856.50, 69.363530 }, //08 January 2020, UT1-UTC=-0.1795302, Accumulated Leap Seconds=37 + { 2458857.50, 69.363375 }, //09 January 2020, UT1-UTC=-0.1793750, Accumulated Leap Seconds=37 + { 2458858.50, 69.363117 }, //10 January 2020, UT1-UTC=-0.1791174, Accumulated Leap Seconds=37 + { 2458859.50, 69.362879 }, //11 January 2020, UT1-UTC=-0.1788786, Accumulated Leap Seconds=37 + { 2458860.50, 69.362790 }, //12 January 2020, UT1-UTC=-0.1787902, Accumulated Leap Seconds=37 + { 2458861.50, 69.362938 }, //13 January 2020, UT1-UTC=-0.1789375, Accumulated Leap Seconds=37 + { 2458862.50, 69.363328 }, //14 January 2020, UT1-UTC=-0.1793277, Accumulated Leap Seconds=37 + { 2458863.50, 69.363964 }, //15 January 2020, UT1-UTC=-0.1799645, Accumulated Leap Seconds=37 + { 2458864.50, 69.364793 }, //16 January 2020, UT1-UTC=-0.1807929, Accumulated Leap Seconds=37 + { 2458865.50, 69.365743 }, //17 January 2020, UT1-UTC=-0.1817427, Accumulated Leap Seconds=37 + { 2458866.50, 69.366785 }, //18 January 2020, UT1-UTC=-0.1827849, Accumulated Leap Seconds=37 + { 2458867.50, 69.367757 }, //19 January 2020, UT1-UTC=-0.1837574, Accumulated Leap Seconds=37 + { 2458868.50, 69.368602 }, //20 January 2020, UT1-UTC=-0.1846024, Accumulated Leap Seconds=37 + { 2458869.50, 69.369284 }, //21 January 2020, UT1-UTC=-0.1852838, Accumulated Leap Seconds=37 + { 2458870.50, 69.369801 }, //22 January 2020, UT1-UTC=-0.1858012, Accumulated Leap Seconds=37 + { 2458871.50, 69.370164 }, //23 January 2020, UT1-UTC=-0.1861639, Accumulated Leap Seconds=37 + { 2458872.50, 69.370469 }, //24 January 2020, UT1-UTC=-0.1864690, Accumulated Leap Seconds=37 + { 2458873.50, 69.370784 }, //25 January 2020, UT1-UTC=-0.1867835, Accumulated Leap Seconds=37 + { 2458874.50, 69.371192 }, //26 January 2020, UT1-UTC=-0.1871917, Accumulated Leap Seconds=37 + { 2458875.50, 69.371708 }, //27 January 2020, UT1-UTC=-0.1877080, Accumulated Leap Seconds=37 + { 2458876.50, 69.372327 }, //28 January 2020, UT1-UTC=-0.1883268, Accumulated Leap Seconds=37 + { 2458877.50, 69.373052 }, //29 January 2020, UT1-UTC=-0.1890522, Accumulated Leap Seconds=37 + { 2458878.50, 69.373813 }, //30 January 2020, UT1-UTC=-0.1898134, Accumulated Leap Seconds=37 + { 2458879.50, 69.374520 }, //31 January 2020, UT1-UTC=-0.1905200, Accumulated Leap Seconds=37 + { 2458880.50, 69.375170 }, //01 February 2020, UT1-UTC=-0.1911703, Accumulated Leap Seconds=37 + { 2458881.50, 69.375720 }, //02 February 2020, UT1-UTC=-0.1917202, Accumulated Leap Seconds=37 + { 2458882.50, 69.376187 }, //03 February 2020, UT1-UTC=-0.1921865, Accumulated Leap Seconds=37 + { 2458883.50, 69.376514 }, //04 February 2020, UT1-UTC=-0.1925140, Accumulated Leap Seconds=37 + { 2458884.50, 69.376715 }, //05 February 2020, UT1-UTC=-0.1927151, Accumulated Leap Seconds=37 + { 2458885.50, 69.376845 }, //06 February 2020, UT1-UTC=-0.1928451, Accumulated Leap Seconds=37 + { 2458886.50, 69.376930 }, //07 February 2020, UT1-UTC=-0.1929304, Accumulated Leap Seconds=37 + { 2458887.50, 69.377019 }, //08 February 2020, UT1-UTC=-0.1930187, Accumulated Leap Seconds=37 + { 2458888.50, 69.377268 }, //09 February 2020, UT1-UTC=-0.1932681, Accumulated Leap Seconds=37 + { 2458889.50, 69.377793 }, //10 February 2020, UT1-UTC=-0.1937929, Accumulated Leap Seconds=37 + { 2458890.50, 69.378581 }, //11 February 2020, UT1-UTC=-0.1945811, Accumulated Leap Seconds=37 + { 2458891.50, 69.379552 }, //12 February 2020, UT1-UTC=-0.1955524, Accumulated Leap Seconds=37 + { 2458892.50, 69.380540 }, //13 February 2020, UT1-UTC=-0.1965396, Accumulated Leap Seconds=37 + { 2458893.50, 69.381428 }, //14 February 2020, UT1-UTC=-0.1974284, Accumulated Leap Seconds=37 + { 2458894.50, 69.382113 }, //15 February 2020, UT1-UTC=-0.1981127, Accumulated Leap Seconds=37 + { 2458895.50, 69.382629 }, //16 February 2020, UT1-UTC=-0.1986289, Accumulated Leap Seconds=37 + { 2458896.50, 69.382940 }, //17 February 2020, UT1-UTC=-0.1989401, Accumulated Leap Seconds=37 + { 2458897.50, 69.383076 }, //18 February 2020, UT1-UTC=-0.1990761, Accumulated Leap Seconds=37 + { 2458898.50, 69.383126 }, //19 February 2020, UT1-UTC=-0.1991257, Accumulated Leap Seconds=37 + { 2458899.50, 69.383152 }, //20 February 2020, UT1-UTC=-0.1991524, Accumulated Leap Seconds=37 + { 2458900.50, 69.383237 }, //21 February 2020, UT1-UTC=-0.1992371, Accumulated Leap Seconds=37 + { 2458901.50, 69.383508 }, //22 February 2020, UT1-UTC=-0.1995078, Accumulated Leap Seconds=37 + { 2458902.50, 69.383974 }, //23 February 2020, UT1-UTC=-0.1999742, Accumulated Leap Seconds=37 + { 2458903.50, 69.384575 }, //24 February 2020, UT1-UTC=-0.2005754, Accumulated Leap Seconds=37 + { 2458904.50, 69.385249 }, //25 February 2020, UT1-UTC=-0.2012489, Accumulated Leap Seconds=37 + { 2458905.50, 69.385971 }, //26 February 2020, UT1-UTC=-0.2019712, Accumulated Leap Seconds=37 + { 2458906.50, 69.386736 }, //27 February 2020, UT1-UTC=-0.2027359, Accumulated Leap Seconds=37 + { 2458907.50, 69.387521 }, //28 February 2020, UT1-UTC=-0.2035207, Accumulated Leap Seconds=37 + { 2458908.50, 69.388280 }, //29 February 2020, UT1-UTC=-0.2042796, Accumulated Leap Seconds=37 + { 2458909.50, 69.388990 }, //01 March 2020, UT1-UTC=-0.2049904, Accumulated Leap Seconds=37 + { 2458910.50, 69.389625 }, //02 March 2020, UT1-UTC=-0.2056255, Accumulated Leap Seconds=37 + { 2458911.50, 69.390169 }, //03 March 2020, UT1-UTC=-0.2061689, Accumulated Leap Seconds=37 + { 2458912.50, 69.390666 }, //04 March 2020, UT1-UTC=-0.2066659, Accumulated Leap Seconds=37 + { 2458913.50, 69.391141 }, //05 March 2020, UT1-UTC=-0.2071407, Accumulated Leap Seconds=37 + { 2458914.50, 69.391683 }, //06 March 2020, UT1-UTC=-0.2076825, Accumulated Leap Seconds=37 + { 2458915.50, 69.392381 }, //07 March 2020, UT1-UTC=-0.2083814, Accumulated Leap Seconds=37 + { 2458916.50, 69.393258 }, //08 March 2020, UT1-UTC=-0.2092576, Accumulated Leap Seconds=37 + { 2458917.50, 69.394358 }, //09 March 2020, UT1-UTC=-0.2103578, Accumulated Leap Seconds=37 + { 2458918.50, 69.395715 }, //10 March 2020, UT1-UTC=-0.2117147, Accumulated Leap Seconds=37 + { 2458919.50, 69.397267 }, //11 March 2020, UT1-UTC=-0.2132675, Accumulated Leap Seconds=37 + { 2458920.50, 69.398795 }, //12 March 2020, UT1-UTC=-0.2147950, Accumulated Leap Seconds=37 + { 2458921.50, 69.400140 }, //13 March 2020, UT1-UTC=-0.2161404, Accumulated Leap Seconds=37 + { 2458922.50, 69.401282 }, //14 March 2020, UT1-UTC=-0.2172820, Accumulated Leap Seconds=37 + { 2458923.50, 69.402166 }, //15 March 2020, UT1-UTC=-0.2181664, Accumulated Leap Seconds=37 + { 2458924.50, 69.402794 }, //16 March 2020, UT1-UTC=-0.2187942, Accumulated Leap Seconds=37 + { 2458925.50, 69.403272 }, //17 March 2020, UT1-UTC=-0.2192723, Accumulated Leap Seconds=37 + { 2458926.50, 69.403647 }, //18 March 2020, UT1-UTC=-0.2196470, Accumulated Leap Seconds=37 + { 2458927.50, 69.403942 }, //19 March 2020, UT1-UTC=-0.2199424, Accumulated Leap Seconds=37 + { 2458928.50, 69.404242 }, //20 March 2020, UT1-UTC=-0.2202417, Accumulated Leap Seconds=37 + { 2458929.50, 69.404585 }, //21 March 2020, UT1-UTC=-0.2205851, Accumulated Leap Seconds=37 + { 2458930.50, 69.404949 }, //22 March 2020, UT1-UTC=-0.2209490, Accumulated Leap Seconds=37 + { 2458931.50, 69.405378 }, //23 March 2020, UT1-UTC=-0.2213784, Accumulated Leap Seconds=37 + { 2458932.50, 69.405931 }, //24 March 2020, UT1-UTC=-0.2219310, Accumulated Leap Seconds=37 + { 2458933.50, 69.406494 }, //25 March 2020, UT1-UTC=-0.2224940, Accumulated Leap Seconds=37 + { 2458934.50, 69.407053 }, //26 March 2020, UT1-UTC=-0.2230530, Accumulated Leap Seconds=37 + { 2458935.50, 69.407573 }, //27 March 2020, UT1-UTC=-0.2235729, Accumulated Leap Seconds=37 + { 2458936.50, 69.408033 }, //28 March 2020, UT1-UTC=-0.2240333, Accumulated Leap Seconds=37 + { 2458937.50, 69.408433 }, //29 March 2020, UT1-UTC=-0.2244327, Accumulated Leap Seconds=37 + { 2458938.50, 69.408710 }, //30 March 2020, UT1-UTC=-0.2247096, Accumulated Leap Seconds=37 + { 2458939.50, 69.408943 }, //31 March 2020, UT1-UTC=-0.2249429, Accumulated Leap Seconds=37 + { 2458940.50, 69.409164 }, //01 April 2020, UT1-UTC=-0.2251639, Accumulated Leap Seconds=37 + { 2458941.50, 69.409438 }, //02 April 2020, UT1-UTC=-0.2254376, Accumulated Leap Seconds=37 + { 2458942.50, 69.409815 }, //03 April 2020, UT1-UTC=-0.2258149, Accumulated Leap Seconds=37 + { 2458943.50, 69.410426 }, //04 April 2020, UT1-UTC=-0.2264256, Accumulated Leap Seconds=37 + { 2458944.50, 69.411327 }, //05 April 2020, UT1-UTC=-0.2273265, Accumulated Leap Seconds=37 + { 2458945.50, 69.412545 }, //06 April 2020, UT1-UTC=-0.2285447, Accumulated Leap Seconds=37 + { 2458946.50, 69.414009 }, //07 April 2020, UT1-UTC=-0.2300093, Accumulated Leap Seconds=37 + { 2458947.50, 69.415621 }, //08 April 2020, UT1-UTC=-0.2316212, Accumulated Leap Seconds=37 + { 2458948.50, 69.417204 }, //09 April 2020, UT1-UTC=-0.2332043, Accumulated Leap Seconds=37 + { 2458949.50, 69.418632 }, //10 April 2020, UT1-UTC=-0.2346315, Accumulated Leap Seconds=37 + { 2458950.50, 69.419776 }, //11 April 2020, UT1-UTC=-0.2357756, Accumulated Leap Seconds=37 + { 2458951.50, 69.420627 }, //12 April 2020, UT1-UTC=-0.2366269, Accumulated Leap Seconds=37 + { 2458952.50, 69.421231 }, //13 April 2020, UT1-UTC=-0.2372315, Accumulated Leap Seconds=37 + { 2458953.50, 69.421621 }, //14 April 2020, UT1-UTC=-0.2376207, Accumulated Leap Seconds=37 + { 2458954.50, 69.421856 }, //15 April 2020, UT1-UTC=-0.2378557, Accumulated Leap Seconds=37 + { 2458955.50, 69.422017 }, //16 April 2020, UT1-UTC=-0.2380168, Accumulated Leap Seconds=37 + { 2458956.50, 69.422233 }, //17 April 2020, UT1-UTC=-0.2382326, Accumulated Leap Seconds=37 + { 2458957.50, 69.422573 }, //18 April 2020, UT1-UTC=-0.2385729, Accumulated Leap Seconds=37 + { 2458958.50, 69.423014 }, //19 April 2020, UT1-UTC=-0.2390137, Accumulated Leap Seconds=37 + { 2458959.50, 69.423515 }, //20 April 2020, UT1-UTC=-0.2395153, Accumulated Leap Seconds=37 + { 2458960.50, 69.423995 }, //21 April 2020, UT1-UTC=-0.2399946, Accumulated Leap Seconds=37 + { 2458961.50, 69.424481 }, //22 April 2020, UT1-UTC=-0.2404811, Accumulated Leap Seconds=37 + { 2458962.50, 69.424961 }, //23 April 2020, UT1-UTC=-0.2409606, Accumulated Leap Seconds=37 + { 2458963.50, 69.425370 }, //24 April 2020, UT1-UTC=-0.2413705, Accumulated Leap Seconds=37 + { 2458964.50, 69.425680 }, //25 April 2020, UT1-UTC=-0.2416796, Accumulated Leap Seconds=37 + { 2458965.50, 69.425868 }, //26 April 2020, UT1-UTC=-0.2418681, Accumulated Leap Seconds=37 + { 2458966.50, 69.425977 }, //27 April 2020, UT1-UTC=-0.2419768, Accumulated Leap Seconds=37 + { 2458967.50, 69.426069 }, //28 April 2020, UT1-UTC=-0.2420687, Accumulated Leap Seconds=37 + { 2458968.50, 69.426135 }, //29 April 2020, UT1-UTC=-0.2421354, Accumulated Leap Seconds=37 + { 2458969.50, 69.426237 }, //30 April 2020, UT1-UTC=-0.2422373, Accumulated Leap Seconds=37 + { 2458970.50, 69.426466 }, //01 May 2020, UT1-UTC=-0.2424662, Accumulated Leap Seconds=37 + { 2458971.50, 69.426919 }, //02 May 2020, UT1-UTC=-0.2429192, Accumulated Leap Seconds=37 + { 2458972.50, 69.427644 }, //03 May 2020, UT1-UTC=-0.2436439, Accumulated Leap Seconds=37 + { 2458973.50, 69.428598 }, //04 May 2020, UT1-UTC=-0.2445982, Accumulated Leap Seconds=37 + { 2458974.50, 69.429674 }, //05 May 2020, UT1-UTC=-0.2456736, Accumulated Leap Seconds=37 + { 2458975.50, 69.430782 }, //06 May 2020, UT1-UTC=-0.2467817, Accumulated Leap Seconds=37 + { 2458976.50, 69.431845 }, //07 May 2020, UT1-UTC=-0.2478452, Accumulated Leap Seconds=37 + { 2458977.50, 69.432699 }, //08 May 2020, UT1-UTC=-0.2486991, Accumulated Leap Seconds=37 + { 2458978.50, 69.433290 }, //09 May 2020, UT1-UTC=-0.2492900, Accumulated Leap Seconds=37 + { 2458979.50, 69.433739 }, //10 May 2020, UT1-UTC=-0.2497392, Accumulated Leap Seconds=37 + { 2458980.50, 69.433995 }, //11 May 2020, UT1-UTC=-0.2499950, Accumulated Leap Seconds=37 + { 2458981.50, 69.434153 }, //12 May 2020, UT1-UTC=-0.2501527, Accumulated Leap Seconds=37 + { 2458982.50, 69.434330 }, //13 May 2020, UT1-UTC=-0.2503303, Accumulated Leap Seconds=37 + { 2458983.50, 69.434535 }, //14 May 2020, UT1-UTC=-0.2505353, Accumulated Leap Seconds=37 + { 2458984.50, 69.434752 }, //15 May 2020, UT1-UTC=-0.2507515, Accumulated Leap Seconds=37 + { 2458985.50, 69.435076 }, //16 May 2020, UT1-UTC=-0.2510759, Accumulated Leap Seconds=37 + { 2458986.50, 69.435486 }, //17 May 2020, UT1-UTC=-0.2514862, Accumulated Leap Seconds=37 + { 2458987.50, 69.436004 }, //18 May 2020, UT1-UTC=-0.2520039, Accumulated Leap Seconds=37 + { 2458988.50, 69.436609 }, //19 May 2020, UT1-UTC=-0.2526091, Accumulated Leap Seconds=37 + { 2458989.50, 69.437142 }, //20 May 2020, UT1-UTC=-0.2531420, Accumulated Leap Seconds=37 + { 2458990.50, 69.437620 }, //21 May 2020, UT1-UTC=-0.2536200, Accumulated Leap Seconds=37 + { 2458991.50, 69.437967 }, //22 May 2020, UT1-UTC=-0.2539670, Accumulated Leap Seconds=37 + { 2458992.50, 69.438144 }, //23 May 2020, UT1-UTC=-0.2541436, Accumulated Leap Seconds=37 + { 2458993.50, 69.438153 }, //24 May 2020, UT1-UTC=-0.2541533, Accumulated Leap Seconds=37 + { 2458994.50, 69.438012 }, //25 May 2020, UT1-UTC=-0.2540118, Accumulated Leap Seconds=37 + { 2458995.50, 69.437832 }, //26 May 2020, UT1-UTC=-0.2538321, Accumulated Leap Seconds=37 + { 2458996.50, 69.437679 }, //27 May 2020, UT1-UTC=-0.2536790, Accumulated Leap Seconds=37 + { 2458997.50, 69.437550 }, //28 May 2020, UT1-UTC=-0.2535495, Accumulated Leap Seconds=37 + { 2458998.50, 69.437550 }, //29 May 2020, UT1-UTC=-0.2535504, Accumulated Leap Seconds=37 + { 2458999.50, 69.437714 }, //30 May 2020, UT1-UTC=-0.2537140, Accumulated Leap Seconds=37 + { 2459000.50, 69.438087 }, //31 May 2020, UT1-UTC=-0.2540873, Accumulated Leap Seconds=37 + { 2459001.50, 69.438633 }, //01 June 2020, UT1-UTC=-0.2546335, Accumulated Leap Seconds=37 + { 2459002.50, 69.439252 }, //02 June 2020, UT1-UTC=-0.2552518, Accumulated Leap Seconds=37 + { 2459003.50, 69.439800 }, //03 June 2020, UT1-UTC=-0.2558002, Accumulated Leap Seconds=37 + { 2459004.50, 69.440136 }, //04 June 2020, UT1-UTC=-0.2561358, Accumulated Leap Seconds=37 + { 2459005.50, 69.440208 }, //05 June 2020, UT1-UTC=-0.2562081, Accumulated Leap Seconds=37 + { 2459006.50, 69.440053 }, //06 June 2020, UT1-UTC=-0.2560530, Accumulated Leap Seconds=37 + { 2459007.50, 69.439689 }, //07 June 2020, UT1-UTC=-0.2556889, Accumulated Leap Seconds=37 + { 2459008.50, 69.439185 }, //08 June 2020, UT1-UTC=-0.2551855, Accumulated Leap Seconds=37 + { 2459009.50, 69.438626 }, //09 June 2020, UT1-UTC=-0.2546259, Accumulated Leap Seconds=37 + { 2459010.50, 69.437981 }, //10 June 2020, UT1-UTC=-0.2539811, Accumulated Leap Seconds=37 + { 2459011.50, 69.437376 }, //11 June 2020, UT1-UTC=-0.2533761, Accumulated Leap Seconds=37 + { 2459012.50, 69.436731 }, //12 June 2020, UT1-UTC=-0.2527310, Accumulated Leap Seconds=37 + { 2459013.50, 69.436098 }, //13 June 2020, UT1-UTC=-0.2520982, Accumulated Leap Seconds=37 + { 2459014.50, 69.435564 }, //14 June 2020, UT1-UTC=-0.2515642, Accumulated Leap Seconds=37 + { 2459015.50, 69.435133 }, //15 June 2020, UT1-UTC=-0.2511335, Accumulated Leap Seconds=37 + { 2459016.50, 69.434749 }, //16 June 2020, UT1-UTC=-0.2507493, Accumulated Leap Seconds=37 + { 2459017.50, 69.434280 }, //17 June 2020, UT1-UTC=-0.2502801, Accumulated Leap Seconds=37 + { 2459018.50, 69.433709 }, //18 June 2020, UT1-UTC=-0.2497090, Accumulated Leap Seconds=37 + { 2459019.50, 69.433032 }, //19 June 2020, UT1-UTC=-0.2490317, Accumulated Leap Seconds=37 + { 2459020.50, 69.432102 }, //20 June 2020, UT1-UTC=-0.2481022, Accumulated Leap Seconds=37 + { 2459021.50, 69.431045 }, //21 June 2020, UT1-UTC=-0.2470448, Accumulated Leap Seconds=37 + { 2459022.50, 69.429886 }, //22 June 2020, UT1-UTC=-0.2458865, Accumulated Leap Seconds=37 + { 2459023.50, 69.428702 }, //23 June 2020, UT1-UTC=-0.2447016, Accumulated Leap Seconds=37 + { 2459024.50, 69.427573 }, //24 June 2020, UT1-UTC=-0.2435726, Accumulated Leap Seconds=37 + { 2459025.50, 69.426600 }, //25 June 2020, UT1-UTC=-0.2426000, Accumulated Leap Seconds=37 + { 2459026.50, 69.425866 }, //26 June 2020, UT1-UTC=-0.2418664, Accumulated Leap Seconds=37 + { 2459027.50, 69.425362 }, //27 June 2020, UT1-UTC=-0.2413618, Accumulated Leap Seconds=37 + { 2459028.50, 69.425025 }, //28 June 2020, UT1-UTC=-0.2410246, Accumulated Leap Seconds=37 + { 2459029.50, 69.424810 }, //29 June 2020, UT1-UTC=-0.2408104, Accumulated Leap Seconds=37 + { 2459030.50, 69.424568 }, //30 June 2020, UT1-UTC=-0.2405680, Accumulated Leap Seconds=37 + { 2459031.50, 69.424133 }, //01 July 2020, UT1-UTC=-0.2401335, Accumulated Leap Seconds=37 + { 2459032.50, 69.423485 }, //02 July 2020, UT1-UTC=-0.2394847, Accumulated Leap Seconds=37 + { 2459033.50, 69.422600 }, //03 July 2020, UT1-UTC=-0.2385999, Accumulated Leap Seconds=37 + { 2459034.50, 69.421499 }, //04 July 2020, UT1-UTC=-0.2374993, Accumulated Leap Seconds=37 + { 2459035.50, 69.420218 }, //05 July 2020, UT1-UTC=-0.2362178, Accumulated Leap Seconds=37 + { 2459036.50, 69.418878 }, //06 July 2020, UT1-UTC=-0.2348785, Accumulated Leap Seconds=37 + { 2459037.50, 69.417601 }, //07 July 2020, UT1-UTC=-0.2336011, Accumulated Leap Seconds=37 + { 2459038.50, 69.416395 }, //08 July 2020, UT1-UTC=-0.2323948, Accumulated Leap Seconds=37 + { 2459039.50, 69.415266 }, //09 July 2020, UT1-UTC=-0.2312661, Accumulated Leap Seconds=37 + { 2459040.50, 69.414208 }, //10 July 2020, UT1-UTC=-0.2302077, Accumulated Leap Seconds=37 + { 2459041.50, 69.413242 }, //11 July 2020, UT1-UTC=-0.2292418, Accumulated Leap Seconds=37 + { 2459042.50, 69.412237 }, //12 July 2020, UT1-UTC=-0.2282373, Accumulated Leap Seconds=37 + { 2459043.50, 69.411192 }, //13 July 2020, UT1-UTC=-0.2271922, Accumulated Leap Seconds=37 + { 2459044.50, 69.410120 }, //14 July 2020, UT1-UTC=-0.2261196, Accumulated Leap Seconds=37 + { 2459045.50, 69.408965 }, //15 July 2020, UT1-UTC=-0.2249647, Accumulated Leap Seconds=37 + { 2459046.50, 69.407756 }, //16 July 2020, UT1-UTC=-0.2237563, Accumulated Leap Seconds=37 + { 2459047.50, 69.406474 }, //17 July 2020, UT1-UTC=-0.2224735, Accumulated Leap Seconds=37 + { 2459048.50, 69.405122 }, //18 July 2020, UT1-UTC=-0.2211221, Accumulated Leap Seconds=37 + { 2459049.50, 69.403697 }, //19 July 2020, UT1-UTC=-0.2196966, Accumulated Leap Seconds=37 + { 2459050.50, 69.402223 }, //20 July 2020, UT1-UTC=-0.2182229, Accumulated Leap Seconds=37 + { 2459051.50, 69.400857 }, //21 July 2020, UT1-UTC=-0.2168569, Accumulated Leap Seconds=37 + { 2459052.50, 69.399693 }, //22 July 2020, UT1-UTC=-0.2156934, Accumulated Leap Seconds=37 + { 2459053.50, 69.398740 }, //23 July 2020, UT1-UTC=-0.2147397, Accumulated Leap Seconds=37 + { 2459054.50, 69.397989 }, //24 July 2020, UT1-UTC=-0.2139895, Accumulated Leap Seconds=37 + { 2459055.50, 69.397428 }, //25 July 2020, UT1-UTC=-0.2134277, Accumulated Leap Seconds=37 + { 2459056.50, 69.396964 }, //26 July 2020, UT1-UTC=-0.2129642, Accumulated Leap Seconds=37 + { 2459057.50, 69.396451 }, //27 July 2020, UT1-UTC=-0.2124511, Accumulated Leap Seconds=37 + { 2459058.50, 69.395825 }, //28 July 2020, UT1-UTC=-0.2118250, Accumulated Leap Seconds=37 + { 2459059.50, 69.395086 }, //29 July 2020, UT1-UTC=-0.2110863, Accumulated Leap Seconds=37 + { 2459060.50, 69.394185 }, //30 July 2020, UT1-UTC=-0.2101852, Accumulated Leap Seconds=37 + { 2459061.50, 69.393173 }, //31 July 2020, UT1-UTC=-0.2091731, Accumulated Leap Seconds=37 + { 2459062.50, 69.392124 }, //01 August 2020, UT1-UTC=-0.2081241, Accumulated Leap Seconds=37 + { 2459063.50, 69.391052 }, //02 August 2020, UT1-UTC=-0.2070517, Accumulated Leap Seconds=37 + { 2459064.50, 69.390068 }, //03 August 2020, UT1-UTC=-0.2060679, Accumulated Leap Seconds=37 + { 2459065.50, 69.389219 }, //04 August 2020, UT1-UTC=-0.2052187, Accumulated Leap Seconds=37 + { 2459066.50, 69.388463 }, //05 August 2020, UT1-UTC=-0.2044629, Accumulated Leap Seconds=37 + { 2459067.50, 69.387881 }, //06 August 2020, UT1-UTC=-0.2038807, Accumulated Leap Seconds=37 + { 2459068.50, 69.387420 }, //07 August 2020, UT1-UTC=-0.2034204, Accumulated Leap Seconds=37 + { 2459069.50, 69.387041 }, //08 August 2020, UT1-UTC=-0.2030407, Accumulated Leap Seconds=37 + { 2459070.50, 69.386727 }, //09 August 2020, UT1-UTC=-0.2027274, Accumulated Leap Seconds=37 + { 2459071.50, 69.386337 }, //10 August 2020, UT1-UTC=-0.2023368, Accumulated Leap Seconds=37 + { 2459072.50, 69.385832 }, //11 August 2020, UT1-UTC=-0.2018318, Accumulated Leap Seconds=37 + { 2459073.50, 69.385197 }, //12 August 2020, UT1-UTC=-0.2011971, Accumulated Leap Seconds=37 + { 2459074.50, 69.384391 }, //13 August 2020, UT1-UTC=-0.2003908, Accumulated Leap Seconds=37 + { 2459075.50, 69.383493 }, //14 August 2020, UT1-UTC=-0.1994927, Accumulated Leap Seconds=37 + { 2459076.50, 69.382461 }, //15 August 2020, UT1-UTC=-0.1984615, Accumulated Leap Seconds=37 + { 2459077.50, 69.381279 }, //16 August 2020, UT1-UTC=-0.1972792, Accumulated Leap Seconds=37 + { 2459078.50, 69.380107 }, //17 August 2020, UT1-UTC=-0.1961068, Accumulated Leap Seconds=37 + { 2459079.50, 69.379096 }, //18 August 2020, UT1-UTC=-0.1950958, Accumulated Leap Seconds=37 + { 2459080.50, 69.378295 }, //19 August 2020, UT1-UTC=-0.1942946, Accumulated Leap Seconds=37 + { 2459081.50, 69.377665 }, //20 August 2020, UT1-UTC=-0.1936647, Accumulated Leap Seconds=37 + { 2459082.50, 69.377349 }, //21 August 2020, UT1-UTC=-0.1933494, Accumulated Leap Seconds=37 + { 2459083.50, 69.377238 }, //22 August 2020, UT1-UTC=-0.1932377, Accumulated Leap Seconds=37 + { 2459084.50, 69.377178 }, //23 August 2020, UT1-UTC=-0.1931778, Accumulated Leap Seconds=37 + { 2459085.50, 69.377031 }, //24 August 2020, UT1-UTC=-0.1930310, Accumulated Leap Seconds=37 + { 2459086.50, 69.376704 }, //25 August 2020, UT1-UTC=-0.1927039, Accumulated Leap Seconds=37 + { 2459087.50, 69.376095 }, //26 August 2020, UT1-UTC=-0.1920949, Accumulated Leap Seconds=37 + { 2459088.50, 69.375202 }, //27 August 2020, UT1-UTC=-0.1912021, Accumulated Leap Seconds=37 + { 2459089.50, 69.374122 }, //28 August 2020, UT1-UTC=-0.1901225, Accumulated Leap Seconds=37 + { 2459090.50, 69.372891 }, //29 August 2020, UT1-UTC=-0.1888915, Accumulated Leap Seconds=37 + { 2459091.50, 69.371601 }, //30 August 2020, UT1-UTC=-0.1876013, Accumulated Leap Seconds=37 + { 2459092.50, 69.370382 }, //31 August 2020, UT1-UTC=-0.1863822, Accumulated Leap Seconds=37 + { 2459093.50, 69.369342 }, //01 September 2020, UT1-UTC=-0.1853422, Accumulated Leap Seconds=37 + { 2459094.50, 69.368421 }, //02 September 2020, UT1-UTC=-0.1844207, Accumulated Leap Seconds=37 + { 2459095.50, 69.367644 }, //03 September 2020, UT1-UTC=-0.1836441, Accumulated Leap Seconds=37 + { 2459096.50, 69.367008 }, //04 September 2020, UT1-UTC=-0.1830079, Accumulated Leap Seconds=37 + { 2459097.50, 69.366438 }, //05 September 2020, UT1-UTC=-0.1824377, Accumulated Leap Seconds=37 + { 2459098.50, 69.365864 }, //06 September 2020, UT1-UTC=-0.1818637, Accumulated Leap Seconds=37 + { 2459099.50, 69.365304 }, //07 September 2020, UT1-UTC=-0.1813038, Accumulated Leap Seconds=37 + { 2459100.50, 69.364675 }, //08 September 2020, UT1-UTC=-0.1806747, Accumulated Leap Seconds=37 + { 2459101.50, 69.363960 }, //09 September 2020, UT1-UTC=-0.1799600, Accumulated Leap Seconds=37 + { 2459102.50, 69.363144 }, //10 September 2020, UT1-UTC=-0.1791442, Accumulated Leap Seconds=37 + { 2459103.50, 69.362349 }, //11 September 2020, UT1-UTC=-0.1783491, Accumulated Leap Seconds=37 + { 2459104.50, 69.361533 }, //12 September 2020, UT1-UTC=-0.1775331, Accumulated Leap Seconds=37 + { 2459105.50, 69.360742 }, //13 September 2020, UT1-UTC=-0.1767424, Accumulated Leap Seconds=37 + { 2459106.50, 69.360111 }, //14 September 2020, UT1-UTC=-0.1761111, Accumulated Leap Seconds=37 + { 2459107.50, 69.359711 }, //15 September 2020, UT1-UTC=-0.1757107, Accumulated Leap Seconds=37 + { 2459108.50, 69.359555 }, //16 September 2020, UT1-UTC=-0.1755555, Accumulated Leap Seconds=37 + { 2459109.50, 69.359676 }, //17 September 2020, UT1-UTC=-0.1756758, Accumulated Leap Seconds=37 + { 2459110.50, 69.359978 }, //18 September 2020, UT1-UTC=-0.1759784, Accumulated Leap Seconds=37 + { 2459111.50, 69.360403 }, //19 September 2020, UT1-UTC=-0.1764030, Accumulated Leap Seconds=37 + { 2459112.50, 69.360789 }, //20 September 2020, UT1-UTC=-0.1767895, Accumulated Leap Seconds=37 + { 2459113.50, 69.361006 }, //21 September 2020, UT1-UTC=-0.1770063, Accumulated Leap Seconds=37 + { 2459114.50, 69.361019 }, //22 September 2020, UT1-UTC=-0.1770188, Accumulated Leap Seconds=37 + { 2459115.50, 69.360811 }, //23 September 2020, UT1-UTC=-0.1768106, Accumulated Leap Seconds=37 + { 2459116.50, 69.360457 }, //24 September 2020, UT1-UTC=-0.1764569, Accumulated Leap Seconds=37 + { 2459117.50, 69.360008 }, //25 September 2020, UT1-UTC=-0.1760082, Accumulated Leap Seconds=37 + { 2459118.50, 69.359564 }, //26 September 2020, UT1-UTC=-0.1755640, Accumulated Leap Seconds=37 + { 2459119.50, 69.359037 }, //27 September 2020, UT1-UTC=-0.1750367, Accumulated Leap Seconds=37 + { 2459120.50, 69.358483 }, //28 September 2020, UT1-UTC=-0.1744831, Accumulated Leap Seconds=37 + { 2459121.50, 69.358055 }, //29 September 2020, UT1-UTC=-0.1740546, Accumulated Leap Seconds=37 + { 2459122.50, 69.357718 }, //30 September 2020, UT1-UTC=-0.1737183, Accumulated Leap Seconds=37 + { 2459123.50, 69.357478 }, //01 October 2020, UT1-UTC=-0.1734782, Accumulated Leap Seconds=37 + { 2459124.50, 69.357252 }, //02 October 2020, UT1-UTC=-0.1732518, Accumulated Leap Seconds=37 + { 2459125.50, 69.357089 }, //03 October 2020, UT1-UTC=-0.1730890, Accumulated Leap Seconds=37 + { 2459126.50, 69.356952 }, //04 October 2020, UT1-UTC=-0.1729516, Accumulated Leap Seconds=37 + { 2459127.50, 69.356781 }, //05 October 2020, UT1-UTC=-0.1727809, Accumulated Leap Seconds=37 + { 2459128.50, 69.356508 }, //06 October 2020, UT1-UTC=-0.1725084, Accumulated Leap Seconds=37 + { 2459129.50, 69.356119 }, //07 October 2020, UT1-UTC=-0.1721191, Accumulated Leap Seconds=37 + { 2459130.50, 69.355606 }, //08 October 2020, UT1-UTC=-0.1716062, Accumulated Leap Seconds=37 + { 2459131.50, 69.354953 }, //09 October 2020, UT1-UTC=-0.1709530, Accumulated Leap Seconds=37 + { 2459132.50, 69.354345 }, //10 October 2020, UT1-UTC=-0.1703455, Accumulated Leap Seconds=37 + { 2459133.50, 69.353833 }, //11 October 2020, UT1-UTC=-0.1698329, Accumulated Leap Seconds=37 + { 2459134.50, 69.353429 }, //12 October 2020, UT1-UTC=-0.1694286, Accumulated Leap Seconds=37 + { 2459135.50, 69.353290 }, //13 October 2020, UT1-UTC=-0.1692903, Accumulated Leap Seconds=37 + { 2459136.50, 69.353485 }, //14 October 2020, UT1-UTC=-0.1694855, Accumulated Leap Seconds=37 + { 2459137.50, 69.353928 }, //15 October 2020, UT1-UTC=-0.1699282, Accumulated Leap Seconds=37 + { 2459138.50, 69.354637 }, //16 October 2020, UT1-UTC=-0.1706366, Accumulated Leap Seconds=37 + { 2459139.50, 69.355433 }, //17 October 2020, UT1-UTC=-0.1714326, Accumulated Leap Seconds=37 + { 2459140.50, 69.356209 }, //18 October 2020, UT1-UTC=-0.1722094, Accumulated Leap Seconds=37 + { 2459141.50, 69.356737 }, //19 October 2020, UT1-UTC=-0.1727370, Accumulated Leap Seconds=37 + { 2459142.50, 69.357014 }, //20 October 2020, UT1-UTC=-0.1730140, Accumulated Leap Seconds=37 + { 2459143.50, 69.357091 }, //21 October 2020, UT1-UTC=-0.1730915, Accumulated Leap Seconds=37 + { 2459144.50, 69.357076 }, //22 October 2020, UT1-UTC=-0.1730757, Accumulated Leap Seconds=37 + { 2459145.50, 69.357119 }, //23 October 2020, UT1-UTC=-0.1731186, Accumulated Leap Seconds=37 + { 2459146.50, 69.357193 }, //24 October 2020, UT1-UTC=-0.1731930, Accumulated Leap Seconds=37 + { 2459147.50, 69.357321 }, //25 October 2020, UT1-UTC=-0.1733207, Accumulated Leap Seconds=37 + { 2459148.50, 69.357498 }, //26 October 2020, UT1-UTC=-0.1734985, Accumulated Leap Seconds=37 + { 2459149.50, 69.357762 }, //27 October 2020, UT1-UTC=-0.1737620, Accumulated Leap Seconds=37 + { 2459150.50, 69.358107 }, //28 October 2020, UT1-UTC=-0.1741066, Accumulated Leap Seconds=37 + { 2459151.50, 69.358464 }, //29 October 2020, UT1-UTC=-0.1744639, Accumulated Leap Seconds=37 + { 2459152.50, 69.358771 }, //30 October 2020, UT1-UTC=-0.1747709, Accumulated Leap Seconds=37 + { 2459153.50, 69.359062 }, //31 October 2020, UT1-UTC=-0.1750625, Accumulated Leap Seconds=37 + { 2459154.50, 69.359324 }, //01 November 2020, UT1-UTC=-0.1753242, Accumulated Leap Seconds=37 + { 2459155.50, 69.359492 }, //02 November 2020, UT1-UTC=-0.1754919, Accumulated Leap Seconds=37 + { 2459156.50, 69.359538 }, //03 November 2020, UT1-UTC=-0.1755382, Accumulated Leap Seconds=37 + { 2459157.50, 69.359484 }, //04 November 2020, UT1-UTC=-0.1754841, Accumulated Leap Seconds=37 + { 2459158.50, 69.359309 }, //05 November 2020, UT1-UTC=-0.1753093, Accumulated Leap Seconds=37 + { 2459159.50, 69.359030 }, //06 November 2020, UT1-UTC=-0.1750298, Accumulated Leap Seconds=37 + { 2459160.50, 69.358723 }, //07 November 2020, UT1-UTC=-0.1747231, Accumulated Leap Seconds=37 + { 2459161.50, 69.358517 }, //08 November 2020, UT1-UTC=-0.1745166, Accumulated Leap Seconds=37 + { 2459162.50, 69.358566 }, //09 November 2020, UT1-UTC=-0.1745658, Accumulated Leap Seconds=37 + { 2459163.50, 69.358925 }, //10 November 2020, UT1-UTC=-0.1749252, Accumulated Leap Seconds=37 + { 2459164.50, 69.359491 }, //11 November 2020, UT1-UTC=-0.1754913, Accumulated Leap Seconds=37 + { 2459165.50, 69.360261 }, //12 November 2020, UT1-UTC=-0.1762615, Accumulated Leap Seconds=37 + { 2459166.50, 69.361147 }, //13 November 2020, UT1-UTC=-0.1771474, Accumulated Leap Seconds=37 + { 2459167.50, 69.361973 }, //14 November 2020, UT1-UTC=-0.1779726, Accumulated Leap Seconds=37 + { 2459168.50, 69.362636 }, //15 November 2020, UT1-UTC=-0.1786358, Accumulated Leap Seconds=37 + { 2459169.50, 69.363014 }, //16 November 2020, UT1-UTC=-0.1790143, Accumulated Leap Seconds=37 + { 2459170.50, 69.363119 }, //17 November 2020, UT1-UTC=-0.1791188, Accumulated Leap Seconds=37 + { 2459171.50, 69.363020 }, //18 November 2020, UT1-UTC=-0.1790201, Accumulated Leap Seconds=37 + { 2459172.50, 69.362745 }, //19 November 2020, UT1-UTC=-0.1787447, Accumulated Leap Seconds=37 + { 2459173.50, 69.362450 }, //20 November 2020, UT1-UTC=-0.1784505, Accumulated Leap Seconds=37 + { 2459174.50, 69.362194 }, //21 November 2020, UT1-UTC=-0.1781942, Accumulated Leap Seconds=37 + { 2459175.50, 69.362074 }, //22 November 2020, UT1-UTC=-0.1780743, Accumulated Leap Seconds=37 + { 2459176.50, 69.362147 }, //23 November 2020, UT1-UTC=-0.1781469, Accumulated Leap Seconds=37 + { 2459177.50, 69.362355 }, //24 November 2020, UT1-UTC=-0.1783547, Accumulated Leap Seconds=37 + { 2459178.50, 69.362641 }, //25 November 2020, UT1-UTC=-0.1786407, Accumulated Leap Seconds=37 + { 2459179.50, 69.362963 }, //26 November 2020, UT1-UTC=-0.1789629, Accumulated Leap Seconds=37 + { 2459180.50, 69.363135 }, //27 November 2020, UT1-UTC=-0.1791349, Accumulated Leap Seconds=37 + { 2459181.50, 69.363286 }, //28 November 2020, UT1-UTC=-0.1792864, Accumulated Leap Seconds=37 + { 2459182.50, 69.363305 }, //29 November 2020, UT1-UTC=-0.1793053, Accumulated Leap Seconds=37 + { 2459183.50, 69.363212 }, //30 November 2020, UT1-UTC=-0.1792119, Accumulated Leap Seconds=37 + { 2459184.50, 69.363024 }, //01 December 2020, UT1-UTC=-0.1790244, Accumulated Leap Seconds=37 + { 2459185.50, 69.362717 }, //02 December 2020, UT1-UTC=-0.1787170, Accumulated Leap Seconds=37 + { 2459186.50, 69.362321 }, //03 December 2020, UT1-UTC=-0.1783210, Accumulated Leap Seconds=37 + { 2459187.50, 69.361923 }, //04 December 2020, UT1-UTC=-0.1779234, Accumulated Leap Seconds=37 + { 2459188.50, 69.361628 }, //05 December 2020, UT1-UTC=-0.1776276, Accumulated Leap Seconds=37 + { 2459189.50, 69.361540 }, //06 December 2020, UT1-UTC=-0.1775402, Accumulated Leap Seconds=37 + { 2459190.50, 69.361646 }, //07 December 2020, UT1-UTC=-0.1776460, Accumulated Leap Seconds=37 + { 2459191.50, 69.361974 }, //08 December 2020, UT1-UTC=-0.1779740, Accumulated Leap Seconds=37 + { 2459192.50, 69.362494 }, //09 December 2020, UT1-UTC=-0.1784944, Accumulated Leap Seconds=37 + { 2459193.50, 69.363104 }, //10 December 2020, UT1-UTC=-0.1791038, Accumulated Leap Seconds=37 + { 2459194.50, 69.363735 }, //11 December 2020, UT1-UTC=-0.1797353, Accumulated Leap Seconds=37 + { 2459195.50, 69.364180 }, //12 December 2020, UT1-UTC=-0.1801801, Accumulated Leap Seconds=37 + { 2459196.50, 69.364399 }, //13 December 2020, UT1-UTC=-0.1803991, Accumulated Leap Seconds=37 + { 2459197.50, 69.364377 }, //14 December 2020, UT1-UTC=-0.1803768, Accumulated Leap Seconds=37 + { 2459198.50, 69.364117 }, //15 December 2020, UT1-UTC=-0.1801173, Accumulated Leap Seconds=37 + { 2459199.50, 69.363684 }, //16 December 2020, UT1-UTC=-0.1796837, Accumulated Leap Seconds=37 + { 2459200.50, 69.363165 }, //17 December 2020, UT1-UTC=-0.1791649, Accumulated Leap Seconds=37 + { 2459201.50, 69.362769 }, //18 December 2020, UT1-UTC=-0.1787687, Accumulated Leap Seconds=37 + { 2459202.50, 69.362462 }, //19 December 2020, UT1-UTC=-0.1784625, Accumulated Leap Seconds=37 + { 2459203.50, 69.362312 }, //20 December 2020, UT1-UTC=-0.1783116, Accumulated Leap Seconds=37 + { 2459204.50, 69.362298 }, //21 December 2020, UT1-UTC=-0.1782977, Accumulated Leap Seconds=37 + { 2459205.50, 69.362394 }, //22 December 2020, UT1-UTC=-0.1783938, Accumulated Leap Seconds=37 + { 2459206.50, 69.362563 }, //23 December 2020, UT1-UTC=-0.1785629, Accumulated Leap Seconds=37 + { 2459207.50, 69.362636 }, //24 December 2020, UT1-UTC=-0.1786356, Accumulated Leap Seconds=37 + { 2459208.50, 69.362635 }, //25 December 2020, UT1-UTC=-0.1786349, Accumulated Leap Seconds=37 + { 2459209.50, 69.362503 }, //26 December 2020, UT1-UTC=-0.1785028, Accumulated Leap Seconds=37 + { 2459210.50, 69.362208 }, //27 December 2020, UT1-UTC=-0.1782078, Accumulated Leap Seconds=37 + { 2459211.50, 69.361772 }, //28 December 2020, UT1-UTC=-0.1777715, Accumulated Leap Seconds=37 + { 2459212.50, 69.361239 }, //29 December 2020, UT1-UTC=-0.1772387, Accumulated Leap Seconds=37 + { 2459213.50, 69.360642 }, //30 December 2020, UT1-UTC=-0.1766424, Accumulated Leap Seconds=37 + { 2459214.50, 69.359981 }, //31 December 2020, UT1-UTC=-0.1759809, Accumulated Leap Seconds=37 + { 2459215.50, 69.359334 }, //01 January 2021, UT1-UTC=-0.1753340, Accumulated Leap Seconds=37 + { 2459216.50, 69.358812 }, //02 January 2021, UT1-UTC=-0.1748118, Accumulated Leap Seconds=37 + { 2459217.50, 69.358473 }, //03 January 2021, UT1-UTC=-0.1744728, Accumulated Leap Seconds=37 + { 2459218.50, 69.358326 }, //04 January 2021, UT1-UTC=-0.1743263, Accumulated Leap Seconds=37 + { 2459219.50, 69.358380 }, //05 January 2021, UT1-UTC=-0.1743799, Accumulated Leap Seconds=37 + { 2459220.50, 69.358574 }, //06 January 2021, UT1-UTC=-0.1745738, Accumulated Leap Seconds=37 + { 2459221.50, 69.358835 }, //07 January 2021, UT1-UTC=-0.1748355, Accumulated Leap Seconds=37 + { 2459222.50, 69.359060 }, //08 January 2021, UT1-UTC=-0.1750599, Accumulated Leap Seconds=37 + { 2459223.50, 69.359087 }, //09 January 2021, UT1-UTC=-0.1750871, Accumulated Leap Seconds=37 + { 2459224.50, 69.358867 }, //10 January 2021, UT1-UTC=-0.1748670, Accumulated Leap Seconds=37 + { 2459225.50, 69.358463 }, //11 January 2021, UT1-UTC=-0.1744634, Accumulated Leap Seconds=37 + { 2459226.50, 69.357966 }, //12 January 2021, UT1-UTC=-0.1739663, Accumulated Leap Seconds=37 + { 2459227.50, 69.357417 }, //13 January 2021, UT1-UTC=-0.1734174, Accumulated Leap Seconds=37 + { 2459228.50, 69.356884 }, //14 January 2021, UT1-UTC=-0.1728842, Accumulated Leap Seconds=37 + { 2459229.50, 69.356469 }, //15 January 2021, UT1-UTC=-0.1724694, Accumulated Leap Seconds=37 + { 2459230.50, 69.356040 }, //16 January 2021, UT1-UTC=-0.1720402, Accumulated Leap Seconds=37 + { 2459231.50, 69.355766 }, //17 January 2021, UT1-UTC=-0.1717660, Accumulated Leap Seconds=37 + { 2459232.50, 69.355586 }, //18 January 2021, UT1-UTC=-0.1715857, Accumulated Leap Seconds=37 + { 2459233.50, 69.355416 }, //19 January 2021, UT1-UTC=-0.1714164, Accumulated Leap Seconds=37 + { 2459234.50, 69.355273 }, //20 January 2021, UT1-UTC=-0.1712735, Accumulated Leap Seconds=37 + { 2459235.50, 69.355090 }, //21 January 2021, UT1-UTC=-0.1710897, Accumulated Leap Seconds=37 + { 2459236.50, 69.354796 }, //22 January 2021, UT1-UTC=-0.1707958, Accumulated Leap Seconds=37 + { 2459237.50, 69.354479 }, //23 January 2021, UT1-UTC=-0.1704792, Accumulated Leap Seconds=37 + { 2459238.50, 69.354010 }, //24 January 2021, UT1-UTC=-0.1700095, Accumulated Leap Seconds=37 + { 2459239.50, 69.353415 }, //25 January 2021, UT1-UTC=-0.1694151, Accumulated Leap Seconds=37 + { 2459240.50, 69.352720 }, //26 January 2021, UT1-UTC=-0.1687202, Accumulated Leap Seconds=37 + { 2459241.50, 69.351955 }, //27 January 2021, UT1-UTC=-0.1679551, Accumulated Leap Seconds=37 + { 2459242.50, 69.351309 }, //28 January 2021, UT1-UTC=-0.1673088, Accumulated Leap Seconds=37 + { 2459243.50, 69.350911 }, //29 January 2021, UT1-UTC=-0.1669113, Accumulated Leap Seconds=37 + { 2459244.50, 69.350682 }, //30 January 2021, UT1-UTC=-0.1666818, Accumulated Leap Seconds=37 + { 2459245.50, 69.350688 }, //31 January 2021, UT1-UTC=-0.1666882, Accumulated Leap Seconds=37 + { 2459246.50, 69.351013 }, //01 February 2021, UT1-UTC=-0.1670133, Accumulated Leap Seconds=37 + { 2459247.50, 69.351560 }, //02 February 2021, UT1-UTC=-0.1675605, Accumulated Leap Seconds=37 + { 2459248.50, 69.352217 }, //03 February 2021, UT1-UTC=-0.1682174, Accumulated Leap Seconds=37 + { 2459249.50, 69.352836 }, //04 February 2021, UT1-UTC=-0.1688356, Accumulated Leap Seconds=37 + { 2459250.50, 69.353284 }, //05 February 2021, UT1-UTC=-0.1692841, Accumulated Leap Seconds=37 + { 2459251.50, 69.353532 }, //06 February 2021, UT1-UTC=-0.1695316, Accumulated Leap Seconds=37 + { 2459252.50, 69.353577 }, //07 February 2021, UT1-UTC=-0.1695770, Accumulated Leap Seconds=37 + { 2459253.50, 69.353478 }, //08 February 2021, UT1-UTC=-0.1694781, Accumulated Leap Seconds=37 + { 2459254.50, 69.353330 }, //09 February 2021, UT1-UTC=-0.1693298, Accumulated Leap Seconds=37 + { 2459255.50, 69.353252 }, //10 February 2021, UT1-UTC=-0.1692518, Accumulated Leap Seconds=37 + { 2459256.50, 69.353258 }, //11 February 2021, UT1-UTC=-0.1692585, Accumulated Leap Seconds=37 + { 2459257.50, 69.353410 }, //12 February 2021, UT1-UTC=-0.1694104, Accumulated Leap Seconds=37 + { 2459258.50, 69.353718 }, //13 February 2021, UT1-UTC=-0.1697177, Accumulated Leap Seconds=37 + { 2459259.50, 69.354183 }, //14 February 2021, UT1-UTC=-0.1701828, Accumulated Leap Seconds=37 + { 2459260.50, 69.354735 }, //15 February 2021, UT1-UTC=-0.1707346, Accumulated Leap Seconds=37 + { 2459261.50, 69.355227 }, //16 February 2021, UT1-UTC=-0.1712267, Accumulated Leap Seconds=37 + { 2459262.50, 69.355658 }, //17 February 2021, UT1-UTC=-0.1716582, Accumulated Leap Seconds=37 + { 2459263.50, 69.355934 }, //18 February 2021, UT1-UTC=-0.1719340, Accumulated Leap Seconds=37 + { 2459264.50, 69.355996 }, //19 February 2021, UT1-UTC=-0.1719960, Accumulated Leap Seconds=37 + { 2459265.50, 69.355895 }, //20 February 2021, UT1-UTC=-0.1718953, Accumulated Leap Seconds=37 + { 2459266.50, 69.355559 }, //21 February 2021, UT1-UTC=-0.1715594, Accumulated Leap Seconds=37 + { 2459267.50, 69.355042 }, //22 February 2021, UT1-UTC=-0.1710417, Accumulated Leap Seconds=37 + { 2459268.50, 69.354454 }, //23 February 2021, UT1-UTC=-0.1704541, Accumulated Leap Seconds=37 + { 2459269.50, 69.353816 }, //24 February 2021, UT1-UTC=-0.1698157, Accumulated Leap Seconds=37 + { 2459270.50, 69.353332 }, //25 February 2021, UT1-UTC=-0.1693325, Accumulated Leap Seconds=37 + { 2459271.50, 69.353052 }, //26 February 2021, UT1-UTC=-0.1690519, Accumulated Leap Seconds=37 + { 2459272.50, 69.353042 }, //27 February 2021, UT1-UTC=-0.1690420, Accumulated Leap Seconds=37 + { 2459273.50, 69.353289 }, //28 February 2021, UT1-UTC=-0.1692889, Accumulated Leap Seconds=37 + { 2459274.50, 69.353792 }, //01 March 2021, UT1-UTC=-0.1697917, Accumulated Leap Seconds=37 + { 2459275.50, 69.354408 }, //02 March 2021, UT1-UTC=-0.1704083, Accumulated Leap Seconds=37 + { 2459276.50, 69.355007 }, //03 March 2021, UT1-UTC=-0.1710068, Accumulated Leap Seconds=37 + { 2459277.50, 69.355574 }, //04 March 2021, UT1-UTC=-0.1715739, Accumulated Leap Seconds=37 + { 2459278.50, 69.355908 }, //05 March 2021, UT1-UTC=-0.1719077, Accumulated Leap Seconds=37 + { 2459279.50, 69.355959 }, //06 March 2021, UT1-UTC=-0.1719593, Accumulated Leap Seconds=37 + { 2459280.50, 69.355830 }, //07 March 2021, UT1-UTC=-0.1718305, Accumulated Leap Seconds=37 + { 2459281.50, 69.355596 }, //08 March 2021, UT1-UTC=-0.1715956, Accumulated Leap Seconds=37 + { 2459282.50, 69.355314 }, //09 March 2021, UT1-UTC=-0.1713142, Accumulated Leap Seconds=37 + { 2459283.50, 69.355105 }, //10 March 2021, UT1-UTC=-0.1711055, Accumulated Leap Seconds=37 + { 2459284.50, 69.355021 }, //11 March 2021, UT1-UTC=-0.1710208, Accumulated Leap Seconds=37 + { 2459285.50, 69.355074 }, //12 March 2021, UT1-UTC=-0.1710743, Accumulated Leap Seconds=37 + { 2459286.50, 69.355282 }, //13 March 2021, UT1-UTC=-0.1712815, Accumulated Leap Seconds=37 + { 2459287.50, 69.355605 }, //14 March 2021, UT1-UTC=-0.1716048, Accumulated Leap Seconds=37 + { 2459288.50, 69.355944 }, //15 March 2021, UT1-UTC=-0.1719443, Accumulated Leap Seconds=37 + { 2459289.50, 69.356229 }, //16 March 2021, UT1-UTC=-0.1722294, Accumulated Leap Seconds=37 + { 2459290.50, 69.356371 }, //17 March 2021, UT1-UTC=-0.1723712, Accumulated Leap Seconds=37 + { 2459291.50, 69.356377 }, //18 March 2021, UT1-UTC=-0.1723768, Accumulated Leap Seconds=37 + { 2459292.50, 69.356285 }, //19 March 2021, UT1-UTC=-0.1722852, Accumulated Leap Seconds=37 + { 2459293.50, 69.356014 }, //20 March 2021, UT1-UTC=-0.1720139, Accumulated Leap Seconds=37 + { 2459294.50, 69.355668 }, //21 March 2021, UT1-UTC=-0.1716685, Accumulated Leap Seconds=37 + { 2459295.50, 69.355311 }, //22 March 2021, UT1-UTC=-0.1713111, Accumulated Leap Seconds=37 + { 2459296.50, 69.354963 }, //23 March 2021, UT1-UTC=-0.1709631, Accumulated Leap Seconds=37 + { 2459297.50, 69.354673 }, //24 March 2021, UT1-UTC=-0.1706727, Accumulated Leap Seconds=37 + { 2459298.50, 69.354525 }, //25 March 2021, UT1-UTC=-0.1705246, Accumulated Leap Seconds=37 + { 2459299.50, 69.354584 }, //26 March 2021, UT1-UTC=-0.1705844, Accumulated Leap Seconds=37 + { 2459300.50, 69.354926 }, //27 March 2021, UT1-UTC=-0.1709260, Accumulated Leap Seconds=37 + { 2459301.50, 69.355480 }, //28 March 2021, UT1-UTC=-0.1714805, Accumulated Leap Seconds=37 + { 2459302.50, 69.356252 }, //29 March 2021, UT1-UTC=-0.1722523, Accumulated Leap Seconds=37 + { 2459303.50, 69.357046 }, //30 March 2021, UT1-UTC=-0.1730458, Accumulated Leap Seconds=37 + { 2459304.50, 69.357725 }, //31 March 2021, UT1-UTC=-0.1737247, Accumulated Leap Seconds=37 + { 2459305.50, 69.358222 }, //01 April 2021, UT1-UTC=-0.1742217, Accumulated Leap Seconds=37 + { 2459306.50, 69.358484 }, //02 April 2021, UT1-UTC=-0.1744837, Accumulated Leap Seconds=37 + { 2459307.50, 69.358553 }, //03 April 2021, UT1-UTC=-0.1745526, Accumulated Leap Seconds=37 + { 2459308.50, 69.358477 }, //04 April 2021, UT1-UTC=-0.1744768, Accumulated Leap Seconds=37 + { 2459309.50, 69.358371 }, //05 April 2021, UT1-UTC=-0.1743712, Accumulated Leap Seconds=37 + { 2459310.50, 69.358407 }, //06 April 2021, UT1-UTC=-0.1744072, Accumulated Leap Seconds=37 + { 2459311.50, 69.358601 }, //07 April 2021, UT1-UTC=-0.1746013, Accumulated Leap Seconds=37 + { 2459312.50, 69.358863 }, //08 April 2021, UT1-UTC=-0.1748625, Accumulated Leap Seconds=37 + { 2459313.50, 69.359281 }, //09 April 2021, UT1-UTC=-0.1752811, Accumulated Leap Seconds=37 + { 2459314.50, 69.359755 }, //10 April 2021, UT1-UTC=-0.1757555, Accumulated Leap Seconds=37 + { 2459315.50, 69.360284 }, //11 April 2021, UT1-UTC=-0.1762845, Accumulated Leap Seconds=37 + { 2459316.50, 69.360834 }, //12 April 2021, UT1-UTC=-0.1768340, Accumulated Leap Seconds=37 + { 2459317.50, 69.361252 }, //13 April 2021, UT1-UTC=-0.1772518, Accumulated Leap Seconds=37 + { 2459318.50, 69.361616 }, //14 April 2021, UT1-UTC=-0.1776165, Accumulated Leap Seconds=37 + { 2459319.50, 69.361857 }, //15 April 2021, UT1-UTC=-0.1778568, Accumulated Leap Seconds=37 + { 2459320.50, 69.361991 }, //16 April 2021, UT1-UTC=-0.1779906, Accumulated Leap Seconds=37 + { 2459321.50, 69.362019 }, //17 April 2021, UT1-UTC=-0.1780186, Accumulated Leap Seconds=37 + { 2459322.50, 69.361975 }, //18 April 2021, UT1-UTC=-0.1779747, Accumulated Leap Seconds=37 + { 2459323.50, 69.361868 }, //19 April 2021, UT1-UTC=-0.1778677, Accumulated Leap Seconds=37 + { 2459324.50, 69.361842 }, //20 April 2021, UT1-UTC=-0.1778425, Accumulated Leap Seconds=37 + { 2459325.50, 69.361860 }, //21 April 2021, UT1-UTC=-0.1778604, Accumulated Leap Seconds=37 + { 2459326.50, 69.362044 }, //22 April 2021, UT1-UTC=-0.1780444, Accumulated Leap Seconds=37 + { 2459327.50, 69.362525 }, //23 April 2021, UT1-UTC=-0.1785252, Accumulated Leap Seconds=37 + { 2459328.50, 69.363155 }, //24 April 2021, UT1-UTC=-0.1791550, Accumulated Leap Seconds=37 + { 2459329.50, 69.363962 }, //25 April 2021, UT1-UTC=-0.1799625, Accumulated Leap Seconds=37 + { 2459330.50, 69.364887 }, //26 April 2021, UT1-UTC=-0.1808868, Accumulated Leap Seconds=37 + { 2459331.50, 69.365898 }, //27 April 2021, UT1-UTC=-0.1818984, Accumulated Leap Seconds=37 + { 2459332.50, 69.366703 }, //28 April 2021, UT1-UTC=-0.1827029, Accumulated Leap Seconds=37 + { 2459333.50, 69.367201 }, //29 April 2021, UT1-UTC=-0.1832012, Accumulated Leap Seconds=37 + { 2459334.50, 69.367369 }, //30 April 2021, UT1-UTC=-0.1833693, Accumulated Leap Seconds=37 + { 2459335.50, 69.367300 }, //01 May 2021, UT1-UTC=-0.1833001, Accumulated Leap Seconds=37 + { 2459336.50, 69.367085 }, //02 May 2021, UT1-UTC=-0.1830846, Accumulated Leap Seconds=37 + { 2459337.50, 69.366789 }, //03 May 2021, UT1-UTC=-0.1827895, Accumulated Leap Seconds=37 + { 2459338.50, 69.366519 }, //04 May 2021, UT1-UTC=-0.1825186, Accumulated Leap Seconds=37 + { 2459339.50, 69.366387 }, //05 May 2021, UT1-UTC=-0.1823874, Accumulated Leap Seconds=37 + { 2459340.50, 69.366396 }, //06 May 2021, UT1-UTC=-0.1823958, Accumulated Leap Seconds=37 + { 2459341.50, 69.366557 }, //07 May 2021, UT1-UTC=-0.1825565, Accumulated Leap Seconds=37 + { 2459342.50, 69.366822 }, //08 May 2021, UT1-UTC=-0.1828217, Accumulated Leap Seconds=37 + { 2459343.50, 69.367047 }, //09 May 2021, UT1-UTC=-0.1830469, Accumulated Leap Seconds=37 + { 2459344.50, 69.367223 }, //10 May 2021, UT1-UTC=-0.1832233, Accumulated Leap Seconds=37 + { 2459345.50, 69.367354 }, //11 May 2021, UT1-UTC=-0.1833538, Accumulated Leap Seconds=37 + { 2459346.50, 69.367441 }, //12 May 2021, UT1-UTC=-0.1834414, Accumulated Leap Seconds=37 + { 2459347.50, 69.367301 }, //13 May 2021, UT1-UTC=-0.1833012, Accumulated Leap Seconds=37 + { 2459348.50, 69.367098 }, //14 May 2021, UT1-UTC=-0.1830977, Accumulated Leap Seconds=37 + { 2459349.50, 69.366823 }, //15 May 2021, UT1-UTC=-0.1828230, Accumulated Leap Seconds=37 + { 2459350.50, 69.366535 }, //16 May 2021, UT1-UTC=-0.1825349, Accumulated Leap Seconds=37 + { 2459351.50, 69.366260 }, //17 May 2021, UT1-UTC=-0.1822596, Accumulated Leap Seconds=37 + { 2459352.50, 69.366023 }, //18 May 2021, UT1-UTC=-0.1820229, Accumulated Leap Seconds=37 + { 2459353.50, 69.365971 }, //19 May 2021, UT1-UTC=-0.1819706, Accumulated Leap Seconds=37 + { 2459354.50, 69.366072 }, //20 May 2021, UT1-UTC=-0.1820723, Accumulated Leap Seconds=37 + { 2459355.50, 69.366507 }, //21 May 2021, UT1-UTC=-0.1825070, Accumulated Leap Seconds=37 + { 2459356.50, 69.367026 }, //22 May 2021, UT1-UTC=-0.1830263, Accumulated Leap Seconds=37 + { 2459357.50, 69.367716 }, //23 May 2021, UT1-UTC=-0.1837162, Accumulated Leap Seconds=37 + { 2459358.50, 69.368435 }, //24 May 2021, UT1-UTC=-0.1844354, Accumulated Leap Seconds=37 + { 2459359.50, 69.369041 }, //25 May 2021, UT1-UTC=-0.1850414, Accumulated Leap Seconds=37 + { 2459360.50, 69.369417 }, //26 May 2021, UT1-UTC=-0.1854166, Accumulated Leap Seconds=37 + { 2459361.50, 69.369542 }, //27 May 2021, UT1-UTC=-0.1855424, Accumulated Leap Seconds=37 + { 2459362.50, 69.369404 }, //28 May 2021, UT1-UTC=-0.1854036, Accumulated Leap Seconds=37 + { 2459363.50, 69.369050 }, //29 May 2021, UT1-UTC=-0.1850503, Accumulated Leap Seconds=37 + { 2459364.50, 69.368589 }, //30 May 2021, UT1-UTC=-0.1845894, Accumulated Leap Seconds=37 + { 2459365.50, 69.368161 }, //31 May 2021, UT1-UTC=-0.1841614, Accumulated Leap Seconds=37 + { 2459366.50, 69.367863 }, //01 June 2021, UT1-UTC=-0.1838630, Accumulated Leap Seconds=37 + { 2459367.50, 69.367703 }, //02 June 2021, UT1-UTC=-0.1837035, Accumulated Leap Seconds=37 + { 2459368.50, 69.367660 }, //03 June 2021, UT1-UTC=-0.1836597, Accumulated Leap Seconds=37 + { 2459369.50, 69.367711 }, //04 June 2021, UT1-UTC=-0.1837105, Accumulated Leap Seconds=37 + { 2459370.50, 69.367739 }, //05 June 2021, UT1-UTC=-0.1837394, Accumulated Leap Seconds=37 + { 2459371.50, 69.367666 }, //06 June 2021, UT1-UTC=-0.1836660, Accumulated Leap Seconds=37 + { 2459372.50, 69.367471 }, //07 June 2021, UT1-UTC=-0.1834706, Accumulated Leap Seconds=37 + { 2459373.50, 69.367129 }, //08 June 2021, UT1-UTC=-0.1831291, Accumulated Leap Seconds=37 + { 2459374.50, 69.366574 }, //09 June 2021, UT1-UTC=-0.1825745, Accumulated Leap Seconds=37 + { 2459375.50, 69.365901 }, //10 June 2021, UT1-UTC=-0.1819015, Accumulated Leap Seconds=37 + { 2459376.50, 69.365101 }, //11 June 2021, UT1-UTC=-0.1811011, Accumulated Leap Seconds=37 + { 2459377.50, 69.364170 }, //12 June 2021, UT1-UTC=-0.1801701, Accumulated Leap Seconds=37 + { 2459378.50, 69.363267 }, //13 June 2021, UT1-UTC=-0.1792667, Accumulated Leap Seconds=37 + { 2459379.50, 69.362346 }, //14 June 2021, UT1-UTC=-0.1783462, Accumulated Leap Seconds=37 + { 2459380.50, 69.361572 }, //15 June 2021, UT1-UTC=-0.1775716, Accumulated Leap Seconds=37 + { 2459381.50, 69.360975 }, //16 June 2021, UT1-UTC=-0.1769755, Accumulated Leap Seconds=37 + { 2459382.50, 69.360506 }, //17 June 2021, UT1-UTC=-0.1765064, Accumulated Leap Seconds=37 + { 2459383.50, 69.360282 }, //18 June 2021, UT1-UTC=-0.1762825, Accumulated Leap Seconds=37 + { 2459384.50, 69.360208 }, //19 June 2021, UT1-UTC=-0.1762075, Accumulated Leap Seconds=37 + { 2459385.50, 69.360239 }, //20 June 2021, UT1-UTC=-0.1762386, Accumulated Leap Seconds=37 + { 2459386.50, 69.360206 }, //21 June 2021, UT1-UTC=-0.1762063, Accumulated Leap Seconds=37 + { 2459387.50, 69.359952 }, //22 June 2021, UT1-UTC=-0.1759517, Accumulated Leap Seconds=37 + { 2459388.50, 69.359471 }, //23 June 2021, UT1-UTC=-0.1754708, Accumulated Leap Seconds=37 + { 2459389.50, 69.358663 }, //24 June 2021, UT1-UTC=-0.1746635, Accumulated Leap Seconds=37 + { 2459390.50, 69.357579 }, //25 June 2021, UT1-UTC=-0.1735793, Accumulated Leap Seconds=37 + { 2459391.50, 69.356387 }, //26 June 2021, UT1-UTC=-0.1723866, Accumulated Leap Seconds=37 + { 2459392.50, 69.355140 }, //27 June 2021, UT1-UTC=-0.1711397, Accumulated Leap Seconds=37 + { 2459393.50, 69.353970 }, //28 June 2021, UT1-UTC=-0.1699699, Accumulated Leap Seconds=37 + { 2459394.50, 69.352983 }, //29 June 2021, UT1-UTC=-0.1689826, Accumulated Leap Seconds=37 + { 2459395.50, 69.352193 }, //30 June 2021, UT1-UTC=-0.1681927, Accumulated Leap Seconds=37 + { 2459396.50, 69.351419 }, //01 July 2021, UT1-UTC=-0.1674190, Accumulated Leap Seconds=37 + { 2459397.50, 69.350723 }, //02 July 2021, UT1-UTC=-0.1667234, Accumulated Leap Seconds=37 + { 2459398.50, 69.349989 }, //03 July 2021, UT1-UTC=-0.1659893, Accumulated Leap Seconds=37 + { 2459399.50, 69.349172 }, //04 July 2021, UT1-UTC=-0.1651716, Accumulated Leap Seconds=37 + { 2459400.50, 69.348162 }, //05 July 2021, UT1-UTC=-0.1641619, Accumulated Leap Seconds=37 + { 2459401.50, 69.346978 }, //06 July 2021, UT1-UTC=-0.1629779, Accumulated Leap Seconds=37 + { 2459402.50, 69.345807 }, //07 July 2021, UT1-UTC=-0.1618071, Accumulated Leap Seconds=37 + { 2459403.50, 69.344451 }, //08 July 2021, UT1-UTC=-0.1604507, Accumulated Leap Seconds=37 + { 2459404.50, 69.343025 }, //09 July 2021, UT1-UTC=-0.1590251, Accumulated Leap Seconds=37 + { 2459405.50, 69.341565 }, //10 July 2021, UT1-UTC=-0.1575646, Accumulated Leap Seconds=37 + { 2459406.50, 69.340220 }, //11 July 2021, UT1-UTC=-0.1562195, Accumulated Leap Seconds=37 + { 2459407.50, 69.338968 }, //12 July 2021, UT1-UTC=-0.1549685, Accumulated Leap Seconds=37 + { 2459408.50, 69.337897 }, //13 July 2021, UT1-UTC=-0.1538971, Accumulated Leap Seconds=37 + { 2459409.50, 69.337008 }, //14 July 2021, UT1-UTC=-0.1530082, Accumulated Leap Seconds=37 + { 2459410.50, 69.336398 }, //15 July 2021, UT1-UTC=-0.1523975, Accumulated Leap Seconds=37 + { 2459411.50, 69.335991 }, //16 July 2021, UT1-UTC=-0.1519909, Accumulated Leap Seconds=37 + { 2459412.50, 69.335746 }, //17 July 2021, UT1-UTC=-0.1517456, Accumulated Leap Seconds=37 + { 2459413.50, 69.335531 }, //18 July 2021, UT1-UTC=-0.1515307, Accumulated Leap Seconds=37 + { 2459414.50, 69.335189 }, //19 July 2021, UT1-UTC=-0.1511893, Accumulated Leap Seconds=37 + { 2459415.50, 69.334703 }, //20 July 2021, UT1-UTC=-0.1507034, Accumulated Leap Seconds=37 + { 2459416.50, 69.334077 }, //21 July 2021, UT1-UTC=-0.1500774, Accumulated Leap Seconds=37 + { 2459417.50, 69.333301 }, //22 July 2021, UT1-UTC=-0.1493009, Accumulated Leap Seconds=37 + { 2459418.50, 69.332386 }, //23 July 2021, UT1-UTC=-0.1483860, Accumulated Leap Seconds=37 + { 2459419.50, 69.331474 }, //24 July 2021, UT1-UTC=-0.1474742, Accumulated Leap Seconds=37 + { 2459420.50, 69.330703 }, //25 July 2021, UT1-UTC=-0.1467032, Accumulated Leap Seconds=37 + { 2459421.50, 69.330074 }, //26 July 2021, UT1-UTC=-0.1460740, Accumulated Leap Seconds=37 + { 2459422.50, 69.329535 }, //27 July 2021, UT1-UTC=-0.1455355, Accumulated Leap Seconds=37 + { 2459423.50, 69.329122 }, //28 July 2021, UT1-UTC=-0.1451216, Accumulated Leap Seconds=37 + { 2459424.50, 69.328761 }, //29 July 2021, UT1-UTC=-0.1447606, Accumulated Leap Seconds=37 + { 2459425.50, 69.328366 }, //30 July 2021, UT1-UTC=-0.1443658, Accumulated Leap Seconds=37 + { 2459426.50, 69.327925 }, //31 July 2021, UT1-UTC=-0.1439255, Accumulated Leap Seconds=37 + { 2459427.50, 69.327343 }, //01 August 2021, UT1-UTC=-0.1433427, Accumulated Leap Seconds=37 + { 2459428.50, 69.326648 }, //02 August 2021, UT1-UTC=-0.1426479, Accumulated Leap Seconds=37 + { 2459429.50, 69.325831 }, //03 August 2021, UT1-UTC=-0.1418308, Accumulated Leap Seconds=37 + { 2459430.50, 69.324889 }, //04 August 2021, UT1-UTC=-0.1408895, Accumulated Leap Seconds=37 + { 2459431.50, 69.323859 }, //05 August 2021, UT1-UTC=-0.1398590, Accumulated Leap Seconds=37 + { 2459432.50, 69.322767 }, //06 August 2021, UT1-UTC=-0.1387675, Accumulated Leap Seconds=37 + { 2459433.50, 69.321752 }, //07 August 2021, UT1-UTC=-0.1377522, Accumulated Leap Seconds=37 + { 2459434.50, 69.320744 }, //08 August 2021, UT1-UTC=-0.1367438, Accumulated Leap Seconds=37 + { 2459435.50, 69.319826 }, //09 August 2021, UT1-UTC=-0.1358262, Accumulated Leap Seconds=37 + { 2459436.50, 69.319082 }, //10 August 2021, UT1-UTC=-0.1350824, Accumulated Leap Seconds=37 + { 2459437.50, 69.318512 }, //11 August 2021, UT1-UTC=-0.1345123, Accumulated Leap Seconds=37 + { 2459438.50, 69.318100 }, //12 August 2021, UT1-UTC=-0.1340995, Accumulated Leap Seconds=37 + { 2459439.50, 69.317837 }, //13 August 2021, UT1-UTC=-0.1338370, Accumulated Leap Seconds=37 + { 2459440.50, 69.317510 }, //14 August 2021, UT1-UTC=-0.1335096, Accumulated Leap Seconds=37 + { 2459441.50, 69.317126 }, //15 August 2021, UT1-UTC=-0.1331257, Accumulated Leap Seconds=37 + { 2459442.50, 69.316560 }, //16 August 2021, UT1-UTC=-0.1325605, Accumulated Leap Seconds=37 + { 2459443.50, 69.315756 }, //17 August 2021, UT1-UTC=-0.1317561, Accumulated Leap Seconds=37 + { 2459444.50, 69.314714 }, //18 August 2021, UT1-UTC=-0.1307144, Accumulated Leap Seconds=37 + { 2459445.50, 69.313564 }, //19 August 2021, UT1-UTC=-0.1295644, Accumulated Leap Seconds=37 + { 2459446.50, 69.312361 }, //20 August 2021, UT1-UTC=-0.1283612, Accumulated Leap Seconds=37 + { 2459447.50, 69.311232 }, //21 August 2021, UT1-UTC=-0.1272321, Accumulated Leap Seconds=37 + { 2459448.50, 69.310319 }, //22 August 2021, UT1-UTC=-0.1263191, Accumulated Leap Seconds=37 + { 2459449.50, 69.309574 }, //23 August 2021, UT1-UTC=-0.1255742, Accumulated Leap Seconds=37 + { 2459450.50, 69.308966 }, //24 August 2021, UT1-UTC=-0.1249662, Accumulated Leap Seconds=37 + { 2459451.50, 69.308453 }, //25 August 2021, UT1-UTC=-0.1244534, Accumulated Leap Seconds=37 + { 2459452.50, 69.308009 }, //26 August 2021, UT1-UTC=-0.1240093, Accumulated Leap Seconds=37 + { 2459453.50, 69.307491 }, //27 August 2021, UT1-UTC=-0.1234905, Accumulated Leap Seconds=37 + { 2459454.50, 69.306891 }, //28 August 2021, UT1-UTC=-0.1228912, Accumulated Leap Seconds=37 + { 2459455.50, 69.306107 }, //29 August 2021, UT1-UTC=-0.1221074, Accumulated Leap Seconds=37 + { 2459456.50, 69.305266 }, //30 August 2021, UT1-UTC=-0.1212655, Accumulated Leap Seconds=37 + { 2459457.50, 69.304326 }, //31 August 2021, UT1-UTC=-0.1203261, Accumulated Leap Seconds=37 + { 2459458.50, 69.303330 }, //01 September 2021, UT1-UTC=-0.1193296, Accumulated Leap Seconds=37 + { 2459459.50, 69.302274 }, //02 September 2021, UT1-UTC=-0.1182741, Accumulated Leap Seconds=37 + { 2459460.50, 69.301218 }, //03 September 2021, UT1-UTC=-0.1172182, Accumulated Leap Seconds=37 + { 2459461.50, 69.300339 }, //04 September 2021, UT1-UTC=-0.1163387, Accumulated Leap Seconds=37 + { 2459462.50, 69.299528 }, //05 September 2021, UT1-UTC=-0.1155277, Accumulated Leap Seconds=37 + { 2459463.50, 69.298925 }, //06 September 2021, UT1-UTC=-0.1149250, Accumulated Leap Seconds=37 + { 2459464.50, 69.298567 }, //07 September 2021, UT1-UTC=-0.1145666, Accumulated Leap Seconds=37 + { 2459465.50, 69.298429 }, //08 September 2021, UT1-UTC=-0.1144291, Accumulated Leap Seconds=37 + { 2459466.50, 69.298456 }, //09 September 2021, UT1-UTC=-0.1144561, Accumulated Leap Seconds=37 + { 2459467.50, 69.298497 }, //10 September 2021, UT1-UTC=-0.1144971, Accumulated Leap Seconds=37 + { 2459468.50, 69.298514 }, //11 September 2021, UT1-UTC=-0.1145144, Accumulated Leap Seconds=37 + { 2459469.50, 69.298322 }, //12 September 2021, UT1-UTC=-0.1143216, Accumulated Leap Seconds=37 + { 2459470.50, 69.297908 }, //13 September 2021, UT1-UTC=-0.1139079, Accumulated Leap Seconds=37 + { 2459471.50, 69.297240 }, //14 September 2021, UT1-UTC=-0.1132399, Accumulated Leap Seconds=37 + { 2459472.50, 69.296449 }, //15 September 2021, UT1-UTC=-0.1124489, Accumulated Leap Seconds=37 + { 2459473.50, 69.295575 }, //16 September 2021, UT1-UTC=-0.1115746, Accumulated Leap Seconds=37 + { 2459474.50, 69.294783 }, //17 September 2021, UT1-UTC=-0.1107834, Accumulated Leap Seconds=37 + { 2459475.50, 69.294152 }, //18 September 2021, UT1-UTC=-0.1101516, Accumulated Leap Seconds=37 + { 2459476.50, 69.293794 }, //19 September 2021, UT1-UTC=-0.1097937, Accumulated Leap Seconds=37 + { 2459477.50, 69.293503 }, //20 September 2021, UT1-UTC=-0.1095025, Accumulated Leap Seconds=37 + { 2459478.50, 69.293376 }, //21 September 2021, UT1-UTC=-0.1093763, Accumulated Leap Seconds=37 + { 2459479.50, 69.293244 }, //22 September 2021, UT1-UTC=-0.1092437, Accumulated Leap Seconds=37 + { 2459480.50, 69.293181 }, //23 September 2021, UT1-UTC=-0.1091810, Accumulated Leap Seconds=37 + { 2459481.50, 69.293067 }, //24 September 2021, UT1-UTC=-0.1090666, Accumulated Leap Seconds=37 + { 2459482.50, 69.292850 }, //25 September 2021, UT1-UTC=-0.1088502, Accumulated Leap Seconds=37 + { 2459483.50, 69.292505 }, //26 September 2021, UT1-UTC=-0.1085048, Accumulated Leap Seconds=37 + { 2459484.50, 69.292037 }, //27 September 2021, UT1-UTC=-0.1080366, Accumulated Leap Seconds=37 + { 2459485.50, 69.291398 }, //28 September 2021, UT1-UTC=-0.1073977, Accumulated Leap Seconds=37 + { 2459486.50, 69.290720 }, //29 September 2021, UT1-UTC=-0.1067197, Accumulated Leap Seconds=37 + { 2459487.50, 69.289991 }, //30 September 2021, UT1-UTC=-0.1059910, Accumulated Leap Seconds=37 + { 2459488.50, 69.289249 }, //01 October 2021, UT1-UTC=-0.1052493, Accumulated Leap Seconds=37 + { 2459489.50, 69.288698 }, //02 October 2021, UT1-UTC=-0.1046976, Accumulated Leap Seconds=37 + { 2459490.50, 69.288323 }, //03 October 2021, UT1-UTC=-0.1043230, Accumulated Leap Seconds=37 + { 2459491.50, 69.288115 }, //04 October 2021, UT1-UTC=-0.1041152, Accumulated Leap Seconds=37 + { 2459492.50, 69.288161 }, //05 October 2021, UT1-UTC=-0.1041610, Accumulated Leap Seconds=37 + { 2459493.50, 69.288493 }, //06 October 2021, UT1-UTC=-0.1044929, Accumulated Leap Seconds=37 + { 2459494.50, 69.289040 }, //07 October 2021, UT1-UTC=-0.1050403, Accumulated Leap Seconds=37 + { 2459495.50, 69.289552 }, //08 October 2021, UT1-UTC=-0.1055520, Accumulated Leap Seconds=37 + { 2459496.50, 69.289930 }, //09 October 2021, UT1-UTC=-0.1059297, Accumulated Leap Seconds=37 + { 2459497.50, 69.290053 }, //10 October 2021, UT1-UTC=-0.1060528, Accumulated Leap Seconds=37 + { 2459498.50, 69.289956 }, //11 October 2021, UT1-UTC=-0.1059557, Accumulated Leap Seconds=37 + { 2459499.50, 69.289707 }, //12 October 2021, UT1-UTC=-0.1057066, Accumulated Leap Seconds=37 + { 2459500.50, 69.289372 }, //13 October 2021, UT1-UTC=-0.1053721, Accumulated Leap Seconds=37 + { 2459501.50, 69.289050 }, //14 October 2021, UT1-UTC=-0.1050495, Accumulated Leap Seconds=37 + { 2459502.50, 69.288816 }, //15 October 2021, UT1-UTC=-0.1048160, Accumulated Leap Seconds=37 + { 2459503.50, 69.288714 }, //16 October 2021, UT1-UTC=-0.1047138, Accumulated Leap Seconds=37 + { 2459504.50, 69.288781 }, //17 October 2021, UT1-UTC=-0.1047807, Accumulated Leap Seconds=37 + { 2459505.50, 69.288975 }, //18 October 2021, UT1-UTC=-0.1049746, Accumulated Leap Seconds=37 + { 2459506.50, 69.289321 }, //19 October 2021, UT1-UTC=-0.1053206, Accumulated Leap Seconds=37 + { 2459507.50, 69.289645 }, //20 October 2021, UT1-UTC=-0.1056447, Accumulated Leap Seconds=37 + { 2459508.50, 69.289935 }, //21 October 2021, UT1-UTC=-0.1059345, Accumulated Leap Seconds=37 + { 2459509.50, 69.290146 }, //22 October 2021, UT1-UTC=-0.1061464, Accumulated Leap Seconds=37 + { 2459510.50, 69.290165 }, //23 October 2021, UT1-UTC=-0.1061647, Accumulated Leap Seconds=37 + { 2459511.50, 69.289934 }, //24 October 2021, UT1-UTC=-0.1059344, Accumulated Leap Seconds=37 + { 2459512.50, 69.289563 }, //25 October 2021, UT1-UTC=-0.1055632, Accumulated Leap Seconds=37 + { 2459513.50, 69.289070 }, //26 October 2021, UT1-UTC=-0.1050701, Accumulated Leap Seconds=37 + { 2459514.50, 69.288559 }, //27 October 2021, UT1-UTC=-0.1045588, Accumulated Leap Seconds=37 + { 2459515.50, 69.288128 }, //28 October 2021, UT1-UTC=-0.1041280, Accumulated Leap Seconds=37 + { 2459516.50, 69.287764 }, //29 October 2021, UT1-UTC=-0.1037640, Accumulated Leap Seconds=37 + { 2459517.50, 69.287563 }, //30 October 2021, UT1-UTC=-0.1035626, Accumulated Leap Seconds=37 + { 2459518.50, 69.287638 }, //31 October 2021, UT1-UTC=-0.1036381, Accumulated Leap Seconds=37 + { 2459519.50, 69.288039 }, //01 November 2021, UT1-UTC=-0.1040393, Accumulated Leap Seconds=37 + { 2459520.50, 69.288679 }, //02 November 2021, UT1-UTC=-0.1046788, Accumulated Leap Seconds=37 + { 2459521.50, 69.289524 }, //03 November 2021, UT1-UTC=-0.1055245, Accumulated Leap Seconds=37 + { 2459522.50, 69.290341 }, //04 November 2021, UT1-UTC=-0.1063407, Accumulated Leap Seconds=37 + { 2459523.50, 69.291034 }, //05 November 2021, UT1-UTC=-0.1070342, Accumulated Leap Seconds=37 + { 2459524.50, 69.291421 }, //06 November 2021, UT1-UTC=-0.1074206, Accumulated Leap Seconds=37 + { 2459525.50, 69.291484 }, //07 November 2021, UT1-UTC=-0.1074841, Accumulated Leap Seconds=37 + { 2459526.50, 69.291368 }, //08 November 2021, UT1-UTC=-0.1073681, Accumulated Leap Seconds=37 + { 2459527.50, 69.291173 }, //09 November 2021, UT1-UTC=-0.1071734, Accumulated Leap Seconds=37 + { 2459528.50, 69.290969 }, //10 November 2021, UT1-UTC=-0.1069690, Accumulated Leap Seconds=37 + { 2459529.50, 69.290868 }, //11 November 2021, UT1-UTC=-0.1068676, Accumulated Leap Seconds=37 + { 2459530.50, 69.290989 }, //12 November 2021, UT1-UTC=-0.1069887, Accumulated Leap Seconds=37 + { 2459531.50, 69.291249 }, //13 November 2021, UT1-UTC=-0.1072487, Accumulated Leap Seconds=37 + { 2459532.50, 69.291641 }, //14 November 2021, UT1-UTC=-0.1076407, Accumulated Leap Seconds=37 + { 2459533.50, 69.292005 }, //15 November 2021, UT1-UTC=-0.1080051, Accumulated Leap Seconds=37 + { 2459534.50, 69.292269 }, //16 November 2021, UT1-UTC=-0.1082692, Accumulated Leap Seconds=37 + { 2459535.50, 69.292462 }, //17 November 2021, UT1-UTC=-0.1084617, Accumulated Leap Seconds=37 + { 2459536.50, 69.292531 }, //18 November 2021, UT1-UTC=-0.1085313, Accumulated Leap Seconds=37 + { 2459537.50, 69.292462 }, //19 November 2021, UT1-UTC=-0.1084621, Accumulated Leap Seconds=37 + { 2459538.50, 69.292189 }, //20 November 2021, UT1-UTC=-0.1081889, Accumulated Leap Seconds=37 + { 2459539.50, 69.291770 }, //21 November 2021, UT1-UTC=-0.1077701, Accumulated Leap Seconds=37 + { 2459540.50, 69.291312 }, //22 November 2021, UT1-UTC=-0.1073123, Accumulated Leap Seconds=37 + { 2459541.50, 69.290739 }, //23 November 2021, UT1-UTC=-0.1067389, Accumulated Leap Seconds=37 + { 2459542.50, 69.290211 }, //24 November 2021, UT1-UTC=-0.1062114, Accumulated Leap Seconds=37 + { 2459543.50, 69.289727 }, //25 November 2021, UT1-UTC=-0.1057273, Accumulated Leap Seconds=37 + { 2459544.50, 69.289380 }, //26 November 2021, UT1-UTC=-0.1053797, Accumulated Leap Seconds=37 + { 2459545.50, 69.289317 }, //27 November 2021, UT1-UTC=-0.1053167, Accumulated Leap Seconds=37 + { 2459546.50, 69.289510 }, //28 November 2021, UT1-UTC=-0.1055099, Accumulated Leap Seconds=37 + { 2459547.50, 69.289846 }, //29 November 2021, UT1-UTC=-0.1058461, Accumulated Leap Seconds=37 + { 2459548.50, 69.290250 }, //30 November 2021, UT1-UTC=-0.1062501, Accumulated Leap Seconds=37 + { 2459549.50, 69.290807 }, //01 December 2021, UT1-UTC=-0.1068071, Accumulated Leap Seconds=37 + { 2459550.50, 69.291335 }, //02 December 2021, UT1-UTC=-0.1073353, Accumulated Leap Seconds=37 + { 2459551.50, 69.291760 }, //03 December 2021, UT1-UTC=-0.1077601, Accumulated Leap Seconds=37 + { 2459552.50, 69.291887 }, //04 December 2021, UT1-UTC=-0.1078865, Accumulated Leap Seconds=37 + { 2459553.50, 69.291759 }, //05 December 2021, UT1-UTC=-0.1077593, Accumulated Leap Seconds=37 + { 2459554.50, 69.291523 }, //06 December 2021, UT1-UTC=-0.1075229, Accumulated Leap Seconds=37 + { 2459555.50, 69.291278 }, //07 December 2021, UT1-UTC=-0.1072783, Accumulated Leap Seconds=37 + { 2459556.50, 69.291059 }, //08 December 2021, UT1-UTC=-0.1070588, Accumulated Leap Seconds=37 + { 2459557.50, 69.291089 }, //09 December 2021, UT1-UTC=-0.1070888, Accumulated Leap Seconds=37 + { 2459558.50, 69.291391 }, //10 December 2021, UT1-UTC=-0.1073913, Accumulated Leap Seconds=37 + { 2459559.50, 69.291747 }, //11 December 2021, UT1-UTC=-0.1077469, Accumulated Leap Seconds=37 + { 2459560.50, 69.292188 }, //12 December 2021, UT1-UTC=-0.1081884, Accumulated Leap Seconds=37 + { 2459561.50, 69.292639 }, //13 December 2021, UT1-UTC=-0.1086393, Accumulated Leap Seconds=37 + { 2459562.50, 69.292959 }, //14 December 2021, UT1-UTC=-0.1089589, Accumulated Leap Seconds=37 + { 2459563.50, 69.293194 }, //15 December 2021, UT1-UTC=-0.1091938, Accumulated Leap Seconds=37 + { 2459564.50, 69.293294 }, //16 December 2021, UT1-UTC=-0.1092942, Accumulated Leap Seconds=37 + { 2459565.50, 69.293265 }, //17 December 2021, UT1-UTC=-0.1092654, Accumulated Leap Seconds=37 + { 2459566.50, 69.293035 }, //18 December 2021, UT1-UTC=-0.1090351, Accumulated Leap Seconds=37 + { 2459567.50, 69.292734 }, //19 December 2021, UT1-UTC=-0.1087342, Accumulated Leap Seconds=37 + { 2459568.50, 69.292393 }, //20 December 2021, UT1-UTC=-0.1083927, Accumulated Leap Seconds=37 + { 2459569.50, 69.291998 }, //21 December 2021, UT1-UTC=-0.1079976, Accumulated Leap Seconds=37 + { 2459570.50, 69.291592 }, //22 December 2021, UT1-UTC=-0.1075920, Accumulated Leap Seconds=37 + { 2459571.50, 69.291320 }, //23 December 2021, UT1-UTC=-0.1073200, Accumulated Leap Seconds=37 + { 2459572.50, 69.291254 }, //24 December 2021, UT1-UTC=-0.1072545, Accumulated Leap Seconds=37 + { 2459573.50, 69.291358 }, //25 December 2021, UT1-UTC=-0.1073582, Accumulated Leap Seconds=37 + { 2459574.50, 69.291713 }, //26 December 2021, UT1-UTC=-0.1077127, Accumulated Leap Seconds=37 + { 2459575.50, 69.292291 }, //27 December 2021, UT1-UTC=-0.1082908, Accumulated Leap Seconds=37 + { 2459576.50, 69.292922 }, //28 December 2021, UT1-UTC=-0.1089216, Accumulated Leap Seconds=37 + { 2459577.50, 69.293553 }, //29 December 2021, UT1-UTC=-0.1095526, Accumulated Leap Seconds=37 + { 2459578.50, 69.294094 }, //30 December 2021, UT1-UTC=-0.1100945, Accumulated Leap Seconds=37 + { 2459579.50, 69.294420 }, //31 December 2021, UT1-UTC=-0.1104201, Accumulated Leap Seconds=37 + { 2459580.50, 69.294493 }, //01 January 2022, UT1-UTC=-0.1104932, Accumulated Leap Seconds=37 + { 2459581.50, 69.294361 }, //02 January 2022, UT1-UTC=-0.1103609, Accumulated Leap Seconds=37 + { 2459582.50, 69.294124 }, //03 January 2022, UT1-UTC=-0.1101236, Accumulated Leap Seconds=37 + { 2459583.50, 69.293936 }, //04 January 2022, UT1-UTC=-0.1099363, Accumulated Leap Seconds=37 + { 2459584.50, 69.293852 }, //05 January 2022, UT1-UTC=-0.1098521, Accumulated Leap Seconds=37 + { 2459585.50, 69.294065 }, //06 January 2022, UT1-UTC=-0.1100652, Accumulated Leap Seconds=37 + { 2459586.50, 69.294374 }, //07 January 2022, UT1-UTC=-0.1103744, Accumulated Leap Seconds=37 + { 2459587.50, 69.294775 }, //08 January 2022, UT1-UTC=-0.1107748, Accumulated Leap Seconds=37 + { 2459588.50, 69.295220 }, //09 January 2022, UT1-UTC=-0.1112201, Accumulated Leap Seconds=37 + { 2459589.50, 69.295607 }, //10 January 2022, UT1-UTC=-0.1116067, Accumulated Leap Seconds=37 + { 2459590.50, 69.295865 }, //11 January 2022, UT1-UTC=-0.1118654, Accumulated Leap Seconds=37 + { 2459591.50, 69.295924 }, //12 January 2022, UT1-UTC=-0.1119236, Accumulated Leap Seconds=37 + { 2459592.50, 69.295867 }, //13 January 2022, UT1-UTC=-0.1118666, Accumulated Leap Seconds=37 + { 2459593.50, 69.295607 }, //14 January 2022, UT1-UTC=-0.1116067, Accumulated Leap Seconds=37 + { 2459594.50, 69.295118 }, //15 January 2022, UT1-UTC=-0.1111180, Accumulated Leap Seconds=37 + { 2459595.50, 69.294575 }, //16 January 2022, UT1-UTC=-0.1105751, Accumulated Leap Seconds=37 + { 2459596.50, 69.294000 }, //17 January 2022, UT1-UTC=-0.1099998, Accumulated Leap Seconds=37 + { 2459597.50, 69.293336 }, //18 January 2022, UT1-UTC=-0.1093362, Accumulated Leap Seconds=37 + { 2459598.50, 69.292814 }, //19 January 2022, UT1-UTC=-0.1088136, Accumulated Leap Seconds=37 + { 2459599.50, 69.292420 }, //20 January 2022, UT1-UTC=-0.1084203, Accumulated Leap Seconds=37 + { 2459600.50, 69.292278 }, //21 January 2022, UT1-UTC=-0.1082777, Accumulated Leap Seconds=37 + { 2459601.50, 69.292305 }, //22 January 2022, UT1-UTC=-0.1083049, Accumulated Leap Seconds=37 + { 2459602.50, 69.292483 }, //23 January 2022, UT1-UTC=-0.1084829, Accumulated Leap Seconds=37 + { 2459603.50, 69.292744 }, //24 January 2022, UT1-UTC=-0.1087438, Accumulated Leap Seconds=37 + { 2459604.50, 69.293015 }, //25 January 2022, UT1-UTC=-0.1090147, Accumulated Leap Seconds=37 + { 2459605.50, 69.293203 }, //26 January 2022, UT1-UTC=-0.1092026, Accumulated Leap Seconds=37 + { 2459606.50, 69.293265 }, //27 January 2022, UT1-UTC=-0.1092650, Accumulated Leap Seconds=37 + { 2459607.50, 69.293123 }, //28 January 2022, UT1-UTC=-0.1091235, Accumulated Leap Seconds=37 + { 2459608.50, 69.292804 }, //29 January 2022, UT1-UTC=-0.1088039, Accumulated Leap Seconds=37 + { 2459609.50, 69.292341 }, //30 January 2022, UT1-UTC=-0.1083414, Accumulated Leap Seconds=37 + { 2459610.50, 69.291834 }, //31 January 2022, UT1-UTC=-0.1078345, Accumulated Leap Seconds=37 + { 2459611.50, 69.291395 }, //01 February 2022, UT1-UTC=-0.1073947, Accumulated Leap Seconds=37 + { 2459612.50, 69.291123 }, //02 February 2022, UT1-UTC=-0.1071232, Accumulated Leap Seconds=37 + { 2459613.50, 69.291075 }, //03 February 2022, UT1-UTC=-0.1070753, Accumulated Leap Seconds=37 + { 2459614.50, 69.291219 }, //04 February 2022, UT1-UTC=-0.1072188, Accumulated Leap Seconds=37 + { 2459615.50, 69.291423 }, //05 February 2022, UT1-UTC=-0.1074227, Accumulated Leap Seconds=37 + { 2459616.50, 69.291576 }, //06 February 2022, UT1-UTC=-0.1075762, Accumulated Leap Seconds=37 + { 2459617.50, 69.291661 }, //07 February 2022, UT1-UTC=-0.1076608, Accumulated Leap Seconds=37 + { 2459618.50, 69.291588 }, //08 February 2022, UT1-UTC=-0.1075883, Accumulated Leap Seconds=37 + { 2459619.50, 69.291294 }, //09 February 2022, UT1-UTC=-0.1072943, Accumulated Leap Seconds=37 + { 2459620.50, 69.290813 }, //10 February 2022, UT1-UTC=-0.1068134, Accumulated Leap Seconds=37 + { 2459621.50, 69.290122 }, //11 February 2022, UT1-UTC=-0.1061222, Accumulated Leap Seconds=37 + { 2459622.50, 69.289248 }, //12 February 2022, UT1-UTC=-0.1052485, Accumulated Leap Seconds=37 + { 2459623.50, 69.288413 }, //13 February 2022, UT1-UTC=-0.1044127, Accumulated Leap Seconds=37 + { 2459624.50, 69.287644 }, //14 February 2022, UT1-UTC=-0.1036440, Accumulated Leap Seconds=37 + { 2459625.50, 69.286993 }, //15 February 2022, UT1-UTC=-0.1029930, Accumulated Leap Seconds=37 + { 2459626.50, 69.286541 }, //16 February 2022, UT1-UTC=-0.1025410, Accumulated Leap Seconds=37 + { 2459627.50, 69.286276 }, //17 February 2022, UT1-UTC=-0.1022764, Accumulated Leap Seconds=37 + { 2459628.50, 69.286271 }, //18 February 2022, UT1-UTC=-0.1022710, Accumulated Leap Seconds=37 + { 2459629.50, 69.286465 }, //19 February 2022, UT1-UTC=-0.1024648, Accumulated Leap Seconds=37 + { 2459630.50, 69.286814 }, //20 February 2022, UT1-UTC=-0.1028139, Accumulated Leap Seconds=37 + { 2459631.50, 69.287212 }, //21 February 2022, UT1-UTC=-0.1032117, Accumulated Leap Seconds=37 + { 2459632.50, 69.287512 }, //22 February 2022, UT1-UTC=-0.1035125, Accumulated Leap Seconds=37 + { 2459633.50, 69.287723 }, //23 February 2022, UT1-UTC=-0.1037225, Accumulated Leap Seconds=37 + { 2459634.50, 69.287697 }, //24 February 2022, UT1-UTC=-0.1036969, Accumulated Leap Seconds=37 + { 2459635.50, 69.287470 }, //25 February 2022, UT1-UTC=-0.1034700, Accumulated Leap Seconds=37 + { 2459636.50, 69.287080 }, //26 February 2022, UT1-UTC=-0.1030795, Accumulated Leap Seconds=37 + { 2459637.50, 69.286644 }, //27 February 2022, UT1-UTC=-0.1026443, Accumulated Leap Seconds=37 + { 2459638.50, 69.286326 }, //28 February 2022, UT1-UTC=-0.1023258, Accumulated Leap Seconds=37 + { 2459639.50, 69.286147 }, //01 March 2022, UT1-UTC=-0.1021471, Accumulated Leap Seconds=37 + { 2459640.50, 69.286156 }, //02 March 2022, UT1-UTC=-0.1021557, Accumulated Leap Seconds=37 + { 2459641.50, 69.286457 }, //03 March 2022, UT1-UTC=-0.1024571, Accumulated Leap Seconds=37 + { 2459642.50, 69.286866 }, //04 March 2022, UT1-UTC=-0.1028658, Accumulated Leap Seconds=37 + { 2459643.50, 69.287245 }, //05 March 2022, UT1-UTC=-0.1032450, Accumulated Leap Seconds=37 + { 2459644.50, 69.287543 }, //06 March 2022, UT1-UTC=-0.1035430, Accumulated Leap Seconds=37 + { 2459645.50, 69.287798 }, //07 March 2022, UT1-UTC=-0.1037985, Accumulated Leap Seconds=37 + { 2459646.50, 69.287656 }, //08 March 2022, UT1-UTC=-0.1036561, Accumulated Leap Seconds=37 + { 2459647.50, 69.287367 }, //09 March 2022, UT1-UTC=-0.1033665, Accumulated Leap Seconds=37 + { 2459648.50, 69.286917 }, //10 March 2022, UT1-UTC=-0.1029165, Accumulated Leap Seconds=37 + { 2459649.50, 69.286304 }, //11 March 2022, UT1-UTC=-0.1023040, Accumulated Leap Seconds=37 + { 2459650.50, 69.285652 }, //12 March 2022, UT1-UTC=-0.1016515, Accumulated Leap Seconds=37 + { 2459651.50, 69.285009 }, //13 March 2022, UT1-UTC=-0.1010085, Accumulated Leap Seconds=37 + { 2459652.50, 69.284351 }, //14 March 2022, UT1-UTC=-0.1003511, Accumulated Leap Seconds=37 + { 2459653.50, 69.283798 }, //15 March 2022, UT1-UTC=-0.0997979, Accumulated Leap Seconds=37 + { 2459654.50, 69.283473 }, //16 March 2022, UT1-UTC=-0.0994728, Accumulated Leap Seconds=37 + { 2459655.50, 69.283393 }, //17 March 2022, UT1-UTC=-0.0993932, Accumulated Leap Seconds=37 + { 2459656.50, 69.283522 }, //18 March 2022, UT1-UTC=-0.0995224, Accumulated Leap Seconds=37, Predicted value + { 2459657.50, 69.283819 }, //19 March 2022, UT1-UTC=-0.0998189, Accumulated Leap Seconds=37, Predicted value + { 2459658.50, 69.284203 }, //20 March 2022, UT1-UTC=-0.1002028, Accumulated Leap Seconds=37, Predicted value + { 2459659.50, 69.284543 }, //21 March 2022, UT1-UTC=-0.1005434, Accumulated Leap Seconds=37, Predicted value + { 2459660.50, 69.284715 }, //22 March 2022, UT1-UTC=-0.1007148, Accumulated Leap Seconds=37, Predicted value + { 2459661.50, 69.284663 }, //23 March 2022, UT1-UTC=-0.1006626, Accumulated Leap Seconds=37, Predicted value + { 2459662.50, 69.284398 }, //24 March 2022, UT1-UTC=-0.1003985, Accumulated Leap Seconds=37, Predicted value + { 2459663.50, 69.283971 }, //25 March 2022, UT1-UTC=-0.0999709, Accumulated Leap Seconds=37, Predicted value + { 2459664.50, 69.283464 }, //26 March 2022, UT1-UTC=-0.0994642, Accumulated Leap Seconds=37, Predicted value + { 2459665.50, 69.282981 }, //27 March 2022, UT1-UTC=-0.0989814, Accumulated Leap Seconds=37, Predicted value + { 2459666.50, 69.282642 }, //28 March 2022, UT1-UTC=-0.0986416, Accumulated Leap Seconds=37, Predicted value + { 2459667.50, 69.282504 }, //29 March 2022, UT1-UTC=-0.0985039, Accumulated Leap Seconds=37, Predicted value + { 2459668.50, 69.282582 }, //30 March 2022, UT1-UTC=-0.0985816, Accumulated Leap Seconds=37, Predicted value + { 2459669.50, 69.282820 }, //31 March 2022, UT1-UTC=-0.0988201, Accumulated Leap Seconds=37, Predicted value + { 2459670.50, 69.283153 }, //01 April 2022, UT1-UTC=-0.0991533, Accumulated Leap Seconds=37, Predicted value + { 2459671.50, 69.283471 }, //02 April 2022, UT1-UTC=-0.0994713, Accumulated Leap Seconds=37, Predicted value + { 2459672.50, 69.283681 }, //03 April 2022, UT1-UTC=-0.0996807, Accumulated Leap Seconds=37, Predicted value + { 2459673.50, 69.283739 }, //04 April 2022, UT1-UTC=-0.0997387, Accumulated Leap Seconds=37, Predicted value + { 2459674.50, 69.283614 }, //05 April 2022, UT1-UTC=-0.0996141, Accumulated Leap Seconds=37, Predicted value + { 2459675.50, 69.283316 }, //06 April 2022, UT1-UTC=-0.0993159, Accumulated Leap Seconds=37, Predicted value + { 2459676.50, 69.282872 }, //07 April 2022, UT1-UTC=-0.0988719, Accumulated Leap Seconds=37, Predicted value + { 2459677.50, 69.282338 }, //08 April 2022, UT1-UTC=-0.0983381, Accumulated Leap Seconds=37, Predicted value + { 2459678.50, 69.281782 }, //09 April 2022, UT1-UTC=-0.0977824, Accumulated Leap Seconds=37, Predicted value + { 2459679.50, 69.281277 }, //10 April 2022, UT1-UTC=-0.0972773, Accumulated Leap Seconds=37, Predicted value + { 2459680.50, 69.280890 }, //11 April 2022, UT1-UTC=-0.0968905, Accumulated Leap Seconds=37, Predicted value + { 2459681.50, 69.280683 }, //12 April 2022, UT1-UTC=-0.0966835, Accumulated Leap Seconds=37, Predicted value + { 2459682.50, 69.280700 }, //13 April 2022, UT1-UTC=-0.0967000, Accumulated Leap Seconds=37, Predicted value + { 2459683.50, 69.280953 }, //14 April 2022, UT1-UTC=-0.0969533, Accumulated Leap Seconds=37, Predicted value + { 2459684.50, 69.281406 }, //15 April 2022, UT1-UTC=-0.0974057, Accumulated Leap Seconds=37, Predicted value + { 2459685.50, 69.281974 }, //16 April 2022, UT1-UTC=-0.0979742, Accumulated Leap Seconds=37, Predicted value + { 2459686.50, 69.282543 }, //17 April 2022, UT1-UTC=-0.0985428, Accumulated Leap Seconds=37, Predicted value + { 2459687.50, 69.282982 }, //18 April 2022, UT1-UTC=-0.0989817, Accumulated Leap Seconds=37, Predicted value + { 2459688.50, 69.283191 }, //19 April 2022, UT1-UTC=-0.0991912, Accumulated Leap Seconds=37, Predicted value + { 2459689.50, 69.283138 }, //20 April 2022, UT1-UTC=-0.0991376, Accumulated Leap Seconds=37, Predicted value + { 2459690.50, 69.282865 }, //21 April 2022, UT1-UTC=-0.0988649, Accumulated Leap Seconds=37, Predicted value + { 2459691.50, 69.282479 }, //22 April 2022, UT1-UTC=-0.0984791, Accumulated Leap Seconds=37, Predicted value + { 2459692.50, 69.282103 }, //23 April 2022, UT1-UTC=-0.0981028, Accumulated Leap Seconds=37, Predicted value + { 2459693.50, 69.281842 }, //24 April 2022, UT1-UTC=-0.0978417, Accumulated Leap Seconds=37, Predicted value + { 2459694.50, 69.281766 }, //25 April 2022, UT1-UTC=-0.0977656, Accumulated Leap Seconds=37, Predicted value + { 2459695.50, 69.281894 }, //26 April 2022, UT1-UTC=-0.0978936, Accumulated Leap Seconds=37, Predicted value + { 2459696.50, 69.282190 }, //27 April 2022, UT1-UTC=-0.0981905, Accumulated Leap Seconds=37, Predicted value + { 2459697.50, 69.282584 }, //28 April 2022, UT1-UTC=-0.0985836, Accumulated Leap Seconds=37, Predicted value + { 2459698.50, 69.282985 }, //29 April 2022, UT1-UTC=-0.0989854, Accumulated Leap Seconds=37, Predicted value + { 2459699.50, 69.283308 }, //30 April 2022, UT1-UTC=-0.0993083, Accumulated Leap Seconds=37, Predicted value + { 2459700.50, 69.283483 }, //01 May 2022, UT1-UTC=-0.0994834, Accumulated Leap Seconds=37, Predicted value + { 2459701.50, 69.283471 }, //02 May 2022, UT1-UTC=-0.0994712, Accumulated Leap Seconds=37, Predicted value + { 2459702.50, 69.283262 }, //03 May 2022, UT1-UTC=-0.0992625, Accumulated Leap Seconds=37, Predicted value + { 2459703.50, 69.282881 }, //04 May 2022, UT1-UTC=-0.0988806, Accumulated Leap Seconds=37, Predicted value + { 2459704.50, 69.282371 }, //05 May 2022, UT1-UTC=-0.0983707, Accumulated Leap Seconds=37, Predicted value + { 2459705.50, 69.281797 }, //06 May 2022, UT1-UTC=-0.0977974, Accumulated Leap Seconds=37, Predicted value + { 2459706.50, 69.281234 }, //07 May 2022, UT1-UTC=-0.0972340, Accumulated Leap Seconds=37, Predicted value + { 2459707.50, 69.280752 }, //08 May 2022, UT1-UTC=-0.0967521, Accumulated Leap Seconds=37, Predicted value + { 2459708.50, 69.280417 }, //09 May 2022, UT1-UTC=-0.0964172, Accumulated Leap Seconds=37, Predicted value + { 2459709.50, 69.280277 }, //10 May 2022, UT1-UTC=-0.0962773, Accumulated Leap Seconds=37, Predicted value + { 2459710.50, 69.280360 }, //11 May 2022, UT1-UTC=-0.0963598, Accumulated Leap Seconds=37, Predicted value + { 2459711.50, 69.280660 }, //12 May 2022, UT1-UTC=-0.0966601, Accumulated Leap Seconds=37, Predicted value + { 2459712.50, 69.281125 }, //13 May 2022, UT1-UTC=-0.0971254, Accumulated Leap Seconds=37, Predicted value + { 2459713.50, 69.281653 }, //14 May 2022, UT1-UTC=-0.0976528, Accumulated Leap Seconds=37, Predicted value + { 2459714.50, 69.282108 }, //15 May 2022, UT1-UTC=-0.0981084, Accumulated Leap Seconds=37, Predicted value + { 2459715.50, 69.282368 }, //16 May 2022, UT1-UTC=-0.0983679, Accumulated Leap Seconds=37, Predicted value + { 2459716.50, 69.282359 }, //17 May 2022, UT1-UTC=-0.0983588, Accumulated Leap Seconds=37, Predicted value + { 2459717.50, 69.282086 }, //18 May 2022, UT1-UTC=-0.0980863, Accumulated Leap Seconds=37, Predicted value + { 2459718.50, 69.281632 }, //19 May 2022, UT1-UTC=-0.0976323, Accumulated Leap Seconds=37, Predicted value + { 2459719.50, 69.281123 }, //20 May 2022, UT1-UTC=-0.0971229, Accumulated Leap Seconds=37, Predicted value + { 2459720.50, 69.280684 }, //21 May 2022, UT1-UTC=-0.0966838, Accumulated Leap Seconds=37, Predicted value + { 2459721.50, 69.280396 }, //22 May 2022, UT1-UTC=-0.0963959, Accumulated Leap Seconds=37, Predicted value + { 2459722.50, 69.280285 }, //23 May 2022, UT1-UTC=-0.0962851, Accumulated Leap Seconds=37, Predicted value + { 2459723.50, 69.280321 }, //24 May 2022, UT1-UTC=-0.0963210, Accumulated Leap Seconds=37, Predicted value + { 2459724.50, 69.280432 }, //25 May 2022, UT1-UTC=-0.0964322, Accumulated Leap Seconds=37, Predicted value + { 2459725.50, 69.280534 }, //26 May 2022, UT1-UTC=-0.0965340, Accumulated Leap Seconds=37, Predicted value + { 2459726.50, 69.280543 }, //27 May 2022, UT1-UTC=-0.0965429, Accumulated Leap Seconds=37, Predicted value + { 2459727.50, 69.280392 }, //28 May 2022, UT1-UTC=-0.0963919, Accumulated Leap Seconds=37, Predicted value + { 2459728.50, 69.280038 }, //29 May 2022, UT1-UTC=-0.0960380, Accumulated Leap Seconds=37, Predicted value + { 2459729.50, 69.279469 }, //30 May 2022, UT1-UTC=-0.0954688, Accumulated Leap Seconds=37, Predicted value + { 2459730.50, 69.278700 }, //31 May 2022, UT1-UTC=-0.0947000, Accumulated Leap Seconds=37, Predicted value + { 2459731.50, 69.277769 }, //01 June 2022, UT1-UTC=-0.0937693, Accumulated Leap Seconds=37, Predicted value + { 2459732.50, 69.276735 }, //02 June 2022, UT1-UTC=-0.0927354, Accumulated Leap Seconds=37, Predicted value + { 2459733.50, 69.275668 }, //03 June 2022, UT1-UTC=-0.0916680, Accumulated Leap Seconds=37, Predicted value + { 2459734.50, 69.274642 }, //04 June 2022, UT1-UTC=-0.0906421, Accumulated Leap Seconds=37, Predicted value + { 2459735.50, 69.273724 }, //05 June 2022, UT1-UTC=-0.0897244, Accumulated Leap Seconds=37, Predicted value + { 2459736.50, 69.272964 }, //06 June 2022, UT1-UTC=-0.0889638, Accumulated Leap Seconds=37, Predicted value + { 2459737.50, 69.272389 }, //07 June 2022, UT1-UTC=-0.0883887, Accumulated Leap Seconds=37, Predicted value + { 2459738.50, 69.272005 }, //08 June 2022, UT1-UTC=-0.0880048, Accumulated Leap Seconds=37, Predicted value + { 2459739.50, 69.271783 }, //09 June 2022, UT1-UTC=-0.0877833, Accumulated Leap Seconds=37, Predicted value + { 2459740.50, 69.271656 }, //10 June 2022, UT1-UTC=-0.0876558, Accumulated Leap Seconds=37, Predicted value + { 2459741.50, 69.271517 }, //11 June 2022, UT1-UTC=-0.0875169, Accumulated Leap Seconds=37, Predicted value + { 2459742.50, 69.271242 }, //12 June 2022, UT1-UTC=-0.0872421, Accumulated Leap Seconds=37, Predicted value + { 2459743.50, 69.270731 }, //13 June 2022, UT1-UTC=-0.0867309, Accumulated Leap Seconds=37, Predicted value + { 2459744.50, 69.269949 }, //14 June 2022, UT1-UTC=-0.0859489, Accumulated Leap Seconds=37, Predicted value + { 2459745.50, 69.268948 }, //15 June 2022, UT1-UTC=-0.0849481, Accumulated Leap Seconds=37, Predicted value + { 2459746.50, 69.267848 }, //16 June 2022, UT1-UTC=-0.0838482, Accumulated Leap Seconds=37, Predicted value + { 2459747.50, 69.266790 }, //17 June 2022, UT1-UTC=-0.0827900, Accumulated Leap Seconds=37, Predicted value + { 2459748.50, 69.265884 }, //18 June 2022, UT1-UTC=-0.0818840, Accumulated Leap Seconds=37, Predicted value + { 2459749.50, 69.265173 }, //19 June 2022, UT1-UTC=-0.0811726, Accumulated Leap Seconds=37, Predicted value + { 2459750.50, 69.264630 }, //20 June 2022, UT1-UTC=-0.0806296, Accumulated Leap Seconds=37, Predicted value + { 2459751.50, 69.264182 }, //21 June 2022, UT1-UTC=-0.0801821, Accumulated Leap Seconds=37, Predicted value + { 2459752.50, 69.263737 }, //22 June 2022, UT1-UTC=-0.0797371, Accumulated Leap Seconds=37, Predicted value + { 2459753.50, 69.263209 }, //23 June 2022, UT1-UTC=-0.0792087, Accumulated Leap Seconds=37, Predicted value + { 2459754.50, 69.262531 }, //24 June 2022, UT1-UTC=-0.0785309, Accumulated Leap Seconds=37, Predicted value + { 2459755.50, 69.261662 }, //25 June 2022, UT1-UTC=-0.0776617, Accumulated Leap Seconds=37, Predicted value + { 2459756.50, 69.260584 }, //26 June 2022, UT1-UTC=-0.0765840, Accumulated Leap Seconds=37, Predicted value + { 2459757.50, 69.259308 }, //27 June 2022, UT1-UTC=-0.0753078, Accumulated Leap Seconds=37, Predicted value + { 2459758.50, 69.257867 }, //28 June 2022, UT1-UTC=-0.0738669, Accumulated Leap Seconds=37, Predicted value + { 2459759.50, 69.256315 }, //29 June 2022, UT1-UTC=-0.0723149, Accumulated Leap Seconds=37, Predicted value + { 2459760.50, 69.254721 }, //30 June 2022, UT1-UTC=-0.0707212, Accumulated Leap Seconds=37, Predicted value + { 2459761.50, 69.253160 }, //01 July 2022, UT1-UTC=-0.0691601, Accumulated Leap Seconds=37, Predicted value + { 2459762.50, 69.251699 }, //02 July 2022, UT1-UTC=-0.0676987, Accumulated Leap Seconds=37, Predicted value + { 2459763.50, 69.250389 }, //03 July 2022, UT1-UTC=-0.0663894, Accumulated Leap Seconds=37, Predicted value + { 2459764.50, 69.249236 }, //04 July 2022, UT1-UTC=-0.0652363, Accumulated Leap Seconds=37, Predicted value + { 2459765.50, 69.248274 }, //05 July 2022, UT1-UTC=-0.0642740, Accumulated Leap Seconds=37, Predicted value + { 2459766.50, 69.247481 }, //06 July 2022, UT1-UTC=-0.0634809, Accumulated Leap Seconds=37, Predicted value + { 2459767.50, 69.246804 }, //07 July 2022, UT1-UTC=-0.0628045, Accumulated Leap Seconds=37, Predicted value + { 2459768.50, 69.246162 }, //08 July 2022, UT1-UTC=-0.0621623, Accumulated Leap Seconds=37, Predicted value + { 2459769.50, 69.245451 }, //09 July 2022, UT1-UTC=-0.0614513, Accumulated Leap Seconds=37, Predicted value + { 2459770.50, 69.244572 }, //10 July 2022, UT1-UTC=-0.0605723, Accumulated Leap Seconds=37, Predicted value + { 2459771.50, 69.243466 }, //11 July 2022, UT1-UTC=-0.0594660, Accumulated Leap Seconds=37, Predicted value + { 2459772.50, 69.242143 }, //12 July 2022, UT1-UTC=-0.0581433, Accumulated Leap Seconds=37, Predicted value + { 2459773.50, 69.240693 }, //13 July 2022, UT1-UTC=-0.0566931, Accumulated Leap Seconds=37, Predicted value + { 2459774.50, 69.239254 }, //14 July 2022, UT1-UTC=-0.0552539, Accumulated Leap Seconds=37, Predicted value + { 2459775.50, 69.237962 }, //15 July 2022, UT1-UTC=-0.0539620, Accumulated Leap Seconds=37, Predicted value + { 2459776.50, 69.236899 }, //16 July 2022, UT1-UTC=-0.0528995, Accumulated Leap Seconds=37, Predicted value + { 2459777.50, 69.236068 }, //17 July 2022, UT1-UTC=-0.0520677, Accumulated Leap Seconds=37, Predicted value + { 2459778.50, 69.235397 }, //18 July 2022, UT1-UTC=-0.0513970, Accumulated Leap Seconds=37, Predicted value + { 2459779.50, 69.234779 }, //19 July 2022, UT1-UTC=-0.0507793, Accumulated Leap Seconds=37, Predicted value + { 2459780.50, 69.234106 }, //20 July 2022, UT1-UTC=-0.0501061, Accumulated Leap Seconds=37, Predicted value + { 2459781.50, 69.233295 }, //21 July 2022, UT1-UTC=-0.0492955, Accumulated Leap Seconds=37, Predicted value + { 2459782.50, 69.232301 }, //22 July 2022, UT1-UTC=-0.0483010, Accumulated Leap Seconds=37, Predicted value + { 2459783.50, 69.231107 }, //23 July 2022, UT1-UTC=-0.0471067, Accumulated Leap Seconds=37, Predicted value + { 2459784.50, 69.229725 }, //24 July 2022, UT1-UTC=-0.0457246, Accumulated Leap Seconds=37, Predicted value + { 2459785.50, 69.228188 }, //25 July 2022, UT1-UTC=-0.0441875, Accumulated Leap Seconds=37, Predicted value + { 2459786.50, 69.226546 }, //26 July 2022, UT1-UTC=-0.0425464, Accumulated Leap Seconds=37, Predicted value + { 2459787.50, 69.224866 }, //27 July 2022, UT1-UTC=-0.0408662, Accumulated Leap Seconds=37, Predicted value + { 2459788.50, 69.223220 }, //28 July 2022, UT1-UTC=-0.0392204, Accumulated Leap Seconds=37, Predicted value + { 2459789.50, 69.221679 }, //29 July 2022, UT1-UTC=-0.0376789, Accumulated Leap Seconds=37, Predicted value + { 2459790.50, 69.220299 }, //30 July 2022, UT1-UTC=-0.0362992, Accumulated Leap Seconds=37, Predicted value + { 2459791.50, 69.219117 }, //31 July 2022, UT1-UTC=-0.0351169, Accumulated Leap Seconds=37, Predicted value + { 2459792.50, 69.218139 }, //01 August 2022, UT1-UTC=-0.0341391, Accumulated Leap Seconds=37, Predicted value + { 2459793.50, 69.217342 }, //02 August 2022, UT1-UTC=-0.0333419, Accumulated Leap Seconds=37, Predicted value + { 2459794.50, 69.216673 }, //03 August 2022, UT1-UTC=-0.0326733, Accumulated Leap Seconds=37, Predicted value + { 2459795.50, 69.216057 }, //04 August 2022, UT1-UTC=-0.0320570, Accumulated Leap Seconds=37, Predicted value + { 2459796.50, 69.215404 }, //05 August 2022, UT1-UTC=-0.0314038, Accumulated Leap Seconds=37, Predicted value + { 2459797.50, 69.214626 }, //06 August 2022, UT1-UTC=-0.0306261, Accumulated Leap Seconds=37, Predicted value + { 2459798.50, 69.213663 }, //07 August 2022, UT1-UTC=-0.0296627, Accumulated Leap Seconds=37, Predicted value + { 2459799.50, 69.212504 }, //08 August 2022, UT1-UTC=-0.0285039, Accumulated Leap Seconds=37, Predicted value + { 2459800.50, 69.211207 }, //09 August 2022, UT1-UTC=-0.0272074, Accumulated Leap Seconds=37, Predicted value + { 2459801.50, 69.209890 }, //10 August 2022, UT1-UTC=-0.0258904, Accumulated Leap Seconds=37, Predicted value + { 2459802.50, 69.208693 }, //11 August 2022, UT1-UTC=-0.0246931, Accumulated Leap Seconds=37, Predicted value + { 2459803.50, 69.207729 }, //12 August 2022, UT1-UTC=-0.0237292, Accumulated Leap Seconds=37, Predicted value + { 2459804.50, 69.207043 }, //13 August 2022, UT1-UTC=-0.0230426, Accumulated Leap Seconds=37, Predicted value + { 2459805.50, 69.206593 }, //14 August 2022, UT1-UTC=-0.0225933, Accumulated Leap Seconds=37, Predicted value + { 2459806.50, 69.206278 }, //15 August 2022, UT1-UTC=-0.0222780, Accumulated Leap Seconds=37, Predicted value + { 2459807.50, 69.205969 }, //16 August 2022, UT1-UTC=-0.0219690, Accumulated Leap Seconds=37, Predicted value + { 2459808.50, 69.205555 }, //17 August 2022, UT1-UTC=-0.0215552, Accumulated Leap Seconds=37, Predicted value + { 2459809.50, 69.204966 }, //18 August 2022, UT1-UTC=-0.0209657, Accumulated Leap Seconds=37, Predicted value + { 2459810.50, 69.204173 }, //19 August 2022, UT1-UTC=-0.0201730, Accumulated Leap Seconds=37, Predicted value + { 2459811.50, 69.203186 }, //20 August 2022, UT1-UTC=-0.0191855, Accumulated Leap Seconds=37, Predicted value + { 2459812.50, 69.202037 }, //21 August 2022, UT1-UTC=-0.0180373, Accumulated Leap Seconds=37, Predicted value + { 2459813.50, 69.200780 }, //22 August 2022, UT1-UTC=-0.0167804, Accumulated Leap Seconds=37, Predicted value + { 2459814.50, 69.199480 }, //23 August 2022, UT1-UTC=-0.0154803, Accumulated Leap Seconds=37, Predicted value + { 2459815.50, 69.198210 }, //24 August 2022, UT1-UTC=-0.0142096, Accumulated Leap Seconds=37, Predicted value + { 2459816.50, 69.197040 }, //25 August 2022, UT1-UTC=-0.0130400, Accumulated Leap Seconds=37, Predicted value + { 2459817.50, 69.196034 }, //26 August 2022, UT1-UTC=-0.0120338, Accumulated Leap Seconds=37, Predicted value + { 2459818.50, 69.195234 }, //27 August 2022, UT1-UTC=-0.0112340, Accumulated Leap Seconds=37, Predicted value + { 2459819.50, 69.194656 }, //28 August 2022, UT1-UTC=-0.0106559, Accumulated Leap Seconds=37, Predicted value + { 2459820.50, 69.194281 }, //29 August 2022, UT1-UTC=-0.0102808, Accumulated Leap Seconds=37, Predicted value + { 2459821.50, 69.194055 }, //30 August 2022, UT1-UTC=-0.0100547, Accumulated Leap Seconds=37, Predicted value + { 2459822.50, 69.193896 }, //31 August 2022, UT1-UTC=-0.0098957, Accumulated Leap Seconds=37, Predicted value + { 2459823.50, 69.193709 }, //01 September 2022, UT1-UTC=-0.0097088, Accumulated Leap Seconds=37, Predicted value + { 2459824.50, 69.193406 }, //02 September 2022, UT1-UTC=-0.0094056, Accumulated Leap Seconds=37, Predicted value + { 2459825.50, 69.192925 }, //03 September 2022, UT1-UTC=-0.0089252, Accumulated Leap Seconds=37, Predicted value + { 2459826.50, 69.192252 }, //04 September 2022, UT1-UTC=-0.0082519, Accumulated Leap Seconds=37, Predicted value + { 2459827.50, 69.191428 }, //05 September 2022, UT1-UTC=-0.0074279, Accumulated Leap Seconds=37, Predicted value + { 2459828.50, 69.190549 }, //06 September 2022, UT1-UTC=-0.0065494, Accumulated Leap Seconds=37, Predicted value + { 2459829.50, 69.189745 }, //07 September 2022, UT1-UTC=-0.0057452, Accumulated Leap Seconds=37, Predicted value + { 2459830.50, 69.189138 }, //08 September 2022, UT1-UTC=-0.0051379, Accumulated Leap Seconds=37, Predicted value + { 2459831.50, 69.188803 }, //09 September 2022, UT1-UTC=-0.0048030, Accumulated Leap Seconds=37, Predicted value + { 2459832.50, 69.188740 }, //10 September 2022, UT1-UTC=-0.0047401, Accumulated Leap Seconds=37, Predicted value + { 2459833.50, 69.188873 }, //11 September 2022, UT1-UTC=-0.0048730, Accumulated Leap Seconds=37, Predicted value + { 2459834.50, 69.189077 }, //12 September 2022, UT1-UTC=-0.0050771, Accumulated Leap Seconds=37, Predicted value + { 2459835.50, 69.189220 }, //13 September 2022, UT1-UTC=-0.0052202, Accumulated Leap Seconds=37, Predicted value + { 2459836.50, 69.189199 }, //14 September 2022, UT1-UTC=-0.0051985, Accumulated Leap Seconds=37, Predicted value + { 2459837.50, 69.188955 }, //15 September 2022, UT1-UTC=-0.0049550, Accumulated Leap Seconds=37, Predicted value + { 2459838.50, 69.188478 }, //16 September 2022, UT1-UTC=-0.0044784, Accumulated Leap Seconds=37, Predicted value + { 2459839.50, 69.187793 }, //17 September 2022, UT1-UTC=-0.0037932, Accumulated Leap Seconds=37, Predicted value + { 2459840.50, 69.186947 }, //18 September 2022, UT1-UTC=-0.0029472, Accumulated Leap Seconds=37, Predicted value + { 2459841.50, 69.186004 }, //19 September 2022, UT1-UTC=-0.0020036, Accumulated Leap Seconds=37, Predicted value + { 2459842.50, 69.185033 }, //20 September 2022, UT1-UTC=-0.0010327, Accumulated Leap Seconds=37, Predicted value + { 2459843.50, 69.184107 }, //21 September 2022, UT1-UTC=-0.0001066, Accumulated Leap Seconds=37, Predicted value + { 2459844.50, 69.183293 }, //22 September 2022, UT1-UTC= 0.0007072, Accumulated Leap Seconds=37, Predicted value + { 2459845.50, 69.182647 }, //23 September 2022, UT1-UTC= 0.0013530, Accumulated Leap Seconds=37, Predicted value + { 2459846.50, 69.182206 }, //24 September 2022, UT1-UTC= 0.0017938, Accumulated Leap Seconds=37, Predicted value + { 2459847.50, 69.181978 }, //25 September 2022, UT1-UTC= 0.0020222, Accumulated Leap Seconds=37, Predicted value + { 2459848.50, 69.181930 }, //26 September 2022, UT1-UTC= 0.0020696, Accumulated Leap Seconds=37, Predicted value + { 2459849.50, 69.181992 }, //27 September 2022, UT1-UTC= 0.0020081, Accumulated Leap Seconds=37, Predicted value + { 2459850.50, 69.182061 }, //28 September 2022, UT1-UTC= 0.0019394, Accumulated Leap Seconds=37, Predicted value + { 2459851.50, 69.182030 }, //29 September 2022, UT1-UTC= 0.0019695, Accumulated Leap Seconds=37, Predicted value + { 2459852.50, 69.181822 }, //30 September 2022, UT1-UTC= 0.0021776, Accumulated Leap Seconds=37, Predicted value + { 2459853.50, 69.181408 }, //01 October 2022, UT1-UTC= 0.0025918, Accumulated Leap Seconds=37, Predicted value + { 2459854.50, 69.180821 }, //02 October 2022, UT1-UTC= 0.0031791, Accumulated Leap Seconds=37, Predicted value + { 2459855.50, 69.180148 }, //03 October 2022, UT1-UTC= 0.0038517, Accumulated Leap Seconds=37, Predicted value + { 2459856.50, 69.179511 }, //04 October 2022, UT1-UTC= 0.0044894, Accumulated Leap Seconds=37, Predicted value + { 2459857.50, 69.179030 }, //05 October 2022, UT1-UTC= 0.0049702, Accumulated Leap Seconds=37, Predicted value + { 2459858.50, 69.178795 }, //06 October 2022, UT1-UTC= 0.0052051, Accumulated Leap Seconds=37, Predicted value + { 2459859.50, 69.178837 }, //07 October 2022, UT1-UTC= 0.0051635, Accumulated Leap Seconds=37, Predicted value + { 2459860.50, 69.179117 }, //08 October 2022, UT1-UTC= 0.0048829, Accumulated Leap Seconds=37, Predicted value + { 2459861.50, 69.179542 }, //09 October 2022, UT1-UTC= 0.0044578, Accumulated Leap Seconds=37, Predicted value + { 2459862.50, 69.179988 }, //10 October 2022, UT1-UTC= 0.0040116, Accumulated Leap Seconds=37, Predicted value + { 2459863.50, 69.180339 }, //11 October 2022, UT1-UTC= 0.0036611, Accumulated Leap Seconds=37, Predicted value + { 2459864.50, 69.180512 }, //12 October 2022, UT1-UTC= 0.0034882, Accumulated Leap Seconds=37, Predicted value + { 2459865.50, 69.180474 }, //13 October 2022, UT1-UTC= 0.0035256, Accumulated Leap Seconds=37, Predicted value + { 2459866.50, 69.180240 }, //14 October 2022, UT1-UTC= 0.0037603, Accumulated Leap Seconds=37, Predicted value + { 2459867.50, 69.179852 }, //15 October 2022, UT1-UTC= 0.0041479, Accumulated Leap Seconds=37, Predicted value + { 2459868.50, 69.179370 }, //16 October 2022, UT1-UTC= 0.0046301, Accumulated Leap Seconds=37, Predicted value + { 2459869.50, 69.178855 }, //17 October 2022, UT1-UTC= 0.0051450, Accumulated Leap Seconds=37, Predicted value + { 2459870.50, 69.178368 }, //18 October 2022, UT1-UTC= 0.0056317, Accumulated Leap Seconds=37, Predicted value + { 2459871.50, 69.177966 }, //19 October 2022, UT1-UTC= 0.0060336, Accumulated Leap Seconds=37, Predicted value + { 2459872.50, 69.177700 }, //20 October 2022, UT1-UTC= 0.0063005, Accumulated Leap Seconds=37, Predicted value + { 2459873.50, 69.177618 }, //21 October 2022, UT1-UTC= 0.0063817, Accumulated Leap Seconds=37, Predicted value + { 2459874.50, 69.177753 }, //22 October 2022, UT1-UTC= 0.0062474, Accumulated Leap Seconds=37, Predicted value + { 2459875.50, 69.178080 }, //23 October 2022, UT1-UTC= 0.0059200, Accumulated Leap Seconds=37, Predicted value + { 2459876.50, 69.178524 }, //24 October 2022, UT1-UTC= 0.0054761, Accumulated Leap Seconds=37, Predicted value + { 2459877.50, 69.178997 }, //25 October 2022, UT1-UTC= 0.0050033, Accumulated Leap Seconds=37, Predicted value + { 2459878.50, 69.179409 }, //26 October 2022, UT1-UTC= 0.0045908, Accumulated Leap Seconds=37, Predicted value + { 2459879.50, 69.179661 }, //27 October 2022, UT1-UTC= 0.0043390, Accumulated Leap Seconds=37, Predicted value + { 2459880.50, 69.179647 }, //28 October 2022, UT1-UTC= 0.0043528, Accumulated Leap Seconds=37, Predicted value + { 2459881.50, 69.179440 }, //29 October 2022, UT1-UTC= 0.0045600, Accumulated Leap Seconds=37, Predicted value + { 2459882.50, 69.179147 }, //30 October 2022, UT1-UTC= 0.0048525, Accumulated Leap Seconds=37, Predicted value + { 2459883.50, 69.178839 }, //31 October 2022, UT1-UTC= 0.0051611, Accumulated Leap Seconds=37, Predicted value + { 2459884.50, 69.178689 }, //01 November 2022, UT1-UTC= 0.0053112, Accumulated Leap Seconds=37, Predicted value + { 2459885.50, 69.178765 }, //02 November 2022, UT1-UTC= 0.0052351, Accumulated Leap Seconds=37, Predicted value + { 2459886.50, 69.179078 }, //03 November 2022, UT1-UTC= 0.0049218, Accumulated Leap Seconds=37, Predicted value + { 2459887.50, 69.179560 }, //04 November 2022, UT1-UTC= 0.0044400, Accumulated Leap Seconds=37, Predicted value + { 2459888.50, 69.180251 }, //05 November 2022, UT1-UTC= 0.0037490, Accumulated Leap Seconds=37, Predicted value + { 2459889.50, 69.180939 }, //06 November 2022, UT1-UTC= 0.0030611, Accumulated Leap Seconds=37, Predicted value + { 2459890.50, 69.181591 }, //07 November 2022, UT1-UTC= 0.0024090, Accumulated Leap Seconds=37, Predicted value + { 2459891.50, 69.182143 }, //08 November 2022, UT1-UTC= 0.0018566, Accumulated Leap Seconds=37, Predicted value + { 2459892.50, 69.182537 }, //09 November 2022, UT1-UTC= 0.0014630, Accumulated Leap Seconds=37, Predicted value + { 2459893.50, 69.182797 }, //10 November 2022, UT1-UTC= 0.0012029, Accumulated Leap Seconds=37, Predicted value + { 2459894.50, 69.182963 }, //11 November 2022, UT1-UTC= 0.0010371, Accumulated Leap Seconds=37, Predicted value + { 2459895.50, 69.182941 }, //12 November 2022, UT1-UTC= 0.0010585, Accumulated Leap Seconds=37, Predicted value + { 2459896.50, 69.182871 }, //13 November 2022, UT1-UTC= 0.0011294, Accumulated Leap Seconds=37, Predicted value + { 2459897.50, 69.182799 }, //14 November 2022, UT1-UTC= 0.0012007, Accumulated Leap Seconds=37, Predicted value + { 2459898.50, 69.182798 }, //15 November 2022, UT1-UTC= 0.0012019, Accumulated Leap Seconds=37, Predicted value + { 2459899.50, 69.182908 }, //16 November 2022, UT1-UTC= 0.0010917, Accumulated Leap Seconds=37, Predicted value + { 2459900.50, 69.183166 }, //17 November 2022, UT1-UTC= 0.0008344, Accumulated Leap Seconds=37, Predicted value + { 2459901.50, 69.183645 }, //18 November 2022, UT1-UTC= 0.0003554, Accumulated Leap Seconds=37, Predicted value + { 2459902.50, 69.184284 }, //19 November 2022, UT1-UTC=-0.0002839, Accumulated Leap Seconds=37, Predicted value + { 2459903.50, 69.185091 }, //20 November 2022, UT1-UTC=-0.0010908, Accumulated Leap Seconds=37, Predicted value + { 2459904.50, 69.185971 }, //21 November 2022, UT1-UTC=-0.0019715, Accumulated Leap Seconds=37, Predicted value + { 2459905.50, 69.186816 }, //22 November 2022, UT1-UTC=-0.0028160, Accumulated Leap Seconds=37, Predicted value + { 2459906.50, 69.187592 }, //23 November 2022, UT1-UTC=-0.0035923, Accumulated Leap Seconds=37, Predicted value + { 2459907.50, 69.188170 }, //24 November 2022, UT1-UTC=-0.0041703, Accumulated Leap Seconds=37, Predicted value + { 2459908.50, 69.188480 }, //25 November 2022, UT1-UTC=-0.0044802, Accumulated Leap Seconds=37, Predicted value + { 2459909.50, 69.188619 }, //26 November 2022, UT1-UTC=-0.0046185, Accumulated Leap Seconds=37, Predicted value + { 2459910.50, 69.188728 }, //27 November 2022, UT1-UTC=-0.0047279, Accumulated Leap Seconds=37, Predicted value + { 2459911.50, 69.188863 }, //28 November 2022, UT1-UTC=-0.0048635, Accumulated Leap Seconds=37, Predicted value + { 2459912.50, 69.189086 }, //29 November 2022, UT1-UTC=-0.0050855, Accumulated Leap Seconds=37, Predicted value + { 2459913.50, 69.189476 }, //30 November 2022, UT1-UTC=-0.0054756, Accumulated Leap Seconds=37, Predicted value + { 2459914.50, 69.190079 }, //01 December 2022, UT1-UTC=-0.0060792, Accumulated Leap Seconds=37, Predicted value + { 2459915.50, 69.190776 }, //02 December 2022, UT1-UTC=-0.0067755, Accumulated Leap Seconds=37, Predicted value + { 2459916.50, 69.191438 }, //03 December 2022, UT1-UTC=-0.0074382, Accumulated Leap Seconds=37, Predicted value + { 2459917.50, 69.192002 }, //04 December 2022, UT1-UTC=-0.0080017, Accumulated Leap Seconds=37, Predicted value + { 2459918.50, 69.192349 }, //05 December 2022, UT1-UTC=-0.0083493, Accumulated Leap Seconds=37, Predicted value + { 2459919.50, 69.192523 }, //06 December 2022, UT1-UTC=-0.0085235, Accumulated Leap Seconds=37, Predicted value + { 2459920.50, 69.192473 }, //07 December 2022, UT1-UTC=-0.0084729, Accumulated Leap Seconds=37, Predicted value + { 2459921.50, 69.192236 }, //08 December 2022, UT1-UTC=-0.0082361, Accumulated Leap Seconds=37, Predicted value + { 2459922.50, 69.191761 }, //09 December 2022, UT1-UTC=-0.0077608, Accumulated Leap Seconds=37, Predicted value + { 2459923.50, 69.191188 }, //10 December 2022, UT1-UTC=-0.0071879, Accumulated Leap Seconds=37, Predicted value + { 2459924.50, 69.190565 }, //11 December 2022, UT1-UTC=-0.0065650, Accumulated Leap Seconds=37, Predicted value + { 2459925.50, 69.190041 }, //12 December 2022, UT1-UTC=-0.0060407, Accumulated Leap Seconds=37, Predicted value + { 2459926.50, 69.189460 }, //13 December 2022, UT1-UTC=-0.0054597, Accumulated Leap Seconds=37, Predicted value + { 2459927.50, 69.189057 }, //14 December 2022, UT1-UTC=-0.0050566, Accumulated Leap Seconds=37, Predicted value + { 2459928.50, 69.188893 }, //15 December 2022, UT1-UTC=-0.0048931, Accumulated Leap Seconds=37, Predicted value + { 2459929.50, 69.188897 }, //16 December 2022, UT1-UTC=-0.0048972, Accumulated Leap Seconds=37, Predicted value + { 2459930.50, 69.189047 }, //17 December 2022, UT1-UTC=-0.0050472, Accumulated Leap Seconds=37, Predicted value + { 2459931.50, 69.189230 }, //18 December 2022, UT1-UTC=-0.0052304, Accumulated Leap Seconds=37, Predicted value + { 2459932.50, 69.189486 }, //19 December 2022, UT1-UTC=-0.0054863, Accumulated Leap Seconds=37, Predicted value + { 2459933.50, 69.189583 }, //20 December 2022, UT1-UTC=-0.0055827, Accumulated Leap Seconds=37, Predicted value + { 2459934.50, 69.189462 }, //21 December 2022, UT1-UTC=-0.0054618, Accumulated Leap Seconds=37, Predicted value + { 2459935.50, 69.189151 }, //22 December 2022, UT1-UTC=-0.0051514, Accumulated Leap Seconds=37, Predicted value + { 2459936.50, 69.188724 }, //23 December 2022, UT1-UTC=-0.0047237, Accumulated Leap Seconds=37, Predicted value + { 2459937.50, 69.188213 }, //24 December 2022, UT1-UTC=-0.0042131, Accumulated Leap Seconds=37, Predicted value + { 2459938.50, 69.187815 }, //25 December 2022, UT1-UTC=-0.0038154, Accumulated Leap Seconds=37, Predicted value + { 2459939.50, 69.187647 }, //26 December 2022, UT1-UTC=-0.0036475, Accumulated Leap Seconds=37, Predicted value + { 2459940.50, 69.187695 }, //27 December 2022, UT1-UTC=-0.0036951, Accumulated Leap Seconds=37, Predicted value + { 2459941.50, 69.188032 }, //28 December 2022, UT1-UTC=-0.0040323, Accumulated Leap Seconds=37, Predicted value + { 2459942.50, 69.188549 }, //29 December 2022, UT1-UTC=-0.0045494, Accumulated Leap Seconds=37, Predicted value + { 2459943.50, 69.189089 }, //30 December 2022, UT1-UTC=-0.0050887, Accumulated Leap Seconds=37, Predicted value + { 2459944.50, 69.189585 }, //31 December 2022, UT1-UTC=-0.0055851, Accumulated Leap Seconds=37, Predicted value + { 2459945.50, 69.189898 }, //01 January 2023, UT1-UTC=-0.0058978, Accumulated Leap Seconds=37, Predicted value + { 2459946.50, 69.190091 }, //02 January 2023, UT1-UTC=-0.0060914, Accumulated Leap Seconds=37, Predicted value + { 2459947.50, 69.190062 }, //03 January 2023, UT1-UTC=-0.0060623, Accumulated Leap Seconds=37, Predicted value + { 2459948.50, 69.189799 }, //04 January 2023, UT1-UTC=-0.0057991, Accumulated Leap Seconds=37, Predicted value + { 2459949.50, 69.189434 }, //05 January 2023, UT1-UTC=-0.0054336, Accumulated Leap Seconds=37, Predicted value + { 2459950.50, 69.188907 }, //06 January 2023, UT1-UTC=-0.0049071, Accumulated Leap Seconds=37, Predicted value + { 2459951.50, 69.188384 }, //07 January 2023, UT1-UTC=-0.0043839, Accumulated Leap Seconds=37, Predicted value + { 2459952.50, 69.187887 }, //08 January 2023, UT1-UTC=-0.0038868, Accumulated Leap Seconds=37, Predicted value + { 2459953.50, 69.187448 }, //09 January 2023, UT1-UTC=-0.0034478, Accumulated Leap Seconds=37, Predicted value + { 2459954.50, 69.187210 }, //10 January 2023, UT1-UTC=-0.0032097, Accumulated Leap Seconds=37, Predicted value + { 2459955.50, 69.187152 }, //11 January 2023, UT1-UTC=-0.0031518, Accumulated Leap Seconds=37, Predicted value + { 2459956.50, 69.187287 }, //12 January 2023, UT1-UTC=-0.0032870, Accumulated Leap Seconds=37, Predicted value + { 2459957.50, 69.187619 }, //13 January 2023, UT1-UTC=-0.0036190, Accumulated Leap Seconds=37, Predicted value + { 2459958.50, 69.188074 }, //14 January 2023, UT1-UTC=-0.0040739, Accumulated Leap Seconds=37, Predicted value + { 2459959.50, 69.188521 }, //15 January 2023, UT1-UTC=-0.0045215, Accumulated Leap Seconds=37, Predicted value + { 2459960.50, 69.188904 }, //16 January 2023, UT1-UTC=-0.0049036, Accumulated Leap Seconds=37, Predicted value + { 2459961.50, 69.189138 }, //17 January 2023, UT1-UTC=-0.0051382, Accumulated Leap Seconds=37, Predicted value + { 2459962.50, 69.189164 }, //18 January 2023, UT1-UTC=-0.0051639, Accumulated Leap Seconds=37, Predicted value + { 2459963.50, 69.189012 }, //19 January 2023, UT1-UTC=-0.0050120, Accumulated Leap Seconds=37, Predicted value + { 2459964.50, 69.188785 }, //20 January 2023, UT1-UTC=-0.0047853, Accumulated Leap Seconds=37, Predicted value + { 2459965.50, 69.188596 }, //21 January 2023, UT1-UTC=-0.0045964, Accumulated Leap Seconds=37, Predicted value + { 2459966.50, 69.188547 }, //22 January 2023, UT1-UTC=-0.0045470, Accumulated Leap Seconds=37, Predicted value + { 2459967.50, 69.188706 }, //23 January 2023, UT1-UTC=-0.0047056, Accumulated Leap Seconds=37, Predicted value + { 2459968.50, 69.189143 }, //24 January 2023, UT1-UTC=-0.0051434, Accumulated Leap Seconds=37, Predicted value + { 2459969.50, 69.189811 }, //25 January 2023, UT1-UTC=-0.0058112, Accumulated Leap Seconds=37, Predicted value + { 2459970.50, 69.190595 }, //26 January 2023, UT1-UTC=-0.0065954, Accumulated Leap Seconds=37, Predicted value + { 2459971.50, 69.191341 }, //27 January 2023, UT1-UTC=-0.0073410, Accumulated Leap Seconds=37, Predicted value + { 2459972.50, 69.192088 }, //28 January 2023, UT1-UTC=-0.0080883, Accumulated Leap Seconds=37, Predicted value + { 2459973.50, 69.192529 }, //29 January 2023, UT1-UTC=-0.0085287, Accumulated Leap Seconds=37, Predicted value + { 2459974.50, 69.192783 }, //30 January 2023, UT1-UTC=-0.0087826, Accumulated Leap Seconds=37, Predicted value + { 2459975.50, 69.192774 }, //31 January 2023, UT1-UTC=-0.0087735, Accumulated Leap Seconds=37, Predicted value + { 2459976.50, 69.192617 }, //01 February 2023, UT1-UTC=-0.0086169, Accumulated Leap Seconds=37, Predicted value + { 2459977.50, 69.192325 }, //02 February 2023, UT1-UTC=-0.0083253, Accumulated Leap Seconds=37, Predicted value + { 2459978.50, 69.191929 }, //03 February 2023, UT1-UTC=-0.0079286, Accumulated Leap Seconds=37, Predicted value + { 2459979.50, 69.191506 }, //04 February 2023, UT1-UTC=-0.0075057, Accumulated Leap Seconds=37, Predicted value + { 2459980.50, 69.191085 }, //05 February 2023, UT1-UTC=-0.0070855, Accumulated Leap Seconds=37, Predicted value + { 2459981.50, 69.190879 }, //06 February 2023, UT1-UTC=-0.0068795, Accumulated Leap Seconds=37, Predicted value + { 2459982.50, 69.190751 }, //07 February 2023, UT1-UTC=-0.0067512, Accumulated Leap Seconds=37, Predicted value + { 2459983.50, 69.190744 }, //08 February 2023, UT1-UTC=-0.0067444, Accumulated Leap Seconds=37, Predicted value + { 2459984.50, 69.190887 }, //09 February 2023, UT1-UTC=-0.0068872, Accumulated Leap Seconds=37, Predicted value + { 2459985.50, 69.191177 }, //10 February 2023, UT1-UTC=-0.0071770, Accumulated Leap Seconds=37, Predicted value + { 2459986.50, 69.191456 }, //11 February 2023, UT1-UTC=-0.0074558, Accumulated Leap Seconds=37, Predicted value + { 2459987.50, 69.191643 }, //12 February 2023, UT1-UTC=-0.0076427, Accumulated Leap Seconds=37, Predicted value + { 2459988.50, 69.191700 }, //13 February 2023, UT1-UTC=-0.0077005, Accumulated Leap Seconds=37, Predicted value + { 2459989.50, 69.191568 }, //14 February 2023, UT1-UTC=-0.0075683, Accumulated Leap Seconds=37, Predicted value + { 2459990.50, 69.191301 }, //15 February 2023, UT1-UTC=-0.0073008, Accumulated Leap Seconds=37, Predicted value + { 2459991.50, 69.190958 }, //16 February 2023, UT1-UTC=-0.0069581, Accumulated Leap Seconds=37, Predicted value + { 2459992.50, 69.190596 }, //17 February 2023, UT1-UTC=-0.0065960, Accumulated Leap Seconds=37, Predicted value + { 2459993.50, 69.190337 }, //18 February 2023, UT1-UTC=-0.0063371, Accumulated Leap Seconds=37, Predicted value + { 2459994.50, 69.190344 }, //19 February 2023, UT1-UTC=-0.0063438, Accumulated Leap Seconds=37, Predicted value + { 2459995.50, 69.190681 }, //20 February 2023, UT1-UTC=-0.0066811, Accumulated Leap Seconds=37, Predicted value + { 2459996.50, 69.191332 }, //21 February 2023, UT1-UTC=-0.0073319, Accumulated Leap Seconds=37, Predicted value + { 2459997.50, 69.192052 }, //22 February 2023, UT1-UTC=-0.0080519, Accumulated Leap Seconds=37, Predicted value + { 2459998.50, 69.192817 }, //23 February 2023, UT1-UTC=-0.0088174, Accumulated Leap Seconds=37, Predicted value + { 2459999.50, 69.193531 }, //24 February 2023, UT1-UTC=-0.0095311, Accumulated Leap Seconds=37, Predicted value + { 2460000.50, 69.194159 }, //25 February 2023, UT1-UTC=-0.0101595, Accumulated Leap Seconds=37, Predicted value + { 2460001.50, 69.194486 }, //26 February 2023, UT1-UTC=-0.0104863, Accumulated Leap Seconds=37, Predicted value + { 2460002.50, 69.194585 }, //27 February 2023, UT1-UTC=-0.0105853, Accumulated Leap Seconds=37, Predicted value + { 2460003.50, 69.194543 }, //28 February 2023, UT1-UTC=-0.0105427, Accumulated Leap Seconds=37, Predicted value + { 2460004.50, 69.194305 }, //01 March 2023, UT1-UTC=-0.0103049, Accumulated Leap Seconds=37, Predicted value + { 2460005.50, 69.194021 }, //02 March 2023, UT1-UTC=-0.0100207, Accumulated Leap Seconds=37, Predicted value + { 2460006.50, 69.193719 }, //03 March 2023, UT1-UTC=-0.0097187, Accumulated Leap Seconds=37, Predicted value + { 2460007.50, 69.193466 }, //04 March 2023, UT1-UTC=-0.0094663, Accumulated Leap Seconds=37, Predicted value + { 2460008.50, 69.193308 }, //05 March 2023, UT1-UTC=-0.0093079, Accumulated Leap Seconds=37, Predicted value + { 2460009.50, 69.193310 }, //06 March 2023, UT1-UTC=-0.0093100, Accumulated Leap Seconds=37, Predicted value + { 2460010.50, 69.193446 }, //07 March 2023, UT1-UTC=-0.0094459, Accumulated Leap Seconds=37, Predicted value + { 2460011.50, 69.193825 }, //08 March 2023, UT1-UTC=-0.0098253, Accumulated Leap Seconds=37, Predicted value + { 2460012.50, 69.194306 }, //09 March 2023, UT1-UTC=-0.0103065, Accumulated Leap Seconds=37, Predicted value + { 2460013.50, 69.194842 }, //10 March 2023, UT1-UTC=-0.0108423, Accumulated Leap Seconds=37, Predicted value + { 2460014.50, 69.195397 }, //11 March 2023, UT1-UTC=-0.0113972, Accumulated Leap Seconds=37, Predicted value + { 2460015.50, 69.195819 }, //12 March 2023, UT1-UTC=-0.0118193, Accumulated Leap Seconds=37, Predicted value + { 2460016.50, 69.196140 }, //13 March 2023, UT1-UTC=-0.0121404, Accumulated Leap Seconds=37, Predicted value + { 2460017.50, 69.196213 }, //14 March 2023, UT1-UTC=-0.0122130, Accumulated Leap Seconds=37, Predicted value + { 2460018.50, 69.196011 }, //15 March 2023, UT1-UTC=-0.0120110, Accumulated Leap Seconds=37, Predicted value + { 2460019.50, 69.195689 }, //16 March 2023, UT1-UTC=-0.0116890, Accumulated Leap Seconds=37, Predicted value + { 2460020.50, 69.195380 }, //17 March 2023, UT1-UTC=-0.0113799, Accumulated Leap Seconds=37, Predicted value + { 2460021.50, 69.195185 }, //18 March 2023, UT1-UTC=-0.0111847, Accumulated Leap Seconds=37, Predicted value + { 2460022.50, 69.195223 }, //19 March 2023, UT1-UTC=-0.0112226, Accumulated Leap Seconds=37, Predicted value + { 2460023.50, 69.195522 }, //20 March 2023, UT1-UTC=-0.0115223, Accumulated Leap Seconds=37, Predicted value + { 2460024.50, 69.196079 }, //21 March 2023, UT1-UTC=-0.0120794, Accumulated Leap Seconds=37, Predicted value + { 2460025.50, 69.196783 }, //22 March 2023, UT1-UTC=-0.0127835, Accumulated Leap Seconds=37, Predicted value + { 2460026.50, 69.197422 }, //23 March 2023, UT1-UTC=-0.0134220, Accumulated Leap Seconds=37, Predicted value + { 2460027.50, 69.197947 }, //24 March 2023, UT1-UTC=-0.0139467, Accumulated Leap Seconds=37, Predicted value + { 2460028.50, 69.198219 }, //25 March 2023, UT1-UTC=-0.0142187, Accumulated Leap Seconds=37, Predicted value + +//Values from https://cddis.nasa.gov/archive/products/iers/deltat.preds + { 2460036.75, 69.82 }, //2023.25, Predicted value + { 2460128.00, 69.87 }, //2023.50, Predicted value + { 2460219.25, 69.89 }, //2023.75, Predicted value + { 2460310.50, 69.97 }, //2024.00, Predicted value + { 2460402.00, 70.05 }, //2024.25, Predicted value + { 2460493.50, 70.11 }, //2024.50, Predicted value + { 2460585.00, 70.12 }, //2024.75, Predicted value + { 2460676.50, 70.20 }, //2025.00, Predicted value + { 2460767.75, 70.29 }, //2025.25, Predicted value + { 2460859.00, 70.34 }, //2025.50, Predicted value + { 2460950.25, 70.35 }, //2025.75, Predicted value + { 2461041.50, 70.43 }, //2026.00, Predicted value + { 2461132.75, 70.52 }, //2026.25, Predicted value + { 2461224.00, 70.57 }, //2026.50, Predicted value + { 2461315.25, 70.59 }, //2026.75, Predicted value + { 2461406.50, 70.67 }, //2027.00, Predicted value + { 2461497.75, 70.75 }, //2027.25, Predicted value + { 2461589.00, 70.81 }, //2027.50, Predicted value + { 2461680.25, 70.83 }, //2027.75, Predicted value + { 2461771.50, 70.91 }, //2028.00, Predicted value + { 2461863.00, 71.00 }, //2028.25, Predicted value + { 2461954.50, 71.07 }, //2028.50, Predicted value + { 2462046.00, 71.09 }, //2028.75, Predicted value + { 2462137.50, 71.18 }, //2029.00, Predicted value + { 2462228.75, 71.27 }, //2029.25, Predicted value + { 2462320.00, 71.34 }, //2029.50, Predicted value + { 2462411.25, 71.36 }, //2029.75, Predicted value + { 2462502.50, 71.46 }, //2030.00, Predicted value + { 2462593.75, 71.56 }, //2030.25, Predicted value + { 2462685.00, 71.63 }, //2030.50, Predicted value + { 2462776.25, 71.66 }, //2030.75, Predicted value + { 2462867.50, 71.76 }, //2031.00, Predicted value + { 2462958.75, 71.86 }, //2031.25, Predicted value + { 2463050.00, 71.94 }, //2031.50, Predicted value + { 2463141.25, 71.97 }, //2031.75, Predicted value + { 2463232.50, 72.07 } //2032.00, Predicted value +} }; +#endif //#ifndef AAPLUS_DELTAT_NO_HIGH_PRECISION + +struct LeapSecondCoefficient +{ + double JD; + double LeapSeconds; + double BaseMJD; + double Coefficient; +}; + +constexpr array g_LeapSecondCoefficients //Cumulative leap second values as taken from https://cddis.nasa.gov/archive/products/iers/tai-utc.dat +{ { + { 2437300.5, 1.4228180, 37300, 0.001296 }, //1 Jan 1961 + { 2437512.5, 1.3728180, 37300, 0.001296 }, + { 2437665.5, 1.8458580, 37665, 0.0011232 }, + { 2438334.5, 1.9458580, 37665, 0.0011232 }, + { 2438395.5, 3.2401300, 38761, 0.001296 }, + { 2438486.5, 3.3401300, 38761, 0.001296 }, + { 2438639.5, 3.4401300, 38761, 0.001296 }, + { 2438761.5, 3.5401300, 38761, 0.001296 }, + { 2438820.5, 3.6401300, 38761, 0.001296 }, + { 2438942.5, 3.7401300, 38761, 0.001296 }, + { 2439004.5, 3.8401300, 38761, 0.001296 }, + { 2439126.5, 4.3131700, 39126, 0.002592 }, + { 2439887.5, 4.2131700, 39126, 0.002592 }, + { 2441317.5, 10.0, 41317, 0.0 }, + { 2441499.5, 11.0, 41317, 0.0 }, + { 2441683.5, 12.0, 41317, 0.0 }, + { 2442048.5, 13.0, 41317, 0.0 }, + { 2442413.5, 14.0, 41317, 0.0 }, + { 2442778.5, 15.0, 41317, 0.0 }, + { 2443144.5, 16.0, 41317, 0.0 }, + { 2443509.5, 17.0, 41317, 0.0 }, + { 2443874.5, 18.0, 41317, 0.0 }, + { 2444239.5, 19.0, 41317, 0.0 }, + { 2444786.5, 20.0, 41317, 0.0 }, + { 2445151.5, 21.0, 41317, 0.0 }, + { 2445516.5, 22.0, 41317, 0.0 }, + { 2446247.5, 23.0, 41317, 0.0 }, + { 2447161.5, 24.0, 41317, 0.0 }, + { 2447892.5, 25.0, 41317, 0.0 }, + { 2448257.5, 26.0, 41317, 0.0 }, + { 2448804.5, 27.0, 41317, 0.0 }, + { 2449169.5, 28.0, 41317, 0.0 }, + { 2449534.5, 29.0, 41317, 0.0 }, + { 2450083.5, 30.0, 41317, 0.0 }, + { 2450630.5, 31.0, 41317, 0.0 }, + { 2451179.5, 32.0, 41317, 0.0 }, + { 2453736.5, 33.0, 41317, 0.0 }, + { 2454832.5, 34.0, 41317, 0.0 }, + { 2456109.5, 35.0, 41317, 0.0 }, + { 2457204.5, 36.0, 41317, 0.0 }, + { 2457754.5, 37.0, 41317, 0.0 } //1 January 2017 +} }; + + +////////////////////////////////// Implementation ///////////////////////////// + +CAADynamicalTime::DELTAT_PROC CAADynamicalTime::sm_pDeltaTProc = nullptr; + +CAADynamicalTime::DELTAT_PROC CAADynamicalTime::SetUserDefinedDeltaT(DELTAT_PROC pProc) noexcept +{ + DELTAT_PROC pOld{sm_pDeltaTProc}; + sm_pDeltaTProc = pProc; + return pOld; +} + +double CAADynamicalTime::DeltaT(double JD) +{ + //Allow end-user customization of the DeltaT function + if (sm_pDeltaTProc != nullptr) + return sm_pDeltaTProc(JD); + + //What will be the return value from the method + double Delta{0}; + + //Determine if we can use the lookup table +#ifndef AAPLUS_DELTAT_NO_HIGH_PRECISION + constexpr auto nLookupElements{g_DeltaTValues.size()}; + assert(nLookupElements >= 2); + if ((JD >= g_DeltaTValues[0].JD) && (JD < g_DeltaTValues[nLookupElements - 1].JD)) + { + //Find the index in the lookup table which contains the JD value closest to the JD input parameter + DeltaTValue toFind{JD, 0}; + const auto iter = std::upper_bound(g_DeltaTValues.cbegin(), g_DeltaTValues.cend(), toFind, [](const DeltaTValue& element1, const DeltaTValue& element2) noexcept -> bool + { + return element1.JD < element2.JD; + }); + assert(iter != g_DeltaTValues.cend()); + const auto nFoundIndex{std::distance(g_DeltaTValues.cbegin(), iter)}; + + //Now do a simple linear interpolation of the DeltaT values from the lookup table + #ifdef _MSC_VER + #pragma warning(suppress : 28020) + #endif //#ifdef _MSC_VER + Delta = (JD - g_DeltaTValues[nFoundIndex - 1].JD) / (g_DeltaTValues[nFoundIndex].JD - g_DeltaTValues[nFoundIndex - 1].JD) * (g_DeltaTValues[nFoundIndex].DeltaT - g_DeltaTValues[nFoundIndex - 1].DeltaT) + g_DeltaTValues[nFoundIndex - 1].DeltaT; + } + else +#endif //#ifndef AAPLUS_DELTAT_NO_HIGH_PRECISION + { + const CAADate date{JD, CAADate::AfterPapalReform(JD)}; + const double y{date.FractionalYear()}; + + //Use the polynomial expressions from Espenak & Meeus 2006. References: http://eclipse.gsfc.nasa.gov/SEcat5/deltatpoly.html and + //http://www.staff.science.uu.nl/~gent0113/deltat/deltat_old.htm (Espenak & Meeus 2006 section) + if (y < -500) + { + const double u{(y - 1820)/100.0}; + const double u2{u*u}; + Delta = -20 + (32*u2); + } + else if (y < 500) + { + const double u{y/100.0}; + const double u2{u*u}; + const double u3{u2*u}; + const double u4{u3*u}; + const double u5{u4*u}; + const double u6{u5*u}; + Delta = 10583.6 + (-1014.41*u) + (33.78311*u2) + (-5.952053*u3) + (-0.1798452*u4) + (0.022174192*u5) + (0.0090316521*u6); + } + else if (y < 1600) + { + const double u{(y - 1000)/100.0}; + const double u2{u*u}; + const double u3{u2*u}; + const double u4{u3*u}; + const double u5{u4*u}; + const double u6{u5*u}; + Delta = 1574.2 + (-556.01*u) + (71.23472*u2) + (0.319781*u3) + (-0.8503463*u4) + (-0.005050998*u5) + (0.0083572073*u6); + } + else if (y < 1700) + { + const double u{(y - 1600)/100.0}; + const double u2{u*u}; + const double u3{u2*u}; + Delta = 120 + (-98.08*u) + (-153.2*u2) + (u3/0.007129); + } + else if (y < 1800) + { + const double u{(y - 1700)/100.0}; + const double u2{u*u}; + const double u3{u2*u}; + const double u4{u3*u}; + Delta = 8.83 + (16.03*u) + (-59.285*u2) + (133.36*u3) + (-u4/0.01174); + } + else if (y < 1860) + { + const double u{(y - 1800)/100.0}; + const double u2{u*u}; + const double u3{u2*u}; + const double u4{u3*u}; + const double u5{u4*u}; + const double u6{u5*u}; + const double u7{u6*u}; + Delta = 13.72 + (-33.2447*u) + (68.612*u2) + (4111.6*u3) + (-37436*u4) + (121272*u5) + (-169900*u6) + (87500*u7); + } + else if (y < 1900) + { + const double u{(y - 1860)/100.0}; + const double u2{u*u}; + const double u3{u2*u}; + const double u4{u3*u}; + const double u5{u4*u}; + Delta = 7.62 + (57.37*u) + (-2517.54*u2) + (16806.68*u3) + (-44736.24*u4) + (u5/0.0000233174); + } + else if (y < 1920) + { + const double u{(y - 1900)/100.0}; + const double u2{u*u}; + const double u3{u2*u}; + const double u4{u3*u}; + Delta = -2.79 + (149.4119*u) + (-598.939*u2) + (6196.6*u3) + (-19700*u4); + } + else if (y < 1941) + { + const double u{(y - 1920)/100.0}; + const double u2{u*u}; + const double u3{u2*u}; + Delta = 21.20 + (84.493*u) + (-761.00*u2) + (2093.6*u3); + } + else if (y < 1961) + { + const double u{(y - 1950)/100.0}; + const double u2{u*u}; + const double u3{u2*u}; + Delta = 29.07 + (40.7*u) + (-u2/0.0233) + (u3/0.002547); + } + else if (y < 1986) + { + const double u{(y - 1975)/100.0}; + const double u2{u*u}; + const double u3{u2*u}; + Delta = 45.45 + 106.7*u - u2/0.026 - u3/0.000718; + } + else if (y < 2005) + { + const double u{(y - 2000)/100.0}; + const double u2{u*u}; + const double u3{u2*u}; + const double u4{u3*u}; + const double u5{u4*u}; + Delta = 63.86 + (33.45*u) + (-603.74*u2) + (1727.5*u3) + (65181.4*u4) + (237359.9*u5); + } + else if (y < 2050) + { + const double u{(y - 2000)/100.0}; + const double u2{u*u}; + Delta = 62.92 + (32.217*u) + (55.89*u2); + } + else if (y < 2150) + { + const double u{(y - 1820)/100.0}; + const double u2{u*u}; + Delta = -205.72 + (56.28*u) + (32*u2); + } + else + { + const double u{(y - 1820)/100.0}; + const double u2 = u*u; + Delta = -20 + (32*u2); + } + } + + return Delta; +} + +double CAADynamicalTime::CumulativeLeapSeconds(double JD) +{ + //What will be the return value from the method + double LeapSeconds{0}; + + if (JD >= g_LeapSecondCoefficients[0].JD) + { + constexpr auto nLookupElements{g_LeapSecondCoefficients.size()}; + assert(nLookupElements >= 2); + if (JD < g_LeapSecondCoefficients[nLookupElements - 1].JD) + { + //Find the index in the lookup table which contains the JD value closest to the JD input parameter + LeapSecondCoefficient toFind{JD, 0, 0, 0}; + const auto iter = std::upper_bound(g_LeapSecondCoefficients.cbegin(), g_LeapSecondCoefficients.cend(), toFind, [](const LeapSecondCoefficient& element1, const LeapSecondCoefficient& element2) noexcept -> bool + { + return element1.JD < element2.JD; + }); + + assert(iter != g_LeapSecondCoefficients.cend()); + const auto nFoundIndex{std::distance(g_LeapSecondCoefficients.cbegin(), iter)}; + LeapSeconds = g_LeapSecondCoefficients[nFoundIndex - 1].LeapSeconds + (JD - 2400000.5 - g_LeapSecondCoefficients[nFoundIndex - 1].BaseMJD) * g_LeapSecondCoefficients[nFoundIndex - 1].Coefficient; + } + else + LeapSeconds = g_LeapSecondCoefficients[nLookupElements - 1].LeapSeconds + (JD - 2400000.5 - g_LeapSecondCoefficients[nLookupElements - 1].BaseMJD) * g_LeapSecondCoefficients[nLookupElements - 1].Coefficient; + } + + return LeapSeconds; +} + +double CAADynamicalTime::TT2UTC(double JD) +{ + //Outside of the range 1 January 1961 (first entry in g_LeapSecondCoefficients) to 500 days after the last leap second (last entry in g_LeapSecondCoefficients), + //we implement TT2UTC as TT2UT1 + constexpr auto nLookupElements{g_LeapSecondCoefficients.size()}; + assert(nLookupElements >= 2); + if ((JD < g_LeapSecondCoefficients[0].JD) || (JD > (g_LeapSecondCoefficients[nLookupElements - 1].JD + 500))) + return TT2UT1(JD); + + const double DT{DeltaT(JD)}; + const double UT1{JD - (DT / 86400.0)}; + const double LeapSeconds{CumulativeLeapSeconds(JD)}; + return ((DT - LeapSeconds - 32.184) / 86400.0) + UT1; +} + +double CAADynamicalTime::UTC2TT(double JD) +{ + //Outside of the range 1 January 1961 (first entry in g_LeapSecondCoefficients) to 500 days after the last leap second (last entry in g_LeapSecondCoefficients), + //we implement TT2UTC as TT2UT1 + constexpr auto nLookupElements{g_LeapSecondCoefficients.size()}; + assert(nLookupElements >= 2); + if ((JD < g_LeapSecondCoefficients[0].JD) || (JD >(g_LeapSecondCoefficients[nLookupElements - 1].JD + 500))) + return UT12TT(JD); + + const double DT{DeltaT(JD)}; + const double LeapSeconds{CumulativeLeapSeconds(JD)}; + const double UT1{JD - ((DT - LeapSeconds - 32.184) / 86400.0)}; + return UT1 + (DT / 86400.0); +} + +double CAADynamicalTime::TT2UT1(double JD) +{ + return JD - (DeltaT(JD) / 86400.0); +} + +double CAADynamicalTime::UT12TT(double JD) +{ + return JD + (DeltaT(JD) / 86400.0); +} + +double CAADynamicalTime::UT1MinusUTC(double JD) +{ + const double JDUTC{JD + ((CAADynamicalTime::DeltaT(JD) - CumulativeLeapSeconds(JD) - 32.184) / 86400)}; + return (JD - JDUTC) * 86400; +} diff --git a/Vendor/AA+/1.6.3/AADynamicalTime.h b/Sources/AAPlus/include/AADynamicalTime.h old mode 100755 new mode 100644 similarity index 74% rename from Vendor/AA+/1.6.3/AADynamicalTime.h rename to Sources/AAPlus/include/AADynamicalTime.h index 80d9528..a1fe053 --- a/Vendor/AA+/1.6.3/AADynamicalTime.h +++ b/Sources/AAPlus/include/AADynamicalTime.h @@ -1,10 +1,10 @@ /* -Module : AADYNAMICALTIME.H +Module : AADynamicalTime.h Purpose: Implementation for the algorithms which provides for conversion between Universal Time (both UT1 and UTC) and Terrestrial Time (TT) aka Terrestrial Dynamical Time (TDT) aka Ephemeris Time (ET) Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,16 +38,33 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAADynamicalTime { public: +//Typedefs + using DELTAT_PROC = double (*) (double JD); + //Static methods + static DELTAT_PROC SetUserDefinedDeltaT(DELTAT_PROC pProc) noexcept; static double DeltaT(double JD); static double CumulativeLeapSeconds(double JD); static double TT2UTC(double JD); static double UTC2TT(double JD); - static double TT2TAI(double JD); - static double TAI2TT(double JD); + + constexpr static double TT2TAI(double JD) + { + return JD - (32.184 / 86400.0); + } + + constexpr static double TAI2TT(double JD) + { + return JD + (32.184 / 86400.0); + } + static double TT2UT1(double JD); static double UT12TT(double JD); static double UT1MinusUTC(double JD); + +protected: +//Member variables + static DELTAT_PROC sm_pDeltaTProc; }; diff --git a/Sources/AAPlus/include/AAELP2000.cpp b/Sources/AAPlus/include/AAELP2000.cpp new file mode 100644 index 0000000..040b65a --- /dev/null +++ b/Sources/AAPlus/include/AAELP2000.cpp @@ -0,0 +1,38944 @@ +/* +Module : AAELP2000.cpp +Purpose: Implementation for the algorithms for ELP2000-82B +Created: PJN / 31-12-2015 +History: PJN / 31-12-2015 1. Initial public release. + PJN / 04-01-2016 1. Major cleanup and refactoring of the code. The new reimplementation should prove + faster and easier to maintain going forward. + 2. Updated copyright details + PJN / 30-07-2017 1. Removed unnecessary SECOND_2_RAD define. + 2. Updated various CAAELP2000 methods to use "const" parameters. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + PJN / 18-04-2020 1. Reworked C arrays to use std::array + PJN / 29-04-2020 1. Fixed a compilation issue on GCC where size_t was undefined in various modules. + Thanks to Bert Devlieghe for reporting this bug. + PJN / 01-06-2020 1. Fixed a bug in CAAELP2000::SunMeanAnomaly where some local variables were not + initialized. Thanks to "Carlos" for reporting this bug. + 2. Renamed CAAELP2000::MoonMeanLongitude to CAAELP2000::MoonMeanMeanLongitude. + 3. Renamed CAAELP2000::MoonMeanLongitudeLunarPerigee to + CAAELP2000::MeanLongitudeLunarPerigee. + 4. Renamed CAAELP2000::MoonMeanLongitudeLunarAscendingNode to + CAAELP2000::MeanLongitudeLunarAscendingNode. + 5. Renamed CAAELP2000::EarthMoonBarycentreMeanLongitude to + CAAELP2000::MeanHeliocentricMeanLongitudeEarthMoonBarycentre. + 6. Renamed CAAELP2000::EarthMoonBarycentreMeanLongitudeOfPerihelion to + CAAELP2000::MeanLongitudeOfPerilhelionOfEarthMoonBarycentre + +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////////////// Includes ////////////////////////////////////// + +#include "stdafx.h" +#include "AAELP2000.h" +#include "AACoordinateTransformation.h" +#include "AA3DCoordinate.h" +#include "AADefines.h" +#include +#include +#include +using namespace std; + + +////////////////////////////// Macros / Defines /////////////////////////////// + +#ifdef _MSC_VER +#pragma warning(disable : 26446 26481 26485) +#endif //#ifdef _MSC_VER + +//Lunar constants +constexpr double AM = .074801329518; +constexpr double DTASM = 0.022921886117733679; //ALFA * 2.0 / (AM * 3.0) where ALFA .002571881335 + +//Lunar arguments +constexpr array g_W +{ { + 3.8103444305883079, //CAACoordinateTransformation::DegreesToRadians(218 + 18/60.0 + 59.95571/3600.0), + 1.4547885323225087, //CAACoordinateTransformation::DegreesToRadians(83 + 21/60.0 + 11.67475/3600.0), + 2.1824391972168398, //CAACoordinateTransformation::DegreesToRadians(125 + 2/60.0 + 40.39816/3600.0), + 8399.6847317739139, //1732559343.73604" + 70.993304818359618, //14643420.2632" + -33.781426356625921, //-6967919.3622" + -2.8547283984772807e-5 , //-5.8883" + -0.00018557504160038375, //-38.2776" + 3.0844816019550893e-5, //6.3622" + 3.2017095500473753e-8, //0.006604" + -2.1839401892941265e-7, //-0.045047" + 3.6967043184602116e-8, //0.007625" + -1.5363745554361197e-10, //-0.00003169" + 1.0327016221314225e-9, //0.00021301" + -1.7385418604587960e-10 //-0.00003586" +} }; + +constexpr array g_EARTH +{ { + 1.7534703431506580, //CAACoordinateTransformation::DegreesToRadians(100 + 27/60.0 + 59.22059/3600.0) + 628.30758496215537, //129597742.2758" + -9.7932363584126268e-8, //-0.0202" + 4.3633231299858238e-11, //0.000009" + 7.2722052166430391e-13 //0.00000015" +} }; + +constexpr array g_PERI +{ { + 1.7965955233587829, //CAACoordinateTransformation::DegreesToRadians(102 + 56/60.0 + 14.42753/3600.0), + 0.0056297936673156855, //1161.2283" + 2.5826024792704977e-6, //0.5327" + -6.6904287993115966e-10, //-0.000138" + 0.0 +} }; + +//Planetary arguments +constexpr array, 8> g_P +{ { + { 4.4026088424029615, 2608.7903141574106 }, //CAACoordinateTransformation::DegreesToRadians(252 + 15/60.0 + 3.25986/3600.0), 538101628.68898" + { 3.1761466969075944, 1021.3285546211089 }, //CAACoordinateTransformation::DegreesToRadians(181 + 58/60.0 + 47.28305/3600.0), 210664136.43355" + { 1.7534703431506580, 628.30758496215537 }, //g_EARTH[0], g_EARTH[1] + { 6.2034809133999449, 334.06124314922965 }, //CAACoordinateTransformation::DegreesToRadians(355 + 25/60.0 + 59.78866/3600.0), 68905077.59284" + { 0.59954649738867349, 52.969096509472053 }, //CAACoordinateTransformation::DegreesToRadians(34 + 21/60.0 + 5.34212/3600.0), 10925660.42861" + { 0.87401675651848076, 21.329909543800007 }, //CAACoordinateTransformation::DegreesToRadians(50 + 4/60.0 + 38.89694/3600.0), 4399609.65932" + { 5.4812938716049908, 7.4781598567143535 }, //CAACoordinateTransformation::DegreesToRadians(314 + 3/60.0 + 18.01841/3600.0), 1542481.19393" + { 5.3118862867834666, 3.8133035637584558 } //CAACoordinateTransformation::DegreesToRadians(304 + 20/60.0 + 55.19575/3600.0), 786550.32074" +} }; + +//Corrections of the constants (fit to DE200/LE200) +constexpr double g_DELNU = 3.2093561586235289e-10; //0.55604" / g_W[3] +constexpr double g_DELE = 8.6733167550495987e-8; //0.01789" +constexpr double g_DELG = -3.9105071518295170e-7; //-0.08066" +constexpr double g_DELNP = -3.7078095034525493e-11; //-0.06424" / g_W[3] +constexpr double g_DELEP = -6.2439153990097128e-7; //-0.12879" + +constexpr array g_ZETA +{ { + 3.8103444305883079, //g_W[0] + 8399.7091135222672 //g_W[3] + 5029.0966" +} }; + +//The main ELP2000-82b tables +constexpr array g_ELP1 +{ { + { { 0, 0, 0, 2 }, -411.60287, { 168.48, -18433.81, -121.62, 0.40, -0.18, 0.00 } }, + { { 0, 0, 0, 4 }, 0.42034, { -0.39, 37.65, 0.57, 0.00, 0.00, 0.00 } }, + { { 0, 0, 0, 6 }, -0.00059, { 0.00, -0.08, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 0, 1, -6 }, 0.00016, { 0.00, 0.02, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 0, 1, -4 }, -0.08019, { 0.77, -7.22, -1.46, 0.00, 0.00, 0.00 } }, + { { 0, 0, 1, -2 }, 39.53393, { -395.24, 1788.33, 720.91, -2.60, 0.90, 0.00 } }, + { { 0, 0, 1, 0 }, 22639.55000, { 0.00, 0.00, 412529.61, 0.00, 0.00, 0.00 } }, + { { 0, 0, 1, 2 }, -45.10032, { 17.41, -2019.78, -830.20, 0.09, -0.02, 0.00 } }, + { { 0, 0, 1, 4 }, 0.09092, { -0.07, 8.14, 1.73, 0.00, 0.00, 0.00 } }, + { { 0, 0, 1, 6 }, -0.00019, { 0.00, -0.02, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 0, 2, -4 }, 0.00068, { 0.07, 0.06, 0.03, 0.00, 0.00, 0.00 } }, + { { 0, 0, 2, -2 }, -1.37259, { -7.58, -62.49, -50.12, -0.07, 0.00, 0.00 } }, + { { 0, 0, 2, 0 }, 769.02326, { -257.51, -47.39, 28008.99, -6.83, -0.56, 0.00 } }, + { { 0, 0, 2, 2 }, -3.99767, { 2.40, -178.94, -146.18, 0.05, 0.00, 0.00 } }, + { { 0, 0, 2, 4 }, 0.01297, { -0.01, 1.16, 0.48, 0.00, 0.00, 0.00 } }, + { { 0, 0, 2, 6 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 0, 3, -4 }, 0.00009, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 0, 3, -2 }, -0.05684, { 0.38, -2.65, -3.13, 0.00, 0.00, 0.00 } }, + { { 0, 0, 3, 0 }, 36.12364, { -28.42, -5.10, 1972.74, -0.93, -0.08, 0.00 } }, + { { 0, 0, 3, 2 }, -0.32866, { 0.32, -14.70, -17.99, 0.00, 0.00, 0.00 } }, + { { 0, 0, 3, 4 }, 0.00153, { 0.00, 0.14, 0.08, 0.00, 0.00, 0.00 } }, + { { 0, 0, 4, -2 }, -0.00354, { 0.04, -0.17, -0.26, 0.00, 0.00, 0.00 } }, + { { 0, 0, 4, 0 }, 1.93367, { -2.65, -0.44, 140.75, -0.10, 0.00, 0.00 } }, + { { 0, 0, 4, 2 }, -0.02602, { 0.04, -1.16, -1.90, 0.00, 0.00, 0.00 } }, + { { 0, 0, 4, 4 }, 0.00016, { 0.00, 0.01, 0.01, 0.00, 0.00, 0.00 } }, + { { 0, 0, 5, -2 }, -0.00023, { 0.00, -0.01, -0.02, 0.00, 0.00, 0.00 } }, + { { 0, 0, 5, 0 }, 0.11100, { -0.23, -0.04, 10.10, 0.00, 0.00, 0.00 } }, + { { 0, 0, 5, 2 }, -0.00201, { 0.00, -0.09, -0.18, 0.00, 0.00, 0.00 } }, + { { 0, 0, 5, 4 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 0, 6, -2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 0, 6, 0 }, 0.00665, { -0.02, 0.00, 0.73, 0.00, 0.00, 0.00 } }, + { { 0, 0, 6, 2 }, -0.00015, { 0.00, 0.00, -0.02, 0.00, 0.00, 0.00 } }, + { { 0, 0, 7, 0 }, 0.00041, { 0.00, 0.00, 0.05, 0.00, 0.00, 0.00 } }, + { { 0, 0, 7, 2 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 0, 8, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, -7, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, -6, 0 }, -0.00024, { 0.00, 0.00, -0.03, -0.01, 0.00, 0.00 } }, + { { 0, 1, -5, -2 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, -5, 0 }, -0.00332, { -0.07, 0.00, -0.30, -0.20, 0.00, 0.00 } }, + { { 0, 1, -4, -2 }, 0.00064, { 0.01, 0.03, 0.05, 0.04, 0.00, 0.00 } }, + { { 0, 1, -4, 0 }, -0.04702, { -1.04, 0.03, -3.42, -2.82, 0.00, 0.00 } }, + { { 0, 1, -4, 2 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, -3, -4 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, -3, -2 }, 0.00623, { 0.14, 0.28, 0.34, 0.37, 0.00, 0.00 } }, + { { 0, 1, -3, 0 }, -0.66940, { -15.55, 0.38, -36.53, -40.10, -0.02, 0.00 } }, + { { 0, 1, -3, 2 }, 0.00106, { 0.02, 0.05, 0.06, 0.07, 0.00, 0.00 } }, + { { 0, 1, -2, -4 }, -0.00017, { 0.00, -0.02, 0.00, -0.01, 0.00, 0.00 } }, + { { 0, 1, -2, -2 }, 0.05165, { 1.17, 2.29, 1.89, 3.09, 0.00, 0.00 } }, + { { 0, 1, -2, 0 }, -9.67938, { -235.29, 4.90, -352.52, -579.94, -0.15, 0.00 } }, + { { 0, 1, -2, 2 }, 0.02429, { 0.74, 1.09, 0.89, 1.46, 0.00, 0.00 } }, + { { 0, 1, -2, 4 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, -1, -4 }, -0.00063, { -0.01, -0.06, -0.01, -0.04, 0.00, 0.00 } }, + { { 0, 1, -1, -2 }, 0.30157, { 6.60, 13.34, 5.61, 18.07, 0.00, 0.00 } }, + { { 0, 1, -1, 0 }, -147.32654, { -3778.62, 68.68, -2688.53, -8829.17, -0.76, 0.00 } }, + { { 0, 1, -1, 2 }, -0.08049, { 0.25, -3.63, -1.39, -4.82, -0.01, 0.00 } }, + { { 0, 1, -1, 4 }, 0.00013, { 0.00, 0.01, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, 0, -4 }, -0.00023, { 0.01, -0.02, 0.00, -0.01, 0.00, 0.00 } }, + { { 0, 1, 0, -2 }, 0.07501, { -6.72, 3.04, 0.85, 4.46, 0.00, 0.00 } }, + { { 0, 1, 0, 0 }, -666.44186, { -5206.84, 258.79, -555.98, -39887.79, 1.73, 0.00 } }, + { { 0, 1, 0, 2 }, 0.41342, { 1.50, 18.15, 1.19, 24.72, 0.01, 0.00 } }, + { { 0, 1, 0, 4 }, -0.00083, { 0.00, -0.07, 0.00, -0.05, 0.00, 0.00 } }, + { { 0, 1, 1, -4 }, 0.00011, { 0.00, 0.01, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, 1, -2 }, -0.08282, { 1.73, -3.73, -1.50, -4.95, 0.00, 0.00 } }, + { { 0, 1, 1, 0 }, -109.38419, { -2193.78, 51.64, -2018.13, -6556.10, 0.54, 0.00 } }, + { { 0, 1, 1, 2 }, 0.26338, { 4.53, 11.65, 5.03, 15.78, 0.00, 0.00 } }, + { { 0, 1, 1, 4 }, -0.00062, { 0.00, -0.06, -0.01, -0.04, 0.00, 0.00 } }, + { { 0, 1, 2, -4 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, 2, -2 }, 0.02677, { 1.10, 1.20, 0.97, 1.60, 0.00, 0.00 } }, + { { 0, 1, 2, 0 }, -7.63041, { -156.07, 4.09, -279.89, -457.41, 0.12, 0.00 } }, + { { 0, 1, 2, 2 }, 0.04338, { 0.81, 1.92, 1.61, 2.60, 0.00, 0.00 } }, + { { 0, 1, 2, 4 }, -0.00015, { 0.00, -0.01, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, 3, -2 }, 0.00166, { 0.06, 0.08, 0.09, 0.10, 0.00, 0.00 } }, + { { 0, 1, 3, 0 }, -0.54594, { -11.18, 0.34, -29.97, -32.73, 0.01, 0.00 } }, + { { 0, 1, 3, 2 }, 0.00526, { 0.10, 0.23, 0.29, 0.32, 0.00, 0.00 } }, + { { 0, 1, 3, 4 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, 4, -2 }, 0.00014, { 0.00, 0.00, 0.01, 0.00, 0.00, 0.00 } }, + { { 0, 1, 4, 0 }, -0.03947, { -0.80, 0.03, -2.89, -2.37, 0.00, 0.00 } }, + { { 0, 1, 4, 2 }, 0.00055, { 0.01, 0.02, 0.04, 0.03, 0.00, 0.00 } }, + { { 0, 1, 5, -2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, 5, 0 }, -0.00287, { -0.06, 0.00, -0.26, -0.17, 0.00, 0.00 } }, + { { 0, 1, 5, 2 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, 6, 0 }, -0.00021, { 0.00, 0.00, -0.02, -0.01, 0.00, 0.00 } }, + { { 0, 1, 7, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 2, -5, 0 }, -0.00009, { 0.00, 0.00, 0.00, -0.01, 0.00, 0.00 } }, + { { 0, 2, -4, -2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 2, -4, 0 }, -0.00119, { -0.04, 0.00, -0.09, -0.14, 0.00, 0.00 } }, + { { 0, 2, -3, -2 }, 0.00014, { 0.00, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 0, 2, -3, 0 }, -0.01514, { -0.50, 0.01, -0.83, -1.81, 0.00, 0.00 } }, + { { 0, 2, -3, 2 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 2, -2, -2 }, 0.00100, { 0.03, 0.04, 0.04, 0.12, 0.00, 0.00 } }, + { { 0, 2, -2, 0 }, -0.19311, { -6.23, 0.13, -7.04, -23.13, 0.00, 0.00 } }, + { { 0, 2, -2, 2 }, 0.00060, { 0.02, 0.03, 0.02, 0.07, 0.00, 0.00 } }, + { { 0, 2, -1, -2 }, 0.00473, { 0.12, 0.21, 0.09, 0.57, 0.00, 0.00 } }, + { { 0, 2, -1, 0 }, -2.56813, { -81.06, 1.44, -46.94, -307.62, 0.00, 0.00 } }, + { { 0, 2, -1, 2 }, 0.00013, { 0.05, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 0, 2, 0, -2 }, -0.00355, { -0.26, -0.16, 0.02, -0.42, 0.00, 0.00 } }, + { { 0, 2, 0, 0 }, -7.44804, { -12.64, 2.98, -9.32, -891.27, 0.03, 0.00 } }, + { { 0, 2, 0, 2 }, 0.00519, { -0.03, 0.23, 0.02, 0.62, 0.00, 0.00 } }, + { { 0, 2, 0, 4 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 2, 1, -2 }, -0.00040, { 0.08, -0.02, 0.00, -0.05, 0.00, 0.00 } }, + { { 0, 2, 1, 0 }, -1.16177, { -19.75, 0.43, -21.52, -139.13, 0.00, 0.00 } }, + { { 0, 2, 1, 2 }, 0.00270, { 0.03, 0.12, 0.05, 0.32, 0.00, 0.00 } }, + { { 0, 2, 2, -2 }, 0.00040, { 0.02, 0.02, 0.02, 0.05, 0.00, 0.00 } }, + { { 0, 2, 2, 0 }, -0.06513, { -0.79, 0.02, -2.39, -7.80, 0.00, 0.00 } }, + { { 0, 2, 2, 2 }, 0.00035, { 0.00, 0.02, 0.01, 0.04, 0.00, 0.00 } }, + { { 0, 2, 3, -2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 2, 3, 0 }, -0.00341, { 0.00, 0.00, -0.19, -0.41, 0.00, 0.00 } }, + { { 0, 2, 3, 2 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 2, 4, 0 }, -0.00015, { 0.00, 0.00, -0.01, -0.02, 0.00, 0.00 } }, + { { 0, 3, -4, 0 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 3, -3, 0 }, -0.00035, { -0.01, 0.00, -0.02, -0.06, 0.00, 0.00 } }, + { { 0, 3, -2, -2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 3, -2, 0 }, -0.00416, { -0.15, 0.00, -0.15, -0.75, 0.00, 0.00 } }, + { { 0, 3, -2, 2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 3, -1, -2 }, 0.00008, { 0.00, 0.00, 0.00, 0.01, 0.00, 0.00 } }, + { { 0, 3, -1, 0 }, -0.05142, { -1.82, 0.03, -0.94, -9.24, 0.00, 0.00 } }, + { { 0, 3, -1, 2 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 3, 0, -2 }, -0.00016, { 0.00, 0.00, 0.00, -0.03, 0.00, 0.00 } }, + { { 0, 3, 0, 0 }, -0.10136, { 1.16, 0.04, -0.20, -18.19, 0.00, 0.00 } }, + { { 0, 3, 0, 2 }, 0.00007, { 0.00, 0.00, 0.00, 0.01, 0.00, 0.00 } }, + { { 0, 3, 1, 0 }, -0.01796, { -0.30, 0.00, -0.33, -3.23, 0.00, 0.00 } }, + { { 0, 3, 1, 2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 3, 2, 0 }, -0.00095, { -0.01, 0.00, -0.03, -0.17, 0.00, 0.00 } }, + { { 0, 3, 3, 0 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 4, -2, 0 }, -0.00009, { 0.00, 0.00, 0.00, -0.02, 0.00, 0.00 } }, + { { 0, 4, -1, 0 }, -0.00108, { -0.04, 0.00, -0.02, -0.26, 0.00, 0.00 } }, + { { 0, 4, 0, 0 }, -0.00128, { 0.06, 0.00, 0.00, -0.30, 0.00, 0.00 } }, + { { 0, 4, 1, 0 }, -0.00032, { 0.00, 0.00, 0.00, -0.08, 0.00, 0.00 } }, + { { 0, 4, 2, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 5, -1, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -4, 0, 0 }, 0.00011, { 0.00, 0.00, 0.00, 0.03, 0.04, 0.00 } }, + { { 1, -3, -2, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -3, -1, 0 }, 0.00020, { 0.00, 0.00, 0.00, 0.04, 0.08, 0.00 } }, + { { 1, -3, 0, 0 }, 0.00254, { 0.03, 0.00, 0.00, 0.45, 0.99, 0.00 } }, + { { 1, -3, 1, 0 }, 0.00007, { 0.00, 0.00, 0.00, 0.01, 0.03, 0.00 } }, + { { 1, -3, 2, 0 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -2, -3, 0 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 1, -2, -2, 0 }, 0.00025, { 0.00, 0.00, 0.01, 0.03, 0.10, 0.00 } }, + { { 1, -2, -1, -2 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 1, -2, -1, 0 }, 0.00229, { 0.06, 0.00, 0.05, 0.27, 0.89, 0.00 } }, + { { 1, -2, 0, -2 }, -0.00032, { 0.00, -0.01, 0.00, -0.04, -0.12, 0.00 } }, + { { 1, -2, 0, 0 }, 0.04304, { -0.01, 0.00, 0.06, 5.14, 16.74, -0.09 } }, + { { 1, -2, 0, 2 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, -0.03, 0.00 } }, + { { 1, -2, 1, -2 }, -0.00008, { 0.00, 0.00, 0.00, 0.00, -0.03, 0.00 } }, + { { 1, -2, 1, 0 }, -0.00033, { -0.16, 0.00, -0.01, -0.04, -0.13, 0.00 } }, + { { 1, -2, 2, 0 }, -0.00037, { -0.03, 0.00, -0.02, -0.04, -0.14, 0.00 } }, + { { 1, -2, 3, 0 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 1, -1, -5, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -1, -4, 0 }, 0.00014, { 0.00, 0.00, 0.01, 0.00, 0.05, 0.00 } }, + { { 1, -1, -3, -2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -1, -3, 0 }, 0.00069, { 0.02, 0.00, 0.04, 0.04, 0.27, 0.00 } }, + { { 1, -1, -3, 2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -1, -2, -2 }, -0.00011, { 0.00, 0.00, 0.00, 0.00, -0.04, 0.00 } }, + { { 1, -1, -2, 0 }, -0.00694, { -0.25, 0.00, -0.23, -0.42, -2.70, 0.01 } }, + { { 1, -1, -2, 2 }, 0.00013, { 0.00, 0.00, 0.00, 0.00, 0.05, 0.00 } }, + { { 1, -1, -1, -2 }, -0.00100, { 0.00, -0.04, -0.02, -0.06, -0.39, 0.00 } }, + { { 1, -1, -1, 0 }, -0.13636, { -3.24, 0.19, -2.41, -8.17, -53.02, 0.28 } }, + { { 1, -1, -1, 2 }, 0.00013, { 0.00, 0.00, 0.00, 0.00, 0.05, 0.00 } }, + { { 1, -1, 0, -4 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -1, 0, -2 }, -0.01281, { -0.13, -0.57, 0.00, -0.77, -4.98, 0.03 } }, + { { 1, -1, 0, 0 }, -0.55694, { -40.23, 1.70, -0.01, -33.62, -216.55, 1.14 } }, + { { 1, -1, 0, 2 }, 0.00155, { 0.09, 0.07, 0.00, 0.09, 0.60, 0.00 } }, + { { 1, -1, 1, -2 }, -0.00212, { -0.02, -0.09, -0.04, -0.13, -0.83, 0.00 } }, + { { 1, -1, 1, 0 }, -0.12073, { -6.32, 0.25, -2.38, -7.23, -46.94, 0.25 } }, + { { 1, -1, 1, 2 }, 0.00060, { 0.03, 0.03, 0.01, 0.04, 0.23, 0.00 } }, + { { 1, -1, 2, -2 }, 0.00012, { 0.00, 0.00, 0.00, 0.00, 0.05, 0.00 } }, + { { 1, -1, 2, 0 }, -0.01483, { -0.72, 0.03, -0.56, -0.89, -5.77, 0.03 } }, + { { 1, -1, 2, 2 }, 0.00012, { 0.00, 0.00, 0.00, 0.00, 0.05, 0.00 } }, + { { 1, -1, 3, -2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -1, 3, 0 }, -0.00149, { -0.07, 0.00, -0.08, -0.09, -0.58, 0.00 } }, + { { 1, -1, 3, 2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -1, 4, 0 }, -0.00014, { 0.00, 0.00, -0.01, 0.00, -0.05, 0.00 } }, + { { 1, -1, 5, 0 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 0, -6, 0 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 1, 0, -5, -2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 0, -5, 0 }, -0.00072, { -0.02, 0.00, -0.06, 0.00, -0.28, 0.00 } }, + { { 1, 0, -4, -2 }, 0.00009, { 0.00, 0.00, 0.00, 0.00, 0.04, 0.00 } }, + { { 1, 0, -4, 0 }, -0.00955, { -0.28, 0.01, -0.70, 0.00, -3.71, 0.02 } }, + { { 1, 0, -4, 2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 0, -3, -2 }, 0.00069, { 0.02, 0.03, 0.04, 0.00, 0.27, 0.00 } }, + { { 1, 0, -3, 0 }, -0.12812, { -3.66, 0.13, -7.03, -0.05, -49.82, 0.26 } }, + { { 1, 0, -3, 2 }, 0.00038, { 0.06, 0.02, 0.03, 0.00, 0.14, 0.00 } }, + { { 1, 0, -2, -4 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 0, -2, -2 }, 0.00289, { 0.14, 0.12, 0.11, 0.00, 1.12, 0.00 } }, + { { 1, 0, -2, 0 }, -1.75296, { -48.87, 1.67, -64.28, -0.51, -681.60, 3.59 } }, + { { 1, 0, -2, 2 }, -0.00142, { 0.05, -0.07, -0.05, 0.00, -0.55, 0.00 } }, + { { 1, 0, -1, -4 }, 0.00019, { 0.00, 0.02, 0.00, 0.00, 0.07, 0.00 } }, + { { 1, 0, -1, -2 }, -0.02379, { 0.12, -1.09, -0.42, 0.00, -9.25, 0.05 } }, + { { 1, 0, -1, 0 }, -18.58467, { -437.66, 18.91, -346.51, -1.00, -7226.22, 38.10 } }, + { { 1, 0, -1, 2 }, 0.01598, { 0.32, 0.69, 0.30, 0.00, 6.21, -0.03 } }, + { { 1, 0, -1, 4 }, -0.00011, { 0.00, 0.00, 0.00, 0.00, -0.04, 0.00 } }, + { { 1, 0, 0, -4 }, 0.00123, { 0.01, 0.11, 0.00, 0.00, 0.48, 0.00 } }, + { { 1, 0, 0, -2 }, -0.58332, { -5.89, -25.98, -0.12, 0.00, -226.81, 1.20 } }, + { { 1, 0, 0, 0 }, -124.98806, { -2831.88, 136.18, -86.60, -2.68, -48598.15, 256.21 } }, + { { 1, 0, 0, 2 }, 0.25429, { 5.73, 11.11, 0.26, 0.00, 98.87, -0.52 } }, + { { 1, 0, 0, 4 }, -0.00054, { -0.01, -0.05, 0.00, 0.00, -0.21, 0.00 } }, + { { 1, 0, 1, -4 }, 0.00011, { 0.00, 0.00, 0.00, 0.00, 0.04, 0.00 } }, + { { 1, 0, 1, -2 }, -0.04012, { -0.22, -1.80, -0.72, 0.00, -15.60, 0.08 } }, + { { 1, 0, 1, 0 }, -8.45308, { -187.78, 10.10, -158.62, 0.77, -3286.75, 17.33 } }, + { { 1, 0, 1, 2 }, 0.04450, { 0.98, 1.94, 0.84, 0.00, 17.30, -0.09 } }, + { { 1, 0, 1, 4 }, -0.00015, { 0.00, -0.01, 0.00, 0.00, -0.06, 0.00 } }, + { { 1, 0, 2, -2 }, -0.00077, { 0.03, -0.03, -0.03, 0.00, -0.30, 0.00 } }, + { { 1, 0, 2, 0 }, -0.58399, { -12.36, 0.75, -21.52, 0.13, -227.07, 1.20 } }, + { { 1, 0, 2, 2 }, 0.00540, { 0.12, 0.24, 0.20, 0.00, 2.10, -0.01 } }, + { { 1, 0, 2, 4 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 1, 0, 3, -2 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 1, 0, 3, 0 }, -0.04074, { -0.81, 0.06, -2.24, 0.02, -15.84, 0.08 } }, + { { 1, 0, 3, 2 }, 0.00056, { 0.01, 0.02, 0.03, 0.00, 0.22, 0.00 } }, + { { 1, 0, 4, 0 }, -0.00285, { -0.05, 0.00, -0.21, 0.00, -1.11, 0.00 } }, + { { 1, 0, 4, 2 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 1, 0, 5, 0 }, -0.00020, { 0.00, 0.00, -0.02, 0.00, -0.08, 0.00 } }, + { { 1, 0, 6, 0 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 1, -5, 0 }, 0.00011, { 0.00, 0.00, 0.01, 0.00, 0.04, 0.00 } }, + { { 1, 1, -4, -2 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 1, -4, 0 }, 0.00155, { 0.02, 0.00, 0.11, 0.09, 0.60, 0.00 } }, + { { 1, 1, -3, -2 }, -0.00012, { 0.00, 0.00, 0.00, 0.00, -0.05, 0.00 } }, + { { 1, 1, -3, 0 }, 0.02296, { 0.30, 0.00, 1.26, 1.38, 8.93, -0.05 } }, + { { 1, 1, -3, 2 }, -0.00006, { 0.02, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 1, 1, -2, -2 }, -0.00071, { 0.00, -0.03, -0.03, -0.04, -0.27, 0.00 } }, + { { 1, 1, -2, 0 }, 0.34966, { 5.36, -0.11, 12.83, 20.95, 135.95, -0.72 } }, + { { 1, 1, -2, 2 }, 0.00063, { 0.00, 0.03, 0.02, 0.04, 0.25, 0.00 } }, + { { 1, 1, -1, -2 }, -0.00008, { 0.00, 0.00, 0.00, 0.00, -0.03, 0.00 } }, + { { 1, 1, -1, 0 }, 1.07773, { 9.38, -1.15, 21.49, 64.24, 418.88, -2.21 } }, + { { 1, 1, -1, 2 }, 0.00000, { 0.03, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 1, 0, -2 }, 0.00017, { 0.03, 0.00, 0.07, 0.00, 0.07, 0.00 } }, + { { 1, 1, 0, 0 }, 17.95512, { 6.59, -11.64, 21.84, 1074.24, 6981.34, -36.80 } }, + { { 1, 1, 0, 2 }, -0.03587, { 0.00, -1.58, -0.05, -2.15, -13.95, 0.07 } }, + { { 1, 1, 0, 4 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.03, 0.00 } }, + { { 1, 1, 1, -2 }, -0.00157, { 0.36, -0.04, -0.04, -0.07, -0.56, 0.00 } }, + { { 1, 1, 1, 0 }, 1.26186, { 1.83, -0.90, 24.50, 75.50, 490.64, -2.59 } }, + { { 1, 1, 1, 2 }, -0.00659, { 0.00, -0.29, -0.13, -0.39, -2.56, 0.01 } }, + { { 1, 1, 1, 4 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 1, 2, -2 }, 0.00028, { 0.03, 0.01, 0.00, 0.02, 0.11, 0.00 } }, + { { 1, 1, 2, 0 }, 0.09205, { 0.22, -0.07, 3.46, 5.51, 35.79, -0.19 } }, + { { 1, 1, 2, 2 }, -0.00084, { 0.00, -0.04, -0.03, -0.05, -0.33, 0.00 } }, + { { 1, 1, 3, -2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 1, 3, 0 }, 0.00679, { 0.02, 0.00, 0.38, 0.41, 2.64, -0.01 } }, + { { 1, 1, 3, 2 }, -0.00009, { 0.00, 0.00, 0.00, 0.00, -0.04, 0.00 } }, + { { 1, 1, 4, 0 }, 0.00050, { 0.00, 0.00, 0.04, 0.03, 0.20, 0.00 } }, + { { 1, 1, 5, 0 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.01, 0.00 } }, + { { 1, 2, -4, 0 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.01, 0.00 } }, + { { 1, 2, -3, 0 }, 0.00038, { 0.02, 0.00, 0.02, 0.05, 0.15, 0.00 } }, + { { 1, 2, -2, 0 }, 0.00361, { 0.16, 0.00, 0.13, 0.43, 1.40, 0.00 } }, + { { 1, 2, -1, 0 }, -0.00300, { -0.18, 0.00, -0.05, -0.36, -1.16, 0.00 } }, + { { 1, 2, -1, 2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 2, 0, -2 }, 0.00003, { 0.00, 0.00, 0.00, 0.01, 0.01, 0.00 } }, + { { 1, 2, 0, 0 }, -0.03968, { -0.61, 0.04, -0.07, -4.75, -15.43, 0.08 } }, + { { 1, 2, 0, 2 }, 0.00011, { 0.00, 0.00, 0.00, 0.01, 0.04, 0.00 } }, + { { 1, 2, 1, -2 }, 0.00002, { -0.01, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 2, 1, 0 }, -0.00849, { -0.16, 0.00, -0.17, -1.02, -3.30, 0.02 } }, + { { 1, 2, 1, 2 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 1, 2, 2, 0 }, -0.00102, { -0.02, 0.00, -0.04, -0.12, -0.40, 0.00 } }, + { { 1, 2, 2, 2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 2, 3, 0 }, -0.00011, { 0.00, 0.00, 0.00, -0.01, -0.04, 0.00 } }, + { { 1, 2, 4, 0 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 3, -2, 0 }, 0.00007, { 0.00, 0.00, 0.00, 0.01, 0.03, 0.00 } }, + { { 1, 3, -1, 0 }, -0.00011, { 0.00, 0.00, 0.00, -0.02, -0.04, 0.00 } }, + { { 1, 3, 0, -2 }, 0.00000, { 0.02, -0.01, 0.01, 0.02, 0.00, 0.00 } }, + { { 1, 3, 0, 0 }, -0.00056, { -0.01, 0.00, 0.00, -0.10, -0.22, 0.00 } }, + { { 1, 3, 1, 0 }, -0.00009, { 0.00, 0.00, 0.00, -0.02, -0.03, 0.00 } }, + { { 1, 4, 0, 0 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -6, 0, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -5, -2, 0 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -5, -1, 0 }, 0.00027, { 0.00, 0.00, 0.00, 0.08, 0.00, 0.00 } }, + { { 2, -5, 0, 0 }, 0.00050, { 0.02, 0.00, 0.00, 0.15, 0.00, 0.00 } }, + { { 2, -5, 1, 0 }, 0.00005, { 0.00, 0.00, 0.00, 0.01, 0.00, 0.00 } }, + { { 2, -4, -3, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -4, -2, 0 }, 0.00032, { 0.01, 0.00, 0.01, 0.08, 0.00, 0.00 } }, + { { 2, -4, -1, 0 }, 0.00812, { 0.24, 0.00, 0.15, 1.94, 0.00, 0.00 } }, + { { 2, -4, -1, 2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -4, 0, -2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -4, 0, 0 }, 0.01331, { 0.58, 0.00, 0.02, 3.18, 0.00, 0.00 } }, + { { 2, -4, 0, 2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -4, 1, -2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -4, 1, 0 }, 0.00133, { 0.06, 0.00, 0.03, 0.32, 0.00, 0.00 } }, + { { 2, -4, 2, 0 }, 0.00012, { 0.00, 0.00, 0.00, 0.03, 0.00, 0.00 } }, + { { 2, -4, 3, 0 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -3, -4, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -3, -3, 0 }, 0.00049, { 0.01, 0.00, 0.03, 0.09, 0.00, 0.00 } }, + { { 2, -3, -2, -2 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -3, -2, 0 }, 0.00965, { 0.26, 0.00, 0.35, 1.73, 0.00, 0.00 } }, + { { 2, -3, -2, 2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -3, -1, -2 }, -0.00021, { 0.00, 0.00, 0.00, -0.04, 0.00, 0.00 } }, + { { 2, -3, -1, 0 }, 0.24697, { 6.33, -0.03, 4.52, 44.32, 0.00, 0.00 } }, + { { 2, -3, -1, 2 }, -0.00052, { -0.01, -0.02, 0.00, -0.09, 0.00, 0.00 } }, + { { 2, -3, 0, -2 }, 0.00163, { 0.00, 0.07, 0.00, 0.29, 0.00, 0.00 } }, + { { 2, -3, 0, 0 }, 0.33983, { 13.41, -0.12, 0.74, 60.98, 0.00, 0.00 } }, + { { 2, -3, 0, 2 }, -0.00075, { -0.03, -0.03, 0.00, -0.13, 0.00, 0.00 } }, + { { 2, -3, 1, -2 }, -0.00065, { -0.02, -0.03, -0.01, -0.12, 0.00, 0.00 } }, + { { 2, -3, 1, 0 }, 0.03300, { 1.42, -0.02, 0.67, 5.92, 0.00, 0.00 } }, + { { 2, -3, 1, 2 }, -0.00016, { 0.00, 0.00, 0.00, -0.03, 0.00, 0.00 } }, + { { 2, -3, 2, -2 }, -0.00005, { 0.00, 0.00, 0.00, -0.01, 0.00, 0.00 } }, + { { 2, -3, 2, 0 }, 0.00295, { 0.14, 0.00, 0.11, 0.53, 0.00, 0.00 } }, + { { 2, -3, 2, 2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -3, 3, 0 }, 0.00026, { 0.01, 0.00, 0.01, 0.05, 0.00, 0.00 } }, + { { 2, -3, 4, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -2, -5, 0 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -2, -4, -2 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -2, -4, 0 }, 0.00088, { 0.01, 0.00, 0.06, 0.10, 0.00, 0.00 } }, + { { 2, -2, -3, -2 }, -0.00013, { 0.00, 0.00, 0.00, -0.02, 0.00, 0.00 } }, + { { 2, -2, -3, 0 }, 0.01544, { 0.29, 0.00, 0.84, 1.85, 0.00, 0.00 } }, + { { 2, -2, -2, -2 }, -0.00111, { -0.03, -0.05, -0.04, -0.13, 0.00, 0.00 } }, + { { 2, -2, -2, 0 }, 0.29422, { 6.88, -0.03, 10.73, 35.21, 0.00, 0.00 } }, + { { 2, -2, -2, 2 }, -0.00072, { 0.00, -0.03, -0.03, -0.09, 0.00, 0.00 } }, + { { 2, -2, -1, -2 }, -0.00434, { -0.20, -0.19, -0.08, -0.52, 0.00, 0.00 } }, + { { 2, -2, -1, 0 }, 7.37173, { 165.38, -1.06, 134.79, 881.89, -0.04, 0.00 } }, + { { 2, -2, -1, 2 }, -0.01541, { -0.33, -0.69, -0.29, -1.84, 0.00, 0.00 } }, + { { 2, -2, -1, 4 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -2, 0, -4 }, -0.00008, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -2, 0, -2 }, 0.06314, { 0.43, 2.82, -0.04, 7.55, 0.00, 0.00 } }, + { { 2, -2, 0, 0 }, 8.05076, { 289.14, -3.14, 21.09, 962.91, -0.06, 0.00 } }, + { { 2, -2, 0, 2 }, -0.01816, { -0.62, -0.81, -0.12, -2.17, 0.00, 0.00 } }, + { { 2, -2, 0, 4 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -2, 1, -4 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -2, 1, -2 }, -0.01644, { -0.38, -0.74, -0.30, -1.97, 0.00, 0.00 } }, + { { 2, -2, 1, 0 }, 0.75173, { 29.04, -0.43, 15.47, 89.90, 0.00, 0.00 } }, + { { 2, -2, 1, 2 }, -0.00378, { -0.14, -0.17, -0.09, -0.45, 0.00, 0.00 } }, + { { 2, -2, 1, 4 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -2, 2, -2 }, -0.00133, { -0.03, -0.06, -0.05, -0.16, 0.00, 0.00 } }, + { { 2, -2, 2, 0 }, 0.06439, { 2.63, -0.05, 2.50, 7.70, 0.00, 0.00 } }, + { { 2, -2, 2, 2 }, -0.00055, { -0.02, -0.02, -0.02, -0.07, 0.00, 0.00 } }, + { { 2, -2, 3, -2 }, -0.00011, { 0.00, 0.00, 0.00, -0.01, 0.00, 0.00 } }, + { { 2, -2, 3, 0 }, 0.00538, { 0.23, 0.00, 0.31, 0.64, 0.00, 0.00 } }, + { { 2, -2, 3, 2 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -2, 4, 0 }, 0.00044, { 0.02, 0.00, 0.03, 0.05, 0.00, 0.00 } }, + { { 2, -2, 5, 0 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, -6, 0 }, 0.00010, { 0.00, 0.00, 0.01, 0.00, 0.00, 0.00 } }, + { { 2, -1, -5, -2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, -5, 0 }, 0.00178, { 0.01, 0.00, 0.16, 0.11, 0.00, 0.00 } }, + { { 2, -1, -4, -2 }, -0.00036, { 0.00, -0.02, -0.03, -0.02, 0.00, 0.00 } }, + { { 2, -1, -4, 0 }, 0.02949, { 0.41, 0.00, 2.15, 1.77, 0.00, 0.00 } }, + { { 2, -1, -4, 2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, -3, -4 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, -3, -2 }, -0.00365, { -0.08, -0.16, -0.20, -0.22, 0.00, 0.00 } }, + { { 2, -1, -3, 0 }, 0.47842, { 8.72, -0.05, 26.15, 28.63, 0.00, 0.00 } }, + { { 2, -1, -3, 2 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, -2, -4 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, -2, -2 }, -0.02804, { -0.74, -1.25, -1.03, -1.68, 0.00, 0.00 } }, + { { 2, -1, -2, 0 }, 8.60582, { 187.04, -1.14, 313.85, 515.03, 0.02, 0.00 } }, + { { 2, -1, -2, 2 }, -0.02157, { -0.21, -0.97, -0.79, -1.29, 0.00, 0.00 } }, + { { 2, -1, -2, 4 }, 0.00012, { 0.00, 0.01, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, -1, -4 }, -0.00015, { 0.00, -0.01, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, -1, -2 }, -0.06103, { -3.57, -2.72, -1.22, -3.65, 0.00, 0.00 } }, + { { 2, -1, -1, 0 }, 205.44315, { 4157.78, -32.99, 3751.43, 12284.72, -0.13, 0.00 } }, + { { 2, -1, -1, 2 }, -0.42624, { -8.30, -19.01, -7.93, -25.48, 0.00, 0.00 } }, + { { 2, -1, -1, 4 }, 0.00093, { 0.02, 0.08, 0.02, 0.06, 0.00, 0.00 } }, + { { 2, -1, 0, -4 }, -0.00286, { -0.02, -0.26, 0.00, -0.17, 0.00, 0.00 } }, + { { 2, -1, 0, -2 }, 2.14619, { 18.77, 95.81, -0.84, 128.22, 0.05, 0.00 } }, + { { 2, -1, 0, 0 }, 164.73458, { 5378.28, -77.43, 545.71, 9844.15, -0.18, 0.00 } }, + { { 2, -1, 0, 2 }, -0.38215, { -11.75, -16.94, -3.10, -22.84, 0.00, 0.00 } }, + { { 2, -1, 0, 4 }, 0.00089, { 0.03, 0.08, 0.01, 0.05, 0.00, 0.00 } }, + { { 2, -1, 1, -4 }, 0.00018, { 0.00, 0.02, 0.00, 0.01, 0.00, 0.00 } }, + { { 2, -1, 1, -2 }, -0.37453, { -6.50, -16.89, -6.91, -22.36, 0.00, 0.00 } }, + { { 2, -1, 1, 0 }, 14.53078, { 497.46, -9.38, 307.25, 867.99, 0.00, 0.00 } }, + { { 2, -1, 1, 2 }, -0.07373, { -2.45, -3.26, -1.77, -4.40, 0.00, 0.00 } }, + { { 2, -1, 1, 4 }, 0.00025, { 0.00, 0.02, 0.00, 0.02, 0.00, 0.00 } }, + { { 2, -1, 2, -4 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, 2, -2 }, -0.02887, { -0.54, -1.30, -1.06, -1.72, 0.00, 0.00 } }, + { { 2, -1, 2, 0 }, 1.17704, { 41.72, -0.96, 46.23, 70.28, 0.00, 0.00 } }, + { { 2, -1, 2, 2 }, -0.01007, { -0.35, -0.44, -0.42, -0.60, 0.00, 0.00 } }, + { { 2, -1, 2, 4 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, 3, -2 }, -0.00232, { -0.05, -0.10, -0.13, -0.14, 0.00, 0.00 } }, + { { 2, -1, 3, 0 }, 0.09320, { 3.39, -0.09, 5.36, 5.56, 0.00, 0.00 } }, + { { 2, -1, 3, 2 }, -0.00117, { -0.04, -0.05, -0.07, -0.07, 0.00, 0.00 } }, + { { 2, -1, 4, -2 }, -0.00019, { 0.00, 0.00, -0.01, -0.01, 0.00, 0.00 } }, + { { 2, -1, 4, 0 }, 0.00730, { 0.27, 0.00, 0.55, 0.44, 0.00, 0.00 } }, + { { 2, -1, 4, 2 }, -0.00012, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, 5, -2 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, 5, 0 }, 0.00057, { 0.02, 0.00, 0.05, 0.03, 0.00, 0.00 } }, + { { 2, -1, 5, 2 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, 6, 0 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -8, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -7, 0 }, 0.00036, { 0.00, 0.00, 0.05, 0.00, 0.00, 0.00 } }, + { { 2, 0, -6, -2 }, -0.00011, { 0.00, 0.00, -0.01, 0.00, 0.00, 0.00 } }, + { { 2, 0, -6, 0 }, 0.00497, { 0.10, 0.00, 0.54, 0.00, 0.00, 0.00 } }, + { { 2, 0, -5, -2 }, -0.00111, { -0.02, -0.05, -0.10, 0.00, 0.00, 0.00 } }, + { { 2, 0, -5, 0 }, 0.06850, { 1.40, -0.03, 6.24, 0.00, 0.00, 0.00 } }, + { { 2, 0, -5, 2 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -4, -4 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -4, -2 }, -0.01077, { -0.24, -0.48, -0.79, 0.00, 0.00, 0.00 } }, + { { 2, 0, -4, 0 }, 0.94827, { 19.71, -0.30, 69.11, 0.06, 0.00, 0.00 } }, + { { 2, 0, -4, 2 }, -0.00054, { 0.00, -0.03, -0.04, 0.00, 0.00, 0.00 } }, + { { 2, 0, -3, -4 }, 0.00024, { 0.00, 0.02, 0.01, 0.00, 0.00, 0.00 } }, + { { 2, 0, -3, -2 }, -0.09154, { -2.11, -4.08, -5.03, 0.00, 0.00, 0.00 } }, + { { 2, 0, -3, 0 }, 13.19400, { 279.87, -3.19, 721.29, 0.65, 0.14, 0.00 } }, + { { 2, 0, -3, 2 }, 0.00467, { 0.38, 0.20, 0.24, 0.00, 0.00, 0.00 } }, + { { 2, 0, -3, 4 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -2, -4 }, 0.00037, { 0.03, 0.03, 0.02, 0.00, 0.00, 0.00 } }, + { { 2, 0, -2, -2 }, -0.56065, { -14.54, -24.99, -20.69, -0.01, 0.00, 0.00 } }, + { { 2, 0, -2, 0 }, 211.65487, { 4685.54, -42.06, 7715.64, 7.86, 2.12, -0.01 } }, + { { 2, 0, -2, 2 }, -0.53572, { -4.50, -24.12, -19.50, 0.04, -0.01, 0.00 } }, + { { 2, 0, -2, 4 }, 0.00282, { 0.02, 0.25, 0.10, 0.00, 0.00, 0.00 } }, + { { 2, 0, -1, -6 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -1, -4 }, -0.00850, { 0.00, -0.76, -0.14, 0.00, 0.00, 0.00 } }, + { { 2, 0, -1, -2 }, 0.17903, { -34.06, 7.98, 1.01, 0.03, 0.18, 0.00 } }, + { { 2, 0, -1, 0 }, 4586.43061, { 87132.46, -842.12, 83586.18, -191.17, 20.31, -0.17 } }, + { { 2, 0, -1, 2 }, -9.36601, { -173.58, -417.66, -173.70, 0.48, -0.06, 0.00 } }, + { { 2, 0, -1, 4 }, 0.01993, { 0.36, 1.78, 0.39, 0.00, 0.00, 0.00 } }, + { { 2, 0, -1, 6 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 0, -6 }, 0.00015, { 0.00, 0.02, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 0, -4 }, -0.07518, { -0.70, -6.72, 0.06, 0.00, 0.00, 0.00 } }, + { { 2, 0, 0, -2 }, 55.17801, { 530.97, 2463.55, -15.35, -6.96, 1.20, 0.00 } }, + { { 2, 0, 0, 0 }, 2369.91227, { 69551.14, -1472.50, 10817.07, -255.36, 22.07, -0.15 } }, + { { 2, 0, 0, 2 }, -5.74170, { -155.85, -254.00, -59.77, 0.64, -0.10, 0.00 } }, + { { 2, 0, 0, 4 }, 0.01372, { 0.35, 1.22, 0.21, 0.00, 0.00, 0.00 } }, + { { 2, 0, 0, 6 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 1, -6 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 1, -4 }, 0.00056, { 0.10, 0.05, 0.01, 0.00, 0.00, 0.00 } }, + { { 2, 0, 1, -2 }, -6.38325, { -72.70, -288.51, -117.47, 1.16, 0.00, 0.00 } }, + { { 2, 0, 1, 0 }, 191.95575, { 5619.27, -153.09, 4250.55, -30.10, 2.78, -0.02 } }, + { { 2, 0, 1, 2 }, -0.99023, { -27.73, -43.70, -25.33, 0.16, -0.02, 0.00 } }, + { { 2, 0, 1, 4 }, 0.00344, { 0.09, 0.31, 0.10, 0.00, 0.00, 0.00 } }, + { { 2, 0, 1, 6 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 2, -4 }, 0.00008, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 2, -2 }, -0.45380, { -4.94, -20.52, -16.63, 0.10, 0.00, 0.00 } }, + { { 2, 0, 2, 0 }, 14.37964, { 417.80, -13.71, 577.47, -3.08, 0.28, 0.00 } }, + { { 2, 0, 2, 2 }, -0.12386, { -3.49, -5.45, -5.28, 0.03, 0.00, 0.00 } }, + { { 2, 0, 2, 4 }, 0.00059, { 0.02, 0.05, 0.03, 0.00, 0.00, 0.00 } }, + { { 2, 0, 3, -4 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 3, -2 }, -0.03336, { -0.35, -1.51, -1.83, 0.00, 0.00, 0.00 } }, + { { 2, 0, 3, 0 }, 1.05949, { 30.46, -1.16, 61.74, -0.30, 0.03, 0.00 } }, + { { 2, 0, 3, 2 }, -0.01332, { -0.37, -0.59, -0.80, 0.00, 0.00, 0.00 } }, + { { 2, 0, 3, 4 }, 0.00008, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 4, -2 }, -0.00247, { -0.03, -0.11, -0.18, 0.00, 0.00, 0.00 } }, + { { 2, 0, 4, 0 }, 0.07765, { 2.20, -0.10, 5.93, -0.03, 0.00, 0.00 } }, + { { 2, 0, 4, 2 }, -0.00131, { -0.04, -0.06, -0.10, 0.00, 0.00, 0.00 } }, + { { 2, 0, 4, 4 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 5, -2 }, -0.00018, { 0.00, 0.00, -0.02, 0.00, 0.00, 0.00 } }, + { { 2, 0, 5, 0 }, 0.00568, { 0.16, 0.00, 0.54, 0.00, 0.00, 0.00 } }, + { { 2, 0, 5, 2 }, -0.00012, { 0.00, 0.00, -0.01, 0.00, 0.00, 0.00 } }, + { { 2, 0, 6, -2 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 6, 0 }, 0.00041, { 0.01, 0.00, 0.05, 0.00, 0.00, 0.00 } }, + { { 2, 0, 6, 2 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 7, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, -7, 0 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, -6, 0 }, 0.00015, { 0.01, 0.00, 0.02, 0.00, 0.00, 0.00 } }, + { { 2, 1, -5, -2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, -5, 0 }, 0.00173, { 0.12, 0.00, 0.16, 0.10, 0.00, 0.00 } }, + { { 2, 1, -4, -2 }, -0.00020, { -0.02, 0.00, -0.01, -0.01, 0.00, 0.00 } }, + { { 2, 1, -4, 0 }, 0.01819, { 1.37, -0.02, 1.32, 1.10, 0.00, 0.00 } }, + { { 2, 1, -4, 2 }, -0.00003, { 0.04, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 2, 1, -3, -2 }, -0.00116, { -0.10, -0.05, -0.06, -0.07, 0.00, 0.00 } }, + { { 2, 1, -3, 0 }, 0.17624, { 15.80, -0.23, 9.59, 10.63, 0.05, 0.00 } }, + { { 2, 1, -3, 2 }, -0.00024, { 0.00, -0.01, -0.02, -0.02, 0.00, 0.00 } }, + { { 2, 1, -2, -4 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, -2, -2 }, -0.00346, { -0.43, -0.15, -0.13, -0.21, 0.00, 0.00 } }, + { { 2, 1, -2, 0 }, 2.48897, { 257.30, -3.72, 89.71, 150.19, 0.26, 0.00 } }, + { { 2, 1, -2, 2 }, -0.00001, { -0.34, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, -1, -4 }, 0.00017, { 0.00, 0.02, 0.00, 0.01, 0.00, 0.00 } }, + { { 2, 1, -1, -2 }, -0.00228, { 0.76, -0.11, -0.05, -0.13, 0.00, 0.00 } }, + { { 2, 1, -1, 0 }, -28.39810, { 915.46, -16.70, -528.73, -1693.30, -0.38, 0.00 } }, + { { 2, 1, -1, 2 }, 0.06742, { -1.63, 3.04, 1.29, 4.02, 0.00, 0.00 } }, + { { 2, 1, -1, 4 }, -0.00016, { 0.00, -0.01, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, 0, -4 }, 0.00198, { 0.03, 0.18, 0.00, 0.12, 0.00, 0.00 } }, + { { 2, 1, 0, -2 }, -1.43724, { -23.32, -64.11, -0.16, -86.03, -0.04, 0.00 } }, + { { 2, 1, 0, 0 }, -24.35910, { -661.00, 29.13, -128.06, -1457.61, -5.21, 0.03 } }, + { { 2, 1, 0, 2 }, 0.06541, { 1.46, 2.86, 0.75, 3.91, 0.03, 0.00 } }, + { { 2, 1, 0, 4 }, -0.00017, { 0.00, -0.02, 0.00, -0.01, 0.00, 0.00 } }, + { { 2, 1, 1, -4 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, 1, -2 }, 0.08472, { -0.38, 3.85, 1.59, 5.05, 0.00, 0.00 } }, + { { 2, 1, 1, 0 }, -2.91464, { -100.96, 4.26, -66.13, -174.49, -0.75, 0.00 } }, + { { 2, 1, 1, 2 }, 0.01605, { 0.51, 0.70, 0.42, 0.96, 0.00, 0.00 } }, + { { 2, 1, 1, 4 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, 2, -2 }, 0.00889, { 0.07, 0.40, 0.33, 0.53, 0.00, 0.00 } }, + { { 2, 1, 2, 0 }, -0.29023, { -11.13, 0.47, -11.80, -17.38, -0.08, 0.00 } }, + { { 2, 1, 2, 2 }, 0.00262, { 0.10, 0.11, 0.11, 0.16, 0.00, 0.00 } }, + { { 2, 1, 2, 4 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, 3, -2 }, 0.00085, { 0.01, 0.04, 0.05, 0.05, 0.00, 0.00 } }, + { { 2, 1, 3, 0 }, -0.02676, { -1.08, 0.05, -1.57, -1.60, 0.00, 0.00 } }, + { { 2, 1, 3, 2 }, 0.00035, { 0.01, 0.02, 0.02, 0.02, 0.00, 0.00 } }, + { { 2, 1, 4, -2 }, 0.00008, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, 4, 0 }, -0.00236, { -0.10, 0.00, -0.18, -0.14, 0.00, 0.00 } }, + { { 2, 1, 4, 2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, 5, 0 }, -0.00020, { 0.00, 0.00, -0.02, -0.01, 0.00, 0.00 } }, + { { 2, 1, 6, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, -5, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, -4, 0 }, -0.00049, { 0.00, 0.00, -0.04, -0.06, 0.00, 0.00 } }, + { { 2, 2, -3, -2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, -3, 0 }, -0.00944, { -0.26, 0.00, -0.53, -1.14, 0.00, 0.00 } }, + { { 2, 2, -3, 2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, -2, -2 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, -2, 0 }, -0.24990, { -10.76, 0.11, -9.20, -29.88, -0.02, 0.00 } }, + { { 2, 2, -2, 2 }, 0.00060, { 0.02, 0.03, 0.02, 0.07, 0.00, 0.00 } }, + { { 2, 2, -1, -4 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, -1, -2 }, -0.00654, { -0.24, -0.29, -0.09, -0.78, 0.00, 0.00 } }, + { { 2, 2, -1, 0 }, -2.52138, { -84.66, 0.74, -46.07, -302.13, 0.07, 0.00 } }, + { { 2, 2, -1, 2 }, 0.00515, { 0.17, 0.23, 0.10, 0.62, 0.00, 0.00 } }, + { { 2, 2, -1, 4 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, 0, -4 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, 0, -2 }, -0.02349, { -0.29, -0.90, 0.49, -2.75, 0.04, 0.00 } }, + { { 2, 2, 0, 0 }, -0.18576, { -6.48, 0.33, -6.56, -22.26, 0.39, 0.00 } }, + { { 2, 2, 0, 2 }, 0.00096, { 0.03, 0.04, 0.03, 0.11, 0.00, 0.00 } }, + { { 2, 2, 1, -2 }, -0.00200, { -0.12, -0.07, 0.00, -0.23, 0.00, 0.00 } }, + { { 2, 2, 1, 0 }, -0.01343, { -0.46, 0.03, -0.71, -1.61, 0.06, 0.00 } }, + { { 2, 2, 1, 2 }, 0.00012, { 0.00, 0.00, 0.00, 0.01, 0.00, 0.00 } }, + { { 2, 2, 2, -2 }, -0.00014, { 0.00, 0.00, 0.00, -0.02, 0.00, 0.00 } }, + { { 2, 2, 2, 0 }, -0.00066, { -0.01, 0.00, -0.06, -0.08, 0.00, 0.00 } }, + { { 2, 2, 3, -2 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 3, -3, 0 }, -0.00009, { 0.00, 0.00, 0.00, -0.02, 0.00, 0.00 } }, + { { 2, 3, -2, 0 }, -0.00093, { -0.06, 0.00, -0.03, -0.17, 0.00, 0.00 } }, + { { 2, 3, -1, -2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 3, -1, 0 }, -0.00188, { -0.12, 0.00, -0.03, -0.34, 0.00, 0.00 } }, + { { 2, 3, 0, -2 }, 0.00007, { 0.00, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 2, 3, 0, 0 }, 0.00038, { 0.03, 0.00, 0.02, 0.07, 0.00, 0.00 } }, + { { 2, 3, 1, -2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 3, 1, 0 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 4, -2, 0 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 4, -1, 0 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, -4, -1, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, -4, 0, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, -3, -2, 0 }, -0.00017, { 0.00, 0.00, 0.00, -0.03, -0.07, 0.00 } }, + { { 3, -3, -1, 0 }, -0.00053, { -0.02, 0.00, 0.00, -0.09, -0.21, 0.00 } }, + { { 3, -3, 0, -2 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 3, -3, 0, 0 }, 0.00030, { 0.00, 0.00, 0.00, 0.05, 0.12, 0.00 } }, + { { 3, -3, 1, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.01, 0.00 } }, + { { 3, -2, -3, 0 }, -0.00014, { 0.00, 0.00, 0.00, -0.02, -0.06, 0.00 } }, + { { 3, -2, -2, 0 }, -0.00399, { -0.10, 0.00, -0.15, -0.48, -1.55, 0.00 } }, + { { 3, -2, -1, -2 }, -0.00008, { 0.00, 0.00, 0.00, 0.00, -0.03, 0.00 } }, + { { 3, -2, -1, 0 }, -0.01182, { -0.50, 0.00, -0.23, -1.41, -4.60, 0.02 } }, + { { 3, -2, -1, 2 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.01, 0.00 } }, + { { 3, -2, 0, -2 }, -0.00102, { -0.02, -0.05, 0.00, -0.12, -0.40, 0.00 } }, + { { 3, -2, 0, 0 }, 0.00518, { 0.05, 0.00, -0.05, 0.62, 2.01, -0.01 } }, + { { 3, -2, 1, -2 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 3, -2, 1, 0 }, 0.00037, { 0.00, 0.00, 0.00, 0.04, 0.15, 0.00 } }, + { { 3, -1, -4, 0 }, -0.00013, { 0.00, 0.00, 0.00, 0.00, -0.05, 0.00 } }, + { { 3, -1, -3, 0 }, -0.00297, { -0.06, 0.00, -0.16, -0.18, -1.16, 0.00 } }, + { { 3, -1, -2, 0 }, -0.08311, { -1.91, 0.02, -3.04, -4.98, -32.32, 0.17 } }, + { { 3, -1, -2, 2 }, 0.00020, { 0.00, 0.00, 0.00, 0.01, 0.08, 0.00 } }, + { { 3, -1, -1, -2 }, -0.00189, { -0.02, -0.08, -0.03, -0.11, -0.73, 0.00 } }, + { { 3, -1, -1, 0 }, -0.23141, { -9.24, 0.19, -4.48, -13.78, -89.98, 0.47 } }, + { { 3, -1, -1, 2 }, 0.00075, { 0.03, 0.03, 0.02, 0.05, 0.29, 0.00 } }, + { { 3, -1, 0, -4 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, -1, 0, -2 }, -0.01948, { -0.34, -0.87, 0.00, -1.16, -7.57, 0.04 } }, + { { 3, -1, 0, 0 }, 0.06507, { -0.18, 0.16, -1.04, 3.93, 25.30, -0.13 } }, + { { 3, -1, 0, 2 }, 0.00020, { 0.02, 0.00, 0.00, 0.01, 0.08, 0.00 } }, + { { 3, -1, 1, -2 }, -0.00084, { 0.00, -0.04, -0.01, -0.05, -0.33, 0.00 } }, + { { 3, -1, 1, 0 }, 0.00330, { -0.25, 0.03, -0.05, 0.21, 1.28, 0.00 } }, + { { 3, -1, 1, 2 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 3, -1, 2, -2 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 3, -1, 2, 0 }, -0.00011, { -0.05, 0.00, -0.01, 0.00, -0.04, 0.00 } }, + { { 3, -1, 2, 2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, -1, 3, 0 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 3, 0, -5, 0 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 3, 0, -4, -2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 0, -4, 0 }, -0.00174, { 0.00, 0.00, -0.13, 0.00, -0.68, 0.00 } }, + { { 3, 0, -3, -2 }, 0.00011, { 0.00, 0.00, 0.00, 0.00, 0.04, 0.00 } }, + { { 3, 0, -3, 0 }, -0.04442, { -0.91, 0.00, -2.43, -0.03, -17.27, 0.09 } }, + { { 3, 0, -3, 2 }, 0.00011, { 0.00, 0.00, 0.00, 0.00, 0.04, 0.00 } }, + { { 3, 0, -2, -2 }, -0.00028, { 0.02, -0.01, 0.00, 0.00, -0.11, 0.00 } }, + { { 3, 0, -2, 0 }, -1.22412, { -28.10, 0.42, -44.73, -0.15, -475.97, 2.51 } }, + { { 3, 0, -2, 2 }, 0.00298, { 0.07, 0.13, 0.11, 0.00, 1.16, 0.00 } }, + { { 3, 0, -2, 4 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 0, -1, -4 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 3, 0, -1, -2 }, -0.02979, { -0.39, -1.33, -0.54, 0.00, -11.59, 0.06 } }, + { { 3, 0, -1, 0 }, -3.20968, { -121.62, 3.09, -62.39, 1.61, -1248.01, 6.58 } }, + { { 3, 0, -1, 2 }, 0.01215, { 0.48, 0.53, 0.25, 0.00, 4.72, -0.02 } }, + { { 3, 0, -1, 4 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 3, 0, 0, -4 }, 0.00025, { 0.00, 0.02, 0.00, 0.00, 0.10, 0.00 } }, + { { 3, 0, 0, -2 }, -0.25304, { -3.60, -11.27, 0.10, 0.08, -98.39, 0.52 } }, + { { 3, 0, 0, 0 }, 0.40423, { -12.92, 2.28, -14.17, 1.05, 157.17, -0.83 } }, + { { 3, 0, 0, 2 }, 0.00375, { 0.24, 0.16, 0.11, 0.00, 1.46, 0.00 } }, + { { 3, 0, 0, 4 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 0, 1, -4 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 3, 0, 1, -2 }, -0.01062, { -0.05, -0.47, -0.18, 0.00, -4.13, 0.02 } }, + { { 3, 0, 1, 0 }, 0.00037, { -3.59, 0.36, -1.36, 0.18, 0.14, 0.00 } }, + { { 3, 0, 1, 2 }, 0.00083, { 0.06, 0.03, 0.03, 0.00, 0.32, 0.00 } }, + { { 3, 0, 2, -2 }, -0.00051, { 0.00, -0.02, -0.02, 0.00, -0.20, 0.00 } }, + { { 3, 0, 2, 0 }, -0.00389, { -0.50, 0.04, -0.26, 0.02, -1.51, 0.00 } }, + { { 3, 0, 2, 2 }, 0.00014, { 0.00, 0.00, 0.00, 0.00, 0.05, 0.00 } }, + { { 3, 0, 3, -2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 0, 3, 0 }, -0.00062, { -0.05, 0.00, -0.04, 0.00, -0.24, 0.00 } }, + { { 3, 0, 3, 2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 0, 4, 0 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, -0.03, 0.00 } }, + { { 3, 1, -5, 0 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 3, 1, -4, 0 }, -0.00059, { -0.02, 0.00, -0.04, -0.04, -0.23, 0.00 } }, + { { 3, 1, -3, -2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 1, -3, 0 }, -0.00623, { -0.30, 0.00, -0.34, -0.37, -2.42, 0.01 } }, + { { 3, 1, -3, 2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 1, -2, -2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 1, -2, 0 }, -0.04189, { -2.51, 0.02, -1.50, -2.52, -16.29, 0.09 } }, + { { 3, 1, -2, 2 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.03, 0.00 } }, + { { 3, 1, -1, -2 }, 0.00116, { 0.02, 0.05, 0.02, 0.07, 0.45, 0.00 } }, + { { 3, 1, -1, 0 }, 0.27377, { 5.06, -0.24, 5.22, 16.36, 106.45, -0.56 } }, + { { 3, 1, -1, 2 }, -0.00138, { -0.02, -0.06, -0.03, -0.08, -0.53, 0.00 } }, + { { 3, 1, 0, -2 }, 0.00891, { 0.14, 0.40, -0.01, 0.53, 3.46, -0.02 } }, + { { 3, 1, 0, 0 }, 0.14990, { 4.45, -0.27, 1.61, 8.95, 58.29, -0.31 } }, + { { 3, 1, 0, 2 }, -0.00096, { -0.03, -0.04, -0.01, -0.06, -0.37, 0.00 } }, + { { 3, 1, 1, -2 }, 0.00020, { 0.00, 0.00, 0.00, 0.01, 0.08, 0.00 } }, + { { 3, 1, 1, 0 }, 0.02244, { 0.70, -0.04, 0.59, 1.34, 8.73, -0.05 } }, + { { 3, 1, 1, 2 }, -0.00022, { 0.00, 0.00, 0.00, -0.01, -0.09, 0.00 } }, + { { 3, 1, 2, -2 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 1, 2, 0 }, 0.00256, { 0.08, 0.00, 0.11, 0.15, 1.00, 0.00 } }, + { { 3, 1, 2, 2 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 3, 1, 3, 0 }, 0.00026, { 0.00, 0.00, 0.02, 0.02, 0.10, 0.00 } }, + { { 3, 1, 4, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 2, -4, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 2, -3, 0 }, -0.00020, { 0.00, 0.00, -0.01, -0.02, -0.08, 0.00 } }, + { { 3, 2, -2, 0 }, -0.00036, { -0.06, 0.00, -0.01, -0.04, -0.14, 0.00 } }, + { { 3, 2, -1, -2 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 2, -1, 0 }, -0.00127, { 0.07, 0.00, -0.03, -0.15, -0.49, 0.00 } }, + { { 3, 2, 0, -2 }, -0.00009, { 0.00, 0.00, 0.00, -0.02, -0.04, 0.00 } }, + { { 3, 2, 0, 0 }, -0.00191, { -0.05, 0.00, -0.02, -0.23, -0.74, 0.00 } }, + { { 3, 2, 0, 2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 2, 1, 0 }, -0.00039, { -0.01, 0.00, 0.00, -0.05, -0.15, 0.00 } }, + { { 3, 2, 2, 0 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 3, 3, -3, 0 }, 0.00000, { 0.00, 0.00, 0.00, -0.02, -0.03, 0.00 } }, + { { 3, 3, -2, -2 }, 0.00000, { -0.03, 0.01, -0.03, 0.00, -0.08, 0.00 } }, + { { 3, 3, -2, 0 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.01, 0.00 } }, + { { 3, 3, -1, 0 }, -0.00014, { 0.00, 0.00, 0.00, -0.02, -0.05, 0.00 } }, + { { 3, 3, 0, -2 }, -0.00002, { -0.09, 0.07, -0.08, -0.08, 0.05, 0.00 } }, + { { 3, 3, 0, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -5, -2, 0 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -5, -1, 0 }, 0.00004, { 0.00, 0.00, 0.00, 0.01, 0.00, 0.00 } }, + { { 4, -5, 0, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -4, -3, 0 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -4, -2, 0 }, 0.00033, { 0.02, 0.00, 0.01, 0.08, 0.00, 0.00 } }, + { { 4, -4, -1, 0 }, 0.00086, { 0.05, 0.00, 0.02, 0.21, 0.00, 0.00 } }, + { { 4, -4, 0, 0 }, 0.00054, { 0.04, 0.00, 0.00, 0.13, 0.00, 0.00 } }, + { { 4, -4, 1, 0 }, 0.00009, { 0.00, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 4, -4, 2, 0 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -3, -3, 0 }, 0.00027, { 0.01, 0.00, 0.01, 0.05, 0.00, 0.00 } }, + { { 4, -3, -2, 0 }, 0.00755, { 0.33, 0.00, 0.28, 1.35, 0.00, 0.00 } }, + { { 4, -3, -2, 2 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -3, -1, -2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -3, -1, 0 }, 0.01741, { 0.97, -0.01, 0.36, 3.12, 0.00, 0.00 } }, + { { 4, -3, -1, 2 }, -0.00009, { 0.00, 0.00, 0.00, -0.02, 0.00, 0.00 } }, + { { 4, -3, 0, -2 }, 0.00007, { 0.00, 0.00, 0.00, 0.01, 0.00, 0.00 } }, + { { 4, -3, 0, 0 }, 0.00971, { 0.65, 0.00, 0.11, 1.74, 0.00, 0.00 } }, + { { 4, -3, 0, 2 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -3, 1, -2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -3, 1, 0 }, 0.00160, { 0.11, 0.00, 0.04, 0.29, 0.00, 0.00 } }, + { { 4, -3, 1, 2 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -3, 2, 0 }, 0.00020, { 0.01, 0.00, 0.00, 0.04, 0.00, 0.00 } }, + { { 4, -3, 3, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, -5, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, -4, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, -3, 0 }, 0.00560, { 0.27, 0.00, 0.31, 0.67, 0.00, 0.00 } }, + { { 4, -2, -3, 2 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, -2, -2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, -2, 0 }, 0.15781, { 6.46, -0.06, 5.77, 18.87, 0.00, 0.00 } }, + { { 4, -2, -2, 2 }, -0.00090, { -0.04, -0.04, -0.03, -0.11, 0.00, 0.00 } }, + { { 4, -2, -1, -2 }, 0.00108, { 0.00, 0.05, 0.02, 0.13, 0.00, 0.00 } }, + { { 4, -2, -1, 0 }, 0.30874, { 16.37, -0.23, 6.49, 36.90, 0.00, 0.00 } }, + { { 4, -2, -1, 2 }, -0.00160, { -0.08, -0.07, -0.04, -0.19, 0.00, 0.00 } }, + { { 4, -2, 0, -2 }, 0.00091, { 0.07, 0.04, -0.02, 0.11, 0.00, 0.00 } }, + { { 4, -2, 0, 0 }, 0.15227, { 9.62, -0.17, 1.88, 18.19, 0.01, 0.00 } }, + { { 4, -2, 0, 2 }, -0.00089, { -0.05, -0.04, -0.02, -0.11, 0.00, 0.00 } }, + { { 4, -2, 1, -2 }, -0.00052, { -0.02, -0.02, -0.01, -0.06, 0.00, 0.00 } }, + { { 4, -2, 1, 0 }, 0.02411, { 1.58, -0.03, 0.66, 2.88, 0.00, 0.00 } }, + { { 4, -2, 1, 2 }, -0.00021, { -0.01, 0.00, 0.00, -0.02, 0.00, 0.00 } }, + { { 4, -2, 2, -2 }, -0.00009, { 0.00, 0.00, 0.00, -0.01, 0.00, 0.00 } }, + { { 4, -2, 2, 0 }, 0.00290, { 0.20, 0.00, 0.13, 0.35, 0.00, 0.00 } }, + { { 4, -2, 2, 2 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, 3, -2 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, 3, 0 }, 0.00031, { 0.02, 0.00, 0.02, 0.04, 0.00, 0.00 } }, + { { 4, -2, 4, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, -6, 0 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, -5, 0 }, -0.00034, { -0.01, 0.00, -0.03, -0.02, 0.00, 0.00 } }, + { { 4, -1, -4, -2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, -4, 0 }, -0.00020, { 0.00, 0.00, -0.01, -0.01, 0.00, 0.00 } }, + { { 4, -1, -3, -2 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, -3, 0 }, 0.09982, { 4.58, -0.04, 5.46, 5.98, 0.02, 0.00 } }, + { { 4, -1, -3, 2 }, -0.00078, { -0.03, -0.04, -0.04, -0.05, 0.00, 0.00 } }, + { { 4, -1, -2, -4 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, -2, -2 }, 0.00043, { 0.00, 0.02, 0.02, 0.03, 0.00, 0.00 } }, + { { 4, -1, -2, 0 }, 2.73198, { 106.73, -1.04, 99.83, 163.20, 0.11, 0.00 } }, + { { 4, -1, -2, 2 }, -0.01533, { -0.59, -0.68, -0.57, -0.92, 0.00, 0.00 } }, + { { 4, -1, -2, 4 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, -1, -4 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, -1, -2 }, 0.02289, { 0.27, 1.02, 0.41, 1.36, 0.02, 0.00 } }, + { { 4, -1, -1, 0 }, 4.37416, { 221.00, -3.71, 93.87, 260.99, -0.05, 0.00 } }, + { { 4, -1, -1, 2 }, -0.02273, { -1.12, -1.00, -0.56, -1.36, 0.00, 0.00 } }, + { { 4, -1, -1, 4 }, 0.00008, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, 0, -4 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, 0, -2 }, 0.00666, { 0.75, 0.26, -0.27, 0.39, 0.02, 0.00 } }, + { { 4, -1, 0, 0 }, 1.87083, { 111.80, -2.35, 25.65, 111.49, 0.16, 0.00 } }, + { { 4, -1, 0, 2 }, -0.01114, { -0.64, -0.49, -0.23, -0.66, 0.00, 0.00 } }, + { { 4, -1, 0, 4 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, 1, -4 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, 1, -2 }, -0.00732, { -0.28, -0.33, -0.18, -0.44, 0.00, 0.00 } }, + { { 4, -1, 1, 0 }, 0.28251, { 17.39, -0.42, 8.05, 16.82, 0.02, 0.00 } }, + { { 4, -1, 1, 2 }, -0.00251, { -0.15, -0.11, -0.08, -0.15, 0.00, 0.00 } }, + { { 4, -1, 1, 4 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, 2, -2 }, -0.00121, { -0.05, -0.05, -0.05, -0.07, 0.00, 0.00 } }, + { { 4, -1, 2, 0 }, 0.03274, { 2.05, -0.06, 1.49, 1.95, 0.00, 0.00 } }, + { { 4, -1, 2, 2 }, -0.00041, { -0.03, -0.02, -0.02, -0.02, 0.00, 0.00 } }, + { { 4, -1, 3, -2 }, -0.00014, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, 3, 0 }, 0.00336, { 0.21, 0.00, 0.21, 0.20, 0.00, 0.00 } }, + { { 4, -1, 3, 2 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, 4, -2 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, 4, 0 }, 0.00032, { 0.02, 0.00, 0.03, 0.02, 0.00, 0.00 } }, + { { 4, -1, 5, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -7, 0 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -6, -2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -6, 0 }, -0.00062, { -0.03, 0.00, -0.07, 0.00, 0.00, 0.00 } }, + { { 4, 0, -5, -2 }, 0.00010, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -5, 0 }, -0.00431, { -0.18, 0.00, -0.39, 0.00, 0.00, 0.00 } }, + { { 4, 0, -4, -2 }, 0.00042, { 0.02, 0.02, 0.03, 0.00, 0.00, 0.00 } }, + { { 4, 0, -4, 0 }, -0.00070, { 0.03, 0.00, -0.05, 0.00, 0.00, 0.00 } }, + { { 4, 0, -4, 2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -3, -4 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -3, -2 }, 0.00023, { 0.02, 0.01, 0.01, 0.00, 0.00, 0.00 } }, + { { 4, 0, -3, 0 }, 1.18682, { 52.89, -0.50, 64.88, 0.22, 0.25, 0.00 } }, + { { 4, 0, -3, 2 }, -0.00934, { -0.29, -0.42, -0.51, 0.00, 0.00, 0.00 } }, + { { 4, 0, -3, 4 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -2, -4 }, 0.00013, { 0.00, 0.01, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -2, -2 }, 0.00662, { 0.09, 0.29, 0.24, 0.00, 0.00, 0.00 } }, + { { 4, 0, -2, 0 }, 30.77247, { 1164.74, -12.42, 1123.35, -4.25, 1.18, 0.00 } }, + { { 4, 0, -2, 2 }, -0.16977, { -6.36, -7.54, -6.26, 0.03, 0.00, 0.00 } }, + { { 4, 0, -2, 4 }, 0.00061, { 0.02, 0.05, 0.02, 0.00, 0.00, 0.00 } }, + { { 4, 0, -1, -4 }, 0.00017, { 0.01, 0.01, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -1, -2 }, 0.30086, { 5.06, 13.37, 5.39, -0.19, 0.15, 0.00 } }, + { { 4, 0, -1, 0 }, 38.42974, { 1853.28, -37.86, 849.77, -9.84, 0.08, 0.00 } }, + { { 4, 0, -1, 2 }, -0.20134, { -9.45, -8.85, -5.16, 0.05, 0.00, 0.00 } }, + { { 4, 0, -1, 4 }, 0.00072, { 0.03, 0.06, 0.02, 0.00, 0.00, 0.00 } }, + { { 4, 0, 0, -4 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, 0, -2 }, -0.02391, { 4.23, -1.47, -2.51, -0.04, 0.16, 0.00 } }, + { { 4, 0, 0, 0 }, 13.89903, { 782.37, -19.88, 215.74, -5.22, 1.37, 0.00 } }, + { { 4, 0, 0, 2 }, -0.08500, { -4.56, -3.71, -1.97, 0.03, 0.00, 0.00 } }, + { { 4, 0, 0, 4 }, 0.00035, { 0.02, 0.03, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, 1, -4 }, -0.00061, { 0.00, -0.05, -0.01, 0.00, 0.00, 0.00 } }, + { { 4, 0, 1, -2 }, -0.06601, { -2.12, -2.98, -1.62, 0.03, 0.02, 0.00 } }, + { { 4, 0, 1, 0 }, 1.97772, { 113.34, -3.31, 59.21, -0.94, 0.18, 0.00 } }, + { { 4, 0, 1, 2 }, -0.01781, { -0.99, -0.77, -0.63, 0.00, 0.00, 0.00 } }, + { { 4, 0, 1, 4 }, 0.00009, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, 2, -4 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, 2, -2 }, -0.00980, { -0.35, -0.44, -0.41, 0.00, 0.00, 0.00 } }, + { { 4, 0, 2, 0 }, 0.21853, { 12.57, -0.41, 10.19, -0.13, 0.02, 0.00 } }, + { { 4, 0, 2, 2 }, -0.00274, { -0.15, -0.12, -0.14, 0.00, 0.00, 0.00 } }, + { { 4, 0, 2, 4 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, 3, -2 }, -0.00109, { -0.04, -0.05, -0.07, 0.00, 0.00, 0.00 } }, + { { 4, 0, 3, 0 }, 0.02149, { 1.24, -0.04, 1.38, -0.02, 0.00, 0.00 } }, + { { 4, 0, 3, 2 }, -0.00036, { -0.02, -0.02, -0.02, 0.00, 0.00, 0.00 } }, + { { 4, 0, 4, -2 }, -0.00011, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, 4, 0 }, 0.00198, { 0.11, 0.00, 0.16, 0.00, 0.00, 0.00 } }, + { { 4, 0, 4, 2 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, 5, 0 }, 0.00017, { 0.01, 0.00, 0.02, 0.00, 0.00, 0.00 } }, + { { 4, 0, 6, 0 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, -6, 0 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, -5, 0 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, -4, 0 }, 0.00064, { 0.06, 0.00, 0.05, 0.04, 0.00, 0.00 } }, + { { 4, 1, -3, -2 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, -3, 0 }, 0.02682, { 3.50, -0.05, 1.45, 1.60, 0.02, 0.00 } }, + { { 4, 1, -3, 2 }, -0.00003, { -0.01, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, -2, -2 }, -0.00039, { -0.02, -0.02, -0.01, -0.02, 0.00, 0.00 } }, + { { 4, 1, -2, 0 }, -0.35759, { 7.75, -0.18, -13.13, -21.49, -0.04, 0.00 } }, + { { 4, 1, -2, 2 }, 0.00220, { -0.03, 0.10, 0.08, 0.13, 0.00, 0.00 } }, + { { 4, 1, -1, -2 }, -0.01875, { -0.68, -0.83, -0.35, -1.12, 0.00, 0.00 } }, + { { 4, 1, -1, 0 }, -0.63523, { -17.62, 0.74, -14.32, -38.11, -0.21, 0.00 } }, + { { 4, 1, -1, 2 }, 0.00353, { 0.09, 0.15, 0.09, 0.21, 0.00, 0.00 } }, + { { 4, 1, -1, 4 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, 0, -2 }, 0.00051, { -0.28, 0.04, 0.02, 0.03, -0.01, 0.00 } }, + { { 4, 1, 0, 0 }, -0.28911, { -15.10, 0.59, -4.73, -17.30, -0.06, 0.00 } }, + { { 4, 1, 0, 2 }, 0.00186, { 0.09, 0.08, 0.05, 0.11, 0.00, 0.00 } }, + { { 4, 1, 1, -4 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, 1, -2 }, 0.00183, { 0.03, 0.08, 0.04, 0.11, 0.00, 0.00 } }, + { { 4, 1, 1, 0 }, -0.05070, { -2.99, 0.12, -1.55, -3.03, -0.01, 0.00 } }, + { { 4, 1, 1, 2 }, 0.00048, { 0.03, 0.02, 0.02, 0.03, 0.00, 0.00 } }, + { { 4, 1, 2, -2 }, 0.00032, { 0.01, 0.01, 0.01, 0.02, 0.00, 0.00 } }, + { { 4, 1, 2, 0 }, -0.00668, { -0.42, 0.02, -0.32, -0.40, 0.00, 0.00 } }, + { { 4, 1, 2, 2 }, 0.00009, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, 3, -2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, 3, 0 }, -0.00077, { -0.05, 0.00, -0.05, -0.05, 0.00, 0.00 } }, + { { 4, 1, 3, 2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, 4, 0 }, -0.00008, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 2, -4, 0 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 2, -3, 0 }, -0.00369, { -0.24, 0.00, -0.20, -0.44, 0.00, 0.00 } }, + { { 4, 2, -3, 2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 2, -2, -2 }, 0.00008, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 2, -2, 0 }, -0.03514, { -2.04, 0.02, -1.29, -4.21, 0.00, 0.00 } }, + { { 4, 2, -2, 2 }, 0.00019, { 0.01, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 4, 2, -1, -2 }, 0.00090, { 0.06, 0.04, 0.02, 0.11, 0.00, 0.00 } }, + { { 4, 2, -1, 0 }, -0.02171, { -1.51, 0.03, -0.57, -2.60, 0.01, 0.00 } }, + { { 4, 2, -1, 2 }, 0.00012, { 0.00, 0.00, 0.00, 0.01, 0.00, 0.00 } }, + { { 4, 2, 0, -2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 2, 0, 0 }, -0.00208, { -0.16, 0.00, -0.12, -0.25, 0.00, 0.00 } }, + { { 4, 2, 0, 2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 2, 1, -2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 2, 1, 0 }, -0.00008, { 0.00, 0.00, -0.01, -0.01, 0.00, 0.00 } }, + { { 4, 2, 2, 0 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 3, -2, 0 }, 0.00020, { 0.00, 0.00, 0.00, 0.04, 0.00, 0.00 } }, + { { 4, 3, -1, 0 }, 0.00023, { 0.01, 0.00, 0.00, 0.04, 0.00, 0.00 } }, + { { 4, 3, 0, 0 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 4, -2, -2 }, 0.00000, { -0.02, 0.00, 0.00, 0.04, -0.06, 0.00 } }, + { { 5, -3, -2, 0 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 5, -3, 0, 0 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, -2, -3, 0 }, -0.00013, { 0.00, 0.00, 0.00, -0.02, -0.05, 0.00 } }, + { { 5, -2, -2, 0 }, -0.00052, { -0.03, 0.00, -0.02, -0.06, -0.20, 0.00 } }, + { { 5, -2, -1, -2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 5, -2, -1, 0 }, -0.00011, { -0.02, 0.00, 0.00, -0.01, -0.04, 0.00 } }, + { { 5, -2, 0, -2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, -2, 0, 0 }, 0.00012, { 0.00, 0.00, 0.00, 0.01, 0.05, 0.00 } }, + { { 5, -2, 1, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, -1, -4, 0 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 5, -1, -3, 0 }, -0.00189, { -0.08, 0.00, -0.10, -0.11, -0.73, 0.00 } }, + { { 5, -1, -3, 2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, -1, -2, -2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 5, -1, -2, 0 }, -0.00693, { -0.40, 0.00, -0.26, -0.41, -2.70, 0.01 } }, + { { 5, -1, -2, 2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 5, -1, -1, -2 }, -0.00040, { -0.02, -0.02, 0.00, -0.02, -0.16, 0.00 } }, + { { 5, -1, -1, 0 }, -0.00154, { -0.21, 0.01, -0.08, -0.09, -0.60, 0.00 } }, + { { 5, -1, -1, 2 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.01, 0.00 } }, + { { 5, -1, 0, -2 }, -0.00021, { 0.00, 0.00, 0.00, -0.01, -0.08, 0.00 } }, + { { 5, -1, 0, 0 }, 0.00102, { 0.01, 0.00, -0.02, 0.06, 0.40, 0.00 } }, + { { 5, -1, 1, -2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 5, -1, 1, 0 }, 0.00014, { 0.00, 0.00, 0.00, 0.00, 0.05, 0.00 } }, + { { 5, 0, -4, 0 }, -0.00059, { -0.03, 0.00, -0.04, 0.00, -0.23, 0.00 } }, + { { 5, 0, -3, 0 }, -0.01686, { -0.72, 0.00, -0.92, 0.00, -6.56, 0.03 } }, + { { 5, 0, -3, 2 }, 0.00010, { 0.00, 0.00, 0.00, 0.00, 0.04, 0.00 } }, + { { 5, 0, -2, -2 }, -0.00031, { 0.00, -0.01, -0.01, 0.00, -0.12, 0.00 } }, + { { 5, 0, -2, 0 }, -0.05725, { -3.18, 0.07, -2.18, 0.05, -22.26, 0.12 } }, + { { 5, 0, -2, 2 }, 0.00039, { 0.02, 0.02, 0.02, 0.00, 0.15, 0.00 } }, + { { 5, 0, -1, -2 }, -0.00335, { -0.11, -0.15, -0.06, 0.00, -1.30, 0.00 } }, + { { 5, 0, -1, 0 }, -0.01350, { -1.57, 0.09, -0.64, 0.06, -5.25, 0.03 } }, + { { 5, 0, -1, 2 }, 0.00024, { 0.02, 0.01, 0.00, 0.00, 0.09, 0.00 } }, + { { 5, 0, 0, -4 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 0, 0, -2 }, -0.00137, { -0.06, -0.06, 0.00, 0.00, -0.53, 0.00 } }, + { { 5, 0, 0, 0 }, 0.00439, { -0.05, 0.03, -0.18, 0.03, 1.71, 0.00 } }, + { { 5, 0, 0, 2 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 5, 0, 1, -2 }, -0.00019, { 0.00, 0.00, 0.00, 0.00, -0.07, 0.00 } }, + { { 5, 0, 1, 0 }, 0.00050, { -0.03, 0.00, -0.02, 0.00, 0.20, 0.00 } }, + { { 5, 0, 1, 2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 0, 2, -2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 0, 2, 0 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 1, -4, 0 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 5, 1, -3, 0 }, -0.00046, { -0.05, 0.00, -0.02, -0.03, -0.18, 0.00 } }, + { { 5, 1, -2, -2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 1, -2, 0 }, 0.00392, { 0.12, 0.00, 0.15, 0.23, 1.52, 0.00 } }, + { { 5, 1, -2, 2 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 5, 1, -1, -2 }, 0.00016, { 0.00, 0.00, 0.00, 0.00, 0.06, 0.00 } }, + { { 5, 1, -1, 0 }, 0.00475, { 0.24, -0.01, 0.12, 0.28, 1.85, 0.00 } }, + { { 5, 1, -1, 2 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 5, 1, 0, -2 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 5, 1, 0, 0 }, 0.00181, { 0.11, 0.00, 0.05, 0.11, 0.70, 0.00 } }, + { { 5, 1, 0, 2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 1, 1, 0 }, 0.00035, { 0.02, 0.00, 0.01, 0.02, 0.14, 0.00 } }, + { { 5, 1, 2, 0 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 5, 2, -3, 0 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 2, -2, 0 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 2, -1, 0 }, -0.00008, { 0.00, 0.00, 0.00, -0.01, -0.03, 0.00 } }, + { { 5, 2, 0, 0 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 5, 2, 1, 0 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 3, -2, -2 }, 0.00000, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 6, -4, -3, 0 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -4, -2, 0 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -4, -1, 0 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -4, 0, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -3, -3, 0 }, 0.00020, { 0.01, 0.00, 0.01, 0.03, 0.00, 0.00 } }, + { { 6, -3, -2, 0 }, 0.00059, { 0.04, 0.00, 0.02, 0.11, 0.00, 0.00 } }, + { { 6, -3, -1, 0 }, 0.00059, { 0.05, 0.00, 0.02, 0.11, 0.00, 0.00 } }, + { { 6, -3, 0, 0 }, 0.00024, { 0.02, 0.00, 0.00, 0.04, 0.00, 0.00 } }, + { { 6, -3, 1, 0 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, -4, 0 }, 0.00014, { 0.00, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 6, -2, -3, 0 }, 0.00312, { 0.19, 0.00, 0.17, 0.37, 0.00, 0.00 } }, + { { 6, -2, -3, 2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, -2, -2 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, -2, 0 }, 0.00836, { 0.59, 0.00, 0.33, 1.00, 0.00, 0.00 } }, + { { 6, -2, -2, 2 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, -1, -2 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, -1, 0 }, 0.00744, { 0.61, -0.01, 0.21, 0.89, 0.00, 0.00 } }, + { { 6, -2, -1, 2 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, 0, -2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, 0, 0 }, 0.00285, { 0.26, 0.00, 0.07, 0.34, 0.00, 0.00 } }, + { { 6, -2, 0, 2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, 1, -2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, 1, 0 }, 0.00056, { 0.05, 0.00, 0.02, 0.07, 0.00, 0.00 } }, + { { 6, -2, 2, 0 }, 0.00008, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, 3, 0 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, -5, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, -4, 0 }, 0.00176, { 0.11, 0.00, 0.13, 0.11, 0.00, 0.00 } }, + { { 6, -1, -4, 2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, -3, -2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, -3, 0 }, 0.03900, { 2.28, -0.02, 2.14, 2.33, 0.00, 0.00 } }, + { { 6, -1, -3, 2 }, -0.00039, { -0.02, -0.02, -0.02, -0.02, 0.00, 0.00 } }, + { { 6, -1, -2, -2 }, 0.00044, { 0.01, 0.02, 0.02, 0.03, 0.00, 0.00 } }, + { { 6, -1, -2, 0 }, 0.09033, { 6.23, -0.11, 3.59, 5.38, 0.00, 0.00 } }, + { { 6, -1, -2, 2 }, -0.00080, { -0.05, -0.04, -0.03, -0.05, 0.00, 0.00 } }, + { { 6, -1, -1, -2 }, 0.00018, { 0.02, 0.00, 0.00, 0.01, 0.00, 0.00 } }, + { { 6, -1, -1, 0 }, 0.07142, { 5.64, -0.12, 2.05, 4.25, 0.00, 0.00 } }, + { { 6, -1, -1, 2 }, -0.00064, { -0.05, -0.03, -0.02, -0.04, 0.00, 0.00 } }, + { { 6, -1, 0, -2 }, -0.00025, { 0.00, -0.01, -0.01, -0.01, 0.00, 0.00 } }, + { { 6, -1, 0, 0 }, 0.02510, { 2.16, -0.05, 0.66, 1.49, 0.00, 0.00 } }, + { { 6, -1, 0, 2 }, -0.00026, { -0.02, -0.01, 0.00, -0.02, 0.00, 0.00 } }, + { { 6, -1, 1, -2 }, -0.00016, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, 1, 0 }, 0.00477, { 0.42, -0.01, 0.18, 0.28, 0.00, 0.00 } }, + { { 6, -1, 1, 2 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, 2, -2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, 2, 0 }, 0.00069, { 0.06, 0.00, 0.04, 0.04, 0.00, 0.00 } }, + { { 6, -1, 2, 2 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, 3, 0 }, 0.00009, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, -5, 0 }, 0.00020, { 0.01, 0.00, 0.02, 0.00, 0.00, 0.00 } }, + { { 6, 0, -4, 0 }, 0.01376, { 0.88, 0.00, 1.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, -4, 2 }, -0.00017, { 0.00, 0.00, -0.01, 0.00, 0.00, 0.00 } }, + { { 6, 0, -3, -2 }, 0.00018, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, -3, 0 }, 0.29255, { 16.72, -0.19, 16.04, -0.08, 0.03, 0.00 } }, + { { 6, 0, -3, 2 }, -0.00287, { -0.16, -0.13, -0.16, 0.00, 0.00, 0.00 } }, + { { 6, 0, -3, 4 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, -2, -2 }, 0.00364, { 0.13, 0.16, 0.13, 0.00, 0.00, 0.00 } }, + { { 6, 0, -2, 0 }, 0.57156, { 38.34, -0.75, 22.97, -0.26, 0.02, 0.00 } }, + { { 6, 0, -2, 2 }, -0.00509, { -0.34, -0.22, -0.22, 0.00, 0.00, 0.00 } }, + { { 6, 0, -2, 4 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, -1, -2 }, 0.00007, { 0.08, 0.00, -0.03, 0.00, 0.00, 0.00 } }, + { { 6, 0, -1, 0 }, 0.39451, { 30.10, -0.74, 11.79, -0.25, 0.03, 0.00 } }, + { { 6, 0, -1, 2 }, -0.00359, { -0.27, -0.16, -0.13, 0.00, 0.00, 0.00 } }, + { { 6, 0, -1, 4 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, 0, -4 }, -0.00008, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, 0, -2 }, -0.00214, { -0.07, -0.10, -0.07, 0.00, 0.00, 0.00 } }, + { { 6, 0, 0, 0 }, 0.12616, { 10.43, -0.29, 3.57, -0.10, 0.02, 0.00 } }, + { { 6, 0, 0, 2 }, -0.00132, { -0.11, -0.06, -0.05, 0.00, 0.00, 0.00 } }, + { { 6, 0, 1, -4 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, 1, -2 }, -0.00094, { -0.05, -0.04, -0.03, 0.00, 0.00, 0.00 } }, + { { 6, 0, 1, 0 }, 0.02285, { 1.93, -0.06, 0.91, -0.02, 0.00, 0.00 } }, + { { 6, 0, 1, 2 }, -0.00031, { -0.02, -0.01, -0.01, 0.00, 0.00, 0.00 } }, + { { 6, 0, 2, -2 }, -0.00018, { -0.01, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, 2, 0 }, 0.00318, { 0.27, 0.00, 0.18, 0.00, 0.00, 0.00 } }, + { { 6, 0, 2, 2 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, 3, -2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, 3, 0 }, 0.00038, { 0.03, 0.00, 0.03, 0.00, 0.00, 0.00 } }, + { { 6, 0, 4, 0 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, -5, 0 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, -4, 0 }, 0.00028, { 0.05, 0.00, 0.02, 0.02, 0.00, 0.00 } }, + { { 6, 1, -3, 0 }, -0.00478, { 0.05, 0.00, -0.26, -0.29, 0.00, 0.00 } }, + { { 6, 1, -3, 2 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, -2, -2 }, -0.00026, { -0.01, -0.01, 0.00, -0.02, 0.00, 0.00 } }, + { { 6, 1, -2, 0 }, -0.01282, { -0.47, 0.02, -0.52, -0.77, 0.00, 0.00 } }, + { { 6, 1, -2, 2 }, 0.00012, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, -1, -2 }, -0.00007, { -0.01, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, -1, 0 }, -0.01064, { -0.66, 0.02, -0.32, -0.64, 0.00, 0.00 } }, + { { 6, 1, -1, 2 }, 0.00010, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, 0, -2 }, 0.00008, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, 0, 0 }, -0.00396, { -0.31, 0.01, -0.12, -0.24, 0.00, 0.00 } }, + { { 6, 1, 0, 2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, 1, -2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, 1, 0 }, -0.00083, { -0.07, 0.00, -0.03, -0.05, 0.00, 0.00 } }, + { { 6, 1, 1, 2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, 2, 0 }, -0.00013, { -0.01, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, 3, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 2, -4, 0 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 2, -3, 0 }, -0.00051, { -0.04, 0.00, -0.03, -0.06, 0.00, 0.00 } }, + { { 6, 2, -2, -2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 2, -2, 0 }, -0.00061, { -0.06, 0.00, -0.03, -0.07, 0.00, 0.00 } }, + { { 6, 2, -1, -2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 2, -1, 0 }, -0.00021, { -0.02, 0.00, 0.00, -0.03, 0.00, 0.00 } }, + { { 6, 2, 0, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 3, -2, 0 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, -2, -3, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, -2, -2, 0 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, -1, -4, 0 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 7, -1, -3, 0 }, -0.00016, { -0.01, 0.00, 0.00, -0.01, -0.06, 0.00 } }, + { { 7, -1, -2, 0 }, -0.00012, { -0.01, 0.00, 0.00, 0.00, -0.05, 0.00 } }, + { { 7, -1, 0, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, 0, -5, 0 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, 0, -4, 0 }, -0.00025, { -0.02, 0.00, -0.02, 0.00, -0.10, 0.00 } }, + { { 7, 0, -3, 0 }, -0.00098, { -0.07, 0.00, -0.06, 0.00, -0.38, 0.00 } }, + { { 7, 0, -3, 2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, 0, -2, -2 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 7, 0, -2, 0 }, -0.00068, { -0.07, 0.00, -0.03, 0.00, -0.26, 0.00 } }, + { { 7, 0, -2, 2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, 0, -1, -2 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 7, 0, -1, 0 }, -0.00005, { -0.02, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 7, 0, 0, -2 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, 0, 0, 0 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 7, 1, -3, 0 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 7, 1, -2, 0 }, 0.00011, { 0.00, 0.00, 0.00, 0.00, 0.04, 0.00 } }, + { { 7, 1, -1, 0 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.03, 0.00 } }, + { { 7, 1, 0, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.01, 0.00 } }, + { { 8, -3, -3, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -3, -2, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -3, -1, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -2, -4, 0 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -2, -3, 0 }, 0.00019, { 0.02, 0.00, 0.01, 0.02, 0.00, 0.00 } }, + { { 8, -2, -2, 0 }, 0.00025, { 0.03, 0.00, 0.01, 0.03, 0.00, 0.00 } }, + { { 8, -2, -1, 0 }, 0.00015, { 0.02, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 8, -2, 0, 0 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -2, 1, 0 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -1, -5, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -1, -4, 0 }, 0.00058, { 0.04, 0.00, 0.04, 0.03, 0.00, 0.00 } }, + { { 8, -1, -3, 0 }, 0.00170, { 0.15, 0.00, 0.10, 0.10, 0.00, 0.00 } }, + { { 8, -1, -3, 2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -1, -2, 0 }, 0.00196, { 0.19, 0.00, 0.09, 0.12, 0.00, 0.00 } }, + { { 8, -1, -2, 2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -1, -1, 0 }, 0.00112, { 0.12, 0.00, 0.04, 0.07, 0.00, 0.00 } }, + { { 8, -1, -1, 2 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -1, 0, 0 }, 0.00037, { 0.04, 0.00, 0.02, 0.02, 0.00, 0.00 } }, + { { 8, -1, 1, 0 }, 0.00008, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -1, 2, 0 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, -5, 0 }, 0.00018, { 0.01, 0.00, 0.02, 0.00, 0.00, 0.00 } }, + { { 8, 0, -4, 0 }, 0.00324, { 0.25, 0.00, 0.24, 0.00, 0.00, 0.00 } }, + { { 8, 0, -4, 2 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, -3, -2 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, -3, 0 }, 0.00840, { 0.72, -0.01, 0.49, 0.00, 0.00, 0.00 } }, + { { 8, 0, -3, 2 }, -0.00011, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, -2, -2 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, -2, 0 }, 0.00866, { 0.83, -0.02, 0.40, 0.00, 0.00, 0.00 } }, + { { 8, 0, -2, 2 }, -0.00011, { -0.01, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, -1, -2 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, -1, 0 }, 0.00455, { 0.47, -0.01, 0.18, 0.00, 0.00, 0.00 } }, + { { 8, 0, -1, 2 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, 0, -2 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, 0, 0 }, 0.00139, { 0.15, 0.00, 0.06, 0.00, 0.00, 0.00 } }, + { { 8, 0, 0, 2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, 1, -2 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, 1, 0 }, 0.00029, { 0.03, 0.00, 0.02, 0.00, 0.00, 0.00 } }, + { { 8, 0, 2, 0 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 1, -4, 0 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 1, -3, 0 }, -0.00024, { -0.01, 0.00, -0.01, -0.01, 0.00, 0.00 } }, + { { 8, 1, -2, 0 }, -0.00029, { -0.02, 0.00, -0.01, -0.02, 0.00, 0.00 } }, + { { 8, 1, -1, 0 }, -0.00017, { -0.02, 0.00, 0.00, -0.01, 0.00, 0.00 } }, + { { 8, 1, 0, 0 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 1, 1, 0 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 2, -3, 0 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 9, 0, -4, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 9, 0, -3, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, -1, -4, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, -1, -3, 0 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, -1, -2, 0 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, -1, -1, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, 0, -5, 0 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, 0, -4, 0 }, 0.00012, { 0.01, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, 0, -3, 0 }, 0.00017, { 0.02, 0.00, 0.01, 0.00, 0.00, 0.00 } }, + { { 10, 0, -2, 0 }, 0.00013, { 0.02, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, 0, -1, 0 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, 0, 0, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } } +} }; + +constexpr array g_ELP2 +{ { + { { 0, 0, 0, 1 }, 18461.40000, { 0.00, 412529.61, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 0, 0, 3 }, -6.29664, { 7.68, -422.65, -13.21, 0.02, -0.02, 0.00 } }, + { { 0, 0, 0, 5 }, 0.00592, { 0.00, 0.66, 0.02, 0.00, 0.00, 0.00 } }, + { { 0, 0, 1, -5 }, -0.00236, { 0.02, -0.26, -0.05, 0.00, 0.00, 0.00 } }, + { { 0, 0, 1, -3 }, 2.79871, { -17.13, 188.68, 50.78, -0.11, 0.04, 0.00 } }, + { { 0, 0, 1, -1 }, 999.70079, { -563.82, 22508.54, 18298.82, -0.92, -0.21, 0.00 } }, + { { 0, 0, 1, 1 }, 1010.17430, { -93.16, 22571.83, 18386.36, -0.76, -0.17, 0.00 } }, + { { 0, 0, 1, 3 }, -1.01941, { 0.95, -68.42, -19.88, 0.00, 0.00, 0.00 } }, + { { 0, 0, 1, 5 }, 0.00156, { 0.00, 0.17, 0.03, 0.00, 0.00, 0.00 } }, + { { 0, 0, 2, -5 }, -0.00044, { 0.00, -0.05, -0.02, 0.00, 0.00, 0.00 } }, + { { 0, 0, 2, -3 }, -0.13035, { -0.40, -8.78, -4.77, 0.00, 0.00, 0.00 } }, + { { 0, 0, 2, -1 }, 31.75985, { -167.64, 723.95, 1159.97, -1.09, 0.22, 0.00 } }, + { { 0, 0, 2, 1 }, 61.91229, { -23.73, 1382.40, 2253.18, -0.62, -0.06, 0.00 } }, + { { 0, 0, 2, 3 }, -0.11787, { 0.11, -7.91, -4.41, 0.00, 0.00, 0.00 } }, + { { 0, 0, 2, 5 }, 0.00026, { 0.00, 0.03, 0.01, 0.00, 0.00, 0.00 } }, + { { 0, 0, 3, -5 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 0, 3, -3 }, -0.00146, { 0.04, -0.10, -0.08, 0.00, 0.00, 0.00 } }, + { { 0, 0, 3, -1 }, 1.58131, { -10.25, 36.06, 86.53, -0.08, 0.00, 0.00 } }, + { { 0, 0, 3, 1 }, 3.98407, { -3.30, 88.86, 217.43, -0.11, -0.01, 0.00 } }, + { { 0, 0, 3, 3 }, -0.01181, { 0.01, -0.79, -0.65, 0.00, 0.00, 0.00 } }, + { { 0, 0, 3, 5 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 0, 4, -3 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 0, 4, -1 }, 0.09157, { -0.70, 2.09, 6.68, 0.00, 0.00, 0.00 } }, + { { 0, 0, 4, 1 }, 0.26325, { -0.37, 5.86, 19.15, -0.01, 0.00, 0.00 } }, + { { 0, 0, 4, 3 }, -0.00109, { 0.00, -0.07, -0.08, 0.00, 0.00, 0.00 } }, + { { 0, 0, 5, -1 }, 0.00566, { -0.05, 0.13, 0.51, 0.00, 0.00, 0.00 } }, + { { 0, 0, 5, 1 }, 0.01768, { -0.04, 0.39, 1.61, 0.00, 0.00, 0.00 } }, + { { 0, 0, 5, 3 }, -0.00010, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 0, 6, -1 }, 0.00036, { 0.00, 0.00, 0.04, 0.00, 0.00, 0.00 } }, + { { 0, 0, 6, 1 }, 0.00120, { 0.00, 0.03, 0.13, 0.00, 0.00, 0.00 } }, + { { 0, 0, 7, -1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 0, 7, 1 }, 0.00008, { 0.00, 0.00, 0.01, 0.00, 0.00, 0.00 } }, + { { 0, 1, -6, -1 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, -6, 1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, -5, -1 }, -0.00053, { -0.01, -0.01, -0.05, -0.03, 0.00, 0.00 } }, + { { 0, 1, -5, 1 }, -0.00014, { 0.00, 0.00, -0.01, 0.00, 0.00, 0.00 } }, + { { 0, 1, -4, -3 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, -4, -1 }, -0.00646, { -0.14, -0.14, -0.47, -0.39, 0.00, 0.00 } }, + { { 0, 1, -4, 1 }, -0.00186, { -0.02, -0.04, -0.14, -0.11, 0.00, 0.00 } }, + { { 0, 1, -3, -3 }, 0.00023, { 0.00, 0.01, 0.01, 0.01, 0.00, 0.00 } }, + { { 0, 1, -3, -1 }, -0.07479, { -1.69, -1.63, -4.08, -4.48, 0.00, 0.00 } }, + { { 0, 1, -3, 1 }, -0.02365, { -0.35, -0.53, -1.29, -1.42, 0.00, 0.00 } }, + { { 0, 1, -3, 3 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, -2, -3 }, 0.00154, { 0.03, 0.10, 0.06, 0.09, 0.00, 0.00 } }, + { { 0, 1, -2, -1 }, -0.79322, { -18.59, -17.32, -28.86, -47.52, -0.01, 0.00 } }, + { { 0, 1, -2, 1 }, -0.30129, { -4.79, -6.71, -11.01, -18.04, -0.01, 0.00 } }, + { { 0, 1, -2, 3 }, 0.00191, { 0.06, 0.13, 0.07, 0.12, 0.00, 0.00 } }, + { { 0, 1, -1, -5 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, -1, -3 }, 0.00679, { 0.14, 0.45, 0.14, 0.41, 0.00, 0.00 } }, + { { 0, 1, -1, -1 }, -6.73173, { -159.36, -146.94, -122.89, -403.36, -0.03, 0.00 } }, + { { 0, 1, -1, 1 }, -5.63260, { -148.81, -123.96, -102.80, -337.62, -0.04, 0.00 } }, + { { 0, 1, -1, 3 }, -0.00911, { -0.20, -0.61, -0.15, -0.55, 0.00, 0.00 } }, + { { 0, 1, 0, -3 }, 0.00010, { -0.17, 0.00, 0.06, 0.00, 0.00, 0.00 } }, + { { 0, 1, 0, -1 }, -4.83983, { 70.86, -100.97, -8.74, -289.05, 0.02, 0.00 } }, + { { 0, 1, 0, 1 }, -6.46036, { 28.14, -136.25, -20.21, -386.09, 0.29, 0.00 } }, + { { 0, 1, 0, 3 }, 0.01157, { 0.06, 0.77, 0.04, 0.69, 0.00, 0.00 } }, + { { 0, 1, 0, 5 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, 1, -3 }, -0.00703, { -0.04, -0.47, -0.13, -0.42, 0.00, 0.00 } }, + { { 0, 1, 1, -1 }, -5.07614, { -113.16, -112.23, -93.12, -304.28, 0.00, 0.00 } }, + { { 0, 1, 1, 1 }, -5.31151, { -99.03, -115.96, -99.19, -318.30, 0.06, 0.00 } }, + { { 0, 1, 1, 3 }, 0.00668, { 0.10, 0.45, 0.13, 0.40, 0.00, 0.00 } }, + { { 0, 1, 1, 5 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, 2, -3 }, 0.00141, { 0.04, 0.09, 0.05, 0.08, 0.00, 0.00 } }, + { { 0, 1, 2, -1 }, -0.31292, { -4.92, -6.96, -11.47, -18.75, 0.00, 0.00 } }, + { { 0, 1, 2, 1 }, -0.63884, { -12.56, -13.95, -23.51, -38.29, 0.01, 0.00 } }, + { { 0, 1, 2, 3 }, 0.00135, { 0.02, 0.09, 0.05, 0.08, 0.00, 0.00 } }, + { { 0, 1, 3, -3 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, 3, -1 }, -0.02419, { -0.36, -0.54, -1.33, -1.45, 0.00, 0.00 } }, + { { 0, 1, 3, 1 }, -0.06176, { -1.23, -1.35, -3.40, -3.70, 0.00, 0.00 } }, + { { 0, 1, 3, 3 }, 0.00020, { 0.00, 0.01, 0.01, 0.01, 0.00, 0.00 } }, + { { 0, 1, 4, -1 }, -0.00191, { -0.03, -0.04, -0.14, -0.11, 0.00, 0.00 } }, + { { 0, 1, 4, 1 }, -0.00548, { -0.11, -0.12, -0.40, -0.33, 0.00, 0.00 } }, + { { 0, 1, 4, 3 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, 5, -1 }, -0.00015, { 0.00, 0.00, -0.01, 0.00, 0.00, 0.00 } }, + { { 0, 1, 5, 1 }, -0.00046, { 0.00, -0.01, -0.04, -0.03, 0.00, 0.00 } }, + { { 0, 1, 6, -1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, 6, 1 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 2, -5, -1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 2, -4, -1 }, -0.00016, { 0.00, 0.00, -0.01, -0.02, 0.00, 0.00 } }, + { { 0, 2, -4, 1 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 2, -3, -1 }, -0.00169, { -0.05, -0.04, -0.09, -0.20, 0.00, 0.00 } }, + { { 0, 2, -3, 1 }, -0.00049, { -0.01, -0.01, -0.03, -0.06, 0.00, 0.00 } }, + { { 0, 2, -2, -3 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 2, -2, -1 }, -0.01571, { -0.49, -0.34, -0.57, -1.88, 0.00, 0.00 } }, + { { 0, 2, -2, 1 }, -0.00536, { -0.12, -0.12, -0.20, -0.64, 0.00, 0.00 } }, + { { 0, 2, -2, 3 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 2, -1, -3 }, 0.00010, { 0.00, 0.00, 0.00, 0.01, 0.00, 0.00 } }, + { { 0, 2, -1, -1 }, -0.11335, { -3.25, -2.46, -2.07, -13.58, 0.00, 0.00 } }, + { { 0, 2, -1, 1 }, -0.09511, { -3.17, -2.08, -1.73, -11.39, 0.00, 0.00 } }, + { { 0, 2, -1, 3 }, -0.00009, { 0.00, 0.00, 0.00, -0.01, 0.00, 0.00 } }, + { { 0, 2, 0, -3 }, -0.00014, { 0.00, 0.00, 0.00, -0.02, 0.00, 0.00 } }, + { { 0, 2, 0, -1 }, -0.01801, { 3.13, -0.33, -0.14, -2.14, 0.00, 0.00 } }, + { { 0, 2, 0, 1 }, -0.05729, { 2.09, -1.19, -0.39, -6.84, 0.00, 0.00 } }, + { { 0, 2, 0, 3 }, 0.00016, { 0.00, 0.01, 0.00, 0.02, 0.00, 0.00 } }, + { { 0, 2, 1, -3 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 2, 1, -1 }, -0.06187, { -1.29, -1.37, -1.13, -7.41, 0.00, 0.00 } }, + { { 0, 2, 1, 1 }, -0.05504, { -0.81, -1.21, -1.04, -6.59, 0.00, 0.00 } }, + { { 0, 2, 1, 3 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 2, 2, -3 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 2, 2, -1 }, -0.00284, { -0.02, -0.06, -0.10, -0.34, 0.00, 0.00 } }, + { { 0, 2, 2, 1 }, -0.00528, { -0.06, -0.12, -0.19, -0.63, 0.00, 0.00 } }, + { { 0, 2, 2, 3 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 2, 3, -1 }, -0.00016, { 0.00, 0.00, 0.00, -0.02, 0.00, 0.00 } }, + { { 0, 2, 3, 1 }, -0.00037, { 0.00, 0.00, -0.02, -0.04, 0.00, 0.00 } }, + { { 0, 2, 4, 1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 3, -3, -1 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 3, -3, 1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 3, -2, -1 }, -0.00033, { -0.01, 0.00, -0.01, -0.06, 0.00, 0.00 } }, + { { 0, 3, -2, 1 }, -0.00011, { 0.00, 0.00, 0.00, -0.02, 0.00, 0.00 } }, + { { 0, 3, -1, -1 }, -0.00216, { -0.07, -0.05, -0.04, -0.39, 0.00, 0.00 } }, + { { 0, 3, -1, 1 }, -0.00190, { -0.07, -0.04, -0.03, -0.34, 0.00, 0.00 } }, + { { 0, 3, 0, -1 }, 0.00066, { 0.11, 0.02, 0.00, 0.12, 0.00, 0.00 } }, + { { 0, 3, 0, 1 }, -0.00031, { 0.08, 0.00, 0.00, -0.06, 0.00, 0.00 } }, + { { 0, 3, 1, -1 }, -0.00109, { -0.02, -0.02, -0.02, -0.19, 0.00, 0.00 } }, + { { 0, 3, 1, 1 }, -0.00083, { -0.01, -0.02, -0.02, -0.15, 0.00, 0.00 } }, + { { 0, 3, 2, -1 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 3, 2, 1 }, -0.00008, { 0.00, 0.00, 0.00, -0.01, 0.00, 0.00 } }, + { { 0, 4, -1, -1 }, -0.00004, { 0.00, 0.00, 0.00, -0.01, 0.00, 0.00 } }, + { { 0, 4, -1, 1 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 4, 0, -1 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 4, 0, 1 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 4, 1, -1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 4, 1, 1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -3, -1, -1 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.01, 0.00 } }, + { { 1, -3, 0, -1 }, 0.00011, { 0.00, 0.00, 0.00, 0.02, 0.04, 0.00 } }, + { { 1, -3, 0, 1 }, 0.00012, { 0.00, 0.00, 0.00, 0.02, 0.05, 0.00 } }, + { { 1, -3, 1, -1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -2, -2, -1 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.03, 0.00 } }, + { { 1, -2, -2, 1 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 1, -2, -1, -1 }, 0.00064, { 0.00, 0.01, 0.01, 0.08, 0.25, 0.00 } }, + { { 1, -2, -1, 1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -2, 0, -1 }, 0.00204, { 0.02, 0.05, 0.00, 0.24, 0.79, 0.00 } }, + { { 1, -2, 0, 1 }, 0.00214, { 0.00, 0.05, 0.00, 0.26, 0.83, 0.00 } }, + { { 1, -2, 1, -1 }, -0.00060, { -0.01, -0.01, -0.01, -0.07, -0.23, 0.00 } }, + { { 1, -2, 1, 1 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 1, -2, 2, -1 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, -0.03, 0.00 } }, + { { 1, -2, 2, 1 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 1, -1, -4, -1 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.01, 0.00 } }, + { { 1, -1, -3, -1 }, 0.00018, { 0.00, 0.00, 0.01, 0.01, 0.07, 0.00 } }, + { { 1, -1, -3, 1 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 1, -1, -2, -1 }, 0.00096, { 0.00, 0.02, 0.04, 0.06, 0.37, 0.00 } }, + { { 1, -1, -2, 1 }, -0.00137, { -0.03, -0.03, -0.05, -0.08, -0.53, 0.00 } }, + { { 1, -1, -1, -3 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 1, -1, -1, -1 }, 0.01031, { 0.07, 0.23, 0.20, 0.62, 4.01, -0.02 } }, + { { 1, -1, -1, 1 }, 0.00080, { 0.04, 0.03, 0.00, 0.05, 0.31, 0.00 } }, + { { 1, -1, 0, -3 }, -0.00052, { 0.00, -0.03, 0.00, -0.03, -0.20, 0.00 } }, + { { 1, -1, 0, -1 }, -0.01346, { -1.07, -0.27, 0.00, -0.82, -5.23, 0.03 } }, + { { 1, -1, 0, 1 }, -0.01829, { -1.52, -0.33, 0.00, -1.11, -7.11, 0.04 } }, + { { 1, -1, 0, 3 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 1, -1, 1, -3 }, -0.00008, { 0.00, 0.00, 0.00, 0.00, -0.03, 0.00 } }, + { { 1, -1, 1, -1 }, -0.02012, { -0.42, -0.45, -0.38, -1.20, -7.83, 0.04 } }, + { { 1, -1, 1, 1 }, -0.00845, { -0.45, -0.17, -0.17, -0.51, -3.29, 0.02 } }, + { { 1, -1, 1, 3 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -1, 2, -1 }, -0.00175, { -0.04, -0.04, -0.06, -0.10, -0.68, 0.00 } }, + { { 1, -1, 2, 1 }, -0.00146, { -0.07, -0.03, -0.06, -0.09, -0.57, 0.00 } }, + { { 1, -1, 3, -1 }, -0.00015, { 0.00, 0.00, 0.00, 0.00, -0.06, 0.00 } }, + { { 1, -1, 3, 1 }, -0.00018, { 0.00, 0.00, -0.01, -0.01, -0.07, 0.00 } }, + { { 1, -1, 4, -1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -1, 4, 1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 0, -5, -1 }, -0.00011, { 0.00, 0.00, -0.01, 0.00, -0.04, 0.00 } }, + { { 1, 0, -5, 1 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 1, 0, -4, -1 }, -0.00122, { -0.04, -0.03, -0.09, 0.00, -0.47, 0.00 } }, + { { 1, 0, -4, 1 }, -0.00043, { 0.00, 0.00, -0.03, 0.00, -0.17, 0.00 } }, + { { 1, 0, -3, -1 }, -0.01255, { -0.37, -0.27, -0.69, 0.00, -4.88, 0.03 } }, + { { 1, 0, -3, 1 }, -0.00537, { -0.12, -0.12, -0.29, 0.00, -2.09, 0.01 } }, + { { 1, 0, -3, 3 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 0, -2, -3 }, -0.00025, { 0.00, -0.02, 0.00, 0.00, -0.10, 0.00 } }, + { { 1, 0, -2, -1 }, -0.10964, { -3.19, -2.33, -4.03, -0.02, -42.63, 0.22 } }, + { { 1, 0, -2, 1 }, -0.07846, { -2.00, -1.72, -2.87, -0.03, -30.51, 0.16 } }, + { { 1, 0, -2, 3 }, -0.00020, { 0.00, -0.01, 0.00, 0.00, -0.08, 0.00 } }, + { { 1, 0, -1, -3 }, -0.00369, { -0.04, -0.25, -0.07, 0.00, -1.44, 0.00 } }, + { { 1, 0, -1, -1 }, -0.42989, { -13.13, -8.83, -8.15, -0.01, -167.15, 0.88 } }, + { { 1, 0, -1, 1 }, 0.13928, { 1.86, 3.37, 2.46, 0.04, 54.16, -0.29 } }, + { { 1, 0, -1, 3 }, 0.00234, { 0.05, 0.16, 0.04, 0.00, 0.91, 0.00 } }, + { { 1, 0, 0, -5 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.01, 0.00 } }, + { { 1, 0, 0, -3 }, -0.03226, { -0.41, -2.15, 0.00, 0.00, -12.54, 0.07 } }, + { { 1, 0, 0, -1 }, -4.80578, { -102.50, -103.39, -3.12, -0.09, -1868.59, 9.85 } }, + { { 1, 0, 0, 1 }, -5.36844, { -119.82, -113.86, -3.16, -0.08, -2087.37, 11.00 } }, + { { 1, 0, 0, 3 }, 0.00645, { 0.15, 0.43, 0.02, 0.00, 2.51, -0.01 } }, + { { 1, 0, 0, 5 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 0, 1, -5 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 0, 1, -3 }, -0.00019, { 0.01, -0.01, 0.00, 0.00, -0.07, 0.00 } }, + { { 1, 0, 1, -1 }, -0.58893, { -7.87, -13.10, -10.90, 0.03, -228.99, 1.21 } }, + { { 1, 0, 1, 1 }, -0.66741, { -14.68, -14.15, -12.47, 0.07, -259.50, 1.37 } }, + { { 1, 0, 1, 3 }, 0.00142, { 0.03, 0.09, 0.03, 0.00, 0.55, 0.00 } }, + { { 1, 0, 2, -1 }, -0.03636, { -0.40, -0.81, -1.34, 0.00, -14.14, 0.07 } }, + { { 1, 0, 2, 1 }, -0.06383, { -1.35, -1.35, -2.35, 0.02, -24.82, 0.13 } }, + { { 1, 0, 2, 3 }, 0.00021, { 0.00, 0.01, 0.00, 0.00, 0.08, 0.00 } }, + { { 1, 0, 3, -1 }, -0.00247, { -0.02, -0.05, -0.14, 0.00, -0.96, 0.00 } }, + { { 1, 0, 3, 1 }, -0.00553, { -0.11, -0.12, -0.30, 0.00, -2.15, 0.01 } }, + { { 1, 0, 3, 3 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 0, 4, -1 }, -0.00017, { 0.00, 0.00, -0.01, 0.00, -0.07, 0.00 } }, + { { 1, 0, 4, 1 }, -0.00045, { 0.00, 0.00, -0.03, 0.00, -0.18, 0.00 } }, + { { 1, 0, 5, -1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 0, 5, 1 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 1, 1, -5, -1 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 1, -4, -1 }, 0.00017, { 0.00, 0.00, 0.01, 0.01, 0.07, 0.00 } }, + { { 1, 1, -4, 1 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.03, 0.00 } }, + { { 1, 1, -3, -1 }, 0.00186, { 0.02, 0.04, 0.10, 0.11, 0.72, 0.00 } }, + { { 1, 1, -3, 1 }, 0.00093, { 0.00, 0.02, 0.05, 0.06, 0.36, 0.00 } }, + { { 1, 1, -2, -3 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 1, -2, -1 }, 0.01597, { 0.20, 0.35, 0.59, 0.96, 6.21, -0.03 } }, + { { 1, 1, -2, 1 }, 0.01680, { 0.23, 0.38, 0.61, 1.01, 6.53, -0.03 } }, + { { 1, 1, -2, 3 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.03, 0.00 } }, + { { 1, 1, -1, -3 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.03, 0.00 } }, + { { 1, 1, -1, -1 }, 0.00635, { -0.38, 0.07, 0.20, 0.36, 2.46, -0.01 } }, + { { 1, 1, -1, 1 }, -0.05590, { -0.18, -1.29, -0.97, -3.36, -21.74, 0.11 } }, + { { 1, 1, -1, 3 }, -0.00021, { 0.00, -0.01, 0.00, -0.01, -0.08, 0.00 } }, + { { 1, 1, 0, -3 }, 0.00080, { 0.00, 0.05, 0.00, 0.05, 0.31, 0.00 } }, + { { 1, 1, 0, -1 }, 0.80426, { 0.22, 17.53, 1.11, 48.12, 312.71, -1.65 } }, + { { 1, 1, 0, 1 }, 0.80263, { 0.34, 17.41, 0.85, 48.02, 312.08, -1.65 } }, + { { 1, 1, 0, 3 }, -0.00083, { 0.00, -0.06, 0.00, -0.05, -0.32, 0.00 } }, + { { 1, 1, 1, -3 }, -0.00021, { 0.01, -0.01, 0.00, -0.01, -0.08, 0.00 } }, + { { 1, 1, 1, -1 }, 0.03465, { 0.09, 0.75, 0.71, 2.07, 13.48, -0.07 } }, + { { 1, 1, 1, 1 }, 0.10176, { 0.15, 2.20, 1.97, 6.09, 39.57, -0.21 } }, + { { 1, 1, 1, 3 }, -0.00020, { 0.00, -0.01, 0.00, -0.01, -0.08, 0.00 } }, + { { 1, 1, 2, -3 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 1, 2, -1 }, 0.00317, { 0.00, 0.07, 0.12, 0.19, 1.23, 0.00 } }, + { { 1, 1, 2, 1 }, 0.01016, { 0.03, 0.22, 0.38, 0.61, 3.95, -0.02 } }, + { { 1, 1, 2, 3 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 1, 1, 3, -1 }, 0.00027, { 0.00, 0.00, 0.02, 0.02, 0.11, 0.00 } }, + { { 1, 1, 3, 1 }, 0.00093, { 0.00, 0.02, 0.05, 0.06, 0.36, 0.00 } }, + { { 1, 1, 4, -1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 1, 4, 1 }, 0.00008, { 0.00, 0.00, 0.00, 0.00, 0.03, 0.00 } }, + { { 1, 2, -3, -1 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.01, 0.00 } }, + { { 1, 2, -3, 1 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 2, -2, -1 }, 0.00017, { 0.00, 0.00, 0.00, 0.02, 0.06, 0.00 } }, + { { 1, 2, -2, 1 }, 0.00016, { 0.00, 0.00, 0.00, 0.02, 0.06, 0.00 } }, + { { 1, 2, -1, -1 }, -0.00008, { 0.00, 0.00, 0.00, -0.01, -0.03, 0.00 } }, + { { 1, 2, -1, 1 }, -0.00039, { -0.02, 0.00, 0.00, -0.05, -0.15, 0.00 } }, + { { 1, 2, 0, -1 }, -0.00170, { -0.03, -0.04, 0.00, -0.20, -0.66, 0.00 } }, + { { 1, 2, 0, 1 }, -0.00204, { -0.03, -0.04, 0.00, -0.24, -0.79, 0.00 } }, + { { 1, 2, 1, -1 }, -0.00022, { 0.00, 0.00, 0.00, -0.03, -0.09, 0.00 } }, + { { 1, 2, 1, 1 }, -0.00072, { -0.01, -0.02, -0.01, -0.09, -0.28, 0.00 } }, + { { 1, 2, 2, -1 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 1, 2, 2, 1 }, -0.00012, { 0.00, 0.00, 0.00, -0.01, -0.05, 0.00 } }, + { { 1, 2, 3, 1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 3, 0, -1 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 1, 3, 0, 1 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 2, -5, -1, -1 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -5, -1, 1 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -5, 0, -1 }, 0.00004, { 0.00, 0.00, 0.00, 0.01, 0.00, 0.00 } }, + { { 2, -5, 0, 1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -4, -2, -1 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -4, -1, -1 }, 0.00031, { 0.00, 0.00, 0.00, 0.07, 0.00, 0.00 } }, + { { 2, -4, -1, 1 }, 0.00034, { 0.00, 0.00, 0.00, 0.08, 0.00, 0.00 } }, + { { 2, -4, 0, -1 }, 0.00118, { 0.03, 0.03, 0.00, 0.28, 0.00, 0.00 } }, + { { 2, -4, 0, 1 }, 0.00062, { 0.03, 0.01, 0.00, 0.15, 0.00, 0.00 } }, + { { 2, -4, 1, -1 }, 0.00008, { 0.00, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 2, -4, 1, 1 }, 0.00010, { 0.00, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 2, -4, 2, 1 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -3, -3, -1 }, 0.00006, { 0.00, 0.00, 0.00, 0.01, 0.00, 0.00 } }, + { { 2, -3, -2, -1 }, 0.00077, { 0.02, 0.02, 0.03, 0.14, 0.00, 0.00 } }, + { { 2, -3, -2, 1 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -3, -1, -1 }, 0.00914, { 0.25, 0.20, 0.17, 1.64, 0.00, 0.00 } }, + { { 2, -3, -1, 1 }, 0.01042, { 0.25, 0.23, 0.19, 1.87, 0.00, 0.00 } }, + { { 2, -3, -1, 3 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -3, 0, -3 }, 0.00008, { 0.00, 0.00, 0.00, 0.01, 0.00, 0.00 } }, + { { 2, -3, 0, -1 }, 0.03647, { 0.91, 0.81, 0.02, 6.54, 0.00, 0.00 } }, + { { 2, -3, 0, 1 }, 0.01603, { 0.62, 0.35, 0.06, 2.88, 0.00, 0.00 } }, + { { 2, -3, 0, 3 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -3, 1, -3 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -3, 1, -1 }, 0.00240, { 0.07, 0.05, 0.05, 0.43, 0.00, 0.00 } }, + { { 2, -3, 1, 1 }, 0.00256, { 0.11, 0.06, 0.05, 0.46, 0.00, 0.00 } }, + { { 2, -3, 2, -1 }, 0.00021, { 0.00, 0.00, 0.00, 0.04, 0.00, 0.00 } }, + { { 2, -3, 2, 1 }, 0.00031, { 0.01, 0.00, 0.01, 0.06, 0.00, 0.00 } }, + { { 2, -3, 3, -1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -3, 3, 1 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -2, -4, -1 }, 0.00012, { 0.00, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 2, -2, -4, 1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -2, -3, -1 }, 0.00178, { 0.03, 0.04, 0.10, 0.21, 0.00, 0.00 } }, + { { 2, -2, -3, 1 }, 0.00030, { 0.00, 0.00, 0.02, 0.04, 0.00, 0.00 } }, + { { 2, -2, -2, -1 }, 0.02285, { 0.53, 0.51, 0.83, 2.73, 0.00, 0.00 } }, + { { 2, -2, -2, 1 }, -0.00192, { 0.00, -0.04, -0.07, -0.23, 0.00, 0.00 } }, + { { 2, -2, -2, 3 }, -0.00009, { 0.00, 0.00, 0.00, -0.01, 0.00, 0.00 } }, + { { 2, -2, -1, -3 }, 0.00024, { 0.00, 0.02, 0.00, 0.03, 0.00, 0.00 } }, + { { 2, -2, -1, -1 }, 0.26865, { 6.32, 5.97, 4.91, 32.14, 0.00, 0.00 } }, + { { 2, -2, -1, 1 }, 0.31474, { 6.78, 6.97, 5.75, 37.65, 0.00, 0.00 } }, + { { 2, -2, -1, 3 }, -0.00045, { 0.00, -0.03, 0.00, -0.05, 0.00, 0.00 } }, + { { 2, -2, 0, -3 }, 0.00273, { 0.03, 0.18, 0.00, 0.33, 0.00, 0.00 } }, + { { 2, -2, 0, -1 }, 1.08587, { 23.51, 24.25, 0.47, 129.87, 0.00, 0.00 } }, + { { 2, -2, 0, 1 }, 0.38353, { 13.48, 8.45, 1.72, 45.87, 0.00, 0.00 } }, + { { 2, -2, 0, 3 }, -0.00044, { -0.01, -0.03, 0.00, -0.05, 0.00, 0.00 } }, + { { 2, -2, 1, -3 }, -0.00072, { -0.02, -0.05, -0.01, -0.09, 0.00, 0.00 } }, + { { 2, -2, 1, -1 }, 0.06915, { 1.69, 1.51, 1.31, 8.27, 0.00, 0.00 } }, + { { 2, -2, 1, 1 }, 0.05848, { 2.24, 1.28, 1.26, 6.99, 0.00, 0.00 } }, + { { 2, -2, 1, 3 }, -0.00011, { 0.00, 0.00, 0.00, -0.01, 0.00, 0.00 } }, + { { 2, -2, 2, -3 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -2, 2, -1 }, 0.00555, { 0.16, 0.12, 0.21, 0.66, 0.00, 0.00 } }, + { { 2, -2, 2, 1 }, 0.00677, { 0.27, 0.15, 0.27, 0.81, 0.00, 0.00 } }, + { { 2, -2, 2, 3 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -2, 3, -1 }, 0.00046, { 0.01, 0.00, 0.03, 0.06, 0.00, 0.00 } }, + { { 2, -2, 3, 1 }, 0.00070, { 0.03, 0.02, 0.04, 0.08, 0.00, 0.00 } }, + { { 2, -2, 4, -1 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -2, 4, 1 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, -6, -1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, -5, -1 }, 0.00029, { 0.00, 0.00, 0.03, 0.02, 0.00, 0.00 } }, + { { 2, -1, -5, 1 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, -4, -1 }, 0.00416, { 0.06, 0.09, 0.30, 0.25, 0.00, 0.00 } }, + { { 2, -1, -4, 1 }, 0.00080, { 0.00, 0.02, 0.06, 0.05, 0.00, 0.00 } }, + { { 2, -1, -3, -3 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, -3, -1 }, 0.05502, { 0.99, 1.23, 3.01, 3.29, 0.00, 0.00 } }, + { { 2, -1, -3, 1 }, 0.00935, { 0.12, 0.21, 0.51, 0.56, 0.00, 0.00 } }, + { { 2, -1, -3, 3 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, -2, -3 }, 0.00033, { -0.01, 0.02, 0.01, 0.02, 0.00, 0.00 } }, + { { 2, -1, -2, -1 }, 0.65025, { 13.75, 14.46, 23.70, 38.91, 0.00, 0.00 } }, + { { 2, -1, -2, 1 }, -0.06208, { -0.48, -1.40, -2.27, -3.71, 0.00, 0.00 } }, + { { 2, -1, -2, 3 }, -0.00267, { -0.03, -0.18, -0.10, -0.16, 0.00, 0.00 } }, + { { 2, -1, -1, -5 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, -1, -3 }, 0.01034, { 0.06, 0.69, 0.17, 0.62, 0.00, 0.00 } }, + { { 2, -1, -1, -1 }, 7.43488, { 154.99, 165.14, 135.90, 444.61, -0.02, 0.00 } }, + { { 2, -1, -1, 1 }, 8.86853, { 174.25, 196.33, 161.68, 530.29, -0.01, 0.00 } }, + { { 2, -1, -1, 3 }, -0.01177, { -0.23, -0.79, -0.24, -0.70, 0.00, 0.00 } }, + { { 2, -1, -1, 5 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, 0, -5 }, -0.00009, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, 0, -3 }, 0.08815, { 0.98, 5.90, -0.13, 5.27, 0.00, 0.00 } }, + { { 2, -1, 0, -1 }, 29.57794, { 553.39, 661.64, 12.43, 1767.42, 0.16, 0.00 } }, + { { 2, -1, 0, 1 }, 7.95891, { 253.11, 175.21, 44.35, 475.60, 0.00, 0.00 } }, + { { 2, -1, 0, 3 }, -0.00944, { -0.28, -0.63, -0.11, -0.56, 0.00, 0.00 } }, + { { 2, -1, 0, 5 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, 1, -5 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, 1, -3 }, -0.01669, { -0.30, -1.12, -0.31, -1.00, 0.00, 0.00 } }, + { { 2, -1, 1, -1 }, 1.76606, { 35.98, 38.73, 33.43, 105.50, 0.02, 0.00 } }, + { { 2, -1, 1, 1 }, 1.13466, { 38.36, 24.88, 25.43, 67.78, 0.00, 0.00 } }, + { { 2, -1, 1, 3 }, -0.00224, { -0.07, -0.15, -0.06, -0.13, 0.00, 0.00 } }, + { { 2, -1, 2, -3 }, -0.00061, { -0.01, -0.04, -0.02, -0.04, 0.00, 0.00 } }, + { { 2, -1, 2, -1 }, 0.12897, { 2.89, 2.78, 4.82, 7.70, 0.00, 0.00 } }, + { { 2, -1, 2, 1 }, 0.12387, { 4.35, 2.71, 4.97, 7.40, 0.00, 0.00 } }, + { { 2, -1, 2, 3 }, -0.00036, { -0.01, -0.02, -0.02, -0.02, 0.00, 0.00 } }, + { { 2, -1, 3, -3 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, 3, -1 }, 0.00985, { 0.24, 0.21, 0.55, 0.59, 0.00, 0.00 } }, + { { 2, -1, 3, 1 }, 0.01211, { 0.44, 0.26, 0.70, 0.72, 0.00, 0.00 } }, + { { 2, -1, 3, 3 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, 4, -1 }, 0.00076, { 0.02, 0.02, 0.06, 0.05, 0.00, 0.00 } }, + { { 2, -1, 4, 1 }, 0.00111, { 0.04, 0.02, 0.08, 0.07, 0.00, 0.00 } }, + { { 2, -1, 5, -1 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, 5, 1 }, 0.00010, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -7, -1 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -7, 1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -6, -1 }, 0.00092, { 0.02, 0.02, 0.10, 0.00, 0.00, 0.00 } }, + { { 2, 0, -6, 1 }, 0.00020, { 0.00, 0.00, 0.02, 0.00, 0.00, 0.00 } }, + { { 2, 0, -5, -3 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -5, -1 }, 0.01127, { 0.23, 0.25, 1.03, 0.00, 0.00, 0.00 } }, + { { 2, 0, -5, 1 }, 0.00230, { 0.03, 0.05, 0.21, 0.00, 0.00, 0.00 } }, + { { 2, 0, -4, -3 }, -0.00014, { 0.00, 0.00, -0.01, 0.00, 0.00, 0.00 } }, + { { 2, 0, -4, -1 }, 0.13381, { 2.77, 2.96, 9.75, 0.00, 0.00, 0.00 } }, + { { 2, 0, -4, 1 }, 0.02496, { 0.39, 0.56, 1.82, 0.00, 0.00, 0.00 } }, + { { 2, 0, -4, 3 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -3, -3 }, 0.00023, { -0.02, 0.01, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -3, -1 }, 1.51564, { 31.76, 33.59, 82.84, 0.07, 0.00, 0.00 } }, + { { 2, 0, -3, 1 }, 0.25408, { 3.88, 5.75, 13.92, 0.00, 0.01, 0.00 } }, + { { 2, 0, -3, 3 }, 0.00232, { 0.05, 0.16, 0.13, 0.00, 0.00, 0.00 } }, + { { 2, 0, -3, 5 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -2, -5 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -2, -3 }, 0.02045, { 0.10, 1.37, 0.70, 0.00, 0.00, 0.00 } }, + { { 2, 0, -2, -1 }, 15.56635, { 330.35, 344.99, 567.47, 0.23, 0.03, 0.00 } }, + { { 2, 0, -2, 1 }, -1.62443, { -20.88, -36.38, -59.20, 0.18, -0.02, 0.00 } }, + { { 2, 0, -2, 3 }, -0.06561, { -0.77, -4.41, -2.38, 0.00, 0.00, 0.00 } }, + { { 2, 0, -2, 5 }, 0.00012, { 0.00, 0.01, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -1, -5 }, -0.00046, { 0.00, -0.05, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -1, -3 }, 0.32907, { 3.62, 22.03, 5.64, -0.02, 0.01, 0.00 } }, + { { 2, 0, -1, -1 }, 166.57528, { 3219.29, 3695.90, 3042.80, -5.99, 0.39, 0.00 } }, + { { 2, 0, -1, 1 }, 199.48515, { 3726.28, 4413.25, 3627.39, -8.68, 0.73, 0.00 } }, + { { 2, 0, -1, 3 }, -0.24484, { -4.55, -16.39, -4.94, 0.02, 0.00, 0.00 } }, + { { 2, 0, -1, 5 }, 0.00038, { 0.00, 0.04, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 0, -5 }, -0.00221, { -0.02, -0.25, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 0, -3 }, 2.18637, { 23.85, 146.45, -2.38, -0.27, 0.03, 0.00 } }, + { { 2, 0, 0, -1 }, 623.65783, { 9963.62, 13978.19, 245.16, -70.26, 5.00, -0.03 } }, + { { 2, 0, 0, 1 }, 117.26161, { 3313.25, 2575.66, 874.52, -12.65, 1.79, -0.01 } }, + { { 2, 0, 0, 3 }, -0.14453, { -3.71, -9.64, -2.05, 0.02, 0.00, 0.00 } }, + { { 2, 0, 0, 5 }, 0.00026, { 0.00, 0.03, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 1, -5 }, -0.00075, { 0.00, -0.08, -0.01, 0.00, 0.00, 0.00 } }, + { { 2, 0, 1, -3 }, -0.29116, { -3.49, -19.63, -5.36, 0.05, 0.00, 0.00 } }, + { { 2, 0, 1, -1 }, 33.35743, { 512.77, 735.76, 630.31, -5.21, 0.43, 0.00 } }, + { { 2, 0, 1, 1 }, 15.12165, { 433.44, 331.25, 359.20, -2.40, 0.31, 0.00 } }, + { { 2, 0, 1, 3 }, -0.03038, { -0.82, -2.02, -0.85, 0.00, 0.00, 0.00 } }, + { { 2, 0, 1, 5 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 2, -5 }, 0.00008, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 2, -3 }, -0.00995, { -0.12, -0.68, -0.36, 0.00, 0.00, 0.00 } }, + { { 2, 0, 2, -1 }, 2.14618, { 33.22, 46.62, 80.12, -0.45, 0.04, 0.00 } }, + { { 2, 0, 2, 1 }, 1.51976, { 43.48, 33.21, 62.71, -0.33, 0.04, 0.00 } }, + { { 2, 0, 2, 3 }, -0.00451, { -0.12, -0.30, -0.20, 0.00, 0.00, 0.00 } }, + { { 2, 0, 2, 5 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 3, -3 }, -0.00093, { 0.00, -0.06, -0.05, 0.00, 0.00, 0.00 } }, + { { 2, 0, 3, -1 }, 0.14642, { 2.28, 3.13, 8.16, -0.04, 0.00, 0.00 } }, + { { 2, 0, 3, 1 }, 0.13795, { 3.92, 3.01, 8.15, -0.04, 0.00, 0.00 } }, + { { 2, 0, 3, 3 }, -0.00056, { -0.02, -0.04, -0.03, 0.00, 0.00, 0.00 } }, + { { 2, 0, 4, -3 }, -0.00008, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 4, -1 }, 0.01027, { 0.16, 0.22, 0.76, 0.00, 0.00, 0.00 } }, + { { 2, 0, 4, 1 }, 0.01186, { 0.33, 0.26, 0.91, 0.00, 0.00, 0.00 } }, + { { 2, 0, 4, 3 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 5, -1 }, 0.00073, { 0.01, 0.02, 0.07, 0.00, 0.00, 0.00 } }, + { { 2, 0, 5, 1 }, 0.00099, { 0.03, 0.02, 0.09, 0.00, 0.00, 0.00 } }, + { { 2, 0, 6, -1 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 6, 1 }, 0.00008, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, -6, -1 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, -5, -1 }, 0.00028, { 0.02, 0.00, 0.03, 0.02, 0.00, 0.00 } }, + { { 2, 1, -5, 1 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, -4, -1 }, 0.00247, { 0.19, 0.05, 0.18, 0.15, 0.00, 0.00 } }, + { { 2, 1, -4, 1 }, 0.00034, { 0.03, 0.00, 0.03, 0.02, 0.00, 0.00 } }, + { { 2, 1, -3, -3 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, -3, -1 }, 0.01818, { 1.67, 0.38, 0.99, 1.10, 0.00, 0.00 } }, + { { 2, 1, -3, 1 }, 0.00162, { 0.17, 0.03, 0.09, 0.10, 0.00, 0.00 } }, + { { 2, 1, -2, -3 }, -0.00015, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, -2, -1 }, 0.07913, { 12.08, 1.57, 2.84, 4.80, 0.00, 0.00 } }, + { { 2, 1, -2, 1 }, 0.05429, { 3.18, 1.16, 1.97, 3.26, 0.00, 0.00 } }, + { { 2, 1, -2, 3 }, 0.00017, { -0.03, 0.01, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, -1, -3 }, -0.00342, { 0.05, -0.23, -0.06, -0.20, 0.00, 0.00 } }, + { { 2, 1, -1, -1 }, -0.79105, { 41.53, -18.40, -14.91, -47.09, -0.01, 0.00 } }, + { { 2, 1, -1, 1 }, -1.31788, { 39.71, -29.98, -24.58, -78.59, 0.00, 0.00 } }, + { { 2, 1, -1, 3 }, 0.00192, { -0.03, 0.13, 0.04, 0.11, 0.00, 0.00 } }, + { { 2, 1, 0, -5 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, 0, -3 }, -0.05457, { -0.95, -3.65, 0.01, -3.27, 0.00, 0.00 } }, + { { 2, 1, 0, -1 }, -12.09470, { -205.76, -271.06, -3.14, -723.84, -0.31, 0.00 } }, + { { 2, 1, 0, 1 }, -1.26433, { -30.65, -27.38, -10.59, -75.65, -0.41, 0.00 } }, + { { 2, 1, 0, 3 }, 0.00177, { 0.04, 0.12, 0.03, 0.11, 0.00, 0.00 } }, + { { 2, 1, 1, -5 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, 1, -3 }, 0.00465, { 0.02, 0.31, 0.09, 0.28, 0.00, 0.00 } }, + { { 2, 1, 1, -1 }, -0.82275, { -17.02, -18.20, -15.41, -49.25, -0.04, 0.00 } }, + { { 2, 1, 1, 1 }, -0.23702, { -7.85, -5.10, -5.79, -14.19, -0.08, 0.00 } }, + { { 2, 1, 1, 3 }, 0.00052, { 0.02, 0.03, 0.02, 0.03, 0.00, 0.00 } }, + { { 2, 1, 2, -3 }, 0.00021, { 0.00, 0.01, 0.00, 0.01, 0.00, 0.00 } }, + { { 2, 1, 2, -1 }, -0.06283, { -1.47, -1.37, -2.34, -3.76, 0.00, 0.00 } }, + { { 2, 1, 2, 1 }, -0.03142, { -1.17, -0.67, -1.31, -1.88, -0.01, 0.00 } }, + { { 2, 1, 2, 3 }, 0.00010, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, 3, -3 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, 3, -1 }, -0.00496, { -0.13, -0.11, -0.28, -0.30, 0.00, 0.00 } }, + { { 2, 1, 3, 1 }, -0.00355, { -0.14, -0.08, -0.21, -0.21, 0.00, 0.00 } }, + { { 2, 1, 3, 3 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, 4, -1 }, -0.00040, { -0.01, 0.00, -0.03, -0.02, 0.00, 0.00 } }, + { { 2, 1, 4, 1 }, -0.00037, { -0.02, 0.00, -0.03, -0.02, 0.00, 0.00 } }, + { { 2, 1, 5, -1 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, 5, 1 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, -4, -1 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, -4, 1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, -3, -1 }, -0.00102, { -0.03, -0.02, -0.06, -0.12, 0.00, 0.00 } }, + { { 2, 2, -3, 1 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, -2, -3 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, -2, -1 }, -0.01262, { -0.47, -0.28, -0.46, -1.51, 0.00, 0.00 } }, + { { 2, 2, -2, 1 }, -0.00504, { -0.27, -0.11, -0.19, -0.60, 0.00, 0.00 } }, + { { 2, 2, -2, 3 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, -1, -3 }, -0.00046, { -0.02, -0.03, 0.00, -0.06, 0.00, 0.00 } }, + { { 2, 2, -1, -1 }, -0.10535, { -3.66, -2.34, -1.91, -12.62, 0.00, 0.00 } }, + { { 2, 2, -1, 1 }, -0.11330, { -3.82, -2.50, -2.08, -13.58, 0.00, 0.00 } }, + { { 2, 2, -1, 3 }, 0.00012, { 0.00, 0.00, 0.00, 0.01, 0.00, 0.00 } }, + { { 2, 2, 0, -3 }, -0.00103, { -0.02, -0.06, 0.02, -0.12, 0.00, 0.00 } }, + { { 2, 2, 0, -1 }, -0.13415, { -2.41, -3.04, -0.26, -16.07, 0.00, 0.00 } }, + { { 2, 2, 0, 1 }, -0.01482, { -0.52, -0.32, -0.53, -1.78, 0.03, 0.00 } }, + { { 2, 2, 0, 3 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, 1, -3 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, 1, -1 }, -0.00617, { -0.08, -0.14, -0.13, -0.74, 0.00, 0.00 } }, + { { 2, 2, 1, 1 }, -0.00145, { -0.05, -0.03, -0.08, -0.17, 0.00, 0.00 } }, + { { 2, 2, 2, -1 }, -0.00025, { 0.00, 0.00, -0.01, -0.03, 0.00, 0.00 } }, + { { 2, 2, 2, 1 }, -0.00009, { 0.00, 0.00, 0.00, -0.01, 0.00, 0.00 } }, + { { 2, 3, -2, -1 }, -0.00006, { 0.00, 0.00, 0.00, -0.01, 0.00, 0.00 } }, + { { 2, 3, -2, 1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 3, -1, -1 }, -0.00009, { 0.00, 0.00, 0.00, -0.02, 0.00, 0.00 } }, + { { 2, 3, -1, 1 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 3, 0, -1 }, 0.00037, { 0.01, 0.00, 0.00, 0.07, 0.00, 0.00 } }, + { { 2, 3, 0, 1 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 3, 1, -1 }, 0.00006, { 0.00, 0.00, 0.00, 0.01, 0.00, 0.00 } }, + { { 3, -3, -1, -1 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 3, -3, -1, 1 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 3, -3, 0, -1 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 3, -2, -3, -1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, -2, -2, -1 }, -0.00014, { 0.00, 0.00, 0.00, -0.02, -0.06, 0.00 } }, + { { 3, -2, -2, 1 }, -0.00016, { 0.00, 0.00, 0.00, -0.02, -0.06, 0.00 } }, + { { 3, -2, -1, -1 }, -0.00101, { -0.03, -0.02, -0.02, -0.12, -0.39, 0.00 } }, + { { 3, -2, -1, 1 }, -0.00063, { -0.03, -0.01, -0.01, -0.08, -0.25, 0.00 } }, + { { 3, -2, 0, -3 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 3, -2, 0, -1 }, -0.00131, { -0.05, -0.03, 0.00, -0.16, -0.51, 0.00 } }, + { { 3, -2, 0, 1 }, 0.00008, { 0.00, 0.00, 0.00, 0.00, 0.03, 0.00 } }, + { { 3, -2, 1, -1 }, -0.00014, { 0.00, 0.00, 0.00, -0.02, -0.06, 0.00 } }, + { { 3, -2, 2, -1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, -1, -4, -1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, -1, -3, -1 }, -0.00022, { 0.00, 0.00, -0.01, -0.01, -0.08, 0.00 } }, + { { 3, -1, -2, -1 }, -0.00282, { -0.07, -0.06, -0.10, -0.17, -1.10, 0.00 } }, + { { 3, -1, -2, 1 }, -0.00329, { -0.07, -0.07, -0.12, -0.20, -1.28, 0.00 } }, + { { 3, -1, -1, -3 }, -0.00009, { 0.00, 0.00, 0.00, 0.00, -0.04, 0.00 } }, + { { 3, -1, -1, -1 }, -0.02104, { -0.53, -0.47, -0.39, -1.26, -8.18, 0.04 } }, + { { 3, -1, -1, 1 }, -0.01356, { -0.55, -0.29, -0.27, -0.81, -5.27, 0.03 } }, + { { 3, -1, -1, 3 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, -1, 0, -3 }, -0.00076, { -0.01, -0.05, 0.00, -0.05, -0.30, 0.00 } }, + { { 3, -1, 0, -1 }, -0.02572, { -0.94, -0.60, -0.07, -1.53, -10.00, 0.05 } }, + { { 3, -1, 0, 1 }, -0.00042, { -0.19, 0.00, -0.10, -0.02, -0.16, 0.00 } }, + { { 3, -1, 0, 3 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, -1, 1, -1 }, -0.00275, { -0.11, -0.06, -0.06, -0.16, -1.07, 0.00 } }, + { { 3, -1, 1, 1 }, -0.00030, { -0.05, 0.00, -0.02, -0.02, -0.12, 0.00 } }, + { { 3, -1, 2, -1 }, -0.00027, { -0.01, 0.00, -0.01, -0.02, -0.10, 0.00 } }, + { { 3, -1, 2, 1 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, -0.03, 0.00 } }, + { { 3, -1, 3, -1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, -1, 3, 1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 0, -4, -1 }, -0.00016, { 0.00, 0.00, -0.01, 0.00, -0.06, 0.00 } }, + { { 3, 0, -4, 1 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 3, 0, -3, -1 }, -0.00287, { -0.04, -0.06, -0.16, 0.00, -1.12, 0.00 } }, + { { 3, 0, -3, 1 }, 0.00015, { 0.00, 0.00, 0.00, 0.00, 0.06, 0.00 } }, + { { 3, 0, -3, 3 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 0, -2, -3 }, -0.00008, { 0.00, 0.00, 0.00, 0.00, -0.03, 0.00 } }, + { { 3, 0, -2, -1 }, -0.03941, { -0.88, -0.87, -1.44, 0.00, -15.32, 0.08 } }, + { { 3, 0, -2, 1 }, -0.04852, { -1.04, -1.06, -1.77, 0.00, -18.87, 0.10 } }, + { { 3, 0, -2, 3 }, 0.00016, { 0.00, 0.01, 0.00, 0.00, 0.06, 0.00 } }, + { { 3, 0, -1, -3 }, -0.00128, { -0.01, -0.09, -0.02, 0.00, -0.50, 0.00 } }, + { { 3, 0, -1, -1 }, -0.30517, { -7.43, -6.74, -5.66, 0.08, -118.66, 0.63 } }, + { { 3, 0, -1, 1 }, -0.20593, { -7.88, -4.39, -4.05, 0.12, -80.07, 0.42 } }, + { { 3, 0, -1, 3 }, 0.00038, { 0.02, 0.02, 0.00, 0.00, 0.15, 0.00 } }, + { { 3, 0, 0, -3 }, -0.01009, { -0.13, -0.68, 0.00, 0.00, -3.92, 0.02 } }, + { { 3, 0, 0, -1 }, -0.35183, { -11.87, -8.15, -0.99, 0.22, -136.80, 0.72 } }, + { { 3, 0, 0, 1 }, -0.02840, { -2.77, -0.49, -1.37, 0.10, -11.04, 0.06 } }, + { { 3, 0, 0, 3 }, 0.00016, { 0.00, 0.01, 0.00, 0.00, 0.06, 0.00 } }, + { { 3, 0, 1, -3 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 0, 1, -1 }, -0.03611, { -1.26, -0.83, -0.75, 0.03, -14.04, 0.07 } }, + { { 3, 0, 1, 1 }, -0.00658, { -0.56, -0.12, -0.29, 0.02, -2.56, 0.01 } }, + { { 3, 0, 1, 3 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 3, 0, 2, -1 }, -0.00322, { -0.12, -0.07, -0.13, 0.00, -1.25, 0.00 } }, + { { 3, 0, 2, 1 }, -0.00108, { -0.08, -0.02, -0.06, 0.00, -0.42, 0.00 } }, + { { 3, 0, 3, -1 }, -0.00027, { -0.01, 0.00, -0.02, 0.00, -0.11, 0.00 } }, + { { 3, 0, 3, 1 }, -0.00014, { 0.00, 0.00, 0.00, 0.00, -0.05, 0.00 } }, + { { 3, 0, 4, -1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 0, 4, 1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 1, -4, -1 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, -0.03, 0.00 } }, + { { 3, 1, -4, 1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 1, -3, -1 }, -0.00044, { -0.02, 0.00, -0.02, -0.03, -0.17, 0.00 } }, + { { 3, 1, -3, 1 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.01, 0.00 } }, + { { 3, 1, -2, -1 }, -0.00152, { -0.09, -0.03, -0.06, -0.09, -0.59, 0.00 } }, + { { 3, 1, -2, 1 }, -0.00261, { -0.12, -0.06, -0.09, -0.16, -1.02, 0.00 } }, + { { 3, 1, -1, -3 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.01, 0.00 } }, + { { 3, 1, -1, -1 }, 0.01321, { 0.23, 0.29, 0.25, 0.79, 5.14, -0.03 } }, + { { 3, 1, -1, 1 }, 0.02083, { 0.37, 0.45, 0.39, 1.24, 8.10, -0.04 } }, + { { 3, 1, -1, 3 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 3, 1, 0, -3 }, 0.00031, { 0.00, 0.02, 0.00, 0.02, 0.12, 0.00 } }, + { { 3, 1, 0, -1 }, 0.03436, { 0.68, 0.77, 0.09, 2.05, 13.36, -0.07 } }, + { { 3, 1, 0, 1 }, 0.01351, { 0.39, 0.29, 0.17, 0.81, 5.25, -0.03 } }, + { { 3, 1, 0, 3 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 3, 1, 1, -1 }, 0.00426, { 0.09, 0.09, 0.09, 0.25, 1.66, 0.00 } }, + { { 3, 1, 1, 1 }, 0.00258, { 0.08, 0.05, 0.07, 0.15, 1.00, 0.00 } }, + { { 3, 1, 2, -1 }, 0.00044, { 0.00, 0.00, 0.02, 0.03, 0.17, 0.00 } }, + { { 3, 1, 2, 1 }, 0.00035, { 0.01, 0.00, 0.02, 0.02, 0.14, 0.00 } }, + { { 3, 1, 3, -1 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 3, 1, 3, 1 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 3, 2, -2, -1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 2, -2, 1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 2, -1, -1 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 3, 2, -1, 1 }, -0.00010, { 0.00, 0.00, 0.00, -0.01, -0.04, 0.00 } }, + { { 3, 2, 0, -1 }, -0.00056, { 0.00, -0.01, 0.00, -0.07, -0.22, 0.00 } }, + { { 3, 2, 0, 1 }, -0.00016, { 0.00, 0.00, 0.00, -0.02, -0.06, 0.00 } }, + { { 3, 2, 1, -1 }, -0.00009, { 0.00, 0.00, 0.00, -0.01, -0.03, 0.00 } }, + { { 3, 2, 1, 1 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 3, 2, 2, -1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 3, -1, -3 }, 0.00001, { 0.00, 0.00, -0.02, -0.01, 0.03, 0.00 } }, + { { 3, 3, -1, -1 }, 0.00000, { -0.01, 0.00, -0.01, -0.02, 0.01, 0.00 } }, + { { 3, 3, -1, 1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -4, -2, 1 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -4, -1, -1 }, 0.00007, { 0.00, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 4, -4, -1, 1 }, 0.00007, { 0.00, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 4, -4, 0, -1 }, 0.00008, { 0.00, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 4, -4, 0, 1 }, 0.00004, { 0.00, 0.00, 0.00, 0.01, 0.00, 0.00 } }, + { { 4, -4, 1, -1 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -3, -2, -1 }, 0.00013, { 0.00, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 4, -3, -2, 1 }, 0.00059, { 0.03, 0.01, 0.02, 0.11, 0.00, 0.00 } }, + { { 4, -3, -1, -1 }, 0.00165, { 0.07, 0.04, 0.03, 0.30, 0.00, 0.00 } }, + { { 4, -3, -1, 1 }, 0.00134, { 0.07, 0.03, 0.03, 0.24, 0.00, 0.00 } }, + { { 4, -3, 0, -3 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -3, 0, -1 }, 0.00161, { 0.08, 0.04, 0.00, 0.29, 0.00, 0.00 } }, + { { 4, -3, 0, 1 }, 0.00080, { 0.05, 0.02, 0.01, 0.14, 0.00, 0.00 } }, + { { 4, -3, 1, -1 }, 0.00024, { 0.01, 0.00, 0.00, 0.04, 0.00, 0.00 } }, + { { 4, -3, 1, 1 }, 0.00017, { 0.01, 0.00, 0.00, 0.03, 0.00, 0.00 } }, + { { 4, -3, 2, -1 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -3, 2, 1 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, -4, -1 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, -3, -1 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, -3, 1 }, 0.00011, { 0.00, 0.00, 0.00, 0.01, 0.00, 0.00 } }, + { { 4, -2, -2, -3 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, -2, -1 }, 0.00283, { 0.11, 0.06, 0.10, 0.34, 0.00, 0.00 } }, + { { 4, -2, -2, 1 }, 0.01230, { 0.50, 0.27, 0.45, 1.47, 0.00, 0.00 } }, + { { 4, -2, -2, 3 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, -1, -3 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, -1, -1 }, 0.03462, { 1.29, 0.77, 0.65, 4.14, 0.00, 0.00 } }, + { { 4, -2, -1, 1 }, 0.02380, { 1.25, 0.52, 0.53, 2.85, 0.00, 0.00 } }, + { { 4, -2, -1, 3 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, 0, -3 }, 0.00029, { 0.00, 0.02, 0.00, 0.04, 0.00, 0.00 } }, + { { 4, -2, 0, -1 }, 0.02899, { 1.41, 0.65, 0.18, 3.46, 0.00, 0.00 } }, + { { 4, -2, 0, 1 }, 0.01270, { 0.79, 0.27, 0.20, 1.52, 0.00, 0.00 } }, + { { 4, -2, 0, 3 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, 1, -3 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, 1, -1 }, 0.00417, { 0.21, 0.09, 0.10, 0.50, 0.00, 0.00 } }, + { { 4, -2, 1, 1 }, 0.00255, { 0.17, 0.06, 0.08, 0.30, 0.00, 0.00 } }, + { { 4, -2, 2, -1 }, 0.00047, { 0.03, 0.01, 0.02, 0.06, 0.00, 0.00 } }, + { { 4, -2, 2, 1 }, 0.00037, { 0.03, 0.00, 0.02, 0.04, 0.00, 0.00 } }, + { { 4, -2, 3, -1 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, 3, 1 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, -6, -1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, -5, -1 }, -0.00009, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, -4, -1 }, -0.00058, { -0.02, -0.01, -0.04, -0.03, 0.00, 0.00 } }, + { { 4, -1, -4, 1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, -3, -3 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, -3, -1 }, -0.00090, { -0.03, -0.02, -0.05, -0.05, 0.00, 0.00 } }, + { { 4, -1, -3, 1 }, 0.00191, { 0.12, 0.04, 0.10, 0.11, 0.00, 0.00 } }, + { { 4, -1, -3, 3 }, -0.00011, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, -2, -3 }, -0.00033, { -0.01, -0.02, -0.01, -0.02, 0.00, 0.00 } }, + { { 4, -1, -2, -1 }, 0.05251, { 1.99, 1.16, 1.92, 3.14, 0.00, 0.00 } }, + { { 4, -1, -2, 1 }, 0.21376, { 8.24, 4.68, 7.80, 12.77, 0.00, 0.00 } }, + { { 4, -1, -2, 3 }, -0.00060, { -0.02, -0.04, -0.02, -0.04, 0.00, 0.00 } }, + { { 4, -1, -1, -3 }, -0.00065, { -0.04, -0.04, -0.01, -0.04, 0.00, 0.00 } }, + { { 4, -1, -1, -1 }, 0.59580, { 21.19, 13.27, 11.16, 35.53, 0.02, 0.00 } }, + { { 4, -1, -1, 1 }, 0.33882, { 16.92, 7.36, 7.74, 20.21, 0.00, 0.00 } }, + { { 4, -1, -1, 3 }, -0.00075, { -0.04, -0.05, -0.02, -0.04, 0.00, 0.00 } }, + { { 4, -1, 0, -5 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, 0, -3 }, 0.00534, { 0.13, 0.36, 0.00, 0.32, 0.00, 0.00 } }, + { { 4, -1, 0, -1 }, 0.41496, { 19.00, 9.23, 2.87, 24.71, 0.00, 0.00 } }, + { { 4, -1, 0, 1 }, 0.15791, { 9.24, 3.41, 2.73, 9.41, 0.00, 0.00 } }, + { { 4, -1, 0, 3 }, -0.00037, { -0.02, -0.02, 0.00, -0.02, 0.00, 0.00 } }, + { { 4, -1, 1, -3 }, -0.00062, { -0.02, -0.04, -0.01, -0.04, 0.00, 0.00 } }, + { { 4, -1, 1, -1 }, 0.05686, { 2.69, 1.24, 1.35, 3.38, 0.00, 0.00 } }, + { { 4, -1, 1, 1 }, 0.03009, { 1.83, 0.65, 0.93, 1.79, 0.00, 0.00 } }, + { { 4, -1, 1, 3 }, -0.00009, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, 2, -3 }, -0.00010, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, 2, -1 }, 0.00614, { 0.30, 0.13, 0.25, 0.37, 0.00, 0.00 } }, + { { 4, -1, 2, 1 }, 0.00421, { 0.26, 0.09, 0.20, 0.25, 0.00, 0.00 } }, + { { 4, -1, 2, 3 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, 3, -3 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, 3, -1 }, 0.00060, { 0.03, 0.01, 0.04, 0.04, 0.00, 0.00 } }, + { { 4, -1, 3, 1 }, 0.00050, { 0.03, 0.01, 0.03, 0.03, 0.00, 0.00 } }, + { { 4, -1, 4, -1 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, 4, 1 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -7, -1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -6, -1 }, -0.00015, { 0.00, 0.00, -0.02, 0.00, 0.00, 0.00 } }, + { { 4, 0, -6, 1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -5, -1 }, -0.00116, { -0.05, -0.03, -0.11, 0.00, 0.00, 0.00 } }, + { { 4, 0, -4, -3 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -4, -1 }, -0.00680, { -0.28, -0.15, -0.50, 0.00, 0.00, 0.00 } }, + { { 4, 0, -4, 1 }, 0.00029, { 0.00, 0.00, 0.02, 0.00, 0.00, 0.00 } }, + { { 4, 0, -4, 3 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -3, -3 }, -0.00066, { -0.02, -0.04, -0.04, 0.00, 0.00, 0.00 } }, + { { 4, 0, -3, -1 }, -0.00771, { -0.29, -0.17, -0.42, 0.00, 0.00, 0.00 } }, + { { 4, 0, -3, 1 }, 0.02174, { 1.30, 0.47, 1.19, 0.02, 0.00, 0.00 } }, + { { 4, 0, -3, 3 }, -0.00127, { -0.04, -0.09, -0.07, 0.00, 0.00, 0.00 } }, + { { 4, 0, -2, -3 }, -0.00390, { -0.14, -0.26, -0.14, 0.00, 0.00, 0.00 } }, + { { 4, 0, -2, -1 }, 0.63371, { 23.67, 13.99, 23.16, -0.03, 0.08, 0.00 } }, + { { 4, 0, -2, 1 }, 2.41389, { 90.53, 52.84, 87.95, -0.35, 0.07, 0.00 } }, + { { 4, 0, -2, 3 }, -0.00632, { -0.24, -0.42, -0.24, 0.00, 0.00, 0.00 } }, + { { 4, 0, -2, 5 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -1, -5 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -1, -3 }, -0.00554, { -0.34, -0.37, -0.10, 0.00, 0.00, 0.00 } }, + { { 4, 0, -1, -1 }, 6.57962, { 223.57, 146.75, 123.07, -1.94, 0.26, 0.00 } }, + { { 4, 0, -1, 1 }, 2.99850, { 142.57, 65.02, 71.12, -0.78, 0.06, 0.00 } }, + { { 4, 0, -1, 3 }, -0.00664, { -0.31, -0.44, -0.19, 0.00, 0.00, 0.00 } }, + { { 4, 0, -1, 5 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, 0, -5 }, -0.00013, { 0.00, -0.01, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, 0, -3 }, 0.06257, { 1.51, 4.19, -0.04, -0.03, 0.02, 0.00 } }, + { { 4, 0, 0, -1 }, 3.67449, { 157.55, 81.63, 29.57, -1.61, 0.06, 0.00 } }, + { { 4, 0, 0, 1 }, 1.19188, { 65.39, 25.66, 23.11, -0.45, 0.08, 0.00 } }, + { { 4, 0, 0, 3 }, -0.00288, { -0.15, -0.19, -0.08, 0.00, 0.00, 0.00 } }, + { { 4, 0, 1, -3 }, -0.00552, { -0.15, -0.38, -0.11, 0.00, 0.00, 0.00 } }, + { { 4, 0, 1, -1 }, 0.47338, { 20.49, 10.32, 11.59, -0.25, 0.02, 0.00 } }, + { { 4, 0, 1, 1 }, 0.21259, { 11.97, 4.56, 6.92, -0.10, 0.01, 0.00 } }, + { { 4, 0, 1, 3 }, -0.00068, { -0.04, -0.04, -0.03, 0.00, 0.00, 0.00 } }, + { { 4, 0, 2, -3 }, -0.00090, { -0.02, -0.06, -0.03, 0.00, 0.00, 0.00 } }, + { { 4, 0, 2, -1 }, 0.04834, { 2.10, 1.03, 2.04, -0.03, 0.00, 0.00 } }, + { { 4, 0, 2, 1 }, 0.02828, { 1.60, 0.60, 1.37, -0.02, 0.00, 0.00 } }, + { { 4, 0, 2, 3 }, -0.00012, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, 3, -3 }, -0.00010, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, 3, -1 }, 0.00449, { 0.20, 0.09, 0.27, 0.00, 0.00, 0.00 } }, + { { 4, 0, 3, 1 }, 0.00323, { 0.18, 0.07, 0.21, 0.00, 0.00, 0.00 } }, + { { 4, 0, 3, 3 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, 4, -1 }, 0.00040, { 0.02, 0.00, 0.03, 0.00, 0.00, 0.00 } }, + { { 4, 0, 4, 1 }, 0.00034, { 0.02, 0.00, 0.03, 0.00, 0.00, 0.00 } }, + { { 4, 0, 5, -1 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, 5, 1 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, -5, -1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, -4, -1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, -4, 1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, -3, -1 }, 0.00063, { 0.05, 0.01, 0.03, 0.04, 0.00, 0.00 } }, + { { 4, 1, -3, 1 }, 0.00192, { 0.19, 0.04, 0.10, 0.11, 0.00, 0.00 } }, + { { 4, 1, -2, -3 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, -2, -1 }, -0.00203, { 0.57, -0.05, -0.08, -0.12, 0.00, 0.00 } }, + { { 4, 1, -2, 1 }, -0.02957, { 0.54, -0.67, -1.08, -1.78, 0.00, 0.00 } }, + { { 4, 1, -2, 3 }, 0.00009, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, -1, -3 }, -0.00015, { -0.01, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, -1, -1 }, -0.17191, { -3.93, -3.89, -3.20, -10.30, -0.02, 0.00 } }, + { { 4, 1, -1, 1 }, -0.05097, { -1.36, -1.11, -1.24, -3.06, -0.02, 0.00 } }, + { { 4, 1, -1, 3 }, 0.00012, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, 0, -3 }, -0.00304, { -0.09, -0.20, 0.00, -0.18, 0.00, 0.00 } }, + { { 4, 1, 0, -1 }, -0.11308, { -4.83, -2.51, -0.93, -6.76, -0.02, 0.00 } }, + { { 4, 1, 0, 1 }, -0.02549, { -1.26, -0.54, -0.52, -1.53, 0.00, 0.00 } }, + { { 4, 1, 0, 3 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, 1, -3 }, 0.00011, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, 1, -1 }, -0.01692, { -0.79, -0.37, -0.42, -1.01, 0.00, 0.00 } }, + { { 4, 1, 1, 1 }, -0.00558, { -0.32, -0.12, -0.19, -0.33, 0.00, 0.00 } }, + { { 4, 1, 1, 3 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, 2, -3 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, 2, -1 }, -0.00196, { -0.10, -0.04, -0.08, -0.12, 0.00, 0.00 } }, + { { 4, 1, 2, 1 }, -0.00088, { -0.05, -0.02, -0.04, -0.05, 0.00, 0.00 } }, + { { 4, 1, 3, -1 }, -0.00020, { -0.01, 0.00, -0.01, -0.01, 0.00, 0.00 } }, + { { 4, 1, 3, 1 }, -0.00012, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, 4, -1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, 4, 1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 2, -3, -1 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 2, -3, 1 }, -0.00020, { -0.01, 0.00, -0.01, -0.02, 0.00, 0.00 } }, + { { 4, 2, -2, -3 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 2, -2, -1 }, -0.00114, { -0.07, -0.02, -0.04, -0.14, 0.00, 0.00 } }, + { { 4, 2, -2, 1 }, -0.00277, { -0.16, -0.06, -0.10, -0.33, 0.00, 0.00 } }, + { { 4, 2, -1, -3 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 2, -1, -1 }, -0.00438, { -0.25, -0.09, -0.08, -0.52, 0.00, 0.00 } }, + { { 4, 2, -1, 1 }, -0.00179, { -0.12, -0.04, -0.05, -0.21, 0.00, 0.00 } }, + { { 4, 2, 0, -1 }, -0.00056, { -0.03, -0.01, -0.02, -0.07, 0.00, 0.00 } }, + { { 4, 2, 0, 1 }, -0.00025, { -0.02, 0.00, -0.01, -0.03, 0.00, 0.00 } }, + { { 4, 2, 1, -1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 2, 1, 1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 3, -2, 1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 3, -1, -1 }, 0.00008, { 0.00, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 4, 3, -1, 1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 3, 0, -1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, -2, -2, -1 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 5, -2, -2, 1 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 5, -2, -1, -1 }, -0.00010, { 0.00, 0.00, 0.00, -0.01, -0.04, 0.00 } }, + { { 5, -2, -1, 1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, -2, 0, -1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, -1, -3, -1 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 5, -1, -3, 1 }, -0.00014, { 0.00, 0.00, 0.00, 0.00, -0.05, 0.00 } }, + { { 5, -1, -2, -1 }, -0.00057, { -0.02, -0.01, -0.02, -0.03, -0.22, 0.00 } }, + { { 5, -1, -2, 1 }, -0.00061, { -0.04, -0.01, -0.02, -0.04, -0.24, 0.00 } }, + { { 5, -1, -1, -3 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, -1, -1, -1 }, -0.00127, { -0.07, -0.03, -0.03, -0.08, -0.50, 0.00 } }, + { { 5, -1, -1, 1 }, -0.00029, { -0.03, 0.00, -0.01, -0.02, -0.11, 0.00 } }, + { { 5, -1, 0, -3 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 5, -1, 0, -1 }, -0.00032, { -0.03, 0.00, 0.00, -0.02, -0.12, 0.00 } }, + { { 5, -1, 1, -1 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 5, 0, -4, 1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 0, -3, -1 }, -0.00033, { -0.01, 0.00, -0.02, 0.00, -0.13, 0.00 } }, + { { 5, 0, -3, 1 }, -0.00124, { -0.05, -0.03, -0.07, 0.00, -0.48, 0.00 } }, + { { 5, 0, -2, -1 }, -0.00505, { -0.21, -0.11, -0.19, 0.00, -1.96, 0.01 } }, + { { 5, 0, -2, 1 }, -0.00519, { -0.29, -0.11, -0.20, 0.00, -2.02, 0.01 } }, + { { 5, 0, -2, 3 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 0, -1, -3 }, -0.00011, { 0.00, 0.00, 0.00, 0.00, -0.04, 0.00 } }, + { { 5, 0, -1, -1 }, -0.01049, { -0.54, -0.24, -0.22, 0.01, -4.08, 0.02 } }, + { { 5, 0, -1, 1 }, -0.00245, { -0.21, -0.05, -0.09, 0.00, -0.95, 0.00 } }, + { { 5, 0, -1, 3 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 0, 0, -3 }, -0.00041, { -0.01, -0.03, 0.00, 0.00, -0.16, 0.00 } }, + { { 5, 0, 0, -1 }, -0.00254, { -0.19, -0.06, -0.07, 0.00, -0.99, 0.00 } }, + { { 5, 0, 0, 1 }, -0.00027, { -0.05, 0.00, -0.03, 0.00, -0.10, 0.00 } }, + { { 5, 0, 1, -3 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 5, 0, 1, -1 }, -0.00045, { -0.03, -0.01, -0.02, 0.00, -0.17, 0.00 } }, + { { 5, 0, 1, 1 }, -0.00006, { -0.01, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 5, 0, 2, -1 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 5, 0, 2, 1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 1, -3, -1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 1, -3, 1 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 5, 1, -2, -1 }, 0.00014, { 0.00, 0.00, 0.00, 0.00, 0.06, 0.00 } }, + { { 5, 1, -2, 1 }, 0.00041, { 0.01, 0.00, 0.02, 0.02, 0.16, 0.00 } }, + { { 5, 1, -1, -1 }, 0.00097, { 0.04, 0.02, 0.02, 0.06, 0.38, 0.00 } }, + { { 5, 1, -1, 1 }, 0.00053, { 0.03, 0.01, 0.01, 0.03, 0.21, 0.00 } }, + { { 5, 1, 0, -3 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 1, 0, -1 }, 0.00051, { 0.02, 0.01, 0.00, 0.03, 0.20, 0.00 } }, + { { 5, 1, 0, 1 }, 0.00023, { 0.01, 0.00, 0.00, 0.01, 0.09, 0.00 } }, + { { 5, 1, 1, -1 }, 0.00010, { 0.00, 0.00, 0.00, 0.00, 0.04, 0.00 } }, + { { 5, 1, 1, 1 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 5, 1, 2, -1 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 2, -1, -1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 2, 0, -1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -3, -3, 1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -3, -2, -1 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -3, -2, 1 }, 0.00006, { 0.00, 0.00, 0.00, 0.01, 0.00, 0.00 } }, + { { 6, -3, -1, -1 }, 0.00010, { 0.00, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 6, -3, -1, 1 }, 0.00006, { 0.00, 0.00, 0.00, 0.01, 0.00, 0.00 } }, + { { 6, -3, 0, -1 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -3, 0, 1 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -3, 1, -1 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, -3, -1 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, -3, 1 }, 0.00033, { 0.02, 0.00, 0.02, 0.04, 0.00, 0.00 } }, + { { 6, -2, -2, -1 }, 0.00088, { 0.05, 0.02, 0.03, 0.10, 0.00, 0.00 } }, + { { 6, -2, -2, 1 }, 0.00087, { 0.06, 0.02, 0.04, 0.10, 0.00, 0.00 } }, + { { 6, -2, -1, -3 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, -1, -1 }, 0.00137, { 0.09, 0.03, 0.03, 0.16, 0.00, 0.00 } }, + { { 6, -2, -1, 1 }, 0.00078, { 0.06, 0.02, 0.02, 0.09, 0.00, 0.00 } }, + { { 6, -2, 0, -1 }, 0.00067, { 0.05, 0.01, 0.01, 0.08, 0.00, 0.00 } }, + { { 6, -2, 0, 1 }, 0.00032, { 0.03, 0.00, 0.00, 0.04, 0.00, 0.00 } }, + { { 6, -2, 1, -1 }, 0.00013, { 0.00, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 6, -2, 1, 1 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, 2, -1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, 2, 1 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, -4, -1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, -4, 1 }, 0.00009, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, -3, -1 }, 0.00089, { 0.05, 0.02, 0.05, 0.05, 0.00, 0.00 } }, + { { 6, -1, -3, 1 }, 0.00415, { 0.24, 0.09, 0.23, 0.25, 0.00, 0.00 } }, + { { 6, -1, -3, 3 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, -2, -1 }, 0.01091, { 0.59, 0.24, 0.40, 0.65, 0.00, 0.00 } }, + { { 6, -1, -2, 1 }, 0.00939, { 0.64, 0.20, 0.38, 0.56, 0.00, 0.00 } }, + { { 6, -1, -2, 3 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, -1, -3 }, 0.00014, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, -1, -1 }, 0.01486, { 0.96, 0.33, 0.35, 0.88, 0.00, 0.00 } }, + { { 6, -1, -1, 1 }, 0.00757, { 0.59, 0.16, 0.24, 0.45, 0.00, 0.00 } }, + { { 6, -1, -1, 3 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, 0, -3 }, 0.00010, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, 0, -1 }, 0.00652, { 0.47, 0.14, 0.12, 0.39, 0.00, 0.00 } }, + { { 6, -1, 0, 1 }, 0.00288, { 0.24, 0.06, 0.09, 0.17, 0.00, 0.00 } }, + { { 6, -1, 0, 3 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, 1, -1 }, 0.00122, { 0.09, 0.03, 0.04, 0.07, 0.00, 0.00 } }, + { { 6, -1, 1, 1 }, 0.00063, { 0.06, 0.01, 0.03, 0.04, 0.00, 0.00 } }, + { { 6, -1, 2, -1 }, 0.00017, { 0.01, 0.00, 0.00, 0.01, 0.00, 0.00 } }, + { { 6, -1, 2, 1 }, 0.00010, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, 3, -1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, 3, 1 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, -4, -1 }, 0.00014, { 0.00, 0.00, 0.01, 0.00, 0.00, 0.00 } }, + { { 6, 0, -4, 1 }, 0.00072, { 0.05, 0.02, 0.05, 0.00, 0.00, 0.00 } }, + { { 6, 0, -4, 3 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, -3, -1 }, 0.00702, { 0.40, 0.15, 0.38, 0.00, 0.00, 0.00 } }, + { { 6, 0, -3, 1 }, 0.03118, { 1.77, 0.68, 1.71, 0.00, 0.00, 0.00 } }, + { { 6, 0, -3, 3 }, -0.00014, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, -2, -3 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, -2, -1 }, 0.08096, { 4.28, 1.79, 3.00, -0.04, 0.00, 0.00 } }, + { { 6, 0, -2, 1 }, 0.05963, { 3.97, 1.28, 2.46, -0.03, 0.00, 0.00 } }, + { { 6, 0, -2, 3 }, -0.00021, { -0.01, -0.01, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, -1, -3 }, 0.00107, { 0.04, 0.07, 0.02, 0.00, 0.00, 0.00 } }, + { { 6, 0, -1, -1 }, 0.09403, { 5.84, 2.08, 2.28, -0.07, 0.00, 0.00 } }, + { { 6, 0, -1, 1 }, 0.04217, { 3.17, 0.89, 1.37, -0.03, 0.00, 0.00 } }, + { { 6, 0, -1, 3 }, -0.00014, { -0.01, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, 0, -3 }, 0.00060, { 0.04, 0.04, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, 0, -1 }, 0.03674, { 2.54, 0.80, 0.73, -0.03, 0.00, 0.00 } }, + { { 6, 0, 0, 1 }, 0.01465, { 1.19, 0.31, 0.47, -0.01, 0.00, 0.00 } }, + { { 6, 0, 0, 3 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, 1, -3 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, 1, -1 }, 0.00654, { 0.46, 0.14, 0.22, 0.00, 0.00, 0.00 } }, + { { 6, 0, 1, 1 }, 0.00305, { 0.25, 0.06, 0.13, 0.00, 0.00, 0.00 } }, + { { 6, 0, 1, 3 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, 2, -3 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, 2, -1 }, 0.00088, { 0.06, 0.02, 0.04, 0.00, 0.00, 0.00 } }, + { { 6, 0, 2, 1 }, 0.00048, { 0.04, 0.01, 0.03, 0.00, 0.00, 0.00 } }, + { { 6, 0, 3, -1 }, 0.00010, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, 3, 1 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, 4, -1 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, -4, 1 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, -3, -1 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, -3, 1 }, -0.00054, { 0.00, -0.01, -0.03, -0.03, 0.00, 0.00 } }, + { { 6, 1, -2, -1 }, -0.00256, { -0.08, -0.06, -0.09, -0.15, 0.00, 0.00 } }, + { { 6, 1, -2, 1 }, -0.00137, { -0.05, -0.03, -0.06, -0.08, 0.00, 0.00 } }, + { { 6, 1, -1, -3 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, -1, -1 }, -0.00350, { -0.19, -0.08, -0.08, -0.21, 0.00, 0.00 } }, + { { 6, 1, -1, 1 }, -0.00116, { -0.07, -0.02, -0.04, -0.07, 0.00, 0.00 } }, + { { 6, 1, 0, -3 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, 0, -1 }, -0.00153, { -0.10, -0.03, -0.03, -0.09, 0.00, 0.00 } }, + { { 6, 1, 0, 1 }, -0.00047, { -0.04, 0.00, -0.02, -0.03, 0.00, 0.00 } }, + { { 6, 1, 1, -1 }, -0.00031, { -0.02, 0.00, 0.00, -0.02, 0.00, 0.00 } }, + { { 6, 1, 1, 1 }, -0.00011, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, 2, -1 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, 2, 1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 2, -3, -1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 2, -3, 1 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 2, -2, -1 }, -0.00009, { 0.00, 0.00, 0.00, -0.01, 0.00, 0.00 } }, + { { 6, 2, -2, 1 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 2, -1, -1 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 2, -1, 1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, -1, -3, -1 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, -1, -3, 1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, -1, -2, -1 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 7, -1, -2, 1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, -1, -1, -1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, 0, -4, 1 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, 0, -3, -1 }, -0.00009, { 0.00, 0.00, 0.00, 0.00, -0.03, 0.00 } }, + { { 7, 0, -3, 1 }, -0.00011, { 0.00, 0.00, 0.00, 0.00, -0.04, 0.00 } }, + { { 7, 0, -2, -1 }, -0.00024, { -0.02, 0.00, 0.00, 0.00, -0.09, 0.00 } }, + { { 7, 0, -2, 1 }, -0.00010, { 0.00, 0.00, 0.00, 0.00, -0.04, 0.00 } }, + { { 7, 0, -1, -3 }, -0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, 0, -1, -1 }, -0.00013, { -0.01, 0.00, 0.00, 0.00, -0.05, 0.00 } }, + { { 7, 0, -1, 1 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 7, 0, 0, -1 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, -0.01, 0.00 } }, + { { 7, 1, -2, -1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, 1, -2, 1 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, 1, -1, -1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, 1, -1, 1 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -2, -3, -1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -2, -3, 1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -2, -2, -1 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -2, -2, 1 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -2, -1, -1 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -2, -1, 1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -2, 0, -1 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -1, -4, -1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -1, -4, 1 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -1, -3, -1 }, 0.00019, { 0.01, 0.00, 0.01, 0.01, 0.00, 0.00 } }, + { { 8, -1, -3, 1 }, 0.00022, { 0.02, 0.00, 0.01, 0.01, 0.00, 0.00 } }, + { { 8, -1, -2, -1 }, 0.00038, { 0.03, 0.00, 0.02, 0.02, 0.00, 0.00 } }, + { { 8, -1, -2, 1 }, 0.00025, { 0.02, 0.00, 0.01, 0.01, 0.00, 0.00 } }, + { { 8, -1, -1, -1 }, 0.00029, { 0.03, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 8, -1, -1, 1 }, 0.00015, { 0.02, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -1, 0, -1 }, 0.00011, { 0.01, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -1, 0, 1 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -1, 1, -1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -1, 1, 1 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, -5, 1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, -4, -1 }, 0.00009, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, -4, 1 }, 0.00042, { 0.03, 0.00, 0.03, 0.00, 0.00, 0.00 } }, + { { 8, 0, -3, -1 }, 0.00107, { 0.08, 0.02, 0.06, 0.00, 0.00, 0.00 } }, + { { 8, 0, -3, 1 }, 0.00108, { 0.09, 0.02, 0.06, 0.00, 0.00, 0.00 } }, + { { 8, 0, -2, -3 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, -2, -1 }, 0.00189, { 0.15, 0.04, 0.08, 0.00, 0.00, 0.00 } }, + { { 8, 0, -2, 1 }, 0.00111, { 0.11, 0.02, 0.05, 0.00, 0.00, 0.00 } }, + { { 8, 0, -1, -3 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, -1, -1 }, 0.00130, { 0.12, 0.03, 0.04, 0.00, 0.00, 0.00 } }, + { { 8, 0, -1, 1 }, 0.00060, { 0.06, 0.01, 0.03, 0.00, 0.00, 0.00 } }, + { { 8, 0, 0, -1 }, 0.00045, { 0.04, 0.00, 0.01, 0.00, 0.00, 0.00 } }, + { { 8, 0, 0, 1 }, 0.00020, { 0.02, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, 1, -1 }, 0.00009, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, 1, 1 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, 2, -1 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 1, -3, -1 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 1, -3, 1 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 1, -2, -1 }, -0.00008, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 1, -2, 1 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 1, -1, -1 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 1, -1, 1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 1, 0, -1 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, 0, -4, -1 }, 0.00001, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, 0, -4, 1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, 0, -3, -1 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, 0, -3, 1 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, 0, -2, -1 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, 0, -2, 1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, 0, -1, -1 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } } +} }; + +constexpr array g_ELP3 +{ { + { { 0, 0, 0, 0 }, 385000.52719, { -7992.63, -11.06, 21578.08, -4.53, 11.39, -0.06 } }, + { { 0, 0, 0, 2 }, -3.14837, { -204.48, -138.94, 159.64, -0.39, 0.12, 0.00 } }, + { { 0, 0, 0, 4 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 0, 1, -4 }, 0.00038, { 0.03, 0.03, -0.03, 0.00, 0.00, 0.00 } }, + { { 0, 0, 1, -2 }, 79.66183, { -359.45, 3583.79, 1454.02, -2.37, 0.85, 0.00 } }, + { { 0, 0, 1, 0 }, -20905.32206, { 6888.23, -35.83, -380331.74, 22.31, 1.77, 0.00 } }, + { { 0, 0, 1, 2 }, -0.10326, { -9.14, -4.53, 8.08, 0.00, 0.02, 0.00 } }, + { { 0, 0, 2, -4 }, -0.00837, { 0.07, -0.75, -0.31, 0.00, 0.00, 0.00 } }, + { { 0, 0, 2, -2 }, -4.42124, { 18.29, -198.91, -161.90, 0.14, -0.04, 0.00 } }, + { { 0, 0, 2, 0 }, -569.92332, { 374.44, -1.99, -20737.33, 5.79, 0.44, 0.00 } }, + { { 0, 0, 2, 2 }, -0.00102, { -0.37, -0.04, 0.62, 0.00, 0.00, 0.00 } }, + { { 0, 0, 3, -4 }, 0.00033, { 0.00, 0.03, 0.02, 0.00, 0.00, 0.00 } }, + { { 0, 0, 3, -2 }, -0.00111, { 0.00, 0.00, -0.05, 0.00, 0.00, 0.00 } }, + { { 0, 0, 3, 0 }, -23.21032, { 26.49, -0.14, -1266.64, 0.63, 0.05, 0.00 } }, + { { 0, 0, 3, 2 }, 0.00026, { 0.00, 0.00, 0.06, 0.00, 0.00, 0.00 } }, + { { 0, 0, 4, -4 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 0, 4, -2 }, 0.00027, { 0.00, 0.00, 0.02, 0.00, 0.00, 0.00 } }, + { { 0, 0, 4, 0 }, -1.11693, { 1.98, 0.00, -81.26, 0.06, 0.00, 0.00 } }, + { { 0, 0, 4, 2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 0, 5, -2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 0, 5, 0 }, -0.05888, { 0.15, 0.00, -5.35, 0.00, 0.00, 0.00 } }, + { { 0, 0, 6, 0 }, -0.00329, { 0.00, 0.00, -0.36, 0.00, 0.00, 0.00 } }, + { { 0, 0, 7, 0 }, -0.00019, { 0.00, 0.00, -0.02, 0.00, 0.00, 0.00 } }, + { { 0, 1, -6, 0 }, -0.00011, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, -5, 0 }, -0.00174, { -0.03, 0.00, -0.16, -0.10, 0.00, 0.00 } }, + { { 0, 1, -4, 0 }, -0.02674, { -0.56, 0.00, -1.94, -1.60, 0.00, 0.00 } }, + { { 0, 1, -3, 0 }, -0.42242, { -9.35, 0.20, -23.04, -25.30, 0.00, 0.00 } }, + { { 0, 1, -3, 2 }, 0.00015, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, -2, -2 }, -0.00019, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, -2, 0 }, -7.00293, { -161.63, 3.29, -254.78, -419.55, -0.12, 0.00 } }, + { { 0, 1, -2, 2 }, -0.05020, { -1.17, -2.24, -1.83, -3.01, 0.00, 0.00 } }, + { { 0, 1, -2, 4 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, -1, -2 }, -0.00769, { -0.15, -0.34, -0.04, -0.46, 0.00, 0.00 } }, + { { 0, 1, -1, 0 }, -129.62476, { -3122.77, 61.80, -2362.46, -7767.84, -0.74, 0.00 } }, + { { 0, 1, -1, 2 }, 0.33465, { 7.26, 14.91, 5.99, 20.06, 0.00, 0.00 } }, + { { 0, 1, -1, 4 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, 0, -2 }, -0.18568, { -4.48, -8.29, 0.54, -11.12, 0.00, 0.00 } }, + { { 0, 1, 0, 0 }, 48.89010, { 1082.40, -25.99, 156.78, 2926.50, -3.76, 0.02 } }, + { { 0, 1, 0, 2 }, -0.15803, { -3.35, -7.06, -0.08, -9.46, -0.03, 0.00 } }, + { { 0, 1, 1, -4 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, 1, -2 }, -0.24811, { -2.72, -11.08, -4.50, -14.87, 0.00, 0.00 } }, + { { 0, 1, 1, 0 }, 104.75896, { 2165.07, -47.62, 1929.10, 6279.07, -0.60, 0.00 } }, + { { 0, 1, 1, 2 }, -0.00682, { -0.05, -0.31, -0.17, -0.41, 0.00, 0.00 } }, + { { 0, 1, 2, -4 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, 2, -2 }, 0.03265, { 0.36, 1.45, 1.20, 1.96, 0.00, 0.00 } }, + { { 0, 1, 2, 0 }, 5.75105, { 119.47, -2.62, 210.76, 344.76, -0.09, 0.00 } }, + { { 0, 1, 2, 2 }, -0.00030, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, 3, -2 }, -0.00080, { -0.04, -0.04, -0.04, -0.05, 0.00, 0.00 } }, + { { 0, 1, 3, 0 }, 0.35509, { 7.33, -0.16, 19.48, 21.29, 0.00, 0.00 } }, + { { 0, 1, 4, -2 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 1, 4, 0 }, 0.02304, { 0.47, 0.00, 1.68, 1.38, 0.00, 0.00 } }, + { { 0, 1, 5, 0 }, 0.00153, { 0.03, 0.00, 0.14, 0.09, 0.00, 0.00 } }, + { { 0, 1, 6, 0 }, 0.00010, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 2, -5, 0 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 2, -4, 0 }, -0.00066, { -0.02, 0.00, -0.05, -0.08, 0.00, 0.00 } }, + { { 0, 2, -3, 0 }, -0.00938, { -0.29, 0.00, -0.51, -1.12, 0.00, 0.00 } }, + { { 0, 2, -2, 0 }, -0.13618, { -4.10, 0.09, -4.96, -16.31, 0.00, 0.00 } }, + { { 0, 2, -2, 2 }, -0.00099, { -0.03, -0.04, -0.04, -0.12, 0.00, 0.00 } }, + { { 0, 2, -1, -2 }, -0.00031, { 0.00, 0.00, 0.00, -0.04, 0.00, 0.00 } }, + { { 0, 2, -1, 0 }, -2.11728, { -59.78, 1.22, -38.70, -253.61, 0.00, 0.00 } }, + { { 0, 2, -1, 2 }, 0.00450, { 0.12, 0.20, 0.08, 0.54, 0.00, 0.00 } }, + { { 0, 2, 0, -2 }, -0.00558, { -0.14, -0.25, 0.00, -0.67, 0.00, 0.00 } }, + { { 0, 2, 0, 0 }, 1.06575, { 16.47, -0.60, 3.28, 127.54, 0.00, 0.00 } }, + { { 0, 2, 0, 2 }, -0.00342, { -0.07, -0.15, 0.00, -0.41, 0.00, 0.00 } }, + { { 0, 2, 1, -2 }, -0.00237, { 0.00, -0.11, -0.04, -0.28, 0.00, 0.00 } }, + { { 0, 2, 1, 0 }, 1.16562, { 22.20, -0.39, 21.49, 139.60, 0.00, 0.00 } }, + { { 0, 2, 1, 2 }, -0.00011, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 2, 2, -2 }, 0.00018, { 0.00, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 0, 2, 2, 0 }, 0.05072, { 0.70, 0.00, 1.86, 6.07, 0.00, 0.00 } }, + { { 0, 2, 3, 0 }, 0.00228, { 0.00, 0.00, 0.13, 0.27, 0.00, 0.00 } }, + { { 0, 2, 4, 0 }, 0.00009, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 3, -3, 0 }, -0.00021, { 0.00, 0.00, 0.00, -0.04, 0.00, 0.00 } }, + { { 0, 3, -2, 0 }, -0.00287, { -0.10, 0.00, -0.10, -0.51, 0.00, 0.00 } }, + { { 0, 3, -2, 2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 3, -1, 0 }, -0.03894, { -1.14, 0.03, -0.71, -6.99, 0.00, 0.00 } }, + { { 0, 3, -1, 2 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 3, 0, -2 }, -0.00017, { 0.00, 0.00, 0.00, -0.03, 0.00, 0.00 } }, + { { 0, 3, 0, 0 }, 0.02127, { 0.03, 0.00, 0.08, 3.82, 0.00, 0.00 } }, + { { 0, 3, 0, 2 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 3, 1, -2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 3, 1, 0 }, 0.01912, { 0.39, 0.00, 0.35, 3.43, 0.00, 0.00 } }, + { { 0, 3, 2, 0 }, 0.00078, { 0.00, 0.00, 0.03, 0.14, 0.00, 0.00 } }, + { { 0, 3, 3, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 4, -2, 0 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 0, 4, -1, 0 }, -0.00073, { -0.02, 0.00, 0.00, -0.17, 0.00, 0.00 } }, + { { 0, 4, 0, 0 }, 0.00034, { 0.00, 0.00, 0.00, 0.08, 0.00, 0.00 } }, + { { 0, 4, 1, 0 }, 0.00037, { 0.00, 0.00, 0.00, 0.09, 0.00, 0.00 } }, + { { 1, -4, 0, 0 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 1, -3, -1, 0 }, 0.00035, { 0.00, 0.00, 0.00, 0.06, 0.13, 0.00 } }, + { { 1, -3, 0, 0 }, -0.00161, { 0.00, 0.00, 0.00, -0.29, -0.63, 0.00 } }, + { { 1, -2, -3, 0 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -2, -2, 0 }, 0.00029, { 0.00, 0.00, 0.00, 0.04, 0.11, 0.00 } }, + { { 1, -2, -1, 0 }, 0.00844, { 0.10, 0.00, 0.17, 1.01, 3.28, 0.00 } }, + { { 1, -2, 0, -2 }, -0.00024, { 0.00, 0.00, 0.00, -0.03, -0.09, 0.00 } }, + { { 1, -2, 0, 0 }, -0.02948, { 0.18, 0.00, -0.03, -3.52, -11.46, 0.06 } }, + { { 1, -2, 0, 2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -2, 1, -2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -2, 1, 0 }, 0.00159, { 0.16, 0.00, 0.03, 0.19, 0.62, 0.00 } }, + { { 1, -2, 2, 0 }, 0.00036, { 0.03, 0.00, 0.00, 0.04, 0.14, 0.00 } }, + { { 1, -2, 3, 0 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -1, -4, 0 }, 0.00010, { 0.00, 0.00, 0.00, 0.00, 0.04, 0.00 } }, + { { 1, -1, -3, 0 }, 0.00065, { 0.00, 0.00, 0.04, 0.04, 0.25, 0.00 } }, + { { 1, -1, -2, -2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -1, -2, 0 }, -0.00422, { -0.24, 0.00, -0.13, -0.26, -1.64, 0.00 } }, + { { 1, -1, -2, 2 }, -0.00008, { 0.00, 0.00, 0.00, 0.00, -0.03, 0.00 } }, + { { 1, -1, -1, -2 }, -0.00011, { 0.00, 0.00, 0.00, 0.00, -0.04, 0.00 } }, + { { 1, -1, -1, 0 }, 0.11411, { 0.00, -0.02, 2.31, 6.80, 44.37, -0.23 } }, + { { 1, -1, -1, 2 }, 0.00021, { 0.00, 0.00, 0.00, 0.00, 0.08, 0.00 } }, + { { 1, -1, 0, -2 }, -0.01366, { -0.21, -0.61, 0.00, -0.82, -5.31, 0.03 } }, + { { 1, -1, 0, 0 }, 0.49757, { 32.61, -1.42, 0.14, 30.00, 193.46, -1.02 } }, + { { 1, -1, 0, 2 }, -0.00074, { -0.03, -0.03, 0.00, -0.04, -0.29, 0.00 } }, + { { 1, -1, 1, -2 }, 0.00044, { 0.00, 0.02, 0.00, 0.03, 0.17, 0.00 } }, + { { 1, -1, 1, 0 }, 0.10998, { 5.32, -0.17, 2.14, 6.59, 42.76, -0.23 } }, + { { 1, -1, 1, 2 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, -0.03, 0.00 } }, + { { 1, -1, 2, -2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, -1, 2, 0 }, 0.01121, { 0.52, 0.00, 0.42, 0.67, 4.36, -0.02 } }, + { { 1, -1, 3, 0 }, 0.00097, { 0.04, 0.00, 0.05, 0.06, 0.38, 0.00 } }, + { { 1, -1, 4, 0 }, 0.00008, { 0.00, 0.00, 0.00, 0.00, 0.03, 0.00 } }, + { { 1, 0, -6, 0 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 0, -5, 0 }, -0.00043, { 0.00, 0.00, -0.04, 0.00, -0.17, 0.00 } }, + { { 1, 0, -4, 0 }, -0.00636, { -0.18, 0.00, -0.46, 0.00, -2.47, 0.00 } }, + { { 1, 0, -3, -2 }, -0.00019, { 0.00, 0.00, 0.00, 0.00, -0.07, 0.00 } }, + { { 1, 0, -3, 0 }, -0.09938, { -2.83, 0.09, -5.45, -0.04, -38.64, 0.20 } }, + { { 1, 0, -3, 2 }, -0.00048, { 0.00, -0.02, -0.03, 0.00, -0.19, 0.00 } }, + { { 1, 0, -2, -2 }, -0.00278, { -0.04, -0.12, -0.10, 0.00, -1.08, 0.00 } }, + { { 1, 0, -2, 0 }, -1.73852, { -48.13, 1.59, -63.71, -0.50, -675.99, 3.56 } }, + { { 1, 0, -2, 2 }, 0.00457, { 0.03, 0.20, 0.16, 0.00, 1.78, 0.00 } }, + { { 1, 0, -1, -2 }, -0.04232, { -0.60, -1.87, -0.77, 0.00, -16.45, 0.09 } }, + { { 1, 0, -1, 0 }, -8.37909, { -219.27, 9.53, -156.07, -0.84, -3257.99, 17.18 } }, + { { 1, 0, -1, 2 }, -0.02471, { -0.50, -1.08, -0.46, 0.00, -9.61, 0.05 } }, + { { 1, 0, 0, -2 }, -0.79564, { -11.23, -35.24, -0.22, 0.00, -309.37, 1.63 } }, + { { 1, 0, 0, 0 }, 108.74265, { 2351.06, -120.48, 69.82, 2.01, 42281.56, -222.90 } }, + { { 1, 0, 0, 2 }, -0.01874, { -0.51, -0.83, -0.13, 0.00, -7.29, 0.04 } }, + { { 1, 0, 1, -4 }, 0.00017, { 0.00, 0.00, 0.00, 0.00, 0.06, 0.00 } }, + { { 1, 0, 1, -2 }, 0.06055, { 0.87, 2.67, 1.14, 0.00, 23.54, -0.12 } }, + { { 1, 0, 1, 0 }, 6.32199, { 138.54, -6.74, 118.10, -0.56, 2458.13, -12.96 } }, + { { 1, 0, 1, 2 }, -0.00164, { -0.05, -0.07, -0.04, 0.00, -0.64, 0.00 } }, + { { 1, 0, 2, -2 }, 0.00203, { 0.00, 0.09, 0.07, 0.00, 0.79, 0.00 } }, + { { 1, 0, 2, 0 }, 0.37852, { 7.87, -0.40, 13.92, -0.09, 147.18, -0.78 } }, + { { 1, 0, 2, 2 }, -0.00013, { 0.00, 0.00, 0.00, 0.00, -0.05, 0.00 } }, + { { 1, 0, 3, -2 }, 0.00011, { 0.00, 0.00, 0.00, 0.00, 0.04, 0.00 } }, + { { 1, 0, 3, 0 }, 0.02368, { 0.46, -0.02, 1.30, 0.00, 9.21, -0.05 } }, + { { 1, 0, 4, 0 }, 0.00152, { 0.03, 0.00, 0.11, 0.00, 0.59, 0.00 } }, + { { 1, 0, 5, 0 }, 0.00010, { 0.00, 0.00, 0.00, 0.00, 0.04, 0.00 } }, + { { 1, 1, -5, 0 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 1, 1, -4, 0 }, 0.00101, { 0.00, 0.00, 0.07, 0.06, 0.39, 0.00 } }, + { { 1, 1, -3, 0 }, 0.01729, { 0.21, 0.00, 0.95, 1.04, 6.72, -0.04 } }, + { { 1, 1, -3, 2 }, 0.00014, { 0.00, 0.00, 0.00, 0.00, 0.05, 0.00 } }, + { { 1, 1, -2, -2 }, 0.00008, { 0.00, 0.00, 0.00, 0.00, 0.03, 0.00 } }, + { { 1, 1, -2, 0 }, 0.33226, { 4.67, -0.10, 12.19, 19.90, 129.18, -0.68 } }, + { { 1, 1, -2, 2 }, -0.00148, { 0.00, -0.07, -0.05, -0.09, -0.58, 0.00 } }, + { { 1, 1, -1, -2 }, 0.00156, { 0.00, 0.07, 0.03, 0.09, 0.61, 0.00 } }, + { { 1, 1, -1, 0 }, 0.85127, { -2.92, -0.50, 15.94, 50.91, 330.99, -1.74 } }, + { { 1, 1, -1, 2 }, 0.00331, { -0.02, 0.15, 0.06, 0.20, 1.29, 0.00 } }, + { { 1, 1, 0, -2 }, 0.03379, { 0.04, 1.48, 0.11, 2.02, 13.14, -0.07 } }, + { { 1, 1, 0, 0 }, -16.67533, { -4.78, 10.81, -19.36, -997.67, -6483.73, 34.18 } }, + { { 1, 1, 0, 2 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 1, 1, 1, -2 }, -0.00562, { 0.00, -0.25, -0.11, -0.34, -2.18, 0.00 } }, + { { 1, 1, 1, 0 }, -0.93335, { -1.07, 0.64, -18.08, -55.84, -362.91, 1.91 } }, + { { 1, 1, 2, -2 }, -0.00037, { -0.02, 0.00, 0.00, -0.02, -0.14, 0.00 } }, + { { 1, 1, 2, 0 }, -0.05904, { -0.12, 0.04, -2.22, -3.53, -22.96, 0.12 } }, + { { 1, 1, 3, -2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 1, 3, 0 }, -0.00392, { 0.00, 0.00, -0.22, -0.23, -1.52, 0.00 } }, + { { 1, 1, 4, 0 }, -0.00027, { 0.00, 0.00, -0.02, 0.00, -0.10, 0.00 } }, + { { 1, 2, -4, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 2, -3, 0 }, 0.00028, { 0.00, 0.00, 0.00, 0.03, 0.11, 0.00 } }, + { { 1, 2, -2, 0 }, 0.00324, { 0.14, 0.00, 0.12, 0.39, 1.26, 0.00 } }, + { { 1, 2, -1, 0 }, 0.00438, { 0.14, 0.00, 0.08, 0.52, 1.70, 0.00 } }, + { { 1, 2, 0, -2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 2, 0, 0 }, 0.03729, { 0.60, -0.03, 0.07, 4.47, 14.50, -0.08 } }, + { { 1, 2, 1, -2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 1, 2, 1, 0 }, 0.00646, { 0.12, 0.00, 0.13, 0.77, 2.51, 0.00 } }, + { { 1, 2, 2, 0 }, 0.00067, { 0.00, 0.00, 0.03, 0.08, 0.26, 0.00 } }, + { { 1, 2, 3, 0 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 1, 3, -2, 0 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 1, 3, -1, 0 }, 0.00008, { 0.00, 0.00, 0.00, 0.00, 0.03, 0.00 } }, + { { 1, 3, 0, 0 }, 0.00054, { 0.00, 0.00, 0.00, 0.10, 0.21, 0.00 } }, + { { 1, 3, 1, 0 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.03, 0.00 } }, + { { 2, -6, 0, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -5, -1, 0 }, -0.00012, { 0.00, 0.00, 0.00, -0.04, 0.00, 0.00 } }, + { { 2, -5, 0, 0 }, -0.00058, { -0.03, 0.00, 0.00, -0.17, 0.00, 0.00 } }, + { { 2, -5, 1, 0 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -4, -2, 0 }, 0.00036, { 0.00, 0.00, 0.00, 0.09, 0.00, 0.00 } }, + { { 2, -4, -1, 0 }, -0.00426, { -0.08, 0.00, -0.08, -1.02, 0.00, 0.00 } }, + { { 2, -4, 0, -2 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -4, 0, 0 }, -0.01578, { -0.66, 0.00, 0.00, -3.78, 0.00, 0.00 } }, + { { 2, -4, 1, 0 }, -0.00113, { -0.05, 0.00, -0.02, -0.27, 0.00, 0.00 } }, + { { 2, -4, 2, 0 }, -0.00009, { 0.00, 0.00, 0.00, -0.02, 0.00, 0.00 } }, + { { 2, -3, -4, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -3, -3, 0 }, 0.00046, { 0.00, 0.00, 0.02, 0.08, 0.00, 0.00 } }, + { { 2, -3, -2, 0 }, 0.01116, { 0.26, 0.00, 0.41, 2.00, 0.00, 0.00 } }, + { { 2, -3, -2, 2 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -3, -1, -2 }, 0.00026, { 0.00, 0.00, 0.00, 0.05, 0.00, 0.00 } }, + { { 2, -3, -1, 0 }, -0.14808, { -2.64, 0.03, -2.71, -26.58, 0.00, 0.00 } }, + { { 2, -3, -1, 2 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -3, 0, -2 }, 0.00104, { 0.03, 0.05, 0.00, 0.19, 0.00, 0.00 } }, + { { 2, -3, 0, 0 }, -0.41076, { -15.67, 0.09, -0.51, -73.71, 0.00, 0.00 } }, + { { 2, -3, 1, -2 }, 0.00027, { 0.00, 0.00, 0.00, 0.05, 0.00, 0.00 } }, + { { 2, -3, 1, 0 }, -0.02855, { -1.20, 0.00, -0.56, -5.12, 0.00, 0.00 } }, + { { 2, -3, 2, -2 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -3, 2, 0 }, -0.00209, { -0.10, 0.00, -0.08, -0.38, 0.00, 0.00 } }, + { { 2, -3, 3, 0 }, -0.00016, { 0.00, 0.00, 0.00, -0.03, 0.00, 0.00 } }, + { { 2, -2, -5, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -2, -4, 0 }, 0.00067, { 0.00, 0.00, 0.05, 0.08, 0.00, 0.00 } }, + { { 2, -2, -3, -2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -2, -3, 0 }, 0.01517, { 0.23, 0.00, 0.83, 1.81, 0.00, 0.00 } }, + { { 2, -2, -2, -2 }, 0.00041, { 0.00, 0.00, 0.00, 0.05, 0.00, 0.00 } }, + { { 2, -2, -2, 0 }, 0.34304, { 6.87, -0.03, 12.50, 41.04, 0.00, 0.00 } }, + { { 2, -2, -2, 2 }, 0.00099, { 0.00, 0.04, 0.04, 0.12, 0.00, 0.00 } }, + { { 2, -2, -1, -2 }, 0.00957, { 0.13, 0.43, 0.17, 1.15, 0.00, 0.00 } }, + { { 2, -2, -1, 0 }, -4.95049, { -84.90, 0.91, -90.35, -592.24, 0.03, 0.00 } }, + { { 2, -2, -1, 2 }, 0.00168, { 0.04, 0.08, 0.04, 0.20, 0.00, 0.00 } }, + { { 2, -2, 0, -2 }, 0.02839, { 0.78, 1.27, -0.11, 3.40, 0.00, 0.00 } }, + { { 2, -2, 0, 0 }, -9.88519, { -346.35, 1.99, -14.48, -1182.31, 0.07, 0.00 } }, + { { 2, -2, 1, -4 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -2, 1, -2 }, 0.00792, { 0.09, 0.36, 0.14, 0.95, 0.00, 0.00 } }, + { { 2, -2, 1, 0 }, -0.65758, { -25.02, 0.18, -13.07, -78.64, 0.00, 0.00 } }, + { { 2, -2, 2, -2 }, 0.00084, { 0.02, 0.04, 0.03, 0.10, 0.00, 0.00 } }, + { { 2, -2, 2, 0 }, -0.04608, { -1.86, 0.00, -1.76, -5.51, 0.00, 0.00 } }, + { { 2, -2, 3, -2 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -2, 3, 0 }, -0.00335, { -0.14, 0.00, -0.19, -0.40, 0.00, 0.00 } }, + { { 2, -2, 4, 0 }, -0.00025, { 0.00, 0.00, -0.02, -0.03, 0.00, 0.00 } }, + { { 2, -2, 5, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, -6, 0 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, -5, 0 }, 0.00119, { 0.00, 0.00, 0.11, 0.07, 0.00, 0.00 } }, + { { 2, -1, -4, -2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, -4, 0 }, 0.02334, { 0.28, 0.00, 1.70, 1.40, 0.00, 0.00 } }, + { { 2, -1, -3, -2 }, 0.00079, { 0.00, 0.04, 0.04, 0.05, 0.00, 0.00 } }, + { { 2, -1, -3, 0 }, 0.49506, { 7.68, 0.00, 27.04, 29.62, 0.00, 0.00 } }, + { { 2, -1, -3, 2 }, -0.00046, { 0.00, -0.02, -0.02, -0.03, 0.00, 0.00 } }, + { { 2, -1, -2, -2 }, 0.01518, { 0.17, 0.68, 0.54, 0.91, 0.00, 0.00 } }, + { { 2, -1, -2, 0 }, 10.05654, { 188.87, -1.29, 366.36, 601.57, -0.03, 0.00 } }, + { { 2, -1, -2, 2 }, 0.03024, { 0.36, 1.36, 1.10, 1.81, 0.00, 0.00 } }, + { { 2, -1, -1, -2 }, 0.32336, { 4.56, 14.42, 5.73, 19.34, 0.00, 0.00 } }, + { { 2, -1, -1, 0 }, -152.14314, { -2564.20, 30.40, -2771.74, -9097.84, 0.06, 0.00 } }, + { { 2, -1, -1, 2 }, 0.03734, { 0.84, 1.68, 0.85, 2.23, 0.00, 0.00 } }, + { { 2, -1, 0, -4 }, -0.00035, { 0.00, -0.03, 0.00, -0.02, 0.00, 0.00 } }, + { { 2, -1, 0, -2 }, 0.65710, { 17.83, 29.30, -2.92, 39.26, 0.00, 0.00 } }, + { { 2, -1, 0, 0 }, -204.59357, { -6583.80, 38.79, -377.95, -12225.82, 0.27, 0.00 } }, + { { 2, -1, 0, 2 }, 0.00108, { -0.09, 0.05, 0.21, 0.06, 0.00, 0.00 } }, + { { 2, -1, 1, -4 }, -0.00085, { 0.00, -0.08, 0.00, -0.05, 0.00, 0.00 } }, + { { 2, -1, 1, -2 }, 0.20942, { 1.81, 9.46, 3.82, 12.50, 0.00, 0.00 } }, + { { 2, -1, 1, 0 }, -12.83185, { -434.14, 2.98, -260.02, -766.51, 0.02, 0.00 } }, + { { 2, -1, 1, 2 }, 0.00000, { 0.00, 0.00, 0.02, 0.00, 0.00, 0.00 } }, + { { 2, -1, 2, -4 }, 0.00013, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, 2, -2 }, 0.01804, { 0.34, 0.81, 0.66, 1.08, 0.00, 0.00 } }, + { { 2, -1, 2, 0 }, -0.84883, { -29.75, 0.22, -32.80, -50.68, 0.00, 0.00 } }, + { { 2, -1, 3, -2 }, 0.00127, { 0.03, 0.06, 0.07, 0.08, 0.00, 0.00 } }, + { { 2, -1, 3, 0 }, -0.05850, { -2.10, 0.00, -3.33, -3.49, 0.00, 0.00 } }, + { { 2, -1, 4, -2 }, 0.00009, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, -1, 4, 0 }, -0.00413, { -0.15, 0.00, -0.31, -0.25, 0.00, 0.00 } }, + { { 2, -1, 5, 0 }, -0.00030, { 0.00, 0.00, -0.03, 0.00, 0.00, 0.00 } }, + { { 2, -1, 6, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -7, 0 }, 0.00020, { 0.00, 0.00, 0.03, 0.00, 0.00, 0.00 } }, + { { 2, 0, -6, 0 }, 0.00304, { 0.06, 0.00, 0.33, 0.00, 0.00, 0.00 } }, + { { 2, 0, -5, -2 }, 0.00012, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -5, 0 }, 0.04740, { 0.93, 0.00, 4.32, 0.00, 0.00, 0.00 } }, + { { 2, 0, -5, 2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -4, -2 }, 0.00188, { 0.03, 0.08, 0.14, 0.00, 0.00, 0.00 } }, + { { 2, 0, -4, 0 }, 0.77854, { 15.43, -0.13, 56.71, 0.05, 0.00, 0.00 } }, + { { 2, 0, -4, 2 }, 0.00048, { 0.02, 0.02, 0.04, 0.00, 0.00, 0.00 } }, + { { 2, 0, -3, -2 }, 0.02910, { 0.44, 1.30, 1.57, 0.00, 0.00, 0.00 } }, + { { 2, 0, -3, 0 }, 14.40262, { 282.85, -2.35, 786.99, 0.58, 0.14, 0.00 } }, + { { 2, 0, -3, 2 }, -0.02008, { -0.43, -0.89, -1.09, 0.00, 0.00, 0.00 } }, + { { 2, 0, -3, 4 }, -0.00018, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -2, -4 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -2, -2 }, 0.47263, { 7.20, 21.06, 16.92, 0.00, 0.00, 0.00 } }, + { { 2, 0, -2, 0 }, 246.15768, { 4806.36, -51.78, 8962.91, -0.43, 1.11, 0.00 } }, + { { 2, 0, -2, 2 }, 0.77405, { 9.68, 34.65, 28.17, -0.04, 0.00, 0.00 } }, + { { 2, 0, -2, 4 }, -0.00014, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -1, -4 }, -0.00039, { 0.00, -0.04, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, -1, -2 }, 8.75170, { 133.45, 390.01, 155.98, -0.28, 0.20, 0.00 } }, + { { 2, 0, -1, 0 }, -3699.10468, { -63127.05, 818.00, -67236.74, 147.86, -15.95, 0.14 } }, + { { 2, 0, -1, 2 }, 0.59633, { 12.13, 26.76, 14.46, -0.08, 0.03, 0.00 } }, + { { 2, 0, 0, -4 }, -0.00745, { -0.11, -0.67, -0.10, 0.00, 0.00, 0.00 } }, + { { 2, 0, 0, -2 }, 10.32129, { 282.08, 460.16, -60.76, -1.29, 0.06, 0.00 } }, + { { 2, 0, 0, 0 }, -2955.96651, { -86674.51, 507.99, -7597.69, 323.54, -19.09, 0.14 } }, + { { 2, 0, 0, 2 }, 0.03143, { -0.69, 1.43, 2.99, 0.00, 0.00, 0.00 } }, + { { 2, 0, 1, -4 }, -0.01866, { -0.11, -1.67, -0.33, 0.00, 0.00, 0.00 } }, + { { 2, 0, 1, -2 }, 4.13118, { 20.86, 186.87, 75.09, -0.76, 0.00, 0.00 } }, + { { 2, 0, 1, 0 }, -170.73274, { -4963.30, 29.72, -3579.16, 26.82, -1.82, 0.00 } }, + { { 2, 0, 1, 2 }, 0.00181, { -0.12, 0.08, 0.32, 0.00, 0.00, 0.00 } }, + { { 2, 0, 2, -4 }, 0.00219, { 0.00, 0.20, 0.08, 0.00, 0.00, 0.00 } }, + { { 2, 0, 2, -2 }, 0.28399, { 2.90, 12.83, 10.35, -0.06, 0.00, 0.00 } }, + { { 2, 0, 2, 0 }, -10.44472, { -300.48, 1.81, -410.75, 2.24, -0.17, 0.00 } }, + { { 2, 0, 2, 2 }, 0.00014, { 0.00, 0.00, 0.03, 0.00, 0.00, 0.00 } }, + { { 2, 0, 3, -4 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 3, -2 }, 0.01811, { 0.19, 0.82, 0.99, 0.00, 0.00, 0.00 } }, + { { 2, 0, 3, 0 }, -0.66968, { -19.02, 0.12, -38.59, 0.19, 0.00, 0.00 } }, + { { 2, 0, 4, -2 }, 0.00119, { 0.00, 0.05, 0.09, 0.00, 0.00, 0.00 } }, + { { 2, 0, 4, 0 }, -0.04422, { -1.24, 0.00, -3.36, 0.00, 0.00, 0.00 } }, + { { 2, 0, 5, -2 }, 0.00008, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 0, 5, 0 }, -0.00298, { -0.08, 0.00, -0.28, 0.00, 0.00, 0.00 } }, + { { 2, 0, 6, 0 }, -0.00020, { 0.00, 0.00, -0.02, 0.00, 0.00, 0.00 } }, + { { 2, 1, -6, 0 }, 0.00009, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, -5, 0 }, 0.00116, { 0.08, 0.00, 0.11, 0.07, 0.00, 0.00 } }, + { { 2, 1, -4, -2 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, -4, 0 }, 0.01417, { 1.08, 0.00, 1.03, 0.85, 0.00, 0.00 } }, + { { 2, 1, -3, -2 }, 0.00021, { 0.02, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, -3, 0 }, 0.16858, { 15.79, -0.24, 9.16, 10.17, 0.05, 0.00 } }, + { { 2, 1, -3, 2 }, 0.00030, { 0.00, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 2, 1, -2, -2 }, 0.00052, { 0.27, 0.02, 0.00, 0.03, 0.00, 0.00 } }, + { { 2, 1, -2, 0 }, 0.14368, { 122.13, -1.91, 4.58, 9.23, 0.13, 0.00 } }, + { { 2, 1, -2, 2 }, -0.00203, { 0.31, -0.10, -0.08, -0.12, 0.00, 0.00 } }, + { { 2, 1, -1, -2 }, -0.04736, { 2.58, -2.16, -0.89, -2.82, 0.00, 0.00 } }, + { { 2, 1, -1, 0 }, 24.20935, { -837.26, 13.30, 449.34, 1443.45, 0.26, 0.00 } }, + { { 2, 1, -1, 2 }, -0.00588, { -0.10, -0.26, -0.14, -0.35, 0.00, 0.00 } }, + { { 2, 1, 0, -4 }, 0.00012, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, 0, -2 }, -0.13572, { -4.94, -6.04, 0.54, -8.13, 0.03, 0.00 } }, + { { 2, 1, 0, 0 }, 30.82498, { 873.36, -8.40, 94.40, 1844.57, 3.86, -0.02 } }, + { { 2, 1, 0, 2 }, -0.00143, { -0.04, -0.06, -0.04, -0.09, 0.00, 0.00 } }, + { { 2, 1, 1, -4 }, 0.00040, { 0.00, 0.04, 0.00, 0.02, 0.00, 0.00 } }, + { { 2, 1, 1, -2 }, -0.05527, { 1.02, -2.52, -1.02, -3.29, 0.00, 0.00 } }, + { { 2, 1, 1, 0 }, 2.61650, { 90.88, -1.01, 56.02, 156.64, 0.49, 0.00 } }, + { { 2, 1, 1, 2 }, -0.00015, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, 2, -4 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, 2, -2 }, -0.00537, { -0.03, -0.24, -0.20, -0.32, 0.00, 0.00 } }, + { { 2, 1, 2, 0 }, 0.21252, { 8.11, -0.09, 8.45, 12.72, 0.05, 0.00 } }, + { { 2, 1, 3, -2 }, -0.00044, { 0.00, -0.02, -0.02, -0.03, 0.00, 0.00 } }, + { { 2, 1, 3, 0 }, 0.01704, { 0.68, 0.00, 0.99, 1.02, 0.00, 0.00 } }, + { { 2, 1, 4, -2 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 1, 4, 0 }, 0.00135, { 0.06, 0.00, 0.10, 0.08, 0.00, 0.00 } }, + { { 2, 1, 5, 0 }, 0.00011, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, -4, 0 }, -0.00041, { 0.00, 0.00, -0.03, -0.05, 0.00, 0.00 } }, + { { 2, 2, -3, -2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, -3, 0 }, -0.01036, { -0.29, 0.00, -0.58, -1.25, 0.00, 0.00 } }, + { { 2, 2, -2, -2 }, -0.00055, { 0.00, -0.02, -0.02, -0.07, 0.00, 0.00 } }, + { { 2, 2, -2, 0 }, -0.10888, { -2.72, 0.00, -3.96, -13.05, 0.00, 0.00 } }, + { { 2, 2, -2, 2 }, -0.00046, { 0.00, -0.02, 0.00, -0.06, 0.00, 0.00 } }, + { { 2, 2, -1, -2 }, -0.01072, { -0.37, -0.47, -0.17, -1.28, 0.00, 0.00 } }, + { { 2, 2, -1, 0 }, 2.35380, { 79.52, -0.72, 42.86, 282.05, -0.06, 0.00 } }, + { { 2, 2, -1, 2 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, 0, -2 }, 0.00080, { 0.02, 0.04, 0.04, 0.10, 0.00, 0.00 } }, + { { 2, 2, 0, 0 }, 0.14764, { 4.88, -0.05, 4.90, 17.69, -0.29, 0.00 } }, + { { 2, 2, 1, -2 }, 0.00187, { 0.11, 0.07, 0.00, 0.22, 0.00, 0.00 } }, + { { 2, 2, 1, 0 }, 0.00912, { 0.29, 0.00, 0.46, 1.09, -0.04, 0.00 } }, + { { 2, 2, 2, -2 }, 0.00010, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 2, 2, 0 }, 0.00036, { 0.00, 0.00, 0.03, 0.04, 0.00, 0.00 } }, + { { 2, 3, -3, 0 }, -0.00010, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 3, -2, 0 }, -0.00052, { -0.02, 0.00, -0.02, -0.09, 0.00, 0.00 } }, + { { 2, 3, -1, -2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 2, 3, -1, 0 }, 0.00208, { 0.14, 0.00, 0.03, 0.37, 0.00, 0.00 } }, + { { 2, 3, 0, 0 }, -0.00024, { -0.02, 0.00, 0.00, -0.04, 0.00, 0.00 } }, + { { 2, 4, -1, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, -4, -1, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, -4, 0, 0 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, -3, -2, 0 }, 0.00008, { 0.00, 0.00, 0.00, 0.00, 0.03, 0.00 } }, + { { 3, -3, -1, 0 }, 0.00065, { 0.03, 0.00, 0.00, 0.12, 0.25, 0.00 } }, + { { 3, -3, 0, -2 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, -3, 0, 0 }, -0.00055, { 0.00, 0.00, 0.00, -0.10, -0.21, 0.00 } }, + { { 3, -3, 1, 0 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, -2, -3, 0 }, -0.00016, { 0.00, 0.00, 0.00, -0.02, -0.06, 0.00 } }, + { { 3, -2, -2, 0 }, 0.00224, { 0.03, 0.00, 0.08, 0.27, 0.87, 0.00 } }, + { { 3, -2, -1, -2 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 3, -2, -1, 0 }, 0.01389, { 0.55, 0.00, 0.26, 1.66, 5.40, -0.03 } }, + { { 3, -2, 0, -2 }, 0.00070, { 0.00, 0.03, 0.00, 0.08, 0.27, 0.00 } }, + { { 3, -2, 0, 0 }, -0.01048, { -0.23, 0.00, 0.04, -1.25, -4.07, 0.02 } }, + { { 3, -2, 1, -2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, -2, 1, 0 }, -0.00067, { 0.00, 0.00, 0.00, -0.08, -0.26, 0.00 } }, + { { 3, -2, 2, 0 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, -1, -4, 0 }, -0.00012, { 0.00, 0.00, 0.00, 0.00, -0.05, 0.00 } }, + { { 3, -1, -3, 0 }, -0.00334, { -0.05, 0.00, -0.18, -0.20, -1.30, 0.00 } }, + { { 3, -1, -2, -2 }, -0.00014, { 0.00, 0.00, 0.00, 0.00, -0.05, 0.00 } }, + { { 3, -1, -2, 0 }, 0.05293, { 0.92, 0.00, 1.93, 3.17, 20.58, -0.11 } }, + { { 3, -1, -2, 2 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 3, -1, -1, -2 }, -0.00089, { 0.00, -0.04, 0.00, -0.05, -0.34, 0.00 } }, + { { 3, -1, -1, 0 }, 0.25561, { 9.61, -0.15, 4.83, 15.24, 99.38, -0.52 } }, + { { 3, -1, 0, -2 }, 0.01441, { 0.21, 0.64, 0.00, 0.86, 5.61, -0.03 } }, + { { 3, -1, 0, 0 }, -0.15708, { -2.88, -0.04, 0.83, -9.42, -61.08, 0.32 } }, + { { 3, -1, 1, -2 }, 0.00049, { 0.00, 0.02, 0.00, 0.03, 0.19, 0.00 } }, + { { 3, -1, 1, 0 }, -0.00887, { -0.03, 0.00, -0.09, -0.54, -3.45, 0.00 } }, + { { 3, -1, 2, -2 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, -1, 2, 0 }, -0.00030, { 0.00, 0.00, 0.00, 0.00, -0.12, 0.00 } }, + { { 3, 0, -5, 0 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 0, -4, 0 }, -0.00170, { 0.00, 0.00, -0.12, 0.00, -0.66, 0.00 } }, + { { 3, 0, -3, -2 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 0, -3, 0 }, -0.04843, { -0.72, 0.00, -2.65, -0.03, -18.83, 0.10 } }, + { { 3, 0, -3, 2 }, -0.00013, { 0.00, 0.00, 0.00, 0.00, -0.05, 0.00 } }, + { { 3, 0, -2, -2 }, -0.00206, { 0.00, -0.09, -0.07, 0.00, -0.80, 0.00 } }, + { { 3, 0, -2, 0 }, 0.86243, { 16.64, -0.34, 31.48, 0.13, 335.34, -1.77 } }, + { { 3, 0, -2, 2 }, -0.00101, { -0.03, -0.04, -0.04, 0.00, -0.39, 0.00 } }, + { { 3, 0, -1, -2 }, -0.00868, { 0.00, -0.39, -0.14, 0.00, -3.38, 0.00 } }, + { { 3, 0, -1, 0 }, 3.25823, { 117.77, -2.27, 61.91, -1.34, 1266.88, -6.68 } }, + { { 3, 0, -1, 2 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 3, 0, 0, -4 }, -0.00018, { 0.00, 0.00, 0.00, 0.00, -0.07, 0.00 } }, + { { 3, 0, 0, -2 }, 0.20099, { 2.46, 8.95, -0.04, -0.07, 78.15, -0.41 } }, + { { 3, 0, 0, 0 }, -1.41893, { -19.43, -0.69, 10.76, -0.63, -551.71, 2.91 } }, + { { 3, 0, 0, 2 }, -0.00015, { 0.00, 0.00, 0.00, 0.00, -0.06, 0.00 } }, + { { 3, 0, 1, -4 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 3, 0, 1, -2 }, 0.00671, { 0.02, 0.30, 0.12, 0.00, 2.61, 0.00 } }, + { { 3, 0, 1, 0 }, -0.06545, { 0.72, -0.10, -0.32, -0.11, -25.45, 0.13 } }, + { { 3, 0, 1, 2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 0, 2, -2 }, 0.00035, { 0.00, 0.00, 0.00, 0.00, 0.14, 0.00 } }, + { { 3, 0, 2, 0 }, -0.00111, { 0.21, 0.00, 0.03, 0.00, -0.43, 0.00 } }, + { { 3, 0, 3, 0 }, 0.00016, { 0.03, 0.00, 0.00, 0.00, 0.06, 0.00 } }, + { { 3, 0, 4, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 1, -5, 0 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 1, -4, 0 }, -0.00065, { -0.03, 0.00, -0.05, -0.04, -0.25, 0.00 } }, + { { 3, 1, -3, 0 }, -0.00680, { -0.29, 0.00, -0.37, -0.41, -2.64, 0.00 } }, + { { 3, 1, -3, 2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 1, -2, -2 }, -0.00009, { 0.00, 0.00, 0.00, 0.00, -0.04, 0.00 } }, + { { 3, 1, -2, 0 }, 0.03810, { 2.03, 0.00, 1.37, 2.29, 14.82, -0.08 } }, + { { 3, 1, -2, 2 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.03, 0.00 } }, + { { 3, 1, -1, -2 }, -0.00023, { 0.00, 0.00, 0.00, 0.00, -0.09, 0.00 } }, + { { 3, 1, -1, 0 }, -0.21259, { -4.00, 0.17, -4.03, -12.70, -82.66, 0.44 } }, + { { 3, 1, -1, 2 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 3, 1, 0, -2 }, -0.00808, { -0.12, -0.36, 0.00, -0.48, -3.14, 0.00 } }, + { { 3, 1, 0, 0 }, -0.10766, { -3.22, 0.12, -1.09, -6.42, -41.86, 0.22 } }, + { { 3, 1, 1, -2 }, -0.00018, { 0.00, 0.00, 0.00, 0.00, -0.07, 0.00 } }, + { { 3, 1, 1, 0 }, -0.01448, { -0.44, 0.00, -0.37, -0.86, -5.63, 0.03 } }, + { { 3, 1, 2, 0 }, -0.00150, { -0.05, 0.00, -0.07, -0.09, -0.58, 0.00 } }, + { { 3, 1, 3, 0 }, -0.00014, { 0.00, 0.00, 0.00, 0.00, -0.06, 0.00 } }, + { { 3, 2, -3, 0 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, -0.03, 0.00 } }, + { { 3, 2, -2, 0 }, 0.00032, { 0.05, 0.00, 0.00, 0.04, 0.12, 0.00 } }, + { { 3, 2, -1, 0 }, 0.00099, { -0.05, 0.00, 0.02, 0.12, 0.39, 0.00 } }, + { { 3, 2, 0, -2 }, 0.00009, { 0.00, 0.00, 0.00, 0.02, 0.04, 0.00 } }, + { { 3, 2, 0, 0 }, 0.00162, { 0.04, 0.00, 0.00, 0.19, 0.63, 0.00 } }, + { { 3, 2, 1, 0 }, 0.00028, { 0.00, 0.00, 0.00, 0.03, 0.11, 0.00 } }, + { { 3, 2, 2, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 3, -2, -2 }, 0.00000, { -0.03, 0.00, -0.03, 0.00, -0.07, 0.00 } }, + { { 3, 3, -2, 0 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 3, 3, -1, 0 }, 0.00010, { 0.00, 0.00, 0.00, 0.02, 0.04, 0.00 } }, + { { 3, 3, 0, -2 }, 0.00002, { 0.08, -0.06, 0.07, 0.08, -0.05, 0.00 } }, + { { 4, -5, -1, 0 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -5, 0, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -4, -2, 0 }, -0.00022, { 0.00, 0.00, 0.00, -0.05, 0.00, 0.00 } }, + { { 4, -4, -1, 0 }, -0.00078, { -0.05, 0.00, 0.00, -0.19, 0.00, 0.00 } }, + { { 4, -4, 0, 0 }, -0.00045, { -0.03, 0.00, 0.00, -0.11, 0.00, 0.00 } }, + { { 4, -4, 1, 0 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -3, -3, 0 }, -0.00011, { 0.00, 0.00, 0.00, -0.02, 0.00, 0.00 } }, + { { 4, -3, -2, 0 }, -0.00513, { -0.22, 0.00, -0.19, -0.92, 0.00, 0.00 } }, + { { 4, -3, -1, -2 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -3, -1, 0 }, -0.01571, { -0.87, 0.00, -0.31, -2.82, 0.00, 0.00 } }, + { { 4, -3, 0, -2 }, -0.00022, { 0.00, 0.00, 0.00, -0.04, 0.00, 0.00 } }, + { { 4, -3, 0, 0 }, -0.00817, { -0.54, 0.00, -0.08, -1.47, 0.00, 0.00 } }, + { { 4, -3, 1, 0 }, -0.00114, { -0.08, 0.00, -0.03, -0.21, 0.00, 0.00 } }, + { { 4, -3, 2, 0 }, -0.00013, { 0.00, 0.00, 0.00, -0.02, 0.00, 0.00 } }, + { { 4, -2, -5, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, -4, 0 }, -0.00012, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, -3, -2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, -3, 0 }, -0.00239, { -0.12, 0.00, -0.13, -0.29, 0.00, 0.00 } }, + { { 4, -2, -3, 2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, -2, -2 }, -0.00036, { 0.00, 0.00, 0.00, -0.04, 0.00, 0.00 } }, + { { 4, -2, -2, 0 }, -0.10834, { -4.38, 0.04, -3.95, -12.96, 0.00, 0.00 } }, + { { 4, -2, -2, 2 }, 0.00011, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, -1, -2 }, -0.00145, { -0.04, -0.06, -0.03, -0.17, 0.00, 0.00 } }, + { { 4, -2, -1, 0 }, -0.27906, { -14.76, 0.11, -5.61, -33.36, 0.00, 0.00 } }, + { { 4, -2, -1, 2 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, 0, -2 }, -0.00403, { -0.18, -0.18, 0.00, -0.48, 0.00, 0.00 } }, + { { 4, -2, 0, 0 }, -0.12806, { -8.09, 0.05, -1.35, -15.30, -0.02, 0.00 } }, + { { 4, -2, 1, -2 }, 0.00023, { 0.00, 0.00, 0.00, 0.03, 0.00, 0.00 } }, + { { 4, -2, 1, 0 }, -0.01728, { -1.13, 0.00, -0.45, -2.06, 0.00, 0.00 } }, + { { 4, -2, 2, -2 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -2, 2, 0 }, -0.00184, { -0.12, 0.00, -0.08, -0.22, 0.00, 0.00 } }, + { { 4, -2, 3, 0 }, -0.00018, { 0.00, 0.00, 0.00, -0.02, 0.00, 0.00 } }, + { { 4, -1, -6, 0 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, -5, 0 }, -0.00041, { 0.00, 0.00, -0.04, -0.02, 0.00, 0.00 } }, + { { 4, -1, -4, -2 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, -4, 0 }, -0.00230, { -0.06, 0.00, -0.17, -0.14, 0.00, 0.00 } }, + { { 4, -1, -3, -2 }, -0.00059, { -0.02, -0.03, -0.03, -0.04, 0.00, 0.00 } }, + { { 4, -1, -3, 0 }, -0.04316, { -2.19, 0.02, -2.36, -2.59, 0.00, 0.00 } }, + { { 4, -1, -3, 2 }, 0.00077, { 0.02, 0.03, 0.04, 0.05, 0.00, 0.00 } }, + { { 4, -1, -2, -2 }, -0.00661, { -0.25, -0.29, -0.24, -0.40, 0.00, 0.00 } }, + { { 4, -1, -2, 0 }, -1.89710, { -73.13, 0.79, -69.17, -113.34, -0.12, 0.00 } }, + { { 4, -1, -2, 2 }, 0.00160, { 0.07, 0.07, 0.06, 0.10, 0.00, 0.00 } }, + { { 4, -1, -1, -4 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, -1, -2 }, -0.02698, { -0.67, -1.20, -0.50, -1.61, 0.00, 0.00 } }, + { { 4, -1, -1, 0 }, -3.95812, { -199.78, 1.54, -80.75, -236.16, 0.15, 0.00 } }, + { { 4, -1, -1, 2 }, 0.00069, { 0.03, 0.03, 0.03, 0.04, 0.00, 0.00 } }, + { { 4, -1, 0, -4 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, 0, -2 }, -0.05789, { -2.54, -2.57, 0.14, -3.44, -0.02, 0.00 } }, + { { 4, -1, 0, 0 }, -1.57145, { -94.02, 0.59, -18.48, -93.65, -0.26, 0.00 } }, + { { 4, -1, 0, 2 }, 0.00008, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, 1, -4 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, 1, -2 }, 0.00272, { 0.12, 0.12, 0.07, 0.16, 0.00, 0.00 } }, + { { 4, -1, 1, 0 }, -0.20286, { -12.45, 0.08, -5.51, -12.08, -0.03, 0.00 } }, + { { 4, -1, 2, -2 }, 0.00055, { 0.02, 0.02, 0.02, 0.03, 0.00, 0.00 } }, + { { 4, -1, 2, 0 }, -0.02079, { -1.29, 0.00, -0.92, -1.24, 0.00, 0.00 } }, + { { 4, -1, 3, -2 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, -1, 3, 0 }, -0.00194, { -0.12, 0.00, -0.12, -0.12, 0.00, 0.00 } }, + { { 4, -1, 4, 0 }, -0.00017, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -7, 0 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -6, 0 }, -0.00055, { -0.02, 0.00, -0.06, 0.00, 0.00, 0.00 } }, + { { 4, 0, -5, -2 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -5, 0 }, -0.00542, { -0.21, 0.00, -0.49, 0.00, 0.00, 0.00 } }, + { { 4, 0, -4, -2 }, -0.00072, { -0.03, -0.03, -0.05, 0.00, 0.00, 0.00 } }, + { { 4, 0, -4, 0 }, -0.02939, { -0.87, 0.00, -2.14, 0.00, 0.00, 0.00 } }, + { { 4, 0, -4, 2 }, -0.00009, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -3, -2 }, -0.00744, { -0.27, -0.33, -0.41, 0.00, 0.00, 0.00 } }, + { { 4, 0, -3, 0 }, -0.51423, { -25.81, 0.28, -28.10, -0.19, -0.15, 0.00 } }, + { { 4, 0, -3, 2 }, 0.00925, { 0.29, 0.41, 0.50, 0.00, 0.00, 0.00 } }, + { { 4, 0, -2, -4 }, -0.00014, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -2, -2 }, -0.07982, { -2.91, -3.54, -2.91, 0.00, 0.00, 0.00 } }, + { { 4, 0, -2, 0 }, -21.63627, { -808.81, 9.47, -788.01, 2.77, -1.21, 0.00 } }, + { { 4, 0, -2, 2 }, 0.01483, { 0.60, 0.66, 0.61, 0.00, 0.00, 0.00 } }, + { { 4, 0, -1, -4 }, -0.00080, { -0.02, -0.07, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, -1, -2 }, -0.32176, { -7.98, -14.29, -5.95, 0.15, -0.11, 0.00 } }, + { { 4, 0, -1, 0 }, -34.78245, { -1678.73, 13.50, -725.23, 8.97, 0.88, 0.00 } }, + { { 4, 0, -1, 2 }, 0.00550, { 0.25, 0.25, 0.21, 0.00, 0.00, 0.00 } }, + { { 4, 0, 0, -4 }, 0.00032, { 0.00, 0.03, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, 0, -2 }, -0.50793, { -21.44, -22.55, 1.37, 0.28, -0.17, 0.00 } }, + { { 4, 0, 0, 0 }, -11.64993, { -657.42, 4.13, -155.60, 4.42, -2.17, 0.00 } }, + { { 4, 0, 0, 2 }, 0.00067, { 0.02, 0.03, 0.05, 0.00, 0.00, 0.00 } }, + { { 4, 0, 1, -4 }, 0.00050, { 0.00, 0.04, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, 1, -2 }, 0.01938, { 0.76, 0.89, 0.57, 0.00, 0.00, 0.00 } }, + { { 4, 0, 1, 0 }, -1.42255, { -81.30, 0.50, -40.47, 0.68, -0.21, 0.00 } }, + { { 4, 0, 1, 2 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, 2, -2 }, 0.00400, { 0.16, 0.18, 0.17, 0.00, 0.00, 0.00 } }, + { { 4, 0, 2, 0 }, -0.13922, { -7.97, 0.05, -6.33, 0.08, 0.00, 0.00 } }, + { { 4, 0, 3, -2 }, 0.00044, { 0.00, 0.02, 0.03, 0.00, 0.00, 0.00 } }, + { { 4, 0, 3, 0 }, -0.01243, { -0.71, 0.00, -0.78, 0.00, 0.00, 0.00 } }, + { { 4, 0, 4, -2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 0, 4, 0 }, -0.00106, { -0.06, 0.00, -0.09, 0.00, 0.00, 0.00 } }, + { { 4, 0, 5, 0 }, -0.00009, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, -5, 0 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, -4, 0 }, 0.00093, { 0.05, 0.00, 0.07, 0.06, 0.00, 0.00 } }, + { { 4, 1, -3, 0 }, -0.02399, { -2.48, 0.03, -1.30, -1.43, 0.00, 0.00 } }, + { { 4, 1, -3, 2 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, -2, -2 }, 0.00036, { -0.05, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 4, 1, -2, 0 }, 0.23696, { -7.25, 0.12, 8.69, 14.25, 0.02, 0.00 } }, + { { 4, 1, -2, 2 }, -0.00022, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, -1, -2 }, 0.01551, { 0.50, 0.69, 0.29, 0.92, 0.00, 0.00 } }, + { { 4, 1, -1, 0 }, 0.57881, { 16.49, -0.10, 12.27, 34.72, 0.13, 0.00 } }, + { { 4, 1, -1, 2 }, -0.00012, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, 0, -2 }, 0.01969, { 0.95, 0.87, 0.00, 1.18, 0.00, 0.00 } }, + { { 4, 1, 0, 0 }, 0.24453, { 12.94, -0.10, 3.44, 14.63, 0.04, 0.00 } }, + { { 4, 1, 0, 2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, 1, -4 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, 1, -2 }, 0.00013, { 0.03, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, 1, 0 }, 0.03682, { 2.17, -0.02, 1.07, 2.20, 0.00, 0.00 } }, + { { 4, 1, 2, -2 }, -0.00008, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 1, 2, 0 }, 0.00430, { 0.27, 0.00, 0.20, 0.26, 0.00, 0.00 } }, + { { 4, 1, 3, 0 }, 0.00045, { 0.03, 0.00, 0.03, 0.03, 0.00, 0.00 } }, + { { 4, 1, 4, 0 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 2, -4, 0 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 2, -3, -2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 2, -3, 0 }, 0.00252, { 0.17, 0.00, 0.14, 0.30, 0.00, 0.00 } }, + { { 4, 2, -2, -2 }, 0.00021, { 0.00, 0.00, 0.00, 0.03, 0.00, 0.00 } }, + { { 4, 2, -2, 0 }, 0.02658, { 1.57, 0.00, 0.97, 3.18, 0.00, 0.00 } }, + { { 4, 2, -1, -2 }, -0.00064, { -0.04, -0.03, 0.00, -0.08, 0.00, 0.00 } }, + { { 4, 2, -1, 0 }, 0.01868, { 1.31, 0.00, 0.45, 2.24, 0.00, 0.00 } }, + { { 4, 2, 0, -2 }, 0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 2, 0, 0 }, 0.00136, { 0.11, 0.00, 0.09, 0.16, 0.00, 0.00 } }, + { { 4, 2, 1, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 4, 3, -2, 0 }, -0.00015, { 0.00, 0.00, 0.00, -0.03, 0.00, 0.00 } }, + { { 4, 3, -1, 0 }, -0.00020, { 0.00, 0.00, 0.00, -0.04, 0.00, 0.00 } }, + { { 4, 3, 0, 0 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, -3, -2, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, -2, -3, 0 }, 0.00009, { 0.00, 0.00, 0.00, 0.00, 0.03, 0.00 } }, + { { 5, -2, -2, 0 }, 0.00044, { 0.03, 0.00, 0.00, 0.05, 0.17, 0.00 } }, + { { 5, -2, -1, -2 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, -2, -1, 0 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 5, -2, 0, 0 }, -0.00016, { 0.00, 0.00, 0.00, -0.02, -0.06, 0.00 } }, + { { 5, -2, 1, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, -1, -4, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, -1, -3, 0 }, 0.00128, { 0.06, 0.00, 0.07, 0.08, 0.50, 0.00 } }, + { { 5, -1, -2, -2 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, -1, -2, 0 }, 0.00573, { 0.32, 0.00, 0.22, 0.34, 2.23, 0.00 } }, + { { 5, -1, -1, -2 }, 0.00034, { 0.00, 0.00, 0.00, 0.02, 0.13, 0.00 } }, + { { 5, -1, -1, 0 }, -0.00056, { 0.07, 0.00, 0.02, -0.04, -0.22, 0.00 } }, + { { 5, -1, 0, -2 }, 0.00021, { 0.00, 0.00, 0.00, 0.00, 0.08, 0.00 } }, + { { 5, -1, 0, 0 }, -0.00153, { -0.06, 0.00, 0.00, -0.09, -0.60, 0.00 } }, + { { 5, -1, 1, -2 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, -1, 1, 0 }, -0.00019, { 0.00, 0.00, 0.00, 0.00, -0.07, 0.00 } }, + { { 5, 0, -4, 0 }, 0.00026, { 0.00, 0.00, 0.02, 0.00, 0.10, 0.00 } }, + { { 5, 0, -3, -2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 0, -3, 0 }, 0.01149, { 0.49, 0.00, 0.63, 0.00, 4.47, -0.02 } }, + { { 5, 0, -3, 2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 0, -2, -2 }, 0.00030, { 0.00, 0.00, 0.00, 0.00, 0.12, 0.00 } }, + { { 5, 0, -2, 0 }, 0.04591, { 2.50, -0.04, 1.73, -0.03, 17.85, -0.09 } }, + { { 5, 0, -1, -2 }, 0.00281, { 0.10, 0.12, 0.05, 0.00, 1.09, 0.00 } }, + { { 5, 0, -1, 0 }, -0.00248, { 0.57, -0.02, 0.22, -0.04, -0.96, 0.00 } }, + { { 5, 0, 0, -2 }, 0.00142, { 0.07, 0.06, 0.00, 0.00, 0.55, 0.00 } }, + { { 5, 0, 0, 0 }, -0.00814, { -0.25, 0.00, 0.07, 0.00, -3.17, 0.00 } }, + { { 5, 0, 1, -2 }, 0.00020, { 0.00, 0.00, 0.00, 0.00, 0.08, 0.00 } }, + { { 5, 0, 1, 0 }, -0.00089, { 0.00, 0.00, 0.00, 0.00, -0.35, 0.00 } }, + { { 5, 0, 2, 0 }, -0.00006, { 0.00, 0.00, 0.00, 0.00, -0.02, 0.00 } }, + { { 5, 1, -4, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 1, -3, 0 }, 0.00038, { 0.04, 0.00, 0.02, 0.02, 0.15, 0.00 } }, + { { 5, 1, -2, 0 }, -0.00256, { -0.07, 0.00, -0.10, -0.15, -1.00, 0.00 } }, + { { 5, 1, -1, -2 }, -0.00015, { 0.00, 0.00, 0.00, 0.00, -0.06, 0.00 } }, + { { 5, 1, -1, 0 }, -0.00311, { -0.16, 0.00, -0.08, -0.19, -1.21, 0.00 } }, + { { 5, 1, 0, -2 }, -0.00009, { 0.00, 0.00, 0.00, 0.00, -0.03, 0.00 } }, + { { 5, 1, 0, 0 }, -0.00111, { -0.07, 0.00, -0.03, -0.07, -0.43, 0.00 } }, + { { 5, 1, 1, 0 }, -0.00020, { 0.00, 0.00, 0.00, 0.00, -0.08, 0.00 } }, + { { 5, 1, 2, 0 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 5, 2, -1, 0 }, 0.00007, { 0.00, 0.00, 0.00, 0.00, 0.03, 0.00 } }, + { { 5, 2, 0, 0 }, 0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -4, -2, 0 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -4, -1, 0 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -3, -3, 0 }, -0.00012, { 0.00, 0.00, 0.00, -0.02, 0.00, 0.00 } }, + { { 6, -3, -2, 0 }, -0.00044, { -0.03, 0.00, 0.00, -0.08, 0.00, 0.00 } }, + { { 6, -3, -1, 0 }, -0.00043, { -0.04, 0.00, 0.00, -0.08, 0.00, 0.00 } }, + { { 6, -3, 0, 0 }, -0.00017, { 0.00, 0.00, 0.00, -0.03, 0.00, 0.00 } }, + { { 6, -3, 1, 0 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, -4, 0 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, -3, 0 }, -0.00195, { -0.12, 0.00, -0.11, -0.23, 0.00, 0.00 } }, + { { 6, -2, -2, -2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, -2, 0 }, -0.00618, { -0.44, 0.00, -0.24, -0.74, 0.00, 0.00 } }, + { { 6, -2, -1, -2 }, -0.00011, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, -1, 0 }, -0.00541, { -0.44, 0.00, -0.14, -0.65, 0.00, 0.00 } }, + { { 6, -2, 0, -2 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -2, 0, 0 }, -0.00194, { -0.17, 0.00, -0.04, -0.23, 0.00, 0.00 } }, + { { 6, -2, 1, 0 }, -0.00035, { -0.03, 0.00, 0.00, -0.04, 0.00, 0.00 } }, + { { 6, -2, 2, 0 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, -4, 0 }, -0.00085, { -0.06, 0.00, -0.06, -0.05, 0.00, 0.00 } }, + { { 6, -1, -3, -2 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, -3, 0 }, -0.02436, { -1.43, 0.00, -1.33, -1.45, 0.00, 0.00 } }, + { { 6, -1, -3, 2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, -2, -2 }, -0.00041, { 0.00, 0.00, 0.00, -0.02, 0.00, 0.00 } }, + { { 6, -1, -2, 0 }, -0.06678, { -4.61, 0.04, -2.60, -3.98, 0.00, 0.00 } }, + { { 6, -1, -2, 2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, -1, -1, -2 }, -0.00121, { -0.07, -0.05, -0.02, -0.07, 0.00, 0.00 } }, + { { 6, -1, -1, 0 }, -0.05191, { -4.10, 0.03, -1.42, -3.09, 0.00, 0.00 } }, + { { 6, -1, 0, -2 }, -0.00049, { -0.04, -0.02, 0.00, -0.03, 0.00, 0.00 } }, + { { 6, -1, 0, 0 }, -0.01709, { -1.47, 0.00, -0.42, -1.01, 0.00, 0.00 } }, + { { 6, -1, 1, 0 }, -0.00296, { -0.26, 0.00, -0.11, -0.18, 0.00, 0.00 } }, + { { 6, -1, 2, 0 }, -0.00039, { -0.04, 0.00, -0.02, -0.02, 0.00, 0.00 } }, + { { 6, -1, 3, 0 }, -0.00005, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, -5, 0 }, -0.00009, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, -4, 0 }, -0.00659, { -0.45, 0.00, -0.48, 0.00, 0.00, 0.00 } }, + { { 6, 0, -4, 2 }, 0.00012, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, -3, -2 }, -0.00027, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, -3, 0 }, -0.18316, { -10.48, 0.12, -10.02, 0.05, -0.02, 0.00 } }, + { { 6, 0, -3, 2 }, 0.00028, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, -2, -2 }, -0.00326, { -0.13, -0.14, -0.12, 0.00, 0.00, 0.00 } }, + { { 6, 0, -2, 0 }, -0.42250, { -28.36, 0.26, -16.58, 0.19, 0.00, 0.00 } }, + { { 6, 0, -2, 2 }, 0.00020, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, -1, -2 }, -0.00785, { -0.44, -0.35, -0.13, 0.00, 0.00, 0.00 } }, + { { 6, 0, -1, 0 }, -0.28663, { -21.86, 0.16, -8.12, 0.18, -0.03, 0.00 } }, + { { 6, 0, -1, 2 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, 0, -4 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, 0, -2 }, -0.00270, { -0.19, -0.12, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, 0, 0 }, -0.08587, { -7.10, 0.05, -2.25, 0.07, -0.02, 0.00 } }, + { { 6, 0, 1, 0 }, -0.01420, { -1.20, 0.00, -0.55, 0.00, 0.00, 0.00 } }, + { { 6, 0, 2, -2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, 2, 0 }, -0.00182, { -0.16, 0.00, -0.10, 0.00, 0.00, 0.00 } }, + { { 6, 0, 3, 0 }, -0.00020, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 0, 4, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, -4, 0 }, -0.00024, { -0.04, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, -3, 0 }, 0.00278, { -0.06, 0.00, 0.15, 0.17, 0.00, 0.00 } }, + { { 6, 1, -2, -2 }, 0.00019, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, -2, 0 }, 0.00948, { 0.35, 0.00, 0.37, 0.57, 0.00, 0.00 } }, + { { 6, 1, -1, -2 }, 0.00042, { 0.03, 0.00, 0.00, 0.02, 0.00, 0.00 } }, + { { 6, 1, -1, 0 }, 0.00780, { 0.49, 0.00, 0.22, 0.47, 0.00, 0.00 } }, + { { 6, 1, 0, -2 }, 0.00016, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 1, 0, 0 }, 0.00272, { 0.21, 0.00, 0.07, 0.16, 0.00, 0.00 } }, + { { 6, 1, 1, 0 }, 0.00052, { 0.04, 0.00, 0.02, 0.03, 0.00, 0.00 } }, + { { 6, 1, 2, 0 }, 0.00008, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 2, -4, 0 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 6, 2, -3, 0 }, 0.00034, { 0.03, 0.00, 0.02, 0.04, 0.00, 0.00 } }, + { { 6, 2, -2, 0 }, 0.00044, { 0.04, 0.00, 0.00, 0.05, 0.00, 0.00 } }, + { { 6, 2, -1, 0 }, 0.00014, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, -1, -4, 0 }, 0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, -1, -3, 0 }, 0.00011, { 0.00, 0.00, 0.00, 0.00, 0.04, 0.00 } }, + { { 7, -1, -2, 0 }, 0.00006, { 0.00, 0.00, 0.00, 0.00, 0.02, 0.00 } }, + { { 7, -1, -1, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, 0, -4, 0 }, 0.00015, { 0.00, 0.00, 0.00, 0.00, 0.06, 0.00 } }, + { { 7, 0, -3, 0 }, 0.00066, { 0.05, 0.00, 0.04, 0.00, 0.26, 0.00 } }, + { { 7, 0, -2, -2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, 0, -2, 0 }, 0.00032, { 0.04, 0.00, 0.00, 0.00, 0.13, 0.00 } }, + { { 7, 0, -1, -2 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, 0, -1, 0 }, -0.00008, { 0.00, 0.00, 0.00, 0.00, -0.03, 0.00 } }, + { { 7, 0, 0, 0 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, -0.03, 0.00 } }, + { { 7, 1, -3, 0 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 7, 1, -2, 0 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, -0.03, 0.00 } }, + { { 7, 1, -1, 0 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -2, -4, 0 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -2, -3, 0 }, -0.00013, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -2, -2, 0 }, -0.00016, { 0.00, 0.00, 0.00, -0.02, 0.00, 0.00 } }, + { { 8, -2, -1, 0 }, -0.00010, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -2, 0, 0 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -1, -4, 0 }, -0.00033, { -0.03, 0.00, -0.02, -0.02, 0.00, 0.00 } }, + { { 8, -1, -3, 0 }, -0.00109, { -0.10, 0.00, -0.06, -0.07, 0.00, 0.00 } }, + { { 8, -1, -2, -2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -1, -2, 0 }, -0.00126, { -0.12, 0.00, -0.06, -0.08, 0.00, 0.00 } }, + { { 8, -1, -1, -2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -1, -1, 0 }, -0.00070, { -0.08, 0.00, -0.03, -0.04, 0.00, 0.00 } }, + { { 8, -1, 0, 0 }, -0.00022, { -0.02, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, -1, 1, 0 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, -5, 0 }, -0.00009, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, -4, 0 }, -0.00184, { -0.14, 0.00, -0.13, 0.00, 0.00, 0.00 } }, + { { 8, 0, -3, -2 }, -0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, -3, 0 }, -0.00539, { -0.46, 0.00, -0.31, 0.00, 0.00, 0.00 } }, + { { 8, 0, -2, -2 }, -0.00012, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, -2, 0 }, -0.00559, { -0.53, 0.00, -0.25, 0.00, 0.00, 0.00 } }, + { { 8, 0, -1, -2 }, -0.00009, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, -1, 0 }, -0.00285, { -0.29, 0.00, -0.11, 0.00, 0.00, 0.00 } }, + { { 8, 0, 0, -2 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, 0, 0 }, -0.00083, { -0.09, 0.00, -0.03, 0.00, 0.00, 0.00 } }, + { { 8, 0, 1, 0 }, -0.00016, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 0, 2, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 1, -4, 0 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 1, -3, 0 }, 0.00015, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 1, -2, 0 }, 0.00019, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 1, -1, 0 }, 0.00011, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 8, 1, 0, 0 }, 0.00004, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, -1, -3, 0 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, -1, -2, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, 0, -5, 0 }, -0.00002, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, 0, -4, 0 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, 0, -3, 0 }, -0.00010, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, 0, -2, 0 }, -0.00007, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } }, + { { 10, 0, -1, 0 }, -0.00003, { 0.00, 0.00, 0.00, 0.00, 0.00, 0.00 } } +} }; + +constexpr array g_ELP4 +{ { + { 0, { 0, 0, 0, 1 }, 270.00000, 0.00003, 0.075 }, + { 0, { 0, 0, 0, 2 }, 0.00000, 0.00037, 0.037 }, + { 0, { 0, 0, 1, -2 }, 180.00000, 0.00480, 0.074 }, + { 0, { 0, 0, 1, -1 }, 90.00000, 0.00001, 5.997 }, + { 0, { 0, 0, 2, -2 }, 0.00000, 0.00085, 2.998 }, + { 0, { 0, 0, 2, 0 }, 180.00000, 0.00025, 0.038 }, + { 0, { 0, 0, 3, -2 }, 0.00000, 0.00003, 0.077 }, + { 0, { 0, 0, 3, 0 }, 180.00000, 0.00002, 0.025 }, + { 0, { 0, 0, 4, 0 }, 180.00000, 0.00001, 0.019 }, + { 0, { 0, 1, -2, 0 }, 180.00000, 0.00003, 0.039 }, + { 0, { 0, 1, -1, 0 }, 180.00000, 0.00048, 0.082 }, + { 0, { 0, 1, -1, 2 }, 180.00000, 0.00001, 0.069 }, + { 0, { 0, 1, 0, 0 }, 180.00000, 0.00047, 1.000 }, + { 0, { 0, 1, 1, -2 }, 180.00000, 0.00005, 0.079 }, + { 0, { 0, 1, 1, 0 }, 180.00000, 0.00019, 0.070 }, + { 0, { 0, 1, 2, 0 }, 180.00000, 0.00001, 0.036 }, + { 0, { 0, 2, -1, 0 }, 180.00000, 0.00003, 0.089 }, + { 0, { 1, -1, -1, 0 }, 180.00000, 0.00001, 0.530 }, + { 0, { 1, -1, 0, 0 }, 180.00000, 0.00015, 0.088 }, + { 0, { 1, -1, 1, 0 }, 180.00000, 0.00001, 0.041 }, + { 0, { 1, 0, -2, 0 }, 180.00000, 0.00001, 0.071 }, + { 0, { 1, 0, -1, 0 }, 180.00000, 0.00004, 1.127 }, + { 0, { 1, 0, 0, -2 }, 0.00000, 0.00001, 0.069 }, + { 0, { 1, 0, 0, 0 }, 180.00000, 0.00100, 0.081 }, + { 0, { 1, 0, 1, 0 }, 180.00000, 0.00006, 0.039 }, + { 0, { 1, 1, -1, 0 }, 0.00000, 0.00019, 8.850 }, + { 0, { 1, 1, 0, 0 }, 180.00000, 0.00070, 0.075 }, + { 0, { 1, 1, 1, 0 }, 180.00000, 0.00005, 0.038 }, + { 0, { 2, -1, -2, 0 }, 180.00000, 0.00002, 0.360 }, + { 0, { 2, -1, -1, 0 }, 0.00000, 0.00061, 0.095 }, + { 0, { 2, -1, 0, -2 }, 0.00000, 0.00002, 0.322 }, + { 0, { 2, -1, 0, 0 }, 0.00000, 0.00001, 0.042 }, + { 0, { 2, -1, 1, -2 }, 0.00000, 0.00004, 0.099 }, + { 0, { 2, 0, -3, 2 }, 180.00000, 0.00001, 0.085 }, + { 0, { 2, 0, -2, 0 }, 180.00000, 0.00077, 0.564 }, + { 0, { 2, 0, -2, 2 }, 0.00000, 0.00006, 0.040 }, + { 0, { 2, 0, -1, -2 }, 180.00000, 0.00005, 0.065 }, + { 0, { 2, 0, -1, 0 }, 0.00000, 0.02206, 0.087 }, + { 0, { 2, 0, 0, -2 }, 0.00000, 0.00064, 0.474 }, + { 0, { 2, 0, 0, 0 }, 0.00000, 0.00102, 0.040 }, + { 0, { 2, 0, 1, -2 }, 0.00000, 0.00089, 0.090 }, + { 0, { 2, 0, 1, 0 }, 0.00000, 0.00004, 0.026 }, + { 0, { 2, 0, 2, -2 }, 0.00000, 0.00007, 0.041 }, + { 0, { 2, 1, -2, 0 }, 0.00000, 0.00006, 1.292 }, + { 0, { 2, 1, -1, 0 }, 180.00000, 0.00006, 0.080 }, + { 0, { 2, 1, 0, -2 }, 180.00000, 0.00002, 0.903 }, + { 0, { 2, 1, 0, 0 }, 180.00000, 0.00001, 0.039 }, + { 0, { 2, 2, -1, 0 }, 0.00000, 0.00009, 0.074 }, + { 0, { 3, 0, -1, 0 }, 180.00000, 0.00001, 0.042 }, + { 0, { 4, -1, -2, 0 }, 0.00000, 0.00002, 0.046 }, + { 0, { 4, -1, -1, 0 }, 0.00000, 0.00002, 0.028 }, + { 0, { 4, 0, -2, 0 }, 0.00000, 0.00026, 0.044 }, + { 0, { 4, 0, -1, -2 }, 0.00000, 0.00002, 0.107 }, + { 0, { 4, 0, -1, 0 }, 0.00000, 0.00019, 0.028 }, + { 0, { 4, 0, 0, -2 }, 0.00000, 0.00002, 0.044 }, + { 0, { 4, 0, 0, 0 }, 0.00000, 0.00002, 0.020 }, + { 0, { 4, 0, 1, -2 }, 0.00000, 0.00001, 0.028 }, + { 1, { -6, 0, 0, -1 }, 0.00100, 0.00001, 0.013 }, + { 1, { -6, 0, 1, -1 }, 0.00100, 0.00003, 0.016 }, + { 1, { -6, 0, 2, -1 }, 0.00068, 0.00003, 0.021 }, + { 1, { -6, 0, 3, -1 }, 0.00036, 0.00001, 0.029 }, + { 1, { -4, -1, 0, -1 }, 180.00103, 0.00001, 0.020 }, + { 1, { -4, -1, 1, -1 }, 180.00081, 0.00002, 0.027 }, + { 1, { -4, -1, 1, 1 }, 180.00072, 0.00002, 0.096 }, + { 1, { -4, 0, -2, -1 }, 0.00099, 0.00002, 0.013 }, + { 1, { -4, 0, -2, 1 }, 180.00050, 0.00001, 0.020 }, + { 1, { -4, 0, -1, -1 }, 0.00109, 0.00014, 0.016 }, + { 1, { -4, 0, -1, 1 }, 180.00050, 0.00009, 0.028 }, + { 1, { -4, 0, 0, -1 }, 0.00100, 0.00075, 0.020 }, + { 1, { -4, 0, 0, 1 }, 180.00017, 0.00011, 0.044 }, + { 1, { -4, 0, 1, -3 }, 180.00093, 0.00002, 0.016 }, + { 1, { -4, 0, 1, -1 }, 0.00080, 0.00141, 0.028 }, + { 1, { -4, 0, 1, 1 }, 0.00091, 0.00022, 0.106 }, + { 1, { -4, 0, 2, -3 }, 180.00091, 0.00001, 0.020 }, + { 1, { -4, 0, 2, -1 }, 0.00029, 0.00065, 0.043 }, + { 1, { -4, 1, -1, -1 }, 0.00098, 0.00002, 0.016 }, + { 1, { -4, 1, 0, -1 }, 0.00099, 0.00010, 0.021 }, + { 1, { -4, 1, 1, -1 }, 0.00080, 0.00017, 0.028 }, + { 1, { -4, 1, 1, 1 }, 0.00082, 0.00002, 0.119 }, + { 1, { -4, 1, 2, -1 }, 0.00030, 0.00006, 0.045 }, + { 1, { -4, 2, 0, -1 }, 0.00094, 0.00001, 0.021 }, + { 1, { -4, 2, 1, -1 }, 0.00098, 0.00001, 0.029 }, + { 1, { -3, 0, 0, -1 }, 0.00082, 0.00004, 0.027 }, + { 1, { -3, 0, 0, 1 }, 180.00073, 0.00023, 0.097 }, + { 1, { -3, 0, 1, -1 }, 180.00068, 0.00006, 0.042 }, + { 1, { -3, 0, 1, 1 }, 180.00072, 0.00003, 0.340 }, + { 1, { -3, 1, 0, 1 }, 180.00072, 0.00002, 0.107 }, + { 1, { -2, -2, 1, -1 }, 180.00031, 0.00002, 0.074 }, + { 1, { -2, -2, 1, 1 }, 180.00029, 0.00001, 0.075 }, + { 1, { -2, -1, -2, -1 }, 180.00123, 0.00002, 0.019 }, + { 1, { -2, -1, -2, 1 }, 0.00056, 0.00001, 0.039 }, + { 1, { -2, -1, -1, -1 }, 180.00119, 0.00012, 0.026 }, + { 1, { -2, -1, -1, 1 }, 0.00065, 0.00009, 0.082 }, + { 1, { -2, -1, 0, -1 }, 180.00109, 0.00053, 0.039 }, + { 1, { -2, -1, 0, 1 }, 180.00076, 0.00123, 0.949 }, + { 1, { -2, -1, 1, -1 }, 180.00047, 0.00053, 0.080 }, + { 1, { -2, -1, 2, -1 }, 180.00148, 0.00006, 1.388 }, + { 1, { -2, 0, -3, -1 }, 0.00122, 0.00009, 0.015 }, + { 1, { -2, 0, -3, 1 }, 180.00044, 0.00005, 0.027 }, + { 1, { -2, 0, -2, -3 }, 180.00093, 0.00001, 0.013 }, + { 1, { -2, 0, -2, -1 }, 0.00119, 0.00097, 0.019 }, + { 1, { -2, 0, -2, 1 }, 180.00050, 0.00065, 0.041 }, + { 1, { -2, 0, -1, -3 }, 180.00101, 0.00008, 0.015 }, + { 1, { -2, 0, -1, -1 }, 0.00113, 0.00913, 0.026 }, + { 1, { -2, 0, -1, 1 }, 180.00049, 0.00887, 0.089 }, + { 1, { -2, 0, 0, -3 }, 180.00092, 0.00037, 0.019 }, + { 1, { -2, 0, 0, -1 }, 0.00100, 0.06569, 0.040 }, + { 1, { -2, 0, 0, 0 }, 90.00000, 0.00006, 0.088 }, + { 1, { -2, 0, 0, 1 }, 0.00076, 0.04746, 0.487 }, + { 1, { -2, 0, 0, 3 }, 180.00077, 0.00013, 0.035 }, + { 1, { -2, 0, 1, -3 }, 180.00073, 0.00044, 0.026 }, + { 1, { -2, 0, 1, -1 }, 0.00029, 0.04962, 0.087 }, + { 1, { -2, 0, 1, 1 }, 0.00045, 0.00026, 0.065 }, + { 1, { -2, 0, 1, 3 }, 180.00076, 0.00001, 0.024 }, + { 1, { -2, 0, 2, -3 }, 180.00043, 0.00001, 0.040 }, + { 1, { -2, 0, 2, -1 }, 180.00208, 0.00249, 0.581 }, + { 1, { -2, 0, 2, 1 }, 180.00070, 0.00048, 0.035 }, + { 1, { -2, 0, 3, -1 }, 180.00155, 0.00045, 0.067 }, + { 1, { -2, 0, 3, 1 }, 180.00073, 0.00008, 0.024 }, + { 1, { -2, 0, 4, -1 }, 180.00145, 0.00005, 0.035 }, + { 1, { -2, 1, -2, -1 }, 0.00118, 0.00008, 0.020 }, + { 1, { -2, 1, -2, 1 }, 180.00049, 0.00004, 0.043 }, + { 1, { -2, 1, -1, -1 }, 0.00111, 0.00072, 0.027 }, + { 1, { -2, 1, -1, 1 }, 180.00052, 0.00049, 0.098 }, + { 1, { -2, 1, 0, -3 }, 180.00091, 0.00003, 0.020 }, + { 1, { -2, 1, 0, -1 }, 0.00098, 0.00482, 0.042 }, + { 1, { -2, 1, 0, 1 }, 0.00075, 0.00187, 0.327 }, + { 1, { -2, 1, 1, -3 }, 180.00089, 0.00002, 0.027 }, + { 1, { -2, 1, 1, -1 }, 0.00031, 0.00225, 0.095 }, + { 1, { -2, 1, 1, 1 }, 180.00078, 0.00005, 0.061 }, + { 1, { -2, 1, 2, -1 }, 180.00225, 0.00009, 0.368 }, + { 1, { -2, 1, 2, 1 }, 180.00071, 0.00003, 0.034 }, + { 1, { -2, 1, 3, -1 }, 180.00164, 0.00001, 0.063 }, + { 1, { -2, 2, -1, -1 }, 0.00111, 0.00004, 0.028 }, + { 1, { -2, 2, -1, 1 }, 180.00054, 0.00002, 0.109 }, + { 1, { -2, 2, 0, -1 }, 0.00097, 0.00024, 0.044 }, + { 1, { -2, 2, 0, 1 }, 0.00072, 0.00006, 0.247 }, + { 1, { -2, 2, 1, -1 }, 0.00031, 0.00008, 0.105 }, + { 1, { -2, 3, 0, -1 }, 0.00094, 0.00001, 0.046 }, + { 1, { -1, -1, -1, -1 }, 0.00122, 0.00004, 0.037 }, + { 1, { -1, -1, 0, -1 }, 0.00107, 0.00019, 0.075 }, + { 1, { -1, -1, 0, 1 }, 0.00000, 0.00001, 0.075 }, + { 1, { -1, -1, 1, -1 }, 180.00149, 0.00001, 5.998 }, + { 1, { -1, 0, -2, -1 }, 180.00131, 0.00003, 0.026 }, + { 1, { -1, 0, -1, -1 }, 180.00131, 0.00023, 0.039 }, + { 1, { -1, 0, -1, 1 }, 180.00122, 0.00002, 0.857 }, + { 1, { -1, 0, 0, -3 }, 0.00093, 0.00001, 0.025 }, + { 1, { -1, 0, 0, -1 }, 180.00134, 0.00075, 0.081 }, + { 1, { -1, 0, 0, 1 }, 180.00067, 0.00056, 0.069 }, + { 1, { -1, 0, 1, -1 }, 0.00127, 0.00028, 1.200 }, + { 1, { -1, 0, 1, 1 }, 180.00072, 0.00002, 0.036 }, + { 1, { -1, 0, 2, -1 }, 0.00129, 0.00006, 0.071 }, + { 1, { -1, 1, 0, -1 }, 179.99990, 0.00004, 0.088 }, + { 1, { -1, 1, 0, 1 }, 180.00072, 0.00001, 0.065 }, + { 1, { 0, -2, -1, -1 }, 180.00138, 0.00002, 0.065 }, + { 1, { 0, -2, 0, -1 }, 0.00072, 0.00003, 0.487 }, + { 1, { 0, -2, 1, -1 }, 0.00116, 0.00007, 0.089 }, + { 1, { 0, -1, -3, -1 }, 180.00133, 0.00003, 0.024 }, + { 1, { 0, -1, -2, -1 }, 180.00133, 0.00029, 0.036 }, + { 1, { 0, -1, -2, 1 }, 0.00025, 0.00003, 1.389 }, + { 1, { 0, -1, -1, -3 }, 0.00090, 0.00001, 0.024 }, + { 1, { 0, -1, -1, -1 }, 180.00141, 0.00187, 0.070 }, + { 1, { 0, -1, -1, 1 }, 359.99928, 0.00008, 0.080 }, + { 1, { 0, -1, 0, -3 }, 0.00092, 0.00001, 0.036 }, + { 1, { 0, -1, 0, -1 }, 0.00067, 0.00282, 0.949 }, + { 1, { 0, -1, 0, 1 }, 0.00045, 0.00010, 0.039 }, + { 1, { 0, -1, 1, -1 }, 0.00118, 0.00387, 0.082 }, + { 1, { 0, -1, 1, 1 }, 0.00070, 0.00026, 0.026 }, + { 1, { 0, -1, 2, -1 }, 0.00122, 0.00047, 0.039 }, + { 1, { 0, -1, 2, 1 }, 0.00070, 0.00004, 0.019 }, + { 1, { 0, -1, 3, -1 }, 0.00122, 0.00005, 0.026 }, + { 1, { 0, 0, -5, -1 }, 0.00127, 0.00001, 0.015 }, + { 1, { 0, 0, -4, -1 }, 0.00129, 0.00016, 0.019 }, + { 1, { 0, 0, -3, -3 }, 180.00113, 0.00003, 0.015 }, + { 1, { 0, 0, -3, -1 }, 0.00129, 0.00228, 0.025 }, + { 1, { 0, 0, -3, 1 }, 180.00029, 0.00013, 0.077 }, + { 1, { 0, 0, -2, -3 }, 180.00109, 0.00032, 0.019 }, + { 1, { 0, 0, -2, -1 }, 0.00128, 0.03279, 0.038 }, + { 1, { 0, 0, -2, 1 }, 180.00024, 0.00387, 3.574 }, + { 1, { 0, 0, -1, -3 }, 180.00102, 0.00261, 0.025 }, + { 1, { 0, 0, -1, -1 }, 0.00127, 0.49141, 0.075 }, + { 1, { 0, 0, -1, 0 }, 90.00000, 0.00010, 8.847 }, + { 1, { 0, 0, -1, 1 }, 0.00051, 0.05036, 0.074 }, + { 1, { 0, 0, -1, 3 }, 180.00060, 0.00017, 0.025 }, + { 1, { 0, 0, 0, -5 }, 0.00086, 0.00003, 0.019 }, + { 1, { 0, 0, 0, -3 }, 180.00086, 0.01492, 0.037 }, + { 1, { 0, 0, 0, -1 }, 0.00094, 7.06304, 18.613 }, + { 1, { 0, 0, 0, 0 }, 270.00000, 0.00027, 0.075 }, + { 1, { 0, 0, 0, 1 }, 0.00071, 0.36061, 0.037 }, + { 1, { 0, 0, 0, 3 }, 180.00071, 0.00074, 0.019 }, + { 1, { 0, 0, 1, -3 }, 180.00054, 0.00050, 0.073 }, + { 1, { 0, 0, 1, -1 }, 0.00127, 0.49331, 0.076 }, + { 1, { 0, 0, 1, 0 }, 270.00000, 0.00002, 0.038 }, + { 1, { 0, 0, 1, 1 }, 0.00070, 0.03838, 0.025 }, + { 1, { 0, 0, 1, 3 }, 180.00074, 0.00015, 0.015 }, + { 1, { 0, 0, 2, -3 }, 180.00061, 0.00004, 2.582 }, + { 1, { 0, 0, 2, -1 }, 0.00126, 0.03402, 0.038 }, + { 1, { 0, 0, 2, 1 }, 0.00069, 0.00331, 0.019 }, + { 1, { 0, 0, 2, 3 }, 180.00073, 0.00002, 0.012 }, + { 1, { 0, 0, 3, -1 }, 0.00125, 0.00242, 0.025 }, + { 1, { 0, 0, 3, 1 }, 0.00067, 0.00027, 0.015 }, + { 1, { 0, 0, 4, -1 }, 0.00125, 0.00017, 0.019 }, + { 1, { 0, 0, 4, 1 }, 0.00067, 0.00002, 0.013 }, + { 1, { 0, 0, 5, -1 }, 0.00127, 0.00001, 0.015 }, + { 1, { 0, 1, -3, -1 }, 0.00133, 0.00004, 0.026 }, + { 1, { 0, 1, -2, -1 }, 0.00135, 0.00037, 0.039 }, + { 1, { 0, 1, -2, 1 }, 180.00050, 0.00003, 0.781 }, + { 1, { 0, 1, -1, -3 }, 180.00090, 0.00001, 0.026 }, + { 1, { 0, 1, -1, -1 }, 0.00143, 0.00249, 0.081 }, + { 1, { 0, 1, -1, 1 }, 0.00272, 0.00002, 0.069 }, + { 1, { 0, 1, 0, -1 }, 180.00079, 0.00240, 1.057 }, + { 1, { 0, 1, 0, 1 }, 180.00076, 0.00034, 0.036 }, + { 1, { 0, 1, 1, -1 }, 180.00116, 0.00292, 0.070 }, + { 1, { 0, 1, 1, 1 }, 180.00073, 0.00022, 0.024 }, + { 1, { 0, 1, 2, -1 }, 180.00121, 0.00037, 0.036 }, + { 1, { 0, 1, 2, 1 }, 180.00071, 0.00004, 0.018 }, + { 1, { 0, 1, 3, -1 }, 180.00122, 0.00004, 0.025 }, + { 1, { 0, 2, -1, -1 }, 0.00146, 0.00004, 0.088 }, + { 1, { 0, 2, 0, -1 }, 180.00072, 0.00003, 0.514 }, + { 1, { 0, 2, 1, -1 }, 180.00119, 0.00003, 0.066 }, + { 1, { 1, -1, 0, -1 }, 180.00080, 0.00003, 0.088 }, + { 1, { 1, 0, -2, -1 }, 0.00182, 0.00003, 0.070 }, + { 1, { 1, 0, -1, -1 }, 179.99929, 0.00011, 1.063 }, + { 1, { 1, 0, -1, 1 }, 180.00052, 0.00002, 0.039 }, + { 1, { 1, 0, 0, -1 }, 180.00088, 0.00342, 0.081 }, + { 1, { 1, 0, 0, 1 }, 180.00072, 0.00021, 0.026 }, + { 1, { 1, 0, 1, -1 }, 180.00104, 0.00043, 0.039 }, + { 1, { 1, 0, 1, 1 }, 180.00071, 0.00004, 0.019 }, + { 1, { 1, 0, 2, -1 }, 180.00110, 0.00004, 0.026 }, + { 1, { 1, 1, -1, -1 }, 180.00007, 0.00006, 16.874 }, + { 1, { 1, 1, 0, -1 }, 0.00059, 0.00064, 0.075 }, + { 1, { 1, 1, 0, 1 }, 0.00072, 0.00003, 0.025 }, + { 1, { 1, 1, 1, -1 }, 0.00085, 0.00007, 0.038 }, + { 1, { 2, -3, 0, -1 }, 0.00094, 0.00001, 0.046 }, + { 1, { 2, -2, -1, -1 }, 0.00040, 0.00010, 0.106 }, + { 1, { 2, -2, -1, 1 }, 0.00072, 0.00001, 0.028 }, + { 1, { 2, -2, 0, -1 }, 0.00090, 0.00031, 0.044 }, + { 1, { 2, -2, 0, 1 }, 0.00072, 0.00002, 0.020 }, + { 1, { 2, -2, 1, -1 }, 0.00104, 0.00005, 0.028 }, + { 1, { 2, -1, -3, -1 }, 180.00162, 0.00001, 0.062 }, + { 1, { 2, -1, -2, -1 }, 180.00296, 0.00006, 0.354 }, + { 1, { 2, -1, -2, 1 }, 0.00051, 0.00003, 0.042 }, + { 1, { 2, -1, -1, -1 }, 0.00041, 0.00288, 0.096 }, + { 1, { 2, -1, -1, 1 }, 0.00069, 0.00037, 0.027 }, + { 1, { 2, -1, 0, -1 }, 0.00091, 0.00646, 0.042 }, + { 1, { 2, -1, 0, 1 }, 0.00072, 0.00031, 0.020 }, + { 1, { 2, -1, 1, -1 }, 0.00103, 0.00091, 0.027 }, + { 1, { 2, -1, 1, 1 }, 0.00069, 0.00006, 0.016 }, + { 1, { 2, -1, 2, -1 }, 0.00106, 0.00010, 0.020 }, + { 1, { 2, 0, -4, -1 }, 180.00153, 0.00005, 0.035 }, + { 1, { 2, 0, -3, -1 }, 180.00173, 0.00037, 0.066 }, + { 1, { 2, 0, -3, 1 }, 180.00003, 0.00005, 0.085 }, + { 1, { 2, 0, -2, -3 }, 0.00121, 0.00002, 0.035 }, + { 1, { 2, 0, -2, -1 }, 180.00322, 0.00142, 0.547 }, + { 1, { 2, 0, -2, 1 }, 0.00052, 0.00067, 0.040 }, + { 1, { 2, 0, -1, -1 }, 0.00042, 0.06456, 0.088 }, + { 1, { 2, 0, -1, 1 }, 0.00071, 0.00815, 0.026 }, + { 1, { 2, 0, -1, 3 }, 180.00036, 0.00004, 0.015 }, + { 1, { 2, 0, 0, -3 }, 179.99827, 0.00006, 0.463 }, + { 1, { 2, 0, 0, -1 }, 0.00090, 0.09642, 0.041 }, + { 1, { 2, 0, 0, 1 }, 0.00070, 0.00480, 0.019 }, + { 1, { 2, 0, 0, 3 }, 180.00038, 0.00002, 0.013 }, + { 1, { 2, 0, 1, -3 }, 180.00114, 0.00014, 0.090 }, + { 1, { 2, 0, 1, -1 }, 0.00102, 0.01234, 0.026 }, + { 1, { 2, 0, 1, 1 }, 0.00070, 0.00080, 0.015 }, + { 1, { 2, 0, 2, -3 }, 180.00118, 0.00002, 0.041 }, + { 1, { 2, 0, 2, -1 }, 0.00107, 0.00126, 0.020 }, + { 1, { 2, 0, 2, 1 }, 0.00073, 0.00009, 0.013 }, + { 1, { 2, 0, 3, -1 }, 0.00111, 0.00012, 0.016 }, + { 1, { 2, 0, 3, 1 }, 0.00062, 0.00001, 0.011 }, + { 1, { 2, 1, -1, -1 }, 180.00004, 0.00017, 0.080 }, + { 1, { 2, 1, -1, 1 }, 180.00073, 0.00006, 0.025 }, + { 1, { 2, 1, 0, -1 }, 180.00088, 0.00113, 0.039 }, + { 1, { 2, 1, 0, 1 }, 180.00073, 0.00005, 0.019 }, + { 1, { 2, 1, 1, -1 }, 180.00098, 0.00021, 0.026 }, + { 1, { 2, 1, 1, 1 }, 180.00099, 0.00001, 0.015 }, + { 1, { 2, 1, 2, -1 }, 180.00105, 0.00003, 0.019 }, + { 1, { 2, 2, -1, -1 }, 180.00033, 0.00005, 0.074 }, + { 1, { 3, 0, -2, -1 }, 179.99961, 0.00001, 0.095 }, + { 1, { 3, 0, -1, -1 }, 180.00070, 0.00013, 0.042 }, + { 1, { 3, 0, -1, 1 }, 180.00072, 0.00001, 0.020 }, + { 1, { 3, 1, -1, -1 }, 0.00073, 0.00001, 0.040 }, + { 1, { 3, 1, 0, -1 }, 0.00088, 0.00001, 0.026 }, + { 1, { 4, -2, -1, -1 }, 0.00091, 0.00002, 0.029 }, + { 1, { 4, -2, 0, -1 }, 0.00094, 0.00001, 0.021 }, + { 1, { 4, -1, -2, -1 }, 0.00041, 0.00008, 0.046 }, + { 1, { 4, -1, -2, 1 }, 0.00092, 0.00001, 0.021 }, + { 1, { 4, -1, -1, -1 }, 0.00077, 0.00024, 0.028 }, + { 1, { 4, -1, -1, 1 }, 0.00071, 0.00002, 0.016 }, + { 1, { 4, -1, 0, -1 }, 0.00090, 0.00015, 0.021 }, + { 1, { 4, -1, 1, -1 }, 0.00091, 0.00003, 0.016 }, + { 1, { 4, 0, -3, -1 }, 359.99818, 0.00001, 0.104 }, + { 1, { 4, 0, -3, 1 }, 0.00056, 0.00001, 0.027 }, + { 1, { 4, 0, -2, -1 }, 0.00042, 0.00088, 0.044 }, + { 1, { 4, 0, -2, 1 }, 0.00070, 0.00014, 0.020 }, + { 1, { 4, 0, -1, -1 }, 0.00078, 0.00217, 0.028 }, + { 1, { 4, 0, -1, 1 }, 0.00071, 0.00016, 0.016 }, + { 1, { 4, 0, 0, -1 }, 0.00090, 0.00115, 0.020 }, + { 1, { 4, 0, 0, 1 }, 0.00072, 0.00006, 0.013 }, + { 1, { 4, 0, 1, -1 }, 0.00098, 0.00021, 0.016 }, + { 1, { 4, 0, 1, 1 }, 0.00038, 0.00001, 0.011 }, + { 1, { 4, 0, 2, -1 }, 0.00093, 0.00003, 0.013 }, + { 1, { 4, 1, -1, -1 }, 180.00077, 0.00004, 0.027 }, + { 1, { 4, 1, 0, -1 }, 180.00089, 0.00003, 0.020 }, + { 1, { 6, 0, -3, -1 }, 0.00037, 0.00001, 0.029 }, + { 1, { 6, 0, -2, -1 }, 0.00067, 0.00004, 0.021 }, + { 1, { 6, 0, -1, -1 }, 0.00090, 0.00004, 0.016 }, + { 1, { 6, 0, 0, -1 }, 0.00090, 0.00002, 0.013 }, + { 2, { -2, -1, 0, 0 }, 0.00000, 0.00001, 1.000 }, + { 2, { -2, 0, -1, -2 }, 180.00000, 0.00004, 0.026 }, + { 2, { -2, 0, -1, 0 }, 0.00000, 0.00013, 0.089 }, + { 2, { -2, 0, 0, -2 }, 180.00000, 0.00027, 0.040 }, + { 2, { -2, 0, 0, 0 }, 180.00000, 0.00043, 0.500 }, + { 2, { -2, 0, 1, -2 }, 180.00000, 0.00025, 0.086 }, + { 2, { -2, 0, 1, 0 }, 180.00000, 0.00002, 0.066 }, + { 2, { -2, 0, 2, -2 }, 0.00000, 0.00001, 0.600 }, + { 2, { -2, 1, 0, -2 }, 180.00000, 0.00002, 0.042 }, + { 2, { -2, 1, 0, 0 }, 180.00000, 0.00003, 0.333 }, + { 2, { -2, 1, 1, -2 }, 180.00000, 0.00001, 0.094 }, + { 2, { 0, -1, 0, -2 }, 180.00000, 0.00003, 0.903 }, + { 2, { 0, -1, 1, -2 }, 180.00000, 0.00002, 0.082 }, + { 2, { 0, 0, -2, -2 }, 180.00000, 0.00016, 0.038 }, + { 2, { 0, 0, -2, 0 }, 0.00000, 0.00009, 4.424 }, + { 2, { 0, 0, -1, -4 }, 0.00000, 0.00001, 0.025 }, + { 2, { 0, 0, -1, -2 }, 180.00000, 0.00239, 0.075 }, + { 2, { 0, 0, -1, -1 }, 270.00000, 0.00001, 16.863 }, + { 2, { 0, 0, -1, 0 }, 180.00000, 0.00080, 0.074 }, + { 2, { 0, 0, 0, -4 }, 0.00000, 0.00007, 0.037 }, + { 2, { 0, 0, 0, -2 }, 180.00000, 0.03638, 9.307 }, + { 2, { 0, 0, 0, -1 }, 90.00000, 0.00003, 0.075 }, + { 2, { 0, 0, 0, 0 }, 180.00000, 0.00239, 0.037 }, + { 2, { 0, 0, 1, -2 }, 180.00000, 0.00241, 0.076 }, + { 2, { 0, 0, 1, 0 }, 180.00000, 0.00025, 0.025 }, + { 2, { 0, 0, 2, -2 }, 180.00000, 0.00017, 0.038 }, + { 2, { 0, 0, 2, 0 }, 180.00000, 0.00002, 0.019 }, + { 2, { 0, 1, 0, -2 }, 0.00000, 0.00002, 1.120 }, + { 2, { 0, 1, 1, -2 }, 0.00000, 0.00001, 0.071 }, + { 2, { 1, 0, 0, -2 }, 0.00000, 0.00002, 0.082 }, + { 2, { 1, 1, 0, -2 }, 180.00000, 0.00004, 0.075 }, + { 2, { 2, -1, -1, -2 }, 180.00000, 0.00002, 0.096 }, + { 2, { 2, -1, 0, -2 }, 180.00000, 0.00004, 0.042 }, + { 2, { 2, 0, -1, -2 }, 180.00000, 0.00039, 0.088 }, + { 2, { 2, 0, -1, 0 }, 180.00000, 0.00006, 0.026 }, + { 2, { 2, 0, 0, -2 }, 180.00000, 0.00057, 0.041 }, + { 2, { 2, 0, 0, 0 }, 180.00000, 0.00003, 0.019 }, + { 2, { 2, 0, 1, -2 }, 180.00000, 0.00007, 0.026 }, + { 2, { 4, 0, -1, -2 }, 180.00000, 0.00001, 0.028 } +} }; + +constexpr array g_ELP5 +{ { + { 0, { 0, 0, 0, 3 }, 0.00000, 0.00003, 0.025 }, + { 0, { 0, 0, 1, -3 }, 180.00000, 0.00021, 0.037 }, + { 0, { 0, 0, 1, -1 }, 0.00000, 0.00056, 5.997 }, + { 0, { 0, 0, 1, 1 }, 0.00000, 0.00047, 0.037 }, + { 0, { 0, 0, 2, -3 }, 0.00000, 0.00004, 0.073 }, + { 0, { 0, 0, 2, -1 }, 180.00000, 0.00144, 0.076 }, + { 0, { 0, 0, 2, 1 }, 0.00000, 0.00003, 0.025 }, + { 0, { 0, 0, 3, -1 }, 180.00000, 0.00007, 0.038 }, + { 0, { 0, 1, -1, -1 }, 180.00000, 0.00002, 0.039 }, + { 0, { 0, 1, -1, 1 }, 180.00000, 0.00002, 0.857 }, + { 0, { 0, 1, 0, -1 }, 180.00000, 0.00004, 0.081 }, + { 0, { 0, 1, 0, 1 }, 180.00000, 0.00004, 0.069 }, + { 0, { 0, 1, 1, -1 }, 180.00000, 0.00001, 1.200 }, + { 0, { 0, 1, 1, 1 }, 180.00000, 0.00002, 0.036 }, + { 0, { 1, 0, 0, -1 }, 180.00000, 0.00004, 0.949 }, + { 0, { 1, 0, 0, 1 }, 180.00000, 0.00005, 0.039 }, + { 0, { 1, 1, -1, -1 }, 0.00000, 0.00001, 0.075 }, + { 0, { 1, 1, -1, 1 }, 0.00000, 0.00001, 0.074 }, + { 0, { 1, 1, 0, -1 }, 180.00000, 0.00003, 18.600 }, + { 0, { 1, 1, 0, 1 }, 180.00000, 0.00003, 0.037 }, + { 0, { 2, -1, -1, -1 }, 0.00000, 0.00003, 0.340 }, + { 0, { 2, -1, -1, 1 }, 0.00000, 0.00004, 0.042 }, + { 0, { 2, -1, 0, -1 }, 180.00000, 0.00006, 0.097 }, + { 0, { 2, 0, -2, -1 }, 180.00000, 0.00005, 0.066 }, + { 0, { 2, 0, -2, 1 }, 180.00000, 0.00021, 0.086 }, + { 0, { 2, 0, -1, -1 }, 0.00000, 0.00126, 0.515 }, + { 0, { 2, 0, -1, 1 }, 0.00000, 0.00108, 0.040 }, + { 0, { 2, 0, 0, -3 }, 0.00000, 0.00004, 0.064 }, + { 0, { 2, 0, 0, -1 }, 180.00000, 0.00217, 0.088 }, + { 0, { 2, 0, 0, 1 }, 0.00000, 0.00013, 0.026 }, + { 0, { 2, 0, 1, -3 }, 0.00000, 0.00003, 0.440 }, + { 0, { 2, 0, 1, -1 }, 180.00000, 0.00008, 0.041 }, + { 0, { 2, 0, 2, -1 }, 180.00000, 0.00002, 0.026 }, + { 0, { 2, 1, -1, -1 }, 180.00000, 0.00001, 1.063 }, + { 0, { 2, 1, 0, -1 }, 0.00000, 0.00009, 0.081 }, + { 0, { 2, 2, 0, -1 }, 0.00000, 0.00001, 0.075 }, + { 0, { 4, 0, -2, 1 }, 0.00000, 0.00003, 0.027 }, + { 0, { 4, 0, -1, -1 }, 0.00000, 0.00001, 0.044 }, + { 0, { 4, 0, -1, 1 }, 0.00000, 0.00002, 0.020 }, + { 0, { 4, 0, 0, -1 }, 180.00000, 0.00001, 0.028 }, + { 1, { -6, 0, 0, 0 }, 0.00076, 0.00002, 0.016 }, + { 1, { -6, 0, 1, 0 }, 0.00075, 0.00005, 0.021 }, + { 1, { -6, 0, 2, 0 }, 0.00075, 0.00004, 0.029 }, + { 1, { -4, -1, 0, 0 }, 180.00075, 0.00006, 0.027 }, + { 1, { -4, -1, 1, 0 }, 180.00074, 0.00008, 0.042 }, + { 1, { -4, 0, -2, 0 }, 0.00076, 0.00003, 0.016 }, + { 1, { -4, 0, -1, -2 }, 0.00095, 0.00002, 0.013 }, + { 1, { -4, 0, -1, 0 }, 0.00075, 0.00025, 0.020 }, + { 1, { -4, 0, -1, 2 }, 180.00046, 0.00001, 0.044 }, + { 1, { -4, 0, 0, -2 }, 0.00094, 0.00009, 0.016 }, + { 1, { -4, 0, 0, 0 }, 0.00073, 0.00188, 0.028 }, + { 1, { -4, 0, 0, 2 }, 0.00072, 0.00009, 0.108 }, + { 1, { -4, 0, 1, -2 }, 0.00083, 0.00017, 0.020 }, + { 1, { -4, 0, 1, 0 }, 0.00071, 0.00322, 0.044 }, + { 1, { -4, 0, 2, -2 }, 0.00055, 0.00009, 0.027 }, + { 1, { -4, 0, 2, 0 }, 0.00070, 0.00029, 0.104 }, + { 1, { -4, 1, -1, 0 }, 0.00075, 0.00003, 0.021 }, + { 1, { -4, 1, 0, -2 }, 0.00094, 0.00001, 0.016 }, + { 1, { -4, 1, 0, 0 }, 0.00075, 0.00021, 0.028 }, + { 1, { -4, 1, 1, -2 }, 0.00094, 0.00002, 0.021 }, + { 1, { -4, 1, 1, 0 }, 0.00072, 0.00029, 0.046 }, + { 1, { -4, 1, 2, -2 }, 0.00093, 0.00001, 0.028 }, + { 1, { -4, 1, 2, 0 }, 0.00072, 0.00002, 0.116 }, + { 1, { -4, 2, 0, 0 }, 0.00072, 0.00001, 0.029 }, + { 1, { -4, 2, 1, 0 }, 0.00072, 0.00002, 0.048 }, + { 1, { -3, -1, 0, 0 }, 0.00072, 0.00002, 0.040 }, + { 1, { -3, 0, -1, 0 }, 180.00072, 0.00002, 0.027 }, + { 1, { -3, 0, 0, 0 }, 180.00074, 0.00017, 0.042 }, + { 1, { -3, 0, 0, 2 }, 180.00072, 0.00001, 0.322 }, + { 1, { -3, 0, 1, 0 }, 180.00073, 0.00014, 0.095 }, + { 1, { -3, 0, 2, 0 }, 180.00072, 0.00002, 0.360 }, + { 1, { -3, 1, 0, 0 }, 180.00072, 0.00001, 0.044 }, + { 1, { -2, -2, 0, 0 }, 180.00037, 0.00013, 0.075 }, + { 1, { -2, -2, 1, 0 }, 180.00072, 0.00005, 8.853 }, + { 1, { -2, -1, -2, 0 }, 180.00075, 0.00003, 0.026 }, + { 1, { -2, -1, -1, -2 }, 180.00095, 0.00001, 0.019 }, + { 1, { -2, -1, -1, 0 }, 180.00073, 0.00041, 0.039 }, + { 1, { -2, -1, 0, -2 }, 180.00094, 0.00006, 0.026 }, + { 1, { -2, -1, 0, 0 }, 180.00071, 0.00589, 0.081 }, + { 1, { -2, -1, 0, 2 }, 180.00079, 0.00007, 0.069 }, + { 1, { -2, -1, 1, -2 }, 180.00066, 0.00005, 0.039 }, + { 1, { -2, -1, 1, 0 }, 180.00074, 0.00034, 1.127 }, + { 1, { -2, -1, 2, 0 }, 0.00072, 0.00003, 0.071 }, + { 1, { -2, 0, -3, -2 }, 0.00094, 0.00001, 0.013 }, + { 1, { -2, 0, -3, 0 }, 0.00077, 0.00007, 0.020 }, + { 1, { -2, 0, -2, -2 }, 0.00111, 0.00014, 0.015 }, + { 1, { -2, 0, -2, 0 }, 0.00077, 0.00110, 0.026 }, + { 1, { -2, 0, -2, 2 }, 180.00047, 0.00002, 0.091 }, + { 1, { -2, 0, -1, -2 }, 0.00104, 0.00104, 0.019 }, + { 1, { -2, 0, -1, 0 }, 0.00075, 0.01647, 0.041 }, + { 1, { -2, 0, -1, 2 }, 180.00059, 0.00048, 0.450 }, + { 1, { -2, 0, 0, -4 }, 180.00090, 0.00001, 0.015 }, + { 1, { -2, 0, 0, -2 }, 0.00093, 0.00562, 0.026 }, + { 1, { -2, 0, 0, 0 }, 0.00072, 0.29854, 0.088 }, + { 1, { -2, 0, 0, 2 }, 0.00077, 0.00273, 0.065 }, + { 1, { -2, 0, 1, -4 }, 180.00088, 0.00002, 0.019 }, + { 1, { -2, 0, 1, -2 }, 0.00065, 0.00562, 0.040 }, + { 1, { -2, 0, 1, 0 }, 0.00071, 0.07332, 0.530 }, + { 1, { -2, 0, 1, 2 }, 0.00072, 0.00043, 0.035 }, + { 1, { -2, 0, 2, -2 }, 179.99951, 0.00002, 0.085 }, + { 1, { -2, 0, 2, 0 }, 0.00066, 0.00672, 0.066 }, + { 1, { -2, 0, 2, 2 }, 0.00072, 0.00003, 0.024 }, + { 1, { -2, 0, 3, 0 }, 0.00063, 0.00063, 0.035 }, + { 1, { -2, 0, 4, 0 }, 0.00061, 0.00005, 0.024 }, + { 1, { -2, 1, -2, -2 }, 0.00094, 0.00001, 0.016 }, + { 1, { -2, 1, -2, 0 }, 0.00075, 0.00006, 0.027 }, + { 1, { -2, 1, -1, -2 }, 0.00104, 0.00008, 0.020 }, + { 1, { -2, 1, -1, 0 }, 0.00075, 0.00086, 0.042 }, + { 1, { -2, 1, -1, 2 }, 180.00060, 0.00003, 0.311 }, + { 1, { -2, 1, 0, -2 }, 0.00094, 0.00038, 0.027 }, + { 1, { -2, 1, 0, 0 }, 0.00072, 0.01404, 0.096 }, + { 1, { -2, 1, 0, 2 }, 0.00076, 0.00011, 0.061 }, + { 1, { -2, 1, 1, -2 }, 0.00065, 0.00025, 0.042 }, + { 1, { -2, 1, 1, 0 }, 0.00071, 0.00328, 0.346 }, + { 1, { -2, 1, 1, 2 }, 0.00073, 0.00001, 0.034 }, + { 1, { -2, 1, 2, 0 }, 0.00068, 0.00028, 0.062 }, + { 1, { -2, 1, 3, 0 }, 0.00072, 0.00002, 0.034 }, + { 1, { -2, 2, -1, 0 }, 0.00074, 0.00003, 0.044 }, + { 1, { -2, 2, 0, -2 }, 0.00093, 0.00002, 0.028 }, + { 1, { -2, 2, 0, 0 }, 0.00073, 0.00051, 0.107 }, + { 1, { -2, 2, 1, -2 }, 0.00091, 0.00001, 0.044 }, + { 1, { -2, 2, 1, 0 }, 0.00072, 0.00012, 0.257 }, + { 1, { -2, 2, 2, 0 }, 0.00072, 0.00001, 0.058 }, + { 1, { -2, 3, 0, 0 }, 0.00072, 0.00002, 0.119 }, + { 1, { -1, -1, -1, 0 }, 0.00072, 0.00002, 0.075 }, + { 1, { -1, -1, 0, -2 }, 0.00094, 0.00002, 0.037 }, + { 1, { -1, -1, 0, 0 }, 0.00072, 0.00036, 25770.018 }, + { 1, { -1, 0, -2, 0 }, 180.00072, 0.00002, 0.039 }, + { 1, { -1, 0, -1, -2 }, 180.00112, 0.00003, 0.026 }, + { 1, { -1, 0, -1, 0 }, 180.00072, 0.00029, 0.082 }, + { 1, { -1, 0, 0, -2 }, 180.00099, 0.00013, 0.039 }, + { 1, { -1, 0, 0, 0 }, 180.00073, 0.00212, 1.000 }, + { 1, { -1, 0, 0, 2 }, 180.00069, 0.00005, 0.036 }, + { 1, { -1, 0, 1, 0 }, 180.00074, 0.00017, 0.070 }, + { 1, { -1, 0, 2, 0 }, 180.00071, 0.00004, 0.036 }, + { 1, { 0, -2, -1, 0 }, 180.00072, 0.00003, 0.530 }, + { 1, { 0, -2, 1, 0 }, 180.00071, 0.00005, 0.041 }, + { 1, { 0, -1, -3, 0 }, 180.00072, 0.00001, 0.036 }, + { 1, { 0, -1, -2, -2 }, 180.00119, 0.00004, 0.024 }, + { 1, { 0, -1, -2, 0 }, 180.00080, 0.00014, 0.071 }, + { 1, { 0, -1, -1, -2 }, 180.00114, 0.00018, 0.036 }, + { 1, { 0, -1, -1, 0 }, 180.00076, 0.00227, 1.127 }, + { 1, { 0, -1, 0, -2 }, 180.00192, 0.00002, 0.069 }, + { 1, { 0, -1, 0, 0 }, 180.00058, 0.00252, 0.081 }, + { 1, { 0, -1, 1, -2 }, 0.00202, 0.00004, 0.819 }, + { 1, { 0, -1, 1, 0 }, 180.00068, 0.00276, 0.039 }, + { 1, { 0, -1, 2, 0 }, 180.00065, 0.00031, 0.026 }, + { 1, { 0, -1, 3, 0 }, 180.00069, 0.00003, 0.019 }, + { 1, { 0, 0, -4, -2 }, 0.00121, 0.00003, 0.015 }, + { 1, { 0, 0, -4, 0 }, 0.00064, 0.00005, 0.025 }, + { 1, { 0, 0, -3, -2 }, 0.00119, 0.00033, 0.019 }, + { 1, { 0, 0, -3, 0 }, 0.00069, 0.00091, 0.038 }, + { 1, { 0, 0, -2, -4 }, 180.00089, 0.00001, 0.015 }, + { 1, { 0, 0, -2, -2 }, 0.00116, 0.00377, 0.025 }, + { 1, { 0, 0, -2, 0 }, 0.00067, 0.01745, 0.076 }, + { 1, { 0, 0, -2, 2 }, 180.00038, 0.00033, 0.073 }, + { 1, { 0, 0, -1, -4 }, 180.00098, 0.00008, 0.019 }, + { 1, { 0, 0, -1, -2 }, 0.00109, 0.03977, 0.037 }, + { 1, { 0, 0, -1, 0 }, 0.00075, 0.45586, 8.847 }, + { 1, { 0, 0, -1, 2 }, 0.00062, 0.00437, 0.037 }, + { 1, { 0, 0, 0, -4 }, 180.00086, 0.00034, 0.025 }, + { 1, { 0, 0, 0, -2 }, 0.00086, 0.32622, 0.074 }, + { 1, { 0, 0, 0, -1 }, 270.00000, 0.00001, 18.613 }, + { 1, { 0, 0, 0, 0 }, 180.00071, 8.04508, 0.075 }, + { 1, { 0, 0, 0, 1 }, 270.00000, 0.00001, 0.037 }, + { 1, { 0, 0, 0, 2 }, 0.00071, 0.00834, 0.025 }, + { 1, { 0, 0, 0, 4 }, 180.00032, 0.00002, 0.015 }, + { 1, { 0, 0, 1, -4 }, 180.00067, 0.00009, 0.037 }, + { 1, { 0, 0, 1, -2 }, 0.00464, 0.00239, 4.536 }, + { 1, { 0, 0, 1, 0 }, 180.00069, 0.41571, 0.038 }, + { 1, { 0, 0, 1, 2 }, 0.00070, 0.00133, 0.019 }, + { 1, { 0, 0, 2, -2 }, 0.00147, 0.00079, 0.077 }, + { 1, { 0, 0, 2, 0 }, 180.00066, 0.02403, 0.025 }, + { 1, { 0, 0, 2, 2 }, 0.00071, 0.00015, 0.015 }, + { 1, { 0, 0, 3, -2 }, 0.00137, 0.00007, 0.038 }, + { 1, { 0, 0, 3, 0 }, 180.00062, 0.00146, 0.019 }, + { 1, { 0, 0, 3, 2 }, 0.00075, 0.00002, 0.013 }, + { 1, { 0, 0, 4, 0 }, 180.00058, 0.00009, 0.015 }, + { 1, { 0, 1, -3, 0 }, 0.00072, 0.00001, 0.039 }, + { 1, { 0, 1, -2, -2 }, 0.00119, 0.00004, 0.026 }, + { 1, { 0, 1, -2, 0 }, 0.00077, 0.00014, 0.082 }, + { 1, { 0, 1, -1, -2 }, 0.00114, 0.00023, 0.039 }, + { 1, { 0, 1, -1, 0 }, 0.00074, 0.00257, 0.898 }, + { 1, { 0, 1, -1, 2 }, 0.00087, 0.00001, 0.036 }, + { 1, { 0, 1, 0, -2 }, 0.00071, 0.00003, 0.080 }, + { 1, { 0, 1, 0, 0 }, 0.00095, 0.00206, 0.070 }, + { 1, { 0, 1, 0, 2 }, 180.00072, 0.00002, 0.024 }, + { 1, { 0, 1, 1, -2 }, 180.00217, 0.00003, 1.283 }, + { 1, { 0, 1, 1, 0 }, 0.00070, 0.00212, 0.036 }, + { 1, { 0, 1, 2, 0 }, 0.00065, 0.00025, 0.024 }, + { 1, { 0, 1, 3, 0 }, 0.00069, 0.00002, 0.018 }, + { 1, { 0, 2, -1, 0 }, 0.00072, 0.00004, 0.473 }, + { 1, { 0, 2, 0, 0 }, 0.00088, 0.00002, 0.065 }, + { 1, { 0, 2, 1, 0 }, 0.00072, 0.00002, 0.035 }, + { 1, { 1, 0, -2, 0 }, 0.00072, 0.00004, 1.292 }, + { 1, { 1, 0, -1, 0 }, 180.00137, 0.00003, 0.080 }, + { 1, { 1, 0, 0, -2 }, 180.00102, 0.00003, 0.903 }, + { 1, { 1, 0, 0, 0 }, 0.00071, 0.00218, 0.039 }, + { 1, { 1, 0, 1, -2 }, 180.00131, 0.00001, 0.082 }, + { 1, { 1, 0, 1, 0 }, 0.00067, 0.00026, 0.026 }, + { 1, { 1, 0, 2, 0 }, 0.00068, 0.00002, 0.019 }, + { 1, { 1, 1, -1, 0 }, 0.00022, 0.00008, 0.074 }, + { 1, { 1, 1, 0, -2 }, 0.00028, 0.00001, 9.303 }, + { 1, { 1, 1, 0, 0 }, 180.00073, 0.00032, 0.037 }, + { 1, { 1, 1, 1, 0 }, 180.00070, 0.00004, 0.025 }, + { 1, { 2, -2, -1, 0 }, 180.00071, 0.00013, 0.044 }, + { 1, { 2, -2, 0, -2 }, 0.00102, 0.00002, 0.108 }, + { 1, { 2, -2, 0, 0 }, 180.00070, 0.00015, 0.028 }, + { 1, { 2, -2, 1, 0 }, 180.00069, 0.00002, 0.020 }, + { 1, { 2, -1, -2, -2 }, 180.00146, 0.00002, 0.062 }, + { 1, { 2, -1, -2, 0 }, 0.00091, 0.00002, 0.094 }, + { 1, { 2, -1, -1, -2 }, 180.00253, 0.00003, 0.334 }, + { 1, { 2, -1, -1, 0 }, 180.00073, 0.00371, 0.042 }, + { 1, { 2, -1, -1, 2 }, 0.00072, 0.00002, 0.020 }, + { 1, { 2, -1, 0, -2 }, 0.00101, 0.00049, 0.097 }, + { 1, { 2, -1, 0, 0 }, 180.00070, 0.00315, 0.027 }, + { 1, { 2, -1, 0, 2 }, 0.00073, 0.00001, 0.016 }, + { 1, { 2, -1, 1, -2 }, 0.00112, 0.00008, 0.043 }, + { 1, { 2, -1, 1, 0 }, 180.00066, 0.00043, 0.020 }, + { 1, { 2, -1, 2, 0 }, 180.00067, 0.00004, 0.016 }, + { 1, { 2, 0, -4, 0 }, 180.00072, 0.00001, 0.067 }, + { 1, { 2, 0, -3, -2 }, 180.00138, 0.00007, 0.035 }, + { 1, { 2, 0, -3, 0 }, 180.00074, 0.00013, 0.602 }, + { 1, { 2, 0, -2, -2 }, 180.00150, 0.00038, 0.066 }, + { 1, { 2, 0, -2, 0 }, 0.00164, 0.00033, 0.086 }, + { 1, { 2, 0, -2, 2 }, 0.00062, 0.00010, 0.026 }, + { 1, { 2, 0, -1, -4 }, 180.00083, 0.00001, 0.035 }, + { 1, { 2, 0, -1, -2 }, 180.00240, 0.00066, 0.501 }, + { 1, { 2, 0, -1, 0 }, 180.00073, 0.08350, 0.040 }, + { 1, { 2, 0, -1, 2 }, 0.00069, 0.00033, 0.019 }, + { 1, { 2, 0, 0, -4 }, 180.00072, 0.00004, 0.064 }, + { 1, { 2, 0, 0, -2 }, 0.00102, 0.01005, 0.089 }, + { 1, { 2, 0, 0, 0 }, 180.00070, 0.04638, 0.026 }, + { 1, { 2, 0, 0, 2 }, 0.00073, 0.00018, 0.015 }, + { 1, { 2, 0, 1, -2 }, 0.00112, 0.00139, 0.041 }, + { 1, { 2, 0, 1, 0 }, 180.00067, 0.00563, 0.019 }, + { 1, { 2, 0, 1, 2 }, 0.00072, 0.00004, 0.013 }, + { 1, { 2, 0, 2, -2 }, 0.00115, 0.00014, 0.026 }, + { 1, { 2, 0, 2, 0 }, 180.00062, 0.00054, 0.015 }, + { 1, { 2, 0, 3, -2 }, 0.00093, 0.00001, 0.020 }, + { 1, { 2, 0, 3, 0 }, 180.00066, 0.00005, 0.013 }, + { 1, { 2, 1, -2, 0 }, 180.00072, 0.00002, 0.079 }, + { 1, { 2, 1, -1, -2 }, 0.00121, 0.00001, 1.006 }, + { 1, { 2, 1, -1, 0 }, 0.00074, 0.00055, 0.039 }, + { 1, { 2, 1, 0, -2 }, 180.00103, 0.00019, 0.082 }, + { 1, { 2, 1, 0, 0 }, 0.00071, 0.00049, 0.026 }, + { 1, { 2, 1, 1, -2 }, 180.00114, 0.00003, 0.039 }, + { 1, { 2, 1, 1, 0 }, 0.00069, 0.00009, 0.019 }, + { 1, { 2, 1, 2, 0 }, 0.00067, 0.00001, 0.015 }, + { 1, { 2, 2, -1, 0 }, 0.00071, 0.00005, 0.037 }, + { 1, { 3, 0, -2, 0 }, 0.00072, 0.00002, 0.042 }, + { 1, { 3, 0, -1, 0 }, 0.00070, 0.00008, 0.027 }, + { 1, { 3, 0, 0, 0 }, 0.00072, 0.00001, 0.020 }, + { 1, { 4, -2, -1, 0 }, 180.00072, 0.00001, 0.021 }, + { 1, { 4, -1, -2, 0 }, 180.00070, 0.00008, 0.028 }, + { 1, { 4, -1, -1, -2 }, 0.00074, 0.00002, 0.046 }, + { 1, { 4, -1, -1, 0 }, 180.00069, 0.00013, 0.021 }, + { 1, { 4, -1, 0, -2 }, 0.00096, 0.00002, 0.029 }, + { 1, { 4, -1, 0, 0 }, 180.00067, 0.00006, 0.016 }, + { 1, { 4, -1, 1, 0 }, 180.00066, 0.00001, 0.013 }, + { 1, { 4, 0, -3, 0 }, 180.00034, 0.00001, 0.043 }, + { 1, { 4, 0, -2, 0 }, 180.00074, 0.00097, 0.028 }, + { 1, { 4, 0, -1, -2 }, 0.00074, 0.00019, 0.044 }, + { 1, { 4, 0, -1, 0 }, 180.00071, 0.00113, 0.020 }, + { 1, { 4, 0, -1, 2 }, 0.00056, 0.00001, 0.013 }, + { 1, { 4, 0, 0, -2 }, 0.00096, 0.00019, 0.028 }, + { 1, { 4, 0, 0, 0 }, 180.00067, 0.00043, 0.016 }, + { 1, { 4, 0, 1, -2 }, 0.00103, 0.00004, 0.020 }, + { 1, { 4, 0, 1, 0 }, 180.00066, 0.00007, 0.013 }, + { 1, { 4, 1, -2, 0 }, 0.00072, 0.00001, 0.027 }, + { 1, { 4, 1, -1, 0 }, 0.00069, 0.00002, 0.020 }, + { 1, { 6, 0, -3, 0 }, 180.00069, 0.00001, 0.021 }, + { 1, { 6, 0, -2, 0 }, 180.00067, 0.00002, 0.016 }, + { 1, { 6, 0, -1, 0 }, 180.00066, 0.00001, 0.013 }, + { 2, { -4, 0, 0, -1 }, 180.00000, 0.00002, 0.028 }, + { 2, { -4, 0, 1, -1 }, 180.00000, 0.00003, 0.044 }, + { 2, { -2, -1, 0, -1 }, 0.00000, 0.00006, 0.081 }, + { 2, { -2, 0, -2, -1 }, 180.00000, 0.00001, 0.026 }, + { 2, { -2, 0, -1, -1 }, 180.00000, 0.00016, 0.041 }, + { 2, { -2, 0, 0, -3 }, 180.00000, 0.00003, 0.026 }, + { 2, { -2, 0, 0, -1 }, 180.00000, 0.00293, 0.088 }, + { 2, { -2, 0, 0, 1 }, 180.00000, 0.00014, 0.065 }, + { 2, { -2, 0, 1, -3 }, 180.00000, 0.00003, 0.040 }, + { 2, { -2, 0, 1, -1 }, 180.00000, 0.00072, 0.545 }, + { 2, { -2, 0, 1, 1 }, 180.00000, 0.00001, 0.035 }, + { 2, { -2, 0, 2, -1 }, 180.00000, 0.00007, 0.066 }, + { 2, { -2, 1, 0, -1 }, 180.00000, 0.00014, 0.096 }, + { 2, { -2, 1, 1, -1 }, 180.00000, 0.00003, 0.353 }, + { 2, { -1, 0, 0, -1 }, 0.00000, 0.00002, 1.057 }, + { 2, { 0, -1, -1, -1 }, 0.00000, 0.00002, 1.063 }, + { 2, { 0, -1, 0, -1 }, 0.00000, 0.00003, 0.081 }, + { 2, { 0, -1, 1, -1 }, 0.00000, 0.00003, 0.039 }, + { 2, { 0, 0, -3, -1 }, 180.00000, 0.00001, 0.038 }, + { 2, { 0, 0, -2, -3 }, 180.00000, 0.00002, 0.025 }, + { 2, { 0, 0, -2, -1 }, 180.00000, 0.00020, 0.076 }, + { 2, { 0, 0, -2, 1 }, 180.00000, 0.00005, 0.073 }, + { 2, { 0, 0, -1, -3 }, 180.00000, 0.00019, 0.037 }, + { 2, { 0, 0, -1, -1 }, 180.00000, 0.00441, 16.863 }, + { 2, { 0, 0, -1, 1 }, 180.00000, 0.00006, 0.037 }, + { 2, { 0, 0, 0, -3 }, 180.00000, 0.00156, 0.074 }, + { 2, { 0, 0, 0, -1 }, 0.00000, 0.08042, 0.075 }, + { 2, { 0, 0, 0, 1 }, 180.00000, 0.00003, 0.025 }, + { 2, { 0, 0, 1, -1 }, 0.00000, 0.00425, 0.038 }, + { 2, { 0, 0, 2, -1 }, 0.00000, 0.00026, 0.025 }, + { 2, { 0, 0, 3, -1 }, 0.00000, 0.00002, 0.019 }, + { 2, { 0, 1, -1, -1 }, 180.00000, 0.00002, 0.944 }, + { 2, { 0, 1, 1, -1 }, 180.00000, 0.00002, 0.036 }, + { 2, { 1, 0, 0, -1 }, 180.00000, 0.00002, 0.039 }, + { 2, { 1, 1, -1, -1 }, 180.00000, 0.00002, 0.074 }, + { 2, { 2, -1, -1, -1 }, 0.00000, 0.00004, 0.042 }, + { 2, { 2, -1, 0, -1 }, 0.00000, 0.00003, 0.027 }, + { 2, { 2, 0, -1, -1 }, 0.00000, 0.00085, 0.040 }, + { 2, { 2, 0, 0, -3 }, 180.00000, 0.00005, 0.089 }, + { 2, { 2, 0, 0, -1 }, 0.00000, 0.00049, 0.026 }, + { 2, { 2, 0, 1, -1 }, 0.00000, 0.00006, 0.019 }, + { 2, { 4, 0, -1, -1 }, 0.00000, 0.00001, 0.020 } +} }; + +constexpr array g_ELP6 +{ { + { 0, { 0, 0, 0, 0 }, 90.00000, 0.04301, 99999.999 }, + { 0, { 0, 0, 0, 1 }, 180.00000, 0.00003, 0.075 }, + { 0, { 0, 0, 0, 2 }, 270.00000, 0.00004, 0.037 }, + { 0, { 0, 0, 1, -2 }, 270.00000, 0.00444, 0.074 }, + { 0, { 0, 0, 1, 0 }, 90.00000, 0.00531, 0.075 }, + { 0, { 0, 0, 2, -2 }, 90.00000, 0.00026, 2.998 }, + { 0, { 0, 0, 2, 0 }, 90.00000, 0.00042, 0.038 }, + { 0, { 0, 0, 2, 2 }, 270.00000, 0.00004, 0.019 }, + { 0, { 0, 0, 3, -2 }, 270.00000, 0.00002, 0.077 }, + { 0, { 0, 0, 3, 0 }, 90.00000, 0.00003, 0.025 }, + { 0, { 0, 1, -2, 0 }, 270.00000, 0.00004, 0.039 }, + { 0, { 0, 1, -1, 0 }, 270.00000, 0.00037, 0.082 }, + { 0, { 0, 1, 0, 0 }, 90.00000, 0.00009, 1.000 }, + { 0, { 0, 1, 1, -2 }, 270.00000, 0.00005, 0.079 }, + { 0, { 0, 1, 1, 0 }, 90.00000, 0.00017, 0.070 }, + { 0, { 0, 1, 2, 0 }, 90.00000, 0.00002, 0.036 }, + { 0, { 0, 2, 0, 0 }, 270.00000, 0.00002, 0.500 }, + { 0, { 1, -1, 0, 0 }, 90.00000, 0.00012, 0.088 }, + { 0, { 1, 0, -1, 0 }, 270.00000, 0.00005, 1.127 }, + { 0, { 1, 0, 0, 0 }, 90.00000, 0.00088, 0.081 }, + { 0, { 1, 0, 1, 0 }, 90.00000, 0.00006, 0.039 }, + { 0, { 1, 1, -1, 0 }, 270.00000, 0.00004, 8.850 }, + { 0, { 1, 1, 0, 0 }, 90.00000, 0.00064, 0.075 }, + { 0, { 1, 1, 1, 0 }, 90.00000, 0.00004, 0.038 }, + { 0, { 2, -1, -1, 0 }, 270.00000, 0.00053, 0.095 }, + { 0, { 2, -1, 1, -2 }, 270.00000, 0.00003, 0.099 }, + { 0, { 2, 0, -3, 0 }, 90.00000, 0.00003, 0.067 }, + { 0, { 2, 0, -2, 0 }, 90.00000, 0.00082, 0.564 }, + { 0, { 2, 0, -2, 2 }, 270.00000, 0.00003, 0.040 }, + { 0, { 2, 0, -1, 0 }, 270.00000, 0.01961, 0.087 }, + { 0, { 2, 0, -1, 2 }, 270.00000, 0.00003, 0.026 }, + { 0, { 2, 0, 0, -2 }, 90.00000, 0.00021, 0.474 }, + { 0, { 2, 0, 0, 0 }, 270.00000, 0.00047, 0.040 }, + { 0, { 2, 0, 1, -2 }, 270.00000, 0.00071, 0.090 }, + { 0, { 2, 0, 2, -2 }, 270.00000, 0.00005, 0.041 }, + { 0, { 2, 1, -1, 0 }, 90.00000, 0.00008, 0.080 }, + { 0, { 2, 1, 0, 0 }, 90.00000, 0.00003, 0.039 }, + { 0, { 2, 2, -1, 0 }, 270.00000, 0.00009, 0.074 }, + { 0, { 4, -1, -1, 0 }, 270.00000, 0.00002, 0.028 }, + { 0, { 4, 0, -2, 0 }, 270.00000, 0.00017, 0.044 }, + { 0, { 4, 0, -1, 0 }, 270.00000, 0.00017, 0.028 }, + { 0, { 4, 0, 0, 0 }, 270.00000, 0.00002, 0.020 }, + { 1, { -6, 0, 1, -1 }, 90.00094, 0.00002, 0.016 }, + { 1, { -6, 0, 2, -1 }, 90.00070, 0.00003, 0.021 }, + { 1, { -4, -1, 1, -1 }, 270.00094, 0.00003, 0.027 }, + { 1, { -4, 0, -1, -1 }, 90.00103, 0.00012, 0.016 }, + { 1, { -4, 0, -1, 1 }, 270.00027, 0.00005, 0.028 }, + { 1, { -4, 0, 0, -1 }, 90.00096, 0.00075, 0.020 }, + { 1, { -4, 0, 0, 1 }, 90.00086, 0.00040, 0.044 }, + { 1, { -4, 0, 1, -1 }, 90.00079, 0.00149, 0.028 }, + { 1, { -4, 0, 1, 1 }, 90.00079, 0.00027, 0.106 }, + { 1, { -4, 0, 2, -1 }, 90.00028, 0.00046, 0.043 }, + { 1, { -4, 0, 2, 1 }, 90.00067, 0.00008, 0.261 }, + { 1, { -4, 1, 0, -1 }, 90.00095, 0.00010, 0.021 }, + { 1, { -4, 1, 0, 1 }, 90.00072, 0.00005, 0.046 }, + { 1, { -4, 1, 1, -1 }, 90.00079, 0.00017, 0.028 }, + { 1, { -4, 1, 1, 1 }, 90.00072, 0.00002, 0.119 }, + { 1, { -4, 1, 2, -1 }, 90.00029, 0.00004, 0.045 }, + { 1, { -3, 0, 0, -1 }, 90.00092, 0.00008, 0.027 }, + { 1, { -3, 0, 0, 1 }, 270.00072, 0.00018, 0.097 }, + { 1, { -3, 0, 1, -1 }, 270.00069, 0.00007, 0.042 }, + { 1, { -2, -2, 1, -1 }, 270.00024, 0.00002, 0.074 }, + { 1, { -2, -1, -1, -1 }, 270.00109, 0.00014, 0.026 }, + { 1, { -2, -1, -1, 1 }, 90.00059, 0.00006, 0.082 }, + { 1, { -2, -1, 0, -1 }, 270.00097, 0.00096, 0.039 }, + { 1, { -2, -1, 0, 1 }, 90.00072, 0.00012, 0.949 }, + { 1, { -2, -1, 1, -1 }, 270.00047, 0.00044, 0.080 }, + { 1, { -2, -1, 1, 1 }, 90.00065, 0.00005, 0.070 }, + { 1, { -2, -1, 2, -1 }, 90.00072, 0.00002, 1.388 }, + { 1, { -2, 0, -3, -1 }, 90.00117, 0.00007, 0.015 }, + { 1, { -2, 0, -3, 1 }, 270.00047, 0.00003, 0.027 }, + { 1, { -2, 0, -2, -1 }, 90.00113, 0.00080, 0.019 }, + { 1, { -2, 0, -2, 1 }, 270.00044, 0.00044, 0.041 }, + { 1, { -2, 0, -1, -1 }, 90.00108, 0.00925, 0.026 }, + { 1, { -2, 0, -1, 1 }, 270.00046, 0.00617, 0.089 }, + { 1, { -2, 0, -1, 3 }, 90.00074, 0.00003, 0.064 }, + { 1, { -2, 0, 0, -1 }, 90.00096, 0.09554, 0.040 }, + { 1, { -2, 0, 0, 0 }, 180.00000, 0.00005, 0.088 }, + { 1, { -2, 0, 0, 1 }, 270.00079, 0.00854, 0.487 }, + { 1, { -2, 0, 1, -3 }, 270.00088, 0.00003, 0.026 }, + { 1, { -2, 0, 1, -1 }, 90.00028, 0.03855, 0.087 }, + { 1, { -2, 0, 1, 1 }, 270.00070, 0.00785, 0.065 }, + { 1, { -2, 0, 2, -3 }, 270.00030, 0.00002, 0.040 }, + { 1, { -2, 0, 2, -1 }, 90.00216, 0.00280, 0.581 }, + { 1, { -2, 0, 2, 1 }, 270.00071, 0.00040, 0.035 }, + { 1, { -2, 0, 3, -1 }, 90.00159, 0.00047, 0.067 }, + { 1, { -2, 0, 3, 1 }, 270.00091, 0.00002, 0.024 }, + { 1, { -2, 0, 4, -1 }, 90.00149, 0.00004, 0.035 }, + { 1, { -2, 1, -2, -1 }, 90.00112, 0.00007, 0.020 }, + { 1, { -2, 1, -2, 1 }, 270.00050, 0.00002, 0.043 }, + { 1, { -2, 1, -1, -1 }, 90.00109, 0.00069, 0.027 }, + { 1, { -2, 1, -1, 1 }, 270.00048, 0.00028, 0.098 }, + { 1, { -2, 1, 0, -1 }, 90.00096, 0.00657, 0.042 }, + { 1, { -2, 1, 0, 1 }, 270.00077, 0.00056, 0.327 }, + { 1, { -2, 1, 1, -1 }, 90.00029, 0.00160, 0.095 }, + { 1, { -2, 1, 1, 1 }, 270.00071, 0.00029, 0.061 }, + { 1, { -2, 1, 2, -1 }, 90.00227, 0.00011, 0.368 }, + { 1, { -2, 2, -1, -1 }, 90.00094, 0.00003, 0.028 }, + { 1, { -2, 2, 0, -1 }, 90.00095, 0.00032, 0.044 }, + { 1, { -2, 2, 0, 1 }, 270.00072, 0.00003, 0.247 }, + { 1, { -2, 2, 1, -1 }, 90.00030, 0.00005, 0.105 }, + { 1, { -1, -1, -1, -1 }, 90.00121, 0.00003, 0.037 }, + { 1, { -1, -1, 0, -1 }, 90.00107, 0.00018, 0.075 }, + { 1, { -1, -1, 0, 1 }, 270.00052, 0.00004, 0.075 }, + { 1, { -1, 0, -1, -1 }, 270.00128, 0.00018, 0.039 }, + { 1, { -1, 0, -1, 1 }, 270.00072, 0.00005, 0.857 }, + { 1, { -1, 0, 0, -1 }, 270.00137, 0.00063, 0.081 }, + { 1, { -1, 0, 0, 1 }, 90.00068, 0.00075, 0.069 }, + { 1, { -1, 0, 1, -1 }, 270.00123, 0.00014, 1.200 }, + { 1, { -1, 0, 1, 1 }, 90.00072, 0.00004, 0.036 }, + { 1, { -1, 0, 2, -1 }, 270.00129, 0.00006, 0.071 }, + { 1, { -1, 1, 0, -1 }, 269.99992, 0.00003, 0.088 }, + { 1, { 0, -2, -1, -1 }, 270.00137, 0.00002, 0.065 }, + { 1, { 0, -2, 1, -1 }, 270.00115, 0.00006, 0.089 }, + { 1, { 0, -1, -3, -1 }, 270.00127, 0.00002, 0.024 }, + { 1, { 0, -1, -2, -1 }, 270.00134, 0.00022, 0.036 }, + { 1, { 0, -1, -2, 1 }, 270.00073, 0.00003, 1.389 }, + { 1, { 0, -1, -1, -1 }, 270.00140, 0.00181, 0.070 }, + { 1, { 0, -1, -1, 1 }, 90.00162, 0.00010, 0.080 }, + { 1, { 0, -1, 0, -1 }, 90.00067, 0.00028, 0.949 }, + { 1, { 0, -1, 0, 1 }, 90.00087, 0.00013, 0.039 }, + { 1, { 0, -1, 1, -1 }, 270.00118, 0.00341, 0.082 }, + { 1, { 0, -1, 1, 1 }, 270.00000, 0.00003, 0.026 }, + { 1, { 0, -1, 2, -1 }, 270.00121, 0.00034, 0.039 }, + { 1, { 0, -1, 3, -1 }, 270.00127, 0.00003, 0.026 }, + { 1, { 0, 0, -4, -1 }, 90.00128, 0.00010, 0.019 }, + { 1, { 0, 0, -3, -1 }, 90.00128, 0.00150, 0.025 }, + { 1, { 0, 0, -3, 1 }, 270.00000, 0.00006, 0.077 }, + { 1, { 0, 0, -2, -1 }, 90.00128, 0.02469, 0.038 }, + { 1, { 0, 0, -2, 1 }, 90.00062, 0.00485, 3.574 }, + { 1, { 0, 0, -1, -1 }, 90.00128, 0.45276, 0.075 }, + { 1, { 0, 0, -1, 1 }, 270.00061, 0.08508, 0.074 }, + { 1, { 0, 0, 0, -3 }, 90.00067, 0.00012, 0.037 }, + { 1, { 0, 0, 0, -1 }, 90.00001, 0.02809, 18.613 }, + { 1, { 0, 0, 0, 0 }, 180.00000, 0.00025, 0.075 }, + { 1, { 0, 0, 0, 1 }, 90.00050, 0.00390, 0.037 }, + { 1, { 0, 0, 1, -3 }, 270.00037, 0.00108, 0.073 }, + { 1, { 0, 0, 1, -1 }, 270.00126, 0.45648, 0.076 }, + { 1, { 0, 0, 1, 1 }, 90.00024, 0.00025, 0.025 }, + { 1, { 0, 0, 2, -3 }, 270.00280, 0.00004, 2.582 }, + { 1, { 0, 0, 2, -1 }, 270.00126, 0.02488, 0.038 }, + { 1, { 0, 0, 2, 1 }, 90.00000, 0.00002, 0.019 }, + { 1, { 0, 0, 3, -1 }, 270.00126, 0.00153, 0.025 }, + { 1, { 0, 0, 3, 1 }, 270.00000, 0.00002, 0.015 }, + { 1, { 0, 0, 4, -1 }, 270.00126, 0.00010, 0.019 }, + { 1, { 0, 1, -3, -1 }, 90.00127, 0.00003, 0.026 }, + { 1, { 0, 1, -2, -1 }, 90.00134, 0.00027, 0.039 }, + { 1, { 0, 1, -2, 1 }, 90.00072, 0.00005, 0.781 }, + { 1, { 0, 1, -1, -1 }, 90.00143, 0.00218, 0.081 }, + { 1, { 0, 1, -1, 1 }, 270.00084, 0.00025, 0.069 }, + { 1, { 0, 1, 0, -1 }, 90.00080, 0.00024, 1.057 }, + { 1, { 0, 1, 0, 1 }, 90.00064, 0.00015, 0.036 }, + { 1, { 0, 1, 1, -1 }, 90.00116, 0.00279, 0.070 }, + { 1, { 0, 1, 2, -1 }, 90.00121, 0.00028, 0.036 }, + { 1, { 0, 1, 3, -1 }, 90.00127, 0.00002, 0.025 }, + { 1, { 0, 2, -1, -1 }, 90.00147, 0.00003, 0.088 }, + { 1, { 0, 2, 1, -1 }, 90.00120, 0.00003, 0.066 }, + { 1, { 1, -1, 0, -1 }, 90.00080, 0.00002, 0.088 }, + { 1, { 1, 0, -2, -1 }, 90.00180, 0.00003, 0.070 }, + { 1, { 1, 0, -1, -1 }, 269.99953, 0.00006, 1.063 }, + { 1, { 1, 0, -1, 1 }, 90.00072, 0.00002, 0.039 }, + { 1, { 1, 0, 0, -1 }, 90.00088, 0.00299, 0.081 }, + { 1, { 1, 0, 0, 1 }, 90.00051, 0.00002, 0.026 }, + { 1, { 1, 0, 1, -1 }, 90.00104, 0.00031, 0.039 }, + { 1, { 1, 0, 2, -1 }, 90.00090, 0.00002, 0.026 }, + { 1, { 1, 1, 0, -1 }, 270.00058, 0.00059, 0.075 }, + { 1, { 1, 1, 1, -1 }, 270.00085, 0.00005, 0.038 }, + { 1, { 2, -2, -1, -1 }, 270.00041, 0.00007, 0.106 }, + { 1, { 2, -2, 0, -1 }, 270.00093, 0.00036, 0.044 }, + { 1, { 2, -2, 1, -1 }, 270.00094, 0.00003, 0.028 }, + { 1, { 2, -1, -2, -1 }, 270.00281, 0.00008, 0.354 }, + { 1, { 2, -1, -2, 1 }, 270.00059, 0.00003, 0.042 }, + { 1, { 2, -1, -1, -1 }, 270.00042, 0.00218, 0.096 }, + { 1, { 2, -1, -1, 1 }, 270.00039, 0.00006, 0.027 }, + { 1, { 2, -1, 0, -1 }, 270.00092, 0.00745, 0.042 }, + { 1, { 2, -1, 0, 1 }, 270.00000, 0.00002, 0.020 }, + { 1, { 2, -1, 1, -1 }, 270.00105, 0.00075, 0.027 }, + { 1, { 2, -1, 2, -1 }, 270.00112, 0.00007, 0.020 }, + { 1, { 2, 0, -4, -1 }, 270.00148, 0.00004, 0.035 }, + { 1, { 2, 0, -3, -1 }, 270.00168, 0.00042, 0.066 }, + { 1, { 2, 0, -3, 1 }, 90.00024, 0.00006, 0.085 }, + { 1, { 2, 0, -2, -3 }, 270.00122, 0.00002, 0.035 }, + { 1, { 2, 0, -2, -1 }, 270.00300, 0.00177, 0.547 }, + { 1, { 2, 0, -2, 1 }, 270.00064, 0.00078, 0.040 }, + { 1, { 2, 0, -1, -3 }, 270.00120, 0.00018, 0.065 }, + { 1, { 2, 0, -1, -1 }, 270.00043, 0.05343, 0.088 }, + { 1, { 2, 0, -1, 1 }, 270.00062, 0.00059, 0.026 }, + { 1, { 2, 0, 0, -1 }, 270.00092, 0.10689, 0.041 }, + { 1, { 2, 0, 0, 1 }, 270.00095, 0.00002, 0.019 }, + { 1, { 2, 0, 1, -3 }, 90.00107, 0.00010, 0.090 }, + { 1, { 2, 0, 1, -1 }, 270.00105, 0.00992, 0.026 }, + { 1, { 2, 0, 2, -1 }, 270.00111, 0.00084, 0.020 }, + { 1, { 2, 0, 3, -1 }, 270.00115, 0.00007, 0.016 }, + { 1, { 2, 1, -2, -1 }, 90.00072, 0.00002, 1.208 }, + { 1, { 2, 1, -1, -1 }, 90.00008, 0.00016, 0.080 }, + { 1, { 2, 1, 0, -1 }, 90.00092, 0.00115, 0.039 }, + { 1, { 2, 1, 1, -1 }, 90.00104, 0.00016, 0.026 }, + { 1, { 2, 2, -1, -1 }, 90.00033, 0.00005, 0.074 }, + { 1, { 3, 0, -1, -1 }, 90.00070, 0.00012, 0.042 }, + { 1, { 3, 0, 0, -1 }, 270.00096, 0.00007, 0.027 }, + { 1, { 4, -1, -2, -1 }, 270.00042, 0.00006, 0.046 }, + { 1, { 4, -1, -1, -1 }, 270.00078, 0.00020, 0.028 }, + { 1, { 4, -1, 0, -1 }, 270.00093, 0.00011, 0.021 }, + { 1, { 4, 0, -2, -1 }, 270.00042, 0.00063, 0.044 }, + { 1, { 4, 0, -1, -1 }, 270.00078, 0.00176, 0.028 }, + { 1, { 4, 0, 0, -1 }, 270.00093, 0.00084, 0.020 }, + { 1, { 4, 0, 1, -1 }, 270.00105, 0.00013, 0.016 }, + { 1, { 4, 1, -1, -1 }, 90.00094, 0.00003, 0.027 }, + { 1, { 6, 0, -2, -1 }, 270.00070, 0.00003, 0.021 }, + { 1, { 6, 0, -1, -1 }, 270.00094, 0.00002, 0.016 }, + { 2, { -2, 0, -1, -2 }, 270.00000, 0.00005, 0.026 }, + { 2, { -2, 0, -1, 0 }, 90.00000, 0.00009, 0.089 }, + { 2, { -2, 0, 0, -2 }, 270.00000, 0.00047, 0.040 }, + { 2, { -2, 0, 0, 0 }, 90.00000, 0.00004, 0.500 }, + { 2, { -2, 0, 1, -2 }, 270.00000, 0.00019, 0.086 }, + { 2, { -2, 1, 0, -2 }, 270.00000, 0.00004, 0.042 }, + { 2, { 0, -1, 0, 0 }, 90.00000, 0.00002, 0.039 }, + { 2, { 0, 0, -2, -2 }, 270.00000, 0.00012, 0.038 }, + { 2, { 0, 0, -2, 0 }, 270.00000, 0.00005, 4.424 }, + { 2, { 0, 0, -1, -2 }, 270.00000, 0.00219, 0.075 }, + { 2, { 0, 0, -1, 0 }, 90.00000, 0.00077, 0.074 }, + { 2, { 0, 0, 0, -2 }, 270.00000, 0.00028, 9.307 }, + { 2, { 0, 0, 0, -1 }, 0.00000, 0.00003, 0.075 }, + { 2, { 0, 0, 0, 0 }, 90.00000, 0.00448, 0.037 }, + { 2, { 0, 0, 1, -2 }, 90.00000, 0.00223, 0.076 }, + { 2, { 0, 0, 1, 0 }, 90.00000, 0.00050, 0.025 }, + { 2, { 0, 0, 2, -2 }, 90.00000, 0.00012, 0.038 }, + { 2, { 0, 0, 2, 0 }, 90.00000, 0.00006, 0.019 }, + { 2, { 1, 0, 0, -2 }, 270.00000, 0.00002, 0.082 }, + { 2, { 1, 0, 0, 0 }, 90.00000, 0.00003, 0.026 }, + { 2, { 1, 1, 0, -2 }, 90.00000, 0.00004, 0.075 }, + { 2, { 2, -1, 0, -2 }, 90.00000, 0.00004, 0.042 }, + { 2, { 2, 0, -1, -2 }, 90.00000, 0.00032, 0.088 }, + { 2, { 2, 0, -1, 0 }, 90.00000, 0.00009, 0.026 }, + { 2, { 2, 0, 0, -2 }, 90.00000, 0.00056, 0.041 }, + { 2, { 2, 0, 0, 0 }, 90.00000, 0.00005, 0.019 }, + { 2, { 2, 0, 1, -2 }, 90.00000, 0.00005, 0.026 } +} }; + +constexpr array g_ELP7 +{ { + { 1, { -2, 0, 0, -1 }, 180.00000, 0.00003, 0.040 }, + { 1, { -2, 0, 0, 1 }, 180.00000, 0.00002, 0.487 }, + { 1, { -2, 0, 1, -1 }, 180.00000, 0.00002, 0.087 }, + { 1, { 0, 0, -2, -1 }, 180.00000, 0.00001, 0.038 }, + { 1, { 0, 0, -1, -1 }, 180.00000, 0.00021, 0.075 }, + { 1, { 0, 0, -1, 1 }, 180.00000, 0.00002, 0.074 }, + { 1, { 0, 0, 0, -1 }, 180.00000, 0.00300, 18.613 }, + { 1, { 0, 0, 0, 1 }, 180.00000, 0.00015, 0.037 }, + { 1, { 0, 0, 1, -1 }, 180.00000, 0.00021, 0.076 }, + { 1, { 0, 0, 1, 1 }, 180.00000, 0.00002, 0.025 }, + { 1, { 0, 0, 2, -1 }, 180.00000, 0.00002, 0.038 }, + { 1, { 2, 0, -1, -1 }, 180.00000, 0.00003, 0.088 }, + { 1, { 2, 0, 0, -1 }, 180.00000, 0.00004, 0.041 }, + { 2, { 0, 0, 0, -2 }, 0.00000, 0.00004, 9.307 } +} }; + +constexpr array g_ELP8 +{ { + { 1, { -2, 0, 0, 0 }, 180.00000, 0.00012, 0.088 }, + { 1, { -2, 0, 1, 0 }, 180.00000, 0.00003, 0.530 }, + { 1, { 0, 0, -1, -2 }, 180.00000, 0.00001, 0.037 }, + { 1, { 0, 0, -1, 0 }, 180.00000, 0.00019, 8.847 }, + { 1, { 0, 0, 0, -2 }, 180.00000, 0.00014, 0.074 }, + { 1, { 0, 0, 0, 0 }, 0.00000, 0.00342, 0.075 }, + { 1, { 0, 0, 1, 0 }, 0.00000, 0.00018, 0.038 }, + { 1, { 0, 0, 2, 0 }, 0.00000, 0.00001, 0.025 }, + { 1, { 2, 0, -1, 0 }, 0.00000, 0.00004, 0.040 }, + { 1, { 2, 0, 0, 0 }, 0.00000, 0.00002, 0.026 }, + { 2, { 0, 0, 0, -1 }, 180.00000, 0.00009, 0.075 } +} }; + +constexpr array g_ELP9 +{ { + { 0, { 0, 0, 0, 0 }, 270.00000, 0.00004, 99999.999 }, + { 1, { -2, 0, 0, -1 }, 270.00000, 0.00004, 0.040 }, + { 1, { -2, 0, 1, -1 }, 270.00000, 0.00002, 0.087 }, + { 1, { 0, 0, -1, -1 }, 270.00000, 0.00019, 0.075 }, + { 1, { 0, 0, -1, 1 }, 90.00000, 0.00003, 0.074 }, + { 1, { 0, 0, 1, -1 }, 90.00000, 0.00019, 0.076 }, + { 1, { 2, 0, -1, -1 }, 90.00000, 0.00002, 0.088 }, + { 1, { 2, 0, 0, -1 }, 90.00000, 0.00004, 0.041 } +} }; + +constexpr array g_ELP10 +{ { + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 }, 359.99831, 0.00020, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2 }, 359.98254, 0.00007, 0.074 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, 359.93674, 0.00962, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2 }, 180.03508, 0.00002, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0 }, 359.95864, 0.00048, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0 }, 359.94375, 0.00005, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 }, 180.00175, 0.00004, 0.071 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 0 }, 180.01810, 0.00071, 1.127 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1 }, 97.01810, 0.00011, 0.949 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 }, 180.01529, 0.00414, 0.081 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1 }, 248.64591, 0.00002, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, -1 }, 259.46800, 0.00001, 0.082 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0 }, 180.01744, 0.00029, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -4, 0 }, 180.94522, 0.00001, 0.035 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -3, 0 }, 185.23351, 0.00003, 0.067 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -2, -2 }, 0.04208, 0.00001, 0.035 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -2, 0 }, 0.07845, 0.00212, 0.564 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 0.12204, 0.03726, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -1, 2 }, 180.10246, 0.00008, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, -2 }, 0.23669, 0.00024, 0.474 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 0.09994, 0.01585, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2 }, 180.11193, 0.00005, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, -2 }, 180.01593, 0.00007, 0.090 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0 }, 0.11688, 0.00135, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0 }, 359.93335, 0.00009, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 3, -1, 0 }, 180.12456, 0.00006, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, -1 }, 214.90087, 0.00001, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 4, -3, 0 }, 0.56402, 0.00006, 0.103 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 4, -2, 0 }, 0.12267, 0.00049, 0.044 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 4, -1, 0 }, 0.11476, 0.00057, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, -2 }, 0.02034, 0.00002, 0.044 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0 }, 0.17048, 0.00020, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 4, 1, 0 }, 0.11019, 0.00005, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 6, -1, 0 }, 0.12372, 0.00001, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -2, 0, 0 }, 319.83798, 0.00002, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -2, 1, 0 }, 49.17104, 0.00005, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, -2, 0 }, 261.18864, 0.00002, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, 0 }, 261.05178, 0.00031, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 }, 260.13667, 0.00074, 164.772 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0 }, 261.05178, 0.00031, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 2, 0 }, 261.18864, 0.00002, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 2, -1, 0 }, 47.39808, 0.00004, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0 }, 314.65028, 0.00002, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 1, 0 }, 153.55642, 0.00003, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -1, 0 }, 333.58419, 0.00015, 0.076 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 }, 333.76745, 0.00035, 82.386 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0 }, 333.58419, 0.00015, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -1, 0 }, 153.55642, 0.00003, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, -2, 0, 0 }, 146.21801, 0.00007, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, -2, 1, 0 }, 255.18835, 0.00018, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, -2, 2, 0 }, 282.49407, 0.00002, 0.564 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 0, -2, 0 }, 101.05952, 0.00008, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 0, -1, 0 }, 101.14709, 0.00125, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 }, 95.09731, 0.00297, 4234.399 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 0, 1, 0 }, 101.14709, 0.00125, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 0, 2, 0 }, 94.53733, 0.00008, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 2, -2, 0 }, 282.49406, 0.00002, 0.564 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 2, -1, 0 }, 255.29088, 0.00018, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 0 }, 146.45132, 0.00007, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, -2, -1, 0 }, 184.37205, 0.00003, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0 }, 187.93148, 0.00017, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, -2, 1, 0 }, 173.34889, 0.00030, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, 0, -2, 0 }, 237.22913, 0.00003, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0 }, 240.14508, 0.00047, 0.076 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 }, 242.32873, 0.00110, 84.021 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0 }, 240.30167, 0.00047, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, 0, 2, 0 }, 237.20081, 0.00003, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, 2, -1, 0 }, 175.30397, 0.00030, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0 }, 189.59104, 0.00017, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, 2, 1, 0 }, 186.06611, 0.00003, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0 }, 348.77302, 0.00001, 2117.199 }, + { { 0, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 }, 359.69428, 0.00005, 85.722 }, + { { 0, 0, 0, 0, 0, 0, 2, 0, -2, 1, 0 }, 161.93169, 0.00002, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 2, 0, 0, -1, 0 }, 341.87569, 0.00013, 0.076 }, + { { 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 }, 341.49509, 0.00030, 42.010 }, + { { 0, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0 }, 341.87569, 0.00013, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 2, 0, 2, -1, 0 }, 161.93169, 0.00002, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 3, 0, 0, -1, 0 }, 152.66611, 0.00001, 0.076 }, + { { 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 }, 169.57246, 0.00002, 28.007 }, + { { 0, 0, 0, 0, 0, 0, 3, 0, 0, 1, 0 }, 152.66611, 0.00001, 0.075 }, + { { 0, 0, 0, 0, 0, 1, -3, 0, -2, 0, 0 }, 290.10491, 0.00001, 0.040 }, + { { 0, 0, 0, 0, 0, 1, -3, 0, -2, 1, 0 }, 125.75292, 0.00001, 0.087 }, + { { 0, 0, 0, 0, 0, 1, -3, 0, 0, -1, 0 }, 306.44677, 0.00008, 0.075 }, + { { 0, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0 }, 312.56240, 0.00015, 568.851 }, + { { 0, 0, 0, 0, 0, 1, -3, 0, 0, 1, 0 }, 306.44677, 0.00008, 0.075 }, + { { 0, 0, 0, 0, 0, 1, -3, 0, 2, -1, 0 }, 125.75292, 0.00001, 0.087 }, + { { 0, 0, 0, 0, 0, 1, -3, 0, 2, 0, 0 }, 289.80972, 0.00001, 0.040 }, + { { 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0 }, 271.99675, 0.00001, 98.581 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -4, 0, 0 }, 267.90587, 0.00005, 0.020 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -4, 1, 0 }, 268.66358, 0.00011, 0.028 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -4, 2, 0 }, 269.91976, 0.00006, 0.044 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -3, 0, 0 }, 268.03939, 0.00001, 0.027 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, -2, 0 }, 266.75880, 0.00006, 0.020 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, -1, 0 }, 266.27143, 0.00039, 0.026 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, -1, 2 }, 87.84840, 0.00001, 0.090 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, 0, -2 }, 267.94260, 0.00001, 0.019 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0 }, 267.68227, 0.00390, 0.040 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, 0, 2 }, 267.86053, 0.00008, 0.467 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, 1, 0 }, 269.19797, 0.00584, 0.087 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, 1, 2 }, 87.84840, 0.00001, 0.065 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, 2, 0 }, 272.36342, 0.00020, 0.553 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0 }, 87.45204, 0.00012, 0.081 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -1, 1, 0 }, 87.84840, 0.00002, 1.086 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, -3, 0 }, 260.45677, 0.00003, 0.025 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, -2, 0 }, 260.87968, 0.00058, 0.038 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, -1, -2 }, 81.50986, 0.00002, 0.025 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, -1, 0 }, 260.78714, 0.00854, 0.076 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, -1, 2 }, 261.50986, 0.00001, 0.073 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 }, 260.21409, 0.01901, 29.457 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, -2 }, 261.50986, 0.00001, 0.074 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0 }, 260.75637, 0.00850, 0.075 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 2 }, 81.50986, 0.00002, 0.025 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0 }, 260.82740, 0.00058, 0.038 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 3, 0 }, 260.37448, 0.00003, 0.025 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 1, -1, 0 }, 87.24961, 0.00002, 1.172 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, -1 }, 66.17808, 0.00002, 0.981 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0 }, 87.69139, 0.00010, 0.081 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, -2, 0 }, 272.85986, 0.00019, 0.575 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, -1, -2 }, 87.24969, 0.00001, 0.065 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, -1, 0 }, 268.86171, 0.00583, 0.087 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, -2 }, 267.23846, 0.00008, 0.482 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0 }, 267.10688, 0.00392, 0.040 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, 2 }, 267.15910, 0.00001, 0.019 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, 1, -2 }, 87.24969, 0.00001, 0.089 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, 1, 0 }, 266.09869, 0.00038, 0.026 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, 2, 0 }, 266.30173, 0.00005, 0.019 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 3, -2, 0 }, 267.09052, 0.00001, 0.094 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 3, 0, 0 }, 267.08441, 0.00001, 0.027 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 4, -2, 0 }, 269.49802, 0.00006, 0.043 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 4, -1, 0 }, 268.41974, 0.00011, 0.028 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 4, 0, 0 }, 266.95444, 0.00005, 0.020 }, + { { 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0 }, 211.80941, 0.00003, 31.066 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, -2, -1, 0 }, 166.00397, 0.00004, 0.026 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, -2, 0, 0 }, 168.35859, 0.00022, 0.041 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, -2, 1, 0 }, 162.80939, 0.00049, 0.088 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, -2, 2, 0 }, 164.04160, 0.00001, 0.543 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, -1, 0, 1 }, 324.97162, 0.00001, 0.892 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 0, -2, 0 }, 325.00445, 0.00003, 0.038 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 0, -1, 0 }, 326.15530, 0.00050, 0.076 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 }, 326.83340, 0.00111, 14.729 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 0, 1, 0 }, 326.42167, 0.00051, 0.075 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 0, 2, 0 }, 324.95852, 0.00003, 0.038 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 2, -2, 0 }, 165.60627, 0.00001, 0.586 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 2, -1, 0 }, 163.99685, 0.00043, 0.087 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 2, 0, 0 }, 177.84361, 0.00014, 0.040 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 2, 1, 0 }, 169.74560, 0.00003, 0.026 }, + { { 0, 0, 0, 0, 0, 3, 0, 0, -2, 0, 0 }, 48.74729, 0.00003, 0.041 }, + { { 0, 0, 0, 0, 0, 3, 0, 0, -2, 1, 0 }, 64.88200, 0.00003, 0.088 }, + { { 0, 0, 0, 0, 0, 3, 0, 0, 0, -1, 0 }, 259.33632, 0.00003, 0.076 }, + { { 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0 }, 272.75725, 0.00010, 9.819 }, + { { 0, 0, 0, 0, 0, 3, 0, 0, 0, 1, 0 }, 259.33632, 0.00003, 0.075 }, + { { 0, 0, 0, 0, 0, 3, 0, 0, 2, 0, 0 }, 48.78047, 0.00001, 0.040 }, + { { 0, 0, 0, 0, 0, 5, 0, 0, 0, -1, 0 }, 309.55348, 0.00002, 0.076 }, + { { 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0 }, 307.74906, 0.00004, 5.891 }, + { { 0, 0, 0, 0, 0, 5, 0, 0, 0, 1, 0 }, 309.55348, 0.00002, 0.074 }, + { { 0, 0, 0, 0, 1, -5, 0, 0, -2, 0, 0 }, 200.35369, 0.00008, 0.040 }, + { { 0, 0, 0, 0, 1, -5, 0, 0, -2, 1, 0 }, 193.55743, 0.00016, 0.086 }, + { { 0, 0, 0, 0, 1, -5, 0, 0, 0, -1, 0 }, 258.01073, 0.00012, 0.075 }, + { { 0, 0, 0, 0, 1, -5, 0, 0, 0, 0, 0 }, 269.35285, 0.00022, 11.705 }, + { { 0, 0, 0, 0, 1, -5, 0, 0, 0, 1, 0 }, 252.22892, 0.00012, 0.076 }, + { { 0, 0, 0, 0, 1, -5, 0, 0, 2, -1, 0 }, 187.23229, 0.00017, 0.088 }, + { { 0, 0, 0, 0, 1, -5, 0, 0, 2, 0, 0 }, 193.55450, 0.00009, 0.041 }, + { { 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 }, 190.61995, 0.00002, 19.422 }, + { { 0, 0, 0, 0, 1, -3, 0, 0, -2, 0, 0 }, 134.88846, 0.00005, 0.040 }, + { { 0, 0, 0, 0, 1, -3, 0, 0, -2, 1, 0 }, 123.44026, 0.00009, 0.087 }, + { { 0, 0, 0, 0, 1, -3, 0, 0, 0, -1, 0 }, 235.51258, 0.00010, 0.075 }, + { { 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 }, 274.55463, 0.00040, 57.013 }, + { { 0, 0, 0, 0, 1, -3, 0, 0, 0, 1, 0 }, 235.51258, 0.00010, 0.076 }, + { { 0, 0, 0, 0, 1, -3, 0, 0, 2, -1, 0 }, 120.51745, 0.00009, 0.087 }, + { { 0, 0, 0, 0, 1, -3, 0, 0, 2, 0, 0 }, 131.88420, 0.00005, 0.040 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, -2, -1, 0 }, 355.56927, 0.00004, 0.026 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, -2, 0, 0 }, 352.34787, 0.00025, 0.040 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, -2, 1, 0 }, 6.18326, 0.00046, 0.087 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, -2, 2, 0 }, 34.77802, 0.00001, 0.559 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 0, -2, 0 }, 298.25858, 0.00004, 0.038 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 0, -1, 0 }, 292.79512, 0.00062, 0.076 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 }, 273.87630, 0.00129, 60.947 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 0, 1, 0 }, 292.62392, 0.00063, 0.075 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 0, 2, 0 }, 297.73414, 0.00004, 0.038 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 2, -2, 0 }, 31.06782, 0.00001, 0.569 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 2, -1, 0 }, 3.95795, 0.00046, 0.087 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 2, 0, 0 }, 350.33585, 0.00025, 0.040 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 2, 1, 0 }, 353.65395, 0.00004, 0.026 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, -2, -1, 0 }, 177.14581, 0.00003, 0.026 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, -2, 0, 0 }, 177.14581, 0.00017, 0.041 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, -2, 1, 0 }, 177.26391, 0.00032, 0.087 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, -2, 2, 0 }, 177.14581, 0.00001, 0.548 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, 0, -2, 0 }, 175.97413, 0.00001, 0.038 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, 0, -1, 0 }, 176.59350, 0.00012, 0.076 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 }, 348.75412, 0.00022, 19.859 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, 0, 1, 0 }, 176.41129, 0.00012, 0.075 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, 0, 2, 0 }, 175.99131, 0.00001, 0.038 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, 2, -2, 0 }, 176.87332, 0.00001, 0.580 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, 2, -1, 0 }, 176.95520, 0.00032, 0.087 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, 2, 0, 0 }, 176.87333, 0.00016, 0.040 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, 2, 1, 0 }, 176.87333, 0.00003, 0.026 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -6, 0, 0 }, 177.97731, 0.00001, 0.013 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -6, 1, 0 }, 354.88320, 0.00002, 0.016 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -6, 2, 0 }, 354.68177, 0.00002, 0.021 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -4, -2, 0 }, 176.55938, 0.00001, 0.013 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -4, -1, 0 }, 348.73438, 0.00006, 0.016 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -4, 0, 0 }, 0.26903, 0.00040, 0.020 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -4, 1, 0 }, 0.19699, 0.00102, 0.028 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -4, 1, 2 }, 355.97611, 0.00002, 0.108 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -4, 2, 0 }, 1.47626, 0.00078, 0.044 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -4, 3, 0 }, 351.56075, 0.00003, 0.104 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -3, 0, 0 }, 279.65630, 0.00005, 0.027 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -3, 1, 0 }, 204.05158, 0.00005, 0.042 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -3, 2, 0 }, 71.27124, 0.00003, 0.095 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, -3, 0 }, 355.56911, 0.00002, 0.016 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, -2, 0 }, 344.56521, 0.00021, 0.020 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, -1, -2 }, 175.11988, 0.00002, 0.015 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, -1, 0 }, 350.45816, 0.00286, 0.026 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, -1, 2 }, 169.14222, 0.00008, 0.090 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, -2 }, 174.54380, 0.00005, 0.019 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 }, 355.13454, 0.03309, 0.041 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, 2 }, 354.99965, 0.00072, 0.456 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 1, -2 }, 180.41095, 0.00013, 0.026 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 1, 0 }, 359.80946, 0.05756, 0.088 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 1, 2 }, 353.42167, 0.00003, 0.065 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 2, 0 }, 5.19536, 0.00253, 0.538 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 3, 0 }, 21.27165, 0.00012, 0.066 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0 }, 196.41179, 0.00010, 0.039 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 1 }, 78.50308, 0.00007, 0.083 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, 0, -1 }, 258.87805, 0.00008, 0.039 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0 }, 188.32808, 0.00100, 0.081 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, 0, 1 }, 78.90433, 0.00034, 0.879 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, 1, -1 }, 258.53595, 0.00008, 0.080 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, 1, 0 }, 192.24655, 0.00016, 1.030 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, 1, 1 }, 78.48339, 0.00005, 0.069 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, 2, 0 }, 155.94596, 0.00002, 0.070 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, -4, 0 }, 289.44877, 0.00001, 0.019 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, -3, 0 }, 292.78316, 0.00019, 0.025 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, -2, -2 }, 122.50459, 0.00001, 0.019 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0 }, 295.89119, 0.00273, 0.038 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, -2 }, 113.49087, 0.00008, 0.025 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0 }, 294.98414, 0.04046, 0.076 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 2 }, 292.25162, 0.00006, 0.073 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, -2 }, 257.49480, 0.00003, 0.037 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, -1 }, 256.85503, 0.00002, 0.075 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 }, 286.69628, 0.08634, 11.862 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2 }, 211.84037, 0.00003, 0.037 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -2 }, 293.46032, 0.00010, 0.074 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0 }, 293.67110, 0.04040, 0.075 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 2 }, 112.53679, 0.00008, 0.025 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0 }, 293.08941, 0.00279, 0.038 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 2, 2 }, 122.47574, 0.00001, 0.019 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0 }, 291.65112, 0.00019, 0.025 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 4, 0 }, 288.78628, 0.00001, 0.019 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, -2, 0 }, 207.98979, 0.00001, 0.071 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, -1, -1 }, 66.05885, 0.00006, 0.070 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, -1, 0 }, 186.72334, 0.00013, 1.246 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, -1, 1 }, 258.55283, 0.00010, 0.079 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1 }, 77.02895, 0.00041, 1.032 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0 }, 177.95329, 0.00074, 0.080 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1 }, 258.55474, 0.00009, 0.039 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, -1 }, 105.42894, 0.00006, 0.081 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0 }, 174.33869, 0.00007, 0.039 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, 2, -1 }, 77.20036, 0.00001, 0.039 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, -3, 0 }, 26.87354, 0.00012, 0.067 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, -2, 0 }, 7.90949, 0.00237, 0.592 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, -1, -2 }, 352.29972, 0.00003, 0.065 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, -1, 0 }, 356.13718, 0.05274, 0.086 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, -1, 2 }, 177.36829, 0.00012, 0.026 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, -2 }, 345.34930, 0.00069, 0.494 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0 }, 346.26872, 0.02848, 0.040 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 2 }, 173.97248, 0.00004, 0.019 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 1, -2 }, 163.49062, 0.00007, 0.089 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 1, 0 }, 337.94966, 0.00255, 0.026 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 1, 2 }, 172.03927, 0.00001, 0.015 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 2, 0 }, 331.01462, 0.00020, 0.019 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 3, 0 }, 356.16922, 0.00002, 0.015 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 3, -1, -1 }, 358.70983, 0.00001, 0.095 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 3, -1, 0 }, 155.03044, 0.00004, 0.042 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 3, 0, -1 }, 178.41128, 0.00002, 0.042 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0 }, 22.35132, 0.00002, 0.027 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 4, -3, 0 }, 350.39718, 0.00003, 0.102 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 4, -2, 0 }, 355.55117, 0.00070, 0.043 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 4, -1, -2 }, 348.73653, 0.00002, 0.106 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 4, -1, 0 }, 347.83821, 0.00089, 0.028 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 4, 0, -2 }, 347.03093, 0.00001, 0.044 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 4, 0, 0 }, 342.84700, 0.00034, 0.020 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 4, 1, 0 }, 356.22590, 0.00006, 0.016 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 4, 2, 0 }, 166.65213, 0.00001, 0.013 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 6, -2, 0 }, 351.09840, 0.00002, 0.021 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 6, -1, 0 }, 343.77250, 0.00001, 0.016 }, + { { 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 }, 272.58905, 0.00002, 8.457 }, + { { 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 }, 94.56449, 0.00004, 6.570 }, + { { 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0 }, 37.10841, 0.00002, 5.372 }, + { { 0, 0, 0, 0, 2, -7, 0, 0, 0, -1, 0 }, 1.58325, 0.00001, 0.075 }, + { { 0, 0, 0, 0, 2, -7, 0, 0, 0, 0, 0 }, 355.25511, 0.00008, 14.487 }, + { { 0, 0, 0, 0, 2, -7, 0, 0, 0, 1, 0 }, 1.58325, 0.00001, 0.076 }, + { { 0, 0, 0, 0, 2, -6, 0, 0, -2, 0, 0 }, 101.18294, 0.00003, 0.040 }, + { { 0, 0, 0, 0, 2, -6, 0, 0, -2, 1, 0 }, 101.18292, 0.00004, 0.087 }, + { { 0, 0, 0, 0, 2, -6, 0, 0, 0, -1, 0 }, 108.51356, 0.00004, 0.075 }, + { { 0, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0 }, 110.07308, 0.00004, 28.507 }, + { { 0, 0, 0, 0, 2, -6, 0, 0, 0, 1, 0 }, 108.51356, 0.00004, 0.076 }, + { { 0, 0, 0, 0, 2, -6, 0, 0, 2, -1, 0 }, 100.40235, 0.00004, 0.087 }, + { { 0, 0, 0, 0, 2, -6, 0, 0, 2, 0, 0 }, 100.40235, 0.00003, 0.040 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, -2, 0, 0 }, 15.09223, 0.00003, 0.040 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, -2, 1, 0 }, 171.28442, 0.00008, 0.087 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, -2, 2, 0 }, 180.21790, 0.00001, 0.564 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, 0, -2, 0 }, 0.04391, 0.00004, 0.038 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, 0, -1, 0 }, 359.84776, 0.00064, 0.075 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, 0, 0, 0 }, 358.47067, 0.00146, 1597.835 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, 0, 1, 0 }, 359.84776, 0.00064, 0.075 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, 0, 2, 0 }, 0.04391, 0.00004, 0.038 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, 2, -2, 0 }, 180.21794, 0.00001, 0.564 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, 2, -1, 0 }, 171.19345, 0.00008, 0.087 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, 2, 0, 0 }, 14.87532, 0.00004, 0.040 }, + { { 0, 0, 0, 0, 2, -6, 4, -2, 0, 0, 0 }, 0.41099, 0.00001, 2566.169 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -4, 0, 0 }, 256.07455, 0.00002, 0.020 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -4, 1, 0 }, 190.13554, 0.00012, 0.028 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -4, 2, 0 }, 177.02568, 0.00018, 0.044 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, -2, 0 }, 331.24839, 0.00008, 0.020 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, -1, 0 }, 334.64637, 0.00060, 0.026 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, -1, 2 }, 165.96095, 0.00002, 0.090 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 0, 0 }, 259.59890, 0.00155, 0.040 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 0, 2 }, 280.67919, 0.00003, 0.475 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 1, -2 }, 344.54200, 0.00001, 0.026 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 1, 0 }, 178.71268, 0.01400, 0.087 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 2, 0 }, 173.17456, 0.00131, 0.564 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 3, 0 }, 170.01126, 0.00011, 0.067 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 4, 0 }, 166.78471, 0.00001, 0.035 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -1, -1, 0 }, 165.96095, 0.00002, 0.039 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -1, 0, 0 }, 62.25128, 0.00005, 0.081 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -1, 1, 0 }, 353.43385, 0.00006, 1.129 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -4, 0 }, 345.96095, 0.00002, 0.019 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -3, 0 }, 346.65157, 0.00033, 0.025 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -2, -2 }, 165.96095, 0.00002, 0.019 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -2, 0 }, 346.45996, 0.00463, 0.038 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -1, -2 }, 166.30689, 0.00013, 0.025 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -1, 0 }, 346.48704, 0.06826, 0.075 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -1, 2 }, 346.06876, 0.00012, 0.074 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, -2 }, 342.38792, 0.00004, 0.037 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 }, 347.76653, 0.16376, 883.328 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 2 }, 342.38792, 0.00004, 0.037 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 1, -2 }, 346.06876, 0.00012, 0.074 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 1, 0 }, 346.48972, 0.06826, 0.075 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 1, 2 }, 166.30689, 0.00013, 0.025 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 2, 0 }, 346.46192, 0.00463, 0.038 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 2, 2 }, 165.96095, 0.00002, 0.019 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 3, 0 }, 346.65267, 0.00033, 0.025 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 4, 0 }, 345.96095, 0.00002, 0.019 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 1, -1, 0 }, 353.37022, 0.00006, 1.126 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 1, 0, 0 }, 72.26397, 0.00005, 0.081 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 1, 1, 0 }, 165.96095, 0.00002, 0.039 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, -4, 0 }, 166.81401, 0.00001, 0.035 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, -3, 0 }, 169.97581, 0.00012, 0.067 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, -2, 0 }, 173.13536, 0.00132, 0.563 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, -1, 0 }, 178.60854, 0.01408, 0.087 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, -1, 2 }, 344.54200, 0.00001, 0.026 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, 0, -2 }, 278.18936, 0.00003, 0.474 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, 0, 0 }, 255.53360, 0.00155, 0.040 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, 1, -2 }, 165.96095, 0.00002, 0.090 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, 1, 0 }, 334.57965, 0.00059, 0.026 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, 2, 0 }, 330.62667, 0.00008, 0.020 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 4, -2, 0 }, 177.21943, 0.00018, 0.044 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 4, -1, 0 }, 189.85757, 0.00013, 0.028 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 4, 0, 0 }, 253.41593, 0.00002, 0.020 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, -2, -1, 0 }, 250.78551, 0.00001, 0.026 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, -2, 0, 0 }, 250.78550, 0.00011, 0.040 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, -2, 1, 0 }, 250.14160, 0.00020, 0.087 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, 0, -1, 0 }, 262.69957, 0.00005, 0.076 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 }, 315.35814, 0.00006, 30.473 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, 0, 1, 0 }, 263.03964, 0.00005, 0.075 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, 2, -1, 0 }, 250.40581, 0.00020, 0.087 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, 2, 0, 0 }, 251.03215, 0.00010, 0.040 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, 2, 1, 0 }, 251.03215, 0.00001, 0.026 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, -2, -1, 0 }, 300.40427, 0.00002, 0.026 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, -2, 0, 0 }, 300.40427, 0.00013, 0.041 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, -2, 1, 0 }, 300.34516, 0.00022, 0.088 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, 0, -2, 0 }, 300.71945, 0.00001, 0.038 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, 0, -1, 0 }, 300.84519, 0.00021, 0.076 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 }, 301.99465, 0.00028, 14.978 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, 0, 1, 0 }, 300.84249, 0.00021, 0.075 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, 0, 2, 0 }, 300.71937, 0.00001, 0.038 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, 2, -1, 0 }, 300.29574, 0.00020, 0.087 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, 2, 0, 0 }, 300.37005, 0.00012, 0.040 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, 2, 1, 0 }, 300.36991, 0.00001, 0.026 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, -4, 1, 0 }, 359.18166, 0.00001, 0.028 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, -2, -1, 0 }, 359.17699, 0.00005, 0.026 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, -2, 0, 0 }, 359.17518, 0.00029, 0.041 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, -2, 1, 0 }, 359.39149, 0.00054, 0.088 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, -2, 2, 0 }, 359.18166, 0.00002, 0.533 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 0, -2, 0 }, 356.78732, 0.00002, 0.038 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 0, -1, 0 }, 356.71654, 0.00022, 0.076 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 }, 356.94334, 0.00034, 9.929 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 0, 1, 0 }, 356.11336, 0.00020, 0.075 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 0, 2, 0 }, 356.83512, 0.00002, 0.038 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 2, -2, 0 }, 358.65389, 0.00002, 0.598 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 2, -1, 0 }, 358.80579, 0.00049, 0.086 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 2, 0, 0 }, 358.64690, 0.00026, 0.040 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 2, 1, 0 }, 358.65385, 0.00004, 0.026 }, + { { 0, 0, 0, 0, 2, -1, 0, 0, -2, 0, 0 }, 165.33870, 0.00002, 0.041 }, + { { 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 }, 355.11826, 0.00007, 7.426 }, + { { 0, 0, 0, 0, 2, -1, 0, 0, 2, 0, 0 }, 160.28913, 0.00002, 0.040 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -4, 1, 0 }, 134.38632, 0.00004, 0.028 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -4, 2, 0 }, 119.98922, 0.00002, 0.044 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -2, -1, 0 }, 11.33048, 0.00008, 0.026 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -2, 0, 0 }, 18.03421, 0.00065, 0.041 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -2, 0, 2 }, 22.01561, 0.00002, 0.439 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -2, 1, -1 }, 132.88991, 0.00003, 0.040 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -2, 1, 0 }, 34.78287, 0.00099, 0.088 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -2, 2, -1 }, 131.86228, 0.00002, 0.087 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -2, 2, 0 }, 57.79356, 0.00005, 0.515 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -1, 0, 0 }, 140.96350, 0.00008, 0.082 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -1, 0, 1 }, 46.10753, 0.00005, 0.818 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -1, 1, -1 }, 336.53896, 0.00003, 0.081 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, -3, 0 }, 319.08135, 0.00002, 0.025 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, -2, 0 }, 317.51869, 0.00028, 0.038 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, -1, -1 }, 133.31470, 0.00002, 0.038 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, -1, 0 }, 318.59829, 0.00426, 0.076 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, -1 }, 133.17116, 0.00035, 0.075 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 }, 316.17703, 0.00817, 5.931 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, -1 }, 132.88991, 0.00228, 540.002 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0 }, 317.84238, 0.00425, 0.074 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, -1 }, 133.67290, 0.00014, 0.075 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0 }, 316.09272, 0.00030, 0.037 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 3, -1 }, 133.31470, 0.00002, 0.038 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 3, 0 }, 320.20899, 0.00002, 0.025 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 1, 0, -1 }, 109.05424, 0.00009, 1.130 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0 }, 154.02387, 0.00003, 0.080 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 2, -3, 0 }, 247.15310, 0.00001, 0.067 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 2, -2, 0 }, 80.73462, 0.00005, 0.623 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 2, -1, 0 }, 353.56529, 0.00124, 0.086 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, -2 }, 334.62829, 0.00004, 0.516 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, -1 }, 313.84607, 0.00002, 0.087 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0 }, 333.89330, 0.00127, 0.040 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 2, 1, -1 }, 132.88991, 0.00003, 0.040 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 2, 1, 0 }, 330.39236, 0.00014, 0.026 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 4, -2, 0 }, 8.91455, 0.00001, 0.043 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 4, -1, 0 }, 321.13691, 0.00002, 0.027 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 4, 0, 0 }, 350.59390, 0.00001, 0.020 }, + { { 0, 0, 0, 0, 2, 5, 0, 0, 2, -3, 0 }, 119.78860, 0.00002, 0.068 }, + { { 0, 0, 0, 0, 2, 5, 0, 0, 2, -2, 0 }, 119.78860, 0.00002, 0.697 }, + { { 0, 0, 0, 0, 2, 5, 0, 0, 2, -1, 0 }, 119.78860, 0.00002, 0.085 }, + { { 0, 0, 0, 0, 2, 5, 0, 0, 2, 0, 0 }, 119.78860, 0.00002, 0.040 }, + { { 0, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 }, 56.26588, 0.00005, 65.464 }, + { { 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 }, 24.63163, 0.00002, 20.316 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, -2, -1, 0 }, 84.56325, 0.00004, 0.026 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, -2, 0, 0 }, 83.71082, 0.00021, 0.041 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, -2, 1, 0 }, 84.49231, 0.00038, 0.088 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 0, -2, 0 }, 88.64495, 0.00002, 0.038 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 0, -1, 0 }, 88.12667, 0.00028, 0.076 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 }, 86.22903, 0.00051, 12.023 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 0, 1, 0 }, 88.11011, 0.00028, 0.075 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 0, 2, 0 }, 87.56673, 0.00002, 0.038 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 2, -2, 0 }, 84.80206, 0.00002, 0.591 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 2, -1, 0 }, 84.31461, 0.00038, 0.086 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 2, 0, 0 }, 84.80157, 0.00021, 0.040 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 2, 1, 0 }, 84.80210, 0.00003, 0.026 }, + { { 0, 0, 0, 0, 3, -4, 0, 0, -2, 0, 0 }, 120.93600, 0.00003, 0.041 }, + { { 0, 0, 0, 0, 3, -4, 0, 0, -2, 1, 0 }, 120.93448, 0.00005, 0.088 }, + { { 0, 0, 0, 0, 3, -4, 0, 0, 0, -1, 0 }, 122.74231, 0.00002, 0.076 }, + { { 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 }, 161.95432, 0.00002, 8.538 }, + { { 0, 0, 0, 0, 3, -4, 0, 0, 0, 1, 0 }, 122.74231, 0.00002, 0.075 }, + { { 0, 0, 0, 0, 3, -4, 0, 0, 2, -1, 0 }, 120.50365, 0.00004, 0.086 }, + { { 0, 0, 0, 0, 3, -4, 0, 0, 2, 0, 0 }, 120.50365, 0.00003, 0.040 }, + { { 0, 0, 0, 0, 3, -3, 0, 0, -2, 0, 0 }, 342.07391, 0.00004, 0.041 }, + { { 0, 0, 0, 0, 3, -3, 0, 0, -2, 1, 0 }, 342.07391, 0.00006, 0.088 }, + { { 0, 0, 0, 0, 3, -3, 0, 0, 0, -1, 0 }, 350.34054, 0.00002, 0.076 }, + { { 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 }, 69.78928, 0.00004, 6.620 }, + { { 0, 0, 0, 0, 3, -3, 0, 0, 0, 1, 0 }, 350.34054, 0.00002, 0.075 }, + { { 0, 0, 0, 0, 3, -3, 0, 0, 2, -1, 0 }, 337.34517, 0.00004, 0.086 }, + { { 0, 0, 0, 0, 3, -3, 0, 0, 2, 0, 0 }, 337.34519, 0.00003, 0.040 }, + { { 0, 0, 0, 0, 3, -2, 0, 0, -2, 0, 0 }, 356.81054, 0.00003, 0.041 }, + { { 0, 0, 0, 0, 3, -2, 0, 0, -2, 1, 0 }, 356.81054, 0.00004, 0.089 }, + { { 0, 0, 0, 0, 3, -2, 0, 0, 0, -1, 0 }, 335.80159, 0.00004, 0.077 }, + { { 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 }, 332.18900, 0.00009, 5.405 }, + { { 0, 0, 0, 0, 3, -2, 0, 0, 0, 1, 0 }, 335.80159, 0.00004, 0.074 }, + { { 0, 0, 0, 0, 3, -2, 0, 0, 2, -1, 0 }, 346.51731, 0.00004, 0.086 }, + { { 0, 0, 0, 0, 3, -2, 0, 0, 2, 0, 0 }, 347.94688, 0.00002, 0.040 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, -4, 2, 0 }, 324.19590, 0.00002, 0.044 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, -2, 0, 0 }, 110.59353, 0.00010, 0.041 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, -2, 1, 0 }, 87.86833, 0.00008, 0.089 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, -1, 1, -1 }, 326.39334, 0.00002, 0.081 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 0, -2, 0 }, 314.35081, 0.00002, 0.038 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 0, -1, 0 }, 313.53502, 0.00032, 0.077 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 }, 310.21919, 0.00052, 3.954 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 0, 1, 0 }, 315.89488, 0.00036, 0.074 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 0, 2, 0 }, 314.12374, 0.00002, 0.037 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 1, 0, -1 }, 115.20065, 0.00001, 1.249 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 2, -1, 0 }, 1.89253, 0.00004, 0.085 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0 }, 325.41769, 0.00005, 0.040 }, + { { 0, 0, 0, 0, 4, -11, 3, 0, 0, 0, 0 }, 47.87058, 0.00005, 1975.368 }, + { { 0, 0, 0, 0, 4, -10, 0, 0, -2, 0, 0 }, 39.19362, 0.00002, 0.040 }, + { { 0, 0, 0, 0, 4, -10, 0, 0, -2, 1, 0 }, 13.36738, 0.00007, 0.087 }, + { { 0, 0, 0, 0, 4, -10, 0, 0, 0, -2, 0 }, 177.39404, 0.00002, 0.038 }, + { { 0, 0, 0, 0, 4, -10, 0, 0, 0, -1, 0 }, 178.52240, 0.00027, 0.075 }, + { { 0, 0, 0, 0, 4, -10, 0, 0, 0, 0, 0 }, 184.68914, 0.00075, 441.664 }, + { { 0, 0, 0, 0, 4, -10, 0, 0, 0, 1, 0 }, 178.52240, 0.00027, 0.075 }, + { { 0, 0, 0, 0, 4, -10, 0, 0, 0, 2, 0 }, 177.39404, 0.00002, 0.038 }, + { { 0, 0, 0, 0, 4, -10, 0, 0, 2, -1, 0 }, 13.11872, 0.00007, 0.087 }, + { { 0, 0, 0, 0, 4, -10, 0, 0, 2, 0, 0 }, 37.90135, 0.00002, 0.040 }, + { { 0, 0, 0, 0, 4, -9, 0, 0, 0, 0, 0 }, 263.49004, 0.00002, 31.562 }, + { { 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 }, 311.03589, 0.00003, 15.237 }, + { { 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 }, 188.32594, 0.00003, 10.042 }, + { { 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 }, 54.71950, 0.00002, 7.489 }, + { { 0, 0, 0, 0, 4, -5, 0, 0, -2, 0, 0 }, 74.66964, 0.00002, 0.041 }, + { { 0, 0, 0, 0, 4, -5, 0, 0, -2, 1, 0 }, 74.66964, 0.00003, 0.088 }, + { { 0, 0, 0, 0, 4, -5, 0, 0, 0, -1, 0 }, 95.68604, 0.00002, 0.076 }, + { { 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 }, 248.08734, 0.00005, 5.971 }, + { { 0, 0, 0, 0, 4, -5, 0, 0, 0, 1, -1 }, 345.24785, 0.00007, 1389.349 }, + { { 0, 0, 0, 0, 4, -5, 0, 0, 0, 1, 0 }, 95.68604, 0.00002, 0.074 }, + { { 0, 0, 0, 0, 4, -5, 0, 0, 2, -1, 0 }, 81.34084, 0.00003, 0.086 }, + { { 0, 0, 0, 0, 4, -5, 0, 0, 2, 0, 0 }, 81.35018, 0.00002, 0.040 }, + { { 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 }, 2.65862, 0.00003, 4.965 }, + { { 0, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0 }, 14.00981, 0.00001, 4.249 }, + { { 0, 0, 0, 0, 4, 0, 0, 0, -2, 0, 0 }, 114.00320, 0.00001, 0.041 }, + { { 0, 0, 0, 0, 4, 0, 0, 0, 0, -1, 0 }, 306.23084, 0.00001, 0.077 }, + { { 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 }, 300.53586, 0.00002, 2.965 }, + { { 0, 0, 0, 0, 4, 0, 0, 0, 0, 1, 0 }, 306.23084, 0.00001, 0.074 }, + { { 0, 0, 0, 0, 4, 0, 0, 0, 0, 2, -2 }, 117.63494, 0.00002, 270.001 }, + { { 0, 0, 0, 0, 6, -5, 0, 0, 2, -3, 0 }, 320.02187, 0.00002, 0.068 }, + { { 0, 0, 0, 0, 6, -5, 0, 0, 2, -2, 0 }, 320.02187, 0.00002, 0.695 }, + { { 0, 0, 0, 0, 6, -5, 0, 0, 2, -1, 0 }, 320.02187, 0.00002, 0.085 }, + { { 0, 0, 0, 0, 6, -5, 0, 0, 2, 0, 0 }, 320.02187, 0.00002, 0.040 }, + { { 0, 0, 0, 1, -2, 0, 0, 0, -2, 0, 0 }, 150.15402, 0.00002, 0.041 }, + { { 0, 0, 0, 1, -2, 0, 0, 0, -2, 1, 0 }, 330.22232, 0.00003, 0.090 }, + { { 0, 0, 0, 1, -1, 0, 0, 0, -2, 0, 0 }, 357.16334, 0.00001, 0.041 }, + { { 0, 0, 0, 1, -1, 0, 0, 0, 0, -1, 0 }, 175.45328, 0.00001, 0.078 }, + { { 0, 0, 0, 1, -1, 0, 0, 0, 0, 1, 0 }, 175.45328, 0.00001, 0.073 }, + { { 0, 0, 0, 1, 0, -1, 0, 0, 0, 0, 0 }, 171.79341, 0.00001, 2.009 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -4, 0, 0 }, 39.41179, 0.00001, 0.020 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -4, 2, 0 }, 38.91086, 0.00001, 0.045 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, -1, 0 }, 39.08111, 0.00008, 0.027 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, 0, 0 }, 40.90204, 0.00088, 0.041 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, 0, 2 }, 38.57425, 0.00002, 0.379 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, 1, 0 }, 39.20557, 0.00130, 0.091 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, 2, 0 }, 38.86732, 0.00008, 0.434 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -1, -1, 1 }, 128.70847, 0.00002, 0.086 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, -1 }, 308.37441, 0.00001, 0.040 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1 }, 128.33297, 0.00008, 0.631 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -1, 2, -1 }, 308.37441, 0.00001, 0.799 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, -1, 0 }, 20.12128, 0.00009, 0.079 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 }, 206.82943, 0.00165, 1.881 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0 }, 346.93250, 0.00005, 0.073 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0 }, 9.97369, 0.00001, 0.037 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 1, -2, 1 }, 308.75876, 0.00001, 5.303 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 1, -1, -1 }, 128.68576, 0.00003, 0.073 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 1, -1, 1 }, 308.70847, 0.00012, 0.077 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1 }, 128.80532, 0.00023, 1.915 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 }, 29.72397, 0.00004, 0.078 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 1 }, 308.77291, 0.00005, 0.038 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, -1 }, 128.68576, 0.00003, 0.079 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 2, -2, 0 }, 34.25400, 0.00006, 0.805 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 2, -1, 0 }, 30.33359, 0.00087, 0.083 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, -2 }, 26.41865, 0.00001, 0.635 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0 }, 26.55092, 0.00033, 0.040 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 2, 1, 0 }, 30.52286, 0.00004, 0.026 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 4, -1, 0 }, 28.77501, 0.00001, 0.027 }, + { { 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 }, 13.20679, 0.00001, 1.234 }, + { { 0, 0, 0, 2, -2, 0, 0, 0, -2, 0, 0 }, 4.74462, 0.00001, 0.042 }, + { { 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 }, 0.16638, 0.00005, 1.118 }, + { { 0, 0, 0, 2, -1, 0, 0, 0, -2, 0, 0 }, 26.03638, 0.00001, 0.042 }, + { { 0, 0, 0, 2, 0, -2, 0, 0, -2, 0, 0 }, 27.14722, 0.00003, 0.042 }, + { { 0, 0, 0, 2, 0, -2, 0, 0, -2, 1, 0 }, 27.14722, 0.00004, 0.095 }, + { { 0, 0, 0, 2, 0, -2, 0, 0, 0, -1, 0 }, 23.58979, 0.00001, 0.082 }, + { { 0, 0, 0, 2, 0, -2, 0, 0, 0, 0, 0 }, 15.82321, 0.00007, 1.005 }, + { { 0, 0, 0, 2, 0, -2, 0, 0, 0, 1, 0 }, 23.58979, 0.00001, 0.070 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -4, -1, 0 }, 309.50266, 0.00001, 0.016 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -4, 0, 0 }, 124.90725, 0.00005, 0.021 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -4, 1, 0 }, 125.50039, 0.00009, 0.028 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -4, 2, 0 }, 129.58322, 0.00004, 0.046 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -3, 2, -1 }, 343.79532, 0.00001, 0.044 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -2, -2, 0 }, 135.39105, 0.00002, 0.020 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -2, -1, 0 }, 129.44100, 0.00024, 0.027 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -2, 0, 0 }, 132.93660, 0.00224, 0.042 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -2, 0, 2 }, 133.76976, 0.00003, 0.315 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -2, 1, 0 }, 134.97789, 0.00218, 0.096 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -2, 2, 0 }, 136.90760, 0.00007, 0.352 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, -2, -1 }, 163.74195, 0.00002, 0.020 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, -1, -1 }, 163.73806, 0.00015, 0.026 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, -1, 1 }, 163.75176, 0.00003, 0.090 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, 0, -1 }, 163.71185, 0.00081, 0.040 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, 0, 1 }, 344.27531, 0.00027, 0.472 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, 1, -1 }, 343.79779, 0.00076, 0.087 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, 2, -1 }, 343.76057, 0.00014, 0.561 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, 3, -1 }, 343.76077, 0.00001, 0.066 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, -2, 0 }, 147.90760, 0.00010, 0.039 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, -1, 0 }, 157.82075, 0.00103, 0.082 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, -1 }, 343.72199, 0.00002, 0.081 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 }, 183.35287, 0.00321, 0.940 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0 }, 210.56812, 0.00043, 0.070 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, 2, 0 }, 262.25762, 0.00004, 0.036 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, -3, -1 }, 163.74835, 0.00005, 0.025 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, -2, -1 }, 163.74835, 0.00074, 0.038 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, -1, -3 }, 343.77101, 0.00003, 0.025 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, -1, -1 }, 163.74686, 0.01093, 0.075 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, -1, 1 }, 343.54163, 0.00020, 0.074 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, -3 }, 343.82568, 0.00008, 0.037 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, -1 }, 163.72199, 0.06369, 104.137 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0 }, 46.57369, 0.00002, 0.074 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 1 }, 343.75650, 0.00172, 0.037 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 1, -3 }, 163.70549, 0.00002, 0.074 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 1, -1 }, 163.74984, 0.01090, 0.075 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 1, 1 }, 343.74948, 0.00021, 0.025 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 2, -1 }, 163.74835, 0.00074, 0.038 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 3, -1 }, 163.74835, 0.00005, 0.025 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 2, -2, 0 }, 18.89332, 0.00002, 1.407 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 2, -1, 0 }, 320.29087, 0.00009, 0.080 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, -2 }, 281.41134, 0.00001, 0.958 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, -1 }, 343.72199, 0.00002, 0.081 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0 }, 279.95494, 0.00019, 0.039 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 2, 1, 0 }, 308.30928, 0.00003, 0.026 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 3, -3, -1 }, 343.76077, 0.00001, 0.067 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 3, -2, -1 }, 343.76077, 0.00014, 0.567 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 3, -1, -1 }, 343.79308, 0.00083, 0.087 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 3, -1, 1 }, 343.75180, 0.00004, 0.026 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 3, 0, -1 }, 163.71963, 0.00067, 0.040 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 3, 0, 1 }, 343.75183, 0.00002, 0.019 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 3, 1, -1 }, 163.73806, 0.00015, 0.026 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 3, 2, -1 }, 163.74195, 0.00002, 0.020 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 5, -2, -1 }, 343.79532, 0.00001, 0.044 }, + { { 0, 0, 0, 3, -2, 0, 0, 0, -2, 0, 0 }, 207.95868, 0.00001, 0.043 }, + { { 0, 0, 0, 3, -2, 0, 0, 0, 2, -1, 0 }, 31.10931, 0.00003, 0.077 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, -2, 0, 0 }, 326.00928, 0.00003, 0.043 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, -2, 1, 0 }, 325.94090, 0.00003, 0.101 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 0, -1, 0 }, 279.57717, 0.00003, 0.086 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0 }, 268.26171, 0.00016, 0.627 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 0, 1, 0 }, 293.39121, 0.00001, 0.067 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 1, 0, -1 }, 2.51896, 0.00002, 1.847 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 2, -3, 0 }, 146.58733, 0.00001, 0.074 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 2, -2, 0 }, 75.41993, 0.00001, 5.588 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 2, -1, 0 }, 90.42249, 0.00011, 0.076 }, + { { 0, 0, 0, 3, 1, 0, 0, 0, 2, -3, 0 }, 105.22410, 0.00001, 0.075 }, + { { 0, 0, 0, 3, 1, 0, 0, 0, 2, -1, 0 }, 285.22410, 0.00001, 0.076 }, + { { 0, 0, 0, 4, -2, 0, 0, 0, 2, -1, 0 }, 236.75260, 0.00002, 0.074 }, + { { 0, 0, 0, 4, -1, 0, 0, 0, 0, 0, 0 }, 256.66994, 0.00001, 0.490 }, + { { 0, 0, 0, 4, 0, 0, 0, 0, -2, 0, 0 }, 37.01647, 0.00005, 0.044 }, + { { 0, 0, 0, 4, 0, 0, 0, 0, -2, 1, 0 }, 37.43035, 0.00005, 0.107 }, + { { 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0 }, 349.80173, 0.00002, 0.470 }, + { { 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, -2 }, 142.18734, 0.00001, 52.068 }, + { { 0, 0, 1, -8, 3, 0, 0, 0, -3, 1, 2 }, 235.58943, 0.00001, 166.090 }, + { { 0, 0, 1, -8, 3, 0, 0, 0, 2, -1, 0 }, 235.63732, 0.00001, 0.118 }, + { { 0, 0, 1, -8, 3, 0, 0, 0, 2, 0, 0 }, 235.63970, 0.00003, 0.046 }, + { { 0, 0, 1, -7, 2, 0, 0, 0, -2, 0, 0 }, 51.76752, 0.00001, 0.037 }, + { { 0, 0, 1, -7, 2, 0, 0, 0, -2, 2, 0 }, 51.76752, 0.00001, 1.283 }, + { { 0, 0, 1, -6, 0, 0, 0, 0, 2, 0, 0 }, 119.90542, 0.00002, 0.044 }, + { { 0, 0, 1, -6, 1, 0, 0, 0, -2, 0, 2 }, 77.24613, 0.00002, 578.012 }, + { { 0, 0, 1, -5, -2, 0, 0, 0, -2, 1, 0 }, 356.21498, 0.00001, 0.075 }, + { { 0, 0, 1, -5, -2, 0, 0, 0, -2, 3, 0 }, 176.21498, 0.00001, 0.076 }, + { { 0, 0, 1, -5, -1, 0, 0, 0, -2, 1, 0 }, 208.94037, 0.00002, 0.076 }, + { { 0, 0, 1, -5, 0, 0, 0, 0, -2, 1, 0 }, 81.69836, 0.00004, 0.076 }, + { { 0, 0, 1, -5, 0, 0, 0, 0, 0, 0, 0 }, 247.04513, 0.00004, 0.603 }, + { { 0, 0, 1, -5, 2, 0, 0, 0, -2, 1, 0 }, 112.91539, 0.00002, 0.077 }, + { { 0, 0, 1, -4, -1, 0, 0, 0, -2, 1, 0 }, 52.50618, 0.00001, 0.079 }, + { { 0, 0, 1, -4, -1, 0, 0, 0, -2, 3, 0 }, 52.50618, 0.00001, 0.072 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -2, 0, 0 }, 225.00962, 0.00003, 0.039 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -2, 1, 0 }, 174.06698, 0.00003, 0.079 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -2, 2, 0 }, 47.86823, 0.00001, 1.545 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -1, -1, 1 }, 345.16456, 0.00006, 0.075 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -1, 0, -1 }, 165.71481, 0.00003, 0.037 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -1, 0, 1 }, 345.86786, 0.00038, 13.704 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -1, 1, 1 }, 345.16456, 0.00006, 0.076 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 0, -1, 0 }, 9.97217, 0.00009, 0.070 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 0, 0, 0 }, 15.11214, 0.00083, 0.888 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 0, 1, 0 }, 31.49630, 0.00035, 0.082 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 0, 2, 0 }, 18.53482, 0.00002, 0.039 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 1, 0, -1 }, 167.84474, 0.00001, 0.459 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 2, -2, 0 }, 41.77853, 0.00004, 0.345 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 2, -1, 0 }, 41.78518, 0.00085, 0.097 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 2, 0, -2 }, 41.50084, 0.00001, 0.309 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 2, 0, 0 }, 39.88448, 0.00078, 0.042 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 2, 1, 0 }, 41.14943, 0.00011, 0.027 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 4, -1, 0 }, 43.65921, 0.00002, 0.028 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 4, 0, 0 }, 43.14806, 0.00002, 0.021 }, + { { 0, 0, 1, -4, 0, 2, 0, 0, -1, 0, 1 }, 241.06175, 0.00001, 197.046 }, + { { 0, 0, 1, -4, 1, 0, 0, 0, 2, -2, 0 }, 277.35236, 0.00001, 0.355 }, + { { 0, 0, 1, -4, 1, 0, 0, 0, 2, 0, 0 }, 277.35236, 0.00001, 0.042 }, + { { 0, 0, 1, -4, 2, 0, 0, 0, 0, 0, 0 }, 122.72522, 0.00004, 1.044 }, + { { 0, 0, 1, -4, 2, 0, 0, 0, 2, -1, 0 }, 115.72613, 0.00002, 0.095 }, + { { 0, 0, 1, -4, 2, 0, 0, 0, 2, 0, 0 }, 102.26017, 0.00002, 0.042 }, + { { 0, 0, 1, -4, 3, 0, 0, 0, 0, 0, 0 }, 137.23345, 0.00003, 1.144 }, + { { 0, 0, 1, -4, 3, 0, 0, 0, 2, 0, 0 }, 137.46624, 0.00001, 0.042 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -2, -2, 0 }, 228.86324, 0.00001, 0.019 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -2, 0, 0 }, 236.42011, 0.00005, 0.039 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -2, 1, 0 }, 126.30991, 0.00015, 0.083 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -2, 2, 0 }, 8.58705, 0.00001, 0.848 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -2, 3, 0 }, 302.28516, 0.00002, 0.069 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -1, 0, -1 }, 201.08161, 0.00002, 0.038 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -1, 0, 0 }, 122.42917, 0.00002, 0.077 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -1, 0, 1 }, 20.96441, 0.00014, 2.180 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -1, 1, -1 }, 201.28465, 0.00009, 0.076 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 0, -1, 0 }, 280.01886, 0.00028, 0.072 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 0, 0, 0 }, 301.97868, 0.00159, 1.681 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 0, 1, 0 }, 293.64113, 0.00022, 0.079 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 1, 0, -1 }, 24.27550, 0.00006, 0.607 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 1, 1, -1 }, 21.28465, 0.00002, 0.086 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 2, -2, 0 }, 356.47454, 0.00001, 0.422 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 2, -1, 0 }, 81.33996, 0.00045, 0.092 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 2, 0, 0 }, 74.85425, 0.00032, 0.041 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 2, 1, 0 }, 80.57214, 0.00004, 0.027 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 4, -1, 0 }, 81.04778, 0.00001, 0.028 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 4, 0, 0 }, 262.65349, 0.00002, 0.020 }, + { { 0, 0, 1, -3, 1, 0, 0, 0, 0, 0, 0 }, 161.60315, 0.00002, 1.958 }, + { { 0, 0, 1, -2, -3, 0, 0, 0, 0, 0, 0 }, 103.73270, 0.00002, 3.162 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -6, 2, 0 }, 318.97517, 0.00001, 0.021 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -4, -1, 0 }, 318.63956, 0.00005, 0.016 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -4, 0, 0 }, 319.65512, 0.00026, 0.020 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -4, 0, 2 }, 318.48112, 0.00003, 0.044 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -4, 1, 0 }, 318.28395, 0.00066, 0.028 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -4, 1, 2 }, 318.43015, 0.00001, 0.106 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -4, 2, 0 }, 321.10029, 0.00043, 0.043 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -3, 0, 0 }, 317.24140, 0.00002, 0.027 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -3, 0, 1 }, 273.34108, 0.00005, 0.042 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -3, 1, 0 }, 137.98844, 0.00002, 0.042 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -3, 1, 1 }, 93.26775, 0.00004, 0.095 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, -3, 0 }, 318.83036, 0.00002, 0.015 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, -2, 0 }, 317.09601, 0.00021, 0.019 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, -1, 0 }, 316.90522, 0.00241, 0.026 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, -1, 2 }, 137.02518, 0.00007, 0.089 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 0, -2 }, 139.62246, 0.00004, 0.019 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 0, 0 }, 318.22943, 0.02301, 0.040 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 0, 2 }, 318.00010, 0.00054, 0.489 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 1, -2 }, 141.08190, 0.00007, 0.026 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 1, 0 }, 320.91988, 0.03194, 0.087 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 1, 2 }, 319.46143, 0.00002, 0.065 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 2, 0 }, 327.67688, 0.00088, 0.585 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 3, 0 }, 343.19358, 0.00003, 0.067 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -1, -1, 0 }, 137.20200, 0.00007, 0.039 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -1, -1, 1 }, 273.31472, 0.00007, 0.082 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -1, 0, -1 }, 232.98699, 0.00003, 0.039 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -1, 0, 0 }, 139.08029, 0.00057, 0.080 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -1, 0, 1 }, 56.72062, 0.00012, 1.010 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -1, 1, -1 }, 232.97824, 0.00001, 0.079 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -1, 1, 0 }, 144.71037, 0.00005, 1.214 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -1, 1, 1 }, 93.31472, 0.00005, 0.070 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -1, 3, -1 }, 232.97824, 0.00001, 0.072 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -4, 0 }, 310.95751, 0.00001, 0.019 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -3, 0 }, 313.25246, 0.00030, 0.025 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -2, -2 }, 134.71038, 0.00003, 0.019 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -2, 0 }, 313.27156, 0.00431, 0.038 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -1, -2 }, 134.82829, 0.00015, 0.025 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -1, 0 }, 313.30347, 0.06323, 0.075 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -1, 2 }, 313.24076, 0.00012, 0.074 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, -2 }, 143.30288, 0.00015, 0.037 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0 }, 318.13776, 0.32455, 15.781 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, 2 }, 145.38488, 0.00013, 0.037 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 1, -2 }, 312.47618, 0.00009, 0.073 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 1, 0 }, 313.47920, 0.06406, 0.076 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 1, 2 }, 134.82829, 0.00015, 0.025 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 2, 0 }, 313.52666, 0.00433, 0.038 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 2, 2 }, 134.71140, 0.00003, 0.019 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 3, 0 }, 313.18788, 0.00030, 0.025 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 4, 0 }, 311.14008, 0.00001, 0.019 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 1, -1, 0 }, 143.54052, 0.00007, 1.052 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 1, -1, 1 }, 244.81403, 0.00003, 0.080 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 1, 0, -1 }, 52.65308, 0.00012, 0.895 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 1, 0, 0 }, 141.66373, 0.00067, 0.081 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 1, 1, 0 }, 137.13196, 0.00009, 0.039 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, -3, 0 }, 341.19829, 0.00003, 0.066 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, -2, 0 }, 325.20289, 0.00111, 0.544 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, -1, -2 }, 319.84005, 0.00002, 0.065 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, -1, 0 }, 321.96125, 0.03549, 0.088 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, -1, 2 }, 141.94831, 0.00008, 0.026 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 0, -2 }, 320.04579, 0.00054, 0.461 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 0, 0 }, 320.19758, 0.02513, 0.041 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 0, 2 }, 139.80638, 0.00004, 0.019 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 1, -2 }, 138.18975, 0.00007, 0.090 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 1, 0 }, 319.04223, 0.00255, 0.026 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 1, 2 }, 140.12475, 0.00001, 0.015 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 2, 0 }, 317.56724, 0.00022, 0.020 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 3, -1, 0 }, 140.02816, 0.00003, 0.042 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 3, 0, 0 }, 321.38522, 0.00002, 0.027 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 4, -3, 0 }, 323.77231, 0.00001, 0.104 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 4, -2, 0 }, 322.00414, 0.00049, 0.044 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 4, -1, -2 }, 320.26210, 0.00001, 0.107 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 4, -1, 0 }, 321.23525, 0.00070, 0.028 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 4, 0, 0 }, 319.08476, 0.00030, 0.020 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 4, 1, 0 }, 319.30405, 0.00006, 0.016 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 6, -2, 0 }, 320.02325, 0.00002, 0.021 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 6, -1, 0 }, 319.61294, 0.00001, 0.016 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, -2, -1, 0 }, 33.82493, 0.00003, 0.026 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, -2, 0, 0 }, 33.60930, 0.00021, 0.040 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, -2, 1, 0 }, 34.90305, 0.00035, 0.087 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, -2, 2, 0 }, 33.82493, 0.00001, 0.562 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 0, -2, 0 }, 26.34471, 0.00002, 0.038 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 0, -1, 0 }, 27.52486, 0.00036, 0.075 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 0, 0, 0 }, 31.83398, 0.00197, 220.858 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 0, 1, 0 }, 27.50267, 0.00036, 0.075 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 0, 2, 0 }, 26.34872, 0.00002, 0.038 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 2, -2, 0 }, 33.77499, 0.00001, 0.565 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 2, -1, 0 }, 34.85337, 0.00035, 0.087 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 2, 0, 0 }, 33.56257, 0.00021, 0.040 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 2, 1, 0 }, 33.77499, 0.00003, 0.026 }, + { { 0, 0, 1, -2, 1, 0, 0, 0, -2, 0, 0 }, 195.15893, 0.00004, 0.040 }, + { { 0, 0, 1, -2, 1, 0, 0, 0, -2, 1, 0 }, 195.75764, 0.00005, 0.087 }, + { { 0, 0, 1, -2, 1, 0, 0, 0, 0, -1, 0 }, 193.10597, 0.00006, 0.076 }, + { { 0, 0, 1, -2, 1, 0, 0, 0, 0, 0, 0 }, 196.88833, 0.00026, 47.766 }, + { { 0, 0, 1, -2, 1, 0, 0, 0, 0, 1, 0 }, 193.10597, 0.00006, 0.075 }, + { { 0, 0, 1, -2, 1, 0, 0, 0, 2, -1, 0 }, 194.23383, 0.00005, 0.087 }, + { { 0, 0, 1, -2, 1, 0, 0, 0, 2, 0, 0 }, 196.00816, 0.00003, 0.040 }, + { { 0, 0, 1, -2, 2, 0, 0, 0, 0, 0, 0 }, 7.22764, 0.00001, 9.502 }, + { { 0, 0, 1, -2, 3, 0, 0, 0, 0, 0, 0 }, 199.12221, 0.00001, 5.276 }, + { { 0, 0, 1, -1, -2, 0, 0, 0, -2, 0, 0 }, 121.10022, 0.00002, 0.041 }, + { { 0, 0, 1, -1, -2, 0, 0, 0, 0, -1, 0 }, 301.79181, 0.00001, 0.077 }, + { { 0, 0, 1, -1, -2, 0, 0, 0, 0, 1, 0 }, 301.79181, 0.00001, 0.074 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -6, 2, 0 }, 0.64900, 0.00001, 0.021 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -4, 0, 0 }, 0.73534, 0.00005, 0.020 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -4, 1, 0 }, 0.65606, 0.00015, 0.028 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -4, 2, 0 }, 0.65537, 0.00009, 0.044 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -3, 2, 0 }, 0.60489, 0.00001, 0.099 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, -2, 0 }, 0.64635, 0.00003, 0.020 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, -1, 0 }, 0.64804, 0.00039, 0.027 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, -1, 2 }, 180.62741, 0.00001, 0.094 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 0, -2 }, 180.64806, 0.00001, 0.020 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 0, 0 }, 0.65541, 0.00466, 0.041 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 0, 2 }, 0.63749, 0.00009, 0.388 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 1, 0 }, 0.68035, 0.00692, 0.091 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 1, 2 }, 180.62741, 0.00001, 0.063 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 2, 0 }, 0.68420, 0.00032, 0.446 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 3, 0 }, 0.63493, 0.00002, 0.065 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -1, 0, 0 }, 180.47095, 0.00017, 0.084 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -1, 0, 1 }, 92.76982, 0.00004, 0.657 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -1, 1, 0 }, 180.62741, 0.00001, 0.738 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, -2, 0 }, 0.52829, 0.00022, 0.038 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, -1, 0 }, 0.53930, 0.00342, 0.078 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0 }, 0.88394, 0.01051, 2.135 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 1, -2 }, 181.11135, 0.00002, 0.076 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 1, 0 }, 0.43288, 0.00296, 0.073 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 2, 0 }, 0.39412, 0.00019, 0.037 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 3, -2 }, 181.11135, 0.00002, 0.075 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 3, 0 }, 0.28699, 0.00001, 0.025 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 1, -1, 1 }, 274.24036, 0.00004, 0.077 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 1, 0, -1 }, 94.55317, 0.00013, 1.708 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 1, 0, 0 }, 0.28330, 0.00013, 0.078 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 1, 0, 1 }, 274.46515, 0.00002, 0.038 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, -2, 0 }, 359.85577, 0.00015, 0.766 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, -1, 0 }, 0.34936, 0.00450, 0.084 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, 0, -2 }, 0.25086, 0.00007, 0.610 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, 0, 0 }, 0.32528, 0.00218, 0.040 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, 1, 0 }, 0.33794, 0.00022, 0.026 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, 2, 0 }, 0.28876, 0.00002, 0.019 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 3, -2, 0 }, 180.19743, 0.00001, 0.090 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 4, -2, 0 }, 0.41949, 0.00007, 0.043 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 4, -1, 0 }, 0.35246, 0.00007, 0.027 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 4, 0, 0 }, 0.30629, 0.00005, 0.020 }, + { { 0, 0, 1, -1, 1, 0, 0, 0, 2, 0, 0 }, 212.06686, 0.00001, 0.040 }, + { { 0, 0, 1, -1, 3, 0, 0, 0, 1, -2, 1 }, 127.67456, 0.00003, 1023.362 }, + { { 0, 0, 1, 0, -6, 0, 0, 0, 0, 0, 0 }, 334.15538, 0.00003, 2.024 }, + { { 0, 0, 1, 0, -6, 5, 0, 0, 0, 0, 0 }, 198.89487, 0.00004, 1.506 }, + { { 0, 0, 1, 0, -5, 0, 0, 0, -2, 0, 0 }, 327.39228, 0.00005, 0.041 }, + { { 0, 0, 1, 0, -5, 0, 0, 0, -2, 1, 0 }, 328.06938, 0.00006, 0.092 }, + { { 0, 0, 1, 0, -5, 0, 0, 0, 0, -1, 0 }, 323.41315, 0.00007, 0.079 }, + { { 0, 0, 1, 0, -5, 0, 0, 0, 0, 0, 0 }, 322.87209, 0.00030, 1.729 }, + { { 0, 0, 1, 0, -5, 0, 0, 0, 0, 1, 0 }, 323.41315, 0.00007, 0.072 }, + { { 0, 0, 1, 0, -5, 0, 0, 0, 2, -1, 0 }, 326.88174, 0.00002, 0.083 }, + { { 0, 0, 1, 0, -5, 0, 0, 0, 2, 0, 0 }, 325.92462, 0.00002, 0.040 }, + { { 0, 0, 1, 0, -5, 2, 0, 0, -2, 0, 0 }, 312.39644, 0.00001, 0.042 }, + { { 0, 0, 1, 0, -5, 2, 0, 0, 0, 0, 0 }, 302.19921, 0.00007, 1.547 }, + { { 0, 0, 1, 0, -5, 3, 0, 0, -2, 0, 0 }, 310.90387, 0.00002, 0.042 }, + { { 0, 0, 1, 0, -5, 3, 0, 0, 0, 0, 0 }, 309.51439, 0.00005, 1.470 }, + { { 0, 0, 1, 0, -5, 4, 0, 0, 0, 0, 0 }, 186.07310, 0.00002, 1.400 }, + { { 0, 0, 1, 0, -5, 5, 0, 0, -2, 0, 0 }, 183.85027, 0.00004, 0.042 }, + { { 0, 0, 1, 0, -5, 5, 0, 0, -2, 1, 0 }, 184.61091, 0.00004, 0.093 }, + { { 0, 0, 1, 0, -5, 5, 0, 0, 0, -1, 0 }, 180.24308, 0.00004, 0.080 }, + { { 0, 0, 1, 0, -5, 5, 0, 0, 0, 0, 0 }, 172.89602, 0.00018, 1.337 }, + { { 0, 0, 1, 0, -5, 5, 0, 0, 0, 1, 0 }, 180.24308, 0.00004, 0.071 }, + { { 0, 0, 1, 0, -5, 5, 0, 0, 2, -1, 0 }, 337.15396, 0.00003, 0.082 }, + { { 0, 0, 1, 0, -5, 7, 0, 0, 0, 0, 0 }, 167.61398, 0.00002, 1.225 }, + { { 0, 0, 1, 0, -5, 10, 0, 0, 0, 0, 0 }, 343.19316, 0.00002, 1.089 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, -4, 1, 0 }, 317.60841, 0.00002, 0.028 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, -2, -1, 0 }, 317.22604, 0.00005, 0.027 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, -2, 0, 0 }, 317.72609, 0.00045, 0.042 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, -2, 1, 0 }, 317.45100, 0.00064, 0.092 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, -2, 2, 0 }, 317.77153, 0.00002, 0.410 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, -1, -1, 1 }, 121.20491, 0.00002, 0.087 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, -1, 0, 1 }, 122.26208, 0.00002, 0.583 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 0, -2, 0 }, 313.48645, 0.00004, 0.039 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 0, -1, 0 }, 313.56750, 0.00059, 0.079 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 }, 313.05906, 0.00267, 1.509 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 0, 1, 0 }, 312.99376, 0.00050, 0.072 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 0, 2, 0 }, 313.51592, 0.00004, 0.037 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 1, -2, 1 }, 301.44525, 0.00004, 17.401 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 1, -1, 1 }, 301.20488, 0.00012, 0.076 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 1, 0, -1 }, 120.55930, 0.00010, 2.558 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 1, 0, 0 }, 313.39291, 0.00002, 0.077 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 1, 0, 1 }, 300.64203, 0.00002, 0.038 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 2, -2, 0 }, 128.40108, 0.00002, 0.900 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 2, -1, 0 }, 332.01177, 0.00012, 0.082 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 2, 0, 0 }, 316.31844, 0.00014, 0.039 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 2, 1, 0 }, 316.99535, 0.00001, 0.026 }, + { { 0, 0, 1, 0, -4, 2, 0, 0, -2, 0, 0 }, 313.23833, 0.00006, 0.042 }, + { { 0, 0, 1, 0, -4, 2, 0, 0, -2, 1, 0 }, 313.70581, 0.00007, 0.093 }, + { { 0, 0, 1, 0, -4, 2, 0, 0, 0, -1, 0 }, 308.34030, 0.00006, 0.080 }, + { { 0, 0, 1, 0, -4, 2, 0, 0, 0, 0, 0 }, 304.37716, 0.00027, 1.369 }, + { { 0, 0, 1, 0, -4, 2, 0, 0, 0, 1, 0 }, 308.34030, 0.00006, 0.071 }, + { { 0, 0, 1, 0, -4, 2, 0, 0, 1, -3, 1 }, 281.30192, 0.00001, 0.075 }, + { { 0, 0, 1, 0, -4, 2, 0, 0, 1, -2, 1 }, 281.09191, 0.00012, 95.906 }, + { { 0, 0, 1, 0, -4, 2, 0, 0, 1, -1, 1 }, 101.05464, 0.00006, 0.075 }, + { { 0, 0, 1, 0, -4, 2, 0, 0, 1, 0, -1 }, 100.99207, 0.00001, 3.095 }, + { { 0, 0, 1, 0, -4, 2, 0, 0, 2, -1, 0 }, 15.12737, 0.00001, 0.082 }, + { { 0, 0, 1, 0, -4, 2, 0, 0, 2, 0, 0 }, 314.73020, 0.00001, 0.039 }, + { { 0, 0, 1, 0, -4, 3, 0, 0, -2, 0, 0 }, 6.00875, 0.00004, 0.042 }, + { { 0, 0, 1, 0, -4, 3, 0, 0, -2, 1, 0 }, 6.00874, 0.00003, 0.093 }, + { { 0, 0, 1, 0, -4, 3, 0, 0, 0, -1, 0 }, 5.63245, 0.00002, 0.080 }, + { { 0, 0, 1, 0, -4, 3, 0, 0, 0, 0, 0 }, 356.24475, 0.00013, 1.308 }, + { { 0, 0, 1, 0, -4, 3, 0, 0, 0, 1, 0 }, 5.63245, 0.00002, 0.071 }, + { { 0, 0, 1, 0, -4, 3, 0, 0, 2, -1, 0 }, 160.08416, 0.00003, 0.082 }, + { { 0, 0, 1, 0, -4, 4, 0, 0, -2, 0, 0 }, 239.61591, 0.00002, 0.042 }, + { { 0, 0, 1, 0, -4, 4, 0, 0, 0, 0, 0 }, 238.96661, 0.00005, 1.252 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, -2, 0, 0 }, 117.63895, 0.00008, 0.042 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, -2, 1, 0 }, 118.32161, 0.00011, 0.094 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, 0, -1, 0 }, 111.88052, 0.00011, 0.080 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, 0, 0, 0 }, 107.79183, 0.00055, 1.201 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, 0, 1, 0 }, 110.21753, 0.00009, 0.071 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, 1, 0, -1 }, 271.91529, 0.00007, 4.520 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, 2, -3, 0 }, 300.30406, 0.00002, 0.070 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, 2, -2, 0 }, 274.52734, 0.00001, 1.062 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, 2, -1, 0 }, 98.10967, 0.00004, 0.081 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, 2, 0, 0 }, 127.64824, 0.00003, 0.039 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -4, 0, 0 }, 308.92791, 0.00005, 0.021 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -4, 1, 0 }, 309.20352, 0.00013, 0.028 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -4, 2, 0 }, 310.42636, 0.00006, 0.045 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -3, 0, 0 }, 313.10603, 0.00001, 0.028 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, -2, 0 }, 308.98080, 0.00004, 0.020 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, -1, 0 }, 309.25262, 0.00039, 0.027 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, 0, -2 }, 128.81414, 0.00001, 0.020 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, 0, 0 }, 309.45272, 0.00436, 0.042 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, 0, 2 }, 309.61675, 0.00007, 0.350 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, 1, 0 }, 309.40223, 0.00587, 0.093 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, 2, 0 }, 307.95789, 0.00027, 0.397 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, 3, 0 }, 307.85103, 0.00002, 0.063 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -1, -2, 1 }, 290.66152, 0.00005, 0.040 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -1, -1, 1 }, 290.63435, 0.00051, 0.087 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -1, 0, -1 }, 291.84522, 0.00003, 0.040 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -1, 0, 0 }, 128.69461, 0.00020, 0.086 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -1, 0, 1 }, 112.17551, 0.00009, 0.555 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -1, 1, -1 }, 291.45099, 0.00005, 0.085 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -1, 1, 0 }, 131.16083, 0.00002, 0.612 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -1, 1, 1 }, 111.36112, 0.00003, 0.066 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, -2, 0 }, 306.40303, 0.00031, 0.039 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, -1, -2 }, 125.23097, 0.00002, 0.025 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, -1, 0 }, 306.55823, 0.00458, 0.080 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 }, 304.60699, 0.02314, 1.339 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, 1, 0 }, 304.88943, 0.00415, 0.071 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, 1, 2 }, 125.23097, 0.00002, 0.024 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, 2, 0 }, 304.62567, 0.00027, 0.037 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, -3, 1 }, 290.62181, 0.00007, 0.076 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, -2, -1 }, 290.92232, 0.00002, 0.037 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, -2, 1 }, 290.64489, 0.00158, 37.265 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, -1, -1 }, 111.02527, 0.00016, 0.074 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, -1, 0 }, 304.95930, 0.00012, 7.147 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, -1, 1 }, 110.66854, 0.00247, 0.075 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, 0, -1 }, 110.93672, 0.00119, 3.261 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, 0, 0 }, 308.03001, 0.00033, 0.076 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, 0, 1 }, 291.62425, 0.00006, 0.038 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, 1, -1 }, 111.02527, 0.00016, 0.077 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, 1, 0 }, 307.99315, 0.00002, 0.038 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, 1, 1 }, 290.92405, 0.00002, 0.025 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, -3, 0 }, 294.03154, 0.00003, 0.070 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, -2, 0 }, 111.89138, 0.00031, 0.974 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, -1, 0 }, 88.25841, 0.00147, 0.082 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, 0, -2 }, 308.87316, 0.00005, 0.735 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, 0, 0 }, 317.17854, 0.00083, 0.039 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, 1, 0 }, 314.52759, 0.00010, 0.026 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 3, -3, 1 }, 290.66156, 0.00002, 0.087 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 3, -2, 1 }, 110.69773, 0.00002, 0.040 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 3, -1, 1 }, 110.66968, 0.00002, 0.026 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 4, -3, 0 }, 112.95176, 0.00020, 0.096 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 4, -2, 0 }, 112.27720, 0.00050, 0.042 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 4, -1, 0 }, 111.44731, 0.00030, 0.027 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 4, 0, 0 }, 105.44695, 0.00003, 0.020 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 6, -3, 0 }, 112.98414, 0.00002, 0.028 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 6, -2, 0 }, 113.01972, 0.00001, 0.021 }, + { { 0, 0, 1, 0, -3, 1, 0, 0, -2, 0, 0 }, 130.31720, 0.00002, 0.042 }, + { { 0, 0, 1, 0, -3, 1, 0, 0, 0, 0, 0 }, 115.94410, 0.00008, 1.280 }, + { { 0, 0, 1, 0, -3, 1, 0, 0, 2, -1, 0 }, 104.37510, 0.00004, 0.082 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, -2, -1, 0 }, 356.28551, 0.00001, 0.027 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, -2, 0, 0 }, 356.28552, 0.00014, 0.042 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, -2, 1, 0 }, 356.33506, 0.00018, 0.094 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, 0, -1, 0 }, 355.20730, 0.00015, 0.080 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, 0, 0, 0 }, 353.30112, 0.00059, 1.227 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, 0, 1, 0 }, 355.02334, 0.00011, 0.071 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, 2, -3, 0 }, 0.64187, 0.00002, 0.070 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, 2, -2, 0 }, 1.16561, 0.00002, 1.043 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, 2, -1, 0 }, 357.65883, 0.00006, 0.081 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, 2, 0, 0 }, 357.61155, 0.00005, 0.039 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, 4, -3, 0 }, 177.90569, 0.00001, 0.095 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, 4, -2, 0 }, 177.49266, 0.00001, 0.042 }, + { { 0, 0, 1, 0, -3, 3, 0, 0, -2, 0, 0 }, 60.48779, 0.00007, 0.042 }, + { { 0, 0, 1, 0, -3, 3, 0, 0, -2, 1, 0 }, 60.50212, 0.00007, 0.094 }, + { { 0, 0, 1, 0, -3, 3, 0, 0, 0, -1, 0 }, 60.35673, 0.00005, 0.081 }, + { { 0, 0, 1, 0, -3, 3, 0, 0, 0, 0, 0 }, 60.30729, 0.00021, 1.178 }, + { { 0, 0, 1, 0, -3, 3, 0, 0, 0, 1, 0 }, 60.35673, 0.00005, 0.071 }, + { { 0, 0, 1, 0, -3, 3, 0, 0, 2, -1, 0 }, 57.64029, 0.00002, 0.081 }, + { { 0, 0, 1, 0, -3, 3, 0, 0, 2, 0, 0 }, 58.49142, 0.00001, 0.039 }, + { { 0, 0, 1, 0, -3, 4, 0, 0, -2, 0, 0 }, 296.75959, 0.00002, 0.042 }, + { { 0, 0, 1, 0, -3, 4, 0, 0, 0, 0, 0 }, 291.95568, 0.00003, 1.133 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, -4, 1, 0 }, 172.51650, 0.00001, 0.028 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, -2, -1, 0 }, 172.55521, 0.00004, 0.027 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, -2, 0, 0 }, 172.56976, 0.00041, 0.042 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, -2, 1, 0 }, 172.46418, 0.00055, 0.095 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, -2, 2, 0 }, 172.51632, 0.00002, 0.372 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, -1, 0, 0 }, 172.58186, 0.00003, 0.087 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 0, -2, 0 }, 173.03974, 0.00002, 0.039 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 0, -1, 0 }, 172.86210, 0.00038, 0.081 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 0, 0, 0 }, 172.32635, 0.00171, 1.091 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 0, 1, 0 }, 172.94415, 0.00025, 0.071 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 0, 2, 0 }, 173.00815, 0.00002, 0.036 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 1, -1, 0 }, 172.58701, 0.00006, 33.536 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 1, 0, -1 }, 12.25880, 0.00001, 7.303 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 1, 0, 0 }, 352.58186, 0.00017, 0.075 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 2, -3, 0 }, 1.54121, 0.00001, 0.071 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 2, -1, 0 }, 171.32092, 0.00012, 0.081 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 2, 0, 0 }, 172.45015, 0.00008, 0.039 }, + { { 0, 0, 1, 0, -3, 6, -3, 0, 0, 0, 0 }, 349.49838, 0.00002, 1.093 }, + { { 0, 0, 1, 0, -2, -5, 0, 0, 0, 0, 0 }, 321.16517, 0.00003, 1.511 }, + { { 0, 0, 1, 0, -2, -2, 0, 0, 0, 0, 0 }, 97.39312, 0.00003, 1.310 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -6, 1, 0 }, 306.29079, 0.00002, 0.017 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -6, 2, 0 }, 305.91426, 0.00003, 0.021 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -4, -1, 0 }, 305.66531, 0.00007, 0.016 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -4, 0, 0 }, 306.66166, 0.00038, 0.021 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -4, 1, 0 }, 306.60629, 0.00090, 0.028 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -4, 1, 2 }, 306.35447, 0.00001, 0.117 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -4, 2, 0 }, 305.82923, 0.00060, 0.045 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -4, 3, 0 }, 301.60541, 0.00003, 0.113 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -3, 0, 0 }, 308.20751, 0.00001, 0.028 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -3, 1, 0 }, 126.16501, 0.00006, 0.043 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -3, 1, 1 }, 280.64001, 0.00001, 0.104 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, -3, 0 }, 305.76630, 0.00003, 0.016 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, -2, 0 }, 304.55917, 0.00026, 0.020 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, -1, -2 }, 125.58929, 0.00002, 0.016 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, -1, 0 }, 305.55372, 0.00313, 0.027 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, -1, 2 }, 125.69253, 0.00007, 0.097 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 0, -2 }, 124.64040, 0.00007, 0.020 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 0, 0 }, 306.02804, 0.03474, 0.042 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 0, 2 }, 306.27197, 0.00050, 0.340 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 1, -2 }, 125.60605, 0.00013, 0.027 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 1, 0 }, 305.99416, 0.04570, 0.094 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 1, 2 }, 305.37331, 0.00002, 0.062 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 2, 0 }, 305.97085, 0.00196, 0.384 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 3, 0 }, 308.15563, 0.00010, 0.063 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, -2, 1 }, 280.51623, 0.00005, 0.041 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, -1, -1 }, 280.50617, 0.00003, 0.026 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, -1, 0 }, 125.78375, 0.00015, 0.040 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, -1, 1 }, 280.51864, 0.00069, 0.088 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 0, -1 }, 280.50828, 0.00016, 0.040 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 0, 0 }, 125.85704, 0.00233, 0.087 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 0, 1 }, 100.50269, 0.00104, 0.530 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 1, -1 }, 280.53888, 0.00040, 0.085 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 1, 0 }, 125.98196, 0.00025, 0.582 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 1, 1 }, 100.55030, 0.00018, 0.066 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 2, -1 }, 280.51641, 0.00003, 0.644 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 2, 0 }, 125.80993, 0.00002, 0.067 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, -3, 0 }, 300.04224, 0.00020, 0.026 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, -2, 0 }, 300.11507, 0.00261, 0.039 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, -1, -2 }, 122.26721, 0.00009, 0.025 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, -1, 0 }, 301.00167, 0.03780, 0.080 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, -1, 2 }, 291.77386, 0.00002, 0.069 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, -2 }, 118.84971, 0.00002, 0.038 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, -1 }, 100.51448, 0.00002, 0.079 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 }, 301.00599, 0.16425, 1.203 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 2 }, 121.44426, 0.00011, 0.036 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 1, 0 }, 301.49768, 0.02889, 0.071 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 1, 2 }, 122.03429, 0.00008, 0.024 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 2, 0 }, 301.26671, 0.00202, 0.037 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 3, 0 }, 301.52272, 0.00013, 0.025 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -3, 0 }, 308.25410, 0.00001, 0.038 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -3, 1 }, 280.54049, 0.00002, 0.076 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -2, -1 }, 100.52254, 0.00008, 0.037 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -2, 0 }, 310.57872, 0.00018, 0.075 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -2, 1 }, 280.53725, 0.00055, 8.998 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -1, -1 }, 100.52330, 0.00155, 0.074 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -1, 0 }, 305.89040, 0.00327, 17.980 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -1, 1 }, 100.52447, 0.00445, 0.075 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 0, -3 }, 283.50810, 0.00001, 0.037 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 0, -1 }, 100.53010, 0.01183, 4.497 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 0, 0 }, 306.19317, 0.00697, 0.076 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 0, 1 }, 280.50610, 0.00203, 0.038 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 1, -1 }, 100.52417, 0.00165, 0.077 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 1, 0 }, 306.13874, 0.00047, 0.038 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 1, 1 }, 280.50699, 0.00024, 0.025 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 2, -1 }, 100.52321, 0.00011, 0.038 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 2, 0 }, 306.09015, 0.00003, 0.025 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 2, 1 }, 280.50738, 0.00002, 0.019 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, -4, 0 }, 292.64492, 0.00001, 0.036 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, -3, 0 }, 275.01305, 0.00004, 0.070 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, -2, 0 }, 288.46989, 0.00049, 1.061 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, -1, 0 }, 301.71105, 0.01819, 0.081 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, -1, 2 }, 130.79514, 0.00003, 0.026 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, 0, -2 }, 304.98612, 0.00040, 0.784 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, 0, 0 }, 303.96800, 0.00872, 0.039 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, 0, 2 }, 125.80893, 0.00002, 0.019 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, 1, -2 }, 125.00996, 0.00002, 0.083 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, 1, 0 }, 303.24276, 0.00099, 0.026 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, 2, 0 }, 305.07496, 0.00010, 0.019 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, -2, -1 }, 280.51840, 0.00002, 0.501 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, -2, 0 }, 305.54406, 0.00003, 0.088 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, -2, 1 }, 100.52410, 0.00006, 0.040 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, -1, -1 }, 280.47228, 0.00007, 0.089 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, -1, 0 }, 305.92318, 0.00012, 0.041 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, 0, -1 }, 100.66050, 0.00003, 0.041 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, 0, 0 }, 305.89891, 0.00008, 0.026 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, 0, 1 }, 280.50722, 0.00003, 0.019 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 4, -3, 0 }, 103.08555, 0.00018, 0.095 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 4, -2, 0 }, 289.48098, 0.00069, 0.042 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 4, -1, 0 }, 289.22982, 0.00098, 0.027 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 4, 0, 0 }, 297.36032, 0.00019, 0.020 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 4, 1, 0 }, 304.95958, 0.00001, 0.016 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 6, -3, 0 }, 286.19275, 0.00002, 0.028 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 6, -2, 0 }, 283.29088, 0.00004, 0.021 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 6, -1, 0 }, 283.05891, 0.00001, 0.016 }, + { { 0, 0, 1, 0, -2, 1, 0, 0, -2, 0, 0 }, 182.97699, 0.00006, 0.042 }, + { { 0, 0, 1, 0, -2, 1, 0, 0, -2, 1, 0 }, 182.97699, 0.00007, 0.094 }, + { { 0, 0, 1, 0, -2, 1, 0, 0, 0, -1, 0 }, 182.53313, 0.00005, 0.081 }, + { { 0, 0, 1, 0, -2, 1, 0, 0, 0, 0, 0 }, 181.62176, 0.00019, 1.156 }, + { { 0, 0, 1, 0, -2, 1, 0, 0, 0, 1, 0 }, 182.53313, 0.00005, 0.071 }, + { { 0, 0, 1, 0, -2, 1, 0, 0, 2, -1, 0 }, 181.10935, 0.00003, 0.081 }, + { { 0, 0, 1, 0, -2, 1, 0, 0, 2, 0, 0 }, 181.10937, 0.00002, 0.039 }, + { { 0, 0, 1, 0, -2, 2, 0, 0, -2, -1, 0 }, 28.72600, 0.00001, 0.027 }, + { { 0, 0, 1, 0, -2, 2, 0, 0, -2, 0, 0 }, 28.72600, 0.00010, 0.042 }, + { { 0, 0, 1, 0, -2, 2, 0, 0, -2, 1, 0 }, 29.40456, 0.00013, 0.094 }, + { { 0, 0, 1, 0, -2, 2, 0, 0, 0, -1, 0 }, 23.13930, 0.00010, 0.081 }, + { { 0, 0, 1, 0, -2, 2, 0, 0, 0, 0, 0 }, 22.87782, 0.00039, 1.112 }, + { { 0, 0, 1, 0, -2, 2, 0, 0, 0, 1, 0 }, 20.60965, 0.00007, 0.071 }, + { { 0, 0, 1, 0, -2, 2, 0, 0, 1, -1, 0 }, 12.80519, 0.00008, 81.442 }, + { { 0, 0, 1, 0, -2, 2, 0, 0, 1, 0, -1 }, 114.86911, 0.00002, 6.474 }, + { { 0, 0, 1, 0, -2, 2, 0, 0, 1, 0, 0 }, 191.06371, 0.00007, 0.075 }, + { { 0, 0, 1, 0, -2, 2, 0, 0, 2, -1, 0 }, 3.51477, 0.00003, 0.081 }, + { { 0, 0, 1, 0, -2, 2, 0, 0, 2, 0, 0 }, 9.77407, 0.00002, 0.039 }, + { { 0, 0, 1, 0, -2, 3, 0, 0, -2, 0, 0 }, 177.03037, 0.00002, 0.042 }, + { { 0, 0, 1, 0, -2, 3, 0, 0, 0, 0, 0 }, 237.17738, 0.00006, 1.072 }, + { { 0, 0, 1, 0, -2, 3, 0, 0, 1, 0, -1 }, 108.70734, 0.00004, 8.297 }, + { { 0, 0, 1, 0, -2, 4, 0, 0, -2, 0, 0 }, 348.12064, 0.00006, 0.042 }, + { { 0, 0, 1, 0, -2, 4, 0, 0, -2, 1, 0 }, 348.12065, 0.00007, 0.095 }, + { { 0, 0, 1, 0, -2, 4, 0, 0, 0, -1, 0 }, 349.13373, 0.00005, 0.081 }, + { { 0, 0, 1, 0, -2, 4, 0, 0, 0, 0, 0 }, 350.55637, 0.00026, 1.034 }, + { { 0, 0, 1, 0, -2, 4, 0, 0, 0, 1, 0 }, 349.13373, 0.00005, 0.070 }, + { { 0, 0, 1, 0, -2, 4, 0, 0, 1, 0, -1 }, 186.90352, 0.00001, 11.550 }, + { { 0, 0, 1, 0, -2, 4, 0, 0, 2, -1, 0 }, 351.98818, 0.00003, 0.080 }, + { { 0, 0, 1, 0, -2, 4, 0, 0, 2, 0, 0 }, 346.48027, 0.00001, 0.039 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, -4, 1, 0 }, 244.13912, 0.00002, 0.028 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, -4, 2, 0 }, 269.65440, 0.00001, 0.046 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, -2, -1, 0 }, 128.30763, 0.00005, 0.027 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, -2, 0, 0 }, 193.44975, 0.00028, 0.042 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, -2, 1, 0 }, 244.37235, 0.00078, 0.095 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, -2, 2, 0 }, 253.99687, 0.00006, 0.360 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 0, -2, 0 }, 97.68447, 0.00006, 0.039 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 0, -1, 0 }, 112.55607, 0.00042, 0.082 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 0, 0, 0 }, 200.60998, 0.00068, 0.999 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 0, 1, 0 }, 256.23495, 0.00037, 0.070 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 0, 2, 0 }, 259.54650, 0.00003, 0.036 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 1, 0, -1 }, 266.23098, 0.00004, 19.000 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 1, 0, 1 }, 86.29926, 0.00005, 0.037 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 2, -3, 0 }, 343.74828, 0.00001, 0.071 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 2, -2, 0 }, 215.12622, 0.00001, 1.294 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 2, -1, 0 }, 86.05616, 0.00007, 0.080 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 2, 0, 0 }, 181.73904, 0.00003, 0.039 }, + { { 0, 0, 1, 0, -2, 6, 0, 0, 1, 0, -1 }, 90.45864, 0.00003, 53.519 }, + { { 0, 0, 1, 0, -2, 7, 0, 0, 1, 0, -1 }, 48.45830, 0.00001, 65.520 }, + { { 0, 0, 1, 0, -1, -5, 0, 0, -2, 0, 0 }, 318.20729, 0.00004, 0.042 }, + { { 0, 0, 1, 0, -1, -5, 0, 0, -2, 1, 0 }, 318.20763, 0.00005, 0.093 }, + { { 0, 0, 1, 0, -1, -5, 0, 0, 0, -1, 0 }, 314.50609, 0.00004, 0.080 }, + { { 0, 0, 1, 0, -1, -5, 0, 0, 0, 0, 0 }, 310.64360, 0.00019, 1.341 }, + { { 0, 0, 1, 0, -1, -5, 0, 0, 0, 1, 0 }, 314.50609, 0.00004, 0.071 }, + { { 0, 0, 1, 0, -1, -5, 0, 0, 2, 0, 0 }, 319.24170, 0.00001, 0.039 }, + { { 0, 0, 1, 0, -1, -3, 0, 0, 0, 0, 0 }, 338.79903, 0.00001, 1.229 }, + { { 0, 0, 1, 0, -1, -2, 0, 0, -2, 0, 0 }, 107.01942, 0.00003, 0.042 }, + { { 0, 0, 1, 0, -1, -2, 0, 0, -2, 1, 0 }, 107.01944, 0.00002, 0.094 }, + { { 0, 0, 1, 0, -1, -2, 0, 0, 0, -1, 0 }, 107.01961, 0.00001, 0.081 }, + { { 0, 0, 1, 0, -1, -2, 0, 0, 0, 0, 0 }, 106.34498, 0.00012, 1.180 }, + { { 0, 0, 1, 0, -1, -2, 0, 0, 0, 1, 0 }, 107.01961, 0.00001, 0.071 }, + { { 0, 0, 1, 0, -1, -1, 0, 0, -2, 0, 0 }, 310.20686, 0.00001, 0.042 }, + { { 0, 0, 1, 0, -1, -1, 0, 0, 0, 0, 0 }, 307.27779, 0.00005, 1.134 }, + { { 0, 0, 1, 0, -1, -1, 0, 0, 1, 0, -1 }, 293.88307, 0.00001, 5.813 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -6, -1, 0 }, 1.89589, 0.00001, 0.012 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -6, 0, 0 }, 0.49190, 0.00003, 0.014 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -6, 1, 0 }, 1.35464, 0.00008, 0.017 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -6, 2, 0 }, 6.79550, 0.00009, 0.021 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -6, 3, 0 }, 1.72902, 0.00004, 0.030 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -5, 1, 0 }, 2.10260, 0.00001, 0.021 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, -2, 0 }, 1.06774, 0.00005, 0.013 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, -1, 0 }, 359.98801, 0.00028, 0.016 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, -1, 2 }, 1.76835, 0.00001, 0.029 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 0, 0 }, 2.84647, 0.00188, 0.021 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 0, 2 }, 1.78234, 0.00005, 0.046 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 1, -2 }, 181.69844, 0.00002, 0.016 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 1, 0 }, 2.42316, 0.00443, 0.028 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 1, 2 }, 2.13908, 0.00002, 0.118 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 2, -2 }, 181.66913, 0.00001, 0.020 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 2, 0 }, 2.18960, 0.00282, 0.045 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 3, 0 }, 1.64297, 0.00007, 0.114 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -3, -2, 0 }, 1.83938, 0.00001, 0.016 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -3, -1, 0 }, 1.67504, 0.00004, 0.020 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -3, 0, 0 }, 1.48038, 0.00015, 0.028 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -3, 1, 0 }, 183.90071, 0.00009, 0.044 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -3, 2, 0 }, 182.24984, 0.00008, 0.103 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, -3, 0 }, 1.63224, 0.00011, 0.016 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, -2, 0 }, 1.59954, 0.00119, 0.020 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, -2, 2 }, 181.81898, 0.00002, 0.043 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, -1, -2 }, 181.65124, 0.00007, 0.016 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, -1, 0 }, 1.96510, 0.01455, 0.027 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, -1, 2 }, 181.60944, 0.00035, 0.098 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 0, -2 }, 181.66637, 0.00040, 0.020 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 0, 0 }, 1.80280, 0.16497, 0.042 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 0, 2 }, 1.80214, 0.00228, 0.331 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 1, -2 }, 181.71558, 0.00045, 0.027 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 1, 0 }, 1.74333, 0.21118, 0.095 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 1, 2 }, 181.63980, 0.00006, 0.061 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 2, -2 }, 181.54035, 0.00003, 0.041 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 2, 0 }, 1.70905, 0.00889, 0.372 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 2, 2 }, 181.73432, 0.00005, 0.034 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 3, 0 }, 2.18550, 0.00053, 0.063 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 4, 0 }, 2.21086, 0.00004, 0.034 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, -2, 0 }, 0.65203, 0.00008, 0.026 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, -1, 0 }, 0.56029, 0.00080, 0.040 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, -1, 1 }, 277.89267, 0.00004, 0.089 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, 0, -2 }, 180.71018, 0.00003, 0.026 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, 0, -1 }, 274.61602, 0.00001, 0.040 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, 0, 0 }, 0.62111, 0.00978, 0.087 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, 0, 1 }, 96.66415, 0.00008, 0.508 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, 1, -1 }, 275.64169, 0.00003, 0.086 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, 1, 0 }, 0.51838, 0.00074, 0.555 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, 1, 1 }, 93.04832, 0.00001, 0.066 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, 2, 0 }, 0.73364, 0.00008, 0.066 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -4, 0 }, 0.96831, 0.00004, 0.019 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -3, 0 }, 0.89273, 0.00067, 0.026 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -2, -2 }, 181.16483, 0.00006, 0.019 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -2, 0 }, 1.25695, 0.00943, 0.039 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -2, 2 }, 181.75147, 0.00003, 0.801 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -1, -2 }, 181.35410, 0.00031, 0.026 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -1, 0 }, 1.23582, 0.14347, 0.081 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -1, 2 }, 358.13664, 0.00006, 0.069 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, -2 }, 183.26644, 0.00008, 0.039 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 }, 1.22890, 0.63880, 1.092 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 2 }, 181.20410, 0.00032, 0.036 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 1, -2 }, 348.26208, 0.00004, 0.079 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 1, 0 }, 1.11168, 0.10993, 0.071 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 1, 2 }, 181.16154, 0.00027, 0.024 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 2, -2 }, 183.12005, 0.00002, 1.718 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 2, 0 }, 1.03637, 0.00766, 0.036 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 2, 2 }, 180.93895, 0.00004, 0.018 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 3, 0 }, 1.11285, 0.00055, 0.025 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 4, 0 }, 1.06401, 0.00004, 0.019 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -3, 0 }, 181.13764, 0.00005, 0.038 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -2, -1 }, 97.00740, 0.00001, 0.038 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -2, 0 }, 180.86275, 0.00049, 0.076 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -2, 1 }, 277.38904, 0.00001, 5.117 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -1, -2 }, 181.06667, 0.00003, 0.037 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -1, -1 }, 96.64287, 0.00021, 0.075 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -1, 0 }, 0.69736, 0.02338, 34.860 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -1, 1 }, 96.67509, 0.00024, 0.074 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -1, 2 }, 181.06667, 0.00003, 0.037 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 0, -2 }, 180.73433, 0.00011, 0.074 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 0, -1 }, 96.79066, 0.00160, 7.243 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 0, 0 }, 180.70913, 0.06711, 0.075 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 0, 1 }, 276.84940, 0.00035, 0.037 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 0, 2 }, 0.71019, 0.00014, 0.025 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 1, -1 }, 96.64287, 0.00021, 0.076 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 1, 0 }, 180.71141, 0.00460, 0.038 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 1, 1 }, 276.81041, 0.00004, 0.025 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 1, 2 }, 0.71019, 0.00002, 0.019 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 2, -2 }, 180.46107, 0.00001, 0.077 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 2, 0 }, 180.70831, 0.00033, 0.025 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 3, 0 }, 180.71019, 0.00002, 0.019 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, -4, 0 }, 182.37915, 0.00001, 0.037 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, -3, 0 }, 182.16774, 0.00008, 0.071 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, -2, 0 }, 179.69145, 0.00083, 1.165 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, -1, -2 }, 1.62934, 0.00003, 0.069 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, -1, 0 }, 0.57920, 0.05108, 0.081 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, -1, 2 }, 180.81680, 0.00011, 0.025 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, 0, -2 }, 0.31118, 0.00162, 0.839 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, 0, 0 }, 0.43396, 0.03111, 0.039 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, 0, 2 }, 181.51628, 0.00005, 0.019 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, 1, -2 }, 179.20290, 0.00008, 0.083 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, 1, 0 }, 0.42724, 0.00346, 0.026 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, 2, 0 }, 1.42808, 0.00031, 0.019 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, 3, 0 }, 0.65552, 0.00003, 0.015 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, -3, 0 }, 0.73734, 0.00003, 0.573 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, -2, 0 }, 0.74424, 0.00061, 0.087 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, -1, 0 }, 180.69106, 0.00066, 0.040 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, 0, 0 }, 180.74540, 0.00060, 0.026 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, 1, 0 }, 180.71015, 0.00009, 0.020 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, -3, 0 }, 181.42944, 0.00002, 0.094 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, -2, 0 }, 1.31560, 0.00069, 0.042 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, -1, -2 }, 0.22172, 0.00003, 0.097 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, -1, 0 }, 359.77109, 0.00093, 0.027 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, 0, -2 }, 0.28365, 0.00002, 0.042 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, 0, 0 }, 1.64409, 0.00037, 0.020 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, 1, 0 }, 0.63262, 0.00008, 0.016 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 5, -1, 0 }, 180.70929, 0.00002, 0.020 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 6, -2, 0 }, 0.81201, 0.00002, 0.021 }, + { { 0, 0, 1, 0, -1, 1, 0, 0, -2, 0, 0 }, 225.45822, 0.00004, 0.042 }, + { { 0, 0, 1, 0, -1, 1, 0, 0, -2, 1, 0 }, 225.45822, 0.00004, 0.095 }, + { { 0, 0, 1, 0, -1, 1, 0, 0, 0, -1, 0 }, 219.57781, 0.00001, 0.081 }, + { { 0, 0, 1, 0, -1, 1, 0, 0, 0, 0, 0 }, 206.65393, 0.00009, 1.053 }, + { { 0, 0, 1, 0, -1, 1, 0, 0, 0, 1, 0 }, 219.57781, 0.00001, 0.070 }, + { { 0, 0, 1, 0, -1, 1, 0, 0, 1, 0, -1 }, 278.33701, 0.00001, 9.604 }, + { { 0, 0, 1, 0, -1, 2, 0, 0, -2, 0, 0 }, 49.88717, 0.00003, 0.042 }, + { { 0, 0, 1, 0, -1, 2, 0, 0, -2, 1, 0 }, 48.16415, 0.00004, 0.095 }, + { { 0, 0, 1, 0, -1, 2, 0, 0, 0, -1, 0 }, 36.61654, 0.00001, 0.081 }, + { { 0, 0, 1, 0, -1, 2, 0, 0, 0, 0, 0 }, 14.77425, 0.00007, 1.017 }, + { { 0, 0, 1, 0, -1, 2, 0, 0, 0, 1, 0 }, 36.61654, 0.00001, 0.070 }, + { { 0, 0, 1, 0, -1, 3, 0, 0, 0, 0, 0 }, 189.44046, 0.00002, 0.983 }, + { { 0, 0, 1, 0, -1, 4, 0, 0, 1, 0, -1 }, 43.79417, 0.00003, 439.132 }, + { { 0, 0, 1, 0, -1, 5, 0, 0, -2, 0, 0 }, 234.93438, 0.00001, 0.042 }, + { { 0, 0, 1, 0, -1, 5, 0, 0, 0, 0, 0 }, 222.79349, 0.00002, 0.921 }, + { { 0, 0, 1, 0, -1, 5, 0, 0, 1, 0, -1 }, 105.76899, 0.00004, 31.575 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, -2, -1, 0 }, 314.84897, 0.00003, 0.027 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, -2, 0, 0 }, 314.55212, 0.00018, 0.042 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, -2, 1, 0 }, 314.86532, 0.00025, 0.094 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, 0, -1, 0 }, 311.70887, 0.00023, 0.080 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, 0, 0, 0 }, 307.67562, 0.00093, 1.204 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, 0, 1, 0 }, 310.48677, 0.00017, 0.071 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, 0, 2, 0 }, 312.43034, 0.00001, 0.037 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, 1, -1, 1 }, 109.26887, 0.00002, 0.075 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, 1, 0, -1 }, 109.14854, 0.00007, 4.474 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, 1, 0, 0 }, 309.96776, 0.00003, 0.076 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, 2, -3, 0 }, 198.39726, 0.00001, 0.070 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, 2, -1, 0 }, 298.49700, 0.00011, 0.081 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, 2, 0, 0 }, 313.30902, 0.00004, 0.039 }, + { { 0, 0, 1, 0, 0, -4, 0, 0, -2, 0, 0 }, 108.78012, 0.00004, 0.042 }, + { { 0, 0, 1, 0, 0, -4, 0, 0, -2, 1, 0 }, 109.04454, 0.00005, 0.094 }, + { { 0, 0, 1, 0, 0, -4, 0, 0, 0, -1, 0 }, 110.45712, 0.00004, 0.081 }, + { { 0, 0, 1, 0, 0, -4, 0, 0, 0, 0, 0 }, 113.27543, 0.00019, 1.157 }, + { { 0, 0, 1, 0, 0, -4, 0, 0, 0, 1, 0 }, 110.45712, 0.00004, 0.071 }, + { { 0, 0, 1, 0, 0, -4, 0, 0, 1, -1, 0 }, 110.38551, 0.00001, 43.858 }, + { { 0, 0, 1, 0, 0, -4, 0, 0, 1, 0, -1 }, 299.23779, 0.00003, 5.276 }, + { { 0, 0, 1, 0, 0, -4, 0, 0, 2, -1, 0 }, 108.76629, 0.00002, 0.081 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, -4, 1, 0 }, 16.83284, 0.00001, 0.028 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, -2, -1, 0 }, 16.68556, 0.00004, 0.027 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, -2, 0, 0 }, 16.50939, 0.00038, 0.042 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, -2, 1, 0 }, 17.03548, 0.00046, 0.094 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, -2, 2, 0 }, 17.04571, 0.00001, 0.374 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, -1, 0, 0 }, 17.01466, 0.00008, 0.087 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, -1, 0, 1 }, 206.54776, 0.00004, 0.512 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 0, -2, 0 }, 16.92896, 0.00002, 0.039 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 0, -1, 0 }, 16.84004, 0.00037, 0.081 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 0, 0, 0 }, 16.54744, 0.00172, 1.113 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 0, 1, 0 }, 16.76787, 0.00027, 0.071 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 0, 2, 0 }, 16.93190, 0.00002, 0.036 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 1, -1, -1 }, 206.53066, 0.00005, 0.075 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 1, -1, 0 }, 16.97403, 0.00045, 89.713 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 1, -1, 1 }, 206.53071, 0.00007, 0.074 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 1, 0, -1 }, 206.52104, 0.00037, 6.426 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 1, 0, 0 }, 197.01738, 0.00037, 0.075 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 1, 0, 1 }, 26.52278, 0.00008, 0.037 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 1, 1, -1 }, 206.53066, 0.00005, 0.076 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 1, 1, 0 }, 197.01467, 0.00003, 0.038 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 2, -1, 0 }, 16.79434, 0.00013, 0.081 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 2, 0, 0 }, 16.94454, 0.00007, 0.039 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -4, 0, 0 }, 285.95026, 0.00003, 0.021 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -4, 1, 0 }, 285.82211, 0.00007, 0.028 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -4, 2, 0 }, 285.94679, 0.00005, 0.045 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -2, -2, 0 }, 286.00582, 0.00003, 0.020 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -2, -1, 0 }, 285.68158, 0.00021, 0.027 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -2, 0, 0 }, 285.71665, 0.00245, 0.042 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -2, 0, 2 }, 286.27724, 0.00004, 0.329 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -2, 1, 0 }, 285.98662, 0.00312, 0.095 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -2, 2, 0 }, 286.40825, 0.00014, 0.370 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -1, -1, 1 }, 293.92221, 0.00005, 0.089 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -1, 0, -1 }, 293.92192, 0.00002, 0.040 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -1, 0, 0 }, 286.30010, 0.00008, 0.087 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -1, 0, 1 }, 113.92209, 0.00018, 0.504 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -1, 1, -1 }, 293.92209, 0.00006, 0.086 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -1, 1, 1 }, 113.92218, 0.00004, 0.066 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 0, -2, 0 }, 285.61471, 0.00017, 0.039 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 0, -1, 0 }, 285.65697, 0.00245, 0.081 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 0, 0, 0 }, 285.55600, 0.01096, 1.073 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 0, 1, 0 }, 285.69271, 0.00186, 0.070 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 0, 2, 0 }, 285.63324, 0.00012, 0.036 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 0, 3, 0 }, 105.97684, 0.00001, 0.025 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, -2, -1 }, 113.92217, 0.00003, 0.038 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, -2, 0 }, 110.51666, 0.00001, 0.076 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, -2, 1 }, 293.92231, 0.00002, 4.720 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, -1, -1 }, 113.92217, 0.00039, 0.075 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, -1, 0 }, 285.92979, 0.00010, 22.176 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, -1, 1 }, 113.92219, 0.00038, 0.074 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 0, -1 }, 113.92222, 0.00307, 8.220 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 0, 0 }, 106.27291, 0.00066, 0.075 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 0, 1 }, 293.92222, 0.00073, 0.037 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 1, -1 }, 113.92217, 0.00039, 0.076 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 1, 0 }, 106.27293, 0.00004, 0.038 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 1, 1 }, 293.92221, 0.00008, 0.025 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 2, -1 }, 113.92217, 0.00003, 0.038 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 2, -2, 0 }, 107.46550, 0.00002, 1.188 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 2, -1, 0 }, 286.69128, 0.00062, 0.081 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 2, 0, -2 }, 286.40676, 0.00002, 0.851 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 2, 0, 0 }, 286.25059, 0.00042, 0.039 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 2, 1, 0 }, 286.07365, 0.00006, 0.026 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 3, -1, -1 }, 293.92207, 0.00003, 0.088 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 3, -1, 1 }, 293.92221, 0.00002, 0.026 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 4, -2, 0 }, 283.11632, 0.00001, 0.042 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 4, -1, 0 }, 286.49969, 0.00001, 0.027 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -4, -2, 0 }, 0.72216, 0.00001, 0.013 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -4, 0, 0 }, 0.22081, 0.00012, 0.021 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -4, 1, 0 }, 0.66907, 0.00027, 0.028 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -4, 2, 0 }, 0.70082, 0.00013, 0.045 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -3, 0, 0 }, 0.84442, 0.00002, 0.028 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, -2, 0 }, 0.68489, 0.00009, 0.020 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, -1, 0 }, 0.64394, 0.00085, 0.027 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, -1, 2 }, 180.69733, 0.00002, 0.098 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, 0, -2 }, 180.66154, 0.00002, 0.020 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, 0, 0 }, 0.72506, 0.00959, 0.042 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, 0, 2 }, 0.71252, 0.00014, 0.325 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, 1, 0 }, 0.68492, 0.01211, 0.095 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, 1, 2 }, 180.69733, 0.00002, 0.061 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, 2, 0 }, 0.75517, 0.00053, 0.365 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, 3, 0 }, 0.81129, 0.00003, 0.063 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -1, -1, 0 }, 0.29648, 0.00002, 0.041 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -1, 0, 0 }, 358.50648, 0.00004, 0.088 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -1, 0, 1 }, 169.36160, 0.00003, 0.495 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, -3, 0 }, 0.44799, 0.00003, 0.026 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, -2, 0 }, 0.48417, 0.00058, 0.039 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, -1, -2 }, 180.45616, 0.00003, 0.026 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, -1, 0 }, 0.45799, 0.00863, 0.081 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, -1, 2 }, 0.46461, 0.00001, 0.069 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, -2 }, 180.52663, 0.00003, 0.039 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0 }, 0.43296, 0.03897, 1.035 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, 2 }, 180.59961, 0.00002, 0.036 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, 1, -2 }, 0.46461, 0.00001, 0.079 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, 1, 0 }, 0.40477, 0.00654, 0.070 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, 1, 2 }, 180.45616, 0.00003, 0.024 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, 2, 0 }, 0.41053, 0.00044, 0.036 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, 3, 0 }, 0.28688, 0.00003, 0.025 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, -2, 0 }, 181.88657, 0.00002, 0.076 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, -1, -1 }, 170.10657, 0.00008, 0.075 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, -1, 0 }, 181.44488, 0.00001, 12.652 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, -1, 1 }, 170.16104, 0.00006, 0.074 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, -1 }, 170.12632, 0.00066, 11.401 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, 0 }, 180.31263, 0.00154, 0.075 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, 1 }, 350.12312, 0.00020, 0.037 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, 1, -1 }, 170.10657, 0.00008, 0.076 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, 1, 0 }, 180.31836, 0.00011, 0.038 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, 1, 1 }, 350.12312, 0.00002, 0.025 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 2, -2, 0 }, 179.99601, 0.00011, 1.238 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 2, -1, 0 }, 0.18215, 0.00225, 0.080 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 2, 0, -2 }, 0.22788, 0.00009, 0.876 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 2, 0, 0 }, 0.14437, 0.00164, 0.039 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 2, 1, 0 }, 0.41038, 0.00020, 0.026 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 3, -1, 0 }, 180.29648, 0.00002, 0.040 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 4, -2, 0 }, 0.27118, 0.00002, 0.042 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 4, -1, 0 }, 0.44369, 0.00003, 0.027 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 4, 0, 0 }, 0.14700, 0.00002, 0.020 }, + { { 0, 0, 1, 0, 0, 0, -3, 0, -2, 0, 0 }, 92.89554, 0.00002, 0.042 }, + { { 0, 0, 1, 0, 0, 0, -3, 0, 0, 0, 0 }, 92.95149, 0.00007, 1.037 }, + { { 0, 0, 1, 0, 0, 0, -3, 2, 0, 0, 0 }, 100.70523, 0.00001, 1.024 }, + { { 0, 0, 1, 0, 0, 0, -2, 0, -2, -1, 0 }, 276.99875, 0.00002, 0.027 }, + { { 0, 0, 1, 0, 0, 0, -2, 0, -2, 0, 0 }, 276.99852, 0.00013, 0.042 }, + { { 0, 0, 1, 0, 0, 0, -2, 0, -2, 1, 0 }, 276.99629, 0.00018, 0.095 }, + { { 0, 0, 1, 0, 0, 0, -2, 0, 0, -1, 0 }, 277.01334, 0.00015, 0.081 }, + { { 0, 0, 1, 0, 0, 0, -2, 0, 0, 0, 0 }, 276.99993, 0.00068, 1.024 }, + { { 0, 0, 1, 0, 0, 0, -2, 0, 0, 1, 0 }, 277.01924, 0.00011, 0.070 }, + { { 0, 0, 1, 0, 0, 0, -2, 0, 1, 0, -1 }, 74.07492, 0.00004, 12.892 }, + { { 0, 0, 1, 0, 0, 0, -2, 0, 1, 0, 1 }, 254.07509, 0.00002, 0.037 }, + { { 0, 0, 1, 0, 0, 0, -2, 0, 2, -1, 0 }, 276.18312, 0.00002, 0.080 }, + { { 0, 0, 1, 0, 0, 0, -2, 0, 2, 0, 0 }, 276.82618, 0.00002, 0.039 }, + { { 0, 0, 1, 0, 0, 0, -1, -2, 0, 0, 0 }, 273.08670, 0.00001, 1.025 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, -2, -1, 0 }, 353.64441, 0.00004, 0.027 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, -2, 0, 0 }, 353.72737, 0.00023, 0.042 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, -2, 1, 0 }, 353.57297, 0.00031, 0.095 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, 0, -1, 0 }, 354.94461, 0.00025, 0.082 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0 }, 356.07118, 0.00104, 1.012 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, 0, 1, 0 }, 355.46605, 0.00017, 0.070 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, 0, 2, 0 }, 354.70883, 0.00001, 0.036 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, 1, 0, 0 }, 176.64363, 0.00002, 0.075 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, 2, -1, 0 }, 7.27170, 0.00004, 0.080 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, 2, 0, 0 }, 358.44811, 0.00004, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, -2, 0, 0 }, 283.59447, 0.00009, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, -2, 1, 0 }, 283.59496, 0.00012, 0.095 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 0, -1, 0 }, 283.58667, 0.00010, 0.082 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 0, 0, 0 }, 283.57315, 0.00042, 1.012 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 0, 1, 0 }, 283.58574, 0.00009, 0.070 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 1, 0, -1 }, 131.78514, 0.00006, 15.174 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 1, 0, 1 }, 311.78513, 0.00003, 0.037 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 2, -1, 0 }, 283.53188, 0.00001, 0.080 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 2, 0, 0 }, 283.56864, 0.00001, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, -2, 0, 0 }, 1.69966, 0.00009, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, -2, 1, 0 }, 1.71613, 0.00011, 0.095 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, -1, 0 }, 1.37850, 0.00009, 0.082 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 0 }, 0.87907, 0.00041, 1.006 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 0 }, 1.37850, 0.00009, 0.070 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 2, -1, 0 }, 358.20265, 0.00001, 0.080 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 2, 0, 0 }, 0.34816, 0.00002, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -4, 0, 0 }, 72.28017, 0.00012, 0.021 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -4, 1, 0 }, 66.93395, 0.00012, 0.028 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -4, 2, 0 }, 68.06377, 0.00007, 0.046 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, -2, 0 }, 60.29767, 0.00003, 0.020 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, -1, 0 }, 67.94537, 0.00030, 0.027 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 0, 0 }, 64.63066, 0.00309, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 0, 1 }, 103.34668, 0.00002, 0.097 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 0, 2 }, 61.97076, 0.00004, 0.322 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 1, 0 }, 63.15579, 0.00390, 0.095 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 2, 0 }, 60.56540, 0.00019, 0.360 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 3, 0 }, 89.51559, 0.00004, 0.062 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, -2, 1 }, 112.42127, 0.00001, 0.041 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, -1, -1 }, 95.13371, 0.00002, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, -1, 0 }, 84.88227, 0.00002, 0.041 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, -1, 1 }, 278.39287, 0.00010, 0.089 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, -1 }, 91.71870, 0.00022, 0.040 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0 }, 108.92132, 0.00004, 0.088 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 1 }, 279.63289, 0.00112, 0.487 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 1, -1 }, 91.64297, 0.00044, 0.087 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 1, 1 }, 287.43049, 0.00021, 0.065 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 2, -1 }, 88.90418, 0.00003, 0.581 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 2, 1 }, 312.27707, 0.00003, 0.035 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, -3, 0 }, 91.64231, 0.00001, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, -2, 0 }, 90.34874, 0.00025, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0 }, 90.29781, 0.00355, 0.082 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1 }, 281.28859, 0.00010, 0.081 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 95.38394, 0.01699, 1.000 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 }, 103.35181, 0.00008, 0.069 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, -1 }, 283.35135, 0.00001, 1.200 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0 }, 88.40924, 0.00267, 0.070 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0 }, 89.85306, 0.00019, 0.036 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -2, -1 }, 276.12701, 0.00007, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -1, -1 }, 274.42730, 0.00091, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -1, 0 }, 262.19415, 0.00008, 8.850 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -1, 1 }, 288.20132, 0.00085, 0.074 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, -1 }, 298.97935, 0.00456, 18.600 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0 }, 264.99536, 0.00116, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 }, 112.29596, 0.00625, 0.037 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, -1 }, 274.14807, 0.00100, 0.076 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0 }, 264.80305, 0.00008, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 1 }, 111.92507, 0.00070, 0.025 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 2, -1 }, 271.43734, 0.00006, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 2, 1 }, 109.28790, 0.00007, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, -3, 0 }, 293.73261, 0.00002, 0.071 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, -2, 0 }, 303.05433, 0.00020, 1.292 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, -1, 0 }, 16.06155, 0.00242, 0.080 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, -2 }, 52.61615, 0.00004, 0.903 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, -1 }, 99.83747, 0.00006, 0.081 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0 }, 45.43483, 0.00093, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, 1, 0 }, 57.73479, 0.00012, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 3, -3, -1 }, 77.06307, 0.00002, 0.066 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 3, -2, -1 }, 85.72930, 0.00001, 0.547 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 3, -2, 1 }, 289.29715, 0.00002, 0.040 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 3, -1, -1 }, 96.60247, 0.00022, 0.088 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 3, -1, 0 }, 264.88227, 0.00002, 0.040 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 3, -1, 1 }, 111.96123, 0.00014, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, -1 }, 111.43777, 0.00021, 0.041 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 1 }, 111.96122, 0.00009, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 3, 1, -1 }, 111.96395, 0.00003, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 4, -2, 0 }, 35.66816, 0.00004, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 4, -1, 0 }, 5.70828, 0.00003, 0.027 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 0 }, 354.15150, 0.00002, 0.020 }, + { { 0, 0, 1, 0, 0, 0, 1, -2, -2, 0, 0 }, 163.79136, 0.00002, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 1, -2, 0, 0, 0 }, 176.83445, 0.00006, 1.000 }, + { { 0, 0, 1, 0, 0, 0, 1, 0, -2, 0, 0 }, 83.74899, 0.00003, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 1, 0, 0, -1, 0 }, 84.42506, 0.00001, 0.082 }, + { { 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0 }, 86.97644, 0.00004, 0.988 }, + { { 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0 }, 84.42506, 0.00001, 0.070 }, + { { 0, 0, 1, 0, 0, 1, -3, 0, -2, 0, 0 }, 24.73129, 0.00002, 0.042 }, + { { 0, 0, 1, 0, 0, 1, -3, 0, 0, 0, 0 }, 23.31355, 0.00003, 1.002 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, -4, 1, 0 }, 165.68770, 0.00001, 0.028 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, -2, -1, 0 }, 165.72063, 0.00004, 0.027 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, -2, 0, 0 }, 165.36176, 0.00044, 0.042 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, -2, 1, 0 }, 166.62476, 0.00047, 0.096 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, -2, 2, 0 }, 165.65309, 0.00003, 0.356 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, -1, 0, -1 }, 334.35754, 0.00004, 0.040 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, -1, 0, 1 }, 334.90504, 0.00004, 0.479 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, -1, 1, -1 }, 154.07284, 0.00010, 0.087 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, -1, 2, -1 }, 154.14483, 0.00001, 0.570 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 0, -1, 0 }, 164.60535, 0.00022, 0.082 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0 }, 167.08140, 0.00066, 0.967 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0 }, 171.44269, 0.00006, 0.070 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, -2, -1 }, 334.18174, 0.00007, 0.038 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, -1, -1 }, 334.18174, 0.00099, 0.075 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, -1, 1 }, 334.29832, 0.00002, 0.074 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, -1 }, 334.27632, 0.00507, 50.462 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 1 }, 334.18806, 0.00057, 0.037 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, -1 }, 334.18174, 0.00099, 0.076 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 1 }, 334.18959, 0.00006, 0.025 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, 2, -1 }, 334.18174, 0.00007, 0.038 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 2, -1, 0 }, 348.99977, 0.00002, 0.080 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 2, 0, 0 }, 348.37132, 0.00002, 0.039 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 3, -2, -1 }, 154.14483, 0.00001, 0.557 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 3, -1, -1 }, 154.04424, 0.00007, 0.087 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 3, 0, -1 }, 334.24135, 0.00008, 0.040 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, -2, 0, 0 }, 63.32997, 0.00003, 0.042 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, -2, 1, 0 }, 63.41285, 0.00002, 0.096 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, -1, 0, -1 }, 236.29092, 0.00001, 0.040 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, -1, 1, -1 }, 57.45282, 0.00001, 0.087 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0 }, 66.09502, 0.00004, 0.936 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, 1, -1, -1 }, 236.72933, 0.00017, 0.076 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, 1, 0, -1 }, 236.29092, 0.00095, 70.769 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, 1, 0, 1 }, 55.59023, 0.00003, 0.037 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, 1, 1, -1 }, 236.72933, 0.00017, 0.075 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, 3, -1, -1 }, 57.45282, 0.00001, 0.087 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, 3, 0, -1 }, 236.29092, 0.00001, 0.040 }, + { { 0, 0, 1, 0, 0, 3, 0, 0, 1, 0, -1 }, 139.65231, 0.00001, 20.799 }, + { { 0, 0, 1, 0, 1, -6, 3, 0, 0, 0, 0 }, 192.39273, 0.00002, 1.091 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, -4, 1, 0 }, 11.66801, 0.00002, 0.028 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, -2, -1, 0 }, 11.69393, 0.00005, 0.027 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, -2, 0, 0 }, 11.70527, 0.00045, 0.042 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, -2, 1, 0 }, 11.62128, 0.00061, 0.095 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, -2, 2, 0 }, 11.67816, 0.00002, 0.372 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, -1, 0, 0 }, 11.20761, 0.00004, 0.087 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 0, -2, 0 }, 11.93144, 0.00002, 0.039 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 0, -1, 0 }, 11.83028, 0.00041, 0.081 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 0, 0, 0 }, 11.17867, 0.00182, 1.093 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 0, 1, 0 }, 11.74529, 0.00029, 0.071 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 0, 2, 0 }, 11.96065, 0.00002, 0.036 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 1, -1, 0 }, 10.91598, 0.00007, 36.292 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 1, 0, 0 }, 191.20763, 0.00019, 0.075 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 2, -3, 0 }, 189.78991, 0.00001, 0.071 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 2, -1, 0 }, 8.78702, 0.00012, 0.081 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 2, 0, 0 }, 10.38319, 0.00007, 0.039 }, + { { 0, 0, 1, 0, 1, -4, 0, 0, -2, 0, 0 }, 239.60996, 0.00002, 0.042 }, + { { 0, 0, 1, 0, 1, -4, 0, 0, 0, 0, 0 }, 239.60591, 0.00003, 1.054 }, + { { 0, 0, 1, 0, 1, -3, 0, 0, -2, -1, 0 }, 308.90079, 0.00002, 0.027 }, + { { 0, 0, 1, 0, 1, -3, 0, 0, -2, 0, 0 }, 308.90079, 0.00009, 0.042 }, + { { 0, 0, 1, 0, 1, -3, 0, 0, -2, 1, 0 }, 308.90705, 0.00012, 0.095 }, + { { 0, 0, 1, 0, 1, -3, 0, 0, 0, -1, 0 }, 308.37261, 0.00009, 0.081 }, + { { 0, 0, 1, 0, 1, -3, 0, 0, 0, 0, 0 }, 306.81822, 0.00040, 1.018 }, + { { 0, 0, 1, 0, 1, -3, 0, 0, 0, 1, 0 }, 308.15254, 0.00007, 0.070 }, + { { 0, 0, 1, 0, 1, -3, 0, 0, 1, 0, -1 }, 136.65653, 0.00001, 14.024 }, + { { 0, 0, 1, 0, 1, -3, 0, 0, 2, -1, 0 }, 298.88018, 0.00001, 0.080 }, + { { 0, 0, 1, 0, 1, -3, 0, 0, 2, 0, 0 }, 305.22858, 0.00001, 0.039 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, -4, 1, 0 }, 183.23221, 0.00001, 0.028 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, -2, -1, 0 }, 183.21251, 0.00005, 0.027 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, -2, 0, 0 }, 183.15774, 0.00045, 0.042 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, -2, 1, 0 }, 183.22892, 0.00057, 0.096 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, -2, 2, 0 }, 183.26614, 0.00003, 0.358 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 0, -2, 0 }, 182.25835, 0.00002, 0.039 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 0, -1, 0 }, 182.07120, 0.00043, 0.082 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 0, 0, 0 }, 181.05494, 0.00186, 0.984 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 0, 1, 0 }, 181.59678, 0.00027, 0.070 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 0, 2, 0 }, 182.36747, 0.00002, 0.036 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 1, 0, -1 }, 79.18208, 0.00002, 26.769 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 1, 0, 0 }, 0.57133, 0.00003, 0.075 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 2, -1, 0 }, 175.51858, 0.00007, 0.080 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 2, 0, 0 }, 179.15315, 0.00006, 0.039 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, -2, 0, 0 }, 66.36315, 0.00002, 0.042 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, -2, 1, 0 }, 66.36315, 0.00002, 0.096 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, -1, 0, -1 }, 273.73523, 0.00006, 0.040 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, -1, 1, -1 }, 94.19933, 0.00007, 0.087 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, -1, 2, -1 }, 93.99044, 0.00001, 0.565 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 0, 0, 0 }, 34.37238, 0.00004, 0.952 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 1, -2, -1 }, 273.91123, 0.00006, 0.038 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 1, -1, -1 }, 273.91123, 0.00087, 0.075 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 1, 0, -1 }, 273.73523, 0.00491, 293.315 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 1, 0, 1 }, 274.41768, 0.00005, 0.037 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 1, 1, -1 }, 273.91123, 0.00087, 0.075 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 1, 2, -1 }, 273.91123, 0.00006, 0.038 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 3, -2, -1 }, 93.99044, 0.00001, 0.563 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 3, -1, -1 }, 94.19933, 0.00007, 0.087 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 3, 0, -1 }, 273.73523, 0.00006, 0.040 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -4, -1, 0 }, 72.57794, 0.00002, 0.016 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -4, 0, 0 }, 246.27304, 0.00009, 0.021 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -4, 1, 0 }, 249.37683, 0.00017, 0.028 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -4, 2, 0 }, 251.65810, 0.00009, 0.046 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -3, 0, 0 }, 247.55197, 0.00001, 0.028 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, -2, 0 }, 244.67831, 0.00003, 0.020 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, -1, 0 }, 241.02063, 0.00035, 0.027 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, 0, 0 }, 244.62727, 0.00408, 0.042 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, 0, 2 }, 245.48442, 0.00006, 0.313 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, 1, 0 }, 247.51034, 0.00474, 0.096 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, 2, 0 }, 251.71272, 0.00022, 0.350 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -1, -1, -1 }, 75.53653, 0.00006, 0.026 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -1, -1, 1 }, 76.89821, 0.00003, 0.090 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -1, 0, -1 }, 75.54788, 0.00041, 0.040 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -1, 0, 0 }, 59.88138, 0.00003, 0.089 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -1, 0, 1 }, 256.09304, 0.00036, 0.468 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -1, 1, -1 }, 255.89411, 0.00022, 0.087 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -1, 1, 1 }, 254.50488, 0.00002, 0.065 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -1, 2, -1 }, 255.37659, 0.00006, 0.554 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 0, -2, 0 }, 226.44437, 0.00014, 0.039 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 0, -1, 0 }, 227.42682, 0.00188, 0.082 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 }, 235.35696, 0.00720, 0.922 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0 }, 241.15890, 0.00109, 0.070 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 0, 2, 0 }, 245.65800, 0.00005, 0.036 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, -3, -1 }, 75.62742, 0.00001, 0.025 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, -2, -1 }, 75.35587, 0.00029, 0.038 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, -1, -1 }, 75.57587, 0.00426, 0.076 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, -1, 0 }, 57.70321, 0.00002, 5.069 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, -1, 1 }, 255.79887, 0.00029, 0.073 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, -3 }, 257.53717, 0.00003, 0.037 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, -1 }, 75.47182, 0.02540, 32.746 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0 }, 38.92634, 0.00007, 0.074 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1 }, 255.51532, 0.00153, 0.037 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, -1 }, 75.57867, 0.00424, 0.075 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 1 }, 255.50852, 0.00016, 0.025 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 2, -1 }, 75.57727, 0.00029, 0.038 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 3, -1 }, 75.62742, 0.00001, 0.025 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 2, -2, 0 }, 19.85100, 0.00004, 1.450 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 2, -1, 0 }, 60.53865, 0.00017, 0.080 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 2, 0, 0 }, 96.92248, 0.00010, 0.039 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 3, -2, -1 }, 255.62742, 0.00005, 0.574 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 3, -1, -1 }, 255.74048, 0.00033, 0.087 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 3, -1, 1 }, 255.50861, 0.00003, 0.026 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 3, 0, -1 }, 75.47718, 0.00023, 0.040 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 3, 0, 1 }, 255.50880, 0.00002, 0.019 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 3, 1, -1 }, 75.53653, 0.00006, 0.026 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 4, -1, 0 }, 67.03728, 0.00001, 0.027 }, + { { 0, 0, 1, 0, 1, 5, 0, 0, 0, -1, 0 }, 299.54401, 0.00002, 0.083 }, + { { 0, 0, 1, 0, 1, 5, 0, 0, 0, 1, 0 }, 299.54401, 0.00002, 0.069 }, + { { 0, 0, 1, 0, 1, 5, 0, 0, 2, -2, 0 }, 299.68645, 0.00001, 1.923 }, + { { 0, 0, 1, 0, 1, 5, 0, 0, 2, 0, 0 }, 299.68645, 0.00001, 0.038 }, + { { 0, 0, 1, 0, 2, -8, 0, 0, 0, 0, 0 }, 205.29039, 0.00003, 1.115 }, + { { 0, 0, 1, 0, 2, -7, 0, 0, -2, 0, 0 }, 113.76645, 0.00004, 0.042 }, + { { 0, 0, 1, 0, 2, -7, 0, 0, -2, 1, 0 }, 113.76645, 0.00005, 0.095 }, + { { 0, 0, 1, 0, 2, -7, 0, 0, 0, -1, 0 }, 113.66936, 0.00003, 0.081 }, + { { 0, 0, 1, 0, 2, -7, 0, 0, 0, 0, 0 }, 113.55864, 0.00016, 1.074 }, + { { 0, 0, 1, 0, 2, -7, 0, 0, 0, 1, 0 }, 113.66936, 0.00003, 0.070 }, + { { 0, 0, 1, 0, 2, -7, 0, 0, 1, 0, -1 }, 302.63460, 0.00004, 8.144 }, + { { 0, 0, 1, 0, 2, -6, 0, 0, -2, 0, 0 }, 191.22542, 0.00008, 0.042 }, + { { 0, 0, 1, 0, 2, -6, 0, 0, -2, 1, 0 }, 191.23019, 0.00008, 0.095 }, + { { 0, 0, 1, 0, 2, -6, 0, 0, 0, -1, 0 }, 191.09835, 0.00006, 0.081 }, + { { 0, 0, 1, 0, 2, -6, 0, 0, 0, 0, 0 }, 190.86072, 0.00028, 1.036 }, + { { 0, 0, 1, 0, 2, -6, 0, 0, 0, 1, 0 }, 191.09835, 0.00006, 0.070 }, + { { 0, 0, 1, 0, 2, -6, 0, 0, 2, -1, 0 }, 189.89382, 0.00002, 0.080 }, + { { 0, 0, 1, 0, 2, -6, 0, 0, 2, 0, 0 }, 190.32994, 0.00002, 0.039 }, + { { 0, 0, 1, 0, 2, -6, 3, 0, -2, 0, 0 }, 257.32753, 0.00003, 0.042 }, + { { 0, 0, 1, 0, 2, -6, 3, 0, -2, 1, 0 }, 257.32753, 0.00002, 0.095 }, + { { 0, 0, 1, 0, 2, -6, 3, 0, 0, -1, 0 }, 257.32753, 0.00001, 0.082 }, + { { 0, 0, 1, 0, 2, -6, 3, 0, 0, 0, 0 }, 255.73960, 0.00009, 0.999 }, + { { 0, 0, 1, 0, 2, -6, 3, 0, 0, 1, 0 }, 257.32753, 0.00001, 0.070 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -4, -1, 0 }, 67.01560, 0.00001, 0.016 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -4, 0, 0 }, 65.53301, 0.00005, 0.021 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -4, 1, 0 }, 66.52706, 0.00014, 0.028 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -4, 2, 0 }, 66.95799, 0.00008, 0.046 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, -2, 0 }, 66.93071, 0.00004, 0.020 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, -1, 0 }, 67.26564, 0.00032, 0.027 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, 0, -2 }, 246.82026, 0.00001, 0.020 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, 0, 0 }, 67.17110, 0.00423, 0.042 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, 0, 2 }, 67.08534, 0.00006, 0.322 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, 1, 0 }, 66.72935, 0.00586, 0.095 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, 2, 0 }, 66.57709, 0.00029, 0.361 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, 3, 0 }, 67.22225, 0.00002, 0.062 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -1, -1, 1 }, 58.99911, 0.00002, 0.089 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -1, 0, 0 }, 255.30291, 0.00001, 0.088 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -1, 0, 1 }, 239.04433, 0.00003, 0.487 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, -3, 0 }, 65.68512, 0.00001, 0.026 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, -2, 0 }, 66.66060, 0.00019, 0.039 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, -1, 0 }, 65.89732, 0.00331, 0.082 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, 0, 0 }, 65.64939, 0.01696, 1.001 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, 1, 0 }, 65.39064, 0.00313, 0.070 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, 2, 0 }, 64.96312, 0.00022, 0.036 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 1, -1, -1 }, 239.05526, 0.00001, 0.075 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 1, -1, 0 }, 246.60583, 0.00004, 8.940 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 1, -1, 1 }, 239.05342, 0.00008, 0.074 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 1, 0, -1 }, 239.05618, 0.00070, 18.216 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 1, 0, 0 }, 245.30844, 0.00046, 0.075 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 1, 0, 1 }, 59.05928, 0.00064, 0.037 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 1, 1, -1 }, 239.05526, 0.00001, 0.076 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 1, 1, 0 }, 245.35194, 0.00003, 0.038 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 1, 1, 1 }, 59.05936, 0.00007, 0.025 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 2, -2, 0 }, 259.23696, 0.00005, 1.290 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 2, -1, 0 }, 65.18715, 0.00063, 0.080 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 2, 0, -2 }, 64.63706, 0.00004, 0.902 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 2, 0, 0 }, 62.22515, 0.00065, 0.039 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 2, 1, 0 }, 64.59615, 0.00010, 0.026 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 3, 0, -1 }, 59.06088, 0.00002, 0.041 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 4, -2, 0 }, 78.00011, 0.00001, 0.042 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 4, -1, 0 }, 64.47137, 0.00002, 0.027 }, + { { 0, 0, 1, 0, 2, -4, 0, 0, -2, 0, 0 }, 283.38647, 0.00002, 0.042 }, + { { 0, 0, 1, 0, 2, -4, 0, 0, 0, 0, 0 }, 295.93949, 0.00010, 0.968 }, + { { 0, 0, 1, 0, 2, -4, 0, 0, 1, -1, -1 }, 322.38408, 0.00002, 0.075 }, + { { 0, 0, 1, 0, 2, -4, 0, 0, 1, 0, -1 }, 323.17235, 0.00013, 47.735 }, + { { 0, 0, 1, 0, 2, -4, 0, 0, 1, 0, 1 }, 323.19213, 0.00002, 0.037 }, + { { 0, 0, 1, 0, 2, -4, 0, 0, 1, 1, -1 }, 322.38408, 0.00002, 0.076 }, + { { 0, 0, 1, 0, 2, -3, 0, 0, -2, 0, 0 }, 183.77514, 0.00004, 0.042 }, + { { 0, 0, 1, 0, 2, -3, 0, 0, -2, 1, 0 }, 183.77514, 0.00004, 0.096 }, + { { 0, 0, 1, 0, 2, -3, 0, 0, 0, -1, 0 }, 183.77514, 0.00001, 0.082 }, + { { 0, 0, 1, 0, 2, -3, 0, 0, 0, 0, 0 }, 175.38763, 0.00009, 0.937 }, + { { 0, 0, 1, 0, 2, -3, 0, 0, 0, 1, 0 }, 183.77514, 0.00001, 0.070 }, + { { 0, 0, 1, 0, 2, -3, 0, 0, 1, -1, -1 }, 30.02094, 0.00003, 0.076 }, + { { 0, 0, 1, 0, 2, -3, 0, 0, 1, 0, -1 }, 30.29032, 0.00018, 76.932 }, + { { 0, 0, 1, 0, 2, -3, 0, 0, 1, 1, -1 }, 30.02094, 0.00003, 0.075 }, + { { 0, 0, 1, 0, 2, -2, 0, 0, -2, 0, 0 }, 240.32391, 0.00005, 0.042 }, + { { 0, 0, 1, 0, 2, -2, 0, 0, -2, 1, 0 }, 240.32391, 0.00006, 0.096 }, + { { 0, 0, 1, 0, 2, -2, 0, 0, 0, -1, 0 }, 235.66831, 0.00002, 0.082 }, + { { 0, 0, 1, 0, 2, -2, 0, 0, 0, 0, 0 }, 227.60587, 0.00009, 0.909 }, + { { 0, 0, 1, 0, 2, -2, 0, 0, 0, 1, 0 }, 235.66831, 0.00002, 0.070 }, + { { 0, 0, 1, 0, 2, -2, 0, 0, 1, -1, -1 }, 93.61838, 0.00002, 0.076 }, + { { 0, 0, 1, 0, 2, -2, 0, 0, 1, 0, -1 }, 95.38929, 0.00016, 21.301 }, + { { 0, 0, 1, 0, 2, -2, 0, 0, 1, 1, -1 }, 93.61838, 0.00002, 0.075 }, + { { 0, 0, 1, 0, 2, 0, 0, 0, -2, -1, 0 }, 248.30068, 0.00002, 0.027 }, + { { 0, 0, 1, 0, 2, 0, 0, 0, -2, 0, 0 }, 247.04035, 0.00010, 0.042 }, + { { 0, 0, 1, 0, 2, 0, 0, 0, -2, 1, 0 }, 257.94737, 0.00010, 0.097 }, + { { 0, 0, 1, 0, 2, 0, 0, 0, 0, -1, 0 }, 229.80346, 0.00010, 0.083 }, + { { 0, 0, 1, 0, 2, 0, 0, 0, 0, 0, 0 }, 229.89870, 0.00022, 0.856 }, + { { 0, 0, 1, 0, 2, 0, 0, 0, 0, 1, 0 }, 232.38744, 0.00003, 0.069 }, + { { 0, 0, 1, 0, 2, 0, 0, 0, 1, -1, -1 }, 75.79516, 0.00001, 0.076 }, + { { 0, 0, 1, 0, 2, 0, 0, 0, 1, 0, -1 }, 81.42625, 0.00009, 8.708 }, + { { 0, 0, 1, 0, 2, 0, 0, 0, 1, 1, -1 }, 75.79516, 0.00001, 0.075 }, + { { 0, 0, 1, 0, 2, 0, 0, 0, 2, -3, 0 }, 213.30060, 0.00001, 0.072 }, + { { 0, 0, 1, 0, 2, 0, 0, 0, 2, -1, 0 }, 42.22462, 0.00002, 0.079 }, + { { 0, 0, 1, 0, 2, 5, 0, 0, 2, -2, 0 }, 110.16034, 0.00001, 2.295 }, + { { 0, 0, 1, 0, 2, 5, 0, 0, 2, 0, 0 }, 110.16034, 0.00001, 0.038 }, + { { 0, 0, 1, 0, 3, -10, 0, 0, 0, 0, 0 }, 200.93049, 0.00002, 1.095 }, + { { 0, 0, 1, 0, 3, -7, 0, 0, -2, 0, 0 }, 12.46788, 0.00002, 0.042 }, + { { 0, 0, 1, 0, 3, -7, 0, 0, 0, 0, 0 }, 10.65371, 0.00004, 0.985 }, + { { 0, 0, 1, 0, 3, -5, 0, 0, -2, 0, 0 }, 328.93024, 0.00003, 0.042 }, + { { 0, 0, 1, 0, 3, -5, 0, 0, -2, 1, 0 }, 329.76928, 0.00003, 0.096 }, + { { 0, 0, 1, 0, 3, -5, 0, 0, 0, -1, 0 }, 324.33559, 0.00001, 0.082 }, + { { 0, 0, 1, 0, 3, -5, 0, 0, 0, 0, 0 }, 315.40898, 0.00005, 0.923 }, + { { 0, 0, 1, 0, 3, -5, 0, 0, 0, 1, 0 }, 324.33559, 0.00001, 0.070 }, + { { 0, 0, 1, 0, 3, -5, 0, 0, 1, -1, -1 }, 170.73723, 0.00003, 0.076 }, + { { 0, 0, 1, 0, 3, -5, 0, 0, 1, 0, -1 }, 172.01480, 0.00019, 34.006 }, + { { 0, 0, 1, 0, 3, -5, 0, 0, 1, 1, -1 }, 170.73723, 0.00003, 0.075 }, + { { 0, 0, 1, 0, 3, -4, 0, 0, 0, 0, 0 }, 355.87705, 0.00002, 0.895 }, + { { 0, 0, 1, 0, 4, -10, 0, 0, -2, 0, 0 }, 258.14034, 0.00004, 0.042 }, + { { 0, 0, 1, 0, 4, -10, 0, 0, -2, 1, 0 }, 258.14034, 0.00004, 0.095 }, + { { 0, 0, 1, 0, 4, -10, 0, 0, 0, -1, 0 }, 258.14034, 0.00002, 0.082 }, + { { 0, 0, 1, 0, 4, -10, 0, 0, 0, 0, 0 }, 256.50076, 0.00013, 1.002 }, + { { 0, 0, 1, 0, 4, -10, 0, 0, 0, 1, 0 }, 258.14034, 0.00002, 0.070 }, + { { 0, 0, 1, 0, 4, -1, 0, 0, 2, -3, 0 }, 306.94900, 0.00001, 0.073 }, + { { 0, 0, 1, 0, 4, -1, 0, 0, 2, -1, 0 }, 306.94900, 0.00001, 0.078 }, + { { 0, 0, 1, 0, 5, -5, 0, 0, 0, -1, 0 }, 139.77728, 0.00002, 0.083 }, + { { 0, 0, 1, 0, 5, -5, 0, 0, 0, 1, 0 }, 139.77728, 0.00002, 0.069 }, + { { 0, 0, 1, 0, 5, -5, 0, 0, 2, -2, 0 }, 138.95793, 0.00001, 1.915 }, + { { 0, 0, 1, 0, 5, -5, 0, 0, 2, 0, 0 }, 138.95793, 0.00001, 0.038 }, + { { 0, 0, 1, 0, 5, -3, 0, 0, 2, -3, 0 }, 68.55096, 0.00001, 0.073 }, + { { 0, 0, 1, 0, 5, -3, 0, 0, 2, -1, 0 }, 68.55096, 0.00001, 0.078 }, + { { 0, 0, 1, 0, 5, -2, 0, 0, 2, -2, 0 }, 127.14117, 0.00002, 2.379 }, + { { 0, 0, 1, 0, 5, -2, 0, 0, 2, 0, 0 }, 127.14117, 0.00002, 0.038 }, + { { 0, 0, 1, 0, 6, -5, 0, 0, 2, -2, 0 }, 310.39361, 0.00001, 2.284 }, + { { 0, 0, 1, 0, 6, -5, 0, 0, 2, 0, 0 }, 310.39361, 0.00001, 0.038 }, + { { 0, 0, 1, 0, 6, -2, 0, 0, 2, -3, 0 }, 117.75750, 0.00001, 0.074 }, + { { 0, 0, 1, 0, 6, -2, 0, 0, 2, -1, 0 }, 117.75750, 0.00001, 0.077 }, + { { 0, 0, 1, 0, 10, -2, 0, 0, 2, -2, 0 }, 259.85363, 0.00002, 884.771 }, + { { 0, 0, 1, 0, 14, -12, 0, 0, 2, -2, 0 }, 262.86194, 0.00002, 881.891 }, + { { 0, 0, 1, 1, -2, 0, 0, 0, 2, -3, 0 }, 358.15527, 0.00001, 0.073 }, + { { 0, 0, 1, 1, -2, 0, 0, 0, 2, -1, 0 }, 358.15527, 0.00001, 0.078 }, + { { 0, 0, 1, 1, -1, 0, 0, 0, 2, -1, 0 }, 26.16957, 0.00002, 0.077 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, -2, -1, 0 }, 274.12870, 0.00002, 0.027 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, -2, 0, 0 }, 271.85660, 0.00014, 0.043 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, -2, 1, 0 }, 278.92924, 0.00012, 0.101 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, -1, 0, 1 }, 156.99256, 0.00001, 0.387 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 0, -1, 0 }, 252.58294, 0.00015, 0.085 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0 }, 246.60047, 0.00053, 0.653 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0 }, 256.44133, 0.00009, 0.068 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, -1 }, 335.07416, 0.00005, 2.092 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 2, -2, 0 }, 58.06653, 0.00002, 4.127 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 2, -1, 0 }, 61.76801, 0.00028, 0.077 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 2, 0, 0 }, 59.59974, 0.00004, 0.038 }, + { { 0, 0, 1, 1, 1, 0, 0, 0, 2, -1, 0 }, 274.21665, 0.00002, 0.076 }, + { { 0, 0, 1, 1, 2, 0, 0, 0, 2, -2, 0 }, 302.50854, 0.00001, 13.564 }, + { { 0, 0, 1, 1, 3, 0, 0, 0, 2, -2, 0 }, 284.64977, 0.00001, 94.519 }, + { { 0, 0, 1, 2, -3, 0, 0, 0, 2, -2, 0 }, 59.88152, 0.00002, 27.444 }, + { { 0, 0, 1, 2, -3, 0, 0, 0, 2, -1, 0 }, 244.52168, 0.00004, 0.075 }, + { { 0, 0, 1, 2, -2, 0, 0, 0, 0, 0, 0 }, 209.28680, 0.00001, 0.528 }, + { { 0, 0, 1, 2, -1, 0, 0, 0, 2, -1, 0 }, 240.79457, 0.00002, 0.074 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, -2, -1, 0 }, 41.41904, 0.00001, 0.028 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, -2, 0, 0 }, 38.00699, 0.00015, 0.044 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, -2, 1, 0 }, 42.87670, 0.00010, 0.106 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, -1, 0, -1 }, 60.78506, 0.00005, 0.042 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, -1, 1, -1 }, 240.85840, 0.00004, 0.095 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 0, -1, 0 }, 51.49893, 0.00003, 0.089 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 0, 1, 0 }, 68.96779, 0.00001, 0.065 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 1, -1, -1 }, 60.81142, 0.00007, 0.082 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 1, 0, -1 }, 34.02751, 0.00002, 0.991 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 1, 1, -1 }, 240.81142, 0.00005, 0.070 }, + { { 0, 0, 1, 2, 1, 0, 0, 0, 2, 0, -2 }, 281.76775, 0.00001, 24.912 }, + { { 0, 0, 1, 3, -2, 0, 0, 0, 2, -1, 0 }, 249.68674, 0.00002, 0.072 }, + { { 0, 0, 1, 3, 0, 0, 0, 0, 2, -3, 0 }, 310.74834, 0.00001, 0.080 }, + { { 0, 0, 1, 3, 0, 0, 0, 0, 2, -1, 0 }, 310.74834, 0.00001, 0.071 }, + { { 0, 0, 1, 4, -2, 0, 0, 0, 2, -1, 0 }, 278.81867, 0.00002, 0.069 }, + { { 0, 0, 1, 4, -2, 0, 0, 0, 2, 0, 0 }, 99.01894, 0.00002, 0.036 }, + { { 0, 0, 1, 4, -1, 0, 0, 0, 2, 0, 0 }, 125.41708, 0.00001, 0.036 }, + { { 0, 0, 1, 5, -2, 0, 0, 0, 2, -1, 0 }, 307.83083, 0.00002, 0.067 }, + { { 0, 0, 1, 5, -2, 0, 0, 0, 2, 0, 0 }, 308.07822, 0.00001, 0.035 }, + { { 0, 0, 2, -8, 0, 0, 0, 0, -2, 1, 0 }, 173.57239, 0.00001, 0.073 }, + { { 0, 0, 2, -8, 0, 0, 0, 0, -2, 3, 0 }, 173.57239, 0.00001, 0.078 }, + { { 0, 0, 2, -8, 2, 0, 0, 0, -2, 0, 0 }, 51.63315, 0.00002, 0.037 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, -2, 1, 0 }, 150.66331, 0.00002, 0.074 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, -2, 3, 0 }, 149.44349, 0.00002, 0.077 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, 0, 0, 0 }, 132.70290, 0.00024, 0.500 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, 0, 1, 0 }, 132.50010, 0.00009, 0.089 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, 2, -2, 0 }, 132.69629, 0.00002, 0.265 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, 2, -1, 0 }, 132.85383, 0.00047, 0.105 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, 2, 0, 0 }, 132.63605, 0.00056, 0.044 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, 2, 1, 0 }, 132.69105, 0.00006, 0.028 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, 4, -1, 0 }, 132.68818, 0.00004, 0.029 }, + { { 0, 0, 2, -8, 5, 0, 0, 0, -2, 1, 0 }, 288.00126, 0.00003, 0.075 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, -2, 1, 0 }, 107.52921, 0.00001, 0.076 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, -2, 2, 0 }, 202.41912, 0.00003, 19.147 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, -2, 3, 0 }, 107.52921, 0.00001, 0.075 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, 0, 0, 0 }, 222.07617, 0.00002, 0.581 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, 1, 1, -1 }, 246.78022, 0.00002, 0.095 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, 1, 2, -1 }, 247.37610, 0.00001, 0.042 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, -2, 1, 0 }, 55.73276, 0.00003, 0.079 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, -2, 3, 0 }, 63.48169, 0.00001, 0.072 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, -1, 0, 1 }, 310.26949, 0.00002, 7.335 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, 0, -1, 0 }, 334.03154, 0.00001, 0.069 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, 0, 0, 0 }, 333.33255, 0.00016, 0.840 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, 0, 1, 0 }, 7.54164, 0.00008, 0.083 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, 2, -1, 0 }, 16.71917, 0.00015, 0.097 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, 2, 0, 0 }, 16.21113, 0.00017, 0.042 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, 2, 1, 0 }, 16.18443, 0.00001, 0.027 }, + { { 0, 0, 2, -6, 0, 4, 0, 0, -1, 0, 1 }, 310.17119, 0.00004, 1827.649 }, + { { 0, 0, 2, -6, 2, 0, 0, 0, 0, -1, 0 }, 67.95139, 0.00001, 0.070 }, + { { 0, 0, 2, -6, 2, 0, 0, 0, 0, 0, 0 }, 73.47596, 0.00007, 0.979 }, + { { 0, 0, 2, -6, 2, 0, 0, 0, 0, 1, 0 }, 67.95139, 0.00001, 0.082 }, + { { 0, 0, 2, -6, 2, 0, 0, 0, 2, -1, 0 }, 74.06337, 0.00005, 0.096 }, + { { 0, 0, 2, -6, 2, 0, 0, 0, 2, 0, 0 }, 73.92457, 0.00005, 0.042 }, + { { 0, 0, 2, -6, 3, 0, 0, 0, 0, 0, 0 }, 107.44873, 0.00006, 1.067 }, + { { 0, 0, 2, -6, 3, 0, 0, 0, 2, 0, 0 }, 105.85378, 0.00002, 0.042 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -2, 0, 0 }, 245.90524, 0.00003, 0.039 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -2, 1, 0 }, 116.31294, 0.00002, 0.082 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -1, 0, 1 }, 351.49736, 0.00007, 2.529 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -1, 1, -1 }, 171.96109, 0.00008, 0.076 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -1, 2, -1 }, 171.76867, 0.00002, 16.174 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 0, -1, 0 }, 269.80967, 0.00018, 0.072 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 0, 0, 0 }, 279.16298, 0.00109, 1.519 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 0, 1, 0 }, 280.48589, 0.00019, 0.079 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 1, 0, -1 }, 353.27429, 0.00003, 0.584 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 2, -1, 0 }, 8.86017, 0.00017, 0.092 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 2, 0, 0 }, 5.15994, 0.00015, 0.042 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 2, 1, 0 }, 2.08273, 0.00001, 0.027 }, + { { 0, 0, 2, -5, 3, 0, 0, 0, 0, 0, 0 }, 137.74216, 0.00002, 2.466 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -4, 0, 0 }, 299.59485, 0.00008, 0.020 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -4, 1, 0 }, 302.02284, 0.00020, 0.028 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -4, 2, 0 }, 302.99130, 0.00012, 0.043 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -3, 0, 0 }, 300.69963, 0.00002, 0.027 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, -2, 0 }, 297.81188, 0.00009, 0.019 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, -1, 0 }, 299.89252, 0.00071, 0.026 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, -1, 2 }, 121.21714, 0.00001, 0.089 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 0, -2 }, 122.02516, 0.00001, 0.019 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 0, 0 }, 300.82014, 0.00691, 0.040 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 0, 2 }, 300.95259, 0.00017, 0.505 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 1, -2 }, 121.86509, 0.00002, 0.026 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 1, 0 }, 302.55753, 0.01024, 0.086 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 2, 0 }, 306.85022, 0.00032, 0.607 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 3, 0 }, 309.21538, 0.00002, 0.067 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -1, 0, 0 }, 120.13350, 0.00016, 0.080 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -1, 0, 1 }, 23.36834, 0.00006, 1.079 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -1, 1, 0 }, 123.11933, 0.00002, 1.315 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, -3, 0 }, 297.64178, 0.00008, 0.025 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, -2, 0 }, 297.93859, 0.00116, 0.038 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, -1, -2 }, 118.83348, 0.00004, 0.025 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, -1, 0 }, 297.82534, 0.01712, 0.075 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, -1, 2 }, 297.74734, 0.00003, 0.074 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 0, -2 }, 123.13915, 0.00004, 0.037 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 0, 0 }, 300.13913, 0.09178, 7.890 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 0, 1 }, 23.32594, 0.00002, 0.075 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 0, 2 }, 123.13915, 0.00004, 0.037 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 1, -2 }, 297.74734, 0.00003, 0.073 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 1, 0 }, 298.04083, 0.01770, 0.076 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 1, 2 }, 118.83348, 0.00004, 0.025 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 2, 0 }, 297.87865, 0.00118, 0.038 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 3, 0 }, 297.59736, 0.00008, 0.025 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 1, -1, 0 }, 123.74970, 0.00003, 0.986 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 1, 0, -1 }, 24.12689, 0.00007, 0.847 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 1, 0, 0 }, 112.47582, 0.00031, 0.082 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 1, 1, 0 }, 121.80711, 0.00002, 0.039 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, -3, 0 }, 308.37580, 0.00002, 0.066 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, -2, 0 }, 305.38874, 0.00045, 0.526 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, -1, 0 }, 303.41117, 0.01284, 0.088 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, -1, 2 }, 122.56962, 0.00003, 0.026 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, 0, -2 }, 302.51295, 0.00019, 0.448 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, 0, 0 }, 302.71544, 0.00874, 0.041 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, 0, 2 }, 122.65793, 0.00002, 0.019 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, 1, -2 }, 122.77107, 0.00001, 0.091 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, 1, 0 }, 301.63427, 0.00086, 0.026 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, 2, 0 }, 301.40410, 0.00009, 0.020 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 3, -1, 0 }, 95.30828, 0.00002, 0.042 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 3, 0, 0 }, 303.30441, 0.00002, 0.027 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 4, -2, 0 }, 303.45346, 0.00015, 0.044 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 4, -1, 0 }, 302.80630, 0.00026, 0.028 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 4, 0, 0 }, 302.34644, 0.00011, 0.020 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 4, 1, 0 }, 302.68559, 0.00002, 0.016 }, + { { 0, 0, 2, -4, 0, 1, 0, 0, 0, 0, 0 }, 199.20656, 0.00001, 10.777 }, + { { 0, 0, 2, -4, 0, 2, 0, 0, 0, 0, 0 }, 0.62821, 0.00006, 16.995 }, + { { 0, 0, 2, -4, 1, 0, 0, 0, -2, 0, 0 }, 155.28116, 0.00007, 0.040 }, + { { 0, 0, 2, -4, 1, 0, 0, 0, -2, 1, 0 }, 155.69021, 0.00011, 0.087 }, + { { 0, 0, 2, -4, 1, 0, 0, 0, 0, -1, 0 }, 153.34101, 0.00012, 0.075 }, + { { 0, 0, 2, -4, 1, 0, 0, 0, 0, 0, 0 }, 154.61292, 0.00077, 23.567 }, + { { 0, 0, 2, -4, 1, 0, 0, 0, 0, 1, 0 }, 153.38690, 0.00012, 0.076 }, + { { 0, 0, 2, -4, 1, 0, 0, 0, 2, -1, 0 }, 155.99854, 0.00012, 0.087 }, + { { 0, 0, 2, -4, 1, 0, 0, 0, 2, 0, 0 }, 155.47036, 0.00007, 0.040 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, -2, -1, 0 }, 0.61461, 0.00003, 0.026 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, -2, 0, 0 }, 0.55256, 0.00019, 0.040 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, -2, 1, 0 }, 0.85198, 0.00031, 0.087 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, -2, 2, 0 }, 0.61462, 0.00001, 0.551 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 0, -2, 0 }, 359.01236, 0.00002, 0.038 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 0, -1, 0 }, 359.24257, 0.00034, 0.076 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 0, 0, 0 }, 0.03516, 0.00176, 23.883 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 0, 1, 0 }, 359.18071, 0.00033, 0.075 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 0, 2, 0 }, 359.01937, 0.00002, 0.038 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 2, -2, 0 }, 0.50893, 0.00001, 0.577 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 2, -1, 0 }, 0.72562, 0.00027, 0.087 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 2, 0, 0 }, 0.50830, 0.00019, 0.040 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 2, 1, 0 }, 0.53883, 0.00002, 0.026 }, + { { 0, 0, 2, -4, 3, 0, 0, 0, 0, 0, 0 }, 176.23417, 0.00005, 7.926 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -4, -1, 0 }, 330.91174, 0.00001, 0.016 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -4, 0, 0 }, 330.89879, 0.00008, 0.020 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -4, 1, 0 }, 330.81922, 0.00022, 0.028 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -4, 2, 0 }, 330.92324, 0.00013, 0.044 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -3, 0, 0 }, 331.11863, 0.00002, 0.027 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, -2, 0 }, 331.70256, 0.00006, 0.020 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, -1, 0 }, 330.68115, 0.00068, 0.027 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 0, -2 }, 150.76639, 0.00002, 0.020 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 0, 0 }, 330.97751, 0.00739, 0.041 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 0, 2 }, 331.00142, 0.00014, 0.398 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 1, -2 }, 150.79928, 0.00002, 0.026 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 1, 0 }, 330.92395, 0.01085, 0.090 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 2, 0 }, 331.07667, 0.00047, 0.459 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 3, 0 }, 331.37341, 0.00003, 0.065 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -1, 0, 0 }, 150.67536, 0.00025, 0.084 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -1, 0, 1 }, 52.85066, 0.00006, 0.686 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -1, 1, 0 }, 150.76250, 0.00004, 0.774 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, -3, 0 }, 329.73544, 0.00004, 0.025 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, -2, 0 }, 329.81147, 0.00057, 0.038 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, -1, -2 }, 150.04332, 0.00003, 0.025 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, -1, 0 }, 329.85153, 0.00849, 0.078 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, -1, 2 }, 329.79971, 0.00001, 0.071 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 0, -2 }, 150.74641, 0.00002, 0.038 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 0, 0 }, 330.28695, 0.04014, 2.470 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 0, 2 }, 150.74641, 0.00002, 0.037 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 1, -2 }, 154.79834, 0.00003, 0.076 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 1, 0 }, 329.78144, 0.00753, 0.073 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 1, 2 }, 150.04332, 0.00003, 0.025 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 2, -2 }, 153.55605, 0.00001, 13.999 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 2, 0 }, 329.74212, 0.00052, 0.037 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 3, 0 }, 329.65605, 0.00003, 0.025 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 1, -1, -1 }, 53.53236, 0.00002, 0.072 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 1, -1, 1 }, 233.38522, 0.00007, 0.077 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 1, 0, -1 }, 53.41627, 0.00022, 1.541 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 1, 0, 0 }, 331.10928, 0.00006, 0.078 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 1, 0, 1 }, 233.39520, 0.00003, 0.038 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 1, 1, -1 }, 53.53236, 0.00002, 0.079 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, -2, 0 }, 331.04394, 0.00022, 0.730 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, -1, -2 }, 150.52247, 0.00001, 0.067 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, -1, 0 }, 331.23176, 0.00653, 0.084 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, 0, -2 }, 330.50098, 0.00010, 0.587 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, 0, 0 }, 330.41642, 0.00368, 0.040 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, 1, -2 }, 150.52247, 0.00001, 0.087 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, 1, 0 }, 330.45866, 0.00038, 0.026 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, 2, 0 }, 330.43897, 0.00004, 0.019 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 4, -2, 0 }, 331.08323, 0.00007, 0.043 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 4, -1, 0 }, 330.73217, 0.00012, 0.027 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 4, 0, 0 }, 330.83801, 0.00005, 0.020 }, + { { 0, 0, 2, -3, 1, 0, 0, 0, 0, 0, 0 }, 353.36656, 0.00002, 2.044 }, + { { 0, 0, 2, -3, 1, 0, 0, 0, 2, 0, 0 }, 183.00956, 0.00001, 0.040 }, + { { 0, 0, 2, -3, 2, 0, 0, 0, 2, -3, 0 }, 209.84056, 0.00001, 0.069 }, + { { 0, 0, 2, -3, 2, 0, 0, 0, 2, -1, 0 }, 209.84056, 0.00001, 0.083 }, + { { 0, 0, 2, -3, 2, 0, 0, 0, 2, 0, 0 }, 29.77752, 0.00001, 0.040 }, + { { 0, 0, 2, -3, 3, 0, 0, 0, 0, 0, 0 }, 351.96947, 0.00001, 1.520 }, + { { 0, 0, 2, -2, -3, 0, 0, 0, 0, 0, 0 }, 320.72418, 0.00001, 1.463 }, + { { 0, 0, 2, -2, -2, 0, 0, 0, -2, 0, 0 }, 120.93760, 0.00001, 0.042 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -6, 0, 0 }, 177.24420, 0.00001, 0.014 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -6, 1, 0 }, 359.04198, 0.00002, 0.017 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -6, 2, 0 }, 358.93111, 0.00004, 0.021 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, -1, 0 }, 0.97546, 0.00009, 0.016 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, 0, 0 }, 357.17070, 0.00051, 0.021 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, 0, 2 }, 358.67143, 0.00001, 0.046 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, 1, 0 }, 357.61898, 0.00119, 0.028 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, 1, 2 }, 358.69452, 0.00002, 0.119 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, 2, 0 }, 358.45138, 0.00077, 0.045 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, 3, 0 }, 359.18001, 0.00003, 0.114 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -3, -1, 0 }, 358.26192, 0.00001, 0.020 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -3, 0, 0 }, 358.92979, 0.00004, 0.028 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -3, 1, 0 }, 176.34655, 0.00002, 0.044 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, -3, 0 }, 358.81215, 0.00004, 0.016 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, -2, 0 }, 359.08935, 0.00033, 0.020 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, -1, -2 }, 178.91350, 0.00002, 0.016 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, -1, 0 }, 358.13118, 0.00404, 0.027 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, -1, 2 }, 178.72998, 0.00007, 0.098 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 0, -2 }, 179.09959, 0.00009, 0.020 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 0, 0 }, 358.57975, 0.04612, 0.042 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 0, 2 }, 358.76710, 0.00064, 0.329 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 1, -2 }, 178.89931, 0.00017, 0.027 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 1, 0 }, 358.86873, 0.05904, 0.095 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 1, 2 }, 359.28638, 0.00002, 0.061 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 2, 0 }, 359.11621, 0.00254, 0.369 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 3, 0 }, 358.22612, 0.00013, 0.063 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -1, -1, 0 }, 2.19520, 0.00004, 0.041 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -1, -1, 1 }, 279.51216, 0.00003, 0.089 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -1, 0, -1 }, 100.08715, 0.00001, 0.040 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -1, 0, 0 }, 0.46997, 0.00119, 0.087 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -1, 0, 1 }, 98.75784, 0.00006, 0.502 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -1, 1, 0 }, 1.62333, 0.00007, 0.548 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, -3, 0 }, 359.84872, 0.00021, 0.026 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, -2, 0 }, 359.28474, 0.00274, 0.039 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, -1, -2 }, 179.55695, 0.00011, 0.026 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, -1, 0 }, 359.51637, 0.04213, 0.081 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 0, -2 }, 178.52060, 0.00002, 0.039 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 0, 0 }, 359.76487, 0.19443, 1.068 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 0, 2 }, 179.69211, 0.00014, 0.036 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 1, 0 }, 0.07117, 0.03259, 0.070 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 1, 2 }, 179.66457, 0.00009, 0.024 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 2, 0 }, 0.40226, 0.00229, 0.036 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 2, 2 }, 179.66760, 0.00001, 0.018 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 3, 0 }, 359.97411, 0.00015, 0.025 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, -3, 0 }, 180.43621, 0.00002, 0.038 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, -2, 0 }, 180.50246, 0.00017, 0.076 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, -1, -1 }, 99.34031, 0.00014, 0.075 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, -1, 0 }, 0.27548, 0.00139, 20.152 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, -1, 1 }, 99.53251, 0.00013, 0.074 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 0, -2 }, 180.23488, 0.00002, 0.074 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 0, -1 }, 99.52623, 0.00113, 8.537 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 0, 0 }, 180.27603, 0.01201, 0.075 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 0, 1 }, 279.44407, 0.00028, 0.037 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 0, 2 }, 0.23486, 0.00002, 0.025 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 1, -1 }, 99.34031, 0.00014, 0.076 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 1, 0 }, 180.23089, 0.00083, 0.038 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 1, 1 }, 279.40921, 0.00003, 0.025 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 2, 0 }, 180.23489, 0.00006, 0.025 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, -3, 0 }, 183.61355, 0.00001, 0.071 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, -2, 0 }, 180.68775, 0.00035, 1.194 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, -1, 0 }, 0.45156, 0.01315, 0.081 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, -1, 2 }, 179.96311, 0.00003, 0.025 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, 0, -2 }, 0.84425, 0.00049, 0.854 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, 0, 0 }, 0.89077, 0.00875, 0.039 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, 0, 2 }, 179.52810, 0.00002, 0.019 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, 1, -2 }, 180.79372, 0.00002, 0.083 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, 1, 0 }, 1.04119, 0.00101, 0.026 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, 2, 0 }, 359.61722, 0.00012, 0.019 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 3, -2, 0 }, 0.40036, 0.00006, 0.087 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 3, -1, 0 }, 180.22454, 0.00014, 0.040 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 3, 0, 0 }, 180.01815, 0.00009, 0.026 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 4, -2, 0 }, 359.98857, 0.00016, 0.042 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 4, -1, 0 }, 1.39166, 0.00027, 0.027 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 4, 0, 0 }, 0.78600, 0.00009, 0.020 }, + { { 0, 0, 2, -2, 0, 2, 0, 0, -2, 0, 0 }, 290.92236, 0.00002, 0.042 }, + { { 0, 0, 2, -2, 0, 2, 0, 0, -2, 1, 0 }, 290.92236, 0.00002, 0.095 }, + { { 0, 0, 2, -2, 0, 2, 0, 0, 0, 0, 0 }, 290.94554, 0.00003, 0.996 }, + { { 0, 0, 2, -2, 1, 0, 0, 0, 0, 0, 0 }, 97.77295, 0.00001, 0.980 }, + { { 0, 0, 2, -2, 1, 0, 0, 0, 1, 0, -1 }, 120.93336, 0.00001, 30.461 }, + { { 0, 0, 2, -2, 1, 0, 0, 0, 2, -3, 0 }, 204.71958, 0.00001, 0.071 }, + { { 0, 0, 2, -2, 1, 0, 0, 0, 2, -1, 0 }, 204.71958, 0.00001, 0.080 }, + { { 0, 0, 2, -2, 2, 0, 0, 0, 1, 0, -1 }, 165.35486, 0.00001, 19.427 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, -4, 1, 0 }, 255.72463, 0.00002, 0.029 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, -2, -1, 0 }, 255.53513, 0.00005, 0.027 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, -2, 0, 0 }, 255.00621, 0.00050, 0.043 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, -2, 1, 0 }, 257.41131, 0.00053, 0.100 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, -2, 2, 0 }, 260.26274, 0.00003, 0.308 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 0, -1, 0 }, 234.62398, 0.00039, 0.085 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 0, 0, 0 }, 228.74962, 0.00140, 0.681 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 0, 1, 0 }, 232.83971, 0.00017, 0.068 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 1, -1, -1 }, 308.94239, 0.00002, 0.078 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 1, -1, 1 }, 129.69201, 0.00002, 0.071 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 1, 0, -1 }, 309.05654, 0.00017, 2.412 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 1, 0, 0 }, 210.13122, 0.00002, 0.072 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 1, 0, 1 }, 128.95929, 0.00002, 0.037 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 1, 1, -1 }, 308.94239, 0.00002, 0.073 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 2, -2, 0 }, 44.31594, 0.00007, 3.271 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 2, -1, 0 }, 39.71529, 0.00055, 0.077 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 2, 0, 0 }, 43.77641, 0.00009, 0.038 }, + { { 0, 0, 2, -1, 2, 0, 0, 0, 2, -1, 0 }, 281.91898, 0.00002, 0.076 }, + { { 0, 0, 2, 0, -7, 0, 0, 0, 0, 0, 0 }, 233.41129, 0.00001, 0.709 }, + { { 0, 0, 2, 0, -7, 3, 0, 0, 0, 0, 0 }, 197.99317, 0.00001, 0.662 }, + { { 0, 0, 2, 0, -7, 5, 0, 0, -2, 0, 0 }, 102.11525, 0.00002, 0.043 }, + { { 0, 0, 2, 0, -7, 5, 0, 0, 0, 0, 0 }, 102.48371, 0.00003, 0.633 }, + { { 0, 0, 2, 0, -7, 10, 0, 0, 2, -3, 0 }, 247.91736, 0.00002, 0.075 }, + { { 0, 0, 2, 0, -7, 10, 0, 0, 2, -2, 0 }, 77.16868, 0.00003, 40.542 }, + { { 0, 0, 2, 0, -7, 10, 0, 0, 2, -1, 0 }, 67.91736, 0.00002, 0.076 }, + { { 0, 0, 2, 0, -6, 0, 0, 0, -2, 0, 0 }, 218.52011, 0.00004, 0.043 }, + { { 0, 0, 2, 0, -6, 0, 0, 0, -2, 1, 0 }, 218.75520, 0.00004, 0.100 }, + { { 0, 0, 2, 0, -6, 0, 0, 0, 0, -1, 0 }, 219.60412, 0.00001, 0.085 }, + { { 0, 0, 2, 0, -6, 0, 0, 0, 0, 0, 0 }, 220.52707, 0.00010, 0.669 }, + { { 0, 0, 2, 0, -6, 0, 0, 0, 0, 1, 0 }, 219.60412, 0.00001, 0.068 }, + { { 0, 0, 2, 0, -6, 0, 0, 0, 2, -1, 0 }, 41.06397, 0.00005, 0.077 }, + { { 0, 0, 2, 0, -6, 2, 0, 0, -2, 0, 0 }, 199.25922, 0.00002, 0.043 }, + { { 0, 0, 2, 0, -6, 2, 0, 0, 0, 0, 0 }, 200.88252, 0.00003, 0.640 }, + { { 0, 0, 2, 0, -6, 3, 0, 0, -2, 0, 0 }, 217.47330, 0.00001, 0.043 }, + { { 0, 0, 2, 0, -6, 3, 0, 0, 0, 0, 0 }, 219.21827, 0.00003, 0.627 }, + { { 0, 0, 2, 0, -6, 3, 0, 0, 2, -1, 0 }, 210.60076, 0.00002, 0.076 }, + { { 0, 0, 2, 0, -6, 4, 0, 0, -2, 0, 0 }, 129.70901, 0.00002, 0.043 }, + { { 0, 0, 2, 0, -6, 4, 0, 0, 0, 0, 0 }, 129.85882, 0.00002, 0.614 }, + { { 0, 0, 2, 0, -6, 4, 0, 0, 2, -1, 0 }, 131.00069, 0.00002, 0.076 }, + { { 0, 0, 2, 0, -6, 5, 0, 0, -2, 0, 0 }, 80.01938, 0.00005, 0.043 }, + { { 0, 0, 2, 0, -6, 5, 0, 0, -2, 1, 0 }, 80.01942, 0.00004, 0.102 }, + { { 0, 0, 2, 0, -6, 5, 0, 0, 0, -1, 0 }, 79.27518, 0.00005, 0.086 }, + { { 0, 0, 2, 0, -6, 5, 0, 0, 0, 0, 0 }, 80.88266, 0.00010, 0.601 }, + { { 0, 0, 2, 0, -6, 5, 0, 0, 0, 1, 0 }, 80.01998, 0.00001, 0.067 }, + { { 0, 0, 2, 0, -6, 5, 0, 0, 2, -3, 0 }, 139.15169, 0.00002, 0.075 }, + { { 0, 0, 2, 0, -6, 5, 0, 0, 2, -2, 0 }, 255.40186, 0.00003, 9.083 }, + { { 0, 0, 2, 0, -6, 5, 0, 0, 2, -1, 0 }, 259.07576, 0.00019, 0.076 }, + { { 0, 0, 2, 0, -6, 7, 0, 0, 0, 0, 0 }, 353.83378, 0.00001, 0.577 }, + { { 0, 0, 2, 0, -6, 8, 0, 0, 2, -2, 0 }, 231.83393, 0.00003, 121.093 }, + { { 0, 0, 2, 0, -6, 10, 0, 0, 0, 0, 0 }, 161.67157, 0.00001, 0.545 }, + { { 0, 0, 2, 0, -6, 10, 0, 0, 2, -3, 0 }, 335.23345, 0.00002, 0.076 }, + { { 0, 0, 2, 0, -6, 10, 0, 0, 2, -1, 0 }, 155.23345, 0.00002, 0.075 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, -2, -1, 0 }, 209.09753, 0.00003, 0.027 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, -2, 0, 0 }, 209.17203, 0.00028, 0.043 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, -2, 1, 0 }, 209.10470, 0.00032, 0.101 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, 0, -2, 0 }, 209.96875, 0.00002, 0.040 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, 0, -1, 0 }, 209.89266, 0.00039, 0.086 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, 0, 0, 0 }, 210.15374, 0.00084, 0.634 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, 0, 1, 0 }, 210.75493, 0.00014, 0.067 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, 1, 0, -1 }, 298.55109, 0.00001, 1.906 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, 2, -2, 0 }, 29.34102, 0.00012, 5.114 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, 2, -1, 0 }, 29.50803, 0.00078, 0.077 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, 2, 0, 0 }, 29.83593, 0.00008, 0.038 }, + { { 0, 0, 2, 0, -5, 2, 0, 0, -2, 0, 0 }, 190.25918, 0.00007, 0.043 }, + { { 0, 0, 2, 0, -5, 2, 0, 0, -2, 1, 0 }, 190.25918, 0.00006, 0.102 }, + { { 0, 0, 2, 0, -5, 2, 0, 0, 0, -1, 0 }, 191.18147, 0.00008, 0.086 }, + { { 0, 0, 2, 0, -5, 2, 0, 0, 0, 0, 0 }, 190.84789, 0.00016, 0.607 }, + { { 0, 0, 2, 0, -5, 2, 0, 0, 0, 1, 0 }, 190.65957, 0.00003, 0.067 }, + { { 0, 0, 2, 0, -5, 2, 0, 0, 2, -3, 0 }, 201.88455, 0.00001, 0.075 }, + { { 0, 0, 2, 0, -5, 2, 0, 0, 2, -2, 0 }, 10.34054, 0.00003, 7.834 }, + { { 0, 0, 2, 0, -5, 2, 0, 0, 2, -1, 0 }, 11.48589, 0.00024, 0.076 }, + { { 0, 0, 2, 0, -5, 3, 0, 0, -2, 0, 0 }, 214.00698, 0.00004, 0.043 }, + { { 0, 0, 2, 0, -5, 3, 0, 0, -2, 1, 0 }, 214.00698, 0.00004, 0.102 }, + { { 0, 0, 2, 0, -5, 3, 0, 0, 0, -2, 0 }, 33.61296, 0.00001, 0.040 }, + { { 0, 0, 2, 0, -5, 3, 0, 0, 0, -1, 0 }, 212.48717, 0.00004, 0.086 }, + { { 0, 0, 2, 0, -5, 3, 0, 0, 0, 0, 0 }, 212.69708, 0.00008, 0.595 }, + { { 0, 0, 2, 0, -5, 3, 0, 0, 2, -3, 0 }, 102.51300, 0.00002, 0.075 }, + { { 0, 0, 2, 0, -5, 3, 0, 0, 2, -2, 0 }, 34.69405, 0.00003, 10.673 }, + { { 0, 0, 2, 0, -5, 3, 0, 0, 2, -1, 0 }, 32.10257, 0.00016, 0.076 }, + { { 0, 0, 2, 0, -5, 4, 0, 0, -2, 0, 0 }, 64.01451, 0.00002, 0.043 }, + { { 0, 0, 2, 0, -5, 4, 0, 0, 0, -1, 0 }, 58.28773, 0.00003, 0.087 }, + { { 0, 0, 2, 0, -5, 4, 0, 0, 0, 0, 0 }, 62.33730, 0.00005, 0.583 }, + { { 0, 0, 2, 0, -5, 4, 0, 0, 2, -3, 0 }, 73.73707, 0.00003, 0.075 }, + { { 0, 0, 2, 0, -5, 4, 0, 0, 2, -2, 0 }, 239.28470, 0.00005, 16.738 }, + { { 0, 0, 2, 0, -5, 4, 0, 0, 2, -1, 0 }, 238.28747, 0.00016, 0.076 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, -2, -1, 0 }, 56.73236, 0.00002, 0.028 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, -2, 0, 0 }, 56.73999, 0.00014, 0.043 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, -2, 1, 0 }, 56.74690, 0.00015, 0.103 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 0, -2, 0 }, 53.80032, 0.00002, 0.040 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 0, -1, 0 }, 54.49299, 0.00087, 0.087 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 0, 0, 0 }, 55.92918, 0.00048, 0.572 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 0, 1, 0 }, 56.48239, 0.00006, 0.067 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 2, -3, 0 }, 247.87335, 0.00004, 0.075 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 2, -2, 0 }, 233.93304, 0.00271, 38.763 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 2, -1, 0 }, 234.22455, 0.00410, 0.076 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 2, 0, 0 }, 231.36839, 0.00028, 0.038 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 2, 1, 0 }, 234.21721, 0.00002, 0.025 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 4, -3, 0 }, 232.03012, 0.00005, 0.087 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 4, -2, 0 }, 234.13389, 0.00008, 0.040 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 4, -1, 0 }, 234.20316, 0.00004, 0.026 }, + { { 0, 0, 2, 0, -5, 6, 0, 0, 2, -3, 0 }, 168.60619, 0.00002, 0.075 }, + { { 0, 0, 2, 0, -5, 6, 0, 0, 2, -2, 0 }, 178.18081, 0.00007, 122.705 }, + { { 0, 0, 2, 0, -5, 6, 0, 0, 2, -1, 0 }, 348.60619, 0.00002, 0.075 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -4, 0, 0 }, 199.89215, 0.00003, 0.021 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -4, 1, 0 }, 199.90065, 0.00006, 0.029 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -4, 2, 0 }, 199.90246, 0.00004, 0.047 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -2, -2, 0 }, 199.12213, 0.00001, 0.020 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -2, -1, 0 }, 199.85974, 0.00023, 0.028 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -2, 0, 0 }, 199.37704, 0.00248, 0.043 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -2, 0, 2 }, 199.64855, 0.00003, 0.265 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -2, 1, 0 }, 199.81212, 0.00258, 0.102 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -2, 2, 0 }, 199.55181, 0.00011, 0.291 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -1, 0, 0 }, 20.20545, 0.00003, 0.093 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -1, 0, 1 }, 295.24783, 0.00001, 0.368 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, -3, 0 }, 199.86928, 0.00001, 0.026 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, -2, 0 }, 200.26118, 0.00025, 0.040 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, -1, 0 }, 200.25056, 0.00425, 0.086 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, 0, 0 }, 200.47414, 0.00672, 0.601 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, 1, 0 }, 201.01344, 0.00112, 0.067 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, 2, 0 }, 201.04392, 0.00007, 0.035 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 1, 0, -1 }, 289.34098, 0.00008, 1.642 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 1, 0, 0 }, 21.43224, 0.00004, 0.071 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, -3, 0 }, 19.92361, 0.00010, 0.075 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, -2, 0 }, 19.83495, 0.00273, 8.990 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, -1, -2 }, 19.94000, 0.00002, 0.073 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, -1, 0 }, 19.76044, 0.01312, 0.076 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, -1, 2 }, 199.94000, 0.00003, 0.025 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, 0, -2 }, 20.01370, 0.00001, 2.248 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, 0, 0 }, 21.57931, 0.00105, 0.038 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, 1, 0 }, 20.04940, 0.00008, 0.025 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 4, -3, 0 }, 19.63919, 0.00004, 0.088 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 4, -2, 0 }, 19.84786, 0.00020, 0.041 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 4, -1, 0 }, 20.01036, 0.00013, 0.026 }, + { { 0, 0, 2, 0, -4, 1, 0, 0, -2, 0, 0 }, 15.30410, 0.00002, 0.043 }, + { { 0, 0, 2, 0, -4, 1, 0, 0, 0, 0, 0 }, 15.65554, 0.00004, 0.589 }, + { { 0, 0, 2, 0, -4, 1, 0, 0, 2, -3, 0 }, 27.32675, 0.00001, 0.075 }, + { { 0, 0, 2, 0, -4, 1, 0, 0, 2, -2, 0 }, 192.35467, 0.00002, 12.939 }, + { { 0, 0, 2, 0, -4, 1, 0, 0, 2, -1, 0 }, 189.72303, 0.00006, 0.076 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, -2, -1, 0 }, 182.70411, 0.00002, 0.028 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, -2, 0, 0 }, 182.71354, 0.00018, 0.043 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, -2, 1, 0 }, 182.72216, 0.00019, 0.103 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 0, -2, 0 }, 182.19300, 0.00002, 0.040 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 0, -1, 0 }, 182.41605, 0.00072, 0.087 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 0, 0, 0 }, 182.28698, 0.00057, 0.578 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 0, 1, 0 }, 182.46177, 0.00008, 0.067 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 2, -2, 0 }, 2.27787, 0.00129, 23.075 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 2, -1, 0 }, 2.38272, 0.00304, 0.076 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 2, 0, 0 }, 2.25718, 0.00022, 0.038 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 4, -3, 0 }, 359.10763, 0.00003, 0.087 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 4, -2, 0 }, 2.24429, 0.00005, 0.040 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 4, -1, 0 }, 2.36893, 0.00003, 0.026 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, -2, 0, 0 }, 239.16234, 0.00007, 0.044 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, -2, 1, 0 }, 239.16234, 0.00007, 0.103 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 0, -2, 0 }, 57.23415, 0.00003, 0.040 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 0, -1, 0 }, 237.18925, 0.00085, 0.087 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 0, 0, 0 }, 237.95305, 0.00026, 0.567 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 0, 1, 0 }, 238.75155, 0.00003, 0.067 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 2, -4, 0 }, 52.64018, 0.00002, 0.038 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 2, -3, 0 }, 52.61078, 0.00023, 0.075 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 2, -2, 0 }, 57.32317, 0.00819, 106.494 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 2, -1, 0 }, 57.16351, 0.00495, 0.075 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 2, 0, 0 }, 57.21868, 0.00034, 0.038 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 2, 1, 0 }, 57.14692, 0.00002, 0.025 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 4, -3, 0 }, 58.91499, 0.00014, 0.087 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 4, -2, 0 }, 57.34952, 0.00016, 0.040 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 4, -1, 0 }, 57.20429, 0.00005, 0.026 }, + { { 0, 0, 2, 0, -4, 4, -2, 0, 2, -2, 0 }, 174.85996, 0.00040, 1326.783 }, + { { 0, 0, 2, 0, -4, 4, 0, 0, -2, 0, 0 }, 117.58238, 0.00002, 0.044 }, + { { 0, 0, 2, 0, -4, 4, 0, 0, 0, -1, 0 }, 296.93826, 0.00004, 0.087 }, + { { 0, 0, 2, 0, -4, 4, 0, 0, 0, 0, 0 }, 117.28863, 0.00003, 0.556 }, + { { 0, 0, 2, 0, -4, 4, 0, 0, 2, -2, 0 }, 295.36360, 0.00012, 40.721 }, + { { 0, 0, 2, 0, -4, 4, 0, 0, 2, -1, 0 }, 116.93835, 0.00020, 0.075 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, -4, 1, 0 }, 351.22838, 0.00002, 0.029 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, -2, -1, 0 }, 351.22739, 0.00005, 0.028 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, -2, 0, 0 }, 351.23654, 0.00047, 0.044 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, -2, 1, 0 }, 351.23550, 0.00050, 0.104 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, -2, 2, 0 }, 351.23018, 0.00001, 0.277 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 0, -2, 0 }, 170.98422, 0.00009, 0.041 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 0, -1, 0 }, 171.19781, 0.00103, 0.088 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 0, 0, 0 }, 351.46713, 0.00105, 0.546 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 0, 1, 0 }, 351.29284, 0.00017, 0.066 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 0, 2, 0 }, 349.14985, 0.00003, 0.035 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, -3, 0 }, 148.63306, 0.00005, 0.076 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, -2, 0 }, 170.86324, 0.00133, 17.093 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, -1, 0 }, 351.23859, 0.00632, 0.075 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, 0, -2 }, 167.59622, 0.00001, 3.636 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, 0, 0 }, 351.49083, 0.00035, 0.038 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, 1, 0 }, 351.21474, 0.00003, 0.025 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, 2, 0 }, 168.24317, 0.00001, 0.019 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 4, -3, 0 }, 183.23586, 0.00002, 0.087 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 4, -2, 0 }, 350.48814, 0.00007, 0.040 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 4, -1, 0 }, 351.19689, 0.00006, 0.026 }, + { { 0, 0, 2, 0, -4, 6, -3, 0, 0, 0, 0 }, 168.76255, 0.00001, 0.546 }, + { { 0, 0, 2, 0, -4, 6, -3, 0, 2, -1, 0 }, 173.23991, 0.00003, 0.075 }, + { { 0, 0, 2, 0, -3, -5, 0, 0, 0, 0, 0 }, 219.39782, 0.00001, 0.634 }, + { { 0, 0, 2, 0, -3, -1, 0, 0, 0, 0, 0 }, 154.75835, 0.00001, 0.584 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -6, 1, 0 }, 190.06698, 0.00001, 0.017 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -4, -1, 0 }, 189.99846, 0.00004, 0.016 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -4, 0, 0 }, 189.12578, 0.00019, 0.021 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -4, 0, 2 }, 190.23547, 0.00002, 0.048 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -4, 1, 0 }, 190.62647, 0.00043, 0.029 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -4, 2, 0 }, 190.34099, 0.00023, 0.047 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -3, 0, 0 }, 190.19286, 0.00002, 0.028 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -3, 1, 0 }, 10.20972, 0.00002, 0.045 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, -3, 0 }, 190.11682, 0.00002, 0.016 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, -2, 0 }, 190.27943, 0.00020, 0.020 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, -1, 0 }, 190.29227, 0.00220, 0.028 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, -1, 2 }, 10.25022, 0.00002, 0.106 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 0, -2 }, 10.40597, 0.00004, 0.020 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 0, 0 }, 190.20751, 0.01841, 0.043 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 0, 2 }, 190.22067, 0.00016, 0.259 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 1, -2 }, 10.38090, 0.00004, 0.027 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 1, 0 }, 190.29786, 0.01814, 0.103 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 2, 0 }, 190.40548, 0.00075, 0.284 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 3, 0 }, 190.32909, 0.00005, 0.060 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -1, -1, 0 }, 10.08577, 0.00006, 0.042 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -1, -1, 1 }, 187.73280, 0.00002, 0.096 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -1, 0, 0 }, 11.03822, 0.00032, 0.094 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -1, 0, 1 }, 292.54951, 0.00004, 0.357 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -1, 1, 0 }, 10.42894, 0.00004, 0.380 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -3, 0 }, 190.43392, 0.00011, 0.026 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -2, -2 }, 10.11312, 0.00002, 0.019 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -2, 0 }, 190.26869, 0.00320, 0.040 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -2, 2 }, 10.05397, 0.00004, 0.481 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -1, -2 }, 10.17332, 0.00019, 0.026 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -1, 0 }, 190.17970, 0.09518, 0.087 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -1, 2 }, 190.69419, 0.00001, 0.065 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 0, -2 }, 8.63024, 0.00002, 0.040 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 0, 0 }, 190.43600, 0.05167, 0.572 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 0, 2 }, 10.39390, 0.00006, 0.035 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 1, 0 }, 190.51572, 0.00813, 0.067 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 1, 2 }, 10.61530, 0.00003, 0.024 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 2, 0 }, 190.67758, 0.00058, 0.035 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 3, 0 }, 190.76576, 0.00004, 0.024 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 1, -2, 0 }, 190.64834, 0.00004, 0.081 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 1, -1, -1 }, 276.01323, 0.00003, 0.080 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 1, -1, 0 }, 10.20756, 0.00044, 1.163 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 1, -1, 1 }, 99.37819, 0.00003, 0.070 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 1, 0, -1 }, 278.28609, 0.00031, 1.442 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 1, 0, 0 }, 8.01131, 0.00039, 0.071 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 1, 0, 1 }, 100.50400, 0.00002, 0.036 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 1, 1, -1 }, 276.01323, 0.00003, 0.072 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 1, 1, 0 }, 8.09704, 0.00003, 0.037 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -5, 0 }, 10.15314, 0.00005, 0.025 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -4, 0 }, 10.15390, 0.00064, 0.038 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -3, -2 }, 190.07777, 0.00004, 0.025 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -3, 0 }, 10.15170, 0.00936, 0.075 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -2, -2 }, 190.01079, 0.00024, 0.037 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -2, 0 }, 10.03835, 0.28281, 37.133 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -2, 2 }, 190.04435, 0.00029, 0.037 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -1, -2 }, 10.07701, 0.00070, 0.073 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -1, 0 }, 10.07001, 0.44532, 0.076 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -1, 2 }, 190.08255, 0.00092, 0.025 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, 0, -2 }, 11.69679, 0.00014, 2.774 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, 0, 0 }, 10.08580, 0.03174, 0.038 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, 0, 2 }, 190.08286, 0.00016, 0.019 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, 1, -2 }, 190.20619, 0.00005, 0.078 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, 1, 0 }, 9.99365, 0.00223, 0.025 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, 1, 2 }, 190.08587, 0.00002, 0.015 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, 2, 0 }, 10.10132, 0.00017, 0.019 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 3, -2, 0 }, 190.01305, 0.00013, 0.081 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 3, -1, 0 }, 190.08285, 0.00017, 0.039 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 3, 0, 0 }, 190.08585, 0.00002, 0.026 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -4, 0 }, 9.87614, 0.00012, 0.555 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -3, 0 }, 9.99181, 0.00440, 0.087 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -3, 2 }, 190.02539, 0.00002, 0.026 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -2, -2 }, 10.05206, 0.00004, 0.469 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -2, 0 }, 9.96731, 0.00897, 0.040 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -2, 2 }, 190.06895, 0.00005, 0.019 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -1, -2 }, 190.04988, 0.00011, 0.090 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -1, 0 }, 10.08150, 0.00447, 0.026 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -1, 2 }, 190.08535, 0.00002, 0.015 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, 0, 0 }, 10.15916, 0.00066, 0.020 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, 1, 0 }, 10.37202, 0.00006, 0.016 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 6, -4, 0 }, 9.99388, 0.00006, 0.044 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 6, -3, 0 }, 10.04952, 0.00017, 0.028 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 6, -2, 0 }, 10.05748, 0.00015, 0.020 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 6, -1, 0 }, 10.08511, 0.00005, 0.016 }, + { { 0, 0, 2, 0, -3, 0, 1, 0, 2, -3, 0 }, 0.73083, 0.00001, 0.075 }, + { { 0, 0, 2, 0, -3, 0, 1, 0, 2, -2, 0 }, 180.73749, 0.00002, 66.542 }, + { { 0, 0, 2, 0, -3, 0, 1, 0, 2, -1, 0 }, 180.73083, 0.00001, 0.076 }, + { { 0, 0, 2, 0, -3, 0, 2, 0, 2, -2, 0 }, 349.75714, 0.00030, 319.860 }, + { { 0, 0, 2, 0, -3, 0, 2, 0, 2, -1, 0 }, 349.77796, 0.00007, 0.075 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, -2, 0, 0 }, 3.60212, 0.00007, 0.044 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, -2, 1, 0 }, 3.60212, 0.00007, 0.103 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 0, -3, 0 }, 181.05821, 0.00002, 0.026 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 0, -2, 0 }, 181.31415, 0.00020, 0.040 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 0, -1, 0 }, 181.39771, 0.00121, 0.087 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 0, 0, 0 }, 5.95027, 0.00005, 0.561 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 0, 1, 0 }, 3.60212, 0.00001, 0.067 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 2, -4, 0 }, 179.81568, 0.00002, 0.038 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 2, -3, 0 }, 179.82209, 0.00037, 0.075 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 2, -2, 0 }, 181.29764, 0.01126, 142.500 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 2, -1, 0 }, 1.45638, 0.00479, 0.075 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 2, 0, 0 }, 1.46226, 0.00031, 0.038 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 2, 1, 0 }, 1.43829, 0.00003, 0.025 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 4, -3, 0 }, 181.91874, 0.00018, 0.087 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 4, -2, 0 }, 181.25099, 0.00006, 0.040 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 4, -1, 0 }, 1.48846, 0.00003, 0.026 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, -2, 0, 0 }, 202.89251, 0.00008, 0.044 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, -2, 1, 0 }, 202.89251, 0.00008, 0.103 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 0, -2, 0 }, 11.29152, 0.00001, 0.040 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 0, -1, 0 }, 10.64759, 0.00018, 0.087 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 0, 0, 0 }, 197.63421, 0.00015, 0.551 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 0, 1, 0 }, 195.91362, 0.00003, 0.066 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 2, -3, 0 }, 1.44742, 0.00004, 0.076 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 2, -2, 0 }, 10.51372, 0.00033, 24.411 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 2, -1, 0 }, 191.46556, 0.00106, 0.075 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 2, 0, 0 }, 193.45760, 0.00006, 0.038 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 4, -2, 0 }, 191.14204, 0.00001, 0.040 }, + { { 0, 0, 2, 0, -3, 3, 0, 0, 0, 0, 0 }, 10.26092, 0.00001, 0.541 }, + { { 0, 0, 2, 0, -3, 3, 0, 0, 2, -3, 0 }, 254.91214, 0.00002, 0.076 }, + { { 0, 0, 2, 0, -3, 3, 0, 0, 2, -1, 0 }, 334.07521, 0.00002, 0.075 }, + { { 0, 0, 2, 0, -3, 5, 0, 0, -2, 0, 0 }, 76.38436, 0.00005, 0.044 }, + { { 0, 0, 2, 0, -3, 5, 0, 0, -2, 1, 0 }, 76.02045, 0.00004, 0.105 }, + { { 0, 0, 2, 0, -3, 5, 0, 0, 0, -1, 0 }, 77.50562, 0.00001, 0.088 }, + { { 0, 0, 2, 0, -3, 5, 0, 0, 0, 0, 0 }, 83.82384, 0.00004, 0.522 }, + { { 0, 0, 2, 0, -3, 5, 0, 0, 0, 1, 0 }, 77.50562, 0.00001, 0.066 }, + { { 0, 0, 2, 0, -3, 5, 0, 0, 2, -2, 0 }, 159.39784, 0.00002, 7.002 }, + { { 0, 0, 2, 0, -3, 5, 0, 0, 2, -1, 0 }, 130.21854, 0.00005, 0.075 }, + { { 0, 0, 2, 0, -3, 5, 0, 0, 2, 0, 0 }, 159.39784, 0.00002, 0.038 }, + { { 0, 0, 2, 0, -2, -5, 0, 0, -2, 0, 0 }, 208.35504, 0.00003, 0.043 }, + { { 0, 0, 2, 0, -2, -5, 0, 0, -2, 1, 0 }, 208.35147, 0.00003, 0.102 }, + { { 0, 0, 2, 0, -2, -5, 0, 0, 0, -1, 0 }, 209.41199, 0.00002, 0.086 }, + { { 0, 0, 2, 0, -2, -5, 0, 0, 0, 0, 0 }, 209.45979, 0.00007, 0.602 }, + { { 0, 0, 2, 0, -2, -5, 0, 0, 2, -3, 0 }, 209.88474, 0.00002, 0.075 }, + { { 0, 0, 2, 0, -2, -5, 0, 0, 2, -2, 0 }, 28.39752, 0.00001, 8.900 }, + { { 0, 0, 2, 0, -2, -5, 0, 0, 2, -1, 0 }, 29.41198, 0.00011, 0.076 }, + { { 0, 0, 2, 0, -2, -3, 0, 0, 0, 0, 0 }, 181.09496, 0.00001, 0.578 }, + { { 0, 0, 2, 0, -2, -3, 0, 0, 2, -3, 0 }, 178.90967, 0.00002, 0.075 }, + { { 0, 0, 2, 0, -2, -3, 0, 0, 2, -1, 0 }, 358.90967, 0.00002, 0.076 }, + { { 0, 0, 2, 0, -2, -2, 0, 0, -2, 0, 0 }, 336.86475, 0.00001, 0.044 }, + { { 0, 0, 2, 0, -2, -2, 0, 0, 0, -1, 0 }, 345.69335, 0.00015, 0.087 }, + { { 0, 0, 2, 0, -2, -2, 0, 0, 0, 0, 0 }, 339.00971, 0.00003, 0.567 }, + { { 0, 0, 2, 0, -2, -2, 0, 0, 2, -3, 0 }, 182.36408, 0.00001, 0.075 }, + { { 0, 0, 2, 0, -2, -2, 0, 0, 2, -2, 0 }, 165.35711, 0.00141, 95.036 }, + { { 0, 0, 2, 0, -2, -2, 0, 0, 2, -1, 0 }, 165.63609, 0.00091, 0.076 }, + { { 0, 0, 2, 0, -2, -2, 0, 0, 2, 0, 0 }, 165.66216, 0.00006, 0.038 }, + { { 0, 0, 2, 0, -2, -2, 0, 0, 4, -3, 0 }, 163.79148, 0.00003, 0.087 }, + { { 0, 0, 2, 0, -2, -2, 0, 0, 4, -2, 0 }, 165.37158, 0.00003, 0.040 }, + { { 0, 0, 2, 0, -2, -1, 0, 0, -2, 0, 0 }, 146.97517, 0.00002, 0.044 }, + { { 0, 0, 2, 0, -2, -1, 0, 0, 0, -1, 0 }, 348.08262, 0.00004, 0.087 }, + { { 0, 0, 2, 0, -2, -1, 0, 0, 0, 0, 0 }, 150.52119, 0.00002, 0.556 }, + { { 0, 0, 2, 0, -2, -1, 0, 0, 2, -3, 0 }, 160.40109, 0.00004, 0.076 }, + { { 0, 0, 2, 0, -2, -1, 0, 0, 2, -2, 0 }, 349.51166, 0.00010, 42.689 }, + { { 0, 0, 2, 0, -2, -1, 0, 0, 2, -1, 0 }, 168.08249, 0.00019, 0.075 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -6, 1, 0 }, 180.98162, 0.00004, 0.017 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -6, 2, 0 }, 181.35240, 0.00003, 0.022 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -6, 3, 0 }, 180.86455, 0.00001, 0.031 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -4, -1, 0 }, 178.53433, 0.00012, 0.016 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -4, 0, 0 }, 181.89761, 0.00093, 0.021 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -4, 1, -2 }, 0.86279, 0.00002, 0.016 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -4, 1, 0 }, 181.41909, 0.00211, 0.029 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -4, 1, 2 }, 180.91846, 0.00002, 0.133 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -4, 2, 0 }, 181.28067, 0.00121, 0.047 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -4, 3, 0 }, 180.89533, 0.00004, 0.127 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -3, -1, 0 }, 181.11348, 0.00004, 0.021 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -3, 0, 0 }, 181.39627, 0.00005, 0.028 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -3, 1, 0 }, 0.95358, 0.00012, 0.045 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -3, 2, 0 }, 1.14025, 0.00002, 0.114 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, -3, 0 }, 181.69019, 0.00003, 0.016 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, -2, 0 }, 181.58709, 0.00022, 0.020 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, -1, -2 }, 0.81445, 0.00004, 0.016 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, -1, 0 }, 181.40070, 0.00527, 0.028 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, -1, 2 }, 0.86642, 0.00016, 0.107 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 0, -2 }, 0.80053, 0.00019, 0.020 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 0, 0 }, 180.95918, 0.08408, 0.044 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 0, 2 }, 180.90069, 0.00079, 0.254 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 1, -2 }, 0.82326, 0.00024, 0.027 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 1, 0 }, 180.86110, 0.08911, 0.104 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 1, 2 }, 0.96278, 0.00004, 0.058 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 2, 0 }, 180.86009, 0.00380, 0.277 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 3, 0 }, 180.98602, 0.00025, 0.059 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 4, 0 }, 180.87677, 0.00002, 0.033 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -1, -2, 0 }, 180.32900, 0.00003, 0.027 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -1, -1, 0 }, 179.51267, 0.00006, 0.042 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -1, -1, 1 }, 177.58718, 0.00004, 0.096 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -1, 0, 0 }, 1.33764, 0.00129, 0.095 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -1, 0, 1 }, 353.59803, 0.00006, 0.347 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -1, 1, 0 }, 0.46288, 0.00015, 0.368 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -1, 2, 0 }, 0.18606, 0.00002, 0.063 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -4, 0 }, 0.07057, 0.00009, 0.020 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -3, 0 }, 0.01426, 0.00107, 0.026 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -2, -2 }, 180.06121, 0.00009, 0.019 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -2, 0 }, 359.98542, 0.01434, 0.041 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -1, -2 }, 179.95924, 0.00037, 0.026 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -1, 0 }, 359.98450, 0.18256, 0.088 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -1, 2 }, 2.46009, 0.00002, 0.065 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 0, -2 }, 180.09868, 0.00007, 0.040 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 0, 0 }, 180.43608, 0.18457, 0.546 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 0, 2 }, 0.42763, 0.00011, 0.035 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 1, -2 }, 0.36703, 0.00014, 0.085 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 1, 0 }, 180.40927, 0.03337, 0.066 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 1, 2 }, 0.31138, 0.00007, 0.024 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 2, 0 }, 180.33774, 0.00230, 0.035 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 2, 2 }, 0.51257, 0.00001, 0.018 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 3, 0 }, 180.40999, 0.00015, 0.024 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 1, -2, 0 }, 180.09718, 0.00016, 0.081 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 1, -1, -1 }, 172.49802, 0.00001, 0.080 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 1, -1, 0 }, 180.06030, 0.00068, 1.059 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 1, -1, 1 }, 177.58718, 0.00002, 0.070 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 1, 0, -1 }, 203.82142, 0.00007, 1.286 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 1, 0, 0 }, 0.60156, 0.00128, 0.070 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 1, 1, -1 }, 172.49802, 0.00001, 0.071 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 1, 1, 0 }, 0.18446, 0.00011, 0.036 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -5, 0 }, 0.05492, 0.00002, 0.025 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -4, 0 }, 0.05611, 0.00035, 0.038 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -3, -2 }, 180.05103, 0.00003, 0.025 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -3, 0 }, 0.06638, 0.00553, 0.076 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -2, -2 }, 180.07733, 0.00029, 0.037 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -2, 0 }, 0.08642, 0.24515, 17.430 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -2, 2 }, 180.05452, 0.00011, 0.037 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -1, -2 }, 180.11956, 0.00251, 0.074 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -1, 0 }, 180.11977, 1.14307, 0.075 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -1, 2 }, 0.12242, 0.00227, 0.025 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 0, -2 }, 0.10286, 0.00158, 3.621 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 0, 0 }, 180.13179, 0.06863, 0.038 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 0, 2 }, 0.14340, 0.00038, 0.019 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 1, -2 }, 180.10327, 0.00045, 0.077 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 1, 0 }, 180.17824, 0.00504, 0.025 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 1, 2 }, 0.12183, 0.00005, 0.015 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 2, -2 }, 180.11372, 0.00004, 0.038 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 2, 0 }, 179.96460, 0.00034, 0.019 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 3, 0 }, 179.94793, 0.00003, 0.015 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 3, -2, 0 }, 0.18229, 0.00004, 0.080 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 3, -1, 0 }, 0.12383, 0.00047, 0.039 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 3, 0, 0 }, 0.14286, 0.00005, 0.026 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -5, 0 }, 0.10001, 0.00001, 0.067 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -4, 0 }, 0.09968, 0.00015, 0.583 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -3, 0 }, 0.09014, 0.00429, 0.087 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -3, 2 }, 180.07773, 0.00002, 0.026 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -2, -2 }, 0.11489, 0.00008, 0.488 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -2, 0 }, 180.12877, 0.01229, 0.040 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -2, 2 }, 0.12918, 0.00007, 0.019 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -1, -2 }, 0.12353, 0.00043, 0.089 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -1, 0 }, 180.12629, 0.01038, 0.026 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -1, 2 }, 0.12185, 0.00006, 0.015 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, 0, -2 }, 0.26860, 0.00002, 0.041 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, 0, 0 }, 180.11499, 0.00141, 0.019 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, 1, 0 }, 180.12985, 0.00012, 0.015 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 5, -2, 0 }, 0.12198, 0.00002, 0.027 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 6, -4, 0 }, 0.08889, 0.00006, 0.043 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 6, -3, 0 }, 180.14107, 0.00013, 0.028 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 6, -2, 0 }, 180.12825, 0.00026, 0.020 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 6, -1, 0 }, 180.12965, 0.00012, 0.016 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 6, 0, 0 }, 180.12185, 0.00003, 0.013 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 8, -3, 0 }, 180.12198, 0.00002, 0.016 }, + { { 0, 0, 2, 0, -2, 1, 0, 0, -2, 0, 0 }, 41.73264, 0.00002, 0.044 }, + { { 0, 0, 2, 0, -2, 1, 0, 0, 0, 0, 0 }, 33.74277, 0.00003, 0.536 }, + { { 0, 0, 2, 0, -2, 1, 0, 0, 2, -3, 0 }, 331.13216, 0.00002, 0.076 }, + { { 0, 0, 2, 0, -2, 1, 0, 0, 2, -1, 0 }, 6.00222, 0.00005, 0.075 }, + { { 0, 0, 2, 0, -2, 2, 0, 0, -2, 0, 0 }, 283.48898, 0.00005, 0.044 }, + { { 0, 0, 2, 0, -2, 2, 0, 0, -2, 1, 0 }, 283.49158, 0.00005, 0.104 }, + { { 0, 0, 2, 0, -2, 2, 0, 0, 0, -1, 0 }, 100.10121, 0.00004, 0.088 }, + { { 0, 0, 2, 0, -2, 2, 0, 0, 0, 0, 0 }, 282.63102, 0.00009, 0.527 }, + { { 0, 0, 2, 0, -2, 2, 0, 0, 0, 1, 0 }, 283.14100, 0.00001, 0.066 }, + { { 0, 0, 2, 0, -2, 2, 0, 0, 2, -2, 0 }, 104.88439, 0.00002, 7.983 }, + { { 0, 0, 2, 0, -2, 2, 0, 0, 2, -1, 0 }, 280.95432, 0.00024, 0.075 }, + { { 0, 0, 2, 0, -2, 3, 0, 0, -2, 0, 0 }, 169.17608, 0.00006, 0.044 }, + { { 0, 0, 2, 0, -2, 3, 0, 0, -2, 1, 0 }, 169.16969, 0.00005, 0.105 }, + { { 0, 0, 2, 0, -2, 3, 0, 0, 0, -1, 0 }, 351.46129, 0.00004, 0.088 }, + { { 0, 0, 2, 0, -2, 3, 0, 0, 0, 0, 0 }, 170.30239, 0.00011, 0.517 }, + { { 0, 0, 2, 0, -2, 3, 0, 0, 0, 1, 0 }, 169.54836, 0.00002, 0.066 }, + { { 0, 0, 2, 0, -2, 3, 0, 0, 2, -2, 0 }, 348.06403, 0.00002, 6.281 }, + { { 0, 0, 2, 0, -2, 3, 0, 0, 2, -1, 0 }, 170.93398, 0.00027, 0.075 }, + { { 0, 0, 2, 0, -2, 3, 0, 0, 2, 0, 0 }, 170.93398, 0.00002, 0.037 }, + { { 0, 0, 2, 0, -2, 5, 0, 0, -2, 0, 0 }, 106.95316, 0.00003, 0.044 }, + { { 0, 0, 2, 0, -2, 5, 0, 0, -2, 1, 0 }, 168.16519, 0.00002, 0.105 }, + { { 0, 0, 2, 0, -2, 5, 0, 0, 0, 0, 0 }, 95.44981, 0.00002, 0.500 }, + { { 0, 0, 2, 0, -2, 5, 0, 0, 2, -3, 0 }, 140.76610, 0.00003, 0.077 }, + { { 0, 0, 2, 0, -2, 5, 0, 0, 2, -1, 0 }, 134.07606, 0.00003, 0.074 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, -2, -1, 0 }, 198.78129, 0.00001, 0.028 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, -2, 0, 0 }, 198.76425, 0.00013, 0.043 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, -2, 1, 0 }, 198.76374, 0.00014, 0.103 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 0, -2, 0 }, 198.85517, 0.00002, 0.040 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 0, -1, 0 }, 198.98587, 0.00078, 0.087 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 0, 0, 0 }, 199.27773, 0.00046, 0.573 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 0, 1, 0 }, 199.10271, 0.00006, 0.067 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 2, -3, 0 }, 54.52565, 0.00002, 0.075 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 2, -2, 0 }, 18.66198, 0.00224, 35.635 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 2, -1, 0 }, 18.96250, 0.00362, 0.076 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 2, 0, 0 }, 18.95365, 0.00026, 0.038 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 4, -3, 0 }, 15.26933, 0.00005, 0.087 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 4, -2, 0 }, 18.71783, 0.00007, 0.040 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 4, -1, 0 }, 18.95085, 0.00003, 0.026 }, + { { 0, 0, 2, 0, -1, -4, 0, 0, 2, -3, 0 }, 196.55183, 0.00002, 0.075 }, + { { 0, 0, 2, 0, -1, -4, 0, 0, 2, -2, 0 }, 299.69332, 0.00011, 169.910 }, + { { 0, 0, 2, 0, -1, -4, 0, 0, 2, -1, 0 }, 156.41913, 0.00005, 0.075 }, + { { 0, 0, 2, 0, -1, -3, 0, 0, 0, 0, 0 }, 137.58176, 0.00001, 0.551 }, + { { 0, 0, 2, 0, -1, -3, 0, 0, 2, -3, 0 }, 309.04588, 0.00003, 0.076 }, + { { 0, 0, 2, 0, -1, -3, 0, 0, 2, -2, 0 }, 297.15271, 0.00001, 25.105 }, + { { 0, 0, 2, 0, -1, -3, 0, 0, 2, -1, 0 }, 252.20237, 0.00001, 0.075 }, + { { 0, 0, 2, 0, -1, -2, 0, 0, -2, 0, 0 }, 351.91841, 0.00006, 0.044 }, + { { 0, 0, 2, 0, -1, -2, 0, 0, -2, 1, 0 }, 351.91841, 0.00005, 0.104 }, + { { 0, 0, 2, 0, -1, -2, 0, 0, 0, -1, 0 }, 169.62663, 0.00008, 0.088 }, + { { 0, 0, 2, 0, -1, -2, 0, 0, 0, 0, 0 }, 351.03939, 0.00011, 0.541 }, + { { 0, 0, 2, 0, -1, -2, 0, 0, 0, 1, 0 }, 351.91842, 0.00001, 0.066 }, + { { 0, 0, 2, 0, -1, -2, 0, 0, 2, -3, 0 }, 146.21699, 0.00001, 0.076 }, + { { 0, 0, 2, 0, -1, -2, 0, 0, 2, -2, 0 }, 171.27366, 0.00007, 13.554 }, + { { 0, 0, 2, 0, -1, -2, 0, 0, 2, -1, 0 }, 349.90833, 0.00046, 0.075 }, + { { 0, 0, 2, 0, -1, -2, 0, 0, 2, 0, 0 }, 349.90849, 0.00003, 0.038 }, + { { 0, 0, 2, 0, -1, -1, 0, 0, -2, 0, 0 }, 173.33467, 0.00002, 0.044 }, + { { 0, 0, 2, 0, -1, -1, 0, 0, 0, 0, 0 }, 173.45135, 0.00003, 0.531 }, + { { 0, 0, 2, 0, -1, -1, 0, 0, 2, -3, 0 }, 358.17782, 0.00002, 0.076 }, + { { 0, 0, 2, 0, -1, -1, 0, 0, 2, -2, 0 }, 3.17709, 0.00001, 9.283 }, + { { 0, 0, 2, 0, -1, -1, 0, 0, 2, -1, 0 }, 169.60113, 0.00004, 0.075 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -6, 1, 0 }, 261.78835, 0.00002, 0.017 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -6, 2, 0 }, 261.98526, 0.00001, 0.022 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -6, 3, 0 }, 260.34782, 0.00001, 0.031 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -4, -1, 0 }, 261.37442, 0.00009, 0.016 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -4, 0, 0 }, 261.48637, 0.00028, 0.021 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -4, 1, 0 }, 262.43306, 0.00063, 0.029 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -4, 2, 0 }, 262.77725, 0.00030, 0.048 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -3, 0, 0 }, 262.90082, 0.00002, 0.028 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -3, 1, 0 }, 86.46774, 0.00002, 0.046 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, -2, 0 }, 263.93325, 0.00014, 0.020 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, -1, 0 }, 263.28669, 0.00154, 0.028 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, -1, 2 }, 84.73850, 0.00003, 0.108 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, 0, -2 }, 85.32613, 0.00004, 0.020 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, 0, 0 }, 264.37885, 0.01644, 0.044 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, 0, 2 }, 264.37894, 0.00014, 0.249 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, 1, -2 }, 84.99393, 0.00002, 0.027 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, 1, 0 }, 264.83212, 0.01537, 0.105 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, 1, 2 }, 84.85461, 0.00003, 0.058 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, 2, 0 }, 264.94744, 0.00064, 0.271 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, 3, 0 }, 264.28399, 0.00006, 0.059 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -1, -2, 0 }, 262.50277, 0.00001, 0.027 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -1, -1, 0 }, 257.76751, 0.00006, 0.042 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -1, 0, 0 }, 254.07292, 0.00053, 0.096 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -1, 0, 1 }, 273.55272, 0.00003, 0.337 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -1, 1, 0 }, 244.21901, 0.00003, 0.357 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, -3, 0 }, 227.57587, 0.00001, 0.026 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, -2, 0 }, 247.83149, 0.00038, 0.041 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, -1, 0 }, 245.45749, 0.00456, 0.088 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, 0, -2 }, 90.37415, 0.00001, 0.040 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, 0, 0 }, 270.16044, 0.01589, 0.522 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, 1, 0 }, 271.98372, 0.00251, 0.066 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, 2, 0 }, 276.51276, 0.00015, 0.035 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, 3, 0 }, 236.07786, 0.00002, 0.024 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 1, -2, 0 }, 84.36933, 0.00002, 0.082 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 1, -1, -1 }, 257.66853, 0.00003, 0.081 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 1, -1, 0 }, 248.94579, 0.00004, 0.972 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 1, -1, 1 }, 79.55285, 0.00003, 0.069 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 1, 0, -1 }, 257.93250, 0.00028, 1.160 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 1, 0, 0 }, 253.04605, 0.00032, 0.070 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 1, 0, 1 }, 78.79461, 0.00002, 0.036 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 1, 1, -1 }, 257.66853, 0.00003, 0.071 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 1, 1, 0 }, 257.77326, 0.00005, 0.036 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, -3, 0 }, 260.51065, 0.00002, 0.076 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, -2, 0 }, 201.31508, 0.00062, 7.058 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, -1, -2 }, 320.37553, 0.00004, 0.074 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, -1, -1 }, 79.89304, 0.00003, 39.875 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, -1, 0 }, 307.24896, 0.01299, 0.075 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, -1, 2 }, 125.66925, 0.00003, 0.025 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, 0, -2 }, 194.82026, 0.00004, 5.213 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, 0, -1 }, 80.55549, 0.00004, 0.076 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, 0, 0 }, 299.59680, 0.00072, 0.038 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, 1, -2 }, 339.13026, 0.00002, 0.077 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, 1, 0 }, 282.54731, 0.00005, 0.025 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 3, -1, 0 }, 257.77236, 0.00001, 0.039 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 4, -2, 0 }, 304.78109, 0.00017, 0.040 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 4, -1, 0 }, 305.63416, 0.00011, 0.026 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 4, 0, 0 }, 329.37532, 0.00002, 0.019 }, + { { 0, 0, 2, 0, -1, 5, 0, 0, 2, -2, 0 }, 128.62117, 0.00002, 3.211 }, + { { 0, 0, 2, 0, -1, 5, 0, 0, 2, 0, 0 }, 128.62117, 0.00002, 0.037 }, + { { 0, 0, 2, 0, 0, -7, 0, 0, 2, -2, 0 }, 15.19887, 0.00004, 85.805 }, + { { 0, 0, 2, 0, 0, -7, 0, 0, 2, -1, 0 }, 8.46291, 0.00002, 0.076 }, + { { 0, 0, 2, 0, 0, -6, 0, 0, 2, -2, 0 }, 8.23446, 0.00002, 44.857 }, + { { 0, 0, 2, 0, 0, -6, 0, 0, 2, -1, 0 }, 191.28581, 0.00003, 0.075 }, + { { 0, 0, 2, 0, 0, -6, 3, 0, 0, 0, 0 }, 12.02526, 0.00001, 0.546 }, + { { 0, 0, 2, 0, 0, -6, 3, 0, 2, -1, 0 }, 7.96907, 0.00003, 0.075 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, -4, 1, 0 }, 187.84183, 0.00002, 0.029 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, -2, -1, 0 }, 187.15708, 0.00005, 0.028 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, -2, 0, 0 }, 185.89922, 0.00047, 0.044 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, -2, 1, 0 }, 189.05948, 0.00052, 0.104 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, -2, 2, 0 }, 189.10414, 0.00001, 0.277 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 0, -2, 0 }, 7.61759, 0.00010, 0.041 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 0, -1, 0 }, 7.37374, 0.00111, 0.088 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 0, 0, 0 }, 187.72480, 0.00108, 0.546 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 0, 1, 0 }, 188.49423, 0.00017, 0.066 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 0, 2, 0 }, 188.79404, 0.00003, 0.035 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 2, -3, 0 }, 15.96455, 0.00004, 0.076 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 2, -2, 0 }, 7.95474, 0.00149, 17.781 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 2, -1, 0 }, 187.64895, 0.00675, 0.075 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 2, 0, -2 }, 8.63899, 0.00001, 3.607 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 2, 0, 0 }, 187.22867, 0.00038, 0.038 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 2, 1, 0 }, 187.66530, 0.00003, 0.025 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 2, 2, 0 }, 8.69629, 0.00001, 0.019 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 4, -3, 0 }, 5.14538, 0.00002, 0.087 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 4, -2, 0 }, 187.72134, 0.00007, 0.040 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 4, -1, 0 }, 187.66997, 0.00006, 0.026 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, -2, 0, 0 }, 5.37312, 0.00009, 0.044 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, -2, 1, 0 }, 5.37314, 0.00010, 0.104 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, 0, -2, 0 }, 186.88581, 0.00001, 0.041 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, 0, -1, 0 }, 186.23149, 0.00013, 0.088 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, 0, 0, 0 }, 7.60341, 0.00025, 0.536 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, 0, 1, 0 }, 6.05630, 0.00005, 0.066 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, 2, -3, 0 }, 268.23134, 0.00001, 0.076 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, 2, -2, 0 }, 185.53792, 0.00010, 11.088 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, 2, -1, 0 }, 6.18464, 0.00085, 0.075 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, 2, 0, 0 }, 6.53457, 0.00004, 0.038 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, 4, -2, 0 }, 6.91948, 0.00001, 0.040 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, -4, 1, 0 }, 272.93798, 0.00003, 0.029 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, -2, -1, 0 }, 273.04698, 0.00008, 0.028 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, -2, 0, 0 }, 273.18074, 0.00071, 0.044 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, -2, 1, 0 }, 272.73608, 0.00071, 0.104 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, -2, 2, 0 }, 272.72041, 0.00004, 0.272 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 0, -2, 0 }, 93.12669, 0.00004, 0.041 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 0, -1, 0 }, 92.94190, 0.00050, 0.088 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 0, 0, 0 }, 273.01802, 0.00150, 0.527 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 0, 1, 0 }, 272.83346, 0.00026, 0.066 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 0, 2, 0 }, 272.74790, 0.00002, 0.035 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 1, 0, -1 }, 294.42020, 0.00002, 1.184 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 2, -3, 0 }, 117.05041, 0.00003, 0.076 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 2, -2, 0 }, 92.75404, 0.00030, 8.056 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 2, -1, 0 }, 272.87559, 0.00457, 0.075 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 2, 0, -2 }, 92.71831, 0.00002, 4.776 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 2, 0, 0 }, 272.95177, 0.00022, 0.038 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 4, -2, 0 }, 273.02068, 0.00006, 0.040 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 4, -1, 0 }, 272.88570, 0.00004, 0.026 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -4, -1, 0 }, 0.21680, 0.00001, 0.016 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -4, 0, 0 }, 180.20269, 0.00005, 0.021 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -4, 1, 0 }, 180.20507, 0.00008, 0.029 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -4, 2, 0 }, 180.21268, 0.00004, 0.048 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -2, -2, 0 }, 180.22454, 0.00003, 0.020 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -2, -1, 0 }, 180.23063, 0.00024, 0.028 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -2, 0, 0 }, 180.23405, 0.00358, 0.044 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -2, 0, 2 }, 180.23247, 0.00001, 0.248 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -2, 1, 0 }, 180.21168, 0.00358, 0.105 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -2, 2, 0 }, 180.23834, 0.00016, 0.270 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -1, 0, 0 }, 359.92071, 0.00004, 0.096 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -1, 0, 1 }, 10.52651, 0.00001, 0.335 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 0, -3, 0 }, 0.45413, 0.00002, 0.026 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 0, -2, 0 }, 359.85186, 0.00008, 0.041 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 0, -1, 0 }, 359.88318, 0.00168, 0.088 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 0, 0, 0 }, 180.10531, 0.00731, 0.518 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 0, 1, 0 }, 180.09598, 0.00131, 0.066 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 0, 2, 0 }, 180.01831, 0.00009, 0.035 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 0, 3, 0 }, 0.24797, 0.00001, 0.024 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 1, 0, -1 }, 189.78115, 0.00001, 1.139 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 1, 0, 0 }, 359.92908, 0.00005, 0.070 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, -3, 0 }, 173.22245, 0.00003, 0.076 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, -2, 0 }, 359.98617, 0.00078, 6.326 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, -1, -2 }, 180.01787, 0.00008, 0.074 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, -1, -1 }, 189.71188, 0.00001, 115.334 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, -1, 0 }, 180.03353, 0.01873, 0.075 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, -1, 2 }, 0.03430, 0.00004, 0.025 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, 0, -2 }, 359.89129, 0.00007, 5.700 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, 0, 0 }, 180.06486, 0.00088, 0.037 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, 1, -2 }, 180.00555, 0.00004, 0.076 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, 1, 0 }, 180.00555, 0.00004, 0.025 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 4, -3, 0 }, 357.22957, 0.00001, 0.086 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 4, -2, 0 }, 180.04375, 0.00025, 0.040 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 4, -1, 0 }, 180.03992, 0.00015, 0.026 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 4, 0, 0 }, 180.04866, 0.00002, 0.019 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, -4, 0, 0 }, 258.56395, 0.00001, 0.021 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, -4, 1, 0 }, 258.09616, 0.00002, 0.029 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, -2, -1, 0 }, 258.37827, 0.00012, 0.028 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, -2, 0, 0 }, 258.42306, 0.00101, 0.044 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, -2, 0, 2 }, 258.44774, 0.00001, 0.245 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, -2, 1, 0 }, 258.45887, 0.00098, 0.105 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, -2, 2, 0 }, 258.48153, 0.00005, 0.267 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 0, -1, 0 }, 256.50120, 0.00027, 0.089 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 0, 0, 0 }, 259.08132, 0.00107, 0.509 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 0, 1, 0 }, 259.62742, 0.00015, 0.066 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 1, 0, -1 }, 246.32225, 0.00002, 1.096 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 2, -2, 0 }, 254.48282, 0.00002, 5.207 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 2, -1, 0 }, 262.64338, 0.00077, 0.074 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 2, 0, 0 }, 259.25116, 0.00004, 0.037 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 4, -2, 0 }, 262.41934, 0.00001, 0.040 }, + { { 0, 0, 2, 0, 0, 0, -3, 0, -2, 0, 0 }, 353.60684, 0.00003, 0.044 }, + { { 0, 0, 2, 0, 0, 0, -3, 0, 0, 0, 0 }, 353.69978, 0.00003, 0.509 }, + { { 0, 0, 2, 0, 0, 0, -3, 0, 2, -1, 0 }, 354.08193, 0.00003, 0.074 }, + { { 0, 0, 2, 0, 0, 0, -2, 0, -2, 0, 0 }, 178.79845, 0.00009, 0.044 }, + { { 0, 0, 2, 0, 0, 0, -2, 0, -2, 1, 0 }, 178.79845, 0.00008, 0.105 }, + { { 0, 0, 2, 0, 0, 0, -2, 0, 0, -1, 0 }, 1.37115, 0.00004, 0.089 }, + { { 0, 0, 2, 0, 0, 0, -2, 0, 0, 0, 0 }, 179.39604, 0.00015, 0.506 }, + { { 0, 0, 2, 0, 0, 0, -2, 0, 0, 1, 0 }, 176.84794, 0.00002, 0.066 }, + { { 0, 0, 2, 0, 0, 0, -2, 0, 2, -1, 0 }, 179.76067, 0.00028, 0.074 }, + { { 0, 0, 2, 0, 0, 0, -2, 0, 2, 0, 0 }, 359.98692, 0.00002, 0.037 }, + { { 0, 0, 2, 0, 0, 0, -1, 0, -2, 0, 0 }, 249.04721, 0.00003, 0.044 }, + { { 0, 0, 2, 0, 0, 0, -1, 0, 0, 0, 0 }, 247.25364, 0.00002, 0.503 }, + { { 0, 0, 2, 0, 0, 0, 0, -2, -2, 0, 0 }, 180.21905, 0.00003, 0.044 }, + { { 0, 0, 2, 0, 0, 0, 0, -2, 0, 0, 0 }, 180.12520, 0.00005, 0.503 }, + { { 0, 0, 2, 0, 0, 0, 0, -2, 2, -1, 0 }, 180.01897, 0.00007, 0.074 }, + { { 0, 0, 2, 0, 0, 0, 0, -1, -2, 0, 0 }, 258.84540, 0.00002, 0.044 }, + { { 0, 0, 2, 0, 0, 0, 0, -1, 0, 0, 0 }, 258.67998, 0.00001, 0.502 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -4, 0, 0 }, 357.22781, 0.00002, 0.021 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -4, 1, 0 }, 0.89775, 0.00002, 0.029 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -2, -1, 0 }, 349.55878, 0.00005, 0.028 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -2, 0, 0 }, 1.68949, 0.00062, 0.044 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -2, 1, 0 }, 0.94570, 0.00055, 0.105 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -2, 2, 0 }, 11.44747, 0.00006, 0.265 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -1, 0, -1 }, 11.15341, 0.00005, 0.042 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -1, 0, 0 }, 203.56274, 0.00004, 0.096 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -1, 0, 1 }, 194.37784, 0.00011, 0.327 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -1, 1, -1 }, 10.39726, 0.00001, 0.095 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, -1, 0 }, 356.89361, 0.00014, 0.089 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0 }, 20.93860, 0.00316, 0.500 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 0 }, 20.40505, 0.00035, 0.066 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, 2, 0 }, 46.07493, 0.00002, 0.035 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 1, -1, 0 }, 204.53669, 0.00001, 0.898 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, -1 }, 8.09133, 0.00024, 1.057 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0 }, 204.62437, 0.00007, 0.070 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 1 }, 186.15503, 0.00005, 0.036 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, -3, 0 }, 210.82671, 0.00003, 0.077 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, -1, 0 }, 23.14997, 0.00203, 0.074 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, -2 }, 24.35768, 0.00002, 9.300 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, -1 }, 192.71213, 0.00008, 0.075 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0 }, 9.80521, 0.00009, 0.037 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, 1, 0 }, 202.23961, 0.00001, 0.025 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 4, -2, 0 }, 20.87349, 0.00003, 0.040 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 4, -1, 0 }, 23.05208, 0.00002, 0.026 }, + { { 0, 0, 2, 0, 0, 1, 0, 0, -2, 0, 0 }, 63.32040, 0.00003, 0.044 }, + { { 0, 0, 2, 0, 0, 1, 0, 0, -2, 1, 0 }, 63.29034, 0.00001, 0.106 }, + { { 0, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0 }, 66.74270, 0.00001, 0.492 }, + { { 0, 0, 2, 0, 0, 2, 0, 0, 2, -1, 0 }, 307.95213, 0.00002, 0.074 }, + { { 0, 0, 2, 0, 1, -9, 0, 0, 2, -2, 0 }, 86.50807, 0.00001, 210.377 }, + { { 0, 0, 2, 0, 1, -5, 0, 0, -2, 0, 0 }, 287.02856, 0.00004, 0.044 }, + { { 0, 0, 2, 0, 1, -5, 0, 0, -2, 1, 0 }, 289.35855, 0.00004, 0.105 }, + { { 0, 0, 2, 0, 1, -5, 0, 0, 0, -1, 0 }, 250.30444, 0.00001, 0.088 }, + { { 0, 0, 2, 0, 1, -5, 0, 0, 0, 0, 0 }, 315.21386, 0.00004, 0.522 }, + { { 0, 0, 2, 0, 1, -5, 0, 0, 2, -3, 0 }, 281.60941, 0.00001, 0.076 }, + { { 0, 0, 2, 0, 1, -5, 0, 0, 2, -2, 0 }, 7.34085, 0.00002, 7.115 }, + { { 0, 0, 2, 0, 1, -5, 0, 0, 2, -1, 0 }, 18.63096, 0.00008, 0.075 }, + { { 0, 0, 2, 0, 1, -2, 0, 0, -2, 0, 0 }, 79.22284, 0.00005, 0.044 }, + { { 0, 0, 2, 0, 1, -2, 0, 0, -2, 1, 0 }, 79.22422, 0.00004, 0.106 }, + { { 0, 0, 2, 0, 1, -2, 0, 0, 0, -1, 0 }, 78.83298, 0.00001, 0.089 }, + { { 0, 0, 2, 0, 1, -2, 0, 0, 0, 0, 0 }, 77.84341, 0.00004, 0.496 }, + { { 0, 0, 2, 0, 1, -2, 0, 0, 0, 1, 0 }, 78.83298, 0.00001, 0.065 }, + { { 0, 0, 2, 0, 1, -2, 0, 0, 2, -3, 0 }, 258.43092, 0.00001, 0.077 }, + { { 0, 0, 2, 0, 1, -2, 0, 0, 2, -1, 0 }, 78.43092, 0.00001, 0.074 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, -4, 0, 0 }, 323.19960, 0.00001, 0.021 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, -4, 2, 0 }, 143.03238, 0.00001, 0.048 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, -2, -1, 0 }, 139.48499, 0.00004, 0.028 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, -2, 0, 0 }, 139.78365, 0.00025, 0.044 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, -2, 1, 0 }, 141.84827, 0.00024, 0.106 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, -1, 0, -1 }, 332.53742, 0.00002, 0.042 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, -1, 1, -1 }, 152.83598, 0.00001, 0.096 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, 0, -1, 0 }, 136.65996, 0.00009, 0.090 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, 0, 0, 0 }, 133.56749, 0.00015, 0.480 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, 1, -1, -1 }, 332.64034, 0.00003, 0.082 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, 1, 0, -1 }, 332.97325, 0.00002, 0.970 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, 1, 1, -1 }, 152.69049, 0.00001, 0.070 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, 2, -1, 0 }, 67.11161, 0.00007, 0.074 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, 2, 0, -2 }, 166.38704, 0.00002, 43.055 }, + { { 0, 0, 2, 0, 1, 2, 0, 0, 2, -3, 0 }, 135.69703, 0.00002, 0.078 }, + { { 0, 0, 2, 0, 1, 2, 0, 0, 2, -1, 0 }, 135.69703, 0.00002, 0.073 }, + { { 0, 0, 2, 0, 1, 5, 0, 0, 2, -3, 0 }, 110.05814, 0.00002, 0.078 }, + { { 0, 0, 2, 0, 1, 5, 0, 0, 2, -2, 0 }, 110.44811, 0.00002, 2.083 }, + { { 0, 0, 2, 0, 1, 5, 0, 0, 2, -1, 0 }, 110.05814, 0.00002, 0.073 }, + { { 0, 0, 2, 0, 1, 5, 0, 0, 2, 0, 0 }, 110.44811, 0.00002, 0.037 }, + { { 0, 0, 2, 0, 2, -10, 0, 0, 2, -3, 0 }, 197.61599, 0.00002, 0.076 }, + { { 0, 0, 2, 0, 2, -10, 0, 0, 2, -2, 0 }, 197.67967, 0.00001, 18.146 }, + { { 0, 0, 2, 0, 2, -10, 0, 0, 2, -1, 0 }, 17.61599, 0.00002, 0.075 }, + { { 0, 0, 2, 0, 2, -8, 0, 0, -2, 0, 0 }, 101.76991, 0.00002, 0.044 }, + { { 0, 0, 2, 0, 2, -8, 0, 0, 0, 0, 0 }, 101.73640, 0.00004, 0.527 }, + { { 0, 0, 2, 0, 2, -8, 0, 0, 2, -1, 0 }, 101.40928, 0.00007, 0.075 }, + { { 0, 0, 2, 0, 2, -7, 0, 0, -2, 0, 0 }, 8.27321, 0.00006, 0.044 }, + { { 0, 0, 2, 0, 2, -7, 0, 0, -2, 1, 0 }, 8.27321, 0.00006, 0.105 }, + { { 0, 0, 2, 0, 2, -7, 0, 0, 0, -1, 0 }, 188.85531, 0.00004, 0.088 }, + { { 0, 0, 2, 0, 2, -7, 0, 0, 0, 0, 0 }, 8.29109, 0.00012, 0.518 }, + { { 0, 0, 2, 0, 2, -7, 0, 0, 0, 1, 0 }, 8.27321, 0.00001, 0.066 }, + { { 0, 0, 2, 0, 2, -7, 0, 0, 2, -2, 0 }, 188.74877, 0.00002, 6.371 }, + { { 0, 0, 2, 0, 2, -7, 0, 0, 2, -1, 0 }, 8.73506, 0.00028, 0.075 }, + { { 0, 0, 2, 0, 2, -7, 0, 0, 2, 0, 0 }, 8.73503, 0.00002, 0.037 }, + { { 0, 0, 2, 0, 2, -6, 0, 0, 2, -3, 0 }, 268.74331, 0.00001, 0.077 }, + { { 0, 0, 2, 0, 2, -6, 0, 0, 2, -1, 0 }, 268.74331, 0.00001, 0.074 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, -4, 1, 0 }, 323.36776, 0.00001, 0.029 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, -2, -1, 0 }, 323.31743, 0.00004, 0.028 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, -2, 0, 0 }, 323.36974, 0.00039, 0.044 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, -2, 1, 0 }, 323.22404, 0.00040, 0.105 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, -2, 2, 0 }, 323.36242, 0.00002, 0.265 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, 0, -1, 0 }, 321.82601, 0.00013, 0.089 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, 0, 0, 0 }, 322.39471, 0.00039, 0.500 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, 0, 1, 0 }, 322.71539, 0.00005, 0.066 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, 2, -3, 0 }, 348.16303, 0.00003, 0.077 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, 2, -2, 0 }, 323.69884, 0.00001, 4.447 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, 2, -1, 0 }, 328.81856, 0.00015, 0.074 }, + { { 0, 0, 2, 0, 2, 0, 0, 0, -2, 0, 0 }, 138.26363, 0.00002, 0.044 }, + { { 0, 0, 2, 0, 2, 0, 0, 0, 2, -3, 0 }, 128.32362, 0.00003, 0.078 }, + { { 0, 0, 2, 0, 2, 0, 0, 0, 2, -1, 0 }, 308.32362, 0.00003, 0.073 }, + { { 0, 0, 2, 0, 3, -5, 0, 0, 2, -2, 0 }, 328.85444, 0.00002, 3.235 }, + { { 0, 0, 2, 0, 3, -5, 0, 0, 2, 0, 0 }, 328.52329, 0.00003, 0.037 }, + { { 0, 0, 2, 0, 3, -2, 0, 0, 2, -3, 0 }, 316.21833, 0.00001, 0.078 }, + { { 0, 0, 2, 0, 3, -2, 0, 0, 2, -1, 0 }, 316.21833, 0.00001, 0.073 }, + { { 0, 0, 2, 0, 3, -1, 0, 0, 2, -3, 0 }, 126.93963, 0.00002, 0.078 }, + { { 0, 0, 2, 0, 3, -1, 0, 0, 2, -1, 0 }, 126.93963, 0.00002, 0.073 }, + { { 0, 0, 2, 0, 4, -3, 0, 0, 2, -3, 0 }, 248.54160, 0.00002, 0.078 }, + { { 0, 0, 2, 0, 4, -3, 0, 0, 2, -1, 0 }, 248.54160, 0.00002, 0.073 }, + { { 0, 0, 2, 0, 4, -3, 0, 0, 2, 0, 0 }, 248.54160, 0.00001, 0.037 }, + { { 0, 0, 2, 0, 4, -2, 0, 0, 2, -3, 0 }, 127.33748, 0.00002, 0.078 }, + { { 0, 0, 2, 0, 4, -2, 0, 0, 2, -2, 0 }, 127.13180, 0.00003, 2.019 }, + { { 0, 0, 2, 0, 4, -2, 0, 0, 2, -1, 0 }, 127.33748, 0.00002, 0.073 }, + { { 0, 0, 2, 0, 4, -2, 0, 0, 2, 0, -2 }, 307.07676, 0.00001, 6.181 }, + { { 0, 0, 2, 0, 4, -2, 0, 0, 2, 0, 0 }, 127.13180, 0.00003, 0.037 }, + { { 0, 0, 2, 0, 5, -5, 0, 0, 2, -3, 0 }, 264.91699, 0.00002, 0.078 }, + { { 0, 0, 2, 0, 5, -5, 0, 0, 2, -2, 0 }, 310.68138, 0.00001, 2.093 }, + { { 0, 0, 2, 0, 5, -5, 0, 0, 2, -1, 0 }, 264.91699, 0.00002, 0.073 }, + { { 0, 0, 2, 0, 5, -5, 0, 0, 2, 0, 0 }, 310.68138, 0.00001, 0.037 }, + { { 0, 0, 2, 1, -1, 0, 0, 0, 0, 0, 0 }, 228.60012, 0.00001, 0.409 }, + { { 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0 }, 253.11000, 0.00002, 0.395 }, + { { 0, 0, 2, 1, 0, 0, 0, 0, 2, -3, 0 }, 283.57909, 0.00001, 0.080 }, + { { 0, 0, 2, 1, 0, 0, 0, 0, 2, -1, 0 }, 283.57909, 0.00001, 0.071 }, + { { 0, 0, 2, 2, -1, 0, 0, 0, 2, -3, 0 }, 102.54136, 0.00001, 0.083 }, + { { 0, 0, 2, 2, -1, 0, 0, 0, 2, -1, 0 }, 102.54136, 0.00001, 0.069 }, + { { 0, 0, 2, 2, -1, 0, 0, 0, 2, 0, 0 }, 282.54136, 0.00002, 0.036 }, + { { 0, 0, 3, -10, 2, 0, 0, 0, -2, 0, 0 }, 22.51141, 0.00001, 0.037 }, + { { 0, 0, 3, -10, 2, 0, 0, 0, -2, 2, 0 }, 202.51141, 0.00001, 2.672 }, + { { 0, 0, 3, -9, 0, 0, 0, 0, -2, 1, 0 }, 207.61692, 0.00009, 0.075 }, + { { 0, 0, 3, -9, 0, 0, 0, 0, -2, 2, 0 }, 26.83788, 0.00010, 89.761 }, + { { 0, 0, 3, -9, 0, 0, 0, 0, 0, 1, 0 }, 27.61658, 0.00002, 0.087 }, + { { 0, 0, 3, -9, 0, 0, 0, 2, -2, 2, 0 }, 44.97077, 0.00001, 1002.658 }, + { { 0, 0, 3, -9, 0, 0, 1, 0, -2, 2, 0 }, 0.07407, 0.00004, 1313.736 }, + { { 0, 0, 3, -9, 2, 0, 0, 0, -2, 0, 0 }, 51.51960, 0.00003, 0.038 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, 0, -1, 0 }, 348.73215, 0.00001, 0.069 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, 0, 0, 0 }, 304.59287, 0.00004, 0.798 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, 0, 1, 0 }, 348.73215, 0.00001, 0.083 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, 2, -1, 0 }, 349.66384, 0.00004, 0.098 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, 2, 0, 0 }, 349.65687, 0.00004, 0.043 }, + { { 0, 0, 3, -8, 1, 5, 0, 0, 0, -1, 0 }, 21.86394, 0.00001, 0.070 }, + { { 0, 0, 3, -8, 1, 5, 0, 0, 0, 0, 0 }, 21.82577, 0.00009, 1.001 }, + { { 0, 0, 3, -8, 1, 5, 0, 0, 0, 1, 0 }, 21.86394, 0.00001, 0.082 }, + { { 0, 0, 3, -8, 1, 5, 0, 0, 2, -1, 0 }, 22.31594, 0.00007, 0.095 }, + { { 0, 0, 3, -8, 1, 5, 0, 0, 2, 0, 0 }, 21.99916, 0.00007, 0.042 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -4, 0, 0 }, 209.72639, 0.00002, 0.020 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -4, 1, 0 }, 209.71654, 0.00004, 0.027 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -4, 2, 0 }, 209.71688, 0.00002, 0.042 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -2, -2, 0 }, 209.71556, 0.00002, 0.019 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -2, -1, 0 }, 208.76462, 0.00007, 0.026 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -2, 0, 0 }, 209.49356, 0.00053, 0.039 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -2, 0, 2 }, 209.71735, 0.00003, 0.903 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -2, 1, 0 }, 210.39021, 0.00037, 0.080 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -2, 2, 0 }, 32.09918, 0.00003, 1.293 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -1, 0, 0 }, 28.93912, 0.00004, 0.075 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, -2, 0 }, 38.22120, 0.00003, 0.036 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, -1, 0 }, 31.31024, 0.00101, 0.070 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, 0, 0 }, 29.79747, 0.01121, 0.999 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, 1, 0 }, 29.21785, 0.00360, 0.082 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, 2, 0 }, 28.91381, 0.00031, 0.039 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, 3, 0 }, 27.91575, 0.00001, 0.026 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 1, -2, 0 }, 29.90611, 0.00001, 0.066 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, -3, 0 }, 30.36812, 0.00003, 0.062 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, -2, 0 }, 30.30248, 0.00038, 0.360 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, -1, -2 }, 209.74692, 0.00002, 0.061 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, -1, 0 }, 29.96125, 0.00971, 0.095 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, 0, -2 }, 29.74450, 0.00013, 0.322 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, 0, 0 }, 29.68106, 0.00905, 0.042 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, 0, 2 }, 209.74901, 0.00002, 0.020 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, 1, -2 }, 209.74644, 0.00001, 0.099 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, 1, 0 }, 29.46493, 0.00089, 0.027 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, 2, 0 }, 29.36321, 0.00010, 0.020 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 3, -1, 0 }, 209.74023, 0.00001, 0.044 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 3, 0, 0 }, 29.74023, 0.00002, 0.028 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 4, -2, 0 }, 30.02831, 0.00019, 0.046 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 4, -1, 0 }, 29.80919, 0.00039, 0.028 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 4, 0, 0 }, 29.65492, 0.00016, 0.021 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 4, 1, 0 }, 29.73229, 0.00004, 0.016 }, + { { 0, 0, 3, -8, 5, -5, 0, 0, 2, 0, 0 }, 165.95272, 0.00002, 0.042 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -3, 2, -1 }, 144.54893, 0.00019, 0.040 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -3, 3, -1 }, 144.40986, 0.00023, 0.087 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -2, 0, 0 }, 203.69163, 0.00003, 0.039 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 0, -1 }, 322.16169, 0.00005, 0.038 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 0, 1 }, 322.27495, 0.00004, 3.012 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 1, -1 }, 322.16254, 0.00070, 0.075 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 2, -3 }, 328.43370, 0.00001, 0.037 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 2, -1 }, 144.43917, 0.01806, 650.233 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 2, 1 }, 328.43370, 0.00001, 0.037 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 3, -1 }, 144.47758, 0.00086, 0.075 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 4, -1 }, 144.47814, 0.00006, 0.038 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 0, -1, 0 }, 250.46817, 0.00008, 0.072 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 0, 0, 0 }, 255.38725, 0.00040, 1.385 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 0, 1, 0 }, 251.46978, 0.00008, 0.080 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 1, 0, -1 }, 143.17675, 0.00002, 0.563 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 1, 1, -1 }, 143.84352, 0.00054, 0.087 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 1, 2, -1 }, 144.34912, 0.00023, 0.040 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 1, 3, -1 }, 144.39416, 0.00003, 0.026 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 2, -1, 0 }, 351.93488, 0.00009, 0.093 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 2, 0, 0 }, 341.78371, 0.00009, 0.042 }, + { { 0, 0, 3, -7, 1, 0, 0, 0, 0, 0, 0 }, 92.84746, 0.00001, 1.569 }, + { { 0, 0, 3, -7, 2, 0, 0, 0, 0, 0, 0 }, 300.59636, 0.00001, 1.808 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -4, 0, 0 }, 271.97640, 0.00002, 0.020 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -4, 2, 0 }, 273.16172, 0.00002, 0.043 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -2, -1, 0 }, 272.00825, 0.00013, 0.026 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -2, 0, 0 }, 271.35434, 0.00113, 0.040 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -2, 0, 2 }, 271.74655, 0.00003, 0.522 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -2, 1, 0 }, 273.64510, 0.00165, 0.086 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -2, 2, 0 }, 280.93973, 0.00004, 0.631 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -1, 0, 0 }, 93.23811, 0.00002, 0.080 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -1, 0, 1 }, 352.31167, 0.00003, 1.158 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, -2, 0 }, 268.66588, 0.00020, 0.037 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, -1, 0 }, 268.91653, 0.00310, 0.074 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, -1, 1 }, 170.65860, 0.00002, 42.830 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, 0, 0 }, 271.34254, 0.01673, 5.260 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, 1, 0 }, 269.15751, 0.00325, 0.077 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, 2, 0 }, 269.24534, 0.00022, 0.038 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, 3, 0 }, 268.53487, 0.00001, 0.025 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 1, -2, 0 }, 94.11047, 0.00001, 0.070 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 1, 0, -1 }, 353.64689, 0.00003, 0.804 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 1, 0, 0 }, 93.02865, 0.00003, 0.082 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 2, -2, 0 }, 278.56985, 0.00008, 0.509 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 2, -1, 0 }, 275.23688, 0.00234, 0.089 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 2, 0, -2 }, 274.74556, 0.00003, 0.435 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 2, 0, 0 }, 274.96465, 0.00162, 0.041 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 2, 1, 0 }, 273.48571, 0.00017, 0.026 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 4, -2, 0 }, 274.53363, 0.00003, 0.044 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 4, -1, 0 }, 274.52485, 0.00003, 0.028 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 4, 0, 0 }, 274.68577, 0.00002, 0.020 }, + { { 0, 0, 3, -6, 0, 2, 0, 0, 0, 0, 0 }, 331.07661, 0.00002, 8.183 }, + { { 0, 0, 3, -6, 1, 0, 0, 0, -2, 0, 0 }, 124.88875, 0.00001, 0.040 }, + { { 0, 0, 3, -6, 1, 0, 0, 0, 0, 0, 0 }, 126.45061, 0.00009, 9.452 }, + { { 0, 0, 3, -6, 1, 0, 0, 0, 2, 0, 0 }, 125.45024, 0.00002, 0.041 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, -4, 1, 0 }, 331.15956, 0.00001, 0.028 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, -2, -1, 0 }, 331.15955, 0.00005, 0.026 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, -2, 0, 0 }, 331.07540, 0.00046, 0.040 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, -2, 0, 2 }, 331.15956, 0.00001, 0.479 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, -2, 1, 0 }, 331.36313, 0.00072, 0.087 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, -2, 2, 0 }, 331.15429, 0.00003, 0.571 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 0, -2, 0 }, 329.91149, 0.00006, 0.038 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 0, -1, 0 }, 329.95950, 0.00092, 0.075 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 0, 0, 0 }, 330.47414, 0.00491, 46.520 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 0, 1, 0 }, 329.96819, 0.00092, 0.076 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 0, 2, 0 }, 329.92302, 0.00006, 0.038 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 2, -2, 0 }, 331.72637, 0.00002, 0.557 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 2, -1, 0 }, 331.44039, 0.00073, 0.087 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 2, 0, -2 }, 331.23132, 0.00001, 0.470 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 2, 0, 0 }, 331.12252, 0.00047, 0.040 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 2, 1, 0 }, 331.21866, 0.00005, 0.026 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 4, -2, 0 }, 331.40405, 0.00001, 0.044 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 4, -1, 0 }, 331.23132, 0.00002, 0.028 }, + { { 0, 0, 3, -6, 3, 0, 0, 0, 0, 0, 0 }, 235.66375, 0.00005, 15.922 }, + { { 0, 0, 3, -5, -4, 0, 0, 0, -2, 0, 0 }, 127.66330, 0.00001, 0.040 }, + { { 0, 0, 3, -5, -4, 0, 0, 0, -2, 1, 0 }, 127.66330, 0.00002, 0.087 }, + { { 0, 0, 3, -5, -4, 0, 0, 0, 0, 0, 0 }, 179.45246, 0.00001, 229.298 }, + { { 0, 0, 3, -5, -4, 0, 0, 0, 2, -1, 0 }, 127.77034, 0.00002, 0.087 }, + { { 0, 0, 3, -5, -4, 0, 0, 0, 2, 0, 0 }, 127.77034, 0.00001, 0.040 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -4, 0, 0 }, 301.53802, 0.00004, 0.020 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -4, 1, 0 }, 301.59268, 0.00011, 0.028 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -4, 2, 0 }, 301.79753, 0.00006, 0.044 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, -2, 0 }, 301.72929, 0.00003, 0.020 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, -1, 0 }, 301.39694, 0.00030, 0.027 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, 0, 0 }, 301.84789, 0.00341, 0.041 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, 0, 2 }, 301.88879, 0.00006, 0.408 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, 1, 0 }, 301.79270, 0.00510, 0.090 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, 2, 0 }, 302.04841, 0.00022, 0.473 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, 3, 0 }, 301.73212, 0.00001, 0.065 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -1, 0, 0 }, 121.50926, 0.00011, 0.083 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -1, 0, 1 }, 22.82202, 0.00003, 0.717 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -1, 1, 0 }, 121.83608, 0.00001, 0.814 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, -3, 0 }, 299.69505, 0.00001, 0.025 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, -2, 0 }, 300.21053, 0.00029, 0.038 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, -1, 0 }, 300.17010, 0.00410, 0.077 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 0, 0 }, 300.80387, 0.02009, 2.928 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 1, -2 }, 118.46630, 0.00018, 0.075 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 1, 0 }, 300.06852, 0.00374, 0.074 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 2, -2 }, 118.12651, 0.00037, 123.995 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 2, 0 }, 299.95449, 0.00024, 0.037 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 3, -2 }, 115.26960, 0.00001, 0.075 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 3, 0 }, 299.55187, 0.00001, 0.025 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 1, -1, 0 }, 121.18257, 0.00001, 1.833 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 1, -1, 1 }, 203.17617, 0.00003, 0.078 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 1, 0, -1 }, 23.01226, 0.00013, 1.404 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 1, 0, 0 }, 303.32113, 0.00001, 0.079 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 1, 0, 1 }, 203.02177, 0.00002, 0.038 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, -2, 0 }, 301.95798, 0.00011, 0.698 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, -1, 0 }, 302.07160, 0.00341, 0.085 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, 0, -2 }, 301.24254, 0.00005, 0.566 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, 0, 0 }, 301.13669, 0.00196, 0.040 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, 1, -2 }, 298.51055, 0.00003, 0.087 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, 1, 0 }, 301.18386, 0.00020, 0.026 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, 2, 0 }, 301.38256, 0.00002, 0.019 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 4, -2, 0 }, 301.69647, 0.00004, 0.043 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 4, -1, 0 }, 301.42743, 0.00007, 0.027 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 4, 0, 0 }, 301.62577, 0.00004, 0.020 }, + { { 0, 0, 3, -5, 2, 0, 0, 0, 0, 0, 0 }, 0.40637, 0.00002, 1.960 }, + { { 0, 0, 3, -5, 2, 0, 0, 0, 2, 0, 0 }, 0.98515, 0.00001, 0.040 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -4, -1, 0 }, 330.16111, 0.00003, 0.016 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -4, 0, 0 }, 329.00970, 0.00013, 0.021 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -4, 1, 0 }, 327.46365, 0.00029, 0.028 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -4, 2, 0 }, 328.46994, 0.00018, 0.045 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -3, 1, 0 }, 150.32139, 0.00004, 0.044 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, -2, 0 }, 328.80224, 0.00009, 0.020 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, -1, 0 }, 327.55457, 0.00097, 0.027 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, -1, 2 }, 148.61491, 0.00001, 0.097 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 0, -2 }, 148.74651, 0.00003, 0.020 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 0, 0 }, 328.29186, 0.01099, 0.042 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 0, 2 }, 328.45312, 0.00015, 0.335 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 1, -2 }, 148.73909, 0.00003, 0.027 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 1, 0 }, 328.67574, 0.01431, 0.094 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 2, 0 }, 329.42285, 0.00063, 0.378 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 3, 0 }, 328.17078, 0.00004, 0.063 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -1, -1, 1 }, 234.81545, 0.00005, 0.088 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -1, 0, -1 }, 54.52628, 0.00001, 0.040 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -1, 0, 0 }, 151.03220, 0.00227, 0.087 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -1, 0, 1 }, 54.51751, 0.00006, 0.519 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -1, 1, 0 }, 150.81731, 0.00024, 0.568 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -1, 2, 0 }, 151.11338, 0.00002, 0.067 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, -3, 0 }, 330.06033, 0.00004, 0.026 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, -2, 0 }, 329.66250, 0.00066, 0.039 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, -1, -2 }, 149.91072, 0.00002, 0.025 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, -1, 0 }, 329.61383, 0.00994, 0.081 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, -1, 2 }, 329.93597, 0.00001, 0.069 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 0, -2 }, 149.84907, 0.00003, 0.039 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 0, 0 }, 330.08714, 0.04667, 1.145 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 0, 2 }, 149.73435, 0.00003, 0.036 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 1, 0 }, 330.63019, 0.00789, 0.071 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 1, 2 }, 149.91072, 0.00002, 0.024 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 2, 0 }, 330.98090, 0.00055, 0.037 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 3, 0 }, 331.04282, 0.00004, 0.025 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, -3, 0 }, 331.55475, 0.00004, 0.038 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, -2, 0 }, 331.55649, 0.00061, 0.075 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, -1, -2 }, 151.65098, 0.00001, 0.037 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, -1, -1 }, 54.79510, 0.00012, 0.074 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, -1, 0 }, 331.25359, 0.01425, 72.752 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, -1, 1 }, 54.81358, 0.00022, 0.075 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, -1, 2 }, 151.65098, 0.00001, 0.037 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 0, -2 }, 331.23561, 0.00002, 0.074 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 0, -1 }, 54.84877, 0.00095, 5.540 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 0, 0 }, 331.23293, 0.01126, 0.076 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 0, 1 }, 234.83983, 0.00018, 0.038 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 0, 2 }, 151.23553, 0.00002, 0.025 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 1, -1 }, 54.79510, 0.00012, 0.076 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 1, 0 }, 331.23687, 0.00076, 0.038 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 1, 1 }, 234.83811, 0.00002, 0.025 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 2, 0 }, 331.23562, 0.00005, 0.025 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, -2, 0 }, 315.20699, 0.00004, 1.110 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, -1, -2 }, 151.34018, 0.00001, 0.069 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, -1, 0 }, 330.11336, 0.00475, 0.081 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, 0, -2 }, 331.23377, 0.00013, 0.810 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, 0, 0 }, 331.65667, 0.00260, 0.039 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, 1, -2 }, 151.34018, 0.00001, 0.083 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, 1, 0 }, 332.14263, 0.00029, 0.026 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, 2, 0 }, 330.32884, 0.00003, 0.019 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 3, -2, 0 }, 331.05931, 0.00019, 0.087 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 3, -1, 0 }, 331.23745, 0.00030, 0.040 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 3, 0, 0 }, 331.23723, 0.00012, 0.026 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 4, -2, 0 }, 322.41723, 0.00007, 0.042 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 4, -1, 0 }, 330.58913, 0.00008, 0.027 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 4, 0, 0 }, 335.37803, 0.00003, 0.020 }, + { { 0, 0, 3, -4, 1, 0, 0, 0, -2, 0, 0 }, 158.53103, 0.00001, 0.042 }, + { { 0, 0, 3, -4, 1, 0, 0, 0, 0, 0, 0 }, 176.70724, 0.00006, 1.044 }, + { { 0, 0, 3, -4, 2, 0, 0, 0, -2, 0, 0 }, 236.72569, 0.00003, 0.042 }, + { { 0, 0, 3, -4, 2, 0, 0, 0, -2, 1, 0 }, 236.72569, 0.00004, 0.096 }, + { { 0, 0, 3, -4, 2, 0, 0, 0, 0, -1, 0 }, 232.89325, 0.00001, 0.082 }, + { { 0, 0, 3, -4, 2, 0, 0, 0, 0, 0, 0 }, 222.57221, 0.00008, 0.960 }, + { { 0, 0, 3, -4, 2, 0, 0, 0, 0, 1, 0 }, 232.89325, 0.00001, 0.070 }, + { { 0, 0, 3, -4, 2, 0, 0, 0, 2, 0, 0 }, 29.50165, 0.00001, 0.039 }, + { { 0, 0, 3, -3, -3, 0, 0, 0, 0, 0, 0 }, 307.06808, 0.00001, 0.868 }, + { { 0, 0, 3, -3, -2, 0, 0, 0, -2, 0, 0 }, 120.84255, 0.00001, 0.043 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -4, 0, 0 }, 191.31089, 0.00005, 0.021 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -4, 1, 0 }, 190.41720, 0.00010, 0.029 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -4, 2, 0 }, 186.91965, 0.00005, 0.046 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, -2, 0 }, 187.44462, 0.00004, 0.020 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, -1, 0 }, 188.22724, 0.00032, 0.027 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, 0, 0 }, 187.75965, 0.00405, 0.043 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, 0, 2 }, 188.06188, 0.00003, 0.285 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, 1, 0 }, 187.34444, 0.00445, 0.099 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, 2, 0 }, 187.87178, 0.00020, 0.315 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -1, 0, 0 }, 5.85755, 0.00007, 0.091 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -1, 2, 0 }, 1.05370, 0.00001, 0.064 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, -3, 0 }, 182.26009, 0.00001, 0.026 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, -2, 0 }, 183.05121, 0.00032, 0.040 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, -1, 0 }, 183.14913, 0.00455, 0.084 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, 0, 0 }, 182.64615, 0.01454, 0.712 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, 1, 0 }, 182.41704, 0.00228, 0.068 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, 2, 0 }, 182.49060, 0.00015, 0.036 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 1, -2, 0 }, 2.65712, 0.00002, 0.079 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 1, -1, -1 }, 279.36498, 0.00001, 0.077 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 1, -1, 0 }, 3.87204, 0.00001, 1.931 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 1, 0, -1 }, 277.64218, 0.00014, 2.848 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 1, 0, 0 }, 8.37493, 0.00004, 0.073 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 1, 1, -1 }, 279.36498, 0.00001, 0.073 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, -3, 0 }, 355.44561, 0.00003, 0.073 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, -2, 0 }, 1.11029, 0.00072, 2.710 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, -1, 0 }, 0.86750, 0.00639, 0.078 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, 0, -2 }, 359.11052, 0.00002, 1.423 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, 0, 0 }, 1.04873, 0.00062, 0.038 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, 1, 0 }, 356.66735, 0.00004, 0.025 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 4, -2, 0 }, 0.56060, 0.00008, 0.041 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 4, -1, 0 }, 0.57210, 0.00008, 0.027 }, + { { 0, 0, 3, -3, 2, 0, 0, 0, 2, -3, 0 }, 60.84329, 0.00001, 0.074 }, + { { 0, 0, 3, -3, 2, 0, 0, 0, 2, -1, 0 }, 60.84329, 0.00001, 0.077 }, + { { 0, 0, 3, -2, -2, 0, 0, 0, 2, -2, 0 }, 257.52570, 0.00003, 166.820 }, + { { 0, 0, 3, -2, -2, 0, 0, 0, 2, -1, 0 }, 200.05796, 0.00002, 0.075 }, + { { 0, 0, 3, -2, -1, 0, 0, 0, 2, -2, 0 }, 11.99109, 0.00002, 12.770 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -4, -1, 0 }, 75.93781, 0.00003, 0.016 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -4, 0, 0 }, 257.10852, 0.00011, 0.021 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -4, 1, 0 }, 256.42089, 0.00018, 0.029 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -4, 2, 0 }, 256.52895, 0.00009, 0.048 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -3, 0, 0 }, 256.48334, 0.00001, 0.028 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, -2, 0 }, 256.86423, 0.00003, 0.020 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, -1, 0 }, 256.61174, 0.00039, 0.028 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, 0, 0 }, 256.49156, 0.00459, 0.044 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, 0, 2 }, 256.84439, 0.00004, 0.247 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, 1, 0 }, 256.92620, 0.00423, 0.105 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, 2, 0 }, 256.90742, 0.00019, 0.269 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -1, 0, 0 }, 257.31521, 0.00008, 0.096 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -1, 2, 0 }, 257.26573, 0.00001, 0.062 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, -3, 0 }, 77.25593, 0.00001, 0.026 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, -2, 0 }, 256.07867, 0.00012, 0.041 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, -1, 0 }, 255.82151, 0.00138, 0.088 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, 0, -1 }, 310.84469, 0.00003, 0.087 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, 0, 0 }, 254.39593, 0.00459, 0.516 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, 1, 0 }, 256.02376, 0.00074, 0.066 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, 2, 0 }, 256.32633, 0.00004, 0.035 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 1, 0, -1 }, 307.66275, 0.00009, 1.133 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 1, 0, 0 }, 257.23286, 0.00007, 0.070 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, -3, 0 }, 237.15108, 0.00001, 0.076 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, -2, 0 }, 255.58156, 0.00014, 6.150 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, -1, -1 }, 130.33601, 0.00064, 241.391 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, -1, 0 }, 259.02532, 0.00196, 0.075 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, 0, -1 }, 130.75842, 0.00021, 0.075 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, 0, 0 }, 259.56942, 0.00017, 0.037 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 4, -2, 0 }, 259.11230, 0.00003, 0.040 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 4, -1, 0 }, 258.99152, 0.00002, 0.026 }, + { { 0, 0, 3, -2, 2, 0, 0, 0, 2, 0, -2 }, 340.27142, 0.00001, 436.527 }, + { { 0, 0, 3, -1, -2, 0, 0, 0, 0, 0, 0 }, 180.16039, 0.00001, 0.435 }, + { { 0, 0, 3, -1, -2, 0, 0, 0, 2, -3, 0 }, 1.51409, 0.00001, 0.079 }, + { { 0, 0, 3, -1, -2, 0, 0, 0, 2, -1, 0 }, 181.51409, 0.00001, 0.073 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, -2, 0, 0 }, 159.02383, 0.00004, 0.045 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, -2, 1, 0 }, 158.96542, 0.00002, 0.111 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, 0, 0, 0 }, 221.08242, 0.00007, 0.405 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, 1, 0, -1 }, 339.04593, 0.00002, 0.707 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, 2, -1, 0 }, 233.53070, 0.00003, 0.072 }, + { { 0, 0, 3, 0, -6, 0, 0, 0, -2, 0, 0 }, 204.45137, 0.00005, 0.045 }, + { { 0, 0, 3, 0, -6, 0, 0, 0, -2, 1, 0 }, 204.75111, 0.00002, 0.111 }, + { { 0, 0, 3, 0, -6, 0, 0, 0, 0, -1, 0 }, 32.37048, 0.00002, 0.093 }, + { { 0, 0, 3, 0, -6, 0, 0, 0, 0, 0, 0 }, 209.15255, 0.00007, 0.401 }, + { { 0, 0, 3, 0, -6, 0, 0, 0, 0, 1, 0 }, 208.68407, 0.00001, 0.063 }, + { { 0, 0, 3, 0, -6, 0, 0, 0, 2, -1, 0 }, 210.63943, 0.00013, 0.072 }, + { { 0, 0, 3, 0, -6, 0, 0, 0, 2, 0, 0 }, 32.04839, 0.00003, 0.037 }, + { { 0, 0, 3, 0, -6, 2, 0, 0, 0, 0, 0 }, 185.33787, 0.00001, 0.390 }, + { { 0, 0, 3, 0, -6, 2, 0, 0, 2, -3, 0 }, 10.49486, 0.00001, 0.080 }, + { { 0, 0, 3, 0, -6, 2, 0, 0, 2, -1, 0 }, 190.49486, 0.00001, 0.071 }, + { { 0, 0, 3, 0, -6, 5, 0, 0, -2, 0, 0 }, 32.00637, 0.00002, 0.045 }, + { { 0, 0, 3, 0, -6, 5, 0, 0, 0, 0, 0 }, 37.13100, 0.00003, 0.375 }, + { { 0, 0, 3, 0, -6, 5, 0, 0, 2, -3, 0 }, 244.17585, 0.00001, 0.081 }, + { { 0, 0, 3, 0, -6, 5, 0, 0, 2, -2, 0 }, 69.03290, 0.00002, 1.124 }, + { { 0, 0, 3, 0, -6, 5, 0, 0, 2, -1, 0 }, 46.73641, 0.00005, 0.071 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, -2, -1, 0 }, 194.01581, 0.00004, 0.028 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, -2, 0, 0 }, 193.92881, 0.00026, 0.045 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, -2, 1, 0 }, 193.83859, 0.00023, 0.112 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 0, -1, 0 }, 40.99694, 0.00002, 0.094 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 0, 0, 0 }, 198.09669, 0.00044, 0.388 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 0, 1, 0 }, 198.63818, 0.00009, 0.063 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 0, 2, 0 }, 198.92986, 0.00001, 0.034 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 1, 0, -1 }, 290.76128, 0.00002, 0.656 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 2, -2, 0 }, 200.59454, 0.00003, 1.243 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 2, -1, 0 }, 199.52518, 0.00103, 0.071 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 2, 0, -2 }, 200.60244, 0.00004, 2.123 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 2, 0, 0 }, 21.56655, 0.00012, 0.037 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 2, 1, 0 }, 20.64237, 0.00003, 0.025 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 4, -2, 0 }, 199.39722, 0.00001, 0.039 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 4, 0, 0 }, 200.60130, 0.00002, 0.019 }, + { { 0, 0, 3, 0, -5, 2, 0, 0, -2, 0, 0 }, 166.25768, 0.00002, 0.045 }, + { { 0, 0, 3, 0, -5, 2, 0, 0, 0, 0, 0 }, 174.14888, 0.00003, 0.378 }, + { { 0, 0, 3, 0, -5, 2, 0, 0, 2, -3, 0 }, 1.52660, 0.00001, 0.081 }, + { { 0, 0, 3, 0, -5, 2, 0, 0, 2, -2, 0 }, 181.25175, 0.00001, 1.146 }, + { { 0, 0, 3, 0, -5, 2, 0, 0, 2, -1, 0 }, 181.19608, 0.00005, 0.071 }, + { { 0, 0, 3, 0, -5, 3, 0, 0, 2, -3, 0 }, 59.69935, 0.00001, 0.081 }, + { { 0, 0, 3, 0, -5, 3, 0, 0, 2, -2, 0 }, 239.69935, 0.00001, 1.103 }, + { { 0, 0, 3, 0, -5, 3, 0, 0, 2, -1, 0 }, 239.69935, 0.00001, 0.071 }, + { { 0, 0, 3, 0, -5, 3, 0, 0, 2, 0, 0 }, 59.69935, 0.00001, 0.036 }, + { { 0, 0, 3, 0, -5, 5, 0, 0, -2, 0, 0 }, 343.07928, 0.00008, 0.045 }, + { { 0, 0, 3, 0, -5, 5, 0, 0, -2, 1, 0 }, 343.20785, 0.00006, 0.115 }, + { { 0, 0, 3, 0, -5, 5, 0, 0, 0, -1, 0 }, 261.11823, 0.00002, 0.095 }, + { { 0, 0, 3, 0, -5, 5, 0, 0, 0, 0, 0 }, 347.11876, 0.00011, 0.364 }, + { { 0, 0, 3, 0, -5, 5, 0, 0, 0, 1, 0 }, 342.15283, 0.00002, 0.062 }, + { { 0, 0, 3, 0, -5, 5, 0, 0, 0, 2, 0 }, 348.35145, 0.00001, 0.034 }, + { { 0, 0, 3, 0, -5, 5, 0, 0, 2, -3, 0 }, 338.74679, 0.00001, 0.081 }, + { { 0, 0, 3, 0, -5, 5, 0, 0, 2, -1, 0 }, 345.49412, 0.00020, 0.070 }, + { { 0, 0, 3, 0, -5, 5, 0, 0, 2, 0, 0 }, 168.29184, 0.00006, 0.036 }, + { { 0, 0, 3, 0, -5, 5, 0, 0, 2, 2, 0 }, 168.47486, 0.00001, 0.019 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, -4, 0, 0 }, 182.49177, 0.00003, 0.021 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, -4, 1, 0 }, 182.54691, 0.00003, 0.030 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, -4, 2, 0 }, 182.48803, 0.00001, 0.049 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, -2, -1, 0 }, 182.36502, 0.00014, 0.028 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, -2, 0, 0 }, 181.65196, 0.00167, 0.045 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, -2, 0, 2 }, 182.02730, 0.00001, 0.210 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, -2, 1, 0 }, 182.40301, 0.00145, 0.113 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, -2, 2, 0 }, 180.23132, 0.00006, 0.225 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 0, -2, 0 }, 39.14450, 0.00002, 0.042 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 0, -1, 0 }, 48.27073, 0.00030, 0.094 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 0, 0, 0 }, 186.61024, 0.00241, 0.376 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 0, 1, 0 }, 187.12548, 0.00067, 0.063 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 0, 2, 0 }, 192.84973, 0.00003, 0.034 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 1, -3, 0 }, 14.46989, 0.00005, 0.040 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 1, -2, 0 }, 14.13625, 0.00018, 0.087 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 1, 0, -1 }, 280.19094, 0.00006, 0.622 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, -3, 0 }, 186.92375, 0.00003, 0.081 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, -2, 0 }, 184.62105, 0.00017, 1.125 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, -1, 0 }, 189.35457, 0.00593, 0.071 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, 0, -2 }, 190.42992, 0.00023, 1.801 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, 0, 0 }, 12.52838, 0.00088, 0.036 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, 1, 0 }, 10.34107, 0.00009, 0.025 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, 2, 0 }, 10.22636, 0.00002, 0.019 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 3, -4, 0 }, 14.63823, 0.00014, 0.075 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 3, -3, 0 }, 14.46989, 0.00452, 569.346 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 3, -2, 0 }, 193.70045, 0.00038, 0.075 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 3, -1, 0 }, 193.70035, 0.00003, 0.038 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 4, -2, 0 }, 188.43030, 0.00009, 0.039 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 4, -1, 0 }, 189.80523, 0.00005, 0.026 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 4, 0, 0 }, 7.15468, 0.00003, 0.019 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 5, -4, 0 }, 14.40380, 0.00007, 0.087 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 5, -3, 0 }, 14.46989, 0.00005, 0.040 }, + { { 0, 0, 3, 0, -4, 1, 0, 0, 2, -3, 0 }, 181.30296, 0.00001, 0.081 }, + { { 0, 0, 3, 0, -4, 1, 0, 0, 2, -1, 0 }, 1.30296, 0.00001, 0.071 }, + { { 0, 0, 3, 0, -4, 2, 0, 0, -2, 0, 0 }, 98.24051, 0.00002, 0.045 }, + { { 0, 0, 3, 0, -4, 2, 0, 0, 0, -1, 0 }, 79.44695, 0.00003, 0.095 }, + { { 0, 0, 3, 0, -4, 2, 0, 0, 0, 0, 0 }, 113.47590, 0.00002, 0.366 }, + { { 0, 0, 3, 0, -4, 2, 0, 0, 2, -3, 0 }, 17.86930, 0.00001, 0.081 }, + { { 0, 0, 3, 0, -4, 2, 0, 0, 2, -1, 0 }, 195.95218, 0.00001, 0.070 }, + { { 0, 0, 3, 0, -4, 3, 0, 0, 0, -1, 0 }, 134.21038, 0.00004, 0.095 }, + { { 0, 0, 3, 0, -4, 3, 0, 0, 2, -1, 0 }, 134.21165, 0.00002, 0.070 }, + { { 0, 0, 3, 0, -4, 5, 0, 0, -2, 0, 0 }, 246.12093, 0.00006, 0.046 }, + { { 0, 0, 3, 0, -4, 5, 0, 0, -2, 1, 0 }, 246.15473, 0.00004, 0.116 }, + { { 0, 0, 3, 0, -4, 5, 0, 0, 0, -1, 0 }, 68.27753, 0.00006, 0.096 }, + { { 0, 0, 3, 0, -4, 5, 0, 0, 0, 0, 0 }, 244.33239, 0.00003, 0.353 }, + { { 0, 0, 3, 0, -4, 5, 0, 0, 2, -1, 0 }, 68.27658, 0.00003, 0.070 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -4, 0, 0 }, 150.03212, 0.00009, 0.021 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -4, 1, 0 }, 162.44700, 0.00017, 0.030 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -4, 2, 0 }, 165.84814, 0.00006, 0.049 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -3, 0, 0 }, 160.87005, 0.00001, 0.029 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, -2, 0 }, 153.40802, 0.00006, 0.021 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, -1, 0 }, 153.28759, 0.00053, 0.028 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, 0, -2 }, 346.34287, 0.00002, 0.020 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, 0, 0 }, 163.62400, 0.00655, 0.045 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, 0, 2 }, 166.31023, 0.00005, 0.206 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, 1, 0 }, 165.26267, 0.00556, 0.114 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, 2, 0 }, 165.27831, 0.00025, 0.221 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, 3, 0 }, 165.24948, 0.00002, 0.056 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -1, 0, 0 }, 347.99896, 0.00009, 0.104 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, -2, 0 }, 72.30594, 0.00010, 0.042 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, -1, 0 }, 75.77000, 0.00442, 0.095 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, 0, -2 }, 351.76535, 0.00001, 0.041 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, 0, 0 }, 169.78399, 0.00851, 0.364 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, 1, -2 }, 180.09146, 0.00001, 0.092 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, 1, 0 }, 175.09060, 0.00246, 0.062 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, 2, 0 }, 174.69319, 0.00017, 0.034 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, 3, 0 }, 177.41519, 0.00001, 0.024 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 1, 0, 0 }, 355.03284, 0.00008, 0.066 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, -3, 0 }, 224.05574, 0.00008, 0.081 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, -2, 0 }, 151.43656, 0.00069, 1.028 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, -1, -2 }, 179.68394, 0.00003, 0.079 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, -1, 0 }, 173.71802, 0.02166, 0.070 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, -1, 2 }, 359.40561, 0.00005, 0.024 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, 0, -2 }, 180.50849, 0.00083, 1.564 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, 0, 0 }, 5.44054, 0.00368, 0.036 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, 0, 2 }, 179.63226, 0.00002, 0.018 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, 1, -2 }, 358.94407, 0.00002, 0.072 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, 1, 0 }, 6.32409, 0.00032, 0.025 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, 2, 0 }, 359.91898, 0.00007, 0.019 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 3, -4, 0 }, 180.09471, 0.00001, 0.076 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 3, -2, 0 }, 211.41965, 0.00005, 0.075 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 3, -1, 0 }, 267.14884, 0.00002, 0.038 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 4, -3, 0 }, 78.86859, 0.00003, 0.080 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 4, -2, 0 }, 160.78539, 0.00032, 0.039 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 4, -1, -2 }, 180.09146, 0.00001, 0.083 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 4, -1, 0 }, 146.22767, 0.00011, 0.026 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 4, 0, 0 }, 359.72684, 0.00004, 0.019 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 4, 2, 0 }, 0.03516, 0.00001, 0.013 }, + { { 0, 0, 3, 0, -3, 1, 0, 0, 0, -1, 0 }, 78.50121, 0.00005, 0.095 }, + { { 0, 0, 3, 0, -3, 1, 0, 0, 2, -1, 0 }, 78.50073, 0.00003, 0.070 }, + { { 0, 0, 3, 0, -2, -5, 0, 0, -2, 0, 0 }, 190.40447, 0.00002, 0.045 }, + { { 0, 0, 3, 0, -2, -5, 0, 0, 0, 0, 0 }, 194.93615, 0.00003, 0.376 }, + { { 0, 0, 3, 0, -2, -5, 0, 0, 2, -3, 0 }, 21.12747, 0.00002, 0.081 }, + { { 0, 0, 3, 0, -2, -5, 0, 0, 2, -2, 0 }, 199.60506, 0.00001, 1.127 }, + { { 0, 0, 3, 0, -2, -5, 0, 0, 2, -1, 0 }, 199.10379, 0.00005, 0.071 }, + { { 0, 0, 3, 0, -2, -5, 0, 0, 3, -3, 0 }, 18.09192, 0.00018, 1601.744 }, + { { 0, 0, 3, 0, -2, -2, 0, 0, 2, -3, 0 }, 172.54515, 0.00001, 0.082 }, + { { 0, 0, 3, 0, -2, -2, 0, 0, 2, -1, 0 }, 352.54515, 0.00001, 0.070 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -4, 0, 0 }, 75.88388, 0.00016, 0.021 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -4, 1, 0 }, 76.30885, 0.00033, 0.030 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -4, 2, 0 }, 75.60761, 0.00010, 0.050 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -3, 0, 0 }, 76.28782, 0.00002, 0.029 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -3, 3, 0 }, 256.26387, 0.00001, 0.182 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, -3, 0 }, 257.33259, 0.00001, 0.016 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, -2, 0 }, 75.01697, 0.00005, 0.021 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, -1, 0 }, 75.25630, 0.00053, 0.028 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, 0, -2 }, 255.46846, 0.00002, 0.021 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, 0, 0 }, 75.71608, 0.00860, 0.046 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, 0, 2 }, 75.71200, 0.00006, 0.202 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, 1, 0 }, 75.66754, 0.00702, 0.116 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, 2, 0 }, 76.74344, 0.00034, 0.217 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, 3, 0 }, 77.14481, 0.00002, 0.056 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -1, 0, 0 }, 254.40682, 0.00006, 0.105 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, -3, 0 }, 256.44724, 0.00008, 0.027 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, -2, 0 }, 256.88794, 0.00076, 0.042 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, -1, -2 }, 77.18490, 0.00002, 0.027 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, -1, 0 }, 256.83321, 0.00813, 0.096 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, 0, 0 }, 73.98285, 0.00487, 0.353 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, 1, 0 }, 73.08045, 0.00095, 0.062 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, 2, 0 }, 70.45478, 0.00006, 0.034 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 1, -2, -1 }, 75.99754, 0.00002, 0.040 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 1, -1, -1 }, 77.09600, 0.00012, 0.087 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 1, 0, -1 }, 259.42867, 0.00006, 0.563 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 2, -3, 0 }, 262.37671, 0.00003, 0.082 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 2, -2, 0 }, 259.65668, 0.00060, 0.946 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 2, -1, 0 }, 268.93847, 0.00452, 0.070 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 2, 0, -2 }, 316.39743, 0.00004, 1.382 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 2, 0, 0 }, 241.95199, 0.00063, 0.036 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 2, 1, 0 }, 228.28328, 0.00006, 0.024 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 3, -3, -1 }, 59.85798, 0.00001, 0.075 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 3, -2, -1 }, 75.99754, 0.00161, 277.143 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 3, -2, 0 }, 77.20480, 0.00002, 0.074 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 3, -1, -1 }, 257.55559, 0.00042, 0.075 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 3, -1, 0 }, 77.18490, 0.00007, 0.037 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 3, 0, -1 }, 257.28611, 0.00003, 0.038 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 4, -3, 0 }, 77.97372, 0.00001, 0.080 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 4, -2, 0 }, 263.06044, 0.00013, 0.039 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 4, -1, 0 }, 256.84235, 0.00016, 0.026 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 4, 0, 0 }, 263.46336, 0.00003, 0.019 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 5, -3, -1 }, 77.27166, 0.00003, 0.087 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 5, -2, -1 }, 75.99754, 0.00002, 0.040 }, + { { 0, 0, 3, 0, -2, 5, 0, 0, 2, -3, 0 }, 308.90894, 0.00001, 0.083 }, + { { 0, 0, 3, 0, -2, 5, 0, 0, 2, -1, 0 }, 308.90894, 0.00001, 0.069 }, + { { 0, 0, 3, 0, -1, -5, 0, 0, -2, 0, 0 }, 171.21417, 0.00007, 0.045 }, + { { 0, 0, 3, 0, -1, -5, 0, 0, -2, 1, 0 }, 173.43575, 0.00005, 0.114 }, + { { 0, 0, 3, 0, -1, -5, 0, 0, 0, -1, 0 }, 45.11452, 0.00005, 0.095 }, + { { 0, 0, 3, 0, -1, -5, 0, 0, 0, 0, 0 }, 183.03229, 0.00011, 0.364 }, + { { 0, 0, 3, 0, -1, -5, 0, 0, 0, 2, 0 }, 188.72979, 0.00001, 0.034 }, + { { 0, 0, 3, 0, -1, -5, 0, 0, 2, -3, 0 }, 188.23031, 0.00002, 0.081 }, + { { 0, 0, 3, 0, -1, -5, 0, 0, 2, -1, 0 }, 183.06585, 0.00018, 0.070 }, + { { 0, 0, 3, 0, -1, -5, 0, 0, 2, 0, 0 }, 8.39022, 0.00006, 0.036 }, + { { 0, 0, 3, 0, -1, -5, 0, 0, 2, 2, 0 }, 8.70826, 0.00001, 0.019 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, -4, 0, 0 }, 166.86567, 0.00003, 0.021 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, -4, 1, 0 }, 163.24095, 0.00004, 0.030 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, -2, -1, 0 }, 164.96772, 0.00012, 0.029 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, -2, 0, 0 }, 165.05969, 0.00105, 0.046 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, -2, 1, 0 }, 165.50009, 0.00078, 0.117 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, -2, 2, 0 }, 166.01848, 0.00004, 0.213 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, -1, 0, 0 }, 154.83633, 0.00002, 0.106 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, 0, -2, 0 }, 14.75438, 0.00001, 0.042 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, 0, -1, 0 }, 143.96842, 0.00015, 0.097 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 }, 174.40671, 0.00035, 0.343 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, 0, 1, 0 }, 182.25516, 0.00005, 0.062 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, 2, -1, 0 }, 53.19664, 0.00003, 0.069 }, + { { 0, 0, 3, 0, 0, -5, 0, 0, -2, 0, 0 }, 74.80576, 0.00006, 0.046 }, + { { 0, 0, 3, 0, 0, -5, 0, 0, -2, 1, 0 }, 83.04526, 0.00005, 0.116 }, + { { 0, 0, 3, 0, 0, -5, 0, 0, 0, -1, 0 }, 264.72844, 0.00006, 0.096 }, + { { 0, 0, 3, 0, 0, -5, 0, 0, 0, 0, 0 }, 63.97861, 0.00004, 0.353 }, + { { 0, 0, 3, 0, 0, -5, 0, 0, 2, -1, 0 }, 304.68435, 0.00004, 0.070 }, + { { 0, 0, 3, 0, 0, -5, 0, 0, 2, 0, 0 }, 185.46661, 0.00002, 0.036 }, + { { 0, 0, 3, 0, 0, -5, 0, 0, 3, -2, -1 }, 171.66373, 0.00004, 403.851 }, + { { 0, 0, 3, 0, 0, -4, 0, 0, -2, 0, 0 }, 270.37657, 0.00006, 0.046 }, + { { 0, 0, 3, 0, 0, -4, 0, 0, -2, 1, 0 }, 270.77835, 0.00002, 0.116 }, + { { 0, 0, 3, 0, 0, -4, 0, 0, 0, 0, 0 }, 271.39488, 0.00005, 0.349 }, + { { 0, 0, 3, 0, 0, -4, 0, 0, 0, 1, 0 }, 269.97123, 0.00002, 0.062 }, + { { 0, 0, 3, 0, 0, -4, 0, 0, 2, -1, 0 }, 272.72768, 0.00012, 0.070 }, + { { 0, 0, 3, 0, 0, -4, 0, 0, 2, 0, 0 }, 92.72768, 0.00005, 0.036 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, -2, -1, 0 }, 176.80007, 0.00002, 0.028 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, -2, 0, 0 }, 176.77092, 0.00020, 0.046 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, -2, 1, 0 }, 176.62709, 0.00016, 0.117 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, 0, -1, 0 }, 352.95809, 0.00003, 0.097 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, 0, 0, 0 }, 177.60960, 0.00021, 0.345 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, 0, 1, 0 }, 178.07279, 0.00007, 0.062 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, 2, -2, 0 }, 180.00873, 0.00002, 0.890 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, 2, -1, 0 }, 180.44439, 0.00044, 0.070 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, 2, 0, -2 }, 180.00873, 0.00001, 1.265 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, 2, 0, 0 }, 0.00560, 0.00009, 0.036 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, 2, 1, 0 }, 359.96741, 0.00003, 0.024 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, -4, 1, 0 }, 76.95217, 0.00001, 0.030 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, -2, -1, 0 }, 76.94075, 0.00005, 0.029 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, -2, 0, 0 }, 76.94705, 0.00033, 0.046 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, -2, 1, 0 }, 76.94757, 0.00026, 0.117 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, 0, -2, 0 }, 257.10551, 0.00001, 0.042 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, 0, -1, 0 }, 257.54878, 0.00005, 0.097 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, 0, 0, 0 }, 76.65210, 0.00022, 0.341 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, 0, 1, 0 }, 76.65316, 0.00003, 0.062 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, 2, -2, 0 }, 257.11960, 0.00001, 0.864 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, 2, -1, 0 }, 257.08369, 0.00007, 0.069 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, 2, 0, 0 }, 81.30098, 0.00001, 0.036 }, + { { 0, 0, 3, 0, 0, -1, 0, 0, -2, 0, 0 }, 155.89028, 0.00010, 0.046 }, + { { 0, 0, 3, 0, 0, -1, 0, 0, -2, 1, 0 }, 155.89712, 0.00006, 0.117 }, + { { 0, 0, 3, 0, 0, -1, 0, 0, 0, 0, 0 }, 157.56747, 0.00002, 0.337 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, -2, 0, 0 }, 268.74508, 0.00008, 0.046 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, -2, 1, 0 }, 290.94861, 0.00004, 0.118 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, -1, 0, 1 }, 120.82067, 0.00002, 0.247 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 0, -1, 0 }, 308.36335, 0.00002, 0.098 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0 }, 292.64900, 0.00021, 0.333 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 0 }, 294.45273, 0.00003, 0.062 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, -1 }, 304.13372, 0.00003, 0.514 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 2, -3, 0 }, 216.15544, 0.00003, 0.083 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 2, -2, 0 }, 39.09836, 0.00003, 0.816 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 2, -1, 0 }, 303.94270, 0.00004, 0.069 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, 0 }, 78.12629, 0.00003, 0.036 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 4, 0, 0 }, 51.16061, 0.00002, 0.019 }, + { { 0, 0, 3, 0, 1, 0, 0, 0, -2, 0, 0 }, 38.97324, 0.00002, 0.046 }, + { { 0, 0, 3, 0, 1, 0, 0, 0, 2, -3, 0 }, 306.86712, 0.00001, 0.084 }, + { { 0, 0, 3, 0, 1, 0, 0, 0, 2, -2, 0 }, 126.86719, 0.00001, 0.763 }, + { { 0, 0, 3, 0, 1, 0, 0, 0, 2, -1, 0 }, 126.86712, 0.00001, 0.069 }, + { { 0, 0, 3, 0, 1, 0, 0, 0, 2, 0, 0 }, 305.38578, 0.00002, 0.036 }, + { { 0, 0, 3, 0, 2, -5, 0, 0, -2, 0, 0 }, 220.30897, 0.00003, 0.046 }, + { { 0, 0, 3, 0, 2, -5, 0, 0, 0, 0, 0 }, 219.03288, 0.00001, 0.333 }, + { { 0, 0, 3, 0, 2, -5, 0, 0, 2, -3, 0 }, 149.14221, 0.00001, 0.083 }, + { { 0, 0, 3, 0, 2, -5, 0, 0, 2, -1, 0 }, 149.14221, 0.00001, 0.069 }, + { { 0, 0, 3, 0, 3, -2, 0, 0, 2, -3, 0 }, 307.12243, 0.00001, 0.084 }, + { { 0, 0, 3, 0, 3, -2, 0, 0, 2, -2, 0 }, 127.12243, 0.00001, 0.709 }, + { { 0, 0, 3, 0, 3, -2, 0, 0, 2, -1, 0 }, 307.12243, 0.00001, 0.068 }, + { { 0, 0, 3, 0, 3, -2, 0, 0, 2, 0, 0 }, 127.12243, 0.00001, 0.036 }, + { { 0, 0, 3, 0, 4, -5, 0, 0, 2, 0, 0 }, 192.61099, 0.00001, 0.036 }, + { { 0, 0, 3, 2, 0, 0, 0, 0, 2, -2, 0 }, 168.97108, 0.00002, 0.437 }, + { { 0, 0, 3, 2, 0, 0, 0, 0, 2, 0, 0 }, 168.92470, 0.00003, 0.035 }, + { { 0, 0, 3, 3, 0, 0, 0, 0, 2, -2, 0 }, 184.68820, 0.00001, 0.354 }, + { { 0, 0, 3, 3, 0, 0, 0, 0, 2, 0, 0 }, 184.68820, 0.00001, 0.034 }, + { { 0, 0, 4, -11, 0, 0, 0, 0, -2, 1, 0 }, 332.22778, 0.00005, 0.075 }, + { { 0, 0, 4, -11, 0, 0, 0, 0, -2, 3, 0 }, 323.17001, 0.00001, 0.076 }, + { { 0, 0, 4, -11, 0, 2, 0, 0, -2, 2, 0 }, 356.98663, 0.00001, 151.221 }, + { { 0, 0, 4, -11, 1, 0, 0, 0, -2, 1, 0 }, 350.56273, 0.00002, 0.075 }, + { { 0, 0, 4, -11, 1, 0, 0, 0, -2, 2, 0 }, 218.87448, 0.00002, 102.094 }, + { { 0, 0, 4, -10, 0, 0, 0, 0, 0, 0, 0 }, 259.10251, 0.00001, 0.759 }, + { { 0, 0, 4, -10, 0, 0, 0, 0, 2, 0, 0 }, 323.07357, 0.00002, 0.043 }, + { { 0, 0, 4, -10, 2, 0, 0, 0, -2, 0, 0 }, 51.32151, 0.00002, 0.039 }, + { { 0, 0, 4, -10, 2, 0, 0, 0, -2, 1, 0 }, 51.50867, 0.00001, 0.079 }, + { { 0, 0, 4, -10, 2, 0, 0, 0, -2, 2, 0 }, 231.24107, 0.00001, 1.598 }, + { { 0, 0, 4, -10, 2, 0, 0, 0, -2, 3, 0 }, 51.50867, 0.00001, 0.072 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, -1, 0, 1 }, 293.38240, 0.00002, 3.723 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, 0, -1, 0 }, 255.11163, 0.00002, 0.071 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, 0, 0, 0 }, 231.55152, 0.00016, 1.274 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, 0, 1, 0 }, 271.08625, 0.00003, 0.080 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, 2, -1, 0 }, 325.70712, 0.00006, 0.093 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, 2, 0, 0 }, 313.11309, 0.00005, 0.042 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, -2, -1, 0 }, 242.61029, 0.00003, 0.026 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, -2, 0, 0 }, 243.31159, 0.00023, 0.040 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, -2, 1, 0 }, 245.01650, 0.00032, 0.085 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, -2, 0 }, 240.72582, 0.00005, 0.037 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, -1, 0 }, 240.02370, 0.00069, 0.074 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, 0, 0 }, 242.87629, 0.00373, 3.945 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, 1, 0 }, 240.76922, 0.00074, 0.077 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, 2, 0 }, 241.24033, 0.00006, 0.038 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 1, 0, -1 }, 324.55670, 0.00001, 0.765 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 2, -2, 0 }, 247.12224, 0.00002, 0.493 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 2, -1, 0 }, 248.26064, 0.00053, 0.089 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 2, 0, 0 }, 246.51899, 0.00038, 0.041 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 2, 1, 0 }, 246.92435, 0.00004, 0.026 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 4, -1, 0 }, 246.94665, 0.00001, 0.028 }, + { { 0, 0, 4, -8, 1, 0, 0, 0, 0, 0, 0 }, 94.08514, 0.00001, 5.911 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, -4, 0, 0 }, 99.17335, 0.00001, 0.020 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, -4, 1, 0 }, 279.17335, 0.00003, 0.028 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, -4, 2, 0 }, 279.17348, 0.00001, 0.044 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, -2, -1, 0 }, 279.03666, 0.00007, 0.026 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, -2, 0, 0 }, 279.04653, 0.00064, 0.040 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, -2, 0, 2 }, 279.17335, 0.00002, 0.474 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, -2, 1, 0 }, 279.60917, 0.00099, 0.087 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, -2, 2, 0 }, 279.17356, 0.00004, 0.564 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 0, -2, 0 }, 276.71815, 0.00008, 0.038 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 0, -1, 0 }, 276.83449, 0.00125, 0.075 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 0, 0, 0 }, 278.08371, 0.00650, 1750.265 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 0, 1, 0 }, 276.83348, 0.00125, 0.075 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 0, 2, 0 }, 276.71763, 0.00008, 0.038 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 2, -2, 0 }, 279.17001, 0.00004, 0.564 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 2, -1, 0 }, 279.60572, 0.00099, 0.087 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 2, 0, -2 }, 279.17021, 0.00002, 0.475 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 2, 0, 0 }, 279.04359, 0.00064, 0.040 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 2, 1, 0 }, 279.03378, 0.00007, 0.026 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 4, -2, 0 }, 279.17009, 0.00001, 0.044 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 4, -1, 0 }, 279.17021, 0.00003, 0.028 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 4, 0, 0 }, 99.17021, 0.00001, 0.020 }, + { { 0, 0, 4, -8, 2, 0, 0, 0, -2, 0, 0 }, 301.45402, 0.00002, 0.040 }, + { { 0, 0, 4, -8, 2, 0, 0, 0, -2, 1, 0 }, 301.19091, 0.00001, 0.086 }, + { { 0, 0, 4, -8, 2, 0, 0, 0, 0, -1, 0 }, 301.51487, 0.00005, 0.075 }, + { { 0, 0, 4, -8, 2, 0, 0, 0, 0, 0, 0 }, 300.21814, 0.00018, 11.784 }, + { { 0, 0, 4, -8, 2, 0, 0, 0, 0, 1, 0 }, 301.51487, 0.00005, 0.076 }, + { { 0, 0, 4, -8, 2, 0, 0, 0, 2, -1, 0 }, 301.53249, 0.00001, 0.088 }, + { { 0, 0, 4, -8, 2, 0, 0, 0, 2, 0, 0 }, 301.64415, 0.00002, 0.041 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -6, 0, 0 }, 286.77996, 0.00002, 0.013 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -6, 1, 0 }, 286.78089, 0.00004, 0.016 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -6, 2, 0 }, 286.78203, 0.00005, 0.021 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -6, 3, 0 }, 286.78214, 0.00002, 0.029 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, -1, 0 }, 286.54532, 0.00017, 0.016 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 0, 0 }, 286.68832, 0.00106, 0.020 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 0, 2 }, 286.78020, 0.00002, 0.044 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 1, -2 }, 106.78140, 0.00002, 0.016 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 1, 0 }, 286.87773, 0.00264, 0.028 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 1, 2 }, 286.77901, 0.00002, 0.107 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 2, 0 }, 287.11011, 0.00189, 0.044 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 3, 0 }, 287.69514, 0.00005, 0.103 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -3, -1, 0 }, 286.78051, 0.00003, 0.020 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -3, 0, 0 }, 286.77618, 0.00003, 0.027 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -3, 1, 0 }, 106.94286, 0.00017, 0.042 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -3, 2, 0 }, 107.29832, 0.00006, 0.094 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, -3, 0 }, 286.21074, 0.00008, 0.016 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, -2, 0 }, 286.20069, 0.00076, 0.020 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, -2, 2 }, 106.78088, 0.00001, 0.041 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, -1, -2 }, 106.63383, 0.00006, 0.015 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, -1, 0 }, 286.40935, 0.00876, 0.026 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, -1, 2 }, 106.37678, 0.00027, 0.090 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 0, -2 }, 106.70915, 0.00024, 0.019 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 0, 0 }, 286.68957, 0.09002, 0.040 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 0, 2 }, 286.68001, 0.00210, 0.475 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 1, -2 }, 107.07842, 0.00033, 0.026 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 1, 0 }, 287.11216, 0.13960, 0.087 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 2, -2 }, 106.78331, 0.00002, 0.040 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 2, 0 }, 287.81515, 0.00484, 0.564 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 2, 2 }, 106.78153, 0.00003, 0.035 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 3, 0 }, 288.98969, 0.00022, 0.067 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 4, 0 }, 289.77464, 0.00001, 0.035 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -1, -1, 0 }, 106.19302, 0.00022, 0.039 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -1, 0, 0 }, 106.69076, 0.00237, 0.081 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -1, 1, 0 }, 107.80252, 0.00021, 1.128 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -1, 2, 0 }, 109.47326, 0.00002, 0.071 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -4, 0 }, 284.82440, 0.00005, 0.019 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -3, 0 }, 284.93758, 0.00080, 0.025 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -2, -2 }, 105.02794, 0.00006, 0.019 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -2, 0 }, 284.98930, 0.01162, 0.038 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -2, 2 }, 104.67763, 0.00002, 3.003 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -1, -2 }, 105.24010, 0.00039, 0.025 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -1, 0 }, 284.98776, 0.17083, 0.075 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -1, 2 }, 284.45177, 0.00024, 0.074 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 0, -2 }, 107.22398, 0.00034, 0.037 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 0, 0 }, 285.98707, 0.90114, 1783.359 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 0, 2 }, 107.22659, 0.00034, 0.037 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 1, -2 }, 284.42756, 0.00023, 0.074 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 1, 0 }, 284.98767, 0.17082, 0.075 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 1, 2 }, 105.24074, 0.00039, 0.025 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 2, -2 }, 104.67825, 0.00002, 2.993 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 2, 0 }, 284.98981, 0.01162, 0.038 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 2, 2 }, 105.02829, 0.00006, 0.019 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 3, 0 }, 284.93803, 0.00080, 0.025 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 4, 0 }, 284.82479, 0.00005, 0.019 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 1, -2, 0 }, 109.47486, 0.00002, 0.071 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 1, -1, 0 }, 107.80120, 0.00022, 1.127 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 1, 0, 0 }, 106.69093, 0.00237, 0.081 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 1, 1, 0 }, 106.19418, 0.00022, 0.039 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -4, 0 }, 289.77337, 0.00001, 0.035 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -3, 0 }, 288.98983, 0.00022, 0.067 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -2, -2 }, 106.78416, 0.00003, 0.035 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -2, 0 }, 287.81538, 0.00485, 0.564 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -2, 2 }, 106.78354, 0.00002, 0.040 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -1, 0 }, 287.11388, 0.13971, 0.087 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -1, 2 }, 107.08017, 0.00033, 0.026 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 0, -2 }, 286.68261, 0.00210, 0.474 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 0, 0 }, 286.69269, 0.09009, 0.040 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 0, 2 }, 106.71065, 0.00024, 0.019 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 1, -2 }, 106.37929, 0.00027, 0.090 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 1, 0 }, 286.41041, 0.00875, 0.026 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 1, 2 }, 106.63554, 0.00006, 0.015 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 2, -2 }, 106.78406, 0.00001, 0.041 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 2, 0 }, 286.20210, 0.00076, 0.020 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 3, 0 }, 286.21296, 0.00008, 0.016 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 3, -2, 0 }, 107.30215, 0.00006, 0.094 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 3, -1, 0 }, 106.94518, 0.00017, 0.042 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 3, 0, 0 }, 286.78777, 0.00003, 0.027 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 3, 1, 0 }, 286.78446, 0.00003, 0.020 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, -3, 0 }, 287.69301, 0.00005, 0.103 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, -2, 0 }, 287.11186, 0.00189, 0.044 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, -1, -2 }, 286.78482, 0.00002, 0.107 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, -1, 0 }, 286.87976, 0.00264, 0.028 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, -1, 2 }, 106.78391, 0.00002, 0.016 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, 0, -2 }, 286.78391, 0.00002, 0.044 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, 0, 0 }, 286.69301, 0.00107, 0.020 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, 1, 0 }, 286.54818, 0.00017, 0.016 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 6, -3, 0 }, 286.78362, 0.00002, 0.029 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 6, -2, 0 }, 286.78374, 0.00005, 0.021 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 6, -1, 0 }, 286.78382, 0.00004, 0.016 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 6, 0, 0 }, 286.78387, 0.00002, 0.013 }, + { { 0, 0, 4, -8, 5, -5, 0, 0, -2, 0, 0 }, 61.30125, 0.00007, 0.040 }, + { { 0, 0, 4, -8, 5, -5, 0, 0, -2, 1, 0 }, 61.30125, 0.00015, 0.087 }, + { { 0, 0, 4, -8, 5, -5, 0, 0, 0, -1, 0 }, 241.30037, 0.00002, 0.075 }, + { { 0, 0, 4, -8, 5, -5, 0, 0, 0, 0, 0 }, 241.30081, 0.00001, 590.730 }, + { { 0, 0, 4, -8, 5, -5, 0, 0, 0, 1, 0 }, 241.30125, 0.00002, 0.075 }, + { { 0, 0, 4, -8, 5, -5, 0, 0, 2, -1, 0 }, 61.30037, 0.00015, 0.087 }, + { { 0, 0, 4, -8, 5, -5, 0, 0, 2, 0, 0 }, 61.30037, 0.00007, 0.040 }, + { { 0, 0, 4, -7, -2, 0, 0, 0, 0, 0, 0 }, 33.69604, 0.00001, 9.124 }, + { { 0, 0, 4, -7, -1, 0, 0, 0, 0, 0, 0 }, 220.18463, 0.00001, 5.157 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -4, 0, 0 }, 272.71125, 0.00003, 0.020 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -4, 1, 0 }, 272.52220, 0.00002, 0.028 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -4, 2, 0 }, 272.57606, 0.00003, 0.044 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -3, 2, -1 }, 41.50224, 0.00001, 0.042 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -3, 3, -1 }, 41.47425, 0.00001, 0.095 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, -2, 0 }, 272.77672, 0.00002, 0.020 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, -1, 0 }, 272.42072, 0.00015, 0.027 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, 0, 0 }, 273.02089, 0.00170, 0.041 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, 0, 2 }, 272.82899, 0.00004, 0.419 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, 1, 0 }, 272.81422, 0.00261, 0.089 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, 2, 0 }, 272.88077, 0.00010, 0.487 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -1, 0, 0 }, 92.30986, 0.00003, 0.083 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -1, 0, 1 }, 353.51657, 0.00001, 0.751 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -1, 2, 0 }, 92.62687, 0.00001, 0.069 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, -2, 0 }, 270.56356, 0.00014, 0.038 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, -1, 0 }, 270.60119, 0.00219, 0.077 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, 0, 0 }, 271.44643, 0.01099, 3.594 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, 1, 0 }, 270.40845, 0.00201, 0.074 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, 2, 0 }, 270.32088, 0.00013, 0.037 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, 3, 0 }, 92.53218, 0.00001, 0.025 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 1, -2, 0 }, 272.16968, 0.00001, 0.072 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 1, 0, -1 }, 353.41415, 0.00007, 1.289 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 1, 0, 0 }, 92.16968, 0.00001, 0.079 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, -2, 0 }, 272.04631, 0.00007, 0.669 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, -1, 0 }, 272.77206, 0.00189, 0.085 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, 0, -2 }, 272.16968, 0.00003, 0.547 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, 0, 0 }, 272.18908, 0.00109, 0.040 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, 1, 0 }, 271.98986, 0.00013, 0.026 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 4, -2, 0 }, 272.34000, 0.00002, 0.043 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 4, 0, 0 }, 272.38272, 0.00002, 0.020 }, + { { 0, 0, 4, -7, 1, 0, 0, 0, 0, 0, 0 }, 318.22523, 0.00001, 2.759 }, + { { 0, 0, 4, -7, 2, 0, 0, 0, 0, 0, 0 }, 331.25358, 0.00002, 2.238 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -4, 0, 0 }, 300.53917, 0.00004, 0.021 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -4, 1, 0 }, 300.53006, 0.00008, 0.028 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -4, 2, 0 }, 300.41270, 0.00005, 0.045 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, -2, 0 }, 300.51729, 0.00003, 0.020 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, -1, 0 }, 300.59992, 0.00028, 0.027 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, 0, 0 }, 300.38934, 0.00332, 0.042 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, 0, 2 }, 300.45823, 0.00004, 0.343 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, 1, 0 }, 300.61624, 0.00439, 0.094 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, 2, 0 }, 300.42864, 0.00020, 0.387 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -1, -1, 1 }, 204.00194, 0.00004, 0.088 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -1, 0, 0 }, 121.58608, 0.00021, 0.087 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -1, 0, 1 }, 23.52022, 0.00004, 0.537 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, -2, 0 }, 300.90066, 0.00021, 0.039 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, -1, 0 }, 300.19798, 0.00296, 0.080 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, 0, 0 }, 301.21730, 0.01410, 1.235 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, 1, 0 }, 301.39358, 0.00237, 0.071 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, 2, 0 }, 301.28065, 0.00015, 0.037 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, -2, 0 }, 299.73138, 0.00002, 0.075 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, -2, 1 }, 204.01170, 0.00003, 11.156 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, -1, -1 }, 23.99072, 0.00005, 0.074 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, -1, 0 }, 301.28450, 0.00023, 12.968 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, -1, 1 }, 24.00194, 0.00022, 0.075 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, 0, -1 }, 24.02114, 0.00042, 4.101 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, 0, 0 }, 302.22085, 0.00061, 0.076 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, 0, 1 }, 204.01481, 0.00008, 0.038 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, 1, -1 }, 23.99072, 0.00005, 0.077 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, 1, 0 }, 302.24105, 0.00004, 0.038 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, -2, 0 }, 282.46053, 0.00006, 1.037 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, -1, 0 }, 296.09565, 0.00209, 0.081 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, 0, -2 }, 302.10962, 0.00004, 0.771 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, 0, 0 }, 301.06135, 0.00099, 0.039 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, 1, 0 }, 301.78517, 0.00013, 0.026 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 4, -3, 0 }, 74.81841, 0.00001, 0.095 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 4, -2, 0 }, 284.26226, 0.00004, 0.042 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 4, -1, 0 }, 276.31860, 0.00005, 0.027 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 4, 0, 0 }, 302.23472, 0.00002, 0.020 }, + { { 0, 0, 4, -6, 1, 0, 0, 0, 0, 0, 0 }, 150.72078, 0.00002, 1.118 }, + { { 0, 0, 4, -6, 1, 0, 0, 0, 2, 0, 0 }, 153.57136, 0.00001, 0.039 }, + { { 0, 0, 4, -6, 2, 0, 0, 0, -2, 0, 0 }, 281.53588, 0.00004, 0.042 }, + { { 0, 0, 4, -6, 2, 0, 0, 0, -2, 1, 0 }, 289.64352, 0.00004, 0.095 }, + { { 0, 0, 4, -6, 2, 0, 0, 0, 0, -1, 0 }, 328.67411, 0.00001, 0.081 }, + { { 0, 0, 4, -6, 2, 0, 0, 0, 0, 0, 0 }, 330.48698, 0.00010, 1.022 }, + { { 0, 0, 4, -6, 2, 0, 0, 0, 0, 1, 0 }, 328.67411, 0.00001, 0.070 }, + { { 0, 0, 4, -6, 2, 0, 0, 0, 2, 0, 0 }, 0.57942, 0.00002, 0.039 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -4, 0, 0 }, 150.54280, 0.00003, 0.021 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -4, 1, 0 }, 155.87821, 0.00007, 0.029 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -4, 2, 0 }, 156.15847, 0.00004, 0.046 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -2, -2, 0 }, 156.63247, 0.00002, 0.020 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -2, -1, 0 }, 155.63310, 0.00021, 0.027 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -2, 0, 0 }, 156.49504, 0.00253, 0.043 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -2, 0, 2 }, 156.60079, 0.00003, 0.290 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -2, 1, 0 }, 156.19895, 0.00282, 0.099 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -2, 2, 0 }, 156.94985, 0.00012, 0.321 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -1, 0, 0 }, 336.16138, 0.00004, 0.091 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, -2, 0 }, 153.10385, 0.00019, 0.040 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, -1, 0 }, 153.16602, 0.00292, 0.084 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, 0, 0 }, 152.76092, 0.00948, 0.745 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, 1, 0 }, 152.58201, 0.00152, 0.069 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, 2, 0 }, 152.64466, 0.00010, 0.036 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 1, -2, 0 }, 336.94431, 0.00002, 0.078 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 1, -1, -1 }, 236.07738, 0.00003, 0.077 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 1, -1, 1 }, 56.45125, 0.00002, 0.072 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 1, 0, -1 }, 236.08784, 0.00026, 3.475 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 1, 0, 0 }, 336.94431, 0.00002, 0.073 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 1, 0, 1 }, 56.04727, 0.00003, 0.037 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 1, 1, -1 }, 236.07738, 0.00003, 0.074 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, -2, 0 }, 331.81893, 0.00040, 2.313 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, -1, 0 }, 331.33500, 0.00382, 0.078 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, 0, -2 }, 332.47709, 0.00002, 1.306 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, 0, 0 }, 333.25408, 0.00041, 0.038 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, 1, 0 }, 330.01258, 0.00003, 0.025 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 4, -2, 0 }, 331.20460, 0.00005, 0.041 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 4, -1, 0 }, 331.41834, 0.00005, 0.027 }, + { { 0, 0, 4, -5, 2, 0, 0, 0, 2, 0, 0 }, 29.28089, 0.00001, 0.038 }, + { { 0, 0, 4, -4, -2, 0, 0, 0, 2, -2, 0 }, 304.81126, 0.00001, 14.417 }, + { { 0, 0, 4, -4, 0, -3, 0, 0, 2, -1, 0 }, 43.45149, 0.00002, 0.075 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -4, 0, 0 }, 213.10792, 0.00004, 0.021 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -4, 1, 0 }, 211.51417, 0.00004, 0.029 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -4, 2, 0 }, 205.21000, 0.00003, 0.047 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -2, -2, 0 }, 205.25096, 0.00001, 0.020 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -2, -1, 0 }, 216.57460, 0.00012, 0.028 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -2, 0, 0 }, 206.72557, 0.00175, 0.044 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -2, 0, 2 }, 206.27167, 0.00002, 0.251 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -2, 1, 0 }, 205.67151, 0.00173, 0.104 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -2, 2, 0 }, 207.27878, 0.00007, 0.274 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -1, -1, 0 }, 228.31666, 0.00001, 0.042 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -1, 0, 0 }, 48.29721, 0.00009, 0.095 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, -3, 0 }, 2.37878, 0.00002, 0.026 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, -2, 0 }, 357.27706, 0.00022, 0.041 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, -1, 0 }, 356.65726, 0.00303, 0.088 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, 0, 0 }, 191.18699, 0.00404, 0.534 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, 1, 0 }, 189.86500, 0.00068, 0.066 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, 2, 0 }, 188.01414, 0.00005, 0.035 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 1, 0, -1 }, 278.91983, 0.00007, 1.220 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 1, 0, 0 }, 48.29858, 0.00005, 0.070 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, -3, 0 }, 350.40644, 0.00004, 0.076 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, -2, 0 }, 0.33668, 0.00214, 10.076 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, -1, -2 }, 181.44751, 0.00006, 0.074 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, -1, 0 }, 181.91276, 0.02008, 0.075 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, -1, 2 }, 1.97449, 0.00004, 0.025 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, 0, -2 }, 357.84690, 0.00007, 4.269 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, 0, 0 }, 182.43699, 0.00104, 0.038 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, 1, -2 }, 180.64281, 0.00002, 0.077 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, 1, 0 }, 180.63716, 0.00003, 0.025 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 4, -3, 0 }, 2.41753, 0.00004, 0.086 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 4, -2, 0 }, 182.14808, 0.00024, 0.040 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 4, -1, 0 }, 182.22544, 0.00016, 0.026 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 4, 0, 0 }, 181.82093, 0.00003, 0.019 }, + { { 0, 0, 4, -4, 2, 0, 0, 0, 2, -1, 0 }, 241.92932, 0.00002, 0.074 }, + { { 0, 0, 4, -3, -2, 0, 0, 0, 0, 0, 0 }, 151.59258, 0.00001, 0.447 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, -4, 0, 0 }, 258.78829, 0.00002, 0.021 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, -4, 1, 0 }, 76.83305, 0.00001, 0.030 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, -2, -1, 0 }, 76.46745, 0.00004, 0.028 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, -2, 0, 0 }, 76.97083, 0.00037, 0.045 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, -2, 1, 0 }, 77.02255, 0.00034, 0.110 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 0, -1, 0 }, 86.80608, 0.00018, 0.092 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 0, 0, 0 }, 92.53030, 0.00025, 0.416 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 0, 1, 0 }, 70.81756, 0.00004, 0.064 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 1, 0, -1 }, 310.01902, 0.00006, 0.740 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 2, -2, 0 }, 73.16255, 0.00001, 1.585 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 2, -1, 0 }, 41.96687, 0.00026, 0.072 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 2, 0, 0 }, 195.29004, 0.00003, 0.037 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, -2, -1, 0 }, 154.68854, 0.00003, 0.029 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, -2, 0, 0 }, 154.62830, 0.00026, 0.046 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, -2, 1, 0 }, 155.37539, 0.00022, 0.117 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 0, -1, 0 }, 154.77604, 0.00005, 0.097 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 0, 0, 0 }, 165.13910, 0.00010, 0.341 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 0, 1, 0 }, 159.50898, 0.00001, 0.062 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 2, -3, 0 }, 186.59820, 0.00001, 0.083 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 2, -1, 0 }, 186.59820, 0.00001, 0.069 }, + { { 0, 0, 4, 0, -7, 0, 0, 0, 0, 0, 0 }, 209.68924, 0.00001, 0.293 }, + { { 0, 0, 4, 0, -7, 0, 0, 0, 2, -1, 0 }, 211.31862, 0.00004, 0.067 }, + { { 0, 0, 4, 0, -7, 0, 0, 0, 2, 0, 0 }, 30.78033, 0.00002, 0.036 }, + { { 0, 0, 4, 0, -7, 5, 0, 0, 2, -2, 0 }, 17.57651, 0.00001, 0.554 }, + { { 0, 0, 4, 0, -7, 5, 0, 0, 2, 0, 0 }, 197.57651, 0.00001, 0.035 }, + { { 0, 0, 4, 0, -6, 0, 0, 0, -2, 0, 0 }, 195.35908, 0.00006, 0.047 }, + { { 0, 0, 4, 0, -6, 0, 0, 0, -2, 1, 0 }, 195.41881, 0.00003, 0.125 }, + { { 0, 0, 4, 0, -6, 0, 0, 0, 0, -1, 0 }, 22.90172, 0.00002, 0.102 }, + { { 0, 0, 4, 0, -6, 0, 0, 0, 0, 0, 0 }, 198.49698, 0.00005, 0.286 }, + { { 0, 0, 4, 0, -6, 0, 0, 0, 0, 1, 0 }, 198.45822, 0.00002, 0.060 }, + { { 0, 0, 4, 0, -6, 0, 0, 0, 2, -2, 0 }, 200.62488, 0.00001, 0.581 }, + { { 0, 0, 4, 0, -6, 0, 0, 0, 2, -1, 0 }, 200.62679, 0.00021, 0.067 }, + { { 0, 0, 4, 0, -6, 0, 0, 0, 2, 0, 0 }, 20.51236, 0.00009, 0.035 }, + { { 0, 0, 4, 0, -6, 0, 0, 0, 2, 1, 0 }, 20.59541, 0.00002, 0.024 }, + { { 0, 0, 4, 0, -6, 2, 0, 0, 2, -2, 0 }, 180.86660, 0.00001, 0.559 }, + { { 0, 0, 4, 0, -6, 2, 0, 0, 2, 0, 0 }, 0.86660, 0.00001, 0.035 }, + { { 0, 0, 4, 0, -6, 5, 0, 0, -2, 0, 0 }, 341.14143, 0.00002, 0.047 }, + { { 0, 0, 4, 0, -6, 5, 0, 0, 0, 0, 0 }, 345.15246, 0.00001, 0.273 }, + { { 0, 0, 4, 0, -6, 5, 0, 0, 2, -2, 0 }, 348.38664, 0.00002, 0.529 }, + { { 0, 0, 4, 0, -6, 5, 0, 0, 2, -1, 0 }, 348.18925, 0.00004, 0.066 }, + { { 0, 0, 4, 0, -6, 5, 0, 0, 2, 0, 0 }, 168.53215, 0.00001, 0.035 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, -2, -1, 0 }, 183.44329, 0.00003, 0.029 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, -2, 0, 0 }, 183.37433, 0.00024, 0.047 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, -2, 1, 0 }, 182.93256, 0.00019, 0.127 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 0, -1, 0 }, 15.46280, 0.00006, 0.103 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 0, 0, 0 }, 186.63934, 0.00019, 0.279 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 0, 1, 0 }, 190.63390, 0.00010, 0.059 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 0, 2, 0 }, 189.96826, 0.00001, 0.033 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 1, 0, -1 }, 279.54852, 0.00001, 0.396 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 2, -2, 0 }, 190.30882, 0.00003, 0.554 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 2, -1, 0 }, 190.28079, 0.00103, 0.066 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 2, 0, -2 }, 190.33379, 0.00003, 0.680 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 2, 0, 0 }, 10.32275, 0.00038, 0.035 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 2, 1, 0 }, 10.30275, 0.00007, 0.024 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 4, -2, 0 }, 190.19487, 0.00002, 0.038 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 4, -1, 0 }, 10.30239, 0.00001, 0.025 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, -4, 1, 0 }, 166.59743, 0.00003, 0.031 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, -2, -1, 0 }, 166.82614, 0.00008, 0.029 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, -2, 0, 0 }, 164.95994, 0.00076, 0.047 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, -2, 1, 0 }, 166.03743, 0.00054, 0.128 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, -2, 2, 0 }, 164.98070, 0.00002, 0.184 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 0, -2, 0 }, 6.57990, 0.00001, 0.044 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 0, -1, 0 }, 355.89655, 0.00020, 0.104 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 0, 0, 0 }, 170.23424, 0.00044, 0.273 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 0, 1, 0 }, 175.74620, 0.00034, 0.059 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 0, 2, 0 }, 178.88334, 0.00002, 0.033 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 2, -2, 0 }, 180.12376, 0.00010, 0.529 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 2, -1, 0 }, 179.86950, 0.00308, 0.066 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 2, 0, -2 }, 179.79519, 0.00010, 0.643 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 2, 0, 0 }, 0.66210, 0.00125, 0.035 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 2, 1, 0 }, 359.63586, 0.00013, 0.024 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 2, 2, 0 }, 0.69812, 0.00001, 0.018 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 4, -2, 0 }, 179.20680, 0.00005, 0.038 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 4, 0, 0 }, 359.38266, 0.00003, 0.019 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 4, 1, 0 }, 179.79519, 0.00001, 0.015 }, + { { 0, 0, 4, 0, -3, -5, 0, 0, 2, -2, 0 }, 198.20250, 0.00001, 0.555 }, + { { 0, 0, 4, 0, -3, -5, 0, 0, 2, 0, 0 }, 18.20250, 0.00001, 0.035 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, -4, 0, 0 }, 242.83085, 0.00002, 0.022 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, -4, 1, 0 }, 63.53677, 0.00003, 0.031 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, -2, -1, 0 }, 64.17913, 0.00007, 0.029 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, -2, 0, 0 }, 63.97047, 0.00069, 0.048 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, -2, 1, 0 }, 64.00815, 0.00050, 0.129 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, -2, 2, 0 }, 64.09748, 0.00003, 0.181 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 0, -3, 0 }, 220.11468, 0.00001, 0.028 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 0, -2, 0 }, 265.04503, 0.00002, 0.044 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 0, -1, 0 }, 339.56530, 0.00015, 0.105 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 0, 0, 0 }, 64.17514, 0.00025, 0.267 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 0, 1, 0 }, 63.12464, 0.00006, 0.059 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 1, 0, -1 }, 259.10916, 0.00001, 0.371 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 2, -2, 0 }, 5.10737, 0.00001, 0.507 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 2, -1, 0 }, 2.19620, 0.00025, 0.066 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 2, 0, 0 }, 175.37062, 0.00009, 0.035 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 2, 1, 0 }, 204.59145, 0.00002, 0.024 }, + { { 0, 0, 4, 0, -2, -5, 0, 0, 2, -3, 0 }, 8.58659, 0.00001, 0.088 }, + { { 0, 0, 4, 0, -2, -5, 0, 0, 2, -2, 0 }, 188.58593, 0.00001, 0.530 }, + { { 0, 0, 4, 0, -2, -5, 0, 0, 2, -1, 0 }, 188.49814, 0.00004, 0.066 }, + { { 0, 0, 4, 0, -2, -5, 0, 0, 2, 0, 0 }, 8.51434, 0.00001, 0.035 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, -4, 1, 0 }, 331.91163, 0.00003, 0.031 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, -4, 3, 0 }, 153.91645, 0.00002, 0.170 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, -2, -1, 0 }, 331.07351, 0.00006, 0.029 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, -2, 0, 0 }, 331.49117, 0.00056, 0.048 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, -2, 1, 0 }, 331.06287, 0.00038, 0.131 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, -2, 2, 0 }, 331.61048, 0.00002, 0.178 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, 0, -2, 0 }, 154.13843, 0.00004, 0.044 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, 0, -1, 0 }, 153.64961, 0.00029, 0.106 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, 0, 0, 0 }, 329.33388, 0.00010, 0.261 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, 2, -3, 0 }, 153.64088, 0.00001, 0.089 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, 2, -2, 0 }, 154.30014, 0.00001, 0.486 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, 2, -1, 0 }, 156.54069, 0.00004, 0.065 }, + { { 0, 0, 4, 0, -2, 5, 0, 0, 2, -3, 0 }, 119.42302, 0.00002, 0.091 }, + { { 0, 0, 4, 0, -2, 5, 0, 0, 2, -2, 0 }, 119.28068, 0.00002, 0.449 }, + { { 0, 0, 4, 0, -2, 5, 0, 0, 2, -1, 0 }, 119.42302, 0.00002, 0.065 }, + { { 0, 0, 4, 0, -1, 0, 0, 0, -2, 0, 0 }, 66.11883, 0.00006, 0.048 }, + { { 0, 0, 4, 0, -1, 0, 0, 0, -2, 1, 0 }, 64.73120, 0.00003, 0.132 }, + { { 0, 0, 4, 0, -1, 0, 0, 0, 0, 0, 0 }, 73.78519, 0.00001, 0.255 }, + { { 0, 0, 4, 0, -1, 0, 0, 0, 2, -1, 0 }, 317.91238, 0.00003, 0.065 }, + { { 0, 0, 4, 0, -1, 0, 0, 0, 2, 0, 0 }, 168.04955, 0.00007, 0.035 }, + { { 0, 0, 4, 0, 0, -5, 0, 0, 2, 0, 0 }, 92.67342, 0.00001, 0.035 }, + { { 0, 0, 4, 0, 0, -4, 0, 0, -2, 0, 0 }, 176.17132, 0.00003, 0.048 }, + { { 0, 0, 4, 0, 0, -4, 0, 0, 0, 0, 0 }, 177.49605, 0.00001, 0.259 }, + { { 0, 0, 4, 0, 0, -4, 0, 0, 2, -1, 0 }, 179.88721, 0.00005, 0.065 }, + { { 0, 0, 4, 0, 0, -4, 0, 0, 2, 0, 0 }, 359.88722, 0.00003, 0.035 }, + { { 0, 0, 4, 0, 0, -3, 0, 0, -2, 0, 0 }, 74.94416, 0.00002, 0.048 }, + { { 0, 0, 4, 0, 0, -2, 0, 0, -2, 0, 0 }, 333.83422, 0.00003, 0.048 }, + { { 0, 0, 4, 0, 0, -2, 0, 0, 0, 0, 0 }, 334.42674, 0.00001, 0.254 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0 }, 200.82458, 0.00003, 0.250 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 2, -3, 0 }, 306.54187, 0.00003, 0.091 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 2, -2, 0 }, 128.06472, 0.00004, 0.449 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 2, 0, -2 }, 308.22368, 0.00003, 0.528 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 2, 0, 0 }, 128.14308, 0.00008, 0.035 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 2, 2, 0 }, 128.21587, 0.00002, 0.018 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 4, -2, 0 }, 308.11929, 0.00001, 0.037 }, + { { 0, 0, 4, 0, 1, 0, 0, 0, 2, -1, 0 }, 119.69063, 0.00004, 0.064 }, + { { 0, 0, 4, 0, 1, 0, 0, 0, 2, 0, 0 }, 297.34397, 0.00006, 0.035 }, + { { 0, 0, 4, 0, 2, -5, 0, 0, 2, -3, 0 }, 318.69333, 0.00002, 0.091 }, + { { 0, 0, 4, 0, 2, -5, 0, 0, 2, -2, 0 }, 319.51461, 0.00002, 0.449 }, + { { 0, 0, 4, 0, 2, -5, 0, 0, 2, -1, 0 }, 318.69333, 0.00002, 0.065 }, + { { 0, 0, 4, 1, -2, 0, 0, 0, 2, 0, 0 }, 98.62210, 0.00002, 0.034 }, + { { 0, 0, 4, 1, -1, 0, 0, 0, 2, 0, 0 }, 305.30141, 0.00002, 0.034 }, + { { 0, 0, 4, 2, -2, 0, 0, 0, 2, 0, 0 }, 127.97736, 0.00002, 0.034 }, + { { 0, 0, 5, -14, 4, 0, 0, 0, -2, 0, 2 }, 258.79860, 0.00002, 855.192 }, + { { 0, 0, 5, -12, 0, 0, 0, 0, -2, 1, 0 }, 324.39407, 0.00002, 0.078 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, 0, 0, 0 }, 230.88636, 0.00005, 1.179 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, 2, -1, 0 }, 305.78646, 0.00005, 0.094 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, 2, 0, 0 }, 306.92615, 0.00005, 0.042 }, + { { 0, 0, 5, -11, 1, 0, 0, 0, 0, 0, 0 }, 216.97294, 0.00001, 1.309 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, -2, 0, 0 }, 212.75052, 0.00006, 0.040 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, -2, 1, 0 }, 212.49394, 0.00008, 0.085 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, 0, -1, 0 }, 212.13522, 0.00017, 0.074 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, 0, 0, 0 }, 214.34109, 0.00093, 3.156 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, 0, 1, 0 }, 213.37875, 0.00019, 0.077 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, 2, -1, 0 }, 221.37705, 0.00012, 0.090 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, 2, 0, 0 }, 219.00556, 0.00010, 0.041 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, 2, 1, 0 }, 219.67365, 0.00002, 0.027 }, + { { 0, 0, 5, -10, 2, 0, 0, 0, 0, 0, 0 }, 273.49303, 0.00002, 6.746 }, + { { 0, 0, 5, -10, 3, 0, 0, 0, 0, 0, 0 }, 39.88925, 0.00003, 15.643 }, + { { 0, 0, 5, -9, -2, 0, 0, 0, 0, -1, 0 }, 178.69326, 0.00002, 0.076 }, + { { 0, 0, 5, -9, -2, 0, 0, 0, 0, 0, 0 }, 358.15307, 0.00001, 21.630 }, + { { 0, 0, 5, -9, -2, 0, 0, 0, 0, 1, 0 }, 178.69326, 0.00002, 0.075 }, + { { 0, 0, 5, -9, -1, 0, 0, 0, 0, -1, 0 }, 24.30080, 0.00001, 0.076 }, + { { 0, 0, 5, -9, -1, 0, 0, 0, 0, 1, 0 }, 24.30080, 0.00001, 0.075 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -4, 0, 0 }, 243.82592, 0.00002, 0.020 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -4, 2, 0 }, 243.70326, 0.00002, 0.044 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -2, -1, 0 }, 243.41253, 0.00010, 0.026 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -2, 0, 0 }, 243.74940, 0.00095, 0.041 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -2, 0, 2 }, 243.84146, 0.00002, 0.431 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -2, 1, 0 }, 244.04576, 0.00146, 0.089 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -2, 2, 0 }, 243.87032, 0.00006, 0.503 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -1, 0, 0 }, 63.28656, 0.00001, 0.082 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -1, 2, 0 }, 63.28656, 0.00001, 0.070 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, -2, 0 }, 240.43723, 0.00007, 0.038 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, -1, 0 }, 241.18261, 0.00130, 0.077 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, 0, 0 }, 242.29669, 0.00676, 4.655 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, 1, 0 }, 240.95514, 0.00125, 0.074 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, 2, 0 }, 240.77241, 0.00008, 0.037 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 1, 0, -1 }, 324.74671, 0.00002, 1.192 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 2, -2, 0 }, 243.01247, 0.00005, 0.641 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 2, -1, 0 }, 243.52582, 0.00115, 0.085 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 2, 0, -2 }, 243.15886, 0.00002, 0.528 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 2, 0, 0 }, 243.13692, 0.00068, 0.040 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 2, 1, 0 }, 242.90020, 0.00008, 0.026 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 4, -2, 0 }, 243.17054, 0.00001, 0.043 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 4, -1, 0 }, 243.21348, 0.00002, 0.027 }, + { { 0, 0, 5, -9, 1, 0, 0, 0, 0, 0, 0 }, 274.96725, 0.00001, 3.343 }, + { { 0, 0, 5, -9, 2, 0, 0, 0, 0, 0, 0 }, 302.11384, 0.00001, 2.608 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -4, 0, 0 }, 271.97857, 0.00002, 0.021 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -4, 1, 0 }, 271.99112, 0.00001, 0.028 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -4, 2, 0 }, 272.08664, 0.00002, 0.045 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -2, -1, 0 }, 271.97805, 0.00010, 0.027 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -2, 0, 0 }, 271.98380, 0.00110, 0.042 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -2, 0, 2 }, 271.97491, 0.00002, 0.350 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -2, 1, 0 }, 272.00141, 0.00151, 0.093 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -2, 2, 0 }, 271.97450, 0.00005, 0.397 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -1, -1, 1 }, 174.29636, 0.00007, 0.087 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -1, 0, 0 }, 92.81867, 0.00002, 0.086 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -1, 0, 1 }, 354.31648, 0.00001, 0.555 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 0, -2, 0 }, 271.88281, 0.00006, 0.039 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 0, -1, 0 }, 273.52474, 0.00092, 0.080 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 0, 0, 0 }, 272.05502, 0.00474, 1.340 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 0, 1, 0 }, 271.88587, 0.00080, 0.071 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 0, 2, 0 }, 271.85455, 0.00005, 0.037 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 1, -3, 1 }, 174.47222, 0.00001, 0.076 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 1, -2, 1 }, 174.30157, 0.00022, 38.061 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 1, -1, 0 }, 273.15148, 0.00003, 7.118 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 1, -1, 1 }, 354.29617, 0.00034, 0.075 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 1, 0, -1 }, 354.30935, 0.00017, 3.255 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 1, 0, 0 }, 272.81866, 0.00012, 0.076 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 2, -2, 0 }, 2.25083, 0.00002, 0.973 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 2, -1, 0 }, 287.37653, 0.00066, 0.082 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 2, 0, 0 }, 276.30214, 0.00035, 0.039 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 2, 1, 0 }, 273.05120, 0.00004, 0.026 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 4, -3, 0 }, 44.70941, 0.00001, 0.096 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 4, -2, 0 }, 44.97180, 0.00004, 0.042 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 4, -1, 0 }, 17.57901, 0.00002, 0.027 }, + { { 0, 0, 5, -8, 1, 0, 0, 0, 0, 0, 0 }, 308.63033, 0.00001, 1.204 }, + { { 0, 0, 5, -8, 1, 5, 0, 0, -2, 0, 0 }, 174.66766, 0.00007, 0.042 }, + { { 0, 0, 5, -8, 1, 5, 0, 0, -2, 1, 0 }, 174.78519, 0.00007, 0.095 }, + { { 0, 0, 5, -8, 1, 5, 0, 0, 0, -1, 0 }, 172.88920, 0.00001, 0.082 }, + { { 0, 0, 5, -8, 1, 5, 0, 0, 0, 0, 0 }, 172.23896, 0.00010, 0.999 }, + { { 0, 0, 5, -8, 1, 5, 0, 0, 0, 1, 0 }, 172.88920, 0.00001, 0.070 }, + { { 0, 0, 5, -8, 2, 0, 0, 0, 0, 0, 0 }, 327.56132, 0.00002, 1.093 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -6, 1, 0 }, 184.53121, 0.00001, 0.017 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -4, -2, 0 }, 184.42887, 0.00002, 0.013 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -4, -1, 0 }, 184.15184, 0.00003, 0.016 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -4, 0, 0 }, 184.36099, 0.00017, 0.021 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -4, 1, 0 }, 184.59433, 0.00040, 0.028 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -4, 2, 0 }, 184.95020, 0.00017, 0.046 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -3, 0, 0 }, 184.68618, 0.00002, 0.028 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -3, 1, 0 }, 4.68618, 0.00001, 0.044 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -3, 3, 0 }, 4.68618, 0.00001, 0.273 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, -2, 0 }, 184.28617, 0.00011, 0.020 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, -1, 0 }, 184.49564, 0.00088, 0.027 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, -1, 2 }, 4.96957, 0.00001, 0.099 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 0, -2 }, 5.09862, 0.00002, 0.020 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 0, 0 }, 184.81755, 0.00897, 0.042 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 0, 2 }, 184.77332, 0.00014, 0.322 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 1, 0 }, 185.26257, 0.00962, 0.095 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 1, 2 }, 4.96957, 0.00001, 0.061 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 2, 0 }, 185.80785, 0.00037, 0.361 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 3, 0 }, 185.99934, 0.00003, 0.062 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -1, 0, 0 }, 9.17382, 0.00004, 0.088 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -1, 1, 0 }, 4.56870, 0.00001, 0.530 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, -3, 0 }, 183.91012, 0.00001, 0.026 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, -2, 0 }, 184.89408, 0.00031, 0.039 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, -1, 0 }, 185.63585, 0.00353, 0.082 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, 0, 0 }, 187.28372, 0.01091, 1.001 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, 1, 0 }, 191.80940, 0.00097, 0.070 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, 2, 0 }, 267.96509, 0.00001, 0.036 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 1, 0, 0 }, 158.37729, 0.00004, 0.075 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 2, -2, 0 }, 180.86025, 0.00003, 1.291 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 2, -1, 0 }, 0.53934, 0.00040, 0.080 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 2, 0, -2 }, 1.73539, 0.00004, 0.902 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 2, 0, 0 }, 1.02559, 0.00052, 0.039 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 2, 1, 0 }, 1.67263, 0.00004, 0.026 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 2, 2, 0 }, 3.72668, 0.00002, 0.019 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 4, -2, 0 }, 3.75594, 0.00002, 0.042 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 4, -1, 0 }, 3.31546, 0.00004, 0.027 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 4, 0, 0 }, 6.12257, 0.00001, 0.020 }, + { { 0, 0, 5, -8, 5, -5, 0, 0, -2, 0, 0 }, 319.67278, 0.00002, 0.042 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -4, 0, 0 }, 126.48274, 0.00002, 0.021 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -4, 1, 0 }, 126.37873, 0.00002, 0.029 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -4, 2, 0 }, 126.74498, 0.00002, 0.046 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, -2, 0 }, 126.60846, 0.00002, 0.020 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, -1, 0 }, 126.35822, 0.00011, 0.027 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, 0, 0 }, 127.36827, 0.00141, 0.043 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, 0, 2 }, 126.69205, 0.00002, 0.295 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, 1, 0 }, 126.21393, 0.00158, 0.098 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, 2, 0 }, 127.21115, 0.00007, 0.328 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -1, 0, 1 }, 206.01899, 0.00001, 0.429 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, -2, 0 }, 124.55419, 0.00011, 0.040 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, -1, 0 }, 124.12575, 0.00159, 0.083 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, 0, 0 }, 123.47048, 0.00534, 0.782 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, 1, 0 }, 123.14434, 0.00086, 0.069 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, 2, 0 }, 123.26854, 0.00006, 0.036 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 1, -1, -1 }, 204.44314, 0.00003, 0.077 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 1, -1, 1 }, 24.82448, 0.00002, 0.072 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 1, 0, -1 }, 204.45995, 0.00026, 4.456 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 1, 0, 1 }, 24.42966, 0.00003, 0.037 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 1, 1, -1 }, 204.44314, 0.00003, 0.074 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, -3, 0 }, 298.58475, 0.00001, 0.073 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, -2, 0 }, 304.13691, 0.00018, 2.017 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, -1, 0 }, 301.81663, 0.00178, 0.078 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, 0, -2 }, 302.45037, 0.00002, 1.206 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, 0, 0 }, 302.94665, 0.00019, 0.038 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, 1, 0 }, 302.79273, 0.00002, 0.025 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 4, -2, 0 }, 301.35623, 0.00002, 0.041 }, + { { 0, 0, 5, -7, 2, 0, 0, 0, 2, 0, 0 }, 0.52397, 0.00001, 0.038 }, + { { 0, 0, 5, -7, 3, 0, 0, 0, 2, -1, 0 }, 137.11477, 0.00002, 0.077 }, + { { 0, 0, 5, -6, -2, 0, 0, 0, 2, -1, 0 }, 274.03927, 0.00003, 0.076 }, + { { 0, 0, 5, -6, -1, 0, 0, 0, 2, -3, 0 }, 268.86865, 0.00001, 0.075 }, + { { 0, 0, 5, -6, -1, 0, 0, 0, 2, -2, 0 }, 301.35082, 0.00001, 20.650 }, + { { 0, 0, 5, -6, -1, 0, 0, 0, 2, -1, 0 }, 295.76891, 0.00003, 0.076 }, + { { 0, 0, 5, -6, 0, -1, 0, 0, 2, -2, 0 }, 269.30943, 0.00006, 518.400 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -4, 1, 0 }, 165.92111, 0.00002, 0.029 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -2, -2, 0 }, 330.10195, 0.00001, 0.020 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -2, -1, 0 }, 235.33022, 0.00002, 0.028 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -2, 0, 0 }, 169.25784, 0.00073, 0.044 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -2, 1, 0 }, 166.76850, 0.00085, 0.103 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -2, 2, 0 }, 169.60530, 0.00003, 0.279 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, -3, 0 }, 331.85017, 0.00006, 0.026 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, -2, 0 }, 331.45395, 0.00072, 0.040 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, -1, -2 }, 151.74184, 0.00002, 0.026 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, -1, 0 }, 331.17373, 0.00838, 0.087 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, 0, 0 }, 157.54097, 0.00195, 0.553 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, 1, 0 }, 156.02960, 0.00038, 0.066 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, 2, 0 }, 154.39915, 0.00003, 0.035 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 1, -1, 0 }, 151.74187, 0.00004, 1.084 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 1, 0, -1 }, 237.30839, 0.00010, 1.323 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 1, 0, 0 }, 149.01946, 0.00002, 0.071 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -4, 0 }, 332.79334, 0.00003, 0.038 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -3, 0 }, 332.76317, 0.00044, 0.076 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -2, -2 }, 152.05447, 0.00001, 0.037 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -2, 0 }, 331.68291, 0.01682, 27.873 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -2, 2 }, 152.05447, 0.00001, 0.037 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -1, -2 }, 151.70597, 0.00009, 0.074 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -1, 0 }, 151.73240, 0.04282, 0.075 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -1, 2 }, 331.74180, 0.00009, 0.025 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, 0, -2 }, 331.55923, 0.00006, 3.360 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, 0, 0 }, 151.78604, 0.00263, 0.038 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, 0, 2 }, 331.74176, 0.00002, 0.019 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, 1, -2 }, 151.50608, 0.00001, 0.077 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, 1, 0 }, 151.70539, 0.00016, 0.025 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 3, -1, 0 }, 331.74191, 0.00002, 0.039 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 4, -3, 0 }, 331.33561, 0.00028, 0.087 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 4, -2, 0 }, 151.79152, 0.00038, 0.040 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 4, -1, 0 }, 151.75356, 0.00037, 0.026 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 4, 0, 0 }, 151.73124, 0.00006, 0.019 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 6, -2, 0 }, 151.75346, 0.00001, 0.020 }, + { { 0, 0, 5, -6, 1, 0, 0, 0, 0, 0, 0 }, 5.38713, 0.00001, 0.528 }, + { { 0, 0, 5, -6, 2, 0, 0, 0, 2, -2, 0 }, 209.02969, 0.00002, 4.890 }, + { { 0, 0, 5, -5, -1, 0, 0, 0, -2, 0, 0 }, 327.43867, 0.00001, 0.044 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, -2, -1, 0 }, 137.14940, 0.00004, 0.028 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, -2, 0, 0 }, 133.48680, 0.00024, 0.045 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, -2, 1, 0 }, 136.28595, 0.00021, 0.109 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, -2, 0 }, 4.13794, 0.00002, 0.041 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, -1, 0 }, 19.19138, 0.00028, 0.092 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, 0, 0 }, 173.74343, 0.00128, 0.427 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, 1, 0 }, 175.78756, 0.00022, 0.064 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, 2, 0 }, 171.96334, 0.00002, 0.035 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 1, 0, -1 }, 282.35470, 0.00004, 0.777 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, -2, 0 }, 179.24188, 0.00005, 1.762 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, -1, 0 }, 179.30738, 0.00261, 0.072 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, 0, -2 }, 180.70395, 0.00018, 4.273 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, 0, 0 }, 2.36053, 0.00020, 0.037 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, 1, 0 }, 0.38197, 0.00005, 0.025 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 4, -2, 0 }, 179.52680, 0.00004, 0.040 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 4, -1, 0 }, 178.07452, 0.00001, 0.026 }, + { { 0, 0, 5, -5, 2, 0, 0, 0, 0, 0, 0 }, 57.36918, 0.00001, 0.398 }, + { { 0, 0, 5, -4, -2, 0, 0, 0, -2, 0, 0 }, 149.14299, 0.00001, 0.045 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, -2, -1, 0 }, 86.58657, 0.00002, 0.028 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, -2, 0, 0 }, 88.53538, 0.00017, 0.046 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, -2, 1, 0 }, 87.04942, 0.00013, 0.116 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 0, -2, 0 }, 255.58031, 0.00001, 0.042 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 0, -1, 0 }, 249.70883, 0.00016, 0.096 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 0, 0, 0 }, 86.60589, 0.00008, 0.348 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 0, 1, 0 }, 67.96159, 0.00004, 0.062 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 1, 0, -1 }, 309.95016, 0.00004, 0.550 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 2, -1, 0 }, 358.54316, 0.00013, 0.070 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 2, 0, 0 }, 206.47643, 0.00005, 0.036 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 3, -1, -1 }, 309.94012, 0.00003, 0.075 }, + { { 0, 0, 5, -3, -1, 0, 0, 0, 0, 0, 0 }, 197.92809, 0.00001, 0.301 }, + { { 0, 0, 5, -3, 0, 0, 0, 0, -2, 0, 0 }, 327.61837, 0.00003, 0.047 }, + { { 0, 0, 5, -3, 0, 0, 0, 0, 0, 0, 0 }, 315.90909, 0.00001, 0.294 }, + { { 0, 0, 5, -2, 0, 0, 0, 0, -2, 0, 0 }, 50.80135, 0.00002, 0.048 }, + { { 0, 0, 5, -2, 0, 0, 0, 0, 2, -2, 0 }, 266.38515, 0.00002, 0.462 }, + { { 0, 0, 5, -2, 0, 0, 0, 0, 2, 0, 0 }, 266.38515, 0.00002, 0.035 }, + { { 0, 0, 5, 0, -8, 0, 0, 0, 2, 0, 0 }, 30.77839, 0.00001, 0.034 }, + { { 0, 0, 5, 0, -7, 0, 0, 0, -2, 0, 0 }, 195.14696, 0.00002, 0.049 }, + { { 0, 0, 5, 0, -7, 0, 0, 0, 2, -1, 0 }, 200.50710, 0.00005, 0.063 }, + { { 0, 0, 5, 0, -7, 0, 0, 0, 2, 0, 0 }, 20.50710, 0.00005, 0.034 }, + { { 0, 0, 5, 0, -7, 5, 0, 0, 2, -2, 0 }, 347.68989, 0.00001, 0.356 }, + { { 0, 0, 5, 0, -7, 5, 0, 0, 2, 0, 0 }, 167.68989, 0.00001, 0.034 }, + { { 0, 0, 5, 0, -6, 0, 0, 0, -2, 0, 0 }, 182.56487, 0.00005, 0.049 }, + { { 0, 0, 5, 0, -6, 0, 0, 0, -2, 1, 0 }, 182.66173, 0.00002, 0.143 }, + { { 0, 0, 5, 0, -6, 0, 0, 0, 0, -1, 0 }, 10.05168, 0.00002, 0.114 }, + { { 0, 0, 5, 0, -6, 0, 0, 0, 0, 0, 0 }, 180.19734, 0.00001, 0.223 }, + { { 0, 0, 5, 0, -6, 0, 0, 0, 0, 1, 0 }, 190.05169, 0.00001, 0.056 }, + { { 0, 0, 5, 0, -6, 0, 0, 0, 2, -2, 0 }, 190.05168, 0.00001, 0.368 }, + { { 0, 0, 5, 0, -6, 0, 0, 0, 2, -1, 0 }, 190.05168, 0.00021, 0.063 }, + { { 0, 0, 5, 0, -6, 0, 0, 0, 2, 0, 0 }, 9.87338, 0.00012, 0.034 }, + { { 0, 0, 5, 0, -6, 0, 0, 0, 2, 1, 0 }, 10.05168, 0.00003, 0.024 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, -2, 0, 0 }, 165.09018, 0.00014, 0.050 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, -2, 1, 0 }, 164.99957, 0.00006, 0.145 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 0, -1, 0 }, 20.46082, 0.00002, 0.115 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 0, 0, 0 }, 139.95599, 0.00002, 0.218 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 0, 1, 0 }, 174.42576, 0.00005, 0.056 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 2, -2, 0 }, 181.76136, 0.00001, 0.357 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 2, -1, 0 }, 178.99764, 0.00050, 0.062 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 2, 0, -2 }, 179.14282, 0.00002, 0.405 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 2, 0, 0 }, 359.31534, 0.00032, 0.034 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 2, 1, 0 }, 359.10517, 0.00006, 0.023 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 4, -1, 0 }, 359.14281, 0.00003, 0.025 }, + { { 0, 0, 5, 0, -4, 0, 0, 0, -2, 0, 0 }, 62.82266, 0.00011, 0.050 }, + { { 0, 0, 5, 0, -4, 0, 0, 0, -2, 1, 0 }, 62.95072, 0.00007, 0.147 }, + { { 0, 0, 5, 0, -4, 0, 0, 0, 0, -1, 0 }, 246.25800, 0.00002, 0.116 }, + { { 0, 0, 5, 0, -4, 0, 0, 0, 0, 0, 0 }, 65.41392, 0.00002, 0.214 }, + { { 0, 0, 5, 0, -4, 0, 0, 0, 0, 1, 0 }, 58.17690, 0.00001, 0.056 }, + { { 0, 0, 5, 0, -4, 0, 0, 0, 2, -1, 0 }, 18.49793, 0.00006, 0.062 }, + { { 0, 0, 5, 0, -4, 0, 0, 0, 2, 0, 0 }, 195.99402, 0.00006, 0.034 }, + { { 0, 0, 5, 0, -3, -5, 0, 0, 2, -2, 0 }, 187.92329, 0.00001, 0.357 }, + { { 0, 0, 5, 0, -3, -5, 0, 0, 2, 0, 0 }, 7.92329, 0.00001, 0.034 }, + { { 0, 0, 5, 0, -3, 0, 0, 0, -2, 0, 0 }, 319.22020, 0.00006, 0.050 }, + { { 0, 0, 5, 0, -3, 0, 0, 0, -2, 1, 0 }, 315.20942, 0.00003, 0.148 }, + { { 0, 0, 5, 0, -3, 0, 0, 0, 0, 0, 0 }, 316.15638, 0.00001, 0.211 }, + { { 0, 0, 5, 0, -3, 5, 0, 0, 2, 0, 0 }, 298.87575, 0.00001, 0.034 }, + { { 0, 0, 5, 0, -2, 0, 0, 0, -2, 0, 0 }, 228.39841, 0.00004, 0.050 }, + { { 0, 0, 5, 0, -2, 0, 0, 0, -2, 1, 0 }, 227.71796, 0.00001, 0.150 }, + { { 0, 0, 5, 0, -2, 0, 0, 0, 2, -1, 0 }, 248.04316, 0.00002, 0.061 }, + { { 0, 0, 5, 0, -2, 0, 0, 0, 2, 0, 0 }, 250.55612, 0.00005, 0.034 }, + { { 0, 0, 5, 0, -1, 0, 0, 0, 0, -1, 0 }, 309.53050, 0.00001, 0.120 }, + { { 0, 0, 5, 0, -1, 0, 0, 0, 0, 1, 0 }, 309.53050, 0.00001, 0.055 }, + { { 0, 0, 5, 0, -1, 0, 0, 0, 2, -3, 0 }, 130.41171, 0.00001, 0.099 }, + { { 0, 0, 5, 0, -1, 0, 0, 0, 2, -2, 0 }, 309.97545, 0.00004, 0.318 }, + { { 0, 0, 5, 0, -1, 0, 0, 0, 2, 0, 0 }, 311.02969, 0.00004, 0.034 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, -2, 0, 0 }, 302.15328, 0.00002, 0.051 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, -2, 2, 0 }, 302.15328, 0.00002, 0.148 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 0, -2, 0 }, 158.01872, 0.00001, 0.046 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0 }, 14.86713, 0.00004, 0.200 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 0, 2, 0 }, 37.36581, 0.00001, 0.032 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 2, -2, 0 }, 197.95044, 0.00003, 0.310 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 4, 0, 0 }, 215.58729, 0.00003, 0.018 }, + { { 0, 0, 5, 0, 1, -5, 0, 0, 2, 0, 0 }, 138.27989, 0.00001, 0.034 }, + { { 0, 0, 6, -16, 4, 5, 0, 0, 0, 0, 0 }, 98.55429, 0.00003, 0.500 }, + { { 0, 0, 6, -16, 4, 5, 0, 0, 2, -1, 0 }, 98.55429, 0.00006, 0.105 }, + { { 0, 0, 6, -16, 4, 5, 0, 0, 2, 0, 0 }, 98.55429, 0.00007, 0.044 }, + { { 0, 0, 6, -15, 0, 0, 0, 0, 2, 0, 0 }, 0.78529, 0.00002, 0.044 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, 0, -1, 0 }, 274.74257, 0.00001, 0.071 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, 0, 0, 0 }, 270.37797, 0.00006, 1.097 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, 0, 1, 0 }, 274.74257, 0.00001, 0.081 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, 2, -1, 0 }, 283.39219, 0.00006, 0.095 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, 2, 0, 0 }, 283.39219, 0.00005, 0.042 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, -2, 0, 0 }, 182.30484, 0.00001, 0.040 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, -2, 1, 0 }, 182.30747, 0.00002, 0.084 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, 0, -1, 0 }, 184.20191, 0.00005, 0.073 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, 0, 0, 0 }, 186.11080, 0.00028, 2.630 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, 0, 1, 0 }, 184.20191, 0.00005, 0.078 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, 2, -1, 0 }, 193.94016, 0.00003, 0.090 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, 2, 0, 0 }, 193.94016, 0.00003, 0.041 }, + { { 0, 0, 6, -12, 2, 0, 0, 0, 0, -1, 0 }, 229.81270, 0.00001, 0.074 }, + { { 0, 0, 6, -12, 2, 0, 0, 0, 0, 1, 0 }, 229.81270, 0.00001, 0.077 }, + { { 0, 0, 6, -12, 3, 0, 0, 0, 0, 0, 0 }, 46.09829, 0.00005, 7.856 }, + { { 0, 0, 6, -11, -2, 0, 0, 0, 0, -1, 0 }, 332.61770, 0.00001, 0.075 }, + { { 0, 0, 6, -11, -2, 0, 0, 0, 0, 0, 0 }, 150.58295, 0.00001, 58.360 }, + { { 0, 0, 6, -11, -2, 0, 0, 0, 0, 1, 0 }, 332.61770, 0.00001, 0.076 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, -4, 1, 0 }, 214.83415, 0.00001, 0.028 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, -4, 2, 0 }, 214.85246, 0.00001, 0.044 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, -2, -1, 0 }, 214.83766, 0.00007, 0.026 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, -2, 0, 0 }, 214.72072, 0.00064, 0.041 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, -2, 0, 2 }, 214.85233, 0.00001, 0.443 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, -2, 1, 0 }, 215.26000, 0.00099, 0.088 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, -2, 2, 0 }, 214.88208, 0.00004, 0.519 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, -2, 0 }, 212.79378, 0.00006, 0.038 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, -1, 0 }, 211.86189, 0.00096, 0.076 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, 0, 0 }, 213.13032, 0.00506, 6.602 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, 1, 0 }, 211.63600, 0.00092, 0.075 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, 2, 0 }, 211.02357, 0.00005, 0.038 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 1, 0, -1 }, 295.64939, 0.00001, 1.108 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 2, -2, 0 }, 214.11202, 0.00003, 0.616 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 2, -1, 0 }, 214.68275, 0.00082, 0.086 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 2, 0, -2 }, 214.22894, 0.00001, 0.511 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 2, 0, 0 }, 214.16791, 0.00050, 0.040 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 2, 1, 0 }, 214.29315, 0.00005, 0.026 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 4, -2, 0 }, 214.27082, 0.00001, 0.043 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 4, -1, 0 }, 214.26988, 0.00002, 0.027 }, + { { 0, 0, 6, -11, 3, 0, 0, 0, 0, 0, 0 }, 78.42278, 0.00002, 2.473 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, -4, 1, 0 }, 243.25477, 0.00001, 0.028 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, -2, -1, 0 }, 243.25397, 0.00004, 0.027 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, -2, 0, 0 }, 243.24841, 0.00039, 0.042 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, -2, 1, 0 }, 243.32955, 0.00054, 0.093 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, -2, 2, 0 }, 243.25575, 0.00003, 0.407 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, -1, -1, 1 }, 324.93216, 0.00002, 0.087 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, -2, 0 }, 240.91973, 0.00001, 0.039 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, -1, 0 }, 242.38046, 0.00033, 0.080 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, 0, 0 }, 242.97277, 0.00175, 1.464 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, 1, 0 }, 242.32738, 0.00027, 0.072 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, 2, 0 }, 242.37240, 0.00002, 0.037 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 1, -2, 1 }, 144.93679, 0.00006, 26.959 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 1, -1, 1 }, 144.93216, 0.00011, 0.076 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 1, 0, -1 }, 324.92941, 0.00007, 2.698 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 1, 0, 0 }, 241.12026, 0.00002, 0.077 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 2, -1, 0 }, 248.55139, 0.00031, 0.082 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 2, 0, 0 }, 243.96720, 0.00017, 0.039 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 2, 1, 0 }, 244.03823, 0.00001, 0.026 }, + { { 0, 0, 6, -10, 2, 0, 0, 0, 0, 0, 0 }, 122.96145, 0.00001, 1.174 }, + { { 0, 0, 6, -10, 3, 0, 0, 0, -2, 0, 0 }, 107.85647, 0.00001, 0.042 }, + { { 0, 0, 6, -10, 3, 0, 0, 0, 0, 0, 0 }, 108.28442, 0.00006, 1.068 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -4, 1, 0 }, 97.48760, 0.00003, 0.029 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -2, -1, 0 }, 97.42020, 0.00008, 0.027 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -2, 0, 0 }, 98.09205, 0.00078, 0.043 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -2, 0, 2 }, 97.55550, 0.00001, 0.301 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -2, 1, 0 }, 97.21796, 0.00091, 0.097 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -2, 2, 0 }, 96.95490, 0.00005, 0.335 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 0, -2, 0 }, 94.97117, 0.00004, 0.040 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 0, -1, 0 }, 95.27586, 0.00087, 0.083 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 0, 0, 0 }, 94.52828, 0.00297, 0.823 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 0, 1, 0 }, 94.54497, 0.00049, 0.069 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 0, 2, 0 }, 94.35962, 0.00003, 0.036 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 1, -2, 0 }, 271.77986, 0.00001, 0.077 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 1, -1, -1 }, 174.34205, 0.00003, 0.076 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 1, 0, -1 }, 174.36543, 0.00021, 6.208 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 1, 0, 0 }, 91.77986, 0.00001, 0.074 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 1, 0, 1 }, 354.33538, 0.00002, 0.037 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 1, 1, -2 }, 94.31568, 0.00004, 176.039 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 1, 1, -1 }, 174.34205, 0.00003, 0.075 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 2, -2, 0 }, 274.27676, 0.00006, 1.788 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 2, -1, 0 }, 272.60679, 0.00076, 0.079 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 2, 0, 0 }, 275.10754, 0.00006, 0.039 }, + { { 0, 0, 6, -8, -2, 0, 0, 0, 0, 0, 0 }, 244.02891, 0.00001, 0.634 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, -4, 1, 0 }, 132.65166, 0.00001, 0.029 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, -2, -1, 0 }, 126.49048, 0.00010, 0.028 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, -2, 0, 0 }, 131.57355, 0.00050, 0.043 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, -2, 1, 0 }, 133.35712, 0.00039, 0.103 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, -2, 2, 0 }, 137.24451, 0.00002, 0.284 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, -2, 0 }, 122.70987, 0.00021, 0.040 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, -1, 0 }, 122.62930, 0.00664, 0.087 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, 0, 0 }, 124.51760, 0.00206, 0.573 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, 1, 0 }, 125.54360, 0.00031, 0.067 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, 2, 0 }, 127.04114, 0.00002, 0.035 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 1, -1, 0 }, 302.33645, 0.00003, 1.163 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 1, 0, -1 }, 205.29451, 0.00009, 1.444 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 1, 0, 0 }, 122.24097, 0.00002, 0.071 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -4, 0 }, 301.50396, 0.00005, 0.038 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -3, 0 }, 301.49163, 0.00067, 0.075 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -2, -2 }, 122.33781, 0.00002, 0.037 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -2, 0 }, 302.35646, 0.02023, 36.376 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -2, 2 }, 122.33781, 0.00002, 0.037 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -1, -2 }, 302.33625, 0.00006, 0.073 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -1, 0 }, 302.34346, 0.03317, 0.076 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -1, 2 }, 122.33633, 0.00006, 0.025 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, 0, -2 }, 302.50480, 0.00003, 2.770 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, 0, 0 }, 302.30181, 0.00243, 0.038 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, 1, 0 }, 302.36876, 0.00018, 0.025 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 4, -3, 0 }, 302.72996, 0.00031, 0.087 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 4, -2, 0 }, 302.35524, 0.00066, 0.040 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 4, -1, 0 }, 302.34702, 0.00034, 0.026 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 4, 0, 0 }, 302.25641, 0.00003, 0.020 }, + { { 0, 0, 6, -8, 0, 1, 0, 0, 2, -2, 0 }, 164.89208, 0.00002, 154.875 }, + { { 0, 0, 6, -8, 1, 0, 0, 0, 0, 0, 0 }, 356.85537, 0.00001, 0.546 }, + { { 0, 0, 6, -8, 1, 0, 0, 0, 2, -1, 0 }, 288.17658, 0.00003, 0.075 }, + { { 0, 0, 6, -8, 2, 0, 0, 0, 2, 0, 0 }, 180.28671, 0.00001, 0.038 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, -4, 1, 0 }, 82.36849, 0.00003, 0.029 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, -2, -1, 0 }, 82.67342, 0.00006, 0.028 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, -2, 0, 0 }, 82.38089, 0.00054, 0.044 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, -2, 1, 0 }, 82.82372, 0.00046, 0.105 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, -2, 2, 0 }, 82.64769, 0.00002, 0.265 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, 0, -1, 0 }, 84.18299, 0.00011, 0.089 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, 0, 0, 0 }, 84.49691, 0.00024, 0.500 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, 2, -3, 0 }, 112.22020, 0.00001, 0.077 }, + { { 0, 0, 6, -7, -6, 0, 0, 0, 2, -2, 0 }, 194.08565, 0.00002, 612.237 }, + { { 0, 0, 6, -7, -2, 0, 0, 0, 2, -1, -2 }, 272.41906, 0.00002, 0.075 }, + { { 0, 0, 6, -7, -2, 0, 0, 0, 2, 0, -2 }, 274.94253, 0.00010, 483.014 }, + { { 0, 0, 6, -7, -2, 0, 0, 0, 2, 1, -2 }, 272.41906, 0.00002, 0.075 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, -2, -1, 0 }, 121.14559, 0.00003, 0.028 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, -2, 0, 0 }, 115.83856, 0.00018, 0.045 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, -2, 1, 0 }, 120.29311, 0.00017, 0.109 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 0, -2, 0 }, 333.39489, 0.00002, 0.041 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 0, -1, 0 }, 340.22583, 0.00030, 0.091 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 0, 0, 0 }, 146.13823, 0.00103, 0.439 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 0, 1, 0 }, 146.48406, 0.00021, 0.064 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 0, 2, 0 }, 145.72593, 0.00002, 0.035 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 1, 0, -1 }, 239.70707, 0.00006, 0.817 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, -3, 0 }, 154.81416, 0.00002, 0.078 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, -2, 0 }, 151.12720, 0.00003, 1.983 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, -1, -2 }, 151.53437, 0.00001, 0.076 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, -1, 0 }, 150.75692, 0.00264, 0.073 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, 0, -2 }, 151.53437, 0.00025, 5.859 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, 0, 0 }, 332.79125, 0.00017, 0.037 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, 1, -2 }, 151.53437, 0.00001, 0.074 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, 1, 0 }, 331.35103, 0.00005, 0.025 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 4, -2, 0 }, 150.73103, 0.00004, 0.040 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, -2, -1, 0 }, 149.65697, 0.00002, 0.028 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, -2, 0, 0 }, 150.74381, 0.00012, 0.046 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, -2, 1, 0 }, 136.40112, 0.00007, 0.115 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 0, -2, 0 }, 249.70853, 0.00003, 0.042 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 0, -1, 0 }, 231.97904, 0.00036, 0.096 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 0, 0, 0 }, 179.26855, 0.00063, 0.356 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 0, 1, 0 }, 173.09875, 0.00011, 0.062 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 1, 0, -1 }, 283.25603, 0.00003, 0.569 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 2, -2, 0 }, 202.11220, 0.00006, 0.965 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 2, -1, 0 }, 187.68271, 0.00119, 0.070 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 2, 0, -2 }, 180.60929, 0.00004, 1.424 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 2, 0, 0 }, 353.50009, 0.00016, 0.036 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 2, 1, 0 }, 0.54597, 0.00004, 0.025 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 3, -2, -1 }, 103.24638, 0.00004, 55.903 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 3, -1, -1 }, 103.22061, 0.00005, 0.076 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 4, -2, 0 }, 179.88116, 0.00002, 0.039 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 4, -1, 0 }, 0.50711, 0.00001, 0.026 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, -2, 0, 0 }, 41.15904, 0.00005, 0.047 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, -2, 1, 0 }, 41.00893, 0.00002, 0.123 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, 0, -1, 0 }, 236.59217, 0.00004, 0.101 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, 0, 0, 0 }, 53.39052, 0.00002, 0.299 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, 0, 1, 0 }, 34.11417, 0.00002, 0.060 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, 1, 0, -1 }, 309.73176, 0.00002, 0.437 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, 2, -1, 0 }, 30.13399, 0.00014, 0.067 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, 2, 0, 0 }, 208.65293, 0.00006, 0.036 }, + { { 0, 0, 6, -4, 0, 0, 0, 0, -2, 0, 0 }, 327.93194, 0.00002, 0.048 }, + { { 0, 0, 6, 0, -8, 0, 0, 0, 2, -1, 0 }, 200.24811, 0.00002, 0.059 }, + { { 0, 0, 6, 0, -8, 0, 0, 0, 2, 0, 0 }, 20.24811, 0.00002, 0.033 }, + { { 0, 0, 6, 0, -7, 0, 0, 0, 0, 0, 0 }, 10.05180, 0.00001, 0.185 }, + { { 0, 0, 6, 0, -7, 0, 0, 0, 2, -1, 0 }, 189.58455, 0.00004, 0.059 }, + { { 0, 0, 6, 0, -7, 0, 0, 0, 2, 0, 0 }, 9.58455, 0.00004, 0.033 }, + { { 0, 0, 6, 0, -6, 0, 0, 0, -2, 0, 0 }, 162.22589, 0.00002, 0.052 }, + { { 0, 0, 6, 0, -6, 0, 0, 0, 0, 0, 0 }, 5.27556, 0.00002, 0.182 }, + { { 0, 0, 6, 0, -6, 0, 0, 0, 2, -1, 0 }, 178.11715, 0.00010, 0.059 }, + { { 0, 0, 6, 0, -6, 0, 0, 0, 2, 0, 0 }, 358.11714, 0.00009, 0.033 }, + { { 0, 0, 6, 0, -6, 0, 0, 0, 2, 1, 0 }, 358.11714, 0.00001, 0.023 }, + { { 0, 0, 6, 0, -5, 0, 0, 0, -2, 0, 0 }, 59.89367, 0.00003, 0.052 }, + { { 0, 0, 6, 0, -5, 0, 0, 0, 2, -1, 0 }, 23.28472, 0.00002, 0.059 }, + { { 0, 0, 6, 0, -5, 0, 0, 0, 2, 0, 0 }, 203.28534, 0.00002, 0.033 }, + { { 0, 0, 6, 0, -2, 0, 0, 0, 0, 0, 0 }, 308.35719, 0.00001, 0.171 }, + { { 0, 0, 6, 0, -2, 0, 0, 0, 0, 2, 0 }, 308.35719, 0.00001, 0.031 }, + { { 0, 0, 6, 0, 0, 0, 0, 0, 2, -2, 0 }, 322.32527, 0.00001, 0.237 }, + { { 0, 0, 6, 0, 0, 0, 0, 0, 2, -1, 0 }, 326.76203, 0.00002, 0.057 }, + { { 0, 0, 6, 0, 0, 0, 0, 0, 2, 0, 0 }, 322.32527, 0.00001, 0.033 }, + { { 0, 0, 7, -17, 0, -2, 0, 0, -2, 0, 2 }, 356.30915, 0.00004, 997.332 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, -2, -1, 0 }, 175.61736, 0.00002, 0.026 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, -2, 0, 0 }, 175.61736, 0.00002, 0.039 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, -2, 1, 0 }, 175.61736, 0.00007, 0.080 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 0, -1, 0 }, 355.61736, 0.00020, 0.070 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 0, 0, 0 }, 355.61736, 0.00120, 1.000 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 0, 1, 0 }, 355.61736, 0.00027, 0.082 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 2, -2, 0 }, 355.61736, 0.00006, 0.360 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 2, -1, 0 }, 355.61736, 0.00115, 0.095 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 2, 0, -2 }, 355.61736, 0.00001, 0.322 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 2, 0, 0 }, 355.61736, 0.00087, 0.042 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 2, 1, 0 }, 355.61736, 0.00011, 0.027 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 4, -1, 0 }, 355.61736, 0.00004, 0.028 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 4, 0, 0 }, 355.61736, 0.00002, 0.021 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, -2, 1, 0 }, 78.45120, 0.00003, 0.080 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, 0, -1, 0 }, 251.87076, 0.00001, 0.070 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, 0, 0, 0 }, 256.02994, 0.00030, 1.025 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, 0, 1, 0 }, 254.79616, 0.00011, 0.081 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, 2, -1, 0 }, 258.30474, 0.00028, 0.095 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, 2, 0, 0 }, 257.80420, 0.00024, 0.042 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, 2, 1, 0 }, 258.03064, 0.00003, 0.027 }, + { { 0, 0, 7, -14, 0, 0, 0, 0, 0, 0, 0 }, 158.05011, 0.00006, 2.254 }, + { { 0, 0, 7, -14, 1, 0, 0, 0, 0, 0, 0 }, 186.56147, 0.00002, 2.783 }, + { { 0, 0, 7, -14, 3, 0, 0, 0, 0, 0, 0 }, 17.05075, 0.00001, 5.245 }, + { { 0, 0, 7, -13, -1, 0, 0, 0, -2, 0, 0 }, 116.21464, 0.00006, 0.040 }, + { { 0, 0, 7, -13, -1, 0, 0, 0, -2, 1, 0 }, 116.67861, 0.00007, 0.087 }, + { { 0, 0, 7, -13, -1, 0, 0, 0, 0, -1, 0 }, 115.10657, 0.00013, 0.075 }, + { { 0, 0, 7, -13, -1, 0, 0, 0, 0, 0, 0 }, 117.13709, 0.00055, 263.130 }, + { { 0, 0, 7, -13, -1, 0, 0, 0, 0, 1, 0 }, 115.10657, 0.00013, 0.075 }, + { { 0, 0, 7, -13, -1, 0, 0, 0, 2, -1, 0 }, 116.67220, 0.00007, 0.087 }, + { { 0, 0, 7, -13, -1, 0, 0, 0, 2, 0, 0 }, 116.20735, 0.00005, 0.040 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, -4, 1, 0 }, 185.84609, 0.00003, 0.028 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, -4, 2, 0 }, 185.86143, 0.00001, 0.044 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, -2, -1, 0 }, 185.84606, 0.00006, 0.026 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, -2, 0, 0 }, 185.69215, 0.00063, 0.041 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, -2, 0, 2 }, 185.84611, 0.00001, 0.455 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, -2, 1, 0 }, 186.33582, 0.00098, 0.088 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, -2, 2, 0 }, 185.87533, 0.00004, 0.537 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, -2, 0 }, 182.60034, 0.00007, 0.038 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, -1, 0 }, 182.80550, 0.00107, 0.076 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, 0, -2 }, 4.19360, 0.00001, 0.037 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, 0, 0 }, 184.17328, 0.00558, 11.350 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, 0, 2 }, 4.19360, 0.00001, 0.037 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, 1, 0 }, 182.66224, 0.00105, 0.075 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, 2, 0 }, 182.51179, 0.00007, 0.038 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 2, -2, 0 }, 185.34571, 0.00004, 0.593 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 2, -1, 0 }, 185.80209, 0.00087, 0.086 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 2, 0, -2 }, 185.38594, 0.00001, 0.495 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 2, 0, 0 }, 185.24565, 0.00055, 0.040 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 2, 1, 0 }, 185.40037, 0.00005, 0.026 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 4, -1, 0 }, 185.38594, 0.00002, 0.028 }, + { { 0, 0, 7, -13, 1, 0, 0, 0, 0, 0, 0 }, 220.09764, 0.00001, 5.800 }, + { { 0, 0, 7, -13, 3, 0, 0, 0, 0, 0, 0 }, 49.52584, 0.00002, 2.932 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, -2, -1, 0 }, 214.45568, 0.00002, 0.027 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, -2, 0, 0 }, 214.41870, 0.00012, 0.041 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, -2, 1, 0 }, 214.48787, 0.00020, 0.092 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, 0, -1, 0 }, 213.56722, 0.00012, 0.079 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, 0, 0, 0 }, 213.58112, 0.00066, 1.613 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, 0, 1, 0 }, 213.54772, 0.00010, 0.072 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, 1, 0, -1 }, 295.83579, 0.00002, 2.304 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, 2, -1, 0 }, 215.06712, 0.00014, 0.083 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, 2, 0, 0 }, 214.81266, 0.00008, 0.039 }, + { { 0, 0, 7, -12, 3, 0, 0, 0, 0, 0, 0 }, 78.43443, 0.00003, 1.146 }, + { { 0, 0, 7, -11, -2, 0, 0, 0, 0, 0, 0 }, 184.73943, 0.00001, 1.017 }, + { { 0, 0, 7, -11, -1, 0, 0, 0, 1, 0, -1 }, 266.12183, 0.00001, 74.609 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, -4, 1, 0 }, 68.97653, 0.00002, 0.029 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, -2, -1, 0 }, 68.94893, 0.00005, 0.027 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, -2, 0, 0 }, 68.89240, 0.00047, 0.042 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, -2, 1, 0 }, 68.61706, 0.00056, 0.097 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, -2, 2, 0 }, 68.93320, 0.00003, 0.342 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, -2, 0 }, 66.10739, 0.00002, 0.039 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, -1, 0 }, 66.43955, 0.00049, 0.083 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, 0, 0 }, 66.05873, 0.00179, 0.868 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, 1, 0 }, 65.84482, 0.00030, 0.069 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, 2, 0 }, 66.74295, 0.00002, 0.036 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 1, -1, -1 }, 144.33765, 0.00002, 0.076 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 1, 0, -1 }, 144.60955, 0.00017, 10.235 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 1, 0, 1 }, 324.57725, 0.00002, 0.037 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 1, 1, -1 }, 144.33765, 0.00002, 0.075 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 2, -2, 0 }, 247.54797, 0.00003, 1.606 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 2, -1, 0 }, 245.09640, 0.00029, 0.079 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 2, 0, 0 }, 248.94981, 0.00002, 0.039 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, -2, -1, 0 }, 101.11083, 0.00002, 0.028 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, -2, 0, 0 }, 101.35731, 0.00016, 0.043 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, -2, 1, 0 }, 102.11860, 0.00016, 0.102 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 0, -2, 0 }, 93.00024, 0.00005, 0.040 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 0, -1, 0 }, 93.77435, 0.00118, 0.086 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 0, 0, 0 }, 95.10740, 0.00080, 0.594 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 0, 1, 0 }, 96.15972, 0.00013, 0.067 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 1, 0, -1 }, 175.37810, 0.00007, 1.589 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, -3, 0 }, 273.49440, 0.00004, 0.075 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, -2, 0 }, 273.32950, 0.00111, 11.006 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, -1, 0 }, 273.15224, 0.00507, 0.076 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, 0, -2 }, 273.47081, 0.00002, 2.356 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, 0, 0 }, 273.14583, 0.00043, 0.038 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, 1, 0 }, 273.24610, 0.00004, 0.025 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 4, -3, 0 }, 273.24207, 0.00002, 0.088 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 4, -2, 0 }, 273.15997, 0.00008, 0.041 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 4, -1, 0 }, 273.12664, 0.00005, 0.026 }, + { { 0, 0, 7, -10, 1, 0, 0, 0, 2, -2, 0 }, 124.26595, 0.00023, 152.550 }, + { { 0, 0, 7, -10, 1, 0, 0, 0, 2, -1, 0 }, 142.65434, 0.00008, 0.075 }, + { { 0, 0, 7, -10, 2, 0, 0, 0, 2, -2, 0 }, 331.20298, 0.00001, 12.862 }, + { { 0, 0, 7, -10, 2, 0, 0, 0, 2, 0, 0 }, 151.20298, 0.00001, 0.038 }, + { { 0, 0, 7, -9, -2, 0, 0, 0, 0, 0, 0 }, 221.75863, 0.00001, 0.489 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, -2, -2, 0 }, 88.83785, 0.00001, 0.020 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, -2, 0, 0 }, 92.45058, 0.00011, 0.044 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, -2, 1, 0 }, 85.13168, 0.00009, 0.108 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 0, -2, 0 }, 303.81596, 0.00002, 0.041 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 0, -1, 0 }, 306.95728, 0.00022, 0.091 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 0, 0, 0 }, 116.85078, 0.00059, 0.452 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 0, 1, 0 }, 114.65008, 0.00012, 0.065 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 0, 2, 0 }, 119.41381, 0.00002, 0.035 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 1, 0, -1 }, 206.60647, 0.00005, 0.861 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, -2, 0 }, 122.38397, 0.00002, 2.269 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, -1, -2 }, 122.49052, 0.00002, 0.076 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, -1, 0 }, 121.76370, 0.00186, 0.073 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, 0, -2 }, 122.49052, 0.00030, 9.319 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, 0, 0 }, 303.46146, 0.00011, 0.037 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, 1, -2 }, 122.49052, 0.00002, 0.075 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, 1, 0 }, 302.35066, 0.00003, 0.025 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 4, -2, 0 }, 121.64116, 0.00003, 0.040 }, + { { 0, 0, 7, -9, 2, 0, 0, 0, 2, -2, 0 }, 180.07526, 0.00001, 1.641 }, + { { 0, 0, 7, -9, 2, 0, 0, 0, 2, 0, 0 }, 180.07526, 0.00001, 0.037 }, + { { 0, 0, 7, -8, -2, 0, 0, 0, 0, 0, 0 }, 273.10708, 0.00001, 0.388 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, -2, -1, 0 }, 135.90354, 0.00002, 0.028 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, -2, 0, 0 }, 136.55136, 0.00010, 0.045 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, -2, 1, 0 }, 129.53296, 0.00007, 0.114 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 0, -2, 0 }, 350.89078, 0.00001, 0.042 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 0, -1, 0 }, 10.71796, 0.00034, 0.095 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 0, 0, 0 }, 147.41646, 0.00055, 0.364 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 0, 1, 0 }, 148.58967, 0.00013, 0.062 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 0, 2, 0 }, 149.45525, 0.00001, 0.034 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 1, 0, -1 }, 241.33582, 0.00003, 0.591 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 2, -2, 0 }, 106.34533, 0.00002, 1.028 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 2, -1, 0 }, 144.77064, 0.00103, 0.070 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 2, 0, -2 }, 151.32808, 0.00004, 1.565 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 2, 0, 0 }, 336.19107, 0.00020, 0.036 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 2, 1, 0 }, 331.41052, 0.00004, 0.025 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 4, -2, 0 }, 151.21284, 0.00002, 0.039 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 4, -1, 0 }, 331.43484, 0.00001, 0.026 }, + { { 0, 0, 7, -8, 3, 0, 0, 0, -2, 0, 0 }, 339.86251, 0.00003, 0.046 }, + { { 0, 0, 7, -8, 3, 0, 0, 0, -2, 1, 0 }, 339.84781, 0.00001, 0.118 }, + { { 0, 0, 7, -8, 3, 0, 0, 0, 3, -1, -2 }, 338.09533, 0.00002, 204.109 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, -2, 0, 0 }, 167.71851, 0.00006, 0.047 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 0, -1, 0 }, 292.33579, 0.00002, 0.100 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 0, 0, 0 }, 178.63939, 0.00032, 0.305 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 0, 1, 0 }, 176.36074, 0.00006, 0.060 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 1, 0, -1 }, 283.88445, 0.00002, 0.450 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 2, -2, 0 }, 180.40739, 0.00002, 0.665 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 2, -1, 0 }, 181.25212, 0.00050, 0.068 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 2, 0, -2 }, 180.41764, 0.00002, 0.854 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 2, 0, 0 }, 0.85409, 0.00013, 0.036 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 2, 1, 0 }, 0.41049, 0.00003, 0.024 }, + { { 0, 0, 7, -6, -2, 0, 0, 0, 0, 0, 0 }, 330.61425, 0.00002, 0.275 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, -2, 0, 0 }, 43.28949, 0.00003, 0.048 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, -2, 1, 0 }, 35.61937, 0.00001, 0.130 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, 0, -1, 0 }, 181.78258, 0.00002, 0.106 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, 0, 0, 0 }, 40.16200, 0.00002, 0.262 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, 0, 1, 0 }, 29.83486, 0.00001, 0.059 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, 1, 0, -1 }, 309.35216, 0.00001, 0.363 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, 2, -1, 0 }, 29.84516, 0.00010, 0.065 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, 2, 0, 0 }, 209.85072, 0.00006, 0.035 }, + { { 0, 0, 7, 0, -8, 0, 0, 0, 2, 0, 0 }, 8.93110, 0.00002, 0.032 }, + { { 0, 0, 7, 0, -7, 0, 0, 0, 2, -1, 0 }, 176.69842, 0.00003, 0.056 }, + { { 0, 0, 7, 0, -7, 0, 0, 0, 2, 0, 0 }, 356.69842, 0.00003, 0.032 }, + { { 0, 0, 8, -19, 0, 0, 0, 0, -2, 0, 2 }, 202.69618, 0.00003, 180.816 }, + { { 0, 0, 8, -19, 0, 3, 0, 0, 2, 0, 0 }, 277.16115, 0.00003, 0.044 }, + { { 0, 0, 8, -17, 0, 0, 0, 0, -1, 0, 1 }, 175.19440, 0.00005, 66.080 }, + { { 0, 0, 8, -17, 0, 0, 0, 0, 0, -1, 0 }, 234.30832, 0.00001, 0.070 }, + { { 0, 0, 8, -17, 0, 0, 0, 0, 0, 0, 0 }, 234.34277, 0.00006, 0.963 }, + { { 0, 0, 8, -17, 0, 0, 0, 0, 0, 1, 0 }, 234.30832, 0.00001, 0.082 }, + { { 0, 0, 8, -17, 0, 0, 0, 0, 2, -1, 0 }, 232.43473, 0.00005, 0.096 }, + { { 0, 0, 8, -17, 0, 0, 0, 0, 2, 0, 0 }, 232.43473, 0.00004, 0.042 }, + { { 0, 0, 8, -16, 0, 0, 0, 0, 0, 0, 0 }, 121.39490, 0.00002, 1.973 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -4, -1, 0 }, 252.68044, 0.00002, 0.016 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -4, 0, 0 }, 252.68044, 0.00011, 0.020 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -4, 1, 0 }, 252.68044, 0.00029, 0.028 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -4, 2, 0 }, 252.68044, 0.00020, 0.044 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -3, 0, 0 }, 252.68044, 0.00002, 0.027 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -3, 3, 0 }, 72.68044, 0.00001, 0.376 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, -2, 0 }, 252.68044, 0.00007, 0.020 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, -1, 0 }, 252.68044, 0.00068, 0.026 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, -1, 2 }, 72.68044, 0.00001, 0.090 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, 0, -2 }, 72.68044, 0.00002, 0.019 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, 0, 0 }, 252.68044, 0.00865, 0.040 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, 0, 2 }, 252.68044, 0.00021, 0.474 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, 1, -2 }, 72.68044, 0.00003, 0.026 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, 1, 0 }, 252.68044, 0.01709, 0.087 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, 2, 0 }, 252.68044, 0.00083, 0.564 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, 3, 0 }, 252.68044, 0.00006, 0.067 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -1, -1, 0 }, 72.68044, 0.00002, 0.039 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -1, 0, 0 }, 72.68044, 0.00023, 0.081 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -1, 1, 0 }, 72.68044, 0.00005, 1.127 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 0, -3, 0 }, 72.68044, 0.00002, 0.025 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 0, -2, 0 }, 72.68044, 0.00015, 0.038 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 0, -1, 0 }, 72.68044, 0.00199, 0.075 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 0, 0, 0 }, 72.68044, 0.00188, 94316.280 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 0, 1, 0 }, 72.68044, 0.00199, 0.075 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 0, 2, 0 }, 72.68044, 0.00015, 0.038 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 0, 3, 0 }, 72.68044, 0.00002, 0.025 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 1, -1, 0 }, 72.68044, 0.00005, 1.127 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 1, 0, 0 }, 72.68044, 0.00023, 0.081 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 1, 1, 0 }, 72.68044, 0.00002, 0.039 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, -3, 0 }, 252.68044, 0.00006, 0.067 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, -2, 0 }, 252.68044, 0.00083, 0.564 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, -1, 0 }, 252.68044, 0.01709, 0.087 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, -1, 2 }, 72.68044, 0.00003, 0.026 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, 0, -2 }, 252.68044, 0.00021, 0.474 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, 0, 0 }, 252.68044, 0.00865, 0.040 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, 0, 2 }, 72.68044, 0.00002, 0.019 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, 1, -2 }, 72.68044, 0.00001, 0.090 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, 1, 0 }, 252.68044, 0.00068, 0.026 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, 2, 0 }, 252.68044, 0.00007, 0.020 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 3, -3, 0 }, 72.68044, 0.00001, 0.376 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 3, 0, 0 }, 252.68044, 0.00002, 0.027 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 4, -2, 0 }, 252.68044, 0.00020, 0.044 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 4, -1, 0 }, 252.68044, 0.00029, 0.028 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 4, 0, 0 }, 252.68044, 0.00011, 0.020 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 4, 1, 0 }, 252.68044, 0.00002, 0.016 }, + { { 0, 0, 8, -16, 6, 0, 0, 0, -2, 0, 0 }, 261.02476, 0.00007, 0.040 }, + { { 0, 0, 8, -16, 6, 0, 0, 0, -2, 1, 0 }, 261.02476, 0.00012, 0.087 }, + { { 0, 0, 8, -16, 6, 0, 0, 0, 0, 1, 0 }, 81.02476, 0.00002, 0.075 }, + { { 0, 0, 8, -16, 6, 0, 0, 0, 2, -1, 0 }, 261.02476, 0.00012, 0.087 }, + { { 0, 0, 8, -16, 6, 0, 0, 0, 2, 0, 0 }, 261.02476, 0.00007, 0.040 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -4, 0, 0 }, 156.84007, 0.00003, 0.020 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -4, 1, 0 }, 156.84157, 0.00008, 0.028 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -4, 2, 0 }, 157.63371, 0.00004, 0.044 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, -2, 0 }, 156.83421, 0.00003, 0.020 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, -1, 0 }, 156.21153, 0.00026, 0.026 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, 0, 0 }, 156.70847, 0.00268, 0.040 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, 0, 2 }, 156.80777, 0.00005, 0.469 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, 1, 0 }, 157.36080, 0.00414, 0.087 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, 2, 0 }, 158.41343, 0.00016, 0.556 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, 3, 0 }, 156.84541, 0.00001, 0.066 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -1, 0, 0 }, 336.59225, 0.00010, 0.081 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -1, 1, 0 }, 336.80777, 0.00001, 1.097 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, -3, 0 }, 152.80515, 0.00002, 0.025 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, -2, 0 }, 153.80753, 0.00035, 0.038 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, -1, -2 }, 334.48396, 0.00002, 0.025 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, -1, 0 }, 153.77074, 0.00503, 0.076 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 0, -2 }, 336.81895, 0.00001, 0.037 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 0, 0 }, 155.30914, 0.02611, 40.427 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 0, 2 }, 336.81895, 0.00001, 0.037 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 1, 0 }, 153.72987, 0.00501, 0.075 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 1, 2 }, 334.48396, 0.00002, 0.025 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 2, 0 }, 153.75276, 0.00034, 0.038 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 3, 0 }, 152.76463, 0.00002, 0.025 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 1, -1, 0 }, 336.64584, 0.00001, 1.160 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 1, 0, 0 }, 336.62054, 0.00007, 0.081 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, -3, 0 }, 156.63725, 0.00001, 0.067 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, -2, 0 }, 158.19709, 0.00015, 0.572 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, -1, 0 }, 157.22211, 0.00398, 0.087 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, 0, -2 }, 156.64584, 0.00006, 0.480 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, 0, 0 }, 156.53915, 0.00257, 0.040 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, 1, 0 }, 156.06070, 0.00025, 0.026 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, 2, 0 }, 156.67228, 0.00003, 0.020 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 4, -2, 0 }, 157.36888, 0.00005, 0.044 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 4, -1, 0 }, 156.69269, 0.00007, 0.028 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 4, 0, 0 }, 156.67682, 0.00003, 0.020 }, + { { 0, 0, 8, -15, 2, 0, 0, 0, 0, -1, 0 }, 18.95348, 0.00001, 0.077 }, + { { 0, 0, 8, -15, 2, 0, 0, 0, 0, 1, 0 }, 18.95348, 0.00001, 0.074 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, -2, 0, 0 }, 185.61422, 0.00006, 0.041 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, -2, 1, 0 }, 185.61429, 0.00009, 0.092 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, 0, -1, 0 }, 182.67280, 0.00005, 0.079 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, 0, 0, 0 }, 184.33493, 0.00029, 1.797 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, 0, 1, 0 }, 182.67280, 0.00005, 0.072 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, 2, -1, 0 }, 184.99505, 0.00007, 0.083 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, 2, 0, 0 }, 186.15995, 0.00004, 0.040 }, + { { 0, 0, 8, -14, 3, 0, 0, 0, 0, 0, 0 }, 49.41348, 0.00001, 1.236 }, + { { 0, 0, 8, -13, 0, -1, 0, 0, 1, -1, -1 }, 140.83140, 0.00002, 0.075 }, + { { 0, 0, 8, -13, 0, -1, 0, 0, 1, 0, -1 }, 173.13169, 0.00031, 2556.886 }, + { { 0, 0, 8, -13, 0, -1, 0, 0, 1, 1, -1 }, 140.83140, 0.00002, 0.075 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, -4, 1, 0 }, 41.71831, 0.00001, 0.028 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, -2, -1, 0 }, 41.68119, 0.00004, 0.027 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, -2, 0, 0 }, 41.59314, 0.00035, 0.042 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, -2, 1, 0 }, 41.86703, 0.00043, 0.096 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, -2, 2, 0 }, 41.78255, 0.00002, 0.349 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 0, -2, 0 }, 38.30027, 0.00001, 0.039 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 0, -1, 0 }, 38.59660, 0.00032, 0.082 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 0, 0, 0 }, 37.64922, 0.00131, 0.919 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 0, 1, 0 }, 37.19069, 0.00020, 0.070 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 1, -1, -1 }, 112.41175, 0.00002, 0.076 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 1, 0, -1 }, 113.54244, 0.00018, 29.122 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 1, 1, -1 }, 112.41175, 0.00002, 0.075 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 2, -1, 0 }, 216.29657, 0.00009, 0.080 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 2, 0, 0 }, 37.63577, 0.00002, 0.039 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, -2, 0, 0 }, 70.66549, 0.00008, 0.043 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, -2, 1, 0 }, 71.22857, 0.00008, 0.101 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 0, -2, 0 }, 64.23246, 0.00002, 0.040 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 0, -1, 0 }, 64.80209, 0.00036, 0.086 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 0, 0, 0 }, 65.75956, 0.00036, 0.617 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 0, 1, 0 }, 66.93573, 0.00008, 0.067 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 1, 0, -1 }, 145.71911, 0.00004, 1.767 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 2, -2, 0 }, 244.82365, 0.00021, 6.484 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 2, -1, 0 }, 244.22044, 0.00142, 0.076 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 2, 0, 0 }, 244.30365, 0.00015, 0.038 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 4, -2, 0 }, 244.13369, 0.00002, 0.041 }, + { { 0, 0, 8, -12, 2, 0, 0, 0, 2, -2, 0 }, 314.29913, 0.00004, 69.540 }, + { { 0, 0, 8, -12, 2, 0, 0, 0, 2, -1, 0 }, 129.28969, 0.00007, 0.075 }, + { { 0, 0, 8, -11, -2, 0, 0, 0, 0, 0, 0 }, 231.57264, 0.00001, 0.504 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, -2, 0, 0 }, 52.26274, 0.00006, 0.044 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, -2, 1, 0 }, 41.95414, 0.00004, 0.107 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 0, -2, 0 }, 272.43808, 0.00002, 0.041 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 0, -1, 0 }, 275.93330, 0.00017, 0.090 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 0, 0, 0 }, 86.94818, 0.00029, 0.465 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 0, 1, 0 }, 84.66270, 0.00006, 0.065 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 1, 0, -1 }, 175.95574, 0.00004, 0.911 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, -1, -2 }, 93.55982, 0.00007, 0.076 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, -1, 0 }, 92.89823, 0.00116, 0.073 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, 0, -2 }, 93.46844, 0.00065, 22.758 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, 0, 0 }, 274.11589, 0.00010, 0.037 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, 1, -2 }, 93.55982, 0.00007, 0.075 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, 1, 0 }, 273.45393, 0.00001, 0.025 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 4, -2, 0 }, 92.73755, 0.00002, 0.040 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, -2, 0, 0 }, 110.65126, 0.00007, 0.045 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, -2, 1, 0 }, 103.42546, 0.00004, 0.114 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 0, -2, 0 }, 302.19589, 0.00001, 0.042 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 0, -1, 0 }, 323.65073, 0.00010, 0.095 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 0, 0, 0 }, 120.12038, 0.00034, 0.373 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 0, 1, 0 }, 119.81466, 0.00007, 0.063 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 1, 0, -1 }, 207.57264, 0.00003, 0.614 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 2, -2, 0 }, 118.51936, 0.00002, 1.100 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 2, -1, 0 }, 121.12253, 0.00078, 0.071 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 2, 0, -2 }, 122.44212, 0.00003, 1.737 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 2, 0, 0 }, 302.48086, 0.00011, 0.036 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 2, 1, 0 }, 302.42019, 0.00003, 0.025 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 3, -3, 0 }, 302.78038, 0.00002, 45.185 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 3, -2, 0 }, 122.78039, 0.00003, 0.075 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 4, -2, 0 }, 122.33816, 0.00001, 0.039 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 4, 0, 0 }, 122.44143, 0.00002, 0.019 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, -2, 0, 0 }, 145.26843, 0.00006, 0.046 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, -2, 1, 0 }, 144.66724, 0.00002, 0.121 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 0, -1, 0 }, 293.12405, 0.00002, 0.100 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 0, 0, 0 }, 149.55915, 0.00032, 0.311 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 0, 1, 0 }, 148.51052, 0.00006, 0.061 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 1, 0, -1 }, 242.90220, 0.00002, 0.463 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, -2, 0 }, 151.38245, 0.00002, 0.694 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, -1, 0 }, 151.40369, 0.00059, 0.068 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, 0, -2 }, 151.38342, 0.00002, 0.903 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, 0, 0 }, 330.97177, 0.00016, 0.036 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, 1, 0 }, 331.20911, 0.00003, 0.024 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 4, -2, 0 }, 149.93422, 0.00001, 0.038 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 4, -1, 0 }, 331.37264, 0.00001, 0.025 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, -2, 0, 0 }, 159.66933, 0.00002, 0.048 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 0, -1, 0 }, 359.63061, 0.00003, 0.105 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 0, 0, 0 }, 177.89354, 0.00017, 0.267 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 0, 1, 0 }, 180.05446, 0.00001, 0.059 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 1, 0, -1 }, 284.29374, 0.00001, 0.371 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 2, -2, 0 }, 180.06132, 0.00001, 0.507 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 2, -1, 0 }, 179.80085, 0.00025, 0.066 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 2, 0, 0 }, 0.10057, 0.00011, 0.035 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 2, 1, 0 }, 0.06300, 0.00003, 0.024 }, + { { 0, 0, 8, -7, -2, 0, 0, 0, 0, 0, 0 }, 330.15148, 0.00001, 0.243 }, + { { 0, 0, 8, -7, 0, 0, 0, 0, -2, 0, 0 }, 45.81431, 0.00001, 0.049 }, + { { 0, 0, 8, -7, 0, 0, 0, 0, 0, 0, 0 }, 48.98582, 0.00002, 0.234 }, + { { 0, 0, 8, -7, 0, 0, 0, 0, 0, 1, 0 }, 30.56951, 0.00001, 0.057 }, + { { 0, 0, 8, -7, 0, 0, 0, 0, 2, -1, 0 }, 30.57776, 0.00007, 0.063 }, + { { 0, 0, 8, -7, 0, 0, 0, 0, 2, 0, 0 }, 210.58259, 0.00005, 0.034 }, + { { 0, 0, 9, -19, 0, 3, 0, 0, 0, -2, 0 }, 174.22432, 0.00001, 0.036 }, + { { 0, 0, 9, -19, 0, 3, 0, 0, 0, -1, 0 }, 174.22409, 0.00003, 0.070 }, + { { 0, 0, 9, -19, 0, 3, 0, 0, 0, 0, 0 }, 174.22417, 0.00023, 1.000 }, + { { 0, 0, 9, -19, 0, 3, 0, 0, 0, 1, 0 }, 174.22412, 0.00005, 0.082 }, + { { 0, 0, 9, -19, 0, 3, 0, 0, 2, -1, 0 }, 174.22422, 0.00024, 0.095 }, + { { 0, 0, 9, -19, 0, 3, 0, 0, 2, 0, 0 }, 174.22421, 0.00019, 0.042 }, + { { 0, 0, 9, -19, 0, 3, 0, 0, 2, 1, 0 }, 174.22422, 0.00002, 0.027 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, -4, 1, 0 }, 127.72004, 0.00001, 0.028 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, -2, -1, 0 }, 127.72003, 0.00004, 0.026 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, -2, 0, 0 }, 127.55873, 0.00038, 0.040 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, -2, 1, 0 }, 128.20785, 0.00058, 0.087 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, -2, 2, 0 }, 127.69730, 0.00002, 0.576 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, -2, 0 }, 125.28546, 0.00006, 0.038 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, -1, 0 }, 125.08655, 0.00077, 0.075 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, 0, 0 }, 126.49116, 0.00407, 25.886 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, 1, 0 }, 125.17405, 0.00078, 0.076 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, 2, 0 }, 125.28842, 0.00006, 0.038 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 2, -2, 0 }, 128.05447, 0.00003, 0.552 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 2, -1, 0 }, 128.56203, 0.00061, 0.087 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 2, 0, 0 }, 127.86486, 0.00040, 0.040 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 2, 1, 0 }, 128.03477, 0.00004, 0.026 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 4, -1, 0 }, 128.03477, 0.00001, 0.028 }, + { { 0, 0, 9, -17, 1, 0, 0, 0, 0, 0, 0 }, 173.43137, 0.00001, 21.895 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, -2, 0, 0 }, 156.74971, 0.00003, 0.041 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, -2, 1, 0 }, 156.74982, 0.00002, 0.091 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, 0, -1, 0 }, 156.61556, 0.00002, 0.078 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, 0, 0, 0 }, 154.68833, 0.00012, 2.028 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, 0, 1, 0 }, 156.61556, 0.00002, 0.073 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, 2, -1, 0 }, 155.26305, 0.00002, 0.084 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, 2, 0, 0 }, 156.37565, 0.00002, 0.040 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, -4, 0, 0 }, 149.74351, 0.00003, 0.021 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, -4, 1, 0 }, 149.74351, 0.00003, 0.028 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, -4, 2, 0 }, 149.74351, 0.00002, 0.046 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, -2, -1, 0 }, 149.74351, 0.00010, 0.027 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, -2, 0, 0 }, 149.74351, 0.00087, 0.042 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, -2, 0, 2 }, 149.74351, 0.00001, 0.322 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, -2, 1, 0 }, 149.74351, 0.00114, 0.095 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, -2, 2, 0 }, 149.74351, 0.00006, 0.360 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, 0, -1, 0 }, 149.74351, 0.00025, 0.082 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, 0, 0, 0 }, 149.74351, 0.00121, 1.000 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, 0, 1, 0 }, 149.74351, 0.00020, 0.070 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, 2, -2, 0 }, 149.74351, 0.00001, 1.292 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, 2, -1, 0 }, 329.74351, 0.00006, 0.080 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, 2, 0, 0 }, 329.74351, 0.00004, 0.039 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, 2, 1, 0 }, 329.74351, 0.00002, 0.026 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, -4, 1, 0 }, 21.75648, 0.00002, 0.028 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, -2, -1, 0 }, 21.45906, 0.00007, 0.027 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, -2, 0, 0 }, 23.47673, 0.00067, 0.042 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, -2, 1, 0 }, 21.62820, 0.00081, 0.096 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, -2, 2, 0 }, 22.44109, 0.00004, 0.357 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 0, -2, 0 }, 13.57675, 0.00002, 0.039 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 0, -1, 0 }, 15.10261, 0.00052, 0.082 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 0, 0, 0 }, 12.34844, 0.00209, 0.976 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 0, 1, 0 }, 9.71422, 0.00031, 0.070 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 0, 2, 0 }, 9.09427, 0.00001, 0.036 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 1, -1, -1 }, 268.08074, 0.00002, 0.075 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 1, 0, -1 }, 267.80135, 0.00017, 34.449 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 1, 0, 0 }, 191.62814, 0.00004, 0.075 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 1, 0, 1 }, 267.67828, 0.00004, 0.037 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 1, 1, -1 }, 268.08074, 0.00002, 0.076 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 2, -1, 0 }, 334.76744, 0.00002, 0.080 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 2, 0, 0 }, 355.08701, 0.00004, 0.039 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, -2, 0, 0 }, 40.52623, 0.00004, 0.043 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, -2, 1, 0 }, 40.52617, 0.00004, 0.101 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 0, -1, 0 }, 36.37737, 0.00012, 0.085 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 0, 0, 0 }, 37.32408, 0.00014, 0.643 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 0, 1, 0 }, 37.69541, 0.00003, 0.068 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 1, 0, -1 }, 116.33953, 0.00002, 1.989 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 2, -2, 0 }, 215.10341, 0.00005, 4.596 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 2, -1, 0 }, 215.87951, 0.00044, 0.077 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 2, 0, 0 }, 215.71385, 0.00006, 0.038 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, -2, 0, 0 }, 359.04974, 0.00003, 0.044 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 0, -1, 0 }, 245.57216, 0.00012, 0.090 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 0, 0, -2 }, 64.77251, 0.00001, 0.040 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 0, 0, 0 }, 53.91719, 0.00012, 0.479 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 0, 1, -2 }, 244.54592, 0.00002, 0.087 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 0, 1, 0 }, 57.26965, 0.00003, 0.065 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 1, 0, -1 }, 146.11804, 0.00002, 0.967 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, -2, -2 }, 64.61893, 0.00001, 0.038 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, -1, -2 }, 64.65635, 0.00021, 0.075 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, -1, 0 }, 63.89922, 0.00068, 0.074 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, 0, -2 }, 64.77251, 0.00095, 51.478 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, 0, 0 }, 64.20504, 0.00007, 0.037 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, 1, -2 }, 64.65635, 0.00021, 0.076 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, 2, -2 }, 64.61893, 0.00001, 0.038 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 4, -1, -2 }, 244.54592, 0.00002, 0.087 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 4, 0, -2 }, 64.77251, 0.00001, 0.040 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, -2, 0, 0 }, 81.84470, 0.00004, 0.045 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, -2, 1, 0 }, 81.74187, 0.00001, 0.113 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 0, -1, 0 }, 273.47142, 0.00007, 0.094 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 0, 0, 0 }, 91.27758, 0.00019, 0.382 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 0, 1, 0 }, 93.32587, 0.00003, 0.063 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 1, 0, -1 }, 176.57251, 0.00002, 0.639 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 2, -2, 0 }, 93.41766, 0.00001, 1.182 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 2, -1, 0 }, 93.42675, 0.00048, 0.071 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 2, 0, -2 }, 93.43257, 0.00002, 1.952 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 2, 0, 0 }, 273.41799, 0.00007, 0.037 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 2, 1, 0 }, 273.42567, 0.00001, 0.025 }, + { { 0, 0, 9, -12, 2, 0, 0, 0, 2, -3, 0 }, 150.92973, 0.00001, 0.082 }, + { { 0, 0, 9, -12, 2, 0, 0, 0, 2, -1, 0 }, 330.92973, 0.00001, 0.070 }, + { { 0, 0, 9, -11, -2, 0, 0, 0, 0, 0, 0 }, 231.91089, 0.00001, 0.335 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, -2, 0, 0 }, 118.45055, 0.00005, 0.046 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 0, -1, 0 }, 303.69418, 0.00004, 0.099 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 0, 0, 0 }, 120.64349, 0.00022, 0.317 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 0, 1, 0 }, 121.21491, 0.00004, 0.061 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 1, 0, -1 }, 208.56607, 0.00002, 0.477 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 2, -2, 0 }, 122.37913, 0.00002, 0.726 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 2, -1, 0 }, 122.37679, 0.00044, 0.068 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 2, 0, -2 }, 122.37970, 0.00001, 0.958 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 2, 0, 0 }, 301.61336, 0.00011, 0.036 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 2, 1, 0 }, 302.13487, 0.00002, 0.024 }, + { { 0, 0, 9, -10, -2, 0, 0, 0, 0, 0, 0 }, 272.36020, 0.00001, 0.285 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, -2, 0, 0 }, 144.46567, 0.00005, 0.047 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 0, -1, 0 }, 334.88969, 0.00001, 0.104 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 0, 0, 0 }, 149.73293, 0.00018, 0.272 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 0, 1, 0 }, 147.49130, 0.00003, 0.059 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 1, 0, -1 }, 244.37326, 0.00001, 0.380 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 2, -2, 0 }, 151.22352, 0.00002, 0.524 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 2, -1, 0 }, 151.20494, 0.00034, 0.066 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 2, 0, -2 }, 151.22685, 0.00001, 0.635 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 2, 0, 0 }, 332.74377, 0.00013, 0.035 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 2, 1, 0 }, 331.68431, 0.00003, 0.024 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 4, 0, 0 }, 151.22677, 0.00002, 0.019 }, + { { 0, 0, 9, -9, -2, 0, 0, 0, 0, 0, 0 }, 301.21841, 0.00001, 0.247 }, + { { 0, 0, 9, -9, -1, 0, 0, 0, 0, 0, 0 }, 146.96548, 0.00001, 0.242 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, -2, 0, 0 }, 154.12175, 0.00002, 0.049 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 0, -1, 0 }, 359.46552, 0.00001, 0.111 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 0, 0, 0 }, 175.65625, 0.00008, 0.237 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 2, -1, 0 }, 179.46994, 0.00012, 0.064 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 2, 0, 0 }, 359.46827, 0.00008, 0.035 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 2, 1, -4 }, 186.67087, 0.00002, 0.087 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 4, -1, -4 }, 4.41056, 0.00008, 0.075 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 4, 0, -4 }, 192.80477, 0.00053, 4535.679 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 4, 1, -4 }, 4.41056, 0.00008, 0.075 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 6, -1, -4 }, 186.67087, 0.00002, 0.087 }, + { { 0, 0, 9, -8, 0, 0, 0, 0, 2, -1, 0 }, 31.02646, 0.00005, 0.062 }, + { { 0, 0, 9, -8, 0, 0, 0, 0, 2, 0, 0 }, 211.03081, 0.00004, 0.034 }, + { { 0, 0, 9, -7, 0, 0, 0, 0, 2, 0, 0 }, 59.71903, 0.00001, 0.033 }, + { { 0, 0, 10, -21, 2, 0, 0, 0, 0, 0, 0 }, 230.14217, 0.00001, 1.003 }, + { { 0, 0, 10, -21, 2, 0, 0, 0, 2, 0, 0 }, 230.96460, 0.00001, 0.042 }, + { { 0, 0, 10, -19, 0, 0, 0, 0, -2, 0, 0 }, 98.56202, 0.00002, 0.040 }, + { { 0, 0, 10, -19, 0, 0, 0, 0, -2, 1, 0 }, 98.56209, 0.00003, 0.086 }, + { { 0, 0, 10, -19, 0, 0, 0, 0, 0, -1, 0 }, 98.30797, 0.00004, 0.075 }, + { { 0, 0, 10, -19, 0, 0, 0, 0, 0, 0, 0 }, 98.02006, 0.00023, 9.804 }, + { { 0, 0, 10, -19, 0, 0, 0, 0, 0, 1, 0 }, 98.30797, 0.00004, 0.076 }, + { { 0, 0, 10, -19, 0, 0, 0, 0, 2, -1, 0 }, 99.59175, 0.00003, 0.088 }, + { { 0, 0, 10, -19, 0, 0, 0, 0, 2, 0, 0 }, 99.59175, 0.00002, 0.041 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -4, 0, 0 }, 71.28735, 0.00003, 0.020 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -4, 1, 0 }, 71.28735, 0.00006, 0.028 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -4, 2, 0 }, 71.28735, 0.00005, 0.044 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, -2, 0 }, 71.28735, 0.00002, 0.020 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, -1, 0 }, 71.28735, 0.00013, 0.026 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, 0, 0 }, 71.28735, 0.00173, 0.040 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, 0, 2 }, 71.28735, 0.00005, 0.475 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, 1, 0 }, 71.28735, 0.00340, 0.087 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, 2, 0 }, 71.28736, 0.00016, 0.564 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -1, 0, 0 }, 251.28739, 0.00006, 0.081 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 0, -2, 0 }, 251.28725, 0.00003, 0.038 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 0, -1, 0 }, 251.28724, 0.00039, 0.075 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 0, 0, 0 }, 251.28731, 0.00038, 6408.190 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 0, 1, 0 }, 251.28738, 0.00039, 0.075 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 0, 2, 0 }, 251.28737, 0.00003, 0.038 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 1, 0, 0 }, 251.28723, 0.00006, 0.081 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, -2, 0 }, 71.28727, 0.00016, 0.564 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, -1, 0 }, 71.28727, 0.00340, 0.087 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, 0, -2 }, 71.28727, 0.00005, 0.474 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, 0, 0 }, 71.28727, 0.00173, 0.040 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, 1, 0 }, 71.28727, 0.00013, 0.026 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, 2, 0 }, 71.28727, 0.00002, 0.020 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 4, -2, 0 }, 71.28727, 0.00005, 0.044 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 4, -1, 0 }, 71.28727, 0.00006, 0.028 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 4, 0, 0 }, 71.28727, 0.00003, 0.020 }, + { { 0, 0, 10, -19, 1, 0, 0, 0, 0, 0, 0 }, 288.81662, 0.00001, 56.510 }, + { { 0, 0, 10, -18, 0, 0, 0, 0, -2, 0, 0 }, 127.80631, 0.00001, 0.041 }, + { { 0, 0, 10, -18, 0, 0, 0, 0, 0, 0, 0 }, 125.55748, 0.00006, 2.327 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, -2, -1, 0 }, 142.20072, 0.00002, 0.027 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, -2, 0, 0 }, 142.20068, 0.00010, 0.042 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, -2, 1, 0 }, 141.24243, 0.00012, 0.095 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 0, -1, 0 }, 150.06601, 0.00011, 0.081 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 0, 0, 0 }, 152.28527, 0.00048, 1.040 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 0, 1, 0 }, 152.90587, 0.00008, 0.070 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 1, 0, -1 }, 238.09991, 0.00003, 10.823 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 2, -3, 0 }, 151.68212, 0.00001, 0.071 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 2, -1, 0 }, 163.22964, 0.00003, 0.080 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 2, 0, 0 }, 160.54441, 0.00002, 0.039 }, + { { 0, 0, 10, -16, 0, 0, 0, 0, -2, 0, 0 }, 10.77068, 0.00002, 0.043 }, + { { 0, 0, 10, -16, 0, 0, 0, 0, 0, -1, 0 }, 6.62790, 0.00003, 0.085 }, + { { 0, 0, 10, -16, 0, 0, 0, 0, 0, 0, 0 }, 8.22504, 0.00007, 0.670 }, + { { 0, 0, 10, -16, 0, 0, 0, 0, 1, 0, -1 }, 78.89407, 0.00001, 2.276 }, + { { 0, 0, 10, -16, 0, 0, 0, 0, 2, -2, 0 }, 183.71144, 0.00001, 3.559 }, + { { 0, 0, 10, -16, 0, 0, 0, 0, 2, -1, 0 }, 186.62790, 0.00014, 0.077 }, + { { 0, 0, 10, -16, 0, 0, 0, 0, 2, 0, 0 }, 186.62423, 0.00001, 0.038 }, + { { 0, 0, 10, -16, 4, 5, 0, 0, -2, 0, 0 }, 46.80658, 0.00008, 0.044 }, + { { 0, 0, 10, -16, 4, 5, 0, 0, -2, 1, 0 }, 46.80658, 0.00006, 0.105 }, + { { 0, 0, 10, -16, 4, 5, 0, 0, 0, 0, 0 }, 46.80658, 0.00003, 0.500 }, + { { 0, 0, 10, -15, -3, 0, 0, 0, 2, -2, 0 }, 166.86752, 0.00002, 455.769 }, + { { 0, 0, 10, -15, -3, 0, 0, 0, 2, -1, 0 }, 193.06535, 0.00003, 0.075 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, -2, 0, 0 }, 289.18732, 0.00006, 0.044 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, -2, 1, 0 }, 289.14305, 0.00005, 0.106 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 0, -1, 0 }, 221.17729, 0.00007, 0.089 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 0, 0, 0 }, 348.42267, 0.00005, 0.494 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 0, 1, 0 }, 343.88518, 0.00001, 0.065 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 1, 0, -1 }, 116.63175, 0.00001, 1.030 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 2, -1, 0 }, 32.26885, 0.00038, 0.074 }, + { { 0, 0, 10, -15, 1, 0, 0, 0, 2, -1, -2 }, 248.47226, 0.00004, 0.075 }, + { { 0, 0, 10, -15, 1, 0, 0, 0, 2, 0, -2 }, 245.97058, 0.00021, 662.430 }, + { { 0, 0, 10, -15, 1, 0, 0, 0, 2, 1, -2 }, 248.47226, 0.00004, 0.075 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, -2, 0, 0 }, 53.31792, 0.00002, 0.045 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 0, -1, 0 }, 244.42744, 0.00004, 0.093 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 0, 0, 0 }, 62.75576, 0.00008, 0.391 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 0, 1, 0 }, 64.47172, 0.00002, 0.063 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 1, 0, -1 }, 146.54604, 0.00001, 0.666 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 2, -2, 0 }, 64.45828, 0.00001, 1.278 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 2, -1, 0 }, 64.44371, 0.00026, 0.071 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 2, 0, -2 }, 64.43925, 0.00001, 2.228 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 2, 0, 0 }, 244.43822, 0.00004, 0.037 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, -2, 0, 0 }, 91.53431, 0.00002, 0.046 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 0, -1, 0 }, 273.45032, 0.00003, 0.098 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 0, 0, 0 }, 92.53091, 0.00011, 0.324 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 0, 1, 0 }, 93.27498, 0.00002, 0.061 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 1, 0, -1 }, 177.21592, 0.00001, 0.492 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 2, -2, 0 }, 93.38324, 0.00001, 0.761 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 2, -1, 0 }, 93.37540, 0.00029, 0.069 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 2, 0, 0 }, 273.36840, 0.00008, 0.036 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 2, 1, 0 }, 273.37580, 0.00001, 0.024 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, -2, 0, 0 }, 119.03409, 0.00003, 0.047 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 0, -1, 0 }, 303.35612, 0.00003, 0.104 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 0, 0, 0 }, 120.37440, 0.00014, 0.276 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 0, 1, 0 }, 121.96409, 0.00002, 0.059 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 1, 0, -1 }, 209.57110, 0.00001, 0.390 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 2, -2, 0 }, 122.27897, 0.00002, 0.542 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 2, -1, 0 }, 122.72965, 0.00027, 0.066 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 2, 0, 0 }, 302.23105, 0.00010, 0.035 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 2, 1, 0 }, 302.27929, 0.00003, 0.024 }, + { { 0, 0, 10, -11, -2, 0, 0, 0, 0, 0, 0 }, 272.09263, 0.00002, 0.251 }, + { { 0, 0, 10, -11, -1, 0, 0, 0, 0, 0, 0 }, 118.34455, 0.00001, 0.246 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, -2, 0, 0 }, 139.44620, 0.00002, 0.049 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 0, -1, 0 }, 333.31814, 0.00002, 0.110 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 0, 0, 0 }, 148.86752, 0.00011, 0.241 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 0, 1, 0 }, 150.45439, 0.00002, 0.057 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 2, -2, 0 }, 150.99562, 0.00001, 0.421 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 2, -1, 0 }, 151.83232, 0.00021, 0.064 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 2, 0, 0 }, 330.92789, 0.00009, 0.035 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 2, 1, 0 }, 330.99628, 0.00003, 0.024 }, + { { 0, 0, 10, -10, 0, 0, 0, 0, 0, -1, 0 }, 178.48945, 0.00001, 0.117 }, + { { 0, 0, 10, -10, 0, 0, 0, 0, 0, 0, 0 }, 175.36727, 0.00003, 0.214 }, + { { 0, 0, 10, -10, 0, 0, 0, 0, 0, 1, 0 }, 178.48945, 0.00001, 0.056 }, + { { 0, 0, 10, -10, 0, 0, 0, 0, 2, -1, 0 }, 178.48573, 0.00006, 0.062 }, + { { 0, 0, 10, -10, 0, 0, 0, 0, 2, 0, 0 }, 358.48340, 0.00005, 0.034 }, + { { 0, 0, 10, -9, 0, 0, 0, 0, 2, -1, 0 }, 31.27144, 0.00004, 0.060 }, + { { 0, 0, 10, -9, 0, 0, 0, 0, 2, 0, 0 }, 211.27546, 0.00003, 0.033 }, + { { 0, 0, 11, -21, 0, 0, 0, 0, 0, -1, 1 }, 8.02677, 0.00001, 720.555 }, + { { 0, 0, 11, -21, 0, 0, 0, 0, 0, 0, 0 }, 66.34313, 0.00003, 6.047 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, -2, 0, 0 }, 128.13641, 0.00011, 0.040 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, -2, 1, 0 }, 129.48710, 0.00016, 0.087 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, 0, -2, 0 }, 122.89095, 0.00001, 0.038 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, 0, -1, 0 }, 123.52087, 0.00024, 0.075 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, 0, 0, 0 }, 126.34025, 0.00118, 308.674 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, 0, 1, 0 }, 123.51184, 0.00024, 0.075 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, 0, 2, 0 }, 122.89260, 0.00001, 0.038 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, 2, -1, 0 }, 129.45563, 0.00016, 0.087 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, 2, 0, 0 }, 128.10754, 0.00011, 0.040 }, + { { 0, 0, 11, -20, 0, 0, 0, 0, 0, 0, 0 }, 97.36771, 0.00003, 2.730 }, + { { 0, 0, 11, -19, 0, 0, 0, 0, -2, 0, 0 }, 123.83680, 0.00002, 0.042 }, + { { 0, 0, 11, -19, 0, 0, 0, 0, -2, 1, 0 }, 123.83684, 0.00002, 0.094 }, + { { 0, 0, 11, -19, 0, 0, 0, 0, 0, 0, 0 }, 126.92581, 0.00008, 1.114 }, + { { 0, 0, 11, -19, 0, 0, 0, 0, 1, -1, 0 }, 129.03348, 0.00004, 90.987 }, + { { 0, 0, 11, -19, 0, 3, 0, 0, -2, -1, 0 }, 328.35041, 0.00003, 0.027 }, + { { 0, 0, 11, -19, 0, 3, 0, 0, -2, 0, 0 }, 328.35041, 0.00017, 0.042 }, + { { 0, 0, 11, -19, 0, 3, 0, 0, -2, 1, 0 }, 328.35041, 0.00023, 0.095 }, + { { 0, 0, 11, -19, 0, 3, 0, 0, 0, -1, 0 }, 328.35049, 0.00006, 0.082 }, + { { 0, 0, 11, -19, 0, 3, 0, 0, 0, 0, 0 }, 328.35045, 0.00024, 1.000 }, + { { 0, 0, 11, -19, 0, 3, 0, 0, 0, 1, 0 }, 328.35052, 0.00003, 0.070 }, + { { 0, 0, 11, -18, 0, 0, 0, 0, -2, 0, 0 }, 341.28303, 0.00002, 0.043 }, + { { 0, 0, 11, -18, 0, 0, 0, 0, 0, 0, 0 }, 339.51754, 0.00003, 0.699 }, + { { 0, 0, 11, -18, 0, 0, 0, 0, 2, -1, 0 }, 157.70399, 0.00005, 0.077 }, + { { 0, 0, 11, -17, 0, 0, 0, 0, -2, 0, 0 }, 30.04053, 0.00002, 0.044 }, + { { 0, 0, 11, -17, 0, 0, 0, 0, 0, -1, 0 }, 186.34927, 0.00005, 0.089 }, + { { 0, 0, 11, -17, 0, 0, 0, 0, 0, 0, 0 }, 19.23934, 0.00004, 0.510 }, + { { 0, 0, 11, -17, 0, 0, 0, 0, 2, -1, 0 }, 6.34925, 0.00023, 0.074 }, + { { 0, 0, 11, -17, 0, 0, 0, 0, 2, 0, 0 }, 186.56133, 0.00002, 0.037 }, + { { 0, 0, 11, -16, 0, 0, 0, 0, 0, -1, 0 }, 215.40756, 0.00002, 0.093 }, + { { 0, 0, 11, -16, 0, 0, 0, 0, 0, 0, 0 }, 33.99889, 0.00004, 0.401 }, + { { 0, 0, 11, -16, 0, 0, 0, 0, 0, 1, 0 }, 35.59992, 0.00001, 0.063 }, + { { 0, 0, 11, -16, 0, 0, 0, 0, 2, -1, 0 }, 35.47411, 0.00013, 0.072 }, + { { 0, 0, 11, -16, 0, 0, 0, 0, 2, 0, 0 }, 215.46833, 0.00004, 0.037 }, + { { 0, 0, 11, -15, 0, 0, 0, 0, -2, 0, 0 }, 77.65965, 0.00002, 0.046 }, + { { 0, 0, 11, -15, 0, 0, 0, 0, 0, -1, 0 }, 244.39263, 0.00002, 0.098 }, + { { 0, 0, 11, -15, 0, 0, 0, 0, 0, 0, 0 }, 66.62762, 0.00005, 0.331 }, + { { 0, 0, 11, -15, 0, 0, 0, 0, 0, 1, 0 }, 64.39907, 0.00002, 0.061 }, + { { 0, 0, 11, -15, 0, 0, 0, 0, 2, -1, 0 }, 63.83504, 0.00015, 0.069 }, + { { 0, 0, 11, -15, 0, 0, 0, 0, 2, 0, 0 }, 244.39198, 0.00005, 0.036 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, -2, 0, 0 }, 84.18739, 0.00003, 0.047 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, 0, -1, 0 }, 273.41644, 0.00002, 0.103 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, 0, 0, 0 }, 91.67783, 0.00007, 0.281 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, 0, 1, 0 }, 86.37342, 0.00001, 0.059 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, 1, 0, -1 }, 177.87898, 0.00001, 0.400 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, 2, -1, 0 }, 93.29828, 0.00018, 0.066 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, 2, 0, 0 }, 273.29381, 0.00009, 0.035 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, 4, -4, 0 }, 273.30915, 0.00001, 119.249 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, -2, 0, 0 }, 114.90080, 0.00003, 0.048 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, 0, -1, 0 }, 302.13583, 0.00002, 0.109 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, 0, 0, 0 }, 120.06066, 0.00009, 0.245 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, 0, 1, 0 }, 122.13537, 0.00001, 0.058 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, 2, -2, 0 }, 122.13616, 0.00001, 0.432 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, 2, -1, 0 }, 122.13653, 0.00017, 0.064 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, 2, 0, 0 }, 302.17338, 0.00008, 0.035 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, 2, 1, 0 }, 302.13651, 0.00002, 0.024 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, -2, 0, 0 }, 139.86382, 0.00002, 0.050 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, 0, -1, 0 }, 316.56513, 0.00001, 0.116 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, 0, 0, 0 }, 147.87437, 0.00006, 0.216 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, 2, -1, 0 }, 150.67874, 0.00012, 0.062 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, 2, 0, 0 }, 330.67810, 0.00009, 0.034 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, 2, 1, 0 }, 330.67868, 0.00002, 0.023 }, + { { 0, 0, 11, -11, 0, 0, 0, 0, 0, 0, 0 }, 168.79978, 0.00001, 0.194 }, + { { 0, 0, 11, -11, 0, 0, 0, 0, 2, -1, 0 }, 176.74877, 0.00003, 0.060 }, + { { 0, 0, 11, -11, 0, 0, 0, 0, 2, 0, 0 }, 356.74689, 0.00004, 0.033 }, + { { 0, 0, 11, -10, 0, 0, 0, 0, 2, -1, 0 }, 29.14403, 0.00003, 0.058 }, + { { 0, 0, 11, -10, 0, 0, 0, 0, 2, 0, 0 }, 211.35220, 0.00004, 0.033 }, + { { 0, 0, 12, -22, 0, 0, 0, 0, 0, 0, 0 }, 68.37807, 0.00002, 3.301 }, + { { 0, 0, 12, -21, 0, 0, 0, 0, 0, 0, 0 }, 98.11281, 0.00002, 1.198 }, + { { 0, 0, 12, -21, 2, 0, 0, 0, -2, 0, 0 }, 12.62488, 0.00002, 0.042 }, + { { 0, 0, 12, -21, 2, 0, 0, 0, 0, 0, 0 }, 357.91970, 0.00002, 0.997 }, + { { 0, 0, 12, -20, 0, 0, 0, 0, 0, 0, 0 }, 310.07391, 0.00001, 0.732 }, + { { 0, 0, 12, -20, 0, 0, 0, 0, 2, -1, 0 }, 124.83364, 0.00002, 0.078 }, + { { 0, 0, 12, -19, 0, 0, 0, 0, 0, -1, 0 }, 157.62406, 0.00003, 0.088 }, + { { 0, 0, 12, -19, 0, 0, 0, 0, 2, -2, 0 }, 157.58496, 0.00001, 8.066 }, + { { 0, 0, 12, -19, 0, 0, 0, 0, 2, -1, 0 }, 337.62406, 0.00015, 0.075 }, + { { 0, 0, 12, -19, 0, 3, 0, 0, -2, 0, 0 }, 225.41347, 0.00001, 0.044 }, + { { 0, 0, 12, -18, 0, 0, 0, 0, 0, 0, 0 }, 7.76890, 0.00001, 0.412 }, + { { 0, 0, 12, -18, 0, 0, 0, 0, 2, -1, 0 }, 5.68777, 0.00008, 0.072 }, + { { 0, 0, 12, -18, 0, 0, 0, 0, 2, 0, 0 }, 186.49731, 0.00002, 0.037 }, + { { 0, 0, 12, -17, 0, 0, 0, 0, 0, 0, 0 }, 39.46090, 0.00002, 0.338 }, + { { 0, 0, 12, -17, 0, 0, 0, 0, 0, 1, 0 }, 31.91638, 0.00001, 0.062 }, + { { 0, 0, 12, -17, 0, 0, 0, 0, 2, -1, 0 }, 35.42400, 0.00008, 0.069 }, + { { 0, 0, 12, -17, 0, 0, 0, 0, 2, 0, 0 }, 215.41917, 0.00004, 0.036 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, 0, -1, 0 }, 244.35172, 0.00001, 0.102 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, 0, 0, 0 }, 63.68756, 0.00003, 0.286 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, 0, 1, 0 }, 64.31469, 0.00001, 0.060 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, 2, -1, 0 }, 64.33077, 0.00010, 0.067 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, 2, 0, 0 }, 244.32681, 0.00005, 0.035 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, 0, -1, 0 }, 273.35912, 0.00001, 0.108 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, 0, 0, 0 }, 91.60928, 0.00003, 0.248 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, 0, 1, 0 }, 84.07559, 0.00001, 0.058 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, 2, -1, 0 }, 93.19258, 0.00012, 0.064 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, 2, 0, 0 }, 274.50599, 0.00007, 0.035 }, + { { 0, 0, 12, -14, 0, 0, 0, 0, 0, -1, 0 }, 301.94564, 0.00001, 0.115 }, + { { 0, 0, 12, -14, 0, 0, 0, 0, 0, 0, 0 }, 119.89293, 0.00005, 0.219 }, + { { 0, 0, 12, -14, 0, 0, 0, 0, 2, -1, 0 }, 121.94657, 0.00011, 0.062 }, + { { 0, 0, 12, -14, 0, 0, 0, 0, 2, 0, 0 }, 301.94624, 0.00009, 0.034 }, + { { 0, 0, 12, -14, 0, 0, 0, 0, 2, 1, 0 }, 301.94654, 0.00002, 0.024 }, + { { 0, 0, 12, -13, 0, 0, 0, 0, 0, 0, 0 }, 145.86204, 0.00002, 0.197 }, + { { 0, 0, 12, -13, 0, 0, 0, 0, 2, -1, 0 }, 150.25383, 0.00008, 0.060 }, + { { 0, 0, 12, -13, 0, 0, 0, 0, 2, 0, 0 }, 330.25303, 0.00007, 0.034 }, + { { 0, 0, 12, -12, 0, 0, 0, 0, 2, 0, 0 }, 353.13841, 0.00002, 0.033 }, + { { 0, 0, 12, -11, 0, 0, 0, 0, 2, -1, 0 }, 31.32731, 0.00002, 0.057 }, + { { 0, 0, 12, -11, 0, 0, 0, 0, 2, 0, 0 }, 211.27923, 0.00003, 0.032 }, + { { 0, 0, 13, -21, 0, 0, 0, 0, 0, -1, 0 }, 128.26363, 0.00003, 0.088 }, + { { 0, 0, 13, -21, 0, 0, 0, 0, 2, -2, 0 }, 128.67324, 0.00003, 16.498 }, + { { 0, 0, 13, -21, 0, 0, 0, 0, 2, -1, 0 }, 308.26367, 0.00013, 0.075 }, + { { 0, 0, 13, -20, 0, 0, 0, 0, 2, -1, 0 }, 336.06123, 0.00004, 0.072 }, + { { 0, 0, 13, -20, 0, 0, 0, 0, 2, 0, 0 }, 157.52495, 0.00002, 0.037 }, + { { 0, 0, 13, -19, 0, 0, 0, 0, 2, -1, 0 }, 6.45732, 0.00005, 0.070 }, + { { 0, 0, 13, -19, 0, 0, 0, 0, 2, 0, 0 }, 186.43785, 0.00002, 0.036 }, + { { 0, 0, 13, -18, 0, 0, 0, 0, 0, 0, 0 }, 35.52489, 0.00001, 0.292 }, + { { 0, 0, 13, -18, 0, 0, 0, 0, 2, -1, 0 }, 35.36342, 0.00006, 0.067 }, + { { 0, 0, 13, -18, 0, 0, 0, 0, 2, 0, 0 }, 215.35917, 0.00003, 0.036 }, + { { 0, 0, 13, -17, 0, 0, 0, 0, 0, 0, 0 }, 63.31407, 0.00002, 0.252 }, + { { 0, 0, 13, -17, 0, 0, 0, 0, 0, 1, 0 }, 64.21390, 0.00001, 0.058 }, + { { 0, 0, 13, -17, 0, 0, 0, 0, 2, -1, 0 }, 64.24512, 0.00007, 0.065 }, + { { 0, 0, 13, -17, 0, 0, 0, 0, 2, 0, 0 }, 244.24135, 0.00004, 0.035 }, + { { 0, 0, 13, -16, 0, 0, 0, 0, 0, 0, 0 }, 91.07986, 0.00002, 0.223 }, + { { 0, 0, 13, -16, 0, 0, 0, 0, 0, 1, 0 }, 106.64265, 0.00002, 0.056 }, + { { 0, 0, 13, -16, 0, 0, 0, 0, 2, -1, 0 }, 93.06896, 0.00008, 0.063 }, + { { 0, 0, 13, -16, 0, 0, 0, 0, 2, 0, 0 }, 273.06875, 0.00006, 0.034 }, + { { 0, 0, 13, -15, 0, 0, 0, 0, 0, 0, 0 }, 118.46435, 0.00002, 0.199 }, + { { 0, 0, 13, -15, 0, 0, 0, 0, 2, -1, 0 }, 121.70374, 0.00008, 0.061 }, + { { 0, 0, 13, -15, 0, 0, 0, 0, 2, 0, 0 }, 301.70335, 0.00006, 0.034 }, + { { 0, 0, 13, -14, 0, 0, 0, 0, 0, 0, 0 }, 144.20260, 0.00001, 0.180 }, + { { 0, 0, 13, -14, 0, 0, 0, 0, 2, -1, 0 }, 149.69165, 0.00004, 0.059 }, + { { 0, 0, 13, -14, 0, 0, 0, 0, 2, 0, 0 }, 329.69071, 0.00004, 0.033 }, + { { 0, 0, 13, -12, 0, 0, 0, 0, 2, -1, 0 }, 31.05255, 0.00002, 0.055 }, + { { 0, 0, 13, -12, 0, 0, 0, 0, 2, 0, 0 }, 211.05376, 0.00002, 0.032 }, + { { 0, 0, 13, -11, 0, 0, 0, 0, 2, 0, 0 }, 63.90512, 0.00002, 0.031 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 0, -3, 0 }, 98.66413, 0.00001, 0.026 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 0, -2, 0 }, 98.62704, 0.00007, 0.040 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 0, -1, 0 }, 278.67299, 0.00015, 0.087 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 0, 0, 0 }, 278.66972, 0.00002, 0.565 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, -4, 0 }, 97.85932, 0.00002, 0.038 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, -3, 0 }, 97.85776, 0.00025, 0.075 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, -2, -2 }, 278.66413, 0.00002, 0.037 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, -2, 0 }, 98.66413, 0.00800, 362.998 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, -2, 2 }, 278.66413, 0.00002, 0.037 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, -1, 0 }, 98.66819, 0.00162, 0.075 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, 0, 0 }, 98.66815, 0.00011, 0.038 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 4, -3, 0 }, 98.98698, 0.00013, 0.087 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 4, -2, 0 }, 98.68906, 0.00011, 0.040 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 4, -1, 0 }, 98.66413, 0.00001, 0.026 }, + { { 0, 0, 14, -23, 4, 0, 0, 0, 2, 0, -2 }, 70.28412, 0.00007, 1053.903 }, + { { 0, 0, 14, -22, 0, 0, 0, 0, 2, -1, 0 }, 306.34888, 0.00002, 0.073 }, + { { 0, 0, 14, -21, 0, 0, 0, 0, 2, -1, 0 }, 337.49906, 0.00002, 0.070 }, + { { 0, 0, 14, -21, 0, 0, 0, 0, 2, 0, 0 }, 157.47037, 0.00002, 0.036 }, + { { 0, 0, 14, -21, 0, 0, 0, 0, 3, -2, -1 }, 238.32840, 0.00002, 146.030 }, + { { 0, 0, 14, -20, 0, 0, 0, 0, 2, -1, 0 }, 6.39697, 0.00003, 0.067 }, + { { 0, 0, 14, -20, 0, 0, 0, 0, 2, 0, 0 }, 186.38192, 0.00002, 0.036 }, + { { 0, 0, 14, -19, 0, 0, 0, 0, 0, 0, 0 }, 35.22775, 0.00002, 0.257 }, + { { 0, 0, 14, -19, 0, 0, 0, 0, 2, -1, 0 }, 35.28847, 0.00004, 0.065 }, + { { 0, 0, 14, -19, 0, 0, 0, 0, 2, 0, 0 }, 215.28486, 0.00003, 0.035 }, + { { 0, 0, 14, -18, 0, 0, 0, 0, 0, 0, 0 }, 62.86314, 0.00001, 0.226 }, + { { 0, 0, 14, -18, 0, 0, 0, 0, 2, -1, 0 }, 66.10269, 0.00005, 0.063 }, + { { 0, 0, 14, -18, 0, 0, 0, 0, 2, 0, 0 }, 245.76130, 0.00005, 0.034 }, + { { 0, 0, 14, -17, 0, 0, 0, 0, 0, -1, 0 }, 92.89913, 0.00001, 0.121 }, + { { 0, 0, 14, -17, 0, 0, 0, 0, 0, 0, 0 }, 90.42494, 0.00001, 0.202 }, + { { 0, 0, 14, -17, 0, 0, 0, 0, 0, 1, 0 }, 92.89913, 0.00001, 0.055 }, + { { 0, 0, 14, -17, 0, 0, 0, 0, 2, -1, 0 }, 92.89878, 0.00005, 0.061 }, + { { 0, 0, 14, -17, 0, 0, 0, 0, 2, 0, 0 }, 272.89855, 0.00005, 0.034 }, + { { 0, 0, 14, -16, 0, 0, 0, 0, 0, 0, 0 }, 117.40803, 0.00001, 0.182 }, + { { 0, 0, 14, -16, 0, 0, 0, 0, 2, -1, 0 }, 121.40080, 0.00004, 0.059 }, + { { 0, 0, 14, -16, 0, 0, 0, 0, 2, 0, 0 }, 301.40036, 0.00005, 0.033 }, + { { 0, 0, 14, -15, 0, 0, 0, 0, 2, -1, 0 }, 149.66142, 0.00002, 0.057 }, + { { 0, 0, 14, -15, 0, 0, 0, 0, 2, 0, 0 }, 328.94480, 0.00004, 0.033 }, + { { 0, 0, 14, -13, 0, 0, 0, 0, 2, 0, 0 }, 210.66032, 0.00001, 0.031 }, + { { 0, 0, 15, -25, 0, 0, 0, 0, 2, -1, 0 }, 67.30316, 0.00002, 0.076 }, + { { 0, 0, 15, -22, 0, 0, 0, 0, 2, 0, 0 }, 157.41296, 0.00002, 0.036 }, + { { 0, 0, 15, -21, 0, 0, 0, 0, 2, -1, 0 }, 6.31568, 0.00002, 0.065 }, + { { 0, 0, 15, -21, 0, 0, 0, 0, 2, 0, 0 }, 186.31565, 0.00002, 0.035 }, + { { 0, 0, 15, -20, 0, 0, 0, 0, 2, -1, 0 }, 35.19363, 0.00003, 0.063 }, + { { 0, 0, 15, -20, 0, 0, 0, 0, 2, 0, 0 }, 215.19386, 0.00003, 0.034 }, + { { 0, 0, 15, -19, 0, 0, 0, 0, 2, -1, 0 }, 64.01040, 0.00003, 0.061 }, + { { 0, 0, 15, -19, 0, 0, 0, 0, 2, 0, 0 }, 244.01032, 0.00004, 0.034 }, + { { 0, 0, 15, -18, 0, 0, 0, 0, 2, -1, 0 }, 92.69090, 0.00004, 0.059 }, + { { 0, 0, 15, -18, 0, 0, 0, 0, 2, 0, 0 }, 272.69076, 0.00005, 0.033 }, + { { 0, 0, 15, -17, 0, 0, 0, 0, 2, -1, 0 }, 121.02830, 0.00003, 0.057 }, + { { 0, 0, 15, -17, 0, 0, 0, 0, 2, 0, 0 }, 301.02779, 0.00003, 0.033 }, + { { 0, 0, 15, -16, 0, 0, 0, 0, 2, -1, 0 }, 147.93713, 0.00002, 0.056 }, + { { 0, 0, 15, -16, 0, 0, 0, 0, 2, 0, 0 }, 327.93662, 0.00003, 0.032 }, + { { 0, 0, 15, -14, 0, 0, 0, 0, 2, 0, 0 }, 206.56097, 0.00001, 0.031 }, + { { 0, 0, 16, -23, 0, 0, 0, 0, 2, 0, 0 }, 157.34897, 0.00002, 0.035 }, + { { 0, 0, 16, -22, 0, 0, 0, 0, 2, -1, 0 }, 6.23663, 0.00002, 0.063 }, + { { 0, 0, 16, -22, 0, 0, 0, 0, 2, 0, 0 }, 186.23660, 0.00001, 0.034 }, + { { 0, 0, 16, -21, 0, 0, 0, 0, 2, -1, 0 }, 35.08558, 0.00003, 0.061 }, + { { 0, 0, 16, -21, 0, 0, 0, 0, 2, 0, 0 }, 215.08553, 0.00002, 0.034 }, + { { 0, 0, 16, -20, 0, 0, 0, 0, 2, -1, 0 }, 63.85112, 0.00003, 0.059 }, + { { 0, 0, 16, -20, 0, 0, 0, 0, 2, 0, 0 }, 243.85170, 0.00004, 0.033 }, + { { 0, 0, 16, -19, 0, 0, 0, 0, 0, 0, 0 }, 92.44158, 0.00002, 0.170 }, + { { 0, 0, 16, -19, 0, 0, 0, 0, 2, -1, 0 }, 92.44013, 0.00003, 0.058 }, + { { 0, 0, 16, -19, 0, 0, 0, 0, 2, 0, 0 }, 272.44141, 0.00004, 0.033 }, + { { 0, 0, 16, -18, 0, 0, 0, 0, 2, -1, 0 }, 120.56953, 0.00002, 0.056 }, + { { 0, 0, 16, -18, 0, 0, 0, 0, 2, 0, 0 }, 300.57319, 0.00004, 0.032 }, + { { 0, 0, 16, -17, 0, 0, 0, 0, 2, 0, 0 }, 326.52740, 0.00002, 0.032 }, + { { 0, 0, 16, -15, 0, 0, 0, 0, 2, 0, 0 }, 209.20669, 0.00002, 0.031 }, + { { 0, 0, 16, -5, -1, 0, 0, 0, 0, -1, 0 }, 272.09758, 0.00002, 658.208 }, + { { 0, 0, 17, -32, 0, 0, 0, 0, 0, 0, 0 }, 282.42285, 0.00004, 71.966 }, + { { 0, 0, 17, -30, 0, 0, 0, 0, 1, 0, -1 }, 243.79378, 0.00003, 232.951 }, + { { 0, 0, 17, -28, 0, 0, 0, 0, 2, 0, -2 }, 221.72626, 0.00005, 188.324 }, + { { 0, 0, 17, -24, 0, 0, 0, 0, 2, 0, 0 }, 157.27578, 0.00002, 0.035 }, + { { 0, 0, 17, -23, 0, 0, 0, 0, 2, 0, 0 }, 186.14222, 0.00002, 0.034 }, + { { 0, 0, 17, -22, 0, 0, 0, 0, 2, -1, 0 }, 34.95659, 0.00002, 0.060 }, + { { 0, 0, 17, -22, 0, 0, 0, 0, 2, 0, 0 }, 214.95654, 0.00002, 0.033 }, + { { 0, 0, 17, -21, 0, 0, 0, 0, 2, -1, 0 }, 63.66319, 0.00002, 0.058 }, + { { 0, 0, 17, -21, 0, 0, 0, 0, 2, 0, 0 }, 243.66392, 0.00003, 0.033 }, + { { 0, 0, 17, -20, 0, 0, 0, 0, 2, -1, 0 }, 92.14620, 0.00003, 0.056 }, + { { 0, 0, 17, -20, 0, 0, 0, 0, 2, 0, 0 }, 272.14608, 0.00003, 0.032 }, + { { 0, 0, 17, -19, 0, 0, 0, 0, 2, -1, 0 }, 120.01885, 0.00002, 0.054 }, + { { 0, 0, 17, -19, 0, 0, 0, 0, 2, 0, 0 }, 300.01861, 0.00002, 0.032 }, + { { 0, 0, 17, -18, 0, 0, 0, 0, 2, 0, 0 }, 327.21710, 0.00001, 0.031 }, + { { 0, 0, 18, -24, 0, 0, 0, 0, 2, 0, 0 }, 186.03230, 0.00001, 0.033 }, + { { 0, 0, 18, -23, 0, 0, 0, 0, 2, -1, 0 }, 34.80544, 0.00002, 0.058 }, + { { 0, 0, 18, -23, 0, 0, 0, 0, 2, 0, 0 }, 214.80539, 0.00002, 0.033 }, + { { 0, 0, 18, -22, 0, 0, 0, 0, 2, -1, 0 }, 63.44474, 0.00002, 0.056 }, + { { 0, 0, 18, -22, 0, 0, 0, 0, 2, 0, 0 }, 243.44465, 0.00002, 0.032 }, + { { 0, 0, 18, -21, 0, 0, 0, 0, 2, 0, 0 }, 271.79915, 0.00002, 0.032 }, + { { 0, 0, 18, -20, 0, 0, 0, 0, 2, 0, 0 }, 299.33957, 0.00002, 0.031 }, + { { 0, 0, 19, -25, 0, 0, 0, 0, 2, 0, 0 }, 185.90488, 0.00001, 0.033 }, + { { 0, 0, 19, -24, 0, 0, 0, 0, 2, 0, 0 }, 214.63055, 0.00001, 0.032 }, + { { 0, 0, 19, -23, 0, 0, 0, 0, 2, 0, 0 }, 243.19122, 0.00002, 0.032 }, + { { 0, 0, 19, -22, 0, 0, 0, 0, 2, 0, 0 }, 271.39354, 0.00002, 0.031 }, + { { 0, 0, 19, -21, 0, 0, 0, 0, 2, 0, 0 }, 298.49992, 0.00001, 0.031 }, + { { 0, 0, 19, -17, -3, 0, 0, 0, -4, 3, 0 }, 255.59386, 0.00003, 1361.910 }, + { { 0, 0, 20, -26, 0, 0, 0, 0, 2, 0, 0 }, 185.75972, 0.00002, 0.032 }, + { { 0, 0, 20, -25, 0, 0, 0, 0, 2, 0, 0 }, 214.43043, 0.00001, 0.032 }, + { { 0, 0, 20, -24, 0, 0, 0, 0, 2, 0, 0 }, 242.90049, 0.00001, 0.031 }, + { { 0, 0, 20, -23, 0, 0, 0, 0, 2, 0, 0 }, 270.91498, 0.00002, 0.031 }, + { { 0, 0, 20, -18, 0, 0, 0, 0, -3, 1, 1 }, 140.45460, 0.00016, 584.305 }, + { { 0, 0, 20, -16, 0, 0, -1, 0, -2, 1, 0 }, 105.22322, 0.00002, 1701.651 }, + { { 0, 0, 20, -16, 0, 0, 0, 0, -4, 1, 0 }, 327.06701, 0.00002, 0.040 }, + { { 0, 0, 20, -16, 0, 0, 0, 0, -4, 2, 0 }, 327.06701, 0.00002, 0.087 }, + { { 0, 0, 20, -16, 0, 0, 0, 0, -2, 0, 0 }, 327.02107, 0.00007, 0.076 }, + { { 0, 0, 20, -16, 0, 0, 0, 0, -2, 1, 0 }, 327.06701, 0.00148, 88.385 }, + { { 0, 0, 20, -16, 0, 0, 0, 0, -2, 2, 0 }, 327.10461, 0.00009, 0.075 }, + { { 0, 0, 20, -16, 0, 0, 0, 0, 0, 0, 0 }, 327.06701, 0.00002, 0.087 }, + { { 0, 0, 20, -16, 0, 0, 0, 0, 0, 1, 0 }, 327.06701, 0.00002, 0.040 }, + { { 0, 0, 20, -13, 2, 0, 0, 0, 0, -1, 0 }, 59.40255, 0.00002, 1043.255 }, + { { 0, 0, 21, -26, 0, 0, 0, 0, 2, 0, 0 }, 214.20177, 0.00001, 0.031 }, + { { 0, 0, 21, -25, 0, 0, 0, 0, 2, 0, 0 }, 242.56605, 0.00001, 0.031 }, + { { 0, 0, 21, -24, 0, 0, 0, 0, 2, 0, 0 }, 270.36093, 0.00001, 0.030 }, + { { 0, 0, 21, -18, 0, 0, 0, 0, -2, 1, 0 }, 15.76431, 0.00014, 19.211 }, + { { 0, 0, 22, -19, -5, 0, 0, 0, -2, 1, 0 }, 87.78273, 0.00001, 190.106 }, + { { 0, 0, 23, -21, -4, 0, 0, 0, -2, 1, 0 }, 326.30902, 0.00001, 63.795 }, + { { 0, 0, 23, -20, 0, 0, 0, 0, -1, 0, 0 }, 100.98487, 0.00009, 411.317 }, + { { 0, 0, 23, -20, 2, 0, 0, 0, -1, 1, -1 }, 258.27890, 0.00008, 1726.003 }, + { { 0, 0, 26, -27, -2, 0, 0, 0, -2, 0, 0 }, 268.21423, 0.00001, 0.075 }, + { { 0, 0, 26, -27, -2, 0, 0, 0, -2, 1, 0 }, 356.23747, 0.00001, 171.793 }, + { { 0, 0, 26, -27, -2, 0, 0, 0, -2, 2, 0 }, 268.21423, 0.00001, 0.075 }, + { { 0, 0, 26, -27, -1, 0, 0, 0, -2, 1, 0 }, 103.45962, 0.00001, 12.742 }, + { { 0, 0, 26, -27, 0, 0, 0, 0, -2, 1, 0 }, 336.95700, 0.00001, 6.143 }, + { { 0, 0, 26, -24, 0, 0, 0, 0, 0, -1, 0 }, 278.29382, 0.00004, 61.818 }, + { { 0, 0, 26, -22, 0, 0, 0, 0, 1, -1, -1 }, 229.82382, 0.00007, 152.117 }, + { { 0, 0, 27, -29, 0, 0, 0, 0, -2, 1, 0 }, 53.21564, 0.00002, 10.059 }, + { { 0, 0, 28, -31, 0, 0, -3, 0, -2, 1, 0 }, 34.45428, 0.00013, 2901.861 }, + { { 0, 0, 28, -31, 0, 0, 0, 0, -2, 0, 0 }, 29.61085, 0.00002, 0.076 }, + { { 0, 0, 28, -31, 0, 0, 0, 0, -2, 1, 0 }, 28.79619, 0.00046, 27.739 }, + { { 0, 0, 28, -31, 0, 0, 0, 0, -2, 2, 0 }, 28.36335, 0.00003, 0.075 }, + { { 0, 0, 29, -33, 0, 0, 0, 0, -2, 0, 0 }, 305.75894, 0.00003, 0.075 }, + { { 0, 0, 29, -33, 0, 0, 0, 0, -2, 1, 0 }, 305.75894, 0.00050, 36.607 }, + { { 0, 0, 29, -33, 0, 0, 0, 0, -2, 2, 0 }, 305.75894, 0.00003, 0.076 }, + { { 0, 0, 29, -32, -6, 0, 0, 0, -2, 1, 0 }, 125.45704, 0.00003, 685.011 }, + { { 0, 0, 29, -31, 0, 0, 0, 0, -1, 1, -1 }, 211.61091, 0.00002, 56.451 }, + { { 0, 0, 29, -29, -4, 0, 0, 0, 0, -1, 0 }, 52.72877, 0.00001, 84.635 }, + { { 0, 0, 29, -29, 0, 0, 0, 0, 0, 1, -2 }, 336.96819, 0.00001, 123.278 }, + { { 0, 0, 30, -35, 0, 0, 0, 0, -2, 1, 0 }, 250.32536, 0.00004, 11.027 }, + { { 0, 0, 30, -35, 2, 0, 0, 0, -2, 1, 0 }, 79.50916, 0.00002, 12.833 }, + { { 0, 0, 30, -33, -3, 0, 0, 0, -1, -1, 1 }, 125.60411, 0.00014, 2071.859 }, + { { 0, 0, 30, -33, -1, 0, 0, 0, -1, 0, 0 }, 242.86547, 0.00003, 730.361 }, + { { 0, 0, 31, -37, 0, 0, 0, 0, -2, 1, 0 }, 179.39809, 0.00002, 6.491 }, + { { 0, 0, 31, -37, 2, 0, 0, 0, -2, 1, 0 }, 92.98304, 0.00001, 68.710 }, + { { 0, 0, 31, -34, 0, 0, 0, 0, 0, -3, 2 }, 244.98107, 0.00004, 2022.190 }, + { { 0, 0, 32, -39, 2, 0, 0, 0, -2, 1, 0 }, 22.69720, 0.00001, 20.486 }, + { { 0, 0, 32, -39, 3, 0, 0, 0, -2, 1, 0 }, 352.81873, 0.00001, 28.177 }, + { { 0, 0, 32, -35, 0, -4, 0, 0, 0, -1, 0 }, 284.84382, 0.00005, 2015.126 }, + { { 0, 0, 33, -41, 3, 0, 0, 0, -2, 1, 0 }, 339.58641, 0.00001, 35.871 }, + { { 0, 0, 33, -40, -3, 0, 0, 0, -2, 1, 0 }, 88.94043, 0.00004, 494.910 }, + { { 0, 0, 33, -37, -1, 0, 0, 0, 0, -1, 0 }, 6.72121, 0.00001, 80.800 }, + { { 0, 0, 34, -43, 0, 0, 0, 0, -2, -1, 2 }, 271.07256, 0.00001, 93.931 }, + { { 0, 0, 34, -43, 4, 0, 0, 0, -2, 1, 0 }, 261.07370, 0.00002, 144.041 }, + { { 0, 0, 34, -42, -2, 0, 0, 0, -2, 1, 0 }, 69.86408, 0.00001, 52.868 }, + { { 0, 0, 34, -41, 0, 0, 0, 0, -1, -1, 1 }, 33.74756, 0.00017, 958.407 }, + { { 0, 0, 34, -41, 2, 0, 0, 0, -1, -1, 0 }, 210.39978, 0.00001, 0.075 }, + { { 0, 0, 34, -41, 2, 0, 0, 0, -1, 0, 0 }, 210.39978, 0.00020, 1236.942 }, + { { 0, 0, 34, -41, 2, 0, 0, 0, -1, 1, 0 }, 210.39978, 0.00001, 0.075 }, + { { 0, 0, 34, -39, 0, 0, 0, 0, 0, -1, 0 }, 30.96216, 0.00018, 116.831 }, + { { 0, 0, 34, -37, 0, 0, 0, 0, 1, -1, -1 }, 182.37116, 0.00002, 55.060 }, + { { 0, 0, 35, -44, -2, 0, 0, 0, -2, 1, 0 }, 25.91301, 0.00002, 22.496 }, + { { 0, 0, 35, -44, -1, 0, 0, 0, -2, 1, 0 }, 263.24490, 0.00002, 25.094 }, + { { 0, 0, 35, -41, 0, 0, 0, 0, 0, -1, 0 }, 352.96137, 0.00001, 18.245 }, + { { 0, 0, 36, -46, -1, 0, 0, 0, -2, 1, 0 }, 221.49445, 0.00001, 42.523 }, + { { 0, 0, 36, -44, 0, -2, 0, 0, -1, 1, -1 }, 149.08247, 0.00001, 401.021 }, + { { 0, 0, 37, -48, 0, 0, 0, 0, -2, 0, 0 }, 222.48113, 0.00003, 0.075 }, + { { 0, 0, 37, -48, 0, 0, 0, 0, -2, 1, 0 }, 251.77849, 0.00016, 387.400 }, + { { 0, 0, 37, -48, 0, 0, 0, 0, -2, 2, 0 }, 233.58943, 0.00001, 0.075 }, + { { 0, 0, 37, -46, 0, 0, 0, 0, -1, 1, -1 }, 2.11691, 0.00008, 142.421 }, + { { 0, 0, 37, -45, 2, 0, 0, 0, 0, -1, 0 }, 356.17714, 0.00003, 77.298 }, + { { 0, 0, 38, -47, 3, 0, 0, 0, 0, -1, 0 }, 297.28448, 0.00001, 125.022 }, + { { 0, 0, 40, -53, -4, 0, 0, 0, -2, 1, 0 }, 270.34871, 0.00001, 561.851 }, + { { 0, 0, 40, -50, -2, 0, 0, 0, 0, -1, 0 }, 352.60679, 0.00001, 116.607 }, + { { 0, 0, 40, -48, -2, 0, 0, 0, 1, -1, -1 }, 189.70638, 0.00003, 973.771 }, + { { 0, 0, 40, -48, 0, 0, 0, 0, 1, 0, -2 }, 301.00192, 0.00002, 347.370 }, + { { 0, 0, 41, -56, 3, 0, 0, 0, -2, 1, 0 }, 126.31894, 0.00001, 318.264 }, + { { 0, 0, 42, -54, 0, -1, 0, 0, 0, -2, 0 }, 311.88046, 0.00001, 0.075 }, + { { 0, 0, 42, -54, 0, -1, 0, 0, 0, -1, 0 }, 311.88046, 0.00021, 1533.043 }, + { { 0, 0, 42, -54, 0, -1, 0, 0, 0, 0, 0 }, 311.88046, 0.00001, 0.075 }, + { { 0, 0, 43, -55, -2, 0, 0, 0, 0, 1, -2 }, 312.30343, 0.00001, 1957.040 }, + { { 0, 0, 43, -52, 0, 0, 0, 0, 2, -1, -2 }, 273.60664, 0.00001, 92.025 }, + { { 0, 0, 44, -61, -1, 0, 0, 0, -2, 1, 0 }, 31.13663, 0.00007, 820.282 }, + { { 0, 0, 44, -56, 1, 0, 0, 0, 1, -1, -1 }, 297.36536, 0.00013, 2145.021 }, + { { 0, 0, 45, -63, 0, 0, 0, 0, -2, 1, 0 }, 178.89729, 0.00001, 45.137 }, + { { 0, 0, 48, -69, 2, 0, 0, 0, -2, 1, 0 }, 11.69227, 0.00005, 1518.942 }, + { { 0, 0, 48, -67, 0, 0, 0, 0, -1, 0, 0 }, 335.32219, 0.00008, 118.917 }, + { { 0, 1, -42, 51, 0, 0, 0, 0, 0, 1, 0 }, 279.85878, 0.00001, 353.939 }, + { { 0, 1, -37, 45, 0, 0, 0, 0, 2, -1, 0 }, 92.72444, 0.00002, 30.256 }, + { { 0, 1, -36, 43, 0, 0, 0, 0, 2, -1, 0 }, 63.39727, 0.00001, 32.986 }, + { { 0, 1, -11, 0, 0, 0, 0, 0, 4, -1, -2 }, 154.75786, 0.00005, 3701.205 }, + { { 0, 1, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 289.62915, 0.00001, 0.030 }, + { { 0, 1, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 289.62915, 0.00001, 0.152 }, + { { 0, 1, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 120.65475, 0.00002, 0.056 }, + { { 0, 1, -8, 0, 2, 0, 0, 0, -2, 0, 0 }, 322.50192, 0.00001, 0.032 }, + { { 0, 1, -8, 0, 2, 0, 0, 0, -2, 2, 0 }, 142.50192, 0.00001, 0.226 }, + { { 0, 1, -8, 10, 0, 0, 0, 0, -1, 0, 1 }, 214.60696, 0.00002, 258.482 }, + { { 0, 1, -8, 12, 0, 0, 0, 0, -2, 0, 0 }, 145.52467, 0.00006, 0.040 }, + { { 0, 1, -8, 12, 0, 0, 0, 0, -2, 1, 0 }, 145.64240, 0.00008, 0.087 }, + { { 0, 1, -8, 12, 0, 0, 0, 0, 0, -1, 0 }, 144.84768, 0.00011, 0.075 }, + { { 0, 1, -8, 12, 0, 0, 0, 0, 0, 0, 0 }, 144.55296, 0.00051, 174.398 }, + { { 0, 1, -8, 12, 0, 0, 0, 0, 0, 1, 0 }, 144.84768, 0.00011, 0.075 }, + { { 0, 1, -8, 12, 0, 0, 0, 0, 2, -1, 0 }, 145.64347, 0.00008, 0.087 }, + { { 0, 1, -8, 12, 0, 0, 0, 0, 2, 0, 0 }, 145.52477, 0.00006, 0.040 }, + { { 0, 1, -8, 13, 0, 0, 0, 0, 0, 0, 0 }, 354.25830, 0.00001, 1.861 }, + { { 0, 1, -7, 0, 0, 0, 0, 0, -2, -1, 0 }, 211.17739, 0.00001, 0.023 }, + { { 0, 1, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 217.87908, 0.00003, 0.033 }, + { { 0, 1, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 214.00551, 0.00002, 0.059 }, + { { 0, 1, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 218.68307, 0.00001, 0.278 }, + { { 0, 1, -7, 0, 0, 0, 0, 0, -2, 3, 0 }, 36.87142, 0.00001, 0.104 }, + { { 0, 1, -7, 0, 2, 0, 0, 0, -2, 0, 0 }, 231.68665, 0.00005, 0.033 }, + { { 0, 1, -7, 0, 2, 0, 0, 0, -2, 1, 0 }, 231.64116, 0.00002, 0.060 }, + { { 0, 1, -7, 0, 2, 0, 0, 0, 0, -2, 0 }, 231.64262, 0.00001, 0.032 }, + { { 0, 1, -7, 0, 2, 0, 0, 0, 0, 0, 0 }, 231.64262, 0.00001, 0.192 }, + { { 0, 1, -7, 2, 0, 0, 0, 0, -2, 0, 0 }, 231.90846, 0.00002, 0.034 }, + { { 0, 1, -7, 2, 0, 0, 0, 0, -2, 1, 0 }, 51.69452, 0.00002, 0.063 }, + { { 0, 1, -7, 2, 0, 0, 0, 0, -2, 2, 0 }, 231.90846, 0.00002, 0.394 }, + { { 0, 1, -7, 2, 0, 0, 0, 0, -2, 3, 0 }, 51.69452, 0.00002, 0.093 }, + { { 0, 1, -7, 11, 0, 0, 0, 0, 0, 0, 0 }, 325.28939, 0.00001, 2.110 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, -2, -1, 0 }, 324.10009, 0.00002, 0.024 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 346.16470, 0.00005, 0.385 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, 0, -2, 0 }, 142.69345, 0.00001, 0.032 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 144.10009, 0.00003, 0.057 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 152.43253, 0.00005, 0.229 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 331.40107, 0.00003, 0.141 }, + { { 0, 1, -6, 0, 1, 0, 0, 0, -2, 0, 0 }, 52.69111, 0.00001, 0.034 }, + { { 0, 1, -6, 0, 1, 0, 0, 0, -2, 1, 0 }, 50.46931, 0.00001, 0.063 }, + { { 0, 1, -6, 0, 1, 0, 0, 0, 0, -1, 0 }, 230.46931, 0.00001, 0.057 }, + { { 0, 1, -6, 0, 1, 0, 0, 0, 0, 1, 0 }, 230.46931, 0.00001, 0.112 }, + { { 0, 1, -6, 0, 2, 0, 0, 0, -2, 0, 0 }, 291.82436, 0.00005, 0.035 }, + { { 0, 1, -6, 0, 2, 0, 0, 0, -2, 1, 0 }, 291.95665, 0.00001, 0.064 }, + { { 0, 1, -6, 0, 2, 0, 0, 0, -2, 3, 0 }, 291.95665, 0.00001, 0.092 }, + { { 0, 1, -6, 2, 0, 0, 0, 0, -2, 0, 0 }, 272.30579, 0.00003, 0.036 }, + { { 0, 1, -6, 2, 0, 0, 0, 0, -2, 2, 0 }, 273.61358, 0.00002, 0.651 }, + { { 0, 1, -6, 3, 0, 0, 0, 0, -2, 0, 0 }, 288.62810, 0.00001, 0.036 }, + { { 0, 1, -6, 3, 0, 0, 0, 0, -2, 1, 0 }, 108.62810, 0.00002, 0.070 }, + { { 0, 1, -6, 3, 0, 0, 0, 0, -2, 2, 0 }, 288.62810, 0.00001, 0.995 }, + { { 0, 1, -6, 3, 0, 0, 0, 0, -2, 3, 0 }, 108.62810, 0.00002, 0.082 }, + { { 0, 1, -6, 6, 0, 0, 0, 0, 0, 0, 0 }, 209.49856, 0.00001, 0.844 }, + { { 0, 1, -6, 8, 0, 0, 0, 0, 0, 0, 0 }, 271.98085, 0.00001, 8.264 }, + { { 0, 1, -5, 0, -1, 0, 0, 0, -2, 0, 0 }, 58.49155, 0.00002, 0.035 }, + { { 0, 1, -5, 0, -1, 0, 0, 0, -2, 2, 0 }, 65.67359, 0.00001, 0.594 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, -4, 0, 0 }, 231.78036, 0.00002, 0.019 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, -4, 3, 0 }, 51.84184, 0.00003, 0.076 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, -2, -2, 0 }, 51.77916, 0.00001, 0.018 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 53.78387, 0.00005, 0.036 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 231.14937, 0.00002, 0.067 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, -2, 3, 0 }, 232.02408, 0.00004, 0.086 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, 0, -2, 0 }, 51.67657, 0.00001, 0.033 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 323.65236, 0.00004, 0.296 }, + { { 0, 1, -5, 0, 1, 0, 0, 0, -2, 0, 0 }, 308.77167, 0.00003, 0.036 }, + { { 0, 1, -5, 0, 1, 0, 0, 0, -2, 1, 0 }, 161.34807, 0.00003, 0.068 }, + { { 0, 1, -5, 0, 1, 0, 0, 0, -2, 2, 0 }, 221.25700, 0.00001, 0.660 }, + { { 0, 1, -5, 2, 0, 0, 0, 0, 0, 0, 0 }, 172.33442, 0.00001, 0.433 }, + { { 0, 1, -5, 3, 0, 0, 0, 0, -4, 3, 0 }, 181.63861, 0.00001, 0.087 }, + { { 0, 1, -5, 3, 0, 0, 0, 0, -2, 1, 0 }, 354.31941, 0.00009, 0.075 }, + { { 0, 1, -5, 3, 0, 0, 0, 0, -2, 2, 0 }, 133.11357, 0.00007, 184.957 }, + { { 0, 1, -5, 3, 0, 0, 0, 0, -2, 3, 0 }, 13.99536, 0.00005, 0.075 }, + { { 0, 1, -5, 3, 0, 0, 0, 0, 0, 1, 0 }, 181.63861, 0.00001, 0.087 }, + { { 0, 1, -5, 5, 0, 0, 0, 0, -1, 2, -1 }, 330.72302, 0.00002, 238.317 }, + { { 0, 1, -5, 5, 0, 0, 0, 0, 0, 0, 0 }, 73.00507, 0.00001, 1.397 }, + { { 0, 1, -5, 6, 0, 0, 0, 0, 0, 0, 0 }, 260.62470, 0.00001, 5.424 }, + { { 0, 1, -5, 8, -3, 0, 0, 0, 0, 0, 0 }, 71.94884, 0.00001, 1.597 }, + { { 0, 1, -4, -2, 0, 0, 0, 0, -2, 0, 0 }, 11.07071, 0.00003, 0.035 }, + { { 0, 1, -4, -2, 0, 0, 0, 0, -2, 2, 0 }, 11.02763, 0.00002, 0.601 }, + { { 0, 1, -4, 0, -1, 0, 0, 0, -2, 0, 0 }, 54.54187, 0.00006, 0.037 }, + { { 0, 1, -4, 0, -1, 0, 0, 0, -2, 1, 0 }, 62.34610, 0.00010, 0.072 }, + { { 0, 1, -4, 0, -1, 0, 0, 0, -2, 3, 0 }, 329.75732, 0.00001, 0.080 }, + { { 0, 1, -4, 0, -1, 0, 0, 0, 0, 1, 0 }, 242.34663, 0.00002, 0.093 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -4, 0, 0 }, 128.84343, 0.00002, 0.019 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -4, 2, 0 }, 128.84343, 0.00002, 0.039 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 107.91554, 0.00006, 0.037 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 241.96897, 0.00007, 0.072 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -2, 2, 0 }, 149.71842, 0.00003, 1.665 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -2, 3, 0 }, 358.56416, 0.00003, 0.079 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 118.18029, 0.00002, 0.068 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -1, 0, 1 }, 237.23392, 0.00004, 0.757 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 241.77089, 0.00003, 0.064 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 245.66895, 0.00028, 0.421 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 251.05414, 0.00004, 0.092 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 1, 0, -1 }, 60.72392, 0.00003, 0.292 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 243.90761, 0.00005, 0.110 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 242.99129, 0.00007, 0.045 }, + { { 0, 1, -4, 0, 1, 0, 0, 0, -2, 1, 0 }, 308.66953, 0.00003, 0.073 }, + { { 0, 1, -4, 0, 2, 0, 0, 0, 2, -2, 0 }, 90.68012, 0.00002, 0.251 }, + { { 0, 1, -4, 0, 2, 0, 0, 0, 2, 0, 0 }, 270.68012, 0.00002, 0.044 }, + { { 0, 1, -4, 0, 3, 0, 0, 0, -2, 0, 2 }, 357.63960, 0.00003, 71.265 }, + { { 0, 1, -4, 0, 3, 0, 0, 0, 0, 0, 0 }, 346.28792, 0.00001, 0.471 }, + { { 0, 1, -4, 1, 0, 0, 0, 0, -2, 1, 0 }, 297.13022, 0.00003, 0.075 }, + { { 0, 1, -4, 2, 0, 0, 0, 0, 0, 0, 0 }, 272.79017, 0.00002, 0.763 }, + { { 0, 1, -4, 3, 0, 0, 0, 0, 0, 0, 0 }, 353.42390, 0.00002, 1.283 }, + { { 0, 1, -4, 4, 0, 0, 0, 0, 0, -1, 0 }, 29.73664, 0.00003, 0.074 }, + { { 0, 1, -4, 4, 0, 0, 0, 0, 0, 0, 0 }, 216.78407, 0.00002, 4.037 }, + { { 0, 1, -4, 4, 0, 0, 0, 0, 0, 1, 0 }, 29.73664, 0.00003, 0.077 }, + { { 0, 1, -4, 4, 0, 0, 0, 0, 2, -2, 0 }, 29.59891, 0.00001, 0.495 }, + { { 0, 1, -4, 4, 0, 0, 0, 0, 2, 0, 0 }, 29.59891, 0.00001, 0.041 }, + { { 0, 1, -3, -1, 0, 0, 0, 0, -2, 1, 0 }, 270.41908, 0.00002, 0.075 }, + { { 0, 1, -3, 0, -2, 0, 0, 0, -2, 0, 0 }, 51.58262, 0.00003, 0.038 }, + { { 0, 1, -3, 0, -2, 0, 0, 0, -2, 1, 0 }, 230.08332, 0.00006, 0.077 }, + { { 0, 1, -3, 0, -2, 0, 0, 0, -2, 3, 0 }, 54.61614, 0.00001, 0.074 }, + { { 0, 1, -3, 0, -1, 0, 0, 0, -2, 1, 0 }, 304.09719, 0.00002, 0.077 }, + { { 0, 1, -3, 0, -1, 0, 0, 0, -2, 3, 0 }, 23.00902, 0.00001, 0.074 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -4, 2, 0 }, 342.31271, 0.00002, 0.041 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -3, 0, 1 }, 165.30624, 0.00001, 0.040 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -3, 1, 1 }, 348.37569, 0.00001, 0.085 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -2, -1, 0 }, 334.36294, 0.00002, 0.025 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 322.87761, 0.00008, 0.038 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 338.12280, 0.00109, 0.078 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -2, 2, 0 }, 336.13776, 0.00010, 2.503 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -2, 3, 0 }, 355.67555, 0.00005, 0.073 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, -2, 3 }, 348.33066, 0.00002, 78.110 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, -1, 1 }, 166.46533, 0.00018, 0.074 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, 0, -1 }, 340.67074, 0.00013, 0.037 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, 0, 0 }, 336.25151, 0.00016, 0.073 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, 0, 1 }, 165.27038, 0.00100, 3.118 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, 1, -1 }, 346.53273, 0.00006, 0.072 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, 1, 0 }, 336.22575, 0.00002, 2.051 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, 1, 1 }, 166.46533, 0.00018, 0.077 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 0, -2, 0 }, 137.50080, 0.00003, 0.036 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 157.33561, 0.00043, 0.068 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 157.20414, 0.00379, 0.728 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 163.80284, 0.00082, 0.084 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 0, 2, 0 }, 161.21970, 0.00005, 0.040 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 1, -1, -1 }, 346.68712, 0.00001, 0.064 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 1, 0, -1 }, 346.59298, 0.00023, 0.412 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 337.68703, 0.00003, 0.091 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 1, 0, 1 }, 167.89477, 0.00009, 0.041 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 1, 1, -1 }, 346.68712, 0.00001, 0.092 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 2, -2, 0 }, 167.87036, 0.00004, 0.318 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 154.13172, 0.00021, 0.099 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 160.39055, 0.00023, 0.043 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 2, 1, 0 }, 157.81932, 0.00002, 0.027 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 4, 0, 0 }, 167.38208, 0.00002, 0.021 }, + { { 0, 1, -3, 0, 1, 0, 0, 0, -2, 1, 0 }, 266.87316, 0.00001, 0.078 }, + { { 0, 1, -3, 0, 1, 0, 0, 0, -2, 3, 0 }, 86.87316, 0.00001, 0.073 }, + { { 0, 1, -3, 0, 1, 0, 0, 0, 0, 0, 0 }, 271.77167, 0.00001, 0.775 }, + { { 0, 1, -3, 0, 1, 0, 0, 0, 2, -2, 0 }, 89.35628, 0.00003, 0.326 }, + { { 0, 1, -3, 0, 1, 0, 0, 0, 2, 0, 0 }, 89.20831, 0.00002, 0.043 }, + { { 0, 1, -3, 0, 2, 0, 0, 0, -2, 0, 0 }, 179.90700, 0.00003, 0.039 }, + { { 0, 1, -3, 0, 2, 0, 0, 0, -2, 1, 0 }, 178.66527, 0.00005, 0.079 }, + { { 0, 1, -3, 0, 2, 0, 0, 0, 0, -2, 0 }, 180.43500, 0.00001, 0.036 }, + { { 0, 1, -3, 0, 2, 0, 0, 0, 0, 0, 0 }, 180.87444, 0.00006, 0.829 }, + { { 0, 1, -3, 0, 2, 0, 0, 0, 2, -1, 0 }, 179.86658, 0.00003, 0.097 }, + { { 0, 1, -3, 0, 2, 0, 0, 0, 2, 0, 0 }, 180.25544, 0.00001, 0.042 }, + { { 0, 1, -3, 0, 2, 0, 0, 0, 2, 2, 0 }, 179.89491, 0.00001, 0.020 }, + { { 0, 1, -3, 0, 3, 0, 0, 0, 2, 0, 0 }, 170.90680, 0.00004, 0.042 }, + { { 0, 1, -3, 1, 0, 0, 0, 0, 0, 0, 0 }, 163.75181, 0.00002, 1.187 }, + { { 0, 1, -3, 2, 0, 0, 0, 0, -2, 2, 0 }, 179.21342, 0.00001, 0.684 }, + { { 0, 1, -3, 2, 0, 0, 0, 0, 0, -1, 0 }, 357.73009, 0.00002, 0.074 }, + { { 0, 1, -3, 2, 0, 0, 0, 0, 0, 1, 0 }, 357.73009, 0.00002, 0.077 }, + { { 0, 1, -3, 2, 0, 0, 0, 0, 2, -3, 0 }, 0.20649, 0.00003, 0.065 }, + { { 0, 1, -3, 2, 0, 0, 0, 0, 2, -2, 0 }, 179.45871, 0.00002, 0.480 }, + { { 0, 1, -3, 2, 0, 0, 0, 0, 2, -1, 0 }, 0.20649, 0.00003, 0.090 }, + { { 0, 1, -3, 2, 0, 0, 0, 0, 2, 0, 0 }, 179.91393, 0.00004, 0.041 }, + { { 0, 1, -3, 3, 0, 0, 0, 0, 0, 0, 0 }, 36.95977, 0.00005, 4.534 }, + { { 0, 1, -3, 6, 0, 0, 0, 0, 2, -3, 0 }, 103.21612, 0.00002, 0.076 }, + { { 0, 1, -3, 6, 0, 0, 0, 0, 2, -1, 0 }, 103.21612, 0.00002, 0.075 }, + { { 0, 1, -2, -3, 0, 0, 0, 0, -2, 1, 0 }, 11.74799, 0.00001, 0.074 }, + { { 0, 1, -2, -3, 0, 0, 0, 0, -2, 3, 0 }, 110.50170, 0.00001, 0.077 }, + { { 0, 1, -2, 0, -1, 0, 0, 0, -2, 1, 0 }, 204.02656, 0.00002, 0.084 }, + { { 0, 1, -2, 0, -1, 0, 0, 0, -2, 3, 0 }, 24.02656, 0.00002, 0.069 }, + { { 0, 1, -2, 0, -1, 0, 0, 0, 2, -2, 0 }, 279.59430, 0.00001, 0.448 }, + { { 0, 1, -2, 0, -1, 0, 0, 0, 2, 0, 0 }, 99.59430, 0.00001, 0.041 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -4, 0, 0 }, 147.42174, 0.00002, 0.020 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -4, 1, 0 }, 121.74622, 0.00005, 0.027 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -4, 2, 0 }, 209.20339, 0.00001, 0.043 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -3, 0, 1 }, 256.66370, 0.00001, 0.042 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -3, 1, 1 }, 32.93228, 0.00002, 0.093 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -3, 2, -1 }, 76.62258, 0.00001, 0.041 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, -2, 0 }, 101.82811, 0.00002, 0.019 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, -1, 0 }, 114.28512, 0.00026, 0.026 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, -1, 2 }, 117.63752, 0.00002, 0.087 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 121.83823, 0.00176, 0.040 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 0, 1 }, 76.62069, 0.00010, 0.086 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 0, 2 }, 117.86322, 0.00006, 0.577 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 210.07755, 0.00123, 0.084 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 2, 0 }, 269.49947, 0.00021, 0.715 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 3, 0 }, 276.27082, 0.00006, 0.068 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, -2, 1 }, 256.65863, 0.00002, 0.039 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, -1, -1 }, 84.29029, 0.00004, 0.025 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, -1, 0 }, 88.45118, 0.00002, 0.038 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, -1, 1 }, 256.64752, 0.00044, 0.080 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 0, -1 }, 76.60526, 0.00038, 0.038 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 0, 0 }, 88.33229, 0.00032, 0.078 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 0, 1 }, 256.71004, 0.00165, 1.472 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 1, -1 }, 76.98180, 0.00087, 0.077 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 1, 0 }, 91.65932, 0.00007, 1.951 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 1, 1 }, 256.63883, 0.00031, 0.072 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 2, -1 }, 76.63207, 0.00008, 2.892 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 2, 1 }, 256.66081, 0.00002, 0.037 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -3, 0 }, 107.20507, 0.00004, 0.025 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -2, 0 }, 105.56738, 0.00067, 0.037 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -2, 2 }, 295.42269, 0.00004, 24.413 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -1, -2 }, 286.22944, 0.00003, 0.025 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 106.02572, 0.00913, 0.073 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -1, 1 }, 256.58715, 0.00008, 4.814 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -1, 2 }, 299.02292, 0.00007, 0.076 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, -2 }, 282.16708, 0.00001, 0.037 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, -1 }, 76.33223, 0.00015, 0.072 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 103.71567, 0.04478, 2.670 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 1 }, 256.61446, 0.00034, 0.077 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 2 }, 282.16708, 0.00001, 0.038 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 1, -2 }, 108.91975, 0.00001, 0.072 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 1, -1 }, 76.62831, 0.00002, 1.848 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 106.63234, 0.00852, 0.078 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 1, 1 }, 256.61446, 0.00002, 0.038 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 1, 2 }, 286.22944, 0.00003, 0.025 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 2, 0 }, 106.00555, 0.00054, 0.038 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 3, 0 }, 106.83091, 0.00004, 0.025 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, -2, -1 }, 256.64954, 0.00001, 0.036 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, -2, 1 }, 76.67233, 0.00004, 0.913 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, -1, -1 }, 256.68172, 0.00024, 0.068 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, -1, 0 }, 272.59961, 0.00003, 0.793 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, -1, 1 }, 76.81626, 0.00057, 0.082 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 0, -1 }, 256.71743, 0.00218, 0.700 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 0, 0 }, 280.64284, 0.00042, 0.083 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 0, 1 }, 78.67042, 0.00050, 0.039 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 1, -1 }, 256.53462, 0.00046, 0.085 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 1, 1 }, 78.19981, 0.00004, 0.026 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 2, -1 }, 256.63635, 0.00002, 0.040 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, -3, 0 }, 285.99786, 0.00001, 0.065 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 225.60085, 0.00011, 0.465 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 228.43342, 0.00186, 0.090 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, 0, -2 }, 211.10122, 0.00001, 0.403 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 236.84642, 0.00137, 0.041 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, 1, 0 }, 217.53858, 0.00008, 0.027 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, 2, 0 }, 259.63558, 0.00003, 0.020 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 4, -2, 0 }, 248.74426, 0.00002, 0.044 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 4, -1, 0 }, 263.06973, 0.00004, 0.028 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 4, 0, 0 }, 219.57130, 0.00001, 0.020 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 4, 1, 0 }, 87.84108, 0.00002, 0.016 }, + { { 0, 1, -2, 0, 0, 1, 0, 0, 0, -2, 2 }, 359.79477, 0.00001, 142.558 }, + { { 0, 1, -2, 0, 0, 1, 0, 0, 0, 0, 0 }, 0.03881, 0.00001, 2.937 }, + { { 0, 1, -2, 0, 1, 0, 0, 0, -2, 0, 0 }, 173.28844, 0.00006, 0.040 }, + { { 0, 1, -2, 0, 1, 0, 0, 0, -2, 1, 0 }, 177.97083, 0.00018, 0.085 }, + { { 0, 1, -2, 0, 1, 0, 0, 0, 0, -1, 0 }, 356.28430, 0.00003, 0.074 }, + { { 0, 1, -2, 0, 1, 0, 0, 0, 0, 0, 0 }, 1.63536, 0.00008, 3.446 }, + { { 0, 1, -2, 0, 1, 0, 0, 0, 0, 1, 0 }, 357.50031, 0.00008, 0.077 }, + { { 0, 1, -2, 0, 1, 0, 0, 0, 2, -2, 0 }, 1.62593, 0.00001, 0.484 }, + { { 0, 1, -2, 0, 1, 0, 0, 0, 2, -1, 0 }, 358.69008, 0.00002, 0.089 }, + { { 0, 1, -2, 0, 1, 0, 0, 0, 2, 0, 0 }, 177.52907, 0.00003, 0.041 }, + { { 0, 1, -2, 0, 1, 0, 0, 0, 2, 2, 0 }, 178.72160, 0.00001, 0.020 }, + { { 0, 1, -2, 0, 2, 0, 0, 0, -2, 0, 0 }, 235.69843, 0.00001, 0.040 }, + { { 0, 1, -2, 0, 2, 0, 0, 0, -2, 1, 0 }, 240.84591, 0.00002, 0.086 }, + { { 0, 1, -2, 0, 2, 0, 0, 0, 0, -1, 0 }, 60.84591, 0.00008, 0.074 }, + { { 0, 1, -2, 0, 2, 0, 0, 0, 0, 0, 0 }, 212.09890, 0.00002, 4.858 }, + { { 0, 1, -2, 0, 2, 0, 0, 0, 0, 1, 0 }, 60.84591, 0.00008, 0.077 }, + { { 0, 1, -2, 0, 2, 0, 0, 0, 2, -2, 0 }, 83.01609, 0.00002, 0.505 }, + { { 0, 1, -2, 0, 2, 0, 0, 0, 2, -1, 0 }, 240.84591, 0.00002, 0.089 }, + { { 0, 1, -2, 0, 2, 0, 0, 0, 2, 0, 0 }, 83.01609, 0.00002, 0.041 }, + { { 0, 1, -2, 0, 3, 0, 0, 0, 0, 0, 0 }, 221.82558, 0.00001, 8.226 }, + { { 0, 1, -2, 0, 4, 0, 0, 0, 0, 0, 0 }, 241.06307, 0.00002, 26.839 }, + { { 0, 1, -2, 1, 0, 0, 0, 0, 0, -1, 0 }, 168.88743, 0.00002, 0.076 }, + { { 0, 1, -2, 1, 0, 0, 0, 0, 0, 0, 0 }, 316.81706, 0.00001, 6.361 }, + { { 0, 1, -2, 1, 0, 0, 0, 0, 0, 1, 0 }, 168.88743, 0.00002, 0.075 }, + { { 0, 1, -2, 2, 0, 0, 0, 0, -2, 0, 0 }, 220.79643, 0.00002, 0.042 }, + { { 0, 1, -2, 2, 0, 0, 0, 0, -2, 1, 0 }, 220.71872, 0.00001, 0.093 }, + { { 0, 1, -2, 2, 0, 0, 0, 0, -2, 2, 0 }, 220.94154, 0.00003, 0.406 }, + { { 0, 1, -2, 2, 0, 0, 0, 0, -2, 3, 0 }, 220.71872, 0.00001, 0.064 }, + { { 0, 1, -2, 2, 0, 0, 0, 0, 0, -1, 0 }, 222.50139, 0.00002, 0.080 }, + { { 0, 1, -2, 2, 0, 0, 0, 0, 0, 0, 0 }, 280.74161, 0.00001, 1.452 }, + { { 0, 1, -2, 2, 0, 0, 0, 0, 0, 1, 0 }, 222.50139, 0.00002, 0.072 }, + { { 0, 1, -2, 2, 0, 0, 0, 0, 2, -3, 0 }, 44.75552, 0.00004, 0.070 }, + { { 0, 1, -2, 2, 0, 0, 0, 0, 2, -2, 0 }, 44.75553, 0.00003, 0.922 }, + { { 0, 1, -2, 2, 0, 0, 0, 0, 2, -1, 0 }, 44.75552, 0.00004, 0.082 }, + { { 0, 1, -2, 2, 0, 0, 0, 0, 2, 0, 0 }, 45.43762, 0.00002, 0.039 }, + { { 0, 1, -2, 3, 0, 0, 0, 0, -2, 0, 0 }, 236.43573, 0.00002, 0.043 }, + { { 0, 1, -2, 3, 0, 0, 0, 0, -2, 2, 0 }, 236.43573, 0.00002, 0.334 }, + { { 0, 1, -2, 3, 0, 0, 0, 0, 2, -3, 0 }, 236.45162, 0.00003, 0.072 }, + { { 0, 1, -2, 3, 0, 0, 0, 0, 2, -2, 0 }, 236.88038, 0.00002, 1.807 }, + { { 0, 1, -2, 3, 0, 0, 0, 0, 2, -1, 0 }, 236.45162, 0.00003, 0.079 }, + { { 0, 1, -2, 3, 0, 0, 0, 0, 2, 0, 0 }, 236.88038, 0.00002, 0.039 }, + { { 0, 1, -2, 4, 0, 0, 0, 0, 2, -3, 0 }, 268.58328, 0.00003, 0.075 }, + { { 0, 1, -2, 4, 0, 0, 0, 0, 2, -2, 0 }, 97.55556, 0.00001, 45.963 }, + { { 0, 1, -2, 4, 0, 0, 0, 0, 2, -1, 0 }, 217.11118, 0.00003, 0.076 }, + { { 0, 1, -1, -5, 0, 0, 0, 0, -2, 1, 0 }, 24.06686, 0.00002, 0.074 }, + { { 0, 1, -1, -2, 0, 0, 0, 0, 0, 0, 0 }, 120.66743, 0.00001, 2.284 }, + { { 0, 1, -1, 0, -2, 0, 0, 0, -2, 0, 0 }, 24.95662, 0.00002, 0.041 }, + { { 0, 1, -1, 0, -2, 0, 0, 0, -2, 2, 0 }, 204.95662, 0.00002, 0.448 }, + { { 0, 1, -1, 0, -2, 0, 0, 0, 0, 0, 0 }, 6.13370, 0.00001, 2.189 }, + { { 0, 1, -1, 0, -1, 0, 0, 0, -2, 0, 0 }, 211.70400, 0.00006, 0.041 }, + { { 0, 1, -1, 0, -1, 0, 0, 0, -2, 2, 0 }, 91.85586, 0.00002, 0.432 }, + { { 0, 1, -1, 0, -1, 0, 0, 0, 0, 0, 0 }, 72.78657, 0.00002, 1.848 }, + { { 0, 1, -1, 0, -1, 0, 0, 0, 2, -3, 0 }, 193.92594, 0.00001, 0.069 }, + { { 0, 1, -1, 0, -1, 0, 0, 0, 2, -2, 0 }, 193.92594, 0.00001, 0.811 }, + { { 0, 1, -1, 0, -1, 0, 0, 0, 2, -1, 0 }, 193.92590, 0.00004, 0.083 }, + { { 0, 1, -1, 0, -1, 0, 0, 0, 2, 0, 0 }, 191.71094, 0.00007, 0.040 }, + { { 0, 1, -1, 0, 0, -1, 0, 0, 0, 0, 0 }, 88.27143, 0.00001, 1.690 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -6, 0, 0 }, 179.98711, 0.00002, 0.014 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -6, 1, 0 }, 179.98348, 0.00005, 0.017 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -6, 2, 0 }, 179.98327, 0.00006, 0.021 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -6, 3, 0 }, 179.77106, 0.00002, 0.030 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, -2, 0 }, 180.00084, 0.00001, 0.013 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, -1, 0 }, 179.99048, 0.00020, 0.016 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 0, 0 }, 179.99291, 0.00113, 0.020 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 0, 2 }, 179.96845, 0.00001, 0.045 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 1, -2 }, 359.98272, 0.00002, 0.016 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 1, 0 }, 179.99251, 0.00266, 0.028 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 2, 0 }, 179.96731, 0.00175, 0.045 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 3, 0 }, 180.35760, 0.00006, 0.110 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -3, -1, 0 }, 179.97191, 0.00003, 0.020 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -3, 0, 0 }, 179.81395, 0.00002, 0.027 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -3, 1, 0 }, 359.99147, 0.00023, 0.043 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -3, 2, 0 }, 0.06095, 0.00004, 0.100 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -3, 3, 0 }, 359.98809, 0.00001, 0.304 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, -3, 0 }, 180.00386, 0.00009, 0.016 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, -2, 0 }, 180.01287, 0.00084, 0.020 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, -1, -2 }, 359.98429, 0.00004, 0.016 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, -1, 0 }, 179.98974, 0.00939, 0.027 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, -1, 2 }, 359.99045, 0.00023, 0.095 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 0, -2 }, 359.98662, 0.00025, 0.020 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 179.98152, 0.09922, 0.041 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 0, 2 }, 179.98419, 0.00164, 0.366 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 1, -2 }, 359.98269, 0.00031, 0.027 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 1, 0 }, 179.98436, 0.13122, 0.092 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 2, -2 }, 359.97777, 0.00003, 0.041 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 2, 0 }, 179.98818, 0.00497, 0.417 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 3, 0 }, 179.94837, 0.00017, 0.064 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 4, 0 }, 179.91990, 0.00001, 0.035 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, -1, 0 }, 0.00588, 0.00047, 0.040 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, -1, 1 }, 50.92030, 0.00003, 0.086 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, 0, -1 }, 220.63296, 0.00001, 0.040 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, 0, 0 }, 0.00756, 0.00666, 0.085 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, 0, 1 }, 149.12131, 0.00002, 0.596 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, 1, 0 }, 0.00166, 0.00077, 0.661 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, 2, -1 }, 220.63296, 0.00001, 0.743 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, 2, 0 }, 359.10505, 0.00002, 0.068 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -4, 0 }, 180.01282, 0.00005, 0.019 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -3, 0 }, 180.01041, 0.00072, 0.026 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -2, -2 }, 0.01037, 0.00005, 0.019 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -2, 0 }, 180.00907, 0.01019, 0.039 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -2, 2 }, 0.01331, 0.00001, 1.043 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -1, -2 }, 0.00796, 0.00037, 0.025 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -1, 0 }, 180.00888, 0.15350, 0.079 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -1, 2 }, 180.04650, 0.00019, 0.070 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, -2 }, 359.99572, 0.00023, 0.038 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 180.00988, 0.82155, 1.599 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 2 }, 0.01039, 0.00050, 0.036 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 1, -2 }, 180.20508, 0.00012, 0.077 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 1, 0 }, 180.01511, 0.12722, 0.072 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 1, 2 }, 0.01333, 0.00031, 0.025 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 2, -2 }, 359.88023, 0.00003, 3.425 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 2, 0 }, 180.01602, 0.00885, 0.037 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 2, 2 }, 0.01182, 0.00006, 0.019 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 3, 0 }, 180.01777, 0.00062, 0.025 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 4, 0 }, 180.01934, 0.00004, 0.019 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, -2, 0 }, 180.10248, 0.00025, 0.074 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, -2, 1 }, 247.05434, 0.00003, 10.557 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, -1, -1 }, 31.60414, 0.00003, 0.073 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, -1, 0 }, 180.01289, 0.00292, 3.824 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, -1, 1 }, 230.92029, 0.00013, 0.076 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 0, -2 }, 180.02054, 0.00003, 0.072 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 0, -1 }, 24.50142, 0.00025, 2.335 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 0, 0 }, 180.02010, 0.01218, 0.077 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 0, 1 }, 189.74904, 0.00004, 0.038 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 0, 2 }, 0.02150, 0.00002, 0.025 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 1, -1 }, 31.60414, 0.00003, 0.078 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 1, 0 }, 180.02159, 0.00075, 0.038 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 2, 0 }, 179.96511, 0.00005, 0.025 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, -4, 0 }, 359.71514, 0.00001, 0.036 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, -2, 0 }, 359.99555, 0.00176, 0.871 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, -1, -2 }, 0.16506, 0.00002, 0.068 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.87973, 0.01292, 0.083 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, -1, 2 }, 359.95374, 0.00003, 0.026 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 0, -2 }, 180.02067, 0.00089, 0.675 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 180.01464, 0.02201, 0.039 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 0, 2 }, 359.88784, 0.00002, 0.019 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 1, -2 }, 0.08247, 0.00008, 0.085 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 1, 0 }, 179.99890, 0.00286, 0.026 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 2, 0 }, 180.08600, 0.00028, 0.019 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 3, 0 }, 180.06502, 0.00003, 0.015 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 3, -2, 0 }, 179.85485, 0.00003, 0.089 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 3, -1, 0 }, 180.01830, 0.00017, 0.041 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 3, 0, 0 }, 180.01863, 0.00012, 0.027 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 3, 2, 0 }, 180.03914, 0.00002, 0.016 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 4, -3, 0 }, 0.33775, 0.00006, 0.097 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 4, -2, 0 }, 179.80687, 0.00019, 0.042 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 4, -1, -2 }, 180.02983, 0.00002, 0.100 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 4, -1, 0 }, 179.97889, 0.00051, 0.027 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 4, 0, 0 }, 179.99546, 0.00022, 0.020 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 4, 1, 0 }, 179.99714, 0.00004, 0.016 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 5, -2, 0 }, 180.01961, 0.00001, 0.028 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 6, -1, 0 }, 0.02687, 0.00003, 0.016 }, + { { 0, 1, -1, 0, 0, 1, 0, 0, 0, 0, 0 }, 85.91332, 0.00002, 1.516 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, -2, 0, 0 }, 344.89843, 0.00004, 0.042 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, -2, 1, 0 }, 169.06361, 0.00001, 0.093 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, 0, -1, 0 }, 349.06361, 0.00007, 0.080 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, 0, 0, 0 }, 295.59737, 0.00001, 1.409 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, 0, 1, 0 }, 349.06361, 0.00007, 0.072 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, 1, -2, 1 }, 105.14623, 0.00002, 95.933 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, 1, -1, 1 }, 91.85473, 0.00009, 0.075 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, 2, -3, 0 }, 314.47497, 0.00002, 0.070 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, 2, -2, 0 }, 314.42020, 0.00002, 0.940 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, 2, -1, 0 }, 315.09599, 0.00004, 0.082 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, 2, 0, 0 }, 330.47710, 0.00007, 0.039 }, + { { 0, 1, -1, 0, 2, 0, 0, 0, 0, 0, 0 }, 74.45150, 0.00001, 1.259 }, + { { 0, 1, -1, 0, 2, 0, 0, 0, 1, 0, -1 }, 354.96323, 0.00001, 3.852 }, + { { 0, 1, -1, 2, 0, 0, 0, 0, 2, -3, 0 }, 211.59856, 0.00002, 0.075 }, + { { 0, 1, -1, 2, 0, 0, 0, 0, 2, -1, 0 }, 231.87620, 0.00006, 0.076 }, + { { 0, 1, 0, -7, 0, 0, 0, 0, -2, 0, 2 }, 176.64640, 0.00001, 88.775 }, + { { 0, 1, 0, -6, 0, 0, 0, 0, -2, 1, 0 }, 206.52704, 0.00003, 0.077 }, + { { 0, 1, 0, -3, 0, 0, 0, 0, 0, -1, 0 }, 0.65587, 0.00002, 0.076 }, + { { 0, 1, 0, -3, 0, 0, 0, 0, 0, 0, 0 }, 324.21707, 0.00003, 32.819 }, + { { 0, 1, 0, -3, 0, 0, 0, 0, 0, 1, 0 }, 0.65587, 0.00002, 0.075 }, + { { 0, 1, 0, -2, 0, 0, 0, 0, -2, 2, 0 }, 321.25531, 0.00002, 0.428 }, + { { 0, 1, 0, -2, 0, 0, 0, 0, 0, -1, 0 }, 321.56224, 0.00003, 0.079 }, + { { 0, 1, 0, -2, 0, 0, 0, 0, 0, 1, 0 }, 321.56224, 0.00003, 0.072 }, + { { 0, 1, 0, -2, 0, 0, 0, 0, 2, -3, 0 }, 139.61750, 0.00004, 0.069 }, + { { 0, 1, 0, -2, 0, 0, 0, 0, 2, -2, 0 }, 140.14083, 0.00002, 0.825 }, + { { 0, 1, 0, -2, 0, 0, 0, 0, 2, -1, 0 }, 139.61750, 0.00004, 0.083 }, + { { 0, 1, 0, -2, 0, 0, 0, 0, 2, 0, 0 }, 140.14083, 0.00002, 0.040 }, + { { 0, 1, 0, 0, -3, 0, 0, 0, 0, 0, 0 }, 316.07824, 0.00001, 0.729 }, + { { 0, 1, 0, 0, -2, 0, 0, 0, -2, 0, 0 }, 303.46154, 0.00006, 0.043 }, + { { 0, 1, 0, 0, -2, 0, 0, 0, 2, -3, 0 }, 140.80377, 0.00002, 0.074 }, + { { 0, 1, 0, 0, -2, 0, 0, 0, 2, -2, 0 }, 308.54950, 0.00001, 3.154 }, + { { 0, 1, 0, 0, -2, 0, 0, 0, 2, -1, 0 }, 320.80377, 0.00002, 0.077 }, + { { 0, 1, 0, 0, -2, 0, 0, 0, 2, 0, 0 }, 128.54950, 0.00001, 0.038 }, + { { 0, 1, 0, 0, -1, 0, 0, 0, -2, 0, 0 }, 180.15333, 0.00004, 0.043 }, + { { 0, 1, 0, 0, -1, 0, 0, 0, -2, 1, 0 }, 0.99083, 0.00003, 0.101 }, + { { 0, 1, 0, 0, -1, 0, 0, 0, -2, 2, 0 }, 178.69208, 0.00001, 0.302 }, + { { 0, 1, 0, 0, -1, 0, 0, 0, 0, -2, 0 }, 180.99083, 0.00003, 0.040 }, + { { 0, 1, 0, 0, -1, 0, 0, 0, 0, -1, 0 }, 0.45420, 0.00004, 0.085 }, + { { 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0 }, 4.89774, 0.00004, 0.649 }, + { { 0, 1, 0, 0, -1, 0, 0, 0, 0, 1, 0 }, 0.45420, 0.00004, 0.068 }, + { { 0, 1, 0, 0, -1, 0, 0, 0, 2, -3, 0 }, 3.60398, 0.00003, 0.074 }, + { { 0, 1, 0, 0, -1, 0, 0, 0, 2, -2, 0 }, 4.07373, 0.00002, 4.296 }, + { { 0, 1, 0, 0, -1, 0, 0, 0, 2, -1, 0 }, 183.60398, 0.00003, 0.077 }, + { { 0, 1, 0, 0, -1, 0, 0, 0, 2, 0, 0 }, 3.49427, 0.00007, 0.038 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -4, -2, 0 }, 76.97330, 0.00001, 0.013 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -4, -1, 0 }, 77.86114, 0.00003, 0.016 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -4, 0, 0 }, 78.47725, 0.00024, 0.021 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -4, 1, 0 }, 77.30098, 0.00040, 0.029 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -4, 2, 0 }, 77.86318, 0.00016, 0.047 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -3, 0, 0 }, 76.36328, 0.00002, 0.028 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -3, 0, 1 }, 103.36093, 0.00002, 0.045 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -3, 1, -1 }, 103.33732, 0.00001, 0.028 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -3, 1, 1 }, 103.33833, 0.00001, 0.114 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -3, 3, 0 }, 256.36328, 0.00001, 0.233 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, -2, 0 }, 76.87897, 0.00011, 0.020 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, -1, 0 }, 77.14490, 0.00093, 0.027 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, -1, 2 }, 256.12626, 0.00001, 0.105 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 0, -2 }, 257.03654, 0.00002, 0.020 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 0, 0 }, 77.05540, 0.00942, 0.043 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 0, 2 }, 76.64842, 0.00010, 0.268 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 1, 0 }, 76.96472, 0.00873, 0.101 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 1, 2 }, 256.12626, 0.00001, 0.059 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 2, 0 }, 74.64992, 0.00033, 0.294 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 3, 0 }, 85.01446, 0.00007, 0.060 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 4, 0 }, 80.28938, 0.00001, 0.033 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, -1, -1 }, 103.34053, 0.00007, 0.027 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, -1, 1 }, 283.79516, 0.00009, 0.095 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, -1 }, 103.30756, 0.00077, 0.041 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0 }, 258.05341, 0.00022, 0.093 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 1 }, 283.33926, 0.00198, 0.373 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 1, -1 }, 102.52540, 0.00045, 0.092 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 1, 1 }, 283.34399, 0.00022, 0.063 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 2, -1 }, 99.18276, 0.00001, 0.426 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 2, 1 }, 283.33860, 0.00001, 0.034 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, -3, 0 }, 84.44125, 0.00003, 0.026 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, -2, 0 }, 80.77578, 0.00049, 0.040 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, 0 }, 81.70343, 0.00654, 0.086 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 }, 282.86659, 0.00012, 0.085 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 82.23299, 0.01457, 0.615 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 }, 103.33745, 0.00005, 0.066 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, 81.22907, 0.00191, 0.067 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0 }, 83.18798, 0.00011, 0.036 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, -2, -1 }, 103.33515, 0.00009, 0.039 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, -2, 0 }, 263.74264, 0.00001, 0.080 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, -2, 1 }, 283.47606, 0.00003, 1.105 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.33358, 0.00141, 0.079 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, -1, 0 }, 270.37704, 0.00003, 1.354 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, -1, 1 }, 283.33733, 0.00088, 0.071 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, -3 }, 283.33100, 0.00001, 0.038 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.33371, 0.00894, 1.749 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0 }, 271.09250, 0.00017, 0.071 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1 }, 283.33267, 0.00114, 0.036 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, -1 }, 103.38366, 0.00126, 0.072 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 1 }, 283.33365, 0.00012, 0.025 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 2, -1 }, 103.33503, 0.00009, 0.037 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, -3, 0 }, 269.57878, 0.00004, 0.075 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, -3, 1 }, 282.43438, 0.00003, 54.757 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, -2, 0 }, 265.80280, 0.00195, 6.734 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, -2, 1 }, 103.34166, 0.00003, 0.075 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, -1, -1 }, 103.33116, 0.00004, 3.172 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 270.20661, 0.00821, 0.076 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, -1 }, 103.33748, 0.00020, 0.077 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 275.31156, 0.00062, 0.038 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, 1, 0 }, 271.84206, 0.00005, 0.025 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 3, -2, -1 }, 283.33586, 0.00002, 0.832 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 3, -1, -1 }, 283.32713, 0.00018, 0.083 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 3, -1, 1 }, 283.33111, 0.00002, 0.026 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 3, 0, -1 }, 103.33675, 0.00008, 0.040 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 3, 1, -1 }, 103.33381, 0.00001, 0.026 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 4, -3, 0 }, 265.51795, 0.00003, 0.088 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 4, -2, 0 }, 273.65329, 0.00009, 0.041 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 4, -1, 0 }, 270.79278, 0.00007, 0.026 }, + { { 0, 1, 0, 0, 1, 0, 0, 0, -2, 0, 0 }, 80.43315, 0.00001, 0.043 }, + { { 0, 1, 0, 0, 1, 0, 0, 0, -2, 2, 0 }, 260.43315, 0.00001, 0.287 }, + { { 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 }, 94.52045, 0.00001, 0.585 }, + { { 0, 1, 0, 0, 1, 0, 0, 0, 2, -3, 0 }, 285.80937, 0.00002, 0.075 }, + { { 0, 1, 0, 0, 1, 0, 0, 0, 2, -2, 0 }, 264.99470, 0.00002, 15.579 }, + { { 0, 1, 0, 0, 1, 0, 0, 0, 2, -1, 0 }, 302.40922, 0.00006, 0.076 }, + { { 0, 1, 0, 0, 1, 0, 0, 0, 2, 0, 0 }, 151.68345, 0.00001, 0.038 }, + { { 0, 1, 0, 0, 2, 0, 0, 0, 2, -3, 0 }, 149.99234, 0.00004, 0.076 }, + { { 0, 1, 0, 0, 2, 0, 0, 0, 2, -2, 0 }, 342.79825, 0.00002, 49.716 }, + { { 0, 1, 0, 0, 2, 0, 0, 0, 2, -1, 0 }, 111.60287, 0.00003, 0.075 }, + { { 0, 1, 1, -5, 0, 0, 0, 0, 0, 0, 0 }, 100.47026, 0.00002, 30.398 }, + { { 0, 1, 1, -3, 0, 0, 0, 0, 1, 0, -1 }, 242.60296, 0.00001, 42.928 }, + { { 0, 1, 1, -2, 0, 0, 0, 0, -2, 0, 0 }, 180.13117, 0.00003, 0.043 }, + { { 0, 1, 1, -2, 0, 0, 0, 0, -2, 1, 0 }, 0.05172, 0.00003, 0.101 }, + { { 0, 1, 1, -2, 0, 0, 0, 0, -2, 3, 0 }, 0.05172, 0.00001, 0.060 }, + { { 0, 1, 1, -2, 0, 0, 0, 0, 0, -1, 0 }, 0.05172, 0.00001, 0.086 }, + { { 0, 1, 1, -2, 0, 0, 0, 0, 0, 0, 0 }, 232.00212, 0.00001, 0.640 }, + { { 0, 1, 1, -2, 0, 0, 0, 0, 0, 1, 0 }, 0.05172, 0.00001, 0.067 }, + { { 0, 1, 1, -2, 0, 0, 0, 0, 2, -3, 0 }, 183.77456, 0.00001, 0.074 }, + { { 0, 1, 1, -2, 0, 0, 0, 0, 2, -1, 0 }, 183.77456, 0.00001, 0.077 }, + { { 0, 1, 1, -1, 0, 0, 0, 0, 2, 0, -2 }, 37.48181, 0.00002, 73.036 }, + { { 0, 1, 1, 0, -4, 0, 0, 0, 0, 0, 0 }, 199.68887, 0.00001, 0.437 }, + { { 0, 1, 1, 0, -3, 0, 0, 0, -2, 0, 0 }, 191.53701, 0.00004, 0.045 }, + { { 0, 1, 1, 0, -3, 0, 0, 0, -2, 2, 0 }, 9.14997, 0.00001, 0.241 }, + { { 0, 1, 1, 0, -2, 0, 0, 0, -2, 1, 0 }, 180.04313, 0.00009, 0.111 }, + { { 0, 1, 1, 0, -2, 0, 0, 0, -2, 3, 0 }, 0.14769, 0.00001, 0.057 }, + { { 0, 1, 1, 0, -2, 0, 0, 0, 0, -1, 0 }, 180.06292, 0.00002, 0.093 }, + { { 0, 1, 1, 0, -2, 0, 0, 0, 0, 0, 0 }, 180.76211, 0.00005, 0.407 }, + { { 0, 1, 1, 0, -2, 0, 0, 0, 0, 1, 0 }, 180.06292, 0.00002, 0.064 }, + { { 0, 1, 1, 0, -2, 0, 0, 0, 2, -3, 0 }, 0.34114, 0.00001, 0.080 }, + { { 0, 1, 1, 0, -2, 0, 0, 0, 2, -1, 0 }, 180.14229, 0.00005, 0.072 }, + { { 0, 1, 1, 0, -2, 0, 0, 0, 2, 0, 0 }, 0.09384, 0.00002, 0.037 }, + { { 0, 1, 1, 0, -1, 0, 0, 0, -2, 0, 0 }, 90.65294, 0.00003, 0.045 }, + { { 0, 1, 1, 0, -1, 0, 0, 0, -2, 2, 0 }, 90.65294, 0.00003, 0.232 }, + { { 0, 1, 1, 0, -1, 0, 0, 0, 0, -2, 0 }, 345.84756, 0.00003, 0.042 }, + { { 0, 1, 1, 0, -1, 0, 0, 0, 0, 0, 0 }, 189.16197, 0.00003, 0.394 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -4, 0, 0 }, 96.29441, 0.00001, 0.021 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -4, 1, 0 }, 348.79785, 0.00004, 0.030 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -2, -1, 0 }, 351.83035, 0.00009, 0.028 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -2, 0, 0 }, 355.71568, 0.00087, 0.045 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -2, 1, 0 }, 357.26565, 0.00067, 0.113 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -2, 2, 0 }, 2.00013, 0.00006, 0.227 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -1, 0, -1 }, 9.96778, 0.00004, 0.043 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -1, 0, 0 }, 204.51726, 0.00005, 0.103 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -1, 0, 1 }, 190.20605, 0.00011, 0.272 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -1, 1, -1 }, 9.96777, 0.00001, 0.101 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 0, -2, 0 }, 17.24182, 0.00002, 0.042 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 0, -1, 0 }, 7.13155, 0.00041, 0.094 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 22.28319, 0.00273, 0.381 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0 }, 24.15493, 0.00027, 0.063 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 0, 2, 0 }, 18.78292, 0.00003, 0.034 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, -1 }, 12.68482, 0.00016, 0.636 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0 }, 205.15282, 0.00005, 0.067 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 1 }, 191.70508, 0.00003, 0.035 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 2, -3, 0 }, 280.06138, 0.00002, 0.081 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 2, -2, 0 }, 13.60408, 0.00002, 1.174 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 2, -1, 0 }, 21.70667, 0.00066, 0.071 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 2, 0, -2 }, 26.74414, 0.00001, 1.931 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0 }, 222.69193, 0.00004, 0.037 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 3, -2, 0 }, 23.89420, 0.00002, 0.076 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 4, -2, 0 }, 30.28179, 0.00001, 0.039 }, + { { 0, 1, 1, 0, 2, 0, 0, 0, 2, -2, 0 }, 308.15928, 0.00001, 0.980 }, + { { 0, 1, 1, 0, 2, 0, 0, 0, 2, -1, 0 }, 308.15928, 0.00003, 0.070 }, + { { 0, 1, 1, 0, 2, 0, 0, 0, 2, 0, 0 }, 128.15928, 0.00001, 0.036 }, + { { 0, 1, 2, -6, 0, 0, 0, 0, 0, 0, 0 }, 273.78265, 0.00001, 2.297 }, + { { 0, 1, 2, -4, 0, 0, 0, 0, -2, 0, 0 }, 330.64702, 0.00001, 0.043 }, + { { 0, 1, 2, -4, 0, 0, 0, 0, -2, 2, 0 }, 330.64702, 0.00001, 0.306 }, + { { 0, 1, 2, -3, 0, 0, 0, 0, 2, -1, 0 }, 266.52214, 0.00002, 0.074 }, + { { 0, 1, 2, 0, -3, 0, 0, 0, 0, 0, 0 }, 241.27278, 0.00001, 0.297 }, + { { 0, 1, 2, 0, -2, 0, 0, 0, -2, 0, 0 }, 269.30771, 0.00002, 0.047 }, + { { 0, 1, 2, 0, -2, 0, 0, 0, -2, 2, 0 }, 89.30771, 0.00002, 0.191 }, + { { 0, 1, 2, 0, -2, 0, 0, 0, 0, 0, 0 }, 90.17411, 0.00001, 0.289 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, -2, 0, 0 }, 275.67863, 0.00009, 0.047 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, -2, 1, 0 }, 282.04749, 0.00004, 0.127 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, -1, 0, 1 }, 122.28630, 0.00002, 0.214 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 0, -1, 0 }, 305.59708, 0.00003, 0.104 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0 }, 293.10873, 0.00020, 0.276 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0 }, 291.98587, 0.00002, 0.059 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, -1 }, 305.43253, 0.00002, 0.389 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 2, -3, 0 }, 219.45918, 0.00003, 0.088 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 2, -2, 0 }, 45.06026, 0.00004, 0.540 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 2, -1, 0 }, 271.03308, 0.00003, 0.066 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0 }, 72.87844, 0.00004, 0.035 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 2, 1, 0 }, 55.71089, 0.00001, 0.024 }, + { { 0, 1, 2, 0, 1, 0, 0, 0, 0, 0, 0 }, 128.85934, 0.00002, 0.270 }, + { { 0, 1, 2, 0, 1, 0, 0, 0, 2, -2, 0 }, 126.89596, 0.00001, 0.517 }, + { { 0, 1, 2, 0, 1, 0, 0, 0, 2, -1, 0 }, 135.60273, 0.00001, 0.066 }, + { { 0, 1, 2, 0, 1, 0, 0, 0, 2, 0, 0 }, 308.44416, 0.00012, 0.035 }, + { { 0, 1, 2, 3, 0, 0, 0, 0, 2, -2, 0 }, 184.68801, 0.00001, 0.290 }, + { { 0, 1, 2, 3, 0, 0, 0, 0, 2, 0, 0 }, 184.68801, 0.00001, 0.033 }, + { { 0, 1, 3, -8, 0, 0, 0, 0, 0, 0, 0 }, 245.04722, 0.00001, 2.688 }, + { { 0, 1, 3, -8, 3, 0, 0, 0, 0, 0, 0 }, 108.11816, 0.00001, 1.600 }, + { { 0, 1, 3, -5, 0, 0, 0, 0, 0, 0, 0 }, 150.61476, 0.00001, 0.508 }, + { { 0, 1, 3, 0, -1, 0, 0, 0, 2, -3, 0 }, 320.59981, 0.00003, 0.095 }, + { { 0, 1, 3, 0, -1, 0, 0, 0, 2, -2, 0 }, 309.07281, 0.00005, 0.361 }, + { { 0, 1, 3, 0, -1, 0, 0, 0, 2, -1, 0 }, 320.59981, 0.00003, 0.062 }, + { { 0, 1, 3, 0, -1, 0, 0, 0, 2, 0, 0 }, 300.07999, 0.00005, 0.034 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, -2, 0, 0 }, 89.46391, 0.00002, 0.050 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, -2, 2, 0 }, 131.90671, 0.00001, 0.156 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 0, -1, 0 }, 128.21312, 0.00002, 0.116 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0 }, 208.25808, 0.00003, 0.216 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 0, 1, 0 }, 128.21312, 0.00002, 0.056 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0 }, 128.21503, 0.00002, 0.059 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 2, -2, 0 }, 128.14134, 0.00003, 0.351 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 2, -1, 0 }, 306.65229, 0.00002, 0.062 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 2, 0, -2 }, 308.21503, 0.00003, 0.397 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 2, 0, 0 }, 129.29893, 0.00004, 0.034 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 2, 2, 0 }, 128.21311, 0.00002, 0.018 }, + { { 0, 1, 3, 0, 1, 0, 0, 0, 2, -2, 0 }, 114.55933, 0.00001, 0.341 }, + { { 0, 1, 3, 0, 1, 0, 0, 0, 2, 0, 0 }, 294.55933, 0.00001, 0.034 }, + { { 0, 1, 4, -7, 0, 0, 0, 0, 2, -1, 0 }, 303.84243, 0.00002, 0.075 }, + { { 0, 1, 4, -2, 0, 0, 0, 0, 2, -2, 0 }, 266.38569, 0.00002, 0.359 }, + { { 0, 1, 4, -2, 0, 0, 0, 0, 2, 0, 0 }, 266.38569, 0.00002, 0.034 }, + { { 0, 1, 4, 0, -1, 0, 0, 0, 0, 0, 0 }, 309.24482, 0.00003, 0.180 }, + { { 0, 1, 4, 0, -1, 0, 0, 0, 2, -3, 0 }, 309.24732, 0.00003, 0.105 }, + { { 0, 1, 4, 0, -1, 0, 0, 0, 2, -2, 0 }, 128.78330, 0.00002, 0.265 }, + { { 0, 1, 4, 0, -1, 0, 0, 0, 2, -1, 0 }, 309.24732, 0.00003, 0.059 }, + { { 0, 1, 4, 0, -1, 0, 0, 0, 2, 0, 0 }, 128.90837, 0.00003, 0.033 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, -2, 0, 0 }, 302.14815, 0.00002, 0.052 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, -2, 2, 0 }, 302.14815, 0.00002, 0.135 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, 0, -2, 0 }, 122.08319, 0.00001, 0.048 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0 }, 302.08319, 0.00001, 0.178 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, 2, -3, 0 }, 37.36269, 0.00003, 0.106 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, 2, -2, 0 }, 207.60397, 0.00005, 0.260 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, 2, -1, 0 }, 59.94299, 0.00001, 0.058 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, 2, 0, 0 }, 343.28691, 0.00002, 0.033 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, 2, 1, 0 }, 34.49560, 0.00001, 0.023 }, + { { 0, 1, 5, -9, 0, 0, 0, 0, 2, -1, 0 }, 268.47290, 0.00003, 0.075 }, + { { 0, 1, 5, -2, 0, 0, 0, 0, 2, -3, 0 }, 128.30401, 0.00001, 0.106 }, + { { 0, 1, 5, -2, 0, 0, 0, 0, 2, -2, 0 }, 128.18457, 0.00002, 0.264 }, + { { 0, 1, 5, -2, 0, 0, 0, 0, 2, -1, 0 }, 128.30401, 0.00001, 0.059 }, + { { 0, 1, 5, -2, 0, 0, 0, 0, 2, 0, 0 }, 130.34336, 0.00004, 0.033 }, + { { 0, 1, 5, 0, -3, 0, 0, 0, 2, 0, 0 }, 138.99252, 0.00002, 0.032 }, + { { 0, 1, 5, 0, -2, 0, 0, 0, 0, 0, 0 }, 128.31521, 0.00001, 0.155 }, + { { 0, 1, 5, 0, -2, 0, 0, 0, 0, 2, 0 }, 308.31521, 0.00001, 0.030 }, + { { 0, 1, 5, 0, -2, 0, 0, 0, 2, -3, 0 }, 308.35760, 0.00002, 0.117 }, + { { 0, 1, 5, 0, -2, 0, 0, 0, 2, -2, 0 }, 308.31457, 0.00002, 0.214 }, + { { 0, 1, 5, 0, -2, 0, 0, 0, 2, -1, 0 }, 128.35760, 0.00002, 0.056 }, + { { 0, 1, 5, 0, -1, 0, 0, 0, 2, -2, 0 }, 38.69884, 0.00001, 0.210 }, + { { 0, 1, 5, 0, -1, 0, 0, 0, 2, 0, 0 }, 38.69884, 0.00001, 0.032 }, + { { 0, 1, 5, 0, 0, 0, 0, 0, 0, -1, 0 }, 152.01252, 0.00001, 0.151 }, + { { 0, 1, 5, 0, 0, 0, 0, 0, 0, 1, 0 }, 152.01252, 0.00001, 0.050 }, + { { 0, 1, 5, 0, 0, 0, 0, 0, 2, 2, 0 }, 152.01252, 0.00002, 0.017 }, + { { 0, 1, 6, -11, 0, 0, 0, 0, 2, -3, 0 }, 142.27977, 0.00002, 0.075 }, + { { 0, 1, 6, -11, 0, 0, 0, 0, 2, -2, 0 }, 67.73113, 0.00010, 335.665 }, + { { 0, 1, 6, -11, 0, 0, 0, 0, 2, -1, 0 }, 142.27977, 0.00002, 0.075 }, + { { 0, 1, 6, 0, 0, 0, 0, 0, 2, 0, 0 }, 239.44258, 0.00003, 0.031 }, + { { 0, 1, 9, -20, 0, 0, 0, 0, 0, 0, 0 }, 248.07808, 0.00001, 122.527 }, + { { 0, 1, 29, -36, 0, 0, 0, 0, -2, 1, 0 }, 10.30751, 0.00001, 317.190 }, + { { 0, 1, 37, -51, 0, 0, 0, 0, -2, 1, 0 }, 155.60701, 0.00002, 35.857 }, + { { 0, 1, 43, -59, 0, 0, 0, 0, 0, -2, 0 }, 97.32856, 0.00001, 0.075 }, + { { 0, 1, 43, -59, 0, 0, 0, 0, 0, -1, 0 }, 97.32856, 0.00024, 2513.483 }, + { { 0, 1, 43, -59, 0, 0, 0, 0, 0, 0, 0 }, 97.32856, 0.00001, 0.075 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -4, 1, 0 }, 295.93028, 0.00001, 0.026 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -4, 2, 0 }, 295.93028, 0.00009, 0.040 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -4, 3, 0 }, 290.96245, 0.00015, 0.087 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -2, 0, 0 }, 301.49373, 0.00001, 0.038 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -2, 1, 0 }, 290.92112, 0.00028, 0.075 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -2, 2, -2 }, 115.93028, 0.00002, 0.037 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -2, 2, 0 }, 295.93028, 0.00808, 3054.914 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -2, 2, 2 }, 115.93028, 0.00002, 0.037 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -2, 3, 0 }, 321.43984, 0.00015, 0.075 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -2, 4, 0 }, 301.49373, 0.00001, 0.038 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, 0, 1, 0 }, 298.25198, 0.00012, 0.087 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, 0, 2, 0 }, 295.93028, 0.00009, 0.040 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, 0, 3, 0 }, 295.93028, 0.00001, 0.026 }, + { { 0, 2, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 289.62468, 0.00001, 0.031 }, + { { 0, 2, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 289.62468, 0.00001, 0.167 }, + { { 0, 2, -10, 11, 0, 0, 0, 0, 0, 0, 0 }, 87.15411, 0.00001, 1.111 }, + { { 0, 2, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 121.15815, 0.00002, 0.058 }, + { { 0, 2, -9, 0, 2, 0, 0, 0, -2, 0, 0 }, 322.55182, 0.00002, 0.033 }, + { { 0, 2, -9, 8, 0, 0, 0, 0, 0, 0, 0 }, 46.49670, 0.00001, 0.669 }, + { { 0, 2, -9, 11, 0, 0, 0, 0, 0, 0, 0 }, 341.36343, 0.00001, 10.043 }, + { { 0, 2, -8, 0, 0, 0, 0, 0, -2, -1, 0 }, 213.23919, 0.00001, 0.023 }, + { { 0, 2, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 213.23919, 0.00001, 0.062 }, + { { 0, 2, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 200.15588, 0.00001, 0.211 }, + { { 0, 2, -8, 0, 2, 0, 0, 0, -2, 0, 0 }, 231.68177, 0.00004, 0.034 }, + { { 0, 2, -8, 0, 2, 0, 0, 0, -2, 1, 0 }, 231.63715, 0.00002, 0.062 }, + { { 0, 2, -8, 0, 2, 0, 0, 0, 0, 0, 0 }, 231.64133, 0.00002, 0.218 }, + { { 0, 2, -8, 0, 3, 0, 0, 0, -2, 0, 0 }, 221.89006, 0.00001, 0.034 }, + { { 0, 2, -8, 0, 3, 0, 0, 0, -2, 2, 0 }, 221.89006, 0.00001, 0.367 }, + { { 0, 2, -8, 2, 0, 0, 0, 0, -2, 0, 0 }, 231.90827, 0.00002, 0.035 }, + { { 0, 2, -8, 2, 0, 0, 0, 0, -2, 1, 0 }, 51.77835, 0.00003, 0.066 }, + { { 0, 2, -8, 2, 0, 0, 0, 0, -2, 2, 0 }, 231.90827, 0.00002, 0.523 }, + { { 0, 2, -8, 2, 0, 0, 0, 0, -2, 3, 0 }, 51.77835, 0.00003, 0.088 }, + { { 0, 2, -8, 5, 0, 0, 0, 0, -2, 0, 2 }, 322.26441, 0.00001, 58.829 }, + { { 0, 2, -8, 6, 0, 0, 0, 0, 0, 0, 0 }, 0.26923, 0.00001, 0.642 }, + { { 0, 2, -8, 7, 0, 0, 0, 0, 0, 0, 0 }, 17.33684, 0.00002, 0.974 }, + { { 0, 2, -8, 7, 0, 0, 0, 0, 2, 0, 0 }, 2.16435, 0.00002, 0.042 }, + { { 0, 2, -8, 9, 0, 0, 0, 0, -2, 0, 0 }, 263.80525, 0.00002, 0.040 }, + { { 0, 2, -8, 9, 0, 0, 0, 0, -2, 1, 0 }, 263.80525, 0.00002, 0.087 }, + { { 0, 2, -8, 9, 0, 0, 0, 0, 0, -1, 0 }, 261.44265, 0.00004, 0.076 }, + { { 0, 2, -8, 9, 0, 0, 0, 0, 0, 0, 0 }, 263.80525, 0.00017, 27.621 }, + { { 0, 2, -8, 9, 0, 0, 0, 0, 0, 1, 0 }, 261.44265, 0.00004, 0.075 }, + { { 0, 2, -8, 9, 0, 0, 0, 0, 2, -1, 0 }, 263.80525, 0.00002, 0.087 }, + { { 0, 2, -8, 9, 0, 0, 0, 0, 2, 0, 0 }, 263.80525, 0.00002, 0.040 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, -2, -1, 0 }, 324.01496, 0.00002, 0.024 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 138.46032, 0.00004, 0.035 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 132.05683, 0.00004, 0.066 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 344.65927, 0.00002, 0.506 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, -2, 3, 0 }, 152.59440, 0.00005, 0.089 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, 0, -2, 0 }, 142.75571, 0.00001, 0.033 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 157.11247, 0.00005, 0.267 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, 0, 2, 0 }, 114.12874, 0.00002, 0.044 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 329.12496, 0.00005, 0.129 }, + { { 0, 2, -7, 0, 1, 0, 0, 0, -2, 2, 0 }, 51.20817, 0.00002, 0.529 }, + { { 0, 2, -7, 0, 1, 0, 0, 0, -2, 3, 0 }, 231.20818, 0.00001, 0.088 }, + { { 0, 2, -7, 0, 1, 0, 0, 0, 0, -1, 0 }, 230.46802, 0.00002, 0.059 }, + { { 0, 2, -7, 0, 1, 0, 0, 0, 0, 1, 0 }, 230.46802, 0.00002, 0.104 }, + { { 0, 2, -7, 0, 2, 0, 0, 0, -2, 0, 0 }, 291.82275, 0.00005, 0.035 }, + { { 0, 2, -7, 2, 0, 0, 0, 0, -2, 0, 0 }, 261.98103, 0.00001, 0.036 }, + { { 0, 2, -7, 3, 0, 0, 0, 0, -2, 0, 0 }, 288.62681, 0.00001, 0.037 }, + { { 0, 2, -7, 3, 0, 0, 0, 0, -2, 0, 2 }, 288.97260, 0.00004, 21.566 }, + { { 0, 2, -7, 3, 0, 0, 0, 0, -2, 2, 0 }, 288.62681, 0.00001, 2.632 }, + { { 0, 2, -7, 6, 0, 0, 0, 0, 0, 0, 0 }, 8.61985, 0.00001, 1.789 }, + { { 0, 2, -7, 7, 0, 0, 0, 0, -2, 0, 0 }, 234.68596, 0.00006, 0.040 }, + { { 0, 2, -7, 7, 0, 0, 0, 0, -2, 1, 0 }, 234.09721, 0.00008, 0.087 }, + { { 0, 2, -7, 7, 0, 0, 0, 0, 0, -1, 0 }, 237.69409, 0.00009, 0.075 }, + { { 0, 2, -7, 7, 0, 0, 0, 0, 0, 0, 0 }, 235.31761, 0.00053, 36.814 }, + { { 0, 2, -7, 7, 0, 0, 0, 0, 0, 1, 0 }, 237.66683, 0.00009, 0.076 }, + { { 0, 2, -7, 7, 0, 0, 0, 0, 2, -1, 0 }, 234.01132, 0.00009, 0.087 }, + { { 0, 2, -7, 7, 0, 0, 0, 0, 2, 0, 0 }, 234.59503, 0.00006, 0.040 }, + { { 0, 2, -6, 0, -1, 0, 0, 0, -2, 0, 0 }, 58.43599, 0.00002, 0.036 }, + { { 0, 2, -6, 0, -1, 0, 0, 0, -2, 1, 0 }, 65.74387, 0.00001, 0.070 }, + { { 0, 2, -6, 0, -1, 0, 0, 0, -2, 2, 0 }, 65.74387, 0.00001, 0.944 }, + { { 0, 2, -6, 0, -1, 0, 0, 0, -2, 3, 0 }, 245.74387, 0.00001, 0.082 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, -4, 0, 0 }, 231.78521, 0.00002, 0.019 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, -4, 3, 0 }, 64.64068, 0.00001, 0.080 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, -3, 2, 0 }, 231.78521, 0.00001, 0.075 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, -3, 4, 0 }, 231.78521, 0.00001, 0.076 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 52.50217, 0.00010, 0.036 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 276.42256, 0.00003, 0.070 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 51.90565, 0.00007, 1.026 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, -2, 3, 0 }, 237.35391, 0.00008, 0.081 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 51.90829, 0.00001, 0.062 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 324.57632, 0.00005, 0.364 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 31.25567, 0.00004, 0.095 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 214.43470, 0.00002, 0.045 }, + { { 0, 2, -6, 0, 1, 0, 0, 0, -2, 0, 0 }, 324.96030, 0.00003, 0.036 }, + { { 0, 2, -6, 0, 1, 0, 0, 0, -2, 2, 0 }, 220.95094, 0.00001, 1.123 }, + { { 0, 2, -6, 2, 0, 0, 0, 0, -2, 1, 0 }, 213.89208, 0.00002, 0.076 }, + { { 0, 2, -6, 2, 0, 0, 0, 0, -2, 2, 0 }, 4.22595, 0.00001, 11.308 }, + { { 0, 2, -6, 2, 0, 0, 0, 0, -2, 3, 0 }, 213.89208, 0.00002, 0.075 }, + { { 0, 2, -6, 3, 0, 0, 0, 0, 0, 0, 0 }, 318.90582, 0.00002, 0.867 }, + { { 0, 2, -6, 5, 0, 0, 0, 0, -2, 0, 0 }, 208.89421, 0.00002, 0.040 }, + { { 0, 2, -6, 5, 0, 0, 0, 0, 0, 0, 0 }, 222.98549, 0.00008, 11.046 }, + { { 0, 2, -6, 5, 0, 0, 0, 0, 2, 0, 0 }, 208.89421, 0.00001, 0.041 }, + { { 0, 2, -6, 6, 0, 0, 0, 0, 0, 0, 0 }, 56.33819, 0.00002, 2.267 }, + { { 0, 2, -6, 8, -3, 0, 0, 0, -2, 0, 0 }, 252.16881, 0.00002, 0.043 }, + { { 0, 2, -6, 8, -3, 0, 0, 0, 0, 0, 0 }, 251.99727, 0.00003, 0.799 }, + { { 0, 2, -5, -3, 0, 0, 0, 0, -2, 0, 0 }, 355.31264, 0.00001, 0.036 }, + { { 0, 2, -5, -3, 0, 0, 0, 0, -2, 1, 0 }, 175.31264, 0.00001, 0.067 }, + { { 0, 2, -5, -3, 0, 0, 0, 0, -2, 2, 0 }, 355.31264, 0.00001, 0.637 }, + { { 0, 2, -5, -3, 0, 0, 0, 0, -2, 3, 0 }, 175.31264, 0.00001, 0.086 }, + { { 0, 2, -5, -2, 0, 0, 0, 0, -2, 0, 0 }, 11.10836, 0.00003, 0.036 }, + { { 0, 2, -5, -2, 0, 0, 0, 0, -2, 2, 0 }, 11.02487, 0.00002, 0.963 }, + { { 0, 2, -5, 0, -2, 0, 0, 0, -2, 1, 0 }, 341.49481, 0.00007, 0.075 }, + { { 0, 2, -5, 0, -1, 0, 0, 0, -2, 0, 0 }, 235.78912, 0.00001, 0.038 }, + { { 0, 2, -5, 0, -1, 0, 0, 0, -2, 1, 0 }, 151.72935, 0.00004, 0.075 }, + { { 0, 2, -5, 0, 0, -1, 0, 0, -2, 1, 0 }, 233.89110, 0.00003, 0.075 }, + { { 0, 2, -5, 0, 0, -1, 0, 0, -2, 2, 0 }, 63.36583, 0.00002, 112.558 }, + { { 0, 2, -5, 0, 0, 0, -2, 0, -2, 1, 0 }, 338.08050, 0.00004, 0.075 }, + { { 0, 2, -5, 0, 0, 0, -2, 0, -2, 2, 0 }, 175.29949, 0.00011, 793.895 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -4, 0, 0 }, 116.99722, 0.00002, 0.020 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -4, 1, 0 }, 67.66858, 0.00002, 0.026 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -4, 2, 0 }, 68.10832, 0.00004, 0.040 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, -2, 0 }, 133.86577, 0.00001, 0.019 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 79.93704, 0.00017, 0.038 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 67.61040, 0.00200, 0.076 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 69.08897, 0.00133, 39.899 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 3, 0 }, 54.54115, 0.00012, 0.075 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -1, 0, 1 }, 238.62227, 0.00007, 1.438 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 241.17739, 0.00004, 0.067 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 238.87386, 0.00037, 0.572 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 244.14903, 0.00042, 0.087 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 1, 0, -1 }, 62.24139, 0.00004, 0.357 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 131.45183, 0.00013, 0.103 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 146.96117, 0.00014, 0.044 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 2, 1, 0 }, 129.72760, 0.00002, 0.028 }, + { { 0, 2, -5, 0, 0, 1, 0, 0, -2, 1, 0 }, 48.70003, 0.00003, 0.076 }, + { { 0, 2, -5, 0, 1, 0, 0, 0, -2, 1, 0 }, 60.00645, 0.00005, 0.076 }, + { { 0, 2, -5, 0, 1, 0, 0, 0, -2, 2, 0 }, 230.59094, 0.00001, 9.144 }, + { { 0, 2, -5, 0, 1, 0, 0, 0, -2, 3, 0 }, 121.48778, 0.00001, 0.075 }, + { { 0, 2, -5, 0, 2, 0, 0, 0, -2, 1, 0 }, 270.71456, 0.00002, 0.077 }, + { { 0, 2, -5, 2, 0, 0, 0, 0, 0, 0, 0 }, 286.81265, 0.00001, 1.459 }, + { { 0, 2, -5, 3, 0, 0, 0, 0, 0, 0, 0 }, 187.79906, 0.00005, 6.498 }, + { { 0, 2, -5, 4, 0, 0, 0, 0, 0, -1, 0 }, 209.59761, 0.00002, 0.078 }, + { { 0, 2, -5, 4, 0, 0, 0, 0, 0, 1, 0 }, 209.59761, 0.00002, 0.073 }, + { { 0, 2, -5, 4, 0, 0, 0, 0, 2, -2, 0 }, 29.59761, 0.00001, 0.716 }, + { { 0, 2, -5, 4, 0, 0, 0, 0, 2, 0, 0 }, 29.59761, 0.00001, 0.040 }, + { { 0, 2, -5, 5, 0, 0, 0, 0, 0, 0, 0 }, 57.52426, 0.00002, 1.100 }, + { { 0, 2, -5, 6, 0, 0, 0, 0, 0, 0, 0 }, 86.33947, 0.00001, 0.694 }, + { { 0, 2, -4, -2, 0, 0, 0, 0, -2, 1, 0 }, 307.20658, 0.00002, 0.075 }, + { { 0, 2, -4, -2, 0, 0, 0, 0, -2, 2, 0 }, 109.86889, 0.00002, 26.107 }, + { { 0, 2, -4, -2, 0, 0, 0, 0, -2, 3, 0 }, 307.20658, 0.00002, 0.076 }, + { { 0, 2, -4, 0, -2, 0, 0, 0, -2, 0, 0 }, 51.84137, 0.00002, 0.039 }, + { { 0, 2, -4, 0, -2, 0, 0, 0, -2, 1, 0 }, 51.84137, 0.00003, 0.081 }, + { { 0, 2, -4, 0, -1, 0, 0, 0, 0, 0, 0 }, 237.29818, 0.00001, 1.200 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -4, 0, 0 }, 355.59192, 0.00001, 0.020 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -4, 1, 0 }, 194.25785, 0.00002, 0.027 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -2, -1, 0 }, 186.32604, 0.00003, 0.026 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 195.59847, 0.00027, 0.039 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -2, 0, 2 }, 193.07008, 0.00002, 0.736 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 325.83101, 0.00033, 0.082 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -2, 2, 0 }, 349.18319, 0.00004, 0.976 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -2, 3, 0 }, 187.50447, 0.00002, 0.070 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, -1, 0 }, 158.33937, 0.00004, 0.038 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, -1, 1 }, 350.49890, 0.00004, 0.077 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 0, -1 }, 293.48841, 0.00002, 0.038 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 157.37063, 0.00053, 0.076 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 0, 1 }, 359.76709, 0.00007, 3.281 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 1, -1 }, 352.64615, 0.00056, 0.075 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 1, 0 }, 155.68934, 0.00015, 7.244 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 1, 1 }, 350.49890, 0.00004, 0.074 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 2, -1 }, 172.55335, 0.00031, 34.842 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 2, 0 }, 182.47560, 0.00002, 0.075 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 3, -1 }, 172.50249, 0.00001, 0.076 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 166.44188, 0.00008, 0.037 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 152.77866, 0.00078, 0.071 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 129.37164, 0.00413, 1.335 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 101.16167, 0.00060, 0.080 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, 2, 0 }, 88.76060, 0.00004, 0.039 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 1, -1, 0 }, 337.82241, 0.00001, 0.611 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 1, -1, 1 }, 169.60775, 0.00005, 0.085 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 1, 0, -1 }, 349.87907, 0.00018, 0.555 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 334.76551, 0.00017, 0.086 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 1, 0, 1 }, 169.76257, 0.00005, 0.040 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 1, 1, -1 }, 173.00966, 0.00012, 0.087 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 28.31943, 0.00009, 0.396 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 19.21372, 0.00259, 0.093 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, 0, -2 }, 18.11640, 0.00004, 0.350 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 19.00872, 0.00226, 0.042 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, 1, 0 }, 16.50078, 0.00024, 0.027 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, 2, 0 }, 19.14295, 0.00002, 0.020 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 4, -2, 0 }, 16.61975, 0.00005, 0.045 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 4, -1, 0 }, 21.33165, 0.00007, 0.028 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 4, 0, 0 }, 65.87277, 0.00002, 0.021 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 4, 1, 0 }, 191.38951, 0.00001, 0.016 }, + { { 0, 2, -4, 0, 1, 0, 0, 0, 0, 0, 0 }, 251.13038, 0.00003, 1.505 }, + { { 0, 2, -4, 0, 1, 0, 0, 0, 2, 0, 0 }, 89.35458, 0.00005, 0.042 }, + { { 0, 2, -4, 0, 2, 0, 0, 0, -2, 0, 0 }, 179.90681, 0.00003, 0.039 }, + { { 0, 2, -4, 0, 2, 0, 0, 0, -2, 1, 0 }, 179.90681, 0.00002, 0.083 }, + { { 0, 2, -4, 0, 2, 0, 0, 0, 0, -2, 0 }, 180.43371, 0.00001, 0.037 }, + { { 0, 2, -4, 0, 2, 0, 0, 0, 0, -1, 0 }, 179.82651, 0.00002, 0.072 }, + { { 0, 2, -4, 0, 2, 0, 0, 0, 0, 0, 0 }, 181.31943, 0.00013, 1.723 }, + { { 0, 2, -4, 0, 2, 0, 0, 0, 0, 1, 0 }, 179.82651, 0.00002, 0.079 }, + { { 0, 2, -4, 0, 2, 0, 0, 0, 0, 2, 0 }, 180.27260, 0.00001, 0.039 }, + { { 0, 2, -4, 0, 2, 0, 0, 0, 2, -1, 0 }, 179.84936, 0.00003, 0.092 }, + { { 0, 2, -4, 0, 2, 0, 0, 0, 2, 0, 0 }, 179.84936, 0.00003, 0.041 }, + { { 0, 2, -4, 0, 3, 0, 0, 0, 0, 0, 0 }, 174.93635, 0.00002, 2.016 }, + { { 0, 2, -4, 1, 0, 0, 0, 0, 0, 0, 0 }, 276.84493, 0.00003, 4.603 }, + { { 0, 2, -4, 2, 0, 0, 0, 0, -2, 0, 0 }, 358.68406, 0.00003, 0.041 }, + { { 0, 2, -4, 2, 0, 0, 0, 0, -2, 2, 0 }, 356.71662, 0.00001, 0.479 }, + { { 0, 2, -4, 2, 0, 0, 0, 0, 0, -1, 0 }, 359.10399, 0.00004, 0.077 }, + { { 0, 2, -4, 2, 0, 0, 0, 0, 0, 0, 0 }, 1.20360, 0.00009, 3.181 }, + { { 0, 2, -4, 2, 0, 0, 0, 0, 0, 1, 0 }, 359.10399, 0.00004, 0.074 }, + { { 0, 2, -4, 2, 0, 0, 0, 0, 2, -2, 0 }, 179.45659, 0.00001, 0.685 }, + { { 0, 2, -4, 2, 0, 0, 0, 0, 2, 0, 0 }, 179.91706, 0.00004, 0.040 }, + { { 0, 2, -4, 4, 0, 0, 0, 0, -2, 0, 0 }, 57.97569, 0.00001, 0.043 }, + { { 0, 2, -4, 4, 0, 0, 0, 0, -2, 2, 0 }, 57.97569, 0.00001, 0.317 }, + { { 0, 2, -4, 4, 0, 0, 0, 0, 2, -3, 0 }, 61.47355, 0.00003, 0.073 }, + { { 0, 2, -4, 4, 0, 0, 0, 0, 2, -1, 0 }, 61.47355, 0.00003, 0.078 }, + { { 0, 2, -3, -4, 0, 0, 0, 0, -2, 1, 0 }, 253.08880, 0.00002, 0.075 }, + { { 0, 2, -3, -4, 0, 0, 0, 0, -2, 3, 0 }, 253.08880, 0.00002, 0.076 }, + { { 0, 2, -3, -1, 0, 0, 0, 0, 0, 0, 0 }, 286.82292, 0.00001, 3.563 }, + { { 0, 2, -3, 0, -3, 0, 0, 0, -2, 0, 0 }, 300.94478, 0.00002, 0.040 }, + { { 0, 2, -3, 0, -3, 0, 0, 0, -2, 1, 0 }, 318.41651, 0.00003, 0.087 }, + { { 0, 2, -3, 0, -3, 0, 0, 0, 0, -1, 0 }, 231.88655, 0.00004, 0.075 }, + { { 0, 2, -3, 0, -3, 0, 0, 0, 0, 0, 0 }, 4.96385, 0.00003, 535.690 }, + { { 0, 2, -3, 0, -3, 0, 0, 0, 0, 1, 0 }, 231.88655, 0.00004, 0.075 }, + { { 0, 2, -3, 0, -3, 0, 0, 0, 2, -1, 0 }, 318.42374, 0.00003, 0.087 }, + { { 0, 2, -3, 0, -3, 0, 0, 0, 2, 0, 0 }, 300.91986, 0.00002, 0.040 }, + { { 0, 2, -3, 0, -2, 0, 0, 0, 0, 0, 0 }, 101.06435, 0.00002, 12.131 }, + { { 0, 2, -3, 0, -1, 0, 0, 0, 0, -1, 0 }, 301.02922, 0.00003, 0.076 }, + { { 0, 2, -3, 0, -1, 0, 0, 0, 0, 0, 0 }, 120.07986, 0.00003, 5.997 }, + { { 0, 2, -3, 0, -1, 0, 0, 0, 0, 1, 0 }, 301.02922, 0.00003, 0.075 }, + { { 0, 2, -3, 0, 0, -1, 0, 0, 0, 0, 0 }, 356.19840, 0.00001, 4.606 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -6, 1, 0 }, 272.10054, 0.00002, 0.016 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -6, 2, 0 }, 271.16587, 0.00003, 0.021 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, -1, 0 }, 270.61327, 0.00007, 0.016 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, 0, 0 }, 271.97385, 0.00053, 0.020 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, 1, 0 }, 271.61743, 0.00121, 0.028 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, 1, 2 }, 271.55365, 0.00002, 0.110 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, 2, 0 }, 271.60314, 0.00082, 0.044 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, 3, 0 }, 271.13561, 0.00002, 0.106 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -3, -1, 0 }, 271.76533, 0.00001, 0.020 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -3, 0, 1 }, 256.63085, 0.00001, 0.043 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -3, 1, 0 }, 90.86246, 0.00005, 0.042 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -3, 1, 1 }, 20.60820, 0.00002, 0.098 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, -3, 0 }, 271.20896, 0.00002, 0.016 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, -2, -2 }, 91.81624, 0.00001, 0.013 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, -2, 0 }, 271.14015, 0.00033, 0.020 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, -1, -2 }, 91.04291, 0.00002, 0.015 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, -1, 0 }, 271.16102, 0.00395, 0.026 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, -1, 2 }, 90.98729, 0.00009, 0.092 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 0, -2 }, 90.57476, 0.00008, 0.019 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 271.38094, 0.04214, 0.041 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 0, 1 }, 256.57767, 0.00003, 0.090 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 0, 2 }, 271.58433, 0.00082, 0.424 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 1, -2 }, 91.41525, 0.00014, 0.026 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 1, -1 }, 257.32478, 0.00001, 0.041 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 271.56625, 0.06188, 0.089 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 1, 2 }, 270.93153, 0.00003, 0.064 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 2, 0 }, 271.64486, 0.00232, 0.494 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 3, 0 }, 271.82929, 0.00015, 0.065 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, -2, 1 }, 256.61086, 0.00002, 0.040 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, -1, -1 }, 112.47371, 0.00001, 0.026 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, -1, 0 }, 90.64696, 0.00015, 0.039 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, -1, 1 }, 256.62461, 0.00038, 0.084 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 0, -1 }, 76.78070, 0.00012, 0.039 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 0, 0 }, 90.62855, 0.00148, 0.083 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 0, 1 }, 256.86939, 0.00067, 0.766 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 1, -1 }, 77.86533, 0.00029, 0.081 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 1, 0 }, 91.72101, 0.00017, 0.879 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 1, 1 }, 256.87702, 0.00013, 0.069 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 2, -1 }, 76.64016, 0.00003, 1.030 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 2, 0 }, 91.24277, 0.00003, 0.069 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -4, 0 }, 267.79538, 0.00001, 0.019 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -3, 0 }, 268.02300, 0.00027, 0.025 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -2, -2 }, 89.05704, 0.00003, 0.019 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -2, 0 }, 268.68892, 0.00408, 0.038 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -1, -2 }, 89.16174, 0.00016, 0.025 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -1, -1 }, 257.33927, 0.00006, 0.038 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 268.69648, 0.06030, 0.077 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -1, 1 }, 76.36431, 0.00002, 2.394 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -1, 2 }, 269.82881, 0.00007, 0.072 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, -2 }, 91.74862, 0.00015, 0.038 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, -1 }, 257.32345, 0.00089, 0.076 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 269.95393, 0.34355, 3.983 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, 1 }, 76.57767, 0.00016, 0.073 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, 2 }, 90.69380, 0.00021, 0.037 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 1, -2 }, 262.04651, 0.00012, 0.075 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 1, -1 }, 256.56524, 0.00033, 11.864 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 268.56875, 0.05540, 0.074 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 1, 2 }, 88.79391, 0.00012, 0.025 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 2, -2 }, 79.07792, 0.00001, 12.126 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 2, -1 }, 257.25906, 0.00002, 0.075 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 2, 0 }, 268.57188, 0.00378, 0.037 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 2, 2 }, 89.07711, 0.00003, 0.019 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 3, 0 }, 268.71498, 0.00025, 0.025 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 4, 0 }, 267.53098, 0.00001, 0.019 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -2, -1 }, 256.57924, 0.00003, 0.037 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -2, 1 }, 76.59594, 0.00008, 2.131 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -1, -1 }, 256.57648, 0.00045, 0.071 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -1, 0 }, 266.53007, 0.00006, 1.572 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -1, 1 }, 76.65323, 0.00118, 0.078 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 0, -1 }, 256.56454, 0.00397, 1.246 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 119.92242, 0.00008, 0.079 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 0, 1 }, 77.12905, 0.00083, 0.038 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 1, -1 }, 256.48123, 0.00056, 0.080 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 1, 0 }, 87.54529, 0.00002, 0.039 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 1, 1 }, 76.99248, 0.00007, 0.025 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 2, -1 }, 256.57875, 0.00003, 0.039 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 2, 0 }, 270.51720, 0.00001, 0.026 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, -3, 0 }, 271.30019, 0.00004, 0.068 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, -2, 0 }, 272.13749, 0.00106, 0.657 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, -2, 2 }, 90.66780, 0.00001, 0.039 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 271.01820, 0.03451, 0.085 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, -1, 2 }, 91.21551, 0.00007, 0.026 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 0, -2 }, 269.81514, 0.00058, 0.539 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 0, -1 }, 77.46482, 0.00022, 0.086 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.98647, 0.02172, 0.040 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 0, 2 }, 90.32606, 0.00005, 0.019 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 1, -2 }, 90.23846, 0.00007, 0.088 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 1, -1 }, 77.32478, 0.00001, 0.040 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 1, 0 }, 269.38362, 0.00213, 0.026 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 2, 0 }, 269.71175, 0.00021, 0.019 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 3, -3, -1 }, 76.63605, 0.00002, 0.063 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 3, -2, 1 }, 69.65221, 0.00001, 0.041 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 3, -1, 0 }, 90.14657, 0.00002, 0.041 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 3, 0, -1 }, 256.64368, 0.00001, 0.042 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 3, 0, 0 }, 270.04178, 0.00003, 0.027 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 4, -3, 0 }, 273.67481, 0.00001, 0.100 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 4, -2, 0 }, 268.55872, 0.00037, 0.043 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 4, -1, -2 }, 270.40941, 0.00001, 0.104 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 4, -1, 0 }, 268.27515, 0.00057, 0.027 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 4, 0, -2 }, 270.51720, 0.00003, 0.044 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 4, 0, 0 }, 267.53874, 0.00022, 0.020 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 4, 1, 0 }, 271.36502, 0.00005, 0.016 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 5, -2, 0 }, 270.14658, 0.00001, 0.028 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 6, -2, 0 }, 275.20895, 0.00001, 0.021 }, + { { 0, 2, -3, 0, 0, 1, 0, 0, 0, -1, 0 }, 179.78368, 0.00001, 0.077 }, + { { 0, 2, -3, 0, 0, 1, 0, 0, 0, 0, 0 }, 359.73986, 0.00001, 3.509 }, + { { 0, 2, -3, 0, 0, 1, 0, 0, 0, 1, 0 }, 179.78368, 0.00001, 0.074 }, + { { 0, 2, -3, 0, 0, 2, 0, 0, 0, 0, 0 }, 93.56181, 0.00001, 3.135 }, + { { 0, 2, -3, 0, 1, 0, 0, 0, -2, 0, 0 }, 175.48205, 0.00009, 0.041 }, + { { 0, 2, -3, 0, 1, 0, 0, 0, -2, 1, 0 }, 3.02982, 0.00005, 0.090 }, + { { 0, 2, -3, 0, 1, 0, 0, 0, -2, 2, 0 }, 358.64663, 0.00001, 0.474 }, + { { 0, 2, -3, 0, 1, 0, 0, 0, 0, 0, 0 }, 359.25551, 0.00028, 2.982 }, + { { 0, 2, -3, 0, 1, 0, 0, 0, 0, 1, -2 }, 181.35604, 0.00003, 0.075 }, + { { 0, 2, -3, 0, 1, 0, 0, 0, 0, 2, -2 }, 134.65151, 0.00009, 544.385 }, + { { 0, 2, -3, 0, 1, 0, 0, 0, 0, 2, 0 }, 178.71738, 0.00002, 0.037 }, + { { 0, 2, -3, 0, 1, 0, 0, 0, 2, -1, 0 }, 358.56051, 0.00003, 0.085 }, + { { 0, 2, -3, 0, 1, 0, 0, 0, 2, 0, 0 }, 177.27193, 0.00001, 0.040 }, + { { 0, 2, -3, 0, 2, 0, 0, 0, -2, 0, 0 }, 51.45115, 0.00003, 0.041 }, + { { 0, 2, -3, 0, 2, 0, 0, 0, 0, 0, 0 }, 55.78223, 0.00005, 2.383 }, + { { 0, 2, -3, 0, 2, 0, 0, 0, 2, -2, 0 }, 60.19491, 0.00003, 0.738 }, + { { 0, 2, -3, 0, 2, 0, 0, 0, 2, -1, 0 }, 60.30983, 0.00006, 0.084 }, + { { 0, 2, -3, 0, 2, 0, 0, 0, 2, 0, 0 }, 60.19491, 0.00003, 0.040 }, + { { 0, 2, -3, 0, 3, 0, 0, 0, 0, 0, 0 }, 65.49288, 0.00002, 1.984 }, + { { 0, 2, -3, 1, 0, 0, 0, 0, 0, 0, 0 }, 359.26914, 0.00002, 1.278 }, + { { 0, 2, -3, 2, 0, 0, 0, 0, -2, 0, 0 }, 40.17471, 0.00001, 0.043 }, + { { 0, 2, -3, 2, 0, 0, 0, 0, -2, 1, 0 }, 40.51086, 0.00001, 0.098 }, + { { 0, 2, -3, 2, 0, 0, 0, 0, -2, 2, 0 }, 40.23663, 0.00003, 0.324 }, + { { 0, 2, -3, 2, 0, 0, 0, 0, -2, 3, 0 }, 40.51086, 0.00001, 0.061 }, + { { 0, 2, -3, 2, 0, 0, 0, 0, 0, 0, 0 }, 256.27172, 0.00002, 0.761 }, + { { 0, 2, -3, 2, 0, 0, 0, 0, 2, -2, 0 }, 44.71905, 0.00003, 2.176 }, + { { 0, 2, -3, 2, 0, 0, 0, 0, 2, 0, 0 }, 45.36731, 0.00002, 0.038 }, + { { 0, 2, -3, 3, 0, 0, 0, 0, 2, -3, 0 }, 237.60405, 0.00003, 0.076 }, + { { 0, 2, -3, 3, 0, 0, 0, 0, 2, -2, 0 }, 236.87909, 0.00001, 13.873 }, + { { 0, 2, -3, 3, 0, 0, 0, 0, 2, -1, 0 }, 231.22138, 0.00005, 0.075 }, + { { 0, 2, -3, 3, 0, 0, 0, 0, 2, 0, 0 }, 236.87909, 0.00001, 0.038 }, + { { 0, 2, -2, -2, 0, 0, 0, 0, 0, -1, 0 }, 47.36806, 0.00001, 0.077 }, + { { 0, 2, -2, -2, 0, 0, 0, 0, 0, 0, 0 }, 151.68915, 0.00001, 5.328 }, + { { 0, 2, -2, -2, 0, 0, 0, 0, 0, 1, 0 }, 47.36806, 0.00001, 0.074 }, + { { 0, 2, -2, -1, 0, 0, 0, 0, 1, -3, 1 }, 166.28235, 0.00001, 0.075 }, + { { 0, 2, -2, -1, 0, 0, 0, 0, 1, -2, 1 }, 166.28235, 0.00027, 1124.126 }, + { { 0, 2, -2, -1, 0, 0, 0, 0, 1, -1, 1 }, 166.28235, 0.00001, 0.075 }, + { { 0, 2, -2, 0, -2, 0, 0, 0, -2, 0, 0 }, 205.43951, 0.00001, 0.042 }, + { { 0, 2, -2, 0, -2, 0, 0, 0, 0, 0, 0 }, 341.34030, 0.00001, 0.924 }, + { { 0, 2, -2, 0, -2, 0, 0, 0, 1, 0, -1 }, 175.32019, 0.00001, 34.878 }, + { { 0, 2, -2, 0, -1, 0, 0, 0, -2, 0, 0 }, 224.93197, 0.00009, 0.042 }, + { { 0, 2, -2, 0, -1, 0, 0, 0, -2, 1, 0 }, 12.46078, 0.00003, 0.097 }, + { { 0, 2, -2, 0, -1, 0, 0, 0, -2, 2, 0 }, 9.79677, 0.00004, 0.340 }, + { { 0, 2, -2, 0, -1, 0, 0, 0, -2, 3, 0 }, 192.04237, 0.00002, 0.062 }, + { { 0, 2, -2, 0, -1, 0, 0, 0, 0, -2, 0 }, 193.05632, 0.00001, 0.039 }, + { { 0, 2, -2, 0, -1, 0, 0, 0, 0, -1, 0 }, 11.56931, 0.00001, 0.083 }, + { { 0, 2, -2, 0, -1, 0, 0, 0, 0, 0, 0 }, 86.45017, 0.00002, 0.857 }, + { { 0, 2, -2, 0, -1, 0, 0, 0, 0, 1, 0 }, 11.56931, 0.00001, 0.069 }, + { { 0, 2, -2, 0, -1, 0, 0, 0, 1, 0, -1 }, 76.96145, 0.00002, 8.852 }, + { { 0, 2, -2, 0, -1, 0, 0, 0, 2, -2, 0 }, 193.99621, 0.00001, 1.647 }, + { { 0, 2, -2, 0, -1, 0, 0, 0, 2, -1, 0 }, 192.20545, 0.00005, 0.079 }, + { { 0, 2, -2, 0, -1, 0, 0, 0, 2, 0, 0 }, 191.76544, 0.00006, 0.039 }, + { { 0, 2, -2, 0, 0, -1, 0, 0, 0, 0, 0 }, 270.41206, 0.00001, 0.822 }, + { { 0, 2, -2, 0, 0, -1, 0, 0, 2, -1, 0 }, 92.48294, 0.00003, 0.079 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -6, 0, 0 }, 359.92716, 0.00003, 0.014 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -6, 1, 0 }, 0.43930, 0.00003, 0.017 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -6, 2, 0 }, 0.54023, 0.00007, 0.022 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -6, 3, 0 }, 0.36763, 0.00002, 0.030 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -5, 2, 0 }, 180.40373, 0.00001, 0.029 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, -2, 0 }, 359.90094, 0.00003, 0.013 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, -1, 0 }, 359.43053, 0.00020, 0.016 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, -1, 2 }, 0.30838, 0.00001, 0.029 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 0, -2 }, 180.32343, 0.00001, 0.013 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 0, 0 }, 0.70739, 0.00148, 0.021 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 0, 2 }, 0.28134, 0.00005, 0.047 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 1, -2 }, 180.30497, 0.00001, 0.016 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 1, 0 }, 0.58206, 0.00346, 0.029 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 1, 2 }, 0.36811, 0.00002, 0.123 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 2, 0 }, 0.49096, 0.00213, 0.046 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 3, 0 }, 0.48042, 0.00005, 0.118 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -3, -1, 0 }, 0.43444, 0.00004, 0.020 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -3, 0, 0 }, 1.20965, 0.00004, 0.028 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -3, 1, 0 }, 180.30591, 0.00022, 0.044 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -3, 2, 0 }, 180.43321, 0.00008, 0.107 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, -3, 0 }, 0.29029, 0.00008, 0.016 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, -2, 0 }, 0.28459, 0.00084, 0.020 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, -2, 2 }, 180.32476, 0.00001, 0.043 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, -1, -2 }, 180.29238, 0.00007, 0.016 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, -1, 0 }, 0.44680, 0.01120, 0.027 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, -1, 2 }, 180.30006, 0.00024, 0.101 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 0, -2 }, 180.30278, 0.00032, 0.020 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 0.36659, 0.13432, 0.043 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 0, 2 }, 0.35010, 0.00154, 0.298 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 1, -2 }, 180.30459, 0.00037, 0.027 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 0.31177, 0.16090, 0.098 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 1, 2 }, 180.29156, 0.00008, 0.060 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 2, -2 }, 180.29900, 0.00003, 0.042 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 2, 0 }, 0.22764, 0.00704, 0.331 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 2, 2 }, 180.28326, 0.00003, 0.033 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 3, 0 }, 0.23237, 0.00054, 0.061 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 4, 0 }, 0.22117, 0.00005, 0.034 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, -2, 0 }, 180.60766, 0.00002, 0.027 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, -1, 0 }, 180.11985, 0.00022, 0.041 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, -1, 1 }, 185.45464, 0.00003, 0.091 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, 0, -1 }, 188.36537, 0.00011, 0.041 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, 0, 0 }, 180.06428, 0.00276, 0.090 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, 0, 1 }, 3.66832, 0.00020, 0.434 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, 1, -1 }, 11.97736, 0.00003, 0.089 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, 1, 0 }, 180.10336, 0.00029, 0.468 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, 2, 0 }, 179.93386, 0.00003, 0.065 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, -3, 0 }, 0.29678, 0.00025, 0.026 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, -2, -2 }, 180.23418, 0.00003, 0.019 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, -2, 0 }, 0.48600, 0.00376, 0.040 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, -1, -2 }, 180.35476, 0.00013, 0.026 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 0.39852, 0.05635, 0.083 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, -1, 2 }, 180.33985, 0.00009, 0.067 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, -2 }, 359.05321, 0.00003, 0.039 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 0.20448, 0.30155, 0.799 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 2 }, 180.18661, 0.00014, 0.036 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 1, -2 }, 358.82626, 0.00004, 0.081 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 0.15681, 0.05071, 0.069 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 1, 2 }, 180.21408, 0.00014, 0.024 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 2, 0 }, 0.07710, 0.00353, 0.036 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 2, 2 }, 180.19259, 0.00002, 0.018 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 3, -2 }, 179.74152, 0.00002, 0.071 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 3, 0 }, 0.22709, 0.00023, 0.024 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, -2, -1 }, 187.48286, 0.00004, 0.038 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, -1, -2 }, 359.98947, 0.00002, 0.038 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, -1, -1 }, 187.48286, 0.00052, 0.077 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, -1, 0 }, 0.06730, 0.00028, 2.747 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, -1, 1 }, 5.54364, 0.00019, 0.073 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 0, -2 }, 359.98872, 0.00036, 0.076 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 0, -1 }, 185.61233, 0.00334, 5.069 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 0, 0 }, 0.05969, 0.00202, 0.073 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 0, 1 }, 5.87158, 0.00036, 0.037 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 1, -2 }, 359.97178, 0.00027, 32.762 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 1, -1 }, 187.48286, 0.00052, 0.074 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 1, 0 }, 359.85065, 0.00009, 0.037 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 1, 1 }, 5.89457, 0.00004, 0.025 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 2, -2 }, 0.01147, 0.00004, 0.075 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 2, -1 }, 187.48286, 0.00004, 0.037 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -4, 0 }, 0.73561, 0.00003, 0.037 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -3, 0 }, 0.88037, 0.00036, 0.073 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -2, -2 }, 179.87397, 0.00002, 0.037 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 359.82862, 0.00559, 1.912 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -2, 2 }, 180.11298, 0.00002, 0.038 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -1, -2 }, 0.07543, 0.00012, 0.071 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 359.99762, 0.13593, 0.079 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -1, 2 }, 180.01441, 0.00029, 0.025 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 0, -2 }, 359.99290, 0.00223, 1.168 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 359.98667, 0.03553, 0.038 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 0, 2 }, 180.08415, 0.00013, 0.019 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 1, -2 }, 179.86882, 0.00011, 0.081 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 1, 0 }, 0.00862, 0.00325, 0.025 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 1, 2 }, 180.08230, 0.00001, 0.015 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 2, -2 }, 179.97657, 0.00002, 0.039 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 2, 0 }, 0.12832, 0.00031, 0.019 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 3, 0 }, 0.06198, 0.00002, 0.015 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 3, -2, 0 }, 180.03152, 0.00004, 0.084 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 3, -1, -1 }, 11.97736, 0.00003, 0.086 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 3, -1, 0 }, 180.03273, 0.00006, 0.040 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 3, 0, -2 }, 179.98947, 0.00007, 0.087 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 3, 0, -1 }, 185.39125, 0.00002, 0.040 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 3, 0, 0 }, 0.00627, 0.00004, 0.026 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 4, -3, 0 }, 358.60856, 0.00005, 0.091 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 4, -2, 0 }, 0.05894, 0.00181, 0.041 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 4, -1, -2 }, 359.89329, 0.00002, 0.094 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 4, -1, 0 }, 0.01608, 0.00172, 0.027 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 4, 0, 0 }, 359.99954, 0.00049, 0.020 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 4, 1, 0 }, 0.05559, 0.00007, 0.016 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 5, -3, 0 }, 359.99437, 0.00001, 0.043 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 6, -3, 0 }, 0.04685, 0.00002, 0.028 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 6, -2, 0 }, 0.04120, 0.00004, 0.020 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 6, -1, 0 }, 0.01076, 0.00005, 0.016 }, + { { 0, 2, -2, 0, 0, 1, 0, 0, 2, -1, 0 }, 87.67754, 0.00003, 0.078 }, + { { 0, 2, -2, 0, 1, 0, 0, 0, -2, 0, 0 }, 346.48010, 0.00006, 0.043 }, + { { 0, 2, -2, 0, 1, 0, 0, 0, -2, 1, 0 }, 171.90457, 0.00004, 0.099 }, + { { 0, 2, -2, 0, 1, 0, 0, 0, -2, 3, 0 }, 352.22066, 0.00003, 0.061 }, + { { 0, 2, -2, 0, 1, 0, 0, 0, 0, 0, 0 }, 212.18312, 0.00002, 0.749 }, + { { 0, 2, -2, 0, 1, 0, 0, 0, 2, -2, 0 }, 349.58133, 0.00001, 2.280 }, + { { 0, 2, -2, 0, 1, 0, 0, 0, 2, -1, 0 }, 336.37806, 0.00007, 0.078 }, + { { 0, 2, -2, 0, 1, 0, 0, 0, 2, 0, 0 }, 316.88751, 0.00005, 0.038 }, + { { 0, 2, -2, 0, 2, 0, 0, 0, 0, 0, 0 }, 7.31072, 0.00001, 0.704 }, + { { 0, 2, -2, 1, 0, 0, 0, 0, 2, -3, 0 }, 226.01931, 0.00002, 0.075 }, + { { 0, 2, -2, 1, 0, 0, 0, 0, 2, -2, 0 }, 358.89753, 0.00003, 114.769 }, + { { 0, 2, -2, 1, 0, 0, 0, 0, 2, -1, 0 }, 226.01931, 0.00002, 0.075 }, + { { 0, 2, -1, -4, 0, 0, 0, 0, 0, 0, 0 }, 161.41633, 0.00001, 8.045 }, + { { 0, 2, -1, -3, 0, 0, 0, 0, -2, 0, 0 }, 303.12027, 0.00002, 0.042 }, + { { 0, 2, -1, -3, 0, 0, 0, 0, -2, 2, 0 }, 303.12027, 0.00002, 0.412 }, + { { 0, 2, -1, -3, 0, 0, 0, 0, 0, -1, 0 }, 303.12027, 0.00001, 0.079 }, + { { 0, 2, -1, -3, 0, 0, 0, 0, 0, 1, 0 }, 303.12027, 0.00001, 0.072 }, + { { 0, 2, -1, -3, 0, 0, 0, 0, 2, -3, 0 }, 303.56492, 0.00002, 0.070 }, + { { 0, 2, -1, -3, 0, 0, 0, 0, 2, -2, 0 }, 303.56492, 0.00002, 0.894 }, + { { 0, 2, -1, -3, 0, 0, 0, 0, 2, -1, 0 }, 303.56492, 0.00002, 0.082 }, + { { 0, 2, -1, -3, 0, 0, 0, 0, 2, 0, 0 }, 303.56492, 0.00002, 0.039 }, + { { 0, 2, -1, -2, 0, 0, 0, 0, -2, 0, 0 }, 127.73329, 0.00003, 0.042 }, + { { 0, 2, -1, -2, 0, 0, 0, 0, -2, 2, 0 }, 135.09889, 0.00004, 0.338 }, + { { 0, 2, -1, -2, 0, 0, 0, 0, 0, 0, 0 }, 355.00834, 0.00001, 0.842 }, + { { 0, 2, -1, -2, 0, 0, 0, 0, 2, -2, 0 }, 139.61280, 0.00003, 1.706 }, + { { 0, 2, -1, -2, 0, 0, 0, 0, 2, 0, 0 }, 139.69031, 0.00002, 0.039 }, + { { 0, 2, -1, -1, 0, 0, 0, 0, 2, -3, 0 }, 93.39166, 0.00001, 0.075 }, + { { 0, 2, -1, -1, 0, 0, 0, 0, 2, -1, 0 }, 273.39166, 0.00001, 0.076 }, + { { 0, 2, -1, 0, -3, 0, 0, 0, 0, 0, 0 }, 129.63478, 0.00001, 0.500 }, + { { 0, 2, -1, 0, -2, 0, 0, 0, -2, 0, 0 }, 116.19893, 0.00006, 0.044 }, + { { 0, 2, -1, 0, -2, 0, 0, 0, 0, 0, 0 }, 292.32948, 0.00004, 0.480 }, + { { 0, 2, -1, 0, -2, 0, 0, 0, 2, -3, 0 }, 321.18615, 0.00002, 0.077 }, + { { 0, 2, -1, 0, -2, 0, 0, 0, 2, -1, 0 }, 141.43973, 0.00005, 0.074 }, + { { 0, 2, -1, 0, -2, 0, 0, 0, 2, 0, -2 }, 170.19984, 0.00004, 39.852 }, + { { 0, 2, -1, 0, -1, 0, 0, 0, -2, 0, 0 }, 2.53658, 0.00003, 0.044 }, + { { 0, 2, -1, 0, -1, 0, 0, 0, -2, 1, 0 }, 181.35098, 0.00010, 0.107 }, + { { 0, 2, -1, 0, -1, 0, 0, 0, -2, 2, 0 }, 178.73204, 0.00001, 0.254 }, + { { 0, 2, -1, 0, -1, 0, 0, 0, 0, -2, 0 }, 185.13521, 0.00001, 0.041 }, + { { 0, 2, -1, 0, -1, 0, 0, 0, 0, 0, 0 }, 176.70531, 0.00006, 0.462 }, + { { 0, 2, -1, 0, -1, 0, 0, 0, 0, 1, 0 }, 181.46864, 0.00004, 0.065 }, + { { 0, 2, -1, 0, -1, 0, 0, 0, 2, -2, 0 }, 182.47868, 0.00002, 2.546 }, + { { 0, 2, -1, 0, -1, 0, 0, 0, 2, -1, 0 }, 177.54832, 0.00016, 0.073 }, + { { 0, 2, -1, 0, -1, 0, 0, 0, 2, 0, -2 }, 183.04003, 0.00005, 16.889 }, + { { 0, 2, -1, 0, -1, 0, 0, 0, 2, 0, 0 }, 4.04220, 0.00009, 0.037 }, + { { 0, 2, -1, 0, 0, -1, 0, 0, -2, 0, 0 }, 180.21567, 0.00001, 0.044 }, + { { 0, 2, -1, 0, 0, -1, 0, 0, -2, 2, 0 }, 0.21567, 0.00001, 0.251 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -6, 1, 0 }, 257.35926, 0.00001, 0.017 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -4, -1, 0 }, 257.07948, 0.00006, 0.017 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -4, 0, 0 }, 256.11909, 0.00019, 0.021 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -4, 1, 0 }, 257.06724, 0.00050, 0.029 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -4, 2, 0 }, 256.51930, 0.00023, 0.048 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -4, 3, 0 }, 249.92783, 0.00001, 0.134 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -3, 0, 0 }, 257.53316, 0.00002, 0.029 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -3, 0, 1 }, 103.12676, 0.00002, 0.047 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -3, 1, -1 }, 103.22816, 0.00001, 0.029 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -3, 1, 0 }, 76.66489, 0.00002, 0.046 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -3, 1, 1 }, 103.29820, 0.00001, 0.122 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, -2, 0 }, 257.14830, 0.00011, 0.020 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, -1, 0 }, 257.05477, 0.00120, 0.028 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, -1, 2 }, 77.38636, 0.00002, 0.112 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 0, -2 }, 77.01752, 0.00003, 0.020 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 257.09235, 0.01345, 0.044 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 0, 2 }, 257.57055, 0.00010, 0.229 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 1, -2 }, 77.11750, 0.00001, 0.028 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 1, 0 }, 257.14013, 0.01203, 0.108 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 1, 2 }, 77.25741, 0.00003, 0.057 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 2, 0 }, 258.44766, 0.00054, 0.248 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 3, 0 }, 254.19294, 0.00003, 0.058 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, -1, -1 }, 103.20645, 0.00004, 0.027 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, -1, 1 }, 283.56645, 0.00010, 0.100 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 0, -1 }, 103.22377, 0.00055, 0.042 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 0, 1 }, 283.22003, 0.00132, 0.303 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 1, -1 }, 101.84842, 0.00033, 0.097 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 1, 0 }, 77.33003, 0.00001, 0.319 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 1, 1 }, 283.21235, 0.00013, 0.060 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, -2, 0 }, 256.62916, 0.00019, 0.041 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, -1, 0 }, 257.05510, 0.00262, 0.091 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, -2 }, 77.26835, 0.00001, 0.041 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, -1 }, 283.33020, 0.00001, 0.090 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 252.15770, 0.00873, 0.444 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 1 }, 103.32945, 0.00003, 0.064 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, 1, 0 }, 253.84566, 0.00147, 0.064 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, 2, 0 }, 253.19634, 0.00010, 0.035 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, -2, -1 }, 103.28896, 0.00004, 0.040 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, -2, 1 }, 283.31693, 0.00002, 0.653 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.29262, 0.00073, 0.083 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, -1, 0 }, 77.21289, 0.00001, 0.733 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, -1, 1 }, 283.29445, 0.00049, 0.068 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.30400, 0.00442, 0.835 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 0, 0 }, 276.74460, 0.00005, 0.068 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 0, 1 }, 283.29610, 0.00049, 0.036 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 1, -1 }, 103.45792, 0.00056, 0.069 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 1, 1 }, 283.30465, 0.00005, 0.024 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 2, -1 }, 103.35838, 0.00003, 0.036 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, -3, 0 }, 261.49190, 0.00007, 0.078 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, -2, 0 }, 256.29879, 0.00015, 2.096 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, -1, -1 }, 286.58674, 0.00003, 3.223 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, -1, 0 }, 243.58589, 0.00200, 0.073 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, 0, -2 }, 246.09659, 0.00020, 6.968 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, 0, -1 }, 283.33796, 0.00024, 0.074 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 71.02165, 0.00013, 0.037 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 3, -2, -1 }, 283.31134, 0.00003, 1.734 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 3, -1, -1 }, 283.32679, 0.00023, 0.079 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 3, 0, -1 }, 103.30363, 0.00005, 0.039 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 4, -2, 0 }, 205.66746, 0.00001, 0.040 }, + { { 0, 2, -1, 0, 1, 0, 0, 0, 2, -3, 0 }, 75.75072, 0.00001, 0.079 }, + { { 0, 2, -1, 0, 1, 0, 0, 0, 2, -1, 0 }, 255.75072, 0.00001, 0.072 }, + { { 0, 2, 0, -6, 0, 0, 0, 0, 0, 0, 0 }, 68.54010, 0.00002, 16.410 }, + { { 0, 2, 0, -5, 0, 0, 0, 0, 0, 0, 0 }, 110.67464, 0.00001, 1.687 }, + { { 0, 2, 0, -3, 0, 0, 0, 0, 2, -3, 0 }, 231.64130, 0.00002, 0.075 }, + { { 0, 2, 0, -3, 0, 0, 0, 0, 2, -2, 0 }, 151.77909, 0.00002, 8.473 }, + { { 0, 2, 0, -3, 0, 0, 0, 0, 2, -1, 0 }, 254.83756, 0.00004, 0.076 }, + { { 0, 2, 0, -2, 0, 0, 0, 0, -2, 0, 0 }, 359.78027, 0.00003, 0.044 }, + { { 0, 2, 0, -2, 0, 0, 0, 0, -2, 1, 0 }, 179.89419, 0.00003, 0.108 }, + { { 0, 2, 0, -2, 0, 0, 0, 0, -2, 3, 0 }, 179.89419, 0.00002, 0.058 }, + { { 0, 2, 0, -2, 0, 0, 0, 0, 0, -2, 0 }, 179.89419, 0.00001, 0.041 }, + { { 0, 2, 0, -2, 0, 0, 0, 0, 0, -1, 0 }, 179.89419, 0.00001, 0.090 }, + { { 0, 2, 0, -2, 0, 0, 0, 0, 0, 0, 0 }, 179.89419, 0.00001, 0.457 }, + { { 0, 2, 0, -2, 0, 0, 0, 0, 0, 1, 0 }, 179.89419, 0.00001, 0.065 }, + { { 0, 2, 0, -2, 0, 0, 0, 0, 2, -3, 0 }, 167.16048, 0.00001, 0.078 }, + { { 0, 2, 0, -2, 0, 0, 0, 0, 2, -1, 0 }, 167.16048, 0.00001, 0.073 }, + { { 0, 2, 0, 0, -3, 0, 0, 0, -2, 0, 0 }, 8.93760, 0.00004, 0.046 }, + { { 0, 2, 0, 0, -3, 0, 0, 0, -2, 2, 0 }, 9.13343, 0.00001, 0.210 }, + { { 0, 2, 0, 0, -3, 0, 0, 0, 0, 0, 0 }, 190.88633, 0.00001, 0.334 }, + { { 0, 2, 0, 0, -2, 0, 0, 0, -2, 0, 0 }, 179.95400, 0.00002, 0.046 }, + { { 0, 2, 0, 0, -2, 0, 0, 0, -2, 1, 0 }, 0.11639, 0.00011, 0.119 }, + { { 0, 2, 0, 0, -2, 0, 0, 0, -2, 2, 0 }, 0.30715, 0.00001, 0.206 }, + { { 0, 2, 0, 0, -2, 0, 0, 0, -2, 3, 0 }, 0.06345, 0.00002, 0.055 }, + { { 0, 2, 0, 0, -2, 0, 0, 0, 0, -2, 0 }, 0.06178, 0.00002, 0.043 }, + { { 0, 2, 0, 0, -2, 0, 0, 0, 0, -1, 0 }, 0.10574, 0.00001, 0.098 }, + { { 0, 2, 0, 0, -2, 0, 0, 0, 0, 0, 0 }, 0.00906, 0.00009, 0.324 }, + { { 0, 2, 0, 0, -2, 0, 0, 0, 0, 1, 0 }, 0.10574, 0.00001, 0.061 }, + { { 0, 2, 0, 0, -2, 0, 0, 0, 2, -3, 0 }, 0.09365, 0.00001, 0.084 }, + { { 0, 2, 0, 0, -2, 0, 0, 0, 2, -2, 0 }, 180.05624, 0.00002, 0.764 }, + { { 0, 2, 0, 0, -2, 0, 0, 0, 2, -1, 0 }, 180.09365, 0.00001, 0.069 }, + { { 0, 2, 0, 0, -2, 0, 0, 0, 2, 0, 0 }, 0.09365, 0.00001, 0.036 }, + { { 0, 2, 0, 0, -1, 0, 0, 0, -2, 0, 0 }, 90.68973, 0.00002, 0.046 }, + { { 0, 2, 0, 0, -1, 0, 0, 0, -2, 2, 0 }, 90.56956, 0.00003, 0.202 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -4, 0, 0 }, 3.40689, 0.00001, 0.022 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -4, 1, 0 }, 124.84287, 0.00002, 0.030 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -2, -1, 0 }, 140.70789, 0.00009, 0.029 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -2, 0, 0 }, 126.54430, 0.00067, 0.047 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -2, 1, 0 }, 126.23758, 0.00049, 0.121 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -2, 2, 0 }, 67.41730, 0.00002, 0.199 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -1, 0, -1 }, 9.19711, 0.00003, 0.044 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -1, 0, 0 }, 204.97658, 0.00004, 0.110 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -1, 0, 1 }, 190.30629, 0.00006, 0.232 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -1, 1, -1 }, 9.19711, 0.00001, 0.108 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 0, -2, 0 }, 23.30462, 0.00002, 0.043 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 0, -1, 0 }, 43.60343, 0.00020, 0.100 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 31.13941, 0.00204, 0.308 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, 30.17502, 0.00021, 0.061 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0 }, 110.15353, 0.00001, 0.034 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.52917, 0.00009, 0.455 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0 }, 205.52884, 0.00003, 0.064 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 2, -3, 0 }, 118.52780, 0.00002, 0.085 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 2, -2, 0 }, 3.41174, 0.00001, 0.677 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 29.10268, 0.00039, 0.068 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 205.17307, 0.00008, 0.036 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 2, 1, 0 }, 208.63998, 0.00001, 0.024 }, + { { 0, 2, 0, 0, 2, 0, 0, 0, 2, -2, 0 }, 308.15909, 0.00001, 0.608 }, + { { 0, 2, 0, 0, 2, 0, 0, 0, 2, 0, 0 }, 128.55661, 0.00002, 0.036 }, + { { 0, 2, 1, -8, 0, 0, 0, 0, -2, 0, 0 }, 19.93267, 0.00005, 0.040 }, + { { 0, 2, 1, -8, 0, 0, 0, 0, -2, 1, 0 }, 19.93267, 0.00009, 0.087 }, + { { 0, 2, 1, -8, 0, 0, 0, 0, 0, -1, 0 }, 24.29953, 0.00002, 0.075 }, + { { 0, 2, 1, -8, 0, 0, 0, 0, 0, 0, 0 }, 0.53309, 0.00012, 411.948 }, + { { 0, 2, 1, -8, 0, 0, 0, 0, 0, 1, 0 }, 24.29953, 0.00002, 0.075 }, + { { 0, 2, 1, -8, 0, 0, 0, 0, 2, -1, 0 }, 20.00215, 0.00009, 0.087 }, + { { 0, 2, 1, -8, 0, 0, 0, 0, 2, 0, 0 }, 20.00215, 0.00005, 0.040 }, + { { 0, 2, 1, -5, 0, 0, 0, 0, 0, 0, 0 }, 120.84494, 0.00002, 0.628 }, + { { 0, 2, 1, -5, 0, 0, 0, 0, 2, -3, 0 }, 121.53824, 0.00001, 0.074 }, + { { 0, 2, 1, -5, 0, 0, 0, 0, 2, -1, 0 }, 121.53824, 0.00001, 0.076 }, + { { 0, 2, 1, -4, 0, 0, 0, 0, -2, 0, 0 }, 150.58257, 0.00001, 0.044 }, + { { 0, 2, 1, -4, 0, 0, 0, 0, -2, 2, 0 }, 150.40174, 0.00002, 0.257 }, + { { 0, 2, 1, 0, -2, 0, 0, 0, -2, 0, 0 }, 269.20818, 0.00002, 0.048 }, + { { 0, 2, 1, 0, -2, 0, 0, 0, -2, 2, 0 }, 89.20818, 0.00002, 0.171 }, + { { 0, 2, 1, 0, -1, 0, 0, 0, 0, 0, 0 }, 18.29731, 0.00001, 0.240 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, -2, 0, 0 }, 334.01396, 0.00006, 0.049 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, -2, 1, 0 }, 341.30369, 0.00003, 0.138 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, -1, 0, 1 }, 123.54757, 0.00002, 0.189 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 0, -1, 0 }, 288.81241, 0.00004, 0.111 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 295.54179, 0.00013, 0.235 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 0, 1, 0 }, 288.18173, 0.00002, 0.057 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 1, 0, -1 }, 306.20454, 0.00002, 0.313 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 2, -1, 0 }, 274.63127, 0.00003, 0.064 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 2, 0, 0 }, 113.34698, 0.00002, 0.034 }, + { { 0, 2, 1, 0, 1, 0, 0, 0, 2, -3, 0 }, 128.36404, 0.00004, 0.094 }, + { { 0, 2, 1, 0, 1, 0, 0, 0, 2, -2, 0 }, 126.86050, 0.00001, 0.390 }, + { { 0, 2, 1, 0, 1, 0, 0, 0, 2, -1, 0 }, 304.48471, 0.00002, 0.063 }, + { { 0, 2, 1, 0, 1, 0, 0, 0, 2, 0, 0 }, 128.23677, 0.00007, 0.034 }, + { { 0, 2, 1, 2, 0, 0, 0, 0, 2, 0, 0 }, 168.89538, 0.00001, 0.033 }, + { { 0, 2, 2, -10, 0, 0, 0, 0, 0, 0, 0 }, 65.15393, 0.00001, 15.199 }, + { { 0, 2, 2, -8, 0, 0, 0, 0, 0, 0, 0 }, 60.62284, 0.00002, 1.002 }, + { { 0, 2, 2, -8, 3, 0, 0, 0, -2, 0, 0 }, 288.33852, 0.00002, 0.043 }, + { { 0, 2, 2, -8, 3, 0, 0, 0, 0, 0, 0 }, 288.16652, 0.00003, 0.800 }, + { { 0, 2, 2, -7, 0, 0, 0, 0, 0, 0, 0 }, 92.67390, 0.00001, 0.654 }, + { { 0, 2, 2, 0, -4, 0, 0, 0, 0, 0, 0 }, 174.02942, 0.00001, 0.204 }, + { { 0, 2, 2, 0, -2, 0, 0, 0, 2, -2, 0 }, 335.38947, 0.00001, 0.302 }, + { { 0, 2, 2, 0, -2, 0, 0, 0, 2, 0, 0 }, 335.38947, 0.00001, 0.034 }, + { { 0, 2, 2, 0, -1, 0, 0, 0, 2, -3, 0 }, 141.30860, 0.00002, 0.101 }, + { { 0, 2, 2, 0, -1, 0, 0, 0, 2, -2, 0 }, 220.48647, 0.00001, 0.295 }, + { { 0, 2, 2, 0, -1, 0, 0, 0, 2, -1, 0 }, 141.30860, 0.00002, 0.060 }, + { { 0, 2, 2, 0, -1, 0, 0, 0, 2, 0, 0 }, 155.31746, 0.00006, 0.033 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, -2, 0, 0 }, 131.03727, 0.00002, 0.051 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, -2, 1, 0 }, 308.24391, 0.00001, 0.160 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 0, -1, 0 }, 128.24391, 0.00006, 0.125 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0 }, 221.30690, 0.00003, 0.190 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 0, 1, 0 }, 128.24391, 0.00004, 0.054 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 0, 2, 0 }, 307.23895, 0.00002, 0.031 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 2, -2, 0 }, 126.07098, 0.00006, 0.288 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 2, -1, 0 }, 127.60822, 0.00004, 0.060 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 2, 0, 0 }, 127.47903, 0.00011, 0.033 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 2, 1, 0 }, 128.29955, 0.00002, 0.023 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 2, 2, 0 }, 128.24391, 0.00006, 0.018 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 4, -2, 0 }, 306.07098, 0.00001, 0.035 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 4, -1, 0 }, 128.20013, 0.00001, 0.024 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 4, 0, 0 }, 308.24391, 0.00001, 0.018 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 4, 1, 0 }, 308.20013, 0.00001, 0.015 }, + { { 0, 2, 2, 0, 1, 0, 0, 0, 2, 0, 0 }, 300.37662, 0.00004, 0.033 }, + { { 0, 2, 3, -3, 0, 0, 0, 0, 2, -2, 0 }, 251.37255, 0.00001, 0.347 }, + { { 0, 2, 3, -3, 0, 0, 0, 0, 2, 0, 0 }, 251.37255, 0.00001, 0.034 }, + { { 0, 2, 3, -2, 0, 0, 0, 0, 2, -2, 0 }, 84.58108, 0.00002, 0.293 }, + { { 0, 2, 3, -2, 0, 0, 0, 0, 2, 0, 0 }, 84.58108, 0.00002, 0.033 }, + { { 0, 2, 3, 0, -2, 0, 0, 0, 2, 0, 0 }, 40.27182, 0.00001, 0.032 }, + { { 0, 2, 3, 0, -1, 0, 0, 0, 0, -1, 0 }, 309.48082, 0.00002, 0.141 }, + { { 0, 2, 3, 0, -1, 0, 0, 0, 0, 0, 0 }, 129.53134, 0.00003, 0.162 }, + { { 0, 2, 3, 0, -1, 0, 0, 0, 2, -2, 0 }, 128.78311, 0.00002, 0.228 }, + { { 0, 2, 3, 0, -1, 0, 0, 0, 2, -1, 0 }, 129.48689, 0.00009, 0.057 }, + { { 0, 2, 3, 0, -1, 0, 0, 0, 2, 0, 0 }, 129.48082, 0.00005, 0.032 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, -2, 0, 0 }, 302.09799, 0.00003, 0.054 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, -2, 2, 0 }, 302.09665, 0.00004, 0.125 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 0, -2, 0 }, 122.07128, 0.00001, 0.049 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 0, -1, 0 }, 209.69225, 0.00003, 0.143 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0 }, 17.79855, 0.00002, 0.160 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 0, 1, 0 }, 209.69225, 0.00003, 0.051 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 0, 2, 0 }, 25.10337, 0.00002, 0.031 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 2, 0, 0 }, 193.38344, 0.00001, 0.032 }, + { { 0, 2, 4, -2, 0, 0, 0, 0, 2, -3, 0 }, 308.14647, 0.00001, 0.113 }, + { { 0, 2, 4, -2, 0, 0, 0, 0, 2, -2, 0 }, 308.22966, 0.00005, 0.227 }, + { { 0, 2, 4, -2, 0, 0, 0, 0, 2, -1, 0 }, 308.17809, 0.00002, 0.057 }, + { { 0, 2, 4, -2, 0, 0, 0, 0, 2, 0, 0 }, 308.20545, 0.00006, 0.032 }, + { { 0, 2, 4, 0, -3, 0, 0, 0, 2, 0, 0 }, 318.10930, 0.00003, 0.032 }, + { { 0, 2, 4, 0, -2, 0, 0, 0, 0, 0, 0 }, 308.37964, 0.00002, 0.141 }, + { { 0, 2, 4, 0, -2, 0, 0, 0, 2, -3, 0 }, 128.35803, 0.00002, 0.126 }, + { { 0, 2, 4, 0, -2, 0, 0, 0, 2, -2, 0 }, 308.31438, 0.00002, 0.188 }, + { { 0, 2, 4, 0, -2, 0, 0, 0, 2, -1, 0 }, 128.35803, 0.00002, 0.054 }, + { { 0, 2, 4, 0, -2, 0, 0, 0, 2, 0, 0 }, 308.33181, 0.00006, 0.031 }, + { { 0, 2, 4, 0, -1, 0, 0, 0, 2, 0, 0 }, 38.64490, 0.00002, 0.031 }, + { { 0, 2, 4, 0, 0, 0, 0, 0, 0, -1, 0 }, 123.91039, 0.00002, 0.167 }, + { { 0, 2, 4, 0, 0, 0, 0, 0, 2, -2, 0 }, 324.39307, 0.00001, 0.183 }, + { { 0, 2, 4, 0, 0, 0, 0, 0, 2, 0, 0 }, 160.47021, 0.00001, 0.031 }, + { { 0, 2, 5, 0, 0, 0, 0, 0, 2, 0, 0 }, 239.01520, 0.00002, 0.030 }, + { { 0, 2, 18, -19, 0, 0, 0, 0, -2, -1, 2 }, 261.06286, 0.00001, 1216.760 }, + { { 0, 2, 21, -26, 0, 0, 0, 0, -3, 1, 1 }, 187.91231, 0.00006, 1396.538 }, + { { 0, 2, 21, -24, 0, 0, 0, 0, -2, 1, 0 }, 205.94538, 0.00001, 112.528 }, + { { 0, 2, 27, -28, 0, 0, 0, 0, 2, -1, -2 }, 220.77143, 0.00007, 1662.840 }, + { { 0, 2, 38, -56, 0, 0, 0, 0, -2, 1, 0 }, 77.24243, 0.00002, 199.649 }, + { { 0, 3, -15, 23, 0, 0, 0, 0, 2, 0, -2 }, 135.34394, 0.00001, 449.647 }, + { { 0, 3, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 289.61400, 0.00001, 0.031 }, + { { 0, 3, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 121.85174, 0.00002, 0.060 }, + { { 0, 3, -10, 0, 0, 0, 0, 0, -2, 3, 0 }, 121.85174, 0.00002, 0.101 }, + { { 0, 3, -10, 0, 2, 0, 0, 0, -2, 0, 0 }, 322.61107, 0.00002, 0.034 }, + { { 0, 3, -9, 0, 0, 0, 0, 0, -2, -1, 0 }, 215.25255, 0.00001, 0.024 }, + { { 0, 3, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 38.89178, 0.00002, 0.035 }, + { { 0, 3, -9, 0, 0, 0, 0, 0, -2, 3, 0 }, 230.83874, 0.00002, 0.092 }, + { { 0, 3, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 246.96305, 0.00002, 0.243 }, + { { 0, 3, -9, 0, 1, 0, 0, 0, -2, 1, 0 }, 321.43776, 0.00001, 0.064 }, + { { 0, 3, -9, 0, 1, 0, 0, 0, -2, 3, 0 }, 141.43776, 0.00001, 0.091 }, + { { 0, 3, -9, 0, 2, 0, 0, 0, -2, 0, 0 }, 231.67057, 0.00003, 0.035 }, + { { 0, 3, -9, 0, 2, 0, 0, 0, -2, 1, 0 }, 231.59965, 0.00002, 0.065 }, + { { 0, 3, -9, 0, 2, 0, 0, 0, -2, 3, 0 }, 231.59965, 0.00002, 0.090 }, + { { 0, 3, -9, 0, 2, 0, 0, 0, 0, 0, 0 }, 231.63857, 0.00002, 0.253 }, + { { 0, 3, -9, 0, 3, 0, 0, 0, -2, 0, 0 }, 221.88730, 0.00001, 0.035 }, + { { 0, 3, -9, 0, 3, 0, 0, 0, -2, 2, 0 }, 221.88730, 0.00001, 0.477 }, + { { 0, 3, -9, 2, 0, 0, 0, 0, -2, 0, 0 }, 231.90697, 0.00002, 0.036 }, + { { 0, 3, -9, 2, 0, 0, 0, 0, -2, 1, 0 }, 51.90697, 0.00002, 0.069 }, + { { 0, 3, -9, 2, 0, 0, 0, 0, -2, 2, 0 }, 231.90697, 0.00002, 0.778 }, + { { 0, 3, -9, 2, 0, 0, 0, 0, -2, 3, 0 }, 51.90697, 0.00002, 0.084 }, + { { 0, 3, -9, 4, 0, 0, 0, 0, -2, 1, 0 }, 115.33170, 0.00001, 0.074 }, + { { 0, 3, -9, 4, 0, 0, 0, 0, -2, 3, 0 }, 115.33170, 0.00001, 0.077 }, + { { 0, 3, -9, 4, 0, 0, 0, 0, 0, 0, 0 }, 351.35835, 0.00001, 0.501 }, + { { 0, 3, -9, 4, 0, 0, 0, 0, 2, 0, 0 }, 352.37395, 0.00002, 0.044 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -2, -1, 0 }, 323.99749, 0.00004, 0.024 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 164.95916, 0.00002, 0.036 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 69.79296, 0.00001, 0.068 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 315.50587, 0.00003, 0.741 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -2, 3, 0 }, 135.66770, 0.00003, 0.084 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 142.81721, 0.00001, 0.034 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 322.81721, 0.00001, 0.061 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 149.07685, 0.00003, 0.320 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 322.81721, 0.00001, 0.099 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 332.32187, 0.00003, 0.120 }, + { { 0, 3, -8, 0, 1, 0, 0, 0, -2, -2, 0 }, 50.46526, 0.00001, 0.018 }, + { { 0, 3, -8, 0, 1, 0, 0, 0, -2, 2, 0 }, 51.20183, 0.00002, 0.790 }, + { { 0, 3, -8, 0, 1, 0, 0, 0, -2, 3, 0 }, 231.20184, 0.00002, 0.083 }, + { { 0, 3, -8, 0, 2, 0, 0, 0, -2, 0, 0 }, 291.81940, 0.00004, 0.036 }, + { { 0, 3, -8, 0, 2, 0, 0, 0, -2, 1, 0 }, 111.89211, 0.00005, 0.069 }, + { { 0, 3, -8, 0, 2, 0, 0, 0, -2, 3, 0 }, 292.29837, 0.00001, 0.083 }, + { { 0, 3, -8, 2, 0, 0, 0, 0, -2, 1, 0 }, 244.90751, 0.00001, 0.074 }, + { { 0, 3, -8, 2, 0, 0, 0, 0, -2, 3, 0 }, 244.90751, 0.00001, 0.077 }, + { { 0, 3, -8, 3, 0, 0, 0, 0, -2, 0, 0 }, 288.62405, 0.00001, 0.038 }, + { { 0, 3, -8, 3, 0, 0, 0, 0, -2, 2, 0 }, 288.62405, 0.00001, 4.071 }, + { { 0, 3, -8, 4, 0, 0, 0, 0, -2, 1, 0 }, 69.34942, 0.00003, 0.080 }, + { { 0, 3, -8, 4, 0, 0, 0, 0, -2, 2, 0 }, 250.76575, 0.00001, 1.286 }, + { { 0, 3, -8, 4, 0, 0, 0, 0, 0, -1, 0 }, 241.08423, 0.00002, 0.070 }, + { { 0, 3, -8, 4, 0, 0, 0, 0, 0, 0, 0 }, 248.24262, 0.00040, 1.003 }, + { { 0, 3, -8, 4, 0, 0, 0, 0, 0, 1, 0 }, 249.19898, 0.00015, 0.082 }, + { { 0, 3, -8, 4, 0, 0, 0, 0, 2, -2, 0 }, 249.84305, 0.00001, 0.361 }, + { { 0, 3, -8, 4, 0, 0, 0, 0, 2, -1, 0 }, 249.64800, 0.00036, 0.095 }, + { { 0, 3, -8, 4, 0, 0, 0, 0, 2, 0, 0 }, 249.98770, 0.00030, 0.042 }, + { { 0, 3, -8, 4, 0, 0, 0, 0, 2, 1, 0 }, 249.77644, 0.00003, 0.027 }, + { { 0, 3, -8, 4, 0, 0, 0, 0, 4, 0, 0 }, 70.00990, 0.00002, 0.021 }, + { { 0, 3, -8, 5, 0, 0, 0, 0, 0, 0, 0 }, 312.58799, 0.00001, 2.151 }, + { { 0, 3, -8, 6, 0, 0, 0, 0, 0, 0, 0 }, 210.60693, 0.00005, 14.998 }, + { { 0, 3, -8, 8, -3, 0, 0, 0, 0, 0, 0 }, 163.06266, 0.00001, 1.140 }, + { { 0, 3, -7, 0, -1, 0, 0, 0, -2, 0, 0 }, 58.37820, 0.00002, 0.037 }, + { { 0, 3, -7, 0, -1, 0, 0, 0, -2, 0, 2 }, 61.59035, 0.00003, 9.980 }, + { { 0, 3, -7, 0, -1, 0, 0, 0, -2, 1, 0 }, 267.24677, 0.00008, 0.073 }, + { { 0, 3, -7, 0, -1, 0, 0, 0, -2, 2, 0 }, 65.79319, 0.00001, 2.306 }, + { { 0, 3, -7, 0, 0, -1, 0, 0, -2, 0, 2 }, 324.22791, 0.00001, 20.062 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -4, 0, 0 }, 231.78851, 0.00002, 0.019 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, -1, 2 }, 50.72777, 0.00003, 0.075 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 52.81597, 0.00007, 0.037 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, 0, 2 }, 295.91998, 0.00003, 62.897 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 297.14208, 0.00003, 0.074 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, 1, 2 }, 50.72777, 0.00003, 0.076 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 51.91223, 0.00003, 2.862 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, 3, 0 }, 267.97756, 0.00002, 0.077 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 208.10099, 0.00002, 0.065 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 0, -1, 2 }, 51.78851, 0.00002, 0.087 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 256.42079, 0.00006, 0.471 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 208.10099, 0.00002, 0.090 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 190.93430, 0.00009, 0.107 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 191.80962, 0.00010, 0.044 }, + { { 0, 3, -7, 0, 0, 0, 1, 0, -2, 0, 2 }, 238.39143, 0.00001, 250.179 }, + { { 0, 3, -7, 0, 0, 1, 0, 0, -2, 0, 2 }, 319.48502, 0.00001, 55.406 }, + { { 0, 3, -7, 0, 0, 1, 0, 0, -2, 1, 0 }, 139.42666, 0.00003, 0.074 }, + { { 0, 3, -7, 0, 0, 1, 0, 0, -2, 3, 0 }, 319.42666, 0.00003, 0.077 }, + { { 0, 3, -7, 0, 1, 0, 0, 0, -2, 0, 0 }, 0.68813, 0.00002, 0.037 }, + { { 0, 3, -7, 0, 1, 0, 0, 0, -2, 0, 2 }, 180.68813, 0.00002, 14.619 }, + { { 0, 3, -7, 0, 1, 0, 0, 0, -2, 1, 0 }, 2.61949, 0.00003, 0.074 }, + { { 0, 3, -7, 0, 1, 0, 0, 0, -2, 2, 0 }, 70.92436, 0.00002, 3.772 }, + { { 0, 3, -7, 0, 1, 0, 0, 0, -2, 3, 0 }, 2.61949, 0.00003, 0.077 }, + { { 0, 3, -7, 0, 4, 0, 0, 0, -2, 1, 0 }, 4.21465, 0.00003, 0.075 }, + { { 0, 3, -7, 0, 4, 0, 0, 0, -2, 2, 0 }, 163.49262, 0.00001, 81.999 }, + { { 0, 3, -7, 2, 0, 0, 0, 0, -2, 1, 0 }, 24.87198, 0.00001, 0.080 }, + { { 0, 3, -7, 2, 0, 0, 0, 0, -2, 3, 0 }, 24.87198, 0.00001, 0.072 }, + { { 0, 3, -7, 2, 0, 0, 0, 0, -1, 0, 1 }, 357.91181, 0.00006, 158.825 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -4, 0, 0 }, 147.64087, 0.00004, 0.020 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -4, 1, 0 }, 147.53348, 0.00010, 0.028 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -4, 2, 0 }, 147.19788, 0.00006, 0.044 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -2, -2, 0 }, 147.64086, 0.00003, 0.020 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -2, -1, 0 }, 147.97531, 0.00032, 0.026 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -2, 0, 0 }, 147.70586, 0.00338, 0.040 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -2, 0, 2 }, 147.64085, 0.00007, 0.474 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -2, 1, 0 }, 147.32107, 0.00534, 0.087 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -2, 2, 0 }, 146.76182, 0.00020, 0.563 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -1, 0, 0 }, 327.70570, 0.00010, 0.081 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -1, 1, 0 }, 327.64085, 0.00001, 1.123 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, -3, 0 }, 150.31254, 0.00002, 0.025 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, -2, 0 }, 149.41233, 0.00040, 0.038 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, -1, -2 }, 328.88000, 0.00002, 0.025 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, -1, 0 }, 149.42843, 0.00588, 0.075 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, 0, -2 }, 327.00233, 0.00001, 0.037 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, 0, 0 }, 148.23103, 0.03245, 302.434 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, 0, 2 }, 327.00233, 0.00001, 0.037 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, 1, 0 }, 149.43192, 0.00588, 0.075 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, 1, 2 }, 328.88000, 0.00002, 0.025 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, 2, 0 }, 149.41684, 0.00040, 0.038 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, 3, 0 }, 149.55441, 0.00003, 0.025 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 1, -1, 0 }, 327.65037, 0.00001, 1.132 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 1, 0, 0 }, 327.70200, 0.00010, 0.081 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 2, -2, 0 }, 146.77848, 0.00020, 0.565 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 2, -1, 0 }, 147.33055, 0.00531, 0.087 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 2, 0, -2 }, 147.65036, 0.00007, 0.475 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 2, 0, 0 }, 147.71485, 0.00336, 0.040 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 2, 1, 0 }, 147.98410, 0.00032, 0.026 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 2, 2, 0 }, 147.65035, 0.00003, 0.020 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 4, -2, 0 }, 147.20513, 0.00006, 0.044 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 4, -1, 0 }, 147.53378, 0.00009, 0.028 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 4, 0, 0 }, 147.65034, 0.00004, 0.020 }, + { { 0, 3, -7, 5, 0, 0, 0, 0, 0, 0, 0 }, 256.55257, 0.00001, 1.869 }, + { { 0, 3, -7, 6, 0, 0, 0, 0, 1, 0, -1 }, 333.73017, 0.00002, 77.464 }, + { { 0, 3, -7, 7, 0, 0, 0, 0, 0, 0, 0 }, 267.32270, 0.00001, 0.626 }, + { { 0, 3, -7, 7, 0, 0, 0, 0, 2, -3, 0 }, 86.41357, 0.00001, 0.074 }, + { { 0, 3, -7, 7, 0, 0, 0, 0, 2, -1, 0 }, 86.41357, 0.00001, 0.076 }, + { { 0, 3, -6, -3, 0, 0, 0, 0, -2, 0, 0 }, 355.31245, 0.00001, 0.036 }, + { { 0, 3, -6, -3, 0, 0, 0, 0, -2, 1, 0 }, 175.31245, 0.00002, 0.070 }, + { { 0, 3, -6, -3, 0, 0, 0, 0, -2, 2, 0 }, 355.31245, 0.00001, 1.059 }, + { { 0, 3, -6, -3, 0, 0, 0, 0, -2, 3, 0 }, 175.31245, 0.00002, 0.081 }, + { { 0, 3, -6, -2, 0, 0, 0, 0, -2, 0, 0 }, 11.10559, 0.00003, 0.037 }, + { { 0, 3, -6, -2, 0, 0, 0, 0, -2, 1, 0 }, 10.66873, 0.00001, 0.073 }, + { { 0, 3, -6, -2, 0, 0, 0, 0, -2, 2, 0 }, 11.02041, 0.00002, 2.423 }, + { { 0, 3, -6, -2, 0, 0, 0, 0, -2, 3, 0 }, 10.66873, 0.00001, 0.078 }, + { { 0, 3, -6, -1, 0, 0, 0, 0, -2, 1, 0 }, 51.97211, 0.00002, 0.076 }, + { { 0, 3, -6, -1, 0, 0, 0, 0, -2, 3, 0 }, 51.97211, 0.00002, 0.075 }, + { { 0, 3, -6, 0, -2, 0, 0, 0, -2, 1, 0 }, 6.88882, 0.00004, 0.078 }, + { { 0, 3, -6, 0, -2, 0, 0, 0, -2, 3, 0 }, 180.28669, 0.00002, 0.073 }, + { { 0, 3, -6, 0, -1, 0, 0, 0, -4, 3, 0 }, 55.93351, 0.00001, 0.092 }, + { { 0, 3, -6, 0, -1, 0, 0, 0, -2, 0, 0 }, 235.75135, 0.00001, 0.039 }, + { { 0, 3, -6, 0, -1, 0, 0, 0, -2, 1, 0 }, 236.77036, 0.00009, 0.079 }, + { { 0, 3, -6, 0, -1, 0, 0, 0, -2, 3, 0 }, 232.45091, 0.00002, 0.072 }, + { { 0, 3, -6, 0, -1, 0, 0, 0, 0, -1, 0 }, 235.75135, 0.00001, 0.069 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -4, 0, 0 }, 120.17613, 0.00002, 0.020 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -3, 0, 1 }, 238.81434, 0.00002, 0.040 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -3, 1, 1 }, 59.66610, 0.00003, 0.087 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -2, -1, 0 }, 267.61811, 0.00002, 0.026 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 253.04635, 0.00005, 0.039 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 241.55642, 0.00002, 0.079 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -2, 3, 0 }, 163.81561, 0.00004, 0.072 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, -2, 1 }, 239.28017, 0.00002, 0.038 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, -1, -1 }, 59.01215, 0.00002, 0.025 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, -1, 1 }, 239.13492, 0.00035, 0.075 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 0, -1 }, 59.01215, 0.00018, 0.037 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 0, 0 }, 23.16638, 0.00003, 0.074 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 0, 1 }, 238.81434, 0.00199, 14.355 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 1, -1 }, 58.69281, 0.00004, 0.073 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 1, 1 }, 239.13492, 0.00035, 0.076 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 2, 0 }, 84.68631, 0.00001, 0.077 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 2, 1 }, 239.28017, 0.00002, 0.038 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, -2, 0 }, 286.94914, 0.00001, 0.036 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 100.86536, 0.00015, 0.070 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 97.28147, 0.00129, 0.890 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 90.84710, 0.00043, 0.082 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, 2, 0 }, 87.29635, 0.00001, 0.039 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 1, -1, 1 }, 59.66610, 0.00003, 0.088 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 1, 0, -1 }, 60.15302, 0.00009, 0.459 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 1, 0, 1 }, 254.27681, 0.00002, 0.041 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 90.59936, 0.00008, 0.345 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 90.55601, 0.00153, 0.097 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 2, 0, -2 }, 88.76601, 0.00002, 0.310 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 90.34532, 0.00135, 0.042 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 2, 1, 0 }, 89.44139, 0.00016, 0.027 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 4, -2, 0 }, 89.75389, 0.00003, 0.046 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 4, -1, 0 }, 90.21240, 0.00003, 0.028 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 4, 0, 0 }, 89.56666, 0.00004, 0.021 }, + { { 0, 3, -6, 0, 0, 2, 0, 0, -1, -1, 1 }, 74.16812, 0.00001, 0.075 }, + { { 0, 3, -6, 0, 0, 2, 0, 0, -1, 0, 1 }, 95.03696, 0.00002, 565.470 }, + { { 0, 3, -6, 0, 0, 2, 0, 0, -1, 1, 1 }, 74.16812, 0.00001, 0.075 }, + { { 0, 3, -6, 0, 1, 0, 0, 0, -1, 0, 1 }, 154.83284, 0.00002, 68.309 }, + { { 0, 3, -6, 0, 1, 0, 0, 0, 0, 0, 0 }, 185.36692, 0.00002, 0.962 }, + { { 0, 3, -6, 0, 1, 0, 0, 0, 2, 0, 0 }, 185.70081, 0.00003, 0.042 }, + { { 0, 3, -6, 0, 2, 0, 0, 0, -1, 0, 1 }, 83.52106, 0.00001, 10.107 }, + { { 0, 3, -6, 0, 2, 0, 0, 0, 0, 0, 0 }, 69.29960, 0.00002, 1.047 }, + { { 0, 3, -6, 0, 2, 0, 0, 0, 2, -1, 0 }, 288.72423, 0.00004, 0.095 }, + { { 0, 3, -6, 0, 2, 0, 0, 0, 2, 0, 0 }, 288.72423, 0.00003, 0.042 }, + { { 0, 3, -6, 0, 3, 0, 0, 0, 0, 0, 0 }, 59.30060, 0.00002, 1.149 }, + { { 0, 3, -6, 2, 0, 0, 0, 0, -2, 0, 0 }, 94.49196, 0.00002, 0.040 }, + { { 0, 3, -6, 2, 0, 0, 0, 0, -2, 1, 0 }, 94.49196, 0.00003, 0.087 }, + { { 0, 3, -6, 2, 0, 0, 0, 0, 0, -1, 0 }, 90.97182, 0.00001, 0.075 }, + { { 0, 3, -6, 2, 0, 0, 0, 0, 0, 0, 0 }, 93.47569, 0.00017, 16.650 }, + { { 0, 3, -6, 2, 0, 0, 0, 0, 0, 1, 0 }, 90.97182, 0.00001, 0.076 }, + { { 0, 3, -6, 2, 0, 0, 0, 0, 2, -1, 0 }, 94.68674, 0.00003, 0.088 }, + { { 0, 3, -6, 2, 0, 0, 0, 0, 2, 0, 0 }, 94.68674, 0.00002, 0.041 }, + { { 0, 3, -6, 3, 0, 0, 0, 0, 0, 0, 0 }, 153.86559, 0.00002, 2.120 }, + { { 0, 3, -6, 4, 0, 0, 0, 0, -2, -1, 0 }, 50.45705, 0.00003, 0.027 }, + { { 0, 3, -6, 4, 0, 0, 0, 0, -2, 0, 0 }, 49.06805, 0.00022, 0.042 }, + { { 0, 3, -6, 4, 0, 0, 0, 0, -2, 1, 0 }, 50.36129, 0.00026, 0.095 }, + { { 0, 3, -6, 4, 0, 0, 0, 0, 0, -1, 0 }, 62.22752, 0.00005, 0.082 }, + { { 0, 3, -6, 4, 0, 0, 0, 0, 0, 0, 0 }, 117.97570, 0.00009, 0.997 }, + { { 0, 3, -6, 4, 0, 0, 0, 0, 0, 1, 0 }, 208.24052, 0.00003, 0.070 }, + { { 0, 3, -6, 4, 0, 0, 0, 0, 2, -1, 0 }, 224.71384, 0.00002, 0.080 }, + { { 0, 3, -6, 4, 0, 0, 0, 0, 2, 0, 0 }, 219.82833, 0.00003, 0.039 }, + { { 0, 3, -5, -3, 0, 0, 0, 0, -2, 1, 0 }, 98.35678, 0.00004, 0.076 }, + { { 0, 3, -5, -3, 0, 0, 0, 0, -2, 2, 0 }, 46.82085, 0.00005, 18.007 }, + { { 0, 3, -5, -3, 0, 0, 0, 0, -2, 3, 0 }, 98.35678, 0.00004, 0.075 }, + { { 0, 3, -5, 0, -2, 0, 0, 0, -2, 0, 0 }, 51.84007, 0.00002, 0.040 }, + { { 0, 3, -5, 0, -2, 0, 0, 0, 0, -1, 0 }, 231.84007, 0.00002, 0.074 }, + { { 0, 3, -5, 0, -2, 0, 0, 0, 0, 1, 0 }, 231.84007, 0.00002, 0.077 }, + { { 0, 3, -5, 0, -1, 0, 0, 0, 0, -2, 0 }, 216.78144, 0.00001, 0.037 }, + { { 0, 3, -5, 0, -1, 0, 0, 0, 0, 0, 0 }, 101.04565, 0.00003, 4.814 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -4, -1, 0 }, 344.13331, 0.00002, 0.016 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -4, 0, 0 }, 345.56658, 0.00015, 0.020 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -4, 1, 0 }, 344.07999, 0.00034, 0.028 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -4, 2, 0 }, 346.99099, 0.00025, 0.043 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -3, 0, 0 }, 342.27667, 0.00002, 0.027 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -3, 1, 0 }, 166.64220, 0.00001, 0.042 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, -2, 0 }, 344.35960, 0.00011, 0.019 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, -1, 0 }, 342.99722, 0.00098, 0.026 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, -1, 2 }, 178.38465, 0.00002, 0.089 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 0, -2 }, 165.30274, 0.00002, 0.019 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 344.00427, 0.01070, 0.040 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 0, 1 }, 348.40933, 0.00004, 0.087 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 0, 2 }, 344.16117, 0.00027, 0.504 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 1, -2 }, 165.19197, 0.00004, 0.026 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 345.88283, 0.01917, 0.086 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 347.12077, 0.00079, 0.606 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 3, 0 }, 345.68671, 0.00006, 0.067 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -1, -1, 0 }, 165.93351, 0.00002, 0.039 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -1, 0, -1 }, 169.84783, 0.00003, 0.039 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -1, 0, 0 }, 155.00823, 0.00028, 0.080 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -1, 0, 1 }, 350.65074, 0.00013, 1.075 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -1, 1, -1 }, 166.27593, 0.00003, 0.079 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -1, 1, 0 }, 162.65638, 0.00005, 1.310 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, -3, 0 }, 337.63123, 0.00006, 0.025 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, -2, 0 }, 338.45733, 0.00098, 0.038 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, -1, -2 }, 160.82585, 0.00004, 0.025 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 338.06720, 0.01423, 0.075 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, -1, 1 }, 349.98796, 0.00007, 23.081 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, -1, 2 }, 339.46665, 0.00003, 0.074 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 0, -2 }, 169.20530, 0.00007, 0.037 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 0, -1 }, 168.57698, 0.00004, 0.074 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 344.52995, 0.08277, 8.102 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 0, 1 }, 168.40932, 0.00019, 0.075 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 0, 2 }, 170.50149, 0.00004, 0.037 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 1, -2 }, 339.46665, 0.00003, 0.073 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 338.66373, 0.01498, 0.076 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 1, 2 }, 160.82585, 0.00004, 0.025 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 2, 0 }, 338.05798, 0.00100, 0.038 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 3, 0 }, 335.77310, 0.00006, 0.025 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 1, -2, 0 }, 188.07619, 0.00002, 0.070 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 1, -1, -1 }, 344.99950, 0.00003, 0.069 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 1, -1, 0 }, 101.28964, 0.00002, 0.990 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 1, -1, 1 }, 167.36493, 0.00008, 0.081 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 1, 0, -1 }, 347.19677, 0.00033, 0.849 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 1, 0, 0 }, 46.47518, 0.00022, 0.082 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 1, 0, 1 }, 167.03510, 0.00008, 0.039 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 1, 1, -1 }, 344.99950, 0.00003, 0.083 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 1, 1, 0 }, 26.34752, 0.00004, 0.039 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, -3, 0 }, 348.75147, 0.00006, 0.066 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, -2, 0 }, 346.85523, 0.00095, 0.527 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 346.95020, 0.02299, 0.088 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, -1, 2 }, 166.13531, 0.00005, 0.026 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 0, -2 }, 346.48512, 0.00030, 0.448 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 346.49874, 0.01424, 0.041 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 0, 2 }, 166.27070, 0.00003, 0.019 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 1, -2 }, 166.12686, 0.00003, 0.091 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 1, 0 }, 346.15173, 0.00130, 0.026 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 2, 0 }, 345.37025, 0.00011, 0.020 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 3, -2, 0 }, 13.57567, 0.00007, 0.096 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 3, -1, 0 }, 17.44751, 0.00011, 0.042 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 3, 0, 0 }, 6.30678, 0.00007, 0.027 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 4, -2, 0 }, 349.96290, 0.00033, 0.044 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 4, -1, 0 }, 348.48291, 0.00043, 0.028 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 4, 0, -2 }, 346.31553, 0.00002, 0.044 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 4, 0, 0 }, 343.79260, 0.00013, 0.020 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 4, 1, 0 }, 345.73406, 0.00003, 0.016 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 6, -1, 0 }, 345.80908, 0.00001, 0.016 }, + { { 0, 3, -5, 0, 0, 2, 0, 0, -2, 0, 0 }, 178.79426, 0.00002, 0.040 }, + { { 0, 3, -5, 0, 0, 2, 0, 0, 0, -1, 0 }, 179.67378, 0.00004, 0.075 }, + { { 0, 3, -5, 0, 0, 2, 0, 0, 0, 0, 0 }, 178.71001, 0.00013, 18.007 }, + { { 0, 3, -5, 0, 0, 2, 0, 0, 0, 1, 0 }, 179.67378, 0.00004, 0.076 }, + { { 0, 3, -5, 0, 0, 2, 0, 0, 2, 0, 0 }, 178.81345, 0.00002, 0.041 }, + { { 0, 3, -5, 0, 0, 3, 0, 0, -2, 0, 0 }, 87.11605, 0.00002, 0.040 }, + { { 0, 3, -5, 0, 0, 3, 0, 0, -2, 1, 0 }, 87.11605, 0.00003, 0.087 }, + { { 0, 3, -5, 0, 0, 3, 0, 0, 0, -1, 0 }, 87.32583, 0.00004, 0.075 }, + { { 0, 3, -5, 0, 0, 3, 0, 0, 0, 0, 0 }, 87.27908, 0.00017, 46.327 }, + { { 0, 3, -5, 0, 0, 3, 0, 0, 0, 1, 0 }, 87.32583, 0.00004, 0.076 }, + { { 0, 3, -5, 0, 0, 3, 0, 0, 2, -1, 0 }, 87.12420, 0.00003, 0.087 }, + { { 0, 3, -5, 0, 0, 3, 0, 0, 2, 0, 0 }, 87.12420, 0.00002, 0.040 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, -2, 0, 0 }, 82.28955, 0.00010, 0.040 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, -2, 1, 0 }, 82.27618, 0.00017, 0.087 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, 0, -2, 0 }, 83.05196, 0.00001, 0.038 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, 0, -1, 0 }, 82.29425, 0.00021, 0.075 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, 0, 0, 0 }, 80.27411, 0.00098, 25.559 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, 0, 1, 0 }, 82.46197, 0.00023, 0.076 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, 0, 2, 0 }, 83.04501, 0.00001, 0.038 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, 2, -3, 0 }, 89.65843, 0.00001, 0.066 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, 2, -1, 0 }, 83.14199, 0.00020, 0.087 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, 2, 0, 0 }, 84.60115, 0.00016, 0.040 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, 2, 1, 0 }, 83.99379, 0.00002, 0.026 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, -4, 1, 0 }, 178.98819, 0.00002, 0.028 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, -2, -1, 0 }, 178.99840, 0.00006, 0.026 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, -2, 0, 0 }, 179.00260, 0.00060, 0.040 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, -2, 0, 2 }, 178.97104, 0.00001, 0.465 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, -2, 1, 0 }, 178.64199, 0.00089, 0.087 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, -2, 2, 0 }, 178.97133, 0.00004, 0.550 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 0, -2, 0 }, 180.22923, 0.00008, 0.038 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 0, -1, 0 }, 180.30021, 0.00106, 0.076 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 0, 0, -2 }, 358.91000, 0.00001, 0.037 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 0, 0, 0 }, 178.90909, 0.00612, 22.135 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 0, 0, 2 }, 358.91000, 0.00001, 0.037 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 0, 1, 0 }, 180.31711, 0.00105, 0.075 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 0, 2, 0 }, 180.19349, 0.00008, 0.038 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 2, -2, 0 }, 175.36059, 0.00001, 0.578 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 2, -1, 0 }, 178.61060, 0.00083, 0.087 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 2, 0, -2 }, 178.96647, 0.00001, 0.485 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 2, 0, 0 }, 178.92470, 0.00051, 0.040 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 2, 1, 0 }, 178.94244, 0.00005, 0.026 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 4, -1, 0 }, 178.96647, 0.00002, 0.028 }, + { { 0, 3, -5, 0, 3, 0, 0, 0, -2, 0, 0 }, 170.28352, 0.00002, 0.041 }, + { { 0, 3, -5, 0, 3, 0, 0, 0, -2, 1, 0 }, 170.28352, 0.00002, 0.088 }, + { { 0, 3, -5, 0, 3, 0, 0, 0, 0, -1, 0 }, 169.26844, 0.00002, 0.076 }, + { { 0, 3, -5, 0, 3, 0, 0, 0, 0, 0, 0 }, 167.78779, 0.00017, 7.723 }, + { { 0, 3, -5, 0, 3, 0, 0, 0, 0, 1, 0 }, 169.26844, 0.00002, 0.075 }, + { { 0, 3, -5, 0, 3, 0, 0, 0, 2, -1, 0 }, 170.19941, 0.00004, 0.086 }, + { { 0, 3, -5, 0, 3, 0, 0, 0, 2, 0, 0 }, 170.27290, 0.00002, 0.040 }, + { { 0, 3, -5, 0, 4, 0, 0, 0, 0, 0, 0 }, 158.73395, 0.00003, 4.678 }, + { { 0, 3, -5, 2, 0, 0, 0, 0, -2, 0, 0 }, 359.16063, 0.00003, 0.042 }, + { { 0, 3, -5, 2, 0, 0, 0, 0, 0, -1, 0 }, 180.82289, 0.00002, 0.081 }, + { { 0, 3, -5, 2, 0, 0, 0, 0, 0, 0, 0 }, 359.79892, 0.00010, 1.064 }, + { { 0, 3, -5, 2, 0, 0, 0, 0, 0, 1, 0 }, 180.82289, 0.00002, 0.070 }, + { { 0, 3, -5, 2, 0, 0, 0, 0, 2, -3, 0 }, 179.45574, 0.00002, 0.071 }, + { { 0, 3, -5, 2, 0, 0, 0, 0, 2, -1, 0 }, 179.45574, 0.00002, 0.081 }, + { { 0, 3, -5, 2, 0, 0, 0, 0, 2, 0, 0 }, 181.82620, 0.00002, 0.039 }, + { { 0, 3, -5, 3, 0, 0, 0, 0, 2, -3, 0 }, 210.03351, 0.00001, 0.074 }, + { { 0, 3, -5, 3, 0, 0, 0, 0, 2, -1, 0 }, 210.03351, 0.00001, 0.077 }, + { { 0, 3, -5, 4, 0, 0, 0, 0, -2, 0, 0 }, 312.52775, 0.00002, 0.044 }, + { { 0, 3, -4, -5, 0, 0, 0, 0, -2, 2, 0 }, 110.87966, 0.00002, 127.646 }, + { { 0, 3, -4, -3, 0, 0, 0, 0, -1, 2, -1 }, 120.96053, 0.00001, 565.421 }, + { { 0, 3, -4, -2, 0, 0, 0, 0, 0, 0, 0 }, 302.19030, 0.00001, 5.353 }, + { { 0, 3, -4, -1, 0, 0, 0, 0, 0, 0, 0 }, 171.62440, 0.00002, 2.900 }, + { { 0, 3, -4, 0, -1, 0, 0, 0, 2, -3, 0 }, 279.70346, 0.00001, 0.070 }, + { { 0, 3, -4, 0, -1, 0, 0, 0, 2, -1, 0 }, 99.70346, 0.00001, 0.081 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -6, 1, 0 }, 271.18826, 0.00002, 0.017 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -6, 2, 0 }, 270.65898, 0.00001, 0.021 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -4, -1, 0 }, 271.26639, 0.00008, 0.016 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -4, 0, 0 }, 269.88491, 0.00044, 0.021 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -4, 0, 2 }, 270.62635, 0.00002, 0.046 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -4, 1, 0 }, 270.03838, 0.00100, 0.028 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -4, 1, 2 }, 270.58473, 0.00001, 0.118 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -4, 2, 0 }, 270.03376, 0.00062, 0.045 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -4, 3, 0 }, 270.35452, 0.00002, 0.113 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -3, 0, 0 }, 90.31931, 0.00007, 0.028 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -3, 0, 1 }, 76.62137, 0.00002, 0.044 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -3, 1, 0 }, 90.34284, 0.00019, 0.044 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -3, 1, 1 }, 76.58428, 0.00001, 0.105 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, -3, 0 }, 270.59041, 0.00002, 0.016 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, -2, 0 }, 270.63288, 0.00026, 0.020 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, -1, -2 }, 90.60792, 0.00002, 0.016 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, -1, 0 }, 270.40307, 0.00334, 0.027 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, -1, 2 }, 90.59577, 0.00006, 0.097 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 0, -2 }, 90.60912, 0.00006, 0.020 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 270.55741, 0.03668, 0.042 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 0, 2 }, 270.59467, 0.00048, 0.335 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 1, -2 }, 90.62678, 0.00012, 0.027 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 270.60642, 0.04662, 0.094 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 1, 2 }, 270.71564, 0.00002, 0.062 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 2, 0 }, 270.79374, 0.00198, 0.377 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 3, 0 }, 270.72782, 0.00011, 0.063 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, -2, 0 }, 270.19254, 0.00008, 0.026 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, -1, 0 }, 270.26561, 0.00031, 0.040 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, -1, 1 }, 76.45565, 0.00015, 0.088 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, -1, 2 }, 270.34111, 0.00002, 0.477 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 0, -2 }, 270.28216, 0.00002, 0.026 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 0, -1 }, 256.58820, 0.00030, 0.040 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 90.34969, 0.01197, 0.087 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 0, 1 }, 76.59968, 0.00102, 0.518 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 1, -1 }, 256.62226, 0.00028, 0.086 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 1, 0 }, 90.33533, 0.00125, 0.567 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 1, 1 }, 76.62822, 0.00010, 0.066 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 2, -1 }, 256.58418, 0.00002, 0.626 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 2, 0 }, 90.28287, 0.00011, 0.067 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, -3, 0 }, 271.42749, 0.00019, 0.026 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 271.34748, 0.00265, 0.039 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, -1, -2 }, 90.86638, 0.00009, 0.025 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 271.17391, 0.03945, 0.081 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, -1, 2 }, 272.81590, 0.00002, 0.069 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 0, -2 }, 91.09101, 0.00004, 0.039 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 0, -1 }, 256.48346, 0.00007, 0.080 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 270.99316, 0.17511, 1.141 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 0, 1 }, 76.31181, 0.00004, 0.070 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 0, 2 }, 90.87085, 0.00013, 0.036 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 1, -1 }, 260.38588, 0.00002, 1.409 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 271.08666, 0.02911, 0.071 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 1, 2 }, 90.92858, 0.00008, 0.024 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 2, 0 }, 271.11970, 0.00202, 0.037 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 3, 0 }, 271.05675, 0.00013, 0.025 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -5, 0 }, 90.31013, 0.00001, 0.019 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -4, 0 }, 269.95281, 0.00002, 0.025 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -3, -2 }, 270.31013, 0.00001, 0.019 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -3, 0 }, 269.90285, 0.00028, 0.038 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -2, -2 }, 90.16106, 0.00002, 0.025 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -2, 0 }, 269.89523, 0.00405, 0.075 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -2, 1 }, 92.56333, 0.00003, 6.397 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -1, -2 }, 90.35485, 0.00008, 0.037 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -1, -1 }, 77.79571, 0.00005, 0.074 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -1, 0 }, 270.34292, 0.10386, 95.796 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -1, 1 }, 255.84785, 0.00014, 0.075 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -1, 2 }, 90.35485, 0.00008, 0.037 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, -2 }, 270.28794, 0.00012, 0.074 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, -1 }, 256.47750, 0.00297, 5.644 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 270.28604, 0.06514, 0.075 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, 1 }, 77.23388, 0.00047, 0.037 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, 2 }, 90.29218, 0.00014, 0.025 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 1, -1 }, 77.28880, 0.00008, 0.076 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 1, 0 }, 270.28959, 0.00443, 0.038 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 1, 1 }, 76.22251, 0.00004, 0.025 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 1, 2 }, 90.31013, 0.00001, 0.019 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 2, 0 }, 270.28758, 0.00031, 0.025 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 3, 0 }, 270.31013, 0.00001, 0.019 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, -3, 0 }, 166.94147, 0.00004, 0.071 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 80.45605, 0.00042, 1.114 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, -1, -2 }, 91.78270, 0.00002, 0.069 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, -1, -1 }, 81.61266, 0.00001, 0.940 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 282.08185, 0.00431, 0.081 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, 0, -2 }, 271.82725, 0.00022, 0.812 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, 0, -1 }, 76.52831, 0.00006, 0.082 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 272.39662, 0.00462, 0.039 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, 1, -2 }, 91.78270, 0.00002, 0.083 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, 1, 0 }, 271.75114, 0.00056, 0.026 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, 2, 0 }, 270.76729, 0.00008, 0.019 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, -3, 0 }, 271.33232, 0.00003, 0.560 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, -2, 0 }, 270.56825, 0.00149, 0.087 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, -1, -2 }, 270.34111, 0.00002, 0.472 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, -1, -1 }, 256.69433, 0.00007, 0.088 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, -1, 0 }, 270.33206, 0.00199, 0.040 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, 0, -1 }, 256.64516, 0.00002, 0.041 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, 0, 0 }, 270.29750, 0.00070, 0.026 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, 1, 0 }, 270.29310, 0.00009, 0.020 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 4, -3, 0 }, 93.38456, 0.00006, 0.094 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 4, -2, 0 }, 282.78972, 0.00037, 0.042 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 4, -1, 0 }, 281.15115, 0.00052, 0.027 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 4, 0, 0 }, 274.75562, 0.00008, 0.020 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 4, 1, 0 }, 91.69537, 0.00003, 0.016 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 5, -3, 0 }, 270.56524, 0.00002, 0.044 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 5, -2, 0 }, 270.40129, 0.00004, 0.028 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 5, -1, 0 }, 270.32725, 0.00003, 0.020 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 6, -3, 0 }, 282.98863, 0.00001, 0.028 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 6, -2, 0 }, 283.10052, 0.00002, 0.021 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, -2, 0, 0 }, 203.34915, 0.00002, 0.042 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, -2, 1, 0 }, 354.52443, 0.00011, 0.095 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, -2, 2, 0 }, 83.09588, 0.00001, 0.366 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, -2, 3, 0 }, 355.98442, 0.00001, 0.063 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, 0, -1, 0 }, 342.33430, 0.00001, 0.081 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, 0, 0, 0 }, 356.76213, 0.00044, 1.041 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, 0, 1, 0 }, 342.33430, 0.00001, 0.070 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, 0, 2, 0 }, 178.68872, 0.00003, 0.036 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, 2, -2, 0 }, 178.16590, 0.00001, 1.230 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, 2, -1, 0 }, 327.78541, 0.00004, 0.080 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, 2, 0, 0 }, 178.16585, 0.00001, 0.039 }, + { { 0, 3, -4, 0, 2, 0, 0, 0, -2, 0, 0 }, 83.49065, 0.00004, 0.042 }, + { { 0, 3, -4, 0, 2, 0, 0, 0, -2, 1, 0 }, 83.49065, 0.00005, 0.096 }, + { { 0, 3, -4, 0, 2, 0, 0, 0, 0, -1, 0 }, 240.20488, 0.00001, 0.082 }, + { { 0, 3, -4, 0, 2, 0, 0, 0, 0, 0, 0 }, 107.38748, 0.00004, 0.957 }, + { { 0, 3, -4, 0, 2, 0, 0, 0, 0, 1, 0 }, 240.20488, 0.00001, 0.070 }, + { { 0, 3, -4, 0, 2, 0, 0, 0, 1, -1, -1 }, 230.96169, 0.00002, 0.075 }, + { { 0, 3, -4, 0, 2, 0, 0, 0, 1, 0, -1 }, 112.12242, 0.00006, 116.455 }, + { { 0, 3, -4, 0, 2, 0, 0, 0, 1, 1, -1 }, 230.96169, 0.00002, 0.075 }, + { { 0, 3, -4, 0, 2, 0, 0, 0, 2, -3, 0 }, 60.69154, 0.00001, 0.072 }, + { { 0, 3, -4, 0, 2, 0, 0, 0, 2, -2, 0 }, 60.55203, 0.00001, 1.372 }, + { { 0, 3, -4, 0, 2, 0, 0, 0, 2, -1, 0 }, 88.41315, 0.00003, 0.080 }, + { { 0, 3, -4, 0, 2, 0, 0, 0, 2, 0, 0 }, 60.27259, 0.00004, 0.039 }, + { { 0, 3, -4, 1, 0, 0, 0, 0, 2, -3, 0 }, 359.52787, 0.00001, 0.073 }, + { { 0, 3, -4, 1, 0, 0, 0, 0, 2, -1, 0 }, 359.52787, 0.00001, 0.078 }, + { { 0, 3, -4, 2, 0, 0, 0, 0, 2, -3, 0 }, 111.43075, 0.00002, 0.076 }, + { { 0, 3, -4, 2, 0, 0, 0, 0, 2, -1, 0 }, 111.43075, 0.00002, 0.075 }, + { { 0, 3, -4, 3, 0, 0, 0, 0, 2, -3, 0 }, 51.71642, 0.00001, 0.080 }, + { { 0, 3, -4, 3, 0, 0, 0, 0, 2, -2, 0 }, 236.87633, 0.00001, 1.434 }, + { { 0, 3, -4, 3, 0, 0, 0, 0, 2, -1, 0 }, 51.71642, 0.00001, 0.072 }, + { { 0, 3, -4, 3, 0, 0, 0, 0, 2, 0, 0 }, 236.87633, 0.00001, 0.037 }, + { { 0, 3, -3, -2, 0, 0, 0, 0, 0, 0, 0 }, 33.60323, 0.00001, 1.230 }, + { { 0, 3, -3, 0, -2, 0, 0, 0, -2, 0, 0 }, 205.43932, 0.00001, 0.043 }, + { { 0, 3, -3, 0, -2, 0, 0, 0, 0, 0, 0 }, 340.44798, 0.00001, 0.586 }, + { { 0, 3, -3, 0, -2, 0, 0, 0, 2, -2, 0 }, 14.76328, 0.00001, 15.139 }, + { { 0, 3, -3, 0, -2, 0, 0, 0, 2, -1, 0 }, 30.30952, 0.00003, 0.076 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, -4, 2, 0 }, 50.93853, 0.00001, 0.047 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, -2, 0, 0 }, 206.56985, 0.00008, 0.044 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, -2, 1, 0 }, 13.05613, 0.00003, 0.103 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, -2, 2, 0 }, 272.29512, 0.00003, 0.280 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, -2, 3, 0 }, 13.05613, 0.00002, 0.059 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, 0, -2, 0 }, 193.05613, 0.00001, 0.040 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, 0, -1, 0 }, 86.96348, 0.00001, 0.087 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, 0, 0, 0 }, 46.31070, 0.00003, 0.558 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, 2, -3, 0 }, 283.22041, 0.00002, 0.076 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, 2, -2, 0 }, 214.12094, 0.00006, 54.802 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, 2, -1, 0 }, 262.56553, 0.00008, 0.075 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, 2, 0, 0 }, 191.81054, 0.00005, 0.038 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, 4, -3, 0 }, 86.96348, 0.00001, 0.087 }, + { { 0, 3, -3, 0, 0, -3, 0, 0, 2, -3, 0 }, 116.87152, 0.00005, 0.075 }, + { { 0, 3, -3, 0, 0, -3, 0, 0, 2, -2, 0 }, 122.06366, 0.00070, 1412.983 }, + { { 0, 3, -3, 0, 0, -3, 0, 0, 2, -1, 0 }, 116.87152, 0.00005, 0.075 }, + { { 0, 3, -3, 0, 0, -1, 0, 0, 2, -3, 0 }, 93.21748, 0.00001, 0.076 }, + { { 0, 3, -3, 0, 0, -1, 0, 0, 2, -2, 0 }, 272.89956, 0.00001, 14.577 }, + { { 0, 3, -3, 0, 0, -1, 0, 0, 2, -1, 0 }, 92.79085, 0.00007, 0.075 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -6, 1, 0 }, 4.00448, 0.00001, 0.017 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -4, -1, 0 }, 356.95714, 0.00003, 0.016 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -4, 0, 0 }, 7.10632, 0.00014, 0.021 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -4, 0, 2 }, 2.08724, 0.00002, 0.048 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -4, 1, 0 }, 4.92348, 0.00034, 0.029 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -4, 2, 0 }, 5.25703, 0.00017, 0.047 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -4, 3, 0 }, 179.59556, 0.00001, 0.128 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -3, 1, 0 }, 182.96974, 0.00002, 0.046 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, -2, 0 }, 0.52395, 0.00024, 0.020 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, -1, 0 }, 1.88109, 0.00215, 0.028 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, -1, 2 }, 182.03987, 0.00003, 0.108 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 0, -2 }, 182.65012, 0.00003, 0.020 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 2.82174, 0.01502, 0.044 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 0, 2 }, 3.19827, 0.00011, 0.251 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 1, -2 }, 182.69224, 0.00001, 0.027 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 2.66594, 0.01487, 0.104 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 1, 2 }, 182.36440, 0.00003, 0.058 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 2, 0 }, 1.64413, 0.00082, 0.274 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 3, 0 }, 1.01269, 0.00013, 0.059 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -1, -2, 0 }, 177.13830, 0.00003, 0.027 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -1, -1, 0 }, 176.84272, 0.00017, 0.042 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -1, 0, -1 }, 178.57843, 0.00003, 0.042 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -1, 0, 0 }, 340.39392, 0.00033, 0.095 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -1, 0, 1 }, 354.24577, 0.00013, 0.341 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -1, 1, -1 }, 0.33464, 0.00001, 0.094 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -1, 1, 0 }, 359.43667, 0.00006, 0.362 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -4, 0 }, 0.09727, 0.00004, 0.020 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -3, 0 }, 0.14369, 0.00063, 0.026 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -2, -2 }, 179.98628, 0.00005, 0.019 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -2, 0 }, 0.13999, 0.00884, 0.041 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -1, -2 }, 180.11074, 0.00025, 0.026 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 0.12046, 0.12537, 0.088 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -1, 2 }, 179.63738, 0.00004, 0.065 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 0, -2 }, 359.76360, 0.00007, 0.040 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 0, -1 }, 11.31903, 0.00003, 0.087 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 179.09975, 0.04340, 0.533 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 0, 2 }, 358.64140, 0.00003, 0.035 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 1, -2 }, 0.12211, 0.00020, 0.085 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 179.18127, 0.00737, 0.066 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 1, 2 }, 358.88014, 0.00003, 0.024 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 2, -2 }, 359.52647, 0.00002, 0.648 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 2, 0 }, 179.87451, 0.00054, 0.035 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 3, 0 }, 179.61127, 0.00005, 0.024 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, -2, 0 }, 174.99852, 0.00006, 0.082 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, -1, -1 }, 182.09030, 0.00009, 0.080 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, -1, 0 }, 183.04355, 0.00019, 1.011 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, -1, 1 }, 6.59203, 0.00006, 0.069 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, 0, -2 }, 0.01178, 0.00003, 0.079 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, 0, -1 }, 184.50964, 0.00071, 1.215 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 358.28258, 0.00226, 0.070 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, 0, 1 }, 4.69841, 0.00006, 0.036 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, 1, -1 }, 182.09030, 0.00009, 0.071 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, 1, 0 }, 356.87102, 0.00016, 0.036 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -4, 0 }, 3.93814, 0.00007, 0.038 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -3, -2 }, 180.58420, 0.00001, 0.025 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -3, 0 }, 3.13959, 0.00122, 0.076 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -2, -2 }, 180.36827, 0.00013, 0.037 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -2, 0 }, 0.04167, 0.07199, 9.751 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -1, -2 }, 179.99399, 0.00187, 0.074 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -1, -1 }, 192.87703, 0.00004, 15.575 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.98144, 0.64371, 0.075 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -1, 2 }, 359.97918, 0.00128, 0.025 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 0, -2 }, 0.03394, 0.00305, 4.330 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 0, -1 }, 191.31899, 0.00015, 0.076 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 179.94277, 0.03030, 0.038 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 0, 2 }, 359.96369, 0.00018, 0.019 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 1, -2 }, 180.01503, 0.00072, 0.077 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 1, 0 }, 179.84375, 0.00207, 0.025 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 1, 2 }, 359.98076, 0.00003, 0.015 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 2, -2 }, 180.01460, 0.00005, 0.038 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 2, 0 }, 179.82011, 0.00008, 0.019 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 3, -2, 0 }, 181.48858, 0.00002, 0.080 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 3, -1, 0 }, 359.02132, 0.00028, 0.039 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 3, 0, 0 }, 0.02506, 0.00008, 0.026 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 3, 1, 0 }, 0.06044, 0.00001, 0.019 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -4, 0 }, 358.63627, 0.00005, 0.598 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -3, 0 }, 359.53643, 0.00133, 0.086 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -2, -2 }, 0.00847, 0.00004, 0.499 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -2, 0 }, 179.97859, 0.00765, 0.040 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -2, 2 }, 359.98458, 0.00005, 0.019 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -1, -2 }, 359.99818, 0.00035, 0.089 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -1, 0 }, 179.96891, 0.00577, 0.026 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -1, 2 }, 359.98168, 0.00003, 0.015 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, 0, -2 }, 359.86065, 0.00001, 0.041 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, 0, 0 }, 179.98428, 0.00071, 0.019 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, 1, 0 }, 179.91368, 0.00004, 0.015 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 5, -2, 0 }, 359.98818, 0.00001, 0.027 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 6, -4, 0 }, 359.43351, 0.00002, 0.043 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 6, -3, 0 }, 180.22383, 0.00009, 0.028 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 6, -2, 0 }, 179.98232, 0.00016, 0.020 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 6, -1, 0 }, 179.96443, 0.00006, 0.016 }, + { { 0, 3, -3, 0, 0, 1, 0, 0, 2, -3, 0 }, 87.68406, 0.00001, 0.076 }, + { { 0, 3, -3, 0, 0, 1, 0, 0, 2, -2, 0 }, 87.67478, 0.00001, 7.326 }, + { { 0, 3, -3, 0, 0, 1, 0, 0, 2, -1, 0 }, 87.68901, 0.00004, 0.075 }, + { { 0, 3, -3, 0, 1, 0, 0, 0, -2, 0, 0 }, 328.01611, 0.00007, 0.044 }, + { { 0, 3, -3, 0, 1, 0, 0, 0, 0, -1, 0 }, 171.26545, 0.00001, 0.089 }, + { { 0, 3, -3, 0, 1, 0, 0, 0, 0, 0, 0 }, 187.95884, 0.00005, 0.510 }, + { { 0, 3, -3, 0, 1, 0, 0, 0, 0, 1, 0 }, 171.26545, 0.00001, 0.066 }, + { { 0, 3, -3, 0, 1, 0, 0, 0, 2, -2, 0 }, 37.40554, 0.00001, 5.352 }, + { { 0, 3, -3, 0, 1, 0, 0, 0, 2, -1, 0 }, 202.71394, 0.00004, 0.074 }, + { { 0, 3, -3, 0, 1, 0, 0, 0, 2, 0, 0 }, 332.05920, 0.00004, 0.037 }, + { { 0, 3, -3, 0, 2, 0, 0, 0, 2, -3, 0 }, 327.04126, 0.00001, 0.077 }, + { { 0, 3, -3, 0, 2, 0, 0, 0, 2, -1, 0 }, 183.88643, 0.00003, 0.074 }, + { { 0, 3, -2, -3, 0, 0, 0, 0, 2, -3, 0 }, 303.51344, 0.00003, 0.073 }, + { { 0, 3, -2, -3, 0, 0, 0, 0, 2, -2, 0 }, 303.56473, 0.00001, 2.030 }, + { { 0, 3, -2, -3, 0, 0, 0, 0, 2, -1, 0 }, 303.51344, 0.00003, 0.078 }, + { { 0, 3, -2, -3, 0, 0, 0, 0, 2, 0, 0 }, 303.56473, 0.00001, 0.038 }, + { { 0, 3, -2, -2, 0, 0, 0, 0, 0, 0, 0 }, 102.18607, 0.00001, 0.552 }, + { { 0, 3, -2, -2, 0, 0, 0, 0, 2, -2, 0 }, 125.99030, 0.00001, 25.521 }, + { { 0, 3, -2, -2, 0, 0, 0, 0, 2, -1, 0 }, 156.77626, 0.00002, 0.075 }, + { { 0, 3, -2, -2, 0, 0, 0, 0, 2, 0, 0 }, 139.68199, 0.00002, 0.038 }, + { { 0, 3, -2, 0, -2, 0, 0, 0, -2, 0, 0 }, 89.59678, 0.00002, 0.045 }, + { { 0, 3, -2, 0, -2, 0, 0, 0, -2, 1, 0 }, 119.79153, 0.00001, 0.114 }, + { { 0, 3, -2, 0, -2, 0, 0, 0, -2, 2, 0 }, 269.59678, 0.00002, 0.223 }, + { { 0, 3, -2, 0, -2, 0, 0, 0, 2, -3, 0 }, 308.54545, 0.00001, 0.081 }, + { { 0, 3, -2, 0, -2, 0, 0, 0, 2, -1, 0 }, 308.54545, 0.00001, 0.070 }, + { { 0, 3, -2, 0, -1, 0, 0, 0, -2, 0, 0 }, 2.31098, 0.00001, 0.046 }, + { { 0, 3, -2, 0, -1, 0, 0, 0, -2, 2, 0 }, 1.48892, 0.00003, 0.219 }, + { { 0, 3, -2, 0, -1, 0, 0, 0, 0, -2, 0 }, 184.99626, 0.00001, 0.042 }, + { { 0, 3, -2, 0, -1, 0, 0, 0, 0, -1, 0 }, 4.78524, 0.00002, 0.096 }, + { { 0, 3, -2, 0, -1, 0, 0, 0, 0, 0, 0 }, 179.61256, 0.00001, 0.358 }, + { { 0, 3, -2, 0, -1, 0, 0, 0, 2, -1, 0 }, 184.78524, 0.00010, 0.070 }, + { { 0, 3, -2, 0, -1, 0, 0, 0, 2, 0, 0 }, 4.00442, 0.00008, 0.036 }, + { { 0, 3, -2, 0, 0, -1, 0, 0, -2, 0, 0 }, 180.21548, 0.00001, 0.046 }, + { { 0, 3, -2, 0, 0, -1, 0, 0, -2, 2, 0 }, 0.21548, 0.00001, 0.217 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -4, 0, 0 }, 256.56443, 0.00003, 0.021 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -4, 1, 0 }, 254.91802, 0.00002, 0.030 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -3, 0, 1 }, 103.18224, 0.00002, 0.048 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -3, 1, 1 }, 103.31586, 0.00002, 0.132 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, -2, 0 }, 257.12618, 0.00002, 0.021 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, -1, 0 }, 256.95967, 0.00029, 0.028 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 256.61257, 0.00161, 0.046 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, 0, 2 }, 258.14115, 0.00001, 0.201 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 257.16601, 0.00135, 0.116 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, 2, 0 }, 255.30153, 0.00006, 0.215 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, -1, -1 }, 103.14126, 0.00002, 0.028 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, -1, 1 }, 283.56347, 0.00009, 0.107 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, 0, -1 }, 103.16444, 0.00042, 0.044 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, 0, 0 }, 255.81215, 0.00003, 0.105 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, 0, 1 }, 283.15656, 0.00087, 0.254 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, 1, -1 }, 103.31588, 0.00022, 0.104 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, 1, 1 }, 283.23055, 0.00008, 0.058 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, -3, 0 }, 256.88451, 0.00003, 0.027 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, -2, 0 }, 256.85865, 0.00047, 0.042 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 256.68904, 0.00594, 0.096 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, 0, -1 }, 282.77428, 0.00004, 0.095 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 191.12153, 0.00041, 0.348 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, 0, 1 }, 103.32282, 0.00003, 0.061 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 131.12366, 0.00005, 0.062 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, 2, 0 }, 78.94195, 0.00001, 0.034 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, -2, 1 }, 283.32371, 0.00001, 0.464 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, -1, -1 }, 283.11592, 0.00005, 0.087 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, -1, 1 }, 283.30635, 0.00026, 0.065 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.31010, 0.00274, 0.549 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 0, 0 }, 273.38652, 0.00003, 0.066 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 0, 1 }, 283.29839, 0.00025, 0.035 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 1, -1 }, 103.30950, 0.00033, 0.066 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 1, 1 }, 283.29950, 0.00003, 0.024 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 2, -1 }, 103.30779, 0.00003, 0.035 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, -3, 0 }, 86.72780, 0.00004, 0.082 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 257.24598, 0.00046, 0.907 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 256.21778, 0.00365, 0.070 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, 0, -2 }, 256.54111, 0.00006, 1.300 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, 0, -1 }, 283.34109, 0.00008, 0.070 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 257.54861, 0.00014, 0.036 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 3, -2, -1 }, 283.27393, 0.00043, 20.498 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 3, -2, 0 }, 77.04935, 0.00002, 0.074 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 3, -1, -1 }, 103.28746, 0.00239, 0.075 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 3, -1, 0 }, 77.04401, 0.00004, 0.037 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 3, 0, -1 }, 103.29323, 0.00020, 0.038 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 4, -3, 0 }, 262.28163, 0.00002, 0.079 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 4, -2, 0 }, 256.37580, 0.00010, 0.039 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 4, -1, 0 }, 257.35289, 0.00008, 0.026 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 5, -2, -1 }, 103.28731, 0.00003, 0.040 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 5, -1, -1 }, 103.28742, 0.00002, 0.026 }, + { { 0, 3, -1, -6, 0, 0, 0, 0, 0, 0, 0 }, 80.32198, 0.00001, 1.457 }, + { { 0, 3, -1, -4, 0, 0, 0, 0, 2, -3, 0 }, 146.94679, 0.00002, 0.075 }, + { { 0, 3, -1, -4, 0, 0, 0, 0, 2, -2, 0 }, 301.81664, 0.00003, 41.349 }, + { { 0, 3, -1, -3, 0, 0, 0, 0, 0, 0, 0 }, 310.37725, 0.00001, 0.438 }, + { { 0, 3, -1, -2, 0, 0, 0, 0, -2, 0, 0 }, 0.49502, 0.00003, 0.046 }, + { { 0, 3, -1, -2, 0, 0, 0, 0, -2, 1, 0 }, 179.89400, 0.00001, 0.115 }, + { { 0, 3, -1, -2, 0, 0, 0, 0, -2, 2, 0 }, 0.49502, 0.00003, 0.218 }, + { { 0, 3, -1, -2, 0, 0, 0, 0, -2, 3, 0 }, 179.89400, 0.00001, 0.056 }, + { { 0, 3, -1, -2, 0, 0, 0, 0, 0, -2, 0 }, 179.89400, 0.00001, 0.042 }, + { { 0, 3, -1, -2, 0, 0, 0, 0, 0, 0, 0 }, 179.89400, 0.00001, 0.355 }, + { { 0, 3, -1, 0, -2, 0, 0, 0, -2, -2, 0 }, 180.10555, 0.00001, 0.021 }, + { { 0, 3, -1, 0, -2, 0, 0, 0, -2, 1, 0 }, 180.02449, 0.00001, 0.129 }, + { { 0, 3, -1, 0, -2, 0, 0, 0, -2, 2, 0 }, 0.31088, 0.00001, 0.182 }, + { { 0, 3, -1, 0, -2, 0, 0, 0, 0, -2, 0 }, 359.98955, 0.00003, 0.044 }, + { { 0, 3, -1, 0, -2, 0, 0, 0, 0, -1, 0 }, 0.10555, 0.00001, 0.105 }, + { { 0, 3, -1, 0, -2, 0, 0, 0, 0, 0, 0 }, 359.98955, 0.00003, 0.270 }, + { { 0, 3, -1, 0, -2, 0, 0, 0, 0, 1, 0 }, 0.10555, 0.00001, 0.059 }, + { { 0, 3, -1, 0, -1, 0, 0, 0, -2, 0, 0 }, 90.49784, 0.00002, 0.048 }, + { { 0, 3, -1, 0, -1, 0, 0, 0, -2, 2, 0 }, 90.40749, 0.00003, 0.180 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, -2, -1, 0 }, 39.25549, 0.00003, 0.029 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 43.92093, 0.00033, 0.048 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, -2, 1, 0 }, 42.14167, 0.00022, 0.131 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, -2, 2, 0 }, 13.04937, 0.00001, 0.177 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, -1, 0, -1 }, 8.19771, 0.00002, 0.046 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, -1, 0, 0 }, 205.30930, 0.00004, 0.118 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, -1, 0, 1 }, 189.95591, 0.00004, 0.203 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 0, -1, 0 }, 87.78267, 0.00020, 0.107 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 26.19570, 0.00180, 0.258 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 0, 1, 0 }, 23.69884, 0.00017, 0.058 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 1, -1, -1 }, 180.35051, 0.00002, 0.096 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.27812, 0.00005, 0.354 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 1, 0, 0 }, 208.71722, 0.00002, 0.062 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 1, 0, 1 }, 182.61579, 0.00001, 0.034 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 2, -3, 0 }, 165.63574, 0.00003, 0.090 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 2, -2, 0 }, 26.29583, 0.00002, 0.476 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 2, -1, 0 }, 35.47228, 0.00028, 0.065 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 200.50665, 0.00009, 0.035 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 2, 1, 0 }, 203.80726, 0.00001, 0.024 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 4, -2, -2 }, 246.51321, 0.00007, 200.852 }, + { { 0, 3, 0, -8, 3, 0, 0, 0, 0, 0, 0 }, 199.22909, 0.00001, 1.142 }, + { { 0, 3, 0, -5, 0, 0, 0, 0, 0, 0, 0 }, 120.46718, 0.00001, 0.451 }, + { { 0, 3, 0, 0, -2, 0, 0, 0, -2, 0, 0 }, 269.02651, 0.00002, 0.050 }, + { { 0, 3, 0, 0, -2, 0, 0, 0, -2, 2, 0 }, 89.02651, 0.00002, 0.154 }, + { { 0, 3, 0, 0, -1, 0, 0, 0, 0, 0, 0 }, 19.87691, 0.00001, 0.209 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, -2, 0, 0 }, 293.59709, 0.00006, 0.050 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, -2, 1, 0 }, 289.94303, 0.00003, 0.151 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, -1, 0, 1 }, 124.54783, 0.00001, 0.169 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 0, -1, 0 }, 287.50548, 0.00002, 0.119 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 291.78758, 0.00010, 0.205 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, 292.04293, 0.00001, 0.055 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 1, 0, -1 }, 307.11312, 0.00002, 0.262 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 2, -3, 0 }, 218.63857, 0.00002, 0.098 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 218.63857, 0.00002, 0.061 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 192.36851, 0.00002, 0.034 }, + { { 0, 3, 0, 0, 1, 0, 0, 0, 2, 0, 0 }, 131.16529, 0.00006, 0.034 }, + { { 0, 3, 1, 0, -1, 0, 0, 0, 2, -2, 0 }, 147.83289, 0.00001, 0.249 }, + { { 0, 3, 1, 0, -1, 0, 0, 0, 2, -1, 0 }, 141.30841, 0.00003, 0.058 }, + { { 0, 3, 1, 0, -1, 0, 0, 0, 2, 0, 0 }, 154.35232, 0.00003, 0.033 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, -2, 1, 0 }, 308.17522, 0.00002, 0.178 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 0, -1, 0 }, 308.32687, 0.00002, 0.136 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 206.45084, 0.00002, 0.170 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 0, 1, 0 }, 308.32687, 0.00002, 0.052 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 2, -2, 0 }, 126.20660, 0.00005, 0.244 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 2, 0, 0 }, 127.73779, 0.00006, 0.033 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 2, 1, 0 }, 308.23231, 0.00002, 0.023 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 2, 2, 0 }, 128.21162, 0.00002, 0.018 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 4, -2, 0 }, 306.20660, 0.00001, 0.035 }, + { { 0, 3, 1, 0, 1, 0, 0, 0, 2, -2, 0 }, 114.91505, 0.00001, 0.239 }, + { { 0, 3, 1, 0, 1, 0, 0, 0, 2, -1, 0 }, 299.51773, 0.00003, 0.057 }, + { { 0, 3, 1, 0, 1, 0, 0, 0, 2, 0, 0 }, 294.91505, 0.00001, 0.033 }, + { { 0, 3, 2, -9, 0, 0, 0, 0, 2, 0, -2 }, 243.47824, 0.00001, 62.037 }, + { { 0, 3, 2, -3, 0, 0, 0, 0, 2, -2, 0 }, 251.37236, 0.00001, 0.285 }, + { { 0, 3, 2, -3, 0, 0, 0, 0, 2, 0, 0 }, 251.37236, 0.00001, 0.033 }, + { { 0, 3, 2, 0, -1, 0, 0, 0, 2, 0, 0 }, 309.71109, 0.00002, 0.032 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, -2, 0, 0 }, 302.08239, 0.00004, 0.056 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, -2, 2, 0 }, 302.08098, 0.00005, 0.116 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0 }, 41.79437, 0.00003, 0.145 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 2, 0, 0 }, 211.83356, 0.00002, 0.032 }, + { { 0, 3, 3, -2, 0, 0, 0, 0, 2, -3, 0 }, 308.14628, 0.00001, 0.122 }, + { { 0, 3, 3, -2, 0, 0, 0, 0, 2, -2, 0 }, 308.09090, 0.00001, 0.198 }, + { { 0, 3, 3, -2, 0, 0, 0, 0, 2, -1, 0 }, 308.14628, 0.00001, 0.055 }, + { { 0, 3, 3, -2, 0, 0, 0, 0, 2, 0, 0 }, 308.09090, 0.00001, 0.032 }, + { { 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0 }, 333.06063, 0.00003, 0.127 }, + { { 0, 3, 3, 0, 0, 0, 0, 0, 2, -2, 0 }, 325.40469, 0.00001, 0.164 }, + { { 0, 3, 5, -15, 0, 0, 0, 0, 2, -3, 0 }, 156.70371, 0.00003, 0.076 }, + { { 0, 3, 5, -15, 0, 0, 0, 0, 2, -1, 0 }, 156.70371, 0.00003, 0.075 }, + { { 0, 3, 5, 0, -2, 0, 0, 0, -4, 3, 0 }, 184.66204, 0.00013, 4160.319 }, + { { 0, 3, 7, -19, 0, 0, 0, 0, 2, -3, 0 }, 304.87434, 0.00002, 0.075 }, + { { 0, 3, 7, -19, 0, 0, 0, 0, 2, -2, 0 }, 311.20488, 0.00025, 1812.670 }, + { { 0, 3, 7, -19, 0, 0, 0, 0, 2, -1, 0 }, 304.87434, 0.00002, 0.075 }, + { { 0, 3, 27, -37, 0, 0, 0, 0, -1, -1, 1 }, 43.22752, 0.00001, 441.870 }, + { { 0, 3, 30, -44, 0, 0, 0, 0, -2, 1, 0 }, 38.91467, 0.00010, 1378.938 }, + { { 0, 4, -49, 55, 0, 0, 0, 0, 0, 1, 0 }, 334.52157, 0.00007, 2078.312 }, + { { 0, 4, -16, 15, 0, 0, 0, 0, -2, 1, 0 }, 254.75046, 0.00001, 0.077 }, + { { 0, 4, -16, 15, 0, 0, 0, 0, -2, 3, 0 }, 254.75046, 0.00001, 0.074 }, + { { 0, 4, -15, 14, 0, 0, 0, 0, -1, -1, 1 }, 286.27969, 0.00002, 0.075 }, + { { 0, 4, -15, 14, 0, 0, 0, 0, -1, 0, 1 }, 286.27969, 0.00030, 1778.605 }, + { { 0, 4, -15, 14, 0, 0, 0, 0, -1, 1, 1 }, 286.27969, 0.00002, 0.075 }, + { { 0, 4, -12, 7, 0, 0, 0, 0, -2, 2, 0 }, 279.68505, 0.00006, 476.157 }, + { { 0, 4, -11, 0, 2, 0, 0, 0, -2, 0, 0 }, 322.67334, 0.00002, 0.034 }, + { { 0, 4, -11, 5, 0, 0, 0, 0, -2, 2, 0 }, 289.22781, 0.00002, 15.275 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, -2, -1, 0 }, 217.10317, 0.00001, 0.024 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 217.47825, 0.00001, 0.035 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 98.18924, 0.00001, 0.067 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 217.47825, 0.00001, 0.580 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 66.96037, 0.00001, 0.060 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 246.96283, 0.00002, 0.286 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 66.96037, 0.00001, 0.102 }, + { { 0, 4, -10, 0, 1, 0, 0, 0, -2, 1, 0 }, 321.50003, 0.00001, 0.067 }, + { { 0, 4, -10, 0, 1, 0, 0, 0, -2, 3, 0 }, 321.50003, 0.00001, 0.086 }, + { { 0, 4, -10, 0, 2, 0, 0, 0, -2, 0, 0 }, 231.66226, 0.00001, 0.036 }, + { { 0, 4, -10, 0, 2, 0, 0, 0, -2, 1, 0 }, 51.66226, 0.00001, 0.068 }, + { { 0, 4, -10, 0, 2, 0, 0, 0, -2, 2, 0 }, 231.66226, 0.00001, 0.643 }, + { { 0, 4, -10, 0, 2, 0, 0, 0, -2, 3, 0 }, 51.66226, 0.00001, 0.085 }, + { { 0, 4, -10, 0, 2, 0, 0, 0, 0, -2, 0 }, 51.63411, 0.00001, 0.034 }, + { { 0, 4, -10, 0, 2, 0, 0, 0, 0, 0, 0 }, 231.63411, 0.00001, 0.300 }, + { { 0, 4, -10, 0, 3, 0, 0, 0, -2, 0, 0 }, 221.88283, 0.00003, 0.036 }, + { { 0, 4, -10, 0, 3, 0, 0, 0, -2, 1, 0 }, 41.88283, 0.00002, 0.068 }, + { { 0, 4, -10, 2, 0, 0, 0, 0, -2, 0, 0 }, 231.90422, 0.00002, 0.037 }, + { { 0, 4, -10, 2, 0, 0, 0, 0, -2, 2, 0 }, 231.90422, 0.00002, 1.514 }, + { { 0, 4, -10, 3, 0, 0, 0, 0, -2, 1, 0 }, 332.55143, 0.00002, 0.075 }, + { { 0, 4, -10, 3, 0, 0, 0, 0, -2, 3, 0 }, 332.55143, 0.00002, 0.076 }, + { { 0, 4, -9, 0, -1, 0, 0, 0, -2, 1, 0 }, 331.51345, 0.00003, 0.071 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -2, -3, 0 }, 324.00186, 0.00002, 0.015 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -2, -1, 0 }, 324.00186, 0.00002, 0.025 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 20.06782, 0.00003, 0.072 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -2, 2, 0 }, 312.08652, 0.00005, 1.381 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -2, 3, 0 }, 37.03815, 0.00003, 0.080 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, 0, -2, 0 }, 142.87579, 0.00001, 0.034 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 322.87579, 0.00001, 0.063 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 133.10769, 0.00004, 0.400 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 322.87579, 0.00001, 0.093 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 313.55881, 0.00003, 0.111 }, + { { 0, 4, -9, 0, 1, 0, 0, 0, -2, -2, 0 }, 50.46080, 0.00001, 0.019 }, + { { 0, 4, -9, 0, 1, 0, 0, 0, -2, 1, 0 }, 115.74916, 0.00003, 0.072 }, + { { 0, 4, -9, 0, 1, 0, 0, 0, -2, 2, 0 }, 51.19352, 0.00002, 1.564 }, + { { 0, 4, -9, 0, 1, 0, 0, 0, 0, -2, 0 }, 50.46080, 0.00002, 0.035 }, + { { 0, 4, -9, 0, 1, 0, 0, 0, 0, 0, 0 }, 50.46080, 0.00002, 0.414 }, + { { 0, 4, -9, 0, 2, 0, 0, 0, -2, 0, 0 }, 291.84123, 0.00003, 0.037 }, + { { 0, 4, -9, 0, 2, 0, 0, 0, -2, 1, 0 }, 32.18773, 0.00001, 0.072 }, + { { 0, 4, -9, 0, 2, 0, 0, 0, -2, 2, 0 }, 111.76848, 0.00002, 1.801 }, + { { 0, 4, -9, 0, 2, 0, 0, 0, -2, 3, 0 }, 112.35256, 0.00001, 0.079 }, + { { 0, 4, -9, 1, 0, 0, 0, 0, -2, 1, 0 }, 51.33899, 0.00002, 0.074 }, + { { 0, 4, -9, 1, 0, 0, 0, 0, -2, 3, 0 }, 51.33899, 0.00002, 0.077 }, + { { 0, 4, -9, 2, 0, 0, 0, 0, -2, 1, 0 }, 320.07451, 0.00001, 0.077 }, + { { 0, 4, -9, 2, 0, 0, 0, 0, -2, 3, 0 }, 320.07451, 0.00001, 0.074 }, + { { 0, 4, -9, 3, 0, 0, 0, 0, -2, 0, 0 }, 288.61958, 0.00001, 0.039 }, + { { 0, 4, -9, 3, 0, 0, 0, 0, -2, 1, 0 }, 288.61958, 0.00002, 0.081 }, + { { 0, 4, -9, 3, 0, 0, 0, 0, -2, 2, 0 }, 288.61958, 0.00001, 1.148 }, + { { 0, 4, -9, 3, 0, 0, 0, 0, -2, 3, 0 }, 288.61958, 0.00002, 0.071 }, + { { 0, 4, -9, 5, 0, 0, 0, 0, 0, 0, 0 }, 39.33194, 0.00001, 6.230 }, + { { 0, 4, -9, 8, 0, 0, 0, 0, 2, -3, 0 }, 266.92423, 0.00002, 0.075 }, + { { 0, 4, -9, 8, 0, 0, 0, 0, 2, -1, 0 }, 266.92423, 0.00002, 0.076 }, + { { 0, 4, -8, 0, -1, 0, 0, 0, -2, 0, 0 }, 245.82703, 0.00001, 0.038 }, + { { 0, 4, -8, 0, -1, 0, 0, 0, -2, 1, 0 }, 324.28442, 0.00001, 0.077 }, + { { 0, 4, -8, 0, -1, 0, 0, 0, -2, 3, 0 }, 144.28442, 0.00001, 0.074 }, + { { 0, 4, -8, 0, -1, 0, 0, 0, 0, -1, 0 }, 240.47421, 0.00001, 0.067 }, + { { 0, 4, -8, 0, -1, 0, 0, 0, 0, 1, 0 }, 240.47421, 0.00001, 0.086 }, + { { 0, 4, -8, 0, 0, -1, 0, 0, -2, 1, 0 }, 324.31545, 0.00006, 0.077 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, -4, 0, 0 }, 231.78956, 0.00002, 0.020 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, -4, 2, 0 }, 51.78956, 0.00002, 0.041 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 48.02229, 0.00003, 0.038 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 107.51763, 0.00004, 0.077 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 60.47962, 0.00001, 3.622 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, -2, 3, 0 }, 133.87210, 0.00001, 0.074 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, -1, 0, 1 }, 326.22191, 0.00001, 2.252 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, 0, -1, 2 }, 51.78956, 0.00003, 0.083 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 294.86096, 0.00007, 0.668 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 177.76637, 0.00002, 0.043 }, + { { 0, 4, -8, 0, 1, 0, 0, 0, -2, 0, 0 }, 41.60262, 0.00003, 0.038 }, + { { 0, 4, -8, 0, 1, 0, 0, 0, -2, 1, 0 }, 180.30031, 0.00010, 0.078 }, + { { 0, 4, -8, 0, 1, 0, 0, 0, 0, -1, 0 }, 38.68353, 0.00001, 0.068 }, + { { 0, 4, -8, 0, 1, 0, 0, 0, 0, 1, 0 }, 38.68353, 0.00001, 0.084 }, + { { 0, 4, -8, 2, 0, 0, 0, 0, 0, 0, 0 }, 341.89298, 0.00001, 2.301 }, + { { 0, 4, -8, 3, 0, 0, 0, 0, 0, 0, 0 }, 226.96315, 0.00002, 10.294 }, + { { 0, 4, -7, -3, 0, 0, 0, 0, -2, 0, 0 }, 355.31115, 0.00001, 0.037 }, + { { 0, 4, -7, -3, 0, 0, 0, 0, -2, 0, 2 }, 103.20237, 0.00001, 68.630 }, + { { 0, 4, -7, -3, 0, 0, 0, 0, -2, 2, 0 }, 355.31115, 0.00001, 3.135 }, + { { 0, 4, -7, -2, 0, 0, 0, 0, -2, 0, 0 }, 11.22899, 0.00001, 0.038 }, + { { 0, 4, -7, 0, -1, 0, 0, 0, -2, 0, 0 }, 235.71193, 0.00001, 0.039 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, -2, -2, 0 }, 132.72033, 0.00002, 0.019 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 66.78881, 0.00004, 0.040 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 57.67808, 0.00010, 0.083 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 319.84538, 0.00001, 0.784 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 244.81152, 0.00003, 0.078 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, -1, 0, 1 }, 63.13638, 0.00003, 1.799 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, -1, 1, -1 }, 241.73036, 0.00001, 0.077 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, -1, 3, -1 }, 61.73036, 0.00001, 0.074 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 257.52488, 0.00014, 0.073 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 241.52732, 0.00055, 2.008 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 247.71283, 0.00010, 0.078 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 1, 0, -1 }, 64.43377, 0.00006, 0.644 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 2, -2, 0 }, 80.06342, 0.00001, 0.440 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.19450, 0.00021, 0.091 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 88.95765, 0.00011, 0.041 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 2, 1, 0 }, 82.94358, 0.00002, 0.027 }, + { { 0, 4, -7, 0, 1, 0, 0, 0, 0, 0, 0 }, 12.05416, 0.00002, 2.418 }, + { { 0, 4, -7, 0, 2, 0, 0, 0, 0, 0, 0 }, 72.36345, 0.00001, 3.037 }, + { { 0, 4, -7, 0, 3, 0, 0, 0, 0, 0, 0 }, 103.38110, 0.00002, 4.082 }, + { { 0, 4, -7, 0, 6, 0, 0, 0, -2, 0, 0 }, 157.57959, 0.00001, 0.040 }, + { { 0, 4, -7, 0, 6, 0, 0, 0, 2, 0, 0 }, 157.57959, 0.00001, 0.040 }, + { { 0, 4, -7, 5, 0, 0, 0, 0, 0, 0, 0 }, 238.19125, 0.00001, 0.463 }, + { { 0, 4, -6, -1, 0, 0, 0, 0, 0, 0, 0 }, 238.42968, 0.00001, 33.794 }, + { { 0, 4, -6, 0, -2, 0, 0, 0, -2, 0, 0 }, 51.83732, 0.00002, 0.041 }, + { { 0, 4, -6, 0, -2, 0, 0, 0, 0, -1, 0 }, 51.83732, 0.00001, 0.077 }, + { { 0, 4, -6, 0, -2, 0, 0, 0, 0, 1, 0 }, 51.83732, 0.00001, 0.074 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -4, 0, 0 }, 344.92454, 0.00004, 0.020 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -4, 1, 0 }, 344.23200, 0.00008, 0.028 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -4, 2, 0 }, 349.77722, 0.00004, 0.045 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, -2, 0 }, 345.27657, 0.00003, 0.020 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, -1, 0 }, 346.34962, 0.00027, 0.027 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 345.36111, 0.00310, 0.041 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, 0, 2 }, 346.10899, 0.00005, 0.383 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 345.80733, 0.00411, 0.091 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 342.12819, 0.00017, 0.439 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -1, -1, 1 }, 354.99883, 0.00007, 0.085 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -1, 0, 0 }, 162.35178, 0.00018, 0.084 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -1, 0, 1 }, 354.17680, 0.00003, 0.643 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -1, 1, -1 }, 168.53828, 0.00002, 0.083 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -1, 1, 1 }, 24.04529, 0.00001, 0.068 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -1, 3, -1 }, 348.13888, 0.00001, 0.069 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, -3, 0 }, 345.65490, 0.00002, 0.025 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, -2, 0 }, 345.24027, 0.00039, 0.038 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 342.65713, 0.00511, 0.078 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 0, -2 }, 165.16519, 0.00001, 0.038 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 0, -1 }, 348.54716, 0.00003, 0.077 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 343.21324, 0.02587, 1.992 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 0, 2 }, 165.16519, 0.00001, 0.037 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 342.73542, 0.00439, 0.073 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 2, 0 }, 340.75118, 0.00028, 0.037 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 3, 0 }, 339.48221, 0.00001, 0.025 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, -2, 1 }, 169.02593, 0.00005, 4.584 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, -1, -1 }, 349.21336, 0.00009, 0.072 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, -1, 0 }, 339.99733, 0.00005, 2.598 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, -1, 1 }, 169.23207, 0.00031, 0.077 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, 0, -1 }, 349.41839, 0.00079, 1.813 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, 0, 0 }, 340.60695, 0.00030, 0.078 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, 0, 1 }, 169.34230, 0.00017, 0.038 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, 1, -1 }, 349.21336, 0.00009, 0.079 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, 1, 0 }, 340.44612, 0.00002, 0.038 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 171.84725, 0.00008, 0.786 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 321.23219, 0.00013, 0.083 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 2, 0, -2 }, 344.72466, 0.00002, 0.623 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 341.92592, 0.00063, 0.040 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 2, 1, 0 }, 344.23345, 0.00010, 0.026 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 4, -2, 0 }, 175.48330, 0.00002, 0.043 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 4, -1, 0 }, 191.32337, 0.00002, 0.027 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 4, 0, 0 }, 165.32644, 0.00004, 0.020 }, + { { 0, 4, -6, 0, 1, 0, 0, 0, 0, 0, 0 }, 50.14859, 0.00002, 1.705 }, + { { 0, 4, -6, 0, 1, 0, 0, 0, 2, -2, 0 }, 269.54365, 0.00003, 0.842 }, + { { 0, 4, -6, 0, 1, 0, 0, 0, 2, 0, 0 }, 89.41278, 0.00002, 0.039 }, + { { 0, 4, -6, 0, 2, 0, 0, 0, -2, 0, 0 }, 179.87138, 0.00005, 0.042 }, + { { 0, 4, -6, 0, 2, 0, 0, 0, 0, -1, 0 }, 0.31291, 0.00002, 0.079 }, + { { 0, 4, -6, 0, 2, 0, 0, 0, 0, 0, 0 }, 177.04201, 0.00011, 1.491 }, + { { 0, 4, -6, 0, 2, 0, 0, 0, 0, 1, 0 }, 0.31291, 0.00002, 0.072 }, + { { 0, 4, -6, 0, 2, 0, 0, 0, 2, -3, 0 }, 359.96757, 0.00001, 0.070 }, + { { 0, 4, -6, 0, 2, 0, 0, 0, 2, -2, 0 }, 359.96756, 0.00001, 0.906 }, + { { 0, 4, -6, 0, 2, 0, 0, 0, 2, 0, 0 }, 359.96756, 0.00001, 0.039 }, + { { 0, 4, -6, 0, 3, 0, 0, 0, 0, 0, 0 }, 169.45638, 0.00002, 1.325 }, + { { 0, 4, -6, 1, 0, 0, 0, 0, 1, 0, -1 }, 75.18524, 0.00002, 50.030 }, + { { 0, 4, -6, 2, 0, 0, 0, 0, 0, -1, 0 }, 180.09795, 0.00001, 0.086 }, + { { 0, 4, -6, 2, 0, 0, 0, 0, 0, 1, 0 }, 180.09795, 0.00001, 0.067 }, + { { 0, 4, -6, 2, 0, 0, 0, 0, 2, -3, 0 }, 128.67202, 0.00003, 0.074 }, + { { 0, 4, -6, 2, 0, 0, 0, 0, 2, -1, 0 }, 128.67202, 0.00003, 0.077 }, + { { 0, 4, -6, 3, 0, 0, 0, 0, 2, 0, -2 }, 302.56492, 0.00001, 96.289 }, + { { 0, 4, -5, -3, 0, 0, 0, 0, 0, -1, 0 }, 327.97823, 0.00001, 0.075 }, + { { 0, 4, -5, -3, 0, 0, 0, 0, 0, 0, 0 }, 162.57409, 0.00001, 10.758 }, + { { 0, 4, -5, -3, 0, 0, 0, 0, 0, 1, 0 }, 327.97823, 0.00001, 0.076 }, + { { 0, 4, -5, 0, -1, 0, 0, 0, -2, 0, 0 }, 103.96532, 0.00001, 0.043 }, + { { 0, 4, -5, 0, -1, 0, 0, 0, -2, 2, 0 }, 283.96532, 0.00001, 0.313 }, + { { 0, 4, -5, 0, -1, 0, 0, 0, 2, -1, 0 }, 98.18988, 0.00004, 0.078 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -4, 0, 0 }, 89.81349, 0.00003, 0.021 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -4, 1, 0 }, 93.55326, 0.00009, 0.029 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -4, 2, 0 }, 92.96538, 0.00006, 0.047 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -3, 0, 1 }, 76.54321, 0.00002, 0.045 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -3, 1, 1 }, 76.54286, 0.00002, 0.112 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, -2, 0 }, 94.10935, 0.00003, 0.020 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, -1, 0 }, 94.18336, 0.00020, 0.027 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 94.01869, 0.00339, 0.043 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 0, 2 }, 93.29249, 0.00002, 0.277 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 93.33289, 0.00410, 0.100 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 94.90752, 0.00012, 0.305 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 3, 0 }, 270.74846, 0.00003, 0.060 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, -2, 1 }, 76.52144, 0.00001, 0.042 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, -1, -1 }, 86.33834, 0.00003, 0.027 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, -1, 1 }, 76.46689, 0.00004, 0.093 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 0, -1 }, 76.52762, 0.00036, 0.041 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 0, 0 }, 269.87125, 0.00006, 0.092 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 0, 1 }, 256.71154, 0.00083, 0.391 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 1, -1 }, 78.63936, 0.00016, 0.091 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 1, 1 }, 256.53793, 0.00009, 0.063 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 2, -1 }, 256.36133, 0.00002, 0.450 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 2, 0 }, 268.08870, 0.00001, 0.064 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, -3, 0 }, 272.52579, 0.00003, 0.026 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, -2, 0 }, 271.91037, 0.00034, 0.040 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 270.66153, 0.00541, 0.085 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, 0, -1 }, 256.45097, 0.00008, 0.084 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 130.83992, 0.00044, 0.666 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, 0, 1 }, 76.36893, 0.00003, 0.067 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 262.23794, 0.00021, 0.068 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, 2, 0 }, 279.76195, 0.00001, 0.036 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, -2, -1 }, 76.51343, 0.00009, 0.038 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, -2, 0 }, 278.41839, 0.00001, 0.079 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, -2, 1 }, 251.71225, 0.00001, 1.279 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, -1, -1 }, 76.51346, 0.00135, 0.078 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, -1, 0 }, 89.42727, 0.00008, 1.626 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, -1, 1 }, 256.44558, 0.00079, 0.071 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 0, -3 }, 257.15632, 0.00001, 0.038 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 0, -1 }, 76.51091, 0.00987, 2.231 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 0, 0 }, 88.05033, 0.00029, 0.072 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 0, 1 }, 255.84693, 0.00118, 0.037 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 1, -1 }, 76.51282, 0.00126, 0.073 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 1, 0 }, 88.59621, 0.00002, 0.037 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 1, 1 }, 256.09624, 0.00013, 0.025 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 2, -1 }, 76.51350, 0.00009, 0.037 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, -4, 0 }, 275.49210, 0.00001, 0.037 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, -3, 0 }, 299.97297, 0.00003, 0.074 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, -2, 0 }, 90.85791, 0.00269, 3.678 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, -1, -2 }, 91.51650, 0.00004, 0.072 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, -1, -1 }, 76.46568, 0.00003, 2.280 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 91.39917, 0.02952, 0.077 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, -1, 2 }, 271.59219, 0.00006, 0.025 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, 0, -2 }, 92.39326, 0.00025, 1.652 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, 0, -1 }, 76.46313, 0.00017, 0.078 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 92.15256, 0.00411, 0.038 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, 1, 0 }, 92.83362, 0.00040, 0.025 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, 2, 0 }, 92.22852, 0.00004, 0.019 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 3, -2, -1 }, 256.51527, 0.00001, 0.754 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 3, -1, -1 }, 256.51602, 0.00013, 0.084 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 3, -1, 1 }, 256.51317, 0.00003, 0.026 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 3, 0, -1 }, 76.51426, 0.00008, 0.040 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 3, 0, 0 }, 92.48061, 0.00002, 0.026 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 3, 0, 1 }, 256.51319, 0.00002, 0.019 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 3, 1, -1 }, 76.51084, 0.00001, 0.026 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 4, -3, 0 }, 93.05324, 0.00006, 0.089 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 4, -2, 0 }, 89.66241, 0.00038, 0.041 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 4, -1, 0 }, 89.11485, 0.00025, 0.027 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 4, 0, 0 }, 96.13263, 0.00011, 0.020 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 4, 1, 0 }, 92.64679, 0.00001, 0.016 }, + { { 0, 4, -5, 0, 0, 1, 0, 0, 2, -1, 0 }, 359.71691, 0.00005, 0.077 }, + { { 0, 4, -5, 0, 0, 2, 0, 0, 2, -3, 0 }, 261.38164, 0.00001, 0.074 }, + { { 0, 4, -5, 0, 0, 2, 0, 0, 2, -1, 0 }, 81.38164, 0.00001, 0.077 }, + { { 0, 4, -5, 0, 1, 0, 0, 0, -2, 0, 0 }, 189.19521, 0.00010, 0.043 }, + { { 0, 4, -5, 0, 1, 0, 0, 0, -2, 1, 0 }, 188.10364, 0.00001, 0.101 }, + { { 0, 4, -5, 0, 1, 0, 0, 0, 0, -1, 0 }, 178.13818, 0.00004, 0.086 }, + { { 0, 4, -5, 0, 1, 0, 0, 0, 0, 0, 0 }, 171.36038, 0.00003, 0.630 }, + { { 0, 4, -5, 0, 1, 0, 0, 0, 0, 1, 0 }, 178.00947, 0.00003, 0.067 }, + { { 0, 4, -5, 0, 1, 0, 0, 0, 2, -3, 0 }, 359.76912, 0.00003, 0.074 }, + { { 0, 4, -5, 0, 1, 0, 0, 0, 2, -1, 0 }, 89.76551, 0.00005, 0.077 }, + { { 0, 4, -5, 0, 1, 0, 0, 0, 2, 0, 0 }, 178.71308, 0.00001, 0.038 }, + { { 0, 4, -5, 0, 1, 0, 0, 0, 2, 2, 0 }, 358.71308, 0.00001, 0.019 }, + { { 0, 4, -5, 0, 2, 0, 0, 0, 0, 0, 0 }, 62.74192, 0.00002, 0.599 }, + { { 0, 4, -5, 0, 2, 0, 0, 0, 2, -3, 0 }, 229.89415, 0.00002, 0.075 }, + { { 0, 4, -5, 0, 2, 0, 0, 0, 2, -2, 0 }, 240.31686, 0.00001, 9.679 }, + { { 0, 4, -5, 0, 2, 0, 0, 0, 2, -1, 0 }, 49.89415, 0.00002, 0.076 }, + { { 0, 4, -5, 0, 2, 0, 0, 0, 2, 0, 0 }, 60.32331, 0.00004, 0.038 }, + { { 0, 4, -5, 0, 3, 0, 0, 0, 2, -3, 0 }, 91.25535, 0.00001, 0.075 }, + { { 0, 4, -5, 0, 3, 0, 0, 0, 2, -2, 0 }, 38.07320, 0.00002, 52.601 }, + { { 0, 4, -5, 0, 3, 0, 0, 0, 2, -1, 0 }, 271.25535, 0.00001, 0.076 }, + { { 0, 4, -5, 2, 0, 0, 0, 0, 2, -3, 0 }, 224.65763, 0.00004, 0.080 }, + { { 0, 4, -5, 2, 0, 0, 0, 0, 2, -1, 0 }, 224.65763, 0.00004, 0.071 }, + { { 0, 4, -5, 3, 0, 0, 0, 0, -2, 0, 0 }, 236.42721, 0.00002, 0.046 }, + { { 0, 4, -5, 3, 0, 0, 0, 0, -2, 2, 0 }, 236.42721, 0.00002, 0.205 }, + { { 0, 4, -4, -8, 0, 0, 0, 0, -2, 2, 0 }, 295.86760, 0.00002, 44.178 }, + { { 0, 4, -4, 0, -2, 0, 0, 0, -2, 0, 0 }, 205.43802, 0.00001, 0.045 }, + { { 0, 4, -4, 0, -1, 0, 0, 0, -2, 0, 0 }, 190.21632, 0.00005, 0.045 }, + { { 0, 4, -4, 0, -1, 0, 0, 0, -2, 1, 0 }, 13.05483, 0.00003, 0.110 }, + { { 0, 4, -4, 0, -1, 0, 0, 0, -2, 2, 0 }, 185.51498, 0.00001, 0.239 }, + { { 0, 4, -4, 0, -1, 0, 0, 0, 0, -2, 0 }, 193.05483, 0.00001, 0.042 }, + { { 0, 4, -4, 0, -1, 0, 0, 0, 0, 0, 0 }, 51.53623, 0.00001, 0.414 }, + { { 0, 4, -4, 0, -1, 0, 0, 0, 2, -2, 0 }, 14.07931, 0.00001, 1.553 }, + { { 0, 4, -4, 0, -1, 0, 0, 0, 2, -1, 0 }, 12.64858, 0.00006, 0.072 }, + { { 0, 4, -4, 0, -1, 0, 0, 0, 2, 0, 0 }, 194.07931, 0.00001, 0.037 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -4, 0, 0 }, 0.08415, 0.00005, 0.021 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -4, 1, 0 }, 359.74681, 0.00009, 0.030 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -4, 2, 0 }, 359.85360, 0.00006, 0.049 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -3, 0, 0 }, 357.74899, 0.00001, 0.029 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, -2, 0 }, 359.52272, 0.00008, 0.021 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, -1, 0 }, 358.92468, 0.00037, 0.028 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 359.15210, 0.00469, 0.045 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, 0, 2 }, 0.73947, 0.00003, 0.217 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 359.20843, 0.00439, 0.111 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, 2, 0 }, 359.08954, 0.00033, 0.234 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, 3, 0 }, 358.92407, 0.00005, 0.057 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -1, -1, 0 }, 180.03912, 0.00002, 0.043 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -1, 0, -1 }, 255.41944, 0.00001, 0.043 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 1.40456, 0.00014, 0.101 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -1, 0, 1 }, 15.51097, 0.00005, 0.281 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -1, 1, 0 }, 359.93932, 0.00004, 0.295 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, -3, 0 }, 0.79126, 0.00003, 0.027 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 0.57460, 0.00057, 0.042 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 0.25543, 0.00882, 0.093 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, -1, 2 }, 180.05005, 0.00002, 0.062 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 0, -2 }, 178.79230, 0.00010, 0.041 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 180.07081, 0.04626, 0.400 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 0, 2 }, 358.72617, 0.00007, 0.034 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 1, -2 }, 180.09062, 0.00017, 0.090 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 180.07654, 0.00746, 0.063 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 1, 2 }, 0.09367, 0.00003, 0.023 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 2, 0 }, 180.00993, 0.00056, 0.034 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 3, 0 }, 179.80978, 0.00004, 0.024 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, -2, 0 }, 0.94793, 0.00010, 0.086 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, -1, -1 }, 189.95183, 0.00004, 0.085 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, -1, 0 }, 0.67701, 0.00012, 0.619 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, -1, 1 }, 2.66834, 0.00002, 0.067 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, 0, -1 }, 190.90912, 0.00037, 0.690 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 0.10228, 0.00111, 0.067 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, 0, 1 }, 10.94372, 0.00002, 0.035 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, 1, -1 }, 189.95183, 0.00004, 0.068 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, 1, 0 }, 0.13912, 0.00006, 0.036 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, -3, 0 }, 180.60757, 0.00014, 0.080 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, -2, -2 }, 179.70368, 0.00001, 0.038 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 179.88331, 0.00190, 1.374 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, -2, 2 }, 0.02746, 0.00001, 0.036 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, -1, -2 }, 179.69225, 0.00017, 0.078 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 180.00979, 0.08235, 0.072 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, -1, 2 }, 0.03058, 0.00016, 0.024 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 0, -2 }, 180.01682, 0.00392, 2.535 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 0.09583, 0.00909, 0.037 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 0, 2 }, 180.04491, 0.00001, 0.018 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 1, 0 }, 0.08195, 0.00080, 0.025 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 2, 0 }, 359.89201, 0.00009, 0.019 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 3, -3, -1 }, 176.99685, 0.00001, 0.074 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 3, -3, 0 }, 180.02281, 0.00005, 6.292 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 3, -2, 0 }, 180.10775, 0.00039, 0.076 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 3, -1, -1 }, 356.99685, 0.00001, 0.077 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 3, 0, -2 }, 180.06452, 0.00004, 0.078 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 3, 0, 0 }, 0.06882, 0.00004, 0.025 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 3, 1, 0 }, 0.06455, 0.00001, 0.019 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 4, -3, 0 }, 178.03962, 0.00001, 0.082 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 4, -2, 0 }, 180.04443, 0.00111, 0.039 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 4, -1, -2 }, 180.29156, 0.00004, 0.084 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 4, -1, 0 }, 180.09393, 0.00053, 0.026 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 4, 0, -2 }, 0.08177, 0.00002, 0.040 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 4, 0, 0 }, 359.94088, 0.00004, 0.019 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 4, 1, 0 }, 0.22960, 0.00005, 0.015 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 6, -3, 0 }, 180.01741, 0.00002, 0.027 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 6, -2, 0 }, 180.02385, 0.00002, 0.020 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 6, -1, 0 }, 0.03861, 0.00002, 0.016 }, + { { 0, 4, -4, 0, 1, 0, 0, 0, -2, 0, 0 }, 345.49724, 0.00005, 0.045 }, + { { 0, 4, -4, 0, 1, 0, 0, 0, -2, 1, 0 }, 171.26416, 0.00003, 0.112 }, + { { 0, 4, -4, 0, 1, 0, 0, 0, 0, 0, 0 }, 171.26416, 0.00002, 0.387 }, + { { 0, 4, -4, 0, 1, 0, 0, 0, 2, -3, 0 }, 168.80203, 0.00002, 0.080 }, + { { 0, 4, -4, 0, 1, 0, 0, 0, 2, -1, 0 }, 140.44758, 0.00006, 0.071 }, + { { 0, 4, -3, -4, 0, 0, 0, 0, 0, 0, 0 }, 30.44665, 0.00001, 0.727 }, + { { 0, 4, -3, -3, 0, 0, 0, 0, 2, -3, 0 }, 304.59359, 0.00001, 0.076 }, + { { 0, 4, -3, -3, 0, 0, 0, 0, 2, -2, 0 }, 303.52601, 0.00004, 7.518 }, + { { 0, 4, -3, -3, 0, 0, 0, 0, 2, -1, 0 }, 304.59359, 0.00001, 0.075 }, + { { 0, 4, -3, -3, 0, 0, 0, 0, 2, 0, 0 }, 303.56343, 0.00001, 0.038 }, + { { 0, 4, -3, -1, 0, 0, 0, 0, 0, 0, 0 }, 180.43456, 0.00002, 0.337 }, + { { 0, 4, -3, 0, -2, 0, 0, 0, -2, 0, 0 }, 78.34422, 0.00001, 0.047 }, + { { 0, 4, -3, 0, -2, 0, 0, 0, -2, 1, 0 }, 119.79024, 0.00001, 0.123 }, + { { 0, 4, -3, 0, -2, 0, 0, 0, -2, 2, 0 }, 88.12706, 0.00003, 0.196 }, + { { 0, 4, -3, 0, -1, 0, 0, 0, -2, 0, 0 }, 178.72242, 0.00001, 0.047 }, + { { 0, 4, -3, 0, -1, 0, 0, 0, -2, 2, 0 }, 178.72242, 0.00001, 0.193 }, + { { 0, 4, -3, 0, -1, 0, 0, 0, 0, -2, 0 }, 181.70649, 0.00001, 0.043 }, + { { 0, 4, -3, 0, -1, 0, 0, 0, 0, 0, 0 }, 181.09447, 0.00005, 0.293 }, + { { 0, 4, -3, 0, -1, 0, 0, 0, 0, 2, 0 }, 181.13891, 0.00002, 0.033 }, + { { 0, 4, -3, 0, -1, 0, 0, 0, 2, -3, 0 }, 3.96421, 0.00002, 0.086 }, + { { 0, 4, -3, 0, -1, 0, 0, 0, 2, -1, 0 }, 183.96421, 0.00002, 0.067 }, + { { 0, 4, -3, 0, -1, 0, 0, 0, 2, 0, 0 }, 3.96498, 0.00007, 0.036 }, + { { 0, 4, -3, 0, 0, -1, 0, 0, -2, 0, 0 }, 180.21419, 0.00001, 0.047 }, + { { 0, 4, -3, 0, 0, -1, 0, 0, -2, 2, 0 }, 0.21419, 0.00001, 0.191 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -4, 0, 0 }, 77.04944, 0.00002, 0.022 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -4, 1, 0 }, 252.25574, 0.00001, 0.031 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -3, 0, 1 }, 103.29894, 0.00002, 0.050 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -3, 1, 1 }, 103.31372, 0.00001, 0.144 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, -1, 0 }, 253.41838, 0.00006, 0.029 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 251.39308, 0.00042, 0.047 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 253.26329, 0.00044, 0.125 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, 2, 0 }, 273.91490, 0.00004, 0.190 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, 3, 0 }, 86.93375, 0.00001, 0.054 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -1, -1, -1 }, 102.95531, 0.00003, 0.028 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -1, -1, 1 }, 283.64678, 0.00007, 0.115 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -1, 0, -1 }, 102.90743, 0.00033, 0.045 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -1, 0, 1 }, 283.31101, 0.00059, 0.220 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -1, 1, -1 }, 103.29964, 0.00017, 0.111 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -1, 1, 1 }, 283.31055, 0.00005, 0.056 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, -2, 0 }, 257.19022, 0.00006, 0.043 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 254.50173, 0.00060, 0.103 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, 0, -1 }, 283.30511, 0.00003, 0.101 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 101.98035, 0.00048, 0.286 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, 0, 1 }, 103.31637, 0.00002, 0.059 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 81.08860, 0.00010, 0.060 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.32050, 0.00029, 0.093 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, -1, 1 }, 283.32776, 0.00017, 0.062 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.34236, 0.00196, 0.408 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, 0, 1 }, 283.32745, 0.00013, 0.034 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, 1, -1 }, 103.32232, 0.00024, 0.064 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, 1, 1 }, 283.33009, 0.00002, 0.024 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, 2, -1 }, 103.31921, 0.00001, 0.035 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, -3, 0 }, 80.97947, 0.00003, 0.087 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, -2, 0 }, 258.84614, 0.00006, 0.579 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 259.39418, 0.00081, 0.067 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, 0, -2 }, 259.84055, 0.00003, 0.717 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, 0, -1 }, 283.34634, 0.00005, 0.067 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 80.72265, 0.00025, 0.035 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, 1, 0 }, 76.58725, 0.00006, 0.024 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 3, -2, -1 }, 103.31817, 0.00001, 1.483 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 3, -1, -1 }, 103.32493, 0.00013, 0.072 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 3, 0, -1 }, 103.32824, 0.00003, 0.037 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 4, -1, 0 }, 85.37853, 0.00001, 0.025 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 4, 0, 0 }, 95.41454, 0.00001, 0.019 }, + { { 0, 4, -3, 0, 1, 0, 0, 0, 0, 0, 0 }, 16.00514, 0.00001, 0.279 }, + { { 0, 4, -2, -4, 0, 0, 0, 0, 0, 0, 0 }, 269.38322, 0.00001, 0.421 }, + { { 0, 4, -2, -4, 0, 0, 0, 0, 2, -3, 0 }, 302.01644, 0.00002, 0.079 }, + { { 0, 4, -2, -4, 0, 0, 0, 0, 2, -1, 0 }, 302.01644, 0.00002, 0.072 }, + { { 0, 4, -2, -2, 0, 0, 0, 0, -2, 0, 0 }, 0.65484, 0.00001, 0.047 }, + { { 0, 4, -2, -2, 0, 0, 0, 0, -2, 2, 0 }, 0.65484, 0.00001, 0.192 }, + { { 0, 4, -2, -2, 0, 0, 0, 0, 0, -2, 0 }, 179.89270, 0.00001, 0.043 }, + { { 0, 4, -2, -2, 0, 0, 0, 0, 0, 0, 0 }, 179.89270, 0.00001, 0.291 }, + { { 0, 4, -2, 0, -3, 0, 0, 0, 0, 0, 0 }, 189.69287, 0.00001, 0.235 }, + { { 0, 4, -2, 0, -2, 0, 0, 0, -2, -2, 0 }, 0.10426, 0.00001, 0.021 }, + { { 0, 4, -2, 0, -2, 0, 0, 0, -2, 2, 0 }, 0.31092, 0.00001, 0.164 }, + { { 0, 4, -2, 0, -2, 0, 0, 0, 0, 0, 0 }, 180.06591, 0.00002, 0.231 }, + { { 0, 4, -2, 0, -1, 0, 0, 0, -2, 0, 0 }, 90.16528, 0.00003, 0.049 }, + { { 0, 4, -2, 0, -1, 0, 0, 0, -2, 2, 0 }, 90.16528, 0.00003, 0.162 }, + { { 0, 4, -2, 0, -1, 0, 0, 0, 0, 0, 0 }, 347.76866, 0.00001, 0.226 }, + { { 0, 4, -2, 0, -1, 0, 0, 0, 0, 2, 0 }, 347.76866, 0.00001, 0.032 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, -2, -1, 0 }, 30.76400, 0.00003, 0.030 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 31.88195, 0.00029, 0.049 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 29.68554, 0.00019, 0.143 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, -2, 2, 0 }, 57.82761, 0.00001, 0.159 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, -1, 0, 0 }, 207.57942, 0.00003, 0.127 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, -1, 0, 1 }, 189.51236, 0.00002, 0.180 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 0, -2, 0 }, 340.90676, 0.00002, 0.045 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 33.16800, 0.00019, 0.114 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 25.92218, 0.00147, 0.222 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 26.01936, 0.00015, 0.056 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 1, 0, -1 }, 11.20963, 0.00003, 0.290 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 1, 0, 0 }, 206.08729, 0.00002, 0.059 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 26.22489, 0.00002, 0.367 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 26.12690, 0.00024, 0.063 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 206.45540, 0.00010, 0.034 }, + { { 0, 4, -1, -7, 0, 0, 0, 0, 2, -3, 0 }, 2.92289, 0.00001, 0.075 }, + { { 0, 4, -1, -7, 0, 0, 0, 0, 2, -2, 0 }, 354.17540, 0.00003, 159.092 }, + { { 0, 4, -1, -7, 0, 0, 0, 0, 2, -1, 0 }, 2.92289, 0.00001, 0.075 }, + { { 0, 4, -1, -5, 0, 0, 0, 0, 0, 0, 0 }, 121.79939, 0.00001, 0.352 }, + { { 0, 4, -1, 0, -3, 0, 0, 0, -2, 0, 0 }, 356.69105, 0.00001, 0.051 }, + { { 0, 4, -1, 0, -3, 0, 0, 0, -2, 2, 0 }, 176.69105, 0.00001, 0.142 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 288.33438, 0.00005, 0.052 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, -2, 1, 0 }, 289.27201, 0.00002, 0.167 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 288.80819, 0.00008, 0.182 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, 1, 0, -1 }, 307.79836, 0.00002, 0.225 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, 2, -2, 0 }, 37.35996, 0.00003, 0.268 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, 2, -1, 0 }, 293.32734, 0.00002, 0.059 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 72.70858, 0.00002, 0.033 }, + { { 0, 4, -1, 0, 1, 0, 0, 0, 2, 0, 0 }, 132.61890, 0.00005, 0.033 }, + { { 0, 4, 0, 0, -2, 0, 0, 0, 2, -2, 0 }, 153.69031, 0.00001, 0.219 }, + { { 0, 4, 0, 0, -2, 0, 0, 0, 2, 0, 0 }, 153.69031, 0.00001, 0.032 }, + { { 0, 4, 0, 0, -1, 0, 0, 0, 2, -2, 0 }, 142.38052, 0.00002, 0.215 }, + { { 0, 4, 0, 0, -1, 0, 0, 0, 2, -1, 0 }, 141.30711, 0.00002, 0.056 }, + { { 0, 4, 0, 0, -1, 0, 0, 0, 2, 0, 0 }, 149.62697, 0.00004, 0.032 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 269.03362, 0.00004, 0.154 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, 128.13758, 0.00001, 0.051 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0 }, 308.15282, 0.00004, 0.030 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 0, 3, 0 }, 128.13758, 0.00001, 0.022 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 2, -3, 0 }, 308.14005, 0.00001, 0.117 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 2, -2, 0 }, 127.98852, 0.00005, 0.212 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 129.66369, 0.00003, 0.032 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 2, 1, 0 }, 308.13758, 0.00002, 0.022 }, + { { 0, 4, 0, 0, 1, 0, 0, 0, 2, -2, 0 }, 299.16176, 0.00001, 0.208 }, + { { 0, 4, 0, 0, 1, 0, 0, 0, 2, -1, 0 }, 299.51644, 0.00003, 0.055 }, + { { 0, 4, 0, 0, 1, 0, 0, 0, 2, 0, 0 }, 296.64426, 0.00003, 0.032 }, + { { 0, 4, 1, 0, -2, 0, 0, 0, 2, -2, 0 }, 225.02101, 0.00001, 0.180 }, + { { 0, 4, 1, 0, -2, 0, 0, 0, 2, 0, 0 }, 45.02101, 0.00001, 0.031 }, + { { 0, 4, 1, 0, -1, 0, 0, 0, 2, -3, 0 }, 129.24544, 0.00002, 0.131 }, + { { 0, 4, 1, 0, -1, 0, 0, 0, 2, -1, 0 }, 129.24544, 0.00002, 0.053 }, + { { 0, 4, 1, 0, -1, 0, 0, 0, 2, 0, 0 }, 128.62194, 0.00004, 0.031 }, + { { 0, 4, 1, 0, -1, 0, 0, 0, 2, 2, 0 }, 129.52985, 0.00001, 0.017 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, -2, 0, 0 }, 302.06274, 0.00004, 0.058 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, -2, 2, 0 }, 302.06668, 0.00005, 0.108 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 59.12941, 0.00002, 0.133 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, 2, -3, 0 }, 217.38922, 0.00001, 0.133 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, 2, -2, 0 }, 218.70738, 0.00002, 0.175 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, 2, -1, 0 }, 217.38922, 0.00001, 0.053 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, 2, 0, 0 }, 218.70738, 0.00002, 0.031 }, + { { 0, 4, 2, -2, 0, 0, 0, 0, 2, -2, 0 }, 308.08815, 0.00001, 0.177 }, + { { 0, 4, 2, -2, 0, 0, 0, 0, 2, 0, 0 }, 308.08815, 0.00001, 0.031 }, + { { 0, 4, 2, 0, -3, 0, 0, 0, 2, -2, 0 }, 318.10782, 0.00001, 0.154 }, + { { 0, 4, 2, 0, -3, 0, 0, 0, 2, 0, 0 }, 318.10782, 0.00001, 0.030 }, + { { 0, 4, 2, 0, -2, 0, 0, 0, 0, 0, 0 }, 308.35654, 0.00001, 0.120 }, + { { 0, 4, 2, 0, -2, 0, 0, 0, 0, 2, 0 }, 128.35654, 0.00001, 0.029 }, + { { 0, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0 }, 333.37104, 0.00002, 0.118 }, + { { 0, 4, 2, 0, 0, 0, 0, 0, 2, -1, 0 }, 153.37104, 0.00003, 0.050 }, + { { 0, 4, 5, 0, 0, 0, 0, 0, -2, 1, 0 }, 169.96004, 0.00002, 49.129 }, + { { 0, 4, 7, 0, -3, 0, 0, 0, 0, -1, 0 }, 163.13458, 0.00002, 152.083 }, + { { 0, 4, 22, -32, 0, 0, 0, 0, -2, 1, 0 }, 215.64594, 0.00001, 154.818 }, + { { 0, 5, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 289.62197, 0.00001, 0.033 }, + { { 0, 5, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 289.62197, 0.00001, 0.244 }, + { { 0, 5, -14, 15, 0, 0, 0, 0, 2, 0, -2 }, 337.84742, 0.00002, 214.986 }, + { { 0, 5, -13, 6, 0, 0, 0, 0, -2, 1, 0 }, 290.07513, 0.00004, 0.076 }, + { { 0, 5, -13, 6, 0, 0, 0, 0, -2, 2, 0 }, 110.09079, 0.00001, 10.901 }, + { { 0, 5, -13, 6, 0, 0, 0, 0, -2, 3, 0 }, 290.07513, 0.00004, 0.075 }, + { { 0, 5, -12, 0, 2, 0, 0, 0, -2, 0, 0 }, 322.73484, 0.00002, 0.035 }, + { { 0, 5, -12, 4, 0, 0, 0, 0, -2, 1, 0 }, 343.45650, 0.00001, 0.076 }, + { { 0, 5, -12, 4, 0, 0, 0, 0, -2, 3, 0 }, 343.45650, 0.00001, 0.075 }, + { { 0, 5, -11, 0, 0, 0, 0, 0, -2, -1, 0 }, 218.75432, 0.00002, 0.024 }, + { { 0, 5, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 217.49970, 0.00001, 0.036 }, + { { 0, 5, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 223.94577, 0.00002, 0.070 }, + { { 0, 5, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 217.49970, 0.00001, 0.910 }, + { { 0, 5, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 66.96899, 0.00002, 0.062 }, + { { 0, 5, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 266.75016, 0.00003, 0.348 }, + { { 0, 5, -11, 0, 0, 0, 0, 0, 0, 1, 0 }, 66.96899, 0.00002, 0.096 }, + { { 0, 5, -11, 0, 1, 0, 0, 0, -2, 1, 0 }, 141.90583, 0.00003, 0.070 }, + { { 0, 5, -11, 0, 2, 0, 0, 0, -2, 0, 0 }, 231.65191, 0.00001, 0.036 }, + { { 0, 5, -11, 0, 2, 0, 0, 0, -2, 1, 0 }, 51.65192, 0.00004, 0.070 }, + { { 0, 5, -11, 0, 2, 0, 0, 0, -2, 2, 0 }, 231.65191, 0.00001, 1.076 }, + { { 0, 5, -11, 0, 3, 0, 0, 0, -2, 0, 0 }, 221.87649, 0.00002, 0.037 }, + { { 0, 5, -11, 2, 0, 0, 0, 0, -2, 0, 0 }, 231.76932, 0.00004, 0.038 }, + { { 0, 5, -11, 2, 0, 0, 0, 0, -2, 1, 0 }, 184.69653, 0.00001, 0.075 }, + { { 0, 5, -11, 2, 0, 0, 0, 0, -2, 2, 0 }, 252.88815, 0.00003, 28.573 }, + { { 0, 5, -11, 2, 0, 0, 0, 0, -2, 3, 0 }, 184.69653, 0.00001, 0.076 }, + { { 0, 5, -10, 0, -1, 0, 0, 0, -2, 1, 0 }, 156.69993, 0.00001, 0.074 }, + { { 0, 5, -10, 0, -1, 0, 0, 0, -2, 3, 0 }, 336.69993, 0.00001, 0.076 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 308.00022, 0.00003, 0.038 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 301.75805, 0.00005, 10.166 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, -1, 0, 0 }, 144.02950, 0.00002, 0.070 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 121.17866, 0.00003, 0.534 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, 2, -2, 0 }, 237.79140, 0.00001, 0.274 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 294.83560, 0.00003, 0.104 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 274.34826, 0.00003, 0.044 }, + { { 0, 5, -10, 0, 0, 1, 0, 0, -2, 1, 0 }, 232.35572, 0.00002, 0.075 }, + { { 0, 5, -10, 0, 0, 3, 0, 0, -2, 1, 0 }, 43.35767, 0.00003, 0.075 }, + { { 0, 5, -10, 0, 0, 3, 0, 0, -2, 3, 0 }, 43.35767, 0.00003, 0.075 }, + { { 0, 5, -10, 0, 1, 0, 0, 0, -2, 0, 0 }, 51.18317, 0.00001, 0.038 }, + { { 0, 5, -10, 0, 1, 0, 0, 0, -2, 1, 0 }, 322.75829, 0.00005, 0.075 }, + { { 0, 5, -10, 0, 1, 0, 0, 0, -2, 2, 0 }, 88.45584, 0.00002, 71.113 }, + { { 0, 5, -10, 0, 1, 0, 0, 0, -2, 3, 0 }, 265.98929, 0.00001, 0.076 }, + { { 0, 5, -10, 0, 1, 0, 0, 0, 0, -1, 0 }, 50.73187, 0.00002, 0.066 }, + { { 0, 5, -10, 0, 1, 0, 0, 0, 0, 0, 0 }, 50.45446, 0.00003, 0.559 }, + { { 0, 5, -10, 0, 1, 0, 0, 0, 0, 1, 0 }, 50.73187, 0.00002, 0.087 }, + { { 0, 5, -10, 0, 2, 0, 0, 0, -2, 1, 0 }, 199.28088, 0.00002, 0.076 }, + { { 0, 5, -10, 0, 2, 0, 0, 0, -2, 2, 0 }, 319.76186, 0.00002, 14.237 }, + { { 0, 5, -10, 0, 3, 0, 0, 0, -2, 1, 0 }, 287.22458, 0.00001, 0.076 }, + { { 0, 5, -10, 0, 3, 0, 0, 0, -2, 3, 0 }, 107.22458, 0.00001, 0.075 }, + { { 0, 5, -10, 3, 0, 0, 0, 0, -2, 0, 0 }, 288.61325, 0.00001, 0.040 }, + { { 0, 5, -10, 3, 0, 0, 0, 0, -2, 2, 0 }, 288.61325, 0.00001, 0.668 }, + { { 0, 5, -10, 3, 0, 0, 0, 0, 0, -1, 0 }, 108.61325, 0.00002, 0.074 }, + { { 0, 5, -10, 3, 0, 0, 0, 0, 0, 1, 0 }, 108.61325, 0.00002, 0.077 }, + { { 0, 5, -10, 7, 0, 0, 0, 0, 2, -3, 0 }, 57.36439, 0.00001, 0.076 }, + { { 0, 5, -10, 7, 0, 0, 0, 0, 2, -1, 0 }, 57.36439, 0.00001, 0.075 }, + { { 0, 5, -9, -2, 0, 0, 0, 0, -2, 1, 0 }, 282.06778, 0.00001, 0.075 }, + { { 0, 5, -9, -2, 0, 0, 0, 0, -2, 3, 0 }, 282.06778, 0.00001, 0.076 }, + { { 0, 5, -9, 0, -1, 0, 0, 0, -2, 0, 0 }, 242.12143, 0.00003, 0.039 }, + { { 0, 5, -9, 0, -1, 0, 0, 0, -2, 1, 0 }, 245.84929, 0.00001, 0.080 }, + { { 0, 5, -9, 0, -1, 0, 0, 0, -2, 2, 0 }, 234.93502, 0.00001, 1.224 }, + { { 0, 5, -9, 0, -1, 0, 0, 0, -2, 3, 0 }, 65.84929, 0.00001, 0.071 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -4, 0, 0 }, 231.78811, 0.00002, 0.020 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -4, 2, 0 }, 54.26162, 0.00001, 0.042 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -2, -1, 0 }, 51.69148, 0.00001, 0.026 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 37.48569, 0.00005, 0.039 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -2, 0, 2 }, 231.78811, 0.00001, 0.810 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 56.69065, 0.00006, 0.081 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -2, 2, 0 }, 44.85095, 0.00002, 1.109 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -2, 2, 2 }, 231.78811, 0.00001, 0.036 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -2, 3, 0 }, 83.21433, 0.00003, 0.071 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 309.41372, 0.00013, 0.076 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -1, 1, 0 }, 321.17371, 0.00015, 68.379 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -1, 2, 0 }, 232.23305, 0.00004, 0.075 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 197.52411, 0.00017, 1.146 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 0, 1, -2 }, 51.78811, 0.00002, 0.069 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 172.34970, 0.00007, 0.081 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 1, 0, 0 }, 128.61003, 0.00002, 0.087 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 173.77229, 0.00022, 0.094 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 173.57201, 0.00020, 0.042 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 2, 1, 0 }, 173.89612, 0.00002, 0.027 }, + { { 0, 5, -9, 0, 1, 0, 0, 0, -2, 0, 0 }, 41.51655, 0.00003, 0.039 }, + { { 0, 5, -9, 0, 1, 0, 0, 0, -2, 1, 0 }, 41.89534, 0.00002, 0.082 }, + { { 0, 5, -9, 0, 1, 0, 0, 0, -2, 2, 0 }, 43.66993, 0.00001, 1.014 }, + { { 0, 5, -9, 0, 1, 0, 0, 0, 0, 0, 0 }, 233.64020, 0.00001, 1.269 }, + { { 0, 5, -9, 2, 0, 0, 0, 0, 0, 0, 0 }, 254.95721, 0.00001, 5.236 }, + { { 0, 5, -9, 3, 0, 0, 0, 0, 1, -2, 1 }, 188.34521, 0.00007, 413.749 }, + { { 0, 5, -9, 5, 0, 0, 0, 0, 2, -3, 0 }, 199.05792, 0.00002, 0.076 }, + { { 0, 5, -9, 5, 0, 0, 0, 0, 2, -1, 0 }, 199.05792, 0.00002, 0.075 }, + { { 0, 5, -8, -3, 0, 0, 0, 0, -2, 0, 0 }, 355.30839, 0.00001, 0.038 }, + { { 0, 5, -8, -3, 0, 0, 0, 0, -2, 2, 0 }, 355.30839, 0.00001, 3.262 }, + { { 0, 5, -8, -2, 0, 0, 0, 0, -2, 1, 0 }, 11.00576, 0.00002, 0.081 }, + { { 0, 5, -8, -2, 0, 0, 0, 0, -2, 3, 0 }, 11.00576, 0.00002, 0.071 }, + { { 0, 5, -8, 0, -2, 0, 0, 0, 0, -1, 0 }, 18.04124, 0.00003, 0.075 }, + { { 0, 5, -8, 0, -2, 0, 0, 0, 0, 1, 0 }, 18.04124, 0.00003, 0.076 }, + { { 0, 5, -8, 0, -1, 0, 0, 0, -2, 0, 0 }, 235.67262, 0.00001, 0.040 }, + { { 0, 5, -8, 0, -1, 0, 0, 0, -2, 1, 0 }, 55.67262, 0.00003, 0.087 }, + { { 0, 5, -8, 0, -1, 0, 0, 0, 0, -1, 0 }, 147.01258, 0.00002, 0.076 }, + { { 0, 5, -8, 0, -1, 0, 0, 0, 0, 1, 0 }, 147.01258, 0.00002, 0.075 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -4, 0, 0 }, 80.54604, 0.00003, 0.020 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -4, 1, 0 }, 72.16531, 0.00006, 0.028 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -4, 2, 0 }, 86.04906, 0.00005, 0.044 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, -2, 0 }, 97.67962, 0.00003, 0.020 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, -1, 0 }, 71.27538, 0.00022, 0.026 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 72.10378, 0.00231, 0.041 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, 0, 2 }, 72.24117, 0.00005, 0.447 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 72.39651, 0.00337, 0.088 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 59.62185, 0.00011, 0.526 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -1, 0, 0 }, 251.68162, 0.00007, 0.082 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, -3, 0 }, 66.90891, 0.00001, 0.025 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 67.59342, 0.00028, 0.038 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 69.47888, 0.00418, 0.076 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 0, -2 }, 252.37603, 0.00001, 0.037 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 0, -1 }, 243.76431, 0.00006, 0.075 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 70.23554, 0.02296, 7.836 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 0, 2 }, 252.37603, 0.00001, 0.037 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 1, -1 }, 63.75271, 0.00002, 25.549 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 69.45228, 0.00403, 0.075 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 2, 0 }, 69.29890, 0.00027, 0.038 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 3, 0 }, 68.82349, 0.00001, 0.025 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 1, 0, -1 }, 67.68815, 0.00012, 1.080 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 1, 0, 0 }, 255.04423, 0.00003, 0.080 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 1, 1, -1 }, 272.36718, 0.00001, 0.081 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, -2, 0 }, 73.52502, 0.00009, 0.607 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 72.29866, 0.00253, 0.086 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, 0, -2 }, 71.63609, 0.00004, 0.505 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 71.42136, 0.00166, 0.040 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, 1, 0 }, 71.03193, 0.00017, 0.026 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, 2, 0 }, 71.63092, 0.00002, 0.019 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 3, 0, -1 }, 272.20436, 0.00001, 0.042 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 4, -2, 0 }, 72.85672, 0.00002, 0.043 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 4, -1, 0 }, 71.87079, 0.00003, 0.028 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 4, 0, 0 }, 71.63522, 0.00002, 0.020 }, + { { 0, 5, -8, 0, 1, 0, 0, 0, 0, 0, 0 }, 199.48777, 0.00001, 4.719 }, + { { 0, 5, -8, 0, 2, 0, 0, 0, 0, -1, 0 }, 91.99814, 0.00003, 0.077 }, + { { 0, 5, -8, 0, 2, 0, 0, 0, 0, 0, 0 }, 267.14024, 0.00005, 3.376 }, + { { 0, 5, -8, 0, 2, 0, 0, 0, 0, 1, 0 }, 91.99814, 0.00003, 0.074 }, + { { 0, 5, -8, 0, 2, 0, 0, 0, 2, -1, 0 }, 270.98712, 0.00002, 0.085 }, + { { 0, 5, -8, 0, 3, 0, 0, 0, 0, 0, 0 }, 193.73834, 0.00004, 2.628 }, + { { 0, 5, -8, 2, 0, 0, 0, 0, 0, 0, 0 }, 93.11365, 0.00001, 0.840 }, + { { 0, 5, -8, 3, 0, 0, 0, 0, 2, -3, 0 }, 356.82216, 0.00003, 0.075 }, + { { 0, 5, -8, 3, 0, 0, 0, 0, 2, -2, 0 }, 175.16167, 0.00002, 19.475 }, + { { 0, 5, -8, 3, 0, 0, 0, 0, 2, -1, 0 }, 356.82216, 0.00003, 0.076 }, + { { 0, 5, -8, 4, 0, 0, 0, 0, 0, 0, 0 }, 30.59227, 0.00001, 0.444 }, + { { 0, 5, -7, -4, 0, 0, 0, 0, 0, 0, 0 }, 112.33611, 0.00005, 1.001 }, + { { 0, 5, -7, -4, 0, 0, 0, 0, 2, -1, 0 }, 112.33521, 0.00004, 0.095 }, + { { 0, 5, -7, -4, 0, 0, 0, 0, 2, 0, 0 }, 112.33521, 0.00004, 0.042 }, + { { 0, 5, -7, -3, 0, 0, 0, 0, 0, 0, 0 }, 27.05346, 0.00001, 2.139 }, + { { 0, 5, -7, -2, 0, 0, 0, 0, 0, -1, 0 }, 166.34359, 0.00001, 0.076 }, + { { 0, 5, -7, -2, 0, 0, 0, 0, 0, 1, 0 }, 166.34359, 0.00001, 0.075 }, + { { 0, 5, -7, 0, -2, 0, 0, 0, -2, 0, 0 }, 51.83285, 0.00001, 0.042 }, + { { 0, 5, -7, 0, -2, 0, 0, 0, -2, 2, 0 }, 231.83285, 0.00001, 0.366 }, + { { 0, 5, -7, 0, -1, 0, 0, 0, 1, 0, -1 }, 207.41341, 0.00002, 95.659 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -4, 0, 0 }, 167.94774, 0.00004, 0.021 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -4, 1, 0 }, 165.47318, 0.00007, 0.028 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -4, 2, 0 }, 165.11367, 0.00005, 0.046 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, -2, 0 }, 167.04578, 0.00003, 0.020 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, -1, 0 }, 166.64575, 0.00023, 0.027 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 169.34099, 0.00290, 0.042 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, 0, 2 }, 168.29770, 0.00002, 0.309 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 168.34997, 0.00365, 0.097 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 173.54094, 0.00015, 0.345 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, -1, -1 }, 169.32703, 0.00004, 0.026 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, -1, 1 }, 166.06523, 0.00006, 0.090 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, 0, -1 }, 169.22225, 0.00034, 0.041 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 344.09104, 0.00008, 0.089 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, 0, 1 }, 350.57298, 0.00045, 0.458 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, 1, -1 }, 349.85223, 0.00009, 0.088 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, 1, 1 }, 0.61555, 0.00003, 0.065 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, 2, -1 }, 349.42896, 0.00003, 0.541 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, -2, 0 }, 158.72095, 0.00007, 0.039 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 170.32184, 0.00142, 0.082 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 170.49227, 0.00818, 0.887 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 169.10744, 0.00129, 0.070 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, 2, 0 }, 175.28373, 0.00009, 0.036 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, -2, -1 }, 169.35770, 0.00017, 0.038 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, -2, 0 }, 350.19402, 0.00002, 0.077 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, -1, -1 }, 169.37065, 0.00271, 0.076 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, -1, 0 }, 155.87557, 0.00002, 4.156 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, -1, 1 }, 350.54413, 0.00046, 0.073 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 0, -3 }, 350.29441, 0.00002, 0.037 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 0, -1 }, 169.26762, 0.01810, 13.541 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 0, 0 }, 154.98152, 0.00020, 0.074 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 0, 1 }, 349.30721, 0.00163, 0.037 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 1, -1 }, 169.37065, 0.00271, 0.075 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 1, 1 }, 349.28233, 0.00018, 0.025 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 2, -1 }, 169.37065, 0.00018, 0.038 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, -3, 0 }, 137.60469, 0.00002, 0.072 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, -2, 0 }, 160.98271, 0.00011, 1.547 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, -1, -2 }, 195.24922, 0.00004, 0.070 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 164.29973, 0.00281, 0.079 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, 0, -2 }, 175.20334, 0.00007, 1.021 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 166.82596, 0.00093, 0.039 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, 1, -2 }, 15.24922, 0.00005, 0.081 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, 1, 0 }, 167.05949, 0.00010, 0.026 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 3, -2, -1 }, 349.43025, 0.00003, 0.588 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 3, -1, -1 }, 349.57483, 0.00018, 0.087 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 3, -1, 1 }, 349.28236, 0.00004, 0.026 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 3, 0, -1 }, 169.26684, 0.00014, 0.040 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 3, 0, 1 }, 349.28241, 0.00002, 0.019 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 3, 1, -1 }, 169.32703, 0.00004, 0.026 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 4, -2, 0 }, 148.05110, 0.00002, 0.042 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 4, -1, -2 }, 195.30912, 0.00001, 0.095 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 4, -1, 0 }, 161.09427, 0.00005, 0.027 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 4, 0, -2 }, 15.23270, 0.00004, 0.042 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 4, 0, 0 }, 166.81601, 0.00005, 0.020 }, + { { 0, 5, -7, 0, 0, 1, 0, 0, 0, 0, 0 }, 268.92224, 0.00001, 0.861 }, + { { 0, 5, -7, 0, 2, 0, 0, 0, -2, 0, 0 }, 179.89829, 0.00002, 0.043 }, + { { 0, 5, -7, 0, 2, 0, 0, 0, 0, -1, 0 }, 359.85921, 0.00003, 0.084 }, + { { 0, 5, -7, 0, 2, 0, 0, 0, 0, 0, 0 }, 175.80398, 0.00003, 0.771 }, + { { 0, 5, -7, 0, 2, 0, 0, 0, 0, 1, 0 }, 359.85921, 0.00003, 0.069 }, + { { 0, 5, -7, 0, 2, 0, 0, 0, 0, 2, 0 }, 359.88005, 0.00001, 0.036 }, + { { 0, 5, -7, 0, 2, 0, 0, 0, 2, -1, 0 }, 164.68671, 0.00004, 0.078 }, + { { 0, 5, -7, 0, 2, 0, 0, 0, 2, 0, 0 }, 359.95362, 0.00001, 0.038 }, + { { 0, 5, -7, 0, 3, 0, 0, 0, 0, 0, 0 }, 169.63002, 0.00001, 0.724 }, + { { 0, 5, -7, 0, 3, 0, 0, 0, 2, 0, 0 }, 170.12878, 0.00003, 0.038 }, + { { 0, 5, -7, 2, 0, 0, 0, 0, 2, -3, 0 }, 337.23945, 0.00002, 0.078 }, + { { 0, 5, -7, 2, 0, 0, 0, 0, 2, -2, 0 }, 0.18132, 0.00003, 2.398 }, + { { 0, 5, -7, 2, 0, 0, 0, 0, 2, -1, 0 }, 337.23945, 0.00002, 0.073 }, + { { 0, 5, -7, 2, 0, 0, 0, 0, 2, 0, -2 }, 185.59480, 0.00002, 11.983 }, + { { 0, 5, -7, 2, 0, 0, 0, 0, 2, 0, 0 }, 0.18132, 0.00003, 0.037 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, -4, 1, 0 }, 9.41215, 0.00001, 0.028 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, -2, -1, 0 }, 9.41215, 0.00004, 0.026 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, -2, 0, 0 }, 9.36573, 0.00032, 0.040 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, -2, 1, 0 }, 10.18461, 0.00054, 0.087 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, -2, 2, 0 }, 9.41215, 0.00002, 0.563 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 0, -2, 0 }, 5.59985, 0.00004, 0.038 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 0, -1, 0 }, 5.26116, 0.00053, 0.075 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 0, 0, 0 }, 9.00497, 0.00323, 1137.638 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 0, 1, 0 }, 5.25591, 0.00053, 0.075 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 0, 2, 0 }, 5.60034, 0.00004, 0.038 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 2, -2, 0 }, 9.40021, 0.00002, 0.564 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 2, -1, 0 }, 10.17222, 0.00054, 0.087 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 2, 0, 0 }, 9.35498, 0.00032, 0.040 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 2, 1, 0 }, 9.40021, 0.00004, 0.026 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 4, -1, 0 }, 9.40021, 0.00001, 0.028 }, + { { 0, 5, -6, -2, 0, 0, 0, 0, 1, 0, -1 }, 79.70022, 0.00003, 95.404 }, + { { 0, 5, -6, 0, -1, 0, 0, 0, -2, 0, 0 }, 104.02458, 0.00001, 0.044 }, + { { 0, 5, -6, 0, -1, 0, 0, 0, -2, 2, 0 }, 284.02458, 0.00001, 0.262 }, + { { 0, 5, -6, 0, -1, 0, 0, 0, 0, -2, 0 }, 27.69645, 0.00001, 0.041 }, + { { 0, 5, -6, 0, -1, 0, 0, 0, 0, 0, 0 }, 207.69645, 0.00001, 0.489 }, + { { 0, 5, -6, 0, -1, 0, 0, 0, 2, -3, 0 }, 284.86700, 0.00002, 0.077 }, + { { 0, 5, -6, 0, -1, 0, 0, 0, 2, -1, 0 }, 104.86700, 0.00002, 0.074 }, + { { 0, 5, -6, 0, 0, -1, 0, 0, 2, 0, -2 }, 3.42159, 0.00002, 72.134 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, -2, 0 }, 273.77149, 0.00002, 0.020 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, -1, 0 }, 87.46616, 0.00014, 0.028 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 85.42560, 0.00113, 0.044 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, 0, 2 }, 86.20463, 0.00001, 0.236 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, 1, -2 }, 272.29577, 0.00001, 0.028 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 85.33308, 0.00116, 0.107 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, 2, -2 }, 92.32294, 0.00001, 0.044 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 82.61303, 0.00003, 0.256 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, 3, 0 }, 282.77548, 0.00002, 0.058 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, -1, 1 }, 256.39642, 0.00001, 0.099 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 0, -1 }, 75.47995, 0.00018, 0.042 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 0, 0 }, 93.81824, 0.00002, 0.098 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 0, 1 }, 256.59686, 0.00039, 0.314 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 1, -1 }, 77.18686, 0.00008, 0.096 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 1, 1 }, 256.33222, 0.00004, 0.061 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, -3, 0 }, 92.13803, 0.00002, 0.027 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, -2, 0 }, 91.09474, 0.00023, 0.041 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, -1, -2 }, 272.30456, 0.00012, 0.026 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 91.39858, 0.00386, 0.090 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 0, -2 }, 272.29649, 0.00072, 0.040 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 0, -1 }, 76.38477, 0.00005, 0.089 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 272.66896, 0.00367, 0.470 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 0, 1 }, 76.33156, 0.00002, 0.064 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 1, -2 }, 92.39080, 0.00026, 0.087 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 272.32204, 0.00084, 0.065 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 2, -2 }, 92.32294, 0.00008, 0.557 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 2, 0 }, 272.47157, 0.00005, 0.035 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, -2, -1 }, 76.37594, 0.00003, 0.039 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, -1, -1 }, 76.45309, 0.00046, 0.082 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, -1, 0 }, 92.55331, 0.00003, 0.806 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, -1, 1 }, 256.38519, 0.00030, 0.068 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 0, -2 }, 92.29756, 0.00003, 0.081 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 0, -1 }, 76.35549, 0.00310, 0.931 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 0, 0 }, 90.73411, 0.00015, 0.069 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 0, 1 }, 253.95918, 0.00031, 0.036 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 1, -1 }, 76.59721, 0.00037, 0.070 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 1, 1 }, 254.70303, 0.00003, 0.024 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 2, -1 }, 76.37628, 0.00003, 0.036 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -3, -2 }, 272.34704, 0.00004, 0.025 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -3, 0 }, 133.38444, 0.00002, 0.078 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -2, -2 }, 272.31229, 0.00050, 0.038 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 102.69627, 0.00011, 2.828 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -1, -4 }, 92.43617, 0.00001, 0.025 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -1, -2 }, 272.30952, 0.00742, 0.076 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -1, -1 }, 253.68024, 0.00003, 5.352 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 271.88133, 0.02267, 0.073 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -1, 2 }, 91.81894, 0.00005, 0.025 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 0, -4 }, 92.54150, 0.00007, 0.037 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 0, -2 }, 272.29577, 0.05272, 49.790 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 0, -1 }, 256.36944, 0.00037, 0.074 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 92.87057, 0.00342, 0.037 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 1, -2 }, 272.31229, 0.00738, 0.075 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 1, -1 }, 256.36944, 0.00002, 0.037 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 1, 0 }, 93.23879, 0.00045, 0.025 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 2, -2 }, 272.31229, 0.00050, 0.038 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 2, 0 }, 92.36618, 0.00006, 0.019 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 3, -2 }, 272.31229, 0.00004, 0.025 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 3, -3, 0 }, 91.84748, 0.00001, 1.875 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 3, -1, -1 }, 262.23417, 0.00012, 0.080 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 3, 0, -1 }, 76.40167, 0.00003, 0.039 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 3, 0, 0 }, 92.45498, 0.00002, 0.025 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, -2, -2 }, 92.32294, 0.00008, 0.570 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, -2, 0 }, 273.21121, 0.00032, 0.040 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, -1, -2 }, 92.35993, 0.00039, 0.087 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, -1, 0 }, 273.38024, 0.00015, 0.026 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, 0, -2 }, 272.29471, 0.00049, 0.040 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, 0, 0 }, 98.61661, 0.00008, 0.019 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, 1, -2 }, 272.30561, 0.00010, 0.026 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, 1, 0 }, 92.57159, 0.00001, 0.015 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 6, -2, -2 }, 92.32294, 0.00001, 0.044 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 6, -1, -2 }, 272.29577, 0.00001, 0.028 }, + { { 0, 5, -6, 0, 0, 1, 0, 0, 2, -3, 0 }, 179.77012, 0.00002, 0.078 }, + { { 0, 5, -6, 0, 0, 1, 0, 0, 2, -1, 0 }, 179.77012, 0.00002, 0.073 }, + { { 0, 5, -6, 0, 1, 0, 0, 0, -2, 0, 0 }, 191.56646, 0.00009, 0.044 }, + { { 0, 5, -6, 0, 1, 0, 0, 0, -2, 1, 0 }, 189.25424, 0.00001, 0.108 }, + { { 0, 5, -6, 0, 1, 0, 0, 0, 0, 0, 0 }, 324.10636, 0.00002, 0.452 }, + { { 0, 5, -6, 0, 1, 0, 0, 0, 2, -3, 0 }, 201.09942, 0.00002, 0.078 }, + { { 0, 5, -6, 0, 2, 0, 0, 0, 0, 0, 0 }, 72.94278, 0.00002, 0.436 }, + { { 0, 5, -6, 0, 2, 0, 0, 0, 2, -3, 0 }, 257.29730, 0.00002, 0.079 }, + { { 0, 5, -6, 0, 2, 0, 0, 0, 2, -1, 0 }, 257.29730, 0.00002, 0.073 }, + { { 0, 5, -6, 1, 0, 0, 0, 0, 0, 0, 0 }, 179.54975, 0.00001, 0.376 }, + { { 0, 5, -6, 2, 0, 0, 0, 0, 2, -3, 0 }, 223.65699, 0.00002, 0.084 }, + { { 0, 5, -6, 2, 0, 0, 0, 0, 2, -2, 0 }, 43.65699, 0.00002, 0.706 }, + { { 0, 5, -6, 2, 0, 0, 0, 0, 2, -1, 0 }, 223.65699, 0.00002, 0.068 }, + { { 0, 5, -6, 2, 0, 0, 0, 0, 2, 0, 0 }, 43.65699, 0.00002, 0.036 }, + { { 0, 5, -6, 3, 0, 0, 0, 0, -2, 0, 0 }, 236.42088, 0.00002, 0.048 }, + { { 0, 5, -6, 3, 0, 0, 0, 0, -2, 2, 0 }, 236.42088, 0.00002, 0.182 }, + { { 0, 5, -5, -4, 0, 0, 0, 0, -2, 0, 0 }, 261.37065, 0.00003, 0.042 }, + { { 0, 5, -5, -4, 0, 0, 0, 0, -2, 1, 0 }, 261.37065, 0.00002, 0.095 }, + { { 0, 5, -5, -4, 0, 0, 0, 0, 0, 0, 0 }, 244.15123, 0.00002, 0.999 }, + { { 0, 5, -5, -3, 0, 0, 0, 0, 2, -3, 0 }, 34.53318, 0.00001, 0.074 }, + { { 0, 5, -5, -3, 0, 0, 0, 0, 2, -1, 0 }, 34.53318, 0.00001, 0.077 }, + { { 0, 5, -5, 0, -2, 0, 0, 0, -2, 0, 0 }, 205.43527, 0.00001, 0.046 }, + { { 0, 5, -5, 0, -1, 0, 0, 0, -2, 0, 0 }, 191.39795, 0.00006, 0.046 }, + { { 0, 5, -5, 0, -1, 0, 0, 0, -2, 1, 0 }, 13.05207, 0.00001, 0.119 }, + { { 0, 5, -5, 0, -1, 0, 0, 0, -2, 2, 0 }, 185.53189, 0.00001, 0.208 }, + { { 0, 5, -5, 0, -1, 0, 0, 0, -2, 3, 0 }, 193.05207, 0.00001, 0.055 }, + { { 0, 5, -5, 0, -1, 0, 0, 0, 0, -2, 0 }, 193.05207, 0.00001, 0.043 }, + { { 0, 5, -5, 0, -1, 0, 0, 0, 0, 0, 0 }, 54.38763, 0.00002, 0.329 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -4, -1, 0 }, 179.51709, 0.00001, 0.017 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -4, 0, 0 }, 359.11543, 0.00003, 0.022 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -4, 1, 0 }, 358.79444, 0.00003, 0.030 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -4, 2, 0 }, 1.01011, 0.00002, 0.050 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -2, -1, 0 }, 356.50464, 0.00004, 0.029 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 358.24987, 0.00120, 0.046 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 358.30351, 0.00104, 0.120 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 358.89631, 0.00018, 0.204 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -2, 3, 0 }, 356.39149, 0.00003, 0.055 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -1, -1, 0 }, 180.28601, 0.00001, 0.044 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -1, 0, 0 }, 0.06601, 0.00019, 0.108 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -1, 0, 1 }, 14.86339, 0.00004, 0.239 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -1, 1, 0 }, 0.00057, 0.00005, 0.249 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, -3, 0 }, 356.53637, 0.00002, 0.027 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, -2, 0 }, 359.83751, 0.00014, 0.043 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 358.67902, 0.00197, 0.099 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 0, -2 }, 175.22001, 0.00011, 0.042 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 180.02851, 0.03305, 0.320 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 0, 2 }, 0.11789, 0.00003, 0.033 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 1, -2 }, 184.32086, 0.00004, 0.096 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 180.05132, 0.00532, 0.061 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 2, 0 }, 180.02746, 0.00043, 0.034 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 3, 0 }, 179.99427, 0.00004, 0.023 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 4, 0 }, 180.02855, 0.00001, 0.018 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 1, -2, 0 }, 183.17846, 0.00002, 0.091 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 1, -1, -1 }, 190.02421, 0.00002, 0.089 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 1, -1, 0 }, 0.13708, 0.00009, 0.446 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 1, 0, -2 }, 180.06353, 0.00004, 0.088 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 1, 0, -1 }, 190.02421, 0.00027, 0.482 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 1, 0, 0 }, 0.29382, 0.00064, 0.065 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 1, 1, -1 }, 190.02421, 0.00002, 0.065 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 1, 1, 0 }, 0.44244, 0.00003, 0.035 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, -2, 0 }, 180.03008, 0.00124, 0.739 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, -1, -2 }, 174.64815, 0.00009, 0.082 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 180.07299, 0.03759, 0.068 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, -1, 2 }, 0.03914, 0.00008, 0.024 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 0, -2 }, 179.89773, 0.00126, 0.980 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 0.04788, 0.00952, 0.036 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 0, 2 }, 180.02209, 0.00004, 0.018 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 1, -2 }, 355.44353, 0.00008, 0.070 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 1, 0 }, 0.01666, 0.00080, 0.024 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 2, 0 }, 359.87478, 0.00012, 0.018 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 3, -2, 0 }, 0.15837, 0.00012, 0.073 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 3, -1, -2 }, 0.06258, 0.00001, 7.515 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 3, -1, -1 }, 179.36156, 0.00002, 0.074 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 3, 0, -2 }, 0.06353, 0.00018, 0.075 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 3, 0, 0 }, 0.08032, 0.00003, 0.025 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 3, 1, 0 }, 0.06634, 0.00001, 0.019 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 4, -3, 0 }, 182.09188, 0.00003, 0.078 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 4, -2, 0 }, 180.06602, 0.00052, 0.038 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 4, -1, -2 }, 180.04945, 0.00004, 0.080 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 4, -1, 0 }, 180.06925, 0.00016, 0.025 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 4, 0, -2 }, 0.01779, 0.00002, 0.039 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 4, 0, 0 }, 359.97634, 0.00010, 0.019 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 4, 1, 0 }, 0.01350, 0.00004, 0.015 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 6, -1, 0 }, 0.03501, 0.00001, 0.016 }, + { { 0, 5, -5, 0, 1, 0, 0, 0, -2, 0, 0 }, 345.67910, 0.00004, 0.046 }, + { { 0, 5, -5, 0, 1, 0, 0, 0, -2, 1, 0 }, 171.26140, 0.00001, 0.121 }, + { { 0, 5, -5, 0, 1, 0, 0, 0, -2, 3, 0 }, 351.26140, 0.00001, 0.055 }, + { { 0, 5, -5, 0, 1, 0, 0, 0, 0, 0, 0 }, 171.26140, 0.00002, 0.311 }, + { { 0, 5, -5, 0, 1, 0, 0, 0, 2, -2, 0 }, 166.28960, 0.00002, 0.695 }, + { { 0, 5, -5, 0, 1, 0, 0, 0, 2, -1, 0 }, 346.28964, 0.00004, 0.068 }, + { { 0, 5, -5, 0, 1, 0, 0, 0, 2, 0, 0 }, 158.61754, 0.00003, 0.036 }, + { { 0, 5, -4, -3, 0, 0, 0, 0, 2, -3, 0 }, 123.56068, 0.00002, 0.080 }, + { { 0, 5, -4, -3, 0, 0, 0, 0, 2, -2, 0 }, 303.56068, 0.00001, 1.318 }, + { { 0, 5, -4, -3, 0, 0, 0, 0, 2, -1, 0 }, 123.56068, 0.00002, 0.071 }, + { { 0, 5, -4, -3, 0, 0, 0, 0, 2, 0, 0 }, 303.56068, 0.00001, 0.037 }, + { { 0, 5, -4, -1, 0, 0, 0, 0, 0, 0, 0 }, 180.43180, 0.00001, 0.278 }, + { { 0, 5, -4, 0, -3, 0, 0, 0, 0, 0, 0 }, 113.52150, 0.00002, 0.258 }, + { { 0, 5, -4, 0, -2, 0, 0, 0, 0, 0, 0 }, 276.75251, 0.00001, 0.253 }, + { { 0, 5, -4, 0, -1, 0, 0, 0, -2, 0, 0 }, 178.69827, 0.00001, 0.048 }, + { { 0, 5, -4, 0, -1, 0, 0, 0, -2, 1, 0 }, 181.48661, 0.00003, 0.134 }, + { { 0, 5, -4, 0, -1, 0, 0, 0, -2, 2, 0 }, 178.69827, 0.00001, 0.172 }, + { { 0, 5, -4, 0, -1, 0, 0, 0, -2, 3, 0 }, 1.48661, 0.00003, 0.052 }, + { { 0, 5, -4, 0, -1, 0, 0, 0, 0, -2, 0 }, 181.70083, 0.00001, 0.045 }, + { { 0, 5, -4, 0, -1, 0, 0, 0, 0, -1, 0 }, 181.27481, 0.00001, 0.109 }, + { { 0, 5, -4, 0, -1, 0, 0, 0, 0, 0, 0 }, 181.47093, 0.00008, 0.247 }, + { { 0, 5, -4, 0, -1, 0, 0, 0, 0, 1, 0 }, 181.27481, 0.00001, 0.058 }, + { { 0, 5, -4, 0, -1, 0, 0, 0, 2, -2, 0 }, 183.92490, 0.00002, 0.441 }, + { { 0, 5, -4, 0, -1, 0, 0, 0, 2, -1, 0 }, 183.92490, 0.00002, 0.064 }, + { { 0, 5, -4, 0, -1, 0, 0, 0, 2, 0, 0 }, 3.92490, 0.00002, 0.035 }, + { { 0, 5, -4, 0, 0, -1, 0, 0, -2, 0, 0 }, 180.21143, 0.00001, 0.048 }, + { { 0, 5, -4, 0, 0, -1, 0, 0, -2, 2, 0 }, 0.21143, 0.00001, 0.170 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -3, 0, 1 }, 103.29032, 0.00002, 0.051 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -2, -1, 0 }, 249.56000, 0.00002, 0.030 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 234.17859, 0.00008, 0.049 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 250.50591, 0.00018, 0.136 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -2, 2, 0 }, 283.55545, 0.00002, 0.169 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -2, 3, 0 }, 250.73214, 0.00001, 0.052 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -1, -1, -1 }, 103.29720, 0.00002, 0.029 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -1, -1, 1 }, 283.72475, 0.00005, 0.124 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -1, 0, -1 }, 103.29470, 0.00029, 0.046 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -1, 0, 1 }, 283.46054, 0.00042, 0.193 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -1, 1, -1 }, 103.29323, 0.00014, 0.119 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -1, 1, 1 }, 283.41504, 0.00003, 0.054 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 241.55316, 0.00001, 0.045 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 253.94078, 0.00019, 0.110 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 0, 0, -1 }, 283.30956, 0.00001, 0.108 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 95.59954, 0.00029, 0.242 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 75.10590, 0.00005, 0.058 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.32065, 0.00022, 0.098 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, -1, 1 }, 283.32669, 0.00012, 0.060 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.32721, 0.00145, 0.325 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, 0, 1 }, 283.32388, 0.00008, 0.033 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, 1, -1 }, 103.32371, 0.00016, 0.061 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 266.99682, 0.00004, 0.425 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 263.82534, 0.00052, 0.064 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, 0, -2 }, 262.83182, 0.00002, 0.495 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, 0, -1 }, 283.34881, 0.00003, 0.065 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 81.92619, 0.00031, 0.035 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, 1, 0 }, 78.76471, 0.00007, 0.024 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 3, -1, -1 }, 103.32345, 0.00006, 0.069 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 3, 0, -1 }, 103.32679, 0.00003, 0.036 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 4, -1, 0 }, 83.78464, 0.00002, 0.025 }, + { { 0, 5, -3, -13, 0, 0, 0, 0, -2, 1, 0 }, 328.44350, 0.00001, 0.075 }, + { { 0, 5, -3, -13, 0, 0, 0, 0, -2, 3, 0 }, 328.44350, 0.00001, 0.075 }, + { { 0, 5, -3, -4, 0, 0, 0, 0, 0, 0, 0 }, 303.53613, 0.00001, 0.333 }, + { { 0, 5, -3, -3, 0, 0, 0, 0, -2, 0, 0 }, 336.21945, 0.00001, 0.047 }, + { { 0, 5, -3, -3, 0, 0, 0, 0, -2, 2, 0 }, 336.21945, 0.00001, 0.188 }, + { { 0, 5, -3, -2, 0, 0, 0, 0, -2, 0, 0 }, 0.62159, 0.00001, 0.048 }, + { { 0, 5, -3, -2, 0, 0, 0, 0, -2, 1, 0 }, 179.68977, 0.00002, 0.135 }, + { { 0, 5, -3, -2, 0, 0, 0, 0, -2, 2, 0 }, 0.62159, 0.00001, 0.171 }, + { { 0, 5, -3, -2, 0, 0, 0, 0, 0, -2, 0 }, 179.88994, 0.00001, 0.045 }, + { { 0, 5, -3, -2, 0, 0, 0, 0, 0, 0, 0 }, 179.88994, 0.00001, 0.246 }, + { { 0, 5, -3, 0, -2, 0, 0, 0, -2, -2, 0 }, 0.10150, 0.00001, 0.022 }, + { { 0, 5, -3, 0, -2, 0, 0, 0, -2, 2, 0 }, 0.30858, 0.00002, 0.149 }, + { { 0, 5, -3, 0, -2, 0, 0, 0, 0, -2, 0 }, 359.76298, 0.00002, 0.046 }, + { { 0, 5, -3, 0, -1, 0, 0, 0, -2, 0, 0 }, 89.84334, 0.00002, 0.051 }, + { { 0, 5, -3, 0, -1, 0, 0, 0, -2, 2, 0 }, 269.84334, 0.00002, 0.147 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, -2, -1, 0 }, 28.89356, 0.00003, 0.030 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 29.99973, 0.00028, 0.051 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 28.13268, 0.00017, 0.157 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, -2, 2, 0 }, 25.99616, 0.00002, 0.145 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, -1, 0, -1 }, 185.74220, 0.00001, 0.048 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, -1, 0, 0 }, 205.64246, 0.00002, 0.138 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, -1, 0, 1 }, 188.99350, 0.00001, 0.162 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 25.76346, 0.00017, 0.123 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 26.39120, 0.00119, 0.195 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 25.99023, 0.00012, 0.054 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 0, 2, 0 }, 149.87787, 0.00001, 0.032 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 1, 0, -1 }, 8.06302, 0.00002, 0.245 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 206.27331, 0.00002, 0.057 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 2, -2, 0 }, 336.82029, 0.00002, 0.298 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 29.03489, 0.00019, 0.060 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 216.67313, 0.00010, 0.033 }, + { { 0, 5, -2, 0, -3, 0, 0, 0, -2, 0, 0 }, 356.68829, 0.00001, 0.053 }, + { { 0, 5, -2, 0, -3, 0, 0, 0, -2, 2, 0 }, 176.68829, 0.00001, 0.131 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 290.03497, 0.00002, 0.054 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 288.46315, 0.00002, 0.187 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 288.02033, 0.00008, 0.163 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, 1, 0, -1 }, 308.31413, 0.00001, 0.197 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 249.94198, 0.00002, 0.032 }, + { { 0, 5, -2, 0, 1, 0, 0, 0, 2, 0, 0 }, 133.50689, 0.00004, 0.032 }, + { { 0, 5, -1, 0, -2, 0, 0, 0, 2, -2, 0 }, 333.68755, 0.00001, 0.193 }, + { { 0, 5, -1, 0, -2, 0, 0, 0, 2, 0, 0 }, 153.68755, 0.00001, 0.032 }, + { { 0, 5, -1, 0, -1, 0, 0, 0, 2, -2, 0 }, 141.86789, 0.00001, 0.190 }, + { { 0, 5, -1, 0, -1, 0, 0, 0, 2, 0, 0 }, 144.85198, 0.00008, 0.031 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 181.55070, 0.00001, 0.057 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, -2, 2, 0 }, 181.55070, 0.00001, 0.112 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, 0, -2, 0 }, 146.79769, 0.00001, 0.052 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, 0, -1, 0 }, 128.21247, 0.00002, 0.163 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 187.97454, 0.00002, 0.140 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, 0, 1, 0 }, 128.14199, 0.00003, 0.049 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, 2, -3, 0 }, 128.05908, 0.00001, 0.127 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, 2, -2, 0 }, 128.03385, 0.00002, 0.187 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, 2, -1, 0 }, 308.05908, 0.00001, 0.054 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 131.41007, 0.00002, 0.031 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, 2, 2, 0 }, 128.21247, 0.00002, 0.017 }, + { { 0, 5, -1, 0, 1, 0, 0, 0, 2, -2, 0 }, 299.51720, 0.00003, 0.184 }, + { { 0, 5, -1, 0, 1, 0, 0, 0, 2, 0, 0 }, 298.03776, 0.00005, 0.031 }, + { { 0, 5, 0, 0, -1, 0, 0, 0, 0, 0, 0 }, 129.52709, 0.00001, 0.124 }, + { { 0, 5, 0, 0, -1, 0, 0, 0, 0, 2, 0 }, 129.52709, 0.00001, 0.029 }, + { { 0, 5, 0, 0, -1, 0, 0, 0, 2, 0, 0 }, 128.78376, 0.00004, 0.031 }, + { { 0, 5, 0, 0, 0, 0, 0, 0, -2, 0, 0 }, 302.05032, 0.00005, 0.060 }, + { { 0, 5, 0, 0, 0, 0, 0, 0, -2, 2, 0 }, 302.05032, 0.00005, 0.101 }, + { { 0, 5, 0, 0, 0, 0, 0, 0, 2, -2, 0 }, 212.28191, 0.00003, 0.157 }, + { { 0, 5, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 210.01950, 0.00002, 0.051 }, + { { 0, 5, 1, 0, 0, 0, 0, 0, 2, -1, 0 }, 153.60480, 0.00002, 0.049 }, + { { 0, 5, 31, -52, 0, 0, 0, 0, -2, 1, 0 }, 323.50777, 0.00002, 587.442 }, + { { 0, 6, -14, 4, 0, 0, 0, 0, -2, 0, 2 }, 79.80510, 0.00002, 79.413 }, + { { 0, 6, -14, 6, 0, 0, 0, 0, -1, 0, 1 }, 162.81738, 0.00001, 334.478 }, + { { 0, 6, -14, 8, 0, 0, 0, 0, 0, -1, 0 }, 174.65497, 0.00001, 0.075 }, + { { 0, 6, -14, 8, 0, 0, 0, 0, 0, 0, 0 }, 53.99266, 0.00001, 151.217 }, + { { 0, 6, -14, 8, 0, 0, 0, 0, 0, 1, 0 }, 174.65497, 0.00001, 0.075 }, + { { 0, 6, -13, 0, 2, 0, 0, 0, -2, 0, 0 }, 322.79342, 0.00002, 0.036 }, + { { 0, 6, -13, 0, 2, 0, 0, 0, -2, 1, 0 }, 142.79342, 0.00002, 0.069 }, + { { 0, 6, -13, 4, 0, 0, 0, 0, -2, 1, 0 }, 81.32346, 0.00001, 0.079 }, + { { 0, 6, -13, 4, 0, 0, 0, 0, -2, 3, 0 }, 81.32346, 0.00001, 0.072 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, -4, 0, 0 }, 40.20754, 0.00002, 0.019 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, -2, -1, 0 }, 220.20754, 0.00002, 0.025 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, -2, -1, 2 }, 220.20754, 0.00001, 0.075 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 219.60542, 0.00003, 0.037 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, -2, 0, 2 }, 218.34238, 0.00001, 7.177 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 220.20754, 0.00002, 0.073 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, -2, 1, 2 }, 220.20754, 0.00001, 0.076 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 219.60542, 0.00003, 2.115 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 276.70150, 0.00002, 0.445 }, + { { 0, 6, -12, 0, 0, 4, 0, 0, -2, 0, 2 }, 46.32653, 0.00003, 282.735 }, + { { 0, 6, -12, 0, 2, 0, 0, 0, -2, 0, 0 }, 231.63025, 0.00004, 0.037 }, + { { 0, 6, -12, 0, 2, 0, 0, 0, -2, 0, 2 }, 202.98849, 0.00002, 34.155 }, + { { 0, 6, -12, 0, 2, 0, 0, 0, 0, -1, 0 }, 51.61946, 0.00001, 0.065 }, + { { 0, 6, -12, 0, 2, 0, 0, 0, 0, 1, 0 }, 51.61946, 0.00001, 0.089 }, + { { 0, 6, -12, 0, 3, 0, 0, 0, -2, 0, 0 }, 221.86818, 0.00001, 0.037 }, + { { 0, 6, -12, 0, 3, 0, 0, 0, -2, 1, 0 }, 39.65357, 0.00001, 0.074 }, + { { 0, 6, -12, 0, 3, 0, 0, 0, -2, 2, 0 }, 41.86818, 0.00001, 4.547 }, + { { 0, 6, -12, 0, 3, 0, 0, 0, -2, 3, 0 }, 39.65357, 0.00001, 0.077 }, + { { 0, 6, -12, 0, 4, 0, 0, 0, -2, 1, 0 }, 32.27426, 0.00003, 0.075 }, + { { 0, 6, -12, 1, 0, 0, 0, 0, -2, 1, 0 }, 142.43043, 0.00001, 0.076 }, + { { 0, 6, -12, 1, 0, 0, 0, 0, -2, 3, 0 }, 142.43043, 0.00001, 0.075 }, + { { 0, 6, -12, 2, 0, 0, 0, 0, -2, 0, 0 }, 233.64901, 0.00005, 0.039 }, + { { 0, 6, -12, 2, 0, 0, 0, 0, -2, 2, 0 }, 231.76222, 0.00004, 1.693 }, + { { 0, 6, -12, 2, 0, 0, 0, 0, 0, -1, 0 }, 231.83101, 0.00001, 0.069 }, + { { 0, 6, -12, 2, 0, 0, 0, 0, 0, 1, 0 }, 231.83101, 0.00001, 0.083 }, + { { 0, 6, -11, -1, 0, 0, 0, 0, -2, 1, 0 }, 42.48004, 0.00002, 0.075 }, + { { 0, 6, -11, -1, 0, 0, 0, 0, -2, 2, 0 }, 106.86328, 0.00002, 220.866 }, + { { 0, 6, -11, -1, 0, 0, 0, 0, -2, 3, 0 }, 42.48004, 0.00002, 0.075 }, + { { 0, 6, -11, 0, -1, 0, 0, 0, -2, 1, 0 }, 332.71339, 0.00003, 0.078 }, + { { 0, 6, -11, 0, -1, 0, 0, 0, -2, 3, 0 }, 152.71339, 0.00003, 0.073 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -4, 3, 0 }, 352.40018, 0.00001, 0.091 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -2, -1, 2 }, 324.02544, 0.00001, 0.081 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 358.53053, 0.00001, 0.038 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 208.82650, 0.00004, 0.079 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -2, 1, 2 }, 324.02544, 0.00001, 0.071 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 333.08213, 0.00006, 1.897 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -2, 3, 0 }, 197.21763, 0.00004, 0.073 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 183.06757, 0.00002, 0.802 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, 0, 2, 0 }, 169.74328, 0.00002, 0.040 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, 2, -3, 0 }, 334.74031, 0.00002, 0.061 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, 2, -2, 0 }, 57.85284, 0.00001, 0.331 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 334.74031, 0.00002, 0.098 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 57.85284, 0.00001, 0.043 }, + { { 0, 6, -11, 0, 1, 0, 0, 0, -2, 0, 0 }, 51.17075, 0.00001, 0.039 }, + { { 0, 6, -11, 0, 1, 0, 0, 0, -2, 1, 0 }, 344.44769, 0.00003, 0.079 }, + { { 0, 6, -11, 0, 1, 0, 0, 0, -2, 2, 0 }, 51.17075, 0.00001, 1.635 }, + { { 0, 6, -11, 0, 1, 0, 0, 0, 0, -1, 0 }, 50.43674, 0.00004, 0.069 }, + { { 0, 6, -11, 0, 1, 0, 0, 0, 0, 0, 0 }, 50.44615, 0.00003, 0.860 }, + { { 0, 6, -11, 0, 1, 0, 0, 0, 0, 1, 0 }, 50.43674, 0.00004, 0.083 }, + { { 0, 6, -11, 0, 2, 0, 0, 0, -2, 1, 0 }, 291.95740, 0.00003, 0.080 }, + { { 0, 6, -11, 0, 2, 0, 0, 0, -2, 3, 0 }, 291.95740, 0.00003, 0.072 }, + { { 0, 6, -11, 0, 3, 0, 0, 0, 0, 0, 0 }, 35.64774, 0.00004, 1.006 }, + { { 0, 6, -11, 0, 3, 0, 0, 0, 2, -1, 0 }, 35.90102, 0.00005, 0.095 }, + { { 0, 6, -11, 0, 3, 0, 0, 0, 2, 0, 0 }, 35.90102, 0.00004, 0.042 }, + { { 0, 6, -11, 2, 0, 0, 0, 0, -2, 1, 0 }, 95.39640, 0.00001, 0.086 }, + { { 0, 6, -11, 2, 0, 0, 0, 0, -2, 3, 0 }, 95.39640, 0.00001, 0.067 }, + { { 0, 6, -11, 2, 0, 0, 0, 0, 0, -1, 0 }, 98.60047, 0.00002, 0.074 }, + { { 0, 6, -11, 2, 0, 0, 0, 0, 0, 1, 0 }, 98.60047, 0.00002, 0.076 }, + { { 0, 6, -11, 3, 0, 0, 0, 0, 0, -1, 0 }, 288.60493, 0.00001, 0.077 }, + { { 0, 6, -11, 3, 0, 0, 0, 0, 0, 1, 0 }, 288.60493, 0.00001, 0.074 }, + { { 0, 6, -10, -3, 0, 0, 0, 0, -2, 1, 0 }, 86.49969, 0.00002, 0.075 }, + { { 0, 6, -10, -3, 0, 0, 0, 0, -2, 3, 0 }, 86.49969, 0.00002, 0.076 }, + { { 0, 6, -10, 0, -1, 0, 0, 0, -2, 0, 0 }, 254.10550, 0.00004, 0.040 }, + { { 0, 6, -10, 0, -1, 0, 0, 0, -2, 1, 0 }, 241.62613, 0.00007, 0.085 }, + { { 0, 6, -10, 0, -1, 0, 0, 0, 0, -2, 2 }, 323.89988, 0.00003, 425.789 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -4, 2, 0 }, 17.61576, 0.00001, 0.043 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -2, -2, 0 }, 51.70494, 0.00002, 0.019 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 94.97298, 0.00006, 0.040 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -2, 0, 2 }, 231.78407, 0.00003, 0.537 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 120.96343, 0.00007, 0.085 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 60.20267, 0.00002, 0.655 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -2, 3, 0 }, 55.06804, 0.00003, 0.068 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 212.95089, 0.00004, 0.074 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 196.29676, 0.00008, 4.051 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 198.19644, 0.00005, 0.077 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, 1, 0, -1 }, 150.91811, 0.00001, 0.769 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 152.01518, 0.00010, 0.089 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 156.57538, 0.00007, 0.041 }, + { { 0, 6, -10, 0, 1, 0, 0, 0, -2, 0, 0 }, 41.43653, 0.00003, 0.040 }, + { { 0, 6, -10, 0, 1, 0, 0, 0, -2, 1, 0 }, 39.00000, 0.00003, 0.086 }, + { { 0, 6, -10, 0, 1, 0, 0, 0, -2, 3, 0 }, 219.00000, 0.00003, 0.067 }, + { { 0, 6, -10, 0, 1, 0, 0, 0, 0, -1, 0 }, 66.60308, 0.00001, 0.075 }, + { { 0, 6, -10, 0, 1, 0, 0, 0, 0, 1, 0 }, 66.60308, 0.00001, 0.076 }, + { { 0, 6, -10, 0, 2, 0, 0, 0, 0, -1, 0 }, 312.04460, 0.00001, 0.075 }, + { { 0, 6, -10, 0, 2, 0, 0, 0, 0, 0, 0 }, 346.21080, 0.00002, 12.779 }, + { { 0, 6, -10, 0, 2, 0, 0, 0, 0, 1, 0 }, 312.04460, 0.00001, 0.076 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, -4, 1, 0 }, 293.07924, 0.00001, 0.028 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, -2, -1, 0 }, 293.07924, 0.00004, 0.026 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, -2, 0, 0 }, 293.02768, 0.00039, 0.040 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, -2, 1, 0 }, 293.59106, 0.00061, 0.087 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, -2, 2, 0 }, 293.07982, 0.00002, 0.562 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 0, -2, 0 }, 290.70547, 0.00005, 0.038 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 0, -1, 0 }, 290.54706, 0.00068, 0.075 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 0, 0, 0 }, 292.61428, 0.00373, 165.227 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 0, 1, 0 }, 290.54003, 0.00068, 0.075 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 0, 2, 0 }, 290.70524, 0.00005, 0.038 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 2, -2, 0 }, 293.07023, 0.00002, 0.566 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 2, -1, 0 }, 293.58645, 0.00060, 0.087 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 2, 0, 0 }, 293.01948, 0.00038, 0.040 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 2, 1, 0 }, 293.07083, 0.00004, 0.026 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 4, -1, 0 }, 293.07083, 0.00001, 0.028 }, + { { 0, 6, -10, 0, 4, 0, 0, 0, 0, 0, 0 }, 203.25175, 0.00003, 11.067 }, + { { 0, 6, -9, -3, 0, 0, 0, 0, -2, 0, 0 }, 355.30393, 0.00001, 0.039 }, + { { 0, 6, -9, -3, 0, 0, 0, 0, -2, 1, 0 }, 355.30393, 0.00001, 0.081 }, + { { 0, 6, -9, -3, 0, 0, 0, 0, -2, 2, 0 }, 355.30393, 0.00001, 1.073 }, + { { 0, 6, -9, -3, 0, 0, 0, 0, -2, 3, 0 }, 355.30393, 0.00001, 0.070 }, + { { 0, 6, -9, -2, 0, 0, 0, 0, -2, 1, 0 }, 191.21434, 0.00001, 0.085 }, + { { 0, 6, -9, -2, 0, 0, 0, 0, -2, 3, 0 }, 191.21434, 0.00001, 0.068 }, + { { 0, 6, -9, -2, 0, 0, 0, 0, 0, -1, 0 }, 190.99543, 0.00002, 0.074 }, + { { 0, 6, -9, -2, 0, 0, 0, 0, 0, 1, 0 }, 190.99543, 0.00002, 0.077 }, + { { 0, 6, -9, 0, -1, 0, 0, 0, -2, 0, 0 }, 235.63411, 0.00001, 0.042 }, + { { 0, 6, -9, 0, -1, 0, 0, 0, 0, -1, 0 }, 55.63411, 0.00001, 0.079 }, + { { 0, 6, -9, 0, -1, 0, 0, 0, 0, 1, 0 }, 55.63411, 0.00001, 0.072 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -4, 1, 0 }, 71.47735, 0.00001, 0.028 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -4, 2, 0 }, 122.82554, 0.00002, 0.045 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -2, -1, 0 }, 68.84068, 0.00004, 0.027 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 71.38850, 0.00038, 0.042 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 71.74130, 0.00047, 0.093 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -2, 2, 0 }, 57.38348, 0.00002, 0.396 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -1, -1, 1 }, 246.55187, 0.00006, 0.087 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 250.05108, 0.00003, 0.086 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 0, -2, 0 }, 64.40922, 0.00002, 0.039 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 67.70389, 0.00048, 0.080 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 71.17581, 0.00254, 1.328 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 70.98776, 0.00041, 0.071 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 0, 2, 0 }, 71.35558, 0.00003, 0.037 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, -2, 1 }, 245.66885, 0.00014, 30.407 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, -1, -1 }, 66.45329, 0.00002, 0.074 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, -1, 0 }, 69.38398, 0.00003, 7.470 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, -1, 1 }, 66.57558, 0.00029, 0.075 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, 0, -1 }, 66.75549, 0.00021, 3.326 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, 0, 0 }, 70.05105, 0.00015, 0.076 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, 0, 1 }, 247.82566, 0.00001, 0.038 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, 1, -1 }, 66.45329, 0.00002, 0.077 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 2, -2, 0 }, 267.40540, 0.00006, 0.980 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 265.56828, 0.00063, 0.082 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 266.19141, 0.00009, 0.039 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 4, -3, 0 }, 269.33746, 0.00004, 0.096 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 4, -2, 0 }, 270.10034, 0.00010, 0.042 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 4, -1, 0 }, 270.17960, 0.00005, 0.027 }, + { { 0, 6, -9, 0, 2, 0, 0, 0, 0, 0, 0 }, 271.00006, 0.00003, 1.085 }, + { { 0, 6, -9, 0, 2, 0, 0, 0, 2, -2, 0 }, 271.04571, 0.00001, 1.173 }, + { { 0, 6, -9, 0, 2, 0, 0, 0, 2, 0, 0 }, 271.04571, 0.00001, 0.039 }, + { { 0, 6, -9, 0, 3, 0, 0, 0, -2, 0, 0 }, 177.70577, 0.00002, 0.042 }, + { { 0, 6, -9, 0, 3, 0, 0, 0, 0, 0, 0 }, 21.77241, 0.00002, 0.994 }, + { { 0, 6, -9, 2, 0, 0, 0, 0, 0, 0, 0 }, 92.78783, 0.00001, 0.551 }, + { { 0, 6, -9, 2, 0, 0, 0, 0, 2, -3, 0 }, 1.52469, 0.00003, 0.076 }, + { { 0, 6, -9, 2, 0, 0, 0, 0, 2, -1, 0 }, 1.52469, 0.00003, 0.075 }, + { { 0, 6, -8, 0, -2, 0, 0, 0, -2, 0, 0 }, 51.82651, 0.00001, 0.043 }, + { { 0, 6, -8, 0, -2, 0, 0, 0, -2, 2, 0 }, 231.82651, 0.00001, 0.298 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -2, -2, 0 }, 347.13908, 0.00002, 0.020 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -2, -1, 0 }, 350.84106, 0.00010, 0.028 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 308.48592, 0.00005, 0.044 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 172.68091, 0.00025, 0.103 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 335.37027, 0.00001, 0.284 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -1, 0, -1 }, 168.61294, 0.00002, 0.042 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -1, 0, 1 }, 357.49192, 0.00006, 0.356 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -1, 1, -1 }, 211.02106, 0.00002, 0.093 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 348.50696, 0.00032, 0.040 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, -1, -2 }, 167.24585, 0.00003, 0.026 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 347.12979, 0.01441, 0.087 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 342.87289, 0.00262, 0.570 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 344.32861, 0.00035, 0.067 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, 2, 0 }, 343.35192, 0.00001, 0.035 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 1, -2, 0 }, 347.20852, 0.00002, 0.081 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 1, -1, -1 }, 168.98609, 0.00010, 0.080 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 1, -1, 0 }, 166.18968, 0.00008, 1.155 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 1, -1, 1 }, 348.98829, 0.00006, 0.070 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 1, 0, -1 }, 169.08977, 0.00082, 1.430 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 1, 0, 0 }, 162.22273, 0.00009, 0.071 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 1, 0, 1 }, 349.16770, 0.00008, 0.036 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 1, 1, -1 }, 168.98609, 0.00010, 0.072 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -4, 0 }, 168.88015, 0.00013, 0.038 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -3, -2 }, 347.54648, 0.00002, 0.025 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -3, 0 }, 168.89483, 0.00192, 0.075 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -2, -2 }, 347.10175, 0.00004, 0.037 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -2, 0 }, 167.12686, 0.05946, 47.898 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -2, 2 }, 347.13417, 0.00007, 0.037 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -1, -2 }, 167.24627, 0.00013, 0.073 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -1, -1 }, 173.17452, 0.00001, 5.330 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 167.22262, 0.07667, 0.076 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -1, 2 }, 347.23207, 0.00017, 0.025 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, 0, -2 }, 169.18906, 0.00006, 2.822 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, 0, -1 }, 169.10173, 0.00007, 0.077 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 167.44083, 0.00558, 0.038 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, 0, 2 }, 347.24620, 0.00003, 0.019 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, 1, 0 }, 167.21770, 0.00041, 0.025 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, 2, 0 }, 167.28968, 0.00003, 0.019 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 3, -2, 0 }, 347.11130, 0.00002, 0.081 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 3, -1, 0 }, 347.24557, 0.00003, 0.039 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 4, -4, 0 }, 164.60191, 0.00003, 0.557 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 4, -3, 0 }, 166.38562, 0.00093, 0.087 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 4, -2, 0 }, 167.16516, 0.00166, 0.040 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 4, -1, -2 }, 347.24604, 0.00002, 0.090 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 4, -1, 0 }, 167.26694, 0.00080, 0.026 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 4, 0, 0 }, 167.52563, 0.00013, 0.020 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 6, -4, 0 }, 166.39682, 0.00001, 0.044 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 6, -3, 0 }, 166.97811, 0.00003, 0.028 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 6, -2, 0 }, 167.19840, 0.00002, 0.020 }, + { { 0, 6, -8, 0, 0, 0, 1, 0, 2, -2, 0 }, 95.81277, 0.00001, 111.409 }, + { { 0, 6, -8, 0, 0, 1, 0, 0, 2, -3, 0 }, 302.59967, 0.00001, 0.076 }, + { { 0, 6, -8, 0, 0, 1, 0, 0, 2, -2, 0 }, 85.79865, 0.00007, 76.512 }, + { { 0, 6, -8, 0, 0, 1, 0, 0, 2, -1, 0 }, 122.59967, 0.00001, 0.075 }, + { { 0, 6, -8, 0, 1, 0, 0, 0, 0, -1, 0 }, 64.22704, 0.00003, 0.088 }, + { { 0, 6, -8, 0, 1, 0, 0, 0, 0, 0, 0 }, 91.25411, 0.00001, 0.544 }, + { { 0, 6, -8, 0, 1, 0, 0, 0, 2, -2, 0 }, 21.55475, 0.00003, 15.767 }, + { { 0, 6, -8, 0, 1, 0, 0, 0, 2, -1, 0 }, 244.22697, 0.00013, 0.075 }, + { { 0, 6, -8, 0, 2, 0, 0, 0, -2, 0, 0 }, 179.89195, 0.00001, 0.044 }, + { { 0, 6, -8, 0, 2, 0, 0, 0, -2, 2, 0 }, 359.89195, 0.00001, 0.271 }, + { { 0, 6, -8, 0, 2, 0, 0, 0, 0, -1, 0 }, 359.87174, 0.00001, 0.088 }, + { { 0, 6, -8, 0, 2, 0, 0, 0, 0, 1, 0 }, 359.87174, 0.00001, 0.066 }, + { { 0, 6, -8, 0, 2, 0, 0, 0, 2, -1, 0 }, 357.28802, 0.00003, 0.075 }, + { { 0, 6, -8, 0, 2, 0, 0, 0, 2, 0, 0 }, 359.86072, 0.00002, 0.038 }, + { { 0, 6, -8, 0, 3, 0, 0, 0, 2, -3, 0 }, 169.17114, 0.00001, 0.077 }, + { { 0, 6, -8, 0, 3, 0, 0, 0, 2, -2, 0 }, 350.12046, 0.00001, 4.310 }, + { { 0, 6, -8, 0, 3, 0, 0, 0, 2, -1, 0 }, 169.17114, 0.00001, 0.074 }, + { { 0, 6, -8, 0, 3, 0, 0, 0, 2, 0, 0 }, 170.12046, 0.00001, 0.037 }, + { { 0, 6, -8, 0, 4, 0, 0, 0, 2, 0, -2 }, 341.34112, 0.00002, 58.227 }, + { { 0, 6, -8, 2, 0, 0, 0, 0, 2, -2, 0 }, 0.17123, 0.00002, 0.959 }, + { { 0, 6, -8, 2, 0, 0, 0, 0, 2, 0, 0 }, 353.93399, 0.00002, 0.036 }, + { { 0, 6, -7, -2, 0, 0, 0, 0, 2, -3, 0 }, 309.22247, 0.00001, 0.075 }, + { { 0, 6, -7, -2, 0, 0, 0, 0, 2, -1, 0 }, 309.22247, 0.00001, 0.076 }, + { { 0, 6, -7, 0, -1, 0, 0, 0, -2, 0, 0 }, 104.44998, 0.00002, 0.045 }, + { { 0, 6, -7, 0, -1, 0, 0, 0, 0, 0, 0 }, 263.98409, 0.00001, 0.375 }, + { { 0, 6, -7, 0, -1, 0, 0, 0, 2, -3, 0 }, 99.88581, 0.00001, 0.081 }, + { { 0, 6, -7, 0, -1, 0, 0, 0, 2, -1, 0 }, 279.88581, 0.00001, 0.071 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -2, -1, 0 }, 99.19836, 0.00002, 0.028 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 89.94789, 0.00020, 0.045 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 88.46878, 0.00032, 0.115 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 283.82087, 0.00002, 0.221 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -1, 0, -1 }, 76.25386, 0.00011, 0.043 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 91.70230, 0.00001, 0.104 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -1, 0, 1 }, 256.23740, 0.00023, 0.263 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -1, 1, -1 }, 76.27990, 0.00006, 0.102 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -1, 1, 1 }, 256.26694, 0.00003, 0.059 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, -2, 0 }, 93.69652, 0.00004, 0.042 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 144.86916, 0.00037, 0.095 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 271.20703, 0.00395, 0.363 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 271.54781, 0.00077, 0.062 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, 2, 0 }, 270.76220, 0.00004, 0.034 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, -2, 0 }, 273.16474, 0.00003, 0.088 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, -1, -1 }, 76.25420, 0.00037, 0.087 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, -1, 0 }, 91.86102, 0.00002, 0.536 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, -1, 1 }, 258.79442, 0.00016, 0.065 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, 0, -1 }, 76.26226, 0.00160, 0.588 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, 0, 0 }, 91.45719, 0.00011, 0.066 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, 0, 1 }, 255.61904, 0.00010, 0.035 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, 1, -1 }, 76.27434, 0.00018, 0.067 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, 1, 1 }, 255.99544, 0.00001, 0.024 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, 2, 1 }, 76.29613, 0.00002, 0.018 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, -2, 0 }, 260.73963, 0.00020, 1.021 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, -1, -2 }, 272.26596, 0.00002, 0.079 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, -1, -1 }, 262.58658, 0.00001, 1.231 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 270.78630, 0.00811, 0.070 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, 0, -2 }, 272.26596, 0.00031, 1.549 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, 0, -1 }, 256.24924, 0.00008, 0.071 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 94.32226, 0.00140, 0.036 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, 1, -2 }, 272.26596, 0.00002, 0.072 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, 1, 0 }, 94.21570, 0.00019, 0.025 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, 2, 0 }, 90.14763, 0.00004, 0.019 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 3, -3, -1 }, 256.28422, 0.00001, 0.075 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 3, -3, 0 }, 272.44311, 0.00002, 10.856 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 3, -2, -1 }, 256.21780, 0.00021, 13.397 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 3, -2, 0 }, 92.34134, 0.00012, 0.075 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 3, -1, -1 }, 256.21873, 0.00076, 0.076 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 3, 0, -1 }, 256.13173, 0.00002, 0.038 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 3, 0, 0 }, 92.44229, 0.00002, 0.025 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 4, -2, 0 }, 272.14228, 0.00013, 0.039 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 4, -1, 0 }, 274.54730, 0.00007, 0.026 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 4, 0, 0 }, 98.95262, 0.00007, 0.019 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 4, 1, 0 }, 92.58547, 0.00001, 0.015 }, + { { 0, 6, -7, 0, 1, 0, 0, 0, -2, 0, 0 }, 192.89631, 0.00009, 0.046 }, + { { 0, 6, -7, 0, 1, 0, 0, 0, 0, -2, 0 }, 358.83709, 0.00002, 0.042 }, + { { 0, 6, -7, 0, 1, 0, 0, 0, 0, -1, 0 }, 178.69843, 0.00001, 0.096 }, + { { 0, 6, -7, 0, 1, 0, 0, 0, 0, 0, 0 }, 351.20367, 0.00003, 0.352 }, + { { 0, 6, -7, 0, 1, 0, 0, 0, 0, 1, 0 }, 178.69843, 0.00001, 0.062 }, + { { 0, 6, -7, 0, 1, 0, 0, 0, 2, -2, 0 }, 178.61577, 0.00002, 0.940 }, + { { 0, 6, -7, 0, 1, 0, 0, 0, 2, 0, 0 }, 178.61577, 0.00002, 0.036 }, + { { 0, 6, -7, 0, 2, 0, 0, 0, 2, -2, 0 }, 60.18576, 0.00002, 0.871 }, + { { 0, 6, -7, 0, 2, 0, 0, 0, 2, 0, 0 }, 60.18576, 0.00002, 0.036 }, + { { 0, 6, -7, 2, 0, 0, 0, 0, 2, -2, 0 }, 43.64868, 0.00001, 0.490 }, + { { 0, 6, -7, 2, 0, 0, 0, 0, 2, 0, 0 }, 43.64868, 0.00001, 0.035 }, + { { 0, 6, -7, 3, 0, 0, 0, 0, -2, 0, 0 }, 236.41256, 0.00002, 0.049 }, + { { 0, 6, -7, 3, 0, 0, 0, 0, -2, 2, 0 }, 236.41256, 0.00002, 0.163 }, + { { 0, 6, -6, -7, 0, 0, 0, 0, 0, -1, 0 }, 144.20847, 0.00001, 0.076 }, + { { 0, 6, -6, -7, 0, 0, 0, 0, 0, 1, 0 }, 144.20847, 0.00001, 0.075 }, + { { 0, 6, -6, 0, -2, 0, 0, 0, -2, 0, 0 }, 205.43080, 0.00001, 0.047 }, + { { 0, 6, -6, 0, -1, 0, 0, 0, -2, 0, 0 }, 188.79198, 0.00008, 0.047 }, + { { 0, 6, -6, 0, -1, 0, 0, 0, -2, 2, 0 }, 185.54745, 0.00001, 0.184 }, + { { 0, 6, -6, 0, -1, 0, 0, 0, 0, -2, 0 }, 193.04761, 0.00001, 0.044 }, + { { 0, 6, -6, 0, -1, 0, 0, 0, 0, 0, 0 }, 13.04761, 0.00001, 0.273 }, + { { 0, 6, -6, 0, -1, 0, 0, 0, 2, 0, 0 }, 5.64958, 0.00003, 0.035 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -4, 2, 0 }, 341.61926, 0.00001, 0.052 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -2, -1, 0 }, 178.50458, 0.00001, 0.029 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 348.46414, 0.00004, 0.048 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -2, 0, 2 }, 359.69322, 0.00001, 0.171 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 351.64109, 0.00005, 0.129 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 356.91432, 0.00010, 0.181 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -2, 3, 0 }, 0.20987, 0.00002, 0.053 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -1, 0, 0 }, 359.98181, 0.00018, 0.116 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -1, 0, 1 }, 13.32498, 0.00003, 0.208 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -1, 1, 0 }, 0.42026, 0.00003, 0.216 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 359.52172, 0.00008, 0.105 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 0, -2 }, 179.81608, 0.00001, 0.043 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 180.02165, 0.02263, 0.266 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 0, 2 }, 0.08737, 0.00002, 0.033 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 1, -2 }, 180.01453, 0.00002, 0.102 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 180.03169, 0.00369, 0.059 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 2, 0 }, 179.99380, 0.00031, 0.033 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 3, 0 }, 179.98052, 0.00002, 0.023 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 1, -1, -1 }, 190.38725, 0.00001, 0.095 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 1, -1, 0 }, 0.01332, 0.00005, 0.349 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 1, 0, -1 }, 190.38725, 0.00021, 0.370 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 1, 0, 0 }, 0.02095, 0.00041, 0.062 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 1, 1, -1 }, 190.38725, 0.00001, 0.063 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 1, 1, 0 }, 359.96052, 0.00001, 0.034 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, -3, 0 }, 1.63686, 0.00004, 0.089 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 180.03330, 0.00080, 0.505 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, -1, -2 }, 180.01469, 0.00003, 0.086 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 180.04574, 0.02116, 0.066 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, -1, 2 }, 0.02249, 0.00004, 0.024 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, 0, -2 }, 180.03541, 0.00067, 0.608 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 0.06581, 0.00848, 0.035 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, 0, 2 }, 180.02422, 0.00003, 0.018 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, 1, -2 }, 0.02986, 0.00003, 0.067 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, 1, 0 }, 0.03027, 0.00070, 0.024 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, 2, 0 }, 0.01420, 0.00009, 0.018 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 3, -2, 0 }, 0.06633, 0.00005, 0.070 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 3, -1, 0 }, 180.06587, 0.00001, 0.036 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 3, 0, -2 }, 0.06823, 0.00003, 0.071 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 3, 0, 0 }, 0.07936, 0.00003, 0.024 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 3, 1, 0 }, 0.06569, 0.00001, 0.018 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 4, -3, 0 }, 180.57654, 0.00003, 0.074 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 4, -2, 0 }, 180.01801, 0.00030, 0.037 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 4, -1, -2 }, 180.03309, 0.00001, 0.076 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 4, -1, 0 }, 179.99508, 0.00004, 0.025 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 4, 0, 0 }, 0.02511, 0.00010, 0.019 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 4, 1, 0 }, 0.02831, 0.00004, 0.015 }, + { { 0, 6, -6, 0, 1, 0, 0, 0, -2, 0, 0 }, 346.05912, 0.00005, 0.048 }, + { { 0, 6, -6, 0, 1, 0, 0, 0, 0, 0, 0 }, 165.72037, 0.00003, 0.261 }, + { { 0, 6, -6, 0, 1, 0, 0, 0, 2, 0, 0 }, 166.05079, 0.00002, 0.035 }, + { { 0, 6, -5, -2, 0, 0, 0, 0, 2, -2, 0 }, 139.46662, 0.00001, 0.522 }, + { { 0, 6, -5, -2, 0, 0, 0, 0, 2, 0, 0 }, 139.46662, 0.00001, 0.035 }, + { { 0, 6, -5, 0, -2, 0, 0, 0, 0, 0, 0 }, 276.81950, 0.00002, 0.218 }, + { { 0, 6, -5, 0, -1, 0, 0, 0, -2, -2, 0 }, 1.27034, 0.00001, 0.021 }, + { { 0, 6, -5, 0, -1, 0, 0, 0, -2, 2, 0 }, 178.66867, 0.00001, 0.155 }, + { { 0, 6, -5, 0, -1, 0, 0, 0, 0, 0, 0 }, 181.50669, 0.00008, 0.214 }, + { { 0, 6, -5, 0, -1, 0, 0, 0, 2, -3, 0 }, 179.10711, 0.00001, 0.097 }, + { { 0, 6, -5, 0, -1, 0, 0, 0, 2, -2, 0 }, 3.88640, 0.00002, 0.345 }, + { { 0, 6, -5, 0, -1, 0, 0, 0, 2, -1, 0 }, 359.10711, 0.00001, 0.062 }, + { { 0, 6, -5, 0, -1, 0, 0, 0, 2, 0, 0 }, 1.97336, 0.00003, 0.034 }, + { { 0, 6, -5, 0, 0, -1, 0, 0, -2, 0, 0 }, 180.20697, 0.00001, 0.050 }, + { { 0, 6, -5, 0, 0, -1, 0, 0, -2, 2, 0 }, 0.20697, 0.00001, 0.154 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -3, 0, 1 }, 103.27935, 0.00002, 0.053 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 118.00521, 0.00003, 0.050 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 252.05267, 0.00008, 0.149 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 275.80168, 0.00003, 0.153 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -1, -1, -1 }, 103.28383, 0.00003, 0.029 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -1, -1, 1 }, 283.17499, 0.00001, 0.134 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -1, 0, -1 }, 103.28108, 0.00023, 0.048 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -1, 0, 1 }, 283.27580, 0.00029, 0.172 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -1, 1, -1 }, 103.28519, 0.00009, 0.128 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 0, -2, 0 }, 252.10680, 0.00002, 0.046 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 246.95665, 0.00008, 0.118 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 0, 0, -1 }, 283.30082, 0.00001, 0.115 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 93.48317, 0.00013, 0.210 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 73.35176, 0.00003, 0.056 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.31629, 0.00017, 0.105 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, -1, 1 }, 283.32182, 0.00008, 0.058 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.32397, 0.00106, 0.270 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, 0, 1 }, 283.31725, 0.00004, 0.033 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, 1, -1 }, 103.31999, 0.00011, 0.059 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, 1, 1 }, 103.32149, 0.00001, 0.023 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 2, -2, 0 }, 251.75208, 0.00003, 0.336 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 266.76575, 0.00039, 0.062 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 2, 0, -2 }, 259.89924, 0.00001, 0.378 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 2, 0, -1 }, 283.35227, 0.00002, 0.062 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 87.28246, 0.00033, 0.034 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 2, 1, 0 }, 84.06530, 0.00006, 0.023 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 2, 2, 0 }, 77.37523, 0.00001, 0.018 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 3, -1, -1 }, 99.93870, 0.00003, 0.066 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 3, 0, -1 }, 103.32316, 0.00002, 0.035 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 4, -2, 0 }, 72.96510, 0.00001, 0.036 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 4, -1, 0 }, 86.12614, 0.00002, 0.024 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 4, 0, 0 }, 81.56586, 0.00002, 0.018 }, + { { 0, 6, -5, 0, 1, 0, 0, 0, 2, -2, 0 }, 151.66028, 0.00001, 0.326 }, + { { 0, 6, -5, 0, 1, 0, 0, 0, 2, 0, 0 }, 331.66028, 0.00001, 0.034 }, + { { 0, 6, -4, -3, 0, 0, 0, 0, -2, 0, 0 }, 336.21816, 0.00001, 0.049 }, + { { 0, 6, -4, -3, 0, 0, 0, 0, -2, 2, 0 }, 336.21816, 0.00001, 0.169 }, + { { 0, 6, -4, -2, 0, 0, 0, 0, -2, 0, 0 }, 0.59259, 0.00001, 0.050 }, + { { 0, 6, -4, -2, 0, 0, 0, 0, -2, 1, 0 }, 179.68476, 0.00003, 0.147 }, + { { 0, 6, -4, -2, 0, 0, 0, 0, -2, 2, 0 }, 0.59259, 0.00001, 0.155 }, + { { 0, 6, -4, -2, 0, 0, 0, 0, 0, -2, 0 }, 179.88548, 0.00001, 0.046 }, + { { 0, 6, -4, 0, -3, 0, 0, 0, -2, 0, 0 }, 7.77960, 0.00001, 0.052 }, + { { 0, 6, -4, 0, -3, 0, 0, 0, -2, 2, 0 }, 7.77960, 0.00001, 0.137 }, + { { 0, 6, -4, 0, -2, 0, 0, 0, -2, 0, 0 }, 0.30451, 0.00002, 0.052 }, + { { 0, 6, -4, 0, -2, 0, 0, 0, -2, 1, 0 }, 0.14797, 0.00004, 0.170 }, + { { 0, 6, -4, 0, -2, 0, 0, 0, -2, 2, 0 }, 0.30451, 0.00002, 0.136 }, + { { 0, 6, -4, 0, -2, 0, 0, 0, -2, 3, 0 }, 0.09704, 0.00001, 0.049 }, + { { 0, 6, -4, 0, -2, 0, 0, 0, 0, -2, 0 }, 359.74701, 0.00002, 0.048 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, -2, -1, 0 }, 27.68259, 0.00003, 0.031 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 27.92781, 0.00026, 0.053 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 25.50856, 0.00015, 0.175 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, -2, 2, 0 }, 24.86978, 0.00002, 0.133 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 205.79741, 0.00002, 0.151 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, -1, 0, 1 }, 184.29595, 0.00001, 0.147 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 25.80379, 0.00017, 0.133 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 26.14700, 0.00097, 0.174 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 25.97302, 0.00009, 0.053 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 1, 0, -1 }, 3.30471, 0.00001, 0.213 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 206.39026, 0.00002, 0.055 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 332.04744, 0.00003, 0.251 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 28.87562, 0.00015, 0.058 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 219.07327, 0.00011, 0.033 }, + { { 0, 6, -3, 0, -3, 0, 0, 0, -2, 0, 0 }, 356.68382, 0.00001, 0.055 }, + { { 0, 6, -3, 0, -3, 0, 0, 0, -2, 2, 0 }, 176.68382, 0.00001, 0.121 }, + { { 0, 6, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 280.41200, 0.00002, 0.211 }, + { { 0, 6, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 289.30330, 0.00007, 0.148 }, + { { 0, 6, -3, 0, 0, 0, 0, 0, 1, 0, -1 }, 308.70608, 0.00001, 0.175 }, + { { 0, 6, -3, 0, 1, 0, 0, 0, 2, 0, 0 }, 125.38367, 0.00003, 0.032 }, + { { 0, 6, -2, 0, -1, 0, 0, 0, 2, -2, 0 }, 220.73725, 0.00001, 0.170 }, + { { 0, 6, -2, 0, -1, 0, 0, 0, 2, 0, 0 }, 151.80226, 0.00008, 0.031 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 128.23943, 0.00003, 0.182 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 159.37159, 0.00001, 0.129 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 128.23943, 0.00003, 0.048 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 0, 2, 0 }, 184.03956, 0.00001, 0.029 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 127.83510, 0.00001, 0.167 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 128.08597, 0.00003, 0.031 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 2, 2, 0 }, 128.21227, 0.00002, 0.017 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 4, 0, 0 }, 308.00843, 0.00002, 0.017 }, + { { 0, 6, -2, 0, 1, 0, 0, 0, 2, 0, 0 }, 298.77412, 0.00008, 0.031 }, + { { 0, 6, -1, 0, -1, 0, 0, 0, 0, 0, 0 }, 129.52263, 0.00002, 0.115 }, + { { 0, 6, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 302.03320, 0.00004, 0.063 }, + { { 0, 6, -1, 0, 0, 0, 0, 0, -2, 2, 0 }, 302.03320, 0.00004, 0.095 }, + { { 0, 6, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 79.42172, 0.00001, 0.114 }, + { { 0, 6, -1, 0, 0, 0, 0, 0, 2, -2, 0 }, 216.98408, 0.00004, 0.143 }, + { { 0, 6, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 216.98408, 0.00004, 0.030 }, + { { 0, 6, 0, -15, 0, 0, 0, 0, 2, -3, 0 }, 323.85091, 0.00001, 0.075 }, + { { 0, 6, 0, -15, 0, 0, 0, 0, 2, -1, 0 }, 323.85091, 0.00001, 0.075 }, + { { 0, 6, 0, -2, 0, 0, 0, 0, 2, -2, 0 }, 308.30059, 0.00002, 0.145 }, + { { 0, 6, 0, -2, 0, 0, 0, 0, 2, 0, 0 }, 308.24178, 0.00003, 0.030 }, + { { 0, 6, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 327.13397, 0.00001, 0.029 }, + { { 0, 6, 4, 0, -6, 0, 0, 0, 0, -1, 0 }, 124.17800, 0.00002, 118.454 }, + { { 0, 7, -42, 36, 0, 0, 0, 0, 2, -1, 0 }, 306.33764, 0.00001, 968.212 }, + { { 0, 7, -19, 11, 0, 0, 0, 0, -2, 1, 0 }, 158.55636, 0.00005, 0.075 }, + { { 0, 7, -19, 11, 0, 0, 0, 0, -2, 2, 0 }, 132.89984, 0.00007, 828.943 }, + { { 0, 7, -19, 11, 0, 0, 0, 0, -2, 3, 0 }, 158.55636, 0.00005, 0.075 }, + { { 0, 7, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 289.61472, 0.00002, 0.034 }, + { { 0, 7, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 289.62140, 0.00001, 0.351 }, + { { 0, 7, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 305.27208, 0.00002, 0.381 }, + { { 0, 7, -14, 0, 2, 0, 0, 0, -2, 0, 0 }, 322.84799, 0.00002, 0.037 }, + { { 0, 7, -14, 0, 2, 0, 0, 0, -2, 1, 0 }, 322.94001, 0.00002, 0.072 }, + { { 0, 7, -14, 0, 2, 0, 0, 0, -2, 3, 0 }, 142.94001, 0.00002, 0.080 }, + { { 0, 7, -14, 2, 0, 0, 0, 0, -2, 1, 0 }, 323.05907, 0.00002, 0.077 }, + { { 0, 7, -14, 2, 0, 0, 0, 0, -2, 3, 0 }, 323.05907, 0.00002, 0.074 }, + { { 0, 7, -14, 5, 0, 0, 0, 0, 0, -1, 0 }, 289.17636, 0.00003, 0.076 }, + { { 0, 7, -14, 5, 0, 0, 0, 0, 0, 1, 0 }, 289.17636, 0.00003, 0.075 }, + { { 0, 7, -13, 0, -1, 0, 0, 0, -2, 1, 0 }, 51.98380, 0.00007, 0.076 }, + { { 0, 7, -13, 0, -1, 0, 0, 0, -2, 2, 0 }, 230.98389, 0.00001, 14.625 }, + { { 0, 7, -13, 0, -1, 0, 0, 0, 0, 1, 0 }, 231.98380, 0.00002, 0.087 }, + { { 0, 7, -13, 0, 0, 0, 0, 0, -2, -1, 0 }, 221.48024, 0.00002, 0.025 }, + { { 0, 7, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 219.96242, 0.00002, 0.038 }, + { { 0, 7, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 244.05055, 0.00005, 0.076 }, + { { 0, 7, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 219.96242, 0.00002, 6.550 }, + { { 0, 7, -13, 0, 0, 0, 0, 0, -2, 3, 0 }, 100.89981, 0.00002, 0.075 }, + { { 0, 7, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 268.19660, 0.00002, 0.617 }, + { { 0, 7, -13, 0, 1, 0, 0, 0, -2, 1, 0 }, 142.51747, 0.00001, 0.077 }, + { { 0, 7, -13, 0, 1, 0, 0, 0, -2, 2, 0 }, 141.67468, 0.00001, 4.220 }, + { { 0, 7, -13, 0, 1, 0, 0, 0, -2, 3, 0 }, 142.51747, 0.00001, 0.074 }, + { { 0, 7, -13, 0, 2, 0, 0, 0, -2, 1, 0 }, 203.16216, 0.00001, 0.077 }, + { { 0, 7, -13, 0, 2, 0, 0, 0, -2, 2, 0 }, 51.57778, 0.00002, 3.113 }, + { { 0, 7, -13, 0, 2, 0, 0, 0, -2, 3, 0 }, 203.16216, 0.00001, 0.074 }, + { { 0, 7, -13, 0, 3, 0, 0, 0, -2, 1, 0 }, 41.58668, 0.00003, 0.078 }, + { { 0, 7, -13, 0, 3, 0, 0, 0, -2, 3, 0 }, 41.58668, 0.00003, 0.073 }, + { { 0, 7, -13, 2, 0, 0, 0, 0, -2, 0, 0 }, 233.72668, 0.00005, 0.040 }, + { { 0, 7, -13, 2, 0, 0, 0, 0, -2, 1, 0 }, 231.75298, 0.00003, 0.083 }, + { { 0, 7, -13, 2, 0, 0, 0, 0, -2, 2, 0 }, 231.75298, 0.00003, 0.822 }, + { { 0, 7, -13, 2, 0, 0, 0, 0, -2, 3, 0 }, 231.75298, 0.00003, 0.069 }, + { { 0, 7, -13, 2, 0, 0, 0, 0, 0, -1, 0 }, 51.75298, 0.00003, 0.072 }, + { { 0, 7, -13, 2, 0, 0, 0, 0, 0, 1, 0 }, 51.75298, 0.00003, 0.079 }, + { { 0, 7, -13, 3, 0, 0, 0, 0, 0, -1, 0 }, 20.15736, 0.00004, 0.075 }, + { { 0, 7, -13, 3, 0, 0, 0, 0, 0, 1, 0 }, 20.15736, 0.00004, 0.076 }, + { { 0, 7, -12, -2, 0, 0, 0, 0, -2, 1, 0 }, 1.73867, 0.00001, 0.076 }, + { { 0, 7, -12, -2, 0, 0, 0, 0, -2, 3, 0 }, 1.73867, 0.00001, 0.075 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 346.66227, 0.00001, 0.039 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 357.99146, 0.00006, 0.083 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 334.22332, 0.00004, 0.868 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, -2, 3, 0 }, 346.88252, 0.00006, 0.069 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, 0, -2, 0 }, 173.17851, 0.00001, 0.037 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 205.74575, 0.00002, 0.072 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 77.65085, 0.00003, 1.609 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, 0, 1, 0 }, 192.77160, 0.00003, 0.079 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, 0, 2, 0 }, 142.71587, 0.00001, 0.039 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, 2, -2, 0 }, 237.87060, 0.00002, 0.417 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 237.87803, 0.00002, 0.092 }, + { { 0, 7, -12, 0, 1, 0, 0, 0, 0, 0, 0 }, 50.43580, 0.00002, 1.862 }, + { { 0, 7, -12, 0, 2, 0, 0, 0, -2, 1, 0 }, 111.92313, 0.00003, 0.084 }, + { { 0, 7, -12, 0, 2, 0, 0, 0, 0, -1, 0 }, 291.92313, 0.00002, 0.073 }, + { { 0, 7, -12, 0, 2, 0, 0, 0, 0, 1, 0 }, 291.92313, 0.00002, 0.078 }, + { { 0, 7, -12, 1, 0, 0, 0, 0, 0, -1, 0 }, 231.24612, 0.00001, 0.075 }, + { { 0, 7, -12, 1, 0, 0, 0, 0, 0, 1, 0 }, 231.24612, 0.00001, 0.076 }, + { { 0, 7, -12, 2, 0, 0, 0, 0, -2, 0, 0 }, 95.38605, 0.00002, 0.041 }, + { { 0, 7, -12, 2, 0, 0, 0, 0, -2, 2, 0 }, 95.38605, 0.00002, 0.451 }, + { { 0, 7, -12, 2, 0, 0, 0, 0, 0, -1, 0 }, 95.38605, 0.00001, 0.078 }, + { { 0, 7, -12, 2, 0, 0, 0, 0, 0, 1, 0 }, 95.38605, 0.00001, 0.073 }, + { { 0, 7, -11, -4, 0, 0, 0, 0, -2, 1, 0 }, 344.27383, 0.00001, 0.076 }, + { { 0, 7, -11, -4, 0, 0, 0, 0, -2, 3, 0 }, 344.27383, 0.00001, 0.075 }, + { { 0, 7, -11, 0, -1, 0, 0, 0, -2, 0, 0 }, 242.17307, 0.00003, 0.041 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 145.90283, 0.00006, 0.041 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, -2, 0, 2 }, 231.77743, 0.00002, 0.402 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 126.37372, 0.00007, 0.090 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 61.06912, 0.00001, 0.465 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, -2, 3, 0 }, 51.94140, 0.00003, 0.065 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 130.28157, 0.00010, 0.078 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 153.11345, 0.00058, 2.641 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, 0, 1, 0 }, 130.28157, 0.00010, 0.073 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, 1, 0, -1 }, 151.66055, 0.00002, 1.481 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, 1, 0, 0 }, 58.88694, 0.00002, 0.078 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 172.45257, 0.00003, 0.084 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 153.03558, 0.00004, 0.040 }, + { { 0, 7, -11, 0, 1, 0, 0, 0, -2, 0, 0 }, 39.15162, 0.00005, 0.041 }, + { { 0, 7, -11, 0, 1, 0, 0, 0, -2, 1, 0 }, 218.65854, 0.00003, 0.091 }, + { { 0, 7, -11, 0, 1, 0, 0, 0, -2, 2, 0 }, 38.65718, 0.00003, 0.447 }, + { { 0, 7, -11, 0, 1, 0, 0, 0, 0, -1, 0 }, 38.92048, 0.00003, 0.078 }, + { { 0, 7, -11, 0, 1, 0, 0, 0, 0, 1, 0 }, 38.92048, 0.00003, 0.073 }, + { { 0, 7, -10, -2, 0, 0, 0, 0, 0, -1, 0 }, 10.98302, 0.00002, 0.077 }, + { { 0, 7, -10, -2, 0, 0, 0, 0, 0, 1, 0 }, 10.98302, 0.00002, 0.074 }, + { { 0, 7, -10, 0, -1, 0, 0, 0, -2, 0, 0 }, 235.59653, 0.00001, 0.043 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, -4, 0, 0 }, 120.98243, 0.00003, 0.021 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 261.60273, 0.00008, 0.043 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 254.31865, 0.00011, 0.099 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 72.52235, 0.00011, 0.084 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 49.02518, 0.00010, 0.725 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 254.34708, 0.00001, 0.068 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 0, 2, 0 }, 72.63743, 0.00001, 0.036 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 1, -1, -1 }, 248.42646, 0.00002, 0.077 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 1, 0, -1 }, 248.42646, 0.00036, 3.078 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 1, 0, 0 }, 250.08895, 0.00003, 0.073 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 1, 0, 1 }, 68.37961, 0.00004, 0.037 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 1, 1, -1 }, 248.42646, 0.00002, 0.074 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 1, 2, -3 }, 67.85481, 0.00001, 116.052 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 2, -3, 0 }, 42.11926, 0.00001, 0.073 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 2, -2, 0 }, 254.51257, 0.00006, 2.529 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 253.77328, 0.00064, 0.078 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 253.81395, 0.00014, 0.038 }, + { { 0, 7, -10, 0, 1, 0, 0, 0, -2, 0, 0 }, 24.47721, 0.00001, 0.043 }, + { { 0, 7, -10, 0, 1, 0, 0, 0, -2, 2, 0 }, 204.47721, 0.00001, 0.309 }, + { { 0, 7, -10, 0, 1, 0, 0, 0, 2, -3, 0 }, 169.25274, 0.00002, 0.074 }, + { { 0, 7, -10, 0, 1, 0, 0, 0, 2, -1, 0 }, 169.25274, 0.00002, 0.077 }, + { { 0, 7, -10, 0, 2, 0, 0, 0, 2, -3, 0 }, 91.24294, 0.00001, 0.074 }, + { { 0, 7, -10, 0, 2, 0, 0, 0, 2, -1, 0 }, 91.24294, 0.00001, 0.077 }, + { { 0, 7, -10, 0, 2, 0, 0, 0, 2, 0, 0 }, 271.10027, 0.00002, 0.038 }, + { { 0, 7, -10, 0, 3, 0, 0, 0, 2, -3, 0 }, 81.41201, 0.00002, 0.075 }, + { { 0, 7, -10, 0, 3, 0, 0, 0, 2, -1, 0 }, 214.09714, 0.00006, 0.076 }, + { { 0, 7, -10, 0, 4, 0, 0, 0, 2, -1, 0 }, 172.19332, 0.00003, 0.076 }, + { { 0, 7, -10, 2, 0, 0, 0, 0, 2, -3, 0 }, 271.31183, 0.00001, 0.079 }, + { { 0, 7, -10, 2, 0, 0, 0, 0, 2, -1, 0 }, 271.31183, 0.00001, 0.072 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 171.55245, 0.00006, 0.045 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 165.24609, 0.00007, 0.110 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, -2, 2, 0 }, 225.48196, 0.00001, 0.241 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, -2, 3, 0 }, 356.80563, 0.00001, 0.057 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, -1, 0, -1 }, 168.27852, 0.00001, 0.043 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, -1, 0, 1 }, 6.32091, 0.00004, 0.291 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 171.27810, 0.00029, 0.092 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 342.00375, 0.00101, 0.420 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 345.54539, 0.00018, 0.064 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 1, -3, 1 }, 168.93861, 0.00002, 0.086 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 1, -1, -1 }, 168.92485, 0.00004, 0.084 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 1, -1, 1 }, 348.93861, 0.00002, 0.067 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 1, 0, -1 }, 168.98461, 0.00037, 0.755 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 1, 0, 0 }, 163.21785, 0.00004, 0.068 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 1, 0, 1 }, 348.93858, 0.00003, 0.035 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 1, 1, -1 }, 168.92485, 0.00004, 0.069 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, -3, 0 }, 351.31644, 0.00006, 0.079 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, -2, 0 }, 331.06974, 0.00001, 1.654 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 348.84970, 0.00238, 0.072 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, 0, -2 }, 350.08697, 0.00015, 3.688 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, 0, -1 }, 349.06806, 0.00003, 0.073 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 174.39874, 0.00023, 0.037 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, 1, 0 }, 168.91441, 0.00004, 0.025 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 4, -3, 0 }, 171.79239, 0.00001, 0.083 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 4, -2, 0 }, 347.89712, 0.00004, 0.039 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 4, 0, 0 }, 169.73018, 0.00003, 0.019 }, + { { 0, 7, -9, 0, 1, 0, 0, 0, -2, 0, 0 }, 270.39475, 0.00001, 0.045 }, + { { 0, 7, -9, 0, 1, 0, 0, 0, -2, 2, 0 }, 90.39475, 0.00001, 0.236 }, + { { 0, 7, -9, 0, 1, 0, 0, 0, 0, 0, 0 }, 90.97002, 0.00001, 0.406 }, + { { 0, 7, -9, 0, 1, 0, 0, 0, 2, -3, 0 }, 269.89632, 0.00002, 0.080 }, + { { 0, 7, -9, 0, 1, 0, 0, 0, 2, -2, 0 }, 89.92696, 0.00002, 1.452 }, + { { 0, 7, -9, 0, 1, 0, 0, 0, 2, -1, 0 }, 269.89632, 0.00002, 0.072 }, + { { 0, 7, -9, 0, 1, 0, 0, 0, 2, 0, 0 }, 89.92696, 0.00002, 0.037 }, + { { 0, 7, -9, 0, 2, 0, 0, 0, -2, 0, 0 }, 179.88364, 0.00001, 0.045 }, + { { 0, 7, -9, 0, 2, 0, 0, 0, -2, 2, 0 }, 359.88364, 0.00001, 0.231 }, + { { 0, 7, -9, 0, 2, 0, 0, 0, 2, -3, 0 }, 179.92269, 0.00001, 0.080 }, + { { 0, 7, -9, 0, 2, 0, 0, 0, 2, -1, 0 }, 179.92269, 0.00001, 0.071 }, + { { 0, 7, -9, 0, 2, 0, 0, 0, 2, 0, 0 }, 359.84379, 0.00003, 0.037 }, + { { 0, 7, -9, 0, 3, 0, 0, 0, 2, -1, 0 }, 350.11012, 0.00003, 0.071 }, + { { 0, 7, -9, 2, 0, 0, 0, 0, 2, -2, 0 }, 0.15930, 0.00002, 0.600 }, + { { 0, 7, -9, 4, 0, 0, 0, 0, 0, 0, 0 }, 57.64351, 0.00001, 0.222 }, + { { 0, 7, -8, -3, 0, 0, 0, 0, 2, -2, 0 }, 350.56694, 0.00003, 104.252 }, + { { 0, 7, -8, 0, -1, 0, 0, 0, -2, 0, 0 }, 104.47209, 0.00002, 0.047 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 83.23138, 0.00002, 0.047 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 90.52699, 0.00016, 0.123 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 275.09681, 0.00001, 0.194 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -1, -1, 1 }, 76.15114, 0.00002, 0.113 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -1, 0, -1 }, 76.12400, 0.00007, 0.045 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -1, 0, 0 }, 93.67482, 0.00004, 0.111 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -1, 0, 1 }, 256.10238, 0.00014, 0.226 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -1, 1, -1 }, 76.13968, 0.00005, 0.109 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 89.65201, 0.00025, 0.101 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 271.72293, 0.00303, 0.296 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 271.81423, 0.00059, 0.060 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 0, 2, 0 }, 271.63462, 0.00004, 0.033 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, -1, -1 }, 76.14435, 0.00014, 0.091 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, -1, 0 }, 91.92088, 0.00001, 0.401 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, -1, 1 }, 256.14893, 0.00007, 0.063 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, 0, -1 }, 76.14496, 0.00097, 0.430 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, 0, 0 }, 90.99229, 0.00007, 0.064 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, 0, 1 }, 256.12083, 0.00002, 0.034 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, 1, -1 }, 76.14224, 0.00010, 0.064 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, -3, 0 }, 270.85810, 0.00003, 0.086 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, -2, 0 }, 270.95782, 0.00009, 0.623 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 272.00995, 0.00422, 0.067 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, 0, -2 }, 272.17587, 0.00014, 0.787 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, 0, -1 }, 258.11372, 0.00004, 0.068 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 93.51051, 0.00147, 0.036 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, 1, 0 }, 93.92594, 0.00020, 0.024 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, 2, 0 }, 92.34454, 0.00003, 0.018 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 3, -1, -1 }, 84.02925, 0.00009, 0.072 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 3, 0, -1 }, 76.14441, 0.00001, 0.037 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 3, 0, 0 }, 92.43620, 0.00002, 0.025 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 4, -2, 0 }, 273.50069, 0.00007, 0.038 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 4, -1, 0 }, 261.87196, 0.00001, 0.025 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 4, 0, 0 }, 98.44385, 0.00007, 0.019 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 4, 1, 0 }, 92.56636, 0.00001, 0.015 }, + { { 0, 7, -8, 0, 1, 0, 0, 0, -2, 0, 0 }, 194.21063, 0.00008, 0.047 }, + { { 0, 7, -8, 0, 1, 0, 0, 0, 0, 0, 0 }, 11.58450, 0.00002, 0.289 }, + { { 0, 7, -8, 0, 1, 0, 0, 0, 2, -2, 0 }, 178.56395, 0.00001, 0.592 }, + { { 0, 7, -8, 0, 1, 0, 0, 0, 2, 0, 0 }, 178.65268, 0.00004, 0.035 }, + { { 0, 7, -8, 0, 2, 0, 0, 0, 2, 0, 0 }, 60.17541, 0.00003, 0.035 }, + { { 0, 7, -8, 0, 2, 0, 0, 0, 4, -4, 0 }, 60.17541, 0.00013, 1309.823 }, + { { 0, 7, -8, 2, 0, 0, 0, 0, -2, 1, 0 }, 40.49581, 0.00001, 0.142 }, + { { 0, 7, -8, 3, 0, 0, 0, 0, -2, 0, 0 }, 236.40222, 0.00002, 0.051 }, + { { 0, 7, -8, 3, 0, 0, 0, 0, -2, 2, 0 }, 236.40222, 0.00002, 0.148 }, + { { 0, 7, -7, 0, -2, 0, 0, 0, 0, 0, 0 }, 194.58968, 0.00002, 0.238 }, + { { 0, 7, -7, 0, -1, 0, 0, 0, -2, 0, 0 }, 187.37803, 0.00007, 0.049 }, + { { 0, 7, -7, 0, -1, 0, 0, 0, -2, 2, 0 }, 185.56129, 0.00001, 0.165 }, + { { 0, 7, -7, 0, -1, 0, 0, 0, 0, 0, 0 }, 161.14844, 0.00002, 0.233 }, + { { 0, 7, -7, 0, -1, 0, 0, 0, 2, -1, 0 }, 188.70149, 0.00003, 0.063 }, + { { 0, 7, -7, 0, -1, 0, 0, 0, 2, 0, 0 }, 5.57836, 0.00002, 0.034 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -4, 2, 0 }, 179.80136, 0.00002, 0.054 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -2, -1, 0 }, 180.99434, 0.00004, 0.030 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 181.03795, 0.00031, 0.049 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 180.85118, 0.00023, 0.141 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 359.73670, 0.00010, 0.163 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -2, 3, 0 }, 359.75732, 0.00002, 0.052 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 359.95678, 0.00014, 0.125 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -1, 0, 1 }, 17.56019, 0.00002, 0.184 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -1, 1, 0 }, 0.05143, 0.00002, 0.190 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, -2, 0 }, 179.29296, 0.00002, 0.045 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 181.43156, 0.00041, 0.113 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, 0, -2 }, 179.92421, 0.00001, 0.045 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 179.98587, 0.01547, 0.228 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, 0, 2 }, 0.02374, 0.00002, 0.032 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 180.07780, 0.00258, 0.057 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, 2, 0 }, 180.18203, 0.00020, 0.032 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, 3, 0 }, 180.13016, 0.00002, 0.023 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 1, -1, 0 }, 0.32124, 0.00005, 0.286 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 1, 0, -1 }, 190.86477, 0.00017, 0.301 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 1, 0, 0 }, 0.01887, 0.00023, 0.060 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 1, 1, 0 }, 359.95962, 0.00001, 0.033 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, -4, 0 }, 0.02143, 0.00001, 0.042 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, -3, 0 }, 0.07850, 0.00003, 0.094 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, -2, 0 }, 180.20108, 0.00055, 0.384 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, -1, -2 }, 180.02317, 0.00004, 0.091 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 180.05152, 0.01290, 0.063 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, -1, 2 }, 0.03096, 0.00003, 0.023 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, 0, -2 }, 180.02963, 0.00038, 0.440 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 0.04712, 0.00708, 0.034 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, 0, 2 }, 180.00981, 0.00003, 0.018 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, 1, 0 }, 0.00567, 0.00059, 0.024 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, 2, 0 }, 359.99526, 0.00008, 0.018 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 3, -2, 0 }, 0.01116, 0.00003, 0.067 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 3, -1, 0 }, 180.06270, 0.00001, 0.035 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 3, 0, 0 }, 0.07645, 0.00003, 0.024 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 3, 1, 0 }, 0.06251, 0.00001, 0.018 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 4, -2, 0 }, 179.90396, 0.00018, 0.037 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 4, -1, 0 }, 359.92759, 0.00001, 0.025 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 4, 0, 0 }, 0.00404, 0.00009, 0.019 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 4, 1, 0 }, 0.01732, 0.00003, 0.015 }, + { { 0, 7, -7, 0, 1, 0, 0, 0, -2, 0, 0 }, 346.20478, 0.00005, 0.049 }, + { { 0, 7, -7, 0, 1, 0, 0, 0, 0, -2, 0 }, 351.25059, 0.00001, 0.045 }, + { { 0, 7, -7, 0, 1, 0, 0, 0, 0, 0, 0 }, 171.25059, 0.00001, 0.224 }, + { { 0, 7, -7, 0, 1, 0, 0, 0, 2, -1, 0 }, 346.91082, 0.00002, 0.063 }, + { { 0, 7, -6, -2, 0, 0, 0, 0, 2, -2, 0 }, 139.45627, 0.00001, 0.394 }, + { { 0, 7, -6, -2, 0, 0, 0, 0, 2, 0, 0 }, 139.45627, 0.00001, 0.034 }, + { { 0, 7, -6, 0, -2, 0, 0, 0, -2, 0, 0 }, 108.07759, 0.00001, 0.051 }, + { { 0, 7, -6, 0, -2, 0, 0, 0, -2, 2, 0 }, 108.07759, 0.00001, 0.143 }, + { { 0, 7, -6, 0, -2, 0, 0, 0, 0, 0, 0 }, 277.93501, 0.00001, 0.192 }, + { { 0, 7, -6, 0, -1, 0, 0, 0, -2, -2, 0 }, 181.26401, 0.00001, 0.022 }, + { { 0, 7, -6, 0, -1, 0, 0, 0, -2, 2, 0 }, 178.63609, 0.00001, 0.141 }, + { { 0, 7, -6, 0, -1, 0, 0, 0, 0, 0, 0 }, 181.50885, 0.00008, 0.189 }, + { { 0, 7, -6, 0, -1, 0, 0, 0, 2, 0, 0 }, 3.84881, 0.00003, 0.033 }, + { { 0, 7, -6, 0, 0, -1, 0, 0, -2, 0, 0 }, 180.20063, 0.00001, 0.052 }, + { { 0, 7, -6, 0, 0, -1, 0, 0, -2, 2, 0 }, 0.20063, 0.00001, 0.140 }, + { { 0, 7, -6, 0, 0, -1, 0, 0, 0, 0, 0 }, 180.19092, 0.00001, 0.187 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -3, 0, 1 }, 103.26602, 0.00002, 0.055 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 85.00920, 0.00004, 0.052 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 257.10478, 0.00003, 0.164 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 287.65431, 0.00003, 0.140 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -1, -1, -1 }, 103.27212, 0.00002, 0.030 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -1, 0, -1 }, 103.26506, 0.00018, 0.049 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -1, 0, 1 }, 283.16314, 0.00022, 0.155 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -1, 1, -1 }, 103.26897, 0.00007, 0.140 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -1, 1, 1 }, 103.31514, 0.00001, 0.051 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 238.17758, 0.00003, 0.127 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 0, 0, -1 }, 283.29041, 0.00001, 0.124 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 103.87008, 0.00003, 0.186 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 81.95330, 0.00003, 0.054 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 0, 2, 0 }, 353.01259, 0.00001, 0.031 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.30932, 0.00014, 0.112 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 1, -1, 1 }, 283.31570, 0.00006, 0.056 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.31793, 0.00081, 0.231 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 1, 1, -1 }, 103.31359, 0.00009, 0.057 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 1, 1, 1 }, 103.31536, 0.00001, 0.023 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 258.70484, 0.00001, 0.277 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 269.10504, 0.00029, 0.059 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 2, 0, -2 }, 261.80123, 0.00001, 0.306 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 2, 0, -1 }, 283.35077, 0.00002, 0.060 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 89.19962, 0.00033, 0.033 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 2, 1, 0 }, 85.48805, 0.00005, 0.023 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 3, 0, -1 }, 103.31603, 0.00002, 0.034 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 4, -1, 0 }, 87.86549, 0.00002, 0.024 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 4, 0, 0 }, 81.80114, 0.00003, 0.018 }, + { { 0, 7, -5, -3, 0, 0, 0, 0, -2, 0, 0 }, 336.21540, 0.00001, 0.050 }, + { { 0, 7, -5, -3, 0, 0, 0, 0, -2, 2, 0 }, 336.21540, 0.00001, 0.152 }, + { { 0, 7, -5, -2, 0, 0, 0, 0, -2, 0, 0 }, 0.56670, 0.00001, 0.051 }, + { { 0, 7, -5, -2, 0, 0, 0, 0, -2, 2, 0 }, 0.56670, 0.00001, 0.141 }, + { { 0, 7, -5, -2, 0, 0, 0, 0, 0, -2, 0 }, 179.87914, 0.00001, 0.047 }, + { { 0, 7, -5, 0, -3, 0, 0, 0, -2, 0, 0 }, 7.67581, 0.00001, 0.054 }, + { { 0, 7, -5, 0, -3, 0, 0, 0, -2, 2, 0 }, 7.67581, 0.00001, 0.127 }, + { { 0, 7, -5, 0, -2, 0, 0, 0, -2, 2, 0 }, 0.29893, 0.00002, 0.125 }, + { { 0, 7, -5, 0, -2, 0, 0, 0, 0, -2, 0 }, 0.11639, 0.00003, 0.049 }, + { { 0, 7, -5, 0, -2, 0, 0, 0, 0, 0, 0 }, 359.91945, 0.00007, 0.161 }, + { { 0, 7, -5, 0, -2, 0, 0, 0, 2, -2, 0 }, 179.98422, 0.00001, 0.225 }, + { { 0, 7, -5, 0, -1, 0, 0, 0, 0, 0, 0 }, 89.24118, 0.00001, 0.159 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, -2, -1, 0 }, 26.83917, 0.00003, 0.032 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 27.82119, 0.00022, 0.054 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 25.61916, 0.00013, 0.196 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, -1, 0, 0 }, 205.91954, 0.00002, 0.167 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 0, -2, 0 }, 342.07231, 0.00001, 0.050 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 26.39256, 0.00014, 0.145 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 26.20666, 0.00076, 0.157 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 25.94863, 0.00007, 0.051 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 2, -2, 0 }, 327.22099, 0.00003, 0.217 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 25.91958, 0.00011, 0.056 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 218.64306, 0.00011, 0.032 }, + { { 0, 7, -4, 0, -3, 0, 0, 0, -2, 0, 0 }, 356.67748, 0.00001, 0.057 }, + { { 0, 7, -4, 0, -3, 0, 0, 0, -2, 2, 0 }, 176.67748, 0.00001, 0.112 }, + { { 0, 7, -4, 0, -1, 0, 0, 0, 2, -2, 0 }, 156.55444, 0.00001, 0.181 }, + { { 0, 7, -4, 0, -1, 0, 0, 0, 2, 0, 0 }, 336.55444, 0.00001, 0.031 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 279.31321, 0.00002, 0.244 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 286.23738, 0.00005, 0.136 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, 1, 0, -1 }, 309.00800, 0.00001, 0.158 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 44.09399, 0.00003, 0.178 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 29.30085, 0.00001, 0.031 }, + { { 0, 7, -4, 0, 1, 0, 0, 0, 2, -2, 0 }, 307.29456, 0.00003, 0.176 }, + { { 0, 7, -4, 0, 1, 0, 0, 0, 2, 0, 0 }, 311.49871, 0.00002, 0.031 }, + { { 0, 7, -3, 0, -1, 0, 0, 0, 2, -2, 0 }, 294.47001, 0.00002, 0.153 }, + { { 0, 7, -3, 0, -1, 0, 0, 0, 2, 0, 0 }, 157.40616, 0.00005, 0.030 }, + { { 0, 7, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 128.23584, 0.00003, 0.205 }, + { { 0, 7, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 184.33882, 0.00001, 0.119 }, + { { 0, 7, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 128.23584, 0.00003, 0.046 }, + { { 0, 7, -3, 0, 0, 0, 0, 0, 2, -2, 0 }, 130.59254, 0.00001, 0.151 }, + { { 0, 7, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 128.19712, 0.00002, 0.050 }, + { { 0, 7, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 127.78912, 0.00003, 0.030 }, + { { 0, 7, -3, 0, 0, 0, 0, 0, 2, 1, 0 }, 128.25372, 0.00003, 0.022 }, + { { 0, 7, -3, 0, 0, 0, 0, 0, 2, 2, 0 }, 128.21098, 0.00002, 0.017 }, + { { 0, 7, -3, 0, 1, 0, 0, 0, 2, 0, 0 }, 298.78214, 0.00007, 0.030 }, + { { 0, 7, -2, -2, 0, 0, 0, 0, 2, -2, 0 }, 84.56604, 0.00001, 0.153 }, + { { 0, 7, -2, -2, 0, 0, 0, 0, 2, 0, 0 }, 84.56604, 0.00001, 0.030 }, + { { 0, 7, -2, 0, 0, 0, 0, 0, -4, 1, 2 }, 307.56812, 0.00003, 224.432 }, + { { 0, 7, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 302.01220, 0.00004, 0.065 }, + { { 0, 7, -2, 0, 0, 0, 0, 0, -2, 2, 0 }, 302.01220, 0.00004, 0.090 }, + { { 0, 7, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 106.15247, 0.00002, 0.107 }, + { { 0, 7, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 221.97672, 0.00002, 0.132 }, + { { 0, 7, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 221.97672, 0.00002, 0.029 }, + { { 0, 7, 0, 0, 0, 0, 0, 0, -2, 0, 0 }, 146.63392, 0.00005, 0.075 }, + { { 0, 7, 0, 0, 0, 0, 0, 0, -2, 1, 0 }, 333.57500, 0.00002, 9.702 }, + { { 0, 7, 0, 0, 0, 0, 0, 0, -2, 2, 0 }, 146.63392, 0.00005, 0.076 }, + { { 0, 7, 1, 0, 0, 0, 0, 0, -1, 0, 0 }, 81.62314, 0.00007, 100.849 }, + { { 0, 7, 4, -4, 0, 0, 0, 0, 0, -1, 0 }, 255.05749, 0.00004, 261.124 }, + { { 0, 8, -47, 39, 0, 0, 0, 0, 0, 1, 0 }, 14.69784, 0.00001, 228.633 }, + { { 0, 8, -21, 19, 0, 0, 0, 0, 2, 0, -2 }, 29.96674, 0.00001, 743.522 }, + { { 0, 8, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 289.62237, 0.00004, 0.035 }, + { { 0, 8, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 109.62109, 0.00001, 0.065 }, + { { 0, 8, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 289.62237, 0.00004, 0.450 }, + { { 0, 8, -17, 0, 0, 0, 0, 0, -2, 3, 0 }, 109.62109, 0.00001, 0.091 }, + { { 0, 8, -16, 0, 0, 0, 0, 0, -3, 1, 2 }, 189.09427, 0.00009, 784.579 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 135.62389, 0.00002, 0.074 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, -2, 3, 0 }, 121.17650, 0.00004, 0.077 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, 0, -1, 0 }, 103.76468, 0.00002, 0.066 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 66.92964, 0.00004, 0.501 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, 0, 1, 0 }, 96.50738, 0.00004, 0.089 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 84.10440, 0.00012, 0.105 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 83.49278, 0.00017, 0.044 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, 2, 1, 0 }, 83.70399, 0.00001, 0.028 }, + { { 0, 8, -15, 0, 1, 0, 0, 0, -2, 1, 0 }, 220.52410, 0.00001, 0.075 }, + { { 0, 8, -15, 0, 1, 0, 0, 0, -2, 3, 0 }, 220.52410, 0.00001, 0.076 }, + { { 0, 8, -15, 0, 2, 0, 0, 0, -2, 0, 0 }, 322.89803, 0.00001, 0.038 }, + { { 0, 8, -15, 0, 2, 0, 0, 0, -2, 1, 0 }, 144.67237, 0.00003, 0.075 }, + { { 0, 8, -15, 0, 3, 0, 0, 0, -2, 1, 0 }, 311.04069, 0.00002, 0.076 }, + { { 0, 8, -15, 0, 3, 0, 0, 0, -2, 3, 0 }, 311.04069, 0.00002, 0.075 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, -2, -1, 0 }, 196.53620, 0.00002, 0.026 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 161.91695, 0.00017, 0.039 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, -2, 0, 2 }, 160.84741, 0.00001, 0.900 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 168.49561, 0.00011, 0.080 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, -1, 0, 0 }, 338.72447, 0.00001, 0.075 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 0, -1, 0 }, 342.43482, 0.00030, 0.070 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 339.88725, 0.00297, 1.004 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 0, 1, 0 }, 339.14058, 0.00092, 0.082 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 0, 2, 0 }, 338.52567, 0.00007, 0.039 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 2, -2, 0 }, 342.19956, 0.00010, 0.361 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 340.86790, 0.00265, 0.095 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 2, 0, -2 }, 340.77699, 0.00003, 0.322 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 340.02778, 0.00242, 0.042 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 2, 1, 0 }, 339.65027, 0.00024, 0.027 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 2, 2, 0 }, 340.37887, 0.00002, 0.020 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 4, -2, 0 }, 341.02069, 0.00005, 0.046 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 4, -1, 0 }, 340.12333, 0.00010, 0.028 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 4, 0, 0 }, 339.86955, 0.00006, 0.021 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 4, 1, 0 }, 160.78100, 0.00001, 0.016 }, + { { 0, 8, -14, 0, 1, 0, 0, 0, -2, 0, 0 }, 141.72472, 0.00002, 0.039 }, + { { 0, 8, -14, 0, 1, 0, 0, 0, -2, 1, 0 }, 322.05580, 0.00001, 0.081 }, + { { 0, 8, -14, 0, 1, 0, 0, 0, -2, 2, 0 }, 141.72472, 0.00002, 1.159 }, + { { 0, 8, -14, 0, 1, 0, 0, 0, -2, 3, 0 }, 142.05580, 0.00001, 0.071 }, + { { 0, 8, -14, 0, 2, 0, 0, 0, -2, 0, 0 }, 51.54343, 0.00001, 0.039 }, + { { 0, 8, -14, 0, 2, 0, 0, 0, -2, 2, 0 }, 51.51862, 0.00001, 1.056 }, + { { 0, 8, -14, 0, 2, 0, 0, 0, 0, -1, 0 }, 231.62418, 0.00002, 0.071 }, + { { 0, 8, -14, 0, 2, 0, 0, 0, 0, 1, 0 }, 231.62418, 0.00002, 0.080 }, + { { 0, 8, -14, 1, 0, 0, 0, 0, 0, 0, 0 }, 57.72855, 0.00001, 2.155 }, + { { 0, 8, -14, 2, 0, 0, 0, 0, -2, 0, 0 }, 233.91101, 0.00004, 0.041 }, + { { 0, 8, -14, 2, 0, 0, 0, 0, -2, 1, 0 }, 51.80825, 0.00001, 0.088 }, + { { 0, 8, -14, 2, 0, 0, 0, 0, -2, 2, 0 }, 231.74157, 0.00003, 0.543 }, + { { 0, 8, -14, 2, 0, 0, 0, 0, -2, 3, 0 }, 51.80825, 0.00001, 0.066 }, + { { 0, 8, -14, 2, 0, 0, 0, 0, 0, -1, 0 }, 42.04044, 0.00002, 0.076 }, + { { 0, 8, -14, 2, 0, 0, 0, 0, 0, 1, 0 }, 42.04044, 0.00002, 0.075 }, + { { 0, 8, -13, 0, -1, 0, 0, 0, 0, -1, 0 }, 151.61017, 0.00002, 0.075 }, + { { 0, 8, -13, 0, -1, 0, 0, 0, 0, 1, 0 }, 151.61017, 0.00002, 0.076 }, + { { 0, 8, -13, 0, 0, -1, 0, 0, 0, -1, 0 }, 55.48736, 0.00001, 0.075 }, + { { 0, 8, -13, 0, 0, -1, 0, 0, 0, 1, 0 }, 55.48736, 0.00001, 0.076 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -6, 1, 0 }, 236.61541, 0.00001, 0.016 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -6, 2, 0 }, 236.94322, 0.00002, 0.021 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -4, -1, 0 }, 233.07350, 0.00005, 0.016 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -4, 0, 0 }, 234.82207, 0.00027, 0.020 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -4, 1, 0 }, 237.51551, 0.00072, 0.028 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -4, 1, 2 }, 237.88744, 0.00001, 0.107 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -4, 2, 0 }, 236.54948, 0.00051, 0.044 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -4, 3, 0 }, 234.33814, 0.00001, 0.103 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -3, 1, 0 }, 57.30147, 0.00003, 0.042 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, -3, 0 }, 280.67275, 0.00002, 0.016 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, -2, 0 }, 236.10963, 0.00019, 0.020 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, -1, -2 }, 57.56075, 0.00001, 0.015 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, -1, 0 }, 237.05628, 0.00227, 0.026 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, -1, 2 }, 57.18680, 0.00006, 0.090 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 0, -2 }, 56.92285, 0.00005, 0.019 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 237.41676, 0.02418, 0.040 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 0, 2 }, 237.88744, 0.00055, 0.474 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 1, -2 }, 57.95869, 0.00009, 0.026 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 238.00817, 0.03878, 0.087 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 1, 2 }, 236.32780, 0.00002, 0.065 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 241.53627, 0.00152, 0.562 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 3, 0 }, 240.35755, 0.00011, 0.067 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -1, -1, 0 }, 55.56603, 0.00007, 0.039 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -1, 0, 0 }, 55.68143, 0.00065, 0.081 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -1, 1, 0 }, 59.35696, 0.00009, 1.122 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -3, 0 }, 232.11210, 0.00018, 0.025 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -2, -2 }, 54.21420, 0.00002, 0.019 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -2, 0 }, 233.24949, 0.00263, 0.038 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -1, -2 }, 54.36152, 0.00010, 0.025 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 233.44625, 0.03878, 0.075 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -1, 2 }, 232.42650, 0.00006, 0.074 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 0, -2 }, 57.93744, 0.00011, 0.037 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 235.75013, 0.22653, 238.919 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 0, 2 }, 57.96760, 0.00011, 0.037 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 1, -2 }, 232.81680, 0.00006, 0.074 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 1, 0 }, 233.44527, 0.03874, 0.075 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 1, 2 }, 54.36152, 0.00010, 0.025 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 2, 0 }, 233.46584, 0.00262, 0.038 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 2, 2 }, 54.27133, 0.00002, 0.019 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 3, 0 }, 233.31325, 0.00018, 0.025 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 1, -1, 0 }, 59.45463, 0.00009, 1.133 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 1, 0, 0 }, 58.12277, 0.00064, 0.081 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 1, 1, 0 }, 57.06079, 0.00007, 0.039 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, -3, 0 }, 239.76901, 0.00011, 0.067 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, -2, 0 }, 239.14661, 0.00149, 0.565 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, -1, -2 }, 236.57729, 0.00002, 0.065 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 237.96935, 0.03850, 0.087 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, -1, 2 }, 57.91031, 0.00009, 0.026 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 0, -2 }, 237.85679, 0.00055, 0.475 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 237.22280, 0.02393, 0.040 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 0, 2 }, 56.71492, 0.00005, 0.019 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 1, -2 }, 57.13173, 0.00006, 0.090 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 1, 0 }, 236.29815, 0.00226, 0.026 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 1, 2 }, 57.38709, 0.00001, 0.015 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 2, 0 }, 235.81563, 0.00018, 0.020 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 3, 0 }, 237.43235, 0.00002, 0.016 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 3, -1, 0 }, 57.85682, 0.00003, 0.042 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 3, 0, 0 }, 238.67899, 0.00002, 0.027 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 4, -3, 0 }, 237.32225, 0.00001, 0.103 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 4, -2, 0 }, 237.95909, 0.00051, 0.044 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 4, -1, -2 }, 237.85449, 0.00001, 0.107 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 4, -1, 0 }, 237.32032, 0.00071, 0.028 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 4, 0, 0 }, 234.65369, 0.00027, 0.020 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 4, 1, 0 }, 236.48167, 0.00005, 0.016 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 6, -2, 0 }, 237.29957, 0.00002, 0.021 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 6, -1, 0 }, 236.56764, 0.00001, 0.016 }, + { { 0, 8, -13, 0, 0, 1, 0, 0, 0, -1, 0 }, 231.33101, 0.00002, 0.076 }, + { { 0, 8, -13, 0, 0, 1, 0, 0, 0, 1, 0 }, 231.33101, 0.00002, 0.075 }, + { { 0, 8, -13, 0, 1, 0, 0, 0, -2, 0, 0 }, 50.44888, 0.00003, 0.041 }, + { { 0, 8, -13, 0, 1, 0, 0, 0, -2, 3, 0 }, 229.98944, 0.00002, 0.066 }, + { { 0, 8, -13, 0, 1, 0, 0, 0, 0, -2, 0 }, 230.42338, 0.00001, 0.038 }, + { { 0, 8, -13, 0, 1, 0, 0, 0, 0, -1, 0 }, 160.86795, 0.00003, 0.076 }, + { { 0, 8, -13, 0, 1, 0, 0, 0, 0, 0, 0 }, 50.42338, 0.00001, 11.301 }, + { { 0, 8, -13, 0, 1, 0, 0, 0, 0, 1, 0 }, 160.86795, 0.00003, 0.075 }, + { { 0, 8, -13, 0, 2, 0, 0, 0, -2, 0, 0 }, 111.91072, 0.00003, 0.041 }, + { { 0, 8, -13, 0, 2, 0, 0, 0, 0, -1, 0 }, 292.34976, 0.00002, 0.076 }, + { { 0, 8, -13, 0, 2, 0, 0, 0, 0, 0, 0 }, 66.15411, 0.00001, 5.787 }, + { { 0, 8, -13, 0, 2, 0, 0, 0, 0, 1, 0 }, 292.34976, 0.00002, 0.074 }, + { { 0, 8, -13, 2, 0, 0, 0, 0, -2, 0, 0 }, 95.37364, 0.00001, 0.042 }, + { { 0, 8, -13, 2, 0, 0, 0, 0, -2, 2, 0 }, 95.37364, 0.00001, 0.352 }, + { { 0, 8, -13, 2, 0, 0, 0, 0, 1, 0, -1 }, 248.76653, 0.00003, 72.525 }, + { { 0, 8, -12, -2, 0, 0, 0, 0, 0, -1, 0 }, 282.32972, 0.00002, 0.075 }, + { { 0, 8, -12, -2, 0, 0, 0, 0, 0, 1, 0 }, 282.32972, 0.00002, 0.076 }, + { { 0, 8, -12, -1, 0, 0, 0, 0, 0, 0, 0 }, 81.34500, 0.00001, 2.116 }, + { { 0, 8, -12, 0, -1, 0, 0, 0, -2, 0, 0 }, 242.39647, 0.00005, 0.042 }, + { { 0, 8, -12, 0, -1, 0, 0, 0, -2, 1, 0 }, 60.43680, 0.00001, 0.095 }, + { { 0, 8, -12, 0, -1, 0, 0, 0, -2, 2, 0 }, 240.43201, 0.00003, 0.371 }, + { { 0, 8, -12, 0, -1, 0, 0, 0, -2, 3, 0 }, 240.43680, 0.00001, 0.063 }, + { { 0, 8, -12, 0, -1, 0, 0, 0, 0, -1, 0 }, 60.43680, 0.00001, 0.081 }, + { { 0, 8, -12, 0, -1, 0, 0, 0, 0, 1, 0 }, 60.43680, 0.00001, 0.071 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -4, 0, 0 }, 127.99202, 0.00003, 0.021 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -4, 1, 0 }, 122.52248, 0.00006, 0.028 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -4, 2, 0 }, 146.86481, 0.00001, 0.046 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, -1, 0 }, 111.72135, 0.00014, 0.027 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, -1, 2 }, 231.76818, 0.00001, 0.099 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 99.95690, 0.00108, 0.042 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, 0, 2 }, 178.21671, 0.00001, 0.321 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 91.84276, 0.00102, 0.095 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, 1, 2 }, 231.76818, 0.00001, 0.061 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 64.73554, 0.00006, 0.360 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, 3, 0 }, 226.47710, 0.00002, 0.062 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -1, -1, 1 }, 333.73592, 0.00002, 0.089 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -1, 0, -1 }, 153.72609, 0.00001, 0.040 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -1, 1, -1 }, 153.46828, 0.00002, 0.087 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 0, -2, 0 }, 4.92585, 0.00004, 0.039 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 7.20604, 0.00070, 0.082 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 350.36883, 0.00388, 0.996 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 0, 1, -2 }, 231.76818, 0.00003, 0.079 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 0, 1, 0 }, 342.84084, 0.00083, 0.070 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 0, 2, 0 }, 333.21241, 0.00008, 0.036 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 1, -1, -1 }, 333.46325, 0.00005, 0.075 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 1, -1, 0 }, 135.38098, 0.00002, 8.534 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 1, -1, 1 }, 154.04091, 0.00004, 0.074 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 1, 0, -1 }, 153.45595, 0.00028, 20.170 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 1, 0, 0 }, 155.82241, 0.00016, 0.075 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 1, 0, 1 }, 333.48140, 0.00050, 0.037 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 1, 1, -1 }, 333.46325, 0.00005, 0.076 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 1, 1, 1 }, 333.47607, 0.00005, 0.025 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 2, -2, 0 }, 139.80500, 0.00003, 1.299 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 328.37378, 0.00040, 0.080 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 2, 0, -2 }, 325.29317, 0.00002, 0.906 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 330.95691, 0.00038, 0.039 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 2, 1, 0 }, 324.37803, 0.00002, 0.026 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 3, 0, -1 }, 333.47607, 0.00002, 0.041 }, + { { 0, 8, -12, 0, 1, 0, 0, 0, -2, 0, 0 }, 39.03936, 0.00007, 0.042 }, + { { 0, 8, -12, 0, 1, 0, 0, 0, -2, 2, 0 }, 38.05158, 0.00001, 0.349 }, + { { 0, 8, -11, -4, 0, 0, 0, 0, 0, 0, 0 }, 35.34457, 0.00001, 8.160 }, + { { 0, 8, -11, -2, 0, 0, 0, 0, -2, 0, 0 }, 191.19158, 0.00002, 0.042 }, + { { 0, 8, -11, -2, 0, 0, 0, 0, -2, 2, 0 }, 191.19158, 0.00002, 0.368 }, + { { 0, 8, -11, 0, -1, 0, 0, 0, -2, 2, 0 }, 52.49172, 0.00001, 0.271 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, -4, 0, 0 }, 119.58915, 0.00002, 0.021 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, -2, -2, 0 }, 64.68732, 0.00001, 0.020 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 307.99636, 0.00007, 0.044 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 281.91444, 0.00008, 0.106 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 322.02983, 0.00002, 0.265 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 256.01605, 0.00020, 0.089 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 79.71820, 0.00009, 0.499 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 1, 0, -1 }, 247.87639, 0.00010, 1.052 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, -3, 0 }, 52.74876, 0.00002, 0.077 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, -2, 0 }, 255.42287, 0.00003, 4.345 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 76.07381, 0.00097, 0.074 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, 0, -1 }, 66.35732, 0.00005, 0.075 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 249.57390, 0.00002, 0.037 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 4, -2, 0 }, 76.43212, 0.00001, 0.040 }, + { { 0, 8, -11, 0, 0, 3, 0, 0, 2, 0, -2 }, 176.95398, 0.00006, 666.222 }, + { { 0, 8, -11, 0, 1, 0, 0, 0, 2, -1, 0 }, 349.97845, 0.00003, 0.074 }, + { { 0, 8, -11, 0, 2, 0, 0, 0, 2, -2, 0 }, 91.15031, 0.00001, 2.508 }, + { { 0, 8, -11, 0, 2, 0, 0, 0, 2, 0, -2 }, 91.15031, 0.00001, 15.323 }, + { { 0, 8, -11, 0, 2, 0, 0, 0, 2, 0, 0 }, 271.15031, 0.00001, 0.037 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 162.84295, 0.00002, 0.046 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 168.44358, 0.00003, 0.118 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 335.29463, 0.00001, 0.209 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, -1, 0, 1 }, 3.77679, 0.00002, 0.246 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 186.14487, 0.00005, 0.098 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 343.30806, 0.00075, 0.333 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 346.91804, 0.00012, 0.062 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 0, 2, 0 }, 349.67325, 0.00002, 0.034 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 1, -1, -1 }, 168.83439, 0.00001, 0.088 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 1, 0, -2 }, 349.94455, 0.00002, 0.087 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 1, 0, -1 }, 168.83439, 0.00021, 0.513 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 1, 0, 0 }, 164.20843, 0.00003, 0.065 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 1, 1, -1 }, 168.83439, 0.00001, 0.066 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, -3, 0 }, 345.34885, 0.00002, 0.083 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, -2, 0 }, 351.80220, 0.00003, 0.813 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 351.47067, 0.00104, 0.069 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, 0, -2 }, 350.96508, 0.00004, 1.115 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 173.86039, 0.00024, 0.036 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, 1, 0 }, 170.26325, 0.00003, 0.024 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 3, -2, -2 }, 168.65656, 0.00002, 0.075 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 3, -1, -2 }, 349.78408, 0.00008, 103.674 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 3, -1, -1 }, 168.88498, 0.00005, 0.074 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 3, 0, -2 }, 169.94454, 0.00012, 0.075 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 4, -2, 0 }, 349.38813, 0.00002, 0.039 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 4, -1, 0 }, 171.08730, 0.00001, 0.025 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 4, 0, 0 }, 170.84468, 0.00003, 0.019 }, + { { 0, 8, -10, 0, 1, 0, 0, 0, -2, 0, 0 }, 270.45625, 0.00001, 0.046 }, + { { 0, 8, -10, 0, 1, 0, 0, 0, -2, 2, 0 }, 90.45625, 0.00001, 0.206 }, + { { 0, 8, -10, 0, 1, 0, 0, 0, 2, -1, 0 }, 269.97700, 0.00003, 0.069 }, + { { 0, 8, -10, 0, 1, 0, 0, 0, 2, 0, 0 }, 89.97700, 0.00003, 0.036 }, + { { 0, 8, -10, 0, 3, 0, 0, 0, 0, 0, 0 }, 168.80855, 0.00001, 0.307 }, + { { 0, 8, -10, 2, 0, 0, 0, 0, 2, -3, 0 }, 180.06053, 0.00001, 0.091 }, + { { 0, 8, -10, 2, 0, 0, 0, 0, 2, -1, 0 }, 180.06053, 0.00001, 0.064 }, + { { 0, 8, -10, 4, 0, 0, 0, 0, -2, 0, 0 }, 57.95233, 0.00001, 0.051 }, + { { 0, 8, -10, 4, 0, 0, 0, 0, -2, 2, 0 }, 57.95233, 0.00001, 0.145 }, + { { 0, 8, -10, 4, 0, 0, 0, 0, 0, 0, 0 }, 57.63520, 0.00001, 0.195 }, + { { 0, 8, -9, 0, -1, 0, 0, 0, -2, 0, 0 }, 104.49748, 0.00002, 0.048 }, + { { 0, 8, -9, 0, -1, 0, 0, 0, 0, 0, 0 }, 353.07234, 0.00001, 0.255 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 272.40191, 0.00004, 0.048 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 87.18922, 0.00008, 0.134 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -2, 2, 0 }, 275.43402, 0.00001, 0.173 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -1, 0, -1 }, 75.95030, 0.00003, 0.046 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 91.40841, 0.00001, 0.120 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -1, 0, 1 }, 255.94317, 0.00013, 0.198 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -1, 1, -1 }, 75.96678, 0.00002, 0.117 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 95.47770, 0.00007, 0.108 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 271.86537, 0.00226, 0.250 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 272.45045, 0.00047, 0.058 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, 2, 0 }, 289.55645, 0.00002, 0.033 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, 3, 0 }, 273.19541, 0.00002, 0.023 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, -1, -1 }, 75.95853, 0.00010, 0.097 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, -1, 0 }, 91.97263, 0.00001, 0.321 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, -1, 1 }, 254.28392, 0.00004, 0.060 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, 0, -1 }, 75.97900, 0.00063, 0.339 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, 0, 0 }, 90.79187, 0.00005, 0.061 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, 1, -1 }, 75.94837, 0.00006, 0.062 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, -3, 0 }, 283.15383, 0.00006, 0.091 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, -2, 0 }, 245.97426, 0.00008, 0.448 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 272.64014, 0.00267, 0.065 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, 0, -2 }, 272.31544, 0.00008, 0.527 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, 0, -1 }, 255.93574, 0.00002, 0.065 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 95.07514, 0.00134, 0.035 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, 1, 0 }, 94.37263, 0.00020, 0.024 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, 2, 0 }, 92.96444, 0.00002, 0.018 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 3, 0, 0 }, 92.43333, 0.00002, 0.024 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 4, -3, 0 }, 102.53124, 0.00001, 0.073 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 4, -2, 0 }, 283.41709, 0.00003, 0.037 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 4, 0, 0 }, 98.43039, 0.00005, 0.019 }, + { { 0, 8, -9, 0, 1, 0, 0, 0, -2, 0, 0 }, 192.74983, 0.00009, 0.048 }, + { { 0, 8, -9, 0, 1, 0, 0, 0, 0, 0, 0 }, 7.15018, 0.00003, 0.245 }, + { { 0, 8, -9, 0, 1, 0, 0, 0, 2, -1, 0 }, 178.69890, 0.00005, 0.064 }, + { { 0, 8, -9, 0, 1, 0, 0, 0, 2, 0, 0 }, 178.54098, 0.00003, 0.035 }, + { { 0, 8, -9, 0, 2, 0, 0, 0, -2, 0, 0 }, 232.65672, 0.00001, 0.049 }, + { { 0, 8, -9, 0, 2, 0, 0, 0, -2, 2, 0 }, 232.65672, 0.00001, 0.168 }, + { { 0, 8, -9, 0, 2, 0, 0, 0, 2, -2, 0 }, 240.16300, 0.00001, 0.417 }, + { { 0, 8, -9, 0, 2, 0, 0, 0, 2, 0, 0 }, 60.16300, 0.00001, 0.035 }, + { { 0, 8, -9, 3, 0, 0, 0, 0, -2, 0, 0 }, 236.38980, 0.00001, 0.052 }, + { { 0, 8, -9, 3, 0, 0, 0, 0, -2, 2, 0 }, 236.38980, 0.00001, 0.136 }, + { { 0, 8, -8, 0, -2, 0, 0, 0, 0, 0, 0 }, 201.54403, 0.00001, 0.207 }, + { { 0, 8, -8, 0, -1, 0, 0, 0, -2, 0, 0 }, 185.87168, 0.00007, 0.050 }, + { { 0, 8, -8, 0, -1, 0, 0, 0, -2, 1, 0 }, 299.10731, 0.00001, 0.152 }, + { { 0, 8, -8, 0, -1, 0, 0, 0, -2, 2, 0 }, 185.57318, 0.00001, 0.149 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -4, 0, 0 }, 179.69950, 0.00002, 0.022 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -4, 1, 0 }, 180.24969, 0.00002, 0.032 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -4, 2, 0 }, 179.81267, 0.00002, 0.056 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -4, 3, 0 }, 180.44228, 0.00001, 0.213 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -2, -1, 0 }, 180.37099, 0.00006, 0.030 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 180.37377, 0.00042, 0.051 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 179.86514, 0.00031, 0.154 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 359.49819, 0.00008, 0.148 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -2, 3, 0 }, 0.71826, 0.00001, 0.050 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -1, 0, 0 }, 359.91455, 0.00011, 0.136 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -1, 0, 1 }, 17.33381, 0.00001, 0.165 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -1, 1, 0 }, 0.06464, 0.00001, 0.170 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, -3, 0 }, 1.42510, 0.00002, 0.029 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 184.43161, 0.00001, 0.046 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 180.37418, 0.00052, 0.121 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, 0, -2 }, 179.11327, 0.00001, 0.046 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 179.96606, 0.01070, 0.200 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 180.04475, 0.00180, 0.055 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, 2, 0 }, 179.31585, 0.00017, 0.032 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 1, -1, 0 }, 359.99015, 0.00003, 0.243 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 1, 0, -1 }, 190.47185, 0.00015, 0.253 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 1, 0, 0 }, 0.01680, 0.00016, 0.058 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 1, 1, 0 }, 180.05684, 0.00001, 0.033 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, -3, 0 }, 186.37966, 0.00001, 0.100 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, -2, 0 }, 180.54345, 0.00037, 0.310 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, -1, -2 }, 179.99395, 0.00002, 0.097 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 180.03702, 0.00824, 0.061 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, -1, 2 }, 0.01132, 0.00002, 0.023 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, 0, -2 }, 179.99081, 0.00025, 0.345 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 0.04498, 0.00571, 0.034 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, 0, 2 }, 180.00359, 0.00002, 0.018 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, 1, 0 }, 0.00802, 0.00048, 0.023 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, 2, 0 }, 0.00349, 0.00007, 0.018 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 3, -4, 0 }, 0.05685, 0.00001, 0.092 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 3, -1, 0 }, 180.05254, 0.00001, 0.035 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 3, 0, 0 }, 0.05686, 0.00004, 0.024 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 3, 1, 0 }, 0.05682, 0.00001, 0.018 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 4, -2, 0 }, 179.62544, 0.00012, 0.036 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 4, -1, 0 }, 0.04773, 0.00005, 0.024 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 4, 0, 0 }, 359.99998, 0.00010, 0.018 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 4, 1, 0 }, 0.00465, 0.00002, 0.015 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 6, -1, 0 }, 0.01731, 0.00001, 0.015 }, + { { 0, 8, -8, 0, 1, 0, 0, 0, -2, 0, 0 }, 348.21364, 0.00007, 0.051 }, + { { 0, 8, -8, 0, 1, 0, 0, 0, -2, 1, 0 }, 172.70961, 0.00002, 0.156 }, + { { 0, 8, -8, 0, 1, 0, 0, 0, 0, -2, 0 }, 351.24228, 0.00001, 0.047 }, + { { 0, 8, -8, 0, 1, 0, 0, 0, 0, 0, 0 }, 171.24228, 0.00001, 0.197 }, + { { 0, 8, -7, 0, -1, 0, 0, 0, -2, 0, 0 }, 178.60188, 0.00001, 0.053 }, + { { 0, 8, -7, 0, -1, 0, 0, 0, -2, 1, 0 }, 181.25569, 0.00001, 0.180 }, + { { 0, 8, -7, 0, -1, 0, 0, 0, -2, 2, 0 }, 178.60188, 0.00001, 0.130 }, + { { 0, 8, -7, 0, -1, 0, 0, 0, -2, 3, 0 }, 181.25569, 0.00001, 0.048 }, + { { 0, 8, -7, 0, -1, 0, 0, 0, 0, 0, 0 }, 181.50798, 0.00007, 0.169 }, + { { 0, 8, -7, 0, -1, 0, 0, 0, 2, 0, 0 }, 3.81203, 0.00002, 0.033 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 104.47861, 0.00001, 0.053 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 257.07549, 0.00002, 0.183 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 256.70854, 0.00003, 0.129 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -1, -1, -1 }, 103.25820, 0.00002, 0.030 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -1, -1, 1 }, 283.25037, 0.00002, 0.161 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -1, 0, -1 }, 103.21353, 0.00014, 0.051 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -1, 0, 1 }, 283.24149, 0.00017, 0.142 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -1, 1, -1 }, 103.26048, 0.00007, 0.153 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 0, -2, 0 }, 77.40470, 0.00003, 0.049 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 229.84838, 0.00001, 0.138 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 0, 0, -1 }, 283.27818, 0.00001, 0.135 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 65.42057, 0.00003, 0.052 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.29977, 0.00011, 0.120 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, -1, 1 }, 283.30693, 0.00003, 0.054 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.35529, 0.00060, 0.202 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, 0, 1 }, 103.30005, 0.00002, 0.031 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, 1, -1 }, 103.30703, 0.00005, 0.055 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, 1, 1 }, 103.30689, 0.00002, 0.022 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, 2, 1 }, 103.30718, 0.00002, 0.017 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 270.78034, 0.00021, 0.057 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 90.31023, 0.00030, 0.033 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 2, 1, 0 }, 86.78562, 0.00005, 0.023 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 4, -1, 0 }, 89.80743, 0.00001, 0.024 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 4, 0, 0 }, 83.36842, 0.00003, 0.018 }, + { { 0, 8, -6, -3, 0, 0, 0, 0, -2, 0, 0 }, 336.21094, 0.00001, 0.052 }, + { { 0, 8, -6, -3, 0, 0, 0, 0, -2, 2, 0 }, 336.21094, 0.00001, 0.139 }, + { { 0, 8, -6, -2, 0, 0, 0, 0, -2, 0, 0 }, 0.54285, 0.00001, 0.053 }, + { { 0, 8, -6, -2, 0, 0, 0, 0, -2, 2, 0 }, 0.54285, 0.00001, 0.130 }, + { { 0, 8, -6, 0, -3, 0, 0, 0, -2, 0, 0 }, 7.57396, 0.00001, 0.056 }, + { { 0, 8, -6, 0, -3, 0, 0, 0, -2, 2, 0 }, 7.57396, 0.00001, 0.117 }, + { { 0, 8, -6, 0, -2, 0, 0, 0, -2, 2, 0 }, 0.29187, 0.00002, 0.116 }, + { { 0, 8, -6, 0, -2, 0, 0, 0, 0, -2, 0 }, 0.15984, 0.00001, 0.051 }, + { { 0, 8, -6, 0, -2, 0, 0, 0, 0, 0, 0 }, 359.81983, 0.00004, 0.146 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, -2, -1, 0 }, 26.48057, 0.00002, 0.032 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 26.52442, 0.00021, 0.056 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 26.06900, 0.00012, 0.223 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, -1, 0, 0 }, 206.01648, 0.00002, 0.186 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, 0, -2, 0 }, 342.15401, 0.00001, 0.051 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 26.88444, 0.00013, 0.160 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 26.02170, 0.00061, 0.143 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 25.87580, 0.00005, 0.049 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 282.56674, 0.00001, 0.191 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 22.16742, 0.00008, 0.054 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 214.13598, 0.00010, 0.032 }, + { { 0, 8, -5, 0, -3, 0, 0, 0, -2, 0, 0 }, 356.66917, 0.00001, 0.059 }, + { { 0, 8, -5, 0, -3, 0, 0, 0, -2, 2, 0 }, 176.66917, 0.00001, 0.105 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 277.30794, 0.00002, 0.288 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 283.91703, 0.00003, 0.125 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, 2, -2, 0 }, 39.47811, 0.00002, 0.161 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 38.76000, 0.00002, 0.051 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 39.47811, 0.00002, 0.031 }, + { { 0, 8, -4, 0, -1, 0, 0, 0, 2, -2, 0 }, 323.43296, 0.00001, 0.140 }, + { { 0, 8, -4, 0, -1, 0, 0, 0, 2, 0, 0 }, 220.07058, 0.00002, 0.030 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 308.19431, 0.00001, 0.235 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 289.76288, 0.00002, 0.111 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 0, 2, 0 }, 308.20821, 0.00002, 0.028 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 128.06931, 0.00002, 0.049 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 129.00962, 0.00003, 0.030 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 2, 1, 0 }, 128.11240, 0.00003, 0.021 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 2, 2, 0 }, 128.20822, 0.00002, 0.017 }, + { { 0, 8, -3, 0, -2, 0, 0, 0, 2, -2, 0 }, 248.02064, 0.00001, 0.124 }, + { { 0, 8, -3, 0, -2, 0, 0, 0, 2, 0, 0 }, 68.02064, 0.00001, 0.029 }, + { { 0, 8, -3, 0, -1, 0, 0, 0, 2, -3, 0 }, 129.50798, 0.00001, 0.196 }, + { { 0, 8, -3, 0, -1, 0, 0, 0, 2, -1, 0 }, 309.50798, 0.00001, 0.047 }, + { { 0, 8, -3, 0, -1, 0, 0, 0, 2, 0, 0 }, 129.23058, 0.00002, 0.029 }, + { { 0, 8, -3, 0, 0, 0, 0, 0, -2, 2, 0 }, 302.10438, 0.00001, 0.085 }, + { { 0, 8, -2, 0, -2, 0, 0, 0, 2, -2, 0 }, 308.30651, 0.00001, 0.110 }, + { { 0, 8, -2, 0, -2, 0, 0, 0, 2, 0, 0 }, 308.30651, 0.00001, 0.028 }, + { { 0, 8, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 334.03187, 0.00002, 0.108 }, + { { 0, 8, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 334.03187, 0.00002, 0.028 }, + { { 0, 8, -1, -1, 0, 0, 0, 0, -2, 1, 0 }, 63.28239, 0.00002, 108.269 }, + { { 0, 8, -1, 0, -6, 0, 0, 0, -2, 1, 0 }, 253.39248, 0.00003, 60.164 }, + { { 0, 9, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 289.61843, 0.00001, 0.036 }, + { { 0, 9, -18, 3, 0, 0, 0, 0, -2, 2, 0 }, 234.59025, 0.00020, 818.910 }, + { { 0, 9, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 208.11767, 0.00003, 0.072 }, + { { 0, 9, -17, 0, 3, 0, 0, 0, -2, 0, 2 }, 358.66248, 0.00005, 101.557 }, + { { 0, 9, -16, 0, 0, 0, 0, 0, -2, 1, 0 }, 302.15500, 0.00003, 0.078 }, + { { 0, 9, -16, 0, 0, 0, 0, 0, -2, 3, 0 }, 268.30028, 0.00001, 0.073 }, + { { 0, 9, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 306.94222, 0.00002, 0.730 }, + { { 0, 9, -16, 0, 2, 0, 0, 0, -2, 1, 0 }, 143.02614, 0.00002, 0.079 }, + { { 0, 9, -16, 0, 2, 0, 0, 0, -2, 3, 0 }, 323.02614, 0.00002, 0.072 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, -2, -1, 0 }, 223.57250, 0.00001, 0.026 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 224.86748, 0.00001, 0.040 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 238.53156, 0.00004, 0.084 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 224.86748, 0.00001, 0.712 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, 0, -1, 0 }, 59.19834, 0.00003, 0.073 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, 0, -1, 2 }, 223.57250, 0.00002, 0.076 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 238.24462, 0.00003, 2.701 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, 0, 1, 0 }, 59.19834, 0.00003, 0.078 }, + { { 0, 9, -15, 0, 1, 0, 0, 0, -2, 0, 0 }, 141.77009, 0.00002, 0.040 }, + { { 0, 9, -15, 0, 1, 0, 0, 0, -2, 1, 0 }, 141.77009, 0.00001, 0.085 }, + { { 0, 9, -15, 0, 1, 0, 0, 0, -2, 2, 0 }, 141.77009, 0.00002, 0.672 }, + { { 0, 9, -15, 0, 1, 0, 0, 0, -2, 3, 0 }, 321.77009, 0.00001, 0.068 }, + { { 0, 9, -15, 0, 1, 0, 0, 0, 0, -1, 0 }, 142.09657, 0.00002, 0.074 }, + { { 0, 9, -15, 0, 1, 0, 0, 0, 0, 1, 0 }, 142.09657, 0.00002, 0.077 }, + { { 0, 9, -15, 0, 2, 0, 0, 0, -2, 0, 0 }, 51.57187, 0.00003, 0.040 }, + { { 0, 9, -15, 0, 2, 0, 0, 0, -2, 1, 0 }, 51.58703, 0.00006, 0.086 }, + { { 0, 9, -15, 0, 2, 0, 0, 0, -2, 2, 0 }, 51.51245, 0.00001, 0.636 }, + { { 0, 9, -15, 0, 2, 0, 0, 0, 0, -1, 0 }, 51.58980, 0.00002, 0.074 }, + { { 0, 9, -15, 0, 2, 0, 0, 0, 0, 1, 0 }, 51.58980, 0.00002, 0.077 }, + { { 0, 9, -15, 0, 3, 0, 0, 0, 0, -1, 0 }, 221.57463, 0.00003, 0.075 }, + { { 0, 9, -15, 0, 3, 0, 0, 0, 0, 1, 0 }, 221.57463, 0.00003, 0.076 }, + { { 0, 9, -15, 0, 4, 0, 0, 0, 0, -1, 0 }, 32.23700, 0.00001, 0.075 }, + { { 0, 9, -15, 0, 4, 0, 0, 0, 0, 1, 0 }, 32.23700, 0.00001, 0.076 }, + { { 0, 9, -15, 2, 0, 0, 0, 0, -2, 0, 0 }, 231.74770, 0.00004, 0.042 }, + { { 0, 9, -15, 2, 0, 0, 0, 0, -2, 2, 0 }, 231.72800, 0.00003, 0.405 }, + { { 0, 9, -15, 2, 0, 0, 0, 0, 0, -1, 0 }, 51.79376, 0.00001, 0.080 }, + { { 0, 9, -15, 2, 0, 0, 0, 0, 0, 1, 0 }, 51.79376, 0.00001, 0.072 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, -4, 2, 0 }, 112.96262, 0.00001, 0.045 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, -2, -1, 0 }, 324.05464, 0.00004, 0.027 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 304.68850, 0.00007, 0.041 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 260.81165, 0.00003, 0.092 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 292.96262, 0.00007, 0.416 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, 0, -1, 0 }, 226.87554, 0.00002, 0.079 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 185.04520, 0.00005, 1.588 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, 0, 1, 0 }, 226.87554, 0.00002, 0.072 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, 2, -3, 0 }, 57.87953, 0.00003, 0.069 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 57.87953, 0.00003, 0.083 }, + { { 0, 9, -14, 0, 1, 0, 0, 0, -2, 0, 0 }, 50.38725, 0.00003, 0.042 }, + { { 0, 9, -14, 0, 1, 0, 0, 0, -2, 1, 0 }, 230.37061, 0.00001, 0.093 }, + { { 0, 9, -14, 0, 1, 0, 0, 0, -2, 3, 0 }, 50.38725, 0.00003, 0.064 }, + { { 0, 9, -14, 0, 1, 0, 0, 0, 0, -1, 0 }, 230.38725, 0.00004, 0.080 }, + { { 0, 9, -14, 0, 1, 0, 0, 0, 0, 1, 0 }, 230.38725, 0.00004, 0.072 }, + { { 0, 9, -14, 0, 2, 0, 0, 0, -2, 0, 0 }, 111.89623, 0.00003, 0.042 }, + { { 0, 9, -14, 2, 0, 0, 0, 0, -2, 0, 0 }, 95.35914, 0.00001, 0.043 }, + { { 0, 9, -14, 2, 0, 0, 0, 0, -2, 2, 0 }, 95.35914, 0.00001, 0.288 }, + { { 0, 9, -13, -3, 0, 0, 0, 0, 0, -1, 0 }, 266.56794, 0.00003, 0.076 }, + { { 0, 9, -13, -3, 0, 0, 0, 0, 0, 1, 0 }, 266.56794, 0.00003, 0.075 }, + { { 0, 9, -13, 0, -1, 0, 0, 0, -2, 0, 0 }, 241.43970, 0.00008, 0.043 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 42.75384, 0.00003, 0.043 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 229.52965, 0.00002, 0.102 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 39.89832, 0.00001, 0.294 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, -2, 3, 0 }, 231.77865, 0.00003, 0.060 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 184.14743, 0.00006, 0.086 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 168.80575, 0.00003, 0.614 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, 0, 1, 0 }, 231.77864, 0.00003, 0.067 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, 1, 0, -1 }, 333.07692, 0.00002, 1.736 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, 2, -3, 0 }, 61.45742, 0.00004, 0.075 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, 2, -2, 0 }, 336.46775, 0.00004, 6.930 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 340.43404, 0.00024, 0.076 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 75.10642, 0.00002, 0.038 }, + { { 0, 9, -13, 0, 1, 0, 0, 0, -2, 0, 0 }, 38.84072, 0.00007, 0.043 }, + { { 0, 9, -13, 0, 1, 0, 0, 0, 2, -3, 0 }, 36.65135, 0.00001, 0.075 }, + { { 0, 9, -13, 0, 1, 0, 0, 0, 2, -1, 0 }, 295.97874, 0.00002, 0.076 }, + { { 0, 9, -13, 0, 2, 0, 0, 0, 2, -2, 0 }, 15.67061, 0.00001, 41.153 }, + { { 0, 9, -12, -2, 0, 0, 0, 0, -2, 0, 0 }, 191.17708, 0.00001, 0.043 }, + { { 0, 9, -12, -2, 0, 0, 0, 0, -2, 2, 0 }, 191.17708, 0.00001, 0.299 }, + { { 0, 9, -12, 0, -1, 0, 0, 0, -2, 0, 0 }, 53.65361, 0.00006, 0.045 }, + { { 0, 9, -12, 0, -1, 0, 0, 0, -2, 2, 0 }, 50.80774, 0.00002, 0.232 }, + { { 0, 9, -12, 0, -1, 0, 0, 0, 0, 0, 0 }, 232.52583, 0.00002, 0.393 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 316.72830, 0.00002, 0.045 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 113.38005, 0.00002, 0.113 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 300.04424, 0.00003, 0.227 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 255.25519, 0.00006, 0.094 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 66.72645, 0.00016, 0.380 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 1, 0, -1 }, 249.69559, 0.00005, 0.635 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 2, -2, 0 }, 82.16472, 0.00001, 1.169 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 75.25844, 0.00024, 0.071 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 255.21482, 0.00006, 0.037 }, + { { 0, 9, -12, 0, 2, 0, 0, 0, 2, -1, 0 }, 91.19568, 0.00002, 0.070 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 197.79685, 0.00002, 0.047 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 341.84409, 0.00003, 0.185 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, -2, 3, 0 }, 23.95418, 0.00001, 0.054 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, -1, 0, 1 }, 8.27502, 0.00002, 0.214 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 316.65511, 0.00002, 0.104 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 344.55175, 0.00057, 0.276 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 0, 1, 0 }, 348.22145, 0.00009, 0.059 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 1, 0, -1 }, 168.78210, 0.00014, 0.388 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 1, 0, 0 }, 165.11012, 0.00002, 0.063 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 2, -2, 0 }, 351.68886, 0.00002, 0.539 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 352.73488, 0.00061, 0.066 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 2, 0, -2 }, 351.93690, 0.00002, 0.657 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 173.67934, 0.00024, 0.035 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 2, 1, 0 }, 170.94579, 0.00003, 0.024 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 4, -1, 0 }, 171.73322, 0.00001, 0.025 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 4, 0, 0 }, 171.82275, 0.00002, 0.019 }, + { { 0, 9, -11, 0, 1, 0, 0, 0, -2, 0, 0 }, 270.51484, 0.00001, 0.048 }, + { { 0, 9, -11, 0, 1, 0, 0, 0, -2, 2, 0 }, 90.51484, 0.00001, 0.182 }, + { { 0, 9, -11, 0, 1, 0, 0, 0, 2, 0, 0 }, 90.02237, 0.00002, 0.035 }, + { { 0, 9, -11, 0, 2, 0, 0, 0, 2, -2, 0 }, 179.82719, 0.00002, 0.494 }, + { { 0, 9, -11, 2, 0, 0, 0, 0, -2, 0, 0 }, 179.19091, 0.00001, 0.050 }, + { { 0, 9, -11, 2, 0, 0, 0, 0, -2, 2, 0 }, 179.19091, 0.00001, 0.155 }, + { { 0, 9, -11, 2, 0, 0, 0, 0, 0, 0, 0 }, 0.79419, 0.00001, 0.213 }, + { { 0, 9, -11, 2, 0, 0, 0, 0, 2, -2, 0 }, 0.04604, 0.00002, 0.343 }, + { { 0, 9, -11, 2, 0, 0, 0, 0, 2, 0, 0 }, 0.04604, 0.00002, 0.034 }, + { { 0, 9, -11, 4, 0, 0, 0, 0, -2, 0, 0 }, 57.94199, 0.00001, 0.053 }, + { { 0, 9, -11, 4, 0, 0, 0, 0, -2, 2, 0 }, 57.94199, 0.00001, 0.133 }, + { { 0, 9, -10, 0, -1, 0, 0, 0, -2, 0, 0 }, 104.24495, 0.00002, 0.050 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 275.88960, 0.00005, 0.050 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 74.99589, 0.00002, 0.146 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 94.05825, 0.00002, 0.156 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, -2, 3, 0 }, 271.08005, 0.00001, 0.051 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, -1, 0, -1 }, 75.74334, 0.00002, 0.047 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, -1, 0, 1 }, 254.98484, 0.00009, 0.176 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, -1, 1, -1 }, 75.72402, 0.00002, 0.126 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 267.46816, 0.00004, 0.116 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 271.75113, 0.00168, 0.216 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 272.20175, 0.00038, 0.056 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 0, 2, 0 }, 272.37503, 0.00003, 0.032 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 1, -1, -1 }, 81.28961, 0.00007, 0.103 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 1, -1, 1 }, 255.78168, 0.00003, 0.058 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 1, 0, -1 }, 75.77984, 0.00045, 0.280 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 1, 0, 0 }, 90.02300, 0.00003, 0.059 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 1, 0, 1 }, 75.80206, 0.00001, 0.033 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 1, 1, -1 }, 83.44531, 0.00005, 0.059 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, -3, 0 }, 278.31879, 0.00002, 0.096 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, -2, 0 }, 244.34099, 0.00005, 0.350 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 272.60821, 0.00179, 0.062 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, 0, -2 }, 272.30447, 0.00006, 0.396 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 94.08280, 0.00117, 0.034 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, 1, 0 }, 93.63096, 0.00017, 0.023 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, 2, 0 }, 92.61005, 0.00002, 0.018 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 3, 0, 0 }, 92.43184, 0.00002, 0.024 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 4, -2, 0 }, 279.10498, 0.00003, 0.036 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 4, -1, 0 }, 266.28676, 0.00001, 0.024 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 4, 0, 0 }, 98.02000, 0.00004, 0.018 }, + { { 0, 9, -10, 0, 1, 0, 0, 0, -2, 0, 0 }, 210.57620, 0.00004, 0.050 }, + { { 0, 9, -10, 0, 1, 0, 0, 0, -2, 2, 0 }, 358.41690, 0.00002, 0.154 }, + { { 0, 9, -10, 0, 2, 0, 0, 0, -2, 0, 0 }, 232.64840, 0.00001, 0.050 }, + { { 0, 9, -10, 0, 2, 0, 0, 0, -2, 2, 0 }, 232.64840, 0.00001, 0.152 }, + { { 0, 9, -10, 3, 0, 0, 0, 0, -2, 0, 0 }, 236.37531, 0.00001, 0.054 }, + { { 0, 9, -10, 3, 0, 0, 0, 0, -2, 2, 0 }, 236.37531, 0.00001, 0.125 }, + { { 0, 9, -10, 3, 0, 0, 0, 0, 0, 0, 0 }, 236.82460, 0.00001, 0.161 }, + { { 0, 9, -9, 0, -1, 0, 0, 0, -2, 0, 0 }, 184.27806, 0.00007, 0.052 }, + { { 0, 9, -9, 0, -1, 0, 0, 0, -2, 2, 0 }, 185.58298, 0.00001, 0.137 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -4, 1, 0 }, 180.13291, 0.00001, 0.033 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -4, 2, 0 }, 178.59930, 0.00002, 0.058 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -4, 3, 0 }, 180.18228, 0.00001, 0.245 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -2, -2, 0 }, 0.16919, 0.00003, 0.022 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -2, -1, 0 }, 181.59344, 0.00002, 0.031 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 180.53109, 0.00039, 0.052 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 180.23788, 0.00027, 0.171 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -2, 2, 0 }, 358.38354, 0.00009, 0.135 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -2, 3, 0 }, 359.55760, 0.00001, 0.048 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -1, 0, -1 }, 14.72923, 0.00001, 0.050 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 359.90568, 0.00009, 0.148 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -1, 0, 1 }, 17.20539, 0.00001, 0.150 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 180.00282, 0.00051, 0.131 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 179.95637, 0.00748, 0.178 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 0, 0, 2 }, 0.00668, 0.00001, 0.031 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 180.19934, 0.00128, 0.053 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 0, 2, 0 }, 180.78636, 0.00013, 0.031 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 1, -1, 0 }, 3.43332, 0.00001, 0.211 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 1, 0, -1 }, 191.19234, 0.00011, 0.219 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 1, 0, 0 }, 0.29876, 0.00007, 0.056 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 1, 0, 1 }, 191.19165, 0.00002, 0.032 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 1, 1, 0 }, 180.04863, 0.00001, 0.032 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, -3, 0 }, 177.75565, 0.00002, 0.106 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, -2, 0 }, 179.93227, 0.00027, 0.259 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.99702, 0.00536, 0.058 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, 0, -2 }, 180.00763, 0.00017, 0.284 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 0.06211, 0.00451, 0.033 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, 0, 2 }, 180.00327, 0.00002, 0.017 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, 1, 0 }, 359.99851, 0.00038, 0.023 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, 2, 0 }, 359.96693, 0.00005, 0.018 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 3, -1, 0 }, 180.04628, 0.00002, 0.034 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 3, 0, 0 }, 0.04702, 0.00004, 0.023 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 4, -2, 0 }, 179.99928, 0.00008, 0.035 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 4, -1, 0 }, 0.00228, 0.00005, 0.024 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 4, 0, 0 }, 0.00026, 0.00008, 0.018 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 4, 1, 0 }, 0.00181, 0.00001, 0.015 }, + { { 0, 9, -9, 0, 1, 0, 0, 0, -2, 0, 0 }, 348.22708, 0.00007, 0.053 }, + { { 0, 9, -9, 0, 1, 0, 0, 0, -2, 1, 0 }, 172.68412, 0.00002, 0.173 }, + { { 0, 9, -9, 0, 1, 0, 0, 0, 0, 0, 0 }, 175.71238, 0.00002, 0.175 }, + { { 0, 9, -9, 0, 1, 0, 0, 0, 2, -2, 0 }, 166.88391, 0.00001, 0.254 }, + { { 0, 9, -9, 0, 1, 0, 0, 0, 2, 0, 0 }, 166.88391, 0.00001, 0.033 }, + { { 0, 9, -9, 11, 0, 0, 0, 0, -2, 1, 0 }, 301.33698, 0.00001, 285.530 }, + { { 0, 9, -8, -3, 0, 0, 0, 0, -2, 0, 0 }, 303.08656, 0.00002, 0.051 }, + { { 0, 9, -8, -3, 0, 0, 0, 0, -2, 2, 0 }, 303.08656, 0.00002, 0.147 }, + { { 0, 9, -8, -2, 0, 0, 0, 0, -2, 1, 0 }, 136.29509, 0.00001, 0.169 }, + { { 0, 9, -8, -2, 0, 0, 0, 0, 0, 0, 0 }, 311.83097, 0.00001, 0.180 }, + { { 0, 9, -8, 0, -1, 0, 0, 0, -2, 2, 0 }, 178.56671, 0.00001, 0.120 }, + { { 0, 9, -8, 0, -1, 0, 0, 0, 0, -2, 0 }, 180.96183, 0.00002, 0.050 }, + { { 0, 9, -8, 0, -1, 0, 0, 0, 0, 0, 0 }, 181.36808, 0.00009, 0.153 }, + { { 0, 9, -8, 0, -1, 0, 0, 0, 2, 0, 0 }, 181.29379, 0.00002, 0.032 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 255.05675, 0.00002, 0.055 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 257.16885, 0.00001, 0.206 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, -1, -1, 1 }, 283.23243, 0.00002, 0.179 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, -1, 0, -1 }, 103.23341, 0.00012, 0.052 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, -1, 0, 1 }, 283.23103, 0.00015, 0.130 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, -1, 1, -1 }, 103.24478, 0.00006, 0.169 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, -1, 2, 1 }, 283.29525, 0.00002, 0.029 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 206.21134, 0.00001, 0.151 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 346.14970, 0.00001, 0.151 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.28764, 0.00009, 0.130 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 1, -1, 1 }, 283.29563, 0.00002, 0.052 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.30228, 0.00045, 0.179 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 1, 0, 1 }, 103.29284, 0.00003, 0.031 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 1, 1, -1 }, 103.29580, 0.00004, 0.053 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 269.12671, 0.00020, 0.055 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 89.78093, 0.00030, 0.032 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 2, 1, 0 }, 92.05941, 0.00003, 0.022 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 4, -1, 0 }, 90.36836, 0.00001, 0.023 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 4, 0, 0 }, 84.67979, 0.00002, 0.018 }, + { { 0, 9, -7, -3, 0, 0, 0, 0, -2, 0, 0 }, 336.20460, 0.00001, 0.053 }, + { { 0, 9, -7, -3, 0, 0, 0, 0, -2, 2, 0 }, 336.20460, 0.00001, 0.128 }, + { { 0, 9, -7, -2, 0, 0, 0, 0, -2, 0, 0 }, 0.52016, 0.00001, 0.055 }, + { { 0, 9, -7, -2, 0, 0, 0, 0, -2, 2, 0 }, 0.52016, 0.00001, 0.120 }, + { { 0, 9, -7, 0, -3, 0, 0, 0, -2, 0, 0 }, 7.47393, 0.00001, 0.058 }, + { { 0, 9, -7, 0, -3, 0, 0, 0, -2, 2, 0 }, 7.47393, 0.00001, 0.109 }, + { { 0, 9, -7, 0, -2, 0, 0, 0, -2, 2, 0 }, 0.28325, 0.00002, 0.108 }, + { { 0, 9, -7, 0, -2, 0, 0, 0, 0, 0, 0 }, 359.88546, 0.00005, 0.134 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, -2, -1, 0 }, 26.00739, 0.00002, 0.033 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 24.89620, 0.00021, 0.058 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 26.22459, 0.00012, 0.260 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 206.09360, 0.00002, 0.211 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 19.98513, 0.00012, 0.178 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 26.55564, 0.00047, 0.131 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 15.93140, 0.00004, 0.048 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, 2, -2, 0 }, 315.87475, 0.00002, 0.171 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 25.86781, 0.00007, 0.052 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 210.59618, 0.00008, 0.031 }, + { { 0, 9, -6, -4, 0, 0, 0, 0, 0, 0, 0 }, 150.73154, 0.00001, 0.154 }, + { { 0, 9, -6, 0, -3, 0, 0, 0, -2, 0, 0 }, 356.65882, 0.00002, 0.061 }, + { { 0, 9, -6, 0, -1, 0, 0, 0, -2, 0, 0 }, 24.10460, 0.00001, 0.062 }, + { { 0, 9, -6, 0, -1, 0, 0, 0, -2, 2, 0 }, 204.10460, 0.00001, 0.097 }, + { { 0, 9, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 275.91338, 0.00002, 0.351 }, + { { 0, 9, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 262.41277, 0.00004, 0.116 }, + { { 0, 9, -6, 0, 0, 0, 0, 0, 2, -3, 0 }, 39.36768, 0.00001, 0.156 }, + { { 0, 9, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 39.47368, 0.00001, 0.146 }, + { { 0, 9, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 39.36768, 0.00001, 0.050 }, + { { 0, 9, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 39.47368, 0.00001, 0.030 }, + { { 0, 9, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 217.16163, 0.00001, 0.540 }, + { { 0, 9, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 307.95784, 0.00002, 0.276 }, + { { 0, 9, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 308.20375, 0.00002, 0.104 }, + { { 0, 9, -5, 0, 0, 0, 0, 0, 0, 2, 0 }, 308.20375, 0.00002, 0.028 }, + { { 0, 9, -5, 0, 0, 0, 0, 0, 2, -2, 0 }, 129.26479, 0.00002, 0.127 }, + { { 0, 9, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 128.26061, 0.00001, 0.047 }, + { { 0, 9, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 127.74175, 0.00006, 0.029 }, + { { 0, 9, -5, 0, 0, 0, 0, 0, 2, 1, 0 }, 128.26061, 0.00001, 0.021 }, + { { 0, 9, -5, 0, 0, 0, 0, 0, 2, 2, 0 }, 128.22370, 0.00004, 0.016 }, + { { 0, 9, -4, 0, -1, 0, 0, 0, 2, -2, 0 }, 309.93161, 0.00001, 0.114 }, + { { 0, 9, -4, 0, -1, 0, 0, 0, 2, 0, 0 }, 309.93161, 0.00001, 0.028 }, + { { 0, 9, -4, 0, 0, -1, 0, 0, -3, 2, 0 }, 128.09357, 0.00005, 969.469 }, + { { 0, 9, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 302.08492, 0.00002, 0.071 }, + { { 0, 9, -4, 0, 0, 0, 0, 0, -2, 2, 0 }, 302.08492, 0.00002, 0.081 }, + { { 0, 9, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 36.07082, 0.00002, 0.113 }, + { { 0, 9, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 36.07082, 0.00002, 0.028 }, + { { 0, 9, -3, 0, -2, 0, 0, 0, -2, 0, 0 }, 87.06853, 0.00001, 0.075 }, + { { 0, 9, -3, 0, -2, 0, 0, 0, -2, 1, 0 }, 349.73737, 0.00007, 48.456 }, + { { 0, 9, -3, 0, -2, 0, 0, 0, -2, 2, 0 }, 267.06853, 0.00001, 0.076 }, + { { 0, 9, -3, 0, -2, 0, 0, 0, 2, -2, 0 }, 128.38012, 0.00001, 0.103 }, + { { 0, 9, -3, 0, -2, 0, 0, 0, 2, 0, 0 }, 308.38012, 0.00001, 0.028 }, + { { 0, 9, -3, 0, -1, 0, 0, 0, -2, 1, 0 }, 354.01718, 0.00002, 15.707 }, + { { 0, 9, -3, 0, 0, -4, 0, 0, -2, 1, 0 }, 201.98556, 0.00003, 82.115 }, + { { 0, 9, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 21.57050, 0.00001, 0.076 }, + { { 0, 9, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 62.47479, 0.00004, 6.758 }, + { { 0, 9, -3, 0, 0, 0, 0, 0, -2, 2, 0 }, 21.57050, 0.00001, 0.075 }, + { { 0, 9, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 334.11426, 0.00002, 0.027 }, + { { 0, 9, -2, 0, -3, 0, 0, 0, -1, 0, 0 }, 80.89653, 0.00001, 124.238 }, + { { 0, 9, -1, -4, 0, 0, 0, 0, -2, 1, 0 }, 65.97184, 0.00004, 47.095 }, + { { 0, 9, -1, 0, -4, 0, 0, 0, 0, -1, 0 }, 29.00378, 0.00001, 27.222 }, + { { 0, 9, 8, -21, 0, 0, 0, 0, -2, 1, 0 }, 243.48136, 0.00003, 57.479 }, + { { 0, 10, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 289.61529, 0.00002, 0.036 }, + { { 0, 10, -19, 0, 0, 0, 0, 0, -2, 2, 0 }, 289.61592, 0.00001, 1.030 }, + { { 0, 10, -18, 0, 0, -1, 0, 0, -2, 2, 0 }, 122.03949, 0.00001, 212.821 }, + { { 0, 10, -18, 0, 0, 0, 0, 0, -2, 1, 0 }, 66.91061, 0.00002, 0.076 }, + { { 0, 10, -18, 0, 0, 0, 0, 0, -2, 3, 0 }, 352.58192, 0.00001, 0.075 }, + { { 0, 10, -18, 0, 2, 0, 0, 0, -2, 1, 0 }, 44.20260, 0.00001, 0.077 }, + { { 0, 10, -18, 0, 2, 0, 0, 0, -2, 3, 0 }, 44.20260, 0.00001, 0.074 }, + { { 0, 10, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 307.72584, 0.00002, 1.343 }, + { { 0, 10, -16, 0, 0, 0, 0, 0, -2, -1, 0 }, 224.43386, 0.00001, 0.026 }, + { { 0, 10, -16, 0, 0, 0, 0, 0, -2, 1, 0 }, 224.43386, 0.00001, 0.089 }, + { { 0, 10, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 279.13835, 0.00002, 3.918 }, + { { 0, 10, -16, 0, 0, 0, 0, 0, 2, -1, 0 }, 44.43386, 0.00002, 0.085 }, + { { 0, 10, -16, 0, 1, 0, 0, 0, -2, 0, 0 }, 141.81085, 0.00003, 0.041 }, + { { 0, 10, -16, 0, 1, 0, 0, 0, 0, 2, -2 }, 321.81085, 0.00001, 166.045 }, + { { 0, 10, -16, 0, 2, 0, 0, 0, -2, 0, 0 }, 51.54053, 0.00002, 0.041 }, + { { 0, 10, -16, 0, 2, 0, 0, 0, -2, 1, 0 }, 231.56564, 0.00002, 0.090 }, + { { 0, 10, -16, 0, 2, 0, 0, 0, -2, 2, 0 }, 51.54053, 0.00002, 0.455 }, + { { 0, 10, -16, 0, 2, 0, 0, 0, -2, 3, 0 }, 231.56564, 0.00002, 0.065 }, + { { 0, 10, -16, 0, 2, 0, 0, 0, 0, -1, 0 }, 51.54054, 0.00002, 0.078 }, + { { 0, 10, -16, 0, 2, 0, 0, 0, 0, 1, 0 }, 51.54054, 0.00002, 0.073 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, -2, -1, 0 }, 324.06036, 0.00003, 0.027 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 357.63702, 0.00001, 0.043 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 328.78848, 0.00001, 0.098 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 339.27037, 0.00003, 0.330 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 173.31972, 0.00002, 0.797 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, 1, 0, -1 }, 55.65212, 0.00001, 4.964 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, 2, -3, 0 }, 237.88051, 0.00004, 0.073 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 237.88051, 0.00004, 0.079 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 57.91167, 0.00002, 0.038 }, + { { 0, 10, -15, 0, 1, 0, 0, 0, -2, 0, 0 }, 50.36742, 0.00003, 0.043 }, + { { 0, 10, -15, 0, 1, 0, 0, 0, -2, 1, 0 }, 50.39233, 0.00004, 0.099 }, + { { 0, 10, -15, 0, 1, 0, 0, 0, 0, -1, 0 }, 50.39233, 0.00001, 0.084 }, + { { 0, 10, -15, 0, 1, 0, 0, 0, 0, 1, 0 }, 50.39233, 0.00001, 0.069 }, + { { 0, 10, -15, 0, 2, 0, 0, 0, -2, 0, 0 }, 111.87966, 0.00002, 0.043 }, + { { 0, 10, -15, 1, 0, 0, 0, 0, 2, -2, 0 }, 231.20265, 0.00001, 77.527 }, + { { 0, 10, -15, 2, 0, 0, 0, 0, -2, 0, 0 }, 95.34258, 0.00001, 0.045 }, + { { 0, 10, -15, 2, 0, 0, 0, 0, -2, 2, 0 }, 95.34258, 0.00001, 0.244 }, + { { 0, 10, -14, 0, -1, 0, 0, 0, -2, 0, 0 }, 241.43379, 0.00007, 0.044 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 69.42795, 0.00003, 0.044 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 231.64926, 0.00001, 0.108 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 33.93299, 0.00004, 0.248 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, -2, 3, 0 }, 231.64926, 0.00001, 0.058 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, -1, 0, 0 }, 231.74199, 0.00002, 0.099 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 163.72969, 0.00003, 0.443 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, 1, 0, -1 }, 333.74161, 0.00001, 0.832 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, 2, -1, -2 }, 229.68561, 0.00001, 0.076 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 155.56117, 0.00007, 0.073 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 126.20240, 0.00002, 0.037 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, 2, 1, -2 }, 229.68561, 0.00001, 0.075 }, + { { 0, 10, -14, 0, 1, 0, 0, 0, -2, 0, 0 }, 38.84074, 0.00003, 0.045 }, + { { 0, 10, -14, 0, 1, 0, 0, 0, -2, 2, 0 }, 218.84074, 0.00003, 0.243 }, + { { 0, 10, -13, -2, 0, 0, 0, 0, -2, 0, 0 }, 191.16052, 0.00001, 0.044 }, + { { 0, 10, -13, -2, 0, 0, 0, 0, -2, 2, 0 }, 191.16052, 0.00001, 0.252 }, + { { 0, 10, -13, 0, -1, 0, 0, 0, -2, 0, 0 }, 53.63801, 0.00006, 0.046 }, + { { 0, 10, -13, 0, -1, 0, 0, 0, -2, 2, 0 }, 230.81357, 0.00002, 0.202 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 109.17950, 0.00001, 0.122 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 240.27883, 0.00003, 0.100 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 67.56399, 0.00013, 0.307 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 1, 0, -1 }, 250.34890, 0.00003, 0.454 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 76.42638, 0.00012, 0.068 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 255.97601, 0.00007, 0.036 }, + { { 0, 10, -13, 0, 1, 0, 0, 0, 0, 0, 0 }, 353.34516, 0.00001, 0.299 }, + { { 0, 10, -13, 0, 2, 0, 0, 0, 0, 0, 0 }, 269.92400, 0.00001, 0.292 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 353.91648, 0.00001, 0.049 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 334.71677, 0.00002, 0.166 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 353.80902, 0.00005, 0.111 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 344.85039, 0.00043, 0.235 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 0, 1, 0 }, 348.93446, 0.00005, 0.057 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 1, 0, -1 }, 168.72245, 0.00010, 0.312 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 1, 0, 1 }, 348.75910, 0.00002, 0.033 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 2, -2, 0 }, 354.09950, 0.00002, 0.403 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 353.91886, 0.00039, 0.064 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 2, 0, -2 }, 352.78678, 0.00001, 0.466 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 174.42052, 0.00021, 0.034 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 2, 1, 0 }, 171.92863, 0.00002, 0.024 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 4, -3, 0 }, 196.00228, 0.00001, 0.072 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 4, -1, 0 }, 172.60333, 0.00001, 0.025 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 4, 0, 0 }, 172.68422, 0.00002, 0.019 }, + { { 0, 10, -12, 0, 1, 0, 0, 0, -2, 0, 0 }, 270.56940, 0.00001, 0.049 }, + { { 0, 10, -12, 0, 1, 0, 0, 0, -2, 2, 0 }, 90.56940, 0.00001, 0.164 }, + { { 0, 10, -12, 0, 2, 0, 0, 0, 0, 0, 0 }, 179.68647, 0.00001, 0.226 }, + { { 0, 10, -12, 0, 2, 0, 0, 0, 2, -2, 0 }, 179.79272, 0.00001, 0.377 }, + { { 0, 10, -12, 0, 2, 0, 0, 0, 2, -1, 0 }, 359.81792, 0.00003, 0.063 }, + { { 0, 10, -12, 0, 2, 0, 0, 0, 2, 0, 0 }, 179.80411, 0.00004, 0.034 }, + { { 0, 10, -12, 2, 0, 0, 0, 0, -2, 0, 0 }, 179.18056, 0.00001, 0.051 }, + { { 0, 10, -12, 2, 0, 0, 0, 0, -2, 2, 0 }, 179.18056, 0.00001, 0.141 }, + { { 0, 10, -12, 2, 0, 0, 0, 0, 0, 0, 0 }, 0.77823, 0.00001, 0.188 }, + { { 0, 10, -12, 2, 0, 0, 0, 0, 2, -2, 0 }, 0.02948, 0.00001, 0.282 }, + { { 0, 10, -12, 2, 0, 0, 0, 0, 2, 0, 0 }, 0.02948, 0.00001, 0.033 }, + { { 0, 10, -11, 0, -1, 0, 0, 0, -2, 0, 0 }, 104.73647, 0.00002, 0.051 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -4, 2, 0 }, 271.88964, 0.00001, 0.056 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 273.62919, 0.00005, 0.051 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 90.92485, 0.00002, 0.142 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -2, 3, 0 }, 271.16697, 0.00001, 0.049 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -1, 0, -1 }, 63.55688, 0.00003, 0.049 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -1, 0, 1 }, 255.50825, 0.00007, 0.159 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -1, 1, -1 }, 75.53061, 0.00001, 0.137 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 270.88218, 0.00006, 0.125 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 272.00785, 0.00122, 0.190 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 0, 1, 0 }, 272.00653, 0.00028, 0.054 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 0, 2, 0 }, 272.23966, 0.00001, 0.031 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 1, -1, -1 }, 75.55271, 0.00003, 0.110 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 1, -1, 1 }, 75.55500, 0.00002, 0.056 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 1, 0, -1 }, 75.56544, 0.00032, 0.238 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 1, 0, 0 }, 85.91167, 0.00002, 0.057 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 1, 0, 1 }, 75.55812, 0.00001, 0.032 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 1, 1, -1 }, 75.55336, 0.00001, 0.057 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, -3, 0 }, 290.07502, 0.00002, 0.102 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, -2, 0 }, 299.73446, 0.00001, 0.287 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 272.50818, 0.00123, 0.060 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, 0, -2 }, 272.31030, 0.00004, 0.318 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 93.37067, 0.00099, 0.033 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, 1, 0 }, 92.26654, 0.00013, 0.023 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, 2, 0 }, 92.37987, 0.00002, 0.018 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 3, 0, 0 }, 92.43066, 0.00002, 0.024 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 4, -2, 0 }, 269.16626, 0.00003, 0.035 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 4, -1, 0 }, 99.61007, 0.00001, 0.024 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 4, 0, 0 }, 97.77106, 0.00006, 0.018 }, + { { 0, 10, -11, 0, 1, 0, 0, 0, -2, 0, 0 }, 215.61438, 0.00004, 0.052 }, + { { 0, 10, -11, 0, 1, 0, 0, 0, 2, -1, 0 }, 178.64461, 0.00003, 0.059 }, + { { 0, 10, -11, 0, 1, 0, 0, 0, 2, 0, 0 }, 358.68846, 0.00004, 0.033 }, + { { 0, 10, -11, 0, 2, 0, 0, 0, -2, 0, 0 }, 232.63806, 0.00002, 0.052 }, + { { 0, 10, -11, 3, 0, 0, 0, 0, -2, 0, 0 }, 236.35874, 0.00001, 0.056 }, + { { 0, 10, -11, 3, 0, 0, 0, 0, -2, 2, 0 }, 236.35874, 0.00001, 0.116 }, + { { 0, 10, -10, 0, -1, 0, 0, 0, -2, 0, 0 }, 182.59762, 0.00006, 0.054 }, + { { 0, 10, -10, 0, -1, 0, 0, 0, -2, 1, 0 }, 7.48510, 0.00001, 0.188 }, + { { 0, 10, -10, 0, -1, 0, 0, 0, -2, 2, 0 }, 185.59062, 0.00001, 0.126 }, + { { 0, 10, -10, 0, -1, 0, 0, 0, 2, 0, 0 }, 8.65802, 0.00002, 0.032 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -4, 1, 0 }, 180.06199, 0.00001, 0.033 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -4, 2, 0 }, 178.72516, 0.00002, 0.060 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, -2, 0 }, 359.79946, 0.00001, 0.022 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, -1, 0 }, 177.06724, 0.00002, 0.032 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 179.30490, 0.00039, 0.054 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 181.77674, 0.00028, 0.191 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 358.56750, 0.00009, 0.125 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -1, 0, -1 }, 14.59558, 0.00001, 0.051 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -1, 0, 0 }, 359.93785, 0.00008, 0.164 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 180.21780, 0.00041, 0.143 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 0, 0, -2 }, 179.94689, 0.00002, 0.049 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 179.93921, 0.00527, 0.160 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 179.93820, 0.00088, 0.051 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 0, 2, 0 }, 180.89321, 0.00006, 0.031 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 1, -1, 0 }, 359.99568, 0.00002, 0.186 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 1, 0, -1 }, 191.38026, 0.00009, 0.192 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 1, 0, 0 }, 359.69306, 0.00004, 0.054 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 1, 0, 1 }, 191.37963, 0.00002, 0.031 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, -3, 0 }, 181.13766, 0.00003, 0.114 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, -2, -2 }, 0.00601, 0.00001, 0.045 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, -2, 0 }, 180.44836, 0.00019, 0.223 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.99190, 0.00359, 0.056 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, 0, -2 }, 179.99286, 0.00009, 0.241 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 0.07627, 0.00348, 0.032 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, 0, 2 }, 180.00060, 0.00001, 0.017 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, 1, 0 }, 0.00500, 0.00029, 0.023 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, 2, 0 }, 359.98857, 0.00006, 0.017 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 3, -1, 0 }, 180.03560, 0.00002, 0.033 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 3, 0, 0 }, 0.03633, 0.00003, 0.023 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 4, -2, 0 }, 179.71105, 0.00005, 0.034 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 4, -1, 0 }, 0.04155, 0.00003, 0.024 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 4, 0, 0 }, 0.00317, 0.00006, 0.018 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 4, 1, 0 }, 359.99256, 0.00002, 0.014 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 4, 2, 0 }, 359.99110, 0.00001, 0.012 }, + { { 0, 10, -10, 0, 1, 0, 0, 0, -2, 0, 0 }, 349.18014, 0.00004, 0.054 }, + { { 0, 10, -10, 0, 1, 0, 0, 0, -2, 1, 0 }, 172.65835, 0.00002, 0.194 }, + { { 0, 10, -10, 0, 1, 0, 0, 0, -2, 2, 0 }, 346.54674, 0.00002, 0.123 }, + { { 0, 10, -10, 0, 1, 0, 0, 0, 2, -2, 0 }, 346.86735, 0.00001, 0.219 }, + { { 0, 10, -10, 0, 1, 0, 0, 0, 2, 0, 0 }, 166.86735, 0.00001, 0.032 }, + { { 0, 10, -9, -3, 0, 0, 0, 0, -2, 0, 0 }, 303.07415, 0.00002, 0.052 }, + { { 0, 10, -9, -3, 0, 0, 0, 0, -2, 2, 0 }, 303.07415, 0.00002, 0.135 }, + { { 0, 10, -9, -2, 0, 0, 0, 0, 0, 0, 0 }, 291.47238, 0.00002, 0.162 }, + { { 0, 10, -9, 0, -1, 0, 0, 0, -2, 2, 0 }, 178.53094, 0.00001, 0.112 }, + { { 0, 10, -9, 0, -1, 0, 0, 0, 0, -2, 0 }, 180.95163, 0.00002, 0.052 }, + { { 0, 10, -9, 0, -1, 0, 0, 0, 0, 0, 0 }, 181.35758, 0.00008, 0.139 }, + { { 0, 10, -9, 0, -1, 0, 0, 0, 2, -2, 0 }, 1.27391, 0.00001, 0.185 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 249.53792, 0.00003, 0.057 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -2, 2, 0 }, 239.44230, 0.00001, 0.111 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -1, -1, 1 }, 283.21229, 0.00002, 0.202 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -1, 0, -1 }, 103.20163, 0.00009, 0.054 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -1, 0, 1 }, 283.21903, 0.00013, 0.120 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -1, 1, -1 }, 103.22687, 0.00006, 0.189 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -1, 2, -1 }, 283.27658, 0.00002, 0.125 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 248.07819, 0.00003, 0.167 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 261.77161, 0.00004, 0.138 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 1, -3, 1 }, 103.28148, 0.00002, 0.149 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.39882, 0.00006, 0.142 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.28915, 0.00035, 0.161 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 1, 0, 1 }, 103.27940, 0.00003, 0.030 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 1, 1, -1 }, 103.28384, 0.00002, 0.051 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 269.53898, 0.00016, 0.053 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 92.00775, 0.00023, 0.031 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 2, 1, 0 }, 98.30513, 0.00002, 0.022 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 4, -1, 0 }, 91.24120, 0.00001, 0.023 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 4, 0, 0 }, 85.78970, 0.00002, 0.018 }, + { { 0, 10, -8, -3, 0, 0, 0, 0, -2, 0, 0 }, 336.19629, 0.00001, 0.055 }, + { { 0, 10, -8, -3, 0, 0, 0, 0, -2, 2, 0 }, 336.19629, 0.00001, 0.119 }, + { { 0, 10, -8, -2, 0, 0, 0, 0, -2, 0, 0 }, 0.49794, 0.00001, 0.057 }, + { { 0, 10, -8, -2, 0, 0, 0, 0, -2, 2, 0 }, 0.49794, 0.00001, 0.112 }, + { { 0, 10, -8, 0, -3, 0, 0, 0, -2, 0, 0 }, 8.62943, 0.00002, 0.060 }, + { { 0, 10, -8, 0, -2, 0, 0, 0, -2, 0, 0 }, 0.27301, 0.00002, 0.060 }, + { { 0, 10, -8, 0, -2, 0, 0, 0, -2, 2, 0 }, 0.27301, 0.00002, 0.101 }, + { { 0, 10, -8, 0, -2, 0, 0, 0, 0, -2, 0 }, 359.85724, 0.00002, 0.054 }, + { { 0, 10, -8, 0, -2, 0, 0, 0, 0, 0, 0 }, 359.44492, 0.00001, 0.124 }, + { { 0, 10, -8, 0, 0, 0, 0, 0, -2, -1, 0 }, 25.99087, 0.00002, 0.034 }, + { { 0, 10, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 25.44123, 0.00020, 0.061 }, + { { 0, 10, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 26.64331, 0.00012, 0.310 }, + { { 0, 10, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 29.62051, 0.00001, 0.100 }, + { { 0, 10, -8, 0, 0, 0, 0, 0, -1, 0, 0 }, 200.29906, 0.00002, 0.243 }, + { { 0, 10, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 26.64449, 0.00008, 0.200 }, + { { 0, 10, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 26.61226, 0.00038, 0.121 }, + { { 0, 10, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 27.26989, 0.00005, 0.051 }, + { { 0, 10, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 205.73275, 0.00006, 0.030 }, + { { 0, 10, -7, 0, -3, 0, 0, 0, -2, 0, 0 }, 356.64641, 0.00003, 0.064 }, + { { 0, 10, -7, 0, -3, 0, 0, 0, -2, 1, 0 }, 356.64641, 0.00001, 0.403 }, + { { 0, 10, -7, 0, -1, 0, 0, 0, -2, 0, 0 }, 24.53125, 0.00001, 0.064 }, + { { 0, 10, -7, 0, -1, 0, 0, 0, -2, 1, 0 }, 24.52704, 0.00001, 0.433 }, + { { 0, 10, -7, 0, -1, 0, 0, 0, -2, 2, 0 }, 24.53125, 0.00001, 0.091 }, + { { 0, 10, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 275.43550, 0.00002, 0.449 }, + { { 0, 10, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 258.97351, 0.00003, 0.108 }, + { { 0, 10, -7, 0, 0, 0, 0, 0, 2, -2, 0 }, 38.59513, 0.00001, 0.134 }, + { { 0, 10, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 38.59513, 0.00001, 0.029 }, + { { 0, 10, -6, 0, -1, 0, 0, 0, 2, 0, 0 }, 321.26248, 0.00003, 0.029 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, -3, 0, 2 }, 48.44340, 0.00013, 167.135 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 220.95634, 0.00002, 0.815 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 308.20936, 0.00002, 0.333 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 308.21488, 0.00004, 0.098 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 308.25230, 0.00001, 0.043 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 0, 2, 0 }, 308.21488, 0.00004, 0.027 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 2, -3, 0 }, 128.19741, 0.00002, 0.209 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 128.08386, 0.00001, 0.118 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 128.19741, 0.00002, 0.046 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 129.12814, 0.00003, 0.029 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 2, 2, 0 }, 128.64926, 0.00002, 0.016 }, + { { 0, 10, -6, 0, 1, 0, 0, 0, 2, -2, 0 }, 119.47180, 0.00001, 0.117 }, + { { 0, 10, -6, 0, 1, 0, 0, 0, 2, 0, 0 }, 119.47180, 0.00001, 0.029 }, + { { 0, 10, -5, 0, -3, 0, 0, 0, -2, 1, 0 }, 199.94052, 0.00001, 2.086 }, + { { 0, 10, -5, 0, -2, 0, 0, 0, -2, 1, 0 }, 109.90642, 0.00001, 2.531 }, + { { 0, 10, -5, 0, 0, 0, 0, 0, -2, 0, 1 }, 148.48031, 0.00002, 16.737 }, + { { 0, 10, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 130.88979, 0.00008, 4.415 }, + { { 0, 10, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.17937, 0.00002, 0.044 }, + { { 0, 10, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 35.57982, 0.00001, 0.028 }, + { { 0, 10, -4, -2, 0, 0, 0, 0, -2, 1, 0 }, 128.10035, 0.00001, 3.450 }, + { { 0, 10, -4, 0, -9, 0, 0, 0, -2, 1, 0 }, 30.23056, 0.00001, 67.776 }, + { { 0, 10, -4, 0, -2, 0, 0, 0, 2, -2, 0 }, 308.31190, 0.00002, 0.097 }, + { { 0, 10, -4, 0, -2, 0, 0, 0, 2, 0, 0 }, 308.31190, 0.00002, 0.027 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, -2, -2, 0 }, 256.24244, 0.00001, 0.026 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, -2, -1, 0 }, 256.24244, 0.00007, 0.039 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 256.24244, 0.00004, 0.080 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, -1, -1, 0 }, 76.24244, 0.00002, 0.075 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, -1, -1, 1 }, 234.20775, 0.00001, 18.782 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 244.74659, 0.00001, 8.810 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 0, -3, 0 }, 256.24244, 0.00002, 0.036 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 256.24244, 0.00015, 0.070 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 76.24244, 0.00020, 0.082 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 76.24244, 0.00003, 0.039 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 76.24244, 0.00028, 0.095 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 76.24244, 0.00045, 0.042 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 76.24244, 0.00006, 0.027 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 4, -2, 0 }, 76.24244, 0.00002, 0.028 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 4, -1, 0 }, 76.24244, 0.00001, 0.021 }, + { { 0, 10, -3, 0, -2, 0, 0, 0, 0, -1, 0 }, 209.51355, 0.00002, 5.913 }, + { { 0, 10, -3, 0, -1, 0, 0, 0, 0, -1, 0 }, 331.11891, 0.00002, 11.789 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -4, -2, 0 }, 333.30551, 0.00001, 0.016 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -4, -1, 0 }, 333.30551, 0.00008, 0.020 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -4, 0, 0 }, 333.30551, 0.00016, 0.028 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -4, 1, 0 }, 333.30551, 0.00008, 0.044 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, -3, 0 }, 333.30551, 0.00008, 0.020 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, -2, 0 }, 333.30551, 0.00079, 0.026 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, -1, -2 }, 153.30551, 0.00003, 0.019 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, -1, 0 }, 333.30551, 0.00647, 0.040 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, 0, -2 }, 153.30551, 0.00004, 0.026 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 333.58030, 0.00623, 0.087 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, 2, 0 }, 153.30551, 0.00002, 0.067 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -1, -2, 0 }, 153.30551, 0.00002, 0.039 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -1, -1, 0 }, 153.30551, 0.00017, 0.081 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -5, 0 }, 333.30551, 0.00001, 0.019 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -4, 0 }, 333.30551, 0.00015, 0.025 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -3, -2 }, 153.30551, 0.00002, 0.019 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -3, 0 }, 333.07007, 0.00211, 0.038 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -2, -2 }, 153.30551, 0.00018, 0.025 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -2, 0 }, 333.10628, 0.03091, 0.075 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -2, 2 }, 153.30551, 0.00005, 0.074 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -1, -2 }, 153.21025, 0.00111, 0.037 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 333.30551, 0.56341, 1911.695 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -1, 2 }, 153.21025, 0.00111, 0.037 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 0, -2 }, 153.30551, 0.00005, 0.074 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 333.03408, 0.03111, 0.075 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 0, 2 }, 153.30551, 0.00018, 0.025 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 333.07007, 0.00211, 0.038 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 1, 2 }, 153.30551, 0.00002, 0.019 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 2, 0 }, 333.30551, 0.00015, 0.025 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 3, 0 }, 333.30551, 0.00001, 0.019 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 1, -1, 0 }, 153.30551, 0.00017, 0.081 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 153.30551, 0.00002, 0.039 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, -4, 0 }, 153.30551, 0.00002, 0.067 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, -2, 0 }, 333.50460, 0.00627, 0.087 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, -2, 2 }, 153.30551, 0.00004, 0.026 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 333.30551, 0.00647, 0.040 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, -1, 2 }, 153.30551, 0.00003, 0.019 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 333.30551, 0.00079, 0.026 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, 1, 0 }, 333.30551, 0.00008, 0.020 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 4, -3, 0 }, 333.30551, 0.00008, 0.044 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 4, -2, 0 }, 333.30551, 0.00016, 0.028 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 4, -1, 0 }, 333.30551, 0.00008, 0.020 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 4, 0, 0 }, 333.30551, 0.00001, 0.016 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, -4, -1, 0 }, 230.36858, 0.00001, 0.021 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, -4, 0, 0 }, 230.36858, 0.00002, 0.028 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, -2, -2, 0 }, 230.36858, 0.00006, 0.027 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, -2, -1, 0 }, 230.36858, 0.00045, 0.042 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 230.36858, 0.00028, 0.095 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, 0, -3, 0 }, 230.36858, 0.00003, 0.039 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, 0, -2, 0 }, 230.36858, 0.00020, 0.082 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 50.36858, 0.00015, 0.070 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 50.36858, 0.00002, 0.036 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, 1, -1, 0 }, 230.36858, 0.00002, 0.075 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 50.36858, 0.00004, 0.080 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 50.36858, 0.00007, 0.039 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 50.36858, 0.00001, 0.026 }, + { { 0, 10, -1, 0, 0, 0, 0, 0, -2, -1, 0 }, 127.43165, 0.00002, 0.044 }, + { { 0, 10, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 127.43165, 0.00001, 0.105 }, + { { 0, 10, 0, -9, 0, 0, 0, 0, -2, 1, 0 }, 106.82924, 0.00001, 85.736 }, + { { 0, 10, 8, -24, 0, 0, 0, 0, -2, 1, 0 }, 220.31490, 0.00001, 76.498 }, + { { 0, 11, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 289.61086, 0.00002, 0.037 }, + { { 0, 11, -20, 0, 0, 0, 0, 0, -2, 1, 0 }, 289.62485, 0.00003, 0.074 }, + { { 0, 11, -20, 0, 0, 0, 0, 0, -2, 2, 0 }, 289.61228, 0.00001, 2.897 }, + { { 0, 11, -20, 0, 0, 0, 0, 0, -2, 3, 0 }, 289.62851, 0.00002, 0.077 }, + { { 0, 11, -20, 0, 4, 0, 0, 0, -2, 2, 0 }, 131.52075, 0.00003, 124.848 }, + { { 0, 11, -19, 0, 0, 0, 0, 0, -2, 1, 0 }, 30.14735, 0.00003, 0.079 }, + { { 0, 11, -18, 0, 0, 0, 0, 0, 0, -1, 0 }, 88.22700, 0.00001, 0.075 }, + { { 0, 11, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 308.47135, 0.00002, 8.386 }, + { { 0, 11, -18, 0, 0, 0, 0, 0, 0, 1, 0 }, 88.22700, 0.00001, 0.076 }, + { { 0, 11, -18, 0, 1, 0, 0, 0, 0, -1, 0 }, 222.58294, 0.00002, 0.075 }, + { { 0, 11, -18, 0, 1, 0, 0, 0, 0, 0, 0 }, 312.53566, 0.00001, 28.621 }, + { { 0, 11, -18, 0, 1, 0, 0, 0, 0, 1, 0 }, 222.58294, 0.00002, 0.076 }, + { { 0, 11, -18, 0, 2, 0, 0, 0, 0, -1, 0 }, 323.12340, 0.00002, 0.076 }, + { { 0, 11, -18, 0, 2, 0, 0, 0, 0, 1, 0 }, 323.12340, 0.00002, 0.075 }, + { { 0, 11, -17, 0, 0, 0, 0, 0, -2, -1, 0 }, 225.19576, 0.00001, 0.027 }, + { { 0, 11, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 225.19576, 0.00001, 0.094 }, + { { 0, 11, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 247.01744, 0.00002, 1.135 }, + { { 0, 11, -17, 0, 0, 0, 0, 0, 1, -1, 0 }, 322.60146, 0.00003, 159.914 }, + { { 0, 11, -17, 0, 0, 0, 0, 0, 2, -1, 0 }, 45.19576, 0.00003, 0.081 }, + { { 0, 11, -17, 0, 1, 0, 0, 0, -2, 0, 0 }, 141.84715, 0.00003, 0.042 }, + { { 0, 11, -17, 0, 2, 0, 0, 0, -2, 0, 0 }, 51.54960, 0.00005, 0.042 }, + { { 0, 11, -17, 0, 2, 0, 0, 0, -2, 2, 0 }, 51.55062, 0.00004, 0.354 }, + { { 0, 11, -17, 2, 0, 0, 0, 0, -2, 0, 0 }, 51.75857, 0.00002, 0.044 }, + { { 0, 11, -17, 2, 0, 0, 0, 0, -2, 2, 0 }, 51.75857, 0.00002, 0.269 }, + { { 0, 11, -16, 0, -1, 0, 0, 0, 2, -2, 0 }, 331.86056, 0.00001, 44.577 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, -2, -1, 0 }, 324.06401, 0.00002, 0.028 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 315.78558, 0.00002, 0.044 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, -2, 1, 0 }, 231.02722, 0.00003, 0.104 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 302.11812, 0.00003, 0.274 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, -2, 3, 0 }, 110.30296, 0.00002, 0.059 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 122.28390, 0.00002, 0.532 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, 2, -2, 0 }, 237.86456, 0.00001, 9.369 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, 2, -1, 0 }, 235.88774, 0.00003, 0.075 }, + { { 0, 11, -16, 0, 1, 0, 0, 0, -2, 1, 0 }, 50.37370, 0.00001, 0.105 }, + { { 0, 11, -16, 0, 1, 0, 0, 0, -2, 2, 0 }, 229.94597, 0.00002, 0.267 }, + { { 0, 11, -16, 0, 1, 0, 0, 0, -2, 3, 0 }, 230.37370, 0.00001, 0.059 }, + { { 0, 11, -16, 0, 2, 0, 0, 0, -2, 0, 0 }, 111.86104, 0.00001, 0.044 }, + { { 0, 11, -16, 0, 2, 0, 0, 0, -2, 2, 0 }, 291.86104, 0.00001, 0.262 }, + { { 0, 11, -15, 0, -1, 0, 0, 0, -2, 0, 0 }, 241.61175, 0.00003, 0.046 }, + { { 0, 11, -15, 0, -1, 0, 0, 0, -2, 2, 0 }, 61.61175, 0.00003, 0.219 }, + { { 0, 11, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 62.76952, 0.00003, 0.046 }, + { { 0, 11, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 56.41650, 0.00001, 0.116 }, + { { 0, 11, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 28.59571, 0.00002, 0.215 }, + { { 0, 11, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 165.58676, 0.00004, 0.347 }, + { { 0, 11, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 158.44545, 0.00001, 0.036 }, + { { 0, 11, -14, 0, -1, 0, 0, 0, -2, 0, 0 }, 55.45174, 0.00003, 0.048 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 114.13919, 0.00002, 0.048 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, 0, -1, 0 }, 255.72015, 0.00002, 0.107 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 67.06993, 0.00011, 0.258 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, 1, 0, -1 }, 250.92958, 0.00002, 0.354 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 75.39829, 0.00008, 0.065 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 256.70141, 0.00006, 0.035 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, 4, -2, -2 }, 259.25820, 0.00048, 1260.592 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, 4, -1, -2 }, 100.46620, 0.00002, 0.075 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 356.98137, 0.00003, 0.050 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 339.54095, 0.00003, 0.150 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, -1, 0, 1 }, 32.10246, 0.00002, 0.169 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 0, -2, 0 }, 23.66391, 0.00001, 0.046 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 342.28773, 0.00003, 0.119 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 347.65557, 0.00033, 0.205 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 0, 1, 0 }, 348.37408, 0.00003, 0.055 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 1, 0, -1 }, 168.69263, 0.00007, 0.261 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 1, 0, 1 }, 348.68513, 0.00002, 0.033 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 2, -2, 0 }, 356.76690, 0.00002, 0.322 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 353.37056, 0.00026, 0.061 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 175.57283, 0.00018, 0.034 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 2, 1, 0 }, 173.01905, 0.00002, 0.023 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 4, -1, 0 }, 173.37300, 0.00001, 0.024 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 4, 0, 0 }, 173.44622, 0.00002, 0.018 }, + { { 0, 11, -13, 0, 1, 0, 0, 0, -2, 0, 0 }, 270.61944, 0.00001, 0.051 }, + { { 0, 11, -13, 0, 1, 0, 0, 0, -2, 2, 0 }, 90.61944, 0.00001, 0.148 }, + { { 0, 11, -13, 2, 0, 0, 0, 0, -2, 0, 0 }, 179.16814, 0.00001, 0.053 }, + { { 0, 11, -13, 2, 0, 0, 0, 0, -2, 2, 0 }, 179.16814, 0.00001, 0.130 }, + { { 0, 11, -12, 0, -1, 0, 0, 0, -2, 0, 0 }, 124.50823, 0.00002, 0.053 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -4, 2, 0 }, 272.80414, 0.00001, 0.059 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 273.97431, 0.00004, 0.053 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 98.82512, 0.00003, 0.179 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 93.49970, 0.00003, 0.131 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -1, 0, -1 }, 75.26809, 0.00003, 0.050 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -1, 0, 1 }, 255.24821, 0.00004, 0.144 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -1, 1, -1 }, 94.34013, 0.00002, 0.150 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, -2, 0 }, 88.29131, 0.00001, 0.048 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 282.10592, 0.00007, 0.136 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 272.03339, 0.00094, 0.170 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, 1, 0 }, 275.63089, 0.00022, 0.052 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, 2, 0 }, 277.27465, 0.00001, 0.031 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 1, -1, -1 }, 75.29609, 0.00003, 0.119 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 1, -1, 1 }, 75.29861, 0.00001, 0.054 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 1, 0, -1 }, 75.29674, 0.00025, 0.207 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 1, 0, 0 }, 83.89094, 0.00002, 0.055 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 1, 0, 1 }, 75.30087, 0.00001, 0.032 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 1, 1, -1 }, 75.29695, 0.00001, 0.055 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 2, -2, 0 }, 146.32001, 0.00002, 0.244 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 272.69940, 0.00087, 0.058 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 2, 0, -2 }, 272.31403, 0.00003, 0.265 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 94.30713, 0.00083, 0.033 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 2, 1, 0 }, 92.70842, 0.00013, 0.023 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 3, 0, 0 }, 92.42917, 0.00002, 0.023 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 4, -2, 0 }, 280.24971, 0.00003, 0.035 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 4, 0, 0 }, 92.71122, 0.00002, 0.018 }, + { { 0, 11, -12, 0, 1, 0, 0, 0, -2, 0, 0 }, 220.61314, 0.00003, 0.053 }, + { { 0, 11, -12, 0, 1, 0, 0, 0, 2, 0, 0 }, 358.67481, 0.00003, 0.033 }, + { { 0, 11, -12, 0, 2, 0, 0, 0, -2, 0, 0 }, 232.62564, 0.00001, 0.054 }, + { { 0, 11, -12, 0, 2, 0, 0, 0, -2, 2, 0 }, 52.62564, 0.00001, 0.128 }, + { { 0, 11, -12, 2, 0, 0, 0, 0, 0, 0, 0 }, 39.90972, 0.00001, 0.144 }, + { { 0, 11, -12, 3, 0, 0, 0, 0, -2, 0, 0 }, 236.34012, 0.00001, 0.058 }, + { { 0, 11, -12, 3, 0, 0, 0, 0, -2, 2, 0 }, 236.34012, 0.00001, 0.108 }, + { { 0, 11, -11, 0, -1, 0, 0, 0, -2, 0, 0 }, 180.05004, 0.00006, 0.056 }, + { { 0, 11, -11, 0, -1, 0, 0, 0, -2, 1, 0 }, 7.70733, 0.00002, 0.213 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -4, 1, 0 }, 180.02157, 0.00001, 0.034 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -4, 2, 0 }, 178.55209, 0.00002, 0.062 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -2, -1, 0 }, 180.28376, 0.00003, 0.032 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 179.87990, 0.00037, 0.056 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 180.07998, 0.00027, 0.217 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 358.34703, 0.00008, 0.116 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -2, 3, 0 }, 11.10314, 0.00002, 0.046 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -1, 0, 0 }, 0.37740, 0.00008, 0.182 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 179.97563, 0.00037, 0.157 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 0, 0, -2 }, 179.93212, 0.00001, 0.050 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 179.92918, 0.00374, 0.145 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 0, 1, 0 }, 179.97767, 0.00061, 0.050 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 0, 2, -2 }, 359.93212, 0.00001, 0.153 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 0, 2, 0 }, 179.97065, 0.00007, 0.030 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 1, -2, 1 }, 11.54399, 0.00002, 0.162 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 1, -1, 0 }, 2.16705, 0.00001, 0.167 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 1, 0, -1 }, 191.54427, 0.00007, 0.172 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 1, 0, 0 }, 358.50588, 0.00002, 0.052 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 1, 2, 0 }, 0.02478, 0.00001, 0.022 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, -5, 0 }, 179.97336, 0.00001, 0.029 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, -3, 0 }, 181.16462, 0.00002, 0.123 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, -2, 0 }, 181.06455, 0.00011, 0.196 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.97470, 0.00242, 0.054 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, 0, -2 }, 179.97603, 0.00005, 0.210 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 0.10224, 0.00268, 0.032 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, 0, 2 }, 180.00538, 0.00001, 0.017 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, 1, 0 }, 0.01568, 0.00025, 0.022 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, 2, 0 }, 359.98932, 0.00005, 0.017 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 3, -1, 0 }, 180.02246, 0.00001, 0.033 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 3, 0, 0 }, 0.02479, 0.00004, 0.023 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 3, 2, 0 }, 180.02475, 0.00001, 0.014 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 4, -2, 0 }, 179.38982, 0.00004, 0.034 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 4, -1, 0 }, 0.09562, 0.00003, 0.023 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 4, 0, 0 }, 0.02542, 0.00005, 0.018 }, + { { 0, 11, -11, 0, 1, 0, 0, 0, -2, 0, 0 }, 349.11875, 0.00004, 0.056 }, + { { 0, 11, -11, 0, 1, 0, 0, 0, -2, 1, 0 }, 172.63197, 0.00002, 0.221 }, + { { 0, 11, -11, 0, 1, 0, 0, 0, -2, 2, 0 }, 346.63312, 0.00002, 0.114 }, + { { 0, 11, -10, -3, 0, 0, 0, 0, -2, 0, 0 }, 303.05965, 0.00001, 0.054 }, + { { 0, 11, -10, -3, 0, 0, 0, 0, -2, 2, 0 }, 303.05965, 0.00001, 0.124 }, + { { 0, 11, -10, -3, 0, 0, 0, 0, 0, 0, 0 }, 303.91225, 0.00001, 0.159 }, + { { 0, 11, -10, 0, -2, 0, 0, 0, -2, 1, 0 }, 119.06301, 0.00002, 0.265 }, + { { 0, 11, -10, 0, -1, 0, 0, 0, -2, 0, 0 }, 178.49464, 0.00001, 0.059 }, + { { 0, 11, -10, 0, -1, 0, 0, 0, -2, 2, 0 }, 178.49464, 0.00001, 0.104 }, + { { 0, 11, -10, 0, -1, 0, 0, 0, 0, 0, 0 }, 181.39473, 0.00006, 0.128 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 255.32161, 0.00003, 0.059 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 241.29776, 0.00001, 0.104 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -1, -1, 1 }, 283.84186, 0.00001, 0.231 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -1, 0, -1 }, 103.15773, 0.00006, 0.056 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -1, 0, 1 }, 283.19783, 0.00010, 0.112 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -1, 1, -1 }, 103.20678, 0.00006, 0.215 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 239.21673, 0.00002, 0.186 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 282.10196, 0.00003, 0.127 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.59759, 0.00005, 0.156 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 1, -1, 1 }, 103.26488, 0.00002, 0.049 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.27351, 0.00028, 0.146 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 1, 0, 1 }, 103.29518, 0.00002, 0.030 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 1, 1, -1 }, 103.26736, 0.00001, 0.050 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 268.74023, 0.00015, 0.052 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 92.72375, 0.00019, 0.031 }, + { { 0, 11, -9, -3, 0, 0, 0, 0, -2, 0, 0 }, 336.18594, 0.00001, 0.057 }, + { { 0, 11, -9, -3, 0, 0, 0, 0, -2, 2, 0 }, 336.18594, 0.00001, 0.110 }, + { { 0, 11, -9, -2, 0, 0, 0, 0, -2, 0, 0 }, 359.98607, 0.00004, 0.059 }, + { { 0, 11, -9, -2, 0, 0, 0, 0, -2, 2, 0 }, 0.47567, 0.00001, 0.104 }, + { { 0, 11, -9, 0, -3, 0, 0, 0, -2, 0, 0 }, 7.27871, 0.00001, 0.062 }, + { { 0, 11, -9, 0, -3, 0, 0, 0, -2, 2, 0 }, 7.27871, 0.00001, 0.096 }, + { { 0, 11, -9, 0, -2, 0, 0, 0, -2, 0, 0 }, 0.26106, 0.00002, 0.062 }, + { { 0, 11, -9, 0, -2, 0, 0, 0, -2, 2, 0 }, 0.26106, 0.00002, 0.095 }, + { { 0, 11, -9, 0, -2, 0, 0, 0, 0, -2, 0 }, 180.18845, 0.00001, 0.056 }, + { { 0, 11, -9, 0, -2, 0, 0, 0, 0, 0, 0 }, 359.72984, 0.00003, 0.115 }, + { { 0, 11, -9, 0, 0, 0, 0, 0, -2, -1, 0 }, 26.15916, 0.00002, 0.034 }, + { { 0, 11, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 24.73498, 0.00018, 0.063 }, + { { 0, 11, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 25.53361, 0.00014, 0.384 }, + { { 0, 11, -9, 0, 0, 0, 0, 0, -2, 2, 0 }, 191.39894, 0.00001, 0.094 }, + { { 0, 11, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 196.96630, 0.00002, 0.287 }, + { { 0, 11, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 26.69884, 0.00008, 0.229 }, + { { 0, 11, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 28.71409, 0.00030, 0.113 }, + { { 0, 11, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 25.78685, 0.00004, 0.049 }, + { { 0, 11, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 205.70632, 0.00005, 0.030 }, + { { 0, 11, -8, 0, -3, 0, 0, 0, -2, 0, 0 }, 356.63192, 0.00001, 0.066 }, + { { 0, 11, -8, 0, -3, 0, 0, 0, -2, 2, 0 }, 356.63192, 0.00001, 0.088 }, + { { 0, 11, -8, 0, -2, 0, 0, 0, -4, 3, 0 }, 260.63491, 0.00004, 225.944 }, + { { 0, 11, -8, 0, -2, 0, 0, 0, -2, 1, 0 }, 86.71023, 0.00002, 0.565 }, + { { 0, 11, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 278.55908, 0.00002, 0.625 }, + { { 0, 11, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 223.30152, 0.00002, 0.029 }, + { { 0, 11, -8, 0, 1, 0, 0, 0, 2, 0, 0 }, 127.57039, 0.00002, 0.029 }, + { { 0, 11, -8, 3, 0, 0, 0, 0, -2, 0, 0 }, 184.47740, 0.00001, 0.075 }, + { { 0, 11, -8, 3, 0, 0, 0, 0, -2, 1, 0 }, 15.08901, 0.00002, 168.641 }, + { { 0, 11, -8, 3, 0, 0, 0, 0, -2, 2, 0 }, 184.47740, 0.00001, 0.075 }, + { { 0, 11, -7, 0, -1, 0, 0, 0, 2, -2, 0 }, 141.24799, 0.00001, 0.111 }, + { { 0, 11, -7, 0, -1, 0, 0, 0, 2, 0, 0 }, 321.24799, 0.00001, 0.028 }, + { { 0, 11, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 228.41176, 0.00002, 0.072 }, + { { 0, 11, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 227.65813, 0.00008, 1.664 }, + { { 0, 11, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 309.55562, 0.00001, 0.092 }, + { { 0, 11, -7, 0, 0, 0, 0, 0, 0, 2, 0 }, 308.19993, 0.00003, 0.027 }, + { { 0, 11, -7, 0, 0, 0, 0, 0, 2, -3, 0 }, 128.62174, 0.00003, 0.241 }, + { { 0, 11, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 128.62174, 0.00003, 0.045 }, + { { 0, 11, -7, 0, 1, 0, 0, 0, 2, 0, 0 }, 119.45731, 0.00002, 0.028 }, + { { 0, 11, -6, 0, -5, 0, 0, 0, -2, 1, 0 }, 260.35373, 0.00005, 44.436 }, + { { 0, 11, -6, 0, -4, 0, 0, 0, -2, 1, 0 }, 223.69449, 0.00002, 16.182 }, + { { 0, 11, -6, 0, -3, 0, 0, 0, -2, 1, 0 }, 39.27588, 0.00001, 6.845 }, + { { 0, 11, -6, 0, -2, 0, 0, 0, -2, 1, 0 }, 97.73317, 0.00002, 4.340 }, + { { 0, 11, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 121.90834, 0.00003, 0.078 }, + { { 0, 11, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 128.88696, 0.00002, 2.506 }, + { { 0, 11, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 121.89966, 0.00002, 0.073 }, + { { 0, 11, -5, 0, -4, 0, 0, 0, -1, 1, -1 }, 167.95366, 0.00005, 124.469 }, + { { 0, 11, -5, 0, -2, 0, 0, 0, 0, -1, 0 }, 308.35232, 0.00001, 1.840 }, + { { 0, 11, -3, -3, 0, 0, 0, 0, 0, -1, 0 }, 58.41366, 0.00003, 33.392 }, + { { 0, 11, 6, -20, 0, 0, 0, 0, 0, -1, 0 }, 321.98630, 0.00001, 115.147 }, + { { 0, 12, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 289.60503, 0.00002, 0.038 }, + { { 0, 12, -21, 0, 0, 0, 0, 0, -2, 1, 0 }, 109.62018, 0.00002, 0.077 }, + { { 0, 12, -21, 0, 0, 0, 0, 0, -2, 3, 0 }, 109.62018, 0.00002, 0.074 }, + { { 0, 12, -19, 0, 0, 0, 0, 0, 0, -1, 0 }, 328.82095, 0.00001, 0.078 }, + { { 0, 12, -19, 0, 0, 0, 0, 0, 0, 1, 0 }, 328.82095, 0.00001, 0.073 }, + { { 0, 12, -18, 0, 0, 0, 0, 0, -2, -1, 0 }, 225.87272, 0.00001, 0.027 }, + { { 0, 12, -18, 0, 0, 0, 0, 0, -2, 1, 0 }, 225.87272, 0.00001, 0.100 }, + { { 0, 12, -18, 0, 0, 0, 0, 0, 0, -1, 0 }, 247.01742, 0.00002, 0.085 }, + { { 0, 12, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 247.01906, 0.00002, 0.664 }, + { { 0, 12, -18, 0, 0, 0, 0, 0, 0, 1, 0 }, 247.01742, 0.00002, 0.068 }, + { { 0, 12, -18, 0, 0, 0, 0, 0, 2, -3, 0 }, 28.06088, 0.00002, 0.074 }, + { { 0, 12, -18, 0, 0, 0, 0, 0, 2, -1, 0 }, 28.06088, 0.00002, 0.077 }, + { { 0, 12, -18, 0, 1, 0, 0, 0, -2, 0, 0 }, 141.87923, 0.00002, 0.043 }, + { { 0, 12, -18, 0, 2, 0, 0, 0, -2, 0, 0 }, 51.52893, 0.00007, 0.043 }, + { { 0, 12, -18, 0, 3, 0, 0, 0, 2, -2, 0 }, 221.53620, 0.00003, 67.451 }, + { { 0, 12, -18, 0, 3, 0, 0, 0, 2, -1, 0 }, 41.77508, 0.00003, 0.076 }, + { { 0, 12, -18, 2, 0, 0, 0, 0, -2, 0, 0 }, 51.73791, 0.00002, 0.045 }, + { { 0, 12, -18, 2, 0, 0, 0, 0, -2, 2, 0 }, 51.73791, 0.00002, 0.230 }, + { { 0, 12, -17, 0, 0, 0, 0, 0, -2, -1, 0 }, 324.06565, 0.00002, 0.028 }, + { { 0, 12, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 207.34952, 0.00001, 0.111 }, + { { 0, 12, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 314.64357, 0.00002, 0.234 }, + { { 0, 12, -17, 0, 0, 0, 0, 0, 2, -3, 0 }, 57.87334, 0.00003, 0.080 }, + { { 0, 12, -17, 0, 0, 0, 0, 0, 2, -2, 0 }, 237.85973, 0.00001, 1.366 }, + { { 0, 12, -17, 0, 0, 0, 0, 0, 2, -1, 0 }, 57.87334, 0.00003, 0.071 }, + { { 0, 12, -17, 0, 1, 0, 0, 0, -2, 0, 0 }, 229.92734, 0.00002, 0.045 }, + { { 0, 12, -17, 0, 1, 0, 0, 0, -2, 2, 0 }, 229.92734, 0.00002, 0.229 }, + { { 0, 12, -16, 0, 0, 0, 0, 0, -4, -1, 0 }, 231.70578, 0.00002, 0.017 }, + { { 0, 12, -16, 0, 0, 0, 0, 0, -4, 1, 0 }, 231.70578, 0.00002, 0.031 }, + { { 0, 12, -16, 0, 0, 0, 0, 0, -2, -2, 2 }, 231.70578, 0.00001, 0.048 }, + { { 0, 12, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 61.83720, 0.00004, 0.047 }, + { { 0, 12, -16, 0, 0, 0, 0, 0, -2, 0, 2 }, 231.70578, 0.00001, 0.178 }, + { { 0, 12, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 40.18465, 0.00004, 0.189 }, + { { 0, 12, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 165.60834, 0.00004, 0.285 }, + { { 0, 12, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 159.36817, 0.00001, 0.035 }, + { { 0, 12, -15, 0, -1, 0, 0, 0, -2, 0, 0 }, 55.41571, 0.00003, 0.049 }, + { { 0, 12, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 110.01516, 0.00002, 0.049 }, + { { 0, 12, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 173.96182, 0.00001, 0.143 }, + { { 0, 12, -15, 0, 0, 0, 0, 0, -2, 3, 0 }, 173.96182, 0.00001, 0.051 }, + { { 0, 12, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 72.39297, 0.00008, 0.222 }, + { { 0, 12, -15, 0, 0, 0, 0, 0, 1, 0, -1 }, 251.44617, 0.00002, 0.290 }, + { { 0, 12, -15, 0, 0, 0, 0, 0, 2, -3, 0 }, 255.98847, 0.00002, 0.095 }, + { { 0, 12, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 76.27763, 0.00003, 0.063 }, + { { 0, 12, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 257.22277, 0.00006, 0.034 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, -4, 0, 0 }, 212.87298, 0.00002, 0.023 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 335.56589, 0.00002, 0.052 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 345.53377, 0.00002, 0.167 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 344.16886, 0.00001, 0.137 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 346.74969, 0.00025, 0.182 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 1, 0, -1 }, 168.60920, 0.00005, 0.225 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 1, 0, 1 }, 348.60290, 0.00001, 0.032 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 2, -2, 0 }, 353.75822, 0.00001, 0.268 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 353.98414, 0.00020, 0.059 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 176.29242, 0.00016, 0.033 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 2, 1, 0 }, 173.57165, 0.00001, 0.023 }, + { { 0, 12, -14, 0, 1, 0, 0, 0, -2, 0, 0 }, 270.66481, 0.00001, 0.052 }, + { { 0, 12, -14, 0, 1, 0, 0, 0, -2, 2, 0 }, 90.66481, 0.00001, 0.136 }, + { { 0, 12, -14, 0, 2, 0, 0, 0, 2, -2, 0 }, 179.77864, 0.00001, 0.256 }, + { { 0, 12, -14, 0, 2, 0, 0, 0, 2, 0, 0 }, 179.77864, 0.00001, 0.033 }, + { { 0, 12, -14, 2, 0, 0, 0, 0, -2, 0, 0 }, 179.15365, 0.00001, 0.055 }, + { { 0, 12, -14, 2, 0, 0, 0, 0, -2, 2, 0 }, 179.15365, 0.00001, 0.120 }, + { { 0, 12, -13, 0, -1, 0, 0, 0, -2, 0, 0 }, 104.77736, 0.00002, 0.055 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, -4, 2, 0 }, 272.25167, 0.00001, 0.061 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 273.04276, 0.00003, 0.055 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 92.07891, 0.00002, 0.121 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, -1, 0, -1 }, 74.97625, 0.00003, 0.052 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, -1, 1, -1 }, 74.97840, 0.00001, 0.166 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 0, -3, 0 }, 91.90220, 0.00001, 0.030 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 0, -2, 0 }, 89.69216, 0.00002, 0.050 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 280.43281, 0.00007, 0.148 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 271.97336, 0.00077, 0.154 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 0, 1, 0 }, 276.07429, 0.00016, 0.051 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 1, -1, -1 }, 75.00785, 0.00001, 0.128 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 1, 0, -1 }, 75.00912, 0.00019, 0.183 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 1, 0, 0 }, 92.62393, 0.00001, 0.053 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 1, 0, 1 }, 75.01291, 0.00001, 0.031 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 2, -2, 0 }, 279.14210, 0.00001, 0.211 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 273.02424, 0.00061, 0.056 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 2, 0, -2 }, 272.31573, 0.00002, 0.227 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 93.48833, 0.00063, 0.032 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 2, 1, 0 }, 92.50519, 0.00011, 0.022 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 3, 0, 0 }, 92.42513, 0.00002, 0.023 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 4, -2, 0 }, 271.71577, 0.00002, 0.034 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 4, 0, 0 }, 92.43105, 0.00002, 0.018 }, + { { 0, 12, -13, 0, 1, 0, 0, 0, -2, 0, 0 }, 218.85521, 0.00004, 0.055 }, + { { 0, 12, -13, 0, 2, 0, 0, 0, -2, 0, 0 }, 232.61115, 0.00001, 0.055 }, + { { 0, 12, -13, 0, 2, 0, 0, 0, -2, 2, 0 }, 52.61115, 0.00001, 0.118 }, + { { 0, 12, -13, 2, 0, 0, 0, 0, 0, 0, 0 }, 39.89316, 0.00001, 0.132 }, + { { 0, 12, -13, 3, 0, 0, 0, 0, -2, 0, 0 }, 236.31946, 0.00001, 0.060 }, + { { 0, 12, -13, 3, 0, 0, 0, 0, -2, 2, 0 }, 236.31946, 0.00001, 0.101 }, + { { 0, 12, -12, 0, -2, 0, 0, 0, -2, 0, 0 }, 207.22977, 0.00001, 0.057 }, + { { 0, 12, -12, 0, -2, 0, 0, 0, -2, 2, 0 }, 207.22977, 0.00001, 0.110 }, + { { 0, 12, -12, 0, -1, 0, 0, 0, -2, 0, 0 }, 183.41748, 0.00004, 0.058 }, + { { 0, 12, -12, 0, -1, 0, 0, 0, -2, 1, 0 }, 7.94129, 0.00002, 0.246 }, + { { 0, 12, -12, 0, -1, 0, 0, 0, -2, 2, 0 }, 162.93244, 0.00001, 0.109 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -4, 2, 0 }, 178.57791, 0.00002, 0.065 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -2, -2, 0 }, 359.93825, 0.00004, 0.023 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -2, -1, 0 }, 180.19305, 0.00004, 0.033 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 180.30221, 0.00034, 0.058 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 180.48761, 0.00021, 0.252 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 358.20571, 0.00008, 0.108 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -2, 3, 0 }, 176.45090, 0.00002, 0.044 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -1, 0, 0 }, 359.93673, 0.00005, 0.206 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 179.92050, 0.00034, 0.174 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 179.88323, 0.00270, 0.133 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 0, 1, 0 }, 180.01314, 0.00048, 0.048 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 0, 2, 0 }, 179.99298, 0.00003, 0.029 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 1, 0, -1 }, 191.68767, 0.00005, 0.155 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 1, 0, 1 }, 11.68761, 0.00002, 0.030 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 1, 2, 0 }, 0.00921, 0.00001, 0.022 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, -3, 0 }, 180.03438, 0.00002, 0.133 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, -2, 0 }, 179.90222, 0.00009, 0.174 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.95351, 0.00162, 0.053 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, 0, -2 }, 179.95605, 0.00005, 0.185 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 359.96299, 0.00207, 0.031 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, 0, 2 }, 359.94923, 0.00001, 0.017 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, 1, 0 }, 359.95828, 0.00020, 0.022 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, 2, 0 }, 359.95906, 0.00003, 0.017 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 3, -1, 0 }, 180.00688, 0.00001, 0.032 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 3, 0, 0 }, 0.00921, 0.00004, 0.022 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 4, -2, 0 }, 180.12713, 0.00002, 0.033 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 4, -1, 0 }, 359.95189, 0.00003, 0.023 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 4, 0, 0 }, 359.95914, 0.00004, 0.018 }, + { { 0, 12, -12, 0, 1, 0, 0, 0, -2, 0, 0 }, 347.64726, 0.00003, 0.058 }, + { { 0, 12, -12, 0, 1, 0, 0, 0, -2, 2, 0 }, 347.64726, 0.00003, 0.107 }, + { { 0, 12, -11, -3, 0, 0, 0, 0, -2, 0, 0 }, 303.04309, 0.00001, 0.056 }, + { { 0, 12, -11, -3, 0, 0, 0, 0, -2, 2, 0 }, 303.04309, 0.00001, 0.115 }, + { { 0, 12, -11, 0, -2, 0, 0, 0, 0, 0, 0 }, 114.91604, 0.00002, 0.120 }, + { { 0, 12, -11, 0, -1, 0, 0, 0, -2, 0, 0 }, 178.45786, 0.00001, 0.061 }, + { { 0, 12, -11, 0, -1, 0, 0, 0, -2, 2, 0 }, 178.45786, 0.00001, 0.098 }, + { { 0, 12, -11, 0, -1, 0, 0, 0, 0, -2, 0 }, 1.20547, 0.00002, 0.055 }, + { { 0, 12, -11, 0, -1, 0, 0, 0, 0, 0, 0 }, 181.25665, 0.00007, 0.119 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 267.45492, 0.00004, 0.062 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 84.54896, 0.00001, 0.336 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -1, -1, 1 }, 283.82247, 0.00001, 0.271 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -1, 0, -1 }, 103.13134, 0.00006, 0.058 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -1, 0, 1 }, 284.04913, 0.00007, 0.105 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -1, 1, -1 }, 103.18455, 0.00005, 0.248 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 346.20825, 0.00002, 0.118 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 0, 1, 0 }, 114.14213, 0.00001, 0.046 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 0, 2, 0 }, 81.90541, 0.00002, 0.029 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.23076, 0.00004, 0.172 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 1, -1, 1 }, 103.24596, 0.00001, 0.048 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.21414, 0.00026, 0.134 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 1, 0, 1 }, 103.24543, 0.00002, 0.029 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 270.30059, 0.00010, 0.050 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 91.71430, 0.00017, 0.030 }, + { { 0, 12, -10, -3, 0, 0, 0, 0, -2, 0, 0 }, 336.17352, 0.00001, 0.059 }, + { { 0, 12, -10, -3, 0, 0, 0, 0, -2, 2, 0 }, 336.17352, 0.00001, 0.103 }, + { { 0, 12, -10, -2, 0, 0, 0, 0, -2, 0, 0 }, 0.45296, 0.00002, 0.061 }, + { { 0, 12, -10, -2, 0, 0, 0, 0, -2, 2, 0 }, 0.45296, 0.00002, 0.098 }, + { { 0, 12, -10, 0, -3, 0, 0, 0, -2, 0, 0 }, 7.18317, 0.00001, 0.065 }, + { { 0, 12, -10, 0, -3, 0, 0, 0, -2, 2, 0 }, 7.18317, 0.00001, 0.091 }, + { { 0, 12, -10, 0, -2, 0, 0, 0, -2, 0, 0 }, 0.24726, 0.00003, 0.065 }, + { { 0, 12, -10, 0, -2, 0, 0, 0, -2, 1, 0 }, 0.24709, 0.00001, 0.466 }, + { { 0, 12, -10, 0, -2, 0, 0, 0, -2, 2, 0 }, 0.24761, 0.00001, 0.090 }, + { { 0, 12, -10, 0, -2, 0, 0, 0, 0, -2, 0 }, 180.17187, 0.00001, 0.058 }, + { { 0, 12, -10, 0, -2, 0, 0, 0, 0, 0, 0 }, 359.70779, 0.00003, 0.107 }, + { { 0, 12, -10, 0, 0, 0, 0, 0, -2, -1, 0 }, 26.20180, 0.00002, 0.035 }, + { { 0, 12, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 25.53652, 0.00019, 0.066 }, + { { 0, 12, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 25.98889, 0.00017, 0.506 }, + { { 0, 12, -10, 0, 0, 0, 0, 0, -1, 0, 0 }, 199.19285, 0.00002, 0.349 }, + { { 0, 12, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 26.62375, 0.00008, 0.267 }, + { { 0, 12, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 32.69816, 0.00026, 0.105 }, + { { 0, 12, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 198.77108, 0.00001, 0.044 }, + { { 0, 12, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 25.76807, 0.00003, 0.048 }, + { { 0, 12, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 214.19935, 0.00005, 0.029 }, + { { 0, 12, -9, -4, 0, 0, 0, 0, -2, 1, 0 }, 150.32456, 0.00001, 0.322 }, + { { 0, 12, -9, 0, -3, 0, 0, 0, -3, 0, 2 }, 355.64099, 0.00003, 127.390 }, + { { 0, 12, -9, 0, -2, 0, 0, 0, -2, 0, 0 }, 86.02425, 0.00002, 0.069 }, + { { 0, 12, -9, 0, -2, 0, 0, 0, -2, 1, 0 }, 252.44417, 0.00001, 0.874 }, + { { 0, 12, -9, 0, -2, 0, 0, 0, -2, 2, 0 }, 266.02425, 0.00002, 0.083 }, + { { 0, 12, -9, 0, -1, 0, 0, 0, -3, 1, 1 }, 193.65282, 0.00004, 166.720 }, + { { 0, 12, -9, 0, 0, -2, 0, 0, -3, 1, 1 }, 104.88515, 0.00002, 96.065 }, + { { 0, 12, -9, 0, 0, 0, 0, 0, -3, 1, 1 }, 130.95117, 0.00006, 12.771 }, + { { 0, 12, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 273.67422, 0.00003, 1.025 }, + { { 0, 12, -9, 0, 0, 0, 0, 0, -2, 2, 0 }, 310.63301, 0.00002, 0.081 }, + { { 0, 12, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 331.44532, 0.00002, 0.095 }, + { { 0, 12, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 331.44532, 0.00003, 0.042 }, + { { 0, 12, -9, 0, 1, 0, 0, 0, -3, 2, 0 }, 304.53833, 0.00002, 241.182 }, + { { 0, 12, -8, 0, -3, 0, 0, 0, -2, 1, 0 }, 235.41185, 0.00007, 4.379 }, + { { 0, 12, -8, 0, -2, 0, 0, 0, -2, 0, 0 }, 203.31811, 0.00001, 0.075 }, + { { 0, 12, -8, 0, -2, 0, 0, 0, -2, 1, 0 }, 157.24734, 0.00007, 6.941 }, + { { 0, 12, -8, 0, -2, 0, 0, 0, -2, 2, 0 }, 203.31811, 0.00001, 0.076 }, + { { 0, 12, -8, 0, -1, 0, 0, 0, -2, 1, 0 }, 283.55098, 0.00004, 16.733 }, + { { 0, 12, -8, 0, 0, -3, 0, 0, -2, 1, 0 }, 269.58359, 0.00001, 12.936 }, + { { 0, 12, -8, 0, 0, -2, 0, 0, -2, 1, 0 }, 190.06057, 0.00005, 23.065 }, + { { 0, 12, -8, 0, 0, -1, 0, 0, -2, 1, 0 }, 196.79564, 0.00005, 106.299 }, + { { 0, 12, -8, 0, 0, 0, -3, 0, -2, 1, 0 }, 18.39190, 0.00001, 89.563 }, + { { 0, 12, -8, 0, 0, 0, -2, 0, -2, 0, 0 }, 272.38258, 0.00003, 0.075 }, + { { 0, 12, -8, 0, 0, 0, -2, 0, -2, 1, 0 }, 272.38258, 0.00048, 1357.743 }, + { { 0, 12, -8, 0, 0, 0, -2, 0, -2, 2, 0 }, 272.38258, 0.00003, 0.075 }, + { { 0, 12, -8, 0, 0, 0, -1, 0, -2, 1, 0 }, 291.49674, 0.00004, 79.124 }, + { { 0, 12, -8, 0, 0, 0, 0, -2, -2, 1, 0 }, 205.16489, 0.00003, 80.631 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -4, 0, 0 }, 228.50839, 0.00005, 0.026 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -4, 1, 0 }, 228.48690, 0.00039, 0.040 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -4, 2, 0 }, 228.38865, 0.00037, 0.087 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -3, 1, 0 }, 48.50839, 0.00001, 0.081 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, -1, 0 }, 228.15488, 0.00008, 0.038 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 0, -2 }, 48.50839, 0.00001, 0.025 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 228.15465, 0.00119, 0.076 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 1, -2 }, 48.50839, 0.00007, 0.037 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 228.50839, 0.03489, 40.749 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 1, 2 }, 48.50839, 0.00007, 0.037 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 228.61917, 0.00199, 0.075 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 2, 2 }, 48.50839, 0.00001, 0.025 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 3, 0 }, 228.61908, 0.00014, 0.038 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -1, 1, 0 }, 48.50839, 0.00001, 0.081 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 128.30583, 0.00001, 0.067 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 227.34513, 0.00053, 0.087 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 228.52878, 0.00041, 0.040 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, 0, 2, 0 }, 228.50839, 0.00005, 0.026 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, 2, -3, 0 }, 128.19132, 0.00003, 0.284 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 128.19132, 0.00003, 0.044 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 264.18591, 0.00001, 0.028 }, + { { 0, 12, -8, 0, 0, 1, 0, 0, -2, 1, 0 }, 204.16174, 0.00002, 17.098 }, + { { 0, 12, -8, 0, 1, 0, 0, 0, -2, 1, 0 }, 56.73550, 0.00003, 9.188 }, + { { 0, 12, -7, -2, 0, 0, 0, 0, -2, 0, 0 }, 288.13049, 0.00003, 0.075 }, + { { 0, 12, -7, -2, 0, 0, 0, 0, -2, 1, 0 }, 267.43157, 0.00005, 25.755 }, + { { 0, 12, -7, -2, 0, 0, 0, 0, -2, 2, 0 }, 288.13049, 0.00003, 0.076 }, + { { 0, 12, -7, 0, -2, 0, 0, 0, -1, 0, 0 }, 84.52563, 0.00002, 32.179 }, + { { 0, 12, -7, 0, -1, 0, 0, 0, 2, -2, 0 }, 129.18502, 0.00002, 0.094 }, + { { 0, 12, -7, 0, -1, 0, 0, 0, 2, 0, 0 }, 309.18502, 0.00002, 0.027 }, + { { 0, 12, -7, 0, 0, -4, 0, 0, -1, 0, 0 }, 116.18114, 0.00002, 574.972 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, -4, 1, 0 }, 125.57146, 0.00003, 0.042 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, -4, 2, 0 }, 125.57146, 0.00002, 0.096 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 125.57146, 0.00001, 0.082 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, -1, 0, -1 }, 149.22796, 0.00004, 0.075 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 316.29266, 0.00003, 7.271 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, -1, 1, -1 }, 149.22796, 0.00082, 34.218 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, -1, 2, -1 }, 149.22796, 0.00004, 0.076 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, 0, -2, 0 }, 144.72505, 0.00001, 0.071 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 223.97528, 0.00001, 1.334 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 324.72505, 0.00001, 0.080 }, + { { 0, 12, -6, -4, 0, 0, 0, 0, -2, 1, 0 }, 250.62107, 0.00001, 9.785 }, + { { 0, 12, -6, -2, 0, 0, 0, 0, -1, 0, 0 }, 308.06929, 0.00001, 13.484 }, + { { 0, 12, -6, 0, -3, 0, 0, 0, 0, -2, 0 }, 34.90652, 0.00002, 0.075 }, + { { 0, 12, -6, 0, -3, 0, 0, 0, 0, -1, 0 }, 212.06446, 0.00006, 418.437 }, + { { 0, 12, -6, 0, -3, 0, 0, 0, 0, 0, 0 }, 167.32033, 0.00003, 0.075 }, + { { 0, 12, -6, 0, -2, 0, 0, 0, 0, -1, 0 }, 45.38939, 0.00002, 12.208 }, + { { 0, 12, -6, 0, 1, 0, 0, 0, 0, 0, -2 }, 278.68671, 0.00001, 0.075 }, + { { 0, 12, -6, 0, 1, 0, 0, 0, 0, 1, -2 }, 278.68671, 0.00027, 761.128 }, + { { 0, 12, -6, 0, 1, 0, 0, 0, 0, 2, -2 }, 278.68671, 0.00001, 0.075 }, + { { 0, 12, -3, -6, 0, 0, 0, 0, 0, -1, 0 }, 282.81066, 0.00001, 16.552 }, + { { 0, 12, -2, -8, 0, 0, 0, 0, 0, -1, 0 }, 227.44503, 0.00008, 338.916 }, + { { 0, 12, 1, -17, 0, 0, 0, 0, -2, 1, 0 }, 23.94773, 0.00002, 70.966 }, + { { 0, 13, -23, 0, 0, 0, 0, 0, -2, 1, 0 }, 24.22404, 0.00004, 0.075 }, + { { 0, 13, -23, 0, 0, 0, 0, 0, -2, 3, 0 }, 14.55687, 0.00002, 0.076 }, + { { 0, 13, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 289.59071, 0.00002, 0.039 }, + { { 0, 13, -22, 0, 0, 0, 0, 0, -2, 1, 0 }, 289.61015, 0.00004, 0.081 }, + { { 0, 13, -22, 0, 0, 0, 0, 0, -2, 2, 0 }, 289.60121, 0.00001, 1.104 }, + { { 0, 13, -22, 0, 0, 0, 0, 0, -2, 3, 0 }, 289.61015, 0.00004, 0.071 }, + { { 0, 13, -20, 0, 0, 0, 0, 0, -2, 1, 0 }, 309.84736, 0.00001, 0.097 }, + { { 0, 13, -20, 0, 0, 0, 0, 0, -2, 3, 0 }, 309.84736, 0.00001, 0.062 }, + { { 0, 13, -20, 0, 0, 0, 0, 0, 0, -1, 0 }, 309.84736, 0.00002, 0.082 }, + { { 0, 13, -20, 0, 0, 0, 0, 0, 0, 1, 0 }, 309.84736, 0.00002, 0.070 }, + { { 0, 13, -19, 0, 0, 0, 0, 0, -2, -1, 0 }, 226.47689, 0.00001, 0.028 }, + { { 0, 13, -19, 0, 0, 0, 0, 0, -2, 1, 0 }, 226.47689, 0.00001, 0.107 }, + { { 0, 13, -19, 0, 0, 0, 0, 0, 2, -3, 0 }, 329.09123, 0.00001, 0.078 }, + { { 0, 13, -19, 0, 0, 0, 0, 0, 2, -1, 0 }, 277.23642, 0.00003, 0.073 }, + { { 0, 13, -19, 0, 1, 0, 0, 0, -2, 0, 0 }, 141.90730, 0.00001, 0.044 }, + { { 0, 13, -19, 0, 1, 0, 0, 0, -2, 2, 0 }, 321.90730, 0.00001, 0.251 }, + { { 0, 13, -19, 0, 2, 0, 0, 0, -2, 0, 0 }, 51.50556, 0.00004, 0.045 }, + { { 0, 13, -19, 0, 2, 0, 0, 0, -2, 2, 0 }, 231.50629, 0.00003, 0.245 }, + { { 0, 13, -19, 2, 0, 0, 0, 0, -2, 0, 0 }, 51.71525, 0.00001, 0.046 }, + { { 0, 13, -19, 2, 0, 0, 0, 0, -2, 2, 0 }, 51.71525, 0.00001, 0.201 }, + { { 0, 13, -18, 0, 0, 0, 0, 0, -2, -1, 0 }, 324.06536, 0.00002, 0.029 }, + { { 0, 13, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 170.65998, 0.00002, 0.046 }, + { { 0, 13, -18, 0, 0, 0, 0, 0, -2, 1, 0 }, 291.18251, 0.00001, 0.120 }, + { { 0, 13, -18, 0, 0, 0, 0, 0, 0, -1, 0 }, 144.06536, 0.00003, 0.099 }, + { { 0, 13, -18, 0, 0, 0, 0, 0, 2, -1, 0 }, 124.90756, 0.00002, 0.068 }, + { { 0, 13, -18, 0, 1, 0, 0, 0, -2, 0, 0 }, 230.30701, 0.00005, 0.046 }, + { { 0, 13, -18, 0, 1, 0, 0, 0, -2, 2, 0 }, 230.29745, 0.00004, 0.200 }, + { { 0, 13, -17, 0, 0, 0, 0, 0, -4, -1, 0 }, 231.68401, 0.00001, 0.017 }, + { { 0, 13, -17, 0, 0, 0, 0, 0, -4, 3, 0 }, 51.68401, 0.00002, 0.179 }, + { { 0, 13, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 64.55692, 0.00004, 0.049 }, + { { 0, 13, -17, 0, 0, 0, 0, 0, -2, 0, 2 }, 231.68401, 0.00003, 0.160 }, + { { 0, 13, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 55.76071, 0.00001, 0.136 }, + { { 0, 13, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 41.86308, 0.00004, 0.169 }, + { { 0, 13, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 158.57798, 0.00001, 0.242 }, + { { 0, 13, -16, 0, -1, 0, 0, 0, -2, 0, 0 }, 55.37932, 0.00003, 0.051 }, + { { 0, 13, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 108.11079, 0.00002, 0.051 }, + { { 0, 13, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 74.23946, 0.00006, 0.195 }, + { { 0, 13, -16, 0, 0, 0, 0, 0, 1, 0, -1 }, 251.90606, 0.00001, 0.245 }, + { { 0, 13, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 257.89750, 0.00005, 0.033 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 352.50918, 0.00005, 0.054 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 346.22672, 0.00002, 0.187 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 333.15816, 0.00003, 0.126 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 347.61143, 0.00017, 0.163 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, 1, 0, -1 }, 168.51723, 0.00004, 0.197 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, 1, 0, 1 }, 348.51193, 0.00001, 0.031 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 354.60515, 0.00014, 0.057 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 174.41677, 0.00016, 0.032 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, 2, 1, 0 }, 174.46561, 0.00002, 0.023 }, + { { 0, 13, -15, 0, 1, 0, 0, 0, -2, 0, 0 }, 270.70557, 0.00001, 0.054 }, + { { 0, 13, -15, 0, 1, 0, 0, 0, -2, 2, 0 }, 90.70557, 0.00001, 0.125 }, + { { 0, 13, -15, 0, 2, 0, 0, 0, 2, 0, 0 }, 179.75597, 0.00002, 0.032 }, + { { 0, 13, -14, 0, -1, 0, 0, 0, -2, 0, 0 }, 104.79436, 0.00002, 0.057 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, -4, 2, 0 }, 272.33858, 0.00001, 0.063 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 273.46920, 0.00003, 0.057 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 92.02382, 0.00002, 0.112 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, -1, 0, -1 }, 74.65179, 0.00002, 0.054 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 0, -1, 0 }, 281.16137, 0.00006, 0.163 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 272.07699, 0.00061, 0.140 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 0, 1, 0 }, 276.24303, 0.00012, 0.049 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 0, 2, 0 }, 274.83033, 0.00001, 0.030 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 0, 3, 0 }, 272.31784, 0.00001, 0.021 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 1, -1, -1 }, 74.68747, 0.00001, 0.139 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 1, 0, -1 }, 74.68874, 0.00014, 0.165 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 1, 0, 1 }, 74.69079, 0.00002, 0.030 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 272.08180, 0.00041, 0.054 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 2, 0, -2 }, 272.31549, 0.00002, 0.199 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 94.75965, 0.00054, 0.031 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 2, 1, 0 }, 92.81847, 0.00010, 0.022 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 3, 0, 0 }, 92.42414, 0.00001, 0.023 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 4, -2, 0 }, 271.51097, 0.00001, 0.033 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 4, 0, 0 }, 92.46600, 0.00005, 0.018 }, + { { 0, 13, -14, 0, 1, 0, 0, 0, -2, 0, 0 }, 220.35571, 0.00004, 0.057 }, + { { 0, 13, -14, 0, 1, 0, 0, 0, -2, 1, 0 }, 178.23363, 0.00002, 0.234 }, + { { 0, 13, -14, 0, 1, 0, 0, 0, 2, 0, 0 }, 358.58266, 0.00003, 0.031 }, + { { 0, 13, -14, 3, 0, 0, 0, 0, -2, 0, 0 }, 236.29680, 0.00001, 0.062 }, + { { 0, 13, -14, 3, 0, 0, 0, 0, -2, 2, 0 }, 236.29680, 0.00001, 0.095 }, + { { 0, 13, -13, 0, -1, 0, 0, 0, -2, 0, 0 }, 182.24953, 0.00004, 0.060 }, + { { 0, 13, -13, 0, -1, 0, 0, 0, -2, 2, 0 }, 159.41786, 0.00001, 0.102 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, -4, 2, 0 }, 178.77296, 0.00002, 0.067 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, -2, -2, 0 }, 0.01877, 0.00002, 0.023 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, -2, -1, 0 }, 180.14179, 0.00004, 0.033 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 180.01576, 0.00032, 0.060 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 180.04128, 0.00023, 0.299 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 358.56271, 0.00009, 0.101 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, -1, 0, 0 }, 359.93238, 0.00005, 0.236 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 0, -3, 0 }, 358.45456, 0.00001, 0.032 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 0, -2, 0 }, 338.76230, 0.00002, 0.054 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 179.88355, 0.00030, 0.195 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 180.01489, 0.00198, 0.123 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 0, 1, 0 }, 180.07653, 0.00033, 0.047 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 0, 2, 0 }, 178.46610, 0.00001, 0.029 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 1, 0, -1 }, 191.81327, 0.00004, 0.141 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 1, 0, 0 }, 359.99763, 0.00001, 0.049 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 1, 0, 1 }, 11.81322, 0.00001, 0.029 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 2, -3, 0 }, 179.84932, 0.00001, 0.145 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 2, -2, 0 }, 178.73082, 0.00007, 0.157 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 180.07168, 0.00111, 0.051 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 2, 0, -2 }, 179.93297, 0.00005, 0.166 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 359.91488, 0.00157, 0.030 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 2, 1, 0 }, 359.92418, 0.00015, 0.022 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 2, 2, 0 }, 359.93047, 0.00004, 0.017 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 3, 0, 0 }, 359.99126, 0.00003, 0.022 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 4, 0, 0 }, 359.92883, 0.00003, 0.017 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 4, 1, 0 }, 359.93297, 0.00001, 0.014 }, + { { 0, 13, -13, 0, 1, 0, 0, 0, -2, 0, 0 }, 347.69253, 0.00003, 0.061 }, + { { 0, 13, -13, 0, 1, 0, 0, 0, -2, 1, 0 }, 347.69259, 0.00001, 0.306 }, + { { 0, 13, -13, 0, 1, 0, 0, 0, -2, 2, 0 }, 347.69253, 0.00003, 0.100 }, + { { 0, 13, -12, -3, 0, 0, 0, 0, -2, 0, 0 }, 303.02446, 0.00001, 0.058 }, + { { 0, 13, -12, -3, 0, 0, 0, 0, -2, 2, 0 }, 303.02446, 0.00001, 0.107 }, + { { 0, 13, -12, 0, -2, 0, 0, 0, 0, 0, 0 }, 109.07302, 0.00002, 0.112 }, + { { 0, 13, -12, 0, -1, 0, 0, 0, -2, 0, 0 }, 178.42057, 0.00001, 0.064 }, + { { 0, 13, -12, 0, -1, 0, 0, 0, -2, 2, 0 }, 178.42057, 0.00001, 0.092 }, + { { 0, 13, -12, 0, -1, 0, 0, 0, 0, 0, 0 }, 181.26145, 0.00005, 0.111 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 259.54112, 0.00004, 0.064 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 74.56401, 0.00002, 0.426 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 253.70534, 0.00001, 0.092 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -1, -1, 1 }, 283.13939, 0.00001, 0.326 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -1, 0, -1 }, 103.10430, 0.00005, 0.060 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -1, 0, 1 }, 287.10405, 0.00003, 0.098 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -1, 1, -1 }, 103.16021, 0.00005, 0.294 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 38.92581, 0.00002, 0.110 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.22237, 0.00003, 0.193 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 1, -1, 1 }, 103.22457, 0.00001, 0.046 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.23302, 0.00021, 0.124 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 1, 0, 1 }, 103.22460, 0.00003, 0.029 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 270.71977, 0.00008, 0.049 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 92.09531, 0.00014, 0.030 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 2, 1, 0 }, 93.49710, 0.00002, 0.021 }, + { { 0, 13, -11, -3, 0, 0, 0, 0, -2, 0, 0 }, 336.15903, 0.00001, 0.062 }, + { { 0, 13, -11, -3, 0, 0, 0, 0, -2, 2, 0 }, 336.15903, 0.00001, 0.097 }, + { { 0, 13, -11, -2, 0, 0, 0, 0, -2, 0, 0 }, 0.42950, 0.00002, 0.064 }, + { { 0, 13, -11, -2, 0, 0, 0, 0, -2, 2, 0 }, 0.42950, 0.00002, 0.092 }, + { { 0, 13, -11, 0, -3, 0, 0, 0, -2, 1, 0 }, 10.43743, 0.00002, 0.624 }, + { { 0, 13, -11, 0, -2, 0, 0, 0, -2, 0, 0 }, 0.23184, 0.00003, 0.068 }, + { { 0, 13, -11, 0, -2, 0, 0, 0, -2, 2, 0 }, 0.23184, 0.00003, 0.085 }, + { { 0, 13, -11, 0, -2, 0, 0, 0, 0, -2, 0 }, 179.79797, 0.00002, 0.060 }, + { { 0, 13, -11, 0, -2, 0, 0, 0, 0, 0, 0 }, 359.79797, 0.00002, 0.100 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, -2, -1, 0 }, 26.70380, 0.00002, 0.036 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 26.51221, 0.00024, 0.068 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 25.96323, 0.00027, 0.741 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 199.53523, 0.00002, 0.084 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, -1, 0, 0 }, 203.60775, 0.00002, 0.447 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 26.66399, 0.00009, 0.320 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 29.28335, 0.00023, 0.099 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, 0, 1, 0 }, 200.01563, 0.00001, 0.043 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 25.75074, 0.00002, 0.046 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 205.52238, 0.00007, 0.029 }, + { { 0, 13, -10, 0, -4, 0, 0, 0, -2, 1, 0 }, 7.12681, 0.00003, 1.455 }, + { { 0, 13, -10, 0, -3, 0, 0, 0, -2, 0, 0 }, 350.98531, 0.00001, 0.072 }, + { { 0, 13, -10, 0, -3, 0, 0, 0, -2, 1, 0 }, 68.97798, 0.00002, 1.659 }, + { { 0, 13, -10, 0, -3, 0, 0, 0, -2, 2, 0 }, 350.98531, 0.00001, 0.079 }, + { { 0, 13, -10, 0, -2, 0, 0, 0, -2, 0, 0 }, 256.53163, 0.00002, 0.073 }, + { { 0, 13, -10, 0, -2, 0, 0, 0, -2, 1, 0 }, 248.22565, 0.00006, 1.929 }, + { { 0, 13, -10, 0, -2, 0, 0, 0, -2, 2, 0 }, 76.53163, 0.00002, 0.079 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -4, 2, 0 }, 105.89599, 0.00001, 0.085 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, -2, 2 }, 102.34519, 0.00002, 0.075 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, -1, 2 }, 102.34519, 0.00034, 60.894 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 281.05962, 0.00007, 0.073 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, 0, 1 }, 307.79918, 0.00003, 5.459 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, 0, 2 }, 102.34519, 0.00002, 0.076 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 280.36378, 0.00025, 2.858 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 289.77152, 0.00005, 0.077 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -1, 1, -1 }, 309.07531, 0.00001, 0.712 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 105.89599, 0.00001, 0.090 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, 2, -2, 0 }, 39.41831, 0.00002, 0.107 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 39.41831, 0.00002, 0.028 }, + { { 0, 13, -10, 0, 1, 0, 0, 0, -2, 1, 0 }, 280.37537, 0.00002, 3.765 }, + { { 0, 13, -10, 2, 0, 0, 0, 0, -1, -1, 1 }, 251.77003, 0.00003, 146.642 }, + { { 0, 13, -10, 4, 0, 0, 0, 0, 0, -1, 0 }, 351.01272, 0.00004, 359.272 }, + { { 0, 13, -9, 0, -7, 0, 0, 0, -2, 1, 0 }, 27.41798, 0.00001, 16.686 }, + { { 0, 13, -9, 0, -4, 0, 0, 0, -2, 1, 0 }, 352.59573, 0.00002, 3.197 }, + { { 0, 13, -9, 0, -2, 0, 0, 0, -2, 0, 0 }, 24.52528, 0.00001, 0.078 }, + { { 0, 13, -9, 0, -2, 0, 0, 0, -2, 2, 0 }, 204.52528, 0.00001, 0.073 }, + { { 0, 13, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 189.53220, 0.00002, 0.079 }, + { { 0, 13, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 229.03372, 0.00004, 1.538 }, + { { 0, 13, -9, 0, 0, 0, 0, 0, -2, 2, 0 }, 251.81246, 0.00001, 0.072 }, + { { 0, 13, -9, 0, 0, 0, 0, 0, -1, -1, 1 }, 24.46001, 0.00009, 14.248 }, + { { 0, 13, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 49.60070, 0.00007, 4.220 }, + { { 0, 13, -9, 0, 0, 0, 0, 0, 0, -2, 0 }, 106.28062, 0.00002, 0.070 }, + { { 0, 13, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 231.12356, 0.00001, 0.890 }, + { { 0, 13, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 154.54748, 0.00002, 0.082 }, + { { 0, 13, -9, 0, 0, 0, 0, 0, 2, -2, 0 }, 67.14391, 0.00001, 0.097 }, + { { 0, 13, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 348.12010, 0.00001, 0.027 }, + { { 0, 13, -9, 0, 0, 0, 0, 0, 2, 2, 0 }, 308.21504, 0.00002, 0.016 }, + { { 0, 13, -9, 2, 0, 0, 0, 0, 0, -1, 0 }, 242.18415, 0.00002, 16.506 }, + { { 0, 13, -8, -3, 0, 0, 0, 0, -2, 1, 0 }, 31.66935, 0.00003, 18.178 }, + { { 0, 13, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 134.57238, 0.00001, 0.086 }, + { { 0, 13, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 314.57238, 0.00005, 0.075 }, + { { 0, 13, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 122.65270, 0.00011, 8.068 }, + { { 0, 13, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 314.57238, 0.00005, 0.076 }, + { { 0, 13, -8, 0, 0, 0, 0, 0, 2, -2, 0 }, 134.57238, 0.00001, 0.088 }, + { { 0, 13, -7, -5, 0, 0, 0, 0, -2, 1, 0 }, 238.15252, 0.00003, 119.657 }, + { { 0, 13, -7, -3, 0, 0, 0, 0, -1, 1, -1 }, 334.16114, 0.00017, 802.892 }, + { { 0, 13, -6, -7, 0, 0, 0, 0, -2, 1, 0 }, 328.34943, 0.00002, 13.942 }, + { { 0, 14, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 289.58224, 0.00002, 0.040 }, + { { 0, 14, -23, 0, 0, 0, 0, 0, -2, 2, 0 }, 289.59340, 0.00001, 0.653 }, + { { 0, 14, -21, 0, 0, 0, 0, 0, -2, 1, 0 }, 310.47972, 0.00002, 0.103 }, + { { 0, 14, -21, 0, 0, 0, 0, 0, 2, -3, 0 }, 54.74072, 0.00004, 0.075 }, + { { 0, 14, -21, 0, 0, 0, 0, 0, 2, -2, 0 }, 17.25352, 0.00001, 59.908 }, + { { 0, 14, -21, 0, 0, 0, 0, 0, 2, -1, 0 }, 86.61140, 0.00004, 0.076 }, + { { 0, 14, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 30.04707, 0.00001, 0.045 }, + { { 0, 14, -20, 0, 0, 0, 0, 0, -2, 2, 0 }, 210.04707, 0.00001, 0.221 }, + { { 0, 14, -20, 0, 0, 0, 0, 0, 2, -1, 0 }, 227.01841, 0.00002, 0.070 }, + { { 0, 14, -20, 2, 0, 0, 0, 0, -2, 0, 0 }, 51.69061, 0.00001, 0.048 }, + { { 0, 14, -20, 2, 0, 0, 0, 0, -2, 2, 0 }, 51.69061, 0.00001, 0.179 }, + { { 0, 14, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 154.99289, 0.00003, 0.048 }, + { { 0, 14, -19, 0, 0, 0, 0, 0, 0, -1, 0 }, 147.88555, 0.00004, 0.105 }, + { { 0, 14, -19, 0, 0, 0, 0, 0, 0, 1, 0 }, 154.62472, 0.00001, 0.059 }, + { { 0, 14, -19, 0, 0, 0, 0, 0, 2, 0, 0 }, 57.85934, 0.00001, 0.035 }, + { { 0, 14, -19, 0, 1, 0, 0, 0, -2, 0, 0 }, 230.27647, 0.00008, 0.048 }, + { { 0, 14, -18, 0, 0, 0, 0, 0, -4, -1, 0 }, 231.65986, 0.00001, 0.017 }, + { { 0, 14, -18, 0, 0, 0, 0, 0, -4, 1, 0 }, 51.65986, 0.00002, 0.032 }, + { { 0, 14, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 49.43860, 0.00003, 0.050 }, + { { 0, 14, -18, 0, 0, 0, 0, 0, -2, 0, 2 }, 231.65986, 0.00002, 0.146 }, + { { 0, 14, -18, 0, 0, 0, 0, 0, -2, 1, 0 }, 55.89697, 0.00001, 0.149 }, + { { 0, 14, -18, 0, 0, 0, 0, 0, -2, 2, 0 }, 51.79625, 0.00005, 0.153 }, + { { 0, 14, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 49.67245, 0.00002, 0.210 }, + { { 0, 14, -18, 0, 1, 0, 0, 0, -2, 0, 0 }, 218.52848, 0.00001, 0.050 }, + { { 0, 14, -18, 0, 1, 0, 0, 0, -2, 2, 0 }, 218.52848, 0.00001, 0.151 }, + { { 0, 14, -17, 0, -1, 0, 0, 0, -2, 0, 0 }, 55.34239, 0.00002, 0.052 }, + { { 0, 14, -17, 0, 0, 0, 0, 0, -2, -1, 0 }, 144.59176, 0.00001, 0.031 }, + { { 0, 14, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 130.14358, 0.00002, 0.053 }, + { { 0, 14, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 144.59176, 0.00001, 0.175 }, + { { 0, 14, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 288.50911, 0.00001, 0.133 }, + { { 0, 14, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 73.95543, 0.00005, 0.174 }, + { { 0, 14, -17, 0, 0, 0, 0, 0, 2, 0, 0 }, 258.53593, 0.00004, 0.033 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, -4, 2, 0 }, 175.76018, 0.00001, 0.062 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, -2, -1, 0 }, 34.94712, 0.00001, 0.032 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 359.85725, 0.00006, 0.056 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, -2, 1, 0 }, 7.44721, 0.00003, 0.212 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 351.17808, 0.00004, 0.117 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, 0, -1, 0 }, 16.97307, 0.00001, 0.154 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 346.78116, 0.00012, 0.148 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, 1, 0, -1 }, 168.41630, 0.00003, 0.175 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, 2, -1, 0 }, 355.16172, 0.00011, 0.055 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 174.96893, 0.00014, 0.032 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, 2, 1, 0 }, 175.02305, 0.00002, 0.022 }, + { { 0, 14, -16, 0, 1, 0, 0, 0, -2, 0, 0 }, 270.74187, 0.00001, 0.056 }, + { { 0, 14, -16, 0, 1, 0, 0, 0, -2, 2, 0 }, 90.74187, 0.00001, 0.116 }, + { { 0, 14, -15, 0, -1, 0, 0, 0, -2, 0, 0 }, 104.80895, 0.00002, 0.059 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, -4, 2, 0 }, 272.41652, 0.00001, 0.066 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 276.80442, 0.00001, 0.059 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 92.00518, 0.00003, 0.105 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, -1, 0, -1 }, 74.29294, 0.00002, 0.055 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 0, -2, 0 }, 272.45282, 0.00001, 0.053 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 0, -1, 0 }, 280.60248, 0.00004, 0.182 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 272.24255, 0.00048, 0.129 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 0, 1, 0 }, 276.29800, 0.00010, 0.048 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 1, 0, -1 }, 74.33377, 0.00011, 0.149 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 2, -2, 0 }, 189.27685, 0.00001, 0.167 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 271.87872, 0.00027, 0.052 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 2, 0, -2 }, 272.31338, 0.00001, 0.177 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 95.68055, 0.00042, 0.031 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 2, 1, 0 }, 93.21093, 0.00008, 0.022 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 3, 0, 0 }, 92.41992, 0.00001, 0.022 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 4, 0, 0 }, 92.33189, 0.00004, 0.017 }, + { { 0, 14, -15, 0, 1, 0, 0, 0, -2, 0, 0 }, 208.84951, 0.00003, 0.059 }, + { { 0, 14, -15, 0, 1, 0, 0, 0, -2, 1, 0 }, 178.22955, 0.00003, 0.275 }, + { { 0, 14, -15, 0, 1, 0, 0, 0, -2, 2, 0 }, 227.29071, 0.00001, 0.104 }, + { { 0, 14, -15, 0, 1, 0, 0, 0, 2, 0, 0 }, 358.55802, 0.00002, 0.031 }, + { { 0, 14, -15, 3, 0, 0, 0, 0, -2, 0, 0 }, 236.27216, 0.00001, 0.065 }, + { { 0, 14, -15, 3, 0, 0, 0, 0, -2, 1, 0 }, 236.27216, 0.00002, 0.470 }, + { { 0, 14, -15, 3, 0, 0, 0, 0, -2, 2, 0 }, 236.27216, 0.00001, 0.090 }, + { { 0, 14, -15, 7, 0, 0, 0, 0, -2, 1, 0 }, 24.12651, 0.00002, 381.207 }, + { { 0, 14, -14, 0, -1, 0, 0, 0, -2, 0, 0 }, 197.14197, 0.00004, 0.062 }, + { { 0, 14, -14, 0, -1, 0, 0, 0, -2, 1, 0 }, 149.22386, 0.00001, 0.356 }, + { { 0, 14, -14, 0, -1, 0, 0, 0, -2, 2, 0 }, 203.38769, 0.00001, 0.096 }, + { { 0, 14, -14, 0, -1, 0, 0, 0, 0, 0, 0 }, 272.54991, 0.00001, 0.115 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -4, 2, 0 }, 178.77745, 0.00002, 0.070 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -2, -1, 0 }, 179.91570, 0.00004, 0.034 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 179.74869, 0.00033, 0.063 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 180.12489, 0.00024, 0.367 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 358.56164, 0.00008, 0.095 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -1, 0, 0 }, 359.92958, 0.00004, 0.277 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 0, -1, 0 }, 179.86924, 0.00027, 0.222 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 180.27724, 0.00148, 0.114 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 0, 1, 0 }, 180.11612, 0.00024, 0.045 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 1, 0, -1 }, 191.92348, 0.00003, 0.130 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 1, 0, 0 }, 359.25674, 0.00002, 0.047 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 1, 0, 1 }, 11.92343, 0.00001, 0.029 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 2, -2, 0 }, 175.96026, 0.00004, 0.143 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.91873, 0.00075, 0.049 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 2, 0, -2 }, 179.90875, 0.00003, 0.150 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 0.01970, 0.00120, 0.030 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 2, 1, 0 }, 359.96080, 0.00016, 0.021 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 2, 2, 0 }, 359.92684, 0.00003, 0.017 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 3, -3, 0 }, 179.97100, 0.00001, 0.164 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 3, -1, 0 }, 179.97100, 0.00001, 0.031 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 3, 0, 0 }, 359.96921, 0.00003, 0.022 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 4, -2, 0 }, 181.70141, 0.00002, 0.032 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 4, -1, 0 }, 359.88101, 0.00001, 0.022 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 4, 0, 0 }, 359.95643, 0.00003, 0.017 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 4, 1, 0 }, 359.90876, 0.00001, 0.014 }, + { { 0, 14, -14, 0, 1, 0, 0, 0, -2, 0, 0 }, 346.82704, 0.00002, 0.063 }, + { { 0, 14, -14, 0, 1, 0, 0, 0, -2, 1, 0 }, 347.72968, 0.00001, 0.379 }, + { { 0, 14, -14, 0, 1, 0, 0, 0, -2, 2, 0 }, 346.82704, 0.00002, 0.094 }, + { { 0, 14, -13, -3, 0, 0, 0, 0, -2, 0, 0 }, 303.00381, 0.00001, 0.060 }, + { { 0, 14, -13, -3, 0, 0, 0, 0, -2, 2, 0 }, 303.00381, 0.00001, 0.101 }, + { { 0, 14, -13, 0, -2, 0, 0, 0, -2, 1, 0 }, 95.17164, 0.00003, 0.528 }, + { { 0, 14, -13, 0, -1, 0, 0, 0, -2, 0, 0 }, 178.38264, 0.00001, 0.066 }, + { { 0, 14, -13, 0, -1, 0, 0, 0, -2, 2, 0 }, 178.38264, 0.00001, 0.087 }, + { { 0, 14, -13, 0, -1, 0, 0, 0, 0, -2, 0 }, 1.24274, 0.00002, 0.059 }, + { { 0, 14, -13, 0, -1, 0, 0, 0, 0, 0, 0 }, 181.24274, 0.00002, 0.103 }, + { { 0, 14, -13, 0, 0, -1, 0, 0, -4, 3, 0 }, 179.99574, 0.00001, 63.874 }, + { { 0, 14, -13, 0, 0, -1, 0, 0, -2, 0, 0 }, 180.09921, 0.00001, 0.067 }, + { { 0, 14, -13, 0, 0, -1, 0, 0, -2, 2, 0 }, 180.09921, 0.00001, 0.087 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -4, 3, 0 }, 78.48634, 0.00003, 20.160 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 266.37148, 0.00002, 0.067 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 266.37148, 0.00002, 0.087 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -1, -1, 1 }, 283.08122, 0.00001, 0.409 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -1, 0, -1 }, 103.07705, 0.00005, 0.062 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -1, 0, 1 }, 289.91059, 0.00002, 0.092 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -1, 1, -1 }, 103.13381, 0.00006, 0.360 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 35.31336, 0.00001, 0.102 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.19881, 0.00003, 0.220 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.21077, 0.00017, 0.115 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 1, 0, 1 }, 103.20078, 0.00003, 0.028 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 263.57134, 0.00004, 0.047 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 92.54742, 0.00011, 0.029 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 2, 1, 0 }, 93.90763, 0.00001, 0.021 }, + { { 0, 14, -13, 3, 0, 0, 0, 0, -2, 1, 0 }, 260.82777, 0.00002, 7.730 }, + { { 0, 14, -12, -3, 0, 0, 0, 0, -2, 0, 0 }, 336.14247, 0.00001, 0.064 }, + { { 0, 14, -12, -3, 0, 0, 0, 0, -2, 1, 0 }, 336.14247, 0.00001, 0.431 }, + { { 0, 14, -12, -3, 0, 0, 0, 0, -2, 2, 0 }, 336.14247, 0.00001, 0.091 }, + { { 0, 14, -12, -2, 0, 0, 0, 0, -2, 0, 0 }, 0.40510, 0.00002, 0.066 }, + { { 0, 14, -12, -2, 0, 0, 0, 0, -2, 2, 0 }, 0.40510, 0.00002, 0.087 }, + { { 0, 14, -12, 0, -3, 0, 0, 0, -2, 0, 0 }, 10.44918, 0.00005, 0.070 }, + { { 0, 14, -12, 0, -3, 0, 0, 0, -2, 1, 0 }, 60.79464, 0.00001, 1.023 }, + { { 0, 14, -12, 0, -2, 0, 0, 0, -2, 0, 0 }, 0.28475, 0.00002, 0.071 }, + { { 0, 14, -12, 0, -2, 0, 0, 0, -2, 1, 0 }, 359.23321, 0.00003, 1.120 }, + { { 0, 14, -12, 0, -2, 0, 0, 0, -2, 2, 0 }, 0.28475, 0.00002, 0.081 }, + { { 0, 14, -12, 0, -2, 0, 0, 0, 0, -2, 0 }, 179.77415, 0.00002, 0.063 }, + { { 0, 14, -12, 0, -2, 0, 0, 0, 0, 0, 0 }, 359.77415, 0.00002, 0.094 }, + { { 0, 14, -12, 0, -1, 0, 0, 0, -2, 1, 0 }, 116.49780, 0.00005, 1.237 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, -4, 2, 0 }, 19.62870, 0.00002, 0.082 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, -3, 2, -1 }, 352.33008, 0.00001, 0.075 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, -3, 3, -1 }, 352.33008, 0.00023, 240.318 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, -3, 4, -1 }, 352.33008, 0.00001, 0.075 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, -2, -1, 0 }, 27.77479, 0.00002, 0.037 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 27.93050, 0.00034, 0.072 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 26.72280, 0.00065, 1.380 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 194.21334, 0.00005, 0.080 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, -1, 0, 0 }, 204.44145, 0.00003, 0.621 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 26.53577, 0.00010, 0.400 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 26.11804, 0.00022, 0.093 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, 0, 2, 0 }, 25.74959, 0.00002, 0.027 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 25.73302, 0.00001, 0.045 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 205.75124, 0.00006, 0.028 }, + { { 0, 14, -12, 3, 0, 0, 0, 0, -1, 0, 0 }, 99.71522, 0.00001, 61.092 }, + { { 0, 14, -11, -4, 0, 0, 0, 0, -2, 1, 0 }, 150.05544, 0.00002, 0.540 }, + { { 0, 14, -11, -3, 0, 0, 0, 0, -2, 1, 0 }, 359.80622, 0.00001, 0.758 }, + { { 0, 14, -11, -2, 0, 0, 0, 0, -2, 1, 0 }, 344.26270, 0.00001, 1.269 }, + { { 0, 14, -11, 0, -3, 0, 0, 0, -2, 0, 0 }, 108.64691, 0.00007, 0.076 }, + { { 0, 14, -11, 0, -3, 0, 0, 0, -2, 1, 0 }, 81.02598, 0.00006, 44.104 }, + { { 0, 14, -11, 0, -3, 0, 0, 0, -2, 2, 0 }, 328.24837, 0.00002, 0.075 }, + { { 0, 14, -11, 0, -2, 0, 0, 0, -2, 0, 0 }, 71.86410, 0.00013, 0.076 }, + { { 0, 14, -11, 0, -2, 0, 0, 0, -2, 1, 0 }, 338.23441, 0.00005, 9.348 }, + { { 0, 14, -11, 0, -2, 0, 0, 0, -2, 2, 0 }, 145.22063, 0.00001, 0.075 }, + { { 0, 14, -11, 0, -2, 0, 0, 0, 0, 0, 0 }, 251.86371, 0.00003, 0.086 }, + { { 0, 14, -11, 0, -1, 0, 0, 0, -2, 1, 0 }, 24.57093, 0.00006, 5.228 }, + { { 0, 14, -11, 0, 0, -4, 0, 0, -2, 1, 0 }, 92.10541, 0.00001, 7.153 }, + { { 0, 14, -11, 0, 0, -3, 0, 0, -2, 1, 0 }, 358.24802, 0.00003, 5.756 }, + { { 0, 14, -11, 0, 0, -2, 0, 0, -2, 1, 0 }, 266.13598, 0.00001, 4.815 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 107.03863, 0.00003, 0.077 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 281.63014, 0.00026, 3.629 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 107.03863, 0.00003, 0.074 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, -1, -1, 1 }, 128.80170, 0.00002, 2.249 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, -1, 0, 0 }, 101.66589, 0.00001, 1.636 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, -1, 1, -1 }, 309.21827, 0.00003, 1.285 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, 2, -2, 0 }, 39.58528, 0.00003, 0.100 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 39.58528, 0.00003, 0.027 }, + { { 0, 14, -10, -3, 0, 0, 0, 0, -2, 1, 0 }, 178.36788, 0.00003, 3.130 }, + { { 0, 14, -10, 0, -2, 0, 0, 0, -1, 1, -1 }, 12.46964, 0.00002, 18.793 }, + { { 0, 14, -10, 0, 0, 0, 0, 0, -1, 0, 0 }, 51.72905, 0.00002, 2.574 }, + { { 0, 14, -10, 0, 0, 0, 0, 0, -1, 1, -1 }, 202.05000, 0.00002, 4.508 }, + { { 0, 14, -10, 0, 0, 0, 0, 0, 0, -2, 0 }, 308.12377, 0.00004, 0.073 }, + { { 0, 14, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 224.07426, 0.00006, 2.006 }, + { { 0, 14, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 264.21471, 0.00004, 0.078 }, + { { 0, 14, -10, 0, 0, 0, 0, 0, 0, 2, 0 }, 128.19848, 0.00001, 0.025 }, + { { 0, 14, -10, 0, 0, 0, 0, 0, 2, -3, 0 }, 308.19848, 0.00002, 0.440 }, + { { 0, 14, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 308.19848, 0.00002, 0.041 }, + { { 0, 14, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 308.19848, 0.00001, 0.027 }, + { { 0, 14, -10, 0, 0, 0, 0, 0, 2, 2, 0 }, 308.19848, 0.00001, 0.016 }, + { { 0, 14, -9, -4, 0, 0, 0, 0, -2, 1, 0 }, 289.19325, 0.00001, 6.718 }, + { { 0, 14, -9, 0, -6, 0, 0, 0, 0, -1, 0 }, 287.40487, 0.00005, 234.929 }, + { { 0, 14, -9, 0, -2, 0, 0, 0, -2, 1, -2 }, 320.24046, 0.00002, 0.040 }, + { { 0, 14, -9, 0, -2, 0, 0, 0, -2, 2, -2 }, 320.24046, 0.00002, 0.087 }, + { { 0, 14, -9, 0, -2, 0, 0, 0, 0, -1, 0 }, 51.71689, 0.00001, 3.003 }, + { { 0, 14, -9, 0, -2, 0, 0, 0, 0, 0, -2 }, 300.62284, 0.00011, 0.075 }, + { { 0, 14, -9, 0, -2, 0, 0, 0, 0, 1, -2 }, 320.24046, 0.00205, 1808.606 }, + { { 0, 14, -9, 0, -2, 0, 0, 0, 0, 2, -2 }, 318.81492, 0.00011, 0.075 }, + { { 0, 14, -9, 0, -2, 0, 0, 0, 2, 0, -2 }, 320.24046, 0.00002, 0.087 }, + { { 0, 14, -9, 0, -2, 0, 0, 0, 2, 1, -2 }, 320.24046, 0.00002, 0.040 }, + { { 0, 14, -9, 0, 0, 0, 0, 0, 0, -2, 0 }, 315.55035, 0.00001, 0.078 }, + { { 0, 14, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 135.55035, 0.00001, 0.073 }, + { { 0, 14, -9, 3, 0, 0, 0, 0, 2, -1, -2 }, 29.59174, 0.00003, 91.671 }, + { { 0, 14, -8, -3, 0, 0, 0, 0, 0, -1, 0 }, 96.28312, 0.00002, 10.697 }, + { { 0, 14, -8, 0, -2, 0, 0, 0, 2, -2, 0 }, 308.22025, 0.00001, 0.078 }, + { { 0, 14, -8, 0, -2, 0, 0, 0, 2, 0, 0 }, 128.22025, 0.00001, 0.025 }, + { { 0, 14, -7, -8, 0, 0, 0, 0, -2, 1, 0 }, 302.03558, 0.00006, 45.223 }, + { { 0, 14, -7, -4, 0, 0, 0, 0, 0, 1, -2 }, 278.53756, 0.00001, 24.202 }, + { { 0, 14, -6, -10, 0, 0, 0, 0, -2, 1, 0 }, 23.73039, 0.00002, 24.240 }, + { { 0, 14, -1, -16, 0, 0, 0, 0, 0, -1, 0 }, 44.00534, 0.00002, 185.940 }, + { { 0, 15, -24, 0, 0, 0, 0, 0, 0, -1, 0 }, 289.58390, 0.00001, 0.078 }, + { { 0, 15, -24, 0, 0, 0, 0, 0, 0, 1, 0 }, 289.58390, 0.00001, 0.073 }, + { { 0, 15, -23, 19, 0, 0, 0, 0, -2, 1, 0 }, 96.41331, 0.00001, 321.466 }, + { { 0, 15, -22, 0, 0, 0, 0, 0, -2, 1, 0 }, 311.07705, 0.00002, 0.110 }, + { { 0, 15, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 160.27156, 0.00004, 0.049 }, + { { 0, 15, -20, 0, 0, 0, 0, 0, -2, 2, 0 }, 169.00825, 0.00001, 0.162 }, + { { 0, 15, -20, 0, 0, 0, 0, 0, 0, -1, 0 }, 147.30800, 0.00003, 0.113 }, + { { 0, 15, -20, 0, 0, 0, 0, 0, 2, -2, 0 }, 57.85362, 0.00002, 0.383 }, + { { 0, 15, -20, 0, 0, 0, 0, 0, 2, -1, 0 }, 144.05930, 0.00002, 0.063 }, + { { 0, 15, -20, 0, 0, 0, 0, 0, 2, 0, 0 }, 57.84556, 0.00001, 0.034 }, + { { 0, 15, -20, 0, 1, 0, 0, 0, -2, 0, 0 }, 230.24809, 0.00007, 0.049 }, + { { 0, 15, -19, 0, -1, 0, 0, 0, -2, 0, 0 }, 60.29258, 0.00003, 0.051 }, + { { 0, 15, -19, 0, 0, 0, 0, 0, -4, 1, 0 }, 51.63337, 0.00002, 0.032 }, + { { 0, 15, -19, 0, 0, 0, 0, 0, -2, -1, 0 }, 231.63337, 0.00001, 0.031 }, + { { 0, 15, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 48.83057, 0.00002, 0.052 }, + { { 0, 15, -19, 0, 0, 0, 0, 0, -2, 0, 2 }, 231.63337, 0.00002, 0.134 }, + { { 0, 15, -19, 0, 0, 0, 0, 0, -2, 1, 0 }, 52.87585, 0.00003, 0.164 }, + { { 0, 15, -19, 0, 0, 0, 0, 0, -2, 2, 0 }, 51.76873, 0.00003, 0.140 }, + { { 0, 15, -19, 0, 0, 0, 0, 0, 0, -2, 0 }, 51.47605, 0.00001, 0.047 }, + { { 0, 15, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 50.74668, 0.00003, 0.186 }, + { { 0, 15, -19, 0, 1, 0, 0, 0, -2, 0, 0 }, 218.50190, 0.00002, 0.052 }, + { { 0, 15, -18, 0, -1, 0, 0, 0, -2, 0, 0 }, 55.30479, 0.00001, 0.054 }, + { { 0, 15, -18, 0, -1, 0, 0, 0, -2, 2, 0 }, 235.30479, 0.00001, 0.124 }, + { { 0, 15, -18, 0, 0, 0, 0, 0, 0, -1, 0 }, 138.98630, 0.00001, 0.146 }, + { { 0, 15, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 77.05503, 0.00002, 0.157 }, + { { 0, 15, -18, 0, 0, 0, 0, 0, 0, 1, 0 }, 138.98630, 0.00001, 0.051 }, + { { 0, 15, -18, 0, 0, 0, 0, 0, 2, -1, 0 }, 259.21647, 0.00001, 0.056 }, + { { 0, 15, -18, 0, 0, 0, 0, 0, 2, 0, 0 }, 259.12024, 0.00003, 0.032 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 351.23392, 0.00005, 0.058 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 5.46800, 0.00002, 0.244 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 350.46726, 0.00002, 0.109 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 349.86436, 0.00014, 0.135 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, 1, 0, -1 }, 168.30600, 0.00002, 0.158 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, 2, -1, 0 }, 355.64194, 0.00008, 0.053 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, 2, 0, 0 }, 175.56471, 0.00013, 0.031 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, 2, 1, 0 }, 175.63841, 0.00001, 0.022 }, + { { 0, 15, -17, 0, 1, 0, 0, 0, -2, 0, 0 }, 270.77395, 0.00001, 0.058 }, + { { 0, 15, -17, 0, 1, 0, 0, 0, -2, 2, 0 }, 90.77395, 0.00001, 0.108 }, + { { 0, 15, -17, 4, 0, 0, 0, 0, -2, 0, 0 }, 57.83657, 0.00001, 0.066 }, + { { 0, 15, -17, 4, 0, 0, 0, 0, -2, 2, 0 }, 57.83657, 0.00001, 0.089 }, + { { 0, 15, -17, 11, 0, 0, 0, 0, 0, -1, 0 }, 93.55997, 0.00001, 41.017 }, + { { 0, 15, -16, 0, -1, 0, 0, 0, -2, 0, 0 }, 104.82113, 0.00002, 0.061 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 272.12923, 0.00002, 0.061 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, -2, 1, 0 }, 270.30733, 0.00002, 0.323 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 90.17508, 0.00003, 0.098 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, -1, 0, -1 }, 73.88898, 0.00002, 0.057 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 0, -1, 0 }, 271.85529, 0.00002, 0.205 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 272.30562, 0.00040, 0.119 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 0, 1, 0 }, 272.67634, 0.00004, 0.046 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 1, 0, -1 }, 87.69337, 0.00006, 0.136 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 1, 0, 1 }, 253.94436, 0.00002, 0.029 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 2, -2, 0 }, 221.24618, 0.00002, 0.151 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 2, -1, 0 }, 272.06665, 0.00019, 0.050 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 95.09055, 0.00033, 0.030 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 2, 1, 0 }, 92.97057, 0.00006, 0.022 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 3, -2, 0 }, 92.41536, 0.00001, 0.053 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 3, 0, 0 }, 92.41536, 0.00001, 0.022 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 4, -1, 0 }, 92.24715, 0.00001, 0.022 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 4, 0, 0 }, 92.26500, 0.00002, 0.017 }, + { { 0, 15, -16, 0, 1, 0, 0, 0, -2, 0, 0 }, 226.77197, 0.00002, 0.061 }, + { { 0, 15, -16, 0, 1, 0, 0, 0, -2, 2, 0 }, 228.01062, 0.00001, 0.098 }, + { { 0, 15, -16, 3, 0, 0, 0, 0, -2, 0, 0 }, 236.24558, 0.00001, 0.068 }, + { { 0, 15, -16, 3, 0, 0, 0, 0, -2, 2, 0 }, 236.24558, 0.00001, 0.085 }, + { { 0, 15, -15, 0, -2, 0, 0, 0, -2, 0, 0 }, 209.27884, 0.00002, 0.064 }, + { { 0, 15, -15, 0, -1, 0, 0, 0, -2, 0, 0 }, 189.55338, 0.00006, 0.065 }, + { { 0, 15, -15, 0, -1, 0, 0, 0, -2, 2, 0 }, 185.37016, 0.00001, 0.090 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -6, 1, 2 }, 359.60386, 0.00002, 0.040 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -6, 2, 2 }, 359.60386, 0.00002, 0.087 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -4, 0, 2 }, 359.60386, 0.00012, 0.075 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -4, 1, 2 }, 359.60386, 0.00211, 115.724 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -4, 2, 0 }, 178.77817, 0.00002, 0.074 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -4, 2, 2 }, 359.60386, 0.00012, 0.075 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, -1, 0 }, 179.93779, 0.00002, 0.035 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 179.79088, 0.00033, 0.065 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, 0, 2 }, 359.60386, 0.00002, 0.087 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 179.95063, 0.00028, 0.476 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, 1, 2 }, 359.60386, 0.00002, 0.040 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 358.53061, 0.00009, 0.090 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -1, 0, 0 }, 359.92880, 0.00005, 0.335 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 0, -2, 0 }, 0.12186, 0.00002, 0.058 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 0, -1, 0 }, 180.02806, 0.00025, 0.258 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 180.64600, 0.00113, 0.107 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 0, 1, 0 }, 181.27990, 0.00019, 0.044 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 1, 0, -1 }, 192.02030, 0.00003, 0.120 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 1, 0, 0 }, 0.22285, 0.00001, 0.046 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 2, -2, 0 }, 181.84093, 0.00004, 0.131 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.81196, 0.00050, 0.048 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 2, 0, -2 }, 179.88219, 0.00002, 0.137 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 359.98553, 0.00088, 0.029 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 2, 1, 0 }, 359.92511, 0.00014, 0.021 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 2, 2, 0 }, 359.90857, 0.00002, 0.016 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 3, 0, 0 }, 359.94664, 0.00003, 0.022 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 4, -2, 0 }, 178.73309, 0.00001, 0.031 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 4, 0, 0 }, 359.93260, 0.00002, 0.017 }, + { { 0, 15, -15, 0, 1, 0, 0, 0, -2, 0, 0 }, 346.87338, 0.00005, 0.065 }, + { { 0, 15, -15, 0, 1, 0, 0, 0, -2, 1, 0 }, 346.87338, 0.00002, 0.496 }, + { { 0, 15, -15, 2, 0, 0, 0, 0, -3, 1, 1 }, 140.05630, 0.00002, 54.813 }, + { { 0, 15, -14, -3, 0, 0, 0, 0, -2, 0, 0 }, 302.98114, 0.00001, 0.063 }, + { { 0, 15, -14, -3, 0, 0, 0, 0, -2, 2, 0 }, 302.98114, 0.00001, 0.095 }, + { { 0, 15, -14, 0, -3, 0, 0, 0, -2, 0, 0 }, 282.15080, 0.00001, 0.068 }, + { { 0, 15, -14, 0, -3, 0, 0, 0, -2, 2, 0 }, 282.15080, 0.00001, 0.084 }, + { { 0, 15, -14, 0, -2, 0, 0, 0, -2, 0, 0 }, 94.75609, 0.00006, 0.069 }, + { { 0, 15, -14, 0, -1, 0, 0, 0, -2, 0, 0 }, 178.34410, 0.00002, 0.069 }, + { { 0, 15, -14, 0, -1, 0, 0, 0, -2, 2, 0 }, 178.34410, 0.00002, 0.083 }, + { { 0, 15, -14, 0, -1, 0, 0, 0, 0, -2, 0 }, 1.22032, 0.00002, 0.062 }, + { { 0, 15, -14, 0, -1, 0, 0, 0, 0, 0, 0 }, 181.22032, 0.00002, 0.097 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -3, 0, 1 }, 283.19826, 0.00007, 0.075 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -3, 1, 1 }, 283.38829, 0.00073, 22.161 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -3, 2, 1 }, 283.37950, 0.00004, 0.076 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 277.53224, 0.00002, 0.070 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 110.34302, 0.00003, 0.910 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 233.43738, 0.00001, 0.082 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -1, -1, 1 }, 283.04683, 0.00001, 0.550 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -1, 0, -1 }, 103.04997, 0.00005, 0.065 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -1, 0, 1 }, 290.67189, 0.00002, 0.087 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -1, 1, -1 }, 103.10539, 0.00007, 0.465 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 0, -2, 0 }, 242.26553, 0.00001, 0.062 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 36.93639, 0.00002, 0.096 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 0, 1, 0 }, 129.26008, 0.00002, 0.042 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.17285, 0.00003, 0.255 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.18681, 0.00014, 0.107 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 1, 0, 1 }, 103.17458, 0.00002, 0.028 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 263.82792, 0.00003, 0.046 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 91.32889, 0.00011, 0.028 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 2, 1, 0 }, 94.10798, 0.00001, 0.021 }, + { { 0, 15, -14, 0, 1, 0, 0, 0, -2, 1, 0 }, 48.63053, 0.00002, 0.986 }, + { { 0, 15, -14, 2, 0, 0, 0, 0, -2, 1, 0 }, 240.51233, 0.00005, 28.153 }, + { { 0, 15, -13, -3, 0, 0, 0, 0, -2, 0, 0 }, 336.12384, 0.00001, 0.067 }, + { { 0, 15, -13, -3, 0, 0, 0, 0, -2, 2, 0 }, 336.12384, 0.00001, 0.086 }, + { { 0, 15, -13, 0, -4, 0, 0, 0, -2, 1, 0 }, 55.02833, 0.00002, 2.293 }, + { { 0, 15, -13, 0, -3, 0, 0, 0, -2, -1, 2 }, 181.77058, 0.00004, 54.678 }, + { { 0, 15, -13, 0, -3, 0, 0, 0, -2, 0, 0 }, 53.02827, 0.00004, 0.073 }, + { { 0, 15, -13, 0, -3, 0, 0, 0, -2, 1, 0 }, 359.05963, 0.00004, 2.843 }, + { { 0, 15, -13, 0, -2, 0, 0, 0, -2, 0, 0 }, 358.81122, 0.00003, 0.074 }, + { { 0, 15, -13, 0, -2, 0, 0, 0, -2, 1, 0 }, 348.75063, 0.00002, 3.738 }, + { { 0, 15, -13, 0, -2, 0, 0, 0, -2, 2, 0 }, 359.17801, 0.00004, 0.077 }, + { { 0, 15, -13, 0, -2, 0, 0, 0, 0, -2, 0 }, 359.74833, 0.00002, 0.065 }, + { { 0, 15, -13, 0, -2, 0, 0, 0, 0, -1, 0 }, 359.75349, 0.00002, 0.490 }, + { { 0, 15, -13, 0, -2, 0, 0, 0, 0, 0, 0 }, 359.74833, 0.00002, 0.089 }, + { { 0, 15, -13, 0, -1, 0, 0, 0, -2, 0, 0 }, 143.52499, 0.00004, 0.074 }, + { { 0, 15, -13, 0, -1, 0, 0, 0, -2, 1, 0 }, 78.00496, 0.00010, 5.459 }, + { { 0, 15, -13, 0, -1, 0, 0, 0, -2, 2, 0 }, 52.56796, 0.00004, 0.076 }, + { { 0, 15, -13, 0, 0, -2, 0, 0, -2, 0, 0 }, 0.10078, 0.00002, 0.075 }, + { { 0, 15, -13, 0, 0, -2, 0, 0, -2, 1, 0 }, 358.57376, 0.00004, 5.996 }, + { { 0, 15, -13, 0, 0, -2, 0, 0, -2, 2, 0 }, 0.10078, 0.00002, 0.076 }, + { { 0, 15, -13, 0, 0, -1, 0, 0, -2, 1, 0 }, 97.84768, 0.00005, 7.528 }, + { { 0, 15, -13, 0, 0, 0, -2, 0, -2, 1, 0 }, 180.59082, 0.00002, 8.151 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -4, 0, 0 }, 26.27522, 0.00006, 0.026 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -4, 1, 0 }, 26.31508, 0.00032, 0.040 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -4, 2, 0 }, 26.39613, 0.00029, 0.086 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, -1, 0 }, 26.24191, 0.00025, 0.038 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, -1, 2 }, 202.81352, 0.00001, 4.262 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 26.23847, 0.00364, 0.075 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 0, 1 }, 3.94901, 0.00009, 14.735 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 1, -2 }, 206.32315, 0.00005, 0.037 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 26.32315, 0.02514, 10.112 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 1, 2 }, 206.32315, 0.00005, 0.037 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 26.24572, 0.00134, 0.076 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 3, 0 }, 26.24572, 0.00009, 0.038 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -1, 0, 0 }, 206.28091, 0.00006, 1.014 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 29.51352, 0.00008, 0.534 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 27.43744, 0.00010, 0.088 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, 0, 1, 0 }, 26.33316, 0.00026, 0.041 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, 0, 2, 0 }, 26.30169, 0.00003, 0.026 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, 1, 0, 0 }, 202.63794, 0.00001, 0.042 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 205.73031, 0.00002, 0.044 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 215.56343, 0.00004, 0.028 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, 2, 2, 0 }, 344.29833, 0.00001, 0.016 }, + { { 0, 15, -13, 0, 0, 2, 0, 0, -2, 1, 0 }, 16.03973, 0.00002, 32.265 }, + { { 0, 15, -13, 0, 0, 3, 0, 0, -2, 1, 0 }, 278.90911, 0.00001, 338.444 }, + { { 0, 15, -13, 0, 1, 0, 0, 0, -2, 0, 0 }, 287.82116, 0.00005, 0.075 }, + { { 0, 15, -13, 0, 1, 0, 0, 0, -2, 1, 0 }, 70.82335, 0.00004, 68.563 }, + { { 0, 15, -13, 0, 1, 0, 0, 0, -2, 2, 0 }, 144.08411, 0.00001, 0.076 }, + { { 0, 15, -13, 0, 2, 0, 0, 0, -2, 1, 0 }, 254.40729, 0.00001, 14.344 }, + { { 0, 15, -12, -4, 0, 0, 0, 0, -2, 0, 0 }, 150.02814, 0.00002, 0.069 }, + { { 0, 15, -12, -4, 0, 0, 0, 0, -2, 2, 0 }, 150.02814, 0.00002, 0.083 }, + { { 0, 15, -12, -3, 0, 0, 0, 0, -2, 0, 0 }, 359.78355, 0.00001, 0.072 }, + { { 0, 15, -12, -3, 0, 0, 0, 0, -2, 2, 0 }, 359.78355, 0.00001, 0.080 }, + { { 0, 15, -12, -2, 0, 0, 0, 0, -2, 1, 0 }, 2.18335, 0.00001, 6.163 }, + { { 0, 15, -12, 0, -4, 0, 0, 0, -2, 1, 0 }, 7.06779, 0.00003, 1.773 }, + { { 0, 15, -12, 0, -3, 0, 0, 0, -2, 1, 0 }, 74.16277, 0.00001, 1.543 }, + { { 0, 15, -12, 0, -2, 0, 0, 0, -2, 1, 0 }, 253.50984, 0.00002, 1.365 }, + { { 0, 15, -12, 0, -2, 0, 0, 0, -1, -2, 1 }, 283.23830, 0.00001, 0.076 }, + { { 0, 15, -12, 0, -2, 0, 0, 0, -1, -1, 1 }, 281.98931, 0.00002, 81.636 }, + { { 0, 15, -12, 0, -2, 0, 0, 0, -1, 0, 1 }, 283.23830, 0.00001, 0.075 }, + { { 0, 15, -12, 0, -2, 0, 0, 0, -1, 1, -1 }, 283.27862, 0.00003, 3.113 }, + { { 0, 15, -12, 0, 0, -1, 0, 0, -1, 0, 0 }, 205.32375, 0.00002, 50.387 }, + { { 0, 15, -12, 0, 0, 0, -1, 0, -1, 0, 0 }, 33.48860, 0.00001, 454.655 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -4, 1, 0 }, 283.38622, 0.00002, 0.042 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -4, 2, 0 }, 283.45895, 0.00001, 0.095 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -3, -1, 0 }, 99.70101, 0.00002, 0.026 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -3, 0, 0 }, 99.70101, 0.00017, 0.040 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -3, 1, 0 }, 99.70101, 0.00016, 0.087 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 283.30498, 0.00002, 0.081 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 223.34392, 0.00001, 1.110 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, -2, 0 }, 99.70101, 0.00005, 0.038 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, -1, 0 }, 99.74920, 0.00082, 0.076 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, -1, 1 }, 128.93675, 0.00010, 5.529 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 0, -2 }, 279.70101, 0.00003, 0.037 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 0, -1 }, 309.31612, 0.00012, 0.075 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 0, 0 }, 99.70101, 0.01467, 70.915 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 0, 2 }, 279.70101, 0.00003, 0.037 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 1, -1 }, 309.25086, 0.00060, 6.551 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 1, 0 }, 99.74920, 0.00082, 0.075 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 2, -1 }, 309.25110, 0.00003, 0.076 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 2, 0 }, 99.70101, 0.00005, 0.038 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 252.42539, 0.00002, 1.146 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, 1, -1, 0 }, 99.70101, 0.00016, 0.087 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, 1, 0, -1 }, 129.34032, 0.00002, 0.088 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, 1, 0, 0 }, 99.70101, 0.00017, 0.040 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, 1, 1, 0 }, 99.70101, 0.00002, 0.026 }, + { { 0, 15, -11, -6, 0, 0, 0, 0, -2, 1, 0 }, 121.50360, 0.00001, 0.776 }, + { { 0, 15, -11, -3, 0, 0, 0, 0, -2, 1, 0 }, 178.70092, 0.00003, 3.267 }, + { { 0, 15, -11, 0, -3, 0, 0, 0, 0, -1, 0 }, 240.03332, 0.00002, 7.948 }, + { { 0, 15, -11, 0, -2, 0, 0, 0, 0, -1, 0 }, 183.76439, 0.00008, 24.088 }, + { { 0, 15, -11, 0, -2, 0, 0, 0, 0, 0, 0 }, 25.72852, 0.00002, 0.076 }, + { { 0, 15, -11, 0, -1, 0, 0, 0, 0, -2, 0 }, 144.73659, 0.00003, 0.076 }, + { { 0, 15, -11, 0, -1, 0, 0, 0, 0, 0, 0 }, 324.73659, 0.00003, 0.075 }, + { { 0, 15, -11, 0, 0, -5, 0, 0, 0, -1, 0 }, 71.53021, 0.00001, 23.448 }, + { { 0, 15, -11, 0, 0, -4, 0, 0, 0, -1, 0 }, 44.37392, 0.00001, 114.947 }, + { { 0, 15, -11, 0, 0, -1, 0, 0, 0, -1, 0 }, 220.77948, 0.00002, 10.736 }, + { { 0, 15, -11, 0, 0, 0, 0, 0, -3, 0, 0 }, 356.76409, 0.00001, 0.042 }, + { { 0, 15, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 231.45322, 0.00002, 0.088 }, + { { 0, 15, -11, 0, 0, 0, 0, 0, 0, -2, 0 }, 231.69791, 0.00004, 0.076 }, + { { 0, 15, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 231.71999, 0.00082, 7.868 }, + { { 0, 15, -11, 0, 0, 0, 0, 0, 0, 0, -1 }, 22.88466, 0.00013, 25.212 }, + { { 0, 15, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 59.22484, 0.00003, 0.075 }, + { { 0, 15, -11, 0, 0, 0, 0, 0, 0, 2, 0 }, 128.17985, 0.00001, 0.025 }, + { { 0, 15, -11, 0, 0, 0, 0, 0, 2, -3, 0 }, 308.17985, 0.00001, 0.607 }, + { { 0, 15, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 277.04917, 0.00002, 0.040 }, + { { 0, 15, -10, -2, 0, 0, 0, 0, 0, -1, 0 }, 262.65160, 0.00002, 15.693 }, + { { 0, 15, -10, 0, -1, 0, 0, 0, 1, -1, -1 }, 33.22582, 0.00002, 91.100 }, + { { 0, 15, -10, 0, 0, -2, 0, 0, 1, -1, -1 }, 127.83628, 0.00003, 184.133 }, + { { 0, 15, -10, 0, 0, 0, 0, 0, 1, -1, -1 }, 153.79544, 0.00006, 13.638 }, + { { 0, 15, -9, -8, 0, 0, 0, 0, -2, -1, 2 }, 123.75341, 0.00001, 53.052 }, + { { 0, 15, -9, -8, 0, 0, 0, 0, -2, 1, 0 }, 303.75341, 0.00001, 2.838 }, + { { 0, 15, -9, -6, 0, 0, 0, 0, -1, -1, 1 }, 118.58797, 0.00003, 108.145 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, -2, -1, 0 }, 207.17736, 0.00007, 0.040 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, -2, 0, 0 }, 216.91471, 0.00009, 0.087 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, 0, -3, 0 }, 186.80597, 0.00002, 0.038 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, 0, -2, 0 }, 184.30702, 0.00022, 0.075 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, 0, -1, -2 }, 27.17736, 0.00001, 0.037 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, 0, -1, 0 }, 207.17736, 0.00613, 2809.635 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, 0, -1, 2 }, 27.17736, 0.00001, 0.037 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, 0, 0, 0 }, 189.14737, 0.00023, 0.075 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, 0, 1, 0 }, 186.80597, 0.00002, 0.038 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, 2, -2, 0 }, 216.91471, 0.00009, 0.087 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, 2, -1, 0 }, 207.17736, 0.00007, 0.040 }, + { { 0, 15, -9, 0, -2, 0, 0, 0, 2, -1, -2 }, 128.27240, 0.00001, 6.709 }, + { { 0, 15, -9, 0, 0, -2, 0, 0, 2, -1, -2 }, 308.13634, 0.00001, 20.689 }, + { { 0, 15, -9, 0, 0, -1, 0, 0, 2, -1, -2 }, 30.58134, 0.00001, 69.511 }, + { { 0, 15, -6, -13, 0, 0, 0, 0, -2, 1, 0 }, 116.90781, 0.00003, 92.724 }, + { { 0, 15, -6, -11, 0, 0, 0, 0, -1, 1, -1 }, 27.31838, 0.00008, 846.029 }, + { { 0, 15, -5, -15, 0, 0, 0, 0, -2, 1, 0 }, 122.90196, 0.00003, 13.486 }, + { { 0, 16, -26, 0, 0, 0, 0, 0, 0, -1, 0 }, 32.54653, 0.00002, 0.075 }, + { { 0, 16, -26, 0, 0, 0, 0, 0, 0, 1, 0 }, 32.54653, 0.00002, 0.075 }, + { { 0, 16, -22, 0, 0, 0, 0, 0, -2, -2, 0 }, 47.94606, 0.00002, 0.021 }, + { { 0, 16, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 47.94606, 0.00002, 0.048 }, + { { 0, 16, -22, 0, 0, 0, 0, 0, 0, -1, 0 }, 227.94606, 0.00002, 0.108 }, + { { 0, 16, -22, 0, 0, 0, 0, 0, 0, 1, 0 }, 227.94606, 0.00002, 0.058 }, + { { 0, 16, -22, 0, 2, 0, 0, 0, -2, 0, 0 }, 231.42400, 0.00002, 0.049 }, + { { 0, 16, -22, 0, 2, 0, 0, 0, -2, 2, 0 }, 231.42400, 0.00002, 0.168 }, + { { 0, 16, -21, 0, 0, 0, 0, 0, -4, 0, 0 }, 324.05367, 0.00002, 0.022 }, + { { 0, 16, -21, 0, 0, 0, 0, 0, -4, 2, 0 }, 324.05367, 0.00002, 0.056 }, + { { 0, 16, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 166.98984, 0.00005, 0.051 }, + { { 0, 16, -21, 0, 0, 0, 0, 0, -2, 2, 0 }, 203.58647, 0.00002, 0.147 }, + { { 0, 16, -21, 0, 0, 0, 0, 0, 0, -2, 0 }, 56.41313, 0.00001, 0.047 }, + { { 0, 16, -21, 0, 0, 0, 0, 0, 0, -1, 0 }, 144.05367, 0.00002, 0.121 }, + { { 0, 16, -21, 0, 0, 0, 0, 0, 0, 0, 0 }, 236.41313, 0.00001, 0.200 }, + { { 0, 16, -21, 0, 1, 0, 0, 0, -2, 0, 0 }, 230.21169, 0.00005, 0.051 }, + { { 0, 16, -20, 0, -1, 0, 0, 0, -2, 0, 0 }, 60.26411, 0.00002, 0.053 }, + { { 0, 16, -20, 0, 0, 0, 0, 0, -4, 1, 0 }, 51.60459, 0.00002, 0.033 }, + { { 0, 16, -20, 0, 0, 0, 0, 0, -2, -3, 0 }, 231.60459, 0.00001, 0.017 }, + { { 0, 16, -20, 0, 0, 0, 0, 0, -2, -1, 0 }, 231.60459, 0.00003, 0.031 }, + { { 0, 16, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 48.96770, 0.00002, 0.053 }, + { { 0, 16, -20, 0, 0, 0, 0, 0, -2, 0, 2 }, 231.60459, 0.00002, 0.123 }, + { { 0, 16, -20, 0, 0, 0, 0, 0, -2, 1, 0 }, 53.19368, 0.00002, 0.183 }, + { { 0, 16, -20, 0, 0, 0, 0, 0, -2, 2, 0 }, 51.74478, 0.00003, 0.128 }, + { { 0, 16, -20, 0, 1, 0, 0, 0, -2, 0, 0 }, 218.47343, 0.00001, 0.054 }, + { { 0, 16, -20, 0, 1, 0, 0, 0, -2, 2, 0 }, 38.47343, 0.00001, 0.127 }, + { { 0, 16, -19, 0, 0, 0, 0, 0, -2, 1, 0 }, 134.49381, 0.00001, 0.224 }, + { { 0, 16, -19, 0, 0, 0, 0, 0, -2, 3, 0 }, 134.49381, 0.00001, 0.045 }, + { { 0, 16, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 77.23391, 0.00002, 0.143 }, + { { 0, 16, -19, 0, 0, 0, 0, 0, 2, -2, 0 }, 79.88991, 0.00002, 0.191 }, + { { 0, 16, -19, 0, 0, 0, 0, 0, 2, 0, 0 }, 259.40383, 0.00001, 0.032 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, -2, -2, 0 }, 217.17716, 0.00001, 0.023 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 342.58115, 0.00004, 0.060 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, -2, 1, 0 }, 17.35024, 0.00004, 0.288 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, -2, 2, 0 }, 9.27677, 0.00002, 0.102 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 350.84317, 0.00012, 0.125 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, 0, 1, 0 }, 175.57518, 0.00001, 0.047 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, 1, 0, -1 }, 168.18284, 0.00001, 0.144 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, 2, -1, 0 }, 356.09281, 0.00006, 0.051 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, 2, 0, 0 }, 176.01791, 0.00011, 0.031 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, 2, 1, 0 }, 176.08779, 0.00001, 0.022 }, + { { 0, 16, -18, 0, 1, 0, 0, 0, -2, 0, 0 }, 270.80202, 0.00001, 0.060 }, + { { 0, 16, -18, 0, 1, 0, 0, 0, -2, 2, 0 }, 90.80202, 0.00001, 0.101 }, + { { 0, 16, -18, 6, 0, 0, 0, 0, -2, 1, 0 }, 280.12144, 0.00003, 3.530 }, + { { 0, 16, -17, 0, -1, 0, 0, 0, -2, 0, 0 }, 104.83095, 0.00003, 0.063 }, + { { 0, 16, -17, 0, -1, 0, 0, 0, -2, 1, 0 }, 104.51844, 0.00001, 0.391 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 271.84249, 0.00003, 0.064 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 270.17611, 0.00003, 0.404 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 90.06826, 0.00002, 0.093 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, -1, 0, -1 }, 73.45573, 0.00002, 0.060 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 0, -1, 0 }, 271.91688, 0.00005, 0.235 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 271.76365, 0.00029, 0.111 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 0, 1, 0 }, 269.61772, 0.00002, 0.045 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 1, 0, -1 }, 82.92838, 0.00004, 0.126 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 1, 0, 1 }, 253.51392, 0.00001, 0.029 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 2, -1, 0 }, 272.05656, 0.00016, 0.049 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 2, 0, 0 }, 91.40505, 0.00025, 0.030 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 2, 1, 0 }, 91.29801, 0.00003, 0.021 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 3, -2, 0 }, 92.40876, 0.00001, 0.051 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 3, 0, 0 }, 92.40876, 0.00001, 0.022 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 4, -2, 0 }, 84.13604, 0.00001, 0.031 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 4, -1, 0 }, 91.92859, 0.00003, 0.022 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 4, 0, 0 }, 92.30309, 0.00003, 0.017 }, + { { 0, 16, -17, 0, 1, 0, 0, 0, -2, 0, 0 }, 198.13487, 0.00002, 0.064 }, + { { 0, 16, -17, 2, 0, 0, 0, 0, -2, 0, 0 }, 39.52792, 0.00001, 0.068 }, + { { 0, 16, -17, 2, 0, 0, 0, 0, -2, 2, 0 }, 39.52792, 0.00001, 0.084 }, + { { 0, 16, -17, 6, 0, 0, 0, 0, -1, -1, 1 }, 335.82687, 0.00002, 284.671 }, + { { 0, 16, -17, 8, 0, 0, 0, 0, 0, -1, 0 }, 225.65979, 0.00006, 164.206 }, + { { 0, 16, -16, 0, -1, 0, 0, 0, -2, 0, 0 }, 202.77330, 0.00006, 0.068 }, + { { 0, 16, -16, 0, -1, 0, 0, 0, -2, 1, 0 }, 199.30399, 0.00003, 0.642 }, + { { 0, 16, -16, 0, 0, -1, 0, 0, -2, 1, 0 }, 92.15805, 0.00001, 0.663 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -4, 2, 0 }, 178.69276, 0.00002, 0.077 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -2, -2, 0 }, 359.90691, 0.00002, 0.024 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -2, -1, 0 }, 180.15815, 0.00003, 0.036 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 179.88742, 0.00037, 0.068 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -2, 1, 0 }, 179.86179, 0.00042, 0.679 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 358.32120, 0.00007, 0.085 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -1, 0, 0 }, 1.18803, 0.00005, 0.424 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 0, -2, 0 }, 359.17352, 0.00005, 0.061 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 0, -1, 0 }, 180.11892, 0.00022, 0.308 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 180.83726, 0.00086, 0.100 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 0, 1, 0 }, 180.29125, 0.00013, 0.043 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 1, 0, -1 }, 192.10539, 0.00002, 0.112 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.84969, 0.00034, 0.047 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 2, 0, -2 }, 179.85333, 0.00002, 0.127 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 359.86029, 0.00064, 0.029 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 2, 1, 0 }, 359.85288, 0.00012, 0.021 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 2, 3, 0 }, 359.85680, 0.00001, 0.013 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 3, 0, 0 }, 359.92182, 0.00002, 0.021 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 4, -2, 0 }, 180.19023, 0.00001, 0.030 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 4, 0, 0 }, 359.85649, 0.00002, 0.017 }, + { { 0, 16, -16, 0, 0, 1, 0, 0, -2, 1, 0 }, 87.35265, 0.00001, 0.695 }, + { { 0, 16, -16, 0, 1, 0, 0, 0, -2, 0, 0 }, 347.66656, 0.00007, 0.068 }, + { { 0, 16, -16, 2, 0, 0, 0, 0, -2, 1, 0 }, 306.64670, 0.00002, 2.439 }, + { { 0, 16, -16, 3, 0, 0, 0, 0, -2, 1, 0 }, 180.34653, 0.00001, 8.218 }, + { { 0, 16, -16, 6, 0, 0, 0, 0, 0, -1, 0 }, 185.91687, 0.00001, 17.459 }, + { { 0, 16, -15, -3, 0, 0, 0, 0, -2, 0, 0 }, 302.95650, 0.00001, 0.065 }, + { { 0, 16, -15, -3, 0, 0, 0, 0, -2, 1, 0 }, 302.95650, 0.00002, 0.483 }, + { { 0, 16, -15, -3, 0, 0, 0, 0, -2, 2, 0 }, 302.95650, 0.00001, 0.089 }, + { { 0, 16, -15, -2, 0, 0, 0, 0, -2, 0, 0 }, 272.70001, 0.00002, 0.068 }, + { { 0, 16, -15, -2, 0, 0, 0, 0, -2, 2, 0 }, 272.70001, 0.00002, 0.085 }, + { { 0, 16, -15, 0, -3, 0, 0, 0, -2, 1, 0 }, 102.45069, 0.00002, 1.377 }, + { { 0, 16, -15, 0, -2, 0, 0, 0, -2, 0, 0 }, 105.24386, 0.00002, 0.072 }, + { { 0, 16, -15, 0, -2, 0, 0, 0, -2, 1, 0 }, 110.89213, 0.00004, 1.558 }, + { { 0, 16, -15, 0, -2, 0, 0, 0, -2, 2, 0 }, 105.24386, 0.00002, 0.079 }, + { { 0, 16, -15, 0, -1, 0, 0, 0, -2, 0, 0 }, 178.30454, 0.00005, 0.072 }, + { { 0, 16, -15, 0, -1, 0, 0, 0, -2, 1, 0 }, 150.49324, 0.00002, 1.793 }, + { { 0, 16, -15, 0, -1, 0, 0, 0, -2, 2, 0 }, 178.30533, 0.00002, 0.079 }, + { { 0, 16, -15, 0, -1, 0, 0, 0, 0, -2, 0 }, 359.65211, 0.00001, 0.064 }, + { { 0, 16, -15, 0, -1, 0, 0, 0, 0, -1, 0 }, 181.19577, 0.00002, 0.429 }, + { { 0, 16, -15, 0, -1, 0, 0, 0, 0, 0, 0 }, 181.68449, 0.00004, 0.092 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 137.40438, 0.00005, 0.073 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -2, 0, 1 }, 103.01791, 0.00004, 3.262 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 100.32917, 0.00017, 2.113 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 245.44315, 0.00002, 0.078 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -1, -1, 1 }, 283.55277, 0.00003, 0.838 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -1, 0, -1 }, 103.04916, 0.00008, 0.068 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -1, 0, 1 }, 291.46619, 0.00002, 0.083 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -1, 1, -1 }, 103.07499, 0.00010, 0.655 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 261.90888, 0.00002, 0.091 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 1, -2, 1 }, 283.14626, 0.00002, 0.097 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.14452, 0.00003, 0.303 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.16210, 0.00011, 0.100 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 2, -3, 0 }, 84.78625, 0.00001, 0.249 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 94.27352, 0.00009, 0.028 }, + { { 0, 16, -15, 0, 1, 0, 0, 0, -2, 0, 0 }, 38.43103, 0.00003, 0.073 }, + { { 0, 16, -15, 0, 1, 0, 0, 0, -2, 1, 0 }, 342.92642, 0.00004, 2.570 }, + { { 0, 16, -15, 0, 1, 0, 0, 0, -2, 2, 0 }, 250.70772, 0.00001, 0.078 }, + { { 0, 16, -15, 0, 2, 0, 0, 0, -2, 1, 0 }, 78.15364, 0.00003, 3.281 }, + { { 0, 16, -15, 1, 0, 0, 0, 0, -2, 1, 0 }, 202.31743, 0.00002, 17.148 }, + { { 0, 16, -14, -3, 0, 0, 0, 0, -3, 1, 1 }, 28.49513, 0.00002, 68.243 }, + { { 0, 16, -14, -3, 0, 0, 0, 0, -2, 1, 0 }, 328.65267, 0.00001, 0.936 }, + { { 0, 16, -14, -2, 0, 0, 0, 0, -2, 1, 0 }, 182.89113, 0.00003, 1.863 }, + { { 0, 16, -14, -1, 0, 0, 0, 0, -4, 2, 0 }, 265.33679, 0.00001, 0.087 }, + { { 0, 16, -14, -1, 0, 0, 0, 0, -2, 0, 0 }, 85.33679, 0.00006, 0.075 }, + { { 0, 16, -14, -1, 0, 0, 0, 0, -2, 1, 0 }, 187.27793, 0.00003, 197.991 }, + { { 0, 16, -14, -1, 0, 0, 0, 0, -2, 2, 0 }, 85.33679, 0.00006, 0.075 }, + { { 0, 16, -14, -1, 0, 0, 0, 0, 0, 0, 0 }, 265.33679, 0.00001, 0.087 }, + { { 0, 16, -14, 0, -5, 0, 0, 0, -2, 1, 0 }, 38.20982, 0.00002, 9.514 }, + { { 0, 16, -14, 0, -3, 0, 0, 0, -2, 0, 0 }, 223.09637, 0.00003, 0.077 }, + { { 0, 16, -14, 0, -3, 0, 0, 0, -2, 1, 0 }, 354.17589, 0.00004, 3.653 }, + { { 0, 16, -14, 0, -3, 0, 0, 0, -2, 2, 0 }, 237.57516, 0.00001, 0.074 }, + { { 0, 16, -14, 0, -2, 0, 0, 0, -2, 0, 0 }, 179.94719, 0.00002, 0.078 }, + { { 0, 16, -14, 0, -2, 0, 0, 0, -2, 1, 0 }, 343.18353, 0.00002, 2.793 }, + { { 0, 16, -14, 0, -2, 0, 0, 0, -2, 2, 0 }, 359.94719, 0.00002, 0.073 }, + { { 0, 16, -14, 0, -2, 0, 0, 0, 0, 0, 0 }, 359.69776, 0.00005, 0.084 }, + { { 0, 16, -14, 0, -1, 0, 0, 0, -2, 0, 0 }, 61.84769, 0.00002, 0.078 }, + { { 0, 16, -14, 0, -1, 0, 0, 0, -2, 1, 0 }, 79.05852, 0.00004, 2.261 }, + { { 0, 16, -14, 0, -1, 0, 0, 0, -2, 2, 0 }, 94.66743, 0.00003, 0.073 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -4, 2, 0 }, 202.97231, 0.00001, 0.091 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -2, -1, 0 }, 207.28357, 0.00001, 0.038 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 207.88469, 0.00030, 0.079 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 26.56171, 0.00064, 1.899 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 24.30970, 0.00009, 0.073 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -2, 3, 0 }, 27.28357, 0.00001, 0.037 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -1, -1, 0 }, 206.35562, 0.00002, 0.073 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -1, -1, 1 }, 166.85531, 0.00003, 5.165 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -1, 0, 0 }, 206.35562, 0.00033, 2.775 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -1, 1, -1 }, 330.25041, 0.00002, 1.897 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -1, 1, 0 }, 206.35562, 0.00002, 0.078 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, 0, -2, 0 }, 8.82241, 0.00004, 0.069 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, 0, -1, 0 }, 26.61702, 0.00021, 0.802 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 28.06210, 0.00035, 0.083 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, 2, -3, 0 }, 345.42944, 0.00001, 0.331 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 251.34359, 0.00001, 0.043 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 214.61470, 0.00004, 0.027 }, + { { 0, 16, -14, 0, 1, 0, 0, 0, -2, 1, 0 }, 17.73914, 0.00002, 1.637 }, + { { 0, 16, -14, 1, 0, 0, 0, 0, -1, 1, -1 }, 327.52623, 0.00002, 219.684 }, + { { 0, 16, -14, 2, 0, 0, 0, 0, 0, -1, 0 }, 92.58397, 0.00001, 5.434 }, + { { 0, 16, -13, -3, 0, 0, 0, 0, -2, 0, 0 }, 191.20347, 0.00003, 0.075 }, + { { 0, 16, -13, -3, 0, 0, 0, 0, -2, 2, 0 }, 191.20347, 0.00003, 0.076 }, + { { 0, 16, -13, -2, 0, 0, 0, 0, -2, 1, 0 }, 25.24804, 0.00001, 2.159 }, + { { 0, 16, -13, 0, -3, 0, 0, 0, -2, 1, 0 }, 356.52877, 0.00001, 0.785 }, + { { 0, 16, -13, 0, -2, 0, 0, 0, -1, 1, -1 }, 283.25596, 0.00002, 3.287 }, + { { 0, 16, -13, 0, -1, 0, 0, 0, -2, 1, 0 }, 26.25312, 0.00001, 0.693 }, + { { 0, 16, -13, 0, 0, 0, 0, 0, -1, 1, -1 }, 309.44497, 0.00005, 2.115 }, + { { 0, 16, -13, 0, 0, 0, 0, 0, 0, -2, 0 }, 221.41211, 0.00003, 0.074 }, + { { 0, 16, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 247.53290, 0.00014, 4.042 }, + { { 0, 16, -13, 0, 0, 0, 0, 0, 0, 0, -1 }, 129.46189, 0.00002, 2.415 }, + { { 0, 16, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 235.78290, 0.00006, 0.077 }, + { { 0, 16, -13, 0, 1, 0, 0, 0, 0, -1, 0 }, 30.26029, 0.00003, 6.132 }, + { { 0, 16, -13, 0, 2, 0, 0, 0, 0, -1, 0 }, 167.60586, 0.00002, 12.695 }, + { { 0, 16, -12, -5, 0, 0, 0, 0, -2, 1, 0 }, 353.11110, 0.00003, 7.588 }, + { { 0, 16, -12, -4, 0, 0, 0, 0, -2, 1, 0 }, 10.21447, 0.00003, 2.501 }, + { { 0, 16, -12, 0, -5, 0, 0, 0, 0, 1, -2 }, 220.55911, 0.00003, 413.281 }, + { { 0, 16, -12, 0, 0, 0, 0, 0, 0, -2, 0 }, 308.13223, 0.00001, 0.080 }, + { { 0, 16, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 232.01001, 0.00002, 1.329 }, + { { 0, 16, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 308.13223, 0.00001, 0.071 }, + { { 0, 16, -11, 0, 0, 0, 0, 0, 2, -3, 0 }, 120.66421, 0.00001, 46.727 }, + { { 0, 16, -8, -9, 0, 0, 0, 0, 0, -1, 0 }, 124.59136, 0.00003, 30.730 }, + { { 0, 17, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 44.63381, 0.00004, 0.050 }, + { { 0, 17, -23, 0, 0, 0, 0, 0, 0, -1, 0 }, 228.34527, 0.00001, 0.116 }, + { { 0, 17, -23, 0, 0, 0, 0, 0, 0, 1, 0 }, 228.34527, 0.00001, 0.056 }, + { { 0, 17, -23, 0, 2, 0, 0, 0, -2, 0, 0 }, 231.39368, 0.00003, 0.050 }, + { { 0, 17, -22, 0, 0, 0, 0, 0, -4, 0, 0 }, 324.04641, 0.00003, 0.023 }, + { { 0, 17, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 218.65406, 0.00002, 0.052 }, + { { 0, 17, -22, 0, 0, 0, 0, 0, -2, 2, 0 }, 297.11389, 0.00004, 0.135 }, + { { 0, 17, -22, 0, 0, 0, 0, 0, 0, -2, 0 }, 117.61353, 0.00002, 0.048 }, + { { 0, 17, -22, 0, 0, 0, 0, 0, 0, 0, 0 }, 187.10177, 0.00002, 0.178 }, + { { 0, 17, -22, 0, 1, 0, 0, 0, -2, 0, 0 }, 230.47395, 0.00001, 0.053 }, + { { 0, 17, -22, 0, 1, 0, 0, 0, -2, 2, 0 }, 50.47395, 0.00001, 0.133 }, + { { 0, 17, -22, 11, 0, 0, 0, 0, -2, 0, 0 }, 39.34961, 0.00004, 0.075 }, + { { 0, 17, -22, 11, 0, 0, 0, 0, -2, 1, 0 }, 47.78167, 0.00081, 1463.573 }, + { { 0, 17, -22, 11, 0, 0, 0, 0, -2, 2, 0 }, 39.34961, 0.00004, 0.075 }, + { { 0, 17, -21, 0, -1, 0, 0, 0, -2, 0, 0 }, 60.23378, 0.00001, 0.055 }, + { { 0, 17, -21, 0, -1, 0, 0, 0, -2, 2, 0 }, 240.23378, 0.00001, 0.120 }, + { { 0, 17, -21, 0, 0, 0, 0, 0, -2, -1, 0 }, 231.57355, 0.00003, 0.032 }, + { { 0, 17, -21, 0, 0, 0, 0, 0, -2, 1, 0 }, 53.46299, 0.00002, 0.206 }, + { { 0, 17, -21, 0, 0, 0, 0, 0, 2, -1, 0 }, 51.57355, 0.00002, 0.055 }, + { { 0, 17, -20, 0, 0, 0, 0, 0, 0, 0, 0 }, 73.54684, 0.00001, 0.131 }, + { { 0, 17, -20, 7, 0, 0, 0, 0, -2, 1, 0 }, 166.89097, 0.00001, 7.933 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 333.85507, 0.00004, 0.062 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, -2, 1, 0 }, 12.91628, 0.00003, 0.351 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, -2, 2, 0 }, 8.50331, 0.00002, 0.096 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, 0, -1, 0 }, 350.12348, 0.00002, 0.216 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 349.89168, 0.00010, 0.116 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, 0, 1, 0 }, 176.02236, 0.00001, 0.046 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, 1, 0, -1 }, 168.05332, 0.00001, 0.132 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, 2, 0, 0 }, 176.44561, 0.00010, 0.030 }, + { { 0, 17, -19, 0, 1, 0, 0, 0, -2, 0, 0 }, 270.82635, 0.00002, 0.062 }, + { { 0, 17, -19, 2, 0, 0, 0, 0, -2, 0, 0 }, 179.05050, 0.00001, 0.066 }, + { { 0, 17, -19, 2, 0, 0, 0, 0, -2, 2, 0 }, 179.05050, 0.00001, 0.087 }, + { { 0, 17, -19, 6, 0, 0, 0, 0, -2, 1, 0 }, 280.26759, 0.00001, 2.922 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, -4, 3, 0 }, 276.83429, 0.00003, 13.546 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 271.60861, 0.00004, 0.066 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, -2, 1, 0 }, 272.20044, 0.00006, 0.541 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, -2, 2, 0 }, 90.21631, 0.00003, 0.088 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 0, -2, 0 }, 89.89868, 0.00002, 0.059 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 0, -1, 0 }, 271.76412, 0.00003, 0.276 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 272.16953, 0.00022, 0.104 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 0, 1, 0 }, 93.55382, 0.00003, 0.044 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 1, 0, -1 }, 73.04001, 0.00002, 0.117 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 2, -2, 0 }, 272.29669, 0.00001, 0.127 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 2, -1, 0 }, 272.03344, 0.00012, 0.047 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 2, 0, 0 }, 92.16562, 0.00019, 0.029 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 2, 1, 0 }, 92.23795, 0.00002, 0.021 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 4, -1, 0 }, 92.29666, 0.00001, 0.022 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 4, 0, 0 }, 92.29664, 0.00003, 0.017 }, + { { 0, 17, -18, 0, 0, 2, 0, 0, -4, 3, 0 }, 251.91602, 0.00001, 168.646 }, + { { 0, 17, -18, 0, 1, 0, 0, 0, -2, 0, 0 }, 191.03605, 0.00003, 0.067 }, + { { 0, 17, -18, 0, 1, 0, 0, 0, -2, 1, 0 }, 208.76586, 0.00003, 0.567 }, + { { 0, 17, -18, 0, 2, 0, 0, 0, -2, 0, 0 }, 232.50800, 0.00002, 0.067 }, + { { 0, 17, -18, 3, 0, 0, 0, 0, -2, -1, 2 }, 56.18679, 0.00001, 12.388 }, + { { 0, 17, -17, 0, -1, 0, 0, 0, -2, 0, 0 }, 199.69564, 0.00006, 0.070 }, + { { 0, 17, -17, 0, -1, 0, 0, 0, -2, 1, 0 }, 231.28288, 0.00002, 1.073 }, + { { 0, 17, -17, 0, 0, -1, 0, 0, -2, 0, 0 }, 92.13148, 0.00001, 0.071 }, + { { 0, 17, -17, 0, 0, -1, 0, 0, -2, 1, 0 }, 92.02303, 0.00002, 1.134 }, + { { 0, 17, -17, 0, 0, -1, 0, 0, -2, 2, 0 }, 272.13148, 0.00001, 0.081 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -4, 1, 0 }, 180.04474, 0.00001, 0.039 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -4, 2, 0 }, 179.82054, 0.00002, 0.081 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -3, 2, 0 }, 0.24149, 0.00033, 25.533 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -3, 3, 0 }, 3.76342, 0.00002, 0.075 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -2, -2, 0 }, 359.88425, 0.00001, 0.025 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -2, -1, 0 }, 179.93243, 0.00004, 0.037 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 179.71640, 0.00056, 0.071 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 180.04982, 0.00090, 1.179 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 359.43394, 0.00003, 0.081 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -1, 0, 0 }, 359.63979, 0.00006, 0.576 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -1, 1, -1 }, 193.58081, 0.00002, 0.526 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 0, -2, 0 }, 0.62082, 0.00003, 0.063 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 0, -1, 0 }, 179.94007, 0.00025, 0.381 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 180.89429, 0.00065, 0.094 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 0, 1, 0 }, 180.00123, 0.00011, 0.042 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 1, 0, -1 }, 192.18018, 0.00002, 0.104 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.71579, 0.00024, 0.045 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 2, 0, -2 }, 179.82221, 0.00001, 0.117 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 2, 0, 0 }, 359.82754, 0.00045, 0.028 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 2, 1, 0 }, 359.82262, 0.00010, 0.021 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 3, 0, 0 }, 359.89479, 0.00002, 0.021 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 4, -2, 0 }, 359.80181, 0.00002, 0.030 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 4, 0, 0 }, 359.82059, 0.00004, 0.017 }, + { { 0, 17, -17, 0, 0, 1, 0, 0, -2, 0, 0 }, 87.32607, 0.00002, 0.071 }, + { { 0, 17, -17, 0, 1, 0, 0, 0, -2, 0, 0 }, 347.22434, 0.00006, 0.071 }, + { { 0, 17, -17, 0, 1, 0, 0, 0, -2, 1, 0 }, 76.04659, 0.00001, 1.310 }, + { { 0, 17, -17, 0, 1, 0, 0, 0, -2, 2, 0 }, 347.80298, 0.00003, 0.080 }, + { { 0, 17, -17, 0, 2, 0, 0, 0, -2, 1, 0 }, 162.84261, 0.00001, 1.472 }, + { { 0, 17, -17, 2, 0, 0, 0, 0, -2, 1, 0 }, 350.82716, 0.00003, 4.640 }, + { { 0, 17, -17, 3, 0, 0, 0, 0, -1, -1, 1 }, 337.90420, 0.00002, 37.096 }, + { { 0, 17, -16, -3, 0, 0, 0, 0, -2, 1, 0 }, 304.06447, 0.00003, 0.693 }, + { { 0, 17, -16, -2, 0, 0, 0, 0, -2, 0, 0 }, 122.13617, 0.00002, 0.071 }, + { { 0, 17, -16, -2, 0, 0, 0, 0, -2, 1, 0 }, 109.90873, 0.00003, 1.097 }, + { { 0, 17, -16, -2, 0, 0, 0, 0, -2, 2, 0 }, 122.13617, 0.00002, 0.081 }, + { { 0, 17, -16, 0, -4, 0, 0, 0, -2, 1, 0 }, 139.89845, 0.00002, 5.404 }, + { { 0, 17, -16, 0, -3, 0, 0, 0, -2, 1, 0 }, 130.19719, 0.00003, 9.925 }, + { { 0, 17, -16, 0, -2, 0, 0, 0, -2, 0, 0 }, 37.68260, 0.00003, 0.075 }, + { { 0, 17, -16, 0, -2, 0, 0, 0, -2, 1, 0 }, 351.85658, 0.00001, 60.783 }, + { { 0, 17, -16, 0, -2, 0, 0, 0, -2, 2, 0 }, 91.57827, 0.00001, 0.076 }, + { { 0, 17, -16, 0, -1, 0, 0, 0, -2, 0, 0 }, 63.32530, 0.00003, 0.076 }, + { { 0, 17, -16, 0, -1, 0, 0, 0, -2, 1, 0 }, 16.89532, 0.00005, 14.738 }, + { { 0, 17, -16, 0, -1, 0, 0, 0, -2, 2, 0 }, 243.32530, 0.00003, 0.075 }, + { { 0, 17, -16, 0, -1, 0, 0, 0, 0, -1, 0 }, 181.37809, 0.00003, 0.586 }, + { { 0, 17, -16, 0, -1, 0, 0, 0, 0, 0, 0 }, 181.27327, 0.00005, 0.087 }, + { { 0, 17, -16, 0, 0, -5, 0, 0, -2, 1, 0 }, 12.59878, 0.00001, 56.870 }, + { { 0, 17, -16, 0, 0, -4, 0, 0, -2, 1, 0 }, 279.56829, 0.00002, 61.111 }, + { { 0, 17, -16, 0, 0, -3, 0, 0, -2, 1, 0 }, 194.86660, 0.00004, 19.876 }, + { { 0, 17, -16, 0, 0, -2, 0, 0, -2, 0, 0 }, 273.80064, 0.00001, 0.076 }, + { { 0, 17, -16, 0, 0, -2, 0, 0, -2, 1, 0 }, 108.06230, 0.00008, 11.868 }, + { { 0, 17, -16, 0, 0, -2, 0, 0, -2, 2, 0 }, 93.80064, 0.00001, 0.075 }, + { { 0, 17, -16, 0, 0, -1, 0, 0, -2, 1, 0 }, 171.92737, 0.00003, 8.460 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -4, 1, 0 }, 96.97758, 0.00001, 0.041 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 282.37814, 0.00007, 0.076 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 0, 1 }, 102.98498, 0.00003, 3.136 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 1, -1 }, 283.02569, 0.00005, 0.075 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 1, 0 }, 96.97758, 0.00128, 6.572 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 2, -1 }, 283.04847, 0.00074, 68.493 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 95.75301, 0.00012, 0.075 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 3, -1 }, 283.02569, 0.00005, 0.076 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, -1, 1 }, 282.97276, 0.00008, 1.760 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, 0, -1 }, 102.90380, 0.00016, 0.071 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, 0, 0 }, 275.00113, 0.00001, 1.361 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, 0, 1 }, 283.01642, 0.00006, 0.079 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, 1, -1 }, 103.04267, 0.00020, 1.109 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, 2, -1 }, 103.04344, 0.00001, 0.081 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, 0, 0, -1 }, 283.08676, 0.00001, 0.559 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 154.42321, 0.00001, 0.086 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, 0, 1, 0 }, 96.97758, 0.00001, 0.040 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.49999, 0.00004, 0.374 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.14346, 0.00008, 0.095 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, 1, 0, 1 }, 283.11556, 0.00002, 0.027 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 94.51898, 0.00007, 0.027 }, + { { 0, 17, -16, 0, 0, 1, 0, 0, -2, 1, 0 }, 352.43675, 0.00003, 5.373 }, + { { 0, 17, -16, 0, 1, 0, 0, 0, -2, 0, 0 }, 240.45729, 0.00001, 0.077 }, + { { 0, 17, -16, 0, 1, 0, 0, 0, -2, 1, 0 }, 306.85875, 0.00002, 4.229 }, + { { 0, 17, -16, 0, 1, 0, 0, 0, -2, 2, 0 }, 240.45729, 0.00001, 0.074 }, + { { 0, 17, -16, 3, 0, 0, 0, 0, 0, -1, 0 }, 242.03602, 0.00005, 37.303 }, + { { 0, 17, -15, -3, 0, 0, 0, 0, -2, 0, 0 }, 328.79301, 0.00002, 0.073 }, + { { 0, 17, -15, -3, 0, 0, 0, 0, -2, 1, 0 }, 67.66396, 0.00002, 2.258 }, + { { 0, 17, -15, -3, 0, 0, 0, 0, -2, 2, 0 }, 328.79301, 0.00002, 0.078 }, + { { 0, 17, -15, -2, 0, 0, 0, 0, -2, 0, 0 }, 2.88709, 0.00004, 0.076 }, + { { 0, 17, -15, -2, 0, 0, 0, 0, -2, 1, 0 }, 345.36011, 0.00001, 11.263 }, + { { 0, 17, -15, -2, 0, 0, 0, 0, -2, 2, 0 }, 2.88709, 0.00004, 0.075 }, + { { 0, 17, -15, 0, -3, 0, 0, 0, -2, 0, 0 }, 189.81997, 0.00001, 0.081 }, + { { 0, 17, -15, 0, -3, 0, 0, 0, -2, 2, 0 }, 9.81997, 0.00001, 0.071 }, + { { 0, 17, -15, 0, -3, 0, 0, 0, -1, 0, 0 }, 39.33563, 0.00001, 81.736 }, + { { 0, 17, -15, 0, -2, 0, 0, 0, -2, 0, 0 }, 180.15128, 0.00002, 0.081 }, + { { 0, 17, -15, 0, -2, 0, 0, 0, -2, 1, 0 }, 0.21729, 0.00002, 1.017 }, + { { 0, 17, -15, 0, -2, 0, 0, 0, -2, 2, 0 }, 180.15128, 0.00002, 0.070 }, + { { 0, 17, -15, 0, -2, 0, 0, 0, -1, 0, 0 }, 180.50977, 0.00002, 10.359 }, + { { 0, 17, -15, 0, -2, 0, 0, 0, 0, -2, 0 }, 0.84694, 0.00001, 0.071 }, + { { 0, 17, -15, 0, -2, 0, 0, 0, 0, 0, 0 }, 0.30874, 0.00002, 0.080 }, + { { 0, 17, -15, 0, -1, 0, 0, 0, -1, 1, -1 }, 112.74040, 0.00002, 70.990 }, + { { 0, 17, -15, 0, 0, -3, 0, 0, -1, 1, -1 }, 96.92756, 0.00003, 289.567 }, + { { 0, 17, -15, 0, 0, -2, 0, 0, -2, 1, 0 }, 179.83675, 0.00001, 0.922 }, + { { 0, 17, -15, 0, 0, -2, 0, 0, -1, 1, -1 }, 15.84109, 0.00005, 32.793 }, + { { 0, 17, -15, 0, 0, -1, 0, 0, -1, 1, -1 }, 102.90825, 0.00003, 15.518 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 204.96485, 0.00016, 0.083 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 26.15634, 0.00009, 0.868 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 18.02707, 0.00002, 0.069 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -1, -1, 0 }, 206.35980, 0.00002, 0.077 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -1, 0, -1 }, 320.29031, 0.00002, 0.076 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -1, 0, 0 }, 206.35980, 0.00042, 3.772 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -1, 1, -1 }, 320.29031, 0.00030, 10.164 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -1, 1, 0 }, 206.35980, 0.00002, 0.074 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -1, 2, -1 }, 320.29031, 0.00002, 0.075 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, 0, -2, 0 }, 30.36622, 0.00006, 0.072 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, 0, -1, 0 }, 26.70587, 0.00067, 1.608 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 27.50277, 0.00047, 0.079 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, 0, 1, 0 }, 27.90664, 0.00003, 0.039 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 205.69113, 0.00001, 0.041 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 205.69264, 0.00003, 0.027 }, + { { 0, 17, -14, -5, 0, 0, 0, 0, -2, 1, 0 }, 74.43934, 0.00001, 1.975 }, + { { 0, 17, -14, -4, 0, 0, 0, 0, -4, 2, 0 }, 150.36572, 0.00001, 0.087 }, + { { 0, 17, -14, -4, 0, 0, 0, 0, -2, 0, 0 }, 330.36572, 0.00005, 0.076 }, + { { 0, 17, -14, -4, 0, 0, 0, 0, -2, 1, 0 }, 159.43954, 0.00003, 39.340 }, + { { 0, 17, -14, -4, 0, 0, 0, 0, -2, 2, 0 }, 330.36572, 0.00005, 0.075 }, + { { 0, 17, -14, -4, 0, 0, 0, 0, 0, 0, 0 }, 150.36572, 0.00001, 0.087 }, + { { 0, 17, -14, -2, 0, 0, 0, 0, -1, 1, -1 }, 248.82296, 0.00002, 28.554 }, + { { 0, 17, -14, 0, -5, 0, 0, 0, 0, -1, 0 }, 184.37019, 0.00003, 23.051 }, + { { 0, 17, -14, 0, -4, 0, 0, 0, 0, -2, 0 }, 7.58347, 0.00001, 0.076 }, + { { 0, 17, -14, 0, -4, 0, 0, 0, 0, -1, 0 }, 174.16510, 0.00003, 24.437 }, + { { 0, 17, -14, 0, -4, 0, 0, 0, 0, 0, 0 }, 187.58347, 0.00001, 0.075 }, + { { 0, 17, -14, 0, -3, 0, 0, 0, 0, -2, 0 }, 178.06081, 0.00001, 0.076 }, + { { 0, 17, -14, 0, -3, 0, 0, 0, 0, -1, 0 }, 245.41101, 0.00003, 7.986 }, + { { 0, 17, -14, 0, -3, 0, 0, 0, 0, 0, 0 }, 177.38720, 0.00004, 0.075 }, + { { 0, 17, -14, 0, -2, 0, 0, 0, 0, -1, 0 }, 286.15525, 0.00006, 4.773 }, + { { 0, 17, -14, 0, -1, 0, 0, 0, 0, -1, 0 }, 244.68342, 0.00001, 3.403 }, + { { 0, 17, -14, 0, 0, 0, 0, 0, 0, -1, 0 }, 250.21232, 0.00004, 2.645 }, + { { 0, 17, -14, 0, 0, 0, 0, 0, 0, 0, -1 }, 130.46390, 0.00005, 4.731 }, + { { 0, 17, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 63.14714, 0.00002, 0.073 }, + { { 0, 17, -14, 0, 0, 0, 0, 0, 0, 1, -2 }, 205.54534, 0.00003, 22.409 }, + { { 0, 17, -14, 0, 0, 0, 0, 0, 1, -1, -1 }, 310.30248, 0.00002, 1.480 }, + { { 0, 17, -14, 0, 0, 0, 0, 0, 2, -2, 0 }, 219.71345, 0.00002, 0.084 }, + { { 0, 17, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 219.71345, 0.00002, 0.026 }, + { { 0, 17, -13, -6, 0, 0, 0, 0, -2, 1, 0 }, 256.74918, 0.00005, 26.352 }, + { { 0, 17, -13, -4, 0, 0, 0, 0, -1, 1, -1 }, 64.79636, 0.00002, 35.279 }, + { { 0, 17, -13, 0, -4, 0, 0, 0, 1, -1, -1 }, 285.40276, 0.00003, 77.860 }, + { { 0, 17, -12, -7, 0, 0, 0, 0, -2, 1, 0 }, 302.83974, 0.00002, 2.324 }, + { { 0, 17, -12, 0, -3, 0, 0, 0, 2, -1, -2 }, 253.64266, 0.00002, 56.514 }, + { { 0, 17, -8, -12, 0, 0, 0, 0, 0, -1, 0 }, 335.14470, 0.00008, 482.725 }, + { { 0, 17, -5, -19, 0, 0, 0, 0, -1, 1, -1 }, 230.61990, 0.00003, 277.048 }, + { { 0, 18, -27, 17, 0, 0, 0, 0, -2, 1, 0 }, 231.88064, 0.00001, 5.444 }, + { { 0, 18, -24, 0, 0, 0, 0, 0, -2, 0, 0 }, 48.70841, 0.00002, 0.051 }, + { { 0, 18, -24, 0, 0, 0, 0, 0, -2, 1, 0 }, 228.70841, 0.00002, 0.161 }, + { { 0, 18, -24, 0, 0, 0, 0, 0, -2, 3, 0 }, 228.70841, 0.00002, 0.049 }, + { { 0, 18, -24, 0, 2, 0, 0, 0, -2, 0, 0 }, 231.36154, 0.00002, 0.052 }, + { { 0, 18, -24, 15, 0, 0, 0, 0, 0, -1, 0 }, 43.50231, 0.00001, 47.453 }, + { { 0, 18, -23, 0, 0, 0, 0, 0, -4, 0, 0 }, 324.03758, 0.00002, 0.023 }, + { { 0, 18, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 216.79848, 0.00003, 0.054 }, + { { 0, 18, -23, 0, 0, 0, 0, 0, -2, 1, 0 }, 287.20323, 0.00001, 0.191 }, + { { 0, 18, -23, 0, 0, 0, 0, 0, -2, 2, 0 }, 235.92588, 0.00004, 0.124 }, + { { 0, 18, -23, 0, 0, 0, 0, 0, 0, -2, 0 }, 55.52144, 0.00001, 0.049 }, + { { 0, 18, -23, 0, 0, 0, 0, 0, 0, 0, 0 }, 159.49298, 0.00003, 0.160 }, + { { 0, 18, -23, 9, 0, 0, 0, 0, -2, 1, 0 }, 296.25104, 0.00001, 2.288 }, + { { 0, 18, -22, 0, 0, 0, 0, 0, -2, -1, 0 }, 231.54030, 0.00002, 0.033 }, + { { 0, 18, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 237.47322, 0.00001, 0.057 }, + { { 0, 18, -22, 8, 0, 0, 0, 0, -2, 1, 0 }, 127.21332, 0.00005, 32.099 }, + { { 0, 18, -21, 0, 0, 0, 0, 0, -2, -2, 0 }, 325.76918, 0.00001, 0.023 }, + { { 0, 18, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 325.76918, 0.00001, 0.061 }, + { { 0, 18, -21, 0, 0, 0, 0, 0, -2, 1, 0 }, 145.76918, 0.00002, 0.310 }, + { { 0, 18, -21, 0, 0, 0, 0, 0, 0, 0, 0 }, 74.88243, 0.00001, 0.121 }, + { { 0, 18, -21, 6, 0, 0, 0, 0, -2, 1, 0 }, 75.59869, 0.00006, 31.042 }, + { { 0, 18, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 348.50527, 0.00004, 0.065 }, + { { 0, 18, -20, 0, 0, 0, 0, 0, -2, 1, 0 }, 13.95289, 0.00001, 0.450 }, + { { 0, 18, -20, 0, 0, 0, 0, 0, -2, 2, 0 }, 352.31747, 0.00003, 0.091 }, + { { 0, 18, -20, 0, 0, 0, 0, 0, 0, -1, 0 }, 350.64683, 0.00002, 0.250 }, + { { 0, 18, -20, 0, 0, 0, 0, 0, 0, 0, 0 }, 352.37002, 0.00011, 0.108 }, + { { 0, 18, -20, 0, 0, 0, 0, 0, 0, 2, 0 }, 356.96069, 0.00001, 0.028 }, + { { 0, 18, -20, 0, 0, 0, 0, 0, 2, 0, 0 }, 176.83213, 0.00009, 0.029 }, + { { 0, 18, -20, 0, 1, 0, 0, 0, -2, 0, 0 }, 270.84716, 0.00001, 0.065 }, + { { 0, 18, -20, 0, 1, 0, 0, 0, -2, 1, 0 }, 270.84716, 0.00001, 0.468 }, + { { 0, 18, -20, 0, 1, 0, 0, 0, -2, 2, 0 }, 270.84716, 0.00001, 0.090 }, + { { 0, 18, -20, 2, 0, 0, 0, 0, -2, 0, 0 }, 177.50139, 0.00002, 0.069 }, + { { 0, 18, -20, 2, 0, 0, 0, 0, -2, 1, 0 }, 178.08269, 0.00003, 0.863 }, + { { 0, 18, -20, 2, 0, 0, 0, 0, -2, 2, 0 }, 177.50139, 0.00002, 0.083 }, + { { 0, 18, -20, 3, 0, 0, 0, 0, -2, 1, 0 }, 330.38235, 0.00003, 1.594 }, + { { 0, 18, -20, 4, 0, 0, 0, 0, -2, 0, 0 }, 57.03608, 0.00001, 0.075 }, + { { 0, 18, -20, 4, 0, 0, 0, 0, -2, 1, 0 }, 100.51436, 0.00003, 10.462 }, + { { 0, 18, -20, 4, 0, 0, 0, 0, -2, 2, 0 }, 57.03608, 0.00001, 0.076 }, + { { 0, 18, -19, 0, -1, 0, 0, 0, -2, 1, 0 }, 344.34795, 0.00002, 0.765 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -5, 0, 2 }, 270.03812, 0.00002, 0.040 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -5, 1, 2 }, 270.03812, 0.00002, 0.087 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -4, 2, 0 }, 271.78864, 0.00001, 0.079 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -3, -1, 2 }, 270.03812, 0.00009, 0.075 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -3, 0, 2 }, 270.03812, 0.00158, 556.277 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -3, 1, 2 }, 270.03812, 0.00009, 0.075 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 271.29777, 0.00006, 0.069 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -2, 1, 0 }, 271.23290, 0.00011, 0.818 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -2, 2, 0 }, 91.79007, 0.00007, 0.083 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -1, -1, 2 }, 270.03812, 0.00002, 0.087 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -1, 0, 2 }, 270.03812, 0.00002, 0.040 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 0, -2, 0 }, 89.92644, 0.00002, 0.062 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 0, -1, 0 }, 273.17001, 0.00003, 0.334 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 271.66776, 0.00016, 0.097 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 0, 1, 0 }, 93.69443, 0.00002, 0.043 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 1, 0, -1 }, 67.74931, 0.00002, 0.109 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 2, -2, 0 }, 314.32280, 0.00001, 0.118 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 2, -1, 0 }, 284.05536, 0.00010, 0.046 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 2, 0, 0 }, 92.15793, 0.00015, 0.029 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 2, 1, 0 }, 92.23098, 0.00002, 0.021 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 4, -1, 0 }, 92.28782, 0.00001, 0.022 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 4, 0, 0 }, 92.28781, 0.00002, 0.017 }, + { { 0, 18, -19, 0, 1, 0, 0, 0, -2, 0, 0 }, 209.72865, 0.00006, 0.069 }, + { { 0, 18, -19, 0, 1, 0, 0, 0, -2, 1, 0 }, 132.85497, 0.00004, 0.879 }, + { { 0, 18, -19, 2, 0, 0, 0, 0, -2, 0, 0 }, 38.55896, 0.00002, 0.075 }, + { { 0, 18, -19, 2, 0, 0, 0, 0, -2, 1, 0 }, 118.05057, 0.00001, 6.291 }, + { { 0, 18, -19, 2, 0, 0, 0, 0, -2, 2, 0 }, 38.55896, 0.00002, 0.076 }, + { { 0, 18, -19, 3, 0, 0, 0, 0, -2, 0, 0 }, 56.14540, 0.00003, 0.078 }, + { { 0, 18, -19, 3, 0, 0, 0, 0, -2, 1, 0 }, 56.22184, 0.00002, 2.683 }, + { { 0, 18, -19, 3, 0, 0, 0, 0, -2, 2, 0 }, 56.14540, 0.00003, 0.073 }, + { { 0, 18, -18, 0, -2, 0, 0, 0, -2, 1, 0 }, 193.77666, 0.00004, 2.558 }, + { { 0, 18, -18, 0, -1, 0, 0, 0, -2, -1, 2 }, 92.64063, 0.00001, 37.190 }, + { { 0, 18, -18, 0, -1, 0, 0, 0, -2, 0, 0 }, 232.47555, 0.00005, 0.074 }, + { { 0, 18, -18, 0, -1, 0, 0, 0, -2, 1, 0 }, 265.15180, 0.00001, 3.261 }, + { { 0, 18, -18, 0, 0, -1, 0, 0, -2, 1, 0 }, 271.32056, 0.00003, 3.902 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -4, 0, 0 }, 179.88810, 0.00001, 0.026 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -4, 1, 0 }, 179.95924, 0.00013, 0.040 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -4, 2, 0 }, 180.29310, 0.00010, 0.085 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, -1, 0 }, 176.49298, 0.00016, 0.037 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, -1, 1 }, 195.18854, 0.00001, 0.075 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, -1, 2 }, 359.90190, 0.00012, 8.993 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 178.35056, 0.00233, 0.074 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 0, 1 }, 195.18854, 0.00026, 17.998 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 1, -2 }, 359.88810, 0.00002, 0.037 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 1, 0 }, 179.88826, 0.00933, 4.498 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 1, 1 }, 195.18854, 0.00001, 0.076 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 1, 2 }, 359.88810, 0.00002, 0.038 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 2, 0 }, 179.54313, 0.00055, 0.077 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 3, 0 }, 179.54410, 0.00004, 0.038 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -1, 0, -1 }, 210.76857, 0.00002, 0.069 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -1, 0, 0 }, 359.51226, 0.00010, 0.901 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -1, 1, -1 }, 193.55291, 0.00003, 0.784 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 0, -2, 0 }, 41.00259, 0.00005, 0.066 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 0, -1, 0 }, 179.77521, 0.00027, 0.501 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 189.71881, 0.00047, 0.089 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 0, 1, 0 }, 183.27328, 0.00018, 0.041 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 0, 2, 0 }, 179.87006, 0.00002, 0.026 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 1, 0, -1 }, 192.24582, 0.00001, 0.098 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 2, -2, 0 }, 230.11958, 0.00026, 0.105 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 2, -1, 0 }, 221.64817, 0.00066, 0.044 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 2, 0, 0 }, 348.19350, 0.00031, 0.028 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 2, 1, 0 }, 354.14783, 0.00007, 0.020 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 2, 3, 0 }, 359.78889, 0.00001, 0.013 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 3, 0, 0 }, 359.86268, 0.00002, 0.021 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 4, -3, 0 }, 232.85604, 0.00001, 0.048 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 4, -2, 0 }, 233.87975, 0.00003, 0.029 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 4, -1, 0 }, 237.67122, 0.00002, 0.021 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 4, 0, 0 }, 359.78572, 0.00003, 0.016 }, + { { 0, 18, -18, 0, 0, 1, 0, 0, -2, 0, 0 }, 266.90274, 0.00001, 0.074 }, + { { 0, 18, -18, 0, 0, 1, 0, 0, -2, 2, 0 }, 86.90274, 0.00001, 0.077 }, + { { 0, 18, -18, 0, 1, 0, 0, 0, -2, 0, 0 }, 66.83402, 0.00001, 0.075 }, + { { 0, 18, -18, 0, 1, 0, 0, 0, -2, 1, 0 }, 32.63862, 0.00003, 7.246 }, + { { 0, 18, -18, 0, 1, 0, 0, 0, -2, 2, 0 }, 66.83402, 0.00001, 0.076 }, + { { 0, 18, -18, 0, 2, 0, 0, 0, -2, 0, 0 }, 9.68971, 0.00002, 0.075 }, + { { 0, 18, -18, 0, 2, 0, 0, 0, -2, 1, 0 }, 58.64426, 0.00005, 18.618 }, + { { 0, 18, -18, 0, 2, 0, 0, 0, -2, 2, 0 }, 189.68971, 0.00002, 0.076 }, + { { 0, 18, -18, 0, 3, 0, 0, 0, -2, 1, 0 }, 81.10356, 0.00004, 32.688 }, + { { 0, 18, -17, -3, 0, 0, 0, 0, -2, 0, 0 }, 307.33765, 0.00002, 0.071 }, + { { 0, 18, -17, -3, 0, 0, 0, 0, -2, 2, 0 }, 307.33765, 0.00002, 0.080 }, + { { 0, 18, -17, -2, 0, 0, 0, 0, -2, -1, 2 }, 300.97597, 0.00004, 20.910 }, + { { 0, 18, -17, -2, 0, 0, 0, 0, -2, 0, 0 }, 109.59090, 0.00003, 0.074 }, + { { 0, 18, -17, -2, 0, 0, 0, 0, -2, 1, 0 }, 247.34839, 0.00002, 3.500 }, + { { 0, 18, -17, -2, 0, 0, 0, 0, -2, 2, 0 }, 109.59090, 0.00003, 0.077 }, + { { 0, 18, -17, 0, -3, 0, 0, 0, -2, 1, 0 }, 120.81126, 0.00002, 1.906 }, + { { 0, 18, -17, 0, -2, 0, 0, 0, -2, 0, 0 }, 278.46117, 0.00001, 0.079 }, + { { 0, 18, -17, 0, -2, 0, 0, 0, -2, 1, 0 }, 109.59462, 0.00003, 1.642 }, + { { 0, 18, -17, 0, -2, 0, 0, 0, -2, 2, 0 }, 278.46117, 0.00001, 0.072 }, + { { 0, 18, -17, 0, -1, 0, 0, 0, -2, 0, 0 }, 358.22361, 0.00002, 0.080 }, + { { 0, 18, -17, 0, -1, 0, 0, 0, -2, 1, 0 }, 179.19090, 0.00006, 1.442 }, + { { 0, 18, -17, 0, -1, 0, 0, 0, -2, 2, 0 }, 358.22361, 0.00002, 0.072 }, + { { 0, 18, -17, 0, -1, 0, 0, 0, -1, -1, 1 }, 148.19089, 0.00002, 37.208 }, + { { 0, 18, -17, 0, -1, 0, 0, 0, 0, 0, 0 }, 181.28720, 0.00008, 0.082 }, + { { 0, 18, -17, 0, 0, -2, 0, 0, -1, -1, 1 }, 296.74053, 0.00005, 95.528 }, + { { 0, 18, -17, 0, 0, -1, 0, 0, -2, 1, 0 }, 179.86798, 0.00001, 1.345 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -4, -1, 0 }, 309.47954, 0.00004, 0.020 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -4, 0, 0 }, 309.47954, 0.00007, 0.027 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -4, 1, 0 }, 309.47954, 0.00002, 0.042 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -3, -1, 0 }, 129.47954, 0.00002, 0.026 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -3, -1, 1 }, 283.01956, 0.00006, 0.041 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -3, 0, 0 }, 129.47954, 0.00002, 0.040 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -3, 0, 1 }, 282.97678, 0.00012, 0.088 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -3, 1, -1 }, 102.94981, 0.00002, 0.040 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -3, 2, -1 }, 102.94987, 0.00002, 0.085 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, -3, 0 }, 309.47954, 0.00004, 0.019 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, -2, 0 }, 309.47954, 0.00030, 0.026 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, -1, 0 }, 309.47938, 0.00169, 0.039 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 310.91251, 0.00101, 0.080 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 108.41834, 0.00004, 1.286 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, -3, 1 }, 283.01931, 0.00002, 0.038 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, -2, 0 }, 129.47954, 0.00009, 0.038 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, -2, 1 }, 283.01928, 0.00031, 0.076 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, -1, -1 }, 103.01126, 0.00004, 0.037 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, -1, 0 }, 130.43148, 0.00060, 0.075 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, -1, 1 }, 283.01956, 0.00547, 17.413 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, -1, 3 }, 103.01956, 0.00001, 0.037 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 0, -1 }, 102.99765, 0.00047, 0.074 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 0, 0 }, 286.16330, 0.00046, 9.147 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 0, 1 }, 284.76810, 0.00001, 0.075 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 1, -1 }, 102.94981, 0.00152, 3.622 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 1, 0 }, 293.69413, 0.00004, 0.076 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 2, -1 }, 102.94978, 0.00008, 0.077 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, -4, 0 }, 309.47954, 0.00006, 0.025 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, -3, 0 }, 309.48016, 0.00053, 0.036 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, -2, -2 }, 129.47954, 0.00003, 0.024 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, -2, 0 }, 309.56196, 0.00380, 0.070 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, -1, -2 }, 129.47954, 0.00003, 0.036 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, -1, 0 }, 292.42425, 0.00004, 1.004 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, 0, -1 }, 283.71312, 0.00002, 0.860 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 129.68695, 0.00478, 0.082 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, 0, 2 }, 309.47954, 0.00003, 0.026 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, 1, 0 }, 129.48252, 0.00063, 0.039 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, 2, 0 }, 129.47954, 0.00007, 0.026 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 1, -2, 1 }, 283.01986, 0.00006, 0.087 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.50577, 0.00005, 0.488 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 1, -1, 0 }, 309.47954, 0.00002, 0.088 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 1, -1, 1 }, 283.01956, 0.00006, 0.040 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.16243, 0.00004, 0.089 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 1, 0, 1 }, 283.08247, 0.00001, 0.026 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 1, 1, -1 }, 102.94981, 0.00002, 0.041 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, -4, 0 }, 309.47954, 0.00002, 0.062 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, -2, 0 }, 129.48008, 0.00704, 0.095 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, -2, 2 }, 309.47954, 0.00004, 0.027 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, -1, 0 }, 129.41497, 0.01137, 0.042 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, -1, 2 }, 309.47954, 0.00005, 0.020 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, 0, -2 }, 309.47954, 0.00001, 0.099 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, 0, 0 }, 128.24801, 0.00152, 0.027 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, 0, 2 }, 309.47954, 0.00001, 0.016 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, 1, 0 }, 129.47954, 0.00016, 0.020 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, 2, 0 }, 129.47954, 0.00002, 0.016 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 3, -2, 0 }, 309.47954, 0.00002, 0.044 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 4, -3, 0 }, 129.47954, 0.00019, 0.046 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 4, -2, 0 }, 129.47562, 0.00045, 0.028 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 4, -1, 0 }, 129.47954, 0.00026, 0.021 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 4, 0, 0 }, 129.47954, 0.00005, 0.016 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 6, -3, 0 }, 129.47954, 0.00001, 0.021 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 6, -2, 0 }, 129.47954, 0.00001, 0.017 }, + { { 0, 18, -17, 0, 1, 0, 0, 0, -1, 0, 0 }, 222.20396, 0.00008, 39.962 }, + { { 0, 18, -17, 2, 0, 0, 0, 0, 0, -1, 0 }, 239.83112, 0.00004, 14.919 }, + { { 0, 18, -16, -3, 0, 0, 0, 0, -2, 0, 0 }, 149.78381, 0.00002, 0.076 }, + { { 0, 18, -16, -3, 0, 0, 0, 0, -2, 1, 0 }, 203.45474, 0.00003, 5.476 }, + { { 0, 18, -16, -3, 0, 0, 0, 0, -2, 2, 0 }, 149.78381, 0.00002, 0.074 }, + { { 0, 18, -16, -2, 0, 0, 0, 0, -1, -1, 1 }, 168.39146, 0.00005, 168.341 }, + { { 0, 18, -16, -2, 0, 0, 0, 0, 0, -2, 0 }, 179.67538, 0.00001, 0.070 }, + { { 0, 18, -16, -2, 0, 0, 0, 0, 0, -1, 0 }, 179.62422, 0.00003, 0.944 }, + { { 0, 18, -16, -2, 0, 0, 0, 0, 0, 0, 0 }, 179.67538, 0.00001, 0.082 }, + { { 0, 18, -16, 0, -3, 0, 0, 0, -2, 1, 0 }, 191.33583, 0.00002, 0.656 }, + { { 0, 18, -16, 0, -3, 0, 0, 0, 0, -2, 0 }, 189.59894, 0.00002, 0.074 }, + { { 0, 18, -16, 0, -3, 0, 0, 0, 0, -1, 0 }, 66.83316, 0.00002, 4.012 }, + { { 0, 18, -16, 0, -3, 0, 0, 0, 0, 0, 0 }, 9.59894, 0.00002, 0.077 }, + { { 0, 18, -16, 0, -2, 0, 0, 0, -2, 0, 0 }, 179.96849, 0.00003, 0.086 }, + { { 0, 18, -16, 0, -2, 0, 0, 0, -2, 2, 0 }, 179.96849, 0.00003, 0.067 }, + { { 0, 18, -16, 0, -2, 0, 0, 0, 0, -1, 0 }, 357.07084, 0.00004, 6.063 }, + { { 0, 18, -16, 0, -2, 0, 0, 0, 0, 0, 0 }, 168.82504, 0.00003, 0.076 }, + { { 0, 18, -16, 0, -1, 0, 0, 0, 0, -1, 0 }, 47.03790, 0.00006, 12.401 }, + { { 0, 18, -16, 0, 0, -2, 0, 0, 0, -1, 0 }, 177.47527, 0.00002, 15.568 }, + { { 0, 18, -16, 0, 0, -1, 0, 0, 0, -1, 0 }, 135.36282, 0.00004, 33.019 }, + { { 0, 18, -16, 0, 0, 0, -1, 0, 0, -1, 0 }, 348.75512, 0.00003, 121.368 }, + { { 0, 18, -16, 0, 0, 0, 0, -1, 0, -1, 0 }, 182.40839, 0.00001, 415.528 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -6, -1, 0 }, 26.54261, 0.00003, 0.013 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -6, 0, 0 }, 26.54261, 0.00007, 0.016 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -6, 1, 0 }, 26.54261, 0.00008, 0.021 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -6, 2, 0 }, 26.54261, 0.00003, 0.029 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, -3, 0 }, 26.54261, 0.00005, 0.013 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, -2, 0 }, 26.54261, 0.00034, 0.016 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, -1, -2 }, 206.54261, 0.00002, 0.013 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, -1, 0 }, 26.54238, 0.00193, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, 0, -2 }, 206.54261, 0.00003, 0.016 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, 0, 0 }, 26.54161, 0.00406, 0.028 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, 0, 2 }, 26.54261, 0.00001, 0.107 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, 1, -2 }, 206.54261, 0.00002, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, 1, 0 }, 26.53992, 0.00224, 0.044 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, 2, 0 }, 26.54261, 0.00004, 0.103 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -3, -1, 0 }, 26.54261, 0.00004, 0.027 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -3, 0, 0 }, 206.54261, 0.00022, 0.042 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -3, 1, 0 }, 206.54261, 0.00004, 0.094 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -5, 0 }, 26.54261, 0.00002, 0.013 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -4, 0 }, 26.54261, 0.00018, 0.016 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -3, -2 }, 206.54261, 0.00003, 0.013 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -3, 0 }, 26.54287, 0.00200, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -3, 2 }, 206.54261, 0.00003, 0.041 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -2, -2 }, 206.54261, 0.00017, 0.015 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -2, 0 }, 26.54274, 0.01999, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -2, 2 }, 206.54261, 0.00022, 0.090 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -1, -2 }, 206.54261, 0.00079, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -1, 0 }, 26.54223, 0.16440, 0.040 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -1, 2 }, 26.52638, 0.00004, 0.474 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 0, -2 }, 206.54224, 0.00098, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 26.53985, 0.16710, 0.087 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 1, -2 }, 206.54261, 0.00004, 0.040 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 1, 0 }, 26.58338, 0.00081, 0.563 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 1, 2 }, 26.54261, 0.00004, 0.035 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 206.46492, 0.00041, 0.067 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 3, 0 }, 206.54261, 0.00007, 0.035 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -1, -3, 0 }, 206.54261, 0.00006, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -1, -2, 0 }, 206.54205, 0.00059, 0.039 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -1, -1, -2 }, 26.54261, 0.00003, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -1, -1, 0 }, 206.54261, 0.00432, 0.081 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -1, -1, 2 }, 26.54261, 0.00002, 0.069 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -1, 0, 0 }, 206.61826, 0.00006, 1.123 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -1, 1, 0 }, 26.54261, 0.00006, 0.071 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -6, 0 }, 26.54261, 0.00002, 0.015 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -5, 0 }, 26.54155, 0.00028, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -4, -2 }, 206.54261, 0.00006, 0.015 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -4, 0 }, 26.54324, 0.00377, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -3, -2 }, 206.54207, 0.00056, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -3, 0 }, 26.54324, 0.05354, 0.038 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -2, -4 }, 26.54261, 0.00002, 0.015 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -2, -2 }, 206.54294, 0.00465, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -2, 0 }, 26.54324, 0.78811, 0.075 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -2, 2 }, 206.54233, 0.00132, 0.074 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, -4 }, 26.54261, 0.00006, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, -2 }, 206.54280, 0.02810, 0.037 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, 0 }, 26.54261, 14.24883, 273.043 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, 2 }, 206.54280, 0.02810, 0.037 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, 4 }, 26.54261, 0.00006, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 0, -2 }, 206.54023, 0.00141, 0.074 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 0, -1 }, 147.61395, 0.00001, 6.132 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 26.54560, 0.73930, 0.075 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 0, 2 }, 206.54371, 0.00455, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 0, 4 }, 26.54261, 0.00002, 0.015 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 1, -2 }, 24.75914, 0.00003, 3.032 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 1, 0 }, 26.54560, 0.05022, 0.038 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 1, 2 }, 206.54316, 0.00054, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 2, 0 }, 26.54559, 0.00354, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 2, 2 }, 206.54261, 0.00006, 0.015 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 3, 0 }, 26.54373, 0.00026, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 4, 0 }, 26.54261, 0.00002, 0.015 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 1, -3, 0 }, 26.54261, 0.00006, 0.071 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 1, -1, -2 }, 26.54261, 0.00002, 0.069 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 1, -1, 0 }, 206.54261, 0.00432, 0.081 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 1, -1, 2 }, 26.54261, 0.00003, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 1, 0, 0 }, 206.54318, 0.00057, 0.039 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 1, 1, 0 }, 206.54261, 0.00006, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -5, 0 }, 206.54261, 0.00007, 0.035 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -4, 0 }, 206.54448, 0.00047, 0.067 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -3, -2 }, 26.54261, 0.00004, 0.035 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -3, 0 }, 206.62410, 0.00011, 0.565 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -3, 2 }, 206.54261, 0.00004, 0.040 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -2, 0 }, 26.54227, 0.15711, 0.087 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -2, 2 }, 206.54298, 0.00096, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -1, -2 }, 26.52638, 0.00004, 0.475 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -1, 0 }, 26.54301, 0.16302, 0.040 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -1, 2 }, 206.54261, 0.00079, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 0, -2 }, 206.54261, 0.00022, 0.090 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 26.54486, 0.01946, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 0, 2 }, 206.54261, 0.00017, 0.015 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 1, -2 }, 206.54261, 0.00003, 0.041 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 1, 0 }, 26.54412, 0.00193, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 1, 2 }, 206.54261, 0.00003, 0.013 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 2, 0 }, 26.54261, 0.00018, 0.016 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 3, 0 }, 26.54261, 0.00002, 0.013 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 3, -3, 0 }, 206.54261, 0.00004, 0.094 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 3, -2, 0 }, 206.54261, 0.00022, 0.042 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 3, -1, 0 }, 26.54261, 0.00004, 0.027 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -4, 0 }, 26.54261, 0.00004, 0.103 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -3, 0 }, 26.54196, 0.00211, 0.044 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -3, 2 }, 206.54261, 0.00002, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -2, -2 }, 26.54261, 0.00001, 0.107 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -2, 0 }, 26.54247, 0.00396, 0.028 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -2, 2 }, 206.54261, 0.00003, 0.016 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -1, 0 }, 26.54284, 0.00191, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -1, 2 }, 206.54261, 0.00002, 0.013 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, 0, 0 }, 26.54261, 0.00034, 0.016 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, 1, 0 }, 26.54261, 0.00005, 0.013 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 6, -4, 0 }, 26.54261, 0.00003, 0.029 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 6, -3, 0 }, 26.54261, 0.00008, 0.021 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 6, -2, 0 }, 26.54261, 0.00007, 0.016 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 6, -1, 0 }, 26.54261, 0.00003, 0.013 }, + { { 0, 18, -16, 0, 0, 1, 0, 0, 0, -1, 0 }, 251.56659, 0.00004, 26.589 }, + { { 0, 18, -16, 0, 1, 0, 0, 0, 0, -1, 0 }, 311.76977, 0.00002, 11.368 }, + { { 0, 18, -16, 2, 0, 0, 0, 0, 1, -1, -1 }, 353.90966, 0.00003, 75.385 }, + { { 0, 18, -15, -6, 0, 0, 0, 0, -2, 1, 0 }, 255.03250, 0.00001, 2.425 }, + { { 0, 18, -15, -5, 0, 0, 0, 0, -2, 1, 0 }, 94.05393, 0.00002, 8.385 }, + { { 0, 18, -15, -4, 0, 0, 0, 0, -2, 0, 0 }, 329.93569, 0.00002, 0.079 }, + { { 0, 18, -15, -4, 0, 0, 0, 0, -2, 2, 0 }, 329.93569, 0.00002, 0.072 }, + { { 0, 18, -15, -2, 0, 0, 0, 0, 0, -1, 0 }, 263.42466, 0.00001, 16.749 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -6, 0, 0 }, 283.60568, 0.00001, 0.017 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -6, 1, 0 }, 283.60568, 0.00001, 0.021 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -4, -2, 0 }, 283.60568, 0.00005, 0.016 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -4, -1, 0 }, 283.60568, 0.00026, 0.021 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -4, 0, 0 }, 283.60568, 0.00045, 0.028 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -4, 1, 0 }, 283.60568, 0.00019, 0.046 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -3, 0, 0 }, 103.60568, 0.00002, 0.044 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -4, 0 }, 283.60568, 0.00002, 0.016 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -3, 0 }, 283.60568, 0.00016, 0.020 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -2, -2 }, 103.60568, 0.00001, 0.016 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -2, 0 }, 283.60583, 0.00151, 0.027 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -2, 2 }, 103.60568, 0.00001, 0.099 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -1, -2 }, 103.60568, 0.00005, 0.020 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -1, 0 }, 283.60558, 0.01141, 0.042 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, 0, -2 }, 103.60568, 0.00004, 0.027 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 283.60299, 0.00748, 0.095 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 283.55392, 0.00003, 0.360 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 103.60568, 0.00002, 0.062 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -1, -1, -1 }, 310.09123, 0.00004, 0.040 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -1, -1, 0 }, 103.60568, 0.00002, 0.088 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, -4, 0 }, 283.60568, 0.00007, 0.026 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, -3, 0 }, 283.60631, 0.00067, 0.039 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, -2, -2 }, 103.60568, 0.00003, 0.026 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, -2, 0 }, 283.60631, 0.00513, 0.082 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, -1, 0 }, 283.57068, 0.00003, 0.996 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, -1, 2 }, 283.60568, 0.00003, 0.036 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 103.60868, 0.00357, 0.070 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, 0, 2 }, 283.60568, 0.00003, 0.024 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, 1, 0 }, 103.60867, 0.00050, 0.036 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, 2, 0 }, 103.60568, 0.00006, 0.025 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, -3, -1 }, 310.09123, 0.00001, 0.038 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, -3, 0 }, 103.60568, 0.00001, 0.076 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, -2, -1 }, 310.09095, 0.00018, 0.075 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, -1, -1 }, 310.09123, 0.00332, 19.959 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, -1, 0 }, 283.60568, 0.00062, 0.075 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, 0, -1 }, 310.11090, 0.00032, 0.076 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, 0, 0 }, 283.60568, 0.00009, 0.038 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, 1, -1 }, 310.09123, 0.00001, 0.038 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 2, -2, 0 }, 104.31160, 0.00097, 0.080 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 103.60584, 0.00168, 0.039 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 105.91066, 0.00030, 0.026 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 2, 1, 0 }, 103.60568, 0.00004, 0.019 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 3, -2, -1 }, 310.09150, 0.00004, 0.087 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 3, -2, 0 }, 283.60568, 0.00002, 0.040 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 3, -1, -1 }, 310.09123, 0.00004, 0.041 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 3, -1, 0 }, 283.60568, 0.00002, 0.026 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 4, -3, 0 }, 103.60568, 0.00002, 0.042 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 4, -2, 0 }, 103.60568, 0.00007, 0.027 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 4, -1, 0 }, 103.60568, 0.00004, 0.020 }, + { { 0, 18, -14, -7, 0, 0, 0, 0, -2, 0, 0 }, 223.60251, 0.00001, 0.076 }, + { { 0, 18, -14, -7, 0, 0, 0, 0, -2, 1, 0 }, 79.41596, 0.00002, 17.893 }, + { { 0, 18, -14, -7, 0, 0, 0, 0, -2, 2, 0 }, 223.60251, 0.00001, 0.075 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, -4, -1, 0 }, 180.66875, 0.00002, 0.021 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, -4, 0, 0 }, 180.66875, 0.00003, 0.029 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, -4, 1, 0 }, 180.66875, 0.00001, 0.048 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, -2, -2, 0 }, 180.66875, 0.00008, 0.028 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, -2, -1, 0 }, 180.66875, 0.00056, 0.044 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 180.66606, 0.00027, 0.106 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, 0, -3, 0 }, 180.66875, 0.00001, 0.041 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, 0, -2, 0 }, 180.66875, 0.00009, 0.089 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 1.35623, 0.00004, 0.066 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, 2, -2, -2 }, 308.11189, 0.00001, 0.075 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, 2, -2, 0 }, 344.83075, 0.00012, 0.074 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 0.66875, 0.00001, 0.037 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, 2, 0, -2 }, 308.11189, 0.00001, 0.076 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 308.07255, 0.00004, 0.025 }, + { { 0, 18, -14, 0, 0, 3, 0, 0, 2, -1, -2 }, 17.16509, 0.00002, 494.047 }, + { { 0, 18, -13, -9, 0, 0, 0, 0, -2, 0, 0 }, 45.37674, 0.00002, 0.075 }, + { { 0, 18, -13, -9, 0, 0, 0, 0, -2, 1, 0 }, 101.32334, 0.00005, 133.722 }, + { { 0, 18, -13, -9, 0, 0, 0, 0, -2, 2, 0 }, 45.37674, 0.00002, 0.075 }, + { { 0, 18, -13, -7, 0, 0, 0, 0, -1, 1, -1 }, 13.37177, 0.00011, 470.696 }, + { { 0, 18, -13, -5, 0, 0, 0, 0, 0, 1, -2 }, 4.78415, 0.00001, 85.271 }, + { { 0, 18, -13, 0, 0, 0, 0, 0, -2, -1, 0 }, 77.73182, 0.00002, 0.046 }, + { { 0, 18, -12, -11, 0, 0, 0, 0, -2, 1, 0 }, 29.01884, 0.00002, 14.115 }, + { { 0, 18, -10, -15, 0, 0, 0, 0, -2, 1, 0 }, 328.74187, 0.00001, 5.061 }, + { { 0, 18, -10, -13, 0, 0, 0, 0, -1, 0, 0 }, 35.98306, 0.00001, 47.117 }, + { { 0, 18, -8, -15, 0, 0, 0, 0, 0, -1, 0 }, 160.31219, 0.00002, 35.213 }, + { { 0, 19, -28, 0, 0, 0, 0, 0, -2, 0, 0 }, 109.54692, 0.00001, 0.046 }, + { { 0, 19, -28, 0, 0, 0, 0, 0, -2, 2, 0 }, 109.54692, 0.00001, 0.215 }, + { { 0, 19, -25, 0, 0, 0, 0, 0, -2, 0, 0 }, 49.03974, 0.00002, 0.053 }, + { { 0, 19, -25, 0, 0, 0, 0, 0, -2, 1, 0 }, 229.03974, 0.00002, 0.179 }, + { { 0, 19, -24, 0, 0, 0, 0, 0, -4, 0, 0 }, 324.02721, 0.00002, 0.023 }, + { { 0, 19, -24, 0, 0, 0, 0, 0, -4, 2, 0 }, 57.52747, 0.00001, 0.062 }, + { { 0, 19, -24, 0, 0, 0, 0, 0, -2, 0, 0 }, 222.45300, 0.00004, 0.056 }, + { { 0, 19, -24, 0, 0, 0, 0, 0, -2, 2, 0 }, 236.51153, 0.00005, 0.115 }, + { { 0, 19, -24, 0, 0, 0, 0, 0, 0, 0, 0 }, 129.85920, 0.00002, 0.145 }, + { { 0, 19, -24, 0, 1, 0, 0, 0, -2, 0, 0 }, 50.15432, 0.00002, 0.056 }, + { { 0, 19, -24, 0, 1, 0, 0, 0, -2, 2, 0 }, 50.15432, 0.00002, 0.114 }, + { { 0, 19, -24, 8, 0, 0, 0, 0, -2, -1, 2 }, 87.68055, 0.00003, 101.947 }, + { { 0, 19, -24, 9, 0, 0, 0, 0, -2, 1, 0 }, 116.20816, 0.00001, 5.309 }, + { { 0, 19, -24, 10, 0, 0, 0, 0, -3, -1, 1 }, 313.46714, 0.00004, 0.040 }, + { { 0, 19, -24, 10, 0, 0, 0, 0, -3, 0, 1 }, 313.46714, 0.00004, 0.087 }, + { { 0, 19, -24, 10, 0, 0, 0, 0, -1, -3, 1 }, 313.46714, 0.00001, 0.038 }, + { { 0, 19, -24, 10, 0, 0, 0, 0, -1, -2, 1 }, 313.46714, 0.00021, 0.075 }, + { { 0, 19, -24, 10, 0, 0, 0, 0, -1, -1, 1 }, 313.46714, 0.00375, 4846.835 }, + { { 0, 19, -24, 10, 0, 0, 0, 0, -1, 0, 1 }, 313.46714, 0.00021, 0.075 }, + { { 0, 19, -24, 10, 0, 0, 0, 0, -1, 1, 1 }, 313.46714, 0.00001, 0.038 }, + { { 0, 19, -24, 10, 0, 0, 0, 0, 1, -2, 1 }, 313.46714, 0.00004, 0.087 }, + { { 0, 19, -24, 10, 0, 0, 0, 0, 1, -1, 1 }, 313.46714, 0.00004, 0.040 }, + { { 0, 19, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 232.74557, 0.00002, 0.059 }, + { { 0, 19, -23, 0, 0, 0, 0, 0, 0, -1, 0 }, 51.50490, 0.00003, 0.186 }, + { { 0, 19, -22, 0, -1, 0, 0, 0, -2, 0, 0 }, 53.11937, 0.00001, 0.063 }, + { { 0, 19, -22, 0, -1, 0, 0, 0, -2, 2, 0 }, 233.11937, 0.00001, 0.095 }, + { { 0, 19, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 325.95129, 0.00002, 0.063 }, + { { 0, 19, -22, 5, 0, 0, 0, 0, -2, 1, 0 }, 242.77914, 0.00002, 16.228 }, + { { 0, 19, -21, 0, -2, 0, 0, 0, -4, 3, 0 }, 224.03506, 0.00003, 116.125 }, + { { 0, 19, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 12.42061, 0.00004, 0.067 }, + { { 0, 19, -21, 0, 0, 0, 0, 0, -2, 1, 0 }, 9.03660, 0.00003, 0.626 }, + { { 0, 19, -21, 0, 0, 0, 0, 0, -2, 2, 0 }, 357.03422, 0.00002, 0.086 }, + { { 0, 19, -21, 0, 0, 0, 0, 0, 0, -1, 0 }, 351.13897, 0.00002, 0.297 }, + { { 0, 19, -21, 0, 0, 0, 0, 0, 0, 0, 0 }, 353.01293, 0.00010, 0.101 }, + { { 0, 19, -21, 0, 0, 0, 0, 0, 2, 0, 0 }, 177.17767, 0.00007, 0.029 }, + { { 0, 19, -21, 2, 0, 0, 0, 0, -2, 0, 0 }, 179.38441, 0.00003, 0.073 }, + { { 0, 19, -21, 2, 0, 0, 0, 0, -2, 2, 0 }, 179.38441, 0.00003, 0.079 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -4, 0, 0 }, 14.98714, 0.00001, 0.026 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -4, 1, 0 }, 14.98714, 0.00009, 0.040 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -4, 2, 0 }, 14.57317, 0.00007, 0.087 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -2, -1, 0 }, 14.98714, 0.00003, 0.038 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -2, 0, 0 }, 15.30223, 0.00048, 0.075 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -2, 1, -2 }, 194.98714, 0.00002, 0.037 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -2, 1, 0 }, 14.98714, 0.00775, 573.318 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -2, 1, 2 }, 194.98714, 0.00002, 0.037 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -2, 2, 0 }, 15.30223, 0.00048, 0.075 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -2, 3, 0 }, 14.98714, 0.00003, 0.038 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, 0, 0, 0 }, 14.57317, 0.00007, 0.087 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, 0, 1, 0 }, 14.98714, 0.00009, 0.040 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, 0, 2, 0 }, 14.98714, 0.00001, 0.026 }, + { { 0, 19, -21, 4, 0, 0, 0, 0, -2, 1, 0 }, 57.63100, 0.00003, 1.887 }, + { { 0, 19, -21, 5, 0, 0, 0, 0, -1, 1, -1 }, 171.66387, 0.00002, 127.251 }, + { { 0, 19, -20, 0, -1, 0, 0, 0, -2, 0, 0 }, 336.80923, 0.00003, 0.072 }, + { { 0, 19, -20, 0, -1, 0, 0, 0, -2, 1, 0 }, 254.10989, 0.00003, 1.468 }, + { { 0, 19, -20, 0, -1, 0, 0, 0, -2, 2, 0 }, 16.30361, 0.00002, 0.080 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 271.86974, 0.00020, 0.072 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, -2, 1, 0 }, 270.73573, 0.00032, 1.676 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, -2, 2, 0 }, 89.22679, 0.00001, 0.079 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, -1, 0, 0 }, 91.83555, 0.00001, 0.674 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, -1, 1, -1 }, 71.91804, 0.00001, 0.606 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 0, -1, 0 }, 275.13247, 0.00004, 0.422 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 0, 0, 0 }, 267.83618, 0.00014, 0.092 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 0, 1, 0 }, 95.28488, 0.00002, 0.041 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 0, 2, 0 }, 272.24876, 0.00001, 0.027 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 1, 0, -1 }, 71.96169, 0.00001, 0.102 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 2, -1, 0 }, 272.27745, 0.00008, 0.045 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 2, 0, 0 }, 91.27001, 0.00011, 0.028 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 4, 0, 0 }, 92.27745, 0.00001, 0.017 }, + { { 0, 19, -20, 0, 1, 0, 0, 0, -2, 0, 0 }, 131.06144, 0.00007, 0.073 }, + { { 0, 19, -20, 0, 1, 0, 0, 0, -2, 1, 0 }, 141.48762, 0.00003, 1.951 }, + { { 0, 19, -20, 0, 1, 0, 0, 0, 0, 0, 0 }, 311.06144, 0.00001, 0.091 }, + { { 0, 19, -20, 0, 2, 0, 0, 0, -2, 0, 0 }, 237.78960, 0.00001, 0.073 }, + { { 0, 19, -20, 0, 2, 0, 0, 0, -2, 1, 0 }, 206.95491, 0.00004, 2.335 }, + { { 0, 19, -20, 0, 2, 0, 0, 0, -2, 2, 0 }, 237.78960, 0.00001, 0.078 }, + { { 0, 19, -20, 1, 0, 0, 0, 0, -2, 1, 0 }, 145.45247, 0.00002, 15.358 }, + { { 0, 19, -20, 3, 0, 0, 0, 0, -1, 1, -1 }, 274.48467, 0.00005, 18.015 }, + { { 0, 19, -19, -2, 0, 0, 0, 0, -2, 0, 0 }, 27.64647, 0.00001, 0.072 }, + { { 0, 19, -19, -2, 0, 0, 0, 0, -2, 2, 0 }, 27.64647, 0.00001, 0.079 }, + { { 0, 19, -19, -1, 0, 0, 0, 0, -2, 1, 0 }, 301.98610, 0.00002, 7.783 }, + { { 0, 19, -19, 0, -5, 0, 0, 0, -2, 1, 0 }, 236.63442, 0.00003, 54.589 }, + { { 0, 19, -19, 0, -4, 0, 0, 0, -2, 1, 0 }, 241.45076, 0.00005, 15.155 }, + { { 0, 19, -19, 0, -3, 0, 0, 0, -2, 0, 0 }, 36.24752, 0.00001, 0.076 }, + { { 0, 19, -19, 0, -3, 0, 0, 0, -2, 1, 0 }, 200.56318, 0.00002, 6.654 }, + { { 0, 19, -19, 0, -3, 0, 0, 0, -2, 2, 0 }, 216.24752, 0.00001, 0.075 }, + { { 0, 19, -19, 0, -2, 0, 0, 0, -2, 1, 0 }, 216.25336, 0.00004, 4.263 }, + { { 0, 19, -19, 0, -1, 0, 0, 0, -2, 0, 0 }, 53.61634, 0.00002, 0.077 }, + { { 0, 19, -19, 0, -1, 0, 0, 0, -2, 1, 0 }, 265.66106, 0.00001, 3.136 }, + { { 0, 19, -19, 0, -1, 0, 0, 0, -2, 2, 0 }, 53.61634, 0.00002, 0.074 }, + { { 0, 19, -19, 0, -1, 0, 0, 0, 0, -1, 0 }, 272.79391, 0.00001, 0.687 }, + { { 0, 19, -19, 0, 0, -2, 0, 0, -2, 1, 0 }, 201.28363, 0.00002, 2.982 }, + { { 0, 19, -19, 0, 0, -1, 0, 0, -2, 1, 0 }, 272.14754, 0.00004, 2.708 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -4, 1, 0 }, 180.12040, 0.00002, 0.041 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -4, 2, 0 }, 181.55054, 0.00002, 0.090 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -2, -1, 0 }, 359.53461, 0.00005, 0.038 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 359.70702, 0.00072, 0.078 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -2, 1, 0 }, 180.12256, 0.00189, 2.480 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -2, 2, 0 }, 179.18710, 0.00013, 0.073 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -1, -1, 0 }, 0.07775, 0.00002, 0.073 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -1, -1, 1 }, 16.01292, 0.00005, 3.154 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -1, 0, -1 }, 211.34903, 0.00003, 0.072 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -1, 0, 0 }, 0.07775, 0.00032, 2.067 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -1, 0, 1 }, 31.34903, 0.00002, 0.077 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -1, 1, -1 }, 193.74482, 0.00008, 1.537 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -1, 1, 0 }, 0.07775, 0.00002, 0.078 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 0, -1, 0 }, 179.95150, 0.00047, 0.730 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 180.68062, 0.00084, 0.084 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 0, 1, 0 }, 180.42095, 0.00009, 0.040 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 1, -1, -1 }, 192.30227, 0.00001, 0.412 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 2, -2, 0 }, 179.75346, 0.00001, 0.099 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.75339, 0.00010, 0.043 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 2, 0, 0 }, 359.75211, 0.00025, 0.027 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 2, 1, 0 }, 359.75343, 0.00006, 0.020 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 3, -2, 0 }, 359.83604, 0.00001, 0.044 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 3, 0, 0 }, 359.83604, 0.00001, 0.020 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 4, -1, 0 }, 359.75342, 0.00001, 0.021 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 4, 0, 0 }, 359.74890, 0.00002, 0.016 }, + { { 0, 19, -19, 0, 0, 1, 0, 0, -2, 0, 0 }, 267.26727, 0.00001, 0.078 }, + { { 0, 19, -19, 0, 0, 1, 0, 0, -2, 1, 0 }, 267.04485, 0.00003, 2.288 }, + { { 0, 19, -19, 0, 0, 1, 0, 0, -2, 2, 0 }, 267.26727, 0.00001, 0.073 }, + { { 0, 19, -19, 0, 1, 0, 0, 0, -2, 0, 0 }, 163.93499, 0.00003, 0.078 }, + { { 0, 19, -19, 0, 2, 0, 0, 0, -2, 1, 0 }, 162.78382, 0.00001, 1.749 }, + { { 0, 19, -19, 2, 0, 0, 0, 0, 0, -2, 0 }, 330.08866, 0.00001, 0.074 }, + { { 0, 19, -19, 2, 0, 0, 0, 0, 0, 0, 0 }, 330.08866, 0.00001, 0.077 }, + { { 0, 19, -18, -3, 0, 0, 0, 0, -2, 0, 0 }, 103.51920, 0.00002, 0.074 }, + { { 0, 19, -18, -3, 0, 0, 0, 0, -2, 1, 0 }, 144.74645, 0.00003, 5.213 }, + { { 0, 19, -18, -3, 0, 0, 0, 0, -2, 2, 0 }, 103.51920, 0.00002, 0.077 }, + { { 0, 19, -18, -2, 0, 0, 0, 0, -2, 0, 0 }, 329.18483, 0.00002, 0.077 }, + { { 0, 19, -18, -2, 0, 0, 0, 0, -2, 2, 0 }, 329.18483, 0.00002, 0.074 }, + { { 0, 19, -18, -1, 0, 0, 0, 0, -1, 0, 0 }, 0.59301, 0.00003, 64.559 }, + { { 0, 19, -18, 0, -4, 0, 0, 0, -1, 1, -1 }, 107.47491, 0.00003, 81.835 }, + { { 0, 19, -18, 0, -2, 0, 0, 0, -2, 0, 0 }, 271.42506, 0.00001, 0.083 }, + { { 0, 19, -18, 0, -2, 0, 0, 0, -2, 1, 0 }, 93.52359, 0.00003, 0.810 }, + { { 0, 19, -18, 0, -2, 0, 0, 0, -2, 2, 0 }, 91.42506, 0.00001, 0.069 }, + { { 0, 19, -18, 0, 0, -1, 0, 0, 0, -1, 0 }, 158.47561, 0.00001, 2.471 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, -1, -1, 1 }, 282.89279, 0.00003, 1.464 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, -1, 0, -1 }, 282.97965, 0.00021, 0.077 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, -1, 0, 0 }, 279.74905, 0.00002, 1.937 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, -1, 1, -1 }, 102.97241, 0.00066, 2.862 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, -1, 2, -1 }, 102.97192, 0.00004, 0.074 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 0, -2, 0 }, 74.56254, 0.00001, 0.073 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 0, -1, 0 }, 211.21035, 0.00006, 2.697 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 0, 0, -1 }, 283.02710, 0.00008, 1.860 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 293.80340, 0.00001, 0.078 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.03882, 0.00008, 0.702 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.02454, 0.00016, 0.085 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 2, -1, 0 }, 94.34296, 0.00002, 0.041 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 2, 0, 0 }, 94.37374, 0.00005, 0.027 }, + { { 0, 19, -18, 0, 1, 0, 0, 0, 0, -1, 0 }, 23.90290, 0.00003, 3.490 }, + { { 0, 19, -17, -3, 0, 0, 0, 0, -2, 0, 0 }, 156.02931, 0.00001, 0.080 }, + { { 0, 19, -17, -3, 0, 0, 0, 0, -2, 2, 0 }, 156.02931, 0.00001, 0.071 }, + { { 0, 19, -17, -2, 0, 0, 0, 0, 0, -2, 0 }, 180.32189, 0.00001, 0.073 }, + { { 0, 19, -17, -2, 0, 0, 0, 0, 0, 0, 0 }, 180.32189, 0.00001, 0.078 }, + { { 0, 19, -17, -1, 0, 0, 0, 0, 0, -1, 0 }, 303.86228, 0.00001, 10.256 }, + { { 0, 19, -17, 0, -3, 0, 0, 0, 0, 1, -2 }, 190.20330, 0.00001, 23.387 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 28.93689, 0.00003, 0.092 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 205.20543, 0.00001, 0.064 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, 0, -1, 0 }, 26.46717, 0.00034, 1.589 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 207.50061, 0.00017, 0.072 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, 0, 1, -2 }, 24.94287, 0.00003, 3.382 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, 1, -1, -1 }, 211.18219, 0.00003, 2.355 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, 2, 0, 0 }, 205.64927, 0.00002, 0.026 }, + { { 0, 19, -16, -6, 0, 0, 0, 0, -2, 1, 0 }, 45.23537, 0.00003, 4.693 }, + { { 0, 19, -16, -4, 0, 0, 0, 0, 0, -1, 0 }, 150.54000, 0.00003, 2.010 }, + { { 0, 19, -16, -3, 0, 0, 0, 0, 0, -2, 0 }, 169.43258, 0.00001, 0.076 }, + { { 0, 19, -16, -3, 0, 0, 0, 0, 0, -1, 0 }, 311.60767, 0.00006, 29.298 }, + { { 0, 19, -16, -3, 0, 0, 0, 0, 0, 0, 0 }, 349.43258, 0.00001, 0.075 }, + { { 0, 19, -16, 0, 0, 0, 0, 0, 1, -1, -1 }, 310.14747, 0.00002, 1.738 }, + { { 0, 19, -15, -5, 0, 0, 0, 0, 0, -1, 0 }, 354.40755, 0.00007, 34.206 }, + { { 0, 19, -15, -3, 0, 0, 0, 0, 1, -1, -1 }, 275.49538, 0.00002, 50.937 }, + { { 0, 19, -15, 0, 0, 0, 0, 0, 2, -2, 0 }, 308.04590, 0.00003, 0.071 }, + { { 0, 19, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 308.04590, 0.00003, 0.025 }, + { { 0, 19, -14, -10, 0, 0, 0, 0, -2, 1, 0 }, 33.80482, 0.00001, 11.580 }, + { { 0, 19, -14, -7, 0, 0, 0, 0, 0, -1, 0 }, 123.71166, 0.00002, 10.799 }, + { { 0, 19, -11, -15, 0, 0, 0, 0, -2, 1, 0 }, 336.92477, 0.00001, 2.337 }, + { { 0, 19, -7, -20, 0, 0, 0, 0, 0, -1, 0 }, 298.01758, 0.00004, 222.268 }, + { { 0, 20, -29, 15, 0, 0, 0, 0, -2, 0, 0 }, 15.07727, 0.00002, 0.075 }, + { { 0, 20, -29, 15, 0, 0, 0, 0, -2, 1, 0 }, 339.17294, 0.00006, 250.641 }, + { { 0, 20, -29, 15, 0, 0, 0, 0, -2, 2, 0 }, 15.07727, 0.00002, 0.075 }, + { { 0, 20, -28, 13, 0, 0, 0, 0, -2, 1, 0 }, 172.87021, 0.00001, 16.841 }, + { { 0, 20, -27, 11, 0, 0, 0, 0, -2, 1, 0 }, 116.70171, 0.00001, 8.147 }, + { { 0, 20, -26, 0, 0, 0, 0, 0, -2, 0, 0 }, 49.34291, 0.00002, 0.055 }, + { { 0, 20, -26, 0, 0, 0, 0, 0, -2, 1, 0 }, 229.34291, 0.00002, 0.201 }, + { { 0, 20, -25, 0, 0, 0, 0, 0, -2, 0, 0 }, 226.90194, 0.00004, 0.058 }, + { { 0, 20, -25, 0, 0, 0, 0, 0, -2, 2, 0 }, 236.64000, 0.00005, 0.108 }, + { { 0, 20, -25, 0, 0, 0, 0, 0, 0, -1, 0 }, 144.01537, 0.00001, 0.174 }, + { { 0, 20, -25, 0, 0, 0, 0, 0, 0, 0, 0 }, 126.55889, 0.00002, 0.133 }, + { { 0, 20, -25, 0, 0, 0, 0, 0, 0, 1, 0 }, 144.01537, 0.00001, 0.048 }, + { { 0, 20, -25, 0, 1, 0, 0, 0, -2, 0, 0 }, 50.11869, 0.00003, 0.058 }, + { { 0, 20, -24, 0, 0, 0, 0, 0, 0, -1, 0 }, 51.46737, 0.00002, 0.211 }, + { { 0, 20, -23, 0, 0, 0, 0, 0, 2, 0, 0 }, 81.87243, 0.00002, 0.029 }, + { { 0, 20, -23, 2, 0, 0, 0, 0, -2, 1, 0 }, 270.72912, 0.00001, 1.101 }, + { { 0, 20, -23, 3, 0, 0, 0, 0, -2, 1, 0 }, 94.79392, 0.00002, 2.658 }, + { { 0, 20, -23, 7, 0, 0, 0, 0, 0, -1, 0 }, 131.74389, 0.00003, 42.551 }, + { { 0, 20, -23, 11, 0, 0, 0, 0, 2, -1, -2 }, 244.95399, 0.00001, 232.800 }, + { { 0, 20, -22, 0, -2, 0, 0, 0, -2, 1, 0 }, 51.52638, 0.00001, 0.877 }, + { { 0, 20, -22, 0, -1, 0, 0, 0, -3, 1, 1 }, 249.20154, 0.00009, 551.702 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, -4, 1, 0 }, 194.73920, 0.00001, 0.039 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, -2, 1, 0 }, 321.75317, 0.00003, 1.030 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, -2, 2, 0 }, 13.43142, 0.00003, 0.081 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, 0, -1, 0 }, 351.66594, 0.00002, 0.364 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, 0, 0, 0 }, 2.92699, 0.00016, 0.095 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, 0, 1, 0 }, 14.73920, 0.00009, 0.042 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, 0, 2, 0 }, 14.73920, 0.00001, 0.027 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, 2, -1, 0 }, 157.08893, 0.00001, 0.045 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, 2, 0, 0 }, 177.48820, 0.00006, 0.028 }, + { { 0, 20, -22, 0, 1, 0, 0, 0, -2, 0, 0 }, 269.80161, 0.00002, 0.071 }, + { { 0, 20, -22, 0, 1, 0, 0, 0, -2, 1, 0 }, 283.76275, 0.00001, 1.127 }, + { { 0, 20, -22, 0, 1, 0, 0, 0, -2, 2, 0 }, 89.80161, 0.00002, 0.081 }, + { { 0, 20, -22, 1, 0, 0, 0, 0, -2, 1, 0 }, 271.28256, 0.00001, 2.275 }, + { { 0, 20, -22, 2, 0, 0, 0, 0, -2, 1, 0 }, 25.57411, 0.00002, 10.859 }, + { { 0, 20, -22, 3, 0, 0, 0, 0, -2, 1, 0 }, 6.78803, 0.00001, 1.603 }, + { { 0, 20, -22, 5, 0, 0, 0, 0, 0, -1, 0 }, 152.74495, 0.00001, 11.512 }, + { { 0, 20, -21, 0, -3, 0, 0, 0, -2, 1, 0 }, 54.01052, 0.00002, 4.461 }, + { { 0, 20, -21, 0, -2, 0, 0, 0, -2, 1, 0 }, 283.70883, 0.00004, 7.149 }, + { { 0, 20, -21, 0, -1, 0, 0, 0, -2, 0, 0 }, 288.28541, 0.00004, 0.075 }, + { { 0, 20, -21, 0, -1, 0, 0, 0, -2, 1, 0 }, 331.62721, 0.00002, 17.993 }, + { { 0, 20, -21, 0, 0, -2, 0, 0, -2, 1, 0 }, 229.48748, 0.00005, 25.530 }, + { { 0, 20, -21, 0, 0, -1, 0, 0, -2, 0, 0 }, 347.79695, 0.00004, 0.075 }, + { { 0, 20, -21, 0, 0, -1, 0, 0, -2, 1, 0 }, 333.79132, 0.00004, 191.502 }, + { { 0, 20, -21, 0, 0, -1, 0, 0, -2, 2, 0 }, 78.09149, 0.00001, 0.075 }, + { { 0, 20, -21, 0, 0, 0, -3, 0, -2, 1, 0 }, 261.38256, 0.00003, 143.271 }, + { { 0, 20, -21, 0, 0, 0, -2, 0, -2, 1, 0 }, 334.48673, 0.00007, 203.168 }, + { { 0, 20, -21, 0, 0, 0, 0, -2, -2, 1, 0 }, 98.36599, 0.00003, 60.286 }, + { { 0, 20, -21, 0, 0, 0, 0, -1, -2, 1, 0 }, 330.07186, 0.00002, 44.137 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -6, 1, 0 }, 271.80227, 0.00001, 0.020 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -6, 2, 0 }, 271.80227, 0.00003, 0.028 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -6, 3, 0 }, 271.80227, 0.00002, 0.044 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -4, -1, 0 }, 271.80227, 0.00001, 0.020 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -4, 0, 0 }, 271.92600, 0.00012, 0.026 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -4, 1, 0 }, 271.80349, 0.00119, 0.040 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -4, 2, 0 }, 271.50332, 0.00114, 0.087 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -3, 1, 0 }, 91.80227, 0.00003, 0.081 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, -2, 0 }, 271.80227, 0.00003, 0.025 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, -1, 0 }, 272.36187, 0.00022, 0.038 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 0, -2 }, 91.80227, 0.00003, 0.025 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 272.36059, 0.00318, 0.076 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 0, 1 }, 82.77305, 0.00001, 5.116 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 0, 2 }, 91.80227, 0.00001, 0.073 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 1, -2 }, 91.80227, 0.00021, 0.037 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 1, 0 }, 271.80227, 0.10651, 34.812 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 1, 2 }, 91.80227, 0.00021, 0.037 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 2, -2 }, 91.80227, 0.00001, 0.074 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 2, 0 }, 272.07968, 0.00606, 0.075 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 2, 2 }, 91.80227, 0.00003, 0.025 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 3, 0 }, 272.07972, 0.00041, 0.038 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 4, 0 }, 271.80227, 0.00003, 0.025 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -1, 0, -1 }, 88.26384, 0.00003, 0.070 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -1, 0, 0 }, 87.17070, 0.00003, 1.165 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -1, 1, -1 }, 71.30361, 0.00003, 0.976 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -1, 1, 0 }, 91.80227, 0.00003, 0.081 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -1, 2, -1 }, 296.89728, 0.00002, 0.082 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 0, -1, 0 }, 272.12924, 0.00010, 0.573 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 0, 0, 0 }, 271.38461, 0.00189, 0.087 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 0, 1, 0 }, 271.75742, 0.00124, 0.040 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 0, 2, 0 }, 271.89467, 0.00015, 0.026 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 0, 3, 0 }, 271.80227, 0.00001, 0.020 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 1, 0, -1 }, 296.96521, 0.00002, 0.096 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 1, 1, -1 }, 296.96521, 0.00003, 0.042 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 2, -1, 0 }, 272.16218, 0.00007, 0.043 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 2, 0, 0 }, 91.47034, 0.00010, 0.028 }, + { { 0, 20, -21, 0, 0, 0, 0, 2, -2, 1, 0 }, 255.98243, 0.00003, 24.472 }, + { { 0, 20, -21, 0, 0, 0, 1, 0, -2, 1, 0 }, 219.05548, 0.00003, 24.614 }, + { { 0, 20, -21, 0, 0, 0, 2, 0, -2, 1, 0 }, 262.59358, 0.00003, 19.037 }, + { { 0, 20, -21, 0, 0, 2, 0, 0, -2, 1, 0 }, 231.09359, 0.00001, 10.350 }, + { { 0, 20, -21, 0, 0, 3, 0, 0, -2, 1, 0 }, 161.36050, 0.00001, 7.659 }, + { { 0, 20, -21, 0, 1, 0, 0, 0, -2, 0, 0 }, 297.24734, 0.00003, 0.076 }, + { { 0, 20, -21, 0, 1, 0, 0, 0, -2, 1, 0 }, 273.88184, 0.00006, 8.847 }, + { { 0, 20, -21, 0, 1, 0, 0, 0, -2, 2, 0 }, 178.38548, 0.00002, 0.075 }, + { { 0, 20, -21, 0, 2, 0, 0, 0, -2, 0, 0 }, 45.85071, 0.00002, 0.077 }, + { { 0, 20, -21, 0, 2, 0, 0, 0, -2, 1, 0 }, 240.50050, 0.00002, 5.068 }, + { { 0, 20, -21, 0, 2, 0, 0, 0, -2, 2, 0 }, 45.85071, 0.00002, 0.074 }, + { { 0, 20, -21, 3, 0, 0, 0, 0, 0, -1, 0 }, 298.69135, 0.00001, 6.656 }, + { { 0, 20, -20, -2, 0, 0, 0, 0, -2, 0, 0 }, 30.08443, 0.00001, 0.075 }, + { { 0, 20, -20, -2, 0, 0, 0, 0, -2, 1, 0 }, 226.16897, 0.00005, 28.867 }, + { { 0, 20, -20, -2, 0, 0, 0, 0, -2, 2, 0 }, 210.08443, 0.00001, 0.076 }, + { { 0, 20, -20, 0, -2, 0, 0, 0, -2, 1, 0 }, 190.35156, 0.00002, 1.163 }, + { { 0, 20, -20, 0, -2, 0, 0, 0, -2, 2, 0 }, 190.66035, 0.00002, 0.071 }, + { { 0, 20, -20, 0, -2, 0, 0, 0, -1, 0, 0 }, 19.60512, 0.00005, 37.187 }, + { { 0, 20, -20, 0, -1, 0, 0, 0, -2, 0, 0 }, 15.31126, 0.00001, 0.081 }, + { { 0, 20, -20, 0, -1, 0, 0, 0, -2, 1, 0 }, 200.88621, 0.00004, 1.059 }, + { { 0, 20, -20, 0, -1, 0, 0, 0, -2, 2, 0 }, 195.31126, 0.00001, 0.070 }, + { { 0, 20, -20, 0, -1, 0, 0, 0, -1, 0, 0 }, 59.53673, 0.00004, 17.418 }, + { { 0, 20, -20, 0, -1, 0, 0, 0, 0, -2, 0 }, 92.80541, 0.00001, 0.071 }, + { { 0, 20, -20, 0, -1, 0, 0, 0, 0, -1, 0 }, 300.97172, 0.00003, 1.205 }, + { { 0, 20, -20, 0, -1, 0, 0, 0, 0, 0, 0 }, 272.80541, 0.00001, 0.080 }, + { { 0, 20, -20, 0, 0, -1, 0, 0, -2, 1, 0 }, 92.04054, 0.00001, 1.005 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -5, 2, -1 }, 194.02829, 0.00001, 0.028 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -4, 0, 0 }, 168.86534, 0.00001, 0.027 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -4, 1, 0 }, 168.86534, 0.00009, 0.042 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -4, 2, 0 }, 166.26619, 0.00004, 0.096 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -3, 0, -1 }, 194.02829, 0.00006, 0.026 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -3, 0, 0 }, 0.00384, 0.00003, 0.041 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -3, 1, -1 }, 194.01066, 0.00051, 0.040 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -3, 1, 0 }, 0.00384, 0.00003, 0.088 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -3, 2, -1 }, 194.05968, 0.00047, 0.087 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 1.62350, 0.00030, 0.082 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -2, 1, -1 }, 14.02829, 0.00001, 0.081 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -2, 1, 0 }, 179.65063, 0.00021, 0.972 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -2, 2, 0 }, 190.51079, 0.00003, 0.070 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, -2, -1 }, 194.02829, 0.00001, 0.025 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, -1, -1 }, 193.80691, 0.00023, 0.038 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, -1, 0 }, 0.00384, 0.00014, 0.076 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, -1, 1 }, 15.99522, 0.00004, 3.242 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 0, -3 }, 14.02829, 0.00001, 0.025 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 0, -1 }, 193.80687, 0.00340, 0.075 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 0, 0 }, 0.00384, 0.00258, 7.056 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 1, -3 }, 14.02829, 0.00009, 0.037 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 1, -1 }, 194.02829, 0.04280, 39.938 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 1, 0 }, 0.00384, 0.00014, 0.075 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 1, 1 }, 14.02829, 0.00009, 0.037 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 2, -1 }, 193.99747, 0.00237, 0.076 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 2, 1 }, 14.02829, 0.00001, 0.025 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 3, -1 }, 193.99739, 0.00016, 0.038 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 4, -1 }, 194.02829, 0.00001, 0.025 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 0, -2, 0 }, 181.52494, 0.00003, 0.071 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 0, -1, 0 }, 180.03835, 0.00117, 1.342 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 0, 0, 0 }, 180.48907, 0.00094, 0.080 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 0, 1, -2 }, 179.76262, 0.00001, 0.927 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 0, 1, -1 }, 14.02829, 0.00001, 0.081 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 0, 1, 0 }, 184.34621, 0.00004, 0.039 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 1, -1, 0 }, 0.00384, 0.00003, 0.086 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 1, 0, -1 }, 194.60739, 0.00026, 0.087 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 1, 0, 0 }, 0.00384, 0.00003, 0.040 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 1, 1, -1 }, 194.04691, 0.00048, 0.040 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 1, 2, -1 }, 194.02829, 0.00006, 0.026 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 2, -2, 0 }, 179.58700, 0.00003, 0.093 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.86244, 0.00012, 0.042 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 2, 0, 0 }, 359.34623, 0.00019, 0.027 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 2, 1, 0 }, 359.71844, 0.00003, 0.020 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 3, -2, 0 }, 359.80266, 0.00001, 0.043 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 3, 0, -1 }, 194.02829, 0.00001, 0.028 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 3, 0, 0 }, 359.80266, 0.00001, 0.020 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 4, -1, 0 }, 359.71579, 0.00003, 0.021 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 4, 0, 0 }, 359.71578, 0.00004, 0.016 }, + { { 0, 20, -20, 0, 0, 0, 2, 0, -1, 1, -1 }, 152.74894, 0.00003, 809.552 }, + { { 0, 20, -20, 0, 0, 1, 0, 0, -1, 1, -1 }, 135.29029, 0.00001, 112.250 }, + { { 0, 20, -20, 0, 1, 0, 0, 0, -2, 0, 0 }, 167.82006, 0.00001, 0.082 }, + { { 0, 20, -20, 0, 1, 0, 0, 0, -2, 1, 0 }, 347.00214, 0.00003, 0.898 }, + { { 0, 20, -20, 0, 1, 0, 0, 0, -2, 2, 0 }, 347.82006, 0.00001, 0.070 }, + { { 0, 20, -20, 0, 1, 0, 0, 0, 0, -1, 0 }, 347.82006, 0.00001, 1.513 }, + { { 0, 20, -20, 0, 1, 0, 0, 0, 0, 0, 0 }, 170.98437, 0.00002, 0.079 }, + { { 0, 20, -20, 2, 0, 0, 0, 0, 0, 1, -2 }, 59.26186, 0.00001, 64.783 }, + { { 0, 20, -19, -4, 0, 0, 0, 0, -2, 1, 0 }, 4.43767, 0.00003, 10.203 }, + { { 0, 20, -19, -3, 0, 0, 0, 0, -2, 0, 0 }, 123.99606, 0.00003, 0.078 }, + { { 0, 20, -19, -3, 0, 0, 0, 0, -2, 1, 0 }, 99.32701, 0.00004, 2.306 }, + { { 0, 20, -19, -3, 0, 0, 0, 0, -2, 2, 0 }, 123.99606, 0.00003, 0.073 }, + { { 0, 20, -19, -2, 0, 0, 0, 0, -2, 1, 0 }, 101.04586, 0.00001, 1.036 }, + { { 0, 20, -19, -2, 0, 0, 0, 0, -1, 0, 0 }, 297.01328, 0.00002, 12.764 }, + { { 0, 20, -19, -2, 0, 0, 0, 0, -1, 1, -1 }, 77.24374, 0.00003, 11.311 }, + { { 0, 20, -19, -1, 0, 0, 0, 0, 0, -1, 0 }, 180.23681, 0.00002, 3.610 }, + { { 0, 20, -19, 0, -4, 0, 0, 0, 0, -1, 0 }, 117.49807, 0.00003, 12.120 }, + { { 0, 20, -19, 0, -3, 0, 0, 0, 0, -2, 0 }, 107.82783, 0.00006, 0.075 }, + { { 0, 20, -19, 0, -3, 0, 0, 0, 0, -1, 0 }, 116.74397, 0.00047, 556.895 }, + { { 0, 20, -19, 0, -3, 0, 0, 0, 0, 0, 0 }, 161.26547, 0.00005, 0.075 }, + { { 0, 20, -19, 0, -2, 0, 0, 0, 0, -1, 0 }, 121.12913, 0.00003, 11.615 }, + { { 0, 20, -19, 0, -1, 0, 0, 0, 0, -1, 0 }, 0.85892, 0.00001, 5.868 }, + { { 0, 20, -19, 0, -1, 0, 0, 0, 0, 0, -1 }, 325.93978, 0.00002, 274.159 }, + { { 0, 20, -19, 0, 0, -2, 0, 0, 0, -1, 0 }, 96.11209, 0.00004, 5.353 }, + { { 0, 20, -19, 0, 0, -1, 0, 0, 0, -1, 0 }, 339.63949, 0.00001, 4.530 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, -3, 1, -1 }, 91.09136, 0.00003, 0.042 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, -3, 2, -1 }, 91.09136, 0.00002, 0.095 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, -2, 0, -1 }, 282.98935, 0.00002, 0.041 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, -2, 1, -1 }, 282.98935, 0.00002, 0.088 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, -1, 0, -1 }, 296.37771, 0.00004, 0.081 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, -1, 1, -1 }, 102.52409, 0.00006, 1.026 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, -1, 2, -1 }, 271.01797, 0.00001, 0.070 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 0, -2, 0 }, 252.08480, 0.00001, 0.077 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 0, -1, -1 }, 282.98935, 0.00011, 0.076 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 0, -1, 0 }, 208.72693, 0.00011, 3.926 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 0, 0, -1 }, 282.98935, 0.00200, 11.370 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 261.44088, 0.00002, 0.074 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 0, 1, -2 }, 279.79124, 0.00010, 12.690 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 0, 1, -1 }, 282.98935, 0.00011, 0.075 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 1, -2, -1 }, 103.00182, 0.00001, 0.071 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.00155, 0.00019, 1.251 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.00834, 0.00015, 0.080 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 2, -1, -1 }, 282.98935, 0.00002, 0.086 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 2, -1, 0 }, 94.48577, 0.00001, 0.040 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 2, 0, -1 }, 282.98935, 0.00002, 0.040 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 2, 0, 0 }, 89.58860, 0.00003, 0.026 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 4, -2, 0 }, 94.51541, 0.00001, 0.027 }, + { { 0, 20, -19, 0, 1, 0, 0, 0, 0, 1, -2 }, 242.34213, 0.00006, 181.839 }, + { { 0, 20, -18, -6, 0, 0, 0, 0, -2, 1, 0 }, 139.29457, 0.00003, 6.197 }, + { { 0, 20, -18, -5, 0, 0, 0, 0, -2, 1, 0 }, 214.43786, 0.00002, 2.701 }, + { { 0, 20, -18, -4, 0, 0, 0, 0, -1, 0, 0 }, 51.31473, 0.00002, 66.754 }, + { { 0, 20, -18, -2, 0, 0, 0, 0, -2, 1, 0 }, 179.44861, 0.00002, 0.509 }, + { { 0, 20, -18, 0, -2, 0, 0, 0, 0, -1, 0 }, 359.54844, 0.00003, 0.921 }, + { { 0, 20, -18, 0, -2, 0, 0, 0, 1, -1, -1 }, 47.01136, 0.00003, 30.927 }, + { { 0, 20, -18, 0, -1, 0, 0, 0, 1, -1, -1 }, 256.07697, 0.00002, 8.574 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 20.96995, 0.00002, 0.098 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, 0, -2, 0 }, 153.69135, 0.00001, 0.083 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, 0, -1, 0 }, 28.26734, 0.00005, 0.797 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 199.95526, 0.00008, 0.069 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, 1, -1, -2 }, 206.45318, 0.00003, 0.076 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, 1, -1, -1 }, 213.56812, 0.00011, 4.977 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, 1, 0, -2 }, 206.45318, 0.00063, 29.252 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, 1, 0, -1 }, 5.89453, 0.00002, 0.074 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, 1, 1, -2 }, 206.45318, 0.00003, 0.075 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, 2, 0, 0 }, 205.62567, 0.00002, 0.025 }, + { { 0, 20, -17, 0, -1, 0, 0, 0, 2, -1, -2 }, 232.83495, 0.00001, 15.905 }, + { { 0, 20, -17, 0, 0, 0, 0, 0, 2, 0, -3 }, 129.73514, 0.00003, 51.076 }, + { { 0, 20, -16, -6, 0, 0, 0, 0, 0, -1, 0 }, 41.50025, 0.00002, 15.479 }, + { { 0, 20, -15, -8, 0, 0, 0, 0, 0, -2, 0 }, 127.30124, 0.00003, 0.075 }, + { { 0, 20, -15, -8, 0, 0, 0, 0, 0, -1, 0 }, 100.59376, 0.00053, 809.761 }, + { { 0, 20, -15, -8, 0, 0, 0, 0, 0, 0, 0 }, 127.30124, 0.00003, 0.075 }, + { { 0, 20, -15, -6, 0, 0, 0, 0, 1, -1, -1 }, 77.76865, 0.00002, 92.271 }, + { { 0, 20, -15, -4, 0, 0, 0, 0, 2, -1, -2 }, 302.15620, 0.00001, 48.923 }, + { { 0, 20, -14, -10, 0, 0, 0, 0, 0, -1, 0 }, 63.63286, 0.00002, 16.095 }, + { { 0, 20, -13, -15, 0, 0, 0, 0, -2, 1, 0 }, 222.74364, 0.00001, 18.705 }, + { { 0, 20, -12, -17, 0, 0, 0, 0, -2, 1, 0 }, 146.77366, 0.00002, 100.952 }, + { { 0, 20, -12, -15, 0, 0, 0, 0, -3, 1, -1 }, 354.13759, 0.00005, 0.040 }, + { { 0, 20, -12, -15, 0, 0, 0, 0, -3, 2, -1 }, 354.13759, 0.00005, 0.087 }, + { { 0, 20, -12, -15, 0, 0, 0, 0, -1, -1, -1 }, 354.13759, 0.00002, 0.038 }, + { { 0, 20, -12, -15, 0, 0, 0, 0, -1, 0, -1 }, 354.13759, 0.00022, 0.075 }, + { { 0, 20, -12, -15, 0, 0, 0, 0, -1, 1, -1 }, 354.13759, 0.00407, 3300.556 }, + { { 0, 20, -12, -15, 0, 0, 0, 0, -1, 2, -1 }, 354.13759, 0.00022, 0.075 }, + { { 0, 20, -12, -15, 0, 0, 0, 0, -1, 3, -1 }, 354.13759, 0.00002, 0.038 }, + { { 0, 20, -12, -15, 0, 0, 0, 0, 1, 0, -1 }, 354.13759, 0.00005, 0.087 }, + { { 0, 20, -12, -15, 0, 0, 0, 0, 1, 1, -1 }, 354.13759, 0.00005, 0.040 }, + { { 0, 21, -29, 15, 0, 0, 0, 0, 0, -1, 0 }, 202.98938, 0.00004, 6.920 }, + { { 0, 21, -28, 10, 0, 0, 0, 0, -2, 1, 0 }, 210.97604, 0.00002, 34.593 }, + { { 0, 21, -26, 0, 0, 0, 0, 0, -2, -1, 0 }, 144.00210, 0.00001, 0.033 }, + { { 0, 21, -26, 0, 0, 0, 0, 0, -2, 0, 0 }, 236.74721, 0.00005, 0.060 }, + { { 0, 21, -26, 0, 0, 0, 0, 0, -2, 1, 0 }, 144.00210, 0.00001, 0.299 }, + { { 0, 21, -26, 0, 0, 0, 0, 0, -2, 2, 0 }, 236.74721, 0.00005, 0.101 }, + { { 0, 21, -26, 0, 0, 0, 0, 0, 0, -1, 0 }, 144.00210, 0.00001, 0.195 }, + { { 0, 21, -26, 0, 0, 0, 0, 0, 0, 0, 0 }, 100.86375, 0.00001, 0.123 }, + { { 0, 21, -26, 0, 0, 0, 0, 0, 0, 1, 0 }, 144.00210, 0.00001, 0.047 }, + { { 0, 21, -26, 0, 1, 0, 0, 0, -2, 0, 0 }, 50.08139, 0.00003, 0.061 }, + { { 0, 21, -25, 0, 0, 0, 0, 0, -4, 0, 0 }, 231.42777, 0.00003, 0.025 }, + { { 0, 21, -25, 0, 0, 0, 0, 0, 0, -1, 0 }, 51.42777, 0.00002, 0.243 }, + { { 0, 21, -24, 0, -1, 0, 0, 0, -2, 1, 0 }, 55.06012, 0.00001, 0.699 }, + { { 0, 21, -24, 0, 0, 0, 0, 0, -2, 0, 0 }, 299.37223, 0.00001, 0.068 }, + { { 0, 21, -24, 0, 0, 0, 0, 0, -2, 2, 0 }, 299.37223, 0.00001, 0.084 }, + { { 0, 21, -24, 0, 0, 0, 0, 0, 2, 0, 0 }, 82.30157, 0.00001, 0.029 }, + { { 0, 21, -24, 2, 0, 0, 0, 0, -2, 0, 0 }, 270.74062, 0.00001, 0.074 }, + { { 0, 21, -24, 2, 0, 0, 0, 0, -2, 1, 0 }, 296.45138, 0.00001, 3.541 }, + { { 0, 21, -24, 2, 0, 0, 0, 0, -2, 2, 0 }, 270.74062, 0.00001, 0.077 }, + { { 0, 21, -24, 3, 0, 0, 0, 0, -2, 1, 0 }, 99.91011, 0.00002, 4.011 }, + { { 0, 21, -24, 6, 0, 0, 0, 0, 0, -1, 0 }, 26.69430, 0.00003, 14.217 }, + { { 0, 21, -23, 0, -2, 0, 0, 0, -2, 0, 0 }, 51.49075, 0.00001, 0.073 }, + { { 0, 21, -23, 0, -2, 0, 0, 0, -2, 1, 0 }, 230.36001, 0.00002, 1.944 }, + { { 0, 21, -23, 0, -2, 0, 0, 0, -2, 2, 0 }, 231.49075, 0.00001, 0.078 }, + { { 0, 21, -23, 0, -1, 0, 0, 0, -2, 0, 0 }, 189.50207, 0.00001, 0.073 }, + { { 0, 21, -23, 0, -1, 0, 0, 0, -2, 1, 0 }, 339.08254, 0.00003, 2.325 }, + { { 0, 21, -23, 0, -1, 0, 0, 0, -2, 2, 0 }, 9.50207, 0.00001, 0.078 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, -2, -2, 2 }, 169.56912, 0.00004, 0.075 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, -2, -1, 2 }, 166.67445, 0.00054, 81.722 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 328.80337, 0.00004, 0.074 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, -2, 0, 2 }, 169.56912, 0.00004, 0.076 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, -2, 1, 0 }, 344.94325, 0.00021, 2.892 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, -2, 2, 0 }, 166.37843, 0.00002, 0.077 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, 0, -1, 0 }, 351.45086, 0.00002, 0.472 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, 0, 0, 0 }, 352.97649, 0.00008, 0.090 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, 2, -1, 0 }, 177.81792, 0.00001, 0.044 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, 2, 0, 0 }, 177.77300, 0.00005, 0.028 }, + { { 0, 21, -23, 0, 0, 0, 1, 0, -2, -2, 2 }, 15.43642, 0.00004, 0.075 }, + { { 0, 21, -23, 0, 0, 0, 1, 0, -2, -1, 2 }, 15.43642, 0.00081, 2987.643 }, + { { 0, 21, -23, 0, 0, 0, 1, 0, -2, 0, 2 }, 15.43642, 0.00004, 0.075 }, + { { 0, 21, -23, 0, 0, 1, 0, 0, -2, 1, 0 }, 265.27388, 0.00002, 3.207 }, + { { 0, 21, -23, 0, 1, 0, 0, 0, -2, 0, 0 }, 273.66686, 0.00007, 0.074 }, + { { 0, 21, -23, 0, 1, 0, 0, 0, -2, 1, 0 }, 209.35700, 0.00003, 3.825 }, + { { 0, 21, -23, 0, 1, 0, 0, 0, -2, 2, 0 }, 89.94270, 0.00002, 0.077 }, + { { 0, 21, -23, 0, 2, 0, 0, 0, -2, 1, 0 }, 291.82028, 0.00003, 5.645 }, + { { 0, 21, -23, 0, 3, 0, 0, 0, -2, 1, 0 }, 307.47074, 0.00003, 10.772 }, + { { 0, 21, -23, 0, 4, 0, 0, 0, -2, 0, 0 }, 340.82882, 0.00002, 0.075 }, + { { 0, 21, -23, 0, 4, 0, 0, 0, -2, 1, 0 }, 211.96555, 0.00005, 117.194 }, + { { 0, 21, -23, 0, 4, 0, 0, 0, -2, 2, 0 }, 160.82882, 0.00002, 0.075 }, + { { 0, 21, -23, 1, 0, 0, 0, 0, -2, 1, 0 }, 92.50793, 0.00001, 5.378 }, + { { 0, 21, -23, 2, 0, 0, 0, 0, -2, 0, 0 }, 336.46116, 0.00002, 0.080 }, + { { 0, 21, -23, 2, 0, 0, 0, 0, -2, 2, 0 }, 336.46116, 0.00002, 0.072 }, + { { 0, 21, -23, 2, 0, 0, 0, 0, -1, -1, 1 }, 178.68074, 0.00009, 379.678 }, + { { 0, 21, -23, 4, 0, 0, 0, 0, 0, -1, 0 }, 59.68772, 0.00024, 143.494 }, + { { 0, 21, -23, 6, 0, 0, 0, 0, 1, -1, -1 }, 140.22023, 0.00002, 60.344 }, + { { 0, 21, -22, 0, -2, 0, 0, 0, -2, 0, 0 }, 296.97463, 0.00001, 0.078 }, + { { 0, 21, -22, 0, -2, 0, 0, 0, -2, 2, 0 }, 116.97463, 0.00001, 0.073 }, + { { 0, 21, -22, 0, -1, 0, 0, 0, -2, 0, 0 }, 282.14875, 0.00003, 0.079 }, + { { 0, 21, -22, 0, -1, 0, 0, 0, -2, 1, 0 }, 288.44185, 0.00004, 1.755 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -4, 2, 0 }, 91.78587, 0.00001, 0.092 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 92.09438, 0.00011, 0.079 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -2, 1, 0 }, 268.74734, 0.00014, 1.528 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -2, 2, 0 }, 271.78587, 0.00007, 0.072 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, -2, 1 }, 250.55274, 0.00003, 0.075 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, -1, 0 }, 91.99959, 0.00002, 0.074 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, -1, 1 }, 250.55328, 0.00062, 15.151 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, 0, -1 }, 70.61512, 0.00003, 0.073 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, 0, 0 }, 91.99959, 0.00030, 4.296 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, 0, 1 }, 250.57042, 0.00010, 0.076 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, 1, -1 }, 70.63567, 0.00013, 2.503 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, 1, 0 }, 91.99959, 0.00002, 0.077 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, 0, -1, 0 }, 272.37283, 0.00015, 0.893 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, 0, 0, 0 }, 272.57359, 0.00026, 0.082 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, 0, 1, 0 }, 94.21672, 0.00002, 0.039 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, 2, -3, 0 }, 92.25031, 0.00002, 0.346 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, 2, -2, 0 }, 280.33224, 0.00002, 0.097 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, 2, -1, 0 }, 278.26530, 0.00005, 0.042 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, 2, 0, 0 }, 92.25182, 0.00012, 0.027 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, 2, 1, 0 }, 92.25236, 0.00001, 0.020 }, + { { 0, 21, -22, 0, 0, 2, 0, 0, -1, -1, 1 }, 229.05570, 0.00004, 527.988 }, + { { 0, 21, -22, 0, 1, 0, 0, 0, -2, 0, 0 }, 21.41385, 0.00004, 0.080 }, + { { 0, 21, -22, 0, 1, 0, 0, 0, -2, 1, 0 }, 128.46767, 0.00003, 1.354 }, + { { 0, 21, -22, 0, 1, 0, 0, 0, -2, 2, 0 }, 264.83912, 0.00001, 0.071 }, + { { 0, 21, -22, 0, 1, 0, 0, 0, -1, -1, 1 }, 171.85514, 0.00003, 54.640 }, + { { 0, 21, -22, 0, 1, 0, 0, 0, 0, -1, 0 }, 177.89085, 0.00002, 0.966 }, + { { 0, 21, -22, 0, 2, 0, 0, 0, -2, 1, 0 }, 233.23315, 0.00003, 1.215 }, + { { 0, 21, -22, 0, 2, 0, 0, 0, -1, -1, 1 }, 264.37005, 0.00002, 9.746 }, + { { 0, 21, -22, 0, 2, 0, 0, 0, -1, 0, 0 }, 53.23314, 0.00003, 15.589 }, + { { 0, 21, -22, 2, 0, 0, 0, 0, 0, -1, 0 }, 55.53629, 0.00001, 17.731 }, + { { 0, 21, -22, 3, 0, 0, 0, 0, 0, -1, 0 }, 236.04781, 0.00001, 2.104 }, + { { 0, 21, -21, -3, 0, 0, 0, 0, -2, 0, 0 }, 13.84813, 0.00003, 0.076 }, + { { 0, 21, -21, -3, 0, 0, 0, 0, -2, 1, 0 }, 329.41123, 0.00002, 16.893 }, + { { 0, 21, -21, -3, 0, 0, 0, 0, -2, 2, 0 }, 13.84813, 0.00003, 0.075 }, + { { 0, 21, -21, 0, -2, 0, 0, 0, -2, 1, 0 }, 25.12433, 0.00001, 0.673 }, + { { 0, 21, -21, 0, -2, 0, 0, 0, 0, -1, 0 }, 353.88568, 0.00001, 3.468 }, + { { 0, 21, -21, 0, -1, 0, 0, 0, -2, 0, 0 }, 102.26006, 0.00002, 0.086 }, + { { 0, 21, -21, 0, -1, 0, 0, 0, -2, 1, 0 }, 5.48897, 0.00002, 0.637 }, + { { 0, 21, -21, 0, -1, 0, 0, 0, -2, 2, 0 }, 102.26006, 0.00002, 0.067 }, + { { 0, 21, -21, 0, -1, 0, 0, 0, 0, -1, 0 }, 282.35594, 0.00004, 4.900 }, + { { 0, 21, -21, 0, -1, 0, 0, 0, 0, 0, 0 }, 263.74555, 0.00004, 0.077 }, + { { 0, 21, -21, 0, 0, -1, 0, 0, 0, -1, 0 }, 268.56549, 0.00003, 6.506 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, -4, 2, 0 }, 1.64813, 0.00001, 0.102 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, -2, -2, 0 }, 180.02373, 0.00004, 0.026 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, -2, -1, 0 }, 179.97132, 0.00032, 0.040 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 359.99408, 0.00042, 0.086 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, -2, 1, 0 }, 359.91997, 0.00001, 0.605 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, -2, 2, 0 }, 181.65593, 0.00006, 0.067 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, -1, 0, -1 }, 32.32431, 0.00002, 0.079 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, -1, 0, 0 }, 357.86943, 0.00006, 1.303 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, -1, 1, -1 }, 192.93843, 0.00006, 1.665 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, -3, 0 }, 180.12862, 0.00012, 0.038 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, -2, -2 }, 359.94393, 0.00001, 0.025 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, -2, 0 }, 180.12886, 0.00171, 0.075 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, -1, -2 }, 359.94393, 0.00006, 0.037 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, -1, 0 }, 179.94393, 0.03238, 8.350 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, -1, 2 }, 359.94393, 0.00006, 0.037 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, 0, -1 }, 13.86949, 0.00007, 3.490 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, 0, 0 }, 179.87972, 0.00542, 0.076 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, 0, 2 }, 359.94393, 0.00001, 0.025 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, 1, -2 }, 179.72878, 0.00007, 2.206 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, 1, 0 }, 179.88916, 0.00034, 0.038 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 1, -1, -1 }, 193.50293, 0.00003, 0.852 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 2, -2, 0 }, 179.77277, 0.00038, 0.088 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.88914, 0.00049, 0.041 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 2, 0, 0 }, 359.40050, 0.00006, 0.026 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 2, 1, 0 }, 359.67886, 0.00002, 0.020 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 4, -1, 0 }, 359.67610, 0.00001, 0.020 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 4, 0, 0 }, 359.67609, 0.00003, 0.016 }, + { { 0, 21, -21, 0, 0, 1, 0, 0, 0, -1, 0 }, 249.03019, 0.00002, 11.653 }, + { { 0, 21, -21, 0, 0, 3, 0, 0, 0, -1, 0 }, 245.38156, 0.00003, 55.794 }, + { { 0, 21, -21, 0, 1, 0, 0, 0, -2, 1, 0 }, 172.30346, 0.00002, 0.575 }, + { { 0, 21, -21, 0, 2, 0, 0, 0, 0, -1, 0 }, 53.96289, 0.00005, 20.475 }, + { { 0, 21, -20, -5, 0, 0, 0, 0, -2, 1, 0 }, 302.34336, 0.00010, 239.709 }, + { { 0, 21, -20, -3, 0, 0, 0, 0, -1, 1, -1 }, 353.61109, 0.00008, 184.128 }, + { { 0, 21, -20, -2, 0, 0, 0, 0, 0, -1, 0 }, 113.00661, 0.00003, 5.461 }, + { { 0, 21, -20, -1, 0, 0, 0, 0, 0, 1, -2 }, 0.08161, 0.00001, 66.517 }, + { { 0, 21, -20, 0, -2, 0, 0, 0, 0, -1, 0 }, 91.26065, 0.00002, 1.405 }, + { { 0, 21, -20, 0, -1, 0, 0, 0, 0, -2, 0 }, 181.04329, 0.00002, 0.080 }, + { { 0, 21, -20, 0, -1, 0, 0, 0, 0, 0, 0 }, 1.04329, 0.00002, 0.071 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, -2, -1, 0 }, 77.00700, 0.00003, 0.042 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 256.80670, 0.00002, 0.094 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, -1, -1, -1 }, 102.93263, 0.00003, 0.040 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, -1, 0, -1 }, 283.86502, 0.00006, 0.086 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, -1, 1, -1 }, 102.89871, 0.00002, 0.625 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 0, 0, -1 }, 282.96276, 0.00002, 1.402 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, -3, -1 }, 102.91603, 0.00001, 0.037 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, -3, 0 }, 6.55100, 0.00002, 0.075 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, -2, -1 }, 102.91551, 0.00016, 0.074 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, -2, 0 }, 6.55100, 0.00034, 147.570 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, -1, -1 }, 102.93263, 0.00298, 5.763 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, -1, 0 }, 6.55100, 0.00002, 0.075 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, 0, -1 }, 103.37069, 0.00064, 0.076 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, 1, -1 }, 103.37703, 0.00004, 0.038 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 2, 0, 0 }, 81.25020, 0.00002, 0.026 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 3, -2, -1 }, 102.95002, 0.00003, 0.088 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 3, -1, -1 }, 102.93263, 0.00003, 0.041 }, + { { 0, 21, -20, 0, 2, 0, 0, 0, 1, -1, -1 }, 41.14601, 0.00003, 203.061 }, + { { 0, 21, -19, -7, 0, 0, 0, 0, -2, 1, 0 }, 285.40936, 0.00002, 14.806 }, + { { 0, 21, -19, -4, 0, 0, 0, 0, 0, -1, 0 }, 219.29743, 0.00002, 4.057 }, + { { 0, 21, -19, -3, 0, 0, 0, 0, 0, -1, 0 }, 329.17652, 0.00001, 3.507 }, + { { 0, 21, -19, -3, 0, 0, 0, 0, 0, 1, -2 }, 154.16443, 0.00001, 20.690 }, + { { 0, 21, -19, -2, 0, 0, 0, 0, -2, 0, 0 }, 359.57900, 0.00001, 0.094 }, + { { 0, 21, -19, -2, 0, 0, 0, 0, -2, 2, 0 }, 359.57900, 0.00001, 0.063 }, + { { 0, 21, -19, -2, 0, 0, 0, 0, 0, -1, 0 }, 180.25102, 0.00001, 1.224 }, + { { 0, 21, -19, 0, -2, 0, 0, 0, -2, 1, 0 }, 179.78249, 0.00001, 0.287 }, + { { 0, 21, -19, 0, 0, -3, 0, 0, 2, -3, 0 }, 92.43266, 0.00001, 228.825 }, + { { 0, 21, -19, 0, 0, 0, 0, 0, 0, -1, 0 }, 26.46541, 0.00002, 0.532 }, + { { 0, 21, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 206.46720, 0.00003, 0.066 }, + { { 0, 21, -19, 0, 0, 0, 0, 0, 2, -3, 0 }, 25.40088, 0.00003, 9.415 }, + { { 0, 21, -19, 0, 0, 0, 0, 0, 2, -1, -2 }, 25.69786, 0.00003, 4.400 }, + { { 0, 21, -19, 0, 0, 0, 0, 0, 2, 0, 0 }, 163.54967, 0.00002, 0.025 }, + { { 0, 21, -17, 0, 0, 0, 0, 0, 2, -2, 0 }, 128.02652, 0.00002, 0.065 }, + { { 0, 21, -17, 0, 0, 0, 0, 0, 2, 0, 0 }, 128.02652, 0.00002, 0.024 }, + { { 0, 21, -16, -9, 0, 0, 0, 0, 0, -1, 0 }, 53.04904, 0.00005, 10.518 }, + { { 0, 21, -15, -11, 0, 0, 0, 0, 0, -1, 0 }, 11.24359, 0.00002, 31.541 }, + { { 0, 21, -14, -13, 0, 0, 0, 0, 0, -1, 0 }, 351.47519, 0.00002, 31.583 }, + { { 0, 22, -29, 9, 0, 0, 0, 0, -2, 1, 0 }, 179.31636, 0.00002, 15.401 }, + { { 0, 22, -28, 7, 0, 0, 0, 0, -2, 0, 0 }, 318.16930, 0.00003, 0.075 }, + { { 0, 22, -28, 7, 0, 0, 0, 0, -2, 1, 0 }, 206.04256, 0.00024, 640.093 }, + { { 0, 22, -28, 7, 0, 0, 0, 0, -2, 2, 0 }, 318.16930, 0.00003, 0.075 }, + { { 0, 22, -27, 0, 0, 0, 0, 0, -2, -1, 0 }, 143.98743, 0.00001, 0.034 }, + { { 0, 22, -27, 0, 0, 0, 0, 0, -2, 0, 0 }, 236.54734, 0.00004, 0.063 }, + { { 0, 22, -27, 0, 0, 0, 0, 0, -2, 1, 0 }, 170.86652, 0.00002, 0.368 }, + { { 0, 22, -27, 0, 0, 0, 0, 0, -2, 2, 0 }, 236.54734, 0.00004, 0.095 }, + { { 0, 22, -27, 0, 1, 0, 0, 0, -2, 0, 0 }, 50.04246, 0.00003, 0.063 }, + { { 0, 22, -27, 0, 1, 0, 0, 0, -2, 1, 0 }, 50.04246, 0.00001, 0.379 }, + { { 0, 22, -27, 5, 0, 0, 0, 0, -2, 1, 0 }, 212.49624, 0.00003, 16.180 }, + { { 0, 22, -26, 0, -1, 0, 0, 0, -2, 1, 0 }, 60.05587, 0.00001, 0.554 }, + { { 0, 22, -26, 0, 0, 0, 0, 0, -4, 0, 0 }, 231.38614, 0.00002, 0.025 }, + { { 0, 22, -26, 0, 0, 0, 0, 0, 0, -1, 0 }, 51.38614, 0.00002, 0.286 }, + { { 0, 22, -26, 0, 0, 0, 0, 0, 0, 1, 0 }, 51.38614, 0.00002, 0.043 }, + { { 0, 22, -26, 0, 1, 0, 0, 0, -2, 1, 0 }, 218.26520, 0.00001, 0.611 }, + { { 0, 22, -26, 3, 0, 0, 0, 0, -2, 1, 0 }, 165.76042, 0.00006, 7.989 }, + { { 0, 22, -26, 4, 0, 0, 0, 0, -2, 1, 0 }, 299.85471, 0.00001, 2.460 }, + { { 0, 22, -25, 0, -2, 0, 0, 0, -3, 2, 0 }, 353.47430, 0.00003, 547.201 }, + { { 0, 22, -25, 0, -1, 0, 0, 0, -2, 0, 0 }, 55.01568, 0.00003, 0.071 }, + { { 0, 22, -25, 0, -1, 0, 0, 0, -2, 1, 0 }, 232.12775, 0.00002, 1.243 }, + { { 0, 22, -25, 0, 0, 0, 0, 0, -2, 0, 0 }, 107.32915, 0.00001, 0.072 }, + { { 0, 22, -25, 0, 0, 0, 0, 0, -2, 2, 0 }, 287.32915, 0.00001, 0.080 }, + { { 0, 22, -25, 0, 0, 0, 0, 0, 2, 0, 0 }, 82.68351, 0.00001, 0.028 }, + { { 0, 22, -25, 0, 1, 0, 0, 0, -2, 1, 0 }, 325.27517, 0.00003, 1.573 }, + { { 0, 22, -25, 0, 2, 0, 0, 0, -2, 1, 0 }, 265.71061, 0.00001, 1.813 }, + { { 0, 22, -25, 3, 0, 0, 0, 0, -1, 0, 0 }, 187.16862, 0.00001, 82.081 }, + { { 0, 22, -24, -2, 0, 0, 0, 0, -2, 1, 0 }, 234.59689, 0.00001, 1.276 }, + { { 0, 22, -24, 0, -4, 0, 0, 0, -2, 1, 0 }, 96.69689, 0.00002, 17.408 }, + { { 0, 22, -24, 0, -3, 0, 0, 0, -2, 0, 0 }, 61.44067, 0.00001, 0.076 }, + { { 0, 22, -24, 0, -3, 0, 0, 0, -2, 1, 0 }, 22.45366, 0.00004, 37.232 }, + { { 0, 22, -24, 0, -3, 0, 0, 0, -2, 2, 0 }, 61.44067, 0.00001, 0.075 }, + { { 0, 22, -24, 0, -2, 0, 0, 0, -2, 0, 0 }, 45.10611, 0.00005, 0.076 }, + { { 0, 22, -24, 0, -2, 0, 0, 0, -2, 1, 0 }, 350.55313, 0.00003, 8.996 }, + { { 0, 22, -24, 0, -2, 0, 0, 0, -2, 2, 0 }, 36.90369, 0.00002, 0.075 }, + { { 0, 22, -24, 0, -1, 0, 0, 0, -2, 1, 0 }, 23.32894, 0.00003, 5.116 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, -2, 0, 0 }, 142.38789, 0.00002, 0.077 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, -2, 1, 0 }, 347.10567, 0.00024, 3.574 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, -2, 2, 0 }, 342.20044, 0.00003, 0.074 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, -1, 0, 0 }, 168.50168, 0.00001, 1.647 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, -1, 1, -1 }, 167.04185, 0.00001, 1.292 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, 0, -1, 0 }, 350.88644, 0.00003, 0.669 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, 0, 0, 0 }, 352.56528, 0.00005, 0.085 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, 2, -1, 0 }, 178.07714, 0.00001, 0.043 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, 2, 0, 0 }, 178.03482, 0.00004, 0.027 }, + { { 0, 22, -24, 0, 0, 1, 0, 0, -2, 1, 0 }, 265.52150, 0.00001, 3.188 }, + { { 0, 22, -24, 0, 1, 0, 0, 0, -2, 0, 0 }, 111.02878, 0.00003, 0.078 }, + { { 0, 22, -24, 0, 1, 0, 0, 0, -2, 1, 0 }, 206.35408, 0.00002, 2.747 }, + { { 0, 22, -24, 0, 1, 0, 0, 0, -2, 2, 0 }, 18.62382, 0.00001, 0.073 }, + { { 0, 22, -24, 3, 0, 0, 0, 0, 0, -1, 0 }, 110.30917, 0.00002, 9.920 }, + { { 0, 22, -23, -3, 0, 0, 0, 0, -2, 1, 0 }, 132.71109, 0.00003, 3.172 }, + { { 0, 22, -23, -2, 0, 0, 0, 0, -2, 1, 0 }, 243.32376, 0.00001, 4.621 }, + { { 0, 22, -23, 0, -3, 0, 0, 0, -1, 1, -1 }, 90.68128, 0.00001, 37.167 }, + { { 0, 22, -23, 0, -2, 0, 0, 0, -1, 1, -1 }, 67.05925, 0.00002, 17.422 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 106.24455, 0.00008, 0.084 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, -2, 1, 0 }, 264.93181, 0.00002, 0.781 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, -2, 2, 0 }, 89.55520, 0.00001, 0.069 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, -1, 0, -1 }, 249.82742, 0.00003, 0.077 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, -1, 0, 0 }, 93.28807, 0.00008, 2.546 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, -1, 1, -1 }, 69.98837, 0.00029, 4.425 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, -1, 2, -1 }, 69.98834, 0.00002, 0.074 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, 0, -1, 0 }, 272.40772, 0.00059, 2.023 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, 0, 0, 0 }, 272.16585, 0.00031, 0.078 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, 0, 1, 0 }, 92.23769, 0.00001, 0.038 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, 1, -1, -1 }, 69.94416, 0.00001, 0.646 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, 2, 0, 0 }, 92.23714, 0.00009, 0.027 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, 2, 1, 0 }, 92.23769, 0.00001, 0.020 }, + { { 0, 22, -23, 0, 1, 0, 0, 0, 0, -1, 0 }, 135.06817, 0.00002, 2.439 }, + { { 0, 22, -23, 0, 1, 0, 0, 0, 0, 0, 0 }, 177.70094, 0.00003, 0.078 }, + { { 0, 22, -23, 0, 2, 0, 0, 0, 0, -1, 0 }, 226.38663, 0.00003, 3.071 }, + { { 0, 22, -23, 1, 0, 0, 0, 0, 0, -1, 0 }, 96.45579, 0.00002, 26.710 }, + { { 0, 22, -22, -4, 0, 0, 0, 0, -2, 1, 0 }, 40.23933, 0.00003, 6.535 }, + { { 0, 22, -22, -3, 0, 0, 0, 0, -1, -1, 1 }, 40.26711, 0.00002, 28.144 }, + { { 0, 22, -22, -1, 0, 0, 0, 0, 0, -1, 0 }, 269.07398, 0.00003, 38.568 }, + { { 0, 22, -22, 0, -2, 0, 0, 0, 0, -1, 0 }, 199.68106, 0.00004, 2.966 }, + { { 0, 22, -22, 0, -2, 0, 0, 0, 0, 1, -2 }, 345.16992, 0.00006, 275.284 }, + { { 0, 22, -22, 0, -1, 0, 0, 0, -2, 0, 0 }, 189.53799, 0.00001, 0.090 }, + { { 0, 22, -22, 0, -1, 0, 0, 0, -2, 2, 0 }, 9.53799, 0.00001, 0.065 }, + { { 0, 22, -22, 0, -1, 0, 0, 0, 0, -2, 0 }, 9.53799, 0.00001, 0.078 }, + { { 0, 22, -22, 0, -1, 0, 0, 0, 0, -1, 0 }, 186.92089, 0.00002, 2.373 }, + { { 0, 22, -22, 0, -1, 0, 0, 0, 0, 0, 0 }, 189.53799, 0.00001, 0.073 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, -2, -1, 0 }, 179.79678, 0.00001, 0.041 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 170.70902, 0.00014, 0.091 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, -2, 1, 0 }, 175.71949, 0.00002, 0.439 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, -2, 2, 0 }, 177.06422, 0.00004, 0.064 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, -1, 0, 0 }, 354.43227, 0.00001, 0.718 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, -1, 1, -1 }, 193.45315, 0.00001, 0.816 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 0, -2, 0 }, 179.71600, 0.00012, 0.078 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 0, -1, 0 }, 179.79992, 0.00128, 1.977 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 0, 0, -2 }, 0.11333, 0.00001, 0.076 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 0, 0, -1 }, 13.56099, 0.00004, 2.950 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 0, 0, 0 }, 2.10529, 0.00042, 0.073 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 0, 1, -2 }, 179.54555, 0.00036, 5.806 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 0, 1, 0 }, 0.76849, 0.00006, 0.037 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 0, 2, -2 }, 179.54387, 0.00002, 0.074 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 0, 2, 0 }, 179.63436, 0.00001, 0.025 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 1, -1, -1 }, 192.52457, 0.00012, 1.825 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 1, 0, -1 }, 192.43394, 0.00005, 0.079 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.66843, 0.00007, 0.040 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 2, 0, 0 }, 359.63444, 0.00010, 0.026 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 4, 0, 0 }, 359.63436, 0.00001, 0.016 }, + { { 0, 22, -22, 0, 1, 0, 0, 0, -2, 0, 0 }, 350.91483, 0.00001, 0.092 }, + { { 0, 22, -22, 0, 1, 0, 0, 0, -2, 2, 0 }, 170.91483, 0.00001, 0.064 }, + { { 0, 22, -22, 1, 0, 0, 0, 0, 1, -1, -1 }, 83.66897, 0.00001, 61.253 }, + { { 0, 22, -22, 3, 0, 0, 0, 0, 2, -1, -2 }, 266.02502, 0.00002, 148.742 }, + { { 0, 22, -21, -6, 0, 0, 0, 0, -2, 1, 0 }, 192.11340, 0.00002, 11.153 }, + { { 0, 22, -21, -2, 0, 0, 0, 0, 0, -1, 0 }, 257.93440, 0.00003, 2.261 }, + { { 0, 22, -21, 0, 0, 0, 0, 0, -1, 0, -1 }, 102.92773, 0.00003, 0.091 }, + { { 0, 22, -21, 0, 0, 0, 0, 0, 1, -2, -1 }, 102.92058, 0.00002, 0.078 }, + { { 0, 22, -21, 0, 0, 0, 0, 0, 1, -1, -1 }, 102.92084, 0.00032, 2.212 }, + { { 0, 22, -21, 0, 0, 0, 0, 0, 1, 0, -1 }, 282.92880, 0.00011, 0.073 }, + { { 0, 22, -21, 0, 0, 0, 0, 0, 2, -2, 0 }, 267.17887, 0.00001, 0.077 }, + { { 0, 22, -20, -8, 0, 0, 0, 0, -2, 1, 0 }, 135.54913, 0.00005, 38.025 }, + { { 0, 22, -20, 0, -2, 0, 0, 0, -2, 0, 0 }, 359.74858, 0.00001, 0.109 }, + { { 0, 22, -20, 0, -2, 0, 0, 0, -2, 2, 0 }, 359.74858, 0.00001, 0.058 }, + { { 0, 22, -20, 0, 0, 0, 0, 0, 0, -1, 0 }, 26.43805, 0.00001, 0.399 }, + { { 0, 22, -20, 0, 0, 0, 0, 0, 2, 0, 0 }, 25.56607, 0.00002, 0.025 }, + { { 0, 22, -19, -6, 0, 0, 0, 0, 0, 1, -2 }, 213.12571, 0.00001, 55.980 }, + { { 0, 22, -18, 0, 0, 0, 0, 0, 2, -2, 0 }, 127.99438, 0.00001, 0.063 }, + { { 0, 22, -18, 0, 0, 0, 0, 0, 2, 0, 0 }, 127.99438, 0.00001, 0.024 }, + { { 0, 22, -14, -16, 0, 0, 0, 0, 0, -1, 0 }, 64.72480, 0.00005, 838.533 }, + { { 0, 23, -36, 19, 0, 0, 0, 0, -2, 1, 0 }, 146.74605, 0.00001, 137.056 }, + { { 0, 23, -33, 15, 0, 0, 0, 0, -1, 0, 0 }, 252.22554, 0.00002, 155.060 }, + { { 0, 23, -31, 13, 0, 0, 0, 0, 0, -1, 0 }, 268.39259, 0.00002, 23.163 }, + { { 0, 23, -28, 0, 0, 0, 0, 0, -2, 0, 0 }, 236.64860, 0.00004, 0.065 }, + { { 0, 23, -28, 0, 0, 0, 0, 0, -2, 1, 0 }, 143.97142, 0.00003, 0.477 }, + { { 0, 23, -28, 0, 0, 0, 0, 0, -2, 2, 0 }, 236.64860, 0.00004, 0.090 }, + { { 0, 23, -28, 0, 0, 0, 0, 0, 0, 0, 0 }, 57.26002, 0.00002, 0.107 }, + { { 0, 23, -28, 0, 1, 0, 0, 0, -2, 0, 0 }, 50.00194, 0.00003, 0.066 }, + { { 0, 23, -28, 0, 1, 0, 0, 0, -2, 1, 0 }, 50.00194, 0.00002, 0.497 }, + { { 0, 23, -28, 2, 0, 0, 0, 0, -2, 1, 0 }, 94.95220, 0.00001, 0.970 }, + { { 0, 23, -28, 3, 0, 0, 0, 0, -2, 1, 0 }, 108.22457, 0.00003, 2.001 }, + { { 0, 23, -28, 4, 0, 0, 0, 0, -2, 1, 0 }, 39.49929, 0.00001, 31.219 }, + { { 0, 23, -27, 0, -1, 0, 0, 0, -2, 0, 0 }, 60.01536, 0.00001, 0.069 }, + { { 0, 23, -27, 0, -1, 0, 0, 0, -2, 2, 0 }, 240.01536, 0.00001, 0.083 }, + { { 0, 23, -27, 0, 0, 0, 0, 0, -4, 0, 0 }, 231.34252, 0.00002, 0.026 }, + { { 0, 23, -27, 0, 0, 0, 0, 0, -2, 0, 0 }, 56.81643, 0.00003, 0.070 }, + { { 0, 23, -27, 0, 0, 0, 0, 0, -2, 0, 2 }, 231.34252, 0.00002, 0.080 }, + { { 0, 23, -27, 0, 0, 0, 0, 0, -2, 1, 0 }, 74.65162, 0.00001, 0.914 }, + { { 0, 23, -27, 0, 0, 0, 0, 0, -2, 2, 0 }, 41.21608, 0.00001, 0.082 }, + { { 0, 23, -27, 0, 0, 0, 0, 0, 0, -1, 0 }, 51.34252, 0.00001, 0.349 }, + { { 0, 23, -27, 0, 0, 0, 0, 0, 0, 1, 0 }, 51.34252, 0.00001, 0.042 }, + { { 0, 23, -27, 0, 1, 0, 0, 0, -2, 0, 0 }, 218.22468, 0.00002, 0.070 }, + { { 0, 23, -27, 0, 1, 0, 0, 0, -2, 1, 0 }, 38.29573, 0.00003, 0.990 }, + { { 0, 23, -27, 0, 2, 0, 0, 0, -2, 1, 0 }, 205.18086, 0.00001, 1.080 }, + { { 0, 23, -27, 2, 0, 0, 0, 0, -2, 0, 0 }, 28.22856, 0.00005, 0.075 }, + { { 0, 23, -27, 2, 0, 0, 0, 0, -2, 1, 0 }, 302.89215, 0.00004, 31.913 }, + { { 0, 23, -27, 2, 0, 0, 0, 0, -2, 2, 0 }, 28.22856, 0.00005, 0.076 }, + { { 0, 23, -27, 4, 0, 0, 0, 0, -1, 1, -1 }, 26.01303, 0.00002, 46.014 }, + { { 0, 23, -27, 6, 0, 0, 0, 0, 0, 1, -2 }, 175.11891, 0.00001, 82.442 }, + { { 0, 23, -26, -2, 0, 0, 0, 0, -2, 1, 0 }, 190.77014, 0.00001, 0.864 }, + { { 0, 23, -26, 0, -1, 0, 0, 0, -2, 0, 0 }, 243.61488, 0.00003, 0.074 }, + { { 0, 23, -26, 0, -1, 0, 0, 0, -2, 1, 0 }, 91.42537, 0.00001, 5.586 }, + { { 0, 23, -26, 0, 0, -2, 0, 0, -2, 1, 0 }, 161.45105, 0.00001, 6.150 }, + { { 0, 23, -26, 0, 0, -1, 0, 0, -2, 1, 0 }, 244.69455, 0.00003, 7.773 }, + { { 0, 23, -26, 0, 0, 0, 0, 0, -2, 0, 0 }, 65.70841, 0.00008, 0.075 }, + { { 0, 23, -26, 0, 0, 0, 0, 0, -2, 1, 0 }, 71.69479, 0.00055, 10.559 }, + { { 0, 23, -26, 0, 0, 0, 0, 0, -2, 2, 0 }, 85.31386, 0.00005, 0.076 }, + { { 0, 23, -26, 0, 0, 0, 0, 0, 2, 0, 0 }, 83.06564, 0.00001, 0.028 }, + { { 0, 23, -26, 0, 0, 2, 0, 0, -2, 1, 0 }, 347.15894, 0.00003, 37.303 }, + { { 0, 23, -26, 0, 0, 3, 0, 0, -2, 1, 0 }, 237.03584, 0.00003, 140.052 }, + { { 0, 23, -26, 0, 1, 0, 0, 0, -2, 0, 0 }, 272.16512, 0.00007, 0.075 }, + { { 0, 23, -26, 0, 1, 0, 0, 0, -2, 1, 0 }, 214.48033, 0.00006, 96.157 }, + { { 0, 23, -26, 0, 1, 0, 0, 0, -2, 2, 0 }, 165.16452, 0.00003, 0.075 }, + { { 0, 23, -26, 0, 2, 0, 0, 0, -2, 1, 0 }, 84.59294, 0.00003, 13.531 }, + { { 0, 23, -26, 0, 2, 0, 0, 0, -2, 2, 0 }, 79.50844, 0.00003, 0.075 }, + { { 0, 23, -26, 0, 3, 0, 0, 0, -2, 1, 0 }, 184.75191, 0.00002, 6.321 }, + { { 0, 23, -26, 2, 0, 0, 0, 0, -1, 1, -1 }, 304.59995, 0.00001, 11.751 }, + { { 0, 23, -26, 4, 0, 0, 0, 0, 0, -1, 0 }, 30.44894, 0.00001, 3.876 }, + { { 0, 23, -25, -4, 0, 0, 0, 0, -3, -1, 2 }, 353.14913, 0.00001, 0.075 }, + { { 0, 23, -25, -4, 0, 0, 0, 0, -3, 0, 2 }, 353.14913, 0.00019, 1088.552 }, + { { 0, 23, -25, -4, 0, 0, 0, 0, -3, 1, 2 }, 353.14913, 0.00001, 0.075 }, + { { 0, 23, -25, 0, -2, 0, 0, 0, -2, 1, 0 }, 51.41451, 0.00001, 1.357 }, + { { 0, 23, -25, 0, -2, 0, 0, 0, -1, -1, 1 }, 342.74520, 0.00003, 60.846 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -3, -1, 0 }, 168.18245, 0.00002, 0.026 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -3, 0, 0 }, 168.18245, 0.00014, 0.040 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -3, 1, 0 }, 168.18245, 0.00014, 0.087 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -2, 0, 0 }, 171.20588, 0.00001, 0.081 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -2, 2, 0 }, 171.20588, 0.00001, 0.071 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, -2, 0 }, 168.18245, 0.00005, 0.038 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, -1, 0 }, 168.18245, 0.00069, 0.076 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, -1, 1 }, 346.82564, 0.00002, 5.404 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, 0, -2 }, 348.18245, 0.00002, 0.037 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, 0, -1 }, 166.79698, 0.00004, 0.075 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, 0, 0 }, 168.18245, 0.01249, 54.684 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, 0, 2 }, 348.18245, 0.00002, 0.037 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, 1, -1 }, 166.87428, 0.00030, 6.735 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, 1, 0 }, 168.18245, 0.00069, 0.075 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, 2, -1 }, 166.87469, 0.00002, 0.076 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, 2, 0 }, 168.18245, 0.00005, 0.038 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, 0, -1, 0 }, 350.43526, 0.00006, 1.151 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, 0, 0, 0 }, 352.91650, 0.00006, 0.081 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, 1, -1, 0 }, 168.18245, 0.00014, 0.087 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, 1, 0, 0 }, 168.18245, 0.00014, 0.040 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, 1, 1, 0 }, 168.18245, 0.00002, 0.026 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, 2, 0, 0 }, 358.39837, 0.00001, 0.027 }, + { { 0, 23, -25, 0, 1, 0, 0, 0, -2, 0, 0 }, 90.90554, 0.00001, 0.082 }, + { { 0, 23, -25, 0, 1, 0, 0, 0, -2, 1, 0 }, 269.86119, 0.00003, 1.011 }, + { { 0, 23, -25, 0, 1, 0, 0, 0, -2, 2, 0 }, 270.90554, 0.00001, 0.070 }, + { { 0, 23, -25, 0, 1, 0, 0, 0, -1, 0, 0 }, 90.90554, 0.00001, 9.748 }, + { { 0, 23, -25, 2, 0, 0, 0, 0, 0, -1, 0 }, 355.03871, 0.00003, 5.138 }, + { { 0, 23, -24, -3, 0, 0, 0, 0, -2, 1, 0 }, 132.52370, 0.00002, 3.223 }, + { { 0, 23, -24, 0, -2, 0, 0, 0, 0, -2, 0 }, 320.64855, 0.00001, 0.075 }, + { { 0, 23, -24, 0, -2, 0, 0, 0, 0, -1, 0 }, 13.68162, 0.00005, 26.788 }, + { { 0, 23, -24, 0, -2, 0, 0, 0, 0, 0, 0 }, 140.64855, 0.00001, 0.076 }, + { { 0, 23, -24, 0, -1, 0, 0, 0, 0, -2, 0 }, 205.73844, 0.00002, 0.076 }, + { { 0, 23, -24, 0, -1, 0, 0, 0, 0, -1, 0 }, 253.37584, 0.00003, 21.289 }, + { { 0, 23, -24, 0, -1, 0, 0, 0, 0, 0, 0 }, 163.82986, 0.00006, 0.075 }, + { { 0, 23, -24, 0, 0, -3, 0, 0, 0, -1, 0 }, 22.45596, 0.00002, 33.975 }, + { { 0, 23, -24, 0, 0, -1, 0, 0, 0, -1, 0 }, 354.69049, 0.00006, 10.274 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, -2, -1, 0 }, 272.32584, 0.00008, 0.041 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, -2, 0, -1 }, 249.19500, 0.00003, 0.040 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, -2, 0, 0 }, 270.23487, 0.00020, 0.088 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, -2, 1, -1 }, 249.19500, 0.00003, 0.087 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, -2, 1, 0 }, 271.75335, 0.00001, 0.525 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, -1, 0, 0 }, 91.98073, 0.00001, 0.982 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, -1, 1, -1 }, 69.11403, 0.00002, 1.174 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, -3, 0 }, 271.61478, 0.00002, 0.038 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, -2, 0 }, 271.61544, 0.00036, 0.076 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, -1, -2 }, 92.28110, 0.00001, 0.037 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, -1, -1 }, 249.19500, 0.00014, 0.075 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, -1, 0 }, 272.28110, 0.00629, 7.618 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, -1, 2 }, 92.28110, 0.00001, 0.037 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, 0, -1 }, 249.19500, 0.00251, 28.187 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, 0, 0 }, 93.66294, 0.00038, 0.075 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, 1, -2 }, 272.15908, 0.00009, 4.945 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, 1, -1 }, 249.19500, 0.00014, 0.076 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, 1, 0 }, 93.53059, 0.00003, 0.038 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 1, -1, -1 }, 69.14894, 0.00003, 1.084 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 2, -2, 0 }, 272.98755, 0.00007, 0.086 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 2, -1, -1 }, 249.19500, 0.00003, 0.087 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 2, -1, 0 }, 272.22276, 0.00005, 0.040 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 2, 0, -1 }, 249.19500, 0.00003, 0.040 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 2, 0, 0 }, 92.22167, 0.00009, 0.026 }, + { { 0, 23, -24, 0, 1, 0, 0, 0, -2, 0, 0 }, 359.01342, 0.00001, 0.089 }, + { { 0, 23, -24, 0, 1, 0, 0, 0, -2, 1, 0 }, 179.01342, 0.00001, 0.503 }, + { { 0, 23, -24, 0, 1, 0, 0, 0, -2, 2, 0 }, 179.01342, 0.00001, 0.066 }, + { { 0, 23, -24, 0, 1, 0, 0, 0, 0, -2, 0 }, 357.28149, 0.00001, 0.077 }, + { { 0, 23, -24, 0, 1, 0, 0, 0, 0, -1, 0 }, 29.91054, 0.00002, 4.639 }, + { { 0, 23, -24, 0, 1, 0, 0, 0, 0, 0, 0 }, 357.28149, 0.00001, 0.074 }, + { { 0, 23, -24, 0, 1, 0, 0, 0, 0, 1, -2 }, 178.39309, 0.00001, 8.480 }, + { { 0, 23, -24, 0, 2, 0, 0, 0, 0, -1, 0 }, 227.62696, 0.00004, 3.335 }, + { { 0, 23, -23, -2, 0, 0, 0, 0, 0, -1, 0 }, 214.36848, 0.00002, 14.726 }, + { { 0, 23, -23, 0, -1, 0, 0, 0, 1, -1, -1 }, 33.50446, 0.00010, 147.246 }, + { { 0, 23, -23, 0, 0, -2, 0, 0, 1, -1, -1 }, 163.77054, 0.00001, 103.989 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 171.93451, 0.00008, 0.097 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, -2, 2, 0 }, 179.48128, 0.00004, 0.062 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, -1, -1, -1 }, 192.75345, 0.00005, 0.041 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, -1, 0, -1 }, 193.22752, 0.00011, 0.088 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 0, -2, 0 }, 190.86690, 0.00001, 0.082 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 0, -1, 0 }, 179.40950, 0.00019, 0.884 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 0, 0, 0 }, 1.25032, 0.00011, 0.070 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 0, 1, 0 }, 359.59068, 0.00002, 0.036 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 0, 2, 0 }, 179.58667, 0.00002, 0.024 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, -3, -1 }, 192.75653, 0.00002, 0.038 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, -2, -1 }, 192.75686, 0.00024, 0.076 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, -2, 0 }, 359.86167, 0.00001, 4.094 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, -1, -2 }, 359.67965, 0.00002, 0.075 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, -1, -1 }, 192.75345, 0.00443, 12.901 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, 0, -2 }, 359.67965, 0.00030, 11.205 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, 0, -1 }, 16.14215, 0.00008, 0.075 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, 1, -2 }, 359.67965, 0.00002, 0.076 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 2, -3, 0 }, 0.00509, 0.00001, 1.556 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 2, -1, -2 }, 179.59066, 0.00002, 1.024 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.43648, 0.00003, 0.039 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 2, 0, 0 }, 359.58949, 0.00013, 0.026 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 2, 1, 0 }, 359.59068, 0.00002, 0.019 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 3, -2, -1 }, 192.74996, 0.00005, 0.087 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 3, -1, -1 }, 192.75345, 0.00005, 0.040 }, + { { 0, 23, -22, -6, 0, 0, 0, 0, -1, -1, 1 }, 287.01482, 0.00002, 197.578 }, + { { 0, 23, -22, -4, 0, 0, 0, 0, 0, -1, 0 }, 217.19059, 0.00016, 220.195 }, + { { 0, 23, -22, -2, 0, 0, 0, 0, 1, -1, -1 }, 281.83276, 0.00003, 70.700 }, + { { 0, 23, -22, 0, -1, 0, 0, 0, 2, -1, -2 }, 180.75207, 0.00001, 16.514 }, + { { 0, 23, -22, 0, 0, -1, 0, 0, 2, -1, -2 }, 180.65569, 0.00001, 98.033 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 0, -1, -2 }, 274.98030, 0.00004, 0.040 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 0, 0, -2 }, 274.98030, 0.00003, 0.087 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 1, -1, -1 }, 103.43098, 0.00004, 0.928 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 1, 0, -1 }, 282.88414, 0.00004, 0.070 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 2, -3, -2 }, 274.98030, 0.00001, 0.038 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 2, -2, -2 }, 274.98126, 0.00017, 0.076 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 2, -1, -2 }, 274.98030, 0.00305, 42.111 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 2, 0, -2 }, 276.69207, 0.00011, 0.075 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 2, 1, -2 }, 274.98030, 0.00001, 0.038 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 4, -2, -2 }, 274.98030, 0.00003, 0.087 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 4, -1, -2 }, 274.98030, 0.00004, 0.040 }, + { { 0, 23, -21, -6, 0, 0, 0, 0, 0, -1, 0 }, 49.53566, 0.00003, 16.999 }, + { { 0, 23, -21, -2, 0, 0, 0, 0, 2, -1, -2 }, 179.78697, 0.00001, 25.239 }, + { { 0, 23, -21, 0, 0, 0, 0, 0, 2, 0, 0 }, 20.00646, 0.00001, 0.024 }, + { { 0, 23, -19, -13, 0, 0, 0, 0, -2, 1, 0 }, 95.35390, 0.00005, 151.533 }, + { { 0, 23, -19, -11, 0, 0, 0, 0, -1, 1, -1 }, 328.06014, 0.00002, 332.942 }, + { { 0, 24, -30, 4, 0, 0, 0, 0, -2, 1, 0 }, 291.62825, 0.00003, 2.920 }, + { { 0, 24, -30, 6, 0, 0, 0, 0, -1, -1, 1 }, 347.03519, 0.00009, 1486.561 }, + { { 0, 24, -30, 8, 0, 0, 0, 0, 0, -1, 0 }, 107.93235, 0.00003, 97.320 }, + { { 0, 24, -29, 0, 0, 0, 0, 0, -2, 0, 0 }, 318.18570, 0.00003, 0.068 }, + { { 0, 24, -29, 0, 0, 0, 0, 0, -2, 1, 0 }, 143.95409, 0.00002, 0.681 }, + { { 0, 24, -29, 0, 0, 0, 0, 0, -2, 2, 0 }, 233.47713, 0.00001, 0.085 }, + { { 0, 24, -29, 0, 1, 0, 0, 0, -2, 0, 0 }, 49.95990, 0.00003, 0.068 }, + { { 0, 24, -29, 0, 1, 0, 0, 0, -2, 1, 0 }, 229.91029, 0.00003, 0.722 }, + { { 0, 24, -29, 2, 0, 0, 0, 0, -2, 0, 0 }, 94.91015, 0.00001, 0.073 }, + { { 0, 24, -29, 2, 0, 0, 0, 0, -2, 1, 0 }, 115.17334, 0.00001, 2.464 }, + { { 0, 24, -29, 2, 0, 0, 0, 0, -2, 2, 0 }, 94.91015, 0.00001, 0.078 }, + { { 0, 24, -29, 6, 0, 0, 0, 0, 0, -1, 0 }, 115.40239, 0.00001, 18.835 }, + { { 0, 24, -28, 0, -1, 0, 0, 0, -2, 1, 0 }, 21.70337, 0.00002, 1.807 }, + { { 0, 24, -28, 0, 0, 0, 0, 0, -2, 0, 0 }, 97.74809, 0.00001, 0.073 }, + { { 0, 24, -28, 0, 0, 0, 0, 0, -2, 1, 0 }, 42.48034, 0.00001, 2.131 }, + { { 0, 24, -28, 0, 0, 0, 0, 0, -2, 2, 0 }, 97.74809, 0.00001, 0.078 }, + { { 0, 24, -28, 0, 1, 0, 0, 0, -2, 0, 0 }, 38.24715, 0.00006, 0.073 }, + { { 0, 24, -28, 0, 2, 0, 0, 0, -2, 1, 0 }, 290.92554, 0.00003, 3.327 }, + { { 0, 24, -28, 0, 2, 0, 0, 0, -2, 2, 0 }, 205.72722, 0.00002, 0.077 }, + { { 0, 24, -27, -1, 0, 0, 0, 0, -2, 0, 0 }, 218.20623, 0.00002, 0.075 }, + { { 0, 24, -27, -1, 0, 0, 0, 0, -2, 1, 0 }, 218.20623, 0.00028, 1155.779 }, + { { 0, 24, -27, -1, 0, 0, 0, 0, -2, 2, 0 }, 218.20623, 0.00002, 0.075 }, + { { 0, 24, -27, 0, -2, 0, 0, 0, -2, 1, 0 }, 356.00863, 0.00001, 2.761 }, + { { 0, 24, -27, 0, -1, 0, 0, 0, -2, 0, 0 }, 234.92349, 0.00003, 0.078 }, + { { 0, 24, -27, 0, -1, 0, 0, 0, -2, 1, 0 }, 238.24589, 0.00003, 2.240 }, + { { 0, 24, -27, 0, 0, 0, 0, 0, -2, 1, 0 }, 75.28694, 0.00002, 1.884 }, + { { 0, 24, -27, 0, 0, 0, 0, 0, 0, -1, 0 }, 90.23809, 0.00001, 0.804 }, + { { 0, 24, -27, 0, 2, 0, 0, 0, -1, -1, 1 }, 128.32489, 0.00002, 48.022 }, + { { 0, 24, -27, 3, 0, 0, 0, 0, 0, 1, -2 }, 147.55131, 0.00002, 54.525 }, + { { 0, 24, -26, -4, 0, 0, 0, 0, -2, 1, 0 }, 173.26326, 0.00001, 1.678 }, + { { 0, 24, -26, -3, 0, 0, 0, 0, -2, 0, 0 }, 209.67391, 0.00002, 0.075 }, + { { 0, 24, -26, -3, 0, 0, 0, 0, -2, 1, 0 }, 12.01906, 0.00007, 15.568 }, + { { 0, 24, -26, -3, 0, 0, 0, 0, -2, 2, 0 }, 209.67391, 0.00002, 0.076 }, + { { 0, 24, -26, 0, -1, 0, 0, 0, 0, -1, 0 }, 190.30690, 0.00001, 3.053 }, + { { 0, 24, -26, 0, 0, 0, 0, 0, -2, 0, 0 }, 164.47616, 0.00004, 0.085 }, + { { 0, 24, -26, 0, 0, 0, 0, 0, -2, 2, 0 }, 145.95644, 0.00001, 0.068 }, + { { 0, 24, -26, 0, 0, 0, 0, 0, -1, 1, -1 }, 166.65002, 0.00002, 2.096 }, + { { 0, 24, -26, 0, 0, 0, 0, 0, 0, -2, 0 }, 352.76050, 0.00005, 0.074 }, + { { 0, 24, -26, 0, 0, 0, 0, 0, 0, -1, 0 }, 350.13490, 0.00055, 4.112 }, + { { 0, 24, -26, 0, 0, 0, 0, 0, 0, 0, 0 }, 351.57139, 0.00017, 0.077 }, + { { 0, 24, -26, 0, 1, 0, 0, 0, 0, -2, 0 }, 90.90931, 0.00001, 0.075 }, + { { 0, 24, -26, 0, 1, 0, 0, 0, 0, -1, 0 }, 214.34367, 0.00004, 6.294 }, + { { 0, 24, -26, 0, 1, 0, 0, 0, 0, 0, 0 }, 270.90931, 0.00001, 0.076 }, + { { 0, 24, -26, 0, 2, 0, 0, 0, 0, -1, 0 }, 301.43826, 0.00003, 13.407 }, + { { 0, 24, -26, 0, 3, 0, 0, 0, 0, -2, 0 }, 155.46496, 0.00001, 0.075 }, + { { 0, 24, -26, 0, 3, 0, 0, 0, 0, -1, 0 }, 155.46496, 0.00019, 102.937 }, + { { 0, 24, -26, 0, 3, 0, 0, 0, 0, 0, 0 }, 155.46496, 0.00001, 0.075 }, + { { 0, 24, -25, -5, 0, 0, 0, 0, -2, 1, 0 }, 352.93979, 0.00001, 7.837 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, -2, 0, 0 }, 272.11520, 0.00003, 0.093 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, 0, -1, 0 }, 271.65702, 0.00015, 1.321 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, 0, 0, 0 }, 92.07652, 0.00009, 0.071 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, 0, 1, -2 }, 272.14532, 0.00001, 2.362 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, 1, -2, -1 }, 68.28310, 0.00001, 0.074 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, 1, -2, 0 }, 92.27462, 0.00001, 7.680 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, 1, -1, -1 }, 68.28288, 0.00020, 3.367 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, 1, 0, -1 }, 68.28289, 0.00007, 0.077 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, 2, -1, 0 }, 92.20468, 0.00002, 0.039 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, 2, 0, 0 }, 92.20433, 0.00007, 0.026 }, + { { 0, 24, -25, 0, 1, 0, 0, 0, 0, -1, 0 }, 178.97611, 0.00001, 1.189 }, + { { 0, 24, -24, -7, 0, 0, 0, 0, -2, 1, 0 }, 143.72223, 0.00001, 5.236 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, -2, 0, 0 }, 179.49373, 0.00007, 0.103 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, -2, 2, 0 }, 179.38178, 0.00001, 0.060 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 0, -4, 0 }, 179.43126, 0.00001, 0.026 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 0, -3, 0 }, 179.43126, 0.00012, 0.040 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 0, -2, 0 }, 0.76840, 0.00001, 0.087 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 0, -1, 0 }, 181.58933, 0.00006, 0.569 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 0, 0, 0 }, 359.87784, 0.00007, 0.067 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 0, 1, 0 }, 359.54503, 0.00001, 0.035 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 1, -1, -1 }, 193.62043, 0.00004, 1.422 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, -5, 0 }, 179.42979, 0.00004, 0.038 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, -4, 0 }, 179.42976, 0.00056, 0.075 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, -3, -2 }, 359.43126, 0.00002, 0.037 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, -3, 0 }, 179.43126, 0.01017, 58.088 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, -3, 2 }, 359.43126, 0.00002, 0.037 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, -2, 0 }, 179.48665, 0.00106, 0.076 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, -1, -2 }, 179.55185, 0.00011, 2.851 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.48244, 0.00007, 0.038 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, 0, 0 }, 359.54378, 0.00010, 0.025 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, 1, 0 }, 359.54502, 0.00001, 0.019 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 4, -4, 0 }, 179.43276, 0.00011, 0.087 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 4, -3, 0 }, 179.43126, 0.00012, 0.040 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 4, -2, 0 }, 179.43032, 0.00001, 0.026 }, + { { 0, 24, -23, 0, 0, 0, 0, 0, 1, -1, -1 }, 102.83859, 0.00001, 0.587 }, + { { 0, 24, -23, 0, 0, 0, 0, 0, 2, 0, 0 }, 273.95941, 0.00002, 0.025 }, + { { 0, 24, -22, -7, 0, 0, 0, 0, 0, -1, 0 }, 259.07143, 0.00003, 28.562 }, + { { 0, 24, -22, 0, 0, 0, 0, 0, 2, 0, 0 }, 20.46127, 0.00001, 0.024 }, + { { 0, 24, -21, -9, 0, 0, 0, 0, 0, -1, 0 }, 260.39049, 0.00002, 35.266 }, + { { 0, 25, -35, 11, 0, 0, 0, 0, -2, 1, 0 }, 125.39758, 0.00002, 205.390 }, + { { 0, 25, -33, 7, 0, 0, 0, 0, -2, 1, 0 }, 316.69450, 0.00002, 8.206 }, + { { 0, 25, -31, 2, 0, 0, 0, 0, -2, 1, 0 }, 231.24439, 0.00003, 1.282 }, + { { 0, 25, -31, 3, 0, 0, 0, 0, -2, 1, 0 }, 132.60731, 0.00001, 4.023 }, + { { 0, 25, -31, 4, 0, 0, 0, 0, -2, 1, 0 }, 291.59064, 0.00003, 3.533 }, + { { 0, 25, -30, 0, -1, 0, 0, 0, -2, 1, 0 }, 152.02113, 0.00001, 1.078 }, + { { 0, 25, -30, 0, 0, 0, 0, 0, -2, 0, 0 }, 293.15553, 0.00003, 0.071 }, + { { 0, 25, -30, 0, 0, 0, 0, 0, -2, 2, 0 }, 246.80950, 0.00002, 0.081 }, + { { 0, 25, -30, 0, 1, 0, 0, 0, -2, 0, 0 }, 229.86582, 0.00005, 0.071 }, + { { 0, 25, -30, 1, 0, 0, 0, 0, -2, 1, 0 }, 50.72670, 0.00001, 3.205 }, + { { 0, 25, -30, 2, 0, 0, 0, 0, -2, 0, 0 }, 274.86663, 0.00002, 0.077 }, + { { 0, 25, -30, 2, 0, 0, 0, 0, -2, 1, 0 }, 88.33759, 0.00002, 4.552 }, + { { 0, 25, -30, 2, 0, 0, 0, 0, -2, 2, 0 }, 274.86663, 0.00002, 0.074 }, + { { 0, 25, -30, 5, 0, 0, 0, 0, 0, -1, 0 }, 74.25677, 0.00003, 24.543 }, + { { 0, 25, -29, 0, -3, 0, 0, 0, -2, 1, 0 }, 137.89015, 0.00001, 10.355 }, + { { 0, 25, -29, 0, -2, 0, 0, 0, -2, 0, 0 }, 312.14482, 0.00006, 0.075 }, + { { 0, 25, -29, 0, -2, 0, 0, 0, -2, 1, 0 }, 218.68261, 0.00003, 81.524 }, + { { 0, 25, -29, 0, -2, 0, 0, 0, -2, 2, 0 }, 66.59932, 0.00001, 0.076 }, + { { 0, 25, -29, 0, -1, 0, 0, 0, -2, 0, 0 }, 186.99279, 0.00003, 0.076 }, + { { 0, 25, -29, 0, -1, 0, 0, 0, -2, 1, 0 }, 192.25738, 0.00002, 13.882 }, + { { 0, 25, -29, 0, -1, 0, 0, 0, -2, 2, 0 }, 224.16544, 0.00002, 0.075 }, + { { 0, 25, -29, 0, 0, -2, 0, 0, -2, 1, 0 }, 245.98700, 0.00001, 11.307 }, + { { 0, 25, -29, 0, 0, 0, 0, 0, -2, -1, 0 }, 51.24951, 0.00001, 0.038 }, + { { 0, 25, -29, 0, 0, 0, 0, 0, -2, 0, 2 }, 51.24951, 0.00002, 0.073 }, + { { 0, 25, -29, 0, 0, 0, 0, 0, -2, 1, 0 }, 105.49336, 0.00003, 6.396 }, + { { 0, 25, -29, 0, 0, 0, 0, 0, -2, 2, 0 }, 228.23362, 0.00002, 0.075 }, + { { 0, 25, -29, 0, 0, 1, 0, 0, -2, 1, 0 }, 139.02138, 0.00001, 5.255 }, + { { 0, 25, -29, 0, 1, 0, 0, 0, -2, 0, 0 }, 220.29406, 0.00002, 0.077 }, + { { 0, 25, -29, 0, 1, 0, 0, 0, -2, 1, 0 }, 82.67868, 0.00002, 4.156 }, + { { 0, 25, -29, 3, 0, 0, 0, 0, 0, -2, 0 }, 358.07189, 0.00001, 0.075 }, + { { 0, 25, -29, 3, 0, 0, 0, 0, 0, -1, 0 }, 284.28691, 0.00001, 44.205 }, + { { 0, 25, -29, 3, 0, 0, 0, 0, 0, 0, 0 }, 358.07189, 0.00001, 0.076 }, + { { 0, 25, -28, -2, 0, 0, 0, 0, -2, 0, 0 }, 190.52767, 0.00002, 0.076 }, + { { 0, 25, -28, -2, 0, 0, 0, 0, -2, 2, 0 }, 190.52767, 0.00002, 0.075 }, + { { 0, 25, -28, 0, -1, 0, 0, 0, -1, 1, -1 }, 9.23648, 0.00002, 54.729 }, + { { 0, 25, -28, 0, 0, 0, 0, 0, -1, 0, 0 }, 253.20580, 0.00001, 3.713 }, + { { 0, 25, -28, 0, 0, 0, 0, 0, -1, 1, -1 }, 253.36858, 0.00013, 9.749 }, + { { 0, 25, -28, 0, 0, 0, 0, 0, 0, -1, 0 }, 43.01180, 0.00001, 1.619 }, + { { 0, 25, -28, 0, 1, 0, 0, 0, 0, -1, 0 }, 283.66296, 0.00001, 1.875 }, + { { 0, 25, -27, -4, 0, 0, 0, 0, -2, 0, 0 }, 173.13905, 0.00002, 0.076 }, + { { 0, 25, -27, -4, 0, 0, 0, 0, -2, 2, 0 }, 173.13905, 0.00002, 0.075 }, + { { 0, 25, -27, 0, -4, 0, 0, 0, 0, -1, 0 }, 72.96086, 0.00001, 22.170 }, + { { 0, 25, -27, 0, -3, 0, 0, 0, 0, -1, 0 }, 62.26536, 0.00001, 7.727 }, + { { 0, 25, -27, 0, -1, 0, 0, 0, 0, -1, 0 }, 190.53926, 0.00001, 3.356 }, + { { 0, 25, -27, 0, 0, 0, 0, 0, -2, 2, 0 }, 176.16032, 0.00002, 0.065 }, + { { 0, 25, -27, 0, 0, 0, 0, 0, 0, -2, 0 }, 179.51764, 0.00004, 0.078 }, + { { 0, 25, -27, 0, 0, 0, 0, 0, 0, -1, 0 }, 353.09459, 0.00015, 2.616 }, + { { 0, 25, -27, 0, 0, 0, 0, 0, 0, 0, -2 }, 356.31599, 0.00002, 0.076 }, + { { 0, 25, -27, 0, 0, 0, 0, 0, 0, 0, -1 }, 346.36652, 0.00002, 4.639 }, + { { 0, 25, -27, 0, 0, 0, 0, 0, 0, 0, 0 }, 177.21198, 0.00010, 0.073 }, + { { 0, 25, -27, 0, 0, 0, 0, 0, 0, 1, -2 }, 356.31599, 0.00034, 20.488 }, + { { 0, 25, -27, 0, 0, 0, 0, 0, 0, 2, -2 }, 356.31599, 0.00002, 0.075 }, + { { 0, 25, -27, 0, 0, 0, 0, 0, 1, -1, -1 }, 166.59911, 0.00002, 1.489 }, + { { 0, 25, -27, 0, 0, 0, 0, 0, 2, -2, 0 }, 357.88212, 0.00001, 0.084 }, + { { 0, 25, -27, 0, 1, 0, 0, 0, 0, -1, 0 }, 270.63228, 0.00003, 2.143 }, + { { 0, 25, -26, -2, 0, 0, 0, 0, 0, 1, -2 }, 124.38911, 0.00001, 68.695 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, -2, 0, 0 }, 91.62336, 0.00002, 0.099 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, -2, 2, 0 }, 91.62336, 0.00002, 0.061 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, -1, 1, -3 }, 67.08515, 0.00001, 0.040 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, -1, 2, -3 }, 67.08515, 0.00001, 0.087 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 0, -2, 0 }, 91.56907, 0.00001, 0.084 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 0, -1, 0 }, 276.85499, 0.00002, 0.723 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 0, 0, 0 }, 91.94076, 0.00005, 0.068 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 1, -1, -1 }, 67.33934, 0.00012, 3.044 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 1, 0, -3 }, 67.08515, 0.00005, 0.075 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 1, 0, -2 }, 92.29347, 0.00003, 6.180 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 1, 0, -1 }, 247.18588, 0.00003, 0.074 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 1, 1, -3 }, 67.08515, 0.00094, 201.839 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 1, 2, -3 }, 67.08515, 0.00005, 0.075 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 2, -1, -2 }, 272.18568, 0.00001, 1.379 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 2, -1, 0 }, 92.18605, 0.00002, 0.038 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 2, 0, 0 }, 92.18570, 0.00005, 0.025 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 3, 0, -3 }, 67.08515, 0.00001, 0.087 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 3, 1, -3 }, 67.08515, 0.00001, 0.040 }, + { { 0, 25, -25, -8, 0, 0, 0, 0, -2, 1, 0 }, 115.83891, 0.00001, 10.295 }, + { { 0, 25, -25, 0, 0, 0, 0, 0, -2, 0, 0 }, 179.44774, 0.00006, 0.110 }, + { { 0, 25, -25, 0, 0, 0, 0, 0, 0, -2, 0 }, 359.55143, 0.00003, 0.092 }, + { { 0, 25, -25, 0, 0, 0, 0, 0, 0, 0, 0 }, 359.88013, 0.00005, 0.064 }, + { { 0, 25, -25, 0, 0, 0, 0, 0, 2, -2, 0 }, 179.67918, 0.00001, 0.072 }, + { { 0, 25, -25, 0, 0, 0, 0, 0, 2, -1, -2 }, 179.50544, 0.00014, 3.639 }, + { { 0, 25, -25, 0, 0, 0, 0, 0, 2, -1, 0 }, 359.48910, 0.00001, 0.037 }, + { { 0, 25, -25, 0, 0, 0, 0, 0, 2, 0, 0 }, 359.49691, 0.00008, 0.025 }, + { { 0, 25, -25, 0, 0, 0, 0, 0, 2, 2, 0 }, 359.50180, 0.00001, 0.015 }, + { { 0, 25, -24, -3, 0, 0, 0, 0, 2, -3, 0 }, 123.09736, 0.00001, 75.446 }, + { { 0, 25, -24, 0, 0, 0, 0, 0, 2, 0, 0 }, 274.79987, 0.00001, 0.024 }, + { { 0, 25, -21, -15, 0, 0, 0, 0, -2, 1, 0 }, 207.92314, 0.00003, 5.523 }, + { { 0, 25, -21, -12, 0, 0, 0, 0, 0, -1, 0 }, 302.10364, 0.00005, 473.049 }, + { { 0, 25, -18, -21, 0, 0, 0, 0, -2, 1, 0 }, 301.59579, 0.00001, 110.782 }, + { { 0, 26, -37, 15, 0, 0, 0, 0, 0, -1, 0 }, 308.09385, 0.00001, 59.214 }, + { { 0, 26, -36, 10, 0, 0, 0, 0, -2, 1, 0 }, 167.15205, 0.00001, 10.131 }, + { { 0, 26, -35, 8, 0, 0, 0, 0, -2, 1, 0 }, 65.16050, 0.00003, 28.298 }, + { { 0, 26, -34, 6, 0, 0, 0, 0, -2, 0, 0 }, 109.50776, 0.00001, 0.075 }, + { { 0, 26, -34, 6, 0, 0, 0, 0, -2, 2, 0 }, 109.50776, 0.00001, 0.076 }, + { { 0, 26, -33, 4, 0, 0, 0, 0, -2, 0, 0 }, 80.74875, 0.00002, 0.075 }, + { { 0, 26, -33, 4, 0, 0, 0, 0, -2, 1, 0 }, 291.65188, 0.00001, 10.941 }, + { { 0, 26, -33, 4, 0, 0, 0, 0, -2, 2, 0 }, 80.74875, 0.00002, 0.076 }, + { { 0, 26, -32, 0, 1, 0, 0, 0, -2, 1, 0 }, 142.00107, 0.00001, 0.882 }, + { { 0, 26, -32, 2, 0, 0, 0, 0, -2, 0, 0 }, 231.19979, 0.00004, 0.075 }, + { { 0, 26, -32, 2, 0, 0, 0, 0, -2, 1, 0 }, 208.74074, 0.00004, 6.461 }, + { { 0, 26, -32, 2, 0, 0, 0, 0, -2, 2, 0 }, 231.19979, 0.00004, 0.076 }, + { { 0, 26, -32, 3, 0, 0, 0, 0, -2, 1, 0 }, 20.15985, 0.00002, 2.653 }, + { { 0, 26, -32, 4, 0, 0, 0, 0, -1, 0, 0 }, 109.64501, 0.00001, 46.311 }, + { { 0, 26, -31, 0, -1, 0, 0, 0, -2, 0, 0 }, 152.01448, 0.00002, 0.074 }, + { { 0, 26, -31, 0, -1, 0, 0, 0, -2, 1, 0 }, 163.44569, 0.00002, 3.307 }, + { { 0, 26, -31, 0, 0, 0, 0, 0, -2, -2, 2 }, 143.91561, 0.00002, 0.076 }, + { { 0, 26, -31, 0, 0, 0, 0, 0, -2, 0, 2 }, 143.91561, 0.00002, 0.075 }, + { { 0, 26, -31, 0, 0, 0, 0, 0, -2, 1, 0 }, 140.10012, 0.00001, 4.584 }, + { { 0, 26, -31, 0, 0, 0, 0, 0, -2, 2, 0 }, 150.46288, 0.00002, 0.077 }, + { { 0, 26, -31, 0, 0, 2, 0, 0, -2, 1, 0 }, 312.59881, 0.00003, 6.656 }, + { { 0, 26, -31, 0, 1, 0, 0, 0, -2, 0, 0 }, 109.35886, 0.00007, 0.075 }, + { { 0, 26, -31, 0, 3, 0, 0, 0, -2, 0, 0 }, 286.32040, 0.00002, 0.076 }, + { { 0, 26, -31, 0, 3, 0, 0, 0, -2, 1, 0 }, 264.64932, 0.00005, 28.754 }, + { { 0, 26, -31, 1, 0, 0, 0, 0, -2, 1, 0 }, 50.68176, 0.00001, 3.189 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, -2, -1, 0 }, 21.86259, 0.00002, 0.039 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, -2, 0, 0 }, 33.93243, 0.00002, 0.080 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, -2, 1, 0 }, 51.20022, 0.00003, 1.279 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, -2, 2, 0 }, 51.00643, 0.00001, 0.071 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, -1, -1, 1 }, 158.66232, 0.00001, 16.230 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, -1, 0, 0 }, 336.42869, 0.00002, 9.511 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, 0, -2, 0 }, 357.93767, 0.00003, 0.070 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, 0, 0, 0 }, 177.93767, 0.00004, 0.082 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, 2, -2, 0 }, 177.93767, 0.00005, 0.095 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, 2, -1, 0 }, 177.93767, 0.00008, 0.042 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, 2, 0, 0 }, 177.93767, 0.00001, 0.027 }, + { { 0, 26, -30, 2, 0, 0, 0, 0, 0, -1, 0 }, 71.12624, 0.00003, 14.042 }, + { { 0, 26, -29, -4, 0, 0, 0, 0, -2, -1, 2 }, 265.15296, 0.00003, 88.047 }, + { { 0, 26, -29, -4, 0, 0, 0, 0, -2, 1, 0 }, 265.30443, 0.00001, 2.900 }, + { { 0, 26, -29, -3, 0, 0, 0, 0, -2, 0, 0 }, 174.80303, 0.00001, 0.077 }, + { { 0, 26, -29, -3, 0, 0, 0, 0, -2, 1, 0 }, 125.73411, 0.00004, 5.353 }, + { { 0, 26, -29, -3, 0, 0, 0, 0, -2, 2, 0 }, 174.80303, 0.00001, 0.074 }, + { { 0, 26, -29, -2, 0, 0, 0, 0, -2, 1, 0 }, 190.63963, 0.00001, 1.392 }, + { { 0, 26, -29, -2, 0, 0, 0, 0, -1, -1, 1 }, 138.15485, 0.00002, 569.866 }, + { { 0, 26, -29, 0, -1, 0, 0, 0, 0, -1, 0 }, 154.67102, 0.00002, 13.080 }, + { { 0, 26, -29, 0, 0, -1, 0, 0, 0, -1, 0 }, 141.06638, 0.00001, 38.315 }, + { { 0, 26, -29, 0, 0, 0, -1, 0, 0, -1, 0 }, 270.16505, 0.00001, 246.676 }, + { { 0, 26, -29, 0, 0, 0, 0, -2, 0, -1, 0 }, 173.11127, 0.00003, 233.097 }, + { { 0, 26, -29, 0, 0, 0, 0, -1, 0, -1, 0 }, 308.27387, 0.00003, 562.132 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -4, -1, 0 }, 75.00074, 0.00001, 0.020 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -4, 0, 0 }, 75.00074, 0.00003, 0.028 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -4, 1, 0 }, 75.00074, 0.00002, 0.044 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -2, -3, 0 }, 75.00074, 0.00001, 0.020 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -2, -2, 0 }, 75.00074, 0.00015, 0.026 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -2, -1, 0 }, 74.98814, 0.00121, 0.040 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -2, 0, 0 }, 74.77825, 0.00131, 0.087 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -1, -1, 0 }, 255.00074, 0.00003, 0.081 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -4, 0 }, 75.00074, 0.00003, 0.025 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -3, 0 }, 75.04732, 0.00039, 0.038 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -2, -2 }, 255.00074, 0.00003, 0.025 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -2, 0 }, 75.04726, 0.00579, 0.075 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -2, 2 }, 255.00074, 0.00001, 0.074 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -1, -2 }, 255.00074, 0.00021, 0.037 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -1, 0 }, 75.00074, 0.10489, 127.422 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -1, 2 }, 255.00074, 0.00021, 0.037 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, 0, -2 }, 255.00074, 0.00001, 0.074 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, 0, -1 }, 72.64665, 0.00001, 6.293 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, 0, 0 }, 75.28520, 0.00505, 0.075 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, 0, 2 }, 255.00074, 0.00003, 0.025 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, 1, 0 }, 75.28512, 0.00034, 0.038 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, 2, 0 }, 75.00074, 0.00003, 0.025 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 1, -1, 0 }, 255.00074, 0.00003, 0.081 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 2, -2, 0 }, 74.95368, 0.00116, 0.087 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 2, -1, 0 }, 75.01355, 0.00120, 0.040 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 2, 0, 0 }, 75.00074, 0.00015, 0.026 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 2, 1, 0 }, 75.00074, 0.00001, 0.020 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 4, -3, 0 }, 75.00074, 0.00002, 0.044 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 4, -2, 0 }, 75.00074, 0.00003, 0.028 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 4, -1, 0 }, 75.00074, 0.00001, 0.020 }, + { { 0, 26, -29, 0, 0, 1, 0, 0, 0, -1, 0 }, 336.28701, 0.00003, 23.926 }, + { { 0, 26, -29, 0, 1, 0, 0, 0, 0, -1, 0 }, 14.10252, 0.00003, 10.852 }, + { { 0, 26, -29, 0, 2, 0, 0, 0, 0, -1, 0 }, 271.64168, 0.00001, 5.667 }, + { { 0, 26, -29, 2, 0, 0, 0, 0, 1, -1, -1 }, 49.89204, 0.00002, 57.304 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, -2, -2, 0 }, 332.06381, 0.00001, 0.027 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, -2, -1, 0 }, 332.06381, 0.00008, 0.042 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, -2, 0, 0 }, 332.06381, 0.00005, 0.095 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, -1, -1, -1 }, 166.27827, 0.00004, 0.040 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 0, -2, 0 }, 332.05047, 0.00004, 0.082 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 0, -1, 0 }, 351.42578, 0.00002, 0.992 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 0, 0, 0 }, 159.94225, 0.00007, 0.070 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 1, -3, -1 }, 166.27827, 0.00001, 0.038 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 1, -2, -1 }, 166.26439, 0.00017, 0.075 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 1, -1, -1 }, 166.27827, 0.00314, 21.779 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 1, 0, -1 }, 166.30776, 0.00031, 0.076 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 1, 1, -1 }, 166.27827, 0.00001, 0.038 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 2, -1, 0 }, 152.06381, 0.00001, 0.039 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 2, 0, 0 }, 358.96800, 0.00002, 0.026 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 3, -2, -1 }, 166.29218, 0.00003, 0.087 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 3, -1, -1 }, 166.27827, 0.00004, 0.041 }, + { { 0, 26, -28, 0, 0, 1, 0, 0, 1, -1, -1 }, 301.76116, 0.00001, 83.548 }, + { { 0, 26, -28, 0, 1, 0, 0, 0, 1, -1, -1 }, 75.29450, 0.00002, 26.051 }, + { { 0, 26, -28, 2, 0, 0, 0, 0, 2, -1, -2 }, 179.50859, 0.00001, 27.538 }, + { { 0, 26, -27, -7, 0, 0, 0, 0, -2, 1, 0 }, 55.96385, 0.00002, 16.646 }, + { { 0, 26, -27, 0, 0, 0, 0, 0, 0, -1, 0 }, 272.12403, 0.00001, 0.498 }, + { { 0, 26, -27, 0, 0, 0, 0, 0, 0, 0, 0 }, 92.08159, 0.00001, 0.066 }, + { { 0, 26, -27, 0, 0, 0, 0, 0, 1, -1, -1 }, 66.31105, 0.00001, 1.048 }, + { { 0, 26, -27, 0, 0, 0, 0, 0, 2, -3, 0 }, 272.16564, 0.00002, 4.277 }, + { { 0, 26, -27, 0, 0, 0, 0, 0, 2, -2, -2 }, 272.16399, 0.00002, 0.075 }, + { { 0, 26, -27, 0, 0, 0, 0, 0, 2, -1, -2 }, 272.16399, 0.00044, 10.032 }, + { { 0, 26, -27, 0, 0, 0, 0, 0, 2, -1, 0 }, 92.16617, 0.00001, 0.037 }, + { { 0, 26, -27, 0, 0, 0, 0, 0, 2, 0, -2 }, 272.16399, 0.00002, 0.076 }, + { { 0, 26, -27, 0, 0, 0, 0, 0, 2, 0, 0 }, 92.16582, 0.00004, 0.025 }, + { { 0, 26, -27, 0, 1, 0, 0, 0, 2, -1, -2 }, 262.65658, 0.00001, 65.026 }, + { { 0, 26, -26, -9, 0, 0, 0, 0, -2, 0, 0 }, 206.76176, 0.00002, 0.075 }, + { { 0, 26, -26, -9, 0, 0, 0, 0, -2, 1, 0 }, 319.16551, 0.00007, 303.701 }, + { { 0, 26, -26, -9, 0, 0, 0, 0, -2, 2, 0 }, 206.76176, 0.00002, 0.075 }, + { { 0, 26, -26, 0, 0, 0, 0, 0, -2, 2, 0 }, 359.65360, 0.00002, 0.055 }, + { { 0, 26, -26, 0, 0, 0, 0, 0, 0, -1, 0 }, 179.75270, 0.00001, 0.332 }, + { { 0, 26, -26, 0, 0, 0, 0, 0, 2, -1, 0 }, 359.44880, 0.00002, 0.036 }, + { { 0, 26, -26, 0, 0, 0, 0, 0, 2, 0, 0 }, 359.44808, 0.00007, 0.024 }, + { { 0, 26, -26, 0, 0, 0, 0, 0, 3, -2, -2 }, 359.56137, 0.00012, 75.143 }, + { { 0, 26, -25, 0, -1, 0, 0, 0, -2, 0, 0 }, 180.52581, 0.00001, 0.132 }, + { { 0, 26, -25, 0, 0, 0, 0, 0, 2, 0, 0 }, 274.79975, 0.00001, 0.024 }, + { { 0, 26, -24, 0, -2, 0, 0, 0, -2, 0, 0 }, 359.59620, 0.00001, 0.151 }, + { { 0, 26, -23, -15, 0, 0, 0, 0, -2, 1, 0 }, 119.99959, 0.00001, 5.171 }, + { { 0, 27, -37, 8, 0, 0, 0, 0, -2, -1, 2 }, 50.45768, 0.00001, 177.824 }, + { { 0, 27, -36, 7, 0, 0, 0, 0, -2, 1, 0 }, 260.29398, 0.00002, 7.741 }, + { { 0, 27, -35, 5, 0, 0, 0, 0, -2, 1, 0 }, 200.76337, 0.00001, 15.196 }, + { { 0, 27, -34, 2, 0, 0, 0, 0, -2, 1, 0 }, 323.31839, 0.00002, 1.890 }, + { { 0, 27, -34, 3, 0, 0, 0, 0, -2, 1, 0 }, 29.44002, 0.00003, 409.620 }, + { { 0, 27, -33, 0, 0, 0, 0, 0, -2, 1, 0 }, 224.92449, 0.00001, 1.687 }, + { { 0, 27, -33, 0, 1, 0, 0, 0, -2, 0, 0 }, 141.99257, 0.00003, 0.073 }, + { { 0, 27, -33, 0, 2, 0, 0, 0, -2, 1, 0 }, 223.37302, 0.00002, 2.359 }, + { { 0, 27, -33, 0, 3, 0, 0, 0, -2, -1, 2 }, 219.41841, 0.00002, 161.700 }, + { { 0, 27, -33, 0, 3, 0, 0, 0, -2, 1, 0 }, 41.05198, 0.00003, 2.944 }, + { { 0, 27, -33, 0, 7, 0, 0, 0, -2, 1, 0 }, 26.59010, 0.00004, 403.129 }, + { { 0, 27, -33, 2, 0, 0, 0, 0, -2, 1, 0 }, 198.47589, 0.00002, 2.124 }, + { { 0, 27, -32, 0, -1, 0, 0, 0, -2, 1, 0 }, 203.45161, 0.00002, 3.095 }, + { { 0, 27, -32, 0, 0, 0, 0, 0, -2, 0, 0 }, 69.34022, 0.00003, 0.078 }, + { { 0, 27, -32, 0, 0, 0, 0, 0, -2, 2, 0 }, 117.22769, 0.00006, 0.073 }, + { { 0, 27, -32, 0, 1, 0, 0, 0, -2, 0, 0 }, 49.94357, 0.00002, 0.078 }, + { { 0, 27, -32, 0, 1, 0, 0, 0, -2, 1, 0 }, 109.98005, 0.00003, 2.034 }, + { { 0, 27, -32, 0, 1, 0, 0, 0, -2, 2, 0 }, 229.69058, 0.00003, 0.073 }, + { { 0, 27, -32, 0, 2, 0, 0, 0, -2, 1, 0 }, 111.31242, 0.00002, 1.736 }, + { { 0, 27, -32, 2, 0, 0, 0, 0, 0, -1, 0 }, 94.77534, 0.00001, 3.298 }, + { { 0, 27, -32, 3, 0, 0, 0, 0, 0, -1, 0 }, 287.98387, 0.00001, 4.378 }, + { { 0, 27, -31, -2, 0, 0, 0, 0, -2, 1, 0 }, 102.55264, 0.00003, 2.907 }, + { { 0, 27, -31, -1, 0, 0, 0, 0, -1, 0, 0 }, 143.08560, 0.00001, 88.463 }, + { { 0, 27, -31, 0, 0, 0, 0, 0, -2, 0, 0 }, 231.14911, 0.00003, 0.084 }, + { { 0, 27, -31, 0, 0, 0, 0, 0, 0, -1, 0 }, 165.11215, 0.00002, 2.728 }, + { { 0, 27, -31, 0, 1, 0, 0, 0, 0, -1, 0 }, 38.06726, 0.00003, 3.542 }, + { { 0, 27, -31, 0, 4, 0, 0, 0, 0, -1, 0 }, 250.53801, 0.00002, 34.001 }, + { { 0, 27, -30, -4, 0, 0, 0, 0, -2, 1, 0 }, 265.29593, 0.00001, 3.563 }, + { { 0, 27, -30, 0, 0, 0, 0, 0, 0, -1, 0 }, 70.22583, 0.00001, 1.579 }, + { { 0, 27, -30, 0, 0, 0, 0, 0, 1, -1, -1 }, 254.63911, 0.00001, 2.379 }, + { { 0, 27, -29, 0, 0, 0, 0, 0, -2, 0, 0 }, 188.80521, 0.00001, 0.102 }, + { { 0, 27, -29, 0, 0, 0, 0, 0, 1, -1, -1 }, 166.11362, 0.00002, 1.725 }, + { { 0, 27, -29, 0, 0, 0, 0, 0, 2, -3, 0 }, 359.38343, 0.00001, 7.110 }, + { { 0, 27, -29, 0, 0, 0, 0, 0, 2, 0, 0 }, 359.14104, 0.00002, 0.025 }, + { { 0, 27, -28, -5, 0, 0, 0, 0, 0, -1, 0 }, 173.99408, 0.00002, 39.921 }, + { { 0, 27, -28, -3, 0, 0, 0, 0, 1, -1, -1 }, 111.10989, 0.00002, 64.739 }, + { { 0, 27, -28, 0, 0, 0, 0, 0, -2, 0, 0 }, 91.56917, 0.00001, 0.113 }, + { { 0, 27, -28, 0, 0, 0, 0, 0, -2, 2, 0 }, 91.56917, 0.00001, 0.057 }, + { { 0, 27, -28, 0, 0, 0, 0, 0, 2, -2, 0 }, 272.14261, 0.00002, 0.071 }, + { { 0, 27, -28, 0, 0, 0, 0, 0, 2, -1, -2 }, 272.14470, 0.00001, 1.902 }, + { { 0, 27, -27, 0, 0, 0, 0, 0, -2, 0, 0 }, 179.31192, 0.00002, 0.127 }, + { { 0, 27, -27, 0, 0, 0, 0, 0, 0, 0, 0 }, 134.80294, 0.00001, 0.059 }, + { { 0, 27, -27, 0, 0, 0, 0, 0, 2, -1, 0 }, 359.39760, 0.00002, 0.035 }, + { { 0, 27, -27, 0, 0, 0, 0, 0, 2, 0, 0 }, 359.39688, 0.00005, 0.024 }, + { { 0, 27, -25, 0, -2, 0, 0, 0, -2, 0, 0 }, 359.55416, 0.00001, 0.166 }, + { { 0, 27, -20, -20, 0, 0, 0, 0, 0, -2, 0 }, 329.81539, 0.00002, 0.075 }, + { { 0, 27, -20, -20, 0, 0, 0, 0, 0, -1, 0 }, 329.81539, 0.00031, 3189.335 }, + { { 0, 27, -20, -20, 0, 0, 0, 0, 0, 0, 0 }, 329.81539, 0.00002, 0.075 }, + { { 0, 27, -19, 0, -2, 0, 0, 0, -2, 0, 0 }, 72.90633, 0.00003, 58.910 }, + { { 0, 28, -42, 15, 0, 0, 0, 0, -2, 1, 0 }, 210.60298, 0.00002, 122.320 }, + { { 0, 28, -39, 11, 0, 0, 0, 0, -1, 0, 0 }, 136.46429, 0.00002, 179.530 }, + { { 0, 28, -37, 9, 0, 0, 0, 0, 0, -1, 0 }, 166.44272, 0.00002, 22.701 }, + { { 0, 28, -36, 4, 0, 0, 0, 0, -2, 1, 0 }, 309.95515, 0.00001, 6.264 }, + { { 0, 28, -36, 7, 0, 0, 0, 0, 0, -1, 0 }, 167.61974, 0.00001, 51.772 }, + { { 0, 28, -35, 0, 2, 0, 0, 0, -2, 1, 0 }, 323.15573, 0.00001, 1.252 }, + { { 0, 28, -35, 2, 0, 0, 0, 0, -2, 0, 0 }, 143.30848, 0.00003, 0.076 }, + { { 0, 28, -35, 2, 0, 0, 0, 0, -2, 1, 0 }, 337.76064, 0.00002, 10.387 }, + { { 0, 28, -35, 2, 0, 0, 0, 0, -2, 2, 0 }, 143.30848, 0.00003, 0.075 }, + { { 0, 28, -35, 5, 0, 0, 0, 0, 0, -1, 0 }, 108.57078, 0.00002, 12.094 }, + { { 0, 28, -34, 0, -1, 0, 0, 0, -2, 1, 0 }, 80.62719, 0.00002, 19.458 }, + { { 0, 28, -34, 0, 0, -1, 0, 0, -2, 1, 0 }, 106.33250, 0.00016, 964.920 }, + { { 0, 28, -34, 0, 0, -1, 0, 0, -2, 2, 0 }, 332.64653, 0.00003, 0.075 }, + { { 0, 28, -34, 0, 0, 0, -1, 0, -2, 1, 0 }, 224.27100, 0.00003, 47.598 }, + { { 0, 28, -34, 0, 0, 0, 0, 0, -4, 2, 0 }, 242.47435, 0.00002, 0.087 }, + { { 0, 28, -34, 0, 0, 0, 0, 0, -2, 0, 0 }, 62.47435, 0.00008, 0.076 }, + { { 0, 28, -34, 0, 0, 0, 0, 0, -2, 2, 0 }, 62.47435, 0.00008, 0.075 }, + { { 0, 28, -34, 0, 0, 0, 0, 0, 0, 0, 0 }, 242.47435, 0.00002, 0.087 }, + { { 0, 28, -34, 0, 0, 1, 0, 0, -2, 1, 0 }, 139.01818, 0.00002, 14.957 }, + { { 0, 28, -34, 0, 0, 2, 0, 0, -2, 1, 0 }, 49.61081, 0.00001, 9.920 }, + { { 0, 28, -34, 0, 1, 0, 0, 0, -2, 0, 0 }, 141.54621, 0.00002, 0.076 }, + { { 0, 28, -34, 0, 1, 0, 0, 0, -2, 1, 0 }, 304.19952, 0.00002, 8.531 }, + { { 0, 28, -34, 0, 1, 0, 0, 0, -2, 2, 0 }, 141.54621, 0.00002, 0.075 }, + { { 0, 28, -34, 0, 2, 0, 0, 0, -2, 0, 0 }, 230.94938, 0.00007, 0.077 }, + { { 0, 28, -34, 3, 0, 0, 0, 0, 0, -1, 0 }, 20.14121, 0.00001, 6.847 }, + { { 0, 28, -33, -2, 0, 0, 0, 0, -2, 0, 0 }, 9.67191, 0.00002, 0.075 }, + { { 0, 28, -33, -2, 0, 0, 0, 0, -2, 1, 0 }, 176.05232, 0.00002, 32.834 }, + { { 0, 28, -33, -2, 0, 0, 0, 0, -2, 2, 0 }, 9.67191, 0.00002, 0.076 }, + { { 0, 28, -33, 0, 0, 0, 0, 0, -1, 1, -1 }, 64.92306, 0.00014, 47.954 }, + { { 0, 28, -33, 0, 0, 0, 0, 0, 0, -2, 0 }, 21.41270, 0.00001, 0.071 }, + { { 0, 28, -33, 0, 0, 0, 0, 0, 0, 0, 0 }, 201.41270, 0.00001, 0.080 }, + { { 0, 28, -33, 0, 1, 0, 0, 0, -2, 1, 0 }, 49.77741, 0.00001, 0.895 }, + { { 0, 28, -32, -3, 0, 0, 0, 0, -2, 1, 0 }, 86.84420, 0.00001, 2.284 }, + { { 0, 28, -32, 0, -3, 0, 0, 0, 0, -1, 0 }, 181.44296, 0.00005, 167.191 }, + { { 0, 28, -32, 0, -2, 0, 0, 0, 0, -1, 0 }, 115.51685, 0.00003, 11.076 }, + { { 0, 28, -32, 0, -1, 0, 0, 0, 0, -1, 0 }, 15.76863, 0.00001, 5.728 }, + { { 0, 28, -32, 0, 0, 0, 0, 0, -2, 0, 0 }, 231.09626, 0.00002, 0.089 }, + { { 0, 28, -32, 0, 0, 0, 0, 0, 0, -1, 0 }, 119.61074, 0.00002, 3.863 }, + { { 0, 28, -32, 0, 1, 0, 0, 0, 0, -1, 0 }, 218.00015, 0.00001, 2.914 }, + { { 0, 28, -32, 0, 1, 0, 0, 0, 0, 1, -2 }, 200.24925, 0.00001, 103.254 }, + { { 0, 28, -31, -4, 0, 0, 0, 0, -1, 0, 0 }, 85.28578, 0.00001, 52.176 }, + { { 0, 28, -31, -2, 0, 0, 0, 0, 0, -1, 0 }, 10.28812, 0.00001, 5.114 }, + { { 0, 28, -31, 0, 0, 0, 0, 0, 1, -1, -1 }, 254.75886, 0.00004, 4.875 }, + { { 0, 28, -31, 0, 0, 0, 0, 0, 1, 0, -2 }, 258.06405, 0.00003, 26.061 }, + { { 0, 28, -30, -4, 0, 0, 0, 0, 0, -1, 0 }, 173.08077, 0.00002, 7.567 }, + { { 0, 28, -30, 0, 0, 0, 0, 0, 2, -1, -2 }, 359.25304, 0.00004, 6.607 }, + { { 0, 28, -30, 0, 0, 0, 0, 0, 2, 0, -3 }, 345.93281, 0.00005, 64.963 }, + { { 0, 28, -30, 0, 0, 0, 0, 0, 2, 0, 0 }, 359.30144, 0.00001, 0.025 }, + { { 0, 28, -29, -6, 0, 0, 0, 0, 0, -1, 0 }, 144.34012, 0.00001, 14.537 }, + { { 0, 28, -29, 0, 0, 0, 0, 0, 0, 0, 0 }, 114.15406, 0.00002, 0.061 }, + { { 0, 28, -28, 0, 0, 0, 0, 0, -2, 2, 0 }, 359.51377, 0.00001, 0.052 }, + { { 0, 28, -28, 0, 0, 0, 0, 0, 0, 0, 0 }, 179.34388, 0.00002, 0.057 }, + { { 0, 28, -28, 0, 0, 0, 0, 0, 2, -1, 0 }, 359.34392, 0.00001, 0.034 }, + { { 0, 28, -28, 0, 0, 0, 0, 0, 2, 0, 0 }, 359.34391, 0.00004, 0.024 }, + { { 0, 28, -25, -17, 0, 0, 0, 0, -2, 1, 0 }, 337.72025, 0.00001, 174.819 }, + { { 0, 29, -41, 10, 0, 0, 0, 0, -2, 1, 0 }, 30.90737, 0.00002, 40.450 }, + { { 0, 29, -37, 6, 0, 0, 0, 0, 0, -1, 0 }, 109.36483, 0.00001, 13.419 }, + { { 0, 29, -36, 0, 0, 0, 0, 0, -2, 0, 2 }, 136.73346, 0.00002, 0.075 }, + { { 0, 29, -36, 0, 2, 0, 0, 0, -2, 1, 0 }, 110.60882, 0.00003, 5.782 }, + { { 0, 29, -36, 0, 3, 0, 0, 0, -2, 1, 0 }, 310.05465, 0.00001, 11.280 }, + { { 0, 29, -36, 0, 4, 0, 0, 0, -2, 0, 0 }, 226.90054, 0.00003, 0.075 }, + { { 0, 29, -36, 0, 4, 0, 0, 0, -2, 1, 0 }, 163.96849, 0.00004, 230.025 }, + { { 0, 29, -36, 0, 4, 0, 0, 0, -2, 2, 0 }, 303.59416, 0.00001, 0.075 }, + { { 0, 29, -36, 2, 0, 0, 0, 0, -1, -1, 1 }, 14.18380, 0.00001, 644.451 }, + { { 0, 29, -36, 4, 0, 0, 0, 0, 0, -2, 0 }, 260.60581, 0.00001, 0.076 }, + { { 0, 29, -36, 4, 0, 0, 0, 0, 0, -1, 0 }, 87.16729, 0.00002, 89.650 }, + { { 0, 29, -36, 4, 0, 0, 0, 0, 0, 0, 0 }, 260.60581, 0.00001, 0.075 }, + { { 0, 29, -35, 0, 0, 0, 0, 0, -2, 0, 0 }, 149.40427, 0.00001, 0.079 }, + { { 0, 29, -35, 0, 0, 0, 0, 0, -2, 2, 0 }, 149.40427, 0.00001, 0.072 }, + { { 0, 29, -35, 0, 1, 0, 0, 0, -2, 1, 0 }, 141.97057, 0.00002, 1.346 }, + { { 0, 29, -35, 0, 2, 0, 0, 0, -2, 1, 0 }, 230.90181, 0.00001, 1.209 }, + { { 0, 29, -35, 0, 2, 0, 0, 0, -1, 0, 0 }, 50.90181, 0.00001, 16.677 }, + { { 0, 29, -35, 2, 0, 0, 0, 0, 0, -1, 0 }, 245.23861, 0.00002, 19.152 }, + { { 0, 29, -34, -3, 0, 0, 0, 0, -2, 1, 0 }, 86.67820, 0.00002, 15.778 }, + { { 0, 29, -34, 0, 0, 0, 0, 0, -2, 0, 0 }, 57.10944, 0.00001, 0.086 }, + { { 0, 29, -34, 0, 0, 0, 0, 0, 0, -2, 0 }, 237.10944, 0.00005, 0.075 }, + { { 0, 29, -34, 0, 0, 0, 0, 0, 0, 0, 0 }, 237.10944, 0.00005, 0.076 }, + { { 0, 29, -34, 0, 0, 0, 0, 0, 2, -2, 0 }, 57.10944, 0.00001, 0.088 }, + { { 0, 29, -34, 0, 0, 1, 0, 0, 0, -1, 0 }, 230.82361, 0.00003, 12.250 }, + { { 0, 29, -34, 0, 0, 2, 0, 0, 0, -1, 0 }, 307.04575, 0.00002, 20.971 }, + { { 0, 29, -34, 0, 1, 0, 0, 0, 0, -2, 0 }, 198.30919, 0.00003, 0.075 }, + { { 0, 29, -34, 0, 1, 0, 0, 0, 0, -1, 0 }, 244.25843, 0.00002, 31.972 }, + { { 0, 29, -34, 0, 1, 0, 0, 0, 0, 0, 0 }, 264.88645, 0.00002, 0.076 }, + { { 0, 29, -34, 0, 2, 0, 0, 0, 0, -1, 0 }, 11.17643, 0.00002, 18.859 }, + { { 0, 29, -33, -2, 0, 0, 0, 0, 0, -1, 0 }, 282.73877, 0.00001, 5.588 }, + { { 0, 29, -33, 0, 0, 0, 0, 0, 1, -3, 0 }, 336.27180, 0.00003, 0.075 }, + { { 0, 29, -33, 0, 0, 0, 0, 0, 1, -2, 0 }, 335.62831, 0.00048, 385.960 }, + { { 0, 29, -33, 0, 0, 0, 0, 0, 1, -1, -1 }, 340.96531, 0.00001, 5.905 }, + { { 0, 29, -33, 0, 0, 0, 0, 0, 1, -1, 0 }, 287.13522, 0.00003, 0.075 }, + { { 0, 29, -33, 0, 2, 0, 0, 0, -1, -1, -1 }, 162.70535, 0.00003, 0.040 }, + { { 0, 29, -33, 0, 2, 0, 0, 0, -1, 0, -1 }, 162.70535, 0.00003, 0.087 }, + { { 0, 29, -33, 0, 2, 0, 0, 0, 1, -2, -1 }, 162.70535, 0.00012, 0.075 }, + { { 0, 29, -33, 0, 2, 0, 0, 0, 1, -1, -1 }, 162.70535, 0.00226, 1352.997 }, + { { 0, 29, -33, 0, 2, 0, 0, 0, 1, 0, -1 }, 162.70535, 0.00012, 0.075 }, + { { 0, 29, -33, 0, 2, 0, 0, 0, 3, -2, -1 }, 162.70535, 0.00003, 0.087 }, + { { 0, 29, -33, 0, 2, 0, 0, 0, 3, -1, -1 }, 162.70535, 0.00003, 0.040 }, + { { 0, 29, -30, 0, 0, 0, 0, 0, 4, -3, -2 }, 92.53337, 0.00007, 348.536 }, + { { 0, 29, -29, 0, 0, 0, 0, 0, -2, 0, 0 }, 179.22788, 0.00001, 0.152 }, + { { 0, 29, -29, 0, 0, 0, 0, 0, 2, 0, 0 }, 179.27295, 0.00001, 0.023 }, + { { 0, 29, -27, -13, 0, 0, 0, 0, 0, -1, 0 }, 148.85254, 0.00001, 36.394 }, + { { 0, 29, -24, 3, 0, 0, 0, 0, -2, 0, 0 }, 128.04773, 0.00003, 441.048 }, + { { 0, 30, -41, 7, 0, 0, 0, 0, -2, 1, 0 }, 229.64315, 0.00001, 173.980 }, + { { 0, 30, -40, 5, 0, 0, 0, 0, -2, 1, 0 }, 78.53930, 0.00002, 17.355 }, + { { 0, 30, -38, 0, 0, 0, 0, 0, -2, 0, 0 }, 41.55296, 0.00002, 0.072 }, + { { 0, 30, -38, 3, 0, 0, 0, 0, -1, 0, 0 }, 143.31355, 0.00002, 125.038 }, + { { 0, 30, -37, 0, 0, 0, 0, 0, -2, 1, 0 }, 335.68751, 0.00001, 3.522 }, + { { 0, 30, -37, 0, 1, 0, 0, 0, -2, 1, 0 }, 49.62683, 0.00001, 2.716 }, + { { 0, 30, -37, 0, 2, 0, 0, 0, -2, 1, 0 }, 143.13428, 0.00003, 2.210 }, + { { 0, 30, -36, 0, 2, 0, 0, 0, 0, -1, 0 }, 230.85150, 0.00002, 3.111 }, + { { 0, 30, -36, 1, 0, 0, 0, 0, 0, -1, 0 }, 322.77564, 0.00004, 24.024 }, + { { 0, 30, -35, -1, 0, 0, 0, 0, 0, -1, 0 }, 262.19871, 0.00005, 45.992 }, + { { 0, 30, -35, 3, 0, 0, 0, 0, 2, -1, -2 }, 149.73494, 0.00002, 394.087 }, + { { 0, 30, -31, 0, 0, 0, 0, 0, 2, 0, 0 }, 272.07474, 0.00002, 0.024 }, + { { 0, 30, -30, 0, 0, 0, 0, 0, -2, 0, 0 }, 179.17946, 0.00002, 0.167 }, + { { 0, 30, -25, 0, -1, 0, 0, 0, -3, 0, 1 }, 27.77363, 0.00003, 428.143 }, + { { 0, 30, -24, 0, 0, -1, 0, 0, -2, 0, 0 }, 300.84357, 0.00006, 174.065 }, + { { 0, 30, -24, 0, 0, 0, 0, 0, -2, 0, 0 }, 256.67061, 0.00008, 35.458 }, + { { 0, 31, -43, 11, 0, 0, 0, 0, 0, -1, 0 }, 53.72279, 0.00002, 62.465 }, + { { 0, 31, -41, 4, 0, 0, 0, 0, -2, 1, 0 }, 77.39350, 0.00001, 27.611 }, + { { 0, 31, -40, 2, 0, 0, 0, 0, -2, 1, 0 }, 146.21829, 0.00001, 36.833 }, + { { 0, 31, -39, 0, 0, 1, 0, 0, -2, 1, 0 }, 316.04461, 0.00001, 17.677 }, + { { 0, 31, -39, 0, 0, 2, 0, 0, -2, 1, 0 }, 217.68354, 0.00003, 44.205 }, + { { 0, 31, -39, 0, 0, 3, 0, 0, -2, 1, 0 }, 304.05991, 0.00001, 88.294 }, + { { 0, 31, -39, 0, 1, 0, 0, 0, -2, 1, 0 }, 74.79371, 0.00007, 160.924 }, + { { 0, 31, -39, 0, 2, 0, 0, 0, -2, 0, 0 }, 230.51442, 0.00001, 0.076 }, + { { 0, 31, -39, 0, 2, 0, 0, 0, -2, 1, 0 }, 175.36625, 0.00003, 12.806 }, + { { 0, 31, -39, 0, 2, 0, 0, 0, -2, 2, 0 }, 50.51442, 0.00001, 0.075 }, + { { 0, 31, -39, 0, 3, 0, 0, 0, -2, 1, 0 }, 40.76315, 0.00001, 6.158 }, + { { 0, 31, -38, 2, 0, 0, 0, 0, 0, -1, 0 }, 143.32708, 0.00001, 5.029 }, + { { 0, 31, -37, 0, -2, 0, 0, 0, 0, -1, 0 }, 84.80914, 0.00001, 30.171 }, + { { 0, 31, -37, 0, -1, 0, 0, 0, 0, -1, 0 }, 299.46869, 0.00005, 19.547 }, + { { 0, 31, -37, 0, 0, 0, 0, 0, 0, -1, 0 }, 5.27181, 0.00002, 7.382 }, + { { 0, 31, -37, 0, 0, 0, 0, 0, 0, 0, 0 }, 67.42806, 0.00003, 0.075 }, + { { 0, 31, -37, 0, 1, 0, 0, 0, 0, -1, 0 }, 321.89953, 0.00003, 4.550 }, + { { 0, 31, -37, 0, 2, 0, 0, 0, 0, -1, 0 }, 230.80010, 0.00001, 3.289 }, + { { 0, 31, -36, -2, 0, 0, 0, 0, 0, -1, 0 }, 190.02869, 0.00001, 13.871 }, + { { 0, 31, -36, 0, 1, 0, 0, 0, 1, 0, -2 }, 229.62679, 0.00012, 1326.246 }, + { { 0, 31, -35, 0, 0, 0, 0, 0, 2, -1, -2 }, 170.52019, 0.00005, 35.801 }, + { { 0, 31, -34, 0, 0, 0, 0, 0, -2, 0, 0 }, 326.20627, 0.00002, 0.120 }, + { { 0, 31, -32, 0, 0, 0, 0, 0, 2, 0, 0 }, 272.04902, 0.00002, 0.023 }, + { { 0, 31, -31, 0, 0, 0, 0, 0, -2, 0, 0 }, 179.13561, 0.00001, 0.187 }, + { { 0, 31, -31, 0, 0, 0, 0, 0, 2, -2, 0 }, 179.17991, 0.00001, 0.057 }, + { { 0, 31, -31, 0, 0, 0, 0, 0, 2, 0, 0 }, 179.17177, 0.00002, 0.023 }, + { { 0, 31, -29, 0, -2, 0, 0, 0, -2, 0, 0 }, 359.37167, 0.00001, 0.285 }, + { { 0, 31, -23, -5, 0, 0, 0, 0, -2, 0, 0 }, 181.77744, 0.00001, 213.001 }, + { { 0, 32, -43, 8, 0, 0, 0, 0, 0, -1, 0 }, 355.17483, 0.00002, 69.152 }, + { { 0, 32, -40, -1, 0, 0, 0, 0, -2, 1, 0 }, 29.51394, 0.00002, 301.177 }, + { { 0, 32, -40, 0, 0, 0, 0, 0, -2, 0, 0 }, 222.27359, 0.00002, 0.079 }, + { { 0, 32, -39, 0, 0, 0, 0, 0, -2, 0, 0 }, 137.49853, 0.00003, 0.085 }, + { { 0, 32, -39, 0, 1, 0, 0, 0, 0, -1, 0 }, 229.46907, 0.00002, 6.464 }, + { { 0, 32, -39, 0, 3, 0, 0, 0, 0, -1, 0 }, 166.03763, 0.00004, 71.941 }, + { { 0, 32, -33, 0, 0, 0, 0, 0, 2, 0, 0 }, 272.02221, 0.00001, 0.023 }, + { { 0, 32, -32, 0, 0, 0, 0, 0, -2, 0, 0 }, 179.08797, 0.00001, 0.212 }, + { { 0, 32, -32, 0, 0, 0, 0, 0, 2, 0, 0 }, 179.11633, 0.00002, 0.022 }, + { { 0, 32, -31, 7, 0, 0, 0, 0, -2, 0, 0 }, 310.80428, 0.00004, 962.299 }, + { { 0, 32, -28, 0, -2, 0, 0, 0, -3, 1, 0 }, 184.51566, 0.00002, 425.427 }, + { { 0, 32, -28, 0, 0, 0, 0, 0, -3, 1, -1 }, 140.41562, 0.00002, 0.075 }, + { { 0, 32, -28, 0, 0, 0, 0, 0, -3, 2, -1 }, 140.41562, 0.00029, 2005.078 }, + { { 0, 32, -28, 0, 0, 0, 0, 0, -3, 3, -1 }, 140.41562, 0.00002, 0.075 }, + { { 0, 32, -27, 0, -3, 0, 0, 0, -2, 0, 0 }, 260.75522, 0.00003, 37.971 }, + { { 0, 32, -25, 0, -2, 0, 0, 0, 0, 0, -2 }, 25.23827, 0.00002, 321.594 }, + { { 0, 33, -42, 0, 0, 0, 0, 0, -2, 0, 0 }, 109.02329, 0.00002, 0.076 }, + { { 0, 33, -42, 0, 0, 0, 0, 0, -2, 2, 0 }, 109.02329, 0.00002, 0.075 }, + { { 0, 33, -42, 3, 0, 0, 0, 0, 0, -1, 0 }, 233.59181, 0.00003, 54.240 }, + { { 0, 33, -40, 0, 0, 0, 0, 0, 0, 0, 0 }, 137.73018, 0.00002, 0.073 }, + { { 0, 33, -39, 0, 0, 0, 0, 0, 1, 1, -3 }, 42.03161, 0.00010, 1300.532 }, + { { 0, 33, -38, 0, 0, 0, 0, 0, 0, 0, 0 }, 323.74386, 0.00002, 0.064 }, + { { 0, 33, -37, 0, 0, 0, 0, 0, 0, 0, 0 }, 230.80731, 0.00002, 0.060 }, + { { 0, 33, -33, 0, 0, 0, 0, 0, -2, 0, 0 }, 179.03818, 0.00001, 0.244 }, + { { 0, 33, -33, 0, 0, 0, 0, 0, 2, 0, 0 }, 179.05531, 0.00001, 0.022 }, + { { 0, 33, -30, 0, 0, 0, 0, 0, -3, 0, 1 }, 129.70212, 0.00002, 24.119 }, + { { 0, 33, -30, 2, 0, 0, 0, 0, -2, 0, 0 }, 272.63357, 0.00003, 31.389 }, + { { 0, 33, -29, 0, 0, 0, 0, 0, -2, 0, 0 }, 53.96838, 0.00007, 10.501 }, + { { 0, 33, -29, 0, 1, 0, 0, 0, -2, 0, 0 }, 298.53955, 0.00004, 91.552 }, + { { 0, 34, -44, 0, 3, 0, 0, 0, -2, 1, 0 }, 175.43677, 0.00002, 25.665 }, + { { 0, 34, -42, 0, 0, 0, 0, 0, 0, 0, 0 }, 263.98247, 0.00002, 0.075 }, + { { 0, 34, -40, 0, 0, 0, 0, 0, -2, 0, 0 }, 51.80425, 0.00002, 0.106 }, + { { 0, 34, -34, 0, 0, 0, 0, 0, -2, 0, 0 }, 178.98881, 0.00001, 0.288 }, + { { 0, 34, -32, 0, -2, 0, 0, 0, -2, 0, 0 }, 359.19975, 0.00002, 0.610 }, + { { 0, 34, -30, -1, 0, 0, 0, 0, -2, 0, 0 }, 97.60566, 0.00011, 720.298 }, + { { 0, 35, -47, 3, 0, 0, 0, 0, -2, 1, 0 }, 306.60794, 0.00002, 150.902 }, + { { 0, 35, -46, 0, 7, 0, 0, 0, -2, 1, 0 }, 316.29287, 0.00003, 586.536 }, + { { 0, 35, -40, 0, 0, 0, 0, 0, -2, 0, 0 }, 323.68504, 0.00003, 0.127 }, + { { 0, 35, -33, 0, 0, 0, 0, 0, -2, 0, 0 }, 14.01754, 0.00003, 1.185 }, + { { 0, 35, -32, 0, -2, 0, 0, 0, -2, 0, 0 }, 25.04919, 0.00007, 78.189 }, + { { 0, 35, -32, 0, 0, -3, 0, 0, -2, 0, 0 }, 177.30859, 0.00002, 18.528 }, + { { 0, 35, -32, 0, 0, 0, 0, 0, -2, 0, 0 }, 243.55198, 0.00004, 6.418 }, + { { 0, 35, -32, 0, 0, 0, 0, 0, -2, 1, -1 }, 308.95020, 0.00001, 91.428 }, + { { 0, 35, -31, 0, 0, -3, 0, 0, -3, 0, -1 }, 113.91542, 0.00002, 0.040 }, + { { 0, 35, -31, 0, 0, -3, 0, 0, -3, 1, -1 }, 113.91542, 0.00002, 0.087 }, + { { 0, 35, -31, 0, 0, -3, 0, 0, -1, -1, -1 }, 113.91542, 0.00007, 0.075 }, + { { 0, 35, -31, 0, 0, -3, 0, 0, -1, 0, -1 }, 113.91542, 0.00136, 4784.938 }, + { { 0, 35, -31, 0, 0, -3, 0, 0, -1, 1, -1 }, 113.91542, 0.00007, 0.075 }, + { { 0, 35, -31, 0, 0, -3, 0, 0, 1, -1, -1 }, 113.91542, 0.00002, 0.087 }, + { { 0, 35, -31, 0, 0, -3, 0, 0, 1, 0, -1 }, 113.91542, 0.00002, 0.040 }, + { { 0, 35, -30, -4, 0, 0, 0, 0, -2, 0, 0 }, 173.45657, 0.00003, 34.386 }, + { { 0, 36, -41, 0, 0, 0, 0, 0, -2, 0, 0 }, 323.65412, 0.00002, 0.139 }, + { { 0, 36, -40, 0, 0, 0, 0, 0, -2, 0, 0 }, 230.61602, 0.00002, 0.161 }, + { { 0, 36, -37, 6, 0, 0, 0, 0, -2, 0, 0 }, 112.50701, 0.00002, 35.024 }, + { { 0, 36, -36, 4, 0, 0, 0, 0, -2, 0, 0 }, 84.31809, 0.00001, 10.879 }, + { { 0, 36, -35, 0, 2, 0, 0, 0, -3, 0, 1 }, 111.01562, 0.00004, 269.063 }, + { { 0, 36, -35, 2, 0, 0, 0, 0, -2, 0, 0 }, 66.73544, 0.00001, 6.440 }, + { { 0, 36, -34, 0, -3, 0, 0, 0, -2, 0, 0 }, 189.18887, 0.00001, 2.121 }, + { { 0, 36, -34, 0, 0, 0, 0, 0, -2, 0, 0 }, 205.64049, 0.00006, 4.573 }, + { { 0, 36, -34, 0, 1, 0, 0, 0, -2, 0, 0 }, 13.79102, 0.00003, 7.443 }, + { { 0, 36, -34, 0, 2, 0, 0, 0, -2, 0, 0 }, 194.21500, 0.00001, 19.981 }, + { { 0, 36, -32, 0, 0, 0, 0, 0, 0, -2, 0 }, 237.57534, 0.00004, 136.522 }, + { { 0, 36, -29, -9, 0, 0, 0, 0, -2, 0, 0 }, 176.91497, 0.00003, 262.068 }, + { { 0, 37, -37, 3, 0, 0, 0, 0, -2, 0, 0 }, 16.50375, 0.00013, 521.324 }, + { { 0, 37, -36, 0, -2, 0, 0, 0, -2, 0, 0 }, 269.94562, 0.00001, 1.313 }, + { { 0, 37, -36, 0, 0, 0, 0, 0, -2, 0, 0 }, 294.19720, 0.00001, 1.686 }, + { { 0, 37, -35, 0, -5, 0, 0, 0, -2, 0, 0 }, 10.84497, 0.00002, 68.230 }, + { { 0, 37, -35, 0, -3, 0, 0, 0, -2, 0, 0 }, 216.74335, 0.00003, 6.496 }, + { { 0, 37, -35, 0, -1, 0, 0, 0, -2, 0, 0 }, 39.37725, 0.00001, 3.100 }, + { { 0, 38, -45, 15, 0, 0, 0, 0, -2, 0, 0 }, 180.04277, 0.00003, 130.682 }, + { { 0, 38, -42, 6, 0, 0, 0, 0, -4, 2, 0 }, 237.22078, 0.00001, 286.659 }, + { { 0, 38, -39, 3, 0, 0, 0, 0, -2, 0, 0 }, 55.20445, 0.00001, 2.684 }, + { { 0, 38, -38, 0, -1, 0, 0, 0, -3, 0, 1 }, 242.38914, 0.00006, 540.584 }, + { { 0, 38, -38, 0, 0, 0, 0, 0, -2, 0, 0 }, 170.48717, 0.00001, 1.033 }, + { { 0, 38, -37, 0, -3, 0, 0, 0, -2, 0, 0 }, 281.50948, 0.00003, 4.535 }, + { { 0, 38, -37, 0, -2, 0, 0, 0, -2, 0, 0 }, 295.97422, 0.00004, 7.341 }, + { { 0, 38, -37, 0, -1, 0, 0, 0, -2, 0, 0 }, 59.34438, 0.00003, 19.262 }, + { { 0, 38, -37, 0, 0, -2, 0, 0, -2, 0, 0 }, 289.73904, 0.00001, 28.163 }, + { { 0, 38, -37, 0, 0, -1, 0, 0, -2, 0, 0 }, 316.81822, 0.00016, 641.251 }, + { { 0, 38, -37, 0, 0, 0, -3, 0, -2, 0, 0 }, 93.54456, 0.00003, 301.443 }, + { { 0, 38, -37, 0, 0, 0, -2, 0, -2, 0, 0 }, 279.03123, 0.00004, 116.490 }, + { { 0, 38, -37, 0, 0, 0, 0, 0, -2, -1, 0 }, 307.19129, 0.00003, 0.076 }, + { { 0, 38, -37, 0, 0, 0, 0, 0, -2, 0, 0 }, 307.19129, 0.00061, 30.876 }, + { { 0, 38, -37, 0, 0, 0, 0, 0, -2, 1, 0 }, 307.19129, 0.00003, 0.075 }, + { { 0, 38, -37, 0, 1, 0, 0, 0, -2, 0, 0 }, 195.08401, 0.00004, 8.570 }, + { { 0, 38, -36, -2, 0, 0, 0, 0, -2, 0, 0 }, 77.38994, 0.00003, 32.280 }, + { { 0, 38, -36, 0, 0, 0, 0, 0, -1, 0, -1 }, 39.93914, 0.00004, 46.780 }, + { { 0, 38, -35, -4, 0, 0, 0, 0, -2, 0, 0 }, 322.55580, 0.00001, 10.599 }, + { { 0, 38, -35, 0, -3, 0, 0, 0, 0, -2, 0 }, 0.31228, 0.00002, 183.214 }, + { { 0, 38, -28, -17, 0, 0, 0, 0, -2, 0, 0 }, 193.48464, 0.00005, 160.172 }, + { { 0, 39, -41, 4, 0, 0, 0, 0, -2, 0, 0 }, 236.79477, 0.00001, 4.644 }, + { { 0, 39, -40, 2, 0, 0, 0, 0, -2, 0, 0 }, 219.00396, 0.00002, 3.588 }, + { { 0, 39, -39, 0, -2, 0, 0, 0, -2, 0, 0 }, 198.89773, 0.00001, 1.958 }, + { { 0, 39, -39, 0, 0, 0, 0, 0, -2, 0, 0 }, 357.33923, 0.00011, 2.923 }, + { { 0, 39, -39, 0, 0, 1, 0, 0, -2, 0, 0 }, 266.34334, 0.00001, 3.245 }, + { { 0, 39, -39, 0, 4, 0, 0, 0, -2, 0, 0 }, 255.37927, 0.00004, 205.320 }, + { { 0, 39, -36, -5, 0, 0, 0, 0, -4, 0, 0 }, 16.24881, 0.00002, 0.040 }, + { { 0, 39, -36, -5, 0, 0, 0, 0, -4, 1, 0 }, 16.24881, 0.00002, 0.087 }, + { { 0, 39, -36, -5, 0, 0, 0, 0, -2, -1, 0 }, 16.24881, 0.00010, 0.075 }, + { { 0, 39, -36, -5, 0, 0, 0, 0, -2, 0, 0 }, 16.24881, 0.00180, 1963.481 }, + { { 0, 39, -36, -5, 0, 0, 0, 0, -2, 1, 0 }, 16.24881, 0.00010, 0.075 }, + { { 0, 39, -36, -5, 0, 0, 0, 0, 0, -1, 0 }, 16.24881, 0.00002, 0.087 }, + { { 0, 39, -36, -5, 0, 0, 0, 0, 0, 0, 0 }, 16.24881, 0.00002, 0.040 }, + { { 0, 39, -36, -3, 0, 0, 0, 0, -1, 0, -1 }, 218.02684, 0.00005, 109.969 }, + { { 0, 40, -45, 9, 0, 0, 0, 0, -2, 0, 0 }, 115.25240, 0.00002, 14.579 }, + { { 0, 40, -44, 7, 0, 0, 0, 0, -2, 0, 0 }, 217.59888, 0.00002, 191.399 }, + { { 0, 40, -43, 5, 0, 0, 0, 0, -2, 0, 0 }, 237.08787, 0.00003, 17.199 }, + { { 0, 40, -41, 0, -2, 0, 0, 0, -3, 1, 0 }, 101.61372, 0.00004, 544.976 }, + { { 0, 40, -41, 0, 0, 0, 0, 0, -3, 2, -1 }, 68.52461, 0.00002, 271.239 }, + { { 0, 40, -41, 1, 0, 0, 0, 0, -2, 0, 0 }, 358.59464, 0.00001, 5.409 }, + { { 0, 40, -40, 0, -4, 0, 0, 0, -2, 0, 0 }, 53.89583, 0.00003, 18.594 }, + { { 0, 40, -40, 0, -3, 0, 0, 0, -2, 0, 0 }, 15.71844, 0.00002, 32.764 }, + { { 0, 40, -40, 0, -2, 0, 0, 0, -2, 0, 0 }, 17.07395, 0.00003, 8.709 }, + { { 0, 40, -40, 0, -1, 0, 0, 0, -2, 0, 0 }, 54.20251, 0.00003, 5.022 }, + { { 0, 40, -40, 0, 0, -1, 0, 0, -2, 0, 0 }, 270.95273, 0.00001, 4.008 }, + { { 0, 40, -40, 0, 0, 0, 0, 0, -2, 0, 0 }, 354.68350, 0.00007, 3.528 }, + { { 0, 40, -39, -3, 0, 0, 0, 0, -2, 0, 0 }, 227.69039, 0.00001, 3.209 }, + { { 0, 40, -39, -2, 0, 0, 0, 0, -2, 0, 0 }, 316.91957, 0.00002, 4.544 }, + { { 0, 40, -39, 0, -1, 0, 0, 0, -2, 0, 0 }, 179.82030, 0.00001, 0.834 }, + { { 0, 40, -39, 0, 0, 0, 0, 0, -1, 0, -1 }, 282.06234, 0.00002, 4.354 }, + { { 0, 40, -38, -4, 0, 0, 0, 0, -2, 0, 0 }, 302.69767, 0.00001, 6.382 }, + { { 0, 40, -38, 0, -2, 0, 0, 0, 0, 0, -2 }, 351.98310, 0.00004, 137.080 }, + { { 0, 40, -37, -6, 0, 0, 0, 0, -2, 0, 0 }, 81.44068, 0.00001, 10.715 }, + { { 0, 41, -45, 6, 0, 0, 0, 0, -2, 0, 0 }, 57.43194, 0.00001, 10.095 }, + { { 0, 41, -43, 2, 0, 0, 0, 0, -2, 0, 0 }, 351.24548, 0.00004, 36.137 }, + { { 0, 41, -42, 0, -1, 0, 0, 0, -2, 0, 0 }, 149.47275, 0.00002, 5.703 }, + { { 0, 41, -42, 0, 0, 0, 0, 0, -2, -1, 0 }, 91.32596, 0.00003, 0.075 }, + { { 0, 41, -42, 0, 0, 0, 0, 0, -2, 0, 0 }, 91.32596, 0.00048, 10.984 }, + { { 0, 41, -42, 0, 0, 0, 0, 0, -2, 1, 0 }, 91.32596, 0.00003, 0.076 }, + { { 0, 41, -42, 0, 0, 1, 0, 0, -2, 0, 0 }, 356.83254, 0.00001, 17.515 }, + { { 0, 41, -42, 0, 0, 2, 0, 0, -2, 0, 0 }, 62.29644, 0.00004, 43.206 }, + { { 0, 41, -42, 0, 2, 0, 0, 0, -2, 0, 0 }, 39.59155, 0.00004, 12.892 }, + { { 0, 41, -41, 0, 0, 0, 0, 0, -2, 0, 0 }, 178.60666, 0.00001, 1.100 }, + { { 0, 41, -41, 0, 0, 0, 0, 0, -1, 0, -1 }, 13.35268, 0.00003, 6.906 }, + { { 0, 41, -35, -13, 0, 0, 0, 0, -2, 0, 0 }, 55.38966, 0.00001, 340.508 }, + { { 0, 42, -44, 0, 1, 0, 0, 0, -2, 0, 0 }, 109.41966, 0.00003, 2.623 }, + { { 0, 42, -43, -1, 0, 0, 0, 0, -2, 0, 0 }, 17.71809, 0.00002, 357.500 }, + { { 0, 42, -43, 0, 0, 0, 0, 0, -2, 0, 0 }, 270.96104, 0.00001, 1.871 }, + { { 0, 42, -43, 0, 1, 0, 0, 0, -2, 0, 0 }, 358.07360, 0.00001, 1.616 }, + { { 0, 42, -42, -3, 0, 0, 0, 0, -2, 0, 0 }, 30.67588, 0.00004, 16.510 }, + { { 0, 43, -51, 11, 0, 0, 0, 0, -2, 0, 0 }, 50.50552, 0.00003, 117.217 }, + { { 0, 43, -46, 2, 0, 0, 0, 0, -2, 0, 0 }, 91.34680, 0.00001, 4.477 }, + { { 0, 43, -45, 0, -2, 0, 0, 0, -2, 0, 0 }, 187.67692, 0.00006, 116.226 }, + { { 0, 43, -45, 0, -1, 0, 0, 0, -2, 0, 0 }, 283.24310, 0.00004, 13.210 }, + { { 0, 43, -45, 0, 1, 0, 0, 0, -2, 0, 0 }, 123.22300, 0.00002, 4.093 }, + { { 0, 43, -44, -2, 0, 0, 0, 0, -2, 0, 0 }, 157.92112, 0.00002, 10.348 }, + { { 0, 43, -44, 0, -1, 0, 0, 0, -1, 0, -1 }, 350.86562, 0.00001, 45.591 }, + { { 0, 43, -43, -4, 0, 0, 0, 0, -2, 0, 0 }, 39.58259, 0.00002, 30.060 }, + { { 0, 43, -43, 0, -1, 0, 0, 0, 0, 0, -2 }, 92.38516, 0.00002, 31.417 }, + { { 0, 43, -43, 0, 0, 0, 0, 0, 0, 0, -2 }, 0.77865, 0.00003, 19.058 }, + { { 0, 43, -42, -6, 0, 0, 0, 0, -2, 0, 0 }, 26.21171, 0.00003, 33.222 }, + { { 0, 43, -42, -2, 0, 0, 0, 0, 0, 0, -2 }, 101.66231, 0.00002, 91.787 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, -1, 0, -3 }, 281.55562, 0.00008, 0.040 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, -1, 1, -3 }, 281.55562, 0.00007, 0.087 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, 1, -2, -3 }, 281.55562, 0.00002, 0.038 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, 1, -1, -3 }, 281.55562, 0.00036, 0.075 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, 1, 0, -5 }, 101.55562, 0.00001, 0.037 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, 1, 0, -3 }, 281.55562, 0.00660, 773.987 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, 1, 0, -1 }, 101.55562, 0.00001, 0.037 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, 1, 1, -3 }, 281.55562, 0.00036, 0.075 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, 1, 2, -3 }, 281.55562, 0.00002, 0.038 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, 3, -1, -3 }, 281.55562, 0.00007, 0.087 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, 3, 0, -3 }, 281.55562, 0.00008, 0.040 }, + { { 0, 44, -48, 2, 0, 0, 0, 0, -2, 0, 0 }, 179.07244, 0.00001, 6.618 }, + { { 0, 44, -47, 0, 0, 0, 0, 0, -2, 0, 0 }, 123.34583, 0.00001, 4.663 }, + { { 0, 44, -47, 0, 2, 0, 0, 0, -2, 0, 0 }, 274.19765, 0.00002, 21.804 }, + { { 0, 44, -47, 0, 3, 0, 0, 0, -2, 0, 0 }, 336.29113, 0.00001, 26.014 }, + { { 0, 44, -45, 0, 0, 0, 0, 0, 0, -2, 0 }, 271.28317, 0.00007, 86.878 }, + { { 0, 44, -42, -9, 0, 0, 0, 0, -4, 0, 0 }, 296.45270, 0.00002, 0.040 }, + { { 0, 44, -42, -9, 0, 0, 0, 0, -4, 1, 0 }, 296.45270, 0.00002, 0.087 }, + { { 0, 44, -42, -9, 0, 0, 0, 0, -2, -1, 0 }, 296.45270, 0.00010, 0.075 }, + { { 0, 44, -42, -9, 0, 0, 0, 0, -2, 0, 0 }, 296.45270, 0.00183, 2704.790 }, + { { 0, 44, -42, -9, 0, 0, 0, 0, -2, 1, 0 }, 296.45270, 0.00010, 0.075 }, + { { 0, 44, -42, -9, 0, 0, 0, 0, 0, -1, 0 }, 296.45270, 0.00002, 0.087 }, + { { 0, 44, -42, -9, 0, 0, 0, 0, 0, 0, 0 }, 296.45270, 0.00002, 0.040 }, + { { 0, 45, -50, 3, 0, 0, 0, 0, -2, 0, 0 }, 276.00610, 0.00005, 163.835 }, + { { 0, 45, -48, 0, 0, 0, 0, 0, -2, 0, 0 }, 94.86623, 0.00001, 2.433 }, + { { 0, 46, -58, 15, 0, 0, 0, 0, -2, 0, 0 }, 284.34780, 0.00001, 84.476 }, + { { 0, 46, -51, 2, 0, 0, 0, 0, -2, 0, 0 }, 94.41690, 0.00003, 10.006 }, + { { 0, 46, -50, 0, 0, -1, 0, 0, -2, 0, 0 }, 108.84125, 0.00008, 380.797 }, + { { 0, 46, -50, 0, 0, 0, 0, 0, -2, -1, 0 }, 229.90240, 0.00001, 0.076 }, + { { 0, 46, -50, 0, 0, 0, 0, 0, -2, 1, 0 }, 229.90240, 0.00001, 0.075 }, + { { 0, 46, -50, 0, 1, 0, 0, 0, -2, 0, 0 }, 225.49997, 0.00002, 8.273 }, + { { 0, 46, -49, 0, 0, 0, 0, 0, -1, 0, -1 }, 67.05250, 0.00009, 58.170 }, + { { 0, 46, -49, 2, 0, 0, 0, 0, 0, 0, -2 }, 26.03227, 0.00001, 131.783 }, + { { 0, 46, -48, -4, 0, 0, 0, 0, -2, 0, 0 }, 352.04148, 0.00002, 11.091 }, + { { 0, 46, -41, -17, 0, 0, 0, 0, -2, 0, 0 }, 129.74459, 0.00002, 485.961 }, + { { 0, 47, -52, 0, 4, 0, 0, 0, -2, -1, 0 }, 259.65428, 0.00004, 0.075 }, + { { 0, 47, -52, 0, 4, 0, 0, 0, -2, 0, 0 }, 259.65428, 0.00066, 1460.021 }, + { { 0, 47, -52, 0, 4, 0, 0, 0, -2, 1, 0 }, 259.65428, 0.00004, 0.075 }, + { { 0, 47, -50, -3, 0, 0, 0, 0, -2, 0, 0 }, 105.95508, 0.00001, 14.916 }, + { { 0, 47, -49, 0, 0, 0, 0, 0, 1, -3, 0 }, 125.66930, 0.00001, 933.289 }, + { { 0, 48, -57, 7, 0, 0, 0, 0, -2, 0, 0 }, 78.51579, 0.00001, 106.267 }, + { { 0, 49, -57, 4, 0, 0, 0, 0, -2, 0, 0 }, 142.75870, 0.00001, 25.075 }, + { { 0, 49, -56, 2, 0, 0, 0, 0, -2, 0, 0 }, 90.92478, 0.00002, 42.576 }, + { { 0, 49, -55, 0, 0, 1, 0, 0, -2, 0, 0 }, 322.53267, 0.00001, 18.901 }, + { { 0, 49, -55, 0, 0, 2, 0, 0, -2, 0, 0 }, 228.15531, 0.00001, 52.744 }, + { { 0, 49, -55, 0, 1, 0, 0, 0, -2, 0, 0 }, 6.88496, 0.00012, 391.900 }, + { { 0, 49, -48, -13, 0, 0, 0, 0, -2, 0, 0 }, 237.79204, 0.00001, 800.815 }, + { { 0, 50, -56, -1, 0, 0, 0, 0, -2, 0, 0 }, 161.89377, 0.00003, 143.211 }, + { { 0, 51, -58, 0, -2, 0, 0, 0, -2, 0, 0 }, 2.21636, 0.00003, 226.325 }, + { { 0, 51, -55, 0, 0, 0, 0, 0, 1, 0, -3 }, 162.53003, 0.00002, 345.601 }, + { { 0, 52, -60, 0, 2, 0, 0, 0, -2, 0, 0 }, 218.72807, 0.00003, 23.994 }, + { { 0, 53, -63, 3, 0, 0, 0, 0, -2, 0, 0 }, 320.47392, 0.00002, 97.189 }, + { { 0, 55, -65, 0, 4, 0, 0, 0, -2, 0, 0 }, 92.48135, 0.00005, 285.666 }, + { { 0, 59, -58, 0, 1, 0, 0, 0, -2, -1, 0 }, 204.33634, 0.00003, 325.228 }, + { { 0, 61, -64, 2, 0, 0, 0, 0, -4, 1, 0 }, 114.66924, 0.00002, 949.691 }, + { { 0, 61, -61, 0, -2, 0, 0, 0, -2, -1, 0 }, 9.57199, 0.00005, 202.367 }, + { { 1, -51, 54, 0, 0, 0, 0, 0, 2, 0, 0 }, 131.05411, 0.00001, 82.651 }, + { { 1, -43, 41, 0, 0, 0, 0, 0, 2, 0, 0 }, 32.95991, 0.00004, 126.367 }, + { { 1, -35, 28, 0, 0, 0, 0, 0, 2, 0, 0 }, 288.16234, 0.00007, 268.243 }, + { { 1, -33, 38, 0, 0, 0, 0, 0, 2, -1, 0 }, 108.33477, 0.00001, 118.531 }, + { { 1, -31, 33, 0, 0, 0, 0, 0, 0, 1, 0 }, 103.66695, 0.00001, 60.144 }, + { { 1, -30, 33, 0, 0, 0, 0, 0, 2, -1, 0 }, 113.56021, 0.00003, 7.584 }, + { { 1, -28, 26, 0, 0, 0, 0, 0, -4, 1, 2 }, 77.18279, 0.00001, 0.040 }, + { { 1, -28, 26, 0, 0, 0, 0, 0, -2, 0, 2 }, 77.18279, 0.00005, 0.075 }, + { { 1, -28, 26, 0, 0, 0, 0, 0, -2, 1, 2 }, 77.18279, 0.00088, 1374.129 }, + { { 1, -28, 26, 0, 0, 0, 0, 0, -2, 2, 2 }, 77.18279, 0.00005, 0.075 }, + { { 1, -28, 26, 0, 0, 0, 0, 0, 0, 1, 2 }, 77.18279, 0.00001, 0.040 }, + { { 1, -28, 30, 0, 0, 0, 0, 0, 2, -1, 0 }, 205.27405, 0.00001, 8.391 }, + { { 1, -25, 25, 0, 0, 0, 0, 0, 2, -2, 0 }, 72.86625, 0.00003, 0.075 }, + { { 1, -25, 25, 0, 0, 0, 0, 0, 2, -1, 0 }, 135.06025, 0.00003, 235.235 }, + { { 1, -25, 25, 0, 0, 0, 0, 0, 2, 0, 0 }, 72.86625, 0.00003, 0.075 }, + { { 1, -23, 20, 0, 0, 0, 0, 0, 0, 1, 0 }, 150.68724, 0.00002, 48.049 }, + { { 1, -23, 22, 0, 0, 0, 0, 0, 2, -1, 0 }, 345.52179, 0.00002, 4.052 }, + { { 1, -21, 19, 0, 0, 0, 0, 0, 2, -1, 0 }, 77.34438, 0.00001, 2.009 }, + { { 1, -20, 13, 0, 0, 0, 0, 0, -2, 1, 2 }, 203.51144, 0.00001, 203.531 }, + { { 1, -20, 16, 0, 0, 0, 0, 0, 1, 0, 0 }, 67.84951, 0.00004, 96.401 }, + { { 1, -20, 17, 0, 0, 0, 0, 0, 2, -1, 0 }, 149.79295, 0.00004, 8.106 }, + { { 1, -10, 10, 0, 0, 0, 0, 0, -2, 0, 2 }, 87.98710, 0.00001, 227.782 }, + { { 1, -9, 7, 0, 0, 0, 0, 0, 0, 0, 0 }, 76.87347, 0.00001, 0.288 }, + { { 1, -8, 6, 0, 0, 0, 0, 0, 0, 0, 0 }, 76.86713, 0.00001, 0.351 }, + { { 1, -7, 9, 0, 0, 0, 0, 0, 0, -2, 0 }, 114.25737, 0.00001, 0.040 }, + { { 1, -7, 9, 0, 0, 0, 0, 0, 0, -1, 0 }, 114.25737, 0.00001, 0.087 }, + { { 1, -7, 9, 0, 0, 0, 0, 0, 2, -3, 0 }, 111.33037, 0.00004, 0.075 }, + { { 1, -7, 9, 0, 0, 0, 0, 0, 2, -2, 0 }, 114.25737, 0.00092, 1698.830 }, + { { 1, -7, 9, 0, 0, 0, 0, 0, 2, -1, 0 }, 129.45385, 0.00006, 0.075 }, + { { 1, -7, 9, 0, 0, 0, 0, 0, 4, -3, 0 }, 114.25737, 0.00001, 0.087 }, + { { 1, -7, 9, 0, 0, 0, 0, 0, 4, -2, 0 }, 114.25737, 0.00001, 0.040 }, + { { 1, -6, 4, 0, 0, 0, 0, 0, -2, 1, 0 }, 76.90106, 0.00002, 0.076 }, + { { 1, -6, 4, 0, 0, 0, 0, 0, -2, 3, 0 }, 76.90106, 0.00002, 0.074 }, + { { 1, -6, 5, 0, 0, 0, 0, 0, 0, 0, 0 }, 348.42115, 0.00002, 1.664 }, + { { 1, -5, 3, 0, 0, 0, 0, 0, 0, 0, 0 }, 80.05975, 0.00001, 1.025 }, + { { 1, -5, 4, 0, 0, 0, 0, 0, -2, 0, 0 }, 351.70769, 0.00002, 0.040 }, + { { 1, -5, 4, 0, 0, 0, 0, 0, -2, 1, 0 }, 351.70769, 0.00002, 0.087 }, + { { 1, -5, 4, 0, 0, 0, 0, 0, 0, -1, 0 }, 348.53644, 0.00003, 0.076 }, + { { 1, -5, 4, 0, 0, 0, 0, 0, 0, 0, 0 }, 351.13666, 0.00016, 40.859 }, + { { 1, -5, 4, 0, 0, 0, 0, 0, 0, 1, 0 }, 348.53644, 0.00003, 0.075 }, + { { 1, -5, 4, 0, 0, 0, 0, 0, 2, -1, 0 }, 351.75147, 0.00002, 0.087 }, + { { 1, -5, 4, 0, 0, 0, 0, 0, 2, 0, 0 }, 351.75147, 0.00002, 0.040 }, + { { 1, -4, 3, 0, 0, 0, 0, 0, 0, 0, 0 }, 174.20518, 0.00001, 1.538 }, + { { 1, -3, 0, 0, 0, 0, 0, 0, -1, 2, -1 }, 339.27729, 0.00002, 236.591 }, + { { 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 153.84855, 0.00002, 1.380 }, + { { 1, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 336.11243, 0.00002, 1.899 }, + { { 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 257.13574, 0.00001, 0.655 }, + { { 1, 0, -11, 11, 0, 0, 0, 0, 0, 0, 0 }, 229.87126, 0.00001, 1.001 }, + { { 1, 0, -11, 11, 0, 0, 0, 0, 2, 0, 0 }, 229.87126, 0.00001, 0.042 }, + { { 1, 0, -10, 11, 0, 0, 0, 0, -2, -1, 0 }, 126.93434, 0.00002, 0.026 }, + { { 1, 0, -10, 11, 0, 0, 0, 0, -2, 0, 0 }, 126.93434, 0.00009, 0.040 }, + { { 1, 0, -10, 11, 0, 0, 0, 0, -2, 1, 0 }, 126.93434, 0.00019, 0.087 }, + { { 1, 0, -10, 11, 0, 0, 0, 0, 0, -1, 0 }, 306.93434, 0.00002, 0.075 }, + { { 1, 0, -10, 11, 0, 0, 0, 0, 0, 0, 0 }, 306.93434, 0.00001, 1618.870 }, + { { 1, 0, -10, 11, 0, 0, 0, 0, 0, 1, 0 }, 306.93434, 0.00002, 0.075 }, + { { 1, 0, -10, 11, 0, 0, 0, 0, 2, -1, 0 }, 126.93434, 0.00019, 0.087 }, + { { 1, 0, -10, 11, 0, 0, 0, 0, 2, 0, 0 }, 126.93434, 0.00009, 0.040 }, + { { 1, 0, -10, 11, 0, 0, 0, 0, 2, 1, 0 }, 126.93434, 0.00002, 0.026 }, + { { 1, 0, -9, 11, 0, 0, 0, 0, -2, 0, 0 }, 23.99741, 0.00001, 0.042 }, + { { 1, 0, -9, 11, 0, 0, 0, 0, 0, 0, 0 }, 23.99741, 0.00001, 0.999 }, + { { 1, 0, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 128.87340, 0.00003, 0.075 }, + { { 1, 0, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 128.81148, 0.00001, 13.534 }, + { { 1, 0, -6, 0, 0, 0, 0, 0, -2, 3, 0 }, 128.87340, 0.00003, 0.076 }, + { { 1, 0, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 357.07582, 0.00002, 1.179 }, + { { 1, 0, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 320.45554, 0.00002, 0.094 }, + { { 1, 0, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 320.55205, 0.00003, 0.042 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, -4, 1, 0 }, 209.54941, 0.00001, 0.028 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, -2, -1, 0 }, 209.54959, 0.00004, 0.026 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 209.61102, 0.00037, 0.041 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 209.07557, 0.00054, 0.088 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, -2, 2, 0 }, 209.65789, 0.00002, 0.519 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 210.83710, 0.00005, 0.038 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 211.76798, 0.00069, 0.076 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 210.62744, 0.00343, 6.575 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 211.98110, 0.00068, 0.075 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 0, 2, 0 }, 211.76522, 0.00005, 0.038 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 210.15770, 0.00043, 0.086 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 210.47236, 0.00027, 0.040 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 2, 1, 0 }, 210.32785, 0.00003, 0.026 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, -4, 1, 0 }, 136.66278, 0.00001, 0.029 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, -2, -1, 0 }, 136.63648, 0.00005, 0.027 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 136.63611, 0.00041, 0.042 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 136.68663, 0.00052, 0.097 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, -2, 2, 0 }, 136.71670, 0.00002, 0.342 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 136.85267, 0.00028, 0.083 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 137.55570, 0.00130, 0.868 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 137.14070, 0.00020, 0.069 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 1, -1, -1 }, 289.95008, 0.00004, 0.076 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 1, 0, -1 }, 289.92226, 0.00028, 10.170 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 318.13697, 0.00002, 0.074 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 1, 0, 1 }, 109.58839, 0.00003, 0.037 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 1, 1, -1 }, 289.95008, 0.00004, 0.075 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 138.68164, 0.00019, 0.079 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 138.62924, 0.00007, 0.039 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 274.17776, 0.00009, 0.044 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 268.11549, 0.00011, 0.107 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 0, -2, 0 }, 255.50152, 0.00002, 0.041 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 257.60911, 0.00021, 0.090 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 68.94317, 0.00019, 0.465 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 64.70620, 0.00003, 0.065 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 1, 0, -1 }, 33.45054, 0.00002, 0.910 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 2, -1, -2 }, 77.59292, 0.00008, 0.076 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 75.74895, 0.00119, 0.073 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 2, 0, -2 }, 76.38184, 0.00070, 22.442 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 259.48578, 0.00010, 0.037 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 2, 1, -2 }, 77.59292, 0.00008, 0.075 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 2, 1, 0 }, 254.29338, 0.00002, 0.025 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 4, -2, 0 }, 75.67593, 0.00002, 0.040 }, + { { 1, 0, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 175.84948, 0.00005, 0.046 }, + { { 1, 0, -1, 0, 0, 0, 0, 0, -2, 1, 0 }, 176.24209, 0.00003, 0.120 }, + { { 1, 0, -1, 0, 0, 0, 0, 0, -2, 3, 0 }, 176.95710, 0.00001, 0.055 }, + { { 1, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0 }, 179.16778, 0.00003, 0.099 }, + { { 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 179.45421, 0.00034, 0.317 }, + { { 1, 0, -1, 0, 0, 0, 0, 0, 0, 1, 0 }, 178.83487, 0.00004, 0.061 }, + { { 1, 0, -1, 0, 0, 0, 0, 0, 1, 0, -1 }, 53.92661, 0.00001, 0.477 }, + { { 1, 0, -1, 0, 0, 0, 0, 0, 2, -1, 0 }, 177.49408, 0.00012, 0.068 }, + { { 1, 0, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 358.03369, 0.00006, 0.036 }, + { { 1, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0 }, 290.91409, 0.00005, 0.049 }, + { { 1, 0, 0, 0, 0, 0, 0, 0, -2, 1, 0 }, 293.64188, 0.00002, 0.136 }, + { { 1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 1 }, 313.93738, 0.00001, 0.192 }, + { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 289.46980, 0.00012, 0.241 }, + { { 1, 0, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 279.21122, 0.00003, 0.064 }, + { { 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 106.53061, 0.00002, 0.035 }, + { { 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 52.92676, 0.00002, 0.194 }, + { { 1, 0, 27, -37, 0, 0, 0, 0, -2, 1, 0 }, 190.38280, 0.00002, 509.270 }, + { { 1, 1, -4, 0, 0, 0, 0, 0, 2, -3, 0 }, 342.10263, 0.00003, 0.075 }, + { { 1, 1, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 144.39918, 0.00004, 278.019 }, + { { 1, 1, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 342.10263, 0.00003, 0.075 }, + { { 1, 2, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 256.85055, 0.00001, 0.294 }, + { { 1, 3, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 308.59592, 0.00002, 0.076 }, + { { 1, 3, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 308.59592, 0.00002, 0.075 }, + { { 1, 10, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 188.56156, 0.00003, 13.438 }, + { { 1, 13, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 76.70400, 0.00001, 0.835 }, + { { 1, 13, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 157.47711, 0.00001, 35.540 }, + { { 1, 14, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 76.67742, 0.00001, 0.072 }, + { { 1, 14, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 76.67742, 0.00001, 0.079 }, + { { 1, 15, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 76.83770, 0.00003, 0.076 }, + { { 1, 15, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 76.68984, 0.00002, 18.797 }, + { { 1, 15, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 76.83770, 0.00003, 0.075 }, + { { 1, 15, -16, 0, 0, 0, 0, 0, -3, 1, -1 }, 4.34116, 0.00003, 0.040 }, + { { 1, 15, -16, 0, 0, 0, 0, 0, -3, 2, -1 }, 4.34116, 0.00003, 0.087 }, + { { 1, 15, -16, 0, 0, 0, 0, 0, -1, -1, -1 }, 4.34116, 0.00001, 0.038 }, + { { 1, 15, -16, 0, 0, 0, 0, 0, -1, 0, -1 }, 2.38969, 0.00019, 0.075 }, + { { 1, 15, -16, 0, 0, 0, 0, 0, -1, 1, -1 }, 4.34116, 0.00280, 1772.175 }, + { { 1, 15, -16, 0, 0, 0, 0, 0, -1, 2, -1 }, 2.38969, 0.00019, 0.075 }, + { { 1, 15, -16, 0, 0, 0, 0, 0, -1, 3, -1 }, 4.34116, 0.00001, 0.038 }, + { { 1, 15, -16, 0, 0, 0, 0, 0, 1, 0, -1 }, 4.34116, 0.00003, 0.087 }, + { { 1, 15, -16, 0, 0, 0, 0, 0, 1, 1, -1 }, 4.34116, 0.00003, 0.040 }, + { { 1, 16, -19, 0, 0, 0, 0, 0, -2, -1, 2 }, 162.16957, 0.00001, 81.712 }, + { { 1, 16, -17, 0, 0, 0, 0, 0, 0, -1, 0 }, 291.95086, 0.00001, 10.494 }, + { { 1, 18, -22, 0, 0, 0, 0, 0, -2, 1, 0 }, 95.60438, 0.00004, 14.239 }, + { { 1, 18, -20, 0, 0, 0, 0, 0, 0, -1, 0 }, 257.61573, 0.00002, 6.421 }, + { { 1, 21, -25, 0, 0, 0, 0, 0, 0, -1, 0 }, 24.61435, 0.00007, 30.938 }, + { { 1, 23, -30, 0, 0, 0, 0, 0, -2, 1, 0 }, 34.31800, 0.00003, 17.426 }, + { { 1, 23, -29, 0, 0, 0, 0, 0, -1, 1, -1 }, 296.91300, 0.00003, 276.148 }, + { { 1, 26, -35, 0, 0, 0, 0, 0, -2, 1, 0 }, 173.28188, 0.00001, 15.142 }, + { { 1, 36, -38, 0, 0, 0, 0, 0, -2, 0, 0 }, 73.07787, 0.00003, 15.023 }, + { { 1, 41, -45, 0, 0, 0, 0, 0, -1, 0, -1 }, 272.50388, 0.00001, 137.294 }, + { { 2, -56, 58, 0, 0, 0, 0, 0, 2, 0, 0 }, 272.07051, 0.00005, 80.804 }, + { { 2, -48, 45, 0, 0, 0, 0, 0, 2, 0, 0 }, 261.88899, 0.00001, 60.382 }, + { { 2, -45, 38, 0, 0, 0, 0, 0, 0, 0, 2 }, 10.29663, 0.00002, 1510.143 }, + { { 2, -42, 37, 0, 0, 0, 0, 0, 4, -2, 0 }, 223.19313, 0.00003, 231.663 }, + { { 2, -36, 37, 0, 0, 0, 0, 0, 0, 1, 0 }, 357.80269, 0.00002, 24.330 }, + { { 2, -33, 32, 0, 0, 0, 0, 0, 0, 1, 0 }, 350.92054, 0.00003, 12.147 }, + { { 2, -33, 34, 0, 0, 0, 0, 0, 2, -1, 0 }, 352.26054, 0.00001, 6.961 }, + { { 2, -32, 32, 0, 0, 0, 0, 0, 2, -1, 0 }, 78.99747, 0.00001, 4.332 }, + { { 2, -30, 29, 0, 0, 0, 0, 0, 2, -2, 0 }, 351.36750, 0.00002, 0.076 }, + { { 2, -30, 29, 0, 0, 0, 0, 0, 2, -1, 0 }, 268.25318, 0.00001, 49.447 }, + { { 2, -30, 29, 0, 0, 0, 0, 0, 2, 0, 0 }, 351.36750, 0.00002, 0.075 }, + { { 2, -28, 24, 0, 0, 0, 0, 0, 0, 1, 0 }, 145.00481, 0.00003, 22.081 }, + { { 2, -28, 25, 0, 0, 0, 0, 0, 1, 1, -1 }, 61.19473, 0.00002, 117.956 }, + { { 2, -27, 22, 0, 0, 0, 0, 0, 0, -1, 2 }, 223.81676, 0.00003, 231.235 }, + { { 2, -27, 24, 0, 0, 0, 0, 0, 2, -1, 0 }, 141.20533, 0.00003, 9.689 }, + { { 2, -25, 20, 0, 0, 0, 0, 0, 1, 0, 0 }, 42.34068, 0.00003, 28.696 }, + { { 2, -25, 21, 0, 0, 0, 0, 0, 2, -1, 0 }, 144.45551, 0.00001, 6.764 }, + { { 2, -24, 19, 0, 0, 0, 0, 0, 2, -2, 0 }, 42.29277, 0.00001, 0.074 }, + { { 2, -24, 19, 0, 0, 0, 0, 0, 2, 0, 0 }, 42.29277, 0.00001, 0.077 }, + { { 2, -24, 21, 0, 0, 0, 0, 0, 4, -4, 0 }, 27.44429, 0.00003, 0.075 }, + { { 2, -24, 21, 0, 0, 0, 0, 0, 4, -3, 0 }, 27.44429, 0.00058, 1528.620 }, + { { 2, -24, 21, 0, 0, 0, 0, 0, 4, -2, 0 }, 27.44429, 0.00003, 0.075 }, + { { 2, -22, 16, 0, 0, 0, 0, 0, 2, -1, 0 }, 327.81499, 0.00004, 40.968 }, + { { 2, -20, 12, 0, 0, 0, 0, 0, 1, 1, -1 }, 271.12666, 0.00002, 232.978 }, + { { 2, -12, 13, 0, 0, 0, 0, 0, 2, -3, 0 }, 185.69581, 0.00001, 0.076 }, + { { 2, -12, 13, 0, 0, 0, 0, 0, 2, -2, 0 }, 3.11023, 0.00002, 41.866 }, + { { 2, -12, 13, 0, 0, 0, 0, 0, 2, -1, 0 }, 185.69581, 0.00001, 0.075 }, + { { 2, -11, 6, 0, 0, 0, 0, 0, 0, 0, 0 }, 222.26879, 0.00001, 0.280 }, + { { 2, -10, 8, 0, 0, 0, 0, 0, 0, 0, 0 }, 114.97925, 0.00001, 20.429 }, + { { 2, -9, 8, 0, 0, 0, 0, 0, 2, -2, 0 }, 170.51661, 0.00001, 10.046 }, + { { 2, -8, 3, 0, 0, 0, 0, 0, -2, 1, 0 }, 42.96954, 0.00001, 0.076 }, + { { 2, -8, 3, 0, 0, 0, 0, 0, -2, 2, 0 }, 222.22620, 0.00004, 13.511 }, + { { 2, -8, 3, 0, 0, 0, 0, 0, -2, 3, 0 }, 42.96954, 0.00001, 0.075 }, + { { 2, -7, 3, 0, 0, 0, 0, 0, 0, 0, 0 }, 146.92333, 0.00005, 13.427 }, + { { 2, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 342.14626, 0.00001, 0.555 }, + { { 2, -4, 0, 0, 0, 0, 0, 0, 2, -3, 0 }, 314.45685, 0.00004, 0.076 }, + { { 2, -4, 0, 0, 0, 0, 0, 0, 2, -2, 0 }, 136.02991, 0.00003, 35.623 }, + { { 2, -4, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 314.45685, 0.00004, 0.075 }, + { { 2, -3, -2, 0, 0, 0, 0, 0, 2, -3, 0 }, 222.01215, 0.00001, 0.074 }, + { { 2, -3, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 222.01215, 0.00001, 0.077 }, + { { 2, -2, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 273.69942, 0.00003, 0.074 }, + { { 2, -2, -7, 0, 0, 0, 0, 0, -2, 3, 0 }, 273.69942, 0.00003, 0.076 }, + { { 2, -2, -4, 0, 0, 0, 0, 0, -1, 1, -1 }, 296.79910, 0.00002, 0.087 }, + { { 2, -2, -4, 0, 0, 0, 0, 0, 1, -1, -1 }, 113.79542, 0.00015, 0.075 }, + { { 2, -2, -4, 0, 0, 0, 0, 0, 1, 0, -1 }, 105.29889, 0.00071, 1587.748 }, + { { 2, -2, -4, 0, 0, 0, 0, 0, 1, 1, -1 }, 113.79542, 0.00015, 0.075 }, + { { 2, -2, -4, 0, 0, 0, 0, 0, 3, -1, -1 }, 296.79910, 0.00002, 0.087 }, + { { 2, -2, -3, 0, 0, 0, 0, 0, 2, -3, 0 }, 42.01085, 0.00002, 0.077 }, + { { 2, -2, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 42.01085, 0.00002, 0.074 }, + { { 2, 0, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 208.86962, 0.00001, 0.303 }, + { { 2, 0, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 209.41210, 0.00002, 0.068 }, + { { 2, 0, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 29.43848, 0.00001, 0.036 }, + { { 2, 0, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 321.33896, 0.00002, 0.232 }, + { { 2, 0, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 320.50724, 0.00003, 0.063 }, + { { 2, 0, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 140.51526, 0.00003, 0.034 }, + { { 2, 0, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 72.79508, 0.00002, 0.051 }, + { { 2, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 71.90720, 0.00014, 0.189 }, + { { 2, 0, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 70.90165, 0.00006, 0.060 }, + { { 2, 0, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 250.90172, 0.00006, 0.033 }, + { { 2, 0, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 180.16665, 0.00007, 0.054 }, + { { 2, 0, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 180.29143, 0.00005, 0.193 }, + { { 2, 0, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 180.40064, 0.00005, 0.144 }, + { { 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 180.23590, 0.00032, 0.159 }, + { { 2, 0, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 180.17430, 0.00003, 0.051 }, + { { 2, 0, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.89226, 0.00010, 0.056 }, + { { 2, 0, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 359.88508, 0.00010, 0.032 }, + { { 2, 0, -2, 0, 0, 0, 0, 0, 2, 1, 0 }, 359.90059, 0.00003, 0.023 }, + { { 2, 0, -1, 0, 0, 0, 0, 0, -2, 1, 0 }, 280.26363, 0.00002, 0.239 }, + { { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 290.55670, 0.00004, 0.137 }, + { { 2, 0, 3, 0, 0, 0, 0, 0, -2, 0, 1 }, 243.09409, 0.00002, 92.605 }, + { { 2, 0, 3, 0, 0, 0, 0, 0, -2, 1, 0 }, 64.56438, 0.00001, 5.632 }, + { { 2, 0, 17, -26, 0, 0, 0, 0, -2, 1, 0 }, 331.63943, 0.00004, 743.009 }, + { { 2, 1, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 93.74501, 0.00002, 0.075 }, + { { 2, 1, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 93.74501, 0.00002, 0.076 }, + { { 2, 5, -6, 0, 0, 0, 0, 0, -3, 1, 1 }, 118.16615, 0.00002, 261.378 }, + { { 2, 8, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 291.46423, 0.00002, 19.007 }, + { { 2, 8, -7, 0, 0, 0, 0, 0, 1, -1, -1 }, 324.36967, 0.00003, 867.364 }, + { { 2, 10, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 148.51042, 0.00001, 1.084 }, + { { 2, 10, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 216.99130, 0.00002, 12.874 }, + { { 2, 11, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 148.48578, 0.00001, 0.074 }, + { { 2, 11, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 332.49315, 0.00002, 3.369 }, + { { 2, 11, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 148.48578, 0.00001, 0.077 }, + { { 2, 11, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 240.99468, 0.00001, 14.121 }, + { { 2, 13, -19, 0, 0, 0, 0, 0, -3, 1, 1 }, 322.76352, 0.00002, 124.822 }, + { { 2, 13, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 39.86755, 0.00003, 0.075 }, + { { 2, 13, -18, 0, 0, 0, 0, 0, -2, 2, 0 }, 39.86755, 0.00003, 0.076 }, + { { 2, 14, -20, 0, 0, 0, 0, 0, -2, 1, 0 }, 313.64604, 0.00003, 2.380 }, + { { 2, 14, -19, 0, 0, 0, 0, 0, -2, 1, 0 }, 221.80121, 0.00003, 1.725 }, + { { 2, 14, -18, 0, 0, 0, 0, 0, 0, -1, 0 }, 140.84115, 0.00002, 5.148 }, + { { 2, 15, -21, 0, 0, 0, 0, 0, -2, 1, 0 }, 150.51108, 0.00002, 4.871 }, + { { 2, 16, -23, 0, 0, 0, 0, 0, -2, 1, 0 }, 56.55430, 0.00002, 5.911 }, + { { 2, 16, -21, 0, 0, 0, 0, 0, 0, -1, 0 }, 216.89577, 0.00001, 17.606 }, + { { 2, 16, -20, 0, 0, 0, 0, 0, 1, -2, -1 }, 145.01232, 0.00001, 0.075 }, + { { 2, 16, -20, 0, 0, 0, 0, 0, 1, -1, -1 }, 145.01232, 0.00018, 329.750 }, + { { 2, 16, -20, 0, 0, 0, 0, 0, 1, 0, -1 }, 145.01232, 0.00001, 0.075 }, + { { 2, 18, -26, 0, 0, 0, 0, 0, -2, 1, 0 }, 79.29607, 0.00003, 12.216 }, + { { 2, 19, -28, 0, 0, 0, 0, 0, -2, 1, 0 }, 93.21236, 0.00002, 3.418 }, + { { 2, 19, -26, 0, 0, 0, 0, 0, 0, -1, 0 }, 41.53023, 0.00004, 15.008 }, + { { 2, 20, -29, 0, 0, 0, 0, 0, -2, 1, 0 }, 273.25045, 0.00001, 3.004 }, + { { 2, 24, -34, 0, 0, 0, 0, 0, 0, -1, 0 }, 185.16247, 0.00001, 16.398 }, + { { 2, 31, -34, 0, 0, 0, 0, 0, -2, 0, 0 }, 84.86887, 0.00002, 23.758 }, + { { 2, 34, -39, 0, 0, 0, 0, 0, -2, 0, 0 }, 40.81796, 0.00003, 6.042 }, + { { 3, -27, 20, 0, 0, 0, 0, 0, 2, -1, 0 }, 119.78825, 0.00002, 20.457 }, + { { 3, -9, 2, 0, 0, 0, 0, 0, 0, 0, 0 }, 115.89615, 0.00001, 5.766 }, + { { 3, 0, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 321.64766, 0.00001, 0.134 }, + { { 3, 0, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 141.06907, 0.00002, 0.031 }, + { { 3, 0, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 72.90417, 0.00003, 0.061 }, + { { 3, 0, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 73.06046, 0.00002, 0.331 }, + { { 3, 0, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 72.12771, 0.00001, 0.208 }, + { { 3, 0, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 72.26608, 0.00007, 0.118 }, + { { 3, 0, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 71.19749, 0.00002, 0.050 }, + { { 3, 0, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 251.19817, 0.00003, 0.030 }, + { { 3, 0, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 181.15390, 0.00009, 0.065 }, + { { 3, 0, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 181.32315, 0.00009, 0.494 }, + { { 3, 0, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 181.11043, 0.00004, 0.263 }, + { { 3, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 181.62589, 0.00013, 0.106 }, + { { 3, 0, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 180.44543, 0.00002, 0.048 }, + { { 3, 0, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 0.44573, 0.00005, 0.029 }, + { { 3, 0, -2, 0, 0, 0, 0, 0, -3, 1, 1 }, 312.75570, 0.00044, 35.335 }, + { { 3, 0, -2, 0, 0, 0, 0, 0, -3, 2, 1 }, 312.74905, 0.00002, 0.075 }, + { { 3, 0, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 95.68887, 0.00012, 0.070 }, + { { 3, 0, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 95.78247, 0.00013, 0.975 }, + { { 3, 0, -2, 0, 0, 0, 0, 0, -2, 2, 0 }, 199.65617, 0.00001, 0.082 }, + { { 3, 0, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 98.50362, 0.00002, 0.357 }, + { { 3, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 116.68690, 0.00005, 0.096 }, + { { 3, 0, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 199.50229, 0.00002, 0.042 }, + { { 3, 0, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 283.75096, 0.00002, 0.028 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -4, 0, 0 }, 96.56536, 0.00004, 0.026 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -4, 1, 0 }, 96.56536, 0.00034, 0.040 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -4, 2, 0 }, 96.65389, 0.00032, 0.087 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, -1, 0 }, 96.29486, 0.00016, 0.038 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 96.29482, 0.00234, 0.075 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 1, -2 }, 276.56536, 0.00006, 0.037 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 1, 0 }, 96.56536, 0.02923, 39.271 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 1, 2 }, 276.56536, 0.00006, 0.037 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 2, 0 }, 96.48044, 0.00164, 0.076 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 3, 0 }, 96.48036, 0.00011, 0.038 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 95.46738, 0.00018, 0.087 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, 0, 1, 0 }, 96.56536, 0.00034, 0.040 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, 0, 2, 0 }, 96.56536, 0.00004, 0.026 }, + { { 3, 0, 0, 0, -3, 0, 0, 0, -1, -1, 1 }, 98.15329, 0.00001, 729.668 }, + { { 3, 0, 0, 0, 0, 0, 0, 0, -4, 1, 0 }, 353.62843, 0.00002, 0.042 }, + { { 3, 0, 0, 0, 0, 0, 0, 0, -4, 2, 0 }, 353.62843, 0.00001, 0.095 }, + { { 3, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0 }, 353.62843, 0.00001, 0.081 }, + { { 3, 0, 0, 0, 0, 0, 0, 0, -1, 1, -1 }, 49.24634, 0.00005, 12.622 }, + { { 3, 0, 7, -15, 0, 0, 0, 0, -4, 1, 0 }, 353.96206, 0.00002, 0.040 }, + { { 3, 0, 7, -15, 0, 0, 0, 0, -4, 2, 0 }, 353.96206, 0.00002, 0.087 }, + { { 3, 0, 7, -15, 0, 0, 0, 0, -2, 0, 0 }, 353.96206, 0.00009, 0.075 }, + { { 3, 0, 7, -15, 0, 0, 0, 0, -2, 1, 0 }, 353.96206, 0.00158, 1373.316 }, + { { 3, 0, 7, -15, 0, 0, 0, 0, -2, 2, 0 }, 353.96206, 0.00009, 0.075 }, + { { 3, 0, 7, -15, 0, 0, 0, 0, 0, 0, 0 }, 353.96206, 0.00002, 0.087 }, + { { 3, 0, 7, -15, 0, 0, 0, 0, 0, 1, 0 }, 353.96206, 0.00002, 0.040 }, + { { 3, 2, -6, 0, 0, 0, 0, 0, -4, 2, 0 }, 239.57624, 0.00002, 0.075 }, + { { 3, 2, -6, 0, 0, 0, 0, 0, -4, 3, 0 }, 239.57624, 0.00031, 2494.868 }, + { { 3, 2, -6, 0, 0, 0, 0, 0, -4, 4, 0 }, 239.57624, 0.00002, 0.075 }, + { { 3, 6, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 345.57675, 0.00001, 21.579 }, + { { 3, 13, -20, 0, 0, 0, 0, 0, 0, 1, -2 }, 293.86041, 0.00008, 837.450 }, + { { 4, -29, 18, 0, 0, 0, 0, 0, 1, -1, 1 }, 342.68185, 0.00003, 270.651 }, + { { 4, -29, 19, 0, 0, 0, 0, 0, 2, -1, 0 }, 262.73450, 0.00002, 19.972 }, + { { 4, -15, 6, 0, 0, 0, 0, 0, -4, 3, 0 }, 184.98192, 0.00001, 0.087 }, + { { 4, -15, 6, 0, 0, 0, 0, 0, -2, 1, 0 }, 10.24706, 0.00010, 0.075 }, + { { 4, -15, 6, 0, 0, 0, 0, 0, -2, 2, 0 }, 19.56685, 0.00069, 2144.232 }, + { { 4, -15, 6, 0, 0, 0, 0, 0, -2, 3, 0 }, 10.24706, 0.00010, 0.075 }, + { { 4, -15, 6, 0, 0, 0, 0, 0, 0, 1, 0 }, 184.98192, 0.00001, 0.087 }, + { { 4, -7, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 314.11913, 0.00001, 0.075 }, + { { 4, -7, -7, 0, 0, 0, 0, 0, -2, 3, 0 }, 314.11913, 0.00001, 0.075 }, + { { 4, -5, 3, 0, 0, 0, 0, 0, -4, 1, 0 }, 30.68945, 0.00002, 0.040 }, + { { 4, -5, 3, 0, 0, 0, 0, 0, -4, 2, 0 }, 30.68945, 0.00002, 0.087 }, + { { 4, -5, 3, 0, 0, 0, 0, 0, -2, 0, 0 }, 30.68945, 0.00008, 0.075 }, + { { 4, -5, 3, 0, 0, 0, 0, 0, -2, 1, 0 }, 30.68945, 0.00152, 1010.649 }, + { { 4, -5, 3, 0, 0, 0, 0, 0, -2, 2, 0 }, 30.68945, 0.00008, 0.075 }, + { { 4, -5, 3, 0, 0, 0, 0, 0, 0, 0, 0 }, 30.68945, 0.00002, 0.087 }, + { { 4, -5, 3, 0, 0, 0, 0, 0, 0, 1, 0 }, 30.68945, 0.00002, 0.040 }, + { { 4, 0, -6, 0, 0, 0, 0, 0, -3, 2, 0 }, 143.41195, 0.00004, 73.341 }, + { { 4, 0, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 322.83154, 0.00002, 0.071 }, + { { 4, 0, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 322.87694, 0.00003, 1.145 }, + { { 4, 0, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 141.58981, 0.00001, 0.028 }, + { { 4, 0, -6, 3, 0, 0, 0, 0, -1, -1, 1 }, 4.44188, 0.00002, 700.544 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, -4, 1, 0 }, 73.47726, 0.00003, 0.041 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, -4, 2, 0 }, 73.47011, 0.00003, 0.088 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, -2, -1, 0 }, 253.74923, 0.00001, 0.038 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 253.74917, 0.00019, 0.076 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 73.47726, 0.00281, 7.897 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 73.48408, 0.00016, 0.075 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, -2, 3, 0 }, 73.48398, 0.00001, 0.038 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 71.05964, 0.00004, 0.607 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 72.79041, 0.00017, 0.086 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 73.47726, 0.00003, 0.040 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 251.68541, 0.00002, 0.028 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, -3, 1, -1 }, 24.75992, 0.00001, 0.041 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, -3, 2, -1 }, 24.75942, 0.00001, 0.088 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 2.88890, 0.00012, 0.082 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 183.00504, 0.00007, 0.888 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, -1, -1, 1 }, 205.04924, 0.00001, 2.461 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, -1, 0, -1 }, 205.28899, 0.00002, 0.076 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 2.43596, 0.00011, 4.173 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, -1, 1, -1 }, 24.75992, 0.00114, 13.725 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, -1, 2, -1 }, 24.76040, 0.00006, 0.075 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 182.98484, 0.00002, 0.072 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 183.02988, 0.00035, 1.545 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 182.69471, 0.00024, 0.079 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, 1, 0, -1 }, 24.82347, 0.00003, 0.087 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, 1, 1, -1 }, 24.75992, 0.00001, 0.040 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 1.50649, 0.00003, 0.027 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 99.39311, 0.00002, 0.090 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, -2, 1, -2 }, 100.63105, 0.00005, 0.040 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 99.30534, 0.00002, 0.470 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, -2, 2, -2 }, 100.63105, 0.00005, 0.087 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, -2, 0 }, 99.28339, 0.00004, 0.078 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, -1, -2 }, 100.63105, 0.00002, 0.038 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 99.36455, 0.00073, 2.836 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, 0, -2 }, 100.77271, 0.00016, 0.076 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, 0, -1 }, 313.25341, 0.00002, 5.381 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 279.29738, 0.00020, 0.073 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, 1, -2 }, 100.63105, 0.00427, 52.370 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, 2, -2 }, 100.73599, 0.00024, 0.075 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, 3, -2 }, 100.63105, 0.00002, 0.038 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 1, -1, -1 }, 133.67317, 0.00002, 1.426 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 2, 0, -2 }, 100.63105, 0.00005, 0.087 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 283.54026, 0.00002, 0.026 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 2, 1, -2 }, 100.63105, 0.00005, 0.040 }, + { { 4, 0, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 35.96047, 0.00002, 0.739 }, + { { 4, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 215.97147, 0.00002, 0.068 }, + { { 4, 0, -2, 0, 0, 0, 0, 0, 1, -1, -1 }, 52.05762, 0.00004, 3.346 }, + { { 4, 3, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 61.20913, 0.00002, 0.075 }, + { { 4, 3, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 332.74186, 0.00008, 312.886 }, + { { 4, 5, 0, 0, 0, 0, 0, 0, -2, 0, 0 }, 191.66472, 0.00003, 661.131 }, + { { 4, 6, -11, 0, 0, 0, 0, 0, 2, -1, -2 }, 135.17538, 0.00001, 560.934 }, + { { 4, 11, -23, 0, 0, 0, 0, 0, -2, 1, 0 }, 214.85098, 0.00004, 135.472 }, + { { 4, 13, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 22.16816, 0.00002, 374.117 }, + { { 4, 17, -31, 0, 0, 0, 0, 0, 0, -1, 0 }, 313.52255, 0.00001, 74.095 }, + { { 4, 21, -26, 0, 0, 0, 0, 0, -2, 0, 0 }, 21.64885, 0.00001, 145.805 }, + { { 4, 29, -39, 0, 0, 0, 0, 0, -2, 0, 0 }, 271.14764, 0.00002, 90.547 }, + { { 5, -32, 18, 0, 0, 0, 0, 0, 0, 1, 0 }, 257.06814, 0.00009, 1880.011 }, + { { 5, -14, 2, 0, 0, 0, 0, 0, 0, 0, 0 }, 335.89670, 0.00001, 319.437 }, + { { 5, -12, 12, 0, 0, 0, 0, 0, 0, -1, 0 }, 250.86844, 0.00003, 633.672 }, + { { 5, -4, -1, 0, 0, 0, 0, 0, 0, -2, 0 }, 111.03403, 0.00001, 0.075 }, + { { 5, -4, -1, 0, 0, 0, 0, 0, 0, -1, 0 }, 111.03403, 0.00021, 383.522 }, + { { 5, -4, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 111.03403, 0.00001, 0.075 }, + { { 5, 0, -13, 7, 0, 0, 0, 0, -2, 0, 0 }, 303.08124, 0.00003, 0.075 }, + { { 5, 0, -13, 7, 0, 0, 0, 0, -2, 1, 0 }, 303.08124, 0.00053, 1971.354 }, + { { 5, 0, -13, 7, 0, 0, 0, 0, -2, 2, 0 }, 303.08124, 0.00003, 0.075 }, + { { 5, 0, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 214.19978, 0.00002, 2.019 }, + { { 5, 0, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 322.55127, 0.00006, 1.981 }, + { { 5, 0, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 142.90780, 0.00003, 0.073 }, + { { 5, 0, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 73.66632, 0.00002, 0.665 }, + { { 5, 0, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 246.33393, 0.00003, 0.068 }, + { { 5, 0, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 252.40635, 0.00001, 0.025 }, + { { 5, 0, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 3.42225, 0.00001, 0.025 }, + { { 5, 0, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 283.79840, 0.00001, 0.024 }, + { { 5, 4, -14, 0, 0, 0, 0, 0, 0, -1, 0 }, 188.67468, 0.00002, 147.212 }, + { { 6, -39, 27, 0, 0, 0, 0, 0, 2, -1, 0 }, 18.43578, 0.00006, 892.417 }, + { { 6, -31, 14, 0, 0, 0, 0, 0, 2, -1, 0 }, 97.57590, 0.00001, 326.268 }, + { { 6, 0, -3, 0, 0, 0, 0, 0, -5, 2, 1 }, 155.15702, 0.00005, 352.558 }, + { { 6, 0, 0, 0, -2, 0, 0, 0, -2, -1, 0 }, 231.51527, 0.00001, 0.075 }, + { { 6, 0, 0, 0, -2, 0, 0, 0, -2, 0, 0 }, 231.51527, 0.00026, 155.167 }, + { { 6, 0, 0, 0, -2, 0, 0, 0, -2, 1, 0 }, 231.51527, 0.00001, 0.075 }, + { { 6, 0, 0, 0, 0, 0, 0, 0, -2, -1, 0 }, 235.02094, 0.00001, 0.076 }, + { { 6, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0 }, 235.02094, 0.00024, 5.713 }, + { { 6, 0, 0, 0, 0, 0, 0, 0, -2, 1, 0 }, 235.02094, 0.00001, 0.074 }, + { { 7, 0, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 280.64524, 0.00002, 0.598 }, + { { 7, 0, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 208.70560, 0.00010, 1.486 }, + { { 7, 0, -4, 0, -4, 0, 0, 0, -2, 0, 0 }, 41.48953, 0.00003, 99.278 }, + { { 7, 0, -4, 0, 0, 0, 0, 0, -2, -1, 0 }, 138.00381, 0.00001, 0.077 }, + { { 7, 0, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 138.00381, 0.00025, 3.057 }, + { { 7, 0, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 138.00381, 0.00001, 0.074 }, + { { 7, 0, -4, 0, 0, 0, 0, 0, -2, 2, -2 }, 137.63269, 0.00002, 157.008 }, + { { 7, 0, -3, 0, 0, 0, 0, 0, -1, 0, -1 }, 83.20050, 0.00003, 3.658 }, + { { 8, -4, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 31.09549, 0.00003, 43.751 }, + { { 8, 0, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 261.32095, 0.00002, 1.920 }, + { { 8, 0, -9, 1, 0, 0, 0, 0, -2, 0, 0 }, 7.56929, 0.00002, 91.577 }, + { { 8, 4, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 233.87755, 0.00001, 53.558 }, + { { 9, -19, 5, 0, 0, 0, 0, 0, -2, 1, 0 }, 104.65047, 0.00002, 467.061 }, + { { 9, -3, -21, 0, 0, 0, 0, 0, -2, 1, 0 }, 220.49519, 0.00001, 95.129 }, + { { 9, -1, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 72.25700, 0.00006, 172.311 }, + { { 10, 0, -12, -9, 0, 0, 0, 0, -2, 0, 0 }, 352.79254, 0.00001, 574.613 }, + { { 11, 0, -22, 2, 0, 0, 0, 0, -2, 0, 0 }, 113.75419, 0.00005, 890.800 }, + { { 12, 0, -12, 0, 2, 0, 0, 0, -2, -1, 0 }, 207.32678, 0.00017, 2204.260 }, + { { 17, 0, -22, 0, 0, 0, 0, 0, -5, 1, 0 }, 332.53824, 0.00002, 411.722 } +} }; + +constexpr array g_ELP11 +{ { + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 }, 179.93197, 0.00068, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1 }, 359.92861, 0.00007, 5.997 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1 }, 359.97739, 0.00040, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, -1 }, 359.99484, 0.00003, 0.076 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1 }, 359.97313, 0.00006, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 1 }, 359.89152, 0.00001, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1 }, 180.03960, 0.00001, 0.070 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 0 }, 356.53630, 0.00002, 1.127 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 1 }, 180.03960, 0.00001, 0.080 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1 }, 180.01772, 0.00018, 0.949 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 }, 76.40971, 0.00052, 0.081 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1 }, 180.01674, 0.00019, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0 }, 45.97098, 0.00007, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -3, 1 }, 180.66992, 0.00001, 0.622 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -2, -1 }, 0.06750, 0.00015, 0.066 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -1, -1 }, 0.09788, 0.00143, 0.515 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -1, 1 }, 0.10790, 0.00162, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, -1 }, 0.14435, 0.00321, 0.088 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 1 }, 0.12799, 0.00081, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, -1 }, 0.15148, 0.00021, 0.041 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 1 }, 0.14122, 0.00010, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 3, -1, 0 }, 34.89815, 0.00007, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0 }, 34.89815, 0.00006, 0.027 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 4, -2, 1 }, 0.12097, 0.00003, 0.027 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 4, -1, -1 }, 0.11370, 0.00008, 0.044 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 4, -1, 1 }, 0.10938, 0.00004, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, -1 }, 0.11543, 0.00005, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 1 }, 0.10670, 0.00001, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, -1 }, 261.18864, 0.00001, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, 1 }, 261.18864, 0.00001, 5.786 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, -1 }, 261.18864, 0.00001, 6.223 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 1 }, 261.18864, 0.00001, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 0, -1, -1 }, 99.71523, 0.00005, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 0, -1, 1 }, 102.00892, 0.00005, 6.005 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 0, 0, -1 }, 330.59903, 0.00003, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 0, 0, 1 }, 330.59903, 0.00003, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 0, 1, -1 }, 102.00892, 0.00005, 5.988 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 0, 1, 1 }, 99.71523, 0.00005, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, -2, 0, 1 }, 184.37205, 0.00004, 0.088 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, -1 }, 236.39187, 0.00002, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 1 }, 236.39187, 0.00002, 5.597 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, -1 }, 236.39187, 0.00002, 6.458 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 1 }, 236.39187, 0.00002, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, 2, 0, -1 }, 186.06606, 0.00004, 0.088 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -4, 1, -1 }, 267.93817, 0.00001, 0.020 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, -1, -1 }, 267.93448, 0.00003, 0.019 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, -1, 1 }, 266.91265, 0.00008, 0.041 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, 0, -1 }, 267.32323, 0.00021, 0.026 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, 0, 1 }, 267.41538, 0.00101, 0.089 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, 1, -1 }, 269.36401, 0.00024, 0.040 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, 1, 1 }, 269.57119, 0.00020, 0.506 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, 2, 1 }, 273.81956, 0.00001, 0.066 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0 }, 63.31391, 0.00005, 0.081 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, -2, -1 }, 261.43413, 0.00004, 0.025 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, -2, 1 }, 261.29928, 0.00002, 0.077 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, -1, -1 }, 260.89638, 0.00038, 0.038 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, -1, 1 }, 261.08984, 0.00040, 4.983 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1 }, 77.86313, 0.00007, 0.075 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1 }, 78.07459, 0.00007, 0.074 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, -1 }, 261.05509, 0.00039, 7.530 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 1 }, 260.83894, 0.00038, 0.037 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, -1 }, 261.31633, 0.00002, 0.076 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 1 }, 261.44244, 0.00004, 0.025 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0 }, 66.17816, 0.00006, 0.081 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, -2, -1 }, 273.51283, 0.00001, 0.066 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, -1, -1 }, 269.41265, 0.00020, 0.524 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, -1, 1 }, 269.09604, 0.00024, 0.040 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, -1 }, 266.95423, 0.00103, 0.088 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, 1 }, 267.30520, 0.00020, 0.026 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, 1, -1 }, 266.45286, 0.00008, 0.041 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, 1, 1 }, 267.72236, 0.00003, 0.019 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 4, -1, 1 }, 267.44696, 0.00001, 0.020 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, -2, 0, -1 }, 167.01997, 0.00001, 0.026 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, -2, 0, 1 }, 164.85104, 0.00006, 0.089 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, -1, 0, 0 }, 324.55694, 0.00004, 0.081 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 0, -1, -1 }, 324.48914, 0.00002, 0.038 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 0, -1, 1 }, 324.48914, 0.00002, 4.262 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, -1 }, 151.65684, 0.00002, 0.075 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1 }, 151.65684, 0.00002, 0.074 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 0, 1, -1 }, 324.48914, 0.00002, 10.115 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 0, 1, 1 }, 324.48914, 0.00002, 0.037 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0 }, 139.43202, 0.00002, 0.080 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 2, 0, -1 }, 168.87091, 0.00004, 0.088 }, + { { 0, 0, 0, 0, 1, -5, 0, 0, -2, 0, 1 }, 200.35349, 0.00002, 0.088 }, + { { 0, 0, 0, 0, 1, -5, 0, 0, 2, 0, -1 }, 193.55451, 0.00002, 0.089 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, -2, 0, -1 }, 355.56931, 0.00001, 0.026 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, -2, 0, 1 }, 355.56923, 0.00007, 0.089 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 0, -1, -1 }, 298.68935, 0.00003, 0.038 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 0, -1, 1 }, 298.68935, 0.00003, 5.460 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, -1 }, 47.02190, 0.00001, 0.075 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 1 }, 47.02190, 0.00001, 0.074 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 0, 1, -1 }, 298.68935, 0.00003, 6.651 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 0, 1, 1 }, 298.68935, 0.00003, 0.037 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 2, 0, -1 }, 353.65395, 0.00007, 0.088 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 2, 0, 1 }, 353.65395, 0.00001, 0.026 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, -2, 0, 1 }, 177.14581, 0.00004, 0.089 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, 2, 0, -1 }, 176.87334, 0.00004, 0.088 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -4, 0, -1 }, 351.25342, 0.00004, 0.016 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -4, 0, 1 }, 354.03243, 0.00010, 0.028 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -4, 1, -1 }, 354.16463, 0.00008, 0.020 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -4, 1, 1 }, 358.47110, 0.00015, 0.044 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -4, 2, -1 }, 0.79676, 0.00006, 0.028 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -4, 2, 1 }, 354.86504, 0.00002, 0.106 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, -2, -1 }, 355.37667, 0.00004, 0.015 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, -2, 1 }, 344.45685, 0.00003, 0.026 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, -1, -1 }, 347.06646, 0.00024, 0.019 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, -1, 1 }, 349.19248, 0.00050, 0.041 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, -1 }, 354.59152, 0.00164, 0.026 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, 1 }, 354.87377, 0.00837, 0.089 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, 3 }, 357.18904, 0.00003, 0.064 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 1, -1 }, 359.57886, 0.00249, 0.040 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 1, 1 }, 358.81236, 0.00208, 0.494 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 2, -1 }, 184.95790, 0.00004, 0.086 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 2, 1 }, 6.05703, 0.00020, 0.065 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0 }, 78.88306, 0.00006, 0.039 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, 0, -1 }, 178.57582, 0.00005, 0.039 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0 }, 79.94322, 0.00119, 0.081 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, 0, 1 }, 176.76452, 0.00005, 0.879 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, 1, 0 }, 258.88306, 0.00006, 1.030 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, -3, -1 }, 291.10766, 0.00002, 0.019 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, -2, -1 }, 295.12411, 0.00022, 0.025 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, -2, 1 }, 293.67293, 0.00010, 0.077 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, -1 }, 295.95314, 0.00178, 0.038 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 1 }, 294.28372, 0.00181, 3.983 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, -1 }, 102.39298, 0.00053, 0.075 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1 }, 103.21455, 0.00049, 0.074 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -1 }, 294.08048, 0.00181, 12.128 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 1 }, 294.52112, 0.00180, 0.037 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 2, -1 }, 293.15461, 0.00010, 0.076 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 2, 1 }, 293.90406, 0.00021, 0.025 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 3, 1 }, 290.19587, 0.00002, 0.019 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, -1, 0 }, 258.38906, 0.00009, 1.246 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, -1, 2 }, 257.20040, 0.00001, 0.038 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, -2 }, 78.52681, 0.00001, 0.069 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1 }, 174.06643, 0.00003, 1.032 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0 }, 78.54130, 0.00142, 0.080 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1 }, 174.06773, 0.00003, 0.039 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0 }, 78.55035, 0.00008, 0.039 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, -2, -1 }, 6.80143, 0.00018, 0.066 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, -2, 1 }, 154.62865, 0.00003, 0.085 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, -1, -1 }, 356.90677, 0.00194, 0.539 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, -1, 1 }, 356.39811, 0.00230, 0.040 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, -3 }, 346.45726, 0.00001, 0.065 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, -1 }, 346.14598, 0.00779, 0.088 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 1 }, 346.81478, 0.00143, 0.026 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 1, -1 }, 343.48259, 0.00047, 0.041 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 1, 1 }, 339.26577, 0.00021, 0.019 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 2, -1 }, 325.27306, 0.00002, 0.026 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 2, 1 }, 351.91873, 0.00002, 0.015 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 3, -1, 0 }, 178.44571, 0.00002, 0.042 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 4, -2, -1 }, 352.08542, 0.00002, 0.104 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 4, -2, 1 }, 357.78140, 0.00006, 0.027 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 4, -1, -1 }, 353.41059, 0.00014, 0.044 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 4, -1, 1 }, 351.70810, 0.00007, 0.020 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 4, 0, -1 }, 350.54032, 0.00010, 0.028 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 4, 0, 1 }, 352.65785, 0.00003, 0.016 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, 0, -1, -1 }, 0.04391, 0.00003, 0.037 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, 0, -1, 1 }, 0.04391, 0.00002, 5.974 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, 0, 1, -1 }, 0.04391, 0.00002, 6.019 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, 0, 1, 1 }, 0.04391, 0.00003, 0.037 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -4, 1, 1 }, 165.96095, 0.00002, 0.044 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -4, 2, -1 }, 165.63973, 0.00001, 0.027 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, -2, 1 }, 345.15966, 0.00001, 0.026 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, -1, -1 }, 333.09842, 0.00005, 0.019 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, -1, 1 }, 329.35036, 0.00010, 0.041 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 0, -1 }, 251.06582, 0.00008, 0.026 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 0, 1 }, 263.99803, 0.00041, 0.088 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 1, -1 }, 178.13381, 0.00061, 0.040 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 1, 1 }, 178.93841, 0.00050, 0.516 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 2, 1 }, 169.58626, 0.00009, 0.066 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 3, 1 }, 166.63073, 0.00001, 0.035 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -3, -1 }, 345.96095, 0.00003, 0.019 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -3, 1 }, 345.96095, 0.00001, 0.038 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -2, -1 }, 346.25039, 0.00037, 0.025 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -2, 1 }, 346.25189, 0.00019, 0.076 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -1, -1 }, 346.45683, 0.00299, 0.037 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -1, 1 }, 346.26978, 0.00305, 6.038 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, -1 }, 161.53001, 0.00086, 0.074 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 1 }, 161.53396, 0.00086, 0.075 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 1, -1 }, 346.27178, 0.00305, 5.956 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 1, 1 }, 346.45910, 0.00299, 0.037 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 2, -1 }, 346.25133, 0.00019, 0.076 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 2, 1 }, 346.25018, 0.00037, 0.025 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 3, -1 }, 345.96095, 0.00001, 0.038 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 3, 1 }, 345.96095, 0.00003, 0.019 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 1, 0, 0 }, 342.20207, 0.00002, 0.081 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, -3, -1 }, 166.64833, 0.00001, 0.035 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, -2, -1 }, 169.56755, 0.00009, 0.066 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, -1, -1 }, 178.84686, 0.00050, 0.515 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, -1, 1 }, 178.04116, 0.00062, 0.040 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, 0, -1 }, 261.34897, 0.00040, 0.088 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, 0, 1 }, 249.99781, 0.00008, 0.026 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, 1, -1 }, 329.11836, 0.00010, 0.041 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, 1, 1 }, 333.02115, 0.00005, 0.019 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, 2, -1 }, 345.12184, 0.00001, 0.026 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 4, -2, 1 }, 165.63638, 0.00001, 0.027 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 4, -1, -1 }, 165.96095, 0.00002, 0.044 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, -2, 0, 1 }, 250.78551, 0.00002, 0.089 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, -1 }, 240.49213, 0.00001, 0.075 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 1 }, 240.49213, 0.00001, 0.074 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, 2, 0, -1 }, 251.03214, 0.00002, 0.088 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, -2, 0, 1 }, 300.40427, 0.00003, 0.089 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, 2, 0, -1 }, 300.36962, 0.00002, 0.088 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, -2, 0, -1 }, 359.17033, 0.00002, 0.026 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, -2, 0, 1 }, 359.17917, 0.00007, 0.089 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 0, -1, -1 }, 356.92413, 0.00001, 0.038 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 0, -1, 1 }, 356.92413, 0.00001, 3.739 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 0, 1, -1 }, 356.92413, 0.00001, 15.142 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 0, 1, 1 }, 356.92413, 0.00001, 0.037 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 2, 0, -1 }, 358.65392, 0.00007, 0.088 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 2, 0, 1 }, 358.65380, 0.00001, 0.026 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -3, 0, 0 }, 336.55581, 0.00002, 0.027 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -3, 1, 0 }, 336.55586, 0.00002, 0.042 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -2, 0, -1 }, 19.82961, 0.00004, 0.026 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -2, 0, 1 }, 14.23182, 0.00016, 0.090 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -2, 1, -1 }, 23.79540, 0.00005, 0.040 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -2, 1, 1 }, 20.42049, 0.00005, 0.474 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -1, -1, 0 }, 336.55572, 0.00002, 0.039 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -1, 0, 0 }, 30.81684, 0.00020, 0.082 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, -2, -1 }, 320.30722, 0.00002, 0.025 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, -2, 1 }, 320.30722, 0.00001, 0.077 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, -1, -1 }, 319.76670, 0.00020, 0.038 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, -1, 1 }, 320.05216, 0.00019, 2.982 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, -2 }, 132.88991, 0.00001, 0.037 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, -1 }, 143.79604, 0.00008, 0.075 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 1 }, 142.16659, 0.00008, 0.074 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, -2 }, 136.63823, 0.00006, 0.075 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, -1 }, 319.87148, 0.00020, 540.002 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0 }, 132.72694, 0.00010, 0.074 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 1 }, 320.12063, 0.00019, 0.037 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, -1 }, 320.30722, 0.00001, 0.075 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0 }, 132.88991, 0.00001, 0.037 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 1 }, 320.30722, 0.00002, 0.025 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0 }, 101.53678, 0.00028, 0.080 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 2, -1, -1 }, 2.13348, 0.00005, 0.564 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 2, -1, 1 }, 356.14373, 0.00005, 0.040 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, -1 }, 333.81865, 0.00035, 0.087 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 1 }, 336.70338, 0.00006, 0.026 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, -2, 0, -1 }, 83.97737, 0.00001, 0.026 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, -2, 0, 1 }, 84.75757, 0.00006, 0.089 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 0, -1, -1 }, 87.88220, 0.00001, 0.038 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 0, -1, 1 }, 87.88220, 0.00001, 4.001 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 0, 1, -1 }, 87.88220, 0.00001, 11.964 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 0, 1, 1 }, 87.88220, 0.00001, 0.037 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 2, 0, -1 }, 84.80211, 0.00005, 0.088 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 2, 0, 1 }, 84.80209, 0.00001, 0.026 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, -1, 0, 0 }, 24.02389, 0.00001, 0.083 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, -1, 0, 2 }, 24.02389, 0.00001, 0.068 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 0, -1, -1 }, 314.35081, 0.00001, 0.038 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 0, -1, 1 }, 314.35081, 0.00001, 2.383 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, -1 }, 134.79108, 0.00001, 0.076 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 1 }, 134.79108, 0.00001, 0.073 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 0, 1, -1 }, 314.35081, 0.00001, 11.607 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 0, 1, 1 }, 314.35081, 0.00001, 0.037 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 1, 0, 0 }, 107.97562, 0.00004, 0.079 }, + { { 0, 0, 0, 0, 4, -10, 0, 0, 0, -1, -1 }, 177.39404, 0.00001, 0.037 }, + { { 0, 0, 0, 0, 4, -10, 0, 0, 0, 0, -1 }, 181.08871, 0.00001, 0.074 }, + { { 0, 0, 0, 0, 4, -10, 0, 0, 0, 0, 1 }, 181.08871, 0.00001, 0.075 }, + { { 0, 0, 0, 0, 4, -10, 0, 0, 0, 1, 1 }, 177.39404, 0.00001, 0.037 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, 0, -1 }, 38.91751, 0.00005, 0.027 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, 0, 1 }, 38.65254, 0.00020, 0.093 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, 1, -1 }, 38.65549, 0.00006, 0.041 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, 1, 1 }, 38.65675, 0.00006, 0.404 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -1, -1, 0 }, 128.06358, 0.00002, 0.040 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 0 }, 127.99528, 0.00026, 0.084 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -1, 1, 0 }, 308.06358, 0.00002, 0.705 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, -1, -1 }, 27.22252, 0.00001, 0.038 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, -1, 1 }, 27.22252, 0.00001, 1.432 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, -1 }, 189.21294, 0.00002, 0.078 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1 }, 193.86844, 0.00002, 0.072 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, -1 }, 27.22252, 0.00001, 2.740 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 1 }, 27.22252, 0.00001, 0.037 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 1, -1, 0 }, 308.77663, 0.00005, 2.814 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 }, 128.77680, 0.00087, 0.078 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, 0 }, 128.77663, 0.00005, 0.038 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 2, -1, -1 }, 31.07464, 0.00004, 0.710 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 2, -1, 1 }, 31.07573, 0.00004, 0.039 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, -1 }, 27.84341, 0.00011, 0.084 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 1 }, 32.69161, 0.00002, 0.026 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -2, -1, -1 }, 136.60870, 0.00001, 0.020 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -2, 0, -1 }, 131.46616, 0.00011, 0.027 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -2, 0, 1 }, 132.33948, 0.00038, 0.098 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -2, 1, -1 }, 136.42319, 0.00010, 0.042 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -2, 1, 1 }, 139.59362, 0.00008, 0.333 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, -1, 0 }, 343.75667, 0.00004, 0.041 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, 0, -2 }, 163.74761, 0.00005, 0.026 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, 0, 0 }, 343.88402, 0.00131, 0.088 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, 1, -2 }, 343.75556, 0.00001, 0.040 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, 1, 0 }, 343.75311, 0.00038, 0.513 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, 2, 0 }, 343.75408, 0.00004, 0.066 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, -1, -1 }, 148.51213, 0.00008, 0.039 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, -1, 1 }, 145.97182, 0.00005, 0.813 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, -1 }, 202.19193, 0.00003, 0.081 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 1 }, 207.37132, 0.00003, 0.069 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, -1 }, 183.47784, 0.00002, 1.115 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 1 }, 195.85001, 0.00003, 0.036 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, -2, -2 }, 163.75558, 0.00007, 0.025 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, -2, 0 }, 343.74723, 0.00004, 0.076 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, -1, -2 }, 163.76157, 0.00059, 0.037 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, -1, 0 }, 343.74996, 0.00163, 5.670 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, -2 }, 163.82402, 0.00188, 0.075 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0 }, 163.75018, 0.03884, 0.074 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 2 }, 343.75118, 0.00004, 0.025 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 1, -2 }, 163.72838, 0.00039, 6.363 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 1, 0 }, 163.74937, 0.00261, 0.037 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 2, -2 }, 163.74326, 0.00002, 0.076 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 2, 0 }, 163.74921, 0.00019, 0.025 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, -1 }, 277.59253, 0.00007, 0.081 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 1 }, 103.58964, 0.00001, 0.025 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 3, -1, -2 }, 343.80445, 0.00005, 0.518 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 3, -1, 0 }, 163.74551, 0.00038, 0.040 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 3, 0, -2 }, 163.67271, 0.00013, 0.088 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 3, 0, 0 }, 163.74608, 0.00028, 0.026 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 3, 1, -2 }, 163.72493, 0.00002, 0.041 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 3, 1, 0 }, 163.74462, 0.00004, 0.019 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 1, 0, 0 }, 1.87727, 0.00006, 0.072 }, + { { 0, 0, 1, -5, 0, 0, 0, 0, -1, 0, 0 }, 145.97363, 0.00002, 0.071 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -1, -1, 0 }, 345.71481, 0.00004, 0.037 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -1, 0, 0 }, 345.71813, 0.00078, 0.074 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -1, 0, 2 }, 345.88377, 0.00001, 0.075 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -1, 1, 0 }, 165.71481, 0.00004, 4.171 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 0, 0, -1 }, 25.35364, 0.00001, 0.069 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 0, 0, 1 }, 33.71797, 0.00003, 0.081 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 1, 0, 0 }, 164.69789, 0.00004, 0.089 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 2, -1, -1 }, 41.03148, 0.00004, 0.326 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 2, -1, 1 }, 41.03083, 0.00004, 0.042 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 2, 0, -1 }, 41.00287, 0.00012, 0.098 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 2, 0, 1 }, 39.42259, 0.00004, 0.027 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -1, -1, 0 }, 21.08161, 0.00003, 0.038 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -1, 0, 0 }, 21.08161, 0.00051, 0.077 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -1, 1, 0 }, 201.08161, 0.00003, 3.425 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 0, 0, -1 }, 325.41258, 0.00002, 0.071 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 0, 0, 1 }, 325.41258, 0.00002, 0.078 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 1, 0, 0 }, 23.41995, 0.00016, 0.085 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 2, 0, -1 }, 83.58432, 0.00007, 0.093 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 2, 0, 1 }, 79.19742, 0.00002, 0.027 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -4, 0, -1 }, 319.40267, 0.00002, 0.016 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -4, 0, 1 }, 318.78174, 0.00008, 0.028 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -4, 1, -1 }, 318.95058, 0.00006, 0.020 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -4, 1, 1 }, 319.55382, 0.00010, 0.044 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -4, 2, -1 }, 321.52419, 0.00003, 0.027 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -4, 2, 1 }, 319.15823, 0.00001, 0.104 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -3, 0, 0 }, 273.31123, 0.00002, 0.027 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -3, 1, 0 }, 273.31125, 0.00002, 0.042 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, -2, -1 }, 319.20274, 0.00002, 0.015 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, -2, 1 }, 313.43785, 0.00001, 0.026 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, -1, -1 }, 318.20184, 0.00019, 0.019 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, -1, 1 }, 317.41767, 0.00043, 0.041 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 0, -1 }, 318.43293, 0.00116, 0.026 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 0, 1 }, 318.17659, 0.00615, 0.088 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 0, 3 }, 321.19337, 0.00002, 0.065 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 1, -1 }, 321.35166, 0.00141, 0.040 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 1, 1 }, 321.43461, 0.00113, 0.533 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 2, -1 }, 134.41425, 0.00003, 0.085 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 2, 1 }, 327.21693, 0.00006, 0.066 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -1, -1, 0 }, 52.99205, 0.00002, 0.039 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -1, 0, -1 }, 139.11613, 0.00003, 0.039 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -1, 0, 0 }, 52.99174, 0.00038, 0.080 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -1, 0, 1 }, 139.46717, 0.00002, 1.010 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -1, 1, 0 }, 232.99205, 0.00002, 1.214 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -3, -1 }, 313.60374, 0.00004, 0.019 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -2, -1 }, 313.64198, 0.00035, 0.025 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -2, 1 }, 312.97875, 0.00017, 0.076 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -1, -1 }, 314.04103, 0.00297, 0.037 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -1, 1 }, 312.90846, 0.00265, 9.672 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, -1 }, 324.71916, 0.00258, 0.074 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, 1 }, 324.90632, 0.00253, 0.075 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 1, -1 }, 312.90551, 0.00267, 4.346 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 1, 1 }, 314.21189, 0.00299, 0.038 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 2, -1 }, 313.06461, 0.00017, 0.077 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 2, 1 }, 313.80605, 0.00036, 0.025 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 3, 1 }, 313.71692, 0.00004, 0.019 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 1, -1, 0 }, 232.66818, 0.00002, 1.052 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 1, 0, -1 }, 137.69416, 0.00003, 0.895 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 1, 0, 0 }, 50.41465, 0.00039, 0.081 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 1, 0, 1 }, 137.80926, 0.00004, 0.039 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 1, 1, 0 }, 52.66818, 0.00002, 0.039 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, -2, -1 }, 326.21148, 0.00008, 0.066 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, -2, 1 }, 142.87779, 0.00002, 0.086 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, -1, -1 }, 321.59414, 0.00128, 0.499 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, -1, 1 }, 321.81656, 0.00157, 0.040 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 0, -3 }, 319.69152, 0.00002, 0.064 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 0, -1 }, 320.08151, 0.00634, 0.089 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 0, 1 }, 320.13750, 0.00127, 0.026 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 1, -1 }, 318.60690, 0.00045, 0.041 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 1, 1 }, 318.61091, 0.00022, 0.019 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 2, -1 }, 313.54800, 0.00001, 0.026 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 2, 1 }, 320.16164, 0.00002, 0.015 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 4, -2, -1 }, 319.98162, 0.00001, 0.106 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 4, -2, 1 }, 322.39290, 0.00003, 0.028 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 4, -1, -1 }, 321.07161, 0.00010, 0.044 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 4, -1, 1 }, 319.71584, 0.00006, 0.020 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 4, 0, -1 }, 319.77961, 0.00009, 0.028 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 4, 0, 1 }, 319.30288, 0.00003, 0.016 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, -2, 0, -1 }, 33.82493, 0.00001, 0.026 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, -2, 0, 1 }, 33.82493, 0.00005, 0.088 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 0, -1, -1 }, 28.87695, 0.00002, 0.037 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 0, -1, 1 }, 26.57329, 0.00001, 5.838 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 0, 0, -1 }, 44.03817, 0.00002, 0.075 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 0, 0, 1 }, 44.03817, 0.00002, 0.074 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 0, 1, -1 }, 26.57329, 0.00001, 6.164 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 0, 1, 1 }, 28.87695, 0.00002, 0.037 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 2, 0, -1 }, 33.77499, 0.00005, 0.088 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 2, 0, 1 }, 33.77499, 0.00001, 0.026 }, + { { 0, 0, 1, -2, 1, 0, 0, 0, 0, 0, -1 }, 196.88833, 0.00001, 0.075 }, + { { 0, 0, 1, -2, 1, 0, 0, 0, 0, 0, 1 }, 196.88833, 0.00001, 0.074 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -4, 1, -1 }, 0.64803, 0.00001, 0.020 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, -1, -1 }, 0.64287, 0.00005, 0.020 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, -1, 1 }, 0.63762, 0.00008, 0.041 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 0, -1 }, 0.64947, 0.00022, 0.027 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 0, 1 }, 0.63791, 0.00102, 0.092 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 1, -1 }, 0.68639, 0.00030, 0.041 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 1, 1 }, 0.67872, 0.00026, 0.415 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 2, 1 }, 0.63781, 0.00003, 0.064 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -1, 0, 0 }, 92.49532, 0.00014, 0.084 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, -2, -1 }, 0.40408, 0.00002, 0.025 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, -1, -1 }, 0.58625, 0.00017, 0.038 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, -1, 1 }, 0.48341, 0.00017, 1.575 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, -1 }, 2.47987, 0.00009, 0.077 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, 1 }, 3.47280, 0.00006, 0.072 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 1, -1 }, 0.37430, 0.00014, 3.316 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 1, 1 }, 0.47112, 0.00013, 0.037 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 2, 1 }, 0.40193, 0.00002, 0.025 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 1, -1, 0 }, 274.46515, 0.00002, 2.388 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 1, 0, 0 }, 94.46515, 0.00046, 0.078 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 1, 1, 0 }, 94.46515, 0.00003, 0.038 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, -1, -1 }, 0.35803, 0.00016, 0.679 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, -1, 1 }, 0.36103, 0.00021, 0.039 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, 0, -1 }, 0.28839, 0.00071, 0.085 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, 0, 1 }, 0.33807, 0.00011, 0.026 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, 1, -1 }, 0.25930, 0.00003, 0.040 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, 1, 1 }, 0.30457, 0.00001, 0.019 }, + { { 0, 0, 1, 0, -5, 0, 0, 0, 1, 0, 0 }, 129.72692, 0.00002, 0.077 }, + { { 0, 0, 1, 0, -5, 5, 0, 0, 1, 0, 0 }, 328.56107, 0.00003, 0.076 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, -2, 0, -1 }, 317.01304, 0.00003, 0.027 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, -2, 0, 1 }, 317.56134, 0.00009, 0.094 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, -2, 1, -1 }, 317.17349, 0.00003, 0.041 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, -2, 1, 1 }, 317.17408, 0.00003, 0.384 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, -1, 0, 0 }, 122.26209, 0.00006, 0.085 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 0, -1, -1 }, 313.45519, 0.00003, 0.038 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 0, -1, 1 }, 313.72619, 0.00002, 1.206 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 0, 0, -1 }, 314.67902, 0.00002, 0.078 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 0, 0, 1 }, 314.67902, 0.00002, 0.071 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 0, 1, -1 }, 313.72619, 0.00002, 2.016 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 0, 1, 1 }, 313.45519, 0.00003, 0.037 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 1, -1, 0 }, 300.64203, 0.00002, 4.460 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 1, 0, 0 }, 120.64203, 0.00037, 0.077 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 1, 1, 0 }, 120.64203, 0.00002, 0.038 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 2, 0, -1 }, 316.85271, 0.00003, 0.083 }, + { { 0, 0, 1, 0, -4, 2, 0, 0, 1, 0, 0 }, 101.05921, 0.00005, 0.076 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, -1, 0, 0 }, 271.81407, 0.00003, 0.087 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, 1, 0, 0 }, 271.89429, 0.00028, 0.076 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -4, 0, 1 }, 309.20586, 0.00002, 0.028 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -4, 1, -1 }, 309.30383, 0.00001, 0.020 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, -1, -1 }, 308.72530, 0.00004, 0.020 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, -1, 1 }, 309.23156, 0.00005, 0.042 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, 0, -1 }, 308.48055, 0.00023, 0.027 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, 0, 1 }, 309.02448, 0.00085, 0.095 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, 1, -1 }, 309.09498, 0.00026, 0.041 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, 1, 1 }, 309.04054, 0.00023, 0.372 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, 2, 1 }, 308.37714, 0.00003, 0.063 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -1, -1, 2 }, 290.64572, 0.00002, 0.508 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -1, 0, 0 }, 111.64125, 0.00048, 0.086 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -1, 1, 0 }, 291.16086, 0.00007, 0.612 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, -2, -1 }, 305.36312, 0.00003, 0.026 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, -2, 1 }, 299.78544, 0.00002, 0.081 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, -1, -1 }, 306.30471, 0.00022, 0.039 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, -1, 1 }, 306.10966, 0.00024, 1.094 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, 0, -1 }, 303.24119, 0.00020, 0.079 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, 0, 1 }, 304.59841, 0.00022, 0.071 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, 1, -1 }, 304.88123, 0.00018, 1.723 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, 1, 1 }, 304.68426, 0.00020, 0.036 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, 2, -1 }, 305.57996, 0.00001, 0.072 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, 2, 1 }, 305.39692, 0.00003, 0.025 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, -3, 0 }, 110.91875, 0.00002, 0.038 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, -2, 0 }, 110.98078, 0.00035, 0.075 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, -2, 2 }, 290.62235, 0.00004, 0.074 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, -1, 0 }, 291.10467, 0.00016, 7.147 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, -1, 2 }, 110.66970, 0.00012, 0.037 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, 0, -2 }, 112.97505, 0.00003, 0.073 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, 0, 0 }, 110.92166, 0.00472, 0.076 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, 1, 0 }, 110.92407, 0.00025, 0.038 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, -2, -1 }, 112.98692, 0.00001, 0.069 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, -1, -1 }, 88.63337, 0.00006, 0.838 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, -1, 1 }, 88.19020, 0.00007, 0.039 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, 0, -1 }, 308.41591, 0.00047, 0.083 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, 0, 1 }, 323.44147, 0.00003, 0.026 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, 1, -1 }, 308.67856, 0.00002, 0.039 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 3, -1, 0 }, 110.92413, 0.00005, 0.041 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 3, 0, 0 }, 110.92417, 0.00003, 0.026 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 4, -3, 1 }, 112.98994, 0.00001, 0.042 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 4, -2, -1 }, 112.95625, 0.00003, 0.097 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 4, -2, 1 }, 112.99951, 0.00004, 0.027 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 4, -1, -1 }, 113.02274, 0.00003, 0.042 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 4, -1, 1 }, 113.02248, 0.00002, 0.020 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, 1, 0, 0 }, 109.39031, 0.00002, 0.076 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, -2, 0, -1 }, 172.56769, 0.00002, 0.027 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, -2, 0, 1 }, 172.53186, 0.00007, 0.096 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 0, -1, -1 }, 173.00124, 0.00001, 0.039 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 0, -1, 1 }, 173.00124, 0.00001, 0.923 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 0, 0, -1 }, 171.13715, 0.00001, 0.080 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 0, 0, 1 }, 171.13715, 0.00001, 0.070 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 0, 1, -1 }, 173.00124, 0.00001, 1.333 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 0, 1, 1 }, 173.00124, 0.00001, 0.036 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 1, 0, 0 }, 4.12068, 0.00007, 0.075 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 2, 0, -1 }, 172.49600, 0.00002, 0.082 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -4, -1, 1 }, 305.97672, 0.00002, 0.021 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -4, 0, -1 }, 305.25529, 0.00003, 0.016 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -4, 0, 1 }, 305.62310, 0.00008, 0.028 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -4, 1, -1 }, 305.62745, 0.00007, 0.020 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -4, 1, 1 }, 306.19034, 0.00011, 0.046 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -4, 2, -1 }, 305.59588, 0.00005, 0.028 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -4, 2, 1 }, 305.48706, 0.00001, 0.115 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -3, 0, 0 }, 100.50635, 0.00003, 0.028 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -3, 1, 0 }, 100.50635, 0.00005, 0.043 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, -2, -1 }, 305.79455, 0.00004, 0.016 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, -2, 1 }, 306.02965, 0.00002, 0.027 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, -1, -1 }, 304.73794, 0.00026, 0.020 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, -1, 1 }, 305.08745, 0.00043, 0.042 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 0, -1 }, 305.95343, 0.00169, 0.027 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 0, 1 }, 305.98316, 0.00663, 0.095 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 0, 3 }, 306.68180, 0.00002, 0.061 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 1, -1 }, 305.73983, 0.00201, 0.042 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 1, 1 }, 305.70839, 0.00168, 0.361 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 2, -1 }, 131.18668, 0.00002, 0.092 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 2, 1 }, 306.22014, 0.00016, 0.062 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 3, 1 }, 305.79972, 0.00002, 0.034 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, -1, 0 }, 100.50191, 0.00015, 0.040 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, -1, 2 }, 280.52528, 0.00003, 0.487 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 0, -1 }, 125.85143, 0.00011, 0.040 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 0, 0 }, 100.50673, 0.00349, 0.087 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 0, 1 }, 125.82852, 0.00010, 0.530 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 0, 2 }, 100.50444, 0.00004, 0.065 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 1, -2 }, 101.29685, 0.00001, 0.040 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 1, 0 }, 280.50859, 0.00086, 0.582 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 2, 0 }, 280.50978, 0.00008, 0.067 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, -3, -1 }, 302.36815, 0.00001, 0.019 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, -2, -1 }, 300.18484, 0.00022, 0.026 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, -2, 1 }, 302.14370, 0.00010, 0.082 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, -1, -1 }, 300.77514, 0.00177, 0.039 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, -1, 1 }, 300.69538, 0.00147, 1.002 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, -1 }, 300.48941, 0.00115, 0.079 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 1 }, 300.94576, 0.00148, 0.070 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 3 }, 149.83671, 0.00001, 0.024 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 1, -1 }, 301.64591, 0.00134, 1.505 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 1, 1 }, 301.42728, 0.00139, 0.036 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 2, -1 }, 302.05472, 0.00006, 0.072 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 2, 1 }, 301.02148, 0.00015, 0.025 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 3, 1 }, 301.47419, 0.00001, 0.019 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -3, 0 }, 100.52470, 0.00004, 0.038 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -2, -1 }, 305.51949, 0.00002, 0.037 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -2, 0 }, 100.52668, 0.00061, 0.075 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -2, 2 }, 280.54444, 0.00002, 0.074 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -1, -2 }, 101.13342, 0.00009, 0.037 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -1, -1 }, 306.25983, 0.00006, 0.074 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -1, 0 }, 280.50698, 0.00266, 17.980 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -1, 1 }, 308.30407, 0.00003, 0.075 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -1, 2 }, 100.52633, 0.00019, 0.037 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 0, -2 }, 103.09351, 0.00038, 0.073 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 0, -1 }, 306.09016, 0.00030, 4.497 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 0, 0 }, 100.50752, 0.04964, 0.076 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 0, 1 }, 306.06097, 0.00032, 0.038 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 0, 2 }, 280.49972, 0.00003, 0.025 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 1, -2 }, 99.69207, 0.00006, 2.570 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 1, -1 }, 306.09016, 0.00002, 0.077 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 1, 0 }, 100.50794, 0.00279, 0.038 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 1, 1 }, 306.09015, 0.00004, 0.025 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 2, 0 }, 100.50713, 0.00016, 0.025 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, -2, -1 }, 289.41574, 0.00003, 0.070 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, -2, 1 }, 144.18597, 0.00002, 0.080 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, -1, -1 }, 301.80675, 0.00063, 0.901 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, -1, 1 }, 301.29000, 0.00083, 0.039 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, 0, -3 }, 304.87871, 0.00001, 0.068 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, 0, -1 }, 305.89091, 0.00338, 0.082 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, 0, 1 }, 302.43516, 0.00051, 0.026 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, 1, -1 }, 305.72842, 0.00023, 0.039 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, 1, 1 }, 305.40154, 0.00008, 0.019 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, -2, 0 }, 280.52470, 0.00002, 0.088 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, -1, 0 }, 100.50770, 0.00054, 0.041 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, 0, -2 }, 99.25223, 0.00003, 0.090 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, 0, 0 }, 100.50801, 0.00032, 0.026 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, 1, 0 }, 100.50731, 0.00004, 0.020 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 4, -3, 1 }, 103.44847, 0.00001, 0.042 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 4, -2, -1 }, 100.75656, 0.00001, 0.096 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 4, -2, 1 }, 289.32177, 0.00006, 0.027 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 4, -1, -1 }, 290.79664, 0.00013, 0.042 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 4, -1, 1 }, 285.65733, 0.00007, 0.020 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 4, 0, -1 }, 306.05664, 0.00002, 0.027 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 4, 0, 1 }, 130.71738, 0.00002, 0.016 }, + { { 0, 0, 1, 0, -2, 2, 0, 0, 1, 0, 0 }, 111.74346, 0.00009, 0.075 }, + { { 0, 0, 1, 0, -2, 3, 0, 0, 1, 0, 0 }, 108.19019, 0.00024, 0.075 }, + { { 0, 0, 1, 0, -2, 4, 0, 0, 0, 0, -1 }, 350.55637, 0.00001, 0.080 }, + { { 0, 0, 1, 0, -2, 4, 0, 0, 0, 0, 1 }, 350.55637, 0.00001, 0.069 }, + { { 0, 0, 1, 0, -2, 4, 0, 0, 1, 0, 0 }, 188.55882, 0.00009, 0.075 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, -2, 0, -1 }, 179.22582, 0.00001, 0.027 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, -2, 0, 1 }, 188.00181, 0.00004, 0.097 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, -2, 1, -1 }, 271.10212, 0.00002, 0.042 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, -2, 1, 1 }, 271.10212, 0.00002, 0.340 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 0, -1, -1 }, 91.10212, 0.00002, 0.039 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 0, -1, 1 }, 91.10212, 0.00001, 0.856 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 0, 1, -1 }, 271.10212, 0.00001, 1.199 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 0, 1, 1 }, 271.10212, 0.00001, 0.036 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 1, -1, 0 }, 86.29898, 0.00006, 8.763 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 1, 0, 0 }, 266.29936, 0.00105, 0.075 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 1, 1, 0 }, 266.29936, 0.00006, 0.038 }, + { { 0, 0, 1, 0, -2, 6, 0, 0, 1, 0, 0 }, 270.45839, 0.00008, 0.075 }, + { { 0, 0, 1, 0, -1, -5, 0, 0, 1, 0, 0 }, 110.43573, 0.00003, 0.076 }, + { { 0, 0, 1, 0, -1, -2, 0, 0, 1, 0, 0 }, 271.70895, 0.00003, 0.076 }, + { { 0, 0, 1, 0, -1, -1, 0, 0, 1, 0, 0 }, 293.88307, 0.00003, 0.075 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -6, 1, -1 }, 1.76268, 0.00001, 0.014 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -6, 1, 1 }, 1.76268, 0.00001, 0.021 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -6, 3, -1 }, 1.66425, 0.00001, 0.021 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, -1, -1 }, 0.82999, 0.00003, 0.013 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, -1, 1 }, 1.38188, 0.00006, 0.021 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 0, -1 }, 0.47473, 0.00017, 0.016 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 0, 1 }, 1.21567, 0.00041, 0.028 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 1, -1 }, 1.54823, 0.00037, 0.021 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 1, 1 }, 1.67271, 0.00062, 0.046 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 2, -1 }, 1.72742, 0.00021, 0.028 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 2, 1 }, 1.49130, 0.00003, 0.116 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -3, 0, -1 }, 2.01887, 0.00002, 0.020 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, -2, -1 }, 1.59843, 0.00015, 0.016 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, -2, 1 }, 1.68689, 0.00016, 0.027 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, -1, -1 }, 1.57500, 0.00114, 0.020 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, -1, 1 }, 1.66607, 0.00182, 0.042 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 0, -1 }, 1.79585, 0.00804, 0.027 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 0, 1 }, 1.77997, 0.03056, 0.096 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 0, 3 }, 2.89794, 0.00009, 0.061 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 1, -1 }, 1.64413, 0.00916, 0.042 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 1, 1 }, 1.61873, 0.00765, 0.350 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 2, -1 }, 183.33568, 0.00005, 0.093 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 2, 1 }, 1.74668, 0.00068, 0.062 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 3, 1 }, 1.84666, 0.00007, 0.034 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, -1, -1 }, 0.70571, 0.00009, 0.026 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, -1, 0 }, 96.04769, 0.00003, 0.040 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, -1, 1 }, 0.57956, 0.00007, 0.089 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, 0, -1 }, 0.62586, 0.00043, 0.040 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, 0, 0 }, 95.30881, 0.00026, 0.087 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, 0, 1 }, 0.62970, 0.00033, 0.508 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, 1, 0 }, 276.60259, 0.00010, 0.555 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, 1, 1 }, 0.79443, 0.00009, 0.066 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -3, -1 }, 1.24128, 0.00008, 0.019 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -3, 1 }, 0.79997, 0.00002, 0.039 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -2, -1 }, 1.31137, 0.00077, 0.026 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -2, 1 }, 1.08966, 0.00033, 0.082 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -1, -3 }, 1.10092, 0.00001, 0.019 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -1, -1 }, 1.26914, 0.00657, 0.039 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -1, 1 }, 1.39630, 0.00554, 0.924 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -1, 3 }, 0.98504, 0.00003, 0.036 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, -1 }, 1.42005, 0.00450, 0.080 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 1 }, 1.30219, 0.00591, 0.070 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 3 }, 181.40702, 0.00002, 0.024 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 1, -3 }, 2.03388, 0.00001, 0.038 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 1, -1 }, 1.12110, 0.00511, 1.335 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 1, 1 }, 1.09775, 0.00530, 0.036 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 2, -1 }, 0.73030, 0.00029, 0.071 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 2, 1 }, 1.13481, 0.00064, 0.024 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 3, -1 }, 1.03968, 0.00002, 0.037 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 3, 1 }, 1.08422, 0.00006, 0.018 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -2, -1 }, 1.53722, 0.00001, 0.038 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -2, 0 }, 97.38832, 0.00003, 0.076 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -2, 1 }, 181.02795, 0.00005, 5.117 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -1, -1 }, 1.08244, 0.00051, 0.075 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -1, 0 }, 276.81058, 0.00043, 34.860 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -1, 1 }, 1.05607, 0.00076, 0.074 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 0, -2 }, 83.85380, 0.00004, 0.074 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 0, -1 }, 180.71271, 0.00301, 7.243 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 0, 0 }, 96.81286, 0.00802, 0.075 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 0, 1 }, 180.70716, 0.00297, 0.037 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 1, -1 }, 180.71019, 0.00019, 0.076 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 1, 0 }, 96.81034, 0.00043, 0.038 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 1, 1 }, 180.71069, 0.00037, 0.025 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 2, 0 }, 96.81031, 0.00003, 0.025 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 2, 1 }, 180.71019, 0.00004, 0.019 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, -3, -1 }, 181.83972, 0.00002, 0.036 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, -2, -1 }, 1.39315, 0.00003, 0.070 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, -2, 1 }, 170.52361, 0.00003, 0.080 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, -1, -1 }, 1.06533, 0.00170, 0.976 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, -1, 1 }, 0.84663, 0.00234, 0.039 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, 0, -3 }, 0.78448, 0.00006, 0.068 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, 0, -1 }, 0.45426, 0.01409, 0.082 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, 0, 1 }, 0.59378, 0.00163, 0.026 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, 1, -1 }, 0.69308, 0.00090, 0.039 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, 1, 1 }, 1.45479, 0.00028, 0.019 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, 2, -1 }, 0.75788, 0.00007, 0.026 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, 2, 1 }, 1.20167, 0.00004, 0.015 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, -2, -1 }, 0.74583, 0.00001, 0.523 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, -2, 1 }, 0.71384, 0.00004, 0.040 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, -1, -1 }, 0.39757, 0.00003, 0.088 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, -1, 0 }, 96.81002, 0.00009, 0.040 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, -1, 1 }, 180.71563, 0.00005, 0.026 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, 0, -1 }, 180.71018, 0.00010, 0.041 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, 0, 0 }, 96.80979, 0.00005, 0.026 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, 0, 1 }, 180.71008, 0.00005, 0.019 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, -2, -1 }, 0.97576, 0.00002, 0.096 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, -2, 1 }, 0.85242, 0.00006, 0.027 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, -1, -1 }, 0.51788, 0.00021, 0.042 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, -1, 1 }, 0.93003, 0.00006, 0.020 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, 0, -1 }, 0.73857, 0.00014, 0.027 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, 0, 1 }, 1.34395, 0.00003, 0.016 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 5, -2, -1 }, 0.71104, 0.00001, 0.044 }, + { { 0, 0, 1, 0, -1, 1, 0, 0, 1, 0, 0 }, 269.90517, 0.00005, 0.075 }, + { { 0, 0, 1, 0, -1, 2, 0, 0, 1, 0, 0 }, 68.96682, 0.00003, 0.075 }, + { { 0, 0, 1, 0, -1, 3, 0, 0, 1, 0, 0 }, 87.55473, 0.00010, 0.075 }, + { { 0, 0, 1, 0, -1, 5, 0, 0, 1, 0, 0 }, 103.14401, 0.00006, 0.074 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, -2, 0, -1 }, 314.81920, 0.00001, 0.027 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, -2, 0, 1 }, 314.86471, 0.00003, 0.095 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, -1, 0, 0 }, 109.26883, 0.00003, 0.087 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, 1, 0, 0 }, 108.15544, 0.00027, 0.076 }, + { { 0, 0, 1, 0, 0, -4, 0, 0, 1, 0, 0 }, 299.23514, 0.00015, 0.076 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, -2, 0, -1 }, 16.61592, 0.00002, 0.027 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, -2, 0, 1 }, 16.90939, 0.00006, 0.096 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, -1, 0, 0 }, 206.56574, 0.00007, 0.087 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 0, -1, -1 }, 16.76453, 0.00002, 0.039 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 0, -1, 1 }, 16.93339, 0.00001, 0.939 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 0, 0, -1 }, 15.18055, 0.00002, 0.080 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 0, 0, 1 }, 15.18055, 0.00002, 0.070 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 0, 1, -1 }, 16.93339, 0.00001, 1.367 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 0, 1, 1 }, 16.76453, 0.00002, 0.036 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 1, -1, 0 }, 26.52278, 0.00009, 89.713 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 1, 0, -2 }, 206.52081, 0.00001, 0.074 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 1, 0, -1 }, 197.01456, 0.00002, 6.426 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 1, 0, 0 }, 206.52277, 0.00172, 0.075 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 1, 0, 1 }, 197.01469, 0.00002, 0.037 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 1, 1, 0 }, 206.52278, 0.00009, 0.038 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 2, 0, -1 }, 17.08334, 0.00002, 0.082 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 3, -1, 0 }, 206.52278, 0.00002, 0.040 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -2, -1, -1 }, 285.81874, 0.00002, 0.020 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -2, -1, 1 }, 285.83145, 0.00002, 0.042 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -2, 0, -1 }, 285.69547, 0.00012, 0.027 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -2, 0, 1 }, 286.10670, 0.00046, 0.096 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -2, 1, -1 }, 285.95522, 0.00015, 0.042 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -2, 1, 1 }, 286.00324, 0.00013, 0.348 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -1, -1, 0 }, 113.92204, 0.00002, 0.040 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -1, 0, 0 }, 113.92205, 0.00044, 0.087 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -1, 1, 0 }, 293.92219, 0.00022, 0.550 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 0, -1, -1 }, 285.66875, 0.00013, 0.039 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 0, -1, 1 }, 285.85935, 0.00011, 0.910 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 0, 0, -1 }, 284.29961, 0.00013, 0.080 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 0, 0, 1 }, 284.19621, 0.00012, 0.070 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 0, 1, -1 }, 285.80422, 0.00010, 1.307 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 0, 1, 1 }, 285.53821, 0.00009, 0.036 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, -2, 0 }, 113.92233, 0.00004, 0.076 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, -1, -2 }, 113.92218, 0.00002, 0.037 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, -1, 0 }, 293.92221, 0.00087, 22.176 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, -1, 2 }, 113.92220, 0.00002, 0.037 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 0, -2 }, 113.92222, 0.00009, 0.074 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 0, -1 }, 106.27276, 0.00003, 8.220 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 0, 0 }, 113.92221, 0.01638, 0.075 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 0, 1 }, 106.27295, 0.00003, 0.037 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 0, 2 }, 293.92221, 0.00002, 0.025 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 1, -2 }, 113.92216, 0.00002, 3.467 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 1, 0 }, 113.92221, 0.00091, 0.038 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 2, 0 }, 113.92221, 0.00005, 0.025 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 2, -1, -1 }, 288.49915, 0.00001, 0.991 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 2, -1, 1 }, 287.31749, 0.00002, 0.039 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 2, 0, -1 }, 286.32677, 0.00019, 0.082 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 2, 0, 1 }, 286.11560, 0.00002, 0.026 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 3, -1, 0 }, 113.92221, 0.00017, 0.040 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 3, 0, 0 }, 113.92221, 0.00010, 0.026 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -4, 0, -1 }, 180.83785, 0.00002, 0.016 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -4, 0, 1 }, 0.45093, 0.00001, 0.029 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -4, 1, -1 }, 0.66625, 0.00001, 0.021 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, -1, -1 }, 0.66832, 0.00007, 0.020 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, -1, 1 }, 0.70037, 0.00010, 0.042 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, 0, -1 }, 0.64052, 0.00048, 0.027 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, 0, 1 }, 0.67574, 0.00173, 0.097 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, 1, -1 }, 0.67873, 0.00052, 0.042 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, 1, 1 }, 0.67045, 0.00046, 0.344 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, 2, 1 }, 0.69569, 0.00006, 0.062 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -1, 0, 0 }, 169.15261, 0.00004, 0.088 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -1, 1, 0 }, 350.12312, 0.00004, 0.540 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, -2, -1 }, 0.45335, 0.00005, 0.026 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, -2, 1 }, 0.44023, 0.00002, 0.082 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, -1, -1 }, 0.48807, 0.00040, 0.039 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, -1, 1 }, 0.46783, 0.00037, 0.883 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, -1 }, 0.71705, 0.00030, 0.080 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, 1 }, 0.62054, 0.00037, 0.070 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, 1, -1 }, 0.40573, 0.00028, 1.251 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, 1, 1 }, 0.41854, 0.00032, 0.036 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, 2, -1 }, 0.44281, 0.00002, 0.071 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, 2, 1 }, 0.39503, 0.00004, 0.024 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, -1, 0 }, 350.12312, 0.00025, 12.652 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, -2 }, 170.12708, 0.00002, 0.074 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, -1 }, 180.31830, 0.00007, 11.401 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, 0 }, 170.12314, 0.00459, 0.075 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, 1 }, 180.31836, 0.00007, 0.037 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, 1, 0 }, 170.12312, 0.00025, 0.038 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 2, -1, -1 }, 0.32577, 0.00007, 1.026 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 2, -1, 1 }, 0.29459, 0.00011, 0.039 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 2, 0, -1 }, 0.23922, 0.00077, 0.081 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 2, 0, 1 }, 0.48207, 0.00008, 0.026 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 2, 1, -1 }, 0.18542, 0.00003, 0.039 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 3, -1, 0 }, 170.12312, 0.00005, 0.040 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 3, 0, 0 }, 170.12312, 0.00003, 0.026 }, + { { 0, 0, 1, 0, 0, 0, -3, 0, 1, 0, 0 }, 247.93651, 0.00004, 0.075 }, + { { 0, 0, 1, 0, 0, 0, -2, 0, 1, -1, 0 }, 254.07509, 0.00002, 11.213 }, + { { 0, 0, 1, 0, 0, 0, -2, 0, 1, 0, 0 }, 74.07509, 0.00038, 0.075 }, + { { 0, 0, 1, 0, 0, 0, -2, 0, 1, 1, 0 }, 74.07509, 0.00002, 0.038 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, -2, 0, -1 }, 353.68391, 0.00001, 0.027 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, -2, 0, 1 }, 353.62443, 0.00004, 0.097 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, 1, 0, 0 }, 287.95045, 0.00004, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 1, -1, 0 }, 311.78513, 0.00003, 9.916 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 1, 0, 0 }, 131.78513, 0.00061, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 1, 1, 0 }, 131.78513, 0.00003, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -3, 0, 0 }, 272.78238, 0.00002, 0.028 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -3, 1, 0 }, 266.25951, 0.00002, 0.044 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, -1, -1 }, 63.46186, 0.00002, 0.020 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, -1, 1 }, 61.88541, 0.00004, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 0, -1 }, 67.37533, 0.00014, 0.027 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 0, 1 }, 64.11315, 0.00053, 0.097 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 1, -1 }, 64.15389, 0.00018, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 1, 1 }, 61.69112, 0.00013, 0.340 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, -1, 0 }, 273.70447, 0.00018, 0.041 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, -2 }, 108.00491, 0.00001, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0 }, 269.83254, 0.00237, 0.088 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 1, 0 }, 109.42328, 0.00186, 0.530 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 2, 0 }, 109.15517, 0.00017, 0.066 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, -2, -1 }, 81.97168, 0.00001, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, -1 }, 90.02255, 0.00017, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0 }, 103.35314, 0.00002, 0.082 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 1 }, 82.30097, 0.00015, 0.857 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1 }, 94.96612, 0.00020, 0.081 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 291.96119, 0.00004, 1.000 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 }, 92.28543, 0.00021, 0.069 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 3 }, 80.81828, 0.00001, 0.024 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, -1 }, 87.97448, 0.00011, 1.200 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0 }, 282.35340, 0.00003, 0.070 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 1 }, 91.52450, 0.00012, 0.036 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 1 }, 81.31906, 0.00001, 0.024 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -1, -2 }, 273.81692, 0.00005, 0.037 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -1, 0 }, 111.95783, 0.00777, 8.850 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, -2 }, 305.93159, 0.00008, 0.074 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, -1 }, 264.80325, 0.00005, 18.600 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0 }, 291.98200, 0.14073, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 }, 264.80303, 0.00005, 0.037 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 2 }, 112.55595, 0.00015, 0.025 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, -2 }, 283.20849, 0.00006, 4.535 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0 }, 291.85752, 0.00776, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 2 }, 112.18566, 0.00002, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 2, 0 }, 291.96124, 0.00047, 0.025 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 3, 0 }, 291.96124, 0.00003, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, -1, -1 }, 2.68784, 0.00009, 1.063 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, -1, 1 }, 16.45598, 0.00011, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, -3 }, 261.47872, 0.00001, 0.069 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, -1 }, 45.60552, 0.00040, 0.081 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0 }, 111.96117, 0.00004, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 1 }, 37.86858, 0.00004, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, 1, -1 }, 42.61536, 0.00002, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 3, -1, 0 }, 291.96122, 0.00151, 0.040 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, -2 }, 293.13069, 0.00001, 0.089 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 0 }, 291.79012, 0.00090, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 3, 1, 0 }, 291.96121, 0.00011, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 5, -2, 0 }, 291.96121, 0.00002, 0.028 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 5, -1, 0 }, 291.96120, 0.00002, 0.020 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0 }, 187.93334, 0.00002, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0 }, 110.45407, 0.00010, 0.075 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, -2, 0, -1 }, 165.74501, 0.00002, 0.027 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, -2, 0, 1 }, 165.92703, 0.00007, 0.097 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, -1, -1, 0 }, 334.18986, 0.00002, 0.041 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, -1, 0, 0 }, 334.31222, 0.00031, 0.088 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, -1, 1, 0 }, 334.18975, 0.00012, 0.521 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, -2, 0 }, 334.18927, 0.00002, 0.076 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, -1, -2 }, 333.71621, 0.00005, 0.037 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, -1, 0 }, 334.18759, 0.00074, 6.806 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, -2 }, 331.28563, 0.00015, 0.074 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0 }, 154.18809, 0.01283, 0.075 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, -2 }, 334.92554, 0.00003, 5.360 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, 0 }, 154.18852, 0.00066, 0.038 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, 2, 0 }, 154.18964, 0.00004, 0.025 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 3, -1, 0 }, 154.18980, 0.00014, 0.040 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 3, 0, 0 }, 154.18993, 0.00008, 0.026 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, -1, 0, 0 }, 55.59056, 0.00002, 0.088 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, 1, -1, 0 }, 55.59221, 0.00004, 5.528 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, 1, 0, -2 }, 219.04612, 0.00003, 0.075 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, 1, 0, 0 }, 235.62801, 0.00077, 0.074 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, 1, 1, 0 }, 235.58945, 0.00004, 0.037 }, + { { 0, 0, 1, 0, 0, 3, 0, 0, 1, 0, 0 }, 139.64195, 0.00002, 0.074 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, -2, 0, -1 }, 11.69898, 0.00002, 0.027 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, -2, 0, 1 }, 11.68445, 0.00008, 0.096 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, -2, 1, -1 }, 11.66102, 0.00003, 0.042 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, -2, 1, 1 }, 11.66103, 0.00003, 0.350 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 0, -1, -1 }, 11.61195, 0.00002, 0.039 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 0, -1, 1 }, 11.91431, 0.00001, 0.925 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 0, 0, -1 }, 12.61265, 0.00001, 0.080 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 0, 0, 1 }, 12.61265, 0.00001, 0.070 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 0, 1, -1 }, 11.91431, 0.00001, 1.337 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 0, 1, 1 }, 11.61195, 0.00002, 0.036 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 1, 0, -2 }, 87.49696, 0.00001, 0.074 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 1, 0, 0 }, 87.49696, 0.00001, 0.075 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 2, 0, -1 }, 10.26566, 0.00003, 0.082 }, + { { 0, 0, 1, 0, 1, -3, 0, 0, 1, 0, 0 }, 136.66112, 0.00011, 0.075 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, -2, 0, -1 }, 183.19586, 0.00002, 0.027 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, -2, 0, 1 }, 183.24395, 0.00008, 0.097 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 0, -1, -1 }, 182.33777, 0.00001, 0.039 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 0, -1, 1 }, 182.33777, 0.00001, 0.845 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 0, 0, -1 }, 181.35578, 0.00002, 0.081 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 0, 0, 1 }, 181.35578, 0.00002, 0.069 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 0, 1, -1 }, 182.33777, 0.00001, 1.177 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 0, 1, 1 }, 182.33777, 0.00001, 0.036 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 1, 0, 0 }, 258.99694, 0.00027, 0.075 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, -1, 0, 0 }, 274.30804, 0.00005, 0.088 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 1, -1, -2 }, 273.97952, 0.00005, 0.037 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 1, -1, 0 }, 274.22479, 0.00010, 6.122 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 1, 0, -2 }, 274.31746, 0.00014, 0.074 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 1, 0, 0 }, 94.41769, 0.00115, 0.075 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 1, 1, -2 }, 273.80308, 0.00003, 5.877 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 1, 1, 0 }, 95.23592, 0.00002, 0.037 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -4, 1, -1 }, 245.09095, 0.00001, 0.021 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, -1, -1 }, 244.13139, 0.00003, 0.020 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, -1, 1 }, 245.16798, 0.00005, 0.043 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, 0, -1 }, 245.27184, 0.00019, 0.027 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, 0, 1 }, 245.20223, 0.00071, 0.098 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, 1, -1 }, 248.17765, 0.00018, 0.042 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, 1, 1 }, 247.69530, 0.00016, 0.331 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -1, -1, 0 }, 255.77508, 0.00009, 0.041 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -1, 0, -2 }, 75.92819, 0.00002, 0.026 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -1, 0, 0 }, 255.78993, 0.00171, 0.089 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -1, 1, 0 }, 255.38210, 0.00028, 0.507 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -1, 2, 0 }, 255.50875, 0.00003, 0.066 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 0, -1, -1 }, 232.63954, 0.00010, 0.039 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 0, -1, 1 }, 234.85059, 0.00011, 0.799 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, -1 }, 239.22384, 0.00006, 0.081 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 1 }, 239.35793, 0.00006, 0.069 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, -1 }, 237.97375, 0.00004, 1.090 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 1 }, 236.93658, 0.00004, 0.036 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, -2, -2 }, 75.76353, 0.00003, 0.025 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, -2, 0 }, 255.37651, 0.00008, 0.077 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, -1, -2 }, 75.91670, 0.00023, 0.038 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, -1, 0 }, 255.49958, 0.00171, 5.069 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, -2 }, 77.44064, 0.00077, 0.075 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0 }, 75.50853, 0.03480, 0.074 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 2 }, 255.50786, 0.00003, 0.025 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, -2 }, 75.06245, 0.00015, 7.341 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, 0 }, 75.51377, 0.00210, 0.037 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 2, 0 }, 75.51906, 0.00014, 0.025 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 2, -1, 1 }, 55.90916, 0.00001, 0.038 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 2, 0, -1 }, 109.92913, 0.00003, 0.081 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 3, -1, -2 }, 256.37210, 0.00002, 0.524 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 3, -1, 0 }, 75.49819, 0.00036, 0.040 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 3, 0, -2 }, 74.49515, 0.00005, 0.088 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 3, 0, 0 }, 75.50575, 0.00023, 0.026 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 3, 1, 0 }, 75.50902, 0.00003, 0.019 }, + { { 0, 0, 1, 0, 2, -8, 0, 0, 1, 0, 0 }, 35.54263, 0.00003, 0.075 }, + { { 0, 0, 1, 0, 2, -7, 0, 0, 1, 0, 0 }, 302.60111, 0.00022, 0.075 }, + { { 0, 0, 1, 0, 2, -6, 0, 0, 0, 0, -1 }, 190.86072, 0.00001, 0.080 }, + { { 0, 0, 1, 0, 2, -6, 0, 0, 0, 0, 1 }, 190.86072, 0.00001, 0.070 }, + { { 0, 0, 1, 0, 2, -6, 0, 0, 1, 0, 0 }, 209.74791, 0.00003, 0.075 }, + { { 0, 0, 1, 0, 2, -6, 3, 0, 1, 0, 0 }, 67.39747, 0.00004, 0.075 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -4, 0, 1 }, 66.91787, 0.00002, 0.029 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -4, 1, -1 }, 66.96098, 0.00001, 0.021 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, -1, -1 }, 66.85456, 0.00003, 0.020 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, -1, 1 }, 67.00078, 0.00006, 0.042 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, 0, -1 }, 66.82961, 0.00020, 0.027 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, 0, 1 }, 66.98236, 0.00074, 0.097 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, 1, -1 }, 66.52674, 0.00026, 0.042 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, 1, 1 }, 66.56632, 0.00022, 0.340 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, 2, 1 }, 66.96888, 0.00002, 0.062 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -1, 0, 0 }, 59.08097, 0.00007, 0.088 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -1, 1, 0 }, 59.05884, 0.00015, 0.530 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, -2, -1 }, 65.75660, 0.00002, 0.026 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, -1, -1 }, 66.26359, 0.00018, 0.039 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, -1, 1 }, 66.16799, 0.00016, 0.858 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, 0, -1 }, 67.06263, 0.00014, 0.080 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, 0, 1 }, 66.67670, 0.00018, 0.069 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, 1, -1 }, 65.25482, 0.00013, 1.202 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, 1, 1 }, 65.23517, 0.00014, 0.036 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, 2, 1 }, 65.76576, 0.00002, 0.024 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 1, -1, 0 }, 59.05936, 0.00076, 8.940 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 1, 0, -2 }, 239.06208, 0.00002, 0.074 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 1, 0, -1 }, 245.35187, 0.00002, 18.216 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 1, 0, 0 }, 239.05935, 0.01398, 0.075 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 1, 0, 1 }, 245.35195, 0.00002, 0.037 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 1, 1, 0 }, 239.05936, 0.00076, 0.038 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 1, 2, 0 }, 239.05936, 0.00005, 0.025 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 2, -1, -1 }, 65.90981, 0.00003, 1.062 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 2, -1, 1 }, 65.83809, 0.00004, 0.039 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 2, 0, -1 }, 64.52337, 0.00029, 0.081 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 2, 0, 1 }, 64.30564, 0.00003, 0.026 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 3, -1, 0 }, 239.05936, 0.00015, 0.040 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 3, 0, 0 }, 239.05936, 0.00009, 0.026 }, + { { 0, 0, 1, 0, 2, -4, 0, 0, 1, -1, 0 }, 323.19213, 0.00002, 6.858 }, + { { 0, 0, 1, 0, 2, -4, 0, 0, 1, 0, 0 }, 143.19213, 0.00037, 0.075 }, + { { 0, 0, 1, 0, 2, -4, 0, 0, 1, 1, 0 }, 143.19213, 0.00002, 0.038 }, + { { 0, 0, 1, 0, 2, -3, 0, 0, 1, 0, 0 }, 27.60512, 0.00013, 0.074 }, + { { 0, 0, 1, 0, 2, -2, 0, 0, 1, 0, 0 }, 94.96374, 0.00028, 0.074 }, + { { 0, 0, 1, 0, 2, 0, 0, 0, -1, 0, 0 }, 258.76429, 0.00002, 0.089 }, + { { 0, 0, 1, 0, 2, 0, 0, 0, 1, 0, 0 }, 81.74884, 0.00023, 0.074 }, + { { 0, 0, 1, 0, 3, -5, 0, 0, 1, 0, 0 }, 173.32458, 0.00025, 0.074 }, + { { 0, 0, 1, 0, 4, -10, 0, 0, 1, 0, 0 }, 70.72105, 0.00013, 0.075 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, -1, 0, 0 }, 139.57414, 0.00002, 0.092 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0 }, 335.17269, 0.00016, 0.072 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, -1, 0, 0 }, 237.93377, 0.00006, 0.097 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, -1, 1, 0 }, 240.81488, 0.00001, 0.339 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 1, 0, 0 }, 14.88503, 0.00004, 0.069 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, 2, -1, -1 }, 132.69757, 0.00001, 0.254 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, 2, -1, 1 }, 132.69757, 0.00001, 0.044 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, 2, 0, -1 }, 132.69434, 0.00006, 0.107 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, 2, 0, 1 }, 132.69149, 0.00002, 0.028 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, -1, 0, 0 }, 309.17101, 0.00006, 0.074 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -1, 0, 0 }, 351.69757, 0.00026, 0.077 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 1, 0, 0 }, 352.00390, 0.00009, 0.085 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 2, 0, -1 }, 15.65056, 0.00002, 0.094 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -4, 0, -1 }, 121.18045, 0.00002, 0.016 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -4, 2, -1 }, 301.90836, 0.00001, 0.027 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, -1, -1 }, 301.09494, 0.00007, 0.019 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, -1, 1 }, 300.61960, 0.00013, 0.040 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 0, -1 }, 301.84976, 0.00035, 0.026 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 0, 1 }, 301.09502, 0.00188, 0.087 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 1, -1 }, 302.88150, 0.00045, 0.040 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 1, 1 }, 303.00574, 0.00037, 0.551 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 2, 1 }, 304.47177, 0.00003, 0.066 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -1, 0, 0 }, 21.99559, 0.00020, 0.080 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, -2, -1 }, 297.42254, 0.00008, 0.025 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, -2, 1 }, 297.37241, 0.00004, 0.076 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, -1, -1 }, 298.29632, 0.00081, 0.037 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, -1, 1 }, 297.83506, 0.00073, 24.988 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 0, -1 }, 303.60068, 0.00077, 0.074 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 0, 1 }, 303.68918, 0.00077, 0.075 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 1, -1 }, 297.84993, 0.00074, 3.407 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 1, 1 }, 298.33006, 0.00082, 0.038 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 2, -1 }, 297.21309, 0.00004, 0.077 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 2, 1 }, 297.60821, 0.00009, 0.025 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 1, 0, 0 }, 24.87299, 0.00024, 0.082 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, -2, -1 }, 304.76004, 0.00005, 0.065 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, -1, -1 }, 303.34698, 0.00048, 0.484 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, -1, 1 }, 303.43099, 0.00057, 0.040 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, 0, -3 }, 302.88687, 0.00001, 0.064 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, 0, -1 }, 302.46154, 0.00215, 0.089 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, 0, 1 }, 302.35163, 0.00044, 0.026 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, 1, -1 }, 301.86388, 0.00015, 0.041 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, 1, 1 }, 301.63562, 0.00008, 0.019 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 4, -2, 1 }, 302.43834, 0.00001, 0.028 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 4, -1, -1 }, 302.66207, 0.00003, 0.044 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 4, -1, 1 }, 302.66716, 0.00001, 0.020 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 4, 0, -1 }, 302.68887, 0.00002, 0.028 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, -2, 0, 1 }, 0.61461, 0.00004, 0.089 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 0, -1, -1 }, 359.05984, 0.00001, 0.038 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 0, -1, 1 }, 359.05984, 0.00001, 4.793 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 0, 0, -1 }, 0.29610, 0.00003, 0.075 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 0, 0, 1 }, 0.29610, 0.00003, 0.074 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 0, 1, -1 }, 359.05984, 0.00001, 8.008 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 0, 1, 1 }, 359.05984, 0.00001, 0.037 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 2, 0, -1 }, 0.50894, 0.00003, 0.088 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -4, 1, -1 }, 330.78855, 0.00001, 0.020 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, -1, -1 }, 330.80350, 0.00006, 0.020 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, -1, 1 }, 330.83187, 0.00010, 0.041 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 0, -1 }, 330.74143, 0.00037, 0.026 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 0, 1 }, 330.89367, 0.00163, 0.092 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 1, -1 }, 330.91605, 0.00047, 0.041 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 1, 1 }, 330.87904, 0.00041, 0.426 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 2, 1 }, 331.09997, 0.00004, 0.064 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -1, 0, 0 }, 52.83040, 0.00018, 0.084 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, -2, -1 }, 329.95847, 0.00005, 0.025 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, -2, 1 }, 329.73304, 0.00002, 0.079 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, -1, -1 }, 329.82166, 0.00039, 0.038 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, -1, 1 }, 329.74902, 0.00036, 1.749 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 0, -1 }, 330.49672, 0.00030, 0.077 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 0, 1 }, 330.39522, 0.00035, 0.072 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 1, -1 }, 329.74703, 0.00033, 4.198 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 1, 1 }, 329.79322, 0.00037, 0.037 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 2, -1 }, 329.73329, 0.00002, 0.074 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 2, 1 }, 329.55563, 0.00004, 0.025 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 1, -1, 0 }, 233.39730, 0.00004, 2.074 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 1, 0, 0 }, 53.39754, 0.00076, 0.078 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 1, 1, 0 }, 53.39730, 0.00004, 0.038 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, -2, -1 }, 330.90088, 0.00002, 0.068 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, -1, -1 }, 330.90624, 0.00024, 0.651 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, -1, 1 }, 330.88099, 0.00029, 0.040 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, 0, -1 }, 330.53889, 0.00117, 0.085 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, 0, 1 }, 330.58653, 0.00020, 0.026 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, 1, -1 }, 330.48922, 0.00009, 0.040 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, 1, 1 }, 330.59031, 0.00003, 0.019 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, -1, -1 }, 358.59973, 0.00001, 0.013 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, -1, 1 }, 358.81077, 0.00002, 0.021 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, 0, -1 }, 0.76811, 0.00005, 0.016 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, 0, 1 }, 359.64897, 0.00011, 0.028 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, 1, -1 }, 359.18856, 0.00010, 0.021 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, 1, 1 }, 359.01086, 0.00015, 0.046 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, 2, -1 }, 358.89533, 0.00007, 0.028 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, 2, 1 }, 358.79928, 0.00002, 0.116 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, -2, -1 }, 358.78318, 0.00004, 0.016 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, -2, 1 }, 358.78504, 0.00003, 0.027 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, -1, -1 }, 359.11154, 0.00034, 0.020 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, -1, 1 }, 358.97787, 0.00053, 0.042 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 0, -1 }, 358.49780, 0.00223, 0.027 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 0, 1 }, 358.62815, 0.00850, 0.096 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 0, 3 }, 358.70995, 0.00002, 0.061 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 1, -1 }, 358.92468, 0.00257, 0.042 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 1, 1 }, 359.13760, 0.00216, 0.348 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 2, -1 }, 177.04898, 0.00002, 0.093 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 2, 1 }, 358.84490, 0.00021, 0.062 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 3, 1 }, 358.94450, 0.00002, 0.034 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -1, -1, -1 }, 0.23070, 0.00001, 0.026 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -1, 0, -1 }, 0.61603, 0.00005, 0.040 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -1, 0, 0 }, 98.28521, 0.00013, 0.087 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -1, 0, 1 }, 0.83547, 0.00003, 0.502 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -1, 1, 0 }, 279.40897, 0.00005, 0.548 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, -3, -1 }, 359.72429, 0.00002, 0.019 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, -2, -1 }, 359.65262, 0.00022, 0.026 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, -2, 1 }, 359.77207, 0.00010, 0.082 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, -1, -1 }, 359.36781, 0.00194, 0.039 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, -1, 1 }, 359.40999, 0.00159, 0.906 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 0, -1 }, 359.58777, 0.00141, 0.080 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 0, 1 }, 359.72965, 0.00187, 0.070 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 1, -1 }, 359.90978, 0.00154, 1.299 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 1, 1 }, 0.12140, 0.00160, 0.036 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 2, -1 }, 0.62349, 0.00007, 0.071 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 2, 1 }, 359.94439, 0.00017, 0.024 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 3, 1 }, 359.97125, 0.00001, 0.018 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, -2, -1 }, 180.43365, 0.00001, 0.038 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, -1, -1 }, 0.40685, 0.00004, 0.075 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, -1, 0 }, 279.40935, 0.00033, 20.152 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, -1, 1 }, 0.21643, 0.00008, 0.074 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 0, -2 }, 89.01744, 0.00003, 0.074 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 0, -1 }, 180.23488, 0.00054, 8.537 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 0, 0 }, 99.41307, 0.00615, 0.075 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 0, 1 }, 180.23489, 0.00055, 0.037 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 1, -1 }, 180.23488, 0.00003, 0.076 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 1, 0 }, 99.40915, 0.00033, 0.038 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 1, 1 }, 180.23489, 0.00007, 0.025 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 2, 0 }, 99.40913, 0.00002, 0.025 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, -2, 1 }, 181.56772, 0.00003, 0.079 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, -1, -1 }, 359.51807, 0.00041, 0.996 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, -1, 1 }, 359.94524, 0.00059, 0.039 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, 0, -3 }, 1.21615, 0.00001, 0.069 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, 0, -1 }, 0.81383, 0.00404, 0.082 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, 0, 1 }, 0.40649, 0.00048, 0.026 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, 1, -1 }, 0.29878, 0.00028, 0.039 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, 1, 1 }, 359.31592, 0.00009, 0.019 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 3, -1, 0 }, 99.40889, 0.00007, 0.040 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 3, -1, 1 }, 180.23070, 0.00001, 0.026 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 3, 0, 0 }, 99.40870, 0.00004, 0.026 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 4, -2, 1 }, 359.88642, 0.00002, 0.027 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 4, -1, -1 }, 0.48619, 0.00005, 0.042 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 4, -1, 1 }, 0.39430, 0.00002, 0.020 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 4, 0, -1 }, 0.26457, 0.00002, 0.027 }, + { { 0, 0, 2, -2, 2, 0, 0, 0, 1, 0, 0 }, 135.93258, 0.00003, 0.074 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, -2, 0, -1 }, 255.15260, 0.00002, 0.027 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, -2, 0, 1 }, 256.82237, 0.00007, 0.102 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, -2, 1, -1 }, 257.70648, 0.00001, 0.043 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, -2, 1, 1 }, 257.70648, 0.00001, 0.293 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, -1, 0, 0 }, 128.95929, 0.00002, 0.092 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 0, 0, -1 }, 227.74277, 0.00001, 0.084 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 0, 0, 1 }, 227.74277, 0.00001, 0.067 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 1, -1, 0 }, 128.95930, 0.00003, 1.720 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 1, 0, 0 }, 308.96080, 0.00049, 0.072 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 1, 1, 0 }, 308.95929, 0.00003, 0.037 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 2, -1, -1 }, 37.07681, 0.00002, 2.117 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 2, -1, 1 }, 37.07493, 0.00002, 0.038 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 2, 0, -1 }, 37.60113, 0.00002, 0.078 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, -2, 0, -1 }, 209.19048, 0.00002, 0.027 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, -2, 0, 1 }, 209.15663, 0.00004, 0.103 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, 1, 0, 0 }, 298.55959, 0.00004, 0.072 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, 2, -1, -1 }, 29.46509, 0.00003, 2.760 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, 2, -1, 1 }, 29.46510, 0.00003, 0.038 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, 2, 0, -1 }, 30.32527, 0.00003, 0.078 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 0, -1, -1 }, 54.21729, 0.00003, 0.040 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 0, -1, 1 }, 54.21696, 0.00003, 0.522 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 2, -2, -1 }, 234.12563, 0.00006, 0.074 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 2, -2, 1 }, 234.12563, 0.00006, 0.075 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 2, -1, -1 }, 234.21681, 0.00017, 5.193 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 2, -1, 1 }, 234.21817, 0.00019, 0.038 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 2, 0, -1 }, 238.50423, 0.00004, 0.077 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 2, 0, 1 }, 234.21724, 0.00002, 0.025 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -2, -1, -1 }, 199.87941, 0.00002, 0.020 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -2, -1, 1 }, 199.78362, 0.00002, 0.044 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -2, 0, -1 }, 199.94224, 0.00011, 0.027 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -2, 0, 1 }, 199.78834, 0.00036, 0.104 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -2, 1, -1 }, 199.80173, 0.00012, 0.043 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -2, 1, 1 }, 199.83564, 0.00010, 0.278 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -1, 0, 0 }, 295.24783, 0.00003, 0.093 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, -2, -1 }, 199.90884, 0.00001, 0.026 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, -1, -1 }, 200.22373, 0.00020, 0.040 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, -1, 1 }, 200.27692, 0.00017, 0.547 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, 0, -1 }, 200.72477, 0.00006, 0.085 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, 0, 1 }, 200.64509, 0.00007, 0.066 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, 1, -1 }, 200.77157, 0.00006, 0.668 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, 1, 1 }, 200.65510, 0.00007, 0.035 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 1, 0, 0 }, 289.14573, 0.00023, 0.071 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, -3, -1 }, 19.86091, 0.00001, 0.037 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, -2, -1 }, 19.82386, 0.00009, 0.074 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, -2, 1 }, 19.44019, 0.00005, 0.075 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, -1, -1 }, 19.95187, 0.00057, 3.597 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, -1, 1 }, 19.95034, 0.00059, 0.038 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, 0, -1 }, 20.58158, 0.00032, 0.077 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, 0, 1 }, 20.03290, 0.00009, 0.025 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 4, -2, 1 }, 19.93807, 0.00001, 0.026 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 4, -1, -1 }, 19.93997, 0.00002, 0.041 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, -2, 0, -1 }, 182.70223, 0.00001, 0.027 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, -2, 0, 1 }, 182.70214, 0.00001, 0.104 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 0, -1, -1 }, 182.38421, 0.00003, 0.040 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 0, -1, 1 }, 182.38386, 0.00002, 0.527 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 0, 0, -1 }, 182.14314, 0.00001, 0.086 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 0, 0, 1 }, 182.14314, 0.00001, 0.066 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 2, -2, -1 }, 2.29132, 0.00003, 0.074 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 2, -2, 1 }, 2.29132, 0.00003, 0.075 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 2, -1, -1 }, 2.38370, 0.00013, 4.760 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 2, -1, 1 }, 2.38414, 0.00013, 0.038 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 2, 0, -1 }, 1.22881, 0.00003, 0.077 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 0, -2, 1 }, 57.32802, 0.00001, 0.088 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 0, -1, -1 }, 237.10139, 0.00003, 0.040 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 0, -1, 1 }, 237.14735, 0.00003, 0.518 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 2, -3, -1 }, 54.92168, 0.00002, 0.037 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 2, -2, -1 }, 57.39756, 0.00017, 0.074 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 2, -2, 1 }, 57.39756, 0.00017, 0.075 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 2, -1, -1 }, 57.15368, 0.00021, 5.677 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 2, -1, 1 }, 57.17290, 0.00023, 0.037 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 2, 0, 1 }, 57.14688, 0.00002, 0.025 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 4, -2, -1 }, 57.32802, 0.00001, 0.088 }, + { { 0, 0, 2, 0, -4, 4, -2, 0, 2, -2, -1 }, 174.85996, 0.00002, 0.075 }, + { { 0, 0, 2, 0, -4, 4, -2, 0, 2, -2, 1 }, 174.85996, 0.00002, 0.074 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, -2, 0, -1 }, 351.22659, 0.00003, 0.028 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, -2, 0, 1 }, 351.22874, 0.00006, 0.105 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, -2, 1, -1 }, 351.22847, 0.00001, 0.043 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, -2, 1, 1 }, 351.22847, 0.00001, 0.265 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 0, -1, -1 }, 171.21484, 0.00006, 0.040 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 0, -1, 1 }, 171.21442, 0.00005, 0.500 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, -2, -1 }, 170.22881, 0.00002, 0.075 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, -2, 1 }, 170.22881, 0.00002, 0.074 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, -1, -1 }, 351.21424, 0.00029, 9.238 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, -1, 1 }, 351.21475, 0.00029, 0.037 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, 0, -1 }, 169.53680, 0.00012, 0.076 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, 0, 1 }, 351.21478, 0.00004, 0.025 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -4, 0, -1 }, 189.86753, 0.00002, 0.016 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -4, 0, 1 }, 190.14971, 0.00005, 0.029 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -4, 1, -1 }, 190.39016, 0.00002, 0.021 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -4, 1, 1 }, 190.33125, 0.00002, 0.048 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -4, 2, -1 }, 190.40630, 0.00001, 0.029 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, -2, -1 }, 190.24163, 0.00003, 0.016 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, -2, 1 }, 190.10462, 0.00002, 0.028 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, -1, -1 }, 190.25215, 0.00018, 0.020 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, -1, 1 }, 190.21534, 0.00028, 0.044 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 0, -1 }, 190.36429, 0.00091, 0.027 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 0, 1 }, 190.29094, 0.00253, 0.105 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 1, -1 }, 190.36957, 0.00077, 0.043 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 1, 1 }, 190.40903, 0.00067, 0.271 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 2, 1 }, 190.35135, 0.00007, 0.059 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -1, 0, 0 }, 296.39680, 0.00009, 0.094 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -3, 1 }, 10.07890, 0.00004, 0.041 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -2, -1 }, 190.23904, 0.00033, 0.026 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -2, 1 }, 10.01395, 0.00054, 0.088 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -1, -1 }, 190.17080, 0.00408, 0.040 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -1, 1 }, 190.17837, 0.00355, 0.523 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 0, -1 }, 190.74070, 0.00035, 0.086 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 0, 1 }, 190.34901, 0.00103, 0.066 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 1, -3 }, 10.77838, 0.00001, 0.040 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 1, -1 }, 190.72340, 0.00038, 0.633 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 1, 1 }, 190.59120, 0.00045, 0.035 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 2, -1 }, 190.72966, 0.00002, 0.067 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 2, 1 }, 190.74366, 0.00005, 0.024 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 1, -1, 0 }, 97.94235, 0.00005, 1.163 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 1, 0, 0 }, 277.90250, 0.00088, 0.071 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 1, 1, 0 }, 277.94234, 0.00005, 0.037 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -4, -1 }, 10.11869, 0.00007, 0.025 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -4, 1 }, 10.24894, 0.00001, 0.076 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -3, -1 }, 10.09413, 0.00080, 0.037 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -3, 1 }, 10.54634, 0.00009, 7.152 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -2, -3 }, 190.04131, 0.00001, 0.025 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -2, -1 }, 10.02715, 0.00681, 0.074 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -2, 1 }, 10.03367, 0.00510, 0.075 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -2, 3 }, 190.04131, 0.00001, 0.025 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -1, -3 }, 10.08414, 0.00005, 0.037 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -1, -1 }, 10.08059, 0.01917, 5.163 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -1, 1 }, 10.08526, 0.02012, 0.038 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -1, 3 }, 190.08576, 0.00002, 0.019 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, 0, -1 }, 10.51992, 0.00436, 0.077 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, 0, 1 }, 10.02284, 0.00251, 0.025 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, 1, -1 }, 10.51349, 0.00027, 0.038 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, 1, 1 }, 10.06616, 0.00026, 0.019 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, 2, 1 }, 10.09682, 0.00002, 0.015 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -3, -1 }, 9.97761, 0.00011, 0.508 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -3, 1 }, 10.00026, 0.00024, 0.040 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -2, -1 }, 10.05280, 0.00075, 0.089 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -2, 1 }, 10.06911, 0.00066, 0.026 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -1, -1 }, 10.11291, 0.00073, 0.041 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -1, 1 }, 10.08053, 0.00037, 0.019 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, 0, -1 }, 10.21447, 0.00010, 0.026 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, 0, 1 }, 10.08568, 0.00006, 0.015 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 6, -3, -1 }, 10.02216, 0.00001, 0.044 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 6, -2, -1 }, 10.08279, 0.00002, 0.028 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 6, -2, 1 }, 10.08279, 0.00001, 0.016 }, + { { 0, 0, 2, 0, -3, 0, 2, 0, 2, -2, -1 }, 349.75714, 0.00001, 0.074 }, + { { 0, 0, 2, 0, -3, 0, 2, 0, 2, -2, 1 }, 349.75714, 0.00001, 0.075 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 0, -2, 1 }, 181.29767, 0.00002, 0.088 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 0, -1, -1 }, 181.41215, 0.00006, 0.040 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 0, -1, 1 }, 181.43813, 0.00004, 0.513 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 2, -3, -1 }, 180.40512, 0.00003, 0.037 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 2, -2, -1 }, 181.21817, 0.00022, 0.075 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 2, -2, 1 }, 181.21817, 0.00022, 0.074 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 2, -1, -1 }, 1.44361, 0.00022, 6.260 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 2, -1, 1 }, 1.47046, 0.00020, 0.037 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 2, 0, 1 }, 1.43831, 0.00003, 0.025 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 4, -3, 1 }, 181.65950, 0.00001, 0.040 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 4, -2, -1 }, 181.29767, 0.00002, 0.088 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 2, -2, -1 }, 10.19156, 0.00002, 0.075 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 2, -2, 1 }, 10.19156, 0.00002, 0.074 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 2, -1, -1 }, 191.44254, 0.00005, 7.950 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 2, -1, 1 }, 191.44340, 0.00005, 0.037 }, + { { 0, 0, 2, 0, -2, -2, 0, 0, 2, -2, -1 }, 165.07684, 0.00003, 0.074 }, + { { 0, 0, 2, 0, -2, -2, 0, 0, 2, -2, 1 }, 165.07684, 0.00003, 0.075 }, + { { 0, 0, 2, 0, -2, -2, 0, 0, 2, -1, -1 }, 165.66141, 0.00004, 5.641 }, + { { 0, 0, 2, 0, -2, -2, 0, 0, 2, -1, 1 }, 165.66223, 0.00004, 0.037 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -4, 0, -1 }, 179.72118, 0.00008, 0.016 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -4, 0, 1 }, 180.34726, 0.00018, 0.029 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -4, 1, -1 }, 180.71399, 0.00019, 0.021 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -4, 1, 1 }, 180.79518, 0.00026, 0.048 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -4, 2, -1 }, 180.82698, 0.00009, 0.029 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -4, 2, 1 }, 180.90255, 0.00002, 0.130 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, -2, -1 }, 181.39000, 0.00004, 0.016 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, -2, 1 }, 181.62774, 0.00004, 0.028 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, -1, -1 }, 180.98650, 0.00040, 0.020 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, -1, 1 }, 181.34434, 0.00040, 0.044 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 0, -1 }, 181.01420, 0.00391, 0.028 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 0, 1 }, 180.91996, 0.01230, 0.105 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 0, 3 }, 182.05125, 0.00003, 0.058 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 1, -1 }, 180.80883, 0.00380, 0.043 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 1, 1 }, 180.76225, 0.00328, 0.265 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 2, 1 }, 180.85914, 0.00033, 0.059 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 3, 1 }, 180.80272, 0.00004, 0.033 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -1, 0, -1 }, 0.17907, 0.00007, 0.042 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -1, 0, 0 }, 352.67498, 0.00014, 0.095 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -1, 0, 1 }, 0.17849, 0.00007, 0.347 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -1, 1, 0 }, 177.57025, 0.00002, 0.368 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -3, -1 }, 0.06182, 0.00013, 0.019 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -3, 1 }, 0.11588, 0.00007, 0.041 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -2, -1 }, 359.99791, 0.00107, 0.026 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -2, 1 }, 0.02069, 0.00074, 0.089 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -1, -1 }, 359.95929, 0.00778, 0.040 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -1, 1 }, 359.96504, 0.00657, 0.500 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 0, -1 }, 180.27107, 0.00234, 0.086 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 0, 1 }, 181.14686, 0.00057, 0.066 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 1, -1 }, 180.44257, 0.00199, 0.601 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 1, 1 }, 180.50393, 0.00148, 0.035 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 2, -1 }, 180.36802, 0.00013, 0.067 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 2, 1 }, 180.50452, 0.00017, 0.024 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 3, 1 }, 180.33302, 0.00001, 0.018 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 1, -1, -1 }, 0.32090, 0.00002, 0.080 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 1, 0, -1 }, 0.16253, 0.00008, 1.286 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 1, 0, 0 }, 195.94648, 0.00030, 0.070 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 1, 0, 1 }, 0.16253, 0.00008, 0.036 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -4, -1 }, 0.05548, 0.00004, 0.025 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -4, 1 }, 0.07938, 0.00001, 0.077 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -3, -1 }, 0.01715, 0.00031, 0.038 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -3, 1 }, 359.75487, 0.00002, 4.462 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -2, -3 }, 180.10803, 0.00003, 0.025 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -2, -1 }, 359.95130, 0.00175, 0.075 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -2, 1 }, 0.09559, 0.00623, 0.074 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -1, -3 }, 180.13950, 0.00018, 0.037 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -1, -1 }, 180.11961, 0.05223, 9.142 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -1, 1 }, 180.12138, 0.05069, 0.037 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -1, 3 }, 0.12183, 0.00005, 0.019 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 0, -3 }, 0.11606, 0.00006, 0.073 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 0, -1 }, 0.03123, 0.02194, 0.076 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 0, 1 }, 180.14886, 0.00588, 0.025 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 1, -3 }, 180.12998, 0.00002, 2.258 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 1, -1 }, 359.99819, 0.00108, 0.038 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 1, 1 }, 180.17747, 0.00057, 0.019 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 2, -1 }, 0.09161, 0.00008, 0.025 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 2, 1 }, 180.07715, 0.00004, 0.015 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 3, -1, -1 }, 0.12183, 0.00003, 0.082 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 3, -1, 1 }, 0.12183, 0.00003, 0.026 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -4, -1 }, 0.09959, 0.00001, 0.066 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -3, -1 }, 0.10593, 0.00013, 0.531 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -3, 1 }, 0.09339, 0.00027, 0.040 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -2, -1 }, 0.07191, 0.00034, 0.088 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -2, 1 }, 180.12783, 0.00105, 0.026 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -1, -1 }, 180.13439, 0.00140, 0.041 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -1, 1 }, 180.12663, 0.00084, 0.019 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, 0, -1 }, 181.33580, 0.00001, 0.026 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, 0, 1 }, 180.12364, 0.00015, 0.015 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, 1, -1 }, 180.12183, 0.00002, 0.020 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, 1, 1 }, 180.12183, 0.00002, 0.013 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 6, -3, 1 }, 180.12302, 0.00002, 0.020 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 6, -2, -1 }, 180.12198, 0.00004, 0.028 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 6, -2, 1 }, 180.12198, 0.00003, 0.016 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 6, -1, -1 }, 180.12185, 0.00003, 0.020 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 0, -1, -1 }, 198.97353, 0.00003, 0.040 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 0, -1, 1 }, 198.97300, 0.00003, 0.523 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 2, -2, -1 }, 18.40895, 0.00005, 0.074 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 2, -2, 1 }, 18.40895, 0.00005, 0.075 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 2, -1, -1 }, 18.97276, 0.00015, 5.133 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 2, -1, 1 }, 18.95284, 0.00017, 0.038 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 2, 0, -3 }, 197.67342, 0.00001, 0.073 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 2, 0, -1 }, 17.67342, 0.00001, 0.077 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 2, 0, 1 }, 18.97344, 0.00002, 0.025 }, + { { 0, 0, 2, 0, -1, -2, 0, 0, 2, -1, -1 }, 349.90706, 0.00002, 10.756 }, + { { 0, 0, 2, 0, -1, -2, 0, 0, 2, -1, 1 }, 349.90864, 0.00002, 0.037 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -4, 0, 1 }, 263.00302, 0.00006, 0.029 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -4, 1, -1 }, 263.57403, 0.00003, 0.021 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, -2, -1 }, 264.86120, 0.00002, 0.016 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, -1, -1 }, 264.09885, 0.00012, 0.020 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, -1, 1 }, 264.38948, 0.00013, 0.044 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, 0, -1 }, 264.57044, 0.00077, 0.028 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, 0, 1 }, 264.50670, 0.00224, 0.106 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, 1, -1 }, 264.97846, 0.00065, 0.044 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, 1, 1 }, 264.97673, 0.00056, 0.259 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, 2, 1 }, 264.96411, 0.00007, 0.058 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -1, 0, -1 }, 257.77326, 0.00003, 0.042 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -1, 0, 0 }, 280.68048, 0.00006, 0.096 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -1, 0, 1 }, 257.77326, 0.00002, 0.337 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, -2, -1 }, 242.09865, 0.00002, 0.026 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, -1, -1 }, 248.88012, 0.00024, 0.040 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, -1, 1 }, 248.79983, 0.00019, 0.480 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, 0, -1 }, 300.08934, 0.00007, 0.087 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, 0, 1 }, 267.76784, 0.00011, 0.065 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, 1, -1 }, 271.64276, 0.00014, 0.572 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, 1, 1 }, 275.81376, 0.00011, 0.035 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, 2, 1 }, 269.72103, 0.00002, 0.024 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 1, -2, -1 }, 77.77411, 0.00001, 0.039 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 1, -1, 0 }, 77.65733, 0.00004, 0.972 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 1, 0, 0 }, 257.62528, 0.00079, 0.070 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 1, 1, 0 }, 257.65732, 0.00004, 0.036 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, -2, -1 }, 271.95619, 0.00005, 0.075 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, -2, 1 }, 170.90742, 0.00003, 0.074 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, -1, -1 }, 309.84404, 0.00062, 39.875 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, -1, 1 }, 306.65023, 0.00060, 0.037 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, 0, -1 }, 168.55932, 0.00080, 0.076 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, 0, 1 }, 287.81397, 0.00008, 0.025 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, 1, -1 }, 165.82536, 0.00004, 0.038 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 4, -2, 1 }, 305.56260, 0.00001, 0.026 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 4, -1, -1 }, 305.66785, 0.00002, 0.040 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, -2, 0, -1 }, 186.59722, 0.00003, 0.028 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, -2, 0, 1 }, 188.10038, 0.00007, 0.105 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, -2, 1, -1 }, 189.09821, 0.00001, 0.043 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, -2, 1, 1 }, 189.09821, 0.00001, 0.265 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 0, -1, -1 }, 7.66527, 0.00006, 0.040 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 0, -1, 1 }, 7.66538, 0.00005, 0.501 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 2, -2, -1 }, 5.64015, 0.00002, 0.075 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 2, -2, 1 }, 5.64015, 0.00002, 0.074 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 2, -1, -1 }, 187.66543, 0.00030, 9.049 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 2, -1, 1 }, 187.66529, 0.00031, 0.037 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 2, 0, -1 }, 8.53739, 0.00012, 0.076 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 2, 0, 1 }, 187.66529, 0.00004, 0.025 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, 0, 0, -1 }, 7.72315, 0.00001, 0.087 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, 0, 0, 1 }, 7.72315, 0.00001, 0.065 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, 2, -1, -1 }, 6.18631, 0.00004, 13.061 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, 2, -1, 1 }, 6.18423, 0.00004, 0.037 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, 2, 0, -1 }, 185.48427, 0.00003, 0.076 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, -2, 0, -1 }, 273.09063, 0.00004, 0.028 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, -2, 0, 1 }, 272.88474, 0.00009, 0.106 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, -2, 1, -1 }, 272.74270, 0.00002, 0.043 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, -2, 1, 1 }, 272.74270, 0.00002, 0.260 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 0, -1, -1 }, 92.92599, 0.00003, 0.040 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 0, -1, 1 }, 92.94230, 0.00002, 0.484 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 0, 0, -1 }, 274.54809, 0.00001, 0.087 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 0, 0, 1 }, 274.54809, 0.00001, 0.065 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 0, 1, -1 }, 272.74794, 0.00001, 0.578 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 0, 1, 1 }, 272.74794, 0.00001, 0.035 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 1, 0, 0 }, 294.42021, 0.00005, 0.070 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 2, -1, -1 }, 272.87154, 0.00021, 23.464 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 2, -1, 1 }, 272.87112, 0.00021, 0.037 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 2, 0, -1 }, 92.71831, 0.00030, 0.076 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 2, 0, 1 }, 272.87110, 0.00003, 0.025 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -2, -1, -1 }, 180.20469, 0.00003, 0.020 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -2, -1, 1 }, 180.21315, 0.00002, 0.044 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -2, 0, -1 }, 180.19986, 0.00016, 0.028 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -2, 0, 1 }, 180.21017, 0.00050, 0.107 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -2, 1, -1 }, 180.21351, 0.00014, 0.044 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -2, 1, 1 }, 180.21144, 0.00014, 0.258 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -1, 0, 0 }, 9.51960, 0.00001, 0.096 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 0, -2, -1 }, 0.04701, 0.00002, 0.026 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 0, -1, -1 }, 359.81760, 0.00006, 0.040 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 0, -1, 1 }, 359.72729, 0.00004, 0.476 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 0, 0, -1 }, 180.07016, 0.00013, 0.087 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 0, 0, 1 }, 180.19524, 0.00003, 0.065 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 0, 1, -1 }, 180.12921, 0.00008, 0.566 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 0, 1, 1 }, 180.12831, 0.00009, 0.035 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 1, 0, 0 }, 189.94508, 0.00006, 0.070 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, -2, -1 }, 180.04535, 0.00004, 0.075 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, -2, 1 }, 359.92220, 0.00002, 0.074 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, -1, -1 }, 180.03032, 0.00093, 115.334 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, -1, 1 }, 180.03313, 0.00083, 0.037 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, 0, -1 }, 0.00427, 0.00187, 0.075 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, 0, 1 }, 180.04824, 0.00006, 0.025 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, 1, -1 }, 0.00554, 0.00010, 0.038 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 4, -2, 1 }, 180.04357, 0.00002, 0.026 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 4, -1, -1 }, 180.03443, 0.00003, 0.040 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, -2, 0, -1 }, 258.50586, 0.00005, 0.028 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, -2, 0, 1 }, 258.47279, 0.00012, 0.107 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, -2, 1, -1 }, 258.49172, 0.00004, 0.044 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, -2, 1, 1 }, 258.49170, 0.00004, 0.256 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 0, -1, -1 }, 258.92679, 0.00001, 0.040 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 0, -1, 1 }, 258.92679, 0.00001, 0.469 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 0, 0, -1 }, 258.64725, 0.00003, 0.087 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 0, 0, 1 }, 258.92363, 0.00001, 0.065 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 0, 1, -1 }, 258.92679, 0.00001, 0.556 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 0, 1, 1 }, 258.92679, 0.00001, 0.035 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 1, 0, 0 }, 246.32232, 0.00005, 0.070 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 2, -1, -1 }, 262.42510, 0.00004, 39.561 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 2, -1, 1 }, 262.42511, 0.00004, 0.037 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 2, 0, -1 }, 87.71206, 0.00006, 0.075 }, + { { 0, 0, 2, 0, 0, 0, -2, 0, 2, 0, -1 }, 359.98693, 0.00005, 0.075 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -2, 0, -1 }, 3.70377, 0.00003, 0.028 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -2, 0, 1 }, 6.35626, 0.00007, 0.107 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -2, 1, -1 }, 1.78493, 0.00001, 0.044 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -2, 1, 1 }, 1.78493, 0.00001, 0.254 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -1, -1, 0 }, 192.09808, 0.00002, 0.042 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -1, 0, 0 }, 192.30954, 0.00035, 0.096 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -1, 1, 0 }, 9.88923, 0.00011, 0.346 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, -1 }, 20.81165, 0.00005, 0.088 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1 }, 20.78322, 0.00005, 0.065 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, -1 }, 15.74585, 0.00001, 0.545 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 1 }, 18.27385, 0.00003, 0.035 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0 }, 7.65548, 0.00094, 0.070 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 1, 1, 0 }, 8.31041, 0.00009, 0.036 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, -1, -2 }, 187.37738, 0.00001, 0.075 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, -1, -1 }, 22.61157, 0.00011, 16.885 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, -1, 0 }, 187.37738, 0.00001, 0.074 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, -1, 1 }, 23.04152, 0.00009, 0.037 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, -3 }, 330.78696, 0.00001, 0.074 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, -1 }, 200.47085, 0.00034, 0.075 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, 1, -1 }, 200.47088, 0.00002, 0.038 }, + { { 0, 0, 2, 0, 0, 1, 0, 0, -1, 0, 0 }, 231.25268, 0.00002, 0.097 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, -2, 0, -1 }, 139.24498, 0.00001, 0.028 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, -2, 0, 1 }, 139.58569, 0.00003, 0.108 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, -1, 0, 0 }, 152.77159, 0.00008, 0.097 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, 1, 0, 0 }, 333.46323, 0.00003, 0.069 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, 2, 0, -3 }, 164.91620, 0.00005, 0.074 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, 2, 0, -1 }, 304.76570, 0.00003, 0.075 }, + { { 0, 0, 2, 0, 2, -7, 0, 0, 2, 0, -3 }, 188.74878, 0.00002, 0.074 }, + { { 0, 0, 2, 0, 2, -7, 0, 0, 2, 0, -1 }, 188.74878, 0.00002, 0.075 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, -2, 0, -1 }, 323.29202, 0.00002, 0.028 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, -2, 0, 1 }, 323.35645, 0.00005, 0.107 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, 1, 0, 0 }, 316.11910, 0.00002, 0.070 }, + { { 0, 0, 2, 0, 2, 0, 0, 0, 2, 0, -3 }, 127.91840, 0.00002, 0.075 }, + { { 0, 0, 2, 0, 2, 0, 0, 0, 2, 0, -1 }, 307.91840, 0.00002, 0.074 }, + { { 0, 0, 2, 1, 0, 0, 0, 0, 1, 0, 0 }, 7.79026, 0.00002, 0.067 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -2, 0, -1 }, 209.65421, 0.00002, 0.026 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -2, 0, 1 }, 209.51723, 0.00023, 0.081 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -2, 1, 1 }, 209.68540, 0.00002, 1.064 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -1, 0, 0 }, 188.17382, 0.00012, 0.075 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, -1, -1 }, 31.29605, 0.00005, 0.036 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, -1, 1 }, 31.33869, 0.00005, 1.199 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, 0, -1 }, 29.82629, 0.00006, 0.069 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, 0, 1 }, 29.83622, 0.00008, 0.081 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, 1, -1 }, 29.26126, 0.00015, 0.857 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, 1, 1 }, 29.23277, 0.00017, 0.039 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, 2, 1 }, 28.84658, 0.00002, 0.026 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, -2, -1 }, 30.17827, 0.00004, 0.062 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, -1, -1 }, 29.95855, 0.00035, 0.340 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, -1, 1 }, 29.96467, 0.00042, 0.042 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, 0, -1 }, 29.67723, 0.00161, 0.097 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, 0, 1 }, 29.68462, 0.00043, 0.027 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, 1, -1 }, 29.46773, 0.00010, 0.042 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, 1, 1 }, 29.63502, 0.00007, 0.020 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 4, -1, 1 }, 29.73236, 0.00001, 0.021 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 4, 0, -1 }, 29.74023, 0.00003, 0.029 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 4, 0, 1 }, 209.72619, 0.00001, 0.016 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -3, 2, -2 }, 144.43917, 0.00002, 0.026 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -3, 2, 0 }, 143.71171, 0.00005, 0.088 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -3, 3, -2 }, 144.15728, 0.00003, 0.040 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 0, 0 }, 322.47039, 0.00014, 0.076 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 1, -2 }, 317.35975, 0.00002, 0.037 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 1, 0 }, 324.06097, 0.00004, 6.053 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 2, -2 }, 146.77026, 0.00036, 0.074 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 2, 0 }, 152.93552, 0.00013, 0.075 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 3, -2 }, 142.30776, 0.00002, 5.942 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 3, 0 }, 145.51652, 0.00005, 0.037 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 1, 0, 0 }, 324.25535, 0.00003, 0.086 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 1, 1, 0 }, 144.15728, 0.00003, 0.040 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 1, 2, -2 }, 143.71171, 0.00005, 0.088 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 1, 2, 0 }, 144.43917, 0.00002, 0.026 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -2, 0, -1 }, 272.83512, 0.00006, 0.026 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -2, 0, 1 }, 271.88097, 0.00031, 0.087 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -2, 1, -1 }, 273.72230, 0.00008, 0.040 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -2, 1, 1 }, 274.01449, 0.00007, 0.571 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -1, 0, 0 }, 352.48664, 0.00010, 0.080 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, -2, -1 }, 268.75012, 0.00001, 0.025 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, -1, -1 }, 269.73874, 0.00016, 0.037 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, -1, 1 }, 269.17390, 0.00014, 42.830 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, 0, -1 }, 274.40327, 0.00016, 0.073 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, 0, 1 }, 274.75238, 0.00014, 0.076 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, 1, -1 }, 269.17390, 0.00014, 2.802 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, 1, 1 }, 269.73874, 0.00016, 0.038 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, 2, 1 }, 268.66692, 0.00001, 0.025 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 1, 0, 0 }, 354.66725, 0.00012, 0.082 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 2, -1, -1 }, 275.61271, 0.00009, 0.469 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 2, -1, 1 }, 275.14810, 0.00012, 0.040 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 2, 0, -1 }, 274.30238, 0.00040, 0.090 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 2, 0, 1 }, 274.15539, 0.00009, 0.026 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 2, 1, 1 }, 274.66053, 0.00001, 0.020 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, -2, 0, -1 }, 331.15955, 0.00002, 0.026 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, -2, 0, 1 }, 331.15956, 0.00010, 0.088 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, -2, 1, -1 }, 331.15715, 0.00004, 0.040 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, -2, 1, 1 }, 331.15715, 0.00004, 0.521 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 0, -1, -1 }, 330.23807, 0.00005, 0.037 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 0, -1, 1 }, 329.93793, 0.00004, 6.884 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 0, 0, -1 }, 333.36976, 0.00004, 0.074 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 0, 0, 1 }, 333.36976, 0.00004, 0.075 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 0, 1, -1 }, 329.93793, 0.00004, 5.312 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 0, 1, 1 }, 330.23807, 0.00005, 0.038 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 2, -1, -1 }, 331.22976, 0.00004, 0.510 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 2, -1, 1 }, 331.22975, 0.00004, 0.040 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 2, 0, -1 }, 331.22772, 0.00011, 0.089 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 2, 0, 1 }, 331.21428, 0.00002, 0.026 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, -1, -1 }, 301.64550, 0.00003, 0.020 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, -1, 1 }, 301.80688, 0.00006, 0.041 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, 0, -1 }, 301.48921, 0.00017, 0.026 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, 0, 1 }, 301.69199, 0.00078, 0.091 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, 1, -1 }, 301.78678, 0.00022, 0.041 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, 1, 1 }, 301.77494, 0.00019, 0.438 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, 2, 1 }, 301.70864, 0.00002, 0.064 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -1, 0, 0 }, 22.86769, 0.00012, 0.083 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, -2, -1 }, 300.32048, 0.00003, 0.025 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, -1, -1 }, 300.28186, 0.00020, 0.038 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, -1, 1 }, 300.11440, 0.00019, 1.967 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 0, -1 }, 301.71969, 0.00019, 0.076 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 0, 1 }, 301.68749, 0.00017, 0.073 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 1, -1 }, 299.98559, 0.00016, 5.720 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 1, 1 }, 300.08935, 0.00017, 0.037 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 2, -1 }, 120.88570, 0.00004, 0.074 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 2, 1 }, 300.31343, 0.00003, 0.025 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 1, -1, 0 }, 203.02177, 0.00002, 1.833 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 1, 0, 0 }, 23.02177, 0.00044, 0.079 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 1, 1, 0 }, 23.02177, 0.00002, 0.039 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, -1, -1 }, 301.73622, 0.00011, 0.625 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, -1, 1 }, 301.64234, 0.00016, 0.040 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, 0, -1 }, 301.28548, 0.00058, 0.086 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, 0, 1 }, 301.30464, 0.00010, 0.026 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, 1, -1 }, 301.35085, 0.00002, 0.040 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, 1, 1 }, 301.39044, 0.00001, 0.019 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -4, 0, 1 }, 329.51777, 0.00003, 0.028 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -4, 1, -1 }, 328.97931, 0.00002, 0.021 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -4, 1, 1 }, 328.92353, 0.00002, 0.046 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -4, 2, -1 }, 328.72849, 0.00001, 0.028 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, -1, -1 }, 328.77764, 0.00008, 0.020 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, -1, 1 }, 328.73648, 0.00014, 0.042 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 0, -1 }, 328.89435, 0.00054, 0.027 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 0, 1 }, 328.51862, 0.00206, 0.096 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 1, -1 }, 328.68509, 0.00062, 0.042 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 1, 1 }, 328.72836, 0.00055, 0.355 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 2, 1 }, 328.57735, 0.00006, 0.062 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -1, -1, 0 }, 54.63434, 0.00001, 0.040 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -1, -1, 1 }, 331.15410, 0.00003, 0.088 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -1, 0, -1 }, 151.23247, 0.00008, 0.040 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -1, 0, 0 }, 54.43136, 0.00015, 0.087 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -1, 0, 1 }, 151.23559, 0.00008, 0.519 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -1, 1, 0 }, 234.80404, 0.00004, 0.568 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, -2, -1 }, 329.85141, 0.00007, 0.026 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, -2, 1 }, 330.13959, 0.00002, 0.082 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, -1, -1 }, 329.73420, 0.00048, 0.039 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, -1, 1 }, 329.79356, 0.00042, 0.962 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 0, -1 }, 328.45971, 0.00034, 0.080 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 0, 1 }, 329.20361, 0.00045, 0.070 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 1, -1 }, 330.18443, 0.00036, 1.415 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 1, 1 }, 330.21171, 0.00038, 0.036 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 2, -1 }, 330.11200, 0.00002, 0.072 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 2, 1 }, 330.35206, 0.00005, 0.025 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, -2, -1 }, 331.58612, 0.00004, 0.037 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, -2, 0 }, 54.80055, 0.00002, 0.075 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, -2, 1 }, 331.47826, 0.00001, 6.536 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, -1, -1 }, 331.59085, 0.00027, 0.074 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, -1, 0 }, 234.83811, 0.00023, 72.752 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, -1, 1 }, 331.71766, 0.00024, 0.075 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 0, -2 }, 54.85016, 0.00003, 0.074 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 0, -1 }, 331.22497, 0.00048, 5.540 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 0, 0 }, 54.83801, 0.00421, 0.076 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 0, 1 }, 331.24812, 0.00051, 0.038 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 1, -1 }, 331.23560, 0.00003, 0.076 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 1, 0 }, 54.83811, 0.00023, 0.038 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 1, 1 }, 331.23563, 0.00006, 0.025 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, -2, 1 }, 151.56130, 0.00001, 0.080 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, -1, -1 }, 330.38621, 0.00015, 0.937 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, -1, 1 }, 330.78267, 0.00021, 0.039 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, 0, -1 }, 331.32392, 0.00109, 0.082 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, 0, 1 }, 329.42114, 0.00012, 0.026 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, 1, -1 }, 331.21430, 0.00007, 0.039 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, 1, 1 }, 330.16624, 0.00001, 0.019 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 3, -2, 1 }, 331.14635, 0.00002, 0.040 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 3, -1, -1 }, 331.15410, 0.00003, 0.088 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 3, -1, 0 }, 54.83811, 0.00004, 0.040 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 3, -1, 1 }, 331.23670, 0.00002, 0.026 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 3, 0, 0 }, 54.83811, 0.00003, 0.026 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -4, 1, -1 }, 187.42289, 0.00001, 0.021 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, -1, -1 }, 187.00935, 0.00003, 0.020 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, -1, 1 }, 187.57701, 0.00005, 0.043 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, 0, -1 }, 186.44860, 0.00018, 0.027 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, 0, 1 }, 187.16795, 0.00062, 0.101 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, 1, -1 }, 186.88310, 0.00019, 0.043 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, 1, 1 }, 187.03959, 0.00016, 0.299 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, -2, -1 }, 183.53429, 0.00001, 0.026 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, -1, -1 }, 183.34454, 0.00022, 0.040 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, -1, 1 }, 183.41321, 0.00020, 0.636 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, 0, -1 }, 184.97872, 0.00012, 0.083 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, 0, 1 }, 184.49240, 0.00013, 0.067 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, 1, -1 }, 182.96538, 0.00010, 0.808 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, 1, 1 }, 182.52295, 0.00010, 0.036 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, 2, 1 }, 183.86174, 0.00001, 0.024 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 1, -1, 0 }, 97.40417, 0.00002, 1.931 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 1, 0, 0 }, 277.40416, 0.00039, 0.073 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 1, 1, 0 }, 277.40416, 0.00002, 0.037 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, -2, -1 }, 0.96096, 0.00003, 0.073 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, -2, 1 }, 0.96389, 0.00003, 0.077 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, -1, -1 }, 0.75021, 0.00029, 1.866 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, -1, 1 }, 0.67740, 0.00028, 0.038 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, 0, -1 }, 0.25862, 0.00024, 0.079 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, 0, 1 }, 359.21692, 0.00005, 0.025 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -4, 1, -1 }, 256.76666, 0.00001, 0.021 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, -1, -1 }, 256.80307, 0.00003, 0.020 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, -1, 1 }, 256.82957, 0.00005, 0.044 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, 0, -1 }, 256.60098, 0.00021, 0.028 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, 0, 1 }, 256.74510, 0.00062, 0.107 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, 1, -1 }, 256.97523, 0.00016, 0.044 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, 1, 1 }, 257.00265, 0.00015, 0.258 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, 2, 1 }, 256.86601, 0.00001, 0.058 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, -1, -1 }, 256.03349, 0.00008, 0.040 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, -1, 1 }, 256.78840, 0.00009, 0.475 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, 0, -1 }, 254.09050, 0.00007, 0.087 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, 0, 1 }, 253.43640, 0.00006, 0.065 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, 1, -1 }, 256.62108, 0.00006, 0.565 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, 1, 1 }, 255.73033, 0.00003, 0.035 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 1, -1, 0 }, 127.56923, 0.00002, 0.953 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 1, 0, 0 }, 307.56923, 0.00028, 0.070 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 1, 1, 0 }, 307.56923, 0.00002, 0.036 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, -1, -2 }, 127.91441, 0.00001, 0.074 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, -1, -1 }, 258.98099, 0.00010, 241.391 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, -1, 0 }, 129.33141, 0.00007, 0.075 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, -1, 1 }, 259.19007, 0.00009, 0.037 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, 0, -1 }, 225.08794, 0.00003, 0.075 }, + { { 0, 0, 3, -2, 2, 0, 0, 0, 2, 0, -1 }, 264.07786, 0.00002, 0.075 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, 1, 0, 0 }, 339.04535, 0.00005, 0.067 }, + { { 0, 0, 3, 0, -6, 0, 0, 0, 2, 0, -1 }, 210.64188, 0.00004, 0.072 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, -2, 0, -1 }, 194.08218, 0.00002, 0.028 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, -2, 0, 1 }, 193.99756, 0.00003, 0.114 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 1, 0, 0 }, 290.76128, 0.00006, 0.067 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 2, -1, -1 }, 199.58752, 0.00005, 1.568 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 2, -1, 1 }, 199.58753, 0.00005, 0.036 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 2, 0, -1 }, 200.68587, 0.00026, 0.072 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 2, 0, 1 }, 20.63468, 0.00001, 0.025 }, + { { 0, 0, 3, 0, -5, 2, 0, 0, 2, 0, -1 }, 181.11119, 0.00002, 0.072 }, + { { 0, 0, 3, 0, -5, 5, 0, 0, 2, 0, -1 }, 348.35145, 0.00005, 0.071 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, -2, -1, -1 }, 182.18358, 0.00002, 0.021 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, -2, 0, -1 }, 182.59909, 0.00009, 0.028 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, -2, 0, 1 }, 182.27424, 0.00021, 0.116 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, -2, 1, -1 }, 182.49180, 0.00007, 0.045 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, -2, 1, 1 }, 182.49082, 0.00007, 0.217 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 0, 0, -1 }, 13.84071, 0.00003, 0.093 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 0, 0, 1 }, 187.13242, 0.00001, 0.062 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 0, 1, -1 }, 185.43333, 0.00002, 0.401 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 0, 1, 1 }, 185.76159, 0.00004, 0.034 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 1, 0, 0 }, 280.40374, 0.00019, 0.067 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, -2, -1 }, 189.35911, 0.00002, 0.080 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, -1, -1 }, 189.31783, 0.00019, 1.385 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, -1, 1 }, 189.64182, 0.00027, 0.036 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, 0, -1 }, 190.57604, 0.00146, 0.072 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, 0, 1 }, 9.97955, 0.00003, 0.024 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, 1, -1 }, 190.55362, 0.00008, 0.037 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, 1, 1 }, 10.08736, 0.00001, 0.018 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 3, -4, -1 }, 14.53105, 0.00002, 0.037 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 3, -3, -1 }, 14.70252, 0.00009, 0.075 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 3, -3, 1 }, 14.70252, 0.00009, 0.074 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 3, -2, -1 }, 194.00434, 0.00003, 6.061 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -4, 0, 1 }, 165.78724, 0.00002, 0.030 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -4, 1, -1 }, 165.50646, 0.00002, 0.021 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, -1, -1 }, 166.59168, 0.00005, 0.021 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, -1, 1 }, 165.89585, 0.00004, 0.046 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, 0, -1 }, 166.71890, 0.00029, 0.028 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, 0, 1 }, 165.91156, 0.00074, 0.117 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, 1, -1 }, 165.72776, 0.00023, 0.045 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, 1, 1 }, 166.06682, 0.00022, 0.213 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, 2, 1 }, 165.30976, 0.00002, 0.056 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, -3, -1 }, 13.60499, 0.00001, 0.020 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, -2, -1 }, 38.85573, 0.00001, 0.027 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, -2, 1 }, 267.72259, 0.00003, 0.097 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, -1, -1 }, 72.30010, 0.00018, 0.042 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, -1, 1 }, 89.17824, 0.00016, 0.343 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, 0, -1 }, 0.74199, 0.00015, 0.094 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, 0, 1 }, 153.67034, 0.00008, 0.062 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, 1, -1 }, 166.42271, 0.00005, 0.388 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, 1, 1 }, 174.47419, 0.00013, 0.034 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, 2, 1 }, 174.64706, 0.00002, 0.023 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 1, 0, 0 }, 261.76380, 0.00003, 0.066 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, -2, -1 }, 178.50700, 0.00007, 0.080 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, -2, 1 }, 64.86901, 0.00001, 0.069 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, -1, -1 }, 171.07197, 0.00068, 1.240 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, -1, 1 }, 173.51013, 0.00097, 0.036 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, 0, -3 }, 180.56150, 0.00003, 0.078 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, 0, -1 }, 180.13318, 0.00518, 0.071 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, 0, 1 }, 13.66109, 0.00010, 0.024 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, 1, -1 }, 180.20576, 0.00027, 0.037 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, 1, 1 }, 359.68888, 0.00005, 0.018 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 4, -2, -1 }, 36.53363, 0.00001, 0.081 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 4, -2, 1 }, 178.99928, 0.00002, 0.026 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 4, -1, -1 }, 170.42543, 0.00010, 0.039 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 4, 0, -1 }, 180.56992, 0.00002, 0.026 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 4, 0, 1 }, 180.03515, 0.00001, 0.015 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -4, 0, -1 }, 256.75236, 0.00003, 0.017 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -4, 0, 1 }, 74.82917, 0.00001, 0.030 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -4, 1, -1 }, 76.71346, 0.00002, 0.021 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, -1, -1 }, 74.43009, 0.00004, 0.021 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, -1, 1 }, 70.34492, 0.00002, 0.046 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, 0, -1 }, 75.66236, 0.00039, 0.028 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, 0, 1 }, 75.75402, 0.00096, 0.118 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, 1, -1 }, 75.56420, 0.00028, 0.045 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, 1, 1 }, 75.44521, 0.00025, 0.210 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, 2, 1 }, 76.36607, 0.00002, 0.055 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, -2, -1 }, 257.72089, 0.00007, 0.027 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, -2, 1 }, 257.08282, 0.00005, 0.097 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, -1, -1 }, 256.81932, 0.00035, 0.042 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, -1, 1 }, 258.68478, 0.00027, 0.334 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, 0, -1 }, 87.63921, 0.00005, 0.094 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, 0, 1 }, 240.47630, 0.00002, 0.062 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, 1, -1 }, 71.43023, 0.00006, 0.375 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, 1, 1 }, 70.77431, 0.00005, 0.034 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 1, 0, 0 }, 259.54684, 0.00017, 0.066 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 2, -2, 1 }, 262.13449, 0.00002, 0.069 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 2, -1, -1 }, 269.64559, 0.00022, 1.123 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 2, -1, 1 }, 268.81664, 0.00023, 0.036 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 2, 0, -1 }, 321.90583, 0.00023, 0.071 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 2, 0, 1 }, 245.91138, 0.00008, 0.024 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 3, -2, -2 }, 75.57123, 0.00003, 0.075 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 3, -2, 0 }, 262.11741, 0.00004, 0.074 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 3, -1, -2 }, 257.28555, 0.00002, 6.129 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 3, -1, 0 }, 257.28617, 0.00002, 0.037 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 4, -2, 1 }, 257.18505, 0.00001, 0.025 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 4, -1, -1 }, 257.18490, 0.00004, 0.039 }, + { { 0, 0, 3, 0, -1, -5, 0, 0, 2, 0, -1 }, 188.72979, 0.00005, 0.071 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, -2, 0, -1 }, 166.22546, 0.00005, 0.028 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, -2, 0, 1 }, 165.77733, 0.00010, 0.119 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, -2, 1, -1 }, 165.85211, 0.00002, 0.045 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, -2, 1, 1 }, 165.85211, 0.00002, 0.206 }, + { { 0, 0, 3, 0, 0, -4, 0, 0, 2, 0, -1 }, 272.72768, 0.00003, 0.071 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, -2, 0, -1 }, 176.80699, 0.00001, 0.028 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, -2, 0, 1 }, 176.80731, 0.00001, 0.119 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, 2, -1, -1 }, 179.90009, 0.00002, 1.045 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, 2, -1, 1 }, 179.90009, 0.00002, 0.036 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, 2, 0, -1 }, 180.00734, 0.00012, 0.070 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, 2, 0, 1 }, 179.99419, 0.00001, 0.024 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, -2, 0, -1 }, 76.91583, 0.00002, 0.028 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, -2, 0, 1 }, 76.94466, 0.00003, 0.119 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, -1, 0, 0 }, 120.95054, 0.00008, 0.107 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0 }, 306.37335, 0.00010, 0.065 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, -3 }, 49.93705, 0.00001, 0.080 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, -1 }, 229.93705, 0.00001, 0.070 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, -1, 0, 0 }, 293.27850, 0.00008, 0.076 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, -2, 0, 1 }, 242.33988, 0.00005, 0.086 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, -1, 0, 0 }, 323.29392, 0.00004, 0.079 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, -1, -1 }, 241.30370, 0.00004, 0.037 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, -1, 1 }, 240.06656, 0.00003, 11.532 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, 0, -1 }, 250.15478, 0.00003, 0.073 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, 0, 1 }, 250.15478, 0.00003, 0.076 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, 1, -1 }, 240.06656, 0.00003, 2.380 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, 1, 1 }, 241.30370, 0.00004, 0.038 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 1, 0, 0 }, 324.98685, 0.00005, 0.083 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 2, -1, -1 }, 247.03934, 0.00002, 0.456 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 2, -1, 1 }, 247.03908, 0.00002, 0.041 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 2, 0, -1 }, 247.06307, 0.00007, 0.090 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 2, 0, 1 }, 246.88748, 0.00002, 0.026 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, -2, 0, -1 }, 279.17335, 0.00003, 0.026 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, -2, 0, 1 }, 279.10397, 0.00015, 0.088 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, -2, 1, -1 }, 279.17345, 0.00005, 0.040 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, -2, 1, 1 }, 279.17345, 0.00005, 0.515 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 0, -1, -1 }, 277.20077, 0.00007, 0.037 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 0, -1, 1 }, 276.91325, 0.00006, 5.976 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 0, 0, -1 }, 279.71315, 0.00006, 0.075 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 0, 0, 1 }, 279.71315, 0.00006, 0.074 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 0, 1, -1 }, 276.91325, 0.00006, 6.017 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 0, 1, 1 }, 277.20077, 0.00007, 0.037 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 2, -1, -1 }, 279.17011, 0.00005, 0.515 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 2, -1, 1 }, 279.17011, 0.00005, 0.040 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 2, 0, -1 }, 279.10099, 0.00015, 0.088 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 2, 0, 1 }, 279.17021, 0.00003, 0.026 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -6, 3, -1 }, 286.78200, 0.00001, 0.021 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, -1, 1 }, 286.78191, 0.00002, 0.020 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 0, -1 }, 286.67506, 0.00010, 0.016 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 0, 1 }, 286.71100, 0.00027, 0.028 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 1, -1 }, 286.84523, 0.00023, 0.020 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 1, 1 }, 286.87248, 0.00046, 0.044 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 2, -1 }, 287.08754, 0.00015, 0.027 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 2, 1 }, 286.78265, 0.00004, 0.105 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -3, 0, -1 }, 286.78061, 0.00001, 0.020 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -3, 0, 1 }, 286.78061, 0.00001, 0.042 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, -2, -1 }, 286.31002, 0.00010, 0.015 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, -2, 1 }, 286.31640, 0.00013, 0.026 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, -1, -1 }, 286.41978, 0.00070, 0.019 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, -1, 1 }, 286.40026, 0.00150, 0.041 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 0, -1 }, 286.69718, 0.00453, 0.026 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 0, 1 }, 286.68417, 0.02346, 0.088 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 0, 3 }, 286.64097, 0.00009, 0.064 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 1, -1 }, 287.11261, 0.00618, 0.040 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 1, 1 }, 287.10965, 0.00503, 0.515 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 2, -1 }, 110.00408, 0.00001, 0.086 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 2, 1 }, 287.77781, 0.00037, 0.066 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 3, 1 }, 288.23989, 0.00004, 0.035 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -1, 0, -1 }, 106.70442, 0.00011, 0.039 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -1, 0, 1 }, 106.70524, 0.00012, 0.949 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -3, -1 }, 284.96336, 0.00009, 0.019 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -3, 1 }, 284.43207, 0.00002, 0.038 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -2, -1 }, 285.03235, 0.00095, 0.025 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -2, 1 }, 284.90345, 0.00046, 0.076 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -1, -1 }, 285.10406, 0.00804, 0.037 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -1, 1 }, 284.85089, 0.00710, 6.017 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -1, 3 }, 284.85172, 0.00002, 0.037 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 0, -1 }, 287.22930, 0.00762, 0.074 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 0, 1 }, 287.22951, 0.00762, 0.075 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 1, -3 }, 284.85184, 0.00002, 0.037 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 1, -1 }, 284.85097, 0.00710, 5.977 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 1, 1 }, 285.10433, 0.00804, 0.037 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 2, -1 }, 284.90024, 0.00046, 0.076 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 2, 1 }, 285.03268, 0.00095, 0.025 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 3, -1 }, 284.43244, 0.00002, 0.038 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 3, 1 }, 284.96379, 0.00009, 0.019 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 1, 0, -1 }, 106.70530, 0.00012, 0.948 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 1, 0, 1 }, 106.70450, 0.00011, 0.039 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -3, -1 }, 288.24107, 0.00004, 0.035 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -2, -1 }, 287.77888, 0.00037, 0.066 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -2, 1 }, 110.07367, 0.00001, 0.086 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -1, -1 }, 287.11109, 0.00503, 0.515 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -1, 1 }, 287.11427, 0.00619, 0.040 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 0, -3 }, 286.64344, 0.00009, 0.064 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 0, -1 }, 286.68658, 0.02348, 0.088 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 0, 1 }, 286.69867, 0.00453, 0.026 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 1, -1 }, 286.40242, 0.00151, 0.041 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 1, 1 }, 286.42134, 0.00070, 0.019 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 2, -1 }, 286.31844, 0.00013, 0.026 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 2, 1 }, 286.31169, 0.00010, 0.015 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 3, 0, -1 }, 286.78436, 0.00001, 0.042 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 3, 0, 1 }, 286.78436, 0.00001, 0.020 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, -2, -1 }, 286.78363, 0.00004, 0.105 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, -2, 1 }, 287.08910, 0.00015, 0.027 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, -1, -1 }, 286.87472, 0.00046, 0.044 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, -1, 1 }, 286.84690, 0.00023, 0.020 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, 0, -1 }, 286.71335, 0.00027, 0.028 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, 0, 1 }, 286.67805, 0.00010, 0.016 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, 1, -1 }, 286.78391, 0.00002, 0.020 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 6, -3, 1 }, 286.78362, 0.00001, 0.021 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, -1, -1 }, 272.68521, 0.00001, 0.020 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, 0, -1 }, 272.66388, 0.00009, 0.026 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, 0, 1 }, 272.67988, 0.00042, 0.091 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, 1, -1 }, 272.74989, 0.00012, 0.041 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, 1, 1 }, 272.82171, 0.00010, 0.451 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -1, 0, 0 }, 353.55877, 0.00006, 0.083 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, -1, -1 }, 271.00538, 0.00012, 0.038 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, -1, 1 }, 270.80391, 0.00011, 2.247 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, 0, -1 }, 272.59085, 0.00009, 0.076 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, 0, 1 }, 272.51590, 0.00011, 0.073 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, 1, -1 }, 270.64173, 0.00010, 8.973 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, 1, 1 }, 270.88111, 0.00011, 0.037 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 1, 0, 0 }, 353.41690, 0.00021, 0.079 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, -1, -1 }, 272.61923, 0.00008, 0.601 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, -1, 1 }, 272.53495, 0.00009, 0.040 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, 0, -1 }, 272.13301, 0.00030, 0.086 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, 0, 1 }, 272.29995, 0.00005, 0.026 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, -1, -1 }, 300.52749, 0.00003, 0.020 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, -1, 1 }, 300.50527, 0.00005, 0.042 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, 0, -1 }, 300.57766, 0.00016, 0.027 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, 0, 1 }, 300.55061, 0.00064, 0.095 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, 1, -1 }, 300.51051, 0.00019, 0.042 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, 1, 1 }, 300.46992, 0.00016, 0.364 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -1, 0, 0 }, 23.77848, 0.00008, 0.087 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, -2, -1 }, 301.03870, 0.00001, 0.026 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, -1, -1 }, 300.89623, 0.00015, 0.039 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, -1, 1 }, 301.02336, 0.00015, 1.024 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, 0, -1 }, 300.21969, 0.00013, 0.079 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, 0, 1 }, 300.59418, 0.00016, 0.070 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, 1, -1 }, 301.23026, 0.00010, 1.555 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, 1, 1 }, 301.21400, 0.00010, 0.036 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, 2, 1 }, 301.03055, 0.00001, 0.025 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, -2, 0 }, 24.02444, 0.00002, 0.075 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, -1, -1 }, 301.28450, 0.00001, 0.074 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, -1, 0 }, 204.01481, 0.00009, 12.968 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, -1, 1 }, 301.28450, 0.00001, 0.075 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, 0, -2 }, 24.02228, 0.00001, 0.073 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, 0, -1 }, 302.24117, 0.00003, 4.101 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, 0, 0 }, 24.01488, 0.00171, 0.076 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, 0, 1 }, 302.24104, 0.00003, 0.038 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, 1, 0 }, 24.01480, 0.00009, 0.038 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, -1, -1 }, 301.84689, 0.00006, 0.884 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, -1, 1 }, 298.94253, 0.00010, 0.039 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, 0, -1 }, 302.03997, 0.00038, 0.082 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, 0, 1 }, 301.74710, 0.00005, 0.026 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, 1, -1 }, 302.15757, 0.00002, 0.039 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 3, -1, 0 }, 24.01480, 0.00002, 0.041 }, + { { 0, 0, 4, -6, 2, 0, 0, 0, 1, 0, 0 }, 256.79940, 0.00002, 0.075 }, + { { 0, 0, 4, -6, 3, 0, 0, 0, 1, 0, 0 }, 56.80519, 0.00002, 0.074 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -2, -1, -1 }, 155.91215, 0.00002, 0.020 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -2, -1, 1 }, 156.24453, 0.00002, 0.043 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -2, 0, -1 }, 155.44885, 0.00012, 0.027 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -2, 0, 1 }, 156.03822, 0.00041, 0.100 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -2, 1, -1 }, 155.95854, 0.00013, 0.042 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -2, 1, 1 }, 156.13025, 0.00012, 0.305 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -1, 0, 0 }, 56.04727, 0.00002, 0.091 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, -1, -1 }, 153.30249, 0.00014, 0.039 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, -1, 1 }, 153.35986, 0.00013, 0.663 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, 0, -1 }, 154.25072, 0.00009, 0.083 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, 0, 1 }, 154.04056, 0.00008, 0.068 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, 1, -1 }, 153.48393, 0.00008, 0.851 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, 1, 1 }, 152.98784, 0.00008, 0.036 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 1, -1, 0 }, 56.04727, 0.00004, 2.200 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 1, 0, 0 }, 236.04793, 0.00071, 0.073 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 1, 1, 0 }, 236.04727, 0.00004, 0.037 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, -2, -1 }, 331.69625, 0.00002, 0.072 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, -2, 1 }, 331.69466, 0.00002, 0.077 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, -1, -1 }, 331.39422, 0.00017, 1.669 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, -1, 1 }, 331.33642, 0.00016, 0.038 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, 0, -1 }, 331.59144, 0.00016, 0.079 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, 0, 1 }, 330.99838, 0.00003, 0.025 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -2, -1, -1 }, 204.59430, 0.00001, 0.020 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -2, 0, -1 }, 203.70981, 0.00007, 0.028 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -2, 0, 1 }, 205.40255, 0.00023, 0.106 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -2, 1, -1 }, 204.67792, 0.00008, 0.043 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -2, 1, 1 }, 204.44128, 0.00007, 0.262 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -1, 0, 0 }, 96.84682, 0.00001, 0.095 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -1, 0, 2 }, 276.84682, 0.00001, 0.061 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, -2, -1 }, 2.17095, 0.00002, 0.026 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, -1, -1 }, 354.33510, 0.00011, 0.040 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, -1, 1 }, 355.64672, 0.00011, 0.490 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, 0, -1 }, 189.61665, 0.00007, 0.087 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, 1, -1 }, 194.13956, 0.00003, 0.586 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, 1, 1 }, 192.91271, 0.00006, 0.035 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 1, 0, 0 }, 278.78553, 0.00020, 0.070 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, -2, -1 }, 191.36036, 0.00001, 0.075 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, -2, 1 }, 358.56478, 0.00006, 0.074 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, -1, -1 }, 181.90665, 0.00096, 14.813 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, -1, 1 }, 182.00791, 0.00089, 0.037 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, 0, -1 }, 0.57928, 0.00105, 0.076 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, 0, 1 }, 182.62004, 0.00008, 0.025 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, 1, -1 }, 0.66335, 0.00006, 0.038 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 4, -2, 1 }, 181.96063, 0.00002, 0.026 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 4, -1, -1 }, 181.97431, 0.00003, 0.041 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, -2, 0, -1 }, 76.19426, 0.00002, 0.028 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, -2, 0, 1 }, 76.69060, 0.00004, 0.112 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, -1, 0, 0 }, 128.56316, 0.00002, 0.100 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 1, 0, 0 }, 310.14809, 0.00018, 0.068 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 2, 0, -1 }, 20.93296, 0.00006, 0.073 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, -2, 0, -1 }, 154.68866, 0.00001, 0.028 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, -2, 0, 1 }, 154.68917, 0.00001, 0.119 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 1, 0, 0 }, 338.13239, 0.00002, 0.065 }, + { { 0, 0, 4, 0, -6, 0, 0, 0, 2, 0, -1 }, 200.62885, 0.00006, 0.068 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, -2, 0, -1 }, 183.49645, 0.00001, 0.029 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, -2, 0, 1 }, 183.49734, 0.00001, 0.129 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 0, 0, -1 }, 6.74177, 0.00001, 0.102 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 0, 0, 1 }, 6.74177, 0.00001, 0.059 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 1, 0, 0 }, 279.54852, 0.00004, 0.063 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 2, -1, -1 }, 190.26607, 0.00005, 0.611 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 2, -1, 1 }, 190.26648, 0.00005, 0.035 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 2, 0, -1 }, 190.34114, 0.00021, 0.067 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 2, 0, 1 }, 10.28636, 0.00003, 0.024 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, -2, 0, -1 }, 166.88722, 0.00004, 0.029 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, -2, 0, 1 }, 166.75443, 0.00007, 0.131 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, -2, 1, -1 }, 166.74151, 0.00002, 0.047 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, -2, 1, 1 }, 166.74151, 0.00002, 0.178 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 0, -1, -1 }, 5.67760, 0.00001, 0.043 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 0, 0, -1 }, 5.44148, 0.00001, 0.102 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 0, 1, -1 }, 172.79684, 0.00001, 0.286 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 0, 1, 1 }, 172.86597, 0.00001, 0.033 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 2, -1, -1 }, 179.01552, 0.00011, 0.581 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 2, -1, 1 }, 179.14628, 0.00014, 0.035 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 2, 0, -1 }, 179.83524, 0.00061, 0.067 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 2, 0, 1 }, 359.34027, 0.00005, 0.024 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 2, 1, -1 }, 179.78045, 0.00004, 0.035 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 2, 1, 1 }, 359.48728, 0.00001, 0.018 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, -2, 0, -1 }, 64.13628, 0.00004, 0.029 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, -2, 0, 1 }, 64.03933, 0.00006, 0.132 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, -2, 1, -1 }, 64.05878, 0.00002, 0.047 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, -2, 1, 1 }, 64.05878, 0.00002, 0.176 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 1, 0, 0 }, 259.10915, 0.00003, 0.062 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 2, -1, -1 }, 27.72385, 0.00002, 0.554 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 2, -1, 1 }, 27.72374, 0.00002, 0.035 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 2, 0, -1 }, 357.85323, 0.00004, 0.066 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 2, 0, 1 }, 209.84084, 0.00001, 0.024 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, -2, 0, -1 }, 331.11556, 0.00003, 0.029 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, -2, 0, 1 }, 331.20380, 0.00005, 0.134 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, -2, 1, -1 }, 331.22581, 0.00001, 0.047 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, -2, 1, 1 }, 331.22581, 0.00001, 0.173 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, -1, 0, 0 }, 263.61835, 0.00004, 0.076 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, 1, 0, 0 }, 295.52657, 0.00002, 0.083 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -2, 0, -1 }, 243.82160, 0.00006, 0.026 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -2, 0, 1 }, 243.68108, 0.00023, 0.090 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -2, 1, -1 }, 244.12750, 0.00006, 0.041 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -2, 1, 1 }, 244.05580, 0.00006, 0.464 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -1, 0, 0 }, 324.40920, 0.00002, 0.082 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, -1, -1 }, 241.55902, 0.00007, 0.038 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, -1, 1 }, 241.14494, 0.00006, 2.621 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, 0, -1 }, 244.77103, 0.00007, 0.076 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, 0, 1 }, 244.81396, 0.00007, 0.073 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, 1, -1 }, 241.14494, 0.00006, 20.797 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, 1, 1 }, 241.55902, 0.00007, 0.037 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 1, 0, 0 }, 324.00025, 0.00009, 0.079 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 2, -1, -1 }, 243.52480, 0.00005, 0.579 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 2, -1, 1 }, 243.60174, 0.00005, 0.040 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 2, 0, -1 }, 243.04897, 0.00018, 0.087 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 2, 0, 1 }, 243.27034, 0.00003, 0.026 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -2, 0, -1 }, 271.97892, 0.00006, 0.027 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -2, 0, 1 }, 271.97608, 0.00020, 0.095 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -2, 1, -1 }, 271.98089, 0.00007, 0.041 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -2, 1, 1 }, 271.98091, 0.00007, 0.372 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -1, 0, 0 }, 354.13481, 0.00004, 0.086 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 0, -1, -1 }, 271.92907, 0.00006, 0.039 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 0, -1, 1 }, 271.81280, 0.00003, 1.095 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 0, 0, -1 }, 272.03777, 0.00006, 0.079 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 0, 0, 1 }, 272.04212, 0.00005, 0.071 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 0, 1, -1 }, 271.81280, 0.00003, 1.725 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 0, 1, 1 }, 271.92907, 0.00006, 0.036 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 1, -2, 0 }, 354.27675, 0.00004, 0.075 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 1, -1, 0 }, 174.30635, 0.00004, 7.118 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 1, 0, 0 }, 354.30635, 0.00066, 0.076 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 1, 1, 0 }, 354.30635, 0.00004, 0.038 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 2, -1, -1 }, 273.09771, 0.00003, 0.837 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 2, -1, 1 }, 273.09781, 0.00003, 0.039 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 2, 0, -1 }, 273.03444, 0.00013, 0.083 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 2, 0, 1 }, 273.14999, 0.00002, 0.026 }, + { { 0, 0, 5, -8, 2, 0, 0, 0, 1, 0, -2 }, 60.91191, 0.00001, 0.074 }, + { { 0, 0, 5, -8, 2, 0, 0, 0, 1, 0, 0 }, 240.91191, 0.00001, 0.075 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -4, 0, -1 }, 4.55970, 0.00003, 0.016 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -4, 0, 1 }, 184.56866, 0.00002, 0.029 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -4, 1, -1 }, 184.44031, 0.00002, 0.021 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, -1, -1 }, 184.72649, 0.00007, 0.020 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, -1, 1 }, 184.51167, 0.00010, 0.042 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 0, -1 }, 184.84987, 0.00043, 0.027 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 0, 1 }, 184.82589, 0.00157, 0.097 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 1, -1 }, 185.29548, 0.00042, 0.042 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 1, 1 }, 185.29529, 0.00035, 0.340 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 2, 1 }, 185.80933, 0.00004, 0.062 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, -2, -1 }, 184.40740, 0.00002, 0.026 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, -1, -1 }, 185.78161, 0.00016, 0.039 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, -1, 1 }, 185.68203, 0.00017, 0.858 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, 0, -1 }, 188.40541, 0.00008, 0.080 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, 0, 1 }, 188.68026, 0.00007, 0.069 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, 1, -1 }, 191.24297, 0.00004, 1.201 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, 1, 1 }, 191.69022, 0.00005, 0.036 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 1, 0, 0 }, 8.17354, 0.00012, 0.075 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 2, -1, -1 }, 4.82415, 0.00004, 1.062 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 2, -1, 1 }, 3.13758, 0.00002, 0.039 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 2, 0, -1 }, 1.24120, 0.00022, 0.081 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, -1, -1 }, 126.45031, 0.00001, 0.020 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, 0, -1 }, 126.41498, 0.00008, 0.027 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, 0, 1 }, 126.53417, 0.00024, 0.100 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, 1, -1 }, 126.46274, 0.00008, 0.042 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, 1, 1 }, 126.42503, 0.00007, 0.311 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -1, 0, 0 }, 24.42966, 0.00002, 0.090 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, -1, -1 }, 124.36141, 0.00006, 0.039 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, -1, 1 }, 124.38606, 0.00006, 0.692 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, 0, -1 }, 124.00421, 0.00007, 0.082 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, 0, 1 }, 123.80253, 0.00006, 0.068 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, 1, -1 }, 124.05358, 0.00005, 0.900 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, 1, 1 }, 124.06183, 0.00005, 0.036 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 1, -1, 0 }, 24.42966, 0.00004, 2.556 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 1, 0, 0 }, 204.43017, 0.00068, 0.073 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 1, 1, 0 }, 204.42966, 0.00004, 0.037 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, -1, -1 }, 302.07474, 0.00007, 1.509 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, -1, 1 }, 302.07463, 0.00007, 0.038 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, 0, -1 }, 303.13187, 0.00009, 0.079 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, 0, 1 }, 303.15968, 0.00001, 0.025 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -2, 0, -1 }, 165.46641, 0.00004, 0.028 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -2, 0, 1 }, 166.52559, 0.00011, 0.105 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -2, 1, -1 }, 165.97331, 0.00004, 0.043 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -2, 1, 1 }, 165.97510, 0.00004, 0.267 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -1, 0, 0 }, 57.81824, 0.00001, 0.095 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -1, 0, 2 }, 237.81824, 0.00001, 0.061 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, -2, -1 }, 331.75898, 0.00006, 0.026 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, -2, 1 }, 331.66657, 0.00005, 0.089 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, -1, -1 }, 331.21790, 0.00037, 0.040 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, -1, 1 }, 331.31989, 0.00030, 0.506 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, 0, -1 }, 158.37537, 0.00005, 0.086 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, 0, 1 }, 329.44876, 0.00005, 0.066 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, 1, -1 }, 157.84408, 0.00002, 0.609 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, 1, 1 }, 157.26517, 0.00003, 0.035 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 1, -1, 0 }, 57.26799, 0.00002, 1.084 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 1, 0, 0 }, 237.26799, 0.00030, 0.071 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 1, 1, 0 }, 237.26799, 0.00002, 0.036 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -3, -1 }, 332.46199, 0.00004, 0.038 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -2, -1 }, 332.23497, 0.00023, 0.075 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -2, 1 }, 331.94551, 0.00038, 0.074 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -1, -1 }, 151.74303, 0.00195, 7.641 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -1, 1 }, 151.74010, 0.00190, 0.037 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, 0, -1 }, 331.60307, 0.00058, 0.076 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, 0, 1 }, 151.71444, 0.00022, 0.025 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, 1, -1 }, 331.61469, 0.00004, 0.038 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, 1, 1 }, 151.74173, 0.00002, 0.019 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 4, -3, 1 }, 331.47829, 0.00002, 0.040 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 4, -2, -1 }, 331.50746, 0.00003, 0.088 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 4, -2, 1 }, 151.78660, 0.00003, 0.026 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 4, -1, -1 }, 151.74195, 0.00007, 0.041 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 4, -1, 1 }, 151.74327, 0.00003, 0.019 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, -2, 0, -1 }, 141.05637, 0.00001, 0.028 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, -2, 0, 1 }, 133.21127, 0.00003, 0.111 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, -1, -1 }, 5.14327, 0.00002, 0.041 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, -1, 1 }, 7.05245, 0.00001, 0.399 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, 0, -1 }, 1.93102, 0.00002, 0.090 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, 1, 1 }, 171.14068, 0.00001, 0.034 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 1, 0, 0 }, 282.35454, 0.00013, 0.068 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, -1, -1 }, 178.56771, 0.00007, 2.495 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, -1, 1 }, 179.55223, 0.00013, 0.037 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, 0, -1 }, 180.91357, 0.00096, 0.073 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, 0, 1 }, 0.27708, 0.00002, 0.025 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, 1, -1 }, 180.89782, 0.00005, 0.037 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 1, 0, 0 }, 309.94998, 0.00011, 0.066 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 2, 0, -1 }, 26.45893, 0.00004, 0.070 }, + { { 0, 0, 5, 0, -6, 0, 0, 0, 2, 0, -1 }, 190.05169, 0.00004, 0.063 }, + { { 0, 0, 5, 0, -6, 0, 0, 0, 2, 0, 1 }, 10.05168, 0.00001, 0.023 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 2, -1, -1 }, 178.91020, 0.00002, 0.379 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 2, -1, 1 }, 178.91165, 0.00002, 0.034 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 2, 0, -1 }, 179.15638, 0.00010, 0.063 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 2, 0, 1 }, 359.08914, 0.00003, 0.023 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, -1, 0, 0 }, 234.19970, 0.00003, 0.075 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, 0, 0, -1 }, 186.11080, 0.00001, 0.072 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, 0, 0, 1 }, 186.11080, 0.00001, 0.077 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, -2, 0, -1 }, 214.83277, 0.00003, 0.026 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, -2, 0, 1 }, 214.75907, 0.00015, 0.090 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, -2, 1, -1 }, 214.85234, 0.00005, 0.040 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, -2, 1, 1 }, 214.85234, 0.00005, 0.478 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, -1, -1 }, 212.31583, 0.00005, 0.038 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, -1, 1 }, 211.81821, 0.00004, 3.142 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, 0, -1 }, 216.52098, 0.00005, 0.075 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, 0, 1 }, 216.52098, 0.00005, 0.074 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, 1, -1 }, 211.81821, 0.00004, 65.431 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, 1, 1 }, 212.31583, 0.00005, 0.037 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 1, 0, 0 }, 298.07763, 0.00003, 0.080 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 2, -1, -1 }, 214.26167, 0.00004, 0.559 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 2, -1, 1 }, 214.26172, 0.00004, 0.040 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 2, 0, -1 }, 214.17682, 0.00012, 0.087 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 2, 0, 1 }, 214.30318, 0.00002, 0.026 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, -2, 0, -1 }, 243.25334, 0.00002, 0.027 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, -2, 0, 1 }, 243.25531, 0.00007, 0.094 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, -2, 1, -1 }, 243.25420, 0.00003, 0.041 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, -2, 1, 1 }, 243.25421, 0.00003, 0.381 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, -1, 0, 0 }, 324.86200, 0.00001, 0.086 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, -1, 0, 2 }, 324.86200, 0.00001, 0.066 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, -1, -1 }, 242.65243, 0.00002, 0.038 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, -1, 1 }, 242.37240, 0.00001, 1.177 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, 0, -1 }, 243.67249, 0.00002, 0.078 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, 0, 1 }, 243.67249, 0.00002, 0.071 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, 1, -1 }, 242.37240, 0.00001, 1.937 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, 1, 1 }, 242.65243, 0.00002, 0.037 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 1, 0, 0 }, 324.93469, 0.00026, 0.077 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 2, 0, -1 }, 243.81577, 0.00003, 0.083 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -2, 0, -1 }, 97.36561, 0.00004, 0.027 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -2, 0, 1 }, 97.49062, 0.00012, 0.099 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -2, 1, -1 }, 97.48485, 0.00004, 0.042 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -2, 1, 1 }, 97.48494, 0.00004, 0.317 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -1, 0, 0 }, 175.77572, 0.00001, 0.090 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -1, 0, 2 }, 355.77572, 0.00001, 0.064 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 0, -1, -1 }, 95.03541, 0.00004, 0.039 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 0, -1, 1 }, 95.24687, 0.00002, 0.724 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 0, 0, -1 }, 96.11225, 0.00005, 0.082 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 0, 0, 1 }, 96.11360, 0.00005, 0.068 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 0, 1, -1 }, 95.24687, 0.00002, 0.954 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 0, 1, 1 }, 95.03541, 0.00004, 0.036 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 1, -1, 0 }, 354.33538, 0.00003, 3.050 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 1, 0, 0 }, 174.33592, 0.00053, 0.074 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 1, 1, 0 }, 174.33538, 0.00003, 0.037 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 2, -1, -1 }, 273.03570, 0.00003, 1.378 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 2, -1, 1 }, 273.03532, 0.00003, 0.038 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 2, 0, -1 }, 274.88069, 0.00003, 0.080 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, -2, 0, -1 }, 132.10633, 0.00002, 0.027 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, -2, 0, 1 }, 132.78090, 0.00005, 0.105 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, -2, -1 }, 122.35240, 0.00002, 0.026 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, -2, 1 }, 302.36430, 0.00004, 0.088 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, -1, -1 }, 122.54500, 0.00027, 0.040 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, -1, 1 }, 122.56654, 0.00025, 0.523 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, 0, -1 }, 125.89844, 0.00001, 0.086 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, 0, 1 }, 123.04855, 0.00005, 0.066 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, 1, -1 }, 127.23506, 0.00001, 0.633 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, 1, 1 }, 127.23506, 0.00001, 0.035 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 1, 0, 0 }, 205.88897, 0.00027, 0.071 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -3, -1 }, 301.87158, 0.00005, 0.037 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -2, -1 }, 302.35157, 0.00049, 0.074 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -2, 1 }, 302.31968, 0.00037, 0.075 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -1, -1 }, 302.33599, 0.00142, 5.148 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -1, 1 }, 302.33692, 0.00150, 0.038 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, 0, -1 }, 302.40019, 0.00043, 0.077 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, 0, 1 }, 302.34852, 0.00020, 0.025 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, 1, -1 }, 302.41394, 0.00002, 0.038 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, 1, 1 }, 302.33622, 0.00002, 0.019 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 4, -3, 1 }, 302.57727, 0.00002, 0.040 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 4, -2, -1 }, 302.36093, 0.00006, 0.089 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 4, -2, 1 }, 302.35512, 0.00005, 0.026 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 4, -1, -1 }, 302.33657, 0.00005, 0.041 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 4, -1, 1 }, 302.33867, 0.00002, 0.019 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, -2, 0, -1 }, 82.72750, 0.00002, 0.028 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, -2, 0, 1 }, 82.64325, 0.00006, 0.107 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, -2, 1, -1 }, 82.66059, 0.00001, 0.044 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, -2, 1, 1 }, 82.66059, 0.00001, 0.254 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, 0, 0, -1 }, 83.91621, 0.00001, 0.088 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, 0, 0, 1 }, 83.91621, 0.00001, 0.065 }, + { { 0, 0, 6, -7, -2, 0, 0, 0, 2, 0, -1 }, 97.56390, 0.00002, 0.074 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, -2, 0, -1 }, 123.01217, 0.00001, 0.028 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, -2, 0, 1 }, 123.04011, 0.00001, 0.111 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 0, -1, -1 }, 333.92053, 0.00002, 0.041 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 0, -1, 1 }, 334.91437, 0.00001, 0.409 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 0, 0, -1 }, 332.58745, 0.00003, 0.090 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 1, 0, 0 }, 239.88461, 0.00018, 0.068 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, -1, -1 }, 149.48878, 0.00005, 2.964 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, -1, 1 }, 150.68872, 0.00012, 0.037 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, 0, -1 }, 151.69199, 0.00117, 0.074 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, 1, -1 }, 151.68611, 0.00006, 0.037 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 0, -1, -1 }, 228.80481, 0.00002, 0.042 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 0, -1, 1 }, 228.80483, 0.00001, 0.336 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 1, 0, 0 }, 283.25588, 0.00008, 0.066 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 2, -1, -1 }, 179.90902, 0.00005, 1.151 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 2, -1, 1 }, 179.90903, 0.00005, 0.036 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 2, 0, -1 }, 180.60983, 0.00024, 0.071 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 2, 0, 1 }, 0.55831, 0.00002, 0.024 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, 1, 0, 0 }, 309.73158, 0.00007, 0.064 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, 2, 0, -1 }, 28.64065, 0.00003, 0.068 }, + { { 0, 0, 6, 0, -6, 0, 0, 0, 2, 0, -1 }, 178.11715, 0.00002, 0.059 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, -2, 0, 1 }, 175.61736, 0.00001, 0.081 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, -2, 0, 3 }, 355.61736, 0.00001, 0.069 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 0, -1, -1 }, 355.61736, 0.00001, 0.036 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 0, -1, 1 }, 355.61736, 0.00001, 1.200 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 0, 0, -1 }, 355.61736, 0.00002, 0.069 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 0, 0, 1 }, 355.61736, 0.00002, 0.081 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 0, 1, -1 }, 355.61736, 0.00001, 0.857 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 0, 1, 1 }, 355.61736, 0.00001, 0.039 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 2, -1, -1 }, 355.61736, 0.00005, 0.340 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 2, -1, 1 }, 355.61736, 0.00005, 0.042 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 2, 0, -1 }, 355.61736, 0.00015, 0.097 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 2, 0, 1 }, 355.61736, 0.00004, 0.027 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, -1, 0, 0 }, 204.39274, 0.00007, 0.075 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, 2, 0, -1 }, 258.20514, 0.00004, 0.097 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, 2, 0, 1 }, 257.64306, 0.00001, 0.027 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, -2, 0, -1 }, 185.84606, 0.00003, 0.026 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, -2, 0, 1 }, 185.84609, 0.00014, 0.089 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, -2, 1, -1 }, 185.85829, 0.00005, 0.040 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, -2, 1, 1 }, 185.85826, 0.00005, 0.493 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, -1, -1 }, 183.22892, 0.00006, 0.038 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, -1, 1 }, 182.79535, 0.00005, 3.924 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, 0, -1 }, 186.98280, 0.00005, 0.075 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, 0, 1 }, 186.98280, 0.00005, 0.074 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, 1, -1 }, 182.79535, 0.00005, 12.714 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, 1, 1 }, 183.22892, 0.00006, 0.037 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 2, -1, -1 }, 185.33581, 0.00004, 0.540 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 2, -1, 1 }, 185.33563, 0.00004, 0.040 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 2, 0, -1 }, 185.38990, 0.00013, 0.088 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 2, 0, 1 }, 185.40528, 0.00003, 0.026 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, -2, 0, 1 }, 214.45579, 0.00003, 0.094 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, 1, 0, 0 }, 295.71317, 0.00010, 0.077 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, -2, 0, -1 }, 68.92568, 0.00003, 0.027 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, -2, 0, 1 }, 68.99195, 0.00008, 0.098 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, -2, 1, -1 }, 68.94480, 0.00003, 0.042 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, -2, 1, 1 }, 68.94489, 0.00003, 0.323 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, -1, -1 }, 66.38955, 0.00002, 0.039 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, -1, 1 }, 66.63061, 0.00001, 0.759 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, 0, -1 }, 67.69159, 0.00002, 0.081 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, 0, 1 }, 67.69159, 0.00002, 0.069 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, 1, -1 }, 66.63061, 0.00001, 1.016 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, 1, 1 }, 66.38955, 0.00002, 0.036 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 1, -1, 0 }, 324.57725, 0.00002, 3.781 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 1, 0, 0 }, 144.57791, 0.00038, 0.074 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 1, 1, 0 }, 144.57725, 0.00002, 0.037 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 0, -1, -1 }, 93.12670, 0.00004, 0.040 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 0, -1, 1 }, 93.12670, 0.00004, 0.541 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 1, 0, 0 }, 175.08489, 0.00019, 0.071 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, -2, -1 }, 273.62506, 0.00003, 0.074 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, -2, 1 }, 273.62506, 0.00003, 0.075 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, -1, -1 }, 273.12670, 0.00022, 3.882 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, -1, 1 }, 273.12670, 0.00022, 0.038 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, 0, -1 }, 273.47153, 0.00014, 0.077 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, 0, 1 }, 273.12670, 0.00003, 0.025 }, + { { 0, 0, 7, -10, 1, 0, 0, 0, 2, -2, -1 }, 124.26595, 0.00001, 0.074 }, + { { 0, 0, 7, -10, 1, 0, 0, 0, 2, -2, 1 }, 124.26595, 0.00001, 0.075 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 0, -1, -1 }, 301.73396, 0.00002, 0.041 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 0, 0, -1 }, 303.12384, 0.00004, 0.089 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 1, 0, 0 }, 206.60643, 0.00016, 0.069 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, -1, -1 }, 119.50567, 0.00003, 3.649 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, -1, 1 }, 121.73392, 0.00009, 0.037 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, 0, -1 }, 122.63781, 0.00116, 0.074 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, 0, 1 }, 302.28313, 0.00001, 0.025 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, 1, -1 }, 122.63544, 0.00006, 0.037 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 1, 0, 0 }, 241.33575, 0.00011, 0.066 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 2, -1, -1 }, 151.12432, 0.00004, 1.241 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 2, -1, 1 }, 151.22240, 0.00006, 0.036 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 2, 0, -1 }, 151.49705, 0.00027, 0.071 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 2, 0, 1 }, 331.38645, 0.00002, 0.024 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 2, 1, -1 }, 151.48993, 0.00002, 0.037 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 0, 0, -1 }, 177.98594, 0.00001, 0.099 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 0, 0, 1 }, 177.98594, 0.00001, 0.060 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 1, 0, 0 }, 283.88430, 0.00006, 0.064 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 2, -1, -1 }, 180.07257, 0.00003, 0.748 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 2, -1, 1 }, 180.07257, 0.00003, 0.035 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 2, 0, -1 }, 180.41766, 0.00010, 0.069 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 2, 0, 1 }, 0.41627, 0.00001, 0.024 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, 1, 0, 0 }, 309.35199, 0.00004, 0.062 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, 2, 0, -1 }, 29.84111, 0.00002, 0.066 }, + { { 0, 0, 8, -19, 0, 0, 0, 0, -2, 0, 1 }, 208.12327, 0.00001, 0.075 }, + { { 0, 0, 8, -19, 0, 0, 0, 0, -2, 0, 3 }, 28.12327, 0.00001, 0.074 }, + { { 0, 0, 8, -17, 0, 0, 0, 0, -1, 0, 0 }, 354.86158, 0.00008, 0.075 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -4, 0, 1 }, 252.68044, 0.00003, 0.028 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -4, 1, -1 }, 252.68044, 0.00001, 0.020 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -4, 1, 1 }, 252.68044, 0.00004, 0.044 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -4, 2, -1 }, 252.68044, 0.00001, 0.027 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, -1, -1 }, 252.68044, 0.00006, 0.019 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, -1, 1 }, 252.68044, 0.00014, 0.041 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, 0, -1 }, 252.68044, 0.00043, 0.026 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, 0, 1 }, 252.68044, 0.00228, 0.088 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, 1, -1 }, 252.68044, 0.00074, 0.040 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, 1, 1 }, 252.68044, 0.00064, 0.515 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, 2, -1 }, 72.68044, 0.00001, 0.086 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, 2, 1 }, 252.68044, 0.00007, 0.066 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 0, -2, -1 }, 72.68044, 0.00003, 0.025 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 0, -1, -1 }, 72.68044, 0.00009, 0.037 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 0, -1, 1 }, 72.68044, 0.00007, 5.996 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 0, 0, -1 }, 72.68044, 0.00013, 0.075 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 0, 0, 1 }, 72.68044, 0.00013, 0.075 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 0, 1, -1 }, 72.68044, 0.00007, 5.997 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 0, 1, 1 }, 72.68044, 0.00009, 0.037 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 0, 2, 1 }, 72.68044, 0.00003, 0.025 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, -2, -1 }, 252.68044, 0.00007, 0.066 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, -2, 1 }, 72.68044, 0.00001, 0.086 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, -1, -1 }, 252.68044, 0.00064, 0.515 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, -1, 1 }, 252.68044, 0.00074, 0.040 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, 0, -1 }, 252.68044, 0.00228, 0.088 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, 0, 1 }, 252.68044, 0.00043, 0.026 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, 1, -1 }, 252.68044, 0.00014, 0.041 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, 1, 1 }, 252.68044, 0.00006, 0.019 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 4, -2, 1 }, 252.68044, 0.00001, 0.027 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 4, -1, -1 }, 252.68044, 0.00004, 0.044 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 4, -1, 1 }, 252.68044, 0.00001, 0.020 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 4, 0, -1 }, 252.68044, 0.00003, 0.028 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, -1, -1 }, 156.85454, 0.00002, 0.019 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, -1, 1 }, 156.82674, 0.00004, 0.041 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, 0, -1 }, 156.61961, 0.00014, 0.026 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, 0, 1 }, 156.64435, 0.00069, 0.089 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, 1, -1 }, 157.35257, 0.00018, 0.040 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, 1, 1 }, 157.33976, 0.00016, 0.509 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, -2, -1 }, 154.16377, 0.00003, 0.025 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, -2, 1 }, 153.44089, 0.00001, 0.077 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, -1, -1 }, 154.02735, 0.00025, 0.038 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, -1, 1 }, 153.75828, 0.00022, 5.222 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 0, -1 }, 156.78302, 0.00022, 0.075 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 0, 1 }, 156.76491, 0.00022, 0.074 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 1, -1 }, 153.71382, 0.00022, 7.041 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 1, 1 }, 153.98444, 0.00024, 0.037 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 2, -1 }, 153.44710, 0.00001, 0.076 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 2, 1 }, 154.16453, 0.00003, 0.025 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, -1, -1 }, 157.20732, 0.00015, 0.522 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, -1, 1 }, 157.21869, 0.00018, 0.040 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, 0, -1 }, 156.49498, 0.00067, 0.088 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, 0, 1 }, 156.47816, 0.00014, 0.026 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, 1, -1 }, 156.66446, 0.00004, 0.041 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, 1, 1 }, 156.69275, 0.00002, 0.019 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, 0, 0, -1 }, 184.33493, 0.00001, 0.078 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, 0, 0, 1 }, 184.33493, 0.00001, 0.072 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, 1, 0, 0 }, 266.73651, 0.00003, 0.077 }, + { { 0, 0, 8, -13, 0, -1, 0, 0, 1, 0, -2 }, 191.19471, 0.00002, 0.075 }, + { { 0, 0, 8, -13, 0, -1, 0, 0, 1, 0, 0 }, 220.33319, 0.00003, 0.075 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, -2, 0, -1 }, 41.64984, 0.00002, 0.027 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, -2, 0, 1 }, 41.73968, 0.00006, 0.098 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 0, 0, -1 }, 38.60894, 0.00001, 0.081 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 0, 0, 1 }, 38.60894, 0.00001, 0.069 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 1, 0, -2 }, 111.85263, 0.00001, 0.075 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 1, 0, 0 }, 113.38173, 0.00024, 0.074 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 1, 0, 0 }, 145.60383, 0.00012, 0.071 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 2, -1, -1 }, 244.18160, 0.00006, 3.115 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 2, -1, 1 }, 244.18174, 0.00006, 0.038 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 2, 0, -1 }, 243.03567, 0.00006, 0.077 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 0, 0, -1 }, 276.03927, 0.00004, 0.089 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 0, 0, 1 }, 86.94818, 0.00001, 0.064 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 1, 0, 0 }, 175.95572, 0.00011, 0.069 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, -1, -1 }, 275.37946, 0.00003, 4.746 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, -1, 1 }, 92.85099, 0.00005, 0.037 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, 0, -3 }, 91.39986, 0.00003, 0.075 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, 0, -1 }, 93.68983, 0.00152, 0.074 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, 1, -1 }, 93.69417, 0.00008, 0.037 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 1, 0, 0 }, 207.57260, 0.00010, 0.066 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 2, -1, -1 }, 122.39871, 0.00004, 1.347 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 2, -1, 1 }, 122.39871, 0.00004, 0.036 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 2, 0, -1 }, 122.44335, 0.00020, 0.071 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 2, 0, 1 }, 302.41014, 0.00001, 0.024 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 1, 0, 0 }, 242.90213, 0.00007, 0.064 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, -1, -1 }, 151.38163, 0.00003, 0.785 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, -1, 1 }, 151.38169, 0.00003, 0.036 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, 0, -1 }, 151.41161, 0.00013, 0.069 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, 0, 1 }, 331.14074, 0.00001, 0.024 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 1, 0, 0 }, 284.29359, 0.00004, 0.062 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 2, 0, -1 }, 180.06390, 0.00007, 0.066 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 2, 0, 1 }, 180.06381, 0.00001, 0.024 }, + { { 0, 0, 8, -7, 0, 0, 0, 0, 1, 0, 0 }, 308.78818, 0.00003, 0.060 }, + { { 0, 0, 8, -7, 0, 0, 0, 0, 2, 0, -1 }, 30.57460, 0.00002, 0.064 }, + { { 0, 0, 9, -19, 0, 3, 0, 0, 0, 0, -1 }, 174.22418, 0.00001, 0.069 }, + { { 0, 0, 9, -19, 0, 3, 0, 0, 0, 0, 1 }, 174.22418, 0.00001, 0.081 }, + { { 0, 0, 9, -19, 0, 3, 0, 0, 2, 0, -1 }, 174.22422, 0.00003, 0.097 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, -2, 0, -1 }, 127.72002, 0.00002, 0.026 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, -2, 0, 1 }, 127.72006, 0.00009, 0.088 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, -2, 1, -1 }, 127.70557, 0.00002, 0.040 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, -2, 1, 1 }, 127.70557, 0.00002, 0.526 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, -1, -1 }, 125.74273, 0.00004, 0.037 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, -1, 1 }, 125.04059, 0.00004, 7.805 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, 0, -1 }, 131.68133, 0.00004, 0.074 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, 0, 1 }, 131.68133, 0.00004, 0.075 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, 1, -1 }, 125.04059, 0.00004, 4.869 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, 1, 1 }, 125.74273, 0.00004, 0.038 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 2, -1, -1 }, 128.04398, 0.00003, 0.505 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 2, -1, 1 }, 128.04399, 0.00003, 0.040 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 2, 0, -1 }, 128.03477, 0.00009, 0.089 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 2, 0, 1 }, 128.03477, 0.00002, 0.026 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, -2, 0, -1 }, 149.74351, 0.00004, 0.027 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, -2, 0, 1 }, 149.74351, 0.00015, 0.097 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, -2, 1, -1 }, 149.74351, 0.00005, 0.042 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, -2, 1, 1 }, 149.74351, 0.00005, 0.340 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, 0, -1, -1 }, 149.74351, 0.00001, 0.039 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, 0, -1, 1 }, 149.74351, 0.00001, 0.857 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, 0, 0, -1 }, 149.74351, 0.00002, 0.081 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, 0, 0, 1 }, 149.74351, 0.00002, 0.069 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, 0, 1, -1 }, 149.74351, 0.00001, 1.200 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, 0, 1, 1 }, 149.74351, 0.00001, 0.036 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, 2, 0, -1 }, 329.74351, 0.00002, 0.081 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, -2, 0, -1 }, 21.12507, 0.00003, 0.027 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, -2, 0, 1 }, 21.87200, 0.00011, 0.097 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, -2, 1, -1 }, 21.27029, 0.00004, 0.042 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, -2, 1, 1 }, 21.27207, 0.00004, 0.337 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 0, -1, -1 }, 13.84456, 0.00003, 0.039 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 0, -1, 1 }, 14.41568, 0.00001, 0.839 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 0, 0, -1 }, 18.39601, 0.00004, 0.081 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 0, 0, 1 }, 18.39911, 0.00004, 0.069 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 0, 1, -1 }, 14.41568, 0.00001, 1.166 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 0, 1, 1 }, 13.84456, 0.00003, 0.036 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 1, -1, 0 }, 267.67903, 0.00005, 7.261 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 1, 0, 0 }, 87.67799, 0.00092, 0.075 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 1, 1, 0 }, 87.67799, 0.00005, 0.038 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 2, 0, -1 }, 359.67774, 0.00002, 0.081 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 1, 0, 0 }, 116.23587, 0.00007, 0.072 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 2, -1, -1 }, 215.88709, 0.00002, 2.602 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 2, -1, 1 }, 215.88709, 0.00002, 0.038 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 2, 0, -1 }, 215.53660, 0.00002, 0.078 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 0, 0, -1 }, 64.59188, 0.00006, 0.088 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 1, 0, 0 }, 146.11802, 0.00007, 0.069 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, -1, -1 }, 64.41947, 0.00012, 6.788 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, -1, 1 }, 63.92327, 0.00003, 0.037 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, 0, -3 }, 50.69762, 0.00002, 0.074 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, 0, -1 }, 244.58740, 0.00163, 0.075 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, 1, -1 }, 244.59212, 0.00009, 0.038 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 4, -1, -1 }, 244.59291, 0.00002, 0.040 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 1, 0, 0 }, 176.57249, 0.00007, 0.067 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 2, -1, -1 }, 93.42688, 0.00002, 1.473 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 2, -1, 1 }, 93.42688, 0.00002, 0.036 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 2, 0, -1 }, 93.43255, 0.00013, 0.072 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 1, 0, 0 }, 208.56603, 0.00006, 0.064 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 2, -1, -1 }, 122.36483, 0.00002, 0.826 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 2, -1, 1 }, 122.36483, 0.00002, 0.036 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 2, 0, -1 }, 122.42025, 0.00010, 0.069 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 2, 0, 1 }, 301.99917, 0.00001, 0.024 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 1, 0, 0 }, 244.37319, 0.00004, 0.062 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 2, -1, -1 }, 151.20405, 0.00002, 0.574 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 2, -1, 1 }, 151.20405, 0.00002, 0.035 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 2, 0, -1 }, 151.11034, 0.00007, 0.067 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 2, 0, 1 }, 331.95115, 0.00001, 0.024 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 1, 0, 0 }, 284.51804, 0.00002, 0.060 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 2, 0, -1 }, 179.47104, 0.00003, 0.064 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 4, 0, -5 }, 190.06154, 0.00004, 0.075 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 4, 0, -3 }, 190.06154, 0.00004, 0.075 }, + { { 0, 0, 9, -8, 0, 0, 0, 0, 1, 0, 0 }, 308.00219, 0.00002, 0.058 }, + { { 0, 0, 10, -19, 0, 0, 0, 0, 0, 0, -1 }, 98.02006, 0.00001, 0.074 }, + { { 0, 0, 10, -19, 0, 0, 0, 0, 0, 0, 1 }, 98.02006, 0.00001, 0.075 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, -1, -1 }, 71.28735, 0.00001, 0.019 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, -1, 1 }, 71.28735, 0.00002, 0.041 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, 0, -1 }, 71.28735, 0.00007, 0.026 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, 0, 1 }, 71.28735, 0.00045, 0.088 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, 1, -1 }, 71.28735, 0.00015, 0.040 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, 1, 1 }, 71.28735, 0.00012, 0.515 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 0, -1, -1 }, 251.28720, 0.00001, 0.037 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 0, 1, 1 }, 251.28742, 0.00001, 0.037 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, -1, -1 }, 71.28727, 0.00012, 0.515 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, -1, 1 }, 71.28727, 0.00015, 0.040 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, 0, -1 }, 71.28727, 0.00045, 0.088 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, 0, 1 }, 71.28727, 0.00007, 0.026 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, 1, -1 }, 71.28727, 0.00002, 0.041 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, 1, 1 }, 71.28727, 0.00001, 0.019 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 1, 0, 0 }, 238.12639, 0.00021, 0.075 }, + { { 0, 0, 10, -16, 0, 0, 0, 0, 1, 0, 0 }, 87.10481, 0.00004, 0.072 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 1, 0, 0 }, 116.63173, 0.00004, 0.069 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 2, -1, -1 }, 32.38306, 0.00002, 11.910 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 2, -1, 1 }, 32.38303, 0.00002, 0.037 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 2, 0, -1 }, 215.49135, 0.00018, 0.075 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 1, 0, 0 }, 146.54602, 0.00004, 0.067 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 2, 0, -1 }, 64.43923, 0.00008, 0.072 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 1, 0, 0 }, 177.21590, 0.00005, 0.065 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 2, 0, -1 }, 93.38354, 0.00007, 0.069 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 1, 0, 0 }, 209.57106, 0.00004, 0.063 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 2, -1, -1 }, 122.61940, 0.00002, 0.596 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 2, -1, 1 }, 122.61940, 0.00002, 0.035 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 2, 0, -1 }, 122.27951, 0.00006, 0.067 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 1, 0, 0 }, 245.72576, 0.00003, 0.061 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 2, 0, -1 }, 150.99677, 0.00004, 0.065 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, -2, 0, 1 }, 128.40061, 0.00002, 0.088 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, 2, 0, -1 }, 128.36940, 0.00002, 0.088 }, + { { 0, 0, 11, -19, 0, 0, 0, 0, 1, 0, 0 }, 208.84621, 0.00003, 0.075 }, + { { 0, 0, 11, -19, 0, 3, 0, 0, -2, 0, 1 }, 328.35041, 0.00003, 0.097 }, + { { 0, 0, 11, -19, 0, 3, 0, 0, 0, 0, -1 }, 328.35044, 0.00001, 0.080 }, + { { 0, 0, 11, -19, 0, 3, 0, 0, 0, 0, 1 }, 328.35044, 0.00001, 0.069 }, + { { 0, 0, 11, -18, 0, 0, 0, 0, 1, 0, 0 }, 57.95810, 0.00002, 0.072 }, + { { 0, 0, 11, -17, 0, 0, 0, 0, 2, 0, -1 }, 186.53468, 0.00005, 0.075 }, + { { 0, 0, 11, -16, 0, 0, 0, 0, 1, 0, 0 }, 116.94588, 0.00002, 0.067 }, + { { 0, 0, 11, -16, 0, 0, 0, 0, 2, 0, -1 }, 35.45803, 0.00004, 0.072 }, + { { 0, 0, 11, -15, 0, 0, 0, 0, 1, 0, 0 }, 146.99391, 0.00003, 0.065 }, + { { 0, 0, 11, -15, 0, 0, 0, 0, 2, 0, -1 }, 64.39438, 0.00004, 0.070 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, 1, 0, 0 }, 177.87895, 0.00003, 0.063 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, 2, 0, -1 }, 93.30861, 0.00004, 0.067 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, 1, 0, 0 }, 210.57313, 0.00003, 0.061 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, 2, 0, -1 }, 122.13677, 0.00003, 0.065 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, 1, 0, 0 }, 246.94465, 0.00002, 0.059 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, 2, 0, -1 }, 150.67908, 0.00004, 0.063 }, + { { 0, 0, 12, -18, 0, 0, 0, 0, 2, 0, -1 }, 6.48707, 0.00002, 0.073 }, + { { 0, 0, 12, -17, 0, 0, 0, 0, 1, 0, 0 }, 117.27528, 0.00002, 0.065 }, + { { 0, 0, 12, -17, 0, 0, 0, 0, 2, 0, -1 }, 35.41250, 0.00002, 0.070 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, 1, 0, 0 }, 147.45743, 0.00002, 0.063 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, 2, 0, -1 }, 64.33178, 0.00002, 0.068 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, 1, 0, 0 }, 178.55504, 0.00002, 0.061 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, 2, 0, -1 }, 93.20470, 0.00003, 0.065 }, + { { 0, 0, 12, -14, 0, 0, 0, 0, 1, 0, 0 }, 211.55878, 0.00002, 0.059 }, + { { 0, 0, 12, -14, 0, 0, 0, 0, 2, 0, -1 }, 121.94675, 0.00004, 0.063 }, + { { 0, 0, 12, -13, 0, 0, 0, 0, 2, 0, -1 }, 150.25421, 0.00002, 0.061 }, + { { 0, 0, 13, -17, 0, 0, 0, 0, 2, 0, -1 }, 64.24843, 0.00002, 0.065 }, + { { 0, 0, 13, -15, 0, 0, 0, 0, 2, 0, -1 }, 121.70393, 0.00002, 0.061 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 0, -2, 1 }, 98.66413, 0.00001, 0.088 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, -3, -1 }, 98.14017, 0.00002, 0.037 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, -2, -1 }, 98.49615, 0.00016, 0.074 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, -2, 1 }, 98.49615, 0.00016, 0.075 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, -1, -1 }, 98.69230, 0.00006, 5.899 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, -1, 1 }, 98.64945, 0.00008, 0.037 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 4, -2, -1 }, 98.66413, 0.00001, 0.088 }, + { { 0, 0, 17, -28, 0, 0, 0, 0, 2, 0, -1 }, 220.60890, 0.00002, 0.074 }, + { { 0, 0, 20, -16, 0, 0, 0, 0, -2, 1, -1 }, 327.06701, 0.00007, 0.075 }, + { { 0, 0, 20, -16, 0, 0, 0, 0, -2, 1, 1 }, 327.06701, 0.00007, 0.074 }, + { { 0, 0, 28, -31, 0, 0, 0, 0, -2, 1, -1 }, 28.79619, 0.00002, 0.075 }, + { { 0, 0, 28, -31, 0, 0, 0, 0, -2, 1, 1 }, 28.79619, 0.00002, 0.074 }, + { { 0, 0, 29, -33, 0, 0, 0, 0, -2, 1, -1 }, 305.75894, 0.00002, 0.074 }, + { { 0, 0, 29, -33, 0, 0, 0, 0, -2, 1, 1 }, 305.75894, 0.00002, 0.075 }, + { { 0, 1, -6, 0, 1, 0, 0, 0, -2, 0, 1 }, 230.46931, 0.00001, 0.064 }, + { { 0, 1, -6, 0, 1, 0, 0, 0, -2, 0, 3 }, 50.46931, 0.00001, 0.089 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -2, 0, 1 }, 191.77477, 0.00001, 0.073 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -2, 0, 3 }, 191.77477, 0.00001, 0.076 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 237.79278, 0.00013, 0.068 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 60.60768, 0.00010, 0.100 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -3, 0, 0 }, 165.50750, 0.00002, 0.026 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -3, 1, 0 }, 165.50730, 0.00003, 0.040 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -2, 0, 1 }, 334.48967, 0.00005, 0.079 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -2, 1, -1 }, 337.67869, 0.00004, 0.038 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -2, 1, 1 }, 337.67630, 0.00004, 1.766 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, -1, 0 }, 165.50702, 0.00017, 0.037 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, 0, 0 }, 165.49094, 0.00308, 0.073 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, 0, 2 }, 170.27325, 0.00003, 0.076 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, 1, 0 }, 345.50681, 0.00017, 2.051 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 0, -1, -1 }, 159.82704, 0.00003, 0.036 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 0, -1, 1 }, 163.53135, 0.00001, 0.828 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 0, 0, -1 }, 148.04129, 0.00003, 0.068 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 0, 0, 1 }, 148.04129, 0.00003, 0.083 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 0, 1, -1 }, 163.53135, 0.00001, 0.649 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 0, 1, 1 }, 159.82704, 0.00003, 0.040 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 1, -1, 0 }, 169.59464, 0.00004, 0.442 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 346.82753, 0.00087, 0.091 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 1, 1, 0 }, 346.76901, 0.00004, 0.041 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 2, 0, -1 }, 155.66494, 0.00002, 0.101 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 2, 0, 1 }, 155.66731, 0.00002, 0.027 }, + { { 0, 1, -3, 0, 1, 0, 0, 0, -1, 0, 0 }, 245.43408, 0.00002, 0.073 }, + { { 0, 1, -3, 0, 1, 0, 0, 0, -1, 0, 2 }, 65.43408, 0.00002, 0.076 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -3, 0, 0 }, 256.61217, 0.00004, 0.027 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -3, 1, 0 }, 256.61209, 0.00007, 0.041 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, -1, 1 }, 122.89786, 0.00002, 0.040 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 0, -1 }, 124.39636, 0.00006, 0.026 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 0, 1 }, 122.53014, 0.00051, 0.086 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 1, -1 }, 207.63508, 0.00006, 0.040 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 1, 1 }, 234.82796, 0.00006, 0.638 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, -2, 0 }, 256.61198, 0.00002, 0.025 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, -1, 0 }, 256.61246, 0.00039, 0.038 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, -1, 2 }, 256.07091, 0.00001, 1.182 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 0, 0 }, 256.60919, 0.00649, 0.078 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 0, 2 }, 260.38209, 0.00004, 0.071 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 1, -2 }, 76.62136, 0.00003, 0.038 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 1, 0 }, 76.62234, 0.00056, 1.951 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 2, 0 }, 76.62282, 0.00011, 0.073 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -2, -1 }, 106.94847, 0.00005, 0.025 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -1, -1 }, 107.47720, 0.00043, 0.037 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 256.61993, 0.00011, 0.073 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -1, 1 }, 108.26795, 0.00036, 4.814 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, -3 }, 90.34100, 0.00001, 0.025 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, -1 }, 103.32436, 0.00039, 0.072 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 1 }, 103.12621, 0.00034, 0.077 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 1, -1 }, 107.79187, 0.00036, 1.848 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 76.62154, 0.00004, 0.078 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 1, 1 }, 107.22385, 0.00041, 0.038 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 2, -1 }, 107.38433, 0.00002, 0.079 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 2, 1 }, 106.67624, 0.00005, 0.025 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, -2, 0 }, 76.67562, 0.00007, 0.069 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, -1, 0 }, 76.66930, 0.00065, 0.793 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, -1, 2 }, 76.44727, 0.00002, 0.039 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 0, -2 }, 256.80537, 0.00006, 0.067 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 0, 0 }, 256.66200, 0.00753, 0.083 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 0, 2 }, 83.95409, 0.00001, 0.026 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 1, 0 }, 256.67761, 0.00046, 0.040 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 2, 0 }, 256.67148, 0.00002, 0.026 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, -1, -1 }, 221.16838, 0.00007, 0.432 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, -1, 1 }, 215.41031, 0.00006, 0.041 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, 0, -1 }, 234.65740, 0.00029, 0.091 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, 0, 1 }, 220.60344, 0.00005, 0.026 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, 1, 1 }, 253.81284, 0.00001, 0.020 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 3, -1, 0 }, 256.67149, 0.00008, 0.043 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 3, 0, -2 }, 76.68032, 0.00001, 0.101 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 3, 0, 0 }, 256.67063, 0.00006, 0.027 }, + { { 0, 1, -1, 0, -1, 0, 0, 0, 1, 0, -2 }, 76.96164, 0.00002, 0.072 }, + { { 0, 1, -1, 0, -1, 0, 0, 0, 1, 0, 0 }, 256.96164, 0.00002, 0.077 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 0, -1 }, 179.98999, 0.00010, 0.016 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 0, 1 }, 179.98689, 0.00025, 0.028 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 1, -1 }, 179.98930, 0.00024, 0.020 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 1, 1 }, 179.98560, 0.00039, 0.045 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 2, -1 }, 179.97664, 0.00014, 0.028 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 2, 1 }, 179.95684, 0.00003, 0.112 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -3, 0, -1 }, 179.97414, 0.00001, 0.020 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -3, 0, 1 }, 179.97421, 0.00001, 0.043 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, -2, -1 }, 179.99828, 0.00011, 0.016 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, -2, 1 }, 179.99409, 0.00014, 0.027 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, -1, -1 }, 179.98981, 0.00074, 0.020 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, -1, 1 }, 179.98995, 0.00130, 0.042 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 0, -1 }, 179.98623, 0.00489, 0.027 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 0, 1 }, 179.98525, 0.02008, 0.094 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 0, 3 }, 179.97827, 0.00006, 0.062 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 1, -1 }, 179.98223, 0.00575, 0.041 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 1, 1 }, 179.98246, 0.00475, 0.390 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 2, 1 }, 179.98278, 0.00039, 0.063 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 3, 1 }, 179.96935, 0.00004, 0.034 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, -1, -1 }, 0.01961, 0.00001, 0.026 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, 0, -1 }, 0.00796, 0.00030, 0.040 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, 0, 0 }, 168.23617, 0.00011, 0.085 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, 0, 1 }, 0.00701, 0.00026, 0.596 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, 1, -1 }, 359.99840, 0.00002, 0.084 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, 1, 1 }, 359.99840, 0.00002, 0.067 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -3, -1 }, 180.01033, 0.00008, 0.019 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -3, 1 }, 180.01686, 0.00002, 0.039 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -2, -1 }, 180.01028, 0.00085, 0.025 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -2, 1 }, 180.01606, 0.00038, 0.080 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -1, -1 }, 180.00957, 0.00724, 0.038 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -1, 1 }, 180.01218, 0.00594, 1.262 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -1, 3 }, 180.00609, 0.00001, 0.036 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, -1 }, 179.98778, 0.00708, 0.078 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 1 }, 179.99325, 0.00830, 0.071 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 1, -3 }, 180.06812, 0.00002, 0.038 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 1, -1 }, 180.01282, 0.00560, 2.180 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 1, 1 }, 180.01228, 0.00616, 0.037 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 2, -1 }, 180.04129, 0.00032, 0.073 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 2, 1 }, 180.01627, 0.00074, 0.025 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 3, -1 }, 180.02246, 0.00002, 0.037 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 3, 1 }, 180.01781, 0.00007, 0.019 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, -2, -1 }, 180.07008, 0.00002, 0.037 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, -1, -1 }, 180.01323, 0.00005, 0.073 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, -1, 0 }, 206.36891, 0.00005, 3.824 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, -1, 1 }, 179.99934, 0.00002, 0.076 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 0, -1 }, 180.02051, 0.00054, 2.335 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 0, 0 }, 26.15315, 0.00094, 0.077 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 0, 1 }, 180.02061, 0.00054, 0.038 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 0, 2 }, 191.86002, 0.00001, 0.025 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 1, -1 }, 180.02151, 0.00003, 0.078 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 1, 0 }, 26.36894, 0.00005, 0.038 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 1, 1 }, 180.02151, 0.00006, 0.025 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, -3, -1 }, 359.73074, 0.00001, 0.036 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, -2, -1 }, 359.98024, 0.00008, 0.069 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, -1, -1 }, 179.84410, 0.00029, 0.760 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, -1, 1 }, 179.94627, 0.00066, 0.039 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 0, -3 }, 179.02650, 0.00002, 0.067 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 0, -1 }, 180.01893, 0.00812, 0.084 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 0, 1 }, 179.98207, 0.00114, 0.026 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 1, -1 }, 180.01947, 0.00064, 0.040 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 1, 1 }, 180.00000, 0.00025, 0.019 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 2, -1 }, 180.04042, 0.00003, 0.026 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 2, 1 }, 180.04361, 0.00003, 0.015 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 3, -1, 1 }, 180.01961, 0.00001, 0.026 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 4, -2, 1 }, 179.83442, 0.00001, 0.027 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 4, -1, -1 }, 180.00336, 0.00007, 0.043 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 4, -1, 1 }, 179.97399, 0.00003, 0.020 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 4, 0, -3 }, 180.07395, 0.00002, 0.102 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 4, 0, -1 }, 180.00641, 0.00008, 0.027 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 4, 0, 1 }, 179.99504, 0.00003, 0.016 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, 1, 0, -2 }, 102.70698, 0.00002, 0.073 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, 1, 0, 0 }, 282.70698, 0.00002, 0.076 }, + { { 0, 1, 0, 0, -2, 0, 0, 0, 1, 0, -2 }, 275.31541, 0.00003, 0.077 }, + { { 0, 1, 0, 0, -2, 0, 0, 0, 1, 0, 0 }, 95.31541, 0.00003, 0.072 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -4, 0, 1 }, 77.65775, 0.00002, 0.029 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -4, 1, -1 }, 77.39007, 0.00002, 0.021 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -3, 0, 0 }, 283.32041, 0.00004, 0.028 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -3, 1, 0 }, 283.33617, 0.00006, 0.045 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, -1, -1 }, 76.92245, 0.00007, 0.020 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, -1, 1 }, 77.20926, 0.00007, 0.044 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 0, -1 }, 77.08769, 0.00045, 0.027 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 0, 1 }, 77.04679, 0.00135, 0.103 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 1, -1 }, 77.17599, 0.00038, 0.043 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 1, 1 }, 76.88878, 0.00032, 0.280 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 2, 1 }, 76.03209, 0.00004, 0.059 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, -2, 0 }, 283.33617, 0.00002, 0.027 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, -1, 0 }, 283.33320, 0.00043, 0.042 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, -2 }, 103.33652, 0.00002, 0.027 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0 }, 283.33656, 0.00744, 0.093 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 2 }, 283.43123, 0.00005, 0.062 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 1, 0 }, 103.33026, 0.00037, 0.398 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 2, 0 }, 98.73834, 0.00002, 0.063 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, -2, -1 }, 78.26164, 0.00002, 0.026 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, -1 }, 81.65342, 0.00031, 0.040 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, 1 }, 81.35161, 0.00027, 0.558 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -3 }, 264.39695, 0.00002, 0.026 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 }, 81.59078, 0.00014, 0.085 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 }, 83.48746, 0.00014, 0.066 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -1 }, 81.18004, 0.00009, 0.686 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 1 }, 83.10876, 0.00008, 0.035 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, -2, 0 }, 283.33101, 0.00017, 0.080 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, -1, -2 }, 103.33434, 0.00007, 0.038 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, -1, 0 }, 283.34042, 0.00117, 1.354 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, -1, 2 }, 283.33816, 0.00004, 0.036 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, -2 }, 103.33177, 0.00026, 0.078 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.33779, 0.02736, 0.071 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 2 }, 283.32581, 0.00001, 0.024 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, -2 }, 103.33618, 0.00005, 2.469 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, 0 }, 103.33850, 0.00153, 0.037 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 2, 0 }, 103.33785, 0.00009, 0.025 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, -2, -1 }, 265.35431, 0.00006, 0.074 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, -2, 1 }, 265.32785, 0.00006, 0.075 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, -1, -1 }, 270.14332, 0.00036, 3.172 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 103.33746, 0.00006, 0.076 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, -1, 1 }, 270.36532, 0.00035, 0.038 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, -1 }, 292.45148, 0.00012, 0.077 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 1 }, 278.45824, 0.00004, 0.025 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 3, -1, 0 }, 103.33773, 0.00030, 0.039 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 3, 0, -2 }, 103.33495, 0.00002, 0.084 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 3, 0, 0 }, 103.33987, 0.00017, 0.026 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 3, 1, 0 }, 103.33785, 0.00002, 0.019 }, + { { 0, 1, 1, -3, 0, 0, 0, 0, 1, 0, 0 }, 240.88312, 0.00003, 0.075 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -2, 0, -1 }, 359.52820, 0.00004, 0.028 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -2, 0, 1 }, 356.83322, 0.00009, 0.115 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -2, 1, -1 }, 357.16913, 0.00002, 0.045 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -2, 1, 1 }, 357.16913, 0.00002, 0.219 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -1, -1, 0 }, 189.43812, 0.00002, 0.043 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -1, 0, 0 }, 188.76307, 0.00047, 0.103 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -1, 1, 0 }, 9.70934, 0.00004, 0.285 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 0, -1, -1 }, 19.41158, 0.00002, 0.042 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 0, -1, 1 }, 16.30535, 0.00001, 0.358 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, -1 }, 17.76394, 0.00005, 0.093 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1 }, 17.73657, 0.00005, 0.062 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, -1 }, 16.30535, 0.00001, 0.407 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 1 }, 19.41158, 0.00002, 0.034 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 1, -1, 0 }, 192.12060, 0.00003, 0.575 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0 }, 12.07939, 0.00050, 0.067 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 1, 1, 0 }, 12.11927, 0.00003, 0.035 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 2, -1, -1 }, 24.14234, 0.00003, 1.460 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 2, -1, 1 }, 24.13907, 0.00003, 0.036 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 2, 0, -1 }, 26.27779, 0.00010, 0.072 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, -1, 0, 0 }, 122.43020, 0.00006, 0.114 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0 }, 305.05026, 0.00008, 0.063 }, + { { 0, 1, 43, -59, 0, 0, 0, 0, 0, -1, -1 }, 97.32856, 0.00001, 0.075 }, + { { 0, 1, 43, -59, 0, 0, 0, 0, 0, -1, 1 }, 97.32856, 0.00001, 0.075 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -4, 2, 1 }, 295.93028, 0.00001, 0.088 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -2, 1, -1 }, 300.91642, 0.00002, 0.037 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -2, 2, -1 }, 300.40065, 0.00019, 0.075 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -2, 2, 1 }, 300.40065, 0.00019, 0.075 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -2, 3, 1 }, 300.91642, 0.00002, 0.037 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, 0, 2, -1 }, 295.93028, 0.00001, 0.088 }, + { { 0, 2, -7, 0, 1, 0, 0, 0, -2, 0, 1 }, 230.46802, 0.00001, 0.067 }, + { { 0, 2, -7, 0, 1, 0, 0, 0, -2, 0, 3 }, 50.46802, 0.00001, 0.084 }, + { { 0, 2, -6, 0, -1, 0, 0, 0, -2, 0, 1 }, 240.48143, 0.00001, 0.071 }, + { { 0, 2, -6, 0, -1, 0, 0, 0, -2, 0, 3 }, 60.48143, 0.00001, 0.079 }, + { { 0, 2, -6, 0, 1, 0, 0, 0, -2, 0, 1 }, 38.69076, 0.00002, 0.072 }, + { { 0, 2, -6, 0, 1, 0, 0, 0, -2, 0, 3 }, 218.69076, 0.00002, 0.078 }, + { { 0, 2, -5, 0, -1, 0, 0, 0, -2, 0, 1 }, 55.78912, 0.00002, 0.076 }, + { { 0, 2, -5, 0, -1, 0, 0, 0, -2, 0, 3 }, 235.78912, 0.00002, 0.073 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 1, -1 }, 67.58913, 0.00009, 0.038 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 1, 1 }, 67.59142, 0.00009, 5.213 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 2, -1 }, 68.36040, 0.00003, 0.075 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 2, 1 }, 68.36040, 0.00003, 0.074 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -1, 0, 0 }, 235.97460, 0.00023, 0.071 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 0, 1, 1 }, 247.58874, 0.00002, 0.040 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 1, 0, 0 }, 60.43254, 0.00012, 0.094 }, + { { 0, 2, -4, 0, -3, 0, 0, 0, -1, 0, 0 }, 280.30185, 0.00005, 0.075 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -2, 0, 1 }, 199.01405, 0.00009, 0.083 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -2, 1, -1 }, 350.17452, 0.00002, 0.039 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -2, 1, 1 }, 350.17627, 0.00002, 0.839 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, -1, 0 }, 353.99036, 0.00003, 0.038 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 0, -1 }, 158.33957, 0.00002, 0.038 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 354.18438, 0.00045, 0.076 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 0, 1 }, 158.33745, 0.00002, 3.281 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 1, -2 }, 352.64339, 0.00003, 0.037 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 2, 0 }, 352.60004, 0.00008, 0.075 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, -1, -1 }, 139.64439, 0.00004, 0.036 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, -1, 1 }, 132.49469, 0.00002, 1.718 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, 0, -1 }, 137.30396, 0.00005, 0.071 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, 0, 1 }, 136.23733, 0.00005, 0.079 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, 1, -1 }, 48.61538, 0.00003, 1.092 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, 1, 1 }, 84.77215, 0.00004, 0.039 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 1, -1, 0 }, 169.59489, 0.00005, 0.611 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 1, -1, 2 }, 349.23457, 0.00001, 0.040 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 349.74070, 0.00065, 0.086 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 1, 1, 0 }, 349.73725, 0.00003, 0.040 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, -1, -1 }, 21.34304, 0.00009, 0.372 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, -1, 1 }, 20.08185, 0.00012, 0.041 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, 0, -1 }, 17.07285, 0.00043, 0.095 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, 0, 1 }, 18.94005, 0.00009, 0.027 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, 1, 1 }, 19.69852, 0.00001, 0.020 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -6, 2, -1 }, 91.82239, 0.00001, 0.016 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, -1, -1 }, 271.81624, 0.00001, 0.013 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, 0, -1 }, 271.03870, 0.00005, 0.016 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, 0, 1 }, 271.14982, 0.00011, 0.028 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, 1, -1 }, 271.05859, 0.00009, 0.020 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, 1, 1 }, 271.43589, 0.00017, 0.044 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, 2, -1 }, 271.11093, 0.00007, 0.028 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, 2, 1 }, 270.99008, 0.00002, 0.108 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -3, 0, 0 }, 256.70295, 0.00002, 0.027 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -3, 1, 0 }, 256.70295, 0.00003, 0.042 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, -2, -1 }, 271.10130, 0.00004, 0.016 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, -2, 1 }, 271.45062, 0.00005, 0.027 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, -1, -1 }, 271.11717, 0.00033, 0.020 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, -1, 1 }, 270.77063, 0.00061, 0.041 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 0, -1 }, 271.36467, 0.00210, 0.026 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 0, 1 }, 271.40179, 0.00986, 0.090 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 0, 3 }, 271.85576, 0.00003, 0.063 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 1, -1 }, 271.50762, 0.00272, 0.041 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 1, 1 }, 271.44549, 0.00222, 0.456 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 2, -1 }, 93.70659, 0.00004, 0.088 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 2, 1 }, 272.01782, 0.00018, 0.065 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 3, 1 }, 270.52639, 0.00002, 0.035 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, -1, 0 }, 256.71381, 0.00015, 0.039 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 0, -1 }, 90.90980, 0.00007, 0.039 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 0, 0 }, 256.72565, 0.00249, 0.083 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 0, 1 }, 90.91076, 0.00006, 0.766 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 0, 2 }, 256.89894, 0.00002, 0.068 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 1, 0 }, 76.65288, 0.00037, 0.879 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 2, 0 }, 76.67810, 0.00004, 0.069 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -3, -1 }, 268.70203, 0.00003, 0.019 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -2, -1 }, 268.71478, 0.00034, 0.025 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -2, 1 }, 268.61058, 0.00016, 0.078 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -1, -1 }, 268.89056, 0.00288, 0.038 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 77.80012, 0.00005, 0.077 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -1, 1 }, 268.33011, 0.00237, 2.394 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, -2 }, 257.33928, 0.00004, 0.038 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, -1 }, 271.41979, 0.00330, 0.076 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 257.33923, 0.00004, 3.983 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, 1 }, 271.29933, 0.00350, 0.073 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 1, -1 }, 268.43061, 0.00234, 11.864 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 256.57651, 0.00026, 0.074 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 1, 1 }, 268.79256, 0.00270, 0.037 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 2, -1 }, 268.48453, 0.00015, 0.075 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 2, 1 }, 268.93190, 0.00030, 0.025 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 3, 1 }, 268.57540, 0.00003, 0.019 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -2, 0 }, 76.70607, 0.00017, 0.072 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -1, -2 }, 256.57442, 0.00003, 0.036 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -1, 0 }, 76.58113, 0.00096, 1.572 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -1, 2 }, 76.58885, 0.00004, 0.038 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 0, -2 }, 256.55980, 0.00012, 0.070 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 256.57252, 0.01388, 0.079 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 0, 2 }, 78.55609, 0.00001, 0.025 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 1, 0 }, 256.57874, 0.00082, 0.039 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 2, 0 }, 256.57490, 0.00004, 0.026 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, -2, -1 }, 272.72991, 0.00007, 0.067 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, -2, 1 }, 89.43391, 0.00003, 0.084 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, -1, -1 }, 271.24191, 0.00122, 0.592 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, -1, 1 }, 270.96940, 0.00152, 0.040 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 0, -3 }, 270.01093, 0.00002, 0.065 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 0, -1 }, 270.03887, 0.00635, 0.086 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 0, 1 }, 270.08604, 0.00112, 0.026 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 1, -1 }, 269.88823, 0.00047, 0.040 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 1, 1 }, 270.10268, 0.00020, 0.019 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 2, 1 }, 270.47081, 0.00001, 0.015 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 3, -1, 0 }, 256.57490, 0.00014, 0.041 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 3, 0, 0 }, 256.58752, 0.00011, 0.027 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 4, -2, 1 }, 270.66736, 0.00003, 0.027 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 4, -1, -1 }, 270.73360, 0.00012, 0.043 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 4, -1, 1 }, 270.88706, 0.00005, 0.020 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 4, 0, -1 }, 270.75159, 0.00009, 0.028 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 4, 0, 1 }, 271.98009, 0.00002, 0.016 }, + { { 0, 2, -3, 0, 1, 0, 0, 0, 0, 0, -1 }, 359.36237, 0.00001, 0.076 }, + { { 0, 2, -3, 0, 1, 0, 0, 0, 0, 0, 1 }, 359.36237, 0.00001, 0.073 }, + { { 0, 2, -3, 0, 1, 0, 0, 0, 0, 2, -3 }, 178.46520, 0.00003, 0.075 }, + { { 0, 2, -3, 0, 1, 0, 0, 0, 0, 2, -1 }, 358.46520, 0.00003, 0.074 }, + { { 0, 2, -3, 0, 1, 0, 0, 0, 2, 0, -3 }, 178.72030, 0.00001, 0.066 }, + { { 0, 2, -3, 0, 1, 0, 0, 0, 2, 0, -1 }, 358.72030, 0.00001, 0.086 }, + { { 0, 2, -3, 0, 2, 0, 0, 0, 1, 0, -2 }, 268.61355, 0.00003, 0.071 }, + { { 0, 2, -3, 0, 2, 0, 0, 0, 1, 0, 0 }, 88.61355, 0.00003, 0.078 }, + { { 0, 2, -2, -1, 0, 0, 0, 0, 1, -2, 0 }, 166.28235, 0.00001, 0.074 }, + { { 0, 2, -2, -1, 0, 0, 0, 0, 1, -2, 2 }, 166.28235, 0.00001, 0.075 }, + { { 0, 2, -2, 0, -3, 0, 0, 0, 1, 0, 0 }, 100.30156, 0.00004, 0.075 }, + { { 0, 2, -2, 0, -1, 0, 0, 0, 1, 0, -2 }, 257.84348, 0.00002, 0.075 }, + { { 0, 2, -2, 0, -1, 0, 0, 0, 1, 0, 0 }, 77.84348, 0.00002, 0.074 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -6, 1, 1 }, 0.32343, 0.00001, 0.022 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, -2, -1 }, 0.36505, 0.00001, 0.011 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, -1, -1 }, 359.94325, 0.00003, 0.013 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, -1, 1 }, 0.19436, 0.00004, 0.021 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 0, -1 }, 359.83350, 0.00012, 0.016 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 0, 1 }, 0.12602, 0.00029, 0.029 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 1, -1 }, 0.26137, 0.00031, 0.021 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 1, 1 }, 0.29466, 0.00048, 0.046 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 2, -1 }, 0.32849, 0.00015, 0.028 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 2, 1 }, 0.34506, 0.00002, 0.121 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -3, 0, -1 }, 0.44803, 0.00002, 0.020 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -3, 0, 3 }, 180.41551, 0.00001, 0.227 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, -2, -1 }, 0.28847, 0.00011, 0.016 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, -2, 1 }, 0.32439, 0.00011, 0.027 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, -1, -1 }, 0.27552, 0.00090, 0.020 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, -1, 1 }, 0.30840, 0.00126, 0.043 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 0, -1 }, 0.38835, 0.00643, 0.027 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 0, 1 }, 0.36009, 0.02254, 0.099 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 0, 3 }, 0.33819, 0.00007, 0.060 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 1, -1 }, 0.29448, 0.00695, 0.042 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 1, 1 }, 0.26051, 0.00587, 0.313 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 2, -1 }, 180.70785, 0.00005, 0.096 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 2, 1 }, 0.27996, 0.00056, 0.061 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 3, 1 }, 0.25472, 0.00006, 0.034 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, -1, 0 }, 4.08576, 0.00003, 0.041 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, 0, -1 }, 180.05661, 0.00009, 0.041 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, 0, 0 }, 4.03452, 0.00085, 0.090 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, 0, 1 }, 180.05638, 0.00009, 0.434 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, 1, 0 }, 6.01412, 0.00005, 0.468 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, -3, -1 }, 0.36006, 0.00003, 0.019 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, -2, -1 }, 0.36590, 0.00031, 0.026 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, -2, 1 }, 0.26680, 0.00013, 0.084 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, -1, -1 }, 0.50721, 0.00252, 0.039 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, -1, 1 }, 0.43726, 0.00216, 0.705 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, -1 }, 0.28627, 0.00141, 0.082 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 1 }, 0.28311, 0.00250, 0.068 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 1, -1 }, 0.20210, 0.00237, 0.922 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 1, 1 }, 0.13293, 0.00245, 0.036 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 2, -1 }, 0.13336, 0.00011, 0.070 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 2, 1 }, 0.22452, 0.00028, 0.024 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 3, 1 }, 0.20505, 0.00003, 0.018 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, -1, -2 }, 186.65310, 0.00003, 0.038 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, -1, 0 }, 5.81245, 0.00047, 2.747 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 0, -2 }, 183.00177, 0.00010, 0.076 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 0, -1 }, 359.94347, 0.00007, 5.069 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 0, 0 }, 185.88810, 0.00900, 0.073 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 0, 1 }, 359.94355, 0.00008, 0.037 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 1, -3 }, 359.65516, 0.00001, 0.075 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 1, -2 }, 188.52676, 0.00002, 32.762 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 1, -1 }, 359.99939, 0.00017, 0.074 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 1, 0 }, 185.96083, 0.00052, 0.037 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 2, 0 }, 185.89453, 0.00003, 0.025 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -3, -1 }, 0.26707, 0.00004, 0.037 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -2, -1 }, 359.90510, 0.00036, 0.072 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -2, 1 }, 179.59069, 0.00007, 0.078 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -1, -1 }, 0.02586, 0.00504, 1.450 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -1, 1 }, 0.01635, 0.00603, 0.038 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 0, -3 }, 359.99342, 0.00008, 0.070 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 0, -1 }, 0.00073, 0.01993, 0.080 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 0, 1 }, 0.10530, 0.00198, 0.025 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 1, -1 }, 0.02484, 0.00114, 0.039 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 1, 1 }, 0.15534, 0.00030, 0.019 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 2, -1 }, 359.99026, 0.00006, 0.026 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 2, 1 }, 0.07578, 0.00002, 0.015 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 3, -1, 0 }, 185.89441, 0.00010, 0.040 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 3, 0, 0 }, 185.89432, 0.00006, 0.026 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 4, -2, -1 }, 0.10470, 0.00004, 0.093 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 4, -2, 1 }, 0.03295, 0.00014, 0.027 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 4, -1, -1 }, 359.99604, 0.00038, 0.042 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 4, -1, 1 }, 0.03391, 0.00013, 0.020 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 4, 0, -1 }, 0.01014, 0.00022, 0.027 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 4, 0, 1 }, 0.01680, 0.00003, 0.016 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 6, -3, 1 }, 0.01900, 0.00001, 0.020 }, + { { 0, 2, -2, 0, 1, 0, 0, 0, 2, 0, -3 }, 346.94304, 0.00001, 0.070 }, + { { 0, 2, -2, 0, 1, 0, 0, 0, 2, 0, -1 }, 166.94304, 0.00001, 0.079 }, + { { 0, 2, -1, 0, -2, 0, 0, 0, 2, 0, -3 }, 170.19984, 0.00004, 0.074 }, + { { 0, 2, -1, 0, -2, 0, 0, 0, 2, 0, -1 }, 350.19984, 0.00004, 0.075 }, + { { 0, 2, -1, 0, -1, 0, 0, 0, 2, 0, -3 }, 349.13734, 0.00002, 0.075 }, + { { 0, 2, -1, 0, -1, 0, 0, 0, 2, 0, -1 }, 169.13734, 0.00002, 0.074 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -4, 0, 1 }, 257.00310, 0.00005, 0.030 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -4, 1, -1 }, 257.05968, 0.00002, 0.021 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -3, 0, 0 }, 283.28852, 0.00003, 0.029 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -3, 1, 0 }, 283.21970, 0.00004, 0.046 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, -1, -1 }, 257.10056, 0.00010, 0.020 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, -1, 1 }, 257.03097, 0.00010, 0.045 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 0, -1 }, 257.05405, 0.00063, 0.028 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 0, 1 }, 257.08245, 0.00168, 0.110 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 1, -1 }, 257.07006, 0.00051, 0.044 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 1, 1 }, 257.17851, 0.00045, 0.239 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 2, 1 }, 257.08246, 0.00006, 0.057 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, -1, 0 }, 283.25206, 0.00029, 0.043 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 0, -2 }, 103.22313, 0.00002, 0.027 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 0, 0 }, 283.22744, 0.00497, 0.099 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 0, 2 }, 283.21162, 0.00003, 0.060 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 1, 0 }, 103.21614, 0.00036, 0.319 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 2, 0 }, 103.30969, 0.00003, 0.061 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, -2, -1 }, 255.92735, 0.00002, 0.027 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, -1, -1 }, 256.81467, 0.00014, 0.041 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, -1, 1 }, 256.72408, 0.00012, 0.414 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, -1 }, 83.46685, 0.00004, 0.090 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 1 }, 249.60239, 0.00008, 0.064 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, 1, -1 }, 254.33534, 0.00008, 0.480 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, 1, 1 }, 252.90927, 0.00007, 0.035 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, -2, 0 }, 283.31535, 0.00009, 0.084 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, -1, -2 }, 103.23914, 0.00003, 0.039 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, -1, 0 }, 283.29748, 0.00046, 0.733 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, -1, 2 }, 283.42597, 0.00002, 0.035 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 0, -2 }, 103.03465, 0.00012, 0.082 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.29809, 0.01350, 0.068 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 0, 2 }, 103.29811, 0.00001, 0.024 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 1, -2 }, 103.36000, 0.00002, 0.970 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 1, 0 }, 103.29575, 0.00074, 0.036 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 2, 0 }, 103.29876, 0.00005, 0.024 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, -2, -1 }, 256.48622, 0.00001, 0.077 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, -2, 1 }, 256.38998, 0.00001, 0.072 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, -1, -1 }, 238.66965, 0.00004, 3.223 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, -1, 0 }, 283.33795, 0.00007, 0.073 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, -1, 1 }, 243.14402, 0.00009, 0.037 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, 0, -1 }, 246.06575, 0.00096, 0.074 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, 1, -1 }, 245.75948, 0.00005, 0.037 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 3, -2, 0 }, 283.31716, 0.00002, 0.078 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 3, -1, 0 }, 103.29875, 0.00015, 0.038 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 3, 0, 0 }, 103.29223, 0.00009, 0.025 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -2, 0, -1 }, 117.00935, 0.00003, 0.029 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -2, 0, 1 }, 124.92104, 0.00006, 0.124 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -2, 1, -1 }, 124.84177, 0.00001, 0.046 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -2, 1, 1 }, 124.84177, 0.00001, 0.193 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -1, 0, 0 }, 188.42318, 0.00029, 0.110 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, -1 }, 47.25504, 0.00003, 0.098 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1 }, 47.32705, 0.00003, 0.060 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0 }, 12.83244, 0.00029, 0.064 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 2, -1, -1 }, 31.21391, 0.00002, 0.763 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 2, -1, 1 }, 31.21973, 0.00002, 0.036 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 2, 0, -1 }, 25.97661, 0.00006, 0.069 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 2, 0, 1 }, 207.65704, 0.00001, 0.024 }, + { { 0, 2, 1, -4, 0, 0, 0, 0, 2, 0, -1 }, 104.91035, 0.00002, 0.074 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, -1, 0, 0 }, 123.70431, 0.00005, 0.123 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 1, 0, 0 }, 306.21736, 0.00007, 0.060 }, + { { 0, 3, -8, 0, 1, 0, 0, 0, -2, 0, 1 }, 50.74651, 0.00001, 0.070 }, + { { 0, 3, -8, 0, 1, 0, 0, 0, -2, 0, 3 }, 230.74651, 0.00001, 0.080 }, + { { 0, 3, -8, 4, 0, 0, 0, 0, 2, 0, -1 }, 249.81134, 0.00005, 0.097 }, + { { 0, 3, -8, 4, 0, 0, 0, 0, 2, 0, 1 }, 249.73586, 0.00001, 0.027 }, + { { 0, 3, -7, 0, -1, 0, 0, 0, -2, 0, 1 }, 211.31490, 0.00001, 0.074 }, + { { 0, 3, -7, 0, -1, 0, 0, 0, -2, 0, 3 }, 101.31364, 0.00002, 0.075 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, 0, 1 }, 301.66265, 0.00004, 0.074 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, 0, 3 }, 264.38359, 0.00001, 0.075 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 328.85422, 0.00002, 0.069 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 1, 0, 0 }, 148.75438, 0.00002, 0.098 }, + { { 0, 3, -7, 0, 0, 0, 1, 0, -2, 0, 1 }, 238.38884, 0.00001, 0.074 }, + { { 0, 3, -7, 0, 0, 0, 1, 0, -2, 0, 3 }, 58.38884, 0.00001, 0.075 }, + { { 0, 3, -7, 0, 1, 0, 0, 0, -2, 0, 1 }, 177.84774, 0.00005, 0.075 }, + { { 0, 3, -7, 0, 1, 0, 0, 0, -2, 0, 3 }, 357.84774, 0.00005, 0.074 }, + { { 0, 3, -7, 2, 0, 0, 0, 0, -1, 0, 0 }, 342.19157, 0.00003, 0.074 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -2, -1, -1 }, 147.64087, 0.00003, 0.019 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -2, -1, 1 }, 147.64086, 0.00006, 0.041 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -2, 0, -1 }, 147.73032, 0.00018, 0.026 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -2, 0, 1 }, 147.71499, 0.00087, 0.088 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -2, 1, -1 }, 147.31485, 0.00023, 0.040 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -2, 1, 1 }, 147.33811, 0.00020, 0.514 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -2, 2, 1 }, 147.64012, 0.00002, 0.066 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, -2, -1 }, 149.13706, 0.00004, 0.025 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, -2, 1 }, 149.73551, 0.00001, 0.076 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, -1, -1 }, 149.27363, 0.00028, 0.037 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, -1, 1 }, 149.48462, 0.00026, 5.880 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, 0, -1 }, 146.95199, 0.00029, 0.075 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, 0, 1 }, 146.95261, 0.00029, 0.074 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, 1, -1 }, 149.48853, 0.00026, 6.118 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, 1, 1 }, 149.27808, 0.00028, 0.037 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, 2, -1 }, 149.73453, 0.00001, 0.076 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, 2, 1 }, 149.13689, 0.00004, 0.025 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 2, -2, -1 }, 147.65106, 0.00002, 0.066 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 2, -1, -1 }, 147.34786, 0.00020, 0.516 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 2, -1, 1 }, 147.32418, 0.00023, 0.040 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 2, 0, -1 }, 147.72384, 0.00087, 0.088 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 2, 0, 1 }, 147.73895, 0.00018, 0.026 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 2, 1, -1 }, 147.65036, 0.00006, 0.041 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 2, 1, 1 }, 147.65035, 0.00003, 0.019 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -3, 0, 0 }, 239.01364, 0.00003, 0.026 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -3, 1, 0 }, 239.01308, 0.00004, 0.040 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -2, 0, 1 }, 269.73995, 0.00001, 0.080 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -2, 0, 3 }, 269.73995, 0.00001, 0.069 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, -1, 0 }, 239.01621, 0.00024, 0.037 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, -1, 2 }, 236.57700, 0.00001, 10.300 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 0, 0 }, 239.00808, 0.00416, 0.074 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 0, 2 }, 248.61063, 0.00006, 0.075 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 1, 0 }, 58.99820, 0.00021, 4.230 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 1, 2 }, 240.86754, 0.00002, 0.038 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, -1, -1 }, 91.69031, 0.00001, 0.036 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, -1, 1 }, 91.69031, 0.00001, 1.045 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, 0, -1 }, 94.09790, 0.00002, 0.069 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, 0, 1 }, 93.47097, 0.00003, 0.081 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, 1, -1 }, 91.69031, 0.00001, 0.775 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, 1, 1 }, 91.69031, 0.00001, 0.039 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 1, -1, 0 }, 59.01286, 0.00004, 0.497 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 1, 0, 0 }, 59.93061, 0.00036, 0.089 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 2, -1, -1 }, 90.18841, 0.00007, 0.326 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 2, -1, 1 }, 90.18848, 0.00007, 0.042 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 2, 0, -1 }, 89.13487, 0.00023, 0.098 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 2, 0, 1 }, 90.18717, 0.00006, 0.027 }, + { { 0, 3, -6, 0, 0, 2, 0, 0, -1, 0, 0 }, 309.73905, 0.00002, 0.074 }, + { { 0, 3, -6, 0, 0, 2, 0, 0, -1, 0, 2 }, 129.73905, 0.00002, 0.075 }, + { { 0, 3, -6, 4, 0, 0, 0, 0, -2, 0, 1 }, 50.34316, 0.00003, 0.097 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -4, 0, 1 }, 344.97708, 0.00003, 0.028 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -4, 1, -1 }, 345.27889, 0.00001, 0.020 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -4, 1, 1 }, 344.71128, 0.00005, 0.044 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -4, 2, -1 }, 345.74067, 0.00002, 0.027 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, -1, -1 }, 344.88344, 0.00009, 0.019 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, -1, 1 }, 343.94957, 0.00020, 0.040 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 0, -1 }, 344.34087, 0.00054, 0.026 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 0, 1 }, 344.17213, 0.00295, 0.087 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 0, 3 }, 329.44688, 0.00001, 0.065 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 1, -1 }, 346.26804, 0.00085, 0.040 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 1, 1 }, 346.32649, 0.00073, 0.550 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 2, -1 }, 165.05479, 0.00001, 0.085 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 2, 1 }, 346.43595, 0.00007, 0.066 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -1, -1, 0 }, 349.96107, 0.00003, 0.039 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -1, 0, 0 }, 350.11093, 0.00050, 0.080 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -1, 1, 0 }, 169.96108, 0.00003, 1.310 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, -2, -1 }, 338.11818, 0.00007, 0.025 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, -2, 1 }, 337.52058, 0.00003, 0.076 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, -1, -1 }, 339.30132, 0.00069, 0.037 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 167.97289, 0.00006, 0.075 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, -1, 1 }, 337.80609, 0.00061, 23.081 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 0, -1 }, 351.29490, 0.00079, 0.074 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 0, 1 }, 351.32968, 0.00076, 0.075 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 1, -1 }, 337.79894, 0.00062, 3.446 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 1, 1 }, 339.76776, 0.00072, 0.038 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 2, -1 }, 335.74476, 0.00003, 0.077 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 2, 1 }, 338.88924, 0.00008, 0.025 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 1, -1, 0 }, 167.69196, 0.00008, 0.990 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 1, 0, 0 }, 347.07335, 0.00116, 0.082 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 1, 1, 0 }, 347.07663, 0.00006, 0.039 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, -2, -1 }, 347.60455, 0.00008, 0.065 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, -2, 1 }, 169.13223, 0.00002, 0.087 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, -1, -1 }, 346.61447, 0.00082, 0.484 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, -1, 1 }, 346.77834, 0.00099, 0.040 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 0, -3 }, 346.67640, 0.00001, 0.064 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 0, -1 }, 346.40963, 0.00354, 0.089 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 0, 1 }, 346.51433, 0.00071, 0.026 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 1, -1 }, 345.63046, 0.00023, 0.041 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 1, 1 }, 345.45797, 0.00011, 0.019 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 2, 1 }, 346.49173, 0.00002, 0.015 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 4, -2, 1 }, 346.14963, 0.00002, 0.028 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 4, -1, -1 }, 346.26569, 0.00007, 0.044 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 4, -1, 1 }, 346.23156, 0.00002, 0.020 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 4, 0, -1 }, 346.00759, 0.00004, 0.028 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 4, 0, 1 }, 345.34613, 0.00001, 0.016 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, -2, 0, 1 }, 82.52718, 0.00002, 0.088 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, 0, 0, -1 }, 78.49133, 0.00002, 0.074 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, 0, 0, 1 }, 78.49133, 0.00002, 0.075 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, 2, 0, -1 }, 82.84723, 0.00002, 0.089 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, -2, 0, -1 }, 179.00737, 0.00003, 0.026 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, -2, 0, 1 }, 178.97916, 0.00013, 0.089 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, -2, 1, -1 }, 178.97117, 0.00004, 0.040 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, -2, 1, 1 }, 178.97117, 0.00004, 0.504 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 0, -1, -1 }, 179.74698, 0.00006, 0.038 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 0, -1, 1 }, 180.64376, 0.00005, 4.719 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 0, 0, -1 }, 173.04004, 0.00006, 0.075 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 0, 0, 1 }, 173.04004, 0.00006, 0.074 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 0, 1, -1 }, 180.64376, 0.00005, 8.225 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 0, 1, 1 }, 179.74698, 0.00006, 0.037 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 2, -1, -1 }, 178.96630, 0.00004, 0.528 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 2, -1, 1 }, 178.96630, 0.00004, 0.040 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 2, 0, -1 }, 178.95989, 0.00012, 0.088 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 2, 0, 1 }, 178.93392, 0.00002, 0.026 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -4, 0, -1 }, 271.45178, 0.00004, 0.016 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -4, 0, 1 }, 270.91583, 0.00011, 0.028 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -4, 1, -1 }, 270.70021, 0.00007, 0.021 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -4, 1, 1 }, 270.65819, 0.00012, 0.046 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -4, 2, -1 }, 270.56328, 0.00005, 0.028 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -3, 0, 0 }, 76.61508, 0.00003, 0.028 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -3, 1, 0 }, 76.62239, 0.00003, 0.044 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, -2, -1 }, 270.58536, 0.00004, 0.016 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, -1, -1 }, 270.65102, 0.00025, 0.020 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, -1, 1 }, 270.63981, 0.00043, 0.042 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 0, -1 }, 270.63653, 0.00176, 0.027 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 0, 1 }, 270.62094, 0.00683, 0.096 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 0, 3 }, 270.73530, 0.00003, 0.061 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 1, -1 }, 270.60305, 0.00199, 0.042 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 1, 1 }, 270.60551, 0.00168, 0.355 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 2, -1 }, 89.18702, 0.00002, 0.093 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 2, 1 }, 270.68298, 0.00016, 0.062 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, -2, 1 }, 270.16473, 0.00001, 0.041 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, -1, 0 }, 76.59617, 0.00021, 0.040 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, -1, 1 }, 270.34735, 0.00023, 0.088 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 0, -1 }, 90.35074, 0.00050, 0.040 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 76.59330, 0.00357, 0.087 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 0, 1 }, 90.36329, 0.00046, 0.518 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 0, 2 }, 76.61728, 0.00003, 0.065 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 1, 0 }, 256.80819, 0.00015, 0.567 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 1, 1 }, 90.28190, 0.00008, 0.066 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 2, 0 }, 256.58316, 0.00002, 0.067 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, -3, -1 }, 270.92769, 0.00001, 0.019 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, -2, -1 }, 270.87368, 0.00023, 0.026 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, -2, 1 }, 270.95533, 0.00009, 0.082 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, -1, -1 }, 271.12289, 0.00184, 0.039 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, -1, 1 }, 271.05524, 0.00154, 0.958 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 0, -1 }, 270.35729, 0.00138, 0.080 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 0, 1 }, 270.74234, 0.00174, 0.070 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 1, -1 }, 270.89913, 0.00135, 1.409 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 256.50120, 0.00002, 0.071 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 1, 1 }, 270.91059, 0.00143, 0.036 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 2, -1 }, 270.97943, 0.00009, 0.072 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 2, 1 }, 271.03382, 0.00016, 0.025 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 3, 1 }, 271.03502, 0.00001, 0.018 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -3, -1 }, 270.11464, 0.00004, 0.025 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -2, -1 }, 270.09880, 0.00029, 0.037 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -2, 0 }, 255.70857, 0.00002, 0.075 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -2, 1 }, 269.32761, 0.00007, 6.397 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -1, -1 }, 270.42508, 0.00203, 0.074 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -1, 0 }, 76.30321, 0.00052, 95.796 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -1, 1 }, 270.27510, 0.00178, 0.075 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, -2 }, 255.17320, 0.00009, 0.074 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, -1 }, 270.28513, 0.00277, 5.644 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 256.31567, 0.01018, 0.075 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, 1 }, 270.28991, 0.00300, 0.037 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 1, -1 }, 270.28193, 0.00017, 0.076 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 1, 0 }, 256.31126, 0.00055, 0.038 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 1, 1 }, 270.29006, 0.00037, 0.025 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 2, 0 }, 256.31062, 0.00003, 0.025 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 2, 1 }, 270.28188, 0.00003, 0.019 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, -2, -1 }, 87.40869, 0.00004, 0.070 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, -2, 1 }, 93.42511, 0.00002, 0.080 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, -1, -1 }, 286.15719, 0.00011, 0.940 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 78.14395, 0.00002, 0.081 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, -1, 1 }, 280.11472, 0.00023, 0.039 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, 0, -1 }, 271.22756, 0.00190, 0.082 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, 0, 1 }, 272.61633, 0.00027, 0.026 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, 1, -1 }, 271.14036, 0.00015, 0.039 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, 1, 1 }, 270.65859, 0.00006, 0.019 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, -2, -1 }, 270.66097, 0.00004, 0.513 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, -2, 1 }, 270.51712, 0.00008, 0.040 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, -1, -1 }, 270.34231, 0.00027, 0.088 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, -1, 0 }, 256.31056, 0.00011, 0.040 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, -1, 1 }, 270.33004, 0.00014, 0.026 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, 0, -1 }, 270.29263, 0.00011, 0.041 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, 0, 0 }, 256.31052, 0.00006, 0.026 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, 0, 1 }, 270.30094, 0.00006, 0.019 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 4, -2, 1 }, 282.96735, 0.00004, 0.027 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 4, -1, -1 }, 282.87266, 0.00003, 0.042 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 4, -1, 1 }, 282.91826, 0.00004, 0.020 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, 1, 0, -2 }, 202.55955, 0.00002, 0.074 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, 1, 0, 0 }, 22.55955, 0.00002, 0.075 }, + { { 0, 3, -4, 0, 2, 0, 0, 0, 1, 0, -2 }, 82.49577, 0.00004, 0.074 }, + { { 0, 3, -4, 0, 2, 0, 0, 0, 1, 0, 0 }, 276.04536, 0.00008, 0.075 }, + { { 0, 3, -4, 0, 3, 0, 0, 0, 1, 0, -2 }, 117.66853, 0.00001, 0.075 }, + { { 0, 3, -4, 0, 3, 0, 0, 0, 1, 0, 0 }, 297.66853, 0.00001, 0.074 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, 2, -2, -1 }, 188.73096, 0.00001, 0.075 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, 2, -2, 1 }, 8.73096, 0.00001, 0.074 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, 2, 0, -3 }, 186.82401, 0.00002, 0.073 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, 2, 0, -1 }, 6.82401, 0.00002, 0.076 }, + { { 0, 3, -3, 0, 0, -3, 0, 0, 2, -2, -1 }, 122.06366, 0.00003, 0.075 }, + { { 0, 3, -3, 0, 0, -3, 0, 0, 2, -2, 1 }, 122.06366, 0.00003, 0.074 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -4, 0, -1 }, 357.83055, 0.00001, 0.016 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -4, 0, 1 }, 1.53445, 0.00005, 0.029 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -4, 1, -1 }, 2.67627, 0.00002, 0.021 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -4, 1, 1 }, 2.71960, 0.00002, 0.048 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, -2, -1 }, 0.07424, 0.00002, 0.016 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, -2, 1 }, 0.10263, 0.00002, 0.028 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, -1, -1 }, 1.21813, 0.00019, 0.020 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, -1, 1 }, 1.01293, 0.00032, 0.044 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 0, -1 }, 3.03672, 0.00077, 0.028 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 0, 1 }, 3.12384, 0.00195, 0.106 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 1, -1 }, 2.49338, 0.00064, 0.043 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 1, 1 }, 2.39000, 0.00056, 0.262 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 1, 3 }, 181.98923, 0.00001, 0.033 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 2, -1 }, 181.92325, 0.00001, 0.102 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 2, 1 }, 2.49042, 0.00007, 0.059 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -1, -1, 0 }, 354.76946, 0.00002, 0.042 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -1, 0, -1 }, 337.36563, 0.00001, 0.042 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -1, 0, 0 }, 355.47882, 0.00056, 0.095 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -1, 0, 1 }, 347.34502, 0.00002, 0.341 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -3, -1 }, 0.02696, 0.00007, 0.019 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -3, 1 }, 0.22432, 0.00003, 0.041 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -2, -1 }, 0.09584, 0.00068, 0.026 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -2, 1 }, 0.09724, 0.00031, 0.089 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -1, -1 }, 0.10566, 0.00533, 0.040 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -1, 1 }, 0.13793, 0.00455, 0.489 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 0, -1 }, 179.92927, 0.00207, 0.087 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 0, 1 }, 3.14878, 0.00008, 0.065 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 1, -1 }, 179.55310, 0.00079, 0.585 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 1, 1 }, 179.15765, 0.00030, 0.035 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 2, -1 }, 179.75676, 0.00006, 0.067 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 2, 1 }, 178.88741, 0.00005, 0.024 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, -1, 0 }, 4.43317, 0.00012, 1.011 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, 0, -2 }, 184.47597, 0.00002, 0.079 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, 0, -1 }, 0.03022, 0.00009, 1.215 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 184.37576, 0.00216, 0.070 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, 0, 1 }, 0.03014, 0.00009, 0.036 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, 1, 0 }, 184.43317, 0.00012, 0.036 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -4, -1 }, 1.46334, 0.00001, 0.025 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -3, -1 }, 8.48130, 0.00002, 0.038 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -2, -3 }, 179.98616, 0.00001, 0.025 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -2, -1 }, 179.50818, 0.00031, 0.075 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -2, 1 }, 0.02854, 0.00227, 0.074 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -2, 3 }, 359.98628, 0.00001, 0.025 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -1, -3 }, 179.98674, 0.00011, 0.037 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -1, -1 }, 179.98734, 0.03094, 15.575 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 190.48784, 0.00004, 0.075 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -1, 1 }, 179.98167, 0.02862, 0.037 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -1, 3 }, 359.98095, 0.00003, 0.019 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 0, -3 }, 0.04296, 0.00013, 0.073 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 0, -1 }, 0.05680, 0.04216, 0.076 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 0, 1 }, 179.94870, 0.00289, 0.025 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 1, -3 }, 180.01042, 0.00003, 2.514 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 1, -1 }, 0.05578, 0.00225, 0.038 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 1, 1 }, 179.93958, 0.00025, 0.019 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 2, -1 }, 0.05056, 0.00015, 0.025 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 2, 1 }, 179.90458, 0.00001, 0.015 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 3, -2, 1 }, 180.01642, 0.00001, 0.039 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 3, -1, 0 }, 184.43316, 0.00002, 0.039 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -3, -1 }, 359.41485, 0.00005, 0.544 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -3, 1 }, 359.66508, 0.00009, 0.040 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -2, -1 }, 0.25378, 0.00003, 0.088 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -2, 1 }, 179.97888, 0.00064, 0.026 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -1, -1 }, 179.91387, 0.00048, 0.041 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -1, 1 }, 179.98119, 0.00048, 0.019 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, 0, -1 }, 0.08660, 0.00021, 0.026 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, 0, 1 }, 179.96821, 0.00007, 0.015 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, 1, -1 }, 0.05064, 0.00003, 0.020 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 6, -3, 1 }, 180.02406, 0.00001, 0.020 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 6, -2, -1 }, 179.98628, 0.00002, 0.028 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 6, -2, 1 }, 179.98628, 0.00002, 0.016 }, + { { 0, 3, -3, 0, 1, 0, 0, 0, 1, 0, -2 }, 274.35140, 0.00001, 0.080 }, + { { 0, 3, -3, 0, 1, 0, 0, 0, 1, 0, 0 }, 94.35140, 0.00001, 0.070 }, + { { 0, 3, -3, 0, 1, 0, 0, 0, 2, 0, -3 }, 128.94041, 0.00002, 0.074 }, + { { 0, 3, -3, 0, 1, 0, 0, 0, 2, 0, -1 }, 308.94041, 0.00002, 0.075 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -3, 1, 0 }, 283.16205, 0.00003, 0.048 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, 0, -1 }, 256.08652, 0.00007, 0.028 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, 0, 1 }, 257.09872, 0.00019, 0.119 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, 1, -1 }, 256.93912, 0.00006, 0.045 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, 1, 1 }, 256.81090, 0.00005, 0.208 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, -1, 0 }, 283.20901, 0.00017, 0.044 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, 0, -2 }, 103.15858, 0.00002, 0.028 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, 0, 0 }, 283.17493, 0.00326, 0.105 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, 0, 2 }, 283.14382, 0.00002, 0.058 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, 1, 0 }, 103.21086, 0.00028, 0.266 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, -2, -1 }, 256.90992, 0.00003, 0.027 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, -1, -1 }, 256.95577, 0.00027, 0.042 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, -1, 1 }, 256.93957, 0.00022, 0.329 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, 0, -1 }, 81.83455, 0.00009, 0.095 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, 0, 1 }, 224.03787, 0.00001, 0.061 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, -2, 0 }, 283.32511, 0.00004, 0.089 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, -1, 0 }, 283.26645, 0.00022, 0.503 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 0, -2 }, 102.02028, 0.00008, 0.086 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.29245, 0.00833, 0.066 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 0, 2 }, 103.30302, 0.00001, 0.024 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 1, -2 }, 103.67889, 0.00001, 0.604 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 1, 0 }, 103.28986, 0.00045, 0.035 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 2, 0 }, 103.29405, 0.00003, 0.024 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, -2, 1 }, 257.36565, 0.00002, 0.069 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, -1, -1 }, 256.14070, 0.00017, 1.069 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 283.34259, 0.00002, 0.070 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, -1, 1 }, 256.17548, 0.00018, 0.036 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, 0, -1 }, 255.48743, 0.00028, 0.070 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, 0, 1 }, 258.45332, 0.00003, 0.024 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 3, -3, 0 }, 283.31278, 0.00002, 4.640 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 3, -2, 0 }, 103.31414, 0.00033, 0.074 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 3, -1, -2 }, 103.29667, 0.00011, 8.477 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 3, -1, 0 }, 103.29233, 0.00022, 0.037 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 3, 0, -2 }, 103.46494, 0.00002, 0.076 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 3, 0, 0 }, 103.28364, 0.00005, 0.025 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 4, -1, -1 }, 257.04391, 0.00002, 0.039 }, + { { 0, 3, -1, -3, 0, 0, 0, 0, 2, 0, -3 }, 338.41275, 0.00001, 0.075 }, + { { 0, 3, -1, -3, 0, 0, 0, 0, 2, 0, -1 }, 338.41275, 0.00001, 0.074 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, -2, 0, -1 }, 38.16582, 0.00002, 0.029 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, -2, 0, 1 }, 38.12074, 0.00002, 0.134 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, -1, 0, 0 }, 188.81502, 0.00016, 0.118 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 0, 0, -1 }, 29.12132, 0.00003, 0.105 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 0, 0, 1 }, 29.11629, 0.00003, 0.058 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 1, 0, 0 }, 12.84714, 0.00018, 0.062 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 2, -1, -1 }, 28.69034, 0.00002, 0.517 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 2, -1, 1 }, 28.69786, 0.00002, 0.035 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 2, 0, -1 }, 30.98960, 0.00004, 0.066 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 2, 0, 1 }, 204.36445, 0.00001, 0.024 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, -1, 0, 0 }, 124.71875, 0.00004, 0.133 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0 }, 307.12333, 0.00006, 0.058 }, + { { 0, 3, 7, -19, 0, 0, 0, 0, 2, -2, -1 }, 311.20488, 0.00001, 0.075 }, + { { 0, 3, 7, -19, 0, 0, 0, 0, 2, -2, 1 }, 311.20488, 0.00001, 0.074 }, + { { 0, 4, -15, 14, 0, 0, 0, 0, -1, 0, 0 }, 286.27969, 0.00001, 0.074 }, + { { 0, 4, -15, 14, 0, 0, 0, 0, -1, 0, 2 }, 286.27969, 0.00001, 0.075 }, + { { 0, 4, -10, 0, 2, 0, 0, 0, -2, 0, 1 }, 51.63411, 0.00001, 0.068 }, + { { 0, 4, -10, 0, 2, 0, 0, 0, -2, 0, 3 }, 231.63411, 0.00001, 0.082 }, + { { 0, 4, -8, 0, -1, 0, 0, 0, -2, 0, 1 }, 60.47421, 0.00001, 0.078 }, + { { 0, 4, -8, 0, -1, 0, 0, 0, -2, 0, 3 }, 240.47421, 0.00001, 0.072 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, -2, 0, 1 }, 51.95076, 0.00002, 0.078 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, -1, 0, 0 }, 327.16288, 0.00004, 0.072 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, 1, 0, 0 }, 149.47290, 0.00002, 0.092 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 61.44196, 0.00011, 0.078 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 1, 0, 0 }, 64.37201, 0.00018, 0.084 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 2, 0, -1 }, 84.15427, 0.00003, 0.092 }, + { { 0, 4, -7, 0, 2, 0, 0, 0, -1, 0, 0 }, 112.12784, 0.00001, 0.079 }, + { { 0, 4, -7, 0, 2, 0, 0, 0, -1, 0, 2 }, 292.12784, 0.00001, 0.071 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, -1, -1 }, 345.25334, 0.00002, 0.020 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, -1, 1 }, 345.84737, 0.00004, 0.042 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, 0, -1 }, 344.77231, 0.00017, 0.027 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, 0, 1 }, 345.52850, 0.00065, 0.092 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, 1, -1 }, 345.66957, 0.00019, 0.041 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, 1, 1 }, 345.69320, 0.00014, 0.409 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -1, 0, -2 }, 168.13207, 0.00001, 0.026 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -1, 0, 0 }, 329.56998, 0.00002, 0.084 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -1, 1, 0 }, 169.36111, 0.00002, 0.720 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, -2, -1 }, 344.02688, 0.00003, 0.025 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, -2, 1 }, 345.98511, 0.00001, 0.079 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, -1, -1 }, 343.16362, 0.00026, 0.038 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, -1, 1 }, 342.90551, 0.00023, 1.495 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 0, -1 }, 344.81289, 0.00030, 0.077 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 0, 1 }, 344.78310, 0.00029, 0.072 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 1, -1 }, 342.44705, 0.00018, 2.982 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 1, 1 }, 342.77184, 0.00021, 0.037 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 2, -1 }, 342.82893, 0.00001, 0.074 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 2, 1 }, 342.97000, 0.00003, 0.025 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, -2, 0 }, 170.60782, 0.00005, 0.073 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, -1, 0 }, 169.32376, 0.00017, 2.598 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, 0, -2 }, 349.43957, 0.00002, 0.072 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, 0, 0 }, 349.35807, 0.00283, 0.078 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, 1, 0 }, 349.36111, 0.00015, 0.038 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 2, 0, -1 }, 344.79249, 0.00023, 0.085 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 2, 0, 1 }, 344.81176, 0.00004, 0.026 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 3, -1, 0 }, 349.36111, 0.00003, 0.041 }, + { { 0, 4, -6, 3, 0, 0, 0, 0, 2, 0, -3 }, 181.39605, 0.00002, 0.074 }, + { { 0, 4, -6, 3, 0, 0, 0, 0, 2, 0, -1 }, 181.39605, 0.00002, 0.075 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -3, 1, 0 }, 256.54618, 0.00002, 0.045 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, -1, -1 }, 93.59887, 0.00003, 0.020 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, -1, 1 }, 93.53882, 0.00002, 0.043 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 0, -1 }, 93.69207, 0.00016, 0.027 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 0, 1 }, 93.36233, 0.00055, 0.102 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 0, 3 }, 273.52972, 0.00001, 0.059 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 1, -1 }, 93.48567, 0.00016, 0.043 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 1, 1 }, 93.44927, 0.00017, 0.290 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, -1, 0 }, 256.53467, 0.00020, 0.041 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 0, 0 }, 256.53671, 0.00346, 0.092 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 0, 2 }, 256.51251, 0.00002, 0.063 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 2, 0 }, 256.51319, 0.00002, 0.064 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, -3, -1 }, 271.61508, 0.00001, 0.019 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, -2, -1 }, 271.64255, 0.00003, 0.026 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, -1, -1 }, 271.30052, 0.00023, 0.040 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, -1, 1 }, 271.23674, 0.00019, 0.599 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, 0, -1 }, 268.83890, 0.00006, 0.084 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, 0, 1 }, 264.45876, 0.00002, 0.067 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, 1, -1 }, 92.65509, 0.00002, 0.749 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, -2, 0 }, 256.51519, 0.00015, 0.079 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, -1, -2 }, 76.63171, 0.00007, 0.038 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, -1, 0 }, 256.51252, 0.00135, 1.626 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, -1, 2 }, 256.52039, 0.00003, 0.036 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 0, -2 }, 77.08526, 0.00028, 0.077 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 0, 0 }, 76.51440, 0.02884, 0.072 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 0, 2 }, 254.58710, 0.00002, 0.025 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 1, -2 }, 76.33526, 0.00005, 3.552 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 1, 0 }, 76.51320, 0.00164, 0.037 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 2, 0 }, 76.51317, 0.00010, 0.025 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, -3, 1 }, 274.25637, 0.00001, 9.509 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, -2, -1 }, 91.41293, 0.00012, 0.073 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, -1, -1 }, 91.33236, 0.00117, 2.280 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 78.12030, 0.00005, 0.077 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, -1, 1 }, 91.37688, 0.00133, 0.038 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, 0, -1 }, 92.10566, 0.00240, 0.078 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, 0, 1 }, 91.65866, 0.00026, 0.025 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, 1, -1 }, 92.14390, 0.00014, 0.038 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, 1, 1 }, 92.04106, 0.00002, 0.019 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 3, -1, 0 }, 76.51312, 0.00032, 0.039 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 3, 0, -2 }, 76.26250, 0.00002, 0.085 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 3, 0, 0 }, 76.51321, 0.00018, 0.026 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 3, 1, 0 }, 76.51322, 0.00002, 0.019 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 4, -2, 1 }, 91.41247, 0.00003, 0.026 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 4, -1, -1 }, 91.78282, 0.00007, 0.041 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 4, -1, 1 }, 91.61508, 0.00001, 0.020 }, + { { 0, 4, -5, 0, 2, 0, 0, 0, 1, 0, -2 }, 88.60950, 0.00002, 0.078 }, + { { 0, 4, -5, 0, 2, 0, 0, 0, 1, 0, 0 }, 268.60950, 0.00002, 0.071 }, + { { 0, 4, -4, 0, -1, 0, 0, 0, 2, 0, -3 }, 6.76846, 0.00002, 0.076 }, + { { 0, 4, -4, 0, -1, 0, 0, 0, 2, 0, -1 }, 186.76846, 0.00002, 0.073 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -4, 1, -1 }, 359.23144, 0.00001, 0.021 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, -1, -1 }, 359.15483, 0.00003, 0.020 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, -1, 1 }, 359.69197, 0.00005, 0.045 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, 0, -1 }, 359.16444, 0.00018, 0.028 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, 0, 1 }, 359.46875, 0.00055, 0.113 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, 1, -1 }, 359.17364, 0.00016, 0.045 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, 1, 1 }, 359.13915, 0.00015, 0.225 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, 2, 1 }, 358.99113, 0.00001, 0.057 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 27.31788, 0.00019, 0.101 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, -2, -1 }, 0.14250, 0.00004, 0.027 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, -1, -1 }, 0.04588, 0.00043, 0.041 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, -1, 1 }, 0.06769, 0.00035, 0.375 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 0, -1 }, 359.86749, 0.00043, 0.092 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 0, 1 }, 180.17421, 0.00056, 0.063 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 1, -1 }, 180.37450, 0.00017, 0.428 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 1, 1 }, 180.20429, 0.00035, 0.034 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 2, -1 }, 180.03123, 0.00002, 0.064 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 2, 1 }, 180.09345, 0.00004, 0.024 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, -1, -1 }, 0.37121, 0.00001, 0.085 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, -1, 0 }, 10.53658, 0.00005, 0.619 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, -1, 1 }, 0.37121, 0.00001, 0.067 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, 0, -2 }, 184.37229, 0.00002, 0.084 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, 0, -1 }, 0.12222, 0.00005, 0.690 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 190.35913, 0.00115, 0.067 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, 0, 1 }, 0.12223, 0.00005, 0.035 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, 1, 0 }, 190.33734, 0.00007, 0.036 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, -3, -1 }, 180.25995, 0.00002, 0.039 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, -2, -1 }, 180.02493, 0.00022, 0.079 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, -2, 1 }, 0.07246, 0.00007, 0.071 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, -1, -3 }, 180.01449, 0.00002, 0.038 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, -1, -1 }, 180.02346, 0.00244, 1.782 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, -1, 1 }, 180.02913, 0.00371, 0.036 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 0, -3 }, 180.01109, 0.00014, 0.077 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 0, -1 }, 180.03860, 0.02359, 0.072 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 0, 1 }, 0.26690, 0.00016, 0.025 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 1, -1 }, 180.03811, 0.00127, 0.037 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 1, 1 }, 0.10044, 0.00003, 0.019 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 2, -1 }, 180.05096, 0.00008, 0.025 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 2, 1 }, 359.97773, 0.00001, 0.015 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 3, -1, -3 }, 180.06452, 0.00001, 0.072 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 3, -1, -1 }, 180.06452, 0.00001, 0.077 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 4, -2, -1 }, 180.02454, 0.00002, 0.083 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 4, -2, 1 }, 180.02809, 0.00009, 0.026 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 4, -1, -1 }, 180.03685, 0.00037, 0.040 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 4, -1, 1 }, 180.04401, 0.00006, 0.019 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 4, 0, -1 }, 180.04424, 0.00009, 0.026 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 4, 0, 1 }, 0.02722, 0.00002, 0.015 }, + { { 0, 4, -4, 0, 1, 0, 0, 0, 2, 0, -3 }, 166.93582, 0.00001, 0.077 }, + { { 0, 4, -4, 0, 1, 0, 0, 0, 2, 0, -1 }, 346.93582, 0.00001, 0.072 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -3, 1, 0 }, 283.31277, 0.00002, 0.049 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, 0, -1 }, 250.61971, 0.00002, 0.029 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, 0, 1 }, 253.80617, 0.00005, 0.128 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, 1, -1 }, 253.24184, 0.00001, 0.047 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, 1, 1 }, 253.24184, 0.00001, 0.184 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -1, -1, 0 }, 283.30820, 0.00012, 0.045 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -1, 0, 0 }, 283.31593, 0.00220, 0.113 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -1, 1, 0 }, 103.30073, 0.00022, 0.228 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, -1, -1 }, 257.09363, 0.00004, 0.043 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, -1, 1 }, 257.09363, 0.00003, 0.273 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, 0, -1 }, 243.42468, 0.00002, 0.101 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, -2, 0 }, 283.32585, 0.00003, 0.094 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, -1, 0 }, 283.34273, 0.00011, 0.382 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, 0, -2 }, 103.32906, 0.00005, 0.091 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.32908, 0.00566, 0.063 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, 1, 0 }, 103.32945, 0.00030, 0.034 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, 2, 0 }, 103.32912, 0.00002, 0.024 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, -1, -1 }, 259.41159, 0.00004, 0.640 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, -1, 1 }, 259.36043, 0.00004, 0.035 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, 0, -1 }, 259.84577, 0.00018, 0.067 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 3, -2, 0 }, 103.32294, 0.00002, 0.071 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 3, -1, 0 }, 103.32912, 0.00006, 0.037 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 3, 0, 0 }, 103.33032, 0.00003, 0.025 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, -2, 0, -1 }, 30.37783, 0.00002, 0.030 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, -2, 0, 1 }, 30.35857, 0.00002, 0.147 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, -1, 0, 0 }, 187.76359, 0.00011, 0.127 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 0, 0, -1 }, 27.14725, 0.00003, 0.112 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 0, 0, 1 }, 27.14093, 0.00003, 0.056 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 1, 0, 0 }, 10.69364, 0.00012, 0.059 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 2, 0, -1 }, 25.92241, 0.00003, 0.063 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 2, 0, 1 }, 206.23751, 0.00001, 0.023 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, -1, 0, 0 }, 125.53119, 0.00003, 0.146 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, 1, 0, 0 }, 307.80650, 0.00005, 0.056 }, + { { 0, 5, -10, 0, 1, 0, 0, 0, -2, 2, -1 }, 230.45017, 0.00003, 0.074 }, + { { 0, 5, -10, 0, 1, 0, 0, 0, -2, 2, 1 }, 50.45017, 0.00003, 0.075 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 324.28314, 0.00002, 0.076 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 1, 0, 0 }, 150.97774, 0.00002, 0.087 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 2, 0, -1 }, 173.67921, 0.00002, 0.096 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, -1, -1 }, 71.78681, 0.00002, 0.019 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, -1, 1 }, 72.24124, 0.00002, 0.041 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, 0, -1 }, 71.61039, 0.00011, 0.026 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, 0, 1 }, 71.94075, 0.00056, 0.089 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, 1, -1 }, 72.36959, 0.00016, 0.040 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, 1, 1 }, 72.48088, 0.00011, 0.483 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -1, 0, 0 }, 24.63174, 0.00003, 0.082 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, -2, -1 }, 69.14175, 0.00003, 0.025 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, -1, -1 }, 69.75879, 0.00021, 0.038 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, -1, 1 }, 69.38887, 0.00018, 3.397 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 0, -1 }, 72.18962, 0.00026, 0.075 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 0, 1 }, 72.17923, 0.00026, 0.074 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 1, -1 }, 69.15925, 0.00016, 25.549 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 1, 1 }, 69.58383, 0.00019, 0.037 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 2, 1 }, 69.74644, 0.00003, 0.025 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 1, -1, 0 }, 247.83902, 0.00002, 1.317 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 1, 0, 0 }, 67.83828, 0.00034, 0.080 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 1, 1, 0 }, 67.83827, 0.00002, 0.039 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, -1, -1 }, 72.65184, 0.00008, 0.552 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, -1, 1 }, 72.31058, 0.00012, 0.040 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, 0, -1 }, 71.41016, 0.00045, 0.087 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, 0, 1 }, 71.27974, 0.00008, 0.026 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, 1, -1 }, 71.64402, 0.00002, 0.040 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, 1, 1 }, 71.63216, 0.00001, 0.019 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 3, -1, 0 }, 272.21933, 0.00002, 0.042 }, + { { 0, 5, -7, 0, -1, 0, 0, 0, 1, 0, -2 }, 249.32133, 0.00001, 0.074 }, + { { 0, 5, -7, 0, -1, 0, 0, 0, 1, 0, 0 }, 69.32133, 0.00001, 0.075 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, -1, -1 }, 168.76345, 0.00002, 0.020 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, -1, 1 }, 168.43043, 0.00004, 0.043 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, 0, -1 }, 168.93951, 0.00013, 0.027 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, 0, 1 }, 168.53028, 0.00052, 0.098 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, 1, -1 }, 168.47316, 0.00015, 0.042 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, 1, 1 }, 168.48832, 0.00013, 0.326 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, -1, 0 }, 349.19940, 0.00010, 0.041 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, 0, -2 }, 169.47135, 0.00002, 0.026 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 349.19435, 0.00191, 0.089 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, 1, -2 }, 169.28805, 0.00001, 0.040 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, 1, 0 }, 349.32658, 0.00029, 0.496 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, 2, 0 }, 349.28240, 0.00003, 0.065 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, -1, -1 }, 170.20978, 0.00008, 0.039 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, -1, 1 }, 170.02379, 0.00007, 0.773 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, 0, -1 }, 144.03637, 0.00004, 0.081 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, 0, 1 }, 169.80273, 0.00008, 0.069 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, 1, -1 }, 169.39426, 0.00006, 1.041 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, 1, 1 }, 169.50196, 0.00006, 0.036 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, -2, 0 }, 349.23976, 0.00010, 0.077 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, -1, -2 }, 169.53216, 0.00015, 0.038 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, -1, 0 }, 349.27805, 0.00188, 4.156 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 0, -2 }, 170.21814, 0.00052, 0.075 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 0, 0 }, 169.28198, 0.03712, 0.074 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 0, 2 }, 349.28223, 0.00004, 0.025 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 1, -2 }, 169.12161, 0.00010, 10.764 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 1, 0 }, 169.28699, 0.00216, 0.037 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 2, 0 }, 169.29293, 0.00013, 0.025 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, -1, -1 }, 162.99685, 0.00010, 1.230 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, -1, 1 }, 165.70567, 0.00013, 0.038 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, 0, -1 }, 166.73525, 0.00045, 0.080 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, 0, 1 }, 166.16444, 0.00004, 0.025 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, 1, -1 }, 83.34235, 0.00001, 0.039 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 3, -1, -2 }, 349.84962, 0.00001, 0.536 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 3, -1, 0 }, 169.27605, 0.00039, 0.040 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 3, 0, -2 }, 166.35397, 0.00003, 0.088 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 3, 0, 0 }, 169.28151, 0.00024, 0.026 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 3, 1, 0 }, 169.28248, 0.00003, 0.019 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 4, -1, -1 }, 15.24325, 0.00003, 0.042 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 4, 0, -1 }, 15.24326, 0.00003, 0.027 }, + { { 0, 5, -7, 0, 1, 0, 0, 0, 1, 0, -2 }, 255.03919, 0.00002, 0.075 }, + { { 0, 5, -7, 0, 1, 0, 0, 0, 1, 0, 0 }, 75.03919, 0.00002, 0.074 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, -2, 0, -1 }, 9.41215, 0.00002, 0.026 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, -2, 0, 1 }, 9.41215, 0.00008, 0.088 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, -2, 1, -1 }, 9.41266, 0.00002, 0.040 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, -2, 1, 1 }, 9.41266, 0.00002, 0.515 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 0, -1, -1 }, 6.46078, 0.00003, 0.037 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 0, -1, 1 }, 4.23969, 0.00002, 5.965 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 0, 0, -1 }, 13.20448, 0.00005, 0.075 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 0, 0, 1 }, 13.20448, 0.00005, 0.074 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 0, 1, -1 }, 4.23969, 0.00002, 6.029 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 0, 1, 1 }, 6.46078, 0.00003, 0.037 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 2, -1, -1 }, 9.39970, 0.00002, 0.516 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 2, -1, 1 }, 9.39970, 0.00002, 0.040 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 2, 0, -1 }, 9.40021, 0.00008, 0.088 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 2, 0, 1 }, 9.40021, 0.00002, 0.026 }, + { { 0, 5, -6, 0, -1, 0, 0, 0, 2, 0, -3 }, 278.01987, 0.00002, 0.074 }, + { { 0, 5, -6, 0, -1, 0, 0, 0, 2, 0, -1 }, 98.01987, 0.00002, 0.075 }, + { { 0, 5, -6, 0, 0, -1, 0, 0, 2, 0, -3 }, 3.57645, 0.00001, 0.074 }, + { { 0, 5, -6, 0, 0, -1, 0, 0, 2, 0, -1 }, 183.57645, 0.00001, 0.075 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, 0, -1 }, 85.53732, 0.00006, 0.028 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, 0, 1 }, 86.60188, 0.00018, 0.109 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, 1, -1 }, 86.99783, 0.00007, 0.044 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, 1, 1 }, 84.43579, 0.00005, 0.246 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, -1, 0 }, 256.28596, 0.00008, 0.043 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 0, 0 }, 255.93432, 0.00168, 0.098 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 1, 0 }, 76.25689, 0.00007, 0.332 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, -3, -1 }, 91.84748, 0.00001, 0.020 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, -2, -1 }, 91.84748, 0.00003, 0.026 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, -1, -1 }, 91.77799, 0.00027, 0.041 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, -1, 1 }, 91.48900, 0.00014, 0.436 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 0, -3 }, 272.35142, 0.00004, 0.026 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 0, -1 }, 92.35437, 0.00207, 0.089 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 0, 1 }, 99.33690, 0.00001, 0.064 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 1, -1 }, 92.26828, 0.00060, 0.510 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 1, 1 }, 273.30189, 0.00003, 0.035 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 2, -1 }, 92.32777, 0.00005, 0.066 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, -2, 0 }, 256.41893, 0.00005, 0.083 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, -1, -2 }, 76.22668, 0.00002, 0.039 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, -1, 0 }, 256.36758, 0.00036, 0.806 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 0, -2 }, 75.65166, 0.00008, 0.081 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 0, 0 }, 76.38459, 0.00928, 0.069 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 1, -2 }, 76.59988, 0.00001, 1.102 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 1, 0 }, 76.38036, 0.00052, 0.036 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 2, 0 }, 76.38213, 0.00003, 0.024 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -2, -3 }, 272.33852, 0.00005, 0.025 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -2, -1 }, 93.66969, 0.00003, 0.077 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -2, 1 }, 93.59356, 0.00003, 0.073 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -1, -3 }, 272.35924, 0.00042, 0.038 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -1, -1 }, 92.53466, 0.00228, 5.352 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 256.36944, 0.00010, 0.073 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -1, 1 }, 271.76845, 0.00098, 0.037 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 0, -3 }, 272.53140, 0.00164, 0.075 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 0, -1 }, 272.30597, 0.06663, 0.074 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 0, 1 }, 93.25189, 0.00003, 0.025 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 1, -3 }, 272.23384, 0.00025, 6.818 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 1, -1 }, 272.30644, 0.00398, 0.037 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 1, 1 }, 92.15030, 0.00002, 0.019 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 2, -3 }, 272.27447, 0.00001, 0.076 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 2, -1 }, 272.30675, 0.00026, 0.025 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 3, -1, 0 }, 76.38210, 0.00010, 0.038 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 3, 0, 0 }, 76.38207, 0.00006, 0.025 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, -2, 1 }, 272.06312, 0.00003, 0.026 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, -1, -3 }, 92.44936, 0.00003, 0.521 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, -1, -1 }, 272.28106, 0.00074, 0.040 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, -1, 1 }, 271.84748, 0.00001, 0.019 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, 0, -3 }, 272.17403, 0.00011, 0.088 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, 0, -1 }, 272.30529, 0.00045, 0.026 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, 1, -1 }, 272.30635, 0.00005, 0.019 }, + { { 0, 5, -6, 0, 1, 0, 0, 0, 2, 0, -3 }, 278.70545, 0.00001, 0.075 }, + { { 0, 5, -6, 0, 1, 0, 0, 0, 2, 0, -1 }, 98.70545, 0.00001, 0.074 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -2, 0, -1 }, 358.34454, 0.00006, 0.029 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -2, 0, 1 }, 359.36171, 0.00013, 0.122 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -2, 1, -1 }, 359.25061, 0.00005, 0.046 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -2, 1, 1 }, 359.33171, 0.00007, 0.197 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -1, 0, 0 }, 17.56100, 0.00017, 0.108 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, -1, -1 }, 0.55290, 0.00006, 0.042 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, -1, 1 }, 0.43959, 0.00009, 0.304 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, -1, 3 }, 179.98393, 0.00001, 0.033 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 0, -1 }, 351.79937, 0.00015, 0.097 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 0, 1 }, 180.16312, 0.00047, 0.060 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 1, -1 }, 181.54001, 0.00019, 0.338 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 1, 1 }, 180.10526, 0.00027, 0.034 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 2, -1 }, 180.00715, 0.00002, 0.062 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 2, 1 }, 180.05299, 0.00003, 0.023 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 1, -1, 0 }, 10.33519, 0.00003, 0.446 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 1, 0, -1 }, 0.30479, 0.00003, 0.482 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 1, 0, 0 }, 190.26462, 0.00083, 0.065 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 1, 0, 1 }, 0.30363, 0.00003, 0.035 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 1, 1, 0 }, 190.25963, 0.00005, 0.035 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, -2, -1 }, 179.97875, 0.00014, 0.083 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, -1, -1 }, 180.20192, 0.00128, 0.843 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, -1, 1 }, 180.03880, 0.00171, 0.036 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 0, -3 }, 177.50654, 0.00004, 0.081 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 0, -1 }, 180.06538, 0.00796, 0.069 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 0, 1 }, 359.99937, 0.00030, 0.024 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 1, -3 }, 171.96805, 0.00001, 1.172 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 1, -1 }, 180.56794, 0.00036, 0.036 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 1, 1 }, 0.02032, 0.00007, 0.018 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 2, -1 }, 180.06376, 0.00003, 0.024 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 2, 1 }, 359.96509, 0.00001, 0.015 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 3, -1, -1 }, 0.06488, 0.00010, 0.074 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 3, 0, -2 }, 194.50708, 0.00003, 0.075 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 4, -2, -1 }, 180.08631, 0.00001, 0.079 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 4, -2, 1 }, 180.05470, 0.00005, 0.025 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 4, -1, -1 }, 180.03680, 0.00014, 0.039 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 4, -1, 1 }, 180.06549, 0.00001, 0.019 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 4, 0, 1 }, 0.01678, 0.00002, 0.015 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -1, -1, 0 }, 283.29080, 0.00010, 0.047 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -1, 0, -2 }, 103.26644, 0.00002, 0.029 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 283.29672, 0.00151, 0.121 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -1, 1, 0 }, 103.28923, 0.00019, 0.199 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 0, -1, -1 }, 257.09947, 0.00002, 0.044 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 0, 0, -1 }, 87.19177, 0.00001, 0.108 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, -2, 0 }, 283.32512, 0.00002, 0.100 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, -1, 0 }, 283.35431, 0.00004, 0.309 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, 0, -2 }, 103.32757, 0.00004, 0.097 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.32621, 0.00398, 0.061 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, 1, 0 }, 103.32651, 0.00022, 0.034 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, -1, -1 }, 267.00310, 0.00002, 0.457 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, -1, 1 }, 267.00225, 0.00002, 0.034 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, 0, -1 }, 262.43833, 0.00013, 0.065 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, 0, 1 }, 89.81529, 0.00001, 0.024 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 3, -1, 0 }, 103.32647, 0.00005, 0.036 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, -2, 0, -1 }, 29.24776, 0.00002, 0.030 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, -2, 0, 1 }, 29.24745, 0.00002, 0.162 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, -1, 0, 0 }, 185.74221, 0.00006, 0.138 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 0, 0, -1 }, 25.77988, 0.00003, 0.121 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 0, 0, 1 }, 25.77359, 0.00003, 0.054 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 8.06323, 0.00007, 0.057 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 2, 0, -1 }, 29.20058, 0.00003, 0.061 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 2, 0, 1 }, 210.11842, 0.00001, 0.023 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, -1, 0, 0 }, 126.19004, 0.00002, 0.160 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, 1, 0, 0 }, 308.32067, 0.00004, 0.054 }, + { { 0, 6, -12, 0, 2, 0, 0, 0, -2, 0, 1 }, 23.13190, 0.00003, 0.075 }, + { { 0, 6, -12, 0, 2, 0, 0, 0, -2, 0, 3 }, 203.13190, 0.00003, 0.074 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -2, 0, 1 }, 299.10566, 0.00001, 0.080 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -2, 0, 3 }, 119.10566, 0.00001, 0.070 }, + { { 0, 6, -11, 0, 1, 0, 0, 0, -2, 0, 1 }, 50.44615, 0.00001, 0.080 }, + { { 0, 6, -11, 0, 1, 0, 0, 0, -2, 0, 3 }, 230.44615, 0.00001, 0.070 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -1, 0, 0 }, 148.48146, 0.00002, 0.079 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, 1, 0, 0 }, 149.37872, 0.00003, 0.082 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, -2, 0, -1 }, 293.07924, 0.00002, 0.026 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, -2, 0, 1 }, 293.07924, 0.00009, 0.088 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, -2, 1, -1 }, 293.07959, 0.00002, 0.040 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, -2, 1, 1 }, 293.07959, 0.00002, 0.514 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 0, -1, -1 }, 291.21176, 0.00004, 0.037 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 0, -1, 1 }, 290.17003, 0.00002, 5.787 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 0, 0, -1 }, 291.58394, 0.00003, 0.075 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 0, 0, 1 }, 291.58394, 0.00003, 0.074 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 0, 1, -1 }, 290.17003, 0.00002, 6.223 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 0, 1, 1 }, 291.21176, 0.00004, 0.037 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 2, -1, -1 }, 293.07046, 0.00002, 0.517 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 2, -1, 1 }, 293.07046, 0.00002, 0.040 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 2, 0, -1 }, 293.07083, 0.00009, 0.088 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 2, 0, 1 }, 293.07083, 0.00002, 0.026 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -2, 0, -1 }, 68.47053, 0.00002, 0.027 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -2, 0, 1 }, 71.32757, 0.00007, 0.095 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 247.07999, 0.00003, 0.086 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 0, -1, -1 }, 71.27334, 0.00003, 0.039 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 0, -1, 1 }, 71.34755, 0.00002, 1.087 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 0, 0, -1 }, 72.48527, 0.00002, 0.079 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 0, 0, 1 }, 72.48527, 0.00002, 0.071 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 0, 1, -1 }, 71.34755, 0.00002, 1.705 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 0, 1, 1 }, 71.27334, 0.00003, 0.036 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, -2, 0 }, 65.91780, 0.00006, 0.075 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, -1, 0 }, 247.07999, 0.00004, 7.470 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, 0, 0 }, 67.07606, 0.00079, 0.076 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, 1, 0 }, 67.07998, 0.00004, 0.038 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 2, -1, -1 }, 270.18317, 0.00002, 0.842 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 2, -1, 1 }, 270.18317, 0.00002, 0.039 }, + { { 0, 6, -9, 0, 3, 0, 0, 0, 1, 0, -2 }, 246.28830, 0.00002, 0.074 }, + { { 0, 6, -9, 0, 3, 0, 0, 0, 1, 0, 0 }, 66.28830, 0.00002, 0.075 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -2, -1, 1 }, 347.24565, 0.00002, 0.044 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -2, 0, 1 }, 172.06941, 0.00003, 0.105 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -1, 0, 0 }, 348.49513, 0.00028, 0.094 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -1, 1, 0 }, 349.11872, 0.00002, 0.379 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, -2, -1 }, 347.27873, 0.00004, 0.026 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, -2, 1 }, 167.11554, 0.00012, 0.088 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, -1, -1 }, 347.19574, 0.00061, 0.040 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, -1, 1 }, 347.18239, 0.00053, 0.521 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, 0, -1 }, 341.95427, 0.00003, 0.086 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, 0, 1 }, 345.50412, 0.00011, 0.066 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 1, -1, 0 }, 349.13990, 0.00012, 1.155 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 1, 0, -2 }, 169.31955, 0.00002, 0.079 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 1, 0, 0 }, 169.12140, 0.00246, 0.071 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 1, 1, 0 }, 169.11871, 0.00014, 0.037 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -4, -1 }, 168.07384, 0.00002, 0.025 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -3, -1 }, 168.10964, 0.00015, 0.037 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -3, 1 }, 180.25854, 0.00001, 6.855 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -2, -1 }, 167.25813, 0.00138, 0.074 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -2, 1 }, 166.94278, 0.00107, 0.075 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -1, -1 }, 167.22739, 0.00329, 5.330 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 170.64101, 0.00002, 0.076 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -1, 1 }, 167.24129, 0.00349, 0.038 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, 0, -1 }, 168.48459, 0.00090, 0.077 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, 0, 1 }, 167.22768, 0.00045, 0.025 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, 1, -1 }, 168.91902, 0.00004, 0.038 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, 1, 1 }, 167.24632, 0.00004, 0.019 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 3, -1, 0 }, 169.11872, 0.00003, 0.039 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 4, -3, -1 }, 166.06406, 0.00002, 0.510 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 4, -3, 1 }, 166.55842, 0.00005, 0.040 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 4, -2, -1 }, 167.13840, 0.00016, 0.089 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 4, -2, 1 }, 167.17344, 0.00012, 0.026 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 4, -1, -1 }, 167.23588, 0.00012, 0.041 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 4, -1, 1 }, 167.22479, 0.00007, 0.019 }, + { { 0, 6, -8, 0, 1, 0, 0, 0, 2, 0, -3 }, 269.87240, 0.00001, 0.073 }, + { { 0, 6, -8, 0, 1, 0, 0, 0, 2, 0, -1 }, 89.87240, 0.00001, 0.076 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -2, 0, -1 }, 87.96839, 0.00001, 0.028 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -2, 0, 1 }, 89.68861, 0.00004, 0.117 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -1, -1, 0 }, 256.24529, 0.00004, 0.044 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 256.25502, 0.00093, 0.104 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -1, 1, 0 }, 76.26923, 0.00007, 0.275 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, -1, -1 }, 182.09631, 0.00001, 0.042 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, -1, 1 }, 141.45458, 0.00001, 0.342 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, 0, -1 }, 92.82532, 0.00005, 0.094 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, 0, 1 }, 272.47454, 0.00003, 0.062 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, 1, -1 }, 270.35305, 0.00002, 0.387 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, 1, 1 }, 270.98889, 0.00003, 0.034 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, -2, 0 }, 260.79637, 0.00003, 0.088 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, -1, 0 }, 256.27798, 0.00013, 0.536 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, 0, -2 }, 76.24699, 0.00005, 0.085 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, 0, 0 }, 76.28667, 0.00471, 0.066 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, 1, 0 }, 76.28673, 0.00024, 0.035 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, -2, -1 }, 270.41998, 0.00003, 0.080 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, -1, -1 }, 270.03909, 0.00026, 1.231 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 258.23708, 0.00002, 0.070 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, -1, 1 }, 270.51615, 0.00036, 0.036 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, 0, -3 }, 278.50242, 0.00001, 0.078 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, 0, -1 }, 272.16015, 0.00191, 0.071 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, 0, 1 }, 92.04030, 0.00004, 0.024 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, 1, -1 }, 272.15664, 0.00011, 0.037 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, 1, 1 }, 92.20258, 0.00002, 0.018 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 3, -2, 0 }, 256.21662, 0.00011, 0.075 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 3, -1, -2 }, 256.21758, 0.00003, 4.143 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 3, -1, 0 }, 76.40522, 0.00002, 0.038 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 3, 0, 0 }, 76.28777, 0.00003, 0.025 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 4, -1, -1 }, 272.15680, 0.00002, 0.039 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -2, 0, -1 }, 177.78097, 0.00001, 0.029 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -2, 0, 1 }, 359.94430, 0.00003, 0.132 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -1, 0, 0 }, 15.29401, 0.00015, 0.116 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, -3, -1 }, 0.06343, 0.00001, 0.020 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, -2, 1 }, 179.65507, 0.00001, 0.107 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 0, -1 }, 182.72312, 0.00003, 0.103 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 0, 1 }, 180.18800, 0.00037, 0.058 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 1, -1 }, 180.03918, 0.00016, 0.279 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 1, 1 }, 180.07447, 0.00019, 0.033 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 2, -1 }, 179.97555, 0.00001, 0.059 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 2, 1 }, 179.99339, 0.00001, 0.023 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 1, -1, 0 }, 10.73319, 0.00002, 0.349 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 1, 0, -2 }, 194.13618, 0.00001, 0.093 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 1, 0, -1 }, 0.01965, 0.00003, 0.370 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 1, 0, 0 }, 190.60355, 0.00063, 0.062 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 1, 0, 1 }, 0.01965, 0.00003, 0.034 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 1, 1, 0 }, 190.59296, 0.00004, 0.034 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, -2, -1 }, 180.03458, 0.00007, 0.087 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, -1, -1 }, 180.02382, 0.00077, 0.552 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, -1, 1 }, 180.02376, 0.00098, 0.035 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, 0, -3 }, 180.05026, 0.00003, 0.085 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, 0, -1 }, 180.02696, 0.00416, 0.066 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, 0, 1 }, 0.02554, 0.00031, 0.024 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, 1, -1 }, 180.02477, 0.00018, 0.035 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, 1, 1 }, 0.02550, 0.00009, 0.018 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 4, -2, 1 }, 180.02090, 0.00003, 0.025 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 4, -1, -1 }, 180.02408, 0.00008, 0.038 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 4, 0, -1 }, 0.03227, 0.00002, 0.025 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 4, 0, 1 }, 0.02676, 0.00002, 0.015 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -1, -1, 0 }, 283.27725, 0.00007, 0.048 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -1, 0, -2 }, 103.28405, 0.00002, 0.029 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -1, 0, 0 }, 283.28087, 0.00106, 0.131 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -1, 1, 0 }, 103.27865, 0.00016, 0.177 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, -2, 0 }, 283.32154, 0.00002, 0.107 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, 0, -2 }, 103.32437, 0.00003, 0.103 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.32226, 0.00282, 0.058 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, 1, 0 }, 103.32263, 0.00016, 0.033 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 2, 0, -1 }, 264.36313, 0.00009, 0.062 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 2, 0, 1 }, 92.71680, 0.00001, 0.023 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 3, -1, 0 }, 103.32260, 0.00003, 0.035 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 3, 0, 0 }, 103.32260, 0.00002, 0.024 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, -2, 0, -1 }, 27.68258, 0.00002, 0.031 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, -2, 0, 1 }, 27.68276, 0.00002, 0.180 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 184.29594, 0.00004, 0.151 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 0, 0, -1 }, 25.62908, 0.00002, 0.130 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 0, 0, 1 }, 25.62250, 0.00002, 0.052 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 3.30494, 0.00004, 0.055 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 2, 0, -1 }, 23.18808, 0.00002, 0.059 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 2, 0, 1 }, 212.32580, 0.00001, 0.023 }, + { { 0, 6, -3, 0, 0, 0, 0, 0, -1, 0, 0 }, 126.73128, 0.00002, 0.178 }, + { { 0, 6, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 308.71140, 0.00004, 0.052 }, + { { 0, 7, -13, 0, 0, 0, 0, 0, -2, 0, 1 }, 38.65913, 0.00001, 0.077 }, + { { 0, 7, -13, 0, 0, 0, 0, 0, -2, 0, 3 }, 218.65913, 0.00001, 0.072 }, + { { 0, 7, -13, 0, 2, 0, 0, 0, -2, 0, 1 }, 231.60911, 0.00001, 0.078 }, + { { 0, 7, -13, 0, 2, 0, 0, 0, -2, 0, 3 }, 51.60911, 0.00001, 0.071 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, 0, 0, -1 }, 57.88299, 0.00001, 0.071 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, 0, 0, 1 }, 57.88299, 0.00001, 0.078 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, 1, 0, 0 }, 149.30429, 0.00006, 0.078 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, -1, 0, 0 }, 67.06123, 0.00008, 0.091 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 1, -1, 0 }, 68.37961, 0.00005, 2.034 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 1, 0, -2 }, 248.44641, 0.00001, 0.076 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 1, 0, 0 }, 248.38034, 0.00102, 0.073 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 1, 1, 0 }, 248.37961, 0.00006, 0.037 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 2, -1, -1 }, 254.25107, 0.00003, 1.779 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 2, -1, 1 }, 254.25287, 0.00003, 0.038 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 2, 0, -1 }, 253.34345, 0.00005, 0.079 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 348.37045, 0.00014, 0.100 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 0, -1, -1 }, 168.55097, 0.00002, 0.041 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 0, -1, 1 }, 168.55083, 0.00002, 0.393 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 0, 0, -1 }, 171.32188, 0.00002, 0.091 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 1, -1, 0 }, 348.97796, 0.00006, 0.670 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 1, 0, -2 }, 168.99258, 0.00001, 0.083 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 1, 0, 0 }, 168.97991, 0.00111, 0.068 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 1, 1, 0 }, 168.97796, 0.00006, 0.036 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, -1, -1 }, 347.21785, 0.00006, 2.284 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, -1, 1 }, 348.47811, 0.00010, 0.037 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, 0, -3 }, 174.63991, 0.00001, 0.076 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, 0, -1 }, 350.08404, 0.00083, 0.073 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, 0, 1 }, 168.95397, 0.00002, 0.025 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, 1, -1 }, 350.05272, 0.00005, 0.037 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -1, -1, 0 }, 256.09995, 0.00002, 0.045 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -1, 0, 0 }, 256.11106, 0.00058, 0.111 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -1, 1, 0 }, 76.12511, 0.00006, 0.234 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 0, -1, 1 }, 92.13155, 0.00001, 0.282 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 0, 0, -1 }, 263.04725, 0.00001, 0.100 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 0, 0, 1 }, 269.27250, 0.00004, 0.060 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 0, 1, 1 }, 271.23674, 0.00002, 0.033 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, -1, 0 }, 254.69350, 0.00005, 0.401 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, 0, -2 }, 76.33549, 0.00002, 0.090 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, 0, 0 }, 76.14582, 0.00274, 0.064 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, 1, 0 }, 76.14542, 0.00014, 0.034 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, -2, 1 }, 92.33880, 0.00001, 0.067 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, -1, -1 }, 271.67521, 0.00015, 0.695 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, -1, 1 }, 271.80762, 0.00018, 0.035 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, 0, -1 }, 272.35437, 0.00087, 0.068 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, 0, 1 }, 92.35518, 0.00005, 0.024 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, 1, -1 }, 272.33801, 0.00005, 0.036 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, 1, 1 }, 92.30958, 0.00002, 0.018 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 3, -1, 0 }, 76.14626, 0.00003, 0.037 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 3, 0, 0 }, 76.14627, 0.00002, 0.025 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -2, 0, -1 }, 181.41379, 0.00002, 0.030 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -2, 0, 1 }, 182.16820, 0.00002, 0.144 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -2, 1, -1 }, 180.42175, 0.00002, 0.049 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -2, 3, -1 }, 0.14686, 0.00001, 0.167 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 15.00068, 0.00012, 0.125 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, -1, -1 }, 180.18719, 0.00002, 0.045 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, 0, -1 }, 180.94726, 0.00003, 0.111 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, 0, 1 }, 180.09303, 0.00028, 0.056 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, 1, -1 }, 180.06477, 0.00012, 0.237 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, 1, 1 }, 180.09748, 0.00010, 0.032 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, 2, 1 }, 180.10255, 0.00002, 0.023 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 1, -1, 0 }, 10.75720, 0.00003, 0.286 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 1, 0, 0 }, 190.76073, 0.00048, 0.060 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 1, 1, 0 }, 190.75744, 0.00003, 0.033 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, -2, -1 }, 180.11885, 0.00005, 0.092 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, -1, -1 }, 180.03157, 0.00049, 0.410 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, -1, 1 }, 180.02986, 0.00060, 0.034 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, 0, -3 }, 180.02899, 0.00001, 0.090 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, 0, -1 }, 180.03045, 0.00246, 0.064 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, 0, 1 }, 359.99792, 0.00027, 0.024 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, 1, -1 }, 180.03114, 0.00010, 0.035 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, 1, 1 }, 0.01084, 0.00007, 0.018 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 4, -2, 1 }, 179.97021, 0.00002, 0.025 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 4, -1, -1 }, 180.02680, 0.00007, 0.037 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 4, -1, 1 }, 0.01955, 0.00002, 0.019 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 4, 0, -1 }, 0.01811, 0.00004, 0.025 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -1, -1, 0 }, 283.26290, 0.00005, 0.049 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -1, 0, 0 }, 283.26710, 0.00074, 0.143 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -1, 1, 0 }, 103.26685, 0.00013, 0.160 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 1, -1, 0 }, 103.27651, 0.00002, 0.223 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 1, 0, -2 }, 103.30148, 0.00003, 0.110 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.31672, 0.00201, 0.056 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 1, 1, 0 }, 103.31666, 0.00011, 0.032 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 2, 0, -1 }, 266.06182, 0.00007, 0.060 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 2, 0, 1 }, 93.50135, 0.00001, 0.023 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 3, -1, 0 }, 103.31660, 0.00002, 0.034 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, -2, 0, -1 }, 26.83923, 0.00002, 0.031 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, -2, 0, 1 }, 26.83865, 0.00002, 0.203 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, -1, 0, 0 }, 182.69243, 0.00002, 0.167 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 1, 0, 0 }, 353.74568, 0.00002, 0.053 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 2, 0, -1 }, 22.65134, 0.00002, 0.057 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 309.01239, 0.00003, 0.051 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, -2, 0, 1 }, 160.56629, 0.00006, 0.081 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, -1, 0, 0 }, 131.57467, 0.00014, 0.075 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 0, -1, -1 }, 340.98285, 0.00004, 0.036 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 0, -1, 1 }, 341.59624, 0.00002, 1.206 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 0, 0, -1 }, 338.06603, 0.00002, 0.069 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 0, 0, 1 }, 338.37798, 0.00003, 0.080 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 0, 1, -1 }, 339.66505, 0.00005, 0.860 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 0, 1, 1 }, 339.46026, 0.00006, 0.039 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 2, -1, -1 }, 340.94671, 0.00010, 0.341 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 2, -1, 1 }, 340.76367, 0.00012, 0.042 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 2, 0, -1 }, 340.47335, 0.00042, 0.097 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 2, 0, 1 }, 339.99223, 0.00011, 0.027 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 2, 1, 1 }, 340.28422, 0.00001, 0.020 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -4, 0, -1 }, 236.48131, 0.00003, 0.016 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -4, 0, 1 }, 237.04331, 0.00008, 0.028 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -4, 1, -1 }, 237.28050, 0.00005, 0.020 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -4, 1, 1 }, 237.69315, 0.00010, 0.044 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -4, 2, -1 }, 236.71455, 0.00005, 0.027 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -4, 2, 1 }, 234.92068, 0.00001, 0.105 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, -2, -1 }, 237.53797, 0.00002, 0.015 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, -1, -1 }, 236.75473, 0.00019, 0.019 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, -1, 1 }, 236.63748, 0.00040, 0.041 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 0, -1 }, 237.40216, 0.00122, 0.026 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 0, 1 }, 237.28901, 0.00626, 0.088 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 0, 3 }, 237.99295, 0.00002, 0.064 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 1, -1 }, 237.97758, 0.00171, 0.040 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 1, 1 }, 238.02034, 0.00140, 0.514 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 2, -1 }, 52.06430, 0.00002, 0.086 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 2, 1 }, 241.17882, 0.00010, 0.066 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 3, 1 }, 238.63883, 0.00001, 0.035 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -1, 0, -1 }, 55.67498, 0.00003, 0.039 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -1, 0, 1 }, 55.67473, 0.00003, 0.945 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -3, -1 }, 233.34244, 0.00002, 0.019 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -2, -1 }, 233.46495, 0.00022, 0.025 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -2, 1 }, 232.93762, 0.00010, 0.076 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -1, -1 }, 233.77003, 0.00187, 0.037 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -1, 1 }, 233.09698, 0.00159, 5.850 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 0, -1 }, 237.86841, 0.00218, 0.075 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 0, 1 }, 237.86437, 0.00218, 0.074 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 1, -1 }, 233.09372, 0.00159, 6.151 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 1, 1 }, 233.76930, 0.00187, 0.037 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 2, -1 }, 233.22607, 0.00010, 0.076 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 2, 1 }, 233.57451, 0.00022, 0.025 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 3, 1 }, 233.46832, 0.00002, 0.019 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 1, 0, -1 }, 57.88331, 0.00003, 0.953 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 1, 0, 1 }, 57.88331, 0.00003, 0.039 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, -3, -1 }, 237.45661, 0.00001, 0.035 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, -2, -1 }, 239.56601, 0.00010, 0.066 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, -2, 1 }, 58.84138, 0.00002, 0.086 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, -1, -1 }, 237.96024, 0.00139, 0.516 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, -1, 1 }, 237.92651, 0.00170, 0.040 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 0, -3 }, 237.96285, 0.00002, 0.064 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 0, -1 }, 237.23099, 0.00623, 0.088 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 0, 1 }, 237.22771, 0.00121, 0.026 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 1, -1 }, 236.48643, 0.00040, 0.041 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 1, 1 }, 236.41795, 0.00019, 0.019 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 2, 1 }, 237.38610, 0.00002, 0.015 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 4, -2, -1 }, 237.38206, 0.00001, 0.105 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 4, -2, 1 }, 237.37904, 0.00005, 0.027 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 4, -1, -1 }, 237.64783, 0.00010, 0.044 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 4, -1, 1 }, 237.22620, 0.00005, 0.020 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 4, 0, -1 }, 236.93172, 0.00008, 0.028 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 4, 0, 1 }, 236.33304, 0.00003, 0.016 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, 0, -1 }, 104.23559, 0.00006, 0.027 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, 0, 1 }, 103.40046, 0.00018, 0.097 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, 1, -1 }, 83.14471, 0.00004, 0.042 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, 1, 1 }, 74.09872, 0.00004, 0.340 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -1, -1, 0 }, 333.47607, 0.00002, 0.041 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -1, 0, 0 }, 332.89054, 0.00011, 0.088 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -1, 1, 0 }, 333.47607, 0.00010, 0.529 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 0, -1, -1 }, 3.33282, 0.00004, 0.039 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 0, -1, 1 }, 20.80825, 0.00002, 0.854 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 0, 0, -1 }, 10.58326, 0.00003, 0.081 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 0, 0, 1 }, 16.11328, 0.00003, 0.069 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 0, 1, -1 }, 350.69418, 0.00003, 1.194 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 0, 1, 1 }, 351.53524, 0.00005, 0.036 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 1, -2, 0 }, 333.47607, 0.00002, 0.076 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 1, -1, 0 }, 333.47607, 0.00060, 8.534 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 1, 0, 0 }, 153.47650, 0.01107, 0.075 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 1, 1, 0 }, 153.47607, 0.00060, 0.038 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 1, 2, 0 }, 153.47607, 0.00004, 0.025 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 2, 0, -1 }, 327.22565, 0.00016, 0.081 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 2, 0, 1 }, 330.41620, 0.00001, 0.026 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 3, -1, 0 }, 153.47607, 0.00012, 0.040 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 3, 0, 0 }, 153.47607, 0.00007, 0.026 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, -1, 0, 0 }, 82.62981, 0.00001, 0.096 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 1, -1, 0 }, 68.20431, 0.00002, 0.895 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 1, 0, 0 }, 248.20431, 0.00030, 0.070 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 1, 1, 0 }, 248.20431, 0.00002, 0.036 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, -1, -1 }, 75.54505, 0.00006, 15.770 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, -1, 1 }, 76.01579, 0.00004, 0.037 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, 0, -1 }, 254.43704, 0.00035, 0.075 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, 1, -1 }, 254.43704, 0.00002, 0.038 }, + { { 0, 8, -11, 0, 0, 3, 0, 0, 2, 0, -3 }, 358.61239, 0.00001, 0.074 }, + { { 0, 8, -11, 0, 0, 3, 0, 0, 2, 0, -1 }, 178.61239, 0.00001, 0.075 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, -1, 0, 0 }, 348.32546, 0.00009, 0.107 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 1, -1, 0 }, 348.86721, 0.00004, 0.472 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 1, 0, -2 }, 168.95727, 0.00001, 0.087 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 1, 0, 0 }, 168.86548, 0.00064, 0.065 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 1, 1, 0 }, 168.86722, 0.00004, 0.035 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, -1, -1 }, 350.83742, 0.00005, 0.940 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, -1, 1 }, 350.83712, 0.00005, 0.036 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, 0, -1 }, 351.09119, 0.00023, 0.070 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, 0, 1 }, 170.31095, 0.00002, 0.024 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 3, -1, -1 }, 169.99155, 0.00006, 0.074 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 255.94060, 0.00038, 0.120 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -1, 1, 0 }, 75.93432, 0.00003, 0.204 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, 0, -1 }, 270.84446, 0.00001, 0.106 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, 0, 1 }, 271.84259, 0.00002, 0.057 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, -1, 0 }, 255.96258, 0.00001, 0.321 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, 0, -2 }, 75.83797, 0.00002, 0.095 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, 0, 0 }, 75.97687, 0.00171, 0.061 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, 1, 0 }, 75.97653, 0.00008, 0.034 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, -1, -1 }, 272.39262, 0.00010, 0.485 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, -1, 1 }, 272.47603, 0.00012, 0.035 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, 0, -1 }, 272.55013, 0.00052, 0.065 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, 0, 1 }, 93.74093, 0.00007, 0.024 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, 1, -1 }, 272.66787, 0.00003, 0.035 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, 1, 1 }, 93.19257, 0.00001, 0.018 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 3, -1, 0 }, 75.97715, 0.00002, 0.036 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -2, 0, -1 }, 180.61752, 0.00002, 0.030 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -2, 0, 1 }, 180.19868, 0.00005, 0.158 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -1, 0, 0 }, 15.48670, 0.00008, 0.136 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, -1, -1 }, 179.90989, 0.00002, 0.046 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, -1, 1 }, 179.59142, 0.00003, 0.193 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, 0, -1 }, 183.56497, 0.00003, 0.119 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, 0, 1 }, 180.46464, 0.00023, 0.054 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, 1, -1 }, 179.98470, 0.00011, 0.207 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, 1, 1 }, 180.10618, 0.00009, 0.032 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, 2, 1 }, 179.60945, 0.00001, 0.022 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 1, -1, 0 }, 10.97691, 0.00002, 0.243 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 1, 0, 0 }, 190.97692, 0.00038, 0.058 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 1, 1, 0 }, 190.97691, 0.00002, 0.033 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, -2, -1 }, 180.32633, 0.00003, 0.098 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, -1, -1 }, 180.04037, 0.00030, 0.326 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, -1, 1 }, 180.01488, 0.00038, 0.033 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, 0, -1 }, 179.93498, 0.00158, 0.061 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, 0, 1 }, 359.99607, 0.00023, 0.023 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, 1, -1 }, 179.88975, 0.00006, 0.034 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, 1, 1 }, 0.00521, 0.00006, 0.018 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 4, -2, 1 }, 179.84408, 0.00001, 0.024 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 4, -1, -1 }, 179.95119, 0.00002, 0.036 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 4, -1, 1 }, 0.02404, 0.00001, 0.018 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 4, 0, -1 }, 0.01034, 0.00003, 0.024 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -1, -1, 0 }, 283.24678, 0.00004, 0.051 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 283.25148, 0.00052, 0.157 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -1, 1, 0 }, 103.25801, 0.00011, 0.145 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, -1, 0 }, 103.29061, 0.00005, 0.195 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, 0, -2 }, 103.30921, 0.00002, 0.118 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.30819, 0.00145, 0.054 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, 1, 0 }, 103.30831, 0.00007, 0.032 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 2, 0, -1 }, 267.40883, 0.00005, 0.058 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 2, 0, 1 }, 94.45970, 0.00001, 0.023 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 3, -1, 0 }, 103.30802, 0.00002, 0.033 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, -2, 0, -1 }, 26.48064, 0.00002, 0.032 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, 2, 0, -1 }, 23.30102, 0.00001, 0.055 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, 1, 0, 0 }, 309.24747, 0.00003, 0.049 }, + { { 0, 9, -17, 0, 3, 0, 0, 0, -2, 0, 1 }, 146.35661, 0.00001, 0.074 }, + { { 0, 9, -17, 0, 3, 0, 0, 0, -2, 0, 3 }, 326.35661, 0.00001, 0.075 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, 0, 0, -1 }, 57.84658, 0.00001, 0.078 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, 0, 0, 1 }, 57.84658, 0.00001, 0.071 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, 1, 0, 0 }, 229.85316, 0.00002, 0.077 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, 1, 0, 0 }, 333.10097, 0.00007, 0.071 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 1, 0, 0 }, 249.64846, 0.00015, 0.067 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 2, 0, -1 }, 75.07382, 0.00007, 0.072 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, -1, 0, 0 }, 348.12220, 0.00005, 0.114 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 1, -1, 0 }, 348.63570, 0.00002, 0.365 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 1, 0, 0 }, 168.61822, 0.00040, 0.063 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 1, 1, 0 }, 168.63636, 0.00002, 0.034 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 2, -1, -1 }, 352.18150, 0.00003, 0.592 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 2, -1, 1 }, 352.18150, 0.00003, 0.035 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 2, 0, -1 }, 352.01705, 0.00012, 0.067 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 2, 0, 1 }, 170.99337, 0.00002, 0.024 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, -1, 0, 0 }, 255.73972, 0.00025, 0.129 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, -1, 1, 0 }, 75.75125, 0.00002, 0.181 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 0, -1, 1 }, 272.19907, 0.00002, 0.208 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 1, 0, 0 }, 75.77742, 0.00111, 0.059 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 1, 1, 0 }, 75.77788, 0.00007, 0.033 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, -1, -1 }, 272.47979, 0.00007, 0.372 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, -1, 1 }, 272.45197, 0.00008, 0.034 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, 0, -1 }, 272.18847, 0.00033, 0.063 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, 0, 1 }, 92.96851, 0.00006, 0.023 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, 1, -1 }, 272.31106, 0.00002, 0.034 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, 1, 1 }, 92.71295, 0.00001, 0.018 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -2, 0, -1 }, 180.52985, 0.00002, 0.031 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -2, 0, 1 }, 180.27988, 0.00004, 0.176 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 15.27950, 0.00006, 0.148 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 0, -1, -1 }, 180.30951, 0.00003, 0.048 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 0, -1, 1 }, 180.17277, 0.00004, 0.173 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 0, 0, -1 }, 181.19568, 0.00002, 0.128 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 0, 0, 1 }, 180.09327, 0.00017, 0.052 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 0, 1, -1 }, 180.21264, 0.00005, 0.183 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 0, 1, 1 }, 180.16658, 0.00007, 0.031 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 1, -1, 0 }, 11.19231, 0.00002, 0.211 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 1, 0, 0 }, 191.19231, 0.00029, 0.056 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 1, 1, 0 }, 191.19231, 0.00002, 0.032 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, -2, -1 }, 180.00923, 0.00002, 0.105 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, -1, -1 }, 180.00012, 0.00020, 0.271 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, -1, 1 }, 179.99778, 0.00025, 0.033 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, 0, -1 }, 179.99711, 0.00102, 0.059 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, 0, 1 }, 0.00778, 0.00019, 0.023 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, 1, -1 }, 179.99448, 0.00004, 0.033 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, 1, 1 }, 0.00395, 0.00006, 0.018 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 4, 0, 1 }, 180.00770, 0.00001, 0.015 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, -1, -1, 0 }, 283.23243, 0.00002, 0.053 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, -1, 0, 0 }, 283.23342, 0.00037, 0.174 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, -1, 1, 0 }, 103.24205, 0.00007, 0.133 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 1, -1, 0 }, 103.28195, 0.00005, 0.174 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 1, 0, -2 }, 103.29788, 0.00001, 0.127 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.29685, 0.00105, 0.053 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 1, 1, 0 }, 103.29699, 0.00005, 0.031 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 2, 0, -1 }, 268.77345, 0.00004, 0.056 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 2, 0, 1 }, 93.33368, 0.00001, 0.022 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, 2, 0, -1 }, 24.34790, 0.00001, 0.053 }, + { { 0, 9, -6, 0, 0, 0, 0, 0, 1, 0, 0 }, 309.43337, 0.00002, 0.048 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, 1, 0, 0 }, 52.33272, 0.00003, 0.073 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, 1, 0, 0 }, 332.18217, 0.00003, 0.068 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, 2, 0, -1 }, 157.21334, 0.00004, 0.074 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 1, 0, 0 }, 250.30634, 0.00010, 0.064 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 2, 0, -1 }, 76.03001, 0.00003, 0.069 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, -1, 0, 0 }, 348.09236, 0.00003, 0.123 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 1, 0, 0 }, 168.76312, 0.00027, 0.060 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 2, -1, -1 }, 353.45687, 0.00002, 0.432 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 2, -1, 1 }, 353.45801, 0.00002, 0.034 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 2, 0, -1 }, 352.91888, 0.00007, 0.064 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 2, 0, 1 }, 171.89652, 0.00002, 0.024 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -1, 0, 0 }, 255.50719, 0.00017, 0.141 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -1, 1, 0 }, 75.51973, 0.00002, 0.163 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 0, -1, -1 }, 272.22172, 0.00001, 0.047 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 0, -1, 1 }, 272.22172, 0.00001, 0.184 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 1, -1, 0 }, 75.55422, 0.00001, 0.229 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 1, 0, 0 }, 75.55381, 0.00074, 0.057 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 1, 1, 0 }, 75.55397, 0.00005, 0.032 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, -1, -1 }, 272.34461, 0.00007, 0.302 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, -1, 1 }, 272.34529, 0.00005, 0.033 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, 0, -1 }, 272.26173, 0.00022, 0.060 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, 0, 1 }, 92.53178, 0.00005, 0.023 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, 1, 1 }, 92.44705, 0.00001, 0.018 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, 0, -1 }, 180.21464, 0.00004, 0.031 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, 0, 1 }, 180.21416, 0.00004, 0.198 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, 1, -1 }, 180.12628, 0.00001, 0.054 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, 1, 1 }, 180.12628, 0.00001, 0.122 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -1, 0, 0 }, 15.35908, 0.00003, 0.164 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 0, -1, -1 }, 179.99159, 0.00005, 0.049 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 0, -1, 1 }, 179.97965, 0.00002, 0.156 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 0, 0, -1 }, 181.59884, 0.00001, 0.140 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 0, 0, 1 }, 180.09341, 0.00013, 0.051 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 0, 1, 1 }, 180.03471, 0.00005, 0.030 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 1, 0, 0 }, 191.38023, 0.00023, 0.054 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, -2, -1 }, 180.20518, 0.00001, 0.112 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, -1, -1 }, 179.99102, 0.00015, 0.232 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, -1, 1 }, 179.99163, 0.00018, 0.032 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, 0, -1 }, 179.98666, 0.00066, 0.057 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, 0, 1 }, 0.01613, 0.00015, 0.023 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, 1, -1 }, 179.98740, 0.00003, 0.032 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, 1, 1 }, 359.99856, 0.00004, 0.017 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 4, -1, 1 }, 359.99777, 0.00002, 0.018 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 4, 0, 1 }, 179.99097, 0.00002, 0.014 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 283.21313, 0.00027, 0.196 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -1, 1, 0 }, 103.22383, 0.00006, 0.123 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 1, -1, 0 }, 103.57905, 0.00005, 0.157 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.28294, 0.00076, 0.051 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 1, 1, 0 }, 103.28273, 0.00005, 0.030 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 2, 0, -1 }, 269.50340, 0.00003, 0.054 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 2, 0, 1 }, 94.20378, 0.00001, 0.022 }, + { { 0, 10, -7, 0, 0, 0, 0, 0, 1, 0, 0 }, 309.58186, 0.00002, 0.046 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, -2, -1, 1 }, 256.24244, 0.00002, 0.081 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 0, -2, -1 }, 256.24244, 0.00001, 0.036 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 0, 0, 1 }, 76.24244, 0.00002, 0.039 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 2, -2, 1 }, 76.24244, 0.00002, 0.042 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 2, -1, -1 }, 76.24244, 0.00004, 0.097 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 2, -1, 1 }, 76.24244, 0.00003, 0.027 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -4, -1, 1 }, 333.30551, 0.00002, 0.028 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -4, 0, -1 }, 333.30551, 0.00002, 0.020 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -4, 0, 1 }, 333.30551, 0.00002, 0.044 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, -3, -1 }, 333.30551, 0.00001, 0.015 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, -2, -1 }, 333.30551, 0.00008, 0.019 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, -2, 1 }, 333.30551, 0.00009, 0.041 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, -1, -1 }, 333.30551, 0.00048, 0.026 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, -1, 1 }, 333.39853, 0.00086, 0.088 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, 0, -1 }, 333.30551, 0.00054, 0.040 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, 1, 1 }, 153.30551, 0.00002, 0.066 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -1, -1, -1 }, 153.30551, 0.00001, 0.039 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -4, -1 }, 333.30551, 0.00002, 0.019 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -3, -1 }, 333.30551, 0.00025, 0.025 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -3, 1 }, 333.30551, 0.00004, 0.076 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -2, -1 }, 333.25817, 0.00274, 0.037 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -2, 1 }, 341.15840, 0.00002, 6.016 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -1, -3 }, 153.30551, 0.00003, 0.025 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -1, -1 }, 333.18883, 0.02492, 0.075 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -1, 1 }, 333.23168, 0.02491, 0.075 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -1, 3 }, 153.30551, 0.00003, 0.025 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 0, -1 }, 341.15840, 0.00002, 5.978 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 0, 1 }, 333.25817, 0.00274, 0.037 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 1, -1 }, 333.30551, 0.00004, 0.076 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 1, 1 }, 333.30551, 0.00025, 0.025 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 2, 1 }, 333.30551, 0.00002, 0.019 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 1, -1, 1 }, 153.30551, 0.00001, 0.039 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, -3, -1 }, 153.30551, 0.00002, 0.066 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, -2, 1 }, 333.30551, 0.00054, 0.040 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, -1, -1 }, 333.39853, 0.00086, 0.088 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, -1, 1 }, 333.30551, 0.00048, 0.026 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, 0, -1 }, 333.30551, 0.00009, 0.041 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, 0, 1 }, 333.30551, 0.00008, 0.019 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, 1, 1 }, 333.30551, 0.00001, 0.015 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 4, -2, -1 }, 333.30551, 0.00002, 0.044 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 4, -2, 1 }, 333.30551, 0.00002, 0.020 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 4, -1, -1 }, 333.30551, 0.00002, 0.028 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, -2, -1, -1 }, 230.36858, 0.00003, 0.027 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, -2, -1, 1 }, 230.36858, 0.00004, 0.097 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, -2, 0, -1 }, 230.36858, 0.00002, 0.042 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, 0, -2, -1 }, 230.36858, 0.00002, 0.039 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, 0, 0, 1 }, 50.36858, 0.00001, 0.036 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, 2, -1, -1 }, 50.36858, 0.00002, 0.081 }, + { { 0, 11, -15, 0, 0, 0, 0, 0, 1, 0, 0 }, 334.42979, 0.00002, 0.066 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, 1, 0, 0 }, 250.89101, 0.00007, 0.062 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, 2, 0, -1 }, 76.77296, 0.00002, 0.066 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, -1, 0, 0 }, 348.18552, 0.00003, 0.134 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 1, 0, 0 }, 168.68850, 0.00019, 0.058 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 2, 0, -1 }, 353.66021, 0.00005, 0.062 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 2, 0, 1 }, 172.90028, 0.00001, 0.023 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -1, 0, 0 }, 255.24458, 0.00012, 0.154 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, -1, -1 }, 275.48597, 0.00001, 0.048 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, -1, 1 }, 275.48597, 0.00001, 0.165 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, 1, -1 }, 275.48597, 0.00001, 0.175 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, 1, 1 }, 275.48597, 0.00001, 0.031 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 1, -1, 0 }, 75.29733, 0.00001, 0.200 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 1, 0, 0 }, 75.29738, 0.00049, 0.055 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 1, 1, 0 }, 75.29756, 0.00003, 0.032 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 2, -1, -1 }, 272.49091, 0.00005, 0.254 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 2, -1, 1 }, 272.55449, 0.00004, 0.032 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 2, 0, -1 }, 272.01473, 0.00016, 0.058 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 2, 0, 1 }, 93.39380, 0.00004, 0.023 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -2, 0, -1 }, 180.18711, 0.00004, 0.032 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -2, 0, 1 }, 180.18659, 0.00003, 0.226 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -2, 1, -1 }, 180.07998, 0.00001, 0.055 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -2, 1, 1 }, 180.07998, 0.00001, 0.113 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -1, 0, 0 }, 14.82420, 0.00003, 0.182 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 0, -1, -1 }, 179.99217, 0.00004, 0.051 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 0, -1, 1 }, 179.96811, 0.00002, 0.142 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 0, 0, 1 }, 180.14879, 0.00008, 0.049 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 0, 1, 1 }, 180.08343, 0.00002, 0.030 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 1, 0, 0 }, 191.54425, 0.00018, 0.052 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, -1, -1 }, 179.97139, 0.00011, 0.202 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, -1, 1 }, 179.97478, 0.00012, 0.031 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, 0, -1 }, 179.95856, 0.00045, 0.055 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, 0, 1 }, 0.04756, 0.00010, 0.022 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, 1, 1 }, 359.99814, 0.00004, 0.017 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 4, -1, 1 }, 359.98935, 0.00001, 0.018 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -1, 0, 0 }, 283.18758, 0.00019, 0.223 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -1, 1, 0 }, 103.20353, 0.00005, 0.114 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 1, -1, 0 }, 103.28701, 0.00004, 0.143 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.23432, 0.00055, 0.049 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 1, 1, 0 }, 103.24011, 0.00004, 0.030 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 2, 0, -1 }, 270.10953, 0.00002, 0.052 }, + { { 0, 12, -15, 0, 0, 0, 0, 0, 1, 0, 0 }, 251.41110, 0.00005, 0.059 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, -1, 0, 0 }, 348.13089, 0.00002, 0.146 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 1, 0, 0 }, 168.60573, 0.00014, 0.056 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 2, 0, -1 }, 354.32071, 0.00003, 0.059 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 2, 0, 1 }, 173.71682, 0.00001, 0.023 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, -1, 0, 0 }, 254.93901, 0.00007, 0.171 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 1, -1, 0 }, 75.00957, 0.00001, 0.178 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 1, 0, 0 }, 75.00980, 0.00034, 0.053 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 1, 1, 0 }, 75.01001, 0.00002, 0.031 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 2, -1, -1 }, 272.89622, 0.00003, 0.219 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 2, -1, 1 }, 272.89264, 0.00003, 0.032 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 2, 0, -1 }, 272.18503, 0.00009, 0.056 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 2, 0, 1 }, 92.55731, 0.00005, 0.022 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -2, 0, -1 }, 180.20833, 0.00003, 0.033 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -2, 0, 1 }, 180.20774, 0.00003, 0.263 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -2, 1, -1 }, 180.11001, 0.00001, 0.057 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -2, 1, 1 }, 180.11001, 0.00001, 0.106 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -1, 0, 0 }, 14.40632, 0.00002, 0.206 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 0, -1, -1 }, 179.92365, 0.00002, 0.052 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 0, -1, 1 }, 179.91449, 0.00002, 0.130 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 0, 0, -1 }, 180.25970, 0.00003, 0.169 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 0, 0, 1 }, 180.12790, 0.00005, 0.048 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 1, 0, 0 }, 191.68764, 0.00014, 0.050 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, -1, -1 }, 179.94940, 0.00006, 0.180 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, -1, 1 }, 179.95320, 0.00008, 0.031 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, 0, -1 }, 179.95331, 0.00029, 0.053 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, 0, 1 }, 359.96021, 0.00012, 0.022 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, 1, 1 }, 359.95690, 0.00003, 0.017 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 4, -1, 1 }, 359.95074, 0.00001, 0.017 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -1, 0, 0 }, 283.16090, 0.00013, 0.259 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -1, 1, 0 }, 103.18120, 0.00004, 0.106 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 1, -1, 0 }, 103.24466, 0.00004, 0.131 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.24650, 0.00040, 0.048 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 1, 1, 0 }, 103.24649, 0.00003, 0.029 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 2, 0, -1 }, 271.24007, 0.00002, 0.050 }, + { { 0, 12, -8, 0, 0, 0, -2, 0, -2, 1, -1 }, 272.38258, 0.00002, 0.075 }, + { { 0, 12, -8, 0, 0, 0, -2, 0, -2, 1, 1 }, 272.38258, 0.00002, 0.074 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -4, 1, -1 }, 228.50839, 0.00003, 0.026 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -4, 1, 1 }, 228.50839, 0.00005, 0.089 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -4, 2, -1 }, 228.50839, 0.00003, 0.040 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, -1, -1 }, 228.50839, 0.00002, 0.025 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 0, -1 }, 228.37325, 0.00014, 0.038 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 0, 1 }, 49.08404, 0.00003, 5.228 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 1, -1 }, 228.50839, 0.00156, 0.075 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 1, 1 }, 228.50839, 0.00156, 0.074 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 2, 1 }, 228.56475, 0.00017, 0.037 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 3, 1 }, 228.50839, 0.00002, 0.025 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, 0, 0, 1 }, 228.50839, 0.00003, 0.040 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, 0, 1, -1 }, 228.50839, 0.00005, 0.088 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, 0, 1, 1 }, 228.50839, 0.00003, 0.026 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, -1, 1, -2 }, 149.22796, 0.00004, 0.074 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, -1, 1, 0 }, 149.22796, 0.00004, 0.075 }, + { { 0, 12, -6, 0, 1, 0, 0, 0, 0, 1, -3 }, 278.68671, 0.00001, 0.075 }, + { { 0, 12, -6, 0, 1, 0, 0, 0, 0, 1, -1 }, 278.68671, 0.00001, 0.074 }, + { { 0, 13, -16, 0, 0, 0, 0, 0, 1, 0, 0 }, 251.87408, 0.00003, 0.057 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, 1, 0, 0 }, 168.51430, 0.00010, 0.054 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, 2, 0, -1 }, 354.93827, 0.00002, 0.057 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, 2, 0, 1 }, 174.34383, 0.00001, 0.023 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, -1, 0, 0 }, 254.61162, 0.00005, 0.191 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 0, 0, 1 }, 92.27626, 0.00002, 0.049 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 1, 0, 0 }, 74.68946, 0.00023, 0.051 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 2, -1, -1 }, 272.37926, 0.00002, 0.193 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 2, -1, 1 }, 272.37832, 0.00002, 0.031 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 2, 0, -1 }, 271.77234, 0.00006, 0.054 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 2, 0, 1 }, 93.12857, 0.00004, 0.022 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, -2, 0, -1 }, 180.16815, 0.00003, 0.033 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, -2, 0, 1 }, 180.16751, 0.00003, 0.314 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, -2, 1, -1 }, 180.02448, 0.00001, 0.060 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, -2, 1, 1 }, 180.02448, 0.00001, 0.099 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, -1, 0, 0 }, 14.33592, 0.00002, 0.236 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 0, -1, -1 }, 179.90872, 0.00003, 0.054 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 0, -1, 1 }, 179.90861, 0.00003, 0.121 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 0, 0, -1 }, 180.04894, 0.00003, 0.189 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 0, 0, 1 }, 180.46431, 0.00004, 0.046 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 1, 0, 0 }, 191.81325, 0.00010, 0.049 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 2, -1, -1 }, 180.04763, 0.00006, 0.162 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 2, -1, 1 }, 180.05377, 0.00006, 0.030 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 2, 0, -1 }, 179.93635, 0.00020, 0.051 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 2, 0, 1 }, 359.92508, 0.00009, 0.022 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 2, 1, -1 }, 359.92737, 0.00002, 0.031 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 2, 1, 1 }, 359.92776, 0.00002, 0.017 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -1, 0, 0 }, 283.12732, 0.00009, 0.309 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -1, 1, 0 }, 103.15690, 0.00004, 0.100 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 1, -1, 0 }, 103.22344, 0.00003, 0.121 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.22507, 0.00029, 0.047 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 1, 1, 0 }, 103.22506, 0.00002, 0.029 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, -2, 1, -1 }, 25.96323, 0.00001, 0.068 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, -2, 1, 1 }, 25.96323, 0.00001, 0.083 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, -1, 1 }, 102.34519, 0.00002, 0.074 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, -1, 3 }, 102.34519, 0.00002, 0.075 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, 1, -1 }, 280.36378, 0.00001, 0.073 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, 1, 1 }, 280.36378, 0.00001, 0.076 }, + { { 0, 14, -17, 0, 0, 0, 0, 0, 1, 0, 0 }, 252.28639, 0.00003, 0.055 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, 1, 0, 0 }, 167.65030, 0.00008, 0.052 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, 2, 0, -1 }, 355.49114, 0.00002, 0.055 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, -1, 0, 0 }, 254.25330, 0.00002, 0.217 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 1, 0, 0 }, 74.33451, 0.00016, 0.050 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 2, -1, -1 }, 272.15269, 0.00001, 0.172 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 2, -1, 1 }, 272.15522, 0.00001, 0.031 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 2, 0, -1 }, 271.58924, 0.00006, 0.052 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 2, 0, 1 }, 93.62177, 0.00003, 0.022 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -2, 0, -1 }, 179.95542, 0.00001, 0.034 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -2, 0, 1 }, 179.95542, 0.00001, 0.391 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -2, 1, -1 }, 180.08830, 0.00001, 0.062 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -2, 1, 1 }, 180.08830, 0.00001, 0.093 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -2, 2, -1 }, 359.95542, 0.00001, 0.346 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -2, 2, 1 }, 359.95542, 0.00001, 0.042 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 0, -1, -1 }, 179.88768, 0.00003, 0.056 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 0, -1, 1 }, 179.88759, 0.00003, 0.112 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 0, 0, -1 }, 180.86021, 0.00004, 0.214 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 0, 0, 1 }, 181.12860, 0.00003, 0.045 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 1, 0, 0 }, 191.92346, 0.00008, 0.047 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 2, -1, -1 }, 179.90402, 0.00005, 0.147 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 2, -1, 1 }, 179.90915, 0.00003, 0.030 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 2, 0, -1 }, 179.86612, 0.00014, 0.050 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 2, 0, 1 }, 359.99773, 0.00007, 0.021 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 2, 1, 1 }, 359.95546, 0.00001, 0.017 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -1, 0, 0 }, 283.09809, 0.00006, 0.383 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -1, 1, 0 }, 103.13069, 0.00004, 0.094 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 1, -1, 0 }, 103.20022, 0.00005, 0.113 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.20122, 0.00021, 0.045 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 2, 0, -1 }, 272.30988, 0.00001, 0.047 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 2, 0, 1 }, 272.30988, 0.00001, 0.021 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, -3, 3, -2 }, 352.33008, 0.00001, 0.074 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, -3, 3, 0 }, 352.33008, 0.00001, 0.075 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, -2, 1, -1 }, 26.72280, 0.00003, 0.071 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, -2, 1, 1 }, 26.72280, 0.00003, 0.079 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, -2, 1, -1 }, 281.63014, 0.00001, 0.076 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, -2, 1, 1 }, 281.63014, 0.00001, 0.073 }, + { { 0, 14, -9, 0, -2, 0, 0, 0, 0, 0, -3 }, 320.24046, 0.00001, 0.037 }, + { { 0, 14, -9, 0, -2, 0, 0, 0, 0, 1, -3 }, 320.24046, 0.00009, 0.074 }, + { { 0, 14, -9, 0, -2, 0, 0, 0, 0, 1, -1 }, 320.24046, 0.00009, 0.075 }, + { { 0, 14, -9, 0, -2, 0, 0, 0, 0, 2, -1 }, 320.24046, 0.00001, 0.037 }, + { { 0, 15, -18, 0, 0, 0, 0, 0, 1, 0, 0 }, 252.65354, 0.00002, 0.053 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, 1, 0, 0 }, 168.30224, 0.00006, 0.051 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, 2, 0, -3 }, 355.78633, 0.00001, 0.123 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, 2, 0, -1 }, 355.78159, 0.00002, 0.053 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, 2, 0, 1 }, 355.77726, 0.00001, 0.022 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, -1, 0, 0 }, 253.86672, 0.00002, 0.251 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 0, 0, -1 }, 99.56760, 0.00001, 0.198 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 0, 0, 1 }, 99.56760, 0.00001, 0.046 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 1, 0, 0 }, 73.94293, 0.00011, 0.048 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 2, -1, -1 }, 92.51959, 0.00001, 0.155 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 2, 0, -1 }, 271.72781, 0.00004, 0.051 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 2, 0, 1 }, 93.27726, 0.00003, 0.021 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -4, 0, 1 }, 359.60386, 0.00001, 0.037 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -4, 1, 1 }, 359.60386, 0.00009, 0.075 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -4, 1, 3 }, 359.60386, 0.00009, 0.074 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -4, 2, 3 }, 359.60386, 0.00001, 0.037 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, 0, -1 }, 179.93935, 0.00001, 0.035 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, 0, 1 }, 179.93935, 0.00001, 0.518 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, 1, -1 }, 180.07343, 0.00001, 0.064 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, 1, 1 }, 180.07343, 0.00001, 0.088 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, 2, -1 }, 359.93935, 0.00001, 0.441 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, 2, 1 }, 359.93935, 0.00001, 0.041 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 0, -1, -1 }, 180.02806, 0.00001, 0.058 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 0, -1, 1 }, 180.02806, 0.00001, 0.105 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 0, 0, -1 }, 181.29580, 0.00003, 0.248 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 0, 0, 1 }, 181.67888, 0.00002, 0.044 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 0, 1, -1 }, 359.88005, 0.00001, 0.109 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 0, 1, 1 }, 359.88005, 0.00001, 0.028 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 1, 0, 0 }, 192.02028, 0.00006, 0.046 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 2, -1, -1 }, 179.87940, 0.00003, 0.134 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 2, -1, 1 }, 179.88250, 0.00002, 0.029 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 2, 0, -1 }, 179.83993, 0.00010, 0.048 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 2, 0, 1 }, 359.96498, 0.00005, 0.021 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 2, 1, 1 }, 359.92529, 0.00001, 0.016 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -3, 1, 0 }, 283.38829, 0.00003, 0.074 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -3, 1, 2 }, 283.38829, 0.00003, 0.075 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -1, 0, 0 }, 283.06720, 0.00005, 0.504 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -1, 1, 0 }, 103.10261, 0.00003, 0.089 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 1, -1, 0 }, 103.17361, 0.00003, 0.105 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.17499, 0.00015, 0.044 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -4, 1, -1 }, 26.32315, 0.00002, 0.026 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -4, 1, 1 }, 26.32315, 0.00004, 0.088 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -4, 2, -1 }, 26.36029, 0.00002, 0.040 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, -1, -1 }, 26.32315, 0.00001, 0.025 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 0, -1 }, 26.26398, 0.00023, 0.037 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 0, 1 }, 26.19368, 0.00010, 14.735 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 1, -1 }, 26.32315, 0.00112, 0.074 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 1, 1 }, 26.32315, 0.00112, 0.075 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 2, 1 }, 26.28499, 0.00012, 0.038 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 3, 1 }, 26.32315, 0.00001, 0.025 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, 0, 0, -1 }, 206.19364, 0.00002, 0.490 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, 0, 1, -1 }, 26.32315, 0.00004, 0.089 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, 0, 1, 1 }, 26.32315, 0.00002, 0.026 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -3, 0, -1 }, 99.70101, 0.00001, 0.026 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -3, 0, 1 }, 99.70101, 0.00002, 0.088 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -3, 1, -1 }, 99.70101, 0.00001, 0.040 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, -1, -1 }, 99.70101, 0.00007, 0.038 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 0, -1 }, 99.70101, 0.00066, 0.075 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 0, 1 }, 99.70101, 0.00066, 0.074 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 1, -2 }, 309.25004, 0.00003, 0.074 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 1, 0 }, 309.29455, 0.00005, 0.075 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 1, 1 }, 99.70101, 0.00007, 0.037 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, 1, -1, 1 }, 99.70101, 0.00001, 0.040 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, 1, 0, -1 }, 99.70101, 0.00002, 0.088 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, 1, 0, 1 }, 99.70101, 0.00001, 0.026 }, + { { 0, 15, -11, 0, 0, 0, 0, 0, 0, -1, -1 }, 231.71999, 0.00004, 0.075 }, + { { 0, 15, -11, 0, 0, 0, 0, 0, 0, -1, 1 }, 231.71999, 0.00004, 0.074 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, 0, -2, -1 }, 207.17736, 0.00003, 0.037 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, 0, -1, -1 }, 207.17736, 0.00027, 0.075 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, 0, -1, 1 }, 207.17736, 0.00027, 0.075 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, 0, 0, 1 }, 207.17736, 0.00003, 0.037 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, 1, 0, 0 }, 168.18285, 0.00005, 0.049 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 1, 0, 0 }, 73.51241, 0.00008, 0.047 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 2, 0, -1 }, 272.94036, 0.00003, 0.049 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 2, 0, 1 }, 91.33994, 0.00002, 0.021 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -2, 0, -1 }, 179.91456, 0.00001, 0.036 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -2, 0, 1 }, 179.91456, 0.00001, 0.765 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -2, 1, -1 }, 179.86126, 0.00002, 0.067 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -2, 1, 1 }, 179.86126, 0.00002, 0.084 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -2, 2, -1 }, 359.91456, 0.00001, 0.610 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -2, 2, 1 }, 359.91456, 0.00001, 0.040 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 0, -1, -1 }, 180.05313, 0.00001, 0.060 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 0, -1, 1 }, 180.05313, 0.00001, 0.098 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 0, 0, -1 }, 179.71250, 0.00003, 0.293 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 0, 0, 1 }, 179.69481, 0.00002, 0.043 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 1, 0, 0 }, 192.10537, 0.00006, 0.045 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 2, -1, -1 }, 179.84867, 0.00002, 0.124 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 2, -1, 1 }, 179.85350, 0.00001, 0.029 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 2, 0, -1 }, 179.85033, 0.00007, 0.047 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 2, 0, 1 }, 359.85880, 0.00004, 0.021 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 2, 1, 1 }, 179.84226, 0.00001, 0.016 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -1, 0, 0 }, 283.04963, 0.00002, 0.735 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -1, 1, 0 }, 103.07275, 0.00004, 0.084 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 1, -1, 0 }, 103.14514, 0.00002, 0.099 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.14643, 0.00011, 0.043 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -2, 1, -1 }, 26.56171, 0.00003, 0.078 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -2, 1, 1 }, 26.56171, 0.00003, 0.072 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -1, 0, -1 }, 206.35562, 0.00001, 0.073 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -1, 0, 1 }, 206.35562, 0.00001, 0.077 }, + { { 0, 17, -22, 11, 0, 0, 0, 0, -2, 1, -1 }, 47.78167, 0.00004, 0.075 }, + { { 0, 17, -22, 11, 0, 0, 0, 0, -2, 1, 1 }, 47.78167, 0.00004, 0.074 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, 1, 0, 0 }, 168.05332, 0.00003, 0.048 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 1, 0, 0 }, 71.75214, 0.00005, 0.045 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 2, 0, -1 }, 272.34755, 0.00002, 0.048 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 2, 0, 1 }, 92.22718, 0.00002, 0.021 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -3, 2, -1 }, 0.24149, 0.00001, 0.075 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -3, 2, 1 }, 0.24149, 0.00001, 0.074 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -2, 0, -1 }, 179.93243, 0.00003, 0.036 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -2, 0, 1 }, 179.93239, 0.00003, 1.468 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -2, 1, -1 }, 180.04474, 0.00004, 0.070 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -2, 1, 1 }, 180.04474, 0.00004, 0.080 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 0, -1, -1 }, 179.92974, 0.00001, 0.062 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 0, -1, 1 }, 179.92974, 0.00001, 0.093 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 0, 0, -1 }, 181.24264, 0.00002, 0.359 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 1, 0, 0 }, 192.18016, 0.00005, 0.043 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 2, 0, -1 }, 179.82044, 0.00003, 0.046 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 2, 0, 1 }, 359.82337, 0.00004, 0.020 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 1, -1 }, 96.97758, 0.00006, 0.075 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 1, 1 }, 96.97758, 0.00006, 0.074 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 2, -2 }, 283.04847, 0.00003, 0.074 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 283.04847, 0.00003, 0.075 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, -1, 0 }, 283.01642, 0.00002, 0.071 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, 1, 0 }, 103.04139, 0.00006, 0.080 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, 1, -1, 0 }, 103.11437, 0.00002, 0.093 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.11559, 0.00008, 0.042 }, + { { 0, 17, -15, 0, -1, 0, 0, 0, -1, 1, -2 }, 104.27292, 0.00002, 0.075 }, + { { 0, 17, -15, 0, -1, 0, 0, 0, -1, 1, 0 }, 284.27292, 0.00002, 0.074 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -1, 0, -1 }, 206.35980, 0.00002, 0.076 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -1, 0, 1 }, 206.35980, 0.00002, 0.073 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -1, 1, -2 }, 320.29031, 0.00001, 0.075 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -1, 1, 0 }, 320.29031, 0.00001, 0.074 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, 0, -1, -1 }, 26.70587, 0.00003, 0.071 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, 0, -1, 1 }, 26.70587, 0.00003, 0.078 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, 0, 0, -1 }, 27.90536, 0.00002, 1.268 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, 0, 0, 1 }, 27.90677, 0.00002, 0.038 }, + { { 0, 18, -20, 0, 0, 0, 0, 0, 1, 0, 0 }, 167.91334, 0.00003, 0.046 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -3, 0, 1 }, 270.03812, 0.00007, 0.074 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -3, 0, 3 }, 270.03812, 0.00007, 0.075 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 1, 0, 0 }, 72.52565, 0.00005, 0.044 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 2, 0, -1 }, 272.34085, 0.00002, 0.046 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 2, 0, 1 }, 92.22070, 0.00001, 0.021 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -4, 1, 1 }, 179.88810, 0.00001, 0.087 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 0, -1 }, 177.31449, 0.00013, 0.037 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 195.18854, 0.00001, 0.074 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 0, 1 }, 180.15638, 0.00009, 17.998 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 0, 2 }, 195.18854, 0.00001, 0.075 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 1, -1 }, 179.88810, 0.00042, 0.073 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 1, 1 }, 179.88810, 0.00042, 0.076 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 2, 1 }, 179.70962, 0.00005, 0.038 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 0, -1, -1 }, 179.81988, 0.00001, 0.065 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 0, -1, 1 }, 179.81988, 0.00001, 0.088 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 0, 0, -1 }, 181.25086, 0.00002, 0.462 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 0, 0, 1 }, 193.29611, 0.00003, 0.041 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 0, 1, -1 }, 179.88810, 0.00001, 0.090 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 1, 0, 0 }, 192.24580, 0.00004, 0.042 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 2, -2, 1 }, 231.71713, 0.00002, 0.044 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 2, -1, -1 }, 251.25957, 0.00003, 0.107 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 2, -1, 1 }, 250.02667, 0.00003, 0.028 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 2, 0, -1 }, 179.78513, 0.00004, 0.044 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 2, 0, 1 }, 347.08871, 0.00003, 0.020 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -4, -1, 1 }, 309.47954, 0.00001, 0.027 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -4, 0, 1 }, 309.47954, 0.00001, 0.042 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, -2, -1 }, 309.47954, 0.00003, 0.019 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, -2, 1 }, 309.47954, 0.00006, 0.039 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, -1, -1 }, 309.47954, 0.00013, 0.026 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, -1, 1 }, 309.47954, 0.00042, 0.081 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, 0, -1 }, 309.47954, 0.00009, 0.039 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, -2, -1 }, 129.47954, 0.00001, 0.025 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, -2, 0 }, 283.01956, 0.00003, 0.038 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, -1, -1 }, 129.47954, 0.00006, 0.037 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, -1, 0 }, 282.82685, 0.00015, 0.075 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, -1, 2 }, 282.86574, 0.00024, 0.074 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 0, -2 }, 103.00785, 0.00002, 0.037 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 0, -1 }, 286.16330, 0.00002, 0.074 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 0, 0 }, 103.00785, 0.00002, 9.147 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 0, 1 }, 286.16330, 0.00002, 0.075 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 0, 2 }, 283.01956, 0.00003, 0.037 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 1, -2 }, 102.94937, 0.00007, 0.073 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 1, 0 }, 102.98623, 0.00018, 0.076 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, -3, -1 }, 309.47954, 0.00007, 0.024 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, -3, 1 }, 309.47954, 0.00001, 0.071 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, -2, -1 }, 309.47954, 0.00037, 0.036 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, -1, -1 }, 309.47954, 0.00022, 0.069 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, -1, 1 }, 129.47954, 0.00017, 0.080 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, 0, 1 }, 129.47954, 0.00047, 0.039 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, 1, -1 }, 129.47954, 0.00001, 0.083 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, 1, 1 }, 129.47954, 0.00008, 0.026 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, 2, 1 }, 129.47954, 0.00001, 0.019 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 1, -1, 0 }, 103.08136, 0.00002, 0.088 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.08249, 0.00006, 0.041 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, -3, -1 }, 309.47954, 0.00002, 0.062 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, -2, 1 }, 129.47921, 0.00061, 0.042 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, -1, -1 }, 129.47935, 0.00103, 0.097 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, -1, 1 }, 129.47954, 0.00082, 0.027 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, 0, -1 }, 129.47954, 0.00012, 0.042 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, 0, 1 }, 129.47954, 0.00016, 0.020 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, 1, -1 }, 129.47954, 0.00001, 0.027 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, 1, 1 }, 129.47954, 0.00002, 0.016 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 4, -3, 1 }, 129.47954, 0.00002, 0.028 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 4, -2, -1 }, 129.47954, 0.00004, 0.046 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 4, -2, 1 }, 129.47954, 0.00005, 0.021 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 4, -1, -1 }, 129.47954, 0.00004, 0.029 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 4, -1, 1 }, 129.47954, 0.00003, 0.016 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -6, 0, 1 }, 26.54261, 0.00001, 0.021 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -6, 1, -1 }, 26.54261, 0.00001, 0.016 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, -2, -1 }, 26.54261, 0.00004, 0.013 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, -2, 1 }, 26.54261, 0.00007, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, -1, -1 }, 26.54261, 0.00021, 0.016 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, -1, 1 }, 26.54261, 0.00038, 0.028 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, 0, -1 }, 26.54261, 0.00041, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, 0, 1 }, 26.54261, 0.00045, 0.044 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, 1, -1 }, 26.54261, 0.00025, 0.027 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, 1, 1 }, 26.54261, 0.00002, 0.105 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -3, -1, 1 }, 206.54261, 0.00002, 0.042 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -3, 0, -1 }, 206.54261, 0.00002, 0.027 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -3, 0, 1 }, 206.54261, 0.00001, 0.096 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -4, -1 }, 26.54261, 0.00003, 0.013 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -4, 1 }, 26.54261, 0.00002, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -3, -1 }, 26.54261, 0.00026, 0.015 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -3, 1 }, 26.54261, 0.00022, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -2, -1 }, 26.54268, 0.00210, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -2, 1 }, 26.54281, 0.00233, 0.041 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -1, -3 }, 206.54261, 0.00002, 0.015 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -1, -1 }, 26.54252, 0.01216, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -1, 1 }, 26.54240, 0.02181, 0.088 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -1, 3 }, 206.54261, 0.00008, 0.064 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 0, -3 }, 206.54261, 0.00003, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 0, -1 }, 26.54132, 0.01408, 0.040 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 0, 1 }, 26.49709, 0.00038, 0.514 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 0, 3 }, 206.54261, 0.00002, 0.035 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 1, -1 }, 206.54261, 0.00006, 0.086 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 1, 1 }, 206.54895, 0.00048, 0.066 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 2, 1 }, 206.54261, 0.00010, 0.035 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 3, 1 }, 206.54261, 0.00001, 0.024 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -1, -2, -1 }, 206.54261, 0.00007, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -1, -2, 1 }, 206.54261, 0.00002, 0.082 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -1, -1, -1 }, 206.54261, 0.00037, 0.039 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -1, 0, 1 }, 26.54261, 0.00001, 0.070 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -5, -1 }, 26.54261, 0.00005, 0.015 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -4, -1 }, 26.54309, 0.00055, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -4, 1 }, 26.54261, 0.00011, 0.038 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -3, -3 }, 206.54261, 0.00002, 0.015 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -3, -1 }, 26.54310, 0.00642, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -3, 1 }, 26.54367, 0.00113, 0.076 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -2, -3 }, 206.54261, 0.00014, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -2, -1 }, 26.54302, 0.06965, 0.037 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -2, 1 }, 26.56543, 0.00068, 5.868 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -2, 3 }, 206.54261, 0.00019, 0.037 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, -3 }, 206.54261, 0.00065, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, -1 }, 26.54272, 0.63014, 0.075 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, 1 }, 26.54287, 0.63037, 0.074 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, 3 }, 206.54261, 0.00065, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 0, -3 }, 206.54261, 0.00019, 0.037 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 0, -1 }, 206.48133, 0.00149, 6.132 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 0, 1 }, 26.54416, 0.06747, 0.037 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 0, 3 }, 206.54261, 0.00014, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 1, -1 }, 26.54867, 0.00099, 0.076 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 1, 1 }, 26.54463, 0.00616, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 1, 3 }, 206.54261, 0.00002, 0.015 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 2, -1 }, 26.54261, 0.00011, 0.038 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 2, 1 }, 26.54482, 0.00053, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 3, 1 }, 26.54261, 0.00005, 0.015 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 1, -2, -1 }, 26.54261, 0.00001, 0.070 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 1, -1, 1 }, 206.54261, 0.00037, 0.039 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 1, 0, -1 }, 206.54261, 0.00002, 0.082 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 1, 0, 1 }, 206.54261, 0.00007, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -5, -1 }, 206.54261, 0.00001, 0.024 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -4, -1 }, 206.54261, 0.00010, 0.035 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -3, -1 }, 206.54387, 0.00055, 0.066 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -3, 1 }, 206.54261, 0.00006, 0.086 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -2, -3 }, 206.54261, 0.00002, 0.035 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -2, -1 }, 26.31826, 0.00002, 0.516 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -2, 1 }, 26.54238, 0.01365, 0.040 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -2, 3 }, 206.54261, 0.00003, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -1, -3 }, 206.54261, 0.00008, 0.064 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -1, -1 }, 26.54244, 0.02178, 0.088 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -1, 1 }, 26.54282, 0.01205, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -1, 3 }, 206.54261, 0.00002, 0.015 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 0, -1 }, 26.54398, 0.00225, 0.041 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 0, 1 }, 26.54341, 0.00206, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 1, -1 }, 26.54261, 0.00022, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 1, 1 }, 26.54261, 0.00026, 0.015 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 2, -1 }, 26.54261, 0.00002, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 2, 1 }, 26.54261, 0.00003, 0.013 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 3, -2, -1 }, 206.54261, 0.00001, 0.096 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 3, -2, 1 }, 206.54261, 0.00002, 0.027 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 3, -1, -1 }, 206.54261, 0.00002, 0.042 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -3, -1 }, 26.54261, 0.00002, 0.105 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -3, 1 }, 26.54261, 0.00025, 0.027 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -2, -1 }, 26.54261, 0.00045, 0.044 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -2, 1 }, 26.54261, 0.00041, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -1, -1 }, 26.54261, 0.00038, 0.028 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -1, 1 }, 26.54261, 0.00021, 0.016 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, 0, -1 }, 26.54261, 0.00007, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, 0, 1 }, 26.54261, 0.00004, 0.013 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 6, -3, 1 }, 26.54261, 0.00001, 0.016 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 6, -2, -1 }, 26.54261, 0.00001, 0.021 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -4, -1, -1 }, 283.60568, 0.00003, 0.016 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -4, -1, 1 }, 283.60568, 0.00004, 0.029 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -4, 0, -1 }, 283.60568, 0.00005, 0.021 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -4, 0, 1 }, 283.60568, 0.00004, 0.046 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -4, 1, -1 }, 283.60568, 0.00002, 0.028 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -3, -1 }, 283.60568, 0.00002, 0.016 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -3, 1 }, 283.60568, 0.00001, 0.027 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -2, -1 }, 283.60568, 0.00016, 0.020 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -2, 1 }, 283.60568, 0.00012, 0.042 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -1, -1 }, 283.60568, 0.00082, 0.027 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -1, 1 }, 283.60549, 0.00103, 0.097 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, 0, -1 }, 283.60430, 0.00063, 0.042 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, 1, 1 }, 103.60568, 0.00002, 0.062 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, -4, -1 }, 283.60568, 0.00001, 0.019 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, -3, -1 }, 283.60568, 0.00008, 0.026 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, -3, 1 }, 283.60568, 0.00001, 0.083 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, -2, -1 }, 283.60568, 0.00047, 0.039 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, -1, -1 }, 283.60568, 0.00017, 0.081 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, -1, 1 }, 103.60568, 0.00022, 0.069 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, 0, 1 }, 103.60568, 0.00037, 0.036 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, 1, -1 }, 103.60568, 0.00001, 0.071 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, 1, 1 }, 103.60568, 0.00007, 0.024 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, -2, -2 }, 310.09123, 0.00002, 0.037 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, -1, -2 }, 310.05153, 0.00015, 0.074 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, -1, 0 }, 310.11375, 0.00019, 0.075 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, -1, 1 }, 283.60568, 0.00006, 0.037 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, 0, 0 }, 310.09123, 0.00002, 0.038 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, 0, 1 }, 283.60568, 0.00001, 0.025 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 2, -2, 1 }, 103.60568, 0.00009, 0.039 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 2, -1, -1 }, 103.60568, 0.00042, 0.081 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 2, -1, 1 }, 103.60568, 0.00013, 0.026 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 2, 0, -1 }, 103.60568, 0.00006, 0.039 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 2, 0, 1 }, 103.60568, 0.00003, 0.019 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 4, -2, -1 }, 103.60568, 0.00001, 0.042 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 4, -1, -1 }, 103.60568, 0.00001, 0.027 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, -2, -1, -1 }, 180.66875, 0.00004, 0.028 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, -2, -1, 1 }, 180.66875, 0.00004, 0.107 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, -2, 0, -1 }, 180.66875, 0.00002, 0.044 }, + { { 0, 19, -24, 10, 0, 0, 0, 0, -1, -2, 0 }, 313.46714, 0.00002, 0.037 }, + { { 0, 19, -24, 10, 0, 0, 0, 0, -1, -1, 0 }, 313.46714, 0.00017, 0.075 }, + { { 0, 19, -24, 10, 0, 0, 0, 0, -1, -1, 2 }, 313.46714, 0.00017, 0.075 }, + { { 0, 19, -24, 10, 0, 0, 0, 0, -1, 0, 2 }, 313.46714, 0.00002, 0.037 }, + { { 0, 19, -21, 0, 0, 0, 0, 0, 1, 0, 0 }, 167.76260, 0.00002, 0.045 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -4, 1, 1 }, 14.98714, 0.00001, 0.088 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -2, 0, -1 }, 14.98714, 0.00004, 0.037 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -2, 1, -1 }, 14.98714, 0.00035, 0.074 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -2, 1, 1 }, 14.98714, 0.00035, 0.075 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -2, 2, 1 }, 14.98714, 0.00004, 0.037 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, 0, 1, -1 }, 14.98714, 0.00001, 0.088 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, -2, 1, -1 }, 270.73573, 0.00001, 0.071 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, -2, 1, 1 }, 270.73573, 0.00001, 0.078 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 1, 0, 0 }, 71.96169, 0.00004, 0.043 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 2, 0, -1 }, 272.27742, 0.00001, 0.045 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 2, 0, 1 }, 92.27748, 0.00001, 0.020 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -2, 0, -1 }, 359.53465, 0.00003, 0.038 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -2, 0, 1 }, 359.53424, 0.00003, 1.755 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -2, 1, -1 }, 180.12040, 0.00008, 0.077 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -2, 1, 1 }, 180.12040, 0.00008, 0.072 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -1, 0, -1 }, 0.07775, 0.00001, 0.072 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -1, 0, 1 }, 0.07775, 0.00001, 0.077 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 0, -1, -1 }, 179.94690, 0.00002, 0.068 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 0, -1, 1 }, 179.94690, 0.00002, 0.083 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 0, 0, -1 }, 181.19484, 0.00002, 0.650 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 0, 0, 1 }, 181.19514, 0.00002, 0.040 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 1, 0, 0 }, 192.30331, 0.00003, 0.041 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 2, 0, -1 }, 179.75335, 0.00003, 0.043 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 2, 0, 1 }, 359.75344, 0.00002, 0.020 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, -1, 1, -2 }, 102.97251, 0.00003, 0.076 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, -1, 1, 0 }, 282.97355, 0.00004, 0.073 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 1, -1, 0 }, 103.04613, 0.00003, 0.083 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.04720, 0.00004, 0.040 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, 0, -1, -1 }, 26.46717, 0.00002, 0.078 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, 0, -1, 1 }, 26.46717, 0.00002, 0.071 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -4, 0, -1 }, 271.80227, 0.00002, 0.019 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -4, 0, 1 }, 271.80227, 0.00002, 0.041 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -4, 1, -1 }, 271.80227, 0.00009, 0.026 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -4, 1, 1 }, 271.80227, 0.00016, 0.089 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -4, 2, -1 }, 271.65567, 0.00010, 0.040 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -4, 2, 1 }, 91.76362, 0.00001, 0.508 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, -1, -1 }, 271.80227, 0.00005, 0.025 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 0, -1 }, 272.00036, 0.00040, 0.038 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 0, 1 }, 91.12551, 0.00012, 5.116 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 1, -1 }, 271.81875, 0.00479, 0.075 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 1, 1 }, 271.81875, 0.00479, 0.074 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 2, -1 }, 279.24057, 0.00001, 7.245 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 2, 1 }, 271.94354, 0.00053, 0.037 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 3, 1 }, 271.80227, 0.00005, 0.025 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 0, 0, -1 }, 271.76362, 0.00001, 0.523 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 0, 0, 1 }, 271.67718, 0.00013, 0.040 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 0, 1, -1 }, 271.80227, 0.00016, 0.088 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 0, 1, 1 }, 271.80227, 0.00009, 0.026 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 0, 2, -1 }, 271.80227, 0.00002, 0.041 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 0, 2, 1 }, 271.80227, 0.00002, 0.019 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 1, 0, 0 }, 71.34646, 0.00003, 0.042 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -3, 1, -2 }, 194.02829, 0.00004, 0.026 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -3, 1, 0 }, 194.02829, 0.00006, 0.088 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -3, 2, -2 }, 194.02829, 0.00004, 0.040 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, -1, -2 }, 194.02829, 0.00002, 0.025 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, -1, -1 }, 0.00384, 0.00001, 0.038 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 0, -2 }, 193.88162, 0.00027, 0.037 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 0, -1 }, 0.00384, 0.00012, 0.075 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 0, 0 }, 193.28785, 0.00004, 7.056 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 0, 1 }, 0.00384, 0.00012, 0.074 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 1, -2 }, 194.02937, 0.00192, 0.074 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 1, 0 }, 193.93985, 0.00222, 0.075 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 1, 1 }, 0.00384, 0.00001, 0.037 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 2, 0 }, 193.98906, 0.00022, 0.038 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 3, 0 }, 194.02829, 0.00002, 0.025 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 0, -1, -1 }, 180.03501, 0.00005, 0.071 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 0, -1, 1 }, 180.03501, 0.00005, 0.079 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 0, 0, -1 }, 181.06591, 0.00003, 1.096 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 0, 0, 1 }, 181.06621, 0.00003, 0.039 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 1, 0, 0 }, 193.45771, 0.00006, 0.040 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 1, 1, -2 }, 194.02829, 0.00006, 0.089 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 1, 1, 0 }, 194.02829, 0.00004, 0.026 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 2, 0, -1 }, 179.71573, 0.00002, 0.042 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 2, 0, 1 }, 359.71582, 0.00002, 0.020 }, + { { 0, 20, -19, 0, -3, 0, 0, 0, 0, -1, -1 }, 116.74397, 0.00002, 0.075 }, + { { 0, 20, -19, 0, -3, 0, 0, 0, 0, -1, 1 }, 116.74397, 0.00002, 0.074 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 0, 0, -2 }, 282.98937, 0.00009, 0.075 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 282.98195, 0.00004, 0.074 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 1, -1, 0 }, 103.00875, 0.00004, 0.079 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.00975, 0.00004, 0.039 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, 1, 0, -3 }, 206.45318, 0.00003, 0.075 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, 1, 0, -1 }, 206.45318, 0.00003, 0.074 }, + { { 0, 20, -15, -8, 0, 0, 0, 0, 0, -1, -1 }, 100.59376, 0.00002, 0.075 }, + { { 0, 20, -15, -8, 0, 0, 0, 0, 0, -1, 1 }, 100.59376, 0.00002, 0.074 }, + { { 0, 20, -12, -15, 0, 0, 0, 0, -1, 0, -2 }, 354.13759, 0.00002, 0.037 }, + { { 0, 20, -12, -15, 0, 0, 0, 0, -1, 1, -2 }, 354.13759, 0.00018, 0.075 }, + { { 0, 20, -12, -15, 0, 0, 0, 0, -1, 1, 0 }, 354.13759, 0.00018, 0.075 }, + { { 0, 20, -12, -15, 0, 0, 0, 0, -1, 2, 0 }, 354.13759, 0.00002, 0.037 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, -2, -1, 1 }, 166.67445, 0.00002, 0.074 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, -2, -1, 3 }, 166.67445, 0.00002, 0.075 }, + { { 0, 21, -23, 0, 0, 0, 1, 0, -2, -1, 1 }, 15.43642, 0.00004, 0.075 }, + { { 0, 21, -23, 0, 0, 0, 1, 0, -2, -1, 3 }, 15.43642, 0.00004, 0.075 }, + { { 0, 21, -23, 4, 0, 0, 0, 0, 0, -1, -1 }, 59.68772, 0.00001, 0.075 }, + { { 0, 21, -23, 4, 0, 0, 0, 0, 0, -1, 1 }, 59.68772, 0.00001, 0.074 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, -1, 0 }, 250.55328, 0.00003, 0.074 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, -1, 2 }, 250.55328, 0.00003, 0.075 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, 0, -1 }, 91.99959, 0.00001, 0.073 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, 0, 1 }, 91.99959, 0.00001, 0.076 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, 1, 0, 0 }, 70.67587, 0.00002, 0.041 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, 2, 0, -1 }, 272.25233, 0.00001, 0.043 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, 2, 0, 1 }, 272.25233, 0.00001, 0.020 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, -2, -1, -1 }, 179.94393, 0.00003, 0.026 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, -2, -1, 1 }, 179.94393, 0.00005, 0.087 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, -2, 0, 1 }, 359.84289, 0.00003, 0.549 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, -3, -1 }, 179.94393, 0.00001, 0.025 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, -2, -1 }, 180.03436, 0.00016, 0.037 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, -1, -1 }, 179.94423, 0.00143, 0.074 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, -1, 1 }, 179.94758, 0.00141, 0.075 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, 0, -1 }, 179.84280, 0.00016, 3.490 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, 0, 1 }, 179.89331, 0.00032, 0.038 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, 1, 1 }, 179.94393, 0.00001, 0.025 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 2, -2, 1 }, 179.85616, 0.00003, 0.040 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 2, -1, -1 }, 179.94393, 0.00005, 0.089 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 2, -1, 1 }, 179.94393, 0.00003, 0.026 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 2, 0, -1 }, 179.67604, 0.00001, 0.041 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 2, 0, 1 }, 359.67613, 0.00001, 0.019 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, -2, -2 }, 102.92454, 0.00001, 0.037 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, -2, -1 }, 6.55100, 0.00002, 0.074 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, -2, 1 }, 6.55100, 0.00002, 0.075 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, -1, -2 }, 102.92872, 0.00013, 0.074 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, -1, 0 }, 102.94561, 0.00027, 0.075 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, 0, -2 }, 103.53899, 0.00002, 2.939 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, 0, 0 }, 103.13705, 0.00007, 0.038 }, + { { 0, 22, -28, 7, 0, 0, 0, 0, -2, 1, -1 }, 206.04256, 0.00001, 0.075 }, + { { 0, 22, -28, 7, 0, 0, 0, 0, -2, 1, 1 }, 206.04256, 0.00001, 0.074 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, -2, 1, -1 }, 347.10567, 0.00001, 0.076 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, -2, 1, 1 }, 347.10567, 0.00001, 0.073 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, 0, -1, -1 }, 272.40772, 0.00003, 0.072 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, 0, -1, 1 }, 272.40772, 0.00003, 0.077 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 0, -1, -1 }, 179.79678, 0.00006, 0.077 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 0, -1, 1 }, 179.79678, 0.00006, 0.072 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 0, 0, -1 }, 1.61247, 0.00002, 2.950 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 0, 0, 1 }, 1.61299, 0.00002, 0.037 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 0, 1, -3 }, 179.54624, 0.00002, 0.075 }, + { { 0, 22, -21, 0, 0, 0, 0, 0, 1, -1, -2 }, 102.92071, 0.00001, 0.077 }, + { { 0, 22, -21, 0, 0, 0, 0, 0, 1, -1, 0 }, 282.93198, 0.00002, 0.072 }, + { { 0, 22, -21, 0, 0, 0, 0, 0, 1, 0, 0 }, 102.92860, 0.00002, 0.037 }, + { { 0, 23, -26, 0, 0, 0, 0, 0, -2, 1, -1 }, 71.69479, 0.00002, 0.074 }, + { { 0, 23, -26, 0, 0, 0, 0, 0, -2, 1, 1 }, 71.69479, 0.00002, 0.075 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -3, 0, -1 }, 168.18245, 0.00001, 0.026 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -3, 0, 1 }, 168.18245, 0.00002, 0.089 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -3, 1, -1 }, 168.18245, 0.00001, 0.040 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, -1, -1 }, 168.18245, 0.00006, 0.038 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, 0, -1 }, 168.18245, 0.00056, 0.075 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, 0, 1 }, 168.18245, 0.00056, 0.074 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, 1, -2 }, 166.87428, 0.00001, 0.074 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, 1, 0 }, 166.87428, 0.00001, 0.075 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, 1, 1 }, 168.18245, 0.00006, 0.037 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, 1, -1, 1 }, 168.18245, 0.00001, 0.040 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, 1, 0, -1 }, 168.18245, 0.00002, 0.088 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, 1, 0, 1 }, 168.18245, 0.00001, 0.026 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, -2, -1 }, 271.94247, 0.00003, 0.038 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, -1, -2 }, 249.19500, 0.00001, 0.037 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, -1, -1 }, 272.28110, 0.00028, 0.075 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, -1, 1 }, 272.28110, 0.00028, 0.074 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, 0, -2 }, 249.19595, 0.00011, 0.074 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, 0, -1 }, 92.96229, 0.00003, 28.187 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, 0, 0 }, 249.14773, 0.00014, 0.075 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, 1, 0 }, 249.19500, 0.00001, 0.038 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, -2, -2 }, 192.75345, 0.00002, 0.038 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, -1, -2 }, 192.74613, 0.00020, 0.075 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, -1, 0 }, 192.00178, 0.00010, 0.074 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, 0, -3 }, 359.67965, 0.00001, 0.074 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, 0, -1 }, 359.67965, 0.00001, 0.075 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, 0, 0 }, 192.75345, 0.00002, 0.037 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 2, -2, -3 }, 274.98030, 0.00001, 0.038 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 2, -1, -3 }, 274.98215, 0.00014, 0.075 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 2, -1, -1 }, 275.07045, 0.00010, 0.074 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 2, 0, -1 }, 274.98030, 0.00001, 0.037 }, + { { 0, 24, -27, -1, 0, 0, 0, 0, -2, 1, -1 }, 218.20623, 0.00001, 0.074 }, + { { 0, 24, -27, -1, 0, 0, 0, 0, -2, 1, 1 }, 218.20623, 0.00001, 0.075 }, + { { 0, 24, -26, 0, 0, 0, 0, 0, 0, -1, -1 }, 350.13490, 0.00002, 0.073 }, + { { 0, 24, -26, 0, 0, 0, 0, 0, 0, -1, 1 }, 350.13490, 0.00002, 0.076 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 0, -3, 1 }, 179.43126, 0.00002, 0.088 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, -4, -1 }, 179.43054, 0.00005, 0.037 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, -3, -1 }, 179.42857, 0.00044, 0.074 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, -3, 1 }, 179.42857, 0.00044, 0.075 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, -2, -1 }, 179.54357, 0.00002, 5.436 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, -2, 1 }, 179.46539, 0.00007, 0.038 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 4, -3, -1 }, 179.43126, 0.00002, 0.089 }, + { { 0, 25, -27, 0, 0, 0, 0, 0, 0, 1, -3 }, 356.31599, 0.00002, 0.075 }, + { { 0, 25, -27, 0, 0, 0, 0, 0, 0, 1, -1 }, 356.31599, 0.00002, 0.074 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 1, 1, -4 }, 67.08515, 0.00004, 0.074 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 1, 1, -2 }, 67.08515, 0.00004, 0.075 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -2, -2, -1 }, 75.00074, 0.00002, 0.019 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -2, -2, 1 }, 75.00074, 0.00002, 0.041 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -2, -1, -1 }, 75.00074, 0.00009, 0.026 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -2, -1, 1 }, 75.00074, 0.00016, 0.088 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -2, 0, -1 }, 75.00074, 0.00010, 0.040 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -3, -1 }, 75.00074, 0.00005, 0.025 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -2, -1 }, 75.02413, 0.00052, 0.037 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -1, -1 }, 74.99747, 0.00464, 0.075 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -1, 1 }, 74.99747, 0.00464, 0.074 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, 0, -1 }, 252.96025, 0.00003, 6.293 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, 0, 1 }, 75.13365, 0.00048, 0.037 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, 1, 1 }, 75.00074, 0.00005, 0.025 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 2, -2, 1 }, 75.00074, 0.00010, 0.040 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 2, -1, -1 }, 75.00074, 0.00016, 0.088 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 2, -1, 1 }, 75.00074, 0.00009, 0.026 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 2, 0, -1 }, 75.00074, 0.00002, 0.041 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 2, 0, 1 }, 75.00074, 0.00002, 0.019 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 1, -2, -2 }, 166.27827, 0.00002, 0.037 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 1, -1, -2 }, 166.26145, 0.00014, 0.074 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 1, -1, 0 }, 166.28348, 0.00018, 0.075 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 1, 0, 0 }, 166.27827, 0.00002, 0.038 }, + { { 0, 26, -27, 0, 0, 0, 0, 0, 2, -1, -3 }, 272.16400, 0.00002, 0.074 }, + { { 0, 26, -27, 0, 0, 0, 0, 0, 2, -1, -1 }, 272.16496, 0.00004, 0.075 }, + { { 0, 27, -20, -20, 0, 0, 0, 0, 0, -1, -1 }, 329.81539, 0.00001, 0.075 }, + { { 0, 27, -20, -20, 0, 0, 0, 0, 0, -1, 1 }, 329.81539, 0.00001, 0.075 }, + { { 0, 29, -33, 0, 0, 0, 0, 0, 1, -2, -1 }, 335.62831, 0.00002, 0.074 }, + { { 0, 29, -33, 0, 0, 0, 0, 0, 1, -2, 1 }, 335.62831, 0.00002, 0.075 }, + { { 0, 29, -33, 0, 2, 0, 0, 0, 1, -2, -2 }, 162.70535, 0.00001, 0.037 }, + { { 0, 29, -33, 0, 2, 0, 0, 0, 1, -1, -2 }, 162.70535, 0.00010, 0.074 }, + { { 0, 29, -33, 0, 2, 0, 0, 0, 1, -1, 0 }, 162.70535, 0.00010, 0.075 }, + { { 0, 29, -33, 0, 2, 0, 0, 0, 1, 0, 0 }, 162.70535, 0.00001, 0.037 }, + { { 0, 32, -28, 0, 0, 0, 0, 0, -3, 2, -2 }, 140.41562, 0.00001, 0.075 }, + { { 0, 32, -28, 0, 0, 0, 0, 0, -3, 2, 0 }, 140.41562, 0.00001, 0.075 }, + { { 0, 35, -31, 0, 0, -3, 0, 0, -1, 0, -2 }, 113.91542, 0.00006, 0.075 }, + { { 0, 35, -31, 0, 0, -3, 0, 0, -1, 0, 0 }, 113.91542, 0.00006, 0.075 }, + { { 0, 38, -37, 0, 0, 0, 0, 0, -2, 0, -1 }, 307.19129, 0.00003, 0.075 }, + { { 0, 38, -37, 0, 0, 0, 0, 0, -2, 0, 1 }, 307.19129, 0.00003, 0.074 }, + { { 0, 39, -36, -5, 0, 0, 0, 0, -2, 0, -1 }, 16.24881, 0.00008, 0.075 }, + { { 0, 39, -36, -5, 0, 0, 0, 0, -2, 0, 1 }, 16.24881, 0.00008, 0.075 }, + { { 0, 41, -42, 0, 0, 0, 0, 0, -2, 0, -1 }, 91.32596, 0.00002, 0.074 }, + { { 0, 41, -42, 0, 0, 0, 0, 0, -2, 0, 1 }, 91.32596, 0.00002, 0.075 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, 1, -1, -4 }, 281.55562, 0.00003, 0.037 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, 1, 0, -4 }, 281.55562, 0.00030, 0.074 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, 1, 0, -2 }, 281.55562, 0.00030, 0.075 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, 1, 1, -2 }, 281.55562, 0.00003, 0.037 }, + { { 0, 44, -42, -9, 0, 0, 0, 0, -2, 0, -1 }, 296.45270, 0.00008, 0.075 }, + { { 0, 44, -42, -9, 0, 0, 0, 0, -2, 0, 1 }, 296.45270, 0.00008, 0.075 }, + { { 0, 47, -52, 0, 4, 0, 0, 0, -2, 0, -1 }, 259.65428, 0.00003, 0.074 }, + { { 0, 47, -52, 0, 4, 0, 0, 0, -2, 0, 1 }, 259.65428, 0.00003, 0.075 }, + { { 1, -28, 26, 0, 0, 0, 0, 0, -2, 1, 1 }, 77.18279, 0.00004, 0.075 }, + { { 1, -28, 26, 0, 0, 0, 0, 0, -2, 1, 3 }, 77.18279, 0.00004, 0.074 }, + { { 1, -7, 9, 0, 0, 0, 0, 0, 2, -2, -1 }, 114.25737, 0.00004, 0.074 }, + { { 1, -7, 9, 0, 0, 0, 0, 0, 2, -2, 1 }, 114.25737, 0.00004, 0.075 }, + { { 1, 0, -10, 11, 0, 0, 0, 0, -2, 0, 1 }, 126.93434, 0.00002, 0.088 }, + { { 1, 0, -10, 11, 0, 0, 0, 0, 2, 0, -1 }, 126.93434, 0.00002, 0.088 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, -2, 0, -1 }, 209.54963, 0.00002, 0.026 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, -2, 0, 1 }, 209.54929, 0.00008, 0.090 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, -2, 1, -1 }, 209.52702, 0.00002, 0.040 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, -2, 1, 1 }, 209.52702, 0.00002, 0.478 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 0, -1, -1 }, 211.49028, 0.00004, 0.038 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 0, -1, 1 }, 212.09398, 0.00002, 3.136 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 0, 0, -1 }, 207.91779, 0.00003, 0.075 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 0, 0, 1 }, 207.91779, 0.00003, 0.074 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 0, 1, -1 }, 212.09398, 0.00002, 68.187 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 0, 1, 1 }, 211.49028, 0.00004, 0.037 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 2, -1, -1 }, 210.64674, 0.00002, 0.559 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 2, -1, 1 }, 210.64688, 0.00002, 0.040 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 2, 0, -1 }, 210.27036, 0.00007, 0.087 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 2, 0, 1 }, 210.35237, 0.00001, 0.026 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, -2, 0, -1 }, 136.63470, 0.00002, 0.027 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, -2, 0, 1 }, 136.64189, 0.00007, 0.098 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, -2, 1, -1 }, 136.67635, 0.00002, 0.042 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, -2, 1, 1 }, 136.67634, 0.00002, 0.323 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, -1, 0, 0 }, 109.58855, 0.00002, 0.089 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 0, 0, -1 }, 139.76983, 0.00001, 0.081 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 0, 0, 1 }, 139.76983, 0.00001, 0.069 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 1, -1, 0 }, 109.58933, 0.00003, 3.772 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 289.59467, 0.00063, 0.074 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 1, 1, 0 }, 289.58802, 0.00003, 0.037 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 2, 0, -1 }, 138.57012, 0.00003, 0.080 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, -1 }, 258.01574, 0.00004, 0.089 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 1, 0, 0 }, 34.65279, 0.00008, 0.069 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 2, -1, -1 }, 257.00902, 0.00003, 4.732 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 2, -1, 1 }, 75.75636, 0.00006, 0.037 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 2, 0, -3 }, 78.18480, 0.00002, 0.075 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 2, 0, -1 }, 76.19897, 0.00161, 0.074 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 2, 1, -1 }, 76.19612, 0.00009, 0.037 }, + { { 1, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0 }, 53.92658, 0.00003, 0.064 }, + { { 1, 0, -1, 0, 0, 0, 0, 0, 2, 0, -1 }, 177.86857, 0.00002, 0.069 }, + { { 1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 }, 316.26922, 0.00001, 0.122 }, + { { 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 }, 135.94127, 0.00003, 0.061 }, + { { 1, 15, -16, 0, 0, 0, 0, 0, -1, 0, -2 }, 4.34116, 0.00001, 0.037 }, + { { 1, 15, -16, 0, 0, 0, 0, 0, -1, 1, -2 }, 4.34116, 0.00013, 0.074 }, + { { 1, 15, -16, 0, 0, 0, 0, 0, -1, 1, 0 }, 4.34116, 0.00013, 0.075 }, + { { 1, 15, -16, 0, 0, 0, 0, 0, -1, 2, 0 }, 4.34116, 0.00001, 0.037 }, + { { 2, -24, 21, 0, 0, 0, 0, 0, 4, -3, -1 }, 27.44429, 0.00003, 0.074 }, + { { 2, -24, 21, 0, 0, 0, 0, 0, 4, -3, 1 }, 27.44429, 0.00003, 0.075 }, + { { 2, -2, -4, 0, 0, 0, 0, 0, 1, 0, -2 }, 90.18924, 0.00002, 0.074 }, + { { 2, -2, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 303.94220, 0.00002, 0.075 }, + { { 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, -1 }, 180.16141, 0.00001, 0.140 }, + { { 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 1 }, 180.16141, 0.00001, 0.051 }, + { { 2, 0, -2, 0, 0, 0, 0, 0, 2, -2, 1 }, 179.90096, 0.00001, 0.056 }, + { { 2, 0, -2, 0, 0, 0, 0, 0, 2, 0, -1 }, 179.88907, 0.00003, 0.057 }, + { { 2, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0 }, 132.26122, 0.00002, 0.051 }, + { { 3, 0, -2, 0, 0, 0, 0, 0, -3, 1, 0 }, 312.75570, 0.00002, 0.075 }, + { { 3, 0, -2, 0, 0, 0, 0, 0, -3, 1, 2 }, 312.75570, 0.00002, 0.074 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -4, 1, -1 }, 96.56536, 0.00002, 0.026 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -4, 1, 1 }, 96.56536, 0.00004, 0.088 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -4, 2, -1 }, 96.56536, 0.00003, 0.040 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, -1, -1 }, 96.56536, 0.00001, 0.025 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 0, -1 }, 96.40479, 0.00018, 0.037 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 0, 1 }, 95.70877, 0.00003, 7.078 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 1, -1 }, 96.56536, 0.00131, 0.074 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 1, 1 }, 96.56536, 0.00131, 0.075 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 2, 1 }, 96.52238, 0.00014, 0.038 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 3, 1 }, 96.56536, 0.00001, 0.025 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, 0, 0, 1 }, 96.56536, 0.00003, 0.040 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, 0, 1, -1 }, 96.56536, 0.00004, 0.089 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, 0, 1, 1 }, 96.56536, 0.00002, 0.026 }, + { { 3, 0, 7, -15, 0, 0, 0, 0, -2, 1, -1 }, 353.96206, 0.00007, 0.074 }, + { { 3, 0, 7, -15, 0, 0, 0, 0, -2, 1, 1 }, 353.96206, 0.00007, 0.075 }, + { { 3, 2, -6, 0, 0, 0, 0, 0, -4, 3, -1 }, 239.57624, 0.00001, 0.075 }, + { { 3, 2, -6, 0, 0, 0, 0, 0, -4, 3, 1 }, 239.57624, 0.00001, 0.075 }, + { { 4, -15, 6, 0, 0, 0, 0, 0, -2, 2, -1 }, 19.56685, 0.00003, 0.075 }, + { { 4, -15, 6, 0, 0, 0, 0, 0, -2, 2, 1 }, 19.56685, 0.00003, 0.075 }, + { { 4, -5, 3, 0, 0, 0, 0, 0, -2, 1, -1 }, 30.68945, 0.00007, 0.074 }, + { { 4, -5, 3, 0, 0, 0, 0, 0, -2, 1, 1 }, 30.68945, 0.00007, 0.075 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, -2, 0, -1 }, 73.47726, 0.00001, 0.038 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, -2, 1, -1 }, 73.47726, 0.00013, 0.075 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, -2, 1, 1 }, 73.47726, 0.00013, 0.074 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, -2, 2, 1 }, 73.47726, 0.00001, 0.037 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, -1, 1, -2 }, 24.76162, 0.00005, 0.075 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, -1, 1, 0 }, 24.57741, 0.00003, 0.074 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, 0, -1, -1 }, 183.02988, 0.00002, 0.071 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, 0, -1, 1 }, 183.02988, 0.00002, 0.078 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, -1, -1 }, 99.36455, 0.00003, 0.077 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, -1, 1 }, 99.36455, 0.00003, 0.073 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, 0, -3 }, 100.63105, 0.00002, 0.038 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, 1, -3 }, 100.63014, 0.00019, 0.075 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, 1, -1 }, 100.68226, 0.00016, 0.074 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, 2, -1 }, 100.63105, 0.00002, 0.037 }, + { { 5, 0, -13, 7, 0, 0, 0, 0, -2, 1, -1 }, 303.08124, 0.00002, 0.075 }, + { { 5, 0, -13, 7, 0, 0, 0, 0, -2, 1, 1 }, 303.08124, 0.00002, 0.075 }, + { { 6, 0, 0, 0, -2, 0, 0, 0, -2, 0, -1 }, 231.51527, 0.00001, 0.075 }, + { { 6, 0, 0, 0, -2, 0, 0, 0, -2, 0, 1 }, 231.51527, 0.00001, 0.074 }, + { { 6, 0, 0, 0, 0, 0, 0, 0, -2, 0, -1 }, 235.02094, 0.00001, 0.075 }, + { { 6, 0, 0, 0, 0, 0, 0, 0, -2, 0, 1 }, 235.02094, 0.00001, 0.074 }, + { { 7, 0, -4, 0, 0, 0, 0, 0, -2, 0, -1 }, 138.00381, 0.00001, 0.076 }, + { { 7, 0, -4, 0, 0, 0, 0, 0, -2, 0, 1 }, 138.00381, 0.00001, 0.073 } +} }; + +constexpr array g_ELP12 +{ { + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 90.00000, 0.02045, 99999.999 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 }, 270.01562, 0.00037, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2 }, 89.99679, 0.00010, 0.074 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, 269.93968, 0.00720, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0 }, 269.94077, 0.00028, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 }, 270.00276, 0.00004, 0.071 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 0 }, 270.01112, 0.00025, 1.127 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 }, 90.01711, 0.00343, 0.081 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0 }, 90.01715, 0.00021, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -2, 0 }, 90.08025, 0.00203, 0.564 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -1, -2 }, 90.14419, 0.00007, 0.065 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 270.10502, 0.03074, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 270.07659, 0.01960, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, -2 }, 90.02518, 0.00004, 0.090 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0 }, 270.11156, 0.00124, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0 }, 269.93283, 0.00010, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 3, -1, 0 }, 90.03445, 0.00007, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0 }, 270.04164, 0.00010, 0.027 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 4, -2, 0 }, 270.12246, 0.00034, 0.044 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 4, -1, 0 }, 270.18153, 0.00047, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0 }, 270.13595, 0.00018, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -2, 0, 0 }, 49.83798, 0.00005, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -2, 1, 0 }, 171.18864, 0.00004, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, 0 }, 351.05178, 0.00029, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0 }, 171.05178, 0.00029, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 2, -1, 0 }, 311.68508, 0.00004, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0 }, 224.65041, 0.00005, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 1, 0 }, 243.55642, 0.00002, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -1, 0 }, 63.58419, 0.00014, 0.076 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0 }, 243.58419, 0.00014, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -1, 0 }, 63.55642, 0.00002, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, -2, 0, 0 }, 245.69512, 0.00012, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, -2, 1, 0 }, 348.85483, 0.00015, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, -2, 2, 0 }, 192.20133, 0.00002, 0.564 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 0, -2, 0 }, 192.00892, 0.00005, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 0, -1, 0 }, 191.14709, 0.00115, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 0, 1, 0 }, 11.14709, 0.00115, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 0, 2, 0 }, 12.00892, 0.00005, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 2, -2, 0 }, 12.20132, 0.00002, 0.564 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 2, -1, 0 }, 168.93620, 0.00015, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 0 }, 65.99758, 0.00012, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0 }, 277.86427, 0.00022, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, -2, 1, 0 }, 258.86594, 0.00021, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, 0, -2, 0 }, 327.31563, 0.00002, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0 }, 331.47933, 0.00042, 0.076 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0 }, 151.55912, 0.00043, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, 0, 2, 0 }, 147.28441, 0.00002, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, 2, -1, 0 }, 80.93914, 0.00021, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0 }, 99.52340, 0.00022, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 2, 0, 0, -1, 0 }, 71.93169, 0.00010, 0.076 }, + { { 0, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0 }, 251.93169, 0.00010, 0.075 }, + { { 0, 0, 0, 0, 0, 1, -3, 0, 0, -1, 0 }, 35.75292, 0.00007, 0.075 }, + { { 0, 0, 0, 0, 0, 1, -3, 0, 0, 1, 0 }, 215.75292, 0.00007, 0.075 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -4, 0, 0 }, 357.85025, 0.00005, 0.020 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -4, 1, 0 }, 357.83516, 0.00016, 0.028 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -4, 2, 0 }, 357.71244, 0.00005, 0.044 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, -1, 0 }, 356.32430, 0.00036, 0.026 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0 }, 357.69043, 0.00487, 0.040 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, 1, 0 }, 359.14932, 0.00469, 0.087 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, 2, 0 }, 182.84467, 0.00022, 0.553 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0 }, 177.44541, 0.00011, 0.081 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, -3, 0 }, 350.50556, 0.00002, 0.025 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, -2, 0 }, 350.84334, 0.00043, 0.038 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, -1, 0 }, 350.76811, 0.00785, 0.076 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, -1, 2 }, 171.50986, 0.00003, 0.073 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 }, 168.62060, 0.00008, 29.457 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, -2 }, 351.50986, 0.00003, 0.074 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0 }, 170.73819, 0.00786, 0.075 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 2, 0 }, 170.80556, 0.00043, 0.038 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 3, 0 }, 170.40041, 0.00002, 0.025 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0 }, 357.70167, 0.00010, 0.081 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, -2, 0 }, 2.33327, 0.00022, 0.575 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, -1, 0 }, 178.83645, 0.00467, 0.087 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0 }, 176.90427, 0.00495, 0.040 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, 1, 0 }, 176.20134, 0.00035, 0.026 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 4, -2, 0 }, 177.48624, 0.00005, 0.043 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 4, -1, 0 }, 177.47712, 0.00015, 0.028 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 4, 0, 0 }, 177.09498, 0.00005, 0.020 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, -2, 0, 0 }, 260.99447, 0.00027, 0.041 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, -2, 1, 0 }, 252.27147, 0.00039, 0.088 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 0, -2, 0 }, 55.05636, 0.00002, 0.038 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 0, -1, 0 }, 56.81895, 0.00047, 0.076 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 0, 1, 0 }, 236.96045, 0.00048, 0.075 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 0, 2, 0 }, 235.00835, 0.00002, 0.038 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 2, -1, 0 }, 73.32384, 0.00032, 0.087 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 2, 0, 0 }, 89.32108, 0.00017, 0.040 }, + { { 0, 0, 0, 0, 0, 3, 0, 0, -2, 0, 0 }, 146.54862, 0.00005, 0.041 }, + { { 0, 0, 0, 0, 0, 3, 0, 0, 0, -1, 0 }, 349.33632, 0.00003, 0.076 }, + { { 0, 0, 0, 0, 0, 3, 0, 0, 0, 1, 0 }, 169.33632, 0.00003, 0.075 }, + { { 0, 0, 0, 0, 1, -5, 0, 0, -2, 0, 0 }, 290.35357, 0.00020, 0.040 }, + { { 0, 0, 0, 0, 1, -5, 0, 0, -2, 1, 0 }, 282.43906, 0.00011, 0.086 }, + { { 0, 0, 0, 0, 1, -5, 0, 0, 0, -1, 0 }, 334.87634, 0.00011, 0.075 }, + { { 0, 0, 0, 0, 1, -5, 0, 0, 0, 1, 0 }, 154.87634, 0.00011, 0.076 }, + { { 0, 0, 0, 0, 1, -5, 0, 0, 2, -1, 0 }, 96.07022, 0.00012, 0.088 }, + { { 0, 0, 0, 0, 1, -5, 0, 0, 2, 0, 0 }, 103.55451, 0.00023, 0.041 }, + { { 0, 0, 0, 0, 1, -3, 0, 0, -2, 0, 0 }, 224.88844, 0.00010, 0.040 }, + { { 0, 0, 0, 0, 1, -3, 0, 0, -2, 1, 0 }, 211.80743, 0.00006, 0.087 }, + { { 0, 0, 0, 0, 1, -3, 0, 0, 0, -1, 0 }, 325.51258, 0.00009, 0.075 }, + { { 0, 0, 0, 0, 1, -3, 0, 0, 0, 1, 0 }, 145.51258, 0.00009, 0.076 }, + { { 0, 0, 0, 0, 1, -3, 0, 0, 2, -1, 0 }, 28.84273, 0.00006, 0.087 }, + { { 0, 0, 0, 0, 1, -3, 0, 0, 2, 0, 0 }, 41.88420, 0.00010, 0.040 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, -2, 0, 0 }, 82.29538, 0.00032, 0.040 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, -2, 1, 0 }, 100.92564, 0.00030, 0.087 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 0, -2, 0 }, 28.29518, 0.00003, 0.038 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 0, -1, 0 }, 20.76014, 0.00057, 0.076 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 0, 1, 0 }, 200.68661, 0.00057, 0.075 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 0, 2, 0 }, 207.63543, 0.00003, 0.038 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 2, -1, 0 }, 278.57334, 0.00030, 0.087 }, + { { 0, 0, 0, 0, 1, -2, 0, 0, 2, 0, 0 }, 260.36849, 0.00032, 0.040 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, -2, 0, 0 }, 267.14581, 0.00022, 0.041 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, -2, 1, 0 }, 267.28526, 0.00022, 0.087 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, 0, -1, 0 }, 265.68721, 0.00011, 0.076 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, 0, 1, 0 }, 85.57195, 0.00011, 0.075 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, 2, -1, 0 }, 86.96694, 0.00022, 0.087 }, + { { 0, 0, 0, 0, 1, -1, 0, 0, 2, 0, 0 }, 86.87333, 0.00021, 0.040 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -6, 1, 0 }, 87.02777, 0.00002, 0.016 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -4, -1, 0 }, 78.72463, 0.00005, 0.016 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -4, 0, 0 }, 90.37129, 0.00036, 0.020 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -4, 1, 0 }, 91.36642, 0.00095, 0.028 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -4, 2, 0 }, 91.76254, 0.00052, 0.044 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -3, 0, 0 }, 72.24783, 0.00015, 0.027 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -3, 1, 0 }, 273.84937, 0.00007, 0.042 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, -2, 0 }, 80.23644, 0.00032, 0.020 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, -1, 0 }, 81.83990, 0.00255, 0.026 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, -1, 2 }, 265.19994, 0.00004, 0.090 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 }, 85.30070, 0.04106, 0.041 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, 2 }, 265.49263, 0.00018, 0.456 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 1, 0 }, 89.84062, 0.04609, 0.088 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 1, 2 }, 270.25371, 0.00011, 0.065 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 2, 0 }, 276.15644, 0.00290, 0.538 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 3, 0 }, 288.90844, 0.00014, 0.066 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 0 }, 299.54440, 0.00006, 0.039 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, -1, 1 }, 168.48339, 0.00005, 0.083 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, 0, -1 }, 348.86944, 0.00006, 0.039 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0 }, 281.93025, 0.00082, 0.081 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, 1, -1 }, 348.53595, 0.00008, 0.080 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, 1, 0 }, 91.01809, 0.00004, 1.030 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -1, 1, 1 }, 348.48339, 0.00005, 0.069 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, -3, 0 }, 13.52337, 0.00014, 0.025 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0 }, 21.69425, 0.00195, 0.038 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0 }, 24.97221, 0.03716, 0.076 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 2 }, 200.95689, 0.00013, 0.073 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 }, 195.06565, 0.00060, 11.862 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 2 }, 53.65397, 0.00002, 0.037 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -2 }, 25.35208, 0.00016, 0.074 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0 }, 203.58505, 0.03741, 0.075 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0 }, 200.33164, 0.00200, 0.038 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 3, 0 }, 197.77664, 0.00012, 0.025 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, -1, -1 }, 155.62597, 0.00006, 0.070 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, -1, 0 }, 283.97780, 0.00003, 1.246 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, -1, 1 }, 168.55283, 0.00009, 0.079 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0 }, 88.34629, 0.00061, 0.080 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 1 }, 168.56374, 0.00006, 0.039 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, -1 }, 6.04259, 0.00005, 0.081 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, 1, 0 }, 84.06783, 0.00004, 0.039 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, -3, 0 }, 113.13046, 0.00014, 0.067 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, -2, 0 }, 96.67799, 0.00266, 0.592 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, -1, -2 }, 88.54743, 0.00011, 0.065 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, -1, 0 }, 266.09561, 0.04282, 0.086 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, -2 }, 80.59674, 0.00016, 0.494 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0 }, 256.15478, 0.03539, 0.040 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 1, -2 }, 80.04295, 0.00004, 0.089 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 1, 0 }, 247.09364, 0.00226, 0.026 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 2, 0 }, 256.49361, 0.00028, 0.019 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 3, -1, -1 }, 268.56435, 0.00002, 0.095 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 3, -1, 0 }, 78.94953, 0.00006, 0.042 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 3, 0, -1 }, 88.41128, 0.00003, 0.042 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 3, 0, 0 }, 256.72384, 0.00013, 0.027 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 4, -2, 0 }, 267.49659, 0.00047, 0.043 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 4, -1, 0 }, 257.83354, 0.00082, 0.028 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 4, 0, 0 }, 255.05429, 0.00031, 0.020 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 4, 1, 0 }, 266.63962, 0.00004, 0.016 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 6, -1, 0 }, 254.76070, 0.00002, 0.016 }, + { { 0, 0, 0, 0, 2, -6, 0, 0, -2, 0, 0 }, 191.18291, 0.00007, 0.040 }, + { { 0, 0, 0, 0, 2, -6, 0, 0, -2, 1, 0 }, 191.18292, 0.00004, 0.087 }, + { { 0, 0, 0, 0, 2, -6, 0, 0, 0, -1, 0 }, 198.51356, 0.00003, 0.075 }, + { { 0, 0, 0, 0, 2, -6, 0, 0, 0, 1, 0 }, 18.51356, 0.00003, 0.076 }, + { { 0, 0, 0, 0, 2, -6, 0, 0, 2, -1, 0 }, 10.40235, 0.00004, 0.087 }, + { { 0, 0, 0, 0, 2, -6, 0, 0, 2, 0, 0 }, 10.40235, 0.00006, 0.040 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, -2, 0, 0 }, 108.65301, 0.00006, 0.040 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, -2, 1, 0 }, 270.04391, 0.00009, 0.087 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, 0, -2, 0 }, 90.04391, 0.00003, 0.038 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, 0, -1, 0 }, 89.84776, 0.00059, 0.075 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, 0, 1, 0 }, 269.84776, 0.00059, 0.075 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, 0, 2, 0 }, 270.04391, 0.00003, 0.038 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, 2, -1, 0 }, 90.04391, 0.00009, 0.087 }, + { { 0, 0, 0, 0, 2, -6, 3, 0, 2, 0, 0 }, 288.33086, 0.00006, 0.040 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -4, 0, 0 }, 331.45717, 0.00002, 0.020 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -4, 1, 0 }, 282.32247, 0.00013, 0.028 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -4, 2, 0 }, 265.44868, 0.00012, 0.044 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, -2, 0 }, 74.69138, 0.00007, 0.020 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, -1, 0 }, 62.26562, 0.00052, 0.026 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 0, 0 }, 350.23093, 0.00192, 0.040 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 1, 0 }, 268.64593, 0.01128, 0.087 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 1, 2 }, 75.96095, 0.00002, 0.065 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 2, 0 }, 82.90966, 0.00151, 0.564 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 3, 0 }, 77.45229, 0.00012, 0.067 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -1, 0, 0 }, 150.02602, 0.00005, 0.081 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -1, 1, 0 }, 255.96095, 0.00002, 1.129 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -3, 0 }, 78.95434, 0.00022, 0.025 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -2, 0 }, 76.47523, 0.00344, 0.038 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -2, 2 }, 75.96095, 0.00002, 3.009 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -1, 0 }, 76.55968, 0.06312, 0.075 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -1, 2 }, 256.06876, 0.00025, 0.074 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 1, -2 }, 76.06876, 0.00025, 0.074 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 1, 0 }, 256.56163, 0.06313, 0.075 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 2, -2 }, 255.96095, 0.00002, 2.988 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 2, 0 }, 256.47665, 0.00344, 0.038 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 3, 0 }, 258.96570, 0.00022, 0.025 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 1, -1, 0 }, 75.96095, 0.00002, 1.126 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 1, 0, 0 }, 333.50322, 0.00005, 0.081 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, -3, 0 }, 257.47361, 0.00012, 0.067 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, -2, 0 }, 262.87097, 0.00151, 0.563 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, -1, -2 }, 255.96095, 0.00002, 0.065 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, -1, 0 }, 88.52073, 0.01131, 0.087 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, 0, 0 }, 165.60693, 0.00192, 0.040 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, 1, 0 }, 243.47733, 0.00052, 0.026 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, 2, 0 }, 254.55349, 0.00007, 0.020 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 4, -2, 0 }, 85.38961, 0.00012, 0.044 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 4, -1, 0 }, 101.89847, 0.00013, 0.028 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 4, 0, 0 }, 149.21458, 0.00002, 0.020 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, -2, 0, 0 }, 340.78551, 0.00011, 0.040 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, -2, 1, 0 }, 340.78304, 0.00015, 0.087 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, 0, -1, 0 }, 349.39476, 0.00007, 0.076 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, 0, 1, 0 }, 169.39476, 0.00007, 0.075 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, 2, -1, 0 }, 161.03744, 0.00015, 0.087 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, 2, 0, 0 }, 161.03215, 0.00010, 0.040 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, -2, 0, 0 }, 30.40427, 0.00017, 0.041 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, -2, 1, 0 }, 30.33370, 0.00015, 0.088 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, 0, -1, 0 }, 30.86788, 0.00018, 0.076 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, 0, 1, 0 }, 210.86434, 0.00018, 0.075 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, 2, -1, 0 }, 210.28614, 0.00015, 0.087 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, 2, 0, 0 }, 210.36994, 0.00015, 0.040 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, -2, 0, 0 }, 89.18166, 0.00038, 0.041 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, -2, 1, 0 }, 89.44582, 0.00035, 0.088 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 0, -1, 0 }, 86.29804, 0.00018, 0.076 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 0, 1, 0 }, 266.00692, 0.00017, 0.075 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 2, -1, 0 }, 268.81609, 0.00037, 0.086 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 2, 0, 0 }, 268.65381, 0.00032, 0.040 }, + { { 0, 0, 0, 0, 2, -2, 0, 0, 2, 1, 0 }, 88.65393, 0.00002, 0.026 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -4, 1, 0 }, 218.75673, 0.00002, 0.028 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -4, 2, 0 }, 244.93306, 0.00002, 0.044 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -2, -1, 0 }, 102.58522, 0.00011, 0.026 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -2, 0, 0 }, 110.38163, 0.00082, 0.041 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -2, 1, -1 }, 222.88991, 0.00003, 0.040 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -2, 1, 0 }, 128.01880, 0.00075, 0.088 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -2, 2, 0 }, 340.32352, 0.00005, 0.515 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -1, 0, 0 }, 231.21443, 0.00008, 0.082 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, -2, 0 }, 49.26596, 0.00022, 0.038 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, -1, 0 }, 47.74741, 0.00386, 0.076 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, -1 }, 223.17132, 0.00033, 0.075 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 }, 231.53843, 0.00015, 5.931 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0 }, 227.28006, 0.00397, 0.074 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, -1 }, 43.67192, 0.00013, 0.075 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 2, 0 }, 229.40522, 0.00023, 0.037 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 2, -2, 0 }, 138.90462, 0.00004, 0.623 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 2, -1, 0 }, 262.13546, 0.00103, 0.086 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0 }, 243.60175, 0.00154, 0.040 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 2, 1, -1 }, 42.88991, 0.00003, 0.040 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 2, 1, 0 }, 241.13201, 0.00022, 0.026 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 4, -1, 0 }, 248.47716, 0.00003, 0.027 }, + { { 0, 0, 0, 0, 2, 5, 0, 0, 2, -2, 0 }, 209.78860, 0.00002, 0.697 }, + { { 0, 0, 0, 0, 2, 5, 0, 0, 2, 0, 0 }, 29.78860, 0.00002, 0.040 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, -2, 0, 0 }, 174.97542, 0.00028, 0.041 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, -2, 1, 0 }, 174.44718, 0.00026, 0.088 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 0, -1, 0 }, 178.38081, 0.00024, 0.076 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 0, 1, 0 }, 358.33407, 0.00024, 0.075 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 2, -1, 0 }, 354.23761, 0.00026, 0.086 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 2, 0, 0 }, 354.80209, 0.00025, 0.040 }, + { { 0, 0, 0, 0, 3, -4, 0, 0, -2, 0, 0 }, 210.93600, 0.00006, 0.041 }, + { { 0, 0, 0, 0, 3, -4, 0, 0, -2, 1, 0 }, 210.93600, 0.00003, 0.088 }, + { { 0, 0, 0, 0, 3, -4, 0, 0, 0, -1, 0 }, 212.74231, 0.00002, 0.076 }, + { { 0, 0, 0, 0, 3, -4, 0, 0, 0, 1, 0 }, 32.74231, 0.00002, 0.075 }, + { { 0, 0, 0, 0, 3, -4, 0, 0, 2, -1, 0 }, 30.50365, 0.00003, 0.086 }, + { { 0, 0, 0, 0, 3, -4, 0, 0, 2, 0, 0 }, 30.50365, 0.00005, 0.040 }, + { { 0, 0, 0, 0, 3, -3, 0, 0, -2, 0, 0 }, 72.07391, 0.00007, 0.041 }, + { { 0, 0, 0, 0, 3, -3, 0, 0, -2, 1, 0 }, 72.07391, 0.00004, 0.088 }, + { { 0, 0, 0, 0, 3, -3, 0, 0, 0, -1, 0 }, 80.34054, 0.00002, 0.076 }, + { { 0, 0, 0, 0, 3, -3, 0, 0, 0, 1, 0 }, 260.34054, 0.00002, 0.075 }, + { { 0, 0, 0, 0, 3, -3, 0, 0, 2, -1, 0 }, 247.34517, 0.00004, 0.086 }, + { { 0, 0, 0, 0, 3, -3, 0, 0, 2, 0, 0 }, 247.34516, 0.00005, 0.040 }, + { { 0, 0, 0, 0, 3, -2, 0, 0, -2, 0, 0 }, 86.81054, 0.00007, 0.041 }, + { { 0, 0, 0, 0, 3, -2, 0, 0, 0, -1, 0 }, 65.80159, 0.00004, 0.077 }, + { { 0, 0, 0, 0, 3, -2, 0, 0, 0, 1, 0 }, 245.80159, 0.00004, 0.074 }, + { { 0, 0, 0, 0, 3, -2, 0, 0, 2, 0, 0 }, 257.94802, 0.00005, 0.040 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, -2, 0, 0 }, 198.50316, 0.00017, 0.041 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, -2, 1, 0 }, 162.37366, 0.00004, 0.089 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 0, -1, 0 }, 43.76416, 0.00029, 0.077 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 0, 1, 0 }, 225.29075, 0.00034, 0.074 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 2, -1, 0 }, 343.47058, 0.00003, 0.085 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 2, 0, 0 }, 231.59346, 0.00016, 0.040 }, + { { 0, 0, 0, 0, 4, -10, 0, 0, -2, 0, 0 }, 129.19358, 0.00004, 0.040 }, + { { 0, 0, 0, 0, 4, -10, 0, 0, -2, 1, 0 }, 87.39404, 0.00004, 0.087 }, + { { 0, 0, 0, 0, 4, -10, 0, 0, 0, -1, 0 }, 268.52240, 0.00024, 0.075 }, + { { 0, 0, 0, 0, 4, -10, 0, 0, 0, 1, 0 }, 88.52240, 0.00024, 0.075 }, + { { 0, 0, 0, 0, 4, -10, 0, 0, 2, -1, 0 }, 267.39404, 0.00004, 0.087 }, + { { 0, 0, 0, 0, 4, -10, 0, 0, 2, 0, 0 }, 307.90135, 0.00005, 0.040 }, + { { 0, 0, 0, 0, 4, -5, 0, 0, -2, 0, 0 }, 164.66964, 0.00005, 0.041 }, + { { 0, 0, 0, 0, 4, -5, 0, 0, 2, 0, 0 }, 351.33331, 0.00004, 0.040 }, + { { 0, 0, 0, 0, 6, -5, 0, 0, 2, -2, 0 }, 50.02187, 0.00002, 0.695 }, + { { 0, 0, 0, 0, 6, -5, 0, 0, 2, 0, 0 }, 230.02187, 0.00002, 0.040 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -4, 1, 0 }, 128.92376, 0.00004, 0.028 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, -1, 0 }, 128.70840, 0.00014, 0.027 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, 0, 0 }, 130.22468, 0.00101, 0.041 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, 1, 0 }, 128.10800, 0.00099, 0.091 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, 2, 0 }, 308.44618, 0.00008, 0.434 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, -1, 0 }, 5.75619, 0.00003, 0.079 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 }, 122.41498, 0.00010, 1.881 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0 }, 227.62359, 0.00003, 0.073 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 1, -1, -1 }, 218.61361, 0.00002, 0.073 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 1, -1, 1 }, 218.70847, 0.00011, 0.077 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 }, 299.72391, 0.00004, 0.078 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 1, 1, -1 }, 38.61361, 0.00002, 0.079 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 2, -2, 0 }, 119.37184, 0.00004, 0.805 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 2, -1, 0 }, 301.61006, 0.00064, 0.083 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0 }, 294.09327, 0.00045, 0.040 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 2, 1, 0 }, 300.14567, 0.00004, 0.026 }, + { { 0, 0, 0, 2, 0, -2, 0, 0, -2, 0, 0 }, 117.14722, 0.00007, 0.042 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -4, 0, 0 }, 214.85823, 0.00005, 0.021 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -4, 1, 0 }, 215.36818, 0.00008, 0.028 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -2, -1, 0 }, 219.01822, 0.00028, 0.027 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -2, 0, 0 }, 223.31948, 0.00277, 0.042 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -2, 1, 0 }, 225.04933, 0.00155, 0.096 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -2, 2, 0 }, 52.31701, 0.00008, 0.352 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, -1, -1 }, 253.73806, 0.00014, 0.026 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, 0, -1 }, 253.72257, 0.00094, 0.040 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, 0, 1 }, 253.75180, 0.00004, 0.472 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, 1, -1 }, 73.79833, 0.00060, 0.087 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, 1, 1 }, 253.75180, 0.00003, 0.065 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, 2, -1 }, 253.76077, 0.00016, 0.561 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, -2, 0 }, 238.77993, 0.00005, 0.039 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, -1, 0 }, 250.09525, 0.00081, 0.082 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 }, 85.51993, 0.00027, 0.940 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0 }, 126.24779, 0.00042, 0.070 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, -3, -1 }, 253.76077, 0.00002, 0.025 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, -2, -1 }, 253.74835, 0.00055, 0.038 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, -1, -1 }, 253.74835, 0.01008, 0.075 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, -1, 1 }, 253.63608, 0.00034, 0.074 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 1, -3 }, 253.70448, 0.00004, 0.074 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 1, -1 }, 73.74835, 0.01008, 0.075 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 2, -1 }, 73.74835, 0.00055, 0.038 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 3, -1 }, 73.76077, 0.00002, 0.025 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 2, -1, 0 }, 242.52033, 0.00007, 0.080 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0 }, 191.65634, 0.00023, 0.039 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 2, 1, 0 }, 208.50267, 0.00004, 0.026 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 3, -2, -1 }, 73.76077, 0.00016, 0.567 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 3, -1, -1 }, 253.79265, 0.00068, 0.087 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 3, 0, -1 }, 73.72138, 0.00089, 0.040 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 3, 1, -1 }, 73.73806, 0.00014, 0.026 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, -2, 0, 0 }, 56.65462, 0.00006, 0.043 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 2, -1, 0 }, 0.42726, 0.00010, 0.076 }, + { { 0, 0, 0, 4, 0, 0, 0, 0, -2, 0, 0 }, 126.93739, 0.00010, 0.044 }, + { { 0, 0, 1, -8, 3, 0, 0, 0, 2, 0, 0 }, 145.64029, 0.00006, 0.046 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -2, 0, 0 }, 314.15783, 0.00009, 0.039 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -2, 1, 0 }, 256.06892, 0.00003, 0.079 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -1, -1, 1 }, 75.16456, 0.00005, 0.075 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -1, 1, 1 }, 255.16456, 0.00005, 0.076 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 0, -1, 0 }, 77.33948, 0.00006, 0.070 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 0, 0, 0 }, 113.26843, 0.00006, 0.888 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 0, 1, 0 }, 298.85069, 0.00024, 0.082 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 2, -2, 0 }, 131.39379, 0.00003, 0.345 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 2, -1, 0 }, 312.30028, 0.00060, 0.097 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 2, 0, 0 }, 310.93336, 0.00103, 0.042 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 2, 1, 0 }, 310.66572, 0.00010, 0.027 }, + { { 0, 0, 1, -4, 2, 0, 0, 0, 2, 0, 0 }, 25.72613, 0.00005, 0.042 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -2, 0, 0 }, 297.21645, 0.00011, 0.039 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -2, 1, 0 }, 216.65599, 0.00012, 0.083 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -1, 1, -1 }, 291.28465, 0.00008, 0.076 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 0, -1, 0 }, 11.72788, 0.00025, 0.072 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 0, 0, 0 }, 54.95467, 0.00007, 1.681 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 0, 1, 0 }, 200.97457, 0.00019, 0.079 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 2, -1, 0 }, 353.16591, 0.00026, 0.092 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 2, 0, 0 }, 341.96095, 0.00042, 0.041 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 2, 1, 0 }, 352.10459, 0.00003, 0.027 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -4, -1, 0 }, 48.65717, 0.00003, 0.016 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -4, 0, 0 }, 49.49209, 0.00032, 0.020 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -4, 1, 0 }, 49.41380, 0.00059, 0.028 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -4, 2, 0 }, 51.45272, 0.00029, 0.043 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -3, 0, 0 }, 47.93438, 0.00009, 0.027 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -3, 0, 1 }, 3.34108, 0.00006, 0.042 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -3, 1, 0 }, 227.98847, 0.00004, 0.042 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -3, 1, 1 }, 183.26775, 0.00003, 0.095 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, -2, 0 }, 47.77025, 0.00025, 0.019 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, -1, 0 }, 46.46016, 0.00215, 0.026 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, -1, 2 }, 228.63299, 0.00003, 0.089 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 0, 0 }, 48.21733, 0.02862, 0.040 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 0, 2 }, 228.85620, 0.00011, 0.489 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 1, 0 }, 50.88279, 0.02591, 0.087 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 1, 2 }, 231.77272, 0.00006, 0.065 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 2, 0 }, 236.47500, 0.00099, 0.585 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 3, 0 }, 248.45876, 0.00004, 0.067 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -1, -1, 1 }, 3.31472, 0.00006, 0.082 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -1, 0, 0 }, 229.56886, 0.00047, 0.080 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -1, 1, 1 }, 3.31472, 0.00005, 0.070 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -3, 0 }, 42.99992, 0.00019, 0.025 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -2, 0 }, 43.27565, 0.00308, 0.038 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -2, 2 }, 42.29837, 0.00002, 3.702 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -1, 0 }, 43.26801, 0.05857, 0.075 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -1, 2 }, 222.66289, 0.00022, 0.074 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, -2 }, 227.81814, 0.00004, 0.037 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0 }, 47.28992, 0.00154, 15.781 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, 2 }, 229.84124, 0.00004, 0.037 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 1, -2 }, 42.64390, 0.00020, 0.073 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 1, 0 }, 223.46741, 0.05896, 0.076 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 2, -2 }, 223.47080, 0.00002, 2.520 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 2, 0 }, 223.17234, 0.00309, 0.038 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 3, 0 }, 223.15082, 0.00019, 0.025 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 1, 0, 0 }, 51.79641, 0.00054, 0.081 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 1, 1, 0 }, 46.02609, 0.00005, 0.039 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, -3, 0 }, 64.46189, 0.00005, 0.066 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, -2, 0 }, 56.06465, 0.00124, 0.544 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, -1, -2 }, 52.31357, 0.00006, 0.065 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, -1, 0 }, 231.97848, 0.02841, 0.088 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 0, -2 }, 50.25675, 0.00012, 0.461 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 0, 0 }, 230.25486, 0.03123, 0.041 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 1, -2 }, 50.05313, 0.00003, 0.090 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 1, 0 }, 229.04338, 0.00226, 0.026 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 2, 0 }, 228.76174, 0.00030, 0.020 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 3, -1, 0 }, 50.79243, 0.00005, 0.042 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 3, 0, 0 }, 230.88134, 0.00010, 0.027 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 4, -2, 0 }, 232.03970, 0.00032, 0.044 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 4, -1, 0 }, 230.80536, 0.00065, 0.028 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 4, 0, 0 }, 228.06391, 0.00028, 0.020 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 4, 1, 0 }, 229.33776, 0.00003, 0.016 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, -2, 0, 0 }, 123.61076, 0.00026, 0.040 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, -2, 1, 0 }, 125.08368, 0.00024, 0.087 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 0, -1, 0 }, 117.19533, 0.00032, 0.075 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 0, 1, 0 }, 297.18222, 0.00032, 0.075 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 2, -1, 0 }, 305.03185, 0.00024, 0.087 }, + { { 0, 0, 1, -2, 0, 2, 0, 0, 2, 0, 0 }, 303.56422, 0.00026, 0.040 }, + { { 0, 0, 1, -2, 1, 0, 0, 0, -2, 0, 0 }, 285.15893, 0.00007, 0.040 }, + { { 0, 0, 1, -2, 1, 0, 0, 0, -2, 1, 0 }, 285.15893, 0.00004, 0.087 }, + { { 0, 0, 1, -2, 1, 0, 0, 0, 0, -1, 0 }, 281.93895, 0.00004, 0.076 }, + { { 0, 0, 1, -2, 1, 0, 0, 0, 0, 1, 0 }, 101.93895, 0.00004, 0.075 }, + { { 0, 0, 1, -2, 1, 0, 0, 0, 2, -1, 0 }, 103.61160, 0.00005, 0.087 }, + { { 0, 0, 1, -2, 1, 0, 0, 0, 2, 0, 0 }, 103.66881, 0.00007, 0.040 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -4, 0, 0 }, 90.69725, 0.00006, 0.020 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -4, 1, 0 }, 90.64241, 0.00020, 0.028 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -4, 2, 0 }, 90.65247, 0.00007, 0.044 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, -1, 0 }, 90.62425, 0.00035, 0.027 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 0, 0 }, 90.67958, 0.00564, 0.041 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 0, 2 }, 270.64810, 0.00004, 0.388 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 1, 0 }, 90.67899, 0.00535, 0.091 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 2, 0 }, 270.70295, 0.00034, 0.446 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -1, 0, 0 }, 270.46955, 0.00012, 0.084 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, -2, 0 }, 90.53306, 0.00018, 0.038 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, -1, 0 }, 90.52550, 0.00302, 0.078 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0 }, 269.17838, 0.00035, 2.135 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 1, 0 }, 270.44677, 0.00274, 0.073 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 2, 0 }, 270.39238, 0.00013, 0.037 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 1, -3, 1 }, 4.41151, 0.00002, 0.074 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 1, -1, 1 }, 184.41151, 0.00002, 0.077 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 1, 0, 0 }, 270.23302, 0.00009, 0.078 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, -2, 0 }, 90.19296, 0.00018, 0.766 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, -1, 0 }, 270.36164, 0.00368, 0.084 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, 0, 0 }, 270.30126, 0.00272, 0.040 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, 1, 0 }, 270.28706, 0.00034, 0.026 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 4, -2, 0 }, 270.47909, 0.00004, 0.043 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 4, -1, 0 }, 270.28776, 0.00005, 0.027 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 4, 0, 0 }, 270.31689, 0.00004, 0.020 }, + { { 0, 0, 1, 0, -5, 0, 0, 0, -2, 0, 0 }, 57.39648, 0.00010, 0.041 }, + { { 0, 0, 1, 0, -5, 0, 0, 0, -2, 1, 0 }, 57.39451, 0.00004, 0.092 }, + { { 0, 0, 1, 0, -5, 0, 0, 0, 0, -1, 0 }, 53.41315, 0.00006, 0.079 }, + { { 0, 0, 1, 0, -5, 0, 0, 0, 0, 1, 0 }, 233.41315, 0.00006, 0.072 }, + { { 0, 0, 1, 0, -5, 0, 0, 0, 2, -1, 0 }, 235.92462, 0.00003, 0.083 }, + { { 0, 0, 1, 0, -5, 0, 0, 0, 2, 0, 0 }, 235.92462, 0.00003, 0.040 }, + { { 0, 0, 1, 0, -5, 2, 0, 0, -2, 0, 0 }, 42.39744, 0.00003, 0.042 }, + { { 0, 0, 1, 0, -5, 5, 0, 0, -2, 0, 0 }, 273.85045, 0.00008, 0.042 }, + { { 0, 0, 1, 0, -5, 5, 0, 0, 0, -1, 0 }, 272.85644, 0.00003, 0.080 }, + { { 0, 0, 1, 0, -5, 5, 0, 0, 0, 1, 0 }, 92.85644, 0.00003, 0.071 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, -2, -1, 0 }, 47.45200, 0.00007, 0.027 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, -2, 0, 0 }, 47.92614, 0.00052, 0.042 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, -2, 1, 0 }, 47.45554, 0.00036, 0.092 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 0, -2, 0 }, 43.66100, 0.00002, 0.039 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 0, -1, 0 }, 43.23139, 0.00052, 0.079 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 }, 226.86622, 0.00011, 1.509 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 0, 1, 0 }, 222.97252, 0.00048, 0.072 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 0, 2, 0 }, 223.72619, 0.00002, 0.037 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 1, -1, 1 }, 211.20460, 0.00011, 0.076 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 2, -1, 0 }, 243.67024, 0.00009, 0.082 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 2, 0, 0 }, 226.08335, 0.00017, 0.039 }, + { { 0, 0, 1, 0, -4, 2, 0, 0, -2, 0, 0 }, 43.23834, 0.00012, 0.042 }, + { { 0, 0, 1, 0, -4, 2, 0, 0, -2, 1, 0 }, 43.23834, 0.00005, 0.093 }, + { { 0, 0, 1, 0, -4, 2, 0, 0, 0, -1, 0 }, 38.34030, 0.00005, 0.080 }, + { { 0, 0, 1, 0, -4, 2, 0, 0, 0, 0, 0 }, 221.90391, 0.00003, 1.369 }, + { { 0, 0, 1, 0, -4, 2, 0, 0, 0, 1, 0 }, 218.34030, 0.00005, 0.071 }, + { { 0, 0, 1, 0, -4, 2, 0, 0, 1, -1, 1 }, 11.05460, 0.00006, 0.075 }, + { { 0, 0, 1, 0, -4, 2, 0, 0, 2, -1, 0 }, 224.73021, 0.00003, 0.082 }, + { { 0, 0, 1, 0, -4, 3, 0, 0, -2, 0, 0 }, 96.00873, 0.00007, 0.042 }, + { { 0, 0, 1, 0, -4, 3, 0, 0, 2, -1, 0 }, 70.08400, 0.00003, 0.082 }, + { { 0, 0, 1, 0, -4, 4, 0, 0, -2, 0, 0 }, 329.61590, 0.00003, 0.042 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, -2, 0, 0 }, 207.63882, 0.00020, 0.042 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, -2, 1, 0 }, 207.63886, 0.00007, 0.094 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, 0, -1, 0 }, 201.37049, 0.00010, 0.080 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, 0, 1, 0 }, 21.37049, 0.00010, 0.071 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, 2, -2, 0 }, 28.76570, 0.00002, 1.062 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, 2, -1, 0 }, 12.11278, 0.00005, 0.081 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, 2, 0, 0 }, 28.76570, 0.00002, 0.039 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -4, 0, 0 }, 39.30947, 0.00006, 0.021 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -4, 1, 0 }, 39.29864, 0.00020, 0.028 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -4, 2, 0 }, 39.92868, 0.00004, 0.045 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, -2, 0 }, 38.80969, 0.00002, 0.020 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, -1, 0 }, 38.16764, 0.00036, 0.027 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, 0, 0 }, 39.55402, 0.00533, 0.042 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, 0, 2 }, 219.27894, 0.00004, 0.350 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, 1, 0 }, 39.48749, 0.00439, 0.093 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, 2, 0 }, 219.03619, 0.00026, 0.397 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -1, -2, 1 }, 20.65730, 0.00005, 0.040 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -1, -1, 1 }, 20.64762, 0.00041, 0.087 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -1, 0, -1 }, 21.73568, 0.00003, 0.040 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -1, 0, 0 }, 218.38837, 0.00014, 0.086 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -1, 0, 1 }, 200.66973, 0.00006, 0.555 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, -2, 0 }, 35.47008, 0.00026, 0.039 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, -1, 0 }, 36.60085, 0.00407, 0.080 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 }, 214.84856, 0.00126, 1.339 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, 1, 0 }, 214.91711, 0.00400, 0.071 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, 2, 0 }, 214.60802, 0.00020, 0.037 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, -3, 1 }, 20.62046, 0.00007, 0.076 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, -2, 1 }, 200.66035, 0.00013, 37.265 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, -1, -1 }, 201.02527, 0.00015, 0.074 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, -1, 1 }, 20.66609, 0.00226, 0.075 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, 0, 0 }, 217.99373, 0.00029, 0.076 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, 0, 1 }, 20.52414, 0.00008, 0.038 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 1, 1, -1 }, 21.02527, 0.00015, 0.077 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, -3, 0 }, 24.66197, 0.00004, 0.070 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, -2, 0 }, 184.77724, 0.00006, 0.974 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, -1, 0 }, 358.88438, 0.00131, 0.082 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, 0, 0 }, 224.47052, 0.00122, 0.039 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, 1, 0 }, 218.55783, 0.00019, 0.026 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 4, -3, 0 }, 23.01739, 0.00015, 0.096 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 4, -2, 0 }, 22.29867, 0.00046, 0.042 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 4, -1, 0 }, 20.17381, 0.00024, 0.027 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 4, 0, 0 }, 26.80943, 0.00004, 0.020 }, + { { 0, 0, 1, 0, -3, 1, 0, 0, -2, 0, 0 }, 220.31710, 0.00003, 0.042 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, -2, 0, 0 }, 86.28552, 0.00015, 0.042 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, -2, 1, 0 }, 86.28551, 0.00013, 0.094 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, 0, -1, 0 }, 85.28036, 0.00013, 0.080 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, 0, 0, 0 }, 264.66062, 0.00002, 1.227 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, 0, 1, 0 }, 265.28036, 0.00013, 0.071 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, 2, -3, 0 }, 90.63177, 0.00002, 0.070 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, 2, -1, 0 }, 267.17054, 0.00007, 0.081 }, + { { 0, 0, 1, 0, -3, 2, 0, 0, 2, 0, 0 }, 266.79717, 0.00008, 0.039 }, + { { 0, 0, 1, 0, -3, 3, 0, 0, -2, 0, 0 }, 150.48779, 0.00013, 0.042 }, + { { 0, 0, 1, 0, -3, 3, 0, 0, -2, 1, 0 }, 150.48779, 0.00005, 0.094 }, + { { 0, 0, 1, 0, -3, 3, 0, 0, 0, -1, 0 }, 150.37029, 0.00004, 0.081 }, + { { 0, 0, 1, 0, -3, 3, 0, 0, 0, 0, 0 }, 330.23020, 0.00003, 1.178 }, + { { 0, 0, 1, 0, -3, 3, 0, 0, 0, 1, 0 }, 330.37029, 0.00004, 0.071 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, -2, -1, 0 }, 262.54480, 0.00005, 0.027 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, -2, 0, 0 }, 262.55519, 0.00049, 0.042 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, -2, 1, 0 }, 262.44040, 0.00027, 0.095 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 0, -1, 0 }, 262.82124, 0.00033, 0.081 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 0, 0, 0 }, 82.49786, 0.00011, 1.091 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 0, 1, 0 }, 82.89465, 0.00026, 0.071 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 1, 0, 0 }, 262.58186, 0.00016, 0.075 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 2, -1, 0 }, 80.74165, 0.00007, 0.081 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 2, 0, 0 }, 82.46904, 0.00017, 0.039 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -4, -1, 0 }, 35.66954, 0.00007, 0.016 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -4, 0, 0 }, 35.94628, 0.00036, 0.021 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -4, 0, 2 }, 36.21385, 0.00003, 0.046 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -4, 1, 0 }, 36.85525, 0.00081, 0.028 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -4, 2, 0 }, 35.70036, 0.00042, 0.045 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -3, 0, 0 }, 36.69102, 0.00013, 0.028 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -3, 0, 1 }, 190.50464, 0.00002, 0.044 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -3, 1, 0 }, 216.64110, 0.00007, 0.043 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -3, 1, 1 }, 10.56776, 0.00002, 0.104 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, -2, 0 }, 34.50986, 0.00021, 0.020 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, -1, 0 }, 36.14599, 0.00271, 0.027 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 0, 0 }, 36.02580, 0.04322, 0.042 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 0, 2 }, 215.72866, 0.00019, 0.340 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 1, 0 }, 36.01309, 0.03426, 0.094 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 1, 2 }, 215.51000, 0.00011, 0.062 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 2, 0 }, 216.68895, 0.00214, 0.384 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 3, 0 }, 218.07668, 0.00011, 0.063 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, -2, 1 }, 10.52403, 0.00004, 0.041 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, -1, 0 }, 216.06885, 0.00007, 0.040 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, -1, 1 }, 10.51669, 0.00058, 0.088 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 0, 0 }, 215.72767, 0.00177, 0.087 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 0, 1 }, 10.49585, 0.00006, 0.530 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 1, -1 }, 10.54382, 0.00031, 0.085 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 1, 0 }, 35.94213, 0.00020, 0.582 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 1, 1 }, 10.55754, 0.00015, 0.066 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 2, -1 }, 190.51854, 0.00002, 0.644 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, -3, 0 }, 30.00233, 0.00012, 0.026 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, -2, 0 }, 29.41445, 0.00178, 0.039 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, -1, 0 }, 31.07972, 0.03351, 0.080 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, -1, 2 }, 210.25810, 0.00008, 0.069 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, -2 }, 32.13632, 0.00009, 0.038 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 }, 210.97968, 0.01002, 1.203 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 2 }, 34.68286, 0.00010, 0.036 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 1, -2 }, 31.40277, 0.00006, 0.078 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 1, 0 }, 211.44985, 0.02756, 0.071 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 2, 0 }, 211.32242, 0.00149, 0.037 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 3, 0 }, 215.28757, 0.00007, 0.025 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -2, -1 }, 190.52317, 0.00008, 0.037 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -2, 0 }, 38.83535, 0.00018, 0.075 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -2, 1 }, 190.52411, 0.00025, 8.998 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -1, -1 }, 190.52322, 0.00146, 0.074 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -1, 0 }, 33.53642, 0.00039, 17.980 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -1, 1 }, 10.52560, 0.00393, 0.075 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 0, -1 }, 190.52643, 0.00028, 4.497 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 0, 0 }, 216.21847, 0.00641, 0.076 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 1, -1 }, 10.52401, 0.00151, 0.077 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 1, 0 }, 216.09015, 0.00034, 0.038 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 2, -1 }, 10.52321, 0.00008, 0.038 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, -3, 0 }, 357.66711, 0.00003, 0.070 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, -2, 0 }, 42.25914, 0.00033, 1.061 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, -1, -2 }, 44.61502, 0.00003, 0.069 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, -1, 0 }, 211.32540, 0.01569, 0.081 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, 0, 0 }, 214.95659, 0.01035, 0.039 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, 1, 0 }, 213.54295, 0.00087, 0.026 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, 2, 0 }, 215.06090, 0.00007, 0.019 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, -2, -1 }, 10.51848, 0.00002, 0.501 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, -2, 0 }, 215.50376, 0.00002, 0.088 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, -2, 1 }, 10.52411, 0.00004, 0.040 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, -1, -1 }, 190.48123, 0.00008, 0.089 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, -1, 0 }, 215.84452, 0.00011, 0.041 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, -1, 1 }, 10.52411, 0.00004, 0.026 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, 0, -1 }, 10.53927, 0.00014, 0.041 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 3, 0, 0 }, 215.73448, 0.00010, 0.026 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 4, -3, 0 }, 13.91514, 0.00015, 0.095 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 4, -2, 0 }, 199.83097, 0.00037, 0.042 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 4, -1, 0 }, 201.05210, 0.00093, 0.027 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 4, 0, 0 }, 204.41156, 0.00021, 0.020 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 6, -2, 0 }, 191.21440, 0.00003, 0.021 }, + { { 0, 0, 1, 0, -2, 1, 0, 0, -2, 0, 0 }, 272.97698, 0.00011, 0.042 }, + { { 0, 0, 1, 0, -2, 1, 0, 0, -2, 1, 0 }, 272.97698, 0.00004, 0.094 }, + { { 0, 0, 1, 0, -2, 1, 0, 0, 0, -1, 0 }, 272.79962, 0.00003, 0.081 }, + { { 0, 0, 1, 0, -2, 1, 0, 0, 0, 1, 0 }, 92.79962, 0.00003, 0.071 }, + { { 0, 0, 1, 0, -2, 2, 0, 0, -2, 0, 0 }, 118.72600, 0.00010, 0.042 }, + { { 0, 0, 1, 0, -2, 2, 0, 0, -2, 1, 0 }, 118.72600, 0.00009, 0.094 }, + { { 0, 0, 1, 0, -2, 2, 0, 0, 0, -1, 0 }, 112.40980, 0.00008, 0.081 }, + { { 0, 0, 1, 0, -2, 2, 0, 0, 0, 1, 0 }, 292.40980, 0.00008, 0.071 }, + { { 0, 0, 1, 0, -2, 2, 0, 0, 1, 0, 0 }, 101.06371, 0.00007, 0.075 }, + { { 0, 0, 1, 0, -2, 2, 0, 0, 2, -3, 0 }, 278.86332, 0.00002, 0.071 }, + { { 0, 0, 1, 0, -2, 2, 0, 0, 2, -1, 0 }, 278.86332, 0.00002, 0.081 }, + { { 0, 0, 1, 0, -2, 4, 0, 0, -2, 0, 0 }, 78.12065, 0.00012, 0.042 }, + { { 0, 0, 1, 0, -2, 4, 0, 0, -2, 1, 0 }, 78.12065, 0.00004, 0.095 }, + { { 0, 0, 1, 0, -2, 4, 0, 0, 0, -1, 0 }, 78.58619, 0.00003, 0.081 }, + { { 0, 0, 1, 0, -2, 4, 0, 0, 0, 1, 0 }, 258.58619, 0.00003, 0.070 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, -2, -1, 0 }, 224.48834, 0.00004, 0.027 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, -2, 0, 0 }, 284.74502, 0.00036, 0.042 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, -2, 1, 0 }, 341.54281, 0.00047, 0.095 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, -2, 2, 0 }, 181.37118, 0.00005, 0.360 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 0, -2, 0 }, 180.15314, 0.00004, 0.039 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 0, -1, 0 }, 199.77547, 0.00037, 0.082 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 0, 0, 0 }, 127.23385, 0.00007, 0.999 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 0, 1, 0 }, 164.98779, 0.00036, 0.070 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 0, 2, 0 }, 181.10212, 0.00003, 0.036 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 2, -2, 0 }, 250.19627, 0.00002, 1.294 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 2, -1, 0 }, 346.84455, 0.00007, 0.080 }, + { { 0, 0, 1, 0, -1, -5, 0, 0, -2, 0, 0 }, 48.20820, 0.00008, 0.042 }, + { { 0, 0, 1, 0, -1, -5, 0, 0, -2, 1, 0 }, 48.20777, 0.00003, 0.093 }, + { { 0, 0, 1, 0, -1, -5, 0, 0, 0, -1, 0 }, 45.89734, 0.00003, 0.080 }, + { { 0, 0, 1, 0, -1, -5, 0, 0, 0, 1, 0 }, 225.89734, 0.00003, 0.071 }, + { { 0, 0, 1, 0, -1, -2, 0, 0, -2, 0, 0 }, 197.01946, 0.00005, 0.042 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -6, 1, 0 }, 91.29682, 0.00005, 0.017 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -6, 2, 0 }, 91.57135, 0.00011, 0.021 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, -3, 0 }, 91.89589, 0.00002, 0.011 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, -2, 0 }, 272.07804, 0.00002, 0.013 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, -1, 0 }, 90.34095, 0.00029, 0.016 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 0, 0 }, 93.03367, 0.00159, 0.021 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 0, 2 }, 91.78676, 0.00013, 0.046 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 1, 0 }, 92.53414, 0.00401, 0.028 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 1, 2 }, 91.80013, 0.00008, 0.118 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 2, 0 }, 92.35977, 0.00181, 0.045 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -4, 3, 0 }, 91.07113, 0.00006, 0.114 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -3, -1, 0 }, 92.08174, 0.00006, 0.020 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -3, 0, 0 }, 91.67754, 0.00019, 0.028 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -3, 1, 0 }, 272.43881, 0.00036, 0.044 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -3, 2, 0 }, 272.42820, 0.00003, 0.103 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, -3, 0 }, 91.68026, 0.00006, 0.016 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, -2, 0 }, 91.54481, 0.00077, 0.020 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, -1, 0 }, 92.06684, 0.01279, 0.027 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, -1, 2 }, 271.76354, 0.00012, 0.098 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 0, 0 }, 91.79862, 0.20497, 0.042 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 0, 2 }, 271.75850, 0.00075, 0.331 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 1, -2 }, 271.74358, 0.00008, 0.027 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 1, 0 }, 91.74578, 0.15751, 0.095 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 1, 2 }, 271.64003, 0.00040, 0.061 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 2, -2 }, 271.65165, 0.00003, 0.041 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 2, 0 }, 271.66304, 0.01034, 0.372 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 2, 2 }, 271.66200, 0.00003, 0.034 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 3, 0 }, 272.12848, 0.00056, 0.063 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 4, 0 }, 271.79696, 0.00003, 0.034 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, -2, 0 }, 90.69167, 0.00005, 0.026 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, -1, 0 }, 90.52859, 0.00066, 0.040 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, -1, 1 }, 6.69191, 0.00004, 0.089 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, 0, -1 }, 5.80078, 0.00002, 0.040 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, 0, 0 }, 90.58108, 0.00793, 0.087 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, 1, -1 }, 6.53228, 0.00002, 0.086 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, 1, 0 }, 270.61178, 0.00121, 0.555 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -1, 2, 0 }, 270.34958, 0.00006, 0.066 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -3, 0 }, 88.95597, 0.00042, 0.026 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -2, 0 }, 91.25048, 0.00682, 0.039 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -2, 2 }, 91.25718, 0.00004, 0.801 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -1, -2 }, 91.62354, 0.00002, 0.026 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -1, 0 }, 91.22751, 0.12666, 0.081 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, -1, 2 }, 270.77724, 0.00036, 0.069 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, -2 }, 90.88150, 0.00009, 0.039 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 }, 271.22625, 0.04277, 1.092 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 2 }, 90.32807, 0.00012, 0.036 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 1, -2 }, 88.53725, 0.00017, 0.079 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 1, 0 }, 271.06726, 0.10504, 0.071 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 2, -2 }, 271.28916, 0.00004, 1.718 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 2, 0 }, 271.01187, 0.00569, 0.036 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 3, 0 }, 271.06018, 0.00032, 0.025 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -3, 0 }, 270.85726, 0.00003, 0.038 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -2, 0 }, 270.85724, 0.00052, 0.076 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -1, -1 }, 186.64287, 0.00019, 0.075 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -1, 0 }, 270.69831, 0.00340, 34.860 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, -1, 1 }, 6.64800, 0.00019, 0.074 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 0, -2 }, 270.71019, 0.00024, 0.074 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 0, 0 }, 90.70888, 0.06209, 0.075 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 0, 1 }, 187.38991, 0.00004, 0.037 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 1, -1 }, 6.64287, 0.00019, 0.076 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 1, 0 }, 90.71613, 0.00343, 0.038 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 2, 0 }, 90.71019, 0.00021, 0.025 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, -3, 0 }, 273.14810, 0.00006, 0.071 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, -2, -2 }, 271.62242, 0.00002, 0.036 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, -2, 0 }, 89.53913, 0.00099, 1.165 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, -1, -2 }, 91.05326, 0.00012, 0.069 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, -1, 0 }, 270.55045, 0.04366, 0.081 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, 0, -2 }, 91.01771, 0.00012, 0.839 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, 0, 0 }, 270.46442, 0.03875, 0.039 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, 1, -2 }, 87.14531, 0.00003, 0.083 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, 1, 0 }, 269.97364, 0.00319, 0.026 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 2, 2, 0 }, 271.11594, 0.00032, 0.019 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, -3, 0 }, 90.74379, 0.00004, 0.573 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, -2, 0 }, 270.72130, 0.00051, 0.087 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, -1, -1 }, 186.53228, 0.00002, 0.088 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, -1, 0 }, 90.61843, 0.00035, 0.040 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, 0, -1 }, 6.79214, 0.00002, 0.041 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, 0, 0 }, 90.93586, 0.00039, 0.026 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 3, 1, 0 }, 90.71016, 0.00007, 0.020 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, -3, 0 }, 91.44863, 0.00002, 0.094 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, -2, 0 }, 270.88771, 0.00044, 0.042 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, -1, -2 }, 270.24845, 0.00002, 0.097 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, -1, 0 }, 270.71172, 0.00082, 0.027 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, 0, -2 }, 270.24713, 0.00002, 0.042 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, 0, 0 }, 271.48811, 0.00044, 0.020 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, 1, 0 }, 270.19324, 0.00006, 0.016 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 4, 2, 0 }, 90.54069, 0.00002, 0.013 }, + { { 0, 0, 1, 0, -1, 1, 0, 0, -2, 0, 0 }, 315.45822, 0.00007, 0.042 }, + { { 0, 0, 1, 0, -1, 2, 0, 0, -2, 0, 0 }, 140.24296, 0.00006, 0.042 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, -2, 0, 0 }, 44.82468, 0.00024, 0.042 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, -2, 1, 0 }, 45.26176, 0.00014, 0.094 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, 0, -1, 0 }, 41.28547, 0.00019, 0.080 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, 0, 0, 0 }, 220.70699, 0.00003, 1.204 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, 0, 1, 0 }, 220.60813, 0.00016, 0.071 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, 1, 0, 0 }, 219.96769, 0.00003, 0.076 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, 2, -1, 0 }, 204.92664, 0.00007, 0.081 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, 2, 0, 0 }, 224.84796, 0.00008, 0.039 }, + { { 0, 0, 1, 0, 0, -4, 0, 0, -2, 0, 0 }, 198.78024, 0.00009, 0.042 }, + { { 0, 0, 1, 0, 0, -4, 0, 0, -2, 1, 0 }, 198.78018, 0.00003, 0.094 }, + { { 0, 0, 1, 0, 0, -4, 0, 0, 0, -1, 0 }, 199.31978, 0.00002, 0.081 }, + { { 0, 0, 1, 0, 0, -4, 0, 0, 0, 1, 0 }, 19.31978, 0.00002, 0.071 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, -2, -1, 0 }, 106.79985, 0.00004, 0.027 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, -2, 0, 0 }, 106.61589, 0.00044, 0.042 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, -2, 1, 0 }, 107.07208, 0.00024, 0.094 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, -1, 0, 0 }, 107.01472, 0.00006, 0.087 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 0, -1, 0 }, 106.82618, 0.00033, 0.081 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 0, 0, 0 }, 287.20441, 0.00010, 1.113 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 0, 1, 0 }, 286.78334, 0.00027, 0.071 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 1, -1, -1 }, 296.53066, 0.00004, 0.075 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 1, -1, 1 }, 116.53071, 0.00006, 0.074 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 1, 0, 0 }, 107.01742, 0.00034, 0.075 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 1, 1, -1 }, 116.53066, 0.00004, 0.076 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 2, -1, 0 }, 287.11865, 0.00007, 0.081 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 2, 0, 0 }, 286.99449, 0.00014, 0.039 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -4, 0, 0 }, 16.17964, 0.00003, 0.021 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -4, 1, 0 }, 16.08012, 0.00007, 0.028 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -4, 2, 0 }, 15.77198, 0.00002, 0.045 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -2, -1, 0 }, 15.96450, 0.00022, 0.027 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -2, 0, 0 }, 15.44598, 0.00301, 0.042 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -2, 1, 0 }, 15.92074, 0.00229, 0.095 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -2, 2, 0 }, 196.03443, 0.00014, 0.370 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -1, -1, 1 }, 23.92219, 0.00005, 0.089 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -1, 0, -1 }, 23.92206, 0.00004, 0.040 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -1, 0, 0 }, 16.30358, 0.00006, 0.087 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -1, 0, 1 }, 23.92220, 0.00003, 0.504 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -1, 1, -1 }, 23.92208, 0.00004, 0.086 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -1, 1, 1 }, 23.92221, 0.00002, 0.066 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 0, -2, 0 }, 15.60886, 0.00013, 0.039 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 0, -1, 0 }, 15.63019, 0.00200, 0.081 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 0, 0, 0 }, 196.79617, 0.00072, 1.073 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 0, 1, 0 }, 195.68549, 0.00180, 0.070 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 0, 2, 0 }, 195.63199, 0.00009, 0.036 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, -1, -1 }, 203.92217, 0.00036, 0.075 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, -1, 0 }, 196.20551, 0.00003, 22.176 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, -1, 1 }, 23.92219, 0.00028, 0.074 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 0, -1 }, 203.92222, 0.00004, 8.220 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 0, 0 }, 16.27296, 0.00061, 0.075 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 0, 1 }, 203.92230, 0.00007, 0.037 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 1, -1 }, 23.92217, 0.00036, 0.076 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 1, 0 }, 16.27296, 0.00003, 0.038 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 2, -2, 0 }, 195.86299, 0.00004, 1.188 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 2, -1, 0 }, 196.67405, 0.00044, 0.081 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 2, 0, 0 }, 196.17179, 0.00050, 0.039 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 2, 1, 0 }, 196.50921, 0.00003, 0.026 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 3, -1, -1 }, 203.92209, 0.00002, 0.088 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 3, 0, -1 }, 23.92222, 0.00004, 0.041 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -6, 2, 0 }, 90.69105, 0.00002, 0.021 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -4, 0, 0 }, 90.27659, 0.00013, 0.021 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -4, 1, 0 }, 90.67478, 0.00037, 0.028 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -4, 2, 0 }, 90.64961, 0.00009, 0.045 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -3, 0, 0 }, 90.84442, 0.00004, 0.028 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, -2, 0 }, 90.68072, 0.00005, 0.020 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, -1, 0 }, 90.63667, 0.00072, 0.027 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, 0, 0 }, 90.74879, 0.01179, 0.042 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, 0, 2 }, 270.69071, 0.00003, 0.325 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, 1, 0 }, 90.68998, 0.00895, 0.095 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, 2, 0 }, 270.73415, 0.00058, 0.365 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -2, 3, 0 }, 270.71592, 0.00003, 0.063 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, -1, 0, 0 }, 89.76013, 0.00008, 0.088 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, -2, 0 }, 90.46546, 0.00041, 0.039 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, -1, 0 }, 90.45410, 0.00761, 0.081 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, -1, 2 }, 270.46461, 0.00002, 0.069 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0 }, 270.42037, 0.00274, 1.035 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, 1, -2 }, 90.46461, 0.00002, 0.079 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, 1, 0 }, 270.39594, 0.00637, 0.070 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, 2, 0 }, 270.38115, 0.00031, 0.036 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, -2, 0 }, 271.80192, 0.00002, 0.076 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, -1, -1 }, 260.10657, 0.00007, 0.075 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, -1, 0 }, 270.29648, 0.00008, 12.652 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, -1, 1 }, 80.18593, 0.00003, 0.074 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, 0 }, 90.31837, 0.00144, 0.075 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, 1, -1 }, 80.10657, 0.00007, 0.076 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, 1, 0 }, 90.31837, 0.00008, 0.038 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 2, -2, 0 }, 89.06595, 0.00002, 1.238 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 2, -1, 0 }, 270.25501, 0.00197, 0.080 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 2, 0, 0 }, 270.07998, 0.00219, 0.039 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 2, 1, 0 }, 270.33045, 0.00026, 0.026 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 4, -2, 0 }, 270.38304, 0.00002, 0.042 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 4, -1, 0 }, 270.18781, 0.00005, 0.027 }, + { { 0, 0, 1, 0, 0, 0, -3, 0, -2, 0, 0 }, 182.89549, 0.00004, 0.042 }, + { { 0, 0, 1, 0, 0, 0, -2, 0, -2, 0, 0 }, 6.99875, 0.00015, 0.042 }, + { { 0, 0, 1, 0, 0, 0, -2, 0, -2, 1, 0 }, 6.99875, 0.00013, 0.095 }, + { { 0, 0, 1, 0, 0, 0, -2, 0, 0, -1, 0 }, 7.01513, 0.00013, 0.081 }, + { { 0, 0, 1, 0, 0, 0, -2, 0, 0, 0, 0 }, 187.00400, 0.00003, 1.024 }, + { { 0, 0, 1, 0, 0, 0, -2, 0, 0, 1, 0 }, 187.01513, 0.00013, 0.070 }, + { { 0, 0, 1, 0, 0, 0, -2, 0, 2, 0, 0 }, 186.82619, 0.00005, 0.039 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, -2, 0, 0 }, 83.67648, 0.00031, 0.042 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, -2, 1, 0 }, 83.42781, 0.00017, 0.095 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, 0, -1, 0 }, 85.08740, 0.00020, 0.082 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0 }, 266.45524, 0.00004, 1.012 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, 0, 1, 0 }, 265.40732, 0.00016, 0.070 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, 2, -1, 0 }, 279.91543, 0.00003, 0.080 }, + { { 0, 0, 1, 0, 0, 0, -1, 0, 2, 0, 0 }, 269.01676, 0.00006, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, -2, 0, 0 }, 13.59447, 0.00022, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, -2, 1, 0 }, 13.59447, 0.00008, 0.095 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 0, -1, 0 }, 13.58574, 0.00008, 0.082 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 0, 1, 0 }, 193.58574, 0.00008, 0.070 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, -2, 0, 0 }, 91.69966, 0.00022, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, -2, 1, 0 }, 91.69966, 0.00008, 0.095 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, -1, 0 }, 91.37850, 0.00008, 0.082 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 0 }, 271.37850, 0.00008, 0.070 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -4, 0, 0 }, 158.46671, 0.00005, 0.021 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -4, 1, 0 }, 155.50381, 0.00011, 0.028 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -4, 2, 0 }, 156.70181, 0.00003, 0.046 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, -1, 0 }, 159.54341, 0.00031, 0.027 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 0, 0 }, 154.83806, 0.00377, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 1, 0 }, 153.96299, 0.00295, 0.095 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 2, 0 }, 327.35807, 0.00018, 0.360 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 3, 0 }, 3.72070, 0.00003, 0.062 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, -1, 1 }, 5.80020, 0.00006, 0.089 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, -1 }, 176.19382, 0.00007, 0.040 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0 }, 182.88601, 0.00008, 0.088 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 1 }, 181.57498, 0.00017, 0.487 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 1, -1 }, 179.67637, 0.00032, 0.087 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 1, 1 }, 188.91140, 0.00011, 0.065 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, -2, 0 }, 180.15013, 0.00017, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0 }, 181.63649, 0.00301, 0.082 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1 }, 11.13590, 0.00008, 0.081 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 5.67716, 0.00126, 1.000 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 }, 13.35181, 0.00007, 0.069 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0 }, 358.64832, 0.00260, 0.070 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0 }, 359.15168, 0.00014, 0.036 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -2, -1 }, 355.69246, 0.00004, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -2, 1 }, 16.72666, 0.00003, 3.575 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -1, -1 }, 4.99466, 0.00090, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -1, 0 }, 354.88227, 0.00006, 8.850 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -1, 1 }, 186.15699, 0.00018, 0.074 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, -1 }, 172.91244, 0.00009, 18.600 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0 }, 174.80301, 0.00110, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 }, 187.97450, 0.00012, 0.037 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, -1 }, 183.72320, 0.00089, 0.076 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0 }, 174.80301, 0.00006, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 2, -1 }, 175.44886, 0.00004, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, -2, 0 }, 60.06007, 0.00013, 1.292 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, -1, 0 }, 287.84670, 0.00210, 0.080 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, -1 }, 8.01397, 0.00003, 0.081 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0 }, 314.08649, 0.00136, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, 1, 0 }, 319.86989, 0.00013, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 3, -1, -1 }, 8.00606, 0.00020, 0.088 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, -1 }, 1.58522, 0.00002, 0.041 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 4, -2, 0 }, 307.30162, 0.00003, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 4, -1, 0 }, 307.39051, 0.00003, 0.027 }, + { { 0, 0, 1, 0, 0, 0, 1, -2, -2, 0, 0 }, 253.79136, 0.00003, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 1, 0, -2, 0, 0 }, 173.74899, 0.00005, 0.042 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, -2, -1, 0 }, 255.71137, 0.00004, 0.027 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, -2, 0, 0 }, 255.32373, 0.00054, 0.042 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, -2, 1, 0 }, 257.46336, 0.00021, 0.096 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, -1, 0, -1 }, 64.27632, 0.00007, 0.040 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, -1, 1, -1 }, 244.06069, 0.00007, 0.087 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 0, -1, 0 }, 254.42443, 0.00017, 0.082 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0 }, 75.11987, 0.00009, 0.967 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 0, 1, 0 }, 81.04119, 0.00007, 0.070 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, -2, -1 }, 64.14483, 0.00004, 0.038 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, -1, -1 }, 64.18174, 0.00091, 0.075 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, -1, 1 }, 244.21352, 0.00008, 0.074 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, 1, -1 }, 244.18174, 0.00091, 0.076 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, 2, -1 }, 244.14483, 0.00004, 0.038 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 2, -1, 0 }, 256.02318, 0.00002, 0.080 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 2, 0, 0 }, 254.51034, 0.00005, 0.039 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 3, -1, -1 }, 64.06069, 0.00007, 0.087 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 3, 0, -1 }, 244.27632, 0.00007, 0.040 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, -2, 0, 0 }, 153.28849, 0.00005, 0.042 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, -1, 1, -1 }, 146.92754, 0.00002, 0.087 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, 1, -1, -1 }, 326.72933, 0.00015, 0.076 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, 1, 1, -1 }, 146.72933, 0.00015, 0.075 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, 3, -1, -1 }, 326.92754, 0.00002, 0.087 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, -2, -1, 0 }, 101.68972, 0.00005, 0.027 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, -2, 0, 0 }, 101.69157, 0.00054, 0.042 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, -2, 1, 0 }, 101.59299, 0.00031, 0.095 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 0, -1, 0 }, 101.72335, 0.00036, 0.081 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 0, 0, 0 }, 281.13632, 0.00012, 1.093 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 0, 1, 0 }, 281.73959, 0.00029, 0.071 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 1, 0, 0 }, 101.20783, 0.00017, 0.075 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 2, -1, 0 }, 278.45194, 0.00009, 0.081 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 2, 0, 0 }, 280.34323, 0.00017, 0.039 }, + { { 0, 0, 1, 0, 1, -3, 0, 0, -2, 0, 0 }, 38.90079, 0.00010, 0.042 }, + { { 0, 0, 1, 0, 1, -3, 0, 0, -2, 1, 0 }, 38.90079, 0.00008, 0.095 }, + { { 0, 0, 1, 0, 1, -3, 0, 0, 0, -1, 0 }, 38.30631, 0.00008, 0.081 }, + { { 0, 0, 1, 0, 1, -3, 0, 0, 0, 1, 0 }, 218.30631, 0.00008, 0.070 }, + { { 0, 0, 1, 0, 1, -3, 0, 0, 2, 0, 0 }, 215.22850, 0.00003, 0.039 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, -2, -1, 0 }, 273.22667, 0.00005, 0.027 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, -2, 0, 0 }, 273.14827, 0.00054, 0.042 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, -2, 1, 0 }, 273.33414, 0.00027, 0.096 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 0, -1, 0 }, 271.99854, 0.00035, 0.082 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 0, 0, 0 }, 91.35868, 0.00012, 0.984 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 0, 1, 0 }, 91.72796, 0.00029, 0.070 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 2, -1, 0 }, 81.44023, 0.00003, 0.080 }, + { { 0, 0, 1, 0, 1, -2, 0, 0, 2, 0, 0 }, 89.15559, 0.00013, 0.039 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, -2, 0, 0 }, 156.36315, 0.00004, 0.042 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, -1, 0, -1 }, 3.73523, 0.00007, 0.040 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, -1, 1, -1 }, 184.19933, 0.00005, 0.087 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 1, -2, -1 }, 3.99044, 0.00003, 0.038 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 1, -1, -1 }, 3.91123, 0.00080, 0.075 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 1, 1, -1 }, 183.91123, 0.00080, 0.075 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 1, 2, -1 }, 183.99044, 0.00003, 0.038 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 3, -1, -1 }, 4.19933, 0.00005, 0.087 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 3, 0, -1 }, 183.73523, 0.00007, 0.040 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -4, -1, 0 }, 157.99711, 0.00002, 0.016 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -4, 0, 0 }, 336.46711, 0.00009, 0.021 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -4, 1, 0 }, 338.31018, 0.00025, 0.028 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -4, 2, 0 }, 336.37335, 0.00006, 0.046 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, -2, 0 }, 334.90207, 0.00002, 0.020 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, -1, 0 }, 334.07808, 0.00036, 0.027 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, 0, 0 }, 334.67637, 0.00500, 0.042 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, 0, 2 }, 155.11045, 0.00003, 0.313 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, 1, 0 }, 337.41182, 0.00348, 0.096 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, 2, 0 }, 162.51848, 0.00022, 0.350 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -1, -1, -1 }, 165.53653, 0.00005, 0.026 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -1, 0, -1 }, 165.54455, 0.00044, 0.040 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -1, 0, 1 }, 165.50862, 0.00004, 0.468 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -1, 1, -1 }, 345.82368, 0.00021, 0.087 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -1, 1, 1 }, 165.50863, 0.00003, 0.065 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -1, 2, -1 }, 165.42676, 0.00006, 0.554 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 0, -2, 0 }, 318.13269, 0.00011, 0.039 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 0, -1, 0 }, 317.54448, 0.00165, 0.082 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 }, 145.72110, 0.00057, 0.922 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 0, 1, 0 }, 149.70040, 0.00104, 0.070 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 0, 2, 0 }, 156.09773, 0.00004, 0.036 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, -2, -1 }, 165.57727, 0.00021, 0.038 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, -1, -1 }, 165.57727, 0.00393, 0.076 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, -1, 1 }, 165.69217, 0.00043, 0.073 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0 }, 308.92839, 0.00007, 0.074 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 1 }, 345.01278, 0.00005, 0.037 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 1, -1 }, 345.57727, 0.00393, 0.075 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 2, -1 }, 345.57727, 0.00021, 0.038 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 2, -2, 0 }, 140.32880, 0.00004, 1.450 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 2, -1, 0 }, 332.71833, 0.00011, 0.080 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 2, 0, 0 }, 9.06968, 0.00008, 0.039 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 2, 1, 0 }, 336.39100, 0.00006, 0.026 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 3, -2, -1 }, 345.62742, 0.00006, 0.574 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 3, -1, -1 }, 165.73468, 0.00027, 0.087 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 3, 0, -1 }, 345.47501, 0.00034, 0.040 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 3, 1, -1 }, 345.53653, 0.00005, 0.026 }, + { { 0, 0, 1, 0, 2, -7, 0, 0, -2, 0, 0 }, 203.76645, 0.00008, 0.042 }, + { { 0, 0, 1, 0, 2, -7, 0, 0, 0, -1, 0 }, 203.70714, 0.00002, 0.081 }, + { { 0, 0, 1, 0, 2, -7, 0, 0, 0, 1, 0 }, 23.70714, 0.00002, 0.070 }, + { { 0, 0, 1, 0, 2, -6, 0, 0, -2, 0, 0 }, 281.22542, 0.00015, 0.042 }, + { { 0, 0, 1, 0, 2, -6, 0, 0, -2, 1, 0 }, 281.22542, 0.00005, 0.095 }, + { { 0, 0, 1, 0, 2, -6, 0, 0, 0, -1, 0 }, 281.18315, 0.00004, 0.081 }, + { { 0, 0, 1, 0, 2, -6, 0, 0, 0, 0, 0 }, 101.12774, 0.00004, 1.036 }, + { { 0, 0, 1, 0, 2, -6, 0, 0, 0, 1, 0 }, 101.18315, 0.00004, 0.070 }, + { { 0, 0, 1, 0, 2, -6, 3, 0, -2, 0, 0 }, 347.32753, 0.00005, 0.042 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -4, 0, 0 }, 155.69358, 0.00005, 0.021 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -4, 1, 0 }, 156.92934, 0.00017, 0.028 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -4, 2, 0 }, 155.61946, 0.00005, 0.046 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, -2, 0 }, 156.88348, 0.00002, 0.020 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, -1, 0 }, 157.28320, 0.00028, 0.027 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, 0, 0 }, 157.19506, 0.00520, 0.042 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, 0, 2 }, 336.96168, 0.00004, 0.322 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, 1, 0 }, 156.58650, 0.00429, 0.095 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, 2, 0 }, 336.42606, 0.00030, 0.361 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -1, 0, -1 }, 149.05563, 0.00004, 0.040 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, -2, 0 }, 156.51051, 0.00017, 0.039 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, -1, 0 }, 155.85968, 0.00293, 0.082 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, 0, 0 }, 335.52942, 0.00121, 1.001 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, 1, 0 }, 335.34682, 0.00306, 0.070 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, 2, 0 }, 334.98094, 0.00016, 0.036 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 1, 0, 0 }, 155.35196, 0.00044, 0.075 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 1, 0, 1 }, 329.05606, 0.00003, 0.037 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 2, -1, 0 }, 336.61595, 0.00045, 0.080 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 2, 0, 0 }, 333.06619, 0.00079, 0.039 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 2, 1, 0 }, 334.58985, 0.00011, 0.026 }, + { { 0, 0, 1, 0, 2, -4, 0, 0, -2, 0, 0 }, 13.38647, 0.00003, 0.042 }, + { { 0, 0, 1, 0, 2, -4, 0, 0, 1, -1, -1 }, 52.38408, 0.00002, 0.075 }, + { { 0, 0, 1, 0, 2, -4, 0, 0, 1, 1, -1 }, 232.38408, 0.00002, 0.076 }, + { { 0, 0, 1, 0, 2, -3, 0, 0, -2, 0, 0 }, 273.77514, 0.00007, 0.042 }, + { { 0, 0, 1, 0, 2, -2, 0, 0, -2, 0, 0 }, 330.32391, 0.00010, 0.042 }, + { { 0, 0, 1, 0, 2, -2, 0, 0, -2, 1, 0 }, 330.32391, 0.00003, 0.096 }, + { { 0, 0, 1, 0, 2, 0, 0, 0, -2, 0, 0 }, 338.30073, 0.00023, 0.042 }, + { { 0, 0, 1, 0, 2, 0, 0, 0, -2, 1, 0 }, 352.95657, 0.00005, 0.097 }, + { { 0, 0, 1, 0, 2, 0, 0, 0, 0, -1, 0 }, 316.86425, 0.00007, 0.083 }, + { { 0, 0, 1, 0, 2, 0, 0, 0, 0, 1, 0 }, 149.60323, 0.00003, 0.069 }, + { { 0, 0, 1, 0, 3, -5, 0, 0, -2, 0, 0 }, 59.05094, 0.00006, 0.042 }, + { { 0, 0, 1, 0, 3, -5, 0, 0, 1, -1, -1 }, 260.12392, 0.00002, 0.076 }, + { { 0, 0, 1, 0, 3, -5, 0, 0, 1, 1, -1 }, 80.12392, 0.00002, 0.075 }, + { { 0, 0, 1, 0, 4, -10, 0, 0, -2, 0, 0 }, 348.14034, 0.00007, 0.042 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, -2, 0, 0 }, 4.12870, 0.00027, 0.043 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, -2, 1, 0 }, 7.34054, 0.00007, 0.101 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 0, -1, 0 }, 340.92234, 0.00012, 0.085 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0 }, 155.88880, 0.00004, 0.653 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0 }, 166.44133, 0.00008, 0.068 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 2, -1, 0 }, 330.93604, 0.00025, 0.077 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 2, 0, 0 }, 328.65531, 0.00003, 0.038 }, + { { 0, 0, 1, 2, -3, 0, 0, 0, 2, -1, 0 }, 154.51699, 0.00004, 0.075 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, -2, 0, 0 }, 127.20384, 0.00016, 0.044 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, -2, 1, 0 }, 136.23804, 0.00005, 0.106 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, -1, 0, -1 }, 150.78506, 0.00006, 0.042 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, -1, 1, -1 }, 330.85840, 0.00003, 0.095 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 1, -1, -1 }, 150.81142, 0.00006, 0.082 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 1, 1, -1 }, 150.81142, 0.00005, 0.070 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, 0, -1, 0 }, 223.01858, 0.00003, 0.066 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, 0, 0, 0 }, 222.70909, 0.00004, 0.500 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, 0, 1, 0 }, 42.48240, 0.00007, 0.089 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, 2, -1, 0 }, 43.03684, 0.00018, 0.105 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, 2, 0, 0 }, 42.64012, 0.00072, 0.044 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, 2, 1, 0 }, 42.69438, 0.00006, 0.028 }, + { { 0, 0, 2, -8, 3, 0, 0, 0, 4, 0, 0 }, 222.68513, 0.00004, 0.021 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, -2, 1, 0 }, 148.21025, 0.00002, 0.079 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, -2, 3, 0 }, 328.21025, 0.00002, 0.072 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, 0, -1, 0 }, 99.12668, 0.00003, 0.069 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, 0, 1, 0 }, 279.12668, 0.00003, 0.083 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, 2, -1, 0 }, 287.03533, 0.00008, 0.097 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, 2, 0, 0 }, 285.99615, 0.00016, 0.042 }, + { { 0, 0, 2, -6, 2, 0, 0, 0, 2, -1, 0 }, 343.92457, 0.00003, 0.096 }, + { { 0, 0, 2, -6, 2, 0, 0, 0, 2, 0, 0 }, 343.92457, 0.00010, 0.042 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -2, 0, 0 }, 323.16393, 0.00006, 0.039 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -2, 1, 0 }, 186.56291, 0.00002, 0.082 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -1, 1, -1 }, 261.96109, 0.00008, 0.076 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 0, -1, 0 }, 4.01895, 0.00018, 0.072 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 0, 0, 0 }, 18.09243, 0.00004, 1.519 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 0, 1, 0 }, 185.98450, 0.00018, 0.079 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 2, -1, 0 }, 270.99668, 0.00009, 0.092 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 2, 0, 0 }, 272.96353, 0.00016, 0.042 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -4, 0, 0 }, 30.15596, 0.00008, 0.020 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -4, 1, 0 }, 31.85300, 0.00027, 0.028 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -4, 2, 0 }, 33.84388, 0.00006, 0.043 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -3, 0, 0 }, 30.69936, 0.00003, 0.027 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, -2, 0 }, 32.27718, 0.00003, 0.019 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, -1, 0 }, 30.96842, 0.00062, 0.026 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 0, 0 }, 30.56336, 0.00861, 0.040 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 1, 0 }, 32.46000, 0.00834, 0.086 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 2, 0 }, 215.09648, 0.00035, 0.607 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -1, 0, 0 }, 211.94270, 0.00012, 0.080 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, -3, 0 }, 27.75206, 0.00005, 0.025 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, -2, 0 }, 27.84663, 0.00083, 0.038 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, -1, 0 }, 27.79153, 0.01596, 0.075 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, -1, 2 }, 207.74734, 0.00006, 0.074 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 0, 0 }, 29.98443, 0.00086, 7.890 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 1, -2 }, 27.74734, 0.00006, 0.073 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 1, 0 }, 208.07736, 0.01622, 0.076 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 2, 0 }, 207.79522, 0.00086, 0.038 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 3, 0 }, 207.61107, 0.00005, 0.025 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 1, 0, 0 }, 22.48236, 0.00028, 0.082 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, -2, 0 }, 35.69339, 0.00050, 0.526 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, -1, -2 }, 32.14626, 0.00002, 0.065 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, -1, 0 }, 213.40837, 0.01021, 0.088 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, 0, -2 }, 32.65700, 0.00003, 0.448 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, 0, 0 }, 212.72441, 0.01097, 0.041 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, 1, -2 }, 32.82087, 0.00002, 0.091 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, 1, 0 }, 211.63225, 0.00077, 0.026 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, 2, 0 }, 212.74301, 0.00006, 0.020 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 3, 0, 0 }, 213.30441, 0.00004, 0.027 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 4, -2, 0 }, 213.94064, 0.00008, 0.044 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 4, -1, 0 }, 212.82677, 0.00021, 0.028 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 4, 0, 0 }, 212.68002, 0.00011, 0.020 }, + { { 0, 0, 2, -4, 1, 0, 0, 0, -2, 0, 0 }, 245.38481, 0.00015, 0.040 }, + { { 0, 0, 2, -4, 1, 0, 0, 0, -2, 1, 0 }, 245.84589, 0.00007, 0.087 }, + { { 0, 0, 2, -4, 1, 0, 0, 0, 0, -1, 0 }, 243.66681, 0.00013, 0.075 }, + { { 0, 0, 2, -4, 1, 0, 0, 0, 0, 1, 0 }, 63.66681, 0.00013, 0.076 }, + { { 0, 0, 2, -4, 1, 0, 0, 0, 2, -1, 0 }, 66.23625, 0.00007, 0.087 }, + { { 0, 0, 2, -4, 1, 0, 0, 0, 2, 0, 0 }, 65.59135, 0.00016, 0.040 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, -2, 0, 0 }, 90.55363, 0.00024, 0.040 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, -2, 1, 0 }, 90.96230, 0.00020, 0.087 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 0, -1, 0 }, 89.32228, 0.00034, 0.076 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 0, 1, 0 }, 269.13527, 0.00030, 0.075 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 2, -1, 0 }, 270.81488, 0.00017, 0.087 }, + { { 0, 0, 2, -4, 2, 0, 0, 0, 2, 0, 0 }, 270.45502, 0.00022, 0.040 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -4, 0, 0 }, 60.87501, 0.00009, 0.020 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -4, 1, 0 }, 60.85578, 0.00030, 0.028 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -4, 2, 0 }, 60.72542, 0.00008, 0.044 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -3, 0, 0 }, 61.11865, 0.00004, 0.027 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, -2, 0 }, 62.35818, 0.00004, 0.020 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, -1, 0 }, 60.66542, 0.00057, 0.027 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 0, 0 }, 61.05210, 0.00911, 0.041 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 0, 2 }, 240.80293, 0.00002, 0.398 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 1, 0 }, 60.94047, 0.00844, 0.090 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 2, 0 }, 241.17101, 0.00050, 0.459 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 3, 0 }, 240.87435, 0.00003, 0.065 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -1, 0, 0 }, 240.67447, 0.00017, 0.084 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, -2, 0 }, 59.78571, 0.00040, 0.038 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, -1, 0 }, 59.83434, 0.00768, 0.078 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, -1, 2 }, 239.79971, 0.00002, 0.071 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 0, 0 }, 240.32130, 0.00120, 2.470 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 1, 0 }, 239.73941, 0.00702, 0.073 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 2, 0 }, 239.73125, 0.00037, 0.037 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 1, -1, 1 }, 143.38522, 0.00006, 0.077 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 1, 0, 0 }, 240.92253, 0.00008, 0.078 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, -2, 0 }, 61.10884, 0.00026, 0.730 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, -1, 0 }, 241.13613, 0.00536, 0.084 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, 0, -2 }, 60.59385, 0.00003, 0.587 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, 0, 0 }, 240.55894, 0.00458, 0.040 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, 1, 0 }, 240.46332, 0.00035, 0.026 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 4, -2, 0 }, 240.80858, 0.00006, 0.043 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 4, -1, 0 }, 240.62278, 0.00017, 0.027 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 4, 0, 0 }, 240.78584, 0.00005, 0.020 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, -1, 0 }, 91.02514, 0.00007, 0.016 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, 0, 0 }, 86.92302, 0.00043, 0.021 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, 0, 2 }, 88.77042, 0.00005, 0.046 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, 1, 0 }, 87.32136, 0.00106, 0.028 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -4, 2, 0 }, 87.94038, 0.00050, 0.045 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -3, 0, 0 }, 88.17213, 0.00018, 0.028 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -3, 1, 0 }, 268.26192, 0.00009, 0.044 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, -2, 0 }, 89.10137, 0.00026, 0.020 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, -1, 0 }, 87.97493, 0.00356, 0.027 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 0, -2 }, 268.59973, 0.00002, 0.020 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 0, 0 }, 88.57600, 0.05723, 0.042 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 0, 2 }, 268.89112, 0.00025, 0.329 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 1, -2 }, 268.81148, 0.00002, 0.027 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 1, 0 }, 88.87113, 0.04396, 0.095 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 1, 2 }, 269.00534, 0.00013, 0.061 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 2, 0 }, 269.15356, 0.00287, 0.369 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 3, 0 }, 268.30078, 0.00013, 0.063 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -1, -1, 0 }, 90.57349, 0.00006, 0.041 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -1, 0, 0 }, 90.37955, 0.00111, 0.087 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -1, 1, 0 }, 270.34040, 0.00020, 0.548 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, -3, 0 }, 89.61458, 0.00013, 0.026 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, -2, 0 }, 89.57018, 0.00183, 0.039 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, -1, 0 }, 89.53531, 0.03726, 0.081 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, -1, 2 }, 270.69668, 0.00008, 0.069 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 0, -2 }, 90.05491, 0.00012, 0.039 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 0, 0 }, 269.74341, 0.01329, 1.068 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 0, 2 }, 89.66223, 0.00013, 0.036 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 1, -2 }, 92.09324, 0.00007, 0.079 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 1, 0 }, 270.14383, 0.03116, 0.070 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 2, 0 }, 270.26800, 0.00174, 0.036 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 3, 0 }, 269.96723, 0.00009, 0.025 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, -4, 0 }, 270.23891, 0.00002, 0.025 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, -2, 0 }, 270.49158, 0.00017, 0.076 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, -1, -1 }, 189.34031, 0.00013, 0.075 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, -1, 0 }, 270.23070, 0.00063, 20.152 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, -1, 1 }, 9.57005, 0.00009, 0.074 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 0, -2 }, 270.23488, 0.00004, 0.074 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 0, 0 }, 90.27482, 0.01112, 0.075 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 1, -1 }, 9.34031, 0.00013, 0.076 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 1, 0 }, 90.23489, 0.00062, 0.038 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 2, 0 }, 90.23891, 0.00002, 0.025 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, -3, 0 }, 272.26882, 0.00002, 0.071 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, -2, 0 }, 92.25252, 0.00017, 1.194 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, -1, -2 }, 89.49930, 0.00003, 0.069 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, -1, 0 }, 270.49242, 0.01117, 0.081 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, 0, -2 }, 89.79128, 0.00002, 0.854 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, 0, 0 }, 270.95781, 0.01092, 0.039 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, 1, 0 }, 271.13134, 0.00090, 0.026 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, 2, 0 }, 269.68448, 0.00008, 0.019 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 3, -2, 0 }, 270.43176, 0.00004, 0.087 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 3, -1, 0 }, 90.21873, 0.00009, 0.040 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 3, 0, 0 }, 89.39234, 0.00005, 0.026 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 4, -2, 0 }, 269.86234, 0.00010, 0.042 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 4, -1, 0 }, 270.23299, 0.00033, 0.027 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 4, 0, 0 }, 270.45035, 0.00010, 0.020 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 4, 1, 0 }, 90.71428, 0.00003, 0.016 }, + { { 0, 0, 2, -2, 0, 2, 0, 0, -2, 0, 0 }, 20.92236, 0.00004, 0.042 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, -2, -1, 0 }, 346.28351, 0.00005, 0.027 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, -2, 0, 0 }, 344.12490, 0.00065, 0.043 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, -2, 1, 0 }, 348.86065, 0.00019, 0.100 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 0, -1, 0 }, 325.02762, 0.00033, 0.085 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 0, 0, 0 }, 139.87725, 0.00017, 0.681 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 0, 1, 0 }, 144.69868, 0.00019, 0.068 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 2, -1, 0 }, 308.60120, 0.00049, 0.077 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 2, 0, 0 }, 304.15006, 0.00008, 0.038 }, + { { 0, 0, 2, 0, -7, 10, 0, 0, 2, -3, 0 }, 337.91736, 0.00002, 0.075 }, + { { 0, 0, 2, 0, -7, 10, 0, 0, 2, -1, 0 }, 337.91736, 0.00002, 0.076 }, + { { 0, 0, 2, 0, -6, 0, 0, 0, -2, 0, 0 }, 308.52001, 0.00008, 0.043 }, + { { 0, 0, 2, 0, -6, 0, 0, 0, 2, -1, 0 }, 311.06395, 0.00005, 0.077 }, + { { 0, 0, 2, 0, -6, 5, 0, 0, -2, 0, 0 }, 170.01952, 0.00009, 0.043 }, + { { 0, 0, 2, 0, -6, 5, 0, 0, 2, -1, 0 }, 169.07267, 0.00018, 0.076 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, -2, 0, 0 }, 299.14380, 0.00034, 0.043 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, -2, 1, 0 }, 299.00364, 0.00014, 0.101 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, 0, -1, 0 }, 299.97844, 0.00029, 0.086 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, 0, 0, 0 }, 120.61470, 0.00012, 0.634 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, 0, 1, 0 }, 120.60147, 0.00014, 0.067 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, 2, -2, 0 }, 119.58226, 0.00004, 5.114 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, 2, -1, 0 }, 299.49589, 0.00071, 0.077 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, 2, 0, 0 }, 300.05941, 0.00012, 0.038 }, + { { 0, 0, 2, 0, -5, 2, 0, 0, -2, 0, 0 }, 280.25919, 0.00013, 0.043 }, + { { 0, 0, 2, 0, -5, 2, 0, 0, 0, -1, 0 }, 281.19971, 0.00006, 0.086 }, + { { 0, 0, 2, 0, -5, 2, 0, 0, 2, -1, 0 }, 281.48548, 0.00022, 0.076 }, + { { 0, 0, 2, 0, -5, 3, 0, 0, -2, 0, 0 }, 304.00700, 0.00007, 0.043 }, + { { 0, 0, 2, 0, -5, 3, 0, 0, 2, -1, 0 }, 302.10662, 0.00015, 0.076 }, + { { 0, 0, 2, 0, -5, 4, 0, 0, -2, 0, 0 }, 154.01451, 0.00004, 0.043 }, + { { 0, 0, 2, 0, -5, 4, 0, 0, 2, -3, 0 }, 163.79644, 0.00003, 0.075 }, + { { 0, 0, 2, 0, -5, 4, 0, 0, 2, -1, 0 }, 148.28505, 0.00015, 0.076 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, -2, 0, 0 }, 146.73169, 0.00019, 0.043 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, -2, 1, 0 }, 146.74021, 0.00009, 0.103 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 0, -1, 0 }, 144.46457, 0.00069, 0.087 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 0, 0, 0 }, 324.76592, 0.00011, 0.572 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 0, 1, 0 }, 326.54293, 0.00007, 0.067 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 2, -3, 0 }, 336.91498, 0.00004, 0.075 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 2, -2, 0 }, 323.75442, 0.00019, 38.763 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 2, -1, 0 }, 144.21774, 0.00377, 0.076 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 2, 0, 0 }, 144.47008, 0.00022, 0.038 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 4, -3, 0 }, 141.98697, 0.00004, 0.087 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 4, -2, 0 }, 144.15554, 0.00008, 0.040 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 4, -1, 0 }, 144.20706, 0.00003, 0.026 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -4, 0, 0 }, 289.88818, 0.00003, 0.021 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -4, 1, 0 }, 289.81956, 0.00007, 0.029 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -2, -1, 0 }, 289.84226, 0.00022, 0.028 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -2, 0, 0 }, 289.77206, 0.00301, 0.043 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -2, 1, 0 }, 289.80253, 0.00176, 0.102 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -2, 2, 0 }, 109.65110, 0.00012, 0.291 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, -2, 0 }, 290.31309, 0.00017, 0.040 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, -1, 0 }, 290.27869, 0.00337, 0.086 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, 0, 0 }, 111.55859, 0.00105, 0.601 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, 1, 0 }, 110.94492, 0.00113, 0.067 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, 2, 0 }, 110.78655, 0.00007, 0.035 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 1, 0, 0 }, 291.43218, 0.00004, 0.071 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, -3, 0 }, 109.92683, 0.00011, 0.075 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, -2, 0 }, 110.09574, 0.00069, 8.990 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, -1, -2 }, 109.94000, 0.00004, 0.073 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, -1, 0 }, 289.76123, 0.01191, 0.076 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, 0, 0 }, 290.46739, 0.00089, 0.038 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, 1, 0 }, 290.15906, 0.00008, 0.025 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 4, -3, 0 }, 289.76512, 0.00003, 0.088 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 4, -2, 0 }, 289.81564, 0.00016, 0.041 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 4, -1, 0 }, 289.93987, 0.00010, 0.026 }, + { { 0, 0, 2, 0, -4, 1, 0, 0, -2, 0, 0 }, 105.30412, 0.00004, 0.043 }, + { { 0, 0, 2, 0, -4, 1, 0, 0, 2, -1, 0 }, 99.72049, 0.00005, 0.076 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, -2, 0, 0 }, 272.70327, 0.00025, 0.043 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, -2, 1, 0 }, 272.71380, 0.00011, 0.103 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 0, -2, 0 }, 272.22422, 0.00003, 0.040 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 0, -1, 0 }, 272.40722, 0.00058, 0.087 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 0, 0, 0 }, 92.37979, 0.00010, 0.578 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 0, 1, 0 }, 92.52149, 0.00010, 0.067 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 2, -2, 0 }, 92.26469, 0.00015, 23.075 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 2, -1, 0 }, 272.38168, 0.00279, 0.076 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 2, 0, 0 }, 272.05635, 0.00020, 0.038 }, + { { 0, 0, 2, 0, -4, 2, 0, 0, 4, -2, 0 }, 272.23176, 0.00003, 0.040 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, -2, 0, 0 }, 329.16234, 0.00014, 0.044 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, -2, 1, 0 }, 329.16234, 0.00004, 0.103 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 0, -2, 0 }, 147.29946, 0.00007, 0.040 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 0, -1, 0 }, 327.18307, 0.00068, 0.087 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 0, 0, 0 }, 147.62167, 0.00013, 0.567 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 0, 1, 0 }, 148.91114, 0.00002, 0.067 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 2, -3, 0 }, 142.68724, 0.00021, 0.075 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 2, -2, 0 }, 147.22841, 0.00023, 106.494 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 2, -1, 0 }, 327.16334, 0.00457, 0.075 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 2, 0, 0 }, 327.31129, 0.00026, 0.038 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 4, -3, 0 }, 328.92931, 0.00011, 0.087 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 4, -2, 0 }, 327.34266, 0.00016, 0.040 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 4, -1, 0 }, 327.16426, 0.00004, 0.026 }, + { { 0, 0, 2, 0, -4, 4, -2, 0, 2, -3, 0 }, 264.85996, 0.00002, 0.075 }, + { { 0, 0, 2, 0, -4, 4, -2, 0, 2, -1, 0 }, 84.85996, 0.00002, 0.075 }, + { { 0, 0, 2, 0, -4, 4, 0, 0, -2, 0, 0 }, 207.58238, 0.00003, 0.044 }, + { { 0, 0, 2, 0, -4, 4, 0, 0, 0, -1, 0 }, 26.93960, 0.00003, 0.087 }, + { { 0, 0, 2, 0, -4, 4, 0, 0, 2, -1, 0 }, 26.93914, 0.00019, 0.075 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, -2, -1, 0 }, 81.22808, 0.00005, 0.028 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, -2, 0, 0 }, 81.22968, 0.00054, 0.044 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, -2, 1, 0 }, 81.23029, 0.00019, 0.104 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 0, -2, 0 }, 260.99340, 0.00008, 0.041 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 0, -1, 0 }, 261.20044, 0.00084, 0.088 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 0, 1, 0 }, 261.28381, 0.00017, 0.066 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, -3, 0 }, 236.43696, 0.00005, 0.076 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, -2, 0 }, 81.56843, 0.00034, 17.093 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, -1, 0 }, 261.21891, 0.00585, 0.075 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, 0, 0 }, 265.07828, 0.00010, 0.038 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 4, -2, 0 }, 260.30516, 0.00004, 0.040 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 4, -1, 0 }, 261.20186, 0.00005, 0.026 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -4, -1, 0 }, 280.01699, 0.00003, 0.016 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -4, 0, 0 }, 279.42509, 0.00021, 0.021 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -4, 1, 0 }, 280.41618, 0.00041, 0.029 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -4, 2, 0 }, 280.48557, 0.00012, 0.047 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -3, 0, 0 }, 280.20972, 0.00007, 0.028 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, -3, 0 }, 280.10241, 0.00002, 0.016 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, -2, 0 }, 280.26082, 0.00017, 0.020 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, -1, 0 }, 280.29445, 0.00192, 0.028 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, -1, 2 }, 100.23544, 0.00002, 0.106 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 0, 0 }, 280.17755, 0.02206, 0.043 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 0, 2 }, 100.36288, 0.00009, 0.259 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 1, 0 }, 280.34145, 0.01241, 0.103 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 1, 2 }, 100.57907, 0.00002, 0.058 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 2, 0 }, 100.31340, 0.00090, 0.284 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 3, 0 }, 100.38566, 0.00006, 0.060 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -1, -1, 0 }, 100.08580, 0.00006, 0.042 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -1, 0, 0 }, 101.53081, 0.00015, 0.094 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -3, 0 }, 99.64991, 0.00004, 0.026 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -2, 0 }, 281.28938, 0.00042, 0.040 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -2, 2 }, 280.08904, 0.00003, 0.481 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -1, 0 }, 280.16516, 0.07725, 0.087 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -1, 2 }, 100.17114, 0.00019, 0.065 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 0, -2 }, 280.82510, 0.00004, 0.040 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 0, 0 }, 100.18878, 0.01480, 0.572 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 1, -2 }, 280.69419, 0.00003, 0.084 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 1, 0 }, 100.77083, 0.00819, 0.067 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 2, 0 }, 100.63964, 0.00043, 0.035 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 1, -2, 0 }, 280.65987, 0.00004, 0.081 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 1, -1, 0 }, 280.08584, 0.00016, 1.163 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 1, 0, 0 }, 278.19427, 0.00039, 0.071 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -5, 0 }, 100.15203, 0.00003, 0.025 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -4, 0 }, 100.15223, 0.00049, 0.038 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -3, 0 }, 100.14906, 0.00895, 0.075 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -3, 2 }, 99.82344, 0.00002, 0.074 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -2, -2 }, 100.08279, 0.00008, 0.037 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -2, 0 }, 100.09665, 0.02341, 37.133 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -2, 2 }, 100.08279, 0.00008, 0.037 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -1, -2 }, 100.07396, 0.00145, 0.073 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -1, 0 }, 280.06924, 0.41011, 0.076 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, 0, -2 }, 280.08586, 0.00017, 2.774 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, 0, 0 }, 280.38232, 0.02460, 0.038 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, 1, -2 }, 100.38460, 0.00006, 0.078 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, 1, 0 }, 279.99843, 0.00147, 0.025 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, 2, 0 }, 280.03419, 0.00007, 0.019 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 3, -2, 0 }, 100.01302, 0.00011, 0.081 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 3, -1, 0 }, 100.08583, 0.00012, 0.039 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -4, 0 }, 99.86235, 0.00013, 0.555 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -3, 0 }, 279.99299, 0.00345, 0.087 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -2, -2 }, 280.08279, 0.00003, 0.469 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -2, 0 }, 280.06118, 0.00804, 0.040 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -1, -2 }, 100.08587, 0.00008, 0.090 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -1, 0 }, 280.08378, 0.00391, 0.026 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, 0, 0 }, 278.10214, 0.00049, 0.020 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, 1, 0 }, 280.08579, 0.00004, 0.016 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 6, -4, 0 }, 279.99181, 0.00004, 0.044 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 6, -3, 0 }, 280.04413, 0.00013, 0.028 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 6, -2, 0 }, 280.07115, 0.00011, 0.020 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 6, -1, 0 }, 280.08279, 0.00002, 0.016 }, + { { 0, 0, 2, 0, -3, 0, 2, 0, 2, -1, 0 }, 259.78404, 0.00005, 0.075 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, -2, 0, 0 }, 93.60212, 0.00013, 0.044 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 0, -2, 0 }, 271.30737, 0.00021, 0.040 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 0, -1, 0 }, 271.42391, 0.00098, 0.087 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 0, 0, 0 }, 91.43828, 0.00012, 0.561 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 2, -3, 0 }, 269.80514, 0.00033, 0.075 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 2, -2, 0 }, 91.34035, 0.00027, 142.500 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 2, -1, 0 }, 271.45648, 0.00442, 0.075 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 2, 0, 0 }, 271.45648, 0.00024, 0.038 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 4, -3, 0 }, 91.91425, 0.00014, 0.087 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 4, -2, 0 }, 91.27988, 0.00011, 0.040 }, + { { 0, 0, 2, 0, -3, 1, 0, 0, 4, -1, 0 }, 271.43169, 0.00004, 0.026 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, -2, 0, 0 }, 292.89251, 0.00015, 0.044 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, -2, 1, 0 }, 292.89251, 0.00004, 0.103 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 0, -1, 0 }, 100.84556, 0.00015, 0.087 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 0, 0, 0 }, 111.12657, 0.00004, 0.551 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 0, 1, 0 }, 105.51986, 0.00002, 0.066 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 2, -3, 0 }, 91.20864, 0.00003, 0.076 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 2, -2, 0 }, 281.14204, 0.00006, 24.411 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 2, -1, 0 }, 101.46582, 0.00097, 0.075 }, + { { 0, 0, 2, 0, -3, 2, 0, 0, 2, 0, 0 }, 101.44347, 0.00005, 0.038 }, + { { 0, 0, 2, 0, -3, 5, 0, 0, -2, 0, 0 }, 166.31486, 0.00009, 0.044 }, + { { 0, 0, 2, 0, -3, 5, 0, 0, 2, -1, 0 }, 40.22274, 0.00004, 0.075 }, + { { 0, 0, 2, 0, -2, -5, 0, 0, -2, 0, 0 }, 298.35504, 0.00006, 0.043 }, + { { 0, 0, 2, 0, -2, -5, 0, 0, 2, -1, 0 }, 299.41191, 0.00010, 0.076 }, + { { 0, 0, 2, 0, -2, -2, 0, 0, 0, -2, 0 }, 255.35711, 0.00002, 0.040 }, + { { 0, 0, 2, 0, -2, -2, 0, 0, 0, -1, 0 }, 75.66243, 0.00014, 0.087 }, + { { 0, 0, 2, 0, -2, -2, 0, 0, 2, -2, 0 }, 255.39155, 0.00005, 95.036 }, + { { 0, 0, 2, 0, -2, -2, 0, 0, 2, -1, 0 }, 75.63628, 0.00084, 0.076 }, + { { 0, 0, 2, 0, -2, -2, 0, 0, 2, 0, 0 }, 75.66230, 0.00004, 0.038 }, + { { 0, 0, 2, 0, -2, -2, 0, 0, 4, -2, 0 }, 75.35711, 0.00002, 0.040 }, + { { 0, 0, 2, 0, -2, -1, 0, 0, 2, -3, 0 }, 250.43129, 0.00003, 0.076 }, + { { 0, 0, 2, 0, -2, -1, 0, 0, 2, -1, 0 }, 78.08130, 0.00017, 0.075 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -4, -1, 0 }, 268.87707, 0.00013, 0.016 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -4, 0, 0 }, 272.01435, 0.00084, 0.021 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -4, 0, 2 }, 270.87980, 0.00005, 0.048 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -4, 1, 0 }, 271.72113, 0.00199, 0.029 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -4, 2, 0 }, 271.24497, 0.00076, 0.047 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -4, 3, 0 }, 270.57370, 0.00003, 0.127 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -3, 0, 0 }, 271.53007, 0.00005, 0.028 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -3, 1, 0 }, 91.14025, 0.00016, 0.045 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, -3, 0 }, 271.43901, 0.00003, 0.016 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, -2, 0 }, 271.74095, 0.00015, 0.020 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, -1, 0 }, 271.52568, 0.00461, 0.028 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 0, 0 }, 270.93928, 0.10503, 0.044 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 0, 2 }, 90.84758, 0.00041, 0.254 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 1, -2 }, 90.80636, 0.00002, 0.027 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 1, 0 }, 270.86062, 0.06082, 0.104 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 1, 2 }, 90.78204, 0.00019, 0.058 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 2, 0 }, 90.79876, 0.00451, 0.277 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 3, 0 }, 90.96934, 0.00025, 0.059 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -1, -1, 0 }, 268.97731, 0.00004, 0.042 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -1, -1, 1 }, 267.58718, 0.00003, 0.096 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -1, 0, 0 }, 91.75790, 0.00069, 0.095 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -1, 1, 0 }, 270.56334, 0.00011, 0.368 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -4, 0 }, 90.12213, 0.00006, 0.020 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -3, 0 }, 89.98423, 0.00070, 0.026 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -2, 0 }, 89.99665, 0.01160, 0.041 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -2, 2 }, 90.10499, 0.00008, 0.462 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -1, -2 }, 270.12198, 0.00002, 0.026 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -1, 0 }, 89.97863, 0.14450, 0.088 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -1, 2 }, 270.08726, 0.00034, 0.065 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 0, -2 }, 270.30751, 0.00033, 0.040 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 0, 0 }, 94.02089, 0.00200, 0.546 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 0, 2 }, 270.38512, 0.00034, 0.035 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 1, -2 }, 90.00276, 0.00004, 0.085 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 1, 0 }, 90.39429, 0.03280, 0.066 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 2, 0 }, 90.34022, 0.00184, 0.035 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 3, 0 }, 90.38811, 0.00011, 0.024 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 1, -2, 0 }, 270.12949, 0.00014, 0.081 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 1, -1, 0 }, 90.12884, 0.00053, 1.059 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 1, 0, 0 }, 270.68035, 0.00135, 0.070 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 1, 1, 0 }, 270.16253, 0.00009, 0.036 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -4, 0 }, 90.04770, 0.00023, 0.038 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -3, 0 }, 90.05783, 0.00431, 0.076 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -3, 2 }, 90.11651, 0.00003, 0.073 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -2, -2 }, 270.12720, 0.00025, 0.037 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -2, 0 }, 270.11778, 0.06090, 17.430 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -2, 2 }, 270.15384, 0.00024, 0.037 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -1, -2 }, 270.12077, 0.00450, 0.074 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -1, 0 }, 90.11969, 1.05870, 0.075 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 0, -2 }, 90.12800, 0.00061, 3.621 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 0, 0 }, 90.12570, 0.04350, 0.038 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 1, -2 }, 90.11283, 0.00042, 0.077 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 1, 0 }, 90.22112, 0.00285, 0.025 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 2, -2 }, 90.11362, 0.00003, 0.038 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, 2, 0 }, 89.89788, 0.00015, 0.019 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 3, -2, 0 }, 270.19629, 0.00003, 0.080 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 3, -1, 0 }, 270.12183, 0.00033, 0.039 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 3, 0, 0 }, 270.12183, 0.00004, 0.026 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -4, 0 }, 90.10147, 0.00018, 0.583 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -3, 0 }, 270.09213, 0.00370, 0.087 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -3, 2 }, 270.12198, 0.00002, 0.026 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -2, -2 }, 90.12198, 0.00009, 0.488 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -2, 0 }, 90.13826, 0.00717, 0.040 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -1, -2 }, 270.12521, 0.00028, 0.089 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, -1, 0 }, 90.12662, 0.00887, 0.026 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, 0, -2 }, 270.11732, 0.00002, 0.041 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, 0, 0 }, 90.12249, 0.00089, 0.019 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, 1, 0 }, 90.13996, 0.00006, 0.015 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 4, 2, 0 }, 270.11810, 0.00002, 0.013 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 6, -4, 0 }, 270.09093, 0.00004, 0.043 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 6, -3, 0 }, 90.16908, 0.00005, 0.028 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 6, -2, 0 }, 90.12878, 0.00019, 0.020 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 6, -1, 0 }, 90.12186, 0.00009, 0.016 }, + { { 0, 0, 2, 0, -2, 1, 0, 0, -2, 0, 0 }, 131.73264, 0.00003, 0.044 }, + { { 0, 0, 2, 0, -2, 1, 0, 0, 2, -1, 0 }, 275.99465, 0.00005, 0.075 }, + { { 0, 0, 2, 0, -2, 2, 0, 0, -2, 0, 0 }, 13.51314, 0.00009, 0.044 }, + { { 0, 0, 2, 0, -2, 2, 0, 0, 0, -1, 0 }, 190.95412, 0.00004, 0.088 }, + { { 0, 0, 2, 0, -2, 2, 0, 0, 2, -1, 0 }, 190.95419, 0.00022, 0.075 }, + { { 0, 0, 2, 0, -2, 3, 0, 0, -2, 0, 0 }, 259.15461, 0.00010, 0.044 }, + { { 0, 0, 2, 0, -2, 3, 0, 0, 0, -1, 0 }, 80.93398, 0.00004, 0.088 }, + { { 0, 0, 2, 0, -2, 3, 0, 0, 2, -1, 0 }, 80.93398, 0.00025, 0.075 }, + { { 0, 0, 2, 0, -2, 5, 0, 0, -2, 0, 0 }, 197.13677, 0.00005, 0.044 }, + { { 0, 0, 2, 0, -2, 5, 0, 0, 2, -3, 0 }, 230.76610, 0.00003, 0.077 }, + { { 0, 0, 2, 0, -2, 5, 0, 0, 2, -1, 0 }, 50.76610, 0.00003, 0.074 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, -2, 0, 0 }, 288.78321, 0.00015, 0.043 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, -2, 1, 0 }, 288.77476, 0.00008, 0.103 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 0, -1, 0 }, 288.98969, 0.00062, 0.087 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 0, 0, 0 }, 109.04077, 0.00010, 0.573 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 0, 1, 0 }, 109.02530, 0.00007, 0.067 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 2, -3, 0 }, 140.81269, 0.00002, 0.075 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 2, -2, 0 }, 108.70392, 0.00017, 35.635 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 2, -1, 0 }, 288.96282, 0.00333, 0.076 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 2, 0, 0 }, 288.98736, 0.00020, 0.038 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 4, -3, 0 }, 285.19557, 0.00004, 0.087 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 4, -2, 0 }, 288.70580, 0.00007, 0.040 }, + { { 0, 0, 2, 0, -1, -4, 0, 0, 2, -1, 0 }, 66.42941, 0.00005, 0.075 }, + { { 0, 0, 2, 0, -1, -2, 0, 0, -2, 0, 0 }, 81.91841, 0.00011, 0.044 }, + { { 0, 0, 2, 0, -1, -2, 0, 0, 0, -1, 0 }, 259.90902, 0.00007, 0.088 }, + { { 0, 0, 2, 0, -1, -2, 0, 0, 2, -1, 0 }, 259.90876, 0.00042, 0.075 }, + { { 0, 0, 2, 0, -1, -1, 0, 0, 2, -3, 0 }, 82.41457, 0.00003, 0.076 }, + { { 0, 0, 2, 0, -1, -1, 0, 0, 2, -1, 0 }, 82.41457, 0.00003, 0.075 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -4, -2, 0 }, 171.95360, 0.00002, 0.014 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -4, 0, 0 }, 351.40632, 0.00035, 0.021 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -4, 1, 0 }, 352.46346, 0.00061, 0.029 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -4, 2, 0 }, 352.92315, 0.00015, 0.048 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -3, 0, 0 }, 353.40486, 0.00009, 0.028 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -3, 1, 0 }, 173.42347, 0.00004, 0.046 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, -2, 0 }, 355.39289, 0.00010, 0.020 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, -1, 0 }, 353.63109, 0.00139, 0.028 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, 0, 0 }, 354.46019, 0.02010, 0.044 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, 0, 2 }, 175.28329, 0.00004, 0.249 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, 1, 0 }, 354.87177, 0.01039, 0.105 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, 2, 0 }, 175.31949, 0.00069, 0.271 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, 3, 0 }, 174.51282, 0.00005, 0.059 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -1, -1, 0 }, 347.76530, 0.00005, 0.042 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -1, 0, 0 }, 344.90379, 0.00042, 0.096 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -1, 1, 0 }, 167.77326, 0.00006, 0.357 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, -3, 0 }, 180.72065, 0.00003, 0.026 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, -2, 0 }, 332.82533, 0.00019, 0.041 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, -1, 0 }, 336.36877, 0.00376, 0.088 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, 0, 0 }, 174.72897, 0.00209, 0.522 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, 1, 0 }, 182.78572, 0.00244, 0.066 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, 2, 0 }, 190.47305, 0.00008, 0.035 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, 3, 0 }, 354.87744, 0.00002, 0.024 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 1, 0, 0 }, 163.22531, 0.00031, 0.070 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 1, 0, 1 }, 169.55293, 0.00003, 0.036 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 1, 1, 0 }, 167.77326, 0.00004, 0.036 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, -3, 0 }, 8.55757, 0.00002, 0.076 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, -2, 0 }, 41.89622, 0.00063, 7.058 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, -1, -2 }, 44.37870, 0.00006, 0.074 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, -1, 0 }, 217.41823, 0.01224, 0.075 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, 0, -1 }, 350.55577, 0.00004, 0.076 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, 0, 0 }, 188.96153, 0.00035, 0.038 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, 1, 0 }, 165.71139, 0.00007, 0.025 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 4, -2, 0 }, 215.54693, 0.00013, 0.040 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 4, -1, 0 }, 215.66230, 0.00011, 0.026 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, -2, -1, 0 }, 277.63854, 0.00005, 0.028 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, -2, 0, 0 }, 276.63130, 0.00057, 0.044 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, -2, 1, 0 }, 279.50950, 0.00020, 0.104 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 0, -2, 0 }, 97.79021, 0.00009, 0.041 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 0, -1, 0 }, 97.43839, 0.00090, 0.088 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 0, 1, 0 }, 98.43044, 0.00017, 0.066 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 2, -3, 0 }, 107.14656, 0.00003, 0.076 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 2, -2, 0 }, 277.65244, 0.00036, 17.781 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 2, -1, 0 }, 97.65564, 0.00625, 0.075 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 2, 0, 0 }, 95.28626, 0.00012, 0.038 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 4, -2, 0 }, 97.68186, 0.00004, 0.040 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 4, -1, 0 }, 97.66867, 0.00006, 0.026 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, -2, 0, 0 }, 95.37315, 0.00021, 0.044 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, -2, 1, 0 }, 95.37314, 0.00005, 0.104 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, 0, -1, 0 }, 276.40226, 0.00011, 0.088 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, 0, 1, 0 }, 275.41316, 0.00003, 0.066 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, 2, -2, 0 }, 96.91846, 0.00004, 11.088 }, + { { 0, 0, 2, 0, 0, -4, 0, 0, 2, -1, 0 }, 276.18406, 0.00079, 0.075 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, -2, -1, 0 }, 2.90089, 0.00010, 0.028 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, -2, 0, 0 }, 3.29120, 0.00085, 0.044 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, -2, 1, 0 }, 2.68475, 0.00028, 0.104 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 0, -3, 0 }, 183.02011, 0.00002, 0.026 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 0, -2, 0 }, 183.01149, 0.00004, 0.041 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 0, -1, 0 }, 182.91964, 0.00046, 0.088 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 0, 0, 0 }, 181.98573, 0.00012, 0.527 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 0, 1, 0 }, 182.84337, 0.00028, 0.066 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 2, -2, 0 }, 3.02007, 0.00025, 8.056 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 2, -1, 0 }, 182.87243, 0.00427, 0.075 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 2, 0, 0 }, 183.10835, 0.00009, 0.038 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 4, -2, 0 }, 183.02021, 0.00004, 0.040 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 4, -1, 0 }, 183.02011, 0.00002, 0.026 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -4, 0, 0 }, 270.20145, 0.00005, 0.021 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -4, 1, 0 }, 270.21038, 0.00010, 0.029 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -2, -1, 0 }, 270.20818, 0.00026, 0.028 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -2, 0, 0 }, 270.23180, 0.00442, 0.044 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -2, 1, 0 }, 270.21118, 0.00238, 0.105 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, -2, 2, 0 }, 90.22014, 0.00019, 0.270 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 0, -2, 0 }, 89.85920, 0.00006, 0.041 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 0, -1, 0 }, 89.88885, 0.00128, 0.088 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 0, 0, 0 }, 90.12849, 0.00063, 0.518 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 0, 1, 0 }, 90.10920, 0.00143, 0.066 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 0, 2, 0 }, 90.00392, 0.00007, 0.035 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 1, -2, 0 }, 89.84937, 0.00002, 0.082 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 1, 0, 0 }, 269.84937, 0.00002, 0.070 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, -3, 0 }, 265.64563, 0.00004, 0.076 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, -2, 0 }, 270.04086, 0.00096, 6.326 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, -1, -2 }, 270.02339, 0.00011, 0.074 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, -1, 0 }, 90.03369, 0.01755, 0.075 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, 0, 0 }, 90.28889, 0.00014, 0.037 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, 1, -2 }, 90.00555, 0.00004, 0.076 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 2, 1, 0 }, 269.98381, 0.00006, 0.025 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 4, -2, 0 }, 90.04353, 0.00018, 0.040 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 4, -1, 0 }, 90.03822, 0.00014, 0.026 }, + { { 0, 0, 2, 0, 0, -2, 0, 0, 4, 0, 0 }, 90.00555, 0.00004, 0.019 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, -4, 0, 0 }, 167.93527, 0.00003, 0.021 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, -4, 1, 0 }, 348.46290, 0.00002, 0.029 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, -2, -1, 0 }, 348.47691, 0.00013, 0.028 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, -2, 0, 0 }, 348.38020, 0.00130, 0.044 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, -2, 1, 0 }, 347.80914, 0.00059, 0.105 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, -2, 2, 0 }, 168.42971, 0.00002, 0.267 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 0, -1, 0 }, 345.32168, 0.00014, 0.089 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 0, 0, 0 }, 169.53256, 0.00012, 0.509 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 0, 1, 0 }, 169.55055, 0.00015, 0.066 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 2, -2, 0 }, 352.83373, 0.00003, 5.207 }, + { { 0, 0, 2, 0, 0, -1, 0, 0, 2, -1, 0 }, 172.62023, 0.00072, 0.074 }, + { { 0, 0, 2, 0, 0, 0, -2, 0, -2, 0, 0 }, 268.79845, 0.00016, 0.044 }, + { { 0, 0, 2, 0, 0, 0, -2, 0, 0, -1, 0 }, 91.76912, 0.00003, 0.089 }, + { { 0, 0, 2, 0, 0, 0, -2, 0, 0, 0, 0 }, 88.97662, 0.00004, 0.506 }, + { { 0, 0, 2, 0, 0, 0, -2, 0, 0, 1, 0 }, 86.84794, 0.00002, 0.066 }, + { { 0, 0, 2, 0, 0, 0, -2, 0, 2, -1, 0 }, 89.76064, 0.00026, 0.074 }, + { { 0, 0, 2, 0, 0, 0, -1, 0, -2, 0, 0 }, 339.05605, 0.00005, 0.044 }, + { { 0, 0, 2, 0, 0, 0, 0, -2, -2, 0, 0 }, 270.21905, 0.00006, 0.044 }, + { { 0, 0, 2, 0, 0, 0, 0, -2, 2, -1, 0 }, 90.01898, 0.00006, 0.074 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -2, -1, 0 }, 93.72112, 0.00004, 0.028 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -2, 0, 0 }, 91.45986, 0.00073, 0.044 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -2, 1, 0 }, 93.23130, 0.00022, 0.105 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -2, 2, 0 }, 287.63860, 0.00003, 0.265 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -1, 0, -1 }, 100.39729, 0.00007, 0.042 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -1, 0, 0 }, 293.87729, 0.00004, 0.096 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, -2, 0 }, 295.59041, 0.00003, 0.041 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, -1, 0 }, 84.83892, 0.00009, 0.089 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0 }, 291.21906, 0.00043, 0.500 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 0 }, 289.57459, 0.00037, 0.066 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0 }, 114.65148, 0.00008, 0.070 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, -3, 0 }, 302.41540, 0.00002, 0.077 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, -2, 0 }, 115.82026, 0.00011, 4.425 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, -1, 0 }, 293.17703, 0.00193, 0.074 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, -1 }, 102.71182, 0.00007, 0.075 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0 }, 300.70623, 0.00011, 0.037 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 4, -2, 0 }, 290.55171, 0.00002, 0.040 }, + { { 0, 0, 2, 0, 0, 1, 0, 0, -2, 0, 0 }, 153.29324, 0.00006, 0.044 }, + { { 0, 0, 2, 0, 1, -5, 0, 0, -2, 0, 0 }, 16.81842, 0.00007, 0.044 }, + { { 0, 0, 2, 0, 1, -5, 0, 0, 2, -1, 0 }, 288.62498, 0.00008, 0.075 }, + { { 0, 0, 2, 0, 1, -2, 0, 0, -2, 0, 0 }, 169.24618, 0.00009, 0.044 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, -2, 0, 0 }, 229.96498, 0.00038, 0.044 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, -2, 1, 0 }, 228.94059, 0.00010, 0.106 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, -1, 0, -1 }, 62.53742, 0.00003, 0.042 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, -1, 1, -1 }, 242.69049, 0.00002, 0.096 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, 0, -1, 0 }, 225.32724, 0.00003, 0.090 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, 0, 1, 0 }, 45.32724, 0.00003, 0.065 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, 2, -1, 0 }, 342.33310, 0.00007, 0.074 }, + { { 0, 0, 2, 0, 1, 2, 0, 0, 2, -3, 0 }, 225.69703, 0.00002, 0.078 }, + { { 0, 0, 2, 0, 1, 2, 0, 0, 2, -1, 0 }, 45.69703, 0.00002, 0.073 }, + { { 0, 0, 2, 0, 2, -8, 0, 0, -2, 0, 0 }, 191.76991, 0.00003, 0.044 }, + { { 0, 0, 2, 0, 2, -8, 0, 0, 2, -1, 0 }, 11.40931, 0.00007, 0.075 }, + { { 0, 0, 2, 0, 2, -7, 0, 0, -2, 0, 0 }, 98.27321, 0.00012, 0.044 }, + { { 0, 0, 2, 0, 2, -7, 0, 0, 0, -1, 0 }, 278.73493, 0.00005, 0.088 }, + { { 0, 0, 2, 0, 2, -7, 0, 0, 2, -1, 0 }, 278.73498, 0.00026, 0.075 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, -2, -1, 0 }, 53.33047, 0.00004, 0.028 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, -2, 0, 0 }, 53.42467, 0.00053, 0.044 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, -2, 1, 0 }, 53.04254, 0.00013, 0.105 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, 0, -1, 0 }, 51.62762, 0.00010, 0.089 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, 0, 0, 0 }, 232.12117, 0.00003, 0.500 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, 0, 1, 0 }, 232.89209, 0.00007, 0.066 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, 2, -3, 0 }, 78.08174, 0.00003, 0.077 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, 2, -1, 0 }, 238.39124, 0.00015, 0.074 }, + { { 0, 0, 2, 0, 2, 0, 0, 0, 2, -3, 0 }, 218.32362, 0.00003, 0.078 }, + { { 0, 0, 2, 0, 2, 0, 0, 0, 2, -1, 0 }, 218.32362, 0.00003, 0.073 }, + { { 0, 0, 2, 0, 3, -1, 0, 0, 2, -3, 0 }, 216.93963, 0.00002, 0.078 }, + { { 0, 0, 2, 0, 3, -1, 0, 0, 2, -1, 0 }, 36.93963, 0.00002, 0.073 }, + { { 0, 0, 2, 0, 4, -3, 0, 0, 2, -3, 0 }, 338.54160, 0.00002, 0.078 }, + { { 0, 0, 2, 0, 4, -3, 0, 0, 2, -1, 0 }, 158.54160, 0.00002, 0.073 }, + { { 0, 0, 2, 0, 4, -2, 0, 0, 2, -3, 0 }, 217.33748, 0.00002, 0.078 }, + { { 0, 0, 2, 0, 4, -2, 0, 0, 2, -2, 0 }, 217.13180, 0.00002, 2.019 }, + { { 0, 0, 2, 0, 4, -2, 0, 0, 2, -1, 0 }, 37.33748, 0.00002, 0.073 }, + { { 0, 0, 2, 0, 4, -2, 0, 0, 2, 0, 0 }, 37.13180, 0.00002, 0.037 }, + { { 0, 0, 2, 0, 5, -5, 0, 0, 2, -3, 0 }, 354.91699, 0.00002, 0.078 }, + { { 0, 0, 2, 0, 5, -5, 0, 0, 2, -1, 0 }, 174.91699, 0.00002, 0.073 }, + { { 0, 0, 3, -9, 0, 0, 0, 0, -2, 1, 0 }, 297.62016, 0.00008, 0.075 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, 2, 0, 0 }, 259.69752, 0.00007, 0.043 }, + { { 0, 0, 3, -8, 1, 5, 0, 0, 2, -1, 0 }, 291.99916, 0.00005, 0.095 }, + { { 0, 0, 3, -8, 1, 5, 0, 0, 2, 0, 0 }, 291.99916, 0.00013, 0.042 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -4, 1, 0 }, 299.71833, 0.00002, 0.027 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -2, -1, 0 }, 299.38355, 0.00013, 0.026 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -2, 0, 0 }, 299.50407, 0.00068, 0.039 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -2, 1, 0 }, 300.32328, 0.00036, 0.080 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -2, 2, 0 }, 119.79138, 0.00004, 1.293 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, -1, 0, 0 }, 118.93912, 0.00004, 0.075 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, -1, 0 }, 121.38954, 0.00094, 0.070 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, 0, 0 }, 119.77897, 0.00087, 0.999 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, 1, 0 }, 299.19915, 0.00313, 0.082 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, 2, 0 }, 298.83562, 0.00020, 0.039 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, -2, 0 }, 120.31291, 0.00042, 0.360 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, -1, 0 }, 299.96210, 0.00716, 0.095 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, 0, -2 }, 119.74834, 0.00002, 0.322 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, 0, 0 }, 299.68080, 0.01116, 0.042 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, 1, 0 }, 299.48179, 0.00084, 0.027 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, 2, 0 }, 299.74849, 0.00005, 0.020 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 3, 0, 0 }, 299.74023, 0.00005, 0.028 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 4, -2, 0 }, 300.15226, 0.00011, 0.046 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 4, -1, 0 }, 299.79781, 0.00041, 0.028 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 4, 0, 0 }, 299.67886, 0.00020, 0.021 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 4, 1, 0 }, 119.72773, 0.00003, 0.016 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -3, 1, -1 }, 234.43917, 0.00002, 0.026 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -3, 2, -1 }, 234.49816, 0.00024, 0.040 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -3, 3, -1 }, 234.40807, 0.00018, 0.087 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 0, -1 }, 52.16032, 0.00004, 0.038 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 1, -1 }, 52.16031, 0.00065, 0.075 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 2, -1 }, 233.43668, 0.00008, 650.233 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 3, -1 }, 54.47906, 0.00079, 0.075 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 4, -1 }, 54.47906, 0.00004, 0.038 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 0, -1, 0 }, 346.27309, 0.00007, 0.072 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 0, 1, 0 }, 166.27309, 0.00007, 0.080 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 1, 0, -1 }, 233.49493, 0.00004, 0.563 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 1, 1, -1 }, 53.84384, 0.00044, 0.087 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 1, 2, -1 }, 54.38639, 0.00027, 0.040 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 1, 3, -1 }, 54.43917, 0.00002, 0.026 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 2, -1, 0 }, 259.61647, 0.00007, 0.093 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 2, 0, 0 }, 250.19606, 0.00017, 0.042 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -4, 1, 0 }, 1.99261, 0.00004, 0.027 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -2, -1, 0 }, 1.85186, 0.00018, 0.026 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -2, 0, 0 }, 0.98764, 0.00142, 0.040 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -2, 1, 0 }, 3.91653, 0.00131, 0.086 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -2, 2, 0 }, 188.01529, 0.00004, 0.631 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, -2, 0 }, 358.67166, 0.00015, 0.037 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, -1, 0 }, 358.87151, 0.00283, 0.074 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, 0, 0 }, 1.37781, 0.00026, 5.260 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, 1, 0 }, 179.24562, 0.00286, 0.077 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, 2, 0 }, 179.36515, 0.00017, 0.038 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 1, -2, 0 }, 183.33445, 0.00002, 0.070 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 1, 0, 0 }, 3.33445, 0.00002, 0.082 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 2, -2, 0 }, 8.21187, 0.00008, 0.509 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 2, -1, 0 }, 185.12586, 0.00182, 0.089 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 2, 0, 0 }, 184.60656, 0.00208, 0.041 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 2, 1, 0 }, 183.99609, 0.00026, 0.026 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 4, -1, 0 }, 184.71158, 0.00005, 0.028 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, -2, -1, 0 }, 61.15956, 0.00006, 0.026 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, -2, 0, 0 }, 61.07434, 0.00057, 0.040 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, -2, 1, 0 }, 61.41504, 0.00046, 0.087 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 0, -2, 0 }, 59.91923, 0.00004, 0.038 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 0, -1, 0 }, 59.95810, 0.00085, 0.075 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 0, 1, 0 }, 239.96882, 0.00085, 0.076 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 0, 2, 0 }, 239.91579, 0.00004, 0.038 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 2, -1, 0 }, 241.49692, 0.00047, 0.087 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 2, 0, 0 }, 241.12627, 0.00058, 0.040 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 2, 1, 0 }, 241.22454, 0.00006, 0.026 }, + { { 0, 0, 3, -5, -4, 0, 0, 0, -2, 0, 0 }, 217.66330, 0.00003, 0.040 }, + { { 0, 0, 3, -5, -4, 0, 0, 0, 2, 0, 0 }, 37.77034, 0.00003, 0.040 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -4, 0, 0 }, 31.55381, 0.00004, 0.020 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -4, 1, 0 }, 31.70196, 0.00016, 0.028 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -4, 2, 0 }, 31.58121, 0.00005, 0.044 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, -1, 0 }, 31.42905, 0.00028, 0.027 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, 0, 0 }, 31.91779, 0.00421, 0.041 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, 0, 2 }, 211.74537, 0.00003, 0.408 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, 1, 0 }, 31.79071, 0.00398, 0.090 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, 2, 0 }, 212.17563, 0.00024, 0.473 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -1, 0, 0 }, 211.46003, 0.00009, 0.083 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, -2, 0 }, 30.17584, 0.00021, 0.038 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, -1, 0 }, 30.10889, 0.00365, 0.077 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 0, 0 }, 210.85854, 0.00051, 2.928 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 1, -2 }, 208.46614, 0.00016, 0.075 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 1, 0 }, 209.99527, 0.00344, 0.074 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 2, 0 }, 209.91273, 0.00018, 0.037 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, -2, 0 }, 32.21021, 0.00013, 0.698 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, -1, 0 }, 211.63208, 0.00278, 0.085 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, 0, 0 }, 211.29992, 0.00243, 0.040 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, 1, 0 }, 211.20385, 0.00022, 0.026 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 4, -2, 0 }, 211.43748, 0.00003, 0.043 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 4, -1, 0 }, 211.37779, 0.00004, 0.027 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 4, 0, 0 }, 211.66578, 0.00003, 0.020 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -4, -1, 0 }, 237.30252, 0.00003, 0.016 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -4, 0, 0 }, 62.84030, 0.00015, 0.021 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -4, 1, 0 }, 58.62691, 0.00029, 0.028 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -4, 2, 0 }, 58.80006, 0.00009, 0.045 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -3, 0, 0 }, 57.69370, 0.00005, 0.028 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, -2, 0 }, 58.64976, 0.00008, 0.020 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, -1, 0 }, 58.91676, 0.00088, 0.027 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 0, 0 }, 58.04506, 0.01354, 0.042 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 0, 2 }, 238.65648, 0.00003, 0.335 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 1, 0 }, 58.65944, 0.01067, 0.094 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 2, 0 }, 239.22193, 0.00070, 0.378 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 3, 0 }, 238.65685, 0.00005, 0.063 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -1, -1, 0 }, 61.28584, 0.00011, 0.040 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -1, -1, 1 }, 324.81545, 0.00004, 0.088 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -1, 0, 0 }, 241.07707, 0.00179, 0.087 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -1, 1, 0 }, 61.23562, 0.00023, 0.568 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, -2, 0 }, 60.00118, 0.00044, 0.039 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, -1, 0 }, 59.68541, 0.00879, 0.081 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, -1, 2 }, 240.01765, 0.00004, 0.069 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 0, 0 }, 240.23087, 0.00299, 1.145 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 1, -2 }, 60.01765, 0.00004, 0.079 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 1, 0 }, 240.65577, 0.00749, 0.071 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 2, 0 }, 240.39135, 0.00038, 0.037 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 3, 0 }, 238.82087, 0.00003, 0.025 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, -3, 0 }, 61.55196, 0.00003, 0.038 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, -2, 0 }, 61.55195, 0.00057, 0.075 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, -1, -1 }, 144.79510, 0.00011, 0.074 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, -1, 0 }, 61.21845, 0.00056, 72.752 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, -1, 1 }, 324.81093, 0.00018, 0.075 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 0, -2 }, 61.23560, 0.00004, 0.074 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 0, 0 }, 241.23208, 0.01040, 0.076 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 1, -1 }, 324.79510, 0.00011, 0.076 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 1, 0 }, 241.23688, 0.00056, 0.038 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 2, 0 }, 241.23563, 0.00003, 0.025 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, -2, 0 }, 62.55230, 0.00011, 1.110 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, -1, 0 }, 240.17446, 0.00406, 0.081 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, 0, 0 }, 242.40048, 0.00331, 0.039 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, 1, 0 }, 239.83773, 0.00027, 0.026 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 3, -2, 0 }, 241.05693, 0.00015, 0.087 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 3, -1, 0 }, 241.24221, 0.00030, 0.040 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 3, 0, 0 }, 241.23771, 0.00010, 0.026 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 4, -2, 0 }, 240.42115, 0.00004, 0.042 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 4, -1, 0 }, 240.94209, 0.00008, 0.027 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 4, 0, 0 }, 244.37044, 0.00003, 0.020 }, + { { 0, 0, 3, -4, 2, 0, 0, 0, -2, 0, 0 }, 326.72569, 0.00006, 0.042 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -4, 0, 0 }, 273.77417, 0.00005, 0.021 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -4, 1, 0 }, 277.24891, 0.00011, 0.029 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -4, 2, 0 }, 276.61853, 0.00004, 0.046 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, -1, 0 }, 277.00587, 0.00026, 0.027 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, 0, 0 }, 278.14234, 0.00500, 0.043 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, 1, 0 }, 277.42238, 0.00315, 0.099 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, 2, 0 }, 98.14127, 0.00023, 0.315 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -1, 0, 0 }, 94.34579, 0.00003, 0.091 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -1, 2, 0 }, 274.34579, 0.00003, 0.064 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, -2, 0 }, 272.95349, 0.00023, 0.040 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, -1, 0 }, 273.13015, 0.00384, 0.084 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, 0, 0 }, 92.46233, 0.00158, 0.712 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, 1, 0 }, 92.53777, 0.00226, 0.068 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, 2, 0 }, 92.57021, 0.00012, 0.036 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 1, -2, 0 }, 96.62959, 0.00003, 0.079 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 1, 0, 0 }, 276.62959, 0.00003, 0.073 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, -3, 0 }, 86.11248, 0.00003, 0.073 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, -2, 0 }, 91.17799, 0.00035, 2.710 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, -1, 0 }, 270.94710, 0.00558, 0.078 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, 0, 0 }, 273.55351, 0.00050, 0.038 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, 1, 0 }, 270.02810, 0.00009, 0.025 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 4, -2, 0 }, 270.55261, 0.00005, 0.041 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 4, -1, 0 }, 270.59037, 0.00005, 0.027 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -4, -1, 0 }, 166.44481, 0.00002, 0.016 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -4, 0, 0 }, 347.06829, 0.00011, 0.021 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -4, 1, 0 }, 346.40159, 0.00025, 0.029 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -4, 2, 0 }, 346.60038, 0.00006, 0.048 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, -1, 0 }, 346.55801, 0.00041, 0.028 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, 0, 0 }, 346.54192, 0.00555, 0.044 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, 0, 2 }, 166.76605, 0.00004, 0.247 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, 1, 0 }, 346.96906, 0.00284, 0.105 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, 2, 0 }, 166.92353, 0.00021, 0.269 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -1, 0, 0 }, 347.29796, 0.00008, 0.096 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, -2, 0 }, 346.42426, 0.00008, 0.041 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, -1, 0 }, 345.78426, 0.00114, 0.088 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, 0, 0 }, 165.27609, 0.00056, 0.516 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, 1, 0 }, 166.12079, 0.00075, 0.066 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, 2, 0 }, 167.07462, 0.00002, 0.035 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 1, 0, 0 }, 167.29793, 0.00006, 0.070 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, -2, 0 }, 349.67449, 0.00009, 6.150 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, -1, 0 }, 169.06076, 0.00186, 0.075 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, 0, -1 }, 40.75854, 0.00019, 0.075 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, 0, 0 }, 166.44360, 0.00010, 0.037 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 4, -2, 0 }, 169.09179, 0.00002, 0.040 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, -2, 0, 0 }, 248.92544, 0.00007, 0.045 }, + { { 0, 0, 3, 0, -6, 0, 0, 0, -2, 0, 0 }, 294.45128, 0.00008, 0.045 }, + { { 0, 0, 3, 0, -6, 0, 0, 0, 2, -1, 0 }, 120.63950, 0.00013, 0.072 }, + { { 0, 0, 3, 0, -6, 0, 0, 0, 2, 0, 0 }, 301.23830, 0.00007, 0.037 }, + { { 0, 0, 3, 0, -6, 5, 0, 0, -2, 0, 0 }, 122.00638, 0.00004, 0.045 }, + { { 0, 0, 3, 0, -6, 5, 0, 0, 2, -2, 0 }, 132.99596, 0.00002, 1.124 }, + { { 0, 0, 3, 0, -6, 5, 0, 0, 2, -1, 0 }, 316.73342, 0.00005, 0.071 }, + { { 0, 0, 3, 0, -6, 5, 0, 0, 2, 0, 0 }, 132.99596, 0.00002, 0.036 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, -2, 0, 0 }, 284.06705, 0.00035, 0.045 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, -2, 1, 0 }, 283.21716, 0.00007, 0.112 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 0, -1, 0 }, 114.84089, 0.00004, 0.094 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 0, 0, 0 }, 108.13940, 0.00009, 0.388 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 0, 1, 0 }, 108.10523, 0.00015, 0.063 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 2, -2, 0 }, 289.59416, 0.00006, 1.243 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 2, -1, 0 }, 109.63477, 0.00107, 0.071 }, + { { 0, 0, 3, 0, -5, 0, 0, 0, 2, 0, 0 }, 291.03408, 0.00026, 0.037 }, + { { 0, 0, 3, 0, -5, 2, 0, 0, -2, 0, 0 }, 256.25768, 0.00004, 0.045 }, + { { 0, 0, 3, 0, -5, 2, 0, 0, 2, -2, 0 }, 271.17200, 0.00002, 1.146 }, + { { 0, 0, 3, 0, -5, 2, 0, 0, 2, -1, 0 }, 91.19603, 0.00005, 0.071 }, + { { 0, 0, 3, 0, -5, 2, 0, 0, 2, 0, 0 }, 271.17200, 0.00002, 0.037 }, + { { 0, 0, 3, 0, -5, 5, 0, 0, -2, 0, 0 }, 73.13987, 0.00014, 0.045 }, + { { 0, 0, 3, 0, -5, 5, 0, 0, 0, 0, 0 }, 254.32874, 0.00004, 0.364 }, + { { 0, 0, 3, 0, -5, 5, 0, 0, 2, -3, 0 }, 56.67752, 0.00002, 0.081 }, + { { 0, 0, 3, 0, -5, 5, 0, 0, 2, -1, 0 }, 258.77768, 0.00020, 0.070 }, + { { 0, 0, 3, 0, -5, 5, 0, 0, 2, 0, 0 }, 78.24812, 0.00013, 0.036 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, -4, 1, 0 }, 272.11996, 0.00006, 0.030 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, -2, -1, 0 }, 272.29956, 0.00022, 0.028 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, -2, 0, 0 }, 271.28574, 0.00207, 0.045 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, -2, 1, 0 }, 272.00058, 0.00087, 0.113 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, -2, 2, 0 }, 91.54332, 0.00007, 0.225 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 0, -2, 0 }, 98.88077, 0.00002, 0.042 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 0, -1, 0 }, 122.47013, 0.00030, 0.094 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 0, 0, 0 }, 96.19754, 0.00027, 0.376 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 0, 1, 0 }, 97.76390, 0.00079, 0.063 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 0, 2, 0 }, 100.46329, 0.00004, 0.034 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 1, -3, 0 }, 104.46989, 0.00006, 0.040 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 1, -2, 0 }, 104.13639, 0.00014, 0.087 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, -2, 0 }, 279.86202, 0.00030, 1.125 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, -1, 0 }, 99.16656, 0.00584, 0.071 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, 0, 0 }, 280.75815, 0.00151, 0.036 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, 1, 0 }, 280.30072, 0.00030, 0.025 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 3, -4, 0 }, 104.64024, 0.00013, 0.075 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 3, -2, 0 }, 103.70018, 0.00035, 0.075 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 4, -2, 0 }, 101.24848, 0.00006, 0.039 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 4, 0, 0 }, 276.31953, 0.00003, 0.019 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 5, -4, 0 }, 284.40293, 0.00006, 0.087 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 5, -3, 0 }, 284.46989, 0.00006, 0.040 }, + { { 0, 0, 3, 0, -4, 2, 0, 0, -2, 0, 0 }, 188.08692, 0.00004, 0.045 }, + { { 0, 0, 3, 0, -4, 3, 0, 0, 0, -1, 0 }, 224.21009, 0.00003, 0.095 }, + { { 0, 0, 3, 0, -4, 5, 0, 0, -2, 0, 0 }, 336.13706, 0.00010, 0.046 }, + { { 0, 0, 3, 0, -4, 5, 0, 0, 0, -1, 0 }, 158.27774, 0.00004, 0.096 }, + { { 0, 0, 3, 0, -4, 5, 0, 0, 2, -1, 0 }, 338.27676, 0.00003, 0.070 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -4, -1, 0 }, 75.25204, 0.00002, 0.017 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -4, 0, 0 }, 276.81411, 0.00008, 0.021 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -4, 1, 0 }, 250.72198, 0.00022, 0.030 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -4, 2, 0 }, 257.46454, 0.00003, 0.049 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, -1, 0 }, 245.56841, 0.00045, 0.028 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, 0, 0 }, 253.47618, 0.00790, 0.045 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, 0, 2 }, 75.94179, 0.00002, 0.206 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, 1, 0 }, 255.02396, 0.00338, 0.114 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, 2, 0 }, 73.99009, 0.00027, 0.221 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -1, 0, 0 }, 78.30192, 0.00005, 0.104 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, -2, 0 }, 349.91617, 0.00006, 0.042 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, -1, 0 }, 167.28648, 0.00326, 0.095 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, 0, 0 }, 63.09353, 0.00131, 0.364 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, 1, 0 }, 85.30652, 0.00272, 0.062 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, 2, 0 }, 85.02244, 0.00011, 0.034 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 1, 0, 0 }, 266.29867, 0.00010, 0.066 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, -3, 0 }, 302.00937, 0.00010, 0.081 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, -2, 0 }, 274.12247, 0.00106, 1.028 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, -1, -2 }, 269.50170, 0.00007, 0.079 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, -1, 0 }, 83.90501, 0.02139, 0.070 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, 0, -2 }, 89.90601, 0.00006, 1.564 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, 0, 0 }, 272.90661, 0.00552, 0.036 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, 1, 0 }, 270.26695, 0.00032, 0.025 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 2, 2, 0 }, 269.85605, 0.00006, 0.019 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 3, -4, 0 }, 270.09834, 0.00002, 0.076 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 3, -2, 0 }, 90.09834, 0.00002, 0.075 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 4, -3, 0 }, 340.76533, 0.00003, 0.080 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 4, -2, 0 }, 67.18707, 0.00024, 0.039 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 4, -1, 0 }, 334.30898, 0.00006, 0.026 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 4, 0, 0 }, 269.68826, 0.00009, 0.019 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 4, 1, 0 }, 90.09147, 0.00003, 0.015 }, + { { 0, 0, 3, 0, -3, 1, 0, 0, 0, -1, 0 }, 168.50132, 0.00004, 0.095 }, + { { 0, 0, 3, 0, -2, -5, 0, 0, -2, 0, 0 }, 280.40449, 0.00004, 0.045 }, + { { 0, 0, 3, 0, -2, -5, 0, 0, 2, -2, 0 }, 288.85118, 0.00002, 1.127 }, + { { 0, 0, 3, 0, -2, -5, 0, 0, 2, -1, 0 }, 109.10326, 0.00005, 0.071 }, + { { 0, 0, 3, 0, -2, -5, 0, 0, 2, 0, 0 }, 288.85118, 0.00002, 0.036 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -4, -1, 0 }, 347.02192, 0.00002, 0.017 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -4, 0, 0 }, 166.33651, 0.00020, 0.021 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -4, 1, 0 }, 166.60102, 0.00041, 0.030 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -4, 2, 0 }, 166.02393, 0.00007, 0.050 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -3, 0, 0 }, 166.28782, 0.00004, 0.029 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, -1, 0 }, 165.77667, 0.00052, 0.028 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, 0, 0 }, 165.72567, 0.01046, 0.046 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, 0, 2 }, 345.54131, 0.00002, 0.202 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, 1, 0 }, 165.70649, 0.00433, 0.116 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -2, 2, 0 }, 346.43893, 0.00038, 0.217 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -1, 0, 0 }, 345.19857, 0.00002, 0.105 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, -1, 2, 0 }, 345.19857, 0.00002, 0.059 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, -3, 0 }, 347.10388, 0.00006, 0.027 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, -2, 0 }, 346.92345, 0.00066, 0.042 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, -1, 0 }, 346.78355, 0.00590, 0.096 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, 0, 0 }, 320.55235, 0.00011, 0.353 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, 1, 0 }, 341.36864, 0.00110, 0.062 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 0, 2, 0 }, 335.76316, 0.00003, 0.034 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 1, -2, -1 }, 165.99754, 0.00002, 0.040 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 1, -1, -1 }, 167.28632, 0.00008, 0.087 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 2, -3, 0 }, 350.15775, 0.00003, 0.082 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 2, -2, 0 }, 155.51719, 0.00027, 0.946 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 2, -1, 0 }, 180.84797, 0.00430, 0.070 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 2, 0, 0 }, 130.89531, 0.00048, 0.036 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 2, 1, 0 }, 141.57165, 0.00009, 0.024 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 3, -2, 0 }, 347.18505, 0.00003, 0.074 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 3, -1, -1 }, 167.55602, 0.00039, 0.075 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 3, -1, 0 }, 347.18490, 0.00005, 0.037 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 4, -2, 0 }, 173.98251, 0.00008, 0.039 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 4, -1, 0 }, 167.18491, 0.00015, 0.026 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 5, -2, -1 }, 345.99754, 0.00002, 0.040 }, + { { 0, 0, 3, 0, -1, -5, 0, 0, -2, 0, 0 }, 262.26728, 0.00012, 0.045 }, + { { 0, 0, 3, 0, -1, -5, 0, 0, 2, -3, 0 }, 280.08805, 0.00002, 0.081 }, + { { 0, 0, 3, 0, -1, -5, 0, 0, 2, -1, 0 }, 98.61983, 0.00019, 0.070 }, + { { 0, 0, 3, 0, -1, -5, 0, 0, 2, 0, 0 }, 278.61040, 0.00013, 0.036 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, -4, 0, 0 }, 70.39704, 0.00005, 0.021 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, -4, 1, 0 }, 253.93623, 0.00004, 0.030 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, -2, -1, 0 }, 255.78271, 0.00012, 0.029 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, -2, 0, 0 }, 254.67413, 0.00134, 0.046 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, -2, 1, 0 }, 255.47108, 0.00044, 0.117 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, -2, 2, 0 }, 75.26443, 0.00003, 0.213 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, 0, -1, 0 }, 189.51682, 0.00005, 0.097 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 }, 95.86851, 0.00002, 0.343 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, 0, 1, 0 }, 103.28199, 0.00003, 0.062 }, + { { 0, 0, 3, 0, -1, 0, 0, 0, 2, -1, 0 }, 306.51296, 0.00003, 0.069 }, + { { 0, 0, 3, 0, 0, -5, 0, 0, -2, 0, 0 }, 168.66934, 0.00011, 0.046 }, + { { 0, 0, 3, 0, 0, -5, 0, 0, 0, -1, 0 }, 354.72839, 0.00005, 0.096 }, + { { 0, 0, 3, 0, 0, -5, 0, 0, 2, -1, 0 }, 174.72864, 0.00003, 0.070 }, + { { 0, 0, 3, 0, 0, -4, 0, 0, -2, 0, 0 }, 0.56299, 0.00011, 0.046 }, + { { 0, 0, 3, 0, 0, -4, 0, 0, 2, -1, 0 }, 182.72768, 0.00013, 0.070 }, + { { 0, 0, 3, 0, 0, -4, 0, 0, 2, 0, 0 }, 2.72768, 0.00011, 0.036 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, -2, 0, 0 }, 266.80542, 0.00023, 0.046 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, -2, 1, 0 }, 266.80694, 0.00008, 0.117 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, 0, -1, 0 }, 85.28807, 0.00005, 0.097 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, 0, 0, 0 }, 87.96577, 0.00005, 0.345 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, 0, 1, 0 }, 88.58528, 0.00007, 0.062 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, 2, -1, 0 }, 89.90009, 0.00050, 0.070 }, + { { 0, 0, 3, 0, 0, -3, 0, 0, 2, 0, 0 }, 269.91817, 0.00020, 0.036 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, -2, -1, 0 }, 166.91555, 0.00002, 0.029 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, -2, 0, 0 }, 166.97715, 0.00046, 0.046 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, -2, 1, 0 }, 166.95952, 0.00010, 0.117 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, 0, -1, 0 }, 347.22500, 0.00008, 0.097 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, 0, 0, 0 }, 346.65263, 0.00003, 0.341 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, 0, 1, 0 }, 346.86595, 0.00005, 0.062 }, + { { 0, 0, 3, 0, 0, -2, 0, 0, 2, -1, 0 }, 167.09738, 0.00009, 0.069 }, + { { 0, 0, 3, 0, 0, -1, 0, 0, -2, 0, 0 }, 245.96482, 0.00014, 0.046 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, -2, 0, 0 }, 3.75761, 0.00013, 0.046 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0 }, 200.05228, 0.00004, 0.333 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 2, -3, 0 }, 306.57569, 0.00003, 0.083 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 2, -2, 0 }, 129.15159, 0.00002, 0.816 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 2, -1, 0 }, 213.91287, 0.00004, 0.069 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, 0 }, 29.02837, 0.00003, 0.036 }, + { { 0, 0, 3, 0, 1, 0, 0, 0, -2, 0, 0 }, 125.66827, 0.00003, 0.046 }, + { { 0, 0, 3, 0, 2, -5, 0, 0, -2, 0, 0 }, 310.27226, 0.00005, 0.046 }, + { { 0, 0, 4, -11, 0, 0, 0, 0, -2, 1, 0 }, 62.22565, 0.00004, 0.075 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, 2, -1, 0 }, 237.80193, 0.00004, 0.093 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, 2, 0, 0 }, 231.63310, 0.00011, 0.042 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, -2, 0, 0 }, 332.96858, 0.00027, 0.040 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, -2, 1, 0 }, 335.80058, 0.00022, 0.085 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, -2, 0 }, 329.86291, 0.00003, 0.037 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, -1, 0 }, 330.14225, 0.00064, 0.074 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, 0, 0 }, 321.05046, 0.00007, 3.945 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, 1, 0 }, 150.59561, 0.00066, 0.077 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, 2, 0 }, 150.83935, 0.00003, 0.038 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 2, -1, 0 }, 158.63925, 0.00032, 0.089 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 2, 0, 0 }, 156.40293, 0.00048, 0.041 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 2, 1, 0 }, 156.99093, 0.00004, 0.026 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, -2, -1, 0 }, 9.17335, 0.00009, 0.026 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, -2, 0, 0 }, 9.04468, 0.00079, 0.040 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, -2, 1, 0 }, 9.72352, 0.00063, 0.087 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, -2, 2, 0 }, 191.75096, 0.00002, 0.564 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 0, -2, 0 }, 7.01677, 0.00007, 0.038 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 0, -1, 0 }, 6.80673, 0.00114, 0.075 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 0, 1, 0 }, 186.80616, 0.00114, 0.075 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 0, 2, 0 }, 187.01688, 0.00007, 0.038 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 2, -2, 0 }, 11.74668, 0.00002, 0.564 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 2, -1, 0 }, 189.71983, 0.00063, 0.087 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 2, 0, 0 }, 189.04176, 0.00079, 0.040 }, + { { 0, 0, 4, -8, 1, 5, 0, 0, 2, 1, 0 }, 189.17021, 0.00009, 0.026 }, + { { 0, 0, 4, -8, 2, 0, 0, 0, -2, 0, 0 }, 31.45403, 0.00003, 0.040 }, + { { 0, 0, 4, -8, 2, 0, 0, 0, 0, -1, 0 }, 31.82590, 0.00004, 0.075 }, + { { 0, 0, 4, -8, 2, 0, 0, 0, 0, 1, 0 }, 211.82590, 0.00004, 0.076 }, + { { 0, 0, 4, -8, 2, 0, 0, 0, 2, 0, 0 }, 211.64415, 0.00004, 0.041 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -6, 0, 0 }, 196.78240, 0.00002, 0.013 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -6, 1, 0 }, 16.78080, 0.00003, 0.016 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -6, 2, 0 }, 16.78140, 0.00009, 0.021 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, -1, 0 }, 16.69789, 0.00015, 0.016 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 0, 0 }, 16.68924, 0.00090, 0.020 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 0, 2 }, 16.78090, 0.00008, 0.044 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 1, 0 }, 16.87866, 0.00237, 0.028 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 1, 2 }, 16.78106, 0.00006, 0.107 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 2, 0 }, 17.13564, 0.00123, 0.044 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 3, 0 }, 16.78424, 0.00003, 0.103 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -3, -1, 0 }, 16.78041, 0.00002, 0.020 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -3, 0, 0 }, 16.77901, 0.00006, 0.027 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -3, 1, 0 }, 196.93696, 0.00025, 0.042 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -3, 2, 0 }, 196.78062, 0.00003, 0.094 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, -3, 0 }, 16.78186, 0.00003, 0.016 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, -2, 0 }, 16.17545, 0.00053, 0.020 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, -1, 0 }, 16.40754, 0.00775, 0.026 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, -1, 2 }, 196.23936, 0.00009, 0.090 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 0, 0 }, 16.68897, 0.11216, 0.040 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 0, 2 }, 196.69295, 0.00045, 0.475 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 1, -2 }, 196.78143, 0.00004, 0.026 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 1, 0 }, 17.11263, 0.11251, 0.087 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 1, 2 }, 197.05263, 0.00031, 0.065 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 2, -2 }, 196.78219, 0.00002, 0.040 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 2, 0 }, 197.80892, 0.00565, 0.564 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 2, 2 }, 196.78199, 0.00002, 0.035 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 3, 0 }, 199.13197, 0.00023, 0.067 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -1, -1, 0 }, 196.27160, 0.00019, 0.039 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -1, 0, 0 }, 196.68183, 0.00187, 0.081 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -1, 1, 0 }, 17.71680, 0.00011, 1.128 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -1, 2, 0 }, 18.37089, 0.00003, 0.071 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -4, 0 }, 14.33372, 0.00002, 0.019 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -3, 0 }, 15.02906, 0.00054, 0.025 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -2, 0 }, 14.99238, 0.00862, 0.038 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -2, 2 }, 14.94406, 0.00006, 3.003 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -1, 0 }, 14.98841, 0.15780, 0.075 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -1, 2 }, 194.80905, 0.00056, 0.074 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 0, -2 }, 196.76200, 0.00003, 0.037 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 0, 0 }, 16.42476, 0.00002, 1783.359 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 0, 2 }, 16.78698, 0.00003, 0.037 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 1, -2 }, 14.80018, 0.00056, 0.074 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 1, 0 }, 194.98833, 0.15780, 0.075 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 2, -2 }, 194.94397, 0.00006, 2.993 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 2, 0 }, 194.99256, 0.00862, 0.038 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 3, 0 }, 195.02965, 0.00054, 0.025 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 4, 0 }, 194.33416, 0.00002, 0.019 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 1, -2, 0 }, 198.37454, 0.00003, 0.071 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 1, -1, 0 }, 197.71508, 0.00011, 1.127 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 1, 0, 0 }, 16.68175, 0.00188, 0.081 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 1, 1, 0 }, 16.27256, 0.00019, 0.039 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -3, 0 }, 19.13184, 0.00023, 0.067 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -2, -2 }, 16.78360, 0.00002, 0.035 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -2, 0 }, 17.81079, 0.00566, 0.564 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -2, 2 }, 16.78362, 0.00002, 0.040 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -1, -2 }, 17.05382, 0.00031, 0.065 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -1, 0 }, 197.11421, 0.11256, 0.087 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -1, 2 }, 16.78391, 0.00004, 0.026 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 0, -2 }, 16.69518, 0.00045, 0.474 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 0, 0 }, 196.69224, 0.11226, 0.040 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 1, -2 }, 16.24251, 0.00009, 0.090 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 1, 0 }, 196.40911, 0.00776, 0.026 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 2, 0 }, 196.17683, 0.00053, 0.020 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 3, 0 }, 196.78393, 0.00003, 0.016 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 3, -2, 0 }, 16.78432, 0.00003, 0.094 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 3, -1, 0 }, 16.94044, 0.00025, 0.042 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 3, 0, 0 }, 196.78545, 0.00006, 0.027 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 3, 1, 0 }, 196.78456, 0.00002, 0.020 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, -3, 0 }, 196.78372, 0.00003, 0.103 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, -2, 0 }, 197.13691, 0.00123, 0.044 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, -1, -2 }, 196.78401, 0.00006, 0.107 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, -1, 0 }, 196.88043, 0.00237, 0.028 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, 0, -2 }, 196.78391, 0.00008, 0.044 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, 0, 0 }, 196.69361, 0.00090, 0.020 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, 1, 0 }, 196.70060, 0.00015, 0.016 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 6, -2, 0 }, 196.78383, 0.00009, 0.021 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 6, -1, 0 }, 196.78389, 0.00003, 0.016 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 6, 0, 0 }, 16.78393, 0.00002, 0.013 }, + { { 0, 0, 4, -8, 5, -5, 0, 0, -2, 0, 0 }, 151.30125, 0.00018, 0.040 }, + { { 0, 0, 4, -8, 5, -5, 0, 0, -2, 1, 0 }, 151.30125, 0.00011, 0.087 }, + { { 0, 0, 4, -8, 5, -5, 0, 0, 2, -1, 0 }, 331.30037, 0.00011, 0.087 }, + { { 0, 0, 4, -8, 5, -5, 0, 0, 2, 0, 0 }, 331.30037, 0.00018, 0.040 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -4, 1, 0 }, 2.77026, 0.00005, 0.028 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -4, 2, 0 }, 2.55259, 0.00002, 0.044 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, -1, 0 }, 2.76104, 0.00024, 0.027 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, 0, 0 }, 2.68527, 0.00214, 0.041 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, 1, 0 }, 2.82081, 0.00201, 0.089 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, 2, 0 }, 183.34893, 0.00010, 0.487 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -1, 0, 0 }, 182.39874, 0.00002, 0.083 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -1, 2, 0 }, 2.39874, 0.00002, 0.069 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, -2, 0 }, 0.69648, 0.00011, 0.038 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, -1, 0 }, 0.44473, 0.00187, 0.077 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, 0, 0 }, 181.45164, 0.00024, 3.594 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, 1, 0 }, 180.38628, 0.00184, 0.074 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, 2, 0 }, 180.32488, 0.00010, 0.037 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, -2, 0 }, 3.34072, 0.00007, 0.669 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, -1, 0 }, 182.61029, 0.00151, 0.085 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, 0, 0 }, 182.26694, 0.00144, 0.040 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, 1, 0 }, 182.22254, 0.00014, 0.026 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 4, -1, 0 }, 182.23268, 0.00004, 0.027 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -4, 0, 0 }, 30.53977, 0.00004, 0.021 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -4, 1, 0 }, 30.52555, 0.00009, 0.028 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -4, 2, 0 }, 30.51520, 0.00004, 0.045 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, -1, 0 }, 30.60179, 0.00026, 0.027 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, 0, 0 }, 30.36990, 0.00408, 0.042 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, 0, 2 }, 210.51555, 0.00003, 0.343 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, 1, 0 }, 30.68482, 0.00329, 0.094 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, 2, 0 }, 210.40165, 0.00022, 0.387 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -1, -1, 1 }, 294.00194, 0.00004, 0.088 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -1, 0, 0 }, 211.64874, 0.00016, 0.087 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, -2, 0 }, 30.92718, 0.00015, 0.039 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, -1, 0 }, 30.21898, 0.00263, 0.080 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, 0, 0 }, 212.27312, 0.00084, 1.235 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, 1, 0 }, 211.16886, 0.00226, 0.071 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, 2, 0 }, 211.27360, 0.00011, 0.037 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, -1, -1 }, 113.99072, 0.00005, 0.074 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, -1, 0 }, 32.28864, 0.00003, 12.968 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, -1, 1 }, 294.00194, 0.00020, 0.075 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, 0, 0 }, 212.24103, 0.00055, 0.076 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, 1, -1 }, 293.99072, 0.00005, 0.077 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, 1, 0 }, 212.24103, 0.00003, 0.038 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, -2, 0 }, 32.46003, 0.00006, 1.037 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, -1, 0 }, 205.77896, 0.00175, 0.081 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, 0, 0 }, 210.90504, 0.00118, 0.039 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, 1, 0 }, 211.89688, 0.00015, 0.026 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 4, -2, 0 }, 204.53826, 0.00002, 0.042 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 4, -1, 0 }, 191.99394, 0.00006, 0.027 }, + { { 0, 0, 4, -6, 2, 0, 0, 0, -2, 0, 0 }, 11.53588, 0.00007, 0.042 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -4, 0, 0 }, 240.76638, 0.00003, 0.021 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -4, 1, 0 }, 246.13743, 0.00007, 0.029 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -2, -1, 0 }, 246.09401, 0.00021, 0.027 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -2, 0, 0 }, 246.91630, 0.00315, 0.043 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -2, 1, 0 }, 245.69277, 0.00198, 0.099 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -2, 2, 0 }, 66.67528, 0.00014, 0.321 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, -2, 0 }, 243.20778, 0.00015, 0.040 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, -1, 0 }, 243.24038, 0.00233, 0.084 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, 0, 0 }, 62.67772, 0.00098, 0.745 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, 1, 0 }, 62.68388, 0.00151, 0.069 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, 2, 0 }, 62.69418, 0.00008, 0.036 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, -2, 0 }, 61.64961, 0.00021, 2.313 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, -1, 0 }, 241.34112, 0.00327, 0.078 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, 0, 0 }, 242.42090, 0.00028, 0.038 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, 1, 0 }, 241.47924, 0.00006, 0.025 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 4, -2, 0 }, 241.19540, 0.00003, 0.041 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -4, 1, 0 }, 295.60175, 0.00005, 0.029 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -2, -1, 0 }, 295.40057, 0.00023, 0.028 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -2, 0, 0 }, 296.60461, 0.00224, 0.044 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -2, 1, 0 }, 295.89641, 0.00115, 0.104 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -2, 2, 0 }, 117.21833, 0.00008, 0.274 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -1, 0, 0 }, 138.29869, 0.00007, 0.095 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, -2, 0 }, 87.68018, 0.00017, 0.041 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, -1, 0 }, 87.71522, 0.00247, 0.088 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, 0, 0 }, 123.57347, 0.00014, 0.534 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, 1, 0 }, 99.30845, 0.00070, 0.066 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, 2, 0 }, 101.33446, 0.00004, 0.035 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 1, 0, 0 }, 318.29859, 0.00005, 0.070 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, -3, 0 }, 73.66930, 0.00002, 0.076 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, -2, 0 }, 271.74291, 0.00106, 10.076 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, -1, -2 }, 271.66723, 0.00009, 0.074 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, -1, 0 }, 91.92022, 0.01882, 0.075 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, 0, 0 }, 93.31757, 0.00047, 0.038 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, 1, -2 }, 90.64281, 0.00002, 0.077 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, 1, 0 }, 266.53177, 0.00002, 0.025 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 4, -2, 0 }, 92.30378, 0.00016, 0.040 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 4, -1, 0 }, 91.97359, 0.00017, 0.026 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, -2, -1, 0 }, 166.18926, 0.00002, 0.028 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, -2, 0, 0 }, 167.57534, 0.00051, 0.045 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, -2, 1, 0 }, 166.59005, 0.00014, 0.110 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 0, -1, 0 }, 181.26500, 0.00008, 0.092 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 0, 0, 0 }, 340.98965, 0.00007, 0.416 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 0, 1, 0 }, 341.48598, 0.00008, 0.064 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 2, -1, 0 }, 308.90246, 0.00025, 0.072 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 2, 0, 0 }, 112.58185, 0.00009, 0.037 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, -2, 0, 0 }, 244.49998, 0.00037, 0.046 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, -2, 1, 0 }, 246.55194, 0.00008, 0.117 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 0, -1, 0 }, 247.42523, 0.00003, 0.097 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 0, 1, 0 }, 67.42523, 0.00003, 0.062 }, + { { 0, 0, 4, 0, -7, 0, 0, 0, 2, -1, 0 }, 121.31820, 0.00004, 0.067 }, + { { 0, 0, 4, 0, -7, 0, 0, 0, 2, 0, 0 }, 300.78170, 0.00004, 0.036 }, + { { 0, 0, 4, 0, -6, 0, 0, 0, -2, 0, 0 }, 285.38592, 0.00011, 0.047 }, + { { 0, 0, 4, 0, -6, 0, 0, 0, 0, 1, 0 }, 109.36249, 0.00003, 0.060 }, + { { 0, 0, 4, 0, -6, 0, 0, 0, 2, -1, 0 }, 110.62698, 0.00024, 0.067 }, + { { 0, 0, 4, 0, -6, 0, 0, 0, 2, 0, 0 }, 290.56059, 0.00014, 0.035 }, + { { 0, 0, 4, 0, -6, 5, 0, 0, 2, -3, 0 }, 258.16613, 0.00002, 0.088 }, + { { 0, 0, 4, 0, -6, 5, 0, 0, 2, -2, 0 }, 78.30475, 0.00003, 0.529 }, + { { 0, 0, 4, 0, -6, 5, 0, 0, 2, -1, 0 }, 258.16613, 0.00002, 0.066 }, + { { 0, 0, 4, 0, -6, 5, 0, 0, 2, 0, 0 }, 78.30475, 0.00003, 0.035 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, -2, 0, 0 }, 273.48030, 0.00031, 0.047 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, -2, 1, 0 }, 272.36606, 0.00006, 0.127 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 0, -1, 0 }, 101.35289, 0.00006, 0.103 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 0, 0, 0 }, 96.29685, 0.00006, 0.279 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 0, 1, 0 }, 99.97299, 0.00020, 0.059 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 2, -2, 0 }, 280.20576, 0.00007, 0.554 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 2, -1, 0 }, 100.28371, 0.00109, 0.066 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 2, 0, 0 }, 280.34272, 0.00059, 0.035 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 2, 1, 0 }, 280.31700, 0.00010, 0.024 }, + { { 0, 0, 4, 0, -5, 0, 0, 0, 4, 0, 0 }, 100.33379, 0.00002, 0.019 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, -2, -1, 0 }, 256.75512, 0.00009, 0.029 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, -2, 0, 0 }, 256.62221, 0.00090, 0.047 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, -2, 1, 0 }, 256.22312, 0.00028, 0.128 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, -2, 2, 0 }, 80.50037, 0.00002, 0.184 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 0, -1, 0 }, 81.94212, 0.00019, 0.104 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 0, 0, 0 }, 41.42265, 0.00003, 0.273 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 0, 1, 0 }, 86.82147, 0.00049, 0.059 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 0, 2, 0 }, 86.25688, 0.00003, 0.033 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 2, -2, 0 }, 269.10451, 0.00017, 0.529 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 2, -1, 0 }, 89.80532, 0.00325, 0.066 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 2, 0, 0 }, 269.68991, 0.00189, 0.035 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 2, 1, 0 }, 269.57347, 0.00018, 0.024 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 4, -2, 0 }, 89.25698, 0.00004, 0.038 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 4, -1, 0 }, 269.63544, 0.00005, 0.025 }, + { { 0, 0, 4, 0, -4, 0, 0, 0, 4, 0, 0 }, 269.45704, 0.00003, 0.019 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, -4, 0, 0 }, 333.36120, 0.00004, 0.022 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, -2, -1, 0 }, 154.05003, 0.00008, 0.029 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, -2, 0, 0 }, 153.85664, 0.00090, 0.048 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, -2, 1, 0 }, 153.99377, 0.00023, 0.129 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, -2, 2, 0 }, 333.76621, 0.00002, 0.181 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 0, -1, 0 }, 26.36430, 0.00012, 0.105 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 0, 0, 0 }, 333.49274, 0.00008, 0.267 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 0, 1, 0 }, 329.14238, 0.00010, 0.059 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 2, -1, 0 }, 275.52394, 0.00026, 0.066 }, + { { 0, 0, 4, 0, -3, 0, 0, 0, 2, 0, 0 }, 81.02757, 0.00015, 0.035 }, + { { 0, 0, 4, 0, -2, -5, 0, 0, 2, -3, 0 }, 98.51751, 0.00002, 0.088 }, + { { 0, 0, 4, 0, -2, -5, 0, 0, 2, -2, 0 }, 278.51751, 0.00003, 0.530 }, + { { 0, 0, 4, 0, -2, -5, 0, 0, 2, -1, 0 }, 98.51751, 0.00002, 0.066 }, + { { 0, 0, 4, 0, -2, -5, 0, 0, 2, 0, 0 }, 278.51751, 0.00003, 0.035 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, -4, 0, 0 }, 242.81718, 0.00004, 0.022 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, -2, -1, 0 }, 61.16850, 0.00005, 0.029 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, -2, 0, 0 }, 61.49626, 0.00070, 0.048 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, -2, 1, 0 }, 60.01399, 0.00007, 0.131 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, 0, -2, 0 }, 244.13395, 0.00002, 0.044 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, 0, -1, 0 }, 245.00457, 0.00022, 0.106 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, 0, 0, 0 }, 69.88813, 0.00003, 0.261 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, 0, 1, 0 }, 239.93981, 0.00004, 0.059 }, + { { 0, 0, 4, 0, -2, 0, 0, 0, 2, -1, 0 }, 65.72173, 0.00004, 0.065 }, + { { 0, 0, 4, 0, -1, 0, 0, 0, -2, 0, 0 }, 155.00857, 0.00010, 0.048 }, + { { 0, 0, 4, 0, -1, 0, 0, 0, 2, -1, 0 }, 227.91238, 0.00003, 0.065 }, + { { 0, 0, 4, 0, -1, 0, 0, 0, 2, 0, 0 }, 81.42906, 0.00006, 0.035 }, + { { 0, 0, 4, 0, 0, -4, 0, 0, 2, -1, 0 }, 89.88721, 0.00005, 0.065 }, + { { 0, 0, 4, 0, 0, -4, 0, 0, 2, 0, 0 }, 269.88721, 0.00007, 0.035 }, + { { 0, 0, 4, 0, 0, -3, 0, 0, -2, 0, 0 }, 164.37688, 0.00004, 0.048 }, + { { 0, 0, 4, 0, 0, -2, 0, 0, -2, 0, 0 }, 63.83503, 0.00004, 0.048 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 2, -3, 0 }, 36.54187, 0.00003, 0.091 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 2, -2, 0 }, 218.11929, 0.00005, 0.449 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 2, -1, 0 }, 216.54187, 0.00003, 0.065 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 2, 0, 0 }, 38.07239, 0.00004, 0.035 }, + { { 0, 0, 4, 0, 1, 0, 0, 0, 2, -1, 0 }, 29.69063, 0.00003, 0.064 }, + { { 0, 0, 4, 0, 1, 0, 0, 0, 2, 0, 0 }, 207.34397, 0.00006, 0.035 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, 2, -1, 0 }, 216.92615, 0.00003, 0.094 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, 2, 0, 0 }, 216.92615, 0.00009, 0.042 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, -2, 0, 0 }, 302.40289, 0.00010, 0.040 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, -2, 1, 0 }, 302.16840, 0.00005, 0.085 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, 0, -1, 0 }, 302.97555, 0.00018, 0.074 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, 0, 1, 0 }, 122.97555, 0.00018, 0.077 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, 2, -1, 0 }, 132.58440, 0.00007, 0.090 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, 2, 0, 0 }, 129.67365, 0.00022, 0.041 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -4, 1, 0 }, 333.83555, 0.00004, 0.028 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -2, -1, 0 }, 333.83203, 0.00013, 0.026 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -2, 0, 0 }, 333.73403, 0.00120, 0.041 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -2, 1, 0 }, 334.04295, 0.00113, 0.089 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -2, 2, 0 }, 154.77639, 0.00006, 0.503 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, -2, 0 }, 331.03706, 0.00007, 0.038 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, -1, 0 }, 331.00559, 0.00113, 0.077 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, 0, 0 }, 147.58020, 0.00007, 4.655 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, 1, 0 }, 150.84262, 0.00109, 0.074 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, 2, 0 }, 151.31109, 0.00007, 0.037 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 2, -2, 0 }, 334.32595, 0.00004, 0.641 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 2, -1, 0 }, 153.50799, 0.00091, 0.085 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 2, 0, 0 }, 153.19388, 0.00087, 0.040 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 2, 1, 0 }, 153.20391, 0.00009, 0.026 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 4, 0, 0 }, 333.15886, 0.00003, 0.020 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -4, 1, 0 }, 1.97702, 0.00005, 0.028 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -2, -1, 0 }, 1.97658, 0.00016, 0.027 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -2, 0, 0 }, 1.98044, 0.00138, 0.042 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -2, 1, 0 }, 1.99935, 0.00110, 0.093 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -2, 2, 0 }, 181.86884, 0.00008, 0.397 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -1, -1, 1 }, 264.29635, 0.00006, 0.087 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 0, -2, 0 }, 1.80469, 0.00003, 0.039 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 0, -1, 0 }, 3.62353, 0.00074, 0.080 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 0, 0, 0 }, 182.68980, 0.00022, 1.340 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 0, 1, 0 }, 181.86057, 0.00072, 0.071 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 0, 2, 0 }, 181.81280, 0.00004, 0.037 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 1, -1, 1 }, 264.29636, 0.00033, 0.075 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 1, 0, 0 }, 182.81861, 0.00011, 0.076 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 2, -2, 0 }, 3.07649, 0.00004, 0.973 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 2, -1, 0 }, 199.62949, 0.00048, 0.082 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 2, 0, 0 }, 183.10092, 0.00059, 0.039 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 4, -2, 0 }, 315.22875, 0.00003, 0.042 }, + { { 0, 0, 5, -8, 1, 5, 0, 0, -2, 0, 0 }, 264.66766, 0.00014, 0.042 }, + { { 0, 0, 5, -8, 1, 5, 0, 0, -2, 1, 0 }, 264.66766, 0.00005, 0.095 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -4, -1, 0 }, 94.31858, 0.00003, 0.016 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -4, 0, 0 }, 274.39128, 0.00020, 0.021 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -4, 1, 0 }, 274.55822, 0.00053, 0.028 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -4, 2, 0 }, 275.01742, 0.00011, 0.046 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -3, 0, 0 }, 274.68618, 0.00005, 0.028 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, -2, 0 }, 275.12707, 0.00004, 0.020 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, -1, 0 }, 274.29691, 0.00079, 0.027 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 0, 0 }, 274.81655, 0.01105, 0.042 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 0, 2 }, 95.05514, 0.00002, 0.322 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 1, 0 }, 275.26126, 0.00710, 0.095 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 2, 0 }, 95.76027, 0.00042, 0.361 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, -2, 0 }, 274.93650, 0.00020, 0.039 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, -1, 0 }, 275.62980, 0.00307, 0.082 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, 0, 0 }, 96.98288, 0.00087, 1.001 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, 1, 0 }, 102.12254, 0.00090, 0.070 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, 2, 0 }, 248.94681, 0.00002, 0.036 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 1, 0, 0 }, 93.06527, 0.00004, 0.075 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 2, -2, 0 }, 97.03549, 0.00004, 1.291 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 2, -1, 0 }, 271.28214, 0.00039, 0.080 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 2, 0, 0 }, 271.31016, 0.00069, 0.039 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 2, 1, 0 }, 273.39002, 0.00014, 0.026 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 4, -1, 0 }, 273.84698, 0.00002, 0.027 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -4, 1, 0 }, 216.58567, 0.00004, 0.029 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, -1, 0 }, 216.56943, 0.00019, 0.027 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, 0, 0 }, 216.47737, 0.00174, 0.043 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, 1, 0 }, 216.58810, 0.00112, 0.098 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, 2, 0 }, 37.02203, 0.00007, 0.328 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, -2, 0 }, 214.61214, 0.00007, 0.040 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, -1, 0 }, 213.56898, 0.00128, 0.083 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, 0, 0 }, 31.65637, 0.00048, 0.782 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, 1, 0 }, 33.58386, 0.00088, 0.069 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, 2, 0 }, 33.02367, 0.00004, 0.036 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, -2, 0 }, 33.08122, 0.00010, 2.017 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, -1, 0 }, 212.21648, 0.00153, 0.078 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, 0, 0 }, 215.51078, 0.00010, 0.038 }, + { { 0, 0, 5, -6, -1, 0, 0, 0, 2, -3, 0 }, 18.37437, 0.00002, 0.075 }, + { { 0, 0, 5, -6, -1, 0, 0, 0, 2, -1, 0 }, 198.37437, 0.00002, 0.076 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -4, 0, 0 }, 80.29851, 0.00004, 0.021 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -2, -1, 0 }, 280.52658, 0.00004, 0.028 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -2, 0, 0 }, 259.07552, 0.00098, 0.044 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -2, 1, 0 }, 255.88161, 0.00053, 0.103 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -2, 2, 0 }, 77.22579, 0.00002, 0.279 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, -3, 0 }, 61.80961, 0.00004, 0.026 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, -2, 0 }, 61.53403, 0.00062, 0.040 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, -1, 0 }, 61.26719, 0.00679, 0.087 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, 0, 0 }, 239.21047, 0.00059, 0.553 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, 1, 0 }, 66.58733, 0.00040, 0.066 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, 2, 0 }, 67.48974, 0.00002, 0.035 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -4, 0 }, 62.84688, 0.00002, 0.038 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -3, 0 }, 62.84714, 0.00038, 0.076 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -2, 0 }, 241.75140, 0.00228, 27.873 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -1, -2 }, 241.74175, 0.00015, 0.074 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -1, 0 }, 61.73416, 0.03974, 0.075 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, 0, 0 }, 61.84913, 0.00173, 0.038 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, 1, 0 }, 61.79322, 0.00007, 0.025 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 4, -3, 0 }, 241.35211, 0.00024, 0.087 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 4, -2, 0 }, 61.86449, 0.00016, 0.040 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 4, -1, 0 }, 61.74644, 0.00034, 0.026 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 4, 0, 0 }, 61.74218, 0.00004, 0.019 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, -2, 0, 0 }, 222.63169, 0.00030, 0.045 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, -2, 1, 0 }, 216.33039, 0.00007, 0.109 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, -2, 0 }, 88.75219, 0.00003, 0.041 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, -1, 0 }, 100.56387, 0.00020, 0.092 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, 0, 0 }, 79.74761, 0.00017, 0.427 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, 1, 0 }, 81.61395, 0.00027, 0.064 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, -2, 0 }, 269.57913, 0.00015, 1.762 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, -1, 0 }, 89.68887, 0.00265, 0.072 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, 0, 0 }, 271.46138, 0.00034, 0.037 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, 1, 0 }, 270.46933, 0.00005, 0.025 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 4, -2, 0 }, 89.54427, 0.00003, 0.040 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, -2, 0, 0 }, 176.58665, 0.00031, 0.046 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, -2, 1, 0 }, 177.18236, 0.00005, 0.116 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 0, -1, 0 }, 340.90388, 0.00013, 0.096 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 0, 0, 0 }, 318.24162, 0.00004, 0.348 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 0, 1, 0 }, 337.96159, 0.00004, 0.062 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 2, -1, 0 }, 271.91260, 0.00014, 0.070 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 2, 0, 0 }, 116.46504, 0.00015, 0.036 }, + { { 0, 0, 5, -3, 0, 0, 0, 0, -2, 0, 0 }, 57.58329, 0.00005, 0.047 }, + { { 0, 0, 5, -2, 0, 0, 0, 0, -2, 0, 0 }, 142.39727, 0.00003, 0.048 }, + { { 0, 0, 5, 0, -7, 0, 0, 0, 2, -1, 0 }, 110.50710, 0.00007, 0.063 }, + { { 0, 0, 5, 0, -7, 0, 0, 0, 2, 0, 0 }, 290.50710, 0.00012, 0.034 }, + { { 0, 0, 5, 0, -6, 0, 0, 0, -2, 0, 0 }, 272.60645, 0.00009, 0.049 }, + { { 0, 0, 5, 0, -6, 0, 0, 0, 0, 1, 0 }, 100.05169, 0.00003, 0.056 }, + { { 0, 0, 5, 0, -6, 0, 0, 0, 2, -1, 0 }, 100.05168, 0.00028, 0.063 }, + { { 0, 0, 5, 0, -6, 0, 0, 0, 2, 0, 0 }, 280.05168, 0.00022, 0.034 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, -2, 0, 0 }, 254.95317, 0.00021, 0.050 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 0, -1, 0 }, 95.63813, 0.00003, 0.115 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 0, 0, 0 }, 64.16803, 0.00002, 0.218 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 0, 1, 0 }, 86.88951, 0.00009, 0.056 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 2, -2, 0 }, 269.66650, 0.00003, 0.357 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 2, -1, 0 }, 88.99257, 0.00072, 0.062 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 2, 0, 0 }, 269.21068, 0.00051, 0.034 }, + { { 0, 0, 5, 0, -5, 0, 0, 0, 2, 1, 0 }, 269.12470, 0.00009, 0.023 }, + { { 0, 0, 5, 0, -4, 0, 0, 0, -2, 0, 0 }, 152.75816, 0.00017, 0.050 }, + { { 0, 0, 5, 0, -4, 0, 0, 0, 0, -1, 0 }, 145.05633, 0.00002, 0.116 }, + { { 0, 0, 5, 0, -4, 0, 0, 0, 0, 0, 0 }, 292.79045, 0.00003, 0.214 }, + { { 0, 0, 5, 0, -4, 0, 0, 0, 0, 1, 0 }, 325.05633, 0.00002, 0.056 }, + { { 0, 0, 5, 0, -4, 0, 0, 0, 2, -1, 0 }, 299.31292, 0.00009, 0.062 }, + { { 0, 0, 5, 0, -4, 0, 0, 0, 2, 0, 0 }, 111.08564, 0.00015, 0.034 }, + { { 0, 0, 5, 0, -3, 0, 0, 0, -2, 0, 0 }, 49.47699, 0.00009, 0.050 }, + { { 0, 0, 5, 0, -2, 0, 0, 0, -2, 0, 0 }, 317.41719, 0.00005, 0.050 }, + { { 0, 0, 5, 0, -1, 0, 0, 0, 2, -2, 0 }, 39.97636, 0.00004, 0.318 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 0, -2, 0 }, 266.94941, 0.00002, 0.046 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0 }, 266.94941, 0.00002, 0.200 }, + { { 0, 0, 6, -16, 4, 5, 0, 0, 2, 0, 0 }, 8.55429, 0.00012, 0.044 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, 2, -1, 0 }, 193.39219, 0.00004, 0.095 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, 2, 0, 0 }, 193.39219, 0.00010, 0.042 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, 0, -1, 0 }, 273.42700, 0.00003, 0.073 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, 0, 1, 0 }, 93.42700, 0.00003, 0.078 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, 2, 0, 0 }, 103.94016, 0.00005, 0.041 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, -2, -1, 0 }, 304.84436, 0.00009, 0.026 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, -2, 0, 0 }, 304.71099, 0.00080, 0.041 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, -2, 1, 0 }, 305.27722, 0.00077, 0.088 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, -2, 2, 0 }, 126.21801, 0.00004, 0.519 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, -2, 0 }, 303.24446, 0.00005, 0.038 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, -1, 0 }, 301.66206, 0.00083, 0.076 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, 0, 0 }, 121.59379, 0.00006, 6.602 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, 1, 0 }, 121.59391, 0.00084, 0.075 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, 2, 0 }, 122.02965, 0.00005, 0.038 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 2, -2, 0 }, 307.15005, 0.00002, 0.616 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 2, -1, 0 }, 124.78383, 0.00054, 0.086 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 2, 0, 0 }, 124.21426, 0.00066, 0.040 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 2, 1, 0 }, 124.25874, 0.00007, 0.026 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, -2, -1, 0 }, 333.25453, 0.00004, 0.027 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, -2, 0, 0 }, 333.24590, 0.00046, 0.042 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, -2, 1, 0 }, 333.36463, 0.00030, 0.093 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, -1, 0 }, 332.30136, 0.00028, 0.080 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, 0, 0 }, 153.51573, 0.00010, 1.464 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, 1, 0 }, 152.37760, 0.00026, 0.072 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 1, -1, 1 }, 54.93216, 0.00010, 0.076 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 2, -1, 0 }, 154.12411, 0.00026, 0.082 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 2, 0, 0 }, 154.10098, 0.00020, 0.039 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -4, 0, 0 }, 7.55552, 0.00004, 0.021 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -2, -1, 0 }, 187.47257, 0.00011, 0.027 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -2, 0, 0 }, 187.40297, 0.00093, 0.043 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -2, 1, 0 }, 187.65176, 0.00064, 0.097 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -2, 2, 0 }, 6.36915, 0.00002, 0.335 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 0, -2, 0 }, 185.05892, 0.00002, 0.040 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 0, -1, 0 }, 184.62852, 0.00066, 0.083 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 0, 0, 0 }, 3.84451, 0.00027, 0.823 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 0, 1, 0 }, 4.53034, 0.00048, 0.069 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 0, 2, 0 }, 5.18377, 0.00002, 0.036 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 2, -1, 0 }, 183.23004, 0.00065, 0.079 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, -2, -1, 0 }, 216.83928, 0.00009, 0.028 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, -2, 0, 0 }, 221.16005, 0.00053, 0.043 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, -2, 1, 0 }, 224.48756, 0.00014, 0.103 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, -1, 0 }, 212.60262, 0.00534, 0.087 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, 0, 0 }, 33.03286, 0.00089, 0.573 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, 1, 0 }, 35.33806, 0.00034, 0.067 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -4, 0 }, 31.52312, 0.00004, 0.038 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -3, 0 }, 31.52311, 0.00064, 0.075 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -2, 0 }, 32.35522, 0.00169, 36.376 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -1, -2 }, 32.33625, 0.00011, 0.073 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -1, 0 }, 212.34364, 0.03048, 0.076 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, 0, 0 }, 212.34170, 0.00191, 0.038 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, 1, 0 }, 212.37052, 0.00013, 0.025 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 4, -3, 0 }, 212.74059, 0.00025, 0.087 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 4, -2, 0 }, 212.35542, 0.00059, 0.040 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 4, -1, 0 }, 212.33920, 0.00028, 0.026 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 4, 0, 0 }, 212.33694, 0.00003, 0.020 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, -4, 0, 0 }, 351.95983, 0.00005, 0.021 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, -2, -1, 0 }, 172.67893, 0.00005, 0.028 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, -2, 0, 0 }, 172.40628, 0.00076, 0.044 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, -2, 1, 0 }, 173.30783, 0.00016, 0.105 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, 0, -1, 0 }, 175.04634, 0.00004, 0.089 }, + { { 0, 0, 6, -8, 3, 0, 0, 0, 0, 0, 0 }, 352.71055, 0.00004, 0.500 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, -2, 0, 0 }, 212.91765, 0.00024, 0.045 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, -2, 1, 0 }, 204.62187, 0.00007, 0.109 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 0, -2, 0 }, 60.31727, 0.00003, 0.041 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 0, -1, 0 }, 66.51764, 0.00023, 0.091 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 0, 0, 0 }, 53.88842, 0.00012, 0.439 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 0, 1, 0 }, 55.27712, 0.00024, 0.064 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, -2, 0 }, 240.76173, 0.00015, 1.983 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, -1, 0 }, 60.84473, 0.00263, 0.073 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, 0, 0 }, 242.15676, 0.00028, 0.037 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, 1, 0 }, 241.42762, 0.00006, 0.025 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 4, -2, 0 }, 60.74194, 0.00003, 0.040 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, -2, 0, 0 }, 239.65697, 0.00025, 0.046 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, -2, 1, 0 }, 210.62283, 0.00002, 0.115 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 0, -2, 0 }, 318.83076, 0.00004, 0.042 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 0, -1, 0 }, 325.38905, 0.00026, 0.096 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 0, 0, 0 }, 96.29418, 0.00016, 0.356 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 0, 1, 0 }, 85.35425, 0.00015, 0.062 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 2, -2, 0 }, 269.91671, 0.00006, 0.965 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 2, -1, 0 }, 96.87273, 0.00129, 0.070 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 2, 0, 0 }, 270.47805, 0.00035, 0.036 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 2, 1, 0 }, 270.58258, 0.00004, 0.025 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 3, -1, -1 }, 13.22059, 0.00005, 0.076 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, -2, 0, 0 }, 130.94289, 0.00009, 0.047 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, 2, -1, 0 }, 299.85191, 0.00016, 0.067 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, 2, 0, 0 }, 118.64485, 0.00018, 0.036 }, + { { 0, 0, 6, 0, -8, 0, 0, 0, 2, 0, 0 }, 290.24811, 0.00004, 0.033 }, + { { 0, 0, 6, 0, -7, 0, 0, 0, 2, -1, 0 }, 99.58455, 0.00006, 0.059 }, + { { 0, 0, 6, 0, -7, 0, 0, 0, 2, 0, 0 }, 279.58455, 0.00015, 0.033 }, + { { 0, 0, 6, 0, -6, 0, 0, 0, -2, 0, 0 }, 252.13956, 0.00003, 0.052 }, + { { 0, 0, 6, 0, -6, 0, 0, 0, 2, -1, 0 }, 88.11714, 0.00013, 0.059 }, + { { 0, 0, 6, 0, -6, 0, 0, 0, 2, 0, 0 }, 268.11714, 0.00013, 0.033 }, + { { 0, 0, 6, 0, -5, 0, 0, 0, 2, 0, 0 }, 113.28438, 0.00005, 0.033 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, -2, 0, 0 }, 265.61736, 0.00009, 0.039 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, -2, 1, 0 }, 265.61736, 0.00006, 0.080 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 0, -1, 0 }, 85.61736, 0.00016, 0.070 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 0, 0, 0 }, 85.61736, 0.00011, 1.000 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 0, 1, 0 }, 265.61736, 0.00015, 0.082 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 2, -2, 0 }, 85.61736, 0.00002, 0.360 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 2, -1, 0 }, 265.61736, 0.00082, 0.095 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 2, 0, 0 }, 265.61736, 0.00114, 0.042 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 2, 1, 0 }, 265.61736, 0.00012, 0.027 }, + { { 0, 0, 7, -16, 4, 5, 0, 0, 4, -1, 0 }, 265.61736, 0.00002, 0.028 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, -2, 0, 0 }, 169.79162, 0.00003, 0.039 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, 0, -1, 0 }, 346.48222, 0.00005, 0.070 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, 0, 0, 0 }, 349.50869, 0.00005, 1.025 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, 0, 1, 0 }, 166.49709, 0.00009, 0.081 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, 2, -1, 0 }, 167.83108, 0.00015, 0.095 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, 2, 0, 0 }, 168.01628, 0.00033, 0.042 }, + { { 0, 0, 7, -13, -1, 0, 0, 0, -2, 0, 0 }, 206.21464, 0.00011, 0.040 }, + { { 0, 0, 7, -13, -1, 0, 0, 0, -2, 1, 0 }, 206.77187, 0.00005, 0.087 }, + { { 0, 0, 7, -13, -1, 0, 0, 0, 0, -1, 0 }, 205.10657, 0.00012, 0.075 }, + { { 0, 0, 7, -13, -1, 0, 0, 0, 0, 1, 0 }, 25.10657, 0.00012, 0.075 }, + { { 0, 0, 7, -13, -1, 0, 0, 0, 2, -1, 0 }, 26.76484, 0.00005, 0.087 }, + { { 0, 0, 7, -13, -1, 0, 0, 0, 2, 0, 0 }, 26.20735, 0.00011, 0.040 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, -2, -1, 0 }, 275.84608, 0.00009, 0.026 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, -2, 0, 0 }, 275.68420, 0.00078, 0.041 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, -2, 1, 0 }, 276.47581, 0.00062, 0.088 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, -2, 2, 0 }, 98.54645, 0.00002, 0.537 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, -2, 0 }, 272.48944, 0.00004, 0.038 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, -1, 0 }, 272.72889, 0.00096, 0.076 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, 0, 0 }, 93.75880, 0.00004, 11.350 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, 1, 0 }, 92.62789, 0.00096, 0.075 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, 2, 0 }, 92.51698, 0.00004, 0.038 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 2, -2, 0 }, 277.84566, 0.00003, 0.593 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 2, -1, 0 }, 95.88929, 0.00057, 0.086 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 2, 0, 0 }, 95.25987, 0.00070, 0.040 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 2, 1, 0 }, 95.39371, 0.00007, 0.026 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, -2, 0, 0 }, 304.45560, 0.00017, 0.041 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, -2, 1, 0 }, 304.54040, 0.00012, 0.092 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, 0, -1, 0 }, 303.75284, 0.00012, 0.079 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, 0, 0, 0 }, 124.03851, 0.00002, 1.613 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, 0, 1, 0 }, 123.75284, 0.00012, 0.072 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, 2, -1, 0 }, 125.22277, 0.00010, 0.083 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, 2, 0, 0 }, 124.93262, 0.00014, 0.039 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, -2, -1, 0 }, 158.98203, 0.00007, 0.027 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, -2, 0, 0 }, 158.87784, 0.00055, 0.042 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, -2, 1, 0 }, 159.13621, 0.00029, 0.097 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, -1, 0 }, 156.26620, 0.00040, 0.083 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, 0, 0 }, 334.99705, 0.00016, 0.868 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, 1, 0 }, 335.96309, 0.00030, 0.069 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 2, -1, 0 }, 154.62553, 0.00025, 0.079 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 2, 0, 0 }, 158.69219, 0.00004, 0.039 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, -2, 0, 0 }, 191.08491, 0.00022, 0.043 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, -2, 1, 0 }, 192.51324, 0.00008, 0.102 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 0, -2, 0 }, 183.05836, 0.00005, 0.040 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 0, -1, 0 }, 183.68952, 0.00096, 0.086 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 0, 0, 0 }, 4.33329, 0.00020, 0.594 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 0, 1, 0 }, 6.59053, 0.00016, 0.067 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, -3, 0 }, 3.46326, 0.00004, 0.075 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, -2, 0 }, 3.12571, 0.00026, 11.006 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, -1, 0 }, 183.14660, 0.00463, 0.076 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, 0, 0 }, 183.23292, 0.00036, 0.038 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 4, -2, 0 }, 183.12625, 0.00005, 0.041 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 4, -1, 0 }, 183.12666, 0.00004, 0.026 }, + { { 0, 0, 7, -10, 1, 0, 0, 0, 2, -1, 0 }, 56.09007, 0.00006, 0.075 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, -2, 0, 0 }, 181.93757, 0.00024, 0.044 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, -2, 1, 0 }, 171.84221, 0.00003, 0.108 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 0, -1, 0 }, 35.93413, 0.00018, 0.091 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 0, 0, 0 }, 24.49076, 0.00006, 0.452 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 0, 1, 0 }, 26.50549, 0.00015, 0.065 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, -2, 0 }, 211.65876, 0.00010, 2.269 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, -1, 0 }, 31.80346, 0.00185, 0.073 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, 0, 0 }, 212.63440, 0.00020, 0.037 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, 1, 0 }, 212.37421, 0.00003, 0.025 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, -2, 0, 0 }, 225.90354, 0.00023, 0.045 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, -2, 1, 0 }, 212.82178, 0.00002, 0.114 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 0, -1, 0 }, 99.97252, 0.00026, 0.095 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 0, 0, 0 }, 46.85542, 0.00011, 0.364 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 0, 1, 0 }, 59.16502, 0.00015, 0.062 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 2, -2, 0 }, 241.22517, 0.00007, 1.028 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 2, -1, 0 }, 55.57242, 0.00111, 0.070 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 2, 0, 0 }, 241.50305, 0.00031, 0.036 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 2, 1, 0 }, 241.44329, 0.00006, 0.025 }, + { { 0, 0, 7, -8, 3, 0, 0, 0, -2, 0, 0 }, 69.93002, 0.00006, 0.046 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, -2, 0, 0 }, 257.08176, 0.00009, 0.047 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 0, -1, 0 }, 95.02876, 0.00003, 0.100 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 0, 0, 0 }, 84.58471, 0.00009, 0.305 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 0, 1, 0 }, 87.80809, 0.00007, 0.060 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 2, -1, 0 }, 90.06018, 0.00054, 0.068 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 2, 0, 0 }, 270.41632, 0.00027, 0.036 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 2, 1, 0 }, 90.41742, 0.00002, 0.024 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, -2, 0, 0 }, 133.14318, 0.00005, 0.048 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, 2, -1, 0 }, 299.84573, 0.00012, 0.065 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, 2, 0, 0 }, 119.84432, 0.00018, 0.035 }, + { { 0, 0, 7, 0, -8, 0, 0, 0, 2, 0, 0 }, 278.93110, 0.00004, 0.032 }, + { { 0, 0, 7, 0, -7, 0, 0, 0, 2, 0, 0 }, 266.69843, 0.00007, 0.032 }, + { { 0, 0, 8, -17, 0, 0, 0, 0, 2, -1, 0 }, 142.43473, 0.00003, 0.096 }, + { { 0, 0, 8, -17, 0, 0, 0, 0, 2, 0, 0 }, 142.43473, 0.00009, 0.042 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -4, 0, 0 }, 342.68044, 0.00012, 0.020 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -4, 1, 0 }, 342.68044, 0.00024, 0.028 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -4, 2, 0 }, 342.68044, 0.00012, 0.044 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -3, 0, 0 }, 342.68044, 0.00005, 0.027 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, -2, 0 }, 342.68044, 0.00005, 0.020 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, -1, 0 }, 342.68044, 0.00061, 0.026 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, -1, 2 }, 162.68044, 0.00002, 0.090 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, 0, 0 }, 342.68044, 0.01073, 0.040 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, 0, 2 }, 162.68044, 0.00003, 0.474 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, 1, 0 }, 342.68044, 0.01377, 0.087 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, 1, 2 }, 162.68044, 0.00002, 0.065 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, 2, 0 }, 162.68044, 0.00093, 0.564 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -2, 3, 0 }, 162.68044, 0.00005, 0.067 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, -1, 0, 0 }, 162.68044, 0.00019, 0.081 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 0, -2, 0 }, 162.68044, 0.00014, 0.038 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 0, -1, 0 }, 162.68044, 0.00181, 0.075 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 0, 1, 0 }, 342.68044, 0.00181, 0.075 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 0, 2, 0 }, 342.68044, 0.00014, 0.038 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 1, 0, 0 }, 342.68044, 0.00019, 0.081 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, -3, 0 }, 342.68044, 0.00005, 0.067 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, -2, 0 }, 342.68044, 0.00093, 0.564 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, -1, -2 }, 342.68044, 0.00002, 0.065 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, -1, 0 }, 162.68044, 0.01377, 0.087 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, 0, -2 }, 342.68044, 0.00003, 0.474 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, 0, 0 }, 162.68044, 0.01073, 0.040 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, 1, -2 }, 342.68044, 0.00002, 0.090 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, 1, 0 }, 162.68044, 0.00061, 0.026 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 2, 2, 0 }, 162.68044, 0.00005, 0.020 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 3, 0, 0 }, 162.68044, 0.00005, 0.027 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 4, -2, 0 }, 162.68044, 0.00012, 0.044 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 4, -1, 0 }, 162.68044, 0.00024, 0.028 }, + { { 0, 0, 8, -16, 4, 5, 0, 0, 4, 0, 0 }, 162.68044, 0.00012, 0.020 }, + { { 0, 0, 8, -16, 6, 0, 0, 0, -2, 0, 0 }, 351.02476, 0.00014, 0.040 }, + { { 0, 0, 8, -16, 6, 0, 0, 0, -2, 1, 0 }, 351.02476, 0.00008, 0.087 }, + { { 0, 0, 8, -16, 6, 0, 0, 0, 2, -1, 0 }, 171.02476, 0.00008, 0.087 }, + { { 0, 0, 8, -16, 6, 0, 0, 0, 2, 0, 0 }, 171.02476, 0.00014, 0.040 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -4, 0, 0 }, 246.81154, 0.00003, 0.020 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -4, 1, 0 }, 246.82549, 0.00009, 0.028 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -4, 2, 0 }, 246.82434, 0.00003, 0.044 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, -1, 0 }, 246.25345, 0.00026, 0.026 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, 0, 0 }, 246.73187, 0.00331, 0.040 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, 1, 0 }, 247.36727, 0.00330, 0.087 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, 2, 0 }, 68.52235, 0.00017, 0.556 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -1, 0, 0 }, 66.69409, 0.00007, 0.081 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, -2, 0 }, 243.78938, 0.00025, 0.038 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, -1, 0 }, 243.68328, 0.00452, 0.076 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 0, 0 }, 61.77892, 0.00005, 40.427 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 1, 0 }, 63.66033, 0.00451, 0.075 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 2, 0 }, 63.74042, 0.00025, 0.038 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 1, 0, 0 }, 246.77544, 0.00007, 0.081 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, -2, 0 }, 248.39903, 0.00016, 0.572 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, -1, 0 }, 67.23320, 0.00319, 0.087 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, 0, 0 }, 66.56846, 0.00317, 0.040 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, 1, 0 }, 66.11032, 0.00025, 0.026 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 4, -2, 0 }, 66.69363, 0.00003, 0.044 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 4, -1, 0 }, 66.66914, 0.00008, 0.028 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 4, 0, 0 }, 66.64989, 0.00003, 0.020 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, -2, 0, 0 }, 275.61440, 0.00013, 0.041 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, -2, 1, 0 }, 275.61431, 0.00005, 0.092 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, 0, -1, 0 }, 271.99356, 0.00004, 0.079 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, 0, 1, 0 }, 91.99356, 0.00004, 0.072 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, 2, -1, 0 }, 94.99472, 0.00006, 0.083 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, 2, 0, 0 }, 95.89961, 0.00006, 0.040 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, -2, -1, 0 }, 131.70782, 0.00004, 0.027 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, -2, 0, 0 }, 131.57589, 0.00041, 0.042 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, -2, 1, 0 }, 132.16977, 0.00020, 0.096 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 0, -1, 0 }, 128.32928, 0.00026, 0.082 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 0, 0, 0 }, 306.04008, 0.00010, 0.919 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 0, 1, 0 }, 307.57830, 0.00021, 0.070 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 2, -1, 0 }, 126.36973, 0.00010, 0.080 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 2, 0, 0 }, 307.63577, 0.00002, 0.039 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, -2, 0, 0 }, 160.66527, 0.00018, 0.043 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, -2, 1, 0 }, 160.66535, 0.00005, 0.101 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 0, -1, 0 }, 154.87028, 0.00030, 0.086 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 0, 0, 0 }, 335.11341, 0.00009, 0.617 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 0, 1, 0 }, 336.93573, 0.00007, 0.067 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 2, -2, 0 }, 334.13182, 0.00007, 6.484 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 2, -1, 0 }, 154.18175, 0.00126, 0.076 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 2, 0, 0 }, 154.39876, 0.00022, 0.038 }, + { { 0, 0, 8, -12, 2, 0, 0, 0, 2, -1, 0 }, 39.28761, 0.00006, 0.075 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, -2, 0, 0 }, 141.69781, 0.00011, 0.044 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 0, -1, 0 }, 5.62958, 0.00014, 0.090 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 0, 0, 0 }, 348.87231, 0.00006, 0.465 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 0, 1, 0 }, 356.34026, 0.00006, 0.065 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, -2, 0 }, 182.74584, 0.00006, 2.649 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, -1, -2 }, 183.55982, 0.00006, 0.076 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, -1, 0 }, 2.85101, 0.00113, 0.073 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, 0, 0 }, 184.15133, 0.00005, 0.037 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, 1, -2 }, 3.55982, 0.00006, 0.075 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, -2, 0, 0 }, 200.61546, 0.00014, 0.045 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 0, -1, 0 }, 52.71594, 0.00008, 0.095 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 0, 0, 0 }, 28.00147, 0.00010, 0.373 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 0, 1, 0 }, 30.64478, 0.00010, 0.063 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 2, -2, 0 }, 212.47982, 0.00004, 1.100 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 2, -1, 0 }, 32.42678, 0.00084, 0.071 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 2, 0, 0 }, 212.41433, 0.00022, 0.036 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, -2, 0, 0 }, 235.37200, 0.00012, 0.046 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 0, -1, 0 }, 64.75496, 0.00003, 0.100 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 0, 0, 0 }, 58.63505, 0.00010, 0.311 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 0, 1, 0 }, 60.43728, 0.00009, 0.061 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, -2, 0 }, 243.40024, 0.00003, 0.694 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, -1, 0 }, 61.38117, 0.00071, 0.068 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, 0, 0 }, 241.13759, 0.00027, 0.036 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, 1, 0 }, 241.26449, 0.00003, 0.024 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, -2, 0, 0 }, 249.70001, 0.00004, 0.048 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 0, -1, 0 }, 89.54629, 0.00002, 0.105 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 0, 1, 0 }, 90.06531, 0.00003, 0.059 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 2, -1, 0 }, 89.86017, 0.00030, 0.066 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 2, 0, 0 }, 270.06242, 0.00018, 0.035 }, + { { 0, 0, 8, -7, 0, 0, 0, 0, 2, -1, 0 }, 300.57836, 0.00010, 0.063 }, + { { 0, 0, 8, -7, 0, 0, 0, 0, 2, 0, 0 }, 120.57721, 0.00017, 0.034 }, + { { 0, 0, 9, -19, 0, 3, 0, 0, 0, -1, 0 }, 264.22414, 0.00004, 0.070 }, + { { 0, 0, 9, -19, 0, 3, 0, 0, 0, 0, 0 }, 264.22427, 0.00003, 1.000 }, + { { 0, 0, 9, -19, 0, 3, 0, 0, 0, 1, 0 }, 84.22414, 0.00004, 0.082 }, + { { 0, 0, 9, -19, 0, 3, 0, 0, 2, -1, 0 }, 84.22422, 0.00013, 0.095 }, + { { 0, 0, 9, -19, 0, 3, 0, 0, 2, 0, 0 }, 84.22421, 0.00024, 0.042 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, -2, -1, 0 }, 217.72004, 0.00004, 0.026 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, -2, 0, 0 }, 217.56500, 0.00046, 0.040 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, -2, 1, 0 }, 218.35070, 0.00036, 0.087 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, -2, 0 }, 214.78686, 0.00003, 0.038 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, -1, 0 }, 215.09222, 0.00071, 0.075 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, 1, 0 }, 35.14432, 0.00071, 0.076 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, 2, 0 }, 34.79678, 0.00003, 0.038 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 2, -2, 0 }, 218.04748, 0.00003, 0.552 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 2, -1, 0 }, 38.73228, 0.00038, 0.087 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 2, 0, 0 }, 37.85083, 0.00048, 0.040 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 2, 1, 0 }, 38.03477, 0.00004, 0.026 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, -2, 0, 0 }, 246.74992, 0.00005, 0.041 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, 0, -1, 0 }, 246.61556, 0.00002, 0.078 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, 0, 1, 0 }, 66.61556, 0.00002, 0.073 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, -4, 1, 0 }, 239.74351, 0.00004, 0.028 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, -2, -1, 0 }, 239.74351, 0.00012, 0.027 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, -2, 0, 0 }, 239.74351, 0.00117, 0.042 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, -2, 1, 0 }, 239.74351, 0.00082, 0.095 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, -2, 2, 0 }, 59.74351, 0.00006, 0.360 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, 0, -1, 0 }, 239.74351, 0.00017, 0.082 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, 0, 0, 0 }, 59.74351, 0.00009, 1.000 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, 0, 1, 0 }, 59.74351, 0.00016, 0.070 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, 2, -1, 0 }, 239.74351, 0.00006, 0.080 }, + { { 0, 0, 9, -16, 4, 5, 0, 0, 2, 0, 0 }, 239.74351, 0.00009, 0.039 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, -4, 0, 0 }, 295.21592, 0.00003, 0.021 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, -2, -1, 0 }, 111.75303, 0.00009, 0.027 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, -2, 0, 0 }, 113.90049, 0.00083, 0.042 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, -2, 1, 0 }, 110.15866, 0.00055, 0.096 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 0, -1, 0 }, 105.38908, 0.00039, 0.082 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 0, 0, 0 }, 284.58169, 0.00014, 0.976 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 0, 1, 0 }, 279.36856, 0.00029, 0.070 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 1, -1, -1 }, 358.08074, 0.00002, 0.075 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 1, 0, 0 }, 101.62530, 0.00004, 0.075 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 1, 1, -1 }, 178.08074, 0.00002, 0.076 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 2, 0, 0 }, 260.92840, 0.00009, 0.039 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, -2, 0, 0 }, 130.52604, 0.00008, 0.043 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 0, -1, 0 }, 126.35735, 0.00009, 0.085 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 0, 1, 0 }, 307.81486, 0.00002, 0.068 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 2, -1, 0 }, 125.88709, 0.00040, 0.077 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 2, 0, 0 }, 125.54628, 0.00007, 0.038 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, -2, 0, 0 }, 88.38527, 0.00006, 0.044 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 0, -1, 0 }, 335.88395, 0.00009, 0.090 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 0, 0, 0 }, 334.50392, 0.00003, 0.479 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 0, 1, -2 }, 334.61893, 0.00003, 0.087 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 0, 1, 0 }, 327.26965, 0.00003, 0.065 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, -2, 0 }, 154.05130, 0.00004, 3.184 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, -1, -2 }, 154.65635, 0.00020, 0.075 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, -1, 0 }, 333.92324, 0.00066, 0.074 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, 0, 0 }, 154.63393, 0.00012, 0.037 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, 1, -2 }, 334.65635, 0.00020, 0.076 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 4, -1, -2 }, 154.61893, 0.00003, 0.087 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, -2, 0, 0 }, 171.71335, 0.00007, 0.045 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 0, -1, 0 }, 3.48317, 0.00005, 0.094 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 0, 1, 0 }, 3.35662, 0.00004, 0.063 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 2, -1, 0 }, 3.42688, 0.00049, 0.071 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 2, 0, 0 }, 183.42159, 0.00011, 0.037 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, -2, 0, 0 }, 208.25968, 0.00007, 0.046 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 0, -1, 0 }, 33.30017, 0.00003, 0.099 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 0, 0, 0 }, 31.02479, 0.00006, 0.317 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 0, 1, 0 }, 31.83471, 0.00006, 0.061 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 2, -2, 0 }, 214.98186, 0.00003, 0.726 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 2, -1, 0 }, 32.36479, 0.00051, 0.068 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 2, 0, 0 }, 212.01515, 0.00022, 0.036 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, -2, 0, 0 }, 233.60310, 0.00007, 0.047 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 0, -1, 0 }, 61.70370, 0.00002, 0.104 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 0, 0, 0 }, 58.56540, 0.00006, 0.272 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 0, 1, 0 }, 60.98344, 0.00005, 0.059 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 2, -1, 0 }, 61.22736, 0.00043, 0.066 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 2, 0, 0 }, 241.92578, 0.00024, 0.035 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 2, -1, 0 }, 89.46974, 0.00016, 0.064 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 2, 0, 0 }, 269.46837, 0.00008, 0.035 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 4, -1, -4 }, 94.41056, 0.00007, 0.075 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 4, 1, -4 }, 274.41056, 0.00007, 0.075 }, + { { 0, 0, 9, -8, 0, 0, 0, 0, 2, -1, 0 }, 301.02708, 0.00007, 0.062 }, + { { 0, 0, 9, -8, 0, 0, 0, 0, 2, 0, 0 }, 121.02611, 0.00014, 0.034 }, + { { 0, 0, 10, -19, 0, 0, 0, 0, -2, 0, 0 }, 188.56215, 0.00004, 0.040 }, + { { 0, 0, 10, -19, 0, 0, 0, 0, 0, -1, 0 }, 188.42399, 0.00003, 0.075 }, + { { 0, 0, 10, -19, 0, 0, 0, 0, 0, 1, 0 }, 8.42399, 0.00003, 0.076 }, + { { 0, 0, 10, -19, 0, 0, 0, 0, 2, 0, 0 }, 9.59175, 0.00005, 0.041 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -4, 0, 0 }, 161.28735, 0.00002, 0.020 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -4, 1, 0 }, 161.28735, 0.00004, 0.028 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -4, 2, 0 }, 161.28735, 0.00002, 0.044 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, -1, 0 }, 161.28735, 0.00016, 0.026 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, 0, 0 }, 161.28735, 0.00214, 0.040 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, 1, 0 }, 161.28735, 0.00269, 0.087 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, 2, 0 }, 341.28735, 0.00017, 0.564 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -1, 0, 0 }, 341.28739, 0.00005, 0.081 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 0, -2, 0 }, 341.28728, 0.00003, 0.038 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 0, -1, 0 }, 341.28728, 0.00046, 0.075 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 0, 1, 0 }, 161.28735, 0.00046, 0.075 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 0, 2, 0 }, 161.28734, 0.00003, 0.038 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 1, 0, 0 }, 161.28723, 0.00005, 0.081 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, -2, 0 }, 161.28727, 0.00017, 0.564 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, -1, 0 }, 341.28727, 0.00269, 0.087 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, 0, 0 }, 341.28727, 0.00215, 0.040 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, 1, 0 }, 341.28727, 0.00016, 0.026 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 4, -2, 0 }, 341.28727, 0.00002, 0.044 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 4, -1, 0 }, 341.28727, 0.00004, 0.028 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 4, 0, 0 }, 341.28727, 0.00002, 0.020 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, -2, 0, 0 }, 232.20069, 0.00010, 0.042 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, -2, 1, 0 }, 232.20071, 0.00008, 0.095 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 0, -1, 0 }, 240.94120, 0.00009, 0.081 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 0, 0, 0 }, 63.47744, 0.00002, 1.040 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 0, 1, 0 }, 60.94120, 0.00009, 0.070 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 2, -3, 0 }, 247.47889, 0.00003, 0.071 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 2, -1, 0 }, 67.47889, 0.00003, 0.080 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 2, 0, 0 }, 70.54402, 0.00004, 0.039 }, + { { 0, 0, 10, -16, 0, 0, 0, 0, -2, 0, 0 }, 100.77046, 0.00004, 0.043 }, + { { 0, 0, 10, -16, 0, 0, 0, 0, 2, -1, 0 }, 96.62790, 0.00013, 0.077 }, + { { 0, 0, 10, -16, 4, 5, 0, 0, -2, 0, 0 }, 136.80658, 0.00012, 0.044 }, + { { 0, 0, 10, -16, 4, 5, 0, 0, -2, 1, 0 }, 136.80658, 0.00003, 0.105 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, -2, 0, 0 }, 19.09643, 0.00011, 0.044 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 0, -1, 0 }, 302.38303, 0.00006, 0.089 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 2, -1, 0 }, 302.38303, 0.00036, 0.074 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 2, 0, 0 }, 125.50343, 0.00007, 0.037 }, + { { 0, 0, 10, -15, 1, 0, 0, 0, 2, -1, -2 }, 339.58698, 0.00002, 0.075 }, + { { 0, 0, 10, -15, 1, 0, 0, 0, 2, 1, -2 }, 159.58698, 0.00002, 0.075 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, -2, 0, 0 }, 143.19056, 0.00003, 0.045 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 0, -1, 0 }, 334.42345, 0.00003, 0.093 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 0, 0, 0 }, 334.44171, 0.00003, 0.391 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 0, 1, 0 }, 334.47172, 0.00002, 0.063 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 2, -1, 0 }, 334.44341, 0.00027, 0.071 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 2, 0, 0 }, 154.43949, 0.00016, 0.037 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, -2, 0, 0 }, 181.56385, 0.00004, 0.046 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 0, -1, 0 }, 3.47546, 0.00002, 0.098 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 0, 1, 0 }, 3.30174, 0.00003, 0.061 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 2, -1, 0 }, 3.37646, 0.00030, 0.069 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 2, 0, 0 }, 183.37089, 0.00010, 0.036 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, -2, 0, 0 }, 207.58611, 0.00004, 0.047 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 0, 1, 0 }, 32.11411, 0.00004, 0.059 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 2, -1, 0 }, 32.61940, 0.00032, 0.066 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 2, 0, 0 }, 212.27918, 0.00019, 0.035 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, -2, 0, 0 }, 229.98306, 0.00003, 0.049 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 0, 1, 0 }, 60.74303, 0.00003, 0.057 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 2, -1, 0 }, 61.61505, 0.00026, 0.064 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 2, 0, 0 }, 240.99605, 0.00018, 0.035 }, + { { 0, 0, 10, -10, 0, 0, 0, 0, 2, -1, 0 }, 88.48540, 0.00008, 0.062 }, + { { 0, 0, 10, -10, 0, 0, 0, 0, 2, 0, 0 }, 268.48593, 0.00016, 0.034 }, + { { 0, 0, 10, -9, 0, 0, 0, 0, 2, -1, 0 }, 301.27209, 0.00005, 0.060 }, + { { 0, 0, 10, -9, 0, 0, 0, 0, 2, 0, 0 }, 121.27124, 0.00011, 0.033 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, -2, 0, 0 }, 218.08636, 0.00011, 0.040 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, -2, 1, 0 }, 219.95674, 0.00011, 0.087 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, 0, -1, 0 }, 213.88269, 0.00024, 0.075 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, 0, 1, 0 }, 33.88269, 0.00024, 0.075 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, 2, -1, 0 }, 39.92187, 0.00011, 0.087 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, 2, 0, 0 }, 38.05797, 0.00011, 0.040 }, + { { 0, 0, 11, -19, 0, 0, 0, 0, -2, 0, 0 }, 213.83687, 0.00004, 0.042 }, + { { 0, 0, 11, -19, 0, 3, 0, 0, -2, 0, 0 }, 58.35041, 0.00023, 0.042 }, + { { 0, 0, 11, -19, 0, 3, 0, 0, -2, 1, 0 }, 58.35041, 0.00013, 0.095 }, + { { 0, 0, 11, -19, 0, 3, 0, 0, 0, -1, 0 }, 58.35047, 0.00004, 0.082 }, + { { 0, 0, 11, -19, 0, 3, 0, 0, 0, 0, 0 }, 238.35036, 0.00003, 1.000 }, + { { 0, 0, 11, -19, 0, 3, 0, 0, 0, 1, 0 }, 238.35047, 0.00004, 0.070 }, + { { 0, 0, 11, -18, 0, 0, 0, 0, 2, -1, 0 }, 67.70399, 0.00004, 0.077 }, + { { 0, 0, 11, -17, 0, 0, 0, 0, -2, 0, 0 }, 120.05598, 0.00003, 0.044 }, + { { 0, 0, 11, -17, 0, 0, 0, 0, 0, -1, 0 }, 276.34896, 0.00004, 0.089 }, + { { 0, 0, 11, -17, 0, 0, 0, 0, 2, -1, 0 }, 276.34907, 0.00022, 0.074 }, + { { 0, 0, 11, -16, 0, 0, 0, 0, 2, -1, 0 }, 305.47257, 0.00014, 0.072 }, + { { 0, 0, 11, -16, 0, 0, 0, 0, 2, 0, 0 }, 125.46251, 0.00008, 0.037 }, + { { 0, 0, 11, -15, 0, 0, 0, 0, 0, 0, 0 }, 334.37327, 0.00003, 0.331 }, + { { 0, 0, 11, -15, 0, 0, 0, 0, 2, -1, 0 }, 334.39571, 0.00017, 0.069 }, + { { 0, 0, 11, -15, 0, 0, 0, 0, 2, 0, 0 }, 154.39362, 0.00015, 0.036 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, 0, 1, 0 }, 3.21488, 0.00002, 0.059 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, 2, -1, 0 }, 3.30044, 0.00021, 0.066 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, 2, 0, 0 }, 183.29446, 0.00008, 0.035 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, 0, 1, 0 }, 32.13700, 0.00002, 0.058 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, 2, -1, 0 }, 32.13649, 0.00022, 0.064 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, 2, 0, 0 }, 212.13639, 0.00015, 0.035 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, 0, -1, 0 }, 247.86912, 0.00002, 0.116 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, 0, 1, 0 }, 67.86912, 0.00002, 0.056 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, 2, -1, 0 }, 60.67863, 0.00016, 0.062 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, 2, 0, 0 }, 240.67840, 0.00013, 0.034 }, + { { 0, 0, 11, -11, 0, 0, 0, 0, 2, -1, 0 }, 86.74821, 0.00004, 0.060 }, + { { 0, 0, 11, -11, 0, 0, 0, 0, 2, 0, 0 }, 266.74895, 0.00009, 0.033 }, + { { 0, 0, 11, -10, 0, 0, 0, 0, 2, -1, 0 }, 301.35081, 0.00004, 0.058 }, + { { 0, 0, 11, -10, 0, 0, 0, 0, 2, 0, 0 }, 121.35005, 0.00009, 0.033 }, + { { 0, 0, 12, -19, 0, 0, 0, 0, 2, -1, 0 }, 247.62406, 0.00014, 0.075 }, + { { 0, 0, 12, -18, 0, 0, 0, 0, 2, -1, 0 }, 275.68777, 0.00007, 0.072 }, + { { 0, 0, 12, -17, 0, 0, 0, 0, 2, -1, 0 }, 305.42273, 0.00009, 0.069 }, + { { 0, 0, 12, -17, 0, 0, 0, 0, 2, 0, 0 }, 125.41536, 0.00008, 0.036 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, 0, 0, 0 }, 334.29212, 0.00003, 0.286 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, 2, -1, 0 }, 334.33095, 0.00012, 0.067 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, 2, 0, 0 }, 154.33025, 0.00014, 0.035 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, 0, -1, 0 }, 183.10101, 0.00002, 0.108 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, 0, 1, 0 }, 3.10101, 0.00002, 0.058 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, 2, -1, 0 }, 3.19566, 0.00015, 0.064 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, 2, 0, 0 }, 183.58896, 0.00023, 0.035 }, + { { 0, 0, 12, -14, 0, 0, 0, 0, 2, -1, 0 }, 31.94652, 0.00015, 0.062 }, + { { 0, 0, 12, -14, 0, 0, 0, 0, 2, 0, 0 }, 211.94640, 0.00012, 0.034 }, + { { 0, 0, 12, -13, 0, 0, 0, 0, 2, -1, 0 }, 60.25368, 0.00010, 0.060 }, + { { 0, 0, 12, -13, 0, 0, 0, 0, 2, 0, 0 }, 240.25305, 0.00006, 0.034 }, + { { 0, 0, 12, -12, 0, 0, 0, 0, 2, 0, 0 }, 263.14169, 0.00004, 0.033 }, + { { 0, 0, 12, -11, 0, 0, 0, 0, 2, 0, 0 }, 121.27726, 0.00007, 0.032 }, + { { 0, 0, 13, -21, 0, 0, 0, 0, 2, -1, 0 }, 218.26402, 0.00012, 0.075 }, + { { 0, 0, 13, -20, 0, 0, 0, 0, 2, -1, 0 }, 246.06123, 0.00004, 0.072 }, + { { 0, 0, 13, -19, 0, 0, 0, 0, 2, -1, 0 }, 276.45732, 0.00004, 0.070 }, + { { 0, 0, 13, -19, 0, 0, 0, 0, 2, 0, 0 }, 96.43789, 0.00004, 0.036 }, + { { 0, 0, 13, -18, 0, 0, 0, 0, 2, -1, 0 }, 305.36225, 0.00006, 0.067 }, + { { 0, 0, 13, -18, 0, 0, 0, 0, 2, 0, 0 }, 125.35695, 0.00007, 0.036 }, + { { 0, 0, 13, -17, 0, 0, 0, 0, 2, -1, 0 }, 334.24592, 0.00008, 0.065 }, + { { 0, 0, 13, -17, 0, 0, 0, 0, 2, 0, 0 }, 154.24631, 0.00013, 0.035 }, + { { 0, 0, 13, -16, 0, 0, 0, 0, 0, 0, 0 }, 2.94184, 0.00004, 0.223 }, + { { 0, 0, 13, -16, 0, 0, 0, 0, 2, -1, 0 }, 3.06893, 0.00010, 0.063 }, + { { 0, 0, 13, -16, 0, 0, 0, 0, 2, 0, 0 }, 183.06897, 0.00019, 0.034 }, + { { 0, 0, 13, -15, 0, 0, 0, 0, 2, -1, 0 }, 31.70367, 0.00010, 0.061 }, + { { 0, 0, 13, -15, 0, 0, 0, 0, 2, 0, 0 }, 211.70336, 0.00006, 0.034 }, + { { 0, 0, 13, -14, 0, 0, 0, 0, 0, 0, 0 }, 59.36730, 0.00003, 0.180 }, + { { 0, 0, 13, -14, 0, 0, 0, 0, 2, -1, 0 }, 59.69149, 0.00006, 0.059 }, + { { 0, 0, 13, -14, 0, 0, 0, 0, 2, 0, 0 }, 239.69168, 0.00015, 0.033 }, + { { 0, 0, 13, -12, 0, 0, 0, 0, 2, 0, 0 }, 121.05193, 0.00005, 0.032 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 0, -2, 0 }, 188.66413, 0.00011, 0.040 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 0, -1, 0 }, 8.67264, 0.00012, 0.087 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, -3, 0 }, 187.86185, 0.00023, 0.075 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, -2, 0 }, 188.81636, 0.00007, 362.998 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, -1, 0 }, 8.66809, 0.00150, 0.075 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, 0, 0 }, 8.66809, 0.00008, 0.038 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 4, -3, 0 }, 8.98748, 0.00010, 0.087 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 4, -2, 0 }, 8.66413, 0.00011, 0.040 }, + { { 0, 0, 14, -19, 0, 0, 0, 0, 2, -1, 0 }, 305.28760, 0.00005, 0.065 }, + { { 0, 0, 14, -19, 0, 0, 0, 0, 2, 0, 0 }, 125.28392, 0.00007, 0.035 }, + { { 0, 0, 14, -18, 0, 0, 0, 0, 2, -1, 0 }, 335.52842, 0.00006, 0.063 }, + { { 0, 0, 14, -18, 0, 0, 0, 0, 2, 0, 0 }, 154.81188, 0.00011, 0.034 }, + { { 0, 0, 14, -17, 0, 0, 0, 0, 2, -1, 0 }, 2.89875, 0.00007, 0.061 }, + { { 0, 0, 14, -17, 0, 0, 0, 0, 2, 0, 0 }, 182.89880, 0.00016, 0.034 }, + { { 0, 0, 14, -16, 0, 0, 0, 0, 2, -1, 0 }, 31.40073, 0.00007, 0.059 }, + { { 0, 0, 14, -16, 0, 0, 0, 0, 2, 0, 0 }, 211.40081, 0.00016, 0.033 }, + { { 0, 0, 14, -15, 0, 0, 0, 0, 2, -1, 0 }, 58.94522, 0.00004, 0.057 }, + { { 0, 0, 14, -15, 0, 0, 0, 0, 2, 0, 0 }, 238.94545, 0.00010, 0.033 }, + { { 0, 0, 14, -13, 0, 0, 0, 0, 2, 0, 0 }, 120.65860, 0.00003, 0.031 }, + { { 0, 0, 15, -20, 0, 0, 0, 0, 2, -1, 0 }, 305.19391, 0.00003, 0.063 }, + { { 0, 0, 15, -20, 0, 0, 0, 0, 2, 0, 0 }, 125.19393, 0.00006, 0.034 }, + { { 0, 0, 15, -19, 0, 0, 0, 0, 2, -1, 0 }, 334.01038, 0.00005, 0.061 }, + { { 0, 0, 15, -19, 0, 0, 0, 0, 2, 0, 0 }, 154.01041, 0.00010, 0.034 }, + { { 0, 0, 15, -18, 0, 0, 0, 0, 2, -1, 0 }, 2.69086, 0.00005, 0.059 }, + { { 0, 0, 15, -18, 0, 0, 0, 0, 2, 0, 0 }, 182.69091, 0.00012, 0.033 }, + { { 0, 0, 15, -17, 0, 0, 0, 0, 2, -1, 0 }, 31.02820, 0.00004, 0.057 }, + { { 0, 0, 15, -17, 0, 0, 0, 0, 2, 0, 0 }, 211.02830, 0.00012, 0.033 }, + { { 0, 0, 15, -16, 0, 0, 0, 0, 2, 0, 0 }, 237.93740, 0.00006, 0.032 }, + { { 0, 0, 16, -21, 0, 0, 0, 0, 2, 0, 0 }, 125.08560, 0.00005, 0.034 }, + { { 0, 0, 16, -20, 0, 0, 0, 0, 2, -1, 0 }, 333.85177, 0.00003, 0.059 }, + { { 0, 0, 16, -20, 0, 0, 0, 0, 2, 0, 0 }, 153.85181, 0.00008, 0.033 }, + { { 0, 0, 16, -19, 0, 0, 0, 0, 2, -1, 0 }, 2.44152, 0.00004, 0.058 }, + { { 0, 0, 16, -19, 0, 0, 0, 0, 2, 0, 0 }, 182.44158, 0.00010, 0.033 }, + { { 0, 0, 16, -18, 0, 0, 0, 0, 2, -1, 0 }, 30.57340, 0.00003, 0.056 }, + { { 0, 0, 16, -18, 0, 0, 0, 0, 2, 0, 0 }, 210.57352, 0.00008, 0.032 }, + { { 0, 0, 16, -17, 0, 0, 0, 0, 2, 0, 0 }, 236.52838, 0.00004, 0.032 }, + { { 0, 0, 17, -22, 0, 0, 0, 0, 2, 0, 0 }, 124.95661, 0.00005, 0.033 }, + { { 0, 0, 17, -21, 0, 0, 0, 0, 2, 0, 0 }, 153.66404, 0.00007, 0.033 }, + { { 0, 0, 17, -20, 0, 0, 0, 0, 2, 0, 0 }, 182.14627, 0.00007, 0.032 }, + { { 0, 0, 17, -19, 0, 0, 0, 0, 2, 0, 0 }, 210.01898, 0.00006, 0.032 }, + { { 0, 0, 18, -23, 0, 0, 0, 0, 2, 0, 0 }, 124.80547, 0.00004, 0.033 }, + { { 0, 0, 18, -22, 0, 0, 0, 0, 2, 0, 0 }, 153.44478, 0.00005, 0.032 }, + { { 0, 0, 18, -21, 0, 0, 0, 0, 2, 0, 0 }, 181.79936, 0.00005, 0.032 }, + { { 0, 0, 18, -20, 0, 0, 0, 0, 2, 0, 0 }, 209.33999, 0.00004, 0.031 }, + { { 0, 0, 19, -24, 0, 0, 0, 0, 2, 0, 0 }, 124.63064, 0.00003, 0.032 }, + { { 0, 0, 19, -23, 0, 0, 0, 0, 2, 0, 0 }, 153.19136, 0.00004, 0.032 }, + { { 0, 0, 19, -22, 0, 0, 0, 0, 2, 0, 0 }, 181.39377, 0.00004, 0.031 }, + { { 0, 0, 20, -24, 0, 0, 0, 0, 2, 0, 0 }, 152.90064, 0.00003, 0.031 }, + { { 0, 0, 20, -16, 0, 0, 0, 0, -4, 1, 0 }, 57.06701, 0.00002, 0.040 }, + { { 0, 0, 20, -16, 0, 0, 0, 0, -2, 0, 0 }, 57.06701, 0.00008, 0.076 }, + { { 0, 0, 20, -16, 0, 0, 0, 0, -2, 2, 0 }, 237.06701, 0.00008, 0.075 }, + { { 0, 0, 20, -16, 0, 0, 0, 0, 0, 1, 0 }, 237.06701, 0.00002, 0.040 }, + { { 0, 0, 28, -31, 0, 0, 0, 0, -2, 0, 0 }, 118.79619, 0.00002, 0.076 }, + { { 0, 0, 28, -31, 0, 0, 0, 0, -2, 2, 0 }, 298.79619, 0.00002, 0.075 }, + { { 0, 0, 29, -33, 0, 0, 0, 0, -2, 0, 0 }, 35.75894, 0.00003, 0.075 }, + { { 0, 0, 29, -33, 0, 0, 0, 0, -2, 2, 0 }, 215.75894, 0.00003, 0.076 }, + { { 0, 1, -8, 12, 0, 0, 0, 0, -2, 0, 0 }, 235.52467, 0.00011, 0.040 }, + { { 0, 1, -8, 12, 0, 0, 0, 0, -2, 1, 0 }, 235.52467, 0.00007, 0.087 }, + { { 0, 1, -8, 12, 0, 0, 0, 0, 0, -1, 0 }, 234.84768, 0.00010, 0.075 }, + { { 0, 1, -8, 12, 0, 0, 0, 0, 0, 1, 0 }, 54.84768, 0.00010, 0.075 }, + { { 0, 1, -8, 12, 0, 0, 0, 0, 2, -1, 0 }, 55.52477, 0.00007, 0.087 }, + { { 0, 1, -8, 12, 0, 0, 0, 0, 2, 0, 0 }, 55.52477, 0.00011, 0.040 }, + { { 0, 1, -7, 0, 2, 0, 0, 0, -2, 0, 0 }, 321.68138, 0.00004, 0.033 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 72.14466, 0.00003, 0.034 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 252.14466, 0.00003, 0.385 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 248.47477, 0.00004, 0.229 }, + { { 0, 1, -6, 0, 1, 0, 0, 0, -2, 0, 0 }, 141.21264, 0.00004, 0.034 }, + { { 0, 1, -6, 0, 2, 0, 0, 0, -2, 0, 0 }, 21.78204, 0.00003, 0.035 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 142.19356, 0.00002, 0.036 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 322.02408, 0.00003, 0.067 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 322.02436, 0.00004, 0.625 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, -2, 3, 0 }, 142.02408, 0.00003, 0.086 }, + { { 0, 1, -5, 3, 0, 0, 0, 0, -2, 1, 0 }, 84.32842, 0.00008, 0.075 }, + { { 0, 1, -5, 3, 0, 0, 0, 0, -2, 3, 0 }, 283.96996, 0.00005, 0.075 }, + { { 0, 1, -4, 0, -1, 0, 0, 0, -2, 0, 0 }, 144.54091, 0.00005, 0.037 }, + { { 0, 1, -4, 0, -1, 0, 0, 0, -2, 1, 0 }, 152.34108, 0.00009, 0.072 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 157.13951, 0.00003, 0.037 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 339.08501, 0.00007, 0.072 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -2, 2, 0 }, 59.65308, 0.00002, 1.665 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -2, 3, 0 }, 268.46578, 0.00003, 0.079 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 340.13853, 0.00004, 0.421 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 152.49345, 0.00011, 0.045 }, + { { 0, 1, -4, 0, 2, 0, 0, 0, 2, -2, 0 }, 180.68012, 0.00002, 0.251 }, + { { 0, 1, -4, 0, 2, 0, 0, 0, 2, 0, 0 }, 180.68012, 0.00002, 0.044 }, + { { 0, 1, -4, 1, 0, 0, 0, 0, -2, 1, 0 }, 27.13144, 0.00003, 0.075 }, + { { 0, 1, -4, 4, 0, 0, 0, 0, 0, -1, 0 }, 119.73664, 0.00003, 0.074 }, + { { 0, 1, -4, 4, 0, 0, 0, 0, 0, 1, 0 }, 299.73664, 0.00003, 0.077 }, + { { 0, 1, -3, 0, -2, 0, 0, 0, -2, 1, 0 }, 320.08268, 0.00006, 0.077 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -3, 1, 1 }, 76.98910, 0.00002, 0.085 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 47.07604, 0.00003, 0.038 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 68.02663, 0.00095, 0.078 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -2, 2, 0 }, 236.58668, 0.00004, 2.503 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -2, 3, 0 }, 265.64823, 0.00004, 0.073 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, -1, 1 }, 256.46533, 0.00016, 0.074 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, 0, 0 }, 66.22743, 0.00015, 0.073 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, 1, -1 }, 76.53189, 0.00006, 0.072 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, 1, 1 }, 76.46533, 0.00016, 0.077 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 248.23147, 0.00046, 0.068 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 246.38557, 0.00037, 0.728 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 73.31671, 0.00068, 0.084 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 1, -1, 1 }, 256.98910, 0.00002, 0.090 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 246.96616, 0.00005, 0.091 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 1, 0, 1 }, 79.36906, 0.00008, 0.041 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 2, -2, 0 }, 253.86758, 0.00003, 0.318 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 66.47648, 0.00012, 0.099 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 67.88464, 0.00027, 0.043 }, + { { 0, 1, -3, 0, 1, 0, 0, 0, 2, -2, 0 }, 179.35628, 0.00003, 0.326 }, + { { 0, 1, -3, 0, 1, 0, 0, 0, 2, 0, 0 }, 359.35628, 0.00003, 0.043 }, + { { 0, 1, -3, 0, 2, 0, 0, 0, -2, 1, 0 }, 268.66527, 0.00004, 0.079 }, + { { 0, 1, -3, 0, 3, 0, 0, 0, 2, 0, 0 }, 80.75343, 0.00005, 0.042 }, + { { 0, 1, -3, 2, 0, 0, 0, 0, 2, -3, 0 }, 90.20649, 0.00002, 0.065 }, + { { 0, 1, -3, 2, 0, 0, 0, 0, 2, -1, 0 }, 270.20649, 0.00002, 0.090 }, + { { 0, 1, -2, 0, -1, 0, 0, 0, -2, 1, 0 }, 294.02656, 0.00002, 0.084 }, + { { 0, 1, -2, 0, -1, 0, 0, 0, -2, 3, 0 }, 294.02656, 0.00002, 0.069 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -4, 0, 0 }, 12.32092, 0.00003, 0.020 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -4, 1, 0 }, 214.28915, 0.00005, 0.027 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -3, 0, 1 }, 346.60205, 0.00002, 0.042 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -3, 1, 1 }, 166.65797, 0.00004, 0.093 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, -1, 0 }, 208.03638, 0.00035, 0.026 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 210.80407, 0.00222, 0.040 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 0, 1 }, 166.61446, 0.00005, 0.086 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 295.03789, 0.00098, 0.084 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 2, 0 }, 178.52241, 0.00014, 0.715 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 3, 0 }, 183.89732, 0.00003, 0.068 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, -1, 1 }, 346.64829, 0.00039, 0.080 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 0, -1 }, 347.24798, 0.00003, 0.038 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 0, 0 }, 178.42271, 0.00029, 0.078 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 0, 1 }, 165.35536, 0.00012, 1.472 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 1, -1 }, 166.62057, 0.00078, 0.077 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 1, 1 }, 166.64311, 0.00032, 0.072 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 2, -1 }, 346.62296, 0.00004, 2.892 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -2, 0 }, 195.90991, 0.00049, 0.037 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 195.74619, 0.00871, 0.073 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -1, 2 }, 211.35320, 0.00005, 0.076 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, -1 }, 166.33199, 0.00014, 0.072 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 192.87158, 0.00131, 2.670 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 1 }, 166.61446, 0.00031, 0.077 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 1, -2 }, 198.91975, 0.00002, 0.072 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 16.08502, 0.00775, 0.078 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 2, 0 }, 16.86358, 0.00041, 0.038 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 3, 0 }, 16.79550, 0.00002, 0.025 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, -1, -1 }, 346.67897, 0.00026, 0.068 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, -1, 1 }, 346.67048, 0.00050, 0.082 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 0, -1 }, 346.67240, 0.00027, 0.700 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 0, 0 }, 190.50914, 0.00030, 0.083 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 0, 1 }, 357.80813, 0.00008, 0.039 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 1, -1 }, 166.66031, 0.00038, 0.085 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 331.73059, 0.00014, 0.465 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 139.04283, 0.00141, 0.090 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 149.71520, 0.00177, 0.041 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, 1, 0 }, 87.45056, 0.00007, 0.027 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 3, 0, -1 }, 166.71552, 0.00003, 0.043 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 4, -2, 0 }, 3.32658, 0.00002, 0.044 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 4, -1, 0 }, 165.47003, 0.00010, 0.028 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 4, 0, 0 }, 16.36692, 0.00005, 0.020 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 4, 1, 0 }, 357.84108, 0.00002, 0.016 }, + { { 0, 1, -2, 0, 1, 0, 0, 0, -2, 0, 0 }, 265.17801, 0.00009, 0.040 }, + { { 0, 1, -2, 0, 1, 0, 0, 0, -2, 1, 0 }, 268.13340, 0.00016, 0.085 }, + { { 0, 1, -2, 0, 1, 0, 0, 0, 0, -1, 0 }, 86.99000, 0.00004, 0.074 }, + { { 0, 1, -2, 0, 1, 0, 0, 0, 0, 0, 0 }, 88.75061, 0.00016, 3.446 }, + { { 0, 1, -2, 0, 1, 0, 0, 0, 0, 1, 0 }, 266.99000, 0.00004, 0.077 }, + { { 0, 1, -2, 0, 2, 0, 0, 0, 0, -1, 0 }, 150.84591, 0.00007, 0.074 }, + { { 0, 1, -2, 0, 2, 0, 0, 0, 0, 1, 0 }, 330.84591, 0.00007, 0.077 }, + { { 0, 1, -2, 1, 0, 0, 0, 0, 0, -1, 0 }, 258.88743, 0.00002, 0.076 }, + { { 0, 1, -2, 1, 0, 0, 0, 0, 0, 1, 0 }, 78.88743, 0.00002, 0.075 }, + { { 0, 1, -2, 2, 0, 0, 0, 0, -2, 0, 0 }, 310.94154, 0.00003, 0.042 }, + { { 0, 1, -2, 2, 0, 0, 0, 0, -2, 2, 0 }, 130.94154, 0.00003, 0.406 }, + { { 0, 1, -2, 2, 0, 0, 0, 0, 0, -1, 0 }, 312.50139, 0.00002, 0.080 }, + { { 0, 1, -2, 2, 0, 0, 0, 0, 0, 1, 0 }, 132.50139, 0.00002, 0.072 }, + { { 0, 1, -2, 2, 0, 0, 0, 0, 2, -3, 0 }, 134.75552, 0.00003, 0.070 }, + { { 0, 1, -2, 2, 0, 0, 0, 0, 2, -2, 0 }, 134.75553, 0.00003, 0.922 }, + { { 0, 1, -2, 2, 0, 0, 0, 0, 2, -1, 0 }, 314.75552, 0.00003, 0.082 }, + { { 0, 1, -2, 2, 0, 0, 0, 0, 2, 0, 0 }, 314.75553, 0.00003, 0.039 }, + { { 0, 1, -2, 3, 0, 0, 0, 0, 2, -3, 0 }, 326.45162, 0.00003, 0.072 }, + { { 0, 1, -2, 3, 0, 0, 0, 0, 2, -1, 0 }, 146.45162, 0.00003, 0.079 }, + { { 0, 1, -2, 4, 0, 0, 0, 0, 2, -3, 0 }, 333.63946, 0.00002, 0.075 }, + { { 0, 1, -2, 4, 0, 0, 0, 0, 2, -1, 0 }, 153.63946, 0.00002, 0.076 }, + { { 0, 1, -1, 0, -2, 0, 0, 0, -2, 0, 0 }, 114.95662, 0.00002, 0.041 }, + { { 0, 1, -1, 0, -2, 0, 0, 0, -2, 2, 0 }, 114.95662, 0.00002, 0.448 }, + { { 0, 1, -1, 0, -1, 0, 0, 0, -2, 0, 0 }, 306.45813, 0.00007, 0.041 }, + { { 0, 1, -1, 0, -1, 0, 0, 0, -2, 2, 0 }, 1.98328, 0.00002, 0.432 }, + { { 0, 1, -1, 0, -1, 0, 0, 0, 2, -3, 0 }, 283.92591, 0.00002, 0.069 }, + { { 0, 1, -1, 0, -1, 0, 0, 0, 2, -2, 0 }, 283.92591, 0.00003, 0.811 }, + { { 0, 1, -1, 0, -1, 0, 0, 0, 2, -1, 0 }, 103.92591, 0.00002, 0.083 }, + { { 0, 1, -1, 0, -1, 0, 0, 0, 2, 0, 0 }, 103.92591, 0.00003, 0.040 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -6, 1, 0 }, 269.98345, 0.00003, 0.017 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -6, 2, 0 }, 269.97961, 0.00002, 0.021 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, -1, 0 }, 269.98823, 0.00017, 0.016 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 0, 0 }, 269.99266, 0.00098, 0.020 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 0, 2 }, 269.97991, 0.00007, 0.045 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 1, 0 }, 269.99144, 0.00253, 0.028 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 1, 2 }, 269.98089, 0.00003, 0.114 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 2, 0 }, 269.96808, 0.00112, 0.045 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 3, 0 }, 269.70812, 0.00006, 0.110 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 3, 2 }, 269.98533, 0.00002, 0.056 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -3, -1, 0 }, 269.97043, 0.00002, 0.020 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -3, 0, 0 }, 269.95074, 0.00010, 0.027 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -3, 1, 0 }, 89.97544, 0.00025, 0.043 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, -3, 0 }, 270.00857, 0.00003, 0.016 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, -2, 0 }, 270.01878, 0.00061, 0.020 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, -1, 0 }, 269.98945, 0.00831, 0.027 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 269.98523, 0.12362, 0.041 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 0, 2 }, 89.98474, 0.00046, 0.366 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 1, -2 }, 89.98361, 0.00002, 0.027 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 1, 0 }, 269.98452, 0.10060, 0.092 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 1, 2 }, 89.98480, 0.00031, 0.063 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 2, -2 }, 89.96821, 0.00002, 0.041 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 2, 0 }, 89.99045, 0.00558, 0.417 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 2, 2 }, 89.99192, 0.00003, 0.034 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 3, 0 }, 89.93761, 0.00016, 0.064 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, -1, 0 }, 90.00215, 0.00038, 0.040 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, 0, 0 }, 90.00945, 0.00511, 0.085 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, 1, 0 }, 270.01103, 0.00046, 0.661 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, 2, 0 }, 269.59737, 0.00005, 0.068 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -3, 0 }, 270.00822, 0.00049, 0.026 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -2, 0 }, 270.00986, 0.00739, 0.039 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -2, 2 }, 270.01334, 0.00004, 1.043 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -1, 0 }, 270.00993, 0.13811, 0.079 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -1, 2 }, 90.01180, 0.00048, 0.070 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, -2 }, 270.00132, 0.00027, 0.038 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 90.04409, 0.03740, 1.599 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 2 }, 270.02548, 0.00036, 0.036 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 1, -2 }, 270.08577, 0.00030, 0.077 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 1, 0 }, 90.01606, 0.11998, 0.072 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 2, -2 }, 90.00939, 0.00004, 3.425 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 2, 0 }, 90.01663, 0.00652, 0.037 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 3, 0 }, 90.01827, 0.00038, 0.025 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, -2, 0 }, 270.10506, 0.00022, 0.074 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, -1, -1 }, 126.18032, 0.00002, 0.073 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, -1, 0 }, 270.01733, 0.00070, 3.824 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, -1, 1 }, 140.92028, 0.00012, 0.076 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 0, -2 }, 270.02151, 0.00004, 0.072 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 0, 0 }, 90.02094, 0.01093, 0.077 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 1, -1 }, 306.18032, 0.00002, 0.078 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 1, 0 }, 90.02179, 0.00055, 0.038 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 2, 0 }, 270.18257, 0.00002, 0.025 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, -3, 0 }, 87.90163, 0.00002, 0.069 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, -2, 0 }, 89.93520, 0.00097, 0.871 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, -1, -2 }, 269.81837, 0.00002, 0.068 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.88125, 0.01042, 0.083 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 0, -2 }, 269.99276, 0.00006, 0.675 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 90.00927, 0.02747, 0.039 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 1, -2 }, 270.03854, 0.00003, 0.085 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 1, 0 }, 90.00126, 0.00260, 0.026 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 2, 0 }, 90.07147, 0.00035, 0.019 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 3, -1, 0 }, 90.01788, 0.00014, 0.041 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 3, 0, 0 }, 90.02064, 0.00015, 0.027 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 4, -3, 0 }, 270.24942, 0.00003, 0.097 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 4, -2, 0 }, 89.67085, 0.00009, 0.042 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 4, -1, 0 }, 89.97343, 0.00043, 0.027 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 4, 0, 0 }, 89.92755, 0.00009, 0.020 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 4, 1, 0 }, 270.03420, 0.00002, 0.016 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, -2, 0, 0 }, 76.30700, 0.00006, 0.042 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, 0, -1, 0 }, 79.06361, 0.00007, 0.080 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, 0, 1, 0 }, 259.06361, 0.00007, 0.072 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, 1, -1, 1 }, 1.85473, 0.00008, 0.075 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, 2, -2, 0 }, 51.66988, 0.00003, 0.940 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, 2, -1, 0 }, 234.42101, 0.00005, 0.082 }, + { { 0, 1, -1, 0, 1, 0, 0, 0, 2, 0, 0 }, 231.66988, 0.00003, 0.039 }, + { { 0, 1, -1, 2, 0, 0, 0, 0, 2, -3, 0 }, 301.63681, 0.00002, 0.075 }, + { { 0, 1, -1, 2, 0, 0, 0, 0, 2, -1, 0 }, 141.86986, 0.00005, 0.076 }, + { { 0, 1, 0, -2, 0, 0, 0, 0, 0, -1, 0 }, 51.56224, 0.00002, 0.079 }, + { { 0, 1, 0, -2, 0, 0, 0, 0, 0, 1, 0 }, 231.56224, 0.00002, 0.072 }, + { { 0, 1, 0, -2, 0, 0, 0, 0, 2, -3, 0 }, 229.61750, 0.00003, 0.069 }, + { { 0, 1, 0, -2, 0, 0, 0, 0, 2, -1, 0 }, 49.61750, 0.00003, 0.083 }, + { { 0, 1, 0, 0, -2, 0, 0, 0, -2, 0, 0 }, 32.71877, 0.00007, 0.043 }, + { { 0, 1, 0, 0, -1, 0, 0, 0, 0, -2, 0 }, 270.99083, 0.00003, 0.040 }, + { { 0, 1, 0, 0, -1, 0, 0, 0, 0, -1, 0 }, 90.45420, 0.00004, 0.085 }, + { { 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0 }, 270.99083, 0.00003, 0.649 }, + { { 0, 1, 0, 0, -1, 0, 0, 0, 0, 1, 0 }, 270.45420, 0.00004, 0.068 }, + { { 0, 1, 0, 0, -1, 0, 0, 0, 2, -3, 0 }, 93.60398, 0.00003, 0.074 }, + { { 0, 1, 0, 0, -1, 0, 0, 0, 2, -2, 0 }, 97.02583, 0.00002, 4.296 }, + { { 0, 1, 0, 0, -1, 0, 0, 0, 2, -1, 0 }, 93.60398, 0.00003, 0.077 }, + { { 0, 1, 0, 0, -1, 0, 0, 0, 2, 0, 0 }, 277.02583, 0.00002, 0.038 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -6, 2, 0 }, 167.04533, 0.00002, 0.022 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -4, -1, 0 }, 346.15843, 0.00003, 0.016 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -4, 0, 0 }, 168.09008, 0.00028, 0.021 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -4, 1, 0 }, 166.91904, 0.00056, 0.029 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -4, 2, 0 }, 168.08896, 0.00010, 0.047 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -3, 0, 0 }, 166.36328, 0.00004, 0.028 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -3, 0, 1 }, 193.33675, 0.00002, 0.045 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -3, 1, 1 }, 193.33862, 0.00003, 0.114 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, -2, 0 }, 166.71247, 0.00004, 0.020 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, -1, 0 }, 167.39458, 0.00088, 0.027 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 0, 0 }, 167.02994, 0.01143, 0.043 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 0, 2 }, 348.25678, 0.00003, 0.268 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 1, 0 }, 167.04650, 0.00614, 0.101 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 2, 0 }, 344.88604, 0.00037, 0.294 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 3, 0 }, 359.14862, 0.00004, 0.060 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, -1, -1 }, 193.33651, 0.00002, 0.027 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, -1, 1 }, 13.34124, 0.00009, 0.095 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, -1 }, 193.35162, 0.00056, 0.041 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0 }, 350.10403, 0.00015, 0.093 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 1 }, 193.33574, 0.00043, 0.373 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 1, -1 }, 192.39529, 0.00030, 0.092 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 1, 1 }, 193.33870, 0.00024, 0.063 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 2, -1 }, 193.33552, 0.00002, 0.426 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, -2, 0 }, 170.77577, 0.00033, 0.040 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, 0 }, 171.66401, 0.00549, 0.086 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 }, 12.78261, 0.00009, 0.085 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 352.61779, 0.00196, 0.615 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 }, 13.33745, 0.00004, 0.066 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, 351.52136, 0.00196, 0.067 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0 }, 355.23806, 0.00006, 0.036 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, -2, -1 }, 193.33518, 0.00007, 0.039 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, -2, 1 }, 13.42428, 0.00005, 1.105 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, -1, -1 }, 193.33502, 0.00124, 0.079 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, -1, 1 }, 193.33765, 0.00103, 0.071 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.33561, 0.00040, 1.749 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0 }, 180.55653, 0.00017, 0.071 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1 }, 13.38631, 0.00019, 0.036 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 1, -1 }, 13.37643, 0.00119, 0.072 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 2, -1 }, 13.33503, 0.00007, 0.037 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, -3, 0 }, 0.05436, 0.00004, 0.075 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, -2, 0 }, 358.22740, 0.00053, 6.734 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 180.19267, 0.00744, 0.076 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, -1 }, 13.33748, 0.00019, 0.077 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 184.73363, 0.00049, 0.038 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, 1, 0 }, 350.34221, 0.00004, 0.025 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 3, -1, -1 }, 193.32661, 0.00016, 0.083 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 3, 0, -1 }, 13.33431, 0.00015, 0.040 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 4, -2, 0 }, 180.66201, 0.00008, 0.041 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 4, -1, 0 }, 180.79425, 0.00006, 0.026 }, + { { 0, 1, 0, 0, 1, 0, 0, 0, 2, -3, 0 }, 15.84044, 0.00002, 0.075 }, + { { 0, 1, 0, 0, 1, 0, 0, 0, 2, -1, 0 }, 212.40392, 0.00006, 0.076 }, + { { 0, 1, 0, 0, 2, 0, 0, 0, 2, -3, 0 }, 224.44695, 0.00003, 0.076 }, + { { 0, 1, 0, 0, 2, 0, 0, 0, 2, -1, 0 }, 44.44695, 0.00003, 0.075 }, + { { 0, 1, 1, 0, -3, 0, 0, 0, -2, 0, 0 }, 281.36261, 0.00005, 0.045 }, + { { 0, 1, 1, 0, -2, 0, 0, 0, -2, 1, 0 }, 270.05463, 0.00003, 0.111 }, + { { 0, 1, 1, 0, -2, 0, 0, 0, -2, 3, 0 }, 270.05463, 0.00003, 0.057 }, + { { 0, 1, 1, 0, -2, 0, 0, 0, 0, -2, 0 }, 269.97189, 0.00002, 0.042 }, + { { 0, 1, 1, 0, -2, 0, 0, 0, 0, 0, 0 }, 89.97189, 0.00002, 0.407 }, + { { 0, 1, 1, 0, -2, 0, 0, 0, 2, -1, 0 }, 90.14226, 0.00005, 0.072 }, + { { 0, 1, 1, 0, -1, 0, 0, 0, -2, 0, 0 }, 180.65294, 0.00003, 0.045 }, + { { 0, 1, 1, 0, -1, 0, 0, 0, -2, 2, 0 }, 0.65294, 0.00003, 0.232 }, + { { 0, 1, 1, 0, -1, 0, 0, 0, 0, -2, 0 }, 75.84756, 0.00002, 0.042 }, + { { 0, 1, 1, 0, -1, 0, 0, 0, 0, 0, 0 }, 75.84756, 0.00002, 0.394 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -4, 0, 0 }, 240.64683, 0.00004, 0.021 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -2, -1, 0 }, 84.82680, 0.00009, 0.028 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -2, 0, 0 }, 83.93996, 0.00108, 0.045 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -2, 1, 0 }, 90.02783, 0.00023, 0.113 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -2, 2, 0 }, 273.02751, 0.00004, 0.227 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -1, 0, -1 }, 99.96781, 0.00006, 0.043 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 0, -1, 0 }, 101.10373, 0.00026, 0.094 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 295.36563, 0.00049, 0.381 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0 }, 291.84656, 0.00030, 0.063 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0 }, 115.19085, 0.00005, 0.067 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 2, -2, 0 }, 105.86186, 0.00003, 1.174 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 2, -1, 0 }, 292.71669, 0.00067, 0.071 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0 }, 123.54008, 0.00007, 0.037 }, + { { 0, 1, 2, 0, -2, 0, 0, 0, -2, 0, 0 }, 359.30771, 0.00002, 0.047 }, + { { 0, 1, 2, 0, -2, 0, 0, 0, -2, 2, 0 }, 359.30771, 0.00002, 0.191 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, -2, 0, 0 }, 5.06853, 0.00015, 0.047 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0 }, 201.03378, 0.00004, 0.276 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 2, -3, 0 }, 330.58304, 0.00004, 0.088 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 2, -2, 0 }, 135.09643, 0.00004, 0.540 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 2, -1, 0 }, 150.58304, 0.00004, 0.066 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0 }, 2.77021, 0.00004, 0.035 }, + { { 0, 1, 2, 0, 1, 0, 0, 0, 2, 0, 0 }, 218.85954, 0.00008, 0.035 }, + { { 0, 1, 3, 0, -1, 0, 0, 0, 2, -3, 0 }, 50.59981, 0.00003, 0.095 }, + { { 0, 1, 3, 0, -1, 0, 0, 0, 2, -2, 0 }, 31.02798, 0.00004, 0.361 }, + { { 0, 1, 3, 0, -1, 0, 0, 0, 2, -1, 0 }, 230.59981, 0.00003, 0.062 }, + { { 0, 1, 3, 0, -1, 0, 0, 0, 2, 0, 0 }, 211.02798, 0.00004, 0.034 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 0, -1, 0 }, 218.21312, 0.00002, 0.116 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 0, 1, 0 }, 38.21312, 0.00002, 0.056 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 2, -2, 0 }, 218.14134, 0.00003, 0.351 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 2, 2, 0 }, 38.21311, 0.00002, 0.018 }, + { { 0, 1, 4, 0, -1, 0, 0, 0, 2, -3, 0 }, 39.24732, 0.00002, 0.105 }, + { { 0, 1, 4, 0, -1, 0, 0, 0, 2, -2, 0 }, 218.78330, 0.00002, 0.265 }, + { { 0, 1, 4, 0, -1, 0, 0, 0, 2, -1, 0 }, 219.24732, 0.00002, 0.059 }, + { { 0, 1, 4, 0, -1, 0, 0, 0, 2, 0, 0 }, 38.78330, 0.00002, 0.033 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, 2, -2, 0 }, 297.61469, 0.00004, 0.260 }, + { { 0, 1, 5, -2, 0, 0, 0, 0, 2, -2, 0 }, 218.18457, 0.00002, 0.264 }, + { { 0, 1, 5, -2, 0, 0, 0, 0, 2, 0, 0 }, 38.18457, 0.00002, 0.033 }, + { { 0, 1, 5, 0, -2, 0, 0, 0, 2, -3, 0 }, 38.35760, 0.00002, 0.117 }, + { { 0, 1, 5, 0, -2, 0, 0, 0, 2, -2, 0 }, 38.31457, 0.00002, 0.214 }, + { { 0, 1, 5, 0, -2, 0, 0, 0, 2, -1, 0 }, 38.35760, 0.00002, 0.056 }, + { { 0, 1, 5, 0, -2, 0, 0, 0, 2, 0, 0 }, 218.31457, 0.00002, 0.032 }, + { { 0, 1, 6, -11, 0, 0, 0, 0, 2, -3, 0 }, 232.27977, 0.00002, 0.075 }, + { { 0, 1, 6, -11, 0, 0, 0, 0, 2, -1, 0 }, 52.27977, 0.00002, 0.075 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -4, 2, 0 }, 25.93028, 0.00012, 0.040 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -4, 3, 0 }, 24.21505, 0.00011, 0.087 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -2, 0, 0 }, 25.93028, 0.00002, 0.038 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -2, 1, 0 }, 20.93340, 0.00026, 0.075 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -2, 3, 0 }, 231.39744, 0.00014, 0.075 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, -2, 4, 0 }, 205.93028, 0.00002, 0.038 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, 0, 1, 0 }, 204.21505, 0.00011, 0.087 }, + { { 0, 2, -13, 15, 0, 0, 0, 0, 0, 2, 0 }, 205.93028, 0.00012, 0.040 }, + { { 0, 2, -8, 0, 2, 0, 0, 0, -2, 0, 0 }, 321.67691, 0.00003, 0.034 }, + { { 0, 2, -8, 2, 0, 0, 0, 0, -2, 1, 0 }, 141.77835, 0.00003, 0.066 }, + { { 0, 2, -8, 2, 0, 0, 0, 0, -2, 3, 0 }, 321.77835, 0.00003, 0.088 }, + { { 0, 2, -8, 9, 0, 0, 0, 0, -2, 0, 0 }, 353.80525, 0.00004, 0.040 }, + { { 0, 2, -8, 9, 0, 0, 0, 0, 0, -1, 0 }, 351.44265, 0.00003, 0.076 }, + { { 0, 2, -8, 9, 0, 0, 0, 0, 0, 1, 0 }, 171.44265, 0.00003, 0.075 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 232.94180, 0.00004, 0.066 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, -2, 3, 0 }, 52.94180, 0.00004, 0.089 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 237.66985, 0.00002, 0.267 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, 0, 2, 0 }, 57.66985, 0.00002, 0.044 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 239.12496, 0.00004, 0.129 }, + { { 0, 2, -7, 0, 2, 0, 0, 0, -2, 0, 0 }, 21.77928, 0.00003, 0.035 }, + { { 0, 2, -7, 7, 0, 0, 0, 0, -2, 0, 0 }, 324.68596, 0.00011, 0.040 }, + { { 0, 2, -7, 7, 0, 0, 0, 0, -2, 1, 0 }, 324.68596, 0.00007, 0.087 }, + { { 0, 2, -7, 7, 0, 0, 0, 0, 0, -1, 0 }, 327.22665, 0.00009, 0.075 }, + { { 0, 2, -7, 7, 0, 0, 0, 0, 0, 1, 0 }, 147.22665, 0.00009, 0.076 }, + { { 0, 2, -7, 7, 0, 0, 0, 0, 2, -1, 0 }, 144.59503, 0.00007, 0.087 }, + { { 0, 2, -7, 7, 0, 0, 0, 0, 2, 0, 0 }, 144.59503, 0.00012, 0.040 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 141.89069, 0.00007, 0.036 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 346.62574, 0.00005, 0.070 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 321.87141, 0.00009, 1.026 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, -2, 3, 0 }, 147.36296, 0.00008, 0.081 }, + { { 0, 2, -5, 0, -2, 0, 0, 0, -2, 1, 0 }, 71.49481, 0.00006, 0.075 }, + { { 0, 2, -5, 0, -1, 0, 0, 0, -2, 1, 0 }, 241.73792, 0.00004, 0.075 }, + { { 0, 2, -5, 0, 0, -1, 0, 0, -2, 1, 0 }, 323.89110, 0.00003, 0.075 }, + { { 0, 2, -5, 0, 0, 0, -2, 0, -2, 1, 0 }, 68.08121, 0.00004, 0.075 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -4, 2, 0 }, 158.28312, 0.00004, 0.040 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 157.64937, 0.00013, 0.038 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 157.60981, 0.00184, 0.076 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 349.40745, 0.00010, 39.899 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 3, 0 }, 324.71178, 0.00011, 0.075 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 307.67392, 0.00004, 0.067 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 338.36481, 0.00005, 0.572 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 154.64845, 0.00035, 0.087 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 34.10980, 0.00008, 0.103 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 75.36049, 0.00017, 0.044 }, + { { 0, 2, -5, 0, 1, 0, 0, 0, -2, 1, 0 }, 150.01488, 0.00005, 0.076 }, + { { 0, 2, -4, 0, -2, 0, 0, 0, -2, 1, 0 }, 141.84137, 0.00003, 0.081 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -2, -1, 0 }, 281.19445, 0.00006, 0.026 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 283.89549, 0.00035, 0.039 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 57.55243, 0.00028, 0.082 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -2, 2, 0 }, 105.29354, 0.00004, 0.976 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, -1, 1 }, 80.49890, 0.00004, 0.077 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 248.33973, 0.00049, 0.076 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 1, -1 }, 82.64339, 0.00053, 0.075 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 1, 1 }, 260.49890, 0.00004, 0.074 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 262.10469, 0.00005, 0.037 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 246.67752, 0.00083, 0.071 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 206.63482, 0.00023, 1.335 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 30.53932, 0.00056, 0.080 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, 2, 0 }, 40.41991, 0.00002, 0.039 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 244.09084, 0.00013, 0.086 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 1, 0, 1 }, 79.78882, 0.00005, 0.040 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 1, 1, -1 }, 82.64339, 0.00009, 0.087 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 117.98762, 0.00010, 0.396 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 289.58610, 0.00190, 0.093 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 288.63536, 0.00288, 0.042 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, 1, 0 }, 289.56106, 0.00024, 0.027 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 4, -1, 0 }, 288.23514, 0.00006, 0.028 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 4, 0, 0 }, 42.44711, 0.00002, 0.021 }, + { { 0, 2, -4, 0, 1, 0, 0, 0, 2, 0, 0 }, 359.40886, 0.00006, 0.042 }, + { { 0, 2, -4, 0, 2, 0, 0, 0, 2, 0, 0 }, 89.84936, 0.00005, 0.041 }, + { { 0, 2, -4, 2, 0, 0, 0, 0, -2, 0, 0 }, 88.13895, 0.00002, 0.041 }, + { { 0, 2, -4, 2, 0, 0, 0, 0, -2, 2, 0 }, 268.13895, 0.00002, 0.479 }, + { { 0, 2, -4, 2, 0, 0, 0, 0, 0, -1, 0 }, 89.10399, 0.00004, 0.077 }, + { { 0, 2, -4, 2, 0, 0, 0, 0, 0, 1, 0 }, 269.10399, 0.00004, 0.074 }, + { { 0, 2, -4, 4, 0, 0, 0, 0, 2, -3, 0 }, 151.47355, 0.00003, 0.073 }, + { { 0, 2, -4, 4, 0, 0, 0, 0, 2, -1, 0 }, 331.47355, 0.00003, 0.078 }, + { { 0, 2, -3, 0, -3, 0, 0, 0, -2, 0, 0 }, 30.94478, 0.00004, 0.040 }, + { { 0, 2, -3, 0, -3, 0, 0, 0, 0, -1, 0 }, 321.88655, 0.00004, 0.075 }, + { { 0, 2, -3, 0, -3, 0, 0, 0, 0, 1, 0 }, 141.88655, 0.00004, 0.075 }, + { { 0, 2, -3, 0, -3, 0, 0, 0, 2, 0, 0 }, 210.91986, 0.00004, 0.040 }, + { { 0, 2, -3, 0, -1, 0, 0, 0, 0, -1, 0 }, 31.02922, 0.00003, 0.076 }, + { { 0, 2, -3, 0, -1, 0, 0, 0, 0, 1, 0 }, 211.02922, 0.00003, 0.075 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, -1, 0 }, 0.48390, 0.00005, 0.016 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, 0, 0 }, 2.17464, 0.00051, 0.020 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, 0, 2 }, 1.49095, 0.00004, 0.045 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, 1, 0 }, 1.97999, 0.00117, 0.028 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, 2, 0 }, 1.25075, 0.00054, 0.044 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -3, 0, 0 }, 1.79899, 0.00017, 0.027 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -3, 1, 0 }, 181.49759, 0.00008, 0.042 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -3, 1, 1 }, 166.64586, 0.00002, 0.098 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -3, 2, 0 }, 1.32632, 0.00002, 0.097 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, -2, 0 }, 0.67624, 0.00040, 0.020 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, -1, 0 }, 1.40842, 0.00359, 0.026 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 1.43434, 0.05247, 0.041 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 0, 2 }, 181.16484, 0.00022, 0.424 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 1, -2 }, 181.32093, 0.00002, 0.026 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 1.58991, 0.04883, 0.089 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 1, 2 }, 181.01900, 0.00015, 0.064 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 2, 0 }, 181.94640, 0.00270, 0.494 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 3, 0 }, 181.79112, 0.00017, 0.065 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, -1, 0 }, 180.74586, 0.00006, 0.039 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, -1, 1 }, 346.62544, 0.00032, 0.084 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 0, -1 }, 346.41400, 0.00006, 0.039 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 0, 0 }, 180.69774, 0.00117, 0.083 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 0, 1 }, 165.94964, 0.00010, 0.766 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 1, -1 }, 166.66681, 0.00023, 0.081 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 1, 0 }, 0.73707, 0.00006, 0.879 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 1, 1 }, 166.66462, 0.00015, 0.069 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -3, 0 }, 358.48038, 0.00017, 0.025 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -2, 0 }, 358.49358, 0.00283, 0.038 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -1, -1 }, 347.33928, 0.00004, 0.038 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 358.71194, 0.05507, 0.077 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -1, 2 }, 178.41919, 0.00019, 0.072 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, -2 }, 357.82816, 0.00003, 0.038 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, -1 }, 347.32345, 0.00082, 0.076 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 179.96485, 0.00638, 3.983 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, 1 }, 346.57767, 0.00015, 0.073 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, 2 }, 0.16244, 0.00008, 0.037 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 1, -2 }, 358.41919, 0.00019, 0.075 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 1, -1 }, 167.32478, 0.00005, 11.864 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 178.55815, 0.05164, 0.074 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 2, 0 }, 178.54368, 0.00270, 0.037 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 3, 0 }, 178.64442, 0.00016, 0.025 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -2, 1 }, 174.32629, 0.00006, 2.131 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -1, -1 }, 346.57874, 0.00045, 0.071 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -1, 1 }, 346.58913, 0.00108, 0.078 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 0, -1 }, 346.57790, 0.00027, 1.246 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 47.47691, 0.00005, 0.079 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 0, 1 }, 348.87169, 0.00018, 0.038 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 1, -1 }, 166.58588, 0.00049, 0.080 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, -3, 0 }, 1.96927, 0.00006, 0.068 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, -2, 0 }, 2.02074, 0.00129, 0.657 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, -1, -2 }, 0.79708, 0.00007, 0.066 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 181.01795, 0.02834, 0.085 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 0, -2 }, 0.30837, 0.00009, 0.539 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 0, -1 }, 347.47866, 0.00019, 0.086 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 179.99887, 0.02704, 0.040 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 1, -2 }, 0.71959, 0.00004, 0.088 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 1, 0 }, 179.13219, 0.00190, 0.026 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 2, 0 }, 179.99514, 0.00022, 0.019 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 3, -1, 0 }, 0.14658, 0.00004, 0.041 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 3, 0, -1 }, 166.56436, 0.00006, 0.042 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 3, 0, 0 }, 179.86571, 0.00010, 0.027 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 4, -2, 0 }, 179.95743, 0.00022, 0.043 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 4, -1, 0 }, 176.86416, 0.00045, 0.027 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 4, 0, 0 }, 178.13301, 0.00027, 0.020 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 4, 1, 0 }, 181.25840, 0.00004, 0.016 }, + { { 0, 2, -3, 0, 1, 0, 0, 0, -2, 0, 0 }, 259.87033, 0.00004, 0.041 }, + { { 0, 2, -3, 0, 1, 0, 0, 0, -2, 1, 0 }, 93.02982, 0.00005, 0.090 }, + { { 0, 2, -3, 0, 1, 0, 0, 0, 0, 0, 0 }, 88.75931, 0.00013, 2.982 }, + { { 0, 2, -3, 0, 1, 0, 0, 0, 0, 2, 0 }, 88.71744, 0.00002, 0.037 }, + { { 0, 2, -3, 0, 2, 0, 0, 0, 2, -2, 0 }, 150.19491, 0.00002, 0.738 }, + { { 0, 2, -3, 0, 2, 0, 0, 0, 2, -1, 0 }, 330.30983, 0.00006, 0.084 }, + { { 0, 2, -3, 0, 2, 0, 0, 0, 2, 0, 0 }, 330.19491, 0.00002, 0.040 }, + { { 0, 2, -3, 2, 0, 0, 0, 0, -2, 0, 0 }, 130.23663, 0.00003, 0.043 }, + { { 0, 2, -3, 2, 0, 0, 0, 0, -2, 2, 0 }, 310.23663, 0.00003, 0.324 }, + { { 0, 2, -3, 2, 0, 0, 0, 0, 2, -2, 0 }, 134.71905, 0.00003, 2.176 }, + { { 0, 2, -3, 2, 0, 0, 0, 0, 2, 0, 0 }, 314.71905, 0.00003, 0.038 }, + { { 0, 2, -3, 3, 0, 0, 0, 0, 2, -3, 0 }, 323.51469, 0.00004, 0.076 }, + { { 0, 2, -3, 3, 0, 0, 0, 0, 2, -1, 0 }, 143.51469, 0.00004, 0.075 }, + { { 0, 2, -2, 0, -1, 0, 0, 0, -2, 0, 0 }, 342.11227, 0.00006, 0.042 }, + { { 0, 2, -2, 0, -1, 0, 0, 0, -2, 2, 0 }, 279.73027, 0.00004, 0.340 }, + { { 0, 2, -2, 0, -1, 0, 0, 0, 2, -2, 0 }, 283.99618, 0.00003, 1.647 }, + { { 0, 2, -2, 0, -1, 0, 0, 0, 2, -1, 0 }, 102.20545, 0.00005, 0.079 }, + { { 0, 2, -2, 0, -1, 0, 0, 0, 2, 0, 0 }, 103.99618, 0.00003, 0.039 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -6, 1, 0 }, 90.38097, 0.00004, 0.017 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -6, 2, 0 }, 90.31470, 0.00013, 0.022 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, -1, 0 }, 89.65838, 0.00024, 0.016 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 0, 0 }, 90.79310, 0.00124, 0.021 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 0, 2 }, 90.30640, 0.00011, 0.047 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 1, 0 }, 90.73558, 0.00304, 0.029 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 1, 2 }, 90.32368, 0.00006, 0.123 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 2, 0 }, 90.54637, 0.00131, 0.046 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -4, 3, 0 }, 89.97710, 0.00003, 0.118 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -3, -1, 0 }, 90.41551, 0.00003, 0.020 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -3, 0, 0 }, 90.91553, 0.00005, 0.028 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -3, 1, 0 }, 270.39757, 0.00031, 0.044 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, -3, 0 }, 90.31084, 0.00007, 0.016 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, -2, 0 }, 90.26537, 0.00054, 0.020 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, -1, 0 }, 90.48451, 0.00978, 0.027 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, -1, 2 }, 270.31046, 0.00007, 0.101 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 90.36386, 0.16644, 0.043 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 0, 2 }, 270.33183, 0.00059, 0.298 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 1, -2 }, 270.30534, 0.00007, 0.027 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 90.31081, 0.11617, 0.098 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 1, 2 }, 270.30119, 0.00027, 0.060 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 2, -2 }, 270.34204, 0.00002, 0.042 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 2, 0 }, 270.21793, 0.00819, 0.331 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 2, 2 }, 270.29822, 0.00002, 0.033 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 3, 0 }, 270.24144, 0.00055, 0.061 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, -1, 0 }, 270.14422, 0.00014, 0.041 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, 0, -1 }, 278.28529, 0.00011, 0.041 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, 0, 0 }, 270.05775, 0.00183, 0.090 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, 1, -1 }, 101.97736, 0.00002, 0.089 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, 1, 0 }, 90.10439, 0.00020, 0.468 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, 2, 0 }, 89.93683, 0.00003, 0.065 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, -3, 0 }, 90.37888, 0.00016, 0.026 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, -2, 0 }, 90.50636, 0.00262, 0.040 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, -2, 2 }, 90.25733, 0.00002, 0.631 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 90.39176, 0.04919, 0.083 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, -1, 2 }, 270.29250, 0.00005, 0.067 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, -2 }, 270.14757, 0.00004, 0.039 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 270.23382, 0.02611, 0.799 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 2 }, 269.80576, 0.00003, 0.036 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 1, -2 }, 89.83579, 0.00012, 0.081 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 270.14292, 0.04924, 0.069 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 2, -2 }, 270.26038, 0.00002, 1.090 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 2, 0 }, 270.14037, 0.00265, 0.036 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 3, -2 }, 89.74927, 0.00002, 0.071 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 3, 0 }, 270.22144, 0.00014, 0.024 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, -1, -1 }, 277.48286, 0.00048, 0.077 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, -1, 0 }, 89.98018, 0.00007, 2.747 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, -1, 1 }, 275.61116, 0.00022, 0.073 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 0, -2 }, 89.98947, 0.00031, 0.076 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 0, 0 }, 269.96744, 0.00200, 0.073 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 0, 1 }, 96.13424, 0.00007, 0.037 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 1, -1 }, 97.48286, 0.00048, 0.074 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 1, 0 }, 269.95178, 0.00010, 0.037 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 2, -2 }, 270.03903, 0.00002, 0.075 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -3, 0 }, 90.70477, 0.00043, 0.073 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -2, -2 }, 90.01900, 0.00003, 0.037 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 89.90470, 0.00636, 1.912 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -2, 2 }, 90.08303, 0.00003, 0.038 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -1, -2 }, 90.02556, 0.00033, 0.071 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 269.99692, 0.12047, 0.079 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 0, -2 }, 90.11734, 0.00005, 1.168 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.97026, 0.04270, 0.038 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 1, -2 }, 89.96682, 0.00011, 0.081 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 1, 0 }, 270.14562, 0.00281, 0.025 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 2, 0 }, 270.13057, 0.00030, 0.019 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 3, -1, -1 }, 281.97736, 0.00002, 0.086 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 3, -1, 0 }, 89.99993, 0.00009, 0.040 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 3, 0, -2 }, 89.98947, 0.00006, 0.087 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 3, 0, -1 }, 95.61233, 0.00005, 0.040 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 3, 0, 0 }, 269.99421, 0.00023, 0.026 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 4, -2, 0 }, 270.07161, 0.00127, 0.041 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 4, -1, -2 }, 269.98140, 0.00006, 0.094 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 4, -1, 0 }, 270.01542, 0.00163, 0.027 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 4, 0, -2 }, 269.98859, 0.00003, 0.042 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 4, 0, 0 }, 270.02050, 0.00051, 0.020 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 4, 1, 0 }, 270.07634, 0.00004, 0.016 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 6, -2, 0 }, 270.04594, 0.00003, 0.020 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 6, -1, 0 }, 270.00792, 0.00002, 0.016 }, + { { 0, 2, -2, 0, 1, 0, 0, 0, -2, 0, 0 }, 76.48011, 0.00007, 0.043 }, + { { 0, 2, -2, 0, 1, 0, 0, 0, -2, 1, 0 }, 262.22066, 0.00003, 0.099 }, + { { 0, 2, -2, 0, 1, 0, 0, 0, -2, 3, 0 }, 262.22066, 0.00003, 0.061 }, + { { 0, 2, -2, 0, 1, 0, 0, 0, 2, -1, 0 }, 246.37806, 0.00007, 0.078 }, + { { 0, 2, -2, 0, 1, 0, 0, 0, 2, 0, 0 }, 226.89368, 0.00004, 0.038 }, + { { 0, 2, -2, 1, 0, 0, 0, 0, 2, -3, 0 }, 316.01931, 0.00002, 0.075 }, + { { 0, 2, -2, 1, 0, 0, 0, 0, 2, -1, 0 }, 136.01931, 0.00002, 0.075 }, + { { 0, 2, -1, -2, 0, 0, 0, 0, -2, 0, 0 }, 225.09889, 0.00004, 0.042 }, + { { 0, 2, -1, -2, 0, 0, 0, 0, -2, 2, 0 }, 45.09889, 0.00004, 0.338 }, + { { 0, 2, -1, -2, 0, 0, 0, 0, 2, -2, 0 }, 229.61280, 0.00003, 1.706 }, + { { 0, 2, -1, -2, 0, 0, 0, 0, 2, 0, 0 }, 49.61280, 0.00003, 0.039 }, + { { 0, 2, -1, 0, -2, 0, 0, 0, -2, 0, 0 }, 207.13760, 0.00007, 0.044 }, + { { 0, 2, -1, 0, -2, 0, 0, 0, 2, -3, 0 }, 51.18568, 0.00002, 0.077 }, + { { 0, 2, -1, 0, -2, 0, 0, 0, 2, -1, 0 }, 51.43982, 0.00005, 0.074 }, + { { 0, 2, -1, 0, -1, 0, 0, 0, -2, 0, 0 }, 91.27905, 0.00018, 0.044 }, + { { 0, 2, -1, 0, -1, 0, 0, 0, -2, 1, 0 }, 271.35098, 0.00006, 0.107 }, + { { 0, 2, -1, 0, -1, 0, 0, 0, 0, -1, 0 }, 271.46864, 0.00003, 0.090 }, + { { 0, 2, -1, 0, -1, 0, 0, 0, 0, 0, 0 }, 90.95380, 0.00015, 0.462 }, + { { 0, 2, -1, 0, -1, 0, 0, 0, 0, 1, 0 }, 91.46864, 0.00003, 0.065 }, + { { 0, 2, -1, 0, -1, 0, 0, 0, 2, -1, 0 }, 87.54832, 0.00015, 0.073 }, + { { 0, 2, -1, 0, -1, 0, 0, 0, 2, 0, 0 }, 274.04211, 0.00010, 0.037 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -4, -1, 0 }, 167.42538, 0.00009, 0.017 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -4, 0, 0 }, 346.61338, 0.00028, 0.021 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -4, 1, 0 }, 347.17767, 0.00056, 0.029 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -4, 2, 0 }, 346.36982, 0.00013, 0.048 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -3, 0, 0 }, 347.41390, 0.00007, 0.029 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -3, 0, 1 }, 193.23116, 0.00002, 0.047 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -3, 1, 0 }, 166.95772, 0.00003, 0.046 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -3, 1, 1 }, 193.25308, 0.00002, 0.122 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, -2, 0 }, 347.19642, 0.00008, 0.020 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, -1, 0 }, 347.02947, 0.00113, 0.028 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 347.11886, 0.01639, 0.044 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 0, 2 }, 166.47500, 0.00003, 0.229 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 1, 0 }, 347.24267, 0.00794, 0.108 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 2, 0 }, 168.24772, 0.00063, 0.248 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 3, 0 }, 161.80849, 0.00002, 0.058 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, -1, -1 }, 193.23274, 0.00002, 0.027 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, -1, 1 }, 13.17842, 0.00008, 0.100 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 0, -1 }, 193.17875, 0.00044, 0.042 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 0, 1 }, 193.22202, 0.00037, 0.303 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 1, -1 }, 190.93840, 0.00019, 0.097 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 1, 1 }, 193.23906, 0.00017, 0.060 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, -2, 0 }, 345.74194, 0.00007, 0.041 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, -1, 0 }, 346.90076, 0.00211, 0.091 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 162.32916, 0.00139, 0.444 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, 1, 0 }, 163.76150, 0.00159, 0.064 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, 2, 0 }, 161.50598, 0.00005, 0.035 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, -2, -1 }, 193.27937, 0.00002, 0.040 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, -1, -1 }, 193.28763, 0.00057, 0.083 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, -1, 1 }, 193.30035, 0.00059, 0.068 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.30460, 0.00041, 0.835 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 0, 0 }, 193.04972, 0.00004, 0.068 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 0, 1 }, 13.27734, 0.00023, 0.036 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 1, -1 }, 13.43234, 0.00054, 0.069 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, -3, 0 }, 347.73509, 0.00007, 0.078 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, -2, 0 }, 339.94274, 0.00015, 2.096 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, -1, 0 }, 153.68564, 0.00199, 0.073 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, 0, -1 }, 193.33796, 0.00022, 0.074 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 337.46444, 0.00025, 0.037 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, 1, 0 }, 348.48623, 0.00003, 0.025 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 3, -1, -1 }, 193.33015, 0.00019, 0.079 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 3, 0, -1 }, 13.30683, 0.00010, 0.039 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 4, -2, 0 }, 148.99258, 0.00002, 0.040 }, + { { 0, 2, 0, -3, 0, 0, 0, 0, 2, -3, 0 }, 337.54092, 0.00003, 0.075 }, + { { 0, 2, 0, -3, 0, 0, 0, 0, 2, -1, 0 }, 157.54092, 0.00003, 0.076 }, + { { 0, 2, 0, 0, -3, 0, 0, 0, -2, 0, 0 }, 99.16578, 0.00005, 0.046 }, + { { 0, 2, 0, 0, -2, 0, 0, 0, -2, 1, 0 }, 90.11781, 0.00007, 0.119 }, + { { 0, 2, 0, 0, -2, 0, 0, 0, -2, 3, 0 }, 270.06360, 0.00002, 0.055 }, + { { 0, 2, 0, 0, -2, 0, 0, 0, 0, -2, 0 }, 90.06162, 0.00002, 0.043 }, + { { 0, 2, 0, 0, -2, 0, 0, 0, 0, 0, 0 }, 270.00907, 0.00008, 0.324 }, + { { 0, 2, 0, 0, -1, 0, 0, 0, -2, 0, 0 }, 180.56956, 0.00003, 0.046 }, + { { 0, 2, 0, 0, -1, 0, 0, 0, -2, 2, 0 }, 0.56956, 0.00003, 0.202 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -4, 0, 0 }, 65.49171, 0.00007, 0.022 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -2, -1, 0 }, 225.49238, 0.00008, 0.029 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -2, 0, 0 }, 220.72242, 0.00087, 0.047 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -2, 1, 0 }, 231.00581, 0.00031, 0.121 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -2, 2, 0 }, 344.33387, 0.00002, 0.199 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -1, 0, -1 }, 99.19715, 0.00005, 0.044 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 0, -1, 0 }, 129.65186, 0.00014, 0.100 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 301.38492, 0.00047, 0.308 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, 303.34850, 0.00022, 0.061 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0 }, 115.57509, 0.00004, 0.064 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 300.39166, 0.00043, 0.068 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 116.60908, 0.00014, 0.036 }, + { { 0, 2, 1, -8, 0, 0, 0, 0, -2, 0, 0 }, 109.93267, 0.00011, 0.040 }, + { { 0, 2, 1, -8, 0, 0, 0, 0, -2, 1, 0 }, 109.93267, 0.00007, 0.087 }, + { { 0, 2, 1, -8, 0, 0, 0, 0, 2, -1, 0 }, 290.00215, 0.00006, 0.087 }, + { { 0, 2, 1, -8, 0, 0, 0, 0, 2, 0, 0 }, 290.00215, 0.00011, 0.040 }, + { { 0, 2, 1, 0, -2, 0, 0, 0, -2, 0, 0 }, 359.20818, 0.00002, 0.048 }, + { { 0, 2, 1, 0, -2, 0, 0, 0, -2, 2, 0 }, 359.20818, 0.00002, 0.171 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, -2, 0, 0 }, 69.14120, 0.00009, 0.049 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 212.76217, 0.00005, 0.235 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 0, 2, 0 }, 15.32187, 0.00002, 0.033 }, + { { 0, 2, 1, 0, 1, 0, 0, 0, 2, -3, 0 }, 217.25112, 0.00003, 0.094 }, + { { 0, 2, 1, 0, 1, 0, 0, 0, 2, -1, 0 }, 217.25112, 0.00003, 0.063 }, + { { 0, 2, 1, 0, 1, 0, 0, 0, 2, 0, 0 }, 37.73304, 0.00006, 0.034 }, + { { 0, 2, 2, 0, -1, 0, 0, 0, 2, 0, 0 }, 67.51252, 0.00005, 0.033 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 0, -1, 0 }, 218.24391, 0.00005, 0.125 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 0, 1, 0 }, 38.24391, 0.00005, 0.054 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 2, -2, 0 }, 216.07098, 0.00005, 0.288 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 2, -1, 0 }, 218.27481, 0.00002, 0.060 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 2, 1, 0 }, 38.27481, 0.00002, 0.023 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 2, 2, 0 }, 38.24391, 0.00006, 0.018 }, + { { 0, 2, 2, 0, 1, 0, 0, 0, 2, 0, 0 }, 209.69084, 0.00005, 0.033 }, + { { 0, 2, 3, -2, 0, 0, 0, 0, 2, -2, 0 }, 174.58108, 0.00002, 0.293 }, + { { 0, 2, 3, -2, 0, 0, 0, 0, 2, 0, 0 }, 354.58108, 0.00002, 0.033 }, + { { 0, 2, 3, 0, -1, 0, 0, 0, 0, 0, 0 }, 219.53134, 0.00003, 0.162 }, + { { 0, 2, 3, 0, -1, 0, 0, 0, 2, -2, 0 }, 218.78311, 0.00002, 0.228 }, + { { 0, 2, 3, 0, -1, 0, 0, 0, 2, -1, 0 }, 39.48082, 0.00008, 0.057 }, + { { 0, 2, 3, 0, -1, 0, 0, 0, 2, 0, 0 }, 38.78311, 0.00002, 0.032 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, -2, 0, 0 }, 32.09665, 0.00004, 0.054 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, -2, 2, 0 }, 212.09665, 0.00004, 0.125 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 0, -1, 0 }, 299.69225, 0.00002, 0.143 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 0, 1, 0 }, 119.69225, 0.00002, 0.051 }, + { { 0, 2, 4, -2, 0, 0, 0, 0, 2, -2, 0 }, 38.22966, 0.00004, 0.227 }, + { { 0, 2, 4, -2, 0, 0, 0, 0, 2, 0, 0 }, 218.22966, 0.00004, 0.032 }, + { { 0, 2, 4, 0, -2, 0, 0, 0, 2, -3, 0 }, 218.35803, 0.00002, 0.126 }, + { { 0, 2, 4, 0, -2, 0, 0, 0, 2, -2, 0 }, 38.31438, 0.00002, 0.188 }, + { { 0, 2, 4, 0, -2, 0, 0, 0, 2, -1, 0 }, 38.35803, 0.00002, 0.054 }, + { { 0, 2, 4, 0, -2, 0, 0, 0, 2, 0, 0 }, 218.31438, 0.00002, 0.031 }, + { { 0, 3, -9, 0, 2, 0, 0, 0, -2, 0, 0 }, 321.67057, 0.00003, 0.035 }, + { { 0, 3, -9, 4, 0, 0, 0, 0, 2, 0, 0 }, 262.38977, 0.00004, 0.044 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 25.57879, 0.00002, 0.036 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 205.57879, 0.00002, 0.068 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 205.57879, 0.00002, 0.741 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -2, 3, 0 }, 25.57879, 0.00002, 0.084 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, 2, -3, 0 }, 60.82972, 0.00002, 0.055 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 240.82972, 0.00002, 0.120 }, + { { 0, 3, -8, 0, 2, 0, 0, 0, -2, 0, 0 }, 21.77482, 0.00003, 0.036 }, + { { 0, 3, -8, 0, 2, 0, 0, 0, -2, 1, 0 }, 201.89203, 0.00004, 0.069 }, + { { 0, 3, -8, 4, 0, 0, 0, 0, -2, 0, 0 }, 160.57779, 0.00004, 0.039 }, + { { 0, 3, -8, 4, 0, 0, 0, 0, 0, -1, 0 }, 334.10689, 0.00003, 0.070 }, + { { 0, 3, -8, 4, 0, 0, 0, 0, 0, 0, 0 }, 336.61507, 0.00003, 1.003 }, + { { 0, 3, -8, 4, 0, 0, 0, 0, 0, 1, 0 }, 158.85593, 0.00009, 0.082 }, + { { 0, 3, -8, 4, 0, 0, 0, 0, 2, -1, 0 }, 159.51861, 0.00021, 0.095 }, + { { 0, 3, -8, 4, 0, 0, 0, 0, 2, 0, 0 }, 159.97967, 0.00044, 0.042 }, + { { 0, 3, -7, 0, -1, 0, 0, 0, -2, 1, 0 }, 357.24677, 0.00007, 0.073 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, -1, 2 }, 140.72777, 0.00003, 0.075 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 141.85791, 0.00006, 0.037 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 4.11689, 0.00003, 0.074 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, 1, 2 }, 320.72777, 0.00003, 0.076 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 321.85791, 0.00006, 2.862 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, 3, 0 }, 184.11689, 0.00003, 0.077 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 0, -2, 0 }, 321.76503, 0.00002, 0.035 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 298.10099, 0.00002, 0.065 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 247.64353, 0.00002, 0.471 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 118.10099, 0.00002, 0.090 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 100.65158, 0.00004, 0.107 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 105.11537, 0.00017, 0.044 }, + { { 0, 3, -7, 0, 0, 1, 0, 0, -2, 1, 0 }, 229.42666, 0.00002, 0.074 }, + { { 0, 3, -7, 0, 0, 1, 0, 0, -2, 3, 0 }, 229.42666, 0.00002, 0.077 }, + { { 0, 3, -7, 0, 1, 0, 0, 0, -2, 1, 0 }, 92.61949, 0.00003, 0.074 }, + { { 0, 3, -7, 0, 1, 0, 0, 0, -2, 3, 0 }, 272.61949, 0.00003, 0.077 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -4, 0, 0 }, 237.64087, 0.00004, 0.020 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -4, 1, 0 }, 237.64076, 0.00014, 0.028 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -4, 2, 0 }, 237.64052, 0.00004, 0.044 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -2, -1, 0 }, 237.95767, 0.00030, 0.026 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -2, 0, 0 }, 237.70631, 0.00419, 0.040 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -2, 0, 2 }, 57.64086, 0.00003, 0.474 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -2, 1, 0 }, 237.31955, 0.00429, 0.087 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -2, 2, 0 }, 56.71528, 0.00022, 0.563 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, -1, 0, 0 }, 57.64797, 0.00009, 0.081 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, -2, 0 }, 239.42267, 0.00030, 0.038 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, -1, 0 }, 239.43600, 0.00541, 0.075 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, 1, 0 }, 59.43866, 0.00540, 0.075 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, 2, 0 }, 59.42667, 0.00030, 0.038 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 1, 0, 0 }, 237.64318, 0.00009, 0.081 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 2, -2, 0 }, 236.72940, 0.00022, 0.565 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 2, -1, 0 }, 57.32929, 0.00426, 0.087 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 2, 0, 0 }, 57.71522, 0.00416, 0.040 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 2, 1, 0 }, 57.96650, 0.00030, 0.026 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 4, -2, 0 }, 57.65077, 0.00004, 0.044 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 4, -1, 0 }, 57.65047, 0.00013, 0.028 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 4, 0, 0 }, 57.65034, 0.00004, 0.020 }, + { { 0, 3, -6, 0, -2, 0, 0, 0, -2, 1, 0 }, 94.67010, 0.00003, 0.078 }, + { { 0, 3, -6, 0, -2, 0, 0, 0, -2, 3, 0 }, 94.67010, 0.00003, 0.073 }, + { { 0, 3, -6, 0, -1, 0, 0, 0, -2, 1, 0 }, 326.76955, 0.00008, 0.079 }, + { { 0, 3, -6, 0, -1, 0, 0, 0, -2, 3, 0 }, 142.46495, 0.00002, 0.072 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -3, 0, 1 }, 328.81434, 0.00003, 0.040 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -3, 1, 1 }, 149.66610, 0.00002, 0.087 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 355.74694, 0.00010, 0.039 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 336.40820, 0.00002, 0.079 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -2, 3, 0 }, 73.60428, 0.00004, 0.072 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, -1, 1 }, 329.13492, 0.00032, 0.075 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 1, -1 }, 148.99031, 0.00005, 0.073 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 1, 1 }, 149.13492, 0.00032, 0.076 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 195.00494, 0.00010, 0.070 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 181.26780, 0.00008, 0.890 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 1.73846, 0.00027, 0.082 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 1, -1, 1 }, 329.66610, 0.00002, 0.088 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 1, 0, 1 }, 148.81434, 0.00003, 0.041 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 180.32805, 0.00008, 0.345 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 0.31777, 0.00112, 0.097 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 1.11838, 0.00166, 0.042 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 2, 1, 0 }, 359.30476, 0.00018, 0.027 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 4, -1, 0 }, 359.42521, 0.00007, 0.028 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 4, 0, 0 }, 179.90922, 0.00004, 0.021 }, + { { 0, 3, -6, 0, 2, 0, 0, 0, 2, 0, 0 }, 198.72423, 0.00007, 0.042 }, + { { 0, 3, -6, 2, 0, 0, 0, 0, -2, 0, 0 }, 184.49196, 0.00004, 0.040 }, + { { 0, 3, -6, 2, 0, 0, 0, 0, 2, 0, 0 }, 4.68674, 0.00005, 0.041 }, + { { 0, 3, -6, 4, 0, 0, 0, 0, -2, 0, 0 }, 138.99979, 0.00033, 0.042 }, + { { 0, 3, -6, 4, 0, 0, 0, 0, -2, 1, 0 }, 140.29115, 0.00017, 0.095 }, + { { 0, 3, -6, 4, 0, 0, 0, 0, 0, -1, 0 }, 171.28692, 0.00002, 0.082 }, + { { 0, 3, -6, 4, 0, 0, 0, 0, 2, 0, 0 }, 130.74568, 0.00007, 0.039 }, + { { 0, 3, -5, -3, 0, 0, 0, 0, -2, 1, 0 }, 188.35678, 0.00003, 0.076 }, + { { 0, 3, -5, -3, 0, 0, 0, 0, -2, 3, 0 }, 8.35678, 0.00003, 0.075 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -4, 0, 0 }, 75.66706, 0.00014, 0.020 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -4, 1, 0 }, 75.49011, 0.00029, 0.028 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -4, 2, 0 }, 77.92021, 0.00013, 0.043 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -3, 0, 0 }, 73.87917, 0.00005, 0.027 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, -2, 0 }, 75.44986, 0.00008, 0.019 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, -1, 0 }, 72.26375, 0.00085, 0.026 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, -1, 2 }, 262.99771, 0.00004, 0.089 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 74.03146, 0.01339, 0.040 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 0, 2 }, 255.01941, 0.00003, 0.504 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 75.87198, 0.01558, 0.086 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 1, 2 }, 242.71952, 0.00002, 0.066 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 256.28581, 0.00087, 0.606 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 3, 0 }, 256.82644, 0.00005, 0.067 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -1, 0, 0 }, 243.93529, 0.00023, 0.080 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, -3, 0 }, 63.90660, 0.00003, 0.025 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, -2, 0 }, 68.76802, 0.00069, 0.038 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 67.83981, 0.01314, 0.075 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, -1, 2 }, 247.85171, 0.00005, 0.074 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 74.14930, 0.00076, 8.102 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 0, 1 }, 78.40922, 0.00017, 0.075 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 1, -2 }, 67.85171, 0.00005, 0.073 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 248.71735, 0.01375, 0.076 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 2, 0 }, 247.26710, 0.00065, 0.038 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 3, 0 }, 242.70375, 0.00003, 0.025 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 1, -1, 1 }, 76.96409, 0.00006, 0.081 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 1, 0, 0 }, 310.49272, 0.00020, 0.082 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 1, 0, 1 }, 76.96407, 0.00005, 0.039 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 1, 1, 0 }, 283.21881, 0.00004, 0.039 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, -3, 0 }, 78.91672, 0.00006, 0.066 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, -2, 0 }, 77.65758, 0.00107, 0.527 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, -1, -2 }, 75.75537, 0.00003, 0.065 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 256.97761, 0.01830, 0.088 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 0, -2 }, 76.41168, 0.00007, 0.448 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 256.54159, 0.01777, 0.041 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 1, -2 }, 76.31553, 0.00004, 0.091 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 1, 0 }, 255.82186, 0.00114, 0.026 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 2, 0 }, 256.72826, 0.00011, 0.020 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 3, -2, 0 }, 282.97958, 0.00005, 0.096 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 3, -1, 0 }, 283.27586, 0.00013, 0.042 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 3, 0, 0 }, 265.23111, 0.00011, 0.027 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 4, -2, 0 }, 257.62900, 0.00015, 0.044 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 4, -1, 0 }, 256.59816, 0.00040, 0.028 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 4, 0, 0 }, 254.19051, 0.00013, 0.020 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 4, 1, 0 }, 255.76536, 0.00003, 0.016 }, + { { 0, 3, -5, 0, 0, 2, 0, 0, 0, -1, 0 }, 269.67378, 0.00003, 0.075 }, + { { 0, 3, -5, 0, 0, 2, 0, 0, 0, 1, 0 }, 89.67378, 0.00003, 0.076 }, + { { 0, 3, -5, 0, 0, 3, 0, 0, -2, 0, 0 }, 177.11605, 0.00004, 0.040 }, + { { 0, 3, -5, 0, 0, 3, 0, 0, 0, -1, 0 }, 177.32583, 0.00004, 0.075 }, + { { 0, 3, -5, 0, 0, 3, 0, 0, 0, 1, 0 }, 357.32583, 0.00004, 0.076 }, + { { 0, 3, -5, 0, 0, 3, 0, 0, 2, 0, 0 }, 357.12420, 0.00004, 0.040 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, -2, 0, 0 }, 172.52717, 0.00023, 0.040 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, -2, 1, 0 }, 172.38205, 0.00011, 0.087 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, 0, -1, 0 }, 172.45129, 0.00023, 0.075 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, 0, 1, 0 }, 352.45129, 0.00023, 0.076 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, 2, -1, 0 }, 353.46404, 0.00013, 0.087 }, + { { 0, 3, -5, 0, 1, 0, 0, 0, 2, 0, 0 }, 355.11470, 0.00016, 0.040 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, -2, -1, 0 }, 268.98598, 0.00008, 0.026 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, -2, 0, 0 }, 268.99423, 0.00070, 0.040 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, -2, 1, 0 }, 268.55068, 0.00057, 0.087 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, -2, 2, 0 }, 88.97077, 0.00004, 0.550 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 0, -2, 0 }, 270.82104, 0.00004, 0.038 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 0, -1, 0 }, 270.31040, 0.00097, 0.076 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 0, 1, 0 }, 90.31883, 0.00097, 0.075 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 0, 2, 0 }, 90.73039, 0.00004, 0.038 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 2, -1, 0 }, 88.50760, 0.00052, 0.087 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 2, 0, 0 }, 88.93283, 0.00063, 0.040 }, + { { 0, 3, -5, 0, 2, 0, 0, 0, 2, 1, 0 }, 88.94936, 0.00005, 0.026 }, + { { 0, 3, -5, 0, 3, 0, 0, 0, -2, 0, 0 }, 260.28352, 0.00003, 0.041 }, + { { 0, 3, -5, 0, 3, 0, 0, 0, 2, -1, 0 }, 80.19941, 0.00004, 0.086 }, + { { 0, 3, -5, 2, 0, 0, 0, 0, -2, 0, 0 }, 89.16063, 0.00005, 0.042 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -6, 1, 0 }, 0.60846, 0.00002, 0.017 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -4, -1, 0 }, 1.37821, 0.00005, 0.016 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -4, 0, 0 }, 2.49393, 0.00034, 0.021 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -4, 1, 0 }, 0.58508, 0.00087, 0.028 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -4, 2, 0 }, 0.45971, 0.00038, 0.045 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -3, 0, 0 }, 0.44435, 0.00007, 0.028 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -3, 1, 0 }, 180.32414, 0.00018, 0.044 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, -2, 0 }, 0.60134, 0.00036, 0.020 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, -1, 0 }, 0.62531, 0.00288, 0.027 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, -1, 2 }, 180.58532, 0.00003, 0.097 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 0.54004, 0.04556, 0.042 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 0, 2 }, 180.60435, 0.00019, 0.335 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 0.61150, 0.03489, 0.094 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 1, 2 }, 180.65036, 0.00009, 0.062 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 2, 0 }, 180.66879, 0.00223, 0.377 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 3, 0 }, 180.68848, 0.00012, 0.063 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, -2, 0 }, 0.21385, 0.00008, 0.026 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, -1, 0 }, 0.33403, 0.00089, 0.040 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, -1, 1 }, 166.62822, 0.00009, 0.088 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 0, -1 }, 346.58129, 0.00016, 0.040 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 180.34595, 0.00957, 0.087 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 0, 1 }, 346.63162, 0.00013, 0.518 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 1, -1 }, 346.63601, 0.00019, 0.086 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 1, 0 }, 0.30879, 0.00133, 0.567 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 1, 1 }, 346.62822, 0.00009, 0.066 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 2, 0 }, 0.28719, 0.00012, 0.067 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, -3, 0 }, 1.63869, 0.00011, 0.026 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 1.40683, 0.00180, 0.039 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 1.19151, 0.03488, 0.081 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, -1, 2 }, 180.93437, 0.00011, 0.069 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 0, -2 }, 0.84529, 0.00012, 0.039 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 0, -1 }, 346.48346, 0.00007, 0.080 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 181.01987, 0.01145, 1.141 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 0, 1 }, 346.31181, 0.00004, 0.070 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 0, 2 }, 0.91617, 0.00008, 0.036 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 1, -2 }, 1.99373, 0.00006, 0.079 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 181.14487, 0.02778, 0.071 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 2, 0 }, 180.93407, 0.00150, 0.037 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 3, 0 }, 181.04300, 0.00009, 0.025 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -3, 0 }, 359.95433, 0.00021, 0.038 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -2, 0 }, 359.95433, 0.00380, 0.075 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -1, -1 }, 167.62943, 0.00005, 0.074 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -1, 0 }, 0.31013, 0.00319, 95.796 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -1, 1 }, 165.48379, 0.00008, 0.075 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, -2 }, 0.28240, 0.00021, 0.074 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, -1 }, 346.62339, 0.00005, 5.644 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 180.28888, 0.06007, 0.075 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, 1 }, 354.57477, 0.00005, 0.037 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 1, -1 }, 347.62943, 0.00005, 0.076 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 1, 0 }, 180.28757, 0.00327, 0.038 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 2, 0 }, 180.28188, 0.00018, 0.025 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, -3, 0 }, 245.60229, 0.00004, 0.071 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 179.11626, 0.00037, 1.114 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, -1, -2 }, 181.61142, 0.00003, 0.069 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 192.87947, 0.00362, 0.081 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, 0, -1 }, 346.52829, 0.00006, 0.082 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 182.04149, 0.00566, 0.039 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, 1, -2 }, 1.61142, 0.00003, 0.083 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, 1, 0 }, 180.15883, 0.00057, 0.026 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, 2, 0 }, 181.32049, 0.00005, 0.019 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, -3, 0 }, 1.35506, 0.00003, 0.560 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, -2, 0 }, 180.56971, 0.00119, 0.087 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, -1, -1 }, 166.64546, 0.00006, 0.088 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, -1, 0 }, 180.33672, 0.00205, 0.040 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, 0, -1 }, 166.47713, 0.00004, 0.041 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, 0, 0 }, 180.29719, 0.00061, 0.026 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 3, 1, 0 }, 180.28300, 0.00006, 0.020 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 4, -3, 0 }, 4.17906, 0.00005, 0.094 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 4, -2, 0 }, 193.48229, 0.00024, 0.042 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 4, -1, 0 }, 189.81414, 0.00048, 0.027 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 4, 0, 0 }, 185.49621, 0.00007, 0.020 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 4, 1, 0 }, 1.69537, 0.00002, 0.016 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 5, -2, 0 }, 180.40960, 0.00004, 0.028 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, -2, 0, 0 }, 80.00000, 0.00011, 0.042 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, -2, 1, 0 }, 85.61226, 0.00007, 0.095 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, 0, -1, 0 }, 86.76213, 0.00002, 0.081 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, 0, 0, 0 }, 88.68872, 0.00003, 1.041 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, 0, 1, 0 }, 266.76213, 0.00002, 0.070 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, 0, 2, 0 }, 88.68872, 0.00003, 0.036 }, + { { 0, 3, -4, 0, 1, 0, 0, 0, 2, -1, 0 }, 237.78864, 0.00004, 0.080 }, + { { 0, 3, -4, 0, 2, 0, 0, 0, -2, 0, 0 }, 173.49065, 0.00008, 0.042 }, + { { 0, 3, -4, 0, 2, 0, 0, 0, 1, -1, -1 }, 320.96169, 0.00002, 0.075 }, + { { 0, 3, -4, 0, 2, 0, 0, 0, 1, 1, -1 }, 140.96169, 0.00002, 0.075 }, + { { 0, 3, -4, 0, 2, 0, 0, 0, 2, 0, 0 }, 330.25736, 0.00005, 0.039 }, + { { 0, 3, -4, 2, 0, 0, 0, 0, 2, -3, 0 }, 201.43075, 0.00002, 0.076 }, + { { 0, 3, -4, 2, 0, 0, 0, 0, 2, -1, 0 }, 21.43075, 0.00002, 0.075 }, + { { 0, 3, -3, 0, -2, 0, 0, 0, 2, -1, 0 }, 300.30906, 0.00003, 0.076 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, -2, 0, 0 }, 305.94531, 0.00007, 0.044 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, -2, 2, 0 }, 182.19971, 0.00003, 0.280 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, 2, -3, 0 }, 13.16266, 0.00002, 0.076 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, 2, -2, 0 }, 284.04550, 0.00002, 54.802 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, 2, -1, 0 }, 172.56988, 0.00008, 0.075 }, + { { 0, 3, -3, 0, -1, 0, 0, 0, 2, 0, 0 }, 104.04550, 0.00002, 0.038 }, + { { 0, 3, -3, 0, 0, -3, 0, 0, 2, -3, 0 }, 212.06366, 0.00004, 0.075 }, + { { 0, 3, -3, 0, 0, -3, 0, 0, 2, -1, 0 }, 32.06366, 0.00004, 0.075 }, + { { 0, 3, -3, 0, 0, -1, 0, 0, 2, -1, 0 }, 2.79090, 0.00006, 0.075 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -4, 0, 0 }, 97.66787, 0.00014, 0.021 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -4, 1, 0 }, 99.29786, 0.00019, 0.029 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -4, 2, 0 }, 93.32847, 0.00007, 0.047 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -3, 0, 0 }, 93.93856, 0.00005, 0.028 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, -2, 0 }, 91.14277, 0.00022, 0.020 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, -1, 0 }, 92.09005, 0.00186, 0.028 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, -1, 2 }, 272.08724, 0.00002, 0.108 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 92.98757, 0.01729, 0.044 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 92.71917, 0.00987, 0.104 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 1, 2 }, 92.08724, 0.00002, 0.058 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 2, 0 }, 271.78685, 0.00096, 0.274 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 3, 0 }, 271.02632, 0.00010, 0.059 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -1, -1, 0 }, 265.10711, 0.00019, 0.042 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -1, 0, -1 }, 268.57890, 0.00006, 0.042 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -1, 0, 0 }, 65.18792, 0.00019, 0.095 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -4, 0 }, 90.14305, 0.00002, 0.020 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -3, 0 }, 90.04474, 0.00043, 0.026 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -2, 0 }, 90.14029, 0.00658, 0.041 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -2, 2 }, 89.98628, 0.00005, 0.452 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 90.10540, 0.09932, 0.088 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -1, 2 }, 270.12239, 0.00023, 0.065 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 0, -2 }, 269.46556, 0.00004, 0.040 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 270.57562, 0.00737, 0.533 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 0, 2 }, 269.90191, 0.00005, 0.035 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 1, -2 }, 90.20675, 0.00019, 0.085 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 89.17732, 0.00707, 0.066 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 2, 0 }, 89.62631, 0.00047, 0.035 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, -2, 0 }, 264.89913, 0.00006, 0.082 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, -1, -1 }, 272.09030, 0.00009, 0.080 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, -1, 0 }, 89.99747, 0.00037, 1.011 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, -1, 1 }, 276.58995, 0.00005, 0.069 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 268.34447, 0.00225, 0.070 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, 0, 1 }, 96.59464, 0.00006, 0.036 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, 1, -1 }, 92.09030, 0.00009, 0.071 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, 1, 0 }, 270.02366, 0.00012, 0.036 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -4, 0 }, 95.82791, 0.00003, 0.038 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -3, 0 }, 95.35975, 0.00066, 0.076 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -2, -2 }, 269.99509, 0.00017, 0.037 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -2, 0 }, 269.99573, 0.03452, 9.751 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -2, 2 }, 269.98152, 0.00013, 0.037 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -1, -2 }, 269.98820, 0.00296, 0.074 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.98187, 0.59827, 0.075 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 0, -2 }, 89.99076, 0.00032, 4.330 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 0, -1 }, 101.31859, 0.00014, 0.076 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 89.85303, 0.01139, 0.038 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 1, -2 }, 90.01467, 0.00065, 0.077 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 1, 0 }, 89.75324, 0.00095, 0.025 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 2, -2 }, 90.02057, 0.00004, 0.038 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 2, 0 }, 270.21384, 0.00006, 0.019 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 3, -1, 0 }, 269.94140, 0.00013, 0.039 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 3, 0, 0 }, 270.06278, 0.00019, 0.026 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -4, 0 }, 88.80426, 0.00007, 0.598 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -3, 0 }, 269.46716, 0.00123, 0.086 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -2, -2 }, 89.98628, 0.00005, 0.499 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -2, 0 }, 89.96794, 0.00497, 0.040 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -1, -2 }, 269.99877, 0.00025, 0.089 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, -1, 0 }, 89.95865, 0.00490, 0.026 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 4, 0, 0 }, 89.96719, 0.00035, 0.019 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 6, -3, 0 }, 90.06342, 0.00007, 0.028 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 6, -2, 0 }, 89.98236, 0.00012, 0.020 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 6, -1, 0 }, 89.98197, 0.00005, 0.016 }, + { { 0, 3, -3, 0, 0, 1, 0, 0, 2, -3, 0 }, 177.68777, 0.00002, 0.076 }, + { { 0, 3, -3, 0, 0, 1, 0, 0, 2, -1, 0 }, 357.68777, 0.00002, 0.075 }, + { { 0, 3, -3, 0, 1, 0, 0, 0, -2, 0, 0 }, 60.11801, 0.00007, 0.044 }, + { { 0, 3, -3, 0, 1, 0, 0, 0, 2, -3, 0 }, 300.29140, 0.00002, 0.077 }, + { { 0, 3, -3, 0, 1, 0, 0, 0, 2, -1, 0 }, 120.29140, 0.00002, 0.074 }, + { { 0, 3, -3, 0, 1, 0, 0, 0, 2, 0, 0 }, 242.07525, 0.00003, 0.037 }, + { { 0, 3, -3, 0, 2, 0, 0, 0, 2, -3, 0 }, 85.17090, 0.00002, 0.077 }, + { { 0, 3, -3, 0, 2, 0, 0, 0, 2, -1, 0 }, 85.17090, 0.00002, 0.074 }, + { { 0, 3, -2, -3, 0, 0, 0, 0, 2, -3, 0 }, 33.51344, 0.00003, 0.073 }, + { { 0, 3, -2, -3, 0, 0, 0, 0, 2, -1, 0 }, 213.51344, 0.00003, 0.078 }, + { { 0, 3, -2, -2, 0, 0, 0, 0, 2, -2, 0 }, 229.60740, 0.00003, 25.521 }, + { { 0, 3, -2, -2, 0, 0, 0, 0, 2, 0, 0 }, 49.60740, 0.00003, 0.038 }, + { { 0, 3, -2, 0, -2, 0, 0, 0, -2, 0, 0 }, 179.59678, 0.00002, 0.045 }, + { { 0, 3, -2, 0, -2, 0, 0, 0, -2, 2, 0 }, 179.59678, 0.00002, 0.223 }, + { { 0, 3, -2, 0, -1, 0, 0, 0, -2, 0, 0 }, 91.30546, 0.00020, 0.046 }, + { { 0, 3, -2, 0, -1, 0, 0, 0, -2, 2, 0 }, 271.48892, 0.00003, 0.219 }, + { { 0, 3, -2, 0, -1, 0, 0, 0, 0, 0, 0 }, 90.93955, 0.00010, 0.358 }, + { { 0, 3, -2, 0, -1, 0, 0, 0, 2, -1, 0 }, 94.78524, 0.00009, 0.070 }, + { { 0, 3, -2, 0, -1, 0, 0, 0, 2, 0, 0 }, 274.00432, 0.00009, 0.036 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -4, 0, 0 }, 170.05798, 0.00005, 0.021 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -4, 1, 0 }, 346.71326, 0.00004, 0.030 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, -1, 0 }, 347.04411, 0.00032, 0.028 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 347.46870, 0.00203, 0.046 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 347.44519, 0.00086, 0.116 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, 2, 0 }, 165.34323, 0.00004, 0.215 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, -1, -1 }, 193.18326, 0.00003, 0.028 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, -1, 1 }, 13.21433, 0.00006, 0.107 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, 0, -1 }, 193.09292, 0.00036, 0.044 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, 0, 1 }, 193.26532, 0.00027, 0.254 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, 1, -1 }, 193.37838, 0.00006, 0.104 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, 1, 1 }, 193.25977, 0.00011, 0.058 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, -3, 0 }, 347.15235, 0.00002, 0.027 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, -2, 0 }, 346.76480, 0.00034, 0.042 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 346.67057, 0.00421, 0.096 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 158.26956, 0.00051, 0.348 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 25.50823, 0.00006, 0.062 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, -1, -1 }, 13.16782, 0.00006, 0.087 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, -1, 1 }, 193.30998, 0.00034, 0.065 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.36425, 0.00034, 0.549 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 0, 1 }, 13.26624, 0.00021, 0.035 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 1, -1 }, 13.30739, 0.00034, 0.066 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, -4, 0 }, 162.63289, 0.00002, 0.039 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, -3, 0 }, 176.07523, 0.00004, 0.082 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 168.20342, 0.00005, 0.907 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 166.12093, 0.00364, 0.070 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, 0, -1 }, 193.34109, 0.00008, 0.070 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 341.91350, 0.00010, 0.036 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, 1, 0 }, 344.12119, 0.00004, 0.024 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 3, -2, -1 }, 193.28511, 0.00013, 20.498 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 3, -1, -1 }, 13.28753, 0.00222, 0.075 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 3, 0, -1 }, 13.29293, 0.00016, 0.038 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 4, -2, 0 }, 166.71469, 0.00007, 0.039 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 4, -1, 0 }, 167.04427, 0.00008, 0.026 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 5, -2, -1 }, 13.28731, 0.00002, 0.040 }, + { { 0, 3, -1, -2, 0, 0, 0, 0, -2, 0, 0 }, 90.49502, 0.00002, 0.046 }, + { { 0, 3, -1, -2, 0, 0, 0, 0, -2, 2, 0 }, 270.49502, 0.00002, 0.218 }, + { { 0, 3, -1, 0, -2, 0, 0, 0, 0, -2, 0 }, 89.98955, 0.00003, 0.044 }, + { { 0, 3, -1, 0, -2, 0, 0, 0, 0, 0, 0 }, 269.98955, 0.00003, 0.270 }, + { { 0, 3, -1, 0, -1, 0, 0, 0, -2, 0, 0 }, 180.40749, 0.00003, 0.048 }, + { { 0, 3, -1, 0, -1, 0, 0, 0, -2, 2, 0 }, 0.40749, 0.00003, 0.180 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, -2, -1, 0 }, 132.19946, 0.00003, 0.029 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 158.59623, 0.00024, 0.048 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, -2, 1, 0 }, 134.26982, 0.00004, 0.131 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, -1, 0, -1 }, 98.19776, 0.00004, 0.046 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 0, -1, 0 }, 181.67249, 0.00012, 0.107 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 294.99561, 0.00052, 0.258 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 0, 1, 0 }, 295.78164, 0.00020, 0.058 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 1, 0, 0 }, 117.97900, 0.00003, 0.062 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 2, -3, 0 }, 255.92968, 0.00002, 0.090 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 2, -1, 0 }, 303.30416, 0.00034, 0.065 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 116.31525, 0.00016, 0.035 }, + { { 0, 3, 0, 0, -2, 0, 0, 0, -2, 0, 0 }, 359.02651, 0.00002, 0.050 }, + { { 0, 3, 0, 0, -2, 0, 0, 0, -2, 2, 0 }, 359.02651, 0.00002, 0.154 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, -2, 0, 0 }, 22.27467, 0.00009, 0.050 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 202.18343, 0.00003, 0.205 }, + { { 0, 3, 0, 0, 1, 0, 0, 0, 2, 0, 0 }, 35.38836, 0.00004, 0.034 }, + { { 0, 3, 1, 0, -1, 0, 0, 0, 2, -2, 0 }, 242.57764, 0.00002, 0.249 }, + { { 0, 3, 1, 0, -1, 0, 0, 0, 2, 0, 0 }, 62.57764, 0.00002, 0.033 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 0, -1, 0 }, 38.32687, 0.00002, 0.136 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 0, 1, 0 }, 218.32687, 0.00002, 0.052 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 2, -2, 0 }, 216.20660, 0.00005, 0.244 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 2, 0, 0 }, 34.67343, 0.00003, 0.033 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 2, 2, 0 }, 38.21162, 0.00002, 0.018 }, + { { 0, 3, 1, 0, 1, 0, 0, 0, 2, -1, 0 }, 209.51773, 0.00003, 0.057 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, -2, 0, 0 }, 32.08098, 0.00005, 0.056 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, -2, 2, 0 }, 212.08098, 0.00005, 0.116 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0 }, 114.78509, 0.00003, 0.145 }, + { { 0, 3, 5, -15, 0, 0, 0, 0, 2, -3, 0 }, 246.70371, 0.00003, 0.076 }, + { { 0, 3, 5, -15, 0, 0, 0, 0, 2, -1, 0 }, 66.70371, 0.00003, 0.075 }, + { { 0, 4, -10, 3, 0, 0, 0, 0, -2, 1, 0 }, 62.55143, 0.00002, 0.075 }, + { { 0, 4, -10, 3, 0, 0, 0, 0, -2, 3, 0 }, 242.55143, 0.00002, 0.076 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 35.92444, 0.00004, 0.037 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 127.03815, 0.00003, 0.072 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -2, 2, 0 }, 215.92444, 0.00004, 1.381 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -2, 3, 0 }, 307.03815, 0.00003, 0.080 }, + { { 0, 4, -8, 0, 0, -1, 0, 0, -2, 1, 0 }, 54.31545, 0.00006, 0.077 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 141.77386, 0.00003, 0.038 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 214.69537, 0.00002, 0.077 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 321.77386, 0.00003, 3.622 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, -2, 3, 0 }, 34.69537, 0.00002, 0.074 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 321.81112, 0.00003, 0.036 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 141.81112, 0.00003, 0.668 }, + { { 0, 4, -8, 0, 1, 0, 0, 0, -2, 0, 0 }, 132.07381, 0.00002, 0.038 }, + { { 0, 4, -8, 0, 1, 0, 0, 0, -2, 1, 0 }, 270.30031, 0.00009, 0.078 }, + { { 0, 4, -8, 0, 1, 0, 0, 0, -2, 2, 0 }, 312.07381, 0.00002, 2.775 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 112.21405, 0.00006, 0.040 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 146.84751, 0.00008, 0.083 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 344.18890, 0.00010, 0.073 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 157.95616, 0.00007, 0.078 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 2.72881, 0.00011, 0.091 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 14.89368, 0.00008, 0.041 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -4, 0, 0 }, 75.16771, 0.00004, 0.020 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -4, 1, 0 }, 74.75645, 0.00008, 0.028 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -4, 2, 0 }, 80.06348, 0.00003, 0.045 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, -1, 0 }, 76.57425, 0.00027, 0.027 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 75.38155, 0.00393, 0.041 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 75.61732, 0.00316, 0.091 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 251.94183, 0.00017, 0.439 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -1, -1, 1 }, 79.23845, 0.00005, 0.085 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -1, 0, 0 }, 252.19468, 0.00015, 0.084 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, -2, 0 }, 75.40468, 0.00029, 0.038 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 72.68050, 0.00447, 0.078 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 253.74084, 0.00095, 1.992 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 252.62772, 0.00413, 0.073 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 2, 0 }, 250.35732, 0.00020, 0.037 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, -1, -1 }, 79.21336, 0.00008, 0.072 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, -1, 1 }, 79.23846, 0.00027, 0.077 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, 0, 0 }, 250.44634, 0.00024, 0.078 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, 0, 1 }, 79.19328, 0.00007, 0.038 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, 1, -1 }, 259.21336, 0.00008, 0.079 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 251.25825, 0.00008, 0.786 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 140.18286, 0.00006, 0.083 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 252.86840, 0.00078, 0.040 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 2, 1, 0 }, 254.44645, 0.00013, 0.026 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 4, 0, 0 }, 75.19751, 0.00005, 0.020 }, + { { 0, 4, -6, 0, 1, 0, 0, 0, 2, -2, 0 }, 359.54365, 0.00003, 0.842 }, + { { 0, 4, -6, 0, 1, 0, 0, 0, 2, 0, 0 }, 359.54365, 0.00003, 0.039 }, + { { 0, 4, -6, 0, 2, 0, 0, 0, -2, 0, 0 }, 269.87138, 0.00005, 0.042 }, + { { 0, 4, -6, 2, 0, 0, 0, 0, 2, -3, 0 }, 218.67202, 0.00002, 0.074 }, + { { 0, 4, -6, 2, 0, 0, 0, 0, 2, -1, 0 }, 38.67202, 0.00002, 0.077 }, + { { 0, 4, -5, 0, -1, 0, 0, 0, 2, -1, 0 }, 8.18993, 0.00004, 0.078 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -4, 0, 0 }, 180.25913, 0.00003, 0.021 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -4, 1, 0 }, 183.40934, 0.00010, 0.029 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -4, 2, 0 }, 182.56671, 0.00003, 0.047 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, -1, 0 }, 183.93937, 0.00021, 0.027 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 184.28906, 0.00414, 0.043 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 182.93252, 0.00289, 0.100 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 4.15949, 0.00017, 0.305 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 3, 0 }, 181.04546, 0.00004, 0.060 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 0, -1 }, 166.52770, 0.00042, 0.041 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 0, 0 }, 358.59584, 0.00005, 0.092 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 0, 1 }, 165.87667, 0.00019, 0.391 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 1, -1 }, 166.54760, 0.00010, 0.091 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 1, 1 }, 166.53829, 0.00011, 0.063 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 2, -1 }, 166.38043, 0.00002, 0.450 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, -3, 0 }, 2.86448, 0.00002, 0.026 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, -2, 0 }, 1.46847, 0.00022, 0.040 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 0.78529, 0.00444, 0.085 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, 0, -1 }, 346.44170, 0.00004, 0.084 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 178.51551, 0.00046, 0.666 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 175.96391, 0.00035, 0.068 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, -2, -1 }, 166.51343, 0.00007, 0.038 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, -2, 1 }, 346.48615, 0.00004, 1.279 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, -1, -1 }, 166.51350, 0.00121, 0.078 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, -1, 1 }, 166.51855, 0.00095, 0.071 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 0, -1 }, 346.51639, 0.00033, 2.231 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 0, 0 }, 358.59602, 0.00030, 0.072 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 0, 1 }, 349.66498, 0.00023, 0.037 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 1, -1 }, 346.51350, 0.00121, 0.073 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 2, -1 }, 346.51350, 0.00007, 0.037 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, -2, 0 }, 182.11004, 0.00159, 3.678 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, -1, -2 }, 181.43363, 0.00008, 0.072 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 1.37914, 0.02671, 0.077 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, 0, -1 }, 346.46312, 0.00016, 0.078 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 2.18950, 0.00447, 0.038 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, 1, -2 }, 182.25678, 0.00002, 0.079 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, 1, 0 }, 2.66273, 0.00025, 0.025 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 3, -1, -1 }, 166.51545, 0.00012, 0.084 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 3, 0, -1 }, 346.51131, 0.00012, 0.040 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 4, -3, 0 }, 3.96732, 0.00005, 0.089 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 4, -2, 0 }, 358.81547, 0.00025, 0.041 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 4, -1, 0 }, 1.16743, 0.00028, 0.027 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 4, 0, 0 }, 7.20549, 0.00006, 0.020 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 6, -2, 0 }, 184.61369, 0.00002, 0.020 }, + { { 0, 4, -5, 0, 0, 1, 0, 0, 2, -1, 0 }, 269.71691, 0.00004, 0.077 }, + { { 0, 4, -5, 0, 1, 0, 0, 0, -2, 0, 0 }, 277.37805, 0.00011, 0.043 }, + { { 0, 4, -5, 0, 1, 0, 0, 0, 0, -1, 0 }, 268.00947, 0.00002, 0.086 }, + { { 0, 4, -5, 0, 1, 0, 0, 0, 0, 0, 0 }, 88.85174, 0.00005, 0.630 }, + { { 0, 4, -5, 0, 1, 0, 0, 0, 0, 1, 0 }, 88.00947, 0.00002, 0.067 }, + { { 0, 4, -5, 0, 1, 0, 0, 0, 2, -3, 0 }, 89.84212, 0.00003, 0.074 }, + { { 0, 4, -5, 0, 1, 0, 0, 0, 2, -1, 0 }, 359.73782, 0.00005, 0.077 }, + { { 0, 4, -5, 0, 2, 0, 0, 0, 2, 0, 0 }, 330.29485, 0.00004, 0.038 }, + { { 0, 4, -5, 2, 0, 0, 0, 0, 2, -3, 0 }, 314.65763, 0.00004, 0.080 }, + { { 0, 4, -5, 2, 0, 0, 0, 0, 2, -1, 0 }, 134.65763, 0.00004, 0.071 }, + { { 0, 4, -4, 0, -1, 0, 0, 0, -2, 0, 0 }, 283.10910, 0.00005, 0.045 }, + { { 0, 4, -4, 0, -1, 0, 0, 0, 2, -1, 0 }, 282.64858, 0.00006, 0.072 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -6, 2, 0 }, 269.12126, 0.00002, 0.022 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -4, -1, 0 }, 269.55058, 0.00003, 0.017 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -4, 0, 0 }, 90.04815, 0.00007, 0.021 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -4, 1, 0 }, 89.50002, 0.00022, 0.030 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, -2, 0 }, 89.68196, 0.00002, 0.021 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, -1, 0 }, 89.11658, 0.00037, 0.028 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 88.98050, 0.00534, 0.045 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 88.89580, 0.00265, 0.111 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, 2, 0 }, 269.06736, 0.00035, 0.234 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, 3, 0 }, 268.59522, 0.00004, 0.057 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 92.44071, 0.00004, 0.101 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, -3, 0 }, 90.26910, 0.00003, 0.027 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 90.37485, 0.00037, 0.042 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 90.27940, 0.00595, 0.093 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, -1, 2 }, 90.09232, 0.00002, 0.062 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 0, -2 }, 270.05376, 0.00012, 0.041 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 90.14325, 0.00627, 0.400 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 0, 2 }, 270.03963, 0.00010, 0.034 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 1, -2 }, 270.11425, 0.00012, 0.090 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 90.06717, 0.00732, 0.063 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 2, 0 }, 90.05766, 0.00047, 0.034 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 3, 0 }, 90.35908, 0.00002, 0.024 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, -2, 0 }, 91.14020, 0.00007, 0.086 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, -1, -1 }, 279.95183, 0.00004, 0.085 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, -1, 0 }, 90.03912, 0.00007, 0.619 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 270.08806, 0.00123, 0.067 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, 0, 1 }, 99.83600, 0.00006, 0.035 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, 1, -1 }, 99.95183, 0.00004, 0.068 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, 1, 0 }, 270.10075, 0.00007, 0.036 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, -3, 0 }, 270.39945, 0.00021, 0.080 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 270.01213, 0.00419, 1.374 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, -1, -2 }, 269.86310, 0.00031, 0.078 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.99224, 0.07945, 0.072 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 0, -2 }, 90.04232, 0.00006, 2.535 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 270.06185, 0.01476, 0.037 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 1, 0 }, 270.21115, 0.00070, 0.025 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 2, 0 }, 269.95549, 0.00016, 0.019 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 3, -2, 0 }, 90.10242, 0.00035, 0.076 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 3, -1, 0 }, 90.06459, 0.00008, 0.038 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 3, 0, -2 }, 90.06452, 0.00004, 0.078 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 3, 0, 0 }, 270.06454, 0.00023, 0.025 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 4, -2, 0 }, 90.04943, 0.00084, 0.039 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 4, -1, -2 }, 90.19917, 0.00005, 0.084 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 4, -1, 0 }, 90.12249, 0.00043, 0.026 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 4, 0, -2 }, 90.01679, 0.00006, 0.040 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 4, 0, 0 }, 270.01294, 0.00016, 0.019 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 4, 1, 0 }, 270.21122, 0.00004, 0.015 }, + { { 0, 4, -4, 0, 1, 0, 0, 0, -2, 0, 0 }, 75.71920, 0.00005, 0.045 }, + { { 0, 4, -4, 0, 1, 0, 0, 0, 2, -1, 0 }, 50.45337, 0.00005, 0.071 }, + { { 0, 4, -3, 0, -2, 0, 0, 0, -2, 0, 0 }, 178.12706, 0.00002, 0.047 }, + { { 0, 4, -3, 0, -2, 0, 0, 0, -2, 2, 0 }, 358.12706, 0.00002, 0.196 }, + { { 0, 4, -3, 0, -1, 0, 0, 0, 0, 0, 0 }, 91.39435, 0.00009, 0.293 }, + { { 0, 4, -3, 0, -1, 0, 0, 0, 0, 2, 0 }, 91.13891, 0.00002, 0.033 }, + { { 0, 4, -3, 0, -1, 0, 0, 0, 2, 0, 0 }, 273.96489, 0.00008, 0.036 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -4, 0, 0 }, 166.15224, 0.00004, 0.022 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, -1, 0 }, 343.41837, 0.00005, 0.029 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 343.51870, 0.00062, 0.047 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 344.63919, 0.00027, 0.125 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, 2, 0 }, 196.63623, 0.00002, 0.190 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -1, -1, 1 }, 13.30117, 0.00004, 0.115 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -1, 0, -1 }, 192.89991, 0.00029, 0.045 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -1, 0, 1 }, 193.29766, 0.00022, 0.220 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -1, 1, -1 }, 193.29968, 0.00007, 0.111 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -1, 1, 1 }, 193.31284, 0.00008, 0.056 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, -2, 0 }, 346.86576, 0.00003, 0.043 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 345.05693, 0.00039, 0.103 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 34.85071, 0.00004, 0.286 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 352.82291, 0.00007, 0.060 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, -1, -1 }, 193.32328, 0.00023, 0.093 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, -1, 1 }, 193.32682, 0.00026, 0.062 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.38167, 0.00037, 0.408 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, 0, 1 }, 13.32711, 0.00020, 0.034 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, 1, -1 }, 13.32328, 0.00023, 0.064 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, -3, 0 }, 170.89445, 0.00003, 0.087 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, -2, 0 }, 347.10820, 0.00003, 0.579 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 169.26049, 0.00094, 0.067 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, 0, -1 }, 193.34634, 0.00004, 0.067 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 350.37239, 0.00042, 0.035 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, 1, 0 }, 347.99278, 0.00006, 0.024 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 3, -1, -1 }, 13.32467, 0.00012, 0.072 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 3, 0, -1 }, 13.32938, 0.00003, 0.037 }, + { { 0, 4, -2, 0, -1, 0, 0, 0, -2, 0, 0 }, 180.16528, 0.00002, 0.049 }, + { { 0, 4, -2, 0, -1, 0, 0, 0, -2, 2, 0 }, 0.16528, 0.00002, 0.162 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, -2, -1, 0 }, 121.80694, 0.00003, 0.030 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 130.24491, 0.00023, 0.049 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 116.26584, 0.00011, 0.114 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 295.21657, 0.00049, 0.222 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 296.21226, 0.00016, 0.056 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 296.11163, 0.00030, 0.063 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 116.22628, 0.00017, 0.034 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 19.69050, 0.00008, 0.052 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, 2, -2, 0 }, 151.11331, 0.00002, 0.268 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 331.11331, 0.00002, 0.033 }, + { { 0, 4, -1, 0, 1, 0, 0, 0, 2, 0, 0 }, 35.38594, 0.00003, 0.033 }, + { { 0, 4, 0, 0, -1, 0, 0, 0, 2, -2, 0 }, 237.09829, 0.00003, 0.215 }, + { { 0, 4, 0, 0, -1, 0, 0, 0, 2, 0, 0 }, 57.09829, 0.00003, 0.032 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 38.21204, 0.00003, 0.154 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0 }, 218.21204, 0.00003, 0.030 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 2, -2, 0 }, 217.98852, 0.00004, 0.212 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 37.98852, 0.00004, 0.032 }, + { { 0, 4, 0, 0, 1, 0, 0, 0, 2, -2, 0 }, 27.34016, 0.00002, 0.208 }, + { { 0, 4, 0, 0, 1, 0, 0, 0, 2, 0, 0 }, 207.34016, 0.00002, 0.032 }, + { { 0, 4, 1, 0, -1, 0, 0, 0, 2, -3, 0 }, 219.24544, 0.00002, 0.131 }, + { { 0, 4, 1, 0, -1, 0, 0, 0, 2, -1, 0 }, 39.24544, 0.00002, 0.053 }, + { { 0, 4, 1, 0, -1, 0, 0, 0, 2, 0, 0 }, 38.78395, 0.00004, 0.031 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, -2, 0, 0 }, 32.06668, 0.00004, 0.058 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, -2, 2, 0 }, 212.06668, 0.00004, 0.108 }, + { { 0, 5, -13, 6, 0, 0, 0, 0, -2, 1, 0 }, 20.07513, 0.00004, 0.076 }, + { { 0, 5, -13, 6, 0, 0, 0, 0, -2, 3, 0 }, 200.07513, 0.00004, 0.075 }, + { { 0, 5, -11, 0, 1, 0, 0, 0, -2, 1, 0 }, 231.90583, 0.00003, 0.070 }, + { { 0, 5, -11, 0, 2, 0, 0, 0, -2, 1, 0 }, 141.65192, 0.00003, 0.070 }, + { { 0, 5, -11, 2, 0, 0, 0, 0, -2, 0, 0 }, 321.76932, 0.00004, 0.038 }, + { { 0, 5, -11, 2, 0, 0, 0, 0, -2, 2, 0 }, 141.76932, 0.00004, 28.573 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 33.07280, 0.00004, 0.038 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 213.07280, 0.00004, 10.166 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, 2, -2, 0 }, 347.55874, 0.00002, 0.274 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 167.55874, 0.00002, 0.044 }, + { { 0, 5, -10, 0, 0, 3, 0, 0, -2, 1, 0 }, 133.35767, 0.00002, 0.075 }, + { { 0, 5, -10, 0, 0, 3, 0, 0, -2, 3, 0 }, 313.35767, 0.00002, 0.075 }, + { { 0, 5, -10, 0, 1, 0, 0, 0, -2, 1, 0 }, 37.75030, 0.00005, 0.075 }, + { { 0, 5, -9, 0, -1, 0, 0, 0, -2, 0, 0 }, 330.28623, 0.00002, 0.039 }, + { { 0, 5, -9, 0, -1, 0, 0, 0, -2, 2, 0 }, 150.28623, 0.00002, 1.224 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 138.60764, 0.00004, 0.039 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 173.33113, 0.00003, 0.081 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -2, 2, 0 }, 318.60326, 0.00004, 1.109 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -2, 3, 0 }, 353.33113, 0.00003, 0.071 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 38.59495, 0.00011, 0.076 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -1, 2, 0 }, 129.24127, 0.00003, 0.075 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 0, -2, 0 }, 307.49901, 0.00003, 0.037 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 260.15031, 0.00002, 0.071 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 211.49853, 0.00003, 1.146 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 81.45849, 0.00006, 0.081 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 83.88376, 0.00012, 0.094 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 85.43401, 0.00021, 0.042 }, + { { 0, 5, -9, 5, 0, 0, 0, 0, 2, -3, 0 }, 289.05792, 0.00002, 0.076 }, + { { 0, 5, -9, 5, 0, 0, 0, 0, 2, -1, 0 }, 109.05792, 0.00002, 0.075 }, + { { 0, 5, -8, 0, -2, 0, 0, 0, 0, -1, 0 }, 108.04124, 0.00003, 0.075 }, + { { 0, 5, -8, 0, -2, 0, 0, 0, 0, 1, 0 }, 288.04124, 0.00003, 0.076 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -4, 0, 0 }, 170.31563, 0.00003, 0.020 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -4, 1, 0 }, 162.27456, 0.00005, 0.028 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -4, 2, 0 }, 155.13571, 0.00002, 0.044 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, -1, 0 }, 161.45440, 0.00024, 0.026 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 161.82780, 0.00290, 0.041 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 162.40088, 0.00265, 0.088 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 331.94560, 0.00012, 0.526 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -1, 0, 0 }, 341.68149, 0.00006, 0.082 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 157.95842, 0.00018, 0.038 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 159.40398, 0.00370, 0.076 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 0, -1 }, 333.76431, 0.00006, 0.075 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 339.35204, 0.00019, 7.836 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 339.32620, 0.00360, 0.075 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 2, 0 }, 339.23614, 0.00019, 0.038 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, -2, 0 }, 163.26260, 0.00008, 0.607 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 342.40205, 0.00204, 0.086 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 341.39875, 0.00198, 0.040 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, 1, 0 }, 341.29965, 0.00028, 0.026 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 4, -2, 0 }, 341.98319, 0.00002, 0.043 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 4, -1, 0 }, 341.63476, 0.00005, 0.028 }, + { { 0, 5, -8, 0, 2, 0, 0, 0, 0, -1, 0 }, 181.99814, 0.00003, 0.077 }, + { { 0, 5, -8, 0, 2, 0, 0, 0, 0, 1, 0 }, 1.99814, 0.00003, 0.074 }, + { { 0, 5, -8, 3, 0, 0, 0, 0, 2, -3, 0 }, 86.82216, 0.00003, 0.075 }, + { { 0, 5, -8, 3, 0, 0, 0, 0, 2, -1, 0 }, 266.82216, 0.00003, 0.076 }, + { { 0, 5, -7, -4, 0, 0, 0, 0, 2, 0, 0 }, 22.33521, 0.00007, 0.042 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -4, 0, 0 }, 257.92007, 0.00004, 0.021 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -4, 1, 0 }, 259.38719, 0.00008, 0.028 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -4, 2, 0 }, 251.74802, 0.00003, 0.046 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, -1, 0 }, 256.69154, 0.00023, 0.027 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 259.22378, 0.00353, 0.042 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 258.44704, 0.00271, 0.097 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 83.03640, 0.00017, 0.345 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, -1, -1 }, 259.26743, 0.00002, 0.026 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, -1, 1 }, 261.12219, 0.00005, 0.090 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, 0, -1 }, 259.21958, 0.00035, 0.041 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 65.28731, 0.00003, 0.089 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, 0, 1 }, 259.28236, 0.00004, 0.458 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, 1, -1 }, 79.82225, 0.00008, 0.088 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, 1, 1 }, 259.28236, 0.00003, 0.065 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, 2, -1 }, 259.42981, 0.00004, 0.541 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, -2, 0 }, 245.36292, 0.00005, 0.039 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 260.94484, 0.00109, 0.082 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 78.27389, 0.00063, 0.887 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 79.21912, 0.00125, 0.070 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, 2, 0 }, 79.62064, 0.00006, 0.036 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, -2, -1 }, 259.37065, 0.00014, 0.038 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, -1, -1 }, 259.37065, 0.00250, 0.076 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, -1, 1 }, 260.16047, 0.00060, 0.073 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 0, 0 }, 65.28786, 0.00020, 0.074 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 0, 1 }, 79.24342, 0.00010, 0.037 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 1, -1 }, 79.37065, 0.00250, 0.075 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 2, -1 }, 79.37065, 0.00014, 0.038 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, -2, 0 }, 253.94524, 0.00013, 1.547 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, -1, -2 }, 285.25987, 0.00002, 0.070 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 74.09033, 0.00228, 0.079 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 77.93727, 0.00115, 0.039 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, 1, -2 }, 285.24922, 0.00004, 0.081 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, 1, 0 }, 76.57274, 0.00010, 0.026 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 3, -2, -1 }, 79.43025, 0.00004, 0.588 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 3, -1, -1 }, 259.56265, 0.00016, 0.087 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 3, 0, -1 }, 79.26731, 0.00024, 0.040 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 3, 1, -1 }, 79.26743, 0.00002, 0.026 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 4, -2, 0 }, 76.31182, 0.00003, 0.042 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 4, -1, 0 }, 76.89919, 0.00003, 0.027 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 4, 0, -2 }, 285.23270, 0.00005, 0.042 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 4, 0, 0 }, 76.76787, 0.00004, 0.020 }, + { { 0, 5, -7, 0, 2, 0, 0, 0, 0, -1, 0 }, 89.85921, 0.00003, 0.084 }, + { { 0, 5, -7, 0, 2, 0, 0, 0, 0, 1, 0 }, 269.85921, 0.00003, 0.069 }, + { { 0, 5, -7, 2, 0, 0, 0, 0, 2, -3, 0 }, 67.23945, 0.00002, 0.078 }, + { { 0, 5, -7, 2, 0, 0, 0, 0, 2, -2, 0 }, 90.18132, 0.00003, 2.398 }, + { { 0, 5, -7, 2, 0, 0, 0, 0, 2, -1, 0 }, 247.23945, 0.00002, 0.073 }, + { { 0, 5, -7, 2, 0, 0, 0, 0, 2, 0, 0 }, 270.18132, 0.00003, 0.037 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, -2, 0, 0 }, 99.36607, 0.00041, 0.040 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, -2, 1, 0 }, 100.36432, 0.00035, 0.087 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 0, -2, 0 }, 94.04642, 0.00002, 0.038 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 0, -1, 0 }, 95.11868, 0.00047, 0.075 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 0, 1, 0 }, 275.11576, 0.00047, 0.075 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 0, 2, 0 }, 274.04734, 0.00002, 0.038 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 2, -1, 0 }, 280.35139, 0.00035, 0.087 }, + { { 0, 5, -6, -4, 0, 0, 0, 0, 2, 0, 0 }, 279.35540, 0.00041, 0.040 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -4, 1, 0 }, 175.31106, 0.00005, 0.029 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, -1, 0 }, 176.39718, 0.00019, 0.028 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 175.08840, 0.00144, 0.044 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 175.24394, 0.00076, 0.107 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, 3, 0 }, 193.20023, 0.00002, 0.058 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 0, -1 }, 165.60847, 0.00026, 0.042 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 0, 0 }, 182.26221, 0.00004, 0.098 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 0, 1 }, 165.14361, 0.00009, 0.314 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 1, -1 }, 166.43824, 0.00004, 0.096 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 1, 1 }, 166.42769, 0.00004, 0.061 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, -2, 0 }, 180.95678, 0.00016, 0.041 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, -1, -2 }, 2.30503, 0.00010, 0.026 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 181.47610, 0.00293, 0.090 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 0, -2 }, 2.29599, 0.00080, 0.040 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 0, -1 }, 166.36944, 0.00006, 0.089 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 1, -2 }, 182.39585, 0.00020, 0.087 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 182.50048, 0.00095, 0.065 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 2, -2 }, 2.32294, 0.00010, 0.557 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 2, 0 }, 182.56370, 0.00003, 0.035 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, -1, -1 }, 166.37570, 0.00036, 0.082 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, -1, 1 }, 166.40094, 0.00037, 0.068 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 0, -1 }, 346.43686, 0.00025, 0.931 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 0, 0 }, 1.04499, 0.00017, 0.069 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 0, 1 }, 349.80391, 0.00018, 0.036 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 1, -1 }, 346.37570, 0.00036, 0.070 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -2, -2 }, 2.31229, 0.00037, 0.038 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 1.26851, 0.00120, 2.828 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -1, -2 }, 2.30627, 0.00690, 0.076 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 181.90502, 0.02110, 0.073 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 0, -1 }, 166.36944, 0.00034, 0.074 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 3.51058, 0.00150, 0.037 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 1, -2 }, 182.31229, 0.00682, 0.075 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 1, 0 }, 5.66411, 0.00008, 0.025 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 2, -2 }, 182.31229, 0.00037, 0.038 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 3, -1, -1 }, 172.82164, 0.00010, 0.080 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 3, 0, -1 }, 346.39039, 0.00004, 0.039 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 3, 0, 0 }, 2.45751, 0.00004, 0.025 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, -2, -2 }, 182.32294, 0.00010, 0.570 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, -2, 0 }, 183.24175, 0.00024, 0.040 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, -1, -2 }, 2.35792, 0.00033, 0.087 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, -1, 0 }, 179.64969, 0.00011, 0.026 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, 0, -2 }, 182.29552, 0.00072, 0.040 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, 0, 0 }, 6.27440, 0.00005, 0.019 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 4, 1, -2 }, 182.30503, 0.00010, 0.026 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 6, -3, 0 }, 181.84748, 0.00002, 0.027 }, + { { 0, 5, -6, 0, 1, 0, 0, 0, -2, 0, 0 }, 279.25430, 0.00010, 0.044 }, + { { 0, 5, -6, 0, 1, 0, 0, 0, 0, 0, 0 }, 88.84540, 0.00004, 0.452 }, + { { 0, 5, -5, -4, 0, 0, 0, 0, -2, 0, 0 }, 351.37065, 0.00006, 0.042 }, + { { 0, 5, -5, 0, -1, 0, 0, 0, -2, 0, 0 }, 281.39709, 0.00005, 0.046 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -4, 0, 0 }, 89.23584, 0.00003, 0.022 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -4, 1, 0 }, 88.75400, 0.00005, 0.030 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -4, 2, 0 }, 268.83722, 0.00005, 0.050 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -3, 2, 0 }, 89.99517, 0.00002, 0.134 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 88.05507, 0.00112, 0.046 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 86.26411, 0.00052, 0.120 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 269.20898, 0.00019, 0.204 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -2, 3, 0 }, 265.60697, 0.00002, 0.055 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -1, 0, 0 }, 89.88147, 0.00008, 0.108 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, -3, 0 }, 90.46374, 0.00003, 0.027 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 87.52888, 0.00079, 0.099 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 0, -2 }, 265.64350, 0.00012, 0.042 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 90.06946, 0.00626, 0.320 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 0, 2 }, 270.00907, 0.00008, 0.033 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 90.03938, 0.00539, 0.061 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 2, 0 }, 90.03687, 0.00039, 0.034 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 1, -1, 0 }, 90.28601, 0.00005, 0.446 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 1, 0, 0 }, 270.22943, 0.00080, 0.065 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 1, 0, 1 }, 100.14521, 0.00006, 0.035 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 1, 1, 0 }, 270.22121, 0.00005, 0.035 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, -3, 0 }, 261.84369, 0.00003, 0.084 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, -2, 0 }, 269.99768, 0.00186, 0.739 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, -1, -2 }, 267.19386, 0.00016, 0.082 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 90.06831, 0.03760, 0.068 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 0, -2 }, 90.03357, 0.00006, 0.980 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 270.05766, 0.01439, 0.036 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 1, -2 }, 266.58987, 0.00006, 0.070 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 1, 0 }, 270.01998, 0.00075, 0.024 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 2, 0 }, 269.90025, 0.00012, 0.018 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 3, -2, 0 }, 270.14383, 0.00012, 0.073 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 3, -1, 0 }, 90.06639, 0.00008, 0.037 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 3, 0, -2 }, 270.06353, 0.00017, 0.075 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 3, 0, 0 }, 270.06634, 0.00025, 0.025 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 3, 2, 0 }, 270.06633, 0.00002, 0.015 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 4, -2, 0 }, 90.06048, 0.00044, 0.038 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 4, -1, 0 }, 90.08229, 0.00010, 0.025 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 4, 0, 0 }, 270.00299, 0.00019, 0.019 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 4, 1, 0 }, 270.01967, 0.00004, 0.015 }, + { { 0, 5, -5, 0, 1, 0, 0, 0, -2, 0, 0 }, 75.89672, 0.00005, 0.046 }, + { { 0, 5, -5, 0, 1, 0, 0, 0, 2, -2, 0 }, 256.28960, 0.00002, 0.695 }, + { { 0, 5, -5, 0, 1, 0, 0, 0, 2, -1, 0 }, 256.28964, 0.00004, 0.068 }, + { { 0, 5, -5, 0, 1, 0, 0, 0, 2, 0, 0 }, 76.28960, 0.00002, 0.036 }, + { { 0, 5, -4, 0, -1, 0, 0, 0, -2, 1, 0 }, 271.48661, 0.00002, 0.134 }, + { { 0, 5, -4, 0, -1, 0, 0, 0, -2, 3, 0 }, 271.48661, 0.00002, 0.052 }, + { { 0, 5, -4, 0, -1, 0, 0, 0, 0, 0, 0 }, 91.47096, 0.00007, 0.247 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 272.94720, 0.00003, 0.049 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 341.99479, 0.00008, 0.136 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -1, -1, 1 }, 13.30982, 0.00004, 0.124 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -1, 0, -1 }, 193.29703, 0.00021, 0.046 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -1, 0, 1 }, 193.28919, 0.00018, 0.193 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -1, 1, -1 }, 193.29020, 0.00005, 0.119 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -1, 1, 1 }, 193.30982, 0.00004, 0.054 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 344.75629, 0.00013, 0.110 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 3.11181, 0.00007, 0.242 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 340.32141, 0.00007, 0.058 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, -1, -1 }, 193.32510, 0.00014, 0.098 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, -1, 1 }, 193.32539, 0.00019, 0.060 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.32431, 0.00035, 0.325 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, 0, 1 }, 13.32478, 0.00017, 0.033 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, 1, -1 }, 13.32510, 0.00014, 0.061 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 355.78779, 0.00002, 0.425 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 173.44640, 0.00068, 0.064 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 352.66051, 0.00050, 0.035 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, 1, 0 }, 351.61054, 0.00006, 0.024 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 3, -1, -1 }, 13.32235, 0.00006, 0.069 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 3, 0, -1 }, 13.32747, 0.00002, 0.036 }, + { { 0, 5, -3, 0, -1, 0, 0, 0, -2, 0, 0 }, 179.84334, 0.00002, 0.051 }, + { { 0, 5, -3, 0, -1, 0, 0, 0, -2, 2, 0 }, 179.84334, 0.00002, 0.147 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 123.76040, 0.00023, 0.051 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 114.63914, 0.00004, 0.157 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 115.28184, 0.00008, 0.123 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 293.15605, 0.00047, 0.195 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 296.26613, 0.00013, 0.054 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 2, -3, 0 }, 272.73111, 0.00002, 0.101 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 298.00762, 0.00026, 0.060 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 121.91608, 0.00017, 0.033 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 19.61503, 0.00002, 0.054 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, -2, 2, 0 }, 19.61503, 0.00002, 0.127 }, + { { 0, 5, -2, 0, 1, 0, 0, 0, 2, 0, 0 }, 35.38516, 0.00003, 0.032 }, + { { 0, 5, -1, 0, -1, 0, 0, 0, 2, 0, 0 }, 55.66043, 0.00006, 0.031 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, 2, 2, 0 }, 38.21247, 0.00002, 0.017 }, + { { 0, 5, -1, 0, 1, 0, 0, 0, 2, -2, 0 }, 28.62264, 0.00004, 0.184 }, + { { 0, 5, -1, 0, 1, 0, 0, 0, 2, 0, 0 }, 208.62264, 0.00004, 0.031 }, + { { 0, 5, 0, 0, -1, 0, 0, 0, 2, 0, 0 }, 38.78376, 0.00003, 0.031 }, + { { 0, 5, 0, 0, 0, 0, 0, 0, -2, 0, 0 }, 32.05032, 0.00004, 0.060 }, + { { 0, 5, 0, 0, 0, 0, 0, 0, -2, 2, 0 }, 212.05032, 0.00004, 0.101 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 309.60542, 0.00002, 0.037 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 129.60542, 0.00002, 2.115 }, + { { 0, 6, -12, 2, 0, 0, 0, 0, -2, 0, 0 }, 321.76222, 0.00003, 0.039 }, + { { 0, 6, -12, 2, 0, 0, 0, 0, -2, 2, 0 }, 141.76222, 0.00003, 1.693 }, + { { 0, 6, -11, 0, -1, 0, 0, 0, -2, 1, 0 }, 62.71339, 0.00002, 0.078 }, + { { 0, 6, -11, 0, -1, 0, 0, 0, -2, 3, 0 }, 62.71339, 0.00002, 0.073 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 68.22018, 0.00003, 0.038 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 287.21763, 0.00004, 0.079 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 248.22018, 0.00003, 1.897 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -2, 3, 0 }, 107.21763, 0.00004, 0.073 }, + { { 0, 6, -11, 0, 1, 0, 0, 0, 0, -1, 0 }, 140.43674, 0.00003, 0.069 }, + { { 0, 6, -11, 0, 1, 0, 0, 0, 0, 1, 0 }, 320.43674, 0.00003, 0.083 }, + { { 0, 6, -11, 0, 2, 0, 0, 0, -2, 1, 0 }, 21.95740, 0.00003, 0.080 }, + { { 0, 6, -11, 0, 2, 0, 0, 0, -2, 3, 0 }, 201.95740, 0.00003, 0.072 }, + { { 0, 6, -11, 0, 3, 0, 0, 0, 2, -1, 0 }, 305.90102, 0.00003, 0.095 }, + { { 0, 6, -11, 0, 3, 0, 0, 0, 2, 0, 0 }, 305.90102, 0.00008, 0.042 }, + { { 0, 6, -10, -3, 0, 0, 0, 0, -2, 1, 0 }, 176.49969, 0.00002, 0.075 }, + { { 0, 6, -10, -3, 0, 0, 0, 0, -2, 3, 0 }, 356.49969, 0.00002, 0.076 }, + { { 0, 6, -10, 0, -1, 0, 0, 0, -2, 1, 0 }, 331.62613, 0.00006, 0.085 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -2, -2, 0 }, 141.70494, 0.00002, 0.019 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 233.03879, 0.00007, 0.040 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 225.52828, 0.00006, 0.085 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 325.93503, 0.00003, 0.655 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -2, 3, 0 }, 325.14385, 0.00003, 0.068 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 288.19644, 0.00005, 0.074 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 108.19644, 0.00005, 0.077 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 65.70210, 0.00007, 0.089 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 67.67815, 0.00013, 0.041 }, + { { 0, 6, -10, 0, 1, 0, 0, 0, -2, 1, 0 }, 129.00000, 0.00003, 0.086 }, + { { 0, 6, -10, 0, 1, 0, 0, 0, -2, 3, 0 }, 129.00000, 0.00003, 0.067 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, -2, -1, 0 }, 23.07924, 0.00004, 0.026 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, -2, 0, 0 }, 23.02684, 0.00047, 0.040 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, -2, 1, 0 }, 23.74612, 0.00038, 0.087 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 0, -2, 0 }, 19.90805, 0.00003, 0.038 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 0, -1, 0 }, 20.53295, 0.00063, 0.075 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 0, 1, 0 }, 200.52912, 0.00063, 0.075 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 0, 2, 0 }, 199.90711, 0.00003, 0.038 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 2, -1, 0 }, 203.74093, 0.00037, 0.087 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 2, 0, 0 }, 203.01871, 0.00047, 0.040 }, + { { 0, 6, -10, 0, 3, 0, 0, 0, 2, 1, 0 }, 203.07083, 0.00004, 0.026 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -2, -1, 0 }, 160.25515, 0.00004, 0.027 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 157.37067, 0.00044, 0.042 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 162.96082, 0.00025, 0.093 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -1, -1, 1 }, 336.55187, 0.00005, 0.087 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 157.56168, 0.00039, 0.080 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 338.88164, 0.00013, 1.328 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 341.12762, 0.00041, 0.071 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, -1, 1 }, 336.55187, 0.00028, 0.075 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, 0, 0 }, 340.05078, 0.00014, 0.076 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 175.52352, 0.00056, 0.082 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 178.70545, 0.00005, 0.039 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 4, -3, 0 }, 179.32138, 0.00003, 0.096 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 4, -2, 0 }, 180.09016, 0.00009, 0.042 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 4, -1, 0 }, 180.18063, 0.00004, 0.027 }, + { { 0, 6, -9, 2, 0, 0, 0, 0, 2, -3, 0 }, 91.52469, 0.00003, 0.076 }, + { { 0, 6, -9, 2, 0, 0, 0, 0, 2, -1, 0 }, 271.52469, 0.00003, 0.075 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -2, -1, 0 }, 77.24301, 0.00012, 0.028 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 318.07271, 0.00005, 0.044 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 263.81945, 0.00015, 0.103 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, -3, 0 }, 258.18763, 0.00002, 0.026 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 259.31839, 0.00015, 0.040 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 77.13663, 0.01165, 0.087 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 256.86583, 0.00176, 0.570 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 253.64404, 0.00037, 0.067 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 1, -1, -1 }, 258.98609, 0.00009, 0.080 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 1, -1, 1 }, 258.98829, 0.00006, 0.070 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 1, 0, 0 }, 72.24178, 0.00009, 0.071 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 1, 0, 1 }, 78.98828, 0.00006, 0.036 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 1, 1, -1 }, 78.98609, 0.00009, 0.072 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -4, 0 }, 258.84950, 0.00010, 0.038 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -3, 0 }, 258.84554, 0.00183, 0.075 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -2, 0 }, 257.19270, 0.00391, 47.898 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -1, -2 }, 257.24624, 0.00026, 0.073 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 77.22087, 0.07054, 0.076 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, 0, -1 }, 79.10173, 0.00007, 0.077 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 77.62249, 0.00439, 0.038 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, 1, 0 }, 77.31751, 0.00028, 0.025 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 4, -4, 0 }, 254.51529, 0.00003, 0.557 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 4, -3, 0 }, 76.37024, 0.00074, 0.087 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 4, -2, 0 }, 77.15486, 0.00154, 0.040 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 4, -1, 0 }, 77.23009, 0.00067, 0.026 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 4, 0, 0 }, 77.24443, 0.00007, 0.020 }, + { { 0, 6, -8, 0, 1, 0, 0, 0, 2, -1, 0 }, 154.22629, 0.00012, 0.075 }, + { { 0, 6, -8, 0, 2, 0, 0, 0, 2, -3, 0 }, 84.65748, 0.00002, 0.076 }, + { { 0, 6, -8, 0, 2, 0, 0, 0, 2, -1, 0 }, 264.65748, 0.00002, 0.075 }, + { { 0, 6, -8, 2, 0, 0, 0, 0, 2, -2, 0 }, 90.17123, 0.00002, 0.959 }, + { { 0, 6, -8, 2, 0, 0, 0, 0, 2, 0, 0 }, 270.17123, 0.00002, 0.036 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 179.73326, 0.00034, 0.045 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 174.37287, 0.00009, 0.115 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 188.17738, 0.00003, 0.221 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -1, -1, 1 }, 346.30780, 0.00003, 0.106 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -1, 0, -1 }, 166.26861, 0.00017, 0.043 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -1, 0, 1 }, 166.29517, 0.00007, 0.263 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -1, 1, 1 }, 166.30780, 0.00003, 0.059 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, -2, 0 }, 170.98071, 0.00006, 0.042 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 236.35341, 0.00028, 0.095 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 177.52829, 0.00059, 0.363 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 181.88327, 0.00094, 0.062 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, 2, 0 }, 181.64035, 0.00002, 0.034 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, -1, -1 }, 166.25252, 0.00030, 0.087 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, -1, 1 }, 168.12012, 0.00021, 0.065 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, 0, -1 }, 346.29555, 0.00024, 0.588 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, 0, 0 }, 1.97207, 0.00013, 0.066 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, 0, 1 }, 346.29617, 0.00010, 0.035 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, 1, -1 }, 346.27602, 0.00018, 0.067 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, -2, 0 }, 359.69128, 0.00037, 1.021 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 180.87819, 0.00794, 0.070 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, 0, -1 }, 166.24924, 0.00007, 0.071 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 3.55773, 0.00210, 0.036 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, 1, 0 }, 2.15314, 0.00013, 0.025 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 3, -2, -1 }, 346.21648, 0.00004, 13.397 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 3, -2, 0 }, 2.30487, 0.00011, 0.075 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 3, -1, -1 }, 166.21948, 0.00070, 0.076 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 3, 0, 0 }, 2.44443, 0.00004, 0.025 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 4, -2, 0 }, 183.38839, 0.00009, 0.039 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 4, 0, 0 }, 356.36602, 0.00002, 0.019 }, + { { 0, 6, -7, 0, 1, 0, 0, 0, -2, 0, 0 }, 280.41729, 0.00009, 0.046 }, + { { 0, 6, -7, 0, 1, 0, 0, 0, 0, -2, 0 }, 88.83709, 0.00002, 0.042 }, + { { 0, 6, -7, 0, 1, 0, 0, 0, 0, 0, 0 }, 88.83709, 0.00002, 0.352 }, + { { 0, 6, -6, 0, -1, 0, 0, 0, -2, 0, 0 }, 279.52993, 0.00005, 0.047 }, + { { 0, 6, -6, 0, -1, 0, 0, 0, 2, 0, 0 }, 276.66377, 0.00004, 0.035 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 269.62701, 0.00011, 0.048 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 273.94590, 0.00005, 0.129 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 273.35411, 0.00012, 0.181 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -1, 0, 0 }, 89.94384, 0.00006, 0.116 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, -2, 0 }, 268.15115, 0.00004, 0.044 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 271.07852, 0.00058, 0.105 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 0, -2 }, 269.99202, 0.00006, 0.043 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 90.09504, 0.00527, 0.266 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 90.01085, 0.00382, 0.059 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 2, 0 }, 90.00205, 0.00030, 0.033 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 1, 0, 0 }, 270.01950, 0.00056, 0.062 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 1, 0, 1 }, 100.45156, 0.00006, 0.034 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 270.02147, 0.00102, 0.505 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, -1, -2 }, 270.01924, 0.00007, 0.086 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 90.04177, 0.02196, 0.066 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, 0, -2 }, 90.03307, 0.00005, 0.608 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 270.06389, 0.01237, 0.035 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, 1, -2 }, 270.02986, 0.00003, 0.067 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, 1, 0 }, 270.02880, 0.00068, 0.024 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, 2, 0 }, 270.01732, 0.00010, 0.018 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 3, -2, 0 }, 270.06624, 0.00005, 0.070 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 3, -1, 0 }, 90.06572, 0.00007, 0.036 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 3, 0, 0 }, 270.06569, 0.00022, 0.024 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 4, -2, 0 }, 90.02028, 0.00025, 0.037 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 4, -1, 0 }, 270.04136, 0.00002, 0.025 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 4, 0, 0 }, 270.02513, 0.00020, 0.019 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 4, 2, 0 }, 270.03305, 0.00002, 0.013 }, + { { 0, 6, -6, 0, 1, 0, 0, 0, -2, 0, 0 }, 76.05912, 0.00005, 0.048 }, + { { 0, 6, -6, 0, 1, 0, 0, 0, 2, 0, 0 }, 76.33915, 0.00003, 0.035 }, + { { 0, 6, -5, 0, -1, 0, 0, 0, 0, 0, 0 }, 91.50669, 0.00008, 0.214 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 177.54722, 0.00010, 0.050 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 345.15050, 0.00006, 0.149 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 184.25683, 0.00003, 0.153 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -1, 0, -1 }, 193.28005, 0.00016, 0.048 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -1, 0, 1 }, 193.27807, 0.00014, 0.172 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 337.30235, 0.00006, 0.118 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 354.25742, 0.00006, 0.210 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 339.58025, 0.00003, 0.056 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, -1, -1 }, 193.32174, 0.00010, 0.105 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, -1, 1 }, 193.32154, 0.00011, 0.058 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.32130, 0.00031, 0.270 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, 0, 1 }, 13.32123, 0.00014, 0.033 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, 1, -1 }, 13.32174, 0.00010, 0.059 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 176.15627, 0.00055, 0.062 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 353.84126, 0.00049, 0.034 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 2, 1, 0 }, 354.49982, 0.00007, 0.023 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 120.18639, 0.00020, 0.053 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 115.43968, 0.00006, 0.133 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 294.20019, 0.00041, 0.174 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 296.30756, 0.00010, 0.053 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 39.89921, 0.00003, 0.251 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 298.00674, 0.00019, 0.058 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 124.07571, 0.00017, 0.033 }, + { { 0, 6, -2, 0, -1, 0, 0, 0, 2, 0, 0 }, 63.60897, 0.00006, 0.031 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 218.23943, 0.00003, 0.182 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 38.23943, 0.00003, 0.048 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 218.21227, 0.00002, 0.031 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 2, 2, 0 }, 38.21227, 0.00002, 0.017 }, + { { 0, 6, -2, 0, 1, 0, 0, 0, 2, 0, 0 }, 208.63880, 0.00007, 0.031 }, + { { 0, 6, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 32.03320, 0.00003, 0.063 }, + { { 0, 6, -1, 0, 0, 0, 0, 0, -2, 2, 0 }, 212.03320, 0.00003, 0.095 }, + { { 0, 6, -1, 0, 0, 0, 0, 0, 2, -2, 0 }, 306.98408, 0.00003, 0.143 }, + { { 0, 6, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 126.98408, 0.00003, 0.030 }, + { { 0, 6, 0, -2, 0, 0, 0, 0, 2, -2, 0 }, 38.30059, 0.00002, 0.145 }, + { { 0, 6, 0, -2, 0, 0, 0, 0, 2, 0, 0 }, 218.30059, 0.00002, 0.030 }, + { { 0, 7, -19, 11, 0, 0, 0, 0, -2, 1, 0 }, 248.55636, 0.00004, 0.075 }, + { { 0, 7, -19, 11, 0, 0, 0, 0, -2, 3, 0 }, 68.55636, 0.00004, 0.075 }, + { { 0, 7, -14, 5, 0, 0, 0, 0, 0, -1, 0 }, 19.17636, 0.00003, 0.076 }, + { { 0, 7, -14, 5, 0, 0, 0, 0, 0, 1, 0 }, 199.17636, 0.00003, 0.075 }, + { { 0, 7, -13, 0, -1, 0, 0, 0, -2, 1, 0 }, 141.98380, 0.00007, 0.076 }, + { { 0, 7, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 309.96242, 0.00002, 0.038 }, + { { 0, 7, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 23.69386, 0.00002, 0.076 }, + { { 0, 7, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 129.96242, 0.00002, 6.550 }, + { { 0, 7, -13, 0, 0, 0, 0, 0, -2, 3, 0 }, 353.67546, 0.00003, 0.075 }, + { { 0, 7, -13, 0, 2, 0, 0, 0, -2, 0, 0 }, 141.57778, 0.00002, 0.038 }, + { { 0, 7, -13, 0, 2, 0, 0, 0, -2, 2, 0 }, 321.57778, 0.00002, 3.113 }, + { { 0, 7, -13, 0, 3, 0, 0, 0, -2, 1, 0 }, 131.58668, 0.00003, 0.078 }, + { { 0, 7, -13, 0, 3, 0, 0, 0, -2, 3, 0 }, 311.58668, 0.00003, 0.073 }, + { { 0, 7, -13, 2, 0, 0, 0, 0, -2, 0, 0 }, 321.75298, 0.00003, 0.040 }, + { { 0, 7, -13, 2, 0, 0, 0, 0, -2, 1, 0 }, 321.75298, 0.00003, 0.083 }, + { { 0, 7, -13, 2, 0, 0, 0, 0, -2, 2, 0 }, 141.75298, 0.00003, 0.822 }, + { { 0, 7, -13, 2, 0, 0, 0, 0, -2, 3, 0 }, 141.75298, 0.00003, 0.069 }, + { { 0, 7, -13, 2, 0, 0, 0, 0, 0, -1, 0 }, 141.75298, 0.00002, 0.072 }, + { { 0, 7, -13, 2, 0, 0, 0, 0, 0, 1, 0 }, 321.75298, 0.00002, 0.079 }, + { { 0, 7, -13, 3, 0, 0, 0, 0, 0, -1, 0 }, 110.15736, 0.00004, 0.075 }, + { { 0, 7, -13, 3, 0, 0, 0, 0, 0, 1, 0 }, 290.15736, 0.00004, 0.076 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 67.04817, 0.00003, 0.039 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 83.34211, 0.00005, 0.083 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 247.04817, 0.00003, 0.868 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, -2, 3, 0 }, 263.34211, 0.00005, 0.069 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 235.15313, 0.00012, 0.041 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 213.33484, 0.00006, 0.090 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 328.16473, 0.00002, 0.465 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, -2, 3, 0 }, 322.02122, 0.00003, 0.065 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, 0, -2, 0 }, 285.57553, 0.00002, 0.038 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 220.28157, 0.00010, 0.078 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 105.57553, 0.00002, 2.641 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, 0, 1, 0 }, 40.28157, 0.00010, 0.073 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 66.99206, 0.00004, 0.084 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 63.81187, 0.00004, 0.040 }, + { { 0, 7, -11, 0, 1, 0, 0, 0, -2, 0, 0 }, 128.95830, 0.00004, 0.041 }, + { { 0, 7, -11, 0, 1, 0, 0, 0, -2, 2, 0 }, 308.95830, 0.00004, 0.447 }, + { { 0, 7, -11, 0, 1, 0, 0, 0, 0, -1, 0 }, 128.92048, 0.00003, 0.078 }, + { { 0, 7, -11, 0, 1, 0, 0, 0, 0, 1, 0 }, 308.92048, 0.00003, 0.073 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 354.10266, 0.00022, 0.043 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 344.31894, 0.00006, 0.099 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 164.25330, 0.00010, 0.084 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 2, -2, 0 }, 343.61803, 0.00003, 2.529 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 164.25301, 0.00057, 0.078 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 163.58028, 0.00021, 0.038 }, + { { 0, 7, -10, 0, 3, 0, 0, 0, 2, -3, 0 }, 171.50309, 0.00002, 0.075 }, + { { 0, 7, -10, 0, 3, 0, 0, 0, 2, -1, 0 }, 124.08513, 0.00005, 0.076 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 259.38740, 0.00013, 0.045 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 257.04781, 0.00003, 0.110 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 261.31826, 0.00021, 0.092 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 247.62530, 0.00012, 0.420 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 255.69081, 0.00021, 0.064 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 1, -1, -1 }, 258.92485, 0.00004, 0.084 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 1, 0, 0 }, 73.25073, 0.00005, 0.068 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 1, 0, 1 }, 78.93860, 0.00005, 0.035 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 1, 1, -1 }, 78.92485, 0.00004, 0.069 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, -3, 0 }, 81.17194, 0.00006, 0.079 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, -2, 0 }, 79.63565, 0.00011, 1.654 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 258.56750, 0.00235, 0.072 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 82.88021, 0.00037, 0.037 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, 1, 0 }, 79.29444, 0.00005, 0.025 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 4, -2, 0 }, 257.87237, 0.00003, 0.039 }, + { { 0, 7, -9, 0, 1, 0, 0, 0, 2, -3, 0 }, 359.89632, 0.00002, 0.080 }, + { { 0, 7, -9, 0, 1, 0, 0, 0, 2, -1, 0 }, 179.89632, 0.00002, 0.072 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 5.05442, 0.00003, 0.047 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 181.84078, 0.00008, 0.123 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -1, 0, -1 }, 166.13057, 0.00011, 0.045 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -1, 0, 1 }, 166.14564, 0.00005, 0.226 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 182.41518, 0.00016, 0.101 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 181.16778, 0.00056, 0.296 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 182.03723, 0.00075, 0.060 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, -1, -1 }, 166.14314, 0.00011, 0.091 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, -1, 1 }, 166.15114, 0.00010, 0.063 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, 0, -1 }, 346.15028, 0.00020, 0.430 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, 0, 0 }, 1.93450, 0.00009, 0.064 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, 0, 1 }, 346.15117, 0.00007, 0.034 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, 1, -1 }, 346.14314, 0.00011, 0.064 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, -3, 0 }, 1.30967, 0.00003, 0.086 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, -2, 0 }, 1.60736, 0.00018, 0.623 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 182.05735, 0.00431, 0.067 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, 0, -1 }, 168.11215, 0.00004, 0.068 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 3.06151, 0.00211, 0.036 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, 1, 0 }, 2.29066, 0.00012, 0.024 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 3, -1, -1 }, 353.82226, 0.00008, 0.072 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 3, 0, 0 }, 2.43806, 0.00004, 0.025 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 4, -2, 0 }, 181.85233, 0.00005, 0.038 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 4, 0, 0 }, 357.15838, 0.00002, 0.019 }, + { { 0, 7, -8, 0, 1, 0, 0, 0, -2, 0, 0 }, 281.58450, 0.00009, 0.047 }, + { { 0, 7, -7, 0, -1, 0, 0, 0, -2, 0, 0 }, 277.54166, 0.00005, 0.049 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -2, -1, 0 }, 270.93979, 0.00003, 0.030 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 270.84112, 0.00058, 0.049 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 270.30773, 0.00009, 0.141 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 269.86345, 0.00015, 0.163 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 89.94656, 0.00005, 0.125 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, -2, 0 }, 269.75419, 0.00005, 0.045 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 270.56717, 0.00076, 0.113 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, 0, -2 }, 269.98320, 0.00005, 0.045 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 90.04790, 0.00430, 0.228 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 90.04125, 0.00268, 0.057 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, 2, 0 }, 90.16610, 0.00021, 0.032 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 1, 0, 0 }, 270.01131, 0.00032, 0.060 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 1, 0, 1 }, 100.73027, 0.00006, 0.033 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, -2, 0 }, 270.19473, 0.00063, 0.384 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, -1, -2 }, 270.02690, 0.00008, 0.091 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 90.02547, 0.01390, 0.063 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, 0, -2 }, 90.02303, 0.00011, 0.440 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 270.02081, 0.01013, 0.034 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, 1, -2 }, 90.02900, 0.00002, 0.064 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, 1, 0 }, 270.00815, 0.00060, 0.024 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, 2, 0 }, 270.00277, 0.00008, 0.018 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 3, -1, 0 }, 90.06255, 0.00007, 0.035 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 3, 0, 0 }, 270.06251, 0.00021, 0.024 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 4, -2, 0 }, 89.92572, 0.00018, 0.037 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 4, -1, 0 }, 269.99295, 0.00006, 0.025 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 4, 0, 0 }, 270.01117, 0.00015, 0.019 }, + { { 0, 7, -7, 0, 1, 0, 0, 0, -2, 0, 0 }, 76.20478, 0.00005, 0.049 }, + { { 0, 7, -6, 0, -1, 0, 0, 0, 0, 0, 0 }, 91.50885, 0.00007, 0.189 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 198.05290, 0.00002, 0.052 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 347.10478, 0.00002, 0.164 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 198.30215, 0.00002, 0.140 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -1, 0, -1 }, 193.26681, 0.00026, 0.049 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -1, 0, 1 }, 193.47585, 0.00009, 0.155 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 330.05351, 0.00003, 0.127 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 1, -1, -1 }, 193.31572, 0.00008, 0.112 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 1, -1, 1 }, 193.31541, 0.00008, 0.056 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.31548, 0.00028, 0.231 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 1, 0, 1 }, 13.31512, 0.00011, 0.032 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 1, 1, -1 }, 13.31572, 0.00008, 0.057 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 178.10236, 0.00044, 0.059 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 355.18523, 0.00045, 0.033 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 2, 1, 0 }, 356.30321, 0.00006, 0.023 }, + { { 0, 7, -5, 0, -2, 0, 0, 0, 0, -2, 0 }, 89.98422, 0.00005, 0.049 }, + { { 0, 7, -5, 0, -2, 0, 0, 0, 0, 0, 0 }, 269.98422, 0.00005, 0.161 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 117.18965, 0.00031, 0.054 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 116.55062, 0.00005, 0.145 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 294.28194, 0.00035, 0.157 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 296.32215, 0.00008, 0.051 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 2, -2, 0 }, 41.92710, 0.00002, 0.217 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 295.96122, 0.00016, 0.056 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 123.89896, 0.00016, 0.032 }, + { { 0, 7, -4, 0, 1, 0, 0, 0, 2, -2, 0 }, 39.10592, 0.00002, 0.176 }, + { { 0, 7, -4, 0, 1, 0, 0, 0, 2, 0, 0 }, 219.10592, 0.00002, 0.031 }, + { { 0, 7, -3, 0, -1, 0, 0, 0, 2, -2, 0 }, 54.70219, 0.00003, 0.153 }, + { { 0, 7, -3, 0, -1, 0, 0, 0, 2, 0, 0 }, 54.70219, 0.00003, 0.030 }, + { { 0, 7, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 218.23584, 0.00003, 0.205 }, + { { 0, 7, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 38.23584, 0.00003, 0.046 }, + { { 0, 7, -3, 0, 0, 0, 0, 0, 2, -2, 0 }, 218.02587, 0.00002, 0.151 }, + { { 0, 7, -3, 0, 1, 0, 0, 0, 2, 0, 0 }, 208.65066, 0.00006, 0.030 }, + { { 0, 7, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 32.01220, 0.00004, 0.065 }, + { { 0, 7, -2, 0, 0, 0, 0, 0, -2, 2, 0 }, 212.01220, 0.00004, 0.090 }, + { { 0, 7, 0, 0, 0, 0, 0, 0, -2, 0, 0 }, 236.63392, 0.00004, 0.075 }, + { { 0, 7, 0, 0, 0, 0, 0, 0, -2, 2, 0 }, 56.63392, 0.00004, 0.076 }, + { { 0, 8, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 19.62237, 0.00003, 0.035 }, + { { 0, 8, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 199.62237, 0.00003, 0.450 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 216.04549, 0.00003, 0.074 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, -2, 3, 0 }, 36.04549, 0.00003, 0.077 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, 0, -1, 0 }, 193.76468, 0.00002, 0.066 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, 0, 1, 0 }, 13.76468, 0.00002, 0.089 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 353.70382, 0.00007, 0.105 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 353.49474, 0.00018, 0.044 }, + { { 0, 8, -15, 0, 2, 0, 0, 0, -2, 1, 0 }, 234.67656, 0.00003, 0.075 }, + { { 0, 8, -15, 0, 3, 0, 0, 0, -2, 1, 0 }, 41.04069, 0.00002, 0.076 }, + { { 0, 8, -15, 0, 3, 0, 0, 0, -2, 3, 0 }, 221.04069, 0.00002, 0.075 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, -2, -1, 0 }, 250.39603, 0.00004, 0.026 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 251.79220, 0.00022, 0.039 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 251.02859, 0.00007, 0.080 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 0, -1, 0 }, 72.87196, 0.00024, 0.070 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 77.61991, 0.00023, 1.004 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 0, 1, 0 }, 248.87102, 0.00068, 0.082 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 0, 2, 0 }, 248.42028, 0.00004, 0.039 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 2, -2, 0 }, 71.51680, 0.00011, 0.361 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 250.78371, 0.00192, 0.095 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 249.77975, 0.00302, 0.042 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 2, 1, 0 }, 250.03388, 0.00029, 0.027 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 4, -2, 0 }, 250.23773, 0.00003, 0.046 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 4, -1, 0 }, 250.42638, 0.00009, 0.028 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 4, 0, 0 }, 250.08534, 0.00006, 0.021 }, + { { 0, 8, -14, 2, 0, 0, 0, 0, -2, 0, 0 }, 321.74157, 0.00003, 0.041 }, + { { 0, 8, -14, 2, 0, 0, 0, 0, -2, 2, 0 }, 141.74157, 0.00003, 0.543 }, + { { 0, 8, -14, 2, 0, 0, 0, 0, 0, -1, 0 }, 132.04044, 0.00002, 0.076 }, + { { 0, 8, -14, 2, 0, 0, 0, 0, 0, 1, 0 }, 312.04044, 0.00002, 0.075 }, + { { 0, 8, -13, 0, -1, 0, 0, 0, 0, -1, 0 }, 241.61017, 0.00002, 0.075 }, + { { 0, 8, -13, 0, -1, 0, 0, 0, 0, 1, 0 }, 61.61017, 0.00002, 0.076 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -4, -1, 0 }, 322.16926, 0.00003, 0.016 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -4, 0, 0 }, 324.94501, 0.00025, 0.020 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -4, 1, 0 }, 327.63996, 0.00066, 0.028 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -4, 2, 0 }, 326.23761, 0.00034, 0.044 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -3, 0, 0 }, 327.99306, 0.00010, 0.027 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -3, 1, 0 }, 147.89662, 0.00005, 0.042 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, -2, 0 }, 326.88692, 0.00027, 0.020 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, -1, 0 }, 326.26434, 0.00201, 0.026 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, -1, 2 }, 147.88744, 0.00003, 0.090 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 327.34466, 0.03005, 0.040 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 0, 2 }, 147.21790, 0.00012, 0.474 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 328.08476, 0.03125, 0.087 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 1, 2 }, 147.20251, 0.00008, 0.065 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 151.18584, 0.00172, 0.562 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 3, 0 }, 149.88967, 0.00012, 0.067 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -1, -1, 0 }, 145.67501, 0.00003, 0.039 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -1, 0, 0 }, 145.35416, 0.00053, 0.081 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -1, 1, 0 }, 325.58226, 0.00003, 1.122 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -3, 0 }, 324.12768, 0.00011, 0.025 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -2, 0 }, 322.92106, 0.00184, 0.038 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 323.44138, 0.03577, 0.075 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -1, 2 }, 143.24613, 0.00013, 0.074 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 155.20447, 0.00008, 238.919 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 1, -2 }, 323.24613, 0.00013, 0.074 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 1, 0 }, 143.43350, 0.03574, 0.075 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 2, 0 }, 143.21180, 0.00183, 0.038 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 3, 0 }, 143.07687, 0.00011, 0.025 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 1, -1, 0 }, 147.88398, 0.00003, 1.133 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 1, 0, 0 }, 328.02937, 0.00053, 0.081 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 1, 1, 0 }, 327.88331, 0.00003, 0.039 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, -3, 0 }, 329.79237, 0.00012, 0.067 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, -2, 0 }, 329.10687, 0.00168, 0.565 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, -1, -2 }, 327.19653, 0.00008, 0.065 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 148.04700, 0.03103, 0.087 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 0, -2 }, 327.08222, 0.00012, 0.475 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 147.21064, 0.02975, 0.040 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 1, -2 }, 327.85242, 0.00003, 0.090 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 1, 0 }, 146.29709, 0.00199, 0.026 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 2, 0 }, 146.82860, 0.00027, 0.020 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 3, -1, 0 }, 327.84754, 0.00005, 0.042 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 3, 0, 0 }, 147.94074, 0.00010, 0.027 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 4, -2, 0 }, 147.95411, 0.00034, 0.044 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 4, -1, 0 }, 147.45242, 0.00065, 0.028 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 4, 0, 0 }, 144.76663, 0.00025, 0.020 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 4, 1, 0 }, 146.41033, 0.00003, 0.016 }, + { { 0, 8, -13, 0, 1, 0, 0, 0, 0, -1, 0 }, 250.86795, 0.00003, 0.076 }, + { { 0, 8, -13, 0, 1, 0, 0, 0, 0, 1, 0 }, 70.86795, 0.00003, 0.075 }, + { { 0, 8, -12, -2, 0, 0, 0, 0, 0, -1, 0 }, 12.32972, 0.00002, 0.075 }, + { { 0, 8, -12, -2, 0, 0, 0, 0, 0, 1, 0 }, 192.32972, 0.00002, 0.076 }, + { { 0, 8, -12, 0, -1, 0, 0, 0, -2, 0, 0 }, 331.63038, 0.00003, 0.042 }, + { { 0, 8, -12, 0, -1, 0, 0, 0, -2, 2, 0 }, 151.63038, 0.00003, 0.371 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -4, 0, 0 }, 234.02951, 0.00002, 0.021 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -4, 1, 0 }, 206.69608, 0.00008, 0.028 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, -1, 0 }, 199.57518, 0.00020, 0.027 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 190.18965, 0.00131, 0.042 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 182.87260, 0.00074, 0.095 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 303.35822, 0.00003, 0.360 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 0, -2, 0 }, 68.44694, 0.00002, 0.039 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 89.38750, 0.00063, 0.082 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 256.04686, 0.00027, 0.996 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 0, 1, 0 }, 250.61840, 0.00083, 0.070 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 0, 2, 0 }, 251.91705, 0.00004, 0.036 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 1, -1, -1 }, 63.46151, 0.00006, 0.075 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 1, 0, 0 }, 67.30464, 0.00014, 0.075 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 1, 1, -1 }, 243.46151, 0.00006, 0.076 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 238.99254, 0.00032, 0.080 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 239.29732, 0.00050, 0.039 }, + { { 0, 8, -12, 0, 1, 0, 0, 0, -2, 0, 0 }, 129.13031, 0.00005, 0.042 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 25.67120, 0.00015, 0.044 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 15.11923, 0.00004, 0.106 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 231.87292, 0.00002, 0.265 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 346.01552, 0.00016, 0.089 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 138.51872, 0.00002, 0.499 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, -2, 0 }, 166.42489, 0.00005, 4.345 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 346.01570, 0.00093, 0.074 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, 0, -1 }, 336.35744, 0.00004, 0.075 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 163.80300, 0.00013, 0.037 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 258.44358, 0.00002, 0.118 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 274.19922, 0.00004, 0.098 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 254.24549, 0.00020, 0.333 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 257.24314, 0.00016, 0.062 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 1, 0, 1 }, 78.88488, 0.00004, 0.035 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, -3, 0 }, 75.84735, 0.00002, 0.083 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, -2, 0 }, 84.13129, 0.00006, 0.813 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 260.88220, 0.00111, 0.069 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 83.16739, 0.00038, 0.036 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, 1, 0 }, 80.55494, 0.00004, 0.024 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 3, -1, -1 }, 78.88498, 0.00004, 0.074 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 3, 0, -2 }, 79.94439, 0.00011, 0.075 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 0.47126, 0.00012, 0.048 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 182.35171, 0.00008, 0.134 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -1, 0, -1 }, 165.95457, 0.00009, 0.046 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 185.17333, 0.00003, 0.108 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 180.50142, 0.00051, 0.250 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 182.28544, 0.00057, 0.058 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, 2, 0 }, 193.64267, 0.00002, 0.033 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, 3, 0 }, 183.02019, 0.00002, 0.023 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, -1, -1 }, 165.95227, 0.00007, 0.097 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, -1, 1 }, 165.98002, 0.00007, 0.060 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, 0, -1 }, 345.97891, 0.00016, 0.339 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, 0, 0 }, 2.11200, 0.00007, 0.061 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, 0, 1 }, 345.98001, 0.00017, 0.034 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, 1, -1 }, 345.95227, 0.00007, 0.062 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, -3, 0 }, 13.10183, 0.00006, 0.091 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, -2, 0 }, 346.03675, 0.00012, 0.448 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 182.66942, 0.00286, 0.065 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 4.02313, 0.00189, 0.035 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, 1, 0 }, 3.21028, 0.00014, 0.024 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 3, 0, 0 }, 2.43499, 0.00004, 0.024 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 4, -2, 0 }, 191.45431, 0.00005, 0.037 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 4, -1, 0 }, 2.44090, 0.00005, 0.025 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 4, 0, 0 }, 6.07232, 0.00004, 0.019 }, + { { 0, 8, -9, 0, 1, 0, 0, 0, -2, 0, 0 }, 282.74983, 0.00008, 0.048 }, + { { 0, 8, -9, 0, 1, 0, 0, 0, 2, -1, 0 }, 88.69890, 0.00005, 0.064 }, + { { 0, 8, -8, 0, -1, 0, 0, 0, -2, 0, 0 }, 275.45992, 0.00005, 0.050 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -2, -1, 0 }, 270.59394, 0.00003, 0.030 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 270.44366, 0.00061, 0.051 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 270.04455, 0.00034, 0.154 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 270.03820, 0.00012, 0.148 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -1, 0, 0 }, 89.93565, 0.00003, 0.136 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 271.23019, 0.00004, 0.046 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 269.99913, 0.00070, 0.121 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 90.06702, 0.00337, 0.200 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 90.01596, 0.00192, 0.055 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, 2, 0 }, 89.24941, 0.00014, 0.032 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 1, 0, 0 }, 270.01152, 0.00023, 0.058 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 1, 0, 1 }, 100.97656, 0.00005, 0.032 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 1, 2, 0 }, 270.05078, 0.00002, 0.023 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, -3, 0 }, 272.05043, 0.00003, 0.100 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, -2, 0 }, 270.49627, 0.00041, 0.310 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, -1, -2 }, 270.01134, 0.00004, 0.097 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 90.01074, 0.00915, 0.061 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, 0, -2 }, 90.01810, 0.00009, 0.345 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 270.02345, 0.00819, 0.034 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, 1, 0 }, 270.00649, 0.00054, 0.023 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, 2, 0 }, 270.00553, 0.00008, 0.018 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 3, -1, 0 }, 90.05685, 0.00006, 0.035 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 3, 0, 0 }, 270.05682, 0.00019, 0.024 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 4, -2, 0 }, 89.67241, 0.00010, 0.036 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 4, -1, 0 }, 270.02689, 0.00006, 0.024 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 4, 0, 0 }, 269.99968, 0.00013, 0.018 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 4, 1, 0 }, 270.01622, 0.00002, 0.015 }, + { { 0, 8, -8, 0, 1, 0, 0, 0, -2, 0, 0 }, 76.33389, 0.00004, 0.051 }, + { { 0, 8, -7, 0, -1, 0, 0, 0, 0, 0, 0 }, 91.50798, 0.00007, 0.169 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 177.72934, 0.00002, 0.053 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 177.91659, 0.00002, 0.129 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -1, 0, -1 }, 193.23733, 0.00024, 0.051 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -1, 0, 1 }, 193.24871, 0.00007, 0.142 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 325.99290, 0.00004, 0.138 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 337.54744, 0.00003, 0.167 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, -1, -1 }, 193.30707, 0.00006, 0.120 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, -1, 1 }, 193.30668, 0.00006, 0.054 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.42223, 0.00022, 0.202 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, 0, 1 }, 13.30624, 0.00007, 0.031 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, 1, -1 }, 13.30707, 0.00006, 0.055 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.50040, 0.00038, 0.057 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 355.97249, 0.00042, 0.033 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 2, 1, 0 }, 357.45839, 0.00004, 0.023 }, + { { 0, 8, -6, 0, -2, 0, 0, 0, 0, -2, 0 }, 89.88680, 0.00002, 0.051 }, + { { 0, 8, -6, 0, -2, 0, 0, 0, 0, 0, 0 }, 269.88680, 0.00002, 0.146 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 116.77074, 0.00028, 0.056 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 116.29590, 0.00006, 0.160 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 294.56476, 0.00031, 0.143 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 296.29590, 0.00006, 0.049 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 293.82232, 0.00014, 0.054 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 120.33900, 0.00017, 0.032 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 38.20821, 0.00002, 0.111 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 0, 2, 0 }, 218.20821, 0.00002, 0.028 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 218.06931, 0.00002, 0.049 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 2, 1, 0 }, 38.06931, 0.00002, 0.021 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, 0, -1, 0 }, 149.19834, 0.00003, 0.073 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, 0, 1, 0 }, 329.19834, 0.00003, 0.078 }, + { { 0, 9, -15, 0, 2, 0, 0, 0, -2, 1, 0 }, 141.58703, 0.00006, 0.086 }, + { { 0, 9, -15, 0, 3, 0, 0, 0, 0, -1, 0 }, 311.57463, 0.00003, 0.075 }, + { { 0, 9, -15, 0, 3, 0, 0, 0, 0, 1, 0 }, 131.57463, 0.00003, 0.076 }, + { { 0, 9, -15, 2, 0, 0, 0, 0, -2, 0, 0 }, 321.72800, 0.00002, 0.042 }, + { { 0, 9, -15, 2, 0, 0, 0, 0, -2, 2, 0 }, 141.72800, 0.00002, 0.405 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 22.96262, 0.00007, 0.041 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 202.96262, 0.00007, 0.416 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, 2, -3, 0 }, 147.87953, 0.00003, 0.069 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 327.87953, 0.00003, 0.083 }, + { { 0, 9, -14, 0, 1, 0, 0, 0, -2, 1, 0 }, 320.38725, 0.00002, 0.093 }, + { { 0, 9, -14, 0, 1, 0, 0, 0, -2, 3, 0 }, 320.38725, 0.00002, 0.064 }, + { { 0, 9, -14, 0, 1, 0, 0, 0, 0, -1, 0 }, 320.38725, 0.00003, 0.080 }, + { { 0, 9, -14, 0, 1, 0, 0, 0, 0, 1, 0 }, 140.38725, 0.00003, 0.072 }, + { { 0, 9, -13, -3, 0, 0, 0, 0, 0, -1, 0 }, 356.56794, 0.00003, 0.076 }, + { { 0, 9, -13, -3, 0, 0, 0, 0, 0, 1, 0 }, 176.56794, 0.00003, 0.075 }, + { { 0, 9, -13, 0, -1, 0, 0, 0, -2, 0, 0 }, 331.62732, 0.00006, 0.043 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 131.95171, 0.00002, 0.043 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 321.77865, 0.00003, 0.102 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 311.95171, 0.00002, 0.294 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, -2, 3, 0 }, 141.77865, 0.00003, 0.060 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 276.67837, 0.00005, 0.086 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, 0, 1, 0 }, 141.77864, 0.00002, 0.067 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, 2, -3, 0 }, 151.18213, 0.00004, 0.075 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 250.44120, 0.00023, 0.076 }, + { { 0, 9, -13, 0, 1, 0, 0, 0, -2, 0, 0 }, 128.87919, 0.00006, 0.043 }, + { { 0, 9, -12, 0, -1, 0, 0, 0, -2, 0, 0 }, 143.65273, 0.00006, 0.045 }, + { { 0, 9, -12, 0, -1, 0, 0, 0, -2, 2, 0 }, 320.81335, 0.00002, 0.232 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 30.04424, 0.00003, 0.045 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 210.04424, 0.00003, 0.227 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 345.25518, 0.00005, 0.094 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 345.25519, 0.00026, 0.071 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 165.21558, 0.00017, 0.037 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 71.93359, 0.00002, 0.047 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 251.99282, 0.00002, 0.185 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 256.38103, 0.00018, 0.276 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 0, 1, 0 }, 258.52994, 0.00012, 0.059 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 1, 0, 1 }, 78.82543, 0.00004, 0.034 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 2, -2, 0 }, 82.17311, 0.00004, 0.539 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 262.20512, 0.00072, 0.066 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 81.70424, 0.00034, 0.035 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 2, 1, 0 }, 80.98663, 0.00002, 0.024 }, + { { 0, 9, -11, 0, 2, 0, 0, 0, 2, -2, 0 }, 269.82719, 0.00002, 0.494 }, + { { 0, 9, -11, 0, 2, 0, 0, 0, 2, 0, 0 }, 89.82719, 0.00002, 0.035 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 178.53187, 0.00004, 0.146 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, -2, 3, 0 }, 188.63621, 0.00002, 0.051 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, -1, 0, -1 }, 165.75137, 0.00007, 0.047 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 180.64879, 0.00046, 0.216 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 182.16002, 0.00040, 0.056 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 0, 2, 0 }, 182.30214, 0.00003, 0.032 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 1, -1, -1 }, 173.44531, 0.00005, 0.103 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 1, -1, 1 }, 165.78169, 0.00004, 0.058 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 1, 0, -1 }, 345.78035, 0.00014, 0.280 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 1, 0, 0 }, 2.01732, 0.00005, 0.059 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 1, 0, 1 }, 345.78168, 0.00014, 0.033 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 1, 1, -1 }, 353.44531, 0.00005, 0.059 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, -3, 0 }, 8.48278, 0.00002, 0.096 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, -2, 0 }, 346.56540, 0.00007, 0.350 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 182.63706, 0.00199, 0.062 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 3.54067, 0.00171, 0.034 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, 1, 0 }, 2.69849, 0.00012, 0.023 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 3, 0, 0 }, 2.43334, 0.00004, 0.024 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 4, -2, 0 }, 189.15541, 0.00003, 0.036 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 4, -1, 0 }, 2.24309, 0.00004, 0.024 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 4, 0, 0 }, 6.86408, 0.00004, 0.018 }, + { { 0, 9, -10, 0, 1, 0, 0, 0, -2, 0, 0 }, 288.79742, 0.00006, 0.050 }, + { { 0, 9, -10, 0, 1, 0, 0, 0, -2, 2, 0 }, 268.36767, 0.00002, 0.154 }, + { { 0, 9, -9, 0, -1, 0, 0, 0, -2, 0, 0 }, 273.30738, 0.00005, 0.052 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -2, -1, 0 }, 270.51876, 0.00003, 0.031 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 270.50129, 0.00039, 0.052 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 270.51964, 0.00023, 0.171 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -2, 2, 0 }, 268.79877, 0.00011, 0.135 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 89.97257, 0.00005, 0.148 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 270.24008, 0.00060, 0.131 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 90.07247, 0.00262, 0.178 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 90.11259, 0.00137, 0.053 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 0, 2, 0 }, 90.80706, 0.00011, 0.031 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 1, 0, 0 }, 270.11740, 0.00016, 0.056 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 1, 0, 1 }, 101.19200, 0.00004, 0.032 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, -2, 0 }, 270.01150, 0.00028, 0.259 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.99473, 0.00614, 0.058 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, 0, -2 }, 90.00590, 0.00007, 0.284 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 270.00988, 0.00649, 0.033 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, 1, 0 }, 270.00448, 0.00041, 0.023 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, 2, 0 }, 269.98227, 0.00004, 0.018 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 3, -1, 0 }, 90.04864, 0.00005, 0.034 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 3, 0, 0 }, 270.04861, 0.00017, 0.023 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 4, -2, 0 }, 90.00259, 0.00007, 0.035 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 4, -1, 0 }, 269.99623, 0.00003, 0.024 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 4, 0, 0 }, 270.00107, 0.00010, 0.018 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 4, 1, 0 }, 90.00652, 0.00002, 0.015 }, + { { 0, 9, -9, 0, 1, 0, 0, 0, -2, 0, 0 }, 76.44744, 0.00004, 0.053 }, + { { 0, 9, -8, 0, -1, 0, 0, 0, 0, -2, 0 }, 270.96308, 0.00002, 0.050 }, + { { 0, 9, -8, 0, -1, 0, 0, 0, 0, 0, 0 }, 91.36800, 0.00008, 0.153 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, -1, 0, -1 }, 193.24213, 0.00021, 0.052 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, -1, 0, 1 }, 193.20695, 0.00004, 0.130 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 1, -1, -1 }, 193.29582, 0.00004, 0.130 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 1, -1, 1 }, 193.29537, 0.00005, 0.052 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.30498, 0.00018, 0.179 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 1, 0, 1 }, 13.29469, 0.00004, 0.031 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 1, 1, -1 }, 13.29582, 0.00004, 0.053 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.35712, 0.00034, 0.055 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 356.29002, 0.00039, 0.032 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 2, 1, 0 }, 358.08804, 0.00004, 0.022 }, + { { 0, 9, -7, 0, -2, 0, 0, 0, 0, 0, 0 }, 269.88545, 0.00005, 0.134 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 115.92787, 0.00025, 0.058 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 102.69648, 0.00005, 0.178 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 296.27410, 0.00026, 0.131 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 282.69648, 0.00005, 0.048 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 295.84587, 0.00011, 0.052 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 118.84164, 0.00014, 0.031 }, + { { 0, 9, -5, 0, 0, 0, 0, 0, 2, -2, 0 }, 218.00548, 0.00002, 0.127 }, + { { 0, 9, -5, 0, 0, 0, 0, 0, 2, 2, 0 }, 38.22370, 0.00003, 0.016 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 74.96843, 0.00002, 0.043 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 254.96843, 0.00002, 0.330 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, 2, -3, 0 }, 327.88051, 0.00003, 0.073 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 147.88051, 0.00003, 0.079 }, + { { 0, 10, -15, 0, 1, 0, 0, 0, -2, 1, 0 }, 140.39233, 0.00003, 0.099 }, + { { 0, 10, -14, 0, -1, 0, 0, 0, -2, 0, 0 }, 331.62105, 0.00006, 0.044 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 144.90483, 0.00004, 0.044 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 324.90483, 0.00004, 0.248 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 65.56117, 0.00007, 0.073 }, + { { 0, 10, -14, 0, 1, 0, 0, 0, -2, 0, 0 }, 128.84074, 0.00003, 0.045 }, + { { 0, 10, -14, 0, 1, 0, 0, 0, -2, 2, 0 }, 128.84074, 0.00003, 0.243 }, + { { 0, 10, -13, 0, -1, 0, 0, 0, -2, 0, 0 }, 143.63889, 0.00005, 0.046 }, + { { 0, 10, -13, 0, -1, 0, 0, 0, -2, 2, 0 }, 140.80797, 0.00002, 0.202 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 346.34575, 0.00014, 0.068 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 165.98845, 0.00015, 0.036 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 76.90387, 0.00003, 0.049 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 256.92745, 0.00003, 0.166 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 255.99592, 0.00016, 0.235 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 0, 1, 0 }, 259.54870, 0.00009, 0.057 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 263.39900, 0.00052, 0.064 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 82.62131, 0.00032, 0.034 }, + { { 0, 10, -12, 0, 2, 0, 0, 0, 2, -2, 0 }, 269.80460, 0.00003, 0.377 }, + { { 0, 10, -12, 0, 2, 0, 0, 0, 2, 0, 0 }, 89.80460, 0.00003, 0.034 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 2.72348, 0.00003, 0.051 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 178.36822, 0.00003, 0.161 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -2, 3, 0 }, 188.04601, 0.00002, 0.049 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -1, 0, -1 }, 165.51987, 0.00006, 0.049 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 0.99907, 0.00002, 0.125 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 181.53872, 0.00040, 0.190 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 0, 1, 0 }, 182.21456, 0.00032, 0.054 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 1, 0, -1 }, 345.55317, 0.00009, 0.238 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 1, 0, 1 }, 345.55498, 0.00010, 0.032 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, -3, 0 }, 18.45556, 0.00002, 0.102 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, -2, 0 }, 11.13249, 0.00003, 0.287 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 182.57587, 0.00143, 0.060 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 3.19670, 0.00149, 0.033 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, 1, 0 }, 2.36050, 0.00026, 0.023 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 3, 0, 0 }, 2.43205, 0.00004, 0.024 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 4, -1, 0 }, 2.41298, 0.00006, 0.024 }, + { { 0, 10, -11, 0, 1, 0, 0, 0, -2, 0, 0 }, 305.60864, 0.00004, 0.052 }, + { { 0, 10, -11, 0, 1, 0, 0, 0, 2, 0, 0 }, 268.67655, 0.00005, 0.033 }, + { { 0, 10, -10, 0, -1, 0, 0, 0, -2, 0, 0 }, 271.88600, 0.00003, 0.054 }, + { { 0, 10, -10, 0, -1, 0, 0, 0, -2, 2, 0 }, 91.88600, 0.00003, 0.126 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, -1, 0 }, 270.21468, 0.00005, 0.032 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 270.31134, 0.00056, 0.054 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 268.84712, 0.00011, 0.125 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 269.99398, 0.00045, 0.143 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 89.94661, 0.00212, 0.160 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 89.99450, 0.00098, 0.051 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 0, 2, 0 }, 91.60151, 0.00003, 0.031 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 1, 0, 0 }, 270.11943, 0.00011, 0.054 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 1, 0, 1 }, 101.37994, 0.00004, 0.031 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, -3, 0 }, 271.68827, 0.00002, 0.114 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, -2, 0 }, 270.21532, 0.00018, 0.223 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.98767, 0.00420, 0.056 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, 0, -2 }, 89.99392, 0.00006, 0.241 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 270.00251, 0.00504, 0.032 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, 1, 0 }, 270.00227, 0.00032, 0.023 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, 2, 0 }, 269.99442, 0.00006, 0.017 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 3, -1, 0 }, 90.03794, 0.00005, 0.033 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 3, 0, 0 }, 270.03791, 0.00014, 0.023 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 4, -2, 0 }, 89.77488, 0.00005, 0.034 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 4, -1, 0 }, 270.00690, 0.00006, 0.024 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 4, 0, 0 }, 269.99969, 0.00008, 0.018 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 4, 1, 0 }, 269.99110, 0.00002, 0.014 }, + { { 0, 10, -10, 0, 1, 0, 0, 0, -2, 0, 0 }, 76.54674, 0.00002, 0.054 }, + { { 0, 10, -10, 0, 1, 0, 0, 0, -2, 2, 0 }, 256.54674, 0.00002, 0.123 }, + { { 0, 10, -9, 0, -1, 0, 0, 0, 0, -2, 0 }, 270.95286, 0.00002, 0.052 }, + { { 0, 10, -9, 0, -1, 0, 0, 0, 0, 0, 0 }, 91.35750, 0.00008, 0.139 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -1, 0, -1 }, 193.21858, 0.00017, 0.054 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -1, 0, 1 }, 193.21228, 0.00005, 0.120 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.28560, 0.00018, 0.161 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 1, 0, 1 }, 13.28165, 0.00015, 0.030 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 182.31672, 0.00023, 0.053 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 357.15252, 0.00033, 0.031 }, + { { 0, 10, -8, 0, -2, 0, 0, 0, 0, -2, 0 }, 89.85724, 0.00002, 0.054 }, + { { 0, 10, -8, 0, -2, 0, 0, 0, 0, 0, 0 }, 269.85724, 0.00002, 0.124 }, + { { 0, 10, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 115.90197, 0.00023, 0.061 }, + { { 0, 10, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 296.63199, 0.00023, 0.121 }, + { { 0, 10, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 295.82103, 0.00009, 0.051 }, + { { 0, 10, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 115.83612, 0.00012, 0.030 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 38.21488, 0.00003, 0.098 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 0, 2, 0 }, 218.21488, 0.00003, 0.027 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 2, -3, 0 }, 218.19741, 0.00002, 0.209 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 38.19741, 0.00002, 0.046 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 218.64926, 0.00002, 0.029 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 2, 2, 0 }, 38.64926, 0.00002, 0.016 }, + { { 0, 10, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.17937, 0.00003, 0.044 }, + { { 0, 10, -4, 0, -2, 0, 0, 0, 2, -2, 0 }, 38.31190, 0.00002, 0.097 }, + { { 0, 10, -4, 0, -2, 0, 0, 0, 2, 0, 0 }, 218.31190, 0.00002, 0.027 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, -2, -1, 0 }, 346.24244, 0.00008, 0.039 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 346.24244, 0.00003, 0.080 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, -1, -1, 0 }, 166.24244, 0.00002, 0.075 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 346.24244, 0.00014, 0.070 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 346.24244, 0.00018, 0.082 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 346.24244, 0.00002, 0.039 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 346.24244, 0.00021, 0.095 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 346.24244, 0.00056, 0.042 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 346.24244, 0.00005, 0.027 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -4, -1, 0 }, 63.30551, 0.00006, 0.020 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -4, 0, 0 }, 63.30551, 0.00014, 0.028 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -4, 1, 0 }, 63.30551, 0.00006, 0.044 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, -3, 0 }, 63.30551, 0.00006, 0.020 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, -2, 0 }, 63.30551, 0.00070, 0.026 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, -1, 0 }, 63.30551, 0.00807, 0.040 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 63.58019, 0.00502, 0.087 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, 2, 0 }, 63.30551, 0.00002, 0.067 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -1, -1, 0 }, 243.30551, 0.00015, 0.081 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -4, 0 }, 63.30551, 0.00010, 0.025 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -3, 0 }, 63.30551, 0.00156, 0.038 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -2, 0 }, 63.10623, 0.02854, 0.075 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -2, 2 }, 63.30551, 0.00011, 0.074 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 248.46207, 0.00028, 1911.695 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 0, -2 }, 243.30551, 0.00011, 0.074 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 243.03414, 0.02873, 0.075 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 243.30551, 0.00156, 0.038 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 2, 0 }, 243.30551, 0.00010, 0.025 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 1, -1, 0 }, 63.30551, 0.00015, 0.081 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, -4, 0 }, 243.30551, 0.00002, 0.067 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, -2, 0 }, 243.50470, 0.00505, 0.087 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 243.30551, 0.00807, 0.040 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 243.30551, 0.00070, 0.026 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, 1, 0 }, 243.30551, 0.00006, 0.020 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 4, -3, 0 }, 243.30551, 0.00006, 0.044 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 4, -2, 0 }, 243.30551, 0.00014, 0.028 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 4, -1, 0 }, 243.30551, 0.00006, 0.020 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, -2, -2, 0 }, 320.36858, 0.00005, 0.027 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, -2, -1, 0 }, 320.36858, 0.00056, 0.042 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 320.36858, 0.00021, 0.095 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, 0, -3, 0 }, 320.36858, 0.00002, 0.039 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, 0, -2, 0 }, 320.36858, 0.00018, 0.082 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 320.36858, 0.00014, 0.070 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, 1, -1, 0 }, 140.36858, 0.00002, 0.075 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 320.36858, 0.00003, 0.080 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 320.36858, 0.00008, 0.039 }, + { { 0, 10, -1, 0, 0, 0, 0, 0, -2, -1, 0 }, 217.43165, 0.00003, 0.044 }, + { { 0, 11, -17, 0, 2, 0, 0, 0, -2, 0, 0 }, 141.55062, 0.00003, 0.042 }, + { { 0, 11, -17, 0, 2, 0, 0, 0, -2, 2, 0 }, 321.55062, 0.00003, 0.354 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 23.37460, 0.00002, 0.044 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 203.37460, 0.00002, 0.274 }, + { { 0, 11, -16, 0, 1, 0, 0, 0, -2, 0, 0 }, 319.94597, 0.00002, 0.044 }, + { { 0, 11, -16, 0, 1, 0, 0, 0, -2, 2, 0 }, 139.94597, 0.00002, 0.267 }, + { { 0, 11, -15, 0, -1, 0, 0, 0, -2, 0, 0 }, 331.61175, 0.00002, 0.046 }, + { { 0, 11, -15, 0, -1, 0, 0, 0, -2, 2, 0 }, 331.61175, 0.00002, 0.219 }, + { { 0, 11, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 146.30352, 0.00002, 0.046 }, + { { 0, 11, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 326.30352, 0.00002, 0.215 }, + { { 0, 11, -14, 0, -1, 0, 0, 0, -2, 0, 0 }, 145.45174, 0.00003, 0.048 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 345.72015, 0.00009, 0.065 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 166.72559, 0.00014, 0.035 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 79.44623, 0.00004, 0.050 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 259.44623, 0.00004, 0.150 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 259.42494, 0.00015, 0.205 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 0, 1, 0 }, 261.66717, 0.00006, 0.055 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 263.26130, 0.00037, 0.061 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 83.23731, 0.00031, 0.034 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 3.57831, 0.00004, 0.053 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 185.48597, 0.00004, 0.179 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 3.57335, 0.00002, 0.131 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -1, 0, -1 }, 165.25884, 0.00005, 0.050 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 26.15659, 0.00003, 0.136 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 181.43826, 0.00039, 0.170 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, 1, 0 }, 185.28103, 0.00025, 0.052 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 1, 0, -1 }, 345.29620, 0.00006, 0.207 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 1, 0, 1 }, 345.29859, 0.00008, 0.032 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 182.58350, 0.00101, 0.058 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 3.66116, 0.00124, 0.033 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 2, 1, 0 }, 2.55278, 0.00022, 0.023 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 4, -1, 0 }, 2.32186, 0.00005, 0.024 }, + { { 0, 11, -12, 0, 1, 0, 0, 0, -2, 0, 0 }, 307.26958, 0.00004, 0.053 }, + { { 0, 11, -12, 0, 1, 0, 0, 0, 2, 0, 0 }, 268.66162, 0.00004, 0.033 }, + { { 0, 11, -11, 0, -1, 0, 0, 0, -2, 0, 0 }, 270.05004, 0.00005, 0.056 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -2, -1, 0 }, 270.02157, 0.00002, 0.032 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 270.76873, 0.00022, 0.056 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 85.53310, 0.00003, 0.217 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 268.37837, 0.00007, 0.116 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -2, 3, 0 }, 275.44113, 0.00003, 0.046 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 0, -2, 0 }, 93.36898, 0.00002, 0.051 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 269.98592, 0.00036, 0.157 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 89.95190, 0.00161, 0.145 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 0, 1, 0 }, 89.70180, 0.00074, 0.050 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 0, 2, 0 }, 89.96924, 0.00005, 0.030 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 1, 0, 0 }, 269.98421, 0.00008, 0.052 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, -3, 0 }, 270.95419, 0.00002, 0.123 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, -2, 0 }, 270.60990, 0.00013, 0.196 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.97284, 0.00285, 0.054 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, 0, -2 }, 89.98107, 0.00005, 0.210 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.99574, 0.00390, 0.032 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, 1, 0 }, 270.00096, 0.00031, 0.022 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, 2, 0 }, 269.99157, 0.00003, 0.017 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 3, 0, 0 }, 270.02476, 0.00012, 0.023 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 4, -2, 0 }, 89.51602, 0.00004, 0.034 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 4, -1, 0 }, 269.99116, 0.00012, 0.023 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 4, 0, 0 }, 270.00259, 0.00006, 0.018 }, + { { 0, 11, -11, 0, 1, 0, 0, 0, -2, 0, 0 }, 76.63312, 0.00002, 0.056 }, + { { 0, 11, -11, 0, 1, 0, 0, 0, -2, 2, 0 }, 256.63312, 0.00002, 0.114 }, + { { 0, 11, -10, 0, -1, 0, 0, 0, 0, 0, 0 }, 91.39465, 0.00005, 0.128 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -1, 0, -1 }, 193.18979, 0.00013, 0.056 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -1, 0, 1 }, 193.19001, 0.00004, 0.112 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 0, 2, 0 }, 214.29565, 0.00002, 0.029 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.26403, 0.00017, 0.146 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 1, 0, 1 }, 13.26520, 0.00012, 0.030 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 182.41067, 0.00015, 0.052 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 357.87896, 0.00027, 0.031 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 2, 1, 0 }, 180.56379, 0.00002, 0.022 }, + { { 0, 11, -9, 0, -2, 0, 0, 0, 0, -2, 0 }, 269.83969, 0.00002, 0.056 }, + { { 0, 11, -9, 0, -2, 0, 0, 0, 0, 0, 0 }, 269.83969, 0.00002, 0.115 }, + { { 0, 11, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 115.78297, 0.00020, 0.063 }, + { { 0, 11, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 298.44974, 0.00020, 0.113 }, + { { 0, 11, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 295.79942, 0.00007, 0.049 }, + { { 0, 11, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 115.81271, 0.00010, 0.030 }, + { { 0, 11, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 38.62174, 0.00002, 0.092 }, + { { 0, 11, -7, 0, 0, 0, 0, 0, 0, 2, 0 }, 218.62174, 0.00002, 0.027 }, + { { 0, 11, -7, 0, 0, 0, 0, 0, 2, -3, 0 }, 218.62174, 0.00003, 0.241 }, + { { 0, 11, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 38.62174, 0.00003, 0.045 }, + { { 0, 11, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 211.89966, 0.00002, 0.078 }, + { { 0, 11, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 31.89966, 0.00002, 0.073 }, + { { 0, 12, -18, 0, 2, 0, 0, 0, -2, 0, 0 }, 141.52944, 0.00006, 0.043 }, + { { 0, 12, -17, 0, 0, 0, 0, 0, 2, -3, 0 }, 147.87334, 0.00003, 0.080 }, + { { 0, 12, -17, 0, 0, 0, 0, 0, 2, -1, 0 }, 327.87334, 0.00003, 0.071 }, + { { 0, 12, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 144.04978, 0.00004, 0.047 }, + { { 0, 12, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 324.04978, 0.00004, 0.189 }, + { { 0, 12, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 346.72673, 0.00005, 0.063 }, + { { 0, 12, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 167.35472, 0.00012, 0.034 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 72.39434, 0.00005, 0.052 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 0, -1, 0 }, 243.47031, 0.00002, 0.129 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 257.57645, 0.00012, 0.182 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 0, 1, 0 }, 277.40571, 0.00003, 0.053 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 263.95812, 0.00028, 0.059 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 83.92927, 0.00026, 0.033 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 2, 1, 0 }, 264.28856, 0.00002, 0.023 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 2.82784, 0.00004, 0.055 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 185.59241, 0.00003, 0.201 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 1.88101, 0.00002, 0.121 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, -1, 0, -1 }, 164.96689, 0.00004, 0.052 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 0, -2, 0 }, 181.50126, 0.00002, 0.050 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 11.47595, 0.00006, 0.148 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 181.65137, 0.00034, 0.154 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 0, 1, 0 }, 184.74561, 0.00024, 0.051 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 1, 0, -1 }, 345.00854, 0.00005, 0.183 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 1, 0, 1 }, 345.01106, 0.00006, 0.031 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 182.61675, 0.00074, 0.056 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 3.37858, 0.00099, 0.032 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 2, 1, 0 }, 2.39067, 0.00019, 0.022 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 4, -1, 0 }, 2.40687, 0.00006, 0.023 }, + { { 0, 12, -13, 0, 1, 0, 0, 0, -2, 0, 0 }, 308.84890, 0.00004, 0.055 }, + { { 0, 12, -12, 0, -1, 0, 0, 0, -2, 0, 0 }, 268.19969, 0.00003, 0.058 }, + { { 0, 12, -12, 0, -1, 0, 0, 0, -2, 2, 0 }, 88.19969, 0.00003, 0.109 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -2, -2, 0 }, 90.03288, 0.00002, 0.023 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 270.61685, 0.00026, 0.058 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 89.95656, 0.00012, 0.252 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 268.45506, 0.00007, 0.108 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -2, 3, 0 }, 89.99944, 0.00004, 0.044 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 0, -2, 0 }, 92.89323, 0.00002, 0.053 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 269.99826, 0.00016, 0.174 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 89.95169, 0.00128, 0.133 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 0, 1, 0 }, 89.95888, 0.00057, 0.048 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 0, 2, 0 }, 89.98760, 0.00004, 0.029 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 1, 0, 0 }, 269.97359, 0.00006, 0.050 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, -2, 0 }, 269.54628, 0.00008, 0.174 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.95333, 0.00196, 0.053 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.94938, 0.00299, 0.031 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, 1, 0 }, 269.95843, 0.00024, 0.022 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 3, 0, 0 }, 270.00919, 0.00010, 0.022 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 4, -2, 0 }, 90.08103, 0.00003, 0.033 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 4, -1, 0 }, 269.95404, 0.00011, 0.023 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 4, 0, 0 }, 269.96103, 0.00005, 0.018 }, + { { 0, 12, -12, 0, 1, 0, 0, 0, -2, 0, 0 }, 77.64726, 0.00003, 0.058 }, + { { 0, 12, -12, 0, 1, 0, 0, 0, -2, 2, 0 }, 257.64726, 0.00003, 0.107 }, + { { 0, 12, -11, 0, -1, 0, 0, 0, 0, -2, 0 }, 91.20533, 0.00002, 0.055 }, + { { 0, 12, -11, 0, -1, 0, 0, 0, 0, 0, 0 }, 91.25666, 0.00007, 0.119 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -1, -2, 1 }, 193.16568, 0.00002, 0.059 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -1, 0, -1 }, 193.16542, 0.00011, 0.058 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -1, 0, 1 }, 193.16568, 0.00002, 0.105 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 0, 2, 0 }, 3.91041, 0.00003, 0.029 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.24477, 0.00011, 0.134 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 1, 0, 1 }, 13.24626, 0.00009, 0.029 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 182.25594, 0.00013, 0.050 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 357.78186, 0.00023, 0.030 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 2, 1, 0 }, 181.25967, 0.00002, 0.022 }, + { { 0, 12, -10, 0, -2, 0, 0, 0, -2, 0, 0 }, 90.24735, 0.00002, 0.065 }, + { { 0, 12, -10, 0, -2, 0, 0, 0, -2, 2, 0 }, 270.24735, 0.00002, 0.090 }, + { { 0, 12, -10, 0, -2, 0, 0, 0, 0, -2, 0 }, 269.81983, 0.00002, 0.058 }, + { { 0, 12, -10, 0, -2, 0, 0, 0, 0, 0, 0 }, 269.81983, 0.00002, 0.107 }, + { { 0, 12, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 115.85757, 0.00020, 0.066 }, + { { 0, 12, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 293.12541, 0.00017, 0.105 }, + { { 0, 12, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 295.77982, 0.00006, 0.048 }, + { { 0, 12, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 121.09891, 0.00008, 0.029 }, + { { 0, 12, -9, 0, -2, 0, 0, 0, -2, 0, 0 }, 176.02425, 0.00002, 0.069 }, + { { 0, 12, -9, 0, -2, 0, 0, 0, -2, 2, 0 }, 176.02425, 0.00002, 0.083 }, + { { 0, 12, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 241.44532, 0.00003, 0.042 }, + { { 0, 12, -8, 0, 0, 0, -2, 0, -2, 0, 0 }, 2.38258, 0.00002, 0.075 }, + { { 0, 12, -8, 0, 0, 0, -2, 0, -2, 2, 0 }, 182.38258, 0.00002, 0.075 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -4, 0, 0 }, 318.50839, 0.00004, 0.026 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -4, 1, 0 }, 318.50839, 0.00050, 0.040 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -4, 2, 0 }, 318.38918, 0.00030, 0.087 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, -1, 0 }, 318.15526, 0.00006, 0.038 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 318.15526, 0.00110, 0.076 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 318.99472, 0.00018, 40.749 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 138.61895, 0.00184, 0.075 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 3, 0 }, 138.61895, 0.00010, 0.038 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 138.66677, 0.00043, 0.087 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 138.50839, 0.00050, 0.040 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, 0, 2, 0 }, 138.50839, 0.00004, 0.026 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, 2, -3, 0 }, 218.19132, 0.00003, 0.284 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 38.19132, 0.00003, 0.044 }, + { { 0, 12, -7, -2, 0, 0, 0, 0, -2, 0, 0 }, 18.13049, 0.00002, 0.075 }, + { { 0, 12, -7, -2, 0, 0, 0, 0, -2, 2, 0 }, 198.13049, 0.00002, 0.076 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, -4, 1, 0 }, 215.57146, 0.00003, 0.042 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, -1, 0, -1 }, 239.22796, 0.00004, 0.075 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, -1, 2, -1 }, 59.22796, 0.00004, 0.076 }, + { { 0, 12, -6, 0, -3, 0, 0, 0, 0, -2, 0 }, 98.30745, 0.00002, 0.075 }, + { { 0, 12, -6, 0, -3, 0, 0, 0, 0, 0, 0 }, 98.30745, 0.00002, 0.075 }, + { { 0, 13, -23, 0, 0, 0, 0, 0, -2, 1, 0 }, 110.74787, 0.00003, 0.075 }, + { { 0, 13, -23, 0, 0, 0, 0, 0, -2, 3, 0 }, 290.74787, 0.00003, 0.076 }, + { { 0, 13, -22, 0, 0, 0, 0, 0, -2, 1, 0 }, 19.61015, 0.00004, 0.081 }, + { { 0, 13, -22, 0, 0, 0, 0, 0, -2, 3, 0 }, 199.61015, 0.00004, 0.071 }, + { { 0, 13, -19, 0, 2, 0, 0, 0, -2, 0, 0 }, 141.50629, 0.00003, 0.045 }, + { { 0, 13, -19, 0, 2, 0, 0, 0, -2, 2, 0 }, 141.50629, 0.00003, 0.245 }, + { { 0, 13, -18, 0, 1, 0, 0, 0, -2, 0, 0 }, 320.29745, 0.00004, 0.046 }, + { { 0, 13, -18, 0, 1, 0, 0, 0, -2, 2, 0 }, 140.29745, 0.00004, 0.200 }, + { { 0, 13, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 144.03676, 0.00004, 0.049 }, + { { 0, 13, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 324.03676, 0.00004, 0.169 }, + { { 0, 13, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 168.02723, 0.00011, 0.033 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 81.31825, 0.00006, 0.054 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 243.30539, 0.00002, 0.126 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 258.28014, 0.00010, 0.163 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, 0, 1, 0 }, 278.16611, 0.00002, 0.052 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 264.58859, 0.00020, 0.057 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 84.52325, 0.00017, 0.032 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, 2, 2, 0 }, 84.62519, 0.00003, 0.017 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 3.14315, 0.00003, 0.057 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 185.67800, 0.00002, 0.230 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 2.00874, 0.00002, 0.112 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 0, -1, 0 }, 16.55896, 0.00003, 0.163 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 181.69464, 0.00031, 0.140 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 0, 1, 0 }, 185.13621, 0.00017, 0.049 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 1, 0, -1 }, 344.68816, 0.00005, 0.165 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 1, 0, 1 }, 344.69077, 0.00005, 0.030 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 182.24051, 0.00053, 0.054 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 3.37266, 0.00081, 0.031 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 2, 1, 0 }, 2.56889, 0.00015, 0.022 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 4, -1, 0 }, 2.40433, 0.00005, 0.023 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 4, 0, 0 }, 2.40061, 0.00006, 0.018 }, + { { 0, 13, -14, 0, 1, 0, 0, 0, -2, 0, 0 }, 310.34918, 0.00003, 0.057 }, + { { 0, 13, -13, 0, -1, 0, 0, 0, -2, 0, 0 }, 266.34235, 0.00003, 0.060 }, + { { 0, 13, -13, 0, -1, 0, 0, 0, -2, 2, 0 }, 86.34235, 0.00003, 0.102 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, -2, -2, 0 }, 90.01877, 0.00002, 0.023 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 270.08221, 0.00040, 0.060 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 89.92657, 0.00007, 0.299 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 268.76522, 0.00009, 0.101 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 0, -2, 0 }, 79.77560, 0.00003, 0.054 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 269.73923, 0.00013, 0.195 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 90.32297, 0.00102, 0.123 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 0, 1, 0 }, 89.96932, 0.00054, 0.047 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 1, 0, 0 }, 269.96373, 0.00004, 0.049 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 2, -2, 0 }, 270.56023, 0.00005, 0.157 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 90.04208, 0.00140, 0.051 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.91126, 0.00228, 0.030 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 2, 1, 0 }, 269.92914, 0.00020, 0.022 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 3, 0, 0 }, 269.99125, 0.00009, 0.022 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 4, -2, 0 }, 90.27398, 0.00002, 0.032 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 4, -1, 0 }, 269.92660, 0.00007, 0.023 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 4, 0, 0 }, 269.93372, 0.00004, 0.017 }, + { { 0, 13, -13, 0, 1, 0, 0, 0, -2, 0, 0 }, 77.69253, 0.00003, 0.061 }, + { { 0, 13, -13, 0, 1, 0, 0, 0, -2, 2, 0 }, 257.69253, 0.00003, 0.100 }, + { { 0, 13, -12, 0, -1, 0, 0, 0, 0, 0, 0 }, 91.26145, 0.00004, 0.111 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 348.02223, 0.00003, 0.064 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 168.02223, 0.00003, 0.092 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -1, 0, -1 }, 193.13910, 0.00010, 0.060 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 148.78549, 0.00002, 0.110 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.22348, 0.00010, 0.124 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 1, 0, 1 }, 13.22485, 0.00007, 0.029 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 182.63631, 0.00011, 0.049 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 358.29944, 0.00019, 0.030 }, + { { 0, 13, -11, 0, -2, 0, 0, 0, -2, 0, 0 }, 90.23184, 0.00002, 0.068 }, + { { 0, 13, -11, 0, -2, 0, 0, 0, -2, 2, 0 }, 270.23184, 0.00002, 0.085 }, + { { 0, 13, -11, 0, -2, 0, 0, 0, 0, -2, 0 }, 269.79797, 0.00002, 0.060 }, + { { 0, 13, -11, 0, -2, 0, 0, 0, 0, 0, 0 }, 269.79797, 0.00002, 0.100 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 116.72364, 0.00023, 0.068 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 112.32909, 0.00003, 0.084 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 292.84773, 0.00016, 0.099 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 295.76134, 0.00005, 0.046 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 115.78873, 0.00004, 0.029 }, + { { 0, 13, -10, 0, -2, 0, 0, 0, -2, 0, 0 }, 346.53163, 0.00002, 0.073 }, + { { 0, 13, -10, 0, -2, 0, 0, 0, -2, 2, 0 }, 346.53163, 0.00002, 0.079 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 15.89599, 0.00005, 0.073 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 195.89599, 0.00005, 0.077 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, 2, -2, 0 }, 129.41831, 0.00002, 0.107 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 309.41831, 0.00002, 0.028 }, + { { 0, 13, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 44.57238, 0.00005, 0.075 }, + { { 0, 13, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 224.57238, 0.00005, 0.076 }, + { { 0, 14, -21, 0, 0, 0, 0, 0, 2, -3, 0 }, 159.90906, 0.00003, 0.075 }, + { { 0, 14, -21, 0, 0, 0, 0, 0, 2, -1, 0 }, 339.90906, 0.00003, 0.076 }, + { { 0, 14, -19, 0, 1, 0, 0, 0, -2, 0, 0 }, 320.27061, 0.00006, 0.048 }, + { { 0, 14, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 141.79625, 0.00004, 0.050 }, + { { 0, 14, -18, 0, 0, 0, 0, 0, -2, 2, 0 }, 321.79625, 0.00004, 0.153 }, + { { 0, 14, -17, 0, 0, 0, 0, 0, 2, 0, 0 }, 168.66298, 0.00009, 0.033 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 85.76018, 0.00005, 0.056 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 265.76018, 0.00005, 0.117 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, 0, -1, 0 }, 100.22086, 0.00003, 0.154 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 258.93118, 0.00009, 0.148 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, 0, 1, 0 }, 280.22086, 0.00003, 0.050 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, 2, -1, 0 }, 265.14254, 0.00015, 0.055 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 85.05687, 0.00012, 0.032 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 3.39121, 0.00003, 0.059 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 1.99267, 0.00002, 0.105 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 181.31615, 0.00028, 0.129 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 0, 1, 0 }, 185.30060, 0.00013, 0.048 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 1, 0, -1 }, 344.33324, 0.00004, 0.149 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 182.18465, 0.00039, 0.052 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 4.40870, 0.00066, 0.031 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 2, 1, 0 }, 2.71083, 0.00013, 0.022 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 4, -1, 0 }, 2.31339, 0.00002, 0.023 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 4, 0, 0 }, 2.31339, 0.00007, 0.017 }, + { { 0, 14, -15, 0, 1, 0, 0, 0, -2, 0, 0 }, 304.22987, 0.00002, 0.059 }, + { { 0, 14, -15, 0, 1, 0, 0, 0, -2, 2, 0 }, 124.22987, 0.00002, 0.104 }, + { { 0, 14, -14, 0, -1, 0, 0, 0, -2, 0, 0 }, 288.72126, 0.00003, 0.062 }, + { { 0, 14, -14, 0, -1, 0, 0, 0, -2, 2, 0 }, 108.72126, 0.00003, 0.096 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 269.94565, 0.00034, 0.063 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 89.90378, 0.00005, 0.367 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 268.75905, 0.00009, 0.095 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 0, -2, 0 }, 90.97160, 0.00002, 0.056 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 0, -1, 0 }, 270.29507, 0.00010, 0.222 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 90.64332, 0.00084, 0.114 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 0, 1, 0 }, 90.00377, 0.00040, 0.045 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 2, -2, 0 }, 265.84290, 0.00004, 0.143 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.90786, 0.00097, 0.049 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.95269, 0.00177, 0.030 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 2, 1, 0 }, 269.98582, 0.00009, 0.021 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 3, 0, 0 }, 269.97097, 0.00007, 0.022 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 4, -1, 0 }, 269.90513, 0.00005, 0.022 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 4, 0, 0 }, 269.95173, 0.00003, 0.017 }, + { { 0, 14, -14, 0, 1, 0, 0, 0, -2, 0, 0 }, 76.82704, 0.00002, 0.063 }, + { { 0, 14, -14, 0, 1, 0, 0, 0, -2, 2, 0 }, 256.82704, 0.00002, 0.094 }, + { { 0, 14, -13, 0, -1, 0, 0, 0, 0, -2, 0 }, 91.24274, 0.00002, 0.059 }, + { { 0, 14, -13, 0, -1, 0, 0, 0, 0, 0, 0 }, 91.24274, 0.00002, 0.103 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 356.37148, 0.00002, 0.067 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 176.37148, 0.00002, 0.087 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -1, 0, -1 }, 193.11089, 0.00009, 0.062 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.19974, 0.00009, 0.115 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 1, 0, 1 }, 13.20101, 0.00006, 0.028 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 178.86557, 0.00008, 0.047 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 1.44777, 0.00012, 0.029 }, + { { 0, 14, -12, 0, -3, 0, 0, 0, -2, 0, 0 }, 100.44918, 0.00004, 0.070 }, + { { 0, 14, -12, 0, -2, 0, 0, 0, -2, 0, 0 }, 90.28475, 0.00002, 0.071 }, + { { 0, 14, -12, 0, -2, 0, 0, 0, -2, 2, 0 }, 270.28475, 0.00002, 0.081 }, + { { 0, 14, -12, 0, -2, 0, 0, 0, 0, -2, 0 }, 269.77415, 0.00002, 0.063 }, + { { 0, 14, -12, 0, -2, 0, 0, 0, 0, 0, 0 }, 269.77415, 0.00002, 0.094 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 117.78642, 0.00034, 0.072 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 104.12320, 0.00004, 0.080 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 295.94367, 0.00014, 0.093 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 295.74327, 0.00004, 0.045 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 115.73966, 0.00016, 0.028 }, + { { 0, 14, -11, 0, -3, 0, 0, 0, -2, 0, 0 }, 198.63900, 0.00007, 0.076 }, + { { 0, 14, -11, 0, -3, 0, 0, 0, -2, 2, 0 }, 238.35250, 0.00002, 0.075 }, + { { 0, 14, -11, 0, -2, 0, 0, 0, -2, 0, 0 }, 161.86776, 0.00012, 0.076 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 195.10743, 0.00004, 0.077 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 15.10743, 0.00004, 0.074 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, 2, -2, 0 }, 129.58528, 0.00003, 0.100 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 309.58528, 0.00003, 0.027 }, + { { 0, 14, -10, 0, 0, 0, 0, 0, 0, -2, 0 }, 19.29517, 0.00004, 0.073 }, + { { 0, 14, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 204.19758, 0.00005, 0.078 }, + { { 0, 14, -9, 0, -2, 0, 0, 0, -2, 1, -2 }, 50.24046, 0.00003, 0.040 }, + { { 0, 14, -9, 0, -2, 0, 0, 0, 0, 0, -2 }, 30.63675, 0.00010, 0.075 }, + { { 0, 14, -9, 0, -2, 0, 0, 0, 0, 2, -2 }, 228.80077, 0.00010, 0.075 }, + { { 0, 14, -9, 0, -2, 0, 0, 0, 2, 1, -2 }, 230.24046, 0.00003, 0.040 }, + { { 0, 15, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 252.67673, 0.00002, 0.049 }, + { { 0, 15, -20, 0, 0, 0, 0, 0, -2, 2, 0 }, 72.67673, 0.00002, 0.162 }, + { { 0, 15, -20, 0, 1, 0, 0, 0, -2, 0, 0 }, 320.24202, 0.00006, 0.049 }, + { { 0, 15, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 141.76873, 0.00003, 0.052 }, + { { 0, 15, -19, 0, 0, 0, 0, 0, -2, 2, 0 }, 321.76873, 0.00003, 0.140 }, + { { 0, 15, -18, 0, 0, 0, 0, 0, 2, 0, 0 }, 169.26357, 0.00008, 0.032 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 87.89375, 0.00003, 0.058 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 267.89375, 0.00003, 0.109 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, 0, 2, 0 }, 83.76933, 0.00002, 0.030 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, 2, -1, 0 }, 265.64088, 0.00012, 0.053 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, 2, 0, 0 }, 85.55384, 0.00009, 0.031 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 2.03047, 0.00006, 0.061 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 0.11147, 0.00002, 0.098 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 181.53489, 0.00024, 0.119 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 0, 1, 0 }, 182.30946, 0.00007, 0.046 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 2, -1, 0 }, 182.30102, 0.00046, 0.050 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 3.56744, 0.00049, 0.030 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 2, 1, 0 }, 2.59680, 0.00010, 0.022 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 4, 0, 0 }, 2.30949, 0.00006, 0.017 }, + { { 0, 15, -16, 0, 1, 0, 0, 0, -2, 0, 0 }, 305.40189, 0.00002, 0.061 }, + { { 0, 15, -16, 0, 1, 0, 0, 0, -2, 2, 0 }, 125.40189, 0.00002, 0.098 }, + { { 0, 15, -15, 0, -1, 0, 0, 0, -2, 0, 0 }, 291.18963, 0.00005, 0.065 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -6, 1, 2 }, 89.60386, 0.00003, 0.040 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -4, 0, 2 }, 89.60386, 0.00011, 0.075 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -4, 2, 2 }, 269.60386, 0.00011, 0.075 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 269.97688, 0.00033, 0.065 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 90.90210, 0.00003, 0.476 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, 1, 2 }, 269.60386, 0.00003, 0.040 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 268.76413, 0.00010, 0.090 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 0, -3, 0 }, 90.73567, 0.00002, 0.033 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 0, -1, 0 }, 273.68656, 0.00006, 0.258 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 90.68906, 0.00070, 0.107 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 0, 1, 0 }, 91.06592, 0.00019, 0.044 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 2, -2, 0 }, 272.69269, 0.00002, 0.131 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.84521, 0.00072, 0.048 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.93155, 0.00131, 0.029 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 2, 1, 0 }, 269.92872, 0.00010, 0.021 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 3, 0, 0 }, 269.94839, 0.00006, 0.022 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 4, -1, 0 }, 269.91737, 0.00004, 0.022 }, + { { 0, 15, -15, 0, 1, 0, 0, 0, -2, 0, 0 }, 76.87338, 0.00004, 0.065 }, + { { 0, 15, -14, 0, -2, 0, 0, 0, -2, 0, 0 }, 184.75609, 0.00005, 0.069 }, + { { 0, 15, -14, 0, -1, 0, 0, 0, 0, -2, 0 }, 91.22032, 0.00002, 0.062 }, + { { 0, 15, -14, 0, -1, 0, 0, 0, 0, 0, 0 }, 91.22032, 0.00002, 0.097 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -3, 0, 1 }, 13.38829, 0.00004, 0.075 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -3, 2, 1 }, 193.38829, 0.00004, 0.076 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -1, 0, -1 }, 193.08090, 0.00008, 0.065 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 0, 1, 0 }, 39.26008, 0.00002, 0.042 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.17362, 0.00008, 0.107 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 1, 0, 1 }, 13.17480, 0.00004, 0.028 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.39588, 0.00006, 0.046 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 3.42666, 0.00006, 0.028 }, + { { 0, 15, -13, 0, -3, 0, 0, 0, -2, 0, 0 }, 143.02265, 0.00004, 0.073 }, + { { 0, 15, -13, 0, -2, 0, 0, 0, -2, 0, 0 }, 89.17801, 0.00003, 0.074 }, + { { 0, 15, -13, 0, -2, 0, 0, 0, -2, 2, 0 }, 269.17801, 0.00003, 0.077 }, + { { 0, 15, -13, 0, -2, 0, 0, 0, 0, -2, 0 }, 89.74833, 0.00002, 0.065 }, + { { 0, 15, -13, 0, -2, 0, 0, 0, 0, 0, 0 }, 269.74833, 0.00002, 0.089 }, + { { 0, 15, -13, 0, -1, 0, 0, 0, -2, 0, 0 }, 233.48736, 0.00004, 0.074 }, + { { 0, 15, -13, 0, -1, 0, 0, 0, -2, 2, 0 }, 322.62167, 0.00003, 0.076 }, + { { 0, 15, -13, 0, 0, -2, 0, 0, -2, 0, 0 }, 90.10078, 0.00002, 0.075 }, + { { 0, 15, -13, 0, 0, -2, 0, 0, -2, 2, 0 }, 270.10078, 0.00002, 0.076 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -4, 0, 0 }, 116.32315, 0.00003, 0.026 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -4, 1, 0 }, 116.31840, 0.00038, 0.040 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -4, 2, 0 }, 116.39647, 0.00023, 0.086 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, -1, 0 }, 116.24191, 0.00019, 0.038 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 116.23870, 0.00338, 0.075 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 104.78660, 0.00010, 10.112 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 296.24571, 0.00124, 0.076 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 3, 0 }, 296.24571, 0.00007, 0.038 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 296.19356, 0.00005, 0.534 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 298.92560, 0.00004, 0.088 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, 0, 1, 0 }, 296.32850, 0.00034, 0.041 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, 0, 2, 0 }, 296.32315, 0.00003, 0.026 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 115.72193, 0.00013, 0.028 }, + { { 0, 15, -13, 0, 1, 0, 0, 0, -2, 0, 0 }, 24.76390, 0.00003, 0.075 }, + { { 0, 15, -13, 0, 1, 0, 0, 0, -2, 2, 0 }, 24.76390, 0.00003, 0.076 }, + { { 0, 15, -12, -4, 0, 0, 0, 0, -2, 0, 0 }, 240.02814, 0.00002, 0.069 }, + { { 0, 15, -12, -4, 0, 0, 0, 0, -2, 2, 0 }, 60.02814, 0.00002, 0.083 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -4, 1, 0 }, 13.38622, 0.00002, 0.042 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -3, 0, 0 }, 189.70101, 0.00021, 0.040 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -3, 1, 0 }, 189.70101, 0.00013, 0.087 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, -2, 0 }, 189.70101, 0.00004, 0.038 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, -1, 0 }, 189.70101, 0.00074, 0.076 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 0, -1 }, 39.31611, 0.00011, 0.075 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 1, 0 }, 9.70101, 0.00074, 0.075 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 2, -1 }, 219.25129, 0.00003, 0.076 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 2, 0 }, 9.70101, 0.00004, 0.038 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, 1, -1, 0 }, 9.70101, 0.00013, 0.087 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, 1, 0, 0 }, 9.70101, 0.00021, 0.040 }, + { { 0, 15, -11, 0, -1, 0, 0, 0, 0, -2, 0 }, 234.73659, 0.00003, 0.076 }, + { { 0, 15, -11, 0, -1, 0, 0, 0, 0, 0, 0 }, 234.73659, 0.00003, 0.075 }, + { { 0, 15, -11, 0, 0, 0, 0, 0, 0, -2, 0 }, 321.69845, 0.00004, 0.076 }, + { { 0, 15, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 320.59228, 0.00003, 0.075 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, -2, -1, 0 }, 297.17736, 0.00009, 0.040 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, -2, 0, 0 }, 306.91471, 0.00008, 0.087 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, 0, -2, 0 }, 276.80597, 0.00021, 0.075 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, 0, 0, 0 }, 96.80597, 0.00021, 0.075 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, 2, -2, 0 }, 126.91471, 0.00008, 0.087 }, + { { 0, 15, -9, -4, 0, 0, 0, 0, 2, -1, 0 }, 117.17736, 0.00009, 0.040 }, + { { 0, 16, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 278.35933, 0.00003, 0.051 }, + { { 0, 16, -21, 0, 0, 0, 0, 0, -2, 2, 0 }, 98.35933, 0.00003, 0.147 }, + { { 0, 16, -21, 0, 1, 0, 0, 0, -2, 0, 0 }, 320.21169, 0.00005, 0.051 }, + { { 0, 16, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 141.74478, 0.00003, 0.053 }, + { { 0, 16, -20, 0, 0, 0, 0, 0, -2, 2, 0 }, 321.74478, 0.00003, 0.128 }, + { { 0, 16, -19, 0, 0, 0, 0, 0, 2, 0, 0 }, 169.81108, 0.00005, 0.032 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 85.05079, 0.00005, 0.060 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, 0, 2, 0 }, 84.33492, 0.00002, 0.029 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, 2, -1, 0 }, 266.09090, 0.00009, 0.051 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, 2, 0, 0 }, 86.00275, 0.00007, 0.031 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 1.93722, 0.00007, 0.064 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 182.32186, 0.00023, 0.111 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 0, 1, 0 }, 182.30386, 0.00005, 0.045 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 2, -1, 0 }, 182.15735, 0.00031, 0.049 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 2, 0, 0 }, 1.31553, 0.00038, 0.030 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 2, 1, 0 }, 1.82220, 0.00005, 0.021 }, + { { 0, 16, -16, 0, -1, 0, 0, 0, -2, 0, 0 }, 295.01426, 0.00004, 0.068 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 269.92977, 0.00037, 0.068 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -2, 1, 0 }, 89.85330, 0.00002, 0.679 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 268.27998, 0.00007, 0.085 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 0, -2, 0 }, 89.27246, 0.00005, 0.061 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 0, -1, 0 }, 269.83804, 0.00002, 0.308 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 90.93041, 0.00056, 0.100 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 0, 1, 0 }, 89.85040, 0.00013, 0.043 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.85172, 0.00051, 0.047 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.83503, 0.00097, 0.029 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 2, 1, 0 }, 269.85433, 0.00023, 0.021 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 3, 0, 0 }, 269.92357, 0.00005, 0.021 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 4, -1, 0 }, 269.84804, 0.00007, 0.022 }, + { { 0, 16, -16, 0, 1, 0, 0, 0, -2, 0, 0 }, 76.91202, 0.00005, 0.068 }, + { { 0, 16, -15, -2, 0, 0, 0, 0, -2, 0, 0 }, 2.70001, 0.00002, 0.068 }, + { { 0, 16, -15, -2, 0, 0, 0, 0, -2, 2, 0 }, 182.70001, 0.00002, 0.085 }, + { { 0, 16, -15, 0, -1, 0, 0, 0, -2, 0, 0 }, 268.30474, 0.00003, 0.072 }, + { { 0, 16, -15, 0, -1, 0, 0, 0, -2, 2, 0 }, 88.30474, 0.00003, 0.079 }, + { { 0, 16, -15, 0, -1, 0, 0, 0, 0, -2, 0 }, 91.19577, 0.00002, 0.064 }, + { { 0, 16, -15, 0, -1, 0, 0, 0, 0, 0, 0 }, 91.19577, 0.00002, 0.092 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 234.96929, 0.00004, 0.073 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 165.98703, 0.00003, 0.078 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -1, 0, -1 }, 193.04922, 0.00009, 0.068 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 3.73326, 0.00004, 0.091 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.14515, 0.00008, 0.100 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 2, -3, 0 }, 179.85732, 0.00002, 0.249 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 179.85732, 0.00002, 0.044 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 3.73113, 0.00004, 0.028 }, + { { 0, 16, -15, 0, 1, 0, 0, 0, -2, 0, 0 }, 136.29914, 0.00002, 0.073 }, + { { 0, 16, -15, 0, 1, 0, 0, 0, -2, 2, 0 }, 136.29914, 0.00002, 0.078 }, + { { 0, 16, -14, -1, 0, 0, 0, 0, -2, 0, 0 }, 175.33679, 0.00005, 0.075 }, + { { 0, 16, -14, -1, 0, 0, 0, 0, -2, 2, 0 }, 355.33679, 0.00005, 0.075 }, + { { 0, 16, -14, 0, -3, 0, 0, 0, -2, 0, 0 }, 317.51174, 0.00002, 0.077 }, + { { 0, 16, -14, 0, -3, 0, 0, 0, -2, 2, 0 }, 137.51174, 0.00002, 0.074 }, + { { 0, 16, -14, 0, -2, 0, 0, 0, 0, 0, 0 }, 269.69778, 0.00005, 0.084 }, + { { 0, 16, -14, 0, -1, 0, 0, 0, -2, 0, 0 }, 172.31878, 0.00002, 0.078 }, + { { 0, 16, -14, 0, -1, 0, 0, 0, -2, 2, 0 }, 352.31878, 0.00002, 0.073 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 297.97938, 0.00026, 0.079 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 294.30146, 0.00009, 0.073 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, 0, -2, 0 }, 90.71961, 0.00002, 0.069 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 295.75035, 0.00026, 0.083 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 115.70363, 0.00010, 0.027 }, + { { 0, 16, -13, -3, 0, 0, 0, 0, -2, 0, 0 }, 281.20347, 0.00003, 0.075 }, + { { 0, 16, -13, -3, 0, 0, 0, 0, -2, 2, 0 }, 101.20347, 0.00003, 0.076 }, + { { 0, 16, -13, 0, 0, 0, 0, 0, 0, -2, 0 }, 311.43881, 0.00002, 0.074 }, + { { 0, 16, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 145.77825, 0.00006, 0.077 }, + { { 0, 17, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 17.05832, 0.00003, 0.052 }, + { { 0, 17, -22, 0, 0, 0, 0, 0, -2, 2, 0 }, 197.05832, 0.00003, 0.135 }, + { { 0, 17, -22, 11, 0, 0, 0, 0, -2, 0, 0 }, 137.78167, 0.00004, 0.075 }, + { { 0, 17, -22, 11, 0, 0, 0, 0, -2, 2, 0 }, 317.78167, 0.00004, 0.075 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 89.25599, 0.00003, 0.062 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, -2, 2, 0 }, 269.25599, 0.00003, 0.096 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, 2, 0, 0 }, 86.40968, 0.00006, 0.030 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 1.89034, 0.00007, 0.066 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, -2, 2, 0 }, 0.19165, 0.00002, 0.088 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 0, -1, 0 }, 182.29488, 0.00002, 0.276 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 182.20487, 0.00018, 0.104 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 0, 1, 0 }, 182.29870, 0.00002, 0.044 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 2, -1, 0 }, 182.29094, 0.00024, 0.047 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 2, 0, 0 }, 2.29668, 0.00034, 0.029 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 2, 1, 0 }, 2.26197, 0.00004, 0.021 }, + { { 0, 17, -17, 0, -1, 0, 0, 0, -2, 0, 0 }, 289.69564, 0.00006, 0.070 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 269.75281, 0.00054, 0.071 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 269.40853, 0.00003, 0.081 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 0, -2, 0 }, 90.37198, 0.00004, 0.063 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 0, -1, 0 }, 269.82034, 0.00002, 0.381 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 91.26352, 0.00044, 0.094 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 0, 1, 0 }, 89.82190, 0.00012, 0.042 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 2, -2, 0 }, 90.00802, 0.00004, 0.113 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.82215, 0.00038, 0.045 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.82178, 0.00075, 0.028 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 2, 1, 0 }, 269.82256, 0.00017, 0.021 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 3, -2, 0 }, 269.89654, 0.00002, 0.047 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 3, 0, 0 }, 269.89654, 0.00002, 0.021 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 4, -2, 0 }, 89.83113, 0.00002, 0.030 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 4, -1, 0 }, 269.82162, 0.00005, 0.021 }, + { { 0, 17, -17, 0, 1, 0, 0, 0, -2, 0, 0 }, 76.94364, 0.00004, 0.071 }, + { { 0, 17, -17, 0, 1, 0, 0, 0, -2, 2, 0 }, 256.94364, 0.00004, 0.080 }, + { { 0, 17, -16, 0, -2, 0, 0, 0, -2, 1, 0 }, 205.59864, 0.00021, 60.783 }, + { { 0, 17, -16, 0, -1, 0, 0, 0, -2, 0, 0 }, 153.32530, 0.00002, 0.076 }, + { { 0, 17, -16, 0, -1, 0, 0, 0, -2, 1, 0 }, 91.15668, 0.00019, 14.738 }, + { { 0, 17, -16, 0, -1, 0, 0, 0, -2, 2, 0 }, 153.32530, 0.00002, 0.075 }, + { { 0, 17, -16, 0, -1, 0, 0, 0, 0, 0, 0 }, 91.27318, 0.00005, 0.087 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 12.38691, 0.00007, 0.076 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 1, -1 }, 13.04847, 0.00004, 0.075 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 5.74994, 0.00011, 0.075 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 3, -1 }, 193.04847, 0.00004, 0.076 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, 0, -1 }, 193.04131, 0.00015, 0.071 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, 0, 1 }, 193.01642, 0.00006, 0.079 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.11439, 0.00007, 0.095 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 3.98824, 0.00019, 0.027 }, + { { 0, 17, -15, -3, 0, 0, 0, 0, -2, 0, 0 }, 58.79301, 0.00002, 0.073 }, + { { 0, 17, -15, -3, 0, 0, 0, 0, -2, 2, 0 }, 238.79301, 0.00002, 0.078 }, + { { 0, 17, -15, -2, 0, 0, 0, 0, -2, 0, 0 }, 92.88709, 0.00003, 0.076 }, + { { 0, 17, -15, -2, 0, 0, 0, 0, -2, 2, 0 }, 272.88709, 0.00003, 0.075 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 294.56241, 0.00013, 0.083 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -1, -1, 0 }, 296.35980, 0.00002, 0.077 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -1, 1, 0 }, 116.35980, 0.00002, 0.074 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, 0, -2, 0 }, 120.35201, 0.00005, 0.072 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 297.79947, 0.00038, 0.079 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 115.68445, 0.00008, 0.027 }, + { { 0, 17, -14, -4, 0, 0, 0, 0, -2, 0, 0 }, 60.36572, 0.00005, 0.076 }, + { { 0, 17, -14, -4, 0, 0, 0, 0, -2, 2, 0 }, 240.36572, 0.00005, 0.075 }, + { { 0, 17, -14, 0, -3, 0, 0, 0, 0, -2, 0 }, 267.53133, 0.00002, 0.076 }, + { { 0, 17, -14, 0, -3, 0, 0, 0, 0, 0, 0 }, 87.53133, 0.00002, 0.075 }, + { { 0, 18, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 325.92588, 0.00004, 0.054 }, + { { 0, 18, -23, 0, 0, 0, 0, 0, -2, 2, 0 }, 145.92588, 0.00004, 0.124 }, + { { 0, 18, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 89.79889, 0.00004, 0.065 }, + { { 0, 18, -20, 0, 0, 0, 0, 0, -2, 2, 0 }, 269.79889, 0.00004, 0.091 }, + { { 0, 18, -20, 0, 0, 0, 0, 0, 2, 0, 0 }, 86.77974, 0.00005, 0.029 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -5, 0, 2 }, 0.03812, 0.00002, 0.040 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -3, -1, 2 }, 0.03812, 0.00008, 0.075 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -3, 1, 2 }, 180.03812, 0.00008, 0.075 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 1.78864, 0.00007, 0.069 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -2, 2, 0 }, 1.78864, 0.00007, 0.083 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -1, 0, 2 }, 180.03812, 0.00002, 0.040 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 182.24239, 0.00016, 0.097 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 2, -1, 0 }, 189.20356, 0.00021, 0.046 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 2, 0, 0 }, 2.28785, 0.00026, 0.029 }, + { { 0, 18, -19, 0, 1, 0, 0, 0, -2, 0, 0 }, 299.72865, 0.00005, 0.069 }, + { { 0, 18, -19, 2, 0, 0, 0, 0, -2, 0, 0 }, 128.55896, 0.00002, 0.075 }, + { { 0, 18, -19, 2, 0, 0, 0, 0, -2, 2, 0 }, 308.55896, 0.00002, 0.076 }, + { { 0, 18, -19, 3, 0, 0, 0, 0, -2, 0, 0 }, 146.14540, 0.00002, 0.078 }, + { { 0, 18, -19, 3, 0, 0, 0, 0, -2, 2, 0 }, 326.14540, 0.00002, 0.073 }, + { { 0, 18, -18, 0, -1, 0, 0, 0, -2, 0, 0 }, 322.47555, 0.00004, 0.074 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -4, 1, 0 }, 269.88810, 0.00013, 0.040 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -4, 2, 0 }, 270.29328, 0.00008, 0.085 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, -1, 0 }, 270.10077, 0.00013, 0.037 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 268.34739, 0.00216, 0.074 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 1, 0 }, 90.26071, 0.00010, 4.498 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 2, 0 }, 89.54546, 0.00051, 0.077 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 3, 0 }, 89.54531, 0.00003, 0.038 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 0, -2, 0 }, 121.94987, 0.00006, 0.066 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 0, -1, 0 }, 90.13594, 0.00005, 0.501 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 101.19236, 0.00035, 0.089 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 0, 1, 0 }, 89.84790, 0.00023, 0.041 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 2, -2, 0 }, 141.52400, 0.00017, 0.105 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 2, -1, 0 }, 128.25168, 0.00087, 0.044 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 2, 0, 0 }, 263.71709, 0.00051, 0.028 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 2, 1, 0 }, 269.79007, 0.00013, 0.020 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 4, -2, 0 }, 142.58377, 0.00003, 0.029 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 4, 0, 0 }, 269.78889, 0.00007, 0.016 }, + { { 0, 18, -18, 0, 2, 0, 0, 0, -2, 0, 0 }, 99.68971, 0.00002, 0.075 }, + { { 0, 18, -18, 0, 2, 0, 0, 0, -2, 2, 0 }, 99.68971, 0.00002, 0.076 }, + { { 0, 18, -17, -2, 0, 0, 0, 0, -2, 0, 0 }, 199.59090, 0.00003, 0.074 }, + { { 0, 18, -17, -2, 0, 0, 0, 0, -2, 2, 0 }, 19.59090, 0.00003, 0.077 }, + { { 0, 18, -17, 0, -1, 0, 0, 0, 0, 0, 0 }, 91.34807, 0.00006, 0.082 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -4, -1, 0 }, 39.47954, 0.00003, 0.020 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -4, 0, 0 }, 39.47954, 0.00006, 0.027 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -3, -1, 1 }, 13.01956, 0.00008, 0.041 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -3, 0, 1 }, 12.97681, 0.00010, 0.088 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -3, 1, -1 }, 192.94981, 0.00002, 0.040 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, -3, 0 }, 39.47954, 0.00003, 0.019 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, -2, 0 }, 39.47954, 0.00027, 0.026 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, -1, 0 }, 39.47954, 0.00213, 0.039 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 39.47684, 0.00088, 0.080 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, -2, 0 }, 219.47954, 0.00006, 0.038 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, -2, 1 }, 13.01935, 0.00028, 0.076 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, -1, 0 }, 220.42581, 0.00055, 0.075 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 0, -1 }, 192.99765, 0.00044, 0.074 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 1, 0 }, 196.16330, 0.00002, 0.076 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 2, -1 }, 12.94999, 0.00008, 0.077 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, -4, 0 }, 39.47954, 0.00004, 0.025 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, -3, 0 }, 39.47847, 0.00041, 0.036 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, -2, 0 }, 39.48016, 0.00365, 0.070 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 39.48253, 0.00423, 0.082 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, 1, 0 }, 39.48066, 0.00047, 0.039 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, 2, 0 }, 39.47954, 0.00004, 0.026 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 1, -2, 1 }, 193.01975, 0.00005, 0.087 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 1, -1, 1 }, 193.01956, 0.00008, 0.040 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 1, 1, -1 }, 12.94981, 0.00002, 0.041 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, -2, 0 }, 39.47815, 0.00521, 0.095 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, -1, 0 }, 39.47959, 0.01411, 0.042 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, 0, 0 }, 36.06766, 0.00144, 0.027 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, 1, 0 }, 39.47954, 0.00012, 0.020 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 4, -3, 0 }, 39.47954, 0.00013, 0.046 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 4, -2, 0 }, 39.47954, 0.00041, 0.028 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 4, -1, 0 }, 39.47954, 0.00022, 0.021 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 4, 0, 0 }, 39.47954, 0.00004, 0.016 }, + { { 0, 18, -16, -3, 0, 0, 0, 0, -2, 0, 0 }, 239.78381, 0.00002, 0.076 }, + { { 0, 18, -16, -3, 0, 0, 0, 0, -2, 2, 0 }, 59.78381, 0.00002, 0.074 }, + { { 0, 18, -16, 0, -2, 0, 0, 0, -2, 0, 0 }, 269.96849, 0.00003, 0.086 }, + { { 0, 18, -16, 0, -2, 0, 0, 0, -2, 2, 0 }, 89.96849, 0.00003, 0.067 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -6, 0, 0 }, 116.54261, 0.00005, 0.016 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -6, 1, 0 }, 116.54261, 0.00006, 0.021 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -6, 2, 0 }, 116.54261, 0.00002, 0.029 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, -3, 0 }, 116.54261, 0.00003, 0.013 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, -2, 0 }, 116.54261, 0.00025, 0.016 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, -1, 0 }, 116.54261, 0.00161, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, -1, 2 }, 116.54261, 0.00004, 0.044 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, 0, 0 }, 116.54163, 0.00368, 0.028 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, 1, 0 }, 116.53993, 0.00158, 0.044 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -3, -1, 0 }, 116.54261, 0.00015, 0.027 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -3, 0, 0 }, 296.54261, 0.00023, 0.042 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -3, 1, 0 }, 296.54261, 0.00003, 0.094 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -4, 0 }, 116.54261, 0.00012, 0.016 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -3, 0 }, 116.54288, 0.00145, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -3, 2 }, 296.54261, 0.00002, 0.041 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -2, 0 }, 116.54276, 0.01777, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -2, 2 }, 296.54261, 0.00014, 0.090 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -1, 0 }, 116.54222, 0.20473, 0.040 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 0, -2 }, 296.54261, 0.00006, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 116.53978, 0.13477, 0.087 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 0, 2 }, 116.54261, 0.00030, 0.065 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 1, -2 }, 296.54261, 0.00005, 0.040 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 1, 0 }, 296.49083, 0.00093, 0.563 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 1, 2 }, 116.54261, 0.00003, 0.035 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 116.47764, 0.00044, 0.067 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 3, 0 }, 116.54261, 0.00005, 0.035 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -1, -3, 0 }, 296.54261, 0.00004, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -1, -2, 0 }, 296.54261, 0.00044, 0.039 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -1, -1, 0 }, 296.54261, 0.00376, 0.081 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -1, -1, 2 }, 296.54261, 0.00003, 0.069 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -1, 1, 0 }, 296.54261, 0.00006, 0.071 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -5, 0 }, 116.54261, 0.00015, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -4, 0 }, 116.54324, 0.00242, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -3, 0 }, 116.54324, 0.03968, 0.038 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -2, 0 }, 116.54311, 0.72783, 0.075 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -2, 2 }, 116.54234, 0.00267, 0.074 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, -2 }, 116.54261, 0.00022, 0.037 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, 0 }, 296.00461, 0.00724, 273.043 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, 2 }, 296.54261, 0.00022, 0.037 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 0, -2 }, 296.54023, 0.00284, 0.074 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 296.54574, 0.68256, 0.075 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 1, 0 }, 296.54559, 0.03722, 0.038 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 2, 0 }, 296.54559, 0.00227, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 3, 0 }, 296.54261, 0.00015, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 1, -3, 0 }, 116.54261, 0.00006, 0.071 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 1, -1, -2 }, 116.54261, 0.00003, 0.069 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 1, -1, 0 }, 116.54261, 0.00376, 0.081 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 1, 0, 0 }, 116.54261, 0.00044, 0.039 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 1, 1, 0 }, 116.54261, 0.00004, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -5, 0 }, 296.54261, 0.00005, 0.035 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -4, 0 }, 296.54449, 0.00051, 0.067 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -3, -2 }, 296.54261, 0.00003, 0.035 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -3, 0 }, 296.62465, 0.00013, 0.565 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -3, 2 }, 116.54261, 0.00005, 0.040 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -2, -2 }, 296.54261, 0.00030, 0.065 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -2, 0 }, 296.54238, 0.12671, 0.087 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -2, 2 }, 116.54261, 0.00006, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -1, 0 }, 296.54299, 0.20367, 0.040 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 0, -2 }, 116.54261, 0.00014, 0.090 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 296.54709, 0.01727, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 1, -2 }, 116.54261, 0.00002, 0.041 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 1, 0 }, 296.54411, 0.00140, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 2, 0 }, 296.54261, 0.00012, 0.016 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 3, -3, 0 }, 116.54261, 0.00003, 0.094 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 3, -2, 0 }, 116.54261, 0.00023, 0.042 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 3, -1, 0 }, 296.54261, 0.00015, 0.027 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -3, 0 }, 296.54196, 0.00148, 0.044 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -2, 0 }, 296.54244, 0.00359, 0.028 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -1, -2 }, 296.54261, 0.00004, 0.044 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -1, 0 }, 296.54261, 0.00161, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, 0, 0 }, 296.54261, 0.00025, 0.016 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, 1, 0 }, 296.54261, 0.00003, 0.013 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 6, -4, 0 }, 296.54261, 0.00002, 0.029 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 6, -3, 0 }, 296.54261, 0.00006, 0.021 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 6, -2, 0 }, 296.54261, 0.00005, 0.016 }, + { { 0, 18, -15, -4, 0, 0, 0, 0, -2, 0, 0 }, 59.93569, 0.00002, 0.079 }, + { { 0, 18, -15, -4, 0, 0, 0, 0, -2, 2, 0 }, 239.93569, 0.00002, 0.072 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -4, -2, 0 }, 13.60568, 0.00004, 0.016 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -4, -1, 0 }, 13.60568, 0.00022, 0.021 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -4, 0, 0 }, 13.60568, 0.00041, 0.028 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -4, 1, 0 }, 13.60568, 0.00013, 0.046 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -3, 0 }, 13.60568, 0.00012, 0.020 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -2, 0 }, 13.60528, 0.00135, 0.027 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -1, 0 }, 13.60562, 0.01416, 0.042 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 13.60300, 0.00554, 0.095 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 193.55391, 0.00004, 0.360 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -1, -1, -1 }, 40.09123, 0.00005, 0.040 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -1, 0, -1 }, 40.09123, 0.00003, 0.087 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, -4, 0 }, 13.60568, 0.00004, 0.026 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, -3, 0 }, 13.60462, 0.00050, 0.039 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, -2, 0 }, 13.60631, 0.00451, 0.082 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 13.60868, 0.00342, 0.070 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, 1, 0 }, 13.60681, 0.00038, 0.036 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, 2, 0 }, 13.60568, 0.00004, 0.025 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, -2, -1 }, 40.09098, 0.00017, 0.075 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, -1, 0 }, 193.60568, 0.00058, 0.075 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, 0, -1 }, 220.11089, 0.00029, 0.076 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, 0, 0 }, 193.60568, 0.00006, 0.038 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 2, -2, 0 }, 13.60505, 0.00083, 0.080 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 13.60568, 0.00213, 0.039 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 13.60568, 0.00027, 0.026 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 2, 1, 0 }, 13.60568, 0.00003, 0.019 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 3, -2, -1 }, 220.09123, 0.00003, 0.087 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 3, -1, -1 }, 220.09123, 0.00005, 0.041 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 4, -2, 0 }, 13.60568, 0.00006, 0.027 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 4, -1, 0 }, 13.60568, 0.00003, 0.020 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, -4, 0, 0 }, 270.66875, 0.00003, 0.029 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, -2, -2, 0 }, 270.66875, 0.00007, 0.028 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, -2, -1, 0 }, 270.66875, 0.00068, 0.044 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 270.66875, 0.00017, 0.106 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, 0, -2, 0 }, 270.66875, 0.00007, 0.089 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 270.66875, 0.00004, 0.066 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, 2, -2, 0 }, 296.93915, 0.00007, 0.074 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 218.07255, 0.00004, 0.025 }, + { { 0, 18, -13, 0, 0, 0, 0, 0, -2, -1, 0 }, 167.73182, 0.00003, 0.046 }, + { { 0, 19, -24, 0, 0, 0, 0, 0, -2, 0, 0 }, 326.51153, 0.00005, 0.056 }, + { { 0, 19, -24, 0, 0, 0, 0, 0, -2, 2, 0 }, 146.51153, 0.00005, 0.115 }, + { { 0, 19, -24, 10, 0, 0, 0, 0, -3, -1, 1 }, 43.46714, 0.00005, 0.040 }, + { { 0, 19, -24, 10, 0, 0, 0, 0, -3, 0, 1 }, 43.46714, 0.00003, 0.087 }, + { { 0, 19, -24, 10, 0, 0, 0, 0, -1, -2, 1 }, 43.46714, 0.00019, 0.075 }, + { { 0, 19, -24, 10, 0, 0, 0, 0, -1, 0, 1 }, 223.46714, 0.00019, 0.075 }, + { { 0, 19, -24, 10, 0, 0, 0, 0, 1, -2, 1 }, 223.46714, 0.00003, 0.087 }, + { { 0, 19, -24, 10, 0, 0, 0, 0, 1, -1, 1 }, 223.46714, 0.00005, 0.040 }, + { { 0, 19, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 96.70497, 0.00003, 0.067 }, + { { 0, 19, -21, 0, 0, 0, 0, 0, -2, 2, 0 }, 276.70497, 0.00003, 0.086 }, + { { 0, 19, -21, 0, 0, 0, 0, 0, 0, 0, 0 }, 261.37040, 0.00004, 0.101 }, + { { 0, 19, -21, 0, 0, 0, 0, 0, 2, 0, 0 }, 87.25431, 0.00017, 0.029 }, + { { 0, 19, -21, 2, 0, 0, 0, 0, -2, 0, 0 }, 269.38441, 0.00003, 0.073 }, + { { 0, 19, -21, 2, 0, 0, 0, 0, -2, 2, 0 }, 89.38441, 0.00003, 0.079 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -4, 1, 0 }, 104.98714, 0.00011, 0.040 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -4, 2, 0 }, 104.98714, 0.00007, 0.087 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -2, -1, 0 }, 104.98714, 0.00002, 0.038 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -2, 0, 0 }, 105.30223, 0.00045, 0.075 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -2, 1, 0 }, 59.71256, 0.00049, 573.318 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -2, 2, 0 }, 285.30223, 0.00045, 0.075 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, -2, 3, 0 }, 284.98714, 0.00002, 0.038 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, 0, 0, 0 }, 284.98714, 0.00007, 0.087 }, + { { 0, 19, -21, 3, 0, 0, 0, 0, 0, 1, 0 }, 284.98714, 0.00011, 0.040 }, + { { 0, 19, -20, 0, -1, 0, 0, 0, -2, 0, 0 }, 83.12753, 0.00002, 0.072 }, + { { 0, 19, -20, 0, -1, 0, 0, 0, -2, 2, 0 }, 263.12753, 0.00002, 0.080 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, -4, 2, 0 }, 1.81210, 0.00002, 0.083 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 2.05015, 0.00019, 0.072 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, -2, 2, 0 }, 0.12723, 0.00003, 0.079 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 0, 0, 0 }, 185.45699, 0.00016, 0.092 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 2, -1, 0 }, 182.27747, 0.00011, 0.045 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 2, 0, 0 }, 2.27749, 0.00020, 0.028 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 2, 1, 0 }, 182.27745, 0.00002, 0.020 }, + { { 0, 19, -20, 0, 1, 0, 0, 0, -2, 0, 0 }, 221.06144, 0.00007, 0.073 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -4, 1, 0 }, 270.12040, 0.00003, 0.041 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 89.67722, 0.00065, 0.078 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -2, 1, 0 }, 269.39214, 0.00004, 2.480 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -2, 2, 0 }, 89.18904, 0.00012, 0.073 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 90.77308, 0.00070, 0.084 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 0, 1, 0 }, 89.88177, 0.00008, 0.040 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.75342, 0.00034, 0.043 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.75277, 0.00041, 0.027 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 2, 1, 0 }, 269.75341, 0.00010, 0.020 }, + { { 0, 19, -18, -3, 0, 0, 0, 0, -2, 0, 0 }, 193.51920, 0.00002, 0.074 }, + { { 0, 19, -18, -3, 0, 0, 0, 0, -2, 2, 0 }, 13.51920, 0.00002, 0.077 }, + { { 0, 19, -18, -2, 0, 0, 0, 0, -2, 0, 0 }, 59.18483, 0.00002, 0.077 }, + { { 0, 19, -18, -2, 0, 0, 0, 0, -2, 2, 0 }, 239.18483, 0.00002, 0.074 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, -1, 0, -1 }, 12.97331, 0.00018, 0.077 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, -1, 2, -1 }, 12.97192, 0.00003, 0.074 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.02364, 0.00012, 0.085 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 2, 0, 0 }, 4.37450, 0.00012, 0.027 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 117.67174, 0.00003, 0.092 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 117.78998, 0.00018, 0.072 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, 2, 0, 0 }, 115.64259, 0.00005, 0.026 }, + { { 0, 19, -15, 0, 0, 0, 0, 0, 2, -2, 0 }, 38.04590, 0.00003, 0.071 }, + { { 0, 19, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 218.04590, 0.00003, 0.025 }, + { { 0, 20, -29, 15, 0, 0, 0, 0, -2, 0, 0 }, 105.07727, 0.00002, 0.075 }, + { { 0, 20, -29, 15, 0, 0, 0, 0, -2, 2, 0 }, 285.07727, 0.00002, 0.075 }, + { { 0, 20, -25, 0, 0, 0, 0, 0, -2, 0, 0 }, 326.64000, 0.00004, 0.058 }, + { { 0, 20, -25, 0, 0, 0, 0, 0, -2, 2, 0 }, 146.64000, 0.00004, 0.108 }, + { { 0, 20, -25, 0, 1, 0, 0, 0, -2, 0, 0 }, 140.11869, 0.00003, 0.058 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, 0, 0, 0 }, 273.26790, 0.00008, 0.095 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, 0, 1, 0 }, 284.73920, 0.00011, 0.042 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, 2, 0, 0 }, 87.56015, 0.00014, 0.028 }, + { { 0, 20, -22, 0, 1, 0, 0, 0, -2, 0, 0 }, 359.80161, 0.00002, 0.071 }, + { { 0, 20, -22, 0, 1, 0, 0, 0, -2, 2, 0 }, 359.80161, 0.00002, 0.081 }, + { { 0, 20, -21, 0, -1, 0, 0, 0, -2, 0, 0 }, 29.92733, 0.00002, 0.075 }, + { { 0, 20, -21, 0, -1, 0, 0, 0, -2, 2, 0 }, 209.92733, 0.00002, 0.076 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -6, 2, 0 }, 1.80227, 0.00003, 0.028 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -4, 0, 0 }, 1.80227, 0.00013, 0.026 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -4, 1, 0 }, 1.80295, 0.00150, 0.040 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -4, 2, 0 }, 1.50349, 0.00092, 0.087 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -3, 1, 0 }, 181.80227, 0.00003, 0.081 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, -1, 0 }, 2.36161, 0.00016, 0.038 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 2.36161, 0.00296, 0.076 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 0, 2 }, 1.80227, 0.00002, 0.073 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 1, 0 }, 181.76360, 0.00026, 34.812 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 2, -2 }, 181.80227, 0.00002, 0.074 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 2, 0 }, 182.07980, 0.00560, 0.075 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 3, 0 }, 182.07980, 0.00031, 0.038 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -1, 1, 0 }, 1.80227, 0.00003, 0.081 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 0, -1, 0 }, 1.12364, 0.00006, 0.573 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 0, 0, 0 }, 181.91315, 0.00156, 0.087 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 0, 1, 0 }, 181.80161, 0.00155, 0.040 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 0, 2, 0 }, 181.79986, 0.00013, 0.026 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 1, 1, -1 }, 206.96521, 0.00004, 0.042 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 2, -1, 0 }, 182.26563, 0.00010, 0.043 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 2, 0, 0 }, 2.47814, 0.00006, 0.028 }, + { { 0, 20, -21, 0, 1, 0, 0, 0, -2, 0, 0 }, 50.28619, 0.00002, 0.076 }, + { { 0, 20, -21, 0, 1, 0, 0, 0, -2, 2, 0 }, 50.28619, 0.00002, 0.075 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -4, 1, 0 }, 258.86534, 0.00011, 0.042 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -4, 2, 0 }, 248.52825, 0.00002, 0.096 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -3, 0, -1 }, 284.02829, 0.00005, 0.026 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -3, 0, 0 }, 90.00384, 0.00004, 0.041 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -3, 1, -1 }, 284.02829, 0.00061, 0.040 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -3, 1, 0 }, 90.00384, 0.00002, 0.088 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -3, 2, -1 }, 284.06008, 0.00038, 0.087 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 91.84021, 0.00027, 0.082 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, -1, -1 }, 283.80698, 0.00017, 0.038 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, -1, 0 }, 90.00384, 0.00013, 0.076 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 0, -1 }, 283.80698, 0.00314, 0.075 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 1, -1 }, 103.36669, 0.00005, 39.938 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 1, 0 }, 270.00384, 0.00013, 0.075 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 2, -1 }, 103.99725, 0.00219, 0.076 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 3, -1 }, 103.99725, 0.00012, 0.038 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 0, -3, 0 }, 90.96311, 0.00002, 0.037 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 0, -2, 0 }, 271.51477, 0.00003, 0.071 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 0, -1, 0 }, 270.96311, 0.00004, 1.342 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 0, 0, 0 }, 91.31129, 0.00081, 0.080 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 1, -1, 0 }, 270.00384, 0.00002, 0.086 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 1, 0, -1 }, 104.60609, 0.00021, 0.087 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 1, 0, 0 }, 270.00384, 0.00004, 0.040 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 1, 1, -1 }, 104.02829, 0.00061, 0.040 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 1, 2, -1 }, 104.02829, 0.00005, 0.026 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.71581, 0.00021, 0.042 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.71583, 0.00034, 0.027 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 2, 1, 0 }, 269.71580, 0.00004, 0.020 }, + { { 0, 20, -19, -3, 0, 0, 0, 0, -2, 0, 0 }, 213.99606, 0.00003, 0.078 }, + { { 0, 20, -19, -3, 0, 0, 0, 0, -2, 2, 0 }, 33.99606, 0.00003, 0.073 }, + { { 0, 20, -19, 0, -3, 0, 0, 0, 0, -2, 0 }, 197.85560, 0.00006, 0.075 }, + { { 0, 20, -19, 0, -3, 0, 0, 0, 0, 0, 0 }, 71.21855, 0.00004, 0.075 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, -3, 1, -1 }, 181.09136, 0.00004, 0.042 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, -2, 0, -1 }, 12.98935, 0.00003, 0.041 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 0, -1, -1 }, 12.98935, 0.00010, 0.076 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 0, 1, -1 }, 192.98935, 0.00010, 0.075 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.00875, 0.00012, 0.080 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 2, 0, -1 }, 192.98935, 0.00003, 0.040 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 2, 0, 0 }, 2.98842, 0.00008, 0.026 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 110.96554, 0.00009, 0.069 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, 1, -1, -2 }, 296.45318, 0.00003, 0.076 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, 1, 1, -2 }, 116.45318, 0.00003, 0.075 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, 2, 0, 0 }, 115.61960, 0.00004, 0.025 }, + { { 0, 20, -15, -8, 0, 0, 0, 0, 0, -2, 0 }, 190.59376, 0.00003, 0.075 }, + { { 0, 20, -15, -8, 0, 0, 0, 0, 0, 0, 0 }, 10.59376, 0.00003, 0.075 }, + { { 0, 20, -12, -15, 0, 0, 0, 0, -3, 1, -1 }, 84.13759, 0.00006, 0.040 }, + { { 0, 20, -12, -15, 0, 0, 0, 0, -3, 2, -1 }, 84.13759, 0.00004, 0.087 }, + { { 0, 20, -12, -15, 0, 0, 0, 0, -1, 0, -1 }, 84.13759, 0.00021, 0.075 }, + { { 0, 20, -12, -15, 0, 0, 0, 0, -1, 2, -1 }, 264.13759, 0.00021, 0.075 }, + { { 0, 20, -12, -15, 0, 0, 0, 0, 1, 0, -1 }, 264.13759, 0.00004, 0.087 }, + { { 0, 20, -12, -15, 0, 0, 0, 0, 1, 1, -1 }, 264.13759, 0.00006, 0.040 }, + { { 0, 21, -26, 0, 0, 0, 0, 0, -2, 0, 0 }, 326.74721, 0.00004, 0.060 }, + { { 0, 21, -26, 0, 0, 0, 0, 0, -2, 2, 0 }, 146.74721, 0.00004, 0.101 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, -2, -2, 2 }, 256.67445, 0.00003, 0.075 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 65.36950, 0.00003, 0.074 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, -2, 0, 2 }, 76.67445, 0.00003, 0.076 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, -2, 2, 0 }, 65.36950, 0.00003, 0.077 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, 0, 0, 0 }, 262.19191, 0.00004, 0.090 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, 2, 0, 0 }, 87.84066, 0.00011, 0.028 }, + { { 0, 21, -23, 0, 0, 0, 1, 0, -2, -2, 2 }, 105.43642, 0.00004, 0.075 }, + { { 0, 21, -23, 0, 0, 0, 1, 0, -2, 0, 2 }, 285.43642, 0.00004, 0.075 }, + { { 0, 21, -23, 0, 1, 0, 0, 0, -2, 0, 0 }, 3.66778, 0.00006, 0.074 }, + { { 0, 21, -23, 0, 1, 0, 0, 0, -2, 2, 0 }, 359.93339, 0.00002, 0.077 }, + { { 0, 21, -23, 0, 4, 0, 0, 0, -2, 0, 0 }, 70.82882, 0.00002, 0.075 }, + { { 0, 21, -23, 0, 4, 0, 0, 0, -2, 2, 0 }, 70.82882, 0.00002, 0.075 }, + { { 0, 21, -23, 2, 0, 0, 0, 0, -2, 0, 0 }, 66.46116, 0.00002, 0.080 }, + { { 0, 21, -23, 2, 0, 0, 0, 0, -2, 2, 0 }, 246.46116, 0.00002, 0.072 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 181.78587, 0.00006, 0.079 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -2, 2, 0 }, 181.78587, 0.00006, 0.072 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, -2, 1 }, 340.55278, 0.00003, 0.075 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, 0, -1 }, 160.61512, 0.00003, 0.073 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, 0, 1 }, 160.57042, 0.00009, 0.076 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, 0, 0, 0 }, 184.75461, 0.00016, 0.082 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, 2, -3, 0 }, 182.25031, 0.00002, 0.346 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, 2, -1, 0 }, 186.04457, 0.00009, 0.042 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, 2, 0, 0 }, 2.25240, 0.00006, 0.027 }, + { { 0, 21, -22, 0, 1, 0, 0, 0, -2, 0, 0 }, 111.40410, 0.00004, 0.080 }, + { { 0, 21, -21, -3, 0, 0, 0, 0, -2, 0, 0 }, 103.84813, 0.00003, 0.076 }, + { { 0, 21, -21, -3, 0, 0, 0, 0, -2, 2, 0 }, 283.84813, 0.00003, 0.075 }, + { { 0, 21, -21, 0, -1, 0, 0, 0, -2, 0, 0 }, 192.26006, 0.00002, 0.086 }, + { { 0, 21, -21, 0, -1, 0, 0, 0, -2, 2, 0 }, 12.26006, 0.00002, 0.067 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, -2, -2, 0 }, 269.94393, 0.00004, 0.026 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, -2, -1, 0 }, 269.95842, 0.00043, 0.040 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 90.02524, 0.00035, 0.086 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, -2, 1, 0 }, 269.84304, 0.00008, 0.605 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, -2, 2, 0 }, 91.64813, 0.00005, 0.067 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, -3, 0 }, 270.12824, 0.00009, 0.038 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, -2, 0 }, 270.12824, 0.00158, 0.075 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, -1, 0 }, 269.77958, 0.00055, 8.350 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, 0, 0 }, 89.87628, 0.00495, 0.076 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, 1, 0 }, 89.87653, 0.00027, 0.038 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 2, -2, 0 }, 89.77335, 0.00030, 0.088 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.86589, 0.00067, 0.041 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.62472, 0.00021, 0.026 }, + { { 0, 21, -20, 0, -1, 0, 0, 0, 0, -2, 0 }, 271.04329, 0.00002, 0.080 }, + { { 0, 21, -20, 0, -1, 0, 0, 0, 0, 0, 0 }, 271.04329, 0.00002, 0.071 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, -2, -1, 0 }, 167.00700, 0.00003, 0.042 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, -1, -1, -1 }, 192.93263, 0.00004, 0.040 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, -1, 0, -1 }, 13.86569, 0.00005, 0.086 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, -2, -1 }, 192.91688, 0.00015, 0.074 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, 0, -1 }, 13.37697, 0.00058, 0.076 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 2, 0, 0 }, 1.39455, 0.00006, 0.026 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 3, -2, -1 }, 12.94780, 0.00003, 0.088 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 3, -1, -1 }, 12.93263, 0.00004, 0.041 }, + { { 0, 21, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 116.46642, 0.00004, 0.066 }, + { { 0, 21, -19, 0, 0, 0, 0, 0, 2, 0, 0 }, 96.67194, 0.00004, 0.025 }, + { { 0, 22, -28, 7, 0, 0, 0, 0, -2, 0, 0 }, 66.34051, 0.00004, 0.075 }, + { { 0, 22, -28, 7, 0, 0, 0, 0, -2, 2, 0 }, 246.34051, 0.00004, 0.075 }, + { { 0, 22, -27, 0, 0, 0, 0, 0, -2, 0, 0 }, 326.54734, 0.00003, 0.063 }, + { { 0, 22, -27, 0, 0, 0, 0, 0, -2, 2, 0 }, 146.54734, 0.00003, 0.095 }, + { { 0, 22, -24, 0, -2, 0, 0, 0, -2, 0, 0 }, 135.10365, 0.00005, 0.076 }, + { { 0, 22, -24, 0, -2, 0, 0, 0, -2, 2, 0 }, 306.92034, 0.00002, 0.075 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, -2, 0, 0 }, 244.06757, 0.00003, 0.077 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, -2, 2, 0 }, 244.06757, 0.00003, 0.074 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, 0, 0, 0 }, 262.56528, 0.00004, 0.085 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, 2, 0, 0 }, 88.09852, 0.00009, 0.027 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 193.80658, 0.00004, 0.084 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, -2, 2, 0 }, 26.79422, 0.00002, 0.069 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, -1, 0, -1 }, 339.88668, 0.00004, 0.077 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, 0, 0, 0 }, 182.13689, 0.00020, 0.078 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, 2, -2, 0 }, 182.05044, 0.00002, 0.091 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, 2, 0, 0 }, 2.23773, 0.00005, 0.027 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 258.16813, 0.00010, 0.091 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, -2, 2, 0 }, 87.04646, 0.00004, 0.064 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 0, -2, 0 }, 269.70942, 0.00011, 0.078 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 0, 0, 0 }, 271.91983, 0.00042, 0.073 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 1, 0, -1 }, 102.43394, 0.00005, 0.079 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.63439, 0.00009, 0.040 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.63441, 0.00018, 0.026 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 2, 1, 0 }, 89.63436, 0.00002, 0.019 }, + { { 0, 22, -21, 0, 0, 0, 0, 0, 1, 0, -1 }, 192.92880, 0.00010, 0.073 }, + { { 0, 22, -21, 0, 0, 0, 0, 0, 2, -2, 0 }, 1.58462, 0.00002, 0.077 }, + { { 0, 22, -21, 0, 0, 0, 0, 0, 2, 0, 0 }, 1.58462, 0.00002, 0.025 }, + { { 0, 23, -28, 0, 0, 0, 0, 0, -2, 0, 0 }, 326.64860, 0.00004, 0.065 }, + { { 0, 23, -28, 0, 0, 0, 0, 0, -2, 2, 0 }, 146.64860, 0.00004, 0.090 }, + { { 0, 23, -27, 0, 0, 0, 0, 0, -2, 0, 0 }, 141.93070, 0.00002, 0.070 }, + { { 0, 23, -27, 0, 0, 0, 0, 0, -2, 2, 0 }, 321.93070, 0.00002, 0.082 }, + { { 0, 23, -27, 2, 0, 0, 0, 0, -2, 0, 0 }, 118.22856, 0.00004, 0.075 }, + { { 0, 23, -27, 2, 0, 0, 0, 0, -2, 2, 0 }, 298.22856, 0.00004, 0.076 }, + { { 0, 23, -26, 0, 0, 0, 0, 0, -2, 0, 0 }, 155.71742, 0.00007, 0.075 }, + { { 0, 23, -26, 0, 0, 0, 0, 0, -2, 2, 0 }, 355.28863, 0.00004, 0.076 }, + { { 0, 23, -26, 0, 1, 0, 0, 0, -2, 0, 0 }, 2.14684, 0.00007, 0.075 }, + { { 0, 23, -26, 0, 1, 0, 0, 0, -2, 2, 0 }, 75.26576, 0.00003, 0.075 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -3, 0, 0 }, 258.18245, 0.00018, 0.040 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -3, 1, 0 }, 258.18245, 0.00011, 0.087 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, -2, 0 }, 258.18245, 0.00003, 0.038 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, -1, 0 }, 258.18245, 0.00063, 0.076 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, 1, 0 }, 78.18245, 0.00063, 0.075 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, 2, 0 }, 78.18245, 0.00003, 0.038 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, 0, 0, 0 }, 262.91651, 0.00006, 0.081 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, 1, -1, 0 }, 78.18245, 0.00011, 0.087 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, 1, 0, 0 }, 78.18245, 0.00018, 0.040 }, + { { 0, 23, -24, 0, -1, 0, 0, 0, 0, -2, 0 }, 295.65284, 0.00002, 0.076 }, + { { 0, 23, -24, 0, -1, 0, 0, 0, 0, 0, 0 }, 73.84038, 0.00006, 0.075 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, -2, -1, 0 }, 2.28110, 0.00009, 0.041 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, -2, 0, -1 }, 339.19500, 0.00004, 0.040 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, -2, 0, 0 }, 2.75017, 0.00018, 0.088 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, -2, 1, -1 }, 339.19500, 0.00002, 0.087 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, -2, 0 }, 1.61369, 0.00033, 0.076 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, -1, -1 }, 339.19500, 0.00013, 0.075 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, -1, 0 }, 182.64547, 0.00004, 7.618 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, 0, 0 }, 3.40918, 0.00042, 0.075 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, 1, -1 }, 159.19500, 0.00013, 0.076 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, 1, 0 }, 2.96327, 0.00004, 0.038 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 2, -2, 0 }, 182.99323, 0.00005, 0.086 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 2, -1, -1 }, 159.19500, 0.00002, 0.087 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 2, -1, 0 }, 182.28110, 0.00009, 0.040 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 2, 0, -1 }, 159.19500, 0.00004, 0.040 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 2, 0, 0 }, 2.22171, 0.00004, 0.026 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 259.15905, 0.00003, 0.097 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, -2, 2, 0 }, 79.15905, 0.00003, 0.062 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, -1, -1, -1 }, 282.75345, 0.00006, 0.041 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, -1, 0, -1 }, 283.22725, 0.00009, 0.088 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 0, 0, 0 }, 270.48879, 0.00016, 0.070 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 0, 2, 0 }, 89.58666, 0.00002, 0.024 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, -2, -1 }, 282.75599, 0.00022, 0.076 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, 0, -1 }, 286.15031, 0.00007, 0.075 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.53261, 0.00007, 0.039 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.59075, 0.00006, 0.026 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 3, -2, -1 }, 102.75142, 0.00004, 0.087 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 3, -1, -1 }, 102.75345, 0.00006, 0.040 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 0, -1, -2 }, 4.98030, 0.00004, 0.040 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 0, 0, -2 }, 4.98030, 0.00003, 0.087 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 1, 0, -1 }, 192.88414, 0.00004, 0.070 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 2, -2, -2 }, 4.98214, 0.00015, 0.076 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 2, 0, -2 }, 186.69003, 0.00010, 0.075 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 4, -2, -2 }, 184.98030, 0.00003, 0.087 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 4, -1, -2 }, 184.98030, 0.00004, 0.040 }, + { { 0, 24, -29, 0, 1, 0, 0, 0, -2, 0, 0 }, 139.95990, 0.00003, 0.068 }, + { { 0, 24, -28, 0, 1, 0, 0, 0, -2, 0, 0 }, 128.24715, 0.00006, 0.073 }, + { { 0, 24, -27, 0, -1, 0, 0, 0, -2, 0, 0 }, 324.92349, 0.00003, 0.078 }, + { { 0, 24, -26, -3, 0, 0, 0, 0, -2, 0, 0 }, 299.67391, 0.00002, 0.075 }, + { { 0, 24, -26, -3, 0, 0, 0, 0, -2, 2, 0 }, 119.67391, 0.00002, 0.076 }, + { { 0, 24, -26, 0, 0, 0, 0, 0, 0, -2, 0 }, 82.75728, 0.00004, 0.074 }, + { { 0, 24, -26, 0, 0, 0, 0, 0, 0, 0, 0 }, 261.57166, 0.00015, 0.077 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, 0, 0, 0 }, 2.11520, 0.00012, 0.071 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, 1, 0, -1 }, 338.28289, 0.00005, 0.077 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, 2, 0, 0 }, 2.20431, 0.00017, 0.026 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, -2, 0, 0 }, 269.41831, 0.00002, 0.103 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, -2, 2, 0 }, 89.41831, 0.00002, 0.060 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 0, -3, 0 }, 269.43126, 0.00015, 0.040 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 0, 0, 0 }, 269.68129, 0.00016, 0.067 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, -5, 0 }, 269.43126, 0.00003, 0.038 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, -4, 0 }, 269.42984, 0.00051, 0.075 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, -2, 0 }, 89.48359, 0.00097, 0.076 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.43126, 0.00003, 0.038 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.54510, 0.00005, 0.025 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 4, -4, 0 }, 89.43263, 0.00009, 0.087 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 4, -3, 0 }, 89.43126, 0.00015, 0.040 }, + { { 0, 25, -30, 0, 1, 0, 0, 0, -2, 0, 0 }, 319.86582, 0.00005, 0.071 }, + { { 0, 25, -29, 0, -2, 0, 0, 0, -2, 0, 0 }, 42.15225, 0.00006, 0.075 }, + { { 0, 25, -29, 0, -1, 0, 0, 0, -2, 0, 0 }, 290.15784, 0.00002, 0.076 }, + { { 0, 25, -29, 0, -1, 0, 0, 0, -2, 2, 0 }, 110.15784, 0.00002, 0.075 }, + { { 0, 25, -27, -4, 0, 0, 0, 0, -2, 0, 0 }, 263.13905, 0.00002, 0.076 }, + { { 0, 25, -27, -4, 0, 0, 0, 0, -2, 2, 0 }, 83.13905, 0.00002, 0.075 }, + { { 0, 25, -27, 0, 0, 0, 0, 0, 0, -2, 0 }, 269.51321, 0.00004, 0.078 }, + { { 0, 25, -27, 0, 0, 0, 0, 0, 0, 0, 0 }, 87.21272, 0.00009, 0.073 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, -2, 0, 0 }, 181.62336, 0.00002, 0.099 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, -2, 2, 0 }, 1.62336, 0.00002, 0.061 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 0, 0, 0 }, 2.03489, 0.00007, 0.068 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 1, 0, -3 }, 157.08515, 0.00005, 0.075 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 1, 2, -3 }, 337.08515, 0.00005, 0.075 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 2, 0, 0 }, 2.18568, 0.00013, 0.025 }, + { { 0, 25, -25, 0, 0, 0, 0, 0, 0, -2, 0 }, 89.55183, 0.00002, 0.092 }, + { { 0, 25, -25, 0, 0, 0, 0, 0, 0, 0, 0 }, 269.64465, 0.00011, 0.064 }, + { { 0, 25, -25, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.49756, 0.00003, 0.025 }, + { { 0, 26, -32, 2, 0, 0, 0, 0, -2, 0, 0 }, 321.19979, 0.00004, 0.075 }, + { { 0, 26, -32, 2, 0, 0, 0, 0, -2, 2, 0 }, 141.19979, 0.00004, 0.076 }, + { { 0, 26, -31, 0, 1, 0, 0, 0, -2, 0, 0 }, 199.35886, 0.00007, 0.075 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, 0, -2, 0 }, 87.93767, 0.00003, 0.070 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, 0, 0, 0 }, 87.93767, 0.00003, 0.082 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, 2, -2, 0 }, 87.93767, 0.00004, 0.095 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, 2, -1, 0 }, 87.93767, 0.00010, 0.042 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -4, 0, 0 }, 165.00074, 0.00003, 0.028 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -2, -2, 0 }, 165.00074, 0.00013, 0.026 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -2, -1, 0 }, 165.00074, 0.00150, 0.040 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -2, 0, 0 }, 164.77845, 0.00106, 0.087 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -1, -1, 0 }, 345.00074, 0.00003, 0.081 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -3, 0 }, 165.04743, 0.00029, 0.038 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -2, 0 }, 165.04743, 0.00535, 0.075 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -2, 2 }, 165.00074, 0.00002, 0.074 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -1, 0 }, 343.41852, 0.00004, 127.422 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, 0, -2 }, 345.00074, 0.00002, 0.074 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, 0, 0 }, 345.28498, 0.00467, 0.075 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, 1, 0 }, 345.28498, 0.00025, 0.038 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 1, -1, 0 }, 165.00074, 0.00003, 0.081 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 2, -2, 0 }, 344.95342, 0.00094, 0.087 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 2, -1, 0 }, 345.00074, 0.00150, 0.040 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 2, 0, 0 }, 345.00074, 0.00013, 0.026 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 4, -2, 0 }, 345.00074, 0.00003, 0.028 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, -2, -1, 0 }, 62.06381, 0.00010, 0.042 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, -2, 0, 0 }, 62.06381, 0.00004, 0.095 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, -1, -1, -1 }, 256.27827, 0.00005, 0.040 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, -1, 0, -1 }, 256.27827, 0.00003, 0.087 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 0, -2, 0 }, 62.03821, 0.00003, 0.082 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 0, 0, 0 }, 69.82097, 0.00006, 0.070 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 1, -2, -1 }, 256.26445, 0.00016, 0.075 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 1, 0, -1 }, 76.30774, 0.00028, 0.076 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 3, -2, -1 }, 76.27827, 0.00003, 0.087 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 3, -1, -1 }, 76.27827, 0.00005, 0.041 }, + { { 0, 26, -27, 0, 0, 0, 0, 0, 2, -2, -2 }, 2.16399, 0.00002, 0.075 }, + { { 0, 26, -27, 0, 0, 0, 0, 0, 2, 0, -2 }, 182.16399, 0.00002, 0.076 }, + { { 0, 26, -27, 0, 0, 0, 0, 0, 2, 0, 0 }, 2.16580, 0.00010, 0.025 }, + { { 0, 26, -26, 0, 0, 0, 0, 0, -2, 0, 0 }, 89.65360, 0.00002, 0.118 }, + { { 0, 26, -26, 0, 0, 0, 0, 0, -2, 2, 0 }, 269.65360, 0.00002, 0.055 }, + { { 0, 26, -26, 0, 0, 0, 0, 0, 0, -2, 0 }, 89.69993, 0.00002, 0.098 }, + { { 0, 26, -26, 0, 0, 0, 0, 0, 0, 0, 0 }, 269.69993, 0.00002, 0.061 }, + { { 0, 26, -26, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.44805, 0.00018, 0.024 }, + { { 0, 27, -32, 0, 0, 0, 0, 0, -2, 0, 0 }, 180.37860, 0.00002, 0.078 }, + { { 0, 27, -32, 0, 0, 0, 0, 0, -2, 2, 0 }, 27.21860, 0.00005, 0.073 }, + { { 0, 27, -32, 0, 1, 0, 0, 0, -2, 0, 0 }, 139.77280, 0.00002, 0.078 }, + { { 0, 27, -32, 0, 1, 0, 0, 0, -2, 2, 0 }, 139.77280, 0.00002, 0.073 }, + { { 0, 27, -28, 0, 0, 0, 0, 0, 2, -2, 0 }, 2.14260, 0.00002, 0.071 }, + { { 0, 27, -28, 0, 0, 0, 0, 0, 2, 0, 0 }, 2.14540, 0.00006, 0.025 }, + { { 0, 27, -27, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.39685, 0.00013, 0.024 }, + { { 0, 28, -35, 2, 0, 0, 0, 0, -2, 0, 0 }, 233.30848, 0.00002, 0.076 }, + { { 0, 28, -35, 2, 0, 0, 0, 0, -2, 2, 0 }, 53.30848, 0.00002, 0.075 }, + { { 0, 28, -34, 0, 0, 0, 0, 0, -2, 0, 0 }, 152.47435, 0.00007, 0.076 }, + { { 0, 28, -34, 0, 0, 0, 0, 0, -2, 2, 0 }, 332.47435, 0.00007, 0.075 }, + { { 0, 28, -34, 0, 1, 0, 0, 0, -2, 0, 0 }, 231.54621, 0.00002, 0.076 }, + { { 0, 28, -34, 0, 1, 0, 0, 0, -2, 2, 0 }, 51.54621, 0.00002, 0.075 }, + { { 0, 28, -34, 0, 2, 0, 0, 0, -2, 0, 0 }, 320.94938, 0.00007, 0.077 }, + { { 0, 28, -28, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.34388, 0.00010, 0.024 }, + { { 0, 29, -36, 0, 4, 0, 0, 0, -2, 0, 0 }, 316.91482, 0.00003, 0.075 }, + { { 0, 29, -34, 0, 0, 0, 0, 0, 0, -2, 0 }, 327.10944, 0.00005, 0.075 }, + { { 0, 29, -34, 0, 0, 0, 0, 0, 0, 0, 0 }, 147.10944, 0.00005, 0.076 }, + { { 0, 29, -34, 0, 1, 0, 0, 0, 0, -2, 0 }, 319.37312, 0.00002, 0.075 }, + { { 0, 29, -34, 0, 1, 0, 0, 0, 0, 0, 0 }, 139.37312, 0.00002, 0.076 }, + { { 0, 29, -33, 0, 0, 0, 0, 0, 1, -3, 0 }, 65.62831, 0.00002, 0.075 }, + { { 0, 29, -33, 0, 0, 0, 0, 0, 1, -1, 0 }, 245.62831, 0.00002, 0.075 }, + { { 0, 29, -33, 0, 2, 0, 0, 0, -1, -1, -1 }, 252.70535, 0.00003, 0.040 }, + { { 0, 29, -33, 0, 2, 0, 0, 0, -1, 0, -1 }, 252.70535, 0.00002, 0.087 }, + { { 0, 29, -33, 0, 2, 0, 0, 0, 1, -2, -1 }, 252.70535, 0.00011, 0.075 }, + { { 0, 29, -33, 0, 2, 0, 0, 0, 1, 0, -1 }, 72.70535, 0.00011, 0.075 }, + { { 0, 29, -33, 0, 2, 0, 0, 0, 3, -2, -1 }, 72.70535, 0.00002, 0.087 }, + { { 0, 29, -33, 0, 2, 0, 0, 0, 3, -1, -1 }, 72.70535, 0.00003, 0.040 }, + { { 0, 35, -31, 0, 0, -3, 0, 0, -3, 0, -1 }, 203.91542, 0.00002, 0.040 }, + { { 0, 35, -31, 0, 0, -3, 0, 0, -1, -1, -1 }, 203.91542, 0.00007, 0.075 }, + { { 0, 35, -31, 0, 0, -3, 0, 0, -1, 1, -1 }, 23.91542, 0.00007, 0.075 }, + { { 0, 35, -31, 0, 0, -3, 0, 0, 1, 0, -1 }, 23.91542, 0.00002, 0.040 }, + { { 0, 38, -37, 0, 0, 0, 0, 0, -2, -1, 0 }, 37.19129, 0.00003, 0.076 }, + { { 0, 38, -37, 0, 0, 0, 0, 0, -2, 1, 0 }, 217.19129, 0.00003, 0.075 }, + { { 0, 39, -36, -5, 0, 0, 0, 0, -4, 0, 0 }, 106.24881, 0.00003, 0.040 }, + { { 0, 39, -36, -5, 0, 0, 0, 0, -2, -1, 0 }, 106.24881, 0.00009, 0.075 }, + { { 0, 39, -36, -5, 0, 0, 0, 0, -2, 1, 0 }, 286.24881, 0.00009, 0.075 }, + { { 0, 39, -36, -5, 0, 0, 0, 0, 0, 0, 0 }, 286.24881, 0.00003, 0.040 }, + { { 0, 41, -42, 0, 0, 0, 0, 0, -2, -1, 0 }, 181.32596, 0.00002, 0.075 }, + { { 0, 41, -42, 0, 0, 0, 0, 0, -2, 1, 0 }, 1.32596, 0.00002, 0.076 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, -1, 0, -3 }, 11.55562, 0.00009, 0.040 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, -1, 1, -3 }, 11.55562, 0.00006, 0.087 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, 1, -1, -3 }, 11.55562, 0.00033, 0.075 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, 1, 1, -3 }, 191.55562, 0.00033, 0.075 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, 3, -1, -3 }, 191.55562, 0.00006, 0.087 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, 3, 0, -3 }, 191.55562, 0.00009, 0.040 }, + { { 0, 44, -42, -9, 0, 0, 0, 0, -4, 0, 0 }, 26.45270, 0.00003, 0.040 }, + { { 0, 44, -42, -9, 0, 0, 0, 0, -2, -1, 0 }, 26.45270, 0.00009, 0.075 }, + { { 0, 44, -42, -9, 0, 0, 0, 0, -2, 1, 0 }, 206.45270, 0.00009, 0.075 }, + { { 0, 44, -42, -9, 0, 0, 0, 0, 0, 0, 0 }, 206.45270, 0.00003, 0.040 }, + { { 0, 47, -52, 0, 4, 0, 0, 0, -2, -1, 0 }, 349.65428, 0.00003, 0.075 }, + { { 0, 47, -52, 0, 4, 0, 0, 0, -2, 1, 0 }, 169.65428, 0.00003, 0.075 }, + { { 1, -28, 26, 0, 0, 0, 0, 0, -2, 0, 2 }, 167.18279, 0.00004, 0.075 }, + { { 1, -28, 26, 0, 0, 0, 0, 0, -2, 2, 2 }, 347.18279, 0.00004, 0.075 }, + { { 1, -25, 25, 0, 0, 0, 0, 0, 2, -2, 0 }, 162.86625, 0.00003, 0.075 }, + { { 1, -25, 25, 0, 0, 0, 0, 0, 2, 0, 0 }, 342.86625, 0.00003, 0.075 }, + { { 1, -7, 9, 0, 0, 0, 0, 0, 2, -3, 0 }, 204.25737, 0.00005, 0.075 }, + { { 1, -7, 9, 0, 0, 0, 0, 0, 2, -1, 0 }, 24.25737, 0.00005, 0.075 }, + { { 1, -6, 4, 0, 0, 0, 0, 0, -2, 1, 0 }, 166.90106, 0.00002, 0.076 }, + { { 1, -6, 4, 0, 0, 0, 0, 0, -2, 3, 0 }, 346.90106, 0.00002, 0.074 }, + { { 1, -5, 4, 0, 0, 0, 0, 0, -2, 0, 0 }, 81.70769, 0.00003, 0.040 }, + { { 1, -5, 4, 0, 0, 0, 0, 0, 0, -1, 0 }, 78.53644, 0.00003, 0.076 }, + { { 1, -5, 4, 0, 0, 0, 0, 0, 0, 1, 0 }, 258.53644, 0.00003, 0.075 }, + { { 1, 0, -10, 11, 0, 0, 0, 0, -2, 0, 0 }, 216.93434, 0.00009, 0.040 }, + { { 1, 0, -10, 11, 0, 0, 0, 0, -2, 1, 0 }, 216.93434, 0.00013, 0.087 }, + { { 1, 0, -10, 11, 0, 0, 0, 0, 2, -1, 0 }, 36.93434, 0.00013, 0.087 }, + { { 1, 0, -10, 11, 0, 0, 0, 0, 2, 0, 0 }, 36.93434, 0.00009, 0.040 }, + { { 1, 0, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 218.87340, 0.00003, 0.075 }, + { { 1, 0, -6, 0, 0, 0, 0, 0, -2, 3, 0 }, 38.87340, 0.00003, 0.076 }, + { { 1, 0, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 230.55205, 0.00005, 0.042 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, -2, -1, 0 }, 299.54950, 0.00004, 0.026 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 299.64234, 0.00044, 0.041 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 298.90242, 0.00032, 0.088 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 300.60085, 0.00003, 0.038 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 301.82419, 0.00063, 0.076 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 123.25105, 0.00004, 6.575 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 121.98001, 0.00062, 0.075 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 0, 2, 0 }, 122.20501, 0.00003, 0.038 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 120.19733, 0.00029, 0.086 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 120.44267, 0.00033, 0.040 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, -2, -1, 0 }, 226.64050, 0.00006, 0.027 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 226.64537, 0.00049, 0.042 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 226.65645, 0.00025, 0.097 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 226.85471, 0.00022, 0.083 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 47.28221, 0.00010, 0.868 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 47.14394, 0.00020, 0.069 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 1, -1, -1 }, 19.96838, 0.00002, 0.076 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 1, 1, -1 }, 199.96838, 0.00002, 0.075 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 48.61684, 0.00015, 0.079 }, + { { 1, 0, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 48.59945, 0.00016, 0.039 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 2.38131, 0.00021, 0.044 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 357.20559, 0.00005, 0.107 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 347.31603, 0.00017, 0.090 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 352.12411, 0.00006, 0.465 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 337.91554, 0.00003, 0.065 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 165.67983, 0.00007, 2.645 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 2, -1, -2 }, 167.59292, 0.00007, 0.076 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 345.75638, 0.00115, 0.073 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 174.36265, 0.00012, 0.037 }, + { { 1, 0, -2, 0, 0, 0, 0, 0, 2, 1, -2 }, 347.59292, 0.00007, 0.075 }, + { { 1, 0, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 94.87168, 0.00009, 0.046 }, + { { 1, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0 }, 268.28031, 0.00003, 0.099 }, + { { 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 88.66698, 0.00011, 0.317 }, + { { 1, 0, -1, 0, 0, 0, 0, 0, 0, 1, 0 }, 88.28031, 0.00003, 0.061 }, + { { 1, 0, -1, 0, 0, 0, 0, 0, 2, -1, 0 }, 88.12267, 0.00013, 0.068 }, + { { 1, 0, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 268.03358, 0.00013, 0.036 }, + { { 1, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0 }, 22.07596, 0.00007, 0.049 }, + { { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 200.78829, 0.00003, 0.241 }, + { { 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 11.64758, 0.00005, 0.035 }, + { { 1, 1, -4, 0, 0, 0, 0, 0, 2, -3, 0 }, 72.10263, 0.00003, 0.075 }, + { { 1, 1, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 252.10263, 0.00003, 0.075 }, + { { 1, 15, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 166.83770, 0.00002, 0.076 }, + { { 1, 15, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 346.83770, 0.00002, 0.075 }, + { { 1, 15, -16, 0, 0, 0, 0, 0, -3, 1, -1 }, 94.34116, 0.00004, 0.040 }, + { { 1, 15, -16, 0, 0, 0, 0, 0, -3, 2, -1 }, 94.34116, 0.00003, 0.087 }, + { { 1, 15, -16, 0, 0, 0, 0, 0, -1, 0, -1 }, 92.38969, 0.00018, 0.075 }, + { { 1, 15, -16, 0, 0, 0, 0, 0, -1, 2, -1 }, 272.38969, 0.00018, 0.075 }, + { { 1, 15, -16, 0, 0, 0, 0, 0, 1, 0, -1 }, 274.34116, 0.00003, 0.087 }, + { { 1, 15, -16, 0, 0, 0, 0, 0, 1, 1, -1 }, 274.34116, 0.00004, 0.040 }, + { { 2, -30, 29, 0, 0, 0, 0, 0, 2, -2, 0 }, 81.36750, 0.00002, 0.076 }, + { { 2, -30, 29, 0, 0, 0, 0, 0, 2, 0, 0 }, 261.36750, 0.00002, 0.075 }, + { { 2, -24, 21, 0, 0, 0, 0, 0, 4, -4, 0 }, 117.44429, 0.00003, 0.075 }, + { { 2, -24, 21, 0, 0, 0, 0, 0, 4, -2, 0 }, 297.44429, 0.00003, 0.075 }, + { { 2, -4, 0, 0, 0, 0, 0, 0, 2, -3, 0 }, 44.45685, 0.00003, 0.076 }, + { { 2, -4, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 224.45685, 0.00003, 0.075 }, + { { 2, -2, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 3.69942, 0.00003, 0.074 }, + { { 2, -2, -7, 0, 0, 0, 0, 0, -2, 3, 0 }, 183.69942, 0.00003, 0.076 }, + { { 2, -2, -4, 0, 0, 0, 0, 0, 1, -1, -1 }, 203.79542, 0.00014, 0.075 }, + { { 2, -2, -4, 0, 0, 0, 0, 0, 1, 1, -1 }, 23.79542, 0.00014, 0.075 }, + { { 2, 0, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 230.50891, 0.00004, 0.063 }, + { { 2, 0, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 50.51950, 0.00007, 0.034 }, + { { 2, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 341.81416, 0.00006, 0.189 }, + { { 2, 0, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 340.90166, 0.00009, 0.060 }, + { { 2, 0, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 160.90172, 0.00006, 0.033 }, + { { 2, 0, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 270.22536, 0.00013, 0.054 }, + { { 2, 0, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 270.04805, 0.00003, 0.144 }, + { { 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 90.38851, 0.00018, 0.159 }, + { { 2, 0, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 90.04805, 0.00003, 0.051 }, + { { 2, 0, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.89230, 0.00015, 0.056 }, + { { 2, 0, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.91129, 0.00017, 0.032 }, + { { 2, 13, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 129.86755, 0.00002, 0.075 }, + { { 2, 13, -18, 0, 0, 0, 0, 0, -2, 2, 0 }, 309.86755, 0.00002, 0.076 }, + { { 3, 0, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 51.06433, 0.00004, 0.031 }, + { { 3, 0, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 162.96838, 0.00004, 0.061 }, + { { 3, 0, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 342.27346, 0.00004, 0.118 }, + { { 3, 0, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 341.19809, 0.00003, 0.050 }, + { { 3, 0, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 161.19807, 0.00011, 0.030 }, + { { 3, 0, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 271.31095, 0.00012, 0.065 }, + { { 3, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 91.37743, 0.00014, 0.106 }, + { { 3, 0, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 90.44552, 0.00005, 0.048 }, + { { 3, 0, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 270.44548, 0.00018, 0.029 }, + { { 3, 0, -2, 0, 0, 0, 0, 0, -3, 0, 1 }, 42.75570, 0.00002, 0.076 }, + { { 3, 0, -2, 0, 0, 0, 0, 0, -3, 2, 1 }, 222.75570, 0.00002, 0.075 }, + { { 3, 0, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 185.68887, 0.00011, 0.070 }, + { { 3, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 8.27120, 0.00005, 0.096 }, + { { 3, 0, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 109.50229, 0.00003, 0.042 }, + { { 3, 0, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 193.75221, 0.00005, 0.028 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -4, 0, 0 }, 186.56536, 0.00004, 0.026 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -4, 1, 0 }, 186.56536, 0.00042, 0.040 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -4, 2, 0 }, 186.65436, 0.00026, 0.087 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, -1, 0 }, 186.29492, 0.00012, 0.038 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 186.29492, 0.00216, 0.075 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 1, 0 }, 5.86444, 0.00004, 39.271 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 2, 0 }, 6.48023, 0.00151, 0.076 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 3, 0 }, 6.48023, 0.00008, 0.038 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 7.29777, 0.00014, 0.087 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, 0, 1, 0 }, 6.56536, 0.00042, 0.040 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, 0, 2, 0 }, 6.56536, 0.00004, 0.026 }, + { { 3, 0, 0, 0, 0, 0, 0, 0, -4, 1, 0 }, 83.62843, 0.00003, 0.042 }, + { { 3, 0, 7, -15, 0, 0, 0, 0, -4, 1, 0 }, 83.96206, 0.00002, 0.040 }, + { { 3, 0, 7, -15, 0, 0, 0, 0, -2, 0, 0 }, 83.96206, 0.00008, 0.075 }, + { { 3, 0, 7, -15, 0, 0, 0, 0, -2, 2, 0 }, 263.96206, 0.00008, 0.075 }, + { { 3, 0, 7, -15, 0, 0, 0, 0, 0, 1, 0 }, 263.96206, 0.00002, 0.040 }, + { { 4, -15, 6, 0, 0, 0, 0, 0, -2, 1, 0 }, 100.24706, 0.00010, 0.075 }, + { { 4, -15, 6, 0, 0, 0, 0, 0, -2, 3, 0 }, 280.24706, 0.00010, 0.075 }, + { { 4, -5, 3, 0, 0, 0, 0, 0, -4, 1, 0 }, 120.68945, 0.00002, 0.040 }, + { { 4, -5, 3, 0, 0, 0, 0, 0, -2, 0, 0 }, 120.68945, 0.00008, 0.075 }, + { { 4, -5, 3, 0, 0, 0, 0, 0, -2, 2, 0 }, 300.68945, 0.00008, 0.075 }, + { { 4, -5, 3, 0, 0, 0, 0, 0, 0, 1, 0 }, 300.68945, 0.00002, 0.040 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, -4, 1, 0 }, 163.47726, 0.00004, 0.041 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, -4, 2, 0 }, 163.47059, 0.00002, 0.088 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 343.74934, 0.00018, 0.076 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 343.48383, 0.00015, 0.075 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 342.73085, 0.00013, 0.086 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 343.47726, 0.00004, 0.040 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 161.68534, 0.00005, 0.028 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 92.98944, 0.00008, 0.082 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, -1, 2, -1 }, 294.76028, 0.00006, 0.075 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 92.68180, 0.00018, 0.079 }, + { { 4, 0, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 271.50632, 0.00007, 0.027 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 189.34229, 0.00004, 0.090 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, -2, 1, -2 }, 190.63105, 0.00006, 0.040 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, -2, 2, -2 }, 190.63105, 0.00004, 0.087 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, -2, 0 }, 189.28315, 0.00004, 0.078 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, 0, -2 }, 190.77267, 0.00014, 0.076 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 189.33814, 0.00020, 0.073 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, 2, -2 }, 10.73601, 0.00022, 0.075 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 2, 0, -2 }, 10.63105, 0.00004, 0.087 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 193.54097, 0.00004, 0.026 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 2, 1, -2 }, 10.63105, 0.00006, 0.040 }, + { { 5, 0, -13, 7, 0, 0, 0, 0, -2, 0, 0 }, 33.08124, 0.00003, 0.075 }, + { { 5, 0, -13, 7, 0, 0, 0, 0, -2, 2, 0 }, 213.08124, 0.00003, 0.075 }, + { { 5, 0, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 52.90780, 0.00003, 0.073 } +} }; + +constexpr array g_ELP13 +{ { + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 270.00000, 0.00011, 99999.999 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, 277.11719, 0.00002, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0 }, 3.01272, 0.00001, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 1 }, 248.93951, 0.00001, 1.388 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1 }, 70.48240, 0.00006, 0.949 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1 }, 68.93951, 0.00001, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -3, 0 }, 187.47509, 0.00002, 0.067 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -2, 0 }, 79.95550, 0.00002, 0.564 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 150.06581, 0.00004, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 16.67961, 0.00007, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0 }, 86.25753, 0.00002, 0.020 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0 }, 144.61213, 0.00006, 0.040 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, 1, 0 }, 142.52892, 0.00007, 0.087 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, -1, 0 }, 152.91482, 0.00009, 0.076 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 }, 19.39366, 0.00004, 29.457 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0 }, 152.91482, 0.00009, 0.075 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, -1, 0 }, 142.40817, 0.00007, 0.087 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0 }, 144.56735, 0.00005, 0.040 }, + { { 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 }, 59.80021, 0.00004, 14.729 }, + { { 0, 0, 0, 0, 1, -5, 0, 0, 0, 0, 0 }, 308.78241, 0.00002, 11.705 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, -1, 0 }, 300.69188, 0.00003, 0.026 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 }, 300.69183, 0.00018, 0.041 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 1, 0 }, 307.21040, 0.00035, 0.088 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 2, 0 }, 300.69188, 0.00001, 0.538 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0 }, 223.33584, 0.00001, 0.038 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0 }, 228.05341, 0.00018, 0.076 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 }, 334.24847, 0.00063, 11.862 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0 }, 225.54658, 0.00018, 0.075 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 2, 0 }, 223.62764, 0.00001, 0.038 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, -1 }, 4.05502, 0.00002, 1.032 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, -2, 0 }, 300.72259, 0.00001, 0.592 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, -1, 0 }, 307.69915, 0.00032, 0.086 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0 }, 300.72275, 0.00017, 0.040 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 1, 0 }, 300.72267, 0.00003, 0.026 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 0, 0 }, 330.24353, 0.00005, 0.040 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 1, 0 }, 276.71860, 0.00032, 0.087 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 2, 0 }, 259.08333, 0.00002, 0.564 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -2, 0 }, 79.17198, 0.00009, 0.038 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -1, 0 }, 79.70328, 0.00131, 0.075 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 }, 75.69874, 0.00293, 883.328 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 1, 0 }, 79.70215, 0.00131, 0.075 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 2, 0 }, 79.17231, 0.00009, 0.038 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, -2, 0 }, 259.08146, 0.00002, 0.563 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, -1, 0 }, 276.56701, 0.00032, 0.087 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, 0, 0 }, 328.37435, 0.00005, 0.040 }, + { { 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 }, 354.94068, 0.00003, 30.473 }, + { { 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 }, 37.88628, 0.00001, 14.978 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -2, 0, 0 }, 315.92589, 0.00002, 0.041 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -2, 1, 0 }, 344.07043, 0.00002, 0.088 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, -1, 0 }, 236.49931, 0.00005, 0.076 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 }, 75.13795, 0.00007, 5.931 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0 }, 236.49931, 0.00005, 0.074 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 2, -1, 0 }, 319.61726, 0.00002, 0.086 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 2, 0, 0 }, 286.40217, 0.00002, 0.040 }, + { { 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 }, 188.04062, 0.00005, 12.023 }, + { { 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 }, 265.05937, 0.00001, 3.954 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, -2, 0 }, 302.93942, 0.00002, 0.020 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, 0, 0 }, 139.85925, 0.00001, 0.041 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, 1, 0 }, 303.08323, 0.00008, 0.091 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, 2, 0 }, 297.30874, 0.00002, 0.434 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, 3, 0 }, 122.69884, 0.00002, 0.064 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 1 }, 270.93278, 0.00002, 0.631 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, -2, 0 }, 57.15141, 0.00001, 0.038 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, -1, 0 }, 126.81789, 0.00005, 0.079 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 }, 283.03210, 0.00005, 1.881 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0 }, 125.91783, 0.00007, 0.073 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0 }, 119.85392, 0.00001, 0.037 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -1 }, 45.61218, 0.00004, 1.915 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 2, -2, 0 }, 240.34411, 0.00001, 0.805 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 2, -1, 0 }, 300.35413, 0.00003, 0.083 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 2, 0, 0 }, 68.02734, 0.00001, 0.040 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -2, -2, 0 }, 152.02796, 0.00001, 0.020 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -2, 0, 0 }, 105.91603, 0.00002, 0.042 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, -2, 0 }, 298.95146, 0.00002, 0.039 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, -1, 0 }, 145.34707, 0.00003, 0.082 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 }, 14.57036, 0.00007, 0.940 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0 }, 147.25478, 0.00004, 0.070 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, -1, -1 }, 35.53110, 0.00002, 0.075 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, -1 }, 352.59690, 0.00016, 104.137 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 1, -1 }, 35.53110, 0.00002, 0.075 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 2, -3, 0 }, 132.43105, 0.00002, 0.072 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 2, -2, 0 }, 324.37576, 0.00005, 1.407 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 2, -1, 0 }, 150.24241, 0.00003, 0.080 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0 }, 152.35373, 0.00006, 0.039 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, -2, 1, 0 }, 0.95965, 0.00003, 0.101 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, -2, 3, 0 }, 180.95965, 0.00003, 0.060 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 0, -1, 0 }, 357.45076, 0.00004, 0.086 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0 }, 193.73556, 0.00005, 0.627 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 1, 0, -1 }, 327.00435, 0.00001, 1.847 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 2, -3, 0 }, 30.49535, 0.00003, 0.074 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 2, -2, 0 }, 6.35957, 0.00006, 5.588 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 2, -1, 0 }, 177.45046, 0.00021, 0.076 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 2, 0, 0 }, 354.78056, 0.00004, 0.038 }, + { { 0, 0, 0, 4, 0, 0, 0, 0, 0, -1, 0 }, 42.64415, 0.00002, 0.090 }, + { { 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0 }, 222.64415, 0.00003, 0.470 }, + { { 0, 0, 0, 4, 0, 0, 0, 0, 0, 1, 0 }, 42.64415, 0.00002, 0.065 }, + { { 0, 0, 0, 4, 0, 0, 0, 0, 2, -3, 0 }, 32.20669, 0.00001, 0.078 }, + { { 0, 0, 0, 4, 0, 0, 0, 0, 2, -1, -2 }, 42.42850, 0.00004, 0.076 }, + { { 0, 0, 0, 4, 0, 0, 0, 0, 2, -1, 0 }, 194.96757, 0.00005, 0.073 }, + { { 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, -2 }, 52.93399, 0.00010, 52.068 }, + { { 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, 0 }, 250.62218, 0.00003, 0.037 }, + { { 0, 0, 0, 4, 0, 0, 0, 0, 2, 1, -2 }, 42.42850, 0.00004, 0.075 }, + { { 0, 0, 0, 5, 0, 0, 0, 0, 0, -1, 0 }, 251.39928, 0.00003, 0.094 }, + { { 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0 }, 71.35046, 0.00006, 0.376 }, + { { 0, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0 }, 251.39926, 0.00004, 0.063 }, + { { 0, 0, 0, 5, 0, 0, 0, 0, 2, -3, 0 }, 68.86225, 0.00002, 0.081 }, + { { 0, 0, 0, 5, 0, 0, 0, 0, 2, -1, 0 }, 70.72838, 0.00008, 0.071 }, + { { 0, 0, 0, 5, 0, 0, 0, 0, 2, 0, -2 }, 71.39920, 0.00001, 1.815 }, + { { 0, 0, 0, 5, 0, 0, 0, 0, 2, 0, 0 }, 60.78440, 0.00005, 0.037 }, + { { 0, 0, 0, 5, 0, 0, 0, 0, 3, -3, 0 }, 71.26340, 0.00001, 383.916 }, + { { 0, 0, 0, 6, 0, 0, 0, 0, 0, -1, 0 }, 280.22737, 0.00001, 0.099 }, + { { 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0 }, 100.06868, 0.00005, 0.313 }, + { { 0, 0, 0, 6, 0, 0, 0, 0, 0, 1, 0 }, 280.22737, 0.00001, 0.061 }, + { { 0, 0, 0, 6, 0, 0, 0, 0, 0, 2, 0 }, 280.77506, 0.00001, 0.034 }, + { { 0, 0, 0, 6, 0, 0, 0, 0, 2, -3, 0 }, 275.27611, 0.00001, 0.084 }, + { { 0, 0, 0, 6, 0, 0, 0, 0, 2, -2, 0 }, 97.94810, 0.00002, 0.706 }, + { { 0, 0, 0, 6, 0, 0, 0, 0, 2, -1, 0 }, 99.50822, 0.00010, 0.068 }, + { { 0, 0, 0, 6, 0, 0, 0, 0, 2, 0, 0 }, 278.72105, 0.00007, 0.036 }, + { { 0, 0, 0, 7, 0, 0, 0, 0, 0, -1, 0 }, 129.65557, 0.00001, 0.105 }, + { { 0, 0, 0, 7, 0, 0, 0, 0, 0, 0, 0 }, 309.65557, 0.00002, 0.269 }, + { { 0, 0, 0, 7, 0, 0, 0, 0, 0, 1, 0 }, 129.65557, 0.00001, 0.059 }, + { { 0, 0, 0, 7, 0, 0, 0, 0, 0, 2, 0 }, 309.65557, 0.00002, 0.033 }, + { { 0, 0, 0, 7, 0, 0, 0, 0, 2, -1, 0 }, 309.28128, 0.00002, 0.066 }, + { { 0, 0, 0, 7, 0, 0, 0, 0, 2, 0, 0 }, 129.74506, 0.00002, 0.035 }, + { { 0, 0, 0, 7, 0, 0, 0, 0, 2, 2, 0 }, 309.65557, 0.00001, 0.018 }, + { { 0, 0, 0, 8, 0, 0, 0, 0, 2, -1, 0 }, 338.39798, 0.00004, 0.064 }, + { { 0, 0, 0, 8, 0, 0, 0, 0, 2, 0, 0 }, 338.39798, 0.00002, 0.034 }, + { { 0, 0, 1, -10, 0, 0, 0, 0, -2, 0, 0 }, 352.43647, 0.00003, 0.034 }, + { { 0, 0, 1, -10, 0, 0, 0, 0, -2, 1, 0 }, 352.27071, 0.00003, 0.063 }, + { { 0, 0, 1, -10, 0, 0, 0, 0, -2, 2, 0 }, 172.54119, 0.00002, 0.393 }, + { { 0, 0, 1, -9, 0, 0, 0, 0, -2, 0, 0 }, 201.55034, 0.00002, 0.035 }, + { { 0, 0, 1, -8, 0, 0, 0, 0, -2, -2, 0 }, 230.30250, 0.00001, 0.018 }, + { { 0, 0, 1, -8, 0, 0, 0, 0, -2, 0, 0 }, 50.41425, 0.00003, 0.036 }, + { { 0, 0, 1, -8, 0, 0, 0, 0, -2, 1, 0 }, 230.40469, 0.00003, 0.068 }, + { { 0, 0, 1, -8, 0, 0, 0, 0, 0, -2, 0 }, 230.30250, 0.00002, 0.034 }, + { { 0, 0, 1, -8, 0, 0, 0, 0, 0, -1, 0 }, 50.30250, 0.00002, 0.061 }, + { { 0, 0, 1, -8, 0, 0, 0, 0, 0, 1, 0 }, 50.30250, 0.00002, 0.100 }, + { { 0, 0, 1, -7, 0, 0, 0, 0, -2, 0, 0 }, 260.41432, 0.00006, 0.036 }, + { { 0, 0, 1, -7, 0, 0, 0, 0, -2, 0, 2 }, 79.41346, 0.00001, 1.628 }, + { { 0, 0, 1, -7, 0, 0, 0, 0, -2, 1, 0 }, 78.82597, 0.00004, 0.070 }, + { { 0, 0, 1, -7, 0, 0, 0, 0, -2, 2, 0 }, 79.41346, 0.00002, 1.055 }, + { { 0, 0, 1, -7, 0, 0, 0, 0, -2, 3, 0 }, 77.16219, 0.00001, 0.081 }, + { { 0, 0, 1, -7, 0, 0, 0, 0, 0, -2, 0 }, 259.18493, 0.00001, 0.034 }, + { { 0, 0, 1, -7, 0, 0, 0, 0, 0, -1, 0 }, 259.46790, 0.00003, 0.063 }, + { { 0, 0, 1, -7, 0, 0, 0, 0, 0, 0, 0 }, 79.54130, 0.00004, 0.367 }, + { { 0, 0, 1, -7, 0, 0, 0, 0, 0, 1, 0 }, 259.46790, 0.00003, 0.095 }, + { { 0, 0, 1, -6, 0, 0, 0, 0, -2, 0, 0 }, 108.46861, 0.00003, 0.037 }, + { { 0, 0, 1, -6, 0, 0, 0, 0, -2, 0, 2 }, 159.82732, 0.00001, 12.111 }, + { { 0, 0, 1, -6, 0, 0, 0, 0, -2, 1, 0 }, 113.71720, 0.00004, 0.073 }, + { { 0, 0, 1, -6, 0, 0, 0, 0, -2, 3, 0 }, 123.29377, 0.00002, 0.078 }, + { { 0, 0, 1, -6, 0, 0, 0, 0, 0, -1, 0 }, 288.49967, 0.00003, 0.065 }, + { { 0, 0, 1, -6, 0, 0, 0, 0, 0, 0, 0 }, 108.51420, 0.00005, 0.457 }, + { { 0, 0, 1, -6, 0, 0, 0, 0, 0, 1, 0 }, 288.49967, 0.00003, 0.090 }, + { { 0, 0, 1, -5, 0, 0, 0, 0, -4, 3, 0 }, 324.09706, 0.00001, 0.088 }, + { { 0, 0, 1, -5, 0, 0, 0, 0, -2, 0, 0 }, 318.13518, 0.00005, 0.038 }, + { { 0, 0, 1, -5, 0, 0, 0, 0, -2, 1, 0 }, 328.80329, 0.00012, 0.076 }, + { { 0, 0, 1, -5, 0, 0, 0, 0, -2, 3, 0 }, 124.59770, 0.00004, 0.075 }, + { { 0, 0, 1, -5, 0, 0, 0, 0, -1, 0, 1 }, 234.96480, 0.00001, 1.654 }, + { { 0, 0, 1, -5, 0, 0, 0, 0, 0, 0, 0 }, 334.95605, 0.00006, 0.603 }, + { { 0, 0, 1, -5, 0, 0, 0, 0, 0, 1, 0 }, 141.39948, 0.00002, 0.086 }, + { { 0, 0, 1, -5, 0, 0, 0, 0, 2, -3, 0 }, 330.11867, 0.00001, 0.060 }, + { { 0, 0, 1, -5, 0, 0, 0, 0, 2, -1, 0 }, 150.11867, 0.00001, 0.102 }, + { { 0, 0, 1, -5, 0, 0, 0, 0, 2, 0, 0 }, 330.20189, 0.00003, 0.043 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -4, 2, 0 }, 357.95333, 0.00001, 0.042 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -2, 0, 0 }, 164.87700, 0.00011, 0.039 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -2, 1, 0 }, 184.46906, 0.00004, 0.079 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -2, 2, 0 }, 193.26270, 0.00002, 1.545 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -1, 0, 1 }, 251.39600, 0.00005, 13.704 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 0, 0, 0 }, 270.33530, 0.00001, 0.888 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 0, 2, 0 }, 328.81415, 0.00001, 0.039 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 2, -2, 0 }, 174.20052, 0.00001, 0.345 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, 2, 0, 0 }, 74.14706, 0.00001, 0.042 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -2, 0, 0 }, 32.50234, 0.00014, 0.039 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -2, 1, 0 }, 35.52063, 0.00006, 0.083 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -2, 2, 0 }, 42.12003, 0.00002, 0.848 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -1, 0, 1 }, 70.25463, 0.00003, 2.180 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 0, -1, 0 }, 28.24731, 0.00011, 0.072 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 0, 0, 0 }, 336.70157, 0.00007, 1.681 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 0, 1, 0 }, 27.21144, 0.00008, 0.079 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 0, 2, 0 }, 208.61954, 0.00002, 0.039 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 2, -1, 0 }, 208.24731, 0.00002, 0.092 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 2, 0, 0 }, 29.92875, 0.00006, 0.041 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, -2, 0 }, 244.87714, 0.00001, 0.019 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, -1, 0 }, 53.07731, 0.00002, 0.026 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 0, 0 }, 54.17379, 0.00020, 0.040 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 1, 0 }, 59.52204, 0.00030, 0.087 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 3, 0 }, 64.01269, 0.00002, 0.067 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -1, 0, 1 }, 58.74954, 0.00002, 1.010 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -2, 0 }, 29.75239, 0.00003, 0.038 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -1, 0 }, 43.10853, 0.00057, 0.075 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0 }, 57.64503, 0.00235, 15.781 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 1, 0 }, 43.40532, 0.00059, 0.076 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 2, 0 }, 45.51386, 0.00005, 0.038 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 1, 0, -1 }, 60.69304, 0.00003, 0.895 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, -1, 0 }, 57.99304, 0.00035, 0.088 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 0, 0 }, 43.73973, 0.00007, 0.041 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 1, 0 }, 51.09044, 0.00002, 0.026 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 2, 0 }, 237.07553, 0.00002, 0.020 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 0, 0 }, 259.94498, 0.00003, 0.041 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 1, 0 }, 92.91490, 0.00014, 0.091 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 2, 0 }, 93.10758, 0.00002, 0.446 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -1, 0, 1 }, 241.92486, 0.00001, 0.657 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, -2, 0 }, 271.86978, 0.00003, 0.038 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0 }, 252.57661, 0.00011, 2.135 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 1, 0 }, 242.56972, 0.00002, 0.073 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 2, 0 }, 291.53484, 0.00001, 0.037 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 1, 0, -1 }, 13.04117, 0.00004, 1.708 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, -2, 0 }, 266.19431, 0.00001, 0.766 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, 0, 0 }, 87.23744, 0.00012, 0.040 }, + { { 0, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 }, 25.58242, 0.00004, 1.509 }, + { { 0, 0, 1, 0, -4, 5, 0, 0, 0, 0, 0 }, 10.41090, 0.00001, 1.201 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, 0, 0 }, 32.65208, 0.00006, 0.042 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, 1, 0 }, 32.65206, 0.00007, 0.093 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, -1, 0 }, 30.96402, 0.00005, 0.080 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 }, 30.47728, 0.00026, 1.339 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, 1, 0 }, 30.96402, 0.00005, 0.071 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, -1, 0 }, 59.94915, 0.00003, 0.082 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, 0, 0 }, 33.68524, 0.00001, 0.039 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, -2, 0, 0 }, 75.82346, 0.00001, 0.042 }, + { { 0, 0, 1, 0, -3, 5, 0, 0, 0, 0, 0 }, 75.68757, 0.00006, 1.091 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, -1, 0 }, 43.94931, 0.00003, 0.027 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 0, 0 }, 43.91263, 0.00026, 0.042 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 1, 0 }, 44.09499, 0.00036, 0.094 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 2, 0 }, 43.94746, 0.00001, 0.384 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 0, 1 }, 337.44473, 0.00001, 0.530 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, -2, 0 }, 42.29667, 0.00001, 0.039 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, -1, 0 }, 42.82629, 0.00027, 0.080 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 }, 43.20942, 0.00108, 1.203 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 1, 0 }, 42.15331, 0.00019, 0.071 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 2, 0 }, 42.38233, 0.00001, 0.037 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -1, 0 }, 44.42729, 0.00002, 17.980 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -1, 1 }, 337.45446, 0.00003, 0.075 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 0, -1 }, 337.45581, 0.00007, 4.497 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 0, 0 }, 44.69475, 0.00004, 0.076 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, -1, 0 }, 42.50852, 0.00012, 0.081 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, 0, 0 }, 42.71786, 0.00005, 0.039 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, -2, 0, 0 }, 120.76681, 0.00001, 0.042 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, -2, 1, 0 }, 177.48175, 0.00001, 0.095 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 0, 0, 0 }, 104.54800, 0.00002, 0.999 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 0, 0 }, 112.45837, 0.00002, 0.042 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 }, 40.87591, 0.00003, 1.092 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 0, -1 }, 169.72312, 0.00002, 7.243 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, -2, 0, 0 }, 50.85586, 0.00002, 0.042 }, + { { 0, 0, 1, 0, 0, -5, 0, 0, 0, 0, 0 }, 49.08444, 0.00004, 1.204 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, -2, 0, 0 }, 136.15438, 0.00002, 0.042 }, + { { 0, 0, 1, 0, 0, -3, 0, 0, 0, 0, 0 }, 136.36661, 0.00003, 1.113 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, -2, 0, 0 }, 36.68248, 0.00001, 0.042 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 0, 0, 0 }, 37.08985, 0.00004, 1.073 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 0, -1 }, 14.88167, 0.00003, 8.220 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0 }, 256.60856, 0.00001, 1.035 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -4, 0, 0 }, 345.87698, 0.00002, 0.021 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -4, 1, 0 }, 341.53692, 0.00001, 0.028 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, -2, 0 }, 303.06280, 0.00003, 0.020 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, -1, 0 }, 342.26829, 0.00009, 0.027 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 0, 0 }, 14.97670, 0.00003, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 1, 0 }, 134.61183, 0.00011, 0.095 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 2, 0 }, 135.68030, 0.00004, 0.360 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, -1, 1 }, 192.41737, 0.00002, 0.089 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, -1 }, 234.35923, 0.00004, 0.040 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 1 }, 256.25126, 0.00003, 0.487 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 1, -1 }, 29.14816, 0.00004, 0.087 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 1, 1 }, 192.41737, 0.00002, 0.065 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0 }, 133.39625, 0.00010, 0.082 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 302.13678, 0.00017, 1.000 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0 }, 91.56307, 0.00007, 0.070 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0 }, 241.25638, 0.00002, 0.036 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -3, 1 }, 173.92535, 0.00002, 0.077 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -2, 1 }, 318.86811, 0.00001, 3.575 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -1, -1 }, 127.39075, 0.00008, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -1, 1 }, 96.39459, 0.00005, 0.074 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, -1 }, 18.10613, 0.00008, 18.600 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 }, 218.35007, 0.00004, 0.037 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, -1 }, 127.39075, 0.00008, 0.076 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, -3, 0 }, 351.56040, 0.00001, 0.071 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, -2, 0 }, 330.94655, 0.00006, 1.292 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, -1, 0 }, 316.38801, 0.00009, 0.080 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, -2 }, 161.06505, 0.00001, 0.903 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0 }, 28.09397, 0.00009, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, 1, 0 }, 161.06505, 0.00001, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, 2, 0 }, 156.24889, 0.00002, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 3, -1, -1 }, 307.39075, 0.00002, 0.088 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0 }, 41.59423, 0.00001, 0.967 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, -1 }, 160.86334, 0.00004, 50.462 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, 1, 0, -1 }, 131.67040, 0.00009, 70.769 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, -2, 0, 0 }, 108.35193, 0.00002, 0.042 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, 0, 0, 0 }, 107.32090, 0.00006, 1.093 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 1, 0, -1 }, 347.10492, 0.00007, 293.315 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, 0, 0 }, 173.94446, 0.00003, 0.042 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, 1, 0 }, 173.94446, 0.00002, 0.096 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 }, 158.22083, 0.00007, 0.922 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, -1 }, 165.37557, 0.00011, 32.746 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, 0, 0 }, 164.34026, 0.00008, 0.042 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, 1, 0 }, 163.70582, 0.00012, 0.095 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, -1, 0 }, 164.33778, 0.00007, 0.082 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, 0, 0 }, 162.46050, 0.00037, 1.001 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, 1, 0 }, 163.60736, 0.00008, 0.070 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 2, 0, 0 }, 160.77928, 0.00001, 0.039 }, + { { 0, 0, 1, 0, 2, 0, 0, 0, 1, 0, -1 }, 141.08380, 0.00007, 8.708 }, + { { 0, 0, 1, 0, 4, 0, 0, 0, 2, -3, 0 }, 67.72502, 0.00002, 0.073 }, + { { 0, 0, 1, 0, 4, 0, 0, 0, 2, -1, 0 }, 67.72502, 0.00002, 0.078 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, -2, 0, 0 }, 152.82704, 0.00003, 0.043 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 0, -2, 0 }, 266.15523, 0.00001, 0.040 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 0, -1, 0 }, 332.71745, 0.00005, 0.085 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0 }, 269.60407, 0.00003, 0.653 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0 }, 331.79812, 0.00004, 0.068 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, -1 }, 284.63096, 0.00003, 2.092 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 2, -3, 0 }, 307.89695, 0.00003, 0.074 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 2, -2, 0 }, 318.85007, 0.00003, 4.127 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 2, -1, 0 }, 164.64149, 0.00008, 0.077 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 2, 0, 0 }, 313.68762, 0.00003, 0.038 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, -2, 0, 0 }, 355.87353, 0.00001, 0.044 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, -2, 2, 0 }, 355.87353, 0.00001, 0.261 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 0, -2, 0 }, 180.52867, 0.00001, 0.041 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 0, -1, 0 }, 180.24927, 0.00001, 0.089 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0 }, 194.77157, 0.00007, 0.485 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 2, -3, 0 }, 182.73767, 0.00002, 0.077 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 2, -2, 0 }, 27.01593, 0.00006, 3.456 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 2, -1, 0 }, 359.67667, 0.00010, 0.074 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, -2 }, 342.58937, 0.00004, 22.644 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, 0 }, 221.12871, 0.00003, 0.037 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 4, -3, 0 }, 0.24927, 0.00001, 0.085 }, + { { 0, 0, 1, 3, 0, 0, 0, 0, 0, -1, 0 }, 43.59002, 0.00001, 0.094 }, + { { 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0 }, 222.36003, 0.00003, 0.385 }, + { { 0, 0, 1, 3, 0, 0, 0, 0, 0, 1, 0 }, 42.36003, 0.00002, 0.063 }, + { { 0, 0, 1, 3, 0, 0, 0, 0, 2, -3, 0 }, 47.35774, 0.00001, 0.080 }, + { { 0, 0, 1, 3, 0, 0, 0, 0, 2, -2, 0 }, 42.36003, 0.00001, 1.218 }, + { { 0, 0, 1, 3, 0, 0, 0, 0, 2, -1, 0 }, 38.66278, 0.00005, 0.071 }, + { { 0, 0, 1, 3, 0, 0, 0, 0, 2, 0, -2 }, 42.36003, 0.00001, 2.051 }, + { { 0, 0, 1, 3, 0, 0, 0, 0, 2, 0, 0 }, 219.35598, 0.00003, 0.037 }, + { { 0, 0, 1, 3, 0, 0, 0, 0, 2, 2, 0 }, 222.36003, 0.00001, 0.019 }, + { { 0, 0, 1, 4, 0, 0, 0, 0, 0, -1, 0 }, 251.26742, 0.00003, 0.099 }, + { { 0, 0, 1, 4, 0, 0, 0, 0, 0, 0, 0 }, 67.91628, 0.00011, 0.320 }, + { { 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0 }, 251.28008, 0.00004, 0.061 }, + { { 0, 0, 1, 4, 0, 0, 0, 0, 2, -3, 0 }, 73.17035, 0.00002, 0.084 }, + { { 0, 0, 1, 4, 0, 0, 0, 0, 2, -1, 0 }, 71.66332, 0.00008, 0.068 }, + { { 0, 0, 1, 5, 0, 0, 0, 0, 0, 0, 0 }, 100.19570, 0.00008, 0.273 }, + { { 0, 0, 1, 5, 0, 0, 0, 0, 0, 2, 0 }, 280.73402, 0.00001, 0.033 }, + { { 0, 0, 1, 5, 0, 0, 0, 0, 2, -3, 0 }, 280.34046, 0.00001, 0.088 }, + { { 0, 0, 1, 5, 0, 0, 0, 0, 2, -2, 0 }, 98.46457, 0.00005, 0.531 }, + { { 0, 0, 1, 5, 0, 0, 0, 0, 2, -1, 0 }, 100.46497, 0.00001, 0.066 }, + { { 0, 0, 1, 5, 0, 0, 0, 0, 2, 0, 0 }, 278.76815, 0.00006, 0.035 }, + { { 0, 0, 1, 5, 0, 0, 0, 0, 2, 2, 0 }, 100.49671, 0.00002, 0.018 }, + { { 0, 0, 1, 6, 0, 0, 0, 0, 0, 0, 0 }, 309.60011, 0.00003, 0.239 }, + { { 0, 0, 1, 6, 0, 0, 0, 0, 2, -1, 0 }, 309.60011, 0.00001, 0.064 }, + { { 0, 0, 1, 7, 0, 0, 0, 0, 2, 0, 0 }, 338.32567, 0.00002, 0.034 }, + { { 0, 0, 1, 8, 0, 0, 0, 0, 2, 0, 0 }, 187.40272, 0.00001, 0.033 }, + { { 0, 0, 2, -12, 0, 0, 0, 0, -2, 0, 0 }, 143.25538, 0.00001, 0.034 }, + { { 0, 0, 2, -12, 0, 0, 0, 0, -2, 2, 0 }, 323.25538, 0.00001, 0.384 }, + { { 0, 0, 2, -11, 0, 0, 0, 0, -2, 0, 0 }, 352.33044, 0.00006, 0.035 }, + { { 0, 0, 2, -11, 0, 0, 0, 0, -2, 2, 0 }, 171.98487, 0.00001, 0.482 }, + { { 0, 0, 2, -10, 0, 0, 0, 0, -2, 0, 0 }, 201.29161, 0.00003, 0.036 }, + { { 0, 0, 2, -10, 0, 0, 0, 0, 0, 0, 0 }, 201.19116, 0.00001, 0.301 }, + { { 0, 0, 2, -9, 0, 0, 0, 0, -2, -2, 0 }, 230.25929, 0.00001, 0.019 }, + { { 0, 0, 2, -9, 0, 0, 0, 0, -2, 2, 0 }, 50.33268, 0.00002, 0.989 }, + { { 0, 0, 2, -9, 0, 0, 0, 0, 0, -2, 0 }, 230.25929, 0.00002, 0.034 }, + { { 0, 0, 2, -9, 0, 0, 0, 0, 0, -1, 0 }, 50.25929, 0.00002, 0.062 }, + { { 0, 0, 2, -9, 0, 0, 0, 0, 0, 0, 0 }, 50.09523, 0.00001, 0.359 }, + { { 0, 0, 2, -9, 0, 0, 0, 0, 0, 1, 0 }, 50.25929, 0.00002, 0.096 }, + { { 0, 0, 2, -8, 0, 0, 0, 0, -2, 0, 0 }, 260.14389, 0.00007, 0.037 }, + { { 0, 0, 2, -8, 0, 0, 0, 0, -2, 0, 2 }, 259.37664, 0.00003, 6.852 }, + { { 0, 0, 2, -8, 0, 0, 0, 0, -2, 1, 0 }, 79.37665, 0.00003, 0.073 }, + { { 0, 0, 2, -8, 0, 0, 0, 0, 0, -2, 0 }, 259.39286, 0.00002, 0.035 }, + { { 0, 0, 2, -8, 0, 0, 0, 0, 0, -1, 0 }, 259.37664, 0.00003, 0.064 }, + { { 0, 0, 2, -8, 0, 0, 0, 0, 0, 0, 0 }, 84.63228, 0.00008, 0.444 }, + { { 0, 0, 2, -8, 0, 0, 0, 0, 0, 1, 0 }, 259.37664, 0.00003, 0.091 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, -2, 0, 0 }, 108.79025, 0.00005, 0.038 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, -2, 0, 2 }, 288.28104, 0.00001, 2.592 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, -2, 1, 0 }, 295.08151, 0.00016, 0.076 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, -2, 2, 0 }, 317.33501, 0.00005, 19.147 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, -2, 3, 0 }, 103.39579, 0.00003, 0.075 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, 0, -2, 0 }, 288.28104, 0.00002, 0.035 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, 0, -1, 0 }, 288.30493, 0.00004, 0.067 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, 0, 0, 0 }, 293.72162, 0.00005, 0.581 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, 2, -2, 0 }, 301.07966, 0.00002, 0.286 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, 2, 0, 0 }, 121.03113, 0.00001, 0.043 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, -2, 0, 0 }, 317.22973, 0.00008, 0.039 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, -2, 1, 0 }, 141.13474, 0.00001, 0.079 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, -2, 3, 0 }, 141.13474, 0.00001, 0.072 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, -1, 0, 1 }, 165.42097, 0.00003, 7.335 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, 0, 0, 0 }, 332.88235, 0.00004, 0.840 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, 2, 0, 0 }, 329.94602, 0.00004, 0.042 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -4, 2, 0 }, 177.96133, 0.00001, 0.042 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -4, 3, 0 }, 177.97122, 0.00001, 0.096 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -2, 0, 0 }, 180.75768, 0.00008, 0.039 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -2, 1, 0 }, 180.78341, 0.00012, 0.082 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -2, 2, 0 }, 344.65033, 0.00002, 0.896 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -2, 3, 0 }, 344.50089, 0.00002, 0.070 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -1, 0, 1 }, 31.74822, 0.00002, 2.529 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -1, 1, -1 }, 200.99808, 0.00005, 0.076 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -1, 3, -1 }, 28.43852, 0.00002, 0.075 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 0, -2, 0 }, 178.63366, 0.00002, 0.037 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 0, -1, 0 }, 5.18862, 0.00005, 0.072 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 0, 0, 0 }, 161.58381, 0.00002, 1.519 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 0, 1, 0 }, 3.62272, 0.00006, 0.079 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 2, -2, 0 }, 174.19052, 0.00001, 0.411 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 2, 0, 0 }, 354.19052, 0.00001, 0.042 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, -1, 0 }, 29.53789, 0.00002, 0.026 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 0, 0 }, 32.06495, 0.00021, 0.040 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 1, 0 }, 27.15722, 0.00014, 0.086 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 2, 0 }, 176.05224, 0.00001, 0.607 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 3, 0 }, 212.38163, 0.00003, 0.067 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -1, 0, 1 }, 107.78226, 0.00002, 1.079 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, -2, 0 }, 20.11931, 0.00001, 0.038 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, -1, 0 }, 21.96217, 0.00023, 0.075 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 0, 0 }, 27.88777, 0.00143, 7.890 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 1, 0 }, 22.32573, 0.00023, 0.076 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 2, 0 }, 212.74096, 0.00002, 0.038 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, -1, 0 }, 29.52490, 0.00024, 0.088 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, 0, 0 }, 26.90851, 0.00013, 0.041 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, 1, 0 }, 27.35939, 0.00001, 0.026 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, -2, 0 }, 244.54368, 0.00001, 0.020 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 0, 0 }, 56.72033, 0.00006, 0.041 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 1, 0 }, 52.26406, 0.00006, 0.090 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 2, 0 }, 59.15026, 0.00001, 0.459 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -1, 0, 1 }, 56.86728, 0.00002, 0.686 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, -1, 0 }, 64.86936, 0.00009, 0.078 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 0, 0 }, 62.19489, 0.00031, 2.470 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 1, 0 }, 67.47174, 0.00006, 0.073 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, -3, 0 }, 52.19123, 0.00001, 0.068 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, -1, 0 }, 44.95746, 0.00001, 0.084 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, 0, 0 }, 240.11623, 0.00005, 0.040 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, 2, 0 }, 236.84984, 0.00003, 0.019 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 0, 0 }, 274.30328, 0.00009, 0.042 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 1, 0 }, 88.99618, 0.00006, 0.095 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 2, 0 }, 93.29190, 0.00002, 0.369 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, -2, 0 }, 286.68567, 0.00002, 0.039 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, -1, 0 }, 266.58059, 0.00005, 0.081 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 0, 0 }, 216.68098, 0.00005, 1.068 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 1, 0 }, 264.14315, 0.00004, 0.070 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 2, 0 }, 86.93239, 0.00002, 0.036 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 0, -1 }, 262.15176, 0.00003, 8.537 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 0, 0 }, 266.07959, 0.00003, 0.075 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, -3, 0 }, 90.39785, 0.00002, 0.071 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, -2, 0 }, 86.94869, 0.00003, 1.194 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, -1, 0 }, 260.63845, 0.00001, 0.081 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, 0, 0 }, 91.13093, 0.00002, 0.039 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 4, -2, 0 }, 266.61500, 0.00001, 0.042 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, -2, 0, 0 }, 301.55063, 0.00003, 0.043 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, -2, 2, 0 }, 302.55912, 0.00003, 0.308 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 0, -1, 0 }, 114.61244, 0.00002, 0.085 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 0, 0, 0 }, 275.88151, 0.00003, 0.681 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 0, 1, 0 }, 114.61244, 0.00002, 0.068 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 0, 2, 0 }, 114.92635, 0.00001, 0.036 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 1, 0, -1 }, 218.12144, 0.00004, 2.412 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 2, -3, 0 }, 320.70582, 0.00001, 0.074 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 2, -2, 0 }, 296.61057, 0.00006, 3.271 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 2, -1, 0 }, 299.19743, 0.00005, 0.077 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 2, 0, 0 }, 105.97857, 0.00007, 0.038 }, + { { 0, 0, 2, 0, -5, 0, 0, 0, 0, 0, 0 }, 261.05035, 0.00002, 0.634 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 0, 0, 0 }, 313.23121, 0.00001, 0.572 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 2, -2, 0 }, 132.81161, 0.00002, 38.763 }, + { { 0, 0, 2, 0, -5, 5, 0, 0, 2, -1, 0 }, 133.12360, 0.00003, 0.076 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -2, 0, 0 }, 251.45657, 0.00003, 0.043 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -2, 1, 0 }, 251.45629, 0.00003, 0.102 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, -1, 0 }, 249.64464, 0.00003, 0.086 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 0, 0, 0 }, 251.14760, 0.00007, 0.601 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, -1, 0 }, 69.64464, 0.00013, 0.076 }, + { { 0, 0, 2, 0, -4, 3, 0, 0, 2, -2, 0 }, 320.98065, 0.00002, 106.494 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, -2, 0, 0 }, 254.34594, 0.00002, 0.044 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 0, 0, 0 }, 254.28797, 0.00004, 0.546 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, -2, 0 }, 74.60049, 0.00001, 17.093 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, -1, 0 }, 254.54674, 0.00005, 0.075 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 0, 0 }, 243.08832, 0.00009, 0.043 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 1, 0 }, 243.08832, 0.00010, 0.103 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -2, 0 }, 239.23033, 0.00001, 0.040 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -1, 0 }, 239.68341, 0.00052, 0.087 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 0, 0 }, 240.99668, 0.00028, 0.572 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 1, 0 }, 242.23723, 0.00005, 0.067 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -3, 0 }, 60.43108, 0.00006, 0.075 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -2, 0 }, 59.31457, 0.00157, 37.133 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -1, 0 }, 59.33774, 0.00244, 0.076 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, 0, 0 }, 59.33860, 0.00016, 0.038 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -3, 0 }, 58.71742, 0.00002, 0.087 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -2, 0 }, 59.31176, 0.00005, 0.040 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -1, 0 }, 59.33580, 0.00002, 0.026 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 0, 0 }, 310.39487, 0.00003, 0.044 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 1, 0 }, 310.39487, 0.00003, 0.104 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, -1, 0 }, 176.54929, 0.00002, 0.088 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 0, 0, 0 }, 326.97840, 0.00004, 0.546 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -2, 0 }, 111.11498, 0.00002, 17.430 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -1, 0 }, 356.54914, 0.00011, 0.075 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 0, 0, 0 }, 290.90162, 0.00001, 0.573 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 2, -2, 0 }, 110.80632, 0.00002, 35.635 }, + { { 0, 0, 2, 0, -1, -5, 0, 0, 2, -1, 0 }, 110.81494, 0.00003, 0.076 }, + { { 0, 0, 2, 0, -1, -4, 0, 0, 2, -2, 0 }, 358.77389, 0.00002, 169.910 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, -2, 0, 0 }, 300.55385, 0.00002, 0.044 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 0, 0, 0 }, 295.79489, 0.00002, 0.522 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 1, 0, -1 }, 184.18359, 0.00002, 1.160 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, -3, 0 }, 50.69297, 0.00002, 0.076 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 2, -1, 0 }, 304.94416, 0.00003, 0.075 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, -2, 0, 0 }, 284.91052, 0.00002, 0.044 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 0, 0, 0 }, 284.34066, 0.00004, 0.546 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 2, -1, 0 }, 284.69684, 0.00006, 0.075 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, -2, 0, 0 }, 34.99159, 0.00002, 0.044 }, + { { 0, 0, 2, 0, 0, -3, 0, 0, 0, 0, 0 }, 35.02135, 0.00002, 0.527 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -2, -2, 0 }, 50.01487, 0.00003, 0.020 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -2, 0, 0 }, 82.81407, 0.00004, 0.044 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -2, 1, 0 }, 331.60891, 0.00003, 0.105 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -1, 0, 1 }, 246.74124, 0.00004, 0.327 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, -2, 0 }, 294.88030, 0.00002, 0.041 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, -1, 0 }, 131.27868, 0.00004, 0.089 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0 }, 148.35154, 0.00018, 0.500 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 0 }, 77.06584, 0.00003, 0.066 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, 2, 0 }, 247.63825, 0.00001, 0.035 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, -1 }, 317.71087, 0.00003, 1.057 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, -3, 0 }, 354.21017, 0.00003, 0.077 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, -2, 0 }, 317.39646, 0.00008, 4.425 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, -1, 0 }, 2.83711, 0.00017, 0.074 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0 }, 312.80638, 0.00020, 0.037 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, 1, 0 }, 312.90814, 0.00002, 0.025 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, 2, 0, -2 }, 77.60640, 0.00002, 43.055 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, -2, 0, 0 }, 60.54610, 0.00002, 0.044 }, + { { 0, 0, 2, 0, 2, -5, 0, 0, 0, 0, 0 }, 59.66652, 0.00001, 0.500 }, + { { 0, 0, 2, 0, 3, 0, 0, 0, 2, -1, 0 }, 247.75907, 0.00004, 0.073 }, + { { 0, 0, 2, 1, 0, 0, 0, 0, -2, 1, 0 }, 0.06117, 0.00001, 0.112 }, + { { 0, 0, 2, 1, 0, 0, 0, 0, 0, -1, 0 }, 13.32593, 0.00001, 0.093 }, + { { 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0 }, 187.65676, 0.00006, 0.395 }, + { { 0, 0, 2, 1, 0, 0, 0, 0, 0, 1, 0 }, 13.32593, 0.00001, 0.063 }, + { { 0, 0, 2, 1, 0, 0, 0, 0, 2, -3, 0 }, 172.86138, 0.00001, 0.080 }, + { { 0, 0, 2, 1, 0, 0, 0, 0, 2, -1, 0 }, 182.33364, 0.00006, 0.071 }, + { { 0, 0, 2, 1, 0, 0, 0, 0, 2, 0, 0 }, 188.44995, 0.00009, 0.037 }, + { { 0, 0, 2, 2, 0, 0, 0, 0, -2, 0, 0 }, 28.05557, 0.00002, 0.046 }, + { { 0, 0, 2, 2, 0, 0, 0, 0, -2, 2, 0 }, 208.05557, 0.00002, 0.207 }, + { { 0, 0, 2, 2, 0, 0, 0, 0, 0, -1, 0 }, 220.50233, 0.00002, 0.098 }, + { { 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0 }, 46.04182, 0.00003, 0.326 }, + { { 0, 0, 2, 2, 0, 0, 0, 0, 0, 2, 0 }, 221.99679, 0.00001, 0.034 }, + { { 0, 0, 2, 2, 0, 0, 0, 0, 2, -2, 0 }, 42.17129, 0.00001, 0.776 }, + { { 0, 0, 2, 2, 0, 0, 0, 0, 2, -1, 0 }, 41.14905, 0.00014, 0.069 }, + { { 0, 0, 2, 2, 0, 0, 0, 0, 2, 0, 0 }, 220.81605, 0.00010, 0.036 }, + { { 0, 0, 2, 3, 0, 0, 0, 0, 0, -1, 0 }, 250.95342, 0.00002, 0.104 }, + { { 0, 0, 2, 3, 0, 0, 0, 0, 0, 0, 0 }, 91.28349, 0.00003, 0.278 }, + { { 0, 0, 2, 3, 0, 0, 0, 0, 0, 1, 0 }, 251.08532, 0.00003, 0.059 }, + { { 0, 0, 2, 3, 0, 0, 0, 0, 2, -1, 0 }, 70.56342, 0.00007, 0.066 }, + { { 0, 0, 2, 3, 0, 0, 0, 0, 2, 0, 0 }, 252.89429, 0.00003, 0.035 }, + { { 0, 0, 2, 4, 0, 0, 0, 0, 0, 0, 0 }, 100.33227, 0.00004, 0.242 }, + { { 0, 0, 2, 4, 0, 0, 0, 0, 0, 2, 0 }, 280.13752, 0.00002, 0.033 }, + { { 0, 0, 2, 4, 0, 0, 0, 0, 2, 2, 0 }, 100.45679, 0.00002, 0.018 }, + { { 0, 0, 2, 5, 0, 0, 0, 0, 0, 0, 0 }, 309.51071, 0.00004, 0.215 }, + { { 0, 0, 2, 5, 0, 0, 0, 0, 2, -1, 0 }, 309.51071, 0.00001, 0.062 }, + { { 0, 0, 2, 6, 0, 0, 0, 0, 2, -3, 0 }, 158.39827, 0.00001, 0.102 }, + { { 0, 0, 2, 6, 0, 0, 0, 0, 2, -1, 0 }, 158.39827, 0.00001, 0.060 }, + { { 0, 0, 2, 6, 0, 0, 0, 0, 2, 0, 0 }, 338.21394, 0.00002, 0.033 }, + { { 0, 0, 2, 7, 0, 0, 0, 0, 2, 0, 0 }, 7.11782, 0.00002, 0.033 }, + { { 0, 0, 3, -13, 0, 0, 0, 0, -2, 0, 0 }, 143.15120, 0.00003, 0.035 }, + { { 0, 0, 3, -12, 0, 0, 0, 0, -2, 0, 0 }, 352.20688, 0.00008, 0.036 }, + { { 0, 0, 3, -12, 0, 0, 0, 0, -2, 1, 0 }, 172.42642, 0.00003, 0.067 }, + { { 0, 0, 3, -11, 0, 0, 0, 0, -2, 0, 0 }, 201.23300, 0.00003, 0.036 }, + { { 0, 0, 3, -11, 0, 0, 0, 0, -2, 1, 0 }, 201.49178, 0.00002, 0.070 }, + { { 0, 0, 3, -11, 0, 0, 0, 0, 0, 0, 0 }, 201.14616, 0.00001, 0.351 }, + { { 0, 0, 3, -10, 0, 0, 0, 0, -2, 0, 0 }, 50.62099, 0.00001, 0.037 }, + { { 0, 0, 3, -10, 0, 0, 0, 0, -2, 0, 2 }, 230.31007, 0.00001, 4.778 }, + { { 0, 0, 3, -9, 0, 0, 0, 0, -2, 0, 0 }, 267.22623, 0.00007, 0.038 }, + { { 0, 0, 3, -9, 0, 0, 0, 0, -2, 0, 2 }, 259.22934, 0.00002, 3.102 }, + { { 0, 0, 3, -9, 0, 0, 0, 0, -2, 1, 0 }, 60.12555, 0.00002, 0.075 }, + { { 0, 0, 3, -9, 0, 0, 0, 0, -2, 2, 0 }, 8.89270, 0.00003, 89.761 }, + { { 0, 0, 3, -9, 0, 0, 0, 0, 0, -1, 0 }, 259.23133, 0.00003, 0.066 }, + { { 0, 0, 3, -9, 0, 0, 0, 0, 0, 0, 0 }, 248.19879, 0.00001, 0.560 }, + { { 0, 0, 3, -9, 0, 0, 0, 0, 0, 1, 0 }, 259.23133, 0.00003, 0.087 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, -2, 0, 0 }, 130.52072, 0.00002, 0.038 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, -2, 1, 0 }, 289.48661, 0.00005, 0.079 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, -2, 2, 0 }, 288.04747, 0.00002, 1.921 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, -2, 3, 0 }, 289.70917, 0.00004, 0.073 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, -1, 0, 1 }, 103.56677, 0.00002, 5.007 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, 0, -1, 0 }, 288.23198, 0.00005, 0.069 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, 0, 0, 0 }, 282.26013, 0.00010, 0.798 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, 0, 1, 0 }, 287.93278, 0.00004, 0.083 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, 2, -1, 0 }, 108.23198, 0.00001, 0.098 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, 2, 0, 0 }, 120.70798, 0.00005, 0.043 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, 0, 0 }, 105.00688, 0.00012, 0.999 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, 1, 0 }, 104.66914, 0.00004, 0.082 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, -1, 0 }, 105.04585, 0.00012, 0.095 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, 0, 0 }, 104.95275, 0.00010, 0.042 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -2, 0, 0 }, 159.67196, 0.00008, 0.039 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -2, 1, 0 }, 151.50178, 0.00012, 0.082 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -2, 2, 0 }, 1.12049, 0.00002, 0.950 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -2, 3, 0 }, 177.60857, 0.00001, 0.070 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 0, 1 }, 342.97850, 0.00001, 3.012 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 1, -1 }, 183.57380, 0.00006, 0.075 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 2, -1 }, 289.29003, 0.00030, 650.233 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 0, -1, 0 }, 318.18261, 0.00003, 0.072 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 0, 0, 0 }, 306.52929, 0.00003, 1.385 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 0, 1, 0 }, 323.95632, 0.00006, 0.080 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 2, -3, 0 }, 329.52324, 0.00003, 0.063 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 2, -1, 0 }, 149.59264, 0.00005, 0.093 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 2, 0, 0 }, 329.98792, 0.00004, 0.042 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -2, 0, 0 }, 214.47477, 0.00001, 0.040 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -2, 1, 0 }, 12.90321, 0.00002, 0.086 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -2, 2, 0 }, 214.47477, 0.00001, 0.631 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -1, 0, 1 }, 22.38730, 0.00003, 1.158 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, -2, 0 }, 147.68456, 0.00001, 0.037 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, -1, 0 }, 349.81405, 0.00015, 0.074 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, 0, 0 }, 357.99442, 0.00045, 5.260 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, 1, 0 }, 349.81405, 0.00015, 0.077 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 2, -1, 0 }, 23.78522, 0.00001, 0.089 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 2, 0, 0 }, 359.68509, 0.00005, 0.041 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 2, 2, 0 }, 178.65218, 0.00001, 0.020 }, + { { 0, 0, 3, -6, 2, 0, 0, 0, 0, 0, 0 }, 55.23630, 0.00004, 46.520 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, 0, 0 }, 29.83620, 0.00017, 0.041 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, 1, 0 }, 199.73780, 0.00001, 0.090 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -1, 0, 1 }, 24.26204, 0.00002, 0.717 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, -2, 0 }, 27.81879, 0.00001, 0.038 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, -1, 0 }, 52.63547, 0.00005, 0.077 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 0, 0 }, 32.63386, 0.00021, 2.928 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 1, -2 }, 203.99216, 0.00004, 0.075 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 1, 0 }, 53.10919, 0.00005, 0.074 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 2, -2 }, 29.60034, 0.00005, 123.995 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 2, 0 }, 110.05993, 0.00001, 0.037 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 3, -2 }, 211.81735, 0.00002, 0.075 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 1, 0, -1 }, 234.94500, 0.00002, 1.404 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, -3, 0 }, 206.15626, 0.00003, 0.068 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, -2, 0 }, 207.75557, 0.00001, 0.698 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, -1, 0 }, 22.59276, 0.00005, 0.085 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, 0, 0 }, 26.77203, 0.00007, 0.040 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 4, -3, 0 }, 26.78999, 0.00001, 0.100 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 0, 0 }, 47.03307, 0.00007, 0.042 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 1, 0 }, 49.81689, 0.00010, 0.094 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 3, 0 }, 59.99841, 0.00001, 0.063 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, -2, 0 }, 85.88044, 0.00004, 0.039 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, -1, 0 }, 56.51311, 0.00005, 0.081 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 0, 0 }, 59.52230, 0.00020, 1.145 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, -1, 0 }, 47.68292, 0.00010, 72.752 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 0, -1 }, 243.80530, 0.00002, 5.540 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 0, 0 }, 56.28075, 0.00004, 0.076 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, -3, 0 }, 95.33721, 0.00001, 0.071 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, -2, 0 }, 236.88426, 0.00002, 1.110 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, 0, 0 }, 246.57573, 0.00005, 0.039 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, 0, 0 }, 273.19126, 0.00009, 0.043 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, 1, 0 }, 93.00443, 0.00004, 0.099 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, -2, 0 }, 253.95451, 0.00003, 0.040 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, 0, 0 }, 307.74518, 0.00003, 0.712 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, 1, 0 }, 96.81662, 0.00001, 0.068 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, 2, 0 }, 265.89225, 0.00002, 0.036 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, -3, 0 }, 95.26276, 0.00004, 0.073 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, -2, 0 }, 265.92080, 0.00005, 2.710 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, -1, 0 }, 260.80368, 0.00009, 0.078 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, 0, 0 }, 103.30263, 0.00004, 0.038 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, 0, 0 }, 296.83446, 0.00003, 0.044 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, 0, 0 }, 288.47673, 0.00004, 0.516 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, 1, 0 }, 305.58739, 0.00003, 0.066 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, 2, 0 }, 49.49890, 0.00002, 0.035 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 1, 0, -1 }, 274.99372, 0.00001, 1.133 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, -3, 0 }, 133.94177, 0.00001, 0.076 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, -2, 0 }, 128.33238, 0.00007, 6.150 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, -1, -1 }, 21.91190, 0.00001, 241.391 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, -1, 0 }, 308.10314, 0.00012, 0.075 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, 0, -2 }, 294.58170, 0.00001, 5.851 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, 0, 0 }, 118.74589, 0.00013, 0.037 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, -2, 1, 0 }, 331.12600, 0.00003, 0.111 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, 0, 0, 0 }, 173.72547, 0.00002, 0.405 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, 2, -3, 0 }, 249.81661, 0.00001, 0.080 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, 2, -2, 0 }, 333.16467, 0.00003, 1.440 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, 2, -1, 0 }, 131.02930, 0.00004, 0.072 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, 2, 0, 0 }, 339.72842, 0.00012, 0.037 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, -2, 0, 0 }, 224.98950, 0.00002, 0.045 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 0, 0, 0 }, 231.69834, 0.00002, 0.376 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, -3, 0 }, 60.52726, 0.00001, 0.081 }, + { { 0, 0, 3, 0, -4, 0, 0, 0, 2, -1, 0 }, 240.52726, 0.00001, 0.071 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, -2, 0, 0 }, 137.35840, 0.00002, 0.045 }, + { { 0, 0, 3, 0, -3, 0, 0, 0, 0, -1, 0 }, 136.40163, 0.00002, 0.095 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 3, -2, -1 }, 193.67885, 0.00027, 277.143 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 3, -1, -1 }, 14.85537, 0.00006, 0.075 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, -2, 1, 0 }, 357.65517, 0.00002, 0.118 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, -2, 3, 0 }, 177.65517, 0.00001, 0.055 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 0, -2, 0 }, 177.65517, 0.00001, 0.043 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 0, -1, 0 }, 21.94975, 0.00003, 0.098 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0 }, 176.53243, 0.00009, 0.333 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 0 }, 59.47798, 0.00003, 0.062 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 2, -3, 0 }, 191.19058, 0.00001, 0.083 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 2, -2, 0 }, 33.29375, 0.00002, 0.816 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 2, -1, 0 }, 187.32076, 0.00005, 0.069 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, -2 }, 323.97184, 0.00002, 1.121 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, 0 }, 45.96759, 0.00003, 0.036 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 2, 1, 0 }, 147.18724, 0.00001, 0.024 }, + { { 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0 }, 36.29038, 0.00007, 0.283 }, + { { 0, 0, 3, 1, 0, 0, 0, 0, 0, 2, 0 }, 222.10586, 0.00003, 0.033 }, + { { 0, 0, 3, 1, 0, 0, 0, 0, 2, -3, 0 }, 221.22403, 0.00001, 0.087 }, + { { 0, 0, 3, 1, 0, 0, 0, 0, 2, -1, 0 }, 219.93362, 0.00006, 0.067 }, + { { 0, 0, 3, 1, 0, 0, 0, 0, 2, 0, 0 }, 219.79645, 0.00009, 0.035 }, + { { 0, 0, 3, 2, 0, 0, 0, 0, 0, 0, 0 }, 201.25050, 0.00003, 0.246 }, + { { 0, 0, 3, 2, 0, 0, 0, 0, 2, -2, 0 }, 252.19107, 0.00003, 0.437 }, + { { 0, 0, 3, 2, 0, 0, 0, 0, 2, -1, 0 }, 251.01817, 0.00002, 0.064 }, + { { 0, 0, 3, 2, 0, 0, 0, 0, 2, 0, 0 }, 252.26165, 0.00004, 0.035 }, + { { 0, 0, 3, 3, 0, 0, 0, 0, 0, -1, 0 }, 100.39357, 0.00001, 0.115 }, + { { 0, 0, 3, 3, 0, 0, 0, 0, 0, 0, 0 }, 100.28457, 0.00002, 0.218 }, + { { 0, 0, 3, 3, 0, 0, 0, 0, 0, 1, 0 }, 100.39357, 0.00001, 0.056 }, + { { 0, 0, 3, 3, 0, 0, 0, 0, 2, -1, 0 }, 100.09760, 0.00002, 0.062 }, + { { 0, 0, 3, 3, 0, 0, 0, 0, 2, 0, 0 }, 100.16217, 0.00003, 0.034 }, + { { 0, 0, 3, 3, 0, 0, 0, 0, 2, 2, 0 }, 100.39357, 0.00001, 0.018 }, + { { 0, 0, 3, 4, 0, 0, 0, 0, 2, -1, 0 }, 309.19641, 0.00005, 0.060 }, + { { 0, 0, 3, 5, 0, 0, 0, 0, 2, 0, 0 }, 158.05995, 0.00005, 0.033 }, + { { 0, 0, 4, -14, 0, 0, 0, 0, -2, 0, 0 }, 143.07536, 0.00001, 0.035 }, + { { 0, 0, 4, -14, 0, 0, 0, 0, -2, 1, 0 }, 323.07536, 0.00002, 0.067 }, + { { 0, 0, 4, -14, 0, 0, 0, 0, -2, 2, 0 }, 143.07536, 0.00001, 0.599 }, + { { 0, 0, 4, -13, 0, 0, 0, 0, -2, 0, 0 }, 352.13434, 0.00005, 0.036 }, + { { 0, 0, 4, -13, 0, 0, 0, 0, -2, 2, 0 }, 352.16306, 0.00003, 0.879 }, + { { 0, 0, 4, -12, 0, 0, 0, 0, -2, 0, 0 }, 201.17149, 0.00003, 0.037 }, + { { 0, 0, 4, -12, 0, 0, 0, 0, -2, 0, 2 }, 21.09777, 0.00001, 3.667 }, + { { 0, 0, 4, -12, 0, 0, 0, 0, -2, 2, 0 }, 21.09777, 0.00001, 1.650 }, + { { 0, 0, 4, -12, 0, 0, 0, 0, 0, -1, 0 }, 21.09777, 0.00001, 0.064 }, + { { 0, 0, 4, -12, 0, 0, 0, 0, 0, 1, 0 }, 21.09777, 0.00001, 0.092 }, + { { 0, 0, 4, -11, 0, 0, 0, 0, -2, 0, 0 }, 50.45255, 0.00003, 0.038 }, + { { 0, 0, 4, -11, 0, 0, 0, 0, -2, 0, 2 }, 230.13026, 0.00002, 3.861 }, + { { 0, 0, 4, -11, 0, 0, 0, 0, -2, 1, 0 }, 237.07205, 0.00008, 0.075 }, + { { 0, 0, 4, -11, 0, 0, 0, 0, -2, 2, 0 }, 48.75706, 0.00006, 13.421 }, + { { 0, 0, 4, -11, 0, 0, 0, 0, -2, 3, 0 }, 166.45804, 0.00001, 0.076 }, + { { 0, 0, 4, -11, 0, 0, 0, 0, 0, -1, 0 }, 230.17678, 0.00003, 0.066 }, + { { 0, 0, 4, -11, 0, 0, 0, 0, 0, 1, 0 }, 230.17678, 0.00003, 0.088 }, + { { 0, 0, 4, -10, 0, 0, 0, 0, -2, -2, 0 }, 259.08297, 0.00001, 0.019 }, + { { 0, 0, 4, -10, 0, 0, 0, 0, -2, 0, 0 }, 268.70427, 0.00006, 0.038 }, + { { 0, 0, 4, -10, 0, 0, 0, 0, -2, 1, 0 }, 259.08297, 0.00002, 0.078 }, + { { 0, 0, 4, -10, 0, 0, 0, 0, -2, 2, 0 }, 143.42760, 0.00001, 2.187 }, + { { 0, 0, 4, -10, 0, 0, 0, 0, 0, -1, 0 }, 259.11509, 0.00004, 0.069 }, + { { 0, 0, 4, -10, 0, 0, 0, 0, 0, 0, 0 }, 263.39263, 0.00005, 0.759 }, + { { 0, 0, 4, -10, 0, 0, 0, 0, 0, 1, 0 }, 259.11509, 0.00004, 0.084 }, + { { 0, 0, 4, -10, 0, 0, 0, 0, 2, 0, 0 }, 91.86882, 0.00002, 0.043 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, -2, 0, 0 }, 107.45379, 0.00002, 0.039 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, -1, 0, 1 }, 325.53234, 0.00003, 3.723 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, 0, 0, 0 }, 291.67780, 0.00010, 1.274 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, 2, -3, 0 }, 300.65416, 0.00001, 0.063 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, 2, -2, 0 }, 120.50641, 0.00003, 0.391 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, 2, -1, 0 }, 120.65416, 0.00001, 0.093 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, 2, 0, 0 }, 120.50641, 0.00003, 0.042 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, -2, 0, 0 }, 146.95106, 0.00015, 0.040 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, -2, 1, 0 }, 146.75328, 0.00005, 0.085 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, -2, 2, 0 }, 210.19694, 0.00001, 0.658 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, -2, 3, 0 }, 324.06782, 0.00003, 0.068 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, -1, 0 }, 331.55717, 0.00009, 0.074 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, 0, 0 }, 326.76497, 0.00020, 3.945 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, 1, 0 }, 331.55717, 0.00009, 0.077 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, 2, 0 }, 329.56744, 0.00001, 0.038 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 2, -1, 0 }, 150.64864, 0.00004, 0.089 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 2, 0, 0 }, 331.16955, 0.00003, 0.041 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 0, 0 }, 1.93148, 0.00002, 0.020 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 2, 0 }, 1.93144, 0.00002, 0.044 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, -1, 0 }, 1.87056, 0.00011, 0.026 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 0, 0 }, 1.97038, 0.00107, 0.040 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 0, 2 }, 1.93148, 0.00003, 0.475 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 1, 0 }, 2.12715, 0.00167, 0.087 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 2, 0 }, 1.93132, 0.00007, 0.564 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -1, 0, 0 }, 181.93182, 0.00001, 0.081 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -1, 2, 0 }, 181.93182, 0.00001, 0.071 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -2, 0 }, 1.25858, 0.00012, 0.038 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -1, 0 }, 1.32715, 0.00202, 0.075 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 0, 0 }, 2.27463, 0.01056, 1783.359 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 1, 0 }, 1.32745, 0.00202, 0.075 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 2, 0 }, 1.25889, 0.00012, 0.038 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 1, -2, 0 }, 181.93233, 0.00001, 0.071 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 1, 0, 0 }, 181.93233, 0.00001, 0.081 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -2, 0 }, 1.93283, 0.00007, 0.564 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -1, 0 }, 2.12840, 0.00168, 0.087 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 0, -2 }, 1.93267, 0.00003, 0.474 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 0, 0 }, 1.97140, 0.00107, 0.040 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 1, 0 }, 1.87151, 0.00011, 0.026 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, -2, 0 }, 1.93272, 0.00002, 0.044 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, 0, 0 }, 1.93267, 0.00002, 0.020 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -4, 2, 0 }, 358.70257, 0.00001, 0.044 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, 0, 0 }, 2.86841, 0.00003, 0.041 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, 1, 0 }, 353.78927, 0.00003, 0.089 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, 2, 0 }, 178.87609, 0.00003, 0.487 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, -2, 0 }, 147.64076, 0.00001, 0.038 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, -1, 0 }, 359.73937, 0.00006, 0.077 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, 0, 0 }, 7.37619, 0.00026, 3.594 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, 1, 0 }, 359.73937, 0.00006, 0.074 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, 2, 0 }, 36.67531, 0.00002, 0.037 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, -3, 0 }, 179.15460, 0.00002, 0.068 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, -2, 0 }, 5.86641, 0.00001, 0.669 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, -1, 0 }, 358.67964, 0.00003, 0.085 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, 0, 0 }, 355.62847, 0.00003, 0.040 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, 2, 0 }, 178.59671, 0.00001, 0.019 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, 0, 0 }, 30.59698, 0.00017, 0.042 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, 1, 0 }, 352.76144, 0.00003, 0.094 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, 2, 0 }, 33.03988, 0.00001, 0.387 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, 3, 0 }, 90.41796, 0.00001, 0.063 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, -1, 0 }, 25.37719, 0.00001, 0.080 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 0, 0, 0 }, 21.76312, 0.00009, 1.235 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, -3, 1 }, 80.38363, 0.00001, 0.076 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, -1, 1 }, 260.38363, 0.00001, 0.075 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, 0, -1 }, 40.40567, 0.00001, 4.101 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, 0, 0 }, 27.71847, 0.00003, 0.076 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, -2, 0 }, 212.03690, 0.00001, 1.037 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, -1, 0 }, 206.39785, 0.00002, 0.081 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, 0, 0 }, 27.06190, 0.00010, 0.039 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, 2, 0 }, 27.71744, 0.00002, 0.019 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -2, 0, 0 }, 52.12984, 0.00002, 0.043 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -2, 1, 0 }, 247.83196, 0.00002, 0.099 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, -2, 0 }, 66.65496, 0.00001, 0.040 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, -1, 0 }, 239.96499, 0.00002, 0.084 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, 0, 0 }, 242.84546, 0.00017, 0.745 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, 1, 0 }, 238.63301, 0.00003, 0.069 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, 2, 0 }, 213.03374, 0.00001, 0.036 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 1, 0, -1 }, 142.70293, 0.00002, 3.475 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, -3, 0 }, 239.19717, 0.00005, 0.073 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, -2, 0 }, 237.91376, 0.00005, 2.313 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, -1, 0 }, 236.82050, 0.00005, 0.078 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, 0, 0 }, 234.83146, 0.00004, 0.038 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, 2, 0 }, 56.85308, 0.00002, 0.019 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -2, 0, 0 }, 281.63410, 0.00007, 0.044 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -2, 2, 0 }, 86.59059, 0.00001, 0.274 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, -2, 0 }, 295.98026, 0.00003, 0.041 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, 0, 0 }, 276.79312, 0.00008, 0.534 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 1, 0, -1 }, 227.52682, 0.00001, 1.220 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, -3, 0 }, 111.24471, 0.00003, 0.076 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, -2, 0 }, 277.13350, 0.00008, 10.076 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, -1, 0 }, 267.14323, 0.00013, 0.075 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, 0, -2 }, 265.60813, 0.00002, 4.269 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, 0, 0 }, 85.13241, 0.00003, 0.038 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 4, -3, 0 }, 272.27232, 0.00001, 0.086 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, -2, 0, 0 }, 299.53021, 0.00003, 0.045 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 0, -2, 0 }, 303.00236, 0.00002, 0.041 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 0, -1, 0 }, 302.52133, 0.00004, 0.092 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 0, 0, 0 }, 176.40117, 0.00002, 0.416 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 0, 1, 0 }, 302.53869, 0.00003, 0.064 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 0, 2, 0 }, 147.71024, 0.00003, 0.035 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 1, 0, -1 }, 303.81104, 0.00003, 0.740 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 2, -3, 0 }, 40.07085, 0.00002, 0.079 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 2, -2, 0 }, 295.10924, 0.00002, 1.585 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 2, -1, 0 }, 220.07085, 0.00002, 0.072 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, -2, 0, 0 }, 330.70292, 0.00002, 0.046 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 0, -1, 0 }, 333.33609, 0.00001, 0.097 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 0, 0, 0 }, 159.66135, 0.00005, 0.341 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 2, -3, 0 }, 158.00720, 0.00003, 0.083 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 2, -2, 0 }, 349.46373, 0.00001, 0.860 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 2, -1, 0 }, 151.40553, 0.00007, 0.069 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 2, 0, 0 }, 333.19731, 0.00012, 0.036 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 4, -3, 0 }, 333.33609, 0.00001, 0.079 }, + { { 0, 0, 4, -1, 0, 0, 0, 0, 0, -1, 0 }, 12.94082, 0.00001, 0.102 }, + { { 0, 0, 4, -1, 0, 0, 0, 0, 0, 0, 0 }, 181.98217, 0.00006, 0.288 }, + { { 0, 0, 4, -1, 0, 0, 0, 0, 0, 1, 0 }, 12.94082, 0.00001, 0.060 }, + { { 0, 0, 4, -1, 0, 0, 0, 0, 2, -3, 0 }, 10.92161, 0.00001, 0.086 }, + { { 0, 0, 4, -1, 0, 0, 0, 0, 2, -2, 0 }, 10.92161, 0.00001, 0.590 }, + { { 0, 0, 4, -1, 0, 0, 0, 0, 2, -1, 0 }, 192.04271, 0.00003, 0.067 }, + { { 0, 0, 4, 0, -1, 0, 0, 0, 1, 0, -1 }, 322.98319, 0.00002, 0.349 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, -2, 0, 0 }, 271.50175, 0.00003, 0.048 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, -2, 2, 0 }, 31.06548, 0.00001, 0.173 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0 }, 23.44561, 0.00011, 0.250 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 0, 2, 0 }, 210.86789, 0.00005, 0.033 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 2, -3, 0 }, 109.97495, 0.00001, 0.091 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 2, -1, 0 }, 23.03359, 0.00013, 0.065 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 2, 0, 0 }, 105.11173, 0.00006, 0.035 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 2, 2, 0 }, 20.41579, 0.00002, 0.018 }, + { { 0, 0, 4, 1, 0, 0, 0, 0, 0, -1, 0 }, 71.19172, 0.00002, 0.115 }, + { { 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0 }, 71.53393, 0.00004, 0.221 }, + { { 0, 0, 4, 1, 0, 0, 0, 0, 2, -1, 0 }, 250.99133, 0.00001, 0.062 }, + { { 0, 0, 4, 1, 0, 0, 0, 0, 2, 0, 0 }, 250.95112, 0.00001, 0.034 }, + { { 0, 0, 4, 2, 0, 0, 0, 0, 0, -1, 0 }, 100.28024, 0.00001, 0.122 }, + { { 0, 0, 4, 2, 0, 0, 0, 0, 0, 1, 0 }, 100.28024, 0.00001, 0.055 }, + { { 0, 0, 4, 2, 0, 0, 0, 0, 2, -1, 0 }, 280.28024, 0.00001, 0.060 }, + { { 0, 0, 4, 2, 0, 0, 0, 0, 2, 0, 0 }, 100.28024, 0.00002, 0.034 }, + { { 0, 0, 5, -15, 0, 0, 0, 0, -2, 2, 0 }, 143.01562, 0.00002, 0.832 }, + { { 0, 0, 5, -14, 0, 0, 0, 0, -2, 0, 0 }, 352.10280, 0.00004, 0.037 }, + { { 0, 0, 5, -14, 0, 0, 0, 0, -2, 2, 0 }, 352.10280, 0.00004, 1.494 }, + { { 0, 0, 5, -13, 0, 0, 0, 0, -2, 0, 0 }, 201.10046, 0.00003, 0.038 }, + { { 0, 0, 5, -13, 0, 0, 0, 0, -2, 0, 2 }, 201.03874, 0.00001, 5.112 }, + { { 0, 0, 5, -13, 0, 0, 0, 0, -2, 1, 0 }, 197.87401, 0.00003, 0.075 }, + { { 0, 0, 5, -13, 0, 0, 0, 0, -2, 3, 0 }, 16.44235, 0.00002, 0.076 }, + { { 0, 0, 5, -13, 0, 0, 0, 0, 0, -1, 0 }, 21.03874, 0.00001, 0.066 }, + { { 0, 0, 5, -13, 0, 0, 0, 0, 0, 1, 0 }, 21.03874, 0.00001, 0.088 }, + { { 0, 0, 5, -12, 0, 0, 0, 0, -2, 1, 0 }, 232.77012, 0.00004, 0.078 }, + { { 0, 0, 5, -12, 0, 0, 0, 0, -2, 2, 0 }, 50.25016, 0.00002, 2.539 }, + { { 0, 0, 5, -12, 0, 0, 0, 0, 0, -1, 0 }, 230.06752, 0.00003, 0.068 }, + { { 0, 0, 5, -12, 0, 0, 0, 0, 0, 0, 0 }, 66.21921, 0.00003, 0.725 }, + { { 0, 0, 5, -12, 0, 0, 0, 0, 0, 1, 0 }, 230.06752, 0.00003, 0.084 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, -2, 0, 0 }, 273.06313, 0.00004, 0.039 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, -2, 2, 0 }, 101.36250, 0.00003, 1.081 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, -1, 0, 0 }, 78.89469, 0.00003, 0.076 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, -1, 0, 1 }, 356.51157, 0.00001, 4.872 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, -1, 1, 0 }, 78.89290, 0.00001, 25.987 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, 0, -1, 0 }, 259.36738, 0.00002, 0.071 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, 0, 0, 0 }, 264.77180, 0.00007, 1.179 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, 0, 1, 0 }, 259.36738, 0.00002, 0.081 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, 2, -2, 0 }, 91.65610, 0.00001, 0.381 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, 2, 0, 0 }, 91.65610, 0.00001, 0.042 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, -2, 0, 0 }, 286.28470, 0.00005, 0.040 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, -2, 1, 0 }, 287.28788, 0.00002, 0.085 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, -2, 2, 0 }, 283.37866, 0.00001, 0.686 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, 0, -2, 0 }, 107.28788, 0.00001, 0.037 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, 0, -1, 0 }, 124.31783, 0.00003, 0.074 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, 0, 0, 0 }, 264.31520, 0.00006, 3.156 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, 0, 1, 0 }, 124.31783, 0.00003, 0.077 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -2, 0, 0 }, 143.29495, 0.00006, 0.041 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -2, 1, 0 }, 326.55513, 0.00008, 0.089 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -2, 3, 0 }, 133.57699, 0.00001, 0.066 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, -1, 0 }, 142.56340, 0.00007, 0.077 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, 0, 0 }, 342.32447, 0.00018, 4.655 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, 1, 0 }, 142.56340, 0.00007, 0.074 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, 2, 0 }, 329.49512, 0.00001, 0.037 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 2, -1, 0 }, 326.23040, 0.00003, 0.085 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 2, 0, 0 }, 329.69876, 0.00004, 0.040 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -2, 0, 0 }, 5.38431, 0.00004, 0.042 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -2, 2, 0 }, 165.10762, 0.00001, 0.397 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 0, 0, 0 }, 3.15965, 0.00019, 1.340 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 1, -3, 1 }, 101.51607, 0.00002, 0.076 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 1, -2, 1 }, 118.34073, 0.00003, 38.061 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 1, -1, 1 }, 231.88326, 0.00004, 0.075 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 1, 0, -1 }, 298.34055, 0.00003, 3.255 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 2, -2, 0 }, 178.55479, 0.00001, 0.973 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 2, -1, 0 }, 178.39567, 0.00003, 0.082 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 2, 0, 0 }, 358.55479, 0.00001, 0.039 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 2, 2, 0 }, 178.55479, 0.00001, 0.019 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 0, 0 }, 259.64233, 0.00010, 0.042 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 1, 0 }, 259.85523, 0.00012, 0.095 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, -1, 0 }, 259.81893, 0.00004, 0.082 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, 0, 0 }, 261.17260, 0.00012, 1.001 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, 1, 0 }, 260.72877, 0.00002, 0.070 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, 0, 0 }, 33.56153, 0.00009, 0.043 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, 1, 0 }, 215.43499, 0.00008, 0.098 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, 2, 0 }, 30.67198, 0.00004, 0.328 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, 3, 0 }, 215.58513, 0.00001, 0.061 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, 0, 0 }, 207.52832, 0.00020, 0.782 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, 1, 0 }, 207.66575, 0.00001, 0.069 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, 2, 0 }, 207.28620, 0.00002, 0.036 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 1, 0, -1 }, 161.22630, 0.00001, 4.456 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, -3, 0 }, 268.06064, 0.00001, 0.073 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, -2, 0 }, 200.71945, 0.00002, 2.017 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, -1, 0 }, 218.72430, 0.00009, 0.078 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, 0, 0 }, 26.61575, 0.00009, 0.038 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 4, -2, 0 }, 207.88875, 0.00001, 0.041 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -2, -2, 0 }, 244.40360, 0.00001, 0.020 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -2, 0, 0 }, 64.69611, 0.00003, 0.044 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -2, 1, 0 }, 244.91498, 0.00003, 0.103 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -2, 3, 0 }, 243.81196, 0.00001, 0.059 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, -1, 0 }, 68.41747, 0.00007, 0.087 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, 0, 0 }, 242.27363, 0.00013, 0.553 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, 1, 0 }, 242.32784, 0.00001, 0.066 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 1, 0, -1 }, 236.36559, 0.00003, 1.323 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -3, 0 }, 182.05246, 0.00002, 0.076 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -2, 0 }, 66.47192, 0.00019, 27.873 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -1, 0 }, 246.46578, 0.00041, 0.075 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, 0, -2 }, 236.70562, 0.00002, 3.360 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, 0, 0 }, 236.15567, 0.00005, 0.038 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, -2, -2, 0 }, 93.42860, 0.00001, 0.020 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, -2, 0, 0 }, 92.26078, 0.00004, 0.045 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, -2, 2, 0 }, 92.10141, 0.00004, 0.243 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, -2, 0 }, 290.49954, 0.00003, 0.041 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, -1, 0 }, 277.83917, 0.00003, 0.092 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, 0, 0 }, 52.86385, 0.00003, 0.427 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, 1, 0 }, 281.10119, 0.00002, 0.064 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, 2, 0 }, 85.22804, 0.00001, 0.035 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 1, 0, -1 }, 272.83707, 0.00003, 0.777 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, -3, 0 }, 273.01157, 0.00002, 0.079 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, -1, 0 }, 270.26662, 0.00004, 0.072 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, 0, -2 }, 85.20941, 0.00001, 4.273 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, 0, 0 }, 87.09084, 0.00007, 0.037 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, -2, 0, 0 }, 122.22801, 0.00002, 0.046 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, -2, 1, 0 }, 302.30607, 0.00006, 0.116 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 0, -1, 0 }, 302.34491, 0.00002, 0.096 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 0, 0, 0 }, 124.32586, 0.00008, 0.348 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 2, -3, 0 }, 315.08906, 0.00002, 0.082 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 2, -2, 0 }, 134.15316, 0.00001, 0.910 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 2, -1, 0 }, 122.34473, 0.00012, 0.070 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 2, 0, 0 }, 301.89835, 0.00006, 0.036 }, + { { 0, 0, 5, -3, 0, 0, 0, 0, -2, 0, 0 }, 325.89748, 0.00002, 0.047 }, + { { 0, 0, 5, -3, 0, 0, 0, 0, 0, -2, 0 }, 84.44459, 0.00002, 0.043 }, + { { 0, 0, 5, -3, 0, 0, 0, 0, 0, -1, 0 }, 340.06329, 0.00002, 0.102 }, + { { 0, 0, 5, -3, 0, 0, 0, 0, 0, 0, 0 }, 184.22073, 0.00003, 0.294 }, + { { 0, 0, 5, -3, 0, 0, 0, 0, 2, -3, 0 }, 183.53226, 0.00001, 0.086 }, + { { 0, 0, 5, -3, 0, 0, 0, 0, 2, -2, 0 }, 40.51555, 0.00001, 0.613 }, + { { 0, 0, 5, -3, 0, 0, 0, 0, 2, -1, 0 }, 160.06349, 0.00011, 0.067 }, + { { 0, 0, 5, -3, 0, 0, 0, 0, 2, 0, 0 }, 172.13504, 0.00007, 0.036 }, + { { 0, 0, 5, -2, 0, 0, 0, 0, -2, 0, 0 }, 356.86751, 0.00001, 0.048 }, + { { 0, 0, 5, -2, 0, 0, 0, 0, -2, 2, 0 }, 357.28692, 0.00002, 0.175 }, + { { 0, 0, 5, -2, 0, 0, 0, 0, 0, -1, 0 }, 12.85143, 0.00001, 0.107 }, + { { 0, 0, 5, -2, 0, 0, 0, 0, 0, 0, 0 }, 191.25170, 0.00006, 0.254 }, + { { 0, 0, 5, -2, 0, 0, 0, 0, 0, 1, 0 }, 12.85143, 0.00001, 0.058 }, + { { 0, 0, 5, -2, 0, 0, 0, 0, 2, -2, 0 }, 10.26692, 0.00001, 0.462 }, + { { 0, 0, 5, -2, 0, 0, 0, 0, 2, -1, 0 }, 191.92163, 0.00005, 0.065 }, + { { 0, 0, 5, -2, 0, 0, 0, 0, 2, 0, 0 }, 190.90373, 0.00005, 0.035 }, + { { 0, 0, 5, -1, 0, 0, 0, 0, 0, -1, 0 }, 41.95482, 0.00002, 0.114 }, + { { 0, 0, 5, -1, 0, 0, 0, 0, 0, 0, 0 }, 44.56689, 0.00004, 0.224 }, + { { 0, 0, 5, -1, 0, 0, 0, 0, 0, 1, 0 }, 41.95482, 0.00002, 0.056 }, + { { 0, 0, 5, -1, 0, 0, 0, 0, 0, 2, 0 }, 221.59809, 0.00002, 0.032 }, + { { 0, 0, 5, -1, 0, 0, 0, 0, 2, -3, 0 }, 221.51400, 0.00003, 0.095 }, + { { 0, 0, 5, -1, 0, 0, 0, 0, 2, -1, 0 }, 41.86654, 0.00003, 0.063 }, + { { 0, 0, 5, -1, 0, 0, 0, 0, 2, 0, 0 }, 294.08765, 0.00001, 0.034 }, + { { 0, 0, 5, -1, 0, 0, 0, 0, 2, 2, 0 }, 41.95482, 0.00002, 0.018 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 0, -2, 0 }, 109.78920, 0.00002, 0.046 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0 }, 78.32317, 0.00009, 0.200 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 0, 1, 0 }, 280.24748, 0.00003, 0.055 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 0, 2, 0 }, 251.32894, 0.00001, 0.032 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 0, 3, 0 }, 109.78920, 0.00002, 0.022 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 2, -3, 0 }, 71.35877, 0.00002, 0.100 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 2, -2, 0 }, 294.12926, 0.00001, 0.310 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 2, -1, 0 }, 115.65543, 0.00003, 0.061 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 2, 0, -2 }, 108.01509, 0.00001, 0.346 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 2, 0, 0 }, 259.85727, 0.00016, 0.034 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 2, 1, 0 }, 108.01510, 0.00002, 0.023 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 2, 2, 0 }, 103.54531, 0.00002, 0.018 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 2, 3, 0 }, 109.78920, 0.00001, 0.014 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 4, -1, 0 }, 289.78920, 0.00001, 0.024 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 4, 0, 0 }, 108.01510, 0.00004, 0.018 }, + { { 0, 0, 5, 1, 0, 0, 0, 0, 2, -2, 0 }, 95.49119, 0.00001, 0.266 }, + { { 0, 0, 5, 1, 0, 0, 0, 0, 2, 2, 0 }, 280.09151, 0.00001, 0.018 }, + { { 0, 0, 6, -16, 0, 0, 0, 0, -2, 0, 0 }, 322.96279, 0.00001, 0.037 }, + { { 0, 0, 6, -16, 0, 0, 0, 0, -2, 1, 0 }, 143.05494, 0.00007, 0.071 }, + { { 0, 0, 6, -15, 0, 0, 0, 0, -2, 0, 0 }, 352.01632, 0.00005, 0.037 }, + { { 0, 0, 6, -15, 0, 0, 0, 0, -2, 0, 2 }, 171.96508, 0.00001, 7.561 }, + { { 0, 0, 6, -15, 0, 0, 0, 0, -2, 1, 0 }, 176.22258, 0.00002, 0.074 }, + { { 0, 0, 6, -15, 0, 0, 0, 0, -2, 2, 0 }, 352.03847, 0.00007, 4.969 }, + { { 0, 0, 6, -15, 0, 0, 0, 0, -2, 3, 0 }, 356.22258, 0.00002, 0.077 }, + { { 0, 0, 6, -15, 0, 0, 0, 0, 0, 0, 0 }, 171.96508, 0.00001, 0.506 }, + { { 0, 0, 6, -14, 0, 0, 0, 0, -2, 0, 0 }, 201.01489, 0.00007, 0.038 }, + { { 0, 0, 6, -14, 0, 0, 0, 0, -2, 1, 0 }, 229.65487, 0.00004, 0.077 }, + { { 0, 0, 6, -14, 0, 0, 0, 0, -2, 3, 0 }, 205.64693, 0.00004, 0.074 }, + { { 0, 0, 6, -14, 0, 0, 0, 0, 0, -1, 0 }, 20.96378, 0.00002, 0.068 }, + { { 0, 0, 6, -14, 0, 0, 0, 0, 0, 0, 0 }, 17.61008, 0.00002, 0.693 }, + { { 0, 0, 6, -14, 0, 0, 0, 0, 0, 1, 0 }, 20.96378, 0.00002, 0.085 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, -2, 0, 0 }, 229.78411, 0.00002, 0.039 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, -2, 1, 0 }, 50.30503, 0.00001, 0.081 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, -1, 0, 0 }, 229.90397, 0.00004, 0.075 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, -1, 1, 0 }, 229.93137, 0.00002, 40.183 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, 0, -1, 0 }, 229.90672, 0.00004, 0.071 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, 0, 0, 0 }, 229.90397, 0.00002, 1.097 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, 0, 1, 0 }, 229.90672, 0.00004, 0.081 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, -2, 0, 0 }, 258.66018, 0.00004, 0.040 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, -2, 1, 0 }, 258.65376, 0.00003, 0.084 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, -2, 2, 0 }, 78.61458, 0.00002, 0.717 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, 0, -1, 0 }, 81.40000, 0.00002, 0.073 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, 0, 0, 0 }, 265.66955, 0.00013, 2.630 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, 0, 1, 0 }, 81.40000, 0.00002, 0.078 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, -2, 0, 0 }, 291.36972, 0.00009, 0.041 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, -2, 1, 0 }, 75.12304, 0.00002, 0.088 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, -1, 0 }, 105.85126, 0.00001, 0.076 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, 0, 0 }, 314.62812, 0.00017, 6.602 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, 1, 0 }, 105.85126, 0.00001, 0.075 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 2, -3, 0 }, 300.26357, 0.00003, 0.067 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 2, 0, 0 }, 300.08666, 0.00002, 0.040 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, -2, 0, 0 }, 329.01006, 0.00003, 0.042 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, -1, 0 }, 355.18926, 0.00002, 0.080 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, 0, 0 }, 4.67775, 0.00005, 1.464 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, 1, 0 }, 355.18926, 0.00002, 0.072 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, 2, 0 }, 329.44344, 0.00001, 0.037 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 2, -1, 0 }, 332.15268, 0.00001, 0.082 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -2, 1, 0 }, 186.26648, 0.00003, 0.097 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -2, 2, 0 }, 172.80136, 0.00002, 0.335 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 0, -2, 0 }, 178.95615, 0.00002, 0.040 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 0, 0, 0 }, 170.43257, 0.00005, 0.823 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 2, -3, 0 }, 5.18166, 0.00004, 0.072 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 2, -2, 0 }, 178.51158, 0.00001, 1.788 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 2, -1, 0 }, 185.18166, 0.00004, 0.079 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 2, 2, 0 }, 178.51158, 0.00001, 0.019 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, -4, 2, 0 }, 211.89790, 0.00001, 0.047 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, -2, 0, 0 }, 31.37040, 0.00008, 0.043 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, -2, 2, 0 }, 34.01649, 0.00003, 0.284 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, -1, 0 }, 229.73551, 0.00008, 0.087 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, 0, 0 }, 227.92624, 0.00004, 0.573 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, 1, 0 }, 25.99006, 0.00003, 0.067 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, 2, 0 }, 27.80036, 0.00001, 0.035 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 1, 0, -1 }, 148.89543, 0.00002, 1.444 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -3, 0 }, 242.89069, 0.00002, 0.075 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -2, 0 }, 35.56634, 0.00034, 36.376 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -1, 0 }, 44.63031, 0.00053, 0.076 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, 0, 0 }, 37.09845, 0.00011, 0.038 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, -2, -2, 0 }, 244.32951, 0.00001, 0.020 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, -2, 0, 0 }, 65.98367, 0.00002, 0.045 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, -2, 1, 0 }, 244.49395, 0.00009, 0.109 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, -2, 2, 0 }, 63.26509, 0.00002, 0.247 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, -2, 3, 0 }, 244.51931, 0.00001, 0.058 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 0, -1, 0 }, 54.12300, 0.00002, 0.091 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 0, 0, 0 }, 256.67098, 0.00005, 0.439 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 0, 1, 0 }, 54.12300, 0.00002, 0.064 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 0, 2, 0 }, 236.53332, 0.00002, 0.035 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, -3, 0 }, 61.75396, 0.00001, 0.078 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, -1, 0 }, 234.12007, 0.00002, 0.073 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, 0, -2 }, 56.53013, 0.00003, 5.859 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, 0, 0 }, 60.02614, 0.00003, 0.037 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, -2, 0, 0 }, 96.06744, 0.00004, 0.046 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, -2, 1, 0 }, 273.42303, 0.00006, 0.115 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, -2, 2, 0 }, 88.17725, 0.00001, 0.218 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 0, -2, 0 }, 351.49579, 0.00002, 0.042 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 0, 0, 0 }, 23.67153, 0.00003, 0.356 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 2, -3, 0 }, 78.66681, 0.00003, 0.082 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 2, -1, 0 }, 258.66681, 0.00003, 0.070 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 2, 0, 0 }, 86.60540, 0.00007, 0.036 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 3, -2, -1 }, 115.15601, 0.00003, 55.903 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, -2, 1, 0 }, 301.92558, 0.00003, 0.123 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, 0, -2, 0 }, 343.48744, 0.00002, 0.043 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, 0, 0, 0 }, 127.90865, 0.00006, 0.299 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, 2, -1, 0 }, 113.37957, 0.00006, 0.067 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, 2, 0, 0 }, 300.36300, 0.00010, 0.036 }, + { { 0, 0, 6, -4, 0, 0, 0, 0, -2, 0, 0 }, 148.48299, 0.00002, 0.048 }, + { { 0, 0, 6, -4, 0, 0, 0, 0, 0, -1, 0 }, 342.19693, 0.00002, 0.107 }, + { { 0, 0, 6, -4, 0, 0, 0, 0, 0, 0, 0 }, 155.26932, 0.00002, 0.258 }, + { { 0, 0, 6, -4, 0, 0, 0, 0, 2, -2, 0 }, 342.86018, 0.00002, 0.476 }, + { { 0, 0, 6, -4, 0, 0, 0, 0, 2, -1, 0 }, 162.19693, 0.00010, 0.065 }, + { { 0, 0, 6, -4, 0, 0, 0, 0, 2, 0, 0 }, 162.39902, 0.00012, 0.035 }, + { { 0, 0, 6, -3, 0, 0, 0, 0, 0, 0, 0 }, 248.96803, 0.00001, 0.227 }, + { { 0, 0, 6, -3, 0, 0, 0, 0, 2, -3, 0 }, 191.34413, 0.00003, 0.094 }, + { { 0, 0, 6, -3, 0, 0, 0, 0, 2, -2, 0 }, 10.21977, 0.00001, 0.380 }, + { { 0, 0, 6, -3, 0, 0, 0, 0, 2, -1, 0 }, 191.71445, 0.00008, 0.063 }, + { { 0, 0, 6, -3, 0, 0, 0, 0, 2, 0, 0 }, 190.94002, 0.00005, 0.034 }, + { { 0, 0, 6, -2, 0, 0, 0, 0, 0, -1, 0 }, 41.91669, 0.00001, 0.120 }, + { { 0, 0, 6, -2, 0, 0, 0, 0, 0, 0, 0 }, 41.84446, 0.00004, 0.203 }, + { { 0, 0, 6, -2, 0, 0, 0, 0, 0, 1, 0 }, 41.91669, 0.00001, 0.055 }, + { { 0, 0, 6, -2, 0, 0, 0, 0, 0, 2, 0 }, 221.56601, 0.00002, 0.032 }, + { { 0, 0, 6, -2, 0, 0, 0, 0, 2, -3, 0 }, 221.32781, 0.00001, 0.099 }, + { { 0, 0, 6, -2, 0, 0, 0, 0, 2, -2, 0 }, 221.32204, 0.00002, 0.316 }, + { { 0, 0, 6, -2, 0, 0, 0, 0, 2, -1, 0 }, 221.25671, 0.00002, 0.061 }, + { { 0, 0, 6, -2, 0, 0, 0, 0, 2, 0, 0 }, 223.99963, 0.00003, 0.034 }, + { { 0, 0, 6, -2, 0, 0, 0, 0, 2, 2, 0 }, 41.91669, 0.00002, 0.018 }, + { { 0, 0, 6, -1, 0, 0, 0, 0, 0, -1, 0 }, 71.05233, 0.00001, 0.128 }, + { { 0, 0, 6, -1, 0, 0, 0, 0, 0, 0, 0 }, 70.77976, 0.00002, 0.183 }, + { { 0, 0, 6, -1, 0, 0, 0, 0, 0, 1, 0 }, 71.05233, 0.00001, 0.053 }, + { { 0, 0, 6, -1, 0, 0, 0, 0, 0, 2, 0 }, 250.77976, 0.00002, 0.031 }, + { { 0, 0, 6, -1, 0, 0, 0, 0, 2, -1, 0 }, 71.30502, 0.00001, 0.059 }, + { { 0, 0, 6, -1, 0, 0, 0, 0, 2, 0, 0 }, 250.45440, 0.00001, 0.033 }, + { { 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0 }, 226.15228, 0.00005, 0.167 }, + { { 0, 0, 6, 0, 0, 0, 0, 0, 0, 1, 0 }, 18.96065, 0.00001, 0.052 }, + { { 0, 0, 6, 0, 0, 0, 0, 0, 2, -1, 0 }, 305.05365, 0.00003, 0.057 }, + { { 0, 0, 6, 0, 0, 0, 0, 0, 2, 0, 0 }, 237.92029, 0.00004, 0.033 }, + { { 0, 0, 7, -18, 0, 0, 0, 0, -2, 1, 0 }, 293.92709, 0.00003, 0.071 }, + { { 0, 0, 7, -17, 0, 0, 0, 0, -2, 0, 0 }, 322.90996, 0.00001, 0.037 }, + { { 0, 0, 7, -17, 0, 0, 0, 0, -2, 0, 2 }, 142.90996, 0.00001, 14.514 }, + { { 0, 0, 7, -17, 0, 0, 0, 0, -2, 1, 0 }, 143.65072, 0.00001, 0.074 }, + { { 0, 0, 7, -17, 0, 0, 0, 0, -2, 3, 0 }, 143.65072, 0.00001, 0.077 }, + { { 0, 0, 7, -16, 0, 0, 0, 0, -2, 0, 0 }, 351.95396, 0.00009, 0.038 }, + { { 0, 0, 7, -16, 0, 0, 0, 0, -2, 1, 0 }, 173.37128, 0.00004, 0.077 }, + { { 0, 0, 7, -16, 0, 0, 0, 0, -2, 2, 0 }, 171.90196, 0.00001, 3.744 }, + { { 0, 0, 7, -16, 0, 0, 0, 0, -2, 3, 0 }, 353.37128, 0.00004, 0.074 }, + { { 0, 0, 7, -16, 0, 0, 0, 0, 0, 0, 0 }, 171.90196, 0.00001, 0.664 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, -2, 0, 0 }, 200.91087, 0.00006, 0.039 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, -2, 1, 0 }, 21.34914, 0.00004, 0.080 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, 0, -1, 0 }, 200.91086, 0.00003, 0.070 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, 0, 0, 0 }, 3.44334, 0.00005, 1.025 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, 0, 1, 0 }, 200.91086, 0.00003, 0.081 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, 2, 0, 0 }, 343.98603, 0.00002, 0.042 }, + { { 0, 0, 7, -14, 0, 0, 0, 0, -2, 0, 0 }, 229.71374, 0.00002, 0.040 }, + { { 0, 0, 7, -14, 0, 0, 0, 0, -2, 1, 0 }, 51.24984, 0.00001, 0.084 }, + { { 0, 0, 7, -14, 0, 0, 0, 0, 0, -2, 0 }, 49.74381, 0.00001, 0.037 }, + { { 0, 0, 7, -14, 0, 0, 0, 0, 0, 0, 0 }, 238.14374, 0.00005, 2.254 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, -2, 0, 0 }, 264.77244, 0.00007, 0.041 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, -2, 1, 0 }, 40.11904, 0.00002, 0.088 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, -2, 0 }, 78.35972, 0.00001, 0.038 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, 0, 0 }, 274.01288, 0.00033, 11.350 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 2, -3, 0 }, 271.14837, 0.00002, 0.067 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 2, -1, 0 }, 271.14837, 0.00002, 0.086 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 2, 0, 0 }, 271.14837, 0.00003, 0.040 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, -2, 0, 0 }, 96.03416, 0.00001, 0.041 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, -2, 1, 0 }, 286.13395, 0.00003, 0.092 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, 0, -1, 0 }, 292.04925, 0.00002, 0.079 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, 0, 0, 0 }, 323.09149, 0.00002, 1.613 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, 0, 1, 0 }, 292.04925, 0.00002, 0.072 }, + { { 0, 0, 7, -12, 0, 0, 0, 0, 2, 0, 0 }, 300.20208, 0.00003, 0.039 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, -2, 2, 0 }, 357.69703, 0.00001, 0.342 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, -1, 0 }, 329.21739, 0.00002, 0.083 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, 0, 0 }, 136.22960, 0.00008, 0.868 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, 1, 0 }, 329.21739, 0.00002, 0.069 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, 2, 0 }, 329.39845, 0.00001, 0.036 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 1, 0, -1 }, 37.84249, 0.00004, 10.235 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 2, -2, 0 }, 149.73575, 0.00002, 1.606 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 2, -1, 0 }, 149.39845, 0.00002, 0.079 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 2, 0, 0 }, 329.49092, 0.00003, 0.039 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, -2, 0, 0 }, 6.37592, 0.00003, 0.043 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, -2, 1, 0 }, 186.21769, 0.00002, 0.102 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, -2, 2, 0 }, 184.04133, 0.00003, 0.289 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 0, 0, 0 }, 144.50531, 0.00002, 0.594 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 0, 1, 0 }, 358.43847, 0.00002, 0.067 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 0, 2, 0 }, 178.45663, 0.00002, 0.035 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, -2, 0 }, 201.42022, 0.00002, 11.006 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, -1, 0 }, 336.60920, 0.00012, 0.076 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, 0, -2 }, 178.45663, 0.00001, 2.356 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, 2, 0 }, 178.45663, 0.00001, 0.019 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, -2, 0, 0 }, 41.94811, 0.00006, 0.044 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, -2, 2, 0 }, 32.72651, 0.00001, 0.251 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 0, -1, 0 }, 18.17482, 0.00001, 0.091 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 0, 0, 0 }, 183.56361, 0.00010, 0.452 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 0, 1, 0 }, 18.17482, 0.00001, 0.065 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 0, 2, 0 }, 207.69947, 0.00001, 0.035 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, -3, 0 }, 214.46795, 0.00001, 0.078 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, -2, 0 }, 32.05125, 0.00001, 2.269 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, -1, 0 }, 204.64020, 0.00003, 0.073 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, 0, -2 }, 207.88431, 0.00003, 9.319 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, 0, 0 }, 26.89810, 0.00007, 0.037 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, -2, 0, 0 }, 76.19702, 0.00003, 0.045 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, -2, 1, 0 }, 244.39084, 0.00005, 0.114 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, -2, 2, 0 }, 44.98657, 0.00001, 0.221 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, -2, 3, 0 }, 64.39084, 0.00003, 0.056 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 0, 0, 0 }, 242.85554, 0.00010, 0.364 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 2, -1, 0 }, 229.82002, 0.00006, 0.070 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 2, 0, 0 }, 56.69732, 0.00001, 0.036 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, -2, 0, 0 }, 92.70382, 0.00004, 0.047 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 0, -2, 0 }, 93.87102, 0.00002, 0.043 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 0, -1, 0 }, 273.09215, 0.00001, 0.100 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 0, 1, 0 }, 273.09215, 0.00001, 0.060 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 0, 2, 0 }, 225.94167, 0.00001, 0.034 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 2, -2, 0 }, 262.85000, 0.00002, 0.665 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 2, -1, 0 }, 86.35643, 0.00009, 0.068 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, -2, 0, 0 }, 296.90851, 0.00001, 0.048 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, -2, 1, 0 }, 301.48713, 0.00001, 0.130 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, -2, 2, 0 }, 116.90851, 0.00001, 0.179 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, -2, 3, 0 }, 301.48713, 0.00001, 0.053 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, 0, 0, 0 }, 135.16088, 0.00002, 0.262 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, 2, -3, 0 }, 70.03146, 0.00001, 0.089 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, 2, -2, 0 }, 306.87615, 0.00002, 0.491 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, 2, -1, 0 }, 300.33864, 0.00004, 0.065 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, 2, 0, 0 }, 304.73469, 0.00019, 0.035 }, + { { 0, 0, 7, -5, 0, 0, 0, 0, 0, -1, 0 }, 342.43456, 0.00002, 0.112 }, + { { 0, 0, 7, -5, 0, 0, 0, 0, 0, 0, 0 }, 155.45395, 0.00001, 0.230 }, + { { 0, 0, 7, -5, 0, 0, 0, 0, 2, -2, 0 }, 342.27043, 0.00003, 0.389 }, + { { 0, 0, 7, -5, 0, 0, 0, 0, 2, -1, 0 }, 162.43456, 0.00011, 0.063 }, + { { 0, 0, 7, -5, 0, 0, 0, 0, 2, 0, 0 }, 162.75497, 0.00009, 0.034 }, + { { 0, 0, 7, -4, 0, 0, 0, 0, 0, 0, 0 }, 192.75404, 0.00004, 0.205 }, + { { 0, 0, 7, -4, 0, 0, 0, 0, 2, -3, 0 }, 7.24584, 0.00001, 0.098 }, + { { 0, 0, 7, -4, 0, 0, 0, 0, 2, -1, 0 }, 191.48971, 0.00006, 0.061 }, + { { 0, 0, 7, -4, 0, 0, 0, 0, 2, 0, 0 }, 191.67176, 0.00007, 0.034 }, + { { 0, 0, 7, -3, 0, 0, 0, 0, 0, -1, 0 }, 41.86500, 0.00001, 0.127 }, + { { 0, 0, 7, -3, 0, 0, 0, 0, 0, 1, 0 }, 41.86500, 0.00001, 0.054 }, + { { 0, 0, 7, -3, 0, 0, 0, 0, 2, -1, 0 }, 221.25672, 0.00004, 0.059 }, + { { 0, 0, 7, -3, 0, 0, 0, 0, 2, 0, 0 }, 220.62471, 0.00007, 0.033 }, + { { 0, 0, 7, -3, 0, 0, 0, 0, 2, 2, 0 }, 41.86500, 0.00001, 0.018 }, + { { 0, 0, 7, -2, 0, 0, 0, 0, 0, -1, 0 }, 70.92015, 0.00001, 0.137 }, + { { 0, 0, 7, -2, 0, 0, 0, 0, 0, 1, 0 }, 70.92015, 0.00001, 0.052 }, + { { 0, 0, 7, -2, 0, 0, 0, 0, 2, -1, 0 }, 250.92015, 0.00001, 0.057 }, + { { 0, 0, 7, -2, 0, 0, 0, 0, 2, 2, 0 }, 70.92015, 0.00001, 0.017 }, + { { 0, 0, 7, -1, 0, 0, 0, 0, 2, 0, 0 }, 279.44822, 0.00002, 0.032 }, + { { 0, 0, 7, 0, 0, 0, 0, 0, 2, 0, 0 }, 303.09810, 0.00002, 0.032 }, + { { 0, 0, 8, -18, 0, 0, 0, 0, -2, 0, 0 }, 322.85202, 0.00001, 0.038 }, + { { 0, 0, 8, -17, 0, 0, 0, 0, -2, 0, 0 }, 351.86966, 0.00008, 0.039 }, + { { 0, 0, 8, -17, 0, 0, 0, 0, 0, -1, 0 }, 351.82515, 0.00001, 0.070 }, + { { 0, 0, 8, -17, 0, 0, 0, 0, 0, 1, 0 }, 351.82515, 0.00001, 0.082 }, + { { 0, 0, 8, -16, 0, 0, 0, 0, -2, 0, 0 }, 200.78520, 0.00006, 0.040 }, + { { 0, 0, 8, -16, 0, 0, 0, 0, 0, -1, 0 }, 200.53528, 0.00002, 0.073 }, + { { 0, 0, 8, -16, 0, 0, 0, 0, 0, 1, 0 }, 200.53528, 0.00002, 0.078 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, -1, 0 }, 243.19478, 0.00003, 0.026 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, 0, 0 }, 239.62675, 0.00019, 0.040 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, 1, 0 }, 248.11397, 0.00019, 0.087 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, -2, 0 }, 234.69162, 0.00002, 0.038 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, -1, 0 }, 235.92541, 0.00028, 0.076 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 0, 0 }, 240.85911, 0.00143, 40.427 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 1, 0 }, 235.55508, 0.00030, 0.075 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 2, 0 }, 234.70582, 0.00002, 0.038 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, -1, 0 }, 243.74380, 0.00023, 0.087 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, 0, 0 }, 242.15468, 0.00014, 0.040 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, 1, 0 }, 242.31946, 0.00001, 0.026 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, -2, 0, 0 }, 258.00897, 0.00006, 0.041 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, -2, 1, 0 }, 78.00898, 0.00002, 0.092 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, -2, 3, 0 }, 258.00898, 0.00002, 0.064 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, 0, -1, 0 }, 73.30389, 0.00004, 0.079 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, 0, 0, 0 }, 86.42663, 0.00004, 1.797 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, 0, 1, 0 }, 73.30389, 0.00004, 0.072 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, 2, 0, 0 }, 271.32764, 0.00001, 0.040 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, -2, 0, 0 }, 106.04519, 0.00011, 0.042 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 0, 0, 0 }, 119.92610, 0.00013, 0.919 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 1, 0, -1 }, 23.25220, 0.00005, 29.122 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 2, -3, 0 }, 121.09335, 0.00002, 0.072 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 2, -1, 0 }, 301.09335, 0.00002, 0.080 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 2, 0, 0 }, 300.15719, 0.00003, 0.039 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, -2, 0, 0 }, 155.22241, 0.00003, 0.043 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, -2, 2, 0 }, 157.40773, 0.00001, 0.295 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 0, 0, 0 }, 152.06526, 0.00005, 0.617 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 0, 2, 0 }, 329.35005, 0.00001, 0.036 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 1, 0, -1 }, 1.35672, 0.00002, 1.767 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 2, -3, 0 }, 352.06795, 0.00002, 0.075 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 2, -1, 0 }, 163.66727, 0.00003, 0.076 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 2, 0, 0 }, 329.25673, 0.00003, 0.038 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, -2, 0, 0 }, 33.09756, 0.00003, 0.044 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, -2, 1, 0 }, 186.16433, 0.00001, 0.107 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, -2, 2, 0 }, 148.37367, 0.00002, 0.255 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 0, 0, 0 }, 180.61065, 0.00005, 0.465 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, -3, 0 }, 5.40596, 0.00003, 0.078 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, -1, 0 }, 14.86300, 0.00002, 0.073 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, 0, 0 }, 358.70483, 0.00003, 0.037 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, -2, 0, 0 }, 39.88107, 0.00005, 0.045 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, -2, 1, 0 }, 215.16304, 0.00001, 0.114 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, -2, 2, 0 }, 185.86515, 0.00001, 0.224 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, -2, 3, 0 }, 215.16304, 0.00001, 0.056 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 0, -1, 0 }, 27.33525, 0.00002, 0.095 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 0, 0, 0 }, 211.85246, 0.00009, 0.373 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 0, 1, 0 }, 27.33525, 0.00002, 0.063 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 2, -2, 0 }, 207.99991, 0.00002, 1.100 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 2, -1, 0 }, 207.33525, 0.00003, 0.071 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 2, 0, 0 }, 27.50610, 0.00005, 0.036 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 2, 2, 0 }, 207.33525, 0.00001, 0.019 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, -2, 0, 0 }, 50.18980, 0.00003, 0.046 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, -2, 1, 0 }, 244.25174, 0.00003, 0.121 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, -2, 2, 0 }, 357.10567, 0.00001, 0.200 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 0, 0, 0 }, 220.68000, 0.00011, 0.311 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, -3, 0 }, 54.16642, 0.00002, 0.085 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, -2, 0 }, 56.76959, 0.00001, 0.694 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, -1, 0 }, 234.78025, 0.00004, 0.068 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, 0, 0 }, 54.03905, 0.00006, 0.036 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, -2, 0, 0 }, 91.68772, 0.00003, 0.048 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, -2, 1, 0 }, 272.93986, 0.00003, 0.129 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 0, -2, 0 }, 272.77659, 0.00003, 0.044 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 0, 0, 0 }, 238.29582, 0.00002, 0.267 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 2, -2, 0 }, 77.57857, 0.00003, 0.507 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 2, -1, 0 }, 72.75951, 0.00004, 0.066 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 2, 0, 0 }, 102.78852, 0.00001, 0.035 }, + { { 0, 0, 8, -7, 0, 0, 0, 0, -2, 0, 0 }, 121.72107, 0.00002, 0.049 }, + { { 0, 0, 8, -7, 0, 0, 0, 0, -2, 1, 0 }, 300.83860, 0.00002, 0.139 }, + { { 0, 0, 8, -7, 0, 0, 0, 0, 0, -2, 0 }, 301.13082, 0.00001, 0.045 }, + { { 0, 0, 8, -7, 0, 0, 0, 0, 2, -2, 0 }, 86.45554, 0.00002, 0.399 }, + { { 0, 0, 8, -7, 0, 0, 0, 0, 2, -1, 0 }, 314.63355, 0.00003, 0.063 }, + { { 0, 0, 8, -7, 0, 0, 0, 0, 2, 0, 0 }, 307.89199, 0.00013, 0.034 }, + { { 0, 0, 8, -6, 0, 0, 0, 0, -2, 0, 0 }, 327.44806, 0.00001, 0.050 }, + { { 0, 0, 8, -6, 0, 0, 0, 0, 0, -2, 0 }, 252.45551, 0.00001, 0.046 }, + { { 0, 0, 8, -6, 0, 0, 0, 0, 0, 0, 0 }, 352.04658, 0.00002, 0.208 }, + { { 0, 0, 8, -6, 0, 0, 0, 0, 2, -3, 0 }, 343.56115, 0.00002, 0.098 }, + { { 0, 0, 8, -6, 0, 0, 0, 0, 2, -2, 0 }, 341.91461, 0.00006, 0.329 }, + { { 0, 0, 8, -6, 0, 0, 0, 0, 2, -1, 0 }, 163.42903, 0.00005, 0.061 }, + { { 0, 0, 8, -6, 0, 0, 0, 0, 2, 0, 0 }, 163.82742, 0.00004, 0.034 }, + { { 0, 0, 8, -5, 0, 0, 0, 0, 0, 0, 0 }, 192.71083, 0.00004, 0.187 }, + { { 0, 0, 8, -5, 0, 0, 0, 0, 2, -2, 0 }, 32.53055, 0.00001, 0.280 }, + { { 0, 0, 8, -5, 0, 0, 0, 0, 2, -1, 0 }, 192.17390, 0.00003, 0.059 }, + { { 0, 0, 8, -5, 0, 0, 0, 0, 2, 0, 0 }, 197.30565, 0.00007, 0.033 }, + { { 0, 0, 8, -4, 0, 0, 0, 0, 2, -1, 0 }, 221.78899, 0.00001, 0.058 }, + { { 0, 0, 8, -4, 0, 0, 0, 0, 2, 0, 0 }, 220.67715, 0.00007, 0.033 }, + { { 0, 0, 8, -3, 0, 0, 0, 0, 0, 0, 0 }, 250.73258, 0.00001, 0.156 }, + { { 0, 0, 8, -3, 0, 0, 0, 0, 2, 0, 0 }, 70.73258, 0.00001, 0.032 }, + { { 0, 0, 8, -3, 0, 0, 0, 0, 2, 2, 0 }, 250.73258, 0.00001, 0.017 }, + { { 0, 0, 8, -2, 0, 0, 0, 0, 2, -3, 0 }, 98.87261, 0.00001, 0.124 }, + { { 0, 0, 8, -2, 0, 0, 0, 0, 2, -1, 0 }, 98.87261, 0.00001, 0.054 }, + { { 0, 0, 9, -21, 0, 0, 0, 0, -2, 1, 0 }, 264.84859, 0.00003, 0.073 }, + { { 0, 0, 9, -19, 0, 0, 0, 0, -2, 1, 0 }, 322.84927, 0.00007, 0.079 }, + { { 0, 0, 9, -19, 0, 0, 0, 0, -2, 2, 0 }, 142.78505, 0.00002, 1.488 }, + { { 0, 0, 9, -19, 0, 0, 0, 0, 0, 0, 0 }, 142.78505, 0.00001, 0.907 }, + { { 0, 0, 9, -18, 0, 0, 0, 0, -2, 0, 0 }, 351.76955, 0.00008, 0.040 }, + { { 0, 0, 9, -18, 0, 0, 0, 0, -2, 1, 0 }, 351.77777, 0.00006, 0.083 }, + { { 0, 0, 9, -18, 0, 0, 0, 0, 0, -1, 0 }, 171.77776, 0.00003, 0.072 }, + { { 0, 0, 9, -18, 0, 0, 0, 0, 0, 0, 0 }, 348.50560, 0.00003, 1.753 }, + { { 0, 0, 9, -18, 0, 0, 0, 0, 0, 1, 0 }, 171.77776, 0.00003, 0.079 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, -2, 0, 0 }, 213.33163, 0.00006, 0.040 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, -2, 1, 0 }, 1.00679, 0.00002, 0.087 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, -1, 0 }, 178.10837, 0.00003, 0.075 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, 0, 0 }, 208.79669, 0.00023, 25.886 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, 1, 0 }, 178.10837, 0.00003, 0.076 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 2, -1, 0 }, 213.59995, 0.00004, 0.087 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 2, 0, 0 }, 213.60002, 0.00003, 0.040 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, -2, 0, 0 }, 228.41978, 0.00002, 0.041 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, -2, 3, 0 }, 229.34023, 0.00003, 0.064 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, 0, -1, 0 }, 49.36747, 0.00004, 0.078 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, 0, 0, 0 }, 60.32886, 0.00005, 2.028 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, 0, 1, 0 }, 49.36747, 0.00004, 0.073 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, -2, 0, 0 }, 144.44046, 0.00002, 0.042 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, -2, 1, 0 }, 109.88546, 0.00002, 0.096 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 0, 0, 0 }, 97.28076, 0.00013, 0.976 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 1, 0, -1 }, 328.31005, 0.00003, 34.449 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 2, -1, 0 }, 91.13400, 0.00005, 0.080 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 2, 0, 0 }, 271.26790, 0.00001, 0.039 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, -2, 0, 0 }, 104.36671, 0.00001, 0.043 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 0, 0, 0 }, 104.62985, 0.00007, 0.643 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 2, -2, 0 }, 120.16255, 0.00005, 4.596 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, -2, 0, 0 }, 178.34768, 0.00003, 0.044 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, -2, 2, 0 }, 214.40230, 0.00001, 0.259 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 0, -1, 0 }, 329.29102, 0.00001, 0.090 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 0, 0, 0 }, 144.36211, 0.00004, 0.479 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 0, 1, 0 }, 329.29102, 0.00001, 0.065 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, -3, 0 }, 176.57860, 0.00003, 0.077 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, -2, 0 }, 149.21343, 0.00002, 3.184 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, -1, -2 }, 330.45159, 0.00001, 0.075 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, -1, 0 }, 323.11371, 0.00004, 0.074 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, 0, -2 }, 346.76471, 0.00005, 51.478 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, 0, 0 }, 329.21343, 0.00002, 0.037 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, 1, -2 }, 330.45159, 0.00001, 0.076 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, -2, 0, 0 }, 8.07392, 0.00003, 0.045 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, -2, 1, 0 }, 186.10121, 0.00001, 0.113 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 0, -1, 0 }, 358.28385, 0.00001, 0.094 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 0, 0, 0 }, 172.97575, 0.00004, 0.382 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 0, 1, 0 }, 358.28385, 0.00001, 0.063 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 2, -3, 0 }, 358.50631, 0.00004, 0.081 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 2, -2, 0 }, 358.94385, 0.00001, 1.182 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 2, -1, 0 }, 178.41871, 0.00006, 0.071 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 2, 0, 0 }, 358.65975, 0.00003, 0.037 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, -2, 0, 0 }, 36.94289, 0.00003, 0.046 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, -2, 1, 0 }, 215.06817, 0.00002, 0.120 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 0, -1, 0 }, 27.14518, 0.00001, 0.099 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 0, 0, 0 }, 210.98703, 0.00005, 0.317 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 0, 1, 0 }, 27.14518, 0.00001, 0.061 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 2, -1, 0 }, 207.12576, 0.00005, 0.068 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 2, 0, 0 }, 27.12022, 0.00005, 0.036 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, -2, 0, 0 }, 61.74219, 0.00008, 0.047 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, -2, 1, 0 }, 243.94307, 0.00003, 0.128 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 0, 0, 0 }, 218.30508, 0.00007, 0.272 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 2, -3, 0 }, 55.61777, 0.00003, 0.088 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 2, -1, 0 }, 55.61777, 0.00003, 0.066 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 2, 0, 0 }, 55.58650, 0.00005, 0.035 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, -2, 0, 0 }, 91.09089, 0.00003, 0.049 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, -2, 1, 0 }, 272.55897, 0.00001, 0.138 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, -2, 3, 0 }, 92.55897, 0.00001, 0.052 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 0, -2, 0 }, 194.54583, 0.00001, 0.045 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 0, 0, 0 }, 297.55210, 0.00002, 0.237 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 2, 0, 0 }, 244.16479, 0.00002, 0.035 }, + { { 0, 0, 9, -8, 0, 0, 0, 0, 0, -2, 0 }, 41.36526, 0.00002, 0.046 }, + { { 0, 0, 9, -8, 0, 0, 0, 0, 0, 0, 0 }, 104.25346, 0.00004, 0.211 }, + { { 0, 0, 9, -8, 0, 0, 0, 0, 2, -1, 0 }, 314.57008, 0.00003, 0.062 }, + { { 0, 0, 9, -8, 0, 0, 0, 0, 2, 0, 0 }, 313.30315, 0.00012, 0.034 }, + { { 0, 0, 9, -7, 0, 0, 0, 0, 0, 0, 0 }, 208.00648, 0.00003, 0.189 }, + { { 0, 0, 9, -7, 0, 0, 0, 0, 2, -3, 0 }, 343.28351, 0.00001, 0.103 }, + { { 0, 0, 9, -7, 0, 0, 0, 0, 2, -2, 0 }, 341.82323, 0.00003, 0.285 }, + { { 0, 0, 9, -7, 0, 0, 0, 0, 2, -1, 0 }, 163.28351, 0.00001, 0.060 }, + { { 0, 0, 9, -6, 0, 0, 0, 0, 0, 0, 0 }, 192.65589, 0.00004, 0.172 }, + { { 0, 0, 9, -6, 0, 0, 0, 0, 2, -1, 0 }, 192.56427, 0.00008, 0.058 }, + { { 0, 0, 9, -6, 0, 0, 0, 0, 2, 0, 0 }, 193.19003, 0.00006, 0.033 }, + { { 0, 0, 9, -5, 0, 0, 0, 0, 0, 0, 0 }, 221.68088, 0.00001, 0.158 }, + { { 0, 0, 9, -5, 0, 0, 0, 0, 2, -2, 0 }, 41.11896, 0.00002, 0.219 }, + { { 0, 0, 9, -5, 0, 0, 0, 0, 2, 0, 0 }, 41.51987, 0.00002, 0.032 }, + { { 0, 0, 9, -5, 0, 0, 0, 0, 2, 2, 0 }, 221.68088, 0.00001, 0.017 }, + { { 0, 0, 9, -4, 0, 0, 0, 0, 0, 0, 0 }, 250.48029, 0.00002, 0.145 }, + { { 0, 0, 9, -4, 0, 0, 0, 0, 2, -3, 0 }, 70.37340, 0.00002, 0.123 }, + { { 0, 0, 9, -4, 0, 0, 0, 0, 2, -1, 0 }, 250.37340, 0.00002, 0.054 }, + { { 0, 0, 10, -22, 0, 0, 0, 0, -2, 1, 0 }, 89.72799, 0.00001, 0.076 }, + { { 0, 0, 10, -22, 0, 0, 0, 0, -2, 2, 0 }, 264.87723, 0.00003, 12.993 }, + { { 0, 0, 10, -22, 0, 0, 0, 0, -2, 3, 0 }, 269.72799, 0.00001, 0.075 }, + { { 0, 0, 10, -20, 0, 0, 0, 0, -2, 1, 0 }, 142.70606, 0.00002, 0.083 }, + { { 0, 0, 10, -20, 0, 0, 0, 0, -2, 2, 0 }, 142.70606, 0.00002, 0.877 }, + { { 0, 0, 10, -20, 0, 0, 0, 0, -2, 3, 0 }, 142.70606, 0.00002, 0.069 }, + { { 0, 0, 10, -20, 0, 0, 0, 0, 0, -1, 0 }, 322.70606, 0.00001, 0.072 }, + { { 0, 0, 10, -20, 0, 0, 0, 0, 0, 1, 0 }, 322.70606, 0.00001, 0.079 }, + { { 0, 0, 10, -19, 0, 0, 0, 0, -2, 0, 0 }, 351.64538, 0.00009, 0.040 }, + { { 0, 0, 10, -19, 0, 0, 0, 0, -2, 1, 0 }, 171.61898, 0.00003, 0.086 }, + { { 0, 0, 10, -19, 0, 0, 0, 0, 0, -1, 0 }, 354.88051, 0.00002, 0.075 }, + { { 0, 0, 10, -19, 0, 0, 0, 0, 0, 0, 0 }, 191.58158, 0.00010, 9.804 }, + { { 0, 0, 10, -19, 0, 0, 0, 0, 0, 1, 0 }, 354.88051, 0.00002, 0.076 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, 0, 0 }, 162.29779, 0.00005, 0.040 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, 1, 0 }, 162.29779, 0.00009, 0.087 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, -1, 0 }, 162.29779, 0.00009, 0.087 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, 0, 0 }, 162.29779, 0.00005, 0.040 }, + { { 0, 0, 10, -18, 0, 0, 0, 0, -2, 0, 0 }, 20.45814, 0.00008, 0.041 }, + { { 0, 0, 10, -18, 0, 0, 0, 0, -2, 1, 0 }, 200.43532, 0.00003, 0.090 }, + { { 0, 0, 10, -18, 0, 0, 0, 0, 0, -1, 0 }, 20.42974, 0.00004, 0.078 }, + { { 0, 0, 10, -18, 0, 0, 0, 0, 0, 1, 0 }, 20.42974, 0.00004, 0.073 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, -2, 0, 0 }, 50.09670, 0.00003, 0.042 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, -2, 1, 0 }, 229.03296, 0.00003, 0.095 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, -2, 2, 0 }, 49.84020, 0.00002, 0.366 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 0, -1, 0 }, 229.03296, 0.00002, 0.081 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 0, 0, 0 }, 238.55741, 0.00003, 1.040 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 0, 1, 0 }, 229.03296, 0.00002, 0.070 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 2, -1, 0 }, 62.23825, 0.00003, 0.080 }, + { { 0, 0, 10, -16, 0, 0, 0, 0, -2, 0, 0 }, 77.05128, 0.00010, 0.043 }, + { { 0, 0, 10, -16, 0, 0, 0, 0, 0, 0, 0 }, 86.22118, 0.00005, 0.670 }, + { { 0, 0, 10, -16, 0, 0, 0, 0, 2, -3, 0 }, 276.10278, 0.00001, 0.074 }, + { { 0, 0, 10, -16, 0, 0, 0, 0, 2, -1, 0 }, 96.10278, 0.00001, 0.077 }, + { { 0, 0, 10, -16, 0, 0, 0, 0, 2, 0, 0 }, 271.21507, 0.00001, 0.038 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 0, 0, 0 }, 117.99573, 0.00006, 0.494 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 2, -3, 0 }, 121.20740, 0.00002, 0.077 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 2, -2, 0 }, 120.02952, 0.00001, 3.989 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 2, -1, 0 }, 119.39007, 0.00006, 0.074 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 2, 0, -2 }, 300.12408, 0.00002, 12.078 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 2, 0, 0 }, 120.01013, 0.00001, 0.037 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, -2, 2, 0 }, 327.52299, 0.00001, 0.231 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 0, 0, 0 }, 127.42161, 0.00005, 0.391 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 2, -3, 0 }, 149.86800, 0.00001, 0.080 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 2, -1, 0 }, 149.66463, 0.00004, 0.071 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 2, 0, 0 }, 329.15213, 0.00005, 0.037 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, -2, 0, 0 }, 7.50547, 0.00003, 0.046 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, -2, 1, 0 }, 186.02440, 0.00001, 0.119 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 0, 0, 0 }, 158.47727, 0.00006, 0.324 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 0, 2, 0 }, 358.15625, 0.00001, 0.034 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 2, -3, 0 }, 178.61089, 0.00002, 0.084 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 2, -1, 0 }, 178.43955, 0.00003, 0.069 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 2, 0, 0 }, 358.41323, 0.00006, 0.036 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, -2, 0, 0 }, 34.92055, 0.00003, 0.047 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, -2, 2, 0 }, 216.58756, 0.00002, 0.185 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 0, -2, 0 }, 34.95022, 0.00001, 0.044 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 0, 0, 0 }, 203.09128, 0.00005, 0.276 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 2, -1, 0 }, 207.31653, 0.00004, 0.066 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 2, 0, 0 }, 26.50124, 0.00003, 0.035 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, -2, 0, 0 }, 63.16801, 0.00004, 0.049 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, -2, 1, 0 }, 243.85993, 0.00003, 0.136 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 0, 0, 0 }, 203.59598, 0.00005, 0.241 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 2, -3, 0 }, 234.92240, 0.00003, 0.092 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 2, -2, 0 }, 235.12835, 0.00003, 0.421 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 2, -1, 0 }, 54.92240, 0.00003, 0.064 }, + { { 0, 0, 10, -10, 0, 0, 0, 0, 0, -2, 0 }, 272.14503, 0.00001, 0.046 }, + { { 0, 0, 10, -10, 0, 0, 0, 0, 0, 0, 0 }, 270.99130, 0.00003, 0.214 }, + { { 0, 0, 10, -10, 0, 0, 0, 0, 2, 0, 0 }, 105.52689, 0.00003, 0.034 }, + { { 0, 0, 10, -9, 0, 0, 0, 0, 0, 0, 0 }, 133.17263, 0.00002, 0.192 }, + { { 0, 0, 10, -9, 0, 0, 0, 0, 2, -1, 0 }, 314.51877, 0.00002, 0.060 }, + { { 0, 0, 10, -9, 0, 0, 0, 0, 2, 0, 0 }, 313.31186, 0.00012, 0.033 }, + { { 0, 0, 10, -8, 0, 0, 0, 0, -2, 0, 0 }, 143.73263, 0.00002, 0.053 }, + { { 0, 0, 10, -8, 0, 0, 0, 0, 2, 0, 0 }, 341.66221, 0.00004, 0.033 }, + { { 0, 0, 10, -7, 0, 0, 0, 0, 0, 0, 0 }, 192.58179, 0.00002, 0.159 }, + { { 0, 0, 10, -7, 0, 0, 0, 0, 2, -2, 0 }, 11.59232, 0.00001, 0.222 }, + { { 0, 0, 10, -7, 0, 0, 0, 0, 2, -1, 0 }, 192.37284, 0.00005, 0.056 }, + { { 0, 0, 10, -7, 0, 0, 0, 0, 2, 0, 0 }, 7.44704, 0.00002, 0.032 }, + { { 0, 0, 10, -6, 0, 0, 0, 0, 0, 0, 0 }, 221.53450, 0.00003, 0.147 }, + { { 0, 0, 10, -6, 0, 0, 0, 0, 2, -1, 0 }, 221.32170, 0.00004, 0.055 }, + { { 0, 0, 10, -5, 0, 0, 0, 0, 2, 0, 0 }, 250.03639, 0.00003, 0.031 }, + { { 0, 0, 11, -21, 0, 0, 0, 0, -2, 0, 0 }, 142.61271, 0.00003, 0.040 }, + { { 0, 0, 11, -21, 0, 0, 0, 0, -2, 1, 0 }, 142.61271, 0.00001, 0.086 }, + { { 0, 0, 11, -21, 0, 0, 0, 0, -2, 3, 0 }, 322.61271, 0.00001, 0.067 }, + { { 0, 0, 11, -21, 0, 0, 0, 0, 0, -1, 0 }, 142.41752, 0.00002, 0.075 }, + { { 0, 0, 11, -21, 0, 0, 0, 0, 0, 0, 0 }, 70.89216, 0.00002, 6.047 }, + { { 0, 0, 11, -21, 0, 0, 0, 0, 0, 1, 0 }, 142.41752, 0.00002, 0.076 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, -2, 0, 0 }, 213.45127, 0.00002, 0.040 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, 0, 0, 0 }, 214.36969, 0.00008, 308.674 }, + { { 0, 0, 11, -21, 2, 0, 0, 0, 2, 0, 0 }, 213.45108, 0.00002, 0.040 }, + { { 0, 0, 11, -20, 0, 0, 0, 0, -2, 0, 0 }, 351.50763, 0.00008, 0.041 }, + { { 0, 0, 11, -20, 0, 0, 0, 0, -2, 1, 0 }, 171.48511, 0.00002, 0.090 }, + { { 0, 0, 11, -20, 0, 0, 0, 0, 0, -1, 0 }, 351.51838, 0.00003, 0.078 }, + { { 0, 0, 11, -20, 0, 0, 0, 0, 0, 0, 0 }, 169.40223, 0.00002, 2.730 }, + { { 0, 0, 11, -20, 0, 0, 0, 0, 0, 1, 0 }, 351.51838, 0.00003, 0.073 }, + { { 0, 0, 11, -19, 0, 0, 0, 0, -2, 0, 0 }, 20.24570, 0.00010, 0.042 }, + { { 0, 0, 11, -19, 0, 0, 0, 0, -2, 1, 0 }, 200.23278, 0.00002, 0.094 }, + { { 0, 0, 11, -19, 0, 0, 0, 0, 0, -1, 0 }, 200.23278, 0.00001, 0.081 }, + { { 0, 0, 11, -19, 0, 0, 0, 0, 0, 1, 0 }, 200.23278, 0.00001, 0.071 }, + { { 0, 0, 11, -18, 0, 0, 0, 0, -2, 0, 0 }, 48.71350, 0.00010, 0.043 }, + { { 0, 0, 11, -18, 0, 0, 0, 0, 0, 0, 0 }, 48.70627, 0.00001, 0.699 }, + { { 0, 0, 11, -18, 0, 0, 0, 0, 2, -3, 0 }, 62.05105, 0.00003, 0.074 }, + { { 0, 0, 11, -18, 0, 0, 0, 0, 2, -1, 0 }, 62.05105, 0.00003, 0.077 }, + { { 0, 0, 11, -17, 0, 0, 0, 0, -2, 0, 0 }, 76.55294, 0.00006, 0.044 }, + { { 0, 0, 11, -17, 0, 0, 0, 0, -2, 2, 0 }, 256.12267, 0.00001, 0.268 }, + { { 0, 0, 11, -17, 0, 0, 0, 0, 0, 0, 0 }, 91.24243, 0.00003, 0.510 }, + { { 0, 0, 11, -17, 0, 0, 0, 0, 2, 0, 0 }, 271.16225, 0.00001, 0.037 }, + { { 0, 0, 11, -16, 0, 0, 0, 0, -2, 0, 0 }, 128.01427, 0.00003, 0.045 }, + { { 0, 0, 11, -16, 0, 0, 0, 0, 0, 0, 0 }, 123.39082, 0.00008, 0.401 }, + { { 0, 0, 11, -16, 0, 0, 0, 0, 2, 0, 0 }, 120.04430, 0.00004, 0.037 }, + { { 0, 0, 11, -15, 0, 0, 0, 0, -2, 2, 0 }, 157.14602, 0.00003, 0.208 }, + { { 0, 0, 11, -15, 0, 0, 0, 0, 0, 0, 0 }, 148.62321, 0.00007, 0.331 }, + { { 0, 0, 11, -15, 0, 0, 0, 0, 2, -2, 0 }, 148.45552, 0.00001, 0.800 }, + { { 0, 0, 11, -15, 0, 0, 0, 0, 2, 0, 0 }, 329.64567, 0.00001, 0.036 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, -2, 0, 0 }, 351.98247, 0.00004, 0.047 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, -2, 1, 0 }, 185.93089, 0.00001, 0.126 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, -2, 2, 0 }, 327.86915, 0.00002, 0.188 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, 0, 0, 0 }, 173.78452, 0.00004, 0.281 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, 2, -3, 0 }, 357.97054, 0.00003, 0.087 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, 2, -2, 0 }, 178.47567, 0.00002, 0.561 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, 2, -1, 0 }, 357.97054, 0.00003, 0.066 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, 2, 0, 0 }, 358.09281, 0.00007, 0.035 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, -2, 0, 0 }, 31.40935, 0.00005, 0.048 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, -2, 1, 0 }, 214.80650, 0.00001, 0.135 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, -2, 2, 0 }, 33.65491, 0.00001, 0.171 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, 2, -1, 0 }, 26.60646, 0.00005, 0.064 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, 2, 0, 0 }, 26.60645, 0.00005, 0.035 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, -2, 0, 0 }, 62.47145, 0.00003, 0.050 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, -2, 1, 0 }, 243.59998, 0.00003, 0.146 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, 0, 0, 0 }, 234.07361, 0.00004, 0.216 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, 2, -2, 0 }, 56.48683, 0.00001, 0.351 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, 2, -1, 0 }, 54.38623, 0.00003, 0.062 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, 2, 0, 0 }, 233.47371, 0.00002, 0.034 }, + { { 0, 0, 11, -11, 0, 0, 0, 0, -2, 1, 0 }, 271.72320, 0.00002, 0.158 }, + { { 0, 0, 11, -11, 0, 0, 0, 0, 0, 0, 0 }, 145.39231, 0.00002, 0.194 }, + { { 0, 0, 11, -11, 0, 0, 0, 0, 2, 0, 0 }, 105.46716, 0.00003, 0.033 }, + { { 0, 0, 11, -10, 0, 0, 0, 0, 2, -3, 0 }, 134.46997, 0.00001, 0.107 }, + { { 0, 0, 11, -10, 0, 0, 0, 0, 2, -2, 0 }, 184.40724, 0.00001, 0.256 }, + { { 0, 0, 11, -10, 0, 0, 0, 0, 2, -1, 0 }, 314.46997, 0.00001, 0.058 }, + { { 0, 0, 11, -10, 0, 0, 0, 0, 2, 0, 0 }, 318.94795, 0.00010, 0.033 }, + { { 0, 0, 11, -9, 0, 0, 0, 0, 2, -3, 0 }, 343.49028, 0.00002, 0.113 }, + { { 0, 0, 11, -9, 0, 0, 0, 0, 2, -1, 0 }, 343.49028, 0.00002, 0.057 }, + { { 0, 0, 11, -9, 0, 0, 0, 0, 2, 0, 0 }, 350.70471, 0.00005, 0.032 }, + { { 0, 0, 11, -8, 0, 0, 0, 0, 2, -1, 0 }, 192.48310, 0.00001, 0.055 }, + { { 0, 0, 11, -7, 0, 0, 0, 0, 0, 0, 0 }, 221.34444, 0.00001, 0.137 }, + { { 0, 0, 11, -7, 0, 0, 0, 0, 0, 2, 0 }, 41.34444, 0.00001, 0.030 }, + { { 0, 0, 11, -7, 0, 0, 0, 0, 2, -1, 0 }, 221.34444, 0.00001, 0.053 }, + { { 0, 0, 11, -6, 0, 0, 0, 0, 2, -3, 0 }, 249.73942, 0.00001, 0.139 }, + { { 0, 0, 11, -6, 0, 0, 0, 0, 2, -1, 0 }, 69.73942, 0.00001, 0.052 }, + { { 0, 0, 11, -6, 0, 0, 0, 0, 2, 0, 0 }, 69.61688, 0.00002, 0.031 }, + { { 0, 0, 12, -26, 0, 0, 0, 0, -2, 1, 0 }, 26.86990, 0.00006, 0.075 }, + { { 0, 0, 12, -23, 0, 0, 0, 0, 0, -1, 0 }, 293.60118, 0.00002, 0.074 }, + { { 0, 0, 12, -23, 0, 0, 0, 0, 0, 0, 0 }, 293.49537, 0.00003, 4.372 }, + { { 0, 0, 12, -23, 0, 0, 0, 0, 0, 1, 0 }, 293.60118, 0.00002, 0.077 }, + { { 0, 0, 12, -22, 0, 0, 0, 0, -2, 0, 0 }, 142.50304, 0.00003, 0.041 }, + { { 0, 0, 12, -22, 0, 0, 0, 0, 0, 0, 0 }, 138.87961, 0.00003, 3.301 }, + { { 0, 0, 12, -21, 0, 0, 0, 0, -2, 0, 0 }, 351.34280, 0.00005, 0.042 }, + { { 0, 0, 12, -21, 0, 0, 0, 0, -2, 2, 0 }, 171.35654, 0.00002, 0.383 }, + { { 0, 0, 12, -21, 0, 0, 0, 0, 0, 0, 0 }, 351.32818, 0.00001, 1.198 }, + { { 0, 0, 12, -20, 0, 0, 0, 0, -2, 0, 0 }, 20.00834, 0.00009, 0.043 }, + { { 0, 0, 12, -20, 0, 0, 0, 0, 0, 0, 0 }, 19.99716, 0.00001, 0.732 }, + { { 0, 0, 12, -20, 0, 0, 0, 0, 2, -1, 0 }, 33.16046, 0.00003, 0.078 }, + { { 0, 0, 12, -19, 0, 0, 0, 0, -2, 0, 0 }, 48.33511, 0.00008, 0.044 }, + { { 0, 0, 12, -19, 0, 0, 0, 0, 2, -2, 0 }, 61.96825, 0.00003, 8.066 }, + { { 0, 0, 12, -18, 0, 0, 0, 0, -2, 0, 0 }, 255.76084, 0.00002, 0.045 }, + { { 0, 0, 12, -18, 0, 0, 0, 0, -2, 2, 0 }, 255.76084, 0.00002, 0.238 }, + { { 0, 0, 12, -18, 0, 0, 0, 0, 2, -3, 0 }, 271.01129, 0.00003, 0.079 }, + { { 0, 0, 12, -18, 0, 0, 0, 0, 2, -2, 0 }, 91.10430, 0.00002, 1.525 }, + { { 0, 0, 12, -18, 0, 0, 0, 0, 2, -1, 0 }, 271.01129, 0.00003, 0.072 }, + { { 0, 0, 12, -17, 0, 0, 0, 0, -2, 0, 0 }, 127.95213, 0.00003, 0.046 }, + { { 0, 0, 12, -17, 0, 0, 0, 0, 0, 0, 0 }, 119.84746, 0.00003, 0.338 }, + { { 0, 0, 12, -17, 0, 0, 0, 0, 2, -1, 0 }, 300.00937, 0.00005, 0.069 }, + { { 0, 0, 12, -17, 0, 0, 0, 0, 2, 0, 0 }, 119.98390, 0.00003, 0.036 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, -2, 0, 0 }, 157.63180, 0.00002, 0.047 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, -2, 2, 0 }, 156.71986, 0.00002, 0.190 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, 0, 0, 0 }, 148.55244, 0.00004, 0.286 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, 2, -2, 0 }, 149.21991, 0.00002, 0.582 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, 2, -1, 0 }, 328.96065, 0.00005, 0.067 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, 2, 0, 0 }, 148.70213, 0.00002, 0.035 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, -2, 0, 0 }, 3.24294, 0.00007, 0.048 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, -2, 1, 0 }, 185.81823, 0.00001, 0.134 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, 2, -2, 0 }, 177.78052, 0.00004, 0.444 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, 2, -1, 0 }, 357.78052, 0.00005, 0.064 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, 2, 0, 0 }, 177.78053, 0.00001, 0.035 }, + { { 0, 0, 12, -14, 0, 0, 0, 0, -2, 0, 0 }, 34.46585, 0.00009, 0.050 }, + { { 0, 0, 12, -14, 0, 0, 0, 0, -2, 1, 0 }, 214.63457, 0.00001, 0.144 }, + { { 0, 0, 12, -14, 0, 0, 0, 0, 2, -3, 0 }, 26.25626, 0.00002, 0.095 }, + { { 0, 0, 12, -14, 0, 0, 0, 0, 2, -2, 0 }, 207.29193, 0.00001, 0.359 }, + { { 0, 0, 12, -14, 0, 0, 0, 0, 2, -1, 0 }, 26.25626, 0.00002, 0.062 }, + { { 0, 0, 12, -14, 0, 0, 0, 0, 2, 0, 0 }, 205.30844, 0.00001, 0.034 }, + { { 0, 0, 12, -13, 0, 0, 0, 0, -2, 0, 0 }, 61.99429, 0.00002, 0.051 }, + { { 0, 0, 12, -13, 0, 0, 0, 0, -2, 1, 0 }, 243.29183, 0.00002, 0.156 }, + { { 0, 0, 12, -13, 0, 0, 0, 0, 0, 0, 0 }, 61.60276, 0.00002, 0.197 }, + { { 0, 0, 12, -13, 0, 0, 0, 0, 2, -2, 0 }, 233.59780, 0.00002, 0.302 }, + { { 0, 0, 12, -12, 0, 0, 0, 0, -2, 0, 0 }, 91.14695, 0.00002, 0.052 }, + { { 0, 0, 12, -12, 0, 0, 0, 0, 0, 0, 0 }, 89.32543, 0.00001, 0.178 }, + { { 0, 0, 12, -12, 0, 0, 0, 0, 2, 0, 0 }, 105.41432, 0.00003, 0.033 }, + { { 0, 0, 12, -11, 0, 0, 0, 0, 2, -2, 0 }, 134.28989, 0.00002, 0.228 }, + { { 0, 0, 12, -11, 0, 0, 0, 0, 2, 0, 0 }, 314.22099, 0.00007, 0.032 }, + { { 0, 0, 12, -10, 0, 0, 0, 0, 2, -1, 0 }, 343.41532, 0.00003, 0.055 }, + { { 0, 0, 12, -9, 0, 0, 0, 0, 2, 0, 0 }, 11.24539, 0.00002, 0.031 }, + { { 0, 0, 12, -8, 0, 0, 0, 0, 2, -3, 0 }, 41.10530, 0.00001, 0.137 }, + { { 0, 0, 12, -8, 0, 0, 0, 0, 2, -1, 0 }, 41.10530, 0.00001, 0.052 }, + { { 0, 0, 12, -7, 0, 0, 0, 0, 2, 0, 0 }, 249.38024, 0.00002, 0.030 }, + { { 0, 0, 13, -24, 0, 0, 0, 0, 0, -1, 0 }, 113.50737, 0.00002, 0.077 }, + { { 0, 0, 13, -24, 0, 0, 0, 0, 0, 0, 0 }, 113.37505, 0.00002, 4.174 }, + { { 0, 0, 13, -24, 0, 0, 0, 0, 0, 1, 0 }, 113.50737, 0.00002, 0.074 }, + { { 0, 0, 13, -23, 0, 0, 0, 0, -2, 0, 0 }, 142.37542, 0.00003, 0.042 }, + { { 0, 0, 13, -22, 0, 0, 0, 0, -2, 2, 0 }, 171.14641, 0.00002, 0.325 }, + { { 0, 0, 13, -21, 0, 0, 0, 0, -2, 0, 0 }, 19.73354, 0.00005, 0.044 }, + { { 0, 0, 13, -21, 0, 0, 0, 0, -2, 2, 0 }, 199.74060, 0.00003, 0.277 }, + { { 0, 0, 13, -21, 0, 0, 0, 0, 2, -3, 0 }, 209.68501, 0.00003, 0.076 }, + { { 0, 0, 13, -21, 0, 0, 0, 0, 2, -1, 0 }, 209.68501, 0.00003, 0.075 }, + { { 0, 0, 13, -20, 0, 0, 0, 0, -2, 0, 0 }, 47.88817, 0.00001, 0.045 }, + { { 0, 0, 13, -20, 0, 0, 0, 0, 0, 0, 0 }, 242.41534, 0.00003, 0.423 }, + { { 0, 0, 13, -19, 0, 0, 0, 0, -2, 0, 0 }, 254.91384, 0.00003, 0.046 }, + { { 0, 0, 13, -19, 0, 0, 0, 0, 2, 0, 0 }, 91.03733, 0.00003, 0.036 }, + { { 0, 0, 13, -18, 0, 0, 0, 0, -2, 0, 0 }, 127.88164, 0.00003, 0.047 }, + { { 0, 0, 13, -18, 0, 0, 0, 0, 2, 0, 0 }, 119.81787, 0.00001, 0.036 }, + { { 0, 0, 13, -17, 0, 0, 0, 0, -2, 0, 0 }, 157.08151, 0.00003, 0.048 }, + { { 0, 0, 13, -17, 0, 0, 0, 0, -2, 2, 0 }, 156.99107, 0.00001, 0.174 }, + { { 0, 0, 13, -17, 0, 0, 0, 0, 0, 0, 0 }, 153.60517, 0.00006, 0.252 }, + { { 0, 0, 13, -17, 0, 0, 0, 0, 2, 0, 0 }, 148.80073, 0.00002, 0.035 }, + { { 0, 0, 13, -16, 0, 0, 0, 0, -2, 0, 0 }, 4.95771, 0.00004, 0.049 }, + { { 0, 0, 13, -16, 0, 0, 0, 0, -2, 1, 0 }, 185.68436, 0.00001, 0.143 }, + { { 0, 0, 13, -16, 0, 0, 0, 0, 0, 0, 0 }, 241.50751, 0.00002, 0.223 }, + { { 0, 0, 13, -16, 0, 0, 0, 0, 2, -1, 0 }, 357.56425, 0.00003, 0.063 }, + { { 0, 0, 13, -16, 0, 0, 0, 0, 2, 0, 0 }, 177.53817, 0.00002, 0.034 }, + { { 0, 0, 13, -15, 0, 0, 0, 0, -2, 0, 0 }, 34.15123, 0.00009, 0.051 }, + { { 0, 0, 13, -15, 0, 0, 0, 0, -2, 2, 0 }, 33.67462, 0.00001, 0.147 }, + { { 0, 0, 13, -15, 0, 0, 0, 0, 0, 0, 0 }, 201.53923, 0.00003, 0.199 }, + { { 0, 0, 13, -15, 0, 0, 0, 0, 2, -1, 0 }, 25.83054, 0.00002, 0.061 }, + { { 0, 0, 13, -15, 0, 0, 0, 0, 2, 0, 0 }, 205.81689, 0.00003, 0.034 }, + { { 0, 0, 13, -14, 0, 0, 0, 0, -2, 0, 0 }, 62.93046, 0.00005, 0.052 }, + { { 0, 0, 13, -14, 0, 0, 0, 0, -2, 1, 0 }, 242.90552, 0.00001, 0.169 }, + { { 0, 0, 13, -14, 0, 0, 0, 0, 0, 0, 0 }, 60.17256, 0.00001, 0.180 }, + { { 0, 0, 13, -14, 0, 0, 0, 0, 2, -2, 0 }, 52.61899, 0.00001, 0.264 }, + { { 0, 0, 13, -14, 0, 0, 0, 0, 2, 0, 0 }, 232.61899, 0.00001, 0.033 }, + { { 0, 0, 13, -13, 0, 0, 0, 0, 0, 0, 0 }, 273.12160, 0.00003, 0.164 }, + { { 0, 0, 13, -13, 0, 0, 0, 0, 2, 0, 0 }, 105.36150, 0.00003, 0.032 }, + { { 0, 0, 13, -12, 0, 0, 0, 0, 2, 0, 0 }, 314.13101, 0.00004, 0.032 }, + { { 0, 0, 13, -11, 0, 0, 0, 0, 2, -3, 0 }, 163.32045, 0.00001, 0.127 }, + { { 0, 0, 13, -11, 0, 0, 0, 0, 2, -2, 0 }, 162.64597, 0.00002, 0.186 }, + { { 0, 0, 13, -11, 0, 0, 0, 0, 2, -1, 0 }, 343.32045, 0.00001, 0.054 }, + { { 0, 0, 13, -10, 0, 0, 0, 0, 2, -1, 0 }, 12.19535, 0.00002, 0.052 }, + { { 0, 0, 14, -26, 0, 0, 0, 0, 0, 0, 0 }, 264.50692, 0.00002, 5.675 }, + { { 0, 0, 14, -24, 0, 0, 0, 0, -2, 0, 0 }, 142.22837, 0.00003, 0.043 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, -2, 0, 0 }, 170.93804, 0.00003, 0.044 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, -2, 0 }, 187.22667, 0.00057, 362.998 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, -1, 0 }, 136.53714, 0.00004, 0.075 }, + { { 0, 0, 14, -22, 0, 0, 0, 0, -2, 0, 0 }, 199.41552, 0.00002, 0.045 }, + { { 0, 0, 14, -22, 0, 0, 0, 0, -2, 2, 0 }, 199.41552, 0.00002, 0.245 }, + { { 0, 0, 14, -22, 0, 0, 0, 0, 2, -3, 0 }, 33.04273, 0.00001, 0.079 }, + { { 0, 0, 14, -22, 0, 0, 0, 0, 2, -1, 0 }, 213.04273, 0.00001, 0.073 }, + { { 0, 0, 14, -21, 0, 0, 0, 0, -2, 0, 0 }, 227.38286, 0.00003, 0.046 }, + { { 0, 0, 14, -20, 0, 0, 0, 0, 0, 0, 0 }, 271.32180, 0.00003, 0.297 }, + { { 0, 0, 14, -20, 0, 0, 0, 0, 2, -1, 0 }, 270.95835, 0.00002, 0.067 }, + { { 0, 0, 14, -20, 0, 0, 0, 0, 2, 0, 0 }, 90.95835, 0.00003, 0.036 }, + { { 0, 0, 14, -19, 0, 0, 0, 0, -2, 0, 0 }, 127.80044, 0.00003, 0.048 }, + { { 0, 0, 14, -19, 0, 0, 0, 0, 2, -1, 0 }, 299.87126, 0.00003, 0.065 }, + { { 0, 0, 14, -19, 0, 0, 0, 0, 2, 0, 0 }, 299.87126, 0.00001, 0.035 }, + { { 0, 0, 14, -18, 0, 0, 0, 0, -2, 0, 0 }, 156.93801, 0.00004, 0.049 }, + { { 0, 0, 14, -18, 0, 0, 0, 0, 0, 0, 0 }, 130.84516, 0.00003, 0.226 }, + { { 0, 0, 14, -18, 0, 0, 0, 0, 2, -1, 0 }, 328.68760, 0.00003, 0.063 }, + { { 0, 0, 14, -18, 0, 0, 0, 0, 2, 0, 0 }, 148.60426, 0.00002, 0.034 }, + { { 0, 0, 14, -17, 0, 0, 0, 0, -2, 0, 0 }, 4.77144, 0.00002, 0.051 }, + { { 0, 0, 14, -17, 0, 0, 0, 0, -2, 1, 0 }, 185.52743, 0.00001, 0.153 }, + { { 0, 0, 14, -17, 0, 0, 0, 0, -2, 2, 0 }, 184.77144, 0.00002, 0.148 }, + { { 0, 0, 14, -17, 0, 0, 0, 0, 0, 0, 0 }, 183.58213, 0.00006, 0.202 }, + { { 0, 0, 14, -17, 0, 0, 0, 0, 2, -1, 0 }, 357.28525, 0.00002, 0.061 }, + { { 0, 0, 14, -17, 0, 0, 0, 0, 2, 0, 0 }, 177.24573, 0.00001, 0.034 }, + { { 0, 0, 14, -16, 0, 0, 0, 0, -2, 0, 0 }, 33.46544, 0.00003, 0.052 }, + { { 0, 0, 14, -16, 0, 0, 0, 0, -2, 2, 0 }, 213.04476, 0.00001, 0.138 }, + { { 0, 0, 14, -16, 0, 0, 0, 0, 0, 0, 0 }, 296.87962, 0.00002, 0.182 }, + { { 0, 0, 14, -16, 0, 0, 0, 0, 2, -2, 0 }, 205.32445, 0.00002, 0.269 }, + { { 0, 0, 14, -15, 0, 0, 0, 0, -2, 0, 0 }, 62.37959, 0.00001, 0.053 }, + { { 0, 0, 14, -15, 0, 0, 0, 0, -2, 2, 0 }, 62.37959, 0.00001, 0.128 }, + { { 0, 0, 14, -15, 0, 0, 0, 0, 0, 0, 0 }, 269.64243, 0.00004, 0.166 }, + { { 0, 0, 14, -14, 0, 0, 0, 0, 0, 0, 0 }, 233.26056, 0.00002, 0.153 }, + { { 0, 0, 14, -14, 0, 0, 0, 0, 2, 0, 0 }, 105.30355, 0.00003, 0.032 }, + { { 0, 0, 14, -13, 0, 0, 0, 0, 2, -2, 0 }, 133.99431, 0.00002, 0.188 }, + { { 0, 0, 14, -13, 0, 0, 0, 0, 2, 0, 0 }, 313.99431, 0.00002, 0.031 }, + { { 0, 0, 14, -12, 0, 0, 0, 0, 2, -2, 0 }, 343.09262, 0.00003, 0.171 }, + { { 0, 0, 14, -12, 0, 0, 0, 0, 2, 0, 0 }, 343.22282, 0.00002, 0.031 }, + { { 0, 0, 14, -11, 0, 0, 0, 0, 2, 0, 0 }, 191.83617, 0.00002, 0.030 }, + { { 0, 0, 14, -9, 0, 0, 0, 0, 2, 0, 0 }, 67.79706, 0.00001, 0.029 }, + { { 0, 0, 15, -28, 0, 0, 0, 0, 0, 0, 0 }, 235.50622, 0.00001, 8.862 }, + { { 0, 0, 15, -25, 0, 0, 0, 0, -2, 0, 0 }, 142.06053, 0.00002, 0.043 }, + { { 0, 0, 15, -24, 0, 0, 0, 0, -2, 0, 0 }, 170.70121, 0.00003, 0.044 }, + { { 0, 0, 15, -23, 0, 0, 0, 0, -2, 0, 0 }, 199.06296, 0.00003, 0.046 }, + { { 0, 0, 15, -22, 0, 0, 0, 0, -2, 0, 0 }, 226.80119, 0.00002, 0.047 }, + { { 0, 0, 15, -21, 0, 0, 0, 0, 2, 0, 0 }, 90.86499, 0.00002, 0.035 }, + { { 0, 0, 15, -20, 0, 0, 0, 0, -2, 0, 0 }, 127.70662, 0.00003, 0.049 }, + { { 0, 0, 15, -20, 0, 0, 0, 0, 2, 0, 0 }, 119.73739, 0.00002, 0.034 }, + { { 0, 0, 15, -19, 0, 0, 0, 0, -2, 0, 0 }, 156.71998, 0.00006, 0.050 }, + { { 0, 0, 15, -19, 0, 0, 0, 0, 2, -2, 0 }, 148.48507, 0.00002, 0.320 }, + { { 0, 0, 15, -18, 0, 0, 0, 0, -2, 1, 0 }, 185.34567, 0.00001, 0.165 }, + { { 0, 0, 15, -18, 0, 0, 0, 0, 0, 0, 0 }, 185.06884, 0.00004, 0.184 }, + { { 0, 0, 15, -18, 0, 0, 0, 0, 2, -2, 0 }, 176.95855, 0.00002, 0.274 }, + { { 0, 0, 15, -17, 0, 0, 0, 0, -2, 0, 0 }, 33.53673, 0.00002, 0.053 }, + { { 0, 0, 15, -17, 0, 0, 0, 0, 0, 0, 0 }, 213.83706, 0.00004, 0.168 }, + { { 0, 0, 15, -17, 0, 0, 0, 0, 2, 0, 0 }, 204.72456, 0.00002, 0.033 }, + { { 0, 0, 15, -16, 0, 0, 0, 0, -2, 0, 0 }, 62.07678, 0.00002, 0.055 }, + { { 0, 0, 15, -16, 0, 0, 0, 0, 0, 0, 0 }, 242.33797, 0.00004, 0.154 }, + { { 0, 0, 15, -15, 0, 0, 0, 0, 2, 0, 0 }, 105.23658, 0.00002, 0.031 }, + { { 0, 0, 15, -13, 0, 0, 0, 0, 2, 0, 0 }, 342.89244, 0.00005, 0.030 }, + { { 0, 0, 15, -12, 0, 0, 0, 0, 2, -2, 0 }, 11.64001, 0.00002, 0.146 }, + { { 0, 0, 15, -12, 0, 0, 0, 0, 2, 0, 0 }, 11.68405, 0.00003, 0.030 }, + { { 0, 0, 16, -30, 0, 0, 0, 0, 0, 0, 0 }, 206.50763, 0.00001, 20.213 }, + { { 0, 0, 16, -25, 0, 0, 0, 0, -2, 0, 0 }, 170.43390, 0.00002, 0.045 }, + { { 0, 0, 16, -24, 0, 0, 0, 0, -2, 0, 0 }, 198.66394, 0.00002, 0.047 }, + { { 0, 0, 16, -22, 0, 0, 0, 0, 2, -2, 0 }, 270.75532, 0.00001, 0.395 }, + { { 0, 0, 16, -22, 0, 0, 0, 0, 2, 0, 0 }, 90.75532, 0.00001, 0.034 }, + { { 0, 0, 16, -21, 0, 0, 0, 0, -2, 0, 0 }, 127.59864, 0.00003, 0.050 }, + { { 0, 0, 16, -21, 0, 0, 0, 0, 2, 0, 0 }, 119.58046, 0.00003, 0.034 }, + { { 0, 0, 16, -20, 0, 0, 0, 0, -2, 0, 0 }, 156.56447, 0.00003, 0.052 }, + { { 0, 0, 16, -20, 0, 0, 0, 0, -2, 2, 0 }, 336.56447, 0.00003, 0.140 }, + { { 0, 0, 16, -20, 0, 0, 0, 0, 2, 0, 0 }, 148.24944, 0.00002, 0.033 }, + { { 0, 0, 16, -19, 0, 0, 0, 0, -2, 0, 0 }, 5.13730, 0.00002, 0.053 }, + { { 0, 0, 16, -19, 0, 0, 0, 0, -2, 1, 0 }, 185.13730, 0.00001, 0.179 }, + { { 0, 0, 16, -19, 0, 0, 0, 0, 2, 0, 0 }, 176.57903, 0.00003, 0.033 }, + { { 0, 0, 16, -17, 0, 0, 0, 0, -2, 0, 0 }, 61.63920, 0.00002, 0.056 }, + { { 0, 0, 16, -16, 0, 0, 0, 0, 2, -2, 0 }, 285.15760, 0.00001, 0.175 }, + { { 0, 0, 16, -16, 0, 0, 0, 0, 2, 0, 0 }, 105.15760, 0.00001, 0.031 }, + { { 0, 0, 16, -15, 0, 0, 0, 0, 2, 0, 0 }, 314.07051, 0.00001, 0.031 }, + { { 0, 0, 16, -12, 0, 0, 0, 0, 2, 0, 0 }, 39.52371, 0.00001, 0.029 }, + { { 0, 0, 17, -32, 0, 0, 0, 0, 0, 0, 0 }, 177.43281, 0.00003, 71.966 }, + { { 0, 0, 17, -30, 0, 0, 0, 0, 1, 0, -1 }, 127.79195, 0.00004, 232.951 }, + { { 0, 0, 17, -26, 0, 0, 0, 0, -2, 0, 0 }, 170.13386, 0.00001, 0.046 }, + { { 0, 0, 17, -26, 0, 0, 0, 0, -2, 2, 0 }, 350.13386, 0.00001, 0.202 }, + { { 0, 0, 17, -22, 0, 0, 0, 0, -2, 0, 0 }, 127.47514, 0.00003, 0.051 }, + { { 0, 0, 17, -22, 0, 0, 0, 0, 2, 0, 0 }, 119.39870, 0.00002, 0.033 }, + { { 0, 0, 17, -21, 0, 0, 0, 0, 2, 0, 0 }, 147.97804, 0.00003, 0.033 }, + { { 0, 0, 17, -20, 0, 0, 0, 0, -2, 0, 0 }, 184.98776, 0.00003, 0.054 }, + { { 0, 0, 17, -20, 0, 0, 0, 0, -2, 1, 0 }, 184.90046, 0.00001, 0.195 }, + { { 0, 0, 17, -20, 0, 0, 0, 0, -2, 2, 0 }, 184.98776, 0.00003, 0.123 }, + { { 0, 0, 17, -20, 0, 0, 0, 0, 2, -2, 0 }, 356.14045, 0.00001, 0.218 }, + { { 0, 0, 17, -20, 0, 0, 0, 0, 2, 0, 0 }, 176.14045, 0.00001, 0.032 }, + { { 0, 0, 17, -19, 0, 0, 0, 0, -2, 0, 0 }, 33.26221, 0.00001, 0.056 }, + { { 0, 0, 17, -16, 0, 0, 0, 0, 2, -2, 0 }, 133.93665, 0.00001, 0.149 }, + { { 0, 0, 17, -15, 0, 0, 0, 0, 2, 0, 0 }, 342.68432, 0.00001, 0.030 }, + { { 0, 0, 17, -11, 0, 0, 0, 0, -2, -1, 2 }, 255.25925, 0.00001, 307.754 }, + { { 0, 0, 18, -23, 0, 0, 0, 0, -2, 0, 0 }, 127.33491, 0.00002, 0.053 }, + { { 0, 0, 18, -21, 0, 0, 0, 0, -2, 0, 0 }, 184.70038, 0.00005, 0.056 }, + { { 0, 0, 18, -21, 0, 0, 0, 0, -2, 1, 0 }, 184.63315, 0.00001, 0.215 }, + { { 0, 0, 18, -20, 0, 0, 0, 0, -2, 0, 0 }, 212.83122, 0.00003, 0.058 }, + { { 0, 0, 18, -20, 0, 0, 0, 0, -2, 2, 0 }, 212.83122, 0.00003, 0.109 }, + { { 0, 0, 18, -17, 0, 0, 0, 0, 2, 0, 0 }, 133.77971, 0.00002, 0.030 }, + { { 0, 0, 18, -16, 0, 0, 0, 0, 2, -2, 0 }, 162.44870, 0.00001, 0.130 }, + { { 0, 0, 18, -16, 0, 0, 0, 0, 2, 0, 0 }, 162.44870, 0.00001, 0.029 }, + { { 0, 0, 18, -15, 0, 0, 0, 0, 2, 0, 0 }, 190.77828, 0.00002, 0.029 }, + { { 0, 0, 19, -24, 0, 0, 0, 0, -2, 0, 0 }, 127.17685, 0.00001, 0.054 }, + { { 0, 0, 19, -24, 0, 0, 0, 0, -2, 2, 0 }, 307.17685, 0.00001, 0.125 }, + { { 0, 0, 19, -21, 0, 0, 0, 0, -2, 0, 0 }, 212.33767, 0.00002, 0.059 }, + { { 0, 0, 19, -21, 0, 0, 0, 0, -2, 2, 0 }, 32.33767, 0.00002, 0.104 }, + { { 0, 0, 20, -25, 0, 0, 0, 0, -2, 0, 0 }, 126.99989, 0.00001, 0.055 }, + { { 0, 0, 20, -25, 0, 0, 0, 0, -2, 2, 0 }, 306.99989, 0.00001, 0.118 }, + { { 0, 0, 20, -18, 0, 0, 0, 0, -3, 0, 1 }, 208.41212, 0.00001, 0.075 }, + { { 0, 0, 20, -18, 0, 0, 0, 0, -3, 1, 1 }, 208.41212, 0.00020, 584.305 }, + { { 0, 0, 20, -18, 0, 0, 0, 0, -3, 2, 1 }, 208.41212, 0.00001, 0.075 }, + { { 0, 0, 20, -16, 0, 0, 0, 0, -2, 1, 0 }, 273.88190, 0.00002, 88.385 }, + { { 0, 0, 21, -24, 0, 0, 0, 0, -2, 1, 0 }, 183.62426, 0.00001, 0.308 }, + { { 0, 0, 21, -18, 0, 0, 0, 0, -2, 1, 0 }, 2.12334, 0.00006, 19.211 }, + { { 0, 0, 22, -26, 0, 0, 0, 0, -2, 0, 0 }, 155.05940, 0.00001, 0.060 }, + { { 0, 0, 22, -26, 0, 0, 0, 0, -2, 2, 0 }, 155.05940, 0.00001, 0.101 }, + { { 0, 0, 22, -25, 0, 0, 0, 0, -2, 1, 0 }, 183.20907, 0.00001, 0.361 }, + { { 0, 0, 22, -20, 0, 0, 0, 0, -2, 1, 0 }, 158.94815, 0.00004, 8.664 }, + { { 0, 0, 23, -27, 0, 0, 0, 0, -2, 0, 0 }, 154.73587, 0.00002, 0.062 }, + { { 0, 0, 23, -23, 0, 0, 0, 0, -2, 1, 0 }, 72.25049, 0.00001, 1.408 }, + { { 0, 0, 23, -22, 0, 0, 0, 0, -2, 1, 0 }, 309.15553, 0.00002, 5.593 }, + { { 0, 0, 23, -20, 0, 0, 0, 0, -1, 0, 0 }, 2.10578, 0.00002, 411.317 }, + { { 0, 0, 24, -28, 0, 0, 0, 0, -2, 0, 0 }, 154.37991, 0.00001, 0.064 }, + { { 0, 0, 24, -28, 0, 0, 0, 0, -2, 2, 0 }, 334.37991, 0.00001, 0.092 }, + { { 0, 0, 24, -27, 0, 0, 0, 0, -2, 0, 0 }, 182.23674, 0.00001, 0.066 }, + { { 0, 0, 24, -27, 0, 0, 0, 0, -2, 2, 0 }, 182.23674, 0.00001, 0.088 }, + { { 0, 0, 24, -24, 0, 0, 0, 0, -2, 1, 0 }, 238.97560, 0.00003, 4.130 }, + { { 0, 0, 24, -23, 0, 0, 0, 0, -2, 1, 0 }, 132.62908, 0.00002, 3.454 }, + { { 0, 0, 25, -29, 0, 0, 0, 0, -2, 1, 0 }, 153.98902, 0.00001, 0.526 }, + { { 0, 0, 25, -28, 0, 0, 0, 0, -2, 0, 0 }, 181.66892, 0.00001, 0.068 }, + { { 0, 0, 25, -28, 0, 0, 0, 0, -2, 2, 0 }, 181.66892, 0.00001, 0.084 }, + { { 0, 0, 25, -26, 0, 0, 0, 0, -2, 1, 0 }, 230.75604, 0.00002, 3.273 }, + { { 0, 0, 25, -25, 0, 0, 0, 0, -2, 1, 0 }, 225.88579, 0.00002, 4.422 }, + { { 0, 0, 25, -22, 0, 0, 0, 0, 0, -1, 0 }, 2.97619, 0.00003, 21.191 }, + { { 0, 0, 26, -27, 0, 0, 0, 0, -2, 1, 0 }, 226.39043, 0.00002, 6.143 }, + { { 0, 0, 26, -24, 0, 0, 0, 0, 0, -1, 0 }, 162.60953, 0.00006, 61.818 }, + { { 0, 0, 26, -20, 0, 0, 0, 0, 2, -1, -2 }, 110.28992, 0.00005, 330.156 }, + { { 0, 0, 27, -32, 0, 0, 0, 0, -2, 1, 0 }, 125.13390, 0.00001, 0.669 }, + { { 0, 0, 27, -31, 0, 0, 0, 0, -2, 0, 0 }, 153.09018, 0.00001, 0.070 }, + { { 0, 0, 27, -31, 0, 0, 0, 0, -2, 2, 0 }, 153.09018, 0.00001, 0.081 }, + { { 0, 0, 27, -30, 0, 0, 0, 0, -2, 1, 0 }, 356.80000, 0.00001, 2.313 }, + { { 0, 0, 27, -26, 0, 0, 0, 0, 0, -1, 0 }, 352.51668, 0.00001, 12.572 }, + { { 0, 0, 28, -32, 0, 0, 0, 0, -2, 1, 0 }, 331.74936, 0.00003, 2.018 }, + { { 0, 0, 28, -31, 0, 0, 0, 0, -2, 1, 0 }, 163.29991, 0.00005, 27.739 }, + { { 0, 0, 28, -29, 0, 0, 0, 0, -1, 1, -1 }, 310.99597, 0.00002, 21.904 }, + { { 0, 0, 28, -28, 0, 0, 0, 0, 0, -1, 0 }, 283.32450, 0.00002, 6.997 }, + { { 0, 0, 29, -35, 0, 0, 0, 0, -2, 1, 0 }, 96.22138, 0.00001, 0.917 }, + { { 0, 0, 29, -34, 0, 0, 0, 0, -2, 0, 0 }, 124.35509, 0.00001, 0.072 }, + { { 0, 0, 29, -34, 0, 0, 0, 0, -2, 1, 0 }, 302.76516, 0.00001, 1.789 }, + { { 0, 0, 29, -34, 0, 0, 0, 0, -2, 2, 0 }, 124.35509, 0.00001, 0.079 }, + { { 0, 0, 29, -33, 0, 0, 0, 0, -2, 0, 0 }, 335.12452, 0.00002, 0.075 }, + { { 0, 0, 29, -33, 0, 0, 0, 0, -2, 1, 0 }, 164.61805, 0.00010, 36.607 }, + { { 0, 0, 29, -31, 0, 0, 0, 0, -1, 1, -1 }, 325.10220, 0.00004, 56.451 }, + { { 0, 0, 29, -29, 0, 0, 0, 0, 0, 1, -2 }, 276.74304, 0.00004, 123.278 }, + { { 0, 0, 30, -35, 0, 0, 0, 0, -2, 0, 0 }, 302.14790, 0.00003, 0.075 }, + { { 0, 0, 30, -35, 0, 0, 0, 0, -2, 1, 0 }, 100.84631, 0.00004, 11.027 }, + { { 0, 0, 30, -32, 0, 0, 0, 0, 0, -1, 0 }, 203.30541, 0.00002, 3.709 }, + { { 0, 0, 31, -37, 0, 0, 0, 0, -2, 1, 0 }, 87.28854, 0.00007, 6.491 }, + { { 0, 0, 31, -36, 0, 0, 0, 0, -2, 0, 0 }, 303.43665, 0.00001, 0.078 }, + { { 0, 0, 31, -36, 0, 0, 0, 0, -2, 1, 0 }, 301.50538, 0.00001, 2.648 }, + { { 0, 0, 31, -36, 0, 0, 0, 0, -2, 2, 0 }, 123.43665, 0.00001, 0.073 }, + { { 0, 0, 31, -35, 0, 0, 0, 0, -1, 0, 0 }, 139.98011, 0.00001, 44.834 }, + { { 0, 0, 31, -34, 0, 0, 0, 0, 0, -1, 0 }, 283.09021, 0.00001, 3.003 }, + { { 0, 0, 32, -39, 0, 0, 0, 0, -2, 0, 0 }, 66.96841, 0.00001, 0.074 }, + { { 0, 0, 32, -39, 0, 0, 0, 0, -2, 1, 0 }, 246.30668, 0.00002, 4.599 }, + { { 0, 0, 32, -39, 0, 0, 0, 0, -2, 2, 0 }, 66.96841, 0.00001, 0.077 }, + { { 0, 0, 32, -38, 0, 0, 0, 0, -2, 1, 0 }, 270.87146, 0.00003, 3.182 }, + { { 0, 0, 33, -40, 0, 0, 0, 0, -2, 1, 0 }, 247.00413, 0.00004, 3.986 }, + { { 0, 0, 33, -37, 0, 0, 0, 0, 0, -1, 0 }, 3.93918, 0.00001, 13.903 }, + { { 0, 0, 34, -43, 0, 0, 0, 0, -2, -1, 2 }, 348.90192, 0.00002, 93.931 }, + { { 0, 0, 34, -43, 0, 0, 0, 0, -2, 1, 0 }, 9.64559, 0.00002, 2.906 }, + { { 0, 0, 34, -42, 0, 0, 0, 0, -2, 1, 0 }, 216.14231, 0.00006, 5.333 }, + { { 0, 0, 34, -41, 0, 0, 0, 0, -1, -2, 1 }, 145.60826, 0.00001, 0.075 }, + { { 0, 0, 34, -41, 0, 0, 0, 0, -1, -1, 1 }, 145.60826, 0.00023, 958.407 }, + { { 0, 0, 34, -41, 0, 0, 0, 0, -1, 0, 1 }, 145.60826, 0.00001, 0.075 }, + { { 0, 0, 34, -39, 0, 0, 0, 0, 0, -1, 0 }, 321.59415, 0.00006, 116.831 }, + { { 0, 0, 34, -39, 0, 0, 0, 0, 0, 0, 0 }, 121.94508, 0.00002, 0.075 }, + { { 0, 0, 34, -37, 0, 0, 0, 0, 1, -1, -1 }, 192.00736, 0.00001, 55.060 }, + { { 0, 0, 35, -44, 0, 0, 0, 0, -2, 1, 0 }, 146.09153, 0.00001, 8.055 }, + { { 0, 0, 35, -41, 0, 0, 0, 0, 0, -1, 0 }, 291.69480, 0.00001, 18.245 }, + { { 0, 0, 36, -46, 0, 0, 0, 0, -2, 1, 0 }, 330.91251, 0.00002, 16.451 }, + { { 0, 0, 37, -48, 0, 0, 0, 0, -2, 0, 0 }, 130.62847, 0.00003, 0.075 }, + { { 0, 0, 37, -48, 0, 0, 0, 0, -2, 1, 0 }, 338.03715, 0.00009, 387.400 }, + { { 0, 0, 37, -46, 0, 0, 0, 0, -1, 1, -1 }, 339.49277, 0.00002, 142.421 }, + { { 0, 0, 37, -44, 0, 0, 0, 0, 0, 1, -2 }, 57.34447, 0.00002, 60.153 }, + { { 0, 0, 38, -50, 0, 0, 0, 0, -2, 1, 0 }, 97.76801, 0.00004, 15.163 }, + { { 0, 0, 39, -52, 0, 0, 0, 0, -2, 1, 0 }, 230.78360, 0.00004, 7.733 }, + { { 0, 0, 40, -54, 0, 0, 0, 0, -2, 1, 0 }, 20.79525, 0.00001, 5.190 }, + { { 0, 0, 42, -54, 0, 0, 0, 0, 0, -1, 0 }, 246.21724, 0.00004, 30.034 }, + { { 0, 0, 43, -56, 0, 0, 0, 0, 0, -1, 0 }, 228.92027, 0.00002, 33.253 }, + { { 0, 0, 44, -61, 0, 0, 0, 0, -2, 1, 0 }, 295.18201, 0.00002, 11.693 }, + { { 0, 0, 45, -63, 0, 0, 0, 0, -2, 1, 0 }, 104.45353, 0.00001, 45.137 }, + { { 0, 0, 46, -65, 0, 0, 0, 0, -2, 1, 0 }, 57.93969, 0.00003, 24.264 }, + { { 0, 0, 51, -71, 0, 0, 0, 0, 0, -1, 0 }, 68.68964, 0.00001, 187.401 }, + { { 0, 1, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 237.93464, 0.00002, 0.032 }, + { { 0, 1, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 55.12760, 0.00002, 0.056 }, + { { 0, 1, -7, 0, 0, 0, 0, 0, 0, -2, 0 }, 159.04683, 0.00001, 0.031 }, + { { 0, 1, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 161.06990, 0.00001, 0.054 }, + { { 0, 1, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 340.20497, 0.00006, 0.186 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, -4, 0, 0 }, 70.47271, 0.00006, 0.019 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, -4, 1, 0 }, 250.21061, 0.00001, 0.025 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, -2, -2, 0 }, 76.45194, 0.00002, 0.018 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, -2, -1, 0 }, 70.47271, 0.00003, 0.024 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 264.94565, 0.00004, 0.034 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, -2, 0, 2 }, 70.47271, 0.00003, 0.441 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 9.14843, 0.00001, 0.063 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 98.35052, 0.00004, 0.385 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, 0, -3, 0 }, 70.21061, 0.00001, 0.023 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 251.98361, 0.00001, 0.057 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 70.21061, 0.00003, 0.229 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 256.45190, 0.00002, 0.113 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 18.08649, 0.00001, 0.036 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 190.68014, 0.00007, 0.067 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 61.73109, 0.00001, 0.625 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, 0, -2, 0 }, 339.42181, 0.00002, 0.033 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 161.15086, 0.00005, 0.296 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 268.95182, 0.00002, 0.047 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -2, -1, 0 }, 32.81257, 0.00001, 0.025 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 144.92466, 0.00002, 0.037 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -2, 0, 2 }, 177.26229, 0.00003, 3.746 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 36.05892, 0.00008, 0.072 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -2, 3, 0 }, 29.12875, 0.00001, 0.079 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 167.94221, 0.00002, 0.035 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 92.27087, 0.00002, 0.064 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 282.33974, 0.00003, 0.421 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 172.05046, 0.00002, 0.092 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 0, 2, 0 }, 3.37989, 0.00001, 0.041 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 348.00750, 0.00001, 0.241 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 183.37989, 0.00004, 0.110 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 348.00750, 0.00001, 0.045 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 4.71253, 0.00003, 0.038 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 339.10825, 0.00007, 0.078 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -2, 2, 0 }, 81.70639, 0.00001, 2.503 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -2, 3, 0 }, 241.38144, 0.00002, 0.073 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, -1, 1 }, 298.16297, 0.00004, 0.074 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, 0, 1 }, 3.76314, 0.00004, 3.118 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, 1, 1 }, 298.16297, 0.00004, 0.077 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 241.21795, 0.00005, 0.068 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 60.31176, 0.00012, 0.728 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 231.96104, 0.00005, 0.084 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 1, 0, -1 }, 295.29056, 0.00004, 0.412 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 2, -3, 0 }, 69.64038, 0.00003, 0.061 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 253.24131, 0.00002, 0.099 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 2, 2, 0 }, 108.21808, 0.00003, 0.020 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, -2, 0 }, 253.07077, 0.00001, 0.019 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, -1, 0 }, 222.04182, 0.00001, 0.026 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 138.24040, 0.00009, 0.040 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 272.64309, 0.00006, 0.084 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 2, 0 }, 202.21862, 0.00005, 0.715 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, -2, 1 }, 304.16084, 0.00002, 0.039 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, -1, 1 }, 180.38629, 0.00002, 0.080 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 0, -1 }, 73.17937, 0.00002, 0.038 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 0, 1 }, 13.94859, 0.00005, 1.472 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 1, -1 }, 18.17852, 0.00006, 0.077 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 1, 1 }, 180.38629, 0.00002, 0.072 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 2, -1 }, 3.98463, 0.00003, 2.892 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 2, 1 }, 3.98463, 0.00002, 0.037 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -3, 2 }, 199.50609, 0.00002, 0.075 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -2, 0 }, 359.10606, 0.00001, 0.037 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -2, 2 }, 191.66664, 0.00003, 24.413 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 300.36488, 0.00006, 0.073 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -1, 2 }, 191.55300, 0.00007, 0.076 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 248.84996, 0.00027, 2.670 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 231.62449, 0.00003, 0.078 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, -2, -1 }, 184.00908, 0.00001, 0.036 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, -2, 1 }, 77.48486, 0.00002, 0.913 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, -1, -1 }, 203.70408, 0.00004, 0.068 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, -1, 1 }, 41.86021, 0.00006, 0.082 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 0, -1 }, 344.36281, 0.00005, 0.700 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 0, 1 }, 188.42332, 0.00002, 0.039 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 1, -1 }, 203.70408, 0.00004, 0.085 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 2, -1 }, 180.11553, 0.00003, 0.040 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 188.83984, 0.00002, 0.465 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 26.45087, 0.00006, 0.090 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, 0, -2 }, 18.11614, 0.00002, 0.403 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 10.04136, 0.00002, 0.041 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, 1, 0 }, 198.18672, 0.00005, 0.027 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, 2, 0 }, 15.65681, 0.00002, 0.020 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, 3, 0 }, 18.46289, 0.00001, 0.016 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 4, -2, 0 }, 198.11614, 0.00003, 0.044 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 4, -1, 0 }, 198.46289, 0.00001, 0.028 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 4, 0, 0 }, 198.11614, 0.00003, 0.020 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -4, 3, 0 }, 268.78542, 0.00001, 0.110 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 147.67739, 0.00007, 0.041 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 1, 0 }, 271.26418, 0.00011, 0.092 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 2, 0 }, 283.90058, 0.00002, 0.417 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 3, 0 }, 75.17521, 0.00001, 0.064 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, 0, -1 }, 111.05739, 0.00001, 0.040 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, 0, 1 }, 193.51503, 0.00001, 0.596 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, 2, -1 }, 291.05739, 0.00001, 0.743 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -1, 0 }, 112.71672, 0.00004, 0.079 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 321.66506, 0.00009, 1.599 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 1, 0 }, 97.46075, 0.00005, 0.072 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, -2, 1 }, 78.49336, 0.00003, 10.557 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, -1, -1 }, 248.38540, 0.00001, 0.073 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, -1, 1 }, 305.58851, 0.00002, 0.076 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 0, -1 }, 90.42922, 0.00011, 2.335 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 0, 1 }, 68.97006, 0.00001, 0.038 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 1, -1 }, 248.38540, 0.00001, 0.078 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, -2, 0 }, 287.45829, 0.00001, 0.871 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, -1, 0 }, 291.10129, 0.00014, 0.083 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 36.83157, 0.00003, 0.039 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -4, 0, 0 }, 159.60029, 0.00006, 0.021 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -4, 1, 0 }, 159.76262, 0.00001, 0.029 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, -1, 0 }, 159.60029, 0.00003, 0.027 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 0, 0 }, 330.26191, 0.00004, 0.043 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 0, 2 }, 339.76262, 0.00001, 0.268 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 1, 0 }, 20.42747, 0.00004, 0.101 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 2, 0 }, 302.51515, 0.00006, 0.294 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 3, 0 }, 355.54309, 0.00002, 0.060 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, -1, 1 }, 359.88529, 0.00003, 0.095 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, -1 }, 154.90262, 0.00004, 0.041 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 1, 1 }, 359.88529, 0.00003, 0.063 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 2, 1 }, 359.88529, 0.00002, 0.034 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, 0 }, 339.87950, 0.00011, 0.086 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 283.95544, 0.00005, 0.615 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, 133.28751, 0.00009, 0.067 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0 }, 227.46391, 0.00001, 0.036 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, -2, -1 }, 185.41196, 0.00001, 0.039 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, -1, 1 }, 75.04338, 0.00003, 0.071 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, -1 }, 211.05127, 0.00003, 1.749 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 1 }, 241.34006, 0.00004, 0.036 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 2, -1 }, 158.11077, 0.00002, 0.037 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, -3, 0 }, 195.44819, 0.00002, 0.075 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, -2, 0 }, 243.63467, 0.00006, 6.734 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 183.68179, 0.00015, 0.076 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, -2 }, 52.11306, 0.00001, 2.075 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 101.47110, 0.00002, 0.038 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, 1, 0 }, 161.06485, 0.00001, 0.025 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -2, -2, 0 }, 71.87100, 0.00003, 0.021 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -2, 0, 0 }, 114.51257, 0.00010, 0.045 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -2, 1, 0 }, 282.18411, 0.00012, 0.113 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -1, 0, 1 }, 244.77709, 0.00003, 0.272 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 0, -2, 0 }, 270.17206, 0.00002, 0.042 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 0, -1, 0 }, 278.99684, 0.00002, 0.094 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 145.62027, 0.00005, 0.381 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0 }, 278.99684, 0.00002, 0.063 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, -1 }, 204.00500, 0.00001, 0.636 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 2, -2, 0 }, 352.98901, 0.00002, 1.174 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 2, -1, 0 }, 83.25837, 0.00004, 0.071 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 0, -1, 0 }, 316.79985, 0.00002, 0.104 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0 }, 73.23439, 0.00003, 0.276 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0 }, 192.49446, 0.00001, 0.059 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 0, 2, 0 }, 123.06770, 0.00003, 0.033 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 2, -2, 0 }, 35.56497, 0.00002, 0.540 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 2, -1, 0 }, 261.41376, 0.00006, 0.066 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0 }, 337.62855, 0.00007, 0.035 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 2, 2, 0 }, 5.55511, 0.00003, 0.018 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 4, 0, 0 }, 173.47129, 0.00001, 0.019 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, -2, 0, 0 }, 271.88307, 0.00001, 0.050 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, -2, 2, 0 }, 271.88307, 0.00001, 0.156 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0 }, 20.45769, 0.00009, 0.216 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 0, 1, 0 }, 200.62169, 0.00001, 0.056 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 2, -3, 0 }, 194.63139, 0.00001, 0.096 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 2, -2, 0 }, 58.64320, 0.00001, 0.351 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 2, -1, 0 }, 336.69242, 0.00004, 0.062 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 2, 0, 0 }, 52.01281, 0.00003, 0.034 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0 }, 288.01491, 0.00002, 0.178 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, 0, 1, 0 }, 288.01491, 0.00003, 0.053 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, 0, 3, 0 }, 108.01491, 0.00001, 0.022 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, 2, -1, 0 }, 103.54401, 0.00002, 0.058 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, 2, 0, -2 }, 108.01491, 0.00001, 0.284 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, 2, 0, 0 }, 273.58577, 0.00005, 0.033 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, 2, 1, 0 }, 108.01491, 0.00001, 0.023 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, 2, 2, 0 }, 283.54402, 0.00002, 0.018 }, + { { 0, 1, 5, 0, 0, 0, 0, 0, 0, -1, 0 }, 198.95755, 0.00001, 0.151 }, + { { 0, 1, 5, 0, 0, 0, 0, 0, 0, 0, 0 }, 218.65009, 0.00004, 0.151 }, + { { 0, 1, 5, 0, 0, 0, 0, 0, 0, 1, 0 }, 198.95755, 0.00001, 0.050 }, + { { 0, 1, 5, 0, 0, 0, 0, 0, 0, 2, 0 }, 17.18636, 0.00002, 0.030 }, + { { 0, 1, 5, 0, 0, 0, 0, 0, 2, -1, 0 }, 67.70491, 0.00003, 0.055 }, + { { 0, 1, 5, 0, 0, 0, 0, 0, 2, 0, 0 }, 81.95901, 0.00005, 0.032 }, + { { 0, 1, 6, 0, 0, 0, 0, 0, 2, -2, 0 }, 126.18434, 0.00003, 0.171 }, + { { 0, 1, 6, 0, 0, 0, 0, 0, 2, 0, 0 }, 128.15219, 0.00002, 0.031 }, + { { 0, 2, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 236.75680, 0.00003, 0.033 }, + { { 0, 2, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 56.16034, 0.00003, 0.058 }, + { { 0, 2, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 341.51105, 0.00003, 0.032 }, + { { 0, 2, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 161.11980, 0.00001, 0.056 }, + { { 0, 2, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 341.51105, 0.00003, 0.211 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, -4, 0, 0 }, 70.42918, 0.00006, 0.019 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, -4, 1, 0 }, 250.20932, 0.00001, 0.025 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, -2, -1, 0 }, 70.42918, 0.00003, 0.024 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 232.98130, 0.00002, 0.035 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 65.16371, 0.00004, 0.066 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 70.20932, 0.00001, 0.506 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 70.20932, 0.00002, 0.267 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 256.44744, 0.00002, 0.105 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 241.13389, 0.00003, 0.070 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 159.01699, 0.00001, 1.026 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, -2, 3, 0 }, 191.34340, 0.00001, 0.081 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 190.35234, 0.00003, 0.364 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 269.46614, 0.00002, 0.045 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 137.74835, 0.00007, 0.038 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 0, 2 }, 328.89788, 0.00002, 2.789 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 165.98086, 0.00006, 39.899 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 3, 0 }, 281.38693, 0.00002, 0.075 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -1, 0, 1 }, 41.22923, 0.00004, 1.438 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 41.27098, 0.00002, 0.067 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 347.31228, 0.00006, 0.572 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 2, -3, 0 }, 184.41262, 0.00002, 0.060 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 2, -2, 0 }, 349.93304, 0.00002, 0.284 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 184.41262, 0.00004, 0.103 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 349.93304, 0.00002, 0.044 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 347.36166, 0.00003, 0.039 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 265.39157, 0.00007, 0.082 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -2, 2, 0 }, 42.61552, 0.00001, 0.976 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -2, 3, 0 }, 307.97442, 0.00001, 0.070 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, -1, 1 }, 120.03600, 0.00003, 0.077 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 0, -1 }, 94.89382, 0.00001, 0.038 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 0, 1 }, 180.06441, 0.00002, 3.281 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 1, -1 }, 30.86964, 0.00002, 0.075 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 1, 1 }, 120.03600, 0.00003, 0.074 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 2, -1 }, 61.07540, 0.00004, 34.842 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 3, -1 }, 68.72621, 0.00004, 0.076 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 339.70947, 0.00004, 0.071 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 57.53385, 0.00014, 1.335 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 339.70947, 0.00004, 0.080 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, -3, 0 }, 250.11517, 0.00004, 0.063 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 214.41864, 0.00003, 0.093 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 227.69362, 0.00004, 0.042 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, 0, 0 }, 37.76246, 0.00001, 0.020 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -4, 1, 0 }, 28.39318, 0.00002, 0.028 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, -1, 0 }, 20.61094, 0.00005, 0.026 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 23.49623, 0.00032, 0.041 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 10.82813, 0.00051, 0.089 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 2, 0 }, 4.72372, 0.00006, 0.494 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, -1, 1 }, 67.08162, 0.00002, 0.084 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 0, -1 }, 26.56720, 0.00006, 0.039 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 0, 1 }, 156.40311, 0.00003, 0.766 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 1, 1 }, 67.08162, 0.00002, 0.069 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -2, 0 }, 4.78686, 0.00004, 0.038 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 19.07630, 0.00061, 0.077 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 17.46813, 0.00353, 3.983 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 1, -2 }, 184.10687, 0.00002, 0.075 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 19.76925, 0.00050, 0.074 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 2, 0 }, 17.57116, 0.00004, 0.037 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 3, -2 }, 184.10687, 0.00002, 0.076 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 3, 0 }, 18.46160, 0.00002, 0.025 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -2, -1 }, 183.79418, 0.00001, 0.037 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -2, 0 }, 18.46160, 0.00001, 0.072 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -2, 1 }, 163.80157, 0.00002, 2.131 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -1, -1 }, 342.69259, 0.00004, 0.071 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 0, -1 }, 196.13750, 0.00003, 1.246 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 198.46160, 0.00001, 0.079 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 0, 1 }, 95.50990, 0.00003, 0.038 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 1, -1 }, 342.69259, 0.00004, 0.080 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, -3, 0 }, 45.96315, 0.00002, 0.068 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, -2, 0 }, 97.44246, 0.00002, 0.657 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 16.76641, 0.00034, 0.085 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 0, -2 }, 18.17297, 0.00003, 0.539 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 17.09378, 0.00018, 0.040 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 1, 0 }, 198.52933, 0.00002, 0.026 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 2, 0 }, 195.09805, 0.00002, 0.019 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 4, -1, 0 }, 198.46160, 0.00001, 0.027 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 4, 0, 0 }, 198.17297, 0.00005, 0.020 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, -2, 0 }, 253.29625, 0.00003, 0.020 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 237.28132, 0.00008, 0.043 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 285.54060, 0.00003, 0.098 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 2, 0 }, 350.35016, 0.00001, 0.331 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, 0, 1 }, 32.68511, 0.00003, 0.434 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, -2, 0 }, 122.18780, 0.00002, 0.040 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 133.43811, 0.00002, 0.083 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 280.49517, 0.00008, 0.799 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, -3, 1 }, 65.85423, 0.00001, 0.079 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, -1, -1 }, 59.56759, 0.00002, 0.077 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, -1, 1 }, 245.85423, 0.00001, 0.073 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 0, -1 }, 342.41017, 0.00003, 5.069 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 1, -1 }, 59.56759, 0.00002, 0.074 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 296.40014, 0.00004, 1.912 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 308.75757, 0.00011, 0.079 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 27.43604, 0.00006, 0.038 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -4, 0, 0 }, 342.09921, 0.00006, 0.021 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -4, 1, 0 }, 341.53776, 0.00001, 0.029 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, -1, 0 }, 341.43783, 0.00009, 0.028 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 16.29036, 0.00008, 0.044 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 0, 2 }, 161.53776, 0.00001, 0.229 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 1, 0 }, 151.19064, 0.00004, 0.108 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 2, 0 }, 145.98506, 0.00002, 0.248 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 3, 0 }, 140.00958, 0.00002, 0.058 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 0, -1 }, 230.71432, 0.00005, 0.042 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 0, 1 }, 359.88512, 0.00005, 0.303 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 1, -1 }, 179.88511, 0.00005, 0.097 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 2, 1 }, 359.88510, 0.00002, 0.034 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, -1, 0 }, 82.19246, 0.00006, 0.091 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 261.81283, 0.00017, 0.444 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, 1, 0 }, 93.69296, 0.00005, 0.064 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, -2, -1 }, 277.28671, 0.00001, 0.040 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, -2, 1 }, 59.21660, 0.00001, 0.653 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, -1, -1 }, 205.75512, 0.00002, 0.083 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, -1, 1 }, 45.56339, 0.00003, 0.068 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 0, -1 }, 218.94335, 0.00009, 0.835 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 0, 1 }, 277.72548, 0.00002, 0.036 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 1, -1 }, 205.75512, 0.00002, 0.069 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, -3, 0 }, 343.86597, 0.00002, 0.078 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, -2, 0 }, 110.76544, 0.00003, 2.096 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, -1, 0 }, 270.06938, 0.00005, 0.073 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, 0, -2 }, 48.25209, 0.00006, 6.968 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 279.71870, 0.00002, 0.037 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -2, 0, 0 }, 74.81102, 0.00003, 0.047 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -2, 1, 0 }, 130.12067, 0.00002, 0.121 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 0, -1, 0 }, 62.93729, 0.00003, 0.100 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 130.45832, 0.00005, 0.308 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, 71.80200, 0.00003, 0.061 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0 }, 270.97820, 0.00001, 0.034 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 1, 0, -1 }, 272.55475, 0.00003, 0.455 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 2, -3, 0 }, 265.85384, 0.00003, 0.085 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 2, -2, 0 }, 65.93661, 0.00001, 0.677 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 189.25373, 0.00007, 0.068 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 347.44591, 0.00005, 0.036 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, -2, 1, 0 }, 1.30914, 0.00003, 0.138 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 0, -1, 0 }, 8.41556, 0.00004, 0.111 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 184.81561, 0.00004, 0.235 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 0, 1, 0 }, 49.83667, 0.00004, 0.057 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 0, 2, 0 }, 164.48739, 0.00001, 0.033 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 1, 0, -1 }, 321.51074, 0.00001, 0.313 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 2, -3, 0 }, 74.26774, 0.00002, 0.093 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 2, -2, 0 }, 78.87845, 0.00001, 0.404 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 2, -1, 0 }, 208.97776, 0.00008, 0.064 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 2, 0, 0 }, 353.48209, 0.00006, 0.034 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 2, 1, 0 }, 147.18808, 0.00001, 0.024 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, -2, 0, 0 }, 272.18342, 0.00001, 0.051 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, -2, 2, 0 }, 272.18342, 0.00001, 0.142 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0 }, 20.36467, 0.00009, 0.190 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 0, 1, 0 }, 200.61859, 0.00001, 0.054 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 2, -3, 0 }, 61.49754, 0.00003, 0.102 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 2, -2, 0 }, 168.66316, 0.00003, 0.288 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 2, -1, 0 }, 327.66206, 0.00002, 0.060 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 2, 0, 0 }, 200.87584, 0.00002, 0.033 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 0, -1, 0 }, 109.79004, 0.00001, 0.143 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0 }, 109.79004, 0.00004, 0.160 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 0, 1, 0 }, 109.71005, 0.00006, 0.051 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 2, -2, 0 }, 103.22966, 0.00005, 0.223 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 2, -1, 0 }, 292.22983, 0.00004, 0.056 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 2, 0, -2 }, 289.79004, 0.00001, 0.241 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 2, 0, 0 }, 278.00460, 0.00004, 0.032 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 2, 1, 0 }, 289.47871, 0.00008, 0.023 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 2, 2, 0 }, 283.54384, 0.00002, 0.017 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 4, -2, 0 }, 291.87851, 0.00001, 0.034 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 4, 0, 0 }, 111.87851, 0.00001, 0.018 }, + { { 0, 2, 4, 0, 0, 0, 0, 0, 2, -2, 0 }, 224.76610, 0.00004, 0.183 }, + { { 0, 2, 4, 0, 0, 0, 0, 0, 2, 0, 0 }, 238.17762, 0.00004, 0.031 }, + { { 0, 2, 5, 0, 0, 0, 0, 0, 2, -2, 0 }, 125.14479, 0.00002, 0.154 }, + { { 0, 2, 5, 0, 0, 0, 0, 0, 2, 0, 0 }, 125.14479, 0.00002, 0.030 }, + { { 0, 2, 10, 0, 0, 0, 0, 0, 0, -1, 0 }, 74.70866, 0.00003, 212.377 }, + { { 0, 3, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 237.71139, 0.00003, 0.033 }, + { { 0, 3, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 339.41076, 0.00006, 0.064 }, + { { 0, 3, -9, 0, 0, 0, 0, 0, -2, 3, 0 }, 315.17239, 0.00004, 0.092 }, + { { 0, 3, -9, 0, 0, 0, 0, 0, 0, -2, 0 }, 341.52631, 0.00003, 0.033 }, + { { 0, 3, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 162.23374, 0.00003, 0.058 }, + { { 0, 3, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 326.41346, 0.00004, 0.243 }, + { { 0, 3, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 158.14903, 0.00002, 0.110 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -4, 0, 0 }, 70.96943, 0.00004, 0.019 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -4, 1, 0 }, 250.20656, 0.00001, 0.025 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -4, 2, 0 }, 248.22796, 0.00001, 0.038 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -2, -1, 0 }, 71.97639, 0.00001, 0.024 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 67.78814, 0.00003, 0.068 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 244.27182, 0.00003, 0.741 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -2, 3, 0 }, 56.98550, 0.00001, 0.084 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 76.54934, 0.00001, 0.034 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 251.89382, 0.00002, 0.061 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 73.45400, 0.00002, 0.320 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 256.44111, 0.00002, 0.099 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, 0, 2, 0 }, 250.20656, 0.00001, 0.043 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, -2, 0 }, 338.75488, 0.00001, 0.019 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, -1, 2 }, 137.63746, 0.00004, 0.075 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 351.36872, 0.00002, 0.037 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 25.80622, 0.00001, 0.074 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, 1, 2 }, 137.63746, 0.00004, 0.076 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, 3, 0 }, 277.72940, 0.00001, 0.077 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 0, -2, 0 }, 338.75488, 0.00002, 0.035 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 330.17014, 0.00002, 0.065 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 216.11216, 0.00002, 0.471 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 330.17014, 0.00002, 0.090 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 2, -2, 0 }, 90.02831, 0.00001, 0.257 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 270.02831, 0.00001, 0.044 }, + { { 0, 3, -7, 4, 0, 0, 0, 0, 0, 0, 0 }, 56.72250, 0.00001, 302.434 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 118.17891, 0.00005, 0.039 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -2, 0, 2 }, 32.80852, 0.00001, 1.016 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 177.14859, 0.00002, 0.079 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 6.70688, 0.00005, 1.537 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -2, 3, 0 }, 171.35881, 0.00001, 0.072 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, -1, 1 }, 37.19607, 0.00005, 0.075 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 0, -1 }, 236.98488, 0.00002, 0.037 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 0, 1 }, 54.25868, 0.00021, 14.355 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 1, 1 }, 37.19607, 0.00005, 0.076 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, -2, 0 }, 279.38394, 0.00001, 0.036 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 47.41658, 0.00004, 0.070 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 15.39028, 0.00006, 0.890 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 56.13301, 0.00001, 0.082 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 351.79727, 0.00001, 0.345 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 185.42097, 0.00002, 0.097 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 345.06497, 0.00006, 0.042 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 223.81127, 0.00004, 0.040 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 199.48096, 0.00015, 0.086 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 5.16921, 0.00002, 0.606 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -1, 0, 1 }, 87.30413, 0.00001, 1.075 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, -2, 0 }, 221.45681, 0.00001, 0.038 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 219.07659, 0.00017, 0.075 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 169.13282, 0.00049, 8.102 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 215.86401, 0.00018, 0.076 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 2, 0 }, 215.44316, 0.00003, 0.038 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, -2, 0 }, 6.09885, 0.00001, 0.527 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 190.50865, 0.00018, 0.088 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 209.72852, 0.00010, 0.041 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 1, 0 }, 195.22722, 0.00002, 0.026 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 2, 0 }, 108.72659, 0.00003, 0.020 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -4, 0, 0 }, 199.10360, 0.00002, 0.021 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -4, 1, 0 }, 21.01910, 0.00001, 0.028 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, -1, 0 }, 24.70838, 0.00004, 0.027 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 35.03037, 0.00035, 0.042 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 0.36084, 0.00031, 0.094 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, -1, 1 }, 162.91385, 0.00001, 0.088 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 0, -1 }, 335.92175, 0.00003, 0.040 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 190.89409, 0.00007, 0.087 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 0, 1 }, 155.99394, 0.00004, 0.518 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 1, -1 }, 210.39961, 0.00003, 0.086 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 1, 1 }, 162.91385, 0.00001, 0.066 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 9.39327, 0.00002, 0.039 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 13.81478, 0.00038, 0.081 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 18.08492, 0.00157, 1.141 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 16.61527, 0.00028, 0.071 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 2, 0 }, 8.36303, 0.00002, 0.037 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -2, 0 }, 25.73822, 0.00004, 0.075 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -1, -1 }, 108.36239, 0.00002, 0.074 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -1, 0 }, 14.20298, 0.00057, 95.796 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -1, 1 }, 135.93646, 0.00004, 0.075 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, -1 }, 174.05670, 0.00012, 5.644 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 11.16568, 0.00038, 0.075 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, 1 }, 138.90717, 0.00005, 0.037 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 1, -1 }, 108.36239, 0.00002, 0.076 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 1, 0 }, 10.89455, 0.00002, 0.038 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, -3, 0 }, 356.88165, 0.00001, 0.071 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 165.59188, 0.00002, 1.114 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 55.36802, 0.00004, 0.081 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 150.42610, 0.00003, 0.039 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, 1, 0 }, 198.22105, 0.00002, 0.026 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 4, -1, 0 }, 198.45884, 0.00001, 0.027 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 4, 0, 0 }, 198.22105, 0.00004, 0.020 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 121.41607, 0.00005, 0.044 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -1, 0, 1 }, 301.61843, 0.00005, 0.341 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -2, 0 }, 102.67689, 0.00003, 0.041 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 90.81909, 0.00003, 0.088 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 289.53952, 0.00019, 0.533 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 167.27829, 0.00002, 0.066 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, 2, 0 }, 288.50382, 0.00001, 0.035 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, 0, -1 }, 260.53596, 0.00001, 1.215 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -3, 0 }, 194.12291, 0.00002, 0.076 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -2, 0 }, 134.81127, 0.00004, 9.751 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 247.82718, 0.00018, 0.075 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 0, -2 }, 287.04145, 0.00002, 4.330 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 21.36001, 0.00008, 0.038 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 2, 0 }, 287.00716, 0.00001, 0.019 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, -1, 0 }, 341.15854, 0.00006, 0.028 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 99.62915, 0.00002, 0.046 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, 0, 2 }, 161.53757, 0.00001, 0.201 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 144.11820, 0.00006, 0.116 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, 3, 0 }, 172.77469, 0.00001, 0.056 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, 0, -1 }, 337.73451, 0.00004, 0.044 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, 0, 1 }, 313.28069, 0.00002, 0.254 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, 1, -1 }, 179.88382, 0.00002, 0.104 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 322.14856, 0.00010, 0.096 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 258.75436, 0.00015, 0.348 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 227.39335, 0.00001, 0.062 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, -3, 1 }, 158.54726, 0.00001, 0.090 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, -2, 1 }, 346.43717, 0.00002, 0.464 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, -1, -1 }, 324.11039, 0.00002, 0.087 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, -1, 1 }, 139.21760, 0.00003, 0.065 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 0, -1 }, 246.19949, 0.00007, 0.549 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 0, 1 }, 109.05388, 0.00002, 0.035 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 1, -1 }, 324.11039, 0.00002, 0.066 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, -3, 0 }, 175.38472, 0.00002, 0.082 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 206.02217, 0.00005, 0.907 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 317.37626, 0.00005, 0.070 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, 0, -2 }, 338.35561, 0.00002, 1.300 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 117.81178, 0.00002, 0.036 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 3, -2, -1 }, 347.72281, 0.00002, 20.498 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 3, -1, -1 }, 65.37118, 0.00004, 0.075 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 359.72482, 0.00004, 0.048 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, -2, 1, 0 }, 311.60466, 0.00003, 0.131 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 200.95592, 0.00005, 0.258 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 1, 0, -1 }, 237.57842, 0.00001, 0.354 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 2, -2, 0 }, 74.30925, 0.00001, 0.476 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 2, -1, 0 }, 171.50724, 0.00005, 0.065 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 38.03715, 0.00006, 0.035 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, -2, 1, 0 }, 2.20065, 0.00003, 0.151 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 0, -1, 0 }, 19.39753, 0.00001, 0.119 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 194.48418, 0.00005, 0.205 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, 70.59666, 0.00001, 0.055 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 178.61147, 0.00010, 0.061 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 137.06954, 0.00003, 0.034 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 2, 2, 0 }, 221.75688, 0.00001, 0.018 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 0, -1, 0 }, 20.64914, 0.00002, 0.136 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 23.98428, 0.00007, 0.170 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 2, -2, 0 }, 260.88870, 0.00001, 0.244 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 2, -1, 0 }, 20.35055, 0.00003, 0.058 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 2, 0, 0 }, 34.40026, 0.00001, 0.033 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 0, -1, 0 }, 108.06780, 0.00003, 0.157 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0 }, 103.46985, 0.00008, 0.145 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 0, 1, 0 }, 109.19685, 0.00002, 0.050 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 0, 3, 0 }, 109.78985, 0.00001, 0.021 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 2, -2, 0 }, 108.01575, 0.00002, 0.196 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 2, -1, 0 }, 99.93135, 0.00001, 0.054 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 2, 0, -2 }, 289.78985, 0.00001, 0.210 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 2, 0, 0 }, 283.54426, 0.00002, 0.032 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 2, 1, 0 }, 108.01575, 0.00002, 0.022 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 2, 2, 0 }, 103.54426, 0.00002, 0.017 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 4, -2, 0 }, 291.73443, 0.00001, 0.034 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 4, -1, 0 }, 289.78985, 0.00001, 0.023 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 4, 0, 0 }, 108.82108, 0.00005, 0.018 }, + { { 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0 }, 18.78524, 0.00001, 0.127 }, + { { 0, 3, 3, 0, 0, 0, 0, 0, 2, 0, 0 }, 25.55689, 0.00002, 0.031 }, + { { 0, 3, 3, 0, 0, 0, 0, 0, 2, 2, 0 }, 198.78524, 0.00001, 0.017 }, + { { 0, 3, 4, 0, 0, 0, 0, 0, 2, 0, 0 }, 126.71802, 0.00005, 0.030 }, + { { 0, 4, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 238.62640, 0.00003, 0.034 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 175.03590, 0.00001, 0.035 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 355.46517, 0.00004, 0.067 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 311.63064, 0.00002, 0.580 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, -2, 3, 0 }, 321.47167, 0.00002, 0.087 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, 0, -2, 0 }, 341.54758, 0.00003, 0.033 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 161.45846, 0.00004, 0.060 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 325.05327, 0.00004, 0.286 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 161.54758, 0.00003, 0.102 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -4, 0, 0 }, 70.35089, 0.00003, 0.019 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -4, 2, 0 }, 250.35089, 0.00003, 0.039 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -2, -1, 0 }, 250.20209, 0.00002, 0.025 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -2, -1, 2 }, 69.93955, 0.00001, 0.073 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 59.56273, 0.00002, 0.037 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -2, 0, 2 }, 70.35089, 0.00003, 2.562 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 18.23406, 0.00003, 0.072 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -2, 1, 2 }, 69.93955, 0.00001, 0.078 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -2, 2, 0 }, 254.87257, 0.00003, 1.381 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -2, 3, 0 }, 200.04939, 0.00001, 0.080 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, 0, -2, 0 }, 55.47122, 0.00002, 0.034 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 20.34511, 0.00003, 0.400 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, 2, -3, 0 }, 70.20209, 0.00001, 0.057 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 250.20209, 0.00001, 0.111 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 332.93618, 0.00006, 0.077 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 124.20841, 0.00006, 3.622 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 327.46061, 0.00003, 0.068 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 89.24707, 0.00005, 0.668 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 327.46061, 0.00003, 0.085 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, 2, -2, 0 }, 90.62535, 0.00001, 0.306 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 270.62535, 0.00001, 0.043 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 127.71539, 0.00005, 0.040 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 69.56040, 0.00009, 0.083 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 19.48543, 0.00004, 0.784 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, -1, 0, 1 }, 224.88769, 0.00003, 1.799 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 0, -2, 0 }, 279.44566, 0.00001, 0.037 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 227.17211, 0.00002, 0.073 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 79.11937, 0.00004, 2.008 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 224.59384, 0.00004, 0.078 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 1, 0, -1 }, 31.29656, 0.00001, 0.644 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 2, -2, 0 }, 170.40674, 0.00002, 0.440 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 189.89143, 0.00004, 0.091 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 358.70886, 0.00004, 0.041 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 210.64496, 0.00003, 0.041 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 157.43085, 0.00003, 0.091 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 255.59596, 0.00003, 0.439 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, 3, 0 }, 173.32575, 0.00001, 0.064 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -1, 0, 1 }, 180.13366, 0.00001, 0.643 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 249.88891, 0.00009, 0.078 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 211.78428, 0.00021, 1.992 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 249.88891, 0.00009, 0.073 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, -1, 1 }, 216.64922, 0.00005, 0.077 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 110.56874, 0.00001, 0.786 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 107.26761, 0.00004, 0.083 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 2, 2, 0 }, 108.49190, 0.00003, 0.019 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -4, 2, 0 }, 6.16459, 0.00001, 0.047 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 136.27517, 0.00005, 0.043 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 216.26225, 0.00007, 0.100 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 156.21844, 0.00002, 0.305 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 3, 0 }, 214.19694, 0.00001, 0.060 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 0, -1 }, 324.41426, 0.00004, 0.041 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 0, 1 }, 137.51978, 0.00002, 0.391 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 2, -1 }, 303.80496, 0.00001, 0.450 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 3, -1 }, 160.47482, 0.00001, 0.065 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 332.99258, 0.00010, 0.085 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 188.19895, 0.00013, 0.666 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 312.38622, 0.00005, 0.068 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, 2, 0 }, 177.24595, 0.00002, 0.036 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, -1, -1 }, 246.72078, 0.00002, 0.078 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, -1, 1 }, 321.13691, 0.00007, 0.071 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 0, -1 }, 353.58967, 0.00011, 2.231 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 0, 1 }, 157.20532, 0.00007, 0.037 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 1, -1 }, 246.72078, 0.00002, 0.073 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 2, -1 }, 0.11129, 0.00002, 0.037 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, -2, 0 }, 180.74996, 0.00004, 3.678 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 174.17457, 0.00028, 0.077 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, 0, -2 }, 199.01554, 0.00002, 1.652 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 179.45620, 0.00009, 0.038 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 4, -2, 0 }, 18.26096, 0.00002, 0.041 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 4, 0, 0 }, 198.26096, 0.00002, 0.020 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 96.99257, 0.00010, 0.045 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 258.34245, 0.00002, 0.111 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, 2, 0 }, 103.74635, 0.00002, 0.234 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -1, 0, 1 }, 275.73663, 0.00003, 0.281 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 91.35972, 0.00003, 0.042 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 241.05309, 0.00002, 0.093 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 292.63867, 0.00015, 0.400 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 241.05309, 0.00002, 0.063 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 2, 0 }, 255.53447, 0.00001, 0.034 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, 0, -1 }, 354.78341, 0.00003, 0.690 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 249.20274, 0.00008, 0.072 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 0, -2 }, 106.67067, 0.00001, 2.535 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 47.87601, 0.00009, 0.037 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, -3, 0 }, 161.53627, 0.00001, 0.016 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, -1, 0 }, 342.38978, 0.00004, 0.029 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 17.84022, 0.00004, 0.047 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 148.84117, 0.00007, 0.125 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, 2, 0 }, 162.68956, 0.00003, 0.190 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -1, 0, -1 }, 227.54902, 0.00005, 0.045 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 291.93713, 0.00004, 0.103 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 275.38693, 0.00011, 0.286 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 260.00909, 0.00003, 0.060 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, 2, 0 }, 88.82208, 0.00001, 0.033 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, -2, 1 }, 247.83106, 0.00001, 0.359 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, 0, -1 }, 272.54025, 0.00005, 0.408 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, 0, 1 }, 34.80233, 0.00001, 0.034 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, -3, 0 }, 206.79385, 0.00001, 0.087 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, -2, 0 }, 341.05634, 0.00001, 0.579 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 332.24674, 0.00003, 0.067 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 194.39228, 0.00004, 0.035 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, 2, 0 }, 22.40352, 0.00002, 0.018 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 3, -3, -1 }, 176.01454, 0.00001, 0.079 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 3, -1, -1 }, 176.01454, 0.00001, 0.072 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 75.76835, 0.00003, 0.049 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 5.81806, 0.00004, 0.143 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, -2, 3, 0 }, 114.49389, 0.00001, 0.051 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 70.34395, 0.00001, 0.114 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 189.45465, 0.00002, 0.222 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 70.34395, 0.00001, 0.056 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 0, 2, 0 }, 91.20893, 0.00001, 0.032 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 1, 0, -1 }, 226.87621, 0.00004, 0.290 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 2, -3, 0 }, 56.25997, 0.00003, 0.095 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 45.75332, 0.00004, 0.367 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 56.25997, 0.00003, 0.063 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 49.34236, 0.00009, 0.034 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 4, -2, 0 }, 216.90685, 0.00001, 0.036 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 202.61651, 0.00002, 0.052 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, 0, -1, 0 }, 332.51975, 0.00002, 0.129 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 225.61677, 0.00005, 0.182 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, 2, -3, 0 }, 93.00243, 0.00001, 0.105 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, 2, -1, 0 }, 191.34433, 0.00005, 0.059 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 16.00194, 0.00004, 0.033 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 0, -1, 0 }, 20.69904, 0.00001, 0.148 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 23.11011, 0.00006, 0.154 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 0, 2, 0 }, 202.74043, 0.00001, 0.030 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 2, -2, 0 }, 235.48616, 0.00001, 0.212 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 20.34617, 0.00003, 0.056 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 44.61452, 0.00005, 0.032 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, 0, -1, 0 }, 109.78855, 0.00001, 0.174 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 103.29433, 0.00002, 0.133 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, 0, 1, 0 }, 109.78855, 0.00003, 0.048 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, 2, -2, 0 }, 108.01556, 0.00002, 0.175 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, 2, 0, 0 }, 283.54469, 0.00002, 0.031 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, 2, 1, 0 }, 108.01556, 0.00002, 0.022 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, 2, 2, 0 }, 283.54469, 0.00002, 0.017 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, 4, 0, 0 }, 108.01556, 0.00004, 0.018 }, + { { 0, 4, 2, 0, 0, 0, 0, 0, 2, -3, 0 }, 213.43590, 0.00003, 0.153 }, + { { 0, 4, 2, 0, 0, 0, 0, 0, 2, -1, 0 }, 33.43590, 0.00003, 0.050 }, + { { 0, 4, 2, 0, 0, 0, 0, 0, 2, 0, 0 }, 52.49807, 0.00003, 0.030 }, + { { 0, 4, 2, 0, 0, 0, 0, 0, 2, 2, 0 }, 18.59623, 0.00001, 0.017 }, + { { 0, 4, 3, 0, 0, 0, 0, 0, 2, 0, 0 }, 127.58869, 0.00005, 0.029 }, + { { 0, 4, 5, 0, 0, 0, 0, 0, -2, 1, 0 }, 171.49247, 0.00005, 49.129 }, + { { 0, 5, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 239.49283, 0.00003, 0.035 }, + { { 0, 5, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 240.32570, 0.00004, 0.065 }, + { { 0, 5, -12, 0, 0, 0, 0, 0, -2, 3, 0 }, 56.03796, 0.00001, 0.090 }, + { { 0, 5, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 215.93422, 0.00002, 0.036 }, + { { 0, 5, -11, 0, 0, 0, 0, 0, -2, 0, 2 }, 341.30282, 0.00001, 1.307 }, + { { 0, 5, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 342.18853, 0.00005, 0.070 }, + { { 0, 5, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 161.50170, 0.00005, 0.062 }, + { { 0, 5, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 341.57156, 0.00007, 0.348 }, + { { 0, 5, -11, 0, 0, 0, 0, 0, 0, 1, 0 }, 161.57156, 0.00004, 0.096 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, -2, -1, 0 }, 250.19575, 0.00001, 0.025 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 67.81255, 0.00004, 0.075 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 216.62659, 0.00002, 10.166 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, -2, 3, 0 }, 196.29099, 0.00001, 0.076 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, 0, -3, 0 }, 250.19575, 0.00001, 0.024 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 70.19575, 0.00001, 0.066 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 54.68545, 0.00004, 0.534 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, 2, -3, 0 }, 70.19575, 0.00001, 0.059 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 250.19575, 0.00001, 0.104 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 226.25502, 0.00002, 0.039 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 39.51297, 0.00001, 0.081 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -2, 3, 0 }, 130.52990, 0.00002, 0.071 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 316.48616, 0.00006, 0.076 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -1, 0, 1 }, 283.79515, 0.00003, 5.513 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -1, 1, 0 }, 275.01817, 0.00002, 68.379 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 304.18855, 0.00004, 0.071 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 111.72163, 0.00001, 1.146 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 304.18855, 0.00004, 0.081 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, -2, 0 }, 263.23769, 0.00001, 0.020 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 120.87102, 0.00006, 0.041 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 222.34288, 0.00002, 0.088 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 67.71088, 0.00002, 0.526 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, 3, 0 }, 137.37991, 0.00001, 0.066 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -1, 0, 1 }, 212.57091, 0.00002, 0.846 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 279.49445, 0.00001, 0.038 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 318.17443, 0.00004, 0.076 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 277.45356, 0.00018, 7.836 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 282.46665, 0.00004, 0.075 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 1, 0, -1 }, 115.47477, 0.00002, 1.080 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, -3, 0 }, 198.47444, 0.00002, 0.067 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 194.99750, 0.00004, 0.086 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 348.75528, 0.00005, 0.040 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 307.15247, 0.00003, 0.042 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 109.29271, 0.00005, 0.097 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 189.33649, 0.00001, 0.345 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, 0, 1 }, 140.49138, 0.00003, 0.458 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 86.92522, 0.00008, 0.082 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 341.88306, 0.00006, 0.887 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 90.38018, 0.00009, 0.070 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, 2, 0 }, 62.58660, 0.00001, 0.036 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, -3, 1 }, 271.14606, 0.00003, 0.078 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, -1, -1 }, 45.40023, 0.00004, 0.076 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, -1, 1 }, 271.14606, 0.00003, 0.073 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 0, -1 }, 76.22541, 0.00001, 13.541 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 1, -1 }, 45.40023, 0.00004, 0.075 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, -3, 0 }, 111.23040, 0.00001, 0.072 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, -2, 0 }, 227.76082, 0.00001, 1.547 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 198.54660, 0.00004, 0.079 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 137.59818, 0.00002, 0.039 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, -2, 0 }, 261.99828, 0.00002, 0.020 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 99.02006, 0.00002, 0.044 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 260.63308, 0.00008, 0.107 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 207.04874, 0.00001, 0.256 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, 3, 0 }, 311.25820, 0.00001, 0.058 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 0, -1 }, 322.97202, 0.00004, 0.042 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 0, 1 }, 13.29165, 0.00002, 0.314 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 1, -1 }, 201.88564, 0.00001, 0.096 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 2, -1 }, 303.67119, 0.00001, 0.351 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, -2, 0 }, 97.59430, 0.00001, 0.041 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 214.43229, 0.00004, 0.090 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 249.37020, 0.00007, 0.470 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 242.27771, 0.00004, 0.065 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 3, 0 }, 198.44804, 0.00001, 0.024 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, -2, -1 }, 160.52613, 0.00001, 0.039 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 0, -1 }, 16.51362, 0.00006, 0.931 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 0, 1 }, 145.11189, 0.00005, 0.036 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -3, 0 }, 101.52469, 0.00001, 0.078 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 33.85669, 0.00003, 2.828 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -1, -2 }, 16.75491, 0.00007, 0.076 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 359.37464, 0.00016, 0.073 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 0, -2 }, 16.37097, 0.00043, 49.790 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 187.26599, 0.00009, 0.037 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 1, -2 }, 16.75491, 0.00007, 0.075 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 1, 0 }, 198.44804, 0.00001, 0.025 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -2, -1, 0 }, 252.50602, 0.00001, 0.029 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 97.40159, 0.00005, 0.046 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 255.43248, 0.00002, 0.120 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 116.20773, 0.00001, 0.204 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -1, 0, 1 }, 301.16653, 0.00002, 0.239 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, -2, 0 }, 169.59331, 0.00002, 0.043 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 253.18809, 0.00006, 0.099 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 314.57609, 0.00007, 0.320 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 253.05765, 0.00003, 0.061 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 2, 0 }, 106.22954, 0.00001, 0.034 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 1, 0, -1 }, 343.40876, 0.00003, 0.482 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 194.44198, 0.00004, 0.068 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 59.98132, 0.00009, 0.036 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -2, -1, 0 }, 342.72733, 0.00003, 0.030 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 64.34737, 0.00003, 0.049 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 145.90588, 0.00004, 0.136 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -2, 3, 0 }, 332.24381, 0.00002, 0.052 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 93.39796, 0.00002, 0.045 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 341.47966, 0.00005, 0.110 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 243.13196, 0.00004, 0.242 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 354.93214, 0.00003, 0.058 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 0, 2, 0 }, 93.04228, 0.00001, 0.033 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, 0, -1 }, 275.04686, 0.00005, 0.325 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, -3, 0 }, 23.80909, 0.00002, 0.092 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 171.43451, 0.00002, 0.425 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 119.69202, 0.00005, 0.064 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 176.00826, 0.00004, 0.035 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, 2, 0 }, 265.02683, 0.00001, 0.018 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 105.48003, 0.00003, 0.051 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 296.68280, 0.00004, 0.157 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 162.53848, 0.00006, 0.195 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 0, 2, 0 }, 251.38158, 0.00001, 0.032 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 1, 0, -1 }, 243.24748, 0.00002, 0.245 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 55.74031, 0.00003, 0.060 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 45.75242, 0.00009, 0.033 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 202.06432, 0.00002, 0.054 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 326.28151, 0.00002, 0.140 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 217.28190, 0.00004, 0.163 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, 2, -3, 0 }, 169.87274, 0.00002, 0.112 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 115.21656, 0.00006, 0.057 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 7.16433, 0.00002, 0.032 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, 2, 2, 0 }, 277.37766, 0.00001, 0.017 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, 0, -1, 0 }, 20.75830, 0.00001, 0.163 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 19.75249, 0.00005, 0.140 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, 0, 2, 0 }, 202.81588, 0.00001, 0.030 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, 2, -2, 0 }, 60.25714, 0.00001, 0.187 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, 2, -1, 0 }, 20.35830, 0.00003, 0.054 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 45.90923, 0.00004, 0.031 }, + { { 0, 5, 0, 0, 0, 0, 0, 0, 0, -2, 0 }, 108.11458, 0.00002, 0.054 }, + { { 0, 5, 0, 0, 0, 0, 0, 0, 0, -1, 0 }, 109.78580, 0.00001, 0.195 }, + { { 0, 5, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, 109.78580, 0.00004, 0.047 }, + { { 0, 5, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 272.95738, 0.00003, 0.030 }, + { { 0, 5, 0, 0, 0, 0, 0, 0, 2, 2, 0 }, 103.54451, 0.00002, 0.017 }, + { { 0, 5, 0, 0, 0, 0, 0, 0, 4, -2, 0 }, 288.01426, 0.00002, 0.032 }, + { { 0, 5, 0, 0, 0, 0, 0, 0, 4, 0, 0 }, 108.01426, 0.00002, 0.017 }, + { { 0, 5, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 18.33412, 0.00001, 0.110 }, + { { 0, 5, 1, 0, 0, 0, 0, 0, 0, 2, 0 }, 18.33412, 0.00001, 0.028 }, + { { 0, 5, 1, 0, 0, 0, 0, 0, 2, 0, 0 }, 44.88764, 0.00006, 0.030 }, + { { 0, 5, 2, 0, 0, 0, 0, 0, 2, -2, 0 }, 307.82590, 0.00002, 0.120 }, + { { 0, 5, 2, 0, 0, 0, 0, 0, 2, 0, 0 }, 127.82590, 0.00002, 0.029 }, + { { 0, 6, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 240.30579, 0.00003, 0.036 }, + { { 0, 6, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 240.30579, 0.00004, 0.068 }, + { { 0, 6, -13, 0, 0, 0, 0, 0, -2, 3, 0 }, 240.30579, 0.00004, 0.085 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 215.01208, 0.00002, 0.037 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 341.59613, 0.00003, 2.115 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, -2, 3, 0 }, 352.05811, 0.00002, 0.078 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 161.36141, 0.00001, 0.065 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 346.34745, 0.00006, 0.445 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -4, 0, 0 }, 250.18744, 0.00002, 0.020 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -4, 2, 0 }, 250.18744, 0.00002, 0.041 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -2, -1, 0 }, 250.24113, 0.00007, 0.025 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 62.55192, 0.00001, 0.038 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 198.96842, 0.00005, 0.079 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -1, 0, 0 }, 70.18744, 0.00003, 0.073 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 50.72055, 0.00003, 0.802 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 250.18744, 0.00002, 0.098 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 294.11999, 0.00003, 0.040 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 21.14771, 0.00004, 0.085 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -2, 3, 0 }, 102.93139, 0.00002, 0.068 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, 0, -2, 0 }, 157.51497, 0.00001, 0.037 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 269.46567, 0.00002, 0.074 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 96.49542, 0.00003, 4.051 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 269.46567, 0.00002, 0.077 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -2, -2, 0 }, 318.52018, 0.00001, 0.020 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 108.30744, 0.00008, 0.042 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 202.50162, 0.00003, 0.093 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -2, 2, 0 }, 6.30122, 0.00001, 0.396 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 0, -2, 0 }, 279.53259, 0.00001, 0.039 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 1.89751, 0.00002, 0.080 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 285.66350, 0.00008, 1.328 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 306.98140, 0.00001, 0.071 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, -3, 1 }, 7.10310, 0.00001, 0.076 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, -2, 1 }, 171.60205, 0.00003, 30.407 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, -1, 1 }, 31.70023, 0.00007, 0.075 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, 0, -1 }, 4.10716, 0.00003, 3.326 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 7.63793, 0.00002, 0.039 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 245.41075, 0.00005, 0.044 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 111.43511, 0.00002, 0.103 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -2, 3, 0 }, 292.79977, 0.00001, 0.060 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -1, 0, 1 }, 177.49243, 0.00002, 0.356 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 63.72860, 0.00002, 0.040 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 203.97112, 0.00010, 0.087 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 294.93713, 0.00003, 0.570 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -3, 0 }, 27.73581, 0.00005, 0.075 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -2, 0 }, 359.48088, 0.00042, 47.898 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 16.69061, 0.00051, 0.076 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, 0, -2 }, 109.30345, 0.00002, 2.822 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 50.36638, 0.00002, 0.038 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 329.28293, 0.00003, 0.045 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 277.51667, 0.00009, 0.115 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -1, 0, -1 }, 289.83189, 0.00004, 0.043 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -1, 0, 1 }, 211.24322, 0.00001, 0.263 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -1, 1, -1 }, 201.88117, 0.00003, 0.102 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -1, 3, -1 }, 201.88117, 0.00001, 0.060 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, -2, 0 }, 148.78642, 0.00001, 0.042 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 68.14138, 0.00003, 0.095 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 31.63278, 0.00007, 0.363 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 54.97616, 0.00003, 0.062 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, -2, -1 }, 21.88117, 0.00001, 0.040 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, -1, -1 }, 345.60965, 0.00002, 0.087 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, -1, 1 }, 180.10049, 0.00005, 0.065 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, 0, -1 }, 5.54990, 0.00002, 0.588 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, 0, 1 }, 173.15578, 0.00005, 0.035 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, 1, -1 }, 345.60965, 0.00002, 0.067 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, -3, 0 }, 85.40438, 0.00001, 0.081 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, -2, 0 }, 10.60053, 0.00005, 1.021 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 15.08477, 0.00010, 0.070 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 164.93437, 0.00002, 0.036 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 3, -1, -1 }, 229.52247, 0.00002, 0.076 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 4, -2, 0 }, 198.43972, 0.00002, 0.039 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 4, 0, 0 }, 198.43972, 0.00002, 0.019 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -2, -1, 0 }, 252.56828, 0.00001, 0.029 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 88.26182, 0.00007, 0.048 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 255.22581, 0.00002, 0.129 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 62.11659, 0.00001, 0.181 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -1, 0, 1 }, 331.20180, 0.00001, 0.208 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, -2, 0 }, 207.27743, 0.00002, 0.044 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 258.40784, 0.00009, 0.105 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 327.80851, 0.00003, 0.266 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 253.69110, 0.00003, 0.059 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 2, 0 }, 215.23510, 0.00001, 0.033 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 1, 0, -1 }, 245.74358, 0.00002, 0.370 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 229.85587, 0.00002, 0.505 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 94.37305, 0.00011, 0.066 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 74.04347, 0.00009, 0.035 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -4, 0, 0 }, 342.75996, 0.00003, 0.022 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -4, 1, 0 }, 341.52905, 0.00001, 0.032 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -4, 2, 0 }, 342.75996, 0.00003, 0.055 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -2, -1, 0 }, 342.75996, 0.00006, 0.030 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 64.91892, 0.00004, 0.050 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 146.78335, 0.00004, 0.149 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -1, 0, 1 }, 174.74924, 0.00001, 0.172 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 332.00410, 0.00008, 0.118 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 178.77357, 0.00004, 0.210 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 340.84561, 0.00006, 0.056 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 0, 2, 0 }, 202.10221, 0.00002, 0.032 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, -2, -1 }, 97.27222, 0.00001, 0.044 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, -1, -1 }, 176.00731, 0.00001, 0.105 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, -1, 1 }, 356.00731, 0.00002, 0.058 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, 0, -1 }, 326.98458, 0.00004, 0.270 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, 0, 1 }, 326.89938, 0.00001, 0.033 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, 1, -1 }, 176.00731, 0.00001, 0.059 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 146.07546, 0.00005, 0.062 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 16.50948, 0.00003, 0.034 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 2, 2, 0 }, 341.11066, 0.00002, 0.018 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 106.49661, 0.00005, 0.053 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 296.23561, 0.00005, 0.175 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 203.17572, 0.00005, 0.174 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 2, -3, 0 }, 261.29030, 0.00001, 0.108 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 65.33369, 0.00004, 0.058 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 17.33361, 0.00004, 0.033 }, + { { 0, 6, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 190.90507, 0.00005, 0.056 }, + { { 0, 6, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 327.44602, 0.00003, 0.154 }, + { { 0, 6, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 227.02961, 0.00001, 0.148 }, + { { 0, 6, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 319.77697, 0.00002, 0.050 }, + { { 0, 6, -3, 0, 0, 0, 0, 0, 0, 2, 0 }, 195.58997, 0.00002, 0.030 }, + { { 0, 6, -3, 0, 0, 0, 0, 0, 2, -3, 0 }, 277.72539, 0.00001, 0.121 }, + { { 0, 6, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 136.74451, 0.00003, 0.055 }, + { { 0, 6, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 3.57627, 0.00004, 0.032 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 20.82057, 0.00001, 0.182 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 18.93432, 0.00004, 0.129 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 20.82057, 0.00001, 0.048 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 319.74101, 0.00001, 0.167 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 20.38003, 0.00003, 0.052 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 55.75275, 0.00005, 0.031 }, + { { 0, 6, -1, 0, 0, 0, 0, 0, 0, -2, 0 }, 108.11067, 0.00002, 0.056 }, + { { 0, 6, -1, 0, 0, 0, 0, 0, 0, -1, 0 }, 108.76119, 0.00003, 0.222 }, + { { 0, 6, -1, 0, 0, 0, 0, 0, 0, 1, 0 }, 106.47422, 0.00001, 0.045 }, + { { 0, 6, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 327.36545, 0.00001, 0.030 }, + { { 0, 6, -1, 0, 0, 0, 0, 0, 2, 1, 0 }, 289.78133, 0.00001, 0.021 }, + { { 0, 6, -1, 0, 0, 0, 0, 0, 2, 2, 0 }, 103.54322, 0.00002, 0.017 }, + { { 0, 7, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 243.22762, 0.00002, 0.037 }, + { { 0, 7, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 214.52157, 0.00002, 0.038 }, + { { 0, 7, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 341.61999, 0.00003, 0.076 }, + { { 0, 7, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 140.50903, 0.00001, 6.550 }, + { { 0, 7, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 161.41597, 0.00001, 0.067 }, + { { 0, 7, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 345.98409, 0.00005, 0.617 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, -4, 0, 0 }, 250.17709, 0.00003, 0.020 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, -2, -1, 0 }, 250.21747, 0.00006, 0.026 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 239.69790, 0.00002, 0.039 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 243.82396, 0.00005, 0.083 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, -1, 0, 0 }, 250.17709, 0.00003, 0.077 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 63.63303, 0.00002, 0.072 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 41.24613, 0.00002, 1.609 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, 0, 1, 0 }, 63.63303, 0.00002, 0.079 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 250.17709, 0.00003, 0.092 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 294.01403, 0.00005, 0.041 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 123.28536, 0.00007, 0.090 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, -2, 3, 0 }, 271.82156, 0.00002, 0.065 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 120.76434, 0.00002, 0.078 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 356.91065, 0.00002, 2.641 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, 0, 1, 0 }, 120.14109, 0.00001, 0.073 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, -2, -2, 0 }, 251.22528, 0.00002, 0.020 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 113.70379, 0.00008, 0.043 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 41.68021, 0.00001, 0.099 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 210.54627, 0.00001, 0.317 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 340.57936, 0.00002, 0.084 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 343.05074, 0.00004, 0.725 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 340.57936, 0.00002, 0.068 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 1, 0, -1 }, 177.77218, 0.00004, 3.078 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 2, -3, 0 }, 124.52135, 0.00002, 0.073 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 304.52135, 0.00002, 0.078 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 8.49673, 0.00002, 0.038 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 246.56466, 0.00004, 0.045 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 110.02782, 0.00001, 0.110 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, -2, 2, 0 }, 299.94504, 0.00001, 0.241 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, -1, 0, -1 }, 292.98190, 0.00001, 0.043 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, -1, 0, 1 }, 115.56672, 0.00003, 0.291 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, -1, 2, -1 }, 292.98190, 0.00001, 0.323 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 0, -2, 0 }, 62.75233, 0.00002, 0.041 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 289.39993, 0.00003, 0.092 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 118.96407, 0.00008, 0.420 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 289.22361, 0.00002, 0.064 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 0, 2, 0 }, 104.25194, 0.00001, 0.035 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 1, 0, -1 }, 93.25988, 0.00005, 0.755 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, -3, 0 }, 291.34493, 0.00001, 0.079 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, -2, 0 }, 302.72674, 0.00003, 1.654 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 50.41077, 0.00003, 0.072 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, 0, -2 }, 289.48162, 0.00004, 3.688 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 258.76169, 0.00001, 0.037 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, 2, 0 }, 289.66826, 0.00002, 0.019 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 335.16836, 0.00004, 0.047 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 279.16556, 0.00006, 0.123 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -1, 0, -1 }, 274.74880, 0.00003, 0.045 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -1, 0, 1 }, 125.46726, 0.00002, 0.226 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -1, 1, -1 }, 201.87483, 0.00002, 0.109 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -1, 2, 1 }, 21.87483, 0.00001, 0.032 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -1, 3, -1 }, 21.87483, 0.00001, 0.058 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 149.09965, 0.00001, 0.043 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 22.59576, 0.00007, 0.101 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 40.22952, 0.00001, 0.296 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 29.22520, 0.00007, 0.060 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, 0, -1 }, 331.85421, 0.00001, 0.430 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, 0, 1 }, 180.09218, 0.00002, 0.034 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, -3, 0 }, 321.21875, 0.00002, 0.086 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, -2, 0 }, 11.72041, 0.00002, 0.623 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 351.47761, 0.00004, 0.067 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, 0, -2 }, 198.33889, 0.00002, 0.787 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 11.72041, 0.00001, 0.036 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, 1, 0 }, 18.23490, 0.00001, 0.024 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 4, 0, 0 }, 198.42938, 0.00003, 0.019 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 72.01001, 0.00006, 0.049 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 257.30297, 0.00001, 0.141 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 120.97839, 0.00002, 0.163 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -1, 0, 1 }, 319.02551, 0.00001, 0.184 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, -2, 0 }, 241.74020, 0.00003, 0.045 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 257.71187, 0.00006, 0.113 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 140.57312, 0.00002, 0.228 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 1, 0, -1 }, 76.38331, 0.00003, 0.301 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, -2, 0 }, 242.07888, 0.00003, 0.384 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 86.02335, 0.00010, 0.063 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -4, 0, 0 }, 342.78735, 0.00003, 0.023 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -4, 1, 0 }, 341.52271, 0.00001, 0.032 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -4, 2, 0 }, 342.78735, 0.00003, 0.057 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -2, -1, 0 }, 342.78735, 0.00005, 0.031 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 62.76990, 0.00005, 0.052 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 150.60818, 0.00004, 0.164 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 121.88496, 0.00001, 0.140 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 347.56452, 0.00009, 0.127 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 144.14796, 0.00008, 0.186 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 2.18039, 0.00006, 0.054 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 0, 2, 0 }, 145.16053, 0.00002, 0.031 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 1, 0, -1 }, 338.44804, 0.00002, 0.231 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 1, 0, 1 }, 319.18600, 0.00004, 0.032 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 1, 2, -1 }, 176.00097, 0.00001, 0.032 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 2, -3, 0 }, 291.99769, 0.00001, 0.104 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 223.33454, 0.00001, 0.277 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 160.03735, 0.00012, 0.059 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 13.13581, 0.00005, 0.033 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 2, 2, 0 }, 161.27242, 0.00001, 0.018 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 97.01960, 0.00006, 0.054 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 305.73577, 0.00004, 0.196 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, -2, 3, 0 }, 249.33293, 0.00001, 0.047 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 0, -2, 0 }, 85.60022, 0.00002, 0.050 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 69.33293, 0.00001, 0.145 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 143.40048, 0.00003, 0.157 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 1, 0, -1 }, 113.15165, 0.00001, 0.188 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 12.18558, 0.00003, 0.032 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 191.23788, 0.00006, 0.058 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 327.19770, 0.00003, 0.170 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 33.84883, 0.00002, 0.136 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 327.19770, 0.00003, 0.048 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, 0, 2, 0 }, 97.27399, 0.00001, 0.030 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 77.19810, 0.00002, 0.178 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 139.24943, 0.00003, 0.053 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 61.50093, 0.00004, 0.031 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, 2, 2, 0 }, 326.94990, 0.00002, 0.017 }, + { { 0, 7, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 272.39330, 0.00001, 0.322 }, + { { 0, 7, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 19.00945, 0.00002, 0.119 }, + { { 0, 7, -3, 0, 0, 0, 0, 0, 0, 2, 0 }, 199.00945, 0.00002, 0.029 }, + { { 0, 7, -2, 0, 0, 0, 0, 0, 0, -2, 0 }, 108.10588, 0.00002, 0.058 }, + { { 0, 7, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 103.40582, 0.00001, 0.107 }, + { { 0, 7, -2, 0, 0, 0, 0, 0, 0, 2, 0 }, 103.54044, 0.00002, 0.028 }, + { { 0, 7, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 289.77499, 0.00001, 0.132 }, + { { 0, 7, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 66.58643, 0.00002, 0.029 }, + { { 0, 7, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 68.62918, 0.00001, 0.028 }, + { { 0, 7, 1, 0, 0, 0, 0, 0, -1, 0, 0 }, 212.10352, 0.00001, 100.849 }, + { { 0, 7, 2, 0, 0, 0, 0, 0, 0, -1, 0 }, 147.99296, 0.00001, 8.136 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 60.43407, 0.00002, 0.037 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 104.43214, 0.00002, 0.074 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 61.76665, 0.00007, 4.509 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, -2, 3, 0 }, 189.85346, 0.00001, 0.077 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 241.57671, 0.00002, 0.501 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, -2, -2, 0 }, 341.46602, 0.00002, 0.019 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 182.31535, 0.00002, 0.039 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 319.56680, 0.00005, 0.080 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 146.86951, 0.00002, 1.285 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 0, -1, 0 }, 161.46602, 0.00001, 0.070 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 308.89554, 0.00004, 1.004 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 195.66078, 0.00004, 0.095 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 195.66078, 0.00003, 0.042 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -4, 0, 0 }, 250.16468, 0.00003, 0.020 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, -1, 0 }, 163.75831, 0.00002, 0.026 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 95.73760, 0.00029, 0.040 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 0, 2 }, 70.16468, 0.00001, 0.474 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 96.66542, 0.00048, 0.087 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 220.99430, 0.00002, 0.562 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 3, 0 }, 64.71851, 0.00001, 0.067 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -2, 0 }, 103.77830, 0.00003, 0.038 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 84.37067, 0.00055, 0.075 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 93.28221, 0.00320, 238.919 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 1, 0 }, 84.42824, 0.00055, 0.075 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 2, 0 }, 85.02476, 0.00004, 0.038 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, -2, 0 }, 92.75224, 0.00002, 0.565 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 96.01633, 0.00049, 0.087 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 92.98384, 0.00031, 0.040 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 1, 0 }, 92.75224, 0.00005, 0.026 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 280.59105, 0.00004, 0.042 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 14.74659, 0.00003, 0.095 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 247.33696, 0.00001, 0.360 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, -2, 3, 0 }, 281.10348, 0.00001, 0.062 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 227.46267, 0.00008, 0.996 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 1, 0, -1 }, 260.01426, 0.00003, 20.170 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 2, -3, 0 }, 93.14596, 0.00001, 0.071 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 273.14596, 0.00001, 0.080 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 89.64540, 0.00007, 0.044 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 23.18701, 0.00002, 0.106 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 211.41629, 0.00001, 0.265 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, -1, 0, 1 }, 192.80198, 0.00001, 0.327 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 322.33087, 0.00002, 0.089 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 342.09259, 0.00004, 0.499 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 0, 1, 0 }, 322.33087, 0.00002, 0.066 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 1, 0, -1 }, 312.70216, 0.00002, 1.052 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, -2, 0 }, 193.69961, 0.00004, 4.345 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 6.25724, 0.00006, 0.074 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 111.06907, 0.00002, 0.118 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 116.16853, 0.00002, 0.209 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, -1, 0, -1 }, 293.04049, 0.00001, 0.044 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, -1, 0, 1 }, 121.57093, 0.00002, 0.246 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, -1, 2, -1 }, 293.04049, 0.00001, 0.269 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 0, -2, 0 }, 36.71067, 0.00001, 0.043 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 288.81506, 0.00003, 0.098 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 114.65248, 0.00012, 0.333 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 288.81506, 0.00003, 0.062 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 0, 2, 0 }, 109.45588, 0.00002, 0.034 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 1, 0, -1 }, 213.46606, 0.00003, 0.513 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, -3, 0 }, 88.10709, 0.00002, 0.083 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 100.75266, 0.00004, 0.069 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 280.96565, 0.00004, 0.036 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 351.69535, 0.00003, 0.048 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 285.45153, 0.00004, 0.134 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -2, 3, 0 }, 243.60924, 0.00002, 0.053 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -1, 0, -1 }, 253.17003, 0.00004, 0.046 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -1, 0, 1 }, 96.85549, 0.00002, 0.198 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -1, 2, -1 }, 192.78934, 0.00002, 0.212 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, -2, 0 }, 116.02131, 0.00002, 0.044 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 1.90522, 0.00006, 0.108 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 263.58744, 0.00003, 0.250 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 9.37421, 0.00006, 0.058 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, 0, 1 }, 0.08183, 0.00006, 0.034 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, -2, 0 }, 196.11462, 0.00004, 0.448 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 18.35314, 0.00002, 0.065 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, 0, -2 }, 198.41696, 0.00001, 0.527 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 192.41797, 0.00001, 0.035 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 4, 0, 0 }, 198.41696, 0.00002, 0.019 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -2, -2, 0 }, 253.88068, 0.00003, 0.022 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 64.53480, 0.00002, 0.051 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 268.11263, 0.00003, 0.154 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 116.32217, 0.00001, 0.148 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 171.04574, 0.00001, 0.046 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 253.88068, 0.00003, 0.121 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 71.91386, 0.00005, 0.200 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 0, 2, 0 }, 84.14181, 0.00003, 0.032 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 1, 0, -1 }, 66.28690, 0.00002, 0.253 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 89.76321, 0.00005, 0.061 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 282.01294, 0.00005, 0.034 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -4, 0, 0 }, 342.80959, 0.00003, 0.023 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -4, 2, 0 }, 162.80959, 0.00003, 0.059 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -2, -2, 0 }, 161.36926, 0.00002, 0.022 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -2, -1, 0 }, 338.14435, 0.00001, 0.031 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 54.40875, 0.00004, 0.053 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 108.77992, 0.00002, 0.183 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 185.60874, 0.00002, 0.129 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 330.27522, 0.00003, 0.138 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 125.65557, 0.00014, 0.167 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 353.03858, 0.00001, 0.052 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 0, 2, 0 }, 155.69549, 0.00002, 0.031 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, 0, -1 }, 250.98163, 0.00002, 0.202 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, 0, 1 }, 305.38966, 0.00005, 0.031 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 162.59300, 0.00004, 0.057 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 311.35408, 0.00006, 0.033 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 2, 2, 0 }, 161.01892, 0.00001, 0.017 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 88.95861, 0.00004, 0.056 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 294.52857, 0.00003, 0.223 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, 0, -2, 0 }, 67.75555, 0.00002, 0.051 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 109.36743, 0.00003, 0.143 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 17.73199, 0.00002, 0.032 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 196.04949, 0.00004, 0.060 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 179.32997, 0.00002, 0.102 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, 0, -2, 0 }, 3.88887, 0.00001, 0.054 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 113.25555, 0.00002, 0.125 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, 0, 2, 0 }, 324.71618, 0.00002, 0.029 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, 2, -3, 0 }, 191.86153, 0.00001, 0.142 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, 2, -2, 0 }, 86.52229, 0.00002, 0.161 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 167.40108, 0.00001, 0.051 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 39.93882, 0.00004, 0.031 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, 2, 2, 0 }, 358.67618, 0.00001, 0.017 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 200.94065, 0.00001, 0.111 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 2, -3, 0 }, 199.10777, 0.00002, 0.166 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 204.99398, 0.00003, 0.138 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 199.10777, 0.00002, 0.049 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 204.99398, 0.00003, 0.030 }, + { { 0, 8, -3, 0, 0, 0, 0, 0, 0, -2, 0 }, 108.09987, 0.00002, 0.061 }, + { { 0, 8, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 337.52115, 0.00001, 0.100 }, + { { 0, 8, -3, 0, 0, 0, 0, 0, 0, 2, 0 }, 283.53598, 0.00002, 0.027 }, + { { 0, 8, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 294.22464, 0.00001, 0.047 }, + { { 0, 8, -3, 0, 0, 0, 0, 0, 2, 1, 0 }, 288.00070, 0.00002, 0.021 }, + { { 0, 8, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 62.11525, 0.00002, 2.094 }, + { { 0, 8, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 75.12929, 0.00002, 0.028 }, + { { 0, 8, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 132.14115, 0.00001, 0.027 }, + { { 0, 8, 0, 0, 0, 0, 0, 0, 0, -1, 0 }, 220.43667, 0.00001, 3.975 }, + { { 0, 9, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 145.51722, 0.00003, 0.072 }, + { { 0, 9, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 62.33393, 0.00005, 0.038 }, + { { 0, 9, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 62.41707, 0.00004, 2.477 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 341.66272, 0.00006, 0.084 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 176.51281, 0.00002, 0.712 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, 0, -1, 0 }, 170.24336, 0.00004, 0.073 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 341.66272, 0.00006, 2.701 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, 0, 1, 0 }, 173.11796, 0.00003, 0.078 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, -4, 0, 0 }, 250.15019, 0.00002, 0.020 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, -2, -1, 0 }, 250.18131, 0.00003, 0.027 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 244.71042, 0.00003, 0.041 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 250.18131, 0.00003, 0.092 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, 0, -2, 0 }, 239.70874, 0.00003, 0.039 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, 0, -1, 0 }, 70.15019, 0.00002, 0.079 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 174.75724, 0.00012, 0.043 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 178.89511, 0.00001, 0.294 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 335.95109, 0.00002, 0.614 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, 2, -3, 0 }, 72.89070, 0.00002, 0.075 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, 2, -2, 0 }, 273.76951, 0.00001, 6.930 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 72.89070, 0.00002, 0.076 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 100.78975, 0.00006, 0.045 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 348.07587, 0.00005, 0.113 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 208.98798, 0.00002, 0.227 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 0, -2, 0 }, 351.05224, 0.00002, 0.042 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 4.22108, 0.00003, 0.094 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 287.60479, 0.00005, 0.380 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 0, 1, 0 }, 4.22108, 0.00003, 0.063 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 1, 0, -1 }, 171.40601, 0.00002, 0.635 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 36.68804, 0.00002, 0.071 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 189.92488, 0.00004, 0.037 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 110.04220, 0.00004, 0.047 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 111.68949, 0.00001, 0.127 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 315.31241, 0.00001, 0.185 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, -1, 0, -1 }, 293.09505, 0.00001, 0.045 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, -1, 0, 1 }, 251.95531, 0.00001, 0.214 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, -1, 2, -1 }, 293.09505, 0.00001, 0.230 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 0, -2, 0 }, 72.87826, 0.00001, 0.044 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 289.76367, 0.00002, 0.104 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 120.84325, 0.00009, 0.276 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 0, 1, 0 }, 289.76367, 0.00002, 0.059 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 0, 2, 0 }, 100.85526, 0.00002, 0.033 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 1, 0, -1 }, 212.93145, 0.00002, 0.388 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 109.65491, 0.00003, 0.066 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 289.76367, 0.00003, 0.035 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 351.36999, 0.00003, 0.050 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 326.07792, 0.00003, 0.146 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, -1, 0, -1 }, 231.03441, 0.00005, 0.047 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, -1, 0, 1 }, 96.84901, 0.00001, 0.176 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 0, -2, 0 }, 154.78560, 0.00002, 0.046 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 1.50885, 0.00001, 0.116 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 220.68406, 0.00003, 0.216 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 18.36241, 0.00002, 0.056 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 1, 0, -1 }, 17.29788, 0.00002, 0.280 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 1, 0, 1 }, 0.06942, 0.00005, 0.033 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 192.96270, 0.00001, 0.034 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -2, -2, 0 }, 253.96521, 0.00003, 0.022 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 292.33276, 0.00002, 0.052 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 253.96521, 0.00006, 0.171 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 0, -2, 0 }, 176.39039, 0.00001, 0.048 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 256.03440, 0.00005, 0.131 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 119.54630, 0.00005, 0.178 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 252.74293, 0.00001, 0.053 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 1, 0, -1 }, 53.57695, 0.00002, 0.219 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, -2, 0 }, 69.78367, 0.00001, 0.259 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 310.81449, 0.00002, 0.033 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 46.48292, 0.00007, 0.055 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 0.21145, 0.00005, 0.206 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, -1, 0, 1 }, 277.19953, 0.00001, 0.130 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 0, -3, 0 }, 161.50405, 0.00001, 0.030 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 227.96158, 0.00001, 0.151 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 146.51029, 0.00009, 0.151 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 182.01903, 0.00002, 0.050 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 1, -2, 1 }, 111.37315, 0.00002, 0.169 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 1, 0, -1 }, 250.97515, 0.00001, 0.179 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 1, 0, 1 }, 315.01185, 0.00002, 0.031 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 2, -3, 0 }, 269.98340, 0.00001, 0.119 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 2, -2, 0 }, 172.62174, 0.00001, 0.206 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 136.51792, 0.00003, 0.055 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 239.35804, 0.00002, 0.032 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 69.93657, 0.00003, 0.058 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 328.20964, 0.00002, 0.260 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, 0, -2, 0 }, 231.69244, 0.00001, 0.053 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 99.61314, 0.00006, 0.131 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 334.76404, 0.00002, 0.031 }, + { { 0, 9, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 196.97812, 0.00005, 0.062 }, + { { 0, 9, -6, 0, 0, 0, 0, 0, 0, -2, 0 }, 4.36331, 0.00001, 0.056 }, + { { 0, 9, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 140.85362, 0.00003, 0.116 }, + { { 0, 9, -6, 0, 0, 0, 0, 0, 0, 2, 0 }, 147.41609, 0.00002, 0.028 }, + { { 0, 9, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 248.58871, 0.00001, 0.146 }, + { { 0, 9, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 13.93276, 0.00003, 0.050 }, + { { 0, 9, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 56.36070, 0.00009, 0.030 }, + { { 0, 9, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 272.81445, 0.00002, 0.540 }, + { { 0, 9, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 200.99521, 0.00001, 0.104 }, + { { 0, 9, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 199.16636, 0.00004, 0.047 }, + { { 0, 9, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 200.85481, 0.00007, 0.029 }, + { { 0, 9, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 207.18175, 0.00003, 1.174 }, + { { 0, 9, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 288.09764, 0.00002, 0.063 }, + { { 0, 9, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 297.32613, 0.00004, 0.094 }, + { { 0, 9, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 283.52966, 0.00004, 0.045 }, + { { 0, 9, -4, 0, 0, 0, 0, 0, 2, 1, 0 }, 289.75633, 0.00001, 0.021 }, + { { 0, 9, -4, 0, 0, 0, 0, 0, 4, -2, 0 }, 289.75633, 0.00001, 0.030 }, + { { 0, 9, -4, 0, 0, 0, 0, 0, 4, 0, 0 }, 289.75633, 0.00001, 0.017 }, + { { 0, 9, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 45.90304, 0.00001, 6.758 }, + { { 0, 9, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 30.74131, 0.00002, 0.027 }, + { { 0, 9, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 312.61559, 0.00002, 0.027 }, + { { 0, 9, -1, 0, 0, 0, 0, 0, 0, 1, -2 }, 40.14738, 0.00001, 24.729 }, + { { 0, 10, -18, 0, 0, 0, 0, 0, -2, 1, 0 }, 272.53034, 0.00003, 0.076 }, + { { 0, 10, -18, 0, 0, 0, 0, 0, -2, 2, 0 }, 215.93981, 0.00001, 34.189 }, + { { 0, 10, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 62.97437, 0.00008, 0.039 }, + { { 0, 10, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 63.01766, 0.00004, 0.082 }, + { { 0, 10, -17, 0, 0, 0, 0, 0, -2, 3, 0 }, 63.01766, 0.00004, 0.070 }, + { { 0, 10, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 63.00497, 0.00003, 1.343 }, + { { 0, 10, -16, 0, 0, 0, 0, 0, -2, 1, 0 }, 341.81215, 0.00007, 0.089 }, + { { 0, 10, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 355.94908, 0.00002, 0.493 }, + { { 0, 10, -16, 0, 0, 0, 0, 0, 0, -2, 0 }, 161.68088, 0.00003, 0.038 }, + { { 0, 10, -16, 0, 0, 0, 0, 0, 0, -1, 0 }, 353.08485, 0.00004, 0.077 }, + { { 0, 10, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 312.00297, 0.00002, 3.918 }, + { { 0, 10, -16, 0, 0, 0, 0, 0, 0, 1, 0 }, 353.08485, 0.00004, 0.074 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 245.14457, 0.00003, 0.043 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 76.33979, 0.00004, 0.098 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 70.13362, 0.00001, 0.330 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 250.26473, 0.00002, 0.797 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, 0, 1, 0 }, 76.33971, 0.00002, 0.069 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, 2, -3, 0 }, 70.14825, 0.00004, 0.073 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, 2, -2, 0 }, 250.13362, 0.00001, 1.928 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 70.14825, 0.00004, 0.079 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 163.21491, 0.00011, 0.044 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 18.34875, 0.00001, 0.248 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 94.37998, 0.00003, 0.073 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 93.73900, 0.00006, 0.047 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 359.86021, 0.00008, 0.122 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 213.01963, 0.00001, 0.199 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 0, -2, 0 }, 83.37638, 0.00001, 0.043 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 44.63443, 0.00001, 0.100 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 304.40790, 0.00002, 0.307 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 0, 1, 0 }, 44.63443, 0.00001, 0.061 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 2, -3, 0 }, 8.29596, 0.00001, 0.085 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 17.90175, 0.00004, 0.068 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 190.59041, 0.00003, 0.036 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 66.36161, 0.00005, 0.049 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 111.34951, 0.00001, 0.138 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, -1, 0, -1 }, 293.14510, 0.00002, 0.046 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 0, -2, 0 }, 308.86889, 0.00001, 0.045 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 289.80443, 0.00001, 0.111 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 94.84945, 0.00012, 0.235 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 0, 1, 0 }, 289.80443, 0.00001, 0.057 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 0, 2, 0 }, 111.63748, 0.00001, 0.033 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 109.80443, 0.00001, 0.064 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 289.15564, 0.00001, 0.034 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -2, -2, 0 }, 18.03720, 0.00001, 0.022 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 49.09938, 0.00001, 0.051 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 305.90237, 0.00004, 0.161 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 277.20648, 0.00001, 0.142 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -1, 0, -1 }, 230.64435, 0.00004, 0.049 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -1, 0, 1 }, 108.65325, 0.00002, 0.159 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 198.36714, 0.00003, 0.125 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 217.92201, 0.00009, 0.190 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 0, 1, 0 }, 198.36715, 0.00001, 0.054 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 0, 2, 0 }, 240.90307, 0.00001, 0.031 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 1, -2, 1 }, 180.05492, 0.00002, 0.221 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 1, 0, -1 }, 162.24125, 0.00002, 0.238 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 1, 0, 1 }, 0.05492, 0.00002, 0.032 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, -2, 0 }, 198.38591, 0.00001, 0.287 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 18.38591, 0.00002, 0.060 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 205.25292, 0.00001, 0.033 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, 1, 0 }, 18.38591, 0.00002, 0.023 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, 2, 0 }, 198.36714, 0.00003, 0.018 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 256.50276, 0.00003, 0.054 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 254.04259, 0.00003, 0.191 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 103.83402, 0.00003, 0.125 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, 3, 0 }, 74.04259, 0.00003, 0.047 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 0, -2, 0 }, 96.35059, 0.00002, 0.049 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 257.43068, 0.00004, 0.143 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 143.54604, 0.00005, 0.160 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 1, 0, -1 }, 24.82758, 0.00002, 0.192 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, -2, 0 }, 176.43697, 0.00001, 0.223 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 287.55278, 0.00005, 0.032 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -2, -2, 0 }, 341.22490, 0.00002, 0.023 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 35.23783, 0.00008, 0.057 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 56.14499, 0.00003, 0.237 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -1, 0, -1 }, 94.50989, 0.00002, 0.054 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -1, 2, -1 }, 94.50989, 0.00002, 0.125 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 0, -3, 0 }, 341.49164, 0.00001, 0.031 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 0, -2, 0 }, 273.27857, 0.00001, 0.052 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 267.36418, 0.00001, 0.167 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 137.77659, 0.00004, 0.138 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 178.84423, 0.00002, 0.049 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 0, 2, 0 }, 18.64391, 0.00001, 0.030 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 1, 0, 1 }, 355.96990, 0.00001, 0.030 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 2, -2, 0 }, 343.45778, 0.00001, 0.182 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 40.91432, 0.00002, 0.053 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 313.51076, 0.00003, 0.031 }, + { { 0, 10, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 69.96185, 0.00003, 0.061 }, + { { 0, 10, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 326.09183, 0.00002, 0.310 }, + { { 0, 10, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 95.47558, 0.00007, 0.121 }, + { { 0, 10, -8, 0, 0, 0, 0, 0, 2, -2, 0 }, 189.30543, 0.00001, 0.154 }, + { { 0, 10, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 278.50426, 0.00001, 0.030 }, + { { 0, 10, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 197.90516, 0.00005, 0.065 }, + { { 0, 10, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 349.75954, 0.00002, 0.449 }, + { { 0, 10, -7, 0, 0, 0, 0, 0, 0, -2, 0 }, 4.78575, 0.00001, 0.058 }, + { { 0, 10, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 150.92332, 0.00004, 0.108 }, + { { 0, 10, -7, 0, 0, 0, 0, 0, 2, -3, 0 }, 147.66134, 0.00002, 0.173 }, + { { 0, 10, -7, 0, 0, 0, 0, 0, 2, -2, 0 }, 284.21724, 0.00002, 0.134 }, + { { 0, 10, -7, 0, 0, 0, 0, 0, 2, 2, 0 }, 170.26123, 0.00001, 0.017 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, -3, 0, 2 }, 163.32775, 0.00002, 167.135 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 279.17570, 0.00001, 0.069 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 279.17570, 0.00001, 0.083 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 17.69900, 0.00002, 0.118 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 201.90741, 0.00003, 0.029 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 2, 2, 0 }, 21.04526, 0.00001, 0.016 }, + { { 0, 10, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 265.00165, 0.00001, 0.074 }, + { { 0, 10, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 192.77808, 0.00002, 4.415 }, + { { 0, 10, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 265.00165, 0.00001, 0.077 }, + { { 0, 10, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 287.98204, 0.00002, 0.041 }, + { { 0, 10, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 106.34129, 0.00001, 0.028 }, + { { 0, 10, -5, 0, 0, 0, 0, 0, 2, 2, 0 }, 106.34129, 0.00001, 0.016 }, + { { 0, 10, -5, 0, 0, 0, 0, 0, 4, -2, 0 }, 109.74392, 0.00001, 0.029 }, + { { 0, 10, -5, 0, 0, 0, 0, 0, 4, 0, 0 }, 289.74392, 0.00001, 0.016 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 196.19048, 0.00001, 8.810 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 163.59965, 0.00001, 0.042 }, + { { 0, 10, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 65.32354, 0.00001, 0.027 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, -2, 0 }, 60.66272, 0.00002, 0.026 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, -1, 0 }, 60.66272, 0.00017, 0.040 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 60.99929, 0.00019, 0.087 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -3, 0 }, 60.66272, 0.00005, 0.038 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -2, 0 }, 59.60862, 0.00079, 0.075 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -1, -2 }, 240.66272, 0.00003, 0.037 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 60.66272, 0.01443, 1911.695 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -1, 2 }, 240.66272, 0.00003, 0.037 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 60.17999, 0.00065, 0.075 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 60.66272, 0.00005, 0.038 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, -2, 0 }, 65.13700, 0.00017, 0.087 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 60.66272, 0.00017, 0.040 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 30.27657, 0.00002, 0.026 }, + { { 0, 10, -2, 0, 0, 0, 0, 0, -2, -1, 0 }, 317.72579, 0.00001, 0.042 }, + { { 0, 11, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 63.53349, 0.00008, 0.040 }, + { { 0, 11, -18, 0, 0, 0, 0, 0, 0, -1, 0 }, 104.01711, 0.00001, 0.075 }, + { { 0, 11, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 250.83791, 0.00002, 8.386 }, + { { 0, 11, -18, 0, 0, 0, 0, 0, 0, 1, 0 }, 104.01711, 0.00001, 0.076 }, + { { 0, 11, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 340.98594, 0.00001, 0.042 }, + { { 0, 11, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 341.69670, 0.00005, 0.094 }, + { { 0, 11, -17, 0, 0, 0, 0, 0, 0, -2, 0 }, 163.39481, 0.00001, 0.039 }, + { { 0, 11, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 346.71095, 0.00003, 1.135 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, -2, -2, 0 }, 70.11468, 0.00004, 0.020 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, -2, -1, 0 }, 70.11500, 0.00002, 0.028 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 82.88005, 0.00001, 0.044 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, 0, -1, 0 }, 250.11370, 0.00003, 0.088 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 254.19751, 0.00002, 0.532 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, 2, -1, 0 }, 114.32049, 0.00004, 0.075 }, + { { 0, 11, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 146.75647, 0.00008, 0.046 }, + { { 0, 11, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 40.72515, 0.00002, 0.215 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 159.11193, 0.00003, 0.048 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 21.99587, 0.00007, 0.132 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 259.67924, 0.00004, 0.177 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, -2, 3, 0 }, 1.91340, 0.00001, 0.053 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 182.88332, 0.00002, 0.258 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, 2, -2, 0 }, 11.31410, 0.00002, 0.475 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 11.60538, 0.00003, 0.065 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 17.55743, 0.00005, 0.050 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 309.74978, 0.00003, 0.150 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, -1, 0, -1 }, 293.19047, 0.00002, 0.048 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 0, -2, 0 }, 288.75921, 0.00001, 0.046 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 88.97096, 0.00005, 0.205 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 1, 0, -1 }, 91.45688, 0.00003, 0.261 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 2, -2, 0 }, 278.45879, 0.00002, 0.322 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 109.84073, 0.00002, 0.061 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 350.75298, 0.00002, 0.053 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 349.42450, 0.00002, 0.179 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -1, -2, 1 }, 21.82927, 0.00002, 0.051 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -1, 0, -1 }, 230.29914, 0.00004, 0.050 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -1, 0, 1 }, 38.21934, 0.00004, 0.144 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -1, 1, -1 }, 201.82927, 0.00001, 0.150 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, -2, 0 }, 131.56755, 0.00002, 0.048 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 170.84455, 0.00002, 0.170 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, 1, 0 }, 198.36769, 0.00002, 0.052 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, 2, 0 }, 24.03746, 0.00002, 0.031 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 1, 0, -1 }, 118.33011, 0.00002, 0.207 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 2, -3, 0 }, 18.36443, 0.00001, 0.109 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 18.36682, 0.00005, 0.058 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 202.35226, 0.00003, 0.033 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 2, 1, 0 }, 18.36728, 0.00001, 0.023 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 211.34584, 0.00002, 0.056 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 91.86218, 0.00001, 0.116 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 0, -2, 0 }, 68.41457, 0.00003, 0.051 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 257.74869, 0.00004, 0.157 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 58.43805, 0.00005, 0.145 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 265.84699, 0.00006, 0.032 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 33.40884, 0.00010, 0.059 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 77.65300, 0.00002, 0.278 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -1, 0, -1 }, 151.78067, 0.00003, 0.056 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -1, 0, 1 }, 329.07506, 0.00002, 0.112 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -1, 2, -1 }, 94.27845, 0.00002, 0.116 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 327.02716, 0.00001, 0.186 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 153.04856, 0.00001, 0.127 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 1, -2, 1 }, 175.95541, 0.00002, 0.140 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 1, 0, -1 }, 342.14062, 0.00002, 0.146 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 2, -3, 0 }, 161.22266, 0.00001, 0.140 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 2, -2, 0 }, 125.36200, 0.00001, 0.164 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 341.04451, 0.00004, 0.052 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 307.99238, 0.00004, 0.031 }, + { { 0, 11, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 93.68574, 0.00004, 0.063 }, + { { 0, 11, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 335.16625, 0.00002, 0.384 }, + { { 0, 11, -9, 0, 0, 0, 0, 0, 0, -2, 0 }, 278.97214, 0.00001, 0.057 }, + { { 0, 11, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 91.24895, 0.00007, 0.113 }, + { { 0, 11, -9, 0, 0, 0, 0, 0, 2, -2, 0 }, 57.65859, 0.00002, 0.141 }, + { { 0, 11, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 209.43330, 0.00003, 0.067 }, + { { 0, 11, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 5.16191, 0.00001, 0.060 }, + { { 0, 11, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 127.52199, 0.00001, 0.101 }, + { { 0, 11, -8, 0, 0, 0, 0, 0, 0, 2, 0 }, 338.92857, 0.00002, 0.027 }, + { { 0, 11, -8, 0, 0, 0, 0, 0, 2, -3, 0 }, 357.95513, 0.00001, 0.194 }, + { { 0, 11, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 330.33781, 0.00002, 0.047 }, + { { 0, 11, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 223.75958, 0.00002, 0.029 }, + { { 0, 11, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 148.91896, 0.00003, 0.072 }, + { { 0, 11, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 28.95443, 0.00001, 0.079 }, + { { 0, 11, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 201.09063, 0.00001, 0.092 }, + { { 0, 11, -7, 0, 0, 0, 0, 0, 0, 2, 0 }, 201.09063, 0.00001, 0.027 }, + { { 0, 11, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 21.09063, 0.00001, 0.028 }, + { { 0, 11, -7, 0, 0, 0, 0, 0, 2, 2, 0 }, 201.09063, 0.00001, 0.016 }, + { { 0, 11, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 95.18049, 0.00001, 0.078 }, + { { 0, 11, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 37.42702, 0.00002, 2.506 }, + { { 0, 11, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 275.18049, 0.00001, 0.073 }, + { { 0, 11, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 286.31702, 0.00001, 0.084 }, + { { 0, 11, -6, 0, 0, 0, 0, 0, 0, 2, 0 }, 286.31702, 0.00001, 0.026 }, + { { 0, 11, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 287.96963, 0.00002, 0.043 }, + { { 0, 11, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 109.80192, 0.00001, 2.667 }, + { { 0, 11, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 244.63302, 0.00002, 0.027 }, + { { 0, 12, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 64.02145, 0.00009, 0.041 }, + { { 0, 12, -19, 0, 0, 0, 0, 0, -2, 1, 0 }, 243.88986, 0.00002, 0.091 }, + { { 0, 12, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 244.05076, 0.00003, 1.975 }, + { { 0, 12, -18, 0, 0, 0, 0, 0, -2, -2, 0 }, 161.62052, 0.00001, 0.020 }, + { { 0, 12, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 341.62052, 0.00001, 0.043 }, + { { 0, 12, -18, 0, 0, 0, 0, 0, -2, 1, 0 }, 341.71015, 0.00012, 0.100 }, + { { 0, 12, -18, 0, 0, 0, 0, 0, 0, -1, 0 }, 341.71015, 0.00003, 0.085 }, + { { 0, 12, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 159.31109, 0.00002, 0.664 }, + { { 0, 12, -18, 0, 0, 0, 0, 0, 0, 1, 0 }, 341.71015, 0.00003, 0.068 }, + { { 0, 12, -18, 0, 0, 0, 0, 0, 2, -1, 0 }, 341.62052, 0.00003, 0.077 }, + { { 0, 12, -17, 0, 0, 0, 0, 0, -2, -1, 0 }, 70.09434, 0.00001, 0.028 }, + { { 0, 12, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 69.83969, 0.00002, 0.045 }, + { { 0, 12, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 249.96973, 0.00002, 0.111 }, + { { 0, 12, -17, 0, 0, 0, 0, 0, 0, -1, 0 }, 250.07034, 0.00002, 0.093 }, + { { 0, 12, -17, 0, 0, 0, 0, 0, 2, -1, 0 }, 70.09434, 0.00003, 0.071 }, + { { 0, 12, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 11.82009, 0.00003, 0.047 }, + { { 0, 12, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 358.87362, 0.00002, 0.189 }, + { { 0, 12, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 196.77230, 0.00008, 0.049 }, + { { 0, 12, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 8.97653, 0.00005, 0.143 }, + { { 0, 12, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 200.60017, 0.00002, 0.159 }, + { { 0, 12, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 294.72255, 0.00001, 0.222 }, + { { 0, 12, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 12.14215, 0.00001, 0.034 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 355.59595, 0.00006, 0.052 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 14.50914, 0.00002, 0.137 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, -1, 0, -1 }, 293.23122, 0.00002, 0.049 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 0, -2, 0 }, 147.19361, 0.00001, 0.048 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 97.33680, 0.00006, 0.182 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 1, 0, -1 }, 91.49318, 0.00002, 0.225 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 289.71400, 0.00004, 0.059 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 289.97061, 0.00004, 0.033 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 66.48922, 0.00002, 0.055 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 292.93299, 0.00001, 0.201 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, -1, 0, -1 }, 214.67014, 0.00003, 0.052 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, -1, 0, 1 }, 19.21202, 0.00004, 0.132 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, -1, 2, -1 }, 93.68767, 0.00001, 0.138 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 0, -2, 0 }, 133.17763, 0.00002, 0.050 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 358.73017, 0.00014, 0.154 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 0, 1, 0 }, 18.34662, 0.00001, 0.051 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 0, 2, 0 }, 1.96284, 0.00001, 0.030 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 1, 0, -1 }, 118.13575, 0.00002, 0.183 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 2, -2, 0 }, 192.59740, 0.00002, 0.211 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 18.36437, 0.00002, 0.056 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 197.44520, 0.00004, 0.032 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 225.06930, 0.00002, 0.058 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 91.84249, 0.00001, 0.108 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 258.08999, 0.00004, 0.174 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 340.67614, 0.00003, 0.133 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, -2, 0 }, 72.67638, 0.00001, 0.174 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 252.53313, 0.00004, 0.031 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -4, 0, 0 }, 341.46058, 0.00001, 0.024 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -4, 2, 0 }, 287.70221, 0.00001, 0.069 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -2, -1, 0 }, 341.46058, 0.00001, 0.034 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 45.53295, 0.00007, 0.062 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 52.00779, 0.00002, 0.336 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 27.26115, 0.00004, 0.097 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -2, 3, 0 }, 338.04125, 0.00001, 0.042 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -1, 0, -1 }, 201.24076, 0.00002, 0.058 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 306.70028, 0.00002, 0.211 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 131.46850, 0.00001, 0.118 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 1, -2, -1 }, 175.93884, 0.00002, 0.052 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 1, 0, -1 }, 238.97756, 0.00001, 0.134 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 1, 0, 1 }, 175.93884, 0.00003, 0.029 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 342.40333, 0.00003, 0.030 }, + { { 0, 12, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 97.72013, 0.00005, 0.066 }, + { { 0, 12, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 343.40580, 0.00002, 0.506 }, + { { 0, 12, -10, 0, 0, 0, 0, 0, 0, -2, 0 }, 279.08705, 0.00003, 0.059 }, + { { 0, 12, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 153.41561, 0.00002, 0.105 }, + { { 0, 12, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 221.18607, 0.00002, 0.029 }, + { { 0, 12, -9, 0, 0, 0, 0, 0, -3, 1, 1 }, 23.21869, 0.00001, 12.771 }, + { { 0, 12, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 304.26211, 0.00002, 1.025 }, + { { 0, 12, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 5.49702, 0.00001, 0.364 }, + { { 0, 12, -9, 0, 0, 0, 0, 0, 2, -3, 0 }, 147.08508, 0.00001, 0.221 }, + { { 0, 12, -9, 0, 0, 0, 0, 0, 2, -2, 0 }, 312.53669, 0.00001, 0.115 }, + { { 0, 12, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 342.83562, 0.00003, 0.045 }, + { { 0, 12, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 306.31144, 0.00003, 0.028 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -4, 1, 0 }, 321.11523, 0.00001, 0.040 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -4, 2, 0 }, 356.08875, 0.00002, 0.087 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 2.93100, 0.00010, 0.076 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 321.11523, 0.00122, 40.749 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 294.96594, 0.00007, 0.075 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 232.88272, 0.00003, 0.087 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 321.11523, 0.00001, 0.040 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 194.41448, 0.00001, 0.976 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 305.69001, 0.00002, 7.271 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, -1, 1, -1 }, 304.55423, 0.00004, 34.218 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 109.58277, 0.00001, 0.042 }, + { { 0, 12, -7, 0, 0, 0, 0, 0, 2, 1, 0 }, 109.71286, 0.00001, 0.020 }, + { { 0, 12, -6, 0, 0, 0, 0, 0, 0, -2, 0 }, 186.77593, 0.00001, 0.077 }, + { { 0, 12, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 186.77593, 0.00001, 0.074 }, + { { 0, 12, -6, 0, 0, 0, 0, 0, 0, 1, -2 }, 224.75792, 0.00002, 12.050 }, + { { 0, 12, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 13.46275, 0.00001, 0.085 }, + { { 0, 12, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 273.02862, 0.00002, 0.026 }, + { { 0, 13, -21, 0, 0, 0, 0, 0, 0, -1, 0 }, 327.85485, 0.00002, 0.076 }, + { { 0, 13, -21, 0, 0, 0, 0, 0, 0, 0, 0 }, 328.09594, 0.00003, 7.587 }, + { { 0, 13, -21, 0, 0, 0, 0, 0, 0, 1, 0 }, 327.85485, 0.00002, 0.075 }, + { { 0, 13, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 64.50109, 0.00008, 0.042 }, + { { 0, 13, -20, 0, 0, 0, 0, 0, 0, 0, 0 }, 64.38468, 0.00001, 0.884 }, + { { 0, 13, -19, 0, 0, 0, 0, 0, -2, 1, 0 }, 341.72125, 0.00008, 0.107 }, + { { 0, 13, -19, 0, 0, 0, 0, 0, 0, -2, 0 }, 161.64860, 0.00002, 0.041 }, + { { 0, 13, -19, 0, 0, 0, 0, 0, 0, -1, 0 }, 161.64860, 0.00002, 0.090 }, + { { 0, 13, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 161.66556, 0.00004, 0.469 }, + { { 0, 13, -19, 0, 0, 0, 0, 0, 0, 1, 0 }, 161.64860, 0.00002, 0.065 }, + { { 0, 13, -18, 0, 0, 0, 0, 0, -2, -1, 0 }, 70.07168, 0.00001, 0.029 }, + { { 0, 13, -18, 0, 0, 0, 0, 0, -2, 2, 0 }, 66.02483, 0.00001, 0.204 }, + { { 0, 13, -18, 0, 0, 0, 0, 0, 0, -1, 0 }, 250.03967, 0.00005, 0.099 }, + { { 0, 13, -18, 0, 0, 0, 0, 0, 0, 1, 0 }, 250.04560, 0.00004, 0.061 }, + { { 0, 13, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 350.37184, 0.00007, 0.049 }, + { { 0, 13, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 11.69996, 0.00001, 0.169 }, + { { 0, 13, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 190.32632, 0.00006, 0.051 }, + { { 0, 13, -16, 0, 0, 0, 0, 0, -2, 1, 0 }, 10.54617, 0.00004, 0.157 }, + { { 0, 13, -16, 0, 0, 0, 0, 0, 0, -2, 0 }, 32.90866, 0.00003, 0.047 }, + { { 0, 13, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 32.90866, 0.00003, 0.195 }, + { { 0, 13, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 192.63697, 0.00002, 0.033 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 359.49940, 0.00006, 0.054 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 5.17677, 0.00001, 0.126 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, -1, 0, -1 }, 293.26753, 0.00001, 0.051 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, -1, 0, 1 }, 113.26753, 0.00001, 0.139 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, -1, 2, -1 }, 113.26753, 0.00001, 0.146 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 66.52676, 0.00004, 0.163 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 109.90088, 0.00001, 0.057 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 289.80681, 0.00002, 0.032 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 124.24864, 0.00005, 0.057 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 293.44539, 0.00001, 0.230 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 178.82096, 0.00003, 0.112 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, -1, 0, 1 }, 21.79408, 0.00003, 0.122 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, -1, 2, -1 }, 49.71336, 0.00002, 0.127 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 0, -2, 0 }, 185.53145, 0.00002, 0.052 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 0, -1, 0 }, 212.98062, 0.00004, 0.163 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 355.67767, 0.00007, 0.140 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 18.34417, 0.00004, 0.054 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 190.91276, 0.00003, 0.031 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 224.83018, 0.00002, 0.060 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 268.34549, 0.00003, 0.299 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 256.62347, 0.00006, 0.195 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 313.43477, 0.00003, 0.123 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 1, 0, -1 }, 267.39367, 0.00001, 0.141 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 2, -2, 0 }, 72.50284, 0.00001, 0.157 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 252.50284, 0.00001, 0.030 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -4, 0, 0 }, 341.44196, 0.00001, 0.025 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -4, 2, 0 }, 161.44196, 0.00001, 0.072 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -2, -1, 0 }, 162.85225, 0.00003, 0.035 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 58.21126, 0.00004, 0.064 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 126.56403, 0.00002, 0.426 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 200.61369, 0.00001, 0.092 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -1, 0, -1 }, 155.16346, 0.00003, 0.060 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -1, 1, -1 }, 148.07783, 0.00002, 0.294 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -1, 2, -1 }, 273.90482, 0.00002, 0.102 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 3.79918, 0.00003, 0.110 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 1, 0, -1 }, 223.88203, 0.00003, 0.124 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 343.00418, 0.00004, 0.030 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 121.92925, 0.00005, 0.068 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, 0, -2, 0 }, 295.35037, 0.00001, 0.061 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 294.51651, 0.00001, 0.320 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 295.35037, 0.00001, 0.099 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 250.11930, 0.00005, 0.029 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, -2, 2 }, 187.34580, 0.00003, 0.075 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 288.21859, 0.00004, 0.073 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, 0, 2 }, 187.34580, 0.00003, 0.076 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 181.90381, 0.00001, 0.077 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, 0, -2, 0 }, 216.84738, 0.00002, 0.065 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 36.84738, 0.00002, 0.471 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 36.84738, 0.00002, 0.090 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 238.02567, 0.00002, 0.028 }, + { { 0, 13, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 197.03743, 0.00002, 1.538 }, + { { 0, 13, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 21.16769, 0.00001, 0.042 }, + { { 0, 13, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 50.04307, 0.00004, 8.068 }, + { { 0, 13, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 283.48411, 0.00002, 0.026 }, + { { 0, 13, -6, 0, 0, 0, 0, 0, 2, -3, 0 }, 134.04802, 0.00001, 9.801 }, + { { 0, 14, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 64.94371, 0.00008, 0.044 }, + { { 0, 14, -21, 0, 0, 0, 0, 0, 2, -3, 0 }, 277.02633, 0.00001, 0.075 }, + { { 0, 14, -21, 0, 0, 0, 0, 0, 2, -2, 0 }, 265.83931, 0.00002, 59.908 }, + { { 0, 14, -21, 0, 0, 0, 0, 0, 2, -1, 0 }, 97.02633, 0.00001, 0.076 }, + { { 0, 14, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 137.73668, 0.00001, 0.045 }, + { { 0, 14, -20, 0, 0, 0, 0, 0, -2, 2, 0 }, 317.73668, 0.00001, 0.221 }, + { { 0, 14, -20, 0, 0, 0, 0, 0, -2, 3, 0 }, 161.67292, 0.00002, 0.056 }, + { { 0, 14, -20, 0, 0, 0, 0, 0, 0, 0, 0 }, 161.67292, 0.00002, 0.363 }, + { { 0, 14, -19, 0, 0, 0, 0, 0, -2, -2, 0 }, 250.00977, 0.00002, 0.021 }, + { { 0, 14, -19, 0, 0, 0, 0, 0, -2, 1, 0 }, 249.95309, 0.00005, 0.129 }, + { { 0, 14, -19, 0, 0, 0, 0, 0, -2, 3, 0 }, 250.00977, 0.00004, 0.053 }, + { { 0, 14, -19, 0, 0, 0, 0, 0, 0, -1, 0 }, 70.04704, 0.00001, 0.105 }, + { { 0, 14, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 69.85407, 0.00003, 0.266 }, + { { 0, 14, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 351.21766, 0.00007, 0.050 }, + { { 0, 14, -18, 0, 0, 0, 0, 0, -2, 2, 0 }, 312.30919, 0.00002, 0.153 }, + { { 0, 14, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 187.77296, 0.00007, 0.053 }, + { { 0, 14, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 11.14021, 0.00004, 0.175 }, + { { 0, 14, -17, 0, 0, 0, 0, 0, 0, -2, 0 }, 201.32164, 0.00001, 0.048 }, + { { 0, 14, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 23.49714, 0.00005, 0.174 }, + { { 0, 14, -17, 0, 0, 0, 0, 0, 2, 0, 0 }, 193.09339, 0.00003, 0.033 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 357.91093, 0.00005, 0.056 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 6.68067, 0.00001, 0.117 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, -1, 0, -1 }, 293.29960, 0.00001, 0.053 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, -1, 2, -1 }, 113.29960, 0.00001, 0.134 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 122.13412, 0.00008, 0.148 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, 2, -1, 0 }, 289.92521, 0.00003, 0.055 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 289.85134, 0.00002, 0.032 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 113.79273, 0.00004, 0.059 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 169.87578, 0.00001, 0.105 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, -1, 0, -1 }, 21.77342, 0.00003, 0.055 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, -1, 0, 1 }, 21.77342, 0.00003, 0.113 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 0, -1, 0 }, 221.94686, 0.00002, 0.182 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 11.05208, 0.00004, 0.129 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 1, 0, -1 }, 359.97641, 0.00003, 0.149 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 198.36905, 0.00003, 0.052 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 198.47119, 0.00002, 0.031 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -2, -2, 0 }, 72.94748, 0.00001, 0.024 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 243.92250, 0.00003, 0.063 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 115.21989, 0.00001, 0.367 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 109.31182, 0.00001, 0.095 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 0, -1, 0 }, 252.32206, 0.00005, 0.222 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 74.67376, 0.00001, 0.114 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -4, 2, 0 }, 157.99408, 0.00002, 0.076 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -4, 3, 0 }, 66.05714, 0.00003, 20.160 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -3, 1, 1 }, 201.20556, 0.00003, 1.491 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 67.53060, 0.00004, 0.067 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 2.94034, 0.00003, 0.580 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 75.21997, 0.00001, 0.087 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -1, 0, -1 }, 174.46098, 0.00002, 0.062 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -1, 0, 1 }, 201.20557, 0.00002, 0.092 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -1, 1, -1 }, 147.64116, 0.00003, 0.360 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -1, 2, -1 }, 275.19387, 0.00001, 0.095 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 325.83623, 0.00002, 0.286 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 255.22814, 0.00002, 0.102 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 0, 1, 0 }, 161.42130, 0.00001, 0.043 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 0, 2, 0 }, 124.07940, 0.00001, 0.028 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 1, 0, -1 }, 215.30444, 0.00002, 0.115 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 301.65522, 0.00003, 0.029 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, -3, 3, -1 }, 233.50354, 0.00004, 240.318 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 147.48567, 0.00002, 0.072 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 49.41572, 0.00005, 1.380 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 249.24390, 0.00001, 0.080 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, 0, -2, 0 }, 294.96166, 0.00002, 0.063 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 294.96166, 0.00001, 0.400 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 294.96166, 0.00002, 0.093 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, 2, -2, 0 }, 70.21118, 0.00002, 0.111 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 250.21118, 0.00002, 0.028 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 155.84219, 0.00009, 0.077 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 9.66514, 0.00003, 3.629 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, -1, -1, 1 }, 70.65590, 0.00001, 2.249 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, -1, 1, -1 }, 285.16233, 0.00001, 1.285 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 48.64572, 0.00004, 0.085 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, 0, 2, 0 }, 131.99485, 0.00001, 0.026 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, 2, -2, 0 }, 298.35569, 0.00001, 0.100 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 331.54163, 0.00003, 0.027 }, + { { 0, 14, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 89.19384, 0.00001, 0.083 }, + { { 0, 14, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 269.19384, 0.00001, 0.069 }, + { { 0, 14, -10, 0, 0, 0, 0, 0, -1, 1, -1 }, 252.17204, 0.00002, 4.508 }, + { { 0, 14, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 223.54555, 0.00003, 2.006 }, + { { 0, 14, -10, 0, 0, 0, 0, 0, 2, -2, 0 }, 17.75488, 0.00001, 0.091 }, + { { 0, 14, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 199.57841, 0.00002, 0.027 }, + { { 0, 14, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 287.91995, 0.00002, 0.073 }, + { { 0, 14, -9, 0, 0, 0, 0, 0, 0, 2, 0 }, 287.91995, 0.00002, 0.025 }, + { { 0, 14, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 109.67358, 0.00001, 0.040 }, + { { 0, 14, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 107.91994, 0.00002, 0.026 }, + { { 0, 14, -9, 0, 0, 0, 0, 0, 2, 2, 0 }, 287.91994, 0.00002, 0.015 }, + { { 0, 15, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 65.35110, 0.00004, 0.045 }, + { { 0, 15, -22, 0, 0, 0, 0, 0, -2, 2, 0 }, 245.39172, 0.00002, 0.241 }, + { { 0, 15, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 342.07339, 0.00001, 0.047 }, + { { 0, 15, -21, 0, 0, 0, 0, 0, -2, 2, 0 }, 342.07339, 0.00001, 0.194 }, + { { 0, 15, -21, 0, 0, 0, 0, 0, 0, 0, 0 }, 161.69373, 0.00002, 0.296 }, + { { 0, 15, -20, 0, 0, 0, 0, 0, -2, -2, 0 }, 250.02046, 0.00002, 0.021 }, + { { 0, 15, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 250.02046, 0.00002, 0.049 }, + { { 0, 15, -20, 0, 0, 0, 0, 0, -2, 1, 0 }, 249.92201, 0.00007, 0.141 }, + { { 0, 15, -20, 0, 0, 0, 0, 0, 0, -1, 0 }, 70.02046, 0.00003, 0.113 }, + { { 0, 15, -20, 0, 0, 0, 0, 0, 0, 0, 0 }, 69.80516, 0.00002, 0.228 }, + { { 0, 15, -20, 0, 0, 0, 0, 0, 0, 1, 0 }, 70.02046, 0.00002, 0.057 }, + { { 0, 15, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 354.24610, 0.00006, 0.052 }, + { { 0, 15, -19, 0, 0, 0, 0, 0, -2, 2, 0 }, 148.11354, 0.00001, 0.140 }, + { { 0, 15, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 212.15530, 0.00008, 0.054 }, + { { 0, 15, -18, 0, 0, 0, 0, 0, -2, 1, 0 }, 2.04363, 0.00001, 0.196 }, + { { 0, 15, -18, 0, 0, 0, 0, 0, 0, -2, 0 }, 223.96242, 0.00001, 0.050 }, + { { 0, 15, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 43.96242, 0.00001, 0.157 }, + { { 0, 15, -18, 0, 0, 0, 0, 0, 2, -2, 0 }, 13.51484, 0.00001, 0.217 }, + { { 0, 15, -18, 0, 0, 0, 0, 0, 2, 0, 0 }, 193.51484, 0.00001, 0.032 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 347.09984, 0.00005, 0.058 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 315.65236, 0.00001, 0.109 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, -1, 0, -1 }, 293.32768, 0.00001, 0.054 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, -1, 2, -1 }, 113.32768, 0.00001, 0.123 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 107.86663, 0.00007, 0.135 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, 2, -1, 0 }, 289.94601, 0.00002, 0.053 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, 2, 0, 0 }, 289.89063, 0.00002, 0.031 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 134.57026, 0.00002, 0.061 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, -1, 0, -1 }, 21.75075, 0.00001, 0.057 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, -1, 0, 1 }, 28.24154, 0.00003, 0.106 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 0, -2, 0 }, 141.15618, 0.00001, 0.055 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 14.05338, 0.00006, 0.119 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 1, 0, -1 }, 359.95177, 0.00002, 0.136 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 2, -1, 0 }, 198.33374, 0.00004, 0.050 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 198.12170, 0.00004, 0.030 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -4, 1, 2 }, 83.37817, 0.00006, 115.724 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, -2, 0 }, 252.97555, 0.00001, 0.024 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 251.97366, 0.00008, 0.065 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 257.25714, 0.00004, 0.476 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 116.09783, 0.00001, 0.090 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 0, -1, 0 }, 254.33225, 0.00002, 0.258 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -3, 1, 1 }, 280.97579, 0.00002, 22.161 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 7.28245, 0.00003, 0.070 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 111.58613, 0.00003, 0.910 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 14.15222, 0.00002, 0.082 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -1, 0, -1 }, 93.61347, 0.00002, 0.065 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -1, 2, -1 }, 93.61347, 0.00002, 0.090 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 0, -2, 0 }, 299.25995, 0.00001, 0.062 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 1, 0, -1 }, 175.87689, 0.00003, 0.107 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 277.53855, 0.00002, 0.028 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 86.72622, 0.00008, 0.075 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 108.32836, 0.00052, 10.112 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 131.53440, 0.00003, 0.076 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -1, 1, -1 }, 91.23261, 0.00003, 0.868 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 84.60142, 0.00002, 0.534 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 225.18267, 0.00003, 1.110 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 0, -1 }, 355.14718, 0.00005, 0.075 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 0, 0 }, 276.35362, 0.00004, 70.915 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 1, -1 }, 23.97247, 0.00002, 6.551 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 162.96784, 0.00004, 1.146 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, 2, -2, 0 }, 155.00624, 0.00001, 0.094 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 299.85502, 0.00003, 0.027 }, + { { 0, 15, -11, 0, 0, 0, 0, 0, 0, -2, 0 }, 148.98844, 0.00001, 0.076 }, + { { 0, 15, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 313.50814, 0.00005, 7.868 }, + { { 0, 15, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 64.69365, 0.00002, 0.075 }, + { { 0, 15, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 288.07433, 0.00002, 0.887 }, + { { 0, 15, -10, 0, 0, 0, 0, 0, 1, -1, -1 }, 346.61309, 0.00002, 13.638 }, + { { 0, 15, -9, 0, 0, 0, 0, 0, 2, -2, -2 }, 62.72951, 0.00001, 0.076 }, + { { 0, 15, -9, 0, 0, 0, 0, 0, 2, 0, -2 }, 242.72951, 0.00001, 0.075 }, + { { 0, 16, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 341.97569, 0.00002, 0.048 }, + { { 0, 16, -22, 0, 0, 0, 0, 0, 0, 0, 0 }, 161.71124, 0.00003, 0.249 }, + { { 0, 16, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 249.99199, 0.00003, 0.051 }, + { { 0, 16, -21, 0, 0, 0, 0, 0, 0, -1, 0 }, 69.99199, 0.00001, 0.121 }, + { { 0, 16, -21, 0, 0, 0, 0, 0, 0, 0, 0 }, 249.94431, 0.00009, 0.200 }, + { { 0, 16, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 28.69950, 0.00005, 0.053 }, + { { 0, 16, -20, 0, 0, 0, 0, 0, -2, 2, 0 }, 86.22844, 0.00001, 0.128 }, + { { 0, 16, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 190.79817, 0.00006, 0.056 }, + { { 0, 16, -19, 0, 0, 0, 0, 0, -2, 1, 0 }, 22.27924, 0.00004, 0.224 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 350.01405, 0.00005, 0.060 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, -2, 1, 0 }, 313.48045, 0.00001, 0.288 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 83.67000, 0.00004, 0.125 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, 2, 0, 0 }, 109.89610, 0.00002, 0.031 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 87.32649, 0.00003, 0.064 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 175.58567, 0.00003, 0.093 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, -1, 0, -1 }, 21.72611, 0.00001, 0.060 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, -1, 0, 1 }, 21.72611, 0.00004, 0.099 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 0, -2, 0 }, 25.13442, 0.00001, 0.057 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 0, -1, 0 }, 9.11105, 0.00001, 0.235 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 347.02371, 0.00005, 0.111 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 2, -3, 0 }, 198.24427, 0.00002, 0.166 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 2, 0, 0 }, 198.17878, 0.00004, 0.030 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 249.01172, 0.00010, 0.068 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -2, 1, 0 }, 178.90284, 0.00003, 0.679 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 294.47792, 0.00002, 0.085 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -1, 0, -1 }, 112.73917, 0.00002, 0.063 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -1, 2, -1 }, 292.73917, 0.00002, 0.093 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, 0, -1, 0 }, 254.37348, 0.00002, 0.308 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -3, 1, 1 }, 201.16224, 0.00002, 1.723 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -2, -1, 2 }, 285.47789, 0.00003, 7.151 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 131.67568, 0.00002, 0.073 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -2, 0, 2 }, 157.79594, 0.00002, 0.076 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 94.90626, 0.00002, 2.113 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 311.67568, 0.00002, 0.078 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 0, -1, 0 }, 119.58745, 0.00001, 0.445 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 355.50099, 0.00005, 0.091 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 1, 0, -1 }, 175.85226, 0.00004, 0.100 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 166.83604, 0.00005, 0.028 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 109.05479, 0.00005, 0.079 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 79.73715, 0.00002, 1.899 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 245.50365, 0.00001, 0.073 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -1, -1, 1 }, 61.49610, 0.00003, 5.165 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -1, 0, -1 }, 91.20994, 0.00006, 0.073 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -1, 0, 0 }, 107.64813, 0.00001, 2.775 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -1, 0, 1 }, 271.20994, 0.00005, 0.077 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -1, 1, -1 }, 75.17412, 0.00002, 1.897 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, 0, -2, 0 }, 104.96731, 0.00002, 0.069 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 284.96731, 0.00002, 0.083 }, + { { 0, 16, -13, 0, 0, 0, 0, 0, -1, 1, -1 }, 279.80927, 0.00002, 2.115 }, + { { 0, 16, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 312.45183, 0.00003, 4.042 }, + { { 0, 16, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 167.77736, 0.00010, 0.077 }, + { { 0, 16, -13, 0, 0, 0, 0, 0, 2, -2, 0 }, 335.41259, 0.00003, 0.089 }, + { { 0, 16, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 148.79293, 0.00002, 0.026 }, + { { 0, 16, -11, 0, 0, 0, 0, 0, 2, -2, 0 }, 103.42826, 0.00002, 0.076 }, + { { 0, 16, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 105.46525, 0.00001, 0.025 }, + { { 0, 17, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 161.69462, 0.00005, 0.050 }, + { { 0, 17, -23, 0, 0, 0, 0, 0, -2, 1, 0 }, 341.76656, 0.00001, 0.146 }, + { { 0, 17, -23, 0, 0, 0, 0, 0, 0, 0, 0 }, 161.72565, 0.00002, 0.216 }, + { { 0, 17, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 69.36729, 0.00002, 0.052 }, + { { 0, 17, -22, 0, 0, 0, 0, 0, -2, 1, 0 }, 70.22350, 0.00002, 0.171 }, + { { 0, 17, -22, 0, 0, 0, 0, 0, -2, 2, 0 }, 76.14107, 0.00002, 0.135 }, + { { 0, 17, -22, 0, 0, 0, 0, 0, 0, -1, 0 }, 69.96167, 0.00001, 0.131 }, + { { 0, 17, -22, 0, 0, 0, 0, 0, 0, 0, 0 }, 249.90508, 0.00008, 0.178 }, + { { 0, 17, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 29.88169, 0.00005, 0.055 }, + { { 0, 17, -21, 0, 0, 0, 0, 0, -2, 2, 0 }, 86.54407, 0.00001, 0.119 }, + { { 0, 17, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 187.84348, 0.00006, 0.058 }, + { { 0, 17, -20, 0, 0, 0, 0, 0, -2, 1, 0 }, 9.70751, 0.00003, 0.260 }, + { { 0, 17, -20, 0, 0, 0, 0, 0, -2, 2, 0 }, 353.59632, 0.00001, 0.106 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 336.38158, 0.00004, 0.062 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, -2, 1, 0 }, 39.21386, 0.00002, 0.351 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, -2, 2, 0 }, 108.91558, 0.00002, 0.096 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, 0, -2, 0 }, 278.67381, 0.00001, 0.056 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 108.58938, 0.00003, 0.116 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, 2, 0, 0 }, 109.94692, 0.00003, 0.030 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 17.37957, 0.00003, 0.066 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, -2, 1, 0 }, 326.06513, 0.00004, 0.541 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, -1, 0, 1 }, 21.69954, 0.00002, 0.094 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 0, -1, 0 }, 9.30195, 0.00001, 0.276 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 351.74890, 0.00004, 0.104 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 2, -1, 0 }, 198.21395, 0.00002, 0.047 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 2, 0, 0 }, 198.29815, 0.00002, 0.029 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 154.58665, 0.00005, 0.071 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 133.06843, 0.00004, 1.179 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -1, 0, -1 }, 112.76350, 0.00002, 0.066 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -1, 2, -1 }, 112.76350, 0.00002, 0.088 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 0, -1, 0 }, 254.41001, 0.00003, 0.381 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 94.40739, 0.00001, 0.094 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, -2, 0 }, 162.81868, 0.00002, 0.025 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 342.81868, 0.00002, 0.076 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 1, 0 }, 236.24807, 0.00004, 6.572 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 2, -1 }, 21.30980, 0.00001, 68.493 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 3, 0 }, 161.34742, 0.00001, 0.038 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, -2, 1 }, 326.51983, 0.00003, 0.072 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, -1, 1 }, 175.78198, 0.00001, 1.760 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, 0, 1 }, 326.51983, 0.00003, 0.079 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, 1, -1 }, 51.75136, 0.00002, 1.109 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, 0, -1, 0 }, 91.03399, 0.00002, 0.617 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 58.19037, 0.00003, 0.086 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, 1, 0, -1 }, 175.82568, 0.00003, 0.095 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, 2, -2, 0 }, 340.81591, 0.00001, 0.101 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 160.81591, 0.00001, 0.027 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 216.61300, 0.00001, 0.083 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -1, 0, -1 }, 237.58449, 0.00003, 0.076 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -1, 0, 0 }, 189.28943, 0.00001, 3.772 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, -1, 1, -1 }, 157.91220, 0.00003, 10.164 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, 0, -2, 0 }, 283.05576, 0.00001, 0.072 }, + { { 0, 17, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 283.05576, 0.00001, 0.079 }, + { { 0, 17, -14, 0, 0, 0, 0, 0, 0, -1, 0 }, 269.64871, 0.00002, 2.645 }, + { { 0, 17, -14, 0, 0, 0, 0, 0, 0, 1, -2 }, 315.29266, 0.00002, 22.409 }, + { { 0, 17, -14, 0, 0, 0, 0, 0, 2, -2, 0 }, 148.40343, 0.00002, 0.084 }, + { { 0, 17, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 109.59970, 0.00001, 0.064 }, + { { 0, 17, -12, 0, 0, 0, 0, 0, 0, 2, 0 }, 109.59970, 0.00001, 0.024 }, + { { 0, 17, -12, 0, 0, 0, 0, 0, 2, -3, 0 }, 289.59970, 0.00001, 1.655 }, + { { 0, 17, -12, 0, 0, 0, 0, 0, 2, -2, 0 }, 283.40560, 0.00002, 0.072 }, + { { 0, 17, -12, 0, 0, 0, 0, 0, 2, -1, -2 }, 283.40560, 0.00002, 3.695 }, + { { 0, 17, -12, 0, 0, 0, 0, 0, 2, -1, 0 }, 289.59970, 0.00001, 0.037 }, + { { 0, 17, -12, 0, 0, 0, 0, 0, 2, 2, 0 }, 109.59970, 0.00001, 0.015 }, + { { 0, 18, -25, 0, 0, 0, 0, 0, -2, 0, 0 }, 246.34666, 0.00002, 0.049 }, + { { 0, 18, -25, 0, 0, 0, 0, 0, -2, 2, 0 }, 246.34666, 0.00002, 0.166 }, + { { 0, 18, -24, 0, 0, 0, 0, 0, -2, 0, 0 }, 161.73558, 0.00005, 0.051 }, + { { 0, 18, -24, 0, 0, 0, 0, 0, -2, 1, 0 }, 341.75059, 0.00001, 0.161 }, + { { 0, 18, -24, 0, 0, 0, 0, 0, 0, -2, 0 }, 341.73715, 0.00001, 0.047 }, + { { 0, 18, -24, 0, 0, 0, 0, 0, 0, 0, 0 }, 161.73715, 0.00001, 0.190 }, + { { 0, 18, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 74.88158, 0.00005, 0.054 }, + { { 0, 18, -23, 0, 0, 0, 0, 0, -2, 1, 0 }, 249.69417, 0.00004, 0.191 }, + { { 0, 18, -23, 0, 0, 0, 0, 0, -2, 3, 0 }, 249.92953, 0.00001, 0.047 }, + { { 0, 18, -23, 0, 0, 0, 0, 0, 0, -1, 0 }, 69.92953, 0.00001, 0.143 }, + { { 0, 18, -23, 0, 0, 0, 0, 0, 0, 0, 0 }, 249.85589, 0.00006, 0.160 }, + { { 0, 18, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 41.99936, 0.00003, 0.057 }, + { { 0, 18, -22, 0, 0, 0, 0, 0, -2, 1, 0 }, 124.33912, 0.00001, 0.237 }, + { { 0, 18, -22, 0, 0, 0, 0, 0, -2, 2, 0 }, 124.73778, 0.00002, 0.111 }, + { { 0, 18, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 190.72916, 0.00006, 0.061 }, + { { 0, 18, -21, 0, 0, 0, 0, 0, -2, 1, 0 }, 10.68111, 0.00002, 0.310 }, + { { 0, 18, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 338.38934, 0.00004, 0.065 }, + { { 0, 18, -20, 0, 0, 0, 0, 0, -2, 1, 0 }, 330.18205, 0.00002, 0.450 }, + { { 0, 18, -20, 0, 0, 0, 0, 0, -2, 2, 0 }, 109.04775, 0.00002, 0.091 }, + { { 0, 18, -20, 0, 0, 0, 0, 0, 0, -2, 0 }, 278.68822, 0.00001, 0.058 }, + { { 0, 18, -20, 0, 0, 0, 0, 0, 0, 0, 0 }, 98.68822, 0.00001, 0.108 }, + { { 0, 18, -20, 0, 0, 0, 0, 0, 2, 0, 0 }, 289.98944, 0.00002, 0.029 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -3, 0, 1 }, 21.67107, 0.00001, 0.074 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -3, 0, 2 }, 206.91373, 0.00017, 556.277 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -3, 1, 1 }, 97.56858, 0.00002, 5.933 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -3, 2, 1 }, 201.67107, 0.00001, 0.076 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 359.50207, 0.00003, 0.069 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -2, 1, 0 }, 310.81194, 0.00003, 0.818 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -1, -1, 1 }, 21.67107, 0.00001, 0.515 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -1, 0, 1 }, 21.67107, 0.00003, 0.088 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 0, -2, 0 }, 210.11530, 0.00001, 0.062 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 6.33690, 0.00004, 0.097 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, 2, 0, 0 }, 198.27630, 0.00003, 0.029 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, -2, 2 }, 253.03819, 0.00001, 0.076 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 142.66207, 0.00004, 0.074 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 0, 2 }, 253.03819, 0.00001, 0.075 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 1, 0 }, 244.71313, 0.00002, 4.498 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 2, 0 }, 97.78948, 0.00002, 0.077 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -1, 1, -1 }, 240.75267, 0.00002, 0.784 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 0, -2, 0 }, 252.23333, 0.00002, 0.066 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 0, -1, 0 }, 63.52135, 0.00003, 0.501 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 289.16049, 0.00001, 0.089 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, -1, 0 }, 37.50243, 0.00003, 0.039 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 231.66485, 0.00005, 0.080 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 132.53322, 0.00002, 1.286 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, -2, 1 }, 2.41180, 0.00001, 0.076 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, -1, 0 }, 217.50243, 0.00001, 0.075 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, -1, 1 }, 16.93926, 0.00005, 17.413 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 0, -1 }, 122.40657, 0.00001, 0.074 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 0, 0 }, 282.85972, 0.00003, 9.147 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 0, 1 }, 166.01974, 0.00004, 0.075 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 1, -1 }, 178.81262, 0.00005, 3.622 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 2, -1 }, 122.40657, 0.00001, 0.077 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, -2, 0 }, 37.40480, 0.00007, 0.070 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, -1, 0 }, 146.93678, 0.00002, 1.004 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 202.44737, 0.00007, 0.082 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, 1, 0 }, 217.50243, 0.00001, 0.039 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 1, -1, -1 }, 175.79721, 0.00001, 0.488 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 1, 0, -1 }, 175.79721, 0.00003, 0.089 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, -2, 0 }, 217.50243, 0.00013, 0.095 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, -1, 0 }, 217.50243, 0.00020, 0.042 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, 0, 0 }, 217.50243, 0.00003, 0.027 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, -1, 0 }, 114.56550, 0.00003, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, 0, 0 }, 114.56550, 0.00007, 0.028 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, 1, 0 }, 114.56550, 0.00004, 0.044 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -3, 0 }, 114.56550, 0.00004, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -2, 0 }, 114.56550, 0.00035, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -1, -2 }, 294.56550, 0.00001, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -1, 0 }, 114.55114, 0.00293, 0.040 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 0, -2 }, 294.56550, 0.00002, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 114.55967, 0.00298, 0.087 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 1, 0 }, 65.48676, 0.00002, 0.563 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 178.90658, 0.00001, 0.067 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -1, -2, 0 }, 294.56550, 0.00001, 0.039 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -1, -1, 0 }, 294.56550, 0.00008, 0.081 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -4, 0 }, 114.56550, 0.00007, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -3, 0 }, 114.55394, 0.00096, 0.038 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -2, -2 }, 294.56550, 0.00008, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -2, 0 }, 114.55388, 0.01410, 0.075 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -2, 2 }, 294.56550, 0.00002, 0.074 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, -2 }, 294.56550, 0.00051, 0.037 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, 0 }, 114.56550, 0.25425, 273.043 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, 2 }, 294.56550, 0.00051, 0.037 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 0, -2 }, 294.56550, 0.00002, 0.074 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 114.79544, 0.01326, 0.075 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 0, 2 }, 294.56550, 0.00008, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 1, 0 }, 114.79537, 0.00090, 0.038 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 2, 0 }, 114.56550, 0.00007, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 1, -1, 0 }, 294.56550, 0.00008, 0.081 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 1, 0, 0 }, 294.56550, 0.00001, 0.039 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -2, 0 }, 114.57740, 0.00280, 0.087 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -2, 2 }, 294.56550, 0.00002, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -1, 0 }, 114.57998, 0.00291, 0.040 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -1, 2 }, 294.56550, 0.00001, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 114.56550, 0.00035, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 1, 0 }, 114.56550, 0.00004, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -3, 0 }, 114.56550, 0.00004, 0.044 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -2, 0 }, 114.56550, 0.00007, 0.028 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -1, 0 }, 114.56550, 0.00003, 0.020 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -2, 0 }, 11.62857, 0.00003, 0.027 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -1, 0 }, 11.62857, 0.00020, 0.042 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 12.54456, 0.00010, 0.095 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 188.41031, 0.00003, 0.062 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, -3, 0 }, 11.62857, 0.00001, 0.039 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, -2, 0 }, 11.62857, 0.00009, 0.082 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, -1, 0 }, 220.17459, 0.00001, 0.996 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 191.62857, 0.00007, 0.070 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, -1, -1 }, 22.72695, 0.00014, 19.959 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, -1, 0 }, 11.62857, 0.00001, 0.075 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, 0, -1 }, 134.23070, 0.00004, 0.076 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 2, -2, 0 }, 191.76310, 0.00002, 0.080 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 191.62857, 0.00003, 0.039 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 155.90294, 0.00004, 0.026 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, 2, -2, 0 }, 199.49867, 0.00002, 0.074 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, 2, -1, -2 }, 20.71545, 0.00001, 9.628 }, + { { 0, 18, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 19.49867, 0.00002, 0.025 }, + { { 0, 18, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 107.82541, 0.00002, 0.024 }, + { { 0, 19, -26, 0, 0, 0, 0, 0, -2, 0, 0 }, 246.65655, 0.00003, 0.050 }, + { { 0, 19, -25, 0, 0, 0, 0, 0, -2, 0, 0 }, 161.74206, 0.00005, 0.053 }, + { { 0, 19, -25, 0, 0, 0, 0, 0, -2, 1, 0 }, 341.73870, 0.00001, 0.179 }, + { { 0, 19, -24, 0, 0, 0, 0, 0, -2, 0, 0 }, 76.06814, 0.00003, 0.056 }, + { { 0, 19, -24, 0, 0, 0, 0, 0, -2, 1, 0 }, 249.68092, 0.00004, 0.218 }, + { { 0, 19, -24, 0, 0, 0, 0, 0, 0, -2, 0 }, 69.81455, 0.00003, 0.051 }, + { { 0, 19, -24, 0, 0, 0, 0, 0, 0, 0, 0 }, 249.81455, 0.00003, 0.145 }, + { { 0, 19, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 69.09746, 0.00004, 0.059 }, + { { 0, 19, -23, 0, 0, 0, 0, 0, -2, 1, 0 }, 124.34789, 0.00001, 0.278 }, + { { 0, 19, -23, 0, 0, 0, 0, 0, -2, 2, 0 }, 161.56852, 0.00002, 0.104 }, + { { 0, 19, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 201.00228, 0.00005, 0.063 }, + { { 0, 19, -22, 0, 0, 0, 0, 0, -2, 1, 0 }, 344.88870, 0.00002, 0.385 }, + { { 0, 19, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 356.49200, 0.00005, 0.067 }, + { { 0, 19, -21, 0, 0, 0, 0, 0, -2, 1, 0 }, 135.34120, 0.00002, 0.626 }, + { { 0, 19, -21, 0, 0, 0, 0, 0, -2, 2, 0 }, 257.55205, 0.00002, 0.086 }, + { { 0, 19, -21, 0, 0, 0, 0, 0, 0, -2, 0 }, 278.69973, 0.00001, 0.060 }, + { { 0, 19, -21, 0, 0, 0, 0, 0, 0, 0, 0 }, 98.69973, 0.00001, 0.101 }, + { { 0, 19, -21, 0, 0, 0, 0, 0, 2, 0, 0 }, 109.99821, 0.00002, 0.029 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, -3, 1, 1 }, 21.64074, 0.00002, 2.188 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 338.29818, 0.00002, 0.072 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, -2, 1, 0 }, 253.09434, 0.00004, 1.676 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, -1, 0, 1 }, 21.64074, 0.00003, 0.084 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, -1, 1, -1 }, 228.46807, 0.00002, 0.606 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 0, -2, 0 }, 341.43673, 0.00002, 0.064 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 0, -1, 0 }, 341.55825, 0.00002, 0.422 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 0, 0, 0 }, 1.77047, 0.00005, 0.092 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 2, 0, 0 }, 18.33043, 0.00002, 0.028 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 314.66815, 0.00009, 0.078 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -2, 1, 0 }, 153.25719, 0.00005, 2.480 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -2, 2, 0 }, 120.53283, 0.00001, 0.073 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -1, -1, 1 }, 251.83642, 0.00002, 3.154 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -1, 0, -1 }, 240.39388, 0.00004, 0.072 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -1, 1, -1 }, 87.15954, 0.00002, 1.537 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 0, -1, 0 }, 292.94797, 0.00003, 0.730 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 75.68481, 0.00004, 0.084 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, -4, 2, 0 }, 240.17166, 0.00001, 0.099 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 249.91061, 0.00008, 0.084 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, -2, 1, 0 }, 89.31352, 0.00003, 0.713 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, -2, 2, 0 }, 34.30042, 0.00003, 0.068 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, -1, 0, -1 }, 355.68739, 0.00001, 0.077 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, -1, 1, -1 }, 100.85421, 0.00002, 2.862 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, -1, 2, -1 }, 175.68739, 0.00001, 0.074 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 0, -2, 0 }, 27.26966, 0.00002, 0.073 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 0, -1, 0 }, 188.17760, 0.00004, 2.697 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 107.83359, 0.00004, 0.078 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 0, 1, -2 }, 156.50375, 0.00001, 1.420 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 1, -1, -1 }, 289.17288, 0.00002, 0.702 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 1, 0, -1 }, 175.76688, 0.00003, 0.085 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 116.47472, 0.00005, 0.092 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 296.46987, 0.00002, 0.416 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, 0, -2, 0 }, 278.40503, 0.00003, 0.079 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, 0, -1, 0 }, 110.49147, 0.00002, 1.589 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 98.40503, 0.00003, 0.072 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, 1, -1, -1 }, 251.57088, 0.00002, 2.355 }, + { { 0, 19, -16, 0, 0, 0, 0, 0, -2, 1, 0 }, 7.01975, 0.00001, 0.294 }, + { { 0, 19, -14, 0, 0, 0, 0, 0, 2, -2, 0 }, 286.11208, 0.00001, 0.066 }, + { { 0, 20, -27, 0, 0, 0, 0, 0, -2, 0, 0 }, 246.94442, 0.00003, 0.052 }, + { { 0, 20, -26, 0, 0, 0, 0, 0, -2, 0, 0 }, 161.73861, 0.00002, 0.055 }, + { { 0, 20, -26, 0, 0, 0, 0, 0, -2, 1, 0 }, 341.72913, 0.00002, 0.201 }, + { { 0, 20, -25, 0, 0, 0, 0, 0, -2, 0, 0 }, 76.02921, 0.00003, 0.058 }, + { { 0, 20, -25, 0, 0, 0, 0, 0, -2, 1, 0 }, 249.60937, 0.00004, 0.252 }, + { { 0, 20, -24, 0, 0, 0, 0, 0, -2, 0, 0 }, 69.53344, 0.00004, 0.062 }, + { { 0, 20, -24, 0, 0, 0, 0, 0, -2, 2, 0 }, 161.76613, 0.00002, 0.097 }, + { { 0, 20, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 218.10786, 0.00003, 0.066 }, + { { 0, 20, -23, 0, 0, 0, 0, 0, -2, 1, 0 }, 139.35967, 0.00001, 0.507 }, + { { 0, 20, -23, 0, 0, 0, 0, 0, -2, 2, 0 }, 45.92023, 0.00001, 0.089 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, -3, 1, 1 }, 102.53096, 0.00004, 12.123 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 135.85091, 0.00002, 0.070 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, -2, 2, 0 }, 315.85091, 0.00002, 0.081 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, -1, 0, -1 }, 293.41623, 0.00001, 0.065 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, -1, 1, -1 }, 293.41623, 0.00001, 0.494 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, -1, 2, -1 }, 113.41623, 0.00001, 0.089 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, 0, -2, 0 }, 278.70850, 0.00001, 0.062 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, 0, -1, 0 }, 278.48022, 0.00001, 0.364 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, 0, 0, 0 }, 98.70850, 0.00001, 0.095 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, 2, 0, 0 }, 110.00440, 0.00003, 0.028 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -4, 1, 0 }, 18.18419, 0.00001, 0.040 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -4, 2, 0 }, 340.31558, 0.00002, 0.087 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 114.23119, 0.00014, 0.076 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 1, 0 }, 18.18419, 0.00118, 34.812 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 2, 0 }, 52.69741, 0.00008, 0.075 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -1, -1, 1 }, 107.24334, 0.00002, 1.446 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -1, 0, -1 }, 228.30622, 0.00004, 0.070 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -1, 1, -1 }, 277.74300, 0.00001, 0.976 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 0, -1, 0 }, 326.30986, 0.00001, 0.573 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 0, 0, 0 }, 348.79911, 0.00005, 0.087 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 0, 1, 0 }, 18.18419, 0.00001, 0.040 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 2, 0, 0 }, 18.26399, 0.00003, 0.028 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 43.90422, 0.00001, 0.082 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -2, 1, 0 }, 200.88174, 0.00004, 0.972 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 0, -1 }, 283.38152, 0.00007, 0.075 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 0, 0 }, 93.62147, 0.00001, 7.056 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 1, -1 }, 297.35671, 0.00071, 39.938 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 2, -1 }, 297.91452, 0.00004, 0.076 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 0, -2, 0 }, 141.58314, 0.00001, 0.071 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 0, 0, 0 }, 299.84282, 0.00003, 0.080 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 260.80620, 0.00003, 0.089 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, -2, 1, 0 }, 99.77311, 0.00002, 0.493 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, -2, 2, 0 }, 145.90271, 0.00002, 0.065 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, -1, -1, 1 }, 201.05223, 0.00003, 0.764 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, -1, 0, -1 }, 325.60871, 0.00005, 0.081 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 0, -1, 0 }, 206.35429, 0.00003, 3.926 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 0, 0, -1 }, 108.19655, 0.00002, 11.370 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 334.54257, 0.00006, 0.074 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 0, 1, -2 }, 294.24945, 0.00002, 12.690 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 1, -1, -1 }, 21.76948, 0.00002, 1.251 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 114.34455, 0.00001, 0.098 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, -2, 1, 0 }, 294.34455, 0.00001, 0.330 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, 0, -2, 0 }, 241.81669, 0.00001, 0.083 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 61.81669, 0.00001, 0.069 }, + { { 0, 20, -18, 0, 0, 0, 0, 0, 1, -1, -1 }, 161.98184, 0.00001, 4.977 }, + { { 0, 20, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 187.15323, 0.00001, 0.108 }, + { { 0, 20, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 187.15323, 0.00001, 0.058 }, + { { 0, 21, -28, 0, 0, 0, 0, 0, -2, 0, 0 }, 247.21213, 0.00003, 0.054 }, + { { 0, 21, -27, 0, 0, 0, 0, 0, -2, 0, 0 }, 341.75588, 0.00002, 0.057 }, + { { 0, 21, -27, 0, 0, 0, 0, 0, -2, 1, 0 }, 341.72069, 0.00002, 0.230 }, + { { 0, 21, -26, 0, 0, 0, 0, 0, -2, 0, 0 }, 71.44575, 0.00005, 0.060 }, + { { 0, 21, -26, 0, 0, 0, 0, 0, -2, 1, 0 }, 249.52962, 0.00004, 0.299 }, + { { 0, 21, -26, 0, 0, 0, 0, 0, -2, 2, 0 }, 255.98870, 0.00001, 0.101 }, + { { 0, 21, -26, 0, 0, 0, 0, 0, 0, 0, 0 }, 69.82269, 0.00003, 0.123 }, + { { 0, 21, -25, 0, 0, 0, 0, 0, -2, 0, 0 }, 63.08945, 0.00003, 0.064 }, + { { 0, 21, -25, 0, 0, 0, 0, 0, -2, 1, 0 }, 94.46378, 0.00002, 0.426 }, + { { 0, 21, -25, 0, 0, 0, 0, 0, -2, 2, 0 }, 133.95643, 0.00003, 0.092 }, + { { 0, 21, -24, 0, 0, 0, 0, 0, -2, 0, 0 }, 205.82614, 0.00005, 0.068 }, + { { 0, 21, -24, 0, 0, 0, 0, 0, -2, 1, 0 }, 84.43295, 0.00003, 0.743 }, + { { 0, 21, -24, 0, 0, 0, 0, 0, -2, 2, 0 }, 136.74142, 0.00001, 0.084 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, -2, -1, 2 }, 103.95880, 0.00007, 81.722 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 162.13858, 0.00002, 0.074 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, -2, 1, 0 }, 25.12955, 0.00005, 2.892 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, -2, 2, 0 }, 258.31939, 0.00001, 0.077 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, -1, -1, 1 }, 113.42501, 0.00001, 0.938 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, -1, 0, -1 }, 293.42501, 0.00003, 0.068 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, 0, -1, 0 }, 98.71469, 0.00001, 0.472 }, + { { 0, 21, -23, 0, 0, 0, 0, 0, 0, 0, 0 }, 98.71469, 0.00003, 0.090 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 169.79050, 0.00006, 0.079 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -2, 1, 0 }, 323.97891, 0.00004, 1.528 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -2, 2, 0 }, 217.15330, 0.00002, 0.072 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, -1, 1 }, 193.19636, 0.00006, 15.151 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, 0, -1 }, 283.76929, 0.00004, 0.073 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, 0, 0 }, 153.51456, 0.00002, 4.296 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, 2, -1 }, 299.01504, 0.00001, 0.078 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, 0, -1, 0 }, 225.55451, 0.00002, 0.893 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, 0, 0, 0 }, 327.44265, 0.00003, 0.082 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, 2, -2, 0 }, 18.07497, 0.00002, 0.097 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 251.50044, 0.00002, 0.086 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, -1, 1, -1 }, 54.27069, 0.00001, 1.665 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, -1, 0 }, 279.48476, 0.00007, 8.350 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, 0, 0 }, 245.73357, 0.00004, 0.076 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, -1, 1, -1 }, 145.33983, 0.00002, 0.625 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 0, -2, 0 }, 121.54208, 0.00001, 0.081 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 0, -1, 0 }, 119.84758, 0.00002, 1.136 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 0, 0, 0 }, 301.54208, 0.00001, 0.071 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 0, 1, -2 }, 156.43770, 0.00001, 1.829 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, -2, 0 }, 215.53700, 0.00007, 147.570 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, -1, -1 }, 197.35029, 0.00003, 5.763 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, 0, -1 }, 153.47619, 0.00005, 0.076 }, + { { 0, 21, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 114.31242, 0.00004, 0.104 }, + { { 0, 21, -19, 0, 0, 0, 0, 0, 0, -1, 0 }, 225.38397, 0.00001, 0.532 }, + { { 0, 21, -17, 0, 0, 0, 0, 0, 2, -2, 0 }, 201.32517, 0.00001, 0.065 }, + { { 0, 21, -17, 0, 0, 0, 0, 0, 4, -3, -2 }, 17.85044, 0.00003, 759.662 }, + { { 0, 21, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 107.73447, 0.00002, 0.023 }, + { { 0, 22, -29, 0, 0, 0, 0, 0, -2, 0, 0 }, 247.46138, 0.00003, 0.056 }, + { { 0, 22, -28, 0, 0, 0, 0, 0, -2, 0, 0 }, 341.75733, 0.00003, 0.059 }, + { { 0, 22, -28, 0, 0, 0, 0, 0, -2, 1, 0 }, 341.72645, 0.00003, 0.269 }, + { { 0, 22, -27, 0, 0, 0, 0, 0, -2, 0, 0 }, 70.71411, 0.00009, 0.063 }, + { { 0, 22, -27, 0, 0, 0, 0, 0, -2, 1, 0 }, 249.68333, 0.00003, 0.368 }, + { { 0, 22, -27, 0, 0, 0, 0, 0, -2, 2, 0 }, 255.94666, 0.00001, 0.095 }, + { { 0, 22, -27, 0, 0, 0, 0, 0, 0, 0, 0 }, 69.78376, 0.00003, 0.114 }, + { { 0, 22, -26, 0, 0, 0, 0, 0, -2, 0, 0 }, 31.81554, 0.00003, 0.067 }, + { { 0, 22, -26, 0, 0, 0, 0, 0, -2, 1, 0 }, 62.40300, 0.00001, 0.581 }, + { { 0, 22, -26, 0, 0, 0, 0, 0, -2, 2, 0 }, 150.00742, 0.00001, 0.087 }, + { { 0, 22, -25, 0, 0, 0, 0, 0, -2, 0, 0 }, 92.08813, 0.00006, 0.072 }, + { { 0, 22, -25, 0, 0, 0, 0, 0, -2, 1, 0 }, 219.06785, 0.00002, 1.388 }, + { { 0, 22, -25, 0, 0, 0, 0, 0, -2, 2, 0 }, 187.17164, 0.00001, 0.080 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, -2, 1, 0 }, 6.85543, 0.00004, 3.574 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, -1, -2, 1 }, 293.43119, 0.00001, 0.073 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, -1, -1, 1 }, 141.30745, 0.00002, 2.270 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, -1, 0, 1 }, 113.43119, 0.00001, 0.078 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, -1, 1, -1 }, 321.30870, 0.00002, 1.292 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, 0, -1, 0 }, 100.19737, 0.00001, 0.669 }, + { { 0, 22, -24, 0, 0, 0, 0, 0, 0, 0, 0 }, 98.71845, 0.00003, 0.085 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, -2, 1, 0 }, 284.77466, 0.00001, 0.781 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, -1, -2, 1 }, 201.53907, 0.00002, 0.079 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, -1, 0, -1 }, 67.17037, 0.00005, 0.077 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, -1, 0, 1 }, 201.53907, 0.00002, 0.072 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, -1, 1, -1 }, 70.40947, 0.00003, 4.425 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, -1, 2, -1 }, 5.70917, 0.00002, 0.074 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, 0, -2, 0 }, 113.72516, 0.00001, 0.073 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, 0, -1, 0 }, 350.18130, 0.00005, 2.023 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, 0, 0, 0 }, 184.50099, 0.00002, 0.078 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, 2, 0, 0 }, 18.03604, 0.00002, 0.027 }, + { { 0, 22, -22, 0, 0, 0, 0, 0, 1, -1, -1 }, 82.07121, 0.00004, 1.825 }, + { { 0, 22, -21, 0, 0, 0, 0, 0, 0, -2, 0 }, 154.93166, 0.00002, 0.085 }, + { { 0, 22, -21, 0, 0, 0, 0, 0, 0, 0, 0 }, 159.81300, 0.00007, 0.068 }, + { { 0, 22, -21, 0, 0, 0, 0, 0, 1, -2, -1 }, 288.77819, 0.00002, 0.078 }, + { { 0, 22, -21, 0, 0, 0, 0, 0, 1, 0, -1 }, 108.77819, 0.00002, 0.073 }, + { { 0, 22, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 114.27851, 0.00001, 0.111 }, + { { 0, 23, -30, 0, 0, 0, 0, 0, -2, 0, 0 }, 247.69374, 0.00003, 0.058 }, + { { 0, 23, -29, 0, 0, 0, 0, 0, -2, 0, 0 }, 341.75660, 0.00003, 0.061 }, + { { 0, 23, -29, 0, 0, 0, 0, 0, -2, 1, 0 }, 341.71787, 0.00004, 0.323 }, + { { 0, 23, -28, 0, 0, 0, 0, 0, -2, 0, 0 }, 70.84604, 0.00007, 0.065 }, + { { 0, 23, -28, 0, 0, 0, 0, 0, -2, 1, 0 }, 243.66350, 0.00001, 0.477 }, + { { 0, 23, -28, 0, 0, 0, 0, 0, -2, 2, 0 }, 255.90314, 0.00001, 0.090 }, + { { 0, 23, -28, 0, 0, 0, 0, 0, 0, 0, 0 }, 69.74324, 0.00003, 0.107 }, + { { 0, 23, -27, 0, 0, 0, 0, 0, -2, 0, 0 }, 65.24185, 0.00002, 0.070 }, + { { 0, 23, -27, 0, 0, 0, 0, 0, -2, 1, 0 }, 189.39595, 0.00002, 0.914 }, + { { 0, 23, -26, 0, 0, 0, 0, 0, -2, 0, 0 }, 79.62777, 0.00002, 0.075 }, + { { 0, 23, -26, 0, 0, 0, 0, 0, -2, 1, 0 }, 96.00394, 0.00004, 10.559 }, + { { 0, 23, -26, 0, 0, 0, 0, 0, -2, 2, 0 }, 259.62777, 0.00002, 0.076 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -2, 0, 0 }, 216.64096, 0.00004, 0.081 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -2, 1, 0 }, 120.89765, 0.00003, 1.105 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -2, 2, 0 }, 60.63037, 0.00002, 0.071 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, -1, 1 }, 121.24690, 0.00002, 5.404 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, 0, -1 }, 354.08940, 0.00005, 0.075 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, 0, 0 }, 131.74040, 0.00006, 54.684 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, 1, -1 }, 247.80359, 0.00004, 6.735 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, 0, -2, 0 }, 296.40668, 0.00002, 0.071 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, 0, -1, 0 }, 22.79295, 0.00002, 1.151 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, -2, 1, 0 }, 333.53242, 0.00001, 0.525 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, -1, -1, 1 }, 21.50176, 0.00001, 0.844 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, -2, 0 }, 276.20069, 0.00001, 0.076 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, -1, 0 }, 29.57980, 0.00011, 7.618 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, 0, -1 }, 176.15948, 0.00003, 28.187 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, 0, 0 }, 187.38054, 0.00008, 0.075 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 1, -1, -1 }, 201.50176, 0.00001, 1.084 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 2, -2, 0 }, 197.99552, 0.00001, 0.086 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 2, 0, 0 }, 17.99552, 0.00001, 0.026 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 252.63329, 0.00002, 0.097 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, -2, 2, 0 }, 252.63329, 0.00002, 0.062 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 0, -2, 0 }, 249.60783, 0.00001, 0.082 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 0, -1, 0 }, 64.81111, 0.00003, 0.884 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 0, 0, 0 }, 249.60783, 0.00001, 0.070 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, -1, -1 }, 281.56958, 0.00011, 12.901 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, 0, -1 }, 293.56334, 0.00004, 0.075 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 160.67254, 0.00002, 0.107 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, -2, 1, 0 }, 340.67253, 0.00002, 0.256 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 1, -1, -1 }, 175.62790, 0.00002, 0.928 }, + { { 0, 23, -22, 0, 0, 0, 0, 0, 2, -1, -2 }, 178.40229, 0.00008, 42.111 }, + { { 0, 23, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 114.24288, 0.00001, 0.120 }, + { { 0, 24, -31, 0, 0, 0, 0, 0, -2, 0, 0 }, 247.91049, 0.00003, 0.060 }, + { { 0, 24, -30, 0, 0, 0, 0, 0, -2, 0, 0 }, 341.75379, 0.00001, 0.064 }, + { { 0, 24, -29, 0, 0, 0, 0, 0, -2, 0, 0 }, 73.71205, 0.00005, 0.068 }, + { { 0, 24, -29, 0, 0, 0, 0, 0, -2, 1, 0 }, 249.58987, 0.00003, 0.681 }, + { { 0, 24, -29, 0, 0, 0, 0, 0, 0, 0, 0 }, 69.70120, 0.00003, 0.100 }, + { { 0, 24, -28, 0, 0, 0, 0, 0, -2, 0, 0 }, 169.16347, 0.00002, 0.073 }, + { { 0, 24, -28, 0, 0, 0, 0, 0, -2, 1, 0 }, 107.96111, 0.00007, 2.131 }, + { { 0, 24, -28, 0, 0, 0, 0, 0, -2, 2, 0 }, 349.16347, 0.00002, 0.078 }, + { { 0, 24, -27, 0, 0, 0, 0, 0, -2, 0, 0 }, 276.81221, 0.00006, 0.079 }, + { { 0, 24, -27, 0, 0, 0, 0, 0, -2, 1, 0 }, 207.80373, 0.00003, 1.884 }, + { { 0, 24, -27, 0, 0, 0, 0, 0, -1, -1, 1 }, 278.49242, 0.00002, 5.279 }, + { { 0, 24, -27, 0, 0, 0, 0, 0, 0, -1, 0 }, 11.93342, 0.00003, 0.804 }, + { { 0, 24, -26, 0, 0, 0, 0, 0, -2, 2, 0 }, 94.81630, 0.00002, 0.068 }, + { { 0, 24, -26, 0, 0, 0, 0, 0, -1, -1, 1 }, 113.43641, 0.00001, 1.234 }, + { { 0, 24, -26, 0, 0, 0, 0, 0, -1, 1, -1 }, 339.47748, 0.00002, 2.096 }, + { { 0, 24, -26, 0, 0, 0, 0, 0, 0, -2, 0 }, 185.25086, 0.00001, 0.074 }, + { { 0, 24, -26, 0, 0, 0, 0, 0, 0, -1, 0 }, 43.46344, 0.00003, 4.112 }, + { { 0, 24, -26, 0, 0, 0, 0, 0, 0, 0, 0 }, 352.20165, 0.00003, 0.077 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, -2, 0, 0 }, 167.73993, 0.00001, 0.093 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, -2, 1, 0 }, 347.73993, 0.00001, 0.395 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, -2, 2, 0 }, 167.73993, 0.00001, 0.063 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, -1, 0, -1 }, 21.46283, 0.00003, 0.085 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, 0, -1, 0 }, 278.08698, 0.00001, 1.321 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, 0, 0, 0 }, 161.56111, 0.00003, 0.071 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, 1, -3, 1 }, 201.46283, 0.00001, 27.360 }, + { { 0, 24, -25, 0, 0, 0, 0, 0, 1, -2, -1 }, 179.51335, 0.00002, 0.074 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, -2, 1, 0 }, 73.08429, 0.00001, 0.283 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 0, -2, 0 }, 237.98632, 0.00001, 0.087 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 0, 0, 0 }, 78.59599, 0.00004, 0.067 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 1, -1, -1 }, 267.56255, 0.00001, 1.422 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 2, -3, 0 }, 137.84918, 0.00004, 58.088 }, + { { 0, 24, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 160.63022, 0.00002, 0.115 }, + { { 0, 24, -23, 0, 0, 0, 0, 0, -2, 2, 0 }, 160.63022, 0.00002, 0.056 }, + { { 0, 24, -23, 0, 0, 0, 0, 0, 0, -1, 0 }, 341.11071, 0.00001, 0.363 }, + { { 0, 25, -32, 0, 0, 0, 0, 0, -2, 0, 0 }, 248.11300, 0.00003, 0.062 }, + { { 0, 25, -31, 0, 0, 0, 0, 0, -2, 0, 0 }, 341.74902, 0.00001, 0.066 }, + { { 0, 25, -31, 0, 0, 0, 0, 0, -2, 1, 0 }, 161.74902, 0.00001, 0.542 }, + { { 0, 25, -30, 0, 0, 0, 0, 0, -2, 0, 0 }, 73.89974, 0.00003, 0.071 }, + { { 0, 25, -30, 0, 0, 0, 0, 0, -2, 2, 0 }, 75.87580, 0.00002, 0.081 }, + { { 0, 25, -30, 0, 0, 0, 0, 0, 0, -1, 0 }, 69.65768, 0.00001, 0.382 }, + { { 0, 25, -30, 0, 0, 0, 0, 0, 0, 0, 0 }, 69.65768, 0.00003, 0.094 }, + { { 0, 25, -29, 0, 0, 0, 0, 0, -2, 0, 0 }, 102.21071, 0.00006, 0.076 }, + { { 0, 25, -29, 0, 0, 0, 0, 0, -2, 1, 0 }, 245.91746, 0.00005, 6.396 }, + { { 0, 25, -29, 0, 0, 0, 0, 0, -2, 2, 0 }, 51.74943, 0.00001, 0.075 }, + { { 0, 25, -28, 0, 0, 0, 0, 0, -2, 0, 0 }, 160.12535, 0.00003, 0.083 }, + { { 0, 25, -28, 0, 0, 0, 0, 0, -2, 1, 0 }, 244.87167, 0.00001, 0.865 }, + { { 0, 25, -28, 0, 0, 0, 0, 0, -2, 2, 0 }, 278.91717, 0.00001, 0.069 }, + { { 0, 25, -28, 0, 0, 0, 0, 0, -1, 0, -1 }, 38.62733, 0.00002, 0.076 }, + { { 0, 25, -28, 0, 0, 0, 0, 0, -1, 1, -1 }, 75.85706, 0.00002, 9.749 }, + { { 0, 25, -28, 0, 0, 0, 0, 0, -1, 2, -1 }, 38.62733, 0.00002, 0.075 }, + { { 0, 25, -28, 0, 0, 0, 0, 0, 0, -2, 0 }, 212.52555, 0.00001, 0.072 }, + { { 0, 25, -28, 0, 0, 0, 0, 0, 0, -1, 0 }, 217.54486, 0.00003, 1.619 }, + { { 0, 25, -28, 0, 0, 0, 0, 0, 0, 0, 0 }, 39.64846, 0.00003, 0.079 }, + { { 0, 25, -27, 0, 0, 0, 0, 0, -1, 1, -1 }, 293.43567, 0.00001, 0.907 }, + { { 0, 25, -27, 0, 0, 0, 0, 0, 0, -1, 0 }, 146.53298, 0.00001, 2.616 }, + { { 0, 25, -27, 0, 0, 0, 0, 0, 0, 0, 0 }, 258.19868, 0.00002, 0.073 }, + { { 0, 25, -27, 0, 0, 0, 0, 0, 0, 1, -2 }, 247.09837, 0.00003, 20.488 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, -2, 1, 0 }, 321.46872, 0.00001, 0.317 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 0, -1, 0 }, 327.23588, 0.00001, 0.723 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 0, 0, 0 }, 186.66377, 0.00003, 0.068 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 1, -1, -1 }, 158.59275, 0.00003, 3.044 }, + { { 0, 25, -26, 0, 0, 0, 0, 0, 1, 1, -3 }, 6.76435, 0.00006, 201.839 }, + { { 0, 25, -24, 0, 0, 0, 0, 0, -2, 1, 0 }, 163.91520, 0.00001, 0.194 }, + { { 0, 25, -24, 0, 0, 0, 0, 0, 0, -1, 0 }, 161.07020, 0.00001, 0.296 }, + { { 0, 25, -24, 0, 0, 0, 0, 0, 0, 0, 0 }, 353.83036, 0.00003, 0.060 }, + { { 0, 26, -33, 0, 0, 0, 0, 0, -2, 0, 0 }, 248.30224, 0.00003, 0.065 }, + { { 0, 26, -33, 0, 0, 0, 0, 0, -2, 1, 0 }, 248.30224, 0.00001, 0.451 }, + { { 0, 26, -32, 0, 0, 0, 0, 0, -3, 0, 2 }, 196.68313, 0.00004, 418.786 }, + { { 0, 26, -32, 0, 0, 0, 0, 0, -2, 1, 0 }, 161.74236, 0.00001, 0.821 }, + { { 0, 26, -31, 0, 0, 0, 0, 0, -2, 0, 0 }, 211.12417, 0.00004, 0.074 }, + { { 0, 26, -31, 0, 0, 0, 0, 0, -2, 2, 0 }, 268.12969, 0.00002, 0.077 }, + { { 0, 26, -31, 0, 0, 0, 0, 0, 0, -1, 0 }, 69.61273, 0.00001, 0.502 }, + { { 0, 26, -31, 0, 0, 0, 0, 0, 0, 0, 0 }, 69.61273, 0.00003, 0.089 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, -2, 0, 0 }, 265.80269, 0.00003, 0.080 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, -2, 1, 0 }, 191.43382, 0.00002, 1.279 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, -2, 2, 0 }, 341.76300, 0.00002, 0.071 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, -1, -1, 1 }, 323.75564, 0.00003, 16.230 }, + { { 0, 26, -30, 0, 0, 0, 0, 0, -1, 0, 0 }, 229.78800, 0.00002, 9.511 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -2, 0, 0 }, 197.30346, 0.00003, 0.087 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -2, 1, 0 }, 20.52337, 0.00002, 0.561 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, -2, 2, 0 }, 0.55982, 0.00002, 0.067 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -2, 0 }, 233.18812, 0.00003, 0.075 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -1, 0 }, 238.39622, 0.00079, 127.422 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, 0, 0 }, 294.92199, 0.00003, 0.075 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 0, -2, 0 }, 278.47046, 0.00001, 0.082 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 0, -1, 0 }, 100.91851, 0.00001, 0.992 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 0, 0, 0 }, 98.47046, 0.00001, 0.070 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 1, -1, -1 }, 340.60035, 0.00005, 21.779 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 1, 0, -1 }, 199.48575, 0.00004, 0.076 }, + { { 0, 26, -27, 0, 0, 0, 0, 0, -2, 0, 0 }, 142.20595, 0.00002, 0.106 }, + { { 0, 26, -27, 0, 0, 0, 0, 0, -2, 2, 0 }, 142.20595, 0.00002, 0.059 }, + { { 0, 26, -26, 0, 0, 0, 0, 0, -2, 1, 0 }, 253.08075, 0.00001, 0.209 }, + { { 0, 26, -25, 0, 0, 0, 0, 0, -2, 0, 0 }, 157.61201, 0.00001, 0.134 }, + { { 0, 26, -25, 0, 0, 0, 0, 0, -2, 2, 0 }, 157.61201, 0.00001, 0.053 }, + { { 0, 26, -25, 0, 0, 0, 0, 0, 0, -2, 0 }, 161.02815, 0.00001, 0.108 }, + { { 0, 26, -25, 0, 0, 0, 0, 0, 0, 0, 0 }, 341.02815, 0.00001, 0.058 }, + { { 0, 27, -34, 0, 0, 0, 0, 0, -2, 0, 0 }, 248.47930, 0.00003, 0.067 }, + { { 0, 27, -33, 0, 0, 0, 0, 0, -2, 1, 0 }, 334.06232, 0.00004, 1.687 }, + { { 0, 27, -32, 0, 0, 0, 0, 0, -2, 0, 0 }, 350.00479, 0.00001, 0.078 }, + { { 0, 27, -32, 0, 0, 0, 0, 0, -2, 1, 0 }, 288.09360, 0.00002, 2.455 }, + { { 0, 27, -32, 0, 0, 0, 0, 0, -2, 2, 0 }, 211.10728, 0.00002, 0.073 }, + { { 0, 27, -32, 0, 0, 0, 0, 0, 0, -1, 0 }, 249.44103, 0.00003, 0.732 }, + { { 0, 27, -32, 0, 0, 0, 0, 0, 0, 0, 0 }, 69.56638, 0.00003, 0.084 }, + { { 0, 27, -31, 0, 0, 0, 0, 0, 0, -1, 0 }, 325.58795, 0.00001, 2.728 }, + { { 0, 28, -34, 0, 0, 0, 0, 0, -2, 0, 0 }, 143.61082, 0.00003, 0.076 }, + { { 0, 28, -34, 0, 0, 0, 0, 0, -2, 1, 0 }, 93.25798, 0.00002, 30.385 }, + { { 0, 28, -34, 0, 0, 0, 0, 0, -2, 2, 0 }, 13.06906, 0.00001, 0.075 }, + { { 0, 28, -33, 0, 0, 0, 0, 0, -1, 1, -1 }, 273.17053, 0.00003, 47.954 }, + { { 0, 28, -33, 0, 0, 0, 0, 0, 0, -2, 0 }, 69.38922, 0.00002, 0.071 }, + { { 0, 28, -33, 0, 0, 0, 0, 0, 0, 0, 0 }, 249.38922, 0.00002, 0.080 }, + { { 0, 28, -32, 0, 0, 0, 0, 0, 0, -1, 0 }, 252.58935, 0.00005, 3.863 }, + { { 0, 28, -31, 0, 0, 0, 0, 0, 1, -1, -1 }, 155.14150, 0.00001, 4.875 }, + { { 0, 28, -29, 0, 0, 0, 0, 0, -2, 0, 0 }, 143.62657, 0.00001, 0.122 }, + { { 0, 29, -36, 0, 0, 0, 0, 0, -2, -1, 2 }, 134.85148, 0.00002, 124.208 }, + { { 0, 29, -35, 0, 0, 0, 0, 0, -2, 1, 0 }, 341.71187, 0.00001, 1.519 }, + { { 0, 29, -35, 0, 0, 0, 0, 0, 0, -1, 0 }, 161.71187, 0.00001, 0.896 }, + { { 0, 29, -34, 0, 0, 0, 0, 0, -2, 0, 0 }, 68.52736, 0.00005, 0.086 }, + { { 0, 29, -34, 0, 0, 0, 0, 0, -2, 2, 0 }, 71.20539, 0.00002, 0.067 }, + { { 0, 29, -34, 0, 0, 0, 0, 0, 0, -2, 0 }, 255.33039, 0.00001, 0.075 }, + { { 0, 29, -34, 0, 0, 0, 0, 0, 0, -1, 0 }, 326.35535, 0.00001, 8.652 }, + { { 0, 29, -33, 0, 0, 0, 0, 0, 1, -2, 0 }, 31.62104, 0.00002, 385.960 }, + { { 0, 29, -30, 0, 0, 0, 0, 0, -2, 0, 0 }, 99.70016, 0.00001, 0.132 }, + { { 0, 30, -38, 0, 0, 0, 0, 0, -2, 1, 0 }, 334.46690, 0.00002, 1.397 }, + { { 0, 30, -37, 0, 0, 0, 0, 0, -2, 1, 0 }, 23.44040, 0.00001, 3.522 }, + { { 0, 30, -36, 0, 0, 0, 0, 0, -2, 0, 0 }, 161.61633, 0.00006, 0.084 }, + { { 0, 30, -36, 0, 0, 0, 0, 0, 0, 0, 0 }, 161.69847, 0.00003, 0.078 }, + { { 0, 30, -35, 0, 0, 0, 0, 0, 0, -2, 0 }, 251.18451, 0.00001, 0.078 }, + { { 0, 30, -35, 0, 0, 0, 0, 0, 0, 0, 0 }, 248.72888, 0.00003, 0.073 }, + { { 0, 30, -31, 0, 0, 0, 0, 0, -2, 0, 0 }, 159.97196, 0.00001, 0.143 }, + { { 0, 30, -24, 0, 0, 0, 0, 0, -2, 0, 0 }, 256.67384, 0.00005, 35.458 }, + { { 0, 31, -39, 0, 0, 0, 0, 0, -2, 0, 0 }, 154.72789, 0.00004, 0.075 }, + { { 0, 31, -39, 0, 0, 0, 0, 0, -2, 2, 0 }, 154.72789, 0.00004, 0.076 }, + { { 0, 31, -38, 0, 0, 0, 0, 0, -2, 0, 0 }, 69.08241, 0.00002, 0.081 }, + { { 0, 31, -38, 0, 0, 0, 0, 0, -2, 1, 0 }, 69.04196, 0.00003, 1.100 }, + { { 0, 31, -38, 0, 0, 0, 0, 0, -1, 0, 0 }, 196.06844, 0.00001, 44.499 }, + { { 0, 31, -37, 0, 0, 0, 0, 0, -2, 0, 0 }, 341.66261, 0.00003, 0.088 }, + { { 0, 31, -37, 0, 0, 0, 0, 0, -2, 1, 0 }, 161.68351, 0.00001, 0.524 }, + { { 0, 31, -37, 0, 0, 0, 0, 0, 0, -2, 0 }, 161.59648, 0.00004, 0.076 }, + { { 0, 31, -37, 0, 0, 0, 0, 0, 0, -1, 0 }, 328.39340, 0.00006, 7.382 }, + { { 0, 31, -37, 0, 0, 0, 0, 0, 0, 0, 0 }, 161.59648, 0.00004, 0.075 }, + { { 0, 31, -36, 0, 0, 0, 0, 0, -2, 0, 0 }, 249.36808, 0.00002, 0.097 }, + { { 0, 31, -36, 0, 0, 0, 0, 0, 0, -1, 0 }, 69.36808, 0.00001, 0.881 }, + { { 0, 31, -35, 0, 0, 0, 0, 0, 2, -1, -2 }, 102.97481, 0.00001, 35.801 }, + { { 0, 31, -28, 0, 0, 0, 0, 0, -2, 0, 0 }, 189.42635, 0.00002, 0.426 }, + { { 0, 32, -38, 0, 0, 0, 0, 0, 0, -1, 0 }, 161.66711, 0.00001, 1.314 }, + { { 0, 32, -30, 0, 0, 0, 0, 0, -2, 0, 0 }, 113.85268, 0.00001, 0.368 }, + { { 0, 32, -28, 0, 0, 0, 0, 0, -3, 1, -1 }, 163.87403, 0.00001, 0.075 }, + { { 0, 32, -28, 0, 0, 0, 0, 0, -3, 2, -1 }, 163.87403, 0.00022, 2005.078 }, + { { 0, 32, -28, 0, 0, 0, 0, 0, -3, 3, -1 }, 163.87403, 0.00001, 0.075 }, + { { 0, 32, -28, 0, 0, 0, 0, 0, -2, 0, 0 }, 320.91856, 0.00001, 1.387 }, + { { 0, 33, -34, 0, 0, 0, 0, 0, -2, 0, 0 }, 160.40936, 0.00001, 0.196 }, + { { 0, 33, -31, 0, 0, 0, 0, 0, -2, 0, 0 }, 113.80238, 0.00001, 0.477 }, + { { 0, 33, -29, 0, 0, 0, 0, 0, -2, 0, 0 }, 103.20905, 0.00001, 10.501 }, + { { 0, 34, -42, 0, 0, 0, 0, 0, 0, -1, 0 }, 193.74896, 0.00003, 83.102 }, + { { 0, 34, -42, 0, 0, 0, 0, 0, 0, 0, 0 }, 335.43222, 0.00007, 0.075 }, + { { 0, 34, -35, 0, 0, 0, 0, 0, -2, 0, 0 }, 160.53732, 0.00001, 0.224 }, + { { 0, 34, -32, 0, 0, 0, 0, 0, -2, 0, 0 }, 121.02003, 0.00003, 0.680 }, + { { 0, 34, -30, 0, 0, 0, 0, 0, -2, 0, 0 }, 320.94296, 0.00001, 1.886 }, + { { 0, 35, -34, 0, 0, 0, 0, 0, -4, 2, 0 }, 340.09522, 0.00002, 14.253 }, + { { 0, 35, -32, 0, 0, 0, 0, 0, -2, 0, 0 }, 140.14577, 0.00002, 6.418 }, + { { 0, 35, -31, 0, 0, 0, 0, 0, -1, 0, -1 }, 117.69977, 0.00003, 9.799 }, + { { 0, 36, -47, 0, 0, 0, 0, 0, -2, 1, 0 }, 49.66473, 0.00003, 26.957 }, + { { 0, 36, -36, 0, 0, 0, 0, 0, -2, 0, 0 }, 252.43941, 0.00002, 0.451 }, + { { 0, 36, -35, 0, 0, 0, 0, 0, -2, 0, 0 }, 222.43805, 0.00002, 0.821 }, + { { 0, 36, -32, 0, 0, 0, 0, 0, 0, -2, 0 }, 332.69353, 0.00002, 136.522 }, + { { 0, 37, -38, 0, 0, 0, 0, 0, -2, 0, 0 }, 45.61113, 0.00001, 0.386 }, + { { 0, 37, -36, 0, 0, 0, 0, 0, -2, 0, 0 }, 261.09169, 0.00003, 1.686 }, + { { 0, 38, -38, 0, 0, 0, 0, 0, -3, 0, 1 }, 56.25155, 0.00003, 11.607 }, + { { 0, 38, -37, 0, 0, 0, 0, 0, -2, 0, 0 }, 28.98772, 0.00008, 30.876 }, + { { 0, 38, -36, 0, 0, 0, 0, 0, -2, 0, 0 }, 113.53447, 0.00001, 0.969 }, + { { 0, 38, -36, 0, 0, 0, 0, 0, -1, 0, -1 }, 251.37552, 0.00002, 46.780 }, + { { 0, 39, -39, 0, 0, 0, 0, 0, -2, 0, 0 }, 32.03176, 0.00002, 2.923 }, + { { 0, 39, -38, 0, 0, 0, 0, 0, -2, 0, 0 }, 232.35240, 0.00004, 1.520 }, + { { 0, 39, -38, 0, 0, 0, 0, 0, -1, 0, -1 }, 271.71037, 0.00002, 2.526 }, + { { 0, 40, -41, 0, 0, 0, 0, 0, -3, 2, -1 }, 172.39781, 0.00004, 271.239 }, + { { 0, 40, -41, 0, 0, 0, 0, 0, -2, 0, 0 }, 96.62249, 0.00001, 1.396 }, + { { 0, 40, -40, 0, 0, 0, 0, 0, -2, 0, 0 }, 5.87933, 0.00003, 3.528 }, + { { 0, 40, -39, 0, 0, 0, 0, 0, -1, 0, -1 }, 228.48820, 0.00001, 4.354 }, + { { 0, 41, -43, 0, 0, 0, 0, 0, -3, 0, 1 }, 181.02355, 0.00002, 26.827 }, + { { 0, 41, -42, 0, 0, 0, 0, 0, -2, 0, 0 }, 132.08486, 0.00005, 10.984 }, + { { 0, 41, -41, 0, 0, 0, 0, 0, -1, 0, -1 }, 250.77969, 0.00002, 6.906 }, + { { 0, 42, -44, 0, 0, 0, 0, 0, -2, 0, 0 }, 124.21148, 0.00001, 2.148 }, + { { 0, 42, -43, 0, 0, 0, 0, 0, -2, 0, 0 }, 96.55005, 0.00001, 1.871 }, + { { 0, 42, -43, 0, 0, 0, 0, 0, -1, 0, -1 }, 20.53949, 0.00002, 1.926 }, + { { 0, 42, -42, 0, 0, 0, 0, 0, -1, 0, -1 }, 292.60330, 0.00002, 2.080 }, + { { 0, 43, -46, 0, 0, 0, 0, 0, -2, 0, 0 }, 211.27677, 0.00001, 1.191 }, + { { 0, 43, -45, 0, 0, 0, 0, 0, -2, 0, 0 }, 264.56372, 0.00004, 6.250 }, + { { 0, 43, -44, 0, 0, 0, 0, 0, -2, 0, 0 }, 132.50076, 0.00002, 0.862 }, + { { 0, 43, -44, 0, 0, 0, 0, 0, -1, 0, -1 }, 343.39930, 0.00002, 9.413 }, + { { 0, 43, -42, 0, 0, 0, 0, 0, 1, 0, -3 }, 175.49236, 0.00007, 773.987 }, + { { 0, 44, -47, 0, 0, 0, 0, 0, -2, 0, 0 }, 19.57494, 0.00002, 4.663 }, + { { 0, 44, -45, 0, 0, 0, 0, 0, 0, -2, 0 }, 234.69691, 0.00003, 86.878 }, + { { 0, 45, -49, 0, 0, 0, 0, 0, -2, 0, 0 }, 304.06344, 0.00002, 1.698 }, + { { 0, 45, -48, 0, 0, 0, 0, 0, -2, 0, 0 }, 155.22993, 0.00002, 2.433 }, + { { 0, 45, -47, 0, 0, 0, 0, 0, -1, 0, -1 }, 113.07128, 0.00001, 2.799 }, + { { 0, 46, -51, 0, 0, 0, 0, 0, -2, 0, 0 }, 248.47942, 0.00002, 1.038 }, + { { 0, 46, -50, 0, 0, 0, 0, 0, -2, 0, 0 }, 74.82605, 0.00004, 27.342 }, + { { 0, 47, -52, 0, 0, 0, 0, 0, -2, 0, 0 }, 66.66755, 0.00001, 2.959 }, + { { 0, 48, -54, 0, 0, 0, 0, 0, -2, 0, 0 }, 341.23629, 0.00002, 1.404 }, + { { 0, 48, -53, 0, 0, 0, 0, 0, -2, 0, 0 }, 18.59116, 0.00001, 3.477 }, + { { 0, 49, -55, 0, 0, 0, 0, 0, -2, 0, 0 }, 159.16878, 0.00003, 11.513 }, + { { 0, 50, -57, 0, 0, 0, 0, 0, -2, 0, 0 }, 70.62820, 0.00001, 2.168 }, + { { 0, 50, -56, 0, 0, 0, 0, 0, -2, 0, 0 }, 341.19301, 0.00002, 1.856 }, + { { 0, 51, -58, 0, 0, 0, 0, 0, -2, 0, 0 }, 249.61950, 0.00001, 6.091 }, + { { 0, 51, -55, 0, 0, 0, 0, 0, 1, 0, -3 }, 88.13621, 0.00002, 345.601 }, + { { 0, 52, -60, 0, 0, 0, 0, 0, -2, 0, 0 }, 158.61062, 0.00002, 4.755 }, + { { 0, 52, -58, 0, 0, 0, 0, 0, 0, -2, 0 }, 341.02755, 0.00003, 63.711 }, + { { 1, 0, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 191.14897, 0.00002, 0.075 }, + { { 1, 0, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 287.01148, 0.00002, 6.575 }, + { { 3, 0, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 42.97331, 0.00001, 0.975 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 320.84620, 0.00005, 0.075 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 1, 0 }, 218.71494, 0.00023, 39.271 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 2, 0 }, 218.36976, 0.00001, 0.076 }, + { { 4, 0, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 123.75027, 0.00004, 7.897 }, + { { 4, 0, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 43.57579, 0.00001, 2.836 }, + { { 5, 0, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 289.23702, 0.00001, 3.588 }, + { { 7, 0, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 142.84581, 0.00002, 1.486 }, + { { 8, 0, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 7.63995, 0.00001, 1.920 }, + { { 8, 0, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 114.91093, 0.00003, 2.087 }, + { { 9, 0, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 322.07377, 0.00001, 2.712 }, + { { 13, 0, -16, 0, 0, 0, 0, 0, -2, -1, 0 }, 214.04379, 0.00001, 62.252 } +} }; + +constexpr array g_ELP14 +{ { + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 }, 73.43578, 0.00010, 0.081 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, -1 }, 277.11719, 0.00005, 0.088 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, 1 }, 300.69188, 0.00004, 0.089 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, -1 }, 354.55159, 0.00001, 0.075 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 1 }, 354.55159, 0.00001, 0.074 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0 }, 4.02418, 0.00006, 0.080 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, -1 }, 300.72270, 0.00004, 0.088 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 1, -1 }, 259.58132, 0.00001, 0.040 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -1, -1 }, 78.69282, 0.00006, 0.037 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -1, 1 }, 79.58132, 0.00005, 6.038 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, -1 }, 270.67200, 0.00002, 0.074 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 1 }, 270.67200, 0.00002, 0.075 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 1, -1 }, 79.58132, 0.00005, 5.956 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 1, 1 }, 78.69282, 0.00006, 0.037 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, -1, 1 }, 259.58132, 0.00001, 0.040 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 1, 0, 0 }, 55.07650, 0.00002, 0.080 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, 0, 1 }, 302.93944, 0.00003, 0.093 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 0 }, 294.37462, 0.00005, 0.084 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -1, 0, 2 }, 114.37462, 0.00005, 0.067 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, -1 }, 120.03140, 0.00003, 0.078 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 1 }, 120.03140, 0.00003, 0.072 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, -2 }, 230.49656, 0.00003, 0.072 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0 }, 12.94819, 0.00004, 0.078 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -1, 0, 0 }, 159.71687, 0.00002, 0.088 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0 }, 15.74606, 0.00009, 0.074 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 1, 0, -2 }, 72.48311, 0.00003, 0.078 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 1, 0, 0 }, 338.59946, 0.00004, 0.072 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 2, 0, -1 }, 193.96228, 0.00003, 0.077 }, + { { 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, -3 }, 102.78502, 0.00001, 0.075 }, + { { 0, 0, 0, 4, 0, 0, 0, 0, 2, 0, -1 }, 43.30931, 0.00007, 0.074 }, + { { 0, 0, 0, 5, 0, 0, 0, 0, 2, 0, -1 }, 251.26340, 0.00002, 0.072 }, + { { 0, 0, 0, 6, 0, 0, 0, 0, 2, 0, -1 }, 280.46229, 0.00006, 0.069 }, + { { 0, 0, 0, 7, 0, 0, 0, 0, 2, 0, -1 }, 129.65557, 0.00002, 0.067 }, + { { 0, 0, 1, -6, 0, 0, 0, 0, -2, 0, 1 }, 114.24115, 0.00003, 0.074 }, + { { 0, 0, 1, -5, 0, 0, 0, 0, -2, 0, 1 }, 135.82277, 0.00005, 0.077 }, + { { 0, 0, 1, -5, 0, 0, 0, 0, -2, 0, 3 }, 141.67736, 0.00001, 0.072 }, + { { 0, 0, 1, -5, 0, 0, 0, 0, -1, 0, 0 }, 166.19613, 0.00005, 0.071 }, + { { 0, 0, 1, -5, 0, 0, 0, 0, -1, 0, 2 }, 15.27608, 0.00002, 0.078 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -1, 0, 0 }, 83.24752, 0.00001, 0.074 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -1, 0, 2 }, 83.24752, 0.00001, 0.075 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -1, 0, 0 }, 109.85138, 0.00005, 0.077 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 1, 0, -2 }, 320.56658, 0.00001, 0.066 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 1, 0, 0 }, 320.56658, 0.00001, 0.085 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 0, 1 }, 52.92886, 0.00004, 0.088 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -1, 0, 0 }, 128.11846, 0.00007, 0.080 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -1, -1 }, 46.38324, 0.00003, 0.037 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -1, 1 }, 40.62315, 0.00002, 9.672 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 1, -1 }, 40.62315, 0.00002, 4.346 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 1, 1 }, 46.38324, 0.00003, 0.038 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 1, 0, 0 }, 351.37034, 0.00004, 0.081 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, -1, -1 }, 54.18332, 0.00002, 0.499 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, -1, 1 }, 54.18332, 0.00002, 0.040 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 0, -1 }, 54.14347, 0.00006, 0.089 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 0, 1 }, 273.70254, 0.00002, 0.092 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -1, 0, 0 }, 122.13777, 0.00007, 0.084 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -1, 0, 2 }, 319.35503, 0.00002, 0.067 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, -1 }, 89.75374, 0.00004, 0.077 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, 1 }, 89.75374, 0.00004, 0.072 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 1, 0, 0 }, 37.68611, 0.00002, 0.078 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, 0, -3 }, 86.19431, 0.00002, 0.066 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, 0, -1 }, 266.19431, 0.00002, 0.085 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, 0, -1 }, 30.47728, 0.00001, 0.079 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, 0, 1 }, 30.47728, 0.00001, 0.071 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 0, -1 }, 43.95014, 0.00001, 0.027 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 0, 1 }, 43.94826, 0.00005, 0.095 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -1, 0, 0 }, 342.04010, 0.00005, 0.087 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -1, 0 }, 153.54295, 0.00002, 17.980 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 0, 0 }, 333.54238, 0.00032, 0.076 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 1, 0 }, 333.54238, 0.00002, 0.038 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, 0, -1 }, 42.81746, 0.00002, 0.082 }, + { { 0, 0, 1, 0, -2, 5, 0, 0, 1, 0, 0 }, 141.26330, 0.00003, 0.075 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, 1, 0, 0 }, 164.86231, 0.00012, 0.075 }, + { { 0, 0, 1, 0, 0, -2, 0, 0, 1, 0, 0 }, 14.88171, 0.00014, 0.075 }, + { { 0, 0, 1, 0, 0, -1, 0, 0, 1, 0, 0 }, 273.50613, 0.00004, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 0, 1 }, 183.12543, 0.00004, 0.097 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, -2 }, 101.83120, 0.00002, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0 }, 302.39044, 0.00005, 0.088 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 2 }, 178.30350, 0.00001, 0.065 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 1, 0 }, 21.30072, 0.00004, 0.530 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1 }, 120.79923, 0.00006, 0.081 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 }, 120.79923, 0.00006, 0.069 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -2, 0 }, 138.64316, 0.00003, 0.076 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -1, 0 }, 189.57541, 0.00007, 8.850 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0 }, 11.13687, 0.00132, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, 0 }, 9.57594, 0.00007, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, -3 }, 32.97163, 0.00002, 0.069 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, -1 }, 281.31434, 0.00006, 0.081 }, + { { 0, 0, 1, 0, 0, 1, 0, 0, 1, 0, 0 }, 340.86229, 0.00012, 0.075 }, + { { 0, 0, 1, 0, 0, 2, 0, 0, 1, 0, 0 }, 136.95201, 0.00006, 0.074 }, + { { 0, 0, 1, 0, 1, -1, 0, 0, 1, 0, 0 }, 167.07365, 0.00002, 0.075 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, 1, 0, 0 }, 177.16017, 0.00014, 0.074 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 1, 0, 0 }, 175.97986, 0.00008, 0.075 }, + { { 0, 0, 1, 0, 2, 0, 0, 0, 1, 0, 0 }, 141.86655, 0.00017, 0.074 }, + { { 0, 0, 1, 0, 3, 0, 0, 0, 1, 0, 0 }, 140.11131, 0.00002, 0.073 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, -1 }, 151.53581, 0.00002, 0.084 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 1 }, 151.53581, 0.00002, 0.067 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 1, 0, 0 }, 254.26327, 0.00003, 0.072 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 1, 0, -2 }, 178.98604, 0.00002, 0.081 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 1, 0, 0 }, 358.98604, 0.00002, 0.069 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, -3 }, 195.51964, 0.00002, 0.074 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, -1 }, 183.42468, 0.00009, 0.075 }, + { { 0, 0, 1, 4, 0, 0, 0, 0, 2, 0, -3 }, 71.26741, 0.00004, 0.081 }, + { { 0, 0, 1, 4, 0, 0, 0, 0, 2, 0, -1 }, 251.26741, 0.00004, 0.069 }, + { { 0, 0, 2, -9, 0, 0, 0, 0, -2, 0, 1 }, 230.33298, 0.00006, 0.071 }, + { { 0, 0, 2, -8, 0, 0, 0, 0, -2, 0, 1 }, 80.55793, 0.00003, 0.074 }, + { { 0, 0, 2, -8, 0, 0, 0, 0, -2, 0, 3 }, 260.55793, 0.00003, 0.075 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, -2, 0, 1 }, 108.19444, 0.00002, 0.077 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, -2, 2, -1 }, 108.28104, 0.00001, 0.075 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, -2, 2, 1 }, 288.28104, 0.00001, 0.074 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, -2, 0, 1 }, 316.42107, 0.00001, 0.080 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, -2, 0, 3 }, 316.42107, 0.00001, 0.070 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, -1, 0, 0 }, 247.70960, 0.00002, 0.074 }, + { { 0, 0, 2, -6, 0, 0, 0, 0, -1, 0, 2 }, 278.11075, 0.00001, 0.075 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -1, 0, 0 }, 47.55273, 0.00004, 0.077 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -1, 0, 2 }, 189.55981, 0.00002, 0.072 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 0, 1 }, 27.59950, 0.00002, 0.087 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -1, 0, 0 }, 56.02325, 0.00005, 0.080 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 0, -1 }, 189.14711, 0.00007, 0.074 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 0, 1 }, 189.14711, 0.00007, 0.075 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 1, 0, -2 }, 230.83983, 0.00001, 0.068 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 1, 0, 0 }, 230.83983, 0.00001, 0.082 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -1, 0, 0 }, 99.15862, 0.00003, 0.084 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -1, 0, 2 }, 64.63208, 0.00002, 0.067 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 0, -1 }, 57.09551, 0.00003, 0.077 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 0, 1 }, 57.09551, 0.00003, 0.072 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 1, 0, 0 }, 290.44512, 0.00005, 0.078 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, 0, -3 }, 236.99291, 0.00002, 0.066 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, 0, -1 }, 236.76720, 0.00004, 0.085 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 1, 0, 0 }, 202.60402, 0.00005, 0.075 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, 0, -3 }, 266.07243, 0.00002, 0.069 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, 0, -1 }, 266.07243, 0.00002, 0.082 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, -1, 0, 0 }, 119.18610, 0.00002, 0.092 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, -1, 0, 2 }, 299.18610, 0.00002, 0.063 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 1, 0, 0 }, 194.06866, 0.00005, 0.072 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 2, 0, -1 }, 297.29273, 0.00003, 0.078 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -1, -1 }, 239.33862, 0.00002, 0.040 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -1, 1 }, 239.33856, 0.00002, 0.523 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 0, -1 }, 241.35498, 0.00001, 0.086 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 0, 1 }, 241.35498, 0.00001, 0.066 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -2, -1 }, 59.28916, 0.00003, 0.074 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -2, 1 }, 59.28916, 0.00003, 0.075 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -1, -1 }, 59.33853, 0.00010, 5.163 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -1, 1 }, 59.33697, 0.00011, 0.038 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 1, 0, 0 }, 123.55044, 0.00002, 0.070 }, + { { 0, 0, 2, 0, -1, 0, 0, 0, 1, 0, 0 }, 185.34963, 0.00007, 0.070 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, -1 }, 245.92350, 0.00002, 0.088 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1 }, 245.92350, 0.00002, 0.065 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0 }, 301.04803, 0.00006, 0.070 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, -3 }, 154.15550, 0.00003, 0.074 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, -1 }, 342.92927, 0.00006, 0.075 }, + { { 0, 0, 2, 0, 0, 3, 0, 0, 2, 0, -3 }, 92.98042, 0.00004, 0.074 }, + { { 0, 0, 2, 0, 0, 3, 0, 0, 2, 0, -1 }, 272.98042, 0.00004, 0.075 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, 1, 0, 0 }, 140.18799, 0.00003, 0.069 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, 2, 0, -3 }, 261.44139, 0.00002, 0.074 }, + { { 0, 0, 2, 0, 1, 0, 0, 0, 2, 0, -1 }, 261.44139, 0.00002, 0.075 }, + { { 0, 0, 2, 1, 0, 0, 0, 0, 1, 0, -2 }, 93.49857, 0.00002, 0.084 }, + { { 0, 0, 2, 1, 0, 0, 0, 0, 1, 0, 0 }, 273.49857, 0.00002, 0.067 }, + { { 0, 0, 2, 1, 0, 0, 0, 0, 2, 0, -1 }, 191.78434, 0.00009, 0.072 }, + { { 0, 0, 2, 2, 0, 0, 0, 0, 2, 0, -1 }, 222.10175, 0.00006, 0.070 }, + { { 0, 0, 2, 3, 0, 0, 0, 0, 2, 0, -1 }, 250.95341, 0.00003, 0.067 }, + { { 0, 0, 2, 4, 0, 0, 0, 0, 2, 0, -3 }, 280.45679, 0.00001, 0.088 }, + { { 0, 0, 2, 4, 0, 0, 0, 0, 2, 0, -1 }, 100.45679, 0.00001, 0.065 }, + { { 0, 0, 3, -11, 0, 0, 0, 0, -2, 0, 1 }, 21.14616, 0.00001, 0.071 }, + { { 0, 0, 3, -11, 0, 0, 0, 0, -2, 0, 3 }, 201.14616, 0.00001, 0.079 }, + { { 0, 0, 3, -10, 0, 0, 0, 0, -2, 0, 1 }, 230.62099, 0.00001, 0.073 }, + { { 0, 0, 3, -10, 0, 0, 0, 0, -2, 0, 3 }, 50.62099, 0.00001, 0.076 }, + { { 0, 0, 3, -9, 0, 0, 0, 0, -2, 0, 1 }, 79.37877, 0.00002, 0.076 }, + { { 0, 0, 3, -9, 0, 0, 0, 0, -2, 2, 1 }, 258.93633, 0.00003, 0.075 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, -2, 0, 1 }, 108.02555, 0.00002, 0.080 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, -2, 0, 3 }, 108.02555, 0.00002, 0.070 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, -1, 0, 0 }, 163.80382, 0.00003, 0.073 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 0, 0 }, 3.92560, 0.00004, 0.076 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 2, 0 }, 339.85551, 0.00005, 0.075 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -1, 0, 0 }, 39.74888, 0.00003, 0.080 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, -1, 0, 2 }, 176.16203, 0.00001, 0.070 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, 0, -1 }, 225.75989, 0.00003, 0.073 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, 0, 1 }, 225.75989, 0.00003, 0.076 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -1, 0, 0 }, 108.64315, 0.00003, 0.083 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 0, -1 }, 28.91967, 0.00003, 0.076 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 0, 1 }, 28.91967, 0.00003, 0.073 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 1, 0, -2 }, 154.51882, 0.00002, 0.071 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 1, 0, 0 }, 317.77044, 0.00006, 0.079 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -1, 0, 0 }, 43.89753, 0.00004, 0.087 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -1, 0, 2 }, 303.72594, 0.00001, 0.065 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 0, 0 }, 287.58993, 0.00006, 0.076 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, 0, -1 }, 236.88424, 0.00005, 0.082 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -1, 0, 0 }, 111.97978, 0.00001, 0.091 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -1, 0, 2 }, 111.97978, 0.00001, 0.063 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, 0, -3 }, 266.58804, 0.00001, 0.071 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, 0, -1 }, 265.72368, 0.00003, 0.079 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, 0, -1 }, 122.28119, 0.00002, 0.087 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, 0, 1 }, 122.28119, 0.00002, 0.065 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 1, 0, 0 }, 277.84284, 0.00005, 0.070 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, 0, -1 }, 117.57588, 0.00003, 0.075 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, 1, 0, -2 }, 97.15537, 0.00002, 0.083 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, 1, 0, 0 }, 316.83723, 0.00003, 0.067 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, 2, 0, -3 }, 140.89132, 0.00004, 0.077 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, 2, 0, -1 }, 74.89159, 0.00002, 0.073 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, -2 }, 157.92807, 0.00003, 0.087 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0 }, 153.81155, 0.00005, 0.065 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, -1 }, 14.52258, 0.00004, 0.070 }, + { { 0, 0, 3, 0, 1, 0, 0, 0, 1, 0, 0 }, 321.69091, 0.00002, 0.065 }, + { { 0, 0, 3, 2, 0, 0, 0, 0, 2, 0, -1 }, 250.90067, 0.00002, 0.065 }, + { { 0, 0, 3, 3, 0, 0, 0, 0, 2, 0, -3 }, 100.39357, 0.00001, 0.091 }, + { { 0, 0, 3, 3, 0, 0, 0, 0, 2, 0, -1 }, 100.39357, 0.00001, 0.063 }, + { { 0, 0, 4, -11, 0, 0, 0, 0, -2, 0, 1 }, 50.58788, 0.00004, 0.076 }, + { { 0, 0, 4, -10, 0, 0, 0, 0, -2, 0, 1 }, 79.10046, 0.00005, 0.079 }, + { { 0, 0, 4, -10, 0, 0, 0, 0, -1, 0, 0 }, 167.75209, 0.00003, 0.073 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, -2, 0, 1 }, 287.70170, 0.00001, 0.083 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, -2, 0, 3 }, 287.70170, 0.00001, 0.068 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, -1, 0, 0 }, 309.73027, 0.00002, 0.076 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, -1, 0, 0 }, 339.76684, 0.00006, 0.079 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, -1, 0, 2 }, 217.75755, 0.00002, 0.070 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 0, -1 }, 1.93148, 0.00005, 0.026 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 0, 1 }, 1.95733, 0.00027, 0.088 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 1, -1 }, 2.12896, 0.00008, 0.040 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 1, 1 }, 2.07541, 0.00007, 0.515 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -2, -1 }, 181.93153, 0.00001, 0.025 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -2, 1 }, 181.93153, 0.00001, 0.076 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -1, -1 }, 1.47685, 0.00011, 0.037 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -1, 1 }, 1.28718, 0.00009, 6.017 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 0, -1 }, 3.09929, 0.00010, 0.074 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 0, 1 }, 3.09924, 0.00010, 0.075 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 1, -1 }, 1.28718, 0.00009, 5.977 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 1, 1 }, 1.47685, 0.00011, 0.037 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 2, -1 }, 181.93262, 0.00001, 0.076 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 2, 1 }, 181.93262, 0.00001, 0.025 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -1, -1 }, 2.07675, 0.00007, 0.515 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -1, 1 }, 2.13013, 0.00008, 0.040 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 0, -1 }, 1.95837, 0.00027, 0.088 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 0, 1 }, 1.93267, 0.00005, 0.026 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -1, 0, 0 }, 13.12435, 0.00005, 0.083 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -1, 0, 2 }, 224.04613, 0.00002, 0.068 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, 0, -1 }, 2.63717, 0.00001, 0.076 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, 0, 1 }, 2.63717, 0.00001, 0.073 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 1, 0, -2 }, 232.81948, 0.00003, 0.070 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 1, 0, 0 }, 232.81948, 0.00003, 0.079 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -1, 0, 0 }, 19.25044, 0.00005, 0.087 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -1, 0, 2 }, 252.93377, 0.00002, 0.065 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 1, 0, 0 }, 286.61681, 0.00006, 0.076 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, 0, -3 }, 27.46764, 0.00001, 0.068 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, 0, -1 }, 207.59345, 0.00005, 0.082 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -1, 0, 0 }, 86.49864, 0.00002, 0.091 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, -1, 0, 2 }, 86.49864, 0.00002, 0.063 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 1, 0, -2 }, 336.17647, 0.00001, 0.076 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 1, 0, 0 }, 132.45280, 0.00005, 0.073 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, 0, -3 }, 56.78705, 0.00003, 0.070 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 1, 0, -2 }, 92.87911, 0.00001, 0.079 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 1, 0, 0 }, 204.11469, 0.00007, 0.070 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, 0, -1 }, 74.84167, 0.00003, 0.076 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 1, 0, 0 }, 267.50416, 0.00002, 0.068 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 2, 0, -3 }, 312.80713, 0.00002, 0.076 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 2, 0, -1 }, 111.41408, 0.00006, 0.073 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 1, 0, -2 }, 305.58033, 0.00002, 0.087 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 1, 0, 0 }, 305.58033, 0.00002, 0.065 }, + { { 0, 0, 4, -1, 0, 0, 0, 0, 2, 0, -1 }, 12.94082, 0.00002, 0.068 }, + { { 0, 0, 4, 0, -1, 0, 0, 0, 1, 0, 0 }, 322.98309, 0.00005, 0.061 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 2, 0, -3 }, 200.71802, 0.00002, 0.087 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 2, 0, -1 }, 34.74182, 0.00004, 0.065 }, + { { 0, 0, 4, 1, 0, 0, 0, 0, 2, 0, -1 }, 71.19172, 0.00003, 0.063 }, + { { 0, 0, 5, -12, 0, 0, 0, 0, -2, 0, 1 }, 50.28506, 0.00001, 0.079 }, + { { 0, 0, 5, -12, 0, 0, 0, 0, -2, 0, 3 }, 49.96695, 0.00003, 0.071 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, -2, 0, 1 }, 258.89290, 0.00002, 0.082 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, -1, 0, 0 }, 282.98694, 0.00004, 0.076 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, -1, 0, 2 }, 169.52350, 0.00002, 0.073 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, 0, -1 }, 179.97120, 0.00002, 0.076 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, 0, 1 }, 179.97120, 0.00002, 0.073 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -1, 0, 0 }, 28.28932, 0.00001, 0.086 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -1, 0, 2 }, 28.28932, 0.00001, 0.066 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 2, 0, -1 }, 178.55479, 0.00003, 0.083 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -1, 0, 0 }, 57.36748, 0.00001, 0.090 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -1, 0, 2 }, 57.36748, 0.00001, 0.063 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 1, 0, 0 }, 121.89060, 0.00005, 0.073 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, 0, -3 }, 27.59826, 0.00003, 0.070 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, 0, -1 }, 207.59826, 0.00003, 0.079 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 1, 0, 0 }, 257.56063, 0.00003, 0.071 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -2, -1 }, 59.88418, 0.00003, 0.075 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -1, 1 }, 247.55824, 0.00002, 0.037 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, 0, -3 }, 228.81184, 0.00001, 0.073 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, 0, -1 }, 54.68957, 0.00004, 0.076 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 1, 0, 0 }, 283.59223, 0.00004, 0.068 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 1, 0, 0 }, 346.06156, 0.00005, 0.066 }, + { { 0, 0, 5, -1, 0, 0, 0, 0, 2, 0, -1 }, 41.95482, 0.00002, 0.063 }, + { { 0, 0, 5, 0, -2, 0, 0, 0, 1, 0, 0 }, 142.07390, 0.00002, 0.058 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 2, 0, -1 }, 101.31261, 0.00006, 0.061 }, + { { 0, 0, 6, -14, 0, 0, 0, 0, -2, 0, 1 }, 200.96378, 0.00003, 0.078 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, -2, 0, 1 }, 229.90397, 0.00002, 0.082 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, -1, 0, 0 }, 311.02079, 0.00002, 0.075 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, -1, 0, 2 }, 311.02079, 0.00002, 0.074 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 1, 0, 0 }, 204.89847, 0.00008, 0.077 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 1, 0, -2 }, 208.94928, 0.00001, 0.075 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 1, 0, 0 }, 69.70837, 0.00005, 0.074 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 2, 0, -3 }, 178.41879, 0.00002, 0.070 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 2, 0, -1 }, 178.41879, 0.00002, 0.080 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 1, 0, -2 }, 35.75749, 0.00001, 0.079 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 1, 0, 0 }, 238.38250, 0.00004, 0.071 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -2, 1 }, 31.63186, 0.00003, 0.075 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -1, -1 }, 43.90650, 0.00002, 5.148 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -1, 1 }, 43.90477, 0.00002, 0.038 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, 0, -1 }, 27.84415, 0.00002, 0.077 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 1, 0, 0 }, 243.18589, 0.00005, 0.068 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, 0, -3 }, 235.65112, 0.00001, 0.075 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, 0, -1 }, 235.65112, 0.00001, 0.074 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 1, 0, -2 }, 48.25718, 0.00002, 0.086 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 1, 0, 0 }, 290.95637, 0.00005, 0.066 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 2, 0, -1 }, 84.67335, 0.00003, 0.071 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, 1, 0, -2 }, 280.28298, 0.00001, 0.090 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, 1, 0, 0 }, 354.01903, 0.00002, 0.064 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, -1, 0, 0 }, 298.96411, 0.00002, 0.075 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, 0, -1 }, 274.50791, 0.00001, 0.075 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 0, 0, 1 }, 274.50791, 0.00001, 0.074 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 1, 0, -2 }, 154.45282, 0.00001, 0.075 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 1, 0, 0 }, 38.76308, 0.00004, 0.074 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 2, 0, -1 }, 149.39845, 0.00002, 0.080 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 1, 0, 0 }, 62.92978, 0.00002, 0.071 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 1, 0, -2 }, 148.41736, 0.00002, 0.082 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 1, 0, 0 }, 148.41736, 0.00002, 0.069 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 1, 0, -2 }, 273.96530, 0.00001, 0.085 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 1, 0, 0 }, 273.96530, 0.00001, 0.066 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 2, 0, -1 }, 56.28506, 0.00005, 0.071 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 1, 0, -2 }, 303.04347, 0.00001, 0.089 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 1, 0, 0 }, 303.04347, 0.00001, 0.064 }, + { { 0, 0, 8, -19, 0, 0, 0, 0, -2, 0, 1 }, 286.85088, 0.00003, 0.075 }, + { { 0, 0, 8, -17, 0, 0, 0, 0, -1, 0, 0 }, 231.25942, 0.00003, 0.075 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, 0, 1 }, 242.58701, 0.00003, 0.089 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, -1, -1 }, 234.90043, 0.00001, 0.038 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, -1, 1 }, 234.90043, 0.00001, 5.222 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 0, -1 }, 52.02035, 0.00004, 0.075 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 0, 1 }, 52.02035, 0.00004, 0.074 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 1, -1 }, 234.90043, 0.00001, 7.041 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 1, 1 }, 234.90043, 0.00001, 0.037 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, 0, -1 }, 242.31946, 0.00002, 0.088 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, 1, 0, 0 }, 163.49481, 0.00002, 0.074 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 1, 0, 0 }, 68.70866, 0.00002, 0.071 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, 2, 0, -1 }, 149.25672, 0.00004, 0.077 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, 0, -3 }, 6.36668, 0.00001, 0.075 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, 0, -1 }, 5.07385, 0.00004, 0.074 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 1, 0, -2 }, 59.34192, 0.00002, 0.085 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 1, 0, 0 }, 59.34192, 0.00002, 0.066 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 2, 0, -1 }, 27.31373, 0.00006, 0.071 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, 0, -1 }, 55.95398, 0.00002, 0.069 }, + { { 0, 0, 9, -21, 0, 0, 0, 0, -2, 0, 1 }, 264.84859, 0.00001, 0.074 }, + { { 0, 0, 9, -21, 0, 0, 0, 0, -2, 0, 3 }, 84.84859, 0.00001, 0.075 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 1, 0, -2 }, 300.58258, 0.00001, 0.074 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 1, 0, 0 }, 187.49709, 0.00010, 0.075 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 1, 0, -2 }, 152.27738, 0.00002, 0.077 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 1, 0, 0 }, 332.27738, 0.00002, 0.072 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 2, 0, -1 }, 120.27072, 0.00002, 0.078 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, 0, -1 }, 179.35949, 0.00003, 0.075 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 2, 0, -1 }, 358.23925, 0.00005, 0.072 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, 2, 0, -1 }, 27.14518, 0.00003, 0.069 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 1, 0, -2 }, 151.80196, 0.00003, 0.074 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, 1, 0, 0 }, 151.80196, 0.00003, 0.075 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 2, 0, -1 }, 300.65275, 0.00003, 0.075 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 2, 0, -1 }, 329.15213, 0.00004, 0.072 }, + { { 0, 0, 10, -13, 0, 0, 0, 0, 2, 0, -1 }, 358.15625, 0.00003, 0.069 }, + { { 0, 0, 11, -17, 0, 0, 0, 0, 2, 0, -3 }, 270.92702, 0.00001, 0.074 }, + { { 0, 0, 11, -17, 0, 0, 0, 0, 2, 0, -1 }, 91.02945, 0.00005, 0.075 }, + { { 0, 0, 11, -16, 0, 0, 0, 0, 2, 0, -3 }, 120.15424, 0.00001, 0.077 }, + { { 0, 0, 11, -16, 0, 0, 0, 0, 2, 0, -1 }, 300.15424, 0.00001, 0.072 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, -2, -1 }, 190.68252, 0.00001, 0.074 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, -2, 1 }, 190.68252, 0.00001, 0.075 }, + { { 0, 0, 34, -41, 0, 0, 0, 0, -1, -1, 0 }, 145.60826, 0.00001, 0.074 }, + { { 0, 0, 34, -41, 0, 0, 0, 0, -1, -1, 2 }, 145.60826, 0.00001, 0.075 }, + { { 0, 1, -7, 0, 0, 0, 0, 0, -2, 0, 1 }, 341.06990, 0.00002, 0.060 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, -2, 0, 1 }, 339.26429, 0.00002, 0.068 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, -2, 0, 3 }, 339.26429, 0.00002, 0.082 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -2, 0, 1 }, 270.21891, 0.00003, 0.073 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -2, 0, 3 }, 90.21891, 0.00003, 0.076 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 12.48068, 0.00006, 0.068 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -1, 0, 2 }, 240.17034, 0.00001, 0.083 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 1, 0, -2 }, 6.67687, 0.00002, 0.059 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 6.67687, 0.00002, 0.100 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, 0, 0 }, 301.36251, 0.00008, 0.073 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, 0, 2 }, 262.06705, 0.00004, 0.076 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 2, 0, -3 }, 109.32219, 0.00001, 0.059 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 2, 0, -1 }, 109.32219, 0.00001, 0.101 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 0, 1 }, 305.17513, 0.00004, 0.086 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 0, 0 }, 83.11622, 0.00005, 0.078 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 1, -2 }, 201.87295, 0.00001, 0.038 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 1, 0 }, 357.18813, 0.00003, 1.951 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 2, 0 }, 267.66778, 0.00003, 0.073 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, -1 }, 246.36075, 0.00001, 0.072 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 1 }, 246.36075, 0.00001, 0.077 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, -1, 0 }, 0.11554, 0.00003, 0.793 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, -1, 2 }, 180.11554, 0.00003, 0.039 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 0, -2 }, 15.18784, 0.00002, 0.067 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 0, 0 }, 199.89038, 0.00010, 0.083 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 0, 2 }, 8.41047, 0.00004, 0.026 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 0, 1 }, 252.36941, 0.00002, 0.094 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, 0, 0 }, 85.39922, 0.00002, 0.085 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -1, 0, 2 }, 192.34206, 0.00002, 0.066 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, -1 }, 37.30805, 0.00001, 0.078 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 1 }, 37.30805, 0.00001, 0.071 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 0, -2 }, 104.82745, 0.00002, 0.072 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 1, 0, 0 }, 104.82745, 0.00002, 0.077 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0 }, 341.82985, 0.00007, 0.093 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 }, 117.92618, 0.00007, 0.085 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 }, 117.92618, 0.00007, 0.066 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, -2, 0 }, 158.11077, 0.00001, 0.080 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, -2, 2 }, 158.11077, 0.00001, 0.070 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, -1, 0 }, 338.11077, 0.00003, 1.354 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, -2 }, 89.48321, 0.00002, 0.078 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0 }, 202.69423, 0.00019, 0.071 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, -3 }, 239.75888, 0.00002, 0.072 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, -1 }, 342.20332, 0.00001, 0.077 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -1, 0, 0 }, 254.64264, 0.00005, 0.103 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -1, 0, 2 }, 2.60660, 0.00002, 0.058 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, -2 }, 346.46820, 0.00002, 0.084 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0 }, 239.52536, 0.00002, 0.067 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 2, 0, -1 }, 66.42887, 0.00002, 0.072 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0 }, 158.74254, 0.00005, 0.063 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 2, 0, -1 }, 309.00828, 0.00004, 0.067 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 2, 0, -1 }, 20.62169, 0.00002, 0.063 }, + { { 0, 2, -8, 0, 0, 0, 0, 0, -2, 0, 1 }, 341.11980, 0.00001, 0.062 }, + { { 0, 2, -8, 0, 0, 0, 0, 0, -2, 0, 3 }, 161.11980, 0.00001, 0.093 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, -2, 0, 1 }, 256.44748, 0.00004, 0.066 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, -2, 0, 1 }, 302.86711, 0.00005, 0.071 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 0, 1 }, 112.42360, 0.00002, 0.077 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 0, 3 }, 112.42360, 0.00002, 0.073 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 2, -1 }, 167.17598, 0.00003, 0.075 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 2, 1 }, 302.78975, 0.00002, 0.074 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -1, 0, 0 }, 47.36714, 0.00007, 0.071 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 1, 0, -2 }, 165.22731, 0.00002, 0.062 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 1, 0, 0 }, 19.06682, 0.00003, 0.094 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 136.78260, 0.00007, 0.076 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 0, 2 }, 87.32884, 0.00001, 0.073 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 2, -2 }, 186.11399, 0.00001, 0.074 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 2, 0 }, 100.40238, 0.00003, 0.075 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, 0, -1 }, 285.47156, 0.00003, 0.071 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, 0, 1 }, 285.47156, 0.00003, 0.079 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, 0, -3 }, 289.37209, 0.00001, 0.061 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, 0, -1 }, 109.37209, 0.00001, 0.095 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 0, -1 }, 23.26965, 0.00002, 0.026 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 0, 1 }, 34.58656, 0.00014, 0.090 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 1, -1 }, 12.78501, 0.00002, 0.041 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 1, 1 }, 12.78513, 0.00002, 0.456 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -1, 0, 0 }, 106.78894, 0.00006, 0.083 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -1, -1 }, 17.56995, 0.00003, 0.038 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -1, 1 }, 17.78322, 0.00002, 2.394 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, -1 }, 48.82838, 0.00009, 0.076 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, 1 }, 48.82838, 0.00009, 0.073 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 1, -1 }, 17.78322, 0.00002, 11.864 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 1, 1 }, 17.56995, 0.00003, 0.037 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -2, 0 }, 0.01545, 0.00005, 0.072 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -1, 0 }, 0.11535, 0.00005, 1.572 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 0, -2 }, 334.10870, 0.00001, 0.070 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 194.30034, 0.00014, 0.079 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 0, -3 }, 195.14397, 0.00001, 0.065 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 0, -1 }, 17.75499, 0.00004, 0.086 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -1, 0, 0 }, 355.86925, 0.00003, 0.090 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 1, 0, 0 }, 311.60404, 0.00021, 0.073 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 0, -1 }, 284.37092, 0.00007, 0.080 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 0, -1 }, 161.53776, 0.00001, 0.028 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 0, 1 }, 161.71334, 0.00002, 0.110 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 0, 3 }, 340.07907, 0.00003, 0.056 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 0, -2 }, 106.37616, 0.00001, 0.027 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 0, 0 }, 322.46316, 0.00004, 0.099 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 1, 0 }, 179.88511, 0.00006, 0.319 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 0, -2 }, 152.98953, 0.00001, 0.082 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 0, 0 }, 220.27956, 0.00009, 0.068 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 0, 2 }, 59.20958, 0.00001, 0.024 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, 0, -1 }, 165.31240, 0.00005, 0.074 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 1, 0, -2 }, 114.55252, 0.00001, 0.089 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0 }, 239.28758, 0.00004, 0.064 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 1, 0, 0 }, 321.51064, 0.00004, 0.060 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 2, 0, -3 }, 8.44702, 0.00003, 0.089 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 2, 0, -1 }, 8.44702, 0.00003, 0.064 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 2, 0, -1 }, 20.61859, 0.00002, 0.060 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 2, 0, -3 }, 288.01533, 0.00004, 0.108 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 2, 0, -1 }, 108.01533, 0.00004, 0.057 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 286.95899, 0.00001, 0.069 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -1, 0, 2 }, 286.95899, 0.00001, 0.081 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -2, 0, 1 }, 359.88250, 0.00003, 0.080 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, -1, 0 }, 56.98331, 0.00002, 0.037 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 0, 0 }, 56.92022, 0.00041, 0.074 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 0, 2 }, 2.21551, 0.00001, 0.075 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 1, 0 }, 236.98886, 0.00002, 4.230 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 1, 0, 0 }, 50.46389, 0.00002, 0.089 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 0, 1 }, 202.22287, 0.00002, 0.087 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 0, -1 }, 153.84684, 0.00004, 0.074 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 0, 1 }, 153.84684, 0.00004, 0.075 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 0, -1 }, 198.15991, 0.00002, 0.089 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 0, -1 }, 28.06134, 0.00002, 0.027 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 0, 1 }, 21.98394, 0.00008, 0.096 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 0, -2 }, 303.80888, 0.00001, 0.026 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 91.29083, 0.00006, 0.087 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, -1, -1 }, 8.45105, 0.00001, 0.039 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, -1, 1 }, 8.45105, 0.00001, 0.958 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 0, -1 }, 359.12453, 0.00002, 0.080 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 0, 1 }, 359.12453, 0.00002, 0.070 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 1, -1 }, 8.45105, 0.00001, 1.409 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 1, 1 }, 8.45105, 0.00001, 0.036 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -2, 0 }, 301.81571, 0.00005, 0.075 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -1, -1 }, 14.20298, 0.00003, 0.074 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -1, 0 }, 0.11405, 0.00004, 95.796 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -1, 1 }, 14.20298, 0.00003, 0.075 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 182.49682, 0.00025, 0.075 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, 0, -1 }, 16.34268, 0.00002, 0.082 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -1, 0, 0 }, 51.12627, 0.00003, 0.095 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 246.72715, 0.00003, 0.070 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 0, -1 }, 358.05863, 0.00004, 0.076 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, 0, -1 }, 161.53757, 0.00001, 0.028 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, 0, 1 }, 161.53757, 0.00001, 0.119 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, 0, -2 }, 92.85820, 0.00002, 0.028 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, 0, 0 }, 215.64094, 0.00006, 0.105 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, 0, -1 }, 171.66753, 0.00004, 0.095 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, 0, 1 }, 171.66753, 0.00004, 0.061 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 0, -2 }, 171.60220, 0.00002, 0.086 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 0, 0 }, 227.62327, 0.00010, 0.066 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, 0, -1 }, 125.37021, 0.00003, 0.070 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 3, -2, 0 }, 318.89823, 0.00003, 0.074 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, -1, 0, 0 }, 245.62891, 0.00007, 0.118 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 2, 0, -3 }, 147.18331, 0.00002, 0.094 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 2, 0, -1 }, 325.57499, 0.00004, 0.062 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, -2, 0, 1 }, 161.54758, 0.00006, 0.068 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -2, 0, 1 }, 59.56273, 0.00002, 0.072 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, -2, 0, 1 }, 147.44479, 0.00005, 0.078 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, -1, 0, 0 }, 109.15168, 0.00005, 0.072 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, -1, 0, 2 }, 100.22492, 0.00001, 0.077 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, -2, 0, 1 }, 339.04076, 0.00005, 0.085 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 237.03012, 0.00007, 0.078 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 1, 0, 0 }, 129.54714, 0.00003, 0.084 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -1, 0, 0 }, 90.92395, 0.00001, 0.084 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -1, 0, 2 }, 90.92395, 0.00001, 0.067 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 0, -1 }, 286.77016, 0.00005, 0.077 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 0, 1 }, 286.77016, 0.00005, 0.072 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 2, 0, -1 }, 108.72676, 0.00005, 0.085 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 0, 0 }, 75.66912, 0.00006, 0.092 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, 0, -1 }, 207.76838, 0.00003, 0.084 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, 0, 1 }, 207.76838, 0.00003, 0.067 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 0, -2 }, 290.15139, 0.00004, 0.077 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 0, 0 }, 352.67276, 0.00037, 0.072 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 316.24311, 0.00002, 0.101 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 245.05009, 0.00002, 0.067 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 0, -3 }, 263.37816, 0.00002, 0.077 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 0, -1 }, 76.69643, 0.00006, 0.072 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -1, 0, -2 }, 97.29334, 0.00002, 0.028 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -1, 0, 0 }, 253.44398, 0.00004, 0.113 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, 0, -1 }, 356.31610, 0.00001, 0.101 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, 0, 1 }, 356.31610, 0.00001, 0.059 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 201.21272, 0.00011, 0.063 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, 0, 2 }, 345.41604, 0.00002, 0.023 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, 0, -1 }, 94.17629, 0.00003, 0.067 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, -1, 0, 0 }, 246.37985, 0.00006, 0.127 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 1, 0, 0 }, 262.16243, 0.00003, 0.059 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, 2, 0, -1 }, 333.55374, 0.00004, 0.059 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, -2, 0, 1 }, 241.31053, 0.00003, 0.076 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, -1, 0, 0 }, 101.71877, 0.00001, 0.070 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, -1, 0, 2 }, 281.71877, 0.00001, 0.079 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -2, 0, 1 }, 338.00597, 0.00002, 0.082 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 296.12277, 0.00006, 0.076 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -1, 0, 2 }, 158.08552, 0.00002, 0.074 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, 0, 1 }, 36.89673, 0.00004, 0.089 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, 0, 3 }, 212.80934, 0.00001, 0.064 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -1, 0, 0 }, 224.53605, 0.00008, 0.082 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -1, 0, 2 }, 11.61186, 0.00003, 0.068 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 0, -1 }, 338.21217, 0.00003, 0.075 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 0, 1 }, 338.21217, 0.00003, 0.074 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 1, 0, 0 }, 28.55529, 0.00007, 0.080 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 180.51603, 0.00003, 0.089 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 0, 0 }, 46.70781, 0.00011, 0.074 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 0, 0 }, 138.55208, 0.00006, 0.098 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 0, 2 }, 359.94241, 0.00002, 0.060 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 0, -1 }, 194.19281, 0.00006, 0.089 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 0, 1 }, 193.55447, 0.00004, 0.064 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 0, -2 }, 155.05681, 0.00002, 0.081 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 0, 0 }, 350.54565, 0.00012, 0.069 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -2, -1 }, 198.44804, 0.00001, 0.077 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -2, 1 }, 18.44804, 0.00001, 0.073 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -1, -1 }, 195.58051, 0.00003, 5.352 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 0, -3 }, 341.33544, 0.00002, 0.075 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 0, -1 }, 15.60353, 0.00057, 0.074 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 1, -1 }, 15.57659, 0.00003, 0.037 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -1, 0, 0 }, 296.78525, 0.00002, 0.108 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 1, 0, 0 }, 348.39563, 0.00006, 0.065 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 0, -1 }, 106.25825, 0.00003, 0.069 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 0, 0, -1 }, 356.85170, 0.00001, 0.108 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 0, 0, 1 }, 356.85170, 0.00001, 0.057 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, -1, 0 }, 176.01178, 0.00001, 0.309 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, -1, 2 }, 356.01178, 0.00001, 0.033 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 178.06791, 0.00006, 0.061 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, 0, -1 }, 358.80709, 0.00002, 0.065 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, -1, 0, 0 }, 247.29410, 0.00005, 0.138 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 1, 0, 0 }, 261.05772, 0.00004, 0.057 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, 2, 0, -3 }, 338.48825, 0.00002, 0.106 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, 2, 0, -1 }, 338.48825, 0.00002, 0.057 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, -2, 0, 1 }, 292.10514, 0.00001, 0.074 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, -2, 0, 3 }, 195.25208, 0.00002, 0.075 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -2, 0, 1 }, 76.41008, 0.00002, 0.080 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -2, 0, 3 }, 256.41008, 0.00002, 0.070 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 210.04133, 0.00005, 0.086 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -1, 0, 2 }, 200.69440, 0.00001, 0.066 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, 0, 0 }, 350.98531, 0.00002, 0.076 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -1, 0, 0 }, 126.34587, 0.00005, 0.094 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -1, -1 }, 14.81053, 0.00002, 5.330 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -1, 1 }, 14.81594, 0.00002, 0.038 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -1, 0, -2 }, 192.83451, 0.00002, 0.027 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 74.47543, 0.00003, 0.104 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, 0, -1 }, 38.85257, 0.00002, 0.094 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, 0, 1 }, 38.85257, 0.00002, 0.062 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, 0, 0 }, 335.64739, 0.00001, 0.066 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, 0, 2 }, 299.92180, 0.00001, 0.024 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -1, 0, 0 }, 276.39064, 0.00003, 0.116 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 1, 0, 0 }, 350.37576, 0.00006, 0.062 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -2, 0, 1 }, 162.75996, 0.00003, 0.152 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -2, 0, 3 }, 342.75996, 0.00003, 0.049 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -1, 0, -2 }, 275.97201, 0.00002, 0.029 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -1, 0, 0 }, 275.97201, 0.00002, 0.131 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 0, 0, -1 }, 299.36815, 0.00001, 0.115 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 0, 0, 1 }, 299.36815, 0.00001, 0.055 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, -1, 0 }, 176.00731, 0.00002, 0.259 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 1, 0, 0 }, 124.72593, 0.00003, 0.058 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 2, 0, -1 }, 341.04169, 0.00002, 0.062 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 228.46448, 0.00007, 0.055 }, + { { 0, 7, -14, 0, 0, 0, 0, 0, -2, 0, 1 }, 60.71177, 0.00003, 0.072 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 129.66650, 0.00006, 0.100 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, 0, -3 }, 86.90434, 0.00001, 0.076 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, 0, -1 }, 86.90434, 0.00001, 0.073 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -1, 0, 0 }, 51.99043, 0.00004, 0.111 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, 0, -2 }, 215.06507, 0.00002, 0.090 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 1, 0, 0 }, 69.24325, 0.00003, 0.064 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -1, 0, 0 }, 305.25940, 0.00005, 0.125 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -1, 0, 2 }, 108.21481, 0.00003, 0.053 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 1, 0, 0 }, 286.90215, 0.00005, 0.060 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -2, 0, 1 }, 162.78735, 0.00002, 0.168 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -2, 0, 3 }, 162.78735, 0.00002, 0.048 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 1, 0, 0 }, 133.48609, 0.00003, 0.056 }, + { { 0, 7, -5, 0, 0, 0, 0, 0, 1, 0, 0 }, 238.67023, 0.00003, 0.053 }, + { { 0, 7, -2, 0, 0, 0, 0, 0, 2, 0, -3 }, 108.00704, 0.00002, 0.163 }, + { { 0, 7, -2, 0, 0, 0, 0, 0, 2, 0, -1 }, 108.00704, 0.00002, 0.048 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, -2, 0, 1 }, 43.42682, 0.00002, 0.075 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, -2, 0, 3 }, 223.66690, 0.00001, 0.074 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, -2, 0, 1 }, 341.64235, 0.00005, 0.081 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 0, -1 }, 94.87458, 0.00001, 0.026 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 0, 1 }, 93.18476, 0.00007, 0.088 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -1, -1 }, 87.10337, 0.00003, 0.037 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -1, 1 }, 81.68583, 0.00002, 5.850 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 0, -1 }, 82.04802, 0.00003, 0.075 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 0, 1 }, 82.04802, 0.00003, 0.074 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 1, -1 }, 81.68583, 0.00002, 6.151 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 1, 1 }, 87.10337, 0.00003, 0.037 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 0, -1 }, 92.75224, 0.00007, 0.088 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 0, 1 }, 92.75224, 0.00002, 0.026 }, + { { 0, 8, -12, 0, 0, 0, 0, 0, 1, 0, 0 }, 26.06739, 0.00013, 0.075 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, -1, 0, 0 }, 220.33590, 0.00002, 0.096 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 1, 0, 0 }, 306.51920, 0.00003, 0.070 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, 0, -3 }, 8.67488, 0.00001, 0.074 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, 0, -1 }, 8.67488, 0.00001, 0.075 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, -1, 0, 0 }, 166.89719, 0.00004, 0.107 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 1, 0, 0 }, 91.95159, 0.00006, 0.065 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, 0, -3 }, 109.48733, 0.00003, 0.080 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 2, 0, -1 }, 289.48733, 0.00003, 0.070 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -1, 0, -2 }, 93.76917, 0.00001, 0.028 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 37.96173, 0.00003, 0.120 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, 0, 0 }, 82.87429, 0.00001, 0.061 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, 0, 2 }, 0.08183, 0.00003, 0.023 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -1, 0, 0 }, 313.53217, 0.00004, 0.136 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -1, 0, 2 }, 276.00405, 0.00002, 0.051 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, 0, 0 }, 123.78089, 0.00004, 0.054 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, 1, 0, 0 }, 227.80786, 0.00002, 0.052 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, -2, 0, 1 }, 161.51139, 0.00003, 0.086 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, -2, 0, 1 }, 250.18131, 0.00007, 0.094 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, 0, 0, -1 }, 70.15019, 0.00001, 0.078 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, 0, 0, 1 }, 70.15019, 0.00001, 0.071 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 1, 0, -2 }, 352.41107, 0.00002, 0.084 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 1, 0, 0 }, 238.99471, 0.00002, 0.067 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 2, 0, -1 }, 10.39083, 0.00002, 0.072 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, -1, 0, 0 }, 130.82205, 0.00005, 0.114 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, -1, 0, 2 }, 245.59469, 0.00001, 0.055 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 1, 0, -2 }, 349.21850, 0.00002, 0.092 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 1, 0, 0 }, 169.21850, 0.00002, 0.063 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 2, 0, -3 }, 109.76367, 0.00002, 0.084 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 2, 0, -1 }, 289.76367, 0.00002, 0.067 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, -1, 0, 0 }, 70.58259, 0.00005, 0.129 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 1, 0, 0 }, 180.06941, 0.00005, 0.059 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, 0, -3 }, 18.36241, 0.00003, 0.092 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, 0, -1 }, 198.36241, 0.00003, 0.063 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 1, 0, -2 }, 207.58176, 0.00001, 0.113 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 1, 0, 0 }, 82.24167, 0.00006, 0.056 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, -1, 0, 0 }, 330.28261, 0.00004, 0.174 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 0, 0, -1 }, 336.71918, 0.00002, 0.147 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 0, 0, 1 }, 336.71918, 0.00002, 0.050 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 1, 0, -2 }, 70.97515, 0.00002, 0.127 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 1, 0, 0 }, 143.75345, 0.00002, 0.053 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, -2, 0, 1 }, 250.14821, 0.00002, 0.099 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, -2, 0, 3 }, 250.14821, 0.00002, 0.060 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, -1, 0, 0 }, 193.81135, 0.00001, 0.110 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, -1, 0, 2 }, 193.81135, 0.00001, 0.056 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 1, 0, 0 }, 172.04328, 0.00004, 0.064 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, -1, 0, 0 }, 118.03576, 0.00003, 0.123 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, 1, 0, 0 }, 212.47124, 0.00004, 0.060 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -1, 0, 0 }, 96.88089, 0.00003, 0.141 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 1, 0, 0 }, 196.51012, 0.00002, 0.057 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, 0, -1 }, 198.36714, 0.00004, 0.060 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 1, 0, 0 }, 52.35202, 0.00003, 0.054 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -2, 0, 1 }, 161.49164, 0.00001, 0.246 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -2, 0, 3 }, 161.49164, 0.00001, 0.044 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -1, 0, -2 }, 329.64858, 0.00002, 0.031 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 329.64858, 0.00002, 0.196 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 1, 0, 0 }, 224.10279, 0.00002, 0.051 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 1, 0, 2 }, 111.03375, 0.00002, 0.022 }, + { { 0, 10, -5, 0, 0, 0, 0, 0, 2, 0, -1 }, 289.74392, 0.00002, 0.044 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, -1, -1 }, 60.66272, 0.00001, 0.026 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, -1, 1 }, 60.66272, 0.00002, 0.088 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, 0, -1 }, 60.66272, 0.00001, 0.040 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -2, -1 }, 60.66272, 0.00007, 0.037 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -1, -1 }, 60.19125, 0.00064, 0.075 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -1, 1 }, 60.19125, 0.00064, 0.075 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 0, 1 }, 60.66272, 0.00007, 0.037 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, -2, 1 }, 60.66272, 0.00001, 0.040 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, -1, -1 }, 60.66272, 0.00002, 0.088 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, -1, 1 }, 60.66272, 0.00001, 0.026 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, -2, 0, 1 }, 70.11500, 0.00003, 0.106 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 1, 0, 0 }, 212.07367, 0.00003, 0.058 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -1, 0, 0 }, 104.39021, 0.00003, 0.154 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -1, 1, -2 }, 21.82927, 0.00001, 0.050 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -1, 1, 0 }, 201.82927, 0.00001, 0.148 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 2, 0, -1 }, 198.36728, 0.00003, 0.058 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 1, 0, 0 }, 51.88458, 0.00004, 0.052 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -1, 0, 0 }, 274.27847, 0.00002, 0.223 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -1, 0, 2 }, 94.27847, 0.00002, 0.045 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -1, 1, -2 }, 201.25525, 0.00002, 0.055 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -1, 1, 0 }, 21.25525, 0.00002, 0.114 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 1, 0, -2 }, 251.06487, 0.00001, 0.152 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 1, 0, 0 }, 251.06487, 0.00001, 0.049 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, -1, 0, 0 }, 108.26053, 0.00002, 0.171 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, -1, 0, 2 }, 108.26053, 0.00002, 0.048 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, -1, 1, 0 }, 201.81270, 0.00003, 0.135 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 1, 0, 0 }, 124.36507, 0.00004, 0.053 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 2, 0, -1 }, 198.34662, 0.00002, 0.056 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -1, 0, 0 }, 292.60196, 0.00002, 0.206 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, -1, 0, 2 }, 292.60196, 0.00002, 0.045 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 1, 0, 0 }, 24.02760, 0.00004, 0.050 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -1, 1, -2 }, 201.24076, 0.00002, 0.057 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -1, 1, 0 }, 21.24076, 0.00002, 0.106 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, 1, 0, 0 }, 318.84943, 0.00003, 0.048 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 1, -1 }, 321.11523, 0.00005, 0.075 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 1, 1 }, 321.11523, 0.00005, 0.074 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, 1, 0, 0 }, 91.52526, 0.00005, 0.054 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, -1, 0, 0 }, 49.71215, 0.00004, 0.191 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, -1, 1, 0 }, 201.79408, 0.00002, 0.125 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 1, 0, 0 }, 117.96518, 0.00004, 0.051 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -1, 0, 0 }, 328.07785, 0.00004, 0.309 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -1, 1, -2 }, 201.22420, 0.00002, 0.059 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -1, 1, 0 }, 21.22420, 0.00002, 0.100 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, 1, 0, 0 }, 347.82427, 0.00005, 0.047 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, 1, 0, -2 }, 91.55333, 0.00002, 0.130 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, 1, 0, 0 }, 91.55333, 0.00002, 0.052 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, -1, 0, 0 }, 72.75218, 0.00002, 0.217 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, -1, 0, 2 }, 87.70592, 0.00001, 0.045 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, -1, 1, 0 }, 201.77342, 0.00002, 0.116 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 1, 0, -2 }, 117.81389, 0.00001, 0.149 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 1, 0, 0 }, 117.81389, 0.00001, 0.050 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -1, 0, -2 }, 21.20557, 0.00002, 0.034 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -1, 0, 0 }, 201.20557, 0.00002, 0.383 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -1, 1, -2 }, 201.20557, 0.00002, 0.062 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -1, 1, 0 }, 21.20557, 0.00002, 0.094 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 1, 0, -2 }, 112.94670, 0.00001, 0.212 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, 1, 0, 0 }, 323.54292, 0.00003, 0.045 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, -1, 0, 0 }, 113.32768, 0.00002, 0.201 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, -1, 0, -2 }, 201.75075, 0.00001, 0.032 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, -1, 0, 0 }, 21.75075, 0.00001, 0.251 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, -1, 1, 0 }, 201.75075, 0.00002, 0.108 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, 1, 0, 0 }, 267.45382, 0.00002, 0.046 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -1, 0, 0 }, 201.18491, 0.00004, 0.504 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -1, 1, -2 }, 201.18491, 0.00002, 0.064 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -1, 1, 0 }, 21.18491, 0.00002, 0.089 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 1, 0, 0 }, 289.81896, 0.00004, 0.044 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 1, -1 }, 108.32836, 0.00002, 0.074 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 1, 1 }, 108.32836, 0.00002, 0.075 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, -1, 0, 0 }, 21.72611, 0.00003, 0.298 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, 1, 0, 0 }, 359.92520, 0.00005, 0.047 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -2, -1, 1 }, 342.83188, 0.00002, 0.074 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -2, -1, 3 }, 162.83188, 0.00002, 0.075 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -1, 0, 0 }, 201.16225, 0.00004, 0.735 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 1, 0, -2 }, 289.63805, 0.00002, 0.288 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 1, 0, 0 }, 289.63805, 0.00002, 0.043 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, -1, 0, 0 }, 21.69954, 0.00002, 0.366 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 1, 0, -2 }, 359.89673, 0.00002, 0.207 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, 1, 0, 0 }, 359.89673, 0.00002, 0.045 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, -1, 0 }, 201.13761, 0.00002, 0.071 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, -1, 2 }, 201.13761, 0.00002, 0.078 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, 1, -2 }, 146.51981, 0.00002, 0.070 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, 1, 0 }, 146.51981, 0.00002, 0.080 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -1, 0, 0 }, 21.67107, 0.00002, 0.474 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 1, 0, 0 }, 175.79721, 0.00002, 0.041 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, -2, 1 }, 217.50243, 0.00001, 0.042 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, -1, -1 }, 217.50243, 0.00002, 0.097 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, -1, 1 }, 217.50243, 0.00001, 0.027 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -2, -1 }, 114.56550, 0.00004, 0.019 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -2, 1 }, 114.56550, 0.00004, 0.041 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -1, -1 }, 114.56550, 0.00022, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -1, 1 }, 114.56550, 0.00038, 0.088 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 0, -1 }, 114.56550, 0.00025, 0.040 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -3, -1 }, 114.56550, 0.00011, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -3, 1 }, 114.56550, 0.00002, 0.076 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -2, -1 }, 114.55972, 0.00125, 0.037 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, -3 }, 294.56550, 0.00001, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, -1 }, 114.50884, 0.01126, 0.075 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, 1 }, 114.62374, 0.01123, 0.074 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, 3 }, 294.56550, 0.00001, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 0, -1 }, 290.17387, 0.00003, 6.132 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 0, 1 }, 114.67748, 0.00121, 0.037 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 1, -1 }, 114.56550, 0.00002, 0.076 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 1, 1 }, 114.56550, 0.00011, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -2, 1 }, 114.56550, 0.00025, 0.040 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -1, -1 }, 114.56550, 0.00038, 0.088 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -1, 1 }, 114.56550, 0.00022, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 0, -1 }, 114.56550, 0.00004, 0.041 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 0, 1 }, 114.56550, 0.00004, 0.019 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -1, -1 }, 11.62857, 0.00001, 0.027 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -1, 1 }, 11.62857, 0.00002, 0.097 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, 0, -1 }, 11.62857, 0.00001, 0.042 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, -1, 1, 0 }, 201.64074, 0.00002, 0.085 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 1, -1 }, 18.18419, 0.00005, 0.075 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 1, 1 }, 18.18419, 0.00005, 0.074 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -1, 1, 0 }, 201.60861, 0.00003, 0.081 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 1, -2 }, 296.75407, 0.00003, 0.074 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 1, 0 }, 317.44238, 0.00005, 0.075 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, -1, 1, -2 }, 201.05224, 0.00002, 0.080 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, -1, 1, 0 }, 201.05224, 0.00002, 0.069 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, -1, 0 }, 48.15158, 0.00002, 0.074 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, -1, 2 }, 228.15158, 0.00002, 0.075 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, -1, -2 }, 288.90331, 0.00002, 0.074 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, -1, 0 }, 288.90331, 0.00002, 0.075 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, -1, 1, 0 }, 83.05036, 0.00002, 0.073 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, -1, -2 }, 267.56110, 0.00002, 0.075 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, -1, 0 }, 87.56110, 0.00002, 0.074 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -1, -1 }, 238.39622, 0.00004, 0.075 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -1, 1 }, 238.39622, 0.00004, 0.074 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 1, -1 }, 218.71494, 0.00001, 0.074 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 1, 1 }, 218.71494, 0.00001, 0.075 } +} }; + +constexpr array g_ELP15 +{ { + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 90.00000, 0.00003, 99999.999 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -3, 0 }, 277.41835, 0.00002, 0.067 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -2, 0 }, 177.30367, 0.00002, 0.564 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 60.07894, 0.00004, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 0.78026, 0.00043, 0.040 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0 }, 234.61213, 0.00011, 0.040 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, -2, 1, 0 }, 232.10129, 0.00005, 0.087 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, -1, 0 }, 242.91482, 0.00008, 0.076 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0 }, 62.91482, 0.00008, 0.075 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, -1, 0 }, 51.99997, 0.00005, 0.087 }, + { { 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0 }, 54.56736, 0.00010, 0.040 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 }, 30.69188, 0.00022, 0.041 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, -2, 1, 0 }, 38.28883, 0.00024, 0.088 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0 }, 312.64300, 0.00016, 0.076 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0 }, 132.02726, 0.00016, 0.075 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, -1, 0 }, 218.66027, 0.00023, 0.086 }, + { { 0, 0, 0, 0, 1, 0, 0, 0, 2, 0, 0 }, 210.72265, 0.00019, 0.040 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 0, 0 }, 42.64159, 0.00014, 0.040 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 1, 0 }, 5.31682, 0.00024, 0.087 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, -2, 2, 0 }, 169.38529, 0.00002, 0.564 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -2, 0 }, 169.69306, 0.00006, 0.038 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, -1, 0 }, 169.08218, 0.00120, 0.075 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 1, 0 }, 349.08218, 0.00120, 0.075 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 0, 2, 0 }, 349.69343, 0.00006, 0.038 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, -2, 0 }, 349.38460, 0.00002, 0.563 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, -1, 0 }, 185.18801, 0.00025, 0.087 }, + { { 0, 0, 0, 0, 2, -5, 0, 0, 2, 0, 0 }, 221.32288, 0.00014, 0.040 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, -2, 0, 0 }, 45.92589, 0.00004, 0.041 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, -1, 0 }, 326.49931, 0.00005, 0.076 }, + { { 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0 }, 146.49931, 0.00005, 0.074 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, -2, 0 }, 32.93942, 0.00002, 0.020 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, 0, 0 }, 213.43884, 0.00016, 0.041 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, -2, 2, 0 }, 209.49782, 0.00002, 0.434 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, -1, 0 }, 215.91783, 0.00007, 0.079 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 }, 217.85540, 0.00014, 1.881 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 1, 0 }, 35.91783, 0.00007, 0.073 }, + { { 0, 0, 0, 1, 0, 0, 0, 0, 0, 2, 0 }, 37.84227, 0.00002, 0.037 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, -2, 0, 0 }, 155.59263, 0.00003, 0.042 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, -2, 0 }, 61.85396, 0.00003, 0.039 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, -1, 0 }, 237.25478, 0.00004, 0.082 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 }, 241.85396, 0.00003, 0.940 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 0, 1, 0 }, 57.25478, 0.00004, 0.070 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, -1, -1 }, 125.53110, 0.00002, 0.075 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 1, 1, -1 }, 305.53110, 0.00002, 0.075 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 2, -3, 0 }, 235.08924, 0.00003, 0.072 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 2, -2, 0 }, 59.45956, 0.00004, 1.407 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 2, -1, 0 }, 55.08924, 0.00003, 0.080 }, + { { 0, 0, 0, 2, 0, 0, 0, 0, 2, 0, 0 }, 59.45956, 0.00004, 0.039 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, -2, 1, 0 }, 90.95965, 0.00002, 0.101 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, -2, 3, 0 }, 90.95965, 0.00002, 0.060 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 0, -1, 0 }, 90.76455, 0.00002, 0.086 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 2, -3, 0 }, 120.70688, 0.00002, 0.074 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 2, -1, 0 }, 87.44760, 0.00020, 0.076 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 2, 0, 0 }, 272.90439, 0.00008, 0.038 }, + { { 0, 0, 0, 3, 0, 0, 0, 0, 4, -3, 0 }, 90.76455, 0.00002, 0.088 }, + { { 0, 0, 0, 4, 0, 0, 0, 0, 2, -1, -2 }, 132.42850, 0.00003, 0.076 }, + { { 0, 0, 0, 4, 0, 0, 0, 0, 2, 1, -2 }, 312.42850, 0.00003, 0.075 }, + { { 0, 0, 0, 5, 0, 0, 0, 0, 0, -1, 0 }, 341.39928, 0.00003, 0.094 }, + { { 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0 }, 161.35046, 0.00005, 0.376 }, + { { 0, 0, 0, 5, 0, 0, 0, 0, 0, 1, 0 }, 161.39928, 0.00003, 0.063 }, + { { 0, 0, 0, 5, 0, 0, 0, 0, 2, 0, 0 }, 341.39920, 0.00015, 0.037 }, + { { 0, 0, 0, 6, 0, 0, 0, 0, 0, 0, 0 }, 190.46229, 0.00002, 0.313 }, + { { 0, 0, 0, 6, 0, 0, 0, 0, 0, 2, 0 }, 190.46229, 0.00002, 0.034 }, + { { 0, 0, 0, 6, 0, 0, 0, 0, 2, -1, 0 }, 9.13843, 0.00007, 0.068 }, + { { 0, 0, 0, 6, 0, 0, 0, 0, 2, 0, 0 }, 189.13714, 0.00007, 0.036 }, + { { 0, 0, 0, 8, 0, 0, 0, 0, 2, -1, 0 }, 248.39798, 0.00003, 0.064 }, + { { 0, 0, 1, -7, 0, 0, 0, 0, -2, 0, 0 }, 350.12583, 0.00006, 0.036 }, + { { 0, 0, 1, -7, 0, 0, 0, 0, 0, -2, 0 }, 349.46162, 0.00002, 0.034 }, + { { 0, 0, 1, -7, 0, 0, 0, 0, 0, -1, 0 }, 349.46790, 0.00003, 0.063 }, + { { 0, 0, 1, -7, 0, 0, 0, 0, 0, 0, 0 }, 349.46162, 0.00002, 0.367 }, + { { 0, 0, 1, -7, 0, 0, 0, 0, 0, 1, 0 }, 169.46790, 0.00003, 0.095 }, + { { 0, 0, 1, -6, 0, 0, 0, 0, 0, -1, 0 }, 18.49967, 0.00003, 0.065 }, + { { 0, 0, 1, -6, 0, 0, 0, 0, 0, 0, 0 }, 18.51420, 0.00005, 0.457 }, + { { 0, 0, 1, -6, 0, 0, 0, 0, 0, 1, 0 }, 198.49967, 0.00003, 0.090 }, + { { 0, 0, 1, -5, 0, 0, 0, 0, -2, 1, 0 }, 61.57506, 0.00009, 0.076 }, + { { 0, 0, 1, -5, 0, 0, 0, 0, -2, 3, 0 }, 34.54525, 0.00004, 0.075 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -2, 0, 0 }, 264.84926, 0.00010, 0.039 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -2, 1, 0 }, 274.46906, 0.00004, 0.079 }, + { { 0, 0, 1, -4, 0, 0, 0, 0, -2, 2, 0 }, 103.19375, 0.00002, 1.545 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -2, 0, 0 }, 120.58601, 0.00006, 0.039 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -2, 1, 0 }, 125.19785, 0.00006, 0.083 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, -2, 2, 0 }, 312.09402, 0.00002, 0.848 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 0, -1, 0 }, 118.24731, 0.00010, 0.072 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 0, 0, 0 }, 298.61954, 0.00002, 1.681 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 0, 1, 0 }, 298.24731, 0.00010, 0.079 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 0, 2, 0 }, 118.61954, 0.00002, 0.039 }, + { { 0, 0, 1, -3, 0, 0, 0, 0, 2, 0, 0 }, 298.31785, 0.00025, 0.041 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 0, 0 }, 145.30624, 0.00024, 0.040 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 1, 0 }, 150.81802, 0.00024, 0.087 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, -2, 3, 0 }, 333.89907, 0.00002, 0.067 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, -1, 0 }, 132.98447, 0.00052, 0.075 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0 }, 148.93394, 0.00009, 15.781 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 1, 0 }, 312.92929, 0.00052, 0.076 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 0, 2, 0 }, 310.17203, 0.00002, 0.038 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, -1, 0 }, 328.38867, 0.00028, 0.088 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 0, 0 }, 322.62834, 0.00022, 0.041 }, + { { 0, 0, 1, -2, 0, 0, 0, 0, 2, 2, 0 }, 147.06940, 0.00002, 0.020 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 0, 0 }, 183.70254, 0.00020, 0.041 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, -2, 1, 0 }, 182.81901, 0.00010, 0.091 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, -2, 0 }, 1.86978, 0.00003, 0.038 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0 }, 4.86928, 0.00003, 2.135 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, -1, 0 }, 356.92797, 0.00005, 0.084 }, + { { 0, 0, 1, -1, 0, 0, 0, 0, 2, 0, 0 }, 356.36978, 0.00023, 0.040 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, 0, 0 }, 122.65203, 0.00011, 0.042 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, -2, 1, 0 }, 122.65206, 0.00004, 0.093 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, -1, 0 }, 121.15535, 0.00003, 0.080 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 0, 1, 0 }, 301.15535, 0.00003, 0.071 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, -1, 0 }, 303.68524, 0.00003, 0.082 }, + { { 0, 0, 1, 0, -3, 0, 0, 0, 2, 0, 0 }, 303.68524, 0.00003, 0.039 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 0, 0 }, 133.91660, 0.00035, 0.042 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, -2, 1, 0 }, 134.21033, 0.00019, 0.094 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, -1, 0 }, 132.58756, 0.00023, 0.080 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 }, 314.04701, 0.00004, 1.203 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 0, 1, 0 }, 312.28804, 0.00019, 0.071 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, -2, 0 }, 314.37379, 0.00002, 0.075 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 1, 0, 0 }, 314.37379, 0.00002, 0.076 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, -1, 0 }, 312.30519, 0.00008, 0.081 }, + { { 0, 0, 1, 0, -2, 0, 0, 0, 2, 0, 0 }, 312.79413, 0.00014, 0.039 }, + { { 0, 0, 1, 0, -1, 0, 0, 0, -2, 0, 0 }, 202.45835, 0.00003, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, -2, 0 }, 33.06280, 0.00002, 0.020 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 0, 0 }, 138.15761, 0.00004, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 1, 0 }, 219.69711, 0.00009, 0.095 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -2, 2, 0 }, 51.91674, 0.00004, 0.360 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, -1, 1 }, 282.41737, 0.00002, 0.089 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 1 }, 111.30072, 0.00005, 0.487 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 1, -1 }, 144.35924, 0.00004, 0.087 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 1, 1 }, 102.41737, 0.00002, 0.065 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0 }, 208.03499, 0.00009, 0.082 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 28.81897, 0.00010, 1.000 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0 }, 28.03499, 0.00009, 0.070 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0 }, 151.42896, 0.00002, 0.036 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -3, 1 }, 263.82465, 0.00002, 0.077 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -1, -1 }, 217.39075, 0.00008, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, -1, 1 }, 6.41372, 0.00005, 0.074 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 1 }, 232.92205, 0.00005, 0.037 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 1, 1, -1 }, 37.39075, 0.00008, 0.076 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, -3, 0 }, 106.74943, 0.00002, 0.071 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, -2, 0 }, 85.59562, 0.00002, 1.292 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, -1, 0 }, 253.34103, 0.00003, 0.080 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0 }, 265.59562, 0.00002, 0.039 }, + { { 0, 0, 1, 0, 1, -5, 0, 0, -2, 0, 0 }, 198.35193, 0.00003, 0.042 }, + { { 0, 0, 1, 0, 1, 0, 0, 0, -2, 0, 0 }, 263.94446, 0.00006, 0.042 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, 0, 0 }, 254.34026, 0.00020, 0.042 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, -2, 1, 0 }, 254.34026, 0.00007, 0.095 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, -1, 0 }, 253.60736, 0.00007, 0.082 }, + { { 0, 0, 1, 0, 2, -5, 0, 0, 0, 1, 0 }, 73.60736, 0.00007, 0.070 }, + { { 0, 0, 1, 0, 4, 0, 0, 0, 2, -3, 0 }, 157.72502, 0.00002, 0.073 }, + { { 0, 0, 1, 0, 4, 0, 0, 0, 2, -1, 0 }, 337.72502, 0.00002, 0.078 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 0, -1, 0 }, 61.79812, 0.00004, 0.085 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0 }, 246.08904, 0.00010, 0.653 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 0, 1, 0 }, 241.79812, 0.00004, 0.068 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 2, -3, 0 }, 37.81595, 0.00002, 0.074 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 2, -1, 0 }, 76.05857, 0.00007, 0.077 }, + { { 0, 0, 1, 1, 0, 0, 0, 0, 2, 0, 0 }, 231.57215, 0.00006, 0.038 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 2, -3, 0 }, 272.74814, 0.00002, 0.077 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 2, -1, 0 }, 269.67612, 0.00010, 0.074 }, + { { 0, 0, 1, 2, 0, 0, 0, 0, 2, 0, 0 }, 269.17596, 0.00006, 0.037 }, + { { 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0 }, 312.36003, 0.00003, 0.385 }, + { { 0, 0, 1, 3, 0, 0, 0, 0, 2, -1, 0 }, 309.45560, 0.00006, 0.071 }, + { { 0, 0, 1, 3, 0, 0, 0, 0, 2, 0, 0 }, 129.72421, 0.00003, 0.037 }, + { { 0, 0, 1, 4, 0, 0, 0, 0, 0, -1, 0 }, 341.26742, 0.00003, 0.099 }, + { { 0, 0, 1, 4, 0, 0, 0, 0, 0, 0, 0 }, 161.24923, 0.00006, 0.320 }, + { { 0, 0, 1, 4, 0, 0, 0, 0, 0, 1, 0 }, 161.26742, 0.00003, 0.061 }, + { { 0, 0, 1, 4, 0, 0, 0, 0, 2, 0, 0 }, 341.31259, 0.00020, 0.036 }, + { { 0, 0, 1, 5, 0, 0, 0, 0, 0, 0, 0 }, 190.40401, 0.00002, 0.273 }, + { { 0, 0, 1, 5, 0, 0, 0, 0, 0, 2, 0 }, 190.40401, 0.00002, 0.033 }, + { { 0, 0, 1, 5, 0, 0, 0, 0, 2, -2, 0 }, 188.46457, 0.00004, 0.531 }, + { { 0, 0, 1, 5, 0, 0, 0, 0, 2, 0, 0 }, 188.46457, 0.00004, 0.035 }, + { { 0, 0, 2, -11, 0, 0, 0, 0, -2, 0, 0 }, 82.36851, 0.00004, 0.035 }, + { { 0, 0, 2, -8, 0, 0, 0, 0, -2, 0, 0 }, 350.02180, 0.00006, 0.037 }, + { { 0, 0, 2, -8, 0, 0, 0, 0, 0, -2, 0 }, 349.39286, 0.00002, 0.035 }, + { { 0, 0, 2, -8, 0, 0, 0, 0, 0, -1, 0 }, 349.37664, 0.00003, 0.064 }, + { { 0, 0, 2, -8, 0, 0, 0, 0, 0, 0, 0 }, 349.39286, 0.00002, 0.444 }, + { { 0, 0, 2, -8, 0, 0, 0, 0, 0, 1, 0 }, 169.37664, 0.00003, 0.091 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, -2, 1, 0 }, 25.08304, 0.00015, 0.076 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, -2, 3, 0 }, 13.34152, 0.00003, 0.075 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, 0, -1, 0 }, 18.30493, 0.00003, 0.067 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, 2, -2, 0 }, 31.07966, 0.00002, 0.286 }, + { { 0, 0, 2, -7, 0, 0, 0, 0, 2, 0, 0 }, 31.07966, 0.00002, 0.043 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -2, 0, 0 }, 270.39414, 0.00010, 0.039 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -2, 1, 0 }, 270.40285, 0.00010, 0.082 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -2, 2, 0 }, 254.58383, 0.00002, 0.896 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -2, 3, 0 }, 254.43292, 0.00002, 0.070 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -1, 1, -1 }, 292.98114, 0.00003, 0.076 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, -1, 3, -1 }, 292.98114, 0.00003, 0.075 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 0, -1, 0 }, 95.18862, 0.00004, 0.072 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 0, 0, 0 }, 268.66158, 0.00004, 1.519 }, + { { 0, 0, 2, -5, 0, 0, 0, 0, 0, 1, 0 }, 275.18862, 0.00004, 0.079 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 0, 0 }, 121.03711, 0.00015, 0.040 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 1, 0 }, 118.34849, 0.00009, 0.086 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, -2, 3, 0 }, 123.35297, 0.00002, 0.067 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, -1, 0 }, 111.84063, 0.00020, 0.075 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 1, 0 }, 292.75097, 0.00024, 0.076 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 0, 2, 0 }, 118.14203, 0.00003, 0.038 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, -1, 0 }, 299.77484, 0.00016, 0.088 }, + { { 0, 0, 2, -4, 0, 0, 0, 0, 2, 0, 0 }, 297.86641, 0.00037, 0.041 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 0, 0 }, 148.68625, 0.00018, 0.041 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, -2, 1, 0 }, 148.75622, 0.00009, 0.090 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, -1, 0 }, 154.13025, 0.00009, 0.078 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 0, 0 }, 326.39583, 0.00004, 2.470 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 0, 1, 0 }, 334.13025, 0.00009, 0.073 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, -1, 0 }, 326.06433, 0.00006, 0.084 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, 0, 0 }, 326.72449, 0.00026, 0.040 }, + { { 0, 0, 2, -3, 0, 0, 0, 0, 2, 2, 0 }, 146.84984, 0.00003, 0.019 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, -2, 0, 0 }, 180.42221, 0.00018, 0.042 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, -2, 0 }, 2.85782, 0.00003, 0.039 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, -1, 0 }, 354.14315, 0.00004, 0.081 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 0, 0 }, 182.85782, 0.00003, 1.068 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 0, 1, 0 }, 174.14315, 0.00004, 0.070 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, -2, 0 }, 176.61972, 0.00004, 1.194 }, + { { 0, 0, 2, -2, 0, 0, 0, 0, 2, 0, 0 }, 356.61268, 0.00008, 0.039 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, -2, 0, 0 }, 212.77391, 0.00024, 0.043 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, -2, 2, 0 }, 212.55912, 0.00003, 0.308 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 2, -3, 0 }, 34.80258, 0.00002, 0.074 }, + { { 0, 0, 2, -1, 0, 0, 0, 0, 2, -1, 0 }, 214.80258, 0.00002, 0.077 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, -2, 0, 0 }, 341.45658, 0.00006, 0.043 }, + { { 0, 0, 2, 0, -4, 0, 0, 0, 2, -1, 0 }, 339.64463, 0.00012, 0.076 }, + { { 0, 0, 2, 0, -4, 5, 0, 0, 2, -1, 0 }, 164.54674, 0.00004, 0.075 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 0, 0 }, 333.08832, 0.00021, 0.043 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, -2, 1, 0 }, 333.08832, 0.00005, 0.103 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, -1, 0 }, 329.60257, 0.00040, 0.087 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 0, 0 }, 149.87128, 0.00007, 0.572 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 0, 1, 0 }, 152.56632, 0.00003, 0.067 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -3, 0 }, 150.39733, 0.00006, 0.075 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -2, 0 }, 149.31013, 0.00012, 37.133 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, -1, 0 }, 329.33777, 0.00225, 0.076 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 2, 0, 0 }, 329.33862, 0.00012, 0.038 }, + { { 0, 0, 2, 0, -3, 0, 0, 0, 4, -2, 0 }, 329.31238, 0.00004, 0.040 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, -2, 0, 0 }, 40.39487, 0.00006, 0.044 }, + { { 0, 0, 2, 0, -2, 0, 0, 0, 2, -1, 0 }, 266.54766, 0.00010, 0.075 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, -2, 0, 0 }, 14.91052, 0.00003, 0.044 }, + { { 0, 0, 2, 0, 0, -5, 0, 0, 2, -1, 0 }, 194.69684, 0.00005, 0.075 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -2, -2, 0 }, 140.01487, 0.00003, 0.020 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, -2, 0, 0 }, 155.24380, 0.00011, 0.044 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, -1, 0 }, 167.06584, 0.00003, 0.089 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0 }, 224.44608, 0.00008, 0.500 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 0 }, 347.06584, 0.00003, 0.066 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, -3, 0 }, 85.03114, 0.00002, 0.077 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, -1, 0 }, 272.83613, 0.00015, 0.074 }, + { { 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0 }, 222.90879, 0.00023, 0.037 }, + { { 0, 0, 2, 0, 3, 0, 0, 0, 2, -1, 0 }, 157.75907, 0.00004, 0.073 }, + { { 0, 0, 2, 1, 0, 0, 0, 0, 2, -3, 0 }, 268.36184, 0.00003, 0.080 }, + { { 0, 0, 2, 1, 0, 0, 0, 0, 2, -1, 0 }, 88.36184, 0.00003, 0.071 }, + { { 0, 0, 2, 2, 0, 0, 0, 0, -2, 0, 0 }, 118.05557, 0.00002, 0.046 }, + { { 0, 0, 2, 2, 0, 0, 0, 0, -2, 2, 0 }, 118.05557, 0.00002, 0.207 }, + { { 0, 0, 2, 2, 0, 0, 0, 0, 2, -1, 0 }, 311.08981, 0.00012, 0.069 }, + { { 0, 0, 2, 2, 0, 0, 0, 0, 2, 0, 0 }, 131.09255, 0.00012, 0.036 }, + { { 0, 0, 2, 3, 0, 0, 0, 0, 0, 0, 0 }, 160.92767, 0.00003, 0.278 }, + { { 0, 0, 2, 3, 0, 0, 0, 0, 2, -1, 0 }, 340.56342, 0.00006, 0.066 }, + { { 0, 0, 2, 3, 0, 0, 0, 0, 2, 0, 0 }, 341.16450, 0.00019, 0.035 }, + { { 0, 0, 3, -12, 0, 0, 0, 0, -2, 0, 0 }, 82.22560, 0.00006, 0.036 }, + { { 0, 0, 3, -10, 0, 0, 0, 0, 0, 0, 0 }, 140.20435, 0.00003, 0.432 }, + { { 0, 0, 3, -9, 0, 0, 0, 0, -2, 0, 0 }, 357.56385, 0.00006, 0.038 }, + { { 0, 0, 3, -9, 0, 0, 0, 0, 0, -1, 0 }, 349.23133, 0.00003, 0.066 }, + { { 0, 0, 3, -9, 0, 0, 0, 0, 0, 1, 0 }, 169.23133, 0.00003, 0.087 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, -2, 1, 0 }, 19.70917, 0.00004, 0.079 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, -2, 3, 0 }, 199.70917, 0.00004, 0.073 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, 0, -1, 0 }, 18.23198, 0.00005, 0.069 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, 0, 1, 0 }, 198.23198, 0.00005, 0.083 }, + { { 0, 0, 3, -8, 0, 0, 0, 0, 2, 0, 0 }, 30.73643, 0.00005, 0.043 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, -1, 0 }, 194.86772, 0.00002, 0.070 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 0, 1, 0 }, 14.86772, 0.00002, 0.082 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, -1, 0 }, 14.92789, 0.00008, 0.095 }, + { { 0, 0, 3, -8, 3, 0, 0, 0, 2, 0, 0 }, 14.92789, 0.00022, 0.042 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -2, 0, 0 }, 239.76196, 0.00010, 0.039 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -2, 1, 0 }, 241.50424, 0.00011, 0.082 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, -1, 1, -1 }, 273.58024, 0.00005, 0.075 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 0, -1, 0 }, 48.18261, 0.00003, 0.072 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 0, 1, 0 }, 228.18261, 0.00003, 0.080 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 2, -3, 0 }, 59.52324, 0.00002, 0.063 }, + { { 0, 0, 3, -7, 0, 0, 0, 0, 2, -1, 0 }, 59.52324, 0.00002, 0.093 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, -1, 0 }, 79.81405, 0.00014, 0.074 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, 0, 0 }, 268.46852, 0.00004, 5.260 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 0, 1, 0 }, 259.81405, 0.00014, 0.077 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 2, -1, 0 }, 279.60042, 0.00002, 0.089 }, + { { 0, 0, 3, -6, 0, 0, 0, 0, 2, 0, 0 }, 269.95106, 0.00008, 0.041 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, -2, 0, 0 }, 120.89323, 0.00017, 0.041 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, -1, 0 }, 138.08497, 0.00006, 0.077 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 1, -2 }, 296.57424, 0.00003, 0.075 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 1, 0 }, 318.08497, 0.00006, 0.074 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 0, 3, -2 }, 116.57424, 0.00003, 0.075 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, -3, 0 }, 296.15440, 0.00003, 0.068 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, -1, 0 }, 297.02083, 0.00007, 0.085 }, + { { 0, 0, 3, -5, 0, 0, 0, 0, 2, 0, 0 }, 297.51520, 0.00030, 0.040 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 0, 0 }, 144.72942, 0.00024, 0.042 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, -2, 1, 0 }, 145.35659, 0.00010, 0.094 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, -2, 0 }, 163.74528, 0.00002, 0.039 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, -1, 0 }, 147.48259, 0.00004, 0.081 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 0, 1, 0 }, 327.48259, 0.00004, 0.071 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 1, 0, 0 }, 326.28053, 0.00003, 0.076 }, + { { 0, 0, 3, -4, 0, 0, 0, 0, 2, 0, 0 }, 327.20572, 0.00025, 0.039 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, 0, 0 }, 183.61272, 0.00019, 0.043 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, -2, 1, 0 }, 183.00443, 0.00004, 0.099 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, -2, 0 }, 2.78273, 0.00003, 0.040 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 0, 0, 0 }, 182.78273, 0.00003, 0.712 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, -3, 0 }, 174.60099, 0.00004, 0.073 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, -1, 0 }, 174.60099, 0.00004, 0.078 }, + { { 0, 0, 3, -3, 0, 0, 0, 0, 2, 0, 0 }, 356.12762, 0.00004, 0.038 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, -2, 0, 0 }, 212.66786, 0.00019, 0.044 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, -1, 0 }, 35.58739, 0.00003, 0.088 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 0, 1, 0 }, 215.58739, 0.00003, 0.066 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, -1, 0 }, 218.10270, 0.00011, 0.075 }, + { { 0, 0, 3, -2, 0, 0, 0, 0, 2, 0, 0 }, 32.17338, 0.00005, 0.037 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, 0, 0, 0 }, 241.36396, 0.00004, 0.405 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, 2, -2, 0 }, 63.17556, 0.00003, 1.440 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, 2, -1, 0 }, 41.03896, 0.00004, 0.072 }, + { { 0, 0, 3, -1, 0, 0, 0, 0, 2, 0, 0 }, 246.02196, 0.00013, 0.037 }, + { { 0, 0, 3, 0, -2, 0, 0, 0, 3, -1, -1 }, 284.63191, 0.00007, 0.075 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 0, -1, 0 }, 111.94975, 0.00003, 0.098 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0 }, 291.94975, 0.00006, 0.333 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 0 }, 291.94975, 0.00003, 0.062 }, + { { 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, 0 }, 229.83213, 0.00028, 0.036 }, + { { 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0 }, 131.98969, 0.00002, 0.283 }, + { { 0, 0, 3, 1, 0, 0, 0, 0, 0, 2, 0 }, 131.98969, 0.00002, 0.033 }, + { { 0, 0, 3, 1, 0, 0, 0, 0, 2, -1, 0 }, 130.19671, 0.00007, 0.067 }, + { { 0, 0, 3, 1, 0, 0, 0, 0, 2, 0, 0 }, 130.31514, 0.00006, 0.035 }, + { { 0, 0, 3, 2, 0, 0, 0, 0, 2, -2, 0 }, 342.19107, 0.00003, 0.437 }, + { { 0, 0, 3, 2, 0, 0, 0, 0, 2, 0, 0 }, 162.19107, 0.00003, 0.035 }, + { { 0, 0, 3, 4, 0, 0, 0, 0, 2, -1, 0 }, 219.15153, 0.00004, 0.060 }, + { { 0, 0, 3, 5, 0, 0, 0, 0, 2, 0, 0 }, 68.03909, 0.00004, 0.033 }, + { { 0, 0, 4, -13, 0, 0, 0, 0, -2, 0, 0 }, 82.16306, 0.00003, 0.036 }, + { { 0, 0, 4, -13, 0, 0, 0, 0, -2, 2, 0 }, 262.16306, 0.00003, 0.879 }, + { { 0, 0, 4, -11, 0, 0, 0, 0, -2, 1, 0 }, 330.98771, 0.00005, 0.075 }, + { { 0, 0, 4, -11, 0, 0, 0, 0, 0, -1, 0 }, 320.17678, 0.00002, 0.066 }, + { { 0, 0, 4, -11, 0, 0, 0, 0, 0, 0, 0 }, 140.13026, 0.00003, 0.541 }, + { { 0, 0, 4, -11, 0, 0, 0, 0, 0, 1, 0 }, 140.17678, 0.00002, 0.088 }, + { { 0, 0, 4, -10, 0, 0, 0, 0, -2, 0, 0 }, 1.82178, 0.00004, 0.038 }, + { { 0, 0, 4, -10, 0, 0, 0, 0, 0, -1, 0 }, 349.11509, 0.00004, 0.069 }, + { { 0, 0, 4, -10, 0, 0, 0, 0, 0, 1, 0 }, 169.11509, 0.00004, 0.084 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, 2, -2, 0 }, 210.50641, 0.00003, 0.391 }, + { { 0, 0, 4, -9, 0, 0, 0, 0, 2, 0, 0 }, 30.50641, 0.00003, 0.042 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, -2, 0, 0 }, 237.92978, 0.00012, 0.040 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, -2, 1, 0 }, 234.06782, 0.00003, 0.085 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, -2, 3, 0 }, 234.06782, 0.00003, 0.068 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, -1, 0 }, 62.13010, 0.00008, 0.074 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 0, 1, 0 }, 242.13010, 0.00008, 0.077 }, + { { 0, 0, 4, -8, 0, 0, 0, 0, 2, 0, 0 }, 241.46506, 0.00004, 0.041 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -4, 1, 0 }, 91.93148, 0.00004, 0.028 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, -1, 0 }, 91.93148, 0.00015, 0.026 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 0, 0 }, 91.97023, 0.00134, 0.040 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 1, 0 }, 92.13235, 0.00131, 0.087 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, -2, 2, 0 }, 272.44298, 0.00006, 0.564 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -2, 0 }, 91.35393, 0.00011, 0.038 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, -1, 0 }, 91.29765, 0.00178, 0.075 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 1, 0 }, 271.29785, 0.00178, 0.075 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 0, 2, 0 }, 271.35396, 0.00011, 0.038 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -2, 0 }, 92.44441, 0.00006, 0.564 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, -1, 0 }, 272.13364, 0.00132, 0.087 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 0, 0 }, 271.97125, 0.00134, 0.040 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 2, 1, 0 }, 271.93267, 0.00015, 0.026 }, + { { 0, 0, 4, -8, 3, 0, 0, 0, 4, -1, 0 }, 271.93267, 0.00004, 0.028 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, 0, 0 }, 88.70257, 0.00005, 0.041 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, -2, 2, 0 }, 88.70257, 0.00005, 0.487 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, -1, 0 }, 88.81699, 0.00004, 0.077 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, 0, 0 }, 268.45556, 0.00002, 3.594 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, 1, 0 }, 268.81699, 0.00004, 0.074 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 0, 2, 0 }, 268.45556, 0.00002, 0.037 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, -2, 0 }, 88.27910, 0.00003, 0.669 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, -1, 0 }, 268.56366, 0.00006, 0.085 }, + { { 0, 0, 4, -7, 0, 0, 0, 0, 2, 0, 0 }, 268.27910, 0.00003, 0.040 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, -2, 0, 0 }, 118.49179, 0.00018, 0.042 }, + { { 0, 0, 4, -6, 0, 0, 0, 0, 2, 0, 0 }, 297.58368, 0.00028, 0.039 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, 0, 0 }, 156.05551, 0.00005, 0.745 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 0, 2, 0 }, 147.49549, 0.00002, 0.036 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, -3, 0 }, 329.20033, 0.00004, 0.073 }, + { { 0, 0, 4, -5, 0, 0, 0, 0, 2, 0, 0 }, 326.85308, 0.00018, 0.038 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, -2, 0, 0 }, 182.04215, 0.00016, 0.044 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, -2, 0 }, 25.98026, 0.00002, 0.041 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 0, 0, 0 }, 205.98026, 0.00002, 0.534 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, -3, 0 }, 201.31670, 0.00002, 0.076 }, + { { 0, 0, 4, -4, 0, 0, 0, 0, 2, -1, 0 }, 177.58080, 0.00009, 0.075 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 0, -2, 0 }, 33.00236, 0.00002, 0.041 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 0, -1, 0 }, 32.53869, 0.00003, 0.092 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 0, 0, 0 }, 225.90963, 0.00005, 0.416 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 0, 1, 0 }, 212.53869, 0.00003, 0.064 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 0, 2, 0 }, 57.71024, 0.00002, 0.035 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 2, -2, 0 }, 19.47975, 0.00003, 1.585 }, + { { 0, 0, 4, -3, 0, 0, 0, 0, 2, 0, 0 }, 199.47975, 0.00003, 0.037 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 0, 0, 0 }, 240.99347, 0.00003, 0.341 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 2, -3, 0 }, 247.99473, 0.00003, 0.083 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 2, -1, 0 }, 61.40767, 0.00007, 0.069 }, + { { 0, 0, 4, -2, 0, 0, 0, 0, 2, 0, 0 }, 244.47778, 0.00013, 0.036 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0 }, 120.86789, 0.00005, 0.250 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 0, 2, 0 }, 120.86789, 0.00005, 0.033 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 2, -1, 0 }, 287.54557, 0.00007, 0.065 }, + { { 0, 0, 4, 0, 0, 0, 0, 0, 2, 0, 0 }, 84.75748, 0.00011, 0.035 }, + { { 0, 0, 4, 1, 0, 0, 0, 0, 0, -1, 0 }, 161.19172, 0.00002, 0.115 }, + { { 0, 0, 4, 1, 0, 0, 0, 0, 0, 1, 0 }, 341.19172, 0.00002, 0.056 }, + { { 0, 0, 4, 1, 0, 0, 0, 0, 2, 0, 0 }, 341.35196, 0.00014, 0.034 }, + { { 0, 0, 5, -14, 0, 0, 0, 0, -2, 0, 0 }, 82.10280, 0.00003, 0.037 }, + { { 0, 0, 5, -14, 0, 0, 0, 0, -2, 2, 0 }, 262.10280, 0.00003, 1.494 }, + { { 0, 0, 5, -13, 0, 0, 0, 0, -2, 1, 0 }, 286.44235, 0.00002, 0.075 }, + { { 0, 0, 5, -13, 0, 0, 0, 0, -2, 3, 0 }, 286.44235, 0.00002, 0.076 }, + { { 0, 0, 5, -12, 0, 0, 0, 0, 0, -1, 0 }, 320.06752, 0.00003, 0.068 }, + { { 0, 0, 5, -12, 0, 0, 0, 0, 0, 1, 0 }, 140.06752, 0.00003, 0.084 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, -2, 0, 0 }, 11.36250, 0.00002, 0.039 }, + { { 0, 0, 5, -11, 0, 0, 0, 0, -2, 2, 0 }, 11.36250, 0.00002, 1.081 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, 0, -1, 0 }, 214.31783, 0.00002, 0.074 }, + { { 0, 0, 5, -10, 0, 0, 0, 0, 0, 1, 0 }, 34.31783, 0.00002, 0.077 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, -2, 1, 0 }, 56.15346, 0.00005, 0.089 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, -1, 0 }, 235.03912, 0.00007, 0.077 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 0, 1, 0 }, 55.03912, 0.00007, 0.074 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 2, -1, 0 }, 239.12193, 0.00003, 0.085 }, + { { 0, 0, 5, -9, 0, 0, 0, 0, 2, 0, 0 }, 239.47007, 0.00006, 0.040 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, -2, 0, 0 }, 90.68481, 0.00005, 0.042 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 1, -3, 1 }, 191.58743, 0.00002, 0.076 }, + { { 0, 0, 5, -8, 0, 0, 0, 0, 1, -1, 1 }, 141.86679, 0.00004, 0.075 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 0, 0 }, 349.65845, 0.00022, 0.042 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, -2, 1, 0 }, 349.65845, 0.00008, 0.095 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, -1, 0 }, 350.72877, 0.00002, 0.082 }, + { { 0, 0, 5, -8, 3, 0, 0, 0, 0, 1, 0 }, 170.72877, 0.00002, 0.070 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, 0, 0 }, 121.52645, 0.00003, 0.043 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, 1, 0 }, 305.45451, 0.00006, 0.098 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, -2, 2, 0 }, 301.52645, 0.00003, 0.328 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, 0, 0 }, 298.01340, 0.00006, 0.782 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 0, 2, 0 }, 117.28791, 0.00002, 0.036 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, -2, 0 }, 120.98317, 0.00003, 2.017 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, -1, 0 }, 139.45147, 0.00004, 0.078 }, + { { 0, 0, 5, -7, 0, 0, 0, 0, 2, 0, 0 }, 297.29054, 0.00020, 0.038 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, -2, 0, 0 }, 146.37521, 0.00006, 0.044 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, -1, 0 }, 157.55629, 0.00006, 0.087 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 0, 0, 0 }, 164.14249, 0.00002, 0.553 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -3, 0 }, 293.13817, 0.00003, 0.076 }, + { { 0, 0, 5, -6, 0, 0, 0, 0, 2, -1, 0 }, 157.55760, 0.00035, 0.075 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, -2, 0, 0 }, 182.10141, 0.00004, 0.045 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, -2, 2, 0 }, 2.10141, 0.00004, 0.243 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, -2, 0 }, 20.49954, 0.00003, 0.041 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, 0, 0 }, 193.38755, 0.00005, 0.427 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 0, 2, 0 }, 2.98149, 0.00002, 0.035 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, -3, 0 }, 3.01157, 0.00002, 0.079 }, + { { 0, 0, 5, -5, 0, 0, 0, 0, 2, -1, 0 }, 183.01157, 0.00002, 0.072 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, -2, 1, 0 }, 32.30607, 0.00005, 0.116 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 0, 0, 0 }, 212.62444, 0.00007, 0.348 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 2, -3, 0 }, 45.14726, 0.00002, 0.082 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 2, -1, 0 }, 32.34303, 0.00011, 0.070 }, + { { 0, 0, 5, -4, 0, 0, 0, 0, 2, 0, 0 }, 204.70881, 0.00008, 0.036 }, + { { 0, 0, 5, -3, 0, 0, 0, 0, 2, -1, 0 }, 70.06532, 0.00010, 0.067 }, + { { 0, 0, 5, -2, 0, 0, 0, 0, -2, 0, 0 }, 87.28692, 0.00002, 0.048 }, + { { 0, 0, 5, -2, 0, 0, 0, 0, -2, 2, 0 }, 267.28692, 0.00002, 0.175 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 0 }, 160.94484, 0.00004, 0.200 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 2, -3, 0 }, 160.95666, 0.00003, 0.100 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 2, -1, 0 }, 25.37823, 0.00017, 0.061 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 2, 0, 0 }, 14.94755, 0.00045, 0.034 }, + { { 0, 0, 5, 0, 0, 0, 0, 0, 4, 0, 0 }, 18.01510, 0.00004, 0.018 }, + { { 0, 0, 6, -16, 0, 0, 0, 0, -2, 1, 0 }, 233.05494, 0.00006, 0.071 }, + { { 0, 0, 6, -15, 0, 0, 0, 0, -2, 0, 0 }, 82.03847, 0.00003, 0.037 }, + { { 0, 0, 6, -15, 0, 0, 0, 0, -2, 2, 0 }, 262.03847, 0.00003, 4.969 }, + { { 0, 0, 6, -14, 0, 0, 0, 0, -2, 1, 0 }, 310.75892, 0.00003, 0.077 }, + { { 0, 0, 6, -14, 0, 0, 0, 0, -2, 3, 0 }, 130.75892, 0.00003, 0.074 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, -1, 0, 0 }, 319.90397, 0.00003, 0.075 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, 0, -1, 0 }, 319.90672, 0.00004, 0.071 }, + { { 0, 0, 6, -13, 0, 0, 0, 0, 0, 1, 0 }, 139.90672, 0.00004, 0.081 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, 0, -1, 0 }, 171.40000, 0.00002, 0.073 }, + { { 0, 0, 6, -12, 0, 0, 0, 0, 0, 1, 0 }, 351.40000, 0.00002, 0.078 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, -2, 0, 0 }, 30.57102, 0.00006, 0.041 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, -1, 0 }, 208.26881, 0.00002, 0.076 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 0, 1, 0 }, 28.26881, 0.00002, 0.075 }, + { { 0, 0, 6, -11, 0, 0, 0, 0, 2, 0, 0 }, 210.08666, 0.00004, 0.040 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, -2, 0, 0 }, 59.01006, 0.00003, 0.042 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, -1, 0 }, 85.18926, 0.00002, 0.080 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 0, 1, 0 }, 265.18926, 0.00002, 0.072 }, + { { 0, 0, 6, -10, 0, 0, 0, 0, 2, -1, 0 }, 240.27224, 0.00003, 0.082 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -2, 0, 0 }, 267.63099, 0.00003, 0.043 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, -2, 2, 0 }, 87.63099, 0.00003, 0.335 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 2, -3, 0 }, 95.18166, 0.00003, 0.072 }, + { { 0, 0, 6, -9, 0, 0, 0, 0, 2, -1, 0 }, 95.18166, 0.00003, 0.079 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, -2, 0, 0 }, 120.88966, 0.00006, 0.043 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, -2, 2, 0 }, 304.01135, 0.00003, 0.284 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, -1, 0 }, 320.90239, 0.00006, 0.087 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, 0, 0 }, 297.54139, 0.00002, 0.573 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, 1, 0 }, 295.99006, 0.00003, 0.067 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 0, 2, 0 }, 297.54139, 0.00002, 0.035 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -3, 0 }, 333.24107, 0.00002, 0.075 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -2, 0 }, 120.03157, 0.00004, 36.376 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, -1, 0 }, 313.69552, 0.00051, 0.076 }, + { { 0, 0, 6, -8, 0, 0, 0, 0, 2, 0, 0 }, 305.35836, 0.00008, 0.038 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, -2, 0, 0 }, 152.66733, 0.00005, 0.045 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, -2, 1, 0 }, 334.49237, 0.00005, 0.109 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 0, 0, 0 }, 157.63335, 0.00004, 0.439 }, + { { 0, 0, 6, -7, 0, 0, 0, 0, 2, 0, 0 }, 326.97772, 0.00003, 0.037 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, -2, 0, 0 }, 183.95935, 0.00002, 0.046 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, -2, 1, 0 }, 3.42303, 0.00006, 0.115 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, -2, 2, 0 }, 3.95935, 0.00002, 0.218 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 0, -2, 0 }, 81.40245, 0.00002, 0.042 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 0, 0, 0 }, 196.34827, 0.00009, 0.356 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 2, -3, 0 }, 168.66681, 0.00003, 0.082 }, + { { 0, 0, 6, -6, 0, 0, 0, 0, 2, -1, 0 }, 168.66681, 0.00003, 0.070 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, 2, -1, 0 }, 23.37705, 0.00006, 0.067 }, + { { 0, 0, 6, -5, 0, 0, 0, 0, 2, 0, 0 }, 212.41554, 0.00010, 0.036 }, + { { 0, 0, 6, -4, 0, 0, 0, 0, 2, -1, 0 }, 72.19693, 0.00009, 0.065 }, + { { 0, 0, 6, -3, 0, 0, 0, 0, 2, -3, 0 }, 281.22234, 0.00004, 0.094 }, + { { 0, 0, 6, -3, 0, 0, 0, 0, 2, -1, 0 }, 101.22234, 0.00004, 0.063 }, + { { 0, 0, 6, -2, 0, 0, 0, 0, 2, -3, 0 }, 311.38822, 0.00002, 0.099 }, + { { 0, 0, 6, -2, 0, 0, 0, 0, 2, -2, 0 }, 311.32450, 0.00002, 0.316 }, + { { 0, 0, 6, -2, 0, 0, 0, 0, 2, -1, 0 }, 131.38822, 0.00002, 0.061 }, + { { 0, 0, 6, -2, 0, 0, 0, 0, 2, 0, 0 }, 132.43720, 0.00007, 0.034 }, + { { 0, 0, 6, 0, 0, 0, 0, 0, 0, 0, 0 }, 316.15228, 0.00004, 0.167 }, + { { 0, 0, 6, 0, 0, 0, 0, 0, 2, -1, 0 }, 215.05365, 0.00003, 0.057 }, + { { 0, 0, 6, 0, 0, 0, 0, 0, 2, 0, 0 }, 108.96065, 0.00019, 0.033 }, + { { 0, 0, 7, -16, 0, 0, 0, 0, -2, 0, 0 }, 81.96522, 0.00007, 0.038 }, + { { 0, 0, 7, -16, 0, 0, 0, 0, -2, 1, 0 }, 263.37128, 0.00003, 0.077 }, + { { 0, 0, 7, -16, 0, 0, 0, 0, -2, 3, 0 }, 263.37128, 0.00003, 0.074 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, -2, 1, 0 }, 111.34914, 0.00004, 0.080 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, 0, -1, 0 }, 290.91086, 0.00002, 0.070 }, + { { 0, 0, 7, -15, 0, 0, 0, 0, 0, 1, 0 }, 110.91086, 0.00002, 0.081 }, + { { 0, 0, 7, -14, 0, 0, 0, 0, -2, 1, 0 }, 140.22339, 0.00003, 0.084 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, -2, 0, 0 }, 3.30880, 0.00006, 0.041 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, -2, 1, 0 }, 153.20184, 0.00003, 0.088 }, + { { 0, 0, 7, -13, 0, 0, 0, 0, 2, 0, 0 }, 181.14837, 0.00006, 0.040 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, -2, 0, 0 }, 250.85544, 0.00004, 0.042 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, -1, 0 }, 59.21739, 0.00002, 0.083 }, + { { 0, 0, 7, -11, 0, 0, 0, 0, 0, 1, 0 }, 239.21739, 0.00002, 0.069 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 0, -1, 0 }, 88.43847, 0.00002, 0.086 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 0, 1, 0 }, 268.43847, 0.00002, 0.067 }, + { { 0, 0, 7, -10, 0, 0, 0, 0, 2, -1, 0 }, 248.98311, 0.00012, 0.076 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, -2, 0, 0 }, 123.57574, 0.00010, 0.044 }, + { { 0, 0, 7, -9, 0, 0, 0, 0, 2, 0, 0 }, 297.04740, 0.00007, 0.037 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, -2, 0, 0 }, 158.72999, 0.00006, 0.045 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, -2, 1, 0 }, 334.39084, 0.00002, 0.114 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, -2, 3, 0 }, 334.39084, 0.00002, 0.056 }, + { { 0, 0, 7, -8, 0, 0, 0, 0, 0, 0, 0 }, 156.86218, 0.00004, 0.364 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, -2, 0, 0 }, 182.52292, 0.00006, 0.047 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 2, -2, 0 }, 358.32539, 0.00003, 0.665 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 2, -1, 0 }, 356.35643, 0.00008, 0.068 }, + { { 0, 0, 7, -7, 0, 0, 0, 0, 2, 0, 0 }, 178.32539, 0.00003, 0.036 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, 0, 0, 0 }, 212.98686, 0.00006, 0.262 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, 2, -2, 0 }, 36.87128, 0.00002, 0.491 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, 2, -1, 0 }, 210.34814, 0.00003, 0.065 }, + { { 0, 0, 7, -6, 0, 0, 0, 0, 2, 0, 0 }, 216.06697, 0.00014, 0.035 }, + { { 0, 0, 7, -5, 0, 0, 0, 0, 2, -1, 0 }, 72.43456, 0.00010, 0.063 }, + { { 0, 0, 7, -4, 0, 0, 0, 0, 2, -1, 0 }, 101.22821, 0.00005, 0.061 }, + { { 0, 0, 7, -4, 0, 0, 0, 0, 2, 0, 0 }, 101.42138, 0.00004, 0.034 }, + { { 0, 0, 7, -3, 0, 0, 0, 0, 2, -1, 0 }, 131.25672, 0.00004, 0.059 }, + { { 0, 0, 7, -3, 0, 0, 0, 0, 2, 0, 0 }, 131.52854, 0.00007, 0.033 }, + { { 0, 0, 8, -17, 0, 0, 0, 0, -2, 0, 0 }, 81.87930, 0.00006, 0.039 }, + { { 0, 0, 8, -16, 0, 0, 0, 0, 0, -1, 0 }, 290.53528, 0.00002, 0.073 }, + { { 0, 0, 8, -16, 0, 0, 0, 0, 0, 1, 0 }, 110.53528, 0.00002, 0.078 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, 0, 0 }, 334.14506, 0.00016, 0.040 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, -2, 1, 0 }, 344.80789, 0.00009, 0.087 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, -1, 0 }, 325.67652, 0.00025, 0.076 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 0, 1, 0 }, 146.44142, 0.00029, 0.075 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, -1, 0 }, 154.18238, 0.00015, 0.087 }, + { { 0, 0, 8, -15, 0, 0, 0, 0, 2, 0, 0 }, 152.15763, 0.00018, 0.040 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, -2, 1, 0 }, 168.00898, 0.00002, 0.092 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, -2, 3, 0 }, 168.00898, 0.00002, 0.064 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, 0, -1, 0 }, 163.30389, 0.00003, 0.079 }, + { { 0, 0, 8, -14, 0, 0, 0, 0, 0, 1, 0 }, 343.30389, 0.00003, 0.072 }, + { { 0, 0, 8, -13, 0, 0, 0, 0, -2, 0, 0 }, 200.37241, 0.00009, 0.042 }, + { { 0, 0, 8, -12, 0, 0, 0, 0, -2, 0, 0 }, 246.10373, 0.00005, 0.043 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, -3, 0 }, 95.50606, 0.00004, 0.078 }, + { { 0, 0, 8, -11, 0, 0, 0, 0, 2, -1, 0 }, 275.50606, 0.00004, 0.073 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, -2, 0, 0 }, 126.72549, 0.00009, 0.045 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 0, 0, 0 }, 297.33525, 0.00003, 0.373 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 2, -2, 0 }, 297.64369, 0.00004, 1.100 }, + { { 0, 0, 8, -10, 0, 0, 0, 0, 2, 0, 0 }, 297.64369, 0.00004, 0.036 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, -2, 0, 0 }, 147.58484, 0.00007, 0.046 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 0, 0, 0 }, 153.87976, 0.00005, 0.311 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, -3, 0 }, 144.16642, 0.00002, 0.085 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, -1, 0 }, 144.16642, 0.00002, 0.068 }, + { { 0, 0, 8, -9, 0, 0, 0, 0, 2, 0, 0 }, 323.51205, 0.00004, 0.036 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 0, -2, 0 }, 2.77659, 0.00003, 0.044 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 0, 0, 0 }, 182.77659, 0.00003, 0.267 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 2, -3, 0 }, 335.80897, 0.00002, 0.089 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 2, -2, 0 }, 167.57857, 0.00002, 0.507 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 2, -1, 0 }, 335.80897, 0.00002, 0.066 }, + { { 0, 0, 8, -8, 0, 0, 0, 0, 2, 0, 0 }, 167.57857, 0.00002, 0.035 }, + { { 0, 0, 8, -7, 0, 0, 0, 0, -2, 0, 0 }, 211.42201, 0.00003, 0.049 }, + { { 0, 0, 8, -7, 0, 0, 0, 0, 0, 0, 0 }, 211.47995, 0.00005, 0.234 }, + { { 0, 0, 8, -7, 0, 0, 0, 0, 2, 0, 0 }, 217.23790, 0.00011, 0.034 }, + { { 0, 0, 8, -6, 0, 0, 0, 0, 2, -3, 0 }, 73.46779, 0.00003, 0.098 }, + { { 0, 0, 8, -6, 0, 0, 0, 0, 2, -2, 0 }, 71.91424, 0.00006, 0.329 }, + { { 0, 0, 8, -6, 0, 0, 0, 0, 2, -1, 0 }, 73.46779, 0.00003, 0.061 }, + { { 0, 0, 8, -6, 0, 0, 0, 0, 2, 0, 0 }, 250.89433, 0.00003, 0.034 }, + { { 0, 0, 8, -5, 0, 0, 0, 0, 2, -2, 0 }, 115.08905, 0.00002, 0.280 }, + { { 0, 0, 8, -5, 0, 0, 0, 0, 2, 0, 0 }, 115.08905, 0.00002, 0.033 }, + { { 0, 0, 8, -4, 0, 0, 0, 0, 2, 0, 0 }, 130.83745, 0.00006, 0.033 }, + { { 0, 0, 9, -19, 0, 0, 0, 0, -2, 1, 0 }, 52.84927, 0.00006, 0.079 }, + { { 0, 0, 9, -18, 0, 0, 0, 0, -2, 0, 0 }, 81.77777, 0.00006, 0.040 }, + { { 0, 0, 9, -18, 0, 0, 0, 0, -2, 1, 0 }, 81.77777, 0.00005, 0.083 }, + { { 0, 0, 9, -18, 0, 0, 0, 0, 0, -1, 0 }, 261.77776, 0.00002, 0.072 }, + { { 0, 0, 9, -18, 0, 0, 0, 0, 0, 1, 0 }, 81.77776, 0.00002, 0.079 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, -2, 0, 0 }, 303.33163, 0.00005, 0.040 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, -1, 0 }, 252.12383, 0.00002, 0.075 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 0, 1, 0 }, 72.12383, 0.00002, 0.076 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 2, -1, 0 }, 123.60002, 0.00003, 0.087 }, + { { 0, 0, 9, -17, 0, 0, 0, 0, 2, 0, 0 }, 123.60002, 0.00006, 0.040 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, -2, 0, 0 }, 139.89309, 0.00003, 0.041 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, -2, 1, 0 }, 139.32434, 0.00002, 0.091 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, -2, 3, 0 }, 139.32434, 0.00002, 0.064 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, 0, -1, 0 }, 139.36747, 0.00004, 0.078 }, + { { 0, 0, 9, -16, 0, 0, 0, 0, 0, 1, 0 }, 319.36747, 0.00004, 0.073 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, -2, 0, 0 }, 199.88545, 0.00008, 0.042 }, + { { 0, 0, 9, -15, 0, 0, 0, 0, 2, -1, 0 }, 1.13400, 0.00004, 0.080 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 2, -2, 0 }, 210.16255, 0.00003, 4.596 }, + { { 0, 0, 9, -14, 0, 0, 0, 0, 2, 0, 0 }, 30.16255, 0.00003, 0.038 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, -2, 0, 0 }, 257.86088, 0.00005, 0.044 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, -3, 0 }, 245.90078, 0.00003, 0.077 }, + { { 0, 0, 9, -13, 0, 0, 0, 0, 2, -1, 0 }, 245.90078, 0.00003, 0.074 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 2, -3, 0 }, 88.50631, 0.00004, 0.081 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 2, -2, 0 }, 88.73130, 0.00002, 1.182 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 2, -1, 0 }, 88.50631, 0.00004, 0.071 }, + { { 0, 0, 9, -12, 0, 0, 0, 0, 2, 0, 0 }, 268.73130, 0.00002, 0.037 }, + { { 0, 0, 9, -11, 0, 0, 0, 0, -2, 0, 0 }, 125.59173, 0.00006, 0.046 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, -2, 0, 0 }, 152.18383, 0.00011, 0.047 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 0, 0, 0 }, 153.74613, 0.00004, 0.272 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 2, -3, 0 }, 145.61777, 0.00003, 0.088 }, + { { 0, 0, 9, -10, 0, 0, 0, 0, 2, -1, 0 }, 325.61777, 0.00003, 0.066 }, + { { 0, 0, 9, -9, 0, 0, 0, 0, 0, 0, 0 }, 194.38718, 0.00005, 0.237 }, + { { 0, 0, 9, -8, 0, 0, 0, 0, 2, 0, 0 }, 223.16101, 0.00010, 0.034 }, + { { 0, 0, 9, -7, 0, 0, 0, 0, 2, -2, 0 }, 71.71953, 0.00004, 0.285 }, + { { 0, 0, 9, -7, 0, 0, 0, 0, 2, 0, 0 }, 251.71953, 0.00004, 0.033 }, + { { 0, 0, 9, -6, 0, 0, 0, 0, 2, -1, 0 }, 102.54435, 0.00006, 0.058 }, + { { 0, 0, 10, -19, 0, 0, 0, 0, -2, 0, 0 }, 81.65816, 0.00006, 0.040 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, 0, 0 }, 252.29779, 0.00010, 0.040 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, -2, 1, 0 }, 252.29779, 0.00006, 0.087 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, -1, 0 }, 72.29779, 0.00006, 0.087 }, + { { 0, 0, 10, -19, 0, 3, 0, 0, 2, 0, 0 }, 72.29779, 0.00010, 0.040 }, + { { 0, 0, 10, -18, 0, 0, 0, 0, -2, 0, 0 }, 110.45814, 0.00007, 0.041 }, + { { 0, 0, 10, -18, 0, 0, 0, 0, -2, 1, 0 }, 290.43532, 0.00003, 0.090 }, + { { 0, 0, 10, -18, 0, 0, 0, 0, 0, -1, 0 }, 110.42974, 0.00004, 0.078 }, + { { 0, 0, 10, -18, 0, 0, 0, 0, 0, 1, 0 }, 290.42974, 0.00004, 0.073 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, -2, 0, 0 }, 139.77973, 0.00003, 0.042 }, + { { 0, 0, 10, -17, 0, 0, 0, 0, -2, 2, 0 }, 319.77973, 0.00003, 0.366 }, + { { 0, 0, 10, -16, 0, 0, 0, 0, -2, 0, 0 }, 167.04185, 0.00006, 0.043 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 2, -3, 0 }, 211.20299, 0.00002, 0.077 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 2, -2, 0 }, 210.12408, 0.00003, 3.989 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 2, -1, 0 }, 29.39053, 0.00006, 0.074 }, + { { 0, 0, 10, -15, 0, 0, 0, 0, 2, 0, 0 }, 30.12408, 0.00003, 0.037 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, -2, 0, 0 }, 245.96619, 0.00002, 0.045 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, -2, 2, 0 }, 245.96619, 0.00002, 0.231 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 2, -3, 0 }, 239.71125, 0.00002, 0.080 }, + { { 0, 0, 10, -14, 0, 0, 0, 0, 2, -1, 0 }, 59.71125, 0.00002, 0.071 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, -2, 0, 0 }, 125.32187, 0.00003, 0.047 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, -2, 2, 0 }, 125.32187, 0.00003, 0.185 }, + { { 0, 0, 10, -12, 0, 0, 0, 0, 2, -1, 0 }, 117.45470, 0.00003, 0.066 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, -2, 0, 0 }, 153.16781, 0.00004, 0.049 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 0, 0, 0 }, 146.38724, 0.00004, 0.241 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 2, -3, 0 }, 324.92240, 0.00003, 0.092 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 2, -2, 0 }, 325.12835, 0.00003, 0.421 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 2, -1, 0 }, 324.92240, 0.00003, 0.064 }, + { { 0, 0, 10, -11, 0, 0, 0, 0, 2, 0, 0 }, 145.12835, 0.00003, 0.035 }, + { { 0, 0, 10, -10, 0, 0, 0, 0, 0, 0, 0 }, 182.25034, 0.00005, 0.214 }, + { { 0, 0, 10, -9, 0, 0, 0, 0, 2, 0, 0 }, 223.17263, 0.00010, 0.033 }, + { { 0, 0, 10, -8, 0, 0, 0, 0, 2, 0, 0 }, 251.74539, 0.00007, 0.033 }, + { { 0, 0, 10, -7, 0, 0, 0, 0, 2, -2, 0 }, 99.91806, 0.00003, 0.222 }, + { { 0, 0, 10, -7, 0, 0, 0, 0, 2, 0, 0 }, 279.91806, 0.00003, 0.032 }, + { { 0, 0, 10, -6, 0, 0, 0, 0, 2, -1, 0 }, 131.32170, 0.00003, 0.055 }, + { { 0, 0, 11, -21, 0, 0, 0, 0, -2, 0, 0 }, 232.61271, 0.00003, 0.040 }, + { { 0, 0, 11, -21, 0, 0, 0, 0, 0, -1, 0 }, 232.41752, 0.00002, 0.075 }, + { { 0, 0, 11, -21, 0, 0, 0, 0, 0, 1, 0 }, 52.41752, 0.00002, 0.076 }, + { { 0, 0, 11, -20, 0, 0, 0, 0, -2, 0, 0 }, 81.51839, 0.00005, 0.041 }, + { { 0, 0, 11, -20, 0, 0, 0, 0, 0, -1, 0 }, 81.51838, 0.00003, 0.078 }, + { { 0, 0, 11, -20, 0, 0, 0, 0, 0, 1, 0 }, 261.51838, 0.00003, 0.073 }, + { { 0, 0, 11, -19, 0, 0, 0, 0, -2, 0, 0 }, 110.25177, 0.00006, 0.042 }, + { { 0, 0, 11, -18, 0, 0, 0, 0, -2, 0, 0 }, 138.71684, 0.00007, 0.043 }, + { { 0, 0, 11, -18, 0, 0, 0, 0, 2, -3, 0 }, 152.05105, 0.00003, 0.074 }, + { { 0, 0, 11, -18, 0, 0, 0, 0, 2, -1, 0 }, 332.05105, 0.00003, 0.077 }, + { { 0, 0, 11, -17, 0, 0, 0, 0, -2, 0, 0 }, 166.49522, 0.00002, 0.044 }, + { { 0, 0, 11, -17, 0, 0, 0, 0, -2, 2, 0 }, 166.49522, 0.00002, 0.268 }, + { { 0, 0, 11, -16, 0, 0, 0, 0, 2, 0, 0 }, 30.07435, 0.00005, 0.037 }, + { { 0, 0, 11, -15, 0, 0, 0, 0, -2, 0, 0 }, 247.14602, 0.00003, 0.046 }, + { { 0, 0, 11, -15, 0, 0, 0, 0, -2, 2, 0 }, 67.14602, 0.00003, 0.208 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, 2, -3, 0 }, 87.97054, 0.00003, 0.087 }, + { { 0, 0, 11, -14, 0, 0, 0, 0, 2, -1, 0 }, 267.97054, 0.00003, 0.066 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, -2, 0, 0 }, 121.40976, 0.00004, 0.048 }, + { { 0, 0, 11, -13, 0, 0, 0, 0, 2, -1, 0 }, 296.60646, 0.00004, 0.064 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, 2, -2, 0 }, 144.52383, 0.00002, 0.351 }, + { { 0, 0, 11, -12, 0, 0, 0, 0, 2, 0, 0 }, 144.52383, 0.00002, 0.034 }, + { { 0, 0, 11, -10, 0, 0, 0, 0, 2, 0, 0 }, 229.56226, 0.00008, 0.033 }, + { { 0, 0, 11, -9, 0, 0, 0, 0, 2, 0, 0 }, 258.92672, 0.00006, 0.032 }, + { { 0, 0, 11, -8, 0, 0, 0, 0, 2, 0, 0 }, 281.78785, 0.00005, 0.032 }, + { { 0, 0, 12, -26, 0, 0, 0, 0, -2, 1, 0 }, 116.86990, 0.00005, 0.075 }, + { { 0, 0, 12, -22, 0, 0, 0, 0, -2, 0, 0 }, 232.50304, 0.00003, 0.041 }, + { { 0, 0, 12, -21, 0, 0, 0, 0, -2, 0, 0 }, 81.35654, 0.00002, 0.042 }, + { { 0, 0, 12, -21, 0, 0, 0, 0, -2, 2, 0 }, 81.35654, 0.00002, 0.383 }, + { { 0, 0, 12, -20, 0, 0, 0, 0, -2, 0, 0 }, 110.01350, 0.00006, 0.043 }, + { { 0, 0, 12, -19, 0, 0, 0, 0, -2, 0, 0 }, 138.33888, 0.00005, 0.044 }, + { { 0, 0, 12, -18, 0, 0, 0, 0, 2, -3, 0 }, 1.01129, 0.00003, 0.079 }, + { { 0, 0, 12, -18, 0, 0, 0, 0, 2, -1, 0 }, 181.01129, 0.00003, 0.072 }, + { { 0, 0, 12, -17, 0, 0, 0, 0, 2, -1, 0 }, 210.00937, 0.00005, 0.069 }, + { { 0, 0, 12, -17, 0, 0, 0, 0, 2, 0, 0 }, 30.00937, 0.00004, 0.036 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, -2, 0, 0 }, 247.06576, 0.00003, 0.047 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, -2, 2, 0 }, 67.06576, 0.00003, 0.190 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, 2, -2, 0 }, 238.96065, 0.00003, 0.582 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, 2, -1, 0 }, 238.96065, 0.00005, 0.067 }, + { { 0, 0, 12, -16, 0, 0, 0, 0, 2, 0, 0 }, 58.96065, 0.00003, 0.035 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, -2, 0, 0 }, 93.24294, 0.00006, 0.048 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, 2, -2, 0 }, 267.78052, 0.00003, 0.444 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, 2, -1, 0 }, 267.78052, 0.00004, 0.064 }, + { { 0, 0, 12, -15, 0, 0, 0, 0, 2, 0, 0 }, 87.78052, 0.00003, 0.035 }, + { { 0, 0, 12, -14, 0, 0, 0, 0, -2, 0, 0 }, 123.87763, 0.00003, 0.050 }, + { { 0, 0, 12, -14, 0, 0, 0, 0, 2, 0, 0 }, 116.02189, 0.00004, 0.034 }, + { { 0, 0, 12, -11, 0, 0, 0, 0, 2, -2, 0 }, 224.29011, 0.00002, 0.228 }, + { { 0, 0, 12, -11, 0, 0, 0, 0, 2, 0, 0 }, 224.17999, 0.00005, 0.032 }, + { { 0, 0, 12, -10, 0, 0, 0, 0, 2, 0, 0 }, 252.78022, 0.00004, 0.032 }, + { { 0, 0, 12, -9, 0, 0, 0, 0, 2, 0, 0 }, 281.61329, 0.00004, 0.031 }, + { { 0, 0, 13, -21, 0, 0, 0, 0, -2, 0, 0 }, 109.74060, 0.00002, 0.044 }, + { { 0, 0, 13, -21, 0, 0, 0, 0, -2, 2, 0 }, 109.74060, 0.00002, 0.277 }, + { { 0, 0, 13, -21, 0, 0, 0, 0, 2, -3, 0 }, 299.68501, 0.00003, 0.076 }, + { { 0, 0, 13, -21, 0, 0, 0, 0, 2, -1, 0 }, 119.68501, 0.00003, 0.075 }, + { { 0, 0, 13, -18, 0, 0, 0, 0, 2, 0, 0 }, 29.92614, 0.00004, 0.036 }, + { { 0, 0, 13, -17, 0, 0, 0, 0, -2, 0, 0 }, 246.96487, 0.00005, 0.048 }, + { { 0, 0, 13, -17, 0, 0, 0, 0, 2, 0, 0 }, 58.82488, 0.00005, 0.035 }, + { { 0, 0, 13, -16, 0, 0, 0, 0, -2, 0, 0 }, 94.95771, 0.00004, 0.049 }, + { { 0, 0, 13, -16, 0, 0, 0, 0, 2, 0, 0 }, 87.54893, 0.00005, 0.034 }, + { { 0, 0, 13, -15, 0, 0, 0, 0, -2, 0, 0 }, 123.61645, 0.00002, 0.051 }, + { { 0, 0, 13, -15, 0, 0, 0, 0, -2, 2, 0 }, 303.61645, 0.00002, 0.147 }, + { { 0, 0, 13, -15, 0, 0, 0, 0, 2, 0, 0 }, 115.82057, 0.00004, 0.034 }, + { { 0, 0, 13, -12, 0, 0, 0, 0, 2, 0, 0 }, 224.05743, 0.00003, 0.032 }, + { { 0, 0, 14, -23, 0, 0, 0, 0, 2, -1, 0 }, 46.53989, 0.00004, 0.075 }, + { { 0, 0, 14, -21, 0, 0, 0, 0, -2, 0, 0 }, 317.38286, 0.00003, 0.046 }, + { { 0, 0, 14, -18, 0, 0, 0, 0, -2, 0, 0 }, 246.85441, 0.00005, 0.049 }, + { { 0, 0, 14, -18, 0, 0, 0, 0, 2, 0, 0 }, 58.65925, 0.00004, 0.034 }, + { { 0, 0, 14, -17, 0, 0, 0, 0, 2, 0, 0 }, 87.27202, 0.00004, 0.034 }, + { { 0, 0, 14, -16, 0, 0, 0, 0, -2, 0, 0 }, 123.34996, 0.00002, 0.052 }, + { { 0, 0, 14, -16, 0, 0, 0, 0, -2, 2, 0 }, 123.34996, 0.00002, 0.138 }, + { { 0, 0, 14, -12, 0, 0, 0, 0, 2, -2, 0 }, 73.09262, 0.00003, 0.171 }, + { { 0, 0, 14, -12, 0, 0, 0, 0, 2, 0, 0 }, 253.09262, 0.00003, 0.031 }, + { { 0, 0, 15, -20, 0, 0, 0, 0, 2, 0, 0 }, 29.73739, 0.00003, 0.034 }, + { { 0, 0, 15, -19, 0, 0, 0, 0, -2, 0, 0 }, 246.71998, 0.00005, 0.050 }, + { { 0, 0, 15, -19, 0, 0, 0, 0, 2, -2, 0 }, 238.48507, 0.00002, 0.320 }, + { { 0, 0, 15, -19, 0, 0, 0, 0, 2, 0, 0 }, 58.48507, 0.00002, 0.034 }, + { { 0, 0, 15, -13, 0, 0, 0, 0, 2, 0, 0 }, 252.84332, 0.00004, 0.030 }, + { { 0, 0, 15, -12, 0, 0, 0, 0, 2, -2, 0 }, 101.64001, 0.00002, 0.146 }, + { { 0, 0, 15, -12, 0, 0, 0, 0, 2, 0, 0 }, 281.64001, 0.00002, 0.030 }, + { { 0, 0, 16, -20, 0, 0, 0, 0, -2, 0, 0 }, 246.56447, 0.00002, 0.052 }, + { { 0, 0, 16, -20, 0, 0, 0, 0, -2, 2, 0 }, 246.56447, 0.00002, 0.140 }, + { { 0, 0, 16, -20, 0, 0, 0, 0, 2, 0, 0 }, 58.24944, 0.00003, 0.033 }, + { { 0, 0, 17, -20, 0, 0, 0, 0, -2, 0, 0 }, 274.98776, 0.00003, 0.054 }, + { { 0, 0, 17, -20, 0, 0, 0, 0, -2, 2, 0 }, 94.98776, 0.00003, 0.123 }, + { { 0, 0, 18, -21, 0, 0, 0, 0, -2, 0, 0 }, 274.70038, 0.00005, 0.056 }, + { { 0, 0, 18, -20, 0, 0, 0, 0, -2, 0, 0 }, 302.83122, 0.00003, 0.058 }, + { { 0, 0, 18, -20, 0, 0, 0, 0, -2, 2, 0 }, 122.83122, 0.00003, 0.109 }, + { { 0, 0, 19, -21, 0, 0, 0, 0, -2, 0, 0 }, 302.33767, 0.00002, 0.059 }, + { { 0, 0, 19, -21, 0, 0, 0, 0, -2, 2, 0 }, 302.33767, 0.00002, 0.104 }, + { { 0, 0, 37, -48, 0, 0, 0, 0, -2, 0, 0 }, 222.29550, 0.00002, 0.075 }, + { { 0, 0, 37, -48, 0, 0, 0, 0, -2, 2, 0 }, 42.29550, 0.00002, 0.075 }, + { { 0, 1, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 71.06990, 0.00020, 0.033 }, + { { 0, 1, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 252.04854, 0.00005, 0.186 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, -4, 0, 0 }, 160.47271, 0.00006, 0.019 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 160.21061, 0.00019, 0.063 }, + { { 0, 1, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 8.35958, 0.00004, 0.385 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 106.09845, 0.00005, 0.036 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 295.97335, 0.00005, 0.067 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, 0, -2, 0 }, 69.42181, 0.00002, 0.033 }, + { { 0, 1, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 69.42181, 0.00002, 0.296 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 302.73818, 0.00021, 0.037 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 141.85538, 0.00006, 0.072 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 257.94221, 0.00002, 0.035 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 244.41935, 0.00002, 0.064 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 257.94221, 0.00002, 0.421 }, + { { 0, 1, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 64.41935, 0.00002, 0.092 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 61.65773, 0.00007, 0.078 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, -1, 1 }, 28.16297, 0.00003, 0.074 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, -1, 1, 1 }, 208.16297, 0.00003, 0.077 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 331.21795, 0.00004, 0.068 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 151.21795, 0.00004, 0.084 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 2, -3, 0 }, 159.64038, 0.00003, 0.061 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 159.64038, 0.00003, 0.099 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 17.44240, 0.00008, 0.043 }, + { { 0, 1, -3, 0, 0, 0, 0, 0, 2, 2, 0 }, 18.21808, 0.00003, 0.020 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 115.70713, 0.00044, 0.040 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 75.68938, 0.00004, 0.084 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, -1, 1 }, 270.38629, 0.00002, 0.080 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 0, 1 }, 67.77681, 0.00003, 1.472 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 1, -1 }, 115.95776, 0.00004, 0.077 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 1, 1 }, 90.38629, 0.00002, 0.072 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, -1, 2, 1 }, 273.98463, 0.00002, 0.037 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -3, 2 }, 289.48808, 0.00002, 0.075 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 42.94839, 0.00002, 0.073 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, -1, 2 }, 101.55514, 0.00006, 0.076 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 179.29612, 0.00003, 2.670 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 222.94839, 0.00002, 0.078 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, -2, 1 }, 167.48486, 0.00002, 0.913 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, -1, -1 }, 293.70408, 0.00003, 0.068 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, -1, 1 }, 311.86021, 0.00006, 0.082 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 0, -1 }, 270.58118, 0.00008, 0.700 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 0, 1 }, 347.48486, 0.00002, 0.039 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 1, -1 }, 113.70408, 0.00003, 0.085 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 1, 2, -1 }, 90.11553, 0.00003, 0.040 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 295.60318, 0.00004, 0.090 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 281.29447, 0.00003, 0.041 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 4, -2, 0 }, 288.11614, 0.00002, 0.044 }, + { { 0, 1, -2, 0, 0, 0, 0, 0, 4, 0, 0 }, 108.11614, 0.00002, 0.020 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 171.53584, 0.00019, 0.041 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, -2, 1, 0 }, 0.24826, 0.00009, 0.092 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, -1, 0 }, 191.61513, 0.00005, 0.079 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 18.30833, 0.00009, 1.599 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 0, 1, 0 }, 11.61513, 0.00005, 0.072 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, -1, 0 }, 207.30913, 0.00006, 0.083 }, + { { 0, 1, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 218.78424, 0.00004, 0.039 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -4, 0, 0 }, 249.60029, 0.00005, 0.021 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 0, 0 }, 108.64402, 0.00003, 0.043 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 1, 0 }, 73.20048, 0.00026, 0.101 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 2, 0 }, 178.22854, 0.00003, 0.294 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -2, 3, 0 }, 281.60293, 0.00003, 0.060 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, -1, 1 }, 89.88529, 0.00002, 0.095 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, -1 }, 190.66809, 0.00005, 0.041 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 1 }, 269.88529, 0.00002, 0.373 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 1, 1 }, 269.88529, 0.00002, 0.063 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, -1, 2, 1 }, 269.88529, 0.00002, 0.034 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, 0 }, 195.58666, 0.00004, 0.086 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 22.00317, 0.00003, 0.615 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, 15.58666, 0.00004, 0.067 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 90.10629, 0.00013, 0.076 }, + { { 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 239.68688, 0.00027, 0.038 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -2, -2, 0 }, 161.87100, 0.00002, 0.021 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -2, 0, 0 }, 162.58952, 0.00008, 0.045 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, -2, 1, 0 }, 8.99684, 0.00004, 0.113 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 189.74282, 0.00009, 0.381 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 2, -3, 0 }, 352.27463, 0.00002, 0.081 }, + { { 0, 1, 1, 0, 0, 0, 0, 0, 2, -1, 0 }, 352.27463, 0.00002, 0.071 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 2, -1, 0 }, 181.31338, 0.00006, 0.066 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0 }, 266.09032, 0.00018, 0.035 }, + { { 0, 1, 2, 0, 0, 0, 0, 0, 2, 2, 0 }, 275.52492, 0.00003, 0.018 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0 }, 110.34109, 0.00005, 0.216 }, + { { 0, 1, 3, 0, 0, 0, 0, 0, 2, 0, 0 }, 302.38270, 0.00020, 0.034 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, 2, 0, 0 }, 13.54402, 0.00002, 0.033 }, + { { 0, 1, 4, 0, 0, 0, 0, 0, 2, 2, 0 }, 193.54402, 0.00002, 0.018 }, + { { 0, 1, 5, 0, 0, 0, 0, 0, 2, -1, 0 }, 317.24913, 0.00004, 0.055 }, + { { 0, 1, 5, 0, 0, 0, 0, 0, 2, 0, 0 }, 326.77635, 0.00010, 0.032 }, + { { 0, 1, 6, 0, 0, 0, 0, 0, 2, -2, 0 }, 216.18434, 0.00003, 0.171 }, + { { 0, 1, 6, 0, 0, 0, 0, 0, 2, 0, 0 }, 36.18434, 0.00003, 0.031 }, + { { 0, 2, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 71.11980, 0.00021, 0.034 }, + { { 0, 2, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 71.51105, 0.00003, 0.032 }, + { { 0, 2, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 251.51105, 0.00003, 0.211 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, -4, 0, 0 }, 160.42918, 0.00005, 0.019 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 160.20932, 0.00018, 0.066 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 346.44744, 0.00002, 0.059 }, + { { 0, 2, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 166.44744, 0.00002, 0.105 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 137.90597, 0.00003, 0.036 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 319.72141, 0.00002, 0.070 }, + { { 0, 2, -6, 0, 0, 0, 0, 0, -2, 3, 0 }, 139.72141, 0.00002, 0.081 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 303.17533, 0.00019, 0.038 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 254.25467, 0.00003, 0.076 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, -2, 3, 0 }, 191.32818, 0.00002, 0.075 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 238.89788, 0.00004, 0.572 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 2, -2, 0 }, 79.93304, 0.00002, 0.284 }, + { { 0, 2, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 259.93304, 0.00002, 0.044 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 19.63488, 0.00004, 0.039 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 355.39585, 0.00007, 0.082 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, -1, 1 }, 210.03600, 0.00002, 0.077 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 1, -1 }, 147.07577, 0.00002, 0.075 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 1, 1 }, 30.03600, 0.00002, 0.074 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, -1, 3, -1 }, 327.07577, 0.00002, 0.076 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 69.70947, 0.00003, 0.071 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 249.70947, 0.00003, 0.080 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, -3, 0 }, 324.34784, 0.00003, 0.063 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 144.34784, 0.00003, 0.093 }, + { { 0, 2, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 36.94740, 0.00014, 0.042 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, -1, 0 }, 115.64869, 0.00007, 0.026 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 21.43923, 0.00030, 0.041 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 102.76193, 0.00034, 0.089 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, -2, 2, 0 }, 229.80834, 0.00002, 0.494 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -2, 0 }, 84.84427, 0.00002, 0.038 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 108.27203, 0.00051, 0.077 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 214.01564, 0.00006, 3.983 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 288.36269, 0.00047, 0.074 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 0, 2, 0 }, 287.73117, 0.00002, 0.037 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -2, -1 }, 261.60283, 0.00002, 0.037 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -2, 1 }, 253.71954, 0.00002, 2.131 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, -1, -1 }, 72.69259, 0.00004, 0.071 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 0, -1 }, 267.45758, 0.00007, 1.246 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 0, 1 }, 15.05776, 0.00004, 0.038 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 1, 1, -1 }, 252.69259, 0.00004, 0.080 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, -3, 0 }, 132.23962, 0.00002, 0.068 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, -2, 0 }, 231.33143, 0.00002, 0.657 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 287.19142, 0.00046, 0.085 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 287.34107, 0.00019, 0.040 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 2, 2, 0 }, 107.01968, 0.00002, 0.019 }, + { { 0, 2, -3, 0, 0, 0, 0, 0, 4, 0, 0 }, 108.17297, 0.00005, 0.020 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, -2, 0 }, 343.29625, 0.00003, 0.020 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 143.88984, 0.00010, 0.043 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, -2, 0 }, 196.29491, 0.00003, 0.040 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 47.68262, 0.00002, 0.799 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 79.60530, 0.00003, 1.912 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 223.43583, 0.00009, 0.079 }, + { { 0, 2, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 259.60530, 0.00003, 0.038 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -4, 0, 0 }, 72.09921, 0.00005, 0.021 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 234.93527, 0.00022, 0.044 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -2, 1, 0 }, 250.51329, 0.00035, 0.108 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 0, 1 }, 269.88512, 0.00006, 0.303 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, -1, 1, -1 }, 269.88511, 0.00005, 0.097 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, -1, 0 }, 129.92718, 0.00006, 0.091 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 3.34213, 0.00006, 0.444 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 0, 1, 0 }, 349.39992, 0.00005, 0.064 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, -2, 1 }, 155.22381, 0.00002, 0.653 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 1, 0, 1 }, 155.22381, 0.00002, 0.036 }, + { { 0, 2, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 229.17431, 0.00021, 0.037 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, -2, 0, 0 }, 162.74379, 0.00005, 0.047 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 0, -1, 0 }, 161.80200, 0.00003, 0.100 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 32.24349, 0.00004, 0.308 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, 341.80200, 0.00003, 0.061 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 2, -3, 0 }, 355.75507, 0.00003, 0.085 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 99.27309, 0.00006, 0.068 }, + { { 0, 2, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 262.22109, 0.00007, 0.036 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 0, -1, 0 }, 98.41556, 0.00004, 0.111 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 305.28945, 0.00004, 0.235 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 0, 1, 0 }, 278.41556, 0.00004, 0.057 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 2, -3, 0 }, 164.26774, 0.00002, 0.093 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 2, -1, 0 }, 164.26774, 0.00002, 0.064 }, + { { 0, 2, 1, 0, 0, 0, 0, 0, 2, 0, 0 }, 203.47164, 0.00026, 0.034 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0 }, 110.29190, 0.00005, 0.190 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 2, -3, 0 }, 151.49754, 0.00002, 0.102 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 2, -2, 0 }, 225.02914, 0.00002, 0.288 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 2, -1, 0 }, 151.49754, 0.00002, 0.060 }, + { { 0, 2, 2, 0, 0, 0, 0, 0, 2, 0, 0 }, 297.12999, 0.00018, 0.033 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0 }, 19.79004, 0.00003, 0.160 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 2, -1, 0 }, 19.69575, 0.00023, 0.056 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 2, 0, 0 }, 13.54384, 0.00002, 0.032 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 2, 1, 0 }, 199.38414, 0.00005, 0.023 }, + { { 0, 2, 3, 0, 0, 0, 0, 0, 2, 2, 0 }, 193.54384, 0.00002, 0.017 }, + { { 0, 2, 4, 0, 0, 0, 0, 0, 2, -2, 0 }, 323.62010, 0.00003, 0.183 }, + { { 0, 2, 4, 0, 0, 0, 0, 0, 2, 0, 0 }, 143.62010, 0.00003, 0.031 }, + { { 0, 2, 5, 0, 0, 0, 0, 0, 2, -2, 0 }, 215.14479, 0.00002, 0.154 }, + { { 0, 2, 5, 0, 0, 0, 0, 0, 2, 0, 0 }, 35.14479, 0.00002, 0.030 }, + { { 0, 3, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 71.17906, 0.00021, 0.035 }, + { { 0, 3, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 57.30083, 0.00003, 0.064 }, + { { 0, 3, -9, 0, 0, 0, 0, 0, -2, 3, 0 }, 237.30083, 0.00003, 0.092 }, + { { 0, 3, -9, 0, 0, 0, 0, 0, 0, -2, 0 }, 71.52631, 0.00003, 0.033 }, + { { 0, 3, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 251.52631, 0.00003, 0.243 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -4, 0, 0 }, 160.38872, 0.00003, 0.019 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -4, 2, 0 }, 160.38872, 0.00003, 0.038 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 161.76366, 0.00015, 0.036 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 160.20656, 0.00018, 0.068 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 346.44111, 0.00002, 0.061 }, + { { 0, 3, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 166.44111, 0.00002, 0.099 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, -1, 2 }, 227.63746, 0.00004, 0.075 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 137.60758, 0.00003, 0.037 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, -2, 1, 2 }, 47.63746, 0.00004, 0.076 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 60.17014, 0.00002, 0.065 }, + { { 0, 3, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 240.17014, 0.00002, 0.090 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 319.07613, 0.00018, 0.039 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 278.62269, 0.00004, 0.079 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 335.61028, 0.00002, 1.537 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, -1, 1 }, 122.00066, 0.00003, 0.075 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, -1, 1, 1 }, 302.00066, 0.00003, 0.076 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, -2, 0 }, 57.27848, 0.00002, 0.036 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 237.27848, 0.00002, 0.890 }, + { { 0, 3, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 238.46794, 0.00005, 0.042 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 301.03926, 0.00017, 0.040 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 289.43433, 0.00011, 0.086 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 305.13574, 0.00018, 0.075 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 305.81156, 0.00003, 8.102 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 125.13574, 0.00018, 0.076 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, -2, 0 }, 63.85440, 0.00002, 0.527 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 98.65962, 0.00012, 0.088 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 90.35427, 0.00013, 0.041 }, + { { 0, 3, -5, 0, 0, 0, 0, 0, 2, 2, 0 }, 42.79754, 0.00003, 0.020 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, -1, 0 }, 118.11521, 0.00002, 0.027 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 108.97703, 0.00039, 0.042 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 92.45517, 0.00018, 0.094 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, -1, 0, 0 }, 280.89567, 0.00006, 0.087 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 101.64024, 0.00030, 0.081 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 203.43612, 0.00005, 1.141 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 282.58781, 0.00026, 0.071 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -2, 0 }, 115.61755, 0.00003, 0.075 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, -1, 1 }, 45.93821, 0.00004, 0.075 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, -1 }, 270.11405, 0.00004, 5.644 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, 0 }, 281.16673, 0.00035, 0.075 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 1, 0, 1 }, 31.90229, 0.00005, 0.037 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 291.46727, 0.00019, 0.081 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 290.13498, 0.00002, 0.039 }, + { { 0, 3, -4, 0, 0, 0, 0, 0, 4, 0, 0 }, 108.22105, 0.00004, 0.020 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 350.03935, 0.00015, 0.044 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 0, -2, 0 }, 192.93214, 0.00004, 0.041 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 154.38632, 0.00015, 0.075 }, + { { 0, 3, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 256.41968, 0.00005, 0.038 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 243.12209, 0.00053, 0.046 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 251.59572, 0.00045, 0.116 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, -1, 0, -1 }, 106.71680, 0.00007, 0.044 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 56.60987, 0.00004, 0.096 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 335.87261, 0.00006, 0.348 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 236.60987, 0.00004, 0.062 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, -3, 1 }, 234.11232, 0.00002, 0.090 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, -1, -1 }, 54.11039, 0.00002, 0.087 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, -1, 1 }, 54.11232, 0.00002, 0.065 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 0, -1 }, 204.99035, 0.00004, 0.549 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 1, 1, -1 }, 234.11039, 0.00002, 0.066 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 308.41420, 0.00004, 0.907 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 243.65792, 0.00040, 0.036 }, + { { 0, 3, -2, 0, 0, 0, 0, 0, 3, -1, -1 }, 335.37157, 0.00004, 0.075 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 83.72073, 0.00006, 0.048 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 2, -1, 0 }, 81.50723, 0.00005, 0.065 }, + { { 0, 3, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 291.04037, 0.00006, 0.035 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 289.70802, 0.00003, 0.205 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 76.76014, 0.00006, 0.061 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 236.19470, 0.00045, 0.034 }, + { { 0, 3, 0, 0, 0, 0, 0, 0, 2, 2, 0 }, 108.89549, 0.00002, 0.018 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 110.26493, 0.00006, 0.170 }, + { { 0, 3, 1, 0, 0, 0, 0, 0, 2, 0, 0 }, 290.64914, 0.00020, 0.033 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0 }, 193.54423, 0.00005, 0.145 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 2, 0, 0 }, 16.42646, 0.00022, 0.032 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 2, 2, 0 }, 13.54426, 0.00002, 0.017 }, + { { 0, 3, 2, 0, 0, 0, 0, 0, 4, 0, 0 }, 18.82059, 0.00005, 0.018 }, + { { 0, 3, 3, 0, 0, 0, 0, 0, 2, 0, 0 }, 282.71220, 0.00004, 0.031 }, + { { 0, 3, 4, 0, 0, 0, 0, 0, 2, 0, 0 }, 36.10807, 0.00004, 0.030 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 71.24133, 0.00021, 0.035 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 77.60681, 0.00002, 0.067 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, -2, 3, 0 }, 257.60681, 0.00002, 0.087 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, 0, -2, 0 }, 71.54758, 0.00003, 0.033 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 251.54758, 0.00003, 0.060 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 251.54758, 0.00003, 0.286 }, + { { 0, 4, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 71.54758, 0.00003, 0.102 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -4, 0, 0 }, 160.35089, 0.00002, 0.019 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -4, 2, 0 }, 160.35089, 0.00002, 0.039 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 161.49181, 0.00014, 0.037 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, 0, -2, 0 }, 145.47122, 0.00002, 0.034 }, + { { 0, 4, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 325.47122, 0.00002, 0.400 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 57.82212, 0.00003, 0.077 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 57.46061, 0.00003, 0.068 }, + { { 0, 4, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 237.46061, 0.00003, 0.085 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 307.18581, 0.00040, 0.040 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 182.39234, 0.00006, 0.083 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 314.59384, 0.00004, 0.073 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 134.59384, 0.00004, 0.078 }, + { { 0, 4, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 106.01195, 0.00004, 0.091 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 324.32159, 0.00007, 0.041 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 274.68624, 0.00002, 0.091 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, 2, 0 }, 165.55503, 0.00003, 0.439 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, -2, 3, 0 }, 94.68624, 0.00002, 0.064 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 344.56756, 0.00008, 0.078 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 321.43840, 0.00004, 1.992 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 164.56756, 0.00008, 0.073 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 1, -1, 1 }, 126.64922, 0.00004, 0.077 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 197.14915, 0.00020, 0.040 }, + { { 0, 4, -6, 0, 0, 0, 0, 0, 2, 2, 0 }, 18.49190, 0.00003, 0.019 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 288.84054, 0.00022, 0.043 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 293.86532, 0.00002, 0.100 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 66.32927, 0.00002, 0.305 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -2, 3, 0 }, 113.86532, 0.00002, 0.060 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 0, -1 }, 20.76355, 0.00002, 0.041 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, -1, 2, -1 }, 200.76355, 0.00002, 0.450 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 54.42127, 0.00008, 0.085 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 187.40576, 0.00005, 0.666 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 211.27460, 0.00005, 0.068 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 0, 2, 0 }, 82.69047, 0.00003, 0.036 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, -1, -1 }, 336.72078, 0.00002, 0.078 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, -1, 1 }, 231.13688, 0.00006, 0.071 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 0, -1 }, 270.11129, 0.00002, 2.231 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 0, 1 }, 31.10125, 0.00004, 0.037 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 1, -1 }, 156.72078, 0.00002, 0.073 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 1, 2, -1 }, 270.11129, 0.00002, 0.037 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 38.07690, 0.00010, 0.077 }, + { { 0, 4, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 319.14573, 0.00006, 0.038 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 344.26229, 0.00010, 0.045 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, -2, 2, 0 }, 13.79629, 0.00002, 0.234 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 181.33161, 0.00003, 0.042 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 165.23652, 0.00002, 0.400 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 143.51507, 0.00006, 0.072 }, + { { 0, 4, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 273.91409, 0.00004, 0.037 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 241.26904, 0.00026, 0.047 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, -2, 1, 0 }, 251.88601, 0.00046, 0.125 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 8.03469, 0.00002, 0.103 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 1.94680, 0.00003, 0.286 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 188.03469, 0.00002, 0.060 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 0, 2, 0 }, 1.94680, 0.00003, 0.033 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 1, 0, -1 }, 204.10218, 0.00004, 0.408 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, -3, 0 }, 291.90102, 0.00002, 0.087 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 291.90102, 0.00002, 0.067 }, + { { 0, 4, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 234.09308, 0.00019, 0.035 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, -2, 0, 0 }, 339.38400, 0.00014, 0.049 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, -2, 1, 0 }, 151.72528, 0.00004, 0.143 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 2, -3, 0 }, 146.25997, 0.00003, 0.095 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 2, -2, 0 }, 135.73126, 0.00003, 0.367 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 326.25997, 0.00003, 0.063 }, + { { 0, 4, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 302.92725, 0.00007, 0.034 }, + { { 0, 4, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 243.88387, 0.00028, 0.033 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 109.71889, 0.00004, 0.154 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 2, -2, 0 }, 323.65364, 0.00002, 0.212 }, + { { 0, 4, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 293.71425, 0.00021, 0.032 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, 2, 0, 0 }, 13.54469, 0.00002, 0.031 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, 2, 2, 0 }, 193.54469, 0.00002, 0.017 }, + { { 0, 4, 1, 0, 0, 0, 0, 0, 4, 0, 0 }, 18.01556, 0.00003, 0.018 }, + { { 0, 4, 2, 0, 0, 0, 0, 0, 2, -3, 0 }, 303.43590, 0.00002, 0.153 }, + { { 0, 4, 2, 0, 0, 0, 0, 0, 2, -1, 0 }, 303.43590, 0.00002, 0.050 }, + { { 0, 4, 2, 0, 0, 0, 0, 0, 2, 0, 0 }, 312.19534, 0.00005, 0.030 }, + { { 0, 4, 3, 0, 0, 0, 0, 0, 2, 0, 0 }, 37.00480, 0.00003, 0.029 }, + { { 0, 5, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 330.32651, 0.00004, 0.065 }, + { { 0, 5, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 71.30282, 0.00021, 0.036 }, + { { 0, 5, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 251.57156, 0.00003, 0.062 }, + { { 0, 5, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 251.57156, 0.00006, 0.348 }, + { { 0, 5, -11, 0, 0, 0, 0, 0, 0, 1, 0 }, 71.57156, 0.00003, 0.096 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 148.24389, 0.00002, 0.075 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, -2, 3, 0 }, 148.24389, 0.00002, 0.076 }, + { { 0, 5, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 324.68538, 0.00004, 0.534 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, -1, 0, 0 }, 46.48635, 0.00006, 0.076 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 34.18855, 0.00003, 0.071 }, + { { 0, 5, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 214.18855, 0.00003, 0.081 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 306.98632, 0.00036, 0.041 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 322.47304, 0.00004, 0.088 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 12.46665, 0.00004, 0.076 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 192.46665, 0.00004, 0.075 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, -3, 0 }, 295.40906, 0.00003, 0.067 }, + { { 0, 5, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 115.40906, 0.00003, 0.086 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 47.47098, 0.00008, 0.042 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 192.64667, 0.00005, 0.097 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 176.92522, 0.00007, 0.082 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 332.23467, 0.00003, 0.887 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 356.92522, 0.00007, 0.070 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, -3, 1 }, 1.14606, 0.00003, 0.078 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, -1, -1 }, 135.40023, 0.00003, 0.076 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, -1, 1 }, 181.14606, 0.00003, 0.073 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 1, 1, -1 }, 315.40023, 0.00003, 0.075 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, -3, 0 }, 251.67728, 0.00002, 0.072 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 71.67728, 0.00002, 0.079 }, + { { 0, 5, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 199.55511, 0.00022, 0.039 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -2, 1, 0 }, 347.53401, 0.00005, 0.107 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 0, -1 }, 20.25865, 0.00002, 0.042 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, -1, 2, -1 }, 200.25865, 0.00002, 0.351 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, -2, 0 }, 190.06846, 0.00003, 0.041 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 353.41196, 0.00003, 0.090 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 241.37209, 0.00007, 0.470 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 173.41196, 0.00003, 0.065 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 1, 0, 1 }, 30.45206, 0.00003, 0.036 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -1, -2 }, 106.75491, 0.00007, 0.076 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 270.89587, 0.00017, 0.073 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 94.85443, 0.00007, 0.037 }, + { { 0, 5, -6, 0, 0, 0, 0, 0, 2, 1, -2 }, 286.75491, 0.00007, 0.075 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 345.57480, 0.00011, 0.046 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 343.05765, 0.00002, 0.099 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 29.71886, 0.00002, 0.320 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 163.05765, 0.00002, 0.061 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 0, 2, 0 }, 29.71886, 0.00002, 0.034 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 87.72857, 0.00004, 0.068 }, + { { 0, 5, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 267.72919, 0.00004, 0.036 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 244.94383, 0.00027, 0.049 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, -2, 1, 0 }, 252.36498, 0.00043, 0.136 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 91.70947, 0.00003, 0.110 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 271.70947, 0.00003, 0.058 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, 0, -1 }, 203.36223, 0.00004, 0.325 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 1, 0, 1 }, 216.05989, 0.00003, 0.033 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, -3, 0 }, 113.94537, 0.00002, 0.092 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 10.86309, 0.00006, 0.064 }, + { { 0, 5, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 231.97290, 0.00016, 0.035 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 164.26103, 0.00004, 0.051 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 325.74031, 0.00003, 0.060 }, + { { 0, 5, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 288.43231, 0.00005, 0.033 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, 0, -1, 0 }, 56.28151, 0.00002, 0.140 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, 0, 1, 0 }, 236.28151, 0.00002, 0.052 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, 2, -1, 0 }, 358.67182, 0.00005, 0.057 }, + { { 0, 5, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 254.27161, 0.00040, 0.032 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, 0, 0, 0 }, 109.75194, 0.00004, 0.140 }, + { { 0, 5, -1, 0, 0, 0, 0, 0, 2, 0, 0 }, 293.71650, 0.00021, 0.031 }, + { { 0, 5, 1, 0, 0, 0, 0, 0, 2, 0, 0 }, 313.65644, 0.00004, 0.030 }, + { { 0, 6, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 330.30579, 0.00003, 0.068 }, + { { 0, 6, -13, 0, 0, 0, 0, 0, -2, 3, 0 }, 150.30579, 0.00003, 0.085 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 71.36141, 0.00020, 0.037 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 262.05811, 0.00002, 0.073 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, -2, 3, 0 }, 262.05811, 0.00002, 0.078 }, + { { 0, 6, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 251.59613, 0.00006, 0.445 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -2, -1, 0 }, 340.28069, 0.00004, 0.025 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 217.14879, 0.00004, 0.079 }, + { { 0, 6, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 323.84167, 0.00003, 0.802 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 210.19227, 0.00002, 0.040 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 158.29838, 0.00002, 0.085 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 210.19227, 0.00002, 0.655 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, -2, 3, 0 }, 338.29838, 0.00002, 0.068 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 359.46567, 0.00002, 0.074 }, + { { 0, 6, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 179.46567, 0.00002, 0.077 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 282.14796, 0.00015, 0.042 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 298.30598, 0.00004, 0.093 }, + { { 0, 6, -9, 0, 0, 0, 0, 0, 1, -1, 1 }, 301.69719, 0.00006, 0.075 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 353.07356, 0.00005, 0.044 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 284.81724, 0.00008, 0.087 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -3, 0 }, 117.61876, 0.00004, 0.075 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 284.13153, 0.00047, 0.076 }, + { { 0, 6, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 199.61369, 0.00020, 0.038 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -2, 1, 0 }, 11.53131, 0.00006, 0.115 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, -1, 0, -1 }, 19.83189, 0.00004, 0.043 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, -2, 0 }, 213.53028, 0.00002, 0.042 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, -1, 0 }, 144.97616, 0.00003, 0.095 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 213.53028, 0.00002, 0.363 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 0, 1, 0 }, 324.97616, 0.00003, 0.062 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 1, -1, 1 }, 90.10049, 0.00005, 0.065 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, -2, 0 }, 91.44164, 0.00003, 1.021 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 281.92135, 0.00006, 0.070 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 91.44164, 0.00003, 0.036 }, + { { 0, 6, -7, 0, 0, 0, 0, 0, 2, 1, 0 }, 288.31918, 0.00003, 0.025 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 350.33202, 0.00010, 0.048 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 343.69110, 0.00003, 0.105 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 163.69110, 0.00003, 0.059 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 4.37305, 0.00010, 0.066 }, + { { 0, 6, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 236.22722, 0.00003, 0.035 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -4, 0, 0 }, 72.75996, 0.00003, 0.022 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -4, 2, 0 }, 252.75996, 0.00003, 0.055 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 244.34440, 0.00026, 0.050 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, -2, 1, 0 }, 252.75996, 0.00041, 0.149 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 0, -1, 0 }, 70.84561, 0.00005, 0.118 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 0, 1, 0 }, 250.84561, 0.00005, 0.056 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 30.61675, 0.00003, 0.062 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 68.02265, 0.00002, 0.034 }, + { { 0, 6, -5, 0, 0, 0, 0, 0, 2, 2, 0 }, 248.02265, 0.00002, 0.018 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 165.43651, 0.00004, 0.053 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 2, -3, 0 }, 339.14622, 0.00002, 0.108 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 339.14622, 0.00002, 0.058 }, + { { 0, 6, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 239.73536, 0.00003, 0.033 }, + { { 0, 6, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 280.90444, 0.00005, 0.056 }, + { { 0, 6, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 57.44602, 0.00003, 0.154 }, + { { 0, 6, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 237.44602, 0.00003, 0.050 }, + { { 0, 6, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 255.13440, 0.00034, 0.032 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 108.93433, 0.00003, 0.129 }, + { { 0, 6, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 299.25042, 0.00020, 0.031 }, + { { 0, 7, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 71.41597, 0.00019, 0.038 }, + { { 0, 7, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 251.61999, 0.00006, 0.617 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, -2, -1, 0 }, 340.24721, 0.00003, 0.026 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 333.46813, 0.00003, 0.039 }, + { { 0, 7, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 323.04839, 0.00003, 1.609 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 219.72951, 0.00004, 0.041 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, -2, 1, 0 }, 217.67704, 0.00007, 0.090 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 210.76434, 0.00002, 0.078 }, + { { 0, 7, -11, 0, 0, 0, 0, 0, 0, 1, 0 }, 30.76434, 0.00002, 0.073 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, -2, -2, 0 }, 305.98575, 0.00003, 0.020 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 276.39724, 0.00014, 0.043 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 70.57936, 0.00002, 0.084 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 233.02481, 0.00003, 0.725 }, + { { 0, 7, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 250.57936, 0.00002, 0.068 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 16.74038, 0.00003, 0.045 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, -2, 2, 0 }, 196.74038, 0.00003, 0.241 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 19.39993, 0.00003, 0.092 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 8.59703, 0.00005, 0.420 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 199.39993, 0.00003, 0.064 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, -3, 0 }, 53.46483, 0.00002, 0.079 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 233.46483, 0.00002, 0.072 }, + { { 0, 7, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 199.66826, 0.00017, 0.037 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 293.34094, 0.00017, 0.047 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 252.22899, 0.00002, 0.194 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, -1, 0, -1 }, 19.46886, 0.00003, 0.045 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 0, -2, 0 }, 200.07978, 0.00003, 0.043 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 126.49272, 0.00004, 0.101 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 200.07978, 0.00003, 0.296 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 306.49272, 0.00004, 0.060 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, -3, 0 }, 72.86869, 0.00002, 0.086 }, + { { 0, 7, -8, 0, 0, 0, 0, 0, 2, 1, 0 }, 288.33889, 0.00002, 0.024 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 352.79363, 0.00008, 0.049 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, -2, 2, 0 }, 10.01050, 0.00003, 0.163 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, -2, 0 }, 332.18242, 0.00003, 0.384 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, -1, 0 }, 356.02184, 0.00010, 0.063 }, + { { 0, 7, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 192.01434, 0.00009, 0.034 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -4, 0, 0 }, 72.78735, 0.00003, 0.023 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -4, 2, 0 }, 252.78735, 0.00003, 0.057 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, -2, 0, 0 }, 241.90536, 0.00025, 0.052 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 0, -1, 0 }, 95.09993, 0.00004, 0.127 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 252.50498, 0.00005, 0.186 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 0, 1, 0 }, 275.09993, 0.00004, 0.054 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 0, 2, 0 }, 55.19670, 0.00002, 0.031 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 1, 0, 1 }, 229.18600, 0.00004, 0.032 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 2, -1, 0 }, 60.43486, 0.00008, 0.059 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 215.07533, 0.00002, 0.033 }, + { { 0, 7, -6, 0, 0, 0, 0, 0, 2, 2, 0 }, 71.14125, 0.00002, 0.018 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, -2, 0, 0 }, 281.23788, 0.00006, 0.058 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, 0, -1, 0 }, 57.19770, 0.00002, 0.170 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, 0, 1, 0 }, 237.19770, 0.00002, 0.048 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 179.81728, 0.00003, 0.178 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 19.32998, 0.00005, 0.031 }, + { { 0, 7, -4, 0, 0, 0, 0, 0, 2, 2, 0 }, 236.94990, 0.00002, 0.017 }, + { { 0, 7, -3, 0, 0, 0, 0, 0, 2, 0, 0 }, 290.88206, 0.00017, 0.030 }, + { { 0, 7, -2, 0, 0, 0, 0, 0, 0, 0, 0 }, 195.71988, 0.00004, 0.107 }, + { { 0, 7, -2, 0, 0, 0, 0, 0, 0, 2, 0 }, 13.54044, 0.00002, 0.028 }, + { { 0, 7, -2, 0, 0, 0, 0, 0, 2, 0, 0 }, 16.43122, 0.00015, 0.029 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 151.76665, 0.00003, 0.037 }, + { { 0, 8, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 331.76665, 0.00003, 4.509 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 70.66357, 0.00015, 0.039 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 77.79756, 0.00002, 1.285 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 251.64234, 0.00005, 1.004 }, + { { 0, 8, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 105.66078, 0.00007, 0.042 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 185.32873, 0.00037, 0.040 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 183.94690, 0.00034, 0.087 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 173.96053, 0.00048, 0.075 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 325.61721, 0.00002, 238.919 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 1, 0 }, 354.01642, 0.00048, 0.075 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 2, 0 }, 351.29952, 0.00002, 0.038 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 7.10012, 0.00031, 0.087 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 2.84344, 0.00039, 0.040 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 185.72721, 0.00007, 0.044 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 232.33087, 0.00003, 0.499 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, -2, 0 }, 279.32480, 0.00003, 4.345 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, -1, 0 }, 276.25836, 0.00006, 0.074 }, + { { 0, 8, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 99.32480, 0.00003, 0.037 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 62.35257, 0.00002, 0.046 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 62.35257, 0.00002, 0.209 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 0, -1, 0 }, 18.81506, 0.00003, 0.098 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 353.83062, 0.00002, 0.333 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 0, 1, 0 }, 198.81506, 0.00003, 0.062 }, + { { 0, 8, -10, 0, 0, 0, 0, 0, 0, 2, 0 }, 17.59591, 0.00003, 0.034 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 288.84670, 0.00017, 0.048 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -1, 0, -1 }, 321.47924, 0.00002, 0.046 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, -1, 2, -1 }, 141.47924, 0.00002, 0.212 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, -2, 0 }, 200.09856, 0.00002, 0.044 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, -1, 0 }, 99.12852, 0.00004, 0.108 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 249.14724, 0.00005, 0.250 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 0, 1, 0 }, 279.12852, 0.00004, 0.058 }, + { { 0, 8, -9, 0, 0, 0, 0, 0, 1, 0, 1 }, 270.08183, 0.00006, 0.034 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -2, -2, 0 }, 343.88068, 0.00003, 0.022 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 348.87327, 0.00004, 0.051 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 355.51068, 0.00002, 0.148 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 359.76321, 0.00004, 0.061 }, + { { 0, 8, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 184.31246, 0.00009, 0.034 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -4, 0, 0 }, 72.80959, 0.00002, 0.023 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -4, 2, 0 }, 72.80959, 0.00002, 0.059 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, -2, 0, 0 }, 118.08016, 0.00006, 0.053 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 235.95131, 0.00009, 0.167 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 0, 2, 0 }, 65.66046, 0.00002, 0.031 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 1, 0, 1 }, 201.76139, 0.00004, 0.031 }, + { { 0, 8, -7, 0, 0, 0, 0, 0, 2, 0, 0 }, 210.42976, 0.00007, 0.033 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, 0, -2, 0 }, 165.56364, 0.00003, 0.051 }, + { { 0, 8, -6, 0, 0, 0, 0, 0, 0, 0, 0 }, 345.56364, 0.00003, 0.143 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, -2, 0, 0 }, 280.85483, 0.00003, 0.060 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, -2, 2, 0 }, 100.85483, 0.00003, 0.102 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, 0, 0, 0 }, 234.71618, 0.00002, 0.125 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, 0, 2, 0 }, 234.71618, 0.00002, 0.029 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, 2, -2, 0 }, 176.52229, 0.00002, 0.161 }, + { { 0, 8, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 42.26042, 0.00005, 0.031 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 2, -3, 0 }, 289.10777, 0.00002, 0.166 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 2, -2, 0 }, 294.99398, 0.00002, 0.138 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 109.10777, 0.00002, 0.049 }, + { { 0, 8, -4, 0, 0, 0, 0, 0, 2, 0, 0 }, 114.99398, 0.00002, 0.030 }, + { { 0, 8, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 195.91388, 0.00004, 0.100 }, + { { 0, 8, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 18.00070, 0.00002, 0.047 }, + { { 0, 8, -3, 0, 0, 0, 0, 0, 2, 1, 0 }, 198.00070, 0.00002, 0.021 }, + { { 0, 9, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 152.41707, 0.00003, 0.038 }, + { { 0, 9, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 332.41707, 0.00003, 2.477 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 266.51281, 0.00002, 0.040 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 86.51281, 0.00002, 0.712 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, 0, -1, 0 }, 263.11796, 0.00003, 0.073 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 251.66272, 0.00005, 2.701 }, + { { 0, 9, -15, 0, 0, 0, 0, 0, 0, 1, 0 }, 83.11796, 0.00003, 0.078 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, -2, -1, 0 }, 340.18131, 0.00002, 0.027 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 334.71042, 0.00003, 0.041 }, + { { 0, 9, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 160.18131, 0.00002, 0.092 }, + { { 0, 9, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 245.95360, 0.00008, 0.043 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 206.45037, 0.00006, 0.045 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 51.73111, 0.00003, 0.113 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 118.85852, 0.00002, 0.227 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 0, -2, 0 }, 67.56655, 0.00003, 0.042 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 94.22108, 0.00002, 0.094 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 247.56655, 0.00003, 0.380 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 0, 1, 0 }, 274.22108, 0.00002, 0.063 }, + { { 0, 9, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 100.05539, 0.00005, 0.037 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 13.09662, 0.00003, 0.276 }, + { { 0, 9, -11, 0, 0, 0, 0, 0, 0, 2, 0 }, 10.85526, 0.00002, 0.033 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, -1, 0, -1 }, 321.03441, 0.00004, 0.047 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 1, 0, 1 }, 270.06942, 0.00005, 0.033 }, + { { 0, 9, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 108.36241, 0.00041, 0.034 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -2, -2, 0 }, 343.96521, 0.00002, 0.022 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 355.02140, 0.00006, 0.052 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, -2, 1, 0 }, 343.96521, 0.00006, 0.171 }, + { { 0, 9, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 190.06176, 0.00007, 0.033 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 112.67588, 0.00010, 0.055 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, -2, 1, 0 }, 71.29061, 0.00003, 0.206 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 0, -1, 0 }, 268.33270, 0.00002, 0.151 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 239.05619, 0.00005, 0.151 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 0, 1, 0 }, 88.33270, 0.00002, 0.050 }, + { { 0, 9, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 201.68370, 0.00005, 0.032 }, + { { 0, 9, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 349.63369, 0.00005, 0.131 }, + { { 0, 9, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 35.41598, 0.00008, 0.030 }, + { { 0, 9, -5, 0, 0, 0, 0, 0, 2, -1, 0 }, 109.16636, 0.00004, 0.047 }, + { { 0, 9, -5, 0, 0, 0, 0, 0, 2, 0, 0 }, 110.85481, 0.00006, 0.029 }, + { { 0, 9, -4, 0, 0, 0, 0, 0, 0, -2, 0 }, 18.09764, 0.00002, 0.063 }, + { { 0, 9, -4, 0, 0, 0, 0, 0, 0, 0, 0 }, 198.09764, 0.00002, 0.094 }, + { { 0, 9, -4, 0, 0, 0, 0, 0, 2, -1, 0 }, 193.52966, 0.00004, 0.045 }, + { { 0, 10, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 153.01766, 0.00006, 0.039 }, + { { 0, 10, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 153.01766, 0.00003, 0.082 }, + { { 0, 10, -17, 0, 0, 0, 0, 0, -2, 3, 0 }, 333.01766, 0.00003, 0.070 }, + { { 0, 10, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 265.94908, 0.00002, 0.041 }, + { { 0, 10, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 265.94908, 0.00002, 0.493 }, + { { 0, 10, -16, 0, 0, 0, 0, 0, 0, -2, 0 }, 251.68088, 0.00002, 0.038 }, + { { 0, 10, -16, 0, 0, 0, 0, 0, 0, -1, 0 }, 83.08485, 0.00004, 0.077 }, + { { 0, 10, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 251.68088, 0.00002, 3.918 }, + { { 0, 10, -16, 0, 0, 0, 0, 0, 0, 1, 0 }, 263.08485, 0.00004, 0.074 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 160.43644, 0.00052, 0.043 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, -2, 1, 0 }, 166.33979, 0.00003, 0.098 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, 2, -3, 0 }, 160.14825, 0.00004, 0.073 }, + { { 0, 10, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 340.14825, 0.00004, 0.079 }, + { { 0, 10, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 241.69734, 0.00007, 0.044 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 216.07293, 0.00005, 0.047 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 93.66456, 0.00005, 0.122 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 259.50215, 0.00005, 0.307 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 2, -3, 0 }, 105.64638, 0.00002, 0.085 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 2, -1, 0 }, 285.64638, 0.00002, 0.068 }, + { { 0, 10, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 100.71106, 0.00004, 0.036 }, + { { 0, 10, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 167.59915, 0.00004, 0.049 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, -1, 0, -1 }, 320.64435, 0.00004, 0.049 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 0, -1, 0 }, 288.36714, 0.00003, 0.125 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 312.69421, 0.00004, 0.190 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 0, 1, 0 }, 108.36714, 0.00003, 0.054 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 1, -2, 1 }, 270.05492, 0.00002, 0.221 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 1, 0, 1 }, 270.05492, 0.00002, 0.032 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 108.36714, 0.00030, 0.033 }, + { { 0, 10, -11, 0, 0, 0, 0, 0, 2, 2, 0 }, 108.36714, 0.00003, 0.018 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 0.99848, 0.00004, 0.054 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, 1, 0 }, 344.04259, 0.00002, 0.191 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, 2, 0 }, 0.99848, 0.00004, 0.125 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, -2, 3, 0 }, 344.04259, 0.00002, 0.047 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 0, -2, 0 }, 186.35059, 0.00002, 0.049 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 0, 0, 0 }, 186.35059, 0.00002, 0.160 }, + { { 0, 10, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 187.72468, 0.00008, 0.032 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -2, 0, 0 }, 128.24552, 0.00009, 0.057 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -1, 0, -1 }, 184.50989, 0.00002, 0.054 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, -1, 2, -1 }, 4.50989, 0.00002, 0.125 }, + { { 0, 10, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 211.75282, 0.00006, 0.031 }, + { { 0, 10, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 355.76036, 0.00004, 0.121 }, + { { 0, 10, -7, 0, 0, 0, 0, 0, 0, 0, 0 }, 248.87951, 0.00005, 0.108 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 2, -2, 0 }, 110.50135, 0.00003, 0.118 }, + { { 0, 10, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 110.50135, 0.00003, 0.029 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, -1, 0 }, 150.66272, 0.00021, 0.040 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, -2, 0, 0 }, 150.66272, 0.00013, 0.087 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -3, 0 }, 150.66272, 0.00004, 0.038 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -2, 0 }, 149.60900, 0.00073, 0.075 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, -1, 0 }, 225.68043, 0.00030, 1911.695 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 0, 0 }, 330.17945, 0.00060, 0.075 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 0, 1, 0 }, 330.66272, 0.00004, 0.038 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, -2, 0 }, 330.66272, 0.00013, 0.087 }, + { { 0, 10, -3, 0, 0, 0, 0, 0, 2, -1, 0 }, 330.66272, 0.00021, 0.040 }, + { { 0, 11, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 153.57175, 0.00006, 0.040 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, -2, -2, 0 }, 160.11468, 0.00004, 0.020 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 160.11468, 0.00043, 0.044 }, + { { 0, 11, -16, 0, 0, 0, 0, 0, 2, -1, 0 }, 24.32056, 0.00003, 0.075 }, + { { 0, 11, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 215.24606, 0.00006, 0.046 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 249.16598, 0.00003, 0.048 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, -2, 1, 0 }, 130.25222, 0.00004, 0.132 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 169.64308, 0.00004, 0.177 }, + { { 0, 11, -14, 0, 0, 0, 0, 0, 0, 0, 0 }, 271.40303, 0.00004, 0.258 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 109.23253, 0.00003, 0.050 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 219.78808, 0.00003, 0.150 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 0, -2, 0 }, 350.21056, 0.00002, 0.046 }, + { { 0, 11, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 350.21056, 0.00002, 0.205 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, -1, 0, -1 }, 320.29914, 0.00004, 0.050 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, -1, 0 }, 288.36769, 0.00002, 0.136 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, 0, 0 }, 265.62925, 0.00003, 0.170 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, 1, 0 }, 108.36769, 0.00002, 0.052 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 0, 2, 0 }, 294.03746, 0.00002, 0.031 }, + { { 0, 11, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 288.36769, 0.00005, 0.033 }, + { { 0, 11, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 173.71489, 0.00006, 0.032 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 128.47738, 0.00009, 0.059 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -1, 0, -1 }, 184.27845, 0.00002, 0.056 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, -1, 2, -1 }, 4.27845, 0.00002, 0.116 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 2, -3, 0 }, 251.08531, 0.00002, 0.140 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 2, -1, 0 }, 251.08531, 0.00002, 0.052 }, + { { 0, 11, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 218.43504, 0.00005, 0.031 }, + { { 0, 11, -8, 0, 0, 0, 0, 0, 0, 0, 0 }, 248.92857, 0.00002, 0.101 }, + { { 0, 11, -8, 0, 0, 0, 0, 0, 0, 2, 0 }, 248.92857, 0.00002, 0.027 }, + { { 0, 11, -8, 0, 0, 0, 0, 0, 2, -1, 0 }, 244.55096, 0.00004, 0.047 }, + { { 0, 11, -8, 0, 0, 0, 0, 0, 2, 0, 0 }, 150.70057, 0.00003, 0.029 }, + { { 0, 11, -6, 0, 0, 0, 0, 0, 2, 0, 0 }, 17.96963, 0.00033, 0.027 }, + { { 0, 12, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 154.08282, 0.00006, 0.041 }, + { { 0, 12, -18, 0, 0, 0, 0, 0, -2, 1, 0 }, 71.71015, 0.00007, 0.100 }, + { { 0, 12, -18, 0, 0, 0, 0, 0, 0, -1, 0 }, 71.71015, 0.00003, 0.085 }, + { { 0, 12, -18, 0, 0, 0, 0, 0, 0, 1, 0 }, 251.71015, 0.00003, 0.068 }, + { { 0, 12, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 160.08053, 0.00033, 0.045 }, + { { 0, 12, -17, 0, 0, 0, 0, 0, 2, -1, 0 }, 340.09434, 0.00003, 0.071 }, + { { 0, 12, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 175.24378, 0.00004, 0.047 }, + { { 0, 12, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 268.96262, 0.00002, 0.189 }, + { { 0, 12, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 296.63525, 0.00003, 0.049 }, + { { 0, 12, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 116.63525, 0.00003, 0.159 }, + { { 0, 12, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 271.42757, 0.00004, 0.222 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 86.85976, 0.00003, 0.052 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 266.85976, 0.00003, 0.137 }, + { { 0, 12, -14, 0, 0, 0, 0, 0, 2, -1, 0 }, 199.75658, 0.00004, 0.059 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 132.38533, 0.00002, 0.154 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 0, 2, 0 }, 277.83874, 0.00003, 0.030 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 2, -2, 0 }, 282.59740, 0.00002, 0.211 }, + { { 0, 12, -13, 0, 0, 0, 0, 0, 2, 0, 0 }, 107.79358, 0.00023, 0.032 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, -2, 0 }, 162.56529, 0.00002, 0.174 }, + { { 0, 12, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 162.56529, 0.00002, 0.031 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 128.55369, 0.00005, 0.062 }, + { { 0, 12, -11, 0, 0, 0, 0, 0, -2, 2, 0 }, 308.55369, 0.00005, 0.097 }, + { { 0, 12, -10, 0, 0, 0, 0, 0, 2, 0, 0 }, 148.26719, 0.00004, 0.029 }, + { { 0, 12, -9, 0, 0, 0, 0, 0, 2, -3, 0 }, 248.96811, 0.00002, 0.221 }, + { { 0, 12, -9, 0, 0, 0, 0, 0, 2, -2, 0 }, 9.65392, 0.00002, 0.115 }, + { { 0, 12, -9, 0, 0, 0, 0, 0, 2, -1, 0 }, 248.96811, 0.00002, 0.045 }, + { { 0, 12, -9, 0, 0, 0, 0, 0, 2, 0, 0 }, 189.65392, 0.00002, 0.028 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 0, 0 }, 92.89965, 0.00009, 0.076 }, + { { 0, 12, -8, 0, 0, 0, 0, 0, -2, 2, 0 }, 205.02132, 0.00007, 0.075 }, + { { 0, 13, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 154.55432, 0.00005, 0.042 }, + { { 0, 13, -19, 0, 0, 0, 0, 0, -2, 1, 0 }, 71.72125, 0.00005, 0.107 }, + { { 0, 13, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 340.04560, 0.00005, 0.046 }, + { { 0, 13, -18, 0, 0, 0, 0, 0, 0, -1, 0 }, 340.04560, 0.00003, 0.099 }, + { { 0, 13, -18, 0, 0, 0, 0, 0, 0, 1, 0 }, 160.04560, 0.00003, 0.061 }, + { { 0, 13, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 112.24974, 0.00005, 0.049 }, + { { 0, 13, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 299.17423, 0.00003, 0.051 }, + { { 0, 13, -16, 0, 0, 0, 0, 0, 0, -2, 0 }, 122.90866, 0.00002, 0.047 }, + { { 0, 13, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 302.90866, 0.00002, 0.195 }, + { { 0, 13, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 86.53804, 0.00005, 0.054 }, + { { 0, 13, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 107.44398, 0.00024, 0.031 }, + { { 0, 13, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 165.24288, 0.00015, 0.060 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -2, -1, 0 }, 252.85225, 0.00003, 0.035 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -2, 0, 0 }, 239.06836, 0.00014, 0.064 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -2, 1, 0 }, 72.85225, 0.00003, 0.426 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -2, 2, 0 }, 139.99228, 0.00002, 0.092 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -1, 0, -1 }, 183.90482, 0.00002, 0.060 }, + { { 0, 13, -12, 0, 0, 0, 0, 0, -1, 2, -1 }, 183.90482, 0.00002, 0.102 }, + { { 0, 13, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 160.11930, 0.00005, 0.029 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, -2, 2 }, 277.34580, 0.00003, 0.075 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, 0, 0 }, 45.74307, 0.00005, 0.073 }, + { { 0, 13, -10, 0, 0, 0, 0, 0, -2, 0, 2 }, 97.34580, 0.00003, 0.076 }, + { { 0, 14, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 154.98959, 0.00005, 0.044 }, + { { 0, 14, -19, 0, 0, 0, 0, 0, -2, -2, 0 }, 340.00977, 0.00002, 0.021 }, + { { 0, 14, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 340.04400, 0.00027, 0.048 }, + { { 0, 14, -19, 0, 0, 0, 0, 0, -2, 1, 0 }, 340.00977, 0.00004, 0.129 }, + { { 0, 14, -19, 0, 0, 0, 0, 0, -2, 3, 0 }, 160.00977, 0.00004, 0.053 }, + { { 0, 14, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 97.34976, 0.00006, 0.050 }, + { { 0, 14, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 298.68478, 0.00004, 0.053 }, + { { 0, 14, -17, 0, 0, 0, 0, 0, 0, -2, 0 }, 302.88466, 0.00002, 0.048 }, + { { 0, 14, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 302.88466, 0.00002, 0.174 }, + { { 0, 14, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 87.91276, 0.00005, 0.056 }, + { { 0, 14, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 108.34717, 0.00005, 0.052 }, + { { 0, 14, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 338.78730, 0.00005, 0.063 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 134.10769, 0.00004, 0.067 }, + { { 0, 14, -13, 0, 0, 0, 0, 0, -2, 1, 0 }, 252.84885, 0.00041, 0.580 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, 2, -2, 0 }, 160.21118, 0.00002, 0.111 }, + { { 0, 14, -12, 0, 0, 0, 0, 0, 2, 0, 0 }, 160.21118, 0.00002, 0.028 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, -2, 0, 0 }, 234.75876, 0.00006, 0.077 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, 0, -2, 0 }, 125.18699, 0.00002, 0.068 }, + { { 0, 14, -11, 0, 0, 0, 0, 0, 0, 0, 0 }, 305.18699, 0.00002, 0.085 }, + { { 0, 14, -9, 0, 0, 0, 0, 0, 0, 0, 0 }, 17.91995, 0.00002, 0.073 }, + { { 0, 14, -9, 0, 0, 0, 0, 0, 0, 2, 0 }, 197.91995, 0.00002, 0.025 }, + { { 0, 15, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 155.39172, 0.00002, 0.045 }, + { { 0, 15, -22, 0, 0, 0, 0, 0, -2, 2, 0 }, 155.39172, 0.00002, 0.241 }, + { { 0, 15, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 340.02046, 0.00019, 0.049 }, + { { 0, 15, -20, 0, 0, 0, 0, 0, -2, 1, 0 }, 339.97294, 0.00005, 0.141 }, + { { 0, 15, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 92.71295, 0.00005, 0.052 }, + { { 0, 15, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 312.13866, 0.00004, 0.054 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 71.24196, 0.00003, 0.058 }, + { { 0, 15, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 251.24196, 0.00003, 0.109 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 103.47443, 0.00005, 0.119 }, + { { 0, 15, -16, 0, 0, 0, 0, 0, 2, -1, 0 }, 108.33374, 0.00004, 0.050 }, + { { 0, 15, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 341.95366, 0.00007, 0.065 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -2, 0, 0 }, 95.25011, 0.00003, 0.070 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -2, 2, 0 }, 275.25011, 0.00003, 0.082 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -1, 0, -1 }, 183.61347, 0.00002, 0.065 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, -1, 2, -1 }, 3.61347, 0.00002, 0.090 }, + { { 0, 15, -14, 0, 0, 0, 0, 0, 2, 0, 0 }, 113.25401, 0.00003, 0.028 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 0, 0 }, 165.17956, 0.00004, 0.075 }, + { { 0, 15, -13, 0, 0, 0, 0, 0, -2, 2, 0 }, 68.64291, 0.00003, 0.076 }, + { { 0, 15, -12, 0, 0, 0, 0, 0, -1, 0, -1 }, 85.14718, 0.00004, 0.075 }, + { { 0, 16, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 339.99199, 0.00017, 0.051 }, + { { 0, 16, -21, 0, 0, 0, 0, 0, 0, 0, 0 }, 159.93506, 0.00007, 0.200 }, + { { 0, 16, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 118.71101, 0.00004, 0.053 }, + { { 0, 16, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 299.10866, 0.00004, 0.056 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 94.66008, 0.00002, 0.060 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, -2, 2, 0 }, 274.66008, 0.00002, 0.102 }, + { { 0, 16, -18, 0, 0, 0, 0, 0, 2, 0, 0 }, 19.92510, 0.00005, 0.031 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 85.58567, 0.00002, 0.064 }, + { { 0, 16, -17, 0, 0, 0, 0, 0, -2, 2, 0 }, 85.58567, 0.00002, 0.093 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 338.32582, 0.00008, 0.068 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -2, 2, 0 }, 204.34708, 0.00002, 0.085 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -1, 0, -1 }, 202.73917, 0.00002, 0.063 }, + { { 0, 16, -16, 0, 0, 0, 0, 0, -1, 2, -1 }, 202.73917, 0.00002, 0.093 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 221.67568, 0.00002, 0.073 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 221.67568, 0.00002, 0.078 }, + { { 0, 16, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 75.69663, 0.00005, 0.028 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -1, 0, -1 }, 181.20994, 0.00005, 0.073 }, + { { 0, 16, -14, 0, 0, 0, 0, 0, -1, 0, 1 }, 181.20994, 0.00005, 0.077 }, + { { 0, 16, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 77.77600, 0.00009, 0.077 }, + { { 0, 16, -11, 0, 0, 0, 0, 0, 2, -2, 0 }, 193.42826, 0.00002, 0.076 }, + { { 0, 16, -11, 0, 0, 0, 0, 0, 2, 0, 0 }, 13.42826, 0.00002, 0.025 }, + { { 0, 17, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 166.14107, 0.00002, 0.052 }, + { { 0, 17, -22, 0, 0, 0, 0, 0, -2, 2, 0 }, 346.14107, 0.00002, 0.135 }, + { { 0, 17, -22, 0, 0, 0, 0, 0, 0, 0, 0 }, 159.89605, 0.00006, 0.178 }, + { { 0, 17, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 119.89321, 0.00004, 0.055 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 59.83316, 0.00002, 0.062 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, -2, 2, 0 }, 59.83316, 0.00002, 0.096 }, + { { 0, 17, -19, 0, 0, 0, 0, 0, 2, 0, 0 }, 19.95514, 0.00004, 0.030 }, + { { 0, 17, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 85.14548, 0.00005, 0.066 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 244.58760, 0.00004, 0.071 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -1, 0, -1 }, 202.76350, 0.00002, 0.066 }, + { { 0, 17, -17, 0, 0, 0, 0, 0, -1, 2, -1 }, 22.76350, 0.00002, 0.088 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, -2, 0 }, 252.81868, 0.00002, 0.025 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 252.81868, 0.00002, 0.076 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, -2, 1 }, 56.51983, 0.00003, 0.072 }, + { { 0, 17, -16, 0, 0, 0, 0, 0, -1, 0, 1 }, 236.51983, 0.00003, 0.079 }, + { { 0, 18, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 166.10545, 0.00004, 0.054 }, + { { 0, 18, -23, 0, 0, 0, 0, 0, 0, 0, 0 }, 159.85589, 0.00005, 0.160 }, + { { 0, 18, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 132.02196, 0.00003, 0.057 }, + { { 0, 18, -20, 0, 0, 0, 0, 0, -2, 0, 0 }, 60.18205, 0.00002, 0.065 }, + { { 0, 18, -20, 0, 0, 0, 0, 0, -2, 2, 0 }, 60.18205, 0.00002, 0.091 }, + { { 0, 18, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 71.01268, 0.00004, 0.069 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 215.62982, 0.00002, 0.074 }, + { { 0, 18, -18, 0, 0, 0, 0, 0, -2, 2, 0 }, 35.62982, 0.00002, 0.077 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, -1, 0 }, 127.50243, 0.00004, 0.039 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 321.29291, 0.00005, 0.080 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -2, 1, 0 }, 72.80257, 0.00038, 1.286 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, -2, 1 }, 79.59785, 0.00002, 0.076 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, -1, 0, 1 }, 79.59785, 0.00002, 0.075 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, -2, 0 }, 127.50243, 0.00006, 0.070 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 127.50243, 0.00008, 0.082 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, -2, 0 }, 127.50243, 0.00009, 0.095 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, -1, 0 }, 127.50243, 0.00025, 0.042 }, + { { 0, 18, -17, 0, 0, 0, 0, 0, 2, 0, 0 }, 127.50243, 0.00002, 0.027 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, -1, 0 }, 204.56550, 0.00003, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, 0, 0 }, 204.56550, 0.00006, 0.028 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -4, 1, 0 }, 204.56550, 0.00003, 0.044 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -3, 0 }, 204.56550, 0.00003, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -2, 0 }, 204.56550, 0.00032, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, -1, 0 }, 204.56550, 0.00364, 0.040 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -2, 0, 0 }, 204.58914, 0.00241, 0.087 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, -1, -1, 0 }, 24.56550, 0.00007, 0.081 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -4, 0 }, 204.56550, 0.00004, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -3, 0 }, 204.45391, 0.00072, 0.038 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -2, 0 }, 204.55406, 0.01302, 0.075 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -2, 2 }, 204.56550, 0.00005, 0.074 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, -1, 0 }, 351.08799, 0.00055, 273.043 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 0, -2 }, 24.56550, 0.00005, 0.074 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 0, 0 }, 24.79524, 0.01225, 0.075 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 1, 0 }, 24.68404, 0.00068, 0.038 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 0, 2, 0 }, 24.56550, 0.00004, 0.025 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 1, -1, 0 }, 204.56550, 0.00007, 0.081 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -2, 0 }, 24.57709, 0.00226, 0.087 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, -1, 0 }, 24.56550, 0.00364, 0.040 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 0, 0 }, 24.56550, 0.00032, 0.026 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 2, 1, 0 }, 24.56550, 0.00003, 0.020 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -3, 0 }, 24.56550, 0.00003, 0.044 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -2, 0 }, 24.56550, 0.00006, 0.028 }, + { { 0, 18, -16, 0, 0, 0, 0, 0, 4, -1, 0 }, 24.56550, 0.00003, 0.020 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -2, 0 }, 101.62857, 0.00002, 0.027 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, -1, 0 }, 101.62857, 0.00025, 0.042 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, 0, 0 }, 102.85686, 0.00007, 0.095 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, -2, 2, 0 }, 98.41031, 0.00003, 0.062 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, -2, 0 }, 101.62857, 0.00008, 0.082 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 0, 0, 0 }, 101.62857, 0.00006, 0.070 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 1, 0, -1 }, 44.23071, 0.00004, 0.076 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 2, -1, 0 }, 101.62857, 0.00004, 0.039 }, + { { 0, 18, -15, 0, 0, 0, 0, 0, 2, 0, 0 }, 69.06073, 0.00004, 0.026 }, + { { 0, 19, -26, 0, 0, 0, 0, 0, -2, 0, 0 }, 336.65655, 0.00003, 0.050 }, + { { 0, 19, -24, 0, 0, 0, 0, 0, -2, 0, 0 }, 166.06814, 0.00003, 0.056 }, + { { 0, 19, -24, 0, 0, 0, 0, 0, 0, -2, 0 }, 159.81455, 0.00002, 0.051 }, + { { 0, 19, -24, 0, 0, 0, 0, 0, 0, 0, 0 }, 159.81455, 0.00002, 0.145 }, + { { 0, 19, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 159.11865, 0.00004, 0.059 }, + { { 0, 19, -23, 0, 0, 0, 0, 0, -2, 2, 0 }, 71.47333, 0.00002, 0.104 }, + { { 0, 19, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 86.47166, 0.00005, 0.067 }, + { { 0, 19, -21, 0, 0, 0, 0, 0, -2, 2, 0 }, 167.64907, 0.00002, 0.086 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 0, -2, 0 }, 71.43673, 0.00002, 0.064 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 0, 0, 0 }, 251.43673, 0.00002, 0.092 }, + { { 0, 19, -20, 0, 0, 0, 0, 0, 2, 0, 0 }, 288.25192, 0.00005, 0.028 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 55.14940, 0.00008, 0.078 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, -1, 0, -1 }, 330.39388, 0.00004, 0.072 }, + { { 0, 19, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 333.79318, 0.00006, 0.084 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, -2, 0, 0 }, 339.92076, 0.00007, 0.084 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, -2, 2, 0 }, 304.23278, 0.00003, 0.068 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 0, -2, 0 }, 117.35099, 0.00002, 0.073 }, + { { 0, 19, -18, 0, 0, 0, 0, 0, 0, 0, 0 }, 29.22150, 0.00004, 0.078 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, -2, 0, 0 }, 206.47472, 0.00005, 0.092 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, 0, -2, 0 }, 8.40503, 0.00002, 0.079 }, + { { 0, 19, -17, 0, 0, 0, 0, 0, 0, 0, 0 }, 8.40503, 0.00002, 0.072 }, + { { 0, 20, -24, 0, 0, 0, 0, 0, -2, 0, 0 }, 159.55412, 0.00004, 0.062 }, + { { 0, 20, -24, 0, 0, 0, 0, 0, -2, 2, 0 }, 71.66850, 0.00002, 0.097 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 225.85091, 0.00002, 0.070 }, + { { 0, 20, -22, 0, 0, 0, 0, 0, -2, 2, 0 }, 225.85091, 0.00002, 0.081 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 0, 0 }, 204.20741, 0.00013, 0.076 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 1, 0 }, 231.73897, 0.00033, 34.812 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -2, 2, 0 }, 322.76307, 0.00008, 0.075 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, -1, 0, -1 }, 318.30622, 0.00004, 0.070 }, + { { 0, 20, -21, 0, 0, 0, 0, 0, 2, 0, 0 }, 288.22516, 0.00004, 0.028 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 0, -1 }, 27.35671, 0.00004, 0.075 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, -1, 2, -1 }, 207.35671, 0.00004, 0.076 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 0, -2, 0 }, 216.47465, 0.00002, 0.071 }, + { { 0, 20, -20, 0, 0, 0, 0, 0, 0, 0, 0 }, 216.47465, 0.00002, 0.080 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, -2, 0, 0 }, 350.78781, 0.00003, 0.089 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, -1, 0, -1 }, 55.60871, 0.00005, 0.081 }, + { { 0, 20, -19, 0, 0, 0, 0, 0, 0, 0, 0 }, 238.77139, 0.00005, 0.074 }, + { { 0, 21, -26, 0, 0, 0, 0, 0, 0, 0, 0 }, 339.82269, 0.00003, 0.123 }, + { { 0, 21, -25, 0, 0, 0, 0, 0, -2, 0, 0 }, 153.12422, 0.00003, 0.064 }, + { { 0, 21, -25, 0, 0, 0, 0, 0, -2, 2, 0 }, 43.90455, 0.00003, 0.092 }, + { { 0, 21, -24, 0, 0, 0, 0, 0, -2, 0, 0 }, 291.38573, 0.00003, 0.068 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -2, 0, 0 }, 265.71080, 0.00005, 0.079 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, 0, -1 }, 17.14749, 0.00002, 0.073 }, + { { 0, 21, -22, 0, 0, 0, 0, 0, -1, 2, -1 }, 197.14749, 0.00002, 0.078 }, + { { 0, 21, -21, 0, 0, 0, 0, 0, 0, 0, 0 }, 155.73792, 0.00004, 0.076 }, + { { 0, 21, -20, 0, 0, 0, 0, 0, 1, 0, -1 }, 63.47623, 0.00004, 0.076 }, + { { 0, 22, -26, 0, 0, 0, 0, 0, -2, 0, 0 }, 121.82903, 0.00003, 0.067 }, + { { 0, 22, -25, 0, 0, 0, 0, 0, -2, 0, 0 }, 182.09559, 0.00006, 0.072 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, -1, 0, -1 }, 157.15316, 0.00005, 0.077 }, + { { 0, 22, -23, 0, 0, 0, 0, 0, -1, 2, -1 }, 275.79970, 0.00002, 0.074 }, + { { 0, 22, -21, 0, 0, 0, 0, 0, 0, -2, 0 }, 244.36297, 0.00003, 0.085 }, + { { 0, 22, -21, 0, 0, 0, 0, 0, 0, 0, 0 }, 64.36297, 0.00003, 0.068 }, + { { 0, 23, -26, 0, 0, 0, 0, 0, -2, 0, 0 }, 169.62777, 0.00002, 0.075 }, + { { 0, 23, -26, 0, 0, 0, 0, 0, -2, 2, 0 }, 169.62777, 0.00002, 0.076 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -2, 0, 0 }, 313.33115, 0.00003, 0.081 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -2, 2, 0 }, 313.33115, 0.00003, 0.071 }, + { { 0, 23, -25, 0, 0, 0, 0, 0, -1, 0, -1 }, 84.08940, 0.00005, 0.075 }, + { { 0, 23, -24, 0, 0, 0, 0, 0, 0, 0, 0 }, 97.38663, 0.00007, 0.075 }, + { { 0, 23, -23, 0, 0, 0, 0, 0, 1, 0, -1 }, 203.56270, 0.00004, 0.075 }, + { { 0, 24, -28, 0, 0, 0, 0, 0, -2, 0, 0 }, 259.16347, 0.00002, 0.073 }, + { { 0, 24, -28, 0, 0, 0, 0, 0, -2, 2, 0 }, 259.16347, 0.00002, 0.078 }, + { { 0, 24, -27, 0, 0, 0, 0, 0, -2, 0, 0 }, 6.81221, 0.00005, 0.079 }, + { { 0, 24, -26, 0, 0, 0, 0, 0, 0, -2, 0 }, 265.30916, 0.00002, 0.074 }, + { { 0, 24, -26, 0, 0, 0, 0, 0, 0, 0, 0 }, 265.30916, 0.00002, 0.077 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 0, -2, 0 }, 344.48060, 0.00003, 0.087 }, + { { 0, 24, -24, 0, 0, 0, 0, 0, 0, 0, 0 }, 344.48060, 0.00003, 0.067 }, + { { 0, 24, -23, 0, 0, 0, 0, 0, -2, 0, 0 }, 250.63022, 0.00002, 0.115 }, + { { 0, 24, -23, 0, 0, 0, 0, 0, -2, 2, 0 }, 70.63022, 0.00002, 0.056 }, + { { 0, 25, -30, 0, 0, 0, 0, 0, -2, 0, 0 }, 165.87580, 0.00002, 0.071 }, + { { 0, 25, -30, 0, 0, 0, 0, 0, -2, 2, 0 }, 345.87580, 0.00002, 0.081 }, + { { 0, 25, -29, 0, 0, 0, 0, 0, -2, 0, 0 }, 192.20447, 0.00005, 0.076 }, + { { 0, 25, -28, 0, 0, 0, 0, 0, 0, -2, 0 }, 307.92315, 0.00002, 0.072 }, + { { 0, 25, -28, 0, 0, 0, 0, 0, 0, 0, 0 }, 307.92315, 0.00002, 0.079 }, + { { 0, 26, -31, 0, 0, 0, 0, 0, -2, 0, 0 }, 276.43390, 0.00003, 0.074 }, + { { 0, 26, -31, 0, 0, 0, 0, 0, -2, 2, 0 }, 178.06691, 0.00002, 0.077 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, -2, 0 }, 352.00671, 0.00003, 0.075 }, + { { 0, 26, -29, 0, 0, 0, 0, 0, 0, 0, 0 }, 172.00671, 0.00003, 0.075 }, + { { 0, 26, -28, 0, 0, 0, 0, 0, 1, 0, -1 }, 109.48589, 0.00004, 0.076 }, + { { 0, 27, -32, 0, 0, 0, 0, 0, -2, 0, 0 }, 121.10728, 0.00002, 0.078 }, + { { 0, 27, -32, 0, 0, 0, 0, 0, -2, 2, 0 }, 121.10728, 0.00002, 0.073 }, + { { 0, 28, -33, 0, 0, 0, 0, 0, 0, -2, 0 }, 159.38922, 0.00002, 0.071 }, + { { 0, 28, -33, 0, 0, 0, 0, 0, 0, 0, 0 }, 159.38922, 0.00002, 0.080 }, + { { 0, 29, -34, 0, 0, 0, 0, 0, -2, 0, 0 }, 158.70547, 0.00006, 0.086 }, + { { 0, 29, -34, 0, 0, 0, 0, 0, -2, 2, 0 }, 341.19960, 0.00002, 0.067 }, + { { 0, 30, -36, 0, 0, 0, 0, 0, -2, 0, 0 }, 251.61633, 0.00005, 0.084 }, + { { 0, 31, -39, 0, 0, 0, 0, 0, -2, 0, 0 }, 244.72789, 0.00004, 0.075 }, + { { 0, 31, -39, 0, 0, 0, 0, 0, -2, 2, 0 }, 64.72789, 0.00004, 0.076 }, + { { 0, 31, -37, 0, 0, 0, 0, 0, 0, -2, 0 }, 251.59648, 0.00004, 0.076 }, + { { 0, 31, -37, 0, 0, 0, 0, 0, 0, 0, 0 }, 71.59648, 0.00004, 0.075 }, + { { 0, 34, -42, 0, 0, 0, 0, 0, 0, 0, 0 }, 245.43224, 0.00006, 0.075 }, + { { 3, 0, -1, 0, 0, 0, 0, 0, -2, 0, 0 }, 63.34872, 0.00005, 0.075 } +} }; + +constexpr array g_ELP16 +{ { + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 }, 180.00031, 0.00002, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2 }, 359.99968, 0.00012, 0.074 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, 180.00567, 0.00963, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 2 }, 0.00000, 0.00002, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0 }, 180.00006, 0.00065, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0 }, 179.99986, 0.00005, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 }, 153.73567, 0.00009, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 0 }, 154.27480, 0.00135, 0.082 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 }, 155.76630, 0.00661, 1.000 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0 }, 154.62845, 0.00120, 0.070 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0 }, 153.96248, 0.00008, 0.036 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 336.25846, 0.00002, 0.089 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 154.00745, 0.00008, 0.500 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0 }, 155.89560, 0.00001, 0.066 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -2, 0, 0 }, 24.15517, 0.00001, 0.096 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, 0 }, 24.15511, 0.00003, 0.530 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, 0, 0 }, 24.08286, 0.00031, 0.088 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, 1, 0 }, 23.35231, 0.00002, 0.041 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, 0 }, 0.00000, 0.00001, 1.127 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 }, 346.96809, 0.00002, 0.081 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, -2, 0 }, 336.31637, 0.00003, 0.076 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, -1, 0 }, 165.16990, 0.00018, 8.850 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0 }, 335.78680, 0.00159, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0 }, 335.84492, 0.00011, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 0, 0 }, 210.91539, 0.00003, 0.044 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -1, 0 }, 40.76689, 0.00017, 0.095 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 0, 0 }, 198.78197, 0.00017, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 1, 0 }, 182.66055, 0.00001, 0.027 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -3, 0 }, 180.00152, 0.00002, 0.067 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -2, 0 }, 179.99919, 0.00018, 0.564 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -1, -2 }, 359.99976, 0.00002, 0.065 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -1, 0 }, 180.07400, 0.00181, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, -2 }, 359.99982, 0.00015, 0.474 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 }, 179.70982, 0.00043, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0 }, 179.99999, 0.00011, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -2, 0 }, 350.80827, 0.00001, 1.292 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -1, 0 }, 335.90413, 0.00056, 0.080 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, -2 }, 335.92813, 0.00001, 0.903 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 0 }, 155.91133, 0.00007, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 1, 0 }, 155.90587, 0.00002, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -2, 0 }, 11.98593, 0.00002, 4.425 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -1, 0 }, 156.00589, 0.00024, 0.074 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, -2 }, 180.00000, 0.00004, 9.300 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0 }, 156.00396, 0.00002, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 1, -1, 0 }, 334.71131, 0.00002, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 1, 0, 0 }, 335.83848, 0.00002, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 0, -2, 0 }, 180.00003, 0.00002, 0.044 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 0, -1, 0 }, 180.00021, 0.00002, 0.028 }, + { { 0, 0, 1, 0, 0, 0, 0, -3, 0, -1, 1 }, 275.13149, 0.00001, 0.028 }, + { { 0, 0, 1, 0, 0, 0, 0, -3, 0, 1, -1 }, 275.13100, 0.00006, 0.028 }, + { { 0, 0, 1, 0, 0, 0, 0, -3, 0, 1, 1 }, 95.13240, 0.00004, 0.106 }, + { { 0, 0, 1, 0, 0, 0, 0, -3, 0, 2, -1 }, 275.13354, 0.00010, 0.043 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 0, 0, 0 }, 77.00007, 0.00003, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 0, 0, 1 }, 275.13228, 0.00004, 0.097 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 0, 1, 0 }, 77.05643, 0.00004, 0.095 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, -1, -1, 1 }, 95.13228, 0.00001, 0.082 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, -1, 0, -1 }, 95.12539, 0.00001, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, -1, 0, 1 }, 275.13214, 0.00023, 0.949 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, -1, 1, -1 }, 95.13827, 0.00001, 0.080 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, -1, 2, -1 }, 275.13355, 0.00002, 1.388 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, -2, -1 }, 95.13543, 0.00008, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, -2, 1 }, 275.13140, 0.00011, 0.041 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, -1, -1 }, 95.13608, 0.00053, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, -1, 1 }, 275.13151, 0.00146, 0.089 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, -1 }, 95.14482, 0.00080, 0.040 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 1 }, 95.13222, 0.00851, 0.487 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 3 }, 275.13231, 0.00002, 0.035 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, -1 }, 275.13348, 0.00772, 0.087 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 1 }, 95.13089, 0.00006, 0.065 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 2, -1 }, 275.13413, 0.00094, 0.581 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 2, 1 }, 275.13215, 0.00008, 0.035 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 3, -1 }, 275.13430, 0.00010, 0.067 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 3, 1 }, 275.13228, 0.00001, 0.024 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, -1, -1 }, 95.13568, 0.00004, 0.027 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, -1, 1 }, 275.13157, 0.00008, 0.098 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, 0, -1 }, 95.13903, 0.00010, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, 0, 1 }, 95.13223, 0.00033, 0.327 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, 1, -1 }, 275.13356, 0.00033, 0.095 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, 2, -1 }, 275.13422, 0.00004, 0.368 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, -1 }, 275.13807, 0.00001, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0 }, 76.15482, 0.00003, 0.082 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1 }, 95.13038, 0.00015, 0.081 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 72.38269, 0.00009, 1.000 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 }, 275.13220, 0.00009, 0.069 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, -1 }, 95.13339, 0.00007, 1.200 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0 }, 75.53411, 0.00002, 0.070 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, -1 }, 95.13373, 0.00001, 0.071 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, -2, -1 }, 275.13501, 0.00003, 0.036 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, -1, -1 }, 275.13540, 0.00022, 0.070 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, -1, 1 }, 95.12714, 0.00001, 0.080 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, 0, -1 }, 95.13243, 0.00041, 0.949 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, 0, 1 }, 95.13161, 0.00001, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, 1, -1 }, 95.13406, 0.00052, 0.082 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, 1, 1 }, 95.13228, 0.00005, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, 2, -1 }, 95.13425, 0.00006, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -4, -1 }, 95.13456, 0.00002, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -3, -1 }, 95.13463, 0.00029, 0.025 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -3, 1 }, 275.13107, 0.00002, 0.077 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -2, -3 }, 275.13460, 0.00003, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -2, -1 }, 95.13465, 0.00410, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -2, 1 }, 275.13112, 0.00042, 3.575 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, -3 }, 275.13461, 0.00018, 0.025 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, -1 }, 95.13459, 0.06174, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, 0 }, 77.02181, 0.00001, 8.850 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, 1 }, 95.13157, 0.00858, 0.074 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, 3 }, 275.13186, 0.00003, 0.025 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -3 }, 275.13472, 0.00047, 0.037 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1 }, 95.13523, 0.28938, 18.600 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1 }, 95.13225, 0.06154, 0.037 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 3 }, 275.13228, 0.00013, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, -3 }, 95.13641, 0.00003, 0.073 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, -1 }, 95.13453, 0.06245, 0.076 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1 }, 95.13221, 0.00661, 0.025 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 3 }, 275.13228, 0.00003, 0.015 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, -1 }, 95.13449, 0.00432, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 1 }, 95.13217, 0.00057, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 3, -1 }, 95.13450, 0.00031, 0.025 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 3, 1 }, 95.13220, 0.00005, 0.015 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 4, -1 }, 95.13456, 0.00002, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, -2, -1 }, 95.13498, 0.00004, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, -1, -1 }, 95.13560, 0.00028, 0.081 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, -1 }, 275.13212, 0.00046, 1.057 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1 }, 275.13248, 0.00006, 0.036 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, -1 }, 275.13400, 0.00039, 0.070 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 1 }, 275.13228, 0.00004, 0.024 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, 2, -1 }, 275.13424, 0.00005, 0.036 }, + { { 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, -1 }, 275.13319, 0.00031, 0.081 }, + { { 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 1 }, 275.13228, 0.00004, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 2, 0, 1, -1 }, 275.13381, 0.00005, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 2, 1, 0, -1 }, 95.13229, 0.00005, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, -2, 0, -1 }, 95.13429, 0.00002, 0.044 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, -1, -2, -1 }, 275.13445, 0.00003, 0.354 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, -1, -1, -1 }, 275.13432, 0.00022, 0.096 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, -1, -1, 1 }, 95.13228, 0.00006, 0.027 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, -1, 0, -1 }, 95.13417, 0.00036, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, -1, 0, 1 }, 95.13228, 0.00006, 0.020 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, -1, 1, -1 }, 95.13427, 0.00008, 0.027 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, -1, 1, 1 }, 95.13228, 0.00001, 0.016 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -3, -1 }, 275.13456, 0.00008, 0.066 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -2, -1 }, 275.13455, 0.00079, 0.547 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -2, 1 }, 95.13166, 0.00011, 0.040 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -1, -1 }, 275.13441, 0.00465, 0.088 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -1, 1 }, 95.13223, 0.00143, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, -3 }, 95.13505, 0.00003, 0.463 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, -1 }, 95.13395, 0.00582, 0.041 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 1 }, 95.13223, 0.00084, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 1, -3 }, 275.13558, 0.00001, 0.090 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 1, -1 }, 95.13416, 0.00106, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 1, 1 }, 95.13218, 0.00014, 0.015 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 2, -1 }, 95.13424, 0.00012, 0.020 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 2, 1 }, 95.13228, 0.00002, 0.013 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 3, -1 }, 95.13428, 0.00001, 0.016 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 1, -1, -1 }, 95.13319, 0.00007, 0.080 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 1, -1, 1 }, 275.13228, 0.00001, 0.025 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 1, 0, -1 }, 275.13349, 0.00008, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 1, 1, -1 }, 275.13385, 0.00002, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 5, 0, -2, -1 }, 275.13439, 0.00006, 0.044 }, + { { 0, 0, 1, 0, 0, 0, 0, 5, 0, -2, 1 }, 95.13228, 0.00003, 0.020 }, + { { 0, 0, 1, 0, 0, 0, 0, 5, 0, -1, -1 }, 95.13346, 0.00007, 0.028 }, + { { 0, 0, 1, 0, 0, 0, 0, 5, 0, -1, 1 }, 95.13228, 0.00003, 0.016 }, + { { 0, 0, 1, 0, 0, 0, 0, 5, 0, 0, -1 }, 95.13387, 0.00007, 0.020 }, + { { 0, 0, 1, 0, 0, 0, 0, 5, 0, 0, 1 }, 95.13228, 0.00001, 0.013 }, + { { 0, 0, 1, 0, 0, 0, 0, 5, 0, 1, -1 }, 95.13402, 0.00002, 0.016 }, + { { 0, 8, -13, 0, 0, 0, 0, -2, 0, 0, 0 }, 234.68628, 0.00001, 0.040 }, + { { 0, 8, -13, 0, 0, 0, 0, -2, 0, 1, 0 }, 234.68866, 0.00002, 0.087 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 234.67572, 0.00003, 0.075 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 0, 0 }, 234.68884, 0.00014, 238.919 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 1, 0 }, 234.67574, 0.00003, 0.075 }, + { { 0, 8, -13, 0, 0, 0, 0, 2, 0, -1, 0 }, 234.68887, 0.00002, 0.087 }, + { { 0, 8, -13, 0, 0, 0, 0, 2, 0, 0, 0 }, 234.68643, 0.00001, 0.040 } +} }; + +constexpr array g_ELP17 +{ { + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 }, 0.00002, 0.00068, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1 }, 180.00000, 0.00041, 5.997 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1 }, 180.00001, 0.00039, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, -1 }, 180.00134, 0.00001, 0.076 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1 }, 180.00003, 0.00005, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1 }, 155.90141, 0.00007, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 1 }, 155.89388, 0.00006, 0.857 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1 }, 155.96862, 0.00006, 0.081 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1 }, 155.96726, 0.00006, 0.069 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, -1 }, 155.89029, 0.00005, 1.200 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1 }, 155.89864, 0.00006, 0.036 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, 0, -1 }, 24.15518, 0.00001, 0.487 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, 0, 1 }, 24.15503, 0.00001, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, -1, 1 }, 168.91635, 0.00001, 0.074 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, -1 }, 335.84475, 0.00007, 18.600 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1 }, 335.84494, 0.00007, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -1, 1 }, 24.07078, 0.00001, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 0, -1 }, 25.70742, 0.00006, 0.097 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -2, -1 }, 180.00014, 0.00001, 0.066 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -1, -1 }, 179.99989, 0.00011, 0.515 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -1, 1 }, 180.00001, 0.00007, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, -1 }, 359.99976, 0.00057, 0.088 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 1 }, 179.99998, 0.00003, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, -1 }, 359.99956, 0.00002, 0.041 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -1, -1 }, 335.90294, 0.00002, 1.063 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -1, 1 }, 335.89944, 0.00002, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, -1 }, 335.90598, 0.00006, 0.081 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -1, -1 }, 156.00424, 0.00001, 16.885 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -1, 1 }, 156.00393, 0.00001, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, -1 }, 335.58947, 0.00002, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, -3, -1, 1, 0 }, 275.13228, 0.00001, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, -3, 0, -1, 0 }, 95.13228, 0.00004, 0.020 }, + { { 0, 0, 1, 0, 0, 0, 0, -3, 0, 0, 0 }, 95.13231, 0.00029, 0.028 }, + { { 0, 0, 1, 0, 0, 0, 0, -3, 0, 0, 2 }, 95.13225, 0.00001, 0.108 }, + { { 0, 0, 1, 0, 0, 0, 0, -3, 0, 1, 0 }, 95.13223, 0.00050, 0.044 }, + { { 0, 0, 1, 0, 0, 0, 0, -3, 0, 2, 0 }, 95.13217, 0.00004, 0.104 }, + { { 0, 0, 1, 0, 0, 0, 0, -3, 1, 0, 0 }, 95.13228, 0.00003, 0.028 }, + { { 0, 0, 1, 0, 0, 0, 0, -3, 1, 1, 0 }, 95.13228, 0.00004, 0.046 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 0, 0, 0 }, 275.13228, 0.00003, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 0, 0, 1 }, 77.05290, 0.00003, 0.097 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 0, 1, 0 }, 275.13228, 0.00002, 0.095 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, -2, 0, 0 }, 275.13105, 0.00002, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, -1, -1, 0 }, 275.13228, 0.00006, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, -1, 0, 0 }, 275.13221, 0.00096, 0.081 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, -1, 0, 2 }, 275.13232, 0.00001, 0.069 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, -1, 1, 0 }, 275.13228, 0.00006, 1.127 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, -3, 0 }, 95.13228, 0.00001, 0.020 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, -2, 0 }, 95.13251, 0.00017, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, -1, -2 }, 95.13530, 0.00006, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, -1, 0 }, 95.13236, 0.00264, 0.041 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, -1, 2 }, 275.13175, 0.00008, 0.450 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, -2 }, 95.13684, 0.00014, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 0 }, 95.13226, 0.04834, 0.088 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 2 }, 95.13225, 0.00050, 0.065 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, -2 }, 275.13286, 0.00024, 0.040 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 0 }, 95.13224, 0.01209, 0.530 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 2 }, 95.13229, 0.00007, 0.035 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 2, 0 }, 95.13216, 0.00108, 0.066 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 3, 0 }, 95.13204, 0.00010, 0.035 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 4, 0 }, 95.13228, 0.00001, 0.024 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, -1, 0 }, 95.13239, 0.00014, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, 0, -2 }, 95.13641, 0.00001, 0.027 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, 0, 0 }, 95.13228, 0.00227, 0.096 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, 0, 2 }, 95.13230, 0.00002, 0.061 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, 1, -2 }, 275.13287, 0.00001, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, 1, 0 }, 95.13223, 0.00054, 0.346 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, 2, 0 }, 95.13217, 0.00005, 0.062 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 2, 0, 0 }, 95.13228, 0.00008, 0.107 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 2, 1, 0 }, 95.13228, 0.00002, 0.257 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0 }, 95.13228, 0.00006, 99999.999 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0 }, 275.13228, 0.00004, 0.082 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1 }, 257.75566, 0.00002, 0.081 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 }, 275.13228, 0.00035, 1.000 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 }, 257.75566, 0.00002, 0.069 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0 }, 275.13228, 0.00003, 0.070 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, -2, 0 }, 275.13228, 0.00002, 0.071 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, -1, -2 }, 275.13552, 0.00001, 0.036 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, -1, 0 }, 275.13237, 0.00038, 1.127 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, 0, -2 }, 95.13134, 0.00001, 0.069 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, 0, 0 }, 275.13175, 0.00044, 0.081 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, 1, -2 }, 95.13401, 0.00002, 0.819 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, 1, 0 }, 275.13214, 0.00048, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, 2, 0 }, 275.13216, 0.00006, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -3, -2 }, 95.13461, 0.00003, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -3, 0 }, 95.13212, 0.00015, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -2, -2 }, 95.13464, 0.00037, 0.025 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -2, 0 }, 95.13209, 0.00294, 0.076 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -2, 2 }, 275.13183, 0.00004, 0.073 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, -2 }, 95.13467, 0.00325, 0.037 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, 0 }, 95.13234, 0.07755, 8.850 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, 2 }, 95.13192, 0.00075, 0.037 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -4 }, 275.13485, 0.00001, 0.025 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2 }, 95.13510, 0.00917, 0.074 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0 }, 275.13226, 1.37497, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 2 }, 95.13223, 0.00142, 0.025 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, -2 }, 95.13472, 0.00198, 4.535 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0 }, 275.13217, 0.07245, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 2 }, 95.13223, 0.00023, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, -2 }, 95.13490, 0.00013, 0.077 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 0 }, 275.13207, 0.00427, 0.025 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 2 }, 95.13228, 0.00003, 0.015 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 3, -2 }, 95.13477, 0.00001, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 3, 0 }, 275.13197, 0.00026, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 4, 0 }, 275.13203, 0.00002, 0.015 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, -2, 0 }, 95.13228, 0.00002, 0.082 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, -1, -2 }, 95.13550, 0.00002, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, -1, 0 }, 95.13231, 0.00044, 0.898 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 0 }, 95.13293, 0.00037, 0.070 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, -2 }, 275.13410, 0.00001, 1.283 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, 0 }, 95.13220, 0.00037, 0.036 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, 2, 0 }, 95.13216, 0.00004, 0.024 }, + { { 0, 0, 1, 0, 0, 0, 0, 2, 0, -1, 0 }, 275.13228, 0.00001, 0.080 }, + { { 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, -1 }, 77.14857, 0.00001, 0.081 }, + { { 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0 }, 95.13223, 0.00039, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 2, 0, 1, 0 }, 95.13228, 0.00005, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 2, 1, 0, 0 }, 275.13228, 0.00006, 0.037 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, -2, -1, 0 }, 275.13228, 0.00002, 0.044 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, -2, 0, 0 }, 275.13228, 0.00003, 0.028 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, -1, -1, -2 }, 275.13446, 0.00001, 0.334 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, -1, -1, 0 }, 275.13228, 0.00067, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, -1, 0, -2 }, 95.13544, 0.00003, 0.097 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, -1, 0, 0 }, 275.13220, 0.00058, 0.027 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, -1, 1, 0 }, 275.13210, 0.00008, 0.020 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -3, -2 }, 275.13456, 0.00001, 0.035 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -3, 0 }, 275.13228, 0.00002, 0.602 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -2, -2 }, 275.13457, 0.00007, 0.066 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -2, 0 }, 95.13267, 0.00012, 0.086 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -2, 2 }, 95.13191, 0.00002, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -1, -2 }, 275.13456, 0.00026, 0.501 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -1, 0 }, 275.13228, 0.01504, 0.040 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -1, 2 }, 95.13228, 0.00006, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, -2 }, 95.13571, 0.00050, 0.089 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 0 }, 275.13220, 0.00849, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 2 }, 95.13228, 0.00003, 0.015 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 1, -2 }, 95.13446, 0.00014, 0.041 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 1, 0 }, 275.13210, 0.00105, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 2, -2 }, 95.13433, 0.00002, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 2, 0 }, 275.13200, 0.00010, 0.015 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 3, 0 }, 275.13228, 0.00001, 0.013 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 1, -1, 0 }, 95.13234, 0.00010, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 1, 0, 0 }, 95.13220, 0.00009, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 1, 1, 0 }, 95.13228, 0.00002, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, 4, 0, -1, 0 }, 95.13228, 0.00002, 0.027 }, + { { 0, 0, 1, 0, 0, 0, 0, 5, -1, -2, 0 }, 275.13228, 0.00002, 0.028 }, + { { 0, 0, 1, 0, 0, 0, 0, 5, -1, -1, 0 }, 275.13228, 0.00003, 0.021 }, + { { 0, 0, 1, 0, 0, 0, 0, 5, -1, 0, 0 }, 275.13228, 0.00001, 0.016 }, + { { 0, 0, 1, 0, 0, 0, 0, 5, 0, -2, 0 }, 275.13231, 0.00018, 0.028 }, + { { 0, 0, 1, 0, 0, 0, 0, 5, 0, -1, 0 }, 275.13223, 0.00022, 0.020 }, + { { 0, 0, 1, 0, 0, 0, 0, 5, 0, 0, 0 }, 275.13214, 0.00008, 0.016 }, + { { 0, 0, 1, 0, 0, 0, 0, 5, 0, 1, 0 }, 275.13228, 0.00002, 0.013 } +} }; + +constexpr array g_ELP18 +{ { + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 270.00000, 0.02702, 99999.999 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 }, 270.00030, 0.00004, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2 }, 89.99962, 0.00010, 0.074 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, 89.99752, 0.01035, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0 }, 90.00007, 0.00053, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0 }, 89.99979, 0.00003, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 }, 245.88710, 0.00007, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 0 }, 244.23379, 0.00126, 0.082 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0 }, 64.42940, 0.00112, 0.070 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0 }, 65.90169, 0.00006, 0.036 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, 0 }, 114.15507, 0.00003, 0.530 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, 0, 0 }, 294.14183, 0.00025, 0.088 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 }, 261.05217, 0.00002, 0.081 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, -2, 0 }, 66.29236, 0.00003, 0.076 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, -1, 0 }, 65.77739, 0.00008, 8.850 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0 }, 245.78631, 0.00147, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0 }, 245.84495, 0.00008, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 0, 0 }, 114.06475, 0.00003, 0.044 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -1, 0 }, 301.71251, 0.00029, 0.095 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 0, 0 }, 105.06390, 0.00022, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -2, 0 }, 270.00021, 0.00022, 0.564 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -1, -2 }, 89.99975, 0.00002, 0.065 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -1, 0 }, 90.09472, 0.00166, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, -2 }, 89.99974, 0.00002, 0.474 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 }, 89.73046, 0.00057, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0 }, 90.00003, 0.00007, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -2, 0 }, 65.87675, 0.00004, 1.292 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -1, 0 }, 246.39267, 0.00051, 0.080 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 0 }, 63.77987, 0.00010, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -1, 0 }, 66.00391, 0.00023, 0.074 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 0, -2, 0 }, 89.99926, 0.00002, 0.044 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 0, -1, 0 }, 90.00001, 0.00002, 0.028 }, + { { 0, 0, 1, 0, 0, 0, 0, -3, 0, 0, -1 }, 185.13603, 0.00003, 0.020 }, + { { 0, 0, 1, 0, 0, 0, 0, -3, 0, 0, 1 }, 185.13216, 0.00008, 0.044 }, + { { 0, 0, 1, 0, 0, 0, 0, -3, 0, 1, -1 }, 5.13227, 0.00002, 0.028 }, + { { 0, 0, 1, 0, 0, 0, 0, -3, 0, 1, 1 }, 185.13251, 0.00004, 0.106 }, + { { 0, 0, 1, 0, 0, 0, 0, -3, 0, 2, -1 }, 5.13352, 0.00007, 0.043 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 0, 0, 0 }, 166.99439, 0.00004, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 0, 0, 1 }, 5.13228, 0.00003, 0.097 }, + { { 0, 0, 1, 0, 0, 0, 0, -2, 0, 1, 0 }, 167.07345, 0.00002, 0.095 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, -1, 0, -1 }, 5.13666, 0.00003, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, -1, 0, 1 }, 185.13228, 0.00002, 0.949 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, -2, -1 }, 185.13470, 0.00007, 0.019 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, -2, 1 }, 5.13142, 0.00007, 0.041 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, -1, -1 }, 185.13498, 0.00066, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, -1, 1 }, 5.13138, 0.00101, 0.089 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, -1 }, 185.13603, 0.00328, 0.040 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 1 }, 5.13237, 0.00149, 0.487 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, -1 }, 5.13343, 0.00648, 0.087 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 1 }, 5.13217, 0.00133, 0.065 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 2, -1 }, 185.13414, 0.00110, 0.581 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 2, 1 }, 5.13228, 0.00007, 0.035 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 3, -1 }, 185.13434, 0.00010, 0.067 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, -1, -1 }, 185.13505, 0.00005, 0.027 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, -1, 1 }, 5.13142, 0.00005, 0.098 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, 0, -1 }, 185.13610, 0.00022, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, 0, 1 }, 5.13228, 0.00010, 0.327 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, 1, -1 }, 5.13354, 0.00025, 0.095 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, 1, 1 }, 5.13228, 0.00005, 0.061 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, 2, -1 }, 185.13433, 0.00004, 0.368 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0 }, 165.96905, 0.00002, 0.082 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1 }, 185.13043, 0.00014, 0.081 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1 }, 185.13228, 0.00012, 0.069 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, -1 }, 5.13334, 0.00003, 1.200 }, + { { 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0 }, 345.96905, 0.00002, 0.070 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, -2, -1 }, 5.13493, 0.00003, 0.036 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, -1, -1 }, 5.13544, 0.00021, 0.070 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, -1, 1 }, 185.13386, 0.00002, 0.080 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, 0, -1 }, 185.13227, 0.00004, 0.949 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, 0, 1 }, 185.13228, 0.00003, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, 1, -1 }, 5.13404, 0.00046, 0.082 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, -1, 2, -1 }, 5.13427, 0.00004, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -3, -1 }, 185.13456, 0.00019, 0.025 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -2, -1 }, 185.13459, 0.00311, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -2, 1 }, 185.13193, 0.00082, 3.575 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, -1 }, 185.13459, 0.05703, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, 1 }, 5.13190, 0.01447, 0.074 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1 }, 185.12989, 0.00183, 18.600 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1 }, 185.13309, 0.00035, 0.037 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, -3 }, 185.13504, 0.00010, 0.073 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, -1 }, 5.13453, 0.05765, 0.076 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, -1 }, 5.13453, 0.00314, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 3, -1 }, 5.13456, 0.00019, 0.025 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, -2, -1 }, 185.13494, 0.00003, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, -1, -1 }, 185.13559, 0.00025, 0.081 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, -1, 1 }, 5.13304, 0.00004, 0.069 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, -1 }, 185.13227, 0.00004, 1.057 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, 0, 1 }, 185.13228, 0.00002, 0.036 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, 1, -1 }, 185.13402, 0.00037, 0.070 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 1, 2, -1 }, 185.13428, 0.00004, 0.036 }, + { { 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, -1 }, 185.13319, 0.00027, 0.081 }, + { { 0, 0, 1, 0, 0, 0, 0, 2, 0, 1, -1 }, 185.13387, 0.00003, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 2, 1, 0, -1 }, 5.13229, 0.00004, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, -1, -2, -1 }, 5.13433, 0.00004, 0.354 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, -1, -1, -1 }, 185.13438, 0.00015, 0.096 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, -1, 0, -1 }, 5.13469, 0.00035, 0.042 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, -1, 1, -1 }, 5.13457, 0.00006, 0.027 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -3, -1 }, 5.13451, 0.00009, 0.066 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -2, -1 }, 5.13456, 0.00091, 0.547 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -2, 1 }, 5.13187, 0.00014, 0.040 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -1, -1 }, 185.13456, 0.00351, 0.088 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -1, 1 }, 5.13183, 0.00011, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, -1 }, 5.13469, 0.00503, 0.041 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 1, -1 }, 5.13462, 0.00076, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 2, -1 }, 5.13470, 0.00007, 0.020 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 1, -1, -1 }, 5.13321, 0.00005, 0.080 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 1, 0, -1 }, 185.13451, 0.00006, 0.039 }, + { { 0, 0, 1, 0, 0, 0, 0, 5, 0, -2, -1 }, 185.13445, 0.00004, 0.044 }, + { { 0, 0, 1, 0, 0, 0, 0, 5, 0, -1, -1 }, 5.13227, 0.00002, 0.028 }, + { { 0, 0, 1, 0, 0, 0, 0, 5, 0, 0, -1 }, 5.13472, 0.00004, 0.020 }, + { { 0, 8, -13, 0, 0, 0, 0, -2, 0, 0, 0 }, 324.68594, 0.00003, 0.040 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, -1, 0 }, 324.67709, 0.00003, 0.075 }, + { { 0, 8, -13, 0, 0, 0, 0, 0, 0, 1, 0 }, 144.67709, 0.00003, 0.075 }, + { { 0, 8, -13, 0, 0, 0, 0, 2, 0, 0, 0 }, 144.68611, 0.00003, 0.040 } +} }; + +constexpr array g_ELP19 +{ { + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 }, 180.00000, 0.00002, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2 }, 0.00000, 0.00011, 0.074 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, 0.00000, 0.00097, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0 }, 0.00000, 0.00035, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0 }, 0.00000, 0.00004, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -4, 0 }, 0.00000, 0.00012, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -3, -2 }, 180.00000, 0.00002, 0.015 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -3, 0 }, 0.00000, 0.00169, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, -2 }, 180.00000, 0.00013, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 }, 0.00000, 0.02438, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 2 }, 180.00000, 0.00006, 0.750 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, -2 }, 180.00000, 0.00076, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 0 }, 0.00000, 0.37115, 0.082 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 2 }, 0.00000, 0.00020, 0.069 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -2 }, 180.00000, 0.00019, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 }, 0.00000, 1.67680, 1.000 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2 }, 180.00000, 0.00104, 0.036 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, -2 }, 0.00000, 0.00021, 0.079 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0 }, 0.00000, 0.27560, 0.070 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 2 }, 180.00000, 0.00066, 0.024 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, -2 }, 180.00000, 0.00007, 1.500 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0 }, 0.00000, 0.01923, 0.036 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 2 }, 180.00000, 0.00011, 0.018 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0 }, 0.00000, 0.00138, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 2 }, 180.00000, 0.00001, 0.015 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0 }, 0.00000, 0.00010, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -3, 0 }, 0.00000, 0.00008, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -2, 0 }, 0.00000, 0.00097, 0.041 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -1, -2 }, 180.00000, 0.00002, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 0.00000, 0.01293, 0.089 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, -2 }, 0.00000, 0.00002, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 0.00000, 0.03747, 0.500 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 2 }, 180.00000, 0.00003, 0.035 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0 }, 0.00000, 0.00585, 0.066 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 2 }, 180.00000, 0.00001, 0.024 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0 }, 0.00000, 0.00033, 0.035 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 3, 0 }, 0.00000, 0.00002, 0.024 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 3, -2, 0 }, 0.00000, 0.00003, 0.043 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 3, -1, 0 }, 0.00000, 0.00039, 0.098 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0 }, 0.00000, 0.00076, 0.333 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 3, 1, 0 }, 0.00000, 0.00014, 0.062 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 4, -1, 0 }, 0.00000, 0.00001, 0.108 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0 }, 0.00000, 0.00001, 0.250 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -3, 0, 0 }, 180.00000, 0.00002, 0.107 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -2, -1, 0 }, 180.00000, 0.00001, 0.346 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -2, 0, 0 }, 180.00000, 0.00022, 0.096 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, -2, 0 }, 0.00000, 0.00002, 0.066 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, 0 }, 0.00000, 0.00034, 0.530 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, 0, -2 }, 0.00000, 0.00003, 0.065 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, 0, 0 }, 0.00000, 0.00141, 0.088 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, 1, 0 }, 0.00000, 0.00030, 0.041 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, 2, 0 }, 0.00000, 0.00004, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, -2, 0 }, 0.00000, 0.00002, 0.071 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, 0 }, 0.00000, 0.00004, 1.127 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 }, 0.00000, 0.00011, 0.081 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0 }, 180.00000, 0.00003, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, -3, 0 }, 180.00000, 0.00006, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, -2, 0 }, 180.00000, 0.00088, 0.076 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, -1, 0 }, 180.00000, 0.00270, 8.850 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0 }, 180.00000, 0.04516, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 2 }, 0.00000, 0.00009, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0 }, 180.00000, 0.00317, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 2 }, 0.00000, 0.00002, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 0 }, 180.00000, 0.00023, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 3, 0 }, 180.00000, 0.00002, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 2, -2, 0 }, 180.00000, 0.00002, 0.082 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 2, -1, 0 }, 0.00000, 0.00002, 0.898 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0 }, 0.00000, 0.00020, 0.070 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 2, 1, 0 }, 0.00000, 0.00004, 0.036 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -4, -1, 0 }, 180.00000, 0.00008, 0.134 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -4, 0, 0 }, 180.00000, 0.00013, 0.048 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -4, 1, 0 }, 180.00000, 0.00001, 0.029 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -3, -2, 0 }, 180.00000, 0.00007, 0.209 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -3, -1, 0 }, 180.00000, 0.00186, 0.118 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -3, 0, -2 }, 180.00000, 0.00001, 0.196 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -3, 0, 0 }, 180.00000, 0.00256, 0.046 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -3, 1, 0 }, 180.00000, 0.00025, 0.029 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -3, 2, 0 }, 180.00000, 0.00002, 0.021 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, -3, 0 }, 180.00000, 0.00008, 0.059 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, -2, 0 }, 180.00000, 0.00148, 0.265 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, -1, -2 }, 0.00000, 0.00002, 0.058 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, -1, 0 }, 180.00000, 0.03707, 0.105 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, -1, 2 }, 0.00000, 0.00008, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 0, -2 }, 180.00000, 0.00032, 0.243 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 0, 0 }, 180.00000, 0.04048, 0.044 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 0, 2 }, 0.00000, 0.00009, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 1, -2 }, 0.00000, 0.00008, 0.109 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 1, 0 }, 180.00000, 0.00378, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 1, 2 }, 0.00000, 0.00002, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 2, 0 }, 180.00000, 0.00032, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 3, 0 }, 180.00000, 0.00003, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -4, 0 }, 180.00000, 0.00007, 0.034 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -3, 0 }, 180.00000, 0.00120, 0.062 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -2, -2 }, 0.00000, 0.00007, 0.034 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -2, 0 }, 180.00000, 0.02165, 0.360 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -2, 2 }, 0.00000, 0.00005, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -1, -2 }, 0.00000, 0.00015, 0.061 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -1, 0 }, 180.00000, 0.51642, 0.095 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -1, 2 }, 0.00000, 0.00107, 0.027 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 0, -2 }, 180.00000, 0.00539, 0.322 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 0, 0 }, 180.00000, 0.41383, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 0, 2 }, 0.00000, 0.00096, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 1, -2 }, 0.00000, 0.00094, 0.099 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 1, 0 }, 180.00000, 0.03649, 0.027 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 1, 2 }, 0.00000, 0.00019, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 2, -2 }, 0.00000, 0.00007, 0.043 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 2, 0 }, 180.00000, 0.00295, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 2, 2 }, 0.00000, 0.00003, 0.013 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 3, 0 }, 180.00000, 0.00023, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 4, 0 }, 180.00000, 0.00002, 0.013 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -3, 0 }, 180.00000, 0.00003, 0.067 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -2, 0 }, 180.00000, 0.00031, 0.564 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -1, 0 }, 0.00000, 0.00819, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -1, 2 }, 180.00000, 0.00002, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, -2 }, 0.00000, 0.00029, 0.474 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 }, 0.00000, 0.01072, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 2 }, 180.00000, 0.00003, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, -2 }, 180.00000, 0.00005, 0.090 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0 }, 0.00000, 0.00128, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0 }, 0.00000, 0.00013, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 3, 0 }, 0.00000, 0.00001, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -4, 0 }, 180.00000, 0.00005, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -3, 0 }, 180.00000, 0.00045, 0.071 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -2, 0 }, 180.00000, 0.00631, 1.292 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -1, 0 }, 0.00000, 0.07118, 0.080 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -1, 2 }, 180.00000, 0.00017, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, -2 }, 0.00000, 0.00362, 0.903 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 0 }, 0.00000, 0.06128, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 2 }, 180.00000, 0.00016, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 1, -2 }, 180.00000, 0.00021, 0.082 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 1, 0 }, 0.00000, 0.00734, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 1, 2 }, 180.00000, 0.00004, 0.015 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 2, -2 }, 180.00000, 0.00002, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 2, 0 }, 0.00000, 0.00073, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 3, 0 }, 0.00000, 0.00007, 0.015 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -3, 0 }, 0.00000, 0.00005, 0.077 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -2, 0 }, 0.00000, 0.00126, 4.425 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -1, -2 }, 0.00000, 0.00003, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -1, 0 }, 0.00000, 0.01270, 0.074 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -1, 2 }, 180.00000, 0.00003, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, -2 }, 0.00000, 0.00012, 9.300 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0 }, 0.00000, 0.00094, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, 1, 0 }, 0.00000, 0.00007, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 3, -1, 0 }, 0.00000, 0.00001, 0.069 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, -2, -2, 0 }, 0.00000, 0.00002, 0.116 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, -2, -1, 0 }, 0.00000, 0.00006, 0.046 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, -2, 0, 0 }, 180.00000, 0.00003, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, -1, -2, 0 }, 0.00000, 0.00021, 0.104 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, -1, -1, 0 }, 0.00000, 0.00058, 0.044 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, -1, 0, -2 }, 0.00000, 0.00005, 0.108 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, -1, 0, 0 }, 180.00000, 0.00017, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 0, -1, 0 }, 180.00000, 0.00007, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0 }, 180.00000, 0.00004, 0.027 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 1, -3, 0 }, 0.00000, 0.00002, 0.602 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 1, -2, 0 }, 0.00000, 0.00011, 0.086 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 1, -1, 0 }, 180.00000, 0.00069, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 1, 0, -2 }, 180.00000, 0.00002, 0.089 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 1, 0, 0 }, 180.00000, 0.00038, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 1, 1, 0 }, 180.00000, 0.00006, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -3, -2, 0 }, 180.00000, 0.00006, 0.050 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -3, -1, 0 }, 180.00000, 0.00013, 0.030 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -3, 0, 0 }, 180.00000, 0.00007, 0.022 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -3, 1, 0 }, 180.00000, 0.00001, 0.017 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -2, -3, 0 }, 180.00000, 0.00003, 0.130 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -2, -2, 0 }, 180.00000, 0.00079, 0.048 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -2, -1, 0 }, 180.00000, 0.00155, 0.029 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -2, 0, 0 }, 180.00000, 0.00076, 0.021 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -2, 1, 0 }, 180.00000, 0.00012, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -2, 2, 0 }, 180.00000, 0.00001, 0.014 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, -3, 0 }, 180.00000, 0.00025, 0.115 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, -2, 0 }, 180.00000, 0.00686, 0.046 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, -2, 2 }, 0.00000, 0.00004, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, -1, -2 }, 180.00000, 0.00006, 0.119 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, -1, 0 }, 180.00000, 0.01097, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, -1, 2 }, 0.00000, 0.00006, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, 0, -2 }, 180.00000, 0.00002, 0.046 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, 0, 0 }, 180.00000, 0.00469, 0.021 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, 0, 2 }, 0.00000, 0.00003, 0.013 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, 1, -2 }, 0.00000, 0.00002, 0.029 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, 1, 0 }, 180.00000, 0.00071, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, 2, 0 }, 180.00000, 0.00008, 0.013 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 0, -2, 0 }, 0.00000, 0.00018, 0.044 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 0, -1, 0 }, 0.00000, 0.00041, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0 }, 0.00000, 0.00022, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 0 }, 0.00000, 0.00004, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, -3, 0 }, 180.00000, 0.00007, 0.093 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, -2, 0 }, 0.00000, 0.00090, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, -1, -2 }, 0.00000, 0.00005, 0.096 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, -1, 0 }, 0.00000, 0.00160, 0.027 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, 0, 0 }, 0.00000, 0.00073, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, 1, 0 }, 0.00000, 0.00013, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, 2, 0 }, 0.00000, 0.00002, 0.013 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 2, -3, 0 }, 0.00000, 0.00002, 0.085 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 2, -2, 0 }, 0.00000, 0.00018, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 2, -1, 0 }, 0.00000, 0.00011, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 2, 0, 0 }, 0.00000, 0.00001, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 5, -1, -2, 0 }, 0.00000, 0.00002, 0.029 }, + { { 0, 0, 0, 0, 0, 0, 0, 5, 1, -1, 0 }, 180.00000, 0.00001, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -2, -3, 0 }, 180.00000, 0.00002, 0.031 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -2, -2, 0 }, 180.00000, 0.00004, 0.022 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -2, -1, 0 }, 180.00000, 0.00004, 0.017 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -2, 0, 0 }, 180.00000, 0.00001, 0.014 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -1, -3, 0 }, 180.00000, 0.00010, 0.030 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -1, -2, 0 }, 180.00000, 0.00023, 0.021 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -1, -1, 0 }, 180.00000, 0.00018, 0.017 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -1, 0, 0 }, 180.00000, 0.00006, 0.014 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -1, 1, 0 }, 180.00000, 0.00001, 0.012 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, 0, -2, 0 }, 0.00000, 0.00001, 0.021 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, 0, -1, 0 }, 0.00000, 0.00001, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, 1, -3, 0 }, 0.00000, 0.00001, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, 1, -2, 0 }, 0.00000, 0.00003, 0.021 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, 1, -1, 0 }, 0.00000, 0.00003, 0.016 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, -1, 1 }, 14.81311, 0.00001, 0.089 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 1 }, 194.81311, 0.00007, 0.487 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, -1 }, 14.81311, 0.00006, 0.087 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -2, -1 }, 194.81311, 0.00004, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, -1 }, 194.81311, 0.00053, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, 1 }, 194.81311, 0.00007, 0.074 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -1 }, 194.81311, 0.00247, 18.600 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 1 }, 194.81311, 0.00052, 0.037 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, -1 }, 194.81311, 0.00053, 0.076 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 1 }, 194.81311, 0.00006, 0.025 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, -1 }, 194.81311, 0.00004, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -1, -1 }, 14.81311, 0.00004, 0.088 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -1, 1 }, 194.81311, 0.00001, 0.026 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, -1 }, 194.81311, 0.00005, 0.041 } +} }; + +constexpr array g_ELP20 +{ { + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 }, 0.00000, 0.00007, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1 }, 0.00000, 0.00008, 5.997 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 1 }, 0.00000, 0.00008, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, -1 }, 0.00000, 0.00005, 0.076 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 1 }, 0.00000, 0.00003, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -4, -1 }, 0.00000, 0.00002, 0.015 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -3, -1 }, 0.00000, 0.00019, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -3, 1 }, 0.00000, 0.00006, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, -1 }, 0.00000, 0.00200, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 1 }, 0.00000, 0.00076, 0.083 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, -3 }, 180.00000, 0.00002, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, -1 }, 0.00000, 0.01696, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 1 }, 0.00000, 0.01419, 0.857 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 3 }, 0.00000, 0.00002, 0.036 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1 }, 0.00000, 0.01215, 0.081 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1 }, 0.00000, 0.01623, 0.069 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 3 }, 180.00000, 0.00003, 0.024 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, -3 }, 0.00000, 0.00002, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, -1 }, 0.00000, 0.01279, 1.200 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 1 }, 0.00000, 0.01338, 0.036 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 3 }, 180.00000, 0.00002, 0.018 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, -1 }, 0.00000, 0.00079, 0.071 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 1 }, 0.00000, 0.00161, 0.024 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, -1 }, 0.00000, 0.00006, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 1 }, 0.00000, 0.00016, 0.018 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 1 }, 0.00000, 0.00001, 0.015 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -2, -1 }, 0.00000, 0.00008, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -2, 1 }, 0.00000, 0.00003, 0.090 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -1, -1 }, 0.00000, 0.00057, 0.041 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -1, 1 }, 0.00000, 0.00048, 0.462 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, -1 }, 0.00000, 0.00009, 0.088 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 1 }, 0.00000, 0.00029, 0.065 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, -1 }, 0.00000, 0.00031, 0.545 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 1 }, 0.00000, 0.00028, 0.035 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, -1 }, 0.00000, 0.00001, 0.066 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 1 }, 0.00000, 0.00003, 0.024 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 3, -1, -1 }, 0.00000, 0.00002, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 3, -1, 1 }, 0.00000, 0.00001, 0.316 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -2, 0, -1 }, 180.00000, 0.00001, 0.327 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -2, 0, 1 }, 180.00000, 0.00001, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, -1 }, 180.00000, 0.00003, 0.065 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, 0, -1 }, 0.00000, 0.00003, 0.487 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, 0, 1 }, 0.00000, 0.00005, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, 1, -1 }, 0.00000, 0.00005, 0.089 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, 1, 1 }, 0.00000, 0.00002, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, -2, -1 }, 180.00000, 0.00004, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, -2, 1 }, 180.00000, 0.00004, 3.575 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, -1, -1 }, 180.00000, 0.00002, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, -1, 1 }, 0.00000, 0.00014, 0.074 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, -1 }, 180.00000, 0.00202, 18.600 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 1 }, 180.00000, 0.00202, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, -1 }, 180.00000, 0.00009, 0.076 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 1 }, 180.00000, 0.00026, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 1 }, 180.00000, 0.00003, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 1 }, 0.00000, 0.00001, 0.036 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -4, 0, -1 }, 180.00000, 0.00001, 0.137 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -3, -1, -1 }, 180.00000, 0.00007, 0.202 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -3, -1, 1 }, 180.00000, 0.00008, 0.046 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -3, 0, -1 }, 180.00000, 0.00028, 0.120 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -3, 0, 1 }, 180.00000, 0.00012, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -3, 1, -1 }, 180.00000, 0.00002, 0.046 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -3, 1, 1 }, 180.00000, 0.00002, 0.021 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, -2, -1 }, 180.00000, 0.00011, 0.058 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, -1, -1 }, 180.00000, 0.00135, 0.254 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, -1, 1 }, 180.00000, 0.00158, 0.044 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 0, -3 }, 180.00000, 0.00001, 0.057 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 0, -1 }, 180.00000, 0.00546, 0.107 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 0, 1 }, 180.00000, 0.00193, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 1, -1 }, 180.00000, 0.00035, 0.044 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 1, 1 }, 180.00000, 0.00029, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 2, -1 }, 180.00000, 0.00003, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 2, 1 }, 180.00000, 0.00003, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -4, -1 }, 180.00000, 0.00001, 0.023 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -3, -1 }, 180.00000, 0.00014, 0.034 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -3, 1 }, 180.00000, 0.00002, 0.384 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -2, -1 }, 180.00000, 0.00164, 0.062 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -2, 1 }, 0.00000, 0.00016, 0.094 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -1, -3 }, 180.00000, 0.00003, 0.034 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -1, -1 }, 180.00000, 0.01869, 0.340 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -1, 1 }, 180.00000, 0.02229, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -1, 3 }, 0.00000, 0.00003, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 0, -3 }, 180.00000, 0.00022, 0.060 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 0, -1 }, 180.00000, 0.07430, 0.097 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 0, 1 }, 180.00000, 0.01999, 0.027 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 0, 3 }, 0.00000, 0.00002, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 1, -3 }, 0.00000, 0.00004, 0.305 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 1, -1 }, 180.00000, 0.00443, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 1, 1 }, 180.00000, 0.00285, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 2, -1 }, 180.00000, 0.00032, 0.027 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 2, 1 }, 180.00000, 0.00031, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 3, -1 }, 180.00000, 0.00002, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 3, 1 }, 180.00000, 0.00003, 0.013 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -1, -1 }, 0.00000, 0.00026, 0.515 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -1, 1 }, 0.00000, 0.00037, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, -3 }, 0.00000, 0.00001, 0.064 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, -1 }, 0.00000, 0.00295, 0.088 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 1 }, 0.00000, 0.00053, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, -1 }, 0.00000, 0.00022, 0.041 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, 1 }, 0.00000, 0.00010, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, -1 }, 0.00000, 0.00002, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 1 }, 0.00000, 0.00001, 0.015 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -3, -1 }, 180.00000, 0.00005, 0.036 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -2, -1 }, 180.00000, 0.00020, 0.070 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -2, 1 }, 180.00000, 0.00014, 0.079 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -1, -1 }, 0.00000, 0.00198, 1.063 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -1, 1 }, 0.00000, 0.00330, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, -3 }, 0.00000, 0.00014, 0.069 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, -1 }, 0.00000, 0.03043, 0.081 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 1 }, 0.00000, 0.00318, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 1, -3 }, 180.00000, 0.00001, 0.785 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 1, -1 }, 0.00000, 0.00207, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 1, 1 }, 0.00000, 0.00060, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 2, -1 }, 0.00000, 0.00016, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 2, 1 }, 0.00000, 0.00008, 0.015 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 3, -1 }, 0.00000, 0.00001, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -2, -1 }, 0.00000, 0.00006, 0.076 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -2, 1 }, 0.00000, 0.00003, 0.073 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -1, -1 }, 0.00000, 0.00053, 16.885 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -1, 1 }, 0.00000, 0.00057, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, -1 }, 0.00000, 0.00068, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 1 }, 0.00000, 0.00007, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, 1, -1 }, 0.00000, 0.00003, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, -1, -1, -1 }, 0.00000, 0.00005, 0.106 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, -1, -1, 1 }, 0.00000, 0.00003, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, -1, 0, -1 }, 0.00000, 0.00006, 0.044 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 1, -1, -1 }, 180.00000, 0.00003, 0.088 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 1, -1, 1 }, 180.00000, 0.00005, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 1, 0, -1 }, 180.00000, 0.00009, 0.041 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 1, 0, 1 }, 180.00000, 0.00003, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 1, 1, -1 }, 180.00000, 0.00001, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -3, -1, -1 }, 180.00000, 0.00001, 0.051 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -3, -1, 1 }, 180.00000, 0.00001, 0.021 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -3, 0, -1 }, 180.00000, 0.00001, 0.030 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -2, -2, -1 }, 180.00000, 0.00001, 0.133 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -2, -2, 1 }, 180.00000, 0.00006, 0.029 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -2, -1, -1 }, 180.00000, 0.00017, 0.048 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -2, -1, 1 }, 180.00000, 0.00012, 0.021 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -2, 0, -1 }, 180.00000, 0.00015, 0.029 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -2, 0, 1 }, 180.00000, 0.00006, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -2, 1, -1 }, 180.00000, 0.00002, 0.021 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -2, 1, 1 }, 180.00000, 0.00001, 0.013 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, -2, -1 }, 180.00000, 0.00013, 0.117 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, -2, 1 }, 180.00000, 0.00054, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, -1, -1 }, 180.00000, 0.00149, 0.046 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, -1, 1 }, 180.00000, 0.00085, 0.021 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, 0, -3 }, 180.00000, 0.00001, 0.122 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, 0, -1 }, 180.00000, 0.00104, 0.029 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, 0, 1 }, 180.00000, 0.00040, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, 1, -1 }, 180.00000, 0.00014, 0.021 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, 1, 1 }, 180.00000, 0.00008, 0.013 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, 2, -1 }, 180.00000, 0.00002, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, 2, 1 }, 180.00000, 0.00001, 0.011 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 0, -2, 1 }, 0.00000, 0.00001, 0.027 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 0, -1, -1 }, 0.00000, 0.00008, 0.044 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 0, -1, 1 }, 0.00000, 0.00003, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, -1 }, 0.00000, 0.00007, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 1 }, 0.00000, 0.00002, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, -1 }, 0.00000, 0.00001, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, -2, 1 }, 0.00000, 0.00007, 0.027 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, -1, -1 }, 0.00000, 0.00043, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, -1, 1 }, 0.00000, 0.00013, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, 0, -1 }, 0.00000, 0.00028, 0.027 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, 0, 1 }, 0.00000, 0.00006, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, 1, -1 }, 0.00000, 0.00004, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, 1, 1 }, 0.00000, 0.00001, 0.013 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 2, -2, 1 }, 0.00000, 0.00001, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 2, -1, -1 }, 0.00000, 0.00002, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -1, -3, 1 }, 180.00000, 0.00001, 0.021 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -1, -2, -1 }, 180.00000, 0.00003, 0.030 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -1, -2, 1 }, 180.00000, 0.00002, 0.017 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -1, -1, -1 }, 180.00000, 0.00004, 0.021 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -1, -1, 1 }, 180.00000, 0.00002, 0.014 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -1, 0, -1 }, 180.00000, 0.00002, 0.017 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, -1, 0 }, 194.81311, 0.00002, 0.041 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 0 }, 194.81311, 0.00041, 0.088 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, 0 }, 194.81311, 0.00010, 0.530 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 1, 0, 0 }, 194.81311, 0.00002, 0.096 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -2, 0 }, 194.81311, 0.00002, 0.076 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, -2 }, 194.81311, 0.00003, 0.037 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, 0 }, 194.81311, 0.00066, 8.850 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, -2 }, 194.81311, 0.00008, 0.074 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0 }, 14.81311, 0.01172, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 2 }, 194.81311, 0.00001, 0.025 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, -2 }, 194.81311, 0.00002, 4.535 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, 0 }, 14.81311, 0.00062, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, 0 }, 14.81311, 0.00004, 0.025 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -1, 0 }, 14.81311, 0.00013, 0.040 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 0 }, 14.81311, 0.00007, 0.026 } +} }; + +constexpr array g_ELP21 +{ { + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 }, 270.00000, 0.00149, 99999.999 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2 }, 90.00000, 0.00010, 0.074 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 }, 270.00000, 0.00174, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0 }, 270.00000, 0.00029, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0 }, 270.00000, 0.00003, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -4, 0 }, 90.00000, 0.00007, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -3, 0 }, 90.00000, 0.00106, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 }, 90.00000, 0.01764, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 2 }, 90.00000, 0.00013, 0.750 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, -2 }, 90.00000, 0.00002, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 0 }, 90.00000, 0.32654, 0.082 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 2 }, 270.00000, 0.00084, 0.069 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -2 }, 90.00000, 0.00047, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 }, 270.00000, 0.12302, 1.000 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 2 }, 90.00000, 0.00040, 0.036 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, -2 }, 90.00000, 0.00062, 0.079 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0 }, 270.00000, 0.26396, 0.070 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, -2 }, 270.00000, 0.00008, 1.500 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0 }, 270.00000, 0.01449, 0.036 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 3, 0 }, 270.00000, 0.00089, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 1, 4, 0 }, 270.00000, 0.00006, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -3, 0 }, 90.00000, 0.00005, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -2, 0 }, 90.00000, 0.00069, 0.041 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -1, 0 }, 90.00000, 0.01066, 0.089 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, -1, 2 }, 270.00000, 0.00002, 0.064 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, -2 }, 90.00000, 0.00003, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 }, 270.00000, 0.00536, 0.500 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 1, 0 }, 270.00000, 0.00587, 0.066 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 2, 2, 0 }, 270.00000, 0.00026, 0.035 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 3, -2, 0 }, 90.00000, 0.00002, 0.043 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 3, -1, 0 }, 90.00000, 0.00029, 0.098 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0 }, 270.00000, 0.00016, 0.333 }, + { { 0, 0, 0, 0, 0, 0, 0, 0, 3, 1, 0 }, 270.00000, 0.00014, 0.062 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -2, -1, 0 }, 270.00000, 0.00004, 0.346 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -2, 0, 0 }, 90.00000, 0.00015, 0.096 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, -1, 0 }, 270.00000, 0.00029, 0.530 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, 0, -2 }, 90.00000, 0.00003, 0.065 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, 0, 0 }, 270.00000, 0.00126, 0.088 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, 1, 0 }, 270.00000, 0.00028, 0.041 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, -1, 2, 0 }, 270.00000, 0.00003, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, -2, 0 }, 90.00000, 0.00002, 0.071 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, 0 }, 90.00000, 0.00004, 1.127 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 }, 270.00000, 0.00008, 0.081 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0 }, 90.00000, 0.00002, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, -3, 0 }, 270.00000, 0.00004, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, -2, 0 }, 270.00000, 0.00084, 0.076 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, -1, 0 }, 270.00000, 0.00214, 8.850 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, -2 }, 270.00000, 0.00008, 0.074 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0 }, 90.00000, 0.04194, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 1, 0 }, 90.00000, 0.00235, 0.038 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 1, 2, 0 }, 90.00000, 0.00015, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 2, -1, 0 }, 270.00000, 0.00002, 0.898 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0 }, 270.00000, 0.00019, 0.070 }, + { { 0, 0, 0, 0, 0, 0, 0, 1, 2, 1, 0 }, 270.00000, 0.00003, 0.036 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -4, -1, 0 }, 90.00000, 0.00004, 0.134 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -4, 0, 0 }, 90.00000, 0.00016, 0.048 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -3, -2, 0 }, 270.00000, 0.00008, 0.209 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -3, -1, 0 }, 90.00000, 0.00112, 0.118 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -3, 0, 0 }, 90.00000, 0.00310, 0.046 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -3, 1, 0 }, 90.00000, 0.00022, 0.029 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, -3, 0 }, 270.00000, 0.00008, 0.059 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, -2, 0 }, 270.00000, 0.00173, 0.265 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, -1, -2 }, 270.00000, 0.00005, 0.058 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, -1, 0 }, 90.00000, 0.02490, 0.105 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 0, -2 }, 270.00000, 0.00014, 0.243 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 0, 0 }, 90.00000, 0.04970, 0.044 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 1, -2 }, 270.00000, 0.00004, 0.109 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 1, 0 }, 90.00000, 0.00331, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -2, 2, 0 }, 90.00000, 0.00023, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -4, 0 }, 270.00000, 0.00006, 0.034 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -3, 0 }, 270.00000, 0.00125, 0.062 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -2, -2 }, 270.00000, 0.00004, 0.034 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -2, 0 }, 270.00000, 0.02529, 0.360 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -2, 2 }, 270.00000, 0.00008, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -1, -2 }, 270.00000, 0.00081, 0.061 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -1, 0 }, 90.00000, 0.38245, 0.095 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, -1, 2 }, 270.00000, 0.00009, 0.027 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 0, -2 }, 270.00000, 0.00165, 0.322 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 0, 0 }, 90.00000, 0.51395, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 1, -2 }, 270.00000, 0.00053, 0.099 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 1, 0 }, 90.00000, 0.03222, 0.027 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 2, -2 }, 270.00000, 0.00005, 0.043 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 2, 0 }, 90.00000, 0.00213, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, -1, 3, 0 }, 90.00000, 0.00015, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -3, 0 }, 270.00000, 0.00002, 0.067 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -2, 0 }, 90.00000, 0.00004, 0.564 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, -1, 0 }, 270.00000, 0.00633, 0.087 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, -2 }, 90.00000, 0.00005, 0.474 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 }, 270.00000, 0.01356, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, -2 }, 90.00000, 0.00003, 0.090 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 1, 0 }, 270.00000, 0.00114, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 0, 2, 0 }, 270.00000, 0.00009, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -4, 0 }, 270.00000, 0.00004, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -3, 0 }, 270.00000, 0.00043, 0.071 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -2, 0 }, 270.00000, 0.00039, 1.292 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -1, -2 }, 90.00000, 0.00012, 0.070 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, -1, 0 }, 270.00000, 0.06068, 0.080 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, -2 }, 90.00000, 0.00034, 0.903 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 0, 0 }, 270.00000, 0.07754, 0.039 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 1, -2 }, 90.00000, 0.00014, 0.082 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 1, 0 }, 270.00000, 0.00658, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 2, 0 }, 270.00000, 0.00053, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 1, 3, 0 }, 270.00000, 0.00004, 0.015 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -3, 0 }, 90.00000, 0.00005, 0.077 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -2, 0 }, 90.00000, 0.00055, 4.425 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -1, -2 }, 90.00000, 0.00005, 0.075 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, -1, 0 }, 270.00000, 0.01186, 0.074 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, 0, 0 }, 270.00000, 0.00074, 0.037 }, + { { 0, 0, 0, 0, 0, 0, 0, 2, 2, 1, 0 }, 270.00000, 0.00005, 0.025 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, -2, -1, 0 }, 270.00000, 0.00007, 0.046 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, -2, 0, 0 }, 90.00000, 0.00005, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, -1, -2, 0 }, 270.00000, 0.00013, 0.104 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, -1, -1, 0 }, 270.00000, 0.00064, 0.044 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, -1, 0, -2 }, 270.00000, 0.00004, 0.108 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, -1, 0, 0 }, 90.00000, 0.00040, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, -1, 1, 0 }, 90.00000, 0.00002, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 0, -1, 0 }, 90.00000, 0.00006, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0 }, 90.00000, 0.00003, 0.027 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 1, -2, 0 }, 270.00000, 0.00010, 0.086 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 1, -1, 0 }, 90.00000, 0.00053, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 1, 0, -2 }, 90.00000, 0.00002, 0.089 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 1, 0, 0 }, 90.00000, 0.00027, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 3, 1, 1, 0 }, 90.00000, 0.00004, 0.019 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -3, -2, 0 }, 90.00000, 0.00004, 0.050 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -3, -1, 0 }, 90.00000, 0.00012, 0.030 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -3, 0, 0 }, 90.00000, 0.00006, 0.022 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -2, -2, 0 }, 90.00000, 0.00054, 0.048 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -2, -1, 0 }, 90.00000, 0.00140, 0.029 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -2, 0, -2 }, 90.00000, 0.00002, 0.048 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -2, 0, 0 }, 90.00000, 0.00064, 0.021 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -2, 1, 0 }, 90.00000, 0.00009, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, -3, 0 }, 90.00000, 0.00011, 0.115 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, -2, 0 }, 90.00000, 0.00476, 0.046 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, -1, -2 }, 90.00000, 0.00007, 0.119 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, -1, 0 }, 90.00000, 0.00993, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, 0, -2 }, 90.00000, 0.00014, 0.046 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, 0, 0 }, 90.00000, 0.00394, 0.021 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, 1, 0 }, 90.00000, 0.00051, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, -1, 2, 0 }, 90.00000, 0.00005, 0.013 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 0, -2, 0 }, 270.00000, 0.00012, 0.044 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 0, -1, 0 }, 270.00000, 0.00038, 0.028 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0 }, 270.00000, 0.00019, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 0, 1, 0 }, 270.00000, 0.00003, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, -3, 0 }, 90.00000, 0.00006, 0.093 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, -2, 0 }, 270.00000, 0.00060, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, -1, -2 }, 270.00000, 0.00004, 0.096 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, -1, 0 }, 270.00000, 0.00146, 0.027 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, 0, -2 }, 270.00000, 0.00005, 0.042 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, 0, 0 }, 270.00000, 0.00061, 0.020 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 1, 1, 0 }, 270.00000, 0.00009, 0.016 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 2, -2, 0 }, 270.00000, 0.00013, 0.040 }, + { { 0, 0, 0, 0, 0, 0, 0, 4, 2, -1, 0 }, 270.00000, 0.00009, 0.026 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -2, -2, 0 }, 90.00000, 0.00003, 0.022 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -2, -1, 0 }, 90.00000, 0.00003, 0.017 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -1, -3, 0 }, 90.00000, 0.00006, 0.030 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -1, -2, 0 }, 90.00000, 0.00017, 0.021 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -1, -1, 0 }, 90.00000, 0.00013, 0.017 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, -1, 0, 0 }, 90.00000, 0.00004, 0.014 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, 1, -2, 0 }, 270.00000, 0.00002, 0.021 }, + { { 0, 0, 0, 0, 0, 0, 0, 6, 1, -1, 0 }, 270.00000, 0.00002, 0.016 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, -1 }, 284.81311, 0.00003, 0.040 }, + { { 0, 0, 1, 0, 0, 0, 0, -1, 0, 1, -1 }, 104.81311, 0.00005, 0.087 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -2, -1 }, 284.81311, 0.00003, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, -1 }, 284.81311, 0.00049, 0.075 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, -1, 1 }, 104.81311, 0.00012, 0.074 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 1, -1 }, 104.81311, 0.00049, 0.076 }, + { { 0, 0, 1, 0, 0, 0, 0, 1, 0, 2, -1 }, 104.81311, 0.00003, 0.038 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, -1, -1 }, 284.81311, 0.00003, 0.088 }, + { { 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, -1 }, 104.81311, 0.00004, 0.041 } +} }; + +constexpr array g_ELP22 +{ { + { 0, { 1, 1, -1, -1 }, 192.93665, 0.00004, 0.075 }, + { 0, { 1, 1, 0, -1 }, 192.93665, 0.00082, 18.600 }, + { 0, { 1, 1, 1, -1 }, 192.93665, 0.00004, 0.076 } +} }; + +constexpr array g_ELP23 +{ { + { 0, { 1, 1, 0, -2 }, 192.93663, 0.00004, 0.074 }, + { 0, { 1, 1, 0, 0 }, 192.93664, 0.00004, 0.075 } +} }; + +constexpr array g_ELP24 +{ { + { 0, { 1, 1, -1, -1 }, 282.93665, 0.00004, 0.075 }, + { 0, { 1, 1, 1, -1 }, 102.93665, 0.00004, 0.076 } +} }; + +constexpr array g_ELP25 +{ { + { 0, { 0, 0, 1, 0 }, 0.00000, 0.00058, 0.075 }, + { 0, { 0, 0, 2, 0 }, 0.00000, 0.00004, 0.038 }, + { 0, { 2, 0, -2, 0 }, 0.00000, 0.00002, 0.564 }, + { 0, { 2, 0, -1, 0 }, 0.00000, 0.00021, 0.087 }, + { 0, { 2, 0, 0, 0 }, 0.00000, 0.00009, 0.040 }, + { 0, { 2, 0, 1, 0 }, 0.00000, 0.00001, 0.026 } +} }; + +constexpr array g_ELP26 +{ { + { 0, { 0, 0, 0, 1 }, 180.00000, 0.00005, 0.075 }, + { 0, { 0, 0, 1, -1 }, 0.00000, 0.00003, 5.997 }, + { 0, { 0, 0, 1, 1 }, 0.00000, 0.00003, 0.037 }, + { 0, { 2, 0, 0, -1 }, 0.00000, 0.00001, 0.088 } +} }; + +constexpr array g_ELP27 +{ { + { 0, { 0, 0, 0, 0 }, 90.00000, 0.00356, 99999.999 }, + { 0, { 0, 0, 1, 0 }, 270.00000, 0.00072, 0.075 }, + { 0, { 0, 0, 2, 0 }, 270.00000, 0.00003, 0.038 }, + { 0, { 2, 0, -1, 0 }, 270.00000, 0.00019, 0.087 }, + { 0, { 2, 0, 0, 0 }, 270.00000, 0.00013, 0.040 } +} }; + +constexpr array g_ELP28 +{ { + { 0, { 0, 0, 0, 1 }, 303.96185, 0.00004, 0.075 }, + { 0, { 0, 0, 1, -1 }, 259.88393, 0.00016, 5.997 }, + { 0, { 0, 0, 2, -2 }, 0.43020, 0.00040, 2.998 }, + { 0, { 0, 0, 3, -2 }, 0.43379, 0.00002, 0.077 }, + { 0, { 0, 1, -1, 0 }, 359.99858, 0.00014, 0.082 }, + { 0, { 0, 1, 0, 0 }, 359.99982, 0.00223, 1.000 }, + { 0, { 0, 1, 1, 0 }, 359.99961, 0.00014, 0.070 }, + { 0, { 1, 0, -1, 0 }, 359.99331, 0.00009, 1.127 }, + { 0, { 1, 0, 0, 0 }, 359.99537, 0.00001, 0.081 }, + { 0, { 1, 1, -1, 0 }, 0.06418, 0.00003, 8.850 }, + { 0, { 2, -1, -1, 0 }, 180.00095, 0.00004, 0.095 }, + { 0, { 2, -1, 0, 0 }, 180.00014, 0.00003, 0.042 }, + { 0, { 2, 0, -3, 0 }, 179.98126, 0.00001, 0.067 }, + { 0, { 2, 0, -2, 0 }, 179.98366, 0.00025, 0.564 }, + { 0, { 2, 0, -1, 0 }, 179.99638, 0.00014, 0.087 }, + { 0, { 2, 0, 0, -2 }, 179.95864, 0.00003, 0.474 }, + { 0, { 2, 0, 0, 0 }, 179.99904, 0.00002, 0.040 }, + { 0, { 2, 1, -2, 0 }, 179.99184, 0.00002, 1.292 }, + { 0, { 2, 1, -1, 0 }, 0.00313, 0.00002, 0.080 }, + { 0, { 2, 1, 0, 0 }, 359.99965, 0.00002, 0.039 } +} }; + +constexpr array g_ELP29 +{ { + { 0, { 0, 0, 1, -1 }, 0.02199, 0.00003, 5.997 }, + { 0, { 0, 0, 1, 0 }, 245.99067, 0.00001, 0.075 }, + { 0, { 0, 0, 1, 1 }, 0.00530, 0.00001, 0.037 }, + { 0, { 0, 0, 2, -3 }, 0.42283, 0.00002, 0.073 }, + { 0, { 0, 0, 2, -1 }, 0.74505, 0.00001, 0.076 }, + { 0, { 0, 1, -1, -1 }, 359.99982, 0.00001, 0.039 }, + { 0, { 0, 1, 0, -1 }, 359.99982, 0.00010, 0.081 }, + { 0, { 0, 1, 0, 1 }, 359.99982, 0.00010, 0.069 }, + { 0, { 0, 1, 1, 1 }, 359.99982, 0.00001, 0.036 }, + { 0, { 2, 0, -2, -1 }, 179.98356, 0.00001, 0.066 }, + { 0, { 2, 0, -2, 1 }, 179.98353, 0.00001, 0.086 }, + { 0, { 2, 0, 0, -1 }, 179.99478, 0.00005, 0.088 } +} }; + +constexpr array g_ELP30 +{ { + { 0, { 0, 0, 0, 0 }, 90.00000, 0.00130, 99999.999 }, + { 0, { 0, 0, 0, 1 }, 213.95720, 0.00003, 0.075 }, + { 0, { 0, 0, 0, 2 }, 270.03745, 0.00002, 0.037 }, + { 0, { 0, 0, 1, 0 }, 90.07597, 0.00004, 0.075 }, + { 0, { 0, 0, 3, -2 }, 270.43429, 0.00002, 0.077 }, + { 0, { 0, 1, -1, 0 }, 89.99919, 0.00013, 0.082 }, + { 0, { 0, 1, 0, 0 }, 270.00007, 0.00022, 1.000 }, + { 0, { 0, 1, 1, 0 }, 269.99903, 0.00011, 0.070 }, + { 0, { 2, -1, -1, 0 }, 89.99815, 0.00002, 0.095 }, + { 0, { 2, -1, 0, 0 }, 90.00052, 0.00003, 0.042 }, + { 0, { 2, 0, -2, 0 }, 269.98585, 0.00005, 0.564 }, + { 0, { 2, 0, -1, 0 }, 89.99863, 0.00013, 0.087 }, + { 0, { 2, 1, -1, 0 }, 269.99982, 0.00002, 0.080 }, + { 0, { 2, 1, 0, 0 }, 269.99982, 0.00003, 0.039 } +} }; + +constexpr array g_ELP31 +{ { + { 0, { 0, 1, -1, 0 }, 179.93473, 0.00006, 0.082 }, + { 0, { 0, 1, 0, 0 }, 179.98532, 0.00081, 1.000 }, + { 0, { 0, 1, 1, 0 }, 179.96323, 0.00005, 0.070 }, + { 0, { 1, 0, 0, 0 }, 0.00001, 0.00013, 0.081 }, + { 0, { 1, 1, 0, 0 }, 180.02282, 0.00001, 0.075 }, + { 0, { 2, -1, -1, 0 }, 0.02264, 0.00002, 0.095 }, + { 0, { 2, 0, -1, 0 }, 359.98826, 0.00002, 0.087 }, + { 0, { 2, 0, 0, 0 }, 180.00019, 0.00055, 0.040 }, + { 0, { 2, 0, 1, 0 }, 180.00017, 0.00006, 0.026 }, + { 0, { 2, 1, -1, 0 }, 180.74954, 0.00001, 0.080 }, + { 0, { 4, 0, -1, 0 }, 180.00035, 0.00001, 0.028 } +} }; + +constexpr array g_ELP32 +{ { + { 0, { 0, 1, 0, -1 }, 179.99803, 0.00004, 0.081 }, + { 0, { 0, 1, 0, 1 }, 179.99798, 0.00004, 0.069 }, + { 0, { 2, 0, 0, -1 }, 359.99810, 0.00002, 0.088 }, + { 0, { 2, 0, 0, 1 }, 180.00026, 0.00002, 0.026 } +} }; + +constexpr array g_ELP33 +{ { + { 0, { 0, 0, 0, 0 }, 270.00000, 0.00828, 99999.999 }, + { 0, { 0, 0, 1, 0 }, 89.99994, 0.00043, 0.075 }, + { 0, { 0, 1, -1, 0 }, 269.93292, 0.00005, 0.082 }, + { 0, { 0, 1, 0, 0 }, 270.00908, 0.00009, 1.000 }, + { 0, { 0, 1, 1, 0 }, 89.95765, 0.00005, 0.070 }, + { 0, { 1, 0, 0, 0 }, 270.00002, 0.00006, 0.081 }, + { 0, { 2, -1, 0, 0 }, 89.97071, 0.00002, 0.042 }, + { 0, { 2, 0, -1, 0 }, 269.99367, 0.00003, 0.087 }, + { 0, { 2, 0, 0, 0 }, 90.00014, 0.00106, 0.040 }, + { 0, { 2, 0, 1, 0 }, 90.00010, 0.00008, 0.026 } +} }; + +constexpr array g_ELP34 +{ { + { 0, { 0, 1, -2, 0 }, 0.00000, 0.00007, 0.039 }, + { 0, { 0, 1, -1, 0 }, 0.00000, 0.00108, 0.082 }, + { 0, { 0, 1, 0, 0 }, 0.00000, 0.00487, 1.000 }, + { 0, { 0, 1, 1, 0 }, 0.00000, 0.00080, 0.070 }, + { 0, { 0, 1, 2, 0 }, 0.00000, 0.00006, 0.036 }, + { 0, { 0, 2, -1, 0 }, 0.00000, 0.00004, 0.089 }, + { 0, { 0, 2, 0, 0 }, 0.00000, 0.00011, 0.500 }, + { 0, { 0, 2, 1, 0 }, 0.00000, 0.00002, 0.066 }, + { 0, { 1, 1, 0, 0 }, 180.00000, 0.00013, 0.075 }, + { 0, { 2, -2, -1, 0 }, 180.00000, 0.00011, 0.105 }, + { 0, { 2, -2, 0, 0 }, 180.00000, 0.00012, 0.044 }, + { 0, { 2, -2, 1, 0 }, 180.00000, 0.00001, 0.028 }, + { 0, { 2, -1, -2, 0 }, 180.00000, 0.00006, 0.360 }, + { 0, { 2, -1, -1, 0 }, 180.00000, 0.00150, 0.095 }, + { 0, { 2, -1, 0, -2 }, 180.00000, 0.00002, 0.322 }, + { 0, { 2, -1, 0, 0 }, 180.00000, 0.00120, 0.042 }, + { 0, { 2, -1, 1, 0 }, 180.00000, 0.00011, 0.027 }, + { 0, { 2, 0, -1, 0 }, 0.00000, 0.00002, 0.087 }, + { 0, { 2, 0, 0, 0 }, 0.00000, 0.00003, 0.040 }, + { 0, { 2, 1, -2, 0 }, 180.00000, 0.00002, 1.292 }, + { 0, { 2, 1, -1, 0 }, 0.00000, 0.00021, 0.080 }, + { 0, { 2, 1, 0, -2 }, 0.00000, 0.00001, 0.903 }, + { 0, { 2, 1, 0, 0 }, 0.00000, 0.00018, 0.039 }, + { 0, { 2, 1, 1, 0 }, 0.00000, 0.00002, 0.026 }, + { 0, { 2, 2, -1, 0 }, 0.00000, 0.00004, 0.074 }, + { 0, { 4, -1, -2, 0 }, 180.00000, 0.00002, 0.046 }, + { 0, { 4, -1, -1, 0 }, 180.00000, 0.00003, 0.028 }, + { 0, { 4, -1, 0, 0 }, 180.00000, 0.00001, 0.021 } +} }; + +constexpr array g_ELP35 +{ { + { 0, { 0, 1, -1, -1 }, 0.00000, 0.00005, 0.039 }, + { 0, { 0, 1, -1, 1 }, 0.00000, 0.00004, 0.857 }, + { 0, { 0, 1, 0, -1 }, 0.00000, 0.00004, 0.081 }, + { 0, { 0, 1, 0, 1 }, 0.00000, 0.00005, 0.069 }, + { 0, { 0, 1, 1, -1 }, 0.00000, 0.00004, 1.200 }, + { 0, { 0, 1, 1, 1 }, 0.00000, 0.00004, 0.036 }, + { 0, { 2, -2, 0, -1 }, 180.00000, 0.00002, 0.107 }, + { 0, { 2, -1, -1, -1 }, 180.00000, 0.00005, 0.340 }, + { 0, { 2, -1, -1, 1 }, 180.00000, 0.00006, 0.042 }, + { 0, { 2, -1, 0, -1 }, 180.00000, 0.00022, 0.097 }, + { 0, { 2, -1, 0, 1 }, 180.00000, 0.00006, 0.027 }, + { 0, { 2, -1, 1, -1 }, 180.00000, 0.00001, 0.042 }, + { 0, { 2, 1, 0, -1 }, 0.00000, 0.00009, 0.081 } +} }; + +constexpr array g_ELP36 +{ { + { 0, { 0, 1, -2, 0 }, 90.00000, 0.00005, 0.039 }, + { 0, { 0, 1, -1, 0 }, 90.00000, 0.00095, 0.082 }, + { 0, { 0, 1, 0, 0 }, 270.00000, 0.00036, 1.000 }, + { 0, { 0, 1, 1, 0 }, 270.00000, 0.00077, 0.070 }, + { 0, { 0, 1, 2, 0 }, 270.00000, 0.00004, 0.036 }, + { 0, { 0, 2, -1, 0 }, 90.00000, 0.00003, 0.089 }, + { 0, { 1, 1, 0, 0 }, 90.00000, 0.00012, 0.075 }, + { 0, { 2, -2, -1, 0 }, 90.00000, 0.00007, 0.105 }, + { 0, { 2, -2, 0, 0 }, 90.00000, 0.00014, 0.044 }, + { 0, { 2, -1, -2, 0 }, 270.00000, 0.00007, 0.360 }, + { 0, { 2, -1, -1, 0 }, 90.00000, 0.00111, 0.095 }, + { 0, { 2, -1, 0, 0 }, 90.00000, 0.00149, 0.042 }, + { 0, { 2, -1, 1, 0 }, 90.00000, 0.00009, 0.027 }, + { 0, { 2, 0, 0, 0 }, 270.00000, 0.00004, 0.040 }, + { 0, { 2, 1, -1, 0 }, 270.00000, 0.00018, 0.080 }, + { 0, { 2, 1, 0, 0 }, 270.00000, 0.00023, 0.039 }, + { 0, { 2, 1, 1, 0 }, 270.00000, 0.00002, 0.026 }, + { 0, { 2, 2, -1, 0 }, 270.00000, 0.00003, 0.074 }, + { 0, { 4, -1, -1, 0 }, 90.00000, 0.00003, 0.028 } +} }; + + +////////////////////////////// Implementation ///////////////////////////////// + +double CAAELP2000::MoonMeanMeanLongitude(const double* pT, int nTSize) noexcept //Aka W1 +{ + //Validate our parameters + assert(pT); + assert((nTSize == 5) || (nTSize == 2)); +#ifdef __analysis_assume +#pragma warning(suppress: 26477) + __analysis_assume(pT); +#endif + + double fValue = g_W[0] + g_W[3] * pT[1]; + if (nTSize == 5) + fValue += g_W[6] * pT[2] + g_W[9] * pT[3] + g_W[12] * pT[4]; + return fValue; +} + +double CAAELP2000::MoonMeanMeanLongitude(double JD) noexcept //Aka W1 +{ + //Calculate Julian centuries + array t; + t[0] = 1; + t[1] = (JD - 2451545.0) / 36525.0; + t[2] = t[1] * t[1]; + t[3] = t[2] * t[1]; + t[4] = t[3] * t[1]; + + return MoonMeanMeanLongitude(t.data(), 5); +} + +double CAAELP2000::MeanLongitudeLunarPerigee(const double* pT, int nTSize) noexcept //Aka W2 +{ + //Validate our parameters + assert(pT); + assert((nTSize == 5) || (nTSize == 2)); +#ifdef __analysis_assume +#pragma warning(suppress: 26477) + __analysis_assume(pT); +#endif + + double fValue = g_W[1] + g_W[4] * pT[1]; + if (nTSize == 5) + fValue += g_W[7] * pT[2] + g_W[10] * pT[3] + g_W[13] * pT[4]; + return fValue; +} + +double CAAELP2000::MeanLongitudeLunarPerigee(double JD) noexcept //Aka W2 +{ + //Calculate Julian centuries + array t; + t[0] = 1; + t[1] = (JD - 2451545.0) / 36525.0; + t[2] = t[1] * t[1]; + t[3] = t[2] * t[1]; + t[4] = t[3] * t[1]; + + return MeanLongitudeLunarPerigee(t.data(), 5); +} + +double CAAELP2000::MeanLongitudeLunarAscendingNode(const double* pT, int nTSize) noexcept //Aka W3 +{ + //Validate our parameters + assert(pT); + assert((nTSize == 5) || (nTSize == 2)); +#ifdef __analysis_assume +#pragma warning(suppress: 26477) + __analysis_assume(pT); +#endif + + double fValue = g_W[2] + g_W[5] * pT[1]; + if (nTSize == 5) + fValue += g_W[8] * pT[2] + g_W[11] * pT[3] + g_W[14] * pT[4]; + return fValue; +} + +double CAAELP2000::MeanLongitudeLunarAscendingNode(double JD) noexcept //Aka W3 +{ + //Calculate Julian centuries + array t; + t[0] = 1; + t[1] = (JD - 2451545.0) / 36525.0; + t[2] = t[1] * t[1]; + t[3] = t[2] * t[1]; + t[4] = t[3] * t[1]; + + return MeanLongitudeLunarAscendingNode(t.data(), 5); +} + +double CAAELP2000::MeanHeliocentricMeanLongitudeEarthMoonBarycentre(const double* pT, int nTSize) noexcept //Aka T +{ + //Validate our parameters + assert(pT); + assert((nTSize == 5) || (nTSize == 2)); +#ifdef __analysis_assume +#pragma warning(suppress: 26477) + __analysis_assume(pT); +#endif + + double fValue = g_EARTH[0] + g_EARTH[1] * pT[1]; + if (nTSize == 5) + fValue += g_EARTH[2] * pT[2] + g_EARTH[3] * pT[3] + g_EARTH[4] * pT[4]; + return fValue; +} + +double CAAELP2000::MeanHeliocentricMeanLongitudeEarthMoonBarycentre(double JD) noexcept //Aka T +{ + //Calculate Julian centuries + array t; + t[0] = 1; + t[1] = (JD - 2451545.0) / 36525.0; + t[2] = t[1] * t[1]; + t[3] = t[2] * t[1]; + t[4] = t[3] * t[1]; + + return MeanHeliocentricMeanLongitudeEarthMoonBarycentre(t.data(), 5); +} + +double CAAELP2000::MeanLongitudeOfPerilhelionOfEarthMoonBarycentre(const double* pT, int nTSize) noexcept //Aka Omega' +{ + //Validate our parameters + assert(pT); + assert((nTSize == 5) || (nTSize == 2)); +#ifdef __analysis_assume +#pragma warning(suppress: 26477) + __analysis_assume(pT); +#endif + + double fValue = g_PERI[0] + g_PERI[1] * pT[1]; + if (nTSize == 5) + fValue += g_PERI[2] * pT[2] + g_PERI[3] * pT[3]; + + return fValue; +} + +double CAAELP2000::MeanLongitudeOfPerilhelionOfEarthMoonBarycentre(double JD) noexcept //Aka Omega' +{ + //Calculate Julian centuries + array t; + t[0] = 1; + t[1] = (JD - 2451545.0) / 36525.0; + t[2] = t[1] * t[1]; + t[3] = t[2] * t[1]; + t[4] = t[3] * t[1]; + + return MeanLongitudeOfPerilhelionOfEarthMoonBarycentre(t.data(), 5); +} + +double CAAELP2000::MoonMeanSolarElongation(const double* pT, int nTSize) noexcept //Aka D +{ + //Implement D in terms of W1 and T + return MoonMeanMeanLongitude(pT, nTSize) - MeanHeliocentricMeanLongitudeEarthMoonBarycentre(pT, nTSize) + CAACoordinateTransformation::PI(); +} + +double CAAELP2000::MoonMeanSolarElongation(double JD) noexcept //Aka D +{ + //Calculate Julian centuries + array t; + t[0] = 1; + t[1] = (JD - 2451545.0) / 36525.0; + t[2] = t[1] * t[1]; + t[3] = t[2] * t[1]; + t[4] = t[3] * t[1]; + + return MoonMeanSolarElongation(t.data(), 5); +} + +double CAAELP2000::SunMeanAnomaly(const double* pT, int nTSize) noexcept //Aka l' +{ + //Implement l' in terms of T and Omega' + return MeanHeliocentricMeanLongitudeEarthMoonBarycentre(pT, nTSize) - MeanLongitudeOfPerilhelionOfEarthMoonBarycentre(pT, nTSize); +} + +double CAAELP2000::SunMeanAnomaly(double JD) noexcept //Aka l' +{ + //Calculate Julian centuries + array t; + t[0] = 1; + t[1] = (JD - 2451545.0) / 36525.0; + t[2] = t[1] * t[1]; + t[3] = t[2] * t[1]; + t[4] = t[3] * t[1]; + + return SunMeanAnomaly(t.data(), 5); +} + +double CAAELP2000::MoonMeanAnomaly(const double* pT, int nTSize) noexcept //Aka l +{ + //Implement L in terms of W1 and W2 + return MoonMeanMeanLongitude(pT, nTSize) - MeanLongitudeLunarPerigee(pT, nTSize); +} + +double CAAELP2000::MoonMeanAnomaly(double JD) noexcept //Aka l +{ + //Calculate Julian centuries + array t; + t[0] = 1; + t[1] = (JD - 2451545.0) / 36525.0; + t[2] = t[1] * t[1]; + t[3] = t[2] * t[1]; + t[4] = t[3] * t[1]; + + return MoonMeanAnomaly(t.data(), 5); +} + +double CAAELP2000::MoonMeanArgumentOfLatitude(const double* pT, int nTSize) noexcept //Aka F +{ + //Implement F in terms of W1 and W3 + return MoonMeanMeanLongitude(pT, nTSize) - MeanLongitudeLunarAscendingNode(pT, nTSize); +} + +double CAAELP2000::MoonMeanArgumentOfLatitude(double JD) noexcept //Aka F +{ + //Calculate Julian centuries + array t; + t[0] = 1; + t[1] = (JD - 2451545.0) / 36525.0; + t[2] = t[1] * t[1]; + t[3] = t[2] * t[1]; + t[4] = t[3] * t[1]; + + return MoonMeanArgumentOfLatitude(t.data(), 5); +} + +double CAAELP2000::MercuryMeanLongitude(double T) noexcept +{ + return g_P[0][0] + g_P[0][1]*T; +} + +double CAAELP2000::VenusMeanLongitude(double T) noexcept +{ + return g_P[1][0] + g_P[1][1]*T; +} + +double CAAELP2000::MarsMeanLongitude(double T) noexcept +{ + return g_P[3][0] + g_P[3][1]*T; +} + +double CAAELP2000::JupiterMeanLongitude(double T) noexcept +{ + return g_P[4][0] + g_P[4][1]*T; +} + +double CAAELP2000::SaturnMeanLongitude(double T) noexcept +{ + return g_P[5][0] + g_P[5][1]*T; +} + +double CAAELP2000::UranusMeanLongitude(double T) noexcept +{ + return g_P[6][0] + g_P[6][1]*T; +} + +double CAAELP2000::NeptuneMeanLongitude(double T) noexcept +{ + return g_P[7][0] + g_P[7][1]*T; +} + +//Handle the main problem calculation (Longitude & Latitude) +double CAAELP2000::Accumulate(const ELP2000MainProblemCoefficient* pCoefficients, size_t nCoefficients, double fD, double fldash, double fl, double fF) noexcept +{ + //Validate our parameters + assert(pCoefficients); + assert(nCoefficients); +#ifdef __analysis_assume +#pragma warning(suppress: 26477) + __analysis_assume(pCoefficients); +#endif + + //What will be the return value from this function + double fResult = 0; + + //Accumulate the result + for (size_t j=0; j= 2); + + //Compute the delaney arguments for the specified time + const double fD = MoonMeanSolarElongation(pT, nTSize); + const double fldash = SunMeanAnomaly(pT, nTSize); + const double fl = MoonMeanAnomaly(pT, nTSize); + const double fF = MoonMeanArgumentOfLatitude(pT, nTSize); + const double fD2 = MoonMeanSolarElongation(pT, 2); + const double fldash2 = SunMeanAnomaly(pT, 2); + const double fl2 = MoonMeanAnomaly(pT, 2); + const double fF2 = MoonMeanArgumentOfLatitude(pT, 2); + + //Compute the planet mean longitudes for the specified time + const double fMe = MercuryMeanLongitude(pT[1]); + const double fV = VenusMeanLongitude(pT[1]); + const double fT = MeanHeliocentricMeanLongitudeEarthMoonBarycentre(pT, 2); + const double fMa = MarsMeanLongitude(pT[1]); + const double fJ = JupiterMeanLongitude(pT[1]); + const double fS = SaturnMeanLongitude(pT[1]); + const double fU = UranusMeanLongitude(pT[1]); + const double fN = NeptuneMeanLongitude(pT[1]); + + //Calculate the Longitude + const double A = Accumulate(g_ELP1.data(), g_ELP1.size(), fD, fldash, fl, fF) + + Accumulate(pT, nTSize, g_ELP4.data(), g_ELP4.size(), fD2, fldash2, fl2, fF2, false) + + Accumulate_2(pT, nTSize, g_ELP7.data(), g_ELP7.size(), fD2, fldash2, fl2, fF2, false) + + AccumulateTable1(g_ELP10.data(), g_ELP10.size(), fD2, fl2, fF2, fMe, fV, fT, fMa, fJ, fS, fU, fN) + + AccumulateTable1_2(pT, nTSize, g_ELP13.data(), g_ELP13.size(), fD2, fl2, fF2, fMe, fV, fT, fMa, fJ, fS, fU, fN) + + AccumulateTable2(g_ELP16.data(), g_ELP16.size(), fD2, fldash2, fl2, fF2, fMe, fV, fT, fMa, fJ, fS, fU) + + AccumulateTable2_2(pT, nTSize, g_ELP19.data(), g_ELP19.size(), fD2, fldash2, fl2, fF2, fMe, fV, fT, fMa, fJ, fS, fU) + + Accumulate(pT, nTSize, g_ELP22.data(), g_ELP22.size(), fD2, fldash2, fl2, fF2, true) + + Accumulate_2(pT, nTSize, g_ELP25.data(), g_ELP25.size(), fD2, fldash2, fl2, fF2, true) + + Accumulate(pT, nTSize, g_ELP28.data(), g_ELP28.size(), fD2, fldash2, fl2, fF2, true) + + Accumulate(pT, nTSize, g_ELP31.data(), g_ELP31.size(), fD2, fldash2, fl2, fF2, true) + + Accumulate_3(pT, nTSize, g_ELP34.data(), g_ELP34.size(), fD2, fldash2, fl2, fF2); + return CAACoordinateTransformation::MapTo0To360Range(A/3600.0 + CAACoordinateTransformation::RadiansToDegrees(MoonMeanMeanLongitude(pT, nTSize))); +} + +double CAAELP2000::EclipticLongitude(double JD) noexcept +{ + //Calculate Julian centuries + array t; + t[0] = 1; + t[1] = (JD - 2451545.0) / 36525.0; + t[2] = t[1] * t[1]; + t[3] = t[2] * t[1]; + t[4] = t[3] * t[1]; + + return EclipticLongitude(t.data(), 5); +} + +#ifdef _MSC_VER +#pragma warning(suppress : 26429) +#endif //#ifdef _MSC_VER +double CAAELP2000::EclipticLatitude(const double* pT, int nTSize) noexcept +{ + //Validate our parameters + assert(pT != nullptr); + assert(nTSize >= 2); + + //Compute the delaney arguments for the specified time + const double fD = MoonMeanSolarElongation(pT, nTSize); + const double fldash = SunMeanAnomaly(pT, nTSize); + const double fl = MoonMeanAnomaly(pT, nTSize); + const double fF = MoonMeanArgumentOfLatitude(pT, nTSize); + const double fD2 = MoonMeanSolarElongation(pT, 2); + const double fldash2 = SunMeanAnomaly(pT, 2); + const double fl2 = MoonMeanAnomaly(pT, 2); + const double fF2 = MoonMeanArgumentOfLatitude(pT, 2); + + //Compute the planet mean longitudes for the specified time + const double fMe = MercuryMeanLongitude(pT[1]); + const double fV = VenusMeanLongitude(pT[1]); + const double fT = MeanHeliocentricMeanLongitudeEarthMoonBarycentre(pT, 2); + const double fMa = MarsMeanLongitude(pT[1]); + const double fJ = JupiterMeanLongitude(pT[1]); + const double fS = SaturnMeanLongitude(pT[1]); + const double fU = UranusMeanLongitude(pT[1]); + const double fN = NeptuneMeanLongitude(pT[1]); + + //Calculate the Longitude + const double B = Accumulate(g_ELP2.data(), g_ELP2.size(), fD, fldash, fl, fF) + + Accumulate(pT, nTSize, g_ELP5.data(), g_ELP5.size(), fD2, fldash2, fl2, fF2, false) + + Accumulate_2(pT, nTSize, g_ELP8.data(), g_ELP8.size(), fD2, fldash2, fl2, fF2, false) + + AccumulateTable1(g_ELP11.data(), g_ELP11.size(), fD2, fl2, fF2, fMe, fV, fT, fMa, fJ, fS, fU, fN) + + AccumulateTable1_2(pT, nTSize, g_ELP14.data(), g_ELP14.size(), fD2, fl2, fF2, fMe, fV, fT, fMa, fJ, fS, fU, fN) + + AccumulateTable2(g_ELP17.data(), g_ELP17.size(), fD2, fldash2, fl2, fF2, fMe, fV, fT, fMa, fJ, fS, fU) + + AccumulateTable2_2(pT, nTSize, g_ELP20.data(), g_ELP20.size(), fD2, fldash2, fl2, fF2, fMe, fV, fT, fMa, fJ, fS, fU) + + Accumulate(pT, nTSize, g_ELP23.data(), g_ELP23.size(), fD2, fldash2, fl2, fF2, true) + + Accumulate_2(pT, nTSize, g_ELP26.data(), g_ELP26.size(), fD2, fldash2, fl2, fF2, true) + + Accumulate(pT, nTSize, g_ELP29.data(), g_ELP29.size(), fD2, fldash2, fl2, fF2, true) + + Accumulate(pT, nTSize, g_ELP32.data(), g_ELP32.size(), fD2, fldash2, fl2, fF2, true) + + Accumulate_3(pT, nTSize, g_ELP35.data(), g_ELP35.size(), fD2, fldash2, fl2, fF2); + return CAACoordinateTransformation::MapToMinus90To90Range(B/3600.0); +} + +double CAAELP2000::EclipticLatitude(double JD) noexcept +{ + //Calculate Julian centuries + array t; + t[0] = 1; + t[1] = (JD - 2451545.0) / 36525.0; + t[2] = t[1] * t[1]; + t[3] = t[2] * t[1]; + t[4] = t[3] * t[1]; + + return EclipticLatitude(t.data(), 5); +} + +#ifdef _MSC_VER +#pragma warning(suppress : 26429) +#endif //#ifdef _MSC_VER +double CAAELP2000::RadiusVector(const double* pT, int nTSize) noexcept +{ + //Validate our parameters + assert(pT != nullptr); + assert(nTSize >= 2); + + //Compute the delaney arguments for the specified time + const double fD = MoonMeanSolarElongation(pT, nTSize); + const double fldash = SunMeanAnomaly(pT, nTSize); + const double fl = MoonMeanAnomaly(pT, nTSize); + const double fF = MoonMeanArgumentOfLatitude(pT, nTSize); + const double fD2 = MoonMeanSolarElongation(pT, 2); + const double fldash2 = SunMeanAnomaly(pT, 2); + const double fl2 = MoonMeanAnomaly(pT, 2); + const double fF2 = MoonMeanArgumentOfLatitude(pT, 2); + + //Compute the planet mean longitudes for the specified time + const double fMe = MercuryMeanLongitude(pT[1]); + const double fV = VenusMeanLongitude(pT[1]); + const double fT = MeanHeliocentricMeanLongitudeEarthMoonBarycentre(pT, 2); + const double fMa = MarsMeanLongitude(pT[1]); + const double fJ = JupiterMeanLongitude(pT[1]); + const double fS = SaturnMeanLongitude(pT[1]); + const double fU = UranusMeanLongitude(pT[1]); + const double fN = NeptuneMeanLongitude(pT[1]); + + //Calculate the Longitude + const double fValue = Accumulate_2(g_ELP3.data(), g_ELP3.size(), fD, fldash, fl, fF) + + Accumulate(pT, nTSize, g_ELP6.data(), g_ELP6.size(), fD2, fldash2, fl2, fF2, false) + + Accumulate_2(pT, nTSize, g_ELP9.data(), g_ELP9.size(), fD2, fldash2, fl2, fF2, false) + + AccumulateTable1(g_ELP12.data(), g_ELP12.size(), fD2, fl2, fF2, fMe, fV, fT, fMa, fJ, fS, fU, fN) + + AccumulateTable1_2(pT, nTSize, g_ELP15.data(), g_ELP15.size(), fD2, fl2, fF2, fMe, fV, fT, fMa, fJ, fS, fU, fN) + + AccumulateTable2(g_ELP18.data(), g_ELP18.size(), fD2, fldash2, fl2, fF2, fMe, fV, fT, fMa, fJ, fS, fU) + + AccumulateTable2_2(pT, nTSize, g_ELP21.data(), g_ELP21.size(), fD2, fldash2, fl2, fF2, fMe, fV, fT, fMa, fJ, fS, fU) + + Accumulate(pT, nTSize, g_ELP24.data(), g_ELP24.size(), fD2, fldash2, fl2, fF2, true) + + Accumulate_2(pT, nTSize, g_ELP27.data(), g_ELP27.size(), fD2, fldash2, fl2, fF2, true) + + Accumulate(pT, nTSize, g_ELP30.data(), g_ELP30.size(), fD2, fldash2, fl2, fF2, true) + + Accumulate(pT, nTSize, g_ELP33.data(), g_ELP33.size(), fD2, fldash2, fl2, fF2, true) + + Accumulate_3(pT, nTSize, g_ELP36.data(), g_ELP36.size(), fD2, fldash2, fl2, fF2); + return fValue * 384747.9806448954 / 384747.9806743165; +} + +double CAAELP2000::RadiusVector(double JD) noexcept +{ + //Calculate Julian centuries + array t; + t[0] = 1; + t[1] = (JD - 2451545.0) / 36525.0; + t[2] = t[1] * t[1]; + t[3] = t[2] * t[1]; + t[4] = t[3] * t[1]; + + return RadiusVector(t.data(), 5); +} + +CAA3DCoordinate CAAELP2000::EclipticRectangularCoordinates(double JD) noexcept +{ + double fLongitude = EclipticLongitude(JD); + double fLatitude = EclipticLatitude(JD); + const double fR = RadiusVector(JD); + + CAA3DCoordinate value; + fLongitude = CAACoordinateTransformation::DegreesToRadians(fLongitude); + fLatitude = CAACoordinateTransformation::DegreesToRadians(fLatitude); + const double fCosLat = cos(fLatitude); + value.X = fR * cos(fLongitude) * fCosLat; + value.Y = fR * sin(fLongitude) * fCosLat; + value.Z = fR * sin(fLatitude); + + return value; +} + +CAA3DCoordinate CAAELP2000::EclipticRectangularCoordinatesJ2000(double JD) noexcept +{ + array t{}; + t[0] = 1; + t[1] = (JD - 2451545.0) / 36525.0; + t[2] = t[1] * t[1]; + t[3] = t[2] * t[1]; + t[4] = t[3] * t[1]; + const double P = (1.0180391e-5 + 4.7020439e-7*t[1] + -5.417367e-10*t[2] + -2.507948e-12*t[3] + 4.63486e-15*t[4]) * t[1]; + const double Q = (-1.13469002e-4 + 1.2372674e-7*t[1] + 1.265417e-9*t[2] + -1.371808e-12*t[3] + -3.20334e-15*t[4]) * t[1]; + const double TwoP = 2*P; + const double P2 = P*P; + const double Q2 = Q*Q; + const double OneMinus2P2 = 1 - 2*P2; + const double TwoPQ = TwoP*Q; + const double Twosqrt1MinusPart = 2*sqrt(1 - P2 - Q2); + + const CAA3DCoordinate Ecliptic = EclipticRectangularCoordinates(JD); + + CAA3DCoordinate J2000; + J2000.X = (OneMinus2P2*Ecliptic.X) + (TwoPQ*Ecliptic.Y) + (P*Twosqrt1MinusPart*Ecliptic.Z); + J2000.Y = (TwoPQ*Ecliptic.X) + ((1 - 2 * Q2)*Ecliptic.Y) - (Q*Twosqrt1MinusPart*Ecliptic.Z); + J2000.Z = (-P*Twosqrt1MinusPart*Ecliptic.X) + (Q*Twosqrt1MinusPart*Ecliptic.Y) + ((1-2*P2-2*Q2)*Ecliptic.Z); + + return J2000; +} + +CAA3DCoordinate CAAELP2000::EquatorialRectangularCoordinatesFK5(double JD) noexcept +{ + const CAA3DCoordinate J2000 = EclipticRectangularCoordinatesJ2000(JD); + + CAA3DCoordinate FK5; + FK5.X = J2000.X + (0.000000437913*J2000.Y) - (0.000000189859*J2000.Z); + FK5.Y = (-0.000000477299*J2000.X) + (0.917482137607*J2000.Y) - (0.397776981701*J2000.Z); + FK5.Z = (0.397776981701*J2000.Y) + (0.917482137607*J2000.Z); + + return FK5; +} diff --git a/Sources/AAPlus/include/AAELP2000.h b/Sources/AAPlus/include/AAELP2000.h new file mode 100644 index 0000000..5d03111 --- /dev/null +++ b/Sources/AAPlus/include/AAELP2000.h @@ -0,0 +1,122 @@ +/* +Module : AAELP2000.h +Purpose: Implementation for the algorithms for ELP2000-82B +Created: PJN / 28-12-2015 +History: PJN / 28-12-2015 1. Initial public release. + +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif + +#ifndef __AAELP2000_H__ +#define __AAELP2000_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif + + +/////////////////////// Includes ////////////////////////////////////////////// + +#include +#include +#include "AA3DCoordinate.h" + + +/////////////////////// Classes /////////////////////////////////////////////// + +struct AAPLUS_EXT_CLASS ELP2000MainProblemCoefficient +{ + std::array m_I; + double m_A; + std::array m_B; +}; + +struct AAPLUS_EXT_CLASS ELP2000EarthTidalMoonRelativisticSolarEccentricityCoefficient +{ + int m_IZ; + std::array m_I; + double m_O; + double m_A; + double m_P; +}; + +struct AAPLUS_EXT_CLASS ELP2000PlanetPertCoefficient +{ + std::array m_ip; + double m_theta; + double m_O; + double m_P; +}; + +class AAPLUS_EXT_CLASS CAAELP2000 +{ +public: +//Static methods + static double EclipticLongitude(double JD) noexcept; + static double EclipticLongitude(const double* pT, int nTSize) noexcept; + static double EclipticLatitude(double JD) noexcept; + static double EclipticLatitude(const double* pT, int nTSize) noexcept; + static double RadiusVector(double JD) noexcept; + static double RadiusVector(const double* pT, int nTSize) noexcept; + static CAA3DCoordinate EclipticRectangularCoordinates(double JD) noexcept; + static CAA3DCoordinate EclipticRectangularCoordinatesJ2000(double JD) noexcept; + static CAA3DCoordinate EquatorialRectangularCoordinatesFK5(double JD) noexcept; + static double MoonMeanMeanLongitude(const double* pT, int nTSize) noexcept; + static double MoonMeanMeanLongitude(double JD) noexcept; + static double MeanLongitudeLunarPerigee(const double* pT, int nTSize) noexcept; + static double MeanLongitudeLunarPerigee(double JD) noexcept; + static double MeanLongitudeLunarAscendingNode(const double* pT, int nTSize) noexcept; + static double MeanLongitudeLunarAscendingNode(double JD) noexcept; + static double MeanHeliocentricMeanLongitudeEarthMoonBarycentre(const double* pT, int nTSize) noexcept; + static double MeanHeliocentricMeanLongitudeEarthMoonBarycentre(double JD) noexcept; + static double MeanLongitudeOfPerilhelionOfEarthMoonBarycentre(const double* pT, int nTSize) noexcept; + static double MeanLongitudeOfPerilhelionOfEarthMoonBarycentre(double JD) noexcept; + static double MoonMeanSolarElongation(const double* pT, int nTSize) noexcept; + static double MoonMeanSolarElongation(double JD) noexcept; + static double SunMeanAnomaly(const double* pT, int nTSize) noexcept; + static double SunMeanAnomaly(double JD) noexcept; + static double MoonMeanAnomaly(const double* pT, int nTSize) noexcept; + static double MoonMeanAnomaly(double JD) noexcept; + static double MoonMeanArgumentOfLatitude(const double* pT, int nTSize) noexcept; + static double MoonMeanArgumentOfLatitude(double JD) noexcept; + static double MercuryMeanLongitude(double T) noexcept; + static double VenusMeanLongitude(double T) noexcept; + static double MarsMeanLongitude(double T) noexcept; + static double JupiterMeanLongitude(double T) noexcept; + static double SaturnMeanLongitude(double T) noexcept; + static double UranusMeanLongitude(double T) noexcept; + static double NeptuneMeanLongitude(double T) noexcept; + +protected: +//static methods + static double Accumulate(const ELP2000MainProblemCoefficient* pCoefficients, size_t nCoefficients, double fD, double fldash, double fl, double fF) noexcept; + static double Accumulate_2(const ELP2000MainProblemCoefficient* pCoefficients, size_t nCoefficients, double fD, double fldash, double fl, double fF) noexcept; + static double Accumulate(const double* pT, int nTSize, const ELP2000EarthTidalMoonRelativisticSolarEccentricityCoefficient* pCoefficients, size_t nCoefficients, double fD, double fldash, double fl, double fF, bool bI1isZero) noexcept; + static double Accumulate_2(const double* pT, int nTSize, const ELP2000EarthTidalMoonRelativisticSolarEccentricityCoefficient* pCoefficients, size_t nCoefficients, double fD, double fldash, double fl, double fF, bool bI1isZero) noexcept; + static double AccumulateTable1(const ELP2000PlanetPertCoefficient* pCoefficients, size_t nCoefficients, double fD, double fl, double fF, double fMe, double fV, double fT, double fMa, double fJ, double fS, double fU, double fN) noexcept; + static double AccumulateTable1_2(const double* pT, int nTSize, const ELP2000PlanetPertCoefficient* pCoefficients, size_t nCoefficients, double fD, double fl, double fF, double fMe, double fV, double fT, double fMa, double fJ, double fS, double fU, double fN) noexcept; + static double AccumulateTable2(const ELP2000PlanetPertCoefficient* pCoefficients, size_t nCoefficients, double fD, double fldash, double fl, double fF, double fMe, double fV, double fT, double fMa, double fJ, double fS, double fU) noexcept; + static double AccumulateTable2_2(const double* pT, int nTSize, const ELP2000PlanetPertCoefficient* pCoefficients, size_t nCoefficients, double fD, double fldash, double fl, double fF, double fMe, double fV, double fT, double fMa, double fJ, double fS, double fU) noexcept; + static double Accumulate_3(const double* pT, int nTSize, const ELP2000EarthTidalMoonRelativisticSolarEccentricityCoefficient* pCoefficients, size_t nCoefficients, double fD, double fldash, double fl, double fF) noexcept; +}; + + +#endif //#ifndef __AAELP2000_H__ diff --git a/Sources/AAPlus/include/AAELPMPP02.cpp b/Sources/AAPlus/include/AAELPMPP02.cpp new file mode 100644 index 0000000..0443a04 --- /dev/null +++ b/Sources/AAPlus/include/AAELPMPP02.cpp @@ -0,0 +1,47590 @@ +/* +Module : AAELPMPP2.cpp +Purpose: Implementation for the algorithms for ELP/MPP02 +Created: PJN / 30-07-2017 +History: PJN / 30-07-2017 1. Initial public release. + PJN / 01-08-2017 1. Lookup tables in AAELPMPP02.cpp now consistently use lowercase "e" when declaring values + in lookup tables. + PJN / 08-06-2019 1. Updated the code to clean compile on VC 2019 + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + PJN / 18-04-2020 1. Reworked C arrays to use std::array + PJN / 29-04-2020 1. Fixed a compilation issue on GCC where size_t was undefined in various modules. Thanks + to Bert Devlieghe for reporting this bug. + PJN / 23-11-2020 1. Reworked CAAELPMPP02::EclipticLatitude & CAAELPMPP02::RadiusVector methods to use + std::array::size instead of sizeof. + +Copyright (c) 2017 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////////////// Includes ////////////////////////////////////// + +#include "stdafx.h" +#include "AAELPMPP02.h" +#include "AACoordinateTransformation.h" +#include "AA3DCoordinate.h" +#include "AADefines.h" +#include +#include +#include +#include +using namespace std; + + +////////////////////////////// Macros / Defines /////////////////////////////// + +#ifdef _MSC_VER +#pragma warning(disable : 26446 26481 26482 26485) +#endif //#ifdef _MSC_VER + +constexpr array, 3> g_W_Nominal +{ { + { 3.8103440873402215, //CAACoordinateTransformation::DegreesToRadians(218 + 18/60.0 + 59.95571/3600.0 - 0.0708/3600.0) + 8399.6847317739157, //CAACoordinateTransformation::DegreesToRadians(1732559343.73604 / 3600.0), + -3.3008054664661645e-05, //CAACoordinateTransformation::DegreesToRadians(-6.8084 / 3600.0) + 3.2017095500473753e-08, //CAACoordinateTransformation::DegreesToRadians(0.006604 / 3600.0), + -1.5363745554361199e-10 //CAACoordinateTransformation::DegreesToRadians(-0.00003169 / 3600.0), + }, + { + 1.4547885323225087, //CAACoordinateTransformation::DegreesToRadians(83 + 21/60.0 + 11.67475/3600.0) + 70.993305079674201, //CAACoordinateTransformation::DegreesToRadians(14643420.3171 / 3600.0), + -0.00018550425880294177, //CAACoordinateTransformation::DegreesToRadians(-38.263 / 3600.0), + -2.1839401892941267e-07, //CAACoordinateTransformation::DegreesToRadians(-0.045047 / 3600.0), + 1.0327016221314225e-09 //CAACoordinateTransformation::DegreesToRadians(0.00021301 / 3600.0) + }, + { + 2.1824391972168398, //CAACoordinateTransformation::DegreesToRadians(125 + 2/60.0 + 40.39816/3600.0), + -33.781427210382816, //CAACoordinateTransformation::DegreesToRadians(-6967919.5383 / 3600.0) + 3.0829301981755397e-05, //CAACoordinateTransformation::DegreesToRadians(6.359 / 3600.0), + 3.6967043184602122e-08, //CAACoordinateTransformation::DegreesToRadians(0.007625 / 3600.0), + -1.7385418604587962e-10 //CAACoordinateTransformation::DegreesToRadians(-0.00003586 / 3600.0) + } +} }; + +constexpr array, 3> g_W_LLR +{ { + { + 3.8103439203219081, + 8399.6847302074329, + -3.3189520425500942e-05, + 3.2017095500473753e-08, + -1.5363745554361197e-10 + }, + { + 1.4547893480700087, + 70.99330548230661, + -0.00018550474361662286, + -2.1839401892941265e-07, + 1.0327016221314225e-09 + }, + { + 2.1824386755573193, + -33.781427433053146, + 3.082930198175539e-05, + 3.6967043184602116e-08, + -1.738541860458796e-10 + } +} }; + +constexpr array, 3> g_W_DE405 +{ { + { + 3.8103440908308803, + 8399.68473007193, + -3.3189520425500942e-05, + 3.2017095500473753e-08, + -1.5363745554361197e-10 + }, + { + 1.4547895404440776, + 70.993305448479248, + -0.00018550474361662286, + -2.1839401892941265e-07, + 1.0327016221314225e-09 + }, + { + 2.1824388474237688, + -33.781427419672326, + 3.082930198175539e-05, + 3.6967043184602116e-08, + -1.738541860458796e-10 + } +} }; + +constexpr array, 3> g_W_DE406 +{ { + { + 3.8103440908308803, + 8399.68473007193, + -3.3189520425500942e-05, + 3.1102494491060616e-08, + -2.0328237648922842e-10 + }, + { + 1.4547895404440776, + 70.993305448479248, + -0.00018548192818782712, + -2.1961637966359414e-07, + 1.0327016221314225e-09 + }, + { + 2.1824388474237688, + -33.781427419672326, + 3.0816644950982666e-05, + 3.6447710769397583e-08, + -1.738541860458796e-10 + } +} }; + +constexpr array g_ZETA_Nominal +{ { + 3.8103440873402215, + 8399.7091120695241, + -3.3008054664661645e-05, + 3.2017095500473753e-08, + -1.5363745554361199e-10 +} }; + +constexpr array g_ZETA_LLR +{ { + 3.8103439203219081, + 8399.7091105030413, + -3.3189520425500942e-05, + 3.2017095500473753e-08, + -1.5363745554361197e-10 +} }; + +constexpr array g_ZETA_DE405 +{ { + 3.8103440908308803, + 8399.7091103675375, + -3.3189520425500942e-05, + 3.2017095500473753e-08, + -1.5363745554361197e-10 +} }; + +constexpr array g_ZETA_DE406 +{ { + 3.8103440908308803, + 8399.7091103675375, + -3.3189520425500942e-05, + 3.1102494491060616e-08, + -2.0328237648922842e-10 +} }; + +constexpr array g_EARTH_Nominal +{ { + 1.7534699468639550, //CAACoordinateTransformation::DegreesToRadians(100 + 27/60.0 + 59.13885/3600.0), + 628.30758504554331, //CAACoordinateTransformation::DegreesToRadians(129597742.293 / 3600.0), + -9.7932363584126268e-08, //CAACoordinateTransformation::DegreesToRadians(-0.0202 / 3600.0), + 4.3633231299858238e-11, //CAACoordinateTransformation::DegreesToRadians(0.000009 / 3600.0), + 7.2722052166430391e-13 //CAACoordinateTransformation::DegreesToRadians(0.00000015 / 3600.0) +} }; + +constexpr array g_EARTH_LLR +{ { + 1.753469752356706, + 628.30758511545343, + -9.7932363584126268e-08, + 4.3633231299858238e-11, + 7.2722052166430391e-13 +} }; + +constexpr array g_EARTH_DE405 +{ { + 1.7534699452640696, + 628.30758508103156, + -9.7932363584126268e-08, + 4.3633231299858238e-11, + 7.2722052166430391e-13 +} }; + +constexpr const array& g_EARTH_DE406 = g_EARTH_DE405; + +constexpr array g_PERI_Nominal +{ { + 1.7965956117694057, //CAACoordinateTransformation::DegreesToRadians(102 + 56/60.0 + 14.445766/3600.0), + 0.0056298669711442699, //CAACoordinateTransformation::DegreesToRadians(1161.24342 / 3600.0), + 2.5659491293243858e-06, //CAACoordinateTransformation::DegreesToRadians(0.529265 / 3600.0), + -5.7275888286280579e-10, //CAACoordinateTransformation::DegreesToRadians(-0.00011814 / 3600.0), + 5.5166948773454099e-11 //CAACoordinateTransformation::DegreesToRadians(0.000011379 / 3600.0) +} }; + +constexpr array g_PERI_LLR +{ { + 1.7965954341045842, + 0.00562986697114427, + 2.5659491293243853e-06, + -5.7275888286280579e-10, + 5.51669487734541e-11 +} }; + +constexpr array g_PERI_DE405 +{ { + 1.7965956331206, + 0.00562986697114427, + 2.5659491293243853e-06, + -5.7275888286280579e-10, + 5.51669487734541e-11 +} }; + +constexpr array g_PERI_DE406 +{ { + 1.7965956331206, + 0.00562986697114427, + 2.5659491293243853e-06, + -5.7275888286280579e-10, + 5.51669487734541e-11 +} }; + +constexpr array, 8> g_P +{ { + { 4.4026086342191189, 2608.7903141569259 }, //{ CAACoordinateTransformation::DegreesToRadians(252 + 15/60.0 + 3.216919/3600.0), CAACoordinateTransformation::DegreesToRadians(538101628.68888 / 3600.0) }, + { 3.1761344571511088, 1021.3285547385308 }, //{ CAACoordinateTransformation::DegreesToRadians(181 + 58/60.0 + 44.758419/3600.0), CAACoordinateTransformation::DegreesToRadians(210664136.45777 / 3600.0) }, + { 1.7534699468639550, 628.30758504554331 }, //{ CAACoordinateTransformation::DegreesToRadians(100 + 27/60.0 + 59.13885/3600.0), CAACoordinateTransformation::DegreesToRadians(129597742.293 / 3600.0) }, + { 6.2034995986912955, 334.06124347172772 }, //{ CAACoordinateTransformation::DegreesToRadians(355 + 26/60.0 + 3.642778/3600.0), CAACoordinateTransformation::DegreesToRadians(68905077.65936 / 3600.0) }, + { 0.59954667808842876, 52.969097211191368 }, //{ CAACoordinateTransformation::DegreesToRadians(34 + 21/60.0 + 5.379392/3600.0), CAACoordinateTransformation::DegreesToRadians(10925660.57335 / 3600.0) }, + { 0.87401678344988065, 21.329907977851814 }, //{ CAACoordinateTransformation::DegreesToRadians(50 + 4/60.0 + 38.902495/3600.0), CAACoordinateTransformation::DegreesToRadians(4399609.33632 / 3600.0) }, + { 5.4812276258103312, 7.4781665690567305 }, //{ CAACoordinateTransformation::DegreesToRadians(314 + 3/60.0 + 4.354234/3600.0), CAACoordinateTransformation::DegreesToRadians(1542482.57845 / 3600.0) }, + { 5.3118941049906994, 3.8132918131353417 } //{ CAACoordinateTransformation::DegreesToRadians(304 + 20/60.0 + 56.808371/3600.0), CAACoordinateTransformation::DegreesToRadians(786547.89700 / 3600.0) } +} }; + +struct AAPLUS_EXT_CLASS ELPMPP02MainProblemNominalCoefficient +{ + array m_I; +}; + +constexpr array g_MAIN_S1 +{ { + { 0, 2, 0, 0 }, + { 0, 4, 0, 0 }, + { 0, 6, 0, 0 }, + { 0, -6, 1, 0 }, + { 0, -4, 1, 0 }, + { 0, -2, 1, 0 }, + { 0, 0, 1, 0 }, + { 0, 2, 1, 0 }, + { 0, 4, 1, 0 }, + { 0, 6, 1, 0 }, + { 0, -4, 2, 0 }, + { 0, -2, 2, 0 }, + { 0, 0, 2, 0 }, + { 0, 2, 2, 0 }, + { 0, 4, 2, 0 }, + { 0, 6, 2, 0 }, + { 0, -4, 3, 0 }, + { 0, -2, 3, 0 }, + { 0, 0, 3, 0 }, + { 0, 2, 3, 0 }, + { 0, 4, 3, 0 }, + { 0, -2, 4, 0 }, + { 0, 0, 4, 0 }, + { 0, 2, 4, 0 }, + { 0, 4, 4, 0 }, + { 0, -2, 5, 0 }, + { 0, 0, 5, 0 }, + { 0, 2, 5, 0 }, + { 0, 4, 5, 0 }, + { 0, -2, 6, 0 }, + { 0, 0, 6, 0 }, + { 0, 2, 6, 0 }, + { 0, 0, 7, 0 }, + { 0, 2, 7, 0 }, + { 0, 0, 8, 0 }, + { 0, 0, -7, 1 }, + { 0, 0, -6, 1 }, + { 0, -2, -5, 1 }, + { 0, 0, -5, 1 }, + { 0, -2, -4, 1 }, + { 0, 0, -4, 1 }, + { 0, 2, -4, 1 }, + { 0, -4, -3, 1 }, + { 0, -2, -3, 1 }, + { 0, 0, -3, 1 }, + { 0, 2, -3, 1 }, + { 0, -4, -2, 1 }, + { 0, -2, -2, 1 }, + { 0, 0, -2, 1 }, + { 0, 2, -2, 1 }, + { 0, 4, -2, 1 }, + { 0, -4, -1, 1 }, + { 0, -2, -1, 1 }, + { 0, 0, -1, 1 }, + { 0, 2, -1, 1 }, + { 0, 4, -1, 1 }, + { 0, -4, 0, 1 }, + { 0, -2, 0, 1 }, + { 0, 0, 0, 1 }, + { 0, 2, 0, 1 }, + { 0, 4, 0, 1 }, + { 0, -4, 1, 1 }, + { 0, -2, 1, 1 }, + { 0, 0, 1, 1 }, + { 0, 2, 1, 1 }, + { 0, 4, 1, 1 }, + { 0, -4, 2, 1 }, + { 0, -2, 2, 1 }, + { 0, 0, 2, 1 }, + { 0, 2, 2, 1 }, + { 0, 4, 2, 1 }, + { 0, -2, 3, 1 }, + { 0, 0, 3, 1 }, + { 0, 2, 3, 1 }, + { 0, 4, 3, 1 }, + { 0, -2, 4, 1 }, + { 0, 0, 4, 1 }, + { 0, 2, 4, 1 }, + { 0, -2, 5, 1 }, + { 0, 0, 5, 1 }, + { 0, 2, 5, 1 }, + { 0, 0, 6, 1 }, + { 0, 0, 7, 1 }, + { 0, 0, -5, 2 }, + { 0, -2, -4, 2 }, + { 0, 0, -4, 2 }, + { 0, -2, -3, 2 }, + { 0, 0, -3, 2 }, + { 0, 2, -3, 2 }, + { 0, -2, -2, 2 }, + { 0, 0, -2, 2 }, + { 0, 2, -2, 2 }, + { 0, -2, -1, 2 }, + { 0, 0, -1, 2 }, + { 0, 2, -1, 2 }, + { 0, -2, 0, 2 }, + { 0, 0, 0, 2 }, + { 0, 2, 0, 2 }, + { 0, 4, 0, 2 }, + { 0, -2, 1, 2 }, + { 0, 0, 1, 2 }, + { 0, 2, 1, 2 }, + { 0, -2, 2, 2 }, + { 0, 0, 2, 2 }, + { 0, 2, 2, 2 }, + { 0, -2, 3, 2 }, + { 0, 0, 3, 2 }, + { 0, 2, 3, 2 }, + { 0, 0, 4, 2 }, + { 0, 0, -4, 3 }, + { 0, 0, -3, 3 }, + { 0, -2, -2, 3 }, + { 0, 0, -2, 3 }, + { 0, 2, -2, 3 }, + { 0, -2, -1, 3 }, + { 0, 0, -1, 3 }, + { 0, 2, -1, 3 }, + { 0, -2, 0, 3 }, + { 0, 0, 0, 3 }, + { 0, 2, 0, 3 }, + { 0, 0, 1, 3 }, + { 0, 2, 1, 3 }, + { 0, 0, 2, 3 }, + { 0, 0, 3, 3 }, + { 0, 0, -2, 4 }, + { 0, 0, -1, 4 }, + { 0, 0, 0, 4 }, + { 0, 0, 1, 4 }, + { 0, 0, 2, 4 }, + { 0, 0, -1, 5 }, + { 1, 0, 0, -4 }, + { 1, 0, -2, -3 }, + { 1, 0, -1, -3 }, + { 1, 0, 0, -3 }, + { 1, 0, 1, -3 }, + { 1, 0, 2, -3 }, + { 1, 0, -3, -2 }, + { 1, 0, -2, -2 }, + { 1, -2, -1, -2 }, + { 1, 0, -1, -2 }, + { 1, -2, 0, -2 }, + { 1, 0, 0, -2 }, + { 1, 2, 0, -2 }, + { 1, -2, 1, -2 }, + { 1, 0, 1, -2 }, + { 1, 0, 2, -2 }, + { 1, 0, 3, -2 }, + { 1, 0, -5, -1 }, + { 1, 0, -4, -1 }, + { 1, -2, -3, -1 }, + { 1, 0, -3, -1 }, + { 1, 2, -3, -1 }, + { 1, -2, -2, -1 }, + { 1, 0, -2, -1 }, + { 1, 2, -2, -1 }, + { 1, -2, -1, -1 }, + { 1, 0, -1, -1 }, + { 1, 2, -1, -1 }, + { 1, -4, 0, -1 }, + { 1, -2, 0, -1 }, + { 1, 0, 0, -1 }, + { 1, 2, 0, -1 }, + { 1, -2, 1, -1 }, + { 1, 0, 1, -1 }, + { 1, 2, 1, -1 }, + { 1, -2, 2, -1 }, + { 1, 0, 2, -1 }, + { 1, 2, 2, -1 }, + { 1, -2, 3, -1 }, + { 1, 0, 3, -1 }, + { 1, 2, 3, -1 }, + { 1, 0, 4, -1 }, + { 1, 0, 5, -1 }, + { 1, 0, -6, 0 }, + { 1, -2, -5, 0 }, + { 1, 0, -5, 0 }, + { 1, -2, -4, 0 }, + { 1, 0, -4, 0 }, + { 1, 2, -4, 0 }, + { 1, -2, -3, 0 }, + { 1, 0, -3, 0 }, + { 1, 2, -3, 0 }, + { 1, -4, -2, 0 }, + { 1, -2, -2, 0 }, + { 1, 0, -2, 0 }, + { 1, 2, -2, 0 }, + { 1, -4, -1, 0 }, + { 1, -2, -1, 0 }, + { 1, 0, -1, 0 }, + { 1, 2, -1, 0 }, + { 1, 4, -1, 0 }, + { 1, -4, 0, 0 }, + { 1, -2, 0, 0 }, + { 1, 0, 0, 0 }, + { 1, 2, 0, 0 }, + { 1, 4, 0, 0 }, + { 1, -4, 1, 0 }, + { 1, -2, 1, 0 }, + { 1, 0, 1, 0 }, + { 1, 2, 1, 0 }, + { 1, 4, 1, 0 }, + { 1, -2, 2, 0 }, + { 1, 0, 2, 0 }, + { 1, 2, 2, 0 }, + { 1, 4, 2, 0 }, + { 1, -2, 3, 0 }, + { 1, 0, 3, 0 }, + { 1, 2, 3, 0 }, + { 1, 0, 4, 0 }, + { 1, 2, 4, 0 }, + { 1, 0, 5, 0 }, + { 1, 0, 6, 0 }, + { 1, 0, -5, 1 }, + { 1, -2, -4, 1 }, + { 1, 0, -4, 1 }, + { 1, -2, -3, 1 }, + { 1, 0, -3, 1 }, + { 1, 2, -3, 1 }, + { 1, -2, -2, 1 }, + { 1, 0, -2, 1 }, + { 1, 2, -2, 1 }, + { 1, -2, -1, 1 }, + { 1, 0, -1, 1 }, + { 1, 2, -1, 1 }, + { 1, -2, 0, 1 }, + { 1, 0, 0, 1 }, + { 1, 2, 0, 1 }, + { 1, 4, 0, 1 }, + { 1, -2, 1, 1 }, + { 1, 0, 1, 1 }, + { 1, 2, 1, 1 }, + { 1, 4, 1, 1 }, + { 1, -2, 2, 1 }, + { 1, 0, 2, 1 }, + { 1, 2, 2, 1 }, + { 1, -2, 3, 1 }, + { 1, 0, 3, 1 }, + { 1, 2, 3, 1 }, + { 1, 0, 4, 1 }, + { 1, 0, 5, 1 }, + { 1, 0, -4, 2 }, + { 1, 0, -3, 2 }, + { 1, 0, -2, 2 }, + { 1, 0, -1, 2 }, + { 1, 2, -1, 2 }, + { 1, -2, 0, 2 }, + { 1, 0, 0, 2 }, + { 1, 2, 0, 2 }, + { 1, -2, 1, 2 }, + { 1, 0, 1, 2 }, + { 1, 2, 1, 2 }, + { 1, 0, 2, 2 }, + { 1, 2, 2, 2 }, + { 1, 0, 3, 2 }, + { 1, 0, 4, 2 }, + { 1, 0, -2, 3 }, + { 1, 0, -1, 3 }, + { 1, -2, 0, 3 }, + { 1, 0, 0, 3 }, + { 1, 0, 1, 3 }, + { 1, 0, 0, 4 }, + { 2, 0, 0, -6 }, + { 2, 0, -2, -5 }, + { 2, 0, -1, -5 }, + { 2, 0, 0, -5 }, + { 2, 0, 1, -5 }, + { 2, 0, -3, -4 }, + { 2, 0, -2, -4 }, + { 2, 0, -1, -4 }, + { 2, 2, -1, -4 }, + { 2, -2, 0, -4 }, + { 2, 0, 0, -4 }, + { 2, 2, 0, -4 }, + { 2, -2, 1, -4 }, + { 2, 0, 1, -4 }, + { 2, 0, 2, -4 }, + { 2, 0, 3, -4 }, + { 2, 0, -4, -3 }, + { 2, 0, -3, -3 }, + { 2, -2, -2, -3 }, + { 2, 0, -2, -3 }, + { 2, 2, -2, -3 }, + { 2, -2, -1, -3 }, + { 2, 0, -1, -3 }, + { 2, 2, -1, -3 }, + { 2, -2, 0, -3 }, + { 2, 0, 0, -3 }, + { 2, 2, 0, -3 }, + { 2, -2, 1, -3 }, + { 2, 0, 1, -3 }, + { 2, 2, 1, -3 }, + { 2, -2, 2, -3 }, + { 2, 0, 2, -3 }, + { 2, 2, 2, -3 }, + { 2, 0, 3, -3 }, + { 2, 0, 4, -3 }, + { 2, 0, -5, -2 }, + { 2, -2, -4, -2 }, + { 2, 0, -4, -2 }, + { 2, -2, -3, -2 }, + { 2, 0, -3, -2 }, + { 2, -2, -2, -2 }, + { 2, 0, -2, -2 }, + { 2, 2, -2, -2 }, + { 2, -2, -1, -2 }, + { 2, 0, -1, -2 }, + { 2, 2, -1, -2 }, + { 2, 4, -1, -2 }, + { 2, -4, 0, -2 }, + { 2, -2, 0, -2 }, + { 2, 0, 0, -2 }, + { 2, 2, 0, -2 }, + { 2, 4, 0, -2 }, + { 2, -4, 1, -2 }, + { 2, -2, 1, -2 }, + { 2, 0, 1, -2 }, + { 2, 2, 1, -2 }, + { 2, 4, 1, -2 }, + { 2, -2, 2, -2 }, + { 2, 0, 2, -2 }, + { 2, 2, 2, -2 }, + { 2, -2, 3, -2 }, + { 2, 0, 3, -2 }, + { 2, 2, 3, -2 }, + { 2, 0, 4, -2 }, + { 2, 0, 5, -2 }, + { 2, 0, -6, -1 }, + { 2, -2, -5, -1 }, + { 2, 0, -5, -1 }, + { 2, -2, -4, -1 }, + { 2, 0, -4, -1 }, + { 2, 2, -4, -1 }, + { 2, -4, -3, -1 }, + { 2, -2, -3, -1 }, + { 2, 0, -3, -1 }, + { 2, 2, -3, -1 }, + { 2, -4, -2, -1 }, + { 2, -2, -2, -1 }, + { 2, 0, -2, -1 }, + { 2, 2, -2, -1 }, + { 2, 4, -2, -1 }, + { 2, -4, -1, -1 }, + { 2, -2, -1, -1 }, + { 2, 0, -1, -1 }, + { 2, 2, -1, -1 }, + { 2, 4, -1, -1 }, + { 2, -4, 0, -1 }, + { 2, -2, 0, -1 }, + { 2, 0, 0, -1 }, + { 2, 2, 0, -1 }, + { 2, 4, 0, -1 }, + { 2, -4, 1, -1 }, + { 2, -2, 1, -1 }, + { 2, 0, 1, -1 }, + { 2, 2, 1, -1 }, + { 2, 4, 1, -1 }, + { 2, -4, 2, -1 }, + { 2, -2, 2, -1 }, + { 2, 0, 2, -1 }, + { 2, 2, 2, -1 }, + { 2, 4, 2, -1 }, + { 2, -2, 3, -1 }, + { 2, 0, 3, -1 }, + { 2, 2, 3, -1 }, + { 2, -2, 4, -1 }, + { 2, 0, 4, -1 }, + { 2, 2, 4, -1 }, + { 2, -2, 5, -1 }, + { 2, 0, 5, -1 }, + { 2, 2, 5, -1 }, + { 2, 0, 6, -1 }, + { 2, 0, -8, 0 }, + { 2, 0, -7, 0 }, + { 2, -2, -6, 0 }, + { 2, 0, -6, 0 }, + { 2, -2, -5, 0 }, + { 2, 0, -5, 0 }, + { 2, 2, -5, 0 }, + { 2, -4, -4, 0 }, + { 2, -2, -4, 0 }, + { 2, 0, -4, 0 }, + { 2, 2, -4, 0 }, + { 2, -4, -3, 0 }, + { 2, -2, -3, 0 }, + { 2, 0, -3, 0 }, + { 2, 2, -3, 0 }, + { 2, 4, -3, 0 }, + { 2, -4, -2, 0 }, + { 2, -2, -2, 0 }, + { 2, 0, -2, 0 }, + { 2, 2, -2, 0 }, + { 2, 4, -2, 0 }, + { 2, -6, -1, 0 }, + { 2, -4, -1, 0 }, + { 2, -2, -1, 0 }, + { 2, 0, -1, 0 }, + { 2, 2, -1, 0 }, + { 2, 4, -1, 0 }, + { 2, 6, -1, 0 }, + { 2, -6, 0, 0 }, + { 2, -4, 0, 0 }, + { 2, -2, 0, 0 }, + { 2, 0, 0, 0 }, + { 2, 2, 0, 0 }, + { 2, 4, 0, 0 }, + { 2, 6, 0, 0 }, + { 2, -6, 1, 0 }, + { 2, -4, 1, 0 }, + { 2, -2, 1, 0 }, + { 2, 0, 1, 0 }, + { 2, 2, 1, 0 }, + { 2, 4, 1, 0 }, + { 2, 6, 1, 0 }, + { 2, -4, 2, 0 }, + { 2, -2, 2, 0 }, + { 2, 0, 2, 0 }, + { 2, 2, 2, 0 }, + { 2, 4, 2, 0 }, + { 2, -4, 3, 0 }, + { 2, -2, 3, 0 }, + { 2, 0, 3, 0 }, + { 2, 2, 3, 0 }, + { 2, 4, 3, 0 }, + { 2, -2, 4, 0 }, + { 2, 0, 4, 0 }, + { 2, 2, 4, 0 }, + { 2, 4, 4, 0 }, + { 2, -2, 5, 0 }, + { 2, 0, 5, 0 }, + { 2, 2, 5, 0 }, + { 2, -2, 6, 0 }, + { 2, 0, 6, 0 }, + { 2, 2, 6, 0 }, + { 2, 0, 7, 0 }, + { 2, 0, -7, 1 }, + { 2, 0, -6, 1 }, + { 2, -2, -5, 1 }, + { 2, 0, -5, 1 }, + { 2, -2, -4, 1 }, + { 2, 0, -4, 1 }, + { 2, 2, -4, 1 }, + { 2, -2, -3, 1 }, + { 2, 0, -3, 1 }, + { 2, 2, -3, 1 }, + { 2, -4, -2, 1 }, + { 2, -2, -2, 1 }, + { 2, 0, -2, 1 }, + { 2, 2, -2, 1 }, + { 2, -4, -1, 1 }, + { 2, -2, -1, 1 }, + { 2, 0, -1, 1 }, + { 2, 2, -1, 1 }, + { 2, 4, -1, 1 }, + { 2, -4, 0, 1 }, + { 2, -2, 0, 1 }, + { 2, 0, 0, 1 }, + { 2, 2, 0, 1 }, + { 2, 4, 0, 1 }, + { 2, -4, 1, 1 }, + { 2, -2, 1, 1 }, + { 2, 0, 1, 1 }, + { 2, 2, 1, 1 }, + { 2, 4, 1, 1 }, + { 2, -2, 2, 1 }, + { 2, 0, 2, 1 }, + { 2, 2, 2, 1 }, + { 2, 4, 2, 1 }, + { 2, -2, 3, 1 }, + { 2, 0, 3, 1 }, + { 2, 2, 3, 1 }, + { 2, -2, 4, 1 }, + { 2, 0, 4, 1 }, + { 2, 2, 4, 1 }, + { 2, 0, 5, 1 }, + { 2, 0, 6, 1 }, + { 2, 0, -5, 2 }, + { 2, 0, -4, 2 }, + { 2, -2, -3, 2 }, + { 2, 0, -3, 2 }, + { 2, 2, -3, 2 }, + { 2, -2, -2, 2 }, + { 2, 0, -2, 2 }, + { 2, 2, -2, 2 }, + { 2, -4, -1, 2 }, + { 2, -2, -1, 2 }, + { 2, 0, -1, 2 }, + { 2, 2, -1, 2 }, + { 2, 4, -1, 2 }, + { 2, -4, 0, 2 }, + { 2, -2, 0, 2 }, + { 2, 0, 0, 2 }, + { 2, 2, 0, 2 }, + { 2, -2, 1, 2 }, + { 2, 0, 1, 2 }, + { 2, 2, 1, 2 }, + { 2, -2, 2, 2 }, + { 2, 0, 2, 2 }, + { 2, -2, 3, 2 }, + { 2, 0, -3, 3 }, + { 2, 0, -2, 3 }, + { 2, -2, -1, 3 }, + { 2, 0, -1, 3 }, + { 2, -2, 0, 3 }, + { 2, 0, 0, 3 }, + { 2, -2, 1, 3 }, + { 2, 0, 1, 3 }, + { 2, 0, -2, 4 }, + { 2, 0, -1, 4 }, + { 3, 0, -1, -4 }, + { 3, 0, 0, -4 }, + { 3, 0, -2, -3 }, + { 3, 0, -1, -3 }, + { 3, -2, 0, -3 }, + { 3, 0, 0, -3 }, + { 3, 0, 1, -3 }, + { 3, 0, -3, -2 }, + { 3, 0, -2, -2 }, + { 3, -2, -1, -2 }, + { 3, 0, -1, -2 }, + { 3, 2, -1, -2 }, + { 3, -2, 0, -2 }, + { 3, 0, 0, -2 }, + { 3, -2, 1, -2 }, + { 3, 0, 1, -2 }, + { 3, 0, -4, -1 }, + { 3, 0, -3, -1 }, + { 3, 0, -2, -1 }, + { 3, 2, -2, -1 }, + { 3, -2, -1, -1 }, + { 3, 0, -1, -1 }, + { 3, 2, -1, -1 }, + { 3, -4, 0, -1 }, + { 3, -2, 0, -1 }, + { 3, 0, 0, -1 }, + { 3, 2, 0, -1 }, + { 3, -2, 1, -1 }, + { 3, 0, 1, -1 }, + { 3, 2, 1, -1 }, + { 3, -2, 2, -1 }, + { 3, 0, 2, -1 }, + { 3, 2, 2, -1 }, + { 3, 0, 3, -1 }, + { 3, 0, -5, 0 }, + { 3, -2, -4, 0 }, + { 3, 0, -4, 0 }, + { 3, -2, -3, 0 }, + { 3, 0, -3, 0 }, + { 3, 2, -3, 0 }, + { 3, -2, -2, 0 }, + { 3, 0, -2, 0 }, + { 3, 2, -2, 0 }, + { 3, 4, -2, 0 }, + { 3, -4, -1, 0 }, + { 3, -2, -1, 0 }, + { 3, 0, -1, 0 }, + { 3, 2, -1, 0 }, + { 3, 4, -1, 0 }, + { 3, -4, 0, 0 }, + { 3, -2, 0, 0 }, + { 3, 0, 0, 0 }, + { 3, 2, 0, 0 }, + { 3, 4, 0, 0 }, + { 3, -4, 1, 0 }, + { 3, -2, 1, 0 }, + { 3, 0, 1, 0 }, + { 3, 2, 1, 0 }, + { 3, -2, 2, 0 }, + { 3, 0, 2, 0 }, + { 3, 2, 2, 0 }, + { 3, -2, 3, 0 }, + { 3, 0, 3, 0 }, + { 3, 2, 3, 0 }, + { 3, 0, 4, 0 }, + { 3, 0, -5, 1 }, + { 3, 0, -4, 1 }, + { 3, -2, -3, 1 }, + { 3, 0, -3, 1 }, + { 3, 2, -3, 1 }, + { 3, -2, -2, 1 }, + { 3, 0, -2, 1 }, + { 3, 2, -2, 1 }, + { 3, -2, -1, 1 }, + { 3, 0, -1, 1 }, + { 3, 2, -1, 1 }, + { 3, -2, 0, 1 }, + { 3, 0, 0, 1 }, + { 3, 2, 0, 1 }, + { 3, -2, 1, 1 }, + { 3, 0, 1, 1 }, + { 3, 2, 1, 1 }, + { 3, -2, 2, 1 }, + { 3, 0, 2, 1 }, + { 3, 2, 2, 1 }, + { 3, 0, 3, 1 }, + { 3, 0, 4, 1 }, + { 3, 0, -4, 2 }, + { 3, 0, -3, 2 }, + { 3, 0, -2, 2 }, + { 3, -2, -1, 2 }, + { 3, 0, -1, 2 }, + { 3, -2, 0, 2 }, + { 3, 0, 0, 2 }, + { 3, 2, 0, 2 }, + { 3, 0, 1, 2 }, + { 3, 0, 2, 2 }, + { 3, 0, -3, 3 }, + { 3, -2, -2, 3 }, + { 3, 0, -2, 3 }, + { 3, 0, -1, 3 }, + { 3, -2, 0, 3 }, + { 3, 0, 0, 3 }, + { 4, 0, -2, -5 }, + { 4, 0, -1, -5 }, + { 4, 0, 0, -5 }, + { 4, 0, -3, -4 }, + { 4, 0, -2, -4 }, + { 4, 0, -1, -4 }, + { 4, 0, 0, -4 }, + { 4, 0, 1, -4 }, + { 4, 0, 2, -4 }, + { 4, 0, -3, -3 }, + { 4, 0, -2, -3 }, + { 4, 2, -2, -3 }, + { 4, -2, -1, -3 }, + { 4, 0, -1, -3 }, + { 4, 2, -1, -3 }, + { 4, -2, 0, -3 }, + { 4, 0, 0, -3 }, + { 4, 2, 0, -3 }, + { 4, -2, 1, -3 }, + { 4, 0, 1, -3 }, + { 4, 2, 1, -3 }, + { 4, 0, 2, -3 }, + { 4, 0, 3, -3 }, + { 4, 0, -5, -2 }, + { 4, 0, -4, -2 }, + { 4, 0, -3, -2 }, + { 4, 2, -3, -2 }, + { 4, -2, -2, -2 }, + { 4, 0, -2, -2 }, + { 4, 2, -2, -2 }, + { 4, -2, -1, -2 }, + { 4, 0, -1, -2 }, + { 4, 2, -1, -2 }, + { 4, -2, 0, -2 }, + { 4, 0, 0, -2 }, + { 4, 2, 0, -2 }, + { 4, -2, 1, -2 }, + { 4, 0, 1, -2 }, + { 4, 2, 1, -2 }, + { 4, -2, 2, -2 }, + { 4, 0, 2, -2 }, + { 4, 2, 2, -2 }, + { 4, -2, 3, -2 }, + { 4, 0, 3, -2 }, + { 4, 0, 4, -2 }, + { 4, 0, -6, -1 }, + { 4, 0, -5, -1 }, + { 4, -2, -4, -1 }, + { 4, 0, -4, -1 }, + { 4, -2, -3, -1 }, + { 4, 0, -3, -1 }, + { 4, 2, -3, -1 }, + { 4, -4, -2, -1 }, + { 4, -2, -2, -1 }, + { 4, 0, -2, -1 }, + { 4, 2, -2, -1 }, + { 4, 4, -2, -1 }, + { 4, -4, -1, -1 }, + { 4, -2, -1, -1 }, + { 4, 0, -1, -1 }, + { 4, 2, -1, -1 }, + { 4, 4, -1, -1 }, + { 4, -4, 0, -1 }, + { 4, -2, 0, -1 }, + { 4, 0, 0, -1 }, + { 4, 2, 0, -1 }, + { 4, 4, 0, -1 }, + { 4, -4, 1, -1 }, + { 4, -2, 1, -1 }, + { 4, 0, 1, -1 }, + { 4, 2, 1, -1 }, + { 4, 4, 1, -1 }, + { 4, -2, 2, -1 }, + { 4, 0, 2, -1 }, + { 4, 2, 2, -1 }, + { 4, -2, 3, -1 }, + { 4, 0, 3, -1 }, + { 4, 2, 3, -1 }, + { 4, -2, 4, -1 }, + { 4, 0, 4, -1 }, + { 4, 0, 5, -1 }, + { 4, 0, -7, 0 }, + { 4, -2, -6, 0 }, + { 4, 0, -6, 0 }, + { 4, -2, -5, 0 }, + { 4, 0, -5, 0 }, + { 4, -2, -4, 0 }, + { 4, 0, -4, 0 }, + { 4, 2, -4, 0 }, + { 4, -4, -3, 0 }, + { 4, -2, -3, 0 }, + { 4, 0, -3, 0 }, + { 4, 2, -3, 0 }, + { 4, 4, -3, 0 }, + { 4, -4, -2, 0 }, + { 4, -2, -2, 0 }, + { 4, 0, -2, 0 }, + { 4, 2, -2, 0 }, + { 4, 4, -2, 0 }, + { 4, -4, -1, 0 }, + { 4, -2, -1, 0 }, + { 4, 0, -1, 0 }, + { 4, 2, -1, 0 }, + { 4, 4, -1, 0 }, + { 4, -4, 0, 0 }, + { 4, -2, 0, 0 }, + { 4, 0, 0, 0 }, + { 4, 2, 0, 0 }, + { 4, 4, 0, 0 }, + { 4, -4, 1, 0 }, + { 4, -2, 1, 0 }, + { 4, 0, 1, 0 }, + { 4, 2, 1, 0 }, + { 4, 4, 1, 0 }, + { 4, -4, 2, 0 }, + { 4, -2, 2, 0 }, + { 4, 0, 2, 0 }, + { 4, 2, 2, 0 }, + { 4, 4, 2, 0 }, + { 4, -2, 3, 0 }, + { 4, 0, 3, 0 }, + { 4, 2, 3, 0 }, + { 4, -2, 4, 0 }, + { 4, 0, 4, 0 }, + { 4, 2, 4, 0 }, + { 4, 0, 5, 0 }, + { 4, 0, 6, 0 }, + { 4, 0, -6, 1 }, + { 4, 0, -5, 1 }, + { 4, 0, -4, 1 }, + { 4, -2, -3, 1 }, + { 4, 0, -3, 1 }, + { 4, 2, -3, 1 }, + { 4, -2, -2, 1 }, + { 4, 0, -2, 1 }, + { 4, 2, -2, 1 }, + { 4, -2, -1, 1 }, + { 4, 0, -1, 1 }, + { 4, 2, -1, 1 }, + { 4, 4, -1, 1 }, + { 4, -2, 0, 1 }, + { 4, 0, 0, 1 }, + { 4, 2, 0, 1 }, + { 4, -4, 1, 1 }, + { 4, -2, 1, 1 }, + { 4, 0, 1, 1 }, + { 4, 2, 1, 1 }, + { 4, -2, 2, 1 }, + { 4, 0, 2, 1 }, + { 4, 2, 2, 1 }, + { 4, -2, 3, 1 }, + { 4, 0, 3, 1 }, + { 4, 2, 3, 1 }, + { 4, 0, 4, 1 }, + { 4, 0, -4, 2 }, + { 4, 0, -3, 2 }, + { 4, 2, -3, 2 }, + { 4, -2, -2, 2 }, + { 4, 0, -2, 2 }, + { 4, 2, -2, 2 }, + { 4, -2, -1, 2 }, + { 4, 0, -1, 2 }, + { 4, 2, -1, 2 }, + { 4, -2, 0, 2 }, + { 4, 0, 0, 2 }, + { 4, 2, 0, 2 }, + { 4, -2, 1, 2 }, + { 4, 0, 1, 2 }, + { 4, 0, 2, 2 }, + { 4, 0, -2, 3 }, + { 4, 0, -1, 3 }, + { 4, 0, 0, 3 }, + { 4, -2, -2, 4 }, + { 5, 0, -2, -3 }, + { 5, 0, 0, -3 }, + { 5, 0, -3, -2 }, + { 5, 0, -2, -2 }, + { 5, -2, -1, -2 }, + { 5, 0, -1, -2 }, + { 5, -2, 0, -2 }, + { 5, 0, 0, -2 }, + { 5, 0, 1, -2 }, + { 5, 0, -4, -1 }, + { 5, 0, -3, -1 }, + { 5, 2, -3, -1 }, + { 5, -2, -2, -1 }, + { 5, 0, -2, -1 }, + { 5, 2, -2, -1 }, + { 5, -2, -1, -1 }, + { 5, 0, -1, -1 }, + { 5, 2, -1, -1 }, + { 5, -2, 0, -1 }, + { 5, 0, 0, -1 }, + { 5, -2, 1, -1 }, + { 5, 0, 1, -1 }, + { 5, 0, -4, 0 }, + { 5, 0, -3, 0 }, + { 5, 2, -3, 0 }, + { 5, -2, -2, 0 }, + { 5, 0, -2, 0 }, + { 5, 2, -2, 0 }, + { 5, -2, -1, 0 }, + { 5, 0, -1, 0 }, + { 5, 2, -1, 0 }, + { 5, -4, 0, 0 }, + { 5, -2, 0, 0 }, + { 5, 0, 0, 0 }, + { 5, 2, 0, 0 }, + { 5, -2, 1, 0 }, + { 5, 0, 1, 0 }, + { 5, 2, 1, 0 }, + { 5, -2, 2, 0 }, + { 5, 0, 2, 0 }, + { 5, 0, -4, 1 }, + { 5, 0, -3, 1 }, + { 5, -2, -2, 1 }, + { 5, 0, -2, 1 }, + { 5, 2, -2, 1 }, + { 5, -2, -1, 1 }, + { 5, 0, -1, 1 }, + { 5, 2, -1, 1 }, + { 5, -2, 0, 1 }, + { 5, 0, 0, 1 }, + { 5, 2, 0, 1 }, + { 5, 0, 1, 1 }, + { 5, 0, 2, 1 }, + { 5, 0, -3, 2 }, + { 5, 0, -2, 2 }, + { 5, 0, -1, 2 }, + { 5, 0, 0, 2 }, + { 5, 0, 1, 2 }, + { 5, -2, -2, 3 }, + { 6, 0, -3, -4 }, + { 6, 0, -2, -4 }, + { 6, 0, -1, -4 }, + { 6, 0, 0, -4 }, + { 6, 0, -3, -3 }, + { 6, 0, -2, -3 }, + { 6, 0, -1, -3 }, + { 6, 0, 0, -3 }, + { 6, 0, 1, -3 }, + { 6, 0, -4, -2 }, + { 6, 0, -3, -2 }, + { 6, 2, -3, -2 }, + { 6, -2, -2, -2 }, + { 6, 0, -2, -2 }, + { 6, 2, -2, -2 }, + { 6, -2, -1, -2 }, + { 6, 0, -1, -2 }, + { 6, 2, -1, -2 }, + { 6, -2, 0, -2 }, + { 6, 0, 0, -2 }, + { 6, 2, 0, -2 }, + { 6, -2, 1, -2 }, + { 6, 0, 1, -2 }, + { 6, 0, 2, -2 }, + { 6, 0, 3, -2 }, + { 6, 0, -5, -1 }, + { 6, 0, -4, -1 }, + { 6, 2, -4, -1 }, + { 6, -2, -3, -1 }, + { 6, 0, -3, -1 }, + { 6, 2, -3, -1 }, + { 6, -2, -2, -1 }, + { 6, 0, -2, -1 }, + { 6, 2, -2, -1 }, + { 6, -2, -1, -1 }, + { 6, 0, -1, -1 }, + { 6, 2, -1, -1 }, + { 6, -2, 0, -1 }, + { 6, 0, 0, -1 }, + { 6, 2, 0, -1 }, + { 6, -2, 1, -1 }, + { 6, 0, 1, -1 }, + { 6, 2, 1, -1 }, + { 6, -2, 2, -1 }, + { 6, 0, 2, -1 }, + { 6, 2, 2, -1 }, + { 6, 0, 3, -1 }, + { 6, 0, -5, 0 }, + { 6, 0, -4, 0 }, + { 6, 2, -4, 0 }, + { 6, -2, -3, 0 }, + { 6, 0, -3, 0 }, + { 6, 2, -3, 0 }, + { 6, 4, -3, 0 }, + { 6, -2, -2, 0 }, + { 6, 0, -2, 0 }, + { 6, 2, -2, 0 }, + { 6, 4, -2, 0 }, + { 6, -2, -1, 0 }, + { 6, 0, -1, 0 }, + { 6, 2, -1, 0 }, + { 6, 4, -1, 0 }, + { 6, -4, 0, 0 }, + { 6, -2, 0, 0 }, + { 6, 0, 0, 0 }, + { 6, 2, 0, 0 }, + { 6, -4, 1, 0 }, + { 6, -2, 1, 0 }, + { 6, 0, 1, 0 }, + { 6, 2, 1, 0 }, + { 6, -2, 2, 0 }, + { 6, 0, 2, 0 }, + { 6, 2, 2, 0 }, + { 6, -2, 3, 0 }, + { 6, 0, 3, 0 }, + { 6, 0, 4, 0 }, + { 6, 0, -5, 1 }, + { 6, 0, -4, 1 }, + { 6, 0, -3, 1 }, + { 6, 2, -3, 1 }, + { 6, -2, -2, 1 }, + { 6, 0, -2, 1 }, + { 6, 2, -2, 1 }, + { 6, -2, -1, 1 }, + { 6, 0, -1, 1 }, + { 6, 2, -1, 1 }, + { 6, -2, 0, 1 }, + { 6, 0, 0, 1 }, + { 6, 2, 0, 1 }, + { 6, -2, 1, 1 }, + { 6, 0, 1, 1 }, + { 6, 2, 1, 1 }, + { 6, 0, 2, 1 }, + { 6, 0, 3, 1 }, + { 6, 0, -4, 2 }, + { 6, 0, -3, 2 }, + { 6, -2, -2, 2 }, + { 6, 0, -2, 2 }, + { 6, -2, -1, 2 }, + { 6, 0, -1, 2 }, + { 6, 0, 0, 2 }, + { 6, 0, -2, 3 }, + { 7, 0, -3, -2 }, + { 7, 0, -2, -2 }, + { 7, 0, -4, -1 }, + { 7, 0, -3, -1 }, + { 7, 0, -2, -1 }, + { 7, 0, 0, -1 }, + { 7, 0, -5, 0 }, + { 7, 0, -4, 0 }, + { 7, 0, -3, 0 }, + { 7, 2, -3, 0 }, + { 7, -2, -2, 0 }, + { 7, 0, -2, 0 }, + { 7, 2, -2, 0 }, + { 7, -2, -1, 0 }, + { 7, 0, -1, 0 }, + { 7, -2, 0, 0 }, + { 7, 0, 0, 0 }, + { 7, 0, -3, 1 }, + { 7, 0, -2, 1 }, + { 7, 0, -1, 1 }, + { 7, 0, 0, 1 }, + { 8, 0, -3, -3 }, + { 8, 0, -2, -3 }, + { 8, 0, -1, -3 }, + { 8, 0, -4, -2 }, + { 8, 0, -3, -2 }, + { 8, 0, -2, -2 }, + { 8, 0, -1, -2 }, + { 8, 0, 0, -2 }, + { 8, 0, 1, -2 }, + { 8, 0, -5, -1 }, + { 8, 0, -4, -1 }, + { 8, 0, -3, -1 }, + { 8, 2, -3, -1 }, + { 8, 0, -2, -1 }, + { 8, 2, -2, -1 }, + { 8, 0, -1, -1 }, + { 8, 2, -1, -1 }, + { 8, 0, 0, -1 }, + { 8, 0, 1, -1 }, + { 8, 0, 2, -1 }, + { 8, 0, -5, 0 }, + { 8, 0, -4, 0 }, + { 8, 2, -4, 0 }, + { 8, -2, -3, 0 }, + { 8, 0, -3, 0 }, + { 8, 2, -3, 0 }, + { 8, -2, -2, 0 }, + { 8, 0, -2, 0 }, + { 8, 2, -2, 0 }, + { 8, -2, -1, 0 }, + { 8, 0, -1, 0 }, + { 8, 2, -1, 0 }, + { 8, -2, 0, 0 }, + { 8, 0, 0, 0 }, + { 8, 2, 0, 0 }, + { 8, -2, 1, 0 }, + { 8, 0, 1, 0 }, + { 8, 0, 2, 0 }, + { 8, 0, -4, 1 }, + { 8, 0, -3, 1 }, + { 8, 0, -2, 1 }, + { 8, 0, -1, 1 }, + { 8, 0, 0, 1 }, + { 8, 0, 1, 1 }, + { 8, 0, -3, 2 }, + { 9, 0, -4, 0 }, + { 9, 0, -3, 0 }, + { 10, 0, -4, -1 }, + { 10, 0, -3, -1 }, + { 10, 0, -2, -1 }, + { 10, 0, -1, -1 }, + { 10, 0, -5, 0 }, + { 10, 0, -4, 0 }, + { 10, 0, -3, 0 }, + { 10, 0, -2, 0 }, + { 10, 0, -1, 0 }, + { 10, 0, 0, 0 } +} }; + +constexpr array g_MAIN_S1_Nominal +{ { + -411.60287, + 0.42034, + -0.00059, + 0.00016, + -0.08019, + 39.53393, + 22639.55000, + -45.10032, + 0.09092, + -0.00019, + 0.00068, + -1.37259, + 769.02326, + -3.99767, + 0.01297, + -0.00004, + 0.00009, + -0.05684, + 36.12364, + -0.32866, + 0.00153, + -0.00354, + 1.93367, + -0.02602, + 0.00016, + -0.00023, + 0.11100, + -0.00201, + 0.00002, + -0.00002, + 0.00665, + -0.00015, + 0.00041, + -0.00001, + 0.00003, + -0.00002, + -0.00024, + 0.00006, + -0.00332, + 0.00064, + -0.04702, + 0.00007, + -0.00003, + 0.00623, + -0.66940, + 0.00106, + -0.00017, + 0.05165, + -9.67938, + 0.02429, + -0.00004, + -0.00063, + 0.30157, + -147.32654, + -0.08049, + 0.00013, + -0.00023, + 0.07501, + -666.44186, + 0.41342, + -0.00083, + 0.00011, + -0.08282, + -109.38419, + 0.26338, + -0.00062, + -0.00003, + 0.02677, + -7.63041, + 0.04338, + -0.00015, + 0.00166, + -0.54594, + 0.00526, + -0.00003, + 0.00014, + -0.03947, + 0.00055, + 0.00001, + -0.00287, + 0.00005, + -0.00021, + -0.00002, + -0.00009, + 0.00002, + -0.00119, + 0.00014, + -0.01514, + 0.00003, + 0.00100, + -0.19311, + 0.00060, + 0.00473, + -2.56813, + 0.00013, + -0.00355, + -7.44804, + 0.00519, + -0.00001, + -0.00040, + -1.16177, + 0.00270, + 0.00040, + -0.06513, + 0.00035, + 0.00002, + -0.00341, + 0.00003, + -0.00015, + -0.00003, + -0.00035, + 0.00002, + -0.00416, + 0.00002, + 0.00008, + -0.05142, + 0.00003, + -0.00016, + -0.10136, + 0.00007, + -0.01796, + 0.00004, + -0.00095, + -0.00005, + -0.00009, + -0.00108, + -0.00128, + -0.00032, + -0.00002, + -0.00002, + 0.00011, + 0.00002, + 0.00020, + 0.00254, + 0.00007, + -0.00001, + 0.00005, + 0.00025, + -0.00004, + 0.00229, + -0.00032, + 0.04304, + -0.00007, + -0.00008, + -0.00033, + -0.00037, + -0.00005, + 0.00002, + 0.00014, + -0.00002, + 0.00069, + 0.00002, + -0.00011, + -0.00694, + 0.00013, + -0.00100, + -0.13636, + 0.00013, + 0.00002, + -0.01281, + -0.55694, + 0.00155, + -0.00212, + -0.12073, + 0.00060, + 0.00012, + -0.01483, + 0.00012, + 0.00001, + -0.00149, + 0.00002, + -0.00014, + -0.00001, + -0.00005, + 0.00001, + -0.00072, + 0.00009, + -0.00955, + 0.00002, + 0.00069, + -0.12812, + 0.00038, + 0.00001, + 0.00289, + -1.75296, + -0.00142, + 0.00019, + -0.02379, + -18.58467, + 0.01598, + -0.00011, + 0.00123, + -0.58332, + -124.98806, + 0.25429, + -0.00054, + 0.00011, + -0.04012, + -8.45308, + 0.04450, + -0.00015, + -0.00077, + -0.58399, + 0.00540, + -0.00003, + -0.00006, + -0.04074, + 0.00056, + -0.00285, + 0.00005, + -0.00020, + -0.00001, + 0.00011, + -0.00001, + 0.00155, + -0.00012, + 0.02296, + -0.00006, + -0.00071, + 0.34966, + 0.00063, + -0.00008, + 1.07773, + 0.00000, + 0.00017, + 17.95512, + -0.03587, + 0.00007, + -0.00157, + 1.26186, + -0.00659, + 0.00002, + 0.00028, + 0.09205, + -0.00084, + 0.00002, + 0.00679, + -0.00009, + 0.00050, + 0.00004, + 0.00004, + 0.00038, + 0.00361, + -0.00300, + 0.00001, + 0.00003, + -0.03968, + 0.00011, + 0.00002, + -0.00849, + 0.00005, + -0.00102, + 0.00001, + -0.00011, + -0.00001, + 0.00007, + -0.00011, + 0.00000, + -0.00056, + -0.00009, + -0.00001, + 0.00002, + 0.00001, + 0.00027, + 0.00050, + 0.00005, + 0.00002, + 0.00032, + 0.00812, + -0.00002, + 0.00004, + 0.01331, + -0.00003, + -0.00002, + 0.00133, + 0.00012, + 0.00001, + 0.00003, + 0.00049, + -0.00004, + 0.00965, + -0.00002, + -0.00021, + 0.24697, + -0.00052, + 0.00163, + 0.33983, + -0.00075, + -0.00065, + 0.03300, + -0.00016, + -0.00005, + 0.00295, + -0.00003, + 0.00026, + 0.00002, + 0.00005, + -0.00001, + 0.00088, + -0.00013, + 0.01544, + -0.00111, + 0.29422, + -0.00072, + -0.00434, + 7.37173, + -0.01541, + 0.00003, + -0.00008, + 0.06314, + 8.05076, + -0.01816, + 0.00004, + 0.00001, + -0.01644, + 0.75173, + -0.00378, + 0.00001, + -0.00133, + 0.06439, + -0.00055, + -0.00011, + 0.00538, + -0.00007, + 0.00044, + 0.00004, + 0.00010, + -0.00003, + 0.00178, + -0.00036, + 0.02949, + -0.00002, + 0.00001, + -0.00365, + 0.47842, + 0.00003, + 0.00005, + -0.02804, + 8.60582, + -0.02157, + 0.00012, + -0.00015, + -0.06103, + 205.44315, + -0.42624, + 0.00093, + -0.00286, + 2.14619, + 164.73458, + -0.38215, + 0.00089, + 0.00018, + -0.37453, + 14.53078, + -0.07373, + 0.00025, + 0.00001, + -0.02887, + 1.17704, + -0.01007, + 0.00005, + -0.00232, + 0.09320, + -0.00117, + -0.00019, + 0.00730, + -0.00012, + -0.00001, + 0.00057, + -0.00001, + 0.00004, + 0.00003, + 0.00036, + -0.00011, + 0.00497, + -0.00111, + 0.06850, + -0.00007, + 0.00005, + -0.01077, + 0.94827, + -0.00054, + 0.00024, + -0.09154, + 13.19400, + 0.00467, + -0.00003, + 0.00037, + -0.56065, + 211.65487, + -0.53572, + 0.00282, + 0.00003, + -0.00850, + 0.17903, + 4586.43061, + -9.36601, + 0.01993, + -0.00004, + 0.00015, + -0.07518, + 55.17801, + 2369.91227, + -5.74170, + 0.01372, + -0.00003, + 0.00001, + 0.00056, + -6.38325, + 191.95575, + -0.99023, + 0.00344, + -0.00001, + 0.00008, + -0.45380, + 14.37964, + -0.12386, + 0.00059, + 0.00002, + -0.03336, + 1.05949, + -0.01332, + 0.00008, + -0.00247, + 0.07765, + -0.00131, + 0.00001, + -0.00018, + 0.00568, + -0.00012, + -0.00001, + 0.00041, + -0.00001, + 0.00003, + 0.00001, + 0.00015, + -0.00003, + 0.00173, + -0.00020, + 0.01819, + -0.00003, + -0.00116, + 0.17624, + -0.00024, + 0.00002, + -0.00346, + 2.48897, + -0.00001, + 0.00017, + -0.00228, + -28.39810, + 0.06742, + -0.00016, + 0.00198, + -1.43724, + -24.35910, + 0.06541, + -0.00017, + 0.00003, + 0.08472, + -2.91464, + 0.01605, + -0.00006, + 0.00889, + -0.29023, + 0.00262, + -0.00001, + 0.00085, + -0.02676, + 0.00035, + 0.00008, + -0.00236, + 0.00004, + -0.00020, + -0.00002, + -0.00002, + -0.00049, + 0.00004, + -0.00944, + 0.00002, + 0.00006, + -0.24990, + 0.00060, + 0.00002, + -0.00654, + -2.52138, + 0.00515, + -0.00001, + 0.00004, + -0.02349, + -0.18576, + 0.00096, + -0.00200, + -0.01343, + 0.00012, + -0.00014, + -0.00066, + -0.00001, + -0.00009, + -0.00093, + -0.00003, + -0.00188, + 0.00007, + 0.00038, + 0.00002, + 0.00004, + -0.00001, + -0.00001, + -0.00002, + 0.00002, + -0.00017, + -0.00053, + -0.00005, + 0.00030, + 0.00003, + -0.00014, + -0.00399, + -0.00008, + -0.01182, + 0.00003, + -0.00102, + 0.00518, + -0.00004, + 0.00037, + -0.00013, + -0.00297, + -0.08311, + 0.00020, + -0.00189, + -0.23141, + 0.00075, + 0.00002, + -0.01948, + 0.06507, + 0.00020, + -0.00084, + 0.00330, + 0.00005, + -0.00004, + -0.00011, + 0.00001, + -0.00005, + -0.00005, + 0.00001, + -0.00174, + 0.00011, + -0.04442, + 0.00011, + -0.00028, + -1.22412, + 0.00298, + -0.00001, + 0.00006, + -0.02979, + -3.20968, + 0.01215, + -0.00004, + 0.00025, + -0.25304, + 0.40423, + 0.00375, + -0.00002, + 0.00005, + -0.01062, + 0.00037, + 0.00083, + -0.00051, + -0.00389, + 0.00014, + -0.00002, + -0.00062, + 0.00002, + -0.00007, + -0.00006, + -0.00059, + 0.00002, + -0.00623, + 0.00002, + 0.00001, + -0.04189, + 0.00007, + 0.00116, + 0.27377, + -0.00138, + 0.00891, + 0.14990, + -0.00096, + 0.00020, + 0.02244, + -0.00022, + -0.00001, + 0.00256, + -0.00004, + 0.00026, + 0.00002, + -0.00002, + -0.00020, + -0.00036, + -0.00001, + -0.00127, + -0.00009, + -0.00191, + 0.00001, + -0.00039, + -0.00006, + 0.00000, + 0.00000, + 0.00004, + -0.00014, + -0.00002, + -0.00002, + 0.00001, + 0.00004, + 0.00003, + 0.00001, + 0.00033, + 0.00086, + 0.00054, + 0.00009, + 0.00001, + 0.00027, + 0.00755, + -0.00004, + 0.00004, + 0.01741, + -0.00009, + 0.00007, + 0.00971, + -0.00006, + -0.00003, + 0.00160, + -0.00001, + 0.00020, + 0.00002, + -0.00002, + -0.00002, + 0.00560, + -0.00004, + 0.00002, + 0.15781, + -0.00090, + 0.00108, + 0.30874, + -0.00160, + 0.00091, + 0.15227, + -0.00089, + -0.00052, + 0.02411, + -0.00021, + -0.00009, + 0.00290, + -0.00004, + -0.00001, + 0.00031, + 0.00003, + -0.00005, + -0.00034, + 0.00004, + -0.00020, + 0.00007, + 0.09982, + -0.00078, + 0.00001, + 0.00043, + 2.73198, + -0.01533, + 0.00006, + 0.00002, + 0.02289, + 4.37416, + -0.02273, + 0.00008, + -0.00001, + 0.00666, + 1.87083, + -0.01114, + 0.00004, + -0.00006, + -0.00732, + 0.28251, + -0.00251, + 0.00001, + -0.00121, + 0.03274, + -0.00041, + -0.00014, + 0.00336, + -0.00006, + -0.00001, + 0.00032, + 0.00003, + -0.00007, + 0.00001, + -0.00062, + 0.00010, + -0.00431, + 0.00042, + -0.00070, + -0.00002, + 0.00002, + 0.00023, + 1.18682, + -0.00934, + 0.00007, + 0.00013, + 0.00662, + 30.77247, + -0.16977, + 0.00061, + 0.00017, + 0.30086, + 38.42974, + -0.20134, + 0.00072, + -0.00003, + -0.02391, + 13.89903, + -0.08500, + 0.00035, + -0.00061, + -0.06601, + 1.97772, + -0.01781, + 0.00009, + 0.00001, + -0.00980, + 0.21853, + -0.00274, + 0.00002, + -0.00109, + 0.02149, + -0.00036, + -0.00011, + 0.00198, + -0.00004, + 0.00017, + 0.00001, + -0.00001, + -0.00004, + 0.00064, + -0.00004, + 0.02682, + -0.00003, + -0.00039, + -0.35759, + 0.00220, + -0.01875, + -0.63523, + 0.00353, + -0.00001, + 0.00051, + -0.28911, + 0.00186, + 0.00004, + 0.00183, + -0.05070, + 0.00048, + 0.00032, + -0.00668, + 0.00009, + 0.00004, + -0.00077, + 0.00001, + -0.00008, + -0.00005, + -0.00369, + 0.00002, + 0.00008, + -0.03514, + 0.00019, + 0.00090, + -0.02171, + 0.00012, + 0.00001, + -0.00208, + 0.00002, + -0.00002, + -0.00008, + 0.00001, + 0.00020, + 0.00023, + 0.00005, + 0.00000, + -0.00003, + 0.00001, + -0.00013, + -0.00052, + -0.00003, + -0.00011, + -0.00002, + 0.00012, + 0.00002, + -0.00007, + -0.00189, + 0.00001, + -0.00003, + -0.00693, + 0.00004, + -0.00040, + -0.00154, + 0.00003, + -0.00021, + 0.00102, + -0.00003, + 0.00014, + -0.00059, + -0.01686, + 0.00010, + -0.00031, + -0.05725, + 0.00039, + -0.00335, + -0.01350, + 0.00024, + -0.00002, + -0.00137, + 0.00439, + 0.00006, + -0.00019, + 0.00050, + 0.00001, + -0.00002, + 0.00001, + -0.00006, + -0.00046, + 0.00001, + 0.00392, + -0.00004, + 0.00016, + 0.00475, + -0.00005, + 0.00005, + 0.00181, + -0.00002, + 0.00035, + 0.00005, + 0.00001, + -0.00001, + -0.00008, + -0.00004, + -0.00001, + 0.00000, + 0.00001, + 0.00004, + 0.00004, + 0.00002, + 0.00020, + 0.00059, + 0.00059, + 0.00024, + 0.00005, + 0.00014, + 0.00312, + -0.00003, + 0.00003, + 0.00836, + -0.00007, + 0.00003, + 0.00744, + -0.00007, + -0.00002, + 0.00285, + -0.00003, + -0.00002, + 0.00056, + 0.00008, + 0.00001, + 0.00002, + 0.00176, + -0.00002, + 0.00002, + 0.03900, + -0.00039, + 0.00044, + 0.09033, + -0.00080, + 0.00018, + 0.07142, + -0.00064, + -0.00025, + 0.02510, + -0.00026, + -0.00016, + 0.00477, + -0.00006, + -0.00003, + 0.00069, + -0.00001, + 0.00009, + 0.00020, + 0.01376, + -0.00017, + 0.00018, + 0.29255, + -0.00287, + 0.00002, + 0.00364, + 0.57156, + -0.00509, + 0.00003, + 0.00007, + 0.39451, + -0.00359, + 0.00002, + -0.00008, + -0.00214, + 0.12616, + -0.00132, + -0.00001, + -0.00094, + 0.02285, + -0.00031, + -0.00018, + 0.00318, + -0.00005, + -0.00003, + 0.00038, + 0.00004, + 0.00001, + 0.00028, + -0.00478, + 0.00005, + -0.00026, + -0.01282, + 0.00012, + -0.00007, + -0.01064, + 0.00010, + 0.00008, + -0.00396, + 0.00004, + 0.00004, + -0.00083, + 0.00001, + -0.00013, + -0.00002, + -0.00006, + -0.00051, + 0.00001, + -0.00061, + 0.00001, + -0.00021, + -0.00002, + 0.00001, + -0.00002, + -0.00001, + -0.00004, + -0.00016, + -0.00012, + 0.00002, + -0.00001, + -0.00025, + -0.00098, + 0.00001, + -0.00005, + -0.00068, + 0.00001, + -0.00004, + -0.00005, + -0.00001, + 0.00005, + 0.00006, + 0.00011, + 0.00007, + 0.00003, + 0.00002, + 0.00002, + 0.00002, + 0.00006, + 0.00019, + 0.00025, + 0.00015, + 0.00005, + 0.00001, + 0.00003, + 0.00058, + 0.00170, + -0.00002, + 0.00196, + -0.00003, + 0.00112, + -0.00001, + 0.00037, + 0.00008, + 0.00001, + 0.00018, + 0.00324, + -0.00005, + 0.00005, + 0.00840, + -0.00011, + 0.00001, + 0.00866, + -0.00011, + -0.00005, + 0.00455, + -0.00006, + -0.00004, + 0.00139, + -0.00002, + -0.00001, + 0.00029, + 0.00005, + -0.00007, + -0.00024, + -0.00029, + -0.00017, + -0.00006, + -0.00001, + -0.00001, + -0.00002, + -0.00002, + 0.00003, + 0.00005, + 0.00004, + 0.00002, + 0.00004, + 0.00012, + 0.00017, + 0.00013, + 0.00006, + 0.00002 +} }; + +constexpr array g_MAIN_S1_LLR +{ { + -4.1159573394034464e+002, + 4.2032545247910946e-001, + -5.8996898355993734e-004, + 1.5999224588998434e-004, + -8.0187327780507925e-002, + 3.9533300966452579e+001, + 2.2639585879999784e+004, + -4.5099609183190310e+001, + 9.0916994547684135e-002, + -1.8999224588998434e-004, + 6.7997934422036981e-004, + -1.3725700882644198e+000, + 7.6902571867111135e+002, + -3.9976133688320399e+000, + 1.2969592010282917e-002, + -4.0000000000000003e-005, + 9.0000000000000006e-005, + -5.6839244828719195e-002, + 3.6123814129090093e+001, + -3.2865586543214154e-001, + 1.5299526792758415e-003, + -3.5399567052666744e-003, + 1.9336824738488418e+000, + -2.6019715516762902e-002, + 1.5999699270073610e-004, + -2.2999786245648000e-004, + 1.1100089397044806e-001, + -2.0099807621083198e-003, + 2.0000000000000002e-005, + -2.0000000000000002e-005, + 6.6500634929455380e-003, + -1.5000173951148780e-004, + 4.1000434877871956e-004, + -1.0000000000000001e-005, + 3.0000000000000001e-005, + -2.0000000000000002e-005, + -2.3999647491972467e-004, + 6.0000000000000002e-005, + -3.3199034030053608e-003, + 6.3996817983555138e-004, + -4.7018579161268337e-002, + 6.9999999999999994e-005, + -3.0000000000000001e-005, + 6.2296940378636818e-003, + -6.6937872520878050e-001, + 1.0599428920506418e-003, + -1.6998611154247728e-004, + 5.1647380979449500e-002, + -9.6790567959049891e+000, + 2.4288759165808704e-002, + -4.0000000000000003e-005, + -6.2995306964755220e-004, + 3.0155423091948980e-001, + -1.4732138419770178e+002, + -8.0485756779276163e-002, + 1.2999612294499217e-004, + -2.2998611193059370e-004, + 7.5006159646341913e-002, + -6.6641753993238694e+002, + 4.1339790248083047e-001, + -8.2994218887740977e-004, + 1.0999612294499217e-004, + -8.2815647886971808e-002, + -1.0938036372441518e+002, + 2.6336624054187213e-001, + -6.1995307003566858e-004, + -3.0000000000000001e-005, + 2.6768637581412277e-002, + -7.6301553320624675e+000, + 4.3377800674324000e-002, + -1.4999612294499216e-004, + 1.6599154655578634e-003, + -5.4592266032453884e-001, + 5.2597397476500021e-003, + -3.0000000000000001e-005, + 1.4000086975574390e-004, + -3.9468809119166517e-002, + 5.4997732148232231e-004, + 1.0000000000000001e-005, + -2.8699183274130229e-003, + 5.0000000000000002e-005, + -2.0999560516398076e-004, + -2.0000000000000002e-005, + -8.9993865652492929e-005, + 2.0000000000000002e-005, + -1.1899219453841306e-003, + 1.3998773130498583e-004, + -1.5138965730477152e-002, + 3.0000000000000001e-005, + 9.9991435746851027e-004, + -1.9309647372217842e-001, + 5.9994716713768193e-004, + 4.7295767471812302e-003, + -2.5679459329852983e+000, + 1.2998772936440373e-004, + -3.5496785749220628e-003, + -7.4474952294939296e+000, + 5.1895322388652177e-003, + -1.0000000000000001e-005, + -3.9996157725738035e-004, + -1.1616866904843302e+000, + 2.6997615238340497e-003, + 3.9996331288770390e-004, + -6.5125430804016088e-002, + 3.4996857825569992e-004, + 2.0000000000000002e-005, + -3.4097650171113440e-003, + 3.0000000000000001e-005, + -1.4998860106072974e-004, + -3.0000000000000001e-005, + -3.4996493303832892e-004, + 2.0000000000000002e-005, + -4.1595529644513803e-003, + 2.0000000000000002e-005, + 7.9993865652492929e-005, + -5.1414425180471221e-002, + 3.0000000000000001e-005, + -1.5998159695747877e-004, + -1.0134887457024104e-001, + 6.9993865652492917e-005, + -1.7958047296051272e-002, + 4.0000000000000003e-005, + -9.4989832497149494e-004, + -5.0000000000000002e-005, + -8.9987731304985851e-005, + -1.0798422449238381e-003, + -1.2798159719034862e-003, + -3.1995092521994341e-004, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + 1.0998159692189333e-004, + 2.0000000000000002e-005, + 1.9997546253880082e-004, + 2.5397239523170926e-003, + 6.9993865625803844e-005, + -1.0000000000000001e-005, + 4.9999999982207283e-005, + 2.4998246662425908e-004, + -3.9999999982207283e-005, + 2.2898387182755538e-003, + -3.1997158544820760e-004, + 4.3036852149411435e-002, + -6.9999999973310921e-005, + -7.9999999973310934e-005, + -3.2997632604020010e-004, + -3.6997720083256121e-004, + -4.9999999982207283e-005, + 2.0000000000000002e-005, + 1.4000086971126209e-004, + -2.0000000000000002e-005, + 6.8997894061651279e-004, + 2.0000000000000002e-005, + -1.0999999996441456e-004, + -6.9397623496818854e-003, + 1.2999999995551818e-004, + -9.9994942485945619e-004, + -1.3635527134034794e-001, + 1.2999999995551818e-004, + 2.0000000000000002e-005, + -1.2809306653630607e-002, + -5.5692003453874528e-001, + 1.5499176474605520e-003, + -2.1198888374956821e-003, + -1.2072586850794553e-001, + 5.9996469983172656e-004, + 1.1999999995551821e-004, + -1.4829514347480970e-002, + 1.1999999995551821e-004, + 1.0000000000000001e-005, + -1.4899517456855838e-003, + 2.0000000000000002e-005, + -1.4000086971126209e-004, + -1.0000000000000001e-005, + -4.9999999982207283e-005, + 1.0000000000000001e-005, + -7.2000521750913268e-004, + 8.9999999964414566e-005, + -9.5500647457892711e-003, + 2.0000000000000002e-005, + 6.8999184684151752e-004, + -1.2812063098189327e-001, + 3.7999485270396850e-004, + 1.0000000000000001e-005, + 2.8899630362230668e-003, + -1.7529659229032846e+000, + -1.4199772108449472e-003, + 1.8999224582770983e-004, + -2.3789613927173651e-002, + -1.8584706832567541e+001, + 1.5979758557932412e-002, + -1.0999999996441456e-004, + 1.2299573515797723e-003, + -5.8330993741777959e-001, + -1.2498811853267014e+002, + 2.5428571489518664e-001, + -5.3998061415002090e-004, + 1.0999999996441456e-004, + -4.0119364730095274e-002, + -8.4530981740238644e+000, + 4.4499320857384859e-002, + -1.4999612289161402e-004, + -7.6999097899966673e-004, + -5.8399224155828255e-001, + 5.3999243392690577e-003, + -2.9999999991103641e-005, + -5.9999999982207282e-005, + -4.0740230310782437e-002, + 5.5999485457337969e-004, + -2.8500182619425442e-003, + 4.9999999982207283e-005, + -2.0000173944031695e-004, + -1.0000000000000001e-005, + 1.1000086972015847e-004, + -1.0000000000000001e-005, + 1.5499543568756049e-003, + -1.1999999995551821e-004, + 2.2959263029679815e-002, + -6.0000000758440126e-005, + -7.0996644047197814e-004, + 3.4964830675722081e-001, + 6.2996557073402700e-004, + -7.9999999973310934e-005, + 1.0776929071813304e+000, + -1.1643492701065334e-012, + 1.7000608706358361e-004, + 1.7954467429825353e+001, + -3.5868072876963038e-002, + 6.9999999973310921e-005, + -1.5699450438443898e-003, + 1.2618161650053286e+000, + -6.5896596303992002e-003, + 2.0000000000000002e-005, + 2.7998385298776872e-004, + 9.2046948009017429e-002, + -8.3995642901608524e-004, + 2.0000000000000002e-005, + 6.7897815393456063e-003, + -8.9999999964414566e-005, + 4.9998507580252722e-004, + 3.9999999991103643e-005, + 3.9999999991103643e-005, + 3.7997106686427421e-004, + 3.6097475224265130e-003, + -2.9997835042503917e-003, + 1.0000000000000001e-005, + 2.9993865643596560e-005, + -3.9677107744042192e-002, + 1.0999386561690749e-004, + 2.0000000388116424e-005, + -8.4893890732562621e-003, + 4.9999999982207283e-005, + -1.0199298657208036e-003, + 1.0000000000000001e-005, + -1.0999386561690749e-004, + -1.0000000000000001e-005, + 6.9993865625803844e-005, + -1.0998773126940041e-004, + -7.5226604952611881e-009, + -5.5993865594109284e-004, + -8.9987731278296778e-005, + -1.0000000000000001e-005, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.6995092521994339e-004, + 4.9990798401116103e-004, + 4.9993865652492925e-005, + 2.0000000000000002e-005, + 3.1995179458757088e-004, + 8.1188229736049913e-003, + -2.0000000000000002e-005, + 4.0000000000000003e-005, + 1.3308050994493486e-002, + -3.0000000000000001e-005, + -2.0000000000000002e-005, + 1.3298063078183069e-003, + 1.1998159695747877e-004, + 1.0000000000000001e-005, + 3.0000000000000001e-005, + 4.8994739975155165e-004, + -4.0000000000000003e-005, + 9.6489691892412861e-003, + -2.0000000000000002e-005, + -2.0997546260997170e-004, + 2.4694321708693220e-001, + -5.1993703637430422e-004, + 1.6297949645372397e-003, + 3.3979270311502285e-001, + -7.4990862115303523e-004, + -6.4991562564440265e-004, + 3.2996434438908137e-002, + -1.5998159695747877e-004, + -4.9993865652492925e-005, + 2.9496844414616777e-003, + -3.0000000000000001e-005, + 2.5997019763009208e-004, + 2.0000000000000002e-005, + 5.0000000000000002e-005, + -1.0000000000000001e-005, + 8.7994387467127627e-004, + -1.2998773130498583e-004, + 1.5438938193938302e-002, + -1.1099043460659954e-003, + 2.9419934557448169e-001, + -7.1993576897464459e-004, + -4.3396143001681060e-003, + 7.3712011460145677e+000, + -1.5408628973371889e-002, + 3.0000000000000001e-005, + -8.0000000000000007e-005, + 6.3134271742407960e-002, + 8.0501723580323876e+000, + -1.8158365218141039e-002, + 4.0000000000000003e-005, + 1.0000000000000001e-005, + -1.6438530709394418e-002, + 7.5167636331432242e-001, + -3.7796658667951133e-003, + 1.0000000000000001e-005, + -1.3298829357242100e-003, + 6.4385513274555953e-002, + -5.4995104419268978e-004, + -1.0999386565249293e-004, + 5.3796343552609304e-003, + -6.9999999999999994e-005, + 4.3997193675346347e-004, + 4.0000000000000003e-005, + 1.0000086975574391e-004, + -3.0000000000000001e-005, + 1.7799464378812082e-003, + -3.5998258646220195e-004, + 2.9489101202063411e-002, + -2.0000000000000002e-005, + 1.0000000000000001e-005, + -3.6498204034846661e-003, + 4.7840473082119511e-001, + 3.0000000000000001e-005, + 5.0000000000000002e-005, + -2.8038574353863838e-002, + 8.6055317947092895e+000, + -2.1568901297389149e-002, + 1.1999612294499217e-004, + -1.4999612294499216e-004, + -6.1026812375840983e-002, + 2.0543595303766264e+002, + -4.2621768879515037e-001, + 9.2993391621014993e-004, + -2.8597949118859432e-003, + 2.1460741255442124e+000, + 1.6472861853103672e+002, + -3.8212969058735435e-001, + 8.8993918041379661e-004, + 1.7998611154247728e-004, + -3.7451033600200928e-001, + 1.4530277885386322e+001, + -7.3726190818842491e-002, + 2.4997997719497018e-004, + 1.0000000000000001e-005, + -2.8868533048228333e-002, + 1.1770012792645836e+000, + -1.0069497864886401e-002, + 5.0000000000000002e-005, + -2.3198866534689111e-003, + 9.3197090253788417e-002, + -1.1699437610301531e-003, + -1.8999473540823685e-004, + 7.2997779147964603e-003, + -1.2000000000000000e-004, + -1.0000000000000001e-005, + 5.6998594495996549e-004, + -1.0000000000000001e-005, + 4.0000000000000003e-005, + 3.0000000000000001e-005, + 3.6000434877871959e-004, + -1.1000086975574391e-004, + 4.9700469629290062e-003, + -1.1099893115061672e-003, + 6.8500554304412931e-002, + -6.9999999999999994e-005, + 5.0000000000000002e-005, + -1.0769882602748599e-002, + 9.4827608962253374e-001, + -5.3999184785795211e-004, + 2.3999311564572824e-004, + -9.1538855566803426e-002, + 1.3194063561797675e+001, + 4.6699433182892727e-003, + -3.0000000000000001e-005, + 3.6999010718211507e-004, + -5.6064210406550075e-001, + 2.1165555237566161e+002, + -5.3571236892975049e-001, + 2.8199117704060103e-003, + 3.0000000000000001e-005, + -8.4997175203998208e-003, + 1.7902697687415575e-001, + 4.5864383203391226e+003, + -9.3658634662895146e+000, + 1.9929343790710426e-002, + -4.0000000000000003e-005, + 1.4999224588998431e-004, + -7.5177389373332126e-002, + 5.5177057781935460e+001, + 2.3699139356645105e+003, + -5.7416071078822393e+000, + 1.3719545250575591e-002, + -3.0000000000000001e-005, + 1.0000000000000001e-005, + 5.5998148059954039e-004, + -6.3831490688693977e+000, + 1.9195619729415324e+002, + -9.9021535743421063e-001, + 3.4398885053591485e-003, + -1.0000000000000001e-005, + 8.0000000000000007e-005, + -4.5379355183867159e-001, + 1.4379697414390638e+001, + -1.2385836450364340e-001, + 5.8998322321595980e-004, + 2.0000000000000002e-005, + -3.3359573716410885e-002, + 1.0594960024585396e+000, + -1.3319840819853743e-002, + 8.0000000000000007e-005, + -2.4699730068339547e-003, + 7.7650572853363117e-002, + -1.3099854336749265e-003, + 1.0000000000000001e-005, + -1.8000173951148783e-004, + 5.6800469606003087e-003, + -1.2000086975574391e-004, + -1.0000000000000001e-005, + 4.1000434839060315e-004, + -1.0000000000000001e-005, + 3.0000000000000001e-005, + 1.0000000000000001e-005, + 1.5000173912337137e-004, + -3.0000000000000001e-005, + 1.7299525679594348e-003, + -1.9999473463200402e-004, + 1.8189447730470484e-002, + -3.0012270247479851e-005, + -1.1599428889457104e-003, + 1.7623440184335515e-001, + -2.3998559376146584e-004, + 2.0000000000000002e-005, + -3.4598243130128984e-003, + 2.4888871030915660e+000, + -9.9999868040416062e-006, + 1.6998611154247728e-004, + -2.2798819841528895e-003, + -2.8397100818380377e+001, + 6.7416467629333704e-002, + -1.5999612294499219e-004, + 1.9798565996754247e-003, + -1.4371623834197103e+000, + -2.4358228257667186e+001, + 6.5406557807381582e-002, + -1.6998611154247728e-004, + 3.0000000000000001e-005, + 8.4715547794242618e-002, + -2.9145403611714258e+000, + 1.6049176218736076e-002, + -6.0000000000000002e-005, + 8.8895484966045463e-003, + -2.9022054660535113e-001, + 2.6198687662668196e-003, + -1.0000000000000001e-005, + 8.4995816843303634e-004, + -2.6759174399409124e-002, + 3.4998171631834158e-004, + 8.0000000000000007e-005, + -2.3599297708571275e-003, + 4.0000000000000003e-005, + -1.9999560516398076e-004, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + -4.8996667293793312e-004, + 4.0000000000000003e-005, + -9.4393467713475929e-003, + 2.0000000000000002e-005, + 6.0000000000000002e-005, + -2.4988251297490727e-001, + 5.9994716713768193e-004, + 2.0000000000000002e-005, + -6.5394169047861220e-003, + -2.5211989535398205e+000, + 5.1495391891488414e-003, + -1.0000000000000001e-005, + 4.0000000000000003e-005, + -2.3487921490233606e-002, + -1.8574704319388002e-001, + 9.5991962206027335e-004, + -1.9998317659648854e-003, + -1.3429085736074225e-002, + 1.1999386565249293e-004, + -1.3998773130498583e-004, + -6.5995614336629047e-004, + -1.0000000000000001e-005, + -8.9987731304985851e-005, + -9.2989832303091286e-004, + -3.0000000000000001e-005, + -1.8797940367945940e-003, + 6.9987731304985840e-005, + 3.7995879791458901e-004, + 2.0000000000000002e-005, + 4.0000000000000003e-005, + -1.0000000000000001e-005, + -1.0000000000000001e-005, + -2.0000000000000002e-005, + 2.0000000000000002e-005, + -1.6998159689520425e-004, + -5.2994478990937995e-004, + -4.9999999982207283e-005, + 2.9996932815570831e-004, + 2.9999999991103641e-005, + -1.3998773125160769e-004, + -3.9897185923957190e-003, + -7.9999999973310934e-005, + -1.1819155037885467e-002, + 2.9999999991103641e-005, + -1.0199070014227888e-003, + 5.1796153179470917e-003, + -3.9999999982207283e-005, + 3.6997546247652629e-004, + -1.2999999995551818e-004, + -2.9699034944760988e-003, + -8.3107217151914367e-002, + 1.9999386558132204e-004, + -1.8899041135789240e-003, + -2.3140200974508465e-001, + 7.4995943518658525e-004, + 2.0000000000000002e-005, + -1.9478951091972996e-002, + 6.5067436698430528e-002, + 1.9999386480508920e-004, + -8.3995468950459737e-004, + 3.2998552073227848e-003, + 4.9999999982207283e-005, + -3.9999999982207283e-005, + -1.1000086777957636e-004, + 1.0000000000000001e-005, + -4.9999999982207283e-005, + -4.9999999982207283e-005, + 1.0000000000000001e-005, + -1.7400113062197183e-003, + 1.0999999996441456e-004, + -4.4420192896920646e-002, + 1.0999999996441456e-004, + -2.7999612362336504e-004, + -1.2241239597244933e+000, + 2.9799591618492887e-003, + -1.0000000000000001e-005, + 5.9999999982207282e-005, + -2.9789531293046709e-002, + -3.2096876062154860e+000, + 1.2149816237149513e-002, + -3.9999999991103643e-005, + 2.4999224580102075e-004, + -2.5303567070897554e-001, + 4.0422723984270315e-001, + 3.7499475238193950e-003, + -2.0000000000000002e-005, + 4.9999999982207283e-005, + -1.0619833428403244e-002, + 3.6963186019266567e-004, + 8.2999097548882618e-004, + -5.0999398522354493e-004, + -3.8900503698152153e-003, + 1.3999999995551818e-004, + -2.0000000000000002e-005, + -6.2000347686888091e-004, + 2.0000000000000002e-005, + -6.9999999973310921e-005, + -5.9999999982207282e-005, + -5.8997894065209832e-004, + 2.0000000000000002e-005, + -6.2298025870411193e-003, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + -4.1888592249990426e-002, + 6.9999999973310921e-005, + 1.1599394126273301e-003, + 2.7376051097820830e-001, + -1.3799302709093882e-003, + 8.9095189191142985e-003, + 1.4989475424557244e-001, + -9.5994855395715561e-004, + 1.9999386558132204e-004, + 2.2439244786308304e-002, + -2.1999386557242567e-004, + -1.0000000000000001e-005, + 2.5599175481060099e-003, + -3.9999999991103643e-005, + 2.5998947072751005e-004, + 2.0000000000000002e-005, + -2.0000000000000002e-005, + -1.9998860098955888e-004, + -3.5997632991246803e-004, + -1.0000000000000001e-005, + -1.2699105963355189e-003, + -8.9987731269400412e-005, + -1.9098606469199124e-003, + 1.0000000000000001e-005, + -3.8996932774090282e-004, + -5.9999999982207282e-005, + 1.2268721703235996e-008, + -6.4850867194194977e-009, + 3.9999999991103643e-005, + -1.3998773126050403e-004, + -1.9985019202383471e-005, + -2.0000000000000002e-005, + 1.0000000000000001e-005, + 3.9993865652492926e-005, + 3.0000000000000001e-005, + 1.0000000000000001e-005, + 3.2995179419945440e-004, + 8.5987291627325705e-004, + 5.3992025192994223e-004, + 8.9987731304985851e-005, + 1.0000000000000001e-005, + 2.6997019763009211e-004, + 7.5491962034395328e-003, + -4.0000000000000003e-005, + 4.0000000000000003e-005, + 1.7408121234192286e-002, + -8.9987731304985851e-005, + 6.9993865652492917e-005, + 9.7089421656193827e-003, + -6.0000000000000002e-005, + -3.0000000000000001e-005, + 1.5998255786759898e-003, + -1.0000000000000001e-005, + 1.9997546222185527e-004, + 2.0000000000000002e-005, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + 5.5996159506659432e-003, + -4.0000000000000003e-005, + 2.0000000000000002e-005, + 1.5779894934692521e-001, + -8.9991962167215679e-004, + 1.0799026077188566e-003, + 3.0871801726609527e-001, + -1.5998597839303550e-003, + 9.0991527172908809e-004, + 1.5225907067252273e-001, + -8.8991875152829648e-004, + -5.1995630878445289e-004, + 2.4108302281639689e-002, + -2.0998773091686942e-004, + -8.9993865652492929e-005, + 2.8997965968995945e-003, + -4.0000000000000003e-005, + -1.0000000000000001e-005, + 3.0997720134522664e-004, + 3.0000000000000001e-005, + -5.0000000000000002e-005, + -3.3999034018410119e-004, + 4.0000000000000003e-005, + -1.9999473540823685e-004, + 6.9999999999999994e-005, + 9.9816821877271866e-002, + -7.7995729790105968e-004, + 1.0000000000000001e-005, + 4.2997558235895091e-004, + 2.7318889692915320e+000, + -1.5329221553467351e-002, + 6.0000000000000002e-005, + 2.0000000000000002e-005, + 2.2888805918616802e-002, + 4.3740094938716600e+000, + -2.2728826686090872e-002, + 8.0000000000000007e-005, + -1.0000000000000001e-005, + 6.6596364444854103e-003, + 1.8707647458517696e+000, + -1.1139425136911808e-002, + 4.0000000000000003e-005, + -6.0000000000000002e-005, + -7.3196177906305606e-003, + 2.8250054434222499e-001, + -2.5098722894065129e-003, + 1.0000000000000001e-005, + -1.2099420211305488e-003, + 3.2738956578608140e-002, + -4.0998171554210871e-004, + -1.3999999999999999e-004, + 3.3598955697700362e-003, + -6.0000000000000002e-005, + -1.0000000000000001e-005, + 3.1999033979598473e-004, + 3.0000000000000001e-005, + -6.9999999999999994e-005, + 1.0000000000000001e-005, + -6.2000608712585816e-004, + 1.0000000000000001e-004, + -4.3100339134879160e-003, + 4.1999485438098320e-004, + -7.0000434994306872e-004, + -2.0000000000000002e-005, + 2.0000000000000002e-005, + 2.2999699192450325e-004, + 1.1868256998194016e+000, + -9.3398815099772336e-003, + 6.9999999999999994e-005, + 1.2999612294499217e-004, + 6.6199084360495791e-003, + 3.0772575081204977e+001, + -1.6976763932382027e-001, + 6.0998235346021586e-004, + 1.6999612255687576e-004, + 3.0085540153188278e-001, + 3.8429834552033149e+001, + -2.0133704790524942e-001, + 7.1997847601709165e-004, + -3.0000000000000001e-005, + -2.3909624008531132e-002, + 1.3899059643458889e+001, + -8.4998751180535084e-002, + 3.4998836805874361e-004, + -6.0998148448070469e-004, + -6.6009003858817805e-002, + 1.9777270053585612e+000, + -1.7809756222952739e-002, + 9.0000000000000006e-005, + 1.0000000000000001e-005, + -9.7998650559810805e-003, + 2.1853112449899584e-001, + -2.7399656460985744e-003, + 2.0000000000000002e-005, + -1.0899867014627026e-003, + 2.1490147755081266e-002, + -3.5999398462523933e-004, + -1.1000000000000000e-004, + 1.9800139118226218e-003, + -4.0000000000000003e-005, + 1.7000173912337140e-004, + 1.0000000000000001e-005, + -1.0000000000000001e-005, + -4.0000000000000003e-005, + 6.3997980905999277e-004, + -4.0000000000000003e-005, + 2.6819163868398235e-002, + -2.9999999611883578e-005, + -3.8998084617448124e-004, + -3.5757788979026356e-001, + 2.1998884421426303e-003, + -1.8749021572572678e-002, + -6.3520815370989836e-001, + 3.5298208471858813e-003, + -1.0000000000000001e-005, + 5.0996783912509152e-004, + -2.8910002713341593e-001, + 1.8599058510230314e-003, + 4.0000000000000003e-005, + 1.8299049835959860e-003, + -5.0698322513450050e-002, + 4.7997558119460167e-004, + 3.1998472361760555e-004, + -6.6797901960926487e-003, + 9.0000000000000006e-005, + 4.0000000000000003e-005, + -7.6997367510060202e-004, + 1.0000000000000001e-005, + -8.0000000000000007e-005, + -5.0000000000000002e-005, + -3.6897474745097728e-003, + 2.0000000000000002e-005, + 8.0000000000000007e-005, + -3.5137537313124745e-002, + 1.8998773091686942e-004, + 8.9991875114018010e-004, + -2.1708466218293903e-002, + 1.1999386565249293e-004, + 1.0000000000000001e-005, + -2.0798570721713870e-003, + 2.0000000000000002e-005, + -2.0000000000000002e-005, + -7.9994735408236837e-005, + 1.0000000000000001e-005, + 1.9997546260997170e-004, + 2.2997546222185527e-004, + 5.0000000000000002e-005, + -2.4536560417312939e-008, + -2.9999999991103641e-005, + 1.0000000000000001e-005, + -1.2998773126050403e-004, + -5.1996493208416889e-004, + -2.9999999991103641e-005, + -1.0999386484067465e-004, + -2.0000000000000002e-005, + 1.1999386560801113e-004, + 2.0000000000000002e-005, + -6.9999999982207274e-005, + -1.8899412159804957e-003, + 1.0000000000000001e-005, + -2.9999999991103641e-005, + -6.9297710874748775e-003, + 3.9999999982207283e-005, + -3.9997997627639562e-004, + -1.5399556172891688e-003, + 2.9999999991103641e-005, + -2.0999386558132204e-004, + 1.0199614536594989e-003, + -2.9999999991103641e-005, + 1.3999999995551818e-004, + -5.9000347765401017e-004, + -1.6860079983748045e-002, + 9.9999999964414565e-005, + -3.0999699259397977e-004, + -5.7250247274650445e-002, + 3.8999398449179391e-004, + -3.3499470572835388e-003, + -1.3500127298342856e-002, + 2.3999612208869210e-004, + -2.0000000000000002e-005, + -1.3699767348697473e-003, + 4.3899543106083686e-003, + 5.9999999982207282e-005, + -1.8999999993772550e-004, + 4.9999826147493424e-004, + 1.0000000000000001e-005, + -2.0000000000000002e-005, + 1.0000000000000001e-005, + -5.9999999982207282e-005, + -4.5998333436825001e-004, + 1.0000000000000001e-005, + 3.9198719503338525e-003, + -3.9999999991103643e-005, + 1.5999999994662187e-004, + 4.7498425414331160e-003, + -4.9999999982207283e-005, + 4.9999999982207283e-005, + 1.8099368660641159e-003, + -2.0000000000000002e-005, + 3.4998860015994786e-004, + 4.9999999982207283e-005, + 1.0000000000000001e-005, + -1.0000000000000001e-005, + -7.9993865625803856e-005, + -3.9999999982207283e-005, + -1.0000000000000001e-005, + -1.7792718719392219e-014, + 1.0000000000000001e-005, + 4.0000000000000003e-005, + 4.0000000000000003e-005, + 2.0000000000000002e-005, + 1.9998246632510624e-004, + 5.8993426013644425e-004, + 5.8993425974832785e-004, + 2.3997546183373886e-004, + 5.0000000000000002e-005, + 1.3998773130498583e-004, + 3.1197878076156724e-003, + -3.0000000000000001e-005, + 3.0000000000000001e-005, + 8.3594152442899722e-003, + -6.9999999999999994e-005, + 3.0000000000000001e-005, + 7.4394761613223986e-003, + -6.9999999999999994e-005, + -2.0000000000000002e-005, + 2.8497975103839398e-003, + -3.0000000000000001e-005, + -2.0000000000000002e-005, + 5.5995879713835613e-004, + 8.0000000000000007e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 1.7599438247328124e-003, + -2.0000000000000002e-005, + 2.0000000000000002e-005, + 3.8998764490379520e-002, + -3.8998171593022512e-004, + 4.3997558197083453e-004, + 9.0327054369161802e-002, + -7.9995642736908294e-004, + 1.7999386487626008e-004, + 7.1417617507999423e-002, + -6.3996556901585390e-004, + -2.4999085835322900e-004, + 2.5099162687542434e-002, + -2.5998385347374511e-004, + -1.6000000000000001e-004, + 4.7698477546273101e-003, + -6.0000000000000002e-005, + -3.0000000000000001e-005, + 6.8997893930424880e-004, + -1.0000000000000001e-005, + 9.0000000000000006e-005, + 2.0000173912337139e-004, + 1.3760086941420145e-002, + -1.7000086975574392e-004, + 1.8000000000000001e-004, + 2.9255151717808109e-001, + -2.8699635081669379e-003, + 2.0000000000000002e-005, + 3.6399492688990319e-003, + 5.7156244661304834e-001, + -5.0899338262202351e-003, + 3.0000000000000001e-005, + 6.9997387627836866e-005, + 3.9451146453452324e-001, + -3.5899492634654017e-003, + 2.0000000000000002e-005, + -8.0000000000000007e-005, + -2.1399673150233139e-003, + 1.2616048387604764e-001, + -1.3199810821793918e-003, + -1.0000000000000001e-005, + -9.3998709910661819e-004, + 2.2850114603891285e-002, + -3.0999699192450319e-004, + -1.7999999961188358e-004, + 3.1800156451242470e-003, + -5.0000000000000002e-005, + -3.0000000000000001e-005, + 3.8000260810288250e-004, + 4.0000000000000003e-005, + 1.0000000000000001e-005, + 2.7998946887589153e-004, + -4.7798447195122190e-003, + 5.0000000000000002e-005, + -2.5998385386186157e-004, + -1.2819580618409180e-002, + 1.2000000000000000e-004, + -6.9999999611883575e-005, + -1.0639642962437685e-002, + 1.0000000000000001e-004, + 8.0000000000000007e-005, + -3.9598670777521560e-003, + 4.0000000000000003e-005, + 4.0000000000000003e-005, + -8.2997193481288139e-004, + 1.0000000000000001e-005, + -1.2999999961188356e-004, + -2.0000000000000002e-005, + -6.0000000000000002e-005, + -5.0996580162972357e-004, + 1.0000000000000001e-005, + -6.0995966650598363e-004, + 1.0000000000000001e-005, + -2.0998159618124593e-004, + -2.0000000000000002e-005, + 1.0000000000000001e-005, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + -3.9999999991103643e-005, + -1.5999386521099834e-004, + -1.1999999956740178e-004, + 2.0000000000000002e-005, + -1.0000000000000001e-005, + -2.5000173864629140e-004, + -9.8000521547958680e-004, + 1.0000000000000001e-005, + -4.9999999982207283e-005, + -6.8000260631911153e-004, + 1.0000000000000001e-005, + -3.9999999982207283e-005, + -4.9999999205974438e-005, + -1.0000000000000001e-005, + 4.9999999982207283e-005, + 5.9999999982207282e-005, + 1.0999999996441456e-004, + 6.9999999973310921e-005, + 2.9999999991103641e-005, + 2.0000000000000002e-005, + 2.0000000000000002e-005, + 2.0000000000000002e-005, + 6.0000000000000002e-005, + 1.8998860028449693e-004, + 2.4998246554887342e-004, + 1.4998773052875300e-004, + 5.0000000000000002e-005, + 1.0000000000000001e-005, + 3.0000000000000001e-005, + 5.7998507442798871e-004, + 1.6999473482606220e-003, + -2.0000000000000002e-005, + 1.9599342082573983e-003, + -3.0000000000000001e-005, + 1.1199605339330290e-003, + -1.0000000000000001e-005, + 3.6998946926400801e-004, + 8.0000000000000007e-005, + 1.0000000000000001e-005, + 1.8000173912337139e-004, + 3.2400208644349430e-003, + -5.0000000000000002e-005, + 5.0000000000000002e-005, + 8.4000464671420763e-003, + -1.1000000000000000e-004, + 1.0000000000000001e-005, + 8.6600425121261086e-003, + -1.0999999961188359e-004, + -5.0000000000000002e-005, + 4.5500195144169264e-003, + -6.0000000000000002e-005, + -4.0000000000000003e-005, + 1.3900052127127172e-003, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + 2.9000173834713855e-004, + 5.0000000000000002e-005, + -6.9999999999999994e-005, + -2.3999473502012042e-004, + -2.8998860028449689e-004, + -1.6999386487626008e-004, + -6.0000000000000002e-005, + -1.0000000000000001e-005, + -1.0000000000000001e-005, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + 3.0000000000000001e-005, + 5.0000000000000002e-005, + 4.0000000000000003e-005, + 2.0000000000000002e-005, + 4.0000000000000003e-005, + 1.1999999961188358e-004, + 1.7000086897951108e-004, + 1.2999999922376715e-004, + 6.0000000000000002e-005, + 2.0000000000000002e-005 +} }; + +constexpr array g_MAIN_S1_DE405 +{ { + -4.1159574817515249e+002, + 4.2032548138143505e-001, + -5.8996904561608857e-004, + 1.5999226140402215e-004, + -8.0187332604691075e-002, + 3.9533301970600597e+001, + 2.2639585659999782e+004, + -4.5099610307254984e+001, + 9.0916999939499477e-002, + -1.8999226140402215e-004, + 6.7997937456124253e-004, + -1.3725701099805798e+000, + 7.6902570369870193e+002, + -3.9976134296908525e+000, + 1.2969592654144397e-002, + -4.0000000000000003e-005, + 9.0000000000000006e-005, + -5.6839245216214383e-002, + 3.6123813073253892e+001, + -3.2865586724190660e-001, + 1.5299527452105023e-003, + -3.5399566985949336e-003, + 1.9336823984636129e+000, + -2.6019715403432151e-002, + 1.5999699512480450e-004, + -2.2999785954759791e-004, + 1.1100088855380498e-001, + -2.0099807359283814e-003, + 2.0000000000000002e-005, + -2.0000000000000002e-005, + 6.6500631036979776e-003, + -1.5000172884558683e-004, + 4.1000432211396706e-004, + -1.0000000000000001e-005, + 3.0000000000000001e-005, + -2.0000000000000002e-005, + -2.3999645795124582e-004, + 6.0000000000000002e-005, + -3.3199032234219098e-003, + 6.3996817253443345e-004, + -4.7018577037686374e-002, + 6.9999999999999994e-005, + -3.0000000000000001e-005, + 6.2296940374589041e-003, + -6.6937870149957934e-001, + 1.0599428919928163e-003, + -1.6998612608688771e-004, + 5.1647381444881534e-002, + -9.6790565471940102e+000, + 2.4288759392986033e-002, + -4.0000000000000003e-005, + -6.2995310694929289e-004, + 3.0155423650436874e-001, + -1.4732138184362128e+002, + -8.0485758387155673e-002, + 1.2999613070201104e-004, + -2.2998612650391686e-004, + 7.5006161138150423e-002, + -6.6641753555245816e+002, + 4.1339791352394223e-001, + -8.2994223832840526e-004, + 1.0999613070201107e-004, + -8.2815649505433631e-002, + -1.0938036196605900e+002, + 2.6336624535315561e-001, + -6.1995310736632202e-004, + -3.0000000000000001e-005, + 2.6768637836637570e-002, + -7.6301551348229371e+000, + 4.3377801050621549e-002, + -1.4999613070201104e-004, + 1.6599154697477100e-003, + -5.4592264087203335e-001, + 5.2597397400886694e-003, + -3.0000000000000001e-005, + 1.4000086442279340e-004, + -3.9468807322558065e-002, + 5.4997731272676332e-004, + 1.0000000000000001e-005, + -2.8699181720991682e-003, + 5.0000000000000002e-005, + -2.0999559352845242e-004, + -2.0000000000000002e-005, + -8.9993864682865569e-005, + 2.0000000000000002e-005, + -1.1899218836971420e-003, + 1.3998772936573111e-004, + -1.5138965103137052e-002, + 3.0000000000000001e-005, + 9.9991435544251718e-004, + -1.9309646760617930e-001, + 5.9994717289762057e-004, + 4.7295768064663599e-003, + -2.5679458767733747e+000, + 1.2998772728058534e-004, + -3.5496786682241857e-003, + -7.4474951357555064e+000, + 5.1895323465805943e-003, + -1.0000000000000001e-005, + -3.9996158815458320e-004, + -1.1616866651267410e+000, + 2.6997615591387108e-003, + 3.9996331282987846e-004, + -6.5125428755333434e-002, + 3.4996858455827779e-004, + 2.0000000000000002e-005, + -3.4097648760305628e-003, + 3.0000000000000001e-005, + -1.4998859378852452e-004, + -3.0000000000000001e-005, + -3.4996491652575104e-004, + 2.0000000000000002e-005, + -4.1595528113013806e-003, + 2.0000000000000002e-005, + 7.9993864682865570e-005, + -5.1414423754705015e-002, + 3.0000000000000001e-005, + -1.5998159404859670e-004, + -1.0134887267215567e-001, + 6.9993864682865557e-005, + -1.7958046806006885e-002, + 4.0000000000000003e-005, + -9.4989829246006562e-004, + -5.0000000000000002e-005, + -8.9987729365731119e-005, + -1.0798422089319747e-003, + -1.2798159429881417e-003, + -3.1995091746292448e-004, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + 1.0998159401036031e-004, + 2.0000000000000002e-005, + 1.9997545865498950e-004, + 2.5397239085315128e-003, + 6.9993864654188274e-005, + -1.0000000000000001e-005, + 4.9999999980881818e-005, + 2.4998245837579912e-004, + -3.9999999980881819e-005, + 2.2898386651984031e-003, + -3.1997158931876420e-004, + 4.3036851617944766e-002, + -6.9999999971322711e-005, + -7.9999999971322724e-005, + -3.2997631635752091e-004, + -3.6997718619213426e-004, + -4.9999999980881818e-005, + 2.0000000000000002e-005, + 1.4000086437499792e-004, + -2.0000000000000002e-005, + 6.8997891533048204e-004, + 2.0000000000000002e-005, + -1.0999999996176364e-004, + -6.9397621853979179e-003, + 1.2999999995220451e-004, + -9.9994943937801984e-004, + -1.3635526910265641e-001, + 1.2999999995220451e-004, + 2.0000000000000002e-005, + -1.2809307020413470e-002, + -5.5692002982416444e-001, + 1.5499176927330593e-003, + -2.1198888732590626e-003, + -1.2072586632235355e-001, + 5.9996471378934212e-004, + 1.1999999995220454e-004, + -1.4829513936803736e-002, + 1.1999999995220454e-004, + 1.0000000000000001e-005, + -1.4899516940545059e-003, + 2.0000000000000002e-005, + -1.4000086437499792e-004, + -1.0000000000000001e-005, + -4.9999999980881818e-005, + 1.0000000000000001e-005, + -7.2000518543504765e-004, + 8.9999999961763637e-005, + -9.5500643636702888e-003, + 2.0000000000000002e-005, + 6.8999184870505300e-004, + -1.2812062711325589e-001, + 3.7999485203640013e-004, + 1.0000000000000001e-005, + 2.8899630701658338e-003, + -1.7529658870917373e+000, + -1.4199772385874402e-003, + 1.8999226133710850e-004, + -2.3789614548438715e-002, + -1.8584706631265689e+001, + 1.5979758931841438e-002, + -1.0999999996176364e-004, + 1.2299574368462561e-003, + -5.8330995747445824e-001, + -1.2498811836918333e+002, + 2.5428572335145844e-001, + -5.3998065289228517e-004, + 1.0999999996176364e-004, + -4.0119365740716291e-002, + -8.4530980809119285e+000, + 4.4499321910298706e-002, + -1.4999613064465648e-004, + -7.6999098633872805e-004, + -5.8399222946181695e-001, + 5.3999244182923751e-003, + -2.9999999990440909e-005, + -5.9999999980881817e-005, + -4.0740229068206964e-002, + 5.5999485404507313e-004, + -2.8500181497324566e-003, + 4.9999999980881818e-005, + -2.0000172876911412e-004, + -1.0000000000000001e-005, + 1.1000086438455706e-004, + -1.0000000000000001e-005, + 1.5499542893889138e-003, + -1.1999999995220454e-004, + 2.2959262222460274e-002, + -6.0000000814940131e-005, + -7.0996644384778017e-004, + 3.4964829777384171e-001, + 6.2996557944410491e-004, + -7.9999999971322724e-005, + 1.0776928885449957e+000, + -1.2510874740473208e-012, + 1.7000604964155280e-004, + 1.7954467304506039e+001, + -3.5868073866512876e-002, + 6.9999999971322711e-005, + -1.5699450477570172e-003, + 1.2618161438829740e+000, + -6.5896597480392645e-003, + 2.0000000000000002e-005, + 2.7998385871150466e-004, + 9.2046945572244729e-002, + -8.3995643917530224e-004, + 2.0000000000000002e-005, + 6.7897812967059792e-003, + -8.9999999961763637e-005, + 4.9998505154858841e-004, + 3.9999999990440911e-005, + 3.9999999990440911e-005, + 3.7997105128246991e-004, + 3.6097474108487937e-003, + -2.9997834420817477e-003, + 1.0000000000000001e-005, + 2.9993864673306469e-005, + -3.9677107212324189e-002, + 1.0999386464462920e-004, + 2.0000000417029158e-005, + -8.4893888830128075e-003, + 4.9999999980881818e-005, + -1.0199298326691382e-003, + 1.0000000000000001e-005, + -1.0999386464462920e-004, + -1.0000000000000001e-005, + 6.9993864654188274e-005, + -1.0998772932749475e-004, + -7.5377475448448789e-009, + -5.5993864620132634e-004, + -8.9987729337053836e-005, + -1.0000000000000001e-005, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.6995091746292446e-004, + 4.9990796940892505e-004, + 4.9993864682865559e-005, + 2.0000000000000002e-005, + 3.1995178146868876e-004, + 8.1188227048091203e-003, + -2.0000000000000002e-005, + 4.0000000000000003e-005, + 1.3308050673809144e-002, + -3.0000000000000001e-005, + -2.0000000000000002e-005, + 1.3298062606179033e-003, + 1.1998159404859668e-004, + 1.0000000000000001e-005, + 3.0000000000000001e-005, + 4.8994737499714110e-004, + -4.0000000000000003e-005, + 9.6489688340907539e-003, + -2.0000000000000002e-005, + -2.0997545873146224e-004, + 2.4694321033747729e-001, + -5.1993704313278298e-004, + 1.6297949907171786e-003, + 3.3979269667574069e-001, + -7.4990863173219800e-004, + -6.4991563188915497e-004, + 3.2996433487961413e-002, + -1.5998159404859670e-004, + -4.9993864682865559e-005, + 2.9496843310041938e-003, + -3.0000000000000001e-005, + 2.5997018742009203e-004, + 2.0000000000000002e-005, + 5.0000000000000002e-005, + -1.0000000000000001e-005, + 8.7994383294838702e-004, + -1.2998772936573112e-004, + 1.5438937565750930e-002, + -1.1099043508273937e-003, + 2.9419933639500490e-001, + -7.1993576752020353e-004, + -4.3396143538889835e-003, + 7.3712009873208606e+000, + -1.5408629174585074e-002, + 3.0000000000000001e-005, + -8.0000000000000007e-005, + 6.3134273217907197e-002, + 8.0501722501471225e+000, + -1.8158365570262437e-002, + 4.0000000000000003e-005, + 1.0000000000000001e-005, + -1.6438530931310029e-002, + 7.5167634592978361e-001, + -3.7796659066298708e-003, + 1.0000000000000001e-005, + -1.3298829400007950e-003, + 6.4385511148316116e-002, + -5.4995104219560966e-004, + -1.0999386468286557e-004, + 5.3796341272183213e-003, + -6.9999999999999994e-005, + 4.3997191584864979e-004, + 4.0000000000000003e-005, + 1.0000086442279343e-004, + -3.0000000000000001e-005, + 1.7799463418591865e-003, + -3.5998258403813351e-004, + 2.9489099882669595e-002, + -2.0000000000000002e-005, + 1.0000000000000001e-005, + -3.6498203993748546e-003, + 4.7840471403548940e-001, + 3.0000000000000001e-005, + 5.0000000000000002e-005, + -2.8038574609160361e-002, + 8.6055315759708346e+000, + -2.1568901502827798e-002, + 1.1999613070201107e-004, + -1.4999613070201104e-004, + -6.1026813470894330e-002, + 2.0543594980827186e+002, + -4.2621769681760546e-001, + 9.2993396172481044e-004, + -2.8597950970269438e-003, + 2.1460741878253438e+000, + 1.6472861720988391e+002, + -3.8212969982592837e-001, + 8.8993923220212219e-004, + 1.7998612608688771e-004, + -3.7451034323166538e-001, + 1.4530277628654355e+001, + -7.3726191969978747e-002, + 2.4997999076975324e-004, + 1.0000000000000001e-005, + -2.8868533323010842e-002, + 1.1770012469305144e+000, + -1.0069497923021724e-002, + 5.0000000000000002e-005, + -2.3198866479913973e-003, + 9.3197086776599547e-002, + -1.1699437555815517e-003, + -1.8999472910565898e-004, + 7.2997775780399357e-003, + -1.2000000000000000e-004, + -1.0000000000000001e-005, + 5.6998591532850544e-004, + -1.0000000000000001e-005, + 4.0000000000000003e-005, + 3.0000000000000001e-005, + 3.6000432211396710e-004, + -1.1000086442279343e-004, + 4.9700466746605528e-003, + -1.1099892969039314e-003, + 6.8500550949332994e-002, + -6.9999999999999994e-005, + 5.0000000000000002e-005, + -1.0769882553088511e-002, + 9.4827605247099767e-001, + -5.3999184979720686e-004, + 2.3999312582681555e-004, + -9.1538856043092448e-002, + 1.3194063173790582e+001, + 4.6699433443401547e-003, + -3.0000000000000001e-005, + 3.6999011970053258e-004, + -5.6064211237340766e-001, + 2.1165554821401352e+002, + -5.3571237723129372e-001, + 2.8199119109441522e-003, + 3.0000000000000001e-005, + -8.4997180352719501e-003, + 1.7902698262118480e-001, + 4.5864382748764037e+003, + -9.3658636971804885e+000, + 1.9929344962433863e-002, + -4.0000000000000003e-005, + 1.4999226140402212e-004, + -7.5177394616022630e-002, + 5.5177059700241529e+001, + 2.3699139285772671e+003, + -5.7416072726469185e+000, + 1.3719546083927990e-002, + -3.0000000000000001e-005, + 1.0000000000000001e-005, + 5.5998151376255711e-004, + -6.3831492299232613e+000, + 1.9195619489527533e+002, + -9.9021537775935731e-001, + 3.4398886922370146e-003, + -1.0000000000000001e-005, + 8.0000000000000007e-005, + -4.5379355888279105e-001, + 1.4379697094884525e+001, + -1.2385836590823918e-001, + 5.8998324594437726e-004, + 2.0000000000000002e-005, + -3.3359573910778852e-002, + 1.0594959685741079e+000, + -1.3319840849812047e-002, + 8.0000000000000007e-005, + -2.4699729960813159e-003, + 7.7650569609901368e-002, + -1.3099854267718840e-003, + 1.0000000000000001e-005, + -1.8000172884558686e-004, + 5.6800466721583787e-003, + -1.2000086442279343e-004, + -1.0000000000000001e-005, + 4.1000432169693791e-004, + -1.0000000000000001e-005, + 3.0000000000000001e-005, + 1.0000000000000001e-005, + 1.5000172842855768e-004, + -3.0000000000000001e-005, + 1.7299524725890004e-003, + -1.9999472827160066e-004, + 1.8189446900386926e-002, + -3.0012272302385518e-005, + -1.1599428886565832e-003, + 1.7623439547424485e-001, + -2.3998558891332903e-004, + 2.0000000000000002e-005, + -3.4598243384344031e-003, + 2.4888870370572809e+000, + -9.9999858210086288e-006, + 1.6998612608688771e-004, + -2.2798820324075567e-003, + -2.8397100387825329e+001, + 6.7416468914439406e-002, + -1.5999613070201107e-004, + 1.9798567275794987e-003, + -1.4371624246554999e+000, + -2.4358228023531897e+001, + 6.5406559242570161e-002, + -1.6998612608688771e-004, + 3.0000000000000001e-005, + 8.4715549444192628e-002, + -2.9145403053891537e+000, + 1.6049176443184703e-002, + -6.0000000000000002e-005, + 8.8895485793052953e-003, + -2.9022053823049210e-001, + 2.6198687771284064e-003, + -1.0000000000000001e-005, + 8.4995816791930991e-004, + -2.6759173365087850e-002, + 3.4998171919831095e-004, + 8.0000000000000007e-005, + -2.3599296610001077e-003, + 4.0000000000000003e-005, + -1.9999559352845242e-004, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + -4.8996664578836700e-004, + 4.0000000000000003e-005, + -9.4393463774119675e-003, + 2.0000000000000002e-005, + 6.0000000000000002e-005, + -2.4988250505490764e-001, + 5.9994717289762057e-004, + 2.0000000000000002e-005, + -6.5394170054182757e-003, + -2.5211988988567757e+000, + 5.1495392536223573e-003, + -1.0000000000000001e-005, + 4.0000000000000003e-005, + -2.3487922182196537e-002, + -1.8574703726238279e-001, + 9.5991962633685819e-004, + -1.9998317976156355e-003, + -1.3429085176727666e-002, + 1.1999386468286557e-004, + -1.3998772936573111e-004, + -6.5995610358265586e-004, + -1.0000000000000001e-005, + -8.9987729365731119e-005, + -9.2989829037491993e-004, + -3.0000000000000001e-005, + -1.8797939874814595e-003, + 6.9987729365731107e-005, + 3.7995878037455833e-004, + 2.0000000000000002e-005, + 4.0000000000000003e-005, + -1.0000000000000001e-005, + -1.0000000000000001e-005, + -2.0000000000000002e-005, + 2.0000000000000002e-005, + -1.6998159398168305e-004, + -5.2994478111099074e-004, + -4.9999999980881818e-005, + 2.9996932329961866e-004, + 2.9999999990440909e-005, + -1.3998772930837655e-004, + -3.9897184654674967e-003, + -7.9999999971322724e-005, + -1.1819154776759652e-002, + 2.9999999990440909e-005, + -1.0199070284880199e-003, + 5.1796152842171735e-003, + -3.9999999980881819e-005, + 3.6997545858807586e-004, + -1.2999999995220451e-004, + -2.9699033914452450e-003, + -8.3107215024644673e-002, + 1.9999386460639284e-004, + -1.8899041488641178e-003, + -2.3140200583971432e-001, + 7.4995944283764667e-004, + 2.0000000000000002e-005, + -1.9478951652872143e-002, + 6.5067436994949851e-002, + 1.9999386377233451e-004, + -8.3995471032971536e-004, + 3.2998552375344079e-003, + 4.9999999980881818e-005, + -3.9999999980881819e-005, + -1.1000086229941127e-004, + 1.0000000000000001e-005, + -4.9999999980881818e-005, + -4.9999999980881818e-005, + 1.0000000000000001e-005, + -1.7400112368462959e-003, + 1.0999999996176364e-004, + -4.4420191594329188e-002, + 1.0999999996176364e-004, + -2.7999613143091934e-004, + -1.2241239354170774e+000, + 2.9799592037488124e-003, + -1.0000000000000001e-005, + 5.9999999980881817e-005, + -2.9789532034855189e-002, + -3.2096875702680525e+000, + 1.2149816513247130e-002, + -3.9999999990440911e-005, + 2.4999226130843115e-004, + -2.5303567949529321e-001, + 4.0422724909322250e-001, + 3.7499475884785771e-003, + -2.0000000000000002e-005, + 4.9999999980881818e-005, + -1.0619833696571750e-002, + 3.6963285764371392e-004, + 8.2999098256634747e-004, + -5.0999399005842710e-004, + -3.8900502005239719e-003, + 1.3999999995220451e-004, + -2.0000000000000002e-005, + -6.2000345537660962e-004, + 2.0000000000000002e-005, + -6.9999999971322711e-005, + -5.9999999980881817e-005, + -5.8997891536871844e-004, + 2.0000000000000002e-005, + -6.2298023688168265e-003, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + -4.1888591181851023e-002, + 6.9999999971322711e-005, + 1.1599394338714837e-003, + 2.7376050640024469e-001, + -1.3799302936026807e-003, + 8.9095191827036693e-003, + 1.4989475229298219e-001, + -9.5994857372325713e-004, + 1.9999386460639284e-004, + 2.2439244308103623e-002, + -2.1999386459683372e-004, + -1.0000000000000001e-005, + 2.5599174746015686e-003, + -3.9999999990440911e-005, + 2.5998945811572696e-004, + 2.0000000000000002e-005, + -2.0000000000000002e-005, + -1.9998859371205181e-004, + -3.5997632051825340e-004, + -1.0000000000000001e-005, + -1.2699105659621721e-003, + -8.9987729327494750e-005, + -1.9098606137589759e-003, + 1.0000000000000001e-005, + -3.8996932285391227e-004, + -5.9999999980881817e-005, + 1.2270662946163423e-008, + -6.4612388089665551e-009, + 3.9999999990440911e-005, + -1.3998772931793563e-004, + -1.9984914225727413e-005, + -2.0000000000000002e-005, + 1.0000000000000001e-005, + 3.9993864682865560e-005, + 3.0000000000000001e-005, + 1.0000000000000001e-005, + 3.2995178105165959e-004, + 8.5987288510061782e-004, + 5.3992023920913562e-004, + 8.9987729365731119e-005, + 1.0000000000000001e-005, + 2.6997018742009205e-004, + 7.5491959222631043e-003, + -4.0000000000000003e-005, + 4.0000000000000003e-005, + 1.7408120729120777e-002, + -8.9987729365731119e-005, + 6.9993864682865557e-005, + 9.7089419363624394e-003, + -6.0000000000000002e-005, + -3.0000000000000001e-005, + 1.5998255289069543e-003, + -1.0000000000000001e-005, + 1.9997545831443309e-004, + 2.0000000000000002e-005, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + 5.5996157195988012e-003, + -4.0000000000000003e-005, + 2.0000000000000002e-005, + 1.5779894437490621e-001, + -8.9991962591982899e-004, + 1.0799026232328945e-003, + 3.0871801000134386e-001, + -1.5998597982434637e-003, + 9.0991530255477438e-004, + 1.5225906774649181e-001, + -8.8991876108000648e-004, + -5.1995631308995058e-004, + 2.4108301622573006e-002, + -2.0998772894870199e-004, + -8.9993864682865569e-005, + 2.8997964930560258e-003, + -4.0000000000000003e-005, + -1.0000000000000001e-005, + 3.0997718674299077e-004, + 3.0000000000000001e-005, + -5.0000000000000002e-005, + -3.3999032221708226e-004, + 4.0000000000000003e-005, + -1.9999472910565898e-004, + 6.9999999999999994e-005, + 9.9816818341372293e-002, + -7.7995730266245831e-004, + 1.0000000000000001e-005, + 4.2997558429820561e-004, + 2.7318888991130463e+000, + -1.5329221686054887e-002, + 6.0000000000000002e-005, + 2.0000000000000002e-005, + 2.2888806358530470e-002, + 4.3740094149881275e+000, + -2.2728827028039987e-002, + 8.0000000000000007e-005, + -1.0000000000000001e-005, + 6.6596367501723175e-003, + 1.8707647192162216e+000, + -1.1139425328502053e-002, + 4.0000000000000003e-005, + -6.0000000000000002e-005, + -7.3196179071459144e-003, + 2.8250053804221126e-001, + -2.5098723170920148e-003, + 1.0000000000000001e-005, + -1.2099420263189354e-003, + 3.2738955542451958e-002, + -4.0998171836425265e-004, + -1.3999999999999999e-004, + 3.3598954377783608e-003, + -6.0000000000000002e-005, + -1.0000000000000001e-005, + 3.1999032180005311e-004, + 3.0000000000000001e-005, + -6.9999999999999994e-005, + 1.0000000000000001e-005, + -6.2000604970846650e-004, + 1.0000000000000001e-004, + -4.3100337049824184e-003, + 4.1999485383834408e-004, + -7.0000432336505452e-004, + -2.0000000000000002e-005, + 2.0000000000000002e-005, + 2.2999699429074617e-004, + 1.1868256646571000e+000, + -9.3398815629530830e-003, + 6.9999999999999994e-005, + 1.2999613070201104e-004, + 6.6199085327521001e-003, + 3.0772574469538199e+001, + -1.6976764181870591e-001, + 6.0998238152158387e-004, + 1.6999613028498192e-004, + 3.0085540903233987e-001, + 3.8429834065082709e+001, + -2.0133705199593430e-001, + 7.1997851180656579e-004, + -3.0000000000000001e-005, + -2.3909623818604519e-002, + 1.3899059511228872e+001, + -8.4998752997522520e-002, + 3.4998839127197491e-004, + -6.0998151793284874e-004, + -6.6009005303252169e-002, + 1.9777269709780243e+000, + -1.7809756481404950e-002, + 9.0000000000000006e-005, + 1.0000000000000001e-005, + -9.7998651776269961e-003, + 2.1853111872294201e-001, + -2.7399656640878030e-003, + 2.0000000000000002e-005, + -1.0899867028014926e-003, + 2.1490146986460099e-002, + -3.5999398941555070e-004, + -1.1000000000000000e-004, + 1.9800138261773740e-003, + -4.0000000000000003e-005, + 1.7000172842855771e-004, + 1.0000000000000001e-005, + -1.0000000000000001e-005, + -4.0000000000000003e-005, + 6.3997977834325448e-004, + -4.0000000000000003e-005, + 2.6819162891074156e-002, + -2.9999999582970844e-005, + -3.8998085435848836e-004, + -3.5757788086640147e-001, + 2.1998884645307976e-003, + -1.8749021919187647e-002, + -6.3520814175288576e-001, + 3.5298208949222213e-003, + -1.0000000000000001e-005, + 5.0996785738860332e-004, + -2.8910002243214861e-001, + 1.8599058754883145e-003, + 4.0000000000000003e-005, + 1.8299050135676957e-003, + -5.0698321291315837e-002, + 4.7997558304711818e-004, + 3.1998472407350649e-004, + -6.6797899699247648e-003, + 9.0000000000000006e-005, + 4.0000000000000003e-005, + -7.6997364344314910e-004, + 1.0000000000000001e-005, + -8.0000000000000007e-005, + -5.0000000000000002e-005, + -3.6897473244932536e-003, + 2.0000000000000002e-005, + 8.0000000000000007e-005, + -3.5137536195548776e-002, + 1.8998772894870199e-004, + 8.9991876066297736e-004, + -2.1708465634576395e-002, + 1.1999386468286557e-004, + 1.0000000000000001e-005, + -2.0798569834726932e-003, + 2.0000000000000002e-005, + -2.0000000000000002e-005, + -7.9994729105658979e-005, + 1.0000000000000001e-005, + 1.9997545873146224e-004, + 2.2997545831443308e-004, + 5.0000000000000002e-005, + -2.4540377124886545e-008, + -2.9999999990440909e-005, + 1.0000000000000001e-005, + -1.2998772931793563e-004, + -5.1996491550051073e-004, + -2.9999999990440909e-005, + -1.0999386381057087e-004, + -2.0000000000000002e-005, + 1.1999386463507010e-004, + 2.0000000000000002e-005, + -6.9999999980881810e-005, + -1.8899411517054080e-003, + 1.0000000000000001e-005, + -2.9999999990440909e-005, + -6.9297709077279961e-003, + 3.9999999980881819e-005, + -3.9997998978274943e-004, + -1.5399555574949681e-003, + 2.9999999990440909e-005, + -2.0999386460639284e-004, + 1.0199614584522137e-003, + -2.9999999990440909e-005, + 1.3999999995220451e-004, + -5.9000345622022704e-004, + -1.6860079490600130e-002, + 9.9999999961763637e-005, + -3.0999699501009536e-004, + -5.7250246051946750e-002, + 3.8999398927216423e-004, + -3.3499471412369239e-003, + -1.3500126888151384e-002, + 2.3999612978192091e-004, + -2.0000000000000002e-005, + -1.3699767812032594e-003, + 4.3899544269948888e-003, + 5.9999999980881817e-005, + -1.8999999993308636e-004, + 4.9999827221431877e-004, + 1.0000000000000001e-005, + -2.0000000000000002e-005, + 1.0000000000000001e-005, + -5.9999999980881817e-005, + -4.5998332063697402e-004, + 1.0000000000000001e-005, + 3.9198718475904771e-003, + -3.9999999990440911e-005, + 1.5999999994264545e-004, + 4.7498424417146134e-003, + -4.9999999980881818e-005, + 4.9999999980881818e-005, + 1.8099368283690308e-003, + -2.0000000000000002e-005, + 3.4998859282063896e-004, + 4.9999999980881818e-005, + 1.0000000000000001e-005, + -1.0000000000000001e-005, + -7.9993864654188287e-005, + -3.9999999980881819e-005, + -1.0000000000000001e-005, + -1.9118187377780694e-014, + 1.0000000000000001e-005, + 4.0000000000000003e-005, + 4.0000000000000003e-005, + 2.0000000000000002e-005, + 1.9998245805436096e-004, + 5.8993423868899139e-004, + 5.8993423827196224e-004, + 2.3997545789740391e-004, + 5.0000000000000002e-005, + 1.3998772936573111e-004, + 3.1197876805299594e-003, + -3.0000000000000001e-005, + 3.0000000000000001e-005, + 8.3594149696340162e-003, + -6.9999999999999994e-005, + 3.0000000000000001e-005, + 7.4394759535129076e-003, + -6.9999999999999994e-005, + -2.0000000000000002e-005, + 2.8497974393342251e-003, + -3.0000000000000001e-005, + -2.0000000000000002e-005, + 5.5995877954049991e-004, + 8.0000000000000007e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 1.7599437444205150e-003, + -2.0000000000000002e-005, + 2.0000000000000002e-005, + 3.8998763101098795e-002, + -3.8998171878128180e-004, + 4.3997558388117648e-004, + 9.0327051829633215e-002, + -7.9995643740560663e-004, + 1.7999386384880725e-004, + 7.1417615893261940e-002, + -6.3996557759793654e-004, + -2.4999085980767006e-004, + 2.5099162146062979e-002, + -2.5998385923368386e-004, + -1.6000000000000001e-004, + 4.7698476225132812e-003, + -6.0000000000000002e-005, + -3.0000000000000001e-005, + 6.8997891392046096e-004, + -1.0000000000000001e-005, + 9.0000000000000006e-005, + 2.0000172842855771e-004, + 1.3760086405580775e-002, + -1.7000086442279342e-004, + 1.8000000000000001e-004, + 2.9255150843605804e-001, + -2.8699635232183724e-003, + 2.0000000000000002e-005, + 3.6399493233071124e-003, + 5.7156243369584225e-001, + -5.0899338785667068e-003, + 3.0000000000000001e-005, + 6.9997403395386472e-005, + 3.9451145761016659e-001, + -3.5899493174687039e-003, + 2.0000000000000002e-005, + -8.0000000000000007e-005, + -2.1399673550604606e-003, + 1.2616048172676975e-001, + -1.3199811017387127e-003, + -1.0000000000000001e-005, + -9.3998711399127875e-004, + 2.2850114068409776e-002, + -3.0999699429074619e-004, + -1.7999999958297086e-004, + 3.1800155483504944e-003, + -5.0000000000000002e-005, + -3.0000000000000001e-005, + 3.8000259201729283e-004, + 4.0000000000000003e-005, + 1.0000000000000001e-005, + 2.7998945612617212e-004, + -4.7798445528808757e-003, + 5.0000000000000002e-005, + -2.5998385965071301e-004, + -1.2819580249561514e-002, + 1.2000000000000000e-004, + -6.9999999582970830e-005, + -1.0639642712304840e-002, + 1.0000000000000001e-004, + 8.0000000000000007e-005, + -3.9598669818323795e-003, + 4.0000000000000003e-005, + 4.0000000000000003e-005, + -8.2997191376350387e-004, + 1.0000000000000001e-005, + -1.2999999958297084e-004, + -2.0000000000000002e-005, + -6.0000000000000002e-005, + -5.0996577969745702e-004, + 1.0000000000000001e-005, + -6.0995964354626422e-004, + 1.0000000000000001e-005, + -2.0998159321453837e-004, + -2.0000000000000002e-005, + 1.0000000000000001e-005, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + -3.9999999990440911e-005, + -1.5999386420848186e-004, + -1.1999999953517537e-004, + 2.0000000000000002e-005, + -1.0000000000000001e-005, + -2.5000172791593756e-004, + -9.8000518325431097e-004, + 1.0000000000000001e-005, + -4.9999999980881818e-005, + -6.8000259010063977e-004, + 1.0000000000000001e-005, + -3.9999999980881819e-005, + -4.9999999146823498e-005, + -1.0000000000000001e-005, + 4.9999999980881818e-005, + 5.9999999980881817e-005, + 1.0999999996176364e-004, + 6.9999999971322711e-005, + 2.9999999990440909e-005, + 2.0000000000000002e-005, + 2.0000000000000002e-005, + 2.0000000000000002e-005, + 6.0000000000000002e-005, + 1.8998859295446622e-004, + 2.4998245722030263e-004, + 1.4998772853167279e-004, + 5.0000000000000002e-005, + 1.0000000000000001e-005, + 3.0000000000000001e-005, + 5.7998505007165373e-004, + 1.6999472848011523e-003, + -2.0000000000000002e-005, + 1.9599341480759733e-003, + -3.0000000000000001e-005, + 1.1199605054668827e-003, + -1.0000000000000001e-005, + 3.6998945654320129e-004, + 8.0000000000000007e-005, + 1.0000000000000001e-005, + 1.8000172842855771e-004, + 3.2400207357213130e-003, + -5.0000000000000002e-005, + 5.0000000000000002e-005, + 8.4000461959887664e-003, + -1.1000000000000000e-004, + 1.0000000000000001e-005, + 8.6600422808942937e-003, + -1.0999999958297084e-004, + -5.0000000000000002e-005, + 4.5500194093078998e-003, + -6.0000000000000002e-005, + -4.0000000000000003e-005, + 1.3900051802813232e-003, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + 2.9000172759449937e-004, + 5.0000000000000002e-005, + -6.9999999999999994e-005, + -2.3999472868862983e-004, + -2.8998859295446626e-004, + -1.6999386384880725e-004, + -6.0000000000000002e-005, + -1.0000000000000001e-005, + -1.0000000000000001e-005, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + 3.0000000000000001e-005, + 5.0000000000000002e-005, + 4.0000000000000003e-005, + 2.0000000000000002e-005, + 4.0000000000000003e-005, + 1.1999999958297084e-004, + 1.7000086358873509e-004, + 1.2999999916594166e-004, + 6.0000000000000002e-005, + 2.0000000000000002e-005 +} }; + +constexpr array g_MAIN_S1_DE406 +{ { + -4.1159574817515249e+002, + 4.2032548138143505e-001, + -5.8996904561608857e-004, + 1.5999226140402215e-004, + -8.0187332604691075e-002, + 3.9533301970600597e+001, + 2.2639585659999782e+004, + -4.5099610307254984e+001, + 9.0916999939499477e-002, + -1.8999226140402215e-004, + 6.7997937456124253e-004, + -1.3725701099805798e+000, + 7.6902570369870193e+002, + -3.9976134296908525e+000, + 1.2969592654144397e-002, + -4.0000000000000003e-005, + 9.0000000000000006e-005, + -5.6839245216214383e-002, + 3.6123813073253892e+001, + -3.2865586724190660e-001, + 1.5299527452105023e-003, + -3.5399566985949336e-003, + 1.9336823984636129e+000, + -2.6019715403432151e-002, + 1.5999699512480450e-004, + -2.2999785954759791e-004, + 1.1100088855380498e-001, + -2.0099807359283814e-003, + 2.0000000000000002e-005, + -2.0000000000000002e-005, + 6.6500631036979776e-003, + -1.5000172884558683e-004, + 4.1000432211396706e-004, + -1.0000000000000001e-005, + 3.0000000000000001e-005, + -2.0000000000000002e-005, + -2.3999645795124582e-004, + 6.0000000000000002e-005, + -3.3199032234219098e-003, + 6.3996817253443345e-004, + -4.7018577037686374e-002, + 6.9999999999999994e-005, + -3.0000000000000001e-005, + 6.2296940374589041e-003, + -6.6937870149957934e-001, + 1.0599428919928163e-003, + -1.6998612608688771e-004, + 5.1647381444881534e-002, + -9.6790565471940102e+000, + 2.4288759392986033e-002, + -4.0000000000000003e-005, + -6.2995310694929289e-004, + 3.0155423650436874e-001, + -1.4732138184362128e+002, + -8.0485758387155673e-002, + 1.2999613070201104e-004, + -2.2998612650391686e-004, + 7.5006161138150423e-002, + -6.6641753555245816e+002, + 4.1339791352394223e-001, + -8.2994223832840526e-004, + 1.0999613070201107e-004, + -8.2815649505433631e-002, + -1.0938036196605900e+002, + 2.6336624535315561e-001, + -6.1995310736632202e-004, + -3.0000000000000001e-005, + 2.6768637836637570e-002, + -7.6301551348229371e+000, + 4.3377801050621549e-002, + -1.4999613070201104e-004, + 1.6599154697477100e-003, + -5.4592264087203335e-001, + 5.2597397400886694e-003, + -3.0000000000000001e-005, + 1.4000086442279340e-004, + -3.9468807322558065e-002, + 5.4997731272676332e-004, + 1.0000000000000001e-005, + -2.8699181720991682e-003, + 5.0000000000000002e-005, + -2.0999559352845242e-004, + -2.0000000000000002e-005, + -8.9993864682865569e-005, + 2.0000000000000002e-005, + -1.1899218836971420e-003, + 1.3998772936573111e-004, + -1.5138965103137052e-002, + 3.0000000000000001e-005, + 9.9991435544251718e-004, + -1.9309646760617930e-001, + 5.9994717289762057e-004, + 4.7295768064663599e-003, + -2.5679458767733747e+000, + 1.2998772728058534e-004, + -3.5496786682241857e-003, + -7.4474951357555064e+000, + 5.1895323465805943e-003, + -1.0000000000000001e-005, + -3.9996158815458320e-004, + -1.1616866651267410e+000, + 2.6997615591387108e-003, + 3.9996331282987846e-004, + -6.5125428755333434e-002, + 3.4996858455827779e-004, + 2.0000000000000002e-005, + -3.4097648760305628e-003, + 3.0000000000000001e-005, + -1.4998859378852452e-004, + -3.0000000000000001e-005, + -3.4996491652575104e-004, + 2.0000000000000002e-005, + -4.1595528113013806e-003, + 2.0000000000000002e-005, + 7.9993864682865570e-005, + -5.1414423754705015e-002, + 3.0000000000000001e-005, + -1.5998159404859670e-004, + -1.0134887267215567e-001, + 6.9993864682865557e-005, + -1.7958046806006885e-002, + 4.0000000000000003e-005, + -9.4989829246006562e-004, + -5.0000000000000002e-005, + -8.9987729365731119e-005, + -1.0798422089319747e-003, + -1.2798159429881417e-003, + -3.1995091746292448e-004, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + 1.0998159401036031e-004, + 2.0000000000000002e-005, + 1.9997545865498950e-004, + 2.5397239085315128e-003, + 6.9993864654188274e-005, + -1.0000000000000001e-005, + 4.9999999980881818e-005, + 2.4998245837579912e-004, + -3.9999999980881819e-005, + 2.2898386651984031e-003, + -3.1997158931876420e-004, + 4.3036851617944766e-002, + -6.9999999971322711e-005, + -7.9999999971322724e-005, + -3.2997631635752091e-004, + -3.6997718619213426e-004, + -4.9999999980881818e-005, + 2.0000000000000002e-005, + 1.4000086437499792e-004, + -2.0000000000000002e-005, + 6.8997891533048204e-004, + 2.0000000000000002e-005, + -1.0999999996176364e-004, + -6.9397621853979179e-003, + 1.2999999995220451e-004, + -9.9994943937801984e-004, + -1.3635526910265641e-001, + 1.2999999995220451e-004, + 2.0000000000000002e-005, + -1.2809307020413470e-002, + -5.5692002982416444e-001, + 1.5499176927330593e-003, + -2.1198888732590626e-003, + -1.2072586632235355e-001, + 5.9996471378934212e-004, + 1.1999999995220454e-004, + -1.4829513936803736e-002, + 1.1999999995220454e-004, + 1.0000000000000001e-005, + -1.4899516940545059e-003, + 2.0000000000000002e-005, + -1.4000086437499792e-004, + -1.0000000000000001e-005, + -4.9999999980881818e-005, + 1.0000000000000001e-005, + -7.2000518543504765e-004, + 8.9999999961763637e-005, + -9.5500643636702888e-003, + 2.0000000000000002e-005, + 6.8999184870505300e-004, + -1.2812062711325589e-001, + 3.7999485203640013e-004, + 1.0000000000000001e-005, + 2.8899630701658338e-003, + -1.7529658870917373e+000, + -1.4199772385874402e-003, + 1.8999226133710850e-004, + -2.3789614548438715e-002, + -1.8584706631265689e+001, + 1.5979758931841438e-002, + -1.0999999996176364e-004, + 1.2299574368462561e-003, + -5.8330995747445824e-001, + -1.2498811836918333e+002, + 2.5428572335145844e-001, + -5.3998065289228517e-004, + 1.0999999996176364e-004, + -4.0119365740716291e-002, + -8.4530980809119285e+000, + 4.4499321910298706e-002, + -1.4999613064465648e-004, + -7.6999098633872805e-004, + -5.8399222946181695e-001, + 5.3999244182923751e-003, + -2.9999999990440909e-005, + -5.9999999980881817e-005, + -4.0740229068206964e-002, + 5.5999485404507313e-004, + -2.8500181497324566e-003, + 4.9999999980881818e-005, + -2.0000172876911412e-004, + -1.0000000000000001e-005, + 1.1000086438455706e-004, + -1.0000000000000001e-005, + 1.5499542893889138e-003, + -1.1999999995220454e-004, + 2.2959262222460274e-002, + -6.0000000814940131e-005, + -7.0996644384778017e-004, + 3.4964829777384171e-001, + 6.2996557944410491e-004, + -7.9999999971322724e-005, + 1.0776928885449957e+000, + -1.2510874740473208e-012, + 1.7000604964155280e-004, + 1.7954467304506039e+001, + -3.5868073866512876e-002, + 6.9999999971322711e-005, + -1.5699450477570172e-003, + 1.2618161438829740e+000, + -6.5896597480392645e-003, + 2.0000000000000002e-005, + 2.7998385871150466e-004, + 9.2046945572244729e-002, + -8.3995643917530224e-004, + 2.0000000000000002e-005, + 6.7897812967059792e-003, + -8.9999999961763637e-005, + 4.9998505154858841e-004, + 3.9999999990440911e-005, + 3.9999999990440911e-005, + 3.7997105128246991e-004, + 3.6097474108487937e-003, + -2.9997834420817477e-003, + 1.0000000000000001e-005, + 2.9993864673306469e-005, + -3.9677107212324189e-002, + 1.0999386464462920e-004, + 2.0000000417029158e-005, + -8.4893888830128075e-003, + 4.9999999980881818e-005, + -1.0199298326691382e-003, + 1.0000000000000001e-005, + -1.0999386464462920e-004, + -1.0000000000000001e-005, + 6.9993864654188274e-005, + -1.0998772932749475e-004, + -7.5377475448448789e-009, + -5.5993864620132634e-004, + -8.9987729337053836e-005, + -1.0000000000000001e-005, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.6995091746292446e-004, + 4.9990796940892505e-004, + 4.9993864682865559e-005, + 2.0000000000000002e-005, + 3.1995178146868876e-004, + 8.1188227048091203e-003, + -2.0000000000000002e-005, + 4.0000000000000003e-005, + 1.3308050673809144e-002, + -3.0000000000000001e-005, + -2.0000000000000002e-005, + 1.3298062606179033e-003, + 1.1998159404859668e-004, + 1.0000000000000001e-005, + 3.0000000000000001e-005, + 4.8994737499714110e-004, + -4.0000000000000003e-005, + 9.6489688340907539e-003, + -2.0000000000000002e-005, + -2.0997545873146224e-004, + 2.4694321033747729e-001, + -5.1993704313278298e-004, + 1.6297949907171786e-003, + 3.3979269667574069e-001, + -7.4990863173219800e-004, + -6.4991563188915497e-004, + 3.2996433487961413e-002, + -1.5998159404859670e-004, + -4.9993864682865559e-005, + 2.9496843310041938e-003, + -3.0000000000000001e-005, + 2.5997018742009203e-004, + 2.0000000000000002e-005, + 5.0000000000000002e-005, + -1.0000000000000001e-005, + 8.7994383294838702e-004, + -1.2998772936573112e-004, + 1.5438937565750930e-002, + -1.1099043508273937e-003, + 2.9419933639500490e-001, + -7.1993576752020353e-004, + -4.3396143538889835e-003, + 7.3712009873208606e+000, + -1.5408629174585074e-002, + 3.0000000000000001e-005, + -8.0000000000000007e-005, + 6.3134273217907197e-002, + 8.0501722501471225e+000, + -1.8158365570262437e-002, + 4.0000000000000003e-005, + 1.0000000000000001e-005, + -1.6438530931310029e-002, + 7.5167634592978361e-001, + -3.7796659066298708e-003, + 1.0000000000000001e-005, + -1.3298829400007950e-003, + 6.4385511148316116e-002, + -5.4995104219560966e-004, + -1.0999386468286557e-004, + 5.3796341272183213e-003, + -6.9999999999999994e-005, + 4.3997191584864979e-004, + 4.0000000000000003e-005, + 1.0000086442279343e-004, + -3.0000000000000001e-005, + 1.7799463418591865e-003, + -3.5998258403813351e-004, + 2.9489099882669595e-002, + -2.0000000000000002e-005, + 1.0000000000000001e-005, + -3.6498203993748546e-003, + 4.7840471403548940e-001, + 3.0000000000000001e-005, + 5.0000000000000002e-005, + -2.8038574609160361e-002, + 8.6055315759708346e+000, + -2.1568901502827798e-002, + 1.1999613070201107e-004, + -1.4999613070201104e-004, + -6.1026813470894330e-002, + 2.0543594980827186e+002, + -4.2621769681760546e-001, + 9.2993396172481044e-004, + -2.8597950970269438e-003, + 2.1460741878253438e+000, + 1.6472861720988391e+002, + -3.8212969982592837e-001, + 8.8993923220212219e-004, + 1.7998612608688771e-004, + -3.7451034323166538e-001, + 1.4530277628654355e+001, + -7.3726191969978747e-002, + 2.4997999076975324e-004, + 1.0000000000000001e-005, + -2.8868533323010842e-002, + 1.1770012469305144e+000, + -1.0069497923021724e-002, + 5.0000000000000002e-005, + -2.3198866479913973e-003, + 9.3197086776599547e-002, + -1.1699437555815517e-003, + -1.8999472910565898e-004, + 7.2997775780399357e-003, + -1.2000000000000000e-004, + -1.0000000000000001e-005, + 5.6998591532850544e-004, + -1.0000000000000001e-005, + 4.0000000000000003e-005, + 3.0000000000000001e-005, + 3.6000432211396710e-004, + -1.1000086442279343e-004, + 4.9700466746605528e-003, + -1.1099892969039314e-003, + 6.8500550949332994e-002, + -6.9999999999999994e-005, + 5.0000000000000002e-005, + -1.0769882553088511e-002, + 9.4827605247099767e-001, + -5.3999184979720686e-004, + 2.3999312582681555e-004, + -9.1538856043092448e-002, + 1.3194063173790582e+001, + 4.6699433443401547e-003, + -3.0000000000000001e-005, + 3.6999011970053258e-004, + -5.6064211237340766e-001, + 2.1165554821401352e+002, + -5.3571237723129372e-001, + 2.8199119109441522e-003, + 3.0000000000000001e-005, + -8.4997180352719501e-003, + 1.7902698262118480e-001, + 4.5864382748764037e+003, + -9.3658636971804885e+000, + 1.9929344962433863e-002, + -4.0000000000000003e-005, + 1.4999226140402212e-004, + -7.5177394616022630e-002, + 5.5177059700241529e+001, + 2.3699139285772671e+003, + -5.7416072726469185e+000, + 1.3719546083927990e-002, + -3.0000000000000001e-005, + 1.0000000000000001e-005, + 5.5998151376255711e-004, + -6.3831492299232613e+000, + 1.9195619489527533e+002, + -9.9021537775935731e-001, + 3.4398886922370146e-003, + -1.0000000000000001e-005, + 8.0000000000000007e-005, + -4.5379355888279105e-001, + 1.4379697094884525e+001, + -1.2385836590823918e-001, + 5.8998324594437726e-004, + 2.0000000000000002e-005, + -3.3359573910778852e-002, + 1.0594959685741079e+000, + -1.3319840849812047e-002, + 8.0000000000000007e-005, + -2.4699729960813159e-003, + 7.7650569609901368e-002, + -1.3099854267718840e-003, + 1.0000000000000001e-005, + -1.8000172884558686e-004, + 5.6800466721583787e-003, + -1.2000086442279343e-004, + -1.0000000000000001e-005, + 4.1000432169693791e-004, + -1.0000000000000001e-005, + 3.0000000000000001e-005, + 1.0000000000000001e-005, + 1.5000172842855768e-004, + -3.0000000000000001e-005, + 1.7299524725890004e-003, + -1.9999472827160066e-004, + 1.8189446900386926e-002, + -3.0012272302385518e-005, + -1.1599428886565832e-003, + 1.7623439547424485e-001, + -2.3998558891332903e-004, + 2.0000000000000002e-005, + -3.4598243384344031e-003, + 2.4888870370572809e+000, + -9.9999858210086288e-006, + 1.6998612608688771e-004, + -2.2798820324075567e-003, + -2.8397100387825329e+001, + 6.7416468914439406e-002, + -1.5999613070201107e-004, + 1.9798567275794987e-003, + -1.4371624246554999e+000, + -2.4358228023531897e+001, + 6.5406559242570161e-002, + -1.6998612608688771e-004, + 3.0000000000000001e-005, + 8.4715549444192628e-002, + -2.9145403053891537e+000, + 1.6049176443184703e-002, + -6.0000000000000002e-005, + 8.8895485793052953e-003, + -2.9022053823049210e-001, + 2.6198687771284064e-003, + -1.0000000000000001e-005, + 8.4995816791930991e-004, + -2.6759173365087850e-002, + 3.4998171919831095e-004, + 8.0000000000000007e-005, + -2.3599296610001077e-003, + 4.0000000000000003e-005, + -1.9999559352845242e-004, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + -4.8996664578836700e-004, + 4.0000000000000003e-005, + -9.4393463774119675e-003, + 2.0000000000000002e-005, + 6.0000000000000002e-005, + -2.4988250505490764e-001, + 5.9994717289762057e-004, + 2.0000000000000002e-005, + -6.5394170054182757e-003, + -2.5211988988567757e+000, + 5.1495392536223573e-003, + -1.0000000000000001e-005, + 4.0000000000000003e-005, + -2.3487922182196537e-002, + -1.8574703726238279e-001, + 9.5991962633685819e-004, + -1.9998317976156355e-003, + -1.3429085176727666e-002, + 1.1999386468286557e-004, + -1.3998772936573111e-004, + -6.5995610358265586e-004, + -1.0000000000000001e-005, + -8.9987729365731119e-005, + -9.2989829037491993e-004, + -3.0000000000000001e-005, + -1.8797939874814595e-003, + 6.9987729365731107e-005, + 3.7995878037455833e-004, + 2.0000000000000002e-005, + 4.0000000000000003e-005, + -1.0000000000000001e-005, + -1.0000000000000001e-005, + -2.0000000000000002e-005, + 2.0000000000000002e-005, + -1.6998159398168305e-004, + -5.2994478111099074e-004, + -4.9999999980881818e-005, + 2.9996932329961866e-004, + 2.9999999990440909e-005, + -1.3998772930837655e-004, + -3.9897184654674967e-003, + -7.9999999971322724e-005, + -1.1819154776759652e-002, + 2.9999999990440909e-005, + -1.0199070284880199e-003, + 5.1796152842171735e-003, + -3.9999999980881819e-005, + 3.6997545858807586e-004, + -1.2999999995220451e-004, + -2.9699033914452450e-003, + -8.3107215024644673e-002, + 1.9999386460639284e-004, + -1.8899041488641178e-003, + -2.3140200583971432e-001, + 7.4995944283764667e-004, + 2.0000000000000002e-005, + -1.9478951652872143e-002, + 6.5067436994949851e-002, + 1.9999386377233451e-004, + -8.3995471032971536e-004, + 3.2998552375344079e-003, + 4.9999999980881818e-005, + -3.9999999980881819e-005, + -1.1000086229941127e-004, + 1.0000000000000001e-005, + -4.9999999980881818e-005, + -4.9999999980881818e-005, + 1.0000000000000001e-005, + -1.7400112368462959e-003, + 1.0999999996176364e-004, + -4.4420191594329188e-002, + 1.0999999996176364e-004, + -2.7999613143091934e-004, + -1.2241239354170774e+000, + 2.9799592037488124e-003, + -1.0000000000000001e-005, + 5.9999999980881817e-005, + -2.9789532034855189e-002, + -3.2096875702680525e+000, + 1.2149816513247130e-002, + -3.9999999990440911e-005, + 2.4999226130843115e-004, + -2.5303567949529321e-001, + 4.0422724909322250e-001, + 3.7499475884785771e-003, + -2.0000000000000002e-005, + 4.9999999980881818e-005, + -1.0619833696571750e-002, + 3.6963285764371392e-004, + 8.2999098256634747e-004, + -5.0999399005842710e-004, + -3.8900502005239719e-003, + 1.3999999995220451e-004, + -2.0000000000000002e-005, + -6.2000345537660962e-004, + 2.0000000000000002e-005, + -6.9999999971322711e-005, + -5.9999999980881817e-005, + -5.8997891536871844e-004, + 2.0000000000000002e-005, + -6.2298023688168265e-003, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + -4.1888591181851023e-002, + 6.9999999971322711e-005, + 1.1599394338714837e-003, + 2.7376050640024469e-001, + -1.3799302936026807e-003, + 8.9095191827036693e-003, + 1.4989475229298219e-001, + -9.5994857372325713e-004, + 1.9999386460639284e-004, + 2.2439244308103623e-002, + -2.1999386459683372e-004, + -1.0000000000000001e-005, + 2.5599174746015686e-003, + -3.9999999990440911e-005, + 2.5998945811572696e-004, + 2.0000000000000002e-005, + -2.0000000000000002e-005, + -1.9998859371205181e-004, + -3.5997632051825340e-004, + -1.0000000000000001e-005, + -1.2699105659621721e-003, + -8.9987729327494750e-005, + -1.9098606137589759e-003, + 1.0000000000000001e-005, + -3.8996932285391227e-004, + -5.9999999980881817e-005, + 1.2270662946163423e-008, + -6.4612388089665551e-009, + 3.9999999990440911e-005, + -1.3998772931793563e-004, + -1.9984914225727413e-005, + -2.0000000000000002e-005, + 1.0000000000000001e-005, + 3.9993864682865560e-005, + 3.0000000000000001e-005, + 1.0000000000000001e-005, + 3.2995178105165959e-004, + 8.5987288510061782e-004, + 5.3992023920913562e-004, + 8.9987729365731119e-005, + 1.0000000000000001e-005, + 2.6997018742009205e-004, + 7.5491959222631043e-003, + -4.0000000000000003e-005, + 4.0000000000000003e-005, + 1.7408120729120777e-002, + -8.9987729365731119e-005, + 6.9993864682865557e-005, + 9.7089419363624394e-003, + -6.0000000000000002e-005, + -3.0000000000000001e-005, + 1.5998255289069543e-003, + -1.0000000000000001e-005, + 1.9997545831443309e-004, + 2.0000000000000002e-005, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + 5.5996157195988012e-003, + -4.0000000000000003e-005, + 2.0000000000000002e-005, + 1.5779894437490621e-001, + -8.9991962591982899e-004, + 1.0799026232328945e-003, + 3.0871801000134386e-001, + -1.5998597982434637e-003, + 9.0991530255477438e-004, + 1.5225906774649181e-001, + -8.8991876108000648e-004, + -5.1995631308995058e-004, + 2.4108301622573006e-002, + -2.0998772894870199e-004, + -8.9993864682865569e-005, + 2.8997964930560258e-003, + -4.0000000000000003e-005, + -1.0000000000000001e-005, + 3.0997718674299077e-004, + 3.0000000000000001e-005, + -5.0000000000000002e-005, + -3.3999032221708226e-004, + 4.0000000000000003e-005, + -1.9999472910565898e-004, + 6.9999999999999994e-005, + 9.9816818341372293e-002, + -7.7995730266245831e-004, + 1.0000000000000001e-005, + 4.2997558429820561e-004, + 2.7318888991130463e+000, + -1.5329221686054887e-002, + 6.0000000000000002e-005, + 2.0000000000000002e-005, + 2.2888806358530470e-002, + 4.3740094149881275e+000, + -2.2728827028039987e-002, + 8.0000000000000007e-005, + -1.0000000000000001e-005, + 6.6596367501723175e-003, + 1.8707647192162216e+000, + -1.1139425328502053e-002, + 4.0000000000000003e-005, + -6.0000000000000002e-005, + -7.3196179071459144e-003, + 2.8250053804221126e-001, + -2.5098723170920148e-003, + 1.0000000000000001e-005, + -1.2099420263189354e-003, + 3.2738955542451958e-002, + -4.0998171836425265e-004, + -1.3999999999999999e-004, + 3.3598954377783608e-003, + -6.0000000000000002e-005, + -1.0000000000000001e-005, + 3.1999032180005311e-004, + 3.0000000000000001e-005, + -6.9999999999999994e-005, + 1.0000000000000001e-005, + -6.2000604970846650e-004, + 1.0000000000000001e-004, + -4.3100337049824184e-003, + 4.1999485383834408e-004, + -7.0000432336505452e-004, + -2.0000000000000002e-005, + 2.0000000000000002e-005, + 2.2999699429074617e-004, + 1.1868256646571000e+000, + -9.3398815629530830e-003, + 6.9999999999999994e-005, + 1.2999613070201104e-004, + 6.6199085327521001e-003, + 3.0772574469538199e+001, + -1.6976764181870591e-001, + 6.0998238152158387e-004, + 1.6999613028498192e-004, + 3.0085540903233987e-001, + 3.8429834065082709e+001, + -2.0133705199593430e-001, + 7.1997851180656579e-004, + -3.0000000000000001e-005, + -2.3909623818604519e-002, + 1.3899059511228872e+001, + -8.4998752997522520e-002, + 3.4998839127197491e-004, + -6.0998151793284874e-004, + -6.6009005303252169e-002, + 1.9777269709780243e+000, + -1.7809756481404950e-002, + 9.0000000000000006e-005, + 1.0000000000000001e-005, + -9.7998651776269961e-003, + 2.1853111872294201e-001, + -2.7399656640878030e-003, + 2.0000000000000002e-005, + -1.0899867028014926e-003, + 2.1490146986460099e-002, + -3.5999398941555070e-004, + -1.1000000000000000e-004, + 1.9800138261773740e-003, + -4.0000000000000003e-005, + 1.7000172842855771e-004, + 1.0000000000000001e-005, + -1.0000000000000001e-005, + -4.0000000000000003e-005, + 6.3997977834325448e-004, + -4.0000000000000003e-005, + 2.6819162891074156e-002, + -2.9999999582970844e-005, + -3.8998085435848836e-004, + -3.5757788086640147e-001, + 2.1998884645307976e-003, + -1.8749021919187647e-002, + -6.3520814175288576e-001, + 3.5298208949222213e-003, + -1.0000000000000001e-005, + 5.0996785738860332e-004, + -2.8910002243214861e-001, + 1.8599058754883145e-003, + 4.0000000000000003e-005, + 1.8299050135676957e-003, + -5.0698321291315837e-002, + 4.7997558304711818e-004, + 3.1998472407350649e-004, + -6.6797899699247648e-003, + 9.0000000000000006e-005, + 4.0000000000000003e-005, + -7.6997364344314910e-004, + 1.0000000000000001e-005, + -8.0000000000000007e-005, + -5.0000000000000002e-005, + -3.6897473244932536e-003, + 2.0000000000000002e-005, + 8.0000000000000007e-005, + -3.5137536195548776e-002, + 1.8998772894870199e-004, + 8.9991876066297736e-004, + -2.1708465634576395e-002, + 1.1999386468286557e-004, + 1.0000000000000001e-005, + -2.0798569834726932e-003, + 2.0000000000000002e-005, + -2.0000000000000002e-005, + -7.9994729105658979e-005, + 1.0000000000000001e-005, + 1.9997545873146224e-004, + 2.2997545831443308e-004, + 5.0000000000000002e-005, + -2.4540377124886545e-008, + -2.9999999990440909e-005, + 1.0000000000000001e-005, + -1.2998772931793563e-004, + -5.1996491550051073e-004, + -2.9999999990440909e-005, + -1.0999386381057087e-004, + -2.0000000000000002e-005, + 1.1999386463507010e-004, + 2.0000000000000002e-005, + -6.9999999980881810e-005, + -1.8899411517054080e-003, + 1.0000000000000001e-005, + -2.9999999990440909e-005, + -6.9297709077279961e-003, + 3.9999999980881819e-005, + -3.9997998978274943e-004, + -1.5399555574949681e-003, + 2.9999999990440909e-005, + -2.0999386460639284e-004, + 1.0199614584522137e-003, + -2.9999999990440909e-005, + 1.3999999995220451e-004, + -5.9000345622022704e-004, + -1.6860079490600130e-002, + 9.9999999961763637e-005, + -3.0999699501009536e-004, + -5.7250246051946750e-002, + 3.8999398927216423e-004, + -3.3499471412369239e-003, + -1.3500126888151384e-002, + 2.3999612978192091e-004, + -2.0000000000000002e-005, + -1.3699767812032594e-003, + 4.3899544269948888e-003, + 5.9999999980881817e-005, + -1.8999999993308636e-004, + 4.9999827221431877e-004, + 1.0000000000000001e-005, + -2.0000000000000002e-005, + 1.0000000000000001e-005, + -5.9999999980881817e-005, + -4.5998332063697402e-004, + 1.0000000000000001e-005, + 3.9198718475904771e-003, + -3.9999999990440911e-005, + 1.5999999994264545e-004, + 4.7498424417146134e-003, + -4.9999999980881818e-005, + 4.9999999980881818e-005, + 1.8099368283690308e-003, + -2.0000000000000002e-005, + 3.4998859282063896e-004, + 4.9999999980881818e-005, + 1.0000000000000001e-005, + -1.0000000000000001e-005, + -7.9993864654188287e-005, + -3.9999999980881819e-005, + -1.0000000000000001e-005, + -1.9118187377780694e-014, + 1.0000000000000001e-005, + 4.0000000000000003e-005, + 4.0000000000000003e-005, + 2.0000000000000002e-005, + 1.9998245805436096e-004, + 5.8993423868899139e-004, + 5.8993423827196224e-004, + 2.3997545789740391e-004, + 5.0000000000000002e-005, + 1.3998772936573111e-004, + 3.1197876805299594e-003, + -3.0000000000000001e-005, + 3.0000000000000001e-005, + 8.3594149696340162e-003, + -6.9999999999999994e-005, + 3.0000000000000001e-005, + 7.4394759535129076e-003, + -6.9999999999999994e-005, + -2.0000000000000002e-005, + 2.8497974393342251e-003, + -3.0000000000000001e-005, + -2.0000000000000002e-005, + 5.5995877954049991e-004, + 8.0000000000000007e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 1.7599437444205150e-003, + -2.0000000000000002e-005, + 2.0000000000000002e-005, + 3.8998763101098795e-002, + -3.8998171878128180e-004, + 4.3997558388117648e-004, + 9.0327051829633215e-002, + -7.9995643740560663e-004, + 1.7999386384880725e-004, + 7.1417615893261940e-002, + -6.3996557759793654e-004, + -2.4999085980767006e-004, + 2.5099162146062979e-002, + -2.5998385923368386e-004, + -1.6000000000000001e-004, + 4.7698476225132812e-003, + -6.0000000000000002e-005, + -3.0000000000000001e-005, + 6.8997891392046096e-004, + -1.0000000000000001e-005, + 9.0000000000000006e-005, + 2.0000172842855771e-004, + 1.3760086405580775e-002, + -1.7000086442279342e-004, + 1.8000000000000001e-004, + 2.9255150843605804e-001, + -2.8699635232183724e-003, + 2.0000000000000002e-005, + 3.6399493233071124e-003, + 5.7156243369584225e-001, + -5.0899338785667068e-003, + 3.0000000000000001e-005, + 6.9997403395386472e-005, + 3.9451145761016659e-001, + -3.5899493174687039e-003, + 2.0000000000000002e-005, + -8.0000000000000007e-005, + -2.1399673550604606e-003, + 1.2616048172676975e-001, + -1.3199811017387127e-003, + -1.0000000000000001e-005, + -9.3998711399127875e-004, + 2.2850114068409776e-002, + -3.0999699429074619e-004, + -1.7999999958297086e-004, + 3.1800155483504944e-003, + -5.0000000000000002e-005, + -3.0000000000000001e-005, + 3.8000259201729283e-004, + 4.0000000000000003e-005, + 1.0000000000000001e-005, + 2.7998945612617212e-004, + -4.7798445528808757e-003, + 5.0000000000000002e-005, + -2.5998385965071301e-004, + -1.2819580249561514e-002, + 1.2000000000000000e-004, + -6.9999999582970830e-005, + -1.0639642712304840e-002, + 1.0000000000000001e-004, + 8.0000000000000007e-005, + -3.9598669818323795e-003, + 4.0000000000000003e-005, + 4.0000000000000003e-005, + -8.2997191376350387e-004, + 1.0000000000000001e-005, + -1.2999999958297084e-004, + -2.0000000000000002e-005, + -6.0000000000000002e-005, + -5.0996577969745702e-004, + 1.0000000000000001e-005, + -6.0995964354626422e-004, + 1.0000000000000001e-005, + -2.0998159321453837e-004, + -2.0000000000000002e-005, + 1.0000000000000001e-005, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + -3.9999999990440911e-005, + -1.5999386420848186e-004, + -1.1999999953517537e-004, + 2.0000000000000002e-005, + -1.0000000000000001e-005, + -2.5000172791593756e-004, + -9.8000518325431097e-004, + 1.0000000000000001e-005, + -4.9999999980881818e-005, + -6.8000259010063977e-004, + 1.0000000000000001e-005, + -3.9999999980881819e-005, + -4.9999999146823498e-005, + -1.0000000000000001e-005, + 4.9999999980881818e-005, + 5.9999999980881817e-005, + 1.0999999996176364e-004, + 6.9999999971322711e-005, + 2.9999999990440909e-005, + 2.0000000000000002e-005, + 2.0000000000000002e-005, + 2.0000000000000002e-005, + 6.0000000000000002e-005, + 1.8998859295446622e-004, + 2.4998245722030263e-004, + 1.4998772853167279e-004, + 5.0000000000000002e-005, + 1.0000000000000001e-005, + 3.0000000000000001e-005, + 5.7998505007165373e-004, + 1.6999472848011523e-003, + -2.0000000000000002e-005, + 1.9599341480759733e-003, + -3.0000000000000001e-005, + 1.1199605054668827e-003, + -1.0000000000000001e-005, + 3.6998945654320129e-004, + 8.0000000000000007e-005, + 1.0000000000000001e-005, + 1.8000172842855771e-004, + 3.2400207357213130e-003, + -5.0000000000000002e-005, + 5.0000000000000002e-005, + 8.4000461959887664e-003, + -1.1000000000000000e-004, + 1.0000000000000001e-005, + 8.6600422808942937e-003, + -1.0999999958297084e-004, + -5.0000000000000002e-005, + 4.5500194093078998e-003, + -6.0000000000000002e-005, + -4.0000000000000003e-005, + 1.3900051802813232e-003, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + 2.9000172759449937e-004, + 5.0000000000000002e-005, + -6.9999999999999994e-005, + -2.3999472868862983e-004, + -2.8998859295446626e-004, + -1.6999386384880725e-004, + -6.0000000000000002e-005, + -1.0000000000000001e-005, + -1.0000000000000001e-005, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + 3.0000000000000001e-005, + 5.0000000000000002e-005, + 4.0000000000000003e-005, + 2.0000000000000002e-005, + 4.0000000000000003e-005, + 1.1999999958297084e-004, + 1.7000086358873509e-004, + 1.2999999916594166e-004, + 6.0000000000000002e-005, + 2.0000000000000002e-005 +} }; + +constexpr array g_MAIN_S2 +{ { + { 0, 1, 0, 0 }, + { 0, 3, 0, 0 }, + { 0, 5, 0, 0 }, + { 0, -5, 1, 0 }, + { 0, -3, 1, 0 }, + { 0, -1, 1, 0 }, + { 0, 1, 1, 0 }, + { 0, 3, 1, 0 }, + { 0, 5, 1, 0 }, + { 0, -5, 2, 0 }, + { 0, -3, 2, 0 }, + { 0, -1, 2, 0 }, + { 0, 1, 2, 0 }, + { 0, 3, 2, 0 }, + { 0, 5, 2, 0 }, + { 0, -5, 3, 0 }, + { 0, -3, 3, 0 }, + { 0, -1, 3, 0 }, + { 0, 1, 3, 0 }, + { 0, 3, 3, 0 }, + { 0, 5, 3, 0 }, + { 0, -3, 4, 0 }, + { 0, -1, 4, 0 }, + { 0, 1, 4, 0 }, + { 0, 3, 4, 0 }, + { 0, -1, 5, 0 }, + { 0, 1, 5, 0 }, + { 0, 3, 5, 0 }, + { 0, -1, 6, 0 }, + { 0, 1, 6, 0 }, + { 0, -1, 7, 0 }, + { 0, 1, 7, 0 }, + { 0, -1, -6, 1 }, + { 0, 1, -6, 1 }, + { 0, -1, -5, 1 }, + { 0, 1, -5, 1 }, + { 0, -3, -4, 1 }, + { 0, -1, -4, 1 }, + { 0, 1, -4, 1 }, + { 0, -3, -3, 1 }, + { 0, -1, -3, 1 }, + { 0, 1, -3, 1 }, + { 0, 3, -3, 1 }, + { 0, -3, -2, 1 }, + { 0, -1, -2, 1 }, + { 0, 1, -2, 1 }, + { 0, 3, -2, 1 }, + { 0, -5, -1, 1 }, + { 0, -3, -1, 1 }, + { 0, -1, -1, 1 }, + { 0, 1, -1, 1 }, + { 0, 3, -1, 1 }, + { 0, -3, 0, 1 }, + { 0, -1, 0, 1 }, + { 0, 1, 0, 1 }, + { 0, 3, 0, 1 }, + { 0, 5, 0, 1 }, + { 0, -3, 1, 1 }, + { 0, -1, 1, 1 }, + { 0, 1, 1, 1 }, + { 0, 3, 1, 1 }, + { 0, 5, 1, 1 }, + { 0, -3, 2, 1 }, + { 0, -1, 2, 1 }, + { 0, 1, 2, 1 }, + { 0, 3, 2, 1 }, + { 0, -3, 3, 1 }, + { 0, -1, 3, 1 }, + { 0, 1, 3, 1 }, + { 0, 3, 3, 1 }, + { 0, -1, 4, 1 }, + { 0, 1, 4, 1 }, + { 0, 3, 4, 1 }, + { 0, -1, 5, 1 }, + { 0, 1, 5, 1 }, + { 0, -1, 6, 1 }, + { 0, 1, 6, 1 }, + { 0, -1, -5, 2 }, + { 0, -1, -4, 2 }, + { 0, 1, -4, 2 }, + { 0, -1, -3, 2 }, + { 0, 1, -3, 2 }, + { 0, -3, -2, 2 }, + { 0, -1, -2, 2 }, + { 0, 1, -2, 2 }, + { 0, 3, -2, 2 }, + { 0, -3, -1, 2 }, + { 0, -1, -1, 2 }, + { 0, 1, -1, 2 }, + { 0, 3, -1, 2 }, + { 0, -3, 0, 2 }, + { 0, -1, 0, 2 }, + { 0, 1, 0, 2 }, + { 0, 3, 0, 2 }, + { 0, -3, 1, 2 }, + { 0, -1, 1, 2 }, + { 0, 1, 1, 2 }, + { 0, 3, 1, 2 }, + { 0, -3, 2, 2 }, + { 0, -1, 2, 2 }, + { 0, 1, 2, 2 }, + { 0, 3, 2, 2 }, + { 0, -1, 3, 2 }, + { 0, 1, 3, 2 }, + { 0, 1, 4, 2 }, + { 0, -1, -3, 3 }, + { 0, 1, -3, 3 }, + { 0, -1, -2, 3 }, + { 0, 1, -2, 3 }, + { 0, -1, -1, 3 }, + { 0, 1, -1, 3 }, + { 0, -1, 0, 3 }, + { 0, 1, 0, 3 }, + { 0, -1, 1, 3 }, + { 0, 1, 1, 3 }, + { 0, -1, 2, 3 }, + { 0, 1, 2, 3 }, + { 0, -1, -1, 4 }, + { 0, 1, -1, 4 }, + { 0, -1, 0, 4 }, + { 0, 1, 0, 4 }, + { 0, -1, 1, 4 }, + { 0, 1, 1, 4 }, + { 1, -1, -1, -3 }, + { 1, -1, 0, -3 }, + { 1, 1, 0, -3 }, + { 1, -1, 1, -3 }, + { 1, -1, -2, -2 }, + { 1, 1, -2, -2 }, + { 1, -1, -1, -2 }, + { 1, 1, -1, -2 }, + { 1, -1, 0, -2 }, + { 1, 1, 0, -2 }, + { 1, -1, 1, -2 }, + { 1, 1, 1, -2 }, + { 1, -1, 2, -2 }, + { 1, 1, 2, -2 }, + { 1, -1, -4, -1 }, + { 1, -1, -3, -1 }, + { 1, 1, -3, -1 }, + { 1, -1, -2, -1 }, + { 1, 1, -2, -1 }, + { 1, -3, -1, -1 }, + { 1, -1, -1, -1 }, + { 1, 1, -1, -1 }, + { 1, -3, 0, -1 }, + { 1, -1, 0, -1 }, + { 1, 1, 0, -1 }, + { 1, 3, 0, -1 }, + { 1, -3, 1, -1 }, + { 1, -1, 1, -1 }, + { 1, 1, 1, -1 }, + { 1, 3, 1, -1 }, + { 1, -1, 2, -1 }, + { 1, 1, 2, -1 }, + { 1, -1, 3, -1 }, + { 1, 1, 3, -1 }, + { 1, -1, 4, -1 }, + { 1, 1, 4, -1 }, + { 1, -1, -5, 0 }, + { 1, 1, -5, 0 }, + { 1, -1, -4, 0 }, + { 1, 1, -4, 0 }, + { 1, -1, -3, 0 }, + { 1, 1, -3, 0 }, + { 1, 3, -3, 0 }, + { 1, -3, -2, 0 }, + { 1, -1, -2, 0 }, + { 1, 1, -2, 0 }, + { 1, 3, -2, 0 }, + { 1, -3, -1, 0 }, + { 1, -1, -1, 0 }, + { 1, 1, -1, 0 }, + { 1, 3, -1, 0 }, + { 1, -5, 0, 0 }, + { 1, -3, 0, 0 }, + { 1, -1, 0, 0 }, + { 1, 1, 0, 0 }, + { 1, 3, 0, 0 }, + { 1, 5, 0, 0 }, + { 1, -5, 1, 0 }, + { 1, -3, 1, 0 }, + { 1, -1, 1, 0 }, + { 1, 1, 1, 0 }, + { 1, 3, 1, 0 }, + { 1, -1, 2, 0 }, + { 1, 1, 2, 0 }, + { 1, 3, 2, 0 }, + { 1, -1, 3, 0 }, + { 1, 1, 3, 0 }, + { 1, 3, 3, 0 }, + { 1, -1, 4, 0 }, + { 1, 1, 4, 0 }, + { 1, -1, 5, 0 }, + { 1, 1, 5, 0 }, + { 1, -1, -5, 1 }, + { 1, -1, -4, 1 }, + { 1, 1, -4, 1 }, + { 1, -1, -3, 1 }, + { 1, 1, -3, 1 }, + { 1, -3, -2, 1 }, + { 1, -1, -2, 1 }, + { 1, 1, -2, 1 }, + { 1, 3, -2, 1 }, + { 1, -3, -1, 1 }, + { 1, -1, -1, 1 }, + { 1, 1, -1, 1 }, + { 1, 3, -1, 1 }, + { 1, -3, 0, 1 }, + { 1, -1, 0, 1 }, + { 1, 1, 0, 1 }, + { 1, 3, 0, 1 }, + { 1, -3, 1, 1 }, + { 1, -1, 1, 1 }, + { 1, 1, 1, 1 }, + { 1, 3, 1, 1 }, + { 1, -3, 2, 1 }, + { 1, -1, 2, 1 }, + { 1, 1, 2, 1 }, + { 1, 3, 2, 1 }, + { 1, -1, 3, 1 }, + { 1, 1, 3, 1 }, + { 1, -1, 4, 1 }, + { 1, 1, 4, 1 }, + { 1, -1, -3, 2 }, + { 1, 1, -3, 2 }, + { 1, -1, -2, 2 }, + { 1, 1, -2, 2 }, + { 1, -1, -1, 2 }, + { 1, 1, -1, 2 }, + { 1, -1, 0, 2 }, + { 1, 1, 0, 2 }, + { 1, -1, 1, 2 }, + { 1, 1, 1, 2 }, + { 1, -1, 2, 2 }, + { 1, 1, 2, 2 }, + { 1, 1, 3, 2 }, + { 1, -1, 0, 3 }, + { 1, 1, 0, 3 }, + { 2, -1, -1, -5 }, + { 2, 1, -1, -5 }, + { 2, -1, 0, -5 }, + { 2, 1, 0, -5 }, + { 2, -1, -2, -4 }, + { 2, -1, -1, -4 }, + { 2, 1, -1, -4 }, + { 2, -1, 0, -4 }, + { 2, 1, 0, -4 }, + { 2, -1, 1, -4 }, + { 2, 1, 1, -4 }, + { 2, 1, 2, -4 }, + { 2, -1, -3, -3 }, + { 2, -1, -2, -3 }, + { 2, 1, -2, -3 }, + { 2, -1, -1, -3 }, + { 2, 1, -1, -3 }, + { 2, 3, -1, -3 }, + { 2, -3, 0, -3 }, + { 2, -1, 0, -3 }, + { 2, 1, 0, -3 }, + { 2, 3, 0, -3 }, + { 2, -3, 1, -3 }, + { 2, -1, 1, -3 }, + { 2, 1, 1, -3 }, + { 2, -1, 2, -3 }, + { 2, 1, 2, -3 }, + { 2, -1, 3, -3 }, + { 2, 1, 3, -3 }, + { 2, -1, -4, -2 }, + { 2, 1, -4, -2 }, + { 2, -1, -3, -2 }, + { 2, 1, -3, -2 }, + { 2, -1, -2, -2 }, + { 2, 1, -2, -2 }, + { 2, 3, -2, -2 }, + { 2, -3, -1, -2 }, + { 2, -1, -1, -2 }, + { 2, 1, -1, -2 }, + { 2, 3, -1, -2 }, + { 2, -3, 0, -2 }, + { 2, -1, 0, -2 }, + { 2, 1, 0, -2 }, + { 2, 3, 0, -2 }, + { 2, -3, 1, -2 }, + { 2, -1, 1, -2 }, + { 2, 1, 1, -2 }, + { 2, 3, 1, -2 }, + { 2, -3, 2, -2 }, + { 2, -1, 2, -2 }, + { 2, 1, 2, -2 }, + { 2, 3, 2, -2 }, + { 2, -1, 3, -2 }, + { 2, 1, 3, -2 }, + { 2, -1, 4, -2 }, + { 2, 1, 4, -2 }, + { 2, -1, -6, -1 }, + { 2, -1, -5, -1 }, + { 2, 1, -5, -1 }, + { 2, -1, -4, -1 }, + { 2, 1, -4, -1 }, + { 2, -3, -3, -1 }, + { 2, -1, -3, -1 }, + { 2, 1, -3, -1 }, + { 2, 3, -3, -1 }, + { 2, -3, -2, -1 }, + { 2, -1, -2, -1 }, + { 2, 1, -2, -1 }, + { 2, 3, -2, -1 }, + { 2, -5, -1, -1 }, + { 2, -3, -1, -1 }, + { 2, -1, -1, -1 }, + { 2, 1, -1, -1 }, + { 2, 3, -1, -1 }, + { 2, 5, -1, -1 }, + { 2, -5, 0, -1 }, + { 2, -3, 0, -1 }, + { 2, -1, 0, -1 }, + { 2, 1, 0, -1 }, + { 2, 3, 0, -1 }, + { 2, 5, 0, -1 }, + { 2, -5, 1, -1 }, + { 2, -3, 1, -1 }, + { 2, -1, 1, -1 }, + { 2, 1, 1, -1 }, + { 2, 3, 1, -1 }, + { 2, -3, 2, -1 }, + { 2, -1, 2, -1 }, + { 2, 1, 2, -1 }, + { 2, 3, 2, -1 }, + { 2, -3, 3, -1 }, + { 2, -1, 3, -1 }, + { 2, 1, 3, -1 }, + { 2, 3, 3, -1 }, + { 2, -1, 4, -1 }, + { 2, 1, 4, -1 }, + { 2, -1, 5, -1 }, + { 2, 1, 5, -1 }, + { 2, -1, -7, 0 }, + { 2, 1, -7, 0 }, + { 2, -1, -6, 0 }, + { 2, 1, -6, 0 }, + { 2, -3, -5, 0 }, + { 2, -1, -5, 0 }, + { 2, 1, -5, 0 }, + { 2, -3, -4, 0 }, + { 2, -1, -4, 0 }, + { 2, 1, -4, 0 }, + { 2, 3, -4, 0 }, + { 2, -3, -3, 0 }, + { 2, -1, -3, 0 }, + { 2, 1, -3, 0 }, + { 2, 3, -3, 0 }, + { 2, 5, -3, 0 }, + { 2, -5, -2, 0 }, + { 2, -3, -2, 0 }, + { 2, -1, -2, 0 }, + { 2, 1, -2, 0 }, + { 2, 3, -2, 0 }, + { 2, 5, -2, 0 }, + { 2, -5, -1, 0 }, + { 2, -3, -1, 0 }, + { 2, -1, -1, 0 }, + { 2, 1, -1, 0 }, + { 2, 3, -1, 0 }, + { 2, 5, -1, 0 }, + { 2, -5, 0, 0 }, + { 2, -3, 0, 0 }, + { 2, -1, 0, 0 }, + { 2, 1, 0, 0 }, + { 2, 3, 0, 0 }, + { 2, 5, 0, 0 }, + { 2, -5, 1, 0 }, + { 2, -3, 1, 0 }, + { 2, -1, 1, 0 }, + { 2, 1, 1, 0 }, + { 2, 3, 1, 0 }, + { 2, 5, 1, 0 }, + { 2, -5, 2, 0 }, + { 2, -3, 2, 0 }, + { 2, -1, 2, 0 }, + { 2, 1, 2, 0 }, + { 2, 3, 2, 0 }, + { 2, 5, 2, 0 }, + { 2, -3, 3, 0 }, + { 2, -1, 3, 0 }, + { 2, 1, 3, 0 }, + { 2, 3, 3, 0 }, + { 2, -3, 4, 0 }, + { 2, -1, 4, 0 }, + { 2, 1, 4, 0 }, + { 2, 3, 4, 0 }, + { 2, -1, 5, 0 }, + { 2, 1, 5, 0 }, + { 2, -1, 6, 0 }, + { 2, 1, 6, 0 }, + { 2, -1, -6, 1 }, + { 2, -1, -5, 1 }, + { 2, 1, -5, 1 }, + { 2, -1, -4, 1 }, + { 2, 1, -4, 1 }, + { 2, -3, -3, 1 }, + { 2, -1, -3, 1 }, + { 2, 1, -3, 1 }, + { 2, -3, -2, 1 }, + { 2, -1, -2, 1 }, + { 2, 1, -2, 1 }, + { 2, 3, -2, 1 }, + { 2, -3, -1, 1 }, + { 2, -1, -1, 1 }, + { 2, 1, -1, 1 }, + { 2, 3, -1, 1 }, + { 2, -5, 0, 1 }, + { 2, -3, 0, 1 }, + { 2, -1, 0, 1 }, + { 2, 1, 0, 1 }, + { 2, 3, 0, 1 }, + { 2, -5, 1, 1 }, + { 2, -3, 1, 1 }, + { 2, -1, 1, 1 }, + { 2, 1, 1, 1 }, + { 2, 3, 1, 1 }, + { 2, -3, 2, 1 }, + { 2, -1, 2, 1 }, + { 2, 1, 2, 1 }, + { 2, 3, 2, 1 }, + { 2, -3, 3, 1 }, + { 2, -1, 3, 1 }, + { 2, 1, 3, 1 }, + { 2, 3, 3, 1 }, + { 2, -1, 4, 1 }, + { 2, 1, 4, 1 }, + { 2, -1, 5, 1 }, + { 2, 1, 5, 1 }, + { 2, -1, -4, 2 }, + { 2, 1, -4, 2 }, + { 2, -1, -3, 2 }, + { 2, 1, -3, 2 }, + { 2, -3, -2, 2 }, + { 2, -1, -2, 2 }, + { 2, 1, -2, 2 }, + { 2, 3, -2, 2 }, + { 2, -3, -1, 2 }, + { 2, -1, -1, 2 }, + { 2, 1, -1, 2 }, + { 2, 3, -1, 2 }, + { 2, -3, 0, 2 }, + { 2, -1, 0, 2 }, + { 2, 1, 0, 2 }, + { 2, 3, 0, 2 }, + { 2, -3, 1, 2 }, + { 2, -1, 1, 2 }, + { 2, 1, 1, 2 }, + { 2, -1, 2, 2 }, + { 2, 1, 2, 2 }, + { 2, -1, -2, 3 }, + { 2, 1, -2, 3 }, + { 2, -1, -1, 3 }, + { 2, 1, -1, 3 }, + { 2, -1, 0, 3 }, + { 2, 1, 0, 3 }, + { 2, -1, 1, 3 }, + { 3, -1, -1, -3 }, + { 3, 1, -1, -3 }, + { 3, -1, 0, -3 }, + { 3, -1, -3, -2 }, + { 3, -1, -2, -2 }, + { 3, 1, -2, -2 }, + { 3, -1, -1, -2 }, + { 3, 1, -1, -2 }, + { 3, -3, 0, -2 }, + { 3, -1, 0, -2 }, + { 3, 1, 0, -2 }, + { 3, -1, 1, -2 }, + { 3, -1, 2, -2 }, + { 3, -1, -4, -1 }, + { 3, -1, -3, -1 }, + { 3, -1, -2, -1 }, + { 3, 1, -2, -1 }, + { 3, -3, -1, -1 }, + { 3, -1, -1, -1 }, + { 3, 1, -1, -1 }, + { 3, 3, -1, -1 }, + { 3, -3, 0, -1 }, + { 3, -1, 0, -1 }, + { 3, 1, 0, -1 }, + { 3, 3, 0, -1 }, + { 3, -1, 1, -1 }, + { 3, 1, 1, -1 }, + { 3, -1, 2, -1 }, + { 3, 1, 2, -1 }, + { 3, -1, 3, -1 }, + { 3, 1, 3, -1 }, + { 3, -1, -4, 0 }, + { 3, 1, -4, 0 }, + { 3, -1, -3, 0 }, + { 3, 1, -3, 0 }, + { 3, 3, -3, 0 }, + { 3, -3, -2, 0 }, + { 3, -1, -2, 0 }, + { 3, 1, -2, 0 }, + { 3, 3, -2, 0 }, + { 3, -3, -1, 0 }, + { 3, -1, -1, 0 }, + { 3, 1, -1, 0 }, + { 3, 3, -1, 0 }, + { 3, -3, 0, 0 }, + { 3, -1, 0, 0 }, + { 3, 1, 0, 0 }, + { 3, 3, 0, 0 }, + { 3, -3, 1, 0 }, + { 3, -1, 1, 0 }, + { 3, 1, 1, 0 }, + { 3, 3, 1, 0 }, + { 3, -1, 2, 0 }, + { 3, 1, 2, 0 }, + { 3, -1, 3, 0 }, + { 3, 1, 3, 0 }, + { 3, -1, 4, 0 }, + { 3, 1, 4, 0 }, + { 3, -1, -4, 1 }, + { 3, 1, -4, 1 }, + { 3, -1, -3, 1 }, + { 3, 1, -3, 1 }, + { 3, -1, -2, 1 }, + { 3, 1, -2, 1 }, + { 3, -3, -1, 1 }, + { 3, -1, -1, 1 }, + { 3, 1, -1, 1 }, + { 3, 3, -1, 1 }, + { 3, -3, 0, 1 }, + { 3, -1, 0, 1 }, + { 3, 1, 0, 1 }, + { 3, 3, 0, 1 }, + { 3, -1, 1, 1 }, + { 3, 1, 1, 1 }, + { 3, -1, 2, 1 }, + { 3, 1, 2, 1 }, + { 3, -1, 3, 1 }, + { 3, 1, 3, 1 }, + { 3, -1, -2, 2 }, + { 3, 1, -2, 2 }, + { 3, -1, -1, 2 }, + { 3, 1, -1, 2 }, + { 3, -1, 0, 2 }, + { 3, 1, 0, 2 }, + { 3, -1, 1, 2 }, + { 3, 1, 1, 2 }, + { 3, -1, 2, 2 }, + { 3, -3, -1, 3 }, + { 3, -1, -1, 3 }, + { 3, 1, -1, 3 }, + { 4, 1, -2, -4 }, + { 4, -1, -1, -4 }, + { 4, 1, -1, -4 }, + { 4, -1, 0, -4 }, + { 4, 1, 0, -4 }, + { 4, -1, 1, -4 }, + { 4, -1, -2, -3 }, + { 4, 1, -2, -3 }, + { 4, -1, -1, -3 }, + { 4, 1, -1, -3 }, + { 4, -3, 0, -3 }, + { 4, -1, 0, -3 }, + { 4, 1, 0, -3 }, + { 4, -1, 1, -3 }, + { 4, 1, 1, -3 }, + { 4, -1, 2, -3 }, + { 4, 1, 2, -3 }, + { 4, -1, -4, -2 }, + { 4, -1, -3, -2 }, + { 4, 1, -3, -2 }, + { 4, -3, -2, -2 }, + { 4, -1, -2, -2 }, + { 4, 1, -2, -2 }, + { 4, 3, -2, -2 }, + { 4, -3, -1, -2 }, + { 4, -1, -1, -2 }, + { 4, 1, -1, -2 }, + { 4, 3, -1, -2 }, + { 4, -3, 0, -2 }, + { 4, -1, 0, -2 }, + { 4, 1, 0, -2 }, + { 4, 3, 0, -2 }, + { 4, -3, 1, -2 }, + { 4, -1, 1, -2 }, + { 4, 1, 1, -2 }, + { 4, -1, 2, -2 }, + { 4, 1, 2, -2 }, + { 4, -1, 3, -2 }, + { 4, 1, 3, -2 }, + { 4, -1, -6, -1 }, + { 4, -1, -5, -1 }, + { 4, -1, -4, -1 }, + { 4, 1, -4, -1 }, + { 4, -3, -3, -1 }, + { 4, -1, -3, -1 }, + { 4, 1, -3, -1 }, + { 4, 3, -3, -1 }, + { 4, -3, -2, -1 }, + { 4, -1, -2, -1 }, + { 4, 1, -2, -1 }, + { 4, 3, -2, -1 }, + { 4, -3, -1, -1 }, + { 4, -1, -1, -1 }, + { 4, 1, -1, -1 }, + { 4, 3, -1, -1 }, + { 4, -5, 0, -1 }, + { 4, -3, 0, -1 }, + { 4, -1, 0, -1 }, + { 4, 1, 0, -1 }, + { 4, 3, 0, -1 }, + { 4, -3, 1, -1 }, + { 4, -1, 1, -1 }, + { 4, 1, 1, -1 }, + { 4, 3, 1, -1 }, + { 4, -3, 2, -1 }, + { 4, -1, 2, -1 }, + { 4, 1, 2, -1 }, + { 4, 3, 2, -1 }, + { 4, -3, 3, -1 }, + { 4, -1, 3, -1 }, + { 4, 1, 3, -1 }, + { 4, -1, 4, -1 }, + { 4, 1, 4, -1 }, + { 4, -1, -7, 0 }, + { 4, -1, -6, 0 }, + { 4, 1, -6, 0 }, + { 4, -1, -5, 0 }, + { 4, -3, -4, 0 }, + { 4, -1, -4, 0 }, + { 4, 1, -4, 0 }, + { 4, 3, -4, 0 }, + { 4, -3, -3, 0 }, + { 4, -1, -3, 0 }, + { 4, 1, -3, 0 }, + { 4, 3, -3, 0 }, + { 4, -3, -2, 0 }, + { 4, -1, -2, 0 }, + { 4, 1, -2, 0 }, + { 4, 3, -2, 0 }, + { 4, 5, -2, 0 }, + { 4, -5, -1, 0 }, + { 4, -3, -1, 0 }, + { 4, -1, -1, 0 }, + { 4, 1, -1, 0 }, + { 4, 3, -1, 0 }, + { 4, 5, -1, 0 }, + { 4, -5, 0, 0 }, + { 4, -3, 0, 0 }, + { 4, -1, 0, 0 }, + { 4, 1, 0, 0 }, + { 4, 3, 0, 0 }, + { 4, -3, 1, 0 }, + { 4, -1, 1, 0 }, + { 4, 1, 1, 0 }, + { 4, 3, 1, 0 }, + { 4, -3, 2, 0 }, + { 4, -1, 2, 0 }, + { 4, 1, 2, 0 }, + { 4, 3, 2, 0 }, + { 4, -3, 3, 0 }, + { 4, -1, 3, 0 }, + { 4, 1, 3, 0 }, + { 4, 3, 3, 0 }, + { 4, -1, 4, 0 }, + { 4, 1, 4, 0 }, + { 4, -1, 5, 0 }, + { 4, 1, 5, 0 }, + { 4, -1, -5, 1 }, + { 4, -1, -4, 1 }, + { 4, 1, -4, 1 }, + { 4, -1, -3, 1 }, + { 4, 1, -3, 1 }, + { 4, -3, -2, 1 }, + { 4, -1, -2, 1 }, + { 4, 1, -2, 1 }, + { 4, 3, -2, 1 }, + { 4, -3, -1, 1 }, + { 4, -1, -1, 1 }, + { 4, 1, -1, 1 }, + { 4, 3, -1, 1 }, + { 4, -3, 0, 1 }, + { 4, -1, 0, 1 }, + { 4, 1, 0, 1 }, + { 4, 3, 0, 1 }, + { 4, -3, 1, 1 }, + { 4, -1, 1, 1 }, + { 4, 1, 1, 1 }, + { 4, 3, 1, 1 }, + { 4, -3, 2, 1 }, + { 4, -1, 2, 1 }, + { 4, 1, 2, 1 }, + { 4, -1, 3, 1 }, + { 4, 1, 3, 1 }, + { 4, -1, 4, 1 }, + { 4, 1, 4, 1 }, + { 4, -1, -3, 2 }, + { 4, 1, -3, 2 }, + { 4, -3, -2, 2 }, + { 4, -1, -2, 2 }, + { 4, 1, -2, 2 }, + { 4, -3, -1, 2 }, + { 4, -1, -1, 2 }, + { 4, 1, -1, 2 }, + { 4, -1, 0, 2 }, + { 4, 1, 0, 2 }, + { 4, -1, 1, 2 }, + { 4, 1, 1, 2 }, + { 4, 1, -2, 3 }, + { 4, -1, -1, 3 }, + { 4, 1, -1, 3 }, + { 4, -1, 0, 3 }, + { 5, -1, -2, -2 }, + { 5, 1, -2, -2 }, + { 5, -1, -1, -2 }, + { 5, 1, -1, -2 }, + { 5, -1, 0, -2 }, + { 5, -1, -3, -1 }, + { 5, 1, -3, -1 }, + { 5, -1, -2, -1 }, + { 5, 1, -2, -1 }, + { 5, -3, -1, -1 }, + { 5, -1, -1, -1 }, + { 5, 1, -1, -1 }, + { 5, -3, 0, -1 }, + { 5, -1, 0, -1 }, + { 5, -1, 1, -1 }, + { 5, 1, -4, 0 }, + { 5, -1, -3, 0 }, + { 5, 1, -3, 0 }, + { 5, -1, -2, 0 }, + { 5, 1, -2, 0 }, + { 5, 3, -2, 0 }, + { 5, -3, -1, 0 }, + { 5, -1, -1, 0 }, + { 5, 1, -1, 0 }, + { 5, 3, -1, 0 }, + { 5, -3, 0, 0 }, + { 5, -1, 0, 0 }, + { 5, 1, 0, 0 }, + { 5, -3, 1, 0 }, + { 5, -1, 1, 0 }, + { 5, 1, 1, 0 }, + { 5, -1, 2, 0 }, + { 5, 1, 2, 0 }, + { 5, -1, -3, 1 }, + { 5, 1, -3, 1 }, + { 5, -1, -2, 1 }, + { 5, 1, -2, 1 }, + { 5, -1, -1, 1 }, + { 5, 1, -1, 1 }, + { 5, -3, 0, 1 }, + { 5, -1, 0, 1 }, + { 5, 1, 0, 1 }, + { 5, -1, 1, 1 }, + { 5, 1, 1, 1 }, + { 5, -1, 2, 1 }, + { 5, -1, -1, 2 }, + { 5, -1, 0, 2 }, + { 6, 1, -3, -3 }, + { 6, -1, -2, -3 }, + { 6, 1, -2, -3 }, + { 6, -1, -1, -3 }, + { 6, 1, -1, -3 }, + { 6, -1, 0, -3 }, + { 6, 1, 0, -3 }, + { 6, -1, 1, -3 }, + { 6, -1, -3, -2 }, + { 6, 1, -3, -2 }, + { 6, -1, -2, -2 }, + { 6, 1, -2, -2 }, + { 6, -3, -1, -2 }, + { 6, -1, -1, -2 }, + { 6, 1, -1, -2 }, + { 6, -1, 0, -2 }, + { 6, 1, 0, -2 }, + { 6, -1, 1, -2 }, + { 6, 1, 1, -2 }, + { 6, -1, 2, -2 }, + { 6, 1, 2, -2 }, + { 6, -1, -4, -1 }, + { 6, 1, -4, -1 }, + { 6, -1, -3, -1 }, + { 6, 1, -3, -1 }, + { 6, 3, -3, -1 }, + { 6, -1, -2, -1 }, + { 6, 1, -2, -1 }, + { 6, 3, -2, -1 }, + { 6, -3, -1, -1 }, + { 6, -1, -1, -1 }, + { 6, 1, -1, -1 }, + { 6, 3, -1, -1 }, + { 6, -3, 0, -1 }, + { 6, -1, 0, -1 }, + { 6, 1, 0, -1 }, + { 6, 3, 0, -1 }, + { 6, -1, 1, -1 }, + { 6, 1, 1, -1 }, + { 6, -1, 2, -1 }, + { 6, 1, 2, -1 }, + { 6, -1, 3, -1 }, + { 6, 1, 3, -1 }, + { 6, -1, -4, 0 }, + { 6, 1, -4, 0 }, + { 6, 3, -4, 0 }, + { 6, -1, -3, 0 }, + { 6, 1, -3, 0 }, + { 6, 3, -3, 0 }, + { 6, -3, -2, 0 }, + { 6, -1, -2, 0 }, + { 6, 1, -2, 0 }, + { 6, 3, -2, 0 }, + { 6, -3, -1, 0 }, + { 6, -1, -1, 0 }, + { 6, 1, -1, 0 }, + { 6, 3, -1, 0 }, + { 6, -3, 0, 0 }, + { 6, -1, 0, 0 }, + { 6, 1, 0, 0 }, + { 6, 3, 0, 0 }, + { 6, -3, 1, 0 }, + { 6, -1, 1, 0 }, + { 6, 1, 1, 0 }, + { 6, 3, 1, 0 }, + { 6, -3, 2, 0 }, + { 6, -1, 2, 0 }, + { 6, 1, 2, 0 }, + { 6, -1, 3, 0 }, + { 6, 1, 3, 0 }, + { 6, -1, 4, 0 }, + { 6, 1, -4, 1 }, + { 6, -1, -3, 1 }, + { 6, 1, -3, 1 }, + { 6, -1, -2, 1 }, + { 6, 1, -2, 1 }, + { 6, -3, -1, 1 }, + { 6, -1, -1, 1 }, + { 6, 1, -1, 1 }, + { 6, -3, 0, 1 }, + { 6, -1, 0, 1 }, + { 6, 1, 0, 1 }, + { 6, -1, 1, 1 }, + { 6, 1, 1, 1 }, + { 6, -1, 2, 1 }, + { 6, 1, 2, 1 }, + { 6, -1, -3, 2 }, + { 6, 1, -3, 2 }, + { 6, -1, -2, 2 }, + { 6, 1, -2, 2 }, + { 6, -1, -1, 2 }, + { 6, 1, -1, 2 }, + { 7, -1, -3, -1 }, + { 7, 1, -3, -1 }, + { 7, -1, -2, -1 }, + { 7, 1, -2, -1 }, + { 7, -1, -1, -1 }, + { 7, 1, -4, 0 }, + { 7, -1, -3, 0 }, + { 7, 1, -3, 0 }, + { 7, -1, -2, 0 }, + { 7, 1, -2, 0 }, + { 7, -3, -1, 0 }, + { 7, -1, -1, 0 }, + { 7, 1, -1, 0 }, + { 7, -1, 0, 0 }, + { 7, -1, -2, 1 }, + { 7, 1, -2, 1 }, + { 7, -1, -1, 1 }, + { 7, 1, -1, 1 }, + { 8, -1, -3, -2 }, + { 8, 1, -3, -2 }, + { 8, -1, -2, -2 }, + { 8, 1, -2, -2 }, + { 8, -1, -1, -2 }, + { 8, 1, -1, -2 }, + { 8, -1, 0, -2 }, + { 8, -1, -4, -1 }, + { 8, 1, -4, -1 }, + { 8, -1, -3, -1 }, + { 8, 1, -3, -1 }, + { 8, -1, -2, -1 }, + { 8, 1, -2, -1 }, + { 8, -1, -1, -1 }, + { 8, 1, -1, -1 }, + { 8, -1, 0, -1 }, + { 8, 1, 0, -1 }, + { 8, -1, 1, -1 }, + { 8, 1, 1, -1 }, + { 8, 1, -5, 0 }, + { 8, -1, -4, 0 }, + { 8, 1, -4, 0 }, + { 8, -1, -3, 0 }, + { 8, 1, -3, 0 }, + { 8, -3, -2, 0 }, + { 8, -1, -2, 0 }, + { 8, 1, -2, 0 }, + { 8, -3, -1, 0 }, + { 8, -1, -1, 0 }, + { 8, 1, -1, 0 }, + { 8, -1, 0, 0 }, + { 8, 1, 0, 0 }, + { 8, -1, 1, 0 }, + { 8, 1, 1, 0 }, + { 8, -1, 2, 0 }, + { 8, -1, -3, 1 }, + { 8, 1, -3, 1 }, + { 8, -1, -2, 1 }, + { 8, 1, -2, 1 }, + { 8, -1, -1, 1 }, + { 8, 1, -1, 1 }, + { 8, -1, 0, 1 }, + { 10, -1, -4, 0 }, + { 10, 1, -4, 0 }, + { 10, -1, -3, 0 }, + { 10, 1, -3, 0 }, + { 10, -1, -2, 0 }, + { 10, 1, -2, 0 }, + { 10, -1, -1, 0 } +} }; + +constexpr array g_MAIN_S2_Nominal +{ { + 18461.40000, + -6.29664, + 0.00592, + -0.00236, + 2.79871, + 999.70079, + 1010.17430, + -1.01941, + 0.00156, + -0.00044, + -0.13035, + 31.75985, + 61.91229, + -0.11787, + 0.00026, + 0.00003, + -0.00146, + 1.58131, + 3.98407, + -0.01181, + 0.00004, + -0.00006, + 0.09157, + 0.26325, + -0.00109, + 0.00566, + 0.01768, + -0.00010, + 0.00036, + 0.00120, + 0.00002, + 0.00008, + -0.00004, + -0.00001, + -0.00053, + -0.00014, + 0.00003, + -0.00646, + -0.00186, + 0.00023, + -0.07479, + -0.02365, + 0.00002, + 0.00154, + -0.79322, + -0.30129, + 0.00191, + -0.00001, + 0.00679, + -6.73173, + -5.63260, + -0.00911, + 0.00010, + -4.83983, + -6.46036, + 0.01157, + -0.00002, + -0.00703, + -5.07614, + -5.31151, + 0.00668, + -0.00001, + 0.00141, + -0.31292, + -0.63884, + 0.00135, + 0.00003, + -0.02419, + -0.06176, + 0.00020, + -0.00191, + -0.00548, + 0.00002, + -0.00015, + -0.00046, + -0.00001, + -0.00004, + -0.00001, + -0.00016, + -0.00004, + -0.00169, + -0.00049, + 0.00003, + -0.01571, + -0.00536, + 0.00004, + 0.00010, + -0.11335, + -0.09511, + -0.00009, + -0.00014, + -0.01801, + -0.05729, + 0.00016, + -0.00007, + -0.06187, + -0.05504, + 0.00007, + 0.00001, + -0.00284, + -0.00528, + 0.00001, + -0.00016, + -0.00037, + -0.00002, + -0.00004, + -0.00001, + -0.00033, + -0.00011, + -0.00216, + -0.00190, + 0.00066, + -0.00031, + -0.00109, + -0.00083, + -0.00004, + -0.00008, + -0.00004, + -0.00004, + 0.00004, + 0.00001, + -0.00002, + -0.00001, + 0.00003, + 0.00011, + 0.00012, + -0.00002, + 0.00007, + -0.00003, + 0.00064, + -0.00001, + 0.00204, + 0.00214, + -0.00060, + 0.00005, + -0.00006, + -0.00003, + 0.00003, + 0.00018, + -0.00004, + 0.00096, + -0.00137, + -0.00003, + 0.01031, + 0.00080, + -0.00052, + -0.01346, + -0.01829, + 0.00006, + -0.00008, + -0.02012, + -0.00845, + 0.00002, + -0.00175, + -0.00146, + -0.00015, + -0.00018, + -0.00001, + -0.00002, + -0.00011, + -0.00004, + -0.00122, + -0.00043, + -0.01255, + -0.00537, + 0.00002, + -0.00025, + -0.10964, + -0.07846, + -0.00020, + -0.00369, + -0.42989, + 0.13928, + 0.00234, + 0.00003, + -0.03226, + -4.80578, + -5.36844, + 0.00645, + -0.00001, + 0.00001, + -0.00019, + -0.58893, + -0.66741, + 0.00142, + -0.03636, + -0.06383, + 0.00021, + -0.00247, + -0.00553, + 0.00002, + -0.00017, + -0.00045, + -0.00001, + -0.00004, + 0.00001, + 0.00017, + 0.00007, + 0.00186, + 0.00093, + -0.00001, + 0.01597, + 0.01680, + 0.00006, + 0.00007, + 0.00635, + -0.05590, + -0.00021, + 0.00080, + 0.80426, + 0.80263, + -0.00083, + -0.00021, + 0.03465, + 0.10176, + -0.00020, + 0.00001, + 0.00317, + 0.01016, + -0.00003, + 0.00027, + 0.00093, + 0.00002, + 0.00008, + 0.00003, + 0.00001, + 0.00017, + 0.00016, + -0.00008, + -0.00039, + -0.00170, + -0.00204, + -0.00022, + -0.00072, + -0.00003, + -0.00012, + -0.00001, + -0.00003, + -0.00003, + 0.00001, + 0.00001, + 0.00004, + 0.00002, + 0.00003, + 0.00031, + 0.00034, + 0.00118, + 0.00062, + 0.00008, + 0.00010, + 0.00001, + 0.00006, + 0.00077, + -0.00005, + 0.00914, + 0.01042, + -0.00002, + 0.00008, + 0.03647, + 0.01603, + -0.00002, + -0.00003, + 0.00240, + 0.00256, + 0.00021, + 0.00031, + 0.00002, + 0.00003, + 0.00012, + 0.00002, + 0.00178, + 0.00030, + 0.02285, + -0.00192, + -0.00009, + 0.00024, + 0.26865, + 0.31474, + -0.00045, + 0.00273, + 1.08587, + 0.38353, + -0.00044, + -0.00072, + 0.06915, + 0.05848, + -0.00011, + -0.00003, + 0.00555, + 0.00677, + -0.00002, + 0.00046, + 0.00070, + 0.00004, + 0.00007, + 0.00002, + 0.00029, + 0.00006, + 0.00416, + 0.00080, + -0.00004, + 0.05502, + 0.00935, + 0.00007, + 0.00033, + 0.65025, + -0.06208, + -0.00267, + -0.00001, + 0.01034, + 7.43488, + 8.86853, + -0.01177, + 0.00002, + -0.00009, + 0.08815, + 29.57794, + 7.95891, + -0.00944, + 0.00002, + -0.00003, + -0.01669, + 1.76606, + 1.13466, + -0.00224, + -0.00061, + 0.12897, + 0.12387, + -0.00036, + -0.00006, + 0.00985, + 0.01211, + -0.00005, + 0.00076, + 0.00111, + 0.00006, + 0.00010, + 0.00007, + 0.00002, + 0.00092, + 0.00020, + -0.00003, + 0.01127, + 0.00230, + -0.00014, + 0.13381, + 0.02496, + -0.00002, + 0.00023, + 1.51564, + 0.25408, + 0.00232, + 0.00002, + -0.00005, + 0.02045, + 15.56635, + -1.62443, + -0.06561, + 0.00012, + -0.00046, + 0.32907, + 166.57528, + 199.48515, + -0.24484, + 0.00038, + -0.00221, + 2.18637, + 623.65783, + 117.26161, + -0.14453, + 0.00026, + -0.00075, + -0.29116, + 33.35743, + 15.12165, + -0.03038, + 0.00007, + 0.00008, + -0.00995, + 2.14618, + 1.51976, + -0.00451, + 0.00001, + -0.00093, + 0.14642, + 0.13795, + -0.00056, + -0.00008, + 0.01027, + 0.01186, + -0.00006, + 0.00073, + 0.00099, + 0.00005, + 0.00008, + 0.00003, + 0.00028, + 0.00005, + 0.00247, + 0.00034, + -0.00002, + 0.01818, + 0.00162, + -0.00015, + 0.07913, + 0.05429, + 0.00017, + -0.00342, + -0.79105, + -1.31788, + 0.00192, + 0.00005, + -0.05457, + -12.09470, + -1.26433, + 0.00177, + 0.00002, + 0.00465, + -0.82275, + -0.23702, + 0.00052, + 0.00021, + -0.06283, + -0.03142, + 0.00010, + 0.00002, + -0.00496, + -0.00355, + 0.00002, + -0.00040, + -0.00037, + -0.00003, + -0.00004, + -0.00007, + -0.00001, + -0.00102, + -0.00003, + -0.00004, + -0.01262, + -0.00504, + 0.00004, + -0.00046, + -0.10535, + -0.11330, + 0.00012, + -0.00103, + -0.13415, + -0.01482, + 0.00003, + -0.00006, + -0.00617, + -0.00145, + -0.00025, + -0.00009, + -0.00006, + -0.00002, + -0.00009, + -0.00005, + 0.00037, + 0.00004, + 0.00006, + -0.00004, + -0.00003, + -0.00006, + -0.00001, + -0.00014, + -0.00016, + -0.00101, + -0.00063, + -0.00004, + -0.00131, + 0.00008, + -0.00014, + -0.00001, + -0.00001, + -0.00022, + -0.00282, + -0.00329, + -0.00009, + -0.02104, + -0.01356, + 0.00002, + -0.00076, + -0.02572, + -0.00042, + 0.00001, + -0.00275, + -0.00030, + -0.00027, + -0.00007, + -0.00002, + -0.00001, + -0.00016, + -0.00003, + -0.00287, + 0.00015, + 0.00001, + -0.00008, + -0.03941, + -0.04852, + 0.00016, + -0.00128, + -0.30517, + -0.20593, + 0.00038, + -0.01009, + -0.35183, + -0.02840, + 0.00016, + 0.00002, + -0.03611, + -0.00658, + 0.00004, + -0.00322, + -0.00108, + -0.00027, + -0.00014, + -0.00002, + -0.00002, + -0.00007, + -0.00001, + -0.00044, + 0.00004, + -0.00152, + -0.00261, + 0.00003, + 0.01321, + 0.02083, + -0.00005, + 0.00031, + 0.03436, + 0.01351, + -0.00003, + 0.00426, + 0.00258, + 0.00044, + 0.00035, + 0.00004, + 0.00004, + -0.00002, + -0.00001, + -0.00005, + -0.00010, + -0.00056, + -0.00016, + -0.00009, + -0.00004, + -0.00001, + 0.00001, + 0.00000, + -0.00001, + 0.00003, + 0.00007, + 0.00007, + 0.00008, + 0.00004, + 0.00001, + 0.00013, + 0.00059, + 0.00165, + 0.00134, + 0.00001, + 0.00161, + 0.00080, + 0.00024, + 0.00017, + 0.00003, + 0.00003, + -0.00003, + -0.00006, + 0.00011, + -0.00002, + 0.00283, + 0.01230, + -0.00004, + -0.00005, + 0.03462, + 0.02380, + -0.00005, + 0.00029, + 0.02899, + 0.01270, + -0.00003, + -0.00004, + 0.00417, + 0.00255, + 0.00047, + 0.00037, + 0.00005, + 0.00005, + -0.00001, + -0.00009, + -0.00058, + 0.00002, + -0.00005, + -0.00090, + 0.00191, + -0.00011, + -0.00033, + 0.05251, + 0.21376, + -0.00060, + -0.00065, + 0.59580, + 0.33882, + -0.00075, + -0.00001, + 0.00534, + 0.41496, + 0.15791, + -0.00037, + -0.00062, + 0.05686, + 0.03009, + -0.00009, + -0.00010, + 0.00614, + 0.00421, + -0.00002, + -0.00001, + 0.00060, + 0.00050, + 0.00006, + 0.00005, + -0.00002, + -0.00015, + -0.00001, + -0.00116, + -0.00007, + -0.00680, + 0.00029, + 0.00003, + -0.00066, + -0.00771, + 0.02174, + -0.00127, + -0.00390, + 0.63371, + 2.41389, + -0.00632, + 0.00001, + -0.00004, + -0.00554, + 6.57962, + 2.99850, + -0.00664, + 0.00002, + -0.00013, + 0.06257, + 3.67449, + 1.19188, + -0.00288, + -0.00552, + 0.47338, + 0.21259, + -0.00068, + -0.00090, + 0.04834, + 0.02828, + -0.00012, + -0.00010, + 0.00449, + 0.00323, + -0.00002, + 0.00040, + 0.00034, + 0.00003, + 0.00003, + -0.00001, + -0.00001, + -0.00001, + 0.00063, + 0.00192, + 0.00003, + -0.00203, + -0.02957, + 0.00009, + -0.00015, + -0.17191, + -0.05097, + 0.00012, + -0.00304, + -0.11308, + -0.02549, + 0.00007, + 0.00011, + -0.01692, + -0.00558, + 0.00002, + 0.00003, + -0.00196, + -0.00088, + -0.00020, + -0.00012, + -0.00002, + -0.00001, + -0.00003, + -0.00020, + 0.00001, + -0.00114, + -0.00277, + 0.00005, + -0.00438, + -0.00179, + -0.00056, + -0.00025, + -0.00001, + -0.00002, + 0.00002, + 0.00008, + 0.00002, + 0.00002, + -0.00004, + -0.00004, + -0.00010, + -0.00002, + -0.00002, + -0.00004, + -0.00014, + -0.00057, + -0.00061, + -0.00001, + -0.00127, + -0.00029, + -0.00005, + -0.00032, + -0.00006, + -0.00001, + -0.00033, + -0.00124, + -0.00505, + -0.00519, + 0.00002, + -0.00011, + -0.01049, + -0.00245, + 0.00001, + -0.00041, + -0.00254, + -0.00027, + -0.00003, + -0.00045, + -0.00006, + -0.00006, + -0.00001, + -0.00001, + -0.00005, + 0.00014, + 0.00041, + 0.00097, + 0.00053, + 0.00003, + 0.00051, + 0.00023, + 0.00010, + 0.00005, + 0.00001, + -0.00002, + -0.00001, + 0.00002, + 0.00005, + 0.00006, + 0.00010, + 0.00006, + 0.00005, + 0.00003, + 0.00001, + 0.00007, + 0.00033, + 0.00088, + 0.00087, + 0.00001, + 0.00137, + 0.00078, + 0.00067, + 0.00032, + 0.00013, + 0.00007, + 0.00002, + 0.00001, + 0.00002, + 0.00009, + 0.00089, + 0.00415, + -0.00002, + 0.01091, + 0.00939, + -0.00003, + 0.00014, + 0.01486, + 0.00757, + -0.00003, + 0.00010, + 0.00652, + 0.00288, + -0.00001, + 0.00122, + 0.00063, + 0.00017, + 0.00010, + 0.00002, + 0.00001, + 0.00014, + 0.00072, + -0.00002, + 0.00702, + 0.03118, + -0.00014, + 0.00007, + 0.08096, + 0.05963, + -0.00021, + 0.00107, + 0.09403, + 0.04217, + -0.00014, + 0.00060, + 0.03674, + 0.01465, + -0.00005, + -0.00005, + 0.00654, + 0.00305, + -0.00001, + -0.00002, + 0.00088, + 0.00048, + 0.00010, + 0.00006, + 0.00001, + 0.00003, + -0.00003, + -0.00054, + -0.00256, + -0.00137, + -0.00007, + -0.00350, + -0.00116, + -0.00004, + -0.00153, + -0.00047, + -0.00031, + -0.00011, + -0.00005, + -0.00002, + -0.00002, + -0.00005, + -0.00009, + -0.00006, + -0.00005, + -0.00002, + -0.00001, + -0.00002, + -0.00004, + -0.00002, + -0.00002, + -0.00003, + -0.00009, + -0.00011, + -0.00024, + -0.00010, + -0.00001, + -0.00013, + -0.00003, + -0.00003, + 0.00002, + 0.00001, + 0.00002, + 0.00001, + 0.00002, + 0.00002, + 0.00004, + 0.00003, + 0.00004, + 0.00002, + 0.00001, + 0.00002, + 0.00007, + 0.00019, + 0.00022, + 0.00038, + 0.00025, + 0.00029, + 0.00015, + 0.00011, + 0.00005, + 0.00002, + 0.00001, + 0.00002, + 0.00009, + 0.00042, + 0.00107, + 0.00108, + 0.00002, + 0.00189, + 0.00111, + 0.00002, + 0.00130, + 0.00060, + 0.00045, + 0.00020, + 0.00009, + 0.00004, + 0.00001, + -0.00004, + -0.00003, + -0.00008, + -0.00004, + -0.00006, + -0.00002, + -0.00002, + 0.00001, + 0.00002, + 0.00003, + 0.00003, + 0.00003, + 0.00002, + 0.00002 +} }; + +constexpr array g_MAIN_S2_LLR +{ { + 1.8461240060000968e+004, + -6.2964772977841825e+000, + 5.9197458538809708e-003, + -2.3599035461247487e-003, + 2.7986413324884101e+000, + 9.9969365545185053e+002, + 1.0101671484113945e+003, + -1.0193852023009262e+000, + 1.5599366993320986e-003, + -4.3998235423644866e-004, + -1.3034701080366828e-001, + 3.1759670884809800e+001, + 6.1911950388791020e+001, + -1.1786731681604115e-001, + 2.5998923859072039e-004, + 3.0000000000000001e-005, + -1.4599681890483385e-003, + 1.5813035948086931e+000, + 3.9840545271942500e+000, + -1.1809750247165851e-002, + 4.0000000000000003e-005, + -6.0000000000000002e-005, + 9.1569770719508434e-002, + 2.6324939977672279e-001, + -1.0899798186608965e-003, + 5.6599939577684196e-003, + 1.7679988827081931e-002, + -1.0000000000000001e-004, + 3.6000347902297565e-004, + 1.1999996756596471e-003, + 2.0000000000000002e-005, + 8.0000869755743914e-005, + -4.0000000000000003e-005, + -1.0000000000000001e-005, + -5.2998206829307402e-004, + -1.4000086975574390e-004, + 3.0000000000000001e-005, + -6.4597473547634478e-003, + -1.8599291897615727e-003, + 2.2999085835322900e-004, + -7.4786974647102392e-002, + -2.3649035623645471e-002, + 2.0000000000000002e-005, + 1.5399112376924722e-003, + -7.9318664391493243e-001, + -3.0127728954834437e-001, + 1.9098820720763222e-003, + -1.0000000000000001e-005, + 6.7895861954236419e-003, + -6.7314362777559564e+000, + -5.6323537674990405e+000, + -9.1094391491054628e-003, + 1.0000522513244267e-004, + -4.8396143029776244e+000, + -6.4600720929713935e+000, + 1.1569281673480687e-002, + -2.0000000000000002e-005, + -7.0295714410915392e-003, + -5.0759179266592636e+000, + -5.3112784086527398e+000, + 6.6795914615678711e-003, + -1.0000000000000001e-005, + 1.4099203789511268e-003, + -3.1290679708702374e-001, + -6.3881314739994810e-001, + 1.3499203797273597e-003, + 3.0000000000000001e-005, + -2.4189016822182798e-002, + -6.1757502558210935e-002, + 1.9999085835322900e-004, + -1.9099291893734563e-003, + -5.4797858278326480e-003, + 2.0000000000000002e-005, + -1.5000086975574389e-004, + -4.5998119892544658e-004, + -1.0000000000000001e-005, + -4.0000000000000003e-005, + -1.0000000000000001e-005, + -1.5998860106072977e-004, + -4.0000000000000003e-005, + -1.6898696306909403e-003, + -4.8996192573906496e-004, + 3.0000000000000001e-005, + -1.5708764479858101e-002, + -5.3595782675569343e-003, + 4.0000000000000003e-005, + 9.9993865652492928e-005, + -1.1334089571385463e-001, + -9.5102356895458595e-002, + -8.9993865652492929e-005, + -1.3998773130498583e-004, + -1.8008571604879082e-002, + -5.7285376738349575e-002, + 1.5998385424997801e-004, + -6.9999999999999994e-005, + -6.1865021524293226e-002, + -5.5035578764496822e-002, + 6.9999999999999994e-005, + 1.0000000000000001e-005, + -2.8397768666359189e-003, + -5.2795835344773955e-003, + 1.0000000000000001e-005, + -1.5998773130498586e-004, + -3.6997720212145950e-004, + -2.0000000000000002e-005, + -4.0000000000000003e-005, + -1.0000000000000001e-005, + -3.2996406328258504e-004, + -1.0998773130498585e-004, + -2.1597448514783452e-003, + -1.8997785305151446e-003, + 6.5991862945061870e-004, + -3.0996319701988892e-004, + -1.0898774320226049e-003, + -8.2990196980074955e-004, + -4.0000000000000003e-005, + -7.9993865652492929e-005, + -3.9993865652492926e-005, + -4.0000000000000003e-005, + 4.0000000000000003e-005, + 1.0000000000000001e-005, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + 2.9999999991103641e-005, + 1.0998773126940041e-004, + 1.1998773126050406e-004, + -2.0000000000000002e-005, + 6.9999999973310921e-005, + -2.9999999991103641e-005, + 6.3994791769827054e-004, + -1.0000000000000001e-005, + 2.0398333889057457e-003, + 2.1398211209513792e-003, + -5.9995405167545383e-004, + 4.9999999982207283e-005, + -5.9999999973310922e-005, + -2.9999999991103641e-005, + 2.9999999991103641e-005, + 1.7999473534596234e-004, + -3.9999999991103643e-005, + 9.5995891849875222e-004, + -1.3699436411977830e-003, + -2.9999999991103641e-005, + 1.0309547887020005e-002, + 7.9995769526918837e-004, + -5.1996996561452802e-004, + -1.3459392256837954e-002, + -1.8289191079292451e-002, + 5.9999999982207282e-005, + -7.9999999973310934e-005, + -2.0119122438275325e-002, + -8.4496360037975109e-003, + 2.0000000000000002e-005, + -1.7499283646819433e-003, + -1.4599383750179688e-003, + -1.4999999994662184e-004, + -1.7999473534596234e-004, + -1.0000000000000001e-005, + -2.0000000000000002e-005, + -1.1000086972015847e-004, + -3.9999999991103643e-005, + -1.2199961946660772e-003, + -4.3000260911599361e-004, + -1.2549955313959388e-002, + -5.3699786917397428e-003, + 2.0000000000000002e-005, + -2.4999224580102075e-004, + -1.0963943472731864e-001, + -7.8459564258628559e-002, + -1.9999612287382131e-004, + -3.6899091590814701e-003, + -4.2988727861871234e-001, + 1.3927888273461300e-001, + 2.3399414433926996e-003, + 2.9999999991103641e-005, + -3.2259166406104510e-002, + -4.8057401256423811e+000, + -5.3683960751123045e+000, + 6.4498350180914191e-003, + -1.0000000000000001e-005, + 1.0000000000000001e-005, + -1.8999612327083411e-004, + -5.8892588698557768e-001, + -6.6740564069239361e-001, + 1.4199677141185122e-003, + -3.6359802477709945e-002, + -6.3829693184392300e-002, + 2.0999612287382131e-004, + -2.4699927896750925e-003, + -5.5299795618302255e-003, + 2.0000000000000002e-005, + -1.7000086969346941e-004, + -4.5000260910709724e-004, + -1.0000000000000001e-005, + -3.9999999991103643e-005, + 1.0000000000000001e-005, + 1.6999473534596234e-004, + 6.9999999973310921e-005, + 1.8599257100980593e-003, + 9.2995978826339244e-004, + -1.0000000000000001e-005, + 1.5969326708015971e-002, + 1.6799286143175864e-002, + 5.9999999973310922e-005, + 6.9999999973310921e-005, + 6.3497694317794888e-003, + -5.5897523059121990e-002, + -2.0998998852631422e-004, + 7.9994994271163835e-004, + 8.0422378129851813e-001, + 8.0259386654890696e-001, + -8.2994606564773413e-004, + -2.0998998891443065e-004, + 3.4648501148112923e-002, + 1.0175558253112338e-001, + -1.9998998852631422e-004, + 1.0000000000000001e-005, + 3.1698667439869852e-003, + 1.0159573555631754e-002, + -2.9999999991103641e-005, + 2.6998947071861371e-004, + 9.2995978826339244e-004, + 2.0000000000000002e-005, + 7.9999999973310934e-005, + 2.9999999991103641e-005, + 1.0000000000000001e-005, + 1.6998773125160771e-004, + 1.5998773125160771e-004, + -7.9993865625803856e-005, + -3.8996932735278636e-004, + -1.6998618030783178e-003, + -2.0398372655726373e-003, + -2.1998159687741152e-004, + -7.1993790588095014e-004, + -2.9999999991103641e-005, + -1.1999386560801113e-004, + -1.0000000000000001e-005, + -2.9999999991103641e-005, + -2.9999999991103641e-005, + 1.0000000000000001e-005, + 1.0000000000000001e-005, + 3.9993865652492926e-005, + 2.0000000000000002e-005, + 3.0000000000000001e-005, + 3.0995705956745045e-004, + 3.3995092521994341e-004, + 1.1798166059404291e-003, + 6.1990410656803674e-004, + 7.9987731304985852e-005, + 9.9987731304985851e-005, + 1.0000000000000001e-005, + 5.9993865652492924e-005, + 7.6990897351588415e-004, + -5.0000000000000002e-005, + 9.1389312020534186e-003, + 1.0418780220407221e-002, + -2.0000000000000002e-005, + 7.9993865652492929e-005, + 3.6465675799467634e-002, + 1.6028102805463934e-002, + -2.0000000000000002e-005, + -3.0000000000000001e-005, + 2.3997211838440607e-003, + 2.5596989021940664e-003, + 2.0997546260997170e-004, + 3.0996406328258504e-004, + 2.0000000000000002e-005, + 3.0000000000000001e-005, + 1.1998773130498585e-004, + 2.0000000000000002e-005, + 1.7798643668754098e-003, + 2.9997720212145948e-004, + 2.2848199762481741e-002, + -1.9198494900775132e-003, + -8.9993865652492929e-005, + 2.3997384284746312e-004, + 2.6862839641005326e-001, + 3.1471470172070520e-001, + -4.4995769709744109e-004, + 2.7297277783777758e-003, + 1.0857809713365898e+000, + 3.8349873471131041e-001, + -4.3995769670932472e-004, + -7.1992627457690827e-004, + 6.9144455331716245e-002, + 5.8475325330337197e-002, + -1.0999386565249293e-004, + -3.0000000000000001e-005, + 5.5495668670651989e-003, + 6.7694684349527507e-003, + -2.0000000000000002e-005, + 4.5996580279407287e-004, + 6.9994664896855414e-004, + 4.0000000000000003e-005, + 6.9999999999999994e-005, + 2.0000000000000002e-005, + 2.8999034057221757e-004, + 6.0000000000000002e-005, + 4.1598378381608710e-003, + 7.9996679268691247e-004, + -4.0000000000000003e-005, + 5.5017766679959598e-002, + 9.3496194112699816e-003, + 6.9999999999999994e-005, + 3.2998084733883051e-004, + 6.5022258581976156e-001, + -6.2077378785298058e-002, + -2.6698407598428355e-003, + -1.0000000000000001e-005, + 1.0339366937177970e-002, + 7.4345550490542491e+000, + 8.8681426389130262e+000, + -1.1769285173540062e-002, + 2.0000000000000002e-005, + -9.0000000000000006e-005, + 8.8144468391549075e-002, + 2.9576600341313640e+001, + 7.9585541680948806e+000, + -9.4394217785200331e-003, + 2.0000000000000002e-005, + -3.0000000000000001e-005, + -1.6688979285872985e-002, + 1.7659831729967461e+000, + 1.1346109855797797e+000, + -2.2398673134749387e-003, + -6.0996169351331178e-004, + 1.2896461784123031e-001, + 1.2386484200071171e-001, + -3.5998171631834161e-004, + -6.0000000000000002e-005, + 9.8496044825930381e-003, + 1.2109518389374237e-002, + -5.0000000000000002e-005, + 7.5996679191067966e-004, + 1.1099562619509206e-003, + 6.0000000000000002e-005, + 1.0000000000000001e-004, + 6.9999999999999994e-005, + 2.0000000000000002e-005, + 9.2000094267119070e-004, + 2.0000173951148783e-004, + -3.0000000000000001e-005, + 1.1269992649539750e-002, + 2.2999988784312333e-003, + -1.4000086975574390e-004, + 1.3380970029605976e-001, + 2.4959941165328410e-002, + -2.0000000000000002e-005, + 2.2999612372122502e-004, + 1.5156341378557210e+000, + 2.5407898124276790e-001, + 2.3199492720039632e-003, + 2.0000000000000002e-005, + -5.0000000000000002e-005, + 2.0449529722484837e-002, + 1.5566265447597040e+001, + -1.6244211538357358e+000, + -6.5608497190723633e-002, + 1.1999612294499217e-004, + -4.5998061472496085e-004, + 3.2906196151824524e-001, + 1.6657411527804530e+002, + 1.9948375963301740e+002, + -2.4483408725828171e-001, + 3.7998449177996868e-004, + -2.2099030728485714e-003, + 2.1863131782292418e+000, + 6.2365247461499450e+002, + 1.1726069509568451e+002, + -1.4452645294360378e-001, + 2.5998836883497645e-004, + -7.4996985331568131e-004, + -2.9115288606638323e-001, + 3.3357202739468264e+001, + 1.5121554269599795e+001, + -3.0379290732301105e-002, + 6.9999999999999994e-005, + 8.0000000000000007e-005, + -9.9497676668088512e-003, + 2.1461691684088535e+000, + 1.5197527792844909e+000, + -4.5099010788072465e-003, + 1.0000000000000001e-005, + -9.2998108644867263e-004, + 1.4641952065136907e-001, + 1.3794956624262231e-001, + -5.5998710027096749e-004, + -8.0000000000000007e-005, + 1.0269980800016502e-002, + 1.1859978331534651e-002, + -6.0000000000000002e-005, + 7.2999833379207529e-004, + 9.9000007252733027e-004, + 5.0000000000000002e-005, + 8.0000000000000007e-005, + 3.0000000000000001e-005, + 2.7999033979598468e-004, + 5.0000000000000002e-005, + 2.4699042477415332e-003, + 3.3999033940786832e-004, + -2.0000000000000002e-005, + 1.8179263934687131e-002, + 1.6199348465636217e-003, + -1.4999999999999999e-004, + 7.9126693357347011e-002, + 5.4287721682792306e-002, + 1.6999612410934146e-004, + -3.4197933612597239e-003, + -7.9101527799402760e-001, + -1.3178223061528571e+000, + 1.9198856006496451e-003, + 5.0000000000000002e-005, + -5.4566578036660519e-002, + -1.2094151145054148e+001, + -1.2642738981658888e+000, + 1.7698886052320943e-003, + 2.0000000000000002e-005, + 4.6497158765900206e-003, + -8.2271407173140498e-001, + -2.3700982134666662e-001, + 5.1997170452771019e-004, + 2.0998998859748510e-004, + -6.2827365794592221e-002, + -3.1418700872567075e-002, + 1.0000000000000001e-004, + 2.0000000000000002e-005, + -4.9597976700850172e-003, + -3.5498584216992809e-003, + 2.0000000000000002e-005, + -3.9999034018410118e-004, + -3.6999033979598470e-004, + -3.0000000000000001e-005, + -4.0000000000000003e-005, + -6.9999999999999994e-005, + -1.0000000000000001e-005, + -1.0199238510900136e-003, + -3.0000000000000001e-005, + -4.0000000000000003e-005, + -1.2619005146508959e-002, + -5.0396058064244801e-003, + 4.0000000000000003e-005, + -4.5995156197370119e-004, + -1.0534151720387071e-001, + -1.1329088105326769e-001, + 1.1999386565249293e-004, + -1.0299013852121475e-003, + -1.3413898599894700e-001, + -1.4818830097282552e-002, + 3.0000000000000001e-005, + -6.0000000000000002e-005, + -6.1695030832341060e-003, + -1.4498910410327254e-003, + -2.4998246671322269e-004, + -8.9993865652492929e-005, + -5.9993865652492924e-005, + -2.0000000000000002e-005, + -8.9987731304985851e-005, + -5.0000000000000002e-005, + 3.6995705917933404e-004, + 4.0000000000000003e-005, + 5.9993865652492924e-005, + -3.9999999982207283e-005, + -2.9999999991103641e-005, + -5.9999999982207282e-005, + -1.0000000000000001e-005, + -1.3998773125160769e-004, + -1.5998773125160771e-004, + -1.0099203717200799e-003, + -6.2994791653392130e-004, + -3.9999999982207283e-005, + -1.3098902168805669e-003, + 7.9999999973310934e-005, + -1.3998773125160769e-004, + -1.0000000000000001e-005, + -1.0000000000000001e-005, + -2.1999473533706597e-004, + -2.8198811476243570e-003, + -3.2898606068781813e-003, + -8.9999999964414566e-005, + -2.1039078743255363e-002, + -1.3559414140626998e-002, + 2.0000000000000002e-005, + -7.5994994233241826e-004, + -2.5718834864441851e-002, + -4.1999642134587118e-004, + 1.0000000000000001e-005, + -2.7498838014231117e-003, + -2.9998946876913523e-004, + -2.6998860058364974e-004, + -6.9999999973310921e-005, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + -1.6000086970236577e-004, + -2.9999999991103641e-005, + -2.8699906512129978e-003, + 1.4999999994662184e-004, + 1.0000000000000001e-005, + -7.9999999973310934e-005, + -3.9409787893257976e-002, + -4.8519742921784299e-002, + 1.5999612289161404e-004, + -1.2799668451834831e-003, + -3.0516792782752111e-001, + -2.0592872345902902e-001, + 3.7999224498030612e-004, + -1.0089736351726580e-002, + -3.5182706067923597e-001, + -2.8399990406986774e-002, + 1.5999612289161404e-004, + 2.0000000000000002e-005, + -3.6109761777764510e-002, + -6.5799909429395060e-003, + 3.9999999982207283e-005, + -3.2199841616701742e-003, + -1.0799974609458692e-003, + -2.7000173902551143e-004, + -1.3999999995551818e-004, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + -6.9999999973310921e-005, + -1.0000000000000001e-005, + -4.3998333554149565e-004, + 3.9999999991103643e-005, + -1.5199383742239435e-003, + -2.6098864103467089e-003, + 2.9999999991103641e-005, + 1.3209424682345905e-002, + 2.0829098772341424e-002, + -4.9999999982207283e-005, + 3.0997997708821388e-004, + 3.4358451715049691e-002, + 1.3509405449297216e-002, + -2.9999999991103641e-005, + 4.2598195706491041e-003, + 2.5798946838079947e-003, + 4.3998333631772846e-004, + 3.4998947030380825e-004, + 3.9999999982207283e-005, + 3.9999999982207283e-005, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + -4.9999999982207283e-005, + -9.9993865616907488e-005, + -5.5995318231672256e-004, + -1.5998773125160771e-004, + -8.9993865625803855e-005, + -3.9999999982207283e-005, + -1.0000000000000001e-005, + 1.0004394809330180e-005, + 1.1399318490311418e-008, + -1.0000000000000001e-005, + 3.0000000000000001e-005, + 6.9987731304985840e-005, + 6.9987731304985840e-005, + 7.9987731304985852e-005, + 3.9993865652492926e-005, + 1.0000000000000001e-005, + 1.2998773130498583e-004, + 5.8993038346955289e-004, + 1.6498030679051731e-003, + 1.3398437510452233e-003, + 1.0000000000000001e-005, + 1.6098065925973320e-003, + 7.9990723284004703e-004, + 2.3997546222185527e-004, + 1.6998159656936234e-004, + 3.0000000000000001e-005, + 3.0000000000000001e-005, + -3.0000000000000001e-005, + -6.0000000000000002e-005, + 1.0999386565249293e-004, + -2.0000000000000002e-005, + 2.8297768631428710e-003, + 1.2299032690033903e-002, + -4.0000000000000003e-005, + -5.0000000000000002e-005, + 3.4617218330952798e-002, + 2.3798096152639951e-002, + -5.0000000000000002e-005, + 2.8996770849995599e-004, + 2.8987641108066016e-002, + 1.2698980263147393e-002, + -3.0000000000000001e-005, + -4.0000000000000003e-005, + 4.1696670785365698e-003, + 2.5497996586927129e-003, + 4.6996105520708822e-004, + 3.6997720095711023e-004, + 5.0000000000000002e-005, + 5.0000000000000002e-005, + -1.0000000000000001e-005, + -9.0000000000000006e-005, + -5.7998119814921375e-004, + 2.0000000000000002e-005, + -5.0000000000000002e-005, + -8.9996592176681920e-004, + 1.9099257068574329e-003, + -1.1000000000000000e-004, + -3.2998084656259770e-004, + 5.2507790992369532e-002, + 2.1375103006616211e-001, + -5.9996169312519535e-004, + -6.4996082259321847e-004, + 5.9577402963628567e-001, + 3.3880542150545523e-001, + -7.4995781529395462e-004, + -1.0000000000000001e-005, + 5.3396641218539783e-003, + 4.1494151238801508e-001, + 1.5790314258793667e-001, + -3.6997997641873730e-004, + -6.1996082336945142e-004, + 5.6857563148343747e-002, + 3.0088730759479598e-002, + -9.0000000000000006e-005, + -1.0000000000000001e-004, + 6.1397443596772410e-003, + 4.2098291328411036e-003, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + 5.9997506341359023e-004, + 4.9998032800535348e-004, + 6.0000000000000002e-005, + 5.0000000000000002e-005, + -2.0000000000000002e-005, + -1.5000173951148780e-004, + -1.0000000000000001e-005, + -1.1599979342075775e-003, + -6.9999999999999994e-005, + -6.7999853210948171e-003, + 2.9000173951148782e-004, + 3.0000000000000001e-005, + -6.5998797002671152e-004, + -7.7099706085507350e-003, + 2.1739908960198007e-002, + -1.2699711932426714e-003, + -3.8999113677165810e-003, + 6.3370660783864674e-001, + 2.4138773743315887e+000, + -6.3198580285127315e-003, + 1.0000000000000001e-005, + -4.0000000000000003e-005, + -5.5398652333261906e-003, + 6.5795749896877664e+000, + 2.9984814500368659e+000, + -6.6398459229071805e-003, + 2.0000000000000002e-005, + -1.2999612294499217e-004, + 6.2568390379347888e-002, + 3.6744619049828269e+000, + 1.1918723349900475e+000, + -2.8799332881790565e-003, + -5.5198622334011382e-003, + 4.7337715948955844e-001, + 2.1258889481278204e-001, + -6.7998709949473467e-004, + -8.9997934616095187e-004, + 4.8339796415044024e-002, + 2.8279898739832832e-002, + -1.2000000000000000e-004, + -1.0000000000000001e-004, + 4.4899885821476871e-003, + 3.2299911184994713e-003, + -2.0000000000000002e-005, + 4.0000260849099890e-004, + 3.4000260849099891e-004, + 3.0000000000000001e-005, + 3.0000000000000001e-005, + -1.0000000000000001e-005, + -1.0000000000000001e-005, + -1.0000000000000001e-005, + 6.2997419288161351e-004, + 1.9199257041406178e-003, + 3.0000000000000001e-005, + -2.0299139827234633e-003, + -2.9568742278036842e-002, + 9.0000000000000006e-005, + -1.4999999961188355e-004, + -1.7190245161696016e-001, + -5.0967800333467587e-002, + 1.2000000000000000e-004, + -3.0398120371516683e-003, + -1.1307496074008441e-001, + -2.5488897262257004e-002, + 6.9999999999999994e-005, + 1.1000000000000000e-004, + -1.6919273478946544e-002, + -5.5797675548115806e-003, + 2.0000000000000002e-005, + 3.0000000000000001e-005, + -1.9599178337746711e-003, + -8.7996505123484245e-004, + -1.9999473502012042e-004, + -1.2000000000000000e-004, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + -3.0000000000000001e-005, + -1.9998860067261333e-004, + 1.0000000000000001e-005, + -1.1399098413310458e-003, + -2.7697829955497955e-003, + 5.0000000000000002e-005, + -4.3796530687776024e-003, + -1.7898600146036424e-003, + -5.5995492085958117e-004, + -2.4998246593698983e-004, + -1.0000000000000001e-005, + -2.0000000000000002e-005, + 2.0000000000000002e-005, + 7.9987731304985852e-005, + 2.0000000000000002e-005, + 2.0000000000000002e-005, + -3.9999999982207283e-005, + -3.9999999982207283e-005, + -9.9993865616907488e-005, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + -3.9999999991103643e-005, + -1.3999999995551818e-004, + -5.6997945844200601e-004, + -6.0997332330047329e-004, + -1.0000000000000001e-005, + -1.2699419001605187e-003, + -2.8998859979852051e-004, + -4.9999999982207283e-005, + -3.1998773003388028e-004, + -5.9999999982207282e-005, + -1.0000000000000001e-005, + -3.3000173900771869e-004, + -1.2399944547575766e-003, + -5.0499738678599160e-003, + -5.1899747344573508e-003, + 2.0000000000000002e-005, + -1.0999999996441456e-004, + -1.0489932195065683e-002, + -2.4499884335310571e-003, + 1.0000000000000001e-005, + -4.0998836830451830e-004, + -2.5399828177052092e-003, + -2.7000260723768606e-004, + -2.9999999991103641e-005, + -4.4999786114089258e-004, + -5.9999999594090863e-005, + -5.9999999982207282e-005, + -1.0000000000000001e-005, + -1.0000000000000001e-005, + -4.9999999982207283e-005, + 1.3999999994662184e-004, + 4.0998947028601551e-004, + 9.6995717742590244e-004, + 5.2997858830704193e-004, + 3.0000000000000001e-005, + 5.0997771894831093e-004, + 2.2999386518430927e-004, + 9.9999999964414565e-005, + 4.9999999982207283e-005, + 1.0000000000000001e-005, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + 2.0000000000000002e-005, + 5.0000000000000002e-005, + 5.9993865652492924e-005, + 9.9987731304985851e-005, + 5.9993865652492924e-005, + 5.0000000000000002e-005, + 3.0000000000000001e-005, + 1.0000000000000001e-005, + 6.9999999999999994e-005, + 3.2997720134522664e-004, + 8.7993350974156315e-004, + 8.6993437910919070e-004, + 1.0000000000000001e-005, + 1.3698928250490470e-003, + 7.7993877394520988e-004, + 6.6994791598009738e-004, + 3.1997546144562245e-004, + 1.2998773130498583e-004, + 6.9999999999999994e-005, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 9.0000000000000006e-005, + 8.8996592099058625e-004, + 4.1498317428845686e-003, + -2.0000000000000002e-005, + 1.0909542985422739e-002, + 9.3896119613182654e-003, + -3.0000000000000001e-005, + 1.3999999999999999e-004, + 1.4859362638795979e-002, + 7.5696827727210420e-003, + -3.0000000000000001e-005, + 1.0000000000000001e-004, + 6.5197169005045694e-003, + 2.8798802722492340e-003, + -1.0000000000000001e-005, + 1.2199489039323547e-003, + 6.2997419249349710e-004, + 1.6999386526437649e-004, + 1.0000000000000001e-004, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 1.4000086975574390e-004, + 7.1999659272812178e-004, + -2.0000000000000002e-005, + 7.0199748793684938e-003, + 3.1179885019795069e-002, + -1.3999999999999999e-004, + 6.9999999999999994e-005, + 8.0959591305152970e-002, + 5.9629735945832305e-002, + -2.0999612255687575e-004, + 1.0699745985739673e-003, + 9.4029434590640532e-002, + 4.2169792378650837e-002, + -1.3999999961188356e-004, + 5.9998449022750293e-004, + 3.6739771632229627e-002, + 1.4649926777976375e-002, + -5.0000000000000002e-005, + -5.0000000000000002e-005, + 6.5399648380029011e-003, + 3.0499880347917134e-003, + -1.0000000000000001e-005, + -2.0000000000000002e-005, + 8.7999572258426148e-004, + 4.7999873065975821e-004, + 1.0000000000000001e-004, + 6.0000000000000002e-005, + 1.0000000000000001e-005, + 3.0000000000000001e-005, + -3.0000000000000001e-005, + -5.3998032916970269e-004, + -2.5598925471541109e-003, + -1.3699445106488011e-003, + -6.9999999999999994e-005, + -3.4998471129340280e-003, + -1.1599527817635954e-003, + -4.0000000000000003e-005, + -1.5299357650934802e-003, + -4.6998333491650088e-004, + -3.0998773052875295e-004, + -1.1000000000000000e-004, + -5.0000000000000002e-005, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + -5.0000000000000002e-005, + -8.9993865652492929e-005, + -6.0000000000000002e-005, + -5.0000000000000002e-005, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + -2.0000000000000002e-005, + -3.9999999982207283e-005, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + -3.0000000000000001e-005, + -8.9999999973310933e-005, + -1.0999999996441456e-004, + -2.3999999914369992e-004, + -9.9999999964414565e-005, + -1.0000000000000001e-005, + -1.2999999956740178e-004, + -2.9999999991103641e-005, + -2.9999999991103641e-005, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 2.0000000000000002e-005, + 4.0000000000000003e-005, + 3.0000000000000001e-005, + 4.0000000000000003e-005, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 6.9999999999999994e-005, + 1.8999473502012042e-004, + 2.1999473463200401e-004, + 3.7998946965212444e-004, + 2.4999473463200396e-004, + 2.8998773014063655e-004, + 1.4999999922376715e-004, + 1.0999999961188359e-004, + 5.0000000000000002e-005, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 9.0000000000000006e-005, + 4.2000260810288250e-004, + 1.0699974613195163e-003, + 1.0799974609313999e-003, + 2.0000000000000002e-005, + 1.8899914440041736e-003, + 1.1099965903994234e-003, + 2.0000000000000002e-005, + 1.2999918432005551e-003, + 5.9999872988352528e-004, + 4.5000086820327825e-004, + 1.9999999922376717e-004, + 9.0000000000000006e-005, + 4.0000000000000003e-005, + 1.0000000000000001e-005, + -4.0000000000000003e-005, + -3.0000000000000001e-005, + -8.0000000000000007e-005, + -4.0000000000000003e-005, + -6.0000000000000002e-005, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 3.0000000000000001e-005, + 3.0000000000000001e-005, + 3.0000000000000001e-005, + 2.0000000000000002e-005, + 2.0000000000000002e-005 +} }; + +constexpr array g_MAIN_S2_DE405 +{ { + 1.8461240380000967e+004, + -6.2964776186139018e+000, + 5.9197463551783173e-003, + -2.3599037212003134e-003, + 2.7986414518273106e+000, + 9.9969366315481682e+002, + 1.0101671561153941e+003, + -1.0193852447752909e+000, + 1.5599368152025683e-003, + -4.3998238235564216e-004, + -1.3034701506935700e-001, + 3.1759670828363294e+001, + 6.1911950259640307e+001, + -1.1786732060032996e-001, + 2.5998925652882658e-004, + 3.0000000000000001e-005, + -1.4599682240705745e-003, + 1.5813035766718755e+000, + 3.9840544801889850e+000, + -1.1809750513357475e-002, + 4.0000000000000003e-005, + -6.0000000000000002e-005, + 9.1569768780338345e-002, + 2.6324939411177511e-001, + -1.0899798302964248e-003, + 5.6599937867737541e-003, + 1.7679988271116290e-002, + -1.0000000000000001e-004, + 3.6000345769117371e-004, + 1.1999996296023475e-003, + 2.0000000000000002e-005, + 8.0000864422793429e-005, + -4.0000000000000003e-005, + -1.0000000000000001e-005, + -5.2998204644754570e-004, + -1.4000086442279340e-004, + 3.0000000000000001e-005, + -6.4597471744927944e-003, + -1.8599291354046150e-003, + 2.2999085980767006e-004, + -7.4786973296373349e-002, + -2.3649035208117827e-002, + 2.0000000000000002e-005, + 1.5399112744515736e-003, + -7.9318663729777539e-001, + -3.0127728711866791e-001, + 1.9098821237779097e-003, + -1.0000000000000001e-005, + 6.7895864296686854e-003, + -6.7314362866293180e+000, + -5.6323537756655035e+000, + -9.1094394883815977e-003, + 1.0000519362625620e-004, + -4.8396143488170438e+000, + -6.4600721505279193e+000, + 1.1569282182361574e-002, + -2.0000000000000002e-005, + -7.0295716955030710e-003, + -5.0759179342248535e+000, + -5.3112784145560363e+000, + 6.6795917022311434e-003, + -1.0000000000000001e-005, + 1.4099204142268746e-003, + -3.1290679453673831e-001, + -6.3881314193420591e-001, + 1.3499204150609330e-003, + 3.0000000000000001e-005, + -2.4189016390142579e-002, + -6.1757501429886931e-002, + 1.9999085980767006e-004, + -1.9099291349875857e-003, + -5.4797856752831116e-003, + 2.0000000000000002e-005, + -1.5000086442279340e-004, + -4.5998118244178145e-004, + -1.0000000000000001e-005, + -4.0000000000000003e-005, + -1.0000000000000001e-005, + -1.5998859378852455e-004, + -4.0000000000000003e-005, + -1.6898695941853505e-003, + -4.8996191165055552e-004, + 3.0000000000000001e-005, + -1.5708764255911896e-002, + -5.3595781915790472e-003, + 4.0000000000000003e-005, + 9.9993864682865568e-005, + -1.1334089519200992e-001, + -9.5102356472747202e-002, + -8.9993864682865569e-005, + -1.3998772936573111e-004, + -1.8008571587748830e-002, + -5.7285376796267398e-002, + 1.5998386006774219e-004, + -6.9999999999999994e-005, + -6.1865021262157795e-002, + -5.5035578507142892e-002, + 6.9999999999999994e-005, + 1.0000000000000001e-005, + -2.8397768268233711e-003, + -5.2795834649755633e-003, + 1.0000000000000001e-005, + -1.5998772936573114e-004, + -3.6997718757704907e-004, + -2.0000000000000002e-005, + -4.0000000000000003e-005, + -1.0000000000000001e-005, + -3.2996405210295761e-004, + -1.0998772936573112e-004, + -2.1597448309137817e-003, + -1.8997785123746494e-003, + 6.5991863301108811e-004, + -3.0996319143342663e-004, + -1.0898774183899964e-003, + -8.2990196007556318e-004, + -4.0000000000000003e-005, + -7.9993864682865570e-005, + -3.9993864682865560e-005, + -4.0000000000000003e-005, + 4.0000000000000003e-005, + 1.0000000000000001e-005, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + 2.9999999990440909e-005, + 1.0998772932749475e-004, + 1.1998772931793565e-004, + -2.0000000000000002e-005, + 6.9999999971322711e-005, + -2.9999999990440909e-005, + 6.3994791234875165e-004, + -1.0000000000000001e-005, + 2.0398334043096023e-003, + 2.1398211344711548e-003, + -5.9995404726797500e-004, + 4.9999999980881818e-005, + -5.9999999971322719e-005, + -2.9999999990440909e-005, + 2.9999999990440909e-005, + 1.7999472903874533e-004, + -3.9999999990440911e-005, + 9.5995890683870267e-004, + -1.3699436299252053e-003, + -2.9999999990440909e-005, + 1.0309547898187386e-002, + 7.9995771355591250e-004, + -5.1996998596344794e-004, + -1.3459392383327749e-002, + -1.8289191222779496e-002, + 5.9999999980881817e-005, + -7.9999999971322724e-005, + -2.0119122466600518e-002, + -8.4496359940365653e-003, + 2.0000000000000002e-005, + -1.7499283538553252e-003, + -1.4599383573245114e-003, + -1.4999999994264542e-004, + -1.7999472903874533e-004, + -1.0000000000000001e-005, + -2.0000000000000002e-005, + -1.1000086438455706e-004, + -3.9999999990440911e-005, + -1.2199961697937801e-003, + -4.3000259310587563e-004, + -1.2549955154032127e-002, + -5.3699786296829404e-003, + 2.0000000000000002e-005, + -2.4999226130843115e-004, + -1.0963943437153734e-001, + -7.8459564051565581e-002, + -1.9999613062553833e-004, + -3.6899093154652046e-003, + -4.2988728107179575e-001, + 1.3927888402397687e-001, + 2.3399415459683273e-003, + 2.9999999990440909e-005, + -3.2259168071847082e-002, + -4.8057402037493979e+000, + -5.3683961612559834e+000, + 6.4498353403772933e-003, + -1.0000000000000001e-005, + 1.0000000000000001e-005, + -1.8999613105212656e-004, + -5.8892589129933504e-001, + -6.6740564496553167e-001, + 1.4199677678096423e-003, + -3.6359802389319490e-002, + -6.3829692974737604e-002, + 2.0999613062553833e-004, + -2.4699927536774319e-003, + -5.5299794944654096e-003, + 2.0000000000000002e-005, + -1.7000086435587977e-004, + -4.5000259309631654e-004, + -1.0000000000000001e-005, + -3.9999999990440911e-005, + 1.0000000000000001e-005, + 1.6999472903874533e-004, + 6.9999999971322711e-005, + 1.8599256770251867e-003, + 9.2995977127105522e-004, + -1.0000000000000001e-005, + 1.5969326570793512e-002, + 1.6799286013602480e-002, + 5.9999999971322719e-005, + 6.9999999971322711e-005, + 6.3497693454486765e-003, + -5.5897523214725221e-002, + -2.0998999530840389e-004, + 7.9994997662805132e-004, + 8.0422378961740737e-001, + 8.0259387492275991e-001, + -8.2994610732050320e-004, + -2.0998999572543304e-004, + 3.4648501149383414e-002, + 1.0175558259351709e-001, + -1.9998999530840389e-004, + 1.0000000000000001e-005, + 3.1698667157862757e-003, + 1.0159573464138262e-002, + -2.9999999990440909e-005, + 2.6998945810616790e-004, + 9.2995977127105522e-004, + 2.0000000000000002e-005, + 7.9999999971322724e-005, + 2.9999999990440909e-005, + 1.0000000000000001e-005, + 1.6998772930837657e-004, + 1.5998772930837657e-004, + -7.9993864654188287e-005, + -3.8996932243688307e-004, + -1.6998618145833678e-003, + -2.0398372731905618e-003, + -2.1998159396256485e-004, + -7.1993790728792190e-004, + -2.9999999990440909e-005, + -1.1999386463507010e-004, + -1.0000000000000001e-005, + -2.9999999990440909e-005, + -2.9999999990440909e-005, + 1.0000000000000001e-005, + 1.0000000000000001e-005, + 3.9993864682865560e-005, + 2.0000000000000002e-005, + 3.0000000000000001e-005, + 3.0995705278005889e-004, + 3.3995091746292448e-004, + 1.1798166019751813e-003, + 6.1990409969390700e-004, + 7.9987729365731119e-005, + 9.9987729365731118e-005, + 1.0000000000000001e-005, + 5.9993864682865558e-005, + 7.6990895939846185e-004, + -5.0000000000000002e-005, + 9.1389311067919324e-003, + 1.0418780115449460e-002, + -2.0000000000000002e-005, + 7.9993864682865570e-005, + 3.6465675780352910e-002, + 1.6028102763916620e-002, + -2.0000000000000002e-005, + -3.0000000000000001e-005, + 2.3997211540680375e-003, + 2.5596988771505289e-003, + 2.0997545873146224e-004, + 3.0996405210295761e-004, + 2.0000000000000002e-005, + 3.0000000000000001e-005, + 1.1998772936573112e-004, + 2.0000000000000002e-005, + 1.7798643241250674e-003, + 2.9997718757704904e-004, + 2.2848199449214169e-002, + -1.9198494614735061e-003, + -8.9993864682865569e-005, + 2.3997385545261880e-004, + 2.6862839528785964e-001, + 3.1471470039065103e-001, + -4.4995771552036097e-004, + 2.7297278859196752e-003, + 1.0857809772361875e+000, + 3.8349873586206878e-001, + -4.3995771510333184e-004, + -7.1992629924458047e-004, + 6.9144454997641505e-002, + 5.8475324967037876e-002, + -1.0999386468286557e-004, + -3.0000000000000001e-005, + 5.5495667836994549e-003, + 6.7694683279979108e-003, + -2.0000000000000002e-005, + 4.5996578094854450e-004, + 6.9994663530703279e-004, + 4.0000000000000003e-005, + 6.9999999999999994e-005, + 2.0000000000000002e-005, + 2.8999032263411138e-004, + 6.0000000000000002e-005, + 4.1598377235713664e-003, + 7.9996677135511047e-004, + -4.0000000000000003e-005, + 5.5017765706985064e-002, + 9.3496192475408194e-003, + 6.9999999999999994e-005, + 3.2998085560957582e-004, + 6.5022258058474314e-001, + -6.2077378299581383e-002, + -2.6698408305388952e-003, + -1.0000000000000001e-005, + 1.0339367321461741e-002, + 7.4345550611201423e+000, + 8.8681426530612608e+000, + -1.1769285589814833e-002, + 2.0000000000000002e-005, + -9.0000000000000006e-005, + 8.8144472523691508e-002, + 2.9576600674946288e+001, + 7.9585542335066863e+000, + -9.4394221534410804e-003, + 2.0000000000000002e-005, + -3.0000000000000001e-005, + -1.6688979891507517e-002, + 1.7659831748780288e+000, + 1.1346109846345061e+000, + -2.2398673850249746e-003, + -6.0996170996806417e-004, + 1.2896461667223055e-001, + 1.2386484072228615e-001, + -3.5998171919831098e-004, + -6.0000000000000002e-005, + 9.8496042942762367e-003, + 1.2109518146664864e-002, + -5.0000000000000002e-005, + 7.5996677052105218e-004, + 1.1099562278983118e-003, + 6.0000000000000002e-005, + 1.0000000000000001e-004, + 6.9999999999999994e-005, + 2.0000000000000002e-005, + 9.2000090479789809e-004, + 2.0000172884558686e-004, + -3.0000000000000001e-005, + 1.1269992293506328e-002, + 2.2999988051376299e-003, + -1.4000086442279340e-004, + 1.3380969738450180e-001, + 2.4959940627996887e-002, + -2.0000000000000002e-005, + 2.2999613153606939e-004, + 1.5156341196347716e+000, + 2.5407897826836789e-001, + 2.3199493266433456e-003, + 2.0000000000000002e-005, + -5.0000000000000002e-005, + 2.0449530411600761e-002, + 1.5566265411600057e+001, + -1.6244211504417858e+000, + -6.5608499340100476e-002, + 1.1999613070201107e-004, + -4.5998065351005534e-004, + 3.2906197559064598e-001, + 1.6657411651352464e+002, + 1.9948376111198255e+002, + -2.4483409732634209e-001, + 3.7998452280804429e-004, + -2.2099032667162182e-003, + 2.1863132930572471e+000, + 6.2365248530516499e+002, + 1.1726069661889859e+002, + -1.4452645931932776e-001, + 2.5998839210603319e-004, + -7.4996991003888199e-004, + -2.9115289842970743e-001, + 3.3357202973080071e+001, + 1.5121554333970961e+001, + -3.0379291843547283e-002, + 6.9999999999999994e-005, + 8.0000000000000007e-005, + -9.9497680019529668e-003, + 2.1461691617920584e+000, + 1.5197527715089005e+000, + -4.5099012045118504e-003, + 1.0000000000000001e-005, + -9.2998110632603356e-004, + 1.4641951872491479e-001, + 1.3794956422367508e-001, + -5.5998711524236618e-004, + -8.0000000000000007e-005, + 1.0269980564904076e-002, + 1.1859978046964528e-002, + -6.0000000000000002e-005, + 7.2999831194654687e-004, + 9.9000003995807525e-004, + 5.0000000000000002e-005, + 8.0000000000000007e-005, + 3.0000000000000001e-005, + 2.7999032180005306e-004, + 5.0000000000000002e-005, + 2.4699041754397662e-003, + 3.3999032138302396e-004, + -2.0000000000000002e-005, + 1.8179263590004310e-002, + 1.6199348116503337e-003, + -1.4999999999999999e-004, + 7.9126692560293324e-002, + 5.4287721206722483e-002, + 1.6999613195309854e-004, + -3.4197934884254719e-003, + -7.9101527986961184e-001, + -1.3178223087945187e+000, + 1.9198856695799263e-003, + 5.0000000000000002e-005, + -5.4566580553490514e-002, + -1.2094151282860921e+001, + -1.2642739063331361e+000, + 1.7698886715359177e-003, + 2.0000000000000002e-005, + 4.6497160418536602e-003, + -8.2271407280647579e-001, + -2.3700982081636493e-001, + 5.1997171416615833e-004, + 2.0998999538487663e-004, + -6.2827365240563343e-002, + -3.1418700507997430e-002, + 1.0000000000000001e-004, + 2.0000000000000002e-005, + -4.9597975766249259e-003, + -3.5498583509965191e-003, + 2.0000000000000002e-005, + -3.9999032221708225e-004, + -3.6999032180005308e-004, + -3.0000000000000001e-005, + -4.0000000000000003e-005, + -6.9999999999999994e-005, + -1.0000000000000001e-005, + -1.0199238228840819e-003, + -3.0000000000000001e-005, + -4.0000000000000003e-005, + -1.2619004970617135e-002, + -5.0396057314673432e-003, + 4.0000000000000003e-005, + -4.5995157936916826e-004, + -1.0534151676616779e-001, + -1.1329088055547008e-001, + 1.1999386468286557e-004, + -1.0299014307268081e-003, + -1.3413898665326490e-001, + -1.4818829888765634e-002, + 3.0000000000000001e-005, + -6.0000000000000002e-005, + -6.1695030505202874e-003, + -1.4498910050119490e-003, + -2.4998245847139008e-004, + -8.9993864682865569e-005, + -5.9993864682865558e-005, + -2.0000000000000002e-005, + -8.9987729365731119e-005, + -5.0000000000000002e-005, + 3.6995705236302973e-004, + 4.0000000000000003e-005, + 5.9993864682865558e-005, + -3.9999999980881819e-005, + -2.9999999990440909e-005, + -5.9999999980881817e-005, + -1.0000000000000001e-005, + -1.3998772930837655e-004, + -1.5998772930837657e-004, + -1.0099203648201035e-003, + -6.2994791109766417e-004, + -3.9999999980881819e-005, + -1.3098902244592227e-003, + 7.9999999971322724e-005, + -1.3998772930837655e-004, + -1.0000000000000001e-005, + -1.0000000000000001e-005, + -2.1999472902918624e-004, + -2.8198811240780107e-003, + -3.2898605775021415e-003, + -8.9999999961763637e-005, + -2.1039078775602640e-002, + -1.3559414141111606e-002, + 2.0000000000000002e-005, + -7.5994997622058126e-004, + -2.5718835140798816e-002, + -4.1999636551716586e-004, + 1.0000000000000001e-005, + -2.7498838000645318e-003, + -2.9998945601146298e-004, + -2.6998859327590445e-004, + -6.9999999971322711e-005, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + -1.6000086436543886e-004, + -2.9999999990440909e-005, + -2.8699906122380261e-003, + 1.4999999994264542e-004, + 1.0000000000000001e-005, + -7.9999999971322724e-005, + -3.9409787796614117e-002, + -4.8519742795838566e-002, + 1.5999613064465650e-004, + -1.2799669042687029e-003, + -3.0516793001571274e-001, + -2.0592872468806117e-001, + 3.7999226042657739e-004, + -1.0089736878568208e-002, + -3.5182706645119044e-001, + -2.8399990057422268e-002, + 1.5999613064465650e-004, + 2.0000000000000002e-005, + -3.6109762019961189e-002, + -6.5799908815186497e-003, + 3.9999999980881819e-005, + -3.2199841462111555e-003, + -1.0799974442030674e-003, + -2.7000172832340763e-004, + -1.3999999995220451e-004, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + -6.9999999971322711e-005, + -1.0000000000000001e-005, + -4.3998332189762061e-004, + 3.9999999990440911e-005, + -1.5199383564713349e-003, + -2.6098863929636786e-003, + 2.9999999990440909e-005, + 1.3209424696369491e-002, + 2.0829098791581825e-002, + -4.9999999980881818e-005, + 3.0997999065504410e-004, + 3.4358452062718502e-002, + 1.3509405503575257e-002, + -2.9999999990440909e-005, + 4.2598195678548072e-003, + 2.5798946704204497e-003, + 4.3998332273167891e-004, + 3.4998945766046149e-004, + 3.9999999980881819e-005, + 3.9999999980881819e-005, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + -4.9999999980881818e-005, + -9.9993864644629200e-005, + -5.5995318327176980e-004, + -1.5998772930837657e-004, + -8.9993864654188286e-005, + -3.9999999980881819e-005, + -1.0000000000000001e-005, + 1.0004406442870324e-005, + 1.1406618945528380e-008, + -1.0000000000000001e-005, + 3.0000000000000001e-005, + 6.9987729365731107e-005, + 6.9987729365731107e-005, + 7.9987729365731119e-005, + 3.9993864682865560e-005, + 1.0000000000000001e-005, + 1.2998772936573112e-004, + 5.8993036980803165e-004, + 1.6498030536431872e-003, + 1.3398437348439828e-003, + 1.0000000000000001e-005, + 1.6098065952749124e-003, + 7.9990722930178761e-004, + 2.3997545831443308e-004, + 1.6998159363156755e-004, + 3.0000000000000001e-005, + 3.0000000000000001e-005, + -3.0000000000000001e-005, + -6.0000000000000002e-005, + 1.0999386468286557e-004, + -2.0000000000000002e-005, + 2.8297768230701090e-003, + 1.2299032515509782e-002, + -4.0000000000000003e-005, + -5.0000000000000002e-005, + 3.4617218176446002e-002, + 2.3798095993400669e-002, + -5.0000000000000002e-005, + 2.8996772013548436e-004, + 2.8987641176711373e-002, + 1.2698980216260428e-002, + -3.0000000000000001e-005, + -4.0000000000000003e-005, + 4.1696670459316987e-003, + 2.5497996329908851e-003, + 4.6996104639370379e-004, + 3.6997718632596162e-004, + 5.0000000000000002e-005, + 5.0000000000000002e-005, + -1.0000000000000001e-005, + -9.0000000000000006e-005, + -5.7998118160772314e-004, + 2.0000000000000002e-005, + -5.0000000000000002e-005, + -8.9996590568122952e-004, + 1.9099256735431499e-003, + -1.1000000000000000e-004, + -3.2998085477551752e-004, + 5.2507790558040605e-002, + 2.1375102827470732e-001, + -5.9996170955103499e-004, + -6.4996084429418328e-004, + 5.9577403047192357e-001, + 3.3880542107838019e-001, + -7.4995783941898776e-004, + -1.0000000000000001e-005, + 5.3396643697027181e-003, + 4.1494151556630332e-001, + 1.5790314283804993e-001, + -3.6997998993569493e-004, + -6.1996084512824161e-004, + 5.6857563054754201e-002, + 3.0088730588867105e-002, + -9.0000000000000006e-005, + -1.0000000000000001e-004, + 6.1397442904511292e-003, + 4.2098290710028494e-003, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + 5.9997504587355950e-004, + 4.9998031676790056e-004, + 6.0000000000000002e-005, + 5.0000000000000002e-005, + -2.0000000000000002e-005, + -1.5000172884558683e-004, + -1.0000000000000001e-005, + -1.1599978986716148e-003, + -6.9999999999999994e-005, + -6.7999851699930202e-003, + 2.9000172884558682e-004, + 3.0000000000000001e-005, + -6.5998797966515966e-004, + -7.7099705155976653e-003, + 2.1739908684458877e-002, + -1.2699712256095371e-003, + -3.8999114943329871e-003, + 6.3370660627406994e-001, + 2.4138773681885621e+000, + -6.3198582256228071e-003, + 1.0000000000000001e-005, + -4.0000000000000003e-005, + -5.5398654660233524e-003, + 6.5795750374310860e+000, + 2.9984814622084768e+000, + -6.6398461619936585e-003, + 2.0000000000000002e-005, + -1.2999613070201104e-004, + 6.2568393649412357e-002, + 3.6744619522344233e+000, + 1.1918723424246769e+000, + -2.8799333924651202e-003, + -5.5198624690717107e-003, + 4.7337716127890950e-001, + 2.1258889463466799e-001, + -6.7998711440830798e-004, + -8.9997937664638831e-004, + 4.8339796122932280e-002, + 2.8279898471952968e-002, + -1.2000000000000000e-004, + -1.0000000000000001e-004, + 4.4899885073929387e-003, + 3.2299910602862142e-003, + -2.0000000000000002e-005, + 4.0000259243432197e-004, + 3.4000259243432198e-004, + 3.0000000000000001e-005, + 3.0000000000000001e-005, + -1.0000000000000001e-005, + -1.0000000000000001e-005, + -1.0000000000000001e-005, + 6.2997418061670784e-004, + 1.9199256706239458e-003, + 3.0000000000000001e-005, + -2.0299139688574517e-003, + -2.9568742050766070e-002, + 9.0000000000000006e-005, + -1.4999999958297084e-004, + -1.7190245191781614e-001, + -5.0967800232571393e-002, + 1.2000000000000000e-004, + -3.0398121745785389e-003, + -1.1307496152169749e-001, + -2.5488897251826612e-002, + 6.9999999999999994e-005, + 1.1000000000000000e-004, + -1.6919273441755853e-002, + -5.5797675136468380e-003, + 2.0000000000000002e-005, + 3.0000000000000001e-005, + -1.9599178102144865e-003, + -8.7996504042437784e-004, + -1.9999472868862983e-004, + -1.2000000000000000e-004, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + -3.0000000000000001e-005, + -1.9998859337149540e-004, + 1.0000000000000001e-005, + -1.1399098217361094e-003, + -2.7697829563020976e-003, + 5.0000000000000002e-005, + -4.3796530447837269e-003, + -1.7898599982578381e-003, + -5.5995491107656932e-004, + -2.4998245763733178e-004, + -1.0000000000000001e-005, + -2.0000000000000002e-005, + 2.0000000000000002e-005, + 7.9987729365731119e-005, + 2.0000000000000002e-005, + 2.0000000000000002e-005, + -3.9999999980881819e-005, + -3.9999999980881819e-005, + -9.9993864644629200e-005, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + -3.9999999990440911e-005, + -1.3999999995220451e-004, + -5.6997945255183615e-004, + -6.0997331638152524e-004, + -1.0000000000000001e-005, + -1.2699418994401792e-003, + -2.8998859243228707e-004, + -4.9999999980881818e-005, + -3.1998772799993457e-004, + -5.9999999980881817e-005, + -1.0000000000000001e-005, + -3.3000172830428945e-004, + -1.2399944405216048e-003, + -5.0499738511240021e-003, + -5.1899747121532079e-003, + 2.0000000000000002e-005, + -1.0999999996176364e-004, + -1.0489932263047170e-002, + -2.4499884236494698e-003, + 1.0000000000000001e-005, + -4.0998839153605853e-004, + -2.5399828263017159e-003, + -2.7000259108764355e-004, + -2.9999999990440909e-005, + -4.4999785813400585e-004, + -5.9999999563852654e-005, + -5.9999999980881817e-005, + -1.0000000000000001e-005, + -1.0000000000000001e-005, + -4.9999999980881818e-005, + 1.3999999994264542e-004, + 4.0998945764134326e-004, + 9.6995717631544024e-004, + 5.2997858772157265e-004, + 3.0000000000000001e-005, + 5.0997772372536750e-004, + 2.2999386417980457e-004, + 9.9999999961763637e-005, + 4.9999999980881818e-005, + 1.0000000000000001e-005, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + 2.0000000000000002e-005, + 5.0000000000000002e-005, + 5.9993864682865558e-005, + 9.9987729365731118e-005, + 5.9993864682865558e-005, + 5.0000000000000002e-005, + 3.0000000000000001e-005, + 1.0000000000000001e-005, + 6.9999999999999994e-005, + 3.2997718674299077e-004, + 8.7993349941591222e-004, + 8.6993436342167648e-004, + 1.0000000000000001e-005, + 1.3698928165469999e-003, + 7.7993876989322403e-004, + 6.6994791050258322e-004, + 3.1997545748037483e-004, + 1.2998772936573112e-004, + 6.9999999999999994e-005, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 9.0000000000000006e-005, + 8.8996590484717120e-004, + 4.1498316651052873e-003, + -2.0000000000000002e-005, + 1.0909542893541542e-002, + 9.3896118576569775e-003, + -3.0000000000000001e-005, + 1.3999999999999999e-004, + 1.4859362620021506e-002, + 7.5696827235034493e-003, + -3.0000000000000001e-005, + 1.0000000000000001e-004, + 6.5197169059330613e-003, + 2.8798802536172223e-003, + -1.0000000000000001e-005, + 1.2199488988240033e-003, + 6.2997418019967869e-004, + 1.6999386426583643e-004, + 1.0000000000000001e-004, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 1.4000086442279340e-004, + 7.1999658143284348e-004, + -2.0000000000000002e-005, + 7.0199747919151498e-003, + 3.1179884630220266e-002, + -1.3999999999999999e-004, + 6.9999999999999994e-005, + 8.0959591085278074e-002, + 5.9629735618255422e-002, + -2.0999613028498191e-004, + 1.0699746420915477e-003, + 9.4029434978090118e-002, + 4.2169792332154843e-002, + -1.3999999958297084e-004, + 5.9998452113992756e-004, + 3.6739771859050800e-002, + 1.4649926765324298e-002, + -5.0000000000000002e-005, + -5.0000000000000002e-005, + 6.5399648279462685e-003, + 3.0499880112826523e-003, + -1.0000000000000001e-005, + -2.0000000000000002e-005, + 8.7999571659302099e-004, + 4.7999872230227467e-004, + 1.0000000000000001e-004, + 6.0000000000000002e-005, + 1.0000000000000001e-005, + 3.0000000000000001e-005, + -3.0000000000000001e-005, + -5.3998031801898801e-004, + -2.5598925309239574e-003, + -1.3699444940205722e-003, + -6.9999999999999994e-005, + -3.4998471114150585e-003, + -1.1599527689560507e-003, + -4.0000000000000003e-005, + -1.5299357633499118e-003, + -4.6998332122606684e-004, + -3.0998772853167283e-004, + -1.1000000000000000e-004, + -5.0000000000000002e-005, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + -5.0000000000000002e-005, + -8.9993864682865569e-005, + -6.0000000000000002e-005, + -5.0000000000000002e-005, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + -2.0000000000000002e-005, + -3.9999999980881819e-005, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + -3.0000000000000001e-005, + -8.9999999971322723e-005, + -1.0999999996176364e-004, + -2.3999999907990986e-004, + -9.9999999961763637e-005, + -1.0000000000000001e-005, + -1.2999999953517536e-004, + -2.9999999990440909e-005, + -2.9999999990440909e-005, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 2.0000000000000002e-005, + 4.0000000000000003e-005, + 3.0000000000000001e-005, + 4.0000000000000003e-005, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 6.9999999999999994e-005, + 1.8999472868862983e-004, + 2.1999472827160065e-004, + 3.7998945696023052e-004, + 2.4999472827160070e-004, + 2.8998772811464368e-004, + 1.4999999916594166e-004, + 1.0999999958297084e-004, + 5.0000000000000002e-005, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 9.0000000000000006e-005, + 4.2000259201729282e-004, + 1.0699974446045494e-003, + 1.0799974441875202e-003, + 2.0000000000000002e-005, + 1.8899914319349543e-003, + 1.1099965789306686e-003, + 2.0000000000000002e-005, + 1.2999918447928571e-003, + 5.9999872146821636e-004, + 4.5000086275467677e-004, + 1.9999999916594168e-004, + 9.0000000000000006e-005, + 4.0000000000000003e-005, + 1.0000000000000001e-005, + -4.0000000000000003e-005, + -3.0000000000000001e-005, + -8.0000000000000007e-005, + -4.0000000000000003e-005, + -6.0000000000000002e-005, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 3.0000000000000001e-005, + 3.0000000000000001e-005, + 3.0000000000000001e-005, + 2.0000000000000002e-005, + 2.0000000000000002e-005 +} }; + +constexpr array g_MAIN_S2_DE406 +{ { + 1.8461240380000967e+004, + -6.2964776186139018e+000, + 5.9197463551783173e-003, + -2.3599037212003134e-003, + 2.7986414518273106e+000, + 9.9969366315481682e+002, + 1.0101671561153941e+003, + -1.0193852447752909e+000, + 1.5599368152025683e-003, + -4.3998238235564216e-004, + -1.3034701506935700e-001, + 3.1759670828363294e+001, + 6.1911950259640307e+001, + -1.1786732060032996e-001, + 2.5998925652882658e-004, + 3.0000000000000001e-005, + -1.4599682240705745e-003, + 1.5813035766718755e+000, + 3.9840544801889850e+000, + -1.1809750513357475e-002, + 4.0000000000000003e-005, + -6.0000000000000002e-005, + 9.1569768780338345e-002, + 2.6324939411177511e-001, + -1.0899798302964248e-003, + 5.6599937867737541e-003, + 1.7679988271116290e-002, + -1.0000000000000001e-004, + 3.6000345769117371e-004, + 1.1999996296023475e-003, + 2.0000000000000002e-005, + 8.0000864422793429e-005, + -4.0000000000000003e-005, + -1.0000000000000001e-005, + -5.2998204644754570e-004, + -1.4000086442279340e-004, + 3.0000000000000001e-005, + -6.4597471744927944e-003, + -1.8599291354046150e-003, + 2.2999085980767006e-004, + -7.4786973296373349e-002, + -2.3649035208117827e-002, + 2.0000000000000002e-005, + 1.5399112744515736e-003, + -7.9318663729777539e-001, + -3.0127728711866791e-001, + 1.9098821237779097e-003, + -1.0000000000000001e-005, + 6.7895864296686854e-003, + -6.7314362866293180e+000, + -5.6323537756655035e+000, + -9.1094394883815977e-003, + 1.0000519362625620e-004, + -4.8396143488170438e+000, + -6.4600721505279193e+000, + 1.1569282182361574e-002, + -2.0000000000000002e-005, + -7.0295716955030710e-003, + -5.0759179342248535e+000, + -5.3112784145560363e+000, + 6.6795917022311434e-003, + -1.0000000000000001e-005, + 1.4099204142268746e-003, + -3.1290679453673831e-001, + -6.3881314193420591e-001, + 1.3499204150609330e-003, + 3.0000000000000001e-005, + -2.4189016390142579e-002, + -6.1757501429886931e-002, + 1.9999085980767006e-004, + -1.9099291349875857e-003, + -5.4797856752831116e-003, + 2.0000000000000002e-005, + -1.5000086442279340e-004, + -4.5998118244178145e-004, + -1.0000000000000001e-005, + -4.0000000000000003e-005, + -1.0000000000000001e-005, + -1.5998859378852455e-004, + -4.0000000000000003e-005, + -1.6898695941853505e-003, + -4.8996191165055552e-004, + 3.0000000000000001e-005, + -1.5708764255911896e-002, + -5.3595781915790472e-003, + 4.0000000000000003e-005, + 9.9993864682865568e-005, + -1.1334089519200992e-001, + -9.5102356472747202e-002, + -8.9993864682865569e-005, + -1.3998772936573111e-004, + -1.8008571587748830e-002, + -5.7285376796267398e-002, + 1.5998386006774219e-004, + -6.9999999999999994e-005, + -6.1865021262157795e-002, + -5.5035578507142892e-002, + 6.9999999999999994e-005, + 1.0000000000000001e-005, + -2.8397768268233711e-003, + -5.2795834649755633e-003, + 1.0000000000000001e-005, + -1.5998772936573114e-004, + -3.6997718757704907e-004, + -2.0000000000000002e-005, + -4.0000000000000003e-005, + -1.0000000000000001e-005, + -3.2996405210295761e-004, + -1.0998772936573112e-004, + -2.1597448309137817e-003, + -1.8997785123746494e-003, + 6.5991863301108811e-004, + -3.0996319143342663e-004, + -1.0898774183899964e-003, + -8.2990196007556318e-004, + -4.0000000000000003e-005, + -7.9993864682865570e-005, + -3.9993864682865560e-005, + -4.0000000000000003e-005, + 4.0000000000000003e-005, + 1.0000000000000001e-005, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + 2.9999999990440909e-005, + 1.0998772932749475e-004, + 1.1998772931793565e-004, + -2.0000000000000002e-005, + 6.9999999971322711e-005, + -2.9999999990440909e-005, + 6.3994791234875165e-004, + -1.0000000000000001e-005, + 2.0398334043096023e-003, + 2.1398211344711548e-003, + -5.9995404726797500e-004, + 4.9999999980881818e-005, + -5.9999999971322719e-005, + -2.9999999990440909e-005, + 2.9999999990440909e-005, + 1.7999472903874533e-004, + -3.9999999990440911e-005, + 9.5995890683870267e-004, + -1.3699436299252053e-003, + -2.9999999990440909e-005, + 1.0309547898187386e-002, + 7.9995771355591250e-004, + -5.1996998596344794e-004, + -1.3459392383327749e-002, + -1.8289191222779496e-002, + 5.9999999980881817e-005, + -7.9999999971322724e-005, + -2.0119122466600518e-002, + -8.4496359940365653e-003, + 2.0000000000000002e-005, + -1.7499283538553252e-003, + -1.4599383573245114e-003, + -1.4999999994264542e-004, + -1.7999472903874533e-004, + -1.0000000000000001e-005, + -2.0000000000000002e-005, + -1.1000086438455706e-004, + -3.9999999990440911e-005, + -1.2199961697937801e-003, + -4.3000259310587563e-004, + -1.2549955154032127e-002, + -5.3699786296829404e-003, + 2.0000000000000002e-005, + -2.4999226130843115e-004, + -1.0963943437153734e-001, + -7.8459564051565581e-002, + -1.9999613062553833e-004, + -3.6899093154652046e-003, + -4.2988728107179575e-001, + 1.3927888402397687e-001, + 2.3399415459683273e-003, + 2.9999999990440909e-005, + -3.2259168071847082e-002, + -4.8057402037493979e+000, + -5.3683961612559834e+000, + 6.4498353403772933e-003, + -1.0000000000000001e-005, + 1.0000000000000001e-005, + -1.8999613105212656e-004, + -5.8892589129933504e-001, + -6.6740564496553167e-001, + 1.4199677678096423e-003, + -3.6359802389319490e-002, + -6.3829692974737604e-002, + 2.0999613062553833e-004, + -2.4699927536774319e-003, + -5.5299794944654096e-003, + 2.0000000000000002e-005, + -1.7000086435587977e-004, + -4.5000259309631654e-004, + -1.0000000000000001e-005, + -3.9999999990440911e-005, + 1.0000000000000001e-005, + 1.6999472903874533e-004, + 6.9999999971322711e-005, + 1.8599256770251867e-003, + 9.2995977127105522e-004, + -1.0000000000000001e-005, + 1.5969326570793512e-002, + 1.6799286013602480e-002, + 5.9999999971322719e-005, + 6.9999999971322711e-005, + 6.3497693454486765e-003, + -5.5897523214725221e-002, + -2.0998999530840389e-004, + 7.9994997662805132e-004, + 8.0422378961740737e-001, + 8.0259387492275991e-001, + -8.2994610732050320e-004, + -2.0998999572543304e-004, + 3.4648501149383414e-002, + 1.0175558259351709e-001, + -1.9998999530840389e-004, + 1.0000000000000001e-005, + 3.1698667157862757e-003, + 1.0159573464138262e-002, + -2.9999999990440909e-005, + 2.6998945810616790e-004, + 9.2995977127105522e-004, + 2.0000000000000002e-005, + 7.9999999971322724e-005, + 2.9999999990440909e-005, + 1.0000000000000001e-005, + 1.6998772930837657e-004, + 1.5998772930837657e-004, + -7.9993864654188287e-005, + -3.8996932243688307e-004, + -1.6998618145833678e-003, + -2.0398372731905618e-003, + -2.1998159396256485e-004, + -7.1993790728792190e-004, + -2.9999999990440909e-005, + -1.1999386463507010e-004, + -1.0000000000000001e-005, + -2.9999999990440909e-005, + -2.9999999990440909e-005, + 1.0000000000000001e-005, + 1.0000000000000001e-005, + 3.9993864682865560e-005, + 2.0000000000000002e-005, + 3.0000000000000001e-005, + 3.0995705278005889e-004, + 3.3995091746292448e-004, + 1.1798166019751813e-003, + 6.1990409969390700e-004, + 7.9987729365731119e-005, + 9.9987729365731118e-005, + 1.0000000000000001e-005, + 5.9993864682865558e-005, + 7.6990895939846185e-004, + -5.0000000000000002e-005, + 9.1389311067919324e-003, + 1.0418780115449460e-002, + -2.0000000000000002e-005, + 7.9993864682865570e-005, + 3.6465675780352910e-002, + 1.6028102763916620e-002, + -2.0000000000000002e-005, + -3.0000000000000001e-005, + 2.3997211540680375e-003, + 2.5596988771505289e-003, + 2.0997545873146224e-004, + 3.0996405210295761e-004, + 2.0000000000000002e-005, + 3.0000000000000001e-005, + 1.1998772936573112e-004, + 2.0000000000000002e-005, + 1.7798643241250674e-003, + 2.9997718757704904e-004, + 2.2848199449214169e-002, + -1.9198494614735061e-003, + -8.9993864682865569e-005, + 2.3997385545261880e-004, + 2.6862839528785964e-001, + 3.1471470039065103e-001, + -4.4995771552036097e-004, + 2.7297278859196752e-003, + 1.0857809772361875e+000, + 3.8349873586206878e-001, + -4.3995771510333184e-004, + -7.1992629924458047e-004, + 6.9144454997641505e-002, + 5.8475324967037876e-002, + -1.0999386468286557e-004, + -3.0000000000000001e-005, + 5.5495667836994549e-003, + 6.7694683279979108e-003, + -2.0000000000000002e-005, + 4.5996578094854450e-004, + 6.9994663530703279e-004, + 4.0000000000000003e-005, + 6.9999999999999994e-005, + 2.0000000000000002e-005, + 2.8999032263411138e-004, + 6.0000000000000002e-005, + 4.1598377235713664e-003, + 7.9996677135511047e-004, + -4.0000000000000003e-005, + 5.5017765706985064e-002, + 9.3496192475408194e-003, + 6.9999999999999994e-005, + 3.2998085560957582e-004, + 6.5022258058474314e-001, + -6.2077378299581383e-002, + -2.6698408305388952e-003, + -1.0000000000000001e-005, + 1.0339367321461741e-002, + 7.4345550611201423e+000, + 8.8681426530612608e+000, + -1.1769285589814833e-002, + 2.0000000000000002e-005, + -9.0000000000000006e-005, + 8.8144472523691508e-002, + 2.9576600674946288e+001, + 7.9585542335066863e+000, + -9.4394221534410804e-003, + 2.0000000000000002e-005, + -3.0000000000000001e-005, + -1.6688979891507517e-002, + 1.7659831748780288e+000, + 1.1346109846345061e+000, + -2.2398673850249746e-003, + -6.0996170996806417e-004, + 1.2896461667223055e-001, + 1.2386484072228615e-001, + -3.5998171919831098e-004, + -6.0000000000000002e-005, + 9.8496042942762367e-003, + 1.2109518146664864e-002, + -5.0000000000000002e-005, + 7.5996677052105218e-004, + 1.1099562278983118e-003, + 6.0000000000000002e-005, + 1.0000000000000001e-004, + 6.9999999999999994e-005, + 2.0000000000000002e-005, + 9.2000090479789809e-004, + 2.0000172884558686e-004, + -3.0000000000000001e-005, + 1.1269992293506328e-002, + 2.2999988051376299e-003, + -1.4000086442279340e-004, + 1.3380969738450180e-001, + 2.4959940627996887e-002, + -2.0000000000000002e-005, + 2.2999613153606939e-004, + 1.5156341196347716e+000, + 2.5407897826836789e-001, + 2.3199493266433456e-003, + 2.0000000000000002e-005, + -5.0000000000000002e-005, + 2.0449530411600761e-002, + 1.5566265411600057e+001, + -1.6244211504417858e+000, + -6.5608499340100476e-002, + 1.1999613070201107e-004, + -4.5998065351005534e-004, + 3.2906197559064598e-001, + 1.6657411651352464e+002, + 1.9948376111198255e+002, + -2.4483409732634209e-001, + 3.7998452280804429e-004, + -2.2099032667162182e-003, + 2.1863132930572471e+000, + 6.2365248530516499e+002, + 1.1726069661889859e+002, + -1.4452645931932776e-001, + 2.5998839210603319e-004, + -7.4996991003888199e-004, + -2.9115289842970743e-001, + 3.3357202973080071e+001, + 1.5121554333970961e+001, + -3.0379291843547283e-002, + 6.9999999999999994e-005, + 8.0000000000000007e-005, + -9.9497680019529668e-003, + 2.1461691617920584e+000, + 1.5197527715089005e+000, + -4.5099012045118504e-003, + 1.0000000000000001e-005, + -9.2998110632603356e-004, + 1.4641951872491479e-001, + 1.3794956422367508e-001, + -5.5998711524236618e-004, + -8.0000000000000007e-005, + 1.0269980564904076e-002, + 1.1859978046964528e-002, + -6.0000000000000002e-005, + 7.2999831194654687e-004, + 9.9000003995807525e-004, + 5.0000000000000002e-005, + 8.0000000000000007e-005, + 3.0000000000000001e-005, + 2.7999032180005306e-004, + 5.0000000000000002e-005, + 2.4699041754397662e-003, + 3.3999032138302396e-004, + -2.0000000000000002e-005, + 1.8179263590004310e-002, + 1.6199348116503337e-003, + -1.4999999999999999e-004, + 7.9126692560293324e-002, + 5.4287721206722483e-002, + 1.6999613195309854e-004, + -3.4197934884254719e-003, + -7.9101527986961184e-001, + -1.3178223087945187e+000, + 1.9198856695799263e-003, + 5.0000000000000002e-005, + -5.4566580553490514e-002, + -1.2094151282860921e+001, + -1.2642739063331361e+000, + 1.7698886715359177e-003, + 2.0000000000000002e-005, + 4.6497160418536602e-003, + -8.2271407280647579e-001, + -2.3700982081636493e-001, + 5.1997171416615833e-004, + 2.0998999538487663e-004, + -6.2827365240563343e-002, + -3.1418700507997430e-002, + 1.0000000000000001e-004, + 2.0000000000000002e-005, + -4.9597975766249259e-003, + -3.5498583509965191e-003, + 2.0000000000000002e-005, + -3.9999032221708225e-004, + -3.6999032180005308e-004, + -3.0000000000000001e-005, + -4.0000000000000003e-005, + -6.9999999999999994e-005, + -1.0000000000000001e-005, + -1.0199238228840819e-003, + -3.0000000000000001e-005, + -4.0000000000000003e-005, + -1.2619004970617135e-002, + -5.0396057314673432e-003, + 4.0000000000000003e-005, + -4.5995157936916826e-004, + -1.0534151676616779e-001, + -1.1329088055547008e-001, + 1.1999386468286557e-004, + -1.0299014307268081e-003, + -1.3413898665326490e-001, + -1.4818829888765634e-002, + 3.0000000000000001e-005, + -6.0000000000000002e-005, + -6.1695030505202874e-003, + -1.4498910050119490e-003, + -2.4998245847139008e-004, + -8.9993864682865569e-005, + -5.9993864682865558e-005, + -2.0000000000000002e-005, + -8.9987729365731119e-005, + -5.0000000000000002e-005, + 3.6995705236302973e-004, + 4.0000000000000003e-005, + 5.9993864682865558e-005, + -3.9999999980881819e-005, + -2.9999999990440909e-005, + -5.9999999980881817e-005, + -1.0000000000000001e-005, + -1.3998772930837655e-004, + -1.5998772930837657e-004, + -1.0099203648201035e-003, + -6.2994791109766417e-004, + -3.9999999980881819e-005, + -1.3098902244592227e-003, + 7.9999999971322724e-005, + -1.3998772930837655e-004, + -1.0000000000000001e-005, + -1.0000000000000001e-005, + -2.1999472902918624e-004, + -2.8198811240780107e-003, + -3.2898605775021415e-003, + -8.9999999961763637e-005, + -2.1039078775602640e-002, + -1.3559414141111606e-002, + 2.0000000000000002e-005, + -7.5994997622058126e-004, + -2.5718835140798816e-002, + -4.1999636551716586e-004, + 1.0000000000000001e-005, + -2.7498838000645318e-003, + -2.9998945601146298e-004, + -2.6998859327590445e-004, + -6.9999999971322711e-005, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + -1.6000086436543886e-004, + -2.9999999990440909e-005, + -2.8699906122380261e-003, + 1.4999999994264542e-004, + 1.0000000000000001e-005, + -7.9999999971322724e-005, + -3.9409787796614117e-002, + -4.8519742795838566e-002, + 1.5999613064465650e-004, + -1.2799669042687029e-003, + -3.0516793001571274e-001, + -2.0592872468806117e-001, + 3.7999226042657739e-004, + -1.0089736878568208e-002, + -3.5182706645119044e-001, + -2.8399990057422268e-002, + 1.5999613064465650e-004, + 2.0000000000000002e-005, + -3.6109762019961189e-002, + -6.5799908815186497e-003, + 3.9999999980881819e-005, + -3.2199841462111555e-003, + -1.0799974442030674e-003, + -2.7000172832340763e-004, + -1.3999999995220451e-004, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + -6.9999999971322711e-005, + -1.0000000000000001e-005, + -4.3998332189762061e-004, + 3.9999999990440911e-005, + -1.5199383564713349e-003, + -2.6098863929636786e-003, + 2.9999999990440909e-005, + 1.3209424696369491e-002, + 2.0829098791581825e-002, + -4.9999999980881818e-005, + 3.0997999065504410e-004, + 3.4358452062718502e-002, + 1.3509405503575257e-002, + -2.9999999990440909e-005, + 4.2598195678548072e-003, + 2.5798946704204497e-003, + 4.3998332273167891e-004, + 3.4998945766046149e-004, + 3.9999999980881819e-005, + 3.9999999980881819e-005, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + -4.9999999980881818e-005, + -9.9993864644629200e-005, + -5.5995318327176980e-004, + -1.5998772930837657e-004, + -8.9993864654188286e-005, + -3.9999999980881819e-005, + -1.0000000000000001e-005, + 1.0004406442870324e-005, + 1.1406618945528380e-008, + -1.0000000000000001e-005, + 3.0000000000000001e-005, + 6.9987729365731107e-005, + 6.9987729365731107e-005, + 7.9987729365731119e-005, + 3.9993864682865560e-005, + 1.0000000000000001e-005, + 1.2998772936573112e-004, + 5.8993036980803165e-004, + 1.6498030536431872e-003, + 1.3398437348439828e-003, + 1.0000000000000001e-005, + 1.6098065952749124e-003, + 7.9990722930178761e-004, + 2.3997545831443308e-004, + 1.6998159363156755e-004, + 3.0000000000000001e-005, + 3.0000000000000001e-005, + -3.0000000000000001e-005, + -6.0000000000000002e-005, + 1.0999386468286557e-004, + -2.0000000000000002e-005, + 2.8297768230701090e-003, + 1.2299032515509782e-002, + -4.0000000000000003e-005, + -5.0000000000000002e-005, + 3.4617218176446002e-002, + 2.3798095993400669e-002, + -5.0000000000000002e-005, + 2.8996772013548436e-004, + 2.8987641176711373e-002, + 1.2698980216260428e-002, + -3.0000000000000001e-005, + -4.0000000000000003e-005, + 4.1696670459316987e-003, + 2.5497996329908851e-003, + 4.6996104639370379e-004, + 3.6997718632596162e-004, + 5.0000000000000002e-005, + 5.0000000000000002e-005, + -1.0000000000000001e-005, + -9.0000000000000006e-005, + -5.7998118160772314e-004, + 2.0000000000000002e-005, + -5.0000000000000002e-005, + -8.9996590568122952e-004, + 1.9099256735431499e-003, + -1.1000000000000000e-004, + -3.2998085477551752e-004, + 5.2507790558040605e-002, + 2.1375102827470732e-001, + -5.9996170955103499e-004, + -6.4996084429418328e-004, + 5.9577403047192357e-001, + 3.3880542107838019e-001, + -7.4995783941898776e-004, + -1.0000000000000001e-005, + 5.3396643697027181e-003, + 4.1494151556630332e-001, + 1.5790314283804993e-001, + -3.6997998993569493e-004, + -6.1996084512824161e-004, + 5.6857563054754201e-002, + 3.0088730588867105e-002, + -9.0000000000000006e-005, + -1.0000000000000001e-004, + 6.1397442904511292e-003, + 4.2098290710028494e-003, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + 5.9997504587355950e-004, + 4.9998031676790056e-004, + 6.0000000000000002e-005, + 5.0000000000000002e-005, + -2.0000000000000002e-005, + -1.5000172884558683e-004, + -1.0000000000000001e-005, + -1.1599978986716148e-003, + -6.9999999999999994e-005, + -6.7999851699930202e-003, + 2.9000172884558682e-004, + 3.0000000000000001e-005, + -6.5998797966515966e-004, + -7.7099705155976653e-003, + 2.1739908684458877e-002, + -1.2699712256095371e-003, + -3.8999114943329871e-003, + 6.3370660627406994e-001, + 2.4138773681885621e+000, + -6.3198582256228071e-003, + 1.0000000000000001e-005, + -4.0000000000000003e-005, + -5.5398654660233524e-003, + 6.5795750374310860e+000, + 2.9984814622084768e+000, + -6.6398461619936585e-003, + 2.0000000000000002e-005, + -1.2999613070201104e-004, + 6.2568393649412357e-002, + 3.6744619522344233e+000, + 1.1918723424246769e+000, + -2.8799333924651202e-003, + -5.5198624690717107e-003, + 4.7337716127890950e-001, + 2.1258889463466799e-001, + -6.7998711440830798e-004, + -8.9997937664638831e-004, + 4.8339796122932280e-002, + 2.8279898471952968e-002, + -1.2000000000000000e-004, + -1.0000000000000001e-004, + 4.4899885073929387e-003, + 3.2299910602862142e-003, + -2.0000000000000002e-005, + 4.0000259243432197e-004, + 3.4000259243432198e-004, + 3.0000000000000001e-005, + 3.0000000000000001e-005, + -1.0000000000000001e-005, + -1.0000000000000001e-005, + -1.0000000000000001e-005, + 6.2997418061670784e-004, + 1.9199256706239458e-003, + 3.0000000000000001e-005, + -2.0299139688574517e-003, + -2.9568742050766070e-002, + 9.0000000000000006e-005, + -1.4999999958297084e-004, + -1.7190245191781614e-001, + -5.0967800232571393e-002, + 1.2000000000000000e-004, + -3.0398121745785389e-003, + -1.1307496152169749e-001, + -2.5488897251826612e-002, + 6.9999999999999994e-005, + 1.1000000000000000e-004, + -1.6919273441755853e-002, + -5.5797675136468380e-003, + 2.0000000000000002e-005, + 3.0000000000000001e-005, + -1.9599178102144865e-003, + -8.7996504042437784e-004, + -1.9999472868862983e-004, + -1.2000000000000000e-004, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + -3.0000000000000001e-005, + -1.9998859337149540e-004, + 1.0000000000000001e-005, + -1.1399098217361094e-003, + -2.7697829563020976e-003, + 5.0000000000000002e-005, + -4.3796530447837269e-003, + -1.7898599982578381e-003, + -5.5995491107656932e-004, + -2.4998245763733178e-004, + -1.0000000000000001e-005, + -2.0000000000000002e-005, + 2.0000000000000002e-005, + 7.9987729365731119e-005, + 2.0000000000000002e-005, + 2.0000000000000002e-005, + -3.9999999980881819e-005, + -3.9999999980881819e-005, + -9.9993864644629200e-005, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + -3.9999999990440911e-005, + -1.3999999995220451e-004, + -5.6997945255183615e-004, + -6.0997331638152524e-004, + -1.0000000000000001e-005, + -1.2699418994401792e-003, + -2.8998859243228707e-004, + -4.9999999980881818e-005, + -3.1998772799993457e-004, + -5.9999999980881817e-005, + -1.0000000000000001e-005, + -3.3000172830428945e-004, + -1.2399944405216048e-003, + -5.0499738511240021e-003, + -5.1899747121532079e-003, + 2.0000000000000002e-005, + -1.0999999996176364e-004, + -1.0489932263047170e-002, + -2.4499884236494698e-003, + 1.0000000000000001e-005, + -4.0998839153605853e-004, + -2.5399828263017159e-003, + -2.7000259108764355e-004, + -2.9999999990440909e-005, + -4.4999785813400585e-004, + -5.9999999563852654e-005, + -5.9999999980881817e-005, + -1.0000000000000001e-005, + -1.0000000000000001e-005, + -4.9999999980881818e-005, + 1.3999999994264542e-004, + 4.0998945764134326e-004, + 9.6995717631544024e-004, + 5.2997858772157265e-004, + 3.0000000000000001e-005, + 5.0997772372536750e-004, + 2.2999386417980457e-004, + 9.9999999961763637e-005, + 4.9999999980881818e-005, + 1.0000000000000001e-005, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + 2.0000000000000002e-005, + 5.0000000000000002e-005, + 5.9993864682865558e-005, + 9.9987729365731118e-005, + 5.9993864682865558e-005, + 5.0000000000000002e-005, + 3.0000000000000001e-005, + 1.0000000000000001e-005, + 6.9999999999999994e-005, + 3.2997718674299077e-004, + 8.7993349941591222e-004, + 8.6993436342167648e-004, + 1.0000000000000001e-005, + 1.3698928165469999e-003, + 7.7993876989322403e-004, + 6.6994791050258322e-004, + 3.1997545748037483e-004, + 1.2998772936573112e-004, + 6.9999999999999994e-005, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 9.0000000000000006e-005, + 8.8996590484717120e-004, + 4.1498316651052873e-003, + -2.0000000000000002e-005, + 1.0909542893541542e-002, + 9.3896118576569775e-003, + -3.0000000000000001e-005, + 1.3999999999999999e-004, + 1.4859362620021506e-002, + 7.5696827235034493e-003, + -3.0000000000000001e-005, + 1.0000000000000001e-004, + 6.5197169059330613e-003, + 2.8798802536172223e-003, + -1.0000000000000001e-005, + 1.2199488988240033e-003, + 6.2997418019967869e-004, + 1.6999386426583643e-004, + 1.0000000000000001e-004, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 1.4000086442279340e-004, + 7.1999658143284348e-004, + -2.0000000000000002e-005, + 7.0199747919151498e-003, + 3.1179884630220266e-002, + -1.3999999999999999e-004, + 6.9999999999999994e-005, + 8.0959591085278074e-002, + 5.9629735618255422e-002, + -2.0999613028498191e-004, + 1.0699746420915477e-003, + 9.4029434978090118e-002, + 4.2169792332154843e-002, + -1.3999999958297084e-004, + 5.9998452113992756e-004, + 3.6739771859050800e-002, + 1.4649926765324298e-002, + -5.0000000000000002e-005, + -5.0000000000000002e-005, + 6.5399648279462685e-003, + 3.0499880112826523e-003, + -1.0000000000000001e-005, + -2.0000000000000002e-005, + 8.7999571659302099e-004, + 4.7999872230227467e-004, + 1.0000000000000001e-004, + 6.0000000000000002e-005, + 1.0000000000000001e-005, + 3.0000000000000001e-005, + -3.0000000000000001e-005, + -5.3998031801898801e-004, + -2.5598925309239574e-003, + -1.3699444940205722e-003, + -6.9999999999999994e-005, + -3.4998471114150585e-003, + -1.1599527689560507e-003, + -4.0000000000000003e-005, + -1.5299357633499118e-003, + -4.6998332122606684e-004, + -3.0998772853167283e-004, + -1.1000000000000000e-004, + -5.0000000000000002e-005, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + -5.0000000000000002e-005, + -8.9993864682865569e-005, + -6.0000000000000002e-005, + -5.0000000000000002e-005, + -2.0000000000000002e-005, + -1.0000000000000001e-005, + -2.0000000000000002e-005, + -3.9999999980881819e-005, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + -3.0000000000000001e-005, + -8.9999999971322723e-005, + -1.0999999996176364e-004, + -2.3999999907990986e-004, + -9.9999999961763637e-005, + -1.0000000000000001e-005, + -1.2999999953517536e-004, + -2.9999999990440909e-005, + -2.9999999990440909e-005, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 2.0000000000000002e-005, + 4.0000000000000003e-005, + 3.0000000000000001e-005, + 4.0000000000000003e-005, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 6.9999999999999994e-005, + 1.8999472868862983e-004, + 2.1999472827160065e-004, + 3.7998945696023052e-004, + 2.4999472827160070e-004, + 2.8998772811464368e-004, + 1.4999999916594166e-004, + 1.0999999958297084e-004, + 5.0000000000000002e-005, + 2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 9.0000000000000006e-005, + 4.2000259201729282e-004, + 1.0699974446045494e-003, + 1.0799974441875202e-003, + 2.0000000000000002e-005, + 1.8899914319349543e-003, + 1.1099965789306686e-003, + 2.0000000000000002e-005, + 1.2999918447928571e-003, + 5.9999872146821636e-004, + 4.5000086275467677e-004, + 1.9999999916594168e-004, + 9.0000000000000006e-005, + 4.0000000000000003e-005, + 1.0000000000000001e-005, + -4.0000000000000003e-005, + -3.0000000000000001e-005, + -8.0000000000000007e-005, + -4.0000000000000003e-005, + -6.0000000000000002e-005, + -2.0000000000000002e-005, + -2.0000000000000002e-005, + 1.0000000000000001e-005, + 2.0000000000000002e-005, + 3.0000000000000001e-005, + 3.0000000000000001e-005, + 3.0000000000000001e-005, + 2.0000000000000002e-005, + 2.0000000000000002e-005 +} }; + +constexpr array g_MAIN_S3 +{ { + { 0, 0, 0, 0 }, + { 0, 2, 0, 0 }, + { 0, 4, 0, 0 }, + { 0, -4, 1, 0 }, + { 0, -2, 1, 0 }, + { 0, 0, 1, 0 }, + { 0, 2, 1, 0 }, + { 0, -4, 2, 0 }, + { 0, -2, 2, 0 }, + { 0, 0, 2, 0 }, + { 0, 2, 2, 0 }, + { 0, -4, 3, 0 }, + { 0, -2, 3, 0 }, + { 0, 0, 3, 0 }, + { 0, 2, 3, 0 }, + { 0, -4, 4, 0 }, + { 0, -2, 4, 0 }, + { 0, 0, 4, 0 }, + { 0, 2, 4, 0 }, + { 0, -2, 5, 0 }, + { 0, 0, 5, 0 }, + { 0, 0, 6, 0 }, + { 0, 0, 7, 0 }, + { 0, 0, -6, 1 }, + { 0, 0, -5, 1 }, + { 0, 0, -4, 1 }, + { 0, 0, -3, 1 }, + { 0, 2, -3, 1 }, + { 0, -2, -2, 1 }, + { 0, 0, -2, 1 }, + { 0, 2, -2, 1 }, + { 0, 4, -2, 1 }, + { 0, -2, -1, 1 }, + { 0, 0, -1, 1 }, + { 0, 2, -1, 1 }, + { 0, 4, -1, 1 }, + { 0, -2, 0, 1 }, + { 0, 0, 0, 1 }, + { 0, 2, 0, 1 }, + { 0, -4, 1, 1 }, + { 0, -2, 1, 1 }, + { 0, 0, 1, 1 }, + { 0, 2, 1, 1 }, + { 0, -4, 2, 1 }, + { 0, -2, 2, 1 }, + { 0, 0, 2, 1 }, + { 0, 2, 2, 1 }, + { 0, -2, 3, 1 }, + { 0, 0, 3, 1 }, + { 0, -2, 4, 1 }, + { 0, 0, 4, 1 }, + { 0, 0, 5, 1 }, + { 0, 0, 6, 1 }, + { 0, 0, -5, 2 }, + { 0, 0, -4, 2 }, + { 0, 0, -3, 2 }, + { 0, 0, -2, 2 }, + { 0, 2, -2, 2 }, + { 0, -2, -1, 2 }, + { 0, 0, -1, 2 }, + { 0, 2, -1, 2 }, + { 0, -2, 0, 2 }, + { 0, 0, 0, 2 }, + { 0, 2, 0, 2 }, + { 0, -2, 1, 2 }, + { 0, 0, 1, 2 }, + { 0, 2, 1, 2 }, + { 0, -2, 2, 2 }, + { 0, 0, 2, 2 }, + { 0, 0, 3, 2 }, + { 0, 0, 4, 2 }, + { 0, 0, -3, 3 }, + { 0, 0, -2, 3 }, + { 0, 2, -2, 3 }, + { 0, 0, -1, 3 }, + { 0, 2, -1, 3 }, + { 0, -2, 0, 3 }, + { 0, 0, 0, 3 }, + { 0, 2, 0, 3 }, + { 0, -2, 1, 3 }, + { 0, 0, 1, 3 }, + { 0, 0, 2, 3 }, + { 0, 0, 3, 3 }, + { 0, 0, -2, 4 }, + { 0, 0, -1, 4 }, + { 0, 0, 0, 4 }, + { 0, 0, 1, 4 }, + { 1, 0, 0, -4 }, + { 1, 0, -1, -3 }, + { 1, 0, 0, -3 }, + { 1, 0, -3, -2 }, + { 1, 0, -2, -2 }, + { 1, 0, -1, -2 }, + { 1, -2, 0, -2 }, + { 1, 0, 0, -2 }, + { 1, 2, 0, -2 }, + { 1, -2, 1, -2 }, + { 1, 0, 1, -2 }, + { 1, 0, 2, -2 }, + { 1, 0, 3, -2 }, + { 1, 0, -4, -1 }, + { 1, 0, -3, -1 }, + { 1, -2, -2, -1 }, + { 1, 0, -2, -1 }, + { 1, 2, -2, -1 }, + { 1, -2, -1, -1 }, + { 1, 0, -1, -1 }, + { 1, 2, -1, -1 }, + { 1, -2, 0, -1 }, + { 1, 0, 0, -1 }, + { 1, 2, 0, -1 }, + { 1, -2, 1, -1 }, + { 1, 0, 1, -1 }, + { 1, 2, 1, -1 }, + { 1, -2, 2, -1 }, + { 1, 0, 2, -1 }, + { 1, 0, 3, -1 }, + { 1, 0, 4, -1 }, + { 1, 0, -6, 0 }, + { 1, 0, -5, 0 }, + { 1, 0, -4, 0 }, + { 1, -2, -3, 0 }, + { 1, 0, -3, 0 }, + { 1, 2, -3, 0 }, + { 1, -2, -2, 0 }, + { 1, 0, -2, 0 }, + { 1, 2, -2, 0 }, + { 1, -2, -1, 0 }, + { 1, 0, -1, 0 }, + { 1, 2, -1, 0 }, + { 1, -2, 0, 0 }, + { 1, 0, 0, 0 }, + { 1, 2, 0, 0 }, + { 1, -4, 1, 0 }, + { 1, -2, 1, 0 }, + { 1, 0, 1, 0 }, + { 1, 2, 1, 0 }, + { 1, -2, 2, 0 }, + { 1, 0, 2, 0 }, + { 1, 2, 2, 0 }, + { 1, -2, 3, 0 }, + { 1, 0, 3, 0 }, + { 1, 0, 4, 0 }, + { 1, 0, 5, 0 }, + { 1, 0, -5, 1 }, + { 1, 0, -4, 1 }, + { 1, 0, -3, 1 }, + { 1, 2, -3, 1 }, + { 1, -2, -2, 1 }, + { 1, 0, -2, 1 }, + { 1, 2, -2, 1 }, + { 1, -2, -1, 1 }, + { 1, 0, -1, 1 }, + { 1, 2, -1, 1 }, + { 1, -2, 0, 1 }, + { 1, 0, 0, 1 }, + { 1, 2, 0, 1 }, + { 1, -2, 1, 1 }, + { 1, 0, 1, 1 }, + { 1, -2, 2, 1 }, + { 1, 0, 2, 1 }, + { 1, -2, 3, 1 }, + { 1, 0, 3, 1 }, + { 1, 0, 4, 1 }, + { 1, 0, -4, 2 }, + { 1, 0, -3, 2 }, + { 1, 0, -2, 2 }, + { 1, 0, -1, 2 }, + { 1, -2, 0, 2 }, + { 1, 0, 0, 2 }, + { 1, -2, 1, 2 }, + { 1, 0, 1, 2 }, + { 1, 0, 2, 2 }, + { 1, 0, 3, 2 }, + { 1, 0, -2, 3 }, + { 1, 0, -1, 3 }, + { 1, 0, 0, 3 }, + { 1, 0, 1, 3 }, + { 2, 0, 0, -6 }, + { 2, 0, -1, -5 }, + { 2, 0, 0, -5 }, + { 2, 0, 1, -5 }, + { 2, 0, -2, -4 }, + { 2, 0, -1, -4 }, + { 2, -2, 0, -4 }, + { 2, 0, 0, -4 }, + { 2, 0, 1, -4 }, + { 2, 0, 2, -4 }, + { 2, 0, -4, -3 }, + { 2, 0, -3, -3 }, + { 2, 0, -2, -3 }, + { 2, 2, -2, -3 }, + { 2, -2, -1, -3 }, + { 2, 0, -1, -3 }, + { 2, 2, -1, -3 }, + { 2, -2, 0, -3 }, + { 2, 0, 0, -3 }, + { 2, -2, 1, -3 }, + { 2, 0, 1, -3 }, + { 2, -2, 2, -3 }, + { 2, 0, 2, -3 }, + { 2, 0, 3, -3 }, + { 2, 0, -5, -2 }, + { 2, 0, -4, -2 }, + { 2, -2, -3, -2 }, + { 2, 0, -3, -2 }, + { 2, -2, -2, -2 }, + { 2, 0, -2, -2 }, + { 2, 2, -2, -2 }, + { 2, -2, -1, -2 }, + { 2, 0, -1, -2 }, + { 2, 2, -1, -2 }, + { 2, -2, 0, -2 }, + { 2, 0, 0, -2 }, + { 2, -4, 1, -2 }, + { 2, -2, 1, -2 }, + { 2, 0, 1, -2 }, + { 2, -2, 2, -2 }, + { 2, 0, 2, -2 }, + { 2, -2, 3, -2 }, + { 2, 0, 3, -2 }, + { 2, 0, 4, -2 }, + { 2, 0, 5, -2 }, + { 2, 0, -6, -1 }, + { 2, 0, -5, -1 }, + { 2, -2, -4, -1 }, + { 2, 0, -4, -1 }, + { 2, -2, -3, -1 }, + { 2, 0, -3, -1 }, + { 2, 2, -3, -1 }, + { 2, -2, -2, -1 }, + { 2, 0, -2, -1 }, + { 2, 2, -2, -1 }, + { 2, -2, -1, -1 }, + { 2, 0, -1, -1 }, + { 2, 2, -1, -1 }, + { 2, -4, 0, -1 }, + { 2, -2, 0, -1 }, + { 2, 0, 0, -1 }, + { 2, 2, 0, -1 }, + { 2, -4, 1, -1 }, + { 2, -2, 1, -1 }, + { 2, 0, 1, -1 }, + { 2, 2, 1, -1 }, + { 2, -4, 2, -1 }, + { 2, -2, 2, -1 }, + { 2, 0, 2, -1 }, + { 2, -2, 3, -1 }, + { 2, 0, 3, -1 }, + { 2, -2, 4, -1 }, + { 2, 0, 4, -1 }, + { 2, 0, 5, -1 }, + { 2, 0, 6, -1 }, + { 2, 0, -7, 0 }, + { 2, 0, -6, 0 }, + { 2, -2, -5, 0 }, + { 2, 0, -5, 0 }, + { 2, 2, -5, 0 }, + { 2, -2, -4, 0 }, + { 2, 0, -4, 0 }, + { 2, 2, -4, 0 }, + { 2, -2, -3, 0 }, + { 2, 0, -3, 0 }, + { 2, 2, -3, 0 }, + { 2, 4, -3, 0 }, + { 2, -4, -2, 0 }, + { 2, -2, -2, 0 }, + { 2, 0, -2, 0 }, + { 2, 2, -2, 0 }, + { 2, 4, -2, 0 }, + { 2, -4, -1, 0 }, + { 2, -2, -1, 0 }, + { 2, 0, -1, 0 }, + { 2, 2, -1, 0 }, + { 2, -4, 0, 0 }, + { 2, -2, 0, 0 }, + { 2, 0, 0, 0 }, + { 2, 2, 0, 0 }, + { 2, -4, 1, 0 }, + { 2, -2, 1, 0 }, + { 2, 0, 1, 0 }, + { 2, 2, 1, 0 }, + { 2, -4, 2, 0 }, + { 2, -2, 2, 0 }, + { 2, 0, 2, 0 }, + { 2, 2, 2, 0 }, + { 2, -4, 3, 0 }, + { 2, -2, 3, 0 }, + { 2, 0, 3, 0 }, + { 2, -2, 4, 0 }, + { 2, 0, 4, 0 }, + { 2, -2, 5, 0 }, + { 2, 0, 5, 0 }, + { 2, 0, 6, 0 }, + { 2, 0, -6, 1 }, + { 2, 0, -5, 1 }, + { 2, -2, -4, 1 }, + { 2, 0, -4, 1 }, + { 2, -2, -3, 1 }, + { 2, 0, -3, 1 }, + { 2, 2, -3, 1 }, + { 2, -2, -2, 1 }, + { 2, 0, -2, 1 }, + { 2, 2, -2, 1 }, + { 2, -2, -1, 1 }, + { 2, 0, -1, 1 }, + { 2, 2, -1, 1 }, + { 2, -4, 0, 1 }, + { 2, -2, 0, 1 }, + { 2, 0, 0, 1 }, + { 2, 2, 0, 1 }, + { 2, -4, 1, 1 }, + { 2, -2, 1, 1 }, + { 2, 0, 1, 1 }, + { 2, 2, 1, 1 }, + { 2, -4, 2, 1 }, + { 2, -2, 2, 1 }, + { 2, 0, 2, 1 }, + { 2, -2, 3, 1 }, + { 2, 0, 3, 1 }, + { 2, -2, 4, 1 }, + { 2, 0, 4, 1 }, + { 2, 0, 5, 1 }, + { 2, 0, -4, 2 }, + { 2, -2, -3, 2 }, + { 2, 0, -3, 2 }, + { 2, -2, -2, 2 }, + { 2, 0, -2, 2 }, + { 2, 2, -2, 2 }, + { 2, -2, -1, 2 }, + { 2, 0, -1, 2 }, + { 2, 2, -1, 2 }, + { 2, -2, 0, 2 }, + { 2, 0, 0, 2 }, + { 2, -2, 1, 2 }, + { 2, 0, 1, 2 }, + { 2, -2, 2, 2 }, + { 2, 0, 2, 2 }, + { 2, 0, -3, 3 }, + { 2, 0, -2, 3 }, + { 2, -2, -1, 3 }, + { 2, 0, -1, 3 }, + { 2, 0, 0, 3 }, + { 2, 0, -1, 4 }, + { 3, 0, -1, -4 }, + { 3, 0, 0, -4 }, + { 3, 0, -2, -3 }, + { 3, 0, -1, -3 }, + { 3, -2, 0, -3 }, + { 3, 0, 0, -3 }, + { 3, 0, 1, -3 }, + { 3, 0, -3, -2 }, + { 3, 0, -2, -2 }, + { 3, -2, -1, -2 }, + { 3, 0, -1, -2 }, + { 3, -2, 0, -2 }, + { 3, 0, 0, -2 }, + { 3, -2, 1, -2 }, + { 3, 0, 1, -2 }, + { 3, 0, 2, -2 }, + { 3, 0, -4, -1 }, + { 3, 0, -3, -1 }, + { 3, -2, -2, -1 }, + { 3, 0, -2, -1 }, + { 3, 2, -2, -1 }, + { 3, -2, -1, -1 }, + { 3, 0, -1, -1 }, + { 3, -2, 0, -1 }, + { 3, 0, 0, -1 }, + { 3, -2, 1, -1 }, + { 3, 0, 1, -1 }, + { 3, -2, 2, -1 }, + { 3, 0, 2, -1 }, + { 3, 0, -5, 0 }, + { 3, 0, -4, 0 }, + { 3, -2, -3, 0 }, + { 3, 0, -3, 0 }, + { 3, 2, -3, 0 }, + { 3, -2, -2, 0 }, + { 3, 0, -2, 0 }, + { 3, 2, -2, 0 }, + { 3, -2, -1, 0 }, + { 3, 0, -1, 0 }, + { 3, 2, -1, 0 }, + { 3, -4, 0, 0 }, + { 3, -2, 0, 0 }, + { 3, 0, 0, 0 }, + { 3, 2, 0, 0 }, + { 3, -4, 1, 0 }, + { 3, -2, 1, 0 }, + { 3, 0, 1, 0 }, + { 3, 2, 1, 0 }, + { 3, -2, 2, 0 }, + { 3, 0, 2, 0 }, + { 3, 0, 3, 0 }, + { 3, 0, 4, 0 }, + { 3, 0, -5, 1 }, + { 3, 0, -4, 1 }, + { 3, 0, -3, 1 }, + { 3, 2, -3, 1 }, + { 3, -2, -2, 1 }, + { 3, 0, -2, 1 }, + { 3, 2, -2, 1 }, + { 3, -2, -1, 1 }, + { 3, 0, -1, 1 }, + { 3, 2, -1, 1 }, + { 3, -2, 0, 1 }, + { 3, 0, 0, 1 }, + { 3, -2, 1, 1 }, + { 3, 0, 1, 1 }, + { 3, 0, 2, 1 }, + { 3, 0, 3, 1 }, + { 3, 0, -3, 2 }, + { 3, 0, -2, 2 }, + { 3, 0, -1, 2 }, + { 3, -2, 0, 2 }, + { 3, 0, 0, 2 }, + { 3, 0, 1, 2 }, + { 3, 0, 2, 2 }, + { 3, -2, -2, 3 }, + { 3, 0, -2, 3 }, + { 3, 0, -1, 3 }, + { 3, -2, 0, 3 }, + { 4, 0, -1, -5 }, + { 4, 0, 0, -5 }, + { 4, 0, -2, -4 }, + { 4, 0, -1, -4 }, + { 4, 0, 0, -4 }, + { 4, 0, 1, -4 }, + { 4, 0, -3, -3 }, + { 4, 0, -2, -3 }, + { 4, -2, -1, -3 }, + { 4, 0, -1, -3 }, + { 4, -2, 0, -3 }, + { 4, 0, 0, -3 }, + { 4, 0, 1, -3 }, + { 4, 0, 2, -3 }, + { 4, 0, -5, -2 }, + { 4, 0, -4, -2 }, + { 4, -2, -3, -2 }, + { 4, 0, -3, -2 }, + { 4, 2, -3, -2 }, + { 4, -2, -2, -2 }, + { 4, 0, -2, -2 }, + { 4, 2, -2, -2 }, + { 4, -2, -1, -2 }, + { 4, 0, -1, -2 }, + { 4, 2, -1, -2 }, + { 4, -2, 0, -2 }, + { 4, 0, 0, -2 }, + { 4, -2, 1, -2 }, + { 4, 0, 1, -2 }, + { 4, -2, 2, -2 }, + { 4, 0, 2, -2 }, + { 4, 0, 3, -2 }, + { 4, 0, -6, -1 }, + { 4, 0, -5, -1 }, + { 4, -2, -4, -1 }, + { 4, 0, -4, -1 }, + { 4, -2, -3, -1 }, + { 4, 0, -3, -1 }, + { 4, 2, -3, -1 }, + { 4, -2, -2, -1 }, + { 4, 0, -2, -1 }, + { 4, 2, -2, -1 }, + { 4, -4, -1, -1 }, + { 4, -2, -1, -1 }, + { 4, 0, -1, -1 }, + { 4, 2, -1, -1 }, + { 4, -4, 0, -1 }, + { 4, -2, 0, -1 }, + { 4, 0, 0, -1 }, + { 4, 2, 0, -1 }, + { 4, -4, 1, -1 }, + { 4, -2, 1, -1 }, + { 4, 0, 1, -1 }, + { 4, -2, 2, -1 }, + { 4, 0, 2, -1 }, + { 4, -2, 3, -1 }, + { 4, 0, 3, -1 }, + { 4, 0, 4, -1 }, + { 4, 0, -7, 0 }, + { 4, 0, -6, 0 }, + { 4, -2, -5, 0 }, + { 4, 0, -5, 0 }, + { 4, -2, -4, 0 }, + { 4, 0, -4, 0 }, + { 4, 2, -4, 0 }, + { 4, -2, -3, 0 }, + { 4, 0, -3, 0 }, + { 4, 2, -3, 0 }, + { 4, -4, -2, 0 }, + { 4, -2, -2, 0 }, + { 4, 0, -2, 0 }, + { 4, 2, -2, 0 }, + { 4, -4, -1, 0 }, + { 4, -2, -1, 0 }, + { 4, 0, -1, 0 }, + { 4, 2, -1, 0 }, + { 4, -4, 0, 0 }, + { 4, -2, 0, 0 }, + { 4, 0, 0, 0 }, + { 4, 2, 0, 0 }, + { 4, -4, 1, 0 }, + { 4, -2, 1, 0 }, + { 4, 0, 1, 0 }, + { 4, 2, 1, 0 }, + { 4, -2, 2, 0 }, + { 4, 0, 2, 0 }, + { 4, -2, 3, 0 }, + { 4, 0, 3, 0 }, + { 4, -2, 4, 0 }, + { 4, 0, 4, 0 }, + { 4, 0, 5, 0 }, + { 4, 0, -5, 1 }, + { 4, 0, -4, 1 }, + { 4, 0, -3, 1 }, + { 4, 2, -3, 1 }, + { 4, -2, -2, 1 }, + { 4, 0, -2, 1 }, + { 4, 2, -2, 1 }, + { 4, -2, -1, 1 }, + { 4, 0, -1, 1 }, + { 4, 2, -1, 1 }, + { 4, -2, 0, 1 }, + { 4, 0, 0, 1 }, + { 4, 2, 0, 1 }, + { 4, -4, 1, 1 }, + { 4, -2, 1, 1 }, + { 4, 0, 1, 1 }, + { 4, -2, 2, 1 }, + { 4, 0, 2, 1 }, + { 4, 0, 3, 1 }, + { 4, 0, 4, 1 }, + { 4, 0, -4, 2 }, + { 4, -2, -3, 2 }, + { 4, 0, -3, 2 }, + { 4, -2, -2, 2 }, + { 4, 0, -2, 2 }, + { 4, -2, -1, 2 }, + { 4, 0, -1, 2 }, + { 4, -2, 0, 2 }, + { 4, 0, 0, 2 }, + { 4, 0, 1, 2 }, + { 4, 0, -2, 3 }, + { 4, 0, -1, 3 }, + { 4, 0, 0, 3 }, + { 5, 0, -2, -3 }, + { 5, 0, -3, -2 }, + { 5, 0, -2, -2 }, + { 5, -2, -1, -2 }, + { 5, 0, -1, -2 }, + { 5, 0, 0, -2 }, + { 5, 0, 1, -2 }, + { 5, 0, -4, -1 }, + { 5, 0, -3, -1 }, + { 5, -2, -2, -1 }, + { 5, 0, -2, -1 }, + { 5, -2, -1, -1 }, + { 5, 0, -1, -1 }, + { 5, -2, 0, -1 }, + { 5, 0, 0, -1 }, + { 5, -2, 1, -1 }, + { 5, 0, 1, -1 }, + { 5, 0, -4, 0 }, + { 5, -2, -3, 0 }, + { 5, 0, -3, 0 }, + { 5, 2, -3, 0 }, + { 5, -2, -2, 0 }, + { 5, 0, -2, 0 }, + { 5, -2, -1, 0 }, + { 5, 0, -1, 0 }, + { 5, -2, 0, 0 }, + { 5, 0, 0, 0 }, + { 5, -2, 1, 0 }, + { 5, 0, 1, 0 }, + { 5, 0, 2, 0 }, + { 5, 0, -4, 1 }, + { 5, 0, -3, 1 }, + { 5, 0, -2, 1 }, + { 5, -2, -1, 1 }, + { 5, 0, -1, 1 }, + { 5, -2, 0, 1 }, + { 5, 0, 0, 1 }, + { 5, 0, 1, 1 }, + { 5, 0, 2, 1 }, + { 5, 0, -1, 2 }, + { 5, 0, 0, 2 }, + { 6, 0, -2, -4 }, + { 6, 0, -1, -4 }, + { 6, 0, -3, -3 }, + { 6, 0, -2, -3 }, + { 6, 0, -1, -3 }, + { 6, 0, 0, -3 }, + { 6, 0, 1, -3 }, + { 6, 0, -4, -2 }, + { 6, 0, -3, -2 }, + { 6, -2, -2, -2 }, + { 6, 0, -2, -2 }, + { 6, -2, -1, -2 }, + { 6, 0, -1, -2 }, + { 6, -2, 0, -2 }, + { 6, 0, 0, -2 }, + { 6, 0, 1, -2 }, + { 6, 0, 2, -2 }, + { 6, 0, -4, -1 }, + { 6, -2, -3, -1 }, + { 6, 0, -3, -1 }, + { 6, 2, -3, -1 }, + { 6, -2, -2, -1 }, + { 6, 0, -2, -1 }, + { 6, 2, -2, -1 }, + { 6, -2, -1, -1 }, + { 6, 0, -1, -1 }, + { 6, -2, 0, -1 }, + { 6, 0, 0, -1 }, + { 6, 0, 1, -1 }, + { 6, 0, 2, -1 }, + { 6, 0, 3, -1 }, + { 6, 0, -5, 0 }, + { 6, 0, -4, 0 }, + { 6, 2, -4, 0 }, + { 6, -2, -3, 0 }, + { 6, 0, -3, 0 }, + { 6, 2, -3, 0 }, + { 6, -2, -2, 0 }, + { 6, 0, -2, 0 }, + { 6, 2, -2, 0 }, + { 6, -2, -1, 0 }, + { 6, 0, -1, 0 }, + { 6, 2, -1, 0 }, + { 6, -4, 0, 0 }, + { 6, -2, 0, 0 }, + { 6, 0, 0, 0 }, + { 6, 0, 1, 0 }, + { 6, -2, 2, 0 }, + { 6, 0, 2, 0 }, + { 6, 0, 3, 0 }, + { 6, 0, 4, 0 }, + { 6, 0, -4, 1 }, + { 6, 0, -3, 1 }, + { 6, -2, -2, 1 }, + { 6, 0, -2, 1 }, + { 6, -2, -1, 1 }, + { 6, 0, -1, 1 }, + { 6, -2, 0, 1 }, + { 6, 0, 0, 1 }, + { 6, 0, 1, 1 }, + { 6, 0, 2, 1 }, + { 6, 0, -4, 2 }, + { 6, 0, -3, 2 }, + { 6, 0, -2, 2 }, + { 6, 0, -1, 2 }, + { 7, 0, -4, -1 }, + { 7, 0, -3, -1 }, + { 7, 0, -2, -1 }, + { 7, 0, -1, -1 }, + { 7, 0, -4, 0 }, + { 7, 0, -3, 0 }, + { 7, -2, -2, 0 }, + { 7, 0, -2, 0 }, + { 7, -2, -1, 0 }, + { 7, 0, -1, 0 }, + { 7, 0, 0, 0 }, + { 7, 0, -3, 1 }, + { 7, 0, -2, 1 }, + { 7, 0, -1, 1 }, + { 8, 0, -4, -2 }, + { 8, 0, -3, -2 }, + { 8, 0, -2, -2 }, + { 8, 0, -1, -2 }, + { 8, 0, 0, -2 }, + { 8, 0, -4, -1 }, + { 8, 0, -3, -1 }, + { 8, -2, -2, -1 }, + { 8, 0, -2, -1 }, + { 8, -2, -1, -1 }, + { 8, 0, -1, -1 }, + { 8, 0, 0, -1 }, + { 8, 0, 1, -1 }, + { 8, 0, -5, 0 }, + { 8, 0, -4, 0 }, + { 8, -2, -3, 0 }, + { 8, 0, -3, 0 }, + { 8, -2, -2, 0 }, + { 8, 0, -2, 0 }, + { 8, -2, -1, 0 }, + { 8, 0, -1, 0 }, + { 8, -2, 0, 0 }, + { 8, 0, 0, 0 }, + { 8, 0, 1, 0 }, + { 8, 0, 2, 0 }, + { 8, 0, -4, 1 }, + { 8, 0, -3, 1 }, + { 8, 0, -2, 1 }, + { 8, 0, -1, 1 }, + { 8, 0, 0, 1 }, + { 10, 0, -3, -1 }, + { 10, 0, -2, -1 }, + { 10, 0, -5, 0 }, + { 10, 0, -4, 0 }, + { 10, 0, -3, 0 }, + { 10, 0, -2, 0 }, + { 10, 0, -1, 0 } +} }; + +constexpr array g_MAIN_S3_Nominal +{ { + 385000.52719, + -3.14837, + -0.00003, + 0.00038, + 79.66183, + -20905.32206, + -0.10326, + -0.00837, + -4.42124, + -569.92332, + -0.00102, + 0.00033, + -0.00111, + -23.21032, + 0.00026, + 0.00002, + 0.00027, + -1.11693, + 0.00004, + 0.00002, + -0.05888, + -0.00329, + -0.00019, + -0.00011, + -0.00174, + -0.02674, + -0.42242, + 0.00015, + -0.00019, + -7.00293, + -0.05020, + -0.00007, + -0.00769, + -129.62476, + 0.33465, + 0.00003, + -0.18568, + 48.89010, + -0.15803, + 0.00003, + -0.24811, + 104.75896, + -0.00682, + 0.00005, + 0.03265, + 5.75105, + -0.00030, + -0.00080, + 0.35509, + -0.00006, + 0.02304, + 0.00153, + 0.00010, + -0.00005, + -0.00066, + -0.00938, + -0.13618, + -0.00099, + -0.00031, + -2.11728, + 0.00450, + -0.00558, + 1.06575, + -0.00342, + -0.00237, + 1.16562, + -0.00011, + 0.00018, + 0.05072, + 0.00228, + 0.00009, + -0.00021, + -0.00287, + -0.00002, + -0.03894, + 0.00007, + -0.00017, + 0.02127, + -0.00007, + -0.00003, + 0.01912, + 0.00078, + 0.00003, + -0.00006, + -0.00073, + 0.00034, + 0.00037, + -0.00006, + 0.00035, + -0.00161, + 0.00004, + 0.00029, + 0.00844, + -0.00024, + -0.02948, + -0.00003, + -0.00002, + 0.00159, + 0.00036, + 0.00004, + 0.00010, + 0.00065, + 0.00002, + -0.00422, + -0.00008, + -0.00011, + 0.11411, + 0.00021, + -0.01366, + 0.49757, + -0.00074, + 0.00044, + 0.10998, + -0.00007, + -0.00003, + 0.01121, + 0.00097, + 0.00008, + -0.00003, + -0.00043, + -0.00636, + -0.00019, + -0.09938, + -0.00048, + -0.00278, + -1.73852, + 0.00457, + -0.04232, + -8.37909, + -0.02471, + -0.79564, + 108.74265, + -0.01874, + 0.00017, + 0.06055, + 6.32199, + -0.00164, + 0.00203, + 0.37852, + -0.00013, + 0.00011, + 0.02368, + 0.00152, + 0.00010, + 0.00006, + 0.00101, + 0.01729, + 0.00014, + 0.00008, + 0.33226, + -0.00148, + 0.00156, + 0.85127, + 0.00331, + 0.03379, + -16.67533, + -0.00006, + -0.00562, + -0.93335, + -0.00037, + -0.05904, + -0.00002, + -0.00392, + -0.00027, + 0.00002, + 0.00028, + 0.00324, + 0.00438, + -0.00002, + 0.03729, + 0.00002, + 0.00646, + 0.00067, + 0.00006, + 0.00006, + 0.00008, + 0.00054, + 0.00007, + -0.00002, + -0.00012, + -0.00058, + -0.00004, + 0.00036, + -0.00426, + 0.00003, + -0.01578, + -0.00113, + -0.00009, + 0.00002, + 0.00046, + 0.01116, + 0.00003, + 0.00026, + -0.14808, + 0.00007, + 0.00104, + -0.41076, + 0.00027, + -0.02855, + 0.00003, + -0.00209, + -0.00016, + 0.00003, + 0.00067, + 0.00002, + 0.01517, + 0.00041, + 0.34304, + 0.00099, + 0.00957, + -4.95049, + 0.00168, + 0.02839, + -9.88519, + -0.00003, + 0.00792, + -0.65758, + 0.00084, + -0.04608, + 0.00006, + -0.00335, + -0.00025, + -0.00002, + 0.00006, + 0.00119, + 0.00004, + 0.02334, + 0.00079, + 0.49506, + -0.00046, + 0.01518, + 10.05654, + 0.03024, + 0.32336, + -152.14314, + 0.03734, + -0.00035, + 0.65710, + -204.59357, + 0.00108, + -0.00085, + 0.20942, + -12.83185, + 0.00000, + 0.00013, + 0.01804, + -0.84883, + 0.00127, + -0.05850, + 0.00009, + -0.00413, + -0.00030, + -0.00002, + 0.00020, + 0.00304, + 0.00012, + 0.04740, + -0.00002, + 0.00188, + 0.77854, + 0.00048, + 0.02910, + 14.40262, + -0.02008, + -0.00018, + -0.00002, + 0.47263, + 246.15768, + 0.77405, + -0.00014, + -0.00039, + 8.75170, + -3699.10468, + 0.59633, + -0.00745, + 10.32129, + -2955.96651, + 0.03143, + -0.01866, + 4.13118, + -170.73274, + 0.00181, + 0.00219, + 0.28399, + -10.44472, + 0.00014, + 0.00002, + 0.01811, + -0.66968, + 0.00119, + -0.04422, + 0.00008, + -0.00298, + -0.00020, + 0.00009, + 0.00116, + 0.00003, + 0.01417, + 0.00021, + 0.16858, + 0.00030, + 0.00052, + 0.14368, + -0.00203, + -0.04736, + 24.20935, + -0.00588, + 0.00012, + -0.13572, + 30.82498, + -0.00143, + 0.00040, + -0.05527, + 2.61650, + -0.00015, + -0.00005, + -0.00537, + 0.21252, + -0.00044, + 0.01704, + -0.00004, + 0.00135, + 0.00011, + -0.00041, + -0.00003, + -0.01036, + -0.00055, + -0.10888, + -0.00046, + -0.01072, + 2.35380, + -0.00004, + 0.00080, + 0.14764, + 0.00187, + 0.00912, + 0.00010, + 0.00036, + -0.00010, + -0.00052, + -0.00003, + 0.00208, + -0.00024, + 0.00002, + 0.00003, + -0.00003, + 0.00008, + 0.00065, + 0.00003, + -0.00055, + -0.00004, + -0.00016, + 0.00224, + -0.00005, + 0.01389, + 0.00070, + -0.01048, + 0.00002, + -0.00067, + -0.00003, + -0.00012, + -0.00334, + -0.00014, + 0.05293, + -0.00006, + -0.00089, + 0.25561, + 0.01441, + -0.15708, + 0.00049, + -0.00887, + 0.00003, + -0.00030, + -0.00003, + -0.00170, + -0.00005, + -0.04843, + -0.00013, + -0.00206, + 0.86243, + -0.00101, + -0.00868, + 3.25823, + -0.00006, + -0.00018, + 0.20099, + -1.41893, + -0.00015, + 0.00005, + 0.00671, + -0.06545, + -0.00002, + 0.00035, + -0.00111, + 0.00016, + 0.00003, + -0.00005, + -0.00065, + -0.00680, + -0.00002, + -0.00009, + 0.03810, + 0.00007, + -0.00023, + -0.21259, + 0.00006, + -0.00808, + -0.10766, + -0.00018, + -0.01448, + -0.00150, + -0.00014, + -0.00007, + 0.00032, + 0.00099, + 0.00009, + 0.00162, + 0.00028, + 0.00003, + 0.00000, + -0.00004, + 0.00010, + 0.00002, + -0.00004, + -0.00002, + -0.00022, + -0.00078, + -0.00045, + -0.00006, + -0.00011, + -0.00513, + -0.00006, + -0.01571, + -0.00022, + -0.00817, + -0.00114, + -0.00013, + -0.00002, + -0.00012, + -0.00003, + -0.00239, + 0.00004, + -0.00036, + -0.10834, + 0.00011, + -0.00145, + -0.27906, + 0.00005, + -0.00403, + -0.12806, + 0.00023, + -0.01728, + 0.00005, + -0.00184, + -0.00018, + -0.00004, + -0.00041, + -0.00005, + -0.00230, + -0.00059, + -0.04316, + 0.00077, + -0.00661, + -1.89710, + 0.00160, + -0.00006, + -0.02698, + -3.95812, + 0.00069, + 0.00003, + -0.05789, + -1.57145, + 0.00008, + 0.00005, + 0.00272, + -0.20286, + 0.00055, + -0.02079, + 0.00006, + -0.00194, + -0.00017, + -0.00005, + -0.00055, + -0.00006, + -0.00542, + -0.00072, + -0.02939, + -0.00009, + -0.00744, + -0.51423, + 0.00925, + -0.00014, + -0.07982, + -21.63627, + 0.01483, + -0.00080, + -0.32176, + -34.78245, + 0.00550, + 0.00032, + -0.50793, + -11.64993, + 0.00067, + 0.00050, + 0.01938, + -1.42255, + 0.00007, + 0.00400, + -0.13922, + 0.00044, + -0.01243, + 0.00004, + -0.00106, + -0.00009, + -0.00004, + 0.00093, + -0.02399, + -0.00007, + 0.00036, + 0.23696, + -0.00022, + 0.01551, + 0.57881, + -0.00012, + 0.01969, + 0.24453, + -0.00003, + -0.00003, + 0.00013, + 0.03682, + -0.00008, + 0.00430, + 0.00045, + 0.00004, + -0.00003, + 0.00002, + 0.00252, + 0.00021, + 0.02658, + -0.00064, + 0.01868, + 0.00005, + 0.00136, + 0.00003, + -0.00015, + -0.00020, + -0.00003, + 0.00003, + 0.00009, + 0.00044, + 0.00002, + -0.00006, + -0.00016, + -0.00002, + 0.00003, + 0.00128, + 0.00003, + 0.00573, + 0.00034, + -0.00056, + 0.00021, + -0.00153, + 0.00003, + -0.00019, + 0.00026, + 0.00004, + 0.01149, + -0.00002, + 0.00030, + 0.04591, + 0.00281, + -0.00248, + 0.00142, + -0.00814, + 0.00020, + -0.00089, + -0.00006, + 0.00003, + 0.00038, + -0.00256, + -0.00015, + -0.00311, + -0.00009, + -0.00111, + -0.00020, + -0.00003, + 0.00007, + 0.00003, + -0.00003, + -0.00003, + -0.00012, + -0.00044, + -0.00043, + -0.00017, + -0.00003, + -0.00007, + -0.00195, + -0.00003, + -0.00618, + -0.00011, + -0.00541, + -0.00005, + -0.00194, + -0.00035, + -0.00005, + -0.00085, + -0.00003, + -0.02436, + 0.00004, + -0.00041, + -0.06678, + 0.00004, + -0.00121, + -0.05191, + -0.00049, + -0.01709, + -0.00296, + -0.00039, + -0.00005, + -0.00009, + -0.00659, + 0.00012, + -0.00027, + -0.18316, + 0.00028, + -0.00326, + -0.42250, + 0.00020, + -0.00785, + -0.28663, + 0.00006, + -0.00004, + -0.00270, + -0.08587, + -0.01420, + 0.00004, + -0.00182, + -0.00020, + -0.00002, + -0.00024, + 0.00278, + 0.00019, + 0.00948, + 0.00042, + 0.00780, + 0.00016, + 0.00272, + 0.00052, + 0.00008, + 0.00004, + 0.00034, + 0.00044, + 0.00014, + 0.00002, + 0.00011, + 0.00006, + -0.00002, + 0.00015, + 0.00066, + 0.00004, + 0.00032, + 0.00004, + -0.00008, + -0.00007, + -0.00003, + -0.00007, + -0.00004, + -0.00003, + -0.00013, + -0.00016, + -0.00010, + -0.00003, + -0.00033, + -0.00109, + -0.00002, + -0.00126, + -0.00002, + -0.00070, + -0.00022, + -0.00004, + -0.00009, + -0.00184, + -0.00004, + -0.00539, + -0.00012, + -0.00559, + -0.00009, + -0.00285, + -0.00002, + -0.00083, + -0.00016, + -0.00002, + 0.00004, + 0.00015, + 0.00019, + 0.00011, + 0.00004, + -0.00003, + -0.00002, + -0.00002, + -0.00007, + -0.00010, + -0.00007, + -0.00003 +} }; + +constexpr array g_MAIN_S3_LLR +{ { + 3.8500052903963596e+005, + -3.1483019999591910e+000, + -2.9999999997311145e-005, + 3.7998575836933673e-004, + 7.9660568469778482e+001, + -2.0905355137759419e+004, + -1.0325754056746472e-001, + -8.3697361852690996e-003, + -4.4211770490387590e+000, + -5.6992512638489302e+002, + -1.0199305524721176e-003, + 3.2999010831688693e-004, + -1.1100043486792319e-003, + -2.3210430497874530e+001, + 2.6000521851116001e-004, + 1.9999999998207433e-005, + 2.7000173948728815e-004, + -1.1169371044179981e+000, + 3.9999999996414865e-005, + 1.9999999998207433e-005, + -5.8880465319867410e-002, + -3.2900313109119031e-003, + -1.9000173949445843e-004, + -1.0999999999014087e-004, + -1.7399525712965291e-003, + -2.6739187212881998e-002, + -4.2240656115839154e-001, + 1.4999999998655572e-004, + -1.8999999998297061e-004, + -7.0026960617373861e+000, + -5.0197444216470780e-002, + -6.9999999993726000e-005, + -7.6895894726563942e-003, + -1.2962022424070293e+002, + 3.3463243448180802e-001, + 2.9999999997311145e-005, + -1.8566991736964209e-001, + 4.8888328449310244e+001, + -1.5802146652025906e-001, + 2.9999999997311145e-005, + -2.4809697371058767e-001, + 1.0475529435395761e+002, + -6.8196430863427648e-003, + 4.9999999995518581e-005, + 3.2648339848703183e-002, + 5.7508578538436117e+000, + -2.9999999997311143e-004, + -7.9995729744124049e-004, + 3.5507869597491126e-001, + -5.9999999994622291e-005, + 2.3039299558702493e-002, + 1.5299569661513701e-003, + 9.9999999991037163e-005, + -4.9999999995518581e-005, + -6.5995527316327525e-004, + -9.3793572985260542e-003, + -1.3617046100022667e-001, + -9.8991435737977806e-004, + -3.0997546258218684e-004, + -2.1171282632583841e+000, + 4.4995981571196867e-003, + -5.5794920664080727e-003, + 1.0656722797003297e+000, + -3.4196903329037475e-003, + -2.3697890694752721e-003, + 1.1655363838529491e+000, + -1.0999999999014087e-004, + 1.7998773128885274e-004, + 5.0716438193917468e-002, + 2.2798456792376266e-003, + 8.9999999991933447e-005, + -2.0997546259114971e-004, + -2.8696958416961804e-003, + -1.9999999998207433e-005, + -3.8935785427179986e-002, + 6.9999999993726000e-005, + -1.6998159694224193e-004, + 2.1267663634227500e-002, + -6.9999999993726000e-005, + -2.9999999997311145e-005, + 1.9117926343405874e-002, + 7.7991672833222240e-004, + 2.9999999997311145e-005, + -5.9999999994622291e-005, + -7.2989571525071807e-004, + 3.3995092518946974e-004, + 3.6994479083927371e-004, + -5.9999999976829571e-005, + 3.4996319376793487e-004, + -1.6098221032175221e-003, + 3.9999999996414865e-005, + 2.8997546248611943e-004, + 8.4393952091937965e-003, + -2.3998159685590067e-004, + -2.9477843313093360e-002, + -2.9999999997311145e-005, + -1.9999999998207433e-005, + 1.5898860497606509e-003, + 3.5997546128880718e-004, + 3.9999999996414865e-005, + 9.9999999955451723e-005, + 6.4997894135227982e-004, + 1.9999999998207433e-005, + -4.2198518026374575e-003, + -7.9999999966140657e-005, + -1.0999999995455543e-004, + 1.1410603726168141e-001, + 2.0999999991000714e-004, + -1.3659260469050206e-002, + 4.9755215819351722e-001, + -7.3996382995627943e-004, + 4.3997384265678845e-004, + 1.0997620924828105e-001, + -6.9999999967036927e-005, + -2.9999999997311145e-005, + 1.1209625503392669e-002, + 9.6996754071621016e-004, + 7.9999999966140657e-005, + -2.9999999997311145e-005, + -4.3000347883319725e-004, + -6.3600399990106872e-003, + -1.8999999992069610e-004, + -9.9380484219865714e-002, + -4.7999485494516357e-004, + -2.7799621701349053e-003, + -1.7385258483230051e+000, + 4.5699363718342432e-003, + -4.2319341920191246e-002, + -8.3791067416664688e+000, + -2.4709621256653429e-002, + -7.9562635561038542e-001, + 1.0874270141177935e+002, + -1.8739689483299998e-002, + 1.6999999993138503e-004, + 6.0549063918332549e-002, + 6.3220032203434355e+000, + -1.6399763369809809e-003, + 2.0299711939103784e-003, + 3.7852142052101295e-001, + -1.2999999994386648e-004, + 1.0999999995455543e-004, + 2.3680120794187420e-002, + 1.5200095654877134e-003, + 9.9999999955451723e-005, + 5.9999999976829571e-005, + 1.0099692817676822e-003, + 1.7289444638976460e-002, + 1.3999999994297020e-004, + 7.9999999966140657e-005, + 3.3224889132530933e-001, + -1.4799219996174619e-003, + 1.5599202600721149e-003, + 8.5124035002281895e-001, + 3.3098243750911368e-003, + 3.3788196608704760e-002, + -1.6674723862047578e+001, + -5.9999999976829571e-005, + -5.6197040706796285e-003, + -9.3331756600538507e-001, + -3.6998773037104138e-004, + -5.9038043138950086e-002, + -1.9999999998207433e-005, + -3.9198780429301125e-003, + -2.7000173939832454e-004, + 1.9999999998207433e-005, + 2.7998159683452278e-004, + 3.2397711906711835e-003, + 4.3796879646369998e-003, + -1.9999999998207433e-005, + 3.7287275626590614e-002, + 1.9999999998207433e-005, + 6.4595389545972414e-003, + 6.6995353419581881e-004, + 5.9999999976829571e-005, + 5.9999999976829571e-005, + 7.9999999966140657e-005, + 5.3993865628970640e-004, + 6.9999999967036927e-005, + -1.9999999998207433e-005, + -1.1997546259921626e-004, + -5.7989571487604592e-004, + -3.9999999996414865e-005, + 3.5994479084017005e-004, + -4.2593812511134812e-003, + 2.9999999997311145e-005, + -1.5777681189612303e-002, + -1.1298361100869345e-003, + -8.9987731296919292e-005, + 1.9999999998207433e-005, + 4.5995266469020209e-004, + 1.1158808779392803e-002, + 2.9999999997311145e-005, + 2.5996932823916120e-004, + -1.4806394212356289e-001, + 6.9999999993726000e-005, + 1.0398640608647635e-003, + -4.1071486233056914e-001, + 2.6996932823826497e-004, + -2.8546907871265167e-002, + 2.9999999997311145e-005, + -2.0897738487721945e-003, + -1.5998159694313822e-004, + 2.9999999997311145e-005, + 6.6995527393861188e-004, + 1.9999999998207433e-005, + 1.5168961862541621e-002, + 4.0996932822571694e-004, + 3.4301592316629376e-001, + 9.8991435854412727e-004, + 9.5691426166157369e-003, + -4.9501349067196072e+000, + 1.6798497739297300e-003, + 2.8387412335730781e-002, + -9.8844667465718086e+000, + -2.9999999997311145e-005, + 7.9192898353840548e-003, + -6.5753296501894665e-001, + 8.3992575672060886e-004, + -4.6076772975214793e-002, + 5.9999999994622291e-005, + -3.3497711457249656e-003, + -2.4998333644655948e-004, + -1.9999999998207433e-005, + 5.9999999994622291e-005, + 1.1899666267739756e-003, + 3.9999999996414865e-005, + 2.3339289036866287e-002, + 7.8995729899460239e-004, + 4.9504418153977070e-001, + -4.5997558231772182e-004, + 1.5179225093487955e-002, + 1.0056203332336866e+001, + 3.0238458060069424e-002, + 3.2334304362267791e-001, + -1.5213781181555629e+002, + 3.7338054588554326e-002, + -3.4997610010859237e-004, + 6.5706430206093058e-001, + -2.0458611789480557e+002, + 1.0799620769067898e-003, + -8.4993831174621777e-004, + 2.0940899652925385e-001, + -1.2831403548880713e+001, + 1.7395114878210153e-009, + 1.2999999998834829e-004, + 1.8039080838079844e-002, + -8.4880184799015856e-001, + 1.2699337499019264e-003, + -5.8498148654635040e-002, + 8.9999999991933447e-005, + -4.1298735975484717e-003, + -3.0000260924034318e-004, + -1.9999999998207433e-005, + 2.0000260924930605e-004, + 3.0400286993383803e-003, + 1.1999999998924458e-004, + 4.7400375694138144e-002, + -1.9999999998207433e-005, + 1.8799811588075014e-003, + 7.7854495144615832e-001, + 4.7999572409370545e-004, + 2.9099632514815468e-002, + 1.4402688991954179e+001, + -2.0079749726991641e-002, + -1.7999999998386689e-004, + -1.9999999998207433e-005, + 4.7262330622706727e-001, + 2.4615847968480679e+002, + 7.7403904019864489e-001, + -1.3999999998745200e-004, + -3.8998449174501354e-004, + 8.7515625232254699e+000, + -3.6991109330180198e+003, + 5.9632093121812468e-001, + -7.4497489299349016e-003, + 1.0321107088258565e+001, + -2.9559675626057124e+003, + 3.1429705662064322e-002, + -1.8659381227811495e-002, + 4.1311145454994769e+000, + -1.7073307906648640e+002, + 1.8099968202389119e-003, + 2.1899294167495083e-003, + 2.8398596260369763e-001, + -1.0444757788459564e+001, + 1.4000260925468372e-004, + 1.9999999998207433e-005, + 1.8109768178310622e-002, + -6.6968351866645870e-001, + 1.1899884424199981e-003, + -4.4220292185840150e-002, + 7.9999999992829730e-005, + -2.9800243497888055e-003, + -2.0000173949356214e-004, + 8.9999999991933447e-005, + 1.1599666236717329e-003, + 2.9999999997311145e-005, + 1.4169568122116911e-002, + 2.0999999920494518e-004, + 1.6857465048617704e-001, + 2.9998773127809725e-004, + 5.1997383232171282e-004, + 1.4367547210982884e-001, + -2.0298945871754515e-003, + -4.7357510174271755e-002, + 2.4208498493055885e+001, + -5.8796966665792833e-003, + 1.1999999998924458e-004, + -1.3571262386357466e-001, + 3.0823859907219550e+001, + -1.4299250058847307e-003, + 3.9997222304910318e-004, + -5.5267093531528186e-002, + 2.6164091717727311e+000, + -1.4999999998655572e-004, + -4.9999999995518581e-005, + -5.3697280450288095e-003, + 2.1251296661321492e-001, + -4.3997558231951439e-004, + 1.7039460374453742e-002, + -3.9999999996414865e-005, + 1.3499596203276857e-003, + 1.0999999999014087e-004, + -4.0997193749294864e-004, + -2.9999999997311145e-005, + -1.0359283640210834e-002, + -5.4995104491962696e-004, + -1.0887233898445144e-001, + -4.5995543976371276e-004, + -1.0719047352460247e-002, + 2.3536309843524257e+000, + -3.9999999996414865e-005, + 7.9992662647993798e-004, + 1.4762959370247397e-001, + 1.8698379005329033e-003, + 9.1193713528487444e-003, + 9.9999999991037163e-005, + 3.5997807184493723e-004, + -9.9999999991037163e-005, + -5.1994652956108441e-004, + -2.9999999997311145e-005, + 2.0797756327894123e-003, + -2.3997546181222802e-004, + 1.9999999998207433e-005, + 2.9999999997311145e-005, + -2.9999999997311145e-005, + 7.9999999966140657e-005, + 6.4992638638489825e-004, + 2.9999999997311145e-005, + -5.4993865628881011e-004, + -3.9999999996414865e-005, + -1.5998773123726716e-004, + 2.2398413285241595e-003, + -4.9999999977725862e-005, + 1.3889004284567788e-002, + 6.9993929375197815e-004, + -1.0479229714051838e-002, + 1.9999999998207433e-005, + -6.6995092492858706e-004, + -2.9999999997311145e-005, + -1.1999999994476279e-004, + -3.3398929652567809e-003, + -1.3999999994297020e-004, + 5.2928223215939374e-002, + -5.9999999976829571e-005, + -8.8995381966018767e-004, + 2.5560112901794674e-001, + 1.4409224300161040e-002, + -1.5707413356650624e-001, + 4.8997384263451424e-004, + -8.8696765680077155e-003, + 2.9999999997311145e-005, + -2.9999999986635514e-004, + -2.9999999997311145e-005, + -1.7000104363293989e-003, + -4.9999999995518581e-005, + -4.8430212033192685e-002, + -1.2999999994386648e-004, + -2.0599711938987931e-003, + 8.6243278904298004e-001, + -1.0099879692011121e-003, + -8.6798609676501642e-003, + 3.2582370807619236e+000, + -5.9999999976829571e-005, + -1.7999999992159238e-004, + 2.0098656931416145e-001, + -1.4189284087900234e+000, + -1.4999999993317757e-004, + 4.9999999977725862e-005, + 6.7098941217191028e-003, + -6.5449921583248111e-002, + -1.9999999998207433e-005, + 3.4999999984408099e-004, + -1.1099973984011820e-003, + 1.5999999876793204e-004, + 2.9999999997311145e-005, + -4.9999999995518581e-005, + -6.4997980994367449e-004, + -6.7997806585012449e-003, + -1.9999999998207433e-005, + -8.9999999956348007e-005, + 3.8098714295570914e-002, + 6.9999999967036927e-005, + -2.2999999989931820e-004, + -2.1258262555232793e-001, + 5.9999999976829571e-005, + -8.0795659691643255e-003, + -1.0765620290507359e-001, + -1.7999999992159238e-004, + -1.4479504603693322e-002, + -1.4999508765716299e-003, + -1.3999999993407386e-004, + -6.9999999967036927e-005, + 3.1997546053395219e-004, + 9.8992812884629469e-004, + 8.9987731261333853e-005, + 1.6198834451392309e-003, + 2.7998159683452278e-004, + 2.9999999997311145e-005, + -2.6080406079458980e-009, + -3.9999999996414865e-005, + 9.9987731260437569e-005, + 1.9980272777955583e-005, + -3.9999999996414865e-005, + -1.9999999998207433e-005, + -2.1996932824274633e-004, + -7.7988344538687309e-004, + -4.4993252097274005e-004, + -5.9999999994622291e-005, + -1.0998773129512671e-004, + -5.1294521563901270e-003, + -5.9999999994622291e-005, + -1.5708297041256869e-002, + -2.1997546259025342e-004, + -8.1691051872718589e-003, + -1.1398737847624751e-003, + -1.2998773129333413e-004, + -1.9999999998207433e-005, + -1.1999999998924458e-004, + -2.9999999997311145e-005, + -2.3898334058753568e-003, + 3.9999999996414865e-005, + -3.5997546257770548e-004, + -1.0833240876766437e-001, + 1.0999999999014087e-004, + -1.4498750613471372e-003, + -2.7904006579942225e-001, + 4.9999999995518581e-005, + -4.0296357569822210e-003, + -1.2805075092513282e-001, + 2.2998159693686420e-004, + -1.7278775418016083e-002, + 4.9999999995518581e-005, + -1.8398719975784821e-003, + -1.7998773128885274e-004, + -3.9999999996414865e-005, + -4.0999121029121382e-004, + -4.9999999995518581e-005, + -2.2999289024477035e-003, + -5.8996643988306632e-004, + -4.3158624131595380e-002, + 7.6996117527517003e-004, + -6.6096630553469891e-003, + -1.8970367926847447e+000, + 1.5999167328141174e-003, + -5.9999999994622291e-005, + -2.6978590582815640e-002, + -3.9579827434849597e+000, + 6.8996643948598696e-004, + 2.9999999997311145e-005, + -5.7886881100952178e-002, + -1.5713943841003077e+000, + 7.9999999992829730e-005, + 4.9999999995518581e-005, + 2.7198614091688139e-003, + -2.0285309945865274e-001, + 5.4997558153342251e-004, + -2.0789319306507164e-002, + 5.9999999994622291e-005, + -1.9399368200675657e-003, + -1.6999999998476318e-004, + -4.9999999995518581e-005, + -5.5000521770893508e-004, + -5.9999999994622291e-005, + -5.4200426093952208e-003, + -7.1999271638481445e-004, + -2.9390186091328888e-002, + -8.9999999991933447e-005, + -7.4399077060242633e-003, + -5.1423243497062632e-001, + 9.2498845164474333e-003, + -1.3999999998745200e-004, + -7.9818880501352676e-002, + -2.1636343875076179e+001, + 1.4829797144853685e-002, + -7.9997285976700968e-004, + -3.2175506886962035e-001, + -3.4782523745558805e+001, + 5.4999213282995590e-003, + 3.1998836880629540e-004, + -5.0792130896835275e-001, + -1.1649947819443046e+001, + 6.6999271677741228e-004, + 4.9998449173515452e-004, + 1.9379704486947858e-002, + -1.4225541276068021e+000, + 6.9999999993726000e-005, + 3.9999449922891294e-003, + -1.3922061869363414e-001, + 4.3999485511777951e-004, + -1.2430067812277675e-002, + 3.9999999996414865e-005, + -1.0600078253779905e-003, + -8.9999999991933447e-005, + -3.9999999996414865e-005, + 9.2996928018122837e-004, + -2.3989247389315162e-002, + -6.9999999993726000e-005, + 3.5998773321330174e-004, + 2.3695196810801203e-001, + -2.1999999998028173e-004, + 1.5509193325354423e-002, + 5.7878980681430592e-001, + -1.1999999998924458e-004, + 1.9688938804572634e-002, + 2.4452136289194804e-001, + -2.9999999997311145e-005, + -2.9999999997311145e-005, + 1.2999999882399901e-004, + 3.6818751174001671e-002, + -7.9999999992829730e-005, + 4.2998578912151475e-003, + 4.4998420502002841e-004, + 3.9999999996414865e-005, + -2.9999999997311145e-005, + 1.9999999998207433e-005, + 2.5198281393313598e-003, + 2.0998159693865677e-004, + 2.6578133580483304e-002, + -6.3993929244509197e-004, + 1.8678664992649377e-002, + 4.9999999995518581e-005, + 1.3599096738504068e-003, + 2.9999999997311145e-005, + -1.4998159694403447e-004, + -1.9997546259204602e-004, + -2.9999999997311145e-005, + 2.9999999997311145e-005, + 8.9999999965244374e-005, + 4.3996932690744069e-004, + 1.9999999998207433e-005, + -5.9999999976829571e-005, + -1.5998773123726716e-004, + -1.9999999998207433e-005, + 2.9999999997311145e-005, + 1.2799570106219100e-003, + 2.9999999997311145e-005, + 5.7298105518939404e-003, + 3.3998773115885951e-004, + -5.5997372556938698e-004, + 2.0999999991000714e-004, + -1.5299447878728246e-003, + 2.9999999997311145e-005, + -1.8999999992069610e-004, + 2.6000173939922077e-004, + 3.9999999996414865e-005, + 1.1490054770587659e-002, + -1.9999999998207433e-005, + 2.9999999986635514e-004, + 4.5910184261982304e-002, + 2.8099578190159021e-003, + -2.4799485949198968e-003, + 1.4199767343365658e-003, + -8.1399938984571592e-003, + 1.9999999991090345e-004, + -8.8999999960885808e-004, + -5.9999999976829571e-005, + 2.9999999997311145e-005, + 3.7998946909650384e-004, + -2.5599166785089333e-003, + -1.4999999993317757e-004, + -3.1098903978782500e-003, + -8.9999999965244374e-005, + -1.1099596656358362e-003, + -1.9999999991090345e-004, + -2.9999999997311145e-005, + 6.9999999967036927e-005, + 2.9999999997311145e-005, + -2.9999999997311145e-005, + -2.9999999997311145e-005, + -1.1998773129423043e-004, + -4.3995092401615758e-004, + -4.2995092362893745e-004, + -1.6998159694224193e-004, + -2.9999999997311145e-005, + -6.9999999993726000e-005, + -1.9498684724883475e-003, + -2.9999999997311145e-005, + -6.1795669147913027e-003, + -1.0999999999014087e-004, + -5.4096134264304419e-003, + -4.9999999995518581e-005, + -1.9398623822584544e-003, + -3.4997546141425244e-004, + -4.9999999995518581e-005, + -8.4997454439204531e-004, + -2.9999999997311145e-005, + -2.4359226139441414e-002, + 3.9999999996414865e-005, + -4.0998773126823813e-004, + -6.6777799989498579e-002, + 3.9999999996414865e-005, + -1.2099394109786337e-003, + -5.1908239459320625e-002, + -4.8997384125107932e-004, + -1.7089416902058164e-002, + -2.9598991387017283e-003, + -3.8998946922905289e-004, + -4.9999999995518581e-005, + -8.9999999991933447e-005, + -6.5900417302198174e-003, + 1.1999999998924458e-004, + -2.6999999997580034e-004, + -1.8316094826847287e-001, + 2.7999999997490400e-004, + -3.2599561529611147e-003, + -4.2250165827248998e-001, + 1.9999999998207433e-004, + -7.8498755921186901e-003, + -2.8663087781865987e-001, + 5.9999999994622291e-005, + -3.9999999996414865e-005, + -2.6999534677236972e-003, + -8.5870257737473130e-002, + -1.4200047788719221e-002, + 3.9999999996414865e-005, + -1.8200086911844525e-003, + -1.9999999998207433e-004, + -1.9999999998207433e-005, + -2.3999999842602346e-004, + 2.7799087645080695e-003, + 1.8999999998297061e-004, + 9.4796825087208689e-003, + 4.1998773010299258e-004, + 7.7997308005767260e-003, + 1.5999999998565946e-004, + 2.7199079303358601e-003, + 5.1998333486989398e-004, + 7.9999999992829730e-005, + 3.9999999996414865e-005, + 3.3997720092663659e-004, + 4.3996932667056242e-004, + 1.3999999998745200e-004, + 1.9999999998207433e-005, + 1.0999999995455543e-004, + 5.9999999976829571e-005, + -1.9999999998207433e-005, + 1.4999999993317757e-004, + 6.6000347679193334e-004, + 3.9999999996414865e-005, + 3.1999999830320053e-004, + 3.9999999996414865e-005, + -7.9999999966140657e-005, + -6.9999999967036927e-005, + -2.9999999997311145e-005, + -6.9999999967036927e-005, + -3.9999999996414865e-005, + -2.9999999997311145e-005, + -1.2999999998834829e-004, + -1.5998773129064531e-004, + -9.9999999991037163e-005, + -2.9999999997311145e-005, + -3.2998946962254700e-004, + -1.0899622741230546e-003, + -1.9999999998207433e-005, + -1.2599561389840780e-003, + -1.9999999998207433e-005, + -6.9997806870953207e-004, + -2.1999999920404889e-004, + -3.9999999996414865e-005, + -8.9999999991933447e-005, + -1.8400113012261245e-003, + -3.9999999996414865e-005, + -5.3900269440916079e-003, + -1.1999999998924458e-004, + -5.5900217228224049e-003, + -8.9999999991933447e-005, + -2.8500095558023656e-003, + -1.9999999998207433e-005, + -8.3000260569979234e-004, + -1.5999999998565946e-004, + -1.9999999998207433e-005, + 3.9999999996414865e-005, + 1.4999999998655572e-004, + 1.8999999998297061e-004, + 1.0999999999014087e-004, + 3.9999999996414865e-005, + -2.9999999997311145e-005, + -1.9999999998207433e-005, + -1.9999999998207433e-005, + -6.9999999993726000e-005, + -9.9999999991037163e-005, + -6.9999999993726000e-005, + -2.9999999997311145e-005 +} }; + +constexpr array g_MAIN_S3_DE405 +{ { + 3.8500052903228404e+005, + -3.1483021922752781e+000, + -2.9999999997633791e-005, + 3.7998579755659352e-004, + 7.9660570476435268e+001, + -2.0905354935205090e+004, + -1.0325754836510391e-001, + -8.3697366020164584e-003, + -4.4211771171071561e+000, + -5.6992511533509469e+002, + -1.0199309130843224e-003, + 3.2999012092559170e-004, + -1.1100043220264174e-003, + -2.3210429822877586e+001, + 2.6000518651625334e-004, + 1.9999999998422528e-005, + 2.7000172882429092e-004, + -1.1169370611059974e+000, + 3.9999999996845056e-005, + 1.9999999998422528e-005, + -5.8880462467805837e-002, + -3.2900311189610690e-003, + -1.9000172883060085e-004, + -1.0999999999132389e-004, + -1.7399524762050224e-003, + -2.6739186021817699e-002, + -4.2240654624048563e-001, + 1.4999999998816893e-004, + -1.8999999998501401e-004, + -7.0026958822396903e+000, + -5.0197444683412334e-002, + -6.9999999994478830e-005, + -7.6895896701093900e-003, + -1.2962022217205058e+002, + 3.3463244089062189e-001, + 2.9999999997633791e-005, + -1.8566992299900853e-001, + 4.8888328059174846e+001, + -1.5802147102879513e-001, + 2.9999999997633791e-005, + -2.4809697845850509e-001, + 1.0475529267427028e+002, + -6.8196431963242548e-003, + 4.9999999996056319e-005, + 3.2648340142780188e-002, + 5.7508577057015726e+000, + -2.9999999997633786e-004, + -7.9995730218233028e-004, + 3.5507868338050058e-001, + -5.9999999995267581e-005, + 2.3039298527847123e-002, + 1.5299568826931335e-003, + 9.9999999992112637e-005, + -4.9999999996056319e-005, + -6.5995523869077661e-004, + -9.3793569172097267e-003, + -1.3617045669341818e-001, + -9.8991435536443227e-004, + -3.0997545870701143e-004, + -2.1171282169327208e+000, + 4.4995982169380271e-003, + -5.5794921950237464e-003, + 1.0656722650829162e+000, + -3.4196904093387018e-003, + -2.3697891063466005e-003, + 1.1655363585022665e+000, + -1.0999999999132389e-004, + 1.7998772935153386e-004, + 5.0716436611946462e-002, + 2.2798455837538525e-003, + 8.9999999992901368e-005, + -2.0997545871489877e-004, + -2.8696957386574184e-003, + -1.9999999998422528e-005, + -3.8935784344622658e-002, + 6.9999999994478830e-005, + -1.6998159403518818e-004, + 2.1267663221308263e-002, + -6.9999999994478830e-005, + -2.9999999997633791e-005, + 1.9117925823248456e-002, + 7.7991669876697665e-004, + 2.9999999997633791e-005, + -5.9999999995267581e-005, + -7.2989569871707838e-004, + 3.3995091743610744e-004, + 3.6994478211660676e-004, + -5.9999999976149397e-005, + 3.4996318794531937e-004, + -1.6098220750738919e-003, + 3.9999999996845056e-005, + 2.8997545860343885e-004, + 8.4393950201855413e-003, + -2.3998159394363517e-004, + -2.9477842955863663e-002, + -2.9999999997633791e-005, + -1.9999999998422528e-005, + 1.5898860148522863e-003, + 3.5997545731815292e-004, + 3.9999999996845056e-005, + 9.9999999953876269e-005, + 6.4997891613239060e-004, + 1.9999999998422528e-005, + -4.2198517073415813e-003, + -7.9999999965012830e-005, + -1.0999999995308753e-004, + 1.1410603535319587e-001, + 2.0999999990696381e-004, + -1.3659260861906745e-002, + 4.9755215400672276e-001, + -7.3996384925082781e-004, + 4.3997385525540976e-004, + 1.0997620731914327e-001, + -6.9999999965801547e-005, + -2.9999999997633791e-005, + 1.1209625212771860e-002, + 9.6996750810329085e-004, + 7.9999999965012830e-005, + -2.9999999997633791e-005, + -4.3000345749475338e-004, + -6.3600397530792401e-003, + -1.8999999991810035e-004, + -9.9380481230041715e-002, + -4.7999485445292023e-004, + -2.7799622097322992e-003, + -1.7385258128996706e+000, + 4.5699364414918571e-003, + -4.2319342957746767e-002, + -8.3791066502014502e+000, + -2.4709621847278977e-002, + -7.9562638278438003e-001, + 1.0874270127246304e+002, + -1.8739690056048076e-002, + 1.6999999992923693e-004, + 6.0549065378075952e-002, + 6.3220031516918853e+000, + -1.6399763697789705e-003, + 2.0299712263623713e-003, + 3.7852141276755424e-001, + -1.2999999994195094e-004, + 1.0999999995308753e-004, + 2.3680120083704129e-002, + 1.5200095067157658e-003, + 9.9999999953876269e-005, + 5.9999999976149397e-005, + 1.0099692386042803e-003, + 1.7289444030638344e-002, + 1.3999999994116218e-004, + 7.9999999965012830e-005, + 3.3224888279882392e-001, + -1.4799220185026741e-003, + 1.5599202896221002e-003, + 8.5124033619353401e-001, + 3.3098244400641009e-003, + 3.3788197501593308e-002, + -1.6674723746336660e+001, + -5.9999999976149397e-005, + -5.6197041728912800e-003, + -9.3331755043545517e-001, + -3.6998772836866227e-004, + -5.9038041580494902e-002, + -1.9999999998422528e-005, + -3.9198779032451961e-003, + -2.7000172872869996e-004, + 1.9999999998422528e-005, + 2.7998159392136196e-004, + 3.2397710884068728e-003, + 4.3796878710824355e-003, + -1.9999999998422528e-005, + 3.7287275130270789e-002, + 1.9999999998422528e-005, + 6.4595388101637554e-003, + 6.6995351042992298e-004, + 5.9999999976149397e-005, + 5.9999999976149397e-005, + 7.9999999965012830e-005, + 5.3993864658532283e-004, + 6.9999999965801547e-005, + -1.9999999998422528e-005, + -1.1997545872199740e-004, + -5.7989569831188030e-004, + -3.9999999996845056e-005, + 3.5994478211739549e-004, + -4.2593811093623989e-003, + 2.9999999997633791e-005, + -1.5777680821354629e-002, + -1.1298360731086838e-003, + -8.9987729358632481e-005, + 1.9999999998422528e-005, + 4.5995264627222943e-004, + 1.1158808366184655e-002, + 2.9999999997633791e-005, + 2.5996932339382065e-004, + -1.4806393807175231e-001, + 6.9999999994478830e-005, + 1.0398640811513848e-003, + -4.1071485480076358e-001, + 2.6996932339303192e-004, + -2.8546907073008252e-002, + 2.9999999997633791e-005, + -2.0897737689961008e-003, + -1.5998159403597692e-004, + 2.9999999997633791e-005, + 6.6995523952404629e-004, + 1.9999999998422528e-005, + 1.5168961243902334e-002, + 4.0996932338198958e-004, + 3.4301591248131014e-001, + 9.8991435661551982e-004, + 9.5691427477273029e-003, + -4.9501348002130729e+000, + 1.6798497951639492e-003, + 2.8387413047911467e-002, + -9.8844666217709616e+000, + -2.9999999997633791e-005, + 7.9192899476857939e-003, + -6.5753295021873692e-001, + 8.3992576200476792e-004, + -4.6076771497468638e-002, + 5.9999999995267581e-005, + -3.3497710052450623e-003, + -2.4998332287446507e-004, + -1.9999999998422528e-005, + 5.9999999995267581e-005, + 1.1899665613369270e-003, + 3.9999999996845056e-005, + 2.3339287993958329e-002, + 7.8995730385123561e-004, + 4.9504416423055558e-001, + -4.5997558426192373e-004, + 1.5179225244421566e-002, + 1.0056203077190446e+001, + 3.0238458352181256e-002, + 3.2334304986755269e-001, + -1.5213780942589074e+002, + 3.7338055220178724e-002, + -3.4997612144415849e-004, + 6.5706432249497604e-001, + -2.0458611646087306e+002, + 1.0799619981539893e-003, + -8.4993836896337369e-004, + 2.0940900061519147e-001, + -1.2831403332461623e+001, + 1.7288455868366050e-009, + 1.2999999998974642e-004, + 1.8039081008914867e-002, + -8.4880182533646864e-001, + 1.2699337512832878e-003, + -5.8498146534920067e-002, + 8.9999999992901368e-005, + -4.1298734075970499e-003, + -3.0000259324471811e-004, + -1.9999999998422528e-005, + 2.0000259325260553e-004, + 3.0400285232102318e-003, + 1.1999999999053516e-004, + 4.7400373388124431e-002, + -1.9999999998422528e-005, + 1.8799811461358263e-003, + 7.7854492106106743e-001, + 4.7999571822327815e-004, + 2.9099632684995498e-002, + 1.4402688569714263e+001, + -2.0079749835047431e-002, + -1.7999999998580274e-004, + -1.9999999998422528e-005, + 4.7262331352426273e-001, + 2.4615847485355792e+002, + 7.7403905203800960e-001, + -1.3999999998895766e-004, + -3.8998452277728355e-004, + 8.7515627423090212e+000, + -3.6991108963980764e+003, + 5.9632094424355830e-001, + -7.4497493960877454e-003, + 1.0321107477029065e+001, + -2.9559675579724144e+003, + 3.1429705179098821e-002, + -1.8659382347128925e-002, + 4.1311146504675742e+000, + -1.7073307712477057e+002, + 1.8099967120070663e-003, + 2.1899295292498355e-003, + 2.8398596703683637e-001, + -1.0444757567465345e+001, + 1.4000259325733791e-004, + 1.9999999998422528e-005, + 1.8109768286069500e-002, + -6.6968349796415183e-001, + 1.1899884332213365e-003, + -4.4220290390859181e-002, + 7.9999999993690113e-005, + -2.9800242002669388e-003, + -2.0000172882981212e-004, + 8.9999999992901368e-005, + 1.1599665580030599e-003, + 2.9999999997633791e-005, + 1.4169567487434505e-002, + 2.0999999914937822e-004, + 1.6857464438507142e-001, + 2.9998772934206898e-004, + 5.1997384415181720e-004, + 1.4367546693920624e-001, + -2.0298946113646351e-003, + -4.7357511109689158e-002, + 2.4208498126462157e+001, + -5.8796967594376207e-003, + 1.1999999999053516e-004, + -1.3571262803566508e-001, + 3.0823859669312185e+001, + -1.4299250222681243e-003, + 3.9997225214222595e-004, + -5.5267094626872112e-002, + 2.6164091256911890e+000, + -1.4999999998816893e-004, + -4.9999999996056319e-005, + -5.3697280934811922e-003, + 2.1251296078252663e-001, + -4.3997558426350119e-004, + 1.7039459745806843e-002, + -3.9999999996845056e-005, + 1.3499595590822043e-003, + 1.0999999999132389e-004, + -4.0997191665036983e-004, + -2.9999999997633791e-005, + -1.0359283208969236e-002, + -5.4995104298628740e-004, + -1.0887233560054606e-001, + -4.5995544946493360e-004, + -1.0719047501313197e-002, + 2.3536309333839598e+000, + -3.9999999996845056e-005, + 7.9992662643071628e-004, + 1.4762958932276996e-001, + 1.8698379332023052e-003, + 9.1193710011059047e-003, + 9.9999999992112637e-005, + 3.5997805197144798e-004, + -9.9999999992112637e-005, + -5.1994651011630420e-004, + -2.9999999997633791e-005, + 2.0797755805319401e-003, + -2.3997545787847422e-004, + 1.9999999998422528e-005, + 2.9999999997633791e-005, + -2.9999999997633791e-005, + 7.9999999965012830e-005, + 6.4992637465305402e-004, + 2.9999999997633791e-005, + -5.4993864658453410e-004, + -3.9999999996845056e-005, + -1.5998772929575679e-004, + 2.2398412595603114e-003, + -4.9999999976938134e-005, + 1.3889003983154241e-002, + 6.9993930925565050e-004, + -1.0479229613358202e-002, + 1.9999999998422528e-005, + -6.6995091716154278e-004, + -2.9999999997633791e-005, + -1.1999999994273970e-004, + -3.3398928496763268e-003, + -1.3999999994116218e-004, + 5.2928221875853429e-002, + -5.9999999976149397e-005, + -8.8995384582716522e-004, + 2.5560112481644193e-001, + 1.4409224712398312e-002, + -1.5707413311609472e-001, + 4.8997385523234793e-004, + -8.8696764674312967e-003, + 2.9999999997633791e-005, + -2.9999999986162873e-004, + -2.9999999997633791e-005, + -1.7000103723085354e-003, + -4.9999999996056319e-005, + -4.8430210614243123e-002, + -1.2999999994195094e-004, + -2.0599712263504460e-003, + 8.6243277191744838e-001, + -1.0099879787956634e-003, + -8.6798611953819403e-003, + 3.2582370457252900e+000, + -5.9999999976149397e-005, + -1.7999999991888909e-004, + 2.0098657627468236e-001, + -1.4189284149249450e+000, + -1.4999999993081436e-004, + 4.9999999976938134e-005, + 6.7098942902756283e-003, + -6.5449921480596931e-002, + -1.9999999998422528e-005, + 3.4999999983856690e-004, + -1.1099974149906414e-003, + 1.5999999867893818e-004, + 2.9999999997633791e-005, + -4.9999999996056319e-005, + -6.4997977930409659e-004, + -6.7997804204870567e-003, + -1.9999999998422528e-005, + -8.9999999954665000e-005, + 3.8098713336470323e-002, + 6.9999999965801547e-005, + -2.2999999989582721e-004, + -2.1258262202509592e-001, + 5.9999999976149397e-005, + -8.0795662014067418e-003, + -1.0765620159727074e-001, + -1.7999999991888909e-004, + -1.4479504321496651e-002, + -1.4999508303474602e-003, + -1.3999999993160309e-004, + -6.9999999965801547e-005, + 3.1997545650636777e-004, + 9.8992810667422994e-004, + 8.9987729320396113e-005, + 1.6198834265763306e-003, + 2.7998159392136196e-004, + 2.9999999997633791e-005, + -2.5919503791250381e-009, + -3.9999999996845056e-005, + 9.9987729319607382e-005, + 1.9980180920396742e-005, + -3.9999999996845056e-005, + -1.9999999998422528e-005, + -2.1996932339697558e-004, + -7.7988342682777840e-004, + -4.4993251022494053e-004, + -5.9999999995267581e-005, + -1.0998772935705501e-004, + -5.1294519652774441e-003, + -5.9999999995267581e-005, + -1.5708296600154038e-002, + -2.1997545871411001e-004, + -8.1691050005996118e-003, + -1.1398737481824078e-003, + -1.2998772935547754e-004, + -1.9999999998422528e-005, + -1.1999999999053516e-004, + -2.9999999997633791e-005, + -2.3898333081065581e-003, + 3.9999999996845056e-005, + -3.5997545870306773e-004, + -1.0833240536198517e-001, + 1.0999999999132389e-004, + -1.4498750753066776e-003, + -2.7904005944795895e-001, + 4.9999999996056319e-005, + -4.0296358495893600e-003, + -1.2805074866085511e-001, + 2.2998159403045575e-004, + -1.7278774975208779e-002, + 4.9999999996056319e-005, + -1.8398719332559123e-003, + -1.7998772935153386e-004, + -3.9999999996845056e-005, + -4.0999118702456658e-004, + -4.9999999996056319e-005, + -2.2999287980640212e-003, + -5.8996644322528193e-004, + -4.3158622600503828e-002, + 7.6996117231674355e-004, + -6.6096631128729020e-003, + -1.8970367440031213e+000, + 1.5999167452340915e-003, + -5.9999999995267581e-005, + -2.6978591089253386e-002, + -3.9579826757930436e+000, + 6.8996644280036536e-004, + 2.9999999997633791e-005, + -5.7886882828892962e-002, + -1.5713943644518369e+000, + 7.9999999993690113e-005, + 4.9999999996056319e-005, + 2.7198614490906497e-003, + -2.0285309525301440e-001, + 5.4997558342076685e-004, + -2.0789318692135777e-002, + 5.9999999995267581e-005, + -1.9399367441105431e-003, + -1.6999999998659149e-004, + -4.9999999996056319e-005, + -5.5000518565932169e-004, + -5.9999999995267581e-005, + -5.4200423475317698e-003, + -7.1999271291212379e-004, + -2.9390184947878158e-002, + -8.9999999992901368e-005, + -7.4399077426542878e-003, + -5.1423241968031275e-001, + 9.2498845670986977e-003, + -1.3999999998895766e-004, + -7.9818881687893625e-002, + -2.1636343445651161e+001, + 1.4829797329931681e-002, + -7.9997291401692023e-004, + -3.2175507677622006e-001, + -3.4782523344715479e+001, + 5.4999214095694041e-003, + 3.1998839208079367e-004, + -5.0792132716165672e-001, + -1.1649947731911631e+001, + 6.6999271333309670e-004, + 4.9998452276860735e-004, + 1.9379704871355423e-002, + -1.4225541054826600e+000, + 6.9999999994478830e-005, + 3.9999450408357258e-003, + -1.3922061526530222e-001, + 4.3999485463769793e-004, + -1.2430067394388417e-002, + 3.9999999996845056e-005, + -1.0600077772193598e-003, + -8.9999999992901368e-005, + -3.9999999996845056e-005, + 9.2996923689824906e-004, + -2.3989246527191473e-002, + -6.9999999994478830e-005, + 3.5998773142248240e-004, + 2.3695196220855216e-001, + -2.1999999998264779e-004, + 1.5509193615448615e-002, + 5.7878979678519837e-001, + -1.1999999999053516e-004, + 1.9688939362482304e-002, + 2.4452135952649218e-001, + -2.9999999997633791e-005, + -2.9999999997633791e-005, + 1.2999999873865894e-004, + 3.6818750368665838e-002, + -7.9999999993690113e-005, + 4.2998577586114287e-003, + 4.4998418603039634e-004, + 3.9999999996845056e-005, + -2.9999999997633791e-005, + 1.9999999998422528e-005, + 2.5198280351168174e-003, + 2.0998159403203323e-004, + 2.6578132750592169e-002, + -6.3993930785036192e-004, + 1.8678664531883406e-002, + 4.9999999996056319e-005, + 1.3599096100364008e-003, + 2.9999999997633791e-005, + -1.4998159403676562e-004, + -1.9997545871568750e-004, + -2.9999999997633791e-005, + 2.9999999997633791e-005, + 8.9999999964224085e-005, + 4.3996932196603133e-004, + 1.9999999998422528e-005, + -5.9999999976149397e-005, + -1.5998772929575679e-004, + -1.9999999998422528e-005, + 2.9999999997633791e-005, + 1.2799569653413907e-003, + 2.9999999997633791e-005, + 5.7298104005903266e-003, + 3.3998772921464590e-004, + -5.5997373255061008e-004, + 2.0999999990696381e-004, + -1.5299447789493925e-003, + 2.9999999997633791e-005, + -1.8999999991810035e-004, + 2.6000172872948869e-004, + 3.9999999996845056e-005, + 1.1490054433022383e-002, + -1.9999999998422528e-005, + 2.9999999986162873e-004, + 4.5910183303345259e-002, + 2.8099578851042317e-003, + -2.4799487254914118e-003, + 1.4199767806551116e-003, + -8.1399939349424515e-003, + 1.9999999990775254e-004, + -8.8999999959523410e-004, + -5.9999999976149397e-005, + 2.9999999997633791e-005, + 3.7998945636984291e-004, + -2.5599166103938880e-003, + -1.4999999993081436e-004, + -3.1098903362823788e-003, + -8.9999999964224085e-005, + -1.1099596426306444e-003, + -1.9999999990775254e-004, + -2.9999999997633791e-005, + 6.9999999965801547e-005, + 2.9999999997633791e-005, + -2.9999999997633791e-005, + -2.9999999997633791e-005, + -1.1998772935626628e-004, + -4.3995091617713257e-004, + -4.2995091576089210e-004, + -1.6998159403518818e-004, + -2.9999999997633791e-005, + -6.9999999994478830e-005, + -1.9498683911984820e-003, + -2.9999999997633791e-005, + -6.1795667138423707e-003, + -1.0999999999132389e-004, + -5.4096132875293794e-003, + -4.9999999996056319e-005, + -1.9398623381545711e-003, + -3.4997545745276901e-004, + -4.9999999996056319e-005, + -8.4997450738187076e-004, + -2.9999999997633791e-005, + -2.4359225285690501e-002, + 3.9999999996845056e-005, + -4.0998772933339289e-004, + -6.6777798173381114e-002, + 3.9999999996845056e-005, + -1.2099394321210598e-003, + -5.1908238367859794e-002, + -4.8997385374585406e-004, + -1.7089416576075510e-002, + -2.9598990618660836e-003, + -3.8998945651244057e-004, + -4.9999999996056319e-005, + -8.9999999992901368e-005, + -6.5900414730079944e-003, + 1.1999999999053516e-004, + -2.6999999997870410e-004, + -1.8316094280828835e-001, + 2.7999999997791532e-004, + -3.2599561972231688e-003, + -4.2250164916974597e-001, + 1.9999999998422528e-004, + -7.8498757930982599e-003, + -2.8663087332152248e-001, + 5.9999999995267581e-005, + -3.9999999996845056e-005, + -2.6999535602876198e-003, + -8.5870256485955698e-002, + -1.4200047492090133e-002, + 3.9999999996845056e-005, + -1.8200086374119174e-003, + -1.9999999998422528e-004, + -1.9999999998422528e-005, + -2.3999999831295370e-004, + 2.7799086682335217e-003, + 1.8999999998501401e-004, + 9.4796822552229501e-003, + 4.1998772808151676e-004, + 7.7997306363464932e-003, + 1.5999999998738023e-004, + 2.7199078769132544e-003, + 5.1998332118505263e-004, + 7.9999999993690113e-005, + 3.9999999996845056e-005, + 3.3997718629914461e-004, + 4.3996932171150673e-004, + 1.3999999998895766e-004, + 1.9999999998422528e-005, + 1.0999999995308753e-004, + 5.9999999976149397e-005, + -1.9999999998422528e-005, + 1.4999999993081436e-004, + 6.6000345530543478e-004, + 3.9999999996845056e-005, + 3.1999999818237558e-004, + 3.9999999996845056e-005, + -7.9999999965012830e-005, + -6.9999999965801547e-005, + -2.9999999997633791e-005, + -6.9999999965801547e-005, + -3.9999999996845056e-005, + -2.9999999997633791e-005, + -1.2999999998974642e-004, + -1.5998772935311135e-004, + -9.9999999992112637e-005, + -2.9999999997633791e-005, + -3.2998945693420216e-004, + -1.0899622350605558e-003, + -1.9999999998422528e-005, + -1.2599560988959544e-003, + -1.9999999998422528e-005, + -6.9997804860839755e-004, + -2.1999999914858946e-004, + -3.9999999996845056e-005, + -8.9999999992901368e-005, + -1.8400112315127785e-003, + -3.9999999996845056e-005, + -5.3900267774981249e-003, + -1.1999999999053516e-004, + -5.5900215880263860e-003, + -8.9999999992901368e-005, + -2.8500094963320923e-003, + -1.9999999998422528e-005, + -8.3000258944965276e-004, + -1.5999999998738023e-004, + -1.9999999998422528e-005, + 3.9999999996845056e-005, + 1.4999999998816893e-004, + 1.8999999998501401e-004, + 1.0999999999132389e-004, + 3.9999999996845056e-005, + -2.9999999997633791e-005, + -1.9999999998422528e-005, + -1.9999999998422528e-005, + -6.9999999994478830e-005, + -9.9999999992112637e-005, + -6.9999999994478830e-005, + -2.9999999997633791e-005 +} }; + +constexpr array g_MAIN_S3_DE406 +{ { + 3.8500052903228404e+005, + -3.1483021922752781e+000, + -2.9999999997633791e-005, + 3.7998579755659352e-004, + 7.9660570476435268e+001, + -2.0905354935205090e+004, + -1.0325754836510391e-001, + -8.3697366020164584e-003, + -4.4211771171071561e+000, + -5.6992511533509469e+002, + -1.0199309130843224e-003, + 3.2999012092559170e-004, + -1.1100043220264174e-003, + -2.3210429822877586e+001, + 2.6000518651625334e-004, + 1.9999999998422528e-005, + 2.7000172882429092e-004, + -1.1169370611059974e+000, + 3.9999999996845056e-005, + 1.9999999998422528e-005, + -5.8880462467805837e-002, + -3.2900311189610690e-003, + -1.9000172883060085e-004, + -1.0999999999132389e-004, + -1.7399524762050224e-003, + -2.6739186021817699e-002, + -4.2240654624048563e-001, + 1.4999999998816893e-004, + -1.8999999998501401e-004, + -7.0026958822396903e+000, + -5.0197444683412334e-002, + -6.9999999994478830e-005, + -7.6895896701093900e-003, + -1.2962022217205058e+002, + 3.3463244089062189e-001, + 2.9999999997633791e-005, + -1.8566992299900853e-001, + 4.8888328059174846e+001, + -1.5802147102879513e-001, + 2.9999999997633791e-005, + -2.4809697845850509e-001, + 1.0475529267427028e+002, + -6.8196431963242548e-003, + 4.9999999996056319e-005, + 3.2648340142780188e-002, + 5.7508577057015726e+000, + -2.9999999997633786e-004, + -7.9995730218233028e-004, + 3.5507868338050058e-001, + -5.9999999995267581e-005, + 2.3039298527847123e-002, + 1.5299568826931335e-003, + 9.9999999992112637e-005, + -4.9999999996056319e-005, + -6.5995523869077661e-004, + -9.3793569172097267e-003, + -1.3617045669341818e-001, + -9.8991435536443227e-004, + -3.0997545870701143e-004, + -2.1171282169327208e+000, + 4.4995982169380271e-003, + -5.5794921950237464e-003, + 1.0656722650829162e+000, + -3.4196904093387018e-003, + -2.3697891063466005e-003, + 1.1655363585022665e+000, + -1.0999999999132389e-004, + 1.7998772935153386e-004, + 5.0716436611946462e-002, + 2.2798455837538525e-003, + 8.9999999992901368e-005, + -2.0997545871489877e-004, + -2.8696957386574184e-003, + -1.9999999998422528e-005, + -3.8935784344622658e-002, + 6.9999999994478830e-005, + -1.6998159403518818e-004, + 2.1267663221308263e-002, + -6.9999999994478830e-005, + -2.9999999997633791e-005, + 1.9117925823248456e-002, + 7.7991669876697665e-004, + 2.9999999997633791e-005, + -5.9999999995267581e-005, + -7.2989569871707838e-004, + 3.3995091743610744e-004, + 3.6994478211660676e-004, + -5.9999999976149397e-005, + 3.4996318794531937e-004, + -1.6098220750738919e-003, + 3.9999999996845056e-005, + 2.8997545860343885e-004, + 8.4393950201855413e-003, + -2.3998159394363517e-004, + -2.9477842955863663e-002, + -2.9999999997633791e-005, + -1.9999999998422528e-005, + 1.5898860148522863e-003, + 3.5997545731815292e-004, + 3.9999999996845056e-005, + 9.9999999953876269e-005, + 6.4997891613239060e-004, + 1.9999999998422528e-005, + -4.2198517073415813e-003, + -7.9999999965012830e-005, + -1.0999999995308753e-004, + 1.1410603535319587e-001, + 2.0999999990696381e-004, + -1.3659260861906745e-002, + 4.9755215400672276e-001, + -7.3996384925082781e-004, + 4.3997385525540976e-004, + 1.0997620731914327e-001, + -6.9999999965801547e-005, + -2.9999999997633791e-005, + 1.1209625212771860e-002, + 9.6996750810329085e-004, + 7.9999999965012830e-005, + -2.9999999997633791e-005, + -4.3000345749475338e-004, + -6.3600397530792401e-003, + -1.8999999991810035e-004, + -9.9380481230041715e-002, + -4.7999485445292023e-004, + -2.7799622097322992e-003, + -1.7385258128996706e+000, + 4.5699364414918571e-003, + -4.2319342957746767e-002, + -8.3791066502014502e+000, + -2.4709621847278977e-002, + -7.9562638278438003e-001, + 1.0874270127246304e+002, + -1.8739690056048076e-002, + 1.6999999992923693e-004, + 6.0549065378075952e-002, + 6.3220031516918853e+000, + -1.6399763697789705e-003, + 2.0299712263623713e-003, + 3.7852141276755424e-001, + -1.2999999994195094e-004, + 1.0999999995308753e-004, + 2.3680120083704129e-002, + 1.5200095067157658e-003, + 9.9999999953876269e-005, + 5.9999999976149397e-005, + 1.0099692386042803e-003, + 1.7289444030638344e-002, + 1.3999999994116218e-004, + 7.9999999965012830e-005, + 3.3224888279882392e-001, + -1.4799220185026741e-003, + 1.5599202896221002e-003, + 8.5124033619353401e-001, + 3.3098244400641009e-003, + 3.3788197501593308e-002, + -1.6674723746336660e+001, + -5.9999999976149397e-005, + -5.6197041728912800e-003, + -9.3331755043545517e-001, + -3.6998772836866227e-004, + -5.9038041580494902e-002, + -1.9999999998422528e-005, + -3.9198779032451961e-003, + -2.7000172872869996e-004, + 1.9999999998422528e-005, + 2.7998159392136196e-004, + 3.2397710884068728e-003, + 4.3796878710824355e-003, + -1.9999999998422528e-005, + 3.7287275130270789e-002, + 1.9999999998422528e-005, + 6.4595388101637554e-003, + 6.6995351042992298e-004, + 5.9999999976149397e-005, + 5.9999999976149397e-005, + 7.9999999965012830e-005, + 5.3993864658532283e-004, + 6.9999999965801547e-005, + -1.9999999998422528e-005, + -1.1997545872199740e-004, + -5.7989569831188030e-004, + -3.9999999996845056e-005, + 3.5994478211739549e-004, + -4.2593811093623989e-003, + 2.9999999997633791e-005, + -1.5777680821354629e-002, + -1.1298360731086838e-003, + -8.9987729358632481e-005, + 1.9999999998422528e-005, + 4.5995264627222943e-004, + 1.1158808366184655e-002, + 2.9999999997633791e-005, + 2.5996932339382065e-004, + -1.4806393807175231e-001, + 6.9999999994478830e-005, + 1.0398640811513848e-003, + -4.1071485480076358e-001, + 2.6996932339303192e-004, + -2.8546907073008252e-002, + 2.9999999997633791e-005, + -2.0897737689961008e-003, + -1.5998159403597692e-004, + 2.9999999997633791e-005, + 6.6995523952404629e-004, + 1.9999999998422528e-005, + 1.5168961243902334e-002, + 4.0996932338198958e-004, + 3.4301591248131014e-001, + 9.8991435661551982e-004, + 9.5691427477273029e-003, + -4.9501348002130729e+000, + 1.6798497951639492e-003, + 2.8387413047911467e-002, + -9.8844666217709616e+000, + -2.9999999997633791e-005, + 7.9192899476857939e-003, + -6.5753295021873692e-001, + 8.3992576200476792e-004, + -4.6076771497468638e-002, + 5.9999999995267581e-005, + -3.3497710052450623e-003, + -2.4998332287446507e-004, + -1.9999999998422528e-005, + 5.9999999995267581e-005, + 1.1899665613369270e-003, + 3.9999999996845056e-005, + 2.3339287993958329e-002, + 7.8995730385123561e-004, + 4.9504416423055558e-001, + -4.5997558426192373e-004, + 1.5179225244421566e-002, + 1.0056203077190446e+001, + 3.0238458352181256e-002, + 3.2334304986755269e-001, + -1.5213780942589074e+002, + 3.7338055220178724e-002, + -3.4997612144415849e-004, + 6.5706432249497604e-001, + -2.0458611646087306e+002, + 1.0799619981539893e-003, + -8.4993836896337369e-004, + 2.0940900061519147e-001, + -1.2831403332461623e+001, + 1.7288455868366050e-009, + 1.2999999998974642e-004, + 1.8039081008914867e-002, + -8.4880182533646864e-001, + 1.2699337512832878e-003, + -5.8498146534920067e-002, + 8.9999999992901368e-005, + -4.1298734075970499e-003, + -3.0000259324471811e-004, + -1.9999999998422528e-005, + 2.0000259325260553e-004, + 3.0400285232102318e-003, + 1.1999999999053516e-004, + 4.7400373388124431e-002, + -1.9999999998422528e-005, + 1.8799811461358263e-003, + 7.7854492106106743e-001, + 4.7999571822327815e-004, + 2.9099632684995498e-002, + 1.4402688569714263e+001, + -2.0079749835047431e-002, + -1.7999999998580274e-004, + -1.9999999998422528e-005, + 4.7262331352426273e-001, + 2.4615847485355792e+002, + 7.7403905203800960e-001, + -1.3999999998895766e-004, + -3.8998452277728355e-004, + 8.7515627423090212e+000, + -3.6991108963980764e+003, + 5.9632094424355830e-001, + -7.4497493960877454e-003, + 1.0321107477029065e+001, + -2.9559675579724144e+003, + 3.1429705179098821e-002, + -1.8659382347128925e-002, + 4.1311146504675742e+000, + -1.7073307712477057e+002, + 1.8099967120070663e-003, + 2.1899295292498355e-003, + 2.8398596703683637e-001, + -1.0444757567465345e+001, + 1.4000259325733791e-004, + 1.9999999998422528e-005, + 1.8109768286069500e-002, + -6.6968349796415183e-001, + 1.1899884332213365e-003, + -4.4220290390859181e-002, + 7.9999999993690113e-005, + -2.9800242002669388e-003, + -2.0000172882981212e-004, + 8.9999999992901368e-005, + 1.1599665580030599e-003, + 2.9999999997633791e-005, + 1.4169567487434505e-002, + 2.0999999914937822e-004, + 1.6857464438507142e-001, + 2.9998772934206898e-004, + 5.1997384415181720e-004, + 1.4367546693920624e-001, + -2.0298946113646351e-003, + -4.7357511109689158e-002, + 2.4208498126462157e+001, + -5.8796967594376207e-003, + 1.1999999999053516e-004, + -1.3571262803566508e-001, + 3.0823859669312185e+001, + -1.4299250222681243e-003, + 3.9997225214222595e-004, + -5.5267094626872112e-002, + 2.6164091256911890e+000, + -1.4999999998816893e-004, + -4.9999999996056319e-005, + -5.3697280934811922e-003, + 2.1251296078252663e-001, + -4.3997558426350119e-004, + 1.7039459745806843e-002, + -3.9999999996845056e-005, + 1.3499595590822043e-003, + 1.0999999999132389e-004, + -4.0997191665036983e-004, + -2.9999999997633791e-005, + -1.0359283208969236e-002, + -5.4995104298628740e-004, + -1.0887233560054606e-001, + -4.5995544946493360e-004, + -1.0719047501313197e-002, + 2.3536309333839598e+000, + -3.9999999996845056e-005, + 7.9992662643071628e-004, + 1.4762958932276996e-001, + 1.8698379332023052e-003, + 9.1193710011059047e-003, + 9.9999999992112637e-005, + 3.5997805197144798e-004, + -9.9999999992112637e-005, + -5.1994651011630420e-004, + -2.9999999997633791e-005, + 2.0797755805319401e-003, + -2.3997545787847422e-004, + 1.9999999998422528e-005, + 2.9999999997633791e-005, + -2.9999999997633791e-005, + 7.9999999965012830e-005, + 6.4992637465305402e-004, + 2.9999999997633791e-005, + -5.4993864658453410e-004, + -3.9999999996845056e-005, + -1.5998772929575679e-004, + 2.2398412595603114e-003, + -4.9999999976938134e-005, + 1.3889003983154241e-002, + 6.9993930925565050e-004, + -1.0479229613358202e-002, + 1.9999999998422528e-005, + -6.6995091716154278e-004, + -2.9999999997633791e-005, + -1.1999999994273970e-004, + -3.3398928496763268e-003, + -1.3999999994116218e-004, + 5.2928221875853429e-002, + -5.9999999976149397e-005, + -8.8995384582716522e-004, + 2.5560112481644193e-001, + 1.4409224712398312e-002, + -1.5707413311609472e-001, + 4.8997385523234793e-004, + -8.8696764674312967e-003, + 2.9999999997633791e-005, + -2.9999999986162873e-004, + -2.9999999997633791e-005, + -1.7000103723085354e-003, + -4.9999999996056319e-005, + -4.8430210614243123e-002, + -1.2999999994195094e-004, + -2.0599712263504460e-003, + 8.6243277191744838e-001, + -1.0099879787956634e-003, + -8.6798611953819403e-003, + 3.2582370457252900e+000, + -5.9999999976149397e-005, + -1.7999999991888909e-004, + 2.0098657627468236e-001, + -1.4189284149249450e+000, + -1.4999999993081436e-004, + 4.9999999976938134e-005, + 6.7098942902756283e-003, + -6.5449921480596931e-002, + -1.9999999998422528e-005, + 3.4999999983856690e-004, + -1.1099974149906414e-003, + 1.5999999867893818e-004, + 2.9999999997633791e-005, + -4.9999999996056319e-005, + -6.4997977930409659e-004, + -6.7997804204870567e-003, + -1.9999999998422528e-005, + -8.9999999954665000e-005, + 3.8098713336470323e-002, + 6.9999999965801547e-005, + -2.2999999989582721e-004, + -2.1258262202509592e-001, + 5.9999999976149397e-005, + -8.0795662014067418e-003, + -1.0765620159727074e-001, + -1.7999999991888909e-004, + -1.4479504321496651e-002, + -1.4999508303474602e-003, + -1.3999999993160309e-004, + -6.9999999965801547e-005, + 3.1997545650636777e-004, + 9.8992810667422994e-004, + 8.9987729320396113e-005, + 1.6198834265763306e-003, + 2.7998159392136196e-004, + 2.9999999997633791e-005, + -2.5919503791250381e-009, + -3.9999999996845056e-005, + 9.9987729319607382e-005, + 1.9980180920396742e-005, + -3.9999999996845056e-005, + -1.9999999998422528e-005, + -2.1996932339697558e-004, + -7.7988342682777840e-004, + -4.4993251022494053e-004, + -5.9999999995267581e-005, + -1.0998772935705501e-004, + -5.1294519652774441e-003, + -5.9999999995267581e-005, + -1.5708296600154038e-002, + -2.1997545871411001e-004, + -8.1691050005996118e-003, + -1.1398737481824078e-003, + -1.2998772935547754e-004, + -1.9999999998422528e-005, + -1.1999999999053516e-004, + -2.9999999997633791e-005, + -2.3898333081065581e-003, + 3.9999999996845056e-005, + -3.5997545870306773e-004, + -1.0833240536198517e-001, + 1.0999999999132389e-004, + -1.4498750753066776e-003, + -2.7904005944795895e-001, + 4.9999999996056319e-005, + -4.0296358495893600e-003, + -1.2805074866085511e-001, + 2.2998159403045575e-004, + -1.7278774975208779e-002, + 4.9999999996056319e-005, + -1.8398719332559123e-003, + -1.7998772935153386e-004, + -3.9999999996845056e-005, + -4.0999118702456658e-004, + -4.9999999996056319e-005, + -2.2999287980640212e-003, + -5.8996644322528193e-004, + -4.3158622600503828e-002, + 7.6996117231674355e-004, + -6.6096631128729020e-003, + -1.8970367440031213e+000, + 1.5999167452340915e-003, + -5.9999999995267581e-005, + -2.6978591089253386e-002, + -3.9579826757930436e+000, + 6.8996644280036536e-004, + 2.9999999997633791e-005, + -5.7886882828892962e-002, + -1.5713943644518369e+000, + 7.9999999993690113e-005, + 4.9999999996056319e-005, + 2.7198614490906497e-003, + -2.0285309525301440e-001, + 5.4997558342076685e-004, + -2.0789318692135777e-002, + 5.9999999995267581e-005, + -1.9399367441105431e-003, + -1.6999999998659149e-004, + -4.9999999996056319e-005, + -5.5000518565932169e-004, + -5.9999999995267581e-005, + -5.4200423475317698e-003, + -7.1999271291212379e-004, + -2.9390184947878158e-002, + -8.9999999992901368e-005, + -7.4399077426542878e-003, + -5.1423241968031275e-001, + 9.2498845670986977e-003, + -1.3999999998895766e-004, + -7.9818881687893625e-002, + -2.1636343445651161e+001, + 1.4829797329931681e-002, + -7.9997291401692023e-004, + -3.2175507677622006e-001, + -3.4782523344715479e+001, + 5.4999214095694041e-003, + 3.1998839208079367e-004, + -5.0792132716165672e-001, + -1.1649947731911631e+001, + 6.6999271333309670e-004, + 4.9998452276860735e-004, + 1.9379704871355423e-002, + -1.4225541054826600e+000, + 6.9999999994478830e-005, + 3.9999450408357258e-003, + -1.3922061526530222e-001, + 4.3999485463769793e-004, + -1.2430067394388417e-002, + 3.9999999996845056e-005, + -1.0600077772193598e-003, + -8.9999999992901368e-005, + -3.9999999996845056e-005, + 9.2996923689824906e-004, + -2.3989246527191473e-002, + -6.9999999994478830e-005, + 3.5998773142248240e-004, + 2.3695196220855216e-001, + -2.1999999998264779e-004, + 1.5509193615448615e-002, + 5.7878979678519837e-001, + -1.1999999999053516e-004, + 1.9688939362482304e-002, + 2.4452135952649218e-001, + -2.9999999997633791e-005, + -2.9999999997633791e-005, + 1.2999999873865894e-004, + 3.6818750368665838e-002, + -7.9999999993690113e-005, + 4.2998577586114287e-003, + 4.4998418603039634e-004, + 3.9999999996845056e-005, + -2.9999999997633791e-005, + 1.9999999998422528e-005, + 2.5198280351168174e-003, + 2.0998159403203323e-004, + 2.6578132750592169e-002, + -6.3993930785036192e-004, + 1.8678664531883406e-002, + 4.9999999996056319e-005, + 1.3599096100364008e-003, + 2.9999999997633791e-005, + -1.4998159403676562e-004, + -1.9997545871568750e-004, + -2.9999999997633791e-005, + 2.9999999997633791e-005, + 8.9999999964224085e-005, + 4.3996932196603133e-004, + 1.9999999998422528e-005, + -5.9999999976149397e-005, + -1.5998772929575679e-004, + -1.9999999998422528e-005, + 2.9999999997633791e-005, + 1.2799569653413907e-003, + 2.9999999997633791e-005, + 5.7298104005903266e-003, + 3.3998772921464590e-004, + -5.5997373255061008e-004, + 2.0999999990696381e-004, + -1.5299447789493925e-003, + 2.9999999997633791e-005, + -1.8999999991810035e-004, + 2.6000172872948869e-004, + 3.9999999996845056e-005, + 1.1490054433022383e-002, + -1.9999999998422528e-005, + 2.9999999986162873e-004, + 4.5910183303345259e-002, + 2.8099578851042317e-003, + -2.4799487254914118e-003, + 1.4199767806551116e-003, + -8.1399939349424515e-003, + 1.9999999990775254e-004, + -8.8999999959523410e-004, + -5.9999999976149397e-005, + 2.9999999997633791e-005, + 3.7998945636984291e-004, + -2.5599166103938880e-003, + -1.4999999993081436e-004, + -3.1098903362823788e-003, + -8.9999999964224085e-005, + -1.1099596426306444e-003, + -1.9999999990775254e-004, + -2.9999999997633791e-005, + 6.9999999965801547e-005, + 2.9999999997633791e-005, + -2.9999999997633791e-005, + -2.9999999997633791e-005, + -1.1998772935626628e-004, + -4.3995091617713257e-004, + -4.2995091576089210e-004, + -1.6998159403518818e-004, + -2.9999999997633791e-005, + -6.9999999994478830e-005, + -1.9498683911984820e-003, + -2.9999999997633791e-005, + -6.1795667138423707e-003, + -1.0999999999132389e-004, + -5.4096132875293794e-003, + -4.9999999996056319e-005, + -1.9398623381545711e-003, + -3.4997545745276901e-004, + -4.9999999996056319e-005, + -8.4997450738187076e-004, + -2.9999999997633791e-005, + -2.4359225285690501e-002, + 3.9999999996845056e-005, + -4.0998772933339289e-004, + -6.6777798173381114e-002, + 3.9999999996845056e-005, + -1.2099394321210598e-003, + -5.1908238367859794e-002, + -4.8997385374585406e-004, + -1.7089416576075510e-002, + -2.9598990618660836e-003, + -3.8998945651244057e-004, + -4.9999999996056319e-005, + -8.9999999992901368e-005, + -6.5900414730079944e-003, + 1.1999999999053516e-004, + -2.6999999997870410e-004, + -1.8316094280828835e-001, + 2.7999999997791532e-004, + -3.2599561972231688e-003, + -4.2250164916974597e-001, + 1.9999999998422528e-004, + -7.8498757930982599e-003, + -2.8663087332152248e-001, + 5.9999999995267581e-005, + -3.9999999996845056e-005, + -2.6999535602876198e-003, + -8.5870256485955698e-002, + -1.4200047492090133e-002, + 3.9999999996845056e-005, + -1.8200086374119174e-003, + -1.9999999998422528e-004, + -1.9999999998422528e-005, + -2.3999999831295370e-004, + 2.7799086682335217e-003, + 1.8999999998501401e-004, + 9.4796822552229501e-003, + 4.1998772808151676e-004, + 7.7997306363464932e-003, + 1.5999999998738023e-004, + 2.7199078769132544e-003, + 5.1998332118505263e-004, + 7.9999999993690113e-005, + 3.9999999996845056e-005, + 3.3997718629914461e-004, + 4.3996932171150673e-004, + 1.3999999998895766e-004, + 1.9999999998422528e-005, + 1.0999999995308753e-004, + 5.9999999976149397e-005, + -1.9999999998422528e-005, + 1.4999999993081436e-004, + 6.6000345530543478e-004, + 3.9999999996845056e-005, + 3.1999999818237558e-004, + 3.9999999996845056e-005, + -7.9999999965012830e-005, + -6.9999999965801547e-005, + -2.9999999997633791e-005, + -6.9999999965801547e-005, + -3.9999999996845056e-005, + -2.9999999997633791e-005, + -1.2999999998974642e-004, + -1.5998772935311135e-004, + -9.9999999992112637e-005, + -2.9999999997633791e-005, + -3.2998945693420216e-004, + -1.0899622350605558e-003, + -1.9999999998422528e-005, + -1.2599560988959544e-003, + -1.9999999998422528e-005, + -6.9997804860839755e-004, + -2.1999999914858946e-004, + -3.9999999996845056e-005, + -8.9999999992901368e-005, + -1.8400112315127785e-003, + -3.9999999996845056e-005, + -5.3900267774981249e-003, + -1.1999999999053516e-004, + -5.5900215880263860e-003, + -8.9999999992901368e-005, + -2.8500094963320923e-003, + -1.9999999998422528e-005, + -8.3000258944965276e-004, + -1.5999999998738023e-004, + -1.9999999998422528e-005, + 3.9999999996845056e-005, + 1.4999999998816893e-004, + 1.8999999998501401e-004, + 1.0999999999132389e-004, + 3.9999999996845056e-005, + -2.9999999997633791e-005, + -1.9999999998422528e-005, + -1.9999999998422528e-005, + -6.9999999994478830e-005, + -9.9999999992112637e-005, + -6.9999999994478830e-005, + -2.9999999997633791e-005 +} }; + +struct AAPLUS_EXT_CLASS ELPMPP02PertubationsCoefficient +{ + double m_S; + double m_C; + array m_I; +}; + +constexpr array g_PERT_S1_1 +{ { + { -1.274921554086e+01, 6.368794709728e+00, { 0, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -7.062989999049e+00, 1.158760846981e-04, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.142992395166e+00, -2.364916989220e-03, { 2, 0, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 2.363518832550e-01, -8.436259830515e-01, { 0, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -7.052490932382e-01, 3.523015957469e-01, { 0, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 6.616042701633e-01, 3.305118606429e-01, { 0, 0, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -8.216317272874e-01, -1.489776891248e-04, { 0, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.199368388052e-01, -2.209768624009e-01, { 0, 0, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 6.386900454119e-01, 1.372171387329e-02, { 0, 0, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -6.437493342238e-01, 1.506773061910e-04, { 2, 0, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.384626308067e-01, 7.779536316866e-02, { 2, 0, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -4.932999998788e-01, 1.093433068322e-05, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -4.914099998793e-01, 1.089243754518e-05, { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.417546337192e-01, -2.166115750689e-01, { 0, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 3.605999999723e-01, 4.468496670597e-06, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.880531057061e-04, -3.435256417406e-01, { 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.785532521052e-01, 4.925556417323e-02, { 2, 0, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.274356135829e-01, -1.874226085810e-01, { 0, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.369216184127e-02, 2.842294293431e-01, { 1, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.015549263297e-01, 1.069270687790e-03, { 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.451570248624e-01, 3.653652585652e-04, { 2, 0, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 8.465265199602e-02, -1.407384711803e-01, { 0, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.494596370263e-01, 7.465967763680e-02, { 2, 0, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 4.546580467031e-02, -1.752828660520e-01, { 0, 0, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -4.545764455406e-02, -1.752578613376e-01, { 0, 0, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.470981586752e-01, 7.348183257675e-02, { 2, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.458710921404e-01, 7.286925722753e-02, { 2, 0, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.109925713502e-01, 6.424260088501e-03, { 2, 0, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.405585638153e-01, 7.021552095395e-02, { 2, 0, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.944610283953e-01, -7.991843079482e-04, { 0, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 1.418078290757e-01, -5.275582672188e-02, { 0, 0, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.846256502334e-01, -1.400871323511e-03, { 0, 0, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.825375808697e-01, -4.675890056110e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 3.032898165783e-03, -1.750854674915e-01, { 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.978036373875e-02, -1.310814746794e-01, { 2, 0, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -3.974077519511e-02, -1.309644515344e-01, { 2, 0, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.648388533380e-01, 5.196879287529e-03, { 2, 0, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.608349137199e-01, 8.736000213433e-04, { 2, 0, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.537931154659e-01, -3.273344979541e-05, { 0, 0, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.435742094759e-01, 3.108751894607e-03, { 0, 0, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.360027654208e-01, 3.025021139390e-06, { 2, 0, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.342701214205e-01, 8.561989583470e-04, { 2, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.312406745697e-01, 3.886344472925e-05, { 2, 0, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.702253773839e-02, 1.014600539612e-01, { 0, 0, 1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -1.274624250209e-01, -3.437082514475e-05, { 0, 0, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.610645230810e-02, -7.936456566333e-02, { 0, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -1.251817003712e-01, 2.722014929245e-04, { 0, 0, 1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.100464286193e-01, 2.129256270728e-03, { 0, 0, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 2.531871446849e-02, -8.608593674398e-02, { 2, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.528677204472e-02, -8.599685296556e-02, { 2, 0, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 9.369899207918e-02, -1.679495089593e-02, { 0, 0, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -3.363503514059e-03, -1.062435442293e-01, { 2, 0, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 2.470223886570e-02, -8.272085381316e-02, { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 6.646652705243e-04, -1.040473622080e-01, { 1, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 7.978857630880e-02, -2.203792887334e-02, { 0, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 9.928554532669e-02, 2.802063301635e-05, { 2, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.641999998810e-02, 1.514561818233e-06, { 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -7.485028810547e-02, 1.699553722034e-02, { 2, 0, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 4.408756234229e-02, -4.651768746219e-02, { 0, 0, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 8.908541081533e-02, -1.336437809973e-03, { 2, 0, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -4.336157307801e-02, -4.603357302274e-02, { 0, 0, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 8.402334137698e-02, -1.398976338058e-03, { 2, 0, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -6.570754518098e-02, -1.869023812477e-02, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 6.569673491537e-02, -1.868821484668e-02, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -8.239894315813e-02, -1.721815563775e-05, { 2, 0, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.122726252611e-02, 2.814400567569e-02, { 1, 0, 0, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -6.114893815787e-02, 1.780364764413e-02, { 1, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -7.876249221527e-03, 6.707600620165e-02, { 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 7.207328031647e-02, 5.428618910529e-05, { 2, 0, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.791099469573e-02, 2.393356012740e-02, { 0, 0, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -5.797746905209e-02, 1.324483057208e-02, { 2, 0, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.866383574899e-02, -1.517751167014e-04, { 2, 0, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -6.712772520604e-02, -8.354750054757e-04, { 1, 0, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 4.494897587386e-02, 2.245473573767e-02, { 0, 0, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -5.516600831523e-03, 6.120202714372e-02, { 1, -1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.455211720422e-03, 6.058496617670e-02, { 1, -1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.568999998999e-02, 1.146506785577e-06, { 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.468498373457e-04, -6.519920954471e-02, { 1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 6.455999999827e-02, 4.732495173325e-07, { 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 4.047544005549e-02, -2.327078047287e-02, { 0, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -2.682706748336e-02, -3.691027051060e-02, { 2, 0, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.691051323941e-03, -6.178281619898e-02, { 2, 0, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.357694221146e-03, -6.053659098999e-02, { 0, 0, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.902765988652e-02, -1.155517007587e-03, { 2, 0, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -5.079183155517e-02, -9.337382031453e-03, { 0, 0, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -3.762017031905e-02, 2.022520185509e-02, { 2, 0, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -5.754285635716e-02, -1.678488387368e-04, { 2, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 5.739991698701e-02, 7.702973650719e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.379641022102e-03, -5.552670732290e-02, { 0, 0, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.615698113287e-02, 3.914464309553e-04, { 0, 0, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.261615047610e-02, -3.520688147008e-03, { 2, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 2.107533132410e-03, -5.267517899506e-02, { 2, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.484750387190e-02, -1.987854091654e-02, { 0, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 2.314967669127e-02, -3.138805130984e-02, { 0, 0, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.311868646981e-02, -3.133649579317e-02, { 0, 0, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.062373144859e-02, 4.350707132485e-02, { 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.709977235023e-02, -3.673154452032e-02, { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.627017127291e-02, -3.706102997884e-02, { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 2.051798788395e-02, -3.280307775676e-02, { 2, 0, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.036987170467e-02, -3.254858972710e-02, { 2, 0, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.947693818530e-02, -3.242643906379e-02, { 0, 0, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 4.148866084833e-02, -1.038000451824e-02, { 1, 1, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 5.095532907326e-02, 5.019015002132e-04, { 2, 0, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 5.058366657776e-02, 1.336495407700e-04, { 0, 0, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.034999999816e-02, 4.305989064005e-07, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.794200947922e-02, -2.184609103067e-02, { 2, 0, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -4.962999999936e-02, 2.512000032507e-07, { 2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.308702947172e-02, -2.606318431933e-02, { 2, 0, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -2.045572614144e-02, -2.811979642778e-02, { 2, 0, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -4.745999999582e-02, 6.295332798589e-07, { 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -4.611840004175e-02, -1.142340409850e-03, { 2, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -5.052842505661e-04, -4.658591251810e-02, { 2, 0, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.632067236920e-02, -6.036511903310e-05, { 0, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.773140478057e-02, -2.798942856976e-02, { 2, 0, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -2.478399092975e-02, -2.012820293857e-02, { 2, 0, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -2.771521445481e-02, 1.718706918215e-02, { 0, 0, 0, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -4.341002185668e-02, 6.818054081860e-04, { 0, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.048108454429e-03, -4.217498441034e-02, { 2, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.218929455122e-02, -3.505239824973e-04, { 0, 0, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 2.902511646550e-02, -1.233926596298e-02, { 0, 0, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.879668899805e-02, -1.223992331440e-02, { 0, 0, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -7.994441340116e-04, -3.955831670546e-02, { 0, 0, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.510457475886e-02, -2.462462960255e-02, { 0, 0, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 3.898682123321e-02, 2.952194513369e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 3.837999999714e-02, 4.689001568291e-07, { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -3.770593262706e-02, -3.861919901249e-05, { 2, 0, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.514742736146e-02, -1.256223929143e-02, { 0, 2, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.514535678453e-02, -1.256120554793e-02, { 0, 2, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.633145675197e-04, -3.671013610253e-02, { 2, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.122401496241e-02, 5.555927425205e-03, { 2, 0, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 3.637999999280e-02, -7.238438912855e-07, { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -3.290180979183e-02, -2.814547787245e-03, { 2, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 3.555318899072e-02, -6.910784036030e-06, { 2, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.929118346838e-02, -1.606549896956e-02, { 2, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 6.122376675410e-04, -3.428397342092e-02, { 2, 0, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.369464379260e-02, 1.087473488572e-02, { 0, 0, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 2.760707766852e-02, -6.762003624039e-03, { 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -3.400999999178e-02, 7.479189629798e-07, { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.255483486772e-02, 1.116778701050e-02, { 2, 0, -1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -3.340763626973e-02, -2.260349129547e-04, { 0, 0, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -3.182572887697e-02, 1.591006138804e-03, { 0, 0, 1, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { 1.304368205647e-02, -2.027285296976e-02, { 2, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -3.303808745540e-02, -2.774439078510e-05, { 0, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.292702288475e-02, -2.006199761986e-02, { 2, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.278999999182e-02, 7.325356309521e-07, { 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.266728343955e-02, 4.718095364339e-05, { 0, 0, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -1.715297100427e-02, -1.533382336421e-02, { 2, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 3.242157736769e-02, 4.334223213518e-05, { 0, 0, 1, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { 3.084982670020e-03, 2.917551448715e-02, { 2, 0, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.476086708337e-02, -7.455393154715e-03, { 0, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.313122111273e-02, -1.903963631855e-02, { 0, 0, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 3.102636474345e-02, 2.359647077455e-04, { 2, 0, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 6.336317941787e-03, 2.459926047619e-02, { 1, -1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -7.101770858115e-04, 2.970733476412e-02, { 2, 0, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.024434154784e-02, 2.174406239279e-05, { 2, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 5.448356396492e-04, -2.911475320507e-02, { 0, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 7.752773977341e-03, 2.157726542592e-02, { 0, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.082062431009e-02, -1.707714123983e-02, { 2, 0, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 2.244877675240e-02, -5.176841605479e-03, { 2, 0, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.028711286744e-02, -1.725956334500e-02, { 0, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -1.788763571410e-02, 8.935638373192e-03, { 2, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.741945901656e-02, 8.702225761206e-03, { 2, 0, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.466458870911e-02, 1.093317257275e-02, { 1, 1, -2, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { 9.561414197731e-03, -1.546801015322e-02, { 2, 0, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -2.154838565127e-02, 2.370656923924e-03, { 2, 0, -1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 8.305162671906e-03, -1.557742721852e-02, { 0, 0, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 2.335136972524e-02, 2.823838809204e-04, { 1, 0, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 7.654895836527e-04, -2.281157841424e-02, { 2, 0, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.863705091815e-02, -4.697130503760e-03, { 2, 0, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -7.972759231916e-03, -1.508421978025e-02, { 0, 0, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 7.082712901620e-03, 1.572488234497e-02, { 0, 0, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 1.475799023875e-02, -7.968680856398e-03, { 2, 0, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -2.260573486013e-02, -6.321151441093e-06, { 0, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.192413544940e-02, -9.224681833290e-06, { 2, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.582172303040e-05, -2.164275139115e-02, { 2, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.038765752156e-03, -1.842341249234e-02, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 1.815034802455e-02, -3.261799760103e-03, { 2, 0, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -2.127325072092e-02, -1.172131288297e-05, { 2, 0, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.777051393345e-02, 3.366382227352e-03, { 1, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.783975940664e-02, -3.235142254432e-03, { 2, 0, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 4.571875832471e-03, -1.641993635843e-02, { 2, 0, -1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -4.571766021556e-03, -1.641990151858e-02, { 2, 0, -1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -2.007436572727e-02, -6.681783777107e-04, { 2, 0, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -1.219599694756e-02, -7.417163742771e-03, { 2, 0, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 7.312724235394e-03, -1.206406515419e-02, { 0, 0, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 1.250765473829e-02, -6.865209348726e-03, { 1, 0, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 1.369098935608e-02, -5.326607097962e-03, { 0, 0, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.876349692864e-02, -7.138786927611e-06, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -1.566919814200e-03, 1.700082422027e-02, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 7.905444349208e-03, -1.044573148748e-02, { 2, 0, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -1.296045762353e-02, -5.190035886773e-03, { 0, 0, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.609398317932e-03, -1.629533351601e-02, { 2, 0, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 7.082743736653e-03, -1.074217677459e-02, { 2, 0, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -1.407795002273e-02, -3.220636159998e-03, { 0, 0, 1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.386380427599e-02, -3.309788958441e-03, { 2, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.001979165393e-04, -1.672936889333e-02, { 0, 0, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 2.484451879794e-03, 1.437896153739e-02, { 1, 0, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.233092156030e-02, 4.428682114328e-03, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 1.364126256814e-03, -1.524859114439e-02, { 2, 0, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 1.962090208092e-03, 1.437565584158e-02, { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.987933452033e-03, -1.306464003764e-02, { 2, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.213677954882e-03, 8.745756965364e-03, { 2, 0, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 6.943237344970e-05, -1.587420849599e-02, { 0, 0, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 1.588998140281e-02, 2.982301450205e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.496650933667e-02, 7.429085216458e-04, { 2, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.479949922202e-02, 6.865138700926e-04, { 2, 0, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.544597452069e-02, -2.231343070999e-06, { 0, 0, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 9.876659910196e-03, -5.420314555240e-03, { 1, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 9.722755584107e-03, 5.486407247887e-03, { 0, 0, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.452897947155e-02, -6.725043064465e-04, { 0, 0, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -9.315035362397e-03, -5.765989295716e-03, { 2, 0, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 3.088005097277e-03, -1.190283769269e-02, { 0, 0, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -3.087454478880e-03, -1.190155452308e-02, { 0, 0, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.449274820048e-02, 4.739207502484e-04, { 2, 0, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.491999999832e-02, -2.239466869706e-07, { 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.436832456598e-02, 4.549686679967e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 1.428258662218e-02, 4.380622597432e-04, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -9.457459251618e-03, -5.245084652670e-03, { 2, 0, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 1.198730320206e-02, 2.557057396160e-03, { 1, 0, 0, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -1.435679075395e-02, -3.380007628480e-06, { 0, 0, 2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 2.676732209748e-03, -1.165861951533e-02, { 2, 0, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.507053198114e-03, -8.627895039279e-03, { 2, 0, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -2.686340642990e-03, -1.109827697539e-02, { 2, 0, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -2.161079687449e-03, 1.162146293573e-02, { 1, -1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -8.571790816027e-03, -5.018480982735e-03, { 0, 0, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -1.048666606931e-02, 3.050350375247e-03, { 1, -1, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -1.046470918126e-02, 3.043968752025e-03, { 1, -1, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 2.919758989880e-03, -1.053171265861e-02, { 0, 0, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -3.920467542803e-03, -9.444868811296e-03, { 1, -1, 0, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 1.314109809496e-02, 1.031571078233e-04, { 2, 0, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -1.027568647548e-02, -2.912518872971e-03, { 2, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 8.319539303629e-03, 4.741857318306e-03, { 2, 0, -1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.300230869907e-02, -6.403868804414e-06, { 2, 0, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -8.451876275002e-03, 4.341612520258e-03, { 0, 0, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -1.228965537532e-02, -4.515864234710e-04, { 2, 0, -2, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { -1.259248541395e-02, 1.423970077031e-05, { 2, 0, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.233999999804e-02, 2.196811022784e-07, { 2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.227656124951e-02, -2.590615101603e-05, { 4, 0, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 7.840915831210e-03, 4.410896473437e-03, { 2, 0, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.209290811943e-02, 1.436135347817e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -1.219610654046e-02, -4.268937741765e-06, { 1, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.078657363642e-02, -1.327572325276e-03, { 0, 0, 0, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 4.875262440405e-03, -7.232399872086e-03, { 2, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 4.719193925503e-03, -7.353726033294e-03, { 2, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -1.199318716643e-02, -5.804759574131e-05, { 1, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 7.592927642373e-05, 1.194085109404e-02, { 1, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.443903749006e-03, -8.552980632187e-03, { 2, 0, -2, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { 2.303264096316e-03, 9.609948180926e-03, { 1, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -7.299004957446e-03, -4.229529719956e-03, { 0, 0, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 5.859364975063e-03, -5.616491143586e-03, { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 2.486661753722e-03, 8.925176974669e-03, { 0, 0, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -7.332022566982e-03, -4.035952664422e-03, { 0, 0, 1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -1.123274109289e-02, 8.534373075767e-05, { 2, 0, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.827138645764e-04, -1.100010877837e-02, { 0, 0, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -2.083748602751e-03, 9.102832985183e-03, { 2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.320179264335e-03, 6.839419819298e-03, { 2, 0, -2, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { -2.667153667338e-03, -8.313590358518e-03, { 0, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.436151137940e-03, -8.458156684222e-03, { 2, 0, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.433472634834e-03, -8.451077864668e-03, { 2, 0, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 9.218263743282e-03, 1.633127599727e-03, { 2, 0, -3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -2.421523338500e-03, 8.396370178527e-03, { 0, 0, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 6.891584022868e-03, -3.880225230173e-03, { 0, 0, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -2.062135211278e-03, 8.699240605672e-03, { 1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.052136944948e-02, 1.623014770386e-04, { 0, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -1.064838282427e-02, 5.036444221030e-07, { 0, 0, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.306846314276e-03, -8.285247943887e-03, { 2, 0, 0, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 2.306826399027e-03, -8.285180075020e-03, { 2, 0, 0, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -1.965642631320e-03, 8.548465390697e-03, { 2, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.105236582257e-03, 8.309704940258e-03, { 2, 0, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 8.836911503497e-03, 1.552716980333e-03, { 4, 0, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.036806965561e-02, -2.058462901879e-05, { 4, 0, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 6.516774926759e-03, -3.799414444457e-03, { 0, 0, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 9.441708650443e-03, -8.307304584971e-04, { 2, 0, -1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -1.016417319683e-02, 9.586871100547e-05, { 2, 0, -3, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 1.025309183954e-02, -1.920725618080e-06, { 0, 0, 2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.448574434530e-03, -3.575848681141e-03, { 2, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -4.067292076395e-03, -5.948455311159e-03, { 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -4.474917800575e-03, 5.430523815106e-03, { 2, 0, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -9.788808520579e-03, 1.130842919221e-04, { 1, 0, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -8.359842753514e-03, 1.507591684312e-03, { 0, 0, 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 1.857765877657e-03, -7.922169331085e-03, { 0, 0, 1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 4.122184789916e-03, -5.632153304156e-03, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.337986900773e-03, -8.392340907623e-03, { 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -1.342077710016e-03, -8.379129787369e-03, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -9.540759281797e-03, 1.216479015492e-04, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -9.445303235727e-03, 2.162047002783e-04, { 0, 0, 2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 8.886235634645e-03, -7.028610337894e-04, { 2, 0, 0, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 9.566923881001e-03, 5.529073938186e-06, { 2, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -7.554705457201e-03, 1.985152570514e-03, { 2, 0, -1, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { -8.007814394081e-03, -1.505468779592e-03, { 0, 0, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -3.536290896329e-03, -5.927127327804e-03, { 2, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -8.076278417669e-03, 1.351112368758e-03, { 0, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 9.325049449070e-03, 1.556976675358e-05, { 2, 0, -1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 9.316064599740e-03, 2.448024427771e-06, { 2, 0, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.155390792501e-03, -6.000621475805e-03, { 0, 0, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 9.131565397652e-03, 1.190232337508e-05, { 2, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -9.139999998222e-03, 1.802610957928e-07, { 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.560666746019e-03, 5.567714938493e-03, { 0, 0, 1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { -8.863533860844e-03, 2.597113364755e-04, { 2, 0, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.760836166614e-03, -7.275027565747e-03, { 2, 0, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.204967878957e-03, 7.821617300195e-03, { 2, 0, -2, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 5.738677025902e-03, -3.154961163763e-03, { 2, 0, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 8.739477238552e-03, 1.297258384681e-04, { 2, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 8.859999999702e-03, -7.267900071183e-08, { 2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -8.783930024267e-03, 2.098696052756e-05, { 0, 0, 2, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -8.799343770757e-03, -2.607493694364e-06, { 0, 0, 2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.628357490260e-03, 6.816817254979e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -8.647357553830e-03, 4.281649365121e-05, { 0, 0, 1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -6.306171869379e-03, -2.351236638424e-03, { 0, 0, 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -1.740234879935e-03, 6.820435235578e-03, { 2, 0, -1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 5.999909701251e-03, -2.552930637551e-03, { 2, 0, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.993448885948e-03, -2.550058530660e-03, { 2, 0, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 8.497975144019e-03, 5.634443017739e-06, { 2, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.540367515600e-05, -8.280460255990e-03, { 2, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.165533847789e-04, -8.180272311451e-03, { 2, 0, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -8.289711268821e-03, -2.451552505052e-06, { 2, 0, -1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -5.019185351350e-04, 7.738140661458e-03, { 1, 1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.714840498319e-03, -4.521880253403e-03, { 2, 0, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 5.771388517608e-03, -2.458344751403e-03, { 2, 0, -2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 8.169999999373e-03, 1.012413139178e-07, { 2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -5.724520062455e-03, -2.437584865816e-03, { 2, 0, 0, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -8.526680531528e-04, 7.232871149434e-03, { 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.233450344507e-03, 1.847617268576e-03, { 2, 0, 0, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 4.998522084425e-03, 3.011937610730e-03, { 0, 0, 1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -4.993005171278e-03, 3.008483287925e-03, { 0, 0, 1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 5.738420719535e-04, 7.371674557692e-03, { 1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -6.781416962537e-04, -7.249215590135e-03, { 1, 1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 7.678341105055e-03, 1.405086775234e-04, { 0, 0, 2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -2.346626384714e-03, 5.470618219084e-03, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 1.325823640430e-03, -6.450966708314e-03, { 1, -3, 0, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { -5.057519182091e-03, 2.713339000500e-03, { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.038709732337e-04, -7.438216501176e-03, { 2, -2, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.010183456891e-04, -7.362355676301e-03, { 2, -2, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -7.647669863848e-03, 2.590226291521e-06, { 4, 0, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.582237550202e-03, -8.942044575322e-06, { 0, 0, 1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -7.475934745771e-03, 1.041428267340e-04, { 0, 0, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -6.693253893888e-03, -8.691044613027e-04, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { -7.426761009903e-03, 1.594456309527e-06, { 0, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -9.404330414740e-04, 6.486831205806e-03, { 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.957416634535e-03, 4.453306174479e-03, { 0, 0, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 4.508347758398e-03, 2.880912030932e-03, { 2, 0, -1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -4.482877993263e-03, 2.864139329596e-03, { 2, 0, -1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 6.271173359865e-03, -1.026284710698e-03, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -7.282484021363e-03, -1.234438763602e-05, { 0, 0, 0, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { 1.367060785981e-03, -5.783561433364e-03, { 0, 0, 1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 7.104067191570e-03, 3.943934439658e-06, { 2, 0, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.494724905056e-03, 5.611207685234e-03, { 0, 0, 2, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -3.408775831612e-03, -3.590696070189e-03, { 0, 0, 1, 0, 0, -18, 12, 8, -3, 0, 0, 0, 0 } }, + { -2.683255787448e-03, -4.316138130271e-03, { 2, 0, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -4.225884465806e-03, -2.761504779226e-03, { 0, 0, 0, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -6.899986860256e-03, 7.932543033232e-05, { 2, 0, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -6.940346386447e-03, 3.159379323092e-05, { 2, 0, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.790887534820e-03, 5.043889141952e-03, { 2, 0, -1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -1.790617431071e-03, 5.043060769190e-03, { 2, 0, -1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -5.837825468852e-03, -9.560482017473e-04, { 2, 0, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -3.066630229092e-03, 3.713768690033e-03, { 0, 0, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 4.589598127751e-03, -2.189649925692e-03, { 1, -1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 5.342707545190e-03, 1.416875775930e-03, { 2, 0, -1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 4.500092371566e-03, 2.210842097310e-03, { 0, 0, 1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 2.593656981516e-03, 4.110519425417e-03, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { -4.468487106776e-03, 2.198100573562e-03, { 0, 0, 1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -6.653250804309e-03, 9.033202500942e-07, { 1, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.417950226576e-03, 1.221385776207e-03, { 2, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 6.567036882383e-03, 4.568986516555e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -5.975526407506e-04, 5.992122591470e-03, { 3, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.192563825219e-03, -2.382513579312e-03, { 0, 0, 0, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { -1.233085780339e-03, -5.329994922904e-03, { 1, -1, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -2.383790911235e-04, -6.302308386915e-03, { 0, 0, 1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 4.128176963385e-03, -2.372674319536e-03, { 2, 0, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 6.459999999185e-03, 1.026009254034e-07, { 2, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 6.349279173874e-03, 1.059365200276e-04, { 2, 0, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -4.923411776671e-03, -1.497963885467e-03, { 0, 0, 1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.735779876166e-03, -3.683369713573e-03, { 0, 0, 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 4.160175461007e-03, -2.078189666387e-03, { 0, 2, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.207586375915e-03, -4.989506321017e-03, { 0, 0, 2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.804298292941e-03, -4.380715813608e-03, { 2, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 1.297754090696e-03, 4.864425441172e-03, { 0, 0, 0, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 2.986117697411e-03, -3.139001168354e-03, { 0, 0, 2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -4.072929583681e-03, -2.034640170326e-03, { 0, 2, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.836294861036e-04, -5.922637086669e-03, { 2, 0, -2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -2.751789308682e-03, -3.348910744472e-03, { 2, 0, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -2.953685037899e-03, -3.146649468808e-03, { 0, 0, 2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 1.235864156591e-04, -5.942512246603e-03, { 0, 0, 0, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { 1.905223138120e-03, -4.117922975264e-03, { 0, 0, 1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 1.345004947714e-03, 4.667836617006e-03, { 0, 0, 0, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -3.202560957453e-03, -2.803893842126e-03, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -2.230567422223e-03, -3.772644086764e-03, { 2, 0, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 3.160422909373e-03, -2.840951593767e-03, { 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -1.067839898748e-04, -5.832464888518e-03, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -5.527107068811e-03, -4.038515700984e-04, { 0, 0, 0, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 6.621050942161e-05, -5.826364714742e-03, { 2, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -2.640641967582e-03, 3.201595134382e-03, { 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.398085040835e-03, -3.430703971074e-03, { 0, 0, 1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.411400314366e-03, -4.413469467522e-03, { 2, 0, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.409326287730e-03, -4.406290560196e-03, { 2, 0, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 3.870224911040e-03, -1.933283643577e-03, { 1, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.857233674564e-03, -1.926839342494e-03, { 1, 0, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.394551558776e-03, -3.382171240970e-03, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { -5.764244148250e-03, 1.301364970124e-06, { 4, 0, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 5.740781683720e-03, 2.378464624874e-06, { 2, 0, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.466272601397e-03, -1.270026686946e-03, { 0, 0, 2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 4.461196479697e-03, -1.269885592239e-03, { 0, 0, 2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 5.709979207258e-03, -6.983741852235e-06, { 2, 0, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -5.585037842540e-03, 1.066053661221e-04, { 0, 0, 0, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { -2.543650578432e-03, 3.100404072438e-03, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 } }, + { -2.402312113215e-03, 3.235495284490e-03, { 0, 0, 0, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { -1.220189335064e-03, -4.387211003263e-03, { 0, 0, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -2.062036090988e-03, -3.538062818959e-03, { 0, 0, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -1.640789011530e-03, 3.949724554087e-03, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 5.541222549424e-03, 6.136596665085e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 4.360839638410e-03, 1.138133851986e-03, { 3, 0, -3, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -5.491083329655e-03, 7.836295555274e-06, { 0, 0, 0, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -6.117236503000e-05, -5.426294637025e-03, { 0, 0, 1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.053470472888e-03, -4.420628698105e-03, { 2, 0, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -5.464737600323e-03, -2.893531713509e-06, { 0, 0, 1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.636638469942e-03, 1.816630938062e-03, { 4, 0, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 4.181639373464e-03, -1.267188744413e-03, { 0, 0, 1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.972090732368e-03, -1.468821244216e-03, { 0, 0, 1, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -5.421046695990e-03, -3.758985671363e-07, { 2, 0, -1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.730135875461e-03, -3.682655467699e-03, { 2, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 3.804734082458e-03, 1.587917462278e-03, { 2, 0, -1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 5.206282147712e-03, 1.752428313294e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { 5.242717066162e-03, -1.265587520572e-04, { 2, 0, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -2.423552076321e-03, -2.942486533624e-03, { 0, 0, 2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.077685343455e-03, 4.268011459613e-03, { 0, 0, 1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -1.017296174597e-03, 4.306563392610e-03, { 1, -1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.544426075785e-03, 1.770601771460e-03, { 4, 0, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -4.330819472156e-03, -9.761631507201e-04, { 1, -1, -1, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { -1.463617992468e-03, 3.842965436499e-03, { 0, 0, 1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.771035434087e-04, -5.022047273901e-03, { 2, 0, -1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -1.770067576882e-03, 3.518710485148e-03, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.242479635353e-03, 2.009282037230e-06, { 0, 0, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -8.125767292824e-04, 4.381097196433e-03, { 1, 1, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -3.660312358751e-03, 1.532814647197e-03, { 2, 0, -1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 1.060852220329e-03, 4.130482130643e-03, { 1, -1, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 4.394111066296e-03, 7.700135117878e-04, { 4, 0, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.053389835878e-03, 4.102384422932e-03, { 1, -1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 5.112546103817e-03, 1.767563533130e-06, { 2, 0, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.873520561904e-03, -3.239948973396e-03, { 0, 0, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 4.344463867627e-03, 7.675044368580e-04, { 4, 0, -3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 3.304700033021e-03, -1.803404240054e-03, { 2, 0, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 1.408883836886e-03, 3.675731702775e-03, { 0, 0, 1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 9.655154620183e-04, -4.117244919780e-03, { 2, 0, -1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -3.375780246025e-03, 1.686344296143e-03, { 0, 0, 4, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.713519495555e-03, -3.326637155242e-03, { 0, 0, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { -5.027328417268e-03, -1.047720406342e-05, { 2, 0, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -4.020042328762e-03, -1.015183580977e-03, { 2, 0, -1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 9.613424643946e-04, -4.066922679551e-03, { 2, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.199923027455e-03, -1.808489713879e-03, { 2, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -4.990514959973e-03, -5.614654782016e-06, { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.866034275650e-04, 4.196318721203e-03, { 0, 2, -1, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.414656986090e-03, -5.676669241751e-04, { 2, 0, -1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -3.333371809521e-03, 1.648586251805e-03, { 2, 0, 0, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -3.505135485911e-03, 1.466370840682e-03, { 0, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.195818230575e-03, 1.757138065670e-03, { 0, 0, 1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 1.685887459234e-04, -4.763332607354e-03, { 0, 0, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -4.775275273913e-03, 9.316108087234e-05, { 1, 1, -1, 0, -1, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.242748458842e-04, -4.639750832903e-03, { 2, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.510887367802e-04, -4.609587367704e-03, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { -4.829999999293e-03, 8.261341480987e-08, { 2, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.430041176032e-03, -3.398277914963e-03, { 0, 0, 0, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 3.908443957352e-04, -4.412800950968e-03, { 3, -1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.789999999643e-03, 5.852088981791e-08, { 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 4.520474964596e-03, -2.448406905343e-04, { 0, 0, 1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -9.183024185347e-04, -3.844704510562e-03, { 1, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.167188126089e-03, 1.582210888983e-03, { 0, 0, 2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.946399441640e-03, -7.848076015661e-04, { 0, 0, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 3.503194330135e-03, 1.203555584446e-03, { 2, 0, -1, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { 2.146481537036e-03, -2.552036149247e-03, { 1, -1, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.945121158718e-03, -1.753204283055e-03, { 0, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.644741204487e-03, 5.281098705290e-05, { 2, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -1.797908462582e-03, -2.894488086931e-03, { 2, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 1.806473407011e-03, -2.876228020771e-03, { 2, 0, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -4.601883163827e-03, -6.220325928241e-05, { 2, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.603093426535e-03, -5.597745783932e-05, { 1, 0, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 2.853491723820e-03, 1.804061990230e-03, { 2, 0, 0, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -3.851084612559e-04, 4.242684333433e-03, { 1, -1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.833463426185e-03, 1.790600365052e-03, { 2, 0, 0, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -4.427555877878e-03, 1.881088885379e-04, { 4, 0, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 4.610000003252e-03, -2.200162022050e-08, { 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.751715208503e-05, -4.525378499526e-03, { 2, 0, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 1.936252489188e-03, -2.660613199350e-03, { 1, 0, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 3.993103454383e-03, -5.528163266527e-04, { 2, 0, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 4.537503637315e-03, 9.641469704007e-07, { 2, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 4.508103851082e-03, 2.813640276194e-05, { 2, 0, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -1.669035941916e-03, -2.850811711702e-03, { 2, 0, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 1.628751150414e-04, -4.283200262842e-03, { 2, 0, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.251720236792e-05, -4.416070722939e-03, { 1, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.354083585136e-03, 3.083823288611e-03, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -2.852720560461e-03, 1.567265935425e-03, { 1, 0, 1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -2.852720560461e-03, 1.567265935425e-03, { 1, 0, -1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -8.714844850582e-04, -3.544188442344e-03, { 2, 0, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.336966659003e-03, -5.741886697056e-05, { 2, 0, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.594649399051e-04, 4.013947066077e-03, { 1, -1, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.781645632151e-03, -5.763277961183e-04, { 0, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.811132638048e-03, -2.525992812220e-03, { 2, 0, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -8.382137121588e-04, 3.472222526620e-03, { 0, 0, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.431792178774e-04, 4.058261068472e-03, { 2, 0, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.288913084534e-03, 6.866399318277e-06, { 4, 0, -3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.028974736645e-03, 3.263249674405e-03, { 2, 0, -1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 3.539371650942e-03, 7.270149053988e-04, { 2, 0, -1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.536971511765e-03, 1.702077464291e-03, { 0, 0, 1, 0, 0, -20, 16, 7, -8, 6, 0, 0, 0 } }, + { -1.222619439855e-04, 4.083325200906e-03, { 2, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.322748410967e-03, 2.882795505790e-03, { 0, 0, 1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 8.666048120362e-05, -4.101507272360e-03, { 0, 0, 2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.033538134122e-03, -1.209502912007e-04, { 2, 0, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.330664190468e-03, 2.821246015901e-03, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.107924897906e-04, -3.913949202942e-03, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 3.288030621801e-03, -8.223356393258e-04, { 1, 1, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 2.951326015590e-03, 1.129280633724e-03, { 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -8.684589380041e-05, -3.982535240194e-03, { 2, 0, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.518359835200e-07, -4.059372602002e-03, { 1, 0, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.249478613140e-03, 2.810039311605e-03, { 1, -1, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -1.482308298222e-03, -2.548978946560e-03, { 0, 0, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 1.588047236690e-04, -3.865216389219e-03, { 2, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 7.487856363178e-05, -3.894024450213e-03, { 0, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.634117103408e-03, 3.341280481525e-04, { 2, 0, 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -3.964957398404e-03, -3.208078029231e-06, { 2, -2, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 9.455671815334e-05, 3.845369415957e-03, { 0, 0, 1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.585557954021e-03, 1.307775695412e-03, { 0, 0, 1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 3.558798348210e-03, -3.263242302483e-04, { 0, 0, 1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 3.825869572640e-03, -5.337403714670e-05, { 2, 0, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.000962785397e-04, -3.772910028916e-03, { 0, 0, 2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.869999999179e-03, 7.970220561594e-08, { 0, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.869999999966e-03, -1.621061809186e-08, { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.830438378143e-03, -1.015149684088e-03, { 0, 0, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -8.502862209682e-04, -2.983743509776e-03, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -3.063393293663e-03, 7.439752045273e-04, { 1, -1, -1, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { -1.570162239879e-03, -2.234516679274e-03, { 2, 0, -2, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 7.380297526350e-04, 3.042822459272e-03, { 1, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.768690594480e-03, -1.331102953466e-07, { 0, 0, 1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.809298154127e-03, -1.951476005083e-03, { 0, 0, 0, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 3.092427160479e-03, 6.682867544049e-04, { 0, 0, 1, 0, 0, -20, 19, 0, 3, 0, 0, 0, 0 } }, + { 1.674906518432e-04, -3.588409836008e-03, { 0, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.990945656503e-03, -7.633350144425e-04, { 2, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -3.750137429382e-03, 1.991758063265e-06, { 0, 0, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 3.154753201713e-03, -5.723177303613e-04, { 0, 0, 2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 2.585892476786e-03, 1.139861678624e-03, { 2, 0, -1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 1.572321249175e-03, -2.132125740467e-03, { 0, 0, 2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.570397716847e-03, -2.128441049823e-03, { 0, 0, 2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.659462384902e-03, 3.164465552617e-05, { 0, 0, 2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.097383782179e-03, -2.572541180577e-03, { 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -3.319999856371e-03, -3.237765144682e-04, { 1, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.277395303590e-04, 3.382050266567e-03, { 2, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.167696589734e-03, -2.438825487863e-03, { 0, 0, 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -3.605015988899e-03, 7.134973525001e-07, { 2, 0, -1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.931931769847e-03, -1.672256235343e-03, { 2, 0, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 3.588078529462e-03, -1.191435673818e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -6.975531935610e-04, -2.893553396590e-03, { 1, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.127300798547e-05, 3.579080421903e-03, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.295286065124e-03, 1.287061120565e-03, { 2, 0, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { -6.683392804068e-04, 2.908994013126e-03, { 1, -1, -1, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { 3.570030991832e-03, 4.843355081056e-06, { 0, 0, 2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.523725676432e-03, 1.036295928738e-03, { 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.539923465933e-03, -1.286744079662e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -2.307620223678e-03, 1.240407179247e-03, { 2, 0, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -1.306663239734e-03, -2.230791007374e-03, { 0, 0, 2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 3.536915360624e-03, -1.341296527953e-07, { 2, 0, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -2.747457241872e-03, 7.768890959480e-04, { 2, 0, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.285293021430e-03, -1.236684453685e-03, { 2, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 2.458088282560e-03, 1.057710067552e-03, { 2, 0, 0, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -8.040053727034e-04, 2.710863287866e-03, { 2, 0, -1, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.440365657969e-04, 3.366669678608e-03, { 2, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.458830267889e-03, 2.339487148339e-05, { 2, 0, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 2.564024746090e-03, 9.125821852976e-04, { 2, 0, -2, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -3.439561192612e-03, 3.414545785551e-05, { 4, 0, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 9.035161687381e-04, 2.544690795865e-03, { 2, 0, 0, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -9.033850284818e-04, 2.544247563045e-03, { 2, 0, 0, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -3.395216824305e-03, 2.763446019220e-05, { 0, 0, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -3.419999999597e-03, -5.252742916566e-08, { 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.761540216540e-03, -1.654338375544e-03, { 2, 0, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 2.844501642979e-03, 5.706793821967e-04, { 2, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.239745528316e-03, -1.636192926420e-04, { 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 2.502144672371e-03, -8.776341712279e-04, { 2, 0, -1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -2.343958081664e-03, 1.017818533387e-03, { 2, 0, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -3.268913919354e-05, -3.326241538208e-03, { 2, 0, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.293932083874e-03, -2.041612017928e-03, { 2, 0, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -6.371350932674e-04, 2.694581036540e-03, { 1, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.448759542462e-03, -8.813163087126e-04, { 2, 0, -1, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 2.312375887035e-03, 1.000189055289e-03, { 2, 0, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 3.309999999760e-03, 3.986157478533e-08, { 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -4.638613728865e-05, -3.263368991975e-03, { 0, 0, 1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 2.517119817428e-03, -7.828471377756e-04, { 0, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.684330725269e-04, -3.026753945740e-03, { 2, -2, -1, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { 2.355449117196e-03, -9.371263197047e-04, { 2, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 2.912890920557e-03, 3.762582822028e-04, { 0, 0, 0, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { -2.827698524073e-03, -4.594081487095e-04, { 2, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 3.277512903745e-03, -2.471326247773e-06, { 2, 0, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.417839233557e-03, 8.558716090885e-04, { 2, 0, -1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.242477692364e-03, -2.030502598704e-03, { 0, 0, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 7.438335173219e-04, -2.494280007393e-03, { 4, 0, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -7.431694866919e-04, -2.492278607816e-03, { 4, 0, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 8.897293378850e-04, -2.344852451225e-03, { 0, 1, 0, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 1.563039560935e-03, 1.666409287839e-03, { 0, 1, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 3.096181220982e-03, 1.290090762846e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { 1.351417479596e-03, 1.869029747953e-03, { 1, 0, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.393569342655e-04, 2.973603996043e-03, { 0, 0, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { -3.039363094763e-03, -1.674393031969e-04, { 0, 0, 1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { 8.089009497931e-04, 2.390800630303e-03, { 0, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -2.684703227632e-03, 5.032930629540e-04, { 1, -1, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.660174992541e-04, 2.408469374463e-03, { 2, 0, -1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -8.697313110514e-04, 2.302711767461e-03, { 1, 1, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 5.927040781582e-04, -2.569715818768e-03, { 0, 0, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.787638517116e-05, -3.102252248660e-03, { 0, 0, 1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 2.327877762238e-03, -8.295413328994e-04, { 2, 0, 0, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 1.247510472498e-03, -1.901812811084e-03, { 2, 0, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.649010835340e-03, 4.960267362765e-04, { 1, -1, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.748978942114e-04, -2.661996920626e-03, { 0, 0, 1, 0, 0, -18, 20, -8, 3, 0, 0, 0, 0 } }, + { 1.508894051078e-03, 1.625924040625e-03, { 2, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -1.237942175788e-03, -1.883066520576e-03, { 2, 0, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.098418954975e-03, 1.208612256046e-05, { 2, 0, -1, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -9.896298596066e-05, -2.999543585918e-03, { 2, 0, 0, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.998026755432e-03, 1.098126471323e-03, { 1, 0, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -1.052835313356e-03, 2.035672415643e-03, { 1, -1, 0, 0, 2, -2, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.545292423075e-03, 1.528260241198e-03, { 2, 0, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 2.259056522329e-03, -8.140010960750e-04, { 2, 0, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 8.399119257655e-05, -2.973139725987e-03, { 0, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.014988059271e-03, 1.005974256527e-03, { 4, 0, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 3.016160080557e-03, 3.057132829370e-06, { 2, -2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -6.660465848173e-04, -2.336683162757e-03, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 2.352341620618e-04, 2.766715464461e-03, { 2, 0, -1, 0, 0, -22, 28, -7, 0, 0, 0, 0, 0 } }, + { 2.325535391642e-03, 6.695409936802e-04, { 2, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.494584167506e-04, -2.332430887428e-03, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 2.941862262093e-03, 2.167609264364e-05, { 0, 0, 1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -6.731763841030e-04, 2.290123600883e-03, { 1, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 6.723341633273e-04, 2.285260618715e-03, { 1, 0, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -2.821264134469e-03, 1.169952366933e-04, { 4, 0, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 2.929999999400e-03, -5.932025061267e-08, { 0, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.901683949402e-03, -8.838658649136e-07, { 1, 0, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.155057718476e-03, 7.407064922233e-04, { 2, 0, -2, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -7.083548945703e-04, 2.186486332435e-03, { 2, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.889999999926e-03, 2.068040630670e-08, { 2, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -5.518040157698e-04, 2.332923962498e-03, { 3, -1, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.301471010625e-03, -5.756073852799e-04, { 1, 1, -2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -2.871626880704e-03, -1.443580509149e-06, { 2, 0, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.126785381701e-03, 7.271619061794e-04, { 2, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.893974823288e-03, 9.459550983614e-04, { 4, 0, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.152298954371e-03, 1.677965606997e-03, { 0, 0, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -2.819999999807e-03, 3.297625088643e-08, { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.759557957298e-03, 1.056729133416e-03, { 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.970341124884e-03, -8.375182402560e-04, { 0, 0, 1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.263393940349e-04, -1.865841803399e-03, { 2, 0, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -2.754145548564e-03, -3.712386927155e-05, { 0, 0, 2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 1.032290296994e-04, -2.682280921441e-03, { 2, 0, -1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.954827795737e-03, -8.306501900727e-04, { 0, 0, 3, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.054486916379e-03, -1.727274872862e-03, { 0, 0, 2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 2.323950657481e-03, -4.560354784238e-04, { 2, 0, -1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 7.911642742720e-05, 2.688336925697e-03, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.298793382740e-03, -1.465135940365e-03, { 2, 0, -2, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -3.395199730513e-05, 2.706476578855e-03, { 2, 0, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -6.100751284380e-05, -2.664797928580e-03, { 0, 0, 2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.705290182428e-03, 1.020420926556e-03, { 0, 0, 0, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { 1.026375359414e-03, -1.697073245204e-03, { 1, -1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.718530122378e-03, 1.961529448605e-06, { 0, 0, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 2.716951105341e-03, -9.661879260624e-07, { 2, 0, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 2.702818292676e-03, 1.823712035057e-06, { 4, 0, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.299053707304e-04, -2.572545439857e-03, { 2, 0, -1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -1.795406007853e-03, 8.967188410708e-04, { 2, 0, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.478848593454e-03, 2.105553143264e-04, { 2, 0, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -1.124490673053e-03, -1.558636374810e-03, { 2, 0, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.449629511826e-03, 2.293382230979e-04, { 0, 0, 1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 1.263001417570e-03, -1.410292924366e-03, { 0, 0, 1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 1.866542317722e-03, 7.980725381521e-04, { 2, 0, -1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.647223547758e-03, -5.676335352337e-06, { 1, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.002010575802e-03, -1.650251906608e-03, { 2, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -2.616381798512e-03, 2.415090612811e-05, { 2, 0, -1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { 1.024791982998e-04, -2.536501200244e-03, { 0, 0, 1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -2.378831842116e-03, -2.590707446719e-04, { 0, 0, 0, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -5.025906745007e-04, -2.124335727370e-03, { 1, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.295596457219e-03, 3.229482289289e-04, { 2, 0, -2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 2.609999999594e-03, -4.600862440980e-08, { 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.737466689867e-03, 8.677797170059e-04, { 4, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -8.820424052604e-04, -1.716108686545e-03, { 2, 0, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.732531821938e-03, 8.653029174451e-04, { 2, 0, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.504823182690e-04, 2.338880185739e-03, { 2, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.585835907051e-03, 5.856200881467e-07, { 0, 0, 1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.183418353359e-03, -3.907013982980e-04, { 2, 0, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -1.222858730674e-03, -1.350888022799e-03, { 2, 0, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.713062714204e-03, 8.556029440497e-04, { 4, 0, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.565807279077e-03, 1.936479058807e-06, { 1, 0, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -9.780656675703e-04, 1.580945868264e-03, { 2, 0, -1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 2.188731718312e-04, -2.335490867435e-03, { 2, 0, -1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -7.327062274543e-04, 1.811904767677e-03, { 2, 0, -1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.808401423912e-03, 7.354373659079e-04, { 0, 0, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 5.772848553537e-04, -1.964836967201e-03, { 2, -2, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -5.768708049345e-04, -1.963876219454e-03, { 2, -2, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 2.155976098801e-03, 3.846743974570e-04, { 2, 0, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -2.489334646405e-03, -3.828223450399e-05, { 2, 0, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -2.500907570377e-03, -4.912772539605e-06, { 2, -2, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -2.499999999221e-03, 6.239552075232e-08, { 0, 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.489999998359e-03, -9.039409259972e-08, { 2, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.020232770401e-03, 4.523310858095e-04, { 0, 0, 0, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { -1.780522895101e-03, 6.653793750674e-04, { 1, -1, -1, 0, 0, 29, -33, 0, 2, 0, 0, 0, 0 } }, + { -5.305629377082e-04, 1.905562928182e-03, { 0, 0, 1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 5.305412037823e-04, 1.905452049354e-03, { 0, 0, 1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -2.431878610987e-03, 1.211050872197e-06, { 2, 0, -1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { -7.843384855086e-04, -1.648740950188e-03, { 2, 0, -1, 0, -5, 0, 13, -7, 0, 0, 0, 0, 0 } }, + { 9.349996190109e-04, -1.494130300570e-03, { 2, 0, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -1.104614059007e-03, -1.318924630056e-03, { 1, -2, 0, 0, 0, 20, -18, 0, 0, -1, 0, 0, 0 } }, + { -2.419999999424e-03, 5.279620986864e-08, { 0, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.409999999107e-03, -6.561739855038e-08, { 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -4.508876019118e-04, -1.949299880971e-03, { 0, 1, 0, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { -2.399999999363e-03, -5.529203069798e-08, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 2.399999999772e-03, -3.309144261655e-08, { 0, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.582303403697e-03, 8.110386798538e-04, { 0, 0, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.080309518020e-03, -1.310445562772e-03, { 2, 0, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 2.389999999103e-03, -6.548998951383e-08, { 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -4.566700657138e-04, 1.927409925177e-03, { 1, -1, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.280424326163e-03, -9.892756142538e-05, { 0, 0, 1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -6.974129900702e-04, -1.680181542086e-03, { 1, -1, 1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -6.968750078604e-04, -1.678894038729e-03, { 1, -1, -1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -6.801023068502e-05, -2.299754838965e-03, { 2, 0, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.701353950500e-04, -1.990071230318e-03, { 1, 1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 7.306948052496e-04, 1.626478473264e-03, { 0, 0, 0, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { 2.276690206380e-03, 7.666495103671e-05, { 2, 0, 0, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 1.562243080749e-03, -7.907181249311e-04, { 2, 0, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { 2.283169971778e-03, -6.830295248799e-05, { 1, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.493687179487e-04, -1.895477935933e-03, { 1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.326916372938e-03, -1.284458489426e-05, { 0, 0, 2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -7.907405884532e-04, -1.543055274667e-03, { 0, 0, 0, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { -2.253816043118e-03, 7.268263815247e-05, { 2, -2, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 8.982693863631e-04, 1.427884619762e-03, { 2, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.056059554722e-04, 1.815946096603e-03, { 0, 0, 0, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 1.564812475826e-03, -7.459371129923e-04, { 2, 0, -1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -1.879496835309e-03, 4.284080544156e-04, { 2, 0, -3, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.293669773632e-03, 1.415475592326e-05, { 0, 0, 2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 6.662459016649e-05, -2.233730593164e-03, { 0, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.289950017668e-03, 6.980294028444e-06, { 2, 0, -1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 5.339427507099e-04, -1.759370089705e-03, { 4, 0, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -5.792247741907e-04, -1.713924864922e-03, { 2, 0, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -5.332795937569e-04, -1.757461904743e-03, { 4, 0, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -3.606411944271e-04, -1.929863960298e-03, { 2, 0, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -2.289999999420e-03, 5.155877142881e-08, { 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.260609677653e-03, 4.738490626131e-06, { 2, 2, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -2.193573408311e-03, 7.112003627697e-05, { 2, 0, 1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.935731524476e-04, -1.769063512202e-03, { 0, 0, 1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -2.249999999967e-03, 1.217367153260e-08, { 2, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.445756658248e-03, 7.958412183262e-04, { 2, 0, 1, 0, -12, 0, 12, 0, -2, 0, 0, 0, 0 } }, + { 9.456187216823e-04, 1.278071202319e-03, { 2, 0, -1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 8.504305725308e-04, -1.370912425653e-03, { 0, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 1.626196332374e-03, 5.860404051889e-04, { 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.851406488321e-05, -2.181750131419e-03, { 0, 0, 1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 4.698144252182e-04, -1.737294184554e-03, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 2.141799794593e-03, -5.384444923220e-05, { 4, 0, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.827589121912e-05, -2.174507006977e-03, { 2, 0, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 8.805427562429e-04, 1.308048180333e-03, { 0, 0, 1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 2.172046236130e-03, 9.499991094950e-06, { 2, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 2.179999999803e-03, 2.929709682309e-08, { 4, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.446926017547e-03, -7.265185359970e-04, { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 2.172280249017e-03, -3.943572615749e-07, { 2, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.806002859165e-03, 3.612744183321e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { 8.741508911489e-04, -1.283448936227e-03, { 1, 0, 0, 0, 0, 0, -31, 35, 0, 0, 0, 0, 0 } }, + { 2.134948619662e-03, 1.627756799964e-05, { 2, 0, -2, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 1.665734006735e-03, -4.853633833164e-04, { 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 1.658686141204e-03, 4.806970046494e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 2.764712273874e-04, 1.850576620716e-03, { 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.439880063090e-04, 1.173007532872e-03, { 2, 0, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.100114784890e-03, -1.513379535377e-05, { 4, -2, -1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -2.094148099436e-03, 1.888579403418e-05, { 4, 0, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.312544034791e-04, 1.767514266353e-03, { 3, -1, -2, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -1.955495051844e-04, 1.896813471468e-03, { 0, 0, 1, 0, 0, -16, 16, -7, 8, -6, 0, 0, 0 } }, + { 5.289361056752e-04, 1.563288570860e-03, { 2, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.067486879339e-03, -1.433753198523e-06, { 2, 0, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.361815148522e-03, 7.030540330636e-04, { 0, 0, 1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 4.139107978942e-05, -2.023413459069e-03, { 0, 0, 2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.055031078523e-03, 1.694364375030e-06, { 2, 0, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.844539883625e-05, -2.025165195564e-03, { 0, 0, 1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -6.621026338912e-04, -1.380270123120e-03, { 0, 0, 1, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { 6.618903898611e-04, -1.380194003634e-03, { 0, 0, 1, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { 5.583855643056e-04, -1.477387154615e-03, { 1, 1, -2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -3.957646646856e-04, 1.635039389118e-03, { 2, 0, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.026518699574e-03, 1.831344973614e-06, { 1, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.317514072498e-04, -1.890677928192e-03, { 2, 0, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.584280243651e-03, 4.267736616910e-04, { 0, 0, 0, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { 1.049253693134e-05, -1.994570823349e-03, { 3, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.001553165763e-03, 1.878066324392e-06, { 0, 0, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 9.107603069571e-04, -1.081501789883e-03, { 2, 0, -1, 0, 0, 0, -33, 40, 3, 0, 0, 0, 0 } }, + { -1.619708700883e-03, 3.712456442351e-04, { 4, 0, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 6.268243127518e-05, -1.924404276800e-03, { 0, 0, 0, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { -9.270451787691e-04, -1.057397865026e-03, { 0, 0, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { 3.812272576160e-04, -1.597560614273e-03, { 1, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.704129404021e-04, -1.607397160370e-03, { 2, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.870021601314e-04, 1.586233823666e-03, { 1, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.309166860600e-03, 6.542020460705e-04, { 0, 0, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { 7.359024892585e-04, -1.227155036492e-03, { 2, 0, -2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 8.412035540151e-04, 1.121437810984e-03, { 2, 0, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 1.881829658408e-03, 7.772114730010e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 2, -6, 3, 0, 0 } }, + { 9.949766182545e-05, -1.858495672654e-03, { 2, 0, -1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -1.874904239054e-03, 8.136167587007e-05, { 4, 0, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -7.286601982610e-04, -1.216443948518e-03, { 2, 0, -2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 6.377748173865e-04, -1.305162855002e-03, { 2, 0, -1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -1.708645477238e-03, 2.329807731133e-04, { 0, 0, 0, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { -2.480673106940e-05, -1.911974761569e-03, { 2, 0, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.923157198376e-03, 3.043719616742e-06, { 2, 0, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.016642328834e-04, 1.623012078823e-03, { 1, -1, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.118321270004e-03, -8.047248928659e-04, { 0, 0, 1, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { 1.616694068620e-03, -3.063410654512e-04, { 1, 1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.117426478289e-03, -8.041232459445e-04, { 0, 0, 1, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { 1.897181616866e-03, 3.190630844209e-06, { 2, 0, -1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -2.377440808265e-04, 1.660855465373e-03, { 2, 0, -1, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { -3.865386153627e-04, -1.504358634848e-03, { 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 1.255540252000e-03, -6.270641319231e-04, { 0, 2, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.881639469414e-03, -3.946527389530e-08, { 2, -2, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -6.136857986960e-04, -1.259920062070e-03, { 2, 0, -1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { -1.251134277577e-03, 6.211806862774e-04, { 2, 0, -2, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.869999999434e-03, -4.601909638245e-08, { 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.869999999840e-03, 2.447824275852e-08, { 2, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -4.193824303497e-04, -1.449305710094e-03, { 0, 0, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -7.141252623060e-04, -1.151736838300e-03, { 2, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.821864755165e-03, -4.100639089152e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { -1.763833001474e-03, 9.108565671671e-05, { 0, 0, 2, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { 6.941561570635e-05, -1.782516575832e-03, { 2, 0, -1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.850211116041e-03, -8.355478473848e-07, { 4, 0, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.755506375230e-03, 8.780859082706e-05, { 0, 0, 0, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { -3.572978713985e-04, -1.476601044844e-03, { 2, 0, 2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -2.870818355043e-04, 1.544357183214e-03, { 1, -1, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.825641706501e-03, 3.627696896042e-06, { 2, 0, -2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.825480821792e-03, 2.879032639589e-06, { 0, 0, 2, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { -9.561046301543e-04, 8.700980939012e-04, { 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.003728575201e-03, 8.190402525520e-04, { 2, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -1.776639426072e-03, -4.133072729273e-05, { 0, 0, 1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 3.399165515293e-04, 1.476347356820e-03, { 1, 1, -1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 1.025274554446e-03, 7.853090955697e-04, { 0, 0, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 1.720385631280e-04, 1.635548009034e-03, { 2, 0, -2, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.408671427872e-04, -8.524500800383e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { 1.784326827064e-03, -3.401958575710e-06, { 0, 0, 0, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { 6.307745130636e-04, -1.154701053278e-03, { 0, 0, 1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -1.783216311463e-03, 8.491731336767e-07, { 0, 0, 1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.189469209767e-03, -5.940851875482e-04, { 0, 2, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -8.350756408149e-05, -1.697952371332e-03, { 2, 0, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -1.931106677076e-04, 1.584395580651e-03, { 1, -1, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -5.012119487562e-04, 1.260126375054e-03, { 2, 0, -2, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.754644511651e-03, 1.203962924080e-06, { 4, 0, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.358319043158e-04, 1.417781757142e-03, { 1, -1, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.313850298670e-04, -1.321231661421e-03, { 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { 1.321835855959e-04, -1.613795005279e-03, { 2, 0, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -1.802771190270e-04, 1.554108188866e-03, { 3, 1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.722306484554e-03, -1.532550830352e-06, { 4, 0, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.218401983760e-05, -1.670484396554e-03, { 0, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.015430830287e-04, -1.617600001723e-03, { 2, 0, -1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { -1.204257790819e-03, 5.142146113310e-04, { 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.087934466959e-03, -6.295177823160e-04, { 2, 0, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.674517548151e-03, -4.072277081723e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { -1.706767341410e-03, -3.456417637784e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 5.070899503049e-04, 1.194941202300e-03, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, 2, 0 } }, + { -5.070692104447e-04, 1.194830145199e-03, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 } }, + { -1.451813987876e-04, -1.553077409953e-03, { 1, -1, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.255372009815e-04, 1.371740247101e-03, { 1, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.241113555228e-03, 4.542474240081e-04, { 2, 0, -2, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { -5.995272106454e-04, -1.088649080536e-03, { 0, 0, 1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 1.771206223985e-04, -1.505728934656e-03, { 2, 0, 1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 1.109306589917e-03, -5.587852071536e-04, { 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 3.374023063779e-04, -1.328279854379e-03, { 0, 0, 1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 1.431988234591e-03, 2.304668591705e-04, { 0, 0, 1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.469904130983e-03, 1.892222015982e-04, { 2, 0, -2, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 1.649637232012e-03, 4.176774387819e-06, { 2, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -1.649381289816e-03, 1.335425178503e-06, { 2, 0, -1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.064659260933e-03, 5.779716148237e-04, { 0, 0, 0, 0, 0, 0, 9, -16, 4, 5, 0, 0, 0 } }, + { 3.153619006488e-04, 1.312770825254e-03, { 1, -1, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.631376975032e-04, -1.050676004047e-03, { 0, 0, 2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -3.378790007716e-04, 1.270307779171e-03, { 2, 0, 0, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -1.587643993865e-03, 9.632080749979e-06, { 2, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.580110398107e-03, 1.183137570831e-05, { 2, -2, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.062157558169e-03, 5.296831810125e-04, { 0, 0, 0, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.808435716378e-05, -1.560764616837e-03, { 3, -2, 0, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { 7.445655377138e-04, -8.400905817589e-04, { 2, 0, 0, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -5.422013137261e-04, -1.031651224255e-03, { 0, 0, 2, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 8.226325976435e-05, -1.486812693739e-03, { 0, 0, 0, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { 1.258021494361e-03, -3.081068749212e-04, { 2, 0, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.563652501284e-03, 3.969752849190e-07, { 2, -2, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.561211049969e-03, -1.647147732683e-06, { 2, 0, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -4.325397456710e-04, 1.127187293858e-03, { 1, -1, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -2.957998306079e-04, -1.261743204716e-03, { 1, -1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.998148822446e-04, 5.427605617401e-04, { 2, 0, -1, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { 2.957366668101e-04, -1.246363221200e-03, { 2, 0, -1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.303725177632e-03, 2.364846832293e-04, { 0, 0, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.411071920176e-05, 1.520763265858e-03, { 2, 0, -1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 9.042789238547e-04, -6.264934441236e-04, { 2, 0, -2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.313640383804e-03, 2.158933852187e-04, { 2, 0, -2, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -1.520422750899e-03, -6.950128257736e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 6.812291603880e-05, 1.458947852462e-03, { 2, 0, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -5.192497485097e-05, -1.474563258942e-03, { 2, 0, -1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { 1.522415572083e-03, 3.959627128514e-07, { 2, -2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.555095779556e-04, 8.664286924496e-04, { 0, 0, 0, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { -9.090481661602e-04, 6.050420394035e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0 } }, + { 1.453249470238e-03, -5.449994075827e-05, { 2, 0, -1, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { 1.424018192434e-05, -1.493428105206e-03, { 3, 0, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.922073731077e-04, 1.214402376364e-03, { 1, -1, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.926502695710e-04, -1.009731841191e-03, { 2, 0, -1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { -1.028517182353e-03, 4.732608708131e-04, { 1, 1, -1, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.497951982281e-03, 1.764072773035e-06, { 0, 0, 0, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { -2.873264065429e-04, 1.210814649854e-03, { 1, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.476898740255e-03, 1.639698651458e-05, { 4, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.132649478066e-04, 1.176300081222e-03, { 2, 0, 1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -6.660265966212e-04, -8.173877665516e-04, { 2, 0, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -5.359653909220e-04, -9.390257728894e-04, { 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 1.276608742338e-03, 1.959278377291e-04, { 2, 0, -2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.274302688526e-03, 1.949731975892e-04, { 2, 0, -2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 9.235381594476e-06, 1.456710882989e-03, { 1, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.949664693300e-04, -9.700642147499e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { 3.077536253254e-04, 1.155855654735e-03, { 2, 0, -1, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 1.025122018227e-03, 4.355728930232e-04, { 0, 2, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.025122018227e-03, 4.355728930232e-04, { 0, 2, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.653508088619e-04, 1.285586329502e-03, { 2, 0, -1, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -5.804105300678e-05, 1.391793290837e-03, { 2, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -8.427422625463e-04, 6.043581780199e-04, { 2, 0, -1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { -2.777808552189e-04, -1.157885247115e-03, { 1, 1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.037289137583e-03, -3.962555902280e-04, { 0, 0, 1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -1.429999997756e-03, -8.011584861228e-08, { 2, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.648059696059e-04, -1.162790930691e-03, { 2, 0, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.873971943437e-04, 1.139989623121e-03, { 2, 0, -1, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.820715345895e-04, 1.245312554082e-03, { 0, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { -8.339558748245e-05, 1.341942103696e-03, { 2, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.420470266284e-03, -2.693428872118e-06, { 4, 0, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.413318220816e-03, 6.823138649921e-06, { 1, 0, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 2.725765514015e-04, 1.145615738752e-03, { 1, 1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.978021467939e-04, 1.118330643197e-03, { 2, 0, -2, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { -1.008205995402e-03, -4.025226635254e-04, { 2, 0, -1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.409999999863e-03, 1.968731396186e-08, { 4, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.256514215887e-03, -1.452648361044e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 7.401207882362e-04, -6.521157077985e-04, { 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.072995171228e-04, -4.824220407655e-04, { 2, 0, -1, 0, -4, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.703148578894e-04, 4.154179576336e-04, { 0, 0, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -8.291705857554e-04, 5.557582108988e-04, { 0, 0, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { -1.234676789261e-03, 1.466088953063e-04, { 0, 0, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -1.961731387270e-06, 1.376524957865e-03, { 2, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.326425483432e-04, -8.349071792543e-04, { 2, 0, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -5.889296036522e-04, 7.742629317379e-04, { 0, 0, 0, 0, 1, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { 1.307494320544e-03, 5.422526496274e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { -7.747077519806e-04, 5.863564263487e-04, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -1.120071047372e-03, -2.407346850478e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -3, 2, 0, 0, 0 } }, + { 7.973916359247e-04, -5.596429107950e-04, { 2, 0, -1, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 1.353410908569e-03, 8.141751134945e-07, { 4, 0, -3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.335036528060e-03, 1.649845922648e-05, { 1, 0, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -5.071716515897e-04, -8.420526335529e-04, { 1, -1, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { -1.193910003045e-03, -1.544261477894e-04, { 2, 0, -1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { 9.829517255325e-04, 3.567075709040e-04, { 2, 0, 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 1.294475458071e-03, -4.405605955460e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 3, -1, 0, 0, 0 } }, + { 2.561881067631e-04, -1.080161093279e-03, { 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.198333808644e-04, -5.138144088769e-04, { 0, 0, 1, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { -5.397489302637e-05, 1.278564728227e-03, { 2, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 5.470546790945e-04, 7.778359563492e-04, { 1, -1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 8.963114288364e-04, -4.278218787723e-04, { 1, -1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 4.931659612490e-04, -8.298677025937e-04, { 2, 0, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -8.110043981507e-04, -5.116075229868e-04, { 2, 0, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 8.813185131856e-04, -4.401722143684e-04, { 2, 2, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -9.713031401542e-04, -3.492863152155e-04, { 2, 0, -1, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { 8.932239349083e-04, -4.263479905769e-04, { 1, -1, -1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -8.210732345818e-04, 4.974976857638e-04, { 0, 0, 1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { 4.065691472001e-05, -1.275944433315e-03, { 0, 0, 1, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { 5.847285599689e-04, -7.316767092498e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { 6.525996780722e-04, 6.625810593279e-04, { 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.312751680107e-03, -1.928686956098e-06, { 0, 0, 1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -2.503994602755e-04, 1.057299865696e-03, { 1, -1, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.970350920193e-04, -1.009910149423e-03, { 4, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.966252839022e-04, -1.008916171239e-03, { 4, 0, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -7.742756657764e-04, -5.283824230252e-04, { 0, 0, 0, 0, 0, 0, 5, -10, 0, 0, 0, 0, 0 } }, + { -1.869777182787e-04, 1.114762732137e-03, { 1, -1, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -5.542862969535e-04, -7.446545284784e-04, { 4, 0, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 9.397992804764e-04, -3.567792975785e-04, { 0, 0, 2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.265729371173e-03, 3.082049066737e-05, { 1, 0, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.292227335163e-03, 2.795219882548e-06, { 2, -2, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 8.645002225824e-04, 4.304037569040e-04, { 0, 0, 0, 0, 0, 6, -4, 0, 0, 0, 0, 0, 0 } }, + { -8.628391315141e-04, -4.309480792166e-04, { 2, 2, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 4.052121680167e-05, -1.252553351667e-03, { 0, 0, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.290967681122e-03, 1.961964276671e-06, { 0, 0, 1, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { 1.019725665689e-03, 2.720935312475e-04, { 2, 0, 0, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { -7.891658947914e-04, -4.916490147770e-04, { 0, 0, 1, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 1.278599344797e-03, -3.478750209992e-07, { 2, 2, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -9.829401253477e-05, 1.179368556348e-03, { 2, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 4.830252983350e-05, -1.227546018303e-03, { 2, 0, -1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.269993145994e-03, 2.399441168738e-06, { 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.184098194644e-04, -8.507591982905e-04, { 2, 0, 0, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { 9.513892443332e-04, -3.158336632637e-04, { 0, 0, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.720157821687e-05, -1.229255070751e-03, { 4, 0, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.210114068567e-03, -5.540732486079e-05, { 0, 0, 0, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { 4.051822662899e-04, 8.570629285833e-04, { 2, -2, 0, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { -1.213299917255e-03, -4.845539833112e-05, { 4, 0, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 1.259999999776e-03, 2.375044045973e-08, { 2, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 7.904783665310e-04, -4.667700426247e-04, { 0, 0, 1, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { -2.040754901165e-04, -1.052934391445e-03, { 0, 0, 0, 0, 0, 0, 2, 0, 0, -1, 0, 0, 0 } }, + { -1.011942443850e-04, -1.155577658534e-03, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.117083016507e-04, 1.041609918166e-03, { 2, 0, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -7.854585538786e-04, -4.640940206484e-04, { 0, 0, 1, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { -8.721911081446e-05, 1.159813728321e-03, { 2, 0, -1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.797417453854e-04, -1.064359551694e-03, { 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 } }, + { -1.048756801586e-03, -1.942651424184e-04, { 1, 1, -1, 0, 0, -20, 12, 15, 0, 0, 0, 0, 0 } }, + { 7.720265551852e-06, 1.232884735062e-03, { 1, 0, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.236807662313e-03, 9.440747740534e-07, { 0, 0, 1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 7.944538846908e-04, 4.425450559586e-04, { 2, 0, 1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 1.233470233895e-03, -3.049723004022e-06, { 2, 0, 0, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { 3.153686858405e-04, -9.210137957356e-04, { 4, 0, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 7.530871708175e-05, 1.159127683534e-03, { 0, 0, 1, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0 } }, + { 1.205769952661e-03, -2.827754167371e-05, { 4, 0, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 9.768138772933e-04, 2.544079966111e-04, { 1, -1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.229999999889e-03, -1.653001334490e-08, { 2, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.684967100508e-04, 8.605610865105e-04, { 1, -3, 1, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { -8.705782315837e-04, -3.571006649042e-04, { 0, 0, 2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.224690841246e-03, -2.964650909568e-06, { 2, 0, -2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.075101642264e-04, 7.190176811575e-04, { 0, 0, 1, 0, 0, 0, -2, 0, 5, -5, 0, 0, 0 } }, + { -6.640729376644e-04, 5.605914020693e-04, { 2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -3.761243563460e-05, -1.185248319383e-03, { 4, 0, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.219997191084e-03, 2.753759385167e-06, { 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.356067768344e-04, 9.871172554916e-04, { 1, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.076410609590e-04, -1.013572910163e-03, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { -4.850087144240e-04, 7.347644792246e-04, { 0, 0, 1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -1.033031956547e-03, -1.859098738738e-04, { 2, 0, -1, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { 7.890032489792e-04, 4.283309345404e-04, { 2, 0, 0, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { -1.075051575127e-03, 1.372522542306e-04, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { -9.258861615930e-04, -2.844555345449e-04, { 2, 0, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.170477097240e-03, 3.915696310041e-05, { 2, 0, 2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.061530493231e-03, -1.432628900105e-04, { 0, 0, 0, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { -3.768665958202e-05, -1.165909432587e-03, { 4, 0, -2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -5.382394676477e-05, 1.147768181147e-03, { 2, 0, -1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { -1.193172059684e-03, 7.153075514897e-06, { 1, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 4.998590457026e-04, 7.004621193235e-04, { 0, 0, 0, 0, 0, 0, 4, -8, 5, -5, 0, 0, 0 } }, + { 1.191094858856e-03, 1.485679572507e-06, { 0, 0, 1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.025868679632e-03, -1.644795205516e-04, { 0, 0, 0, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -1.060781069819e-04, 1.083569743669e-03, { 3, -1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.016143594636e-03, -1.734024542280e-04, { 2, 0, -1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.136444076706e-03, -5.204167646397e-05, { 2, 0, -1, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { 2.347968426105e-04, 9.524060172061e-04, { 1, -1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 6.761189154042e-04, 5.102360347325e-04, { 1, 1, -3, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { 7.491589218611e-04, 4.362171349071e-04, { 2, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 3.023468254524e-04, 8.805820858214e-04, { 0, 0, 1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 6.320232882612e-04, 5.496423905941e-04, { 2, 0, -1, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { 1.847426621846e-04, 9.960233033673e-04, { 1, -1, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.298504239690e-04, 9.498550656273e-04, { 2, 0, -2, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.561625247049e-04, 9.233373403343e-04, { 2, 0, -1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { 4.550787251909e-04, -7.232962307094e-04, { 2, 0, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 8.519818546948e-04, -3.227642569727e-04, { 0, 0, 1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.171216041598e-03, -1.741773215149e-06, { 2, 0, 0, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 5.177487864838e-04, -6.523316819575e-04, { 0, 0, 1, 0, 0, -15, 11, 0, 0, 0, 0, 0, 0 } }, + { 6.002776045511e-04, -5.682671630266e-04, { 2, 0, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 5.981411956053e-05, -1.108423161908e-03, { 2, 0, -2, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -7.366031459935e-04, -4.286308666091e-04, { 0, 0, 0, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { 4.497000621306e-04, -7.136578992777e-04, { 0, 0, 1, 0, 0, 0, -2, 0, 4, -3, 0, 0, 0 } }, + { 9.981753275858e-04, 1.646517584740e-04, { 0, 0, 1, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { -4.712067190005e-05, 1.113871974056e-03, { 2, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.159999999857e-03, 1.822123739007e-08, { 4, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 6.105907753039e-04, 5.438699081712e-04, { 2, 0, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -7.092086645009e-04, -4.426324046271e-04, { 2, 0, -2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -2.558137669142e-05, -1.124829186800e-03, { 2, 0, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { -1.145620589548e-03, 1.631191238606e-06, { 0, 0, 0, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.140913675196e-03, 7.505697704662e-07, { 4, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.929808884101e-04, -9.459754772314e-04, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { 1.132322454334e-03, 1.811979391288e-06, { 2, 0, -3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.131564469462e-03, 1.182991770193e-06, { 1, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.100360525064e-03, -3.234799817584e-05, { 2, 0, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.129999999867e-03, -1.735555408105e-08, { 2, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.070065164180e-04, 9.228455865543e-04, { 2, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.063514355469e-04, 4.219695476741e-04, { 1, 1, -1, 0, 0, -12, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.126698549109e-03, 1.341004247757e-06, { 2, 0, -1, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.651484203940e-05, -1.089688756398e-03, { 2, 0, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -6.616437602100e-04, -4.631883845511e-04, { 2, 0, -1, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -9.112672181289e-04, 2.083772476297e-04, { 4, 0, -3, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 4.030383225349e-05, -1.077739565184e-03, { 2, 0, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -7.427651795537e-04, 3.705588332735e-04, { 2, 0, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.056986351063e-03, -5.315589002773e-05, { 0, 0, 1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -1.109437551051e-03, 5.457482408040e-07, { 4, 0, -2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.549644348806e-04, 6.527401698306e-04, { 0, 0, 1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 9.614436868036e-04, -1.458559200465e-04, { 1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 4.498141835152e-04, 6.463024811085e-04, { 0, 0, 1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { -8.807947864248e-04, 2.142877141266e-04, { 2, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.833708799740e-05, 1.016678005408e-03, { 1, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.965445325125e-04, -1.977393569869e-04, { 2, 0, -2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.015877383593e-03, -7.278282207130e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0 } }, + { -8.945718949025e-04, -1.933419710159e-04, { 0, 0, 1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -1.033501380584e-03, -5.044061809282e-05, { 0, 0, 1, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -4.033779515225e-04, 6.792272454645e-04, { 2, 0, -1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { -1.080543977776e-03, -4.663986789710e-07, { 0, 0, 3, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 2.080204891159e-04, -8.702756203719e-04, { 0, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.056840204083e-03, 1.817902805550e-05, { 0, 0, 1, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { 2.055882444096e-04, -8.658454754354e-04, { 1, 1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.536246310693e-05, 1.033257592281e-03, { 2, 0, -1, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 7.118864324964e-04, -3.555528750730e-04, { 2, 2, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 9.622446755703e-04, -1.043815682144e-04, { 2, 0, -1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -1.023832592882e-03, -4.205426564942e-05, { 2, 0, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 8.219018408555e-04, 2.408573182421e-04, { 0, 0, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -9.015632099956e-04, -1.599324233497e-04, { 2, 2, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.043214977929e-03, 1.797315263492e-05, { 0, 0, 1, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { 1.501711064499e-04, 9.098259496735e-04, { 0, 0, 0, 0, 0, 3, -5, 0, 1, 0, 0, 0, 0 } }, + { 6.801124773851e-04, 3.796948023392e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { -7.054642588088e-04, -3.523471942994e-04, { 2, 2, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.176046900122e-04, -8.387636299794e-04, { 0, 0, 3, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 2.175874959615e-04, -8.387032843257e-04, { 0, 0, 3, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 8.809313499197e-04, -1.730622769266e-04, { 4, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 5.758910608814e-04, -4.673783096525e-04, { 1, 0, 0, 0, 1, -28, 29, 0, 0, 0, 0, 0, 0 } }, + { 6.950019933220e-04, 3.469438473769e-04, { 0, 0, 0, 0, 0, 7, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.030582799147e-03, 9.686558476849e-06, { 2, 0, -2, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 7.299336002134e-04, -3.101919406866e-04, { 2, 0, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.275793496246e-04, -3.091496685194e-04, { 2, 0, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 8.030927403555e-04, -2.334043938575e-04, { 3, -1, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 6.672346785983e-04, -3.668649369295e-04, { 1, 0, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -1.027709335138e-03, 3.522845396973e-06, { 4, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 5.839382963866e-05, -9.726532870172e-04, { 2, 0, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.087999491844e-04, 9.201017056897e-04, { 3, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.634370331775e-04, 3.622236936791e-04, { 0, 0, 1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.010372913831e-05, -9.718554711591e-04, { 2, 0, -1, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { -7.847580951521e-04, 2.371967465557e-04, { 0, 0, 1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.881960377317e-05, -9.709867703474e-04, { 2, 0, -1, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { 1.000093468849e-03, 1.939725222820e-05, { 2, 0, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -3.684753485293e-04, -6.499191568181e-04, { 0, 0, 1, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { 8.489676662355e-04, 1.693024175833e-04, { 2, 0, 0, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 1.160884902517e-04, 9.004767897904e-04, { 2, 0, -1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { -1.955279999954e-04, 8.200140175381e-04, { 1, 1, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -7.279870171631e-04, 2.873147480096e-04, { 2, 0, -1, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 7.531560850573e-04, -2.611003979631e-04, { 0, 0, 1, 0, 0, 0, -2, 0, 1, 5, 0, 0, 0 } }, + { 3.185872701812e-04, -6.954093317906e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { -1.919280997600e-04, -8.216620844985e-04, { 1, -1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 7.804965372158e-04, 2.269032658522e-04, { 1, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -2.061244052452e-06, -1.002297205511e-03, { 4, 0, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.934643528576e-04, 8.103602983203e-04, { 1, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 6.501870831561e-04, -3.520782774840e-04, { 2, 0, -1, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { -1.909445330508e-04, 8.066219108147e-04, { 1, -1, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.471232159305e-04, -6.473594755540e-04, { 2, 0, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 8.058771886184e-04, 1.871864553221e-04, { 2, 0, -1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -6.713379004958e-04, 3.208992078048e-04, { 0, 0, 0, 0, 0, 0, 2, -4, 1, 0, 0, 0, 0 } }, + { -2.158785261804e-04, -7.752715882225e-04, { 2, 0, -2, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 9.899979560566e-04, 1.006254542386e-06, { 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.158058597203e-04, -7.751291371117e-04, { 2, 0, -2, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -8.469208248261e-05, -9.062341466019e-04, { 1, 1, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.560681311872e-04, 5.345901480341e-04, { 2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.646713517120e-04, -4.249272904535e-04, { 1, 1, -1, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { 3.838264079211e-04, -6.043514062999e-04, { 4, 0, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -3.990347271262e-05, 9.428081810563e-04, { 2, 0, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -3.360617464619e-04, -6.466078111157e-04, { 2, 0, 0, 0, 0, -38, 37, 0, 0, 0, 0, 0, 0 } }, + { -9.539086924730e-04, -2.521661274853e-05, { 2, 0, -1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.804092448803e-04, -5.981417944486e-04, { 4, 0, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 7.412348690167e-04, -2.362015972842e-04, { 0, 0, 1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 3.147646852947e-05, -9.455994269824e-04, { 0, 0, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -3.237379099103e-04, 6.521065042100e-04, { 2, 0, 0, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { -9.751353751070e-04, -6.237972060275e-07, { 0, 0, 0, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -5.921950987803e-05, -9.163007265904e-04, { 0, 0, 1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { 5.445858859424e-04, -4.303704747825e-04, { 4, 0, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -8.164934511764e-04, 1.568383959932e-04, { 1, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.266797251551e-04, -3.445356801328e-04, { 0, 0, 2, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -9.699999997908e-04, 2.014633555432e-08, { 2, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -6.275929313522e-04, -3.406927640043e-04, { 2, 0, -1, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { -3.526811878968e-04, -6.140583886064e-04, { 2, 0, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 9.000965349280e-04, -6.529350363178e-05, { 2, 0, 1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -1.867429912876e-04, -7.776968837167e-04, { 1, 1, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.557313848920e-04, -8.052981010867e-04, { 2, 0, -1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.198535323162e-04, -4.408519838478e-04, { 2, 0, -1, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { 5.917731933972e-04, -3.683304404660e-04, { 0, 0, 1, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.596168021802e-04, -5.999077280090e-04, { 1, -1, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -6.342972002557e-04, 3.246395052901e-04, { 2, 0, -2, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 1.848940940657e-04, -7.735219799450e-04, { 1, -1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.948458361555e-04, -6.632702180207e-04, { 1, 1, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 9.309775455688e-04, -2.605424775884e-05, { 4, 0, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 2.113537649218e-04, -7.448421559306e-04, { 2, 0, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 3.530024332629e-04, -6.026347786617e-04, { 0, 0, 1, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { -2.111116294773e-04, -7.442036722544e-04, { 2, 0, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -5.246537286625e-04, 4.304495019264e-04, { 1, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -8.576704022098e-04, -9.086452956309e-05, { 2, 0, -1, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 7.549886460611e-04, 1.910890873159e-04, { 2, 0, -1, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { 9.428194899818e-04, 1.325583087821e-06, { 2, 0, -1, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 9.367684067285e-04, 5.912293531181e-06, { 4, 0, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 8.339887982941e-04, 1.059475941237e-04, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -4, 0, 0, 0 } }, + { 1.384487855475e-04, 8.012764616082e-04, { 1, 0, 1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.381898134808e-04, 8.001815916757e-04, { 1, 0, -1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 8.969162588678e-04, -4.106218825570e-05, { 2, 0, 0, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { 1.765038557644e-04, -7.604842879071e-04, { 0, 0, 2, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 7.898989581088e-04, -1.463192096411e-04, { 1, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.882399587949e-04, -7.460805832216e-04, { 3, -1, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 9.299980214090e-04, 2.969568604110e-06, { 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.183470083863e-04, -2.144034542865e-04, { 0, 0, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -8.453751722384e-04, -8.578446448100e-05, { 2, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { -6.207291799670e-04, 3.100274291487e-04, { 0, 0, 1, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { -7.563451238271e-04, 1.737573210602e-04, { 4, 0, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -5.587257826540e-04, -3.713178178640e-04, { 0, 0, 0, 0, 0, 0, 7, -12, 0, 0, 0, 0, 0 } }, + { 1.779512592190e-04, 7.511803226051e-04, { 1, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.791290127570e-04, 2.483172888727e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { 6.557785997572e-04, 2.709762868100e-04, { 2, 0, -1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.362539924077e-05, -8.801571563860e-04, { 0, 0, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -7.149749574996e-04, 2.081318170821e-04, { 1, -1, -2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 3.568804110376e-04, -5.623451720908e-04, { 2, 0, -3, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -5.658702430017e-04, -3.529169340738e-04, { 0, 0, 1, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.052273323737e-04, 6.129810692455e-04, { 2, 0, -1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { -7.097141163583e-04, -2.062754449786e-04, { 1, 1, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -7.088613931632e-04, 2.063157586982e-04, { 1, -1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -5.885837960184e-04, 3.233650380462e-04, { 3, 0, 0, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 5.885837960184e-04, 3.233650380462e-04, { 1, 0, 0, 0, 0, 0, 34, -41, 2, 0, 0, 0, 0 } }, + { 7.292442895241e-04, 1.825595538588e-04, { 2, 0, 0, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { 9.099999998530e-04, 1.635897107806e-08, { 2, -1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -9.077932255155e-04, 1.452019275010e-06, { 0, 0, 0, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { 7.369571178122e-05, 8.355133549989e-04, { 0, 0, 1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 3.520170527172e-04, -5.567310040627e-04, { 4, 0, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -7.502935225665e-04, -1.569083050105e-04, { 2, 0, -2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.829891763750e-04, -3.236798636889e-04, { 2, 0, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -4.816503668644e-04, -4.234476579148e-04, { 4, 0, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 7.640821395443e-04, -1.405811956339e-04, { 2, 0, -2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -4.101474314334e-04, 4.916793986338e-04, { 2, -1, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -3.023171982062e-04, -5.951141948982e-04, { 2, 0, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { -8.966972670868e-04, -4.737086222961e-07, { 2, -2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.795321064905e-04, 1.602262403773e-05, { 2, 0, -1, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { 5.277585382567e-04, -3.670029087347e-04, { 2, 0, 0, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { -5.589377413229e-04, -3.343360262008e-04, { 0, 0, 2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -4.039735309240e-04, 4.881510970923e-04, { 0, 0, 1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -5.965447062786e-04, 2.955264858345e-04, { 2, 0, -1, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.321687089474e-04, -6.588799694968e-04, { 4, 0, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 3.385772763900e-05, -8.559361370098e-04, { 2, 0, -1, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.662892599736e-04, -7.222274857072e-04, { 2, 1, -2, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -8.867694916327e-04, 1.141546438952e-06, { 0, 0, 0, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.475823456594e-04, 5.402421536644e-04, { 1, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.064343961537e-04, 7.798895370956e-04, { 2, 0, 0, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { -3.102755311428e-04, -5.725672669473e-04, { 2, 0, 0, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 8.799999999764e-04, 6.450736915313e-09, { 4, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -4.584369763783e-04, -4.184310655630e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -8.691701319651e-04, 7.624462122621e-06, { 2, 0, 2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 8.739125239858e-04, -1.755305611227e-06, { 2, 0, 0, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { 3.418568300750e-04, 5.308931209413e-04, { 1, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 8.607397803042e-04, 1.060838119919e-05, { 0, 0, 0, 0, 0, 0, 12, -24, 7, 5, 0, 0, 0 } }, + { -6.103111956648e-04, 2.608290549596e-04, { 2, 0, 0, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 2.809271368184e-04, 5.887392337976e-04, { 2, 0, -1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -5.611531047360e-04, 3.082957009807e-04, { 3, 0, -1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 5.611531047360e-04, 3.082957009807e-04, { 1, 0, -1, 0, 0, 0, 34, -41, 2, 0, 0, 0, 0 } }, + { -2.598669166932e-05, -8.428193305978e-04, { 4, 0, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.894844516690e-04, -4.769086527019e-04, { 1, 1, -1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.640835555104e-04, -7.020870615363e-04, { 3, -1, -1, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { -8.637266741067e-04, 7.813893464340e-07, { 0, 0, 1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.004470701516e-04, -7.630806448228e-04, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -1, 0, 0, 0 } }, + { -8.620064077152e-04, -4.782884823286e-07, { 2, 0, 0, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -3.817183071063e-04, 4.778392074352e-04, { 2, 0, -1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { -1.632260334385e-04, 6.961028106524e-04, { 1, -1, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 7.236619519585e-04, 1.305668948265e-04, { 2, 0, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { 6.759582259031e-04, -1.763932148995e-04, { 2, -2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -7.342823584318e-05, 7.784631764811e-04, { 0, 0, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -2.466530426351e-04, -6.050555682248e-04, { 0, 0, 1, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { 2.462329484325e-04, -6.041536396823e-04, { 0, 0, 1, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 3.188391321512e-04, 5.315305342356e-04, { 1, 1, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -1.388030970222e-04, -7.099596426044e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 } }, + { 7.144566241801e-05, -7.768577177894e-04, { 3, -1, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.360885954256e-04, 1.141883709472e-05, { 2, 0, 1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 1.828148227276e-04, 6.636925868064e-04, { 0, 0, 2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.896708041781e-04, 4.566356150723e-04, { 1, 0, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.694570903967e-04, -6.757737984812e-04, { 0, 0, 1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 2.754514164909e-04, 5.694552850117e-04, { 2, 0, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 1.203056809461e-04, 7.237902254638e-04, { 0, 0, 1, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.190560725065e-05, -8.219132467163e-04, { 2, -2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -8.366651807323e-04, -7.011151204479e-06, { 2, -2, 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -3.576057018356e-04, -4.857182345432e-04, { 4, 0, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -3.057082322341e-04, -5.375990091756e-04, { 0, 0, 1, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { 3.045330233804e-04, -5.385877767877e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { 1.662329381146e-04, 6.757885944494e-04, { 2, -2, 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.291033383539e-04, -5.116428739638e-04, { 1, 0, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 5.604106301743e-04, 2.802893313634e-04, { 0, 0, 0, 0, 0, 8, -6, 0, 0, 0, 0, 0, 0 } }, + { -5.613376720262e-04, -2.784772836654e-04, { 1, -2, 0, 0, 0, 20, -18, 0, 0, 0, 0, 0, 0 } }, + { 7.287533280224e-04, 1.110149103295e-04, { 2, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.316974001309e-04, -2.077040494312e-04, { 0, 0, 0, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { -1.824735690773e-04, -6.553674537531e-04, { 2, 0, 1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 1.823949181112e-04, -6.550886560799e-04, { 2, 0, 1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -8.301925724040e-04, -5.812317123507e-06, { 1, 0, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -8.175327381994e-04, 1.512891684275e-05, { 2, 0, -1, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { -5.403099453611e-04, 2.921643307909e-04, { 2, 0, -1, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0 } }, + { 8.300000027055e-04, -1.946216623824e-08, { 2, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.358109066313e-04, -2.912570420790e-04, { 1, 0, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -1.292312929210e-04, -6.963479764965e-04, { 1, -1, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -6.381199402428e-04, 1.857087761030e-04, { 3, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 8.219657583588e-04, 8.682901509254e-07, { 2, 0, 1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.504984224876e-04, 2.722777540282e-04, { 2, 0, -1, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { -5.144450702988e-04, -3.082535403470e-04, { 2, 0, -2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 1.927382405866e-04, -6.289953750367e-04, { 2, 0, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -5.210717182147e-04, -2.998676008067e-04, { 2, 0, 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 8.186779630780e-04, 1.304497718927e-06, { 2, 0, 1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.982334664628e-05, -7.894414267301e-04, { 0, 0, 1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -8.155034698170e-04, 1.996233066115e-06, { 2, 0, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.592500124607e-04, -6.581231284713e-04, { 0, 0, 3, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -5.956726104106e-04, 2.203189932598e-04, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -3.309945180440e-05, 7.821996767602e-04, { 2, 0, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -3.870017605516e-04, 4.250962858161e-04, { 2, 0, 0, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { -3.969954845858e-04, -4.150020152332e-04, { 0, 0, 1, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { 2.373880819428e-05, -7.882332455409e-04, { 0, 0, 1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 8.099999999822e-04, -5.372123437697e-09, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 3.577351558200e-04, 4.506849610882e-04, { 2, 0, -1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { 6.645667069682e-04, 1.416915522543e-04, { 1, 0, -1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { 6.642965824645e-04, 1.417644521405e-04, { 1, 0, 1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -7.860958319722e-04, 1.854183796276e-05, { 4, 0, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 5.074765748374e-04, -2.969611169501e-04, { 2, 0, 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -8.011184269697e-04, -1.239110034840e-06, { 2, 0, 0, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -2.423026163155e-04, -5.590550644959e-04, { 2, 0, -1, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { 7.999999999420e-04, 9.634217470776e-09, { 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -7.724002782706e-04, -2.725008151083e-05, { 4, 0, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -7.900808636627e-04, 8.432371160922e-06, { 1, 0, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -3.749429952187e-04, -4.234240553979e-04, { 0, 0, 0, 0, 0, 12, -8, 0, 0, 0, 0, 0, 0 } }, + { 6.776804910862e-04, 1.204381634103e-04, { 2, -2, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -7.884723395014e-04, 7.933743335102e-06, { 1, 0, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -5.789791894058e-04, -2.164585898511e-04, { 2, 0, -2, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -6.712945449193e-04, -1.237976579569e-04, { 0, 0, 1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 2.080910454610e-04, -5.860809409339e-04, { 0, 0, 1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -2.080266691825e-04, -5.858914915413e-04, { 0, 0, 1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 2.397922569768e-04, -5.536584526781e-04, { 2, 0, -1, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 6.080021222412e-04, -1.847995955870e-04, { 2, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 7.923020168523e-04, 8.219645215190e-08, { 2, 0, 2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.318132577402e-04, -5.999551324752e-05, { 2, -2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -1.941483585323e-04, -5.969785340624e-04, { 2, 0, -1, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.500075817403e-04, -6.408081374303e-04, { 1, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.060073167959e-04, -5.847809850317e-04, { 1, -1, 1, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { 5.272535530256e-04, -2.633375470938e-04, { 1, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -7.898969962972e-04, -2.547208740947e-07, { 2, 0, -2, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.473886576475e-04, 6.420847529042e-04, { 1, 1, -1, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { 4.310447800764e-04, 3.547517357212e-04, { 1, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -1.740490497627e-04, 6.113686507706e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 4.284272172950e-04, 3.558987247098e-04, { 2, 0, -1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { -5.081250078447e-04, 2.761625980834e-04, { 0, 0, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0, 0 } }, + { -6.429811212122e-04, 1.407945898314e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -1.461623594086e-04, 6.361212425045e-04, { 1, -1, 0, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { 3.602889368479e-05, -7.453960595831e-04, { 2, 0, -1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 7.669942436950e-04, -1.210468074462e-05, { 2, -2, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -3.253578637289e-04, -4.535396651511e-04, { 2, 0, -2, 0, 0, 0, 2, 0, -1, -4, 0, 0, 0 } }, + { -4.396132549598e-04, -3.390108111717e-04, { 2, 0, -1, 0, 0, -25, 35, -11, 0, 0, 0, 0, 0 } }, + { -7.772143678983e-04, -3.172124920561e-07, { 1, 0, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.774816989930e-04, -4.983344838838e-04, { 0, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.753154060879e-04, 1.042631762706e-07, { 2, 0, -2, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -7.738493830716e-04, 1.247658006814e-06, { 2, 0, -1, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.542526513794e-04, 6.179306027647e-04, { 1, -1, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -4.057006738321e-04, -3.663774734793e-04, { 2, -2, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -4.891417008557e-04, -2.822407796839e-04, { 0, 0, 2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -3.747707017203e-04, 3.939605456600e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0 } }, + { -4.967330401848e-04, -2.712247757394e-04, { 2, 0, 0, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { -4.392952134543e-04, 3.283460232665e-04, { 1, -1, 1, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { -1.468597420089e-04, 6.207389871236e-04, { 1, -1, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -6.543656509653e-04, 1.129137334473e-04, { 1, -1, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 7.050991588968e-04, -6.177521568650e-05, { 4, 0, -2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 4.179578160554e-04, -3.480878719040e-04, { 2, -2, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -5.106061783140e-04, -2.549222636685e-04, { 1, 0, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 5.172555560925e-04, -2.474004052645e-04, { 1, 1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -3.963395654334e-05, -7.238176841157e-04, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { 7.294030719840e-04, -3.144416349884e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 4, -2, 0, 0, 0 } }, + { 7.599999997952e-04, -1.764178807752e-08, { 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -7.066352759461e-04, -5.246260460635e-05, { 1, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.573353697112e-04, 3.017552813742e-04, { 0, 0, 0, 0, 0, 1, -8, 12, 0, 0, 0, 0, 0 } }, + { -7.572013236446e-04, -3.297697694178e-07, { 2, -2, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.728740341346e-04, -5.843080761276e-04, { 2, 0, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 2.959797248741e-04, -4.597463260166e-04, { 2, -2, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.978727834719e-04, -5.573040512703e-04, { 0, 0, 0, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -7.290701255177e-04, 2.530166310202e-05, { 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 4.824813523708e-04, -2.710342677104e-04, { 2, 0, -1, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.886280717464e-05, -7.243427698945e-04, { 0, 2, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 4.845167491055e-04, -2.682013707288e-04, { 0, 0, 2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -2.946610833767e-04, -4.570410456631e-04, { 2, -2, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.394347268014e-04, -4.121059651263e-04, { 0, 0, 3, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 1.461917669293e-04, -6.041614904084e-04, { 1, 0, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.546386079989e-04, 4.945806921019e-04, { 0, 0, 0, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 6.353326504006e-04, 1.125842440967e-04, { 2, 0, -4, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -3.869702262146e-05, -7.080206233214e-04, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { -6.539221926468e-04, -9.177202436901e-05, { 0, 0, 1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 4.954287905818e-04, -2.474429852651e-04, { 0, 2, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.441451398415e-05, -7.179299399023e-04, { 0, 0, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -7.421310455366e-04, 1.370039531756e-07, { 1, 0, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -9.523448900710e-05, -6.467709782944e-04, { 2, 0, 0, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { 9.445060648421e-05, -6.457952012189e-04, { 2, 0, 0, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { 4.263269571340e-04, -3.138996051494e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { -7.399999998850e-04, 1.304459082873e-08, { 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -7.399999999432e-04, -9.169959889718e-09, { 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 8.254146578974e-05, -6.557538056641e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 } }, + { -4.432352937148e-04, 2.898805353943e-04, { 0, 0, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { -6.622368488799e-04, 6.896917692086e-05, { 0, 0, 1, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 7.299988566468e-04, 1.141540560557e-06, { 4, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.299988769544e-04, 1.049076469322e-06, { 4, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.078638808437e-04, 2.230127352221e-04, { 1, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 7.299220803778e-04, 5.412546747121e-07, { 2, 0, 1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 6.183160785807e-04, 1.121411120939e-04, { 4, 0, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -6.011741795165e-04, 1.273943810841e-04, { 2, 0, -1, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { -4.178783700890e-04, -3.106496213014e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { -1.111642799910e-04, -6.168340841541e-04, { 2, 0, -2, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 7.128796394088e-04, 1.452531282200e-05, { 2, 0, -2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 4.844857404222e-04, 2.405042477811e-04, { 2, 0, 1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -2.025300838422e-04, 5.210079575589e-04, { 2, 0, -1, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { -1.267093578480e-04, 5.959981062369e-04, { 0, 0, 1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.342814046460e-04, -3.882154623681e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { 4.037698932229e-04, -3.186577391231e-04, { 0, 0, 1, 0, 0, -23, 22, 4, 0, 0, 0, 0, 0 } }, + { -4.798738736472e-04, -2.396786207418e-04, { 0, 2, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.690661109386e-04, 5.500002426533e-04, { 2, 0, -1, 0, 0, -23, 26, 0, 0, 0, 0, 0, 0 } }, + { 2.761035307010e-04, -4.412986298305e-04, { 4, 0, -2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -7.171035551341e-04, 1.284405651967e-07, { 4, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.147042230972e-04, -1.640647712419e-07, { 0, 0, 3, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.677103644215e-04, 3.466136932287e-04, { 2, 0, -1, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.740705695089e-04, -4.377056023655e-04, { 4, 0, -2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 4.487075177685e-04, -2.623263483703e-04, { 0, 0, 2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 1.586274061068e-04, -5.523255925677e-04, { 0, 0, 1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.836157381769e-04, 2.685386238527e-05, { 2, 0, -2, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -7.099999998644e-04, 1.387885821098e-08, { 2, 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.944894042672e-04, -4.149667161813e-04, { 0, 0, 0, 0, 0, 2, -7, 7, 0, 0, 0, 0, 0 } }, + { 2.376527341322e-04, -4.716312953040e-04, { 2, 0, -1, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { 8.128665245413e-05, -6.277869174648e-04, { 4, 0, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 3.198746914873e-06, -7.054726567376e-04, { 3, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -7.079868363093e-04, -4.145497723444e-07, { 2, -2, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.739571467691e-04, -3.444172735990e-05, { 2, 0, -1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { -7.411056829774e-05, 6.337858192396e-04, { 1, 1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.405832471162e-04, -3.634779759372e-04, { 0, 0, 1, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { -7.020017078130e-04, 1.436226682337e-07, { 0, 0, 0, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.080966351139e-04, -4.918845979709e-04, { 2, 0, -1, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { 6.889205967833e-04, 1.067939011669e-05, { 1, -2, 0, 0, 0, 11, -5, 3, 0, 0, 0, 0, 0 } }, + { -5.876805218463e-04, -1.114533943344e-04, { 0, 0, 2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 4.477037044802e-04, -2.506050867142e-04, { 2, 0, 0, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { 6.952288994299e-04, -6.945703024900e-07, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -6, 3, 0, 0 } }, + { -6.951132426576e-04, -6.832217718000e-07, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 6, -3, 0, 0 } }, + { 6.306257969309e-04, -6.369637601634e-05, { 2, 0, 0, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { 1.310008265031e-04, 5.632892448291e-04, { 1, 1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.189793459830e-05, 6.501552762324e-04, { 2, -2, 0, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { 2.904434267415e-04, 4.013488595989e-04, { 2, 0, -1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.182196612178e-04, 4.726369887923e-04, { 0, 0, 0, 0, 0, 0, 7, -13, -1, 0, 0, 0, 0 } }, + { 5.810518441981e-04, 1.096723459906e-04, { 0, 0, 0, 0, 0, 2, 1, -8, 0, 0, 0, 0, 0 } }, + { -4.882773162493e-05, -6.411733556356e-04, { 2, 0, -1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 4.612044761998e-04, -2.287575628695e-04, { 2, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.921047362418e-04, -3.953694728367e-04, { 2, -2, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 5.959913454140e-04, -9.039597152061e-05, { 2, 0, -1, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.307974337727e-04, -5.521782747932e-04, { 1, -1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.194973218551e-04, 3.629750256685e-04, { 2, 0, 0, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { 1.312395535569e-04, 5.496204977814e-04, { 1, 1, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.536390902300e-04, 2.270800894536e-04, { 0, 0, 0, 0, 0, 9, -7, 0, 0, 0, 0, 0, 0 } }, + { 6.721292867425e-04, 7.901634987639e-06, { 4, 0, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 6.788738821753e-04, 6.228676455654e-07, { 1, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.413068942077e-04, -5.381169563987e-04, { 1, 0, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 5.293377236047e-04, -1.478989252229e-04, { 0, 0, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -4.026665785859e-04, -2.721788656550e-04, { 2, 0, 0, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -2.089173559383e-04, -4.645669504740e-04, { 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { -6.706895394206e-04, 1.123941375374e-06, { 1, 0, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -2.204867337635e-04, 4.511641451799e-04, { 2, 0, -1, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { -1.366912361576e-04, 5.340184660751e-04, { 2, 0, 1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -6.524927330614e-04, 1.589522510502e-05, { 0, 0, 3, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -2.991546711732e-04, 3.675584264400e-04, { 0, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -9.211667026402e-05, -5.735557749759e-04, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -2.698183410867e-05, 6.386753825714e-04, { 2, 0, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.273424567679e-04, -5.372076922162e-04, { 1, -1, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.406734909605e-04, -2.197132797436e-04, { 1, 1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 6.599999999718e-04, 6.105161723389e-09, { 2, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.727137185466e-04, -2.871732886520e-04, { 4, 0, -2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -3.157734339024e-04, 3.439620057748e-04, { 2, 0, -1, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { -1.266655422410e-04, 5.326752579351e-04, { 1, -1, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.310534073028e-04, 1.282002367513e-04, { 2, 0, -1, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { -1.499368021583e-04, 5.083923268600e-04, { 0, 0, 2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.831297261850e-05, -6.299921929375e-04, { 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.832920517996e-05, -6.296430958597e-04, { 2, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.840506687357e-05, -6.086438544787e-04, { 2, 0, -2, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 9.005957349782e-05, -5.667531380455e-04, { 0, 0, 2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 1.355057412798e-04, -5.203683568349e-04, { 2, 0, -1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { 6.379054380115e-04, 1.753354034271e-05, { 2, 0, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -1.658508324621e-04, 4.888003473484e-04, { 0, 0, 0, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { -6.496322703657e-04, -4.739233023263e-06, { 3, 0, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 5.429568379098e-04, 1.113093676482e-04, { 2, -2, 1, 0, 0, -21, 23, 0, 0, 0, 0, 0, 0 } }, + { -1.788152099293e-04, -4.744694963799e-04, { 1, -1, 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 4.203254046623e-04, -2.314664538890e-04, { 2, 0, 0, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { 6.489500011946e-04, -1.595087936929e-06, { 2, 0, 0, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -6.499999650792e-04, -2.338427000923e-07, { 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.499999999752e-04, -5.672320068775e-09, { 2, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -6.499999999917e-04, 3.289945639995e-09, { 4, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 5.750595967349e-04, -7.359630682245e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -3, 2, 0, 0, 0 } }, + { 2.736166318955e-04, -3.712286646666e-04, { 1, 0, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 2.647161381231e-04, 3.774823060359e-04, { 0, 0, 0, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { -5.590737288335e-04, -8.289360600661e-05, { 0, 0, 1, 0, 0, -24, 26, 0, 0, 0, 0, 0, 0 } }, + { -1.843238263865e-04, 4.575738112411e-04, { 4, 0, -2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 6.399999999661e-04, 6.590363255414e-09, { 1, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -7.732656599645e-05, 5.619688856046e-04, { 2, 0, 0, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { -6.239356066560e-04, -1.481142461866e-05, { 2, -2, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -6.197304767643e-04, 1.827939193597e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.224599691370e-04, 1.536150141059e-05, { 0, 0, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { -3.344074483036e-04, -3.031980342149e-04, { 2, 0, 0, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { 2.585929022677e-04, -3.788814615349e-04, { 2, 0, -2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -2.880091837199e-04, 3.494344343829e-04, { 4, 0, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 5.284371266963e-04, 1.076862328945e-04, { 2, 0, -1, 0, 0, 0, -37, 48, 0, 0, 0, 0, 0 } }, + { -9.053337300134e-05, 5.436585968589e-04, { 2, 0, -2, 0, 0, 3, -3, 0, 0, -3, 0, 0, 0 } }, + { 1.329757722803e-04, -5.009248361080e-04, { 2, 0, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { -2.255937305051e-04, -4.078277973230e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { 2.259069375537e-04, -4.070280125105e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { -5.591019935690e-04, -7.382858233420e-05, { 1, 1, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 9.901842137469e-05, -5.335570093416e-04, { 1, 1, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 2.648020647796e-04, -3.650363296510e-04, { 2, 0, 1, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.452364460774e-06, -6.272562767332e-04, { 4, 0, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.195019284954e-04, -2.095195136809e-04, { 2, 0, -4, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -6.271278130590e-04, 1.704766211658e-06, { 0, 0, 3, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.402487554541e-05, -6.041261255827e-04, { 2, 0, -1, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -4.114906280939e-04, 2.163605636166e-04, { 0, 0, 0, 0, 0, 0, 10, -17, 0, 0, 0, 0, 0 } }, + { -3.693668035387e-04, -2.578148852127e-04, { 2, 0, -1, 0, 0, 0, 9, -14, 0, 0, 0, 0, 0 } }, + { -4.029418294020e-04, -2.231532798060e-04, { 2, 0, 0, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { -6.258867439900e-04, 9.007569083800e-09, { 0, 0, 3, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.903753919951e-04, 4.351086742766e-04, { 0, 0, 1, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { 4.164976576228e-04, 2.080095793188e-04, { 0, 0, 0, 0, 0, 17, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.987526230383e-04, -4.250704501335e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 5.495727570803e-04, 7.410655121911e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -2.259334368115e-05, -6.006765061416e-04, { 0, 0, 1, 0, 0, -22, 23, 0, 0, 0, 0, 0, 0 } }, + { -4.743275452679e-05, -5.754964271096e-04, { 4, -2, -2, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.537354208752e-04, -4.680306590760e-04, { 2, 0, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -2.421214432187e-04, 3.792180932117e-04, { 2, 0, -1, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { -5.337820974071e-04, 8.754303411195e-05, { 2, 0, -1, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { -2.980704765542e-04, -3.225155876465e-04, { 3, -1, -1, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.330115646139e-04, 8.723978919249e-05, { 2, 0, -1, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { -6.178094884891e-04, 7.619761714163e-07, { 0, 0, 1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.781286880959e-04, 4.396233449189e-04, { 0, 0, 1, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.484576670496e-04, -4.688174739016e-04, { 2, 0, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.027386878189e-05, -5.957087774925e-04, { 0, 0, 1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.371008145052e-04, -2.762873771011e-04, { 4, 0, -2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 6.119815185796e-04, 9.335535801180e-07, { 2, 0, 0, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 5.993227741580e-04, -1.281229184233e-05, { 4, -4, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { 6.115694555629e-04, 4.222379564376e-07, { 2, 0, 1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.820624704038e-04, 1.289280834699e-04, { 0, 0, 1, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 4.881507590355e-04, -1.220845315833e-04, { 3, 1, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.825528138690e-05, 5.913785588370e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { 6.031763049066e-04, 6.344263712870e-06, { 3, 0, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.166395825582e-04, 4.920021499315e-04, { 1, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.658957157326e-04, 4.409974005674e-04, { 2, 0, 0, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { -1.975955910286e-04, 4.066345027487e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0 } }, + { -1.175522998626e-04, 4.865774328186e-04, { 0, 0, 1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.445313046406e-04, 4.586189061712e-04, { 2, 0, -1, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { 3.085088826056e-04, 2.924628497438e-04, { 2, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.680374730597e-04, 1.311007745226e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { 1.100702468701e-04, -4.881239093734e-04, { 4, 0, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.272643361180e-04, 1.706792901239e-04, { 1, -1, 0, 0, 0, 0, 1, 0, 2, -3, 0, 0, 0 } }, + { 4.923600158092e-05, 5.477917634742e-04, { 1, 1, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.631146949622e-04, -4.335917653095e-04, { 2, 0, -1, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { -6.484674656177e-05, -5.310293634722e-04, { 2, 0, -1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.164892531437e-04, 2.793274008860e-04, { 2, 0, -1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { 2.619518112102e-04, -3.337905472685e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 1, -3, 0, 0, 0 } }, + { -1.137421401690e-04, 4.811693828314e-04, { 1, -1, 0, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.104221653767e-04, 3.828048678714e-04, { 2, 0, -1, 0, 1, -25, 25, 0, 0, 0, 0, 0, 0 } }, + { -4.567518901068e-04, 1.362622879472e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { 3.844954247452e-04, -2.083909451236e-04, { 2, 0, -3, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 5.160058985123e-04, -7.372396635477e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { -5.633008033065e-04, -2.591123026383e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { 1.098645875004e-04, -4.783154704558e-04, { 2, 0, -2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.555154732380e-04, -3.251196284093e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { -5.813071589448e-04, -6.398572805969e-06, { 3, 0, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 3.708994513767e-04, -2.166769423336e-04, { 2, 0, -1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.120961615340e-04, -4.749310011062e-04, { 1, 1, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.771835648313e-04, -2.098290077390e-04, { 2, 0, -2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 1.166196211900e-08, -5.865824277396e-04, { 2, -2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.754777134613e-04, -3.106040955077e-04, { 0, 0, 1, 0, 0, 12, -8, 0, 0, 0, 0, 0, 0 } }, + { -5.362783267060e-04, -4.889982019007e-05, { 2, 0, 0, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -5.227740730662e-04, -6.162068125860e-05, { 1, -1, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.364302807495e-04, -2.477261408390e-04, { 2, 0, 0, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { 1.112313923020e-04, -4.727119524464e-04, { 0, 0, 2, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.000398086315e-04, -4.837526266082e-04, { 4, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.655689864779e-04, -1.163710902886e-04, { 1, -1, 1, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -3.694559117438e-04, -2.108652381321e-04, { 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 1.945715647738e-05, -5.598110427444e-04, { 0, 0, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { 5.686065881978e-04, 1.031247626083e-05, { 2, 0, 0, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { 1.722207775819e-04, -4.066687842568e-04, { 2, 0, 0, 0, 0, -30, 24, 0, 0, 0, 0, 0, 0 } }, + { 3.119680065135e-04, -2.654425675515e-04, { 0, 0, 0, 0, 0, 0, 6, -11, -3, 3, 0, 0, 0 } }, + { -5.751242527560e-04, -1.984209288157e-06, { 0, 0, 1, 0, 0, 0, 12, -24, 7, 5, 0, 0, 0 } }, + { 5.751242527560e-04, -1.984209288157e-06, { 0, 0, 1, 0, 0, 0, -12, 24, -7, -5, 0, 0, 0 } }, + { -4.936420679414e-04, -7.785753754505e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { -4.710456372173e-04, 1.003964560363e-04, { 2, 0, 0, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { 1.115742399091e-04, 4.594057352030e-04, { 1, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.006760188476e-04, 1.701335787946e-04, { 0, 0, 1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.817876809443e-04, -1.889451309150e-04, { 1, 0, 0, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { -5.699999999006e-04, -1.064476310728e-08, { 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { -5.633364724220e-04, 4.751587108296e-06, { 0, 0, 2, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -1.250745122448e-04, -4.418016394249e-04, { 1, 0, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -4.851460210418e-04, 8.169173344057e-05, { 0, 0, 1, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { -3.251507614544e-04, -2.416869548331e-04, { 2, 0, -1, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { 4.850881255929e-04, 8.165011480090e-05, { 0, 0, 1, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { 4.532312068148e-04, -1.133526210600e-04, { 3, 1, -2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 5.600146953286e-04, -6.502536385626e-06, { 2, 0, 1, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { -5.021826334389e-04, -6.371266035037e-05, { 1, -1, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.576462030380e-04, 4.079801936396e-04, { 0, 0, 1, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { 3.792711522827e-04, 1.862678831431e-04, { 2, 0, -1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.988532958631e-04, -6.589223526009e-05, { 0, 0, 0, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { -3.595130300882e-04, -2.049916313601e-04, { 2, 0, -1, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.653292115843e-05, 5.179137836054e-04, { 1, -1, 1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.576559139569e-04, 1.062377508886e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 1.077878089677e-04, -4.556055148995e-04, { 1, 1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.787153744886e-04, -3.844533265643e-04, { 0, 0, 1, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.462700354286e-04, 3.164166245701e-04, { 2, 0, 0, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 3.882997651325e-04, 1.734775393205e-04, { 1, -1, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -5.557345908822e-04, 5.239832553455e-06, { 2, 0, -4, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { -1.092440102219e-04, -4.514794619798e-04, { 4, 0, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -4.100446729646e-04, -1.506349353002e-04, { 0, 0, 0, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -1.097048478522e-04, -4.504834826994e-04, { 1, -1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -8.316870134479e-05, 4.765072620072e-04, { 0, 0, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 5.498098512610e-04, 9.601108482544e-06, { 0, 0, 3, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -5.499250823153e-04, 9.077656114536e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.690860662252e-04, 2.879045393531e-04, { 2, 0, -1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { -5.137310168706e-04, -4.256691822298e-05, { 1, -2, 0, 0, 0, 23, -16, -13, 0, 0, 0, 0, 0 } }, + { 2.613831977536e-04, -2.946582568746e-04, { 4, 0, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.793975361494e-05, -5.378817372931e-04, { 4, 0, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.695694355222e-04, 1.852103822073e-04, { 0, 0, 0, 0, 0, 10, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.615795689397e-04, -1.915052972904e-04, { 2, 0, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 1.111667942612e-04, 4.416953820373e-04, { 1, -1, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.825039365209e-04, -6.975058286191e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { -3.702907169774e-04, 1.819243643131e-04, { 2, 0, 0, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { -3.757557406645e-04, 1.752993422548e-04, { 2, 0, -1, 0, 0, -29, 36, 0, -4, 0, 0, 0, 0 } }, + { 1.056422696729e-04, 4.452543919231e-04, { 1, 1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.059765120892e-04, -4.446794521260e-04, { 1, -1, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.499999999624e-04, -6.431538293584e-09, { 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 5.499999999133e-04, -6.007423284501e-09, { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.981327510424e-04, 5.158061853713e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -4, 4, -2, 0, 0 } }, + { 5.455091132030e-04, -3.506391712239e-06, { 0, 0, 1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -8.571105014384e-05, -4.616632043745e-04, { 3, -1, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -4.319501363192e-04, 1.137763579433e-04, { 2, 0, 0, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { -5.448765982679e-04, -5.792913203835e-07, { 0, 0, 2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.399754025298e-04, -4.745538954047e-06, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { -1.853591472708e-04, 3.584491419182e-04, { 1, -1, 1, 0, 2, -2, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.853591472708e-04, 3.584491419182e-04, { 1, -1, -1, 0, 2, -2, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.511315823244e-04, 3.923498959846e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0 } }, + { 1.365992588350e-04, 4.057172315594e-04, { 0, 0, 1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -2.325630635377e-04, -3.096758908707e-04, { 4, 0, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 3.382913753157e-04, 2.034834269669e-04, { 0, 0, 2, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -2.460297623762e-04, -2.955852743618e-04, { 2, 0, 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -3.381160084355e-04, 2.033736053141e-04, { 0, 0, 2, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 2.274812453627e-04, -3.135718070447e-04, { 0, 0, 1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { 2.542205046962e-04, -2.866150188410e-04, { 4, 0, -2, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 3.070951305398e-04, -2.332055073816e-04, { 0, 0, 0, 0, 0, 0, 2, 0, 2, -5, 0, 0, 0 } }, + { 1.009016224150e-04, 4.385843488352e-04, { 1, 1, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 3.244402036613e-04, 2.149571207630e-04, { 2, 0, -1, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0 } }, + { -2.131145015362e-04, -3.260235373923e-04, { 0, 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.062398914659e-04, -1.321817142088e-04, { 0, 0, 0, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { 2.718221452883e-05, 5.104873074880e-04, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { -2.174972972237e-05, 5.146030323798e-04, { 2, 0, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -5.343717980041e-04, 1.126610319589e-06, { 2, 0, -1, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { 3.462041690130e-04, -1.892540082852e-04, { 2, 0, -2, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -3.813785313550e-05, 4.972617898064e-04, { 0, 0, 1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 2.148254273329e-05, -5.138760021991e-04, { 2, -2, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.335262630530e-04, 1.011836572943e-04, { 2, 0, -1, 0, 0, -6, 10, 0, -3, 0, 0, 1, 0 } }, + { -4.334363628330e-04, 1.011793493384e-04, { 2, 0, -1, 0, 0, 6, -10, 0, 3, 0, 0, -1, 0 } }, + { 5.336773604632e-04, 8.303255660190e-07, { 2, 0, -2, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -5.115833999048e-04, -2.258588609067e-05, { 4, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -4.612050754325e-04, -7.243010493231e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { -1.642209193825e-04, 3.694079168049e-04, { 1, -1, 1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 5.264534550578e-04, 6.957379754428e-06, { 2, 0, 0, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -7.267864093204e-05, 4.601389569485e-04, { 0, 0, 2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.790390029218e-04, -5.299815007672e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -1, -2, 0, 0, 0 } }, + { 1.018646116392e-04, -4.299276334112e-04, { 1, -1, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.652103897686e-04, -2.665412788737e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { -5.313632076521e-04, -3.454627330751e-07, { 2, 0, -2, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 4.234573256200e-04, 1.073999698503e-04, { 2, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 4.070106510701e-04, 1.236177555285e-04, { 1, 0, -1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -5.206415935673e-04, 9.531452052600e-06, { 2, 0, 0, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { 5.299999999058e-04, -9.990264637840e-09, { 2, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 5.299999999822e-04, -4.347615166735e-09, { 2, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -4.192530278288e-04, 1.102375284713e-04, { 2, 0, -2, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { 1.070148175403e-04, 4.224726554842e-04, { 1, -1, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.179115284106e-04, -4.096978272142e-04, { 2, 0, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -3.666744586827e-04, 1.606186171555e-04, { 0, 0, 1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 1.760134361282e-04, -3.485393252558e-04, { 2, 0, 0, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { -5.235188722763e-04, 7.046773771384e-07, { 4, 0, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.212652396870e-04, -2.029329337616e-04, { 2, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 2.102800367735e-05, -5.029250506322e-04, { 2, -2, 2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.379653766309e-04, -1.859494339429e-04, { 2, 0, -1, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { 2.276496023683e-04, 2.962533031211e-04, { 2, 0, 0, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { 1.002674142659e-04, -4.231318153689e-04, { 3, -1, -2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.244081697263e-04, -1.988359101717e-04, { 2, 0, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 7.898372633636e-05, 4.441647257350e-04, { 2, 0, -1, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.430421127090e-04, -8.007323786991e-05, { 4, 0, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 4.354768985610e-04, -8.712134058611e-05, { 4, 0, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.142974327084e-04, -3.075014731385e-04, { 2, -2, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.572781573511e-05, -5.054953156614e-04, { 4, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.131650221589e-04, -7.168181928711e-06, { 2, 0, -1, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0 } }, + { 2.333059666350e-04, 2.867794169386e-04, { 0, 1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -5.119892849480e-04, 7.909125622479e-06, { 2, 0, -1, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0 } }, + { 3.205634215869e-04, -1.991369104643e-04, { 0, 0, 0, 0, 0, 0, 11, -19, 0, 3, 0, 0, 0 } }, + { -1.593467989316e-04, 3.584454297679e-04, { 1, -1, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 3.707710248808e-04, 1.462966772588e-04, { 0, 0, 0, 0, 0, 0, 1, 0, -2, 2, 0, 0, 0 } }, + { -5.102957359021e-04, 5.760476864282e-06, { 2, 0, -2, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 9.743157119413e-05, 4.183757304599e-04, { 1, 1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.915623053890e-05, 4.565255155446e-04, { 2, 0, -1, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { 5.128527932452e-04, -2.083727615952e-06, { 0, 0, 1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 4.549914437090e-04, -5.921227606389e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { 4.308398310461e-04, -8.281802409753e-05, { 1, 1, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 5.130113677896e-04, 5.001851439991e-07, { 0, 0, 1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 2.016439110550e-05, -4.926982767040e-04, { 4, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.337165899112e-04, 1.791115727387e-04, { 4, 0, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 1.789874651525e-04, 3.334812615298e-04, { 0, 2, -2, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 3.410239489224e-04, -1.703771932256e-04, { 2, 0, -2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 9.851099225073e-05, -4.125714479963e-04, { 2, 0, 1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -5.100556895930e-04, -8.025539421500e-07, { 4, 0, -2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.206399410405e-05, -4.681138968243e-04, { 1, -3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.099999999773e-04, -4.806636759929e-09, { 0, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.218933428404e-04, -1.881051856078e-04, { 2, 0, -1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -5.005819509829e-06, -5.037613769353e-04, { 2, -2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.757677203021e-04, -3.318417371184e-04, { 2, 0, 1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 6.774147411925e-05, 4.393751627312e-04, { 2, 0, -1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { -5.044910588225e-04, 2.595548389546e-06, { 0, 0, 2, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.438013254053e-04, -3.630818459313e-04, { 0, 0, 0, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { -3.295878814090e-04, 1.761968737094e-04, { 4, 0, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 5.037039620280e-04, -9.485801171107e-07, { 0, 0, 0, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { -1.514160003981e-04, -3.532025806706e-04, { 2, 0, 0, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { -2.360984451195e-04, -2.668604809013e-04, { 1, -1, 0, 0, 0, 0, 1, 0, -1, 4, 0, 0, 0 } }, + { 3.211276452370e-04, 1.817850985318e-04, { 4, 0, -1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 3.046860247216e-04, 1.972841386580e-04, { 0, 0, 1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -4.884550820260e-04, 1.324819192054e-05, { 2, 0, -3, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 3.187500001933e-04, -1.812113693505e-04, { 2, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.989926085415e-04, 1.008579234253e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { 4.114822509347e-05, -4.581558943980e-04, { 1, -1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -9.536581158693e-05, -4.038599164951e-04, { 2, 0, -2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.533346314584e-04, 3.449565710676e-04, { 1, 1, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 1.494174170543e-04, -3.487530902270e-04, { 2, 0, 0, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 3.143752321478e-04, -1.836167141403e-04, { 0, 0, 1, 0, 0, 0, -2, 0, 5, 0, 0, 0, 0 } }, + { -2.607259125009e-04, 2.372262986438e-04, { 2, 0, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { -2.031383647674e-05, 4.775485811170e-04, { 2, 0, -1, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { 4.961041584496e-04, 3.009305100753e-07, { 2, 0, 1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.306546768057e-04, -1.656165881568e-04, { 1, -1, 0, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 3.156172606386e-04, -1.806411395970e-04, { 2, 0, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -4.902951280511e-04, 5.579663870593e-06, { 0, 0, 2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.922550932382e-04, -1.028861871337e-04, { 0, 0, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { 4.881139572826e-04, -6.531779074905e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { -4.258279803693e-04, 6.851678663537e-05, { 0, 0, 0, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { 1.040433162437e-04, -3.894176109914e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0 } }, + { 3.299606840622e-04, -1.632109051374e-04, { 2, 0, 0, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { -4.905046424335e-04, -1.202617116064e-06, { 2, 0, 0, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { -1.002158442614e-04, 3.914867893428e-04, { 1, 1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -3.013943947002e-04, -1.902500128267e-04, { 2, 0, -1, 0, 0, 0, -11, 19, 0, -3, 0, 0, 0 } }, + { 3.281166471850e-04, 1.632622582641e-04, { 0, 0, 0, 0, 0, 16, -14, 0, 0, 0, 0, 0, 0 } }, + { -4.897020341044e-04, 1.032496376131e-06, { 2, 0, -1, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -1.466475101159e-04, -3.439960257495e-04, { 2, 0, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { 4.899999999806e-04, -4.361577800602e-09, { 2, -1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 8.549900234952e-05, 4.038724216840e-04, { 2, 0, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.234892527537e-04, 1.653278024990e-04, { 0, 0, 1, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { -4.065786403012e-04, 8.183343784195e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { 3.232207686994e-04, 1.650831493374e-04, { 0, 0, 1, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { -1.021160676263e-04, 3.847276610015e-04, { 0, 0, 3, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 4.287957354391e-04, 5.779586450628e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -9.361721088152e-05, 3.920462787024e-04, { 1, 1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.481913915169e-04, 3.743023325678e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { 3.058073803033e-04, -1.779012593113e-04, { 1, 0, -2, 0, 0, 29, -33, 0, 0, 0, 0, 0, 0 } }, + { 1.985270552364e-04, -2.845395491714e-04, { 0, 0, 1, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0 } }, + { -3.222675656709e-04, 1.605541780209e-04, { 0, 0, 1, 0, 0, -19, 17, 0, 0, 0, 0, 0, 0 } }, + { 4.102207299831e-04, 7.218840656407e-05, { 1, 0, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 7.356791431963e-05, -4.087211796514e-04, { 1, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.005873927885e-04, 3.815126531029e-04, { 0, 2, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.005834354344e-04, 3.815067028901e-04, { 0, 2, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 4.801663638925e-04, -1.452159715197e-06, { 2, 0, 0, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.805974110311e-04, -3.003718529418e-04, { 1, -1, -1, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.173619397232e-04, -3.632004402287e-04, { 2, 0, -1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.516033656990e-04, -2.886101982736e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { -4.775088614868e-04, -2.686490602015e-06, { 1, 0, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 4.799999999642e-04, -5.864306286512e-09, { 2, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.821024381736e-04, 1.971313454136e-04, { 2, 0, -1, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { 2.183822449602e-04, -2.596695361005e-04, { 1, -1, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.758323156238e-04, -3.017832844762e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0 } }, + { 8.932217102398e-05, 3.876865912694e-04, { 1, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -8.633150542161e-05, 3.906734840020e-04, { 2, 0, 0, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0 } }, + { -4.762036318890e-04, 5.810077723510e-09, { 1, 0, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.156374066812e-04, 3.602181072349e-04, { 2, 0, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.523396431481e-04, 3.234109843792e-04, { 0, 0, 1, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0 } }, + { 2.802836869185e-04, 1.953950395964e-04, { 2, 0, -1, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { -4.317631419031e-04, 4.345080569361e-05, { 0, 0, 1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.728482894413e-04, -1.092752100777e-06, { 2, 0, 0, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { -4.732611863507e-04, -5.957464516588e-07, { 2, -2, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -3.678187128587e-04, 1.054922223402e-04, { 0, 0, 0, 0, 0, 8, -9, -8, 3, 0, 0, 0, 0 } }, + { 4.665067952602e-04, -6.449317793693e-06, { 0, 0, 1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.773001739133e-04, -2.951220760277e-04, { 1, -1, 1, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.103368543499e-04, -2.618305168548e-04, { 1, 0, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 4.425719459258e-04, 2.932207129493e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { 4.644449111666e-04, 6.765043930401e-06, { 2, -2, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -3.044055770232e-04, 1.665964832404e-04, { 2, 0, -1, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0 } }, + { -8.978169796670e-05, -3.803328756454e-04, { 1, -1, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.699999998935e-04, 1.000771793018e-08, { 0, 1, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.839704634507e-04, 8.601382839959e-05, { 2, 0, 1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 4.691859897396e-04, -7.089356155743e-07, { 4, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.677014650119e-04, -2.109725298926e-06, { 2, 0, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 9.020531468623e-05, -3.787449385747e-04, { 1, -1, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.986682831763e-04, 1.702723046114e-04, { 0, 0, 1, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { 4.682188156406e-04, 8.333045565506e-08, { 0, 2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -9.140906672325e-05, -3.755931867240e-04, { 0, 0, 0, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { -3.598632107071e-04, 1.069113726504e-04, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { -3.911244145479e-04, -7.498512638402e-05, { 1, -1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -8.878866009634e-05, 3.760112813304e-04, { 1, -1, 0, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.315886458335e-04, -3.330458788539e-04, { 1, -1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { 3.119978391192e-04, 1.524639454057e-04, { 0, 0, 2, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 4.610392277669e-04, 3.009417835772e-06, { 0, 0, 2, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 1.793493721999e-04, 2.840645344844e-04, { 2, 0, 0, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { -3.087003956955e-04, 1.541809059696e-04, { 4, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.103552209871e-04, 1.519883895800e-04, { 0, 0, 2, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -8.898940792699e-05, 3.730437857649e-04, { 1, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -7.228431612858e-05, -3.895517479271e-04, { 1, 1, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.245469899504e-04, -3.365726070784e-04, { 2, 0, -1, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { -3.547145757313e-04, 1.059334028708e-04, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { 1.783844809774e-04, -2.821357997841e-04, { 4, 0, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 9.177778142957e-05, -3.687111715760e-04, { 1, -1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.570337055406e-05, -4.434725388094e-04, { 0, 0, 1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.482092872721e-04, -1.105718094706e-04, { 1, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.575056514395e-04, 1.045799482617e-06, { 4, 0, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.656173347697e-05, -4.415815430137e-04, { 2, -2, -1, 0, 0, 26, -27, 0, 0, 0, 0, 0, 0 } }, + { -9.046458481392e-05, -3.673333504138e-04, { 0, 0, 1, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { -3.664762620710e-04, -9.087613008740e-05, { 1, -1, 0, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { 4.562467546000e-04, 5.542997770480e-07, { 2, 0, -1, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { -4.538712226388e-04, -2.204456854137e-06, { 2, 0, -1, 0, 0, 0, 3, 0, 0, -3, 0, 0, 0 } }, + { 3.036026573465e-04, 1.522856394275e-04, { 0, 0, 0, 0, 0, 11, -9, 0, 0, 0, 0, 0, 0 } }, + { 3.756281756198e-05, -4.183169070655e-04, { 1, 1, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.391594568543e-04, -3.163101734833e-04, { 0, 0, 2, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -4.030146767619e-04, -5.237854853916e-05, { 2, 0, 0, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { -4.253055796344e-04, -2.967371694570e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { 3.835702519207e-04, 7.122626751310e-05, { 2, 0, 0, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { -2.538658578524e-04, 2.004519350977e-04, { 0, 0, 1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { 4.397120884327e-04, -1.348167525970e-05, { 2, 2, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 4.517972250545e-04, -1.325126902678e-06, { 0, 0, 1, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.600913320817e-04, -2.928388879699e-04, { 0, 0, 1, 0, 0, -18, 24, -16, 4, 5, 0, 0, 0 } }, + { 1.383936402242e-04, 3.145289052762e-04, { 0, 0, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { 2.865764849326e-04, 1.663225245499e-04, { 2, 0, -2, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -4.525857322729e-04, -2.327121649135e-07, { 2, -2, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.019588454706e-04, 1.508349293090e-04, { 4, 0, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.592178907122e-04, -9.322904522978e-05, { 3, 0, -2, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 2.434942625301e-05, -4.280834836918e-04, { 2, 0, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 4.511166516782e-04, 1.064675842382e-06, { 3, 0, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 2.740069187069e-04, -1.771479044226e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0 } }, + { 3.280379420553e-04, 1.220291300145e-04, { 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.644168369927e-04, 2.849898056648e-04, { 0, 0, 0, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { 8.957707466358e-05, -3.576521947453e-04, { 1, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 3.902305666238e-04, -5.692759808976e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -3, 0, 2, 0, 0 } }, + { 1.714880938193e-05, -4.299777688788e-04, { 2, 0, -1, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { 3.194353048679e-04, 1.276886974594e-04, { 3, 0, -3, 0, 0, 0, 3, 0, -2, -5, 0, 0, 0 } }, + { 1.517848170098e-05, -4.316584309736e-04, { 0, 0, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.738048685670e-04, 1.718170741205e-04, { 2, 0, 1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 4.446568150683e-04, -5.339507530560e-07, { 2, 0, 0, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -3.667780135103e-05, 4.083561422191e-04, { 1, -1, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.693478503691e-04, 7.552704417283e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -3, 2, 0, 0, 0 } }, + { -3.730669495183e-04, -7.144713796722e-05, { 0, 0, 0, 0, 0, 0, 1, -2, 1, 0, 0, 0, 0 } }, + { -2.227682045775e-04, 2.214339044912e-04, { 0, 0, 1, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { -1.142806135648e-04, 3.293720828770e-04, { 1, 0, 0, 0, 0, 0, -30, 33, 1, 0, 0, 0, 0 } }, + { 2.842514021539e-04, -1.589365261629e-04, { 2, 0, -1, 0, 0, 0, -2, 0, 5, 0, 0, 0, 0 } }, + { -8.658221178892e-05, -3.564237311834e-04, { 2, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.721575021153e-04, 1.707118563507e-04, { 2, 0, 1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -3.729068289408e-04, -6.966864162539e-05, { 1, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -8.264174574731e-05, 3.597419532478e-04, { 4, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.862282840910e-04, 5.564651450804e-05, { 1, 0, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 3.421749129644e-04, -9.961448439968e-05, { 0, 0, 1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.610344869242e-05, -4.052132890770e-04, { 2, 0, -1, 0, 0, -24, 27, 1, 0, 0, 0, 0, 0 } }, + { -1.585428332053e-05, 4.251478099277e-04, { 0, 0, 0, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { 4.399999998369e-04, -1.197993998430e-08, { 2, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 4.399999999643e-04, -5.605997557287e-09, { 2, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.531776595951e-04, -2.862552995689e-04, { 1, -1, 1, 0, 0, -24, 30, -6, 0, 0, 0, 0, 0 } }, + { 2.937180599244e-04, -1.455379302084e-04, { 1, 0, 0, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.783437288209e-04, 2.595853193622e-04, { 0, 0, 1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -4.370311530879e-04, 6.827149288556e-07, { 0, 0, 1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 3.759315050018e-04, -6.143403002506e-05, { 2, 0, 0, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -4.328117228891e-04, -4.191448234923e-06, { 2, 0, 1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.843964131527e-04, 5.184198211880e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -2.920524054407e-04, 1.439860619904e-04, { 4, 0, -1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -3.336775166847e-04, -1.021638478852e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 1.450390642952e-04, -2.907871630683e-04, { 0, 0, 1, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { 8.321159282999e-05, 3.525642800006e-04, { 1, 1, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.688829730091e-04, -2.667068780950e-04, { 4, 0, -3, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 8.359568844554e-05, -3.516323252511e-04, { 4, 0, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.001772014097e-05, 4.249879829589e-04, { 0, 0, 1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.338594206558e-04, 3.979573191378e-07, { 1, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.818096612979e-04, -5.184794442651e-05, { 2, 0, -1, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { 8.612894115974e-05, 3.469644402912e-04, { 1, -1, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.618922552750e-04, 7.057527416453e-05, { 1, -1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.239754474891e-04, 3.081268655206e-04, { 2, 0, 1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -2.087593536179e-04, -2.231875834239e-04, { 0, 0, 3, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 3.887668925813e-04, 4.177215309800e-05, { 1, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.100531993324e-04, -2.201969975235e-04, { 0, 0, 3, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 4.299999999345e-04, -7.504915783230e-09, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -1.939599926222e-04, -2.353625311933e-04, { 2, 0, 2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 2.781755814534e-04, 1.509324359958e-04, { 0, 0, 2, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -3.280461984682e-04, -1.005369621448e-04, { 0, 0, 2, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.063478919662e-04, -2.221056338824e-04, { 0, 0, 1, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { -4.246676194538e-04, -3.242753940370e-06, { 0, 0, 0, 0, 0, 3, -5, 0, 0, 4, 0, -2, 0 } }, + { 7.293545105558e-05, -3.548769325398e-04, { 1, -3, 1, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { 7.293545105558e-05, -3.548769325398e-04, { 1, -3, -1, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { -1.737815782111e-05, 4.103137435553e-04, { 2, 0, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.244237041893e-04, -2.025861177301e-04, { 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -8.209971602830e-05, -3.448627833483e-04, { 0, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.892072875776e-04, -3.766442408200e-05, { 0, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -8.001612398676e-05, 3.461039751209e-04, { 2, 0, 0, 0, 0, 0, -3, 0, 0, 2, 0, 0, 0 } }, + { -1.630485682725e-04, -2.627167780142e-04, { 2, 0, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -1.794470547125e-05, 4.072224573648e-04, { 4, -2, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.046867964415e-04, -2.007187286752e-05, { 0, 0, 0, 0, 0, 3, -4, 0, 1, 0, 0, 0, 0 } }, + { 2.874721353324e-04, 1.361167427023e-04, { 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 4.227461172819e-04, 8.100566168536e-07, { 4, -2, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 3.489928410027e-05, -3.884353742507e-04, { 1, -1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.130483207137e-04, -3.102548680952e-04, { 2, 0, 0, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { -2.958747856575e-05, -3.935359754469e-04, { 2, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -2.890354704713e-05, -3.941759789254e-04, { 2, 0, -1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 8.876426545530e-05, 3.342487952080e-04, { 0, 0, 1, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { -2.562087625577e-07, -4.219075735919e-04, { 4, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.320628053666e-04, -1.900246118922e-04, { 1, 1, -1, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { -3.780319969826e-04, 4.368920125958e-05, { 0, 0, 0, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { 8.086576245083e-05, 3.402339879153e-04, { 1, -1, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.200001250621e-04, -3.471773740552e-07, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.796882009804e-04, -2.406269024982e-04, { 0, 0, 2, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -3.058160572389e-05, 3.896922842347e-04, { 2, 0, -1, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { -4.199999999308e-04, -7.623598172212e-09, { 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.662296676777e-04, -5.313934156821e-05, { 2, 0, 1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -2.652032072507e-04, 1.539166438417e-04, { 0, 0, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0 } }, + { 3.205479706514e-04, -9.822771060015e-05, { 4, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 4.164071050992e-04, 7.212189477790e-07, { 2, 0, 0, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.591880593485e-04, 1.571126654698e-04, { 2, 0, -1, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.334054345944e-04, -2.826390005434e-04, { 2, 0, -1, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { 2.240413626559e-04, 1.914840943838e-04, { 2, 0, 0, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { 6.013639280822e-05, 3.551536402591e-04, { 2, -2, 1, 0, 0, -13, 10, 0, 0, 0, 0, 0, 0 } }, + { -3.288231149909e-04, -8.646015873051e-05, { 1, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.157860179780e-04, 2.994939020477e-04, { 2, 0, -2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -1.244131369609e-05, -4.023107339868e-04, { 2, 0, -3, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -8.392044464209e-05, -3.284446602280e-04, { 3, -1, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 7.172449404829e-05, 3.404706858335e-04, { 2, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 7.889006794100e-05, 3.325261886228e-04, { 1, 1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -7.822278990479e-05, 3.331290502081e-04, { 2, 0, -1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0 } }, + { -1.704377090489e-04, -2.408296448230e-04, { 2, 0, 0, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 3.993771588394e-04, -1.151047678127e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { -4.088116255354e-04, 1.622324252064e-06, { 2, 0, -3, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.680759390803e-04, -2.419818832697e-04, { 0, 0, 2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.093714394135e-04, -3.003348407225e-04, { 1, 0, -1, 0, 0, 0, 1, 0, 0, -4, 2, 0, 0 } }, + { 4.091685964322e-04, -2.233827736940e-07, { 2, 0, 0, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { -4.036079606493e-04, 4.842667793191e-06, { 2, 0, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -3.207843246296e-04, -8.734488113144e-05, { 0, 0, 3, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.594085677336e-04, 2.484254790732e-04, { 2, -2, 0, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 3.204403416747e-04, -8.727194710648e-05, { 0, 0, 3, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 2.624145335703e-04, -1.448980064378e-04, { 3, 0, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 2.622250504300e-04, -1.449582921930e-04, { 2, 0, 0, 0, 0, 0, -2, 0, 5, 0, 0, 0, 0 } }, + { -1.239195728832e-04, -2.830841022750e-04, { 0, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.461782890247e-04, 6.004364459596e-05, { 0, 0, 1, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0 } }, + { -1.736031723913e-05, 3.882342642133e-04, { 2, 0, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.487281548488e-04, -2.564652528230e-04, { 2, 0, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -3.159929705222e-04, -8.861354780290e-05, { 4, 0, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.729069362554e-04, -2.314658991496e-04, { 2, 0, -2, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -1.149430101284e-04, 2.884069669909e-04, { 1, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -2.436341525103e-04, -1.593826970301e-04, { 4, 0, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 2.308492060852e-05, -3.799116791100e-04, { 2, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 2.861920093889e-04, -1.156489769732e-04, { 1, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.184890801139e-04, -1.830013580483e-04, { 0, 0, 0, 0, 0, 0, 1, 0, -5, 0, 0, 0, 0 } }, + { 7.742315631641e-05, -3.236328308658e-04, { 0, 1, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.843423963056e-04, 2.161835944374e-04, { 0, 0, 0, 0, 0, 8, -17, 8, -3, 0, 0, 0, 0 } }, + { -3.998795408638e-04, -1.531723567906e-07, { 0, 0, 2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.867305785703e-04, -1.291639971551e-05, { 2, 2, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.255148099987e-04, 2.740618614901e-04, { 0, 0, 1, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -3.891475457613e-04, -9.366544275653e-06, { 4, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -1.124323544996e-04, -2.857824658442e-04, { 2, 0, -1, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 2.907397256586e-05, 3.682410260967e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { 3.834593476037e-04, -1.329023499276e-05, { 2, -2, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -3.552046826079e-04, 4.123376866663e-05, { 2, 0, -1, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { 3.225554423421e-04, -7.344902183347e-05, { 1, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.896500713833e-04, -1.063431500796e-04, { 0, 0, 1, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0 } }, + { 7.615737559363e-05, -3.192209468871e-04, { 1, -1, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.866968531530e-04, -2.080367354684e-04, { 2, 0, -2, 0, 0, 0, 2, 0, -6, 8, 0, 0, 0 } }, + { 3.938124232046e-04, 1.229599560977e-07, { 2, 0, 1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 3.867096764279e-04, 6.761316909816e-06, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0 } }, + { 2.636456273748e-04, 1.296745131331e-04, { 0, 0, 1, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { -7.648760075439e-05, -3.167777609810e-04, { 1, 1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.653125560689e-04, -2.760697662147e-05, { 4, 0, -1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 2.158938473179e-04, -1.766312552692e-04, { 4, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -2.882371425728e-04, 1.042093474282e-04, { 4, 0, -2, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 3.911050911616e-04, -7.789552278397e-07, { 0, 0, 1, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { 3.990429978697e-05, -3.515610474201e-04, { 2, 0, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -1.297444445256e-04, -2.613066884744e-04, { 2, 0, -1, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { 3.282517176401e-04, 6.252310135485e-05, { 1, 1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.221578764099e-05, 3.585556344930e-04, { 3, -1, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.126471404351e-04, 2.780478767259e-04, { 2, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.842065247292e-04, -6.482752327713e-06, { 2, 0, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -9.897396918640e-06, -3.806026987537e-04, { 4, 0, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.895885328513e-04, 7.621732972841e-07, { 0, 0, 1, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -3.899999999779e-04, -4.152138290380e-09, { 2, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 1.525438586605e-04, -2.373558026229e-04, { 4, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.806808453106e-04, 1.083945615129e-04, { 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.877958458166e-04, 8.919387617286e-07, { 2, 2, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 4.145324449755e-05, -3.471692426168e-04, { 1, 1, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -2.379053492394e-04, -1.502414628311e-04, { 2, 0, 0, 0, 0, 0, -11, 19, 0, -3, 0, 0, 0 } }, + { -1.888481493676e-04, -1.988280932144e-04, { 0, 0, 2, 0, 0, -18, 12, 8, -3, 0, 0, 0, 0 } }, + { -2.939040578490e-04, 9.374376231764e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { -7.733070674074e-05, 3.101644214449e-04, { 2, 0, -2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.857237651112e-04, 1.705780878664e-06, { 2, 0, -1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -2.069685172530e-04, -1.803011650545e-04, { 0, 0, 2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -5.651796079078e-05, 3.300580591569e-04, { 1, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.624060293321e-04, -2.239458240199e-04, { 2, 0, 0, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.771188210071e-04, -8.841094688843e-06, { 0, 2, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -2.680891298015e-04, -1.177598271368e-04, { 3, -2, 0, 0, 0, -26, 32, 0, 0, 0, 0, 0, 0 } }, + { -1.511050630836e-04, -2.345099496186e-04, { 4, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.655139888800e-04, 1.198679470475e-04, { 1, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.579053094761e-04, 1.274082759007e-04, { 0, 0, 1, 0, 0, 15, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.610779894116e-04, 1.240941540800e-04, { 2, 0, 0, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0 } }, + { -2.928276629490e-04, -9.192766861070e-05, { 0, 0, 1, 0, 0, -8, 14, 0, 0, 0, 0, 0, 0 } }, + { 3.130077789492e-04, -7.115224442005e-05, { 4, 0, -2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.868520284475e-04, -9.728387042289e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 } }, + { -1.890558221676e-04, 1.950094319065e-04, { 2, 0, 0, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.656667834616e-04, 1.828011856360e-05, { 2, 0, 1, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { 3.656667834616e-04, 1.828011856360e-05, { 2, 0, -1, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { -1.058885235358e-04, 2.779141260024e-04, { 4, 0, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -7.345733231414e-05, 3.103207714929e-04, { 1, -1, 1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 9.056161211624e-05, 2.929698106527e-04, { 0, 2, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -2.415111950654e-04, -1.419987571771e-04, { 2, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.989468768921e-04, 1.845421703846e-04, { 2, 0, 0, 0, -7, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -9.045543136183e-05, 2.925949161132e-04, { 0, 2, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 3.828885573808e-04, 1.377419851957e-07, { 0, 2, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 2.487989612383e-04, -1.341825660210e-04, { 4, 0, -3, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -7.125121455002e-05, 3.110809849292e-04, { 1, -1, -1, 0, 0, 22, -21, 0, 0, 0, 0, 0, 0 } }, + { -3.815005149705e-04, -7.686031354330e-07, { 2, 0, 2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 3.624712021194e-04, 1.979232195871e-05, { 1, 0, -2, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -2.469814944472e-04, 1.350951743227e-04, { 1, 0, 0, 0, 0, 0, -32, 37, 0, 0, 0, 0, 0 } }, + { -1.479561320360e-04, 2.340990765792e-04, { 2, 0, -1, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0 } }, + { -3.270909204548e-04, 5.384664236184e-05, { 2, 0, 0, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { 2.487805418668e-04, -1.320989255164e-04, { 2, 0, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 3.799999999167e-04, -7.958701388588e-09, { 0, 1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.799999999716e-04, 4.642575810189e-09, { 2, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.627835502090e-05, 3.437080912822e-04, { 4, 0, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.288836326497e-04, -2.509936457637e-04, { 0, 0, 1, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 3.260027155415e-04, 5.359348344386e-05, { 2, 0, 0, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { 2.521080448169e-04, 1.272795391353e-04, { 0, 0, 0, 0, 0, 12, -10, 0, 0, 0, 0, 0, 0 } }, + { -2.311029307121e-04, 1.482775310805e-04, { 2, 0, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { -8.629664196481e-05, -2.926888170003e-04, { 1, 0, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -1.962619070091e-04, -1.820845784087e-04, { 4, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -1.015475905951e-04, 2.767541427848e-04, { 1, 1, -1, 0, 0, -22, 23, 0, 0, 0, 0, 0, 0 } }, + { -3.325385265131e-04, 4.559608583876e-05, { 0, 0, 0, 0, 0, 0, 3, 0, -1, 0, 0, 0, 0 } }, + { 3.775911639616e-04, 6.093128858500e-08, { 2, 0, 0, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.946412508191e-04, 1.829968953479e-04, { 0, 0, 1, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.758205303393e-04, -2.008380946741e-04, { 2, 0, -2, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { -7.203851319187e-05, 3.045925553246e-04, { 4, 0, -1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -3.061711610918e-04, -7.040852304230e-05, { 0, 0, 2, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 3.028884704657e-04, -7.358702590802e-05, { 0, 0, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.889694110813e-04, -8.734627099602e-05, { 0, 0, 2, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.388973269825e-04, -2.371243545662e-04, { 0, 0, 2, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -1.028583794433e-04, -2.728214718027e-04, { 2, 0, -3, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { 3.123721369893e-04, 6.209842008223e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { 3.386242971951e-04, -3.583324518741e-05, { 1, 1, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -3.738288300805e-04, 6.000489252645e-07, { 2, 0, -2, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -3.148998940973e-04, 5.928116047432e-05, { 1, 0, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -2.504833157245e-04, 1.233309101215e-04, { 2, 0, -1, 0, 0, -13, 11, 0, 0, 0, 0, 0, 0 } }, + { 3.639642826844e-04, 9.407566508115e-06, { 3, 1, -2, 0, 0, -32, 28, 0, 0, 0, 0, 0, 0 } }, + { 7.641398642261e-05, 2.968263772500e-04, { 1, -1, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.259315574985e-06, 3.719790626857e-04, { 4, 0, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.730281745271e-04, -1.377928439230e-07, { 4, 0, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -2.498303477641e-04, 1.231650455750e-04, { 4, 0, -2, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.997393022184e-04, 7.276242309767e-05, { 1, -1, 0, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { -3.707378572386e-04, 9.003379624571e-07, { 2, 0, -1, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.809851940599e-04, 8.914281939597e-05, { 0, 0, 1, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0 } }, + { 3.656864154050e-04, -4.368999026357e-06, { 2, 0, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.699999998333e-04, -1.110727535806e-08, { 2, -1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -3.699999998973e-04, 8.717919612905e-09, { 0, 1, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.699999999533e-04, -5.876523591248e-09, { 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.520266598874e-04, 1.758840806757e-05, { 2, 0, 0, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { -2.457235208742e-04, 1.232959316878e-04, { 1, -1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -7.179377983059e-05, -2.971403177676e-04, { 1, 1, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.813005043006e-04, -1.874521338391e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { 3.066265046512e-04, -6.202531732129e-05, { 2, 0, 0, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { 3.120172492059e-04, 5.567796284239e-05, { 0, 0, 1, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { 3.503395303744e-04, 1.692441350165e-05, { 2, 0, -2, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { 1.788916344418e-04, -1.881998493550e-04, { 0, 0, 0, 0, 0, 18, -12, -8, 3, 0, 0, 0, 0 } }, + { 1.153420479201e-04, 2.515240514748e-04, { 1, 1, -1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 4.139392745508e-05, -3.254480876610e-04, { 4, 0, -2, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 2.961262283120e-04, -7.045039697426e-05, { 2, -2, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -6.874201916233e-05, -2.971110510690e-04, { 1, -1, 2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -6.981675340200e-05, 2.959405853105e-04, { 1, -1, 0, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.109618001212e-04, 2.533673285448e-04, { 2, 0, -2, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -3.429793195748e-04, 2.110464021481e-05, { 0, 0, 1, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -1.640268732057e-04, 1.999102816356e-04, { 4, 0, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -3.635786493234e-04, -6.453747207171e-08, { 3, 0, -2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.470111162492e-04, -1.596178501338e-05, { 0, 0, 1, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.419655414213e-04, 1.208500654102e-04, { 0, 0, 5, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.385055410423e-04, -2.403217791574e-05, { 0, 2, -1, 0, 0, -25, 27, 0, 0, 0, 0, 0, 0 } }, + { 1.372279714030e-04, -2.252424523014e-04, { 0, 0, 0, 0, 0, 0, 1, 0, -4, 2, 0, 0, 0 } }, + { -3.412069197850e-05, 3.275712401551e-04, { 0, 0, 1, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -7.212214881337e-05, -2.893894106194e-04, { 0, 0, 0, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { 1.928602771055e-04, 1.683403409187e-04, { 2, 0, -1, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0 } }, + { 6.878288859958e-05, -2.919242406003e-04, { 1, 1, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.921806268076e-04, 6.839624838555e-05, { 1, 1, -1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { 3.593713372826e-04, 6.970784800510e-07, { 2, 0, 0, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -9.905141419025e-05, 2.608189395536e-04, { 0, 0, 2, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 3.479677151916e-04, 1.172741896290e-05, { 2, 0, 0, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { 6.937141437036e-05, -2.902717142945e-04, { 1, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.771623406171e-04, 8.228406340170e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -2.878890316923e-04, -7.145826885340e-05, { 1, -1, 0, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -3.588709309447e-04, -1.454732397690e-07, { 2, 0, -2, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 9.556665369126e-05, -2.634021176802e-04, { 1, -1, 0, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.312994070512e-05, -3.456885406139e-04, { 0, 0, 2, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -2.984091255741e-04, 6.030345742747e-05, { 1, 1, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.845955880647e-04, -7.408383478900e-05, { 2, 0, 1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 3.256167908257e-04, -3.297485258203e-05, { 2, 0, -2, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -1.127362615248e-05, -3.469459021067e-04, { 2, 0, -1, 0, 0, -19, 20, 0, 0, 0, 0, 0, 0 } }, + { -2.952763941744e-05, -3.286763126701e-04, { 1, 1, -1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.952000988599e-05, 3.286769980031e-04, { 1, -1, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.341534873271e-05, 2.747470493231e-04, { 2, 2, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 8.333655290050e-05, 2.745129885970e-04, { 2, 2, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 3.560603381582e-04, -1.724174066081e-06, { 2, 0, -1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -6.940619615154e-05, 2.883142568729e-04, { 2, 0, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -7.354226095166e-05, 2.840452187810e-04, { 2, 0, -2, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 3.552077418976e-04, 2.240415370951e-06, { 0, 2, -1, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { -6.293847029865e-05, 2.943414366216e-04, { 2, -2, -1, 0, -1, 28, -26, 0, 0, 0, 0, 0, 0 } }, + { 4.741973586827e-05, -3.095340782076e-04, { 1, -1, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 7.283550301987e-05, 2.835173977386e-04, { 1, -1, -2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -3.524732963276e-04, -3.668347375975e-06, { 0, 0, 1, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { -3.531266482012e-04, 2.967910694331e-06, { 2, 0, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 3.556997555163e-04, 3.661367904145e-07, { 2, 0, -4, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -7.949307809784e-05, 2.763400493851e-04, { 2, -2, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.426723755784e-04, -2.129741665669e-04, { 1, -1, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 7.941392845665e-05, 2.761251937861e-04, { 2, -2, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.299218447729e-04, -2.255259805385e-04, { 0, 0, 2, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 3.543744632421e-04, 7.094735465100e-08, { 2, 0, 0, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { 3.119017676880e-04, 4.185887336340e-05, { 1, 1, -2, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.170351383280e-04, 3.649988611792e-05, { 2, 0, 1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -1.492168431442e-04, -2.038121321170e-04, { 2, 0, 2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -5.550168395098e-05, -2.970024692775e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 } }, + { 3.522210144397e-04, 3.782299679120e-08, { 4, -2, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 5.537326083101e-05, -2.968391364024e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0 } }, + { 3.479767212367e-04, -3.793313734819e-06, { 0, 0, 1, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { -1.679355062605e-04, 1.838265972774e-04, { 0, 0, 0, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { 3.504577819513e-04, -8.857927657756e-07, { 2, 0, -1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.950121599542e-04, 1.560781586785e-04, { 2, 0, -1, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { 2.252977386549e-04, 1.256736004680e-04, { 1, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -1.578984113866e-04, 1.927351628661e-04, { 2, 0, -1, 0, 0, -3, 6, -4, 0, 0, 0, 0, 0 } }, + { -3.147494052137e-04, -3.579791335767e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1, 0, 0 } }, + { -2.261574739798e-04, 1.242287885375e-04, { 2, 0, 0, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.827642755096e-04, 6.744586170229e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -4, 10, 0, 0, 0 } }, + { -2.827376664403e-04, 6.743240853223e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0 } }, + { 3.360001853910e-05, 3.165286533392e-04, { 4, 0, -2, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.499999865657e-04, -8.827177088576e-08, { 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.625130857919e-04, 1.872627638994e-04, { 2, 0, 0, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0 } }, + { 1.204489631512e-05, -3.371130501608e-04, { 0, 0, 0, 0, 0, 22, -23, 0, 0, 0, 0, 0, 0 } }, + { 1.055210712405e-04, 2.433897640395e-04, { 2, 0, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.336702049262e-04, 1.151879850346e-04, { 2, 0, 1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.193954570358e-05, -3.367931470086e-04, { 0, 0, 0, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.273608334681e-04, 2.213360570908e-04, { 2, 0, -1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { 7.068135658265e-05, -2.778692204894e-04, { 0, 2, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -7.069338002872e-05, -2.778375772522e-04, { 0, 2, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -6.810186921597e-06, -3.411777732882e-04, { 2, 0, 2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 7.109511310045e-05, 2.768400288984e-04, { 1, -1, 2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 4.077096307091e-05, -3.070036026171e-04, { 4, 0, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -1.556491547375e-04, -1.920685875441e-04, { 2, 0, -2, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 7.566321277929e-05, -2.717391777084e-04, { 4, 0, -1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 3.468255509224e-04, 3.086592985620e-07, { 2, 0, 0, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { -7.559118925732e-05, -2.714936190556e-04, { 4, 0, -1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 9.611343026215e-05, 2.503308467921e-04, { 0, 0, 2, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.240873126084e-04, 1.216531000161e-04, { 0, 0, 1, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { 2.820287799281e-04, -6.354866739352e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { -1.511709778839e-04, 1.937681520176e-04, { 1, -1, 1, 0, 0, 0, -34, 41, 0, 0, 0, 0, 0 } }, + { 1.135557083857e-04, 2.298636689599e-04, { 2, 0, -1, 0, 0, 0, 10, -14, 0, 0, 0, 0, 0 } }, + { 6.538557613122e-05, -2.780250879177e-04, { 1, 1, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.268259202038e-04, 1.163372826258e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -2, -1, 0, 0, 0 } }, + { 2.382909844811e-04, 1.046899117620e-04, { 2, 0, 1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -2.349789618248e-04, -1.074550370231e-04, { 1, -1, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -6.776912831698e-05, -2.746543149082e-04, { 1, 1, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -1.565233899684e-04, 1.855387759970e-04, { 2, 0, 0, 0, 0, -3, 6, -4, 0, 0, 0, 0, 0 } }, + { 2.751566950799e-04, -6.636881997672e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 5, 0, 0, 0, 0 } }, + { -2.290310970488e-04, 1.122775112318e-04, { 2, 0, 0, 0, 0, -13, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.480089749175e-04, 1.924208042961e-04, { 2, 0, -2, 0, 0, 0, 7, -10, 1, 0, 0, 0, 0 } }, + { 2.270249858843e-04, 1.133759305106e-04, { 0, 0, 3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 3.675961449630e-05, 3.032794675903e-04, { 2, 0, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.399999999709e-04, -4.450589592522e-09, { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.177604961881e-05, -3.279617393412e-04, { 0, 0, 1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 3.391052184285e-04, -4.895908941686e-07, { 0, 0, 1, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { -3.283465012751e-04, -1.050279262086e-05, { 2, 0, 2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -2.625454662756e-04, -7.615799818609e-05, { 2, -2, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.368005976370e-05, 3.243616707540e-04, { 2, 0, 0, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { -6.943859050690e-05, -2.685521284874e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0 } }, + { -1.472762156680e-04, -1.906011056947e-04, { 0, 0, 1, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0 } }, + { -2.870464775883e-04, -5.079717648824e-05, { 2, 2, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -3.249353576980e-06, -3.343179794789e-04, { 0, 0, 2, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.968072961323e-04, 4.018778187689e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { -6.466958027986e-05, 2.721952359104e-04, { 1, 1, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.774315099868e-05, 3.087560810295e-04, { 1, -1, 3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.344882602779e-04, -2.020089512005e-04, { 4, 0, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -1.636961082993e-04, 1.727947679969e-04, { 2, 0, -1, 0, 0, -17, 22, -11, 0, 0, 0, 0, 0 } }, + { 2.503070885675e-04, 8.610288650815e-05, { 2, 0, 0, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -3.068395114752e-04, 2.955245483357e-05, { 4, 0, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.327774033099e-05, 2.729138075252e-04, { 2, 0, -1, 0, 0, 0, -3, 0, 0, 2, 0, 0, 0 } }, + { 1.496425298076e-05, -3.211252172454e-04, { 4, 0, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.360254870076e-04, 6.356797438960e-08, { 3, 0, -2, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 3.348408825671e-04, 8.971235114525e-07, { 2, 0, 2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 3.106944546810e-04, -2.356457506540e-05, { 0, 0, 2, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -3.339100365510e-04, 1.357544922035e-07, { 1, 0, 0, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 3.317759240556e-04, -1.836885582325e-06, { 2, 2, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 6.216878703812e-06, 3.268716456949e-04, { 1, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.165074190134e-04, 1.165343099726e-04, { 2, -2, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 3.178165958318e-04, 1.390856723596e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { -3.274291479853e-04, -3.915559776270e-06, { 1, 0, 2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.389334015356e-04, 1.920083563288e-04, { 1, 0, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.291369777119e-04, 1.018000307362e-04, { 2, 0, 1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 2.969891854303e-04, 3.354904491500e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { -3.303877161128e-04, 7.312336755683e-08, { 0, 2, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.338241936876e-05, 3.167878926336e-04, { 0, 0, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.226694373560e-04, -2.070529717787e-04, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0 } }, + { 2.246882357810e-04, -1.044499579174e-04, { 2, 0, -1, 0, 0, 9, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.191043519519e-04, 1.100025825470e-04, { 2, 0, -1, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.890920207666e-04, 1.397200909727e-04, { 3, 1, -3, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { 3.284128463802e-04, 3.323248254511e-07, { 2, 0, -1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -5.549386161752e-05, -2.731145486857e-04, { 1, -1, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -3.250613355467e-04, 3.384628994449e-06, { 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.462965550718e-04, 1.820849218893e-04, { 1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 2.228979932051e-04, 1.052691282483e-04, { 1, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.696458688400e-05, 3.109410388687e-04, { 2, 0, -2, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { -2.545730591331e-04, -7.329939778531e-05, { 1, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 3.237448427880e-04, -3.873544506620e-06, { 2, 0, 0, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0 } }, + { 6.200775020808e-05, 2.647318342514e-04, { 1, 1, -1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.781004708195e-04, -4.846606801443e-05, { 1, -1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.302928199190e-05, -3.133406374012e-04, { 2, -2, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.728142532480e-04, -1.530144073480e-04, { 2, 0, 2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -2.172710124533e-04, 1.085535125788e-04, { 0, 0, 1, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.034439205687e-04, 2.223342549907e-04, { 0, 0, 2, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -1.724843444504e-04, -1.528871628715e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 4, -11, 3, 0, 0 } }, + { -9.655423580957e-06, 3.156074564519e-04, { 2, 0, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.564480374916e-05, 2.994294326667e-04, { 2, 0, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.245991394387e-04, -4.475603477610e-07, { 2, 0, -1, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.056400782873e-04, 2.190058293615e-04, { 0, 0, 0, 0, 0, 0, 4, 0, -3, 0, 0, 0, 0 } }, + { -1.082286479652e-04, 2.161641330232e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 4, 0, 0, 0 } }, + { 1.523805047555e-04, 1.713808929539e-04, { 2, 0, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 4.882532038468e-05, 2.746011113680e-04, { 2, 0, -2, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.952023155831e-04, 2.802935340478e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { -1.850884736501e-04, 1.381161779730e-04, { 1, -1, 2, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { 6.170254766196e-05, 2.612270234348e-04, { 1, 1, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 8.457106412069e-05, 2.382076744629e-04, { 2, 0, -2, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -8.455041483266e-05, 2.381337564647e-04, { 2, 0, -2, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -6.134116976115e-05, -2.600428272584e-04, { 1, -1, 0, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { 3.200457119929e-04, 4.902261506379e-07, { 2, 0, 1, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { 6.121602855231e-05, -2.591977428861e-04, { 3, -1, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.229758116346e-05, -3.079834010870e-04, { 2, 0, -1, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 3.199999999421e-04, -6.087708430616e-09, { 0, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.199999999761e-04, 3.909537524370e-09, { 2, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.255930788247e-04, -1.937459178047e-04, { 1, 0, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -2.097898972384e-04, 1.090596651704e-04, { 2, 0, 0, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.261886761138e-05, -2.655833875509e-04, { 2, 0, -1, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { -2.626485308013e-04, -5.545639303861e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 2, -6, 0, 0, 0 } }, + { 2.765648423548e-04, 4.128054168181e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 2, -7, 0, 0, 0 } }, + { -3.133256559645e-04, -4.240791079156e-06, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { 1.591081563813e-04, 1.583955879901e-04, { 2, 0, -1, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0 } }, + { -6.072590607037e-05, -2.566876752537e-04, { 1, -1, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.922513231256e-05, -2.780937522084e-04, { 2, 0, -1, 0, 0, -14, 11, 0, 0, 0, 0, 0, 0 } }, + { 2.308596888127e-04, -8.609437658860e-05, { 0, 0, 2, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -3.030629076753e-04, 1.377388269183e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { 1.589884275066e-04, 1.577662018491e-04, { 1, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.774542329980e-04, 3.919832673264e-05, { 0, 0, 1, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.291694032566e-04, -1.869816567317e-04, { 1, -2, 0, 0, 0, 0, 29, -27, -2, 0, 0, 0, 0 } }, + { 4.517001476348e-05, -2.705369566580e-04, { 1, 1, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 8.099171420696e-06, -3.074690528109e-04, { 0, 0, 1, 0, 0, -18, 8, 16, -4, -5, 0, 0, 0 } }, + { 2.034175363558e-04, 1.120914226763e-04, { 1, 0, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 3.151924422840e-04, 3.145896620191e-07, { 1, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.098739954502e-04, 1.054607984826e-04, { 0, 0, 0, 0, 0, 13, -11, 0, 0, 0, 0, 0, 0 } }, + { -6.143405226186e-05, -2.538884715838e-04, { 4, 0, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.599530895281e-04, -1.552565568778e-04, { 2, 0, 2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -2.595392563787e-05, 2.888362749794e-04, { 1, -1, -3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.162683435061e-05, -2.531327537114e-04, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { -2.472328647393e-04, 6.665130720849e-05, { 2, 0, -1, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { 4.480771472761e-05, 2.686665209072e-04, { 2, 0, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.503103439920e-05, 2.581902320197e-04, { 1, -1, 0, 0, 0, 3, -4, 0, 2, 0, 0, 0, 0 } }, + { -2.804842079116e-04, 3.249317277455e-05, { 2, 0, 0, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { -3.122323467165e-04, 5.673361637902e-07, { 0, 0, 1, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.467645845608e-04, -6.581510421275e-05, { 2, -1, 0, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 9.135780899760e-06, 3.034019230558e-04, { 1, 0, 0, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { 1.494741444344e-06, -3.103832397731e-04, { 1, 0, 2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.479739662957e-04, -6.384057043267e-05, { 4, 0, -2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.953564848420e-05, 2.520258434518e-04, { 1, -1, -1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.994783236997e-04, 1.113726167539e-05, { 0, 0, 0, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0 } }, + { 1.855965195624e-04, 1.248074960198e-04, { 0, 0, 1, 0, 0, 0, -6, 11, 3, -3, 0, 0, 0 } }, + { -1.855486725848e-04, 1.247730233405e-04, { 0, 0, 1, 0, 0, 0, 6, -11, -3, 3, 0, 0, 0 } }, + { -3.101521246083e-04, -1.169369268245e-07, { 2, -2, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.096666578462e-04, -3.498809966364e-07, { 2, 0, -3, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.099999999609e-04, 4.923573819669e-09, { 2, -1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 5.743392323644e-05, -2.525086342254e-04, { 2, 0, 1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.149281185805e-05, -2.982891850612e-04, { 2, 0, -1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.151260888014e-04, -1.941081192136e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0 } }, + { -1.234895921393e-05, 2.968348484346e-04, { 1, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.359333356733e-04, -7.297014163830e-05, { 2, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.055824649846e-04, -1.025113376005e-04, { 3, 0, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.899598093010e-04, -1.805423026187e-05, { 0, 0, 2, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 9.085446895966e-06, 2.989082902942e-04, { 2, 0, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 3.058399509899e-04, -2.059081565215e-06, { 2, 2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.035738084282e-04, 4.097218543097e-06, { 2, 0, -1, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { 3.076233702306e-04, 3.957275191241e-08, { 2, 0, 1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.449903732753e-04, -6.213090952539e-05, { 2, 0, -1, 0, 0, 0, -3, 0, 5, 0, 0, 0, 0 } }, + { 2.042655276721e-04, -1.020208727579e-04, { 2, -2, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.946058877087e-05, 2.867215084530e-04, { 0, 0, 1, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { 2.424791402020e-04, 6.353907478847e-05, { 2, 0, -1, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { 6.635418091529e-05, 2.392914076082e-04, { 2, 0, -1, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.606022268882e-04, 1.449555337429e-04, { 2, 0, -1, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.053862922696e-04, -1.326076212865e-07, { 2, 0, 2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.050556637805e-04, 4.988488738250e-08, { 0, 2, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.305732548580e-04, -7.447435939214e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 3, -3, 0, 0, 0 } }, + { 2.225469797446e-04, -8.185734810803e-05, { 2, 0, 1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -3.034364868734e-04, -5.625210964970e-07, { 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.506368397335e-05, 2.788759791479e-04, { 1, -1, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.110763690238e-05, -2.522532685605e-04, { 0, 0, 1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { 2.123919788722e-04, 9.058726108075e-05, { 2, 0, 1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 2.581984436830e-04, -4.468231286748e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { -1.420809204110e-04, -1.605023179276e-04, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { -1.162157478775e-04, -1.859098173426e-04, { 0, 0, 0, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { 1.922556582531e-05, 2.828415652504e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { 3.014191878898e-04, 6.275690548796e-07, { 0, 0, 1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 1.022203235836e-04, -1.994557578921e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0 } }, + { 1.058820602897e-04, -1.952034978082e-04, { 2, 0, 0, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { 1.280467774167e-04, 1.729008215754e-04, { 1, -1, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -4.350588884476e-05, -2.574149803330e-04, { 2, 0, -1, 0, 0, -13, 10, 0, 0, 0, 0, 0, 0 } }, + { 5.554188321075e-05, -2.450138673268e-04, { 4, 0, -2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.181477580237e-04, 1.823205479388e-04, { 0, 0, 2, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { -2.972210339193e-04, 3.158588904100e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -2, 1, 0, 0, 0 } }, + { -1.481792746980e-04, 1.521512422705e-04, { 0, 0, 1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.938031864835e-04, 1.064741974949e-04, { 1, 0, 2, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -1.938031864835e-04, 1.064741974949e-04, { 1, 0, -2, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 1.722173701936e-04, 1.280087852911e-04, { 0, 0, 1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 2.938593328677e-04, -6.290330656709e-06, { 0, 2, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.802423026744e-04, 1.195866428363e-04, { 2, 0, 0, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { 2.210915612232e-04, -7.851248422574e-05, { 2, 0, 1, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -2.988819050924e-04, 9.285970808295e-08, { 4, 0, -2, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.986029753089e-04, -3.217990432200e-07, { 0, 0, 1, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.849425820991e-04, 1.397549041128e-05, { 4, 0, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -5.048250120091e-05, -2.480326629511e-04, { 2, 0, 0, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { 1.157638028715e-04, 1.827319032316e-04, { 1, 0, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 2.981443991328e-04, -2.096207618239e-07, { 2, 0, -1, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { 2.976267891743e-04, -5.081920669094e-07, { 1, -2, 0, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 2.221556695326e-06, 2.956546993124e-04, { 2, 0, -1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.397328402089e-04, 5.813922820747e-05, { 2, 0, -2, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 2.486881690772e-04, 4.902990924723e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 2, 0, 0, 0 } }, + { -2.837240764700e-08, -2.976780762516e-04, { 1, 0, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.981383581758e-04, -9.895440633659e-05, { 3, 0, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.556715563231e-04, -1.412415164297e-04, { 4, -2, 0, 0, 0, -9, -8, 0, 0, 0, 0, 0, 0 } }, + { -5.696430417221e-05, 2.398448499775e-04, { 2, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.750839469919e-04, -2.161569102858e-05, { 0, 0, 1, 0, -5, 4, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.628525346778e-04, -3.380987814366e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { 1.785913266119e-04, 1.179883428522e-04, { 2, 0, 0, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { 8.730614430528e-05, -2.086438237297e-04, { 0, 0, 1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { -1.343344483664e-04, -1.614103886005e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0 } }, + { 5.412433533790e-05, -2.414016032455e-04, { 4, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.702356777908e-06, -2.895415158864e-04, { 0, 0, 3, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.059892790195e-04, 1.883115974910e-04, { 0, 0, 0, 0, 0, 0, 1, 0, -3, 3, 0, 0, 0 } }, + { 2.901679646692e-04, -3.482368221708e-06, { 2, 0, -1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -2.888309196472e-04, -4.716629465003e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { -1.714929210956e-05, 2.762410943249e-04, { 2, 0, -1, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0 } }, + { 1.230420040573e-04, 1.700851651016e-04, { 0, 0, 1, 0, 0, 0, -11, 21, -2, 0, 0, 0, 0 } }, + { 1.581853536791e-05, 2.771676203715e-04, { 2, 0, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.229502882330e-04, 1.699833696419e-04, { 0, 0, 1, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { -2.445111698730e-04, -4.832593994110e-05, { 2, 0, -1, 0, 0, -22, 24, 0, 0, 0, 0, 0, 0 } }, + { -2.722586922027e-04, -2.057289519517e-05, { 0, 0, 0, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0 } }, + { 1.213180776975e-04, 1.710880652204e-04, { 1, 1, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -2.439911187421e-05, -2.667417974886e-04, { 0, 0, 1, 0, 0, -20, 15, 8, 0, 0, 0, 0, 0 } }, + { -1.929545980352e-04, 9.793005692954e-05, { 2, 0, 0, 0, 0, -7, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.373205966991e-04, -5.349735111035e-05, { 1, -1, -2, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { -1.616937541735e-04, 1.289757698601e-04, { 2, 0, -1, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.440867338928e-04, -4.616984284418e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -2, 4, 0, 0, 0 } }, + { -5.530758321092e-05, 2.347462082040e-04, { 1, -1, 0, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { 2.899999999207e-04, -6.782349472627e-09, { 0, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.582643271226e-04, -3.144993414104e-05, { 2, 0, -1, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.313115233139e-04, 1.576234486927e-04, { 2, -1, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 1.694208828447e-04, 1.193164167528e-04, { 0, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.271709482895e-04, 1.615051133452e-04, { 0, 0, 1, 0, -1, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { -1.271584412889e-04, 1.614869796903e-04, { 0, 0, 1, 0, 1, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { -2.852701157444e-04, 3.086080058110e-06, { 2, 0, -2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -6.360291736999e-05, 2.240288557510e-04, { 1, 0, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.469588610445e-04, 4.064211117914e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -2, 3, 0, 0, 0 } }, + { -1.855279193906e-04, -1.020655720126e-04, { 4, 0, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -1.917392033547e-04, -9.581967469079e-05, { 2, -2, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 6.355790884729e-05, 2.237460156356e-04, { 1, 0, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 2.839549342769e-04, 3.241694434943e-06, { 2, 0, -1, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { -1.875292846143e-04, 9.884817343740e-05, { 0, 0, 1, 0, 0, 0, -34, 39, 0, 0, 0, 0, 0 } }, + { 1.855062053327e-04, -1.008670566904e-04, { 2, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 2.133737753580e-04, 7.247832862468e-05, { 2, 0, 1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 9.205345416155e-05, 1.937492684501e-04, { 2, -2, -1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { 2.836355495868e-04, -2.106978961728e-06, { 2, -2, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 9.196590571815e-05, 1.935838607489e-04, { 2, -2, 1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { 1.816306607732e-04, 1.037323656849e-04, { 4, 0, -2, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 2.385291397035e-04, 4.652153385394e-05, { 2, 0, 1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.194679978596e-04, -1.646808730738e-04, { 0, 0, 2, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.833196141348e-04, 1.651491150401e-07, { 2, 0, -1, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.497360616815e-05, -2.682182984319e-04, { 0, 0, 1, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { -1.484748884997e-04, 1.343663464693e-04, { 0, 0, 1, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.832324285134e-04, 9.946698663866e-05, { 0, 0, 1, 0, 0, 0, 9, -16, 4, 5, 0, 0, 0 } }, + { -9.305895936548e-05, -1.892737212344e-04, { 2, 0, -2, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { 6.145926163634e-05, -2.207216473557e-04, { 4, 0, -2, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -6.145399921237e-05, 2.207167671968e-04, { 1, 0, 0, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -6.144569433603e-05, -2.207009998720e-04, { 4, 0, -2, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 6.144265658433e-05, 2.206723711261e-04, { 1, 0, 0, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -2.816745052251e-04, -3.901438167719e-07, { 2, -2, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -2.396732014922e-04, -4.232350333906e-05, { 2, -2, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.916208414938e-04, 9.035408468317e-05, { 2, 0, -1, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0 } }, + { 2.382023065651e-04, -4.375608816938e-05, { 4, 0, -2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -1.390949613238e-04, -1.428309085440e-04, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { -6.988354522782e-05, 2.119181077018e-04, { 2, 0, 1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -5.393221276224e-05, -2.273508804595e-04, { 1, -1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.383520326860e-05, -2.271421124387e-04, { 1, 1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.316898825404e-05, -2.276222648472e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -2, 2, 0, 0, 0 } }, + { -2.801755935872e-04, -6.495246360080e-08, { 0, 0, 2, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.739228438356e-05, 2.226491023842e-04, { 3, -1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -2.799999999323e-04, 6.157521600540e-09, { 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.720051198177e-04, 1.079859302130e-04, { 2, 0, -1, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.839695631616e-06, -2.771364901458e-04, { 2, 0, 2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.218931124932e-04, 1.579587758471e-04, { 1, 0, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 2.273115374807e-04, -5.252061923586e-05, { 0, 0, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { 2.792206619090e-04, -4.022902682728e-07, { 2, 0, 2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 8.255049135307e-05, 1.970542590365e-04, { 1, -1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -8.362069431169e-05, -1.958991755157e-04, { 2, -2, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.235820500559e-04, -5.590892571253e-05, { 1, 1, 1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.878454224235e-04, 9.162841015133e-05, { 2, 0, 0, 0, 0, -12, 10, 0, 0, 0, 0, 0, 0 } }, + { 2.259375498831e-04, -5.331037765002e-05, { 1, -1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.789816016843e-04, -4.091396618860e-08, { 2, 0, -1, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.793491921910e-04, 9.958358521708e-05, { 2, 0, -1, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { -2.488563851999e-04, -2.998976645080e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 1, 0, 0 } }, + { -2.787402172354e-04, 3.436251144710e-08, { 2, 2, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.694871548523e-04, 1.091724798566e-04, { 0, 0, 1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 2.781850077783e-04, 2.417609382179e-07, { 1, 0, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 5.326466382754e-05, -2.246204117010e-04, { 2, -1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.506142139078e-04, -2.678870756379e-05, { 0, 0, 0, 0, 0, 0, 6, -12, 0, 0, 0, 0, 0 } }, + { 1.268814514541e-04, -1.503080610270e-04, { 0, 0, 0, 0, 0, 0, 1, 0, -1, -5, 0, 0, 0 } }, + { -1.019158883600e-08, -2.769820541799e-04, { 1, 0, -3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.044349861530e-06, 2.758042642266e-04, { 4, 0, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.090868097646e-04, -1.676307487766e-04, { 2, 0, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.372086550868e-05, 2.329894599286e-04, { 0, 2, -2, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.641872509094e-04, -1.123622859861e-04, { 2, 0, -1, 0, 0, 0, -7, 12, 0, 0, 0, 0, 0 } }, + { -1.804924031561e-04, 9.605676336725e-05, { 1, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.051046834131e-04, 1.713994807282e-04, { 0, 0, 0, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { -2.322211153137e-04, -4.407643760571e-05, { 2, -2, 0, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -2.762140625679e-04, -6.402728380241e-08, { 2, 2, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.277852588298e-05, 2.132489709430e-04, { 2, 2, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 6.271207615680e-05, 2.130462980187e-04, { 2, 2, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 9.416525408361e-06, -2.662716360478e-04, { 0, 0, 0, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.245145123494e-04, -5.111245488469e-05, { 2, 0, 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.347858211772e-04, -1.408145476267e-04, { 1, -1, 0, 0, 0, 0, 1, 0, 2, -4, 0, 0, 0 } }, + { -2.392235166385e-04, 3.607159355845e-05, { 2, 0, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.821045390592e-04, -9.288301661156e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -2, -1, 0, 0, 0 } }, + { -1.051518595207e-04, -1.696863683567e-04, { 2, 0, -2, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 8.086779159275e-05, -1.938050574235e-04, { 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 8.219668880624e-05, -1.922159724369e-04, { 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.363966383378e-05, 2.606390767731e-04, { 0, 0, 0, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { 2.731007489870e-04, -1.158839801910e-06, { 2, 0, 1, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 1.642680319503e-05, -2.573639586768e-04, { 0, 0, 0, 0, 0, 21, -22, 0, 0, 0, 0, 0, 0 } }, + { -2.729163745802e-04, 5.916791935221e-07, { 2, 0, -1, 0, 0, 0, 2, 0, 0, 0, -2, 0, 0 } }, + { 1.646569932019e-04, 1.085852344538e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 3, 0, 0, 0 } }, + { 7.158351252095e-05, 2.016095524710e-04, { 2, 0, 1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -7.157095813542e-05, 2.015682646552e-04, { 2, 0, 1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 1.892749385597e-04, -8.385901478095e-05, { 2, 0, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { -2.675889655207e-04, 5.227050856532e-06, { 1, 1, 0, 0, -1, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { -7.513574254761e-06, -2.651012040864e-04, { 0, 0, 3, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.359296419410e-05, 2.589289746181e-04, { 0, 0, 0, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0 } }, + { -1.021660474058e-04, -1.703284707158e-04, { 4, 0, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 2.721634994967e-04, 7.740390577640e-08, { 2, 0, -1, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { 4.265468600273e-05, -2.293833541528e-04, { 1, 1, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 2.715133979222e-04, 1.226262036122e-07, { 0, 0, 1, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 2.376107922151e-04, 3.378034077586e-05, { 1, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.690345280921e-04, -2.183698734768e-06, { 2, 0, 0, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { 2.649861388630e-04, -6.077884773460e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { -2.193247246056e-04, 5.119796575052e-05, { 2, 0, 0, 0, 0, 6, -10, 0, 3, 0, 0, -1, 0 } }, + { 1.081490877478e-04, -1.622657358675e-04, { 2, 0, 2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.598997712905e-04, -1.041449584940e-05, { 2, 0, 2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -2.649949547931e-04, 5.176800340018e-06, { 1, 1, -2, 0, -1, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.239933256896e-04, -4.614528636213e-05, { 2, 0, -1, 0, 0, -21, 23, 0, 0, 0, 0, 0, 0 } }, + { 2.189740548448e-04, 5.109072281012e-05, { 2, 0, 0, 0, 0, -6, 10, 0, -3, 0, 0, 1, 0 } }, + { 0.000000000000e+00, -2.700000000000e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 5.208886762138e-05, 2.177165167688e-04, { 2, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.554128827683e-04, -1.418061780966e-05, { 2, 0, 0, 0, 0, 0, -4, 0, 5, 0, 0, 0, 0 } }, + { 8.196468731079e-05, -1.875101463487e-04, { 4, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 2.692490388817e-04, -1.892326532297e-07, { 0, 0, 1, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 2.408628962305e-04, 2.853930923083e-05, { 2, 0, -1, 0, 0, 0, 11, -17, 0, 0, 0, 0, 0 } }, + { 1.062127680073e-04, -1.630958745221e-04, { 2, 0, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -9.578430141300e-05, -1.730744538098e-04, { 0, 0, 2, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 1.865664536014e-04, 8.203888992240e-05, { 1, 1, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 5.579950812242e-05, 2.125366126380e-04, { 1, -1, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.073199684149e-04, -1.609394070046e-04, { 2, 0, 2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.737974094456e-05, -2.507211773805e-04, { 2, 0, -2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.782793715856e-04, 8.945789828245e-05, { 2, 0, 0, 0, 0, -8, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.072899221588e-04, 5.996696310709e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 2, -1, 0, 0, 0 } }, + { 1.748485796654e-05, -2.496389327609e-04, { 2, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.619538346070e-04, -5.169593210259e-06, { 0, 2, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 7.588596563127e-05, 1.910950910491e-04, { 1, -1, -1, 0, 0, 24, -25, 0, 0, 0, 0, 0, 0 } }, + { 1.292764052244e-04, -1.376425813892e-04, { 1, 0, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.663140763203e-04, 1.004574794540e-04, { 0, 0, 1, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.616040879864e-04, 1.050029475651e-04, { 2, 0, -2, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -1.644199455365e-04, -1.019969173148e-04, { 0, 0, 1, 0, 0, 0, 5, -10, 0, 0, 0, 0, 0 } }, + { -5.904706927244e-05, -2.072953729798e-04, { 2, 0, 1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -2.657546542700e-04, -5.314896168691e-07, { 6, 0, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 2.545996067605e-04, -1.165470041343e-05, { 0, 0, 1, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { 2.614133688638e-04, -4.769207974546e-06, { 3, 0, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.203085843695e-04, 4.584775819438e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { 2.595611426713e-04, 6.580183104083e-06, { 4, 0, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 5.070540735408e-05, 2.151214210682e-04, { 1, 1, 0, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.482036718937e-05, 2.409373073674e-04, { 0, 0, 0, 0, 0, 0, 6, -8, 3, 0, 0, 0, 0 } }, + { -2.359095304892e-04, -2.976640078092e-05, { 3, 1, -3, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.175511733318e-05, 2.537211591185e-04, { 0, 2, -1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.753855909353e-04, -9.008639866222e-05, { 2, 0, -2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -1.748730509009e-04, 9.043271533280e-05, { 2, 0, -1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.520663455004e-04, 1.132383049563e-04, { 3, 1, -2, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -1.071025263887e-05, 2.545040264151e-04, { 2, 0, 0, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { -5.441623620389e-05, 2.103182215242e-04, { 1, 1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.194830369739e-04, 1.451328502677e-04, { 4, 0, -3, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 2.642356072050e-04, 2.634090112950e-07, { 1, -2, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.602758056049e-04, 1.041224826103e-04, { 2, 0, -2, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -1.928063242073e-04, -7.157248179253e-05, { 2, 0, -1, 0, 0, 0, 4, 0, -6, 0, 0, 0, 0 } }, + { 2.479065298635e-04, 1.610413427783e-05, { 2, 0, -1, 0, 0, 0, 4, 0, -3, 0, 0, 0, 0 } }, + { -7.842163877329e-05, 1.855725929462e-04, { 4, 0, -3, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -2.224475272356e-04, -4.041063989593e-05, { 1, -1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.905884561229e-05, -2.137601256095e-04, { 1, 1, 0, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { 2.032025974850e-04, -5.925221483345e-05, { 1, 1, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 2.622746862023e-04, -2.159107796388e-08, { 0, 0, 1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 5.427541222198e-05, -2.077216075396e-04, { 1, 1, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 7.655969785134e-05, -1.852569949931e-04, { 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 9.337948795792e-05, -1.684365048949e-04, { 0, 0, 0, 0, 0, 0, 4, -8, 2, 0, 0, 0, 0 } }, + { 8.287657056958e-05, 1.787875478937e-04, { 2, 0, -3, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { 1.683235136001e-04, -9.297015610824e-05, { 3, 0, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -2.182465206874e-04, 4.278656741051e-05, { 1, -1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.748339712378e-04, -8.586312170393e-05, { 2, 0, 0, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { -2.388173045513e-04, -2.175192114184e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { 2.599999999310e-04, -5.989969992281e-09, { 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 2.599999999811e-04, 3.131120678002e-09, { 0, 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.599999999822e-04, 3.040363556905e-09, { 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.599999999927e-04, 1.951278103711e-09, { 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.330164493458e-04, 1.264977841691e-04, { 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.585909284880e-04, 7.757911466016e-07, { 2, 0, -1, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { 9.208673604482e-06, -2.500277029225e-04, { 0, 0, 1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -9.337165745620e-05, 1.654742686459e-04, { 2, 0, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.741454175107e-04, 8.468810296858e-05, { 2, 0, 0, 0, 0, -11, 9, 0, 0, 0, 0, 0, 0 } }, + { -6.885136057476e-05, -1.899196657612e-04, { 2, -2, 0, 0, 0, 0, 10, -15, 1, 0, 0, 0, 0 } }, + { -1.574936374194e-04, -1.010325062543e-04, { 4, 0, -2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -2.583965016018e-04, 9.478131803361e-08, { 2, -2, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.030055123005e-04, 5.514372286223e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 1.178521782701e-04, -1.401308554087e-04, { 1, -1, -2, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 5.080630149221e-05, -2.070952217353e-04, { 1, -1, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.573471220921e-04, -1.407317194749e-07, { 0, 2, 1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.574308910377e-04, 5.278378175697e-08, { 0, 0, 1, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { 9.621813856792e-05, -1.611490678560e-04, { 2, 0, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 2.572103889840e-04, 1.078412521306e-07, { 0, 0, 3, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.266827775006e-04, 3.055537094050e-05, { 2, 0, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.091061289953e-04, -1.479307584000e-04, { 0, 0, 3, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.090450213692e-04, -1.478718872192e-04, { 0, 0, 3, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.729266541611e-04, 8.362922369319e-05, { 2, 0, 0, 0, 0, -10, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.714707035872e-04, 8.495830364901e-05, { 2, 0, -1, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.459123791708e-04, -1.050107767798e-05, { 0, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.058683738003e-04, -1.504773994722e-04, { 1, 1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 1.719054685837e-04, 8.434307909387e-05, { 0, 0, 1, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.705795505598e-05, 1.687905843735e-04, { 2, 0, 0, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0 } }, + { -1.082117466723e-04, -1.475991404569e-04, { 0, 0, 1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { 5.363356604822e-05, -2.021727329379e-04, { 0, 2, 1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -5.363356604822e-05, -2.021727329379e-04, { 0, 2, -1, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 2.546537622867e-04, -1.119905478717e-06, { 2, 0, 0, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { -5.154126050074e-05, -2.040194817782e-04, { 3, -1, -2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.324320036120e-04, 2.312028850068e-05, { 0, 0, 1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { 1.909433852613e-04, 6.459788601759e-05, { 4, 0, -2, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -2.529255904730e-04, -2.503628993021e-06, { 2, 0, -1, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0 } }, + { 8.483351042471e-06, 2.466555178318e-04, { 2, 0, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.694782487489e-04, 8.506244704359e-05, { 0, 0, 0, 0, 0, 14, -12, 0, 0, 0, 0, 0, 0 } }, + { 2.535209161540e-04, -7.880937360702e-07, { 1, 0, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.540100500130e-04, 8.145262022750e-08, { 4, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -9.551621868455e-05, 1.585118960666e-04, { 1, 1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.532988678166e-04, -6.709747287431e-07, { 1, 0, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 8.367555335391e-06, -2.455607714825e-04, { 2, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.868970100232e-05, -2.046889180402e-04, { 3, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.450915803812e-04, 1.082220229272e-04, { 0, 0, 1, 0, 0, -18, 16, 0, -2, 5, 0, 0, 0 } }, + { -2.489096611742e-04, 4.340533015838e-06, { 4, 0, -1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 7.583731705813e-05, 1.771069816920e-04, { 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.121500414332e-05, 1.914678670558e-04, { 1, 0, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.751563644300e-04, 7.752466953970e-05, { 2, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.840945974086e-05, 2.040979504572e-04, { 1, -1, 1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 6.612453532233e-05, -1.862904822040e-04, { 0, 0, 1, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.307184362711e-04, -2.169421626915e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { -2.495967833234e-04, 2.701610451922e-06, { 0, 0, 3, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.173879094479e-05, -1.604771193739e-04, { 0, 0, 3, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.683079690372e-04, 8.367053073583e-05, { 2, 0, 0, 0, 0, -9, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.135051363796e-04, -3.845767261500e-05, { 4, 0, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 6.112052589324e-05, 1.907575616106e-04, { 1, 0, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -2.516633984828e-04, -8.088103955460e-08, { 1, 0, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.521655912733e-06, 2.499953690837e-04, { 0, 0, 2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.312551605640e-05, -1.683160414740e-04, { 0, 0, 3, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -2.174428503839e-05, 2.296802470819e-04, { 1, 1, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -7.478249231508e-05, 1.761710988525e-04, { 0, 0, 2, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -3.744682996869e-05, -2.135018871378e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 5, 0, 0, 0 } }, + { -1.770178776723e-05, 2.332092141095e-04, { 2, 0, 0, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { 1.875414572366e-04, 6.327618106489e-05, { 1, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.084615222851e-05, 2.399234361852e-04, { 2, -2, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -9.346953732300e-05, -1.571904457027e-04, { 2, 0, -2, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 5.725832191082e-06, 2.448128952321e-04, { 0, 0, 2, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.674626577283e-04, 8.289179615818e-05, { 0, 0, 2, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -1.627278384308e-04, 8.761281640005e-05, { 2, 0, 1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 5.696435739436e-05, -1.930502579178e-04, { 2, 0, 0, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.499999999316e-04, -5.846852993644e-09, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 2.499999999951e-04, -1.570796326787e-09, { 2, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -2.613225672381e-05, -2.237309748862e-04, { 2, 0, -1, 0, 0, -27, 34, -3, 0, 0, 0, 0, 0 } }, + { -2.057419251002e-05, -2.290779400173e-04, { 1, -1, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.751143547738e-04, -7.407481355657e-05, { 1, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.427899129374e-04, 6.122016226975e-06, { 2, 0, 2, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.413041003492e-05, -1.944135207819e-04, { 2, -2, 0, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -5.413062524622e-05, -1.944114945085e-04, { 2, -2, 0, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -2.484769284371e-04, -2.444787568817e-08, { 2, 0, -2, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 9.749938826485e-05, -1.508465763472e-04, { 2, -2, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 9.501901374500e-05, -1.531977604610e-04, { 2, 0, -2, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -1.654051171453e-04, 8.261188825651e-05, { 2, 0, 4, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -4.784529169841e-05, 2.000800887365e-04, { 1, 1, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.395138935521e-04, -8.275117703409e-06, { 4, 0, -2, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 2.407523959210e-04, 6.815142847998e-06, { 1, 0, 1, 0, 0, -41, 41, 0, 0, 0, 0, 0, 0 } }, + { 4.168936036545e-05, -2.058703115316e-04, { 0, 0, 1, 0, -1, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.590283620410e-04, 8.753948823016e-05, { 2, 0, -1, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.651830009807e-04, 8.124912703089e-05, { 2, 0, -1, 0, 0, -12, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.445680556681e-04, 1.017150605597e-04, { 1, -1, 0, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -2.224235715322e-04, 2.359019460927e-05, { 1, 1, -2, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 6.535108261980e-05, -1.801178885353e-04, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0 } }, + { 1.255277024765e-05, -2.323486810592e-04, { 2, 0, 0, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { 1.896185762774e-04, -5.484655634419e-05, { 1, 1, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 1.530492967048e-04, -9.129332700599e-05, { 0, 0, 1, 0, 0, 0, -5, 10, 0, 0, 0, 0, 0 } }, + { -4.679053995321e-05, 1.975293738063e-04, { 1, -1, -1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.077438975829e-04, -3.641186771720e-05, { 2, 0, -1, 0, 0, 0, 5, 0, -6, 0, 0, 0, 0 } }, + { -1.886626113869e-04, -5.541652045471e-05, { 0, 0, 1, 0, 0, -8, 9, 8, -3, 0, 0, 0, 0 } }, + { -1.627346802146e-04, -8.105642441037e-05, { 0, 0, 0, 0, 0, 19, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.965182910612e-04, -4.722719926702e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -5, 5, 0, 0, 0 } }, + { 1.880590355647e-04, -5.523747906984e-05, { 0, 0, 1, 0, 0, 8, -9, -8, 3, 0, 0, 0, 0 } }, + { 2.424843253939e-04, 2.535565931313e-07, { 2, 0, -3, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.637445504899e-05, 1.963248638887e-04, { 1, 1, -1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.424236442336e-05, -1.884105429372e-04, { 0, 0, 1, 0, 0, -8, 11, 0, 0, 0, 0, 0, 0 } }, + { -9.355325277224e-05, 1.490701916052e-04, { 2, 0, -1, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0 } }, + { -1.477325004407e-04, -9.476436229354e-05, { 1, 0, -1, 0, 0, -5, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.701041015118e-04, 7.228650952782e-05, { 0, 2, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.537368556130e-05, 1.965150923615e-04, { 1, 1, -1, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.243506585783e-04, -1.744108793827e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, 1, 0, 0 } }, + { 1.696442789385e-04, 7.208293720114e-05, { 0, 2, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.943702923004e-05, 2.221586998421e-04, { 2, 0, 1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -7.060776064935e-05, 1.708071225079e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 0, -4, 0, 0, 0 } }, + { -4.702805619093e-05, -1.943625049198e-04, { 4, 0, -1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -2.080508800834e-04, 3.320148831446e-05, { 2, 0, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.079791345770e-04, -1.329654242339e-04, { 1, -1, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { -1.519049688000e-04, 8.900815536708e-05, { 0, 0, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0 } }, + { 7.861606961722e-05, -1.622934594829e-04, { 2, 0, -2, 0, 0, 0, 2, 0, -4, 4, 0, 0, 0 } }, + { -2.233976809624e-04, -1.726815011782e-05, { 0, 0, 1, 0, 0, -8, 3, -7, 8, -6, 0, 0, 0 } }, + { 1.580338649868e-04, -8.251026734852e-05, { 2, 0, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { -2.399999999656e-04, 4.063126498449e-09, { 2, 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.399999999778e-04, 3.267256359632e-09, { 4, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.796510410398e-05, -1.413122781841e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -3, 0, 0 } }, + { 1.234930801095e-06, 2.378185513741e-04, { 0, 0, 1, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { 3.637453771072e-05, 2.025668660815e-04, { 0, 0, 0, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.969212968831e-05, -2.191169094989e-04, { 1, -1, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.968799942837e-05, -2.191172806478e-04, { 3, -1, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.302275933566e-05, -1.756197196340e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0 } }, + { -2.384811597594e-04, -1.015906896476e-07, { 4, 0, -2, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { 5.137080909396e-05, 1.867417536854e-04, { 0, 0, 1, 0, 0, 0, 4, -8, 5, -5, 0, 0, 0 } }, + { -5.138300879239e-05, 1.866535416065e-04, { 0, 0, 1, 0, 0, 0, -4, 8, -5, 5, 0, 0, 0 } }, + { 1.586141627274e-04, 7.919963310921e-05, { 2, 0, 2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.375742034026e-04, -3.000904798056e-08, { 2, 0, 1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { -2.375408225497e-04, -1.029614222447e-08, { 2, 2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.421067314095e-04, 9.536348609716e-05, { 0, 0, 2, 0, 0, -20, 16, 7, -8, 6, 0, 0, 0 } }, + { 4.521254725546e-05, 1.922514627187e-04, { 0, 0, 0, 0, 0, 0, 3, 0, 0, -2, 0, 0, 0 } }, + { -2.496938769715e-05, 2.124022563477e-04, { 1, -1, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.115262392089e-04, -1.253553519316e-04, { 0, 0, 1, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { 9.474925869244e-05, -1.415971682118e-04, { 4, 0, -2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 2.268419742416e-04, 9.488314694976e-06, { 2, 0, 0, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { -2.358627559202e-04, 1.393287789995e-07, { 0, 2, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.506407686116e-04, 8.468032784255e-05, { 4, 0, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 1.991688614320e-04, -3.607203995975e-05, { 3, -1, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 6.159845142939e-05, -1.733703551665e-04, { 2, 0, -3, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.298118596714e-04, 1.050724994106e-04, { 3, -1, -1, 0, 0, 0, -20, 18, 0, 0, 0, 0, 0 } }, + { -4.402368476111e-05, 1.908251001274e-04, { 1, -1, -1, 0, 0, 20, -19, 0, 0, 0, 0, 0, 0 } }, + { 9.118848466183e-05, -1.436429944412e-04, { 2, 0, 1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -1.970115402630e-04, 3.774564827231e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 3, -2, 0, 0, 0 } }, + { -6.145090386948e-05, -1.728381698484e-04, { 2, 0, -3, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 6.133379542076e-05, -1.729079421025e-04, { 2, 0, -2, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 1.044648430479e-04, 1.297424107041e-04, { 2, 0, -1, 0, 0, 0, -11, 21, -2, 0, 0, 0, 0 } }, + { 4.548242823362e-05, 1.886944117025e-04, { 2, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.516446282388e-04, 8.230219516981e-05, { 0, 0, 1, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.477783387875e-05, -1.891141332452e-04, { 1, 1, -1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.783044168641e-05, -1.360113768584e-04, { 4, 0, -2, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -2.133275948621e-04, 2.042095959802e-05, { 1, -1, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { -1.039354946549e-04, 1.291595417044e-04, { 2, 0, -1, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { 2.050036937382e-04, 2.765842147777e-05, { 0, 0, 0, 0, 0, 0, 2, 0, 0, -4, 0, 0, 0 } }, + { 1.670296721080e-05, 2.157511744657e-04, { 2, 0, 0, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { -8.626787852276e-05, -1.460951814422e-04, { 2, -2, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 3.727418621849e-05, 1.950374638675e-04, { 2, 0, 0, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0 } }, + { 1.503565754091e-04, -8.188897148653e-05, { 2, 0, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0 } }, + { -4.422574936567e-05, 1.879831549674e-04, { 1, -1, 0, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { -4.320471654271e-05, 1.889156540692e-04, { 4, 0, -2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.873658744995e-06, -2.251416212620e-04, { 4, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.745266118758e-05, -1.944188736765e-04, { 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.080057108687e-04, 2.306793370828e-05, { 2, 0, -1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.186877961747e-04, 1.233965231515e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 0, 3, 0, 0, 0 } }, + { 2.279480761712e-04, -2.787411430111e-06, { 2, 0, -3, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -7.179673551580e-05, 1.589327472320e-04, { 1, -1, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 8.871331086185e-06, -2.217443456618e-04, { 2, 0, -1, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { -8.660632509837e-05, -1.437720020140e-04, { 1, -1, 1, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { -8.658324091096e-05, -1.437342305120e-04, { 1, -1, -1, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { 1.535866937251e-04, -7.670917670879e-05, { 2, 2, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.299999999399e-04, -5.258677035759e-09, { 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.299999999808e-04, -2.970550386842e-09, { 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.428637841520e-05, 2.052068118919e-04, { 1, -1, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -2.734696846326e-06, -2.262932078792e-04, { 2, 0, -1, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.370197230118e-05, -1.852800400578e-04, { 1, -1, 0, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.913268826885e-04, -3.760494958438e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { 3.249703917757e-05, -1.963528802484e-04, { 0, 0, 0, 0, 4, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 8.157710697247e-05, 1.470245362342e-04, { 2, 0, -1, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0 } }, + { -2.284623141382e-04, -8.380242682541e-08, { 3, 0, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.695260710461e-05, -1.415725195848e-04, { 0, 0, 2, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -2.152940577312e-04, -1.316668377263e-05, { 0, 0, 2, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -2.267035390264e-04, 1.674715427525e-06, { 0, 0, 2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -2.600277578865e-05, 2.014097446795e-04, { 0, 0, 0, 0, 0, 0, 10, -19, 0, 0, 0, 0, 0 } }, + { -2.154051231895e-04, -1.183613154115e-05, { 0, 0, 1, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { -2.025102471835e-04, 2.436259833278e-05, { 2, 0, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.292609436717e-04, 9.759425485238e-05, { 2, 0, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.934369463341e-04, -3.329370967220e-05, { 1, 1, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 1.920929984715e-04, -3.449969271973e-05, { 2, 0, 2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -1.010011145828e-04, 1.254630782535e-04, { 2, 0, 1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.259328523756e-04, 5.079317222180e-07, { 0, 0, 1, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.509760611669e-04, -7.540398534092e-05, { 2, 2, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 9.330980525158e-05, 1.330358664860e-04, { 2, 0, -1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { -1.709476062042e-04, -5.473472764990e-05, { 2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.352716193189e-04, 9.031292657863e-05, { 1, -1, -1, 0, 2, 16, -20, 0, 0, 0, 0, 0, 0 } }, + { 7.829892780794e-05, 1.463391683849e-04, { 0, 2, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 4.220175027807e-05, -1.823181536033e-04, { 0, 0, 2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -9.185785271583e-05, 1.326309485683e-04, { 2, 0, -1, 0, 0, 0, -2, 0, 5, -5, 0, 0, 0 } }, + { 1.575135459034e-04, 6.692732795624e-05, { 1, 0, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.575135459034e-04, 6.692732795624e-05, { 1, 0, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.512853631838e-05, -1.992670726052e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, 2, 0, 0 } }, + { 2.069388456551e-04, -1.664871937453e-05, { 4, 0, -2, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -1.334490604403e-04, 8.951663269675e-05, { 0, 0, 0, 0, 0, 20, -16, -7, 8, -6, 0, 0, 0 } }, + { 2.212320102332e-04, -1.606379753028e-06, { 3, 0, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.453393497375e-06, -2.198764676222e-04, { 0, 0, 2, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 1.760507813335e-06, -2.204716057317e-04, { 2, 0, -2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.094399002022e-04, 1.125940737373e-04, { 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0 } }, + { 7.888767198672e-05, 1.431071252452e-04, { 1, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 2.111588864896e-04, -1.078576899883e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 4, -2, 0, 0, 0 } }, + { -1.864308971685e-04, 3.498565599308e-05, { 1, -1, -2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.753024248564e-04, -4.610157359316e-05, { 0, 0, 1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.545190893223e-04, 6.687540696323e-05, { 1, 0, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.218951331586e-05, 1.791998228375e-04, { 1, 1, 0, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.135844149782e-04, -7.777356410831e-06, { 0, 0, 2, 0, 0, 0, -2, 0, 3, -1, 0, 0, 0 } }, + { -6.111136774827e-05, 1.599289166483e-04, { 1, -1, 1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -2.207808144129e-04, -3.925894077531e-08, { 2, -2, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.914629280586e-04, 2.932571095368e-05, { 1, -1, 0, 0, 0, 0, 1, 0, 3, -5, 0, 0, 0 } }, + { 2.199991146779e-04, 5.950865836863e-07, { 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.071396742484e-05, 1.798580403214e-04, { 4, 0, -3, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 7.312796997408e-06, -2.132087423497e-04, { 0, 0, 0, 0, 0, 17, -18, 0, 0, 0, 0, 0, 0 } }, + { 6.761517902263e-06, 2.134967257215e-04, { 2, -2, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -2.199999999735e-04, 3.417354675267e-09, { 4, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.199999999831e-04, -2.726204291538e-09, { 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.199999999831e-04, -2.726204291538e-09, { 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.170566953044e-04, 2.678755655871e-06, { 4, 0, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 6.742612574738e-06, 2.128797346502e-04, { 2, 2, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -8.962656800459e-05, 1.295501185293e-04, { 2, 0, 0, 0, 0, 0, -2, 0, 5, -5, 0, 0, 0 } }, + { 6.743632597777e-05, 1.516619384077e-04, { 1, -1, 0, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -4.456476951916e-05, 1.743967189841e-04, { 2, 1, -1, 0, 0, -51, 58, 0, 0, 0, 0, 0, 0 } }, + { -1.850547851384e-04, 3.323363518282e-05, { 0, 2, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 5.008350777208e-06, -2.132265915750e-04, { 0, 0, 2, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 7.421342637107e-05, -1.439786443614e-04, { 0, 0, 0, 0, 0, 5, -2, -12, 3, 0, 0, 0, 0 } }, + { -1.790317095089e-04, 3.901226577402e-05, { 0, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.084727932718e-04, -9.549089476394e-06, { 0, 0, 1, 0, 0, 0, -7, 16, -4, -5, 0, 0, 0 } }, + { 3.634710702328e-05, 1.815864719055e-04, { 2, 0, -1, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0 } }, + { -1.922306288573e-04, -2.562256602809e-05, { 0, 0, 1, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { -1.430934599084e-04, 7.475920586457e-05, { 2, 0, -1, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.726951479737e-04, 4.503114530399e-05, { 1, -1, -1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.020577458593e-04, -1.541968973191e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 3, -2, 0, 0, 0 } }, + { -2.078451810097e-04, 9.374187075455e-06, { 0, 0, 0, 0, 0, 0, 14, -27, 3, 3, 0, 0, 0 } }, + { 2.506472176176e-05, -1.920704656916e-04, { 0, 0, 1, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 } }, + { -4.435946592135e-05, -1.727716645139e-04, { 1, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -1.435815096897e-05, 2.027541793892e-04, { 0, 0, 1, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.035761390904e-05, 1.767385134469e-04, { 4, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.821112667083e-04, -3.448402118408e-05, { 1, 1, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.004917684214e-04, -1.160037678827e-04, { 0, 0, 1, 0, 0, -8, 17, -8, 3, 0, 0, 0, 0 } }, + { 3.415293890601e-06, 2.130477996335e-04, { 2, 0, 0, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.490669977984e-04, -6.684433642438e-05, { 1, 0, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.856650876936e-04, -2.997510695565e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -8.114743743940e-06, -2.075118102716e-04, { 2, 0, 0, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 1.000705458629e-04, -1.155162335972e-04, { 0, 0, 1, 0, 0, 8, -17, 8, -3, 0, 0, 0, 0 } }, + { -2.153718233269e-04, -6.882015083207e-08, { 0, 2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.960791208056e-05, 1.753593076665e-04, { 0, 0, 1, 0, 0, 3, -5, 0, 1, 0, 0, 0, 0 } }, + { -1.812978487557e-04, -3.358768508443e-05, { 1, -1, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 5.802640193286e-05, -1.567121056878e-04, { 4, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 2.040013979031e-04, -1.061398643404e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 4, -2, 0, 0, 0 } }, + { 6.361894920519e-05, -1.504838925551e-04, { 0, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.701441458929e-04, 4.392024867111e-05, { 1, 0, -2, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 1.573444330579e-06, 2.122107408079e-04, { 3, 0, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 9.118271469070e-05, 1.220327481975e-04, { 2, 0, -1, 0, -1, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { -9.111014370533e-05, 1.219281695301e-04, { 2, 0, -1, 0, 1, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { -4.073254396989e-05, 1.721421381990e-04, { 3, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 8.262759163527e-05, 1.301720895429e-04, { 4, 0, -2, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { 8.942887578780e-05, 1.232423825960e-04, { 0, 0, 0, 0, 0, 10, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.208131021902e-04, 9.182854257739e-05, { 0, 0, 0, 0, 0, 0, 9, -14, 0, 0, 0, 0, 0 } }, + { -6.739237013964e-06, -2.052206148187e-04, { 2, 0, 1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -3.920947928579e-05, 1.727476695215e-04, { 0, 0, 1, 0, 0, -3, 5, 0, -1, 0, 0, 0, 0 } }, + { 2.079183484251e-05, 1.906729146271e-04, { 2, 0, -1, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.307245059378e-04, -8.073828049901e-05, { 2, -2, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -1.781075924625e-04, 3.331727648153e-05, { 1, -1, 2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.289264673131e-04, -8.247154840435e-05, { 2, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 8.893540842550e-05, 1.223660350428e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -1, -4, 0, 0, 0 } }, + { 4.181677064802e-05, -1.694510302078e-04, { 4, 0, -1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 1.730046949240e-04, -3.815129801207e-05, { 0, 0, 0, 0, 0, 13, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.048891418793e-04, 5.917619675664e-06, { 2, 0, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -5.858788056736e-05, 1.520704760575e-04, { 1, -1, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -1.923736050203e-04, 1.825713967332e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -5, 5, 0, 0, 0 } }, + { 1.713706480787e-04, 3.887945938174e-05, { 0, 0, 2, 0, 0, -20, 19, 0, 3, 0, 0, 0, 0 } }, + { 3.288854026920e-05, 1.771357759125e-04, { 1, -1, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.099999999687e-04, -3.628539514722e-09, { 2, -1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.099999999699e-04, 3.555235686143e-09, { 4, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 4.129898556024e-05, 1.683627026094e-04, { 1, -1, 1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.266035135012e-05, -1.765025579583e-04, { 1, 1, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.682602038520e-04, 4.085621213945e-05, { 1, -1, -2, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { -1.423300639083e-04, 6.669016210053e-05, { 1, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.968476851895e-04, 1.186307428142e-05, { 1, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -7.063983920130e-05, 1.373592380347e-04, { 2, 0, -1, 0, 0, -20, 18, 6, -2, 0, 0, 0, 0 } }, + { -2.929201630908e-05, -1.782640712340e-04, { 0, 0, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -6.406936059057e-05, 1.433426150399e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 2, -7, 0, 0, 0 } }, + { 1.442999856806e-04, 6.275000662474e-05, { 4, 0, -1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 2.058118614207e-05, 1.862313183731e-04, { 2, 0, -1, 0, 0, 3, -5, 0, 1, 0, 0, 0, 0 } }, + { 1.449191075904e-04, -6.157555428774e-05, { 4, 0, -2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -8.316727475455e-06, 1.981121454564e-04, { 2, 0, 0, 0, 0, 17, -18, 0, 0, 0, 0, 0, 0 } }, + { 5.455530573301e-05, -1.517492927682e-04, { 0, 0, 1, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0 } }, + { 7.107392713512e-05, 1.351042955192e-04, { 2, 0, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -7.816104919416e-06, -1.981283210752e-04, { 2, 0, -2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 1.058893491647e-04, -9.999871253294e-05, { 2, 0, 0, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 4.636527482202e-05, -1.594599171189e-04, { 4, 0, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.444484457883e-04, -6.136718322530e-05, { 4, 0, 0, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.052122793477e-04, 5.978838353251e-07, { 2, 0, 1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 8.178597912436e-05, -1.237698495959e-04, { 0, 0, 3, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.838366287842e-04, -2.169636104430e-05, { 2, 0, -2, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -4.623798414021e-05, -1.590540361598e-04, { 4, 0, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 2.035446229933e-04, 1.542802054772e-06, { 0, 0, 2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -3.839177917783e-05, 1.664704757257e-04, { 1, -1, 0, 0, 0, 19, -18, 0, 0, 0, 0, 0, 0 } }, + { -2.035176670640e-05, 1.843358981478e-04, { 0, 0, 0, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.266029516556e-05, 1.519136188622e-04, { 2, 0, 1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.744517033088e-04, -3.011363818665e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { 1.628152338968e-04, 4.174206379980e-05, { 1, -1, 1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.019372452958e-04, -2.591944800901e-06, { 2, 0, -2, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.372282204391e-04, 6.712084201025e-05, { 0, 0, 1, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.662449419394e-04, 3.776795755620e-05, { 0, 0, 0, 0, 0, 20, -19, 0, -3, 0, 0, 0, 0 } }, + { -2.039331956407e-04, 2.017055143943e-08, { 0, 0, 2, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.675775021821e-04, -3.616905485940e-05, { 4, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.367855439352e-05, -1.700412775950e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 } }, + { 6.562882556652e-05, 1.380281650426e-04, { 2, 0, -1, 0, 0, 0, 11, -15, 0, 0, 0, 0, 0 } }, + { -1.962598555955e-04, 7.075047361504e-06, { 0, 0, 0, 0, 0, 0, 3, 0, 0, -3, 0, 0, 0 } }, + { -1.335663297078e-04, 6.967567315300e-05, { 0, 0, 1, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.378008780233e-05, -1.694041255090e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, -1, 2, 0 } }, + { 1.314118948171e-04, 7.160143983432e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -2, -5, 0, 0, 0 } }, + { -4.932315770437e-05, 1.532598944676e-04, { 0, 0, 1, 0, 0, -21, 23, -4, 0, 0, 0, 0, 0 } }, + { 1.593844638168e-05, -1.862752872842e-04, { 0, 2, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.316486737377e-04, -7.054337254848e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0 } }, + { 1.949701497877e-04, -7.103795499496e-06, { 0, 0, 0, 0, 0, 2, -3, 0, 1, 0, 0, 0, 0 } }, + { 1.700222286053e-04, -3.202569058539e-05, { 1, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.315082044701e-04, -7.049370786980e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0 } }, + { -3.811332327688e-05, 1.636838090705e-04, { 1, -1, 0, 0, 0, 20, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.223063271518e-04, -7.940855494910e-05, { 0, 0, 1, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { 1.195545378991e-04, -8.214218289478e-05, { 2, 0, 0, 0, 0, 0, -7, 12, 0, 0, 0, 0, 0 } }, + { 3.762564832812e-05, -1.640680647462e-04, { 2, 0, -2, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 1.494964291399e-04, -5.188079276040e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 1, 5, 0, 0, 0 } }, + { -1.278970240741e-04, -7.329905212654e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -6, 0, 0, 0, 0 } }, + { -1.347501320052e-04, 6.597007474452e-05, { 2, 0, -1, 0, 0, -11, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.343201460881e-04, 6.619393138078e-05, { 2, 0, -1, 0, 0, 6, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.686341831730e-05, 1.436388511722e-04, { 1, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.003229119030e-04, -3.840655530307e-08, { 2, 2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.637800185073e-04, -3.635191544134e-05, { 2, 2, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.802915453584e-04, -1.974013023403e-05, { 2, 0, -1, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { -6.374637705193e-05, -1.362794409445e-04, { 2, 0, 0, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 1.642476006637e-04, 3.573858440536e-05, { 1, -1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.716255759686e-04, -2.812894610901e-05, { 0, 0, 1, 0, 0, -26, 37, -16, 4, 5, 0, 0, 0 } }, + { 1.763376839590e-04, -2.335016286086e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { 1.056376819329e-05, 1.889646093737e-04, { 2, 0, -2, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.398371409598e-04, -5.968537165822e-05, { 2, 0, -1, 0, 0, 0, 12, -19, 0, 0, 0, 0, 0 } }, + { -1.932408865710e-04, 6.120654723619e-06, { 4, 0, -2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.948629113714e-04, 4.477261772474e-06, { 3, 0, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -3.225890659454e-05, -1.670668013655e-04, { 0, 0, 1, 0, 0, 0, 2, 0, 0, -1, 0, 0, 0 } }, + { -1.590762422708e-04, -4.010069659416e-05, { 2, 0, -2, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.958886243475e-04, -3.082532671246e-06, { 0, 0, 3, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 1.540909677266e-04, 4.486090730609e-05, { 1, 1, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -1.681234355879e-04, -3.071517709727e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0 } }, + { 4.879523592902e-05, 1.497512703777e-04, { 2, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.144063538374e-05, -1.568654309738e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 4, -10, 0, 0, 0 } }, + { -1.093823712363e-04, 8.888034925449e-05, { 0, 0, 0, 0, 0, 0, 20, -38, 0, 6, 0, 0, 0 } }, + { -3.861436018360e-05, -1.595811868658e-04, { 2, 0, 3, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -5.753931853888e-05, -1.405974426106e-04, { 1, -1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.388302284403e-04, -5.901152834354e-05, { 0, 0, 2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.958005821087e-04, 1.894956637891e-06, { 2, 0, 0, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { -9.796261414027e-05, 9.969912712465e-05, { 0, 2, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.826272303245e-04, 1.488733491492e-05, { 0, 0, 2, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 1.520991337432e-04, 4.525408642041e-05, { 2, 0, -1, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0 } }, + { 9.747066948934e-05, 9.975784121012e-05, { 0, 2, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -5.350737056368e-05, -1.436744796278e-04, { 4, 0, -3, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { 1.913356460854e-04, 5.752538576476e-06, { 4, 0, -2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.848848710012e-04, 1.200693221115e-05, { 2, 0, -1, 0, 0, 5, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.678996064767e-05, 1.600629700985e-04, { 1, -1, -2, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -3.745223529177e-05, -1.593702655364e-04, { 1, -1, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.266890269325e-04, -7.011832536118e-05, { 4, 0, -2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 1.459777357559e-04, -5.055329050339e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 1, 5, 0, 0, 0 } }, + { 1.956810507197e-04, -7.397474368148e-07, { 1, 0, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.377375876510e-04, -5.852779518076e-05, { 0, 0, 4, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.144586967138e-05, 1.546834021997e-04, { 1, -1, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -7.647325995411e-05, 1.196414167728e-04, { 0, 0, 1, 0, 0, -12, 3, 7, -8, 6, 0, 0, 0 } }, + { -1.300303176582e-04, 6.606938116424e-05, { 2, 0, -1, 0, 0, -7, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.664334717040e-04, -2.965538331706e-05, { 3, 0, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -4.513534788309e-05, 1.505546711204e-04, { 3, 0, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.564717501032e-04, -3.913758364122e-05, { 1, 1, -3, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 4.506348123846e-05, 1.503691336139e-04, { 3, 0, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 7.938640451737e-05, 1.160207535309e-04, { 4, 0, -3, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { 1.610927057482e-05, -1.792776935415e-04, { 1, -3, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.902989554887e-05, -9.623847176832e-05, { 0, 0, 2, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 1.660962674483e-04, 2.902993878296e-05, { 6, 0, -3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 5.364379939749e-05, -1.414485701376e-04, { 0, 0, 0, 0, 0, 2, -3, 0, -3, 0, 0, 0, 0 } }, + { 1.844170149570e-04, -1.062277371660e-05, { 2, 0, -1, 0, 0, 0, -4, 0, 5, 0, 0, 0, 0 } }, + { -1.162350818550e-04, -7.879570881154e-05, { 1, 0, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.877695068929e-04, -7.122576619909e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -1, -5, 0, 0, 0 } }, + { 4.617151703321e-05, 1.485985051827e-04, { 0, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.865507969733e-05, 1.660217134356e-04, { 3, 0, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -8.900710302820e-05, -1.056500018417e-04, { 1, 1, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.438177842031e-05, 1.502289987341e-04, { 2, 0, -2, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.757342838198e-04, 1.882081020897e-05, { 2, 0, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.858811294122e-05, 1.656355695453e-04, { 1, 0, 0, 0, 0, 15, -12, 0, 0, 0, 0, 0, 0 } }, + { 5.928243652156e-05, -1.347653922481e-04, { 2, 0, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.708018046016e-04, -2.314996689964e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { 7.230789474763e-06, -1.865685174324e-04, { 0, 0, 1, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { -2.136632636946e-05, -1.721882602278e-04, { 0, 0, 0, 0, 0, 2, -8, 9, 0, 0, 0, 0, 0 } }, + { 1.933662742806e-04, 1.519944486272e-07, { 2, 0, 1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -1.698201183186e-04, -2.367366653666e-05, { 0, 0, 1, 0, 0, -25, 27, 0, 0, 0, 0, 0, 0 } }, + { 3.690640729659e-05, 1.564553770387e-04, { 1, 1, -1, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.624467932844e-04, 3.076840758274e-05, { 1, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.792419906418e-06, -1.883114977707e-04, { 0, 0, 3, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.258645364521e-04, 6.718592477321e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 2, -2, 0, 0, 0 } }, + { -1.049584162060e-04, -8.801824886584e-05, { 2, 0, -1, 0, 0, 0, 5, -10, 0, 0, 0, 0, 0 } }, + { -3.644966324027e-05, 1.564239367390e-04, { 4, 0, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 2.567421268172e-05, 1.670487451868e-04, { 0, 0, 1, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.494810562834e-04, -4.311522455297e-05, { 0, 0, 0, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0 } }, + { -1.206085141141e-04, -7.194283032772e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { -7.459197351935e-05, -1.179148038852e-04, { 4, 0, -2, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -1.592688764495e-04, -3.319175279617e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -5, 2, 0, 0, 0 } }, + { 1.764528383838e-04, -1.597854287238e-05, { 2, 0, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { -4.244047208266e-05, -1.499397955612e-04, { 0, 0, 2, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -3.692510253263e-05, 1.553066247367e-04, { 1, -1, -1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.055263885924e-04, 8.622320135381e-05, { 2, 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.985645932132e-05, -1.318285973699e-04, { 1, 1, -2, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 7.710755271063e-05, 1.144488867379e-04, { 1, 0, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 1.668949919896e-04, 2.455992138228e-05, { 1, 1, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 6.837393051509e-06, -1.845598017257e-04, { 0, 0, 1, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.481674890802e-04, 4.290186531869e-05, { 2, 0, 0, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0 } }, + { 1.812113759489e-04, 9.819127338604e-06, { 2, 0, -1, 0, 0, 0, -3, 0, 0, 3, 0, 0, 0 } }, + { -1.869371870371e-04, -4.026619594935e-06, { 4, 0, -3, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { 9.734370244581e-06, -1.811714042625e-04, { 2, 0, -2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -1.284736950604e-04, 6.233506048692e-05, { 2, 0, -1, 0, 0, -8, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.737664154268e-04, -1.695210801029e-05, { 1, -1, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 1.811918835177e-04, 9.498970208802e-06, { 2, 0, 0, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { 4.872709584081e-07, 1.899993751753e-04, { 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.901245707231e-05, 1.713060312847e-04, { 2, 0, -1, 0, 0, -3, 5, 0, -1, 0, 0, 0, 0 } }, + { -1.899999999669e-04, 3.548254369098e-09, { 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -7.048612419442e-05, -1.190061057145e-04, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0 } }, + { 8.893656102823e-05, -1.002466941694e-04, { 2, 0, -3, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -3.554493375317e-06, -1.853133575178e-04, { 2, 0, 2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.879721201803e-04, -6.677467309121e-07, { 1, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 1.133034051655e-05, 1.772607810874e-04, { 0, 0, 0, 0, 0, 3, -5, 0, 0, 3, 0, 0, 0 } }, + { -1.049974181779e-04, 8.350302245716e-05, { 2, 0, 0, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { 1.219143721908e-04, -6.644264813914e-05, { 2, 0, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0 } }, + { 1.508239973675e-04, -3.740939649909e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -1, 5, 0, 0, 0 } }, + { -1.854028464317e-04, 2.788798781915e-06, { 2, 2, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -3.576175781488e-05, 1.523729112299e-04, { 1, -1, 0, 0, 0, 14, -13, 0, 0, 0, 0, 0, 0 } }, + { -5.512754134381e-05, 1.327989677070e-04, { 1, 1, -1, 0, 0, 0, -1, 0, -1, 1, 0, 0, 0 } }, + { 1.874321946169e-04, 4.391438522142e-07, { 0, 0, 1, 0, 0, -23, 23, 0, 0, 0, 0, 0, 0 } }, + { -1.872731516494e-04, -5.943450246403e-07, { 0, 2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.594035161696e-04, -2.831635719266e-05, { 2, 2, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.847062934749e-04, 2.860286786268e-06, { 2, -2, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.254669637365e-04, 6.198155541962e-05, { 0, 0, 1, 0, 0, 0, 2, -4, 1, 0, 0, 0, 0 } }, + { -3.669444641716e-05, -1.507417570329e-04, { 1, 1, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.419162853863e-05, -1.329872511800e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 4, 0, 0, 0 } }, + { -2.179307728224e-05, -1.652583871336e-04, { 0, 0, 1, 0, 0, 0, -8, 11, 0, 0, 0, 0, 0 } }, + { -1.022065817069e-05, 1.765183302151e-04, { 2, 0, -1, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0 } }, + { -1.050065577704e-04, -8.164984826479e-05, { 2, 0, -1, 0, 0, 0, 7, -12, 0, 0, 0, 0, 0 } }, + { 3.548025456162e-05, 1.509171064150e-04, { 1, 1, 0, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.738495964991e-05, 1.588393072871e-04, { 3, 0, -1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -6.372180060707e-06, -1.797014136955e-04, { 2, 0, 0, 0, 0, -19, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.096222254083e-04, 7.633214536858e-05, { 2, 0, -1, 0, 0, 0, 11, -16, 0, 0, 0, 0, 0 } }, + { 1.536171659238e-04, 3.231061505641e-05, { 2, 0, -2, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.374005354277e-05, 1.721730076147e-04, { 2, 0, -1, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.330556592952e-04, 5.282769868599e-05, { 2, 0, -2, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 1.619071515805e-04, -2.390504365507e-05, { 0, 0, 0, 0, 0, 24, -26, 0, 0, 0, 0, 0, 0 } }, + { 1.534060639435e-05, -1.704256556649e-04, { 2, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -2.730106486116e-05, 1.583555529292e-04, { 1, 0, -1, 0, 0, 15, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.088930120857e-04, 7.659867876622e-05, { 1, 0, 0, 0, 0, 0, -33, 39, -1, 0, 0, 0, 0 } }, + { 1.239426006824e-04, 6.137241167443e-05, { 0, 0, 1, 0, 0, 0, -2, 4, -1, 0, 0, 0, 0 } }, + { 1.839405480428e-04, -1.065349518839e-06, { 2, 0, 0, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.846993684429e-04, -1.827342479432e-07, { 2, 0, -3, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.692555857706e-04, -1.559555628158e-05, { 2, 0, -2, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -7.650110524002e-05, 1.082349559894e-04, { 0, 0, 0, 0, 0, 0, 3, -5, -4, 0, 0, 0, 0 } }, + { 8.090581674488e-05, -1.038281251347e-04, { 2, 0, -1, 0, 0, 0, 13, -21, 0, 0, 0, 0, 0 } }, + { -1.138283061096e-04, 7.075466682715e-05, { 4, 0, -1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -2.141639967090e-05, -1.628462526036e-04, { 0, 0, 1, 0, 0, 0, -14, 23, 0, 0, 0, 0, 0 } }, + { -1.710543033501e-04, 1.305583716785e-05, { 2, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0, 0 } }, + { 6.855769632041e-05, -1.155513118800e-04, { 2, 0, 0, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0 } }, + { 1.561742957829e-04, -2.791045261141e-05, { 2, -2, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 9.443944676438e-05, 8.964137711753e-05, { 2, 0, -2, 0, 1, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.234549486152e-04, 6.049938744095e-05, { 2, 0, -1, 0, 0, -10, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.812068907476e-04, -2.659647794351e-06, { 2, -2, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -1.778755112677e-04, -5.938455433425e-06, { 4, 0, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 9.329215151916e-05, 9.046485687462e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { 1.084468797410e-06, -1.822453137894e-04, { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.323150149732e-05, -1.500945196925e-04, { 2, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.710434913882e-04, -1.219679254585e-05, { 4, 0, 0, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 2.894302666463e-05, 1.542307597343e-04, { 0, 2, 0, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.799730757474e-04, 3.185477680942e-06, { 2, 2, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.178821944083e-04, -6.521336407480e-05, { 2, -2, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 1.723241278667e-04, -1.074290184338e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0 } }, + { -1.640395471450e-04, -1.869834142485e-05, { 0, 0, 0, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { 3.490921493594e-05, -1.475986549188e-04, { 1, -1, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.226487392500e-04, 5.981415316926e-05, { 2, 0, -1, 0, 0, -9, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.822352489800e-05, 1.440667829357e-04, { 2, 0, 2, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 1.820612973672e-04, 1.454697143040e-07, { 1, 0, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.098255389061e-04, 7.233838331057e-05, { 0, 1, -2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 1.041073752742e-04, 7.788703372824e-05, { 2, 0, -1, 0, 0, 0, -10, 17, 0, 0, 0, 0, 0 } }, + { -6.695684654820e-05, -1.149668318248e-04, { 0, 0, 0, 0, 0, 0, 4, -9, 0, 0, 0, 0, 0 } }, + { 1.805280917140e-04, 1.131996985644e-06, { 2, 0, 0, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { 1.814986409196e-04, -8.813815453177e-08, { 2, 0, 1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.091981974026e-04, -7.234553063157e-05, { 2, 0, 1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -1.813541743947e-04, -1.579055736147e-07, { 4, 0, -2, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.657909944128e-04, 1.524064394497e-05, { 4, 0, -2, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.806719208238e-04, 1.097733580456e-07, { 2, 0, -3, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.298589038729e-05, 1.276734895915e-04, { 3, -1, -1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 1.185756789149e-04, -6.203126979993e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { -1.708031728083e-04, -9.647759288246e-06, { 0, 0, 1, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { 4.951909067450e-05, -1.309290793263e-04, { 0, 1, 1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 4.960269444396e-05, -1.307548932002e-04, { 0, 1, -1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -1.069215580885e-04, 7.326980080802e-05, { 0, 0, 1, 0, 0, -12, 6, 0, 3, 0, 0, 0, 0 } }, + { 1.800432639232e-04, -4.240443141650e-08, { 2, 0, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.475771351547e-04, -3.245144431317e-05, { 0, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.391576302410e-04, 4.051748531423e-05, { 3, -1, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 4.300125170787e-08, 1.794700481163e-04, { 2, 0, 0, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { 7.233532022410e-06, 1.722193685247e-04, { 0, 0, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.461504278465e-05, -1.647492431716e-04, { 2, -2, -2, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { -3.430975610441e-05, 1.447632320898e-04, { 1, -1, 1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -8.356475858916e-05, 9.528864752897e-05, { 3, -2, 0, 0, 0, -10, 6, 0, 0, 0, 0, 0, 0 } }, + { 5.428550044636e-05, -1.244631223635e-04, { 0, 0, 1, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0 } }, + { -1.448821656337e-04, 3.341322979748e-05, { 2, 0, -3, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -1.496154941339e-04, -2.852126448229e-05, { 2, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.119004342300e-05, -1.469042959756e-04, { 0, 0, 1, 0, 0, -16, 13, 0, 0, 0, 0, 0, 0 } }, + { -5.846451746830e-05, -1.194329064642e-04, { 2, 0, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { -1.990974171991e-05, -1.577477508421e-04, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 2, 0, 0 } }, + { 1.514385229441e-04, -2.617435806722e-05, { 2, -2, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.174337460475e-04, 6.008650773854e-05, { 0, 0, 1, 0, 0, -7, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.025365600459e-04, 7.487409776295e-05, { 0, 0, 1, 0, 0, 0, -9, 14, 0, 0, 0, 0, 0 } }, + { -1.490328038732e-04, -2.837480482976e-05, { 1, -1, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.171890107923e-04, 6.004053965262e-05, { 2, 0, -1, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0 } }, + { 4.853593042012e-05, 1.286087993787e-04, { 0, 0, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.336768861241e-04, 4.345431437656e-05, { 2, 0, -3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 1.739322890899e-04, 3.045785411633e-06, { 4, 0, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 1.501414869707e-04, 2.675434215781e-05, { 2, 0, 2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -4.612564398583e-05, 1.306079285012e-04, { 1, 1, -1, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { 1.724365737705e-04, -4.287911561469e-06, { 1, 0, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -8.045806083611e-05, -9.625395411339e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -1, 3, 0, 0, 0 } }, + { 1.765280976711e-04, 9.603938990304e-08, { 4, 0, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.763909245571e-04, -1.476767293465e-07, { 2, -2, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 7.834566232117e-05, -9.815503303134e-05, { 1, 1, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 1.503282610386e-04, 2.615711709706e-05, { 6, 0, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.625563263409e-04, 1.381202316868e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0 } }, + { -1.472725887041e-04, 2.901866297245e-05, { 1, -1, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.666447520192e-04, 9.636856631789e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { -1.762347104298e-04, 4.162918853164e-08, { 3, 0, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.273039355742e-04, 4.893386707682e-05, { 1, -1, 0, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { 7.069488364823e-05, -1.054846157201e-04, { 2, 0, 0, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { -3.468219853582e-05, -1.414490688231e-04, { 3, -1, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.626079318165e-04, 1.351216545026e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -1, 3, 0, 0, 0 } }, + { 1.692832381360e-05, 1.589926647758e-04, { 2, 0, 1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.380407749590e-05, 1.419758064512e-04, { 4, 0, -2, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 1.288310707713e-04, 4.674945329643e-05, { 2, 0, 0, 0, 0, -8, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.071076093010e-04, 6.823184504877e-05, { 1, -1, 1, 0, 0, -21, 22, 0, 0, -2, 0, 0, 0 } }, + { 7.258683765782e-05, 1.027316075498e-04, { 0, 0, 0, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { -5.050028848134e-05, 1.247634430988e-04, { 2, 0, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.649498915042e-05, -1.486654104830e-04, { 0, 0, 2, 0, 0, -10, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.750382191417e-04, 2.878710526196e-08, { 2, 0, -2, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.666991026657e-04, 8.319835379040e-06, { 2, 0, -1, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 } }, + { -2.839606688436e-05, -1.466087938808e-04, { 4, 0, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 2.683687541932e-05, -1.477332625597e-04, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.637683317672e-06, 1.699107092120e-04, { 0, 0, 0, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { -3.097376195682e-06, 1.714510008945e-04, { 0, 2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.351795186673e-04, -3.933740368180e-05, { 3, -1, -2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -9.945912628944e-05, -7.500057797933e-05, { 0, 0, 1, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { 1.463543211335e-04, 2.782729621340e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { 7.162077798113e-05, 1.025520935393e-04, { 2, 0, -1, 0, 0, 0, 4, -8, 5, -5, 0, 0, 0 } }, + { -6.810237530424e-06, -1.671998264837e-04, { 0, 0, 1, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { -2.638270661104e-05, -1.474533965474e-04, { 0, 0, 2, 0, 0, -18, 20, -8, 3, 0, 0, 0, 0 } }, + { -7.167693533578e-05, 1.020598643426e-04, { 2, 0, -1, 0, 0, 0, -4, 8, -5, 5, 0, 0, 0 } }, + { 1.731201604328e-04, 4.573784866529e-07, { 3, -2, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.245204920695e-04, 4.890056000015e-05, { 2, 0, -2, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -1.487537611293e-04, 2.464686639110e-05, { 0, 0, 0, 0, 0, 3, -5, 0, 3, 0, 0, 0, 0 } }, + { 9.775748761150e-05, -7.559898320897e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 2, -5, 0, 0, 0 } }, + { -8.127069589999e-05, -9.207390636023e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 8, 0, 0, 0 } }, + { -1.731760155320e-04, 1.615449825848e-08, { 2, -2, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.722863658653e-04, 8.022527969901e-11, { 2, 2, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.664591092285e-06, -1.665287236338e-04, { 0, 0, 0, 0, 0, 18, -19, 0, 0, 0, 0, 0, 0 } }, + { 3.222348719466e-05, 1.398849297753e-04, { 1, 1, 0, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.630411994208e-04, -9.064074109507e-06, { 1, 0, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.845765863773e-05, 1.535260003653e-04, { 2, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0, 0 } }, + { 3.313240191098e-05, 1.388232546758e-04, { 0, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.714833411053e-04, 3.695952676305e-07, { 1, 0, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.341995103160e-06, -1.704436097550e-04, { 2, 0, -1, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.478235552332e-05, 1.066558361433e-04, { 0, 0, 0, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0 } }, + { 6.305149432082e-05, -1.082353345745e-04, { 1, 1, -1, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 1.698678999238e-04, 1.344033029763e-06, { 0, 0, 3, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 7.455304026543e-05, 9.663468825193e-05, { 2, 0, 1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 7.105979264062e-05, -9.989907727401e-05, { 1, 0, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.112970914560e-04, -5.958368500813e-05, { 2, -2, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 7.585836409922e-05, 9.499598057965e-05, { 0, 0, 1, 0, 0, -13, 8, 0, 0, 0, 0, 0, 0 } }, + { 7.049358718181e-05, 1.003153813288e-04, { 1, -1, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -5.934045493250e-06, -1.648507125770e-04, { 1, -1, 0, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { -9.991942785100e-08, 1.705032699422e-04, { 1, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.342252574866e-05, 1.571258509989e-04, { 2, 0, -2, 0, 0, -22, 28, -7, 0, 0, 0, 0, 0 } }, + { 3.604053512595e-05, 1.344752946310e-04, { 2, 0, 0, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 1.060754261970e-04, -6.427275250960e-05, { 2, 0, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.261843025355e-05, 1.376161136792e-04, { 3, -1, -1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.219104660504e-04, 4.831482442926e-05, { 2, 0, 0, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { 1.699999999378e-04, -4.598942578470e-09, { 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -1.699999999595e-04, 3.708824660194e-09, { 0, 1, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.699999999834e-04, 2.373647782635e-09, { 4, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.699999999869e-04, 2.106612407103e-09, { 4, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.699999999910e-04, -1.750565239685e-09, { 0, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.700000000000e-04, -1.186823891733e-10, { 2, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.175175014708e-05, -1.579297317923e-04, { 2, 0, 1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 1.401709997604e-04, 2.945244020646e-05, { 3, 0, 0, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -7.617282621007e-05, -9.338648732520e-05, { 1, 1, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.693301986756e-04, -5.576265570093e-08, { 4, 0, -1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -1.017412829308e-04, -6.758052751918e-05, { 4, 0, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -1.399165044147e-04, 2.940197326372e-05, { 1, 0, 0, 0, 0, 23, -25, 0, 0, 0, 0, 0, 0 } }, + { -4.413261035275e-05, 1.249949430034e-04, { 0, 0, 1, 0, 0, -7, 10, 0, 0, 0, 0, 0, 0 } }, + { -3.194521147418e-05, 1.371529616208e-04, { 1, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 9.815626020774e-05, 7.083364302495e-05, { 0, 2, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 7.663341527391e-05, 9.232982517104e-05, { 1, -1, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.857265904078e-05, 1.500962779553e-04, { 4, 0, -3, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { -5.793593531950e-06, 1.628746828287e-04, { 0, 0, 1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0 } }, + { -7.669892317304e-06, -1.609057330376e-04, { 2, 0, 1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 1.667310938446e-04, 1.639933167402e-06, { 2, 0, -2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -5.491505155768e-05, 1.132225118286e-04, { 1, 1, -1, 0, 0, -28, 33, 0, 0, 0, 0, 0, 0 } }, + { -1.301638724143e-04, -3.783856739427e-05, { 1, 1, -2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 1.005375130251e-04, -6.733825381430e-05, { 0, 0, 1, 0, 0, 0, -7, 12, 0, 0, 0, 0, 0 } }, + { -1.412910857861e-04, 2.646849955740e-05, { 3, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.369772675855e-04, 3.054061123802e-05, { 2, 0, -4, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -9.389899958730e-05, 7.328182604941e-05, { 2, 0, -1, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.258994562159e-04, -4.118655160956e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 } }, + { 6.492942078874e-05, -1.021119587855e-04, { 2, 0, 0, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { -1.257947671704e-04, -4.114831724176e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0 } }, + { -1.665970922964e-04, -3.266334828949e-07, { 0, 0, 1, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.258328857742e-04, -4.103991507208e-05, { 0, 0, 0, 0, 0, 0, 4, -6, 2, 0, 0, 0, 0 } }, + { 1.438264438721e-04, 2.285132538337e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { -5.888739165133e-05, -1.077859205456e-04, { 2, 0, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 6.423138511661e-06, -1.600554523594e-04, { 2, 0, -1, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.322610571516e-04, 3.419249082417e-05, { 3, 0, -4, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -9.706339152793e-05, 6.937105065850e-05, { 1, 1, -1, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 1.164624177138e-04, 4.995052787904e-05, { 1, -1, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -1.518640441400e-04, 1.448022962324e-05, { 4, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.203316958858e-05, 1.341392994580e-04, { 1, -1, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.306643658961e-05, 1.529538965795e-04, { 2, 0, 0, 0, 0, -22, 28, -7, 0, 0, 0, 0, 0 } }, + { -1.651181490014e-04, -8.359383883173e-07, { 0, 0, 3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -3.613866544187e-05, 1.297903418241e-04, { 0, 0, 2, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 3.610636116854e-05, 1.296856799141e-04, { 0, 0, 2, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -1.166228021218e-04, 4.902998625534e-05, { 0, 1, 0, 0, 0, -15, 11, 0, 0, 0, 0, 0, 0 } }, + { 3.945285544105e-05, -1.261919361460e-04, { 0, 0, 1, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.546307975203e-04, -1.093763910399e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 3, -2, 0, 0, 0 } }, + { -3.157471431191e-05, -1.339881406693e-04, { 1, -1, 0, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { 6.406068094692e-05, 1.014703363383e-04, { 2, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.439658038576e-06, 1.620872164154e-04, { 0, 0, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0, 0 } }, + { 1.084872221228e-04, 5.699552917006e-05, { 2, 0, 0, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0 } }, + { 6.826204309221e-05, 9.717666202457e-05, { 1, -1, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -1.602408792357e-04, -5.110072048538e-06, { 0, 0, 2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -1.057539071220e-04, 5.956404862732e-05, { 2, 0, -1, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0 } }, + { 1.357247938459e-04, 2.956680816099e-05, { 2, -2, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -3.230255981723e-05, -1.325867701946e-04, { 1, 1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.714185309330e-05, 1.175789251598e-04, { 4, 0, -1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -2.376714000939e-05, 1.409421720331e-04, { 1, -1, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 1.289183281382e-04, 3.567377779812e-05, { 0, 2, 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 1.537242912268e-04, 1.079104262243e-05, { 2, 0, 1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -1.287360914536e-04, 3.573462515204e-05, { 0, 2, 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.018056233761e-04, 6.255037177525e-05, { 0, 0, 1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { -1.640642218252e-04, -2.325113743882e-07, { 1, 0, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -1.416218714402e-04, 2.262923127647e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { 4.824714974899e-05, -1.158982873203e-04, { 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.800367609379e-05, 1.059656075346e-04, { 0, 0, 1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { -7.470465012797e-05, -8.905771222806e-05, { 4, 0, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -1.494122988172e-04, 1.430623318836e-05, { 2, 0, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { 4.172588469557e-05, -1.217986279012e-04, { 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.499187226773e-06, -1.549197509089e-04, { 0, 0, 0, 0, 0, 19, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.624952510931e-04, -2.661676619528e-07, { 1, 0, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.843176820276e-05, -1.442006795400e-04, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, 2, 0, 0 } }, + { 1.343362205993e-04, 2.823620353574e-05, { 3, 0, -1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { 1.089340183007e-04, 5.346183905281e-05, { 0, 0, 1, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.007947652352e-05, 1.222580994419e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 2, -6, 0, 0, 0 } }, + { -3.594171388605e-05, -1.263654975127e-04, { 2, 0, -2, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 1.620201565891e-04, 1.737742381579e-07, { 0, 0, 0, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { -3.137400999602e-05, -1.307654659091e-04, { 1, 1, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.080856581087e-04, -5.396508143005e-05, { 2, 0, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.289107758089e-04, -3.302423169695e-05, { 1, 1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.338089016856e-04, 2.812562677879e-05, { 1, 0, -1, 0, 0, 23, -25, 0, 0, 0, 0, 0, 0 } }, + { 1.043595387682e-04, -5.753026130207e-05, { 3, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 1.211382447291e-04, 4.069792298704e-05, { 4, 0, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 7.171982240704e-05, -8.995834274240e-05, { 4, 0, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 1.336028899300e-04, -2.805640212881e-05, { 0, 0, 0, 0, 0, 14, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.453288210098e-05, -1.370065883528e-04, { 0, 0, 0, 0, 0, 18, -20, 8, -3, 0, 0, 0, 0 } }, + { 1.040311285610e-04, 5.746094406853e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { -4.736404004207e-05, -1.141101244710e-04, { 1, -1, -2, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -4.735868205690e-05, -1.140929320162e-04, { 1, -1, 2, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 1.503883049705e-04, 1.087408352224e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -4, 3, 0, 0, 0 } }, + { 1.308430067822e-04, -3.030820486664e-05, { 0, 0, 1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 3.084752301596e-05, -1.302563199664e-04, { 1, 1, -1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.608591113124e-04, 1.207030450996e-09, { 2, -2, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 3.711313704253e-05, -1.237239029638e-04, { 1, 1, -1, 0, 0, -25, 28, 0, 0, 0, 0, 0, 0 } }, + { -6.341228022850e-06, 1.542893642400e-04, { 2, 0, 0, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0 } }, + { -1.580433711299e-04, 2.552850977915e-06, { 4, 0, -2, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -2.317095317607e-05, 1.373477038417e-04, { 1, -1, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 3.944393808806e-05, 1.210273678351e-04, { 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.173553521088e-04, -4.276581543988e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 2, 2, 0, 0, 0 } }, + { -2.126220625590e-06, -1.579308759867e-04, { 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0 } }, + { 1.599999999368e-04, -4.495968152544e-09, { 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -1.599999999588e-04, 3.630284843837e-09, { 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.599999999881e-04, -1.954768762171e-09, { 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -3.075637847013e-05, 1.292286653074e-04, { 0, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.286576894405e-06, 1.586844734951e-04, { 1, 0, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.692539685637e-05, -1.130188972940e-04, { 3, -1, 0, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -3.287568959930e-05, -1.268797794329e-04, { 2, 0, -2, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 1.020665437321e-04, 5.741527236403e-05, { 2, -2, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.527714687350e-04, 6.589645717671e-06, { 0, 0, 0, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0 } }, + { 3.052636679495e-05, -1.287735635049e-04, { 1, 1, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.077459108821e-05, 1.184652411647e-04, { 2, 0, -3, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 1.388235081745e-04, -2.041163952489e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -3, 0, 2, 0, 0 } }, + { 4.670575427178e-05, -1.125179579612e-04, { 1, 1, 0, 0, 0, 0, -1, 0, -1, 1, 0, 0, 0 } }, + { 3.025682238480e-05, 1.289046748756e-04, { 1, 1, 0, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { -2.576882392634e-05, -1.333501005250e-04, { 2, 0, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -1.220794532481e-04, -3.696767166839e-05, { 4, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.346541614746e-05, -1.154983271148e-04, { 0, 0, 1, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { -6.278773465986e-05, 9.598397178201e-05, { 1, -1, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -5.809336473933e-05, -1.000146874407e-04, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0 } }, + { 6.265015537651e-05, -9.535985561275e-05, { 2, 0, 0, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { -1.780103930014e-05, -1.401102447455e-04, { 0, 0, 0, 0, 0, 3, -5, 0, 0, 4, -1, 0, 0 } }, + { 4.817693605190e-06, -1.529916072437e-04, { 0, 0, 2, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { 1.018447182533e-04, -5.595299946581e-05, { 1, 2, 0, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 1.018447182533e-04, -5.595299946581e-05, { 1, -2, 0, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -4.701504208697e-05, 1.104064573182e-04, { 4, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.073612384230e-04, 4.972971867763e-05, { 0, 0, 0, 0, 0, 0, 9, -16, 0, 0, 0, 0, 0 } }, + { -1.377450774819e-04, 1.891263422904e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { -1.038473036017e-04, 5.279575392283e-05, { 0, 0, 1, 0, 0, -8, 6, 0, 0, 0, 0, 0, 0 } }, + { 3.455560955211e-05, -1.218662490672e-04, { 0, 0, 2, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 1.048774020404e-04, 5.151634766602e-05, { 2, 0, -1, 0, 0, 7, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.562243017286e-04, 4.416004885861e-08, { 6, 0, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.982229268339e-05, 1.263513712632e-04, { 1, 1, -1, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.422711579176e-04, -1.390015478572e-05, { 2, 0, -1, 0, 0, 0, 10, -16, 0, 0, 0, 0, 0 } }, + { 1.077866323211e-04, 4.833774646610e-05, { 2, 0, -2, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 1.882227282298e-05, -1.369340342772e-04, { 1, -1, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -8.722687893067e-05, -6.839852045450e-05, { 0, 0, 1, 0, 0, 0, -8, 10, 0, 0, 0, 0, 0 } }, + { 1.551929142943e-04, -3.985347595908e-07, { 2, 0, -2, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 1.005932744190e-04, 5.475501349541e-05, { 0, 0, 1, 0, 0, -7, 11, 0, 0, 0, 0, 0, 0 } }, + { -3.284819351928e-06, 1.519553646044e-04, { 2, 0, 0, 0, 0, 18, -19, 0, 0, 0, 0, 0, 0 } }, + { -5.964112429735e-05, 9.553053356557e-05, { 2, 0, -1, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0 } }, + { 6.674566710373e-05, -8.802236935747e-05, { 3, 0, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 5.689246254797e-05, -9.783714242793e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0 } }, + { 5.223819370316e-05, 1.023774582799e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 4, -5, 0, 0, 0 } }, + { 1.406240722366e-04, 1.376355104483e-05, { 0, 0, 1, 0, 0, 2, 1, -8, 0, 0, 0, 0, 0 } }, + { -1.406216079072e-04, 1.373426824205e-05, { 0, 0, 1, 0, 0, -2, -1, 8, 0, 0, 0, 0, 0 } }, + { 1.222413640869e-04, -3.202538138678e-05, { 0, 2, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -2.926502731047e-05, 1.249392424824e-04, { 1, -1, 0, 0, 0, 15, -14, 0, 0, 0, 0, 0, 0 } }, + { 4.530185444158e-05, 1.089022673866e-04, { 1, -1, -1, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { -9.873806092851e-05, 5.511140746926e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 2, -2, 0, 0, 0 } }, + { -4.529649913394e-05, -1.084651874629e-04, { 1, 1, 0, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -1.533743318862e-04, -3.676836255413e-07, { 4, 0, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.305178076496e-04, -2.316172651496e-05, { 3, 0, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -4.620834967332e-05, -1.074513207944e-04, { 1, 0, -2, 0, 0, 29, -37, 8, -3, 0, 0, 0, 0 } }, + { 1.394383843596e-04, 1.410280252137e-05, { 2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 } }, + { 5.942350763080e-06, -1.475153225823e-04, { 2, -2, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.147887004094e-04, -3.859500038484e-05, { 2, 0, -2, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -9.236178751386e-05, -6.101444734095e-05, { 1, -1, -1, 0, 0, 20, -18, 0, 0, 0, 0, 0, 0 } }, + { 8.101994467177e-05, -7.228251274593e-05, { 2, 0, 0, 0, 0, -8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.187703983189e-05, -1.413439060235e-04, { 0, 0, 2, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 8.767396679861e-05, 6.551588508682e-05, { 1, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -1.209326991961e-04, -3.219846516098e-05, { 0, 2, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -2.926122412452e-05, 1.238414451758e-04, { 1, -1, -1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.035590633651e-05, -1.225248592695e-04, { 1, -1, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { -3.220398997464e-05, -1.206010435103e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 2, 0 } }, + { -1.385804240087e-04, -1.419185433624e-05, { 1, -1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.512677260030e-04, 1.347072778461e-06, { 4, 0, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.352073195950e-05, 9.907974972137e-05, { 0, 0, 2, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 2.923330394743e-05, -1.232768075597e-04, { 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.431716282958e-04, -9.334872384273e-06, { 0, 0, 1, 0, 0, 0, 14, -27, 3, 3, 0, 0, 0 } }, + { -1.431716282958e-04, -9.334872384273e-06, { 0, 0, 1, 0, 0, 0, -14, 27, -3, -3, 0, 0, 0 } }, + { -1.519916195124e-04, -4.937307557713e-07, { 4, 0, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.093775712660e-05, -1.215041371080e-04, { 1, 1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.129831910894e-05, -1.110994247325e-04, { 0, 0, 1, 0, 0, 2, -13, 15, 0, 0, 0, 0, 0 } }, + { 5.108580310038e-06, -1.472677247936e-04, { 2, 0, -2, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.995361139177e-05, 1.223969968749e-04, { 1, 1, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.252351887445e-05, 1.394387373544e-04, { 3, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.694195797735e-05, 8.496876268338e-05, { 2, 0, 0, 0, 0, 0, -11, 21, -2, 0, 0, 0, 0 } }, + { 3.115649148677e-05, 1.207480107941e-04, { 2, 0, -1, 0, 0, 10, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.513358332895e-04, 5.623370998607e-07, { 1, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.345170389404e-04, -1.736907047256e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 3, -2, 0, 0, 0 } }, + { 9.670020902066e-05, -5.517174132559e-05, { 2, -2, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -1.301912932323e-04, -2.151992835334e-05, { 1, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.901342111813e-05, -1.223093686581e-04, { 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.698505815055e-05, 7.421573019615e-05, { 1, -1, 0, 0, 0, 0, 1, 0, 3, -6, 0, 0, 0 } }, + { 6.772154808546e-05, -8.336183221248e-05, { 0, 2, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 4.555811621752e-05, -1.053919246697e-04, { 1, 0, -1, 0, 0, 0, 1, 0, -3, 4, 0, 0, 0 } }, + { 4.768221690934e-05, 1.032550385850e-04, { 2, 0, -2, 0, 0, 1, 6, -11, 0, 0, 0, 0, 0 } }, + { -6.650961868672e-05, 8.442472627449e-05, { 2, 0, 0, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { -1.507533500687e-04, 1.131053268628e-07, { 1, 0, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.497512486760e-04, 1.081785395107e-06, { 2, 0, 0, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0 } }, + { -3.652353092355e-05, 1.143067438469e-04, { 4, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.038016646335e-04, 4.685711403579e-05, { 2, 0, -1, 0, 0, 0, 2, -4, 1, 0, 0, 0, 0 } }, + { -3.497590726947e-05, 1.156749695370e-04, { 2, 0, -2, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.973723632179e-06, 1.486097250362e-04, { 2, 0, 0, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.107085885112e-04, 3.982616904168e-05, { 0, 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.276396947695e-04, -2.282221929670e-05, { 4, 0, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 5.715360372984e-05, 9.330262556136e-05, { 1, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 4.910254680390e-05, -1.012254339226e-04, { 0, 0, 1, 0, 0, 0, -9, 13, 0, 0, 0, 0, 0 } }, + { 2.351930483009e-05, 1.267918469599e-04, { 1, -1, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -7.123321374841e-05, 7.903365966383e-05, { 0, 0, 1, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { 3.779302384463e-05, 1.122564700426e-04, { 0, 0, 1, 0, 0, 0, -1, 0, 4, -5, 0, 0, 0 } }, + { 1.499999999815e-04, 2.356194490095e-09, { 4, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.499999999885e-04, 1.858775653326e-09, { 4, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -3.503352840970e-05, -1.149272749441e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0 } }, + { -1.725672514853e-05, -1.326723334631e-04, { 4, 0, -2, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 1.268678538130e-04, 2.295648720574e-05, { 2, 0, 0, 0, 0, 0, 5, 0, -6, 0, 0, 0, 0 } }, + { 1.496686680026e-04, 8.408676048459e-08, { 1, 0, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.224087564870e-04, 2.720189411124e-05, { 2, -2, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.247234473661e-05, 1.371161519262e-04, { 0, 0, 1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -9.001141165338e-05, -5.921110953932e-05, { 0, 0, 1, 0, 0, 0, 7, -12, 0, 0, 0, 0, 0 } }, + { -1.491879139562e-04, 2.014772469481e-08, { 2, 0, 2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -8.811274487041e-05, 6.105833388916e-05, { 0, 2, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -5.505650837910e-06, -1.435501719771e-04, { 0, 0, 1, 0, 0, -24, 25, 0, 0, 0, 0, 0, 0 } }, + { 1.146730606568e-04, -3.385734062524e-05, { 1, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -2.081067316315e-05, 1.277172635411e-04, { 1, 1, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -2.008632432876e-06, -1.465045679014e-04, { 0, 0, 2, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 4.576811203777e-05, -1.025610101261e-04, { 2, 0, -1, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.291609144388e-05, 1.053195685134e-04, { 1, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.253484971945e-05, -1.155697444816e-04, { 0, 0, 1, 0, 0, 0, 0, 0, -1, 5, 0, 0, 0 } }, + { 7.203931728760e-06, 1.405830893897e-04, { 2, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.328837471842e-04, -1.475497242885e-05, { 0, 0, 0, 0, 1, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.389108927569e-04, 8.676915634414e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { 3.051158261236e-06, -1.443508951717e-04, { 0, 0, 3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.397942886051e-04, -7.586624638226e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 6.861296729152e-05, 7.871950924234e-05, { 2, 0, 0, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0 } }, + { 6.531228845799e-05, -8.179988149482e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { 1.231723202563e-04, -2.367989385433e-05, { 4, 0, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -6.170263222669e-05, -8.513558635109e-05, { 2, 0, -3, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 5.691166447381e-05, -8.984734527990e-05, { 2, 0, 0, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0 } }, + { -1.229232903233e-04, -2.382935473585e-05, { 1, -1, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -9.896889772572e-05, -4.752009266179e-05, { 2, 0, 0, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.465318935504e-05, -1.216504830520e-04, { 1, 1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -5.051209885402e-06, -1.412253774614e-04, { 0, 0, 1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 5.888913299271e-05, -8.735160808781e-05, { 2, 0, -2, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -9.578343992913e-05, 5.030162533874e-05, { 0, 0, 2, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -2.790434572170e-05, 1.181681804224e-04, { 1, 1, -1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.536768269518e-05, -1.306155587265e-04, { 2, 0, 2, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 1.232077567047e-05, -1.335150310516e-04, { 2, -2, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -1.436536587837e-04, -2.174336954666e-06, { 3, 0, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 3.477912558955e-05, 1.109059876392e-04, { 2, 0, 1, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.097953148090e-04, -3.580177459622e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -3, 2, 0, 0, 0 } }, + { 3.124576981419e-05, 1.141765867941e-04, { 1, -1, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.449487485871e-04, 2.964264870657e-07, { 4, 0, -4, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 9.319487674848e-05, -5.175478713669e-05, { 4, 0, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -7.707823172514e-05, 6.775210375969e-05, { 2, 0, -1, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { -4.326729605903e-06, -1.404265631688e-04, { 2, 0, -1, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { 7.222635348859e-05, -7.228729425918e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 0, 0, 0, 0 } }, + { -7.402109614137e-05, 7.034141718771e-05, { 1, 0, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -1.380632323087e-04, 6.147628189414e-06, { 2, -2, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.411080578136e-04, 3.011819789755e-06, { 1, 0, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -9.742841907213e-05, -4.668913069082e-05, { 2, 0, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.922314483931e-05, -1.048835975199e-04, { 4, 0, -2, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { -1.425769057110e-04, 1.477008626023e-06, { 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, -2, 0, 0 } }, + { -4.697196863313e-05, -9.691992356481e-05, { 0, 2, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.108252821768e-04, 3.301863923219e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 8.634605344632e-05, -5.729729892720e-05, { 2, 0, 0, 0, -9, 1, 11, 0, 0, 0, 0, 0, 0 } }, + { 9.277578072797e-05, -5.070284999021e-05, { 2, 0, 0, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { -1.066870729313e-04, -3.674464032864e-05, { 0, 0, 1, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { 6.445248248593e-05, 7.878602713421e-05, { 1, -1, 1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -3.744861607988e-05, 1.057650706039e-04, { 2, 0, -1, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.045967122603e-04, -3.834895549748e-05, { 2, 0, -2, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -5.523988177643e-05, -8.722424685267e-05, { 1, -1, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -2.676925260562e-05, -1.156894803159e-04, { 3, -1, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -2.925150599239e-05, 1.131442371021e-04, { 1, 0, 0, 0, 0, -31, 38, 0, 0, 0, 0, 0, 0 } }, + { 1.199533645986e-04, 2.233613092908e-05, { 2, 0, -3, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 7.804936324543e-05, 6.421753878529e-05, { 2, 0, 0, 0, 0, 0, -10, 17, 0, 0, 0, 0, 0 } }, + { 1.452920811933e-05, 1.277144506512e-04, { 2, 0, -1, 0, 0, 8, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.401687383864e-04, 2.008054685715e-06, { 4, 0, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 1.335019064720e-04, 8.642128253478e-06, { 1, 0, 1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.110295607568e-06, -1.369642996928e-04, { 0, 0, 1, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.196984759504e-04, 2.227439740584e-05, { 2, 0, -3, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 5.784320913822e-05, 8.405597343775e-05, { 0, 0, 2, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { -5.883342385370e-05, -8.300017837481e-05, { 0, 0, 1, 0, 0, 2, -7, 7, 0, 0, 0, 0, 0 } }, + { -1.413060564455e-04, -8.543753449194e-08, { 2, -2, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.369963335770e-05, -6.769083117410e-05, { 2, 0, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 2.593549443500e-05, -1.154383923213e-04, { 1, 1, -2, 0, 0, 0, 1, 0, -4, 2, 0, 0, 0 } }, + { 1.175214995608e-05, 1.295944173005e-04, { 2, 0, -1, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.411119102532e-04, -1.566490684105e-07, { 0, 2, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.285390060427e-04, -1.266576232343e-05, { 2, 0, -1, 0, 0, 13, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.151904161103e-04, -2.599494967437e-05, { 1, -1, -1, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { -1.541416130599e-06, -1.396414928054e-04, { 4, 0, -2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -9.529906764857e-05, -4.586179112929e-05, { 2, 0, 0, 0, 0, 6, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.162920779515e-05, -1.294788072468e-04, { 1, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.401085375220e-04, -9.114364594807e-07, { 2, 0, 1, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { 5.845471045419e-05, -8.253898480790e-05, { 0, 0, 1, 0, 0, -2, 7, -7, 0, 0, 0, 0, 0 } }, + { -1.409181601915e-04, 6.212937829396e-08, { 0, 0, 2, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -8.856079018475e-05, 5.241156141725e-05, { 0, 0, 0, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { 9.669812163027e-05, 4.417631843453e-05, { 2, 0, -1, 0, 0, 0, -2, 4, -1, 0, 0, 0, 0 } }, + { 8.630886552312e-05, 5.454035209290e-05, { 0, 0, 1, 0, 0, -1, 8, -12, 0, 0, 0, 0, 0 } }, + { 2.792484276685e-05, 1.128144848476e-04, { 1, -1, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -8.621776721711e-05, 5.446969710711e-05, { 0, 0, 1, 0, 0, 1, -8, 12, 0, 0, 0, 0, 0 } }, + { 1.207719461616e-04, -1.979443839562e-05, { 1, -1, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 6.045356248657e-05, 7.999515256354e-05, { 2, 0, 0, 0, -1, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { 1.090231390567e-06, -1.393474931288e-04, { 0, 0, 2, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -6.432018510489e-05, -7.611444291262e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -1, 3, 0, 0, 0 } }, + { -9.319405507344e-05, 4.720199536601e-05, { 0, 0, 1, 0, 0, -9, 7, 0, 0, 0, 0, 0, 0 } }, + { 8.805971869939e-05, 5.232540699061e-05, { 2, 0, -1, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0 } }, + { 3.666173095910e-05, 1.036707514554e-04, { 0, 0, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0, 0 } }, + { -6.038599824314e-05, 7.990439341815e-05, { 2, 0, 0, 0, 1, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { -1.385842868550e-04, -1.677268368003e-06, { 2, 0, -3, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.399999999728e-04, -2.761110876450e-09, { 2, -3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.399999999742e-04, 2.687807047906e-09, { 4, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.399999999971e-04, 9.040805525268e-10, { 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 5.777059294517e-05, 8.220098023840e-05, { 0, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { -7.663585429678e-07, 1.391751453083e-04, { 1, 2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.087004649097e-05, 1.090408968222e-04, { 0, 0, 0, 0, 0, 0, 1, 0, -1, -2, 0, 0, 0 } }, + { -7.665514443319e-05, 6.303661736888e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -3, 1, 0, 0, 0 } }, + { 1.091557063285e-04, 3.044981847252e-05, { 2, 0, 0, 0, 0, 0, -5, 0, 5, 0, 0, 0, 0 } }, + { -9.294467991816e-05, 4.659784932937e-05, { 0, 0, 1, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.393160994034e-04, 5.987650283132e-08, { 1, 0, 1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -9.054037631418e-05, -4.883323979069e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -1, 1, 0, 0, 0 } }, + { -7.618858375728e-05, -6.311607207779e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -6, 0, 0, 0, 0 } }, + { 1.004913520522e-04, 3.878485155317e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -5.995488395789e-05, 7.907808340198e-05, { 2, 0, -1, 0, 0, 0, 7, -10, 1, 0, 0, 0, 0 } }, + { -5.459126645601e-06, -1.332558439122e-04, { 0, 2, 1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -7.552585388479e-05, -6.316022920211e-05, { 2, 0, 0, 0, 0, 0, 5, -10, 0, 0, 0, 0, 0 } }, + { -2.734112758032e-05, -1.112368873182e-04, { 3, -1, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.494671264660e-05, -9.359704816900e-05, { 0, 0, 2, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -4.494089236984e-05, -9.358575586143e-05, { 0, 0, 2, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { -1.138375992132e-04, 2.463922947616e-05, { 4, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.760720646846e-05, -1.007113002992e-04, { 0, 0, 2, 0, 0, 2, -13, 15, 0, 0, 0, 0, 0 } }, + { 1.379608205565e-04, -1.113869306351e-07, { 2, 0, 1, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 6.423116740896e-06, -1.316425145770e-04, { 4, 0, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 6.718914396367e-05, -7.086004938379e-05, { 2, 0, 1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.035468466345e-04, 3.441140805637e-05, { 2, 0, -1, 0, 0, -8, 14, 0, 0, 0, 0, 0, 0 } }, + { 2.619616264546e-05, 1.117136500004e-04, { 1, 1, 0, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.373996130714e-04, 5.058686970946e-07, { 2, 0, -1, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { 8.796248743786e-05, 4.978600146801e-05, { 0, 0, 1, 0, 0, 0, -10, 17, 0, 0, 0, 0, 0 } }, + { 8.970824945605e-05, -4.795446490211e-05, { 2, 0, 0, 0, -7, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 3.895947515650e-05, -9.846647477796e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 0, 0, 0, 0 } }, + { -1.343032341320e-04, 3.090624657190e-06, { 3, 0, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 8.400481938693e-05, 5.336160769864e-05, { 4, 0, -1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -4.941367959090e-05, 8.786858927505e-05, { 1, 0, 0, 0, 0, -20, 18, 4, 0, 0, 0, 0, 0 } }, + { -1.028657114534e-05, 1.269648892646e-04, { 1, -1, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -8.890137788585e-05, 4.824885156885e-05, { 0, 0, 1, 0, 0, 7, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.369987455271e-04, -1.010141268667e-07, { 0, 2, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.136203438803e-05, 8.558657917982e-05, { 1, -1, 0, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { -4.506736484657e-05, -9.188058584920e-05, { 0, 0, 1, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.355774749459e-04, 1.184919636934e-06, { 2, -2, -1, 0, 0, 25, -25, 0, 0, 0, 0, 0, 0 } }, + { -2.278514166762e-06, 1.344108572715e-04, { 0, 2, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.115246491501e-05, -8.546429694533e-05, { 2, 0, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -8.348336523491e-05, 5.302006767136e-05, { 4, 0, -1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 5.434971124742e-05, -8.211376156220e-05, { 4, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -4.398387165065e-05, -9.245838317837e-05, { 2, 0, -2, 0, -5, 0, 13, -7, 0, 0, 0, 0, 0 } }, + { 2.533666806569e-05, -1.109857054667e-04, { 1, -1, 0, 0, 0, 22, -21, 0, 0, 0, 0, 0, 0 } }, + { 1.356505832780e-04, 6.378549953291e-07, { 2, 0, -1, 0, 0, 0, 12, -24, 7, 5, 0, 0, 0 } }, + { -1.356505832780e-04, 6.378549953291e-07, { 2, 0, -1, 0, 0, 0, -12, 24, -7, -5, 0, 0, 0 } }, + { -8.075625079262e-05, -5.540801503538e-05, { 2, 0, -1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { -9.174730053901e-05, -4.431587894677e-05, { 1, -1, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -1.520089477752e-05, -1.207715049304e-04, { 2, 0, -1, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0 } }, + { -1.151601684737e-04, -2.078002314392e-05, { 4, -2, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.155118653277e-04, 2.042624609998e-05, { 4, 0, -4, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.252095638637e-04, 1.071636294490e-05, { 2, 0, 0, 0, 0, 13, -15, 0, 0, 0, 0, 0, 0 } }, + { 4.331603095018e-05, 9.260425470012e-05, { 0, 0, 1, 0, 0, 0, -7, 13, 1, 0, 0, 0, 0 } }, + { -9.892386753328e-05, 3.694033757247e-05, { 1, -1, 0, 0, 0, 29, -33, 0, 2, 0, 0, 0, 0 } }, + { -4.327110729493e-05, 9.254343540463e-05, { 0, 0, 1, 0, 0, 0, 7, -13, -1, 0, 0, 0, 0 } }, + { -5.220599210135e-05, -8.339137056571e-05, { 4, 0, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -1.343229136587e-04, 1.174521142485e-06, { 1, 0, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -9.903427470200e-06, -1.255768920305e-04, { 2, 0, 0, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -4.360190526635e-05, -9.165357447361e-05, { 2, 0, 0, 0, -5, 0, 13, -7, 0, 0, 0, 0, 0 } }, + { -2.530814909459e-06, 1.325753871216e-04, { 2, 0, -3, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.267241542998e-04, -8.068214617055e-06, { 2, 0, -1, 0, 0, -3, 4, 0, -1, 0, 0, 0, 0 } }, + { -1.345932817915e-04, 1.346910659780e-07, { 0, 2, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 6.017826606077e-05, -7.417246949487e-05, { 1, -1, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -5.537808557738e-05, 7.888677839970e-05, { 0, 2, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -9.766612172871e-05, 3.648337026956e-05, { 1, -1, -2, 0, 0, 29, -33, 0, 2, 0, 0, 0, 0 } }, + { 6.199970533708e-06, -1.277477968201e-04, { 2, 0, -1, 0, 0, 0, 3, 0, 0, -4, 0, 0, 0 } }, + { 1.065547200539e-04, -2.731467799985e-05, { 1, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.691932162288e-05, 1.068345705299e-04, { 1, 1, 0, 0, 0, -46, 49, 0, 0, 0, 0, 0, 0 } }, + { 2.107618416937e-05, 1.124623188658e-04, { 1, -1, 0, 0, 0, 0, 1, 0, 2, -2, 0, 0, 0 } }, + { 4.320232198109e-05, 9.021451482537e-05, { 2, 0, -1, 0, 0, 0, 12, -16, 0, 0, 0, 0, 0 } }, + { -1.130958447824e-04, 2.010147442270e-05, { 3, -2, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.065559728310e-04, 2.659941758683e-05, { 0, 0, 1, 0, 0, -24, 26, 0, -3, 0, 0, 0, 0 } }, + { 3.871376324166e-06, 1.290460227547e-04, { 2, 2, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -8.838361057734e-05, 4.451218310499e-05, { 0, 0, 1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -6.051921242456e-05, -7.226078666277e-05, { 1, -2, 1, 0, 0, 20, -18, 0, 0, -1, 0, 0, 0 } }, + { -6.051921242456e-05, -7.226078666277e-05, { 1, -2, -1, 0, 0, 20, -18, 0, 0, -1, 0, 0, 0 } }, + { 1.302879308356e-04, 2.416589127231e-06, { 2, 0, -1, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0 } }, + { 8.212979039610e-07, 1.318174898197e-04, { 2, 0, 1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.063074364790e-04, -2.629645934028e-05, { 2, 0, 1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 5.601988025275e-05, 7.652412950427e-05, { 2, 2, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.145875890523e-04, -1.788131979461e-05, { 0, 0, 1, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { 2.392602716266e-06, 1.298761512364e-04, { 0, 2, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -9.143548252060e-05, -4.081911549988e-05, { 2, 0, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.286447714650e-06, -1.239166673791e-04, { 2, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0 } }, + { 1.251574312150e-04, -6.974148936332e-06, { 0, 2, -2, 0, 0, -2, 3, 0, -1, 0, 0, 0, 0 } }, + { 3.411629408139e-05, -9.798125233771e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0 } }, + { -8.820326920970e-05, 4.352188432478e-05, { 2, 0, -3, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.075625651127e-04, -2.411352233735e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 1, 0, 0, 0 } }, + { 3.041569700565e-06, -1.284442704989e-04, { 2, 0, -1, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { 9.392309742450e-05, -3.747380363694e-05, { 1, 1, -1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { -1.643293777255e-05, 1.149363035484e-04, { 2, 0, 0, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 1.049363061974e-04, -2.619168032405e-05, { 2, 0, 2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.475867812167e-05, 1.161216467452e-04, { 2, 0, 0, 0, 0, 3, -5, 0, 1, 0, 0, 0, 0 } }, + { 8.851943656069e-05, 4.233618529107e-05, { 1, 1, -1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 5.004635928442e-05, 8.074686795585e-05, { 0, 2, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.164278966206e-04, -1.431407338969e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 4, 0, 0, 0 } }, + { -9.554847894636e-05, -3.511513674998e-05, { 2, 0, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.763140698708e-05, 9.303150603159e-05, { 1, -1, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -1.207154559687e-04, 9.892546689487e-06, { 2, -2, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -8.819619489203e-05, -4.240580022412e-05, { 2, 0, 0, 0, 0, 7, -5, 0, 0, 0, 0, 0, 0 } }, + { -7.594882325448e-05, -5.450132215458e-05, { 0, 0, 2, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { 7.588772330003e-05, -5.446059006017e-05, { 0, 0, 2, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { 9.663973294451e-05, 3.363776482682e-05, { 3, 0, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.073874189977e-05, 1.195185317112e-04, { 3, -1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.301466457830e-04, 4.051646576810e-08, { 3, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.972084339611e-05, 8.035273569266e-05, { 0, 2, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.299999986686e-04, -1.860520976272e-08, { 0, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.299999999900e-04, -1.610938899545e-09, { 3, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.488756956719e-05, 1.050472183676e-04, { 1, -1, 1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.129121228398e-04, 1.699668635495e-05, { 0, 0, 0, 0, 0, 0, 2, 0, 2, -7, 0, 0, 0 } }, + { 7.829315743597e-05, -5.158365726744e-05, { 4, 0, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -2.438556619148e-05, -1.054264883898e-04, { 0, 1, 1, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.138433324400e-06, -1.285333568545e-04, { 4, 0, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.828811590889e-05, -1.013132850442e-04, { 2, 0, -1, 0, 0, -7, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.009157596397e-05, 1.194329598698e-04, { 2, 0, 1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.272515470790e-04, 2.190955420343e-06, { 4, 0, -1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -8.307187281295e-06, 1.211179603993e-04, { 2, 0, -1, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0 } }, + { -9.630376306906e-05, 3.294955627143e-05, { 1, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.733774846874e-05, -1.018762935764e-04, { 1, -1, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.240700588996e-04, 5.071255011564e-06, { 0, 0, 1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { -4.410666543269e-05, 8.501076231873e-05, { 2, 0, 0, 0, 0, 0, -5, 0, 4, 0, 0, 0, 0 } }, + { -8.580371397626e-05, 4.330675920599e-05, { 0, 0, 1, 0, 0, -10, 8, 0, 0, 0, 0, 0, 0 } }, + { 8.647232320486e-05, 4.259236794156e-05, { 0, 0, 1, 0, 0, 6, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.067454516212e-04, -2.225806689577e-05, { 4, 0, -1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -6.260468936763e-05, -6.638890438375e-05, { 0, 2, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 3.707939133981e-06, 1.250574473095e-04, { 2, 0, 0, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { -1.213427500552e-04, 7.409683118951e-06, { 2, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.052575048987e-04, -2.345403793706e-05, { 1, 1, 0, 0, 0, -23, 23, 0, 0, 0, 0, 0, 0 } }, + { 2.482841934153e-05, -1.038096384187e-04, { 1, -1, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.752413382177e-06, 1.228668019381e-04, { 2, 0, 1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -9.207684494657e-05, 3.648764880712e-05, { 2, -2, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 1.144484777143e-04, 1.411287746425e-05, { 0, 0, 0, 0, 0, 20, -22, 0, 0, 0, 0, 0, 0 } }, + { -9.037574078278e-05, 3.817834090665e-05, { 2, 0, -2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.269417206532e-04, 1.593193391078e-06, { 2, -2, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 2.450288441408e-05, 1.038968108261e-04, { 1, 1, -1, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { -6.494323083879e-05, 6.330352799711e-05, { 2, 0, -1, 0, 0, 0, 3, -2, -2, 0, 0, 0, 0 } }, + { 5.535713484052e-05, 7.281214541381e-05, { 2, 0, 1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { -1.269820804519e-04, 1.151387920794e-06, { 2, 0, -1, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { -2.434977428187e-05, -1.035697722784e-04, { 0, 1, -1, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.262095631978e-04, 1.659363472324e-06, { 1, 2, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 8.025137832253e-05, -4.761641080631e-05, { 0, 0, 0, 0, 0, 0, 4, 0, -2, 0, 0, 0, 0 } }, + { -2.422756622934e-05, 1.036400080677e-04, { 1, -1, 0, 0, 0, 16, -15, 0, 0, 0, 0, 0, 0 } }, + { 9.429734161382e-05, -3.349437489203e-05, { 4, 0, -1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -9.617017958140e-05, -3.159891107816e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 3, -7, 0, 0, 0 } }, + { -1.006080781183e-04, -2.686274559355e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0 } }, + { -1.219028017783e-04, 5.550174225697e-06, { 2, 0, -1, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.245766266958e-05, -1.149107243240e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 5, -10, 0, 0, 0 } }, + { -8.509392513632e-06, 1.186342310033e-04, { 2, 0, 1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.268654636304e-04, -2.655003050356e-07, { 6, 0, -3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -3.226430647985e-05, -9.479491996583e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0 } }, + { -1.262518781661e-04, 6.515745066529e-07, { 0, 0, 0, 0, 0, 2, -4, 0, 2, 0, 0, 0, 0 } }, + { 9.876543876878e-05, 2.808654990680e-05, { 2, 0, 1, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { 1.265968682161e-04, 2.205423345459e-07, { 0, 0, 3, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { 2.364632734921e-05, -1.028817049233e-04, { 0, 0, 2, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 4.327417897366e-06, 1.220832083376e-04, { 0, 2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.437246155155e-05, -1.020271742968e-04, { 4, 0, -2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 8.467823086430e-07, 1.255393577719e-04, { 1, 0, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.221369188906e-04, -4.090590889784e-06, { 4, 0, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.198280613729e-04, 6.187953062998e-06, { 0, 0, 3, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { -2.934205422779e-05, -9.666094806403e-05, { 2, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.258787651721e-04, 1.005243802753e-07, { 2, 0, -2, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.255725458395e-04, 3.354214376402e-07, { 0, 0, 1, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.973937213156e-05, 1.061551496390e-04, { 1, -1, 2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 5.011085568681e-05, -7.571316527249e-05, { 2, 0, 2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.247597281387e-04, -9.345764665056e-07, { 4, -2, -2, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 4.588502993417e-05, 7.976978241029e-05, { 1, -1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.231464728731e-04, 2.455922696742e-06, { 2, 2, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -3.866024431666e-06, -1.217340316056e-04, { 4, 0, 0, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -2.399991424448e-05, -1.014253822515e-04, { 1, -1, -1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.045700673365e-04, 2.072798576456e-05, { 1, -1, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.248168665836e-04, 4.138960768498e-07, { 1, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 1.192627191877e-04, 5.965454353797e-06, { 0, 0, 1, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { 1.042543521909e-04, -2.096541962246e-05, { 0, 0, 0, 0, 0, 15, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.249661930555e-04, -2.529133118370e-07, { 6, 0, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -8.335340829357e-05, 4.185663624605e-05, { 0, 0, 1, 0, 0, -13, 11, 0, 0, 0, 0, 0, 0 } }, + { -5.115035856894e-06, -1.200471053386e-04, { 4, 0, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 5.265533660477e-05, 7.248030396048e-05, { 4, 0, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -1.247242636367e-04, 1.423171413256e-07, { 1, 0, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.157151778231e-04, -9.142631959492e-06, { 2, -2, 0, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -2.718124418833e-05, -9.762441929283e-05, { 4, 0, 0, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -7.640884412804e-05, -4.830459395258e-05, { 1, 0, 0, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -8.920718677068e-05, 3.537918812705e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 2, -2, 0, 0, 0 } }, + { -8.034287899017e-05, 4.422609734082e-05, { 2, 0, 2, 0, -12, 0, 12, 0, -2, 0, 0, 0, 0 } }, + { 3.523573699112e-05, -8.922551756588e-05, { 0, 0, 0, 0, 0, 4, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.231068672332e-04, 1.157680241643e-06, { 4, 0, -3, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { -1.216062237799e-04, -2.648223356756e-06, { 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -8.013830209878e-05, 4.411348452943e-05, { 2, 0, 0, 0, -12, 0, 12, 0, -2, 0, 0, 0, 0 } }, + { 2.704885589272e-05, -9.714727472451e-05, { 4, 0, 0, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -2.961737979918e-06, 1.211826790574e-04, { 2, 0, 0, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { -6.548584082978e-06, 1.175270185202e-04, { 2, 0, -1, 0, 0, 0, 12, -15, 0, 0, 0, 0, 0 } }, + { 3.119055036554e-05, -9.285616627054e-05, { 4, 0, -2, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 7.466290953093e-05, 4.935672875752e-05, { 2, 0, -1, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0 } }, + { -1.204936735463e-04, 3.439949431196e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0 } }, + { -1.142538505916e-04, -9.670386182856e-06, { 1, -1, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.040058483653e-04, -1.972572683728e-05, { 0, 0, 3, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -2.362218120988e-05, 9.999376192154e-05, { 1, -1, -1, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.292622723211e-05, 5.031655624955e-05, { 0, 0, 2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -5.458354126775e-05, -6.864870576557e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -1, 3, 0, 0, 0 } }, + { 7.549805026346e-05, -4.772179210818e-05, { 1, 0, 0, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -1.222857434956e-04, 7.439862332730e-07, { 0, 2, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 1.229362451885e-04, 7.296513089870e-08, { 3, 0, -2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.219934633970e-04, -9.958225895591e-07, { 3, -2, -2, 0, 0, 26, -26, 0, 0, 0, 0, 0, 0 } }, + { -4.249439727223e-05, 8.040809268506e-05, { 0, 0, 0, 0, 0, 3, -6, 4, 0, 0, 0, 0, 0 } }, + { 1.169361424730e-05, 1.111229297276e-04, { 2, 0, -3, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.382862012695e-05, -1.089488744660e-04, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 } }, + { -4.845936941089e-06, 1.179175514036e-04, { 2, 0, 0, 0, 0, 19, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.344011759294e-05, 1.091758363334e-04, { 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.434024230918e-05, 9.825364295684e-05, { 1, -1, 1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.223601914994e-04, -1.193206487776e-07, { 0, 2, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.460596564133e-05, -7.777108072060e-05, { 4, 0, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -8.135074919647e-05, 4.099687679449e-05, { 0, 0, 1, 0, 0, -11, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.220410966592e-04, -2.734601614460e-07, { 0, 2, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.315192061320e-05, 9.894608605951e-05, { 1, 1, 0, 0, 0, -11, 10, 0, 0, 0, 0, 0, 0 } }, + { -5.117918383639e-05, 7.087136704993e-05, { 0, 2, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 9.115121133309e-05, -3.089594018469e-05, { 2, 0, -2, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 5.116310991801e-05, 7.083017920072e-05, { 0, 2, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 4.716860018738e-05, -7.477319068882e-05, { 2, 0, 0, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0 } }, + { 8.183380188344e-05, 3.992177856047e-05, { 2, 0, -1, 0, 0, 8, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.547171064781e-05, 6.626593032048e-05, { 1, 0, 2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.022258024427e-04, 1.947602496908e-05, { 1, -1, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.672190110708e-05, -9.496630595882e-05, { 1, 0, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -1.016138804122e-04, -2.006224594778e-05, { 1, -1, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -2.317217171933e-05, -9.844146305435e-05, { 1, -1, 0, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.211537290005e-04, -4.525760341817e-07, { 2, 2, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -1.201843947002e-04, 1.414397742080e-06, { 0, 0, 0, 0, 0, 3, -5, 0, 0, 2, 0, 0, 0 } }, + { 1.007699792647e-04, -2.076686392005e-05, { 0, 0, 1, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -5.349007878489e-06, 1.161317572674e-04, { 1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -2.555780269980e-05, -9.574233545048e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 2, 0 } }, + { 7.855263014402e-06, -1.134226817266e-04, { 1, 0, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -5.995626362078e-05, -6.118289691464e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { -2.365988375260e-05, -9.729216969247e-05, { 1, -1, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.207805515484e-04, 6.583197451538e-08, { 1, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 4.000232382670e-05, -8.081181621494e-05, { 2, 0, 1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { 2.479639301236e-05, -9.594493225609e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 0, 0, 0, 0 } }, + { 4.637539748927e-06, -1.159991274467e-04, { 2, 0, -1, 0, 0, 17, -18, 0, 0, 0, 0, 0, 0 } }, + { -8.021311838253e-05, 4.034563917049e-05, { 0, 0, 1, 0, 0, -12, 10, 0, 0, 0, 0, 0, 0 } }, + { 2.261742740198e-05, 9.783422874614e-05, { 1, 1, 0, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { 2.070714919407e-05, -9.967043630535e-05, { 1, 1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 5.597531334609e-05, 6.427143095898e-05, { 2, 0, -1, 0, 0, -10, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.246058805208e-05, -7.776971353187e-05, { 0, 0, 2, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { 4.664924919517e-05, 7.337957675073e-05, { 0, 0, 1, 0, 0, 0, 4, 0, -3, 0, 0, 0, 0 } }, + { 1.199999999732e-04, -2.534218073678e-09, { 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.199999999779e-04, 2.303834612491e-09, { 2, -1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.199999999892e-04, -1.612684228770e-09, { 2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.319948744036e-05, -8.674110632919e-05, { 1, -1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.654820114822e-05, 1.031350763775e-04, { 0, 0, 0, 0, 0, 0, 2, 0, -6, 5, 0, 0, 0 } }, + { 3.737943533998e-05, -8.223839179662e-05, { 1, 0, -1, 0, 0, 0, 1, 0, -1, -1, 0, 0, 0 } }, + { -9.443488365708e-05, 2.500581335297e-05, { 2, 0, -2, 0, -4, 15, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.037590904570e-05, 9.898674495019e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 2, -8, 0, 0, 0 } }, + { 2.243532236934e-05, 9.689033703712e-05, { 1, 1, -1, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.193022916343e-04, 1.791908110772e-08, { 2, -2, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.546020442861e-05, -1.038148112649e-04, { 4, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.568153783503e-05, 1.035902341754e-04, { 4, 0, -2, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 1.101896449231e-04, 8.987533713430e-06, { 0, 2, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -9.619711054213e-05, 2.297860522191e-05, { 0, 0, 0, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0 } }, + { 1.061404896541e-04, -1.298099430048e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -3, 2, 0, 0, 0 } }, + { 4.823150891498e-05, -7.081263913467e-05, { 1, 0, 1, 0, 0, 0, -31, 35, 0, 0, 0, 0, 0 } }, + { 4.823150891498e-05, -7.081263913467e-05, { 1, 0, -1, 0, 0, 0, -31, 35, 0, 0, 0, 0, 0 } }, + { -9.520114145703e-05, 2.381492561907e-05, { 1, -1, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -2.315599875286e-05, -9.582367275823e-05, { 2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.394765225022e-05, 1.050092233358e-04, { 2, 0, 0, 0, 0, -3, 5, 0, -1, 0, 0, 0, 0 } }, + { -5.081085777890e-05, -6.812593795462e-05, { 2, 0, -1, 0, 0, 2, -7, 7, 0, 0, 0, 0, 0 } }, + { -1.264641253843e-06, 1.176125857476e-04, { 3, 0, -2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 8.289199873101e-05, -3.565893401497e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -1, 5, 0, 0, 0 } }, + { 7.478607470484e-07, 1.177597338648e-04, { 1, 0, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.198541904628e-05, -9.650789741553e-05, { 2, 0, 2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.473757334622e-05, -9.374557819108e-05, { 2, 0, -1, 0, 0, 18, -19, 0, 0, 0, 0, 0, 0 } }, + { -4.118931614216e-05, -7.722397605583e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -4, 4, 0, 0, 0 } }, + { 2.293136288937e-05, 9.523504163430e-05, { 1, -1, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.022213965507e-05, 8.784055193346e-05, { 1, -1, 0, 0, 0, -3, 6, 0, 0, -2, 0, 0, 0 } }, + { -1.098650237468e-04, 8.013473443117e-06, { 2, 2, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -4.864958596351e-05, -6.921479108318e-05, { 4, 0, -2, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { -7.596794060626e-05, -4.179467352569e-05, { 4, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 1.322690281833e-05, 1.045010551506e-04, { 2, 0, -1, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0 } }, + { 1.011374278582e-04, -1.658170017871e-05, { 1, -1, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.899088021327e-06, -1.147475814314e-04, { 4, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -1.172871980047e-04, -2.721449338481e-07, { 0, 0, 2, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -1.171152421003e-04, -4.106306867300e-07, { 2, -2, 1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 4.017945710723e-05, 7.728803426874e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 4, -5, 0, 0, 0 } }, + { 2.138948173490e-05, -9.597558705270e-05, { 2, -2, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.614753643126e-05, -3.121305849071e-05, { 2, 0, -1, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { 8.599283260091e-05, -3.118653920123e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { -3.478465778926e-06, -1.136424779436e-04, { 2, 0, -1, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { -2.224860075160e-05, -9.480151578090e-05, { 4, 0, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -5.241921695539e-06, 1.117763276566e-04, { 2, 0, 1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -8.188054298735e-05, 3.511677006566e-05, { 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.901294532409e-05, -3.788346514547e-05, { 2, 0, 0, 0, 0, 8, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.053975224458e-05, 1.062331917012e-04, { 0, 0, 2, 0, 0, -16, 16, -7, 8, -6, 0, 0, 0 } }, + { -9.927118718675e-05, 1.739644789083e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -2, 3, 0, 0, 0 } }, + { 6.168069038211e-05, 5.498624575670e-05, { 2, 0, 1, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -7.956140730819e-05, 3.709693782624e-05, { 1, -1, 1, 0, 0, -13, 9, 0, 0, 0, 0, 0, 0 } }, + { -8.316528231141e-05, -3.342670928490e-05, { 2, 0, 2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -8.027656948471e-05, 3.613219142862e-05, { 2, 0, -2, 0, 0, 0, -3, 9, 0, 0, 0, 0, 0 } }, + { -2.290259390021e-05, -9.341832251590e-05, { 0, 0, 1, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { -8.253427637309e-05, 3.350712884445e-05, { 0, 0, 0, 0, 0, 4, -7, 0, 6, 0, 0, 0, 0 } }, + { 8.601775887197e-07, -1.149543194813e-04, { 1, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.113627924915e-05, -7.465620970464e-05, { 0, 0, 2, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { -1.265414392901e-05, 1.031170769376e-04, { 0, 0, 1, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { -1.156559544288e-04, -5.689308358082e-08, { 4, 0, -2, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 9.015143550373e-05, 2.549770583726e-05, { 1, 0, -1, 0, 0, 0, 1, 0, -2, 2, 0, 0, 0 } }, + { -7.580160494779e-05, -3.978001204830e-05, { 2, 0, 1, 0, 0, -26, 28, 0, 0, 0, 0, 0, 0 } }, + { 2.246641655213e-05, -9.311515517610e-05, { 0, 1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 5.283248254575e-05, -6.273833263195e-05, { 2, 0, 0, 0, 0, 0, -33, 40, 3, 0, 0, 0, 0 } }, + { 1.039421036898e-04, -1.161933065657e-05, { 0, 0, 0, 0, 0, 0, 12, -24, 5, 10, 0, 0, 0 } }, + { 3.431919464068e-05, 8.117477094653e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, -1, 2, 0 } }, + { -3.432569101614e-05, 8.116589768969e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 } }, + { 8.202874951267e-05, -3.322532417942e-05, { 2, 0, 2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.143071147730e-04, 9.095421745903e-07, { 2, -2, -1, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { -1.129545640639e-04, -2.228668242941e-06, { 4, 0, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.681667636324e-05, 5.803974952215e-05, { 2, 0, -1, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0 } }, + { 4.871123126929e-05, 6.611099869989e-05, { 2, 2, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.136338866213e-04, 1.071806024558e-06, { 4, 0, -4, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { -4.880822946788e-05, 6.585165289122e-05, { 0, 0, 0, 0, 0, 0, 11, -19, 0, 0, 0, 0, 0 } }, + { 2.512994761156e-06, 1.121408544901e-04, { 2, -2, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.230143205463e-05, 7.230863424483e-05, { 2, 0, 0, 0, 0, 0, 4, -8, 5, -5, 0, 0, 0 } }, + { -2.645824943522e-05, -8.810374637790e-05, { 0, 0, 2, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.124040333268e-05, -9.324497356203e-05, { 1, 1, 0, 0, 0, -21, 20, 0, 0, 0, 0, 0, 0 } }, + { -8.374744720150e-05, 3.072415003720e-05, { 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 6.758987986601e-05, 4.677549059839e-05, { 2, 0, -1, 0, 0, -1, 8, -12, 0, 0, 0, 0, 0 } }, + { 9.635179397083e-05, -1.791011553494e-05, { 1, -1, 1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.870301632159e-05, -6.555230614868e-05, { 2, 0, -1, 0, 0, -2, 7, -7, 0, 0, 0, 0, 0 } }, + { -4.222400362882e-05, 7.202893687608e-05, { 2, 0, 0, 0, 0, 0, -4, 8, -5, 5, 0, 0, 0 } }, + { 4.825232299295e-05, 6.594647468964e-05, { 2, -2, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 7.373515528295e-05, -4.045872616490e-05, { 2, 0, 1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { 8.149835282898e-05, 3.267315080013e-05, { 1, -1, 1, 0, 0, 0, 1, 0, 2, -3, 0, 0, 0 } }, + { 8.149835282898e-05, 3.267315080013e-05, { 1, -1, -1, 0, 0, 0, 1, 0, 2, -3, 0, 0, 0 } }, + { 1.820981437965e-07, -1.138478082720e-04, { 2, 0, 1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { -5.339295219143e-06, 1.086785424659e-04, { 0, 0, 0, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0 } }, + { 7.714405636932e-05, -3.686145890300e-05, { 3, -1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 5.030699301959e-05, 6.361995882223e-05, { 1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -5.654396741042e-05, -5.737450723701e-05, { 2, 0, -3, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -7.620123636328e-05, 3.762391335153e-05, { 2, 0, -1, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { -3.329390132679e-05, 8.049896032532e-05, { 4, 0, -2, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 7.322138296386e-05, 4.048169026888e-05, { 2, 0, 2, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 6.229927802018e-05, -5.135169667224e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { -2.359835737116e-05, -8.990776819593e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 2, -6, 3, 0, 0 } }, + { 2.973530804097e-05, 8.374654580846e-05, { 4, 0, -1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -2.972902579194e-05, 8.372824074758e-05, { 4, 0, -1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -6.706864668075e-05, 4.637420770005e-05, { 2, 0, -1, 0, 0, 1, -8, 12, 0, 0, 0, 0, 0 } }, + { -8.861529562342e-07, 1.125396823960e-04, { 1, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.937863788726e-05, -9.403863943930e-05, { 2, 0, 1, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { -5.196622002680e-05, -6.131611896170e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 3, 0, 0 } }, + { 5.191874957669e-05, -6.126938289487e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, -3, 0, 0 } }, + { -4.712562299327e-06, -1.084426357215e-04, { 2, 0, -3, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.118828931237e-04, -1.181971402947e-06, { 2, 2, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -2.072406432159e-05, -9.227841847842e-05, { 1, 0, 0, 0, 0, 0, -48, 67, 0, 0, 0, 0, 0 } }, + { 1.105785286145e-04, 2.406918492082e-06, { 0, 0, 0, 0, 0, 3, -5, 2, 0, 0, 0, 0, 0 } }, + { 5.502670854605e-05, 5.774612931029e-05, { 1, -1, -1, 0, 0, 23, -23, 0, -1, 0, 0, 0, 0 } }, + { 3.723693293501e-05, 7.545325199807e-05, { 2, 0, 1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 2.152889021018e-05, -9.104134440265e-05, { 1, 1, -1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.159473191405e-05, 9.077405878610e-05, { 1, -1, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.941019100353e-05, 6.291766862332e-05, { 2, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.156748452575e-05, 9.061631207451e-05, { 2, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.321159504794e-05, -5.893221291776e-05, { 2, 0, -1, 0, 0, -11, 7, 0, 0, 0, 0, 0, 0 } }, + { -9.884095089685e-05, 1.329620979337e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 4, 0, 0, 0 } }, + { -1.583902719320e-05, -9.610901306800e-05, { 0, 2, -1, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { -2.556237400662e-05, 8.633307512597e-05, { 2, 0, 0, 0, 0, -23, 26, 0, 0, 0, 0, 0, 0 } }, + { 4.422315945227e-05, -6.763884624523e-05, { 3, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -4.299575379598e-05, 6.874299173956e-05, { 2, 2, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 5.106932379985e-05, -6.064335790354e-05, { 2, 0, -2, 0, 0, 0, -33, 40, 3, 0, 0, 0, 0 } }, + { 8.179038764469e-05, 2.987988458413e-05, { 2, 0, -2, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.088796485129e-04, 2.772492001632e-06, { 2, 2, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 6.686753785318e-05, -4.472853789619e-05, { 2, 0, -1, 0, 0, -23, 26, 0, -1, 0, 0, 0, 0 } }, + { -8.574763465498e-05, -2.582863256161e-05, { 1, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 3.253593535314e-05, -7.902683552656e-05, { 2, 0, -1, 0, 0, -1, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.104905206868e-04, 1.054318937881e-06, { 0, 0, 3, 0, 0, -24, 24, 0, 0, 0, 0, 0, 0 } }, + { 1.995863110896e-05, 9.156659517224e-05, { 1, 0, -2, 0, 0, 37, -46, 0, 0, 0, 0, 0, 0 } }, + { -1.036068422365e-04, 7.880244290286e-06, { 2, 0, 0, 0, 0, 14, -16, 0, 0, 0, 0, 0, 0 } }, + { -7.186110155008e-05, 3.948009544546e-05, { 3, 0, 1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 7.186110155008e-05, 3.948009544546e-05, { 1, 0, 1, 0, 0, 0, 34, -41, 2, 0, 0, 0, 0 } }, + { -7.613464441710e-05, -3.517221915028e-05, { 2, 0, -1, 0, 0, -21, 23, 0, -4, 0, 0, 0, 0 } }, + { 9.028064631128e-05, 2.094840091510e-05, { 1, -1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.763847511042e-05, -6.358566664418e-05, { 1, 1, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -4.056586540580e-05, -7.062681285284e-05, { 4, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -9.344853476448e-05, 1.769500293990e-05, { 1, -1, 1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 7.306979963007e-05, 3.805133234644e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 4, -4, 0, 0, 0 } }, + { 1.035777774296e-04, -7.432531409502e-06, { 3, 0, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 4.270176880978e-05, 6.824245515583e-05, { 2, 2, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.761114289988e-05, -8.299691025890e-05, { 2, 0, -2, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.092919755088e-05, 8.964419032100e-05, { 1, 1, 0, 0, 0, -12, 11, 0, 0, 0, 0, 0, 0 } }, + { -2.123335845305e-05, -8.917002004269e-05, { 1, -1, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.617746294737e-05, 5.420983470190e-05, { 2, -2, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 6.411203922483e-05, 4.617642325870e-05, { 2, 0, -1, 0, 0, 0, 12, -17, 0, 0, 0, 0, 0 } }, + { 8.886023002634e-05, 2.140707416422e-05, { 0, 0, 1, 0, 0, 20, -22, 0, 0, 0, 0, 0, 0 } }, + { 8.514868675504e-05, 2.509421907464e-05, { 4, 0, -1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.169651963772e-05, -8.848197954205e-05, { 1, 1, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.178373776862e-05, 8.834457680959e-05, { 1, 1, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { 8.790404687747e-05, -2.213020942513e-05, { 0, 0, 0, 0, 0, 0, 3, 0, -5, 5, 0, 0, 0 } }, + { 7.242814278088e-05, 3.758523280970e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 2, 0 } }, + { -1.099999999918e-04, 1.343903523992e-09, { 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.099999999996e-04, -2.879793265610e-10, { 4, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.095801352468e-04, 4.173352933825e-07, { 2, 0, -1, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.046127989851e-04, 5.298018822036e-06, { 1, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.101885756402e-05, 8.885306523736e-05, { 1, -1, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -8.696745967483e-05, 2.285512318529e-05, { 4, 0, -1, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { 8.349896827216e-05, -2.627331138542e-05, { 2, 0, 1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.876260556321e-05, 8.094185621091e-05, { 2, 0, -1, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0 } }, + { -7.241061100954e-05, 3.729328107412e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 } }, + { 9.907068777448e-06, 9.978509861672e-05, { 0, 0, 0, 0, 0, 16, -16, 7, -8, 6, 0, 0, 0 } }, + { -9.666245190315e-05, 1.298699871805e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 4, 0, 0, 0 } }, + { 7.689967160606e-05, -3.267275310422e-05, { 4, 0, -3, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.708009382733e-06, 1.048515065598e-04, { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -6.683728644334e-05, -4.265803098035e-05, { 2, 0, 2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -7.300236771605e-05, 3.646063516008e-05, { 6, 0, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 8.663452475814e-05, 2.276233041311e-05, { 0, 0, 1, 0, 0, 19, -21, 3, 0, 0, 0, 0, 0 } }, + { 1.085451006650e-04, 8.050984030195e-07, { 1, 0, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.558450861148e-05, -4.374413977065e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -5, 3, 0, 0, 0 } }, + { -9.624814435533e-05, -1.306247169084e-05, { 2, 0, -2, 0, 0, 0, 2, 0, 0, -4, 0, 0, 0 } }, + { 5.137904547282e-05, -5.791896619086e-05, { 2, 0, 1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -9.377470432099e-05, -1.540569437719e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 4, -7, 0, 0, 0 } }, + { 4.805183444002e-05, -6.108826078482e-05, { 2, 0, -3, 0, 0, 0, 3, -2, -2, 0, 0, 0, 0 } }, + { 2.388597211407e-05, 8.523785517190e-05, { 1, -1, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { -5.858373668226e-05, 5.048096614807e-05, { 2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.589777779603e-05, -9.310775160652e-05, { 2, 0, 0, 0, 0, -13, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.014101765991e-05, 9.883879057279e-05, { 1, -1, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.086798810454e-04, -2.460024556902e-07, { 2, 0, -2, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -6.718401809474e-05, -4.157531088917e-05, { 0, 0, 1, 0, 0, 0, -11, 19, 0, -3, 0, 0, 0 } }, + { -7.627748214846e-05, -3.239729782457e-05, { 4, 0, -1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.057623494817e-05, 6.802774560602e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0 } }, + { -1.016294772537e-04, -6.937781776117e-06, { 2, 0, 0, 0, 0, -3, 4, 0, -1, 0, 0, 0, 0 } }, + { 8.957278136175e-06, 9.959802793425e-05, { 1, 1, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.949055882731e-06, -9.959876705466e-05, { 1, 1, -3, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.947734753868e-06, -9.959888575067e-05, { 3, 1, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.076908280907e-04, -7.846420811512e-07, { 0, 2, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.084186712947e-04, -4.658620681118e-10, { 1, 0, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.906219212171e-05, -5.934164353165e-05, { 4, 0, -2, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -4.066470716760e-05, 6.771242307066e-05, { 0, 0, 0, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0 } }, + { 1.018796269497e-04, -6.482714539166e-06, { 1, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.052643561061e-04, 3.058129089200e-06, { 2, -2, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -9.095020863928e-05, 1.736836361916e-05, { 0, 0, 2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.119620765006e-05, -8.703289808050e-05, { 4, 0, -2, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 1.075358173290e-04, -6.689198155446e-07, { 2, 0, 0, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { -1.080994061458e-04, -1.880908201126e-08, { 2, 2, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.076984926873e-04, 3.507875391884e-07, { 0, 0, 1, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { -5.730343311814e-05, 5.069853283473e-05, { 2, -2, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.075034120550e-04, 4.396311060645e-07, { 2, -2, 0, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -4.056048527260e-05, 6.737609203637e-05, { 0, 0, 1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { -7.323498884304e-05, 3.468726526866e-05, { 0, 0, 1, 0, 0, 0, 10, -17, 0, 0, 0, 0, 0 } }, + { -1.764121911222e-06, 1.061313183820e-04, { 0, 2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.211098449155e-05, 7.574512044344e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { 7.664255502807e-05, 3.119856136573e-05, { 0, 0, 0, 0, 0, 0, 3, -8, 1, 5, 0, 0, 0 } }, + { 3.119758494316e-05, 7.661578692060e-05, { 0, 0, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -2.269974586007e-05, -8.510545208995e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 2, 0 } }, + { -5.942508668901e-06, 1.018131822157e-04, { 0, 0, 0, 0, 0, 6, -6, -8, 6, 0, 0, -1, 0 } }, + { 2.945801227337e-06, -1.047836773806e-04, { 2, 0, 1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 1.053817047199e-04, -2.248008029845e-06, { 4, -4, 1, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { 1.053817047199e-04, -2.248008029845e-06, { 4, -4, -1, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { -7.280853711660e-05, 3.480705330048e-05, { 3, -1, -1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 2.051038141200e-05, 8.700652032548e-05, { 1, 1, -1, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { -6.599386978628e-06, 1.007712900210e-04, { 2, 0, 0, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0 } }, + { -1.036614818320e-04, 3.665131954640e-06, { 4, 0, -3, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.597079395231e-06, -1.057059738102e-04, { 2, 0, -3, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.943696969631e-05, -3.781199578441e-05, { 4, 0, -2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -2.011936255301e-05, 8.706549703108e-05, { 1, -1, -1, 0, 0, 19, -18, 0, 0, 0, 0, 0, 0 } }, + { -6.907256041191e-05, 3.807426055264e-05, { 2, -2, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 4.290702963937e-05, 6.413240387741e-05, { 0, 2, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.049680666039e-04, 2.027847592467e-06, { 4, 0, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -7.190808310392e-05, 3.506034204511e-05, { 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.212254367900e-07, 1.063382563224e-04, { 2, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.061337753271e-04, -7.956453189881e-07, { 4, -2, 0, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 3.599335699534e-05, 7.080287114911e-05, { 0, 0, 0, 0, 0, 0, 10, -14, 0, 0, 0, 0, 0 } }, + { 3.555765525393e-05, 7.111131797250e-05, { 2, 0, -1, 0, 0, 0, -7, 13, 1, 0, 0, 0, 0 } }, + { 6.526847649462e-05, 4.124927269281e-05, { 2, -2, 0, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 1.063561325918e-04, 1.438207892547e-07, { 2, 0, 1, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -4.521999014087e-05, 6.118504506340e-05, { 2, 0, 0, 0, 0, -33, 29, 0, 0, 0, 0, 0, 0 } }, + { -8.297488557608e-05, -2.337468922934e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 2, 0, 0, 0 } }, + { -6.024280489884e-06, -1.003150968218e-04, { 1, -1, 2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.054539083662e-04, -8.753187433492e-07, { 2, 0, -2, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { 4.552354824278e-05, 6.079677186288e-05, { 3, 0, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 3.129865510367e-05, -7.501609064052e-05, { 0, 0, 1, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.026903730563e-04, -3.573429665084e-06, { 2, 0, 1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -6.013106885103e-07, -1.056332334254e-04, { 4, 0, -2, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 6.884722649827e-05, 3.735575283324e-05, { 2, 0, 1, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { 1.773859723340e-05, 8.843874369500e-05, { 1, -1, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.139274359124e-05, 6.476898871890e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -1, 3, 0, 0, 0 } }, + { -1.060907518454e-04, 5.901877868436e-08, { 2, 2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 8.636921228190e-06, -9.750355455295e-05, { 2, -2, 0, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { 3.820804759972e-06, -1.022883020664e-04, { 0, 0, 1, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -6.502591524315e-05, 4.108178955573e-05, { 2, -2, 0, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -3.530459752814e-05, 7.076066552066e-05, { 2, 0, -1, 0, 0, 0, 7, -13, -1, 0, 0, 0, 0 } }, + { -9.779777827728e-05, -8.188046011065e-06, { 1, -1, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.053127432454e-04, 5.820763052028e-07, { 2, 0, 0, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0 } }, + { -8.967077739522e-05, -1.618662782901e-05, { 1, 1, -1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 7.055770513205e-05, 3.524034300119e-05, { 6, 0, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 9.129927792982e-05, 1.442237823574e-05, { 0, 0, 2, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.052453840744e-04, -4.291058715839e-07, { 1, 0, 1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -5.580236880396e-06, -9.996196739982e-05, { 2, -2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 3.541573249925e-06, -1.019377617523e-04, { 2, 0, -2, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.737064156461e-05, -7.795138957834e-05, { 1, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 6.774918695442e-05, -3.755776507927e-05, { 2, 0, 0, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0 } }, + { -7.866752652218e-05, -2.656541260859e-05, { 2, 0, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.272237502738e-05, 7.247874318757e-05, { 0, 2, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -3.290723410719e-05, -7.219185404032e-05, { 1, 0, 0, 0, 0, -23, 21, 8, -3, 0, 0, 0, 0 } }, + { -3.638706795416e-05, -6.866903586165e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0 } }, + { 2.762425066233e-05, -7.729752998029e-05, { 1, -1, 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 4.178059808563e-06, -1.006879278315e-04, { 4, -2, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -8.304962863305e-05, 2.180874846014e-05, { 4, 0, -2, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { 5.166823376032e-05, -5.316790404893e-05, { 0, 0, 1, 0, 0, 0, -10, 15, 0, 0, 0, 0, 0 } }, + { -1.047014881527e-04, 1.096153498875e-07, { 2, 0, -1, 0, 2, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 8.707728751720e-05, -1.770410679916e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 5, -2, 0, 0, 0 } }, + { 1.468285555650e-05, 9.002070664914e-05, { 1, -1, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0 } }, + { 3.424366239483e-05, 7.023709581490e-05, { 0, 2, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -1.954633104948e-05, 8.490536931197e-05, { 1, -1, 0, 0, 0, 17, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.965153999197e-05, 8.477696368635e-05, { 1, 1, 0, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { -2.330939604214e-05, 8.095199092121e-05, { 1, -1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 8.742339606948e-05, -1.682468049948e-05, { 1, 1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 7.310072788252e-05, -3.106671267826e-05, { 2, 0, 1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.010995436650e-04, 3.033282735055e-06, { 4, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -5.102891778555e-06, -9.902354835057e-05, { 2, 0, -2, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 8.868531752804e-05, 1.532691929091e-05, { 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.038582075884e-04, -1.331299638859e-07, { 2, 0, 1, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 6.059513527633e-05, 4.337155544478e-05, { 3, -2, 0, 0, 0, 0, -24, 26, -1, 0, 0, 0, 0 } }, + { 8.311680414703e-05, -2.083978309500e-05, { 1, 1, -1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -8.310383997263e-05, 2.078417590852e-05, { 1, 3, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -5.828351590430e-05, 4.559148918701e-05, { 2, 2, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 3.996768771471e-05, 6.383803680323e-05, { 0, 0, 0, 0, 0, 0, 5, -10, 3, 0, 0, 0, 0 } }, + { 7.042108261680e-05, 3.330347842342e-05, { 2, 0, -1, 0, 0, -7, 11, 0, 0, 0, 0, 0, 0 } }, + { -7.278088478278e-05, -3.092511196579e-05, { 2, 0, 3, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.988963138925e-05, 8.380012178472e-05, { 1, 1, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.997693527678e-05, 8.369929531145e-05, { 1, 1, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 8.851058194310e-05, 1.516113855196e-05, { 2, -2, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.027465671624e-04, 7.876487885509e-07, { 0, 2, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -8.451788040930e-05, 1.891624647995e-05, { 2, 0, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.963694731162e-05, -2.375494738669e-05, { 1, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 3.578203460018e-05, -6.760245680384e-05, { 0, 0, 3, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 2.660561157695e-06, 1.006755476846e-04, { 2, 2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.785073232802e-05, 6.546271747314e-05, { 1, -1, -1, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 } }, + { 1.951604265547e-05, 8.376841157940e-05, { 1, 1, 0, 0, 0, -13, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.070901971257e-05, -8.252142997910e-05, { 4, 0, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 1.915722209926e-05, -8.397508850766e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -2, 2, 0, 0, 0 } }, + { -6.877979107561e-05, -3.432258314940e-05, { 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.477447794520e-05, 3.828787968177e-05, { 2, 0, -1, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0 } }, + { 6.933278440390e-05, 3.371133395587e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -2, 1, 0, 0, 0 } }, + { -1.022503448806e-04, -7.923607866175e-07, { 2, -2, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.867606271721e-05, 8.427623719820e-05, { 2, 0, 2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.672672413735e-05, 7.617123522367e-05, { 2, 0, 0, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0 } }, + { 8.186102560326e-05, -2.098282462083e-05, { 0, 0, 1, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { 7.902477957269e-05, 2.378709729482e-05, { 2, 0, -1, 0, 0, 3, -3, 0, -1, 0, 0, 0, 0 } }, + { 2.631891348041e-05, 7.643630298778e-05, { 0, 0, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { -7.699220362273e-05, -2.576215747535e-05, { 4, -2, -2, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.000996375067e-05, -8.269205042265e-05, { 1, 0, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 6.613511616384e-05, -3.648383900145e-05, { 2, 2, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 3.543269237696e-05, -6.717702523562e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, -3, 0, 0, 0 } }, + { 6.859869467660e-05, 3.398215223089e-05, { 0, 0, 1, 0, 0, 7, -5, 0, 0, 0, 0, 0, 0 } }, + { 6.596743518223e-05, 3.654392002197e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 1, -5, 0, 0, 0 } }, + { -1.747996954541e-05, -8.490269219618e-05, { 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.023075327002e-04, 3.162607134665e-08, { 0, 0, 1, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { -3.693780752337e-05, 6.528574697103e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 3, -3, 0, 0, 0 } }, + { -3.015638089676e-06, -9.920017345685e-05, { 2, 0, 1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -1.021494151742e-04, -3.645634573356e-08, { 6, 0, -3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -6.908772889685e-05, -3.306656778233e-05, { 2, 0, 0, 0, 0, 9, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.578957270477e-06, 9.753995384663e-05, { 2, 0, 1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -7.699307530682e-05, -2.510977415933e-05, { 2, 0, 2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.430064158865e-05, 4.761744274120e-05, { 2, 0, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 7.933129053761e-05, -2.255900351374e-05, { 1, -3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -4.041667213140e-05, 6.146062606116e-05, { 2, -2, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 8.577619067954e-05, 1.600765403950e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { 7.151596716248e-05, 3.024240710979e-05, { 4, 0, -1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -9.003292767050e-05, 1.154389303588e-05, { 1, -1, 1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.449956246383e-05, -6.707383406405e-05, { 0, 0, 3, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 8.047695804155e-05, 2.109171571856e-05, { 0, 0, 0, 0, 0, 19, -21, 3, 0, 0, 0, 0, 0 } }, + { 1.967165887603e-05, 8.188903978054e-05, { 1, -1, 2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.014708556206e-04, 5.795847518786e-08, { 2, 0, -3, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.152449248775e-05, 5.999966362643e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 1.240769485068e-06, 1.002729933840e-04, { 2, 0, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { 3.160175013877e-06, 9.828838209201e-05, { 2, 0, 0, 0, 0, -22, 23, 0, 0, 0, 0, 0, 0 } }, + { 1.013621806742e-04, 5.295330866270e-08, { 2, 0, -2, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 5.879034713653e-05, -4.262265803351e-05, { 2, 0, -1, 0, 0, 0, -5, 10, 0, 0, 0, 0, 0 } }, + { 4.018848078992e-05, 6.108931362780e-05, { 2, -2, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.931231919179e-05, 8.183843241368e-05, { 1, -1, -1, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { -8.411130594526e-05, -1.684786515379e-05, { 1, -1, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { -3.354678137393e-06, 9.759239849310e-05, { 2, 0, 0, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { 2.026187781696e-05, -8.059207553085e-05, { 1, -1, 0, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { 9.270002737806e-05, -8.146022655757e-06, { 2, 0, -1, 0, 0, 14, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.027566651356e-05, 9.052965873070e-05, { 0, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.907744284801e-05, 1.171455715231e-05, { 1, 1, -1, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { 1.887742087383e-05, 8.190127168763e-05, { 1, 1, -2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 1.897962586705e-05, 8.166575662834e-05, { 1, 1, 0, 0, 0, -14, 13, 0, 0, 0, 0, 0, 0 } }, + { -6.448398347892e-05, -3.610538498146e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -2, -5, 0, 0, 0 } }, + { 6.797194897574e-05, 3.260527937214e-05, { 4, 0, 0, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -1.935157849929e-05, 8.121953170827e-05, { 1, 1, -2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 6.142786968217e-05, -3.910416142575e-05, { 0, 0, 2, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 5.244527077105e-05, 4.800339120791e-05, { 2, 0, -2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -4.830058931581e-05, -5.211754252329e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 4, -2, 0, 0, 0 } }, + { -5.842643381441e-06, -9.450837423181e-05, { 2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 7.190888087792e-06, 9.310760447249e-05, { 4, 0, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.545333015198e-05, -5.474441763852e-05, { 1, -1, -1, 0, 0, 0, 26, -22, 0, 0, 0, 0, 0 } }, + { 9.999999998256e-05, 1.867502299525e-09, { 2, -1, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -9.999999998507e-05, 1.727875959388e-09, { 4, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999999296e-05, 1.186823891328e-09, { 2, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999999718e-05, 7.504915783505e-10, { 0, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999999756e-05, 6.981317007921e-10, { 2, -1, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 0.000000000000e+00, 1.000000000000e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -4.666826763707e-05, 5.329345984000e-05, { 1, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -6.201112443196e-05, 3.794159847216e-05, { 1, 0, 0, 0, 0, 0, -23, 20, 0, 0, 0, 0, 0 } }, + { 9.891993021986e-05, -1.031202418407e-06, { 3, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.996374447890e-05, 7.996714773996e-05, { 1, -1, -1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -6.981591983480e-05, 3.011323329199e-05, { 0, 0, 0, 0, 0, 0, 2, -3, -6, 3, 0, 0, 0 } }, + { 7.019024072552e-06, 9.286068797992e-05, { 2, 0, 0, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { -7.006382849426e-05, -2.977004168506e-05, { 4, 0, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 7.006382849426e-05, -2.977004168506e-05, { 4, 0, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.472247401590e-06, -9.633131417929e-05, { 2, 0, -1, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { 7.109036781692e-05, 2.860301013159e-05, { 4, 0, -2, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 4.438672044197e-05, -5.525342211163e-05, { 0, 0, 1, 0, 0, -14, 10, 0, 0, 0, 0, 0, 0 } }, + { 7.163012442111e-05, -2.796411538553e-05, { 0, 0, 2, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 6.076174699073e-05, 3.881987335802e-05, { 4, 0, -2, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -4.680965416286e-05, 5.276848864185e-05, { 2, 2, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.680965416286e-05, 5.276848864185e-05, { 2, -2, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 7.541376404274e-05, -2.415799652837e-05, { 2, 0, 0, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { 8.190821440550e-05, -1.757854329492e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 6, 0, 0, 0 } }, + { -3.576381960643e-06, -9.585409692686e-05, { 0, 2, -1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -3.797137116296e-05, 6.145651550813e-05, { 2, 0, -1, 0, 0, 0, 13, -15, 0, 0, 0, 0, 0 } }, + { -3.909695943194e-05, -6.027540231749e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 2, -2, 0, 0, 0 } }, + { -6.042177622067e-05, 3.860444922746e-05, { 4, 0, -2, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -6.775895225644e-05, 3.118742104983e-05, { 2, 0, 0, 0, 0, 0, 2, -4, 1, 0, 0, 0, 0 } }, + { -7.975483443751e-05, -1.918818818247e-05, { 4, 0, -1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -8.762034152146e-05, 1.123193311702e-05, { 0, 0, 1, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { 3.775629169290e-05, -6.097564762934e-05, { 2, 0, 2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 5.781365282977e-05, -4.090910905753e-05, { 4, 0, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -9.515394233057e-05, 3.487068198690e-06, { 2, 0, 3, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -9.846424019549e-05, 4.174427207453e-08, { 0, 0, 2, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -9.746273881020e-05, -9.641624181760e-07, { 3, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 8.989366621524e-05, -8.505825937738e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -1, -2, 0, 0, 0 } }, + { 9.809230620778e-05, -2.714503376312e-07, { 2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 8.231734392127e-05, -1.589781864836e-05, { 0, 0, 0, 0, 0, 16, -18, 0, 0, 0, 0, 0, 0 } }, + { 8.024676096667e-05, 1.796436120919e-05, { 0, 0, 0, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0 } }, + { 9.601928126513e-05, 2.104492020060e-06, { 2, 0, 2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -6.610039157062e-05, -3.199829024475e-05, { 0, 0, 0, 0, 0, 2, -6, 5, 0, 0, 0, 0, 0 } }, + { 1.878625966736e-05, -7.929757541812e-05, { 1, 0, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -9.669465409832e-05, -1.253497266348e-06, { 1, -2, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -4.486622929281e-05, 5.286761364079e-05, { 1, 0, 0, 0, 0, -21, 25, -7, 8, -6, 0, 0, 0 } }, + { -6.847533213795e-05, 2.924289842600e-05, { 4, 0, -1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -7.866210383631e-05, 1.904224258539e-05, { 1, 1, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.896999370770e-05, -4.872454438703e-05, { 0, 0, 0, 0, 0, 0, 3, -4, 2, 0, 0, 0, 0 } }, + { 2.779393710465e-05, -6.987522008451e-05, { 4, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 3.875132218213e-06, -9.378721807866e-05, { 2, -2, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 3.004048237702e-05, -6.756455455057e-05, { 1, 1, 1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -3.657990810922e-05, -6.100138904962e-05, { 1, 1, -1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 1.150624377540e-06, 9.635931324765e-05, { 2, 2, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -9.432060230427e-05, 3.122252297344e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0 } }, + { -8.238745287696e-05, 1.502873474347e-05, { 1, 0, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -6.191018699829e-05, 3.550078571457e-05, { 2, 0, -1, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0 } }, + { -3.066220720812e-06, 9.423886631866e-05, { 2, 0, -1, 0, 0, -17, 16, 0, 2, 0, 0, 0, 0 } }, + { 9.711011332715e-05, 9.532005496091e-08, { 1, 0, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.942505099703e-05, -3.758545364124e-05, { 0, 0, 2, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 9.558647552700e-05, 1.400275093880e-06, { 1, 0, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -3.067700291491e-06, -9.388409930465e-05, { 2, 0, -1, 0, -1, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.216326438951e-05, 4.749617512332e-06, { 6, 0, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 6.993790790452e-05, 2.688188047172e-05, { 2, 0, 0, 0, 0, 0, 4, 0, -6, 0, 0, 0, 0 } }, + { -4.691545767440e-05, 4.989911791333e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 4, -8, 0, 0, 0 } }, + { -1.898400462872e-05, 7.780059067603e-05, { 1, 1, -1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 3.783850213042e-06, -9.296136579448e-05, { 2, -2, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 9.647928888809e-05, 2.201633688497e-07, { 4, 0, -2, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 3.429244561911e-05, -6.240534272905e-05, { 0, 0, 1, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -1.095431556815e-05, 8.573210866556e-05, { 2, 0, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 6.541555073966e-05, -3.125336758629e-05, { 1, -1, 2, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 5.689915092077e-05, -3.975685400326e-05, { 1, -1, 0, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { -8.411988786521e-05, -1.236435700217e-05, { 2, 0, 1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 9.602658463271e-05, -2.927179162267e-07, { 2, 0, 0, 0, 0, 0, 3, 0, 0, -3, 0, 0, 0 } }, + { 6.582946281147e-06, -8.969837640208e-05, { 2, 0, 0, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { -6.719091184207e-05, -2.904849904629e-05, { 1, 0, 0, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -9.490930939466e-05, 1.251487058479e-06, { 4, 0, -2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -1.846560282677e-05, -7.759701787792e-05, { 0, 1, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.583561333839e-05, -5.015549955422e-05, { 2, 0, -1, 0, 0, -20, 29, -15, 0, 0, 0, 0, 0 } }, + { -6.463414665475e-05, 3.133874769922e-05, { 2, 0, -1, 0, 0, 6, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.833833560414e-05, 7.751706288338e-05, { 1, -1, 1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.062335867364e-07, 9.573443842461e-05, { 2, 0, -1, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0 } }, + { 3.688862929064e-05, -5.892705065174e-05, { 2, 0, 0, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0 } }, + { 2.769603750053e-05, 6.798059843896e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, -4, 0 } }, + { -7.803903830301e-05, -1.760421826554e-05, { 2, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.279737084927e-05, 4.282874634524e-05, { 2, 2, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -8.479309842710e-05, 1.082928134293e-05, { 0, 0, 2, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { -3.852981625318e-05, 5.706008170176e-05, { 0, 2, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.960334062566e-05, -7.588069238854e-05, { 2, 0, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0, 0 } }, + { 5.036853378810e-05, -4.501285844322e-05, { 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.083518014438e-05, -3.445689906371e-05, { 1, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 9.294996011184e-05, -2.311206888989e-06, { 2, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.069788250768e-05, 7.455415076652e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -7, 10, 0, 0, 0 } }, + { 7.497750606460e-05, 2.027395904384e-05, { 2, 0, -1, 0, 0, 0, -5, 0, 5, 0, 0, 0, 0 } }, + { 7.918346476335e-05, 1.603692612427e-05, { 4, 0, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 5.856066078405e-05, 3.649358501750e-05, { 2, 0, -1, 0, 0, 3, -18, 25, -2, 0, 0, 0, 0 } }, + { -5.804456363176e-05, -3.691186110340e-05, { 2, 0, -2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -5.842778334560e-05, 3.641974920254e-05, { 2, 0, -1, 0, 0, -3, 18, -25, 2, 0, 0, 0, 0 } }, + { -9.058789923083e-05, -4.184259760632e-06, { 0, 0, 1, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { -2.824152157092e-05, -6.646158292429e-05, { 2, 0, 0, 0, 0, -8, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.898483017643e-05, 7.566430059929e-05, { 2, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.742509586373e-05, 7.183742885263e-06, { 2, 2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 3.766871730117e-07, -9.416659569635e-05, { 3, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -8.398942931186e-05, 1.053475749317e-05, { 0, 0, 0, 0, 0, 0, 5, -8, 1, 5, 0, 0, 0 } }, + { 1.819670813973e-05, -7.626687447200e-05, { 0, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.347926573169e-05, 3.095214355477e-05, { 2, 0, -1, 0, 0, 9, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.314151875750e-05, 5.114727920503e-05, { 1, 0, 0, 0, 0, -13, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.881793822353e-05, 7.546218632844e-05, { 2, -2, -1, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -8.301592369471e-05, 1.125743646434e-05, { 2, 0, 0, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { 5.900349978104e-05, 3.525601412615e-05, { 1, 1, 0, 0, 0, -12, 7, 0, 0, 0, 0, 0, 0 } }, + { 6.585516942008e-05, 2.830358197740e-05, { 1, -1, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 8.482104821454e-05, 9.332201136326e-06, { 1, -1, 1, 0, 0, -21, 23, -2, 0, 0, 0, 0, 0 } }, + { -1.773053626263e-05, -7.639167795261e-05, { 1, -1, 1, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -7.568679706914e-05, 1.831194715581e-05, { 1, 0, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.523739243070e-05, 5.874354142045e-05, { 1, 1, 1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 6.355234257411e-05, -3.036104524048e-05, { 1, -1, -2, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -3.229564443300e-06, 9.068274940452e-05, { 3, 1, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.610672052451e-05, -5.778048447713e-05, { 4, 0, -2, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 6.992443211205e-05, 2.390434754275e-05, { 4, 0, -2, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { 2.573286205877e-05, -6.806979975973e-05, { 1, 1, -3, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -7.798025189926e-05, -1.581064682123e-05, { 2, 0, 0, 0, 0, -21, 23, 0, 0, 0, 0, 0, 0 } }, + { 3.539186888475e-05, -5.827500984709e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 4, -3, 0, 0, 0 } }, + { 6.747763610530e-05, -2.617031833141e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 3, -2, 0, 0, 0 } }, + { 7.745146510784e-06, -8.583472461504e-05, { 2, -2, 0, 0, 0, 0, 6, -7, -2, 0, 0, 0, 0 } }, + { 4.087417444664e-05, -5.270190925049e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 1, -3, 0, 0, 0 } }, + { -8.007841420428e-05, -1.347255258396e-05, { 1, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -9.034547570462e-05, 3.167542425691e-06, { 2, 0, -1, 0, 0, 0, 6, 0, -6, 0, 0, 0, 0 } }, + { -3.878460698254e-05, 5.465557586475e-05, { 0, 0, 0, 0, 0, 0, 3, -6, 1, 0, 0, 0, 0 } }, + { 1.899979932158e-05, 7.443959454522e-05, { 3, -1, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.932938883907e-05, 5.410280362627e-05, { 2, 0, -2, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 6.373429714113e-05, -2.963476696375e-05, { 2, 0, -2, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -3.788429125056e-06, 8.955417131585e-05, { 4, -2, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -7.531009578232e-05, 1.801351489812e-05, { 2, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -2.871684059655e-05, -6.459152080507e-05, { 1, 1, -1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -1.800632981592e-06, -9.146546087921e-05, { 0, 0, 2, 0, 0, -44, 45, 0, 0, 0, 0, 0, 0 } }, + { 4.473650878870e-05, 4.851384089166e-05, { 2, 0, 1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.679766531017e-05, 2.640938003870e-05, { 0, 0, 0, 0, 0, 0, 7, -14, 0, 0, 0, 0, 0 } }, + { -4.355072116983e-05, -4.962380816616e-05, { 4, 0, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 1.228316144031e-05, 8.088686526531e-05, { 0, 0, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.917060142539e-05, 5.399703827365e-05, { 2, 0, -1, 0, 0, 10, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.304881221288e-05, -1.156411001293e-07, { 0, 0, 2, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -6.213201719366e-05, 3.103175540882e-05, { 6, 0, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.533804393805e-05, -6.777282306641e-05, { 0, 0, 0, 0, 0, 5, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.018450087777e-05, 7.285947356867e-05, { 2, 0, -2, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 4.152529134833e-05, 5.147934184516e-05, { 3, -1, -1, 0, 0, -12, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.458023619762e-05, 7.835030643121e-05, { 1, -1, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 9.268060100494e-05, -2.292340905412e-07, { 0, 2, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.363412771046e-05, -2.916672402806e-05, { 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.775828271670e-05, 7.503953047693e-05, { 1, 1, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.726438650453e-05, 1.552279715970e-05, { 1, 1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 8.633698980894e-06, -8.395620764418e-05, { 2, 0, -2, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 6.509641976312e-05, 2.749312346451e-05, { 2, 0, -1, 0, 0, 2, 1, -8, 0, 0, 0, 0, 0 } }, + { -9.240352888442e-05, 1.820041873916e-07, { 0, 2, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.248379819836e-05, 5.440642125479e-08, { 1, 0, 0, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 7.650119639491e-05, 1.601512827638e-05, { 2, 0, 1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -6.390404335142e-05, 2.857048555695e-05, { 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.422185352500e-05, 6.821421637270e-05, { 4, 0, -2, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -2.421704296795e-05, 6.820358719044e-05, { 4, 0, -2, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -6.507281103029e-05, 2.733454644104e-05, { 2, 0, -1, 0, 0, -2, -1, 8, 0, 0, 0, 0, 0 } }, + { -7.750986551413e-05, 1.486914640790e-05, { 2, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.418079259212e-05, -6.812674104324e-05, { 1, 0, 0, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -4.192245012033e-05, 5.036467641641e-05, { 0, 0, 2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -6.297915271921e-05, -2.929551670037e-05, { 1, -1, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 2.418396425474e-05, -6.808652754259e-05, { 1, 0, 0, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 1.798075679672e-05, -7.427221797578e-05, { 1, -1, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 7.152619128119e-05, -2.072670654671e-05, { 3, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 2.402913453717e-05, -6.820711805373e-05, { 1, -1, 0, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { 9.032794817100e-05, 1.889057724408e-06, { 4, 0, -2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 6.368154378856e-05, 2.853362825868e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 0, 1, 0, 0, 0 } }, + { 3.167133557805e-06, 8.898008337631e-05, { 2, -2, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.820027722931e-05, 6.391293696955e-05, { 1, -1, 0, 0, 0, 0, 1, 0, -1, 5, 0, 0, 0 } }, + { 4.599596357597e-05, 4.609052527208e-05, { 1, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.187962677389e-05, 1.877836782553e-07, { 2, -2, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 3.495262394231e-05, -5.711149701740e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 4, -3, 0, 0, 0 } }, + { -6.355311770379e-05, -2.843293719942e-05, { 1, 1, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -7.188212438291e-05, 2.009565943976e-05, { 2, 0, -2, 0, 0, 0, 10, -15, -3, 0, 0, 0, 0 } }, + { 1.750288947200e-05, 7.444208570196e-05, { 1, 1, -1, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { -8.752522540382e-05, 4.350261302648e-06, { 2, -1, 0, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.982594622494e-05, 6.204789684356e-05, { 2, 0, -1, 0, 0, 0, 13, -17, 0, 0, 0, 0, 0 } }, + { 6.276482085947e-05, 2.906892022638e-05, { 2, 0, 0, 0, 0, 0, -2, 4, -1, 0, 0, 0, 0 } }, + { 9.130620041954e-05, -4.894102272240e-07, { 4, 0, -1, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -9.170459162233e-05, 9.042050241205e-08, { 2, 0, -2, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 7.585128596945e-05, 1.591042689772e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0 } }, + { 6.840736227350e-05, 2.329752409233e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -2, 2, 0, 0, 0 } }, + { 7.982953879805e-05, -1.184002085259e-05, { 0, 0, 0, 0, 0, 3, -5, 0, 0, 4, 0, 0, 0 } }, + { -7.632741069120e-05, 1.521704594105e-05, { 1, -1, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.794816977869e-05, 7.356696099338e-05, { 2, 0, -1, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { 3.094490385681e-05, 6.053798281082e-05, { 3, 0, -2, 0, 0, -22, 25, 0, 2, 0, 0, 0, 0 } }, + { -1.722194845839e-05, -7.425317605659e-05, { 0, 1, 0, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { 7.438317970819e-05, 1.692910445339e-05, { 1, -1, 0, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 6.088238535926e-05, 3.040789909567e-05, { 6, 0, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.749031673525e-05, -7.378292823228e-05, { 1, 1, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 6.638311613720e-05, -2.487401785485e-05, { 0, 0, 3, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.215354397935e-05, 6.910237466216e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { -2.615020864773e-05, 6.493201512105e-05, { 4, 0, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.257871236670e-05, -5.848996687272e-05, { 2, 0, -3, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 8.991449878914e-05, -1.102322068946e-06, { 0, 0, 2, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.739794384601e-05, 7.353182425680e-05, { 1, -1, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.065747188843e-05, -3.023776932054e-05, { 0, 0, 0, 0, 0, 20, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.730355113490e-05, -7.357674923439e-05, { 1, -1, 0, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { -5.260989003033e-05, -3.818682163808e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 5, 0, 0, 0, 0 } }, + { 1.789904923933e-05, 7.280775147958e-05, { 2, -2, 1, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -7.458842423455e-05, 1.600216390272e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -4, 10, 0, 0, 0 } }, + { -8.481027724280e-05, 5.691823394391e-06, { 2, 0, 0, 0, 0, 15, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.573257588122e-06, -8.885851526221e-05, { 3, -2, 1, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.573257588122e-06, -8.885851526221e-05, { 3, -2, -1, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { 2.944520698172e-05, 6.097253458487e-05, { 2, 0, 0, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { 4.051894213421e-05, 4.979079965525e-05, { 0, 0, 1, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { -4.915836136993e-05, 4.102595034686e-05, { 1, 0, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -4.095088418613e-05, -4.923203839946e-05, { 2, -2, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 6.449489546029e-05, -2.564335858462e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 3, -2, 0, 0, 0 } }, + { -7.272369957814e-05, 1.740978745223e-05, { 2, 0, -2, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 8.944647463982e-05, 6.867716185781e-07, { 0, 2, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 8.999993910698e-05, -1.046935515693e-07, { 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.552480458984e-05, 6.455864108948e-05, { 1, -1, 0, 0, 0, 24, -25, 0, 0, 0, 0, 0, 0 } }, + { -6.290342234402e-05, 2.713154697779e-05, { 2, 0, -1, 0, 0, 10, -14, 0, 0, 0, 0, 0, 0 } }, + { 8.999999993365e-05, -3.455751918080e-09, { 2, 1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -8.999999997960e-05, 1.916371518545e-09, { 2, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -8.999999999403e-05, 1.036725575662e-09, { 2, -1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 8.999999999684e-05, -7.539822368688e-10, { 4, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.955471579536e-05, -7.035570224177e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -8.985069082068e-05, 3.983746845002e-08, { 2, -2, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -3.211682034753e-05, -5.773388600211e-05, { 2, 0, -3, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -5.686376545125e-05, 3.297625150928e-05, { 0, 0, 1, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0 } }, + { -8.554431934449e-05, -4.264298031080e-06, { 0, 0, 1, 0, 0, -3, 4, 0, -1, 0, 0, 0, 0 } }, + { 8.694405248958e-05, 2.825560815805e-06, { 0, 0, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0, 0 } }, + { 4.876584839725e-05, -4.100181451348e-05, { 2, 0, -1, 0, 0, -20, 12, 17, 0, 0, 0, 0, 0 } }, + { 2.187445408137e-07, 8.949211221964e-05, { 2, 0, 0, 0, 0, -41, 42, 0, 0, 0, 0, 0, 0 } }, + { 3.829870598968e-05, 5.138376079097e-05, { 1, 0, -2, 0, 0, 13, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.442703657282e-05, -5.525318601153e-05, { 2, -2, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 5.086550416693e-05, -3.881001359607e-05, { 0, 0, 1, 0, 0, 0, 2, 0, 2, -5, 0, 0, 0 } }, + { -5.980306659091e-05, -2.986863779349e-05, { 2, 0, -5, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 8.965444435525e-05, -3.143058579551e-09, { 1, 0, -2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.410284312258e-05, -5.550737430314e-05, { 1, -1, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { 5.515057836932e-05, -3.441371893162e-05, { 0, 0, 1, 0, 0, 0, 11, -19, 0, 3, 0, 0, 0 } }, + { 4.726496955007e-05, 4.227297241296e-05, { 0, 0, 0, 0, 0, 8, -14, 2, 0, -2, 0, 0, 0 } }, + { -6.510901085136e-05, -2.442495256332e-05, { 0, 0, 0, 0, 1, 0, -14, 19, -3, 0, 0, 0, 0 } }, + { 6.121567914612e-05, 2.829617311171e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -1, 2, 0, 0, 0 } }, + { -6.540395668774e-05, -2.408457365626e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -5.980066888496e-05, 2.968121559670e-05, { 0, 0, 1, 0, 0, -20, 18, 0, 0, 0, 0, 0, 0 } }, + { 7.305308426238e-05, 1.640508176481e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 6, -3, 0, 0 } }, + { 5.958151473515e-05, 2.985472419901e-05, { 1, 1, 0, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -1.609236557148e-05, 7.331848828008e-05, { 1, -1, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.523326199087e-05, -7.411940997693e-05, { 3, -3, 0, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { -1.523326199087e-05, -7.411940997693e-05, { 1, 3, 0, 0, 0, -43, 42, 0, 0, 0, 0, 0, 0 } }, + { -6.443932185975e-05, -2.489872884456e-05, { 0, 0, 2, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -5.333031907284e-07, 8.869130564936e-05, { 1, 2, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.188288755294e-05, -4.734118544226e-05, { 1, -1, 1, 0, 0, 0, 1, 0, -1, 4, 0, 0, 0 } }, + { -4.188288755294e-05, -4.734118544226e-05, { 1, -1, -1, 0, 0, 0, 1, 0, -1, 4, 0, 0, 0 } }, + { -1.706010213886e-05, -7.212842305473e-05, { 1, -1, -1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.080878404670e-06, 8.608150413264e-05, { 0, 0, 0, 0, 0, 24, -25, 0, 0, 0, 0, 0, 0 } }, + { -5.207386499591e-05, -3.708631777358e-05, { 2, 0, 0, 0, 0, 0, 7, -12, 0, 0, 0, 0, 0 } }, + { -1.827879362464e-05, -7.087540900007e-05, { 0, 0, 1, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { -7.600173985378e-05, 1.313973310455e-05, { 1, -1, 1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 1.690855957089e-05, -7.220875432100e-05, { 2, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.264809451907e-06, 8.483786072829e-05, { 3, 0, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -8.878591067849e-05, -9.988218803569e-08, { 2, 0, 0, 0, 0, 0, 4, 0, -3, 0, 0, 0, 0 } }, + { 6.034715100326e-05, 2.839729049335e-05, { 2, 0, -1, 0, 0, -6, 10, 0, 0, 0, 0, 0, 0 } }, + { -7.232050116459e-05, 1.634304482685e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 2, -6, 3, 0, 0 } }, + { 8.106695950560e-07, 8.781685923730e-05, { 2, 0, -1, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { 7.020885235536e-05, 1.839681713682e-05, { 5, 0, -4, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -8.772470134734e-05, 7.926193217332e-07, { 2, 0, -1, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { -7.219031545599e-05, 1.630599947720e-05, { 1, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -6.455313929214e-05, 2.387766577549e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -1, -1, 0, 0, 0 } }, + { 7.417616685003e-05, 1.418368527851e-05, { 4, 0, -1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 8.273156694695e-05, -5.598121291890e-06, { 2, 0, 2, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 3.415996858157e-05, 5.412234380001e-05, { 1, -1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 8.171538001543e-05, 6.473678285032e-06, { 1, 1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.895519725325e-05, 9.200834503161e-06, { 0, 0, 1, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { -2.506021981279e-05, -6.304383211456e-05, { 0, 0, 2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 2.705821969955e-05, -6.088319817064e-05, { 0, 2, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.745639984230e-05, 6.036347739195e-05, { 0, 0, 1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { 6.769397196732e-05, 2.005175103693e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -6.414372048841e-05, -2.355869530343e-05, { 2, 0, -1, 0, 0, 3, -7, 0, 0, 0, 0, 0, 0 } }, + { 8.666721907356e-05, 9.952146419191e-07, { 2, 0, -2, 0, 0, 18, -14, 0, 0, 0, 0, 0, 0 } }, + { -8.669716518343e-05, 9.300131827794e-07, { 2, -2, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 1.746643947922e-05, 7.015377855008e-05, { 2, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.993120171021e-05, -5.763127698085e-05, { 2, 0, 1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 4.630570033399e-05, 4.125452139610e-05, { 2, 0, -2, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { 6.118249171312e-05, -2.635275221318e-05, { 1, 0, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 6.090517453914e-05, -2.651205517622e-05, { 0, 0, 2, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -8.729889915558e-05, -1.131707784970e-07, { 2, 0, -3, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -7.451072067972e-05, 1.288158674058e-05, { 1, -1, -1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -5.909348300098e-05, -2.820290274806e-05, { 2, 0, 0, 0, 0, 10, -8, 0, 0, 0, 0, 0, 0 } }, + { -8.438251494643e-05, 2.877576274756e-06, { 2, 0, -1, 0, 0, 26, -30, 0, 0, 0, 0, 0, 0 } }, + { -1.603773679942e-05, -7.106473211950e-05, { 1, -1, 1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -6.655243209759e-05, 2.049612961527e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { 8.558015843743e-05, 1.450156367791e-06, { 2, 0, 1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -3.858226784430e-06, 8.312966330871e-05, { 2, 0, 1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -8.691008136394e-05, -1.250842873772e-08, { 1, 0, 0, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { -7.246365328890e-06, -7.967113774461e-05, { 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.541573807168e-05, 2.146675763174e-05, { 2, 0, -1, 0, 0, 0, 3, -8, 1, 5, 0, 0, 0 } }, + { -3.781119899642e-05, 4.906956127011e-05, { 2, 0, -1, 0, 0, 0, -29, 33, 0, 0, 0, 0, 0 } }, + { -5.621208582881e-05, -3.065156116441e-05, { 0, 0, 0, 0, 0, 0, 3, 0, -6, 0, 0, 0, 0 } }, + { 7.160816151872e-06, 7.967887243203e-05, { 1, 1, 2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -7.159202986350e-06, 7.967901739229e-05, { 3, -1, 1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 7.158118269952e-06, -7.967911484720e-05, { 3, -1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.155448193167e-06, -7.967935467331e-05, { 1, -1, 1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 7.856775950344e-07, 8.604709869900e-05, { 2, 2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.489165335626e-05, -6.183968765785e-05, { 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { 4.491941596599e-05, -4.170597024630e-05, { 0, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.162834229176e-06, -8.342055154741e-05, { 2, 0, 1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 7.279348971449e-05, -1.378157289495e-05, { 0, 0, 1, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { 4.572525715927e-05, 4.082087621834e-05, { 2, 0, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { 7.673143224105e-05, 9.788779872481e-06, { 0, 2, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -3.037693804803e-05, 5.609281854853e-05, { 2, 0, 1, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { -5.032042528238e-05, -3.611159050168e-05, { 0, 0, 0, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0 } }, + { -7.659003583294e-05, 9.814562454955e-06, { 0, 2, 0, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -6.096804877209e-05, -2.541646149546e-05, { 0, 0, 3, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 6.529423185087e-05, 2.108284378622e-05, { 0, 0, 2, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.291395007262e-05, -2.346001069319e-05, { 1, 0, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.318272132076e-05, 5.317030230427e-05, { 2, 2, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 1.638579869928e-05, -6.995181801126e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 0, 2, 0, 0, 0 } }, + { -8.392902092069e-05, 2.407365221864e-06, { 1, 1, -1, 0, 0, 0, -37, 46, 0, 0, 0, 0, 0 } }, + { 1.470492247860e-05, -7.154869645723e-05, { 3, -3, -1, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { -1.470492247860e-05, -7.154869645723e-05, { 1, 3, -1, 0, 0, -43, 42, 0, 0, 0, 0, 0, 0 } }, + { -1.757124712883e-05, 6.867967764637e-05, { 1, 1, 1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 5.835001712288e-05, -2.786791758058e-05, { 1, 1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -5.227810225808e-05, -3.387287231583e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 5, 0, 0, 0, 0 } }, + { -9.777261106396e-06, 7.637024501034e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { 6.261152941538e-05, 2.334166929479e-05, { 4, 0, -1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -8.458939539223e-06, 7.747469971816e-05, { 1, -1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -2.874960272867e-05, -5.714328947623e-05, { 2, 0, 1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 4.514278149651e-05, -4.072113368695e-05, { 1, 1, -2, 0, 0, 0, 1, -1, 3, 0, 0, 0, 0 } }, + { -3.217962494209e-05, 5.368333920938e-05, { 1, 0, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.268218173481e-05, -7.309923185605e-05, { 2, 0, -1, 0, 0, 0, 3, 0, 0, -2, 0, 0, 0 } }, + { 6.175098399854e-05, -2.401373045400e-05, { 2, 0, -1, 0, 0, 0, -3, 9, 0, 0, 0, 0, 0 } }, + { 8.559777066979e-05, 1.579620434166e-07, { 4, -2, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -2.047918700668e-05, 6.523175791321e-05, { 2, 0, 0, 0, 0, -46, 54, -8, 3, 0, 0, 0, 0 } }, + { -3.851754942747e-05, -4.717427904716e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 4, -2, 0, 0, 0 } }, + { -6.475888555487e-05, -2.090354235992e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 5, -5, 0, 0, 0 } }, + { -3.685234434511e-05, 4.866135576754e-05, { 0, 0, 0, 0, 0, 0, 10, -18, 0, 0, 0, 0, 0 } }, + { 6.129203221090e-05, 2.421947626783e-05, { 2, 0, 0, 0, 0, 0, 3, -8, 1, 5, 0, 0, 0 } }, + { -5.295527058130e-05, 3.248419182012e-05, { 0, 0, 0, 0, 0, 0, 2, -4, 0, 4, 0, 0, 0 } }, + { 3.184906362117e-05, 5.356063696374e-05, { 4, 0, -1, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -4.625166008218e-05, 3.901925551568e-05, { 2, 2, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.951300420580e-05, 6.564791052467e-05, { 1, -1, 0, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { 7.744847068884e-05, -7.667466725361e-06, { 2, 0, -1, 0, 0, 0, -8, 14, 0, 0, 0, 0, 0 } }, + { -5.989539543900e-06, 7.911050142508e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { 1.446321929390e-05, -7.054752482326e-05, { 1, -1, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 3.453867954712e-06, 8.153319442266e-05, { 0, 2, -2, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -6.947748410672e-05, -1.546825108850e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 2, -4, 0, 0, 0 } }, + { 8.417365483753e-05, 7.421519872006e-07, { 1, 0, 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 1.599170819080e-05, 6.891454483813e-05, { 1, 1, -1, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { 5.023886555037e-05, -3.465172107062e-05, { 2, 0, 1, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { -1.651518595020e-05, -6.825225225450e-05, { 0, 0, 4, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -7.032377106670e-05, -1.433598159444e-05, { 1, -1, 1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -8.285775587002e-05, 1.743474188055e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0 } }, + { 5.651253853073e-05, -2.808566686202e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -2, -1, 0, 0, 0 } }, + { 4.965412524999e-07, 8.404818323690e-05, { 2, -2, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.501110242300e-07, -8.397007686706e-05, { 4, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.683718527330e-05, 6.764923025588e-05, { 1, 1, 0, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { -3.321824426921e-05, 5.123809878293e-05, { 0, 0, 2, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -3.005124877301e-05, -5.435731934031e-05, { 2, 0, 2, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -6.596281586624e-05, -1.838717471773e-05, { 2, 0, -2, 0, 0, 3, -3, 0, -1, 0, 0, 0, 0 } }, + { -7.401795099116e-05, 1.027804440943e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -7.000296704107e-05, -1.427531073079e-05, { 1, -1, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 3.153805439972e-05, 5.273285731649e-05, { 1, 0, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 6.736341278690e-05, -1.684582739020e-05, { 3, 1, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.605736013156e-05, 6.813298250729e-05, { 1, -1, -1, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { -4.899688543485e-05, 3.512897662315e-05, { 1, 1, -2, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { -6.933057081716e-05, -1.476930853354e-05, { 2, 0, 0, 0, 0, 0, 2, 0, -3, 2, 0, 0, 0 } }, + { -3.992032585039e-05, 4.414387744896e-05, { 2, 0, 1, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { -6.799451994638e-05, 1.604525335455e-05, { 0, 1, 0, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { 5.279178310421e-05, -3.120798855710e-05, { 0, 0, 2, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { -1.656818209889e-05, -6.735017224554e-05, { 2, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.634795086547e-06, 8.227780381100e-05, { 0, 2, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.852490705405e-05, 5.534433809934e-05, { 2, 0, -1, 0, 0, 0, -5, 0, 4, 0, 0, 0, 0 } }, + { -8.308361481880e-05, 7.615324412864e-07, { 1, 0, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 4.728122804295e-05, 3.654038717713e-05, { 1, 0, -1, 0, 0, 0, -10, 20, 3, 0, 0, 0, 0 } }, + { 4.843403133775e-05, 3.537307605575e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -3, 3, 0, 0, 0 } }, + { -1.933099755478e-05, -6.440977587616e-05, { 1, 1, 0, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { 3.519741680933e-05, -4.851723731937e-05, { 2, 0, 2, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.398361061249e-06, 7.929949479314e-05, { 2, 0, -1, 0, 0, 0, 13, -16, 0, 0, 0, 0, 0 } }, + { -7.094263061605e-05, -1.273946387832e-05, { 4, 0, -2, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 1.612465654242e-05, -6.752398519864e-05, { 0, 1, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.727734602134e-05, 2.635377127064e-05, { 1, 1, -2, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.252263487005e-05, -3.106636496045e-05, { 0, 0, 2, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { 5.580390058260e-05, -2.773471675964e-05, { 1, 0, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 4.511652644612e-08, 8.339811710253e-05, { 1, 0, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.144972298478e-05, 6.198201354345e-05, { 2, 0, -1, 0, 2, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.262683218105e-05, 5.074475904378e-05, { 2, 2, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -5.124451994008e-06, 7.818856766789e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, -3, 0, 0 } }, + { 8.134656158705e-05, -1.839445907932e-06, { 0, 2, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 4.187161496957e-05, 4.126653077857e-05, { 1, 0, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 1.856276037973e-05, 6.457091098466e-05, { 1, -1, 0, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { 8.111319733805e-05, -1.985048876432e-06, { 2, 0, -1, 0, -3, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.787976433627e-05, -4.518983104557e-05, { 1, -1, 0, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0 } }, + { 9.472513954257e-06, -7.352243076863e-05, { 1, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -1.983882305241e-05, 6.312734798646e-05, { 4, 0, -1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 5.534755075273e-05, 2.759875311383e-05, { 1, 0, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -8.286796707963e-05, -1.650995560517e-08, { 4, 0, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.422718406719e-05, -6.858090155958e-05, { 2, 0, -1, 0, 0, -8, 11, 0, 0, 0, 0, 0, 0 } }, + { -4.786225567780e-06, -7.795991824669e-05, { 2, 0, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0, 0 } }, + { 7.006988480149e-05, 1.264835377799e-05, { 2, 0, 0, 0, 0, -22, 24, 0, 0, 0, 0, 0, 0 } }, + { 3.237515640315e-05, 5.032158123656e-05, { 2, 2, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.875952588445e-05, 4.391930368388e-05, { 2, 0, 0, 0, 0, 0, -10, 16, -4, -5, 0, 0, 0 } }, + { 4.366118734774e-05, 3.891543203414e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -6, 5, 0, 0, 0 } }, + { -8.185082525244e-05, -6.966483116601e-07, { 3, 0, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 6.376404713044e-05, 1.875491757771e-05, { 1, 0, 0, 0, 0, -26, 30, 0, -1, 0, 0, 0, 0 } }, + { -1.712968004846e-05, 6.538825969477e-05, { 0, 2, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.712789249909e-05, 6.538299725044e-05, { 0, 2, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 2.470733120701e-05, -5.779145898403e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -3, 4, 0, 0, 0 } }, + { -7.447841529275e-05, 8.016930235493e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -1, -2, 0, 0, 0 } }, + { 7.090029064504e-05, -1.158977395726e-05, { 1, -1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.994945342006e-05, -1.250345272045e-05, { 3, -2, -1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.736561987618e-05, -6.507474113294e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0 } }, + { 1.399534174684e-05, -6.815650565718e-05, { 0, 0, 0, 0, 0, 0, 5, -10, 4, 0, 0, 0, 0 } }, + { 6.620738595930e-06, -7.552190664844e-05, { 2, 0, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { -6.714493537062e-05, -1.498258375989e-05, { 1, -1, 0, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { -2.524442912112e-07, -8.180372962157e-05, { 2, 0, 0, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { -5.372970842361e-05, -2.828952238322e-05, { 3, -2, 0, 0, 0, -18, 23, -8, 3, 0, 0, 0, 0 } }, + { -1.674958950508e-06, -8.034242887242e-05, { 4, 0, -2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -3.517203763828e-05, -4.684028599812e-05, { 4, 0, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 6.878706655251e-05, 1.320586108433e-05, { 1, 0, -1, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { -4.565896707943e-06, -7.742485078097e-05, { 2, 0, -3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.467707490383e-05, -2.730857517385e-05, { 1, 0, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.552991353802e-05, -6.638211318849e-05, { 3, -1, 0, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { 7.826018963676e-05, -3.600231069555e-06, { 2, 0, 1, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { 5.468823538730e-05, 2.714965029053e-05, { 0, 0, 1, 0, 0, 8, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.269539545811e-05, 4.912828454820e-05, { 1, 0, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 6.449379704144e-06, -7.537215248807e-05, { 1, -1, 0, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { -5.622022736005e-05, 2.553624702186e-05, { 2, 0, 1, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 1.752058777476e-06, -7.998081201163e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.969105211325e-06, -7.870492943554e-05, { 2, 0, -1, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { -8.107076468395e-05, 5.644288306575e-07, { 4, 0, -3, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 4.990709688053e-05, -3.170793868787e-05, { 2, 0, -1, 0, 0, 0, 4, -9, 0, 0, 0, 0, 0 } }, + { -8.156398656687e-05, -3.421248510286e-08, { 0, 0, 4, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -8.144845950323e-05, -1.282349908577e-07, { 2, 0, -1, 0, 0, 0, 2, 0, 0, 0, 0, -2, 0 } }, + { 3.512717747462e-05, -4.644655479882e-05, { 0, 2, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -4.647640588340e-05, -3.506213225380e-05, { 0, 0, 1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.274917399397e-05, -6.873080784346e-05, { 3, -1, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 7.853974786282e-05, -2.919389192965e-06, { 3, 0, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -8.096145409333e-05, -4.790024648078e-07, { 2, 2, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -3.513833720794e-05, -4.623323207091e-05, { 0, 2, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.131070899933e-05, 6.002031934011e-05, { 2, -2, 0, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -2.130852340428e-05, 6.001271196304e-05, { 2, -2, 0, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -4.622220902127e-07, 8.083318921451e-05, { 1, -2, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.781650350085e-05, -6.347639286604e-05, { 2, 0, 3, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -3.955575252803e-05, -4.171517386703e-05, { 2, 0, 0, 0, 0, -18, 12, 8, -3, 0, 0, 0, 0 } }, + { -3.349714672968e-06, 7.791840816447e-05, { 2, 0, 0, 0, 0, 14, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.780115657693e-05, -6.342792865198e-05, { 2, 0, 3, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 8.109664663462e-05, 6.663679855109e-08, { 4, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.342956611812e-05, -2.772649560548e-05, { 2, 0, 0, 0, 0, -26, 28, 0, 0, 0, 0, 0, 0 } }, + { 8.112112666859e-05, 3.409693536849e-08, { 1, 0, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 8.101263561217e-05, 1.289372965972e-07, { 1, 0, 1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.056369873184e-05, 7.051154929053e-05, { 0, 0, 2, 0, 0, 0, -14, 23, 0, 0, 0, 0, 0 } }, + { -1.183102717811e-05, 6.924344043592e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 6, -5, 0, 0, 0 } }, + { 5.514938249727e-05, -2.586818593215e-05, { 2, 0, 0, 0, 0, -36, 34, 0, 0, 0, 0, 0, 0 } }, + { -7.160687321026e-05, -9.282568144015e-06, { 4, 0, -2, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 3.231554649616e-05, 4.856415936953e-05, { 1, 0, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.521720600804e-05, -6.565783486164e-05, { 3, -1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.253593819500e-05, -2.826473128823e-05, { 2, -2, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 3.144239131799e-05, -4.935473103135e-05, { 2, 0, -2, 0, 0, 0, 8, -12, 2, 0, 0, 0, 0 } }, + { 7.649040646939e-05, -4.275410769294e-06, { 0, 0, 2, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { 1.535115085183e-05, 6.540209840697e-05, { 1, 1, -1, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { -7.337330373480e-05, -7.366813159452e-06, { 1, 0, 0, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -3.929620958736e-05, -4.139521796697e-05, { 2, 0, 1, 0, 0, -18, 12, 8, -3, 0, 0, 0, 0 } }, + { 2.609449988372e-05, -5.455232127138e-05, { 0, 1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -3.641776462938e-05, -4.421403653926e-05, { 0, 0, 4, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 4.590782719880e-05, 3.464456258890e-05, { 1, 1, -4, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -1.591118897847e-05, -6.463389521980e-05, { 1, 1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 4.844488785259e-05, -3.206680484449e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 5, -3, 0, 0, 0 } }, + { -7.643429426479e-05, -4.009749723741e-06, { 4, 0, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -7.015752345045e-05, -1.024581585499e-05, { 1, -1, 0, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { 9.682587490685e-06, -7.067855885036e-05, { 1, 0, 0, 0, 0, -23, 29, -8, 3, 0, 0, 0, 0 } }, + { -8.024658688939e-05, -6.133314233344e-08, { 0, 2, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 5.476356633661e-05, 2.550102473607e-05, { 0, 0, 1, 0, 0, -9, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.954168997673e-06, -7.725229034042e-05, { 2, 0, -2, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 3.903513664544e-05, -4.111653140722e-05, { 2, 0, -1, 0, 0, 18, -12, -8, 3, 0, 0, 0, 0 } }, + { -7.999987208446e-05, -1.430610718785e-07, { 2, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.205848744240e-05, 3.808419540138e-05, { 2, 2, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -1.505876983680e-05, -6.508318987189e-05, { 3, -1, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 6.879474476153e-05, 1.133795053091e-05, { 0, 0, 2, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { -7.999985821411e-05, -1.304388242304e-07, { 3, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.731476706372e-05, 3.276357586046e-05, { 2, 0, 0, 0, 0, 0, -8, 9, 0, 0, 0, 0, 0 } }, + { 9.647752392256e-07, 7.906251623124e-05, { 2, 0, -2, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { 5.593671877495e-05, 2.408994376465e-05, { 2, -2, 0, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -7.999999998303e-05, 1.647590813766e-09, { 2, 1, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 7.999999998757e-05, -1.410226035549e-09, { 2, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 7.999999999453e-05, -9.354964790668e-10, { 2, -1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 7.999999999795e-05, 5.724679946493e-10, { 4, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -7.999999999875e-05, 4.468042885082e-10, { 2, 1, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -7.999999999979e-05, 1.815142422073e-10, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -1.624460754204e-05, 6.373360558447e-05, { 1, 0, -1, 0, 0, 0, 1, 0, -5, 9, 0, 0, 0 } }, + { 7.990094241789e-05, 3.825686301810e-08, { 4, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.344049126263e-05, -2.642930109378e-05, { 1, 0, 0, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.730268473085e-05, 6.256297498425e-05, { 2, 0, 0, 0, 0, -46, 46, 8, -3, 0, 0, 0, 0 } }, + { 2.889034195237e-06, -7.696310418971e-05, { 0, 0, 1, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 5.515126942181e-05, 2.464408124002e-05, { 0, 0, 0, 0, 0, 1, -3, 3, 0, 0, 0, 0, 0 } }, + { -3.765280550599e-05, 4.195324102119e-05, { 1, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0 } }, + { -1.766021826397e-05, -6.193034134112e-05, { 4, 0, -1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 7.727918296913e-05, -2.205487383213e-06, { 2, 0, 0, 0, 0, 0, 6, 0, -6, 0, 0, 0, 0 } }, + { 7.854546168941e-05, -9.120093830213e-07, { 2, 0, 2, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { 7.185843011893e-07, -7.871939849840e-05, { 4, 0, -2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -2.847344843858e-05, 5.094163703633e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 3, -3, 0, 0, 0 } }, + { -1.546838407536e-05, 6.392765808259e-05, { 4, 0, -2, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 6.865469292839e-05, 1.074122433821e-05, { 2, 0, -1, 0, 0, 0, -5, 8, -1, -5, 0, 0, 0 } }, + { 5.849214951466e-05, 2.089208597042e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -5.080614932984e-05, -2.854822776792e-05, { 2, 0, 2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 7.787190177475e-05, 1.468339156057e-06, { 0, 2, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.514931192451e-05, -6.410851913758e-05, { 1, 1, -1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.174176270715e-05, -2.751330124113e-05, { 2, 0, 0, 0, -4, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.913016442994e-05, 4.011636541425e-05, { 0, 0, 0, 0, 0, 0, 1, -4, 2, 0, 0, 0, 0 } }, + { -4.729389877034e-05, 3.182966283046e-05, { 1, 0, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 7.154568158060e-05, 7.564494600010e-06, { 1, -1, 1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -7.499974427336e-05, -4.071200063007e-06, { 0, 0, 2, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 5.143259604781e-05, 2.763731810017e-05, { 2, 0, 0, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { 2.661135431980e-05, 5.243880815850e-05, { 1, 0, 0, 0, 0, 2, -31, 28, 8, -6, 0, 0, 0 } }, + { 6.780662195755e-05, -1.108829516184e-05, { 4, 0, -2, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -4.488817777393e-05, 3.398017021768e-05, { 2, 0, -2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 1.047081260730e-05, 6.839125017010e-05, { 2, 0, 1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 4.915823152496e-05, -2.963853701351e-05, { 4, 0, -1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -2.872174411079e-05, -5.001244190989e-05, { 4, 0, -2, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -1.456581338459e-05, 6.416443736099e-05, { 1, 1, -1, 0, 0, 0, 1, 0, -4, 2, 0, 0, 0 } }, + { 1.708863883093e-05, 6.162192053009e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -7, 10, 0, 0, 0 } }, + { -7.526137014132e-06, 7.118371023699e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -3.379458389628e-05, 4.490467214056e-05, { 1, -1, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -6.975617449185e-05, 8.801499562466e-06, { 0, 0, 1, 0, 0, 0, -4, 0, 5, 0, 0, 0, 0 } }, + { 6.454461882867e-05, -1.401093943982e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 6, 0, 0, 0 } }, + { -5.430298920585e-05, 2.422810721533e-05, { 0, 0, 0, 0, 5, -14, 2, 0, 0, 0, 0, 0, 0 } }, + { 4.539031733834e-05, -3.313893848000e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -5, 0, 0, 0, 0 } }, + { -5.899749596387e-05, -1.952592786749e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -2, -5, 0, 0, 0 } }, + { 5.232481825767e-05, -2.614152187596e-05, { 2, 0, -3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.939380617473e-05, -4.906685494662e-05, { 2, -2, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -5.230773855516e-05, -2.613269190658e-05, { 1, 0, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.854024328717e-05, 4.983847822202e-05, { 2, -2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -7.831917009952e-05, -2.657588996584e-08, { 2, -2, -1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -5.462860301118e-05, 2.371618420408e-05, { 2, -2, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -5.198149249789e-05, 2.636035169922e-05, { 1, -1, -1, 0, 0, 15, -10, 0, 0, 0, 0, 0, 0 } }, + { 6.767140202976e-05, -1.067029996851e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -3, 2, 0, 0, 0 } }, + { -4.474495644534e-05, -3.359115112713e-05, { 0, 0, 1, 0, -5, 0, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.568898638863e-05, 6.256330014587e-05, { 1, -1, 1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -2.444719248847e-06, -7.578732175648e-05, { 4, 0, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.765958923454e-05, -2.056738958609e-05, { 4, 0, -1, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 2.846388757588e-06, -7.534459677640e-05, { 2, 0, -2, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { 6.616695932346e-05, 1.197625580220e-05, { 4, 0, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -5.233652846952e-05, 2.580057658916e-05, { 4, 0, 0, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -8.619536926671e-06, -6.951416204838e-05, { 1, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.584038467829e-05, -1.222785031238e-05, { 0, 0, 0, 0, 0, 17, -19, 0, 0, 0, 0, 0, 0 } }, + { 2.960892499077e-06, -7.509480387779e-05, { 2, 0, -1, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { -1.340590044683e-05, -6.458657277841e-05, { 2, 0, 1, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { -4.550888021451e-05, -3.244153447581e-05, { 1, 0, 0, 0, 0, -29, 38, -7, 8, -6, 0, 0, 0 } }, + { 5.087317876635e-05, -2.704791734734e-05, { 2, 0, -2, 0, -4, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.190093957304e-05, -2.599681786973e-05, { 1, 1, -1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 7.773383416747e-05, -1.570002944761e-07, { 2, 0, 1, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { 7.731750445646e-05, -5.609670140943e-07, { 2, 0, 0, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 2.376807401441e-05, -5.410284645986e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -1, -1, 0, 0, 0 } }, + { 1.334422775335e-05, -6.451348483432e-05, { 2, 0, 1, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -1.639047156544e-05, -6.139597895189e-05, { 3, -1, -2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 2.478873211984e-05, -5.298402230080e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -4, 4, 0, 0, 0 } }, + { 2.435175135720e-05, -5.339147819310e-05, { 1, -1, 1, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { 7.508779317023e-05, -2.629422118762e-06, { 2, 2, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 3.207372728528e-05, 4.558700441642e-05, { 1, 0, 0, 0, 0, -23, 33, -16, 4, 5, 0, 0, 0 } }, + { 2.505702463006e-05, 5.255980780288e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -3, 4, 0, 0, 0 } }, + { 6.547245650798e-05, -1.211091650319e-05, { 1, 1, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.320467715233e-05, 4.437535210874e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -4.817921911637e-06, 7.268505302009e-05, { 2, -2, -1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { -3.286577100346e-05, -4.453784335175e-05, { 2, 0, 0, 0, 0, 2, -7, 7, 0, 0, 0, 0, 0 } }, + { -2.874454764042e-05, 4.865269203279e-05, { 1, 1, 0, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { 6.725907941984e-05, 1.012284914810e-05, { 0, 0, 0, 0, 0, 0, 10, -16, 0, 0, 0, 0, 0 } }, + { -2.846351576987e-05, -4.890992179512e-05, { 1, -1, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 1.167922659711e-05, -6.567809242391e-05, { 2, 0, 1, 0, 0, -10, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.157895230153e-05, 2.576125452373e-05, { 0, 4, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 5.157895230153e-05, 2.576125452373e-05, { 0, 4, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 7.712625692595e-05, 8.747777896975e-08, { 2, 2, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.753837722069e-05, -3.956169377064e-05, { 2, 0, -2, 0, 0, 18, -12, -8, 3, 0, 0, 0, 0 } }, + { 3.430066565624e-05, -4.276735804286e-05, { 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { -5.833296846000e-06, -7.116477374510e-05, { 2, 0, -2, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.178722757349e-05, -5.519354423509e-05, { 1, 1, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 5.049138713082e-05, 2.642041681537e-05, { 0, 0, 0, 0, 0, 15, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.821554037749e-05, -5.869031033743e-05, { 4, 0, -3, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.672025567844e-05, 6.017039214615e-05, { 0, 0, 0, 0, 0, 0, 2, -6, 3, 0, 0, 0, 0 } }, + { -1.311090049239e-05, 6.376703296610e-05, { 4, 0, -3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.819671852098e-05, -5.863286132261e-05, { 4, 0, -3, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 6.900318692397e-05, 7.738638053668e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 1, 2, 0, 0, 0 } }, + { 4.806047608938e-05, -2.867145477114e-05, { 2, 0, -1, 0, 0, 0, 6, -11, -3, 3, 0, 0, 0 } }, + { 6.036103216165e-05, 1.632843268109e-05, { 2, 0, 1, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { -7.970396179243e-06, 6.870650486289e-05, { 1, 0, 0, 0, 0, 0, -30, 33, 0, 0, 0, 0, 0 } }, + { 7.557082634756e-05, 1.092343682761e-06, { 2, -2, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 1.929106471811e-05, 5.736429607342e-05, { 0, 0, 0, 0, 0, 12, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.212418834030e-05, 6.452194938717e-05, { 0, 0, 0, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0 } }, + { 5.673210874958e-05, 1.990512349675e-05, { 2, 0, 1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -7.561447383352e-05, 1.009085722388e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -5, 6, 0, 0, 0 } }, + { 2.915612423851e-05, -4.742573750798e-05, { 4, 0, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 5.101171153432e-05, -2.547790387074e-05, { 0, 2, 4, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 6.902242866453e-05, 7.400942088314e-06, { 2, 0, -1, 0, 0, 0, 12, -18, 0, 0, 0, 0, 0 } }, + { 2.281794904614e-06, 7.411850884567e-05, { 1, 0, 0, 0, 0, -22, 23, 0, 0, 0, 0, 0, 0 } }, + { -4.782247198412e-05, -2.849993141468e-05, { 2, 0, -1, 0, 0, 0, -6, 11, 3, -3, 0, 0, 0 } }, + { -7.618187794050e-05, -2.383470187334e-08, { 6, 0, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.426210313150e-05, 4.193624415299e-05, { 1, 1, -1, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.615473501505e-05, 4.076537180737e-08, { 2, -2, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -7.187068843216e-05, 4.214131706171e-06, { 6, 0, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.158781669592e-05, -6.443608728290e-05, { 1, -1, 0, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -1.436064037540e-05, -6.165859837197e-05, { 2, -2, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 6.238775896061e-05, -1.362890154040e-05, { 0, 1, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -6.263815881484e-06, 6.971918394963e-05, { 5, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.263316981306e-06, 6.971922877078e-05, { 5, -1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.262988437111e-06, 6.971925828519e-05, { 3, -1, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.447481503361e-05, 5.149251320526e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0 } }, + { 1.372453655653e-05, 6.221882562338e-05, { 3, 0, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -7.290998906372e-05, 2.915019642292e-06, { 0, 0, 0, 0, 0, 0, 3, 0, -1, -5, 0, 0, 0 } }, + { 7.423827126807e-05, 1.570841401710e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 2, 0, 0 } }, + { -7.002783398652e-05, 5.712870611315e-06, { 2, -2, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.896214893437e-05, 1.677467737224e-05, { 2, 0, -1, 0, 0, 8, -9, -8, 3, 0, 0, 0, 0 } }, + { -3.548139440435e-05, 4.024929762975e-05, { 2, 0, -1, 0, 0, 0, -10, 16, -4, -5, 0, 0, 0 } }, + { -7.561130750852e-05, -1.343004695132e-08, { 4, 0, -2, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.199000703376e-05, 6.363312359847e-05, { 2, -2, 0, 0, 4, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.317947455443e-05, -6.244005558653e-05, { 2, 0, -2, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 8.009563248405e-06, 6.752663221901e-05, { 0, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0, 0 } }, + { 3.189369644494e-06, -7.231779647635e-05, { 4, 0, -2, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -7.457614526056e-05, 8.935318647465e-07, { 1, 0, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -2.801539833038e-05, 4.744352064723e-05, { 1, 1, -1, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.552162524931e-05, -5.983481858843e-05, { 0, 0, 4, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -7.293003681085e-05, -2.382817405248e-06, { 2, 0, 1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -1.447684484876e-05, 6.082646657374e-05, { 3, -1, -1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.548240859075e-05, -5.970065138480e-05, { 0, 0, 4, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 2.567933996136e-06, -7.256445921158e-05, { 2, 0, -2, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.407458029837e-05, -6.103045916548e-05, { 2, 1, -1, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { 7.361653195743e-05, 1.482226048819e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 0, 2, 0, 0 } }, + { 3.236513123512e-06, -7.184804063920e-05, { 2, 0, -1, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.588820828041e-05, 5.918289334840e-05, { 3, -1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -4.688853333329e-06, 7.024781632090e-05, { 2, -2, 1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { 3.276773692348e-05, -4.213193166701e-05, { 2, -2, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -3.611743155584e-05, -3.872514963778e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 4, -2, 0, 0, 0 } }, + { 6.116938291094e-05, -1.366347524748e-05, { 2, 2, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.908252100300e-05, 4.574632162418e-05, { 2, 0, -1, 0, 0, 0, 8, -12, 2, 0, 0, 0, 0 } }, + { 7.434933093282e-05, 4.754231883723e-07, { 0, 2, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 2.433816542835e-05, 5.032693590565e-05, { 1, -1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.199251889908e-06, 7.145919912242e-05, { 0, 0, 0, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0 } }, + { 4.233960230582e-06, -7.041695255266e-05, { 2, 0, 0, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0 } }, + { -5.626097502613e-07, 7.397954056581e-05, { 1, 0, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.745150112019e-05, -2.708590216198e-05, { 1, 1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.535987675436e-05, 1.915809674551e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 10, 0, 0, 0 } }, + { 2.743540472719e-05, 4.703870025945e-05, { 4, 0, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.114527231041e-05, -4.331747119691e-05, { 0, 0, 2, 0, 0, -36, 32, 0, 0, 0, 0, 0, 0 } }, + { 4.430452141448e-05, 3.011231682097e-05, { 2, 0, 0, 0, 0, -1, 8, -12, 0, 0, 0, 0, 0 } }, + { 5.513234121421e-05, -1.926001050718e-05, { 4, 0, -2, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 3.922579788097e-06, -7.038333201950e-05, { 0, 0, 2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -5.672930710513e-05, 1.757563946412e-05, { 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -2.394534956662e-05, 5.035278684544e-05, { 2, 0, 0, 0, 0, 0, -4, 0, 1, 0, 0, 0, 0 } }, + { 5.342928915716e-06, -6.892889831675e-05, { 2, 0, 0, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { -4.672747371061e-05, 2.754092258134e-05, { 0, 0, 0, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0 } }, + { -2.370093474038e-05, -5.054265250599e-05, { 2, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.165311154614e-06, 7.304321219035e-05, { 2, 2, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 5.677653352394e-05, 1.742756280632e-05, { 3, 0, -2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 6.921859102048e-05, 4.870467092034e-06, { 0, 0, 1, 0, 0, -8, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.881203230240e-05, 5.525736296786e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 6, 0, 0, 0 } }, + { -1.875619906412e-05, 5.526565415779e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -6, 0, 0, 0 } }, + { -3.037815512024e-05, -4.360090109983e-05, { 0, 0, 0, 0, 0, 0, 8, -17, 0, 0, 0, 0, 0 } }, + { 3.340272653764e-05, -4.055337450974e-05, { 2, 2, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -7.386940200012e-07, 7.315219748546e-05, { 1, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 4.097385208788e-05, 3.290174150741e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 0, 0, 0, 0 } }, + { 1.943730352658e-05, -5.437749972684e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 2, -4, 0, 0, 0 } }, + { 5.191738426842e-05, 2.186466320845e-05, { 3, -2, 0, 0, 0, -16, 19, -7, 8, -6, 0, 0, 0 } }, + { 1.799773437846e-05, -5.571691575609e-05, { 2, 0, -2, 0, 0, 0, 5, -6, 0, -1, 0, 0, 0 } }, + { -2.707171976728e-05, 4.663101879986e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 3, -3, 0, 0, 0 } }, + { 3.125493483190e-05, -4.242616488047e-05, { 2, 0, 0, 0, 0, -2, 7, -7, 0, 0, 0, 0, 0 } }, + { -7.064215969236e-05, 3.036817992847e-06, { 0, 0, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { -4.909740755532e-05, -2.452236331954e-05, { 0, 2, 2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -4.383492428158e-05, 2.978184893427e-05, { 2, 0, 0, 0, 0, 1, -8, 12, 0, 0, 0, 0, 0 } }, + { -2.881159893234e-06, 7.071424399033e-05, { 2, -4, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -7.352003151430e-05, 5.124738040001e-08, { 1, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.154887445831e-05, -1.202238716009e-05, { 4, 0, -2, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 7.335836133961e-05, 1.615155295602e-07, { 4, 2, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -7.264186600541e-05, 8.747891262938e-07, { 6, 0, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 7.328135497295e-05, 1.471118092246e-07, { 0, 0, 2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 6.403171626090e-05, -9.346059339852e-06, { 0, 0, 0, 0, 0, 22, -24, 0, 0, 0, 0, 0, 0 } }, + { -6.067620452418e-06, 6.728141723312e-05, { 1, -1, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 2.402347275717e-05, -4.929529400898e-05, { 2, 0, -2, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { 7.288113396469e-05, 4.303971157061e-07, { 0, 2, -1, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { 2.778728802274e-05, -4.552092910626e-05, { 2, 0, 1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 7.237184969708e-05, -9.157357586780e-07, { 2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.836506663662e-05, 4.489802042513e-05, { 4, 0, -1, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { -6.125007283572e-05, -1.193643717878e-05, { 1, -1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 4.686649008578e-05, -2.631059190452e-05, { 2, 0, 0, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0 } }, + { -4.947251685142e-05, -2.369003283444e-05, { 2, 0, 0, 0, 0, 11, -9, 0, 0, 0, 0, 0, 0 } }, + { 7.297674753058e-05, 1.745314471020e-07, { 0, 0, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0 } }, + { 2.192097972357e-05, 5.122194959277e-05, { 1, -3, 0, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { 7.271096170592e-05, -4.296965270263e-07, { 2, 0, 0, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { 1.820358127127e-05, 5.488148744802e-05, { 2, 0, 0, 0, 0, 0, -8, 10, 0, 0, 0, 0, 0 } }, + { 4.912667513347e-05, 2.392786933977e-05, { 2, 0, -1, 0, 0, 10, -8, 0, 0, 0, 0, 0, 0 } }, + { 8.042501968520e-06, -6.500825188382e-05, { 0, 0, 1, 0, 0, 0, -26, 24, 0, 0, 0, 0, 0 } }, + { -6.192970184323e-05, -1.111189706012e-05, { 2, 0, -2, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -6.890619826036e-05, 4.100711438879e-06, { 2, 0, 0, 0, 0, 16, -18, 0, 0, 0, 0, 0, 0 } }, + { -7.292717321552e-05, -5.889091910191e-08, { 3, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 6.760682824350e-05, -5.357967002301e-06, { 2, 0, -1, 0, 0, 15, -17, 0, 0, 0, 0, 0, 0 } }, + { -5.550738176745e-05, -1.743432872386e-05, { 2, 0, -1, 0, 0, 0, -3, 0, 5, -5, 0, 0, 0 } }, + { 4.260018086277e-05, 3.030071529407e-05, { 2, 0, -1, 0, 0, 0, 13, -18, 0, 0, 0, 0, 0 } }, + { 2.805470568638e-05, -4.483117371186e-05, { 2, 0, 0, 0, 0, 0, 13, -15, 0, 0, 0, 0, 0 } }, + { 1.383022549452e-05, 5.903564332499e-05, { 1, 1, -1, 0, 0, -11, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.369244320801e-05, -5.915969376539e-05, { 1, 1, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 6.536881665579e-05, 7.458145331021e-06, { 0, 0, 1, 0, 0, 0, -9, 19, 0, -3, 0, 0, 0 } }, + { -3.938273234456e-05, -3.340690247582e-05, { 2, 0, 0, 0, 0, 0, -5, 0, 3, 0, 0, 0, 0 } }, + { 5.133359761835e-05, 2.145157856092e-05, { 4, 0, -2, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -2.979001193538e-05, 4.299401438028e-05, { 0, 0, 2, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { -3.756984731243e-05, 3.520956875396e-05, { 1, -1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 4.715874979038e-05, -2.559694491539e-05, { 2, 0, -1, 0, 0, 0, 9, -16, 4, 5, 0, 0, 0 } }, + { 2.284736320869e-06, -7.046843221953e-05, { 2, 0, 2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -7.227950910928e-05, -4.462366021938e-07, { 0, 0, 2, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 7.268435493335e-05, 1.675980692894e-08, { 0, 0, 0, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 4.537911270847e-05, 2.728459684804e-05, { 2, 0, -1, 0, 0, 0, 9, -8, 0, 0, 0, 0, 0 } }, + { 6.638824236802e-05, 6.223815602556e-06, { 2, 0, 0, 0, 0, 0, -5, 8, -1, -5, 0, 0, 0 } }, + { 4.685919550656e-05, 2.572798942296e-05, { 1, -1, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.133406583921e-05, 5.123186241512e-05, { 2, -2, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 1.469735589643e-05, 5.786437300267e-05, { 1, -1, -1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -3.200072867650e-06, 6.926493662249e-05, { 2, 0, 1, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { 3.233541863912e-05, 4.010343189749e-05, { 0, 0, 0, 0, 0, 15, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.859996121110e-05, 5.381682951914e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { -7.408102909005e-06, -6.499434716714e-05, { 1, 0, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.602061209798e-05, 5.635781134880e-05, { 0, 0, 0, 0, 0, 3, -3, -4, 3, 0, 0, 0, 0 } }, + { -6.938613730372e-05, -2.780941794374e-06, { 0, 0, 1, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.652850580563e-05, 5.562636754821e-05, { 2, 0, -1, 0, 0, 3, 1, -8, 3, 0, 0, 0, 0 } }, + { 2.949731852517e-05, 4.264983304031e-05, { 0, 0, 2, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { -3.810267755880e-05, -3.378911509669e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 1, 5, 0, 0, 0 } }, + { 5.221568345793e-05, -1.963903343890e-05, { 4, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 1.163717331824e-05, -6.018663923851e-05, { 3, -1, -3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.732087659494e-06, -6.908864815779e-05, { 0, 0, 2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.430063264408e-05, -5.751276887749e-05, { 0, 0, 1, 0, 0, 0, -9, 12, 0, 0, 0, 0, 0 } }, + { 4.952728329332e-05, 2.226454031371e-05, { 1, -1, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 1.719928019326e-05, -5.458017007333e-05, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.371986194524e-05, 5.805305131152e-05, { 1, -1, 1, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.728855292762e-05, 5.446902604814e-05, { 0, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 6.448739120727e-05, -7.249764342867e-06, { 1, -1, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -3.383166072012e-05, 3.789962042238e-05, { 2, 0, 0, 0, 0, 0, -8, 11, 0, 0, 0, 0, 0 } }, + { 1.353712604928e-05, 5.819221845044e-05, { 1, 1, -1, 0, 0, -14, 13, 0, 0, 0, 0, 0, 0 } }, + { -6.124785899090e-05, -1.041794378420e-05, { 1, 0, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.864115211543e-05, 2.301642194198e-05, { 2, 0, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0, 0 } }, + { -4.098297337966e-05, -3.067219291424e-05, { 3, 0, -2, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 6.566651048857e-06, 6.508472223586e-05, { 1, 0, 0, 0, 0, -21, 26, -8, 0, 0, 0, 0, 0 } }, + { 3.244559432748e-05, 3.916933467909e-05, { 0, 1, 0, 0, 0, -17, 14, 0, 0, 0, 0, 0, 0 } }, + { 5.917242131275e-05, -1.243451832652e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 6, 0, 0, 0 } }, + { 4.960706784126e-05, -2.194579778483e-05, { 1, -1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { 5.567853290102e-05, 1.583430419320e-05, { 2, 0, -1, 0, 0, -8, 9, 8, -3, 0, 0, 0, 0 } }, + { 4.453385789132e-05, -2.695054628285e-05, { 2, 0, 0, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { 3.893199139999e-05, -3.254714612724e-05, { 2, 0, 0, 0, 0, 0, 4, -9, 0, 0, 0, 0, 0 } }, + { -1.361596321947e-05, 5.785898327663e-05, { 1, -1, -1, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { 7.100441381592e-05, -4.653952855093e-07, { 3, 0, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.204000864536e-06, -6.923418298237e-05, { 2, 0, -1, 0, 0, -17, 18, 0, 0, 0, 0, 0, 0 } }, + { -6.622877300106e-05, 5.209285748911e-06, { 1, -1, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -5.713340559292e-05, -1.428920568297e-05, { 1, -1, 2, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { 3.187902042395e-05, 3.951767277690e-05, { 1, 0, 0, 0, 0, 0, -27, 27, 3, 0, 0, 0, 0 } }, + { 5.661948962639e-05, 1.475114140521e-05, { 1, 0, -3, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 8.373198507574e-06, 6.299592500782e-05, { 2, 0, 0, 0, 0, -14, 11, 0, 0, 0, 0, 0, 0 } }, + { -5.383236843451e-05, 1.740775955803e-05, { 3, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -4.754688036335e-05, 2.368811301912e-05, { 1, 0, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -7.094994030824e-05, -2.472834330121e-07, { 1, 0, 0, 0, 0, 0, -33, 39, 0, 0, 0, 0, 0 } }, + { 6.509300007701e-05, -6.098601461228e-06, { 1, 0, 0, 0, 0, -2, -31, 42, -8, 6, 0, 0, 0 } }, + { 1.621603494627e-05, 5.496090745898e-05, { 2, 0, -1, 0, 0, 3, -7, 8, -3, 0, 0, 0, 0 } }, + { -4.078617053330e-05, 3.036992693487e-05, { 2, 0, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0, 0 } }, + { -6.398413016792e-07, -7.045682065260e-05, { 0, 2, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.407723466234e-05, 5.698061553440e-05, { 1, 1, -1, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { 7.772680778896e-06, -6.321930611107e-05, { 2, 0, -1, 0, 0, 21, -22, 0, 0, 0, 0, 0, 0 } }, + { 3.154110553397e-05, -3.940525367937e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -4, 2, 0, 0, 0 } }, + { -4.577203385446e-05, -2.517215738799e-05, { 0, 0, 3, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -7.093813017137e-05, -5.639888229054e-09, { 1, 0, 0, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -5.640687261008e-05, -1.448718355422e-05, { 1, -1, -1, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { -3.329594894558e-05, -3.755875481325e-05, { 0, 0, 2, 0, 0, 12, -8, 0, 0, 0, 0, 0, 0 } }, + { -5.018090334275e-05, 2.057137357486e-05, { 1, -1, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -5.880642465310e-05, 1.190816608548e-05, { 2, 0, -2, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.176956759088e-06, -6.648596330912e-05, { 4, 0, -2, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.302855849468e-06, -6.827130241275e-05, { 1, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.644407435663e-05, 5.408257677431e-05, { 0, 0, 2, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 7.003036094122e-05, 4.725315129933e-07, { 3, 0, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -5.848729201019e-05, -1.199859888774e-05, { 1, -1, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 6.237464036504e-07, 6.981522604304e-05, { 3, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.219665799185e-05, -4.823496819533e-05, { 2, -2, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 1.323426916399e-05, -5.717074270008e-05, { 1, 1, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.937375029700e-05, 4.091838966221e-05, { 0, 0, 1, 0, 0, -26, 29, 0, -2, 5, 0, 0, 0 } }, + { -4.268249533027e-05, 2.758146707192e-05, { 0, 0, 0, 0, 2, -7, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.658735352332e-05, 5.355145530180e-05, { 0, 0, 0, 0, 0, 0, 6, -10, 3, 0, 0, 0, 0 } }, + { -5.699482035355e-05, -1.313241046200e-05, { 0, 0, 0, 0, 0, 3, -5, 0, 1, 1, 0, 0, 0 } }, + { 2.201736200765e-05, 4.810503801697e-05, { 0, 0, 0, 0, 0, 0, 11, -15, 0, 0, 0, 0, 0 } }, + { -6.449443682715e-05, 5.600514959079e-06, { 1, 0, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.936128322838e-05, 2.068769516969e-05, { 4, 0, -2, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -6.999999998490e-05, -1.453859266817e-09, { 2, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { -6.999999998515e-05, 1.441641962045e-09, { 0, 1, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -6.999999998802e-05, 1.295034304906e-09, { 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 6.999999999136e-05, -1.099557428713e-09, { 0, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 6.999999999230e-05, 1.038470904899e-09, { 1, -1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 6.999999999478e-05, 8.552113334559e-10, { 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -6.745998003557e-05, -2.540802932634e-06, { 4, 0, -2, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { 7.000000000000e-05, 0.000000000000e+00, { 2, -2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.392236280184e-05, -4.606324949262e-05, { 0, 0, 0, 0, 0, 0, 5, -11, 0, 0, 0, 0, 0 } }, + { 6.991181872586e-05, 6.709395415331e-08, { 2, -2, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 6.876425297181e-05, 1.190370889375e-06, { 0, 0, 2, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { 4.335641689664e-05, -2.657714294387e-05, { 2, 0, 0, 0, 0, 0, -5, 10, 0, 0, 0, 0, 0 } }, + { 5.351371880376e-05, 1.641507004301e-05, { 2, 0, -1, 0, 0, 0, 5, 0, -4, 0, 0, 0, 0 } }, + { 2.308231307623e-05, 4.681512811554e-05, { 2, 0, 0, 0, 0, 0, -7, 13, 1, 0, 0, 0, 0 } }, + { 4.113322842654e-06, -6.576036101644e-05, { 2, 0, 0, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0 } }, + { 6.964676009601e-05, 1.957553179006e-07, { 2, -2, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 5.815627911754e-05, -1.168514280438e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 5, -2, 0, 0, 0 } }, + { -2.953759609759e-05, -4.027074322414e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -1, -4, 0, 0, 0 } }, + { -1.761399714470e-05, -5.217719026096e-05, { 2, 0, -2, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { 6.966790255426e-05, 5.997871468887e-08, { 4, 0, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 5.940599948159e-05, -1.031159597687e-05, { 0, 0, 0, 0, 0, 23, -25, 0, 0, 0, 0, 0, 0 } }, + { -6.961455116795e-05, 9.640210540563e-08, { 0, 2, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.935342306483e-05, 1.035373712383e-05, { 2, 0, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 6.963471528670e-05, -1.934328990638e-08, { 2, -2, 0, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -2.020428215233e-05, -4.943777959503e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -5, 4, 0, 0, 0 } }, + { 5.915934030794e-05, 1.045256687154e-05, { 6, 0, -4, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.323607107692e-05, -5.632171843897e-05, { 1, -1, 0, 0, 0, -11, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.866967802614e-05, -5.087719340467e-05, { 1, 1, 0, 0, 0, -22, 23, 0, 0, 0, 0, 0, 0 } }, + { 1.049576064800e-05, 5.901372277338e-05, { 2, 0, 0, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.321685262810e-05, -5.625728097910e-05, { 2, 0, -2, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { 1.337876901774e-05, -5.608044558173e-05, { 0, 0, 3, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -2.013852123988e-05, 4.929037175519e-05, { 2, 0, -3, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -6.828586790215e-05, 1.116239174319e-06, { 2, 0, -1, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { -2.289778998252e-05, 4.648640733826e-05, { 2, 0, 0, 0, 0, 0, 7, -13, -1, 0, 0, 0, 0 } }, + { 4.645376933357e-05, -2.290346714488e-05, { 2, 2, -1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.599466916409e-05, -5.334666363478e-05, { 6, 0, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.597691331062e-05, -5.329518059108e-05, { 6, 0, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -5.242021843335e-05, -1.684902590584e-05, { 1, -1, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.842333731325e-05, -1.082794421977e-05, { 1, 1, 0, 0, 0, -20, 12, 15, 0, 0, 0, 0, 0 } }, + { -5.842333731325e-05, -1.082794421977e-05, { 1, 1, -2, 0, 0, -20, 12, 15, 0, 0, 0, 0, 0 } }, + { 6.910271694506e-05, -1.315643071536e-07, { 4, 0, -3, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.920209940193e-05, 3.162390227240e-08, { 0, 0, 2, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -6.804959590764e-05, 1.164204239637e-06, { 0, 0, 2, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { -6.708859379719e-05, 2.015929772526e-06, { 0, 0, 0, 0, 0, 0, 1, 0, 2, -3, 0, 0, 0 } }, + { 2.927670457988e-05, 3.982661457620e-05, { 4, 0, -2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 3.989795211872e-05, -2.919482232209e-05, { 0, 0, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.656140819109e-06, 6.440649054358e-05, { 0, 0, 2, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0 } }, + { -3.079952810357e-05, 3.820782183021e-05, { 4, 0, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.676739680694e-06, 6.631818419170e-05, { 4, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.777238447426e-05, -5.121602442607e-05, { 0, 0, 0, 0, 0, 6, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.457099038485e-05, -5.436363444446e-05, { 1, 1, -2, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -2.698805992075e-05, -4.177406187997e-05, { 1, 1, -2, 0, 0, 2, -2, -1, 0, 0, 0, 0, 0 } }, + { -2.866401988545e-05, 4.008797503173e-05, { 1, -1, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -4.821505741573e-05, 2.048531578795e-05, { 0, 2, -2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.719506834287e-05, 1.150006068538e-05, { 1, -1, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { -2.927682469096e-05, -3.939445236608e-05, { 1, 1, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -1.661297558379e-05, -5.195654099600e-05, { 4, 0, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.423580154946e-06, -6.713949454528e-05, { 2, 0, 0, 0, 0, -17, 18, 0, 0, 0, 0, 0, 0 } }, + { 4.590518047238e-05, -2.263199095916e-05, { 2, -2, -1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.535823559886e-05, -4.316144385317e-05, { 1, 1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.298010068341e-05, 5.553837971265e-05, { 1, 1, -1, 0, 0, -12, 11, 0, 0, 0, 0, 0, 0 } }, + { -5.443171217878e-05, -1.408341014987e-05, { 1, -1, 1, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { 6.563257117330e-05, 2.861970422599e-06, { 1, 1, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -6.842376604724e-05, 5.328003949246e-08, { 2, -2, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -6.739318304324e-05, 1.031355313251e-06, { 2, 0, 2, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -6.054940090661e-05, -7.861163400805e-06, { 4, 0, -1, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 5.543301865200e-05, 1.296824037880e-05, { 1, 1, 0, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -1.793238025578e-05, 5.046158363461e-05, { 1, 1, 0, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { 1.261344619480e-05, 5.572575811116e-05, { 1, 1, -1, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { -4.066002541221e-05, -2.765449454670e-05, { 2, 0, -2, 0, 0, 0, 9, -14, 0, 0, 0, 0, 0 } }, + { 6.812451096275e-05, -1.655033677500e-07, { 2, 0, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { 6.162324543627e-05, 6.661481507450e-06, { 2, 0, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { 2.493035028469e-05, 4.332528595711e-05, { 0, 0, 0, 0, 0, 0, 2, -6, 2, 0, 0, 0, 0 } }, + { -1.358201951354e-05, -5.464197656500e-05, { 1, 1, -1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.387318321731e-05, -5.433405996362e-05, { 1, -1, 0, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { 6.134144373954e-05, 6.840723381730e-06, { 2, 0, -1, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { 4.781576725516e-05, 2.030854232851e-05, { 0, 2, 0, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.865465640239e-06, -6.624517683542e-05, { 2, 2, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.028074243326e-05, -5.782035920202e-05, { 2, 0, -2, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -6.805815229195e-05, -3.287694036976e-08, { 2, 0, 1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -6.746513382304e-05, 6.186418359249e-07, { 2, 0, 3, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.404967026001e-05, -1.402510797079e-05, { 2, 0, -1, 0, 0, 0, 1, -2, 1, 0, 0, 0, 0 } }, + { 4.706499528497e-05, 2.097433421402e-05, { 2, 0, -1, 0, 0, 0, -3, 0, 0, 1, 0, 0, 0 } }, + { 6.795035650908e-05, 6.948234425472e-08, { 1, 0, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.691268426635e-05, 2.110120043223e-05, { 1, -1, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -6.641095660031e-05, 1.588095898149e-06, { 0, 0, 0, 0, 0, 4, -6, 0, 2, 0, 0, 0, 0 } }, + { -2.977732294442e-05, 3.820890661806e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, -3, 0, 0, 0 } }, + { 1.131503136661e-05, 5.667027174729e-05, { 0, 0, 2, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { 2.476150906098e-06, -6.550119785117e-05, { 2, -2, 0, 0, 0, 26, -27, 0, 0, 0, 0, 0, 0 } }, + { 6.489734699238e-05, -3.060122990949e-06, { 2, 0, -2, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { -1.434913915150e-05, 5.359894773002e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 0, 5, 0, 0, 0 } }, + { -5.543948797439e-05, -1.249810994147e-05, { 1, -1, 0, 0, 0, -3, 7, -2, 0, 0, 0, 0, 0 } }, + { -1.045691416669e-05, 5.747905228028e-05, { 2, 0, 0, 0, 0, 0, 6, -16, 4, 5, 0, 0, 0 } }, + { -6.788858693648e-05, 4.722593805604e-08, { 2, 0, -2, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.989108983063e-05, -2.803212028466e-05, { 2, 0, 0, 0, 0, 0, 9, -14, 0, 0, 0, 0, 0 } }, + { 1.136237638524e-05, -5.654654744114e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -5, 2, 0, 0, 0 } }, + { 4.046659376712e-05, -2.743676011275e-05, { 2, 0, 1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 4.804833510451e-05, 1.984911700532e-05, { 1, -1, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { -4.512479281808e-05, -2.270891004423e-05, { 1, -1, 0, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 2.673223881640e-06, -6.512602172789e-05, { 2, -2, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -6.676046746550e-05, 1.032259164145e-06, { 1, 0, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 1.281483272010e-05, 5.495399537597e-05, { 1, 1, -1, 0, 0, -13, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.900782132863e-05, -3.875804150041e-05, { 1, 0, 1, 0, 0, -40, 41, -3, 0, 0, 0, 0, 0 } }, + { -4.067110455653e-05, -2.702135366042e-05, { 2, 0, 1, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -5.825240994616e-05, -9.438949448894e-06, { 0, 0, 1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -2.950741411049e-05, 3.810081138314e-05, { 2, 0, -1, 0, 0, 0, -8, 11, 0, 0, 0, 0, 0 } }, + { -3.975635865832e-05, 2.783580021802e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 5, 0, 0, 0, 0 } }, + { 5.702089272261e-05, 1.056018128174e-05, { 3, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 6.720939994997e-05, 3.706255922436e-07, { 2, 0, -1, 0, 0, 0, -1, 0, 2, -1, 0, 0, 0 } }, + { 2.575470729552e-05, 4.176262886478e-05, { 1, 0, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 4.196492523263e-05, 2.555108612971e-05, { 2, 0, -2, 0, 0, -1, 5, -3, 0, 0, 0, 0, 0 } }, + { 5.486511775785e-05, 1.261084725127e-05, { 1, -1, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.283306624550e-05, -5.462496159709e-05, { 1, -1, 1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.370673179412e-05, -1.367930533418e-05, { 2, 0, -1, 0, 0, 0, -1, 2, -1, 0, 0, 0, 0 } }, + { -1.093385754006e-05, 5.644661935492e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 3, -1, 0, 0, 0 } }, + { -6.697565075921e-05, 4.045298966810e-07, { 3, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.091327493804e-05, -3.645594892521e-05, { 4, 0, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 5.097619947428e-05, 1.637935406672e-05, { 4, 0, -1, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { -3.863298401638e-05, -2.860243169967e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -2, 3, 0, 0, 0 } }, + { 2.015969570223e-05, 4.702952778587e-05, { 1, -3, 2, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { -1.767713446731e-05, -4.950043974953e-05, { 1, -1, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -5.756828761706e-05, 9.583838467148e-06, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, -2, 0 } }, + { -4.428916423321e-05, -2.282185875964e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 2, 1, 0, 0, 0 } }, + { 1.968679773875e-05, 4.730671073255e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 4, 0, 0, 0 } }, + { -5.908013438564e-05, 7.909638274442e-06, { 0, 0, 1, 0, 0, 0, 3, 0, -1, 0, 0, 0, 0 } }, + { -4.196635128707e-05, -2.501602497527e-05, { 0, 0, 3, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 7.603391761130e-08, -6.684020036190e-05, { 1, 0, 2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.296638200116e-05, -2.387846733234e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 2, 5, 0, 0, 0 } }, + { -5.362684856572e-05, -1.321163199654e-05, { 4, 0, -2, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 4.461801016868e-05, -2.215880494652e-05, { 1, 1, 1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.979162513973e-05, -4.698232072614e-05, { 0, 2, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -2.786166309139e-06, 6.393166296253e-05, { 4, -2, -3, 0, 0, 29, -30, 0, 0, 0, 0, 0, 0 } }, + { -3.005537537006e-05, -3.665695915158e-05, { 1, 1, -1, 0, 0, -16, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.679391230745e-05, -4.987328359788e-05, { 2, 0, 0, 0, 0, 0, -10, 15, 0, 0, 0, 0, 0 } }, + { 6.634199040213e-05, 3.053103844870e-07, { 4, 0, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -5.299157620817e-05, 1.364780001068e-05, { 0, 0, 2, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -8.359777274704e-06, 5.826374148542e-05, { 2, 0, 1, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { -2.463077197471e-05, -4.192934089378e-05, { 2, -2, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -2.648855112950e-06, -6.390543375046e-05, { 0, 0, 1, 0, 0, -19, 20, 0, 0, 0, 0, 0, 0 } }, + { -5.417197587759e-05, -1.234559301111e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 2, -4, 0, 0, 0 } }, + { 6.638697145661e-05, -7.621148216533e-08, { 4, 0, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.290364693104e-05, -3.547470945618e-06, { 4, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 5.645275268494e-05, 9.950416268313e-06, { 6, 0, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.305673649227e-05, -5.331855864445e-05, { 2, 0, -1, 0, 0, 0, 6, -13, 0, 0, 0, 0, 0 } }, + { 1.261704567820e-05, 5.374973670457e-05, { 1, 1, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.057162239645e-05, -5.784300411315e-06, { 2, 0, 1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { 6.097085938548e-05, 5.186455508528e-06, { 1, 1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.278885406178e-05, 5.328730551427e-05, { 3, -1, -1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { -2.282249923276e-05, -4.324644373152e-05, { 1, -1, 1, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 } }, + { -1.327136582008e-05, 5.277183852033e-05, { 1, 1, 0, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { 2.814946683404e-05, -3.785815277982e-05, { 2, 0, -1, 0, 0, 0, 5, -11, 0, 0, 0, 0, 0 } }, + { -4.598680639161e-05, 2.000378431884e-05, { 2, 0, -1, 0, 0, 0, 11, -18, 0, 0, 0, 0, 0 } }, + { 5.670712766661e-05, -9.280339266872e-06, { 4, 0, -1, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { 2.630338653384e-05, 3.966649239019e-05, { 2, 0, 1, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { 6.593083050695e-05, -1.842665286988e-08, { 2, 0, 3, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.106661005748e-05, 3.484203815101e-05, { 1, 0, 0, 0, 0, 0, 33, -41, 2, 0, 0, 0, 0 } }, + { 6.275768808105e-05, -3.137078338650e-06, { 0, 2, 1, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { -6.275768808105e-05, -3.137078338650e-06, { 0, 2, -1, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { -5.630810072877e-05, 9.584492467421e-06, { 3, -1, -1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 8.419500941224e-06, -5.747119620489e-05, { 2, -1, -1, 0, 0, 3, -4, 2, 0, 0, 0, 0, 0 } }, + { -3.446411386110e-05, -3.135792335760e-05, { 2, -2, 0, 0, 0, 0, 17, -28, 0, 0, 0, 0, 0 } }, + { 6.479808814987e-05, 9.965640987603e-07, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0 } }, + { 1.699082587071e-05, 4.875225773585e-05, { 0, 0, 1, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0 } }, + { 5.361037156026e-05, -1.207812923222e-05, { 1, 1, 1, 0, 0, -23, 23, 0, 0, 0, 0, 0, 0 } }, + { 6.449900571022e-05, 1.174438790029e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -2, -3, 0, 0, 0 } }, + { -1.585814792390e-05, -4.981421788246e-05, { 2, 0, -1, 0, 0, -20, 21, 0, 2, -5, 0, 0, 0 } }, + { 3.944749971763e-05, 2.621514494612e-05, { 0, 0, 0, 0, 0, 6, -11, 0, 3, 0, 0, 0, 0 } }, + { 6.550029999812e-05, 4.899408566000e-08, { 0, 0, 1, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0 } }, + { 6.293358642133e-05, -2.579648123741e-06, { 0, 0, 1, 0, 0, 3, -4, 0, 1, 0, 0, 0, 0 } }, + { 5.359827516973e-05, 1.190740914766e-05, { 5, 0, -3, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 4.366088761344e-05, 2.176181345296e-05, { 0, 0, 1, 0, 0, 9, -7, 0, 0, 0, 0, 0, 0 } }, + { 6.533660505136e-05, 6.283870799295e-08, { 2, 0, -4, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.684803837314e-05, 8.517179367232e-06, { 1, 1, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.435551084891e-05, -1.099379888829e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 5, -2, 0, 0, 0 } }, + { 6.202144371426e-05, -3.325820243894e-06, { 2, 0, -1, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.425544848490e-05, -1.104207959040e-05, { 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 5.067384131685e-06, -6.018116020164e-05, { 2, 0, -2, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -5.556390023477e-05, 9.637600288156e-06, { 1, 1, -1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -2.243556326330e-05, -4.274718202896e-05, { 2, 0, -1, 0, 0, 1, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.264414872817e-06, 6.187739870118e-05, { 2, 0, 0, 0, 0, 15, -14, 0, 0, 0, 0, 0, 0 } }, + { 5.369527399258e-06, -5.975925179843e-05, { 5, -1, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.369381379844e-06, 5.975926491849e-05, { 1, -1, 2, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.367535274484e-06, -5.975943076266e-05, { 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.367326674686e-06, 5.975944949853e-05, { 3, 1, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.367326674686e-06, 5.975944949853e-05, { 3, 1, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.365991634431e-06, -5.975956939085e-05, { 3, 1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.088487268973e-05, -4.423676315288e-05, { 2, 0, -2, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 4.220419197287e-05, 2.290826549165e-05, { 2, 0, -2, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { 3.123194434624e-05, -3.387558112569e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { -5.466573704120e-05, -1.034584986636e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 2, -4, 0, 0, 0 } }, + { 1.996934008047e-05, -4.502619627493e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 4, -5, 0, 0, 0 } }, + { 1.288887932327e-05, -5.209455649814e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -4, 10, 0, 0, 0 } }, + { -1.748750136298e-05, -4.746910571909e-05, { 1, -1, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.777885939200e-05, -4.712889462198e-05, { 1, -1, 2, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -5.622077865326e-05, -8.673828423266e-06, { 1, 0, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 1.412063994837e-05, -5.074459983548e-05, { 2, 0, -3, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -1.818328099298e-05, -4.662407134557e-05, { 1, 1, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -1.258684777339e-05, 5.220896265832e-05, { 0, 0, 2, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -7.846742565455e-07, -6.398130849350e-05, { 4, 0, -1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 6.464834996603e-05, -1.017244269624e-07, { 0, 2, -1, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -5.015128860178e-05, 1.459818072825e-05, { 1, -1, -3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 2.867080609920e-05, -3.604772078441e-05, { 0, 0, 2, 0, 0, -15, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.409929959583e-05, -5.059759625824e-05, { 2, 0, -3, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -4.382005550341e-05, -2.086059032541e-05, { 1, 1, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 1.386990742710e-05, 5.076330803572e-05, { 0, 0, 3, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -6.057999954900e-06, -5.856281204390e-05, { 2, 2, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.315172352700e-06, -5.830372091230e-05, { 2, -2, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.198412396071e-07, -6.436799907094e-05, { 4, 0, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.319101676875e-05, 2.139681591330e-05, { 4, 0, -2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.668385427517e-05, 4.789790236799e-05, { 2, 0, -1, 0, 0, 0, -8, 10, 0, 0, 0, 0, 0 } }, + { 4.938818516069e-05, 1.513841964517e-05, { 4, 0, -2, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.589316514005e-05, 8.622405460271e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -3, 0, 2, 0, 0 } }, + { 2.632790895395e-06, -6.187504768415e-05, { 2, 0, -1, 0, 0, 19, -20, 0, 0, 0, 0, 0, 0 } }, + { -4.135496817459e-05, 2.314053097308e-05, { 4, 0, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -4.994420769134e-05, 1.453281535010e-05, { 1, -1, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 5.160928046178e-05, -1.285657736640e-05, { 1, 1, -1, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { 5.415412548857e-05, 1.030713199061e-05, { 3, -1, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.586818448484e-05, -8.571954418003e-06, { 1, 0, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -4.705232232163e-05, -1.738717060015e-05, { 2, 0, -1, 0, 0, 0, 5, 0, -7, 0, 0, 0, 0 } }, + { -4.545591733281e-05, -1.897661666398e-05, { 2, 0, -2, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { -3.315735809623e-06, 6.111007959952e-05, { 2, 0, -2, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -6.231484245444e-05, -2.097490217738e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -5, 2, 0, 0, 0 } }, + { 1.257143916810e-05, 5.182863101143e-05, { 3, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.093992816367e-05, 4.338321195290e-05, { 2, 0, -1, 0, 0, 0, 14, -18, 0, 0, 0, 0, 0 } }, + { 3.164157420136e-05, 3.265287349016e-05, { 0, 0, 0, 0, 0, 0, 6, -12, 3, 0, 0, 0, 0 } }, + { 4.858494672667e-05, 1.569492470717e-05, { 2, 0, 0, 0, 0, 2, 1, -8, 0, 0, 0, 0, 0 } }, + { 5.251907301423e-05, -1.172200457285e-05, { 2, -2, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 5.451987976628e-05, 9.665497599989e-06, { 0, 2, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -4.827339469528e-05, 1.589778258695e-05, { 1, 0, 0, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -2.448915272079e-05, 3.967762954782e-05, { 0, 0, 1, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { 9.832360482424e-06, -5.431628899593e-05, { 4, 0, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -2.957867935290e-05, 3.456872388383e-05, { 2, 0, -1, 0, 0, 8, -17, 8, -3, 0, 0, 0, 0 } }, + { 1.462198337867e-05, 4.951968297173e-05, { 1, -1, 0, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.501627248022e-06, 6.262150046061e-05, { 2, 0, 0, 0, 0, 21, -22, 0, 0, 0, 0, 0, 0 } }, + { 4.032416796784e-05, -2.378368902953e-05, { 4, 0, -2, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -3.262475349221e-05, 3.145604190053e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0 } }, + { 1.585429233063e-05, 4.818885510731e-05, { 4, 0, -1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 5.396607021855e-05, 1.006202976082e-05, { 4, 0, -2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -4.841282337849e-05, 1.561235410233e-05, { 2, 0, 0, 0, 0, -2, -1, 8, 0, 0, 0, 0, 0 } }, + { -4.690949012249e-05, 1.711450150733e-05, { 2, 0, 0, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { -3.792565752244e-06, -6.023016363700e-05, { 0, 0, 2, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -4.772287004612e-06, -5.924769629735e-05, { 1, 0, 0, 0, 0, -23, 17, 16, -4, -5, 0, 0, 0 } }, + { 2.458627853777e-05, -3.942407839613e-05, { 2, -2, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 6.393720194461e-05, -6.867990905087e-08, { 0, 2, 2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.371923778847e-05, -5.028223032960e-05, { 0, 0, 0, 0, 0, 0, 2, -4, 0, 3, 0, 0, 0 } }, + { 6.386606051743e-05, 9.882016672272e-08, { 0, 0, 2, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { 3.858710456269e-05, 2.537492304538e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -5, 3, 0, 0, 0 } }, + { 3.954013468746e-06, 5.998951337003e-05, { 0, 1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.220660306275e-05, -5.173314318076e-05, { 1, -1, -1, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -6.245529239052e-05, -1.447242767212e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -3, 0, 1, 0, 0 } }, + { -4.864306307252e-05, -1.523688725736e-05, { 2, 0, 0, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.244307612251e-05, 5.142338113007e-05, { 2, 2, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 9.405693700172e-06, 5.443573186458e-05, { 1, 0, 2, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 4.262863674012e-05, -2.118599811326e-05, { 3, 0, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.912913291071e-05, 4.465644498675e-05, { 4, 0, -2, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.148005681698e-06, -6.162762668088e-05, { 2, 0, -2, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { 6.346024767125e-05, -3.147598481523e-07, { 0, 0, 1, 0, 0, -3, 5, 0, 0, -4, 0, 2, 0 } }, + { -6.345958260557e-05, -3.147585481948e-07, { 0, 0, 1, 0, 0, 3, -5, 0, 0, 4, 0, -2, 0 } }, + { 5.672639092882e-05, 7.042893970431e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 1, 5, 0, 0, 0 } }, + { 5.397981182950e-05, 9.746342905472e-06, { 0, 2, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.326069826987e-06, 6.230238313735e-05, { 0, 0, 1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { 4.084292345666e-05, -2.276986697567e-05, { 2, 0, 1, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { -6.186772199389e-05, 1.734027210207e-06, { 2, 0, -1, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0 } }, + { 9.353386879787e-06, 5.421457386018e-05, { 1, 0, -2, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -2.409587336041e-05, 3.946500741553e-05, { 2, 0, -1, 0, 0, 0, 14, -16, 0, 0, 0, 0, 0 } }, + { -6.038031926340e-05, 3.179330325461e-06, { 1, 0, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 7.048245297979e-07, 6.283186072863e-05, { 4, 0, -1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.442942982193e-05, -2.909028502693e-05, { 2, 0, -2, 0, 1, 1, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.988309764034e-05, -1.357546436931e-05, { 3, -1, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 6.303103748084e-05, -4.147757190360e-07, { 2, 2, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.564847486481e-05, -7.767234615478e-06, { 2, 0, -1, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0 } }, + { 1.069509532449e-05, -5.272000805645e-05, { 4, 0, -1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.463689824614e-05, -4.872312135488e-05, { 2, 0, 1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.301666150379e-05, 1.024347331032e-05, { 1, -1, -1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 4.179938022735e-05, 2.145889539487e-05, { 1, -1, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.536156290980e-05, 1.789545412540e-05, { 2, 0, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.234742052452e-05, 5.086672603560e-05, { 1, 1, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.420467769189e-05, -8.981477434869e-06, { 0, 0, 0, 0, 0, 0, 9, -17, 0, 1, 0, 0, 0 } }, + { -3.999840607439e-05, -2.318078267567e-05, { 0, 0, 3, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 2.121418321938e-05, -4.196453722376e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 2, 0, 0, 0 } }, + { -6.193687026754e-05, 1.226019663893e-06, { 2, 0, 0, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { -2.203232020956e-06, -6.092101554345e-05, { 0, 0, 1, 0, 0, -12, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.659379508223e-06, -6.043145093123e-05, { 4, 0, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -6.142700127759e-05, 1.663495599794e-06, { 0, 0, 0, 0, 0, 1, -2, 0, 1, 0, 0, 0, 0 } }, + { 5.514276901443e-05, 7.924069213729e-06, { 1, 0, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.359471937071e-05, -3.946766136338e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0 } }, + { -6.258830352150e-05, 4.431026408822e-07, { 3, 0, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 6.258144668313e-05, -4.349574110318e-07, { 2, -2, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.671908855174e-06, 5.333060537536e-05, { 2, 0, -1, 0, 0, 0, 6, -16, 4, 5, 0, 0, 0 } }, + { 5.360882541249e-05, -9.332551946332e-06, { 0, 0, 1, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { 4.935219661405e-05, 1.355955397107e-05, { 3, -1, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.757930360761e-05, -4.520910519581e-05, { 0, 2, -2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.299525345452e-05, -9.761944061797e-06, { 0, 0, 0, 0, 0, 18, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.477073389830e-05, 4.798615040916e-05, { 3, 0, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 3.926334603342e-05, 2.345665429815e-05, { 1, 1, -2, 0, 0, -12, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.718702545720e-05, 2.548978963471e-05, { 1, -1, 0, 0, 0, 0, 1, 0, -2, 6, 0, 0, 0 } }, + { 4.974929856515e-05, -1.290314000582e-05, { 2, 0, 0, 0, 0, 0, -4, 0, 6, 0, 0, 0, 0 } }, + { 1.392067435727e-05, -4.869851442655e-05, { 2, 0, 1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -5.987493614820e-05, -2.733905833380e-06, { 2, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.101372303130e-05, -1.159262729940e-05, { 0, 0, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.726904797102e-05, 4.524997057019e-05, { 4, 0, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -2.072113841627e-05, -4.178239776374e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 4, -4, 0, 0, 0 } }, + { 1.470563151287e-05, 4.779536505092e-05, { 3, 0, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -6.234026754879e-05, -8.711042300213e-08, { 0, 2, 1, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { -6.106275631079e-05, 1.337933096618e-06, { 0, 0, 1, 0, 0, 0, 3, 0, 0, -3, 0, 0, 0 } }, + { 4.097195966335e-05, 2.135803796055e-05, { 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { -5.993257633235e-05, 2.333221012714e-06, { 2, 0, -1, 0, 0, -28, 34, 0, 0, 0, 0, 0, 0 } }, + { -5.327846802128e-05, 8.935957954074e-06, { 1, 1, -1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.385850405222e-05, -2.834500428709e-05, { 4, 0, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 2.096990921723e-05, 4.121858944332e-05, { 1, 0, 0, 0, 0, -25, 25, 7, -8, 6, 0, 0, 0 } }, + { 5.040372201334e-05, -1.176225434987e-05, { 0, 0, 1, 0, 0, 6, -10, 0, 3, 0, 0, -1, 0 } }, + { -1.700775031202e-05, 4.514743355191e-05, { 0, 0, 1, 0, 0, -3, 6, -4, 0, 0, 0, 0, 0 } }, + { -1.192279106299e-05, -5.022434071251e-05, { 1, 0, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -5.037186448961e-05, -1.175798892070e-05, { 0, 0, 1, 0, 0, -6, 10, 0, -3, 0, 0, 1, 0 } }, + { 1.247037535176e-05, -4.963762688649e-05, { 2, 0, 0, 0, 0, 0, 6, -13, 0, 0, 0, 0, 0 } }, + { -1.605463999776e-05, -4.604354925569e-05, { 2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.181091831534e-05, 5.027276655826e-05, { 1, -1, -1, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { -3.201757169576e-06, -5.885609464941e-05, { 2, 0, 1, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { 3.353944732380e-05, 2.848120995144e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -1, 3, 0, 0, 0 } }, + { 4.136556477281e-05, 2.064826268273e-05, { 2, -2, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.455243070323e-05, -4.744168375955e-05, { 0, 0, 1, 0, 0, 0, -51, 71, 0, 0, 0, 0, 0 } }, + { 3.019992769773e-05, 3.178680036614e-05, { 2, 0, -1, 0, 0, 0, 10, -16, 3, 0, 0, 0, 0 } }, + { -5.143038459287e-05, -1.051096574659e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 3, -6, 0, 0, 0 } }, + { -3.348960225386e-05, 2.843268413027e-05, { 2, 0, 0, 0, 0, 0, -6, 5, 0, 0, 0, 0, 0 } }, + { 3.973462414995e-05, -2.216755517155e-05, { 1, 0, 2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -4.613716295825e-05, 1.572706727259e-05, { 1, -1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.769767221256e-05, -2.414779974692e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 5, 0, 0, 0, 0 } }, + { -4.950074786377e-05, -1.231958190982e-05, { 1, -1, 0, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { 2.790463680783e-05, -3.387859861248e-05, { 2, 2, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.101784657886e-06, 6.064063358075e-05, { 0, 2, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.155799571183e-05, -3.011429318355e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 1, 5, 0, 0, 0 } }, + { -5.425098157939e-05, 7.359892481743e-06, { 1, 0, -1, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { 1.183490430261e-05, -4.974032132641e-05, { 1, 1, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.587531890999e-05, -5.682007040465e-06, { 2, 0, 0, 0, 0, 0, -8, 14, 0, 0, 0, 0, 0 } }, + { 1.263951017881e-05, 4.884575077936e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0 } }, + { 1.194356311960e-05, -4.954041745578e-05, { 1, -1, -1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -4.095515396222e-05, -2.052135321032e-05, { 1, -1, 1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -4.565570110120e-05, -1.581356432856e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -3, 3, 0, 0, 0 } }, + { -5.333056288591e-05, 8.137466518049e-06, { 2, 0, 0, 0, 0, 0, -2, 0, -2, 7, 0, 0, 0 } }, + { 1.338717826342e-05, -4.807721756040e-05, { 2, 0, 2, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -1.338382206487e-05, -4.807480493638e-05, { 2, 0, 2, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -6.237602824700e-06, -5.520233820565e-05, { 2, 0, -1, 0, 0, -1, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.325101670044e-05, 3.818829898422e-05, { 0, 0, 0, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0 } }, + { -1.727123943547e-05, 4.415412737598e-05, { 1, -1, 0, 0, 0, 0, 1, 0, -2, 3, 0, 0, 0 } }, + { -1.369389445279e-05, 4.772005606280e-05, { 2, 0, -1, 0, 0, 0, -1, 5, 0, 0, 0, 0, 0 } }, + { 2.693353884681e-05, 3.446610370060e-05, { 1, -1, -1, 0, 4, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.935276746270e-05, -2.200791130915e-05, { 2, 0, 1, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { 5.160099234242e-05, 9.758117525419e-06, { 1, 1, 1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -4.092091502834e-05, 2.043802358890e-05, { 4, 0, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.060315791843e-05, -4.075546107043e-05, { 0, 0, 0, 0, 0, 6, -14, 8, 0, 0, 0, 0, 0 } }, + { 2.808721203873e-05, -3.320703009786e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { -2.631324530183e-05, -3.497323124142e-05, { 2, 0, -1, 0, 0, 0, 8, -17, 0, 0, 0, 0, 0 } }, + { -3.955306973897e-05, -2.172755814971e-05, { 2, 0, 0, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0 } }, + { -3.119356405642e-05, -3.004912346295e-05, { 4, 0, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 6.074235456299e-05, 4.836109820791e-07, { 4, 0, -2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -1.380030556054e-06, -5.979443151830e-05, { 2, 0, 0, 0, 0, -16, 17, 0, 0, 0, 0, 0, 0 } }, + { 8.819166734500e-06, 5.234033426600e-05, { 1, -1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.647093042810e-05, 4.467797725132e-05, { 2, 0, -1, 0, 0, 0, 2, -6, 2, 0, 0, 0, 0 } }, + { -5.249871187810e-05, -8.637196247731e-06, { 2, -2, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 5.056703646045e-05, 1.054676971183e-05, { 1, 1, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.350648515361e-05, 4.760721467046e-05, { 0, 0, 0, 0, 0, 6, -10, 0, 5, -5, 0, 0, 0 } }, + { -9.562294604083e-06, -5.153779507329e-05, { 1, -1, 2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 2.371695303283e-05, -3.736944663735e-05, { 4, 0, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -8.151994112998e-06, -5.290538141519e-05, { 0, 0, 0, 0, 0, 0, 12, -23, 3, 0, 0, 0, 0 } }, + { 3.360143025380e-06, -5.767790500377e-05, { 2, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -5.294311518460e-05, 8.041547468969e-06, { 2, 0, -1, 0, 0, 0, -2, 0, -2, 7, 0, 0, 0 } }, + { 2.665052398831e-05, -3.424112183447e-05, { 2, 0, 0, 0, 0, 0, 5, -11, 0, 0, 0, 0, 0 } }, + { 3.351490517393e-06, -5.748116440294e-05, { 2, 0, 0, 0, 0, 0, 12, -15, 0, 0, 0, 0, 0 } }, + { 6.037794978512e-05, -4.386257557982e-07, { 4, 0, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 6.013768089988e-05, -6.605763025201e-07, { 2, 0, 0, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -1.060643965462e-05, -5.015456131414e-05, { 2, 0, 0, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { -6.857215872586e-06, 5.388688967069e-05, { 0, 0, 0, 0, 0, 17, -16, 0, 0, 0, 0, 0, 0 } }, + { 6.060628157610e-05, 1.169829434871e-07, { 2, 0, 2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.437485902826e-05, -3.631507859424e-05, { 0, 0, 1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.877701580189e-05, 4.190378476473e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 7, 0, 0, 0 } }, + { -5.797503918890e-05, 2.691339852557e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 3, -1, 0, 0, 0 } }, + { -2.064444250887e-05, -4.001816758652e-05, { 2, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.452293998060e-06, -5.518224439020e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0 } }, + { 5.999709288982e-05, 5.906308235917e-07, { 4, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.469640839194e-05, -4.588749575675e-05, { 0, 0, 1, 0, 0, 1, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.901427688882e-05, -3.155268330368e-05, { 2, 0, 0, 0, 0, -11, 7, 0, 0, 0, 0, 0, 0 } }, + { 3.172151580786e-06, -5.733400783722e-05, { 4, 0, -2, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { 1.647065154267e-05, -4.401870986111e-05, { 1, 0, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { 2.535575027447e-05, -3.511761533764e-05, { 0, 0, 0, 0, 0, 0, 8, -16, 2, 10, 0, 0, 0 } }, + { -2.341979000781e-05, 3.704440278005e-05, { 3, 0, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.006801172004e-05, 4.038893458565e-05, { 2, 0, -1, 0, 0, -9, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.924190509451e-05, 2.121292105005e-05, { 0, 0, 1, 0, 0, -28, 32, 0, 3, 0, 0, 0, 0 } }, + { -4.846673797128e-05, -1.192482283607e-05, { 2, -2, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 5.445944086358e-05, -5.868472227916e-06, { 2, -2, 1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.254764916908e-05, -1.777902525335e-05, { 2, 0, -1, 0, 0, -20, 17, 8, -3, 0, 0, 0, 0 } }, + { 2.187358986201e-06, -5.812453043590e-05, { 0, 0, 1, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.921298959399e-05, 2.109821521775e-05, { 2, -2, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { -4.083206740434e-05, -1.947386035286e-05, { 2, 0, 0, 0, 0, 12, -10, 0, 0, 0, 0, 0, 0 } }, + { -2.284026297671e-05, -3.742385912163e-05, { 4, 0, -3, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 1.153439620985e-05, 4.868236662103e-05, { 1, 1, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.528835418708e-05, 3.488709575755e-05, { 4, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 2.771666013817e-05, 3.241347735399e-05, { 2, 0, -1, 0, 0, -8, 17, -8, 3, 0, 0, 0, 0 } }, + { 2.366793022519e-05, -3.639410921026e-05, { 4, 0, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 8.280513899363e-06, -5.176932778149e-05, { 2, 0, 0, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { -5.999999991830e-05, -3.131120676668e-09, { 2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -5.999999996489e-05, 2.052507199942e-09, { 2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 5.999999998079e-05, -1.518436449079e-09, { 2, 1, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -5.999999998503e-05, 1.340412865420e-09, { 1, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -5.999999998526e-05, -1.329940889916e-09, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { -5.999999999486e-05, 7.853981633750e-10, { 2, -1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 5.999999999552e-05, 7.330382858194e-10, { 2, 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -5.999999999552e-05, -7.330382858140e-10, { 2, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 5.999999999565e-05, -7.225663102994e-10, { 3, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -5.999999999923e-05, 3.036872898457e-10, { 4, 1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -5.999999999996e-05, -7.330382857725e-11, { 1, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 6.000000000000e-05, 0.000000000000e+00, { 2, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.130219970052e-05, 4.869510202200e-05, { 2, 0, -1, 0, 0, 12, -15, 0, 0, 0, 0, 0, 0 } }, + { 4.800205531634e-05, -1.199077756764e-05, { 0, 0, 1, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { 2.519691645454e-05, 3.473802784909e-05, { 4, 0, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -1.454902472772e-05, 4.537910219567e-05, { 2, -2, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.857758150239e-05, 1.134681340732e-05, { 2, 2, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.878765378469e-05, -2.113248954679e-05, { 2, 0, 0, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0 } }, + { 1.686871530950e-05, 4.298929253634e-05, { 2, -1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -2.103954231476e-06, -5.774596794601e-05, { 0, 0, 1, 0, 0, -13, 14, 0, 0, 0, 0, 0, 0 } }, + { 3.042156125340e-05, -2.942154877819e-05, { 2, -2, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 5.362069070716e-06, 5.447895825483e-05, { 0, 0, 2, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 3.986382839036e-05, 1.991065481087e-05, { 4, 0, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.744958347290e-07, 5.947882912825e-05, { 2, 2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.171576349365e-05, 1.798618061141e-05, { 2, 0, -1, 0, 0, 0, 10, -17, 0, 0, 0, 0, 0 } }, + { -4.791865780494e-05, 1.176065996964e-05, { 1, -1, 1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.203062781789e-05, -4.762140743975e-05, { 1, 0, 1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 2.311193710492e-05, 3.653080279646e-05, { 3, 0, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -5.811877226698e-05, 1.503490204109e-06, { 0, 0, 1, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0 } }, + { 1.516917793107e-05, 4.441801874018e-05, { 0, 0, 2, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.348069062430e-05, -3.609355291037e-05, { 4, 0, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -5.955515613896e-05, -4.630835123656e-09, { 1, 0, 0, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { 5.939582780494e-05, 1.455263599079e-07, { 2, 0, 2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.933590957961e-05, -1.017572731298e-05, { 1, -1, 0, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.590745176812e-05, -4.359159359372e-05, { 0, 0, 1, 0, 0, -26, 29, 0, 2, -5, 0, 0, 0 } }, + { -5.067143550150e-06, -5.440354982500e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0 } }, + { -1.158406331418e-05, -4.787337587003e-05, { 4, 0, 2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.181304428614e-05, 4.757645504704e-05, { 1, 1, -1, 0, 0, -17, 15, 0, 1, 0, 0, 0, 0 } }, + { -2.623384351362e-06, 5.675422934697e-05, { 2, 0, 1, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.407760590957e-05, -2.528163308048e-05, { 2, 0, 0, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0 } }, + { -1.679024272596e-05, 4.256528617873e-05, { 1, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 5.934387688316e-05, 9.180572066000e-10, { 2, 2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.157827344349e-05, 2.773485673339e-05, { 0, 0, 0, 0, 0, 3, -11, 12, -3, 0, 0, 0, 0 } }, + { 3.841833332266e-05, -2.087461539439e-05, { 2, 0, 0, 0, 0, 0, 9, -16, 4, 5, 0, 0, 0 } }, + { 1.207628307053e-05, -4.721629970541e-05, { 1, 0, 1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 1.069557947690e-05, -4.857339810631e-05, { 2, 0, 1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { -4.022216517618e-05, -1.904350377330e-05, { 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.633894699403e-05, -2.290562884266e-05, { 0, 0, 2, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.802922966066e-05, -1.121046727882e-05, { 0, 0, 0, 0, 0, 6, -10, 0, 3, 0, 0, -1, 0 } }, + { 5.870725406922e-05, 4.731496619374e-07, { 4, 0, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 2.484414019252e-05, -3.432131081765e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 1, 4, 0, 0, 0 } }, + { 2.772983297819e-05, 3.142738845212e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -1.113570944173e-05, 4.799995917321e-05, { 1, -1, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -4.776005217515e-05, 1.130270784575e-05, { 2, 0, -2, 0, 0, -20, 22, 0, 0, 0, 0, 0, 0 } }, + { -1.407852992905e-05, 4.497960283656e-05, { 4, 0, -2, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 4.701228885422e-05, -1.204145141643e-05, { 1, 1, 0, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -9.989209125596e-06, -4.902502750775e-05, { 2, 0, -1, 0, 0, -12, 9, 0, 0, 0, 0, 0, 0 } }, + { -3.991360866771e-05, -1.902708127017e-05, { 1, -1, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { -9.310219937991e-06, 4.960772934346e-05, { 2, -2, 1, 0, 4, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.073939578530e-06, 5.483963319724e-05, { 4, 0, -2, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.178168056061e-05, 3.707019618596e-05, { 1, 0, 0, 0, 0, -12, 7, 0, 1, 0, 0, 0, 0 } }, + { -1.117045826521e-05, 4.766491968759e-05, { 1, -1, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 2.763479631531e-05, -3.115282011348e-05, { 4, 0, 0, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.905563862357e-05, 9.671831224443e-06, { 1, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.790108919945e-05, -1.079572148408e-05, { 3, -1, -2, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 3.415787148996e-05, 2.453500420075e-05, { 2, 0, -2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 5.651053389896e-05, -2.148728052923e-06, { 2, -2, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 2.922597082245e-05, -2.942586509259e-05, { 0, 0, 0, 0, 0, 3, -14, 17, 1, 0, 0, 0, 0 } }, + { -2.223914361742e-05, -3.640484671606e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 4, -6, 0, 0, 0 } }, + { 4.707359763400e-05, -1.153428943013e-05, { 1, -1, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.903801495766e-05, -1.956070532929e-05, { 1, -1, -1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 1.358112035106e-05, 4.501507981255e-05, { 0, 0, 1, 0, 4, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.429796264011e-05, 2.427734106850e-05, { 2, 0, -1, 0, 0, 6, -11, 0, 3, 0, 0, 0, 0 } }, + { -2.356619727090e-05, 3.500378816580e-05, { 2, 0, -1, 0, 0, -5, 10, 0, 0, 0, 0, 0, 0 } }, + { 3.991979719235e-05, 1.862346505887e-05, { 5, -1, -2, 0, -6, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.206216006118e-05, 1.647370345897e-05, { 1, 0, 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -5.737624026368e-05, -1.155340536302e-06, { 4, 0, -2, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.824224498357e-05, 2.883871291790e-07, { 3, 0, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 3.008793735778e-05, -2.841884479472e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 1, -1, 0, 0, 0 } }, + { -4.291935362098e-05, 1.557695356110e-05, { 4, 0, -3, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { 8.380785449340e-08, 5.838000135092e-05, { 2, 0, -2, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.835823572855e-05, -1.009402204728e-05, { 2, -1, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.555118427903e-05, 2.900607093588e-06, { 2, 0, 0, 0, 0, 17, -19, 0, 0, 0, 0, 0, 0 } }, + { 4.593318109841e-05, 1.245375196843e-05, { 2, 0, 1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 1.548078009165e-05, 4.289754674295e-05, { 2, 0, 0, 0, 0, 0, 2, -6, 2, 0, 0, 0, 0 } }, + { -1.509748790929e-05, -4.326932113675e-05, { 2, 0, -1, 0, 0, 0, -10, 15, 0, 0, 0, 0, 0 } }, + { 4.289604897810e-05, -1.546025904685e-05, { 4, 0, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.488502087039e-05, -4.346016147937e-05, { 2, 0, 0, 0, 0, -4, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.915758507023e-05, -2.916414963730e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -6, 3, 0, 0, 0 } }, + { -5.738340745651e-05, 8.706649638409e-07, { 6, 0, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.137043114652e-05, -3.687861914797e-05, { 1, 1, -2, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { -1.385204140668e-06, -5.686274626101e-05, { 2, 0, 0, 0, 0, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { 4.814196604309e-05, 1.010118743449e-05, { 2, 0, 0, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0 } }, + { -4.917206731775e-05, -9.061335205070e-06, { 2, 0, 1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.438791270814e-05, 4.372812823279e-05, { 0, 0, 0, 0, 0, 13, -16, 0, 0, 0, 0, 0, 0 } }, + { 3.207309325767e-05, -2.602969403477e-05, { 1, 0, 1, 0, 1, -28, 29, 0, 0, 0, 0, 0, 0 } }, + { 3.207309325767e-05, -2.602969403477e-05, { 1, 0, -1, 0, 1, -28, 29, 0, 0, 0, 0, 0, 0 } }, + { -3.654433143044e-05, 2.153831331955e-05, { 0, 0, 1, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0 } }, + { 5.792694220357e-05, -1.464798918710e-07, { 2, 0, 1, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.533967627509e-05, -3.268271602432e-05, { 2, 0, 0, 0, 0, 0, 8, -17, 0, 0, 0, 0, 0 } }, + { 5.798690367374e-05, 2.783644967488e-08, { 4, 0, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 4.743599745019e-05, -1.048272355667e-05, { 4, 0, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -1.177210981026e-05, 4.613469692875e-05, { 2, -2, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -5.694136451523e-05, 9.482746543362e-07, { 4, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 4.452349882858e-05, 1.334851327232e-05, { 0, 0, 1, 0, 0, -26, 21, 16, -4, -5, 0, 0, 0 } }, + { 5.783811018156e-05, 1.069265603126e-08, { 4, 0, -3, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.085514287840e-05, 6.989359378466e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 7, 0, 0, 0 } }, + { 1.302465478043e-05, 4.480160742026e-05, { 1, -1, 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 } }, + { -3.155260241399e-05, 2.626846333322e-05, { 2, 0, -1, 0, 0, 3, -2, -2, 0, 0, 0, 0, 0 } }, + { 3.855918932301e-05, 1.921325390600e-05, { 3, 0, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 3.728114905841e-05, -2.048804250880e-05, { 0, 0, 3, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -1.673303898298e-05, -4.103598615484e-05, { 0, 0, 2, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { 3.661105149122e-05, -2.112685883354e-05, { 0, 0, 3, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 1.672595517782e-05, -4.100988541862e-05, { 0, 0, 2, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 5.759808896678e-05, 1.237136334847e-07, { 4, 2, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -3.849316473838e-05, 1.922697615395e-05, { 2, -2, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 3.683856500864e-05, -2.088061997308e-05, { 4, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -5.769177731049e-05, 2.599140050638e-08, { 1, 0, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.212246428216e-05, -3.557566945270e-05, { 2, 0, -4, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -2.393195552257e-05, -3.375622049465e-05, { 4, 0, -1, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { -1.274698211548e-05, -4.490675149605e-05, { 3, 0, 0, 0, 0, 0, -35, 41, -2, 0, 0, 0, 0 } }, + { -5.315502125578e-05, -4.495680668192e-06, { 2, 0, 1, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -1.290290804004e-05, 4.473774555584e-05, { 2, 2, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.289064424122e-05, 4.469953683703e-05, { 2, 2, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -5.743177891935e-05, -1.576844505750e-07, { 2, 0, 1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -3.022768046735e-05, -2.731851556802e-05, { 2, 0, 1, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -6.161723439420e-06, 5.133370261017e-05, { 0, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.772520132844e-05, 1.976495962151e-05, { 1, 1, 0, 0, 0, -38, 36, 0, 0, 0, 0, 0, 0 } }, + { 5.523149350305e-05, 2.230265904331e-06, { 4, 0, -2, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { 5.508933420613e-05, 2.333700210574e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 6, 0, 0, 0 } }, + { -5.683342500967e-05, -4.956426440718e-07, { 1, 0, 2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 4.539537678881e-05, -1.193117282443e-05, { 0, 0, 0, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0 } }, + { -1.263058040723e-05, 4.466976477322e-05, { 1, 0, 1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 5.723716833186e-05, -2.120990292424e-08, { 2, 0, -2, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 2.119807187924e-05, 3.600843943675e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -3, 3, 0, 0, 0 } }, + { 2.427069044217e-06, 5.477493752776e-05, { 1, 0, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 3.835213823831e-05, -1.883270738302e-05, { 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 3.417225584399e-06, -5.376292549685e-05, { 1, 1, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -4.121801138037e-05, -1.593502814691e-05, { 2, -2, 0, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { 3.179271550895e-05, -2.533773780242e-05, { 0, 0, 0, 0, 0, 1, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.744814792350e-05, 9.655803057724e-06, { 4, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.567454555313e-05, -1.139343787828e-05, { 2, -3, 0, 0, 0, 28, -30, 0, 0, 0, 0, 0, 0 } }, + { -1.330207009948e-05, 4.374871664587e-05, { 2, 0, -1, 0, -4, -3, 10, 0, 0, 0, 0, 0, 0 } }, + { -2.102650481189e-05, -3.600943897457e-05, { 0, 0, 2, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { -2.575405666429e-05, -3.126743813743e-05, { 2, 0, 3, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 4.768907763442e-05, 9.309045725636e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -5, 2, 0, 0, 0 } }, + { 1.073620922494e-05, 4.624535275725e-05, { 2, -1, 0, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { 2.601891667205e-05, -3.093498501574e-05, { 3, -1, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -3.250709200337e-05, -2.437405000538e-05, { 1, 1, 0, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -5.685307277325e-05, -1.252495027065e-08, { 1, 0, 0, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 4.780213748171e-05, 9.059400448712e-06, { 1, -1, 1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.475154534621e-05, -2.209705710215e-05, { 0, 0, 2, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.019481620979e-05, -3.660662247255e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { -1.077038647150e-05, 4.588465551776e-05, { 1, -1, -2, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.596784130741e-05, -2.067621576961e-05, { 2, 0, 0, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0 } }, + { -3.572353894148e-05, 2.090905914621e-05, { 2, 0, -1, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0 } }, + { -5.365639948481e-05, -2.939791532655e-06, { 0, 0, 1, 0, 0, 0, 6, -12, 0, 0, 0, 0, 0 } }, + { -2.577204670399e-05, -3.081228735755e-05, { 4, 0, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -2.007931806999e-05, -3.644520674573e-05, { 0, 0, 2, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { -2.995010613171e-05, 2.649328184083e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -1, -3, 0, 0, 0 } }, + { -4.768119896956e-05, 8.744663758898e-06, { 1, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.792111849570e-05, 1.847246682559e-05, { 2, 0, -1, 0, 0, 11, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.178841029399e-06, -5.520794793644e-05, { 2, 0, 0, 0, 0, -14, 15, 0, 0, 0, 0, 0, 0 } }, + { 5.632551556236e-05, 5.988970905311e-08, { 3, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 8.905257553492e-06, 4.745409557387e-05, { 2, 2, -1, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.306591977953e-06, -5.404863372852e-05, { 0, 0, 2, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -1.986843457589e-06, -5.436579909537e-05, { 0, 0, 1, 0, 0, -14, 15, 0, 0, 0, 0, 0, 0 } }, + { -5.619784977717e-05, 1.411705656153e-07, { 1, 0, 0, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { -4.802482186409e-05, -8.311058159080e-06, { 2, 0, -1, 0, 0, -20, 22, 0, 0, 0, 0, 0, 0 } }, + { 3.561122469846e-05, 2.069942692707e-05, { 3, 0, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 3.212263880516e-05, 2.418135130939e-05, { 0, 0, 0, 0, 0, 0, 1, -2, 2, -3, 0, 0, 0 } }, + { 2.910048146319e-05, 2.718448302335e-05, { 3, 0, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -2.822030280769e-06, 5.345945667941e-05, { 2, 0, -1, 0, 0, 0, 14, -17, 0, 0, 0, 0, 0 } }, + { -4.812497193716e-05, 8.152396572982e-06, { 1, 1, -1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.129335190966e-05, 4.497151952815e-05, { 3, -1, -2, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { -4.771338066797e-05, 8.549556795972e-06, { 2, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.847074181692e-06, -5.340627063061e-05, { 2, 0, -1, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.074710044005e-05, -4.549426842715e-05, { 1, 1, -1, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.534070385504e-05, 3.085644119234e-05, { 2, 0, -2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -3.348047515147e-05, 2.269353255022e-05, { 1, -1, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { -2.466204805028e-05, 3.149259255707e-05, { 2, 0, -2, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.027169319212e-05, 2.587864624999e-05, { 2, 0, -1, 0, 0, 0, -9, 14, 0, 0, 0, 0, 0 } }, + { 3.994475510899e-05, 1.617322237784e-05, { 2, 0, 2, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 4.433295513580e-05, 1.177094192705e-05, { 2, 0, -1, 0, 0, 0, -20, 16, 0, 0, 0, 0, 0 } }, + { -1.544404794199e-05, -4.064045093785e-05, { 0, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0, 0, 0 } }, + { 2.428607573653e-05, 3.178343161648e-05, { 2, -2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.059401341669e-05, -4.546167033269e-05, { 1, -1, 0, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.740896908108e-05, -1.863546815930e-05, { 3, 0, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.211654084302e-05, 2.391981320797e-05, { 2, 0, -1, 0, 0, 0, 0, -4, 0, 0, 0, 0, 0 } }, + { 2.164100406975e-05, -3.437584048523e-05, { 4, 0, -2, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -1.212148419725e-05, 4.388995701778e-05, { 2, 0, -1, 0, 0, 0, -3, 0, 0, 5, 0, 0, 0 } }, + { -1.151868451574e-06, -5.485303552121e-05, { 2, 0, 0, 0, 0, -13, 14, 0, 0, 0, 0, 0, 0 } }, + { -5.486628621468e-05, 1.070389084193e-06, { 3, 1, -1, 0, -1, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { 5.486628621468e-05, 1.070389084193e-06, { 1, -1, 1, 0, 1, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { 5.492455718067e-05, 9.835410654485e-07, { 2, 0, 1, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { 8.177692380946e-06, 4.770737844567e-05, { 1, -1, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 2.165874664106e-05, -3.422578257054e-05, { 1, -1, 0, 0, 0, 0, 1, 0, 2, -7, 0, 0, 0 } }, + { -3.499667957866e-05, 2.087174203441e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0 } }, + { 3.249630731291e-05, 2.332359344151e-05, { 4, 0, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.573684074404e-05, -4.007416355268e-05, { 1, -1, -1, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { -5.278822609088e-05, 2.986687632103e-06, { 2, 0, -2, 0, 0, 0, 3, -2, -2, 0, 0, 0, 0 } }, + { -4.893962820950e-05, 6.826302787667e-06, { 0, 0, 0, 0, 0, 25, -27, 0, 0, 0, 0, 0, 0 } }, + { 5.329389665421e-05, 2.443252722927e-06, { 2, 0, -1, 0, 0, 0, -7, 16, -4, -5, 0, 0, 0 } }, + { -4.546889536444e-05, -1.024831191016e-05, { 3, -1, -1, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 1.829896056521e-05, -3.739775290385e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 2, 0, 0, 0 } }, + { -5.556669800724e-05, 1.016197756875e-08, { 0, 2, 2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.643278946869e-05, 9.107362802869e-06, { 4, 0, -2, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 5.541540011510e-05, -1.065646581430e-07, { 0, 0, 2, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.233454101323e-05, -3.318385567906e-05, { 2, 0, -1, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.587196954868e-05, 9.635272239742e-06, { 1, 0, 2, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { 4.587196954868e-05, 9.635272239742e-06, { 1, 0, -2, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { 8.768363196491e-06, 4.673620003283e-05, { 2, 2, -2, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.844550454290e-06, -5.263974840282e-05, { 0, 0, 0, 0, 0, 0, 10, -19, 2, -2, 0, 0, 0 } }, + { -5.542011748804e-05, -3.592156963232e-08, { 2, -2, 2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -8.166281235508e-06, 4.728437929450e-05, { 1, -1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 5.523102175395e-05, 8.173991230486e-08, { 6, 0, -4, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -3.688325902979e-05, 1.842168311097e-05, { 3, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -5.270216604091e-05, -2.602755178248e-06, { 0, 0, 1, 0, 0, 5, -9, 0, 0, 0, 0, 0, 0 } }, + { -5.527739125352e-05, -2.350703802452e-08, { 1, 0, 2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.696496327445e-05, -8.311196814204e-06, { 2, -2, -3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 6.781337053684e-06, -4.847590859931e-05, { 4, 0, 1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -1.049526694113e-05, 4.475738211026e-05, { 1, -1, -1, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { -4.829497297938e-05, -6.923514462451e-06, { 1, -1, 1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.459766863866e-05, -1.060253138782e-05, { 1, -1, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.515634848093e-05, -3.552567389009e-08, { 1, 0, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 2.062160634994e-05, 3.455130697641e-05, { 1, 1, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { -4.739608724857e-05, -7.772789824827e-06, { 1, 1, -1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.066452456169e-05, 4.450302377570e-05, { 1, 0, 0, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.656072069255e-05, 3.859605539503e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 4, -5, 0, 0, 0 } }, + { 1.627102047549e-06, 5.352856358642e-05, { 1, 0, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -5.387167330500e-05, -1.238680611313e-06, { 4, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -8.617209587439e-06, 4.647603444405e-05, { 3, -1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -4.971177118492e-05, -5.360951935790e-06, { 1, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -8.628976160085e-06, -4.642759662357e-05, { 1, -1, 0, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 4.422580553146e-05, 1.076309292321e-05, { 2, -2, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.492754840615e-05, -5.519110055773e-08, { 3, -2, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.876349925914e-05, -1.621389802343e-05, { 1, 1, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -2.378110992966e-05, 3.118398976716e-05, { 2, 0, 1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { -1.878722249898e-05, -3.617043927258e-05, { 2, 0, 1, 0, 0, -38, 37, 0, 0, 0, 0, 0, 0 } }, + { -1.878722249898e-05, -3.617043927258e-05, { 2, 0, -1, 0, 0, -38, 37, 0, 0, 0, 0, 0, 0 } }, + { 3.366497474559e-05, 2.128566430777e-05, { 4, 0, 0, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 3.880514751763e-05, -1.611098193202e-05, { 0, 0, 0, 0, 0, 0, 6, -11, -2, 0, 0, 0, 0 } }, + { 1.023414490554e-05, 4.463973052374e-05, { 1, 0, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -2.119492038398e-05, -3.366024901260e-05, { 4, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -2.084271131117e-05, 3.401081822094e-05, { 2, 2, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 2.084611723972e-05, -3.400231900732e-05, { 0, 0, 2, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { -4.541512928544e-05, -9.424284043931e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 2, -6, 0, 0, 0 } }, + { 1.938424161915e-06, -5.290064256744e-05, { 2, 0, -2, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -9.680691743574e-07, -5.384591089140e-05, { 2, 0, 0, 0, 0, -12, 13, 0, 0, 0, 0, 0, 0 } }, + { 5.366935003823e-05, -1.144131263671e-06, { 0, 2, 2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 2.679735808145e-05, -2.800023525374e-05, { 1, -1, 1, 0, 0, 0, 1, 0, 2, -4, 0, 0, 0 } }, + { 2.679735808145e-05, -2.800023525374e-05, { 1, -1, -1, 0, 0, 0, 1, 0, 2, -4, 0, 0, 0 } }, + { -1.641533284045e-06, -5.310458304035e-05, { 2, 0, -1, 0, 0, -16, 17, 0, 0, 0, 0, 0, 0 } }, + { -4.769732193911e-05, -7.014485593000e-06, { 0, 0, 2, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -2.744433513281e-05, -2.726086079768e-05, { 0, 0, 2, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { 1.594521981247e-05, 3.875541912002e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 4, 0, 0, 0 } }, + { 3.037054985087e-05, 2.432728420320e-05, { 0, 0, 0, 0, 0, 6, -9, 0, 3, 0, 0, 0, 0 } }, + { 4.909684208081e-05, 5.515540572327e-06, { 2, 0, -1, 0, 0, 0, -3, 0, 1, 5, 0, 0, 0 } }, + { -5.474510123734e-06, -4.912082188225e-05, { 0, 0, 2, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { -3.343755279663e-05, 2.113221517209e-05, { 4, 0, 0, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 1.576056720149e-05, 3.880180934096e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -5, 4, 0, 0, 0 } }, + { 5.446076636632e-05, 8.185414523697e-08, { 2, 0, 2, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.755420292581e-06, -5.275420107050e-05, { 0, 0, 1, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { -5.333104191651e-05, 1.176553398231e-06, { 0, 0, 0, 0, 0, 0, 3, -4, 1, 0, 0, 0, 0 } }, + { -1.041137520669e-05, 4.408870192667e-05, { 1, -1, 1, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.637312372853e-05, 1.809367200652e-05, { 1, 1, -1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -2.432438053627e-05, -3.008702962038e-05, { 0, 0, 0, 0, 0, 14, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.034553091049e-05, -4.405429095417e-05, { 1, -1, 0, 0, 0, -12, 11, 0, 0, 0, 0, 0, 0 } }, + { 8.795785303543e-06, -4.557399607376e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 0, 5, 0, 0, 0 } }, + { 5.434048278936e-05, 2.717846263747e-08, { 4, 0, -4, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.422712879865e-05, 4.011689497860e-05, { 2, 0, 1, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { -1.040592357234e-05, 4.391429365664e-05, { 3, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.474475791571e-06, -4.979938821302e-05, { 1, -1, 2, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.474102051230e-06, -4.979942179218e-05, { 2, -1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.472780920564e-06, 4.979954046813e-05, { 2, -1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.472772228905e-06, 4.979954124877e-05, { 1, 1, 1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.472702695624e-06, 4.979954749389e-05, { 1, 1, 3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.711786609538e-05, 2.714129787049e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 4, -3, 0, 0, 0 } }, + { -3.888318120435e-05, 1.537377294459e-05, { 2, 0, -1, 0, 0, 0, 4, 0, -2, 0, 0, 0, 0 } }, + { -2.567436900270e-05, 2.855437713426e-05, { 2, 0, -1, 0, 0, 0, -2, 7, 0, 0, 0, 0, 0 } }, + { -5.247580445594e-05, 1.746009046277e-06, { 2, 0, -2, 0, 0, 26, -30, 0, 0, 0, 0, 0, 0 } }, + { 4.579896754781e-05, -8.421245823538e-06, { 2, 0, -3, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -1.040732682663e-05, 4.380585168361e-05, { 2, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.068651608634e-05, -3.345343925558e-05, { 2, 0, 0, 0, 0, 0, 14, -16, 0, 0, 0, 0, 0 } }, + { 1.054414831589e-05, 4.357640567275e-05, { 2, 2, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 3.507239090400e-05, 1.904400166897e-05, { 4, 0, -1, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { -1.879688400199e-05, 3.530831561850e-05, { 2, -2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.725529182482e-05, 3.683140044781e-05, { 0, 0, 0, 0, 0, 0, 3, 0, 0, -5, 0, 0, 0 } }, + { 3.786341287117e-05, -1.622170001124e-05, { 2, 0, -3, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 2.079052998583e-05, -3.328441750305e-05, { 1, -1, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.570541310915e-05, -8.361418386450e-06, { 1, -1, 1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.729357514585e-05, -3.674368172338e-05, { 2, 0, -1, 0, 0, 0, -4, 6, -2, 0, 0, 0, 0 } }, + { 2.754536933485e-05, 2.647481957744e-05, { 2, 0, 1, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.894492902510e-05, -1.506852065057e-05, { 1, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.364495808128e-05, 4.033744110846e-05, { 2, -2, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.156720876295e-05, 2.237165129432e-05, { 2, 0, -1, 0, 0, 0, -8, 9, 0, 0, 0, 0, 0 } }, + { -2.958101447599e-06, -5.096857254752e-05, { 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 3.594945736701e-05, 1.795526566489e-05, { 4, 0, -4, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.276755733310e-05, 4.113555653454e-05, { 0, 0, 1, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.263921870662e-05, 3.120961704503e-05, { 2, 0, -2, 0, 0, 10, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.578834571325e-05, 3.804062386151e-05, { 0, 0, 0, 0, 0, 5, -7, -4, 0, 0, 0, 0, 0 } }, + { -2.858448512295e-05, -2.522833336528e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 1, 5, 0, 0, 0 } }, + { -1.005453163757e-05, 4.375776810151e-05, { 1, -1, 1, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { 3.153895428519e-05, 2.226720933876e-05, { 2, 0, 0, 0, 0, 6, -11, 0, 3, 0, 0, 0, 0 } }, + { 3.152953428017e-05, 2.223144538781e-05, { 4, 0, -1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.102454852064e-05, 4.270216880716e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 3, -5, 0, 0, 0 } }, + { 1.102099059447e-05, 4.269324107263e-05, { 1, -1, -1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 2.961317344033e-05, -2.407604376019e-05, { 2, -2, 0, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 2.997959944333e-05, -2.370894117848e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 6, 0, 0, 0, 0 } }, + { 3.381511551908e-05, -1.986348157935e-05, { 4, 0, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -1.406287019182e-05, -3.960400157751e-05, { 0, 0, 2, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 4.496756169739e-05, 8.687141661771e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 2, -3, 0, 0, 0 } }, + { 4.676812279076e-05, -6.880769255380e-06, { 1, -1, 0, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.989716839441e-05, 1.365575637572e-05, { 1, 0, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.010847436094e-05, -4.342192847077e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 2, -2, 0, 0, 0 } }, + { -5.249739219143e-05, 1.022755972777e-06, { 3, 1, -2, 0, -1, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.401915924513e-05, -3.948212379418e-05, { 0, 0, 2, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -1.071140303721e-05, 4.278061256581e-05, { 1, 1, -1, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { -4.757529750762e-05, 5.865742493293e-06, { 0, 0, 1, 0, 0, 0, -10, 16, 0, 0, 0, 0, 0 } }, + { -2.073851456027e-05, -3.269716106792e-05, { 1, 1, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.870115370747e-06, -5.154635440280e-05, { 0, 0, 1, 0, 0, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { -4.248405366213e-05, 1.085265216789e-05, { 2, -2, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.491109049289e-05, -3.840527298998e-05, { 1, -1, 1, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { -4.615062060558e-05, -7.147942466766e-06, { 0, 0, 2, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -1.005056290771e-05, -4.324131918349e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 2, -2, 0, 0, 0 } }, + { -5.175335965676e-05, 1.520497361333e-06, { 2, 0, -3, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.757269384811e-05, -2.566872658319e-05, { 0, 0, 0, 0, 0, 0, 4, -7, -3, 0, 0, 0, 0 } }, + { 4.465470597840e-05, 8.545504695302e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 2, -3, 0, 0, 0 } }, + { 1.406326573330e-05, -3.912754753032e-05, { 1, -1, -1, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.926243350836e-05, 3.392596069211e-05, { 1, -1, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.443867472977e-05, -3.870886681890e-05, { 0, 0, 1, 0, 0, -17, 14, 0, 0, 0, 0, 0, 0 } }, + { 6.104145204335e-06, 4.703406102234e-05, { 1, 1, 0, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { 3.528442904938e-06, 4.960548730203e-05, { 2, 0, -1, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.636938270964e-05, -3.671500652592e-05, { 2, 0, -1, 0, 0, 0, -3, 0, 4, -5, 0, 0, 0 } }, + { -2.365909518746e-05, 2.942480294664e-05, { 1, -1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { -1.018465437967e-05, 4.289678568974e-05, { 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.468434505351e-05, 8.377742296640e-06, { 2, -2, -1, 0, 0, 31, -35, 0, 0, 0, 0, 0, 0 } }, + { 1.775078986586e-05, -3.528574776335e-05, { 0, 0, 1, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { -4.114279237013e-05, 1.188175915614e-05, { 1, -1, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.503634715579e-05, 7.979739651511e-06, { 2, 0, -5, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -4.829945528447e-05, -4.715333952798e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 1, 2, 0, 0, 0 } }, + { 4.946070507330e-05, -3.551900173949e-06, { 2, 0, -1, 0, 0, 16, -18, 0, 0, 0, 0, 0, 0 } }, + { 5.197179731936e-05, 1.012574282501e-06, { 1, -1, 0, 0, 1, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { 5.082619383893e-05, -2.144642172365e-06, { 0, 2, -1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.852765516906e-06, -5.111097835627e-05, { 0, 0, 1, 0, 0, -11, 12, 0, 0, 0, 0, 0, 0 } }, + { 3.538616835546e-05, 1.752971807671e-05, { 0, 0, 1, 0, 0, 10, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.432730105762e-05, 1.857756931018e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 } }, + { 4.518168064286e-05, -7.691447866248e-06, { 2, 0, 1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.909667653083e-05, 1.375263833732e-05, { 1, 0, 0, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -5.275668378115e-05, 6.520909835904e-08, { 2, -2, 0, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.073364795729e-05, 4.205363864799e-05, { 1, 1, 0, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { 1.394559295588e-05, -3.883405736471e-05, { 1, -1, 1, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.701061580294e-05, -5.750731574058e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 5, -5, 0, 0, 0 } }, + { -4.852537375240e-06, -4.790343827225e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 3, -5, 0, 0, 0 } }, + { -8.262521490576e-06, 4.448916898066e-05, { 3, 1, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -2.454296709847e-05, 2.819339787693e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 1, -2, 0, 0, 0 } }, + { -2.046722109629e-05, -3.222014357673e-05, { 3, -2, 0, 0, 0, 0, -31, 39, 0, 0, 0, 0, 0 } }, + { -7.946142326661e-06, -4.472028309413e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -6, 5, 0, 0, 0 } }, + { 3.666491546515e-05, -1.599012113567e-05, { 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.833437453474e-05, -1.429745346690e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 3, -3, 0, 0, 0 } }, + { -3.508402556814e-05, 1.754275686304e-05, { 0, 0, 2, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.838687562545e-05, -3.423766159491e-05, { 2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { 5.137286557610e-06, 4.748350059185e-05, { 4, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.258965034235e-05, 3.437041178647e-09, { 2, -2, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -9.919170916337e-06, 4.266422454342e-05, { 1, -1, -1, 0, 0, 17, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.165230099288e-06, 5.040918204717e-05, { 2, 0, 0, 0, 0, 22, -23, 0, 0, 0, 0, 0, 0 } }, + { 5.099298898500e-05, 1.555194066761e-06, { 1, 0, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.556914173793e-06, -5.094944973694e-05, { 0, 0, 0, 0, 0, 0, 3, 0, 0, -4, 0, 0, 0 } }, + { 2.398135694977e-05, -2.850999789832e-05, { 3, -1, -2, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 3.608376366753e-05, 1.640205085978e-05, { 0, 0, 1, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0 } }, + { -4.361424537207e-05, 8.838384176572e-06, { 1, -1, 0, 0, 0, 13, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.450882963274e-05, 3.793785359623e-05, { 0, 0, 1, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.871813780563e-05, 2.372751796901e-05, { 3, 0, -2, 0, -4, 0, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.785439154952e-05, 2.458048251169e-05, { 2, 0, 0, 0, 0, 0, -9, 14, 0, 0, 0, 0, 0 } }, + { -7.753902109777e-06, -4.465509465610e-05, { 2, 0, -2, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { -3.448444977542e-05, -1.790562202477e-05, { 0, 0, 2, 0, 0, -26, 28, 0, 0, 0, 0, 0, 0 } }, + { 5.213502280826e-05, 2.471476127348e-07, { 2, 0, 0, 0, 0, 0, -1, 0, 2, -1, 0, 0, 0 } }, + { -1.824231545237e-06, -5.055407612765e-05, { 0, 0, 1, 0, 0, -17, 18, 0, 0, 0, 0, 0, 0 } }, + { 3.556044107913e-05, -1.680852883718e-05, { 4, 0, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -3.469519773073e-05, -1.763367908489e-05, { 1, 0, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 7.182573206063e-06, 4.514133098751e-05, { 2, 0, -1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -3.386258891255e-05, 1.837541956072e-05, { 1, 0, 0, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -3.923284336818e-07, -5.180888787521e-05, { 0, 0, 0, 0, 0, 0, 6, -13, 0, 0, 0, 0, 0 } }, + { -3.351318690066e-05, -1.864861823245e-05, { 2, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.053529318729e-05, 1.567475462562e-06, { 0, 2, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.055190925582e-05, 4.150699972090e-05, { 1, -1, 1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -3.618191638541e-05, 1.586519602926e-05, { 2, 0, -1, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0 } }, + { -1.834684647598e-06, -5.018909732441e-05, { 0, 0, 1, 0, 0, -16, 17, 0, 0, 0, 0, 0, 0 } }, + { 3.469029183820e-05, 1.732610379094e-05, { 2, -2, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.731219900300e-05, 3.469203540966e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -3, 4, 0, 0, 0 } }, + { -3.006538849003e-05, -2.193040255508e-05, { 2, 0, 1, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { 4.192552060505e-05, 1.006298526238e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -4, 1, 0, 0, 0 } }, + { -3.147409577413e-05, 2.048249766549e-05, { 3, 0, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -9.967105085616e-06, -4.197695079218e-05, { 1, -1, 1, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.532690115449e-05, -1.661592451518e-05, { 2, 0, -2, 0, 0, 9, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.351106714541e-05, 2.841686512132e-05, { 4, 0, -1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 1.762619549502e-06, 5.010642836303e-05, { 0, 0, 1, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { 9.923051762960e-06, -4.191239316204e-05, { 1, 1, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.727649514860e-05, -4.544927118105e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 1, 2, 0, 0, 0 } }, + { 4.769203576443e-05, 4.117837601152e-06, { 1, -1, 0, 0, 0, 0, -8, 17, 0, 0, 0, 0, 0 } }, + { -3.900049502945e-05, -1.277474297059e-05, { 2, -2, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -4.219173368901e-06, -4.755021096020e-05, { 0, 2, 0, 0, 0, -23, 22, 0, 0, 0, 0, 0, 0 } }, + { 3.546777240765e-05, 1.627865554963e-05, { 1, 0, 1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.557147566760e-05, 2.616510381836e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 6, -16, 3, 0, 0 } }, + { -5.081126042814e-05, 9.174228781382e-07, { 2, 0, 1, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { -1.430121816649e-05, -3.735605920001e-05, { 2, 0, -1, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.262335878894e-05, 8.992629632438e-06, { 2, 0, 1, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { 4.396268030172e-05, -7.638304424184e-06, { 0, 0, 0, 0, 0, 19, -21, 0, 0, 0, 0, 0, 0 } }, + { -5.153901388842e-05, 4.556660004190e-08, { 3, 0, -3, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -8.034501175455e-06, 4.353228972002e-05, { 2, 0, 0, 0, 0, 0, -2, 0, -1, 2, 0, 0, 0 } }, + { -2.554297541577e-06, -4.899246363882e-05, { 4, 0, -1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 4.120701254676e-05, -1.032717023427e-05, { 2, 0, -2, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.221933225351e-05, 2.931151073800e-05, { 2, 0, 1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { 2.073581052233e-06, -4.942310551130e-05, { 0, 0, 2, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.280687109344e-05, 2.867531404223e-05, { 1, -1, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 2.399620212203e-05, -2.747922171202e-05, { 2, 0, -1, 0, 0, -13, 9, 0, 0, 0, 0, 0, 0 } }, + { 3.009345534344e-05, -2.138026191278e-05, { 2, 0, -2, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 4.987159344237e-05, -1.595160000208e-06, { 2, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.106715985830e-05, -3.891804628246e-07, { 2, 0, 0, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { -1.535063646745e-05, 3.608446940971e-05, { 1, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.426654473508e-05, -1.711388330330e-05, { 2, 2, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.029132042832e-05, -2.108757582041e-05, { 0, 0, 0, 0, 0, 0, 3, -6, 3, 0, 0, 0, 0 } }, + { -3.294928676350e-05, -1.841704914498e-05, { 2, 0, 1, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { -2.298437862553e-05, -2.836367671261e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { -7.071911454640e-07, -5.061845327852e-05, { 2, 0, 0, 0, 0, -11, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.602884874717e-05, -2.529459809685e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -1, -5, 0, 0, 0 } }, + { -9.133852745221e-07, -5.039952828373e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 0, 4, 0, 0, 0 } }, + { -4.854821980296e-05, 2.757419792993e-06, { 0, 0, 1, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0 } }, + { 4.554143083973e-05, 5.757040219227e-06, { 2, 0, 0, 0, 0, 0, 2, 0, 0, -4, 0, 0, 0 } }, + { -2.731689690836e-05, -2.391351511133e-05, { 2, 0, -1, 0, 0, 0, 1, 2, -3, 0, 0, 0, 0 } }, + { 1.509187197521e-05, 3.613070835254e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 4, 0, 0, 0 } }, + { -5.107961880959e-05, 5.437825210125e-08, { 2, 0, -2, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.169945368890e-05, -3.942696751182e-05, { 6, 0, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 4.361888724003e-05, 7.485090695289e-06, { 1, -1, -1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.107276840759e-05, -2.137019549217e-08, { 1, 0, 0, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.168624928929e-05, -3.939110860241e-05, { 6, 0, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 3.417125184340e-05, -1.684773006861e-05, { 1, -1, -1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 2.266549998948e-05, -2.834506374934e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { -3.369738007249e-05, 1.730663862710e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 4, -5, 0, 0, 0 } }, + { 3.400302509789e-05, 1.698948580680e-05, { 0, 0, 2, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.810764157990e-05, -2.285217831878e-05, { 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.652109490629e-05, -4.434908918495e-06, { 2, 0, -1, 0, 0, 0, 2, 0, 0, 0, -3, 0, 0 } }, + { -9.289840322108e-06, 4.166614995031e-05, { 1, -1, 1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.318962977412e-05, 2.776602765824e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0 } }, + { -2.695018325479e-06, 4.825067611802e-05, { 2, 0, 0, 0, 0, 16, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.366575032358e-05, 3.727752450682e-05, { 0, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.369368834033e-05, 3.723402939682e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -3, 1, 0, 0, 0 } }, + { -4.911663283141e-05, 1.810875758070e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -6, 5, 0, 0, 0 } }, + { 4.862056449355e-05, 2.267620928190e-06, { 3, 0, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.839081015729e-05, -3.249439329964e-05, { 4, 0, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -3.025194902610e-05, -2.061219986406e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 4, -11, 3, 0, 0 } }, + { 3.025194902610e-05, -2.061219986406e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -4, 11, -3, 0, 0 } }, + { -4.356298837726e-05, -7.294308594355e-06, { 2, 0, -1, 0, 0, 0, 6, 0, -7, 0, 0, 0, 0 } }, + { 3.553928952083e-05, -1.531451720555e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 6, 0, 0, 0, 0 } }, + { -1.124284698956e-05, -3.958663224938e-05, { 4, 0, -2, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 1.297077752389e-05, 3.783859049206e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.403242060302e-05, -1.677632507323e-05, { 1, -1, 1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -9.413692923207e-06, -4.138581861863e-05, { 0, 0, 0, 0, 0, 16, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.561192764536e-05, -2.518701284740e-05, { 2, 0, 0, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.051250546175e-05, -1.022488502320e-05, { 2, -2, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.685311012215e-06, -4.804827221845e-05, { 2, 0, 0, 0, 0, 0, 13, -16, 0, 0, 0, 0, 0 } }, + { 2.979479774125e-05, 2.093700683949e-05, { 2, 0, -1, 0, 0, 0, 14, -19, 0, 0, 0, 0, 0 } }, + { -1.155140239894e-05, -3.917089194211e-05, { 3, 0, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 4.849606137868e-05, -2.223148551906e-06, { 2, 0, -2, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { 5.068630100745e-05, 2.604185056543e-08, { 4, -2, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.057363665214e-06, 4.765052547535e-05, { 2, 0, -2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 1.218686872302e-05, -3.851851512513e-05, { 0, 0, 0, 0, 0, 7, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.392913021766e-05, 1.674661264884e-05, { 2, 0, -2, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { 5.065581521646e-05, 1.135330426004e-08, { 0, 2, 2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -9.607461228512e-06, 4.105430182125e-05, { 1, -1, -1, 0, 0, 14, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.143252612658e-05, 3.922502132534e-05, { 1, 0, 0, 0, 0, -20, 16, 8, -3, 0, 0, 0, 0 } }, + { -5.055057515364e-05, -1.029605371753e-07, { 2, 0, -3, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.535027169712e-05, -5.302416384915e-06, { 1, -1, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -2.314097462872e-05, -2.750993678437e-05, { 1, 1, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.377133182710e-05, 3.687882435486e-05, { 1, -1, 0, 0, 0, 22, -23, 0, 0, 0, 0, 0, 0 } }, + { -4.969050619217e-05, 9.321605841659e-07, { 2, -2, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 4.884409777896e-05, -1.775428499316e-06, { 0, 0, 1, 0, 0, 0, -6, 12, 0, 0, 0, 0, 0 } }, + { -4.934660847319e-05, 1.257274873351e-06, { 0, 0, 4, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 4.301322519714e-05, -7.528016674351e-06, { 2, 0, -3, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.069324903769e-05, -3.983604938336e-05, { 3, 1, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 3.634966445113e-05, 1.416898833460e-05, { 4, 0, -2, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 3.243525258636e-05, -1.803156563443e-05, { 1, 0, -3, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 1.149290660691e-05, -3.896026909825e-05, { 3, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -4.177987141298e-05, -8.659196559145e-06, { 1, -1, 0, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.251663746097e-05, -3.792049097589e-05, { 2, 0, 0, 0, 0, -5, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.040669595947e-05, 4.256025312678e-09, { 3, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.271456943624e-05, -7.662522692790e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -2, 4, 0, 0, 0 } }, + { -6.770928499261e-07, 4.969748858669e-05, { 1, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -5.035394908867e-05, 1.663787518967e-08, { 4, 0, -2, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 9.636306399882e-06, -4.070054706586e-05, { 2, -1, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.539778269146e-05, 3.493224660495e-05, { 0, 0, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.138911271456e-05, 1.889502747233e-05, { 1, 0, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.573746751278e-06, 4.469555397455e-05, { 0, 0, 1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.421438204120e-05, 1.604852022654e-05, { 0, 0, 2, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 4.682095473906e-05, -3.439274221472e-06, { 0, 0, 1, 0, 0, 0, -8, 14, 0, 0, 0, 0, 0 } }, + { 4.926268823209e-05, 9.319138021235e-07, { 0, 0, 1, 0, 0, 0, -1, 0, 2, -1, 0, 0, 0 } }, + { -4.999966817202e-05, 1.152085467629e-07, { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.134970822182e-05, -3.875896224008e-05, { 1, 0, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 1.978819185516e-06, -4.812355567332e-05, { 2, -2, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -9.999774324072e-06, 4.009964976949e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 3, -5, 0, 0, 0 } }, + { -4.999990459138e-05, -9.767728945945e-08, { 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.999990753466e-05, 9.615885586284e-08, { 4, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.226152378208e-05, -7.828451462807e-06, { 1, -1, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.165832504429e-05, 3.841101873918e-05, { 1, -1, 0, 0, 0, 17, -18, 0, 0, 0, 0, 0, 0 } }, + { 4.377858243913e-05, -6.256147647055e-06, { 2, 0, 0, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { -1.156179664054e-05, 3.847138290447e-05, { 1, 0, 0, 0, 0, -20, 24, -8, 3, 0, 0, 0, 0 } }, + { 1.636833603439e-05, 3.364918055989e-05, { 2, -2, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -4.999999985523e-05, 3.804817765668e-09, { 2, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -4.999999998170e-05, -1.352630170138e-09, { 2, -1, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 4.999999998421e-05, -1.256637061306e-09, { 2, 1, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -4.999999998134e-05, -1.221730476197e-09, { 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.999999998848e-05, 1.073377489894e-09, { 0, 1, -3, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 4.999999999192e-05, 8.988445647287e-10, { 2, -1, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -4.999999999605e-05, -6.283185307024e-10, { 2, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 4.999999999605e-05, -6.283185307024e-10, { 2, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 4.999999999648e-05, -5.934119456541e-10, { 2, -1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -4.999999999922e-05, -2.792526803071e-10, { 2, -1, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 0.000000000000e+00, 5.000000000000e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 5.000000000000e-05, 0.000000000000e+00, { 0, 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.315404894517e-05, 6.842887932875e-06, { 2, 0, -2, 0, 0, 6, -11, 6, -2, 0, 0, 0, 0 } }, + { -2.896190389472e-06, -4.708549395741e-05, { 3, -1, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -4.987121055138e-05, -8.739140693181e-08, { 3, 0, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.279228135460e-05, -2.711431829747e-05, { 1, -1, 0, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0 } }, + { 2.139160395258e-06, -4.770573948942e-05, { 4, 0, -1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 3.498199373851e-05, 1.486268068290e-05, { 2, 2, 0, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.498199373851e-05, 1.486268068290e-05, { 2, 2, -2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -9.312354909939e-06, -4.050949484578e-05, { 2, 1, -3, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.307249215045e-06, 4.747716700208e-05, { 2, 0, 0, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { -1.742927474573e-05, 3.233771148101e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -3, 5, 0, 0, 0 } }, + { 4.974290254346e-05, -1.394295838257e-08, { 0, 0, 4, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.952216290317e-05, -2.325945639641e-07, { 1, 0, 0, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 7.142446751835e-06, 4.260270020002e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 6, 0, 0, 0 } }, + { -4.228729488702e-05, -7.442539516359e-06, { 4, 2, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 3.710089482399e-05, 1.261767436655e-05, { 4, 0, -3, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 1.812481652285e-06, -4.790488044972e-05, { 4, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 1.524124317375e-05, -3.446350365949e-05, { 0, 0, 1, 0, 0, -1, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.244914170544e-05, -1.720258405873e-05, { 1, -1, -1, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0 } }, + { 2.026856531831e-05, -2.938287212600e-05, { 0, 0, 0, 0, 0, 0, 3, -8, 0, 0, 0, 0, 0 } }, + { -4.925522115859e-05, -3.885276178177e-07, { 2, -2, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 9.067452197342e-06, -4.055953245651e-05, { 1, -1, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { 3.972515769440e-07, -4.921476771421e-05, { 2, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.468247574360e-05, -2.491536542208e-05, { 0, 0, 2, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 3.082385214351e-05, 1.875744819713e-05, { 2, 0, -1, 0, 0, 0, 10, -9, 0, 0, 0, 0, 0 } }, + { -3.611444092452e-05, 1.342638728917e-05, { 0, 0, 0, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { 3.449486764040e-05, 1.504317805478e-05, { 2, 0, -1, 0, 0, -25, 29, 0, 0, 0, 0, 0, 0 } }, + { -4.407250122433e-05, -5.442604722970e-06, { 0, 0, 0, 0, 0, 3, -8, 6, 0, 0, 0, 0, 0 } }, + { 3.258968841983e-05, -1.687746151307e-05, { 2, -2, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -1.576664470267e-05, -3.369091280235e-05, { 2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.126868336727e-05, -3.818295528966e-05, { 0, 0, 0, 0, 0, 0, 17, -32, 0, 0, 0, 0, 0 } }, + { 2.890659724841e-05, 2.050484122665e-05, { 0, 0, 0, 0, 0, 0, 11, -16, 0, 0, 0, 0, 0 } }, + { 4.914366040031e-05, -2.560963783962e-07, { 4, 0, -2, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -4.517197071566e-05, -4.221007596998e-06, { 0, 0, 1, 0, 0, 0, -5, 0, 5, 0, 0, 0, 0 } }, + { -3.352556069443e-05, -1.581857337542e-05, { 2, 0, 0, 0, 0, 13, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.418364820211e-05, 3.512328665408e-05, { 1, 1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.424941649414e-05, 3.503725936255e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 5, -4, 0, 0, 0 } }, + { 4.925098774435e-05, 3.012736019576e-08, { 6, 0, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.428717671656e-06, -3.984670166493e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -4, 10, 0, 0, 0 } }, + { 2.718274860200e-07, -4.897822967649e-05, { 2, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.767701977633e-06, 4.745387474971e-05, { 1, 0, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -2.789081970571e-05, -2.132556929364e-05, { 1, -1, 0, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { 3.117013517316e-05, -1.803246914346e-05, { 2, 0, 0, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0 } }, + { -1.595278641508e-05, -3.323959214433e-05, { 2, 0, 0, 0, 0, 0, 11, -15, 0, 0, 0, 0, 0 } }, + { -9.098333197539e-06, 4.009149079448e-05, { 1, -1, -1, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { -6.712770361884e-06, 4.246742404181e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 2, -6, 0, 0, 0 } }, + { -4.913338353424e-05, 2.191399669068e-08, { 0, 0, 2, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 8.972824342332e-06, -4.017025131576e-05, { 4, 0, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -9.302650681498e-06, -3.981628174251e-05, { 3, -1, -2, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { 3.837466362649e-05, -1.073820398726e-05, { 2, 0, -1, 0, 0, 0, -4, 0, 6, 0, 0, 0, 0 } }, + { -9.170910366532e-06, 3.992111263893e-05, { 3, -1, -1, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { 2.937657877780e-05, 1.971217039305e-05, { 2, 0, 0, 0, 0, -20, 16, 7, -8, 6, 0, 0, 0 } }, + { -1.580295073029e-05, -3.328484768225e-05, { 1, 0, 1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 2.201807311219e-05, -2.706779274112e-05, { 2, 0, 0, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { 4.126526437764e-05, 7.807267243595e-06, { 2, -2, 0, 0, 0, -21, 23, 0, 0, 0, 0, 0, 0 } }, + { -1.673237705591e-05, 3.230953401380e-05, { 0, 1, -1, 0, 0, 0, 0, 0, -4, 5, 0, 0, 0 } }, + { 3.708090081315e-05, -1.194680859898e-05, { 1, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.879049164185e-05, -2.027979767171e-07, { 0, 0, 1, 0, -2, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.198063779137e-05, -3.697959711929e-05, { 1, -1, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 5.275310296644e-06, 4.368425213220e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -3, 5, 0, 0, 0 } }, + { 3.866093738911e-05, 1.026313403376e-05, { 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.313391246924e-05, 3.578267961803e-05, { 1, 0, -1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.260358616286e-05, -1.628400814537e-05, { 2, 2, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -8.479028944452e-06, -4.038898087456e-05, { 2, 0, -2, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.185065522513e-05, -6.971339770040e-06, { 1, -1, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -6.929746804232e-06, 4.188591372623e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 6, -5, 0, 0, 0 } }, + { 1.888609904699e-05, -2.991830982454e-05, { 2, -2, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -1.624953121367e-06, 4.716032261892e-05, { 2, 2, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -9.497109159605e-06, -3.928490267937e-05, { 1, -1, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.981117390957e-05, -8.969508525780e-06, { 1, -1, -1, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { -4.869526663223e-05, -2.678102234179e-08, { 3, 0, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.248868264834e-05, 1.622715248441e-05, { 2, -2, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -4.870046764948e-05, -6.067780840985e-09, { 2, 2, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.914893845879e-05, 1.955629025734e-05, { 2, 0, 1, 0, 0, -20, 16, 7, -8, 6, 0, 0, 0 } }, + { -2.914893845879e-05, 1.955629025734e-05, { 2, 0, -1, 0, 0, 20, -16, -7, 8, -6, 0, 0, 0 } }, + { 4.739273899090e-05, -1.304992099565e-06, { 2, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0 } }, + { -9.201816160964e-06, 3.947568038057e-05, { 1, -1, -1, 0, 0, 16, -15, 0, 0, 0, 0, 0, 0 } }, + { -4.096680769560e-05, 7.706136249389e-06, { 1, -1, 1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.411494204937e-05, 3.452772265550e-05, { 2, 0, -1, 0, 0, 5, -7, -4, 0, 0, 0, 0, 0 } }, + { 4.858758166498e-05, -4.214436817133e-08, { 0, 0, 0, 0, 0, 0, 2, -4, 0, 2, 0, 0, 0 } }, + { 1.387860992374e-05, -3.474744180244e-05, { 0, 0, 1, 0, 0, 0, -10, 14, 0, 0, 0, 0, 0 } }, + { 4.266025378809e-05, -5.942803898626e-06, { 2, -2, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 4.836210629656e-05, -2.252770882885e-07, { 2, 0, -1, 0, -2, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.733648463445e-05, -2.115540761153e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 6, 0, 0, 0, 0 } }, + { 3.616374574166e-05, 1.228445404762e-05, { 4, 0, -3, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -9.166751513728e-06, 3.925660394140e-05, { 1, -1, -1, 0, 0, 15, -14, 0, 0, 0, 0, 0, 0 } }, + { 2.948862302353e-05, 1.892798882519e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, -3, 0, 0 } }, + { 4.826532534491e-05, 1.368162440605e-07, { 2, 2, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -4.085307795191e-05, 7.525406800289e-06, { 2, 2, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -1.544544973719e-05, -3.292281789483e-05, { 3, -2, 0, 0, 0, -18, 19, 0, 2, -5, 0, 0, 0 } }, + { -2.987586099027e-05, 1.839713607578e-05, { 0, 0, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.440906285720e-05, -3.386075871337e-05, { 2, 0, 1, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { -4.758072284084e-05, -6.802332687746e-07, { 0, 2, 2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.625965436726e-05, -3.195888685645e-05, { 2, 0, 1, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { 4.997435553940e-06, -4.319234943697e-05, { 0, 0, 1, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0 } }, + { -4.615914330378e-05, 2.026836209821e-06, { 2, 0, -1, 0, 0, 4, -5, 0, 1, 0, 0, 0, 0 } }, + { 3.858341289901e-05, 9.587256922987e-06, { 2, 2, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.800347215912e-05, 1.477616445235e-07, { 3, 0, -2, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.751321342322e-05, -3.061932332171e-05, { 2, 0, 2, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -3.924103287932e-05, -8.884783675700e-06, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -6, 0, 0, 0 } }, + { -3.634762119551e-05, -1.176841214335e-05, { 0, 0, 0, 0, 0, 0, 4, 0, -6, 0, 0, 0, 0 } }, + { -2.962105854378e-05, 1.846885718744e-05, { 2, 0, 0, 0, 0, -3, 18, -25, 2, 0, 0, 0, 0 } }, + { -9.369377866712e-06, 3.872029425294e-05, { 4, 0, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.164261520827e-05, -2.644420197685e-05, { 1, 1, -2, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -9.395261352284e-06, 3.868980511528e-05, { 0, 1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.962722014123e-05, 1.845777492020e-05, { 2, 0, 0, 0, 0, 3, -18, 25, -2, 0, 0, 0, 0 } }, + { -2.088146558851e-06, 4.599484283079e-05, { 2, 0, 1, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -3.034059600347e-05, -1.768087143636e-05, { 2, 0, 0, 0, 0, 0, 9, -8, 0, 0, 0, 0, 0 } }, + { 1.607769288162e-05, 3.192481528312e-05, { 0, 0, 0, 0, 0, 2, -3, 0, 2, 0, 0, 0, 0 } }, + { -4.770053580884e-05, -3.019675115809e-07, { 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, -2, 0 } }, + { 7.722573912889e-06, 4.025946590717e-05, { 5, -1, -3, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 3.043790705163e-05, -1.751356454464e-05, { 2, 0, 1, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.859860377677e-05, -1.935234609223e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -3, 5, 0, 0, 0 } }, + { -2.542158645388e-05, 2.252706874859e-05, { 2, 0, -1, 0, 0, 0, -6, 5, 0, 0, 0, 0, 0 } }, + { 1.984249370210e-05, -2.809258145915e-05, { 0, 0, 2, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0 } }, + { -4.185999827974e-05, 6.048151315609e-06, { 1, 1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.207970933086e-05, 1.582440579813e-05, { 0, 0, 2, 0, 0, 15, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.252398809036e-05, -1.531227687617e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 2, -8, 0, 0, 0 } }, + { 3.321285392974e-05, -1.461544525962e-05, { 1, -1, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 2.397975887923e-05, -2.384165333129e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 1, -1, 0, 0, 0 } }, + { 4.752031779603e-05, 2.980323151942e-07, { 4, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.539251534073e-05, -3.241288225398e-05, { 2, 0, 0, 0, 0, 0, 12, -16, 0, 0, 0, 0, 0 } }, + { 4.106223458558e-05, 6.716113029918e-06, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -6, 3, 0, 0 } }, + { 1.156743748608e-05, 3.620611289052e-05, { 4, 0, -2, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.425037422120e-05, -3.350962277706e-05, { 2, 0, 1, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { -9.906999723906e-06, -3.785044051610e-05, { 1, 0, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -9.810832452091e-06, -3.787720798764e-05, { 2, 0, 0, 0, 0, 0, -2, 0, -1, 5, 0, 0, 0 } }, + { 7.955272389165e-06, 3.971704681250e-05, { 0, 0, 0, 0, 0, 0, 2, 0, 1, -2, 0, 0, 0 } }, + { -3.825882654516e-05, 9.408779386880e-06, { 1, -1, 1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -4.762177169972e-05, 1.003784273796e-08, { 4, 0, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.267226487369e-05, 4.956281384204e-06, { 1, 1, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.539597020901e-06, -4.308211702316e-05, { 4, 0, -1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 1.859599538882e-05, -2.901710905671e-05, { 1, 0, 2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 4.758199692531e-05, 1.984909035839e-08, { 4, 2, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.159135736257e-05, -2.598727519136e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -5, 3, 0, 0, 0 } }, + { 3.999159704008e-05, 7.569650686827e-06, { 2, -2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.479279439736e-05, -3.271119883512e-05, { 0, 0, 1, 0, 0, -3, 8, -4, 0, 0, 0, 0, 0 } }, + { 3.716864207524e-05, 1.023856100530e-05, { 2, -2, 0, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -4.150919468512e-05, 5.887651241991e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 6, -3, 0, 0 } }, + { -3.174771022393e-05, 1.564803317263e-05, { 2, 0, -2, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { -5.515731901848e-06, -4.187785330780e-05, { 1, -1, 0, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { 4.733775804661e-05, 4.170923398800e-08, { 1, 0, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.598998484880e-05, -2.138871788432e-05, { 2, 0, 0, 0, 0, 3, -6, 4, 0, 0, 0, 0, 0 } }, + { 1.848209406050e-05, -2.887995352243e-05, { 2, 0, -1, 0, 0, 0, -3, 4, -2, 0, 0, 0, 0 } }, + { 1.469090524629e-05, 3.266311541007e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 7, 0, 0, 0 } }, + { 3.665730953400e-05, -1.069621444733e-05, { 3, 1, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -2.194928353752e-05, -2.535852253128e-05, { 4, 0, -2, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { -4.700343134898e-05, 2.968732573008e-07, { 2, 0, -1, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { 3.151912763748e-05, -1.574219598841e-05, { 4, 2, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 6.739455035200e-06, -4.051976855165e-05, { 0, 0, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0, 0 } }, + { -9.504301747268e-06, -3.775144126400e-05, { 3, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 4.686106649750e-05, -3.939040459010e-07, { 1, 0, -1, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0 } }, + { 1.694097994501e-05, 3.029358081147e-05, { 4, 0, -2, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.774224027599e-06, -4.545639620459e-05, { 1, 0, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.942642054812e-05, -2.780054953392e-05, { 0, 0, 0, 0, 0, 9, -14, 0, 0, 0, 0, 0, 0 } }, + { 6.677570629853e-06, 4.054227252772e-05, { 0, 0, 2, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.415457813991e-05, -3.303024990360e-05, { 1, 0, -1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.893949517997e-05, -2.824438563024e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 5, -5, 0, 0, 0 } }, + { 4.684473450361e-05, -3.342191853879e-07, { 0, 0, 2, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -7.489440998526e-06, 3.967226496549e-05, { 2, 0, -1, 0, 0, 0, -2, 0, -1, 2, 0, 0, 0 } }, + { -4.710708310463e-05, 3.630171795646e-08, { 1, 0, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 3.971395303032e-05, -7.426967732811e-06, { 3, 1, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 4.712245823774e-05, -6.069273263456e-09, { 0, 0, 1, 0, 0, -24, 24, 0, 0, 0, 0, 0, 0 } }, + { 2.419117388678e-05, 2.292111326889e-05, { 4, 0, -1, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -9.108178574858e-06, 3.799131145210e-05, { 1, 1, 1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.449390422216e-05, 3.259764121481e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 7, 0, 0, 0 } }, + { 1.449284096946e-05, 3.259797511923e-05, { 1, -1, -1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -4.033408819117e-05, -6.746449281234e-06, { 2, 0, -3, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.255098988005e-05, 2.449770801612e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 2, -5, 0, 0, 0 } }, + { 2.254733752410e-05, -2.446710164118e-05, { 0, 0, 0, 0, 0, 0, 10, -19, 1, 0, 0, 0, 0 } }, + { -9.089252115745e-06, 3.788694410606e-05, { 2, 0, 1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.032526815275e-05, -3.659907467508e-05, { 0, 0, 1, 0, 0, 3, -3, -4, 3, 0, 0, 0, 0 } }, + { 1.032526815275e-05, -3.659907467508e-05, { 0, 0, 1, 0, 0, -3, 3, 4, -3, 0, 0, 0, 0 } }, + { 1.630105968494e-05, 3.061319368429e-05, { 0, 2, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 4.688378535272e-05, -2.375192175156e-08, { 0, 2, 2, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 9.673256909801e-06, -3.719088105349e-05, { 1, -1, 0, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.648341268995e-05, 3.037807768697e-05, { 0, 2, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 3.494668791405e-05, 1.191289364665e-05, { 4, 0, -1, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { 3.031128975261e-05, -1.653278461236e-05, { 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.474974803898e-05, 2.077597671647e-06, { 2, 0, 0, 0, 0, 18, -20, 0, 0, 0, 0, 0, 0 } }, + { -3.022169025011e-05, 1.659975513612e-05, { 1, 0, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 4.538488187791e-05, -1.430450675537e-06, { 2, 0, 0, 0, 0, 0, -5, 0, 6, 0, 0, 0, 0 } }, + { 8.767983448453e-06, 3.801103089904e-05, { 3, 0, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.234403487912e-05, -4.434037200314e-06, { 0, 0, 1, 0, 0, 0, 1, -2, 1, 0, 0, 0, 0 } }, + { -4.453775828500e-05, 2.239036929787e-06, { 2, 0, 2, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { 4.453775828500e-05, 2.239036929787e-06, { 2, 0, 0, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { 3.408975869028e-05, -1.265985255755e-05, { 2, 0, -1, 0, 0, -20, 21, 0, 0, 1, 0, 0, 0 } }, + { 2.345659867103e-06, 4.432385427086e-05, { 0, 0, 2, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { 4.228872762020e-05, -4.361389115630e-06, { 0, 0, 1, 0, 0, 0, -1, 2, -1, 0, 0, 0, 0 } }, + { 4.653746350129e-05, 9.964955877358e-08, { 0, 2, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.348367465309e-05, 3.315100518147e-05, { 4, 0, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 4.659677776250e-05, -1.034643765434e-09, { 4, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.536134834498e-05, -2.122040357670e-05, { 0, 2, -1, 0, 0, -17, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.474247599568e-05, 3.177334472067e-05, { 2, 0, -1, 0, 0, 0, -4, 0, 1, 0, 0, 0, 0 } }, + { 4.553755641832e-05, 9.145724381821e-07, { 1, 0, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 3.520215186189e-05, 1.123913982684e-05, { 2, -2, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.097005545672e-05, -1.546812210046e-05, { 4, 2, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.382496452666e-06, -4.505434238063e-05, { 2, 0, -1, 0, 0, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { 3.992210399683e-05, -6.499452492476e-06, { 0, 0, 1, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { 3.166019879398e-05, -1.474024265079e-05, { 2, 0, -1, 0, 0, 0, -3, 0, 6, 0, 0, 0, 0 } }, + { -6.478581564753e-06, -3.989719540183e-05, { 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 4.629374236116e-05, 1.838653338533e-08, { 1, 0, 1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.299216059415e-05, -2.331519479776e-05, { 0, 0, 0, 0, 0, 0, 2, 0, 1, -5, 0, 0, 0 } }, + { 1.748787453408e-06, -4.455769382974e-05, { 0, 0, 1, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { -4.625239213541e-05, -4.480301632060e-08, { 0, 0, 1, 0, 0, -2, 3, 0, -1, 0, 0, 0, 0 } }, + { 4.620603751646e-05, -7.695166942738e-08, { 0, 0, 2, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 8.849978449694e-06, -3.742802395356e-05, { 0, 0, 3, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.790759892970e-05, -8.357657869291e-06, { 2, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.923826659771e-05, -1.702202921085e-05, { 2, 0, 2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -4.501865219655e-05, -1.221749088248e-06, { 2, 0, -2, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.614276698641e-05, 6.759144038610e-08, { 2, 0, 2, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.519155754841e-05, 3.101730416723e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0 } }, + { -6.109505638901e-06, -4.005781957719e-05, { 3, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 4.114472178043e-05, 5.012689789084e-06, { 2, 0, -1, 0, 0, 0, 13, -19, 0, 0, 0, 0, 0 } }, + { -4.612602305057e-05, 3.129863753973e-08, { 0, 0, 4, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.762237343963e-05, 1.852748902979e-05, { 2, 0, -2, 0, 0, 20, -16, -7, 8, -6, 0, 0, 0 } }, + { 4.530681893388e-05, -7.596111687316e-07, { 0, 0, 2, 0, 0, 0, 0, 0, 2, -6, 3, 0, 0 } }, + { -4.529488133135e-05, -7.668250803892e-07, { 0, 0, 2, 0, 0, 0, 0, 0, -2, 6, -3, 0, 0 } }, + { -2.330690906717e-05, 2.275278913587e-05, { 0, 0, 0, 0, 0, 0, 1, -4, 3, 0, 0, 0, 0 } }, + { 7.768861050656e-06, -3.828323424721e-05, { 2, 0, -2, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { 1.975103237803e-05, -2.629314520783e-05, { 1, 1, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -3.704235151638e-05, 8.995818284942e-06, { 3, -1, -1, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { -8.788240413146e-06, -3.724659852351e-05, { 1, -1, -1, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { 8.617646159319e-06, 3.741699057732e-05, { 1, 1, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -4.585676538820e-05, -1.699338091745e-07, { 2, 0, -1, 0, 0, 0, 0, 0, -3, 2, 0, 0, 0 } }, + { 4.176073581299e-05, -4.258724484837e-06, { 0, 0, 1, 0, 0, 0, -11, 17, 0, 0, 0, 0, 0 } }, + { -8.859516220634e-06, 3.713749848855e-05, { 1, 1, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 6.348225060575e-06, -3.957550684777e-05, { 0, 0, 3, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -6.488112548415e-06, 3.941570158746e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 6, -5, 0, 0, 0 } }, + { 4.575101018727e-05, -1.375265194105e-07, { 4, 0, -1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -2.046142737107e-05, 2.542280252648e-05, { 1, -1, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { -3.699904126504e-05, 8.866219997019e-06, { 1, 1, 0, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { -3.671151491368e-05, 9.118826167373e-06, { 2, 2, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.495253262085e-05, -3.086494901618e-05, { 0, 0, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -3.060608553777e-05, -1.520351209985e-05, { 1, -2, 1, 0, 0, 20, -18, 0, 0, 0, 0, 0, 0 } }, + { -3.060608553777e-05, -1.520351209985e-05, { 1, -2, -1, 0, 0, 20, -18, 0, 0, 0, 0, 0, 0 } }, + { 3.395603121627e-05, -1.185240125440e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { -1.612297402493e-05, -2.963971928268e-05, { 1, -1, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { 7.169768034371e-06, -3.857619931514e-05, { 2, 0, 0, 0, 0, -10, 4, 0, 0, 0, 0, 0, 0 } }, + { -6.691028184030e-06, -3.903969959403e-05, { 0, 0, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 3.666424103441e-05, -9.049875802021e-06, { 0, 0, 2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.867197409353e-05, -1.697508328049e-05, { 2, 0, -3, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 9.494309678245e-06, -3.611144735054e-05, { 4, 0, -2, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 4.362447305403e-05, 1.980936143041e-06, { 2, 0, 0, 0, 0, 0, -7, 16, -4, -5, 0, 0, 0 } }, + { 1.455307036784e-05, -3.102771321909e-05, { 0, 2, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -1.234101153819e-05, -3.321481030528e-05, { 2, 0, -1, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.628858676018e-05, 2.925751313189e-05, { 1, -1, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.524935642859e-05, -2.862683523082e-07, { 0, 2, 0, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { 1.513658222797e-05, 3.034809440569e-05, { 2, 0, -1, 0, 0, 0, 15, -19, 0, 0, 0, 0, 0 } }, + { -3.202723128279e-05, -1.343476829770e-05, { 2, 0, -1, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.612295345116e-05, -2.933253505598e-05, { 1, 1, -1, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { -6.759204873337e-06, 3.868106546266e-05, { 1, -1, 1, 0, 0, 3, -4, 0, 2, 0, 0, 0, 0 } }, + { -6.759204873337e-06, 3.868106546266e-05, { 1, -1, -1, 0, 0, 3, -4, 0, 2, 0, 0, 0, 0 } }, + { -4.537115830337e-05, -5.031274618622e-08, { 1, 0, 0, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.330266410557e-05, 2.211341280270e-05, { 2, 0, 1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { 4.404895507642e-05, -1.357795089940e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -6, 0, 0, 0, 0 } }, + { -1.433518854130e-05, -3.104710277794e-05, { 2, 0, 0, 0, 0, 0, 10, -14, 0, 0, 0, 0, 0 } }, + { 3.955751984882e-05, -5.781942732711e-06, { 2, 0, 1, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { 3.531776460519e-05, 1.001606783097e-05, { 2, 0, -1, 0, 0, -14, 11, 0, 3, 0, 0, 0, 0 } }, + { 3.074559545475e-05, -1.454006763113e-05, { 0, 0, 0, 0, 0, 0, 3, -6, 3, -2, 0, 0, 0 } }, + { 3.012835994362e-05, 1.515314183470e-05, { 0, 0, 1, 0, 0, 17, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.770423282920e-05, 2.756463781032e-05, { 2, -2, 0, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { -1.723398982082e-05, 2.803030859884e-05, { 0, 0, 1, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0 } }, + { -4.456327121934e-05, 6.813246146904e-07, { 1, 0, 2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 2.151263554308e-07, -4.501895887253e-05, { 4, 0, -3, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -5.666898439207e-06, 3.955718238229e-05, { 2, 0, 0, 0, 0, -3, 4, 0, -2, 0, 0, 0, 0 } }, + { 4.384932503136e-05, -1.362347655983e-06, { 6, 0, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -3.058856335983e-05, 1.462055544377e-05, { 2, 0, 0, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0 } }, + { -4.243402275501e-05, -2.756779488106e-06, { 0, 0, 1, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0 } }, + { 2.904427872985e-05, -1.613263379796e-05, { 2, 0, -1, 0, 0, -16, 14, 1, 0, 0, 0, 0, 0 } }, + { -4.515031060706e-05, -2.369799225363e-08, { 1, 0, 0, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.782246163051e-05, 2.732735250185e-05, { 3, 0, -2, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { -2.446670194763e-05, -2.067620941125e-05, { 2, 0, -1, 0, 0, 0, -5, 0, 3, 0, 0, 0, 0 } }, + { 1.036926678416e-05, 3.476360148993e-05, { 2, -1, 0, 0, 0, -15, 13, 0, 1, 0, 0, 0, 0 } }, + { -3.759043698052e-05, -7.537168500363e-06, { 1, 1, -1, 0, 0, -21, 20, 3, 0, 0, 0, 0, 0 } }, + { 4.096897511138e-05, 4.145459061753e-06, { 1, 1, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.504006733673e-05, 4.059752925077e-08, { 3, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.472673314452e-05, 3.474308996527e-07, { 2, -2, 0, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { -9.570041756725e-06, -3.549027630265e-05, { 1, -3, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -2.532539398655e-05, -1.970966738802e-05, { 2, 0, -1, 0, 0, 3, -6, 4, 0, 0, 0, 0, 0 } }, + { -2.998992001619e-05, 1.501365997443e-05, { 0, 2, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.730300562027e-06, 4.222169536165e-05, { 0, 0, 2, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.602820975563e-05, -2.889881789224e-05, { 2, 0, -1, 0, 0, 2, -3, 0, -3, 0, 0, 0, 0 } }, + { 8.528212378520e-06, 3.638416378486e-05, { 1, 1, 1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.717348069458e-05, -2.773468223510e-05, { 1, -1, 0, 0, 0, 0, 10, -17, 0, 0, 0, 0, 0 } }, + { -2.899301537682e-05, 1.589165431345e-05, { 4, 0, -2, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 2.695419130453e-06, -4.217151833267e-05, { 4, 0, -2, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -4.483612008997e-05, -1.617641116464e-08, { 0, 0, 4, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.787019408105e-05, 1.697071049588e-05, { 0, 0, 0, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0 } }, + { 4.480017133211e-05, 2.328878823083e-08, { 6, 0, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.687017401924e-05, -1.792578092900e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 5, -3, 0, 0, 0 } }, + { -4.091349700275e-05, -3.865326876179e-06, { 0, 0, 1, 0, 0, 0, -3, 0, 0, 3, 0, 0, 0 } }, + { -1.022458723948e-05, 3.453786165530e-05, { 4, 0, -2, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 8.518308626272e-06, -3.623569722873e-05, { 2, -2, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -1.594211020338e-05, -2.880274727527e-05, { 2, 0, -1, 0, 0, -2, 3, 0, 3, 0, 0, 0, 0 } }, + { 1.089101810616e-05, 3.385254845243e-05, { 0, 0, 0, 0, 0, 14, -17, 0, 0, 0, 0, 0, 0 } }, + { -5.120852045710e-06, -3.961148663022e-05, { 2, -2, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.187887955372e-05, -3.277096094207e-05, { 2, -2, 1, 0, 0, 0, 10, -15, 1, 0, 0, 0, 0 } }, + { -1.187887955372e-05, -3.277096094207e-05, { 2, -2, -1, 0, 0, 0, 10, -15, 1, 0, 0, 0, 0 } }, + { -4.072397554340e-06, 4.057470791934e-05, { 0, 0, 2, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.815925472834e-05, -1.648630730871e-05, { 2, 0, -1, 0, 0, 0, 4, 0, -7, 0, 0, 0, 0 } }, + { 2.462736013770e-05, 2.000786453768e-05, { 4, 0, -2, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -1.002491808451e-05, -3.457821389979e-05, { 2, 0, -1, 0, 0, 0, -2, 0, -1, 5, 0, 0, 0 } }, + { 1.758279241772e-05, 2.700500117205e-05, { 0, 2, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 3.265450305230e-05, -1.191597654105e-05, { 4, 0, -2, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -4.067302870654e-05, 3.895863255452e-06, { 0, 0, 0, 0, 0, 3, -7, 4, 2, -5, 0, 0, 0 } }, + { 7.687118894436e-06, -3.687319027018e-05, { 4, 0, -1, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { -2.922725663135e-05, -1.529540481832e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -3, 3, 0, 0, 0 } }, + { -1.994426146253e-05, -2.455185438162e-05, { 1, 1, -1, 0, 0, -14, 11, 0, 0, 0, 0, 0, 0 } }, + { 3.116114266754e-05, -1.331630614883e-05, { 2, 0, -1, 0, 0, 0, 13, -20, 0, 0, 0, 0, 0 } }, + { -4.714260777762e-06, 3.976162924405e-05, { 2, 0, -1, 0, 0, -3, 4, 0, -2, 0, 0, 0, 0 } }, + { 3.613801785439e-05, -8.321735576590e-06, { 0, 0, 0, 0, 0, 6, -10, 0, 2, 0, 0, 0, 0 } }, + { 3.185362715816e-05, 1.256746213323e-05, { 2, 0, 0, 0, 0, 0, -3, 1, 0, 0, 0, 0, 0 } }, + { 3.480289360054e-05, 9.599618711046e-06, { 4, -2, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.743404776763e-06, -4.262874887224e-05, { 0, 0, 1, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { 4.427205976131e-05, 8.821652479260e-08, { 2, 0, 1, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 4.340964465342e-05, -9.054175173052e-07, { 4, 0, -3, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.886579039379e-05, 2.543228784897e-05, { 1, -1, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -4.425157187840e-05, -1.767229974641e-08, { 1, -2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.623337858987e-05, -8.023965759221e-06, { 3, -1, -1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.767427631546e-05, 6.573816811776e-06, { 0, 2, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.016439187456e-05, 4.073995194958e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 4, -3, 0, 0, 0 } }, + { 4.869957761925e-06, 3.936060519752e-05, { 2, 0, 1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 2.583694856458e-05, -1.839054127301e-05, { 0, 0, 0, 0, 0, 0, 3, -6, 0, 5, 0, 0, 0 } }, + { 2.821589590402e-05, -1.600274482591e-05, { 4, 0, -1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -7.580837120433e-06, -3.663300605551e-05, { 0, 0, 2, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -9.525744606522e-06, -3.466622436683e-05, { 1, -1, -1, 0, 0, 28, -31, 0, 0, 0, 0, 0, 0 } }, + { -9.991553621668e-06, 3.416108560020e-05, { 2, 0, -2, 0, 0, -23, 26, 0, 0, 0, 0, 0, 0 } }, + { 1.346760676601e-05, -3.067685994226e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -3, 4, 0, 0, 0 } }, + { -2.488494309756e-05, -1.925567162554e-05, { 2, 0, -2, 0, 0, -25, 35, -11, 0, 0, 0, 0, 0 } }, + { 2.743675417781e-05, 1.668016184629e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, -3, 0, 0 } }, + { 3.654296774634e-05, 7.565754861060e-06, { 2, -2, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -4.070081370200e-05, -3.406843819855e-06, { 1, 0, 0, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { -1.497257308073e-05, -2.913127355488e-05, { 2, 0, -2, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { 2.303097232958e-06, -4.179722024854e-05, { 4, 0, -1, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { -1.445487638285e-05, -2.963312242928e-05, { 0, 0, 0, 0, 0, 0, 5, -10, 5, -3, 0, 0, 0 } }, + { 1.283361489377e-05, 3.124988061601e-05, { 1, -1, 1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -4.382131693336e-05, -2.198350718890e-07, { 2, -2, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.942976650896e-05, -2.459103657369e-05, { 2, -1, 0, 0, 0, -13, 10, 0, 0, 0, 0, 0, 0 } }, + { 2.923233924857e-05, 1.473362913428e-05, { 0, 0, 1, 0, 0, 16, -14, 0, 0, 0, 0, 0, 0 } }, + { -3.558251271008e-05, 8.382298690189e-06, { 0, 1, 0, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { 8.205610311765e-06, 3.575806312942e-05, { 1, 1, -2, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { -2.005354768951e-05, -2.390717510495e-05, { 2, 0, 2, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 8.527845007297e-06, -3.542939944483e-05, { 2, 0, 2, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 4.088983498090e-05, 3.058213703293e-06, { 2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.299841450374e-06, 4.262825793357e-05, { 2, -2, -2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -3.714603089885e-05, 6.777714827312e-06, { 2, 2, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -1.351689030693e-05, -3.040443070190e-05, { 1, -1, 1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -3.338310524000e-05, -1.053370407004e-05, { 0, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -8.397234613382e-06, -3.546990576828e-05, { 2, 0, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0, 0 } }, + { 4.102835578709e-05, -2.828121505454e-06, { 2, 0, 1, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { -1.051636276817e-05, -3.333100290517e-05, { 2, 0, 0, 0, 0, -6, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.465834466328e-06, 4.237973106307e-05, { 1, 0, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.141637765394e-05, -3.238619447864e-05, { 1, -1, 2, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { -8.329299180523e-06, -3.546916660383e-05, { 1, -1, 0, 0, 0, -13, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.093902684344e-05, -2.284668418119e-05, { 2, 0, 0, 0, 0, 0, -5, 0, 2, 0, 0, 0, 0 } }, + { -8.381802804185e-06, 3.538591941731e-05, { 3, -1, -1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -8.281199217146e-07, 4.292252077133e-05, { 4, 0, -3, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.204574524429e-05, -1.704121626152e-06, { 2, 2, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -7.338054260066e-06, 3.639793488349e-05, { 2, 0, 1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0 } }, + { -3.776343432531e-05, -5.968619947594e-06, { 2, 0, 1, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { -8.340431391309e-06, -3.539045116440e-05, { 1, -1, 2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.934306458781e-05, -1.436177853346e-05, { 0, 0, 0, 0, 0, 21, -19, 0, 0, 0, 0, 0, 0 } }, + { 8.244943009246e-06, 3.545987902180e-05, { 3, 1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.238229658114e-05, 3.127491498536e-05, { 1, -1, -1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.429106758432e-05, 9.366077547166e-06, { 1, -1, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.084949803445e-05, 2.279679921378e-05, { 4, 0, -1, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { 1.589540900899e-05, -2.774117083773e-05, { 1, -1, 1, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { -9.503450379467e-06, 3.413178633552e-05, { 2, 2, -1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 9.503162350557e-06, 3.413141458019e-05, { 2, 2, -1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -1.265494758529e-05, 3.096045550849e-05, { 2, 0, 0, 0, 0, 5, -7, -4, 0, 0, 0, 0, 0 } }, + { -1.627133211808e-05, 2.733227297188e-05, { 3, -1, -1, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.928538763988e-05, 1.429458903229e-05, { 2, 0, -1, 0, 0, 12, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.526910548525e-06, 4.104953097570e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0 } }, + { -4.013563468889e-06, 3.956220671585e-05, { 0, 0, 1, 0, 0, 0, 10, -19, 0, 0, 0, 0, 0 } }, + { 3.311143130128e-05, -1.045165437771e-05, { 3, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -2.313763909079e-05, -2.041873888080e-05, { 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.020094006155e-05, -1.335355043895e-05, { 1, 1, -2, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 2.909100935704e-05, 1.445304655353e-05, { 0, 0, 1, 0, 0, 11, -9, 0, 0, 0, 0, 0, 0 } }, + { -9.198842565755e-06, -3.433322184945e-05, { 2, 0, 0, 0, 0, 0, -4, 6, -2, 0, 0, 0, 0 } }, + { -9.477214206853e-06, 3.403923044068e-05, { 1, 0, -1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 4.326681364431e-05, 2.473129494890e-07, { 1, 0, 0, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { 9.476666671339e-06, 3.403449946961e-05, { 1, 0, -1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -8.784036498268e-06, -3.471697217325e-05, { 1, 1, -1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 8.153947994871e-06, -3.530508948254e-05, { 1, -1, 0, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { 9.908090411260e-06, -3.353356344580e-05, { 6, 0, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 3.580581908236e-06, 3.983942059316e-05, { 1, 1, 1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.580095177625e-06, 3.983946433524e-05, { 1, -1, -2, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.844462662688e-07, -4.263501544931e-05, { 2, 0, -1, 0, 0, 0, -3, 0, 0, 4, 0, 0, 0 } }, + { -3.579566726644e-06, -3.983951181992e-05, { 1, 1, -2, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.578301223048e-06, 3.983962550473e-05, { 3, -1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.578217783124e-06, -3.983963299902e-05, { 2, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.578217783124e-06, -3.983963299902e-05, { 1, 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.239825785611e-05, 2.097653277134e-05, { 4, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 3.281349451994e-06, 4.004159459540e-05, { 4, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.452995634940e-07, -4.296656180836e-05, { 2, 0, 0, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { 3.475587165440e-05, 8.548149411905e-06, { 1, 1, 0, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { 2.976009301470e-05, 1.353894173712e-05, { 1, -1, 0, 0, 4, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.053574073425e-06, 4.123380962416e-05, { 0, 0, 1, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { 4.322732378106e-05, 1.280271540872e-08, { 2, 2, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.553093464827e-05, 7.678387158321e-06, { 2, 0, 1, 0, 0, -20, 19, 0, 3, 0, 0, 0, 0 } }, + { -3.553093464827e-05, 7.678387158321e-06, { 2, 0, -1, 0, 0, 20, -19, 0, -3, 0, 0, 0, 0 } }, + { 4.304973987870e-05, 1.438674985201e-07, { 2, 0, -3, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 3.806934673335e-05, 5.123041490549e-06, { 2, 0, 1, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -1.375883864567e-05, -2.942017921173e-05, { 2, 0, 0, 0, 0, 0, 13, -17, 0, 0, 0, 0, 0 } }, + { 3.109895804416e-05, -1.207314586118e-05, { 1, 1, 0, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { 3.587726768197e-05, 7.272132087360e-06, { 0, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.648313675562e-05, 2.666052274350e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 1, -2, 0, 0, 0 } }, + { -3.571748874842e-05, -7.413831486680e-06, { 1, -1, 0, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.283744215301e-06, -3.984152368593e-05, { 2, 0, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -3.404089309140e-05, -9.069945365006e-06, { 4, 0, -1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.912581059017e-05, -2.398471543309e-05, { 4, -2, -1, 0, 0, -7, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.197296589095e-05, 1.109973630141e-05, { 2, 0, -2, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.828866691759e-05, 1.478358233077e-05, { 2, 0, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0, 0 } }, + { -2.872509285594e-05, 1.434638087350e-05, { 6, 0, -2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.872469571277e-05, -1.434660171726e-05, { 2, -2, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -8.287393539606e-06, -3.474419633345e-05, { 1, 1, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.943393621640e-05, -2.359405092080e-05, { 0, 2, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 4.492657823672e-06, 3.852681089600e-05, { 2, 0, -2, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { -1.270450755362e-05, -3.030581928040e-05, { 2, 0, 1, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { 4.286472380874e-05, -1.244422402738e-07, { 2, 0, 1, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { 2.531264667135e-05, 1.766243388585e-05, { 2, 0, -1, 0, 0, -4, 8, 0, 0, 0, 0, 0, 0 } }, + { -9.849528212173e-06, 3.308936053794e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -4, 5, 0, 0, 0 } }, + { 3.669024859018e-05, 6.236559707458e-06, { 1, 1, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.488364756097e-05, 2.802782239778e-05, { 2, 0, 0, 0, 0, 0, -9, 11, 0, 0, 0, 0, 0 } }, + { -1.828518611293e-06, 4.106142334994e-05, { 0, 0, 0, 0, 0, 0, 12, -15, 0, 0, 0, 0, 0 } }, + { 3.444677875531e-05, 8.420081035326e-06, { 2, 0, -2, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { 1.604895933690e-05, 2.673694409592e-05, { 0, 0, 0, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0 } }, + { 2.860464116974e-05, -1.417539825673e-05, { 1, 0, 0, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { -8.392972956262e-06, -3.438339030491e-05, { 2, 0, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.349925869843e-05, 2.926468475359e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 0, -2, 0, 0, 0 } }, + { 3.795693664530e-06, 3.896160905837e-05, { 0, 0, 1, 0, 0, 0, -10, 19, 0, 0, 0, 0, 0 } }, + { -8.797087519542e-06, 3.394995187803e-05, { 1, 1, 0, 0, 0, -11, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.846243949987e-05, -1.427774197802e-05, { 1, 0, 0, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.876073793146e-05, 1.396107461862e-05, { 2, -2, -1, 0, 0, 21, -19, 0, 0, 0, 0, 0, 0 } }, + { 3.758823557535e-05, 5.133033849466e-06, { 0, 0, 1, 0, -1, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.602592516951e-05, -1.668521722466e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -3, 5, 0, 0, 0 } }, + { 2.448713886490e-05, 1.819757094662e-05, { 0, 0, 1, 0, 0, 0, 9, -14, 0, 0, 0, 0, 0 } }, + { 1.768599549919e-05, -2.499857356406e-05, { 1, -1, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 2.514696071431e-05, -1.752099652758e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -2, -5, 0, 0, 0 } }, + { -3.435229193408e-06, -3.923036832210e-05, { 1, 1, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.412069733018e-05, -2.852274695645e-05, { 0, 0, 0, 0, 0, 0, 3, 0, -4, 5, 0, 0, 0 } }, + { 4.050106078212e-05, -2.127450746178e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 5, -5, 0, 0, 0 } }, + { 3.633216758693e-05, 6.280284855458e-06, { 2, 0, 0, 0, 0, 0, 6, 0, -7, 0, 0, 0, 0 } }, + { 3.388350627194e-05, 8.716593318260e-06, { 2, 0, -1, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { -1.213501797609e-05, -3.043934050031e-05, { 1, 1, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 2.769929815429e-05, -1.487397592195e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 3, -3, 0, 0, 0 } }, + { 3.871730624493e-05, -3.846443433016e-06, { 2, 2, -1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 1.156186742284e-07, -4.243802240504e-05, { 5, 0, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.202038112342e-05, 5.250475633848e-07, { 0, 0, 4, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 2.390885755448e-05, -1.863356007125e-05, { 0, 0, 2, 0, 0, -23, 22, 4, 0, 0, 0, 0, 0 } }, + { -4.046213609168e-05, 2.066203764160e-06, { 6, 0, -3, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -3.683497811386e-05, 5.671721545591e-06, { 1, -1, 1, 0, 0, 0, 1, 0, 3, -5, 0, 0, 0 } }, + { -3.683497811386e-05, 5.671721545591e-06, { 1, -1, -1, 0, 0, 0, 1, 0, 3, -5, 0, 0, 0 } }, + { -3.419739186594e-05, 8.306653551724e-06, { 3, -1, -2, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { 2.055446091701e-05, 2.191867017857e-05, { 0, 0, 1, 0, 0, 0, -2, 8, -3, 0, 0, 0, 0 } }, + { 4.241053870876e-05, 6.151834404956e-08, { 2, 0, 2, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { -3.783526564050e-06, 3.866255006132e-05, { 2, 2, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -4.238916718010e-05, -4.823324843223e-08, { 1, 0, 0, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.219507362086e-06, -4.119446879228e-05, { 2, 0, -1, 0, 0, -14, 15, 0, 0, 0, 0, 0, 0 } }, + { -2.821686570452e-05, -1.418057647189e-05, { 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.140169500800e-06, -4.025053812679e-05, { 2, -2, 0, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.120095878628e-05, -3.118243269714e-05, { 2, 0, 1, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { 1.311073573366e-05, -2.924348317829e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -1, -1, 0, 0, 0 } }, + { 8.873245339005e-06, -3.344202361708e-05, { 0, 2, 2, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -2.473989193397e-05, -1.755454729319e-05, { 1, -1, -1, 0, 0, 19, -17, 0, 0, 0, 0, 0, 0 } }, + { 3.508348337119e-05, 7.208587755863e-06, { 2, 0, 0, 0, 0, -20, 19, 0, 3, 0, 0, 0, 0 } }, + { 3.774714603024e-05, -4.537596492752e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 3, -2, 0, 0, 0 } }, + { -3.565514055237e-05, -6.571304420556e-06, { 2, -2, 0, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { 3.597873929209e-05, -6.247021423120e-06, { 2, 0, -1, 0, 0, 0, 3, -8, 0, 0, 0, 0, 0 } }, + { 2.238206265691e-05, 1.982290537069e-05, { 2, 0, -2, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { 2.328193376503e-05, 1.891960782259e-05, { 2, 0, -2, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.983950431044e-05, 2.232360829521e-05, { 0, 0, 0, 0, 0, 8, -5, -16, 4, 5, 0, 0, 0 } }, + { -1.691175682150e-05, -2.524564713303e-05, { 1, -1, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 1.856199397336e-05, -2.356803724821e-05, { 2, -2, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.312509869470e-05, -1.900094329220e-05, { 2, 0, -1, 0, 2, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.429739350145e-05, -7.827129990704e-06, { 1, -1, -1, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -2.719470133326e-05, 1.490902464388e-05, { 2, 0, -2, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 4.208969300240e-05, 3.379474941009e-09, { 0, 2, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.157660119527e-05, -5.063383468055e-07, { 2, 0, -3, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -1.314349772838e-05, -2.893171509731e-05, { 2, 0, -2, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 2.304320577174e-06, 3.975774838834e-05, { 2, -2, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.735653238990e-05, 1.468281368277e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -2, -5, 0, 0, 0 } }, + { 2.521839944822e-05, -1.680508449311e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 5, -3, 0, 0, 0 } }, + { 3.960164298864e-05, 2.403182470207e-06, { 0, 0, 0, 0, 0, 18, -14, 0, 0, 0, 0, 0, 0 } }, + { -3.195657166937e-05, 1.004165213413e-05, { 0, 0, 2, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { -6.702930691836e-06, -3.528789174865e-05, { 3, -1, 0, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -1.224362326737e-05, 2.973395889161e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 0, -4, 0, 0, 0 } }, + { 3.428349916562e-05, -7.685049251791e-06, { 2, 0, 0, 0, 0, 0, -1, 2, -1, 0, 0, 0, 0 } }, + { 1.786230185508e-05, -2.410265903252e-05, { 2, 0, -3, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.193095075091e-05, -2.460234182880e-08, { 2, 0, 1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 2.344138967787e-06, -3.958365506289e-05, { 2, 0, -1, 0, 0, 14, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.422258179404e-05, -1.769933702801e-05, { 2, 0, -3, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -9.608250868106e-06, 3.229660722474e-05, { 0, 0, 3, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.014478323214e-05, -2.174208901509e-05, { 2, 0, -1, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.851588563021e-06, -3.902369540336e-05, { 2, 0, 2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 3.630848474452e-05, -5.559665168915e-06, { 2, -2, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -4.156883814454e-05, -2.973855460775e-07, { 4, 0, -2, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { 8.517328610572e-06, -3.334396832262e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -4, 10, 0, 0, 0 } }, + { 2.032981497299e-05, -2.153102841116e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0 } }, + { -2.439689622489e-05, -1.745827753794e-05, { 4, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.567953884304e-05, -1.616666755922e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 1, 5, 0, 0, 0 } }, + { 2.922295376231e-05, 1.262153218983e-05, { 4, 0, 0, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 3.495559117970e-05, 6.888507444008e-06, { 1, -1, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.073576905772e-05, 1.108603474200e-05, { 0, 2, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.661665306356e-05, 1.518948160191e-05, { 0, 2, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -3.401368859388e-05, -7.788987865779e-06, { 2, 0, 0, 0, 0, 0, 1, -2, 1, 0, 0, 0, 0 } }, + { 2.245452347522e-05, -1.933955474228e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { 1.379147695787e-05, 2.798652441084e-05, { 0, 0, 0, 0, 0, 6, -9, 0, 3, 0, 0, -1, 0 } }, + { 1.878122189910e-05, -2.297353481162e-05, { 3, -1, -1, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0 } }, + { 4.160752951714e-05, -1.441863533008e-07, { 1, 0, 0, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { 2.927194158713e-05, 1.247441336282e-05, { 2, 0, -1, 0, 0, 0, -9, 16, 0, 0, 0, 0, 0 } }, + { -1.675282633023e-05, -2.495297131457e-05, { 1, -1, 1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -4.166072483249e-05, -4.004158008199e-08, { 1, 0, 0, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 4.146591568169e-05, -2.347593033687e-07, { 4, 0, 0, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -2.733879159977e-05, -1.434285534993e-05, { 1, -1, 0, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { 1.683378695014e-05, -2.483190723479e-05, { 1, -1, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.611950266108e-05, -1.554100386143e-05, { 4, 0, -2, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -7.948212915956e-06, 3.369938315695e-05, { 1, -1, 1, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.191930943962e-05, 1.972212860097e-05, { 2, 0, 1, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { 4.095932132982e-05, -6.701318406635e-07, { 2, -2, -1, 0, 0, 28, -30, 0, 0, 0, 0, 0, 0 } }, + { 3.511319822064e-05, -6.491288185993e-06, { 3, -1, -2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.705939324782e-05, -2.451418026212e-05, { 2, 0, 0, 0, 0, 0, 1, -8, 3, 0, 0, 0, 0 } }, + { 3.335233930131e-05, 8.100225049445e-06, { 1, 1, 1, 0, 0, -26, 28, 0, 0, 0, 0, 0, 0 } }, + { -4.117357407791e-05, 2.602181581357e-07, { 0, 2, 0, 0, 0, -43, 43, 0, 0, 0, 0, 0, 0 } }, + { 4.123937463576e-05, -1.776919976278e-07, { 2, 0, 1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 3.587476905997e-05, 5.528816815801e-06, { 1, 1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.311503678483e-05, 8.279740988935e-06, { 2, 0, -1, 0, 0, 0, 2, 0, 2, -10, 0, 0, 0 } }, + { -9.910345031131e-06, 3.144985788164e-05, { 2, 0, 1, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.087599302656e-05, -3.047793503385e-05, { 1, -1, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0, 0 } }, + { 6.096576939910e-06, 3.524067150616e-05, { 2, -1, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 1.564543016863e-05, -2.567435794133e-05, { 1, 0, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -2.508713988435e-05, 1.622658085311e-05, { 2, 0, -2, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 3.911628581293e-05, 2.179176353314e-06, { 4, 0, -1, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { -3.331048189655e-05, -7.966817299214e-06, { 4, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 3.452400150582e-05, -6.746214502090e-06, { 1, 1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.571247853132e-05, 1.555039159978e-05, { 2, 2, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 4.058903284393e-05, -6.617529153085e-07, { 2, 0, 0, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0 } }, + { 3.477075529740e-05, -6.477574325190e-06, { 2, 0, 0, 0, 0, 0, 3, -8, 0, 0, 0, 0, 0 } }, + { -1.480603940642e-06, -3.976604432237e-05, { 1, 1, 0, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { 3.943626996333e-05, -1.801869046109e-06, { 4, 0, -1, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { 2.972689786386e-05, 1.147489407774e-05, { 0, 0, 0, 0, 0, 0, 11, -17, 0, 0, 0, 0, 0 } }, + { -2.693809028267e-05, -1.425653016103e-05, { 1, 1, 0, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { 3.785570813267e-05, 3.338567185746e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { 2.682303418169e-05, 1.435641575460e-05, { 1, 0, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -2.573780803263e-05, -1.541315145177e-05, { 2, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.169965865987e-05, -1.944139646787e-05, { 0, 0, 0, 0, 0, 12, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.207940936616e-06, -3.993014677726e-05, { 2, 0, -1, 0, 0, -13, 14, 0, 0, 0, 0, 0, 0 } }, + { -2.576163302312e-05, -1.537329710837e-05, { 2, 0, -3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.228121330926e-05, -2.883722417326e-05, { 2, -2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.122591405058e-05, 9.889895878726e-06, { 1, -1, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 2.299971437293e-06, -3.880915918732e-05, { 2, 0, 0, 0, 0, 0, 14, -17, 0, 0, 0, 0, 0 } }, + { -7.900030499667e-06, 3.320564138742e-05, { 1, -1, 2, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.073445954315e-05, -3.705312555524e-07, { 2, 0, 0, 0, 0, 25, -25, 0, 0, 0, 0, 0, 0 } }, + { 3.428783257685e-05, -6.813909335388e-06, { 1, 1, -1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -2.444780833564e-06, 3.865049956259e-05, { 2, 0, 0, 0, 0, 17, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.420712871756e-05, -6.878992960988e-06, { 2, 0, 0, 0, 0, 0, 5, 0, -4, 0, 0, 0, 0 } }, + { -4.033281885961e-05, 7.505658574773e-07, { 3, 0, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -9.121498489594e-06, -3.194375980291e-05, { 2, -2, 0, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -4.098818799915e-05, 7.169296572907e-08, { 2, -2, 0, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -4.066949910398e-06, 3.699274777753e-05, { 4, 0, -1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -3.414406380549e-05, -6.901413146831e-06, { 0, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -3.160240612178e-05, 9.437336441874e-06, { 2, 0, 1, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { -8.313646295727e-06, 3.272490669713e-05, { 1, 1, -1, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { -3.404491987026e-05, 6.983376790615e-06, { 2, 0, -2, 0, 0, 20, -19, 0, -3, 0, 0, 0, 0 } }, + { 1.782510891831e-05, 2.318520968801e-05, { 0, 0, 0, 0, 0, 7, -12, 0, 0, 0, 0, 0, 0 } }, + { -5.887569172523e-06, 3.511788089565e-05, { 0, 0, 3, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.369606754678e-05, 2.730935570477e-05, { 1, 0, 0, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { 2.877176433564e-05, 1.222508607791e-05, { 2, 2, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.877176433564e-05, 1.222508607791e-05, { 2, 2, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.401996348672e-06, 3.354005606046e-05, { 2, 0, -1, 0, 0, 13, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.678313813875e-05, -4.157391720489e-06, { 1, -1, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.315078808185e-06, 3.662162528006e-05, { 2, 0, -3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -7.013521812745e-06, 3.391378254106e-05, { 0, 0, 0, 0, 0, 0, 2, 0, 2, -8, 0, 0, 0 } }, + { -1.486481975823e-05, 2.605834095938e-05, { 2, 0, 2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.662487415068e-05, 2.428145066067e-05, { 0, 2, -2, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0 } }, + { 2.981553765750e-05, 1.108986890060e-05, { 0, 2, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 3.438122055913e-05, 6.505695467512e-06, { 2, -2, 2, 0, 0, -21, 23, 0, 0, 0, 0, 0, 0 } }, + { -3.321070416617e-05, 7.661974890106e-06, { 0, 1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.001006086971e-05, -2.085211621113e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, -5, 0, 0, 0 } }, + { 7.870036295750e-06, 3.299187107609e-05, { 0, 0, 1, 0, 0, 0, 3, 0, 0, -2, 0, 0, 0 } }, + { -2.560559299205e-05, -1.525555363751e-05, { 2, 0, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0 } }, + { -3.382358751579e-05, 7.014957075820e-06, { 0, 0, 0, 0, 0, 2, -5, 3, 0, 0, 0, 0, 0 } }, + { 1.058701020399e-05, -3.022723286097e-05, { 2, 0, 0, 0, 0, 3, -6, 0, 2, 0, 0, 0, 0 } }, + { 1.069345191818e-05, 3.011701969555e-05, { 4, 0, 0, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 2.635568828742e-05, -1.445338827373e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 2, 5, 0, 0, 0 } }, + { -8.119187435056e-06, -3.268798077060e-05, { 1, 1, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.539563322015e-05, 2.541081916217e-05, { 4, 0, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.069110490908e-05, 3.010964909996e-05, { 4, 0, 0, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -1.360114941542e-05, 2.719308054189e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 0, -1, 0, 0, 0 } }, + { -2.988500438290e-05, 1.089970912456e-05, { 2, 0, -2, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 1.543033016250e-05, -2.534512735713e-05, { 2, 0, 0, 0, 0, 0, -3, 4, -2, 0, 0, 0, 0 } }, + { -3.455610450148e-05, -6.213419046833e-06, { 2, 0, -2, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { 4.071796668558e-05, 4.705639617714e-08, { 3, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.028340285434e-05, -4.705049838989e-07, { 2, 0, -1, 0, 0, -2, 3, 0, -1, 0, 0, 0, 0 } }, + { -4.386199854499e-07, -4.030312789235e-05, { 4, 0, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 8.486186358358e-06, 3.224131207951e-05, { 1, -1, -1, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.617037088600e-06, 3.910960458898e-05, { 2, 0, 0, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { -3.379121880300e-05, 6.890648430178e-06, { 1, -1, 0, 0, 0, 14, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.452853268556e-06, -3.922784077624e-05, { 2, 0, -2, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.143100807038e-05, -2.924457722831e-05, { 2, 0, -1, 0, 0, 3, -6, 0, 2, 0, 0, 0, 0 } }, + { -4.066328047790e-05, -4.866142750631e-09, { 2, -2, 1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -3.426407975198e-05, -6.395950165885e-06, { 0, 0, 3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.069430469229e-06, -3.958159545538e-05, { 2, 0, -1, 0, 0, -12, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.987018834571e-05, -1.077600746025e-05, { 2, -2, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -2.807107662307e-05, -1.253938903638e-05, { 0, 0, 0, 0, 0, 0, 2, -4, 3, 0, 0, 0, 0 } }, + { -7.789690171338e-06, -3.281785104937e-05, { 1, -1, 1, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.306890751488e-05, 7.520803352656e-06, { 6, 0, -3, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.285640579069e-05, -1.768863076949e-05, { 2, 0, 0, 0, 0, -25, 35, -11, 0, 0, 0, 0, 0 } }, + { 2.345732426468e-05, 1.708160338495e-05, { 0, 0, 2, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -1.112670973981e-05, -2.939727146679e-05, { 2, 0, 0, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { 2.701828708477e-05, 1.349441475670e-05, { 6, 0, -4, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.908675999987e-05, 2.140625831383e-05, { 1, 0, -1, 0, 0, 0, 33, -41, 2, 0, 0, 0, 0 } }, + { -3.575256540630e-06, 3.691679215225e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 1, 5, 0, 0, 0 } }, + { 2.525682026695e-05, -1.522585804031e-05, { 0, 0, 1, 0, 0, 12, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.225067999518e-05, -8.228937226789e-06, { 2, 0, -1, 0, 0, 0, 6, -12, 0, 0, 0, 0, 0 } }, + { 1.086348726614e-05, 2.960641320550e-05, { 1, -1, 0, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { 1.881620623390e-06, 3.857330717544e-05, { 1, -1, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -3.824025042671e-05, 2.193434977293e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 3, -1, 0, 0, 0 } }, + { -8.476404270142e-06, -3.193750367090e-05, { 0, 2, 0, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 1.084497499907e-05, 2.955788623500e-05, { 2, 0, 2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.221298540929e-06, 3.117086357585e-05, { 4, 0, -1, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.767128923739e-05, -1.271726876494e-05, { 1, -1, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 7.857655648435e-06, 3.252531818013e-05, { 2, -1, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -7.460137121617e-06, -3.292036255310e-05, { 2, 0, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.785870251215e-06, -3.858381733525e-05, { 1, -1, 1, 0, 0, -18, 16, 2, 0, 0, 0, 0, 0 } }, + { -3.077661443366e-05, 9.576851143803e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 3, -1, 0, 0, 0 } }, + { 1.653271221615e-05, 2.380517857781e-05, { 3, 0, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -3.381779483567e-07, 3.999857042039e-05, { 2, 0, -3, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.914968976632e-05, -1.116065968532e-05, { 1, -2, 0, 0, 0, 31, -36, 0, 1, 0, 0, 0, 0 } }, + { 1.233335868216e-05, 2.796165566839e-05, { 0, 0, 0, 0, 0, 3, -6, 0, 2, 0, 0, 0, 0 } }, + { 2.679411934760e-05, -1.347653737931e-05, { 2, 0, -1, 0, 0, 0, 3, 0, 0, -5, 0, 0, 0 } }, + { 3.486749464376e-05, -5.394264147426e-06, { 4, 0, -2, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.986963703350e-05, 3.670217953177e-07, { 0, 0, 3, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 7.687120653821e-06, -3.251895359935e-05, { 1, 1, -1, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { -7.507165200529e-06, 3.268971826523e-05, { 3, -1, -2, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -2.676209076618e-05, -1.336613706543e-05, { 2, -2, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 8.877958118435e-06, 3.124611494230e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { -8.289984667543e-06, 3.183061450430e-05, { 2, 0, -2, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.980543990317e-05, -2.029712349020e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { -2.342247765645e-05, -1.667544775608e-05, { 2, 0, -1, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0 } }, + { 3.898202087195e-05, -1.111699352608e-06, { 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0 } }, + { -1.507778989162e-05, 2.501029707672e-05, { 2, 0, -1, 0, 0, 0, 15, -17, 0, 0, 0, 0, 0 } }, + { -2.179754326329e-05, 1.826993939946e-05, { 2, 0, -1, 0, 0, -22, 21, 7, -8, 6, 0, 0, 0 } }, + { 1.150176132077e-06, 3.889361305716e-05, { 3, 0, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -3.754701957914e-05, 2.485426604500e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0 } }, + { 3.986707026268e-05, 1.623952549462e-07, { 2, 0, 1, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { 3.999999873975e-05, 7.099999247983e-09, { 4, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.999999998629e-05, -1.047197551072e-09, { 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -3.999999998857e-05, 9.564404300018e-10, { 0, 1, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.999999998938e-05, 9.215338449715e-10, { 0, 1, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.999999999093e-05, -8.517206749014e-10, { 0, 1, -3, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.999999999108e-05, 8.447393579025e-10, { 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.999999999249e-05, -7.749261878449e-10, { 1, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -3.999999999249e-05, 7.749261878370e-10, { 2, 1, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.999999999276e-05, -7.609635538271e-10, { 2, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 3.999999999570e-05, 5.864306286491e-10, { 6, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -3.999999999580e-05, 5.794493116419e-10, { 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.999999999639e-05, -5.375614095901e-10, { 4, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.999999999693e-05, 4.956735075537e-10, { 6, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -3.999999999701e-05, -4.886921905426e-10, { 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -3.999999999710e-05, -4.817108735330e-10, { 0, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.999999999727e-05, 4.677482395238e-10, { 0, 1, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.999999999802e-05, -3.979350694554e-10, { 0, 3, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.999999999835e-05, 3.630284844098e-10, { 0, 1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.999999999835e-05, -3.630284844060e-10, { 2, -1, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.999999999995e-05, 6.283185307187e-11, { 1, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.999999999998e-05, -4.188790204131e-11, { 1, -2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 4.000000000000e-05, 0.000000000000e+00, { 2, -2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.000000000000e-05, 0.000000000000e+00, { 2, -2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.708501168380e-05, -1.289521266432e-05, { 2, 0, 0, 0, 0, 14, -12, 0, 0, 0, 0, 0, 0 } }, + { 3.348406225107e-05, 6.462329670872e-06, { 2, 0, 1, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { -2.786696270965e-05, 1.207725788469e-05, { 4, 0, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -3.296432995304e-05, 6.962098765072e-06, { 1, 1, -2, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -7.681797059092e-06, -3.224374380823e-05, { 2, 0, -1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.802582285032e-05, 2.188472169005e-05, { 0, 2, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -5.143141165714e-07, -3.936673837329e-05, { 1, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.890396263129e-05, 1.096720317933e-05, { 2, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 2.554078834042e-05, -1.432051822102e-05, { 2, -2, 0, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -1.756098278353e-05, 2.229935642878e-05, { 2, 0, -2, 0, 0, 0, 13, -21, 0, 0, 0, 0, 0 } }, + { 9.473782575101e-06, 3.038651422886e-05, { 1, -1, 0, 0, 0, 18, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.491020890507e-05, 2.493956774998e-05, { 2, 0, -1, 0, 0, 0, 1, -4, 2, 0, 0, 0, 0 } }, + { -1.642342308493e-05, 2.338381758505e-05, { 0, 0, 2, 0, 0, 0, -2, 0, 5, -5, 0, 0, 0 } }, + { -3.970732968358e-05, -8.719596816724e-08, { 0, 0, 3, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.250996276147e-05, 7.276144852443e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 2, -6, 3, 0, 0 } }, + { -7.315141506436e-06, 3.243081788269e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 4, -2, 0, 0, 0 } }, + { 2.450388204634e-05, 1.523912892250e-05, { 0, 2, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 1.241827103902e-05, -2.730909270557e-05, { 0, 0, 1, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.663087613593e-05, 1.308902464697e-05, { 2, 0, 1, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.080869363295e-05, 2.889703995081e-05, { 1, -1, -1, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { 7.778148927379e-06, -3.188613601580e-05, { 1, -1, -1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.905855039526e-05, -5.915910437893e-07, { 3, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -2.721768808953e-05, -1.242967937389e-05, { 1, -1, 1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -3.687686722696e-05, 2.765600944772e-06, { 2, 0, -2, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -1.471625248563e-05, 2.488817376134e-05, { 0, 0, 0, 0, 0, 0, 13, -15, 0, 0, 0, 0, 0 } }, + { 3.952151589860e-05, 6.816921391619e-08, { 0, 2, -1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.071895440416e-05, -2.886916059936e-05, { 0, 0, 1, 0, 0, -1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.146997643392e-05, 2.811796824706e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -5, 4, 0, 0, 0 } }, + { -3.711235326953e-05, 2.432115891110e-06, { 0, 0, 0, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0 } }, + { 3.510335629410e-05, -4.439660035185e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 5, -5, 0, 0, 0 } }, + { -1.181626423093e-05, 2.772057885620e-05, { 1, 0, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -6.252514878808e-06, -3.327996156298e-05, { 2, 0, 0, 0, 0, 0, 2, 0, 0, -1, 0, 0, 0 } }, + { 2.747332189873e-05, -1.205058437788e-05, { 1, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.201390404727e-05, -1.748258144968e-05, { 2, -2, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0, 0 } }, + { 3.529836382390e-05, -4.195392884828e-06, { 2, 0, -2, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -9.045736914027e-06, 3.044715970213e-05, { 1, -1, 1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -3.910146312118e-05, 3.867304090322e-07, { 4, 0, -3, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.352902606754e-05, -5.928959743284e-06, { 2, 0, -1, 0, 0, 0, 4, 0, -6, 5, 0, 0, 0 } }, + { -3.267523898681e-06, 3.617583242901e-05, { 2, 0, -1, 0, 0, -14, 13, 0, 0, 0, 0, 0, 0 } }, + { -3.325072455324e-05, 6.181746586938e-06, { 3, -1, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.295515646092e-05, 2.647362101745e-05, { 2, 0, -1, 0, 0, -6, 9, 0, -3, 0, 0, 1, 0 } }, + { -2.213712706716e-05, -1.727092045727e-05, { 0, 0, 0, 0, 0, 23, -22, -4, 0, 0, 0, 0, 0 } }, + { -1.496649692502e-05, -2.442017745173e-05, { 4, 0, -2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -7.106430305370e-06, -3.227916392358e-05, { 1, -2, 0, 0, 0, 28, -31, 0, 0, 0, 0, 0, 0 } }, + { -2.762428190904e-05, 1.171826634983e-05, { 1, -1, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 1.454302653603e-05, -2.478197533666e-05, { 1, -1, 0, 0, 0, 0, 1, 0, 0, -4, 0, 0, 0 } }, + { 8.236306055550e-06, -3.104809100298e-05, { 1, 0, 1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -8.236306055550e-06, -3.104809100298e-05, { 1, 0, -1, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { -3.834053144039e-05, 9.305648356103e-07, { 0, 0, 1, 0, 0, 0, 1, 0, -2, 1, 0, 0, 0 } }, + { -2.702204187643e-06, 3.656483982694e-05, { 4, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.260555198330e-05, 2.665867277409e-05, { 0, 0, 0, 0, 0, 0, 12, -16, 0, 0, 0, 0, 0 } }, + { 1.662803462608e-06, -3.758114585138e-05, { 2, 0, -3, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 9.591880337573e-06, 2.964499672049e-05, { 2, 0, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { 7.642741468935e-06, 3.158960885275e-05, { 1, 1, -2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.907179495704e-05, -1.347997725486e-07, { 0, 0, 2, 0, 0, 0, 12, -24, 7, 5, 0, 0, 0 } }, + { 3.907179495704e-05, -1.347997725486e-07, { 0, 0, 2, 0, 0, 0, -12, 24, -7, -5, 0, 0, 0 } }, + { 1.885014533205e-05, 2.034540294638e-05, { 2, -2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -2.083150940049e-05, -1.835555820313e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { -3.909784579798e-05, 6.039319823042e-08, { 2, 0, -2, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -6.889441422696e-06, 3.224885542409e-05, { 0, 0, 2, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 8.902550428852e-06, 3.022860321301e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 1, 2, 0, 0, 0 } }, + { 7.476943721429e-06, 3.163755544267e-05, { 1, 1, 1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -7.158121302208e-06, 3.195426844378e-05, { 2, 2, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.193253114551e-05, -2.717619166587e-05, { 1, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { -9.880813203136e-06, 2.922283194242e-05, { 1, 0, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -3.174566912969e-05, 7.342843622337e-06, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 6, -3, 0, 0 } }, + { 2.427978537064e-05, -1.480443227638e-05, { 1, 0, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -1.123730412806e-05, -2.782550331345e-05, { 1, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.033444012902e-06, -3.802884458579e-05, { 2, 0, -1, 0, 0, -11, 12, 0, 0, 0, 0, 0, 0 } }, + { 3.837291985540e-05, -6.881265466241e-07, { 0, 0, 1, 0, -3, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.036266110728e-06, 3.301113728353e-05, { 1, 1, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -2.429237805381e-05, -1.474849080498e-05, { 2, 0, 0, 0, 0, 0, 10, -9, 0, 0, 0, 0, 0 } }, + { -2.687139223090e-05, 1.215870889987e-05, { 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -1.840867213498e-05, -2.061427917231e-05, { 0, 0, 1, 0, 0, 0, -8, 9, 0, 0, 0, 0, 0 } }, + { 2.401532130357e-05, 1.498549473921e-05, { 2, 0, 2, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 2.419732496367e-06, 3.654347707813e-05, { 3, -1, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -3.872329727314e-05, -2.294008471807e-07, { 0, 0, 1, 0, 2, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.374525541797e-06, 3.657541204375e-05, { 2, 0, -1, 0, 0, 3, -6, 2, 0, 0, 0, 0, 0 } }, + { -1.474944642892e-05, -2.419590868651e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 5, -5, 0, 0, 0 } }, + { -9.476775903811e-06, 2.943934445851e-05, { 1, 1, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 3.765006540052e-05, 1.251663237581e-06, { 4, 0, -1, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { 1.067958048120e-05, -2.819827396159e-05, { 1, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.838535461880e-05, -2.048386352748e-05, { 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0 } }, + { -3.320982376344e-05, -5.656359486315e-06, { 1, -1, 1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.881498196677e-05, 2.528851411860e-08, { 2, 0, 1, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { 3.883568394297e-05, 2.490331761777e-09, { 0, 2, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.468660752970e-05, -2.414601171982e-05, { 2, 0, 0, 0, 0, 0, 15, -17, 0, 0, 0, 0, 0 } }, + { -3.162581674997e-06, -3.565800706780e-05, { 0, 2, 1, 0, 0, -23, 22, 0, 0, 0, 0, 0, 0 } }, + { -8.935017445156e-06, -2.987030746316e-05, { 2, 0, 0, 0, 0, -7, 4, 0, 0, 0, 0, 0, 0 } }, + { 9.013008064751e-07, -3.789616571548e-05, { 2, 0, -3, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.388430850394e-05, 1.490414721153e-05, { 2, 0, 2, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 1.605664855588e-05, 2.272872836889e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -1, 0, 0, 0, 0 } }, + { -1.739455575375e-06, 3.703855013909e-05, { 2, 0, 1, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.803108296829e-05, 1.068917151257e-05, { 4, 0, -2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.848011947846e-05, -1.023476682785e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -3, 3, 0, 0, 0 } }, + { 2.059787650973e-05, -1.810995924902e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 6, 0, 0, 0, 0 } }, + { -2.804019746414e-05, -1.066523915214e-05, { 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.158304996366e-05, -7.122094594211e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -4, 1, 0, 0, 0 } }, + { 7.429872094431e-06, 3.124744571682e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 2, -2, 0, 0, 0 } }, + { 4.382668529354e-06, -3.427348309786e-05, { 1, 1, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 3.631792567556e-05, -2.337541521061e-06, { 2, 0, -1, 0, 0, 17, -19, 0, 0, 0, 0, 0, 0 } }, + { -3.393496712083e-05, -4.676079009917e-06, { 2, 0, -1, 0, 0, 0, 4, 0, -2, -5, 0, 0, 0 } }, + { 2.583185715731e-05, -1.268774493189e-05, { 1, 0, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.549799384818e-06, -3.694751717981e-05, { 2, -2, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.435645505221e-05, 2.413806354676e-05, { 0, 0, 1, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { -2.050937401059e-05, -1.797729031520e-05, { 0, 0, 1, 0, 0, 3, -11, 12, -3, 0, 0, 0, 0 } }, + { 2.050937401059e-05, -1.797729031520e-05, { 0, 0, 1, 0, 0, -3, 11, -12, 3, 0, 0, 0, 0 } }, + { 1.601848990638e-05, 2.246767326974e-05, { 4, 0, -1, 0, 0, -12, 7, 0, 0, 0, 0, 0, 0 } }, + { 6.344753427576e-06, -3.213022283022e-05, { 2, 0, -3, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -3.458322414398e-05, 3.885253345636e-06, { 3, -1, -2, 0, 0, 0, 3, 0, 0, -5, 0, 0, 0 } }, + { 1.915859651790e-05, -1.930384555072e-05, { 2, 0, -1, 0, 0, 0, 6, -8, 1, 0, 0, 0, 0 } }, + { 3.453941930918e-05, -3.915560001196e-06, { 2, 0, 0, 0, 0, 0, 1, 0, -3, 2, 0, 0, 0 } }, + { -6.022384668947e-06, -3.243097088627e-05, { 1, 1, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 3.380116367706e-05, 4.620453301871e-06, { 0, 0, 1, 0, 0, 0, 2, 0, 0, -4, 0, 0, 0 } }, + { 2.578066237673e-05, 1.263545078660e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 1, 0, 0, 0 } }, + { 3.078760923070e-05, 7.624746281473e-06, { 2, 0, -1, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0 } }, + { 1.734816505245e-05, 2.106201374190e-05, { 0, 2, 2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 3.780783831979e-05, 5.860830069109e-07, { 1, -2, 1, 0, 0, 11, -5, 3, 0, 0, 0, 0, 0 } }, + { 3.780783831979e-05, 5.860830069109e-07, { 1, -2, -1, 0, 0, 11, -5, 3, 0, 0, 0, 0, 0 } }, + { -2.557259662254e-05, 1.279045863746e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -1, 0, 0, 0 } }, + { 9.586908156635e-06, 2.876849156269e-05, { 0, 0, 2, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.402180738128e-05, -2.432948421091e-05, { 2, 0, -1, 0, 0, 0, -4, 8, -2, 0, 0, 0, 0 } }, + { -2.394592418962e-05, -1.440445967319e-05, { 2, 0, 1, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.757541178757e-05, 7.722170980505e-07, { 0, 0, 1, 0, 0, -34, 42, 0, 0, 0, 0, 0, 0 } }, + { 1.796735547383e-05, 2.036598516267e-05, { 0, 0, 0, 0, 0, 0, 10, -16, 4, 5, 0, 0, 0 } }, + { 7.306922046077e-06, -3.098991157703e-05, { 3, -1, -2, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.979362961729e-05, -1.850130409834e-05, { 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.747620859829e-05, 2.080496256392e-05, { 2, 0, 0, 0, 0, -13, 9, 0, 0, 0, 0, 0, 0 } }, + { -2.714681489091e-06, -3.556099401350e-05, { 2, 0, 0, 0, 0, -12, 9, 0, 0, 0, 0, 0, 0 } }, + { 6.112418677986e-06, -3.214701379555e-05, { 4, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.063338630705e-06, -3.517656127067e-05, { 0, 0, 1, 0, 0, 18, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.293807521671e-06, 3.694496224458e-05, { 1, -2, 1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 2.768152787650e-05, 1.054782878633e-05, { 2, 0, 0, 0, 0, 0, 5, 0, -7, 0, 0, 0, 0 } }, + { -3.787612032382e-05, 3.483800224345e-07, { 2, 0, 2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 7.718832885719e-06, 3.047817775450e-05, { 1, -1, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.788265863331e-05, -3.062852253203e-07, { 2, 0, -1, 0, 0, -20, 25, -8, 3, 0, 0, 0, 0 } }, + { 3.815787091171e-05, -2.978369417070e-08, { 0, 0, 2, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { 2.449258621682e-05, 1.368458982136e-05, { 4, 0, 1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -3.368892344589e-05, -4.484373673418e-06, { 1, -1, 2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.819659053372e-05, 9.969672022607e-06, { 4, 0, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -1.121769012453e-05, -2.692283237762e-05, { 1, -1, 0, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { 2.457335005220e-05, -1.355831439521e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 2, 5, 0, 0, 0 } }, + { -3.101229040391e-05, 7.119291804840e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 4, -1, 0, 0, 0 } }, + { -3.776409187439e-05, 3.560660199028e-07, { 2, 0, -5, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { -1.254367707853e-05, 2.557396057354e-05, { 1, 0, 0, 0, 0, 0, -32, 37, -1, 0, 0, 0, 0 } }, + { 2.956646289382e-05, -8.547883007830e-06, { 1, -3, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -2.710002261939e-05, -1.100196219442e-05, { 4, -2, -1, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.672772691144e-05, -1.350302351777e-06, { 6, 0, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -7.545701436294e-06, -3.052556504581e-05, { 2, -1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.509119117444e-05, 2.297407727453e-05, { 2, 2, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -3.147697512495e-05, -6.583407026007e-06, { 1, -1, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { 2.460525964436e-05, 1.337773786511e-05, { 0, 0, 1, 0, 0, 12, -10, 0, 0, 0, 0, 0, 0 } }, + { -8.195363538671e-06, 2.976181540991e-05, { 2, 0, -2, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -1.612760369684e-06, 3.634115910450e-05, { 2, 0, -1, 0, 0, 0, 15, -18, 0, 0, 0, 0, 0 } }, + { -1.215494611176e-05, -2.579483229033e-05, { 2, 0, 0, 0, 0, 0, 14, -18, 0, 0, 0, 0, 0 } }, + { -7.948460048693e-06, 2.997638289633e-05, { 4, 0, 0, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 2.510112913359e-05, 1.282144420551e-05, { 0, 0, 2, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { -7.431810292649e-06, -3.048011742511e-05, { 2, -1, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.761999082058e-05, -2.715311616203e-07, { 3, 0, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -9.931003458789e-06, -2.795278311995e-05, { 2, 0, -1, 0, 0, -4, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.447614318689e-05, 1.338235552149e-05, { 0, 0, 0, 0, 0, 10, -14, 0, 0, 0, 0, 0, 0 } }, + { -2.762519373199e-05, -1.023327136785e-05, { 2, 0, 0, 0, 0, 0, -7, 8, -3, 0, 0, 0, 0 } }, + { 3.107600925042e-05, -6.769060890663e-06, { 3, 0, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.278541802683e-05, -2.505869307691e-05, { 0, 0, 2, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { -4.748451087200e-06, -3.307607596044e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 3, -2, 0, 0, 0 } }, + { 2.556936843238e-05, 1.225500803269e-05, { 2, 0, 1, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0 } }, + { 3.742973552048e-05, 3.820001156598e-07, { 4, 0, -3, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -2.853970366775e-05, -9.245826872551e-06, { 2, 0, -2, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.282567236422e-06, 3.549568602024e-05, { 0, 0, 1, 0, 0, -3, 5, 0, 0, -3, 0, 0, 0 } }, + { 2.529482662487e-05, -1.247885550967e-05, { 4, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 1.162762487779e-05, 2.613807806807e-05, { 2, 1, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -1.437117847031e-05, -2.338034760807e-05, { 2, 0, 2, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -5.809949368513e-06, 3.190286490941e-05, { 2, 0, -1, 0, 0, 0, 10, -19, 0, 0, 0, 0, 0 } }, + { 1.349074256579e-05, -2.421543936108e-05, { 2, 0, -1, 0, 0, -18, 13, 9, 0, 0, 0, 0, 0 } }, + { 7.345909853122e-06, 3.035833302601e-05, { 0, 2, 2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -7.995723859296e-06, 2.970430053299e-05, { 2, 0, 0, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { 3.226113350563e-05, 5.431972810429e-06, { 0, 0, 2, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { -3.225461391585e-05, 5.437135802738e-06, { 0, 0, 2, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { -2.247501852787e-05, 1.520725257001e-05, { 1, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.446967089153e-05, -1.320492897123e-05, { 0, 2, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.947826783003e-05, -8.187795027967e-06, { 0, 0, 0, 0, 0, 0, 3, 0, -2, -5, 0, 0, 0 } }, + { 2.275090709469e-06, 3.537394810891e-05, { 0, 0, 1, 0, 0, 3, -5, 0, 0, 3, 0, 0, 0 } }, + { 3.760150557765e-05, -3.963868765326e-08, { 1, 0, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -3.521322562278e-05, 2.406213792627e-06, { 1, -1, 0, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { -6.475469139069e-06, -3.114034862292e-05, { 2, 0, -1, 0, 0, 0, 9, -14, 3, 0, 0, 0, 0 } }, + { 1.508503782662e-06, -3.610408212588e-05, { 2, -2, -3, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.521736117253e-06, -3.605479480588e-05, { 0, 0, 2, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.346435261844e-05, 1.410233409728e-05, { 0, 0, 3, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -2.865663986553e-05, 8.909912485919e-06, { 0, 0, 0, 0, 0, 8, -21, 16, -4, -5, 0, 0, 0 } }, + { 3.749673227199e-05, 5.072837207984e-08, { 2, 0, 2, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.344722991891e-05, 1.409084183533e-05, { 0, 0, 3, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 2.317229215423e-05, -1.432594048083e-05, { 4, 0, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { 5.756430772125e-06, 3.173867806427e-05, { 1, 1, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 1.576225461543e-05, -2.172477878625e-05, { 0, 0, 3, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.015653607171e-05, -1.732522358836e-05, { 2, 0, 0, 0, 0, 0, -3, 0, -2, 5, 0, 0, 0 } }, + { 3.740250890282e-05, 6.683051101122e-08, { 0, 2, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -7.159321159511e-06, 3.030123294510e-05, { 2, 1, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.734623517157e-05, 1.105958733226e-07, { 2, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.622247680545e-05, 1.121965814376e-05, { 0, 0, 1, 0, 0, 0, -12, 19, 0, 0, 0, 0, 0 } }, + { 3.175689672957e-05, -5.682491020274e-06, { 4, 0, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -1.929220430403e-05, -1.813684173336e-05, { 2, 0, -2, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -3.170908751095e-05, 5.719705164025e-06, { 2, -2, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 3.739925489626e-05, -1.856348162916e-08, { 6, 0, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.736126074894e-05, 1.496583660240e-08, { 2, 2, -1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -1.266787063898e-06, -3.610513184269e-05, { 0, 0, 2, 0, 0, -22, 23, 0, 0, 0, 0, 0, 0 } }, + { -3.171994859732e-05, 5.640813960927e-06, { 1, 0, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 2.438852401058e-05, 1.296411132994e-05, { 0, 0, 1, 0, 0, 0, 3, -8, 1, 5, 0, 0, 0 } }, + { 1.053389958659e-05, 2.678513488023e-05, { 0, 0, 0, 0, 0, 0, 11, -21, 0, 0, 0, 0, 0 } }, + { -2.337339199957e-05, 1.394230902171e-05, { 0, 0, 1, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { 2.339752022734e-05, -1.391688342931e-05, { 5, 0, -1, 0, -17, 0, 22, 0, 0, 0, 0, 0, 0 } }, + { 3.727728262560e-05, -1.556268640366e-08, { 2, 2, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.456493461360e-05, 2.727830325834e-06, { 2, 0, -1, 0, -1, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.024893715419e-05, -2.702964282749e-05, { 2, -1, 0, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { -3.721011444098e-05, 3.894876328268e-08, { 2, 0, -1, 0, 0, 0, 4, 0, 0, -4, 0, 0, 0 } }, + { 3.102014685104e-05, 6.211918346299e-06, { 2, 0, 0, 0, 0, 0, -37, 48, 0, 0, 0, 0, 0 } }, + { -1.128814110210e-05, -2.594160816262e-05, { 2, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.697225558519e-05, -2.554067741235e-07, { 2, 0, 2, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.243160038101e-05, -2.479305125467e-05, { 1, 1, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -7.068620219386e-06, -3.015353553308e-05, { 1, -1, 0, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { 2.801211268820e-05, -9.206525150693e-06, { 0, 0, 0, 0, 0, 4, -15, 16, 0, 0, 0, 0, 0 } }, + { -3.671591218340e-05, 4.873363267848e-07, { 0, 0, 1, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.209810015418e-05, -2.508230044600e-05, { 1, 1, -1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 8.090537506966e-06, -2.907740402807e-05, { 0, 0, 0, 0, 0, 8, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.627870214029e-05, 2.088804526822e-05, { 0, 0, 1, 0, 0, 0, -13, 21, 0, 0, 0, 0, 0 } }, + { 1.022268700879e-05, -2.694155589792e-05, { 2, 1, 0, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -3.540631840538e-06, 3.362203749111e-05, { 2, -2, 1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -2.401896366994e-05, -1.313418785158e-05, { 0, 0, 1, 0, 0, 0, -4, 6, -2, 0, 0, 0, 0 } }, + { -3.518965031004e-05, 1.946452299715e-06, { 0, 0, 0, 0, 0, 26, -30, 0, 0, 0, 0, 0, 0 } }, + { -3.707329006433e-05, 5.965496400261e-08, { 0, 0, 0, 0, 0, 1, -3, 0, 2, 0, 0, 0, 0 } }, + { -7.042866807139e-06, -3.008670820901e-05, { 1, -1, 0, 0, 0, -14, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.934482242265e-05, 7.729469297945e-06, { 2, 0, 1, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { 3.120110601968e-05, 5.868809069970e-06, { 4, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.064590573289e-05, -6.422827727418e-06, { 1, -1, 0, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.488007124478e-06, -3.557116057219e-05, { 2, -2, 3, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.153854162951e-05, 5.511448932402e-06, { 0, 0, 0, 0, 0, 3, -5, 0, 4, -5, 0, 0, 0 } }, + { 2.767278223607e-05, 9.373568085968e-06, { 4, 0, 0, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { -5.589700601922e-06, -3.143592804925e-05, { 2, 0, 0, 0, 0, -18, 20, -8, 3, 0, 0, 0, 0 } }, + { -1.563554138152e-05, 2.138091949019e-05, { 2, 2, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -1.754866629338e-05, -1.944383476362e-05, { 1, 0, 0, 0, 0, -12, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.410698888006e-05, -2.288150044374e-05, { 2, 0, -1, 0, 0, 0, 4, -8, 2, 0, 0, 0, 0 } }, + { 1.541304087326e-05, -2.156708930592e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0 } }, + { 2.798484416609e-05, 8.994239009758e-06, { 4, 0, 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 3.510541357826e-05, -1.833447595518e-06, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 3, 0, 0, 0 } }, + { 3.058273131849e-05, 6.350668433543e-06, { 2, 0, 0, 0, 0, 0, 3, 0, -1, -5, 0, 0, 0 } }, + { -6.771401224307e-06, -3.016188322063e-05, { 0, 1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.007894633102e-06, -3.392498237818e-05, { 4, -2, -2, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { 3.497562749790e-05, 1.949298296554e-06, { 0, 0, 1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { 4.690800322462e-06, -3.222846524242e-05, { 1, -1, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 2.799900972362e-05, 8.919033118530e-06, { 0, 0, 0, 0, 0, 0, 1, -2, 2, 0, 0, 0, 0 } }, + { 3.102395995993e-05, -5.888306807953e-06, { 2, 0, -2, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.534873866444e-05, 1.155848080857e-05, { 0, 0, 1, 0, 0, 0, -9, 16, 0, 0, 0, 0, 0 } }, + { 1.507556309955e-05, -2.182937965987e-05, { 0, 0, 2, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { 3.005827449900e-06, -3.389473649680e-05, { 4, -2, -1, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { -3.556377468303e-05, 1.336543714216e-06, { 2, 0, 0, 0, 0, 19, -21, 0, 0, 0, 0, 0, 0 } }, + { 2.033526545204e-05, -1.655895491838e-05, { 2, 0, -1, 0, 1, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.510863241475e-05, -1.175037897377e-05, { 0, 0, 1, 0, 1, -23, 20, 0, 0, 0, 0, 0, 0 } }, + { -2.682723049023e-05, -1.001806237411e-05, { 0, 2, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -6.973988217519e-06, -2.986731760278e-05, { 1, -1, 0, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { 3.682149400068e-05, -1.711794455414e-08, { 4, 0, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -3.221440172218e-05, -4.621330901190e-06, { 0, 0, 2, 0, 0, -24, 26, 0, 0, 0, 0, 0, 0 } }, + { -6.941375922567e-06, 2.988484137214e-05, { 2, 0, 1, 0, 0, 0, -3, 0, 0, 2, 0, 0, 0 } }, + { 2.040768618385e-05, 1.639590531615e-05, { 2, 0, 0, 0, 0, 0, -9, 10, 0, 0, 0, 0, 0 } }, + { -2.980568692393e-08, 3.675114964989e-05, { 1, 1, 0, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 2.171966499343e-05, 1.500801188930e-05, { 2, 0, -1, 0, 0, 0, 15, -20, 0, 0, 0, 0, 0 } }, + { 6.440812292796e-06, 3.028452516311e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 6, 0, 0, 0 } }, + { 1.376261345377e-05, -2.295532227172e-05, { 2, 0, -1, 0, 0, 3, -1, -4, 0, 0, 0, 0, 0 } }, + { 1.474736346923e-05, 2.196905806876e-05, { 1, 1, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -8.883309845417e-06, 2.782914553439e-05, { 2, 0, -1, 0, 0, 0, -28, 31, 0, 0, 0, 0, 0 } }, + { 2.460870955023e-05, 1.210210634278e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0 } }, + { -3.211353240290e-05, 4.593533342538e-06, { 0, 2, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.965130780419e-05, 7.010294132290e-06, { 2, 0, -2, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { 3.474440121593e-05, 1.912903320467e-06, { 4, 0, 0, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 3.654436724220e-05, 1.097182523194e-07, { 2, 0, 1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -2.648406094670e-05, -1.016593680019e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -6, 2, 0, 0, 0 } }, + { 2.630490264279e-05, -1.027372008221e-05, { 0, 0, 0, 0, 0, 0, 5, -8, 2, 0, 0, 0, 0 } }, + { 1.080863414603e-06, 3.548173545140e-05, { 2, 2, 0, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -6.232611994162e-08, 3.647665633488e-05, { 3, 0, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.264206276161e-05, -1.388805215909e-05, { 2, 0, 0, 0, 0, 0, -5, 3, 0, 0, 0, 0, 0 } }, + { 2.007340066456e-05, -1.644426926308e-05, { 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -3.754432100696e-06, -3.276042710408e-05, { 2, 0, -2, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -3.915761013126e-06, 3.259567685061e-05, { 1, 1, 0, 0, -7, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.553172606471e-05, 1.097267763855e-05, { 2, -2, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 3.812317386616e-06, -3.266750998589e-05, { 2, 0, -2, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { 2.829839155094e-05, 8.180005659816e-06, { 1, 0, 0, 0, 0, -29, 35, 0, -3, 0, 0, 0, 0 } }, + { 2.371434866481e-05, 1.275506109501e-05, { 0, 0, 3, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 6.722411922001e-06, 2.967806598925e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 4, -5, 0, 0, 0 } }, + { 6.838849092749e-06, -2.955953777155e-05, { 2, 0, 2, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.184129583561e-05, -2.453950049673e-05, { 4, 0, -1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -1.805308460528e-06, -3.456549804692e-05, { 4, 0, -2, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 2.346618973304e-05, -1.288424695682e-05, { 2, 0, -4, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -2.422333741078e-05, 1.212526960098e-05, { 0, 2, -1, 0, 0, -19, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.392023923051e-05, -2.240186365823e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { 1.478251528901e-05, 2.152502570900e-05, { 0, 0, 1, 0, 0, 0, -3, 5, 4, 0, 0, 0, 0 } }, + { -3.628785852206e-05, 6.061392637123e-09, { 1, 0, 2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.437117571604e-05, 2.192262313018e-05, { 0, 2, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -2.969984579180e-06, 3.331320937686e-05, { 2, 2, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -1.476634970611e-05, 2.150656890414e-05, { 0, 0, 1, 0, 0, 0, 3, -5, -4, 0, 0, 0, 0 } }, + { -1.465425407455e-06, 3.479200138696e-05, { 2, 0, 2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.373896109569e-06, -3.487879877596e-05, { 0, 0, 1, 0, 0, 17, -18, 0, 0, 0, 0, 0, 0 } }, + { -2.503145695273e-06, 3.370836595353e-05, { 0, 0, 1, 0, 0, 3, -6, 2, 0, 0, 0, 0, 0 } }, + { -3.563505634408e-05, -5.657309288719e-07, { 1, 0, -3, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.249238382993e-05, 2.367168811003e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -1, 1, 0, 0, 0 } }, + { -1.462863039018e-05, -2.152048376701e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0 } }, + { -4.947073357796e-06, -3.119725911291e-05, { 2, 0, -3, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -2.375507846516e-05, -1.237824194103e-05, { 4, 0, -1, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { -1.067640963553e-06, -3.504077561595e-05, { 6, 0, -2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -9.187365226721e-06, -2.691714127523e-05, { 0, 0, 1, 0, 0, 0, -9, 11, 0, 0, 0, 0, 0 } }, + { 6.016073681052e-06, -3.007252629320e-05, { 4, 0, -2, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 9.338463827930e-06, -2.674700361294e-05, { 0, 0, 0, 0, 0, 0, 2, -2, 0, 2, 0, 0, 0 } }, + { -1.058821059403e-05, -2.549651473971e-05, { 3, -1, 1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 7.551524800353e-06, 2.852101725860e-05, { 4, 0, -2, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 1.730596104429e-05, -1.875360009709e-05, { 2, 0, -1, 0, 0, -10, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.618149285496e-05, -1.986221119946e-05, { 0, 1, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -5.456415032010e-06, -3.058543781707e-05, { 2, 0, 1, 0, 0, -18, 20, -8, 3, 0, 0, 0, 0 } }, + { 5.456415032010e-06, -3.058543781707e-05, { 2, 0, -1, 0, 0, 18, -20, 8, -3, 0, 0, 0, 0 } }, + { -2.426625609076e-05, 1.174396170259e-05, { 2, 0, 1, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.106853289202e-05, 2.491541279274e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 2, -7, 0, 0, 0 } }, + { 1.261139213749e-05, -2.336081479440e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 } }, + { -2.848274325035e-05, 7.489197964953e-06, { 2, 0, -3, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { -1.628082666850e-05, 1.968409185526e-05, { 2, -3, 0, 0, 0, 20, -17, 0, 0, 0, 0, 0, 0 } }, + { 2.939582099128e-05, 6.557094326822e-06, { 0, 2, 1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.227843038984e-05, 1.367079331291e-05, { 2, 2, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 1.528970136930e-05, 2.065297378903e-05, { 0, 2, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.176464177271e-05, 1.417064402119e-05, { 4, 0, -2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.253241654482e-05, 2.339564570076e-05, { 2, 0, -1, 0, 0, 0, -9, 11, 0, 0, 0, 0, 0 } }, + { 3.518543750063e-05, 7.224882390926e-07, { 2, 0, -3, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 2.871832699382e-05, -7.186032631096e-06, { 1, 1, -1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -6.897848468710e-06, -2.900122517185e-05, { 0, 1, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.416338106583e-05, 2.173537456551e-05, { 1, 1, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -2.051263569997e-05, 1.535417773035e-05, { 1, -1, 3, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { -1.194511993196e-05, -2.389115316884e-05, { 0, 0, 1, 0, 0, 0, 4, -9, 0, 0, 0, 0, 0 } }, + { 2.923330198973e-05, -6.594625859178e-06, { 0, 0, 0, 0, 0, 0, 8, -16, 8, -5, 0, 0, 0 } }, + { -8.857352675820e-06, 2.696784012582e-05, { 1, -1, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.580514243126e-05, 1.119836251968e-08, { 0, 0, 0, 0, 0, 25, -25, 0, 0, 0, 0, 0, 0 } }, + { 1.011991507900e-06, 3.478454215241e-05, { 1, 0, 0, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 4.595725990199e-06, 3.117240060390e-05, { 0, 0, 1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 6.725288230184e-06, 2.903490924405e-05, { 2, -1, 0, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.954143424355e-07, 3.554118814635e-05, { 4, 0, -2, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.362597914211e-05, 2.099545124734e-06, { 2, 0, -1, 0, 0, 0, 14, -27, 3, 3, 0, 0, 0 } }, + { 3.362597914211e-05, 2.099545124734e-06, { 2, 0, -1, 0, 0, 0, -14, 27, -3, -3, 0, 0, 0 } }, + { 2.572926694891e-05, 9.985072449647e-06, { 2, 0, -1, 0, 0, 0, -3, 1, 0, 0, 0, 0, 0 } }, + { -3.560491645973e-05, 8.793596223832e-08, { 2, 0, -1, 0, 0, -3, 5, -2, 0, 0, 0, 0, 0 } }, + { 2.717408688144e-05, -8.510499272707e-06, { 2, 0, 1, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { 2.920342687403e-05, -6.476332664599e-06, { 2, 2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.649392715249e-05, 1.917572572807e-05, { 2, 0, 1, 0, 0, -3, 6, -4, 0, 0, 0, 0, 0 } }, + { -1.749822716471e-06, -3.391674848502e-05, { 2, -2, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 3.561636497879e-05, 4.411856436895e-08, { 3, 0, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.099106392621e-05, -2.466362423320e-05, { 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -6.857413718109e-06, -2.879587998881e-05, { 1, -1, 2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.336690719508e-05, -2.228231791109e-05, { 1, -1, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 2.884639711032e-05, -6.779827716529e-06, { 3, 0, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.963843363121e-05, 5.984857003541e-06, { 2, 0, -2, 0, 0, 0, -37, 48, 0, 0, 0, 0, 0 } }, + { -1.052902243332e-06, -3.455639587235e-05, { 2, 0, -4, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -1.622052574726e-05, -1.937180088309e-05, { 0, 0, 0, 0, 0, 13, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.053803140127e-05, 5.043208752340e-06, { 2, 0, 1, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { -3.435247256091e-05, -1.205918315641e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -5, 5, 0, 0, 0 } }, + { 6.172655332016e-06, 2.935810494824e-05, { 2, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.526049066569e-05, 2.026648188250e-05, { 1, -1, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -3.483228089084e-05, -6.897841578077e-07, { 2, -2, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { 2.286782981554e-05, -1.264859161162e-05, { 2, 0, 1, 0, 0, 0, -2, 0, 5, 0, 0, 0, 0 } }, + { -7.414762918280e-06, 2.810157157632e-05, { 1, 1, 0, 0, 0, -12, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.368302759479e-05, 1.182850724324e-05, { 6, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.613387332241e-05, -9.375785268748e-06, { 0, 0, 2, 0, 0, 0, -2, 0, 1, 5, 0, 0, 0 } }, + { 1.260131053859e-05, 2.290757521979e-05, { 4, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.047925188968e-05, 5.026724391182e-06, { 2, 0, 1, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { 2.283697951900e-05, 1.265792284721e-05, { 1, 0, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -6.258718600413e-06, -2.922252839826e-05, { 2, 0, 0, 0, 0, 12, -15, 0, 0, 0, 0, 0, 0 } }, + { -9.443583719449e-06, 2.601909342846e-05, { 1, 1, 0, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 6.831457771549e-06, -2.862108729703e-05, { 1, -1, -2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.777270716870e-06, 2.965727158970e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 2, -6, 0, 0, 0 } }, + { -7.831538342028e-06, -2.758984069341e-05, { 3, 0, -1, 0, 0, 0, -35, 41, -2, 0, 0, 0, 0 } }, + { -2.799431918532e-05, 7.425085148879e-06, { 1, -1, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.323420462261e-05, -1.216418634755e-05, { 2, 0, -2, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { 9.734948642967e-06, -2.565033928055e-05, { 2, 1, -1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -9.734948642967e-06, -2.565033928055e-05, { 2, -1, -1, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { 2.371961079706e-06, 3.299699189228e-05, { 0, 0, 1, 0, 0, -3, 6, -2, 0, 0, 0, 0, 0 } }, + { -3.343579051569e-05, 1.925376976884e-06, { 4, 0, 2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 2.425173007458e-05, 1.108193849435e-05, { 1, 1, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -3.476083609243e-05, -5.721936941578e-07, { 2, 0, -2, 0, 0, 0, 2, 0, -3, 0, 1, 0, 0 } }, + { 1.386918806943e-05, -2.143904297204e-05, { 2, -2, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -3.114948446469e-05, 4.150719278084e-06, { 1, 1, 0, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.172289500127e-05, 1.356872689996e-05, { 2, -2, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 3.527537495776e-05, 1.464687988736e-08, { 4, 2, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.380509563417e-05, -1.477386878754e-06, { 0, 0, 2, 0, 0, 0, -2, 0, 4, -2, 0, 0, 0 } }, + { 6.743360529039e-06, -2.852334883663e-05, { 1, -1, 2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.063486474892e-05, -2.462315131876e-05, { 1, 0, 0, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { -3.457573518391e-05, 6.673957622580e-07, { 2, 2, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -2.349383991042e-05, 1.173406778499e-05, { 1, 2, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.349383991042e-05, 1.173406778499e-05, { 1, 2, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 7.221688617908e-06, 2.799835661763e-05, { 1, -1, 1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -5.247284266900e-06, -2.995820097992e-05, { 1, -1, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 3.342559350960e-05, 1.756236527478e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { 6.734446963555e-06, -2.844447604265e-05, { 2, 1, -3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.745487595331e-06, 2.842933769201e-05, { 0, 1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.024987247051e-05, 4.918828821459e-06, { 0, 0, 0, 0, 0, 2, -4, 0, 3, 0, 0, 0, 0 } }, + { 2.504533259268e-05, 1.010872948537e-05, { 1, -1, 1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 4.267782850510e-06, 3.086662081578e-05, { 2, 0, 1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.929515362833e-05, 5.830598955289e-06, { 1, 1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 6.667282052476e-06, 2.844820109645e-05, { 0, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.686706256481e-05, -1.824841977377e-05, { 3, -1, -2, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.200008172171e-05, 2.310768361470e-05, { 1, -1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { -7.718522661557e-06, -2.737243804139e-05, { 2, 0, 0, 0, 0, -8, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.331164527059e-07, 3.455170956784e-05, { 1, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -2.410939721687e-05, 1.096018522505e-05, { 0, 0, 2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 3.104431001076e-05, -4.011995419982e-06, { 1, -1, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.722571374820e-05, 7.829267346883e-06, { 2, 2, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.017893676014e-05, -1.486743505650e-05, { 2, 0, -2, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -3.499843976473e-05, 3.745881757534e-08, { 0, 0, 2, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -2.878911743488e-05, 6.214578797442e-06, { 2, 0, 2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.750659684005e-05, -7.471523795335e-06, { 2, 0, 1, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { 3.473149860393e-05, 2.448030491777e-07, { 2, 2, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 2.330314626042e-05, 1.163888635565e-05, { 6, 0, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.325997625775e-05, -1.166325849785e-05, { 1, -1, 0, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { 1.286737434967e-05, -2.205303422114e-05, { 0, 0, 1, 0, 0, 0, -6, 5, 0, 0, 0, 0, 0 } }, + { -7.431473720520e-06, -2.747995925230e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 4, -10, 0, 0, 0 } }, + { 8.347196411635e-06, 2.656403412413e-05, { 0, 0, 0, 0, 0, 15, -18, 0, 0, 0, 0, 0, 0 } }, + { -6.756301706678e-06, -2.811583280933e-05, { 3, 1, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.608818390410e-05, -8.777623990127e-06, { 4, 0, 0, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 1.368460177531e-06, -3.347285939316e-05, { 2, 0, -1, 0, 0, 22, -23, 0, 0, 0, 0, 0, 0 } }, + { 1.352098657388e-05, -2.130912355876e-05, { 3, 0, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -2.916949488678e-05, -5.656824027927e-06, { 1, -1, -1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 3.479528450894e-05, 2.972094885100e-08, { 2, 0, 1, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.266219777434e-05, -2.214211419850e-05, { 2, 0, -1, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 } }, + { -6.183238144246e-06, -2.861105593686e-05, { 2, 0, 0, 0, 0, -11, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.642621266493e-05, -8.340412097608e-06, { 1, 1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 5.563719812935e-07, 3.418157607569e-05, { 3, 1, -1, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { 2.836293973569e-05, -6.374809224973e-06, { 4, 0, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.205049680530e-05, -2.267071610021e-05, { 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 2.129753853154e-06, -3.258324227519e-05, { 1, 0, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.449325940382e-05, 2.131295535710e-07, { 0, 2, 0, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { 6.333810007184e-06, 2.835916539596e-05, { 1, 1, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -7.750666573145e-06, 2.693228012357e-05, { 4, 0, -3, 0, 0, -14, 13, 0, 0, 0, 0, 0, 0 } }, + { 6.644106008360e-06, -2.802358465317e-05, { 1, 1, 1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.016372395284e-05, -2.448085158228e-05, { 1, 1, 1, 0, 0, 0, -1, 0, -1, 1, 0, 0, 0 } }, + { 2.307810800983e-05, -1.152640711159e-05, { 2, 2, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.557717908582e-05, 1.902149462920e-05, { 0, 0, 0, 0, 0, 2, 2, -8, 0, 0, 0, 0, 0 } }, + { -3.456555355337e-05, -2.868801847411e-08, { 1, 0, -1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.456706748398e-05, -2.302495819230e-08, { 4, -2, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.879377628555e-05, 5.791588758153e-06, { 0, 0, 2, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { -2.820237523380e-05, 6.361504838732e-06, { 6, 0, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.661915075739e-06, -3.189823618784e-05, { 2, -2, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -1.456735819044e-06, 3.309928380537e-05, { 0, 0, 0, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { 5.214891713738e-06, -2.931921019673e-05, { 2, 0, -2, 0, 0, 18, -20, 8, -3, 0, 0, 0, 0 } }, + { 1.599824739007e-05, -1.852727430968e-05, { 0, 0, 1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -3.448989052083e-05, 2.481588838014e-08, { 2, 0, -3, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.998824136878e-05, -4.506697561541e-06, { 0, 0, 1, 0, 0, 13, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.702760390307e-06, 3.178861821368e-05, { 4, 0, -1, 0, 0, -22, 28, -7, 0, 0, 0, 0, 0 } }, + { -2.702760390307e-06, 3.178861821368e-05, { 0, 0, 1, 0, 0, 22, -28, 7, 0, 0, 0, 0, 0 } }, + { -2.764168055767e-05, -6.847044947066e-06, { 1, -1, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.310946886435e-05, -1.136820492074e-05, { 1, 0, 0, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.938577043680e-06, 3.250910338652e-05, { 2, 0, 0, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { 3.434049851672e-05, 1.013368470376e-07, { 2, 0, -2, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { 7.800123883851e-06, -2.663073498989e-05, { 0, 0, 2, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.181760795545e-05, -2.604387800182e-06, { 1, -1, 1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.335178337208e-05, 2.106032901987e-05, { 2, -2, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -3.018295788382e-05, 4.222783883332e-06, { 0, 0, 0, 0, 0, 3, -5, 0, 0, 5, 0, 0, 0 } }, + { 1.422548735183e-05, -2.017623466316e-05, { 1, -1, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.792125454570e-05, -1.647316170072e-05, { 0, 0, 1, 0, 0, 0, -9, 10, 0, 0, 0, 0, 0 } }, + { 1.870561962463e-05, -1.568493690860e-05, { 2, 0, 0, 0, 1, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.567519553075e-05, 1.870578653113e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, -3, 0, 0, 0 } }, + { -3.421740321678e-05, 1.570632086362e-07, { 0, 2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 6.580614028131e-06, -2.778504779661e-05, { 3, 1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.443634717754e-05, -1.990063881358e-05, { 1, 0, -1, 0, 0, 10, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.882301624113e-05, -5.500844117094e-06, { 2, -1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 3.285469976799e-05, 1.465222798721e-06, { 4, 0, -1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 6.561081080103e-06, 2.774183677694e-05, { 0, 0, 0, 0, 0, 0, 7, -12, 3, 0, 0, 0, 0 } }, + { -7.194923334426e-06, 2.710724806617e-05, { 0, 0, 4, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -4.306334010088e-06, 2.997920728756e-05, { 4, 0, -1, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { 2.426982174055e-05, 9.992458326539e-06, { 1, 0, 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 8.248438738544e-06, 2.600459342279e-05, { 0, 0, 1, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { 2.277613809928e-05, -1.146886722314e-05, { 1, -1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0, 0 } }, + { 6.668155949505e-06, -2.755734074825e-05, { 0, 2, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 4.720260537658e-06, -2.949864654190e-05, { 2, 0, -3, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.932502798425e-05, 4.891397326002e-06, { 1, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 5.493784518381e-06, 2.871648708095e-05, { 1, -1, -2, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 3.418862071979e-05, -4.775361792321e-09, { 4, 0, -1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.772620188131e-05, 1.645825389134e-05, { 2, 0, 0, 0, 0, 0, -7, 6, 0, 0, 0, 0, 0 } }, + { 2.215503002017e-05, 1.202847890202e-05, { 4, 0, -2, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { -2.754484930051e-05, -6.630315876515e-06, { 3, 0, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -1.341561033771e-05, -2.074804284287e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0 } }, + { -1.932106351723e-05, -1.482894390237e-05, { 2, 0, -1, 0, -4, 0, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.091739225207e-05, -1.322952718075e-05, { 2, 0, 1, 0, 0, 0, -11, 19, 0, -3, 0, 0, 0 } }, + { 2.254427025988e-05, -1.155534155072e-05, { 2, 0, 2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -1.565091822487e-05, -1.844114835501e-05, { 1, -1, 0, 0, 0, 0, -2, 6, 0, 0, 0, 0, 0 } }, + { 1.880949467989e-06, -3.220393391308e-05, { 2, 0, -3, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -1.992121638117e-05, -1.415625229326e-05, { 2, 0, -1, 0, 0, -3, 7, 0, 0, 0, 0, 0, 0 } }, + { -2.420830648919e-05, 9.863803728597e-06, { 2, 0, -1, 0, 0, 11, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.472570503783e-05, -1.931915486194e-05, { 1, 1, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -3.387935099816e-05, 1.645144796559e-07, { 1, 0, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.401858803020e-05, -2.296377448539e-08, { 3, 0, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 3.832582928510e-07, 3.364515658227e-05, { 4, 0, -3, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -4.606431589659e-06, 2.941660585277e-05, { 2, 0, 0, 0, 0, 0, -9, 12, 0, 0, 0, 0, 0 } }, + { 1.266701303864e-05, 2.135501344608e-05, { 0, 0, 1, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0 } }, + { 1.661180218086e-05, -1.738460250393e-05, { 1, 1, 0, 0, 0, 0, 1, 0, 2, -4, 0, 0, 0 } }, + { 5.279570590626e-06, -2.870370420012e-05, { 2, 0, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.394939318984e-05, 2.766280567231e-08, { 4, 0, -2, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { -3.140477605388e-05, 2.561876415101e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 4, -3, 0, 0, 0 } }, + { 3.395553958247e-05, 8.471902004529e-09, { 4, -2, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.906766739608e-06, -2.703348347308e-05, { 1, -1, 1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -7.699409963562e-06, 2.623833616654e-05, { 2, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.597594520067e-06, -2.932638437408e-05, { 4, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.382416963929e-05, -1.008485119845e-05, { 1, 0, -1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.243316779228e-05, 1.475747562952e-06, { 0, 0, 1, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0 } }, + { 6.897971227785e-06, 2.700479035492e-05, { 3, -1, -1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.112799767404e-05, 2.276883214405e-05, { 0, 0, 1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { 3.580071413413e-06, -3.030141290336e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 } }, + { -3.381849737983e-05, -5.105765576437e-08, { 0, 2, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.695586593770e-05, 6.910212436462e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -1, -1, 0, 0, 0 } }, + { 1.630665313560e-05, 1.755659930393e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 3, -1, 0, 0, 0 } }, + { 1.589394072871e-06, 3.226391002903e-05, { 2, 0, -1, 0, 0, -3, 6, -2, 0, 0, 0, 0, 0 } }, + { -1.219292011656e-05, 2.165278670046e-05, { 2, 0, 0, 0, 0, 0, 1, -4, 2, 0, 0, 0, 0 } }, + { 3.344749452731e-05, -3.950678051338e-07, { 2, 0, 1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 3.380801381774e-05, 2.544131952717e-08, { 1, -2, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.602101167153e-05, -7.802767667908e-06, { 0, 0, 1, 0, 0, 2, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.044534309595e-06, -3.077276489706e-05, { 1, -1, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 3.363757754393e-05, 1.738991214471e-07, { 0, 0, 3, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 3.056887795341e-05, -3.232215125187e-06, { 0, 0, 0, 0, 0, 21, -23, 0, 0, 0, 0, 0, 0 } }, + { 2.094810572520e-07, 3.359154091109e-05, { 0, 0, 2, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.607624832387e-05, -7.708848194533e-06, { 1, 0, 1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -4.970956662880e-06, -2.880087403644e-05, { 1, 2, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -4.970956662880e-06, -2.880087403644e-05, { 1, -2, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.871578498313e-05, 5.053549751286e-06, { 1, -1, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -2.251626670860e-05, -1.124595941229e-05, { 2, 2, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.875026845724e-05, -4.998574721782e-06, { 2, 0, 2, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 2.190571599053e-06, -3.155438783749e-05, { 0, 0, 0, 0, 0, 14, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.627892293099e-05, -1.744800747456e-05, { 2, 0, -1, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0 } }, + { -2.127013219346e-05, -1.245334117799e-05, { 1, -1, 0, 0, 0, 1, 9, -18, 0, 0, 0, 0, 0 } }, + { -6.435981633856e-06, -2.727741094178e-05, { 1, -1, -1, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.697477104656e-05, -1.673059985018e-05, { 0, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.298198845509e-05, 1.072031380622e-05, { 4, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.379118494939e-05, 9.903498338017e-06, { 1, 0, 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 3.273196761218e-06, -3.041024803427e-05, { 4, 0, -2, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -2.849663703803e-05, 5.185004342646e-06, { 1, 1, -1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.204546788562e-05, -1.163511134213e-05, { 2, 0, -2, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { 2.262146566830e-05, 1.105389482456e-05, { 2, 0, -1, 0, 0, 13, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.806556072151e-06, -3.184343516878e-05, { 2, 0, 1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -8.082527870091e-06, 2.555674387792e-05, { 4, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -7.459871200773e-06, -2.616723968042e-05, { 4, 0, 0, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 3.311744140577e-05, 5.089090418586e-07, { 2, 0, -3, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 6.425065892629e-06, -2.718952598758e-05, { 2, -1, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.281952103764e-05, 7.842777864579e-07, { 2, 0, -3, 0, 0, 0, 2, 0, -3, 0, 1, 0, 0 } }, + { -8.417947310390e-07, -3.275942023097e-05, { 2, 0, -1, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { 1.218403480380e-05, 2.141485988091e-05, { 2, -2, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -7.080093386507e-06, 2.648990611368e-05, { 2, 0, 2, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -6.894386241600e-06, -2.667506808526e-05, { 0, 2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.189059646258e-05, 2.166942570789e-05, { 2, 0, -2, 0, 1, -25, 25, 0, 0, 0, 0, 0, 0 } }, + { -1.228807569093e-05, -2.126857922137e-05, { 2, 0, 2, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 3.350930560231e-05, 3.872605739904e-08, { 1, 0, -1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.305959672110e-05, -1.047259394172e-05, { 2, 0, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.531454196871e-05, -1.821710021012e-05, { 1, -1, -1, 0, 0, 17, -14, 0, 0, 0, 0, 0, 0 } }, + { -2.255435248905e-05, 1.096568591528e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0 } }, + { 6.482319379201e-06, -2.703063477078e-05, { 1, -1, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { -2.604453885058e-05, 7.465895790534e-06, { 0, 0, 0, 0, 0, 0, 3, -6, 4, -5, 0, 0, 0 } }, + { 3.338673798102e-05, 7.586434014873e-08, { 0, 0, 2, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.365784660175e-05, -1.976950229323e-05, { 1, 0, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.298540775965e-05, 1.043178861770e-05, { 2, 0, 0, 0, 0, -29, 36, 0, -4, 0, 0, 0, 0 } }, + { -3.307366513528e-05, 3.245096277895e-07, { 0, 0, 3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.386799990559e-05, -1.951508888813e-05, { 1, 0, 1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 9.794160000972e-06, 2.358692494438e-05, { 3, -1, -2, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 3.012397883852e-05, 3.243640520195e-06, { 2, 0, -2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 9.580292116141e-06, -2.378634729785e-05, { 0, 0, 0, 0, 0, 0, 4, -8, 4, 0, 0, 0, 0 } }, + { -6.242945542166e-06, -2.709165286943e-05, { 1, -1, 1, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { -2.635661476482e-05, -6.970280278257e-06, { 0, 0, 1, 0, 0, 3, -6, 4, 0, 0, 0, 0, 0 } }, + { -2.897166804849e-05, -4.354824922474e-06, { 4, 0, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -2.125242463472e-05, 1.202591120246e-05, { 0, 2, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 4.948270778029e-06, 2.832459025728e-05, { 2, 0, 1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.952935766299e-05, -1.372656926589e-05, { 1, -1, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 1.335228245520e-05, 1.988234242473e-05, { 1, 1, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -1.325121335901e-06, 3.189489088545e-05, { 1, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 6.969983468621e-06, -2.623533944651e-05, { 1, -1, 0, 0, 0, -11, 12, 0, 0, 0, 0, 0, 0 } }, + { -6.051990045044e-06, 2.714953353665e-05, { 2, -2, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.276480117598e-05, -3.803083192032e-07, { 4, 0, 0, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { 3.200046282022e-06, 2.994352648060e-05, { 2, 0, 1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -9.901453298909e-06, 2.323137069549e-05, { 4, 0, -3, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.583526531175e-06, 3.053362287273e-05, { 0, 0, 0, 0, 0, 22, -28, 7, 0, 0, 0, 0, 0 } }, + { 8.847238928018e-06, -2.426214917873e-05, { 1, 0, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 1.593992265047e-05, -1.714568985075e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { -2.617087134753e-05, 6.914410974030e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 4, -3, 0, 0, 0 } }, + { -4.347320510652e-07, -3.264600127294e-05, { 4, 0, -1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { -1.097509957582e-05, 2.209743428070e-05, { 3, 0, -2, 0, 0, 0, -9, -3, 0, 0, 0, 0, 0 } }, + { 1.473214308033e-05, -1.833637076889e-05, { 2, 0, 0, 0, 0, -15, 11, 0, 0, 0, 0, 0, 0 } }, + { 3.251409261530e-05, 5.480758353104e-07, { 3, 0, -3, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -3.286055010622e-05, 1.999621124679e-07, { 2, -2, 0, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { -1.234864844784e-06, -3.182099107784e-05, { 0, 0, 1, 0, 0, -25, 26, 0, 0, 0, 0, 0, 0 } }, + { -3.288127668583e-05, 1.724480873700e-07, { 4, 0, -2, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -1.310338264846e-06, 3.173733633497e-05, { 2, 0, 0, 0, 0, 24, -25, 0, 0, 0, 0, 0, 0 } }, + { 4.348471108516e-06, -2.869670354958e-05, { 0, 0, 3, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -1.219335503138e-06, 3.182557797216e-05, { 2, -2, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -9.695054552815e-06, 2.334956324098e-05, { 1, 1, -2, 0, 0, 0, -1, 0, -1, 1, 0, 0, 0 } }, + { -1.016833877786e-05, 2.287126350736e-05, { 1, -1, 2, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -3.205209819792e-05, 9.614105160737e-07, { 2, -2, -1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -1.435875279504e-06, 3.157581897612e-05, { 0, 0, 1, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0 } }, + { 3.052831465847e-05, 2.472698585843e-06, { 2, 0, 1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -8.669691691950e-06, -2.432470465617e-05, { 0, 0, 1, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0 } }, + { 6.313749187060e-06, -2.667584200217e-05, { 2, -1, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.136746195765e-05, 1.617158318099e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0 } }, + { 4.696307940600e-06, 2.825670306111e-05, { 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 4.927869412560e-06, 2.799100910913e-05, { 2, 0, 0, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.626774486435e-06, -3.128377757963e-05, { 2, 0, -2, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { 6.628381715100e-07, 3.222460279606e-05, { 2, 0, 0, 0, 0, -14, 13, 0, 0, 0, 0, 0, 0 } }, + { -6.334136344859e-06, -2.655157119083e-05, { 0, 1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.942594453033e-05, 1.345417571436e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -2, 1, 0, 0, 0 } }, + { -3.286132265750e-05, -1.698571772768e-08, { 0, 0, 3, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.351136858091e-06, 2.952242640015e-05, { 2, 0, -1, 0, 0, -13, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.045897161319e-05, 1.240460918176e-05, { 2, 0, -1, 0, 0, 0, 11, -10, 0, 0, 0, 0, 0 } }, + { 3.130444701374e-05, -1.537339215117e-06, { 2, 0, -1, 0, 0, 0, -5, 0, 6, 0, 0, 0, 0 } }, + { 2.985123619650e-05, 2.983906422972e-06, { 4, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.897040565481e-05, -3.858865582123e-06, { 2, 0, 1, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 2.824970922383e-06, -2.999780703217e-05, { 0, 0, 1, 0, 0, -2, 8, -9, 0, 0, 0, 0, 0 } }, + { 7.095478094700e-07, 3.211010046262e-05, { 2, 0, 0, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { -6.845167033962e-06, -2.597186187954e-05, { 2, 0, 0, 0, 0, -9, 6, 0, 0, 0, 0, 0, 0 } }, + { -4.240713935683e-06, -2.855774508975e-05, { 1, 0, 0, 0, 0, -15, 12, 0, 0, 2, 0, 0, 0 } }, + { 2.202558542990e-05, 1.077267468610e-05, { 0, 0, 3, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -2.180567340448e-05, -1.097721308269e-05, { 2, 0, -1, 0, 0, -7, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.631771215561e-06, -2.514877503807e-05, { 6, 0, -3, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.971573226509e-05, 1.304257416935e-05, { 1, -1, 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.322870605194e-05, 1.952445503389e-05, { 2, 0, -1, 0, 0, 0, -11, 19, 0, 0, 0, 0, 0 } }, + { -7.622835709587e-06, -2.512199705028e-05, { 6, 0, -3, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -8.472089510114e-06, 2.426252159741e-05, { 1, -1, 1, 0, 0, -3, 6, 0, 0, -2, 0, 0, 0 } }, + { -8.472089510114e-06, 2.426252159741e-05, { 1, -1, -1, 0, 0, -3, 6, 0, 0, -2, 0, 0, 0 } }, + { 1.348510208779e-05, 1.923540009039e-05, { 2, 0, -2, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { -1.419741029806e-05, 1.849341103746e-05, { 2, -2, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 2.897079731312e-05, 3.708125486215e-06, { 1, 1, -2, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { -1.279626542837e-05, 1.987732409315e-05, { 4, 0, -2, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 2.833758858630e-05, 4.331146818519e-06, { 2, 0, 0, 0, 0, -24, 26, 0, 0, 0, 0, 0, 0 } }, + { -2.940613228988e-05, 3.259596814740e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 4, -3, 0, 0, 0 } }, + { -1.058825962849e-05, 2.207670103415e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 0, -1, 0, 0, 0 } }, + { -5.972772624178e-06, 2.668291293704e-05, { 2, 2, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.245610939267e-05, 1.878136138850e-07, { 0, 0, 3, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.799486764996e-05, -4.648067455516e-06, { 0, 0, 1, 0, 0, -22, 24, 0, 0, 0, 0, 0, 0 } }, + { -5.892386266031e-06, -2.675046080748e-05, { 2, 0, -1, 0, 0, -11, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.091337298701e-05, -2.171823753488e-05, { 1, 1, -1, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.148518593656e-05, 2.113804385694e-05, { 0, 2, -3, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -1.711267075394e-05, 1.550962704200e-05, { 3, 1, -2, 0, 0, -40, 41, 0, 0, 0, 0, 0, 0 } }, + { 9.217220052091e-06, -2.339976770737e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 1, 0, 0 } }, + { -2.412614825197e-05, 8.484060537775e-06, { 2, 0, -2, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { -2.190147647185e-05, 1.070720726494e-05, { 0, 0, 3, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -3.198815930251e-05, 5.985316416775e-07, { 2, 0, -1, 0, 0, 2, -4, 0, 2, 0, 0, 0, 0 } }, + { 6.037679030676e-06, 2.654516800612e-05, { 0, 0, 0, 0, 0, 3, -17, 23, 0, -3, 0, 0, 0 } }, + { 2.160573965124e-05, 1.097453071183e-05, { 0, 0, 2, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { 6.340190431981e-06, 2.623417007499e-05, { 0, 1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.198164140318e-05, 5.896448250203e-07, { 2, 0, -2, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { -2.685817123620e-06, 2.987953122756e-05, { 1, -3, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.685107888033e-06, 2.987959497098e-05, { 3, -3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.685087028140e-06, -2.987959684553e-05, { 1, -1, -2, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.684873214160e-06, -2.987961605884e-05, { 1, -3, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.684794989499e-06, -2.987962308772e-05, { 3, -1, -2, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.683663337343e-06, 2.987972474926e-05, { 5, 1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.683663337343e-06, 2.987972474926e-05, { 5, 1, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.683663337343e-06, -2.987972474926e-05, { 1, 3, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.683444307449e-06, -2.987974442074e-05, { 1, 3, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.627607538183e-06, -2.592511205698e-05, { 2, 0, -2, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -2.157929386707e-05, 1.097205162654e-05, { 0, 0, 2, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { -1.346929159601e-05, -1.908139872870e-05, { 4, 0, -3, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 2.561178932911e-05, -6.930959584075e-06, { 2, 0, 1, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { 1.220135847396e-05, -2.033976710300e-05, { 1, -1, -2, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.243506955166e-05, -2.009490097745e-05, { 1, 0, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -3.244001486876e-05, 7.333914586430e-08, { 2, -2, 0, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -9.961163010554e-06, -2.254752222625e-05, { 1, -1, 1, 0, 0, 0, 2, -7, 0, 0, 0, 0, 0 } }, + { -2.781772351035e-06, -2.972370430040e-05, { 0, 0, 1, 0, 0, 2, -8, 9, 0, 0, 0, 0, 0 } }, + { -2.158170500938e-05, 1.092157994557e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -2, -1, 0, 0, 0 } }, + { -6.687933465616e-06, 2.578741859322e-05, { 1, 1, -1, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { -2.890674990051e-05, 3.560788434095e-06, { 2, 0, 0, 0, 0, 0, 3, 0, -5, 5, 0, 0, 0 } }, + { -1.087836385140e-05, -2.156557871985e-05, { 0, 0, 2, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { -9.478069973353e-06, 2.292077134129e-05, { 0, 0, 2, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { 2.156833644040e-05, 1.082024293774e-05, { 0, 0, 1, 0, 0, 14, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.250293731265e-05, -1.987225321894e-05, { 1, 1, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 2.078701506999e-05, 1.158080712638e-05, { 2, 2, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -9.972452421869e-06, -2.239503435611e-05, { 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, -1, 0, 0 } }, + { 1.061876996089e-05, -2.174690499738e-05, { 1, -1, 0, 0, 0, 0, 7, -12, 0, 0, 0, 0, 0 } }, + { -2.019712265906e-05, 1.215900647417e-05, { 2, 0, -1, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0 } }, + { 3.232409709564e-05, 2.956327912331e-08, { 2, 0, -1, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { 5.885995910351e-06, -2.645822715973e-05, { 2, 0, -3, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.477429335763e-05, -1.756690635579e-05, { 1, -1, 1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.185181824627e-05, 1.046804945121e-05, { 2, 0, -2, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { 2.020842254062e-05, -1.210687576144e-05, { 0, 0, 1, 0, 0, 0, 4, 0, -2, 0, 0, 0, 0 } }, + { -6.246561808461e-06, -2.604963080928e-05, { 2, 0, 0, 0, 0, -10, 7, 0, 0, 0, 0, 0, 0 } }, + { 5.519765406724e-06, 2.676917405358e-05, { 0, 0, 0, 0, 0, 1, 1, -5, 0, 0, 0, 0, 0 } }, + { 1.569214223677e-05, -1.659465071049e-05, { 2, 0, 0, 0, 0, -10, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.153193713480e-05, -1.075401291256e-05, { 4, 2, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.710636530775e-05, 5.177943869896e-06, { 1, 0, 0, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { -2.433679327806e-05, -7.937118209085e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -1, 3, 0, 0, 0 } }, + { 7.766281903339e-06, 2.448198832625e-05, { 1, -1, 0, 0, 0, 19, -20, 0, 0, 0, 0, 0, 0 } }, + { 9.591489494279e-06, -2.264859923765e-05, { 2, 0, 1, 0, 0, -30, 24, 0, 0, 0, 0, 0, 0 } }, + { 9.591489494279e-06, -2.264859923765e-05, { 2, 0, -1, 0, 0, -30, 24, 0, 0, 0, 0, 0, 0 } }, + { 1.303248128977e-06, -3.092931789597e-05, { 4, 0, -1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 2.754916212959e-05, -4.672358502549e-06, { 3, -1, -1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.392594314249e-05, 1.829367758222e-05, { 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.985076166866e-06, 2.823315833341e-05, { 0, 0, 0, 0, 0, 0, 11, -20, 0, 0, 0, 0, 0 } }, + { 6.276911556373e-06, -2.593990849251e-05, { 0, 2, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 4.469637849369e-06, 2.774469438306e-05, { 2, 0, -1, 0, 0, 0, -10, 19, 0, 0, 0, 0, 0 } }, + { 2.277825500920e-05, 9.435490749467e-06, { 2, -2, 0, 0, 0, 4, -6, 3, 0, 0, 0, 0, 0 } }, + { 2.511376237419e-06, 2.968830722848e-05, { 4, 0, -2, 0, 0, -22, 28, -7, 0, 0, 0, 0, 0 } }, + { -1.398088062011e-05, -1.820822934740e-05, { 0, 0, 3, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -1.408536791799e-05, 1.809623855457e-05, { 1, 0, -1, 0, 0, 0, 11, -19, 0, 0, 0, 0, 0 } }, + { 1.037004463041e-05, -2.180376082566e-05, { 0, 2, -1, 0, 0, 0, -9, 13, 0, 0, 0, 0, 0 } }, + { -2.157144094254e-05, -1.058752215601e-05, { 1, 0, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.476137219507e-06, -3.066786573950e-05, { 2, 0, 1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -2.201063698862e-05, 1.012915350863e-05, { 0, 0, 1, 0, 0, 0, 9, -16, 0, 0, 0, 0, 0 } }, + { 1.074284208311e-05, 2.138685026755e-05, { 2, 0, -1, 0, 0, 0, 16, -20, 0, 0, 0, 0, 0 } }, + { 1.060855571558e-05, 2.150890027213e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -3, 4, 0, 0, 0 } }, + { 2.148872666777e-05, 1.062022723373e-05, { 2, 0, -3, 0, 0, 21, -19, 0, 0, 0, 0, 0, 0 } }, + { 1.817804051580e-06, 3.026329828841e-05, { 2, 0, -1, 0, 0, 3, -5, 0, 0, 3, 0, 0, 0 } }, + { -6.116631993399e-06, 2.596381812032e-05, { 1, -1, 1, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.206472570073e-05, -2.001188989299e-05, { 1, -1, 2, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 3.203160922188e-05, -4.487496942283e-08, { 4, 0, -1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.644288446919e-06, -3.042533845718e-05, { 2, 0, 0, 0, 0, 0, 15, -18, 0, 0, 0, 0, 0 } }, + { 1.467005597518e-05, 1.739866539119e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 1, -11, 3, 0, 0 } }, + { -1.029118566917e-05, -2.172968899611e-05, { 2, 0, 0, 0, 0, 0, 15, -19, 0, 0, 0, 0, 0 } }, + { -2.581001637461e-05, -6.191544386157e-06, { 1, -1, 0, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { 2.015973196894e-05, -1.183086445981e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 1, -1, 0, 0, 0 } }, + { -5.580136447492e-06, -2.640788100121e-05, { 3, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.793943337819e-06, -2.819128581040e-05, { 2, 0, -1, 0, 0, -5, 5, 4, 0, 0, 0, 0, 0 } }, + { 5.572674187077e-06, -2.640826508569e-05, { 2, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -2.827686441388e-05, -3.702307642545e-06, { 2, 0, -2, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -8.073453740654e-06, -2.388932210695e-05, { 2, 0, -1, 0, 0, -5, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.396984561115e-05, 7.987148238422e-06, { 2, 0, -2, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { -2.586095380010e-05, 6.093714518503e-06, { 1, 1, 0, 0, 0, -41, 41, 0, 0, 0, 0, 0, 0 } }, + { -6.771234583300e-06, -2.517516867321e-05, { 3, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 1.888393239682e-05, 1.304805311847e-05, { 2, 0, -1, 0, 0, 0, 16, -21, 0, 0, 0, 0, 0 } }, + { -6.124746767625e-06, -2.580657014183e-05, { 1, -1, 1, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.175996119470e-05, -2.016545728442e-05, { 2, 0, 1, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { 1.443541133203e-05, 1.748495971456e-05, { 1, 1, 0, 0, 0, -16, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.160118964595e-05, 1.030550443545e-05, { 2, 0, -2, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { -1.147899689729e-05, 2.042073489074e-05, { 4, 0, -1, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { 2.130240146809e-05, 1.059605091794e-05, { 0, 0, 1, 0, 0, 13, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.608826070237e-05, 1.580067257098e-05, { 0, 0, 1, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0 } }, + { 2.050897849277e-05, -1.136717403887e-05, { 1, 1, -1, 0, 0, 0, -29, 31, 0, 0, 0, 0, 0 } }, + { 2.965389372377e-05, 2.220739158658e-06, { 1, 0, 0, 0, 0, -21, 22, 0, -1, 0, 0, 0, 0 } }, + { 2.852838518954e-05, -3.345414044350e-06, { 1, -1, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 1.426995376959e-05, 1.759051447269e-05, { 3, -1, 0, 0, 0, -33, 30, 0, 0, 0, 0, 0, 0 } }, + { -3.776790421266e-06, 2.807579058516e-05, { 2, 0, -1, 0, 0, -12, 11, 0, 0, 0, 0, 0, 0 } }, + { -2.519932318257e-05, -6.635315217916e-06, { 1, -1, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.592979722301e-05, 5.901556799389e-06, { 2, 0, -2, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { -3.142726159554e-05, 3.879444820333e-07, { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -1, 0, 0 } }, + { -6.085157788191e-06, 2.572961429001e-05, { 3, -1, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.417754419624e-05, 7.628655565088e-06, { 1, 1, 2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 1.656470586437e-05, 1.521935124103e-05, { 0, 0, 2, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.409483066270e-05, -1.767986119698e-05, { 1, 1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -2.634074865341e-05, 5.419320112881e-06, { 1, -1, 0, 0, 0, 15, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.593574300507e-05, -1.581692400679e-05, { 3, 0, -3, 0, 0, 0, 3, 0, -6, 5, 0, 0, 0 } }, + { 2.686134749765e-05, 4.881837661354e-06, { 1, 1, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.121178110855e-05, -2.050135185809e-05, { 4, 0, -2, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 3.112999428109e-05, 5.764752491936e-07, { 2, 0, -2, 0, 0, 0, 2, 0, -2, -3, 0, 0, 0 } }, + { -8.927674081444e-06, -2.276813201329e-05, { 1, 1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.423905065016e-05, 1.745586647833e-05, { 1, -1, 1, 0, 0, -14, 11, 0, 0, 0, 0, 0, 0 } }, + { 1.245549959719e-05, 1.923049831782e-05, { 1, 0, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 3.157831667354e-05, 9.856983873401e-08, { 0, 0, 1, 0, 0, 2, -3, 0, 1, 0, 0, 0, 0 } }, + { 3.091992728739e-05, -7.399306749628e-07, { 2, 2, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -2.588264077499e-05, 5.774015458773e-06, { 4, 0, -4, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.164187791764e-05, 8.476062728743e-09, { 1, 0, -1, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.053536825851e-05, 2.110770726232e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -4, 4, 0, 0, 0 } }, + { 2.100608154795e-05, 1.061074347020e-05, { 1, 0, 0, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { 6.687505887802e-06, 2.492230378651e-05, { 1, -1, -1, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.071454789991e-05, -2.089498501197e-05, { 3, -1, -1, 0, 2, -2, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.071454789991e-05, -2.089498501197e-05, { 1, 1, -1, 0, -2, 2, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.117142112585e-06, -2.848023483145e-05, { 4, -2, -1, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { -3.099533931019e-05, -5.966706253198e-07, { 2, 0, 1, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { 1.437456974015e-05, -1.721692087388e-05, { 1, -1, 0, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0 } }, + { -1.742088079049e-06, 2.984724804561e-05, { 0, 0, 1, 0, 0, 6, -6, -8, 6, 0, 0, -1, 0 } }, + { 1.742088079049e-06, 2.984724804561e-05, { 0, 0, 1, 0, 0, -6, 6, 8, -6, 0, 0, 1, 0 } }, + { -2.261263464251e-08, -3.154865846747e-05, { 0, 0, 0, 0, 0, 6, -11, 0, 3, 0, 0, -1, 0 } }, + { 1.003586876215e-05, -2.151882097709e-05, { 2, 0, -1, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.971722869315e-05, -1.183039588180e-05, { 2, 0, 0, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0 } }, + { -2.137567708216e-05, 1.016460169884e-05, { 2, 0, 1, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.152169938040e-05, -1.020659219642e-08, { 0, 0, 2, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { 6.158776713745e-07, -3.091487829725e-05, { 3, 0, -3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.698202560479e-05, -4.532235495924e-06, { 2, 0, -3, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 2.544772386389e-05, 6.027021006756e-06, { 1, -1, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.074289849606e-05, -7.059025729771e-07, { 2, 2, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -3.109395741500e-05, 3.465446358896e-07, { 6, 0, -3, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.486221069578e-05, 6.573152315995e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, -1, 2, 0 } }, + { 2.013485458393e-06, -2.941639394578e-05, { 2, 0, -1, 0, 0, 15, -14, 0, 0, 0, 0, 0, 0 } }, + { 2.405553557589e-05, 7.372103417687e-06, { 1, 0, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.699878017530e-05, -4.423597043819e-06, { 2, 0, 1, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -9.017561240720e-07, -3.051734593591e-05, { 1, -1, 1, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { -9.017561240720e-07, -3.051734593591e-05, { 1, -1, -1, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { -6.929087080707e-06, 2.448810060638e-05, { 2, 0, -1, 0, 0, 15, -10, -4, 0, 0, 0, 0, 0 } }, + { -3.023565482390e-05, 1.150737675603e-06, { 2, 0, -1, 0, 0, 6, -8, 0, 2, 0, 0, 0, 0 } }, + { -2.188169841136e-05, 9.504257293265e-06, { 0, 0, 0, 0, 0, 0, 3, 0, 0, -1, 0, 0, 0 } }, + { -3.683935225410e-06, 2.769551453629e-05, { 3, 0, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -9.846829358880e-06, -2.152630603533e-05, { 1, 0, -1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -2.551025327106e-06, 2.877195707111e-05, { 0, 0, 2, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { -5.332282889882e-06, 2.596953525950e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0 } }, + { -8.974855692818e-06, 2.232371369271e-05, { 2, 0, -2, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { 3.063429755658e-05, -6.627138553178e-07, { 0, 2, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 2.524955492674e-05, 6.046417890374e-06, { 2, 0, -1, 0, 0, 0, 1, 0, -2, 2, 0, 0, 0 } }, + { -5.900307127985e-06, 2.538889249256e-05, { 3, -1, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.086581468295e-05, -1.042151242059e-05, { 4, 2, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.430424991750e-07, 3.103946725359e-05, { 2, 0, 0, 0, 0, -11, 10, 0, 0, 0, 0, 0, 0 } }, + { 9.797964455926e-06, 2.146799674663e-05, { 0, 1, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 5.970766517329e-06, 2.528423887760e-05, { 1, 1, 1, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.288436088388e-05, -1.836362154192e-05, { 0, 2, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 3.118055444367e-05, 4.193255515138e-08, { 3, 0, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.110185838168e-05, -1.098629076817e-07, { 2, -2, 0, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 1.204130036910e-05, 1.916589979658e-05, { 1, -1, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.026827456506e-05, 9.292587414236e-07, { 2, 0, -4, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 2.830790836032e-05, 2.888196965357e-06, { 2, 0, -1, 0, 0, 0, 14, -20, 0, 0, 0, 0, 0 } }, + { -3.117736051464e-05, 1.064028383843e-08, { 2, -2, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.810597524828e-05, 3.069070550587e-06, { 0, 0, 1, 0, 0, 0, -5, 0, 6, 0, 0, 0, 0 } }, + { 2.936812209186e-05, -1.805885316374e-06, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 3, 0, 0, 0 } }, + { 1.103804114437e-05, 2.013347059432e-05, { 2, 0, 0, 0, 1, -25, 25, 0, 0, 0, 0, 0, 0 } }, + { -1.781660709106e-05, -1.332243058475e-05, { 0, 0, 3, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -3.106002730036e-05, 7.709935048476e-08, { 2, 0, -2, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.141991100429e-05, 9.709670236221e-06, { 2, 0, -2, 0, 0, -29, 36, 0, -4, 0, 0, 0, 0 } }, + { 4.701308815986e-06, 2.642560083119e-05, { 0, 0, 1, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.490472865190e-05, 6.216675956131e-06, { 1, -1, 1, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.948137403117e-05, -1.163909707080e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -5, 0, 0, 0, 0 } }, + { 2.322491025439e-05, 7.892478825150e-06, { 2, 0, -2, 0, 0, 5, -9, 5, 0, 0, 0, 0, 0 } }, + { 1.449475282781e-05, 1.661288266346e-05, { 2, 0, 1, 0, 0, -10, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.815238761011e-06, 2.228901770561e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 0, -2, 0, 0, 0 } }, + { 3.105838836909e-05, 3.985801858140e-08, { 2, 0, 1, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { 6.795751588482e-06, 2.429061430676e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 1, 2, 0, 0, 0 } }, + { -2.345719825285e-05, 7.624004896421e-06, { 1, 0, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.166711866293e-05, 1.941355334535e-05, { 0, 0, 1, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0 } }, + { -1.353540182798e-05, -1.754215260878e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0 } }, + { -2.560460717707e-05, 5.460200986457e-06, { 2, 0, -2, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { -9.315182530372e-06, 2.173171642563e-05, { 4, 0, -1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.019178452819e-05, 2.084374162359e-05, { 2, 0, 0, 0, 0, -6, 9, 0, -3, 0, 0, 1, 0 } }, + { -2.422261141879e-05, 6.811188257361e-06, { 0, 0, 2, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.661191268223e-06, -2.236946808456e-05, { 2, 0, -1, 0, 0, 0, -2, 2, 0, -2, 0, 0, 0 } }, + { 2.069259001605e-05, -1.033749536469e-05, { 0, 2, -1, 0, 0, -20, 19, 0, -1, 0, 0, 0, 0 } }, + { 3.100816909573e-05, 1.974364544051e-08, { 4, 0, -1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.757778933056e-06, 2.926057060410e-05, { 2, 0, -1, 0, 0, -3, 5, 0, 0, -3, 0, 0, 0 } }, + { 2.177018992310e-06, 2.882149837606e-05, { 0, 0, 1, 0, 0, 0, 6, -8, 3, 0, 0, 0, 0 } }, + { -1.391104289198e-06, 2.960636551805e-05, { 2, 0, 1, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.074049385050e-05, -1.025180532491e-05, { 1, 0, 0, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { -8.422724137641e-06, 2.255070770191e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { 1.914326487137e-05, -1.182683280658e-05, { 0, 0, 1, 0, 0, 4, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.381383855089e-05, 1.715381710545e-05, { 4, 0, -2, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 2.072264855929e-05, -1.024329404223e-05, { 1, 0, 0, 0, 0, -13, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.048618828224e-05, 2.046847689053e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -1, 1, 0, 0, 0 } }, + { 1.321812071143e-05, 1.773392558184e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 3, -1, 0, 0, 0 } }, + { 3.087629596830e-05, 5.935755377410e-08, { 1, 0, 0, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -2.816691803958e-05, -2.759458759520e-06, { 2, 0, 0, 0, 0, 0, -9, 13, 0, 0, 0, 0, 0 } }, + { 3.088909800045e-05, 3.219318261073e-08, { 0, 2, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 5.782520480272e-06, 2.512133168220e-05, { 1, 1, 1, 0, 0, -21, 20, 0, 0, 0, 0, 0, 0 } }, + { 3.085673614374e-05, 9.843958828550e-09, { 6, 0, -3, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.379801159543e-05, 7.062314984716e-06, { 0, 0, 2, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { -8.580355215197e-06, 2.227797718514e-05, { 2, 0, 2, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 1.601973711142e-05, 1.483464701231e-05, { 2, 0, -2, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.711532854672e-06, 2.613131434143e-05, { 0, 0, 0, 0, 0, 0, 6, -16, 4, 5, 0, 0, 0 } }, + { 3.082378820998e-05, 1.868528137469e-08, { 1, -2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.259698756160e-05, 1.823835380471e-05, { 2, 2, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 9.526331766807e-06, 2.129439210561e-05, { 4, 0, -2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 5.874956798042e-06, -2.493936377907e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 6, -3, 0, 0 } }, + { 1.842611642845e-05, 1.238281686933e-05, { 2, -1, 0, 0, 0, -10, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.758477216635e-05, 1.322147959481e-05, { 0, 0, 0, 0, 5, 0, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.064036799538e-05, -2.014415746336e-05, { 2, -2, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 1.015261296407e-06, -2.976239535474e-05, { 2, -2, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 1.205773078343e-05, 1.871956217478e-05, { 2, 2, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -1.024124882433e-05, 2.052000646060e-05, { 1, -1, 0, 0, 0, 0, 9, -14, 0, 0, 0, 0, 0 } }, + { 4.814525973424e-06, 2.594077028208e-05, { 0, 1, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 9.091260860285e-06, 2.165940515812e-05, { 0, 0, 1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.161227987037e-05, -1.912073134904e-05, { 4, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -1.473994145093e-05, -1.597712582565e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -3, 2, 0, 0, 0 } }, + { -1.971659145030e-05, -1.099597523165e-05, { 2, -2, 1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.003547900318e-05, 2.066959522542e-05, { 2, 0, -2, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { -2.317676611381e-05, -7.519464790160e-06, { 1, 1, -1, 0, 0, -19, 21, -5, 0, 0, 0, 0, 0 } }, + { 8.766244335666e-06, 2.189670077262e-05, { 1, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.058591538045e-05, -5.045448947760e-08, { 4, 0, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.484845816614e-05, -1.576819500206e-05, { 1, 1, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -2.203788792646e-05, 8.577407832038e-06, { 1, -1, 1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { 1.286537266933e-05, -1.774061015275e-05, { 1, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 5.896209591293e-06, 2.470746842912e-05, { 2, -1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.980954494794e-05, 1.078662176903e-05, { 1, 0, 0, 0, 0, 0, -34, 41, 0, 0, 0, 0, 0 } }, + { 3.042943699251e-05, 1.393103362308e-07, { 2, 0, 3, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -5.770297238652e-06, -2.479748468370e-05, { 1, -1, 1, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { 2.694596695131e-05, 3.620711705653e-06, { 0, 0, 2, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -1.909354953897e-05, 1.145713349250e-05, { 4, 0, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.143914837905e-05, 9.110482826103e-06, { 1, 0, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.143914837905e-05, 9.110482826103e-06, { 1, 0, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.872786966011e-06, 2.667389401925e-05, { 2, 0, -1, 0, 0, 0, -9, 12, 0, 0, 0, 0, 0 } }, + { -2.819346571491e-05, -2.336064808427e-06, { 1, -2, 1, 0, 0, 23, -16, -13, 0, 0, 0, 0, 0 } }, + { -2.819346571491e-05, -2.336064808427e-06, { 1, -2, -1, 0, 0, 23, -16, -13, 0, 0, 0, 0, 0 } }, + { -9.387855056454e-06, 2.113921411773e-05, { 2, -1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 3.019248642656e-05, 3.322028231984e-07, { 2, -2, 0, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -2.380600721045e-05, -6.718673975787e-06, { 2, 0, -2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.204499940118e-05, -1.846218525334e-05, { 3, 0, -3, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { -1.394627697024e-05, 1.655781214449e-05, { 2, 0, -2, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { -1.182702953939e-05, 1.867704653145e-05, { 0, 0, 2, 0, 0, 0, -2, 0, 4, -3, 0, 0, 0 } }, + { 8.583609808034e-06, -2.192029988209e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 0, 1, 0, 0 } }, + { -2.052647425043e-05, -9.975881830491e-06, { 2, 0, 0, 0, 0, 0, -4, 0, 0, 2, 0, 0, 0 } }, + { -5.137879191196e-06, -2.535836772525e-05, { 2, 0, 0, 0, 0, 13, -16, 0, 0, 0, 0, 0, 0 } }, + { 6.180023488857e-06, -2.429834803242e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 6, -3, 0, 0 } }, + { 1.075833258522e-06, -2.938269809315e-05, { 2, 0, -2, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.260603302186e-05, 1.785058348612e-05, { 1, 0, 0, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { 4.342920070451e-06, 2.610871834562e-05, { 2, -2, 0, 0, 0, -13, 10, 0, 0, 0, 0, 0, 0 } }, + { -9.370710562214e-06, 2.107597866887e-05, { 1, -1, -2, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -1.123416894328e-05, -1.919243027855e-05, { 0, 0, 3, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 2.159818692069e-05, -8.818672233449e-06, { 1, 1, -1, 0, 0, -14, 10, 0, 0, 0, 0, 0, 0 } }, + { -2.135208606564e-05, -9.063486277924e-06, { 1, -1, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.958161346735e-05, -1.082200365686e-05, { 0, 0, 0, 0, 0, 0, 4, -7, 2, 0, 0, 0, 0 } }, + { 5.311687539160e-07, 2.986223295913e-05, { 2, 0, 0, 0, 0, -13, 12, 0, 0, 0, 0, 0, 0 } }, + { -4.932869343794e-06, -2.544892084248e-05, { 4, 0, -2, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 5.794836738288e-06, -2.457671541511e-05, { 3, -1, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.037608099898e-05, -1.999223715560e-05, { 2, -1, 0, 0, -2, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 5.744347701677e-06, -2.460385312787e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 6, -3, 0, 0 } }, + { 2.234176149861e-05, -7.998397801257e-06, { 2, -2, 0, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 1.099605624081e-05, 1.934128703345e-05, { 0, 0, 0, 0, 0, 6, -14, 8, 0, 0, 0, -1, 0 } }, + { -2.517530315470e-05, -5.153450657405e-06, { 1, 0, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -2.543088654252e-05, -4.895596370033e-06, { 1, -1, 0, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { 3.031527732667e-05, 5.583469911431e-09, { 2, 0, 2, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.366866295734e-05, -6.632178379789e-06, { 2, -2, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 6.076275761348e-06, -2.420977260196e-05, { 2, 0, -2, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.802789380746e-06, -2.447707437064e-05, { 1, -1, 2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.516815506616e-06, 2.374789266116e-05, { 1, 1, 0, 0, 0, -13, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.287193891497e-05, -1.738664564070e-05, { 1, -1, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.254633574570e-07, 3.002361875477e-05, { 2, 0, 0, 0, 0, -12, 11, 0, 0, 0, 0, 0, 0 } }, + { 2.087418870255e-05, 9.369652118117e-06, { 2, 0, 2, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 1.213653957625e-07, 3.011185762483e-05, { 1, 0, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.021760259344e-05, 1.482156194789e-08, { 3, 0, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 3.501277161944e-06, 2.672577273297e-05, { 0, 0, 1, 0, 0, 8, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.053102144773e-05, 1.969348589827e-05, { 0, 0, 0, 0, 0, 0, 3, -6, 1, 3, 0, 0, 0 } }, + { -8.075114523937e-07, -2.941489305622e-05, { 4, 0, -1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { 2.936887198469e-05, -8.436377014556e-07, { 2, -2, 2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 2.018159278222e-05, -9.996114873559e-06, { 1, 0, 1, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.495986092376e-05, -1.520611653625e-05, { 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.009125684410e-05, -4.259331052540e-08, { 3, 0, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -7.692627773754e-06, -2.243712351480e-05, { 2, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.985240785682e-05, -2.617509015469e-07, { 2, 0, 0, 0, 0, 26, -26, 0, 0, 0, 0, 0, 0 } }, + { -2.580764203944e-05, 4.296514567136e-06, { 3, 0, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -7.808101648245e-06, 2.228376579548e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0 } }, + { 1.338170248587e-05, -1.670931034874e-05, { 1, -1, -1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { -2.512074635070e-05, 4.963366874136e-06, { 0, 0, 0, 0, 0, 2, -1, -5, 8, -6, 0, 0, 0 } }, + { -2.920815533681e-05, -8.668405192302e-07, { 2, 0, 0, 0, 0, 0, 0, 0, -3, 2, 0, 0, 0 } }, + { 1.883975326547e-05, 1.121751103471e-05, { 0, 2, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 2.999999998136e-05, 1.057669526489e-09, { 0, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.999999998453e-05, 9.634217469353e-10, { 1, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.999999999192e-05, -6.963863714810e-10, { 0, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.999999999228e-05, -6.806784082122e-10, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 2.999999999228e-05, -6.806784082122e-10, { 1, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.999999999353e-05, -6.230825429215e-10, { 0, 1, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.999999999417e-05, -5.916666163821e-10, { 0, 3, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.999999999496e-05, -5.497787143434e-10, { 2, -1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.999999999534e-05, 5.288347633269e-10, { 4, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.999999999543e-05, 5.235987755717e-10, { 4, -1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.999999999622e-05, -4.764748857768e-10, { 2, 3, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.999999999638e-05, -4.660029102628e-10, { 4, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.999999999662e-05, 4.502949469976e-10, { 0, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.999999999693e-05, -4.293509959783e-10, { 1, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.999999999722e-05, -4.084070449498e-10, { 0, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 2.999999999729e-05, -4.031710571926e-10, { 3, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.999999999729e-05, -4.031710571926e-10, { 0, 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.999999999743e-05, 3.926990816875e-10, { 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.999999999776e-05, 3.665191429097e-10, { 0, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.999999999776e-05, -3.665191429070e-10, { 2, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.999999999789e-05, 3.560471673985e-10, { 6, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.999999999890e-05, 2.565634000400e-10, { 2, 1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.999999999895e-05, -2.513274122896e-10, { 0, 1, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 0.000000000000e+00, 3.000000000000e-05, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -2.996736250198e-05, -2.854911366258e-08, { 2, -2, 2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.389885343210e-05, 1.608568732705e-05, { 2, 0, 2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -1.057714469201e-07, -2.987874948543e-05, { 2, 0, -1, 0, 0, 6, -11, 0, 3, 0, 0, -1, 0 } }, + { -9.194040626599e-06, -2.078832787316e-05, { 2, 0, -2, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { 2.158887221201e-05, -8.393226374663e-06, { 1, 1, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.866990821221e-06, -2.410885234200e-05, { 2, -1, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -5.140320611299e-06, -2.482672012645e-05, { 2, 0, 1, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { -1.015140477914e-05, 1.979870625941e-05, { 0, 0, 0, 0, 0, 16, -26, 0, 0, 0, 0, 0, 0 } }, + { -2.006808590644e-05, -9.879738782359e-06, { 0, 0, 2, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0 } }, + { 1.647474067692e-07, -2.976413161706e-05, { 5, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.007937430764e-05, -1.982988152228e-05, { 2, 0, -2, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { -1.926886765792e-05, -1.063739514474e-05, { 2, 0, -3, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 1.409628191399e-05, 1.580939920064e-05, { 1, 0, -1, 0, 0, 0, -33, 41, -2, 0, 0, 0, 0 } }, + { 1.999474371800e-05, -9.902809142765e-06, { 1, 0, -1, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.950611593152e-06, 2.792057674348e-05, { 0, 0, 2, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { -2.946109728486e-05, -3.947842320653e-07, { 1, -2, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -4.723625442949e-07, -2.938041561136e-05, { 2, -2, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 1.300755175752e-05, 1.683498038708e-05, { 1, 0, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -1.467177931362e-05, -1.516819687598e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -1, 5, 0, 0, 0 } }, + { 2.105614933858e-05, -8.774247013314e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 3, -3, 0, 0, 0 } }, + { 6.252223780507e-06, 2.356247844330e-05, { 0, 0, 2, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { -5.703506600298e-06, 2.410950714373e-05, { 5, -1, -2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.907725318017e-05, -7.282203285118e-07, { 4, 0, -3, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 1.579220681413e-05, 1.400363260038e-05, { 2, 0, 0, 0, 0, -8, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.992603156410e-05, -9.831041027838e-06, { 2, 0, 1, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { -9.227913793879e-06, -2.052885019415e-05, { 1, 1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.185358781453e-06, -2.855625619621e-05, { 2, -2, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.815406983864e-06, -2.792595949511e-05, { 4, 0, -2, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.088021177701e-05, -8.851215433567e-06, { 1, 0, -1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.167517729983e-05, 1.805490740457e-05, { 2, -2, -1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { -2.914353742637e-05, 5.842738314940e-07, { 2, 0, -2, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { -2.259536694556e-05, 7.129645054493e-06, { 3, -1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 2.340523617034e-05, 6.303851626785e-06, { 0, 2, 2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 4.480823492710e-06, 2.522452551688e-05, { 0, 0, 0, 0, 0, 2, 1, -9, 8, -6, 0, 0, 0 } }, + { -5.787157933167e-06, 2.391628762459e-05, { 4, 0, -3, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.339878954007e-05, 6.302845630387e-06, { 0, 2, 2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.164110908863e-05, -1.805155158863e-05, { 1, 0, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 5.666404545967e-06, -2.399885535504e-05, { 0, 1, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.035834888547e-05, 9.290157432862e-06, { 0, 0, 0, 0, 0, 2, -4, 3, 0, 0, 0, 0, 0 } }, + { -1.401947490123e-05, 1.560184745835e-05, { 0, 2, 2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 4.258939305975e-06, -2.534119339678e-05, { 1, -1, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -1.304292312143e-05, 1.655311405142e-05, { 0, 0, 0, 0, 0, 13, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.067567708972e-05, -8.914506012147e-06, { 1, 1, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 2.213350639114e-05, 7.422842052922e-06, { 1, 0, -1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.242563730736e-05, 1.712599043516e-05, { 0, 0, 1, 0, 0, 10, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.502465030260e-05, -1.451742745901e-05, { 0, 0, 2, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { -1.152312803231e-05, 1.801848825409e-05, { 2, 2, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 2.765646812655e-05, -1.879098883656e-06, { 4, 0, 1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 2.202352338582e-06, 2.733192795332e-05, { 2, 0, 1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.336897727757e-05, -1.615771212279e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 3, -2, 0, 0, 0 } }, + { -1.770034099301e-05, 1.181629918491e-05, { 1, -1, 0, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { -7.179132234483e-06, 2.233167593524e-05, { 0, 0, 2, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { 4.452265020851e-06, -2.505706797023e-05, { 2, 0, 1, 0, 0, -15, 8, 4, 0, 0, 0, 0, 0 } }, + { -1.901091228640e-05, 1.049813520794e-05, { 0, 0, 1, 0, 0, -10, 13, -19, 0, 3, 0, 0, 0 } }, + { 9.045029438110e-06, -2.045243397217e-05, { 2, 0, -2, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { -1.303883897435e-06, 2.817434177031e-05, { 0, 0, 0, 0, 0, 0, 13, -16, 0, 0, 0, 0, 0 } }, + { 2.055296044324e-05, 8.898357733581e-06, { 2, 0, 0, 0, 0, 0, -9, 16, 0, 0, 0, 0, 0 } }, + { -2.449798384360e-05, -4.921924780639e-06, { 1, -1, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.430814041831e-05, -5.107591544112e-06, { 1, 2, 0, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -2.430814041831e-05, -5.107591544112e-06, { 1, -2, 0, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -1.879175969400e-05, -1.057605831774e-05, { 2, 2, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.825260079067e-05, -1.111505634059e-05, { 2, 0, 0, 0, 0, 0, 11, -10, 0, 0, 0, 0, 0 } }, + { -8.586385130049e-06, 2.077792993279e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -4, 0, 0, 0 } }, + { 4.233852718057e-06, -2.511573211677e-05, { 1, -1, 1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -1.977878513861e-05, 9.570393657717e-06, { 0, 0, 0, 0, 0, 0, 4, -6, 1, 0, 0, 0, 0 } }, + { 1.387019829947e-05, 1.547675545316e-05, { 0, 2, 2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 1.251589838609e-05, -1.681725061519e-05, { 0, 0, 3, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 6.746282136203e-06, 2.257268265639e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 1, 2, 0, 0, 0 } }, + { -1.317137567846e-05, 1.614237598639e-05, { 1, -1, 0, 0, 0, 0, 3, -4, 2, 0, 0, 0, 0 } }, + { -1.954101397945e-05, 9.738387202721e-06, { 0, 0, 1, 0, 0, -21, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.912939383379e-05, 1.014950546379e-05, { 1, -1, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0, 0 } }, + { 4.559544041888e-07, 2.881401200585e-05, { 4, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.231678287717e-06, -2.602512545653e-05, { 2, 0, 0, 0, 0, -5, 5, 4, 0, 0, 0, 0, 0 } }, + { 1.083808153579e-05, -1.841708935155e-05, { 0, 0, 3, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -2.474324703555e-05, -4.497251538344e-06, { 1, -1, 1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.312643778711e-05, -1.609685901327e-05, { 1, 1, 0, 0, 0, -14, 11, 0, 0, 0, 0, 0, 0 } }, + { -2.391353389481e-05, 5.301322861380e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -5.614946152755e-06, 2.354931927567e-05, { 4, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.294930907112e-05, -6.204021018015e-06, { 0, 0, 4, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 1.855140808606e-05, -1.059554485260e-05, { 1, 0, -1, 0, 0, 29, -33, 0, 0, 0, 0, 0, 0 } }, + { -2.010528718572e-05, 9.041182749281e-06, { 2, 0, 2, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -2.293580464551e-05, -6.201422476532e-06, { 0, 0, 4, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 2.434024709852e-05, -4.779588156825e-06, { 1, -1, -1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.208978166555e-05, -7.022319238654e-06, { 1, 1, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.898038485296e-05, -1.012988054070e-05, { 4, 0, -1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -2.757442899438e-05, 1.520092887175e-06, { 2, 0, -1, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0 } }, + { 7.741543099686e-06, -2.134875398624e-05, { 0, 0, 0, 0, 0, 6, -10, 0, 1, 5, 0, 0, 0 } }, + { -2.874790619376e-05, 3.367990275419e-07, { 2, 0, -3, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -2.817815031609e-05, -8.909735712450e-07, { 0, 0, 2, 0, 0, -26, 30, 0, 0, 0, 0, 0, 0 } }, + { -1.311239261866e-05, 1.594122132046e-05, { 1, 1, -1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { -1.220047651724e-05, -1.683612698250e-05, { 2, 0, 3, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.133172154266e-05, -7.684483804840e-06, { 2, 0, -1, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.353603000067e-05, -5.477685294362e-06, { 1, 1, 0, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 4.943108209087e-06, -2.405133346550e-05, { 1, -3, 2, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { 4.943108209087e-06, -2.405133346550e-05, { 1, -3, -2, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { 2.754051538611e-05, -1.441024177071e-06, { 2, 2, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -7.370901228032e-06, -2.158849423130e-05, { 1, -1, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { 2.525634162066e-05, -3.697333727295e-06, { 0, 0, 1, 0, 0, 0, -2, 0, -2, 7, 0, 0, 0 } }, + { 3.018017047909e-06, -2.592355149008e-05, { 0, 0, 1, 0, 0, 0, -10, 13, 0, 0, 0, 0, 0 } }, + { 2.094253967203e-05, -7.983124443940e-06, { 0, 0, 0, 0, 0, 0, 11, -18, 0, 0, 0, 0, 0 } }, + { 2.196121947395e-05, 6.946155595871e-06, { 4, 0, -2, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { -1.227498480691e-05, -1.662579897092e-05, { 2, 0, 0, 0, -6, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.213703013250e-05, -1.676098410716e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 2, 0, 0, 0 } }, + { 1.627121724178e-05, 1.262661552872e-05, { 2, 0, -1, 0, 0, 0, -9, 10, 0, 0, 0, 0, 0 } }, + { -9.518134229515e-06, -1.936762016866e-05, { 1, 0, 0, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { 4.969485383319e-06, 2.391524726735e-05, { 2, 0, -1, 0, 0, 14, -17, 0, 0, 0, 0, 0, 0 } }, + { -6.370103222088e-06, 2.250755266373e-05, { 2, -2, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.872934596583e-05, -1.419750455118e-07, { 2, 0, 3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 6.364740198453e-06, 2.249284824860e-05, { 2, -2, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -9.282132437105e-06, 1.957172130349e-05, { 2, 0, 0, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { -2.280134920457e-05, 6.039340133563e-06, { 1, -1, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 4.423769943151e-06, -2.441166112622e-05, { 3, 0, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 2.484175367091e-05, 3.988484352089e-06, { 0, 0, 1, 0, 0, -3, 5, 0, -3, 0, 0, 0, 0 } }, + { 1.787958244925e-05, -1.095048483896e-05, { 2, -2, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -8.378114000470e-06, 2.043975868274e-05, { 2, 0, 1, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.762291775231e-05, -1.118883258409e-05, { 1, 1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.589406512878e-06, -2.721416145515e-05, { 0, 0, 1, 0, 0, 19, -20, 0, 0, 0, 0, 0, 0 } }, + { 1.939731882067e-05, 9.401067787310e-06, { 2, -2, 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 1.282653526024e-05, -1.596400372512e-05, { 1, -1, 1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { -1.694266834443e-05, 1.184688891883e-05, { 1, -1, 1, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -1.694266834443e-05, 1.184688891883e-05, { 1, -1, -1, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { 3.403554208870e-06, -2.536724709363e-05, { 2, 0, -1, 0, 0, -2, 8, -9, 0, 0, 0, 0, 0 } }, + { 1.852197260147e-05, -1.024727068816e-05, { 2, 0, -2, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.522353899273e-05, 1.354523576495e-05, { 4, 0, -2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -9.693623258778e-06, -1.906854363389e-05, { 1, -1, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0 } }, + { 8.418634083653e-06, 2.034275344214e-05, { 2, 1, -2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 6.669455546853e-06, -2.208163092547e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 6, -5, 0, 0, 0 } }, + { 1.822544989290e-05, 1.052139325394e-05, { 0, 2, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -1.666755702041e-05, 1.207050507448e-05, { 1, 0, 0, 0, 0, 0, -31, 36, -4, -5, 0, 0, 0 } }, + { 5.487285346199e-06, -2.324441278887e-05, { 1, 1, -1, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.015868733451e-05, 8.566358650206e-06, { 0, 2, 3, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.015868733451e-05, 8.566358650206e-06, { 0, 2, 1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.286113206062e-05, 5.852916687091e-06, { 1, 1, 0, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { -1.190462097713e-05, -1.677930921146e-05, { 0, 0, 1, 0, 0, -24, 29, -7, 8, -6, 0, 0, 0 } }, + { -1.987885931631e-05, 8.787850486448e-06, { 1, -1, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 2.775957447560e-05, -8.947746185803e-07, { 2, -2, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 2.581268416500e-05, 2.831849212145e-06, { 4, 0, -3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -5.122330143342e-07, -2.812821033641e-05, { 4, 0, -3, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.669716536755e-06, -2.296175268159e-05, { 1, -1, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 1.915032800862e-06, -2.670799553543e-05, { 0, 0, 1, 0, 0, 21, -22, 0, 0, 0, 0, 0, 0 } }, + { -5.473794287764e-06, -2.314513742659e-05, { 0, 1, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.819858548648e-05, -1.041143473311e-05, { 2, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 2.854528341021e-05, -6.324816622702e-08, { 4, 0, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.552548487753e-05, -1.307395684761e-05, { 2, 0, -1, 0, 0, 0, -3, 0, -2, 5, 0, 0, 0 } }, + { -1.835534112057e-05, -1.023104087737e-05, { 0, 0, 0, 0, 0, 19, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.411850024440e-05, 1.445334813504e-05, { 0, 2, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -2.835221219243e-05, -2.038037538548e-07, { 2, -2, 0, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 8.782311819441e-06, -1.975535121768e-05, { 3, -1, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 6.026231119812e-06, 2.250088083025e-05, { 1, -1, -3, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -1.739918935368e-05, 1.112568007202e-05, { 2, 0, 1, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { 6.344495414823e-06, -2.217351066927e-05, { 2, -2, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 1.234758698484e-05, -1.616702282447e-05, { 2, 0, -3, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 2.832280411719e-05, -1.875009565331e-07, { 2, 0, 1, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0 } }, + { 9.185862972412e-06, 1.930848853750e-05, { 0, 0, 0, 0, 0, 0, 13, -17, 0, 0, 0, 0, 0 } }, + { -8.752527501736e-06, -1.973222392055e-05, { 0, 0, 1, 0, 0, 0, -10, 12, 0, 0, 0, 0, 0 } }, + { -1.820375558645e-05, 1.026560866265e-05, { 0, 2, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -5.444517329850e-06, 2.302308854454e-05, { 4, 0, 1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 1.895571950093e-05, 9.510787086114e-06, { 0, 0, 2, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.844186054093e-05, 1.054577810468e-08, { 2, 0, -4, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.016031455916e-05, -1.828613612944e-05, { 0, 2, -1, 0, 0, -14, 9, 0, 2, 0, 0, 0, 0 } }, + { 4.923523567759e-06, -2.351069794950e-05, { 0, 0, 2, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { 2.416207891188e-05, -4.263832197497e-06, { 1, -2, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -2.704048959013e-05, -1.367163466361e-06, { 2, 0, -2, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.811847542194e-05, 2.777921297571e-07, { 0, 0, 0, 0, 0, 0, 3, -5, 2, 0, 0, 0, 0 } }, + { -1.903773207348e-05, 9.353605988496e-06, { 2, -2, 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -2.496766339764e-05, -3.392730376966e-06, { 1, -1, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { -2.687598308537e-06, 2.565712159826e-05, { 1, 0, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.799625490481e-06, -2.254160370648e-05, { 1, 1, -1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -2.226432775141e-05, -6.072792565622e-06, { 2, 0, 0, 0, 0, 0, 6, -12, 0, 0, 0, 0, 0 } }, + { 2.362092135041e-05, 4.712202147191e-06, { 0, 0, 2, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { 5.986370040726e-06, 2.234009892457e-05, { 1, -1, 3, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 1.446709249295e-05, 1.385103277182e-05, { 0, 2, 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 5.412422850988e-06, -2.289174549027e-05, { 1, 1, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.374432970411e-05, 4.554606018156e-06, { 1, -1, 1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.727830473856e-05, 1.101821563729e-05, { 2, 0, 1, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { -5.413727388201e-06, 2.288040567094e-05, { 3, -1, -1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.387434083882e-05, 1.440495283881e-05, { 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.118447594054e-05, 1.709473276258e-05, { 2, 0, 0, 0, 0, -10, 5, 0, 0, 0, 0, 0, 0 } }, + { -8.921126319273e-06, 1.935146154675e-05, { 1, 0, 0, 0, 0, 0, -15, 4, 4, 5, 0, 0, 0 } }, + { -2.781245898486e-05, -4.526651578832e-07, { 4, 0, -3, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -2.784009916166e-05, -4.165280510487e-07, { 2, -2, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -2.347610251506e-05, -4.775212572188e-06, { 2, 0, -1, 0, 0, -19, 21, 0, 0, 0, 0, 0, 0 } }, + { -1.757839956117e-05, 1.066137525956e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 6, -5, 0, 0, 0 } }, + { -2.561503787490e-05, -2.622158871137e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -5, 6, 0, 0, 0 } }, + { -2.434486139487e-05, 3.890299582323e-06, { 0, 0, 1, 0, 0, 3, -5, 0, 3, 0, 0, 0, 0 } }, + { 9.354935221060e-06, 1.887584043266e-05, { 0, 0, 1, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.787785606020e-05, 1.034363968854e-05, { 0, 2, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -7.567449700381e-06, -2.065270562750e-05, { 2, 0, 0, 0, 0, 0, -2, 2, 0, -2, 0, 0, 0 } }, + { 1.897938791565e-05, -9.238127291260e-06, { 1, 0, 0, 0, 0, -7, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.219648795831e-05, -6.016778766041e-06, { 0, 0, 1, 0, 0, 0, 2, 0, -3, 2, 0, 0, 0 } }, + { -1.796949022457e-05, -1.024258038718e-05, { 2, 2, -1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.144650334419e-05, -1.676461575233e-05, { 2, 0, -1, 0, 0, 0, 1, -8, 3, 0, 0, 0, 0 } }, + { -8.682820973435e-06, -1.952401320423e-05, { 1, 1, 0, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 2.285375398393e-05, 5.344209865162e-06, { 1, -1, 0, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { -5.377640952548e-06, 2.281786008073e-05, { 2, 0, 1, 0, 0, -21, 20, 0, 0, 0, 0, 0, 0 } }, + { 8.494274800829e-06, -1.969491731315e-05, { 0, 0, 1, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.423152858588e-06, -2.576208146485e-05, { 0, 0, 0, 0, 0, 15, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.170167658168e-05, 1.647390705819e-05, { 3, 0, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.124151630975e-05, 6.921536317600e-06, { 2, 0, 1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.766413167026e-05, 4.879341478991e-07, { 0, 0, 1, 0, 0, 2, -4, 0, 2, 0, 0, 0, 0 } }, + { 1.297160692464e-05, -1.515769639033e-05, { 1, 0, -1, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { -2.798705289467e-05, 1.358588883485e-07, { 2, 0, -2, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { 2.392862521988e-05, 4.194251055231e-06, { 2, 0, -1, 0, 0, -3, 5, 0, -3, 0, 0, 0, 0 } }, + { 1.254278893111e-05, 1.557813999904e-05, { 4, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.263463513081e-05, -5.484080358042e-06, { 0, 1, 0, 0, 0, -25, 27, 0, 0, 0, 0, 0, 0 } }, + { 2.635347159573e-05, -1.755618568916e-06, { 0, 0, 3, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 1.400906257348e-05, 1.409586553148e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -6, 8, 0, 0, 0 } }, + { 7.863174269135e-06, 2.024130329315e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -4, 5, 0, 0, 0 } }, + { -2.045760153516e-05, 7.644982360124e-06, { 3, -1, -1, 0, 0, 29, -33, 0, 2, 0, 0, 0, 0 } }, + { 2.045760153516e-05, 7.644982360124e-06, { 1, 1, 1, 0, 0, -29, 33, 0, -2, 0, 0, 0, 0 } }, + { 2.287710954666e-05, -5.224951162968e-06, { 2, 0, 1, 0, 0, 0, -3, 0, 5, 0, 0, 0, 0 } }, + { -1.961561324416e-05, -8.482989269847e-06, { 0, 0, 0, 0, 0, 0, 1, -2, -2, 7, 0, 0, 0 } }, + { 1.286374117867e-05, 1.523396972828e-05, { 2, 0, -2, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { 1.025342540981e-05, -1.784384586162e-05, { 4, 0, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.241292706787e-05, -1.568181244652e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.802849396199e-05, 6.526011496054e-08, { 0, 0, 2, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { 7.746462741951e-06, -2.034726431651e-05, { 1, -1, 0, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { -9.520736035147e-06, 1.856687177887e-05, { 1, -1, 2, 0, 2, -2, -4, 0, 0, 0, 0, 0, 0 } }, + { -9.520736035147e-06, 1.856687177887e-05, { 1, -1, -2, 0, 2, -2, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.645909266604e-05, 1.627219347956e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -4, 3, 0, 0, 0 } }, + { -1.237252082447e-05, 1.571371147909e-05, { 2, 0, 2, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.268057552995e-05, 5.390650802952e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -4, 1, 0, 0, 0 } }, + { 1.116617860939e-05, 1.690353995235e-05, { 2, 0, 1, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0 } }, + { 1.097986087865e-05, 1.708930565308e-05, { 1, -1, 0, 0, 0, 0, -4, 10, -3, 0, 0, 0, 0 } }, + { -9.335548840534e-06, 1.872198253340e-05, { 0, 1, -1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -5.011733489732e-06, 2.303986105365e-05, { 2, 0, 1, 0, 0, -18, 13, 0, 0, 0, 0, 0, 0 } }, + { -6.601562906384e-06, 2.144350363875e-05, { 2, 0, -2, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { 2.796136411826e-05, 7.731298533412e-08, { 0, 0, 1, 0, 0, 0, -5, 8, -1, -5, 0, 0, 0 } }, + { 1.926501506571e-05, 8.769221635246e-06, { 1, 1, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -1.360392177974e-05, -1.440943547169e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 1, -4, 0, 0, 0 } }, + { 5.396450409383e-06, 2.261127770192e-05, { 0, 1, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.107378299393e-07, -2.759681368181e-05, { 1, -1, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 2.799715900842e-05, 9.331658176944e-09, { 1, 0, 1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.429311130124e-05, 1.370232849152e-05, { 0, 0, 0, 0, 0, 0, 2, -5, 3, 0, 0, 0, 0 } }, + { -2.290725596888e-05, 5.087833457183e-06, { 0, 0, 1, 0, 0, -28, 29, 7, -8, 6, 0, 0, 0 } }, + { 2.291096768569e-05, 5.075634889798e-06, { 0, 0, 0, 0, 0, 0, 1, 0, 3, -7, 0, 0, 0 } }, + { -1.660370160872e-05, 1.137359089902e-05, { 1, 0, 0, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 9.016789847016e-06, -1.895402345161e-05, { 0, 0, 1, 0, 5, 0, -13, 7, 0, 0, 0, 0, 0 } }, + { -2.788815385896e-05, 8.206633248462e-08, { 2, 0, 0, 0, 0, -3, 5, -2, 0, 0, 0, 0, 0 } }, + { 2.702912797259e-05, 9.249578094820e-07, { 1, -1, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -9.006774185070e-06, -1.893292030681e-05, { 4, 0, -1, 0, -5, 0, 13, -7, 0, 0, 0, 0, 0 } }, + { -1.806921181541e-05, 9.854863172406e-06, { 4, 0, -1, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 2.789252376148e-05, -2.999987732265e-08, { 4, 0, -1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.392448734787e-05, 1.398799153324e-05, { 1, 0, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.577348438447e-05, -1.213237189859e-05, { 0, 0, 1, 0, 0, 0, -11, 16, 0, 0, 0, 0, 0 } }, + { -9.923052678190e-07, 2.690043855873e-05, { 0, 0, 1, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { 8.523395729510e-06, -1.936897907732e-05, { 2, 0, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 2.160685627670e-05, -6.283601661612e-06, { 1, 1, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -5.922116299326e-06, 2.195424486733e-05, { 0, 0, 1, 0, 0, -25, 28, 0, 0, 0, 0, 0, 0 } }, + { 8.374240064753e-06, -1.949844558665e-05, { 2, 0, -3, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 2.783378725290e-05, 3.823505696986e-08, { 0, 2, -1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.282684538500e-05, 1.503463479595e-05, { 2, 0, -1, 0, 0, -11, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.196296132715e-05, -5.898393565179e-06, { 2, 0, 0, 0, 0, -13, 15, 0, 0, 0, 0, 0, 0 } }, + { 5.233766396173e-06, -2.262463713043e-05, { 2, -1, 0, 0, 0, 20, -19, 0, 0, 0, 0, 0, 0 } }, + { 2.243263991014e-05, 5.425210995291e-06, { 0, 0, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0 } }, + { 1.045764544072e-05, 1.738879155979e-05, { 1, -1, 1, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -1.269163925466e-05, -1.515399471179e-05, { 3, -2, 0, 0, 0, 20, -18, 0, 0, -1, 0, 0, 0 } }, + { 1.269163925466e-05, -1.515399471179e-05, { 1, 2, 0, 0, 0, -20, 18, 0, 0, 1, 0, 0, 0 } }, + { -1.883901553981e-05, 8.993834330820e-06, { 2, 0, 1, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.749454629377e-05, -3.338926149634e-07, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 0, 0, 2, 0 } }, + { 2.782498020274e-05, 1.967612861500e-09, { 2, 0, 1, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.202940430024e-05, 1.579140285485e-05, { 2, 0, -1, 0, 0, 0, -3, 5, 4, 0, 0, 0, 0 } }, + { 1.110583045961e-06, -2.670769141303e-05, { 0, 0, 2, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.461801967665e-05, -1.319511559550e-05, { 0, 2, -1, 0, 2, -27, 22, 0, 0, 0, 0, 0, 0 } }, + { 2.031388159592e-05, 7.486962695803e-06, { 2, 0, -2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.264587032759e-05, -1.514667749587e-05, { 0, 0, 1, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0 } }, + { 2.774226273124e-05, 4.855656108230e-08, { 4, 0, -2, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -2.741560669427e-05, 3.561122125380e-07, { 4, 0, 2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.777198192850e-05, 9.997260081390e-06, { 1, 0, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -1.630733194540e-05, -1.146167057660e-05, { 1, 0, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { -2.729232565776e-05, 4.553850876160e-07, { 0, 0, 1, 0, 0, 3, -5, 0, 0, 2, 0, 0, 0 } }, + { 5.798824830921e-06, -2.194231742350e-05, { 0, 0, 1, 0, 0, 0, -7, 15, 0, 0, 0, 0, 0 } }, + { -8.945598520363e-06, -1.879442696565e-05, { 4, -2, -1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { -7.298566240142e-06, 2.042227372836e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -7, 5, 0, 0, 0 } }, + { 2.596846521661e-05, 1.739894418608e-06, { 2, 0, -3, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 3.077186920777e-06, -2.463091556464e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 } }, + { 1.475559199036e-05, -1.295157293406e-05, { 1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.672802517529e-05, -1.096235256389e-05, { 2, 0, -1, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.471129024786e-05, 2.978622977304e-06, { 1, 0, -1, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -2.756693428649e-05, 1.078316699388e-07, { 2, 0, -1, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 5.293511281156e-06, 2.237937732530e-05, { 3, 1, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.836302951902e-06, 1.980873238289e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 4, -5, 0, 0, 0 } }, + { -4.136393927672e-06, 2.349335273380e-05, { 1, 0, 1, 0, 0, -10, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.193986328549e-05, 1.568889980057e-05, { 2, 0, -1, 0, 0, 0, 3, -5, -4, 0, 0, 0, 0 } }, + { 2.717207738264e-05, 4.530678364080e-07, { 0, 0, 1, 0, 0, -3, 5, 0, 0, -2, 0, 0, 0 } }, + { -3.715126796271e-06, -2.390415995165e-05, { 2, -2, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.098426772889e-06, 1.851290812760e-05, { 0, 0, 1, 0, 0, 0, 10, -14, 0, 0, 0, 0, 0 } }, + { 5.309683971995e-06, -2.229586911413e-05, { 1, -1, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.671242574203e-05, -8.927160462141e-07, { 2, 0, 3, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 2.725222890889e-05, -3.427435558186e-07, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 2, 0 } }, + { -9.522177871573e-06, -1.807220253895e-05, { 2, 0, -1, 0, 0, 4, -5, 0, 2, 0, 0, 0, 0 } }, + { 1.409122060894e-05, 1.348999079044e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -4.939526619724e-06, -2.263861269641e-05, { 1, 1, -1, 0, 0, -20, 20, 0, 0, -1, 0, 0, 0 } }, + { -1.064372195997e-05, -1.693254803149e-05, { 2, 0, 0, 0, 0, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.064372195997e-05, -1.693254803149e-05, { 2, 0, -2, 0, 0, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.180255313498e-06, -2.239549219024e-05, { 2, 1, 0, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { -6.709333293647e-06, -2.086597809748e-05, { 2, 0, -1, 0, 0, -6, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.687534150381e-05, -6.930606317535e-07, { 2, 0, -1, 0, 0, 18, -20, 0, 0, 0, 0, 0, 0 } }, + { -9.462599064735e-06, -1.807090029266e-05, { 0, 2, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -2.468597417317e-05, 2.844024603193e-06, { 2, 0, 1, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { -2.695443313696e-05, 5.735246584231e-07, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 1, 0, 0, 0 } }, + { 2.008775623892e-05, -7.440192426045e-06, { 1, -1, 0, 0, 0, 0, -1, 4, -1, 0, 0, 0, 0 } }, + { 2.434676349212e-05, -3.166497841054e-06, { 0, 0, 1, 0, 0, 0, 4, -6, 2, 0, 0, 0, 0 } }, + { 2.407260676570e-05, 3.421747228076e-06, { 1, -1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0 } }, + { -2.633830609843e-05, -1.149247173638e-06, { 4, 0, -1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.109573818417e-05, 1.639147562797e-05, { 2, 0, -2, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.333611633737e-05, 1.414543840135e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -4, 1, 0, 0, 0 } }, + { 1.292697006419e-05, -1.454594678442e-05, { 0, 0, 1, 0, 0, 8, -5, -16, 4, 5, 0, 0, 0 } }, + { -1.292697006419e-05, -1.454594678442e-05, { 0, 0, 1, 0, 0, -8, 5, 16, -4, -5, 0, 0, 0 } }, + { -1.763961268406e-05, 9.828946464573e-06, { 1, 2, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -9.867426402223e-07, -2.647770694204e-05, { 6, 0, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.154802789392e-05, -5.912671419812e-06, { 2, 0, 3, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 8.937960277664e-07, -2.656229473357e-05, { 0, 0, 1, 0, 0, 22, -23, 0, 0, 0, 0, 0, 0 } }, + { -5.786529894383e-06, -2.166837603693e-05, { 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.617102301941e-06, -2.383491379877e-05, { 2, 0, 0, 0, -8, 0, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.990123264908e-05, 7.547790491451e-06, { 2, 0, 1, 0, 0, -8, 14, 0, 0, 0, 0, 0, 0 } }, + { 6.363398274190e-06, 2.108125646846e-05, { 0, 0, 0, 0, 0, 16, -19, 0, 0, 0, 0, 0, 0 } }, + { 2.659368281863e-05, -8.497669334656e-07, { 0, 0, 2, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { -2.720092704956e-05, -2.418687665570e-07, { 2, 0, 0, 0, 0, -2, 3, 0, -1, 0, 0, 0, 0 } }, + { 9.830339697427e-06, -1.760773848850e-05, { 4, 0, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -2.509951866973e-05, 2.334630720321e-06, { 1, -1, 1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { -2.509951866973e-05, 2.334630720321e-06, { 1, -1, -1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 1.024705419069e-05, 1.717550233364e-05, { 1, -1, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.830807830821e-05, 9.111791006931e-06, { 2, 0, -1, 0, 0, 17, -15, 0, 0, 0, 0, 0, 0 } }, + { 5.971703727189e-06, 2.144760120041e-05, { 2, -2, 1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 2.740631515827e-05, 7.614410636539e-09, { 0, 2, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.283212568363e-05, 1.456248062834e-05, { 2, 0, -2, 0, 0, 0, 10, -16, 3, 0, 0, 0, 0 } }, + { -6.260663505185e-06, 2.113169142194e-05, { 1, 1, -1, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { -1.971205820069e-05, 7.671265550478e-06, { 2, 0, -1, 0, 0, 0, 1, 0, -4, 3, 0, 0, 0 } }, + { -5.962830450814e-06, 2.141587935208e-05, { 2, -2, 1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 1.625621481408e-05, 1.107506041241e-05, { 4, 0, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -2.456810632726e-05, 2.755785115879e-06, { 1, 1, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.149455745753e-06, -2.217319888912e-05, { 0, 1, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -5.132489793335e-06, -2.218865235420e-05, { 2, 1, -1, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { 2.667247065773e-05, -6.282957617578e-07, { 2, 0, 1, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { -2.690966537500e-06, -2.460979950447e-05, { 2, 0, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.750110162590e-05, 9.794195817243e-06, { 2, -2, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 7.978654709018e-06, 1.931435612297e-05, { 1, 1, -1, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.423840829914e-05, 3.041832705667e-06, { 2, 0, 0, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -2.372704841613e-05, 3.546311860895e-06, { 1, 0, 0, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { 2.725428181352e-05, 1.519112105410e-08, { 3, 0, -2, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.190621239565e-06, -2.406773166571e-05, { 2, 0, -1, 0, 0, 2, -8, 9, 0, 0, 0, 0, 0 } }, + { -5.672268651805e-06, 2.158161094684e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -4, 5, 0, 0, 0 } }, + { -1.520764543319e-06, -2.569860690473e-05, { 0, 0, 0, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.436594616531e-05, -1.285104239318e-05, { 0, 0, 1, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0 } }, + { -1.758862314089e-05, -9.623385773461e-06, { 1, -1, 0, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { 1.720403904582e-05, -1.000624065015e-05, { 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 9.048493368734e-07, -2.629787563373e-05, { 0, 0, 0, 0, 0, 0, 5, -10, 2, 0, 0, 0, 0 } }, + { 2.715270893252e-05, 3.062792558145e-08, { 3, -2, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.843093738561e-05, -8.747507662928e-06, { 2, 0, 0, 0, 0, 15, -13, 0, 0, 0, 0, 0, 0 } }, + { 8.888622266275e-06, -1.828470685427e-05, { 2, -1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -1.014880157584e-06, 2.614540654928e-05, { 1, -2, 0, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { 1.240069596758e-05, -1.474362570469e-05, { 1, -1, -1, 0, 0, 19, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.053037191524e-05, 6.612255766016e-06, { 2, 0, 0, 0, 0, 0, 10, -17, 0, 0, 0, 0, 0 } }, + { 8.058703584708e-06, -1.907351697740e-05, { 1, 0, -1, 0, 0, 11, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.291982625206e-05, -4.211734852094e-06, { 0, 1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.105886293977e-05, 1.606297266540e-05, { 0, 0, 0, 0, 0, 2, -2, -5, 8, -6, 0, 0, 0 } }, + { -1.631631866197e-05, -1.078730454638e-05, { 2, 0, 0, 0, 0, -20, 22, 0, 0, 0, 0, 0, 0 } }, + { 1.972020543637e-05, -7.383272336375e-06, { 2, 0, 2, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.098040157583e-05, 1.611821603194e-05, { 0, 0, 0, 0, 0, 2, 2, -9, 8, -6, 0, 0, 0 } }, + { 2.469407302364e-05, 2.392698645734e-06, { 2, 0, 2, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -6.777443365136e-06, -2.030787843429e-05, { 0, 0, 0, 0, 0, 16, -15, 0, 0, 0, 0, 0, 0 } }, + { 7.222397374584e-06, 1.985267725135e-05, { 2, 0, -1, 0, 0, 0, 15, -25, 0, 0, 0, 0, 0 } }, + { 2.682704083766e-05, -2.358786238348e-07, { 2, -2, 0, 0, 0, 25, -25, 0, 0, 0, 0, 0, 0 } }, + { -1.773634407368e-05, 9.325378534859e-06, { 0, 0, 0, 0, 0, 11, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.377278916305e-05, 1.327715475017e-05, { 1, -1, 1, 0, 0, 0, 1, 0, 3, -6, 0, 0, 0 } }, + { 1.377278916305e-05, 1.327715475017e-05, { 1, -1, -1, 0, 0, 0, 1, 0, 3, -6, 0, 0, 0 } }, + { 5.349908334010e-06, 2.169668090741e-05, { 1, -1, -2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.902993878369e-06, 2.113379317059e-05, { 1, 0, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.967799300295e-05, 7.357872188130e-06, { 3, -1, -2, 0, 0, 29, -33, 0, 2, 0, 0, 0, 0 } }, + { 1.967799300295e-05, 7.357872188130e-06, { 1, 1, 0, 0, 0, -29, 33, 0, -2, 0, 0, 0, 0 } }, + { 1.173652648030e-05, -1.529263840804e-05, { 1, -1, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.212599059303e-05, -4.895680401376e-06, { 2, 0, 0, 0, 0, -19, 21, 0, 0, 0, 0, 0, 0 } }, + { 5.075133769691e-06, -2.193689665750e-05, { 0, 0, 0, 0, 0, 9, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.685061832304e-05, -1.561385356034e-07, { 1, 0, -2, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 5.895709944075e-06, 2.110067185511e-05, { 1, 0, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 5.067021153807e-06, -2.190464940262e-05, { 2, -1, -1, 0, 0, 20, -19, 0, 0, 0, 0, 0, 0 } }, + { 6.170775412854e-06, -2.080036211429e-05, { 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -5.582197980394e-06, 2.138227080289e-05, { 1, 1, 1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -8.791346258919e-06, 1.817306819654e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0 } }, + { -1.167047865814e-06, 2.578228246009e-05, { 2, 0, 0, 0, 0, 0, 3, 0, 0, -4, 0, 0, 0 } }, + { -9.133659521806e-06, 1.781201418946e-05, { 3, -1, 0, 0, 2, -2, -4, 0, 0, 0, 0, 0, 0 } }, + { 9.133659521806e-06, 1.781201418946e-05, { 1, 1, 0, 0, -2, 2, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.228090244215e-05, -1.466356921515e-05, { 3, -2, -1, 0, 0, 20, -18, 0, 0, -1, 0, 0, 0 } }, + { 1.228090244215e-05, -1.466356921515e-05, { 1, 2, -1, 0, 0, -20, 18, 0, 0, 1, 0, 0, 0 } }, + { -2.259179856466e-05, -4.348774687682e-06, { 0, 1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.281003687192e-05, 4.122255830374e-06, { 2, 0, 2, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.689067997364e-05, -2.423740681300e-08, { 2, -2, -3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 2.600611861762e-05, -8.990123304870e-07, { 0, 0, 2, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.617086131356e-05, -7.310836417907e-07, { 0, 2, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.762038154184e-05, 9.276907483089e-06, { 2, 0, -2, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0 } }, + { 9.971596500215e-06, -1.691634950187e-05, { 2, 0, 0, 0, 0, 0, 16, -18, 0, 0, 0, 0, 0 } }, + { -5.146853697217e-06, 2.172296713786e-05, { 1, 1, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.364777519836e-05, 3.214955427512e-06, { 1, 0, 0, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -2.073476330283e-05, -6.119282375754e-06, { 2, 0, -2, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { 1.016160937913e-05, -1.668431607696e-05, { 0, 0, 0, 0, 0, 3, -7, 4, -2, 5, 0, 0, 0 } }, + { 1.232926436004e-05, -1.451088619546e-05, { 0, 0, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.797797186469e-05, -8.853079385704e-06, { 1, -1, 0, 0, 0, 0, 1, 0, 4, -8, 0, 0, 0 } }, + { 2.255342100820e-05, 4.266965087414e-06, { 1, 0, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -2.553561859657e-05, 1.281738254864e-06, { 6, 0, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.767059213293e-05, -9.143153390932e-06, { 1, -1, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0 } }, + { -5.116338892218e-06, -2.167564181308e-05, { 4, 0, -1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.675419415462e-05, 2.899047500865e-08, { 0, 0, 1, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { -1.218274370993e-05, -1.458947750844e-05, { 0, 0, 1, 0, 0, 0, -4, 8, -2, 0, 0, 0, 0 } }, + { 1.252901376547e-05, -1.424085541278e-05, { 0, 0, 4, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 4.495077816638e-06, 2.224229382486e-05, { 0, 0, 0, 0, 1, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.229853964989e-05, -1.443089286606e-05, { 2, 0, -3, 0, 0, 0, 2, 0, 1, -11, 3, 0, 0 } }, + { 2.671665972566e-05, 9.792337571010e-09, { 2, 0, 1, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { -8.085172947243e-07, -2.591521453736e-05, { 2, 0, -1, 0, 0, -22, 23, 0, 0, 0, 0, 0, 0 } }, + { 4.283398273129e-06, -2.243953418947e-05, { 2, 0, 0, 0, 0, -21, 20, 0, 0, 0, 0, 0, 0 } }, + { 2.353292890339e-05, 3.187875775884e-06, { 2, 0, -2, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { 2.152882359149e-05, -5.190223716918e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 3, -2, 0, 0, 0 } }, + { -1.000825312855e-05, 1.670012714084e-05, { 0, 0, 1, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0 } }, + { -2.319288410743e-05, -3.509478639829e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 2, -3, 0, 0, 0 } }, + { 8.607190799362e-06, -1.809320150812e-05, { 0, 0, 0, 0, 5, 0, -13, 7, 0, 0, 0, 0, 0 } }, + { 1.016412281617e-05, 1.652454960783e-05, { 1, 0, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -1.301067613360e-05, -1.366456799407e-05, { 0, 0, 0, 0, 0, 5, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.137243993432e-05, 1.529545736285e-05, { 2, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.239829567476e-05, -1.425230016579e-05, { 0, 0, 4, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 5.264925058550e-06, 2.137875164570e-05, { 1, 1, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.446238982683e-05, 2.179856815277e-06, { 4, 0, 1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.633658288175e-05, -2.970524134734e-07, { 2, 2, -1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 1.808333782189e-05, -8.543587842314e-06, { 3, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.378165313554e-05, 2.842048941954e-06, { 4, 0, -1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -2.122331616408e-05, -5.399783563013e-06, { 2, 0, 2, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.331459166499e-05, -3.290380242082e-06, { 2, 0, -1, 0, -1, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.363852862549e-05, -1.296178068956e-05, { 2, 0, 3, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 2.152802129619e-05, 5.053562866697e-06, { 2, 0, -2, 0, 0, -6, 10, 0, -3, 0, 0, 1, 0 } }, + { 5.020486074130e-06, 2.155021493279e-05, { 1, -1, 2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.632969679008e-05, 1.023699723238e-05, { 0, 0, 0, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0 } }, + { 2.641512198297e-05, 1.275500673140e-07, { 4, 0, -2, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -2.623743077439e-05, -3.019541386975e-07, { 2, 0, -1, 0, 0, 0, -9, 13, 0, 0, 0, 0, 0 } }, + { -1.456182836923e-05, 1.197011866855e-05, { 0, 0, 2, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { -1.768494780514e-05, 8.832791602534e-06, { 1, -2, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.768494780514e-05, 8.832791602534e-06, { 1, -2, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 6.859088264354e-06, -1.965786270302e-05, { 0, 0, 1, 0, 0, 0, -2, 0, -1, 5, 0, 0, 0 } }, + { 7.473032339930e-06, 1.904234444356e-05, { 1, -1, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -2.191832906997e-05, -4.596645992871e-06, { 0, 0, 1, 0, 0, 0, 2, 0, -5, 2, 0, 0, 0 } }, + { 2.648169991789e-05, 3.157809697817e-08, { 3, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 8.758885190685e-06, -1.773331687184e-05, { 2, -2, 0, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { 1.147256493992e-05, -1.501640345874e-05, { 1, 0, 0, 0, 0, 0, 11, -19, 0, 0, 0, 0, 0 } }, + { -8.168615162403e-07, -2.567192250311e-05, { 4, 0, -3, 0, 0, -17, 18, 0, 0, 0, 0, 0, 0 } }, + { 1.358007183020e-05, 1.290316090208e-05, { 4, 0, -2, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { 1.127979130805e-05, -1.519700100671e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 1, -3, 0, 0, 0 } }, + { 1.629933704703e-05, -1.017423912539e-05, { 0, 0, 1, 0, -5, 0, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.821977081867e-05, 8.248633299829e-06, { 2, -2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.770020093241e-05, -8.764691124871e-06, { 1, 0, -1, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { 2.065964124822e-05, -5.803654438354e-06, { 1, 1, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.063069517005e-05, -1.583239911607e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -5, 3, 0, 0, 0 } }, + { 1.217400710441e-05, -1.428856280599e-05, { 0, 0, 1, 0, 0, 0, 4, -8, 2, 0, 0, 0, 0 } }, + { -8.529797297956e-06, -1.793013227956e-05, { 4, 0, -2, 0, -5, 0, 13, -7, 0, 0, 0, 0, 0 } }, + { -1.413238755613e-05, -1.232224408518e-05, { 0, 2, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -4.832971306106e-06, 2.162069786562e-05, { 3, 0, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.229584955040e-06, -2.121541096520e-05, { 1, -1, -1, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { -2.225166692279e-05, 4.193229180065e-06, { 0, 2, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -2.143301341325e-05, 5.001986838480e-06, { 2, 0, -2, 0, 0, 6, -10, 0, 3, 0, 0, -1, 0 } }, + { 1.824790431721e-05, -8.186207182209e-06, { 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.874014472130e-06, 2.255007715244e-05, { 2, 0, 1, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.825752012471e-05, 8.164738752443e-06, { 2, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.595965025115e-06, 2.482599076006e-05, { 1, -1, 0, 0, 0, 0, 4, -6, 3, 0, 0, 0, 0 } }, + { 4.942911005596e-06, 2.147445555631e-05, { 3, 1, -1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.827147134159e-05, 8.133470047500e-06, { 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.585040060045e-06, 1.681730702307e-05, { 0, 2, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -1.725678149735e-05, 9.145158527868e-06, { 1, -1, 1, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0 } }, + { 4.701402678207e-06, 2.169711300827e-05, { 1, -1, -1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.840345654937e-05, -7.987667364905e-06, { 1, 0, 0, 0, 0, 0, 10, -17, 0, 0, 0, 0, 0 } }, + { -2.363785241750e-05, -2.748589666780e-06, { 4, 0, -1, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.049377252040e-06, -1.830867351433e-05, { 2, 0, -3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.184407142853e-05, -1.449724737061e-05, { 0, 0, 1, 0, 0, -13, 9, 0, 0, 0, 0, 0, 0 } }, + { 2.518677363540e-05, -1.152134072101e-06, { 4, 0, -2, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { -1.282943643776e-05, -1.350742294804e-05, { 0, 0, 3, 0, 0, -18, 12, 8, -3, 0, 0, 0, 0 } }, + { -4.502011966158e-07, -2.587109888111e-05, { 2, 0, 3, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.615396066070e-05, -1.016149295575e-05, { 2, 0, 0, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -5.043482019734e-06, -2.126887944380e-05, { 1, -1, -2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.629768736679e-05, -1.167980651985e-08, { 0, 0, 2, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { -2.610531838403e-05, -1.923747546746e-07, { 2, -2, -1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -2.214852434596e-05, 4.143815725368e-06, { 1, -3, 1, 0, 0, 33, -39, 0, 0, 0, 0, 0, 0 } }, + { 1.756452635494e-05, 8.706170745556e-06, { 2, 0, -1, 0, 0, 14, -12, 0, 0, 0, 0, 0, 0 } }, + { -5.488336933748e-06, 2.077887344954e-05, { 1, 1, -1, 0, 0, -11, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.052895488272e-05, 1.572241016025e-05, { 1, 0, 0, 0, 0, -21, 16, 11, 0, 0, 0, 0, 0 } }, + { 2.611288762798e-05, 1.370562469571e-07, { 1, 0, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 1.646792881030e-05, -9.773218616010e-06, { 1, 0, -3, 0, 0, 29, -33, 0, 0, 0, 0, 0, 0 } }, + { 1.092285133076e-05, -1.531589915356e-05, { 1, 1, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 1.840298622687e-05, 7.831353518612e-06, { 4, 0, -1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.005527856919e-05, 1.615771278467e-05, { 2, 2, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 1.034672830116e-05, 1.586506277809e-05, { 2, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { 1.752798099843e-05, -8.679757860584e-06, { 1, 0, 1, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { 2.286519805549e-05, -3.339254922827e-06, { 2, 0, -2, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { 2.618727275646e-05, 3.974326448037e-09, { 2, 2, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.940406111427e-05, 6.774509947713e-06, { 1, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.783846660397e-06, -2.037619652175e-05, { 1, 0, 1, 0, 0, 0, -35, 41, -2, 0, 0, 0, 0 } }, + { -5.005959651173e-06, 2.115161831086e-05, { 5, -1, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 8.606393670352e-06, -1.754434407097e-05, { 4, 0, -2, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -5.601571800901e-06, 2.054795784711e-05, { 2, 0, -1, 0, 0, 0, 2, -6, 3, 0, 0, 0, 0 } }, + { 2.368821572200e-05, -2.458912525465e-06, { 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, -3, 0, 0 } }, + { 1.751187301772e-05, -8.628670000249e-06, { 1, 0, 0, 0, 0, -8, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.203652377645e-05, 4.099605819065e-06, { 0, 2, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -5.689217049434e-06, 2.043353742736e-05, { 2, 2, 0, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 5.689207704345e-06, 2.043302163107e-05, { 2, 2, 0, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 1.747034200252e-05, -8.648673441121e-06, { 1, 0, 0, 0, 0, -12, 10, 0, 0, 0, 0, 0, 0 } }, + { 2.084297167113e-06, 2.403203682038e-05, { 2, 0, -1, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { 5.075579669593e-06, 2.102260786978e-05, { 3, 1, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.021053938955e-06, -2.207047600208e-05, { 1, 1, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 4.131952140821e-06, 2.195892468110e-05, { 1, -1, 1, 0, 0, 0, 1, 0, 2, -2, 0, 0, 0 } }, + { 4.131952140821e-06, 2.195892468110e-05, { 1, -1, -1, 0, 0, 0, 1, 0, 2, -2, 0, 0, 0 } }, + { 2.607744994074e-05, 1.158750781738e-08, { 2, 2, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.594783576175e-05, -1.400483259708e-07, { 4, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 1.560371033484e-06, 2.451136647395e-05, { 2, 0, -1, 0, 0, 6, -8, 0, 1, 0, 0, 0, 0 } }, + { -1.128424397674e-05, -1.478184512443e-05, { 6, 0, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.678557996110e-07, -2.587121539920e-05, { 2, 0, 0, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.736220364193e-05, 8.671579562552e-06, { 0, 0, 6, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.600576111645e-05, 2.724329493946e-08, { 0, 2, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 1.680145582810e-05, -9.230637064489e-06, { 1, 2, 1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 1.680145582810e-05, -9.230637064489e-06, { 1, -2, -1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -4.069108058682e-06, -2.196281940636e-05, { 2, 0, 0, 0, 0, 14, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.038336417223e-05, 1.562027198246e-05, { 1, -1, 0, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.957123629669e-05, -6.429624223945e-06, { 1, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.264278446355e-05, -1.335677274291e-05, { 0, 0, 1, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.669098018107e-05, 9.307588739944e-06, { 2, -2, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0 } }, + { 1.596291229907e-05, -1.000908789529e-05, { 0, 0, 0, 0, 0, 2, -8, 8, 8, -6, 0, 0, 0 } }, + { -8.746474628176e-06, -1.722105769941e-05, { 4, 0, -2, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { 5.328946294798e-06, 2.063733792704e-05, { 1, -1, -1, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0 } }, + { 2.286708014627e-05, -3.098899391190e-06, { 0, 0, 1, 0, 0, 14, -16, 0, 0, 0, 0, 0, 0 } }, + { -8.371644794576e-06, -1.759408132787e-05, { 2, 0, 0, 0, 0, 0, 16, -20, 0, 0, 0, 0, 0 } }, + { -2.583449403700e-05, 1.286944989930e-07, { 2, 0, -4, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.254366432648e-05, -1.341445745123e-05, { 2, 0, -1, 0, 0, 0, -5, 0, 2, 0, 0, 0, 0 } }, + { -9.329054218790e-07, -2.499914112385e-05, { 2, 0, -2, 0, 0, -19, 20, 0, 0, 0, 0, 0, 0 } }, + { -5.687427114240e-06, 2.022797911958e-05, { 1, 1, 0, 0, 0, -14, 15, 0, 0, 0, 0, 0, 0 } }, + { -7.282612605290e-06, -1.862695771298e-05, { 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.992949585977e-06, -2.090911362406e-05, { 1, 1, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.580440100184e-05, 7.536771504291e-08, { 2, -2, 0, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.576189532250e-05, 1.161988995427e-07, { 2, 0, -2, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { 2.583641370277e-05, 3.379270268249e-08, { 0, 2, 0, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { -2.140330551075e-05, -4.449803336316e-06, { 1, -1, 0, 0, 0, -8, 10, 0, 0, 0, 0, 0, 0 } }, + { -2.568707252943e-05, -1.627242581808e-07, { 0, 2, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -1.654634740175e-05, -9.301445994840e-06, { 1, 0, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -8.891852306286e-06, -1.694817297273e-05, { 2, 0, -1, 0, 0, 11, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.333396649652e-05, 1.250479180617e-05, { 2, 0, -1, 0, 0, 0, -7, 6, 0, 0, 0, 0, 0 } }, + { 1.837903239642e-06, -2.400007399474e-05, { 3, 0, -3, 0, 0, 0, 11, -16, 2, 0, 0, 0, 0 } }, + { -1.571880943702e-05, -1.011738429468e-05, { 2, 0, -1, 0, 0, 0, -5, 3, 0, 0, 0, 0, 0 } }, + { -1.937835737942e-06, 2.388403206023e-05, { 2, 0, 1, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { -9.134533746086e-06, -1.668310246319e-05, { 0, 0, 2, 0, 0, -18, 24, -16, 4, 5, 0, 0, 0 } }, + { -1.722572739983e-05, 8.588260626489e-06, { 0, 0, 2, 0, 0, -19, 17, 0, 0, 0, 0, 0, 0 } }, + { -2.087197262600e-05, -4.934358007996e-06, { 1, -1, 1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { 1.844022143604e-05, -7.362979380203e-06, { 2, 0, -1, 0, 0, 0, 14, -21, 0, 0, 0, 0, 0 } }, + { -2.217497292794e-05, 3.617136372937e-06, { 1, 1, -1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.986192198281e-05, 5.929627822645e-06, { 2, 0, -2, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { -1.796724793397e-06, -2.399303876475e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 5.292853568860e-06, 2.047664384902e-05, { 1, -1, 1, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0 } }, + { -2.448365272012e-05, -1.283704113447e-06, { 6, 0, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -3.220058372541e-06, 2.254247063480e-05, { 0, 0, 0, 0, 0, 0, 12, -21, 0, 0, 0, 0, 0 } }, + { -2.557844649922e-05, -1.785561004311e-07, { 2, 2, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -4.935161818951e-06, -2.082014992883e-05, { 1, -1, 1, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.661125151079e-05, 9.143944497747e-06, { 4, 0, 1, 0, -12, 0, 12, 0, -2, 0, 0, 0, 0 } }, + { -1.661125151079e-05, 9.143944497747e-06, { 0, 0, 1, 0, -12, 0, 12, 0, -2, 0, 0, 0, 0 } }, + { 2.116927766261e-05, -4.564448058488e-06, { 4, -2, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.569371247804e-05, -2.648983731645e-08, { 1, 0, -1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.277163942454e-05, -1.291556907196e-05, { 0, 0, 4, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 8.634744728959e-06, -1.704570945895e-05, { 2, 0, 0, 0, 0, 2, -3, 0, -3, 0, 0, 0, 0 } }, + { -8.608055140059e-06, -1.706670929014e-05, { 4, 0, -1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 8.212105682491e-06, 1.745909879150e-05, { 0, 0, 3, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -2.566008731529e-05, 6.660340048583e-10, { 2, 0, 3, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.641291098942e-05, 9.246072578418e-06, { 1, 0, -2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -1.646781569490e-05, 9.190768779096e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 1, -3, 0, 0 } }, + { 1.164892634438e-05, 1.400843893560e-05, { 2, 0, 0, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { 9.533196490265e-06, -1.612093419781e-05, { 1, 1, 0, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 2.261663487859e-05, -3.030833427834e-06, { 3, -1, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.008785810685e-06, -2.363042254443e-05, { 1, 1, -1, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { -1.268961198535e-05, -1.294916739911e-05, { 2, 0, 3, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 2.879348934041e-06, 2.275738709221e-05, { 0, 2, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -1.377952654289e-05, 1.185428190091e-05, { 2, 0, -2, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { -1.871854640395e-05, -6.908158482084e-06, { 2, 0, -1, 0, 0, 0, -7, 8, -3, 0, 0, 0, 0 } }, + { 1.126565666706e-05, -1.435978223404e-05, { 0, 0, 1, 0, 0, -16, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.402030691625e-06, 2.421439356803e-05, { 2, 0, 1, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.465963379502e-05, 1.093871263670e-05, { 0, 0, 0, 0, 0, 0, 12, -17, 0, 0, 0, 0, 0 } }, + { 6.178377420319e-06, 1.941683318954e-05, { 2, 0, 1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -8.581669627081e-06, -1.701255272904e-05, { 2, 0, 0, 0, 0, -2, 3, 0, 3, 0, 0, 0, 0 } }, + { -6.182548329462e-06, 1.939041433301e-05, { 2, 0, 0, 0, 0, -3, 8, -4, 0, 0, 0, 0, 0 } }, + { -1.207860348596e-05, 1.348999317148e-05, { 0, 0, 2, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { 2.553129452670e-05, -2.716763214556e-08, { 1, 0, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.541089817918e-05, -1.418826891271e-07, { 0, 2, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -2.119078582861e-05, -4.353634253475e-06, { 1, -1, -1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -7.338908542624e-06, -1.820461649563e-05, { 2, 0, -2, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { 1.733992044217e-05, -8.199483579198e-06, { 1, 1, -1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -6.942508133477e-06, -1.859380702299e-05, { 2, 0, -4, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { 9.609701328755e-06, 1.590816191421e-05, { 1, 0, 0, 0, 0, -7, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.756288861459e-05, 7.954792518231e-06, { 3, 0, -2, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.495993357406e-05, -1.055498230318e-05, { 4, 0, -1, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 3.836743629245e-06, -2.166924649137e-05, { 2, 0, -2, 0, 0, 21, -22, 0, 0, 0, 0, 0, 0 } }, + { -6.240757436603e-06, -1.925611519824e-05, { 0, 0, 0, 0, 0, 1, 9, -20, 0, 0, 0, 0, 0 } }, + { 2.130508432489e-05, 4.190980711439e-06, { 2, 0, 2, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 5.208977741326e-06, 2.027603817520e-05, { 0, 2, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.422386760136e-05, -1.125649061015e-05, { 0, 0, 0, 0, 4, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -5.463105201560e-06, 1.999866353942e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, -3, 0, 0 } }, + { 1.631794686651e-05, 9.125807079546e-06, { 2, 2, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -9.125066224335e-07, -2.452727736541e-05, { 2, 0, -1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -2.829572083520e-06, 2.260703891404e-05, { 0, 2, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -1.225324359641e-05, -1.317696323013e-05, { 0, 1, 0, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.533920201863e-05, 7.097574587633e-08, { 1, 0, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0 } }, + { -2.323729431749e-05, 2.172224449213e-06, { 2, 0, 0, 0, 0, 20, -22, 0, 0, 0, 0, 0, 0 } }, + { -1.067251164211e-06, 2.434008126640e-05, { 0, 0, 1, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0 } }, + { 8.055478336305e-06, 1.734301292808e-05, { 2, 0, 0, 0, 0, 0, -10, 12, 0, 0, 0, 0, 0 } }, + { 9.511482607138e-06, 1.588175260889e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -3, 3, 0, 0, 0 } }, + { 1.300023713591e-05, 1.238946118523e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0 } }, + { 4.546550868421e-06, -2.083666300714e-05, { 2, 0, -2, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { -1.751342452985e-05, -7.868183181116e-06, { 4, 0, -2, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.952140967587e-06, -2.041150600171e-05, { 2, 0, -1, 0, 0, -10, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.167915132681e-05, -3.680109717229e-06, { 1, 1, 1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -1.246091335254e-05, -1.289258591416e-05, { 2, 0, 1, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { 9.254068152446e-06, -1.608356190433e-05, { 0, 0, 2, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 1.268822713892e-05, -1.263988227272e-05, { 2, 0, 0, 0, 0, 0, -12, 19, 0, -3, 0, 0, 0 } }, + { -2.092790321383e-05, -4.399365435290e-06, { 1, -1, -1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.847384081218e-06, 2.047754917978e-05, { 1, -1, 2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.292779994148e-06, 1.602728010844e-05, { 0, 0, 0, 0, 0, 0, 14, -16, 0, 0, 0, 0, 0 } }, + { -6.589183817035e-06, -1.871515431368e-05, { 2, -2, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.290700816179e-06, -2.201181224570e-05, { 1, -1, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.473989296706e-05, -1.055725864221e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0 } }, + { 5.626924011768e-06, 1.966062020256e-05, { 2, 0, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.547095120544e-06, 2.373523657782e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, 3, 0, 0 } }, + { -2.006613928535e-05, -5.209300506436e-06, { 2, 0, 0, 0, 0, -14, 16, 0, 0, 0, 0, 0, 0 } }, + { -5.160643194223e-06, 2.010877086891e-05, { 0, 2, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.516687005838e-05, 9.591281552936e-08, { 2, 0, -2, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.500418990594e-05, -1.025571853962e-05, { 4, 0, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 1.626572687427e-05, 8.990581036873e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 0, -1, 3, 0, 0 } }, + { 2.216620937692e-05, -3.088496047598e-06, { 2, 0, -1, 0, 1, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.694436126169e-05, 8.303408948318e-06, { 2, 0, 1, 0, 0, -13, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.538437493419e-05, 9.853454811368e-06, { 2, 0, -1, 0, 0, 0, -3, 0, 6, -5, 0, 0, 0 } }, + { -2.030357813235e-05, 4.929066025094e-06, { 1, -1, 1, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { -1.917055211228e-05, -6.044545353645e-06, { 1, 1, -3, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 1.916372456080e-05, -6.044177013216e-06, { 3, -1, -3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -2.220209203436e-05, 3.002868987196e-06, { 0, 0, 2, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { -2.501546758244e-05, -1.882052609334e-07, { 6, -2, -1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -2.023399984961e-05, 4.954751264963e-06, { 1, 1, -2, 0, 0, 0, 1, 0, -5, 4, 0, 0, 0 } }, + { -1.942548023211e-05, 5.753896247670e-06, { 0, 0, 1, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0 } }, + { -7.424199165190e-06, -1.775210773215e-05, { 1, 1, -1, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.084412061290e-05, 4.331136086654e-06, { 1, -1, 0, 0, 0, 16, -18, 0, 0, 0, 0, 0, 0 } }, + { -5.781861596075e-06, -1.939061892881e-05, { 4, 0, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.800515635077e-05, -7.167322632189e-06, { 2, 0, -1, 0, 0, -2, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.061725264432e-05, 1.454810833701e-05, { 1, -1, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 2.514460498528e-05, 1.147206935919e-08, { 2, 0, -2, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { 5.827203207233e-06, 1.932862262130e-05, { 1, 0, 1, 0, 0, -33, 28, 0, 0, 0, 0, 0, 0 } }, + { -2.172900095930e-05, -3.419071849483e-06, { 2, 0, -2, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { 4.799756622995e-06, 2.034638684905e-05, { 1, 1, 1, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.139521254143e-05, 3.742322661788e-06, { 1, 1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.372737987588e-05, -1.375365712122e-06, { 2, 0, -2, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { -4.779600082132e-06, 2.031113982095e-05, { 1, -1, 1, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { -2.489003124770e-05, 1.856893806092e-07, { 0, 0, 1, 0, 0, -3, 5, -2, 0, 0, 0, 0, 0 } }, + { -2.504705304357e-05, -1.070802741233e-08, { 0, 0, 2, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 8.579922398900e-07, -2.418602323446e-05, { 1, 0, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -2.308762055779e-05, -1.944643282064e-06, { 0, 0, 1, 0, -1, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.308207880854e-05, -1.934937913497e-06, { 0, 0, 1, 0, 1, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -7.888413934921e-06, 1.712574458922e-05, { 0, 0, 1, 0, 0, 5, -2, -12, 3, 0, 0, 0, 0 } }, + { 7.888413934921e-06, 1.712574458922e-05, { 0, 0, 1, 0, 0, -5, 2, 12, -3, 0, 0, 0, 0 } }, + { 1.673839387433e-05, -8.272725736555e-06, { 2, 0, -1, 0, 0, 0, 1, 0, -5, 5, 0, 0, 0 } }, + { -1.450960277884e-05, -1.050001899592e-05, { 2, 0, 0, 0, 0, 0, 13, -18, 0, 0, 0, 0, 0 } }, + { 1.131570600452e-05, 1.369356659623e-05, { 0, 1, 0, 0, 0, -16, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.228574432092e-05, -1.271445662781e-05, { 0, 0, 1, 0, 0, 0, -3, 2, 2, 0, 0, 0, 0 } }, + { -1.200651452296e-05, 1.298762062790e-05, { 1, -1, -1, 0, 4, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.050619760201e-05, -1.448371258987e-05, { 4, 0, 0, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.376351522056e-06, 1.960939646814e-05, { 1, -1, -1, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -2.837845645672e-06, 2.214679225868e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 } }, + { 1.926335256614e-05, 5.720813112531e-06, { 0, 0, 2, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -4.686372074681e-06, -2.028747829396e-05, { 0, 1, 0, 0, 0, -21, 20, 0, 0, 0, 0, 0, 0 } }, + { -8.317996823336e-06, -1.665294638630e-05, { 4, 0, -1, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { 1.141860213159e-05, -1.355107055699e-05, { 1, -1, 0, 0, 0, 17, -14, 0, 0, 0, 0, 0, 0 } }, + { 2.490012470820e-05, 6.871912463306e-08, { 0, 2, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.161165640822e-05, -1.335586311560e-05, { 0, 0, 1, 0, 0, 0, -3, 4, -2, 0, 0, 0, 0 } }, + { -6.049444156980e-06, 1.889986136116e-05, { 2, 0, -2, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { 6.367731502745e-06, 1.857892829892e-05, { 4, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.912899419681e-06, -2.102735995259e-05, { 3, 1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.215343180626e-05, -1.278581080492e-05, { 0, 0, 1, 0, 0, 18, -12, -8, 3, 0, 0, 0, 0 } }, + { -1.425082289528e-05, -1.067113210278e-05, { 2, 0, -2, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { -2.491202089112e-05, 8.668036138921e-10, { 2, -2, -1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.229045185200e-07, -2.458857943564e-05, { 2, 0, 1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { 5.730285340558e-06, -1.916308479024e-05, { 0, 0, 0, 0, 0, 2, 2, -8, 3, 0, 0, 0, 0 } }, + { -1.373009811112e-05, 1.115660505090e-05, { 0, 0, 1, 0, 0, 0, 20, -38, 0, 6, 0, 0, 0 } }, + { 1.373009811112e-05, 1.115660505090e-05, { 0, 0, 1, 0, 0, 0, -20, 38, 0, -6, 0, 0, 0 } }, + { 5.563642542168e-06, -1.931647321391e-05, { 4, 0, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 8.988740199832e-07, -2.397768816120e-05, { 2, -2, -2, 0, 0, 26, -27, 0, 0, 0, 0, 0, 0 } }, + { 1.745242100937e-05, 7.423816434481e-06, { 2, 0, -2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.044941341897e-06, -2.282742613707e-05, { 2, 0, 0, 0, 0, -24, 27, 1, 0, 0, 0, 0, 0 } }, + { 2.044941341897e-06, -2.282742613707e-05, { 2, 0, -2, 0, 0, -24, 27, 1, 0, 0, 0, 0, 0 } }, + { -4.744736749005e-06, -2.012427431007e-05, { 1, -1, -1, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.665698376380e-05, 8.205648528504e-06, { 2, 0, 2, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.004575568497e-05, -4.816645751460e-06, { 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0 } }, + { 9.672115758401e-06, -1.518688639260e-05, { 2, 0, -2, 0, 0, 3, -1, -4, 0, 0, 0, 0, 0 } }, + { -2.458694655922e-05, -2.713510939405e-07, { 2, 0, -1, 0, 3, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.732290964457e-05, 7.524299267018e-06, { 1, 0, 0, 0, 0, -2, -32, 44, -8, 6, 0, 0, 0 } }, + { -4.668464258360e-06, -2.017767091042e-05, { 1, -1, 3, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.089248589701e-05, 1.395045497186e-05, { 2, 0, -1, 0, 0, 0, 12, -20, 0, 0, 0, 0, 0 } }, + { -4.309258839802e-07, 2.440692452678e-05, { 1, 0, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 2.289547272428e-05, 1.934400666604e-06, { 1, 0, 0, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 2.005378495591e-05, 4.773616375554e-06, { 1, 1, -1, 0, 0, -24, 26, 0, 0, 0, 0, 0, 0 } }, + { -9.834847643030e-07, -2.384110332394e-05, { 0, 0, 0, 0, 0, 15, -12, 0, 0, 0, 0, 0, 0 } }, + { -2.444075818346e-05, -3.820805714599e-07, { 0, 2, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.706226470687e-05, 7.745537619250e-06, { 4, 0, -2, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.949052154193e-05, -5.316908227599e-06, { 1, 1, 0, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 2.480591809570e-05, -3.408083543364e-10, { 0, 2, 1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.592754442906e-06, -1.921118842285e-05, { 2, -1, 0, 0, 0, -23, 25, 2, 0, 0, 0, 0, 0 } }, + { -8.321386511299e-07, 2.396308440792e-05, { 2, 0, -1, 0, 0, 0, 16, -19, 0, 0, 0, 0, 0 } }, + { -5.773104061081e-06, -1.901816676834e-05, { 2, 0, -1, 0, 0, -7, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.004369596254e-05, -1.474639107438e-05, { 3, 0, 0, 0, 0, 0, -31, 35, 0, 0, 0, 0, 0 } }, + { -1.004369596254e-05, -1.474639107438e-05, { 1, 0, 0, 0, 0, 0, 31, -35, 0, 0, 0, 0, 0 } }, + { 1.907556053037e-05, 5.714406388656e-06, { 0, 0, 2, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 9.903687354287e-06, 1.488233651345e-05, { 2, 0, 0, 0, 0, 0, -11, 19, 0, 0, 0, 0, 0 } }, + { -9.066574445274e-06, 1.571600941879e-05, { 2, 0, -1, 0, 0, 0, 16, -18, 0, 0, 0, 0, 0 } }, + { 2.730686776621e-07, -2.450814123997e-05, { 0, 2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.291818663064e-05, 1.185351901898e-05, { 0, 0, 0, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0 } }, + { 9.424197742476e-06, -1.534745021848e-05, { 4, 0, -3, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.439181899849e-05, -1.037967947906e-05, { 2, 0, 0, 0, 0, 0, 12, -17, 0, 0, 0, 0, 0 } }, + { -1.674288857912e-05, 8.024219149210e-06, { 2, 0, 1, 0, 0, -7, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.380330438073e-06, 1.938318712950e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -1, -2, 0, 0, 0 } }, + { -1.660022061139e-05, -8.161909434856e-06, { 1, 0, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.603603592848e-06, 2.115843250416e-05, { 1, 1, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 5.974131938689e-06, 1.878627002918e-05, { 1, -1, 0, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { -1.774829949851e-06, 2.298442757207e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0 } }, + { -1.061694664597e-05, 1.412866833532e-05, { 2, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.423490766290e-05, -4.957457569299e-07, { 1, 0, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -5.428085886121e-06, 1.929178340721e-05, { 2, 0, 0, 0, 0, 0, -4, 0, 0, 3, 0, 0, 0 } }, + { -6.364877459400e-06, 1.834443201401e-05, { 1, 0, 1, 0, 0, 0, -30, 33, 1, 0, 0, 0, 0 } }, + { -6.364877459400e-06, 1.834443201401e-05, { 1, 0, -1, 0, 0, 0, -30, 33, 1, 0, 0, 0, 0 } }, + { -2.053864590166e-05, -4.159989374754e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -6, 2, 0, 0, 0 } }, + { 1.750699390374e-05, -7.172647586753e-06, { 1, 0, 1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.413379020095e-07, 2.443139004768e-05, { 3, 0, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.591252506483e-05, 8.759318701372e-06, { 4, 0, 0, 0, -12, 0, 12, 0, -2, 0, 0, 0, 0 } }, + { -1.117593549912e-05, 1.349264206342e-05, { 1, 0, 0, 0, 0, -14, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.856132589324e-05, -6.081981076629e-06, { 4, 0, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.539700952307e-06, 2.108739398045e-05, { 2, 0, 0, 0, 0, 0, 10, -19, 0, 0, 0, 0, 0 } }, + { -5.732288191323e-06, -1.888777850165e-05, { 4, 0, 0, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -1.427901047072e-05, 1.033975842910e-05, { 0, 0, 1, 0, -4, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.496417085089e-06, 2.012034479973e-05, { 4, -2, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.459583178136e-05, -1.001899842097e-05, { 2, 0, 0, 0, 0, 0, 1, 0, -5, 0, 0, 0, 0 } }, + { -1.587107397755e-05, 8.736501249009e-06, { 0, 0, 2, 0, -12, 0, 12, 0, -2, 0, 0, 0, 0 } }, + { -5.497609385631e-06, -1.910414771168e-05, { 4, 0, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 5.126242658126e-06, 1.946093796502e-05, { 1, -1, 1, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -9.342855956609e-06, -1.522651137228e-05, { 4, 0, -3, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -7.173353461761e-06, 1.738954751131e-05, { 1, 0, -1, 0, 0, 0, 1, 0, 0, -4, 0, 0, 0 } }, + { 5.641891040777e-06, -1.892048277523e-05, { 4, -2, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 2.385479627130e-05, -7.000404412182e-07, { 2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.706116900317e-06, -2.083172360608e-05, { 0, 0, 3, 0, 0, -10, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.551909325411e-06, -1.898542472336e-05, { 0, 0, 0, 0, 0, 2, -6, 8, -3, 0, 0, 0, 0 } }, + { -5.633637098640e-06, -1.890117639091e-05, { 4, -2, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 2.098305160881e-05, -3.551505857447e-06, { 2, 0, -2, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.196827040627e-05, 1.256490227379e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 3, -1, 0, 0, 0 } }, + { -6.683776541720e-06, -1.784728335023e-05, { 2, 0, 0, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -2.166648634770e-05, -2.863767491436e-06, { 2, 0, 1, 0, 0, 0, -1, 0, 0, 0, 1, 0, 0 } }, + { -2.105129544984e-05, 3.469844252638e-06, { 2, 0, -2, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { -2.389762765315e-05, 6.178947784234e-07, { 1, 0, -1, 0, 0, 0, 1, 0, -2, 1, 0, 0, 0 } }, + { 2.450825666123e-05, 6.308888229687e-09, { 1, 2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.542474629305e-06, -1.596400311400e-05, { 1, -1, 2, 0, 0, -24, 30, -6, 0, 0, 0, 0, 0 } }, + { 8.542474629305e-06, -1.596400311400e-05, { 1, -1, 0, 0, 0, -24, 30, -6, 0, 0, 0, 0, 0 } }, + { -1.102106861032e-06, 2.339947154931e-05, { 2, 0, 1, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.677431317270e-05, -7.721032729351e-06, { 2, 0, 1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 2.105126828365e-05, 3.432565432777e-06, { 2, 0, -2, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { 1.867221193175e-05, -5.805845892858e-06, { 0, 0, 1, 0, 0, 8, -21, 16, -4, -5, 0, 0, 0 } }, + { -1.867221193175e-05, -5.805845892858e-06, { 0, 0, 1, 0, 0, -8, 21, -16, 4, 5, 0, 0, 0 } }, + { 1.228812308166e-05, -1.218701749297e-05, { 2, 0, -1, 0, 0, 0, -12, 19, 0, -3, 0, 0, 0 } }, + { -2.929646392991e-06, -2.154230585851e-05, { 2, 0, -2, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.637086701106e-05, -8.095310291417e-06, { 1, 0, 0, 0, 0, -9, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.431615991894e-05, -1.374407624586e-07, { 2, -2, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.353003842572e-05, -9.111964333552e-07, { 4, 2, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -9.808593077215e-07, 2.345974172292e-05, { 2, 0, 0, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { 3.830524655282e-06, -2.060858875758e-05, { 2, -1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -2.268681018483e-05, -1.747831828310e-06, { 0, 0, 1, 0, 3, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.934253617593e-05, -5.085891690030e-06, { 1, -1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.934253617593e-05, -5.085891690030e-06, { 1, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.488331514202e-06, 1.493840500347e-05, { 1, -1, 0, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -9.069391087317e-07, -2.351780258828e-05, { 0, 0, 3, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 1.075543945055e-05, -1.366817201898e-05, { 1, -1, 0, 0, 0, 4, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.628746933465e-05, 8.135117107454e-06, { 0, 0, 4, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.416387450043e-05, 2.583687879499e-07, { 2, 0, -1, 0, 0, 3, -5, 0, 0, 2, 0, 0, 0 } }, + { 8.633418445245e-06, -1.578016408580e-05, { 0, 0, 0, 0, 0, 18, -24, 16, -4, -5, 0, 0, 0 } }, + { 1.869361237101e-05, -5.717792682083e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -5, 10, 0, 0, 0 } }, + { -9.623660701976e-06, 1.477879815449e-05, { 2, -2, 1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { -4.577697612417e-06, 1.982133376507e-05, { 1, -1, 1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -5.726575164585e-06, 1.866692474791e-05, { 2, 0, -1, 0, -3, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 8.690361632936e-06, -1.569619002169e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 4, -4, 0, 0, 0 } }, + { -2.328767224813e-05, 1.096661322565e-06, { 4, -2, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.335652863815e-05, 1.102061457722e-05, { 2, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -4.659086379216e-06, -1.971317079881e-05, { 0, 1, 0, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.272258469008e-05, 1.647989359695e-06, { 2, -2, 1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 2.032495444695e-05, -4.039278713308e-06, { 1, 1, -1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.849069943975e-06, 2.249499746643e-05, { 2, 0, 1, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { 2.192731552569e-05, -2.416639021631e-06, { 1, 0, 0, 0, 0, 0, 1, 0, -3, 2, 0, 0, 0 } }, + { 1.626300555802e-05, -8.079819736143e-06, { 1, 1, -1, 0, 0, 0, 1, 0, -5, 5, 0, 0, 0 } }, + { 1.703755623968e-05, -7.302025537716e-06, { 2, 0, 1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { 9.710102428903e-06, -1.462860055153e-05, { 4, 0, -1, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { 4.926802333667e-06, -1.938659368203e-05, { 2, 2, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 2.332218820357e-05, -9.843528773159e-07, { 0, 2, -1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -2.341157458951e-06, 2.196202507141e-05, { 2, 0, 0, 0, 0, -16, 16, -7, 8, -6, 0, 0, 0 } }, + { 2.005289742063e-05, 4.250105397635e-06, { 1, 1, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.044860617075e-05, -1.385222112469e-05, { 0, 0, 1, 0, 0, 0, 8, -17, 0, 0, 0, 0, 0 } }, + { -1.705292037833e-05, 7.246949795706e-06, { 2, 0, -4, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.516172569993e-05, -9.128320160491e-06, { 0, 0, 1, 0, 0, 0, -4, 9, 0, 0, 0, 0, 0 } }, + { 2.344728353108e-05, -8.357708475078e-07, { 2, 2, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.854909301568e-05, 5.733903149109e-06, { 1, 1, -1, 0, 0, -18, 13, 7, 0, 0, 0, 0, 0 } }, + { -2.143154987217e-05, 2.851056192343e-06, { 0, 0, 2, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0 } }, + { -1.435592379867e-06, -2.284672959703e-05, { 2, 0, 0, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { 2.139156913261e-05, 2.887961660471e-06, { 0, 0, 2, 0, 0, 0, 0, 0, -4, 10, 0, 0, 0 } }, + { -7.445547501130e-06, 1.683099314752e-05, { 1, -1, 1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { -7.445547501130e-06, 1.683099314752e-05, { 1, -1, -1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 4.645870116483e-06, 1.962386211222e-05, { 0, 0, 0, 0, 0, 0, 6, -11, 3, 0, 0, 0, 0 } }, + { 2.090124323379e-05, 3.364312909803e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 2, -3, 0, 0, 0 } }, + { -5.759495420446e-06, -1.849447677997e-05, { 0, 0, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0 } }, + { 1.193058326538e-05, -1.231594565813e-05, { 2, 0, 0, 0, 0, -9, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.624429971766e-05, -8.000360483537e-06, { 1, 0, 0, 0, 0, -11, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.473738302920e-06, 2.276918770513e-05, { 2, 0, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0, 0 } }, + { -2.138000413259e-05, 2.817531159706e-06, { 2, 0, 1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.153485332600e-05, 1.265237128261e-05, { 2, 0, -2, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { 2.382758026824e-05, 3.544805716887e-07, { 0, 0, 1, 0, 0, -2, 4, 0, -2, 0, 0, 0, 0 } }, + { 9.016831610211e-06, 1.516142146019e-05, { 2, 2, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 6.030946967421e-07, 2.356463210336e-05, { 0, 2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.653560579496e-05, -7.629906460608e-06, { 1, 1, 0, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.751528654248e-05, 6.643795504740e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -4, 2, 0, 0, 0 } }, + { 1.950501715511e-05, -4.631472513423e-06, { 4, 0, -2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 2.202784324512e-05, -2.104621137291e-06, { 1, 1, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 3.354406349244e-06, -2.077436708145e-05, { 0, 0, 0, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 1.143942500937e-06, -2.296689098432e-05, { 2, 0, 0, 0, 0, 0, 16, -19, 0, 0, 0, 0, 0 } }, + { 1.943930214750e-05, 4.667842331976e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 5, -2, 0, 0, 0 } }, + { 2.386139804959e-05, -2.427527902743e-07, { 0, 0, 2, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { 2.406727242228e-05, 3.521833742106e-08, { 1, 0, -1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 8.856530126459e-06, -1.524017982888e-05, { 1, -2, 0, 0, 0, 0, 40, -48, 0, 0, 0, 0, 0 } }, + { 9.993118102361e-06, 1.409393038770e-05, { 0, 0, 1, 0, 0, 0, -11, 19, 0, 0, 0, 0, 0 } }, + { -1.945095704940e-05, 4.634808084470e-06, { 1, -1, -1, 0, 0, 25, -27, 0, 0, 0, 0, 0, 0 } }, + { 1.969612261711e-05, -4.387367427343e-06, { 6, 0, -2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.744533632241e-05, 6.632366762708e-06, { 4, 0, -2, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { 8.229004082497e-06, 1.583354060980e-05, { 1, -1, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 } }, + { 1.552081647558e-05, -8.527060112910e-06, { 2, 0, 0, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -1.552081647558e-05, -8.527060112910e-06, { 0, 0, 0, 0, 0, 0, 34, -41, 2, 0, 0, 0, 0 } }, + { -3.189114466447e-06, 2.085848810483e-05, { 4, 0, -1, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { -1.791721557253e-05, -6.128523112665e-06, { 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { -2.246797201243e-06, 2.179374064360e-05, { 2, 0, 1, 0, 0, -16, 16, -7, 8, -6, 0, 0, 0 } }, + { 2.246797201243e-06, 2.179374064360e-05, { 2, 0, -1, 0, 0, 16, -16, 7, -8, 6, 0, 0, 0 } }, + { 3.683072783793e-06, 2.035064142719e-05, { 4, 0, -1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { -1.978435990904e-05, -4.246713951428e-06, { 3, -1, -1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.377057302906e-05, -2.541247620064e-07, { 0, 0, 2, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { 1.422339537278e-05, 9.798511578811e-06, { 2, 0, -1, 0, 0, 0, 17, -22, 0, 0, 0, 0, 0 } }, + { 3.412668185024e-06, 2.060720883864e-05, { 2, -2, 2, 0, 0, -13, 10, 0, 0, 0, 0, 0, 0 } }, + { -7.249105594330e-06, 1.676587042152e-05, { 2, 0, -2, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { -2.113754155713e-05, -2.866307651696e-06, { 2, 0, 0, 0, 0, -46, 50, 0, 0, 0, 0, 0, 0 } }, + { 1.766652107520e-05, -6.329219897783e-06, { 2, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 9.718653973658e-06, -1.426915676727e-05, { 3, 0, -1, 0, 0, 0, -31, 35, 0, 0, 0, 0, 0 } }, + { -9.718653973658e-06, -1.426915676727e-05, { 1, 0, -1, 0, 0, 0, 31, -35, 0, 0, 0, 0, 0 } }, + { -4.563043499586e-06, 1.941129125202e-05, { 0, 1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.303415169223e-07, 2.384203301805e-05, { 1, 2, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.205119613248e-06, -2.275903410219e-05, { 4, 0, -2, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 2.016730375791e-05, 3.771926836006e-06, { 1, 1, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.562236635112e-06, 1.836359290289e-05, { 0, 0, 1, 0, 0, 10, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.197709408320e-06, -2.071500168647e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 } }, + { 3.579218872128e-06, 2.032793184926e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -4, 5, 0, 0, 0 } }, + { 3.191763805961e-06, -2.070106494264e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0 } }, + { 1.172808621821e-06, -2.271475372198e-05, { 4, 0, -2, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 1.082077813308e-05, -1.306009853785e-05, { 2, 0, -4, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.973825773304e-05, 4.136768398384e-06, { 2, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.596193959845e-05, -7.894719554262e-06, { 1, 0, 0, 0, 0, -10, 8, 0, 0, 0, 0, 0, 0 } }, + { 9.936074679173e-06, 1.391955974236e-05, { 4, 0, -2, 0, 0, -12, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.711788923889e-05, 6.727036363370e-06, { 2, 0, 0, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0 } }, + { -2.383426243423e-05, -7.499065060036e-09, { 2, 2, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.079010352532e-05, 3.050250079485e-06, { 1, -1, 0, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.063430081325e-07, -2.352004309722e-05, { 2, -2, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.103316827216e-06, -1.872134053336e-05, { 1, -1, 0, 0, 0, -12, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.549186833586e-05, -8.323490668083e-06, { 2, 0, -1, 0, 0, -18, 21, -7, 8, -6, 0, 0, 0 } }, + { -1.146519236314e-05, 1.232859794224e-05, { 2, 0, -2, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { 1.427451751584e-05, -9.517384044465e-06, { 2, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 1.525998423587e-05, -8.524607206054e-06, { 1, -2, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -2.359659731219e-05, -1.783932472960e-07, { 6, -2, -2, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 9.032095095300e-06, -1.473995382750e-05, { 2, 0, -1, 0, 0, 5, -3, -7, 8, -6, 0, 0, 0 } }, + { -1.731553439077e-05, 6.455820738291e-06, { 2, 0, -2, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { -9.029771730150e-06, -1.474094178271e-05, { 2, 0, -1, 0, 0, 1, -3, 7, -8, 6, 0, 0, 0 } }, + { -8.634439973595e-06, 1.512561006964e-05, { 1, 1, -1, 0, 0, 0, 1, 0, -1, -5, 0, 0, 0 } }, + { 1.324982558278e-05, -1.048793786184e-05, { 0, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.582841145250e-05, -7.905550316684e-06, { 4, 2, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.582841145250e-05, -7.905550316684e-06, { 4, 2, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.372065922008e-05, 3.694664981505e-09, { 2, 0, 2, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.782066121321e-05, -5.901158812605e-06, { 2, 0, -1, 0, 0, 5, -9, 5, 0, 0, 0, 0, 0 } }, + { 1.956397255325e-05, 4.153429659434e-06, { 2, 0, -2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.435777917318e-05, 9.347751223011e-06, { 2, 0, -1, 0, 0, 0, 11, -19, 0, 3, 0, 0, 0 } }, + { -1.057315453001e-05, 1.311049132096e-05, { 1, 1, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { -5.725656693428e-06, -1.792954496336e-05, { 2, 0, -2, 0, 0, 0, 2, 0, 0, -1, 0, 0, 0 } }, + { 1.896620733419e-05, -4.680463078921e-06, { 1, 1, 0, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.974142015029e-05, 3.904518016317e-06, { 1, 1, 1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.440867459128e-06, 1.819566974631e-05, { 2, 0, -1, 0, 0, 0, -6, 10, -3, 0, 0, 0, 0 } }, + { -2.282398116717e-05, 8.084582823234e-07, { 6, 0, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 3.595353386478e-06, -2.003055614835e-05, { 4, 0, 0, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 3.477394537264e-06, 2.014743012963e-05, { 3, 0, 1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -3.477394537264e-06, 2.014743012963e-05, { 1, 0, 1, 0, 0, 15, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.983174793877e-05, 3.779090857715e-06, { 1, 1, -1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.373559793940e-05, -9.859076339909e-06, { 1, -1, 1, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { -4.998636412423e-06, -1.859253368126e-05, { 1, 1, 2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 1.807263777536e-05, -5.512942466950e-06, { 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { 1.636899153612e-05, 7.213735464932e-06, { 0, 1, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -9.382711921435e-07, 2.264354635627e-05, { 2, -4, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.873648665331e-06, -1.669371249679e-05, { 0, 0, 2, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.370952256836e-05, -9.850003334397e-06, { 2, 0, 0, 0, 0, 0, 14, -19, 0, 0, 0, 0, 0 } }, + { -1.122682957586e-05, -1.233045009831e-05, { 0, 0, 0, 0, 0, 6, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.347716488283e-05, -6.416509020349e-08, { 2, 0, -2, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.100720320585e-05, 1.252158509173e-05, { 2, 0, 0, 0, 0, -14, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.331032753148e-05, -1.021390324511e-05, { 2, -2, 0, 0, 0, 0, 2, 0, 1, 0, 2, 0, 0 } }, + { 1.717164867609e-05, 6.330933339677e-06, { 2, 0, 0, 0, 0, 0, -6, 0, 6, 0, 0, 0, 0 } }, + { 7.465451706583e-06, 1.603585309606e-05, { 0, 0, 2, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { 1.685529233060e-05, 6.637212633940e-06, { 2, 0, -2, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { -2.311217574256e-05, -3.801432183329e-07, { 2, 2, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -4.448174752537e-06, -1.903514824164e-05, { 2, 0, 1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.109872082178e-05, 2.383654716668e-06, { 0, 0, 0, 0, 0, 0, 12, -21, 2, 0, 0, 0, 0 } }, + { 7.605726072280e-06, -1.587616867860e-05, { 1, 0, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -1.758940478157e-05, 5.875036365384e-06, { 0, 0, 0, 0, 0, 2, -7, 8, -3, 0, 0, 0, 0 } }, + { -2.311984867582e-05, -3.420708791517e-07, { 1, 0, 3, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -3.509795837582e-06, -1.995181540662e-05, { 1, 1, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.288617495613e-05, -1.057508738223e-05, { 1, 1, -2, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { 3.674102398141e-06, -1.977700039068e-05, { 1, 1, -3, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.294441912175e-05, -1.050264270885e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -7, 0, 0, 0, 0 } }, + { -2.215609876810e-05, 1.277631176843e-06, { 1, -1, 0, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { 4.407034413103e-06, -1.901921626627e-05, { 0, 0, 0, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.339726623975e-06, 2.207681060265e-05, { 2, 0, 0, 0, 0, 19, -18, 0, 0, 0, 0, 0, 0 } }, + { 2.112236706832e-05, -2.293196699445e-06, { 1, -1, 0, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { -9.299898483668e-06, -1.411450166616e-05, { 0, 0, 2, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0 } }, + { 2.078294436401e-05, 2.626111184928e-06, { 0, 0, 2, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { 2.329284120750e-05, -1.161569183841e-07, { 2, -2, 2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.848660101067e-06, 1.355597639215e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -4, 3, 0, 0, 0 } }, + { 1.547348803929e-05, -7.919463226824e-06, { 2, 0, 1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { -1.872406987982e-05, -4.665151961436e-06, { 2, 0, 0, 0, 0, -15, 17, 0, 0, 0, 0, 0, 0 } }, + { 2.328179074225e-05, -1.055312327408e-07, { 2, 0, 2, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -1.912122703922e-05, -4.262471019478e-06, { 2, 0, 0, 0, 0, -18, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.559988670483e-05, -7.783556844549e-06, { 0, 0, 0, 0, 0, 22, -20, 0, 0, 0, 0, 0, 0 } }, + { -2.306470476384e-05, -3.109114995685e-07, { 1, 2, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.144304448035e-05, 1.191850663997e-05, { 1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.150783579667e-05, 1.185224919022e-05, { 0, 0, 1, 0, 0, 15, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.125460641534e-05, 1.209772544028e-05, { 0, 0, 0, 0, 0, 0, 7, -13, 3, 0, 0, 0, 0 } }, + { -2.377368322221e-06, -2.097213631175e-05, { 2, -2, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.068606421796e-05, -2.653184720190e-06, { 1, -1, 1, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 } }, + { 1.797268444692e-06, 2.153761437972e-05, { 0, 0, 1, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.664061771778e-05, 6.687788432038e-06, { 2, 0, 2, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 4.544107071383e-06, 1.877930941567e-05, { 1, 0, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.074159363228e-05, 1.257879483289e-05, { 4, 0, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 4.320649807759e-07, 2.286570583724e-05, { 3, 0, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.315437468109e-05, -1.421120462001e-07, { 0, 2, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 2.297178679787e-05, 3.171295932372e-07, { 1, 2, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -3.238476018849e-07, -2.295942395111e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -2, -1, 0, 0, 0 } }, + { 2.146303621760e-06, -2.113302016951e-05, { 0, 0, 0, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.465840634084e-05, 8.612930717522e-06, { 0, 0, 0, 0, 0, 0, 2, -3, 2, 0, 0, 0, 0 } }, + { -1.444907425170e-05, 8.820093718679e-06, { 0, 0, 1, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0 } }, + { 2.212764213485e-05, -1.132231035213e-06, { 0, 2, 0, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 4.176900836081e-06, -1.907912098812e-05, { 4, 0, -1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { 1.178212309717e-05, -1.146941248249e-05, { 2, 0, 1, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 4.507935192733e-06, -1.874217798175e-05, { 0, 1, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 9.212068961940e-07, -2.232376144454e-05, { 2, -2, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { 9.292416284449e-06, -1.395218375351e-05, { 1, 0, -3, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -2.141147426513e-05, -1.813407306924e-06, { 2, 0, -4, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { 2.311459671920e-05, 1.002073405209e-07, { 1, 2, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -5.151115622636e-06, -1.806117587619e-05, { 2, 0, -1, 0, 0, -8, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.830462046130e-05, -4.891298676498e-06, { 1, 1, 0, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.810875026905e-05, -5.083766383837e-06, { 0, 0, 0, 0, 0, 2, 1, -8, 3, 0, 0, 0, 0 } }, + { -2.154298549492e-05, 1.641103535111e-06, { 0, 0, 1, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { -2.310251244805e-05, 5.021887553167e-08, { 4, 0, -2, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 2.042553922076e-05, -2.716251928451e-06, { 2, 0, 0, 0, 0, 3, -9, 4, 0, 0, 0, 0, 0 } }, + { -7.793135310955e-06, -1.534862195247e-05, { 2, -2, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { -1.651509317219e-05, -6.622432552314e-06, { 1, 1, 0, 0, 0, 0, 1, 0, 2, -3, 0, 0, 0 } }, + { -1.106263489326e-05, 1.206780690058e-05, { 4, 0, 0, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { -1.504208474709e-05, 8.086486417605e-06, { 1, 0, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.075681190656e-05, -1.236838307242e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -3, -1, 0, 0, 0 } }, + { -1.430131056041e-05, 8.820447709174e-06, { 2, 0, -1, 0, 0, 0, 15, -16, 0, 0, 0, 0, 0 } }, + { 1.476242488702e-05, -8.355955227447e-06, { 4, 0, 0, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -2.202000355567e-05, -1.097803870052e-06, { 2, 0, -1, 0, 0, 10, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.822941564730e-06, -1.829362844350e-05, { 2, 0, -1, 0, 0, -9, 6, 0, 0, 0, 0, 0, 0 } }, + { 6.953718466469e-06, 1.615854538987e-05, { 1, -1, 0, 0, 0, 0, 1, 0, 0, 2, -2, 0, 0 } }, + { 8.145486787902e-07, -2.229621862964e-05, { 2, 0, -2, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.060915979398e-05, 1.248963586788e-05, { 4, 0, -3, 0, 0, 0, 3, -2, -2, 0, 0, 0, 0 } }, + { 3.976813342453e-06, -1.911495145063e-05, { 4, 0, -2, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { 4.834496350435e-06, -1.825223496375e-05, { 0, 1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 4.562555136746e-06, -1.852380663285e-05, { 2, 2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.830468007537e-05, 4.776779725556e-06, { 1, -1, 0, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.308737531145e-06, -2.176524062793e-05, { 2, 0, -1, 0, 0, 16, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.265263020108e-05, 4.052758361730e-07, { 2, 0, 0, 0, 0, 2, -4, 0, 2, 0, 0, 0, 0 } }, + { -1.965310676011e-05, 3.388052921396e-06, { 2, 0, -1, 0, 0, 3, -5, 0, 3, 0, 0, 0, 0 } }, + { -7.048992060451e-06, 1.598397786384e-05, { 2, 0, -3, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -8.130696257007e-06, 1.490086425180e-05, { 1, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 2.273848878470e-05, -2.835451548523e-07, { 2, 2, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -7.565371418626e-06, 1.545523214389e-05, { 0, 0, 2, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0 } }, + { 1.491405574543e-05, 8.096498903927e-06, { 4, 0, 0, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { -1.954898309742e-05, 3.448971492954e-06, { 2, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.353503477081e-06, -1.863841981238e-05, { 3, 0, -1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 8.864421329787e-06, 1.412524314454e-05, { 2, 0, 1, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { 4.395442125530e-06, -1.857764020046e-05, { 2, -1, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 8.609837327903e-06, 1.435203995019e-05, { 3, -1, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 1.989919738820e-05, 3.059354493224e-06, { 1, -1, -1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.960158449184e-07, -2.275616226894e-05, { 4, 0, -3, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.426754553019e-05, -8.684246075636e-06, { 2, 0, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.026499008129e-05, 1.268156863932e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -3, 1, 0, 0, 0 } }, + { -2.277521080841e-06, -2.066577918427e-05, { 0, 0, 2, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { -5.136979437429e-06, 1.779808526096e-05, { 1, 1, 0, 0, 0, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.343233155620e-05, -9.499172906249e-06, { 1, 1, 0, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { 7.053181958086e-06, 1.586878293155e-05, { 1, -1, 1, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.285509495613e-05, -6.145468854520e-08, { 2, 0, 1, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { -8.731051258784e-08, -2.281969164622e-05, { 2, 0, 0, 0, 0, 6, -11, 0, 3, 0, 0, -1, 0 } }, + { 2.079839792255e-05, 2.105754924897e-06, { 2, 0, -1, 0, 0, 0, 15, -21, 0, 0, 0, 0, 0 } }, + { -2.122242301565e-05, 1.675089750829e-06, { 2, 2, 0, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -1.174501838370e-05, -1.114609417716e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -3, 5, 0, 0, 0 } }, + { 1.046432567929e-05, -1.242608715555e-05, { 4, 0, -1, 0, 0, 0, -33, 40, 3, 0, 0, 0, 0 } }, + { -1.046432567929e-05, -1.242608715555e-05, { 0, 0, 1, 0, 0, 0, 33, -40, -3, 0, 0, 0, 0 } }, + { -1.722117369995e-05, -5.659337181143e-06, { 2, 2, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 2.226742996110e-05, 6.098408401695e-07, { 3, 0, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 2.212964008385e-06, 2.065552135351e-05, { 2, 0, -2, 0, 0, 16, -16, 7, -8, 6, 0, 0, 0 } }, + { -2.282976338423e-05, 3.692863165490e-08, { 2, 0, -3, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.483835229666e-06, -1.838264312023e-05, { 3, -1, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 9.652102005760e-06, 1.318412522901e-05, { 2, 2, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 4.367460956185e-06, -1.846640003489e-05, { 3, 1, -2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.268781291373e-05, -1.416143659020e-07, { 0, 2, 1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.446314253984e-06, -1.837509668085e-05, { 3, 0, -2, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.525890041716e-05, 7.544882278224e-06, { 0, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.200511369657e-05, -7.947989817592e-07, { 2, 0, 0, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0 } }, + { 9.971499856826e-06, -1.282650378253e-05, { 2, 0, -1, 0, 0, 0, 14, -22, 0, 0, 0, 0, 0 } }, + { -1.013178929704e-05, 1.266244410437e-05, { 0, 0, 0, 0, 0, 0, 8, -16, 0, 0, 0, 0, 0 } }, + { 1.177802808299e-05, 1.100884182026e-05, { 4, 0, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { 2.193991963970e-05, 8.415758382025e-07, { 0, 0, 1, 0, 0, -19, 16, 3, 0, 0, 0, 0, 0 } }, + { 1.411266086806e-05, -8.668442916165e-06, { 1, 0, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -9.632086436894e-06, 1.314742062641e-05, { 1, -1, -1, 0, 0, 23, -22, -2, 0, 0, 0, 0, 0 } }, + { -1.859725819533e-05, -4.175176677033e-06, { 1, 1, -1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.353912511671e-06, 1.841465006335e-05, { 1, -1, -2, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.391596885838e-06, 1.537683709362e-05, { 0, 0, 1, 0, 0, 0, 2, -6, 2, 0, 0, 0, 0 } }, + { 1.546987471854e-05, -7.274647929527e-06, { 1, 0, -1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.072305765827e-05, 2.018583437866e-06, { 0, 0, 2, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0 } }, + { 1.998522831204e-05, -2.755683536204e-06, { 2, -2, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.871201370489e-05, 4.027058848774e-06, { 2, 0, -2, 0, 0, 0, 2, 0, 0, -6, 0, 0, 0 } }, + { -1.103865586943e-05, 1.169484936967e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -6, 4, 0, 0, 0 } }, + { 9.788699829066e-06, 1.294263167012e-05, { 2, -2, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 1.654965092709e-05, -6.180743400853e-06, { 2, 0, 2, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 8.471406202621e-06, -1.423824023398e-05, { 2, 0, 2, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -6.507676543584e-06, 1.619481111097e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 5, -4, 0, 0, 0 } }, + { 2.265762473780e-05, 3.050169989487e-08, { 2, 0, -2, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { -2.029117810358e-05, 2.386384463756e-06, { 2, 0, 1, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -7.436397587459e-06, -1.523179014018e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 1, 1, 0, 0, 0 } }, + { -1.966169334460e-05, -3.006013799447e-06, { 0, 0, 1, 0, 0, 0, 5, 0, -6, 0, 0, 0, 0 } }, + { -1.201428771115e-05, 1.064746955418e-05, { 0, 0, 2, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.906997466393e-05, -3.584345864981e-06, { 1, -1, 1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.254117112260e-05, 1.011218583519e-05, { 1, -2, 0, 0, 0, 13, -4, -5, 0, 0, 0, 0, 0 } }, + { -2.261211251890e-05, -3.432664676226e-08, { 2, 0, -2, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { -1.459639877552e-05, -8.047000670261e-06, { 2, 0, -2, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { -8.025298257236e-06, -1.458246848225e-05, { 2, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.114757120203e-05, -1.145017125083e-05, { 1, 0, 0, 0, 0, 0, -36, 45, -3, 0, 0, 0, 0 } }, + { -1.303902049165e-05, -9.552190872540e-06, { 4, 0, -1, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { 1.455383838919e-05, 8.019497130110e-06, { 0, 2, 1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { 2.256269356887e-05, 1.041616166924e-08, { 4, 0, -1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.967481203112e-05, 2.892747681968e-06, { 2, 0, 1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.170500173146e-05, 8.598780339013e-07, { 2, 0, -1, 0, 0, -16, 13, 3, 0, 0, 0, 0, 0 } }, + { 1.970416775586e-05, 2.856481234310e-06, { 4, 0, -3, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 1.924676636937e-05, -3.304846265766e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 2, 5, 0, 0, 0 } }, + { 6.616741783341e-06, -1.592566958021e-05, { 1, -1, 0, 0, 0, 0, -1, 0, -1, 1, 0, 0, 0 } }, + { 1.742561686564e-05, -5.115907664185e-06, { 1, -1, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 5.326425381823e-06, -1.721174743869e-05, { 4, 0, -2, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { 7.044849924294e-06, -1.548875509640e-05, { 1, -1, 0, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { 2.250112257898e-05, 2.345396425754e-08, { 3, 0, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -4.993335657607e-06, -1.752261543832e-05, { 2, 0, 2, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 3.280704264543e-06, -1.923246384745e-05, { 0, 0, 1, 0, 4, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.343747878040e-06, -1.316910390185e-05, { 3, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -4.216522870210e-06, 1.829207011921e-05, { 1, -1, 1, 0, 0, 19, -18, 0, 0, 0, 0, 0, 0 } }, + { 1.015774644878e-05, -1.234949255066e-05, { 3, 0, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.000219221213e-05, 1.250478828371e-05, { 2, 0, 2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 8.036799318911e-06, 1.446739445254e-05, { 1, 0, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -3.966457231659e-06, -1.852569144559e-05, { 4, 0, -2, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.055784045086e-06, -1.343340403953e-05, { 2, 0, 3, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 8.745950362556e-06, -1.373687999126e-05, { 2, 0, 0, 0, 0, 0, 4, -8, 2, 0, 0, 0, 0 } }, + { -1.318654564669e-05, 9.291532549945e-06, { 1, 1, 0, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 5.698174945178e-06, 1.676748950782e-05, { 0, 0, 1, 0, 2, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.169720434373e-05, 7.545656851285e-07, { 2, 0, 0, 0, 0, 21, -23, 0, 0, 0, 0, 0, 0 } }, + { -1.235151913435e-05, -1.009345281291e-05, { 2, 0, 0, 0, -4, 0, 6, 0, 0, 0, 0, 0, 0 } }, + { 8.673456205003e-06, -1.375954515143e-05, { 1, -2, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -6.417430034412e-06, -1.599522614446e-05, { 0, 0, 1, 0, 0, 0, -3, 6, -3, 0, 0, 0, 0 } }, + { -2.233128571515e-05, -7.204617869785e-08, { 2, 2, -1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 2.237129462264e-05, 1.706013479298e-08, { 6, 0, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.713007901850e-07, 2.221673025796e-05, { 2, 0, -2, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.994411386110e-05, -2.443059535996e-06, { 0, 0, 1, 0, 0, 0, -7, 6, 0, 0, 0, 0, 0 } }, + { 2.209097009952e-05, -2.685915234052e-07, { 2, -2, 1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 2.234652638949e-05, -1.079598361075e-08, { 0, 0, 2, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { -9.001908242612e-06, -1.334833715059e-05, { 2, 0, 3, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.268284222744e-05, -9.659793341222e-06, { 4, 0, -3, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.369046962491e-05, -8.649854778709e-06, { 2, 0, -2, 0, 0, 0, -11, 19, 0, -3, 0, 0, 0 } }, + { -1.245189417679e-05, 9.884530658526e-06, { 2, -2, 2, 0, 0, -55, 65, 0, 0, 0, 0, 0, 0 } }, + { -2.112175521752e-05, -1.194690183622e-06, { 0, 0, 2, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { 7.489371159905e-06, 1.479572900046e-05, { 2, 0, -1, 0, 0, 0, 17, -21, 0, 0, 0, 0, 0 } }, + { 1.616568827868e-05, 6.100129717152e-06, { 0, 0, 1, 0, 0, -28, 32, 0, 0, 0, 0, 0, 0 } }, + { -1.796484226052e-05, -4.294439248864e-06, { 2, 0, 0, 0, 0, -16, 18, 0, 0, 0, 0, 0, 0 } }, + { -2.185322863075e-05, 3.842655230464e-07, { 3, 0, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.042350674466e-05, -1.180154938600e-05, { 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.222248377775e-05, -9.809486738144e-11, { 0, 0, 3, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -5.675359288568e-06, 1.654579877277e-05, { 0, 0, 0, 0, 5, -22, 15, 0, 0, 0, 0, 0, 0 } }, + { 7.408381418328e-06, 1.481101226556e-05, { 0, 0, 1, 0, 0, 0, 11, -15, 0, 0, 0, 0, 0 } }, + { -1.046593763196e-05, -1.173786017067e-05, { 1, 0, 1, 0, 0, 0, -33, 41, -2, 0, 0, 0, 0 } }, + { -5.600848966351e-06, 1.659048724367e-05, { 2, 0, 2, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.710561905956e-05, -5.084175913926e-06, { 1, 1, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.431643010727e-05, 7.865376175215e-06, { 5, 0, -1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 1.431643010727e-05, 7.865376175215e-06, { 3, 0, -1, 0, 0, 0, 34, -41, 2, 0, 0, 0, 0 } }, + { -1.358992895069e-05, -8.589654711634e-06, { 1, 1, -1, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { -6.752943335141e-06, -1.541496996741e-05, { 0, 0, 1, 0, 0, -4, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.865529939728e-06, 1.429394470968e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -1, -5, 0, 0, 0 } }, + { 3.402680225724e-06, -1.874556374664e-05, { 0, 0, 0, 0, 0, 2, 8, -22, 8, -6, 0, 0, 0 } }, + { -1.210281456558e-05, 1.004531492559e-05, { 2, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.640848536997e-06, -1.650621708465e-05, { 2, 0, 0, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { -2.209263025985e-05, -5.412186064257e-08, { 3, 0, -1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -1.799765464889e-05, -4.148814899266e-06, { 2, 0, 0, 0, 0, -17, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.178628079649e-05, -1.035877252467e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -6, 0, 0, 0, 0 } }, + { 2.906075109122e-06, -1.923542363590e-05, { 0, 2, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -1.478327122206e-05, 7.354760484217e-06, { 2, 0, 1, 0, 0, -8, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.310161720002e-06, 1.682722718820e-05, { 1, 1, 0, 0, 0, -19, 20, 0, 0, 0, 0, 0, 0 } }, + { 5.453597116996e-07, 2.158861243888e-05, { 3, 1, -2, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { -4.252094845391e-06, 1.787921277117e-05, { 0, 1, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.490821883408e-05, 7.212486298096e-06, { 2, 0, -1, 0, 0, 0, 2, 0, 1, -4, 0, 0, 0 } }, + { -1.733925346214e-05, -4.774802301142e-06, { 4, -2, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.989664384700e-06, -1.811506081446e-05, { 0, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 2.208730082419e-05, 1.283764983580e-08, { 0, 0, 1, 0, 0, -25, 25, 0, 0, 0, 0, 0, 0 } }, + { 2.707408347300e-07, 2.182674656706e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 2, -5, 0, 0, 0 } }, + { -2.031282613343e-05, 1.784534742020e-06, { 2, 2, -1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 2.126359015481e-05, 8.319651601807e-07, { 4, 0, -1, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { 5.877134868655e-07, -2.150058536955e-05, { 1, 0, -2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.514616449940e-05, 6.941300402256e-06, { 0, 0, 0, 0, 0, 0, 3, -5, 1, 0, 0, 0, 0 } }, + { 1.817568873372e-05, 3.897064021199e-06, { 2, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.496230546026e-05, -7.109283023449e-06, { 2, 0, 0, 0, 0, 16, -14, 0, 0, 0, 0, 0, 0 } }, + { -9.613470219323e-06, -1.243475294188e-05, { 4, 0, -2, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.047584616103e-05, -1.570221110125e-06, { 3, 0, -2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 1.477586970108e-05, 7.267874235770e-06, { 2, 0, -1, 0, 0, 16, -14, 0, 0, 0, 0, 0, 0 } }, + { 3.780905799116e-06, -1.825980522124e-05, { 4, 0, 0, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { -1.038587332450e-05, 1.165404447286e-05, { 1, -1, 0, 0, 0, 0, -1, 4, 0, -2, 0, 0, 0 } }, + { 1.411029767330e-05, 7.915944750299e-06, { 2, 0, -2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 2.179372288286e-05, 2.271145955904e-07, { 2, 0, -1, 0, 0, -3, 5, 0, 0, -2, 0, 0, 0 } }, + { 1.142762570338e-05, 1.058684659856e-05, { 2, 0, -1, 0, -7, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.941336408895e-05, -2.598604720287e-06, { 4, 0, -3, 0, 0, 0, -27, 33, -3, 0, 0, 0, 0 } }, + { 2.190962502550e-05, 9.739507939332e-08, { 6, 0, -3, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.199857888491e-05, -5.225521138560e-09, { 1, 0, -1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 2.148738117020e-05, 5.119599199160e-07, { 2, 2, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 1.139279379343e-05, 1.059726852333e-05, { 2, 0, 1, 0, -7, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.348425972572e-05, 8.502490490091e-06, { 2, 0, 0, 0, 0, 0, 3, 0, -6, 0, 0, 0, 0 } }, + { 5.027376696984e-06, 1.694633865373e-05, { 0, 0, 0, 0, 0, 17, -20, 0, 0, 0, 0, 0, 0 } }, + { 1.751189374009e-05, -4.426901390401e-06, { 1, 1, -1, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.526707896577e-05, 6.667860773276e-06, { 0, 0, 1, 0, 0, -15, 11, 0, 2, 0, 0, 0, 0 } }, + { 1.989589619594e-05, -2.037968243255e-06, { 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.721557415108e-05, -4.714985876363e-06, { 2, 0, -1, 0, 0, -12, 14, 0, 0, 0, 0, 0, 0 } }, + { -8.260015910170e-06, -1.366278513469e-05, { 2, 0, 0, 0, 0, 0, -4, 8, -2, 0, 0, 0, 0 } }, + { 1.483118116231e-05, -7.086711959199e-06, { 3, -1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -1.177898449471e-06, 2.073243017455e-05, { 2, -2, 0, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { 2.184657281583e-05, 5.164693891521e-08, { 0, 2, 0, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.800926307628e-05, -3.887484231828e-06, { 1, -1, -1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.602329272572e-05, -5.870837329630e-06, { 1, 0, 0, 0, 0, 0, -35, 43, -3, 0, 0, 0, 0 } }, + { 6.390061171267e-07, -2.125361871381e-05, { 0, 0, 0, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { 2.182544252292e-05, -6.518562407039e-08, { 4, 0, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -2.010760962365e-05, -1.782960026543e-06, { 2, 0, 0, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0 } }, + { -7.279762077437e-06, -1.460451260262e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 3, -4, 0, 0, 0 } }, + { -1.512356660915e-05, -6.760023553509e-06, { 0, 0, 1, 0, 0, -11, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.185413965716e-05, 9.336415503754e-09, { 0, 2, -2, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.959067699749e-05, 2.270996716356e-06, { 1, 1, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.519610434536e-05, -6.660586122584e-06, { 3, -2, 1, 0, 0, -26, 32, 0, 0, 0, 0, 0, 0 } }, + { -1.519610434536e-05, -6.660586122584e-06, { 3, -2, -1, 0, 0, -26, 32, 0, 0, 0, 0, 0, 0 } }, + { 9.945878466131e-06, -1.190955942794e-05, { 1, -1, 0, 0, 0, 16, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.844244055125e-05, 3.412840387386e-06, { 2, 0, -1, 0, 0, 0, -10, 16, 0, 0, 0, 0, 0 } }, + { -8.086761098019e-06, 1.375478837268e-05, { 1, 1, 1, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { 1.319813499375e-05, -8.639816707181e-06, { 2, 0, 0, 0, 0, 1, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.028827500020e-07, -2.173480826044e-05, { 0, 0, 3, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.406030276797e-05, 7.774530970060e-06, { 0, 2, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -8.371715669560e-06, 1.345506711870e-05, { 2, -2, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -3.235311132729e-06, -1.858889196436e-05, { 2, 0, 0, 0, 0, 15, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.455125558235e-05, 7.267650666174e-06, { 2, 0, 5, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 4.618835159182e-06, -1.717248513136e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0 } }, + { -4.561401600683e-06, 1.721513623376e-05, { 4, 0, -1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -1.265586830723e-05, -9.120576379077e-06, { 2, 0, 0, 0, 0, 0, 11, -16, 0, 0, 0, 0, 0 } }, + { 2.169366018395e-05, -7.660717229314e-08, { 1, 0, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.874203547853e-05, 3.027950795385e-06, { 4, -2, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -4.130170310195e-06, 1.763616640607e-05, { 4, -2, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.403019014095e-05, 7.734954777026e-06, { 2, 0, -2, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0 } }, + { -2.168390257449e-05, -6.831527294736e-08, { 2, -2, -1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -1.986859955787e-05, 1.877471027803e-06, { 1, 0, 0, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { 1.931749478944e-05, 2.425494228900e-06, { 0, 0, 0, 0, 0, 2, -8, 7, 0, 0, 0, 0, 0 } }, + { -1.943781542822e-06, 1.979173406124e-05, { 4, 0, -2, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 6.642627656305e-06, -1.508170839903e-05, { 1, 1, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.138270735231e-05, 3.334798685994e-07, { 2, -2, 0, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { -1.541031536461e-05, -6.303660334574e-06, { 0, 0, 0, 0, 0, 0, 1, 0, 3, -10, 0, 0, 0 } }, + { -1.789901569501e-06, 1.991974528882e-05, { 1, -1, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.789901569501e-06, 1.991974528882e-05, { 1, -1, -4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.789807699893e-06, 1.991975372331e-05, { 3, -1, 0, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.789713830246e-06, 1.991976215736e-05, { 5, -1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.789654727114e-06, -1.991976746746e-05, { 3, -1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.789550427430e-06, -1.991977683780e-05, { 1, 1, -2, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.789119321553e-06, -1.991981556273e-05, { 1, -3, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.789108891562e-06, 1.991981649951e-05, { 3, 1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.788688214838e-06, -1.991985427833e-05, { 1, 1, -3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.784050288036e-06, -1.992027019319e-05, { 3, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.784050288036e-06, 1.992027019319e-05, { 1, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.401790495868e-05, 7.666300504274e-06, { 1, 0, 1, 0, 0, 0, -32, 37, 0, 0, 0, 0, 0 } }, + { -1.401790495868e-05, 7.666300504274e-06, { 1, 0, -1, 0, 0, 0, -32, 37, 0, 0, 0, 0, 0 } }, + { 9.636199928142e-06, -1.203862218594e-05, { 1, -1, 0, 0, 0, 5, -2, 0, 0, 0, 0, 0, 0 } }, + { 8.266876833584e-07, 2.084737032977e-05, { 2, 0, 1, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.478670839033e-05, -6.879531770372e-06, { 2, 0, -2, 0, 0, 0, 18, -31, 3, 0, 0, 0, 0 } }, + { 2.154434920988e-05, 1.118557592777e-07, { 4, 0, -1, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -4.602002063397e-06, 1.704881812501e-05, { 1, 1, -1, 0, 0, -12, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.716262133214e-05, -4.487317571695e-06, { 1, 1, 0, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { 1.380592115940e-05, 7.843765921979e-06, { 0, 0, 1, 0, 0, 8, -14, 2, 0, -2, 0, 0, 0 } }, + { -1.380522717205e-05, 7.843497835177e-06, { 0, 0, 1, 0, 0, -8, 14, -2, 0, 2, 0, 0, 0 } }, + { -1.803972639502e-05, 3.597946929981e-06, { 1, -1, -1, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.909473260601e-06, 1.971823192707e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -2, 4, 0 } }, + { -1.908556591987e-06, 1.971583416061e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, -4, 0 } }, + { 2.159760681216e-05, 2.200052548594e-08, { 1, -2, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.137940089314e-05, 2.372601792578e-07, { 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, -2, 0, 0 } }, + { 1.343983841118e-05, 8.170519079448e-06, { 0, 2, -2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 7.962475609024e-06, 1.364664489550e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -3, 3, 0, 0, 0 } }, + { -1.709364058840e-05, -4.515304906764e-06, { 2, 0, -1, 0, 0, 0, 2, 0, 2, -9, 0, 0, 0 } }, + { -1.736910702740e-05, -4.232877330406e-06, { 1, -3, 2, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.325789460748e-06, -1.726750944949e-05, { 2, -1, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.748882798984e-05, 4.092921855959e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 4, -1, 0, 0, 0 } }, + { -1.000581636200e-05, -1.157438090388e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.136915744867e-05, -2.062194433223e-07, { 2, 0, -3, 0, 0, 0, 2, 0, -1, -1, 0, 0, 0 } }, + { 6.318637179842e-06, 1.525339905345e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0 } }, + { 1.267766468070e-05, 8.893951403894e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 3, -6, 3, 0, 0 } }, + { -1.257549210820e-05, 8.985347130793e-06, { 2, 0, 0, 0, 0, 0, -3, 0, -1, 0, 0, 0, 0 } }, + { 2.008098836447e-05, -1.477420045939e-06, { 2, 0, -1, 0, 0, 2, -3, 0, 1, 0, 0, 0, 0 } }, + { 5.690418515792e-06, -1.586356165581e-05, { 0, 0, 2, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.583488682056e-05, -5.708543655421e-06, { 2, -2, 1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 5.483962870846e-06, 1.605641048368e-05, { 2, 0, -1, 0, 3, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.888538737301e-05, -2.654377090840e-06, { 0, 0, 1, 0, 0, -26, 28, 0, 0, 0, 0, 0, 0 } }, + { -2.153816701842e-05, -7.622594725500e-10, { 3, 0, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.506973418203e-06, -1.301478125635e-05, { 4, 0, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -2.123550648344e-05, 2.832520359154e-07, { 2, 0, -1, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0 } }, + { -1.777566825008e-05, 3.738314764763e-06, { 1, -1, -1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 4.135678536586e-06, -1.737597219444e-05, { 2, 1, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.835736412228e-05, -3.146077099063e-06, { 2, 0, -1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -5.316819998354e-06, 1.618194106332e-05, { 1, 1, -1, 0, 0, -19, 20, 0, 0, 0, 0, 0, 0 } }, + { 5.742428579255e-06, 1.575110775445e-05, { 1, -1, -1, 0, 0, 22, -23, 0, 0, 0, 0, 0, 0 } }, + { -4.087172483434e-06, -1.740552929767e-05, { 1, -1, 1, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { -6.549501069374e-06, -1.493905777542e-05, { 1, -1, 0, 0, 0, 0, 2, 0, 0, -1, 0, 0, 0 } }, + { -1.741162902120e-05, 4.064505398233e-06, { 2, 0, 1, 0, 0, 6, -10, 0, 3, 0, 0, -1, 0 } }, + { 1.569023888341e-05, 5.780637742019e-06, { 4, 0, -1, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { 1.740728314339e-05, 4.062039789084e-06, { 2, 0, 1, 0, 0, -6, 10, 0, -3, 0, 0, 1, 0 } }, + { -5.624629225449e-06, 1.584379862031e-05, { 2, 0, -3, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -4.934901286436e-06, -1.653152172767e-05, { 0, 0, 0, 0, 5, 0, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.314259233125e-06, -1.714645518874e-05, { 1, -1, 0, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0 } }, + { 5.618978541694e-06, 1.583887444756e-05, { 2, 0, -3, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -1.485022310801e-05, -6.603548106927e-06, { 0, 0, 1, 0, 0, 2, -6, 5, 0, 0, 0, 0, 0 } }, + { 6.866288607924e-06, -1.458740341779e-05, { 2, 0, -1, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.561077527134e-05, -5.840361721630e-06, { 0, 0, 1, 0, 0, 0, -2, 6, 0, 0, 0, 0, 0 } }, + { -6.705435027151e-06, -1.473946595370e-05, { 1, 1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { 8.778166576181e-06, 1.265137300717e-05, { 1, -1, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.038632791772e-06, -2.037981052375e-05, { 2, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.332727378009e-05, -8.090810524344e-06, { 2, 0, 0, 0, 0, 0, 12, -11, 0, 0, 0, 0, 0 } }, + { 6.366061815254e-06, -1.503769704185e-05, { 0, 0, 1, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.964698003700e-06, -1.243378132263e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 1, -3, 0, 0, 0 } }, + { -4.659214107464e-06, 1.673378910113e-05, { 3, 0, -1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -2.787293260441e-06, 1.860527476773e-05, { 2, 0, -1, 0, 0, 3, -3, 0, 0, -3, 0, 0, 0 } }, + { -2.787293260441e-06, 1.860527476773e-05, { 2, 0, -3, 0, 0, 3, -3, 0, 0, -3, 0, 0, 0 } }, + { 4.658870867779e-06, 1.673258333963e-05, { 3, 0, -1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -8.022410397893e-06, -1.336873743040e-05, { 2, 0, -1, 0, 0, 4, -5, 0, 3, 0, 0, 0, 0 } }, + { -7.450140882676e-07, -2.064354560436e-05, { 0, 2, 0, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -1.950016652852e-05, 1.886195425032e-06, { 3, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.568820125217e-05, -5.688543663434e-06, { 0, 0, 1, 0, 0, -12, 14, 0, 0, 0, 0, 0, 0 } }, + { 2.112867487348e-05, -2.453458229578e-07, { 4, 0, 1, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { -2.965388296471e-08, -2.132505304332e-05, { 0, 0, 0, 0, 0, 14, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.115678070659e-05, -1.959944507749e-07, { 2, 0, 0, 0, 0, 27, -27, 0, 0, 0, 0, 0, 0 } }, + { 4.471297033273e-06, -1.687899004583e-05, { 6, 0, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.525610999013e-05, 6.080262613092e-06, { 0, 0, 1, 0, 0, -4, 7, 0, -6, 0, 0, 0, 0 } }, + { 3.400529610051e-06, 1.792562615222e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -3, 1, 0, 0, 0 } }, + { -2.102389102862e-05, 2.882653650057e-07, { 6, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.764381381631e-05, 3.659089779237e-06, { 2, 0, -1, 0, 0, 0, -3, 0, 5, -2, 0, 0, 0 } }, + { 2.021952136056e-05, -1.080804345650e-06, { 2, 0, 1, 0, 0, 0, -4, 0, 5, 0, 0, 0, 0 } }, + { 1.782190452019e-05, 3.477121157879e-06, { 0, 2, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.522577255797e-05, 6.066300028667e-06, { 0, 0, 1, 0, 0, 4, -7, 0, 6, 0, 0, 0, 0 } }, + { 9.726874189649e-06, -1.155025596700e-05, { 4, 0, -2, 0, 0, 0, -33, 40, 3, 0, 0, 0, 0 } }, + { -9.726874189649e-06, -1.155025596700e-05, { 0, 0, 0, 0, 0, 0, 33, -40, -3, 0, 0, 0, 0 } }, + { 8.931756348005e-06, -1.233631384026e-05, { 0, 0, 1, 0, 0, 0, -11, 15, 0, 0, 0, 0, 0 } }, + { 2.121552981273e-05, 4.748266104737e-08, { 2, 0, -2, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 8.214511206067e-06, -1.304388160461e-05, { 0, 0, 1, 0, 0, 0, -5, 0, 4, 0, 0, 0, 0 } }, + { 4.158765308322e-06, -1.709741673285e-05, { 2, -2, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.412755421990e-07, 2.060698647546e-05, { 2, 0, -1, 0, 0, 0, 17, -20, 0, 0, 0, 0, 0 } }, + { 1.312784029777e-05, 8.112731634146e-06, { 2, 0, -1, 0, 0, 0, 12, -11, 0, 0, 0, 0, 0 } }, + { 1.769807186906e-05, 3.540000165625e-06, { 1, 1, -1, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { -8.297041166858e-06, 1.293096344843e-05, { 1, 2, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.917486818839e-05, 2.046341277636e-06, { 0, 0, 0, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0 } }, + { -1.641175017297e-05, -4.804492768272e-06, { 0, 0, 0, 0, 0, 4, -7, 0, 3, 0, 0, 0, 0 } }, + { -1.144073965142e-06, -2.006995150935e-05, { 4, 0, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 1.682262254092e-05, -4.384633795889e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 6, -3, 0, 0 } }, + { 1.331605423478e-06, -1.986169523687e-05, { 1, 1, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 2.524096203749e-06, -1.864411544886e-05, { 0, 0, 1, 0, 0, 2, -3, 0, -3, 0, 0, 0, 0 } }, + { 9.742137147978e-06, 1.142293323876e-05, { 3, 0, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.365539295791e-05, 7.502183184150e-06, { 1, 0, 3, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -1.365539295791e-05, 7.502183184150e-06, { 1, 0, -3, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 2.739596596112e-06, 1.841757134939e-05, { 1, 0, 0, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { 1.274597947218e-05, 8.399778474560e-06, { 0, 0, 0, 0, 0, 0, 3, 0, -6, 5, 0, 0, 0 } }, + { -2.010896378103e-05, -1.034125794122e-06, { 3, 0, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.606893095143e-05, -5.073495146050e-06, { 2, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 1.254673389169e-05, -8.595313947412e-06, { 1, 0, 0, 0, 2, -30, 28, 0, 0, 0, 0, 0, 0 } }, + { 4.191300821317e-06, -1.694889997381e-05, { 2, 2, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.509886561380e-06, -1.862899366308e-05, { 0, 0, 1, 0, 0, -2, 3, 0, 3, 0, 0, 0, 0 } }, + { -1.363739255625e-05, 7.490404130888e-06, { 2, -2, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 1.207734522440e-05, -9.044699436189e-06, { 4, 0, -1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -2.105741372450e-05, -5.804698107158e-08, { 3, 0, -3, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 5.698995388197e-06, -1.541522991884e-05, { 0, 0, 1, 0, 0, 0, 3, -6, 3, 0, 0, 0, 0 } }, + { -4.758858724341e-06, -1.635217016534e-05, { 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 } }, + { -9.105204935722e-06, -1.200465864653e-05, { 0, 0, 1, 0, 0, 0, -7, 10, -1, 0, 0, 0, 0 } }, + { -5.260468596906e-06, -1.584249653669e-05, { 1, -1, 0, 0, 0, 12, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.700751567267e-06, 1.839949737256e-05, { 1, 0, 0, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -1.417475504295e-05, 6.923650772282e-06, { 2, 0, 1, 0, 0, -12, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.259346081294e-05, 8.500464059060e-06, { 0, 0, 2, 0, 0, 0, -6, 11, 3, -3, 0, 0, 0 } }, + { -2.057265394150e-05, 5.152029335778e-07, { 2, -2, 0, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { -5.679467908235e-06, 1.540627180755e-05, { 1, 1, -2, 0, 0, -22, 23, 0, 0, 0, 0, 0, 0 } }, + { -2.102208698355e-05, -5.788562685565e-08, { 1, -2, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.329278533459e-05, 7.786765845671e-06, { 2, 0, -1, 0, 0, 0, -11, 17, 0, 0, 0, 0, 0 } }, + { -1.243861524376e-05, -8.627373073804e-06, { 4, 0, -2, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { -1.257697303444e-05, 8.488441560496e-06, { 0, 0, 2, 0, 0, 0, 6, -11, -3, 3, 0, 0, 0 } }, + { -1.103204067924e-05, 1.003291842517e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 1, -2, 0, 0, 0 } }, + { 1.364548728510e-05, 7.407431698225e-06, { 0, 0, 2, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { 1.626554214703e-05, -4.784088990783e-06, { 1, 1, -1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.100387083093e-05, 3.555753388060e-08, { 2, 0, -2, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.300927332287e-05, -8.027015960149e-06, { 0, 0, 2, 0, 0, 0, -2, 0, 5, 0, 0, 0, 0 } }, + { 1.988942449501e-05, 1.144216787418e-06, { 1, 0, -3, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -9.929048381785e-06, -1.110455304850e-05, { 0, 0, 0, 0, 0, 7, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.103137132423e-05, 1.843374497448e-09, { 1, 0, 2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.460273247631e-05, 6.422937232416e-06, { 0, 0, 1, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0 } }, + { -1.564972916833e-05, 5.367525669250e-06, { 2, 0, -2, 0, 0, 0, 6, -8, 0, 1, 0, 0, 0 } }, + { -4.356922360237e-06, 1.665797619126e-05, { 2, 0, -3, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -1.687451558697e-05, 4.134045716641e-06, { 1, -1, 0, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -5.090516705130e-07, -2.049028455845e-05, { 2, 0, -1, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.019487136623e-05, -1.080166290752e-05, { 2, 0, -1, 0, 0, -9, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.382176488014e-05, 7.167950749048e-06, { 1, -1, 0, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { 2.664166443484e-06, 1.832413964740e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 4, -2, 0, 0, 0 } }, + { 1.046330473378e-05, -1.050725456718e-05, { 2, 0, 0, 0, 0, -8, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.397838587562e-05, 6.981545530231e-06, { 0, 4, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.397838587562e-05, 6.981545530231e-06, { 0, 4, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.059809207866e-05, -1.035950644889e-05, { 0, 0, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.874469754773e-05, 2.211077584209e-06, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 1, 0, 0, 0 } }, + { -1.482197649674e-05, -6.128249898315e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -1, 1, 0, 0, 0 } }, + { 1.678086148910e-05, 4.169080190795e-06, { 4, 0, -1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { -1.997659460390e-05, -9.672993493554e-07, { 4, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.177941937931e-06, -1.676067030848e-05, { 1, 1, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.096139055021e-05, 9.976705329877e-06, { 3, 0, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 1.601649551865e-05, -4.913409152554e-06, { 0, 0, 1, 0, 0, 0, 3, -8, 0, 0, 0, 0, 0 } }, + { -4.790656928335e-06, 1.613901230111e-05, { 1, 1, 0, 0, 0, -16, 17, 0, 0, 0, 0, 0, 0 } }, + { -2.040964650500e-06, -1.888781147722e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0 } }, + { 1.084507954765e-06, 1.984266402004e-05, { 2, 0, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0, 0 } }, + { 1.445980463143e-05, -6.462222915896e-06, { 0, 0, 1, 0, 0, -2, 6, -5, 0, 0, 0, 0, 0 } }, + { -1.325819738125e-05, 7.659918755319e-06, { 2, 0, 0, 0, 0, 0, -11, 17, 0, 0, 0, 0, 0 } }, + { 1.673555073016e-05, -4.167348185776e-06, { 1, 1, 0, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { -8.529540527407e-06, 1.237319501816e-05, { 2, 0, 1, 0, 0, 0, -2, 0, 5, -5, 0, 0, 0 } }, + { 2.089802156532e-05, 3.888850852106e-09, { 1, -2, 2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -8.750287629506e-06, -1.214858136013e-05, { 2, 0, 1, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { -1.287046324933e-05, -8.023687111388e-06, { 2, 0, -1, 0, 0, -1, 5, -3, 0, 0, 0, 0, 0 } }, + { -4.009044856506e-06, -1.687748019740e-05, { 3, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.037876045665e-05, 5.064397871205e-07, { 3, 1, -1, 0, 0, -32, 28, 0, 0, 0, 0, 0, 0 } }, + { 2.037876045665e-05, 5.064397871205e-07, { 3, 1, -3, 0, 0, -32, 28, 0, 0, 0, 0, 0, 0 } }, + { -4.169907841921e-06, 1.671434238591e-05, { 2, 0, -3, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.856282874911e-05, -2.320479177593e-06, { 0, 0, 0, 0, 0, 0, 6, 0, -6, 0, 0, 0, 0 } }, + { -1.219602572392e-05, -8.683466162181e-06, { 2, 0, 0, 0, 0, 0, 15, -20, 0, 0, 0, 0, 0 } }, + { 4.003740243509e-06, 1.686320594730e-05, { 2, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -8.057283938315e-07, -2.006106646029e-05, { 6, 0, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.391527383914e-05, 6.948681273526e-06, { 2, 0, 3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.858413008644e-06, -1.899781868274e-05, { 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 } }, + { -5.979004320621e-06, 1.486941162519e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 5, -4, 0, 0, 0 } }, + { -6.789782264693e-06, -1.405718953979e-05, { 2, 0, 0, 0, 0, 0, 17, -21, 0, 0, 0, 0, 0 } }, + { -3.980695988528e-06, -1.685961218421e-05, { 0, 1, 0, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.080829681182e-05, -2.103965217738e-08, { 3, -2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.974482305205e-05, -1.077459714253e-06, { 2, 0, -1, 0, 0, 19, -21, 0, 0, 0, 0, 0, 0 } }, + { 2.080237504315e-05, 1.899112924657e-08, { 0, 2, -1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.194248738039e-05, 8.870044177399e-06, { 1, -1, 0, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { -9.328898710602e-06, 1.146539089784e-05, { 4, -1, -2, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -1.086072634168e-05, -9.924778323768e-06, { 0, 0, 0, 0, 0, 0, 2, -7, 0, 0, 0, 0, 0 } }, + { -2.077289399085e-05, -1.256070826831e-08, { 1, 0, 1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.302030033889e-05, 7.756323814448e-06, { 2, 0, -3, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.333632322245e-05, 7.434706763759e-06, { 4, 0, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { -1.811002737241e-06, -1.895547535266e-05, { 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, -1, 2, 0 } }, + { -1.903307040175e-05, 1.729909787606e-06, { 1, 1, 0, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { 6.725385348138e-06, 1.403688872587e-05, { 0, 0, 0, 0, 0, 0, 14, -18, 0, 0, 0, 0, 0 } }, + { 1.724050819700e-05, 3.509284322590e-06, { 1, 1, -1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 3.132201573350e-06, 1.761668049726e-05, { 4, 0, -2, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.865131355286e-06, 1.688228835351e-05, { 1, -1, -2, 0, 0, 22, -21, 0, 0, 0, 0, 0, 0 } }, + { -1.854401043029e-05, 2.202886127373e-06, { 0, 0, 1, 0, 0, -26, 33, -8, 3, 0, 0, 0, 0 } }, + { -1.530187085553e-05, -5.440455317593e-06, { 0, 0, 1, 0, 0, 0, 4, 0, -6, 0, 0, 0, 0 } }, + { 1.649886253169e-05, -4.231723863282e-06, { 2, 0, -1, 0, 0, -31, 39, 0, -1, 0, 0, 0, 0 } }, + { 1.498977961758e-05, 5.739064253066e-06, { 3, 0, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -7.577133881529e-06, 1.314902645078e-05, { 2, 0, 0, 0, 0, 0, -6, 0, 5, 0, 0, 0, 0 } }, + { -1.180441387290e-05, -8.914542744359e-06, { 2, 0, -2, 0, 0, -12, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.077333684631e-05, 9.931910828839e-06, { 3, 0, -2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 2.068097503355e-05, -2.330757242596e-08, { 2, 0, -4, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -5.879428575125e-07, 2.011070214643e-05, { 2, 0, 2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.509188988282e-05, 5.595299587396e-06, { 0, 0, 0, 0, 0, 3, -4, 0, 2, 0, 0, 0, 0 } }, + { -2.062502085419e-05, -5.489482118253e-08, { 0, 2, 2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.187515502183e-06, 1.948494556323e-05, { 2, 0, 0, 0, 0, 3, -5, 0, 0, 3, 0, 0, 0 } }, + { -7.366635208302e-08, -2.059552965522e-05, { 2, 0, 3, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.961826628917e-06, -1.669963183614e-05, { 1, 1, 1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.404199548732e-06, 1.725422935837e-05, { 2, 0, -1, 0, 0, 15, -18, 0, 0, 0, 0, 0, 0 } }, + { 8.278853711257e-06, -1.237683087872e-05, { 2, -2, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 1.790871092801e-05, -2.741965849251e-06, { 4, 0, -1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -2.041495274736e-05, -2.270144439590e-07, { 2, 0, -3, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.390998033497e-05, 6.729611003727e-06, { 2, 0, 1, 0, 0, -9, 7, 0, 0, 0, 0, 0, 0 } }, + { -7.707302873625e-06, -1.293140172444e-05, { 0, 0, 3, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 1.335245692255e-05, -7.278420956119e-06, { 2, 0, 1, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0 } }, + { 1.095884855000e-05, 9.670533739845e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0 } }, + { 1.174818417206e-05, -8.870026321822e-06, { 2, 0, 0, 0, 0, -1, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.935553095660e-06, -1.667057871460e-05, { 1, 1, -1, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.499315445292e-06, -1.810607397664e-05, { 1, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.183579138167e-05, 8.763734081419e-06, { 4, 0, -1, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { 8.405738963027e-07, -1.975695647616e-05, { 0, 0, 2, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.133344931274e-05, 9.263091549195e-06, { 0, 0, 1, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0 } }, + { 1.635719183739e-05, -4.238241767610e-06, { 1, 1, 0, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { -5.633222056182e-07, -2.002079919749e-05, { 0, 2, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.641010472552e-06, 1.793791074998e-05, { 2, 0, 0, 0, 0, 0, -10, 19, 0, 0, 0, 0, 0 } }, + { 1.700457284871e-05, 3.572976418544e-06, { 3, 0, 1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -1.700457284871e-05, 3.572976418544e-06, { 1, 0, 1, 0, 0, 23, -25, 0, 0, 0, 0, 0, 0 } }, + { 9.374277618094e-06, -1.119837597787e-05, { 1, -1, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 1.368626476959e-05, -6.872241165144e-06, { 2, -2, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -1.574794539301e-05, 4.806960552104e-06, { 1, -3, 0, 0, 0, 51, -55, 0, 0, 0, 0, 0, 0 } }, + { 2.672866254181e-06, 1.786904639015e-05, { 2, 0, -1, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.731084319221e-05, -3.230480414057e-06, { 2, 0, -1, 0, 0, 0, -3, 0, 2, 5, 0, 0, 0 } }, + { 2.397134463094e-06, 1.814150415232e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 4, -5, 0, 0, 0 } }, + { 2.476924366659e-06, -1.805863223097e-05, { 3, 0, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.342022404645e-05, -7.108807319021e-06, { 4, 0, 0, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { 3.882138569975e-07, -2.013871007408e-05, { 0, 2, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.377225759340e-05, -6.751039694597e-06, { 2, 0, -1, 0, 0, 0, -4, 0, 0, 2, 0, 0, 0 } }, + { 3.214062478961e-06, -1.729916629090e-05, { 3, -1, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 5.715561036434e-06, -1.479765693502e-05, { 1, -1, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -2.253759561398e-06, -1.825506301837e-05, { 2, 0, -1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -7.607817774022e-06, -1.289171502473e-05, { 0, 0, 0, 0, 0, 5, -5, -4, 0, 0, 0, 0, 0 } }, + { 1.307558130616e-05, -7.422805048123e-06, { 4, 0, -2, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { 6.638520376664e-06, 1.385524158276e-05, { 2, 0, -1, 0, 0, 0, -10, 12, 0, 0, 0, 0, 0 } }, + { 7.934881230156e-06, -1.255738931868e-05, { 6, 0, -2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 6.111226222757e-06, -1.437864413464e-05, { 1, 0, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 1.226768511192e-05, 8.221781631017e-06, { 0, 0, 1, 0, 0, 6, -11, 0, 3, 0, 0, 0, 0 } }, + { 1.674826795648e-05, 3.732172116859e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 2, -3, 0, 0, 0 } }, + { 1.121428724797e-05, -9.254721499663e-06, { 2, 0, -2, 0, 0, 3, -2, -2, 0, 0, 0, 0, 0 } }, + { 1.710151949817e-05, -3.364372883670e-06, { 1, -1, -1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 7.356177112034e-06, 1.310886669625e-05, { 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, 2, 0 } }, + { 3.208093767797e-06, -1.724392617783e-05, { 1, 1, 2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.299016284470e-05, -7.460838219957e-06, { 3, 0, -1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -7.354214549509e-06, 1.308639569130e-05, { 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 } }, + { 1.366084073825e-05, -6.774949170248e-06, { 3, -1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.940850290101e-06, -1.847864111757e-05, { 4, 0, -1, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { -1.320689691506e-05, 7.203217313593e-06, { 0, 0, 2, 0, 0, 0, 9, -16, 4, 5, 0, 0, 0 } }, + { -1.801059080225e-05, 2.393712849378e-06, { 1, -1, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.856041302651e-05, 1.839936276090e-06, { 2, 0, 1, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { 2.100215282446e-07, 2.018890071667e-05, { 1, 0, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.407919139255e-05, -6.319041165049e-06, { 1, 0, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { 6.007310432277e-06, -1.439004011467e-05, { 1, 1, 0, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 1.107895803309e-05, 9.314941147817e-06, { 2, 0, -2, 0, 0, 0, 1, 2, -3, 0, 0, 0, 0 } }, + { 5.651551081055e-06, -1.473922753856e-05, { 3, 1, -3, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.959493888013e-05, -7.952936886088e-07, { 3, -2, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 4.469005673647e-06, 1.591149122746e-05, { 1, -1, -1, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { -4.905429291179e-06, 1.547364521229e-05, { 2, 0, -1, 0, 0, -3, 8, -4, 0, 0, 0, 0, 0 } }, + { -1.217774264545e-05, -8.200037024136e-06, { 1, -1, 0, 0, 0, 19, -17, 0, 0, 0, 0, 0, 0 } }, + { 3.942672615105e-06, 1.643012591631e-05, { 0, 0, 1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { 5.111262932663e-06, 1.526084629362e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -7, 5, 0, 0, 0 } }, + { 1.914391186807e-06, -1.845309966136e-05, { 4, 0, -1, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -1.681305651200e-05, -3.548942837635e-06, { 2, 0, -1, 0, 0, -18, 20, 0, 0, 0, 0, 0, 0 } }, + { 3.881812688421e-06, 1.647599300443e-05, { 1, 1, 1, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { 4.501069874311e-07, 1.990666409446e-05, { 2, 2, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.382996687296e-05, -6.526479341572e-06, { 4, -2, 0, 0, 0, -33, 31, 0, 0, 0, 0, 0, 0 } }, + { -2.032792865864e-05, -2.410261111185e-08, { 2, -2, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.020146994158e-05, 1.463937800310e-07, { 2, -2, -1, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { -8.574882705486e-06, 1.175990650173e-05, { 0, 2, 2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 9.771139477916e-06, -1.055940175722e-05, { 2, 0, 0, 0, 0, 0, 1, 0, -4, 2, 0, 0, 0 } }, + { -3.885005567540e-06, 1.644322941461e-05, { 3, -1, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 7.799630115782e-06, -1.252778133156e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 1, -5, 0, 0, 0 } }, + { -7.873905811254e-06, -1.245282577509e-05, { 6, 0, -2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.777626913651e-05, 2.549310613076e-06, { 2, 0, -1, 0, 0, -6, 9, 0, -3, 0, 0, 0, 0 } }, + { 1.245383610042e-06, -1.907929437647e-05, { 4, 0, -2, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.361841028145e-05, 6.699041956316e-06, { 2, 0, -2, 0, 0, -13, 11, 0, 0, 0, 0, 0, 0 } }, + { 8.567647959146e-06, 1.174708894858e-05, { 0, 2, 2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.999754497071e-05, 3.133610447236e-07, { 4, 0, -1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.747781953382e-05, -2.829064078371e-06, { 4, 2, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.632005837309e-05, -3.973485684080e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -2, -2, 0, 0, 0 } }, + { -2.021932184038e-05, 7.377171400043e-08, { 2, 0, -2, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0 } }, + { 1.944395612413e-05, -8.362312680706e-07, { 0, 0, 2, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 7.240382207861e-06, -1.303967996114e-05, { 2, 0, -1, 0, -1, 0, 6, -3, -3, 0, 0, 0, 0 } }, + { -7.742151173558e-06, 1.252590869665e-05, { 3, 0, -2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -7.235289581495e-06, -1.303167672017e-05, { 2, 0, -1, 0, 1, 0, -6, 3, 3, 0, 0, 0, 0 } }, + { -1.620423698492e-05, 4.056415687784e-06, { 1, 0, 0, 0, 0, 0, -1, 0, 2, -2, 0, 0, 0 } }, + { 4.555466591701e-06, -1.569927454716e-05, { 4, 0, -1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.018373057090e-05, -6.956961307290e-08, { 4, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -1.702576783501e-05, -3.225725999712e-06, { 4, 0, -2, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { 1.999137490176e-05, -2.594592594056e-07, { 1, 2, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 2.015498503569e-05, 9.451247884079e-08, { 2, 0, 1, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { 1.681279642455e-05, 3.425258258904e-06, { 2, 0, -2, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { -4.777393192183e-06, 1.545914912086e-05, { 2, 0, -1, 0, -2, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.809024769980e-06, 1.341597784043e-05, { 1, 0, 0, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { -5.196860230577e-07, -1.970019233690e-05, { 4, 0, -2, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { 2.056407417359e-06, -1.815808815832e-05, { 0, 0, 1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.689915108192e-05, -3.314677207246e-06, { 1, 1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -8.747810728148e-06, -1.146572457922e-05, { 6, 0, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 4.071685677744e-06, -1.614060469295e-05, { 2, -2, 1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 1.089215227901e-05, 9.319122383698e-06, { 2, 0, 0, 0, 0, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { -2.012118176744e-05, 8.581010016887e-08, { 2, 0, -2, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 9.528194554653e-06, -1.065197024100e-05, { 0, 0, 0, 0, 0, 3, -5, 0, 2, -1, 0, 0, 0 } }, + { 1.467083659096e-05, -5.508631821497e-06, { 1, -1, 0, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0 } }, + { -4.255064086568e-06, 1.592428290597e-05, { 2, 0, 0, 0, 0, 0, 2, -6, 3, 0, 0, 0, 0 } }, + { -7.973404613464e-06, 1.220248169689e-05, { 2, 0, -2, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { -7.714762612293e-06, -1.246060288108e-05, { 1, -1, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -1.756484338811e-05, 2.608202116240e-06, { 4, 0, -3, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -1.781609049381e-05, 2.351949257943e-06, { 3, -2, 0, 0, 0, -20, 19, 7, -8, 6, 0, 0, 0 } }, + { -1.480272417887e-05, -5.358815081912e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -1, -6, 3, 0, 0 } }, + { -1.665331359976e-05, 3.507967319348e-06, { 1, -1, 0, 0, 0, 17, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.566402483798e-06, -1.857933800211e-05, { 0, 0, 1, 0, 0, 3, -5, 0, 0, 4, -1, 0, 0 } }, + { 1.566223945845e-06, -1.857928623717e-05, { 0, 0, 1, 0, 0, -3, 5, 0, 0, -4, 1, 0, 0 } }, + { 1.706032122417e-05, 3.077452584095e-06, { 2, 0, 0, 0, 0, 0, 1, 0, -2, 2, 0, 0, 0 } }, + { 1.297494748369e-05, -7.158084613718e-06, { 3, 0, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 3.735653975162e-06, -1.639143856471e-05, { 1, -1, 0, 0, 0, 24, -23, 0, 0, 0, 0, 0, 0 } }, + { 9.539410644187e-06, 1.058620132091e-05, { 1, -1, 0, 0, 0, 0, 1, 0, -2, 7, 0, 0, 0 } }, + { -4.745277792790e-06, 1.537839217306e-05, { 1, 1, 0, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { -8.079257812927e-07, 1.931008133322e-05, { 0, 0, 0, 0, 0, 0, 14, -17, 0, 0, 0, 0, 0 } }, + { -1.994117228251e-05, -1.760389586489e-07, { 0, 0, 2, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { -2.005272385886e-05, 6.299119455016e-08, { 2, 0, -2, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { 8.147282332811e-06, -1.194527991092e-05, { 2, -2, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.972488736555e-05, 3.671791705110e-07, { 4, 0, -2, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { 1.744052046491e-05, 2.636747739772e-06, { 0, 0, 1, 0, 0, 0, 2, 0, 2, -7, 0, 0, 0 } }, + { -2.007272288327e-05, 3.653052888470e-09, { 2, -2, -1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.348197515232e-05, 6.589591809026e-06, { 2, -2, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.259764769012e-06, 1.481171820512e-05, { 2, 0, 2, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -1.681579141736e-05, 3.253185823361e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 2, -1, 0, 0, 0 } }, + { -5.257742329887e-06, 1.480741122959e-05, { 2, 0, 2, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -1.873487468376e-05, -1.323748901485e-06, { 0, 2, -2, 0, 0, -25, 27, 0, 0, 0, 0, 0, 0 } }, + { 1.121682862862e-05, 8.832587499121e-06, { 0, 0, 1, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0 } }, + { -2.000002409556e-05, -4.896520427939e-08, { 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.686301277823e-05, -3.174622655773e-06, { 1, 1, -2, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.370725058724e-06, 1.866254210558e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { -3.940914383427e-06, -1.607915597255e-05, { 1, 1, 1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 6.741978040087e-06, 1.326427123828e-05, { 2, 0, -1, 0, 0, 0, 18, -22, 0, 0, 0, 0, 0 } }, + { 3.132737550789e-06, 1.686785656410e-05, { 1, -1, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 1.999999999210e-05, -5.619960190680e-10, { 2, 1, -3, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999411e-05, -4.852015320021e-10, { 0, 2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 1.999999999420e-05, -4.817108735079e-10, { 0, 1, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.999999999437e-05, -4.747295564997e-10, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { -1.999999999461e-05, 4.642575809888e-10, { 0, 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 1.999999999485e-05, -4.537856054748e-10, { 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999532e-05, -4.328416544593e-10, { 2, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999547e-05, -4.258603374507e-10, { 2, 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 1.999999999561e-05, 4.188790204480e-10, { 2, -3, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.999999999583e-05, -4.084070449389e-10, { 2, -3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.999999999590e-05, 4.049163864350e-10, { 0, 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -1.999999999597e-05, 4.014257279317e-10, { 4, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.999999999645e-05, 3.769911184085e-10, { 4, 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999658e-05, 3.700098014017e-10, { 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 1.999999999671e-05, -3.630284843911e-10, { 0, 3, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.999999999707e-05, 3.420845333742e-10, { 4, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999713e-05, -3.385938748691e-10, { 2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 1.999999999753e-05, 3.141592653461e-10, { 6, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.999999999764e-05, 3.071779483389e-10, { 6, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999790e-05, -2.897246558236e-10, { 4, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999800e-05, -2.827433388141e-10, { 4, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999800e-05, -2.827433388141e-10, { 4, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999815e-05, 2.722713633027e-10, { 4, -1, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.999999999829e-05, -2.617993877954e-10, { 0, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.999999999838e-05, -2.548180707858e-10, { 3, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999838e-05, -2.548180707858e-10, { 2, 3, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999846e-05, 2.478367537769e-10, { 4, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.999999999851e-05, -2.443460952713e-10, { 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.999999999851e-05, -2.443460952713e-10, { 2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999871e-05, 2.268928027544e-10, { 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.999999999879e-05, -2.199114857472e-10, { 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.999999999898e-05, -2.024581932326e-10, { 2, -2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 1.999999999914e-05, -1.850049007080e-10, { 2, -1, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.999999999944e-05, -1.500983156681e-10, { 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.999999999971e-05, -1.082104136277e-10, { 2, 1, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.000000000018e-05, -8.377580410223e-11, { 2, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.999999999998e-05, -2.792526803084e-11, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 4, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 4, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 4, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 2, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 2, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -2.000000000000e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.519978599398e-05, 4.798650966193e-06, { 1, -3, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 1.618364132332e-05, 3.809397852359e-06, { 1, 1, -2, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -1.511083628165e-05, -4.872653498467e-06, { 0, 0, 0, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0 } }, + { 1.803569427167e-05, -1.946192354659e-06, { 4, 0, -1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { 1.756980926226e-06, 1.822356072285e-05, { 1, -1, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 6.005789823013e-06, 1.396241316882e-05, { 3, 0, -2, 0, 0, -17, 8, 17, 0, 0, 0, 0, 0 } }, + { 8.082830669922e-07, -1.914856403269e-05, { 3, -2, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.521390752715e-05, -4.742268493188e-06, { 4, 0, -2, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.864605987918e-05, -1.303896326859e-06, { 6, 0, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 1.760452527424e-05, -2.341434226066e-06, { 2, 0, -1, 0, 0, 3, -9, 4, 0, 0, 0, 0, 0 } }, + { -6.183089687112e-06, -1.376104646919e-05, { 2, 0, -1, 0, 0, 1, 6, -11, 0, 0, 0, 0, 0 } }, + { 3.793403521970e-06, 1.614669796177e-05, { 3, 1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.391206445561e-05, 6.022439876055e-06, { 2, 0, -1, 0, 0, 0, 9, -16, 0, 0, 0, 0, 0 } }, + { 1.974746688432e-05, -1.861949061760e-07, { 2, 2, -3, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { -8.821674050972e-06, -1.110811522085e-05, { 2, 0, 1, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { 3.882583379452e-06, 1.604592240994e-05, { 3, 0, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.649084085864e-05, 3.423690301081e-06, { 2, 0, 0, 0, 0, 0, -10, 16, 0, 0, 0, 0, 0 } }, + { -8.828177476953e-06, 1.108293030072e-05, { 2, 0, 0, 0, 0, 0, -10, 14, 0, 0, 0, 0, 0 } }, + { -6.351487879444e-06, 1.355933035012e-05, { 1, 1, -1, 0, 0, 0, 7, -12, 0, 0, 0, 0, 0 } }, + { 1.584328740143e-05, -4.067406389855e-06, { 1, 1, 0, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { -9.749012965317e-06, -1.016071427063e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 5, -2, 0, 0, 0 } }, + { -1.965149723648e-05, 2.553274702900e-07, { 2, -2, 0, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0 } }, + { -3.751651537946e-06, -1.614665138456e-05, { 1, -1, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 6.787558622486e-06, 1.311055022720e-05, { 4, 0, -1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -1.776840171239e-05, -2.127820110654e-06, { 2, 0, 0, 0, 0, 0, 10, -16, 0, 0, 0, 0, 0 } }, + { -2.974201327034e-06, -1.691793358899e-05, { 4, 0, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 5.664994943694e-08, 1.983539841148e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -2, -2, 0, 0, 0 } }, + { 1.976001997500e-05, 1.304984847221e-07, { 0, 2, -2, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { -4.661776754450e-06, 1.522426344215e-05, { 1, 1, 0, 0, 0, -17, 18, 0, 0, 0, 0, 0, 0 } }, + { 8.578303847870e-06, 1.130644403091e-05, { 1, -1, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 7.594400562152e-06, 1.228963027130e-05, { 3, 0, -2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.935350362315e-05, 5.220213164109e-07, { 2, 0, 1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -1.335950904717e-05, 6.512867502653e-06, { 2, 0, 1, 0, 0, -11, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.099705056399e-05, -8.873510202393e-06, { 2, 0, 0, 0, 0, -2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.985182013363e-06, -1.788337746572e-05, { 2, 0, 0, 0, 0, 0, 8, -19, 0, 3, 0, 0, 0 } }, + { 8.974502438323e-06, -1.088847890687e-05, { 1, -1, 0, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0 } }, + { 7.557121649160e-06, -1.230431148221e-05, { 0, 0, 0, 0, 0, 0, 5, -9, 2, 0, 0, 0, 0 } }, + { 1.862488863678e-05, 1.221976195038e-06, { 2, 0, 0, 0, 0, -6, 9, 0, -3, 0, 0, 0, 0 } }, + { 1.343730405989e-08, -1.983000192594e-05, { 6, 0, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -9.221229767212e-06, -1.061319872553e-05, { 0, 0, 2, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { -1.829749257226e-05, 1.536044553511e-06, { 1, 0, 0, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 1.852291620639e-05, 1.306580988457e-06, { 4, 0, 0, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { -1.399331710643e-05, -5.830350662368e-06, { 2, 0, 0, 0, 0, -11, 13, 0, 0, 0, 0, 0, 0 } }, + { -7.183601620828e-06, 1.263933174874e-05, { 2, 0, -1, 0, 0, 0, 17, -19, 0, 0, 0, 0, 0 } }, + { -1.285157861979e-05, 6.967969759314e-06, { 2, 0, -1, 0, 0, 0, 7, -10, 2, 0, 0, 0, 0 } }, + { -1.313403325323e-05, 6.679291798967e-06, { 0, 0, 0, 0, 0, 12, -16, 0, 0, 0, 0, 0, 0 } }, + { -7.181330154188e-06, -1.263145301129e-05, { 0, 0, 1, 0, 0, 6, -14, 8, 0, 0, 0, -1, 0 } }, + { 7.181330154188e-06, -1.263145301129e-05, { 0, 0, 1, 0, 0, -6, 14, -8, 0, 0, 0, 1, 0 } }, + { -1.135425442372e-06, 1.867730235691e-05, { 2, 0, 0, 0, 0, -3, 5, 0, 0, -3, 0, 0, 0 } }, + { -1.710389254350e-05, -2.698095936450e-06, { 0, 0, 1, 0, 0, 3, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.278094562527e-05, -7.020893285561e-06, { 3, 0, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 9.014435390695e-06, 1.077877958458e-05, { 2, 0, -1, 0, 1, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.331352200042e-05, 6.471090806604e-06, { 2, 0, 1, 0, 0, -10, 8, 0, 0, 0, 0, 0, 0 } }, + { -9.413194659967e-06, 1.035998718628e-05, { 1, -1, 0, 0, 4, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.580357083386e-05, 3.968583307306e-06, { 0, 0, 0, 0, 0, 0, 1, -3, 3, 0, 0, 0, 0 } }, + { 1.974341411531e-05, 2.635975990507e-08, { 2, 0, -2, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { -1.449629662661e-05, -5.271250500554e-06, { 2, 0, 0, 0, 0, -12, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.171734903553e-05, -8.045474406752e-06, { 4, 0, -1, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 9.268152072397e-06, 1.049358969041e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { -7.527071331253e-06, 1.223442186739e-05, { 0, 0, 2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -1.512697284476e-05, 4.623025129191e-06, { 1, 0, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.600781742866e-05, 3.741791575934e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 4, -1, 0, 0, 0 } }, + { -1.611634799675e-05, -3.632993265209e-06, { 1, -1, -3, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { -1.357703638380e-05, 6.170173784151e-06, { 1, -1, 0, 0, 0, -1, 8, -10, 0, 0, 0, 0, 0 } }, + { -7.568521849844e-06, -1.217832761083e-05, { 1, 1, -2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.169258126709e-05, -8.052230705708e-06, { 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.847839002841e-06, 1.289426061085e-05, { 0, 0, 0, 0, 0, 0, 3, 0, -4, 2, 0, 0, 0 } }, + { -2.248252432932e-06, 1.749257509311e-05, { 4, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -7.544137653107e-07, 1.897957419936e-05, { 1, 0, 0, 0, 0, 2, -32, 30, 8, -6, 0, 0, 0 } }, + { -1.628176685018e-05, -3.449210451360e-06, { 2, 0, -2, 0, 0, -4, 12, -7, 0, 0, 0, 0, 0 } }, + { -1.287040087849e-05, 6.858407141788e-06, { 2, 0, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.965295388396e-05, 7.554812760955e-08, { 4, -2, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 2.832556692432e-06, 1.688595591032e-05, { 2, 0, -1, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.907545283919e-05, 6.430448234530e-07, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 3, 0, 0, 0 } }, + { 1.399665401796e-05, 5.709683893868e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 2, -7, 0, 0, 0 } }, + { 1.970557831578e-05, 1.012997673663e-10, { 0, 0, 2, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.574704291280e-05, -3.946423494816e-06, { 1, 1, 0, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.925239594786e-05, -4.350237141261e-07, { 2, 0, -2, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.574601896622e-05, -3.938250405076e-06, { 1, 1, 2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -4.490888890745e-06, -1.518181412455e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -7, 10, 0, 0, 0 } }, + { 1.854197388521e-05, 1.125460585263e-06, { 2, 0, 1, 0, 0, 0, -3, 0, 0, 3, 0, 0, 0 } }, + { 5.661733160630e-06, -1.400485889874e-05, { 2, 0, 1, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -9.959651264173e-06, -9.705103639858e-06, { 0, 0, 0, 0, 0, 14, -23, 0, 3, 0, 0, -1, 0 } }, + { 1.129723575842e-05, 8.367367033562e-06, { 0, 0, 0, 0, 0, 0, 13, -18, 0, 0, 0, 0, 0 } }, + { 1.207636265172e-06, 1.845432632403e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 3, 0, 0 } }, + { -9.263124550197e-06, -1.039247162484e-05, { 0, 0, 1, 0, 0, -18, 26, -19, 0, 3, 0, 0, 0 } }, + { 7.211659639512e-06, -1.244351524057e-05, { 0, 0, 0, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { 7.373230059840e-06, 1.227624845347e-05, { 1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.737949335270e-06, 1.590993007633e-05, { 1, -1, 1, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.963498607796e-05, -9.664599152783e-09, { 4, -2, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 8.241369049246e-06, 1.140271461249e-05, { 0, 0, 2, 0, 0, 0, -11, 21, -2, 0, 0, 0, 0 } }, + { -9.002499892640e-06, 1.064076754513e-05, { 0, 0, 1, 0, 0, 0, 1, -4, 2, 0, 0, 0, 0 } }, + { 1.074407402198e-06, 1.856831157815e-05, { 2, 0, -1, 0, 0, -11, 10, 0, 0, 0, 0, 0, 0 } }, + { 6.326430835767e-06, 1.331579590723e-05, { 2, -2, 2, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { -9.414969483237e-06, 1.022679893326e-05, { 4, 0, -2, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { -8.232462389679e-06, 1.140238445306e-05, { 0, 0, 2, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { 4.293287360242e-07, 1.920237191780e-05, { 2, -2, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.824071978530e-06, -1.580370982882e-05, { 2, 0, 4, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.748356915381e-05, -2.131417920153e-06, { 0, 0, 1, 0, 0, 15, -17, 0, 0, 0, 0, 0, 0 } }, + { -3.454051918693e-06, 1.615340504924e-05, { 2, -2, 0, 0, -1, 28, -26, 0, 0, 0, 0, 0, 0 } }, + { -3.454051918693e-06, 1.615340504924e-05, { 2, -2, -2, 0, -1, 28, -26, 0, 0, 0, 0, 0, 0 } }, + { 9.720676069816e-07, -1.861914788784e-05, { 4, 0, -3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.309458080674e-06, 1.327931098913e-05, { 2, -2, -2, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { -1.708728303491e-05, 2.493838491187e-06, { 1, 1, -1, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.566366182417e-05, 3.917090893543e-06, { 1, 3, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.906899919724e-06, -1.767083592809e-05, { 4, 0, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -1.919228425344e-05, 3.780158058943e-07, { 0, 0, 2, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -1.939229961375e-05, -1.769014103112e-07, { 2, 2, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.471860016776e-05, 4.849331774894e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 1, -4, 0, 0, 0 } }, + { 1.942916527238e-05, -1.378875070073e-07, { 4, 2, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.255760935536e-05, 7.005896651808e-06, { 1, 0, 1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 3.985068027778e-06, 1.557808331777e-05, { 0, 0, 2, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.463272980384e-06, -1.609647196429e-05, { 1, 1, 0, 0, 0, -40, 39, 0, 0, 0, 0, 0, 0 } }, + { -4.257217389100e-06, 1.529006094737e-05, { 1, 0, 1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 1.679143757099e-05, 2.752315138600e-06, { 2, 2, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 4.256412099795e-06, 1.528701402246e-05, { 1, 0, 1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -1.753095518843e-05, 2.002398860579e-06, { 2, 0, 1, 0, 0, 5, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.482419268587e-05, -4.707816585129e-06, { 0, 0, 1, 0, 0, -13, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.247832129248e-05, -7.050170775019e-06, { 2, 0, -2, 0, 0, 0, -2, 0, 5, 0, 0, 0, 0 } }, + { 8.262942785125e-06, -1.125979707553e-05, { 1, -1, 1, 0, 0, -10, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.732203863767e-06, 1.778704132058e-05, { 2, 0, -1, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { 8.622491154517e-06, -1.089028053248e-05, { 2, 0, 1, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { -1.180742208220e-05, 7.701606742794e-06, { 2, 0, 0, 0, 0, 0, 11, -19, 0, 3, 0, 0, 0 } }, + { 1.932482615649e-05, -1.828313058827e-07, { 2, -2, -3, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 7.473535578346e-06, -1.203108254062e-05, { 1, 0, -2, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 9.950272287867e-06, -9.550704426097e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -1, -3, 0, 0, 0 } }, + { 1.508594097806e-05, -4.413455259584e-06, { 1, 1, -1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -8.512216675947e-06, 1.098695041278e-05, { 2, 0, 0, 0, 0, 0, -5, 2, 0, 0, 0, 0, 0 } }, + { 4.985522190352e-06, 1.450365607622e-05, { 2, 0, -1, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { -7.366126999630e-06, 1.212287079782e-05, { 2, -2, 0, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { 1.930150425683e-05, 1.667830803575e-07, { 0, 0, 2, 0, 0, -24, 24, 0, 0, 0, 0, 0, 0 } }, + { -1.927404979386e-05, 1.806208740491e-07, { 4, 0, -2, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 1.749862417363e-05, -1.955485336132e-06, { 2, 0, 0, 0, 0, 0, 2, 0, -1, -2, 0, 0, 0 } }, + { -1.942445985154e-05, -2.058161838380e-08, { 4, 0, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -1.940741486114e-05, 3.394777485211e-08, { 6, 0, -2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.929175106982e-05, 1.495863837041e-07, { 2, 0, 2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 3.634031313724e-06, 1.580168228572e-05, { 3, 1, -2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -4.275250683816e-06, 1.515840937770e-05, { 2, 0, -2, 0, 0, 15, -10, -4, 0, 0, 0, 0, 0 } }, + { -8.650859881907e-06, -1.077976319044e-05, { 0, 0, 0, 0, 0, 0, 10, -21, 2, 0, 0, 0, 0 } }, + { 1.199511534564e-05, -7.433856285579e-06, { 2, 0, 0, 0, 0, 0, 15, -16, 0, 0, 0, 0, 0 } }, + { 1.942318265109e-05, -2.858940456614e-09, { 0, 2, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 5.977583758956e-06, -1.344816260824e-05, { 1, 1, -2, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 4.294279781712e-06, 1.512852844988e-05, { 1, 0, -1, 0, 0, 0, -35, 41, -2, 0, 0, 0, 0 } }, + { -8.294725350235e-06, 1.112297156537e-05, { 0, 0, 1, 0, 0, 0, 11, -19, 0, 0, 0, 0, 0 } }, + { 1.627138514983e-05, 3.145335779275e-06, { 2, 0, 0, 0, 0, 0, 2, 0, -5, 2, 0, 0, 0 } }, + { 7.839572302080e-06, -1.156899887550e-05, { 0, 0, 1, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.972797401941e-06, -1.743557603097e-05, { 2, 0, -1, 0, 0, 0, 8, -19, 0, 3, 0, 0, 0 } }, + { 1.550590444163e-05, -3.900416506455e-06, { 1, 1, 0, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { -3.711772337587e-06, 1.569418617608e-05, { 3, -1, -1, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.847824000536e-05, -9.231741454868e-07, { 2, 0, 1, 0, 0, 0, -2, 0, 4, -2, 0, 0, 0 } }, + { -1.936907417856e-05, -3.181915844577e-08, { 1, 0, -1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -9.039623937140e-06, 1.036085770458e-05, { 0, 0, 2, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.432141895292e-05, 5.078140508015e-06, { 2, 2, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 5.758017828239e-06, 1.364138806156e-05, { 1, -3, 0, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 9.822551443151e-06, -9.576639706013e-06, { 2, 0, 0, 0, 0, -7, 3, 0, 0, 0, 0, 0, 0 } }, + { -8.503223192038e-06, 1.089381825626e-05, { 1, -1, 2, 0, 0, 0, -34, 41, 0, 0, 0, 0, 0 } }, + { -8.503223192038e-06, 1.089381825626e-05, { 1, -1, 0, 0, 0, 0, -34, 41, 0, 0, 0, 0, 0 } }, + { -1.237097727617e-05, -7.024502204666e-06, { 4, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 6.299730919310e-06, 1.308913549216e-05, { 0, 0, 0, 0, 0, 2, 2, -11, 8, -6, 0, 0, 0 } }, + { 7.261313385858e-06, 1.212194764019e-05, { 3, -1, -1, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { -1.542576352496e-05, -3.953713890332e-06, { 2, 0, -1, 0, 0, -13, 15, 0, 0, 0, 0, 0, 0 } }, + { 8.669568782743e-06, -1.070710600284e-05, { 1, -1, 0, 0, 0, 6, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.716659532791e-05, 2.207419263062e-06, { 2, 0, 1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { 1.699150271359e-05, -2.378142005581e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -3, 6, -3, 0, 0 } }, + { 8.534592132502e-06, 1.083358828029e-05, { 0, 0, 2, 0, -1, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { -8.534908825855e-06, 1.083289827676e-05, { 0, 0, 2, 0, 1, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { 1.729712786785e-05, -2.068890789054e-06, { 2, 0, -1, 0, 0, 0, -6, 12, 0, 0, 0, 0, 0 } }, + { -2.079995265592e-06, 1.728465173098e-05, { 2, 0, -2, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { 6.795772439028e-06, 1.256508530354e-05, { 3, -1, -1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { -5.722110800271e-07, -1.878687549310e-05, { 6, 0, -3, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 7.254996432634e-06, -1.209454857826e-05, { 1, -1, -1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -1.917938693838e-05, -1.662042233497e-07, { 2, -2, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.848325361123e-05, -8.605293937539e-07, { 2, 0, -1, 0, 0, 5, -6, 0, 1, 0, 0, 0, 0 } }, + { -1.348769535758e-05, -5.855471334202e-06, { 2, 0, -1, 0, 0, 2, -6, 5, 0, 0, 0, 0, 0 } }, + { 1.510224833237e-05, 4.238545316764e-06, { 2, 0, 1, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0 } }, + { 6.549575051364e-06, 1.278441798852e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0 } }, + { -5.936584168628e-07, 1.873654499198e-05, { 2, 2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.301044490641e-05, 6.310114150165e-06, { 4, 0, -1, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0 } }, + { -7.384617922637e-06, -1.193090266081e-05, { 1, -1, 1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 3.103888897793e-06, 1.620105027976e-05, { 3, -1, -3, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 1.302308026407e-05, 6.271799962910e-06, { 1, 1, -2, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 9.179162536345e-06, 1.011107669426e-05, { 0, 0, 0, 0, 0, 0, 8, -14, 3, 0, 0, 0, 0 } }, + { -1.579934589606e-05, -3.488754715929e-06, { 1, -1, -1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.086404471036e-05, -8.416145422386e-06, { 6, 0, -2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.112351255893e-05, 8.151565213437e-06, { 1, -1, 0, 0, 0, 20, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.241609438964e-05, 6.856175035634e-06, { 1, 0, 0, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { -1.751159336246e-05, 1.753972169035e-06, { 1, -1, 0, 0, 0, 0, 1, 0, -2, 4, 0, 0, 0 } }, + { 1.924663177804e-05, 1.284918598535e-08, { 2, 0, -5, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.324556616322e-05, -6.009439448739e-06, { 2, 0, -1, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { 1.919950154825e-05, -5.077894100977e-08, { 2, 0, -2, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.485080135049e-05, 4.377347545660e-06, { 1, -1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.838517730322e-06, -1.638941728487e-05, { 0, 0, 0, 0, 0, 10, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.162800685137e-05, -7.599044958046e-06, { 0, 0, 1, 0, 0, -10, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.920483702212e-05, 1.152486068540e-08, { 0, 0, 0, 0, 0, 26, -26, 0, 0, 0, 0, 0, 0 } }, + { -8.678257520714e-06, -1.053716572207e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 5, -2, 0, 0, 0 } }, + { 1.905721439615e-05, -1.580797174517e-07, { 0, 2, 2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 4.024761477909e-06, 1.517544300814e-05, { 4, 0, -3, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 1.134078658601e-05, -7.858168388029e-06, { 2, -2, 0, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 8.744680931758e-06, -1.043224447704e-05, { 1, -1, 1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 1.790690073195e-07, -1.899192094817e-05, { 0, 2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.687891133035e-06, 1.547365891776e-05, { 0, 1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.748405241560e-05, 1.665760066633e-06, { 0, 1, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -1.281775824282e-05, -6.329515876044e-06, { 1, 0, 0, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.868121656030e-05, 4.601122749723e-07, { 2, 0, 0, 0, 0, -40, 40, 0, 0, 0, 0, 0, 0 } }, + { -1.763440876447e-05, -1.499544920313e-06, { 0, 0, 0, 0, 0, 0, 2, -3, 1, 0, 0, 0, 0 } }, + { -1.641640062601e-05, -2.711547286618e-06, { 0, 0, 0, 0, 0, 0, 1, 0, 1, -6, 3, 0, 0 } }, + { 4.360333342203e-06, -1.476109736595e-05, { 2, 0, 1, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.035737714955e-05, -8.763696886023e-06, { 2, 0, 0, 0, 0, -3, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.347125529305e-06, 1.377394227171e-05, { 2, 0, 1, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0 } }, + { 5.436384445408e-06, -1.367256105556e-05, { 1, 1, 0, 0, 0, -24, 25, 0, 0, 0, 0, 0, 0 } }, + { 1.545683052600e-05, -3.647220218892e-06, { 0, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.254940170619e-06, 1.384820445325e-05, { 1, 1, 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -3.635838027776e-06, -1.546721257423e-05, { 1, -1, -2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.317414747717e-05, 5.925326985232e-06, { 2, -2, 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -1.756045584405e-05, 1.531325777906e-06, { 0, 0, 2, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { -2.967317770575e-06, -1.612179991548e-05, { 2, 0, 0, 0, -7, 0, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.890069577280e-05, 1.784450975646e-07, { 2, 2, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.249990935219e-05, -6.578792644093e-06, { 2, 0, -2, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.214971314699e-05, -6.927658618592e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -4, 2, 0 } }, + { 1.902605709390e-05, 4.707339505067e-08, { 2, 0, 2, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 1.747154715118e-05, 1.589163447486e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 3, -2, 0 } }, + { -1.094915276666e-05, 8.109040398626e-06, { 2, 0, 1, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { 6.479125285987e-06, -1.257678097304e-05, { 2, -2, -1, 0, 0, 23, -30, 15, 0, 0, 0, 0, 0 } }, + { -1.267064750890e-05, 6.384855842751e-06, { 0, 0, 2, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { 2.899277395397e-07, 1.876456073019e-05, { 1, 0, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.849346674995e-05, -5.562728496741e-07, { 0, 0, 1, 0, 4, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.844461708538e-06, 1.520360697191e-05, { 0, 2, 1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -6.395628529259e-06, 1.265197658019e-05, { 1, 0, 0, 0, 0, -18, 17, 0, -2, 5, 0, 0, 0 } }, + { 1.507546839072e-05, -3.961386052320e-06, { 2, 2, -1, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { 1.507546839072e-05, -3.961386052320e-06, { 2, -2, -1, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { 1.902749882627e-05, 1.937016444900e-09, { 2, 2, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.620068719466e-07, -1.846271587789e-05, { 0, 0, 3, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { -1.210994201874e-05, -6.905646386603e-06, { 1, -1, 0, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0 } }, + { -5.279982150006e-06, 1.372820340783e-05, { 0, 0, 3, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 4.694982474543e-06, 1.430663144237e-05, { 1, 1, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 1.301550446770e-05, 5.972472820803e-06, { 1, -1, 1, 0, 4, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.272606856392e-05, 6.260540340850e-06, { 2, 0, -1, 0, 0, 15, -13, 0, 0, 0, 0, 0, 0 } }, + { 7.110926893501e-06, -1.187552254808e-05, { 1, 1, 0, 0, 0, 0, -1, 0, 0, -2, 0, 0, 0 } }, + { 2.948551729540e-07, 1.868373619725e-05, { 1, 0, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 1.895717061768e-05, 1.812220664192e-08, { 3, 0, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { -9.986527319195e-06, -8.985874175514e-06, { 6, 0, -2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -6.866521150062e-07, 1.828303920864e-05, { 0, 0, 1, 0, 0, 0, 12, -15, 0, 0, 0, 0, 0 } }, + { 1.560750557481e-05, 3.358066599158e-06, { 1, 0, 0, 0, 0, -22, 24, 0, 0, 0, 0, 0, 0 } }, + { 5.316935645437e-06, -1.364781399699e-05, { 1, -1, 1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -1.155110151892e-05, -7.410709994804e-06, { 0, 2, 0, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 1.154756930225e-05, -7.407437238283e-06, { 0, 2, 0, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 1.346005914997e-05, 5.489437428031e-06, { 2, 0, -1, 0, 0, -4, 7, 0, -6, 0, 0, 0, 0 } }, + { -1.271563933805e-05, 6.233145387606e-06, { 2, 0, -1, 0, 0, -19, 17, 0, 0, 0, 0, 0, 0 } }, + { -2.381045036493e-06, 1.656470723365e-05, { 2, 0, 0, 0, 0, 0, -7, 15, 0, 0, 0, 0, 0 } }, + { -8.507420066979e-06, -1.043032400465e-05, { 2, 0, -3, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 1.741533517750e-05, 1.510561438386e-06, { 0, 0, 2, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { 3.234670990765e-06, 1.567808962648e-05, { 2, 0, -1, 0, 0, 0, -2, 0, -2, 8, 0, 0, 0 } }, + { -6.795827414420e-06, -1.211307277593e-05, { 1, 1, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.624926346742e-06, -1.527997385184e-05, { 2, -1, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.460303700338e-05, -4.300812287807e-06, { 2, 2, 0, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -1.140507924117e-05, 7.493247631300e-06, { 1, -1, 0, 0, 0, 0, 10, -14, 0, 0, 0, 0, 0 } }, + { 5.934169476703e-07, 1.829787082081e-05, { 0, 2, 1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.877893545742e-05, 1.117182021921e-07, { 2, 0, 1, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { -1.604717890205e-05, -2.836691077967e-06, { 0, 0, 1, 0, 0, -21, 23, 0, 0, 0, 0, 0, 0 } }, + { 1.730228757980e-05, 1.580781656600e-06, { 1, 1, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.726089314208e-05, 1.616246126920e-06, { 1, 0, -2, 0, 0, 0, 37, -43, 0, 0, 0, 0, 0 } }, + { -1.503483559539e-05, 3.841286269645e-06, { 1, -1, 0, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -6.562707447901e-06, -1.230981849572e-05, { 1, 1, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.509354706743e-05, 3.774405515732e-06, { 1, -1, -2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.079420035987e-05, 8.070466461940e-06, { 2, 0, -2, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { 3.844198284347e-06, -1.501819285931e-05, { 2, 2, -1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -1.492993886765e-05, 3.924066202627e-06, { 1, 0, 0, 0, 0, -26, 31, -2, 0, 0, 0, 0, 0 } }, + { 1.692182025629e-05, -1.926176426720e-06, { 2, -2, -1, 0, 0, 26, -27, 0, 1, 0, 0, 0, 0 } }, + { 1.858844964163e-05, 2.576257935132e-07, { 0, 0, 1, 0, 0, 3, -5, 2, 0, 0, 0, 0, 0 } }, + { 1.523833003718e-05, 3.601561565909e-06, { 2, 0, -3, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 1.432224722580e-05, -4.511561324023e-06, { 5, -1, -2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 3.669129439439e-06, -1.516331282405e-05, { 3, 0, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.786527111457e-05, 9.643973527262e-07, { 2, 0, 1, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { -8.206376018696e-07, 1.800721001257e-05, { 2, 0, 1, 0, 0, 17, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.464038792084e-06, -1.736236080372e-05, { 2, -2, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.234341792806e-06, 1.359183933472e-05, { 0, 0, 3, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.687291983714e-05, -1.950030263497e-06, { 2, 0, -1, 0, 0, 0, -9, 19, 0, -3, 0, 0, 0 } }, + { -1.643865238304e-05, 2.380846508059e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -6, 7, 0, 0, 0 } }, + { 8.263859951780e-06, 1.055293501645e-05, { 2, 0, -1, 0, 0, 0, -10, 18, 0, 0, 0, 0, 0 } }, + { 1.824058112011e-05, 5.733751354853e-07, { 0, 0, 0, 0, 1, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.023593265051e-06, 1.478692679047e-05, { 0, 0, 0, 0, 0, 25, -28, 0, 0, 0, 0, 0, 0 } }, + { 1.140399274836e-07, -1.869637793229e-05, { 0, 2, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.492124727423e-06, 9.316056784892e-06, { 4, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 1.215821850118e-05, -6.647570144321e-06, { 4, 0, -1, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { 2.969938944148e-06, 1.582685201409e-05, { 0, 2, -3, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.356508375614e-05, 5.229339500117e-06, { 2, 0, -1, 0, 0, 12, -16, 0, 0, 0, 0, 0, 0 } }, + { 7.036661895720e-06, -1.175731879584e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0 } }, + { -9.140660334102e-06, 9.652119503673e-06, { 2, 0, 0, 0, 0, -17, 22, -11, 0, 0, 0, 0, 0 } }, + { -9.140660334102e-06, 9.652119503673e-06, { 2, 0, -2, 0, 0, -17, 22, -11, 0, 0, 0, 0, 0 } }, + { -1.599450411791e-05, -2.790525955944e-06, { 3, 0, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.868793957817e-05, -9.398685861543e-08, { 2, 2, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -6.994703151213e-06, -1.177694044693e-05, { 2, 0, 1, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0 } }, + { 6.681489916684e-06, 1.208349833738e-05, { 2, 0, -1, 0, 0, 6, -12, 8, -3, 0, 0, 0, 0 } }, + { 7.418325131511e-06, 1.133798947713e-05, { 0, 2, 2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -3.596113396761e-06, 1.515751908392e-05, { 2, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.822726038380e-06, -1.192482869672e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 4, -4, 0, 0, 0 } }, + { 7.995533314253e-06, -1.074329260046e-05, { 2, 0, -2, 0, 0, 18, -19, 0, 0, 0, 0, 0, 0 } }, + { -6.566801728474e-06, -1.216708512316e-05, { 2, -2, 0, 0, 0, 5, -3, -6, 2, 0, 0, 0, 0 } }, + { -1.331232801844e-05, 5.421261548913e-06, { 2, 0, -1, 0, 0, 4, -7, 0, 6, 0, 0, 0, 0 } }, + { 3.370025472385e-06, 1.536283079296e-05, { 2, 0, 1, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0 } }, + { -8.726632481644e-06, -9.995346615473e-06, { 0, 0, 0, 0, 0, 8, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.392287580760e-06, -1.532832803535e-05, { 3, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.358712544200e-06, 1.435802917405e-05, { 2, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -7.001864785101e-06, -1.170714801863e-05, { 0, 0, 2, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0 } }, + { 3.019616608798e-06, 1.568070489328e-05, { 5, -1, -2, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -1.852540472471e-05, -1.734452210874e-07, { 2, -2, 1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -3.886936290934e-06, -1.481169968406e-05, { 1, 1, -1, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.859031724350e-05, 1.017912471713e-07, { 0, 2, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 3.467372139598e-06, 1.522323529826e-05, { 3, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.052343664190e-06, -1.463329703913e-05, { 4, 0, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -1.452608538613e-05, -4.156970753178e-06, { 0, 0, 3, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.300429801341e-06, -1.638059932966e-05, { 0, 2, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 1.833929093337e-05, 3.383394419415e-07, { 0, 0, 1, 0, 0, -3, 3, 0, 1, 0, 0, 0, 0 } }, + { -1.194424718408e-05, 6.730886590473e-06, { 1, 0, -1, 0, 0, 0, 4, -6, 1, 0, 0, 0, 0 } }, + { 7.056971500336e-06, 1.161717330010e-05, { 2, 2, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -1.387455852631e-05, -4.795135028008e-06, { 2, 0, -1, 0, 0, 0, 4, 0, -3, -5, 0, 0, 0 } }, + { -1.375786312370e-05, 4.910394535655e-06, { 2, -2, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 1.505801398800e-05, -3.599128620415e-06, { 0, 0, 2, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -6.960967418363e-06, -1.168860985900e-05, { 1, -1, 1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 1.827052937105e-05, -3.750601906991e-07, { 0, 2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.564214790054e-05, 3.000179427254e-06, { 2, -1, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.863556250900e-05, -3.461930721287e-09, { 0, 0, 4, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.236680011614e-06, -1.240095932845e-05, { 4, 0, -1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { 1.191331737890e-05, -6.712458053323e-06, { 2, 0, -3, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 1.063269657814e-05, 7.991060139711e-06, { 2, 0, -2, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { 8.475167009977e-06, 1.014772308627e-05, { 1, 0, 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -6.594252472276e-06, 1.202651725588e-05, { 1, -1, 1, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { -6.008734104840e-06, -1.261051427057e-05, { 1, -1, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0 } }, + { 2.588699651482e-06, 1.602702216181e-05, { 4, 0, -1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { -1.149913425165e-05, 7.113908653435e-06, { 0, 0, 1, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0 } }, + { 9.844368884600e-06, -8.766011740929e-06, { 2, 0, 0, 0, 0, -4, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.843078715903e-06, 1.076610400887e-05, { 2, 0, -1, 0, 0, 0, -10, 14, 0, 0, 0, 0, 0 } }, + { -4.021795187879e-06, 1.457793653918e-05, { 1, 1, -1, 0, 0, -13, 14, 0, 0, 0, 0, 0, 0 } }, + { 9.490501000019e-06, -9.094943969277e-06, { 2, 0, 0, 0, 0, -6, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.453162023565e-05, -4.053555750470e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -1, -3, 0, 0, 0 } }, + { -1.193119249867e-05, 6.653614667873e-06, { 2, 2, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 1.353161946928e-05, 5.052504635744e-06, { 2, 0, -1, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0 } }, + { 9.329149544437e-06, 9.254626019977e-06, { 4, 0, -3, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -7.554727915194e-06, 1.102627045952e-05, { 0, 0, 1, 0, 0, 0, 3, -6, 1, 0, 0, 0, 0 } }, + { -4.316950153833e-06, 1.426109552209e-05, { 2, 0, -1, 0, 0, -22, 25, 0, 0, 0, 0, 0, 0 } }, + { 1.126381467114e-05, -7.309179224347e-06, { 2, 0, -1, 0, 0, 2, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.108343925103e-05, 7.489232042374e-06, { 2, 0, -1, 0, 0, 0, 4, 0, -7, 5, 0, 0, 0 } }, + { 5.541691263950e-06, 1.302282327135e-05, { 0, 0, 0, 0, 0, 13, -19, -4, 0, 0, 0, 0, 0 } }, + { -1.219197649811e-05, -6.371496890652e-06, { 2, 0, 0, 0, 0, -10, 12, 0, 0, 0, 0, 0, 0 } }, + { -2.447445310220e-06, 1.611248076039e-05, { 4, 0, 0, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { 1.158587168723e-06, -1.739968583937e-05, { 2, -2, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 1.538851007119e-05, 3.169263562587e-06, { 1, 1, 0, 0, 0, -8, 10, 0, 0, 0, 0, 0, 0 } }, + { 2.334182864240e-06, -1.622050494369e-05, { 6, 0, -2, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -1.581012296881e-05, -2.743942174531e-06, { 3, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.140421826713e-06, -1.240271813904e-05, { 4, 0, -2, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 1.504242065498e-05, -3.493984614950e-06, { 2, 0, 0, 0, 0, -8, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.085391081717e-05, 7.680038303589e-06, { 0, 0, 2, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { -1.035829030344e-05, 8.175365983708e-06, { 1, -1, 0, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { 1.848410527167e-05, 4.618136144296e-08, { 0, 2, 0, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { 6.628067943982e-06, -1.190190899734e-05, { 1, -1, 0, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { -3.531449620272e-06, -1.499230439236e-05, { 1, -1, -1, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { 4.402347707704e-06, 1.411758362908e-05, { 2, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -3.602768491053e-06, -1.491497323081e-05, { 3, 1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.002941721991e-06, -1.551271209513e-05, { 1, 0, 0, 0, 0, 0, -28, 29, 3, 0, 0, 0, 0 } }, + { -6.905945644322e-06, 1.160806623475e-05, { 0, 0, 1, 0, 0, 0, 13, -15, 0, 0, 0, 0, 0 } }, + { -1.180773506571e-05, -6.705780569576e-06, { 2, 0, -1, 0, 2, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.368813227304e-05, -4.824662503927e-06, { 2, 0, 1, 0, 0, 0, -2, 0, 1, 5, 0, 0, 0 } }, + { 1.411105679216e-05, -4.396073688212e-06, { 6, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -6.939414092004e-06, -1.156545924339e-05, { 2, 0, -2, 0, 0, 4, -5, 0, 3, 0, 0, 0, 0 } }, + { 1.503648334219e-05, 3.459755611494e-06, { 1, 1, -1, 0, 0, -22, 24, 0, 0, 0, 0, 0, 0 } }, + { -1.825422461817e-05, 2.418496141125e-07, { 2, 0, 0, 0, 0, -39, 39, 0, 0, 0, 0, 0, 0 } }, + { -1.073411793935e-05, -7.752556006685e-06, { 4, 0, -3, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 3.892852834363e-06, -1.459023037482e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0 } }, + { 2.069468303072e-06, -1.641168072461e-05, { 2, 0, 0, 0, 0, -2, 8, -9, 0, 0, 0, 0, 0 } }, + { -1.520836080400e-05, -3.272148466224e-06, { 1, -1, 0, 0, 0, -3, 6, 0, -1, 0, 0, 0, 0 } }, + { -4.409581649347e-06, -1.406361750713e-05, { 1, 0, 0, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { 9.618431131104e-06, -8.851108943882e-06, { 2, 0, 0, 0, 0, -5, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.103852717651e-05, 7.426176629235e-06, { 2, 0, -2, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -1.809088178093e-05, 3.533994078385e-07, { 1, 1, 1, 0, -1, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.809088178093e-05, 3.533994078385e-07, { 1, 1, -3, 0, -1, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.262048783031e-05, 5.809011015611e-06, { 2, 0, -1, 0, 0, 0, 6, 0, -5, 0, 0, 0, 0 } }, + { 5.329831178776e-07, 1.789087284045e-05, { 1, 0, -1, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { -3.940323748068e-06, 1.447857100172e-05, { 0, 0, 1, 0, 0, 0, 2, -6, 3, 0, 0, 0, 0 } }, + { -1.650120630066e-05, 1.912295952349e-06, { 2, 0, -2, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { -1.175657124098e-05, -6.646398719988e-06, { 4, 0, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 1.232565844362e-05, 6.074925819277e-06, { 0, 0, 2, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.006722721859e-05, -8.333293191722e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 3, -8, 0, 0, 0 } }, + { 1.143560693217e-06, 1.725577860089e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, 3, 0, 0 } }, + { 7.452628342907e-06, 1.094194483567e-05, { 0, 0, 1, 0, 0, 0, -3, 6, -1, 0, 0, 0, 0 } }, + { 7.129568930960e-07, -1.768125226175e-05, { 2, -2, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.554118554199e-05, -2.852911196911e-06, { 2, 0, -2, 0, 0, -22, 24, 0, 0, 0, 0, 0, 0 } }, + { -9.644918246953e-07, -1.742385847471e-05, { 4, 0, -1, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { 1.761225018247e-05, 7.750548152128e-07, { 0, 0, 1, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { -1.834423762807e-05, 3.871440115573e-08, { 0, 0, 2, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 6.660462805267e-06, -1.172241807164e-05, { 1, -1, 0, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { -5.188349422284e-06, 1.319236782923e-05, { 1, 0, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.481827267947e-06, -1.489880222955e-05, { 1, -1, 1, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.390478576334e-05, -4.470563707746e-06, { 2, 0, -1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 4.132433583813e-06, 1.423550257396e-05, { 3, 0, -2, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { -3.663139295305e-06, 1.470364141236e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -5, 9, 0, 0, 0 } }, + { -1.125008618685e-06, 1.723412609408e-05, { 2, -2, 0, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { 2.453696319538e-06, 1.589182373152e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -6, 5, 0, 0, 0 } }, + { 1.342842970073e-05, 4.909874843497e-06, { 4, 0, 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 6.943175168890e-06, -1.139338902322e-05, { 0, 0, 3, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 4.234671937012e-06, 1.410182205539e-05, { 2, 0, 0, 0, 0, 0, -6, 10, -3, 0, 0, 0, 0 } }, + { 6.542292625093e-06, -1.178689373039e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 4, -4, 0, 0, 0 } }, + { 4.874311179831e-06, 1.344654066798e-05, { 4, 0, -2, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.359289690460e-05, 4.725155526755e-06, { 2, 0, 1, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 } }, + { -1.183680874175e-05, -6.475192045442e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -3, -5, 0, 0, 0 } }, + { 1.089029532147e-05, -7.418695502238e-06, { 2, 0, 1, 0, 0, 0, -7, 12, 0, 0, 0, 0, 0 } }, + { -9.697941677485e-06, 8.608300257439e-06, { 2, 2, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.769169919991e-05, 6.120858271321e-07, { 4, 0, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -3.693656690095e-06, -1.460785678607e-05, { 3, -1, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 6.724297430570e-06, 1.157637253676e-05, { 1, 1, -1, 0, 0, -20, 16, 8, -3, 0, 0, 0, 0 } }, + { -1.138810445591e-05, -6.907228741009e-06, { 0, 2, 1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -3.500875342339e-06, 1.478915926519e-05, { 3, -1, 1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.826699524640e-05, 1.522368676076e-08, { 2, 0, 2, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { -7.228821019212e-07, 1.755428157090e-05, { 2, 0, 0, 0, 0, 26, -27, 0, 0, 0, 0, 0, 0 } }, + { 2.768537446062e-06, -1.550452655457e-05, { 2, 0, 0, 0, 0, -15, 8, 4, 0, 0, 0, 0, 0 } }, + { 1.355696808320e-05, -4.702326159077e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -6, 10, 0, 0, 0 } }, + { 1.068235685738e-05, -7.564751794020e-06, { 1, -1, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { 1.821482207574e-05, -3.081514237744e-08, { 0, 2, 0, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -1.613522515905e-05, -2.105978824342e-06, { 3, 1, -2, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.530422746951e-05, 2.930694847947e-06, { 1, -1, 1, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -6.424942975842e-06, -1.180790506912e-05, { 3, -1, -2, 0, 0, 0, 14, -21, 0, 0, 0, 0, 0 } }, + { 1.072922906077e-05, -7.501270953875e-06, { 4, 0, -2, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 5.863313227482e-06, 1.236700439674e-05, { 4, -2, 0, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { 1.731557494193e-05, -9.123689104229e-07, { 2, 0, 0, 0, 0, 0, 7, 0, -7, 0, 0, 0, 0 } }, + { 1.638688063257e-05, -1.837887435629e-06, { 1, -1, 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 } }, + { -9.112352773782e-06, 9.103786929977e-06, { 2, 0, 0, 0, 0, 0, -8, 7, 0, 0, 0, 0, 0 } }, + { 1.159229271929e-05, 6.615604800254e-06, { 1, -1, -1, 0, 0, 21, -20, 0, 2, 0, 0, 0, 0 } }, + { -5.119974778365e-06, -1.308464477967e-05, { 0, 0, 1, 0, 0, -5, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.817412407759e-06, 1.438660424758e-05, { 2, 0, 3, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 1.654445651803e-05, -1.653442457380e-06, { 0, 0, 1, 0, 0, 0, 2, 0, -1, -2, 0, 0, 0 } }, + { 2.579973139721e-06, 1.561199315818e-05, { 2, 0, -1, 0, 0, 0, -3, 0, 4, -2, 0, 0, 0 } }, + { 7.766924422234e-06, 1.042490850224e-05, { 2, 0, 0, 0, 0, 0, -3, 5, 4, 0, 0, 0, 0 } }, + { -3.495297921535e-06, 1.469452968868e-05, { 0, 1, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.003477462918e-06, 1.318436196107e-05, { 1, -1, 0, 0, 0, 21, -22, 0, 0, 0, 0, 0, 0 } }, + { 3.105325652347e-06, 1.507088417968e-05, { 2, 0, 0, 0, 0, 0, -2, 0, -2, 8, 0, 0, 0 } }, + { -8.120406071890e-06, -1.004774704158e-05, { 1, 1, -1, 0, 0, -13, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.279106200203e-05, -5.375762898077e-06, { 1, 1, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 7.155339833694e-06, -1.101077622567e-05, { 1, -1, -1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.048627546879e-05, 7.676139051116e-06, { 1, 0, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -3.452299902937e-06, -1.470502010763e-05, { 1, -1, 1, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.522918478082e-05, 2.924881174215e-06, { 1, 1, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.170862930728e-05, -6.444254094859e-06, { 4, -2, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -1.318577516839e-05, -4.958246828973e-06, { 1, 1, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 1.226368911355e-05, -5.873480161462e-06, { 3, 1, -1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -1.182582617083e-05, 6.308001626262e-06, { 2, -2, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 1.811851503081e-05, 1.502714258973e-08, { 4, 0, -1, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.537464141805e-06, 1.658483115213e-05, { 4, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.521598068820e-05, -2.905839885091e-06, { 3, 1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.270467904579e-06, -1.684957430921e-05, { 0, 0, 1, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.807988617258e-05, 3.929454481248e-08, { 4, 0, -3, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -1.496544191074e-05, -3.148655400457e-06, { 1, -1, 0, 0, 0, -9, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.476196806707e-05, 3.350056971399e-06, { 0, 0, 0, 0, 0, 0, 3, 0, -5, 2, 0, 0, 0 } }, + { -9.188594383133e-06, 8.921213435872e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 2, -1, 0, 0, 0 } }, + { 4.115132795251e-06, -1.399176941316e-05, { 6, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -4.114720777398e-06, -1.399183884631e-05, { 6, 0, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.169316981625e-05, -6.413382737220e-06, { 4, 0, -1, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { 1.806240408064e-05, -3.762367190502e-08, { 2, 0, -2, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -2.354198507922e-06, 1.573653831456e-05, { 2, 0, -4, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { -3.885322410659e-06, 1.419973303252e-05, { 2, 0, -1, 0, 0, 0, -4, 0, 0, 3, 0, 0, 0 } }, + { 6.647738853434e-06, -1.143662668147e-05, { 2, 0, 0, 0, 0, 0, 17, -19, 0, 0, 0, 0, 0 } }, + { 1.280343956419e-06, -1.679506166273e-05, { 0, 0, 1, 0, 0, 0, 6, -13, 0, 0, 0, 0, 0 } }, + { 3.457454277754e-06, -1.461290439701e-05, { 3, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.706138532118e-05, -1.007982971460e-06, { 4, 0, -2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.124674832787e-05, -6.817389759208e-06, { 0, 2, 1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -5.203053064068e-07, -1.753155419513e-05, { 2, 0, 2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 5.017186655800e-07, 1.755006586550e-05, { 2, -2, 0, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 5.726019673295e-06, 1.232453310683e-05, { 0, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0, 0 } }, + { -1.802532188211e-05, -1.665453594212e-08, { 2, 0, -1, 0, 0, -2, 4, -2, 0, 0, 0, 0, 0 } }, + { -3.614595876491e-06, -1.442502008348e-05, { 0, 0, 0, 0, 0, 2, -10, 13, -2, 0, 0, 0, 0 } }, + { 1.787015348831e-05, -1.658759579631e-07, { 0, 2, 1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 1.483564937964e-05, -3.195020460097e-06, { 2, 0, -2, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 4.383315821853e-07, -1.758939091328e-05, { 0, 0, 2, 0, 0, -18, 8, 16, -4, -5, 0, 0, 0 } }, + { 6.653485599416e-06, -1.137286627964e-05, { 1, 0, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -7.701219296750e-06, 1.032454836459e-05, { 2, 0, 0, 0, 0, 0, 3, -5, -4, 0, 0, 0, 0 } }, + { 1.133539765462e-05, -6.686662811041e-06, { 2, 0, 2, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -1.714516638628e-05, -8.765687541713e-07, { 2, 0, 0, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0 } }, + { -8.066419764766e-06, -9.952713392822e-06, { 1, 1, 0, 0, 0, -13, 10, 0, 0, 0, 0, 0, 0 } }, + { 3.472649039808e-06, -1.454637255745e-05, { 2, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 9.999905489048e-06, -8.013141082263e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 11, -3, 0, 0 } }, + { -3.539643158829e-06, 1.447244103452e-05, { 2, 0, -2, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0 } }, + { 3.520216838702e-06, 1.448645353869e-05, { 0, 1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -5.147978137482e-06, 1.285785336978e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -4, 10, 0, 0, 0 } }, + { -8.089029244907e-06, 9.915248831276e-06, { 2, -1, 1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 3.157576313504e-07, 1.768360833308e-05, { 2, 0, 1, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { 8.055495365242e-06, 9.939638633047e-06, { 2, 2, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -8.546771995136e-06, -9.441842144557e-06, { 0, 0, 0, 0, 1, 0, -11, 11, 0, 0, 0, 0, 0 } }, + { 1.534247568743e-05, 2.645337463573e-06, { 2, 0, 0, 0, 0, -3, 5, 0, -3, 0, 0, 0, 0 } }, + { 1.231177176059e-05, 5.668453985532e-06, { 0, 0, 0, 0, 1, 0, -9, 11, 0, 0, 0, 0, 0 } }, + { -1.051784477804e-05, -7.459298927915e-06, { 2, 0, 0, 0, 0, 0, 16, -21, 0, 0, 0, 0, 0 } }, + { -4.084075084745e-06, 1.389290895269e-05, { 3, -2, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.216346979502e-05, 5.812080299533e-06, { 3, -1, -2, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 4.080677436675e-06, 1.388612951041e-05, { 3, -2, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 2.190084906387e-06, -1.575742293469e-05, { 0, 0, 1, 0, 0, -9, 12, 0, 0, 0, 0, 0, 0 } }, + { 8.131729058022e-06, -9.814464199010e-06, { 2, 2, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.750605533185e-05, -4.384840463303e-07, { 1, -1, -1, 0, 0, 0, 34, -37, 0, 0, 0, 0, 0 } }, + { -9.731638077245e-07, 1.696986808345e-05, { 2, 0, 0, 0, 0, 20, -19, 0, 0, 0, 0, 0, 0 } }, + { -9.330576858775e-06, 8.610186078117e-06, { 1, -1, 0, 0, 0, 0, 1, 0, -2, 2, 0, 0, 0 } }, + { -1.234694560945e-05, -5.590774071928e-06, { 3, -1, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.200583305036e-05, -5.918885476397e-06, { 2, 2, 0, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.516992902715e-05, 2.750509630201e-06, { 0, 0, 1, 0, 0, 0, 2, 0, -2, 3, 0, 0, 0 } }, + { -1.046138626274e-05, 7.458482110949e-06, { 1, -1, -1, 0, 0, 0, 2, 0, 1, -1, 0, 0, 0 } }, + { 1.761552724601e-05, 3.018419841876e-07, { 2, 0, -1, 0, 0, 0, 3, 0, -4, 1, 0, 0, 0 } }, + { -1.012294945162e-05, -7.792796058075e-06, { 0, 0, 1, 0, 0, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { 6.424073329025e-07, -1.726869613234e-05, { 2, 0, -2, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.329203206696e-05, 4.617446372590e-06, { 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 } }, + { -2.112871741506e-06, -1.579387260936e-05, { 1, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.394956655304e-05, -3.957080700277e-06, { 1, 1, -1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 4.892020567178e-07, 1.741351022729e-05, { 2, 0, -2, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 5.186182678675e-07, 1.738324464606e-05, { 2, 0, 0, 0, 0, 0, -10, 13, 0, 0, 0, 0, 0 } }, + { 1.789604668116e-05, -2.991838211245e-09, { 0, 0, 2, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.499399972541e-05, -2.904050761626e-06, { 1, -1, 1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.146689430008e-05, 6.423510279420e-06, { 2, 0, 1, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.593809019287e-05, -1.937720710179e-06, { 0, 0, 1, 0, 0, -20, 22, 0, 0, 0, 0, 0, 0 } }, + { 6.702234202555e-06, 1.117306695102e-05, { 3, 1, -1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 3.568249848824e-06, -1.429924427885e-05, { 1, -1, -1, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.060673952162e-05, 7.259861988484e-06, { 2, 0, -1, 0, 0, 0, 18, -23, 0, 0, 0, 0, 0 } }, + { -1.685890856370e-05, 1.004930578231e-06, { 0, 0, 0, 0, 0, 3, -6, 0, 1, 0, 0, 0, 0 } }, + { 1.725625196018e-05, -6.045312810976e-07, { 1, 0, 0, 0, 0, 0, -35, 43, -2, 0, 0, 0, 0 } }, + { 3.363525669210e-06, 1.449504569368e-05, { 1, -1, 0, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { 5.964110579245e-06, 1.189178620479e-05, { 0, 0, 1, 0, 0, 0, 12, -16, 0, 0, 0, 0, 0 } }, + { 4.046370371074e-06, 1.380834486067e-05, { 0, 0, 0, 0, 0, 18, -21, 0, 0, 0, 0, 0, 0 } }, + { 1.408654856561e-05, -3.766120288463e-06, { 2, -1, -1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -5.880834917466e-06, 1.195692984721e-05, { 2, 0, -2, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 3.724685827484e-06, 1.410341108162e-05, { 3, -1, -1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -2.603409710878e-06, -1.521810727900e-05, { 2, 0, 0, 0, 0, 16, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.762758991906e-05, 1.830552132287e-07, { 0, 0, 4, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -7.637644690448e-06, 1.016044930587e-05, { 2, 0, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 7.572806617622e-06, -1.022297470707e-05, { 0, 0, 4, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 4.938299379184e-06, 1.284812158048e-05, { 0, 0, 0, 0, 0, 0, 12, -22, 0, 0, 0, 0, 0 } }, + { 1.775481279264e-05, 2.880336059905e-08, { 0, 0, 2, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -4.011133408757e-06, 1.376814134265e-05, { 0, 0, 1, 0, -5, 0, 6, 0, 0, 0, 0, 0, 0 } }, + { -7.565849387207e-06, -1.021176894947e-05, { 0, 0, 4, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.712431013563e-05, 6.529466268778e-07, { 6, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -3.401765166007e-06, -1.437495708691e-05, { 0, 1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.766859488522e-05, -1.080275783906e-07, { 0, 2, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 9.206784251242e-07, -1.684881033532e-05, { 0, 0, 2, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { -5.961068052189e-07, -1.716853807502e-05, { 2, -2, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -1.246189796066e-05, -5.295046384654e-06, { 4, 0, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.246189796066e-05, -5.295046384654e-06, { 4, 0, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.772653810073e-05, 2.514975069102e-08, { 1, 0, -1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.711438436472e-05, 6.331827182231e-07, { 4, 0, 0, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 1.738766910011e-05, -3.549287760842e-07, { 6, 0, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.687541565385e-05, -8.634427707834e-07, { 2, 0, -1, 0, 0, 4, -6, 2, 0, 0, 0, 0, 0 } }, + { -7.828110001524e-06, 9.907103216134e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 1, -3, 0, 0, 0 } }, + { -1.742503159218e-05, -3.099544069489e-07, { 1, 0, 0, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { -3.987134684306e-06, 1.374655294432e-05, { 2, 0, -1, 0, 0, -24, 27, 0, 0, 0, 0, 0, 0 } }, + { 7.684312969529e-07, -1.696223763903e-05, { 2, 0, 0, 0, 0, 0, 17, -20, 0, 0, 0, 0, 0 } }, + { -8.658874736506e-06, -9.071766096738e-06, { 2, 0, -1, 0, 0, -21, 20, 5, 0, 0, 0, 0, 0 } }, + { 1.771013789213e-05, 1.157300821006e-08, { 6, 0, -4, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.715165796532e-06, 1.400603243644e-05, { 4, 0, 1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 5.519797338016e-06, 1.220066143398e-05, { 1, -1, 1, 0, 0, 0, 1, 0, -1, 5, 0, 0, 0 } }, + { 5.519797338016e-06, 1.220066143398e-05, { 1, -1, -1, 0, 0, 0, 1, 0, -1, 5, 0, 0, 0 } }, + { 1.141740670063e-05, -6.293311493119e-06, { 2, 2, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 1.769893375973e-05, 1.114309457758e-08, { 2, 0, -4, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.140208938367e-05, 6.302016927419e-06, { 1, 0, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -6.448785609921e-07, -1.704864502349e-05, { 2, 0, 1, 0, 0, -19, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.200405225457e-05, -5.687498619322e-06, { 4, 0, -1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.375836823508e-05, -3.926603611798e-06, { 0, 0, 1, 0, 0, -14, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.746544645104e-05, 2.164772143224e-07, { 4, 0, -3, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.451389423380e-05, -3.160437040036e-06, { 0, 0, 1, 0, 3, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.150985386360e-06, -1.551297425388e-05, { 2, 0, -2, 0, 0, -14, 11, 0, 0, 0, 0, 0, 0 } }, + { -3.371905079299e-06, -1.429163849214e-05, { 0, 1, 0, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.308057670602e-05, 4.578060958467e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -6, 10, 0, 0, 0 } }, + { -1.628234371896e-05, 1.376116617887e-06, { 2, 0, 1, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { 6.051976695299e-06, -1.160220902417e-05, { 1, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -9.346527564523e-06, 8.304342796255e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 2, -1, 0, 0, 0 } }, + { -5.189678792492e-06, -1.245032155265e-05, { 1, 1, -1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 1.294140669565e-05, 4.696336336488e-06, { 2, 0, -1, 0, 0, 0, -3, 4, -1, 0, 0, 0, 0 } }, + { 6.679926348789e-06, -1.094319458834e-05, { 0, 0, 0, 0, 0, 0, 6, -10, 2, 0, 0, 0, 0 } }, + { 4.597467636297e-06, 1.300985258866e-05, { 0, 0, 0, 0, 0, 2, -3, 0, -3, 0, 0, 1, 0 } }, + { -7.156948554216e-06, -1.044921965345e-05, { 0, 0, 0, 0, 0, 0, 6, 0, -5, 0, 0, 0, 0 } }, + { 1.581403180375e-05, 1.790332767348e-06, { 0, 2, 1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.231490504230e-05, -5.281902408242e-06, { 2, 0, -1, 0, 0, 0, 15, -22, 0, 0, 0, 0, 0 } }, + { -1.665382460539e-05, 9.424427042824e-07, { 2, 0, 1, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { -4.820884399943e-06, -1.276326211192e-05, { 2, 0, -2, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { 1.209307161383e-05, -5.486551269082e-06, { 1, 0, 0, 0, 0, -15, 8, 8, -3, 0, 0, 0, 0 } }, + { 1.750407862456e-05, 6.725941762123e-08, { 2, 0, 1, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { 1.544908292294e-05, 2.119833297472e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 3, 0, -2, 0, 0 } }, + { -1.408470554937e-05, 3.482988182575e-06, { 1, -1, -1, 0, 0, 27, -29, 0, 0, 0, 0, 0, 0 } }, + { 3.825335138936e-06, -1.373903198568e-05, { 4, 0, 1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -3.825037693786e-06, -1.373796560807e-05, { 4, 0, 1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -1.602240016921e-05, 1.528941622689e-06, { 0, 1, -1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -3.380400002652e-06, 1.416968570170e-05, { 3, 1, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.131247828965e-05, 6.233119465720e-06, { 1, 0, 0, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { -4.031000436094e-06, 1.351411769127e-05, { 4, 2, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -3.355142445420e-06, 1.418956072409e-05, { 1, -1, 2, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.652990454720e-06, 1.388847447316e-05, { 2, 0, -1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 1.626669479976e-05, -1.272723531380e-06, { 0, 2, -1, 0, 0, -2, 3, 0, -1, 0, 0, 0, 0 } }, + { 3.708383935491e-06, 1.382967807023e-05, { 1, -1, 1, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -4.844168454511e-06, 1.269212975455e-05, { 1, 1, -1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 1.387348577344e-05, -3.662363099654e-06, { 2, -1, 1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -7.670926538479e-06, -9.860153100224e-06, { 1, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 8.008457950744e-06, -9.522370047030e-06, { 1, -1, -3, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 4.026907145648e-06, 1.350123608810e-05, { 4, 2, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.675810845455e-05, -7.671914153028e-07, { 4, 0, 0, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { -8.042581968550e-06, 9.476069756295e-06, { 6, 0, -3, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.578054454837e-05, -1.736519704931e-06, { 4, 0, -2, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -2.386584518370e-06, 1.512787066778e-05, { 0, 2, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 8.942017422855e-06, 8.571847053735e-06, { 2, 2, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -1.431930448678e-05, -3.192990946879e-06, { 1, -1, -1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { -8.408341305335e-06, -9.099454932018e-06, { 3, -1, 0, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 7.384358521840e-06, 1.011566366126e-05, { 1, -1, 0, 0, 0, -4, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.982382268397e-06, 7.514274733328e-06, { 1, 0, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 3.374543912374e-06, -1.410559082713e-05, { 3, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.790555829105e-06, 1.268856828865e-05, { 1, -1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -3.342222571856e-06, 1.413194498458e-05, { 1, -1, -2, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.453760527178e-06, 1.401619450893e-05, { 1, 1, 1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -6.869477629536e-06, -1.059417847250e-05, { 0, 0, 4, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -9.971036443864e-06, -7.487376238205e-06, { 1, 1, -1, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { 3.819947695283e-06, -1.363817869232e-05, { 1, -1, 0, 0, 0, -13, 14, 0, 0, 0, 0, 0, 0 } }, + { 3.756608733780e-06, 1.369758497065e-05, { 4, 0, -2, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.744630773109e-05, -6.618554339575e-09, { 2, 0, 3, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.474169150408e-05, -2.705734369820e-06, { 2, 0, -2, 0, 0, -21, 23, 0, 0, 0, 0, 0, 0 } }, + { -4.635808927645e-06, -1.280862196761e-05, { 4, 0, -1, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { -1.695312875651e-05, 4.880757661004e-07, { 2, 0, 0, 0, 0, 22, -24, 0, 0, 0, 0, 0, 0 } }, + { -5.926583658910e-06, -1.151299161482e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 3, -4, 0, 0, 0 } }, + { 1.035676746603e-05, 7.080920355460e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 3, 0, 0, 0 } }, + { -1.396683013776e-05, -3.470522812938e-06, { 2, 0, -1, 0, 0, -14, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.084691760311e-05, 6.588525081542e-06, { 2, 0, -1, 0, 0, 0, 13, -12, 0, 0, 0, 0, 0 } }, + { -1.318930458919e-05, 4.245783438234e-06, { 0, 0, 1, 0, 0, 0, -4, 0, 6, 0, 0, 0, 0 } }, + { -1.735926717786e-05, 6.384018268813e-08, { 2, -2, 0, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { 5.307865279616e-07, -1.689052358146e-05, { 2, 0, -3, 0, 0, 26, -27, 0, 0, 0, 0, 0, 0 } }, + { -1.253511855964e-05, -4.886034627310e-06, { 1, 0, -1, 0, 0, 0, 1, 0, 2, -8, 0, 0, 0 } }, + { 3.467427441546e-06, -1.395111559438e-05, { 3, 0, -1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 1.740322022520e-05, -1.276686871524e-08, { 1, 0, 0, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 4.620433818492e-07, 1.694753237162e-05, { 2, 0, 0, 0, 0, -16, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.136296161913e-05, 6.045234881269e-06, { 3, 0, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -1.333915365880e-05, 4.061721758362e-06, { 2, 0, -1, 0, 0, 0, -12, 21, -2, 0, 0, 0, 0 } }, + { -9.405818043831e-06, 7.994222291585e-06, { 0, 0, 1, 0, 0, -21, 22, -2, 0, 0, 0, 0, 0 } }, + { -9.722923329950e-06, -7.673296362551e-06, { 2, 0, -1, 0, 0, 0, 2, 0, 2, -11, 3, 0, 0 } }, + { 7.171849816038e-06, -1.021900741709e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 1, -5, 0, 0, 0 } }, + { -1.424978870244e-05, -3.131932930667e-06, { 2, 0, -1, 0, 0, -17, 19, 0, 0, 0, 0, 0, 0 } }, + { -5.668027875061e-06, -1.171117727962e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 1, 1, 0, 0, 0 } }, + { 1.724525827042e-05, -1.292791540578e-07, { 2, 0, -1, 0, 0, -3, 5, 0, 0, -4, 0, 2, 0 } }, + { -1.724496051024e-05, -1.292825590144e-07, { 2, 0, -1, 0, 0, 3, -5, 0, 0, 4, 0, -2, 0 } }, + { 3.888265615854e-06, 1.348549472312e-05, { 0, 0, 1, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { 4.188519362291e-06, -1.317298841898e-05, { 0, 0, 2, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0 } }, + { 1.165857824148e-05, -5.698227977481e-06, { 2, -2, 1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -7.088793595360e-06, -1.026151965769e-05, { 1, -2, 1, 0, 0, 0, 29, -27, -2, 0, 0, 0, 0 } }, + { -7.088793595360e-06, -1.026151965769e-05, { 1, -2, -1, 0, 0, 0, 29, -27, -2, 0, 0, 0, 0 } }, + { -7.744212276969e-06, 9.601403029720e-06, { 0, 2, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -1.275143797671e-05, -4.593944856108e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 2, 2, 0, 0, 0 } }, + { 1.679128668577e-05, 5.445988031444e-07, { 2, 0, 1, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { 9.477737228411e-06, -7.854186472200e-06, { 0, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0, 0, 0 } }, + { 4.593414219728e-06, 1.273486465394e-05, { 2, 0, 2, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 5.672925925687e-06, -1.165363937510e-05, { 0, 0, 0, 0, 0, 0, 4, -8, 4, -2, 0, 0, 0 } }, + { -6.268181789681e-06, -1.105796120247e-05, { 4, 0, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -6.410498726414e-06, 1.091355599606e-05, { 4, 0, 0, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { 3.409820579528e-06, -1.391370844493e-05, { 4, 0, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.320494738988e-07, 1.718724645384e-05, { 0, 0, 1, 0, 0, 17, -16, 0, 0, 0, 0, 0, 0 } }, + { -6.473606666454e-06, -1.081893127403e-05, { 1, -1, 2, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { -6.473606666454e-06, -1.081893127403e-05, { 1, -1, -2, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { -5.080967301170e-07, -1.678105895340e-05, { 0, 0, 2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.294375897653e-07, 1.685660683039e-05, { 0, 2, 2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -7.795919879031e-06, 9.485519579539e-06, { 6, 0, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -6.605054140649e-06, 1.067555575955e-05, { 2, 0, -2, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0 } }, + { 1.283392164653e-05, -4.444692726834e-06, { 1, -1, -1, 0, 0, 29, -33, 0, 0, 0, 0, 0, 0 } }, + { -1.269978359788e-05, -4.578818152082e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 2, 2, 0, 0, 0 } }, + { -1.455793704851e-05, 2.716999571127e-06, { 0, 0, 2, 0, 0, 0, -2, 0, 3, -2, 0, 0, 0 } }, + { 1.569836104093e-05, 1.575255068836e-06, { 2, 0, -1, 0, 0, 0, 16, -22, 0, 0, 0, 0, 0 } }, + { 6.957039154056e-06, 1.031568395609e-05, { 1, 0, 0, 0, 0, -18, 17, 0, 2, -5, 0, 0, 0 } }, + { 5.951596931975e-06, 1.132067598540e-05, { 1, 0, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { 5.205919159007e-06, -1.206361787238e-05, { 2, 2, -1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 6.962748636395e-06, 1.030570266861e-05, { 1, -1, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0, 0 } }, + { 7.772398496128e-06, -9.494761717743e-06, { 1, -1, 0, 0, 0, 7, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.476165406783e-07, -1.671626423702e-05, { 0, 2, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.968888794696e-06, -1.128703957859e-05, { 1, 1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.368087061803e-05, 3.567095617393e-06, { 0, 1, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.909435516535e-06, -1.533597558705e-05, { 2, 0, 0, 0, 0, 2, -8, 9, 0, 0, 0, 0, 0 } }, + { 4.541856968846e-06, -1.270346199480e-05, { 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.513991791939e-06, -9.730770145911e-06, { 1, 0, 0, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { -1.645486257817e-05, -7.733166046810e-07, { 2, 0, -2, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0 } }, + { 6.618056482666e-06, 1.060246810281e-05, { 1, 0, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -4.779883739722e-06, 1.243368691322e-05, { 3, 1, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -3.490921921466e-06, -1.372242082908e-05, { 1, 0, 0, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.733415897977e-06, -1.347359202959e-05, { 2, 0, -1, 0, 0, -20, 20, 2, 0, 0, 0, 0, 0 } }, + { -1.425479493035e-05, -2.952149329688e-06, { 2, 0, -1, 0, 0, 0, 1, 0, 2, -6, 0, 0, 0 } }, + { 1.719335563239e-05, 7.392172377696e-09, { 3, 0, -2, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 7.297345181700e-06, 9.901299759170e-06, { 0, 0, 1, 0, 0, 0, -10, 18, 0, 0, 0, 0, 0 } }, + { -2.286102486905e-06, -1.490916641783e-05, { 2, -2, 0, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { 1.715541324802e-05, 3.199730645119e-08, { 0, 0, 2, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.676319444427e-06, -1.350740955695e-05, { 1, 1, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0 } }, + { -1.499952628581e-05, -2.175054063868e-06, { 0, 0, 1, 0, 0, -3, 5, 0, 0, -4, 0, 0, 0 } }, + { 2.272296661278e-06, -1.489881290970e-05, { 2, -2, 0, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -1.699912695016e-05, 1.688566400621e-07, { 4, -2, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 7.252942016229e-06, 9.914115267564e-06, { 2, 0, -2, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.285247249184e-06, -1.387683602580e-05, { 3, 1, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.063224788639e-05, 6.527125470477e-06, { 0, 0, 2, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.416916345639e-05, -2.989886724840e-06, { 4, 0, -2, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { -1.908024655932e-07, -1.696197869441e-05, { 2, 0, -3, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.668750865790e-05, -4.643242154980e-07, { 6, 0, -3, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 2.552568244260e-07, 1.689400513024e-05, { 1, 0, 0, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { 7.658319170047e-08, -1.706707314750e-05, { 0, 0, 0, 0, 0, 5, -8, 0, 2, 0, 0, 0, 0 } }, + { 1.649902404683e-05, 6.445638813072e-07, { 1, 0, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -1.021485748783e-05, -6.928450684666e-06, { 2, -2, 0, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 6.386140787909e-06, -1.074957753225e-05, { 2, 0, 1, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0 } }, + { -1.462299859575e-05, -2.511188572486e-06, { 4, -2, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.285819493135e-05, 4.275334354250e-06, { 2, 0, 1, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -1.640880197960e-05, -7.191551236658e-07, { 3, 0, 0, 0, 0, -69, 75, 0, 0, 0, 0, 0, 0 } }, + { 1.357899035099e-05, 3.547809392698e-06, { 0, 0, 2, 0, 0, 20, -22, 0, 0, 0, 0, 0, 0 } }, + { 1.429586067104e-05, -2.828192337933e-06, { 1, 1, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -1.558582833927e-05, -1.530704791227e-06, { 4, 0, -1, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -5.524003530284e-06, -1.158938389075e-05, { 0, 0, 1, 0, 0, 0, -11, 13, 0, 0, 0, 0, 0 } }, + { -2.733781267253e-06, 1.437676038357e-05, { 0, 0, 1, 0, 0, 0, -2, 0, -1, 2, 0, 0, 0 } }, + { 2.383527102825e-06, -1.472612539883e-05, { 0, 0, 1, 0, 0, 0, -12, 23, -3, 0, 0, 0, 0 } }, + { 1.494261430596e-05, -2.166965994606e-06, { 0, 0, 1, 0, 0, 3, -5, 0, 0, 4, 0, 0, 0 } }, + { -8.136304615244e-06, -8.973148648681e-06, { 2, 0, 0, 0, 0, -3, 5, -4, 0, 0, 0, 0, 0 } }, + { 6.333162429759e-06, 1.077462826525e-05, { 1, -1, -2, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 } }, + { -1.151609037388e-05, -5.587273638850e-06, { 1, -1, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 1.709747517091e-05, 4.940368634527e-09, { 1, 0, 1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.101861877200e-06, 1.299765415829e-05, { 0, 1, 0, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 3.710365663830e-06, 1.338174353817e-05, { 0, 0, 0, 0, 0, 17, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.434773281717e-05, -2.743287236763e-06, { 2, 0, -3, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -1.046016230487e-05, -6.625604333379e-06, { 4, 0, -1, 0, 0, 0, -11, 19, 0, -3, 0, 0, 0 } }, + { 1.180925625340e-05, -5.271357876546e-06, { 2, 0, -1, 0, 0, -2, 6, -5, 0, 0, 0, 0, 0 } }, + { -3.017425999873e-06, -1.406235781523e-05, { 4, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.505661477473e-07, 1.682678860547e-05, { 1, 0, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.690573774873e-05, -1.649145290131e-07, { 1, 0, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -1.363690372096e-05, -3.429365884366e-06, { 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.692659152912e-05, -1.383891639213e-07, { 2, 0, 1, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { 1.696194495609e-05, -1.025404102741e-07, { 2, 0, -1, 0, 0, 20, -22, 0, 0, 0, 0, 0, 0 } }, + { 1.704016354643e-05, -2.251594139307e-08, { 2, 0, 0, 0, 0, 0, 4, 0, 0, -4, 0, 0, 0 } }, + { -4.697899766012e-06, -1.235394553021e-05, { 2, -2, 0, 0, 0, 0, 2, 0, -4, 13, 0, 0, 0 } }, + { -9.871920654953e-06, 7.171408764643e-06, { 2, 0, -1, 0, 0, 0, -1, 2, -2, 0, 0, 0, 0 } }, + { -1.197898044347e-05, -5.060706317223e-06, { 0, 0, 1, 0, 0, 0, -11, 18, 0, 0, 0, 0, 0 } }, + { -1.375501934690e-05, 3.284330084945e-06, { 1, -1, 0, 0, 0, 25, -27, 0, 0, 0, 0, 0, 0 } }, + { 1.339313637549e-05, -3.640537111650e-06, { 1, 1, -1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 5.982876625498e-07, 1.642830760895e-05, { 0, 2, 2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 8.112284822522e-06, 8.911853179364e-06, { 0, 0, 0, 0, 0, 1, -2, 0, 4, 0, 0, 0, 0 } }, + { -5.347282926802e-06, -1.167304290731e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 1, 1, 0, 0, 0 } }, + { 1.688489582813e-05, -1.332895870929e-07, { 3, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.310856162580e-05, -3.909361041581e-06, { 4, 0, -1, 0, 0, -20, 22, 0, 0, 0, 0, 0, 0 } }, + { -6.392970974575e-06, -1.061903022593e-05, { 1, 1, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.632914887981e-05, -6.805221252677e-07, { 4, 2, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.554081474418e-05, -1.466881906470e-06, { 0, 0, 2, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { -1.603062200852e-05, 9.729949699485e-07, { 2, 0, -1, 0, 0, 0, 7, 0, -7, 0, 0, 0, 0 } }, + { -1.190879126147e-05, -5.092009095777e-06, { 1, 0, 0, 0, 0, 15, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.654248692255e-05, 4.514281008067e-07, { 2, 0, -1, 0, 0, 0, 1, 0, -2, 1, 0, 0, 0 } }, + { 1.024707040559e-05, 6.744527937456e-06, { 2, 0, 0, 0, 0, 0, 2, 0, -5, 3, 0, 0, 0 } }, + { -4.755602095521e-07, 1.651471035813e-05, { 0, 0, 0, 0, 0, 26, -27, 0, 0, 0, 0, 0, 0 } }, + { -9.295087828515e-06, -7.688606724227e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -3, -5, 0, 0, 0 } }, + { -1.336547094190e-06, 1.564686840684e-05, { 4, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -2.373340568787e-06, -1.460188132645e-05, { 0, 0, 1, 0, 0, 0, 12, -23, 3, 0, 0, 0, 0 } }, + { -7.128539151508e-06, 9.840382128656e-06, { 0, 0, 0, 0, 0, 0, 4, -7, 1, 0, 0, 0, 0 } }, + { -6.358572804129e-06, 1.061001091517e-05, { 1, 1, -1, 0, 0, 0, -1, 0, 0, -2, 0, 0, 0 } }, + { 3.587607514816e-06, 1.337375784659e-05, { 4, 0, -1, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { -6.591339158544e-06, -1.036576222827e-05, { 0, 0, 1, 0, 0, 0, -8, 12, -2, 0, 0, 0, 0 } }, + { 4.492986841506e-06, 1.246131611790e-05, { 2, 0, -1, 0, 0, -25, 27, 4, 0, 0, 0, 0, 0 } }, + { -4.436341817378e-07, -1.650963041266e-05, { 0, 0, 0, 0, 0, 18, -8, -16, 4, 5, 0, 0, 0 } }, + { 1.891589253037e-07, -1.676165314624e-05, { 6, 0, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.422049456334e-06, 1.052672793500e-05, { 1, 0, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -1.876554562180e-06, 1.506082392968e-05, { 2, 0, -1, 0, 0, 6, -9, 2, 0, 0, 0, 0, 0 } }, + { 3.787651541550e-06, 1.314696577882e-05, { 1, -1, -1, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.621443438490e-05, -7.175805853565e-07, { 3, -1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 3.916850156625e-06, 1.301478713337e-05, { 0, 0, 1, 0, 0, 0, -6, 10, -3, 0, 0, 0, 0 } }, + { 1.647990618983e-05, -4.458058116433e-07, { 2, 0, -3, 0, 0, 0, 2, 0, -3, 2, 0, 0, 0 } }, + { 6.497791029111e-06, -1.042483531577e-05, { 2, 0, 2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 1.197704675500e-05, 4.941683717934e-06, { 2, 0, -1, 0, 0, 0, 1, 0, -4, 2, 0, 0, 0 } }, + { 9.969164823546e-06, -6.949215085248e-06, { 2, 0, -1, 0, 0, 1, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.413901831655e-07, 1.677271135903e-05, { 2, 2, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -8.897696292464e-06, -8.003425831136e-06, { 4, 0, -1, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -7.906465198471e-06, 8.994473290016e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 6, -8, 0, 0, 0 } }, + { -6.304195894782e-06, -1.059459485089e-05, { 1, -1, -1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -4.995223365804e-07, -1.639441560829e-05, { 6, 0, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 7.463354861849e-06, -9.418825337892e-06, { 2, 0, 2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 2.160995681055e-06, -1.471802434349e-05, { 6, 0, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 1.415077390161e-05, -2.726593796130e-06, { 1, -3, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.213778033758e-06, 1.365982034166e-05, { 1, 1, 1, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.667637855391e-05, 1.958525139650e-07, { 2, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0 } }, + { -4.092466033385e-06, 1.277926501786e-05, { 0, 0, 2, 0, 0, -7, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.012009916845e-05, 6.745520173485e-06, { 1, 0, 0, 0, 0, 3, -6, 4, 0, 0, 0, 0, 0 } }, + { 1.479694943777e-05, 2.055663617737e-06, { 0, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.140565279335e-05, -5.443617205655e-06, { 1, 1, 1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 1.383437497306e-07, 1.670645206148e-05, { 2, 2, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.605521973093e-05, 7.832428920598e-07, { 1, 0, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -3.561496514239e-06, -1.327310386154e-05, { 1, -3, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 1.533658735831e-05, -1.497365043442e-06, { 1, 1, -1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 1.548036981554e-05, 1.349641475306e-06, { 1, 0, 0, 0, 0, -29, 35, 0, -2, 0, 0, 0, 0 } }, + { -6.658748190239e-06, 1.015567558261e-05, { 2, 2, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -4.823203836194e-06, 1.198994319284e-05, { 6, 0, -2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.184148279468e-05, 4.969485125531e-06, { 1, -1, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 1.518416764047e-05, -1.626420306244e-06, { 2, 0, 1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { 1.674662833338e-05, 6.336677903741e-08, { 4, 0, -1, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -7.770174085227e-06, -9.025687335460e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -7, 0, 0, 0, 0 } }, + { 1.300288658882e-05, -3.784247568966e-06, { 0, 0, 3, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.217515800361e-06, 1.356934810089e-05, { 0, 1, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.659039785763e-05, 1.957205944193e-07, { 0, 0, 3, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { 3.255930786543e-06, 1.351530932593e-05, { 2, 0, -2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.129940710066e-05, 5.467011936701e-06, { 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { 8.526751120202e-06, 8.237187152674e-06, { 1, 1, 0, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.650944916198e-05, -2.525220086954e-07, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, -2, 0, 0 } }, + { 1.673601378062e-05, 1.872131032871e-08, { 1, -2, -1, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 8.469507468256e-06, -8.281520392794e-06, { 0, 0, 3, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 1.175622362414e-05, 4.992674387776e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -3, 3, 0, 0, 0 } }, + { 1.644215270808e-05, 2.983744481132e-07, { 4, 0, -1, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { 8.512530886791e-06, -8.225159609013e-06, { 2, 0, 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { -1.632600919789e-05, -4.113534707333e-07, { 0, 0, 1, 0, 0, -2, 4, -2, 0, 0, 0, 0, 0 } }, + { -2.467837938743e-06, -1.426914322929e-05, { 2, 0, -2, 0, 0, -13, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.447473794509e-05, -2.261871876597e-06, { 2, 0, -2, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.393890138402e-05, -2.794105143653e-06, { 2, 0, -1, 0, 0, -8, 10, 0, 0, 0, 0, 0, 0 } }, + { -4.404606070406e-06, -1.232461750034e-05, { 1, -1, 0, 0, 0, 0, -3, 8, 0, 0, 0, 0, 0 } }, + { -1.272077120476e-05, -4.008140451408e-06, { 3, 1, -2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 1.127449637585e-05, -5.452363278469e-06, { 3, 0, -2, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.463427489168e-05, -2.087859129518e-06, { 0, 0, 1, 0, 0, -21, 21, 0, -1, 0, 0, 0, 0 } }, + { 7.030321424343e-06, 9.691363451475e-06, { 2, 0, 0, 0, 0, 10, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.127554227251e-05, 5.441077395761e-06, { 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { 1.611382711859e-05, -6.023634711119e-07, { 4, 0, 2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.671329896257e-05, -9.942716547118e-10, { 4, 0, 2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.667809656132e-05, 3.341996652916e-08, { 1, -1, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 2.133507255284e-07, 1.648935322663e-05, { 1, 0, 1, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { -2.488930305953e-06, -1.421049251444e-05, { 2, 0, -2, 0, 0, -27, 34, -3, 0, 0, 0, 0, 0 } }, + { 6.613876502001e-06, 1.008279633699e-05, { 2, 2, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.476131612754e-05, 1.926232517078e-06, { 2, 0, 1, 0, 0, -64, 66, 0, 0, 0, 0, 0, 0 } }, + { -4.523418870588e-06, -1.216324192766e-05, { 4, 0, -1, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { -3.112751680863e-06, -1.357092083821e-05, { 1, 1, 1, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { -1.117566229388e-05, 5.499453043200e-06, { 4, 0, -1, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { 7.340217571094e-06, 9.332624288288e-06, { 0, 0, 0, 0, 0, 5, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.663933186168e-05, -3.282443924353e-08, { 2, -2, 0, 0, 0, 0, 3, 0, 0, -3, 0, 0, 0 } }, + { 8.739921945531e-06, -7.929771232593e-06, { 4, -2, 1, 0, 0, -9, -8, 0, 0, 0, 0, 0, 0 } }, + { 8.739921945531e-06, -7.929771232593e-06, { 4, -2, -1, 0, 0, -9, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.136847410834e-05, -5.286027012742e-06, { 2, 0, 0, 0, 0, -37, 35, 0, 0, 0, 0, 0, 0 } }, + { -1.121250792280e-05, -5.441646055832e-06, { 1, -1, 1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -1.243431769244e-06, 1.540460880728e-05, { 2, 0, -2, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { 1.334238438848e-05, -3.304806400585e-06, { 0, 0, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0 } }, + { -8.152267472510e-06, -8.494279433702e-06, { 2, 0, -2, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { -1.653292104095e-05, -1.085164472460e-07, { 0, 2, 1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -2.100014424539e-06, 1.453902029757e-05, { 4, 0, -1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0 } }, + { -9.974262379385e-06, -6.658292341353e-06, { 0, 0, 1, 0, 0, 0, 2, 0, -5, 3, 0, 0, 0 } }, + { 1.661023585250e-05, -2.215968047977e-08, { 1, -2, 1, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { -7.346952723818e-06, -9.282381124586e-06, { 2, 0, -1, 0, 0, 0, 10, -21, 2, 0, 0, 0, 0 } }, + { 9.421852576541e-06, -7.204922235420e-06, { 2, 0, -2, 0, 0, 0, 2, 0, 2, -5, 0, 0, 0 } }, + { -1.661900370452e-05, 7.560070420824e-09, { 2, -2, -1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.013817437302e-05, -6.475283591580e-06, { 2, 2, -1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 1.484046763599e-05, -1.763526033887e-06, { 2, 0, -3, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 1.163794252303e-05, 4.965494003452e-06, { 1, 1, -2, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.654020376483e-05, -6.076863670657e-08, { 4, 0, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.602716577599e-05, 5.472748319430e-07, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 0, 0 } }, + { -3.160804591271e-06, 1.341178557208e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -2, 2, 0, 0, 0 } }, + { -1.338615132293e-05, -3.184547919643e-06, { 2, 0, -1, 0, 0, -15, 17, 0, 0, 0, 0, 0, 0 } }, + { 3.150199497767e-06, -1.341903108109e-05, { 0, 0, 3, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.601548343194e-06, -8.967332270217e-06, { 0, 0, 0, 0, 0, 9, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.183120981461e-06, 1.338356189726e-05, { 2, -1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.851816076608e-06, -7.713311936845e-06, { 1, -1, 1, 0, 0, 0, -2, 6, 0, 0, 0, 0, 0 } }, + { -8.851816076608e-06, -7.713311936845e-06, { 1, -1, -1, 0, 0, 0, -2, 6, 0, 0, 0, 0, 0 } }, + { -5.157791838931e-06, 1.139641861984e-05, { 1, -1, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.133334713091e-05, 5.215225730880e-06, { 3, 1, -2, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.399814557786e-06, 1.314057594967e-05, { 3, -1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.653987501091e-05, -3.592402546995e-10, { 2, 2, -1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -7.919063752796e-06, -8.610592099848e-06, { 0, 2, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -4.124824404145e-06, 1.240351034047e-05, { 0, 0, 1, 0, -2, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.087730527865e-05, 5.647202969308e-06, { 1, 0, 1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { 1.008083358732e-05, -6.437646081749e-06, { 2, 2, -1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 1.375232799865e-05, 2.759682038283e-06, { 3, -1, -1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.452210595938e-05, 1.980177370735e-06, { 1, 1, -3, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.315911845892e-05, -3.342440139708e-06, { 1, 1, -1, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.649418406637e-05, -6.212914809853e-09, { 1, 0, -3, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.735320891376e-07, 1.631619072856e-05, { 4, 0, -2, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.156093774867e-06, 1.333146982057e-05, { 3, -1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 7.762836509883e-06, -8.723001740517e-06, { 0, 0, 2, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { 1.274010306194e-05, -3.744610221276e-06, { 0, 0, 2, 0, 0, 8, -9, -8, 3, 0, 0, 0, 0 } }, + { -1.305443831568e-05, -3.429087746658e-06, { 0, 0, 1, 0, 0, -15, 17, 0, 0, 0, 0, 0, 0 } }, + { -2.237808575760e-06, -1.423916858399e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0 } }, + { 1.060401469495e-05, -5.870967938473e-06, { 2, 0, 1, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0 } }, + { 1.303750716309e-05, -3.434367455389e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -5, 6, -3, 0, 0 } }, + { 3.150192419399e-06, -1.332023670392e-05, { 2, -1, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.725787104171e-06, -1.374408006828e-05, { 0, 0, 1, 0, 0, 0, -2, 0, -2, 8, 0, 0, 0 } }, + { -1.272487397425e-05, -3.740371582206e-06, { 0, 0, 2, 0, 0, -8, 9, 8, -3, 0, 0, 0, 0 } }, + { -1.207153029422e-05, -4.389353767228e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -1, -6, 3, 0, 0 } }, + { 5.175653422268e-06, -1.127858062330e-05, { 4, 0, 1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -1.037122934310e-05, -6.078425675579e-06, { 0, 2, -1, 0, 0, 0, -29, 29, 0, 0, 0, 0, 0 } }, + { -4.495376943747e-06, -1.195078695356e-05, { 1, -1, -1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.061258873878e-05, 5.829904410250e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 2, 0 } }, + { -1.624184356403e-05, 1.952601628733e-07, { 2, 0, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0 } }, + { 1.817877130365e-06, 1.460291329931e-05, { 2, 0, 1, 0, 0, 8, -15, 0, 0, 0, 0, 0, 0 } }, + { 5.915453053300e-06, 1.050388778700e-05, { 2, 0, -2, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.522306224852e-05, -1.193600256542e-06, { 0, 0, 2, 0, -5, 4, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.715329629456e-06, 8.697130879321e-06, { 2, -2, -2, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.539385035948e-05, 1.014871435924e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 0 } }, + { -1.334024959694e-05, -3.067901181978e-06, { 2, 0, -1, 0, 0, -16, 18, 0, 0, 0, 0, 0, 0 } }, + { -1.407391136309e-05, -2.332450133043e-06, { 2, 2, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.627958528075e-05, 1.243258496163e-07, { 2, 2, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -6.785837132970e-06, -9.608878751896e-06, { 1, 1, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 3.934289370976e-06, 1.245646159298e-05, { 1, 1, 0, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { 6.379925214959e-06, 1.001018819620e-05, { 0, 1, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 5.557524100697e-06, -1.083042391172e-05, { 2, 0, 1, 0, 0, 0, -1, 0, -2, 0, 0, 0, 0 } }, + { 8.238505017410e-06, -8.143038329865e-06, { 0, 0, 1, 0, 0, 0, -4, 7, 3, 0, 0, 0, 0 } }, + { -6.293507267640e-06, -1.008427186032e-05, { 0, 2, 1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { -1.636302330428e-05, 1.208880346877e-08, { 6, 0, -3, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.298466772669e-07, -1.604045318400e-05, { 6, 0, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.378503454767e-06, 6.982631413927e-06, { 0, 0, 1, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0 } }, + { 5.603123738443e-06, 1.075746566899e-05, { 3, 0, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -1.365064906768e-05, 2.698740617457e-06, { 1, -1, -1, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.331655085063e-05, 3.031498757938e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 1, 1, 0, 0, 0 } }, + { -3.941926971308e-06, 1.240565457358e-05, { 0, 0, 0, 0, 0, 2, -6, 7, 0, 0, 0, 0, 0 } }, + { 3.138394811029e-06, 1.320754514602e-05, { 3, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.347095393050e-05, 2.874374911545e-06, { 1, -1, 0, 0, 0, 18, -20, 0, 0, 0, 0, 0, 0 } }, + { -5.658019075733e-06, -1.068442818486e-05, { 2, 0, 0, 0, 0, 0, 18, -22, 0, 0, 0, 0, 0 } }, + { -1.633333728013e-05, -2.500004718570e-09, { 2, -2, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.444504736041e-05, -1.888984910208e-06, { 2, 0, 0, 0, -1, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 8.948636031000e-06, -7.380862336377e-06, { 2, 0, -1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.763226254592e-07, -1.575171006801e-05, { 0, 2, -1, 0, 0, -24, 25, 0, 0, 0, 0, 0, 0 } }, + { -1.018714617424e-05, 6.138554800046e-06, { 1, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.161240518443e-05, 4.707358016884e-06, { 3, 0, -2, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { -3.597457922139e-06, 1.272048042696e-05, { 1, 1, -1, 0, 0, -14, 15, 0, 0, 0, 0, 0, 0 } }, + { -3.970884376099e-06, -1.234514463724e-05, { 0, 0, 1, 0, 0, 0, 1, -5, 0, 0, 0, 0, 0 } }, + { -1.152960703079e-05, -4.780249863812e-06, { 4, 0, -2, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { 1.584363828625e-05, 4.645018558324e-07, { 2, -2, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 8.361697455930e-06, 7.927677247272e-06, { 1, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.928026919918e-06, 1.236004107322e-05, { 1, 1, -1, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.054840502324e-05, 5.738863877817e-06, { 2, -2, 0, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { 7.539959264279e-06, 8.747266460143e-06, { 0, 0, 0, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0 } }, + { 1.159627696619e-05, -4.690649801277e-06, { 1, 0, 1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.049998718735e-05, -5.783516129460e-06, { 2, 0, 2, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -1.106448263792e-05, 5.216629746130e-06, { 2, 0, -2, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.394136620011e-05, 2.328378693468e-06, { 0, 2, 2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -1.325754439215e-05, -3.007851388865e-06, { 1, -1, -1, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { 4.333133762396e-07, -1.582370637773e-05, { 0, 0, 4, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.547758658190e-06, 9.706701376797e-06, { 0, 2, 2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -2.472021028407e-06, -1.377958140176e-05, { 2, 0, 0, 0, 0, -27, 34, -3, 0, 0, 0, 0, 0 } }, + { -3.567999227654e-06, 1.268351412769e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 3, -5, 0, 0, 0 } }, + { -8.083780440553e-06, 8.163560332972e-06, { 6, 0, -3, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.719115129348e-06, 1.152272768290e-05, { 0, 0, 1, 0, 0, 5, -7, -4, 0, 0, 0, 0, 0 } }, + { -7.885287884973e-06, -8.353572708069e-06, { 2, 0, -3, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -1.074201138314e-05, 5.491248274008e-06, { 4, 0, -2, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { -8.169842935672e-06, -8.060469038738e-06, { 0, 0, 1, 0, 0, 0, 4, -7, -3, 0, 0, 0, 0 } }, + { 1.009498228442e-05, 6.133643864415e-06, { 0, 0, 1, 0, 0, 0, -2, 4, 0, -4, 0, 0, 0 } }, + { -1.149641902169e-05, 4.725363310089e-06, { 2, 0, -2, 0, 0, 0, 12, -19, 0, 0, 0, 0, 0 } }, + { 1.550758498694e-05, -7.102746027415e-07, { 0, 0, 2, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { 1.421523094578e-05, -2.001176454812e-06, { 4, 0, -3, 0, 0, 0, 2, 0, -3, 0, 2, 0, 0 } }, + { -7.735383576258e-06, 8.477931495793e-06, { 4, 0, -1, 0, 0, -3, 6, -4, 0, 0, 0, 0, 0 } }, + { 1.482014679505e-05, -1.384159492625e-06, { 0, 0, 2, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { -6.111971919265e-06, 1.008945174444e-05, { 0, 2, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -2.737226004307e-07, -1.591668839863e-05, { 0, 0, 0, 0, 0, 6, -9, 0, 2, 0, 0, 0, 0 } }, + { -1.375957823897e-05, 2.428911587177e-06, { 2, 0, 0, 0, 0, 0, 4, 0, -6, 5, 0, 0, 0 } }, + { -1.006733992589e-05, 6.119192087786e-06, { 0, 0, 1, 0, 0, 0, 2, -4, 0, 4, 0, 0, 0 } }, + { -7.126319686138e-06, 9.055465824080e-06, { 4, 0, -1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 7.714126020221e-06, -8.466036644879e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 4, 0, 0, 0 } }, + { 3.152181635666e-06, 1.302698579244e-05, { 2, -2, 2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 3.058279397761e-06, -1.311819181126e-05, { 1, 1, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.940352189653e-06, -1.323575193837e-05, { 6, 0, -2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.290853404962e-07, -1.574566601014e-05, { 0, 0, 0, 0, 0, 4, -7, 0, 2, 0, 0, 0, 0 } }, + { 1.615368517979e-05, 1.578018047594e-08, { 0, 2, -1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { -2.910366563951e-06, 1.325205008203e-05, { 1, -1, 0, 0, 0, 0, 1, 0, 1, 0, -2, 0, 0 } }, + { 1.598972960387e-05, -1.716879029249e-07, { 2, 2, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -4.484895668705e-06, 1.167328178025e-05, { 3, 1, -2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -2.121804314680e-06, 1.403179861648e-05, { 1, 1, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -4.038849648970e-06, 1.210768074184e-05, { 2, 0, -1, 0, -2, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.470225047535e-06, 1.267246860099e-05, { 2, 0, 1, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { -5.852853771874e-06, 1.028919228651e-05, { 0, 0, 0, 0, 0, 0, 15, -17, 0, 0, 0, 0, 0 } }, + { -1.445647269367e-05, 1.684243219874e-06, { 1, 1, -1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 2.516244157143e-06, 1.362365412344e-05, { 2, -2, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 3.869308508270e-06, 1.226516894356e-05, { 0, 0, 1, 0, 0, -21, 17, 8, -3, 0, 0, 0, 0 } }, + { 9.654025314103e-06, 6.478520708995e-06, { 0, 0, 3, 0, 0, -20, 16, 7, -8, 6, 0, 0, 0 } }, + { -9.514620369025e-06, -6.613979388097e-06, { 4, 0, -1, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { 8.053291692051e-06, 8.074893429723e-06, { 4, 0, -1, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 7.993698054943e-07, -1.532208383246e-05, { 0, 0, 1, 0, 0, 0, -11, 14, 0, 0, 0, 0, 0 } }, + { 1.219295397985e-05, 3.918718299304e-06, { 0, 0, 0, 0, 0, 0, 8, -15, 3, 0, 0, 0, 0 } }, + { 9.381884457298e-06, -6.727633831614e-06, { 0, 0, 0, 0, 0, 1, -1, -1, 0, 0, 0, 0, 0 } }, + { -1.041407118216e-06, -1.506340662834e-05, { 2, 0, -2, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.608762173504e-05, -1.342670703332e-09, { 0, 2, 1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -6.232790850074e-07, -1.546375475482e-05, { 0, 2, 2, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -3.033989386755e-06, -1.304616472104e-05, { 0, 1, 0, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.899112516101e-06, 1.217543502252e-05, { 4, 0, -1, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { 3.111131132991e-06, 1.295715121379e-05, { 1, 1, 0, 0, 0, -22, 21, 0, 0, 0, 0, 0, 0 } }, + { 8.485587047443e-06, -7.582333452055e-06, { 0, 0, 0, 0, 0, 8, -17, 8, -1, -5, 0, 0, 0 } }, + { 4.674011860470e-06, -1.139155426008e-05, { 0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.132460248463e-05, -4.739345661473e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 7, 0, 0, 0 } }, + { 3.162152663806e-06, -1.289902522200e-05, { 4, 0, 1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -1.603603734370e-05, -2.349191527408e-08, { 6, 0, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 6.308871090063e-06, -9.743754784564e-06, { 3, 0, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -6.365222578520e-06, -9.687337394259e-06, { 1, 1, 0, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.798630442207e-06, -1.025215828418e-05, { 1, -1, 1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { 3.061081487153e-06, -1.298009276627e-05, { 1, 0, 0, 0, 0, -10, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.083142320597e-06, -1.295336127945e-05, { 1, -1, -1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { 1.327723346728e-06, -1.470516242623e-05, { 2, -2, 1, 0, 0, 0, 6, -7, -2, 0, 0, 0, 0 } }, + { 1.327723346728e-06, -1.470516242623e-05, { 2, -2, -1, 0, 0, 0, 6, -7, -2, 0, 0, 0, 0 } }, + { -3.505618524476e-06, -1.252436374543e-05, { 2, 0, -1, 0, 0, 0, -2, 8, -5, 0, 0, 0, 0 } }, + { 1.365379787826e-05, -2.367114068249e-06, { 2, 0, -1, 0, 0, 0, 1, 0, -2, 4, 0, 0, 0 } }, + { 1.191510993366e-05, -4.102533227918e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -6, 10, 0, 0, 0 } }, + { -9.590440454855e-06, 6.410498705184e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 0, -1, 3, 0, 0 } }, + { -1.715458355817e-06, -1.428319110864e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 4, -9, 0, 0, 0 } }, + { 9.162644211801e-06, 6.835427157086e-06, { 3, 0, -2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 4.557658912224e-07, -1.553975031864e-05, { 2, 2, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.043595009077e-05, -5.548966402324e-06, { 4, 0, -1, 0, -4, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { -9.820367697163e-06, 6.164387610004e-06, { 0, 0, 0, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0 } }, + { 1.427458831493e-05, 1.707794702792e-06, { 0, 0, 2, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.339018866896e-06, -1.463874182259e-05, { 0, 0, 2, 0, 0, -20, 15, 8, 0, 0, 0, 0, 0 } }, + { 1.339018866896e-06, -1.463874182259e-05, { 0, 0, 0, 0, 0, 20, -15, -8, 0, 0, 0, 0, 0 } }, + { -1.429826659307e-05, -1.678068256576e-06, { 2, 0, -2, 0, 0, 0, -1, 0, 0, 0, 1, 0, 0 } }, + { -1.480973300371e-05, 1.165170847593e-06, { 3, 0, -1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 3.875359119093e-06, 1.209918138062e-05, { 1, 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { -9.980763685814e-06, 5.990696988887e-06, { 1, 0, 0, 0, -3, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.183472766785e-06, -1.478266244005e-05, { 3, -1, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -1.304591558454e-05, 2.916330074764e-06, { 6, 0, -4, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.335174144702e-07, -1.572860658311e-05, { 3, 0, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.299021328740e-05, -2.971446272552e-06, { 2, 0, 2, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.591042496997e-05, 4.879558649735e-08, { 0, 2, 0, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.018766039236e-05, 5.766464676721e-06, { 1, -1, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.041317467523e-05, -5.536763423352e-06, { 0, 0, 1, 0, 4, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.040661627745e-05, 5.540184105508e-06, { 2, 0, -2, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.883255605854e-06, 9.050953151676e-06, { 2, 0, -1, 0, 0, 0, 3, -6, 1, 0, 0, 0, 0 } }, + { -1.590831162697e-05, 2.204484000462e-08, { 2, 0, 3, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.049936631299e-06, -1.288035234853e-05, { 3, 1, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.486748060791e-06, -1.343521558292e-05, { 2, 0, 0, 0, 0, 0, 2, 0, -6, 5, 0, 0, 0 } }, + { 6.282351208414e-06, -9.638285603341e-06, { 2, 0, 1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 6.125801799888e-06, 9.784514865087e-06, { 2, 0, 0, 0, 0, 0, 1, 0, -3, 3, 0, 0, 0 } }, + { -7.358885638495e-06, 8.548589368116e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 } }, + { 1.056819865418e-05, 5.335183220054e-06, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { -1.088952305092e-05, 5.010939783379e-06, { 3, 1, -1, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 7.156566746781e-06, -8.740736842114e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -5, 2, 0, 0, 0 } }, + { 3.379329693064e-06, 1.251074704688e-05, { 0, 0, 2, 0, 0, 0, 4, -8, 5, -5, 0, 0, 0 } }, + { -3.017583378930e-06, 1.286907169853e-05, { 1, -1, 1, 0, 0, 14, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.393490467948e-06, 1.248882977482e-05, { 0, 0, 2, 0, 0, 0, -4, 8, -5, 5, 0, 0, 0 } }, + { -1.183684222740e-06, -1.468357316884e-05, { 6, -2, -3, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { 5.597671784619e-06, 1.026871950269e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 4, -4, 0, 0, 0 } }, + { -6.095971443808e-06, 9.770382897897e-06, { 2, 2, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -1.580426411104e-05, 5.999693222982e-08, { 2, -2, 0, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0 } }, + { -3.832376383919e-06, 1.203152279267e-05, { 2, 2, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -7.178223602718e-06, -8.669371077089e-06, { 1, -1, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.572475990156e-05, 1.202118016139e-07, { 0, 0, 1, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0 } }, + { 3.827473495194e-06, 1.201593078151e-05, { 2, 2, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -6.906000462519e-06, 8.932974581042e-06, { 0, 0, 1, 0, 0, 0, -1, 0, -1, 1, 0, 0, 0 } }, + { -9.216950938560e-06, 6.619110834188e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, -2, 0 } }, + { 1.391448129593e-05, 1.918584100913e-06, { 2, 0, 0, 0, 0, 0, 4, 0, -2, -5, 0, 0, 0 } }, + { 7.788295250956e-06, -8.042712149313e-06, { 2, 0, -1, 0, 0, -8, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.319304963411e-05, 2.637396230504e-06, { 1, 1, -1, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { 9.387440668997e-06, 6.435268298848e-06, { 2, 0, 0, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0 } }, + { -9.498269938774e-06, -6.316657101731e-06, { 1, -1, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0, 0 } }, + { -9.058262208398e-06, 6.746433056255e-06, { 2, 0, -1, 0, 0, 0, -3, 0, -1, 0, 0, 0, 0 } }, + { -5.306320942848e-06, 1.049800882174e-05, { 1, -1, 0, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0 } }, + { -6.559475092035e-06, 9.240176440656e-06, { 4, 0, -2, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { 1.507669209040e-05, 7.191650493696e-07, { 4, 0, -2, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -1.096423214111e-06, 1.469817465303e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -2, 5, 0, 0, 0 } }, + { -3.011022630826e-06, -1.278102462843e-05, { 0, 1, 0, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { -3.499718276184e-06, 1.228754479046e-05, { 0, 0, 1, 0, 0, -21, 25, -8, 3, 0, 0, 0, 0 } }, + { -9.934358161243e-06, 5.845161068169e-06, { 0, 0, 1, 0, 0, -29, 36, -4, 0, 0, 0, 0, 0 } }, + { 4.761228650929e-06, 1.100555340701e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0 } }, + { 4.331266123904e-06, -1.143330097698e-05, { 0, 0, 1, 0, 0, -29, 34, 0, 0, 0, 0, 0, 0 } }, + { -1.516333024190e-05, 6.006335610760e-07, { 1, 0, 0, 0, 0, 3, -4, 0, 1, 0, 0, 0, 0 } }, + { -6.148398607872e-06, -9.610821269122e-06, { 6, 0, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.007193656406e-06, 1.474988113318e-05, { 4, 0, -2, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { 1.197197315297e-05, 3.781233826293e-06, { 3, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 1.334534973943e-05, -2.407454909653e-06, { 0, 1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.331186412778e-05, -2.440550001211e-06, { 1, 0, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -2.992471717142e-06, -1.275958553707e-05, { 1, -1, 1, 0, 0, -11, 10, 0, 0, 0, 0, 0, 0 } }, + { -3.988392943755e-06, 1.175877189790e-05, { 2, -1, 0, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 3.029052675880e-06, 1.271475957166e-05, { 2, -1, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.475172017042e-05, 9.836733157670e-07, { 1, 1, 0, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.520072930015e-06, 1.120767778769e-05, { 6, 0, -3, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 9.074155521240e-06, 6.652894610250e-06, { 2, 2, -2, 0, -7, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -7.028839729735e-06, -8.686697038270e-06, { 1, 1, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { -7.822228346523e-06, 7.892878728733e-06, { 6, 0, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.707405995352e-06, -1.000692689380e-05, { 1, 1, -2, 0, 0, 0, 1, 0, -1, -5, 0, 0, 0 } }, + { -3.848243299199e-07, 1.532925687772e-05, { 3, 0, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.108161731448e-06, -8.604338935148e-06, { 4, 0, -3, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { 1.439073778586e-05, -1.321669321006e-06, { 3, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.064481748537e-05, 5.067557549507e-06, { 0, 0, 1, 0, 0, 0, 7, -14, 0, 0, 0, 0, 0 } }, + { -5.260290335977e-06, -1.045034887090e-05, { 2, 0, 1, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 1.561449089403e-05, 8.546561901839e-08, { 0, 2, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.455072634989e-05, -1.145648849798e-06, { 0, 0, 0, 0, 5, -4, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.831073872392e-06, -1.186024751774e-05, { 1, -1, 0, 0, 0, 13, -16, 0, 0, 0, 0, 0, 0 } }, + { 7.006387029176e-06, 8.680492410523e-06, { 0, 0, 0, 0, 0, 16, -12, 0, 0, 0, 0, 0, 0 } }, + { 6.107844818038e-06, -9.575220670508e-06, { 6, 0, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 6.274517233914e-07, -1.505244048235e-05, { 2, 0, -2, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { -2.958000092306e-06, 1.271867779987e-05, { 2, 0, -2, 0, 0, 0, -3, 0, 0, 2, 0, 0, 0 } }, + { 1.540721230718e-05, 2.686090064001e-07, { 2, 0, 0, 0, 0, 0, 6, -15, 0, 0, 0, 0, 0 } }, + { -1.759515878959e-06, -1.391139779348e-05, { 2, 0, 1, 0, 0, 0, -1, 0, 0, 0, 2, 0, 0 } }, + { -1.297849203441e-05, 2.688741994538e-06, { 4, 0, 1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.024475556579e-05, 5.420758690051e-06, { 1, 1, -1, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { -1.547202561981e-05, 1.856722313404e-07, { 2, 0, 0, 0, 0, 3, -5, 0, 0, 2, 0, 0, 0 } }, + { -1.307966191879e-05, -2.572122793608e-06, { 1, 0, 1, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { 8.014378394192e-07, -1.485018379854e-05, { 3, 0, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.831985153016e-06, -1.281960091533e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -2, 2, 0, 0, 0 } }, + { 1.240212259486e-05, -3.243383482358e-06, { 1, 1, -1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 3.026703567160e-06, 1.261306970330e-05, { 3, -1, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.390683847104e-06, 1.024589434984e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, -3, 2, 0 } }, + { -1.561040299288e-05, 2.049631270425e-08, { 4, 0, -2, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 4.195665101673e-07, 1.520994769925e-05, { 1, 0, 0, 0, 0, -19, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.104665072228e-05, 4.576461672054e-06, { 2, 0, 1, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { 8.606136667033e-06, 7.016836679434e-06, { 2, 0, -1, 0, 0, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { 1.437860850683e-05, -1.239424948384e-06, { 1, -1, 0, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.251794298280e-05, 3.100089895546e-06, { 2, 1, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.278793577585e-05, -2.830009941110e-06, { 1, -1, -1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 4.804620691448e-06, -1.080589799722e-05, { 3, 1, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -1.015019637429e-05, 5.458144053998e-06, { 0, 0, 2, 0, 0, 0, -34, 39, 0, 0, 0, 0, 0 } }, + { -3.791142860621e-06, 1.181611910741e-05, { 0, 0, 1, 0, -3, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.141579899421e-05, -4.187825811641e-06, { 2, 0, -1, 0, 0, 0, 6, 0, -8, 0, 0, 0, 0 } }, + { -7.658808616406e-06, -7.944068539732e-06, { 1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.379822633426e-05, -1.800740961137e-06, { 2, 0, 0, 0, 1, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.909140826481e-06, -9.682937015310e-06, { 6, 0, -3, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -1.489845912027e-05, 6.911765214422e-07, { 1, -1, 0, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0 } }, + { -3.794597222588e-07, -1.520576627435e-05, { 2, 0, 3, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.525681709192e-05, -3.259456304666e-07, { 2, 0, -1, 0, 0, 3, -6, 0, 1, 0, 0, 0, 0 } }, + { -1.289511150846e-05, -2.685422766229e-06, { 1, 1, 1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.273377592976e-05, 2.843238449980e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 1, 1, 0, 0, 0 } }, + { 7.102256114938e-07, -1.486586029104e-05, { 4, 0, -3, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 7.076055652761e-06, -8.499403377924e-06, { 0, 0, 0, 0, 0, 0, 12, -20, 0, 0, 0, 0, 0 } }, + { -1.492268334247e-05, -6.507404254166e-07, { 0, 0, 2, 0, 0, 0, -7, 16, -4, -5, 0, 0, 0 } }, + { 3.207696646734e-06, -1.235745074041e-05, { 0, 0, 2, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0 } }, + { -3.032395219769e-06, -1.253227412860e-05, { 6, 0, -1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 3.787619111692e-06, 1.177458336209e-05, { 0, 0, 1, 0, 0, 0, -4, 8, -4, 0, 0, 0, 0 } }, + { 2.599347123006e-06, 1.296142733338e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 1, -2, 0, 0, 0 } }, + { 7.742505678912e-06, 7.817340441634e-06, { 0, 0, 3, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -7.308914444567e-06, 8.248594170977e-06, { 1, 0, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.412736775151e-05, -1.428495660200e-06, { 4, 0, -2, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.314678838649e-05, 2.405195886356e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0 } }, + { 1.543470192748e-05, -1.158340470814e-07, { 2, 0, 0, 0, 0, -3, 5, 0, 0, -4, 0, 2, 0 } }, + { 1.050156307292e-05, -5.045919655533e-06, { 0, 2, 1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -1.395904276106e-05, 1.586888031961e-06, { 2, 0, -1, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0 } }, + { -1.533047017103e-05, 2.154497962078e-07, { 2, 0, -3, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -2.648848759247e-06, 1.289585327542e-05, { 4, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.542750370612e-05, -1.157808472653e-07, { 2, 0, 0, 0, 0, 3, -5, 0, 0, 4, 0, -2, 0 } }, + { -2.942594243380e-07, 1.524695901937e-05, { 4, 0, -1, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -5.967147670949e-06, 9.562900414185e-06, { 3, 0, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 3.008973682800e-06, 1.251913685710e-05, { 2, -1, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.322793427093e-07, 1.509050297276e-05, { 2, 0, -1, 0, 0, 0, -10, 13, 0, 0, 0, 0, 0 } }, + { -2.645690490014e-06, 1.287294987895e-05, { 1, -1, 0, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { -2.645690490014e-06, 1.287294987895e-05, { 1, -5, 0, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { 1.345828003759e-05, -2.048041752832e-06, { 1, 1, 0, 0, 0, 0, 1, 0, 3, -5, 0, 0, 0 } }, + { -1.515881953103e-05, 3.441295211110e-07, { 4, 0, 1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -7.458019636820e-06, -8.031477386688e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 2, -2, 0, 0, 0 } }, + { -1.387756255257e-05, -1.607132538520e-06, { 2, 0, 0, 0, 0, 0, -9, 19, 0, -3, 0, 0, 0 } }, + { -1.232859479136e-05, 3.134352949678e-06, { 1, -1, 0, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { -3.535457760947e-06, 1.192659253107e-05, { 2, 0, -3, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.543414971284e-05, 2.369357701586e-08, { 3, 0, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -9.852913400042e-06, 5.602959397761e-06, { 0, 0, 2, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 1.287499582933e-05, -2.579406383304e-06, { 1, 1, -1, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.543747887572e-05, 1.403341358658e-08, { 2, 0, -3, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.525154546614e-05, 1.961010816209e-07, { 0, 2, 2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -3.169056945895e-06, -1.227740057813e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0 } }, + { -6.521205016604e-06, 8.921983582992e-06, { 0, 0, 1, 0, 0, 0, 10, -18, 0, 0, 0, 0, 0 } }, + { -1.516506839649e-05, 2.775263303554e-07, { 4, 0, -1, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { 9.944966658752e-06, 5.495542429668e-06, { 4, 0, 1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 3.007837598064e-06, 1.243040976782e-05, { 2, 2, 2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -9.810720185740e-06, -5.623086731996e-06, { 0, 0, 1, 0, 0, 0, 2, 0, -2, -5, 0, 0, 0 } }, + { 1.106093999725e-05, -4.363980483082e-06, { 0, 2, -1, 0, 0, -22, 22, 0, 2, 0, 0, 0, 0 } }, + { -9.998936377391e-06, 5.425464363304e-06, { 2, -2, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0 } }, + { 7.093957935486e-06, 8.328361250694e-06, { 1, -1, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 4.952128140081e-06, 1.046984820161e-05, { 2, 0, 0, 0, 0, 0, -11, 13, 0, 0, 0, 0, 0 } }, + { -7.393388282515e-06, -8.025444200740e-06, { 1, -1, 0, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.927092422508e-06, -1.249096808720e-05, { 1, -1, 1, 0, 0, -14, 13, 0, 0, 0, 0, 0, 0 } }, + { -4.555299991293e-06, 1.086102216328e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 0, -4, 0, 0, 0 } }, + { -2.768449566030e-06, 1.264510797356e-05, { 1, 0, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.126436087251e-06, -1.027971400590e-05, { 4, 0, 0, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -1.490889131822e-05, 4.968465050970e-07, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 0, 2, 0, 0 } }, + { 1.529275918140e-05, -1.109657886188e-07, { 2, 0, 0, 0, 0, 28, -28, 0, 0, 0, 0, 0, 0 } }, + { -2.414320212611e-06, 1.298728474045e-05, { 3, -1, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 3.632793431479e-07, -1.503261081789e-05, { 3, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.551861863582e-06, 5.842879898503e-06, { 2, 0, 0, 0, 0, 0, 4, 0, -7, 0, 0, 0, 0 } }, + { 6.682362970958e-07, -1.472601915775e-05, { 2, 0, -1, 0, 0, 17, -16, 0, 0, 0, 0, 0, 0 } }, + { 7.671722584546e-06, 7.715019455173e-06, { 0, 0, 0, 0, 0, 0, 9, -8, 0, 0, 0, 0, 0 } }, + { 6.456060846606e-07, -1.473709882845e-05, { 3, 0, -3, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.438155071667e-05, 1.000559143830e-06, { 2, 0, 0, 0, 0, 0, -4, 0, 0, 4, 0, 0, 0 } }, + { 8.334160946818e-06, 7.043077829917e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0 } }, + { -1.146716311968e-05, 3.906362631918e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -5, 7, 0, 0, 0 } }, + { 1.507672871230e-05, -2.945190827478e-07, { 0, 2, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.901934395773e-06, -1.346779876092e-05, { 1, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.666431914023e-06, 9.694397835603e-06, { 0, 2, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -1.219984198993e-05, -3.158621565494e-06, { 2, 2, -1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 1.148950719242e-05, 3.856635383616e-06, { 2, 0, -1, 0, 0, 0, -6, 0, 6, 0, 0, 0, 0 } }, + { 1.291002741617e-05, 2.423260520042e-06, { 1, 1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.303161048154e-05, -2.301102305799e-06, { 4, 0, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.006043929671e-05, -5.267664761162e-06, { 2, 0, 2, 0, 0, -26, 28, 0, 0, 0, 0, 0, 0 } }, + { 9.661185645588e-07, -1.435309203794e-05, { 4, 0, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 6.927086090830e-06, -8.390023073400e-06, { 1, -1, 0, 0, 0, 8, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.492177341528e-06, -1.282215645039e-05, { 0, 0, 1, 0, 0, 0, -5, 10, -4, 0, 0, 0, 0 } }, + { 1.165000899963e-05, 3.660815194821e-06, { 1, 0, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.091551332444e-05, -4.391584382543e-06, { 0, 0, 1, 0, 0, -10, 11, -16, 4, 5, 0, 0, 0 } }, + { 9.047684517110e-06, 6.258624720905e-06, { 0, 0, 1, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0 } }, + { 2.961375152824e-06, 1.234418886571e-05, { 0, 0, 0, 0, 0, 24, -27, 0, 0, 0, 0, 0, 0 } }, + { 9.148350146342e-06, -6.141412589966e-06, { 0, 0, 2, 0, 0, 0, -7, 12, 0, 0, 0, 0, 0 } }, + { -3.750737689381e-06, 1.153835091771e-05, { 0, 0, 1, 0, 0, 0, 4, -8, 4, 0, 0, 0, 0 } }, + { -5.947567669206e-06, 9.338875084856e-06, { 1, 1, 1, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.414840151316e-05, -1.130737370818e-06, { 0, 0, 0, 0, 0, 2, -2, -3, 8, -6, 0, 0, 0 } }, + { -3.168334680357e-06, 1.210370951029e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0 } }, + { -1.397799534918e-05, -1.291527337285e-06, { 2, 0, -2, 0, 0, 0, 10, -16, 0, 0, 0, 0, 0 } }, + { 1.355258501685e-05, -1.715894162116e-06, { 0, 0, 0, 0, 0, 20, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.526051208385e-05, -3.608744202699e-09, { 0, 0, 3, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.501019879929e-05, -2.525159555623e-07, { 2, 0, -2, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.524835478473e-05, -1.389212844023e-08, { 1, 0, -1, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 4.541840095984e-06, 1.071931294729e-05, { 2, 0, -1, 0, 0, 2, 6, -15, 8, -6, 0, 0, 0 } }, + { -1.227526879601e-05, -2.984308606795e-06, { 0, 0, 1, 0, 0, -16, 18, 0, 0, 0, 0, 0, 0 } }, + { -1.490330972678e-05, 3.548995553117e-07, { 2, 0, -2, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -1.523968427105e-05, -1.567229999876e-08, { 4, -2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.247517846597e-05, 2.764181985218e-06, { 0, 1, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.897009000764e-06, -1.234070024513e-05, { 4, 0, -2, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.848036266187e-06, 1.338343430677e-05, { 4, 0, -2, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { -7.085983255340e-06, -8.144408121321e-06, { 2, 0, -1, 0, 1, 0, -11, 11, 0, 0, 0, 0, 0 } }, + { -7.606689613623e-07, 1.446861444359e-05, { 1, 1, -1, 0, 0, -20, 24, -8, 3, 0, 0, 0, 0 } }, + { 1.494747092618e-05, -2.776670386143e-07, { 0, 0, 1, 0, 0, 2, -4, 2, 0, 0, 0, 0, 0 } }, + { -3.547176893103e-06, -1.167527047689e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 4, 0, 0, 0 } }, + { 3.810037266705e-06, -1.140681192719e-05, { 1, 0, 0, 0, 0, -25, 28, 0, 0, 0, 0, 0, 0 } }, + { 2.471057170120e-06, -1.274541855421e-05, { 0, 0, 1, 0, 0, 0, 5, -10, 4, 0, 0, 0, 0 } }, + { -4.216506471834e-06, -1.098654101580e-05, { 0, 0, 1, 0, -3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.418419121952e-05, -1.017661468765e-06, { 0, 0, 2, 0, 0, 0, -1, 0, 0, 0, 1, 0, 0 } }, + { -7.449248698964e-06, -7.729015753966e-06, { 1, -1, 1, 0, -3, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { -4.956306764530e-06, 1.021945522002e-05, { 0, 0, 0, 0, 0, 1, -7, 10, 0, 0, 0, 0, 0 } }, + { 6.160535263437e-06, -9.008632862774e-06, { 2, 0, 1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { -9.187147050672e-06, -5.977206464935e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -5, 4, 0, 0, 0 } }, + { -3.038653616634e-06, 1.212482190461e-05, { 0, 0, 1, 0, 0, -27, 30, 0, 0, 0, 0, 0, 0 } }, + { 1.324252645877e-05, 1.913863253140e-06, { 2, 0, 0, 0, 0, -23, 23, 0, 0, 0, 0, 0, 0 } }, + { 3.101535303304e-06, -1.205346946570e-05, { 1, -1, 0, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0 } }, + { 2.591693159259e-06, 1.256278661410e-05, { 2, 0, -2, 0, 0, 0, 9, -14, 3, 0, 0, 0, 0 } }, + { -9.349963865568e-06, -5.801920773796e-06, { 2, 0, 0, 0, 0, 0, 13, -12, 0, 0, 0, 0, 0 } }, + { -7.175984756348e-06, -7.975683493834e-06, { 2, 0, 0, 0, 0, 12, -8, 0, 0, 0, 0, 0, 0 } }, + { -9.066206612800e-06, 6.081544456978e-06, { 0, 0, 1, 0, 0, 20, -16, -7, 8, -6, 0, 0, 0 } }, + { -9.550702997341e-06, -5.593199971041e-06, { 4, 0, -2, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { -7.117577237172e-06, 8.025496105860e-06, { 3, 0, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -5.666811926401e-06, -9.475527147531e-06, { 3, -1, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { -1.238983651123e-05, 2.750103242664e-06, { 4, 0, -1, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { -5.909839898779e-06, 9.229742667679e-06, { 4, 0, -1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 5.583408807798e-06, 9.555684630949e-06, { 1, 1, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -4.840646116248e-06, -1.029682877950e-05, { 1, -1, 0, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 1.214911734569e-05, -2.985781045100e-06, { 0, 0, 1, 0, 0, 0, 3, 0, -5, 5, 0, 0, 0 } }, + { -6.135285335159e-06, -8.998564144706e-06, { 1, 1, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.637852415171e-06, 8.490891214297e-06, { 4, 0, -1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { 4.935302613140e-06, 1.019200646010e-05, { 0, 0, 0, 0, 0, 0, 15, -19, 0, 0, 0, 0, 0 } }, + { 5.416098156442e-06, 9.706160790949e-06, { 2, 0, -2, 0, 0, 6, -12, 8, -3, 0, 0, 0, 0 } }, + { -1.731254136231e-06, 1.338633182396e-05, { 0, 0, 0, 0, 0, 0, 2, -2, 1, 0, 0, 0, 0 } }, + { 9.868266624038e-06, -5.247473369635e-06, { 4, 0, -2, 0, -4, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 6.807054894867e-06, 8.299698119791e-06, { 1, 1, 0, 0, 0, -17, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.302290534632e-05, -2.080439304854e-06, { 1, 0, -2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.373253626445e-05, -1.368402154749e-06, { 2, -2, 0, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { 1.143486258769e-05, 3.651790545327e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 2, 0, 0, 0 } }, + { -1.005736280624e-05, 5.023032527597e-06, { 4, -2, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.360511755834e-06, 1.271849532355e-05, { 2, 0, -1, 0, 0, 16, -19, 0, 0, 0, 0, 0, 0 } }, + { 4.735939802551e-07, -1.460247352187e-05, { 2, -2, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.181938677694e-05, -3.255980412043e-06, { 0, 0, 0, 0, 0, 0, 12, -24, 9, 0, 0, 0, 0 } }, + { 9.192367721461e-06, -5.881037104654e-06, { 0, 0, 1, 0, 0, 0, 7, -16, 6, 0, 0, 0, 0 } }, + { -1.145799879367e-05, 3.605417741013e-06, { 2, 0, 0, 0, 0, 0, -12, 21, -2, 0, 0, 0, 0 } }, + { -1.006307186999e-05, -4.992799459011e-06, { 0, 0, 1, 0, 0, 19, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.504655987252e-05, -1.860339684673e-09, { 3, 0, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 9.934440844393e-06, -5.113170502622e-06, { 1, 0, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -5.496249160448e-06, -9.548299678410e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -4, 4, 0, 0, 0 } }, + { 1.296375174865e-05, 2.077220510055e-06, { 2, 0, -2, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 3.912378453708e-06, -1.112776284369e-05, { 0, 0, 2, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { 5.824847369839e-07, -1.444718654808e-05, { 0, 0, 2, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.437689059358e-05, -6.525059934413e-07, { 0, 0, 3, 0, 0, 0, -2, 0, 3, -1, 0, 0, 0 } }, + { -5.639098525164e-06, 9.382115224261e-06, { 1, -1, 1, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 6.322923121974e-06, 8.697887660095e-06, { 1, -1, 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.501954739538e-06, 1.050567844913e-05, { 1, 0, 0, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { 5.603049608510e-06, -9.395810052394e-06, { 2, 0, 1, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0 } }, + { -3.928921192520e-06, -1.106550506877e-05, { 2, 2, -1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -1.331202824266e-05, -1.680196604414e-06, { 3, 1, -4, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { 3.928278732361e-06, -1.106357226995e-05, { 2, 2, -1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -2.869693090267e-06, 1.211997617161e-05, { 3, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.347009260795e-07, -1.405188080126e-05, { 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0 } }, + { 1.481190867565e-05, -1.668665363059e-07, { 2, 0, -4, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -6.788672186415e-06, 8.188328602559e-06, { 1, 1, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 1.249666726369e-05, 2.478799148235e-06, { 1, 0, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -5.158690988334e-06, 9.806168570393e-06, { 1, -1, -1, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.337428903546e-07, 1.472802045917e-05, { 1, 0, 0, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.464969452689e-05, 3.077214912155e-07, { 1, -1, 0, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { -2.913600451019e-06, -1.204095843778e-05, { 6, 0, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.086965458412e-05, -4.078822450981e-06, { 2, -2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.047072266725e-07, 1.444262478533e-05, { 3, 0, -2, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.833976295451e-06, -1.211065641070e-05, { 1, -1, -1, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { 5.953741881248e-06, -8.990875209687e-06, { 0, 0, 4, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.000747876852e-05, 4.934752038640e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 2, 1, 0, 0, 0 } }, + { 1.487061841436e-05, 7.102610228633e-08, { 4, 0, -1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -2.780519752578e-06, 1.215908903127e-05, { 4, 0, -1, 0, 0, 0, -3, 0, 0, 2, 0, 0, 0 } }, + { 6.331354072220e-06, 8.603315850271e-06, { 2, -2, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 6.692133759973e-06, 8.240873886928e-06, { 1, -1, 0, 0, 0, -14, 11, 0, 0, 0, 0, 0, 0 } }, + { 2.843735343862e-06, 1.208517542485e-05, { 3, 1, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.012605767658e-06, -9.913858975259e-06, { 2, 0, 1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { -3.994047296575e-06, -1.093062825824e-05, { 0, 0, 1, 0, 0, -6, 3, 0, 0, 0, 0, 0, 0 } }, + { 6.593353603051e-06, -8.324754492624e-06, { 2, 0, 1, 0, 0, -15, 11, 0, 0, 0, 0, 0, 0 } }, + { -9.650126062950e-06, 5.266855498148e-06, { 0, 0, 2, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.276164554478e-06, 1.163881930916e-05, { 2, -2, -1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -8.766272892478e-06, -6.147474056696e-06, { 2, 0, 0, 0, 0, 0, 17, -22, 0, 0, 0, 0, 0 } }, + { 1.332048729660e-05, -1.593033276166e-06, { 0, 0, 1, 0, 0, 16, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.386462933339e-05, 1.048095640778e-06, { 2, 0, 1, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { 7.934347219644e-06, 6.976990041988e-06, { 4, 0, -1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { -9.559337242791e-06, 5.351693051182e-06, { 2, 0, 2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -1.481748928581e-05, 9.254329181265e-08, { 0, 0, 3, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -1.144909436626e-06, 1.376418772708e-05, { 4, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -6.389562249218e-06, 8.518019100748e-06, { 1, -1, 0, 0, 0, 0, 1, 0, 0, 3, 0, 0, 0 } }, + { 2.848930076882e-06, -1.205841889638e-05, { 1, 1, -1, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { -9.619464188721e-06, 5.282983398045e-06, { 0, 0, 0, 0, 0, 3, -6, 0, 3, 0, 0, 0, 0 } }, + { -1.379445898296e-05, -1.106014939554e-06, { 2, 0, 1, 0, 0, 0, -1, 0, 3, -2, 0, 0, 0 } }, + { -9.836548951707e-06, -5.059292162202e-06, { 2, 0, -1, 0, 0, -2, 5, 1, -8, 6, 0, 0, 0 } }, + { -6.742832319654e-07, -1.421685192190e-05, { 0, 0, 4, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 8.576190542741e-06, 6.313870106435e-06, { 0, 0, 0, 0, 0, 0, 14, -19, 0, 0, 0, 0, 0 } }, + { -7.799308151627e-06, -7.088198577287e-06, { 6, 0, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -2.899747255068e-06, 1.198384871711e-05, { 1, 0, -3, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 6.506788459262e-06, 8.376171823217e-06, { 2, 0, 1, 0, 0, 0, -11, 21, -2, 0, 0, 0, 0 } }, + { 1.486411154919e-05, -6.817368584205e-09, { 4, 0, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.346595097182e-06, 1.152285266533e-05, { 1, 1, -1, 0, 0, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.475111645457e-05, 1.167198052436e-07, { 0, 0, 3, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 1.323619383348e-05, -1.629862347760e-06, { 2, -2, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.349895833219e-05, 1.364505678688e-06, { 1, 0, 0, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -9.989429550136e-06, -4.872810653450e-06, { 2, 0, 0, 0, 0, 19, -17, 0, 0, 0, 0, 0, 0 } }, + { 8.399719494083e-06, 6.462386496404e-06, { 1, 1, -2, 0, 0, 5, -9, 3, 0, 0, 0, 0, 0 } }, + { 6.738941722292e-06, 8.119508496285e-06, { 2, 2, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 1.461492575522e-05, 2.378522245395e-07, { 4, 0, -3, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { 4.173537195628e-06, -1.067456760517e-05, { 1, 1, 0, 0, 0, 0, 1, 0, -2, 3, 0, 0, 0 } }, + { -9.692275345203e-06, -5.153177927629e-06, { 0, 0, 0, 0, 4, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.359584219630e-05, -1.234734594863e-06, { 1, -1, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -8.976273475112e-06, 5.851813437243e-06, { 2, 0, 0, 0, 0, -43, 42, 7, -8, 6, 0, 0, 0 } }, + { -1.024522089621e-05, 4.580923611560e-06, { 2, 0, -1, 0, -1, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { 2.968666402262e-06, -1.185638266175e-05, { 0, 2, -1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.062370289602e-06, -1.375897719678e-05, { 1, 1, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -6.589043911779e-06, -8.232298105635e-06, { 2, 0, 0, 0, 0, 0, 10, -21, 2, 0, 0, 0, 0 } }, + { 1.468517306947e-05, 1.356722562204e-07, { 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0 } }, + { -1.481643303731e-05, -2.216298297513e-09, { 2, -2, 2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.913230284840e-06, 1.190079659299e-05, { 2, -1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.266755336681e-05, -2.145378669741e-06, { 1, -1, 1, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { 8.263054340187e-06, -6.549028450871e-06, { 0, 0, 1, 0, 0, 0, -8, 7, 0, 0, 0, 0, 0 } }, + { 6.975737009694e-06, -7.831018214961e-06, { 0, 0, 0, 0, 0, 8, -3, -19, 0, 3, 0, 0, 0 } }, + { 9.866470121827e-06, 4.940248418373e-06, { 1, -1, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -6.471525061021e-06, 8.333139829293e-06, { 2, 0, 1, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { 6.457038120390e-06, 8.346848570139e-06, { 0, 2, 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 9.542074912966e-06, -5.259625214941e-06, { 2, -2, 0, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { -1.040900982334e-05, 4.385797914988e-06, { 0, 0, 0, 0, 0, 2, -2, 0, -1, 0, 0, 0, 0 } }, + { -5.942903301782e-06, -8.848110366037e-06, { 0, 0, 2, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0 } }, + { -6.992825329348e-07, -1.409134103668e-05, { 2, -2, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -9.886356625514e-06, 4.900955100114e-06, { 0, 0, 0, 0, 0, 13, -17, 0, 0, 0, 0, 0, 0 } }, + { -3.147346713339e-06, -1.162806307723e-05, { 4, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.250927388160e-05, -2.265381054352e-06, { 0, 0, 1, 0, 0, 0, -6, 0, 6, 0, 0, 0, 0 } }, + { 5.889380769211e-07, -1.417933595171e-05, { 2, -2, 0, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.108525835160e-06, -1.165877655583e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 2, -6, 3, 0, 0 } }, + { 6.368633597226e-06, 8.398350597074e-06, { 1, -1, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 8.675433732114e-06, -6.090439726636e-06, { 1, 1, -1, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -4.444570608753e-06, -1.031875285518e-05, { 4, 0, -1, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { -1.475390549526e-05, -4.768334519093e-09, { 2, -2, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.690857392826e-06, 8.067042745812e-06, { 2, -2, 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 7.139183949316e-06, 7.615442575324e-06, { 1, 0, -3, 0, 0, 47, -49, 0, 0, 0, 0, 0, 0 } }, + { -9.948591757903e-06, -4.804519583016e-06, { 0, 2, 1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -9.844880926528e-06, 4.902896805660e-06, { 1, 1, -2, 0, 0, 0, 1, 0, -5, 5, 0, 0, 0 } }, + { 1.068753441947e-05, -4.059555625864e-06, { 1, -1, -1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { 8.398235881198e-06, -6.348152092137e-06, { 6, 0, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 5.115668022315e-06, 9.630648423721e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 4, -4, 0, 0, 0 } }, + { 1.034785805561e-05, 4.395231600192e-06, { 0, 0, 1, 0, -5, 14, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.265908587134e-05, 2.078076858876e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -7, 11, -3, 0, 0 } }, + { 4.503664526560e-06, -1.023341148084e-05, { 0, 0, 1, 0, 0, 16, -26, 0, 0, 0, 0, 0, 0 } }, + { -4.503664526560e-06, -1.023341148084e-05, { 0, 0, 1, 0, 0, -16, 26, 0, 0, 0, 0, 0, 0 } }, + { 5.587600018971e-07, 1.417490609089e-05, { 0, 0, 3, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.471518505336e-05, 1.821639667311e-08, { 4, 0, 1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -9.687259099788e-06, 5.039949463212e-06, { 0, 0, 0, 0, 0, 0, 2, 0, 1, -4, 0, 0, 0 } }, + { -4.258625828522e-06, -1.046441369788e-05, { 1, -1, 0, 0, 0, 0, -4, 9, 0, 0, 0, 0, 0 } }, + { 2.870910896930e-06, 1.185191845943e-05, { 1, -1, 2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 4.159166676283e-06, 1.056124502544e-05, { 1, -1, -2, 0, 0, 24, -25, 0, 0, 0, 0, 0, 0 } }, + { -2.722065891451e-06, 1.199580753029e-05, { 2, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.042210139980e-05, 4.293658676222e-06, { 1, 0, -2, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.013696975858e-05, 4.566189759830e-06, { 1, -1, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -4.412217890565e-06, 1.029087471798e-05, { 1, 0, 0, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 1.218125639282e-05, 2.520076287938e-06, { 1, 1, 0, 0, 0, -9, 11, 0, 0, 0, 0, 0, 0 } }, + { -2.036392177559e-06, -1.266476388182e-05, { 2, 0, 0, 0, 0, 17, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.257085181799e-05, 2.129974355859e-06, { 0, 0, 0, 0, 0, 1, -3, 0, 3, 0, 0, 0, 0 } }, + { 1.353328775991e-05, 1.166076221192e-06, { 2, 0, 2, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 9.565599986959e-06, 5.128770575900e-06, { 2, 0, -1, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.031226708017e-05, 4.379819899681e-06, { 0, 0, 1, 0, 5, -14, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.809184221760e-06, 1.187890187683e-05, { 3, 1, -2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.080238332437e-05, -3.876061158151e-06, { 2, 0, 0, 0, 0, 0, 6, 0, -5, 0, 0, 0, 0 } }, + { 1.465871562648e-05, 1.461586698921e-08, { 5, 0, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.463887456455e-05, -3.088378548896e-08, { 1, 0, -1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.553509822606e-06, 1.311619486188e-05, { 2, 0, 2, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 9.813909915805e-06, 4.852364216876e-06, { 0, 0, 2, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { -5.741127871404e-06, -8.922536101077e-06, { 3, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.072083737002e-06, -1.359055995568e-05, { 1, 0, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 5.567416806856e-06, -9.093444868597e-06, { 0, 0, 2, 0, 0, 0, 0, 0, -1, 5, 0, 0, 0 } }, + { -1.815122947605e-06, 1.284294220991e-05, { 0, 0, 0, 0, 0, 0, 4, -8, 1, 0, 0, 0, 0 } }, + { 1.025956953492e-05, 4.395247347124e-06, { 2, -2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 6.798408227041e-06, -7.845593042034e-06, { 0, 0, 2, 0, 0, 8, -17, 8, -3, 0, 0, 0, 0 } }, + { 2.735786880939e-06, -1.190759776462e-05, { 1, 1, -1, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -2.797465962130e-06, 1.183111089031e-05, { 3, -1, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -6.790790915261e-06, -7.836329668066e-06, { 0, 0, 2, 0, 0, -8, 17, -8, 3, 0, 0, 0, 0 } }, + { 1.169713282030e-05, -2.925419237325e-06, { 5, 1, -2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -9.785748917414e-06, -4.835146075883e-06, { 1, 0, 0, 0, 0, 6, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.863961797011e-06, -1.175259969624e-05, { 6, 0, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 9.822899289814e-06, -4.792685165085e-06, { 1, -1, 0, 0, 0, 10, -14, 0, 0, 0, 0, 0, 0 } }, + { 9.786573261267e-06, -4.828932987458e-06, { 0, 1, -1, 0, 0, 0, 11, -21, 0, 0, 0, 0, 0 } }, + { -4.277909966701e-06, -1.033022918996e-05, { 2, -2, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.110293563667e-05, -3.504869059077e-06, { 0, 0, 0, 0, 0, 3, 0, -8, 3, 0, 0, 0, 0 } }, + { 1.887205983884e-06, 1.272017548949e-05, { 3, 0, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.339340646803e-05, -1.212572493647e-06, { 1, -1, 1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -1.438015026108e-05, 2.242636699137e-07, { 2, -2, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 4.394254046386e-06, -1.020944640679e-05, { 4, 0, -1, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { -4.344084858191e-06, 1.025931811199e-05, { 2, 0, 1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.277721823108e-05, -1.821385729875e-06, { 2, 0, -1, 0, 0, -3, 5, 0, 0, -4, 0, 0, 0 } }, + { -9.969920455229e-06, -4.627237883807e-06, { 2, 0, 0, 0, 0, 17, -15, 0, 0, 0, 0, 0, 0 } }, + { -6.276013501324e-06, 8.318656848039e-06, { 0, 2, 1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -1.205935122995e-05, -2.530671431172e-06, { 0, 0, 1, 0, 0, -19, 21, 0, 0, 0, 0, 0, 0 } }, + { 9.382863520603e-06, -5.202163363332e-06, { 2, 0, 2, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -1.122008274915e-05, 3.363356946133e-06, { 0, 0, 0, 0, 0, 3, -8, 8, -3, 0, 0, 0, 0 } }, + { -1.094785247291e-05, -3.634909691610e-06, { 1, 0, -2, 0, 0, -5, 9, 0, 0, 0, 0, 0, 0 } }, + { -2.702089344723e-06, -1.188034270714e-05, { 1, -1, 1, 0, 0, 0, -1, 0, 4, -2, 0, 0, 0 } }, + { 3.262294104031e-06, 1.131949251891e-05, { 0, 0, 0, 0, 0, 19, -22, 0, 0, 0, 0, 0, 0 } }, + { 2.262383889646e-06, 1.231581224713e-05, { 2, 0, -2, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -8.922750262447e-06, -5.653812486370e-06, { 0, 0, 0, 0, 5, 0, -8, 0, 0, 0, 0, 0, 0 } }, + { -5.946172784713e-06, -8.629479716980e-06, { 1, 1, 0, 0, 0, -4, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.814518674133e-06, 5.758992553311e-06, { 2, 0, -1, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { -9.735043897717e-06, -4.836155485691e-06, { 0, 0, 0, 0, 0, 2, -2, 0, -3, 0, 0, 0, 0 } }, + { -5.392506549757e-06, 9.178511138632e-06, { 0, 2, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -4.513344943947e-06, -1.005577961469e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 3, -4, 0, 0, 0 } }, + { -3.537251213706e-06, 1.102725288738e-05, { 2, -2, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.298332541402e-05, 1.578345037230e-06, { 1, 1, -1, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.314941294913e-05, -1.406779749356e-06, { 4, 0, -2, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -2.788005796428e-06, 1.176783579245e-05, { 0, 2, 1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.681758967808e-06, -8.865341140109e-06, { 3, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 6.077246837804e-07, -1.393736246320e-05, { 1, 1, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 6.147766025071e-06, -8.394773941981e-06, { 1, 0, -2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -1.453235332117e-05, 9.829891788273e-09, { 1, 2, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.530599907803e-06, 1.100543609048e-05, { 2, -2, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.432980943350e-05, -2.042258224244e-07, { 6, 0, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.309173164095e-05, -1.438754247845e-06, { 0, 0, 3, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 8.997708840721e-06, 5.528796776627e-06, { 2, 0, -1, 0, 0, -5, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.279857988677e-05, -1.726542063461e-06, { 2, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.446341757511e-05, 5.973403864908e-08, { 1, -2, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.449320793464e-05, 2.992657266168e-08, { 2, 0, -1, 0, 0, 1, -3, 0, 2, 0, 0, 0, 0 } }, + { 1.053434165907e-05, -3.985224437030e-06, { 0, 0, 0, 0, 0, 0, 9, -17, 1, 0, 0, 0, 0 } }, + { 1.045669709818e-05, 4.060606975401e-06, { 0, 0, 1, 0, 0, -27, 31, 0, 0, 0, 0, 0, 0 } }, + { -5.745494146170e-06, 8.771234844805e-06, { 0, 0, 0, 0, 0, 1, 2, -5, 0, 0, 0, 0, 0 } }, + { -4.831584709112e-06, -9.683970650934e-06, { 0, 0, 0, 0, 0, 8, -13, 0, -2, 5, 0, 0, 0 } }, + { -9.343919065012e-06, -5.168207691509e-06, { 2, -2, 0, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { -7.365846869245e-07, 1.377001828117e-05, { 2, 0, -2, 0, 0, 0, 2, 0, 1, -9, 0, 0, 0 } }, + { 1.304721469654e-05, -1.458503304482e-06, { 0, 0, 1, 0, 0, 0, 12, -24, 5, 10, 0, 0, 0 } }, + { -1.304721469654e-05, -1.458503304482e-06, { 0, 0, 1, 0, 0, 0, -12, 24, -5, -10, 0, 0, 0 } }, + { -3.897108740585e-06, -1.060756128692e-05, { 1, -1, 1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { 4.989253221036e-06, -9.514690156291e-06, { 2, 0, -1, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.410768643699e-05, 3.942827473625e-07, { 2, 0, -1, 0, 0, -4, 6, 0, -2, 0, 0, 0, 0 } }, + { -4.404572291883e-06, -1.009623099953e-05, { 2, 0, 2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.051021686384e-05, -3.986480485981e-06, { 1, -1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { 2.783260959585e-07, -1.421787502356e-05, { 0, 2, -1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 7.103986075372e-06, -7.391251676285e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -1, -3, 0, 0, 0 } }, + { 6.184844693538e-06, 8.307463471822e-06, { 1, -1, 0, 0, 0, -5, 2, 0, 0, 0, 0, 0, 0 } }, + { -8.071393731779e-06, -6.416039564855e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -6, 3, 0, 0, 0 } }, + { 4.779020009051e-06, 9.707117520703e-06, { 1, 1, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { 1.041416514243e-05, 4.069999009523e-06, { 4, 0, -2, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.233586890126e-06, 1.024634839258e-05, { 2, 0, -1, 0, 0, 0, -2, 6, 0, 0, 0, 0, 0 } }, + { -8.550464941251e-06, -5.929128102968e-06, { 4, 0, -2, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 1.451635151568e-06, 1.302633034546e-05, { 0, 0, 0, 0, 0, 8, -13, 0, 2, -5, 0, 0, 0 } }, + { 3.308639699154e-06, 1.116845327394e-05, { 1, -1, -1, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { 2.967338273185e-06, -1.150563123234e-05, { 4, 0, -1, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.421004701131e-05, -2.573031704436e-07, { 4, 0, 1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.261416277842e-05, 1.846522650303e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -3, 3, 0, 0, 0 } }, + { 1.405694151439e-05, -4.024292046874e-07, { 2, 0, 0, 0, 0, 3, -4, 0, 1, 0, 0, 0, 0 } }, + { -2.873795072970e-07, 1.416940290553e-05, { 3, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.419017908482e-05, -2.644950401998e-07, { 1, 0, 0, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { -8.351765376646e-06, 6.102065154301e-06, { 0, 2, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -1.271936961065e-05, -1.730634144453e-06, { 0, 0, 2, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 9.904991956712e-07, 1.345728158926e-05, { 2, 0, -2, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { -3.501965684769e-07, 1.409092320696e-05, { 2, 0, -1, 0, 0, 0, 18, -21, 0, 0, 0, 0, 0 } }, + { 7.531002603413e-06, -6.904946005283e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -6, 2, 0, 0, 0 } }, + { -2.905766949955e-06, -1.152677453899e-05, { 5, -1, -2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.698561799086e-06, 6.733805013758e-06, { 0, 0, 1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.170420606496e-05, -2.721237342894e-06, { 0, 0, 1, 0, 0, -17, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.541324641382e-06, 1.287990137422e-05, { 1, -1, 2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.011730268023e-06, 1.340735522785e-05, { 2, -2, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 2.628508834740e-06, -1.179049502035e-05, { 6, 0, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -9.776072251008e-06, -4.636842876571e-06, { 1, 0, 1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.888438525426e-06, -1.052374454515e-05, { 0, 0, 3, 0, 0, 2, -13, 15, 0, 0, 0, 0, 0 } }, + { 3.599133798775e-06, -1.081296238533e-05, { 2, 0, 1, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0 } }, + { 8.651860555815e-07, 1.354426264142e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -7, 0, 0, 0 } }, + { 8.821228119515e-06, 5.584002955689e-06, { 0, 0, 0, 0, 0, 2, -5, 4, 0, 0, 0, 0, 0 } }, + { 2.748603521923e-06, -1.165567987833e-05, { 1, 1, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { 9.084131973524e-06, 5.314633899302e-06, { 1, 0, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -2.732809008646e-06, -1.166442665448e-05, { 1, -1, 1, 0, 0, -12, 11, 0, 0, 0, 0, 0, 0 } }, + { -8.162132321740e-06, -6.231787813645e-06, { 0, 2, -1, 0, -5, 0, 7, 0, 0, 0, 0, 0, 0 } }, + { -2.738128028171e-06, -1.165291614150e-05, { 1, -1, 1, 0, 0, -13, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.242187243385e-05, 1.963901736989e-06, { 1, 1, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.168260217149e-05, 2.699456204988e-06, { 1, -1, 0, 0, 0, 24, -26, 0, 0, 0, 0, 0, 0 } }, + { 1.193073967059e-05, 2.450583547933e-06, { 0, 0, 3, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 6.308660831063e-06, 8.071696071421e-06, { 0, 1, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.793614261787e-06, -1.158664886965e-05, { 0, 1, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 5.492888490204e-06, 8.878948867436e-06, { 1, 1, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -1.228182120069e-05, 2.087714118413e-06, { 2, 0, 0, 0, 0, 3, -5, 0, 3, 0, 0, 0, 0 } }, + { 1.173623548680e-07, 1.425160043669e-05, { 2, 0, 1, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.425728512376e-05, -1.106239303735e-07, { 2, 0, -4, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 8.055028205953e-06, -6.309782533094e-06, { 2, 0, -1, 0, 0, -1, -3, 0, 0, 0, 0, 0, 0 } }, + { 5.725878842639e-06, -8.636920316508e-06, { 1, 1, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 1.886058422581e-06, 1.247498088140e-05, { 2, -1, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -1.198365034406e-05, -2.377074801950e-06, { 1, -1, 1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.006640308767e-05, -4.289542468258e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 2, -3, 0, 0, 0 } }, + { -2.657321463936e-06, 1.169733841145e-05, { 1, -1, -1, 0, 0, 24, -23, 0, 0, 0, 0, 0, 0 } }, + { -1.393129306553e-05, 4.205655808740e-07, { 4, 0, -1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -1.177478342570e-05, -2.571531988332e-06, { 0, 0, 1, 0, 0, -18, 20, 0, 0, 0, 0, 0, 0 } }, + { 4.861937377210e-06, 9.484334228541e-06, { 2, 0, -1, 0, 0, 0, 19, -23, 0, 0, 0, 0, 0 } }, + { 1.015239612836e-05, 4.193502375105e-06, { 1, -1, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0 } }, + { -3.374779960783e-06, 1.096061305389e-05, { 1, 1, -1, 0, 0, -17, 18, 0, 0, 0, 0, 0, 0 } }, + { 1.254578202058e-05, -1.788578992521e-06, { 2, 0, -1, 0, 0, 3, -5, 0, 0, 4, 0, 0, 0 } }, + { -1.426183303336e-05, -7.192681497831e-08, { 1, -2, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 9.601388116059e-06, 4.729202162457e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 2, 1, 0, 0, 0 } }, + { -1.230975916180e-05, 2.015538654986e-06, { 2, -2, 0, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { 2.636909250501e-06, 1.168689146755e-05, { 0, 0, 2, 0, 0, 3, -5, 0, 1, 0, 0, 0, 0 } }, + { 1.657833797151e-06, -1.265390560018e-05, { 2, 0, -2, 0, 0, 24, -25, 0, 0, 0, 0, 0, 0 } }, + { 6.016768785762e-06, -8.294171715168e-06, { 4, 0, 1, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.988430418943e-06, 1.031796527780e-05, { 1, 0, -1, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { -5.056761528451e-06, -9.249296898010e-06, { 2, 0, -1, 0, -2, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.139610001807e-05, -2.909809013094e-06, { 1, 1, -1, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -6.251433299114e-06, -8.051317327576e-06, { 1, 0, 0, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { -1.424566160993e-05, 5.647464599495e-08, { 1, 0, 1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 3.870358886217e-06, 1.042682756094e-05, { 1, -3, 2, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { -8.167067761187e-06, 6.128903979877e-06, { 0, 0, 2, 0, 0, -18, 16, 0, -2, 5, 0, 0, 0 } }, + { 8.396842407713e-06, 5.898638258725e-06, { 1, 0, 0, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 1.151111797257e-05, -2.774434814570e-06, { 2, 0, -2, 0, 0, 0, -3, 0, 5, 0, 0, 0, 0 } }, + { -1.201062645243e-05, -2.273866321596e-06, { 3, 1, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.164217820547e-05, 2.641302803653e-06, { 0, 0, 3, 0, 0, -20, 19, 0, 3, 0, 0, 0, 0 } }, + { -1.421885043646e-05, 6.331832280375e-08, { 2, -2, 0, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.204985839450e-05, -2.232040310576e-06, { 3, 1, -1, 0, 0, -20, 12, 15, 0, 0, 0, 0, 0 } }, + { 1.204985839450e-05, -2.232040310576e-06, { 1, -1, 1, 0, 0, 20, -12, -15, 0, 0, 0, 0, 0 } }, + { 5.483908904019e-06, -8.793801220776e-06, { 6, 0, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -3.876238315050e-06, 1.039243256679e-05, { 2, 0, -2, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { -4.043329257524e-06, -1.022067676075e-05, { 1, 0, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -5.052176801501e-07, -1.375826375136e-05, { 2, 0, 2, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 1.205727909274e-05, -2.205832777872e-06, { 1, -1, -1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { -6.737241979805e-06, -7.512967929767e-06, { 2, 0, -1, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0 } }, + { -1.165691349806e-05, -2.589116410891e-06, { 1, -1, -1, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.262508756461e-05, 1.619008422570e-06, { 2, -2, 0, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 1.423451583072e-05, 9.533602606043e-09, { 4, -2, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.417916391103e-05, 6.154666580587e-08, { 4, 0, -1, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.421126899824e-05, -2.568062700320e-08, { 2, 0, -4, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -9.899696529210e-06, -4.334717488397e-06, { 2, 0, -1, 0, 0, -11, 13, 0, 0, 0, 0, 0, 0 } }, + { -3.272603804336e-06, 1.095373011592e-05, { 1, 1, -1, 0, 0, -16, 17, 0, 0, 0, 0, 0, 0 } }, + { 4.776142155326e-06, -9.449913878175e-06, { 4, 0, -1, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { 9.484085414867e-06, 4.736865245550e-06, { 4, -2, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.233136381300e-05, -1.887337020975e-06, { 4, 0, -1, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { -6.348810303502e-06, -7.869176418136e-06, { 1, 1, 0, 0, 0, -12, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.143361952440e-05, 2.776261563050e-06, { 1, -1, -3, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { -1.300792434725e-05, -1.200623582523e-06, { 2, -2, 0, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 1.186892949734e-05, 2.339459368635e-06, { 3, 1, -3, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 8.583624863696e-07, -1.334975023371e-05, { 4, 0, -2, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { 5.641493551662e-06, -8.566144616263e-06, { 1, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.070002113901e-06, 1.013134033978e-05, { 2, 2, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -7.091968906490e-06, 7.106945793346e-06, { 2, 0, -2, 0, 0, 0, -2, 7, 0, 0, 0, 0, 0 } }, + { 2.052843397807e-06, 1.214260499423e-05, { 4, 0, -2, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 1.222386363429e-05, -1.970575784238e-06, { 0, 0, 2, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -1.207953242970e-05, -2.109076172733e-06, { 1, 1, -1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 1.236844131011e-05, 1.812993888048e-06, { 4, 0, -2, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { 1.417036907780e-05, 9.486547277953e-09, { 2, 0, 2, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.385720757180e-05, -3.212015693813e-07, { 2, -2, 0, 0, 0, 0, 2, 0, 0, 4, -2, 0, 0 } }, + { -5.431107859432e-06, 8.746893619881e-06, { 1, -1, 0, 0, 0, 5, -6, -2, 0, 0, 0, 0, 0 } }, + { 1.415013933672e-05, 2.692412440362e-08, { 4, 0, -1, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.416866774891e-05, 6.147224507500e-09, { 2, 0, -1, 0, 0, -2, 5, 0, 0, 1, 0, 0, 0 } }, + { 1.416866774891e-05, -6.147224507500e-09, { 2, 0, -3, 0, 0, -2, 5, 0, 0, 1, 0, 0, 0 } }, + { 7.058235870148e-06, 7.116019695404e-06, { 2, 0, 1, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.380613449786e-05, -3.677710368184e-07, { 0, 0, 0, 0, 0, 5, -7, 0, 2, 0, 0, 0, 0 } }, + { -1.416528697185e-05, -3.754423832146e-09, { 2, 2, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.059509877428e-06, -5.109076555549e-06, { 4, 0, -1, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.269069382005e-05, 1.470944869805e-06, { 4, 0, -1, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { -3.131017818404e-06, 1.103002751039e-05, { 0, 0, 0, 0, 0, 15, -10, -4, 0, 0, 0, 0, 0 } }, + { 2.692427629923e-06, 1.146638071804e-05, { 1, 1, 1, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { 5.260831257414e-07, -1.363079645769e-05, { 2, 0, -2, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.008683263226e-06, -1.214365828514e-05, { 0, 2, 0, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.390983037362e-05, -2.422005650440e-07, { 0, 0, 4, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -7.207746646664e-06, -6.937508440380e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, 1, -2, 0 } }, + { 9.044138528445e-06, 5.100399013000e-06, { 0, 0, 1, 0, 0, 0, -7, 14, 0, 0, 0, 0, 0 } }, + { -2.720229984791e-06, 1.142381307576e-05, { 2, -1, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -8.842598407466e-06, -5.300880251088e-06, { 0, 0, 2, 0, 0, 0, 5, -10, 0, 0, 0, 0, 0 } }, + { -5.478019427486e-06, -8.660721965264e-06, { 2, 0, -3, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 9.573298925594e-06, 4.563631117485e-06, { 2, 0, 0, 0, 0, 0, -3, 4, -1, 0, 0, 0, 0 } }, + { 2.789471609830e-06, 1.133609712633e-05, { 3, 1, -2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.660583279898e-06, 9.462451568630e-06, { 2, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 4.233901671234e-06, 9.887553736566e-06, { 3, -3, 1, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { -4.233901671234e-06, 9.887553736566e-06, { 1, 3, -1, 0, 0, -25, 26, 0, 0, 0, 0, 0, 0 } }, + { -2.689403114120e-06, -1.143063832040e-05, { 0, 1, 0, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { -9.065486774716e-06, 5.052184195150e-06, { 1, 2, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 9.002062890529e-06, 5.114830568184e-06, { 6, 0, -2, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 6.096317379683e-06, 8.009707328522e-06, { 2, 0, 1, 0, -1, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { 1.361821231943e-05, -4.833698438429e-07, { 6, 0, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -6.091081713865e-06, 8.002528002093e-06, { 2, 0, 1, 0, 1, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { -1.376057492380e-05, -3.312276612574e-07, { 0, 0, 0, 0, 0, 0, 2, 0, -2, -3, 0, 0, 0 } }, + { -2.649365199584e-06, 1.144156244293e-05, { 0, 0, 2, 0, 0, -3, 5, 0, -1, 0, 0, 0, 0 } }, + { -2.587543502964e-06, -1.150217206317e-05, { 0, 0, 2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.660175799042e-07, -1.382064880182e-05, { 1, 2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.383453078541e-05, -2.490176008503e-07, { 3, 0, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -6.301462195358e-06, -7.779869038712e-06, { 0, 0, 0, 0, 0, 10, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.491118928019e-06, -8.582020782691e-06, { 2, 0, 1, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { -2.158919453633e-06, 1.191138663497e-05, { 0, 0, 2, 0, 0, -21, 20, 0, 0, 0, 0, 0, 0 } }, + { -4.414462960686e-06, 9.655624711922e-06, { 1, -1, 1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.016949349991e-05, -3.899738616309e-06, { 2, 0, -2, 0, 0, 0, 4, 0, -3, 0, 0, 0, 0 } }, + { -1.404779138087e-05, -1.946278926181e-08, { 4, -2, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -9.869638256112e-06, -4.194524946714e-06, { 0, 0, 5, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 9.869638256112e-06, -4.194524946714e-06, { 0, 0, 3, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.038350673057e-06, -1.202354558343e-05, { 1, -1, 0, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { -5.175925282245e-06, -8.884531123287e-06, { 2, 0, -3, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -2.649662667426e-06, 1.140887227616e-05, { 1, 1, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.312965154357e-05, -9.232467397008e-07, { 1, -1, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.502265486260e-06, 4.549680879743e-06, { 0, 0, 1, 0, 0, 0, -1, 2, -2, 0, 0, 0, 0 } }, + { -9.601495184376e-06, 4.446604328697e-06, { 1, -1, 0, 0, 0, -13, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.180275985014e-05, -2.244906889645e-06, { 3, 1, -2, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.230434242607e-06, -1.281505302758e-05, { 0, 1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 6.173007807370e-06, -7.867272374219e-06, { 4, 0, -2, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 7.914931667654e-06, -6.111780157726e-06, { 2, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0 } }, + { 7.914931667654e-06, -6.111780157726e-06, { 2, 0, -2, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0 } }, + { 8.085582635834e-06, 5.941071684471e-06, { 2, 0, -2, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { 1.003922795230e-05, 3.984368912402e-06, { 1, 0, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 1.117650111182e-05, -2.845297947236e-06, { 1, 1, -1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -4.996670690763e-07, 1.351724728685e-05, { 0, 0, 0, 0, 0, 0, 15, -18, 0, 0, 0, 0, 0 } }, + { 7.947769172880e-06, 6.069016821086e-06, { 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 8.742420523313e-06, 5.273011253303e-06, { 2, 0, -1, 0, 0, 0, -2, 4, 0, -4, 0, 0, 0 } }, + { 2.978841945961e-06, -1.103036260239e-05, { 2, 0, -2, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -9.814762399809e-06, 4.192222431466e-06, { 2, 0, 0, 0, 0, 0, 11, -18, 0, 0, 0, 0, 0 } }, + { -9.215787464906e-06, 4.790318652044e-06, { 2, 0, 0, 0, 0, 0, 2, 0, -2, -1, 0, 0, 0 } }, + { 1.399634928052e-05, -4.631119606791e-09, { 0, 2, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.384215406641e-05, 1.587431581314e-07, { 2, 0, 0, 0, 0, -3, 5, 0, 0, -2, 0, 0, 0 } }, + { -4.943554785688e-07, 1.350172589502e-05, { 0, 0, 1, 0, 0, 0, 13, -16, 0, 0, 0, 0, 0 } }, + { -2.124381772133e-06, 1.186752991237e-05, { 3, -1, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -9.793599248018e-07, 1.300432212251e-05, { 2, 0, -1, 0, 0, 6, -4, -8, 3, 0, 0, 0, 0 } }, + { -2.772879165277e-06, -1.120744934525e-05, { 4, 0, -3, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.827827066587e-06, -4.152461097461e-06, { 1, 1, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 5.559662037320e-07, 1.341082310690e-05, { 2, 0, 0, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { -9.140039002348e-06, -4.826186828419e-06, { 4, 0, -2, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { -3.015148215103e-06, -1.094748226244e-05, { 1, -1, -1, 0, 0, 27, -30, 0, 0, 0, 0, 0, 0 } }, + { -8.803620197246e-06, 5.154349399068e-06, { 2, 0, 1, 0, 0, 0, -1, 0, 2, -2, 0, 0, 0 } }, + { -4.049842999664e-06, 9.900723838436e-06, { 0, 0, 3, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 1.461143871202e-06, 1.247738703843e-05, { 1, -1, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -1.477998260625e-07, 1.378940657181e-05, { 2, 0, 1, 0, 0, 18, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.012224871526e-05, -3.811723324803e-06, { 0, 0, 1, 0, 1, 0, -14, 19, -3, 0, 0, 0, 0 } }, + { 1.012224871526e-05, -3.811723324803e-06, { 0, 0, 1, 0, -1, 0, 14, -19, 3, 0, 0, 0, 0 } }, + { -1.369178784628e-05, 2.388650109041e-07, { 1, 0, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 4.662057197394e-06, 9.264535204212e-06, { 0, 0, 1, 0, 0, 0, 13, -17, 0, 0, 0, 0, 0 } }, + { 1.050734227178e-05, 3.417335848721e-06, { 0, 0, 1, 0, 0, 0, 8, -16, 2, 10, 0, 0, 0 } }, + { -1.050734227178e-05, 3.417335848721e-06, { 0, 0, 1, 0, 0, 0, -8, 16, -2, -10, 0, 0, 0 } }, + { -8.201431881077e-06, -5.721583268646e-06, { 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.281303735180e-06, -7.634459463635e-06, { 4, 0, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.732564121511e-06, 1.017959622650e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -4, 2, 0, 0 } }, + { -3.440662445819e-06, -1.046548120095e-05, { 2, 0, 1, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0 } }, + { -1.380577250440e-05, -1.003202685869e-07, { 0, 0, 2, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -5.108755056682e-06, 8.796405663198e-06, { 4, 0, -2, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { 1.020274807601e-05, -3.697748328140e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 6, -2, 0, 0, 0 } }, + { 1.231973108625e-05, -1.580397541086e-06, { 0, 0, 0, 0, 0, 0, 8, -13, -1, 0, 0, 0, 0 } }, + { -4.838211711513e-06, 9.061652256411e-06, { 0, 0, 0, 0, 0, 0, 5, -8, 1, 0, 0, 0, 0 } }, + { -2.647194386967e-06, -1.124822790237e-05, { 1, -1, -1, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { -8.969178358813e-06, 4.921369690512e-06, { 2, -2, 1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 1.164735821915e-05, 2.240037100607e-06, { 1, 1, -1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.096182187089e-06, -1.178787364696e-05, { 2, 0, 2, 0, 0, -10, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.046243231813e-06, -9.836995354548e-06, { 1, 1, -1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.095283269083e-05, 2.928368887350e-06, { 0, 0, 0, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.140878230168e-06, 9.738585888314e-06, { 4, 0, -1, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.143199668964e-05, -2.447015125990e-06, { 1, 1, -1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.538698168276e-06, -5.337845515491e-06, { 0, 2, 1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -4.143766942967e-06, -9.730193092843e-06, { 0, 0, 1, 0, 0, -25, 29, -3, 0, 0, 0, 0, 0 } }, + { 4.523818274628e-06, -9.340145028644e-06, { 1, -1, 0, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 1.373363405194e-05, 1.295261748463e-07, { 0, 0, 4, 0, 0, -24, 24, 0, 0, 0, 0, 0, 0 } }, + { -9.423719403887e-06, 4.438071195641e-06, { 2, 0, -2, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.399132067654e-06, -4.462224238998e-06, { 4, 0, -2, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.129416475742e-05, 2.565836600108e-06, { 0, 0, 1, 0, 0, 20, -19, 0, -3, 0, 0, 0, 0 } }, + { -1.384995714021e-05, -8.842292075071e-09, { 4, -2, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.256832142146e-05, -1.286488168781e-06, { 2, 0, -1, 0, 0, 24, -26, 0, 0, 0, 0, 0, 0 } }, + { -2.639966610302e-06, -1.121123423509e-05, { 1, -1, -2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.375279715270e-05, -9.380186295608e-08, { 0, 2, 2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -8.630445809058e-06, 5.215744747978e-06, { 2, 0, -1, 0, 0, 0, 2, -4, 0, 4, 0, 0, 0 } }, + { 6.226812695086e-07, -1.321450133597e-05, { 2, -2, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -1.382745920926e-05, -4.466424408571e-09, { 0, 2, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -2.641384628283e-06, 1.117795164016e-05, { 3, -1, -1, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.238031104951e-05, 1.437485542825e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -1, 2, 0, 0, 0 } }, + { -9.280606574096e-06, -4.532310700862e-06, { 1, 0, 0, 0, 0, -26, 30, 0, 0, 0, 0, 0, 0 } }, + { -1.146904930786e-05, 2.340489640367e-06, { 2, 0, -4, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -4.759251907963e-06, 9.049927426447e-06, { 1, -1, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { -9.792151378969e-06, -4.016376746990e-06, { 0, 0, 0, 0, 0, 0, 1, -2, 3, 0, 0, 0, 0 } }, + { 1.146611054438e-05, 2.340827888833e-06, { 2, 0, -4, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 1.036038993793e-05, 3.445620369821e-06, { 2, -2, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -1.289833152212e-05, 9.049282296650e-07, { 3, 0, -2, 0, 0, -14, 12, 0, 2, 0, 0, 0, 0 } }, + { -2.648754481089e-06, 1.115388078433e-05, { 3, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -8.909360617256e-06, 4.884441481570e-06, { 2, 2, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 4.255615543904e-06, -9.535960687160e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 2, -7, 0, 0, 0 } }, + { 3.331011415097e-06, 1.045529584456e-05, { 4, 0, -3, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -3.534049556019e-06, 1.024403930144e-05, { 0, 0, 1, 0, 0, -17, 16, -3, 0, 0, 0, 0, 0 } }, + { 1.101902877789e-05, -2.755902942038e-06, { 1, 1, -4, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -9.175121570193e-06, 4.599016308903e-06, { 1, 1, -1, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { -4.065716722484e-07, -1.335924544733e-05, { 4, 0, 1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 5.280920864000e-06, -8.468297075506e-06, { 2, 0, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.209558102402e-05, -1.653324213677e-06, { 0, 0, 3, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 5.063975882944e-06, 8.658421855588e-06, { 0, 0, 1, 0, 0, 0, -9, 16, -6, 0, 0, 0, 0 } }, + { 2.572430222639e-06, 1.114890982000e-05, { 1, 1, 1, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.364661597816e-05, 7.152068171124e-08, { 4, 0, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.629939035002e-06, -1.108782181306e-05, { 1, 1, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.109741716175e-06, 9.607729158009e-06, { 1, 3, -2, 0, 0, -25, 26, 0, 0, 0, 0, 0, 0 } }, + { 9.650554532429e-06, -4.061935019276e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 2, -1, 0, 0, 0 } }, + { -1.917004998716e-06, -1.179340774499e-05, { 0, 0, 2, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 2.278831937588e-06, 1.143067065388e-05, { 1, 0, 0, 0, 0, -14, 11, 0, 0, 0, 0, 0, 0 } }, + { -8.505567904876e-07, 1.285780520856e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, -3, 0, 0 } }, + { -1.307536481546e-05, -6.282670680213e-07, { 2, 0, -1, 0, 4, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.016273079234e-06, -1.068324011887e-05, { 0, 0, 3, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -1.064958081091e-05, 3.049833342694e-06, { 2, 0, -3, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.702631892623e-06, 9.988755910865e-06, { 2, 0, 2, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 8.908848155325e-06, -4.780304093913e-06, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0 } }, + { -1.368316700622e-05, -3.494542278254e-09, { 4, 0, 0, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -8.906690296513e-06, -4.777572342507e-06, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0 } }, + { -1.142201135651e-05, -2.257348718022e-06, { 2, 0, 0, 0, 0, 0, 1, 0, 2, -6, 0, 0, 0 } }, + { 1.810027516671e-06, -1.186693263994e-05, { 0, 0, 1, 0, 0, 0, 5, -11, 0, 0, 0, 0, 0 } }, + { 2.508614294161e-06, 1.116646026211e-05, { 1, 1, -2, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.362491598027e-05, 4.669783370009e-08, { 0, 2, 0, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.284900631076e-05, 8.148383988901e-07, { 1, 0, 1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 1.350500728021e-05, -1.564785987441e-07, { 0, 0, 3, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { 9.910556480518e-07, -1.266226385491e-05, { 2, 0, 1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { 2.960828614828e-06, 1.068795909059e-05, { 0, 0, 1, 0, 0, 0, -2, 6, -3, 0, 0, 0, 0 } }, + { -1.363661881716e-05, 9.710024325387e-09, { 2, -2, -1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.206125109333e-05, 1.583111164857e-06, { 0, 0, 1, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0 } }, + { -4.264771798913e-06, 9.377328920893e-06, { 2, 2, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 1.051401766141e-05, 3.123080460815e-06, { 0, 0, 0, 0, 0, 0, 7, -14, 3, 0, 0, 0, 0 } }, + { 3.943654607882e-07, -1.323502691195e-05, { 2, 0, -1, 0, 0, 0, 4, 0, 0, -5, 0, 0, 0 } }, + { -1.309733887769e-05, -5.307865313780e-07, { 4, 0, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.991939331603e-07, 1.312820658960e-05, { 2, 0, 0, 0, 0, 27, -28, 0, 0, 0, 0, 0, 0 } }, + { -1.112290551357e-05, 2.503384781361e-06, { 0, 2, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.357004890530e-05, -5.609199474535e-08, { 5, 0, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 8.872294585006e-07, -1.273663702717e-05, { 2, 0, 2, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 1.338348918407e-05, 2.402192158214e-07, { 2, 0, -1, 0, 0, 0, 6, -15, 0, 0, 0, 0, 0 } }, + { 1.001257156653e-06, 1.261610724437e-05, { 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -6.696737272368e-07, -1.294710976898e-05, { 4, 0, -2, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { 9.253142207875e-06, -4.360707429229e-06, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 8, 0, 0, 0 } }, + { 1.039740583164e-05, 3.214843868284e-06, { 0, 0, 2, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { -1.148409778695e-05, -2.126032709294e-06, { 3, 1, -2, 0, 0, -20, 12, 15, 0, 0, 0, 0, 0 } }, + { 1.148409778695e-05, -2.126032709294e-06, { 1, -1, 0, 0, 0, 20, -12, -15, 0, 0, 0, 0, 0 } }, + { 1.162720445868e-06, 1.243577605331e-05, { 0, 0, 0, 0, 0, 20, -23, 0, 0, 0, 0, 0, 0 } }, + { 1.157014333006e-05, 2.024887247868e-06, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 1, 0, 0, 0 } }, + { -1.348600997557e-05, -9.774219848817e-08, { 2, 0, -3, 0, 0, 0, 2, 0, -2, -3, 0, 0, 0 } }, + { -1.352814052697e-05, 4.406186150965e-08, { 1, 0, -2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.355317423918e-05, -1.877893532663e-08, { 2, 0, 3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -9.574279587164e-06, 3.996930745651e-06, { 4, 0, -3, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -1.329916167717e-05, -2.711464539908e-07, { 2, 0, 0, 0, 0, 3, -6, 0, 1, 0, 0, 0, 0 } }, + { 9.319529226873e-06, 4.250094718064e-06, { 0, 0, 1, 0, 0, 0, 1, -2, 2, 0, 0, 0, 0 } }, + { -8.099042624053e-07, 1.275374859352e-05, { 2, -2, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -2.621184705604e-06, -1.093180019054e-05, { 1, -3, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.609622485704e-06, -9.940769268389e-06, { 0, 1, 0, 0, 0, -22, 23, 0, 0, 0, 0, 0, 0 } }, + { 4.722735202226e-08, 1.350010398045e-05, { 2, 0, 1, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0 } }, + { 1.342310803956e-05, 1.218142135508e-07, { 4, 0, -1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 6.259992119379e-07, -1.291295155900e-05, { 4, 0, -2, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -4.257038667081e-06, -9.262819603578e-06, { 0, 2, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -3.541802972685e-06, -9.976323654299e-06, { 1, 0, -1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 3.418281372059e-08, -1.348258615598e-05, { 4, 0, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 1.347606718945e-05, 3.882207664135e-08, { 4, 0, 1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.540727126993e-06, -9.970780663924e-06, { 1, 0, -1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -3.095119530783e-06, -1.041582094884e-05, { 0, 0, 1, 0, 0, -3, -1, 8, -3, 0, 0, 0, 0 } }, + { 1.299537467231e-05, 5.146424378619e-07, { 2, 0, -2, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { 1.190803757261e-05, -1.591073158967e-06, { 2, -2, 1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.204658193789e-06, -9.284925923245e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 2, -4, 0, 0, 0 } }, + { 4.001265485773e-06, -9.485772947492e-06, { 2, 2, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 4.318302797676e-06, 9.167638740083e-06, { 1, 0, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { -2.644225768487e-06, -1.084169097699e-05, { 2, 0, -3, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.466120630638e-07, 1.323289632883e-05, { 2, 2, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -1.334160006089e-05, 1.349358796280e-07, { 2, 0, -1, 0, 0, 25, -25, 0, 0, 0, 0, 0, 0 } }, + { -2.577100067623e-06, -1.087897348988e-05, { 0, 1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -9.279478452015e-06, 4.176221332340e-06, { 2, 0, 0, 0, -1, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { -1.288299621217e-05, -5.681719931764e-07, { 3, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.166183050955e-05, -1.789123550828e-06, { 4, 0, -1, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { -9.638425486533e-06, 3.810521146037e-06, { 1, -1, -1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { 4.001187159388e-06, 9.444217339053e-06, { 1, -1, 1, 0, 0, -18, 17, 0, 0, 2, 0, 0, 0 } }, + { 1.059847761685e-06, -1.238283248125e-05, { 2, 0, 0, 0, 0, 5, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.334555686232e-05, -9.208349157029e-08, { 1, 0, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 1.071204090256e-05, -2.724841330923e-06, { 1, 1, -1, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.063920063998e-05, 2.797120277952e-06, { 4, 0, 0, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { 1.063920063998e-05, 2.797120277952e-06, { 0, 0, 2, 0, 0, 19, -21, 3, 0, 0, 0, 0, 0 } }, + { -1.181622953545e-06, -1.225358676823e-05, { 2, 0, -2, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { -3.529344938961e-06, 9.902907373815e-06, { 1, 1, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 1.176795731597e-05, -1.658024220238e-06, { 0, 0, 1, 0, 0, 24, -26, 0, 0, 0, 0, 0, 0 } }, + { 3.791403373169e-06, -9.631600703054e-06, { 0, 0, 0, 0, 0, 2, -9, 11, 0, 0, 0, 0, 0 } }, + { 1.099974123843e-05, 2.417018466732e-06, { 3, 0, -5, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 1.013569044375e-06, -1.239924522088e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 4, 0, 0, 0 } }, + { -3.050649791097e-06, 1.036208514773e-05, { 0, 0, 0, 0, 0, 1, 3, -8, 3, 0, 0, 0, 0 } }, + { -8.430093505698e-07, 1.256727141419e-05, { 1, -1, 1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -1.227459811793e-05, -1.128865784501e-06, { 2, 0, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0, 0 } }, + { 2.793024337207e-07, -1.311848941543e-05, { 3, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.423865691700e-06, -1.196669904734e-05, { 2, 0, 1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -5.241053540870e-06, -8.145779325282e-06, { 2, 0, -1, 0, 0, 4, -8, 0, 0, 0, 0, 0, 0 } }, + { 5.505872507620e-07, -1.283566272741e-05, { 0, 0, 3, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { -2.501530913182e-06, 1.088345736373e-05, { 1, -1, -3, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -2.557069588653e-06, 1.081843574366e-05, { 1, -1, -2, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.054753751077e-05, 2.823863203491e-06, { 2, 0, 0, 0, 0, 8, -9, -8, 3, 0, 0, 0, 0 } }, + { 5.471461018167e-07, 1.280878616000e-05, { 2, 0, 2, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.332844158955e-06, -9.019933434603e-06, { 1, 1, -1, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.168055113985e-05, -1.671746211470e-06, { 0, 0, 0, 0, 0, 0, 4, 0, -4, -5, 0, 0, 0 } }, + { -1.394712265487e-07, 1.321241981191e-05, { 2, 2, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 1.323965084093e-05, 1.105003648583e-07, { 1, 0, -1, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -1.130594419865e-05, 2.040405916128e-06, { 0, 0, 0, 0, 0, 4, -6, 0, 3, 0, 0, 0, 0 } }, + { -1.304481396716e-05, 3.009693706903e-07, { 2, 0, 0, 0, 0, 23, -25, 0, 0, 0, 0, 0, 0 } }, + { 1.332713388647e-05, 1.756942247146e-08, { 1, 0, -1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 3.058639136549e-06, 1.028447783993e-05, { 0, 0, 0, 0, 0, 1, -5, 8, -3, 0, 0, 0, 0 } }, + { -1.161265106358e-05, -1.730222540782e-06, { 2, 0, -2, 0, 0, 0, 2, 0, 2, -7, 0, 0, 0 } }, + { -1.289073034017e-06, -1.205173783816e-05, { 1, -1, 2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 1.081520117100e-05, 2.522320017202e-06, { 1, 0, 1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.121760437683e-05, 2.116595231512e-06, { 0, 0, 1, 0, 0, 0, -3, 0, 5, -2, 0, 0, 0 } }, + { 1.667938277457e-06, 1.166568856403e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0 } }, + { -9.702969642909e-06, -3.628426010659e-06, { 1, -1, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 9.418798374461e-06, -3.909917804256e-06, { 0, 2, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 3.035276056476e-06, -1.028948251274e-05, { 0, 0, 1, 0, 0, -3, 7, -8, 3, 0, 0, 0, 0 } }, + { -2.949905094722e-07, -1.302542341236e-05, { 0, 0, 3, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -1.235776900848e-05, -9.552299872620e-07, { 0, 0, 2, 0, 0, -8, 3, -7, 8, -6, 0, 0, 0 } }, + { 1.235776900848e-05, -9.552299872620e-07, { 0, 0, 0, 0, 0, 8, -3, 7, -8, 6, 0, 0, 0 } }, + { 9.258250870965e-06, 4.048320765947e-06, { 3, 0, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.092276226170e-05, 2.382166430176e-06, { 1, -1, 0, 0, 0, 19, -21, 0, 0, 0, 0, 0, 0 } }, + { -4.847236687762e-07, 1.281857530303e-05, { 0, 2, -1, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { 2.552931217101e-06, 1.075015011494e-05, { 2, -1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 4.006371253430e-06, 9.291163275944e-06, { 1, -1, -1, 0, 0, 31, -36, 0, 0, 0, 0, 0, 0 } }, + { -2.690841394516e-06, -1.060274028356e-05, { 2, -1, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -6.893077411310e-09, 1.328408655147e-05, { 1, 0, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.166656019112e-06, 9.124107183466e-06, { 3, 0, 0, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 1.996417569014e-06, -1.129066412348e-05, { 0, 0, 2, 0, 0, -15, 8, 4, 0, 0, 0, 0, 0 } }, + { -5.692856924740e-07, -1.271498514173e-05, { 1, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.493863608756e-06, -1.077924168611e-05, { 3, -1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.632541138489e-06, 3.637384001081e-06, { 1, 0, -1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 3.440162362772e-06, 9.829307420358e-06, { 1, -1, -1, 0, 0, 21, -22, 0, 0, 0, 0, 0, 0 } }, + { -1.326007907206e-05, -5.792527328860e-09, { 6, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.325290887692e-05, -1.151609311172e-08, { 1, 0, 2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.262336555059e-05, -6.389856920502e-07, { 2, 0, 0, 0, 0, 2, -3, 0, 1, 0, 0, 0, 0 } }, + { -1.312393752064e-05, -1.381572023118e-07, { 0, 2, 0, 0, 0, -23, 23, 0, 0, 0, 0, 0, 0 } }, + { -1.084695962863e-05, -2.413512278033e-06, { 1, -1, -1, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { -2.139079345013e-06, -1.112075131192e-05, { 1, -1, 0, 0, 0, 0, 4, 0, -3, 0, 0, 0, 0 } }, + { -3.676082334575e-06, -9.579553671215e-06, { 1, 0, 0, 0, 0, -27, 30, 3, 0, 0, 0, 0, 0 } }, + { -2.066698122349e-06, -1.118877486477e-05, { 1, 1, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 1.167204353593e-05, -1.581897450441e-06, { 1, 0, 1, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { 1.002113153892e-05, 3.231535627480e-06, { 2, 0, -2, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.096955308191e-06, -4.152758615760e-06, { 1, 0, -1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.254752189286e-05, -6.911642645689e-07, { 2, 0, 0, 0, 0, 0, -6, 12, 0, 0, 0, 0, 0 } }, + { -1.321280592921e-05, -2.498110079081e-08, { 4, 0, -3, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.126753013921e-05, -1.965184089439e-06, { 1, -1, -2, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.493694046640e-06, 9.736809629664e-06, { 0, 0, 0, 0, 0, 3, -5, 0, 2, -2, 0, 0, 0 } }, + { -1.318431929196e-05, -4.439744571428e-08, { 0, 0, 2, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { 2.631289359416e-06, -1.059060555536e-05, { 4, 0, -2, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -8.410549269260e-06, -4.808447718401e-06, { 2, 0, -1, 0, 0, -10, 12, 0, 0, 0, 0, 0, 0 } }, + { 9.124405734721e-06, 4.092092372881e-06, { 1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.499693118009e-06, 1.171243361143e-05, { 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.128028170131e-06, 4.084005598097e-06, { 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.093759351033e-05, 2.259197603550e-06, { 0, 0, 0, 0, 0, 0, 4, 0, -6, 5, 0, 0, 0 } }, + { 1.106244565175e-05, 2.132836370701e-06, { 2, 0, 1, 0, 0, 0, 5, 0, -6, 0, 0, 0, 0 } }, + { -1.083554283548e-05, -2.357047061854e-06, { 1, -1, -1, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { -3.138892707131e-06, 1.005327284439e-05, { 2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.190679440674e-05, 1.283779727404e-06, { 1, 1, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -5.105351190710e-06, -8.063755536490e-06, { 2, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.232189873655e-06, -1.093213509709e-05, { 2, 0, -1, 0, 0, 0, -5, 10, -4, 0, 0, 0, 0 } }, + { -1.316253534322e-05, 1.608386467870e-09, { 0, 2, -1, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 1.314400177948e-05, 1.430118217987e-08, { 3, -2, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.517040883292e-06, 1.064050961869e-05, { 3, -1, -2, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.197261297162e-05, 1.177588865534e-06, { 2, 0, -1, 0, 0, 0, 17, -23, 0, 0, 0, 0, 0 } }, + { 1.285688987542e-05, -2.926598418953e-07, { 1, -2, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.244564538792e-05, 6.989849724747e-07, { 2, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.047561903647e-05, -2.667010750992e-06, { 2, -2, 1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 6.768118452991e-07, -1.246561915527e-05, { 0, 2, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -9.298861507408e-06, -3.843291904137e-06, { 0, 2, 0, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 2.792628488438e-06, -1.034841274078e-05, { 0, 2, 0, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 2.888988684448e-06, -1.024551069692e-05, { 0, 0, 2, 0, 0, -8, 11, 0, 0, 0, 0, 0, 0 } }, + { 4.069473607350e-06, -9.060144941430e-06, { 1, 1, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 1.282552890709e-05, 2.822708203191e-07, { 2, 0, 1, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0 } }, + { -2.483375591767e-06, 1.061444282005e-05, { 1, -1, 1, 0, 0, 15, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.045117394053e-05, -2.645867210742e-06, { 1, 1, -1, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 6.174652254313e-07, -1.247725979959e-05, { 2, 0, -1, 0, 0, 24, -25, 0, 0, 0, 0, 0, 0 } }, + { -1.011258836855e-05, 2.976833931702e-06, { 1, 0, 1, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { 2.912584280428e-06, -1.017480670835e-05, { 1, -1, 0, 0, 0, -14, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.307526582816e-05, -8.308694182811e-09, { 6, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.505958000871e-06, -1.057300345513e-05, { 5, -1, -3, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.446002153238e-07, -1.283079592941e-05, { 1, 0, 3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.053472751802e-05, -2.537419917086e-06, { 4, 0, -3, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.016978664890e-06, -1.205400194715e-05, { 1, 0, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.305112873960e-05, 1.705449535598e-08, { 0, 2, -1, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.118253802057e-05, 1.884702142328e-06, { 2, 0, 0, 0, 0, -49, 55, 0, 0, 0, 0, 0, 0 } }, + { 2.132187639042e-07, 1.285163682170e-05, { 1, 0, 0, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.074546487836e-05, 2.305019442474e-06, { 0, 0, 0, 0, 0, 0, 4, 0, -8, 5, 0, 0, 0 } }, + { 1.260355536893e-05, -4.436414657280e-07, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, -2, 2, 0 } }, + { 9.383357902988e-06, 3.662511387493e-06, { 4, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { -9.256091528296e-06, -3.784807738817e-06, { 2, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.382958016375e-06, -1.065567250122e-05, { 2, 0, -1, 0, 2, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.844977035761e-07, 1.245353034063e-05, { 1, -1, 0, 0, 0, 0, 10, -16, 0, 0, 0, 0, 0 } }, + { 1.274088679004e-05, -2.971118553601e-07, { 2, 0, -3, 0, 0, 27, -29, 0, 0, 0, 0, 0, 0 } }, + { -8.042410924693e-07, 1.223290091801e-05, { 2, 0, -2, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0 } }, + { 8.502942670002e-07, -1.217120948046e-05, { 2, 0, 1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 2.545082878724e-06, 1.047340728116e-05, { 2, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 9.273061986538e-06, 3.743036386922e-06, { 0, 0, 2, 0, 0, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.297275594193e-05, -2.496557479026e-08, { 3, -2, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.072307533592e-05, -2.269341795999e-06, { 1, -1, 0, 0, 0, -10, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.276038829207e-05, 2.297394390294e-07, { 2, -2, 0, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { 1.282250403389e-05, 1.636592716086e-07, { 2, 0, 1, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0 } }, + { -1.141181314136e-05, -1.571428151620e-06, { 2, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.590280053216e-06, -9.392454133212e-06, { 1, -1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.122860433668e-05, -1.752363787712e-06, { 2, 0, 0, 0, 0, 0, 1, 0, -2, 4, 0, 0, 0 } }, + { -1.067188364533e-05, 2.306122853559e-06, { 0, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.886634962910e-06, -1.008732527334e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -7, 5, 0, 0, 0 } }, + { 1.076244150850e-05, -2.207870514395e-06, { 0, 0, 1, 0, 0, 0, 9, -17, 0, 1, 0, 0, 0 } }, + { 1.039459447235e-05, -2.574865480506e-06, { 1, 1, -1, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.196057329091e-05, 1.007195398988e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 2, -3, 0, 0, 0 } }, + { 1.249132554818e-05, -4.732126838184e-07, { 1, 0, 2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.075558834198e-05, -2.207975669121e-06, { 0, 0, 1, 0, 0, 0, -9, 17, 0, -1, 0, 0, 0 } }, + { 6.732094500237e-08, 1.289381777880e-05, { 1, 0, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.391309253630e-06, -9.563180337014e-06, { 2, 0, -1, 0, 0, 0, -4, 11, -1, 0, 0, 0, 0 } }, + { -3.391309253630e-06, 9.563180337014e-06, { 2, 0, -3, 0, 0, 0, -4, 11, -1, 0, 0, 0, 0 } }, + { 4.441887333475e-07, -1.250323602417e-05, { 2, 0, -3, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.047786243651e-05, -2.467397420564e-06, { 1, 1, 0, 0, 0, -24, 26, 0, 0, 0, 0, 0, 0 } }, + { -7.550669031912e-07, 1.217925318142e-05, { 1, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -9.829357044380e-06, 3.103750904342e-06, { 5, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -1.251356416064e-05, -4.194124874784e-07, { 2, 0, 1, 0, 0, -26, 30, 0, 0, 0, 0, 0, 0 } }, + { -1.000395327150e-05, 2.920346461199e-06, { 1, 0, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { -9.858037595423e-06, -3.052657495931e-06, { 1, -1, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 1.674405379724e-06, 1.123601589880e-05, { 2, 0, -2, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0 } }, + { -1.058550149712e-05, -2.323152933581e-06, { 0, 0, 1, 0, 0, 3, -5, 0, 1, 1, 0, 0, 0 } }, + { 1.353244727293e-06, 1.154487864453e-05, { 0, 0, 0, 0, 0, 4, -6, 0, 1, 0, 0, 0, 0 } }, + { 1.179556644211e-05, -1.102032233601e-06, { 4, 0, -1, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { -1.065664495550e-05, 2.240910677534e-06, { 6, 0, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.056928914874e-05, -2.319679253620e-06, { 0, 0, 1, 0, 0, -3, 5, 0, -1, -1, 0, 0, 0 } }, + { -2.493810918180e-06, -1.039321272811e-05, { 1, 1, 2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.414141667550e-06, 1.046990962957e-05, { 1, -1, -2, 0, 0, 20, -19, 0, 0, 0, 0, 0, 0 } }, + { 1.015693597411e-05, -2.725051335236e-06, { 2, -2, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.268950961614e-05, -1.817302913865e-07, { 2, 0, 0, 0, 0, -2, 1, 0, 1, 0, 0, 0, 0 } }, + { -1.244693826538e-05, 4.168072613090e-07, { 2, 0, -2, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { 9.415546202667e-06, 3.440366288758e-06, { 2, 0, 0, 0, 0, 0, 3, 0, -2, -5, 0, 0, 0 } }, + { -2.851171607671e-06, -1.000105852043e-05, { 2, 0, -1, 0, 0, 0, 0, 4, -3, 0, 0, 0, 0 } }, + { 1.284155479582e-05, -2.929753549193e-10, { 3, 0, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 4.795288866076e-07, -1.236208992009e-05, { 4, 0, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -2.412971400945e-08, -1.280950428345e-05, { 0, 0, 0, 0, 0, 4, -7, 0, 8, -5, 0, 0, 0 } }, + { 2.411327057796e-06, 1.042127535818e-05, { 1, -3, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -2.204380444937e-06, -1.062283002336e-05, { 0, 0, 1, 0, -2, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.053115701205e-05, -2.294302792257e-06, { 0, 0, 2, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.217300299823e-05, -6.497631193082e-07, { 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0 } }, + { 1.150674670388e-06, -1.166883357420e-05, { 0, 0, 0, 0, 0, 11, -8, 0, 0, 0, 0, 0, 0 } }, + { -5.467074878306e-07, -1.225651942166e-05, { 0, 2, -1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.875282159197e-06, -1.092378268995e-05, { 4, 0, -2, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.020687293673e-05, -2.586525239862e-06, { 1, 1, -1, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.750283282424e-06, 1.003825457795e-05, { 1, -1, 1, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -9.835169078054e-06, 2.947790947989e-06, { 0, 0, 0, 0, 0, 0, 3, -8, 5, -5, 0, 0, 0 } }, + { -1.095184477895e-05, 1.825539392692e-06, { 4, 0, -2, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.986000234053e-06, 9.783004201062e-06, { 1, -1, -1, 0, 0, 17, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.060391896226e-05, -2.163540759977e-06, { 1, 0, -2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.088925974035e-06, 1.167576291226e-05, { 2, 0, 0, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -2.419017460893e-06, 1.034317416618e-05, { 2, 2, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -1.018705578782e-05, 2.573596577272e-06, { 1, -1, 0, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.250564642335e-05, -2.432266561901e-07, { 2, 0, -1, 0, 0, -2, 1, 0, 1, 0, 0, 0, 0 } }, + { -1.045470129183e-05, 2.284932192940e-06, { 1, 0, 0, 0, 0, -14, 10, 0, 4, 0, 0, 0, 0 } }, + { -1.065751984929e-05, -2.081796971858e-06, { 0, 0, 0, 0, 0, 0, 2, -4, 4, -5, 0, 0, 0 } }, + { -1.062075103836e-05, 2.110130459159e-06, { 1, -1, -1, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.067261583022e-05, -2.055414436582e-06, { 1, 1, 2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.515495395072e-06, 1.021055901134e-05, { 2, 2, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.056548087299e-06, -1.066652164754e-05, { 4, 0, -1, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { -1.234782488023e-05, -3.750411524105e-07, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 2, -2, 0 } }, + { -2.576303805184e-08, -1.269135819066e-05, { 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.771213191283e-06, 9.940607336209e-06, { 2, -2, 1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.368495567793e-06, 1.133857113795e-05, { 1, -1, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.054281037269e-05, -2.161130057203e-06, { 1, 0, -2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -2.879914259758e-06, 9.817884571274e-06, { 1, -2, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.064761937581e-05, 2.048240440844e-06, { 1, -1, 1, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.029306792453e-05, 2.400215790080e-06, { 1, -1, -2, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.156780880769e-05, 1.118136376094e-06, { 2, -2, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 2.427839233518e-06, -1.025136477563e-05, { 1, 1, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.218311612724e-05, -4.956841115811e-07, { 4, 0, -2, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.876111479278e-06, 9.802439175513e-06, { 1, -2, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.254296053915e-05, 1.276051381205e-07, { 2, 0, -1, 0, 0, -23, 23, 0, 0, 0, 0, 0, 0 } }, + { -1.034947883512e-05, -2.317923508613e-06, { 1, -1, -1, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.042848601175e-06, -1.062016749471e-05, { 1, 1, 0, 0, 0, 0, 1, 0, 2, -2, 0, 0, 0 } }, + { 1.941875056839e-06, -1.071349556693e-05, { 2, 0, -1, 0, 0, 0, -9, 16, -6, 0, 0, 0, 0 } }, + { -2.558994309927e-06, 1.009591942552e-05, { 2, 0, -1, 0, 0, 0, 7, -16, 6, 0, 0, 0, 0 } }, + { 1.563702728019e-06, 1.108917666734e-05, { 2, 0, 1, 0, 0, 3, -5, 0, 1, 0, 0, 0, 0 } }, + { -2.943929808358e-06, 9.695066292143e-06, { 4, 2, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 2.186062947346e-06, -1.044914055393e-05, { 2, -2, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.941299609057e-06, 9.687154794223e-06, { 4, 2, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 5.043281586483e-07, -1.212118067436e-05, { 4, -2, 2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 9.914068109685e-06, -2.709450931376e-06, { 2, 0, 0, 0, 0, 0, -5, 0, 7, 0, 0, 0, 0 } }, + { -2.413852371339e-06, 1.020727507462e-05, { 1, -1, 2, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.072507321369e-05, -1.894745251188e-06, { 1, 1, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 2.916473331720e-06, -9.702371602864e-06, { 2, -2, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0 } }, + { -2.400095834418e-06, -1.021362748259e-05, { 0, 1, 0, 0, 0, -11, 10, 0, 0, 0, 0, 0, 0 } }, + { -9.135762367660e-06, 3.472809854669e-06, { 1, 1, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.042135700114e-05, 2.186895807652e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 2, -6, 0, 0, 0 } }, + { 1.251806594259e-05, 8.382233451574e-08, { 0, 2, 2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 2.727808180129e-06, 9.870629254206e-06, { 0, 0, 1, 0, 0, 12, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.671686676392e-06, -9.923823581270e-06, { 1, 1, -1, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.189773759106e-05, -6.965070651276e-07, { 2, 0, -1, 0, 0, 0, 4, 0, -6, 2, 0, 0, 0 } }, + { -1.008458427824e-05, -2.505545860826e-06, { 3, -1, 0, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -9.928403178386e-06, 2.659352592838e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0 } }, + { 9.928403178386e-06, 2.659352592838e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -3, 0, 0 } }, + { -8.971036913755e-07, 1.168652267876e-05, { 4, 0, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 3.719981825770e-07, 1.220474618403e-05, { 2, 2, -2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 2.825380326954e-06, 9.749717817860e-06, { 3, -1, -1, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.150386174081e-05, 1.069195014632e-06, { 4, 0, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -1.125817745664e-05, 1.314561544478e-06, { 0, 0, 1, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0 } }, + { 1.046841766814e-05, 2.101167579555e-06, { 1, 1, -1, 0, 0, -8, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.285034031973e-07, 1.242913021455e-05, { 4, 0, -1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.520280130089e-07, 1.220083575152e-05, { 2, 0, -2, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { 1.199627339784e-05, -5.383145261155e-07, { 2, -2, 0, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { 2.756541696421e-06, -9.775940868381e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 9, 0, 0, 0 } }, + { 1.239166307434e-05, 1.383977704170e-07, { 0, 0, 4, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -2.363429034195e-06, -1.016430886038e-05, { 0, 1, 0, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { 2.256798588091e-06, -1.027037917253e-05, { 3, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.324155349304e-07, -1.219144040260e-05, { 2, 0, 0, 0, 0, 0, 18, -21, 0, 0, 0, 0, 0 } }, + { -2.839181714391e-07, -1.223241741360e-05, { 4, 0, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -1.229054506211e-05, 2.241613020200e-07, { 2, -2, 0, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { -1.245186824381e-05, 5.585833866023e-08, { 1, 0, 0, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { -1.250174330890e-05, 2.414949265447e-09, { 0, 0, 0, 0, 0, 2, -1, 0, -1, 0, 0, 0, 0 } }, + { 1.659399708687e-06, 1.084281474225e-05, { 4, 0, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -1.407196801537e-06, -1.108983358407e-05, { 0, 0, 0, 0, 0, 5, -10, 4, -3, 0, 0, 0, 0 } }, + { 1.242228984132e-05, -7.406134523122e-08, { 0, 2, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -1.130576421707e-05, -1.188211496448e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 0, 3, 0, 0 } }, + { -1.132231415041e-05, -1.171125407631e-06, { 4, 0, -2, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 1.248530822480e-05, 7.627290722973e-09, { 0, 2, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.100832646539e-05, 1.479748131224e-06, { 4, 0, -1, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -2.412853915533e-06, -1.007065035568e-05, { 1, -3, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.247751875707e-05, -2.260665499696e-09, { 4, 2, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.033343377416e-06, -1.043494044019e-05, { 2, 0, -2, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { 2.438798459555e-07, -1.222072644185e-05, { 0, 0, 1, 0, 0, -18, 6, 19, 0, -3, 0, 0, 0 } }, + { 2.536499711451e-06, 9.923184637952e-06, { 2, -2, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.242065259159e-05, -3.348731834552e-08, { 3, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -1.018692839728e-05, -2.261528459011e-06, { 1, -1, -1, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.139774840591e-05, 1.049142223931e-06, { 0, 0, 0, 0, 0, 0, 5, -9, -2, 0, 0, 0, 0 } }, + { 9.828405809448e-06, 2.618443579795e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -2, 2, 0 } }, + { -7.494283450122e-07, -1.169614619258e-05, { 1, 0, 0, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 2.393646929357e-06, -1.004634792364e-05, { 3, 1, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.543839831709e-07, 1.218537858802e-05, { 2, 0, -2, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.799824067823e-06, -1.062833222924e-05, { 2, 0, 1, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0 } }, + { 2.383849791159e-06, -1.004139411647e-05, { 1, 1, 1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.221064159410e-06, -1.019698538811e-05, { 4, 0, -2, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { -2.526038424764e-06, 9.890931092010e-06, { 2, 0, -1, 0, 0, 0, 3, -8, 4, 0, 0, 0, 0 } }, + { 1.206024296905e-05, 3.512334208451e-07, { 1, 0, 2, 0, 0, -41, 41, 0, 0, 0, 0, 0, 0 } }, + { 1.206024296905e-05, 3.512334208451e-07, { 1, 0, 0, 0, 0, -41, 41, 0, 0, 0, 0, 0, 0 } }, + { 1.200407765730e-06, 1.121015564473e-05, { 2, 0, 2, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.235388694962e-05, -5.593294123132e-08, { 4, 0, 0, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.173346441819e-06, -1.123458308093e-05, { 2, 0, -1, 0, 0, 2, 5, -13, 8, -6, 0, 0, 0 } }, + { -9.769668850857e-06, 2.634002264502e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, -2, 0 } }, + { 1.235039813058e-05, -5.068407094110e-08, { 2, 0, -1, 0, 0, 18, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.429233898843e-07, 1.225391790112e-05, { 1, 0, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.186684805043e-05, -5.246728513330e-07, { 0, 0, 2, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { -1.238760358911e-05, 2.030125503442e-09, { 0, 0, 3, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 1.159666212136e-05, 7.888735998555e-07, { 2, 0, -1, 0, 0, 23, -25, 0, 0, 0, 0, 0, 0 } }, + { -1.231701089662e-05, -6.700237435055e-08, { 0, 2, 1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 9.721786510511e-06, -2.656560077613e-06, { 2, 0, 3, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.011719940396e-05, -2.258326304337e-06, { 2, -2, -3, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.075977675677e-06, -1.027975542471e-05, { 2, 0, -1, 0, 0, 0, 5, -10, 4, 0, 0, 0, 0 } }, + { 1.185683960717e-05, 4.859943787669e-07, { 2, 0, 1, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { 4.457743902187e-07, -1.189134523305e-05, { 2, -2, -1, 0, 0, 27, -28, 0, 0, 0, 0, 0, 0 } }, + { 1.059439922589e-05, 1.740938383434e-06, { 1, 1, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -3.901525163026e-07, 1.194370032091e-05, { 1, 0, -2, 0, 0, 24, -25, 0, 0, 0, 0, 0, 0 } }, + { -1.116001652129e-05, -1.169048143546e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 3, 0, 0 } }, + { -1.167970519776e-05, -6.416939738326e-07, { 3, 0, 0, 0, 0, -15, 11, 0, 0, 0, 0, 0, 0 } }, + { 5.651583748141e-07, 1.175609784823e-05, { 3, 0, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 1.084376654300e-05, -1.477306964837e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -6, 7, 0, 0, 0 } }, + { -1.179327601053e-05, 5.258277931736e-07, { 2, 0, 1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.226370207291e-05, 4.760243066504e-08, { 0, 2, 0, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.214278646028e-05, 1.595333885727e-07, { 2, 0, -1, 0, 0, 21, -23, 0, 0, 0, 0, 0, 0 } }, + { 1.137458392619e-05, 9.165261163152e-07, { 0, 0, 1, 0, 0, 0, -3, 4, -1, 0, 0, 0, 0 } }, + { -9.359342218412e-07, 1.135433969026e-05, { 1, 0, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 1.132514095493e-05, 9.634391588730e-07, { 0, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.228366915154e-05, -4.335372081975e-09, { 2, 2, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.010897552086e-05, 2.176494942946e-06, { 0, 0, 1, 0, 0, 0, 3, -9, 0, 0, 0, 0, 0 } }, + { -1.228086652603e-05, 1.573236413559e-09, { 1, 0, 1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.383263512974e-06, 9.890556200621e-06, { 1, 1, -2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.788740435653e-07, -1.209401575529e-05, { 4, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.377443770325e-07, -1.203451502223e-05, { 1, 0, -4, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.646114377369e-07, 1.180672010746e-05, { 2, 0, -1, 0, 0, 1, 0, 0, 2, 0, 0, 0, 0 } }, + { -4.646114377369e-07, -1.180672010746e-05, { 2, 0, -3, 0, 0, 1, 0, 0, 2, 0, 0, 0, 0 } }, + { 1.226695359944e-05, 4.286379315796e-09, { 4, 0, 1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.204266225534e-05, 2.203814666976e-07, { 4, 0, -2, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { 2.477227999021e-06, -9.785080896709e-06, { 1, -1, -1, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { -2.414363550462e-06, -9.844688801770e-06, { 2, -1, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.903464771415e-07, -1.186635016783e-05, { 6, 0, -3, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.222635967216e-05, 2.382817213211e-08, { 2, 0, 0, 0, 0, 1, -3, 0, 2, 0, 0, 0, 0 } }, + { -1.990181805975e-07, 1.204588860781e-05, { 1, 0, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.219283226275e-05, 4.769796388690e-08, { 4, 0, -1, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.151242195460e-06, -1.107744017153e-05, { 2, 2, 0, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.493082878659e-06, 9.734916311868e-06, { 2, 1, 0, 0, 0, -51, 58, 0, 0, 0, 0, 0, 0 } }, + { -2.493082878659e-06, 9.734916311868e-06, { 2, 1, -2, 0, 0, -51, 58, 0, 0, 0, 0, 0, 0 } }, + { 1.222645470083e-05, 1.441607396753e-09, { 4, -2, -1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { 1.027398540461e-05, -1.946001101509e-06, { 2, 0, 3, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -1.173672882650e-05, 4.790156017741e-07, { 1, 1, 0, 0, 0, -7, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.893649800749e-06, 1.031545737316e-05, { 2, 0, -1, 0, 0, -22, 24, 0, 3, 0, 0, 0, 0 } }, + { 1.219328124197e-05, 1.297537756235e-08, { 1, 0, 0, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -9.974939243795e-06, -2.229800939472e-06, { 1, -1, -1, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.045739632732e-05, 1.744222501909e-06, { 2, 2, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 6.606255330811e-07, 1.154037676363e-05, { 2, 0, -3, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.218961637779e-05, -8.440189864431e-09, { 3, -2, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.213963354232e-05, 5.615374033246e-08, { 4, 0, -1, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { -7.119141884348e-07, 1.147591113969e-05, { 0, 2, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 1.206492567685e-05, -1.217637843432e-07, { 2, 2, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 9.927702192467e-07, -1.119108490525e-05, { 2, -2, -3, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { -1.047506628934e-05, -1.691561351691e-06, { 4, 2, -3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.069362759850e-05, -1.470990543215e-06, { 0, 0, 2, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0 } }, + { 1.005832719040e-05, 2.090759968659e-06, { 1, 1, 0, 0, 0, -10, 12, 0, 0, 0, 0, 0, 0 } }, + { -8.351023926240e-07, 1.131309757003e-05, { 2, -2, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.159626758956e-05, 5.505233997310e-07, { 1, -1, 0, 0, 0, 6, -4, 0, 0, 0, 0, 0, 0 } }, + { -8.672907900167e-07, 1.127302845406e-05, { 3, 0, -2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -1.073379059554e-05, -1.406408375598e-06, { 2, -2, -1, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 1.094027348225e-05, -1.199147705377e-06, { 2, 0, -3, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -1.212105381552e-05, 1.297267937213e-08, { 0, 0, 2, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.210647749826e-05, -2.581972600474e-08, { 2, 0, -1, 0, 0, 0, 2, 0, 1, -3, 0, 0, 0 } }, + { -5.931983483410e-06, -6.192693974632e-06, { 2, 0, 0, 0, 0, -9, 11, 0, 0, 0, 0, 0, 0 } }, + { 1.394611688159e-06, -1.072547263863e-05, { 2, 0, 3, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 9.997357480978e-06, 2.116842213556e-06, { 3, -1, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.006607563836e-05, 2.039017640893e-06, { 0, 0, 0, 0, 0, 4, -7, 1, 0, 0, 0, 0, 0 } }, + { 1.373323692063e-06, -1.072614865281e-05, { 4, 0, -3, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -2.237741337384e-06, -9.854797645565e-06, { 3, -1, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.294879224812e-06, 9.791594991863e-06, { 1, 1, 1, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.057512021942e-05, -1.489532528835e-06, { 2, 0, -2, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.005155213985e-05, 2.006607121357e-06, { 2, 0, 1, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { -1.052159207837e-05, -1.515634058976e-06, { 0, 0, 0, 0, 0, 0, 3, 0, -6, 2, 0, 0, 0 } }, + { 2.349315092083e-07, 1.180072107539e-05, { 2, 0, -2, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.073146392606e-05, -1.297665555562e-06, { 1, -2, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 6.144714948888e-07, -1.141307730900e-05, { 2, -2, -1, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { -3.349574976200e-07, 1.169180248644e-05, { 2, 0, -4, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 8.368966664601e-07, -1.118284196274e-05, { 2, 0, -1, 0, 0, 5, -10, 0, 0, 0, 0, 0, 0 } }, + { 9.371055218709e-07, -1.107571475455e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, -1, 2, 0 } }, + { 1.094629330550e-05, 1.056550693843e-06, { 0, 0, 0, 0, 0, 0, 4, 0, -2, -5, 0, 0, 0 } }, + { 1.605065142569e-07, 1.183767407870e-05, { 0, 2, 2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.163544185762e-05, -3.610371617781e-07, { 2, 0, -1, 0, 0, -2, 6, -1, -8, 6, 0, 0, 0 } }, + { 1.182225482616e-05, 1.679437451249e-07, { 3, 0, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.106581448823e-05, 9.215038751441e-07, { 2, 0, 1, 0, 0, 13, -15, 0, 0, 0, 0, 0, 0 } }, + { 4.774383553778e-07, -1.150724818933e-05, { 2, -2, 0, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { -8.440511207380e-06, -3.528912951166e-06, { 1, -1, 1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.005997293188e-05, -1.906137970982e-06, { 2, -1, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.045817442120e-06, -7.918192197560e-06, { 1, -1, 0, 0, 0, 0, 17, -30, 0, 0, 0, 0, 0 } }, + { 1.189613708278e-05, -6.775954137259e-08, { 5, 0, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.586190673084e-06, -1.037649462671e-05, { 2, 0, 0, 0, 0, 18, -21, 0, 0, 0, 0, 0, 0 } }, + { -1.193136834756e-05, -1.354393157730e-08, { 2, 2, -3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.193362119848e-05, 6.629808230510e-09, { 3, 0, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.157674044631e-06, -9.773256973073e-06, { 4, 0, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { 1.049605511295e-05, 1.420910128011e-06, { 4, 0, -3, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 1.180792032522e-05, -1.031273300560e-07, { 4, 2, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 9.965928580440e-06, -1.941320027397e-06, { 1, 1, 1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.048922079450e-05, 1.406950954106e-06, { 2, 0, -1, 0, 0, -18, 18, 0, -2, 0, 0, 0, 0 } }, + { -3.287568807011e-07, -1.156508586546e-05, { 2, -2, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.473625723921e-07, -1.114429300048e-05, { 3, 0, -2, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { 1.793978225360e-06, 1.008843066036e-05, { 4, 0, -1, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.163220356768e-05, -2.483937193338e-07, { 0, 0, 1, 0, 0, 0, 3, 0, -1, -5, 0, 0, 0 } }, + { 1.183591804469e-05, 3.675828341934e-08, { 0, 0, 1, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0 } }, + { 1.026179784323e-05, 1.606467230332e-06, { 1, 1, 0, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { -1.010152591349e-05, 1.764843067110e-06, { 3, -1, -1, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -8.411530578690e-08, 1.178125576598e-05, { 1, 0, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.045581034961e-05, 1.408664605727e-06, { 4, 0, -3, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.262895440346e-06, 1.059864500283e-05, { 2, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.018753281929e-05, -1.670269155783e-06, { 2, -2, -1, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { 1.016574513464e-05, -1.688028387551e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -2, 3, 0, 0, 0 } }, + { 1.183788311886e-05, 1.478158997306e-08, { 4, -2, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -2.438446061942e-07, -1.160757533405e-05, { 2, 0, -2, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -8.020729947774e-07, 1.104595708221e-05, { 0, 0, 0, 0, 0, 2, -3, 0, -1, 0, 0, 0, 0 } }, + { -1.004084579077e-05, 1.804063891145e-06, { 3, -2, -2, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.817030522486e-07, -1.166315680387e-05, { 0, 0, 3, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -1.608662000310e-06, 1.022426327406e-05, { 2, -1, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 1.014125672522e-05, -1.690907699265e-06, { 0, 0, 2, 0, 0, -26, 37, -16, 4, 5, 0, 0, 0 } }, + { 1.002240818134e-05, -1.804152345510e-06, { 2, -1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.179083267935e-05, -2.863582548159e-08, { 2, 0, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0, 0 } }, + { 1.163020949603e-05, -1.849029292778e-07, { 4, 2, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.132816677174e-05, 4.817703966554e-07, { 0, 0, 0, 0, 0, 0, 4, 0, 0, -4, 0, 0, 0 } }, + { -1.792305094367e-06, -1.001722150305e-05, { 0, 0, 3, 0, 0, -18, 20, -8, 3, 0, 0, 0, 0 } }, + { -1.010980610575e-05, 1.698228847714e-06, { 0, 0, 0, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0 } }, + { 1.092395193716e-05, 8.735922826248e-07, { 2, -1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.157459709756e-05, 2.213221028003e-07, { 2, 0, -2, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { -1.173152931534e-06, 1.061916725158e-05, { 1, 1, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 2.067920944951e-07, 1.158356154526e-05, { 1, 0, 0, 0, 0, -11, 12, 0, 0, 0, 0, 0, 0 } }, + { -8.481367144973e-07, 1.093510990139e-05, { 1, -1, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -4.268224013710e-07, -1.135089023898e-05, { 0, 0, 1, 0, 0, -26, 27, 0, 0, 0, 0, 0, 0 } }, + { -1.477760291003e-06, 1.029258487944e-05, { 2, 0, 1, 0, 0, -3, 5, 0, -1, 0, 0, 0, 0 } }, + { -9.791915229171e-07, 1.079102380952e-05, { 2, 0, -1, 0, 0, 0, -7, 15, 0, 0, 0, 0, 0 } }, + { 4.311140341734e-07, 1.133874770855e-05, { 0, 2, 1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 1.674666562283e-06, -1.008847872942e-05, { 1, -1, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 1.161031878369e-05, -1.441007414527e-07, { 2, 0, -1, 0, 0, -2, 4, 0, -2, 0, 0, 0, 0 } }, + { 1.369548127408e-06, -1.038330566473e-05, { 1, 1, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.127878949348e-05, -4.734307271398e-07, { 2, 0, -2, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0 } }, + { -1.169822378417e-05, -5.070247875059e-08, { 1, 0, 1, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { -8.734520338180e-06, 3.005118548741e-06, { 1, -1, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { 6.880576417012e-07, -1.104261771036e-05, { 2, -2, -1, 0, 0, 0, 43, -52, 0, 0, 0, 0, 0 } }, + { -7.181385642156e-07, -1.100397339790e-05, { 0, 0, 2, 0, 0, 0, -8, 11, 0, 0, 0, 0, 0 } }, + { 1.167168745663e-05, 4.576232404237e-08, { 4, 0, 1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.164311138422e-05, 6.126226417014e-08, { 0, 2, 0, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.542001249489e-08, 1.168818419874e-05, { 2, 0, 1, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.097615037043e-05, 7.234649554468e-07, { 2, 0, -1, 0, 0, 0, -4, 0, 0, 4, 0, 0, 0 } }, + { 8.695046979812e-08, 1.160766049664e-05, { 2, 2, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.168260767902e-05, -2.181630406230e-09, { 2, 2, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.163678975302e-05, 4.798594245296e-08, { 2, 0, -2, 0, 0, 0, -12, 24, -7, -5, 0, 0, 0 } }, + { 1.154613083656e-05, -1.339261336135e-07, { 4, 0, -1, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.027971941972e-05, -1.394059447617e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -6, 7, 0, 0, 0 } }, + { -4.779535960516e-07, 1.119554292654e-05, { 3, -2, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.151630332808e-05, 1.555175264952e-07, { 4, 0, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 1.081095925441e-05, 8.526007600072e-07, { 3, 0, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.827846501781e-06, -9.831529746989e-06, { 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.967775371744e-06, -1.675446764394e-06, { 3, 0, -2, 0, 0, -14, 12, 0, 4, -5, 0, 0, 0 } }, + { 1.163882177842e-05, -2.124502457948e-09, { 3, 0, -2, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -9.835801024791e-06, 1.804721086681e-06, { 1, 1, -1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 9.721202405586e-07, 1.066061795711e-05, { 2, 0, 1, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { -1.798056204783e-06, 9.825378751250e-06, { 2, 2, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.151334886666e-05, -1.034918303467e-07, { 2, -2, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 2.228657119294e-07, -1.139121641361e-05, { 0, 0, 3, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -4.620881188390e-07, 1.114543385428e-05, { 2, 0, 1, 0, 0, 19, -20, 0, 0, 0, 0, 0, 0 } }, + { -8.838497689620e-06, 2.757367201590e-06, { 0, 0, 1, 0, 0, -6, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.152030624736e-05, 7.268546647172e-08, { 2, -2, -1, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { 1.147152105755e-05, 1.202384668890e-07, { 3, -2, 1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.484155661148e-06, -1.009613413371e-05, { 2, 0, 0, 0, -5, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.513274505271e-07, -1.102733640425e-05, { 1, -2, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { -1.110091202955e-05, -4.764771389086e-07, { 0, 0, 1, 0, 0, -4, 5, 0, -1, 0, 0, 0, 0 } }, + { 6.514689326105e-08, -1.151121552661e-05, { 4, 0, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.953885274619e-06, -1.619157052707e-06, { 1, -1, 0, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -1.133612774306e-05, -2.321622977935e-07, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0 } }, + { -9.907971864304e-06, -1.654479869903e-06, { 2, 0, -3, 0, 0, 0, 2, 0, 0, -6, 3, 0, 0 } }, + { 2.237764519939e-06, 9.321505321890e-06, { 3, 1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.037040529816e-05, -1.178276071290e-06, { 0, 0, 1, 0, 0, 17, -19, 0, 0, 0, 0, 0, 0 } }, + { 1.150504641065e-05, 2.442595198473e-08, { 4, 0, 0, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -1.088873457139e-05, 6.255470228487e-07, { 6, 0, -3, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 9.513869842437e-07, -1.055943547208e-05, { 3, -1, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.083046569656e-05, 6.568284169203e-07, { 1, 0, 2, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.497639615894e-07, -1.093316487951e-05, { 2, 0, -2, 0, 0, 22, -23, 0, 0, 0, 0, 0, 0 } }, + { 2.223594967957e-07, -1.124678817840e-05, { 5, 0, -3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.218253243392e-07, -1.104504869366e-05, { 2, -2, -1, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { -1.145486260097e-05, -8.173133541254e-09, { 2, -2, -3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.371982418400e-08, -1.140729536534e-05, { 4, 0, -3, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.144669605563e-05, 1.157731104360e-08, { 2, -2, -1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.128715126483e-05, -1.682074875410e-07, { 3, 0, -1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 1.120271193153e-06, 1.033169096139e-05, { 1, -1, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.137032791944e-05, -7.275296666012e-08, { 1, 0, -3, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 1.113266077315e-05, 2.999965838087e-07, { 0, 0, 1, 0, 0, -4, 6, 0, -2, 0, 0, 0, 0 } }, + { 8.997806127508e-07, 1.053283030550e-05, { 2, 0, 1, 0, 0, -22, 28, -7, 0, 0, 0, 0, 0 } }, + { 8.997806127508e-07, 1.053283030550e-05, { 2, 0, -3, 0, 0, -22, 28, -7, 0, 0, 0, 0, 0 } }, + { 1.490714627788e-06, 9.924494249458e-06, { 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { 1.006424986055e-05, -1.343345570352e-06, { 0, 0, 1, 0, 0, 0, -12, 18, 0, 0, 0, 0, 0 } }, + { 1.129269613505e-05, 7.874492559282e-08, { 0, 2, -1, 0, 0, -23, 23, 0, 0, 0, 0, 0, 0 } }, + { -8.708686045085e-08, -1.128212895846e-05, { 2, 0, 1, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.135715706583e-05, -9.249593385688e-09, { 4, 0, -3, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 9.932523074034e-06, -1.410756629597e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -4, 6, -3, 0, 0 } }, + { -4.481305653101e-07, 1.089380168394e-05, { 2, 0, 0, 0, 0, 0, -11, 14, 0, 0, 0, 0, 0 } }, + { -1.116843022865e-05, 1.717271564621e-07, { 1, 0, -1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -1.009322309875e-05, 1.241779046676e-06, { 2, 2, -1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -1.131774282527e-05, -4.212106536267e-09, { 4, 2, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -8.878675891028e-07, 1.040407869442e-05, { 1, 1, 0, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { 4.082339516386e-07, -1.084818884380e-05, { 0, 0, 2, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.100134277427e-05, 2.350198174378e-07, { 4, 2, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.122110315153e-05, -1.373579349783e-08, { 4, 0, -2, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.122909085423e-05, -1.710429825215e-09, { 3, 0, -1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.120812042687e-05, 2.191245850346e-08, { 2, 0, -2, 0, 0, 0, 12, -24, 7, 5, 0, 0, 0 } }, + { 1.104635038855e-05, -1.835468092771e-07, { 3, 0, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.085509170695e-05, -3.721932730820e-07, { 0, 0, 0, 0, 0, 4, -5, 0, 1, 0, 0, 0, 0 } }, + { -1.017677067538e-05, -1.046785644675e-06, { 0, 0, 2, 0, 0, 0, -1, 0, 3, -2, 0, 0, 0 } }, + { 1.086273956281e-05, -3.427829268515e-07, { 2, -2, 0, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { 8.255680722040e-06, 2.921509237300e-06, { 2, 0, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 1.111363646885e-05, 4.206820170638e-08, { 0, 2, 0, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 6.683866096831e-07, 1.046580353618e-05, { 0, 2, 0, 0, 0, 0, -8, 11, 0, 0, 0, 0, 0 } }, + { -3.390638002438e-09, -1.112545856285e-05, { 0, 0, 1, 0, 0, -14, 11, 0, 0, 0, 0, 0, 0 } }, + { 2.558314007797e-08, -1.108989797714e-05, { 6, 0, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.094059024420e-05, 1.680340542484e-07, { 2, -2, 2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.098352321855e-05, 1.124418171803e-07, { 2, 0, 2, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -1.068591769473e-05, 3.811037601690e-07, { 0, 0, 0, 0, 0, 0, 0, 0, 4, -2, 0, 0, 0 } }, + { 1.078698003752e-05, -2.753128988343e-07, { 2, 0, 2, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { 1.099742384706e-05, -6.373691559407e-08, { 2, 0, 0, 0, 0, 29, -29, 0, 0, 0, 0, 0, 0 } }, + { -1.105812270098e-05, -2.881992543676e-09, { 2, 2, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.959369752636e-07, -1.066070878165e-05, { 2, 0, -2, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.003908434520e-05, 1.000731424690e-06, { 3, 0, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -2.782830356242e-07, -1.076114801105e-05, { 1, 0, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 8.078829315110e-08, 1.095180126377e-05, { 2, -2, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.098242851142e-05, -3.631847098472e-08, { 0, 0, 4, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -6.410062383070e-06, -4.589702627800e-06, { 1, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.086138126077e-05, 1.357720120102e-07, { 4, 0, -2, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.495100797697e-07, 1.053205330573e-05, { 1, -1, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 3.024672169476e-07, 1.066931797153e-05, { 1, 0, 0, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { 7.802865416280e-06, -3.164334453351e-06, { 2, -2, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -1.043582911780e-05, -5.293696700327e-07, { 6, 0, -3, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 1.043816420312e-05, -5.218162760451e-07, { 0, 2, 2, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { -1.043816420312e-05, -5.218162760451e-07, { 0, 2, 0, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { -1.890227778344e-07, 1.076424226873e-05, { 1, 0, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -9.980418300367e-06, 9.697462655916e-07, { 1, 1, -1, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.550679446320e-07, -1.068723344938e-05, { 4, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.093258778829e-05, -4.479522767985e-09, { 2, 2, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -7.179944339827e-07, 1.021720367613e-05, { 0, 0, 1, 0, 0, -3, 6, 0, -2, 0, 0, 0, 0 } }, + { -1.092559712545e-05, -3.127758868907e-09, { 0, 0, 3, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.084092229317e-07, -1.051837034145e-05, { 4, 0, -2, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { -1.090186605994e-05, 2.381068830641e-08, { 2, 0, -3, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.615107046500e-08, 1.089260040300e-05, { 2, 0, -1, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.086008349681e-05, 5.299100799690e-08, { 4, 0, -1, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.090175834686e-05, -6.706056963024e-09, { 3, -2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.324413333689e-07, 1.047099745256e-05, { 1, -2, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.938445880655e-07, -1.030231679308e-05, { 1, -1, 0, 0, 0, 0, 1, 0, -1, 1, 0, 0, 0 } }, + { -4.073987987684e-07, -1.048610556782e-05, { 0, 2, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.088210914459e-05, -2.931599956293e-09, { 0, 2, 1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.128521260908e-06, 8.755061728160e-06, { 1, -1, 2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.054656868560e-05, -3.347420809815e-07, { 2, 0, -2, 0, 0, 0, 3, 0, 0, -3, 0, 0, 0 } }, + { -1.085727201790e-05, -2.345507051716e-08, { 1, 0, -1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.059851589106e-05, 2.712012296437e-07, { 2, 0, 0, 0, 0, 0, 1, 0, -2, 1, 0, 0, 0 } }, + { 1.085511267501e-05, -3.093234741802e-09, { 2, 2, -1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 8.955957017115e-07, 9.959814673932e-06, { 1, 1, -1, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.955609353942e-07, -9.959817800090e-06, { 0, 1, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.951280938310e-07, -9.959856710598e-06, { 3, -3, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.949021116202e-07, 9.959877017846e-06, { 3, -1, 3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.948065036231e-07, 9.959885607831e-06, { 0, 1, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.945544457810e-07, 9.959908249755e-06, { 5, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.945544457810e-07, 9.959908249755e-06, { 3, 1, 1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.945544457810e-07, -9.959908249755e-06, { 3, 1, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.945544457810e-07, 9.959908249755e-06, { 1, -1, 1, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.945544457810e-07, -9.959908249755e-06, { 1, -1, -3, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.944379774811e-07, 9.959918709730e-06, { 1, 1, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.944171174741e-07, -9.959920583015e-06, { 3, -1, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.936609395749e-07, 9.959988460088e-06, { 1, 1, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.933567286219e-07, 9.960015750762e-06, { 1, 1, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.085177599171e-05, 1.671943145304e-10, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 0, 0, 2, 0 } }, + { 1.077741730171e-05, 5.536985038111e-08, { 4, 0, 0, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 3.771706798647e-07, 1.045103408404e-05, { 2, 0, -2, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { 4.957662317151e-07, 1.032519139770e-05, { 2, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -4.180090502267e-07, 1.039062586908e-05, { 2, 2, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 1.055135658380e-05, 2.442160791223e-07, { 2, 0, -2, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { -1.060512430678e-05, 1.890107447942e-07, { 4, 0, -2, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { -3.207488732439e-07, 1.046463763386e-05, { 0, 2, 0, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { -1.075817316828e-05, -1.754646293709e-08, { 0, 2, 2, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.076426949150e-05, 1.012538008410e-08, { 2, 0, 2, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.074848341907e-05, 2.054408946069e-08, { 0, 2, -1, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { -7.371222936763e-07, 1.002810497628e-05, { 2, 0, -2, 0, 0, 6, -4, -8, 3, 0, 0, 0, 0 } }, + { -2.040374960689e-07, -1.055861943544e-05, { 1, -2, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.324517005982e-07, 1.052930209758e-05, { 1, 0, 0, 0, 0, -12, 13, 0, 0, 0, 0, 0, 0 } }, + { -5.712191865407e-07, -1.018460018114e-05, { 2, 2, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 3.246005523981e-07, -1.043001323357e-05, { 1, 0, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.003406546360e-05, 7.030076307300e-07, { 2, 0, 0, 0, 0, 0, 3, 0, -5, 2, 0, 0, 0 } }, + { 1.045968780618e-05, 2.707901848689e-07, { 2, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.070932052295e-05, 1.998941781255e-08, { 4, 0, -2, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 4.857551942120e-07, 1.023678810691e-05, { 1, -1, -2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 1.065780566224e-05, 5.341937880618e-08, { 0, 2, -1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 6.951020531660e-07, -1.000876920281e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, -1, -2, 0 } }, + { 4.126304349672e-07, -1.027741862080e-05, { 3, 0, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.033350736428e-05, 3.541283224339e-07, { 1, -1, 0, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0 } }, + { 1.032700693830e-05, -3.606213873156e-07, { 2, 0, -1, 0, 0, 5, -7, 0, 2, 0, 0, 0, 0 } }, + { -2.588620554888e-07, 1.042696121348e-05, { 0, 2, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.058026097181e-05, 6.908929653444e-08, { 2, 0, -1, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { -9.610185110000e-07, -9.685968913478e-06, { 2, -2, -2, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.054696016287e-05, -7.331042711775e-08, { 0, 2, 0, 0, 0, -24, 24, 0, 0, 0, 0, 0, 0 } }, + { -4.387916511977e-07, 1.016921941941e-05, { 4, -2, -3, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.046613217818e-05, -1.289127412919e-07, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 } }, + { 1.058217868512e-05, -1.278886686890e-08, { 4, 2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.407288928428e-07, 1.023409386029e-05, { 0, 0, 1, 0, 0, 0, 14, -17, 0, 0, 0, 0, 0 } }, + { 1.021758565402e-05, -3.375626037262e-07, { 1, 0, 0, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { 1.053298025894e-05, 2.194153679747e-08, { 0, 0, 0, 0, 0, 27, -27, 0, 0, 0, 0, 0, 0 } }, + { -1.029564487847e-05, 2.553064340619e-07, { 2, -2, 0, 0, 0, 8, -11, 0, 0, 3, 0, 0, 0 } }, + { 1.051936277436e-05, -2.840877618649e-08, { 0, 0, 0, 0, 0, 3, -4, 0, 0, 1, 0, 0, 0 } }, + { 1.053140071234e-05, -1.217662507150e-08, { 4, 0, -1, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.049301570124e-05, 3.159737756928e-08, { 4, 0, -2, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { 1.047009728404e-05, 5.386559703461e-08, { 0, 2, 0, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 1.039321383972e-05, 7.587466593017e-08, { 1, 0, -1, 0, 0, 0, 4, -6, 0, 2, 0, 0, 0 } }, + { -1.045776326854e-05, 9.997361618044e-09, { 3, 0, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.005504061346e-05, -4.028217158562e-07, { 2, -2, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -9.989220725012e-06, -4.641867156508e-07, { 2, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.566678291850e-06, -8.751954871491e-07, { 2, 0, 3, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.008581978497e-05, -3.420599484521e-07, { 2, 0, 1, 0, 0, 0, -2, 0, 3, -1, 0, 0, 0 } }, + { 1.035866849080e-05, 4.603953778732e-08, { 0, 2, 0, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.038977276767e-05, -5.554362809950e-09, { 2, 2, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.036118066495e-05, 3.325359091027e-08, { 0, 0, 2, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -6.065054291710e-06, -4.309660906804e-06, { 1, -1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0, 0 } }, + { -8.415474773514e-08, -1.028436919710e-05, { 0, 0, 4, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.027890736725e-05, -6.950797380447e-08, { 2, 2, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 1.031212584961e-05, -3.287027643790e-08, { 4, 0, -1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -9.069098510930e-06, 1.272460326619e-06, { 1, -1, 2, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.033396506074e-05, -1.450540453300e-09, { 2, -2, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.031602510254e-05, 2.232083402534e-09, { 1, 0, 1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.030548896494e-05, -1.253883318437e-08, { 2, 0, -3, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 1.122016881811e-07, -1.018729884272e-05, { 2, -2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -1.005860091319e-05, 2.408287877838e-07, { 2, 0, 0, 0, 0, 26, -30, 0, 0, 0, 0, 0, 0 } }, + { 1.023561691580e-05, 4.914913558585e-08, { 0, 2, 0, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 1.024291440157e-05, 3.979746503587e-08, { 2, -2, 1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.865979193999e-07, 9.995892237944e-06, { 0, 0, 3, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.027645953628e-05, -3.699766834434e-09, { 1, 0, -1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.001814005694e-05, 2.607695870724e-07, { 1, 0, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { 1.023243982809e-05, -4.583677888226e-08, { 2, 0, 1, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { 1.024614933401e-05, 1.084464857222e-08, { 4, 0, -1, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.021852985835e-05, -3.570271634560e-08, { 3, 0, -1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.975628706670e-07, 1.002764863295e-05, { 1, -2, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.932371310706e-07, 9.723545668150e-06, { 0, 0, 1, 0, 0, 0, -3, 0, 0, 4, 0, 0, 0 } }, + { 1.012406037718e-05, -9.055134127117e-08, { 0, 2, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -9.767753821430e-06, -4.367689599060e-07, { 0, 0, 0, 0, 0, 1, -3, 2, 0, 0, 0, 0, 0 } }, + { -1.603110570394e-07, 1.004300934004e-05, { 0, 2, 2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.093270412011e-07, 1.008781951748e-05, { 2, 0, 1, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { -5.283755612196e-08, -1.014190055033e-05, { 2, 0, 1, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { 1.000928890729e-05, 1.615433155577e-07, { 4, 0, -2, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -9.998639242632e-06, -1.649645285931e-07, { 2, 0, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.007073374160e-05, 8.946099797693e-08, { 2, 0, -3, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 1.012229770888e-05, -7.630694718040e-09, { 0, 2, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.010993056249e-05, 1.938810762019e-08, { 0, 0, 1, 0, 0, 1, -3, 0, 2, 0, 0, 0, 0 } }, + { 1.010775903132e-05, -1.293533126635e-08, { 2, 0, 2, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.011507453025e-05, -5.499341287676e-09, { 3, 0, 0, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 7.476171355998e-08, 1.004162897591e-05, { 2, 0, -2, 0, 0, 26, -27, 0, 0, 0, 0, 0, 0 } }, + { -1.001962193957e-05, 7.192350228927e-08, { 0, 0, 0, 0, 0, 4, -7, 0, 4, 0, 0, 0, 0 } }, + { -1.005001051890e-05, -1.289233715183e-08, { 4, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -5.977582931750e-06, 4.082106758862e-06, { 0, 0, 1, 0, 0, 0, -3, 0, 6, 0, 0, 0, 0 } }, + { 9.999976686666e-06, 2.159319672534e-08, { 6, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.999997303030e-06, 7.344344832143e-09, { 2, -2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.999999987888e-06, -4.921828488612e-10, { 2, -1, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -9.999999991873e-06, 4.031710571015e-10, { 2, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 9.999999994899e-06, -3.193952530579e-10, { 4, -1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -9.999999995853e-06, -2.879793265414e-10, { 2, -1, -3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999995853e-06, -2.879793265414e-10, { 0, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 9.999999996435e-06, -2.670353755238e-10, { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 9.999999996481e-06, -2.652900462719e-10, { 1, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999997183e-06, -2.373647782499e-10, { 1, 1, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -9.999999997426e-06, 2.268928027398e-10, { 0, 1, 5, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -9.999999997620e-06, 2.181661564820e-10, { 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -9.999999997620e-06, 2.181661564820e-10, { 0, 1, -5, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999998055e-06, 1.972222054626e-10, { 2, -1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999998089e-06, 1.954768762109e-10, { 2, -1, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -9.999999998353e-06, 1.815142421974e-10, { 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -9.999999998353e-06, 1.815142421974e-10, { 0, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999998353e-06, -1.815142421955e-10, { 2, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999998384e-06, -1.797689129433e-10, { 4, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -9.999999998477e-06, 1.745329251906e-10, { 6, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -9.999999998596e-06, 1.675516081836e-10, { 2, 1, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -9.999999998625e-06, 1.658062789319e-10, { 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -9.999999998625e-06, -1.658062789299e-10, { 4, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 9.999999998711e-06, 1.605702911766e-10, { 2, -1, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -9.999999998711e-06, 1.605702911766e-10, { 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999998739e-06, 1.588249619248e-10, { 4, -1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -9.999999999025e-06, 1.396263401550e-10, { 4, 1, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -9.999999999049e-06, -1.378810109023e-10, { 2, -1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -9.999999999143e-06, -1.308996938977e-10, { 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999999166e-06, 1.291543646440e-10, { 4, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999999166e-06, 1.291543646440e-10, { 3, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999999166e-06, 1.291543646440e-10, { 2, 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999999188e-06, -1.274090353929e-10, { 2, -3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999999232e-06, 1.239183768884e-10, { 2, 1, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999999254e-06, -1.221730476357e-10, { 1, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999999296e-06, 1.186823891328e-10, { 4, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999999296e-06, 1.186823891328e-10, { 4, 1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -9.999999999316e-06, -1.169370598833e-10, { 3, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999999470e-06, 1.029744258658e-10, { 3, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -9.999999999539e-06, 9.599310885821e-11, { 2, -1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999999604e-06, -8.901179184903e-11, { 4, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999999692e-06, -7.853981633906e-11, { 4, -1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999999705e-06, 7.679448708700e-11, { 6, -1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999999731e-06, -7.330382858157e-11, { 4, 1, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999999744e-06, -7.155849932907e-11, { 2, 3, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999999768e-06, -6.806784082902e-11, { 2, 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -9.999999999780e-06, 6.632251157651e-11, { 3, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999999834e-06, -5.759586531393e-11, { 2, -1, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 4, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 2, 2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 2, 0, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 1, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 0, 2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.000000000000e-05, { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 9.927656371190e-06, -2.019634291347e-08, { 4, 0, -1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.025337917640e-06, -8.862357152080e-06, { 1, 0, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.595845583500e-07, -8.918712819443e-06, { 3, 0, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.061563456117e-06, -5.697799744470e-06, { 2, 0, 1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 8.318692691970e-06, 1.206304110423e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { -9.330563701760e-06, -7.250260799730e-08, { 0, 2, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 8.996898605300e-07, 8.186305875798e-06, { 6, 0, -2, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.816370197180e-06, -7.209424641192e-06, { 0, 0, 1, 0, 0, -5, 9, 0, 0, 0, 0, 0, 0 } }, + { -3.996769994990e-06, -4.942757020284e-06, { 2, 0, -1, 0, 0, -9, 11, 0, 0, 0, 0, 0, 0 } }, + { 5.847164751030e-06, 3.082434451032e-06, { 0, 0, 0, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0 } }, + { -8.867095210690e-06, -8.022353232623e-09, { 6, 0, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.712699267360e-06, 8.327650479235e-08, { 6, 0, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.143297112542e-06, -7.569624458790e-06, { 1, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -8.414243171310e-06, -2.653476118956e-07, { 2, 0, 2, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 8.232562209400e-07, 7.830737797838e-06, { 2, 0, -4, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.519968514400e-06, -1.066814914672e-07, { 4, 0, -1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.530358415891e-06, -7.024272236855e-06, { 3, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.899849958600e-07, -7.917131707550e-06, { 0, 0, 1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.224207479270e-06, -4.275690892042e-06, { 3, 0, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.624089436022e-06, 6.855714923030e-06, { 1, -1, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.090426599470e-06, 3.276907775492e-06, { 2, 0, -2, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.015790014797e-06, -5.220863757120e-06, { 0, 0, 2, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.621605410910e-06, -5.042929460354e-07, { 2, 0, -1, 0, 0, 3, -4, 0, 1, 0, 0, 0, 0 } }, + { -5.155759530020e-06, 2.583643752410e-06, { 0, 0, 2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 7.536553475166e-06, 1.349994965200e-07, { 2, 0, -2, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.456207541405e-06, 6.101917685180e-06, { 3, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.155224464670e-06, 5.928802608000e-06, { 1, -1, 2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.881061374300e-07, 6.641698258749e-06, { 2, 0, 0, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.151332034340e-06, -3.521607822537e-06, { 4, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.030897565048e-06, -4.617839103490e-06, { 0, 0, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0, 0 } }, + { -3.282238560666e-06, 2.978397064840e-06, { 4, 0, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.513603439580e-06, 4.505639296019e-07, { 2, 0, -2, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.763624742060e-06, -2.155957485710e-06, { 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { -5.666158964203e-06, 2.527546202000e-07, { 1, -1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -3.522022313306e-06, 2.331852936237e-06, { 2, 0, -2, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.886663615000e-07, 4.860276865900e-06, { 1, -1, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.731100610430e-06, 7.254350470200e-08, { 1, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.596076650090e-06, 1.052171731604e-07, { 1, 0, 1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.089839166180e-06, 4.526041169650e-06, { 1, -3, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.446001082490e-07, 5.035779133571e-06, { 4, 0, 1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.843213001780e-06, 3.653172855080e-06, { 1, -1, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { 9.991276606910e-07, 4.104894557570e-06, { 1, 1, 2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.603723736600e-06, 2.990602518654e-08, { 1, 0, 2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.042795885717e-06, -2.493658028180e-06, { 2, 0, 1, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.608621261900e-06, 1.727055164310e-06, { 2, 0, -1, 0, 0, 7, -11, 0, 0, 0, 0, 0, 0 } }, + { 4.197485714370e-06, -1.244000487575e-07, { 4, 0, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.447098779900e-06, -1.752261992860e-06, { 1, -1, 1, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.155012133700e-06, -3.915492223704e-08, { 4, 0, -2, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -2.983017371850e-06, 1.199303767580e-06, { 0, 0, 1, 0, 0, 6, -10, 0, 0, 0, 0, 0, 0 } }, + { 4.087971415572e-06, 6.406933915000e-08, { 2, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.144492909320e-06, 2.624309652690e-09, { 3, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.864244851510e-06, 1.621763433340e-07, { 2, -2, 1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.925507817020e-06, 2.562529233173e-09, { 1, 2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.215421523990e-06, 2.686755878750e-06, { 0, 0, 0, 0, 0, 0, 5, 0, -4, 0, 0, 0, 0 } }, + { 1.614287161072e-06, 2.201639051530e-06, { 2, -2, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.514553106090e-06, 2.438923905312e-07, { 2, 0, 1, 0, -1, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.692376193393e-07, -2.750931143230e-06, { 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -6.477529689580e-07, -2.818136719770e-06, { 3, -1, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.776915368780e-06, 1.594356544785e-06, { 4, 0, -1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.843869252420e-06, -8.728528247735e-08, { 2, -2, 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.474550568900e-06, -2.959477459876e-07, { 2, 0, 1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.278630463870e-06, -5.238956210800e-09, { 2, 0, 1, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.557363003883e-07, 1.857974551820e-06, { 2, 0, 1, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.878789826720e-06, -8.106313343556e-08, { 0, 2, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 1.717608940970e-06, 2.671172089443e-08, { 2, -2, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.706881649540e-06, 3.492771716784e-08, { 6, 0, -3, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.284146892090e-08, -1.452019298280e-06, { 0, 0, 3, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.583212507400e-07, 1.062235208993e-06, { 0, 0, 0, 0, 0, 0, 5, 0, -6, 0, 0, 0, 0 } }, + { 9.796030726800e-07, -3.702787814173e-07, { 2, 0, -2, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { 9.100890452400e-07, -2.939551384817e-07, { 4, 0, -1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.526137464580e-07, -8.439576304300e-07, { 3, 1, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.272753464000e-07, -4.143200890440e-07, { 1, -1, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 5.477839524300e-07, -1.377527617284e-07, { 4, 0, -2, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.055263255380e-07, -2.205391404700e-07, { 1, -1, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 3.932028594100e-07, -2.611923269580e-08, { 2, 0, 2, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -9.720538518300e-08, -2.717514580200e-07, { 3, -1, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.022722274300e-08, 2.818504289900e-07, { 1, 1, -3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.182862042900e-07, -1.719865799049e-07, { 4, 0, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { 3.748640002468e-12, -1.224522926694e-08, { 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } +} }; + +constexpr array g_PERT_S1_2 +{ { + { 1.676800000000e+00, 0.000000000000e+00, { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.164200000000e-01, 0.000000000000e+00, { 2, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.138300000000e-01, 0.000000000000e+00, { 2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.711500000000e-01, 0.000000000000e+00, { 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.028286271523e-01, 2.234626048870e-01, { 0, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.756000000000e-01, 0.000000000000e+00, { 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.118000000000e-02, 0.000000000000e+00, { 2, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.128000000000e-02, 0.000000000000e+00, { 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.516000000000e-02, 0.000000000000e+00, { 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.048000000000e-02, 0.000000000000e+00, { 2, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.747000000000e-02, 0.000000000000e+00, { 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.707000000000e-02, 0.000000000000e+00, { 2, 0, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.649000000000e-02, 0.000000000000e+00, { 2, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.438000000000e-02, 0.000000000000e+00, { 0, 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.165000000000e-02, 0.000000000000e+00, { 2, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.884423738233e-03, 1.619871474513e-02, { 0, 0, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.923000000000e-02, 0.000000000000e+00, { 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.688830802010e-03, 1.236325946529e-02, { 0, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -5.335288840325e-03, 1.159490956816e-02, { 0, 0, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.293000000000e-02, 0.000000000000e+00, { 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.270000000000e-02, 0.000000000000e+00, { 2, 0, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.097000000000e-02, 0.000000000000e+00, { 4, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.087705472886e-02, 2.009137471921e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.345336034681e-03, 1.996019810385e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.340000000000e-03, 0.000000000000e+00, { 2, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.860000000000e-03, 0.000000000000e+00, { 4, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.310000000000e-03, 0.000000000000e+00, { 2, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.620197481278e-03, 6.865906201356e-04, { 0, 0, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -5.619335487852e-03, 6.864397171771e-04, { 0, 0, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.179438359444e-03, 4.955296321374e-03, { 0, 0, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 5.850000000000e-03, 0.000000000000e+00, { 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.649791009018e-03, -2.823784808853e-03, { 0, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -5.390000000000e-03, 0.000000000000e+00, { 2, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.690000000000e-03, 0.000000000000e+00, { 4, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.743086927735e-03, 2.159901950685e-03, { 0, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.209511837538e-03, 2.627512588305e-03, { 2, 0, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.780000000000e-03, 0.000000000000e+00, { 2, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.190411333055e-03, 2.585936204964e-03, { 2, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.180473222374e-03, 2.564326994009e-03, { 2, 0, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.918344135177e-03, 8.019181869646e-04, { 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.620000000000e-03, 0.000000000000e+00, { 2, -2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.137411022758e-03, 2.470838906457e-03, { 2, 0, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.910437928745e-03, -1.509828838633e-03, { 0, 0, 1, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { 1.165695068280e-03, 2.092303804724e-03, { 2, 0, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -3.170000000000e-03, 0.000000000000e+00, { 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.000000000000e-03, 0.000000000000e+00, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.145820737354e-03, 1.827078556584e-03, { 2, 0, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.950000000000e-03, 0.000000000000e+00, { 2, 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.064358057103e-04, 2.830054925663e-03, { 0, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.311870738770e-03, -6.066351727446e-04, { 1, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.700000000000e-03, 0.000000000000e+00, { 1, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.560000000000e-03, 0.000000000000e+00, { 2, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.409839311860e-04, 1.329015515115e-03, { 2, 0, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -7.249724657658e-04, -1.314376794393e-03, { 0, 0, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 1.350061234299e-03, 6.642146325955e-04, { 0, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -4.302463382935e-04, 1.552842952737e-03, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 4.302919274337e-04, 1.552283666829e-03, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 1.484748040784e-03, 4.850625817016e-04, { 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.860000000000e-03, 0.000000000000e+00, { 2, 0, -1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.144929961576e-04, 8.394611316827e-04, { 0, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.690000000000e-03, 0.000000000000e+00, { 0, 0, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.084223643241e-04, -7.500674816019e-04, { 2, 0, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.600000000000e-03, 0.000000000000e+00, { 4, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.550000000000e-03, 0.000000000000e+00, { 4, 0, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.480000000000e-03, 0.000000000000e+00, { 2, 0, -2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.412477983854e-03, -1.984589620100e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.410000000000e-03, 0.000000000000e+00, { 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.380000000000e-03, 0.000000000000e+00, { 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.747258295539e-04, 3.235212632740e-04, { 2, 0, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.290000000000e-03, 0.000000000000e+00, { 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.470958880098e-04, 3.175357694203e-04, { 1, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.260000000000e-03, 0.000000000000e+00, { 2, 0, -2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.877526355574e-04, 8.423021577940e-04, { 0, 0, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -7.428358359466e-04, 4.826342693258e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.200000000000e-03, 0.000000000000e+00, { 2, 0, -3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.714749982007e-04, 9.018500533025e-04, { 0, 0, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.693588793364e-04, 8.947979090916e-04, { 0, 0, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.637606614093e-04, 7.901527089040e-04, { 0, 0, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 8.273983542339e-04, -2.894072019391e-04, { 2, 0, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -8.238944661497e-04, -2.899716771580e-04, { 2, 0, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 3.644678598537e-04, -7.385526112026e-04, { 0, 0, 1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 1.015388309029e-03, -7.790208762633e-05, { 2, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.014481868351e-03, -7.781523809714e-05, { 2, 0, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.070000000000e-03, 0.000000000000e+00, { 2, 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.040000000000e-03, 0.000000000000e+00, { 0, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.700000000000e-04, 0.000000000000e+00, { 0, 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.600000000000e-04, 0.000000000000e+00, { 2, 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.400000000000e-04, 0.000000000000e+00, { 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.400000000000e-04, 0.000000000000e+00, { 2, -2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.000000000000e-04, 0.000000000000e+00, { 4, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -8.800000000000e-04, 0.000000000000e+00, { 1, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.733005698892e-04, -6.022022256524e-04, { 1, 1, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -6.181889804631e-04, 1.985335358478e-04, { 0, 0, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.953175694730e-04, 1.996345043824e-04, { 1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -7.900000000000e-04, 0.000000000000e+00, { 4, 0, -2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.600000000000e-04, 0.000000000000e+00, { 4, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.600000000000e-04, 0.000000000000e+00, { 0, 2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.600000000000e-04, 0.000000000000e+00, { 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.682300897322e-04, 1.809624486398e-04, { 0, 0, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.300000000000e-04, 0.000000000000e+00, { 4, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.300000000000e-04, 0.000000000000e+00, { 2, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.590202466490e-04, 2.513200933583e-04, { 2, 0, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -7.100000000000e-04, 0.000000000000e+00, { 4, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.099444443470e-04, 5.884444587296e-04, { 0, 0, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.098460653159e-04, 5.876186849707e-04, { 0, 0, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.485222107293e-04, -4.474856673047e-04, { 0, 0, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -5.340871334972e-04, -1.577654098117e-04, { 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.900000000000e-04, 0.000000000000e+00, { 3, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.173398531155e-04, 1.648031392206e-04, { 2, 0, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.884584178453e-04, -1.834602145213e-04, { 0, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -6.600000000000e-04, 0.000000000000e+00, { 0, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.813393568887e-04, -4.657109873238e-04, { 1, 0, 0, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -2.035158091927e-04, -4.420983549469e-04, { 0, 2, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.034920646629e-04, -4.420467504463e-04, { 0, 2, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -5.609652107908e-04, -7.194248218335e-05, { 1, -1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.609652107908e-04, -7.194248218335e-05, { 1, -1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.803306843991e-04, -4.589594700801e-05, { 2, 0, -2, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 4.480403290169e-04, 1.475668147026e-04, { 2, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.851771493653e-04, 4.028995321201e-04, { 2, 0, -1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -4.518306847420e-04, 1.361420903454e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 5.800000000000e-04, 0.000000000000e+00, { 3, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.391979622422e-04, 3.139740888244e-05, { 2, 0, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.398277971059e-04, 3.278354388329e-04, { 0, 0, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -2.370032442884e-04, 3.230449567839e-04, { 0, 0, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -3.795605163321e-04, 1.393756943887e-04, { 2, 0, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.039086236224e-04, 3.030456678296e-04, { 0, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 6.864005029495e-06, 4.921677567826e-04, { 2, 0, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -6.589745157930e-06, 4.880091277539e-04, { 2, 0, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.487902776226e-04, 2.399871472155e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 2.907668622405e-04, -1.912155428287e-04, { 1, 0, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -3.557767509640e-04, 1.132348891363e-04, { 2, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.436972009867e-04, -2.236755515191e-04, { 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.447636991351e-04, 3.144690325805e-04, { 2, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.725038215969e-04, -2.812951127258e-04, { 2, 0, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -4.500000000000e-04, 0.000000000000e+00, { 2, 0, -3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.409760708138e-04, 3.062604639892e-04, { 2, 0, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 4.185564514773e-04, 2.601350429269e-05, { 2, 0, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.298169060847e-04, 1.142705639098e-04, { 0, 0, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.728959372600e-04, 2.680143156818e-04, { 0, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 4.158349488290e-04, -2.174660718286e-05, { 0, 0, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 2.798772225197e-04, 1.532967753168e-04, { 2, 0, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 2.836315337229e-04, 1.470775286157e-04, { 0, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 3.817812998651e-04, 4.663987997855e-05, { 0, 0, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -3.817608098683e-04, 4.664082452022e-05, { 0, 0, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.578389993567e-04, -2.692046806064e-04, { 2, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.822292196765e-04, 2.396899865166e-04, { 2, 0, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 4.100000000000e-04, 0.000000000000e+00, { 4, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.946102075365e-04, 1.094050993579e-04, { 2, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.843934047428e-04, -2.165854837368e-04, { 1, 1, -2, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -1.731730658620e-04, 2.216553244070e-04, { 2, 0, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 1.443743383296e-04, -2.496921562347e-04, { 0, 0, 1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -1.435497750585e-04, -2.480073909792e-04, { 0, 0, 1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 2.851838520462e-05, -3.625807507985e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 3.899861789126e-04, 5.255765658090e-07, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.900000000000e-04, 0.000000000000e+00, { 0, 0, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.842811524831e-05, -3.591165139924e-04, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -3.800000000000e-04, 0.000000000000e+00, { 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.325223723462e-04, -2.440967500512e-04, { 0, 0, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.914479719227e-04, 1.846994157785e-04, { 2, 0, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.917161073111e-04, 1.830397755818e-04, { 0, 0, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 2.452851636530e-04, 1.198684523097e-04, { 0, 0, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -2.205462205010e-04, -1.379690271637e-04, { 0, 0, 0, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 2.786538736495e-04, 7.821288220615e-05, { 2, 0, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.648232524209e-04, -8.915503621276e-05, { 2, 0, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.375084040546e-04, 1.152834730209e-04, { 0, 0, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 2.239068780788e-04, 1.205404465746e-04, { 0, 0, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 3.400000000000e-04, 0.000000000000e+00, { 1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.112734562713e-05, -2.616533264316e-04, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 2.484255617784e-04, 8.395054952947e-05, { 0, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.493951432481e-05, 3.162474107998e-04, { 2, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.853258885039e-04, 1.454566438239e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 3.300000000000e-04, 0.000000000000e+00, { 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.502079584125e-05, 3.132070188634e-04, { 2, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.084679865850e-04, -2.183617952763e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -3.200000000000e-04, 0.000000000000e+00, { 2, 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.200000000000e-04, 0.000000000000e+00, { 2, -2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.079749139301e-04, -2.106325816423e-04, { 2, 0, -1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -2.965117400530e-04, 1.969345176810e-05, { 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.302407631042e-05, -2.428313610049e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -1.041135103593e-04, -2.024927209829e-04, { 2, 0, -1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 1.981309137081e-04, 1.029504320626e-04, { 0, 0, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 3.000000000000e-04, 0.000000000000e+00, { 1, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.854234218727e-04, -1.133691810648e-04, { 0, 0, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 1.520536613025e-04, 1.446736073302e-04, { 0, 0, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.771213726059e-04, -1.165270196159e-04, { 0, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.900000000000e-04, 0.000000000000e+00, { 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.156983587316e-04, -1.709936925258e-04, { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.359046004683e-04, -1.467308405604e-04, { 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.808508800672e-04, 9.878471234092e-05, { 2, 0, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 9.961746080332e-05, -1.775459130284e-04, { 0, 0, 0, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -1.557580152484e-04, -1.200248998232e-04, { 2, 0, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.179119715076e-04, 1.559123296491e-04, { 2, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 2.630912252749e-04, -9.530598258449e-06, { 0, 0, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 6.386835215314e-07, -2.704398913316e-04, { 0, 0, 0, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 1.074302264767e-04, -1.623617160722e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 1.981666072974e-04, 6.463768741980e-05, { 2, 0, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -9.573195281176e-05, -1.600898759200e-04, { 2, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -2.500000000000e-04, 0.000000000000e+00, { 4, 0, -3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.500000000000e-04, 0.000000000000e+00, { 2, 0, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.928962235817e-04, 5.673442381675e-05, { 2, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.088819463745e-04, 1.406799044383e-04, { 2, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -1.532310208772e-04, 9.444709757810e-05, { 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.495781523353e-04, 9.345021127723e-05, { 0, 0, 1, 0, 0, -18, 12, 8, -3, 0, 0, 0, 0 } }, + { 5.595270728456e-05, 1.858923701936e-04, { 2, 0, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.589721985933e-05, 1.857074536792e-04, { 2, 0, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 9.193816370622e-05, 1.467602549728e-04, { 2, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.043018500669e-05, -1.439527062603e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.935182294639e-04, 4.036177101974e-05, { 2, 0, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 8.301233164169e-05, 1.490394757582e-04, { 2, 0, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 5.366484279515e-05, 1.783103796395e-04, { 2, 0, -2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.464605141568e-04, -8.418715473358e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -5.323069252033e-05, 1.768635375162e-04, { 2, 0, 0, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.300000000000e-04, 0.000000000000e+00, { 6, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.300000000000e-04, 0.000000000000e+00, { 2, 0, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.300000000000e-04, 0.000000000000e+00, { 1, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.490482296897e-04, 7.885020334860e-05, { 2, 0, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 2.200000000000e-04, 0.000000000000e+00, { 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.200000000000e-04, 0.000000000000e+00, { 1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.659626004218e-05, 1.593022954280e-04, { 0, 0, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -5.924523550130e-05, 1.512980059921e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -1.623656537521e-04, -4.781325322497e-05, { 2, 0, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.100000000000e-04, 0.000000000000e+00, { 3, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.100000000000e-04, 0.000000000000e+00, { 2, -2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.100000000000e-04, 0.000000000000e+00, { 0, 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.100000000000e-04, 0.000000000000e+00, { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.100000000000e-04, 0.000000000000e+00, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 7.126456219362e-05, -1.359539625739e-04, { 2, 0, 0, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 9.475415910755e-05, 1.064598790240e-04, { 2, 0, 0, 0, 0, -8, -13, 0, 0, 0, 0, 0, 0 } }, + { -9.048824889509e-05, 1.095489566449e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 2.000000000000e-04, 0.000000000000e+00, { 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-04, 0.000000000000e+00, { 0, 2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.845474183451e-05, -1.296527125457e-04, { 2, 0, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 1.537573882809e-04, 4.411596372306e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 6.520511151420e-05, -1.257813050550e-04, { 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 1.900000000000e-04, 0.000000000000e+00, { 2, 2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.900000000000e-04, 0.000000000000e+00, { 0, 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.057409797276e-04, -8.352087941939e-05, { 0, 0, 2, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { -5.608202660885e-05, 1.327990826295e-04, { 2, 0, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.050988160251e-04, -8.301864850993e-05, { 0, 0, 0, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { -2.817614387826e-05, -1.574995394157e-04, { 2, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.203889161326e-04, 6.498391659045e-05, { 2, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 4.744169207497e-05, 1.344302852070e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -1.800000000000e-04, 0.000000000000e+00, { 6, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.800000000000e-04, 0.000000000000e+00, { 4, 0, -2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.800000000000e-04, 0.000000000000e+00, { 4, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.041577933778e-04, 7.485478583033e-05, { 1, -2, 0, 0, 0, 20, -18, 0, 0, -1, 0, 0, 0 } }, + { 4.172930492664e-05, -1.366827423338e-04, { 0, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.697916290029e-04, 8.414435248870e-06, { 2, 0, -1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.066611203020e-04, -6.647979248304e-05, { 0, 0, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { 1.218352567451e-04, -5.023756780116e-05, { 2, 0, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -9.648384839775e-05, -7.443849548389e-05, { 2, 0, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.196358314804e-04, 5.086519267615e-05, { 2, 0, -1, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.273553945503e-05, 1.175049753659e-04, { 2, 0, -1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.700000000000e-04, 0.000000000000e+00, { 3, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.700000000000e-04, 0.000000000000e+00, { 2, 2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.416752504145e-05, 1.025491658802e-04, { 2, 0, -2, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -9.634834795507e-05, -7.009585942558e-05, { 2, 0, -1, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { 6.393074036798e-05, 1.019460073975e-04, { 2, 0, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -1.600000000000e-04, 0.000000000000e+00, { 2, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.142666862756e-05, 9.628131549463e-05, { 1, 0, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -6.639991628825e-05, 9.123505365552e-05, { 2, 0, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 7.725300569690e-05, 7.830691611087e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.416487503807e-05, -7.032757751023e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { 1.247255918214e-04, -2.931457980570e-05, { 2, 0, -2, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { -1.268877145395e-04, 2.645584238093e-05, { 2, 0, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.114978334233e-04, -4.087365110409e-05, { 0, 0, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.313054397352e-04, 1.995735020231e-05, { 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.500000000000e-04, 0.000000000000e+00, { 2, -2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.500000000000e-04, 0.000000000000e+00, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.051986047254e-04, -4.303725541801e-05, { 0, 0, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -9.673324739376e-05, 4.962206895660e-05, { 2, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 1.085258484230e-04, -3.641838308656e-05, { 1, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.009182006218e-04, 4.376661722441e-05, { 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 9.127902843548e-05, -5.057560705742e-05, { 0, 0, 1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { 1.116525974699e-04, 3.012082666195e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 6.870399551318e-05, 7.266196391872e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.107573839644e-04, -2.947382003098e-05, { 1, 0, 0, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { 1.400000000000e-04, 0.000000000000e+00, { 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.896892266936e-05, 8.765490445074e-05, { 0, 0, 1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 2.629721011200e-05, 1.094088287813e-04, { 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.920708491293e-05, 1.055505799768e-04, { 0, 0, 2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 2.925999129624e-05, 1.053804495794e-04, { 0, 0, 2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 4.628360228939e-05, -8.646697521929e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -5.950833959859e-05, 7.234235065057e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { -1.225828379434e-04, -7.947875390080e-06, { 2, 0, -1, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 1.299258326311e-04, -5.032596339021e-07, { 2, 0, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.299101749300e-04, -4.758385290967e-07, { 2, 0, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.300000000000e-04, 0.000000000000e+00, { 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.300000000000e-04, 0.000000000000e+00, { 4, 0, -1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.300000000000e-04, 0.000000000000e+00, { 2, 0, 0, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.300000000000e-04, 0.000000000000e+00, { 0, 2, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.210966423267e-05, -4.781534108693e-05, { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.631331865429e-05, 9.277463787485e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { 4.466749571031e-05, -8.414442535217e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 6.533675160715e-05, 6.344763569094e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -9.294041984157e-05, 3.482280469182e-05, { 1, 1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 6.516247791275e-05, -6.207939651986e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.051211754666e-05, -1.159711353423e-04, { 1, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -9.247038714615e-05, 3.324636399388e-05, { 2, 0, -1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 9.236787370287e-05, 3.321306740154e-05, { 2, 0, -1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -9.864953709039e-05, -2.677554049825e-05, { 2, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.849868558666e-05, 7.602355661220e-05, { 1, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 7.480347992522e-05, -4.703710698473e-05, { 1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 7.939587888022e-05, 4.238271365590e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.195473487327e-05, 6.917517998607e-05, { 2, 0, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -6.892358998629e-05, -5.206255227595e-05, { 0, 0, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.200000000000e-04, 0.000000000000e+00, { 4, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.200000000000e-04, 0.000000000000e+00, { 2, -2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.200000000000e-04, 0.000000000000e+00, { 0, 0, 4, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.430045660419e-05, 5.545472684298e-05, { 1, 0, 0, 0, 0, 0, -23, 20, 0, 0, 0, 0, 0 } }, + { -4.763762713883e-05, 7.196517096515e-05, { 0, 0, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 7.281363088870e-05, 4.634678163410e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 8.388662863946e-05, -3.478904606833e-05, { 1, -1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -4.646220024909e-05, 7.219804296008e-05, { 2, 0, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 6.908320087127e-05, 4.939130884126e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -6.885345965932e-05, 4.944676570114e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 6.572243502122e-05, 5.152852877429e-05, { 1, -1, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -7.402637458346e-05, -4.297397491677e-05, { 0, 0, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -7.802298338289e-05, 3.874867564718e-05, { 2, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.128041381756e-05, 4.541723162999e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 1.133661444328e-04, -3.244610969358e-06, { 0, 0, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -1.622697590307e-05, 9.910195406673e-05, { 0, 0, 0, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { 1.122771289590e-04, -1.952001732064e-06, { 2, 0, -1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 6.640492923940e-05, 4.778497376761e-05, { 2, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.867521484122e-05, 2.526267961055e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 1.076965082564e-04, -5.937739949229e-06, { 0, 0, 1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.849176949796e-05, -9.513413991376e-05, { 0, 0, 0, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -8.572437631055e-05, -2.741042331243e-05, { 2, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.888442121329e-05, -5.415371583165e-05, { 2, 0, -2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 7.538966698855e-05, -3.696291537111e-05, { 2, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.100000000000e-04, 0.000000000000e+00, { 4, 0, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.100000000000e-04, 0.000000000000e+00, { 3, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.100000000000e-04, 0.000000000000e+00, { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.100000000000e-04, 0.000000000000e+00, { 0, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.100000000000e-04, 0.000000000000e+00, { 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.100000000000e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.188835123856e-05, 3.802209221160e-05, { 2, 0, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 6.296830097656e-05, 4.556294818619e-05, { 2, 0, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.353389135490e-05, -1.472428024728e-05, { 1, -1, 0, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -8.126847521530e-05, 2.571720418010e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -3.366793249603e-05, -7.313657525069e-05, { 0, 2, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.821521593295e-05, 8.813742626442e-05, { 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.908992681284e-05, 5.639294180548e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { -8.700875953672e-05, 1.814849420004e-05, { 0, 0, 2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -7.324229887722e-05, 3.179223390644e-05, { 1, 1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.296483745924e-05, -7.160852385165e-05, { 0, 2, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -6.431319125207e-05, 4.000412947785e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -2.585299100786e-05, 7.803309555557e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { 8.736916153400e-05, -1.611373804810e-05, { 1, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.728435406010e-05, -6.521975887299e-05, { 0, 0, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -6.188279227071e-05, -4.058485841084e-05, { 0, 0, 0, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { -1.000000000000e-04, 0.000000000000e+00, { 6, 0, -3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-04, 0.000000000000e+00, { 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.132425198397e-05, -6.804965019835e-05, { 1, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 3.120817762765e-05, -6.779350324630e-05, { 1, 0, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.438886040027e-05, -7.294518829336e-05, { 1, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.171241176598e-05, 3.406429735420e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -8.983522733721e-05, 5.443521770959e-06, { 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 6.953303693862e-05, 2.551557062103e-05, { 2, 0, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.002326852948e-05, 7.420618745372e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { 3.637110043546e-05, 5.756279770091e-05, { 0, 0, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -6.249637814254e-05, 3.111004460188e-05, { 2, 0, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 2.943120804179e-05, 6.393446284008e-05, { 4, 0, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -5.095510357196e-05, -4.211770194001e-05, { 2, 0, -2, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -5.209533903428e-05, 4.026018472352e-05, { 0, 0, 2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -2.868300396687e-05, 6.230851251412e-05, { 4, 0, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -5.597497186147e-05, 3.469965338680e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 6.148022710967e-05, -2.904841830041e-05, { 2, 0, -1, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { 3.395829891810e-05, 5.638215743411e-05, { 0, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.522417531607e-05, 5.499029406322e-05, { 0, 0, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 9.000000000000e-05, 0.000000000000e+00, { 2, 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.000000000000e-05, 0.000000000000e+00, { 1, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.653263677745e-05, 3.231376513305e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 2.801380652916e-05, 6.082856296672e-05, { 2, 0, 0, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -3.732558914851e-05, -5.139708377565e-05, { 0, 0, 0, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -2.244624981852e-05, -6.591311974461e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 6.068132526453e-05, -2.747405188435e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 2.732075870521e-05, 5.934797539356e-05, { 0, 0, 4, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -6.512096501798e-05, 2.145070370807e-05, { 2, 0, -2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -5.703311350150e-05, 2.944551928597e-05, { 0, 0, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 2.859879915348e-05, -5.733096966849e-05, { 1, -1, -1, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { -3.288429916362e-05, 5.250932718320e-05, { 0, 0, 1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -6.083092089541e-05, -2.389325610069e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 7.273230177845e-05, 1.186562617836e-05, { 1, -3, 0, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { 6.297218881744e-05, 2.073538669660e-05, { 2, -2, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.235274303753e-05, 4.051321024398e-05, { 2, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 6.230210984173e-05, 2.051362628339e-05, { 2, -2, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.856442099723e-05, -1.410461649749e-05, { 1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.903266255045e-05, 2.338629256590e-05, { 1, 0, -2, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { 7.725367554011e-05, -5.012964048002e-06, { 0, 0, 1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -3.217849356785e-05, 5.002590254282e-05, { 2, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 5.245002349000e-05, -2.913751938479e-05, { 2, 0, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.563025587381e-05, 5.566985981844e-05, { 0, 0, 2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 3.135824419950e-05, 4.895112325918e-05, { 0, 0, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -8.000000000000e-05, 0.000000000000e+00, { 4, 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.000000000000e-05, 0.000000000000e+00, { 2, 2, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -8.000000000000e-05, 0.000000000000e+00, { 2, 0, -1, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -8.000000000000e-05, 0.000000000000e+00, { 2, 0, -3, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.000000000000e-05, 0.000000000000e+00, { 2, -2, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -8.000000000000e-05, 0.000000000000e+00, { 0, 0, 3, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.844295512484e-05, 6.126818325723e-05, { 0, 0, 1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.106629384809e-05, 3.844420989679e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.829927973603e-05, 6.078937293212e-05, { 0, 0, 3, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -7.356602731263e-05, -5.117455494947e-06, { 0, 0, 1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 5.190481480433e-05, 2.668502481694e-05, { 0, 0, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -5.933366340394e-05, 1.866880773714e-05, { 0, 0, 1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 2.004578412959e-05, 5.655233451088e-05, { 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.478517037978e-05, 3.164635907806e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { 4.155460592550e-05, -3.478321802712e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { 4.720512512171e-05, -2.812946421133e-05, { 0, 0, 0, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { -4.907323939935e-05, 2.596344051379e-05, { 2, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -4.169133930897e-05, -3.295197014968e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 5.458446483498e-05, -1.985918166118e-05, { 0, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.564212969686e-05, 5.792515669851e-05, { 2, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.675641260777e-05, 2.670148835275e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -7.239743451486e-05, -1.050362104940e-06, { 0, 0, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { -5.800589484427e-05, -1.534001836098e-05, { 1, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.065080559240e-05, -1.268180442865e-05, { 0, 0, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.565289252762e-05, 5.754514062653e-05, { 2, 0, -2, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 5.539055187536e-05, 1.738839851915e-05, { 0, 0, 0, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -4.766661509552e-05, 2.476620421144e-05, { 0, 0, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -1.909413392310e-06, 6.997395330048e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.172029533311e-05, 2.972315463167e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -4.759738749713e-05, 2.338559701608e-05, { 2, 0, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -3.463720334944e-05, -3.605917558860e-05, { 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0 } }, + { 5.891852044449e-05, 1.133135534847e-05, { 2, 0, -1, 0, 0, 0, -37, 48, 0, 0, 0, 0, 0 } }, + { -7.000000000000e-05, 0.000000000000e+00, { 4, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.000000000000e-05, 0.000000000000e+00, { 4, 0, -3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.000000000000e-05, 0.000000000000e+00, { 3, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.000000000000e-05, 0.000000000000e+00, { 2, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.000000000000e-05, 0.000000000000e+00, { 2, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.000000000000e-05, 0.000000000000e+00, { 2, 0, -2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.000000000000e-05, 0.000000000000e+00, { 2, 0, -4, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.000000000000e-05, 0.000000000000e+00, { 2, -2, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.000000000000e-05, 0.000000000000e+00, { 2, -2, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.000000000000e-05, 0.000000000000e+00, { 0, 2, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.573750244179e-05, 2.409451441050e-05, { 0, 0, 0, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -4.060519861844e-05, 2.903428700579e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -2.170312412263e-05, -4.782782369104e-05, { 1, 1, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 2.454542872880e-05, 4.458129238198e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -4.333214917397e-05, -2.578670818892e-05, { 0, 0, 1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 4.831833858294e-05, 2.058956379799e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -3.786519591563e-05, -3.083618319363e-05, { 2, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.291762862151e-05, -2.565301451109e-05, { 0, 0, 2, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.746336738408e-05, 4.107679156686e-05, { 0, 0, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 4.291227702875e-05, -2.549530445732e-05, { 0, 0, 1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { -4.189193139185e-05, 2.625876204800e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -1.436715826616e-05, 5.269908844356e-05, { 0, 0, 0, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { -4.118144017912e-05, -2.565240068675e-05, { 0, 0, 1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { 1.529092199268e-05, 5.096918445361e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { 1.189910249067e-05, -5.434523161684e-05, { 2, 0, 0, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 4.318416827523e-05, 2.268305966396e-05, { 2, 0, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 2.347976459872e-05, 4.212520797272e-05, { 4, 0, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 2.572249173122e-05, 3.968317860936e-05, { 2, 0, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 2.961833614074e-05, 3.561670479006e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { -6.090580604403e-05, -3.720474169716e-06, { 2, -2, -1, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { -3.584656783882e-05, -2.820173174162e-05, { 2, 0, -1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -4.042272427797e-05, -2.360649853077e-05, { 2, 0, -1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -4.615920152995e-05, 1.768999980596e-05, { 0, 0, 1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -6.111121402025e-05, -2.579220421011e-06, { 0, 0, 1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -3.503285921115e-05, -2.862299813391e-05, { 2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.664782311154e-05, 1.677617870498e-05, { 2, 0, 0, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -4.664075098430e-05, 1.678105927434e-05, { 2, 0, 0, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -6.205610756484e-05, -1.361506955959e-06, { 2, 0, -1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -3.921756311773e-05, -2.416546513663e-05, { 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.601215726272e-05, 3.735636778030e-05, { 2, 0, -1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.870251517162e-05, -2.419164666265e-05, { 0, 0, 1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 3.547517700327e-05, 2.686525110468e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -3.229117974738e-05, 2.897940200821e-05, { 0, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.833824570356e-05, -1.278334863415e-05, { 3, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.008069655803e-05, -4.081899774410e-05, { 0, 0, 2, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -5.575573202034e-05, -4.648692275125e-06, { 1, -1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 3.885525927224e-05, 2.150089156196e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -6.000000000000e-05, 0.000000000000e+00, { 6, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.000000000000e-05, 0.000000000000e+00, { 4, 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.000000000000e-05, 0.000000000000e+00, { 4, 0, -2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.000000000000e-05, 0.000000000000e+00, { 4, -2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.000000000000e-05, 0.000000000000e+00, { 3, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.000000000000e-05, 0.000000000000e+00, { 3, 0, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.000000000000e-05, 0.000000000000e+00, { 1, 0, -3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.000000000000e-05, 0.000000000000e+00, { 0, 2, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.647250918031e-05, -2.475352335459e-06, { 0, 0, 1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -2.013623509394e-05, 3.880995328436e-05, { 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.080877175357e-05, 3.805781977748e-05, { 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -2.080023498378e-05, -3.803839146718e-05, { 0, 0, 1, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 1.509762643087e-05, -4.361244597415e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 3.711239445236e-05, 2.149030991757e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { -4.808469078515e-05, 1.041167289309e-05, { 1, -1, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 3.777630444971e-05, 2.013572813249e-05, { 0, 0, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 3.656649869438e-05, -2.130918783263e-05, { 2, 0, -1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { 3.168025852541e-05, 2.603652105973e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0 } }, + { 4.176603180362e-05, 1.593223614366e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 1.243137181851e-05, -4.448148523387e-05, { 0, 0, 0, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 2.861810221490e-05, 2.794645282710e-05, { 2, 0, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.982083455529e-05, 6.733321324720e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 5.081554814613e-05, -5.663574427340e-06, { 3, -1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.638888294953e-05, 3.006038683510e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.619161226841e-05, -2.023048691644e-05, { 0, 0, 1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.989443828323e-05, -3.650840828956e-05, { 0, 0, 1, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -4.959241690585e-05, -6.371199685800e-06, { 2, 0, -1, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.208509607436e-05, 1.386244849278e-05, { 1, -1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 5.556192098786e-05, 3.635551254460e-07, { 2, 0, -1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -3.919366444811e-05, 1.672901738509e-05, { 0, 0, 0, 0, 0, 0, 4, -8, 5, -5, 0, 0, 0 } }, + { 2.330805605766e-05, -3.250745334247e-05, { 1, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.329209381751e-05, -2.251113344030e-05, { 2, 0, -1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 6.560838980947e-07, -5.485483398329e-05, { 0, 0, 1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -2.338066567089e-05, -3.183745305961e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0 } }, + { -1.267691108667e-05, -4.253703767007e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -2.124394228803e-05, -3.389240204032e-05, { 2, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.029686579840e-05, -3.414440439029e-05, { 2, 0, -1, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { -7.023863619898e-07, -5.354445331920e-05, { 0, 0, 1, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 4.034353529968e-05, 1.352794590348e-05, { 1, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.009682647355e-05, 1.375470969559e-05, { 0, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.937619090413e-05, -2.428564400646e-05, { 2, 0, 0, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.741297114783e-05, -3.543396197553e-05, { 0, 0, 0, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 2.911695245898e-05, -2.344338265407e-05, { 0, 0, 0, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 1.579537306129e-05, -3.674923386759e-05, { 1, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.137779195384e-05, -2.108646328027e-05, { 2, 0, -1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { -4.983003030874e-05, -2.601902756523e-06, { 2, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.119586103926e-05, 3.072149621796e-05, { 2, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.142548621707e-05, 3.025658324385e-05, { 0, 0, 0, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { 1.623202457883e-05, 3.526231512519e-05, { 4, 0, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 3.803570509740e-05, 1.289082910951e-05, { 1, 0, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.237070518244e-05, 3.803900173886e-05, { 4, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 5.000000000000e-05, 0.000000000000e+00, { 4, -2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.000000000000e-05, 0.000000000000e+00, { 3, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.000000000000e-05, 0.000000000000e+00, { 2, 2, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.000000000000e-05, 0.000000000000e+00, { 2, 0, -3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.000000000000e-05, 0.000000000000e+00, { 2, 0, -4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.000000000000e-05, 0.000000000000e+00, { 2, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.656277817483e-05, 3.318261984611e-05, { 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.050965639537e-05, -9.080311488086e-06, { 2, 0, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 3.726079128503e-05, 1.218861560530e-05, { 2, 0, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.967841497447e-05, 2.960099927140e-05, { 2, 0, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -1.744501414005e-05, -3.176950381598e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.471920390196e-06, -4.753627737880e-05, { 2, 0, -1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -3.867059656285e-05, -1.022667890732e-05, { 1, -1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.867059656285e-05, -1.022667890732e-05, { 1, -1, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.233512496597e-05, 3.643791841903e-05, { 2, 0, -1, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { -1.519629026248e-05, -3.348565281482e-05, { 1, 1, -2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.526189090222e-05, 3.315401055493e-05, { 4, 0, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.463006441950e-06, 4.491458140436e-05, { 0, 0, 0, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { 3.125850238008e-05, 1.687663295521e-05, { 2, 0, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -3.595835849325e-05, -1.196239550994e-05, { 2, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.064670777225e-05, -1.718379760589e-05, { 0, 0, 1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.015293799151e-05, 3.765370678435e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { 7.476145438243e-06, 3.999386144544e-05, { 0, 0, 2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -7.462930029183e-06, 3.996408100458e-05, { 0, 0, 2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.818281737862e-05, 1.916280713649e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -2.813661914278e-05, 1.917320467833e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 3.168982337794e-05, 1.533179624916e-05, { 0, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 3.645784271301e-05, 1.017737829504e-05, { 2, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.903152471434e-05, -1.710974094017e-05, { 2, 0, -1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 1.446625828252e-05, 3.142484265608e-05, { 2, 0, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.048984228216e-05, 3.489278478379e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { 1.531421263952e-05, -2.977936001395e-05, { 1, 1, -1, 0, 0, -12, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.270953370999e-05, -3.232508646921e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 1, 5, 0, 0, 0 } }, + { 2.130311676134e-05, -2.339955257991e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0 } }, + { -2.785378175519e-05, -1.684311966701e-05, { 0, 0, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -5.003583933505e-06, 3.968581796839e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.660977301354e-05, -8.064154416287e-06, { 2, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.400132163470e-05, 3.041518374486e-05, { 4, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.076503328692e-05, 2.350236470117e-05, { 1, -1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.394716031186e-05, 3.030353906040e-05, { 2, 0, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.338414680101e-05, 1.055752137454e-05, { 0, 0, 2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.610025083448e-05, -2.778632232104e-05, { 0, 0, 0, 0, 0, 0, 7, -12, 0, 0, 0, 0, 0 } }, + { -1.379705274029e-05, 2.997479768160e-05, { 4, 0, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.268348174418e-05, 1.077986607465e-05, { 2, 0, 0, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.593816902951e-05, -2.705877994102e-05, { 2, 0, -1, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -4.181074739661e-05, -9.250477343552e-07, { 2, 0, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -2.689577147592e-05, -1.577262836477e-05, { 2, 0, 0, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { 1.135376841495e-06, -4.139660864794e-05, { 2, 0, -1, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 4.004122001090e-05, -2.486275283423e-06, { 0, 1, 0, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 1.028251963403e-05, -3.222069052470e-05, { 0, 0, 1, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { -1.027564047192e-05, -3.219291846231e-05, { 0, 0, 1, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { -3.222505377642e-05, 1.023985114551e-05, { 2, 0, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.085195485771e-05, 2.156840231941e-05, { 2, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.035958227040e-05, 2.205405675640e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.151651859292e-05, 3.088873727989e-05, { 2, 0, 0, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 4.085510123184e-05, 1.541174350279e-06, { 2, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.219276291332e-05, -2.018616541776e-05, { 1, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.437857948112e-05, 7.927372351047e-06, { 2, 0, -1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.927766328523e-05, 2.298633720846e-05, { 2, 0, 2, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.910756322243e-05, -2.308702839994e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 5, -5, 0, 0, 0 } }, + { -3.492667053184e-05, -7.181795649159e-06, { 1, -1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.136887247249e-05, 2.064840832678e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 2.858225490747e-05, 1.335011716464e-05, { 2, 0, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 1.723029640455e-05, -2.455843817940e-05, { 2, 0, -1, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0 } }, + { 4.072384239563e-05, -1.024632371209e-06, { 2, 0, -1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -4.080854590958e-05, -7.885879430558e-07, { 2, 0, -1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { -1.636673839852e-05, -2.514219310630e-05, { 2, 0, 2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 9.597706212335e-06, -3.188651737975e-05, { 0, 2, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -9.597706212335e-06, -3.188651737975e-05, { 0, 2, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.475142052210e-05, -2.664676695083e-05, { 0, 0, 0, 0, 0, 0, 5, -10, 0, 0, 0, 0, 0 } }, + { -1.353957725903e-05, 2.773573770818e-05, { 0, 0, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.317065994409e-05, -1.807510127048e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -2.327472232920e-05, 1.792998926399e-05, { 2, 0, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -3.457684375721e-05, 6.608441426633e-06, { 1, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.134540955887e-05, 9.819053089179e-06, { 0, 0, 2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.523608404248e-05, 2.584302116724e-05, { 0, 0, 1, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.627150026051e-05, 1.476570253885e-05, { 2, -2, 0, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { -2.639167577992e-05, -1.426462230582e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.578950635074e-05, 1.470992910727e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -2.233076541622e-05, -1.814595140592e-05, { 0, 0, 1, 0, 0, -15, 11, 0, 0, 0, 0, 0, 0 } }, + { 3.284226604173e-05, 7.557047044780e-06, { 0, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.874381104956e-05, 1.518247071259e-06, { 1, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.298874035161e-05, 2.704242267398e-05, { 2, 0, -1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.000000000000e-05, 0.000000000000e+00, { 6, 0, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.000000000000e-05, 0.000000000000e+00, { 6, 0, -2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.000000000000e-05, 0.000000000000e+00, { 4, 2, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.000000000000e-05, 0.000000000000e+00, { 4, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.000000000000e-05, 0.000000000000e+00, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.000000000000e-05, 0.000000000000e+00, { 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.000000000000e-05, 0.000000000000e+00, { 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 4.000000000000e-05, 0.000000000000e+00, { 1, 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.000000000000e-05, 0.000000000000e+00, { 1, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.000000000000e-05, 0.000000000000e+00, { 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.000000000000e-05, 0.000000000000e+00, { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 4.000000000000e-05, 0.000000000000e+00, { 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.617354746163e-05, 1.361911849256e-05, { 2, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -2.965179941439e-05, -9.935599211301e-06, { 2, 0, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.441380337241e-05, -2.500540830689e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 2.977963762052e-05, -9.608860746521e-06, { 0, 0, 1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -3.919157384384e-05, -1.593933010939e-07, { 0, 0, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 2.195028101659e-05, -1.734741903742e-05, { 2, 0, 1, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { -2.195028101659e-05, -1.734741903742e-05, { 2, 0, -1, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { -2.782536115177e-05, 1.121379849888e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.528947277418e-05, 2.356435313066e-05, { 2, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 1.209545766364e-05, 2.656081298135e-05, { 3, 0, -3, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -2.635133018728e-05, -1.193373150356e-05, { 0, 0, 0, 0, 0, 0, 7, -13, -1, 0, 0, 0, 0 } }, + { -2.475635395788e-05, -1.340264616551e-05, { 2, 0, -1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 2.118839689491e-05, -1.675370163021e-05, { 2, 0, 0, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { 3.059980698153e-05, -7.327933920362e-06, { 0, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -6.386045744127e-06, -3.153358234506e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 2.838499341851e-05, 9.460242436203e-06, { 0, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 9.885101290626e-06, 2.788029802441e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 1.948115942561e-05, 1.824720119557e-05, { 1, 0, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -2.189599838327e-05, 1.583040768106e-05, { 2, 0, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -2.105828257213e-05, -1.665194029677e-05, { 2, 0, -2, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { -1.205311370688e-05, 2.549929192905e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 2, -6, 3, 0, 0 } }, + { 3.744030263490e-05, 3.320845118664e-08, { 2, 0, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 2.647228125685e-05, -1.098085728822e-05, { 1, 1, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.440022945081e-05, -2.288469722731e-05, { 0, 0, 0, 0, 0, 0, 10, -17, 0, 0, 0, 0, 0 } }, + { -2.787333663296e-05, -9.145888774224e-06, { 2, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.549794963870e-05, -1.311100427653e-06, { 2, 0, -1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -2.898092994641e-05, 7.752786559759e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.429761828377e-05, -1.224854169555e-05, { 0, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.099122110911e-05, 1.546839637666e-05, { 2, 0, -1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -2.194175435170e-05, -1.449523360955e-05, { 2, 0, 0, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { -7.599763449156e-06, 2.879640303906e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { 3.219406304675e-05, -4.125826823961e-06, { 2, 0, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 9.376922510945e-06, -2.688420728757e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -3.154791272118e-05, 4.540134092185e-06, { 2, 0, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.148561385048e-05, 2.458053166779e-05, { 4, 0, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.617136946371e-05, 9.872319607350e-06, { 2, 0, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.009870011774e-05, -2.593562430609e-05, { 1, 0, 1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -1.009870011774e-05, -2.593562430609e-05, { 1, 0, -1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 2.080307244733e-05, 1.515497729677e-05, { 2, 0, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 6.714936998456e-06, 2.923883754712e-05, { 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.329987661645e-05, -2.257319616840e-05, { 2, 0, 0, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 2.085390579427e-05, 1.499015034293e-05, { 0, 0, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.828366396181e-05, -7.516457585100e-06, { 2, 0, -1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.316436884756e-05, -1.230184811802e-05, { 2, 0, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.981963521790e-05, -1.562294169415e-05, { 2, 0, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -5.930374898097e-06, 2.945576787736e-05, { 1, 1, -1, 0, 0, -20, 12, 15, 0, 0, 0, 0, 0 } }, + { 1.374347442075e-05, 2.158880810233e-05, { 2, 0, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 2.100620397705e-05, -1.420093851333e-05, { 2, 0, -1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { -1.419966936567e-05, 2.072416541061e-05, { 2, 0, 0, 0, 0, -8, -12, 0, 0, 0, 0, 0, 0 } }, + { 5.337007947941e-06, -2.952145569181e-05, { 0, 0, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.612316166472e-05, -8.592863444961e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 } }, + { 2.261294445439e-05, 1.196710265157e-05, { 2, 0, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 1.921979766021e-06, -3.258124357811e-05, { 2, 0, -2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.888261990968e-06, -3.260311021258e-05, { 2, 0, -2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 1.463613398239e-05, -1.981397362958e-05, { 2, 0, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -2.838805694295e-05, -5.920891350439e-06, { 2, 0, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.091014194705e-05, 2.335084100637e-05, { 0, 0, 1, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.824277906300e-06, -2.531317863948e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -2.012006024791e-05, 1.393983330173e-05, { 2, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -1.430408178628e-05, -1.973270750624e-05, { 2, 0, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.008004059169e-05, -2.387744356398e-05, { 0, 0, 1, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { 2.055788529157e-05, -1.339188010352e-05, { 2, 0, 0, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { -1.974807680812e-05, 1.413573298098e-05, { 0, 0, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -1.096724051119e-05, 2.281894013591e-05, { 0, 0, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.065250556868e-05, 2.312720321658e-05, { 2, 0, -2, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.856595819185e-05, 1.511582569340e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { -1.712457069267e-05, 1.652915990952e-05, { 2, 0, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 1.058632013802e-05, 2.260550405046e-05, { 4, 0, -2, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.098686418792e-05, -1.210181060568e-05, { 0, 0, 1, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { 2.098686418792e-05, -1.210181060568e-05, { 0, 0, 1, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { 1.402710265920e-05, 1.894156203814e-05, { 0, 0, 2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -3.880648532312e-06, 2.899755290227e-05, { 0, 0, 1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.984695891942e-05, -3.026391128433e-06, { 2, 0, -3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.145124556403e-06, 3.066755241022e-05, { 2, 0, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.333575862847e-05, -9.335971215137e-06, { 0, 0, 1, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.389769309539e-05, 1.870985501252e-05, { 0, 0, 2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -8.968524699969e-06, 2.361865166425e-05, { 1, 0, 0, 0, 0, -23, 25, 0, 2, -5, 0, 0, 0 } }, + { -2.156481772809e-06, 3.041606501242e-05, { 2, 0, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.709013403490e-05, 5.404559768585e-06, { 1, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.432434657218e-06, 2.679873775110e-05, { 0, 0, 1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 2.548173251538e-05, 6.732223748984e-06, { 1, -1, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -2.466383832109e-06, -2.969568280336e-05, { 0, 0, 1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -1.011893543908e-05, -2.198382696028e-05, { 0, 2, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.688440312320e-05, -5.118815125865e-06, { 1, -1, -1, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -7.706572262555e-07, -3.107941813427e-05, { 2, 0, 0, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -1.746857383878e-05, -1.427098163697e-05, { 2, 0, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.097506377683e-05, 1.075363591608e-05, { 1, 0, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.609389009048e-05, -1.562040064319e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { -2.654313444970e-05, 5.022918676340e-06, { 1, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.671361966174e-05, -4.779542400608e-06, { 1, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.531526840528e-05, -1.592934705600e-05, { 2, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 8.001971988289e-06, 2.323424767552e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { -2.563429786960e-05, 5.346563077118e-06, { 2, 0, 2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.816774766411e-05, -1.263822665148e-05, { 2, 0, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { -7.862244327347e-07, -2.998969574940e-05, { 2, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.317942093757e-05, 7.564133754106e-06, { 2, 0, -1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 9.582996387588e-06, -2.081756930094e-05, { 0, 2, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.188359807693e-05, -1.850664516670e-05, { 0, 0, 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -6.460481147893e-06, -2.389553802943e-05, { 1, 0, 1, 0, 0, -41, 41, 0, 0, 0, 0, 0, 0 } }, + { 2.690654782620e-05, 3.287059517644e-06, { 0, 0, 3, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.689638303873e-05, 3.284796205850e-06, { 0, 0, 3, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.973279481598e-05, -1.041261904181e-05, { 0, 0, 0, 0, 0, 5, -2, -12, 3, 0, 0, 0, 0 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 6, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 6, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 4, 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 4, 0, -3, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 3, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 2, 2, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 2, 2, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 2, 0, 3, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 2, -2, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 1, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 0, 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 0, 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.918787974660e-05, 4.632817813118e-07, { 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 } }, + { 6.833460883418e-06, 2.270225497210e-05, { 2, 0, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -6.811657190249e-06, 2.262959232958e-05, { 2, 0, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 9.163335732735e-06, -2.019717905572e-05, { 2, 0, -1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 1.136932560113e-05, -1.796493583112e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.515673439534e-05, -1.417394929239e-05, { 2, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.704496198695e-05, 2.059846734052e-06, { 1, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.845762744494e-05, 1.061759331787e-05, { 2, 0, -1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { 2.699469576943e-05, 2.054288542787e-06, { 1, 0, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.036033770956e-05, 1.856363848683e-05, { 0, 0, 0, 0, 0, 1, -8, 12, 0, 0, 0, 0, 0 } }, + { -2.444427972222e-05, 4.418864965923e-06, { 1, -1, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.796561157435e-05, -1.082939150795e-05, { 2, 0, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { -1.602310241314e-05, -1.266925085527e-05, { 2, 0, -1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { 1.188864520767e-05, -1.679349009724e-05, { 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.779827756807e-05, -7.815748514819e-07, { 0, 0, 1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { 1.361649868625e-05, -1.464892363033e-05, { 2, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.763627208551e-05, -4.095468050776e-07, { 2, 0, -1, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.617456018412e-05, -1.176365601547e-05, { 2, -2, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.197539921278e-06, -2.169529204582e-05, { 2, 0, -1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -2.663878093053e-05, -1.183997434034e-06, { 2, 0, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 1.048012521651e-05, -1.729650116822e-05, { 2, 0, -1, 0, 0, -25, 35, -11, 0, 0, 0, 0, 0 } }, + { -1.600846037204e-05, 1.176160352157e-05, { 2, 0, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -2.669822594234e-05, -1.062956269423e-06, { 2, 0, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { 1.671734490989e-05, 1.097863284584e-05, { 2, 0, -2, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 6.309641997471e-06, -2.138411417115e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 1.092148361819e-05, -1.675473651173e-05, { 2, 0, 0, 0, 0, 0, 7, 0, 0, 0, 0, 0, 0 } }, + { 5.995168732809e-06, -2.166729704855e-05, { 1, 0, 0, 0, 0, -17, 15, 0, 3, 0, 0, 0, 0 } }, + { -1.741661618419e-05, -1.019842957952e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { 2.075648843630e-05, 6.810600250573e-06, { 0, 0, 0, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { -1.550953531412e-05, 1.204816458612e-05, { 2, 0, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 1.686077098180e-05, 1.066010726498e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -1.400796951210e-05, -1.343394892435e-05, { 2, 0, -1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.273989727324e-05, -4.681641149125e-06, { 1, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 8.289949341702e-06, -1.912768085646e-05, { 0, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -8.835508751718e-06, 1.857863607081e-05, { 0, 0, 0, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.050140247487e-05, 6.811661160797e-06, { 0, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -5.712864263940e-06, 2.158476911367e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { 4.648851283957e-06, 2.263548978897e-05, { 0, 0, 1, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 1.642229490796e-05, -1.080777948010e-05, { 0, 0, 1, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { -9.617822813089e-06, -1.753560618673e-05, { 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.655766054247e-05, -5.393590861229e-07, { 2, 0, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.336167271804e-05, -3.690107338188e-06, { 4, 0, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 9.866795881934e-06, -1.717586130888e-05, { 2, 0, 0, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -2.332216804388e-05, -3.689326626593e-06, { 4, 0, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.515150905252e-05, -1.177030889791e-05, { 2, 0, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.037780862476e-05, -1.648510011550e-05, { 2, 0, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 4.362522267665e-07, -2.640303548047e-05, { 2, 0, 0, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -2.642013276896e-05, 3.691262541576e-07, { 2, 0, -1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { 9.816575501133e-06, -1.696900963540e-05, { 0, 0, 2, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 1.613893929362e-05, -1.062552080433e-05, { 1, 0, 1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.611956599589e-05, -1.062147055564e-05, { 1, 0, -1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.463309862796e-05, -1.206650879650e-05, { 0, 0, 0, 0, 0, 12, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.051248879517e-05, 6.144947861974e-06, { 2, 0, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.440438943567e-05, 1.221441338734e-05, { 2, 0, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -9.747535406620e-06, -1.686359973968e-05, { 0, 0, 2, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -1.141063993272e-05, -1.518869054682e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { -8.414478393352e-06, -1.814377450719e-05, { 0, 0, 2, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 9.767687567251e-06, -1.677657587760e-05, { 2, 0, -1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.313076791445e-05, -1.335660902268e-05, { 0, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.002299654438e-05, 6.432194890357e-06, { 2, 0, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.830607352948e-05, 8.055288445081e-06, { 2, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.131870677579e-05, 1.501804956541e-05, { 2, 0, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.425258456747e-05, -1.207810579237e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 4.418780378031e-06, -2.187204716284e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 1.534335674993e-05, 1.093109553153e-05, { 0, 0, 0, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { -9.822306057980e-06, -1.625473755972e-05, { 2, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -2.466660291839e-05, -1.395324986860e-06, { 2, -2, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 2.466008816500e-05, -1.398978965973e-06, { 2, -2, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.134708683745e-05, -1.471166473193e-05, { 2, 0, -1, 0, 0, -20, 21, 0, 0, 1, 0, 0, 0 } }, + { 7.843041384484e-06, -1.820890691485e-05, { 2, 0, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 1.944156842288e-05, 6.609492213020e-06, { 2, 0, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.857540682327e-06, -2.015990036599e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { 2.175560682570e-05, 4.248687890003e-06, { 0, 0, 0, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 1.334830100761e-05, -1.260479026474e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 2.499797234569e-05, -8.057649002845e-07, { 2, 0, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -2.406807870025e-05, 1.721078518709e-06, { 2, 0, -1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.689958072959e-06, 2.206415319322e-05, { 0, 0, 0, 0, 0, 2, 1, -8, 0, 0, 0, 0, 0 } }, + { 1.874371783611e-05, 6.976606745433e-06, { 2, 0, 2, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 9.368689378367e-06, -1.630655442089e-05, { 2, 0, -1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -1.530963547251e-05, -1.032773195652e-05, { 0, 0, 1, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { -6.771211247637e-06, 1.881889205665e-05, { 0, 0, 3, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 6.771211247637e-06, 1.881889205665e-05, { 0, 0, 2, 0, 0, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.007909033717e-05, -5.307225743751e-06, { 2, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 6.392824801891e-06, 1.895077283523e-05, { 2, 0, -3, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.256546657871e-05, 1.270250515603e-05, { 2, 0, -1, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -6.185352591220e-06, 1.901950086943e-05, { 2, 0, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.664695820340e-06, -1.942251726967e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { -9.708802324641e-06, -1.537351568200e-05, { 2, 0, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 2.090359278213e-05, -4.057302815792e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -2.142042670684e-06, -2.273629086269e-05, { 1, -1, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -2.142042670684e-06, -2.273629086269e-05, { 1, -1, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 5.661259813142e-06, -1.919110058610e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { -1.835778258674e-05, 6.475143931260e-06, { 0, 0, 2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.267204699660e-05, 1.209828913771e-05, { 0, 0, 2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 2.420311754090e-05, -4.860328720488e-07, { 2, 0, -2, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 9.247619954727e-06, 1.543332580077e-05, { 2, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 6.349344699391e-06, 1.828591244726e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { -1.525278220947e-05, 9.226349435422e-06, { 0, 0, 1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -1.057064228833e-05, 1.376305727893e-05, { 2, 0, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -1.939548117273e-05, -4.880093244839e-06, { 4, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.378340446840e-05, 4.507279208111e-07, { 0, 0, 1, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0 } }, + { -1.396701948144e-05, 1.022537175215e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -4.684284987142e-06, 1.944370011493e-05, { 2, 0, 2, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.057270408809e-05, 1.349032729839e-05, { 2, 0, -1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { 5.437610304325e-06, -1.850509856527e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { 1.643386050114e-05, 7.495193737557e-06, { 2, 0, -1, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { -1.681989223001e-06, -2.220404544382e-05, { 2, 0, -1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.953214266997e-05, -4.300628177348e-06, { 1, -1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.959415014611e-05, -4.050246427108e-06, { 3, -1, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.793615695714e-05, 5.647029157254e-06, { 2, 0, -1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -1.043355376098e-05, 1.312220782687e-05, { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { -1.120129049060e-05, -1.234567829330e-05, { 4, -2, 0, 0, 0, -9, -8, 0, 0, 0, 0, 0, 0 } }, + { -8.644561414467e-06, 1.487605859894e-05, { 0, 0, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -9.433731781814e-06, -1.405989757129e-05, { 2, 0, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.154779488069e-05, 1.193595331226e-05, { 2, 0, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { 2.181850703110e-05, -1.644484483728e-06, { 2, 0, -1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { -1.466057589876e-05, -8.765323222590e-06, { 2, 0, -1, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { 8.630468951623e-06, -1.461053155734e-05, { 2, 0, -1, 0, 0, 0, 9, -14, 0, 0, 0, 0, 0 } }, + { -6.930274374379e-06, 1.630339259108e-05, { 3, 0, -3, 0, 0, 0, 3, 0, -2, -5, 0, 0, 0 } }, + { 1.963733167650e-05, -3.594305620116e-06, { 2, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.254798264101e-05, -5.482280515125e-07, { 0, 0, 1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 1.424947947954e-05, -8.821322702498e-06, { 0, 0, 1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 8.234054093247e-06, 1.472806833833e-05, { 4, 0, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.291050162203e-05, 1.003119971606e-05, { 0, 0, 1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -1.780299657797e-05, 5.067670356085e-06, { 3, -2, 0, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.149990191052e-05, 1.103550061271e-05, { 0, 0, 0, 0, 1, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { -7.102035907374e-06, -1.542800825830e-05, { 2, 2, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 5.609723424355e-06, 1.688030904769e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { -1.263079405555e-05, 9.824612942321e-06, { 1, 1, -1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.504319609657e-05, 7.352010631607e-06, { 0, 0, 2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 6.378355164708e-06, -1.597959895000e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { 1.710440130111e-05, -5.227703311762e-06, { 0, 0, 0, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { -7.110523587970e-06, 1.502789877766e-05, { 0, 0, 0, 0, 0, 6, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.453526090236e-05, -7.538423677104e-06, { 2, 0, -1, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { 6.953083105913e-06, -1.510428596672e-05, { 2, 2, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 8.471135098050e-06, -1.354622181026e-05, { 1, 0, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -1.988769724774e-05, 2.116482502197e-06, { 1, 1, -3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.647199487557e-05, 5.492773543617e-06, { 2, 0, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 7.923790245107e-06, 1.399562929642e-05, { 4, 0, -3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.471456309335e-05, 7.111893488511e-06, { 0, 0, 2, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -1.794727545280e-05, 3.791556703165e-06, { 0, 1, 0, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.590514092439e-05, 5.788112664884e-06, { 2, 0, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.041885854177e-05, -1.214587519599e-06, { 0, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -8.066837624806e-06, 1.345276187721e-05, { 2, 0, -1, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0 } }, + { -1.403323985774e-05, -7.343490124800e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 2, -6, 0, 0, 0 } }, + { -4.463405161993e-06, 1.690772313863e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -1.982798885533e-05, 1.483248680186e-06, { 2, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -6.142309482360e-06, 1.512767410525e-05, { 2, 0, 1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 8.308268985522e-07, -2.040803408154e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -4, 10, 0, 0, 0 } }, + { -8.107299575403e-07, -2.041171319372e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0 } }, + { -7.053125560717e-06, 1.396435854950e-05, { 2, 0, 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 6.375964992971e-06, 1.453012958366e-05, { 1, 1, -1, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { -8.064939582672e-06, -1.277855841094e-05, { 1, 1, 0, 0, 0, -38, 36, 0, 0, 0, 0, 0, 0 } }, + { -1.998325377805e-05, -8.182716188366e-07, { 2, 0, -1, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.741933260331e-05, 3.328301617019e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { -5.969574423241e-07, 2.012518812513e-05, { 1, -1, -1, 0, 0, 29, -33, 0, 2, 0, 0, 0, 0 } }, + { -6.458752289320e-07, -2.004776140513e-05, { 0, 0, 1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.059557866844e-05, 1.008004082054e-05, { 0, 0, 2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 7.250815138098e-06, -1.339350775785e-05, { 2, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.301441941371e-05, 7.628890389581e-06, { 2, 0, 0, 0, 0, -38, 37, 0, 0, 0, 0, 0, 0 } }, + { 7.047731702611e-06, 1.353795311616e-05, { 2, 0, 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 1.131995049388e-05, -9.164633392002e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -1, -4, 0, 0, 0 } }, + { 1.661341774675e-05, -3.805105787646e-06, { 2, 0, -1, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { -1.169596186885e-05, 8.721441914422e-06, { 0, 0, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.085507533882e-05, 9.539643027803e-06, { 0, 0, 1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 1.535881994487e-05, 4.991877362356e-06, { 2, 0, -1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.869590104938e-05, -1.652591407642e-06, { 2, 0, 0, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { -1.035306539346e-05, 9.972300727511e-06, { 2, 0, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 1.438383751880e-05, -5.864415276543e-06, { 0, 0, 1, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { -4.269622456150e-06, 1.597162367059e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { 1.513718239378e-05, 5.060450432998e-06, { 0, 0, 2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 9.038614150129e-06, 1.115334010316e-05, { 2, 0, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { -1.137271412866e-05, -8.789877161573e-06, { 0, 0, 1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 7.007480391543e-06, -1.314742982302e-05, { 2, 0, 1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 1.397500564038e-05, 6.158917706752e-06, { 2, 0, 0, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { -8.973129923512e-06, 1.110607914419e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -4, 0, 0, 0 } }, + { 1.504093838117e-05, 4.981785072916e-06, { 0, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 6, 0, -3, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 5, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 4, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 4, 0, -3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 4, -2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 4, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 3, 0, -2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 3, 0, -3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 3, -2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 2, 2, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 2, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 2, 0, 4, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 2, 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 2, -2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 2, -2, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 1, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 1, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 1, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 1, 0, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 1, 0, -2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 1, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 0, 2, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 0, 2, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 0, 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 0, 0, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.067817037854e-05, -9.300465716223e-06, { 0, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -1.656301638257e-05, -3.410005184219e-06, { 1, -1, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.649354228223e-05, -3.439689842654e-06, { 2, 0, -2, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.510885190581e-06, 1.733201700480e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 6.910970747459e-07, -1.912932436731e-05, { 0, 0, 1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.410722802665e-05, -5.686991491146e-06, { 3, -1, -2, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -3.267789338981e-06, 1.650745651564e-05, { 1, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -6.057916549266e-06, -1.362170969623e-05, { 3, 1, -2, 0, 0, -32, 28, 0, 0, 0, 0, 0, 0 } }, + { -1.692649804849e-05, 2.717162249595e-06, { 2, 0, -1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 8.893375052939e-06, -1.072678013712e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 1.072762250541e-05, -8.857493558666e-06, { 0, 0, 1, 0, 0, 12, -8, 0, 0, 0, 0, 0, 0 } }, + { 6.747978501764e-06, -1.282828306846e-05, { 0, 0, 1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 1.953610268415e-06, -1.758964180102e-05, { 2, 0, -1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.780702037662e-06, -1.263790771615e-05, { 2, 0, 1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 1.665847133267e-05, -2.622639669390e-06, { 1, -1, 1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 1.665847133267e-05, -2.622639669390e-06, { 1, -1, -1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -1.644452476701e-05, -2.801392244886e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 7.744346285764e-06, 1.149126265936e-05, { 0, 0, 1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.277750611566e-05, 6.404574500148e-06, { 0, 0, 1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 9.810452546683e-06, 9.316464168462e-06, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -9.798105269898e-06, -9.276314661910e-06, { 2, 0, -2, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.525152792383e-05, 3.811088966391e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.147973168763e-05, 7.503423789435e-06, { 1, -1, 1, 0, 0, 0, -34, 41, 0, 0, 0, 0, 0 } }, + { 5.973228776328e-06, 1.298878859407e-05, { 2, 0, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.528006313890e-05, -3.659062647457e-06, { 2, 0, 0, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { -6.025350601076e-06, 1.285729107383e-05, { 0, 0, 0, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -7.310956572402e-06, -1.149564819178e-05, { 0, 0, 0, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -1.782754085310e-05, 9.325351028862e-07, { 0, 0, 1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.172277694087e-05, -7.027710434100e-06, { 0, 0, 1, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { 1.683079006941e-05, 1.867289750631e-06, { 1, -3, 1, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { -1.017726374443e-05, -8.402978625111e-06, { 4, 0, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -8.233970663017e-06, 1.031576054331e-05, { 0, 0, 1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.723341733728e-05, -1.289394061714e-06, { 2, 0, -3, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 1.393021602310e-05, 4.582364357882e-06, { 0, 0, 1, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { 3.490259539950e-06, -1.496347441421e-05, { 0, 0, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.986248722255e-06, 8.464991453706e-06, { 2, 0, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.171693279823e-05, -6.680215686740e-06, { 2, 0, 1, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.736465363311e-06, -1.246136606564e-05, { 2, 2, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.126742851398e-05, -6.897533009365e-06, { 0, 0, 1, 0, 0, 0, -11, 21, -2, 0, 0, 0, 0 } }, + { -1.126143758716e-05, -6.892724495085e-06, { 0, 0, 1, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { -1.502106080965e-05, 3.055070280571e-06, { 1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.902717215468e-06, -8.167389684511e-06, { 4, 0, -2, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 5.685210850109e-06, -1.234997354193e-05, { 2, 2, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -7.026770302861e-07, 1.721362833020e-05, { 2, 0, -2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -8.835549130042e-06, -9.001751813332e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0 } }, + { -5.710680145114e-06, 1.212260170417e-05, { 0, 0, 0, 0, 0, 7, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.158393642233e-05, 6.205888079231e-06, { 2, 0, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 1.074931588228e-05, 7.026819349181e-06, { 2, 0, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -9.444212119454e-06, 8.331747826581e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { -1.109384846640e-05, -6.645213073655e-06, { 0, 0, 2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 7.325746265513e-07, 1.700529031350e-05, { 2, 0, -2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.260845597956e-05, 5.127976523209e-06, { 0, 2, -1, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.722713746630e-05, -4.801196954752e-07, { 2, 0, -1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { -6.677861428241e-06, 1.089097227533e-05, { 0, 0, 1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 6.676838829719e-06, 1.089153757748e-05, { 0, 0, 1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -7.755413589322e-06, 9.804055056452e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { 9.042240877496e-06, -8.511515222444e-06, { 0, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.960072468104e-06, 7.581113062782e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 1.055113496088e-05, -6.836167724413e-06, { 0, 0, 2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 6.917435390012e-06, -1.044002925019e-05, { 0, 0, 0, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { -1.083985336636e-05, -6.494604130001e-06, { 2, 0, 0, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { -1.393630555534e-05, -3.339372009880e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.297488841921e-05, 4.270166089587e-06, { 4, 0, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -8.817279357909e-06, -8.422148838249e-06, { 2, 0, 0, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { -4.243307768285e-06, 1.297957538404e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { -1.286140396474e-05, -4.328194966006e-06, { 0, 0, 0, 0, 0, 0, 6, -11, -3, 3, 0, 0, 0 } }, + { 1.416366469885e-05, 2.900162613936e-06, { 1, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.231542937188e-05, -4.706791089473e-06, { 2, 0, -1, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { 1.453865801673e-05, -2.472160276201e-06, { 1, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.061650397386e-06, -1.383310291986e-05, { 2, 0, -1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.271044286176e-05, 4.179286349178e-06, { 4, 0, -2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 3.275879982154e-06, -1.359486544069e-05, { 0, 1, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -1.730096463114e-06, 1.502513458087e-05, { 1, -1, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { 1.976929984229e-06, -1.473481790078e-05, { 1, 1, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.315229434870e-06, 1.138744143190e-05, { 2, 0, 1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.388540270472e-05, -2.799761793755e-06, { 1, 1, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.386311132349e-05, -2.741184075059e-06, { 1, 1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.063673704932e-05, 5.863368286911e-06, { 2, 0, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 8.877069498548e-06, -7.601136235985e-06, { 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.490100403586e-06, 1.494756036256e-05, { 0, 0, 1, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { -1.160179718279e-05, 4.810786182981e-06, { 1, 1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.585883554758e-05, -4.031880682834e-07, { 2, 0, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.348004461605e-05, -2.765179155211e-06, { 1, 1, -1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 6.299445599626e-07, 1.558954303222e-05, { 2, 0, -1, 0, 0, -23, 26, 0, -1, 0, 0, 0, 0 } }, + { -1.075709074913e-05, -5.422239505935e-06, { 2, 0, -1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { -9.259819993800e-06, 6.911503524974e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { 1.072723463194e-05, 5.433083611726e-06, { 0, 0, 1, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { 2.789820109329e-07, -1.579087770819e-05, { 0, 0, 0, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0 } }, + { 1.215963464531e-05, -3.878049950794e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 5.048520586580e-06, 1.092505754531e-05, { 2, 0, -1, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { 9.969056291530e-06, 5.969717093660e-06, { 2, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.019998564249e-06, 1.089651217254e-05, { 0, 0, 1, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { -5.816956792368e-06, -1.008857829148e-05, { 2, 0, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -7.573082660707e-06, 8.329186205027e-06, { 0, 0, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -1.512134365660e-05, -7.738369927488e-07, { 0, 0, 0, 0, 0, 0, 10, -19, 0, 0, 0, 0, 0 } }, + { -7.362958898182e-06, 8.512520437340e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { -1.268145537474e-05, -3.158085614682e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { -3.965263665805e-06, -1.185373194835e-05, { 0, 0, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 6.474869045700e-06, 9.295647663587e-06, { 0, 0, 1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { 9.217079462633e-06, -6.515730550746e-06, { 2, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 9.343900726922e-06, -6.372042975087e-06, { 2, 0, -1, 0, 0, 0, -11, 21, -2, 0, 0, 0, 0 } }, + { -8.928142927487e-06, -6.779125470352e-06, { 0, 0, 1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 3.324273002642e-06, 1.237591857602e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { 3.998353921854e-06, -1.166232680022e-05, { 1, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -9.303762258499e-06, -6.341092028926e-06, { 2, 0, -1, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { -1.560751856555e-05, 3.180585263481e-08, { 2, -2, 0, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { -1.178066763213e-05, -3.843992279009e-06, { 2, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 9.814974750147e-06, -5.795642372409e-06, { 3, -2, 0, 0, 0, 0, -31, 39, 0, 0, 0, 0, 0 } }, + { -5.224438055633e-06, 1.033311226163e-05, { 2, 0, -1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.743118026986e-06, -5.807179885113e-06, { 0, 0, 1, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 1.547812422333e-06, -1.398002431290e-05, { 0, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.630510639628e-06, -8.896778841120e-06, { 2, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -1.045137539796e-05, 4.957296432018e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -7.052324243933e-06, 8.337240139454e-06, { 0, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.143262714909e-06, -1.323814437836e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { -1.009764995309e-06, -1.420902534354e-05, { 2, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -9.787523955818e-06, 5.388510455766e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { -1.027662975776e-05, 4.859011913765e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0 } }, + { 9.928867217638e-06, -5.188810353664e-06, { 2, 0, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { 6.547281854232e-06, 8.561541397020e-06, { 2, 0, -2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.451699325156e-05, -5.597862951986e-07, { 0, 0, 1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 8.884349427659e-06, -6.160273548970e-06, { 2, 0, -1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.114031652249e-05, -3.888937666879e-06, { 4, 0, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.158722159339e-05, -3.433257922519e-06, { 2, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.434020789132e-05, 6.631362525749e-07, { 2, 0, -3, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.109086242797e-05, -3.892790263764e-06, { 4, 0, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.239318658657e-05, 2.513717846722e-06, { 1, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.119466805886e-05, 3.698086352072e-06, { 0, 0, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.329131884880e-05, -1.591213681629e-06, { 0, 0, 1, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { 2.158476175427e-08, -1.483655886757e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -1.229400251861e-05, -2.529629156531e-06, { 1, -1, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -9.376307085004e-06, -5.429405190596e-06, { 2, 0, -1, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { -8.562214486159e-06, -6.240419961724e-06, { 0, 0, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.313973436331e-05, -1.572706757396e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { 4.620187509180e-06, 1.005727615413e-05, { 2, 0, -1, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { -9.305832446040e-06, -5.361510154959e-06, { 0, 0, 1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -9.729509863587e-06, 4.926867902874e-06, { 2, 0, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -1.075684677323e-05, -3.863814002055e-06, { 0, 0, 1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 1.096365064111e-05, 3.651782040043e-06, { 0, 0, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.323443187079e-06, 8.269434948564e-06, { 1, -1, 0, 0, 0, 0, 1, 0, -1, 4, 0, 0, 0 } }, + { 6.497775058739e-06, 8.078776435412e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -1, -5, 0, 0, 0 } }, + { 1.069042646446e-05, -3.845547144586e-06, { 0, 0, 1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -6.704122086327e-06, 7.826782399513e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -6, 8, 0, 0, 0 } }, + { -4.610490640393e-06, 9.851508761911e-06, { 1, -1, 0, 0, 0, 0, 1, 0, 2, -3, 0, 0, 0 } }, + { -8.226577986012e-06, 6.182358212847e-06, { 2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.596897868279e-06, 9.792667916457e-06, { 0, 0, 0, 0, 0, 8, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.345759323135e-05, 8.972069098185e-07, { 2, 0, -1, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { -7.244411635955e-06, 7.101827527838e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { -1.078521003105e-05, -3.508929095129e-06, { 2, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -6.585316238643e-06, 7.700569023219e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { -9.001791995321e-06, -5.269391211796e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { 3.597835921134e-06, -1.065742417000e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 2, -6, 0, 0, 0 } }, + { 1.003724381315e-05, -4.160731747665e-06, { 1, -1, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 2.311439255801e-06, 1.183252252387e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { -1.564282755587e-06, -1.256044664163e-05, { 2, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 7.531973900694e-06, -6.577945664055e-06, { 1, 1, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.072926405493e-05, -3.307896479608e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 4.465314723360e-06, -9.560546128280e-06, { 1, -2, 0, 0, 0, 20, -18, 0, 0, 0, 0, 0, 0 } }, + { -2.639814406000e-07, -1.369510091539e-05, { 0, 0, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.052100807274e-05, 3.406430179430e-06, { 2, 0, -1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.022657741624e-05, -3.667061837513e-06, { 0, 0, 0, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -8.404459420598e-06, 5.418953944030e-06, { 2, 0, 1, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.577954731419e-06, -9.244618017187e-06, { 2, 0, 0, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -1.142524330784e-05, 2.383021921537e-06, { 0, 0, 3, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.332944136420e-05, 4.037854145299e-07, { 2, 0, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -8.565781341282e-06, 5.160173447990e-06, { 2, 0, -2, 0, 0, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.330401844231e-05, 4.004674700090e-07, { 2, 0, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 4.896628359344e-06, -8.767295880208e-06, { 0, 0, 2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -1.006675348384e-05, -3.464555798582e-06, { 2, 0, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.284464617370e-05, 6.741558349113e-07, { 0, 0, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.426997228493e-06, -1.005410580649e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -4.247234425913e-06, -9.226200690837e-06, { 1, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.130120914250e-05, -2.147328066296e-06, { 1, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 9.468293637334e-06, -3.924744129510e-06, { 1, -1, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -3.154935940759e-06, -1.015618059634e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -2, 4, 0, 0, 0 } }, + { -1.161038495620e-05, 1.673995652708e-06, { 0, 0, 1, 0, 0, 0, 4, -8, 5, -5, 0, 0, 0 } }, + { 1.160525897020e-05, 1.674441237411e-06, { 0, 0, 1, 0, 0, 0, -4, 8, -5, 5, 0, 0, 0 } }, + { 4.087965763211e-06, -9.126255306467e-06, { 2, 0, -2, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.011747362556e-05, -3.029745497314e-06, { 1, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -9.945244403727e-06, 3.168507675789e-06, { 4, 0, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.013553903414e-05, 2.977549897479e-06, { 0, 0, 1, 0, 0, -20, 19, 0, 3, 0, 0, 0, 0 } }, + { 2.781638883611e-06, -1.032497086837e-05, { 2, 0, 0, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { -3.804530752362e-06, -9.248002257479e-06, { 0, 0, 2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.082010946884e-05, -2.223390184840e-06, { 1, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.887331881579e-06, 3.141795391318e-06, { 3, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.593533768645e-06, 9.332015594372e-06, { 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.593533768645e-06, -9.332015594372e-06, { 1, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.403050282759e-06, -9.490473712679e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { 1.227147770450e-05, 5.944760749381e-07, { 4, 0, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.191045062547e-05, -9.193471528700e-07, { 4, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -3.416092723592e-06, 9.398420638800e-06, { 2, 0, -3, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.188274294511e-05, -9.145817681111e-07, { 4, 0, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 3.385605623819e-06, -9.409446028325e-06, { 4, 0, -1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.385605623819e-06, 9.409446028325e-06, { 2, 0, 3, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 9.457419485882e-06, 3.249187078035e-06, { 0, 0, 1, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0 } }, + { -9.458875956054e-06, 3.244944629418e-06, { 2, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -9.458875956054e-06, 3.244944629418e-06, { 2, -2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.049084441636e-05, 2.188068006815e-06, { 1, 0, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -3.201345154206e-06, -9.473720979828e-06, { 0, 0, 2, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 9.938127387708e-06, 2.735314664597e-06, { 2, 0, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -9.485279216763e-06, -3.166935139856e-06, { 4, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.092674635846e-06, 9.509750974489e-06, { 2, -2, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.588397280333e-06, -1.089501454355e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 1.048444046053e-05, -1.880502171912e-06, { 2, 0, -1, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { 1.087780572908e-05, -1.399720792988e-06, { 0, 0, 0, 0, 0, 0, 1, 0, 4, -10, 0, 0, 0 } }, + { 1.036483621358e-05, -1.911206082864e-06, { 1, -1, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -9.667649140712e-06, -2.556669726830e-06, { 3, 1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.003209256170e-05, 2.047884752150e-06, { 1, -1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.027296576063e-05, -1.791738096890e-06, { 1, -1, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 1.047359115180e-05, 1.507687737448e-06, { 0, 2, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.041453161441e-05, 1.498543762148e-06, { 0, 2, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -9.991654655052e-06, -1.816485247590e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { -9.809870761638e-06, -1.940730697432e-06, { 2, 0, -3, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 9.864493529258e-06, -1.743958450518e-06, { 1, -1, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.436629536627e-07, 1.124732310690e-05, { 2, 0, -1, 0, 0, 0, 11, -17, 0, 0, 0, 0, 0 } }, + { 9.864752632105e-07, -1.054077422746e-05, { 2, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.040765968804e-05, -1.024804607678e-06, { 0, 2, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.040699374589e-05, -1.024671382462e-06, { 0, 2, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 9.891711313476e-06, -1.467667295695e-06, { 2, 0, -3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.936653342300e-07, -1.104585831185e-05, { 0, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.106078884769e-05, 2.576655496112e-07, { 2, 0, -1, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { -9.992585429831e-06, -7.337382090487e-07, { 0, 0, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 1.058410954268e-05, -6.383095153003e-08, { 2, 0, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 9.991626889023e-06, 4.091358094183e-07, { 2, 0, -3, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.991626889023e-06, 4.091358094183e-07, { 0, 0, 2, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 6, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 6, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 6, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 6, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 6, 0, -3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 5, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 4, 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 4, 0, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 4, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 2, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 2, 0, 1, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 2, 0, -1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 2, -2, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 1, 0, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 0, 2, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 0, 2, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 0, 0, 1, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.732031912100e-06, 1.438529146850e-06, { 0, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.182831527790e-06, -5.260501813920e-06, { 2, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.152242623410e-06, -1.676651644953e-06, { 1, -1, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 4.263931723950e-06, -7.997513366130e-07, { 1, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.138297099200e-06, 1.240016367047e-06, { 0, 0, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.136751472930e-06, 2.672167251110e-07, { 1, 1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 6.345144752200e-07, -1.610755632400e-07, { 1, -1, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.546616319400e-07, 4.136764233280e-07, { 2, 0, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.143949790900e-07, -1.021700431200e-07, { 1, -1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } } +} }; + +constexpr array g_PERT_S1_3 +{ { + { 4.870000000000e-03, 0.000000000000e+00, { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.089962898161e-03, -9.113098687827e-04, { 0, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.500000000000e-03, 0.000000000000e+00, { 2, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.200000000000e-03, 0.000000000000e+00, { 2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.080000000000e-03, 0.000000000000e+00, { 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.000000000000e-04, 0.000000000000e+00, { 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.428031142083e-04, 7.569379221078e-05, { 0, 0, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.100000000000e-04, 0.000000000000e+00, { 2, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.800000000000e-04, 0.000000000000e+00, { 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.156307458855e-04, -5.043063409084e-05, { 0, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.084775528560e-04, -4.730961545363e-05, { 0, 0, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.300000000000e-04, 0.000000000000e+00, { 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.200000000000e-04, 0.000000000000e+00, { 2, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.100000000000e-04, 0.000000000000e+00, { 2, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.100000000000e-04, 0.000000000000e+00, { 2, 0, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.100000000000e-04, 0.000000000000e+00, { 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.908847172995e-05, -2.168359142010e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 2.613668288081e-05, 6.485092371070e-05, { 0, 0, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.612480750583e-05, 6.483663110662e-05, { 0, 0, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -3.130804630903e-05, -4.365084981981e-05, { 0, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -7.000000000000e-05, 0.000000000000e+00, { 0, 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.000000000000e-05, 0.000000000000e+00, { 2, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.000000000000e-05, 0.000000000000e+00, { 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.632910495323e-05, -2.293093229169e-05, { 0, 0, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 2.248961081863e-05, 3.399492054428e-05, { 0, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.579400813894e-05, 2.495535549946e-05, { 1, 0, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 4.000000000000e-05, 0.000000000000e+00, { 2, 0, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.000000000000e-05, 0.000000000000e+00, { 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.449808981145e-05, -1.067994015286e-05, { 2, 0, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.411409444794e-05, -1.051476435344e-05, { 2, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.391294811854e-05, -1.042686928656e-05, { 2, 0, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.303742227503e-05, -1.004306011073e-05, { 2, 0, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 4, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.286392499431e-05, 1.539001587257e-05, { 2, 0, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.781919307049e-05, 4.582184747008e-06, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.780781785864e-05, 4.583925501711e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.083362405184e-05, 1.141450067767e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -3.241072540073e-06, 1.751276411818e-05, { 2, 0, -1, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { 2.611839117673e-07, -2.041736682717e-05, { 2, 0, -2, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 4, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 2, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 2, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 2, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.805211767037e-06, 1.376875108087e-05, { 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.352108999104e-05, 4.218591546774e-06, { 0, 0, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.342030147320e-05, 4.185488347045e-06, { 0, 0, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -8.647315435292e-06, 6.916659391974e-06, { 0, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -4.889513611636e-06, 1.063524754961e-05, { 0, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -6.890294347919e-06, 7.264601874810e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -5.706574770333e-06, -8.362533423621e-06, { 2, 0, -1, 0, 0, 0, -37, 48, 0, 0, 0, 0, 0 } }, + { -3.940808542452e-06, -9.995307676326e-06, { 0, 0, 1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 1.171688302396e-05, 7.776326613395e-07, { 2, 0, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.158639753707e-05, 8.069215205410e-07, { 0, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.189836902931e-06, 6.340883723699e-06, { 0, 0, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 5.184802775791e-06, 6.331302617167e-06, { 0, 0, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 3.990263628796e-06, -7.357323706587e-06, { 0, 0, 0, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 7.855376073974e-06, -3.426005692496e-06, { 0, 0, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -6.667900623785e-06, -4.340231054853e-06, { 0, 0, 1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 6.621653201572e-06, -4.313187334024e-06, { 0, 0, 1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -7.369299459445e-06, -3.213929482996e-06, { 0, 0, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 4, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 2, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 2, -2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.119869609233e-06, 6.023577591865e-07, { 2, 0, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.589145189935e-06, 5.901941717440e-06, { 2, 0, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 3.580645198985e-06, 5.848631398111e-06, { 2, 0, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -6.391404841570e-06, 2.813642472523e-06, { 1, 1, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -5.726625260936e-06, -3.403063495304e-06, { 2, 0, -1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -2.711899815517e-06, 6.119872350464e-06, { 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.503902914743e-06, -3.284302564117e-06, { 2, 0, -1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -3.735873355985e-06, 4.792689478066e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 2.846328717197e-06, 5.213436863488e-06, { 2, 0, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -9.083432135967e-07, -6.620460317556e-06, { 0, 0, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 5.096394325944e-06, 2.176640416293e-06, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 6.859716674964e-06, -3.567491708975e-07, { 0, 0, 0, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 5.496082723930e-06, -1.526844892723e-06, { 2, 0, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -4.775374799739e-06, 2.183321798173e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -5.436316285158e-06, -1.476470429502e-06, { 2, 0, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.766471192514e-06, -3.932876526645e-06, { 2, 0, -1, 0, 0, -20, 29, -15, 0, 0, 0, 0, 0 } }, + { -1.959971155379e-06, 4.536041268597e-06, { 1, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.775575826916e-06, 4.402981583188e-06, { 0, 0, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.775289138209e-06, 4.402351596658e-06, { 0, 0, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.398503573139e-06, 3.721234243931e-06, { 2, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.041772214989e-07, 6.008896457697e-06, { 2, 0, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -7.205900630964e-08, 6.018130791445e-06, { 2, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 2.393533563259e-06, 3.680203033127e-06, { 2, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 4.005602658891e-06, 1.989275356683e-06, { 0, 0, 0, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -4.122264255312e-06, 1.797483622644e-06, { 0, 2, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 4.122264255312e-06, 1.797483622644e-06, { 0, 2, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.684354752434e-06, -2.224347264489e-06, { 2, 0, 0, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 3.514381690662e-06, -2.137616370318e-06, { 2, 0, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 4.643691117684e-06, 9.785346064878e-07, { 2, 0, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -4.569766556498e-06, 9.684271761535e-07, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 2.214479915350e-06, 3.273594635852e-06, { 0, 0, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 3.703478047393e-06, -1.682204986207e-06, { 2, 0, -1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.123209059993e-06, 2.991008382810e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.692353171043e-06, 3.349466192820e-06, { 2, 0, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -2.308319886331e-06, -2.417024970589e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 3.887559306977e-07, 4.085188952410e-06, { 0, 0, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 2.931917285651e-06, -1.278530499307e-06, { 2, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.854012142162e-06, -1.245036588474e-06, { 2, 0, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.325280457793e-06, 2.759538292806e-06, { 0, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 5.948634964143e-08, -4.020960706582e-06, { 2, 0, -1, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { -1.229166580267e-06, 2.850407638391e-06, { 1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.687947763187e-06, 3.149107370796e-07, { 0, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.836036765358e-07, 3.685450091041e-06, { 0, 0, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -2.767035479017e-06, -1.189093757012e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { 2.789725072132e-06, 8.696958876485e-07, { 2, 0, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.789725072132e-06, 8.696958876485e-07, { 2, 0, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.684618909803e-06, -8.900730071068e-07, { 0, 0, 1, 0, 0, 0, -34, 39, 0, 0, 0, 0, 0 } }, + { -2.680135073237e-06, 8.351840977079e-07, { 2, 0, -2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.118652074544e-06, -1.391250328986e-06, { 1, 1, -2, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { 2.659713442913e-06, 8.284767730842e-07, { 2, 0, 0, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.119207716004e-06, 2.352214696531e-06, { 2, 0, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.224960169758e-06, -2.236757053615e-06, { 0, 0, 0, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { 1.079651490803e-06, 2.235194466862e-06, { 0, 0, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.263966920765e-06, 3.674355839157e-09, { 2, 0, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 9.043799413135e-07, 2.187711166867e-06, { 1, 0, 0, 0, 0, 0, -23, 20, 0, 0, 0, 0, 0 } }, + { -9.922778793270e-07, 2.069035562510e-06, { 0, 0, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.021542275541e-06, 2.026667037727e-06, { 2, 0, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -9.838431910945e-07, 1.987316843188e-06, { 2, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 7.832332939097e-07, -2.170541875998e-06, { 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.579658510893e-07, 2.537039975516e-06, { 2, 0, -2, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { 1.443274166298e-06, 1.397796228987e-06, { 1, 0, 1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.443274166298e-06, 1.397796228987e-06, { 1, 0, -1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.387691167557e-06, -1.374609681887e-06, { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.375971974449e-06, -1.351809974701e-06, { 2, 0, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.409307926232e-06, -2.951088036494e-07, { 0, 0, 0, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { 1.372986680590e-06, -1.325198653430e-06, { 1, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 1.346319033208e-06, -1.339212245436e-06, { 2, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -2.579912735250e-06, -9.054732442050e-08, { 0, 0, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.343205112232e-06, -1.321405302229e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -5.291180053773e-07, 2.123510459721e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 7.068054649753e-07, 1.933981273550e-06, { 2, 0, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.523729698902e-06, 1.099967279189e-07, { 2, 0, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -8.514756220977e-07, 1.774401651717e-06, { 0, 0, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 2.476639124192e-06, -6.717159159350e-08, { 0, 0, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.080916530881e-06, -1.459502232884e-06, { 2, 0, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -8.080008224968e-07, 1.719792424360e-06, { 0, 0, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 2.774133113868e-07, -2.203894687222e-06, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -5.703584723430e-08, -2.389166654198e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 7.786657302091e-07, 1.665491632015e-06, { 0, 0, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 2.224875947169e-06, -1.417615063565e-07, { 0, 0, 1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 7.495388632150e-07, 1.570504714346e-06, { 2, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.014011461222e-06, 1.279782912535e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 1.123149421199e-06, -1.147898629147e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.533149820636e-06, -7.368187967096e-07, { 0, 0, 0, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { 9.130604627450e-07, 1.304077589455e-06, { 0, 0, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { -6.794032560801e-07, 1.532176009138e-06, { 2, 0, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.474008925749e-07, -1.433370363400e-06, { 0, 0, 1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { -1.309795768346e-06, 8.606120129406e-07, { 0, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -1.114241403584e-06, -1.054043476135e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -7.213068564016e-07, 1.443384481055e-06, { 2, 0, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -1.272368736562e-06, 8.912456530377e-07, { 0, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -2.153423875530e-06, 5.875817221955e-09, { 2, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -7.384531276142e-07, -1.419721086223e-06, { 0, 0, 1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { 3.366000255781e-07, 1.794816649740e-06, { 2, 0, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.467888788261e-06, -6.184423143506e-07, { 0, 0, 0, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { 5.449426095814e-07, 1.523589294650e-06, { 2, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.111426472032e-06, 8.964941267701e-07, { 0, 0, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.398811136777e-06, -5.870611444263e-07, { 0, 0, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 1.097534650993e-06, 8.849228287666e-07, { 0, 0, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -1.045085357691e-06, 9.342462626457e-07, { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 6.357786547949e-07, -1.313117202510e-06, { 2, 0, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.301836019311e-06, -6.371715132408e-07, { 0, 0, 0, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0 } }, + { -1.249075144513e-06, -6.562338299750e-07, { 2, 0, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.351084342372e-06, -5.536218457704e-07, { 2, 0, -2, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { 5.409594954294e-07, 1.336384668956e-06, { 0, 0, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -9.329750303622e-07, -9.193028848751e-07, { 2, 0, -1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 1.702839303527e-06, 1.055995005479e-07, { 0, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.711389973005e-07, -1.627923591259e-06, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 1.271639710100e-06, 5.231662554058e-07, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 5.816741681475e-07, 1.197701119573e-06, { 2, 0, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 6.029176747623e-07, -1.170984124627e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { 7.812009707216e-07, 9.874282907446e-07, { 2, 0, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 6.529330760911e-07, -1.113245625137e-06, { 2, 0, -1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 7.629453814556e-07, 9.789492952895e-07, { 0, 0, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 8.593176234156e-07, -8.578144486616e-07, { 2, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -9.641793310754e-07, 7.330308565102e-07, { 2, 0, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.602490774939e-06, 7.145294662477e-08, { 2, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -6.107081021179e-07, -1.052575714559e-06, { 2, 0, -1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { 8.079140093623e-08, -1.579346927052e-06, { 0, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.083849850040e-07, 1.551412261689e-06, { 0, 0, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 1.147592752159e-06, 4.816576941785e-07, { 0, 0, 0, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0 } }, + { 9.943537092537e-07, -6.265398245426e-07, { 2, 0, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 8.464602612040e-07, 7.728701600520e-07, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -9.758346602430e-07, 6.398152205771e-07, { 2, 0, 0, 0, 0, -46, 50, 0, 0, 0, 0, 0, 0 } }, + { -1.586893316214e-06, 1.318253244553e-08, { 1, 0, 0, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -7.279125506059e-07, 8.685177105791e-07, { 2, 0, -2, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 9.091601669135e-07, 6.870048449257e-07, { 2, 0, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -6.725674798734e-07, 9.217247252079e-07, { 1, -1, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.397275407190e-06, 1.859359114132e-07, { 0, 0, 2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 1.396119278881e-06, 1.855804078736e-07, { 0, 0, 2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 6.697723713658e-07, -9.052682009717e-07, { 2, 0, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -9.648335941455e-07, 6.053649169040e-07, { 0, 0, 0, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { 1.167548994387e-06, -3.766651814835e-07, { 0, 0, 0, 0, 0, 0, 12, -24, 7, 5, 0, 0, 0 } }, + { -1.128847849434e-06, -3.698369942679e-07, { 0, 0, 1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 1.039118176702e-06, 4.352898217776e-07, { 2, 0, -2, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 1.488561265994e-07, -1.306108533199e-06, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -1.031863972537e-06, 4.222345411623e-07, { 0, 0, 0, 0, 0, 0, 14, -27, 3, 3, 0, 0, 0 } }, + { 5.732303422469e-07, 8.642159916612e-07, { 0, 0, 0, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { -4.744007884704e-07, 9.558591302474e-07, { 2, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -4.357015430313e-07, 9.939726500254e-07, { 0, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.110587695435e-06, -3.102251673109e-07, { 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.205889610616e-07, 1.176633262364e-06, { 2, 0, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -4.521987534761e-07, 9.327881605629e-07, { 2, 0, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 7.289151032158e-08, 1.309327564823e-06, { 2, 0, -1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -1.295912846847e-06, -8.059999369597e-08, { 0, 0, 1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -4.220890284799e-07, 9.341118340247e-07, { 2, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.266057664776e-06, -8.026707534204e-08, { 0, 0, 1, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -1.814809917418e-07, -1.159100123751e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -2.246771467142e-07, -1.049627262514e-06, { 0, 0, 0, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { 2.156419322279e-07, 1.044072624190e-06, { 2, 0, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.131147680805e-07, 1.041684642379e-06, { 2, 0, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.844708302749e-07, 9.967652878286e-07, { 2, 0, 0, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { -1.137844937680e-06, -3.170720510184e-08, { 2, 0, -1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } } +} }; + +constexpr array g_PERT_S1_4 +{ { + { -5.460000981311e-06, -1.064920535165e-05, { 0, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 5.614435283874e-07, -1.595662150694e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } } +} }; + +constexpr array g_PERT_S2_1 +{ { + { -8.045039999382e+00, -9.969282987996e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.756754655786e-01, -1.499956686934e+00, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.640575434610e-01, 2.817713704141e-01, { 0, 1, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -5.638351875992e-01, 2.816603588851e-01, { 0, 1, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -4.558599999609e-01, 5.967193445936e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -4.157099999699e-01, -5.006300680910e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -3.262199999633e-01, 4.896507253652e-06, { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.985499999764e-01, 3.751689946818e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -9.842740711202e-03, 8.444544009640e-02, { 1, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.231903284083e-02, 3.113103232178e-02, { 0, 1, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 6.038547186366e-02, 3.016569903498e-02, { 0, 1, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 9.369954619914e-03, -7.936170100631e-02, { 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.349999999322e-02, -1.063865445531e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -8.042999999051e-02, 1.235316119245e-06, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -7.332999999437e-02, 9.086934577228e-07, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.673726496800e-03, -6.658145357695e-02, { 2, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -9.080797860251e-03, 4.884139756625e-02, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -5.219418414782e-02, -1.059504951844e-04, { 2, -1, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -5.070032163160e-02, -1.050750380846e-04, { 2, 1, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 4.331186241076e-03, 4.577620811144e-02, { 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.730224968473e-02, 1.086612598756e-02, { 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -4.637999999654e-02, -5.666385949342e-07, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -3.647597345992e-02, 6.909960910215e-03, { 1, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 8.671159565761e-03, 3.373252311471e-02, { 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 4.214195042382e-02, 3.429780289849e-05, { 2, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.977999999280e-02, 7.567782542776e-07, { 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 6.725429259715e-03, 2.804164282221e-02, { 1, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -6.308975823365e-03, 2.660922207128e-02, { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.298957909536e-02, -9.768733693728e-03, { 0, 1, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.298841483985e-02, -9.768218227460e-03, { 0, 1, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.043541435396e-02, 9.590113711915e-04, { 2, -1, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -3.094741767080e-02, 4.880308327710e-06, { 2, -1, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.951267669771e-02, 9.747442768524e-03, { 2, -1, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.948252817825e-02, 9.732374349295e-03, { 2, -1, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 6.592415507055e-03, -2.242641944338e-02, { 2, -1, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -6.587403344470e-03, -2.241403907986e-02, { 2, -1, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -2.864326765214e-02, 6.930028402820e-06, { 2, 1, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.403999999841e-02, -2.769209204367e-07, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.359575015870e-02, -1.683426138740e-05, { 2, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.981531148283e-02, 3.515235694515e-03, { 2, 1, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -2.246646052043e-02, 1.409754372806e-04, { 2, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.884750794471e-02, 3.340767943723e-03, { 2, -1, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 2.195341960828e-02, 1.461009548521e-05, { 2, -1, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -6.680988389785e-03, 1.502519569776e-02, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 2.005472603623e-02, 5.733346966371e-06, { 2, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.999183640024e-02, -2.988119862093e-06, { 2, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -7.163228777925e-03, -1.194061283600e-02, { 1, 0, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -1.259276052832e-02, 6.290548996709e-03, { 2, 1, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.220891643077e-02, 6.098902423310e-03, { 2, 1, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.910118106630e-03, -1.638013216514e-02, { 3, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.743999999881e-02, 2.039382324324e-07, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.158704937727e-02, 5.545242133423e-03, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -3.222053396530e-03, -1.351074039193e-02, { 1, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.646999999859e-02, 2.155917958464e-07, { 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.087739795419e-02, 5.433725623865e-03, { 2, 1, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.105969407322e-03, 1.313138237220e-02, { 1, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.078250248623e-02, 5.386347082522e-03, { 2, 1, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.700040405196e-03, 1.379567280000e-02, { 1, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -9.872223614292e-03, 4.922270120309e-03, { 1, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.407429478761e-02, 1.015126170676e-04, { 2, -1, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.404999999889e-02, 1.765575071271e-07, { 2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.230425631519e-02, -1.979258528999e-04, { 2, -1, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -2.409916867340e-03, -9.923242631620e-03, { 1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.177180944064e-03, 9.000443438205e-03, { 1, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.093551868686e-03, -9.291658030543e-03, { 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.139177492307e-03, -8.176838982350e-03, { 0, 1, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.138817270534e-03, -8.175782623239e-03, { 0, 1, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -2.478517750265e-04, -9.855948523934e-03, { 2, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.004999999841e-02, 1.789137016125e-07, { 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.916509828160e-03, 8.101295489139e-03, { 1, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -8.965477485473e-03, -9.379121110244e-04, { 1, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -7.738104373002e-04, 9.068418022189e-03, { 1, -2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 7.549248592958e-03, -1.882748834997e-03, { 2, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -9.113100451417e-03, 2.774871731234e-04, { 2, 1, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.896966542367e-03, -7.380281539030e-03, { 0, 1, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.896820394501e-03, -7.379917695736e-03, { 0, 1, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -3.880655620883e-03, -5.318463112465e-03, { 2, -1, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.737140009677e-03, -7.338683254925e-03, { 1, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -8.349617582440e-03, -7.199611597442e-04, { 2, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -1.723404318354e-03, -7.271407046663e-03, { 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.861875156751e-03, -4.055208876610e-03, { 2, -1, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -9.352936738966e-04, 7.908724338515e-03, { 1, 0, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -4.579514035300e-03, -4.110202691615e-03, { 2, -1, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -8.456255207625e-03, -2.067224420980e-04, { 2, -1, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 3.382102166532e-03, -5.255956104958e-03, { 2, -1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -5.747998529051e-03, 2.871370408486e-03, { 0, 1, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.032204767087e-03, -6.580135975086e-03, { 0, 1, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 2.031881417142e-03, -6.578994599796e-03, { 0, 1, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -3.364506754257e-03, -5.220751856580e-03, { 2, -1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 8.339999999360e-03, 1.033479263249e-07, { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -8.300058500771e-03, -1.073190255298e-06, { 0, 1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.510301290545e-03, 2.752700481646e-03, { 0, 1, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -7.973204937579e-03, 2.515734293733e-04, { 2, 1, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -8.087778530972e-03, -4.354080011106e-06, { 2, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -7.982085473177e-03, -1.005949727216e-05, { 2, -1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 6.702073904629e-03, 1.186347761176e-03, { 2, -1, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -7.636688697210e-03, 2.324704494453e-04, { 2, -1, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -7.831970804599e-03, -2.385103732543e-06, { 0, 1, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.505522440664e-03, -6.315175863225e-03, { 1, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.752218450852e-03, -5.772463346338e-03, { 2, 1, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.750495520202e-03, -5.767386449998e-03, { 2, 1, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 7.183422070290e-03, -1.422479088490e-06, { 0, 1, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.014382546674e-03, 6.070540137058e-03, { 1, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 7.080870224395e-03, -7.746758297044e-07, { 0, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.892404343680e-03, 3.783605494283e-05, { 2, 1, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -6.752619926152e-05, -6.841183550987e-03, { 2, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.301494158708e-03, 5.491866595127e-03, { 1, 0, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -6.719999999554e-03, 7.740884298274e-08, { 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -6.556285865192e-03, 1.424367949966e-04, { 0, 1, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 6.547530896289e-03, -2.164879964435e-06, { 0, 1, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -6.418661414279e-03, 4.142627784805e-05, { 2, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.334749335660e-06, -6.332279025361e-03, { 2, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 6.231526580188e-03, 8.871729673036e-06, { 2, 1, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -6.195639580187e-03, -1.628024170237e-06, { 0, 1, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.426548090163e-03, -4.701824058317e-03, { 2, -1, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.425067561845e-03, -4.697343249285e-03, { 2, -1, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.693297515451e-03, 4.429035308751e-03, { 1, 0, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 5.913174759794e-03, 1.332701665157e-04, { 0, 1, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 6.044609047840e-03, 2.514302160200e-08, { 2, 1, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.135631026971e-03, -4.855258116531e-03, { 1, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.966342281113e-03, -1.392259987343e-06, { 0, 1, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.022641068527e-03, 8.880560440589e-04, { 2, 1, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 5.889999999548e-03, -7.298792398708e-08, { 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -5.840574297723e-03, 3.142283796837e-05, { 2, -1, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.418761693325e-03, 3.437230212723e-03, { 1, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -5.836046410839e-03, -1.248250290671e-05, { 2, 1, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 5.737014610015e-03, 1.601509065852e-06, { 2, 1, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.144499829979e-03, -3.553362919966e-03, { 1, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.196143511239e-03, 4.490948121731e-03, { 0, 1, -1, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 1.115434388886e-03, 4.571062195964e-03, { 1, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.195138709323e-03, 4.487138674485e-03, { 0, 1, 1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 5.552459237196e-03, 1.193101744638e-04, { 0, 1, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -5.629999999615e-03, -6.583556471433e-08, { 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -5.619999999260e-03, 9.122137868073e-08, { 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 5.610851270440e-03, -1.670034504818e-06, { 0, 1, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.609999999639e-03, 6.364343117261e-08, { 2, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.265574268335e-03, -4.300997843314e-03, { 2, 1, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.264044189625e-03, -4.296685747769e-03, { 2, 1, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 5.305999201883e-03, 1.035032539973e-04, { 0, 1, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -4.557392330556e-03, 7.874029215770e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -5.318588405548e-03, 1.203782475463e-05, { 0, 1, 1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.577294211462e-04, -4.688777640762e-03, { 1, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.176824814193e-03, -2.689169849657e-06, { 2, -1, 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -5.074309519128e-03, 9.765332526793e-05, { 0, 1, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 4.291826729436e-03, 8.040300074499e-04, { 2, -1, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 5.004758312978e-03, 9.712187329000e-08, { 2, -1, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.515355273213e-04, -4.784828290224e-03, { 2, 1, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -1.513128042344e-04, -4.777131683587e-03, { 2, -1, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 4.875310344674e-03, 1.353617844250e-06, { 2, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -9.145586716877e-04, 3.859907311354e-03, { 1, 0, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.019353104764e-03, -7.207270539823e-04, { 0, 1, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 4.719499333313e-03, 1.355312200917e-06, { 2, -1, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.979924307527e-03, -2.718886893832e-03, { 2, -1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -4.497474482055e-03, 1.021358440284e-04, { 0, 1, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 4.538340550391e-03, 1.009000424690e-05, { 0, 1, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.419999999443e-03, -7.020063317112e-08, { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 4.369999999752e-03, 4.652524186953e-08, { 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -8.274312771533e-04, 3.465807674103e-03, { 1, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.429661589262e-03, -8.210328032596e-04, { 2, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.239999999511e-03, 6.438170544509e-08, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 2.078259904561e-03, -2.152520435991e-03, { 0, 1, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -4.193704429753e-03, -2.941012311375e-06, { 2, -1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.052512107446e-03, -2.139481327936e-03, { 0, 1, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -3.394096961278e-03, 7.708963078905e-04, { 2, 1, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 8.009755870242e-04, -3.351601544556e-03, { 1, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.605641701959e-04, -3.978032194385e-03, { 2, -1, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.048579011975e-03, 6.026757987722e-05, { 2, -1, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -3.459653154326e-03, -6.198802110916e-04, { 0, 1, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 6.370955248822e-04, 3.436569581647e-03, { 1, 0, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 3.899585350092e-03, -6.660343527116e-05, { 2, 1, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -7.445350193045e-04, -3.187657940474e-03, { 1, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.201164372218e-03, 7.278936379282e-04, { 2, -1, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.809859611895e-03, -5.723927272355e-05, { 2, 1, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 2.994383007730e-03, -8.136927503707e-04, { 0, 1, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -2.993324482684e-03, -8.135485504254e-04, { 0, 1, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.820780772760e-03, -1.961487967785e-03, { 0, 1, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 1.814230523490e-03, -1.964699613653e-03, { 0, 1, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -3.769999999227e-03, 7.632673884300e-08, { 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.968211811884e-03, 7.688620245803e-04, { 1, 0, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.719999999698e-03, -4.739616116616e-08, { 2, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -3.709372207450e-03, -6.656511574582e-07, { 2, 1, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.838699853486e-03, -8.458944151570e-04, { 0, 1, 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 2.837726072129e-03, -8.457832777343e-04, { 0, 1, 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -2.833421096494e-03, -8.083649920374e-04, { 2, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.552048909163e-03, -1.084574118877e-03, { 0, 1, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.541865262609e-03, -1.080065622028e-03, { 0, 1, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.113201597144e-03, -1.503556176660e-03, { 0, 1, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 7.670599042340e-05, -3.472950854551e-03, { 0, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.076653258785e-03, -1.468292292052e-03, { 0, 1, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -2.283992919632e-03, 1.254814749394e-03, { 1, 1, 0, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -2.283992919632e-03, 1.254814749394e-03, { 1, -1, 0, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -2.875367916594e-04, 3.187068958345e-03, { 1, -2, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.531590160664e-04, 2.757332946703e-03, { 1, 0, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -7.749028522415e-05, -3.275819846814e-03, { 0, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 6.609014558861e-04, 2.679670081828e-03, { 1, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.259708059978e-03, -4.870920112847e-05, { 2, -1, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -3.289999999747e-03, 4.076914599629e-08, { 2, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.764311633178e-03, -5.195453415782e-04, { 1, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -5.129586061210e-04, 2.759088435705e-03, { 1, 0, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -2.507525150634e-03, 7.303696931365e-04, { 1, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -3.219999999753e-03, 3.990171735807e-08, { 4, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.629892967360e-04, 2.928213897550e-03, { 1, 0, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.360021822607e-04, 2.243133448099e-03, { 1, 0, 0, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -3.149999999765e-03, -3.848451000523e-08, { 2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.092161641727e-03, 1.044935009790e-03, { 2, -1, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 4.892166833438e-04, -2.631132500449e-03, { 1, 0, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -3.008180697544e-03, -3.724401567023e-05, { 1, -1, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 2.025624401575e-03, 1.011681426023e-03, { 2, -1, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.601132103043e-05, -3.003932431660e-03, { 1, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.691386154904e-04, -2.428218940532e-03, { 1, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.956372556041e-03, -3.668476774606e-05, { 1, 1, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.141232047654e-03, -1.834989157299e-03, { 0, 1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.140055561013e-03, -1.833315494002e-03, { 0, 1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.159896766849e-03, -1.807165993997e-03, { 2, -1, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 2.493572154973e-03, -4.479981803692e-04, { 2, -1, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 2.929999999670e-03, -4.397880648953e-08, { 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 5.570206724401e-05, -2.871984454957e-03, { 0, 1, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.473652736747e-03, 4.390260820958e-04, { 2, 1, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -2.421644050089e-03, 4.652490969600e-04, { 1, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.878226928067e-03, 1.403880078281e-06, { 2, 1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.744674624247e-03, -1.079003880611e-03, { 2, -1, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -1.880232107051e-03, 9.390855993060e-04, { 2, 1, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -7.702065957762e-05, -2.720034911164e-03, { 2, 1, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.080974666474e-04, -2.184003412304e-03, { 2, -1, 0, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 6.080699197028e-04, -2.183930639038e-03, { 2, -1, 0, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 1.501446890124e-05, -2.773680037728e-03, { 1, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.841173978976e-03, 9.195729763131e-04, { 2, 1, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.759999999806e-03, -3.275633940011e-08, { 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.164532524481e-03, -1.595243430599e-03, { 2, 1, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -5.793061833915e-05, -2.675542146238e-03, { 0, 1, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.729999999753e-03, 3.668856620507e-08, { 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.151555146168e-03, -5.380476644213e-04, { 1, 0, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 2.245362159445e-04, 2.449791543668e-03, { 1, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.111239332583e-04, -2.155946523092e-03, { 1, 0, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.639997127351e-03, 3.050786605329e-06, { 2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.711232579122e-03, 9.201004694654e-04, { 2, -1, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -9.734283783930e-04, -1.635588848808e-03, { 2, -1, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -2.553857093569e-03, -5.078749585824e-05, { 2, 1, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 1.095274962640e-03, -1.500814629925e-03, { 0, 1, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.093907505373e-03, -1.498554756103e-03, { 0, 1, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.579997913355e-03, 2.443119425363e-06, { 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.569999999786e-03, 3.319267171351e-08, { 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.660784349528e-03, 8.925693567367e-04, { 2, 1, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 5.209613895271e-04, 2.028074957813e-03, { 1, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -2.531199172803e-03, 1.783130139951e-05, { 0, 1, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.526062234207e-03, 8.591320402616e-06, { 0, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.519999999871e-03, -2.550973234731e-08, { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.113748871983e-03, 3.996362043257e-04, { 1, 0, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -9.093870013512e-05, 2.417536154345e-03, { 2, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.502876734675e-03, -1.401675971864e-06, { 2, -1, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.499523888172e-03, 1.685826595789e-06, { 2, 1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -6.309332674280e-05, -2.421040278792e-03, { 0, 1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.169538605529e-04, -2.256587479304e-03, { 2, -1, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 2.030638591923e-04, 2.260899172694e-03, { 1, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.699758366500e-04, 1.984920852838e-03, { 1, 0, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.439459500305e-03, 6.134583223655e-06, { 0, 1, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.288994244353e-03, -1.514639120817e-04, { 2, 1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -2.433264306842e-03, 2.233658512750e-07, { 2, -1, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 6.620569454217e-05, -2.341791947819e-03, { 0, 1, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -7.318541710099e-04, -1.672800767331e-03, { 0, 1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 7.547095966477e-04, -1.640388345316e-03, { 0, 1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -2.389999992129e-03, 1.939671662075e-07, { 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.381921591728e-03, 6.679979303852e-06, { 0, 1, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -8.892585727879e-04, -1.481985103401e-03, { 0, 1, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -9.997706520998e-04, -1.361974669261e-03, { 2, 1, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -7.560144540440e-04, -1.604903803800e-03, { 0, 1, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 9.057413879129e-04, -1.448091866163e-03, { 2, 1, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -9.968029460838e-05, 2.253678603779e-03, { 2, -1, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 7.198968283520e-04, -1.633151174280e-03, { 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.561754716297e-03, -7.823545454223e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -8.994751053943e-04, -1.437354032653e-03, { 2, 1, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.816133925109e-03, 5.162423467847e-04, { 1, -2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -2.159462726379e-03, -1.703997177596e-04, { 1, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.304815168506e-03, 2.267846828789e-05, { 2, 1, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.860728731112e-03, -4.653666794067e-04, { 1, 2, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 2.317399945256e-03, -5.880889081839e-06, { 0, 1, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -9.733350718795e-04, -1.335809594177e-03, { 2, -1, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.239535211309e-03, -5.414029671225e-05, { 2, 1, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 2.283216061855e-03, 1.510543807012e-06, { 2, 1, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.570961038135e-03, 7.015096300169e-04, { 1, 0, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -5.951741667009e-05, -2.212700528436e-03, { 2, -1, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.269999999806e-03, -2.971423051478e-08, { 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -9.602301055346e-04, -1.286314362630e-03, { 0, 1, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 9.596077556663e-04, -1.285231170764e-03, { 0, 1, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.875562123218e-03, -3.593361565488e-04, { 1, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.226641568329e-03, 1.665977820873e-06, { 2, -1, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.425379171433e-03, -7.903009515783e-04, { 2, -1, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 1.039577497212e-03, -1.173583107730e-03, { 2, 1, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.038083251205e-03, -1.171899098133e-03, { 2, -1, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.236578130710e-03, -9.643968096475e-04, { 2, 1, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.397959846272e-03, 7.862429028451e-04, { 2, -1, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -2.138990254967e-03, -4.146055468672e-05, { 2, -1, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 2.179999999833e-03, 2.701420616168e-08, { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.827243250983e-03, -3.469386701711e-04, { 1, 0, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.158021617747e-03, 1.481590793791e-05, { 0, 1, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.901463326236e-04, -1.464407269026e-03, { 2, -1, 0, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { -5.192121529618e-05, -2.092081459499e-03, { 2, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 8.213074045833e-05, 2.049662241350e-03, { 0, 1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.119999999842e-03, 2.590068609895e-08, { 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.090593381266e-03, -2.039426255736e-05, { 2, -1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 2.109999999829e-03, -2.688330646790e-08, { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 4.195102624368e-04, 1.679326149192e-03, { 1, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 4.187558340218e-04, -1.663915081098e-03, { 1, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -1.634960545346e-04, 1.913641585419e-03, { 1, -2, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.008208626682e-04, -1.264358998553e-03, { 2, 1, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 2.059999999717e-03, 3.415609345996e-08, { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -4.206634368430e-04, -1.633891976294e-03, { 1, 0, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 2.047305602239e-03, 1.018703471054e-06, { 0, 1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.812440467636e-04, -1.666909207644e-03, { 2, -1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.254618995415e-05, -2.028904970114e-03, { 1, -1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.180941054622e-05, -2.017526341845e-03, { 2, 1, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.914071653874e-03, -1.243088824244e-04, { 2, -1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.933944556865e-03, 1.031932418183e-04, { 2, -1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 7.911487726762e-05, -1.944515694534e-03, { 2, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.006322503916e-03, -1.217339173930e-05, { 0, 1, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 4.036726604983e-04, -1.613090042986e-03, { 1, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 7.526234205508e-04, -1.262601755287e-03, { 0, 1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.558808971121e-03, -4.542586050797e-04, { 1, 0, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 7.568548673909e-04, -1.247362683629e-03, { 0, 1, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.106157146803e-03, -8.958451514527e-04, { 2, 1, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 1.329199223487e-03, -6.633601991845e-04, { 0, 1, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.978372324918e-03, -4.814342871379e-07, { 2, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 7.599603146113e-04, -1.199995903823e-03, { 2, -1, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 3.778662282054e-04, 1.573930263892e-03, { 1, 0, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.597376571206e-05, -1.902860633844e-03, { 2, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.850359524316e-04, 1.560732250325e-03, { 2, -1, 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.928870769448e-03, -1.678576107005e-05, { 0, 1, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.706958159386e-03, -2.143400658964e-04, { 0, 1, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 1.706306748028e-03, -2.145480426995e-04, { 0, 1, 0, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 7.361653576560e-04, -1.176511826832e-03, { 2, -1, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 7.242286391198e-04, -1.182489009852e-03, { 0, 1, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -7.307174853611e-04, -1.167469653580e-03, { 2, -1, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 4.195623533787e-04, -1.457595540685e-03, { 2, -1, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -4.192643463951e-04, -1.456893181572e-03, { 2, -1, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.874603599698e-03, 9.501805634260e-08, { 2, -1, 0, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -1.869999999848e-03, 2.382548961833e-08, { 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.806186852223e-03, 5.921350160038e-05, { 2, -1, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.848325708660e-03, -8.404044562900e-06, { 0, 1, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -3.637366809993e-05, -1.814241940826e-03, { 0, 1, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.540941459987e-04, 1.493293909238e-03, { 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.516939871323e-04, -1.487848150607e-03, { 1, 0, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -6.913100344738e-04, -1.124952999964e-03, { 0, 1, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.756122509860e-05, -1.782598735516e-03, { 2, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.071881287636e-05, -1.787497441797e-03, { 1, 1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 9.989455129943e-04, -7.841725796886e-04, { 2, -1, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 9.659058868175e-04, -8.026484634264e-04, { 2, 1, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -3.381533646241e-04, 1.429120199131e-03, { 1, 0, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.758114605924e-03, -2.189830944070e-07, { 2, -1, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.621952346937e-03, -1.349236979222e-04, { 2, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -1.732001961417e-03, 2.203266906541e-05, { 2, -1, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 3.030646245283e-05, -1.718537208304e-03, { 0, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.845633114279e-04, 1.552832891899e-03, { 1, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.448192550087e-03, -2.727779124416e-04, { 2, -1, 0, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -1.714282344536e-03, -1.850772597921e-06, { 2, 1, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.584846935217e-03, -1.254416702045e-04, { 2, -1, 0, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 1.370299039870e-03, -3.327052562959e-04, { 2, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.829973799090e-05, -1.682717427209e-03, { 2, -1, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.495803349957e-05, -1.634671948600e-03, { 2, -3, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.669100084511e-03, 1.677633977284e-05, { 2, -1, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 2.758039104149e-04, 1.393729018089e-03, { 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 6.513854920281e-04, -1.013084847917e-03, { 2, 1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -6.457686294679e-04, -1.002954635326e-03, { 2, 1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.077745839856e-04, 1.339263364053e-03, { 2, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.339815292245e-03, 3.062958481718e-04, { 2, -1, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.623594022419e-03, -1.279993501792e-05, { 0, 1, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -8.640686162416e-04, -7.700174638183e-04, { 2, 1, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 1.615414379016e-03, 1.269268619703e-05, { 2, 1, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.257060395398e-03, -3.633936580632e-04, { 1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -3.102673486845e-04, -1.295335587254e-03, { 1, 0, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -6.273797361537e-04, 9.773338979682e-04, { 2, -1, 0, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { -9.803813011370e-05, 1.506137407168e-03, { 2, -1, 0, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { 1.022709621392e-03, -5.800255824081e-04, { 2, -1, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -1.041456563940e-03, 5.605258390377e-04, { 2, -1, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { -1.592656132833e-03, -6.120424154308e-07, { 2, -1, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -8.787534966304e-04, -7.139397109784e-04, { 2, -1, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 1.579989812766e-03, 8.088356834562e-06, { 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.581888395206e-03, 2.618959624163e-06, { 0, 1, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 2.699174353130e-05, -1.531275660857e-03, { 2, 1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.549999999730e-03, -2.894628564260e-08, { 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 2.877199619816e-05, -1.513754979940e-03, { 0, 1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.781158994176e-04, -9.600522812796e-04, { 0, 1, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 9.952325422454e-04, -5.319646956169e-04, { 2, -1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -1.513702948231e-03, -1.055041739066e-05, { 0, 1, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.012718616106e-03, 5.058026508394e-04, { 0, 1, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.013182858090e-03, 5.016507194360e-04, { 2, -1, -1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.505023216776e-03, 1.798498495631e-06, { 0, 1, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.007640648498e-03, 4.989207166302e-04, { 2, 1, -1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.407418250922e-03, 7.035283553921e-05, { 0, 1, 1, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { 1.407418250922e-03, 7.035283553921e-05, { 0, 1, -1, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { -6.592184301063e-04, 7.991635241699e-04, { 2, -1, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.386899689160e-04, 1.311548616784e-03, { 2, -1, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.449999999915e-03, -1.569050997507e-08, { 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.444006242132e-03, 5.345484304830e-06, { 0, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.384376343880e-04, 1.309673468788e-03, { 2, 1, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.661933810685e-05, -1.410658723297e-03, { 0, 1, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.432069842999e-03, 1.917010423577e-06, { 0, 1, 1, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { -1.413733809878e-03, 1.893660220694e-06, { 0, 1, -1, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -1.402659319662e-03, -7.711135923249e-06, { 0, 1, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.405177580507e-03, -2.828109697935e-06, { 4, -1, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.400000451913e-03, 9.212053702925e-08, { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.523913255054e-04, 1.236257970742e-03, { 1, 0, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.084544782564e-04, 1.173367770581e-03, { 1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 2.646069476017e-04, -1.116046501884e-03, { 1, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.379999999736e-03, 2.697580891711e-08, { 2, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.116592069534e-03, -2.541916098028e-04, { 1, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.753481854986e-04, 1.086469649843e-03, { 1, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -2.472475928340e-05, -1.332868240450e-03, { 0, 1, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.849838173573e-05, -1.335412661162e-03, { 0, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.116861483438e-05, 1.318420516348e-03, { 2, 1, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -8.957890274622e-04, 4.474571313857e-04, { 0, 1, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.138869361310e-03, -2.030065439874e-04, { 1, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.319999999901e-03, 1.612684228803e-08, { 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.311677996939e-03, -8.392963782792e-07, { 2, -1, 1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.718087042656e-04, -9.401011729055e-04, { 1, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.093421794755e-03, 2.121909181980e-04, { 1, 0, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.055933226435e-03, 2.418315634856e-04, { 2, 1, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.283645756754e-03, 3.061666039502e-07, { 2, -1, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.350625984671e-04, -1.147808759427e-03, { 3, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.448354745305e-04, -1.037123217050e-03, { 1, 0, 0, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.450945742776e-04, 1.036803014032e-03, { 1, 0, 0, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.276931682595e-03, -4.892578350328e-06, { 2, -1, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.246895518204e-03, 9.581728825727e-06, { 2, -1, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.443410690911e-04, -1.009781594268e-03, { 2, -1, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 8.286515970059e-04, 4.117606156887e-04, { 1, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.554245328492e-04, -9.803184694227e-04, { 0, 1, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.553807426349e-04, -9.802185829724e-04, { 0, 1, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 2.245365984558e-05, -1.208369010801e-03, { 2, -1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.871753073957e-04, -8.402978863775e-04, { 2, -1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.457250442807e-04, 6.789379366304e-04, { 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { -1.035059803414e-03, -1.838688095288e-04, { 0, 1, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -3.737334076599e-04, 8.407199551940e-04, { 1, 0, 1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 7.415422030584e-04, 4.687423601612e-04, { 2, -1, 0, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 9.841210192877e-04, -2.258497574015e-04, { 2, 1, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -7.384715465909e-04, 4.666186753958e-04, { 2, -1, 0, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -2.428614636978e-04, 9.586233654949e-04, { 2, -1, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -2.545136535936e-05, 1.172456778665e-03, { 2, -1, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.407146563083e-04, -6.532013918746e-04, { 2, -1, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 3.657421644495e-04, -8.227443613848e-04, { 1, 0, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -1.357929105896e-04, -1.046297104491e-03, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { 1.170074739461e-03, -8.455800596611e-07, { 2, -1, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.132032073214e-03, 3.711006557648e-05, { 2, 1, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -5.227381300212e-04, 6.341253399479e-04, { 2, 1, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 2.220550209362e-04, 9.247863768055e-04, { 1, 0, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.139999999912e-03, -1.412669496524e-08, { 4, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 4.311330463889e-04, -7.050818364742e-04, { 2, 1, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.132767373202e-03, -5.758042885977e-07, { 2, 1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -7.952741417930e-04, -3.379113099386e-04, { 2, -1, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 7.952741417930e-04, -3.379113099386e-04, { 2, -1, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.228795130292e-04, -9.096219432619e-04, { 1, 0, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 3.926002165872e-04, -7.281519311579e-04, { 0, 1, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -5.724343433549e-05, -1.050045022348e-03, { 2, -1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -4.149128688454e-04, -6.899513742362e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { -1.099999999901e-03, 1.478293876395e-08, { 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 8.319068753740e-07, -1.097901203169e-03, { 2, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.796897692385e-04, -7.112650155642e-04, { 0, 1, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -4.283955897696e-04, -6.614579915012e-04, { 0, 1, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -9.721738954320e-04, 1.165946364592e-04, { 2, 1, -1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 4.621282833862e-04, 6.228759192252e-04, { 1, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -1.078015958977e-03, -4.246343877120e-07, { 0, 1, 2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -8.879479101121e-04, 1.818494239393e-04, { 2, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.072581404881e-04, -6.552439945811e-04, { 2, -1, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 8.978216275225e-04, -1.613040563581e-04, { 2, 1, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 1.058096119721e-03, 9.766960097160e-07, { 2, -1, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 9.316217899356e-04, 1.252231628621e-04, { 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.047508532941e-03, 8.264080437734e-06, { 2, -1, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 4.151613211677e-04, -6.374403894126e-04, { 0, 1, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 3.940413345339e-04, 6.568930264549e-04, { 1, 0, -1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 3.114991080912e-04, 7.376439465983e-04, { 1, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 8.482080904897e-04, -2.003398395902e-04, { 1, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.164971674927e-05, -1.004336304328e-03, { 2, -1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -3.920149577498e-04, -6.535216195366e-04, { 1, 0, 1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -1.041145344330e-03, -2.170927180006e-06, { 4, 1, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -8.587605863586e-05, -9.561512968946e-04, { 1, 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.041866633308e-03, -1.606248801958e-07, { 2, -1, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.039999999829e-03, 1.887748118853e-08, { 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.388137869329e-05, -1.004724849772e-03, { 2, 1, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.613756499680e-04, -8.686817920220e-04, { 1, 0, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -8.196544809737e-04, -2.062662083823e-04, { 2, 1, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.008442000256e-03, 1.140177942268e-05, { 2, -1, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -2.945126563150e-04, 7.064145641893e-04, { 2, -1, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -1.947223424011e-04, -8.047269343964e-04, { 2, 1, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.218452158615e-04, -8.742969833491e-04, { 1, 0, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 6.729096258567e-04, -3.219539646581e-04, { 1, 0, -1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 8.068077186770e-04, -1.873456737996e-04, { 2, -1, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -9.702590138394e-04, -1.437668937431e-05, { 2, -1, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -3.391515226503e-04, -6.441692793904e-04, { 0, 1, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -9.512030022697e-04, -3.009260963052e-05, { 2, -1, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -8.299585166712e-04, -1.481511943696e-04, { 1, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -9.762747968315e-04, -5.975487139201e-07, { 2, 1, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.338104736281e-04, -6.396428758753e-04, { 0, 1, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -7.839201456178e-04, 1.885735197483e-04, { 2, -1, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 8.263450280136e-04, -1.452219103838e-04, { 2, -1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -9.699999999191e-04, -1.252797337059e-08, { 4, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -3.894898068346e-04, -5.803297487484e-04, { 1, 0, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -1.845305719521e-04, -7.808494595197e-04, { 1, 0, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.826773318082e-05, -9.112437393114e-04, { 2, -1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.719174296633e-04, -7.772252714485e-04, { 1, 0, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 3.029478152278e-04, -6.440304632644e-04, { 2, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -7.546542602060e-04, -1.880140537040e-04, { 1, 0, 0, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { -9.404760140053e-04, -3.333739370041e-07, { 2, -1, -1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { 3.367354101019e-05, 9.010779847545e-04, { 1, 0, 0, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { -1.776852300580e-04, 7.524617736542e-04, { 1, 0, 0, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { 7.894425695925e-04, 1.398345561900e-04, { 2, -1, -3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -7.961026826046e-04, -1.296757429415e-04, { 0, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 9.211594077870e-04, 4.434389744404e-06, { 2, -1, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -8.937887994543e-04, -2.982636063134e-05, { 2, 1, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 7.234681077763e-04, 1.994945577757e-04, { 2, -1, 0, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 1.868213379597e-04, 7.256653410578e-04, { 1, -2, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 1.985148137059e-04, -7.129672409063e-04, { 2, 1, -1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -1.985085066893e-04, -7.129611681633e-04, { 2, 1, -1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 1.865535333691e-04, 7.238992925493e-04, { 1, 0, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -9.099999999432e-04, 1.016479756340e-08, { 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.381528645272e-04, 6.707403153374e-04, { 2, -1, 0, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -2.381200761264e-04, 6.706314521620e-04, { 2, -1, 0, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 6.053243586857e-04, 3.022907581991e-04, { 0, 1, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 6.325629747905e-04, 2.722505944967e-04, { 2, -1, 0, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 8.999979790219e-04, 1.809334206800e-06, { 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.625868956950e-04, -1.381405307860e-04, { 2, 1, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -1.716166054241e-04, -7.278388098254e-04, { 1, 0, 0, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { -6.171340469769e-04, -2.819651790155e-04, { 1, 0, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 7.758711953230e-04, -1.222180414036e-04, { 0, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 6.527639120301e-04, -2.435801970202e-04, { 0, 1, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.718809063608e-04, 7.231766175796e-04, { 1, 0, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.308202548065e-04, 5.571261877018e-05, { 1, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -6.170733466835e-04, 2.680551603517e-04, { 2, -1, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -4.163440228701e-04, 4.638899447143e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0 } }, + { -5.943109408910e-04, 2.844416864351e-04, { 1, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -8.717018276002e-04, 6.673806304937e-06, { 2, 1, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 7.434945934145e-04, 1.312802029255e-04, { 4, -1, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -3.229878856037e-04, -5.499738170166e-04, { 2, -1, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 3.959325594082e-04, -4.750104326487e-04, { 2, -1, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 5.800728832080e-04, -2.897188791146e-04, { 0, 3, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -5.788963829337e-04, -2.891316193543e-04, { 0, 3, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.935976143606e-04, -6.717621280925e-04, { 2, 1, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.933875065647e-04, -6.711951383950e-04, { 2, 1, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -6.222186153506e-04, -2.393963983298e-04, { 0, 1, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -8.599999999263e-04, 1.125737367504e-08, { 2, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.282169853957e-04, -5.303200258903e-04, { 2, -1, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -3.872974067078e-04, 4.701904453129e-04, { 2, 1, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 7.663861394325e-05, -7.805789194241e-04, { 2, 1, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 6.882472362360e-04, -1.635990408375e-04, { 2, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.283602187085e-04, -3.216610077907e-04, { 2, 1, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 7.247791183100e-04, 1.249460094677e-04, { 4, -1, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -8.463886956511e-04, -1.680319606131e-06, { 4, 1, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 8.475046105920e-04, -2.002689398229e-07, { 0, 1, 2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.399999998964e-04, 1.319468914453e-08, { 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { -6.707450727424e-04, -1.688508538019e-04, { 2, -1, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -8.382099972766e-04, -3.244785147875e-07, { 2, 1, -1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { 3.525728825302e-04, -4.671728226381e-04, { 2, 1, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 3.087913516323e-04, -5.101729191964e-04, { 2, -1, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 5.453886614767e-04, -2.719388404227e-04, { 1, 0, -1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 2.169269014237e-04, -5.978803801692e-04, { 1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -6.708688993606e-05, 7.469935402657e-04, { 1, 2, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.391336722872e-04, 2.687965065631e-04, { 1, 0, 1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -6.971054861594e-04, 1.098996755844e-04, { 2, -1, -1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -6.320674248323e-04, -1.606156813109e-04, { 2, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -7.731080308840e-04, 1.777364974060e-05, { 0, 1, 2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -7.899999997400e-04, 2.026850860119e-08, { 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -7.456228148110e-04, 3.551825395939e-05, { 2, 1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 7.787602251948e-04, 1.648218865258e-06, { 2, -1, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 5.056210552802e-04, -2.737303922184e-04, { 2, -1, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -5.532525743320e-04, -2.259503764680e-04, { 0, 1, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 3.089865919476e-04, -4.689051164167e-04, { 2, 1, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 7.669519032389e-04, 9.331923486021e-06, { 1, 1, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 7.726717295520e-04, 5.106062102413e-07, { 0, 1, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 3.068936719177e-05, -7.419659987896e-04, { 4, -1, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -7.690668282914e-04, -5.517866915843e-07, { 2, -1, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.472658621540e-04, 6.217675337312e-04, { 1, 0, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 6.504580454580e-04, -1.180080210341e-04, { 2, -1, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -1.663449534789e-04, -5.974446486071e-04, { 2, -1, -1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 1.663409753963e-04, -5.974134426818e-04, { 2, -1, -1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 5.381485845381e-04, -2.252410239325e-04, { 0, 1, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.478476500775e-04, -6.110240572332e-04, { 2, 1, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 6.454026080993e-04, 1.132594493763e-04, { 4, 1, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 7.528141973871e-04, 5.385524105788e-06, { 0, 1, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.411481001265e-04, -6.169051550734e-04, { 2, 1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.112697430436e-04, 6.446520300397e-04, { 1, 1, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.112697430436e-04, 6.446520300397e-04, { 1, -1, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 6.358616986513e-04, -1.154211517572e-04, { 1, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -6.283798014660e-04, 1.228082940227e-04, { 1, 0, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.425547701395e-04, -6.065037609165e-04, { 2, -1, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 5.502996603218e-04, 1.974633011421e-04, { 2, 1, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -2.381170591707e-04, 5.060560634363e-04, { 2, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.961187957626e-04, 2.477874620670e-04, { 0, 1, 4, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.848551714839e-04, 4.570377058897e-04, { 2, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -7.381701326617e-04, -1.950844365658e-07, { 0, 1, 2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -6.236021821434e-04, -1.129639061336e-04, { 1, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.548921756690e-04, -2.813150875775e-04, { 2, 1, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -5.985740376179e-04, -1.371611393450e-04, { 0, 1, 1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 6.692420632263e-04, -6.585633609658e-05, { 1, 0, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 7.343702288653e-04, 1.994035077449e-07, { 2, 1, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.587821075550e-04, 3.751469651083e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 2, -4, 0, 0, 0 } }, + { -5.675723519092e-04, 1.645735066982e-04, { 1, -2, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -4.853878703399e-04, -2.424267041215e-04, { 2, -1, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 5.993514786732e-05, -6.673138527336e-04, { 3, 0, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 7.203982276979e-04, 3.036742268522e-06, { 2, -1, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 6.308353730372e-04, -8.731260611162e-05, { 2, -1, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 1.414774698800e-04, -5.718709571986e-04, { 1, 0, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { 5.240609827059e-04, 1.875156049831e-04, { 2, -1, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 5.808324911608e-05, -6.530602154395e-04, { 2, 1, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -4.421576612587e-04, -2.687583208091e-04, { 2, -1, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -1.736789667001e-04, 5.367799138369e-04, { 2, -1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 7.099999999124e-04, -1.115265391980e-08, { 2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 4.729862248714e-04, 2.362406764972e-04, { 0, 1, 2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 4.976654856804e-04, -2.114514304668e-04, { 2, 1, -2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.956563844949e-04, -2.105619626011e-04, { 2, 1, 0, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.100975382482e-04, 5.936828550163e-04, { 1, 0, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 4.511121084498e-04, -2.475290359384e-04, { 1, 1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -6.963311279370e-04, 6.746226316829e-08, { 2, -1, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 3.067237965375e-04, -3.786302059569e-04, { 1, 0, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { -6.650350679589e-04, 1.888985269378e-05, { 2, -1, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -6.821741228583e-04, 5.186559271649e-07, { 0, 1, 2, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.288416202972e-04, 5.463243510456e-04, { 1, 0, 0, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.314260672722e-04, -5.422250228920e-04, { 1, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.859719856845e-04, 1.873611759073e-04, { 1, 0, 0, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { 2.607612081773e-04, -4.113089669735e-04, { 2, -1, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -6.699999994171e-04, -2.794795730398e-08, { 2, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.592998870917e-04, -4.023475592239e-04, { 2, 1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -5.157300566207e-04, -1.456134658145e-04, { 2, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -6.435837179789e-04, 1.736964561359e-05, { 2, 1, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 5.441823033393e-04, 1.143552464555e-04, { 1, 1, 0, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { 5.441823033393e-04, 1.143552464555e-04, { 1, -1, 0, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { 6.396823525837e-04, 1.667782139126e-05, { 2, 1, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 4.234112661256e-04, -2.322870703552e-04, { 1, -1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 2.943617921381e-04, -3.584621662016e-04, { 2, -1, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 6.406487463245e-04, 1.175724421719e-05, { 0, 1, 2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.249333747955e-04, 5.230285506160e-04, { 1, 0, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.828477892691e-04, 4.621391208164e-04, { 1, 0, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -4.144037133839e-04, -2.298771297733e-04, { 2, 1, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -6.164369577872e-04, 2.659992867352e-05, { 4, -1, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -6.403427539680e-04, 5.859559753610e-07, { 2, 1, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.212882136804e-04, -1.193163754754e-04, { 0, 1, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.356397926171e-04, 5.653039842011e-07, { 2, -1, 0, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -2.873292868085e-04, 3.486315619996e-04, { 0, 1, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 2.521061966372e-04, -3.836253820704e-04, { 2, -1, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 4.236193336964e-04, -2.115991950929e-04, { 2, -1, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.297888842869e-05, -6.211381716784e-04, { 2, -1, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.328540146342e-04, 5.006631876765e-04, { 0, 1, 2, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -4.222103982157e-04, 2.108708695791e-04, { 4, -1, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -6.036250612365e-04, 2.934717418827e-05, { 2, 1, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.462948927580e-04, -3.861271369091e-04, { 2, 1, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -9.896184496261e-05, 5.325205683718e-04, { 3, 0, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -6.300539221156e-04, 2.083156857609e-07, { 4, 1, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.235699906040e-04, 5.066548739250e-04, { 1, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.188335126923e-05, -5.776747509292e-04, { 3, 0, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.418186791030e-04, -1.877325319870e-04, { 2, 1, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.413343090274e-04, -1.875180920074e-04, { 2, 1, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.179538528690e-04, 5.108496271205e-04, { 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -6.278185299192e-04, -3.909092632391e-07, { 2, -1, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.221882428347e-04, 5.054404349802e-04, { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.193967108423e-04, -5.074092261658e-04, { 1, 0, 0, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.922170308255e-04, -2.300208096941e-04, { 0, 1, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 1.284595481221e-04, 4.893628094746e-04, { 1, 0, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -5.191948111479e-04, 9.832686766669e-05, { 1, -2, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 5.231234914712e-04, 9.208287699007e-05, { 0, 1, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 4.088265836572e-04, 2.041901805707e-04, { 4, -1, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -6.099999999619e-04, 6.813765399644e-09, { 2, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -6.082264657288e-04, -3.171352487552e-07, { 2, 1, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.134310692757e-04, -4.942143683631e-04, { 2, 1, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.240801489384e-04, -2.815748500351e-04, { 2, -1, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 4.901226233327e-05, -5.559671249698e-04, { 2, -1, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 1.240244659945e-04, -4.802536732017e-04, { 0, 1, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.239912810048e-04, -4.801119150173e-04, { 0, 1, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 5.987844187493e-04, 4.847462037466e-06, { 2, 1, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 1.161667279857e-04, 4.873184005972e-04, { 1, 0, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.178325481310e-04, 4.845518196516e-04, { 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -3.101762390037e-04, -2.917729646384e-04, { 2, -1, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 2.352555286874e-04, -3.664217573489e-04, { 2, 1, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 4.894022677047e-04, 1.114356491642e-04, { 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.465773179877e-04, -5.146742323135e-05, { 1, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.700096825861e-04, -3.278120656605e-04, { 2, -1, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 3.812334844075e-04, 2.145057006030e-04, { 2, 1, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 4.162014863257e-04, 1.772733251405e-04, { 1, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 3.763105218720e-04, -2.170524330578e-04, { 0, 1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 4.938644522522e-04, 9.947339629809e-05, { 2, -1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 4.252659733175e-04, -1.673205649049e-04, { 2, -1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 1.241201918361e-04, 4.675511647420e-04, { 0, 1, 0, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 1.817718384331e-04, 4.087035186267e-04, { 1, 0, 0, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 2.214103707672e-05, 5.669499405969e-04, { 0, 1, -1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.791245261980e-04, -8.552825486117e-06, { 0, 1, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -5.023381996051e-04, -8.442212889212e-05, { 1, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.475908088995e-04, 4.386149703817e-04, { 2, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 4.830547072254e-05, 5.378350876414e-04, { 1, 0, -1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.276359471513e-04, -3.576388799367e-04, { 2, -1, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 2.820620386117e-04, 2.955655343068e-04, { 2, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.262548032465e-04, 5.068314071208e-05, { 1, 0, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 3.534556306713e-05, 5.394203133673e-04, { 2, -1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.840135739090e-04, -9.055192201247e-05, { 1, 0, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.703709681245e-04, -4.089193777837e-07, { 0, 1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.693626230407e-04, -1.181439856075e-06, { 2, 1, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -5.115655759642e-04, -5.780698920380e-05, { 1, 0, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -5.610892542738e-04, -7.758514615593e-06, { 2, -1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.619097720063e-04, 2.063103771453e-04, { 2, 1, -1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 2.551365153869e-04, 3.115377925892e-04, { 1, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -3.772074681390e-04, 1.883955892365e-04, { 4, 1, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -5.390675517902e-04, 2.492001430846e-05, { 2, -1, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.270684222984e-05, -5.405288810494e-04, { 2, -1, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.096834911917e-04, -4.532816385086e-04, { 0, 1, 2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -2.350750385378e-04, -3.221965323759e-04, { 2, -1, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -4.453060055879e-04, 1.096903311467e-04, { 2, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.739589565372e-04, -8.003633606427e-05, { 2, -1, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 3.694565452839e-04, 1.845265757003e-04, { 4, 1, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 4.137055873413e-04, 1.402078382253e-04, { 2, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.266165730306e-04, -4.246457317876e-04, { 4, -1, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.265383322104e-04, -4.244618087240e-04, { 4, -1, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 4.776216289280e-04, -7.288794082068e-05, { 1, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.479881971643e-04, 2.480491720359e-06, { 2, -1, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.220740013694e-04, -4.282848556163e-04, { 2, -1, 0, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 5.499999999541e-04, 7.103490055419e-09, { 2, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 4.028801582723e-04, -1.451983303310e-04, { 2, -1, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.046231291738e-04, 4.413001190944e-04, { 1, 0, 1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.472746153925e-05, 4.979954359071e-04, { 1, -2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.646930348804e-05, -5.255601960031e-04, { 2, -1, -2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 2.146393029311e-04, -3.268245301826e-04, { 2, -1, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.035662711193e-04, -4.367470418501e-04, { 1, 0, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.004295375183e-04, 4.398688408954e-04, { 2, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.162796389442e-04, 4.229470384586e-04, { 0, 1, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.389642536353e-04, -1.811617594437e-07, { 1, 1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -9.504870678474e-05, -4.434967325192e-04, { 2, -1, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -5.359087481725e-04, -2.491057750796e-06, { 1, -1, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 3.078992111594e-04, 2.304871802565e-04, { 1, 2, -2, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -2.135468137485e-04, -3.248177958081e-04, { 2, -1, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.588994971737e-04, 2.786476604665e-04, { 2, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -5.323710328111e-04, -2.760844896562e-06, { 1, 1, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 2.067471566545e-04, -3.282636736358e-04, { 2, -1, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -3.376987256877e-04, -1.955665118175e-04, { 0, 1, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -1.021664297826e-04, -4.307362380194e-04, { 1, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.423430437762e-04, -1.901027707526e-04, { 2, -1, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -3.108509643769e-04, 2.198198835472e-04, { 1, 0, 0, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -5.299999999680e-04, -5.827654372301e-09, { 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -4.082923705227e-05, 4.887966218463e-04, { 3, -2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.228229635208e-04, 6.233018000573e-06, { 2, 1, -1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -5.121916428348e-04, 1.559818980430e-05, { 2, -1, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -4.438108343818e-04, -8.271324482036e-05, { 0, 1, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 3.322877860778e-04, -1.939479553273e-04, { 0, 1, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 9.813949704709e-05, -4.274843900368e-04, { 2, -1, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.982011454916e-05, -4.256117002092e-04, { 1, 0, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.409648048942e-04, -1.844287065444e-04, { 2, 1, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 5.095644863384e-04, 1.517874034251e-05, { 2, -1, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -4.280486454992e-04, 9.668200274780e-05, { 2, 1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.668843959857e-04, 1.574425436348e-04, { 2, -1, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 4.603203776397e-05, 4.780380562168e-04, { 3, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.139643689999e-04, -4.093187332225e-04, { 2, 1, 0, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -1.139645085476e-04, -4.093076167825e-04, { 2, 1, 0, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 4.293744523831e-05, -4.780757009056e-04, { 1, 0, 1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.333316182522e-04, -1.874025978636e-04, { 0, 1, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 1.902218773461e-04, 3.289081142643e-04, { 1, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { -5.189823070638e-04, -1.345212419197e-07, { 1, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.126986712019e-04, 6.144538839938e-06, { 1, -1, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -2.340282002870e-04, -2.841313192333e-04, { 0, 1, 2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -5.039480758157e-04, -1.404187539231e-05, { 2, -1, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -3.451195771981e-04, 1.723706107361e-04, { 4, -1, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.927103237969e-04, 3.240282773317e-04, { 1, 0, 0, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 6.552242504836e-05, -4.501546799936e-04, { 2, -1, 0, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -2.239130536594e-04, 2.887986839009e-04, { 1, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -4.712628342360e-04, -4.139924779680e-05, { 1, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.417710634335e-04, 1.706991725455e-04, { 4, -1, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -9.976432347911e-05, 4.122926301466e-04, { 2, -1, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -3.402653177092e-04, 1.698762778803e-04, { 2, -1, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -5.099999999586e-04, 6.497860804999e-09, { 2, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.986479760693e-04, -3.105301371503e-04, { 2, -1, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 2.472959812228e-04, -2.574006545864e-04, { 0, 1, 2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -2.448077645310e-04, -2.585953612264e-04, { 0, 1, 2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -3.234839231900e-04, -1.793418394535e-04, { 2, 1, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -3.659722187582e-05, 4.623110159405e-04, { 1, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 3.225415541004e-06, 4.953937038313e-04, { 1, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.964727002933e-04, -1.762559424525e-06, { 2, -1, 0, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 1.930803148355e-04, -3.045285233571e-04, { 2, 1, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 3.316630899203e-04, -1.656495656666e-04, { 1, 1, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.310577339096e-04, -1.653478539610e-04, { 1, 1, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -5.246787695701e-05, 4.436371608732e-04, { 1, 0, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -4.952694116393e-04, -2.964398996082e-07, { 2, -1, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.087255010904e-04, 3.863002514753e-04, { 0, 1, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.180215099056e-04, -1.755097960757e-04, { 0, 1, 1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -1.094599228853e-04, 3.837144258265e-04, { 0, 1, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.145427562505e-04, -1.772657371413e-04, { 0, 1, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 4.118935910883e-04, -7.816269424787e-05, { 0, 1, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -9.340762120615e-05, 3.966370410542e-04, { 1, 0, 0, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { 4.899999999239e-04, 8.637634467673e-09, { 2, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 4.899999999634e-04, 5.986479334192e-09, { 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 4.899999999749e-04, -4.960225734199e-09, { 2, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.089620176386e-04, -1.796105083246e-04, { 0, 1, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -4.072677659847e-04, 8.005599719207e-05, { 1, 0, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.095111105361e-04, 3.764335261814e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 } }, + { 3.215106721532e-04, -1.644275544766e-04, { 2, -1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 5.110254161101e-05, -4.332626549910e-04, { 1, 0, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.949332225263e-05, -4.611642284042e-04, { 4, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -9.716041734029e-05, 3.833871708884e-04, { 2, 1, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 4.799999688324e-04, -1.572401988743e-07, { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.799999999447e-04, 7.288494956048e-09, { 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { -3.709447969502e-04, 1.086141970609e-04, { 1, -2, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 4.373659436690e-04, 4.099270392111e-05, { 1, 0, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.936062507417e-05, 4.382359423801e-04, { 1, 0, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.935634182264e-05, -4.382363270638e-04, { 1, 0, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.749297952707e-04, 5.624575289988e-07, { 4, -1, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.984641018738e-05, 4.255339528560e-04, { 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.674534808539e-04, 1.071349100704e-04, { 3, 0, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -4.718900102821e-04, 2.015584856343e-07, { 2, -1, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { -4.716434432776e-04, 1.233541544906e-07, { 4, 1, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.986310724049e-04, 1.701977808319e-04, { 2, -1, -1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.750818397029e-04, -2.933717580143e-04, { 2, 1, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -4.612841618885e-04, 5.907376614908e-06, { 2, 1, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 2.952752614449e-04, -1.717982320061e-04, { 0, 1, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 4.322389480241e-04, -3.419413245336e-05, { 2, 1, 0, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 9.340824162869e-05, -3.729135297461e-04, { 1, 0, 0, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { 3.300816332548e-04, 1.319315763109e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 2, -3, 0, 0, 0 } }, + { 4.549978744973e-04, 6.780010091096e-06, { 2, 1, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 3.400836964418e-04, -1.210537081270e-04, { 2, -1, 0, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -3.879573831317e-04, 7.282266562103e-05, { 3, 0, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 8.832574811154e-05, 3.719912116616e-04, { 1, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.574982910682e-04, -7.512152795327e-07, { 0, 1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.537518360500e-04, -1.029691954397e-04, { 0, 1, 2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 8.769106198630e-05, -3.690178186184e-04, { 1, 0, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.533987404397e-04, -1.029289182139e-04, { 0, 1, 2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 2.932251947507e-04, -1.625110850403e-04, { 0, 1, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -2.882995254464e-04, -1.663036371958e-04, { 0, 1, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -8.482079599911e-05, 3.690779228650e-04, { 2, 1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.490941297360e-04, 4.379982093592e-06, { 4, -1, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.913619305046e-06, 4.493522317022e-04, { 1, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.326253442475e-04, 3.188323767985e-04, { 1, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.769658466724e-04, -7.240982843976e-05, { 1, 0, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.475353602528e-04, -1.016457402734e-04, { 1, 0, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -2.836188150035e-04, -1.655337382986e-04, { 0, 1, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -4.438867137645e-04, 4.185914486614e-06, { 2, -1, -3, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 4.106666780990e-04, -3.610590972602e-05, { 2, 1, -1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -4.418452299569e-04, 4.166757298179e-06, { 2, 1, -3, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 1.007241639086e-04, 3.451599510570e-04, { 0, 1, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.776247504383e-05, -4.279733353309e-04, { 2, -3, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -8.480294035422e-05, -3.608787527450e-04, { 1, 0, 0, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.382322073865e-04, 5.192166815419e-06, { 2, -1, -1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -4.229876817019e-04, 1.911307252294e-05, { 4, -1, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -4.377459941240e-04, -4.181330423285e-06, { 2, -1, 1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.367316534479e-04, 5.194915745639e-06, { 1, 1, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -8.479528078506e-05, 3.560399950836e-04, { 1, 0, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 8.985072871437e-05, 3.494997429255e-04, { 3, 0, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 8.459016062410e-05, 3.540657553824e-04, { 1, 0, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.185290818521e-04, -1.189084690612e-04, { 2, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.115872887279e-05, -3.861078806193e-04, { 1, 0, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 6.048538433754e-05, -3.759622825809e-04, { 0, 1, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 1.841942628388e-04, -2.515105236778e-04, { 1, 1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.192601520062e-04, 3.159445274833e-04, { 1, 0, -2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -8.616187331145e-05, -3.490077078206e-04, { 1, 0, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.001125006779e-05, -3.746325568874e-04, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 4.626854432846e-05, -3.856942841902e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.367516738061e-05, 3.463186214392e-04, { 0, 1, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.586789581892e-04, -2.711260716648e-04, { 2, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.396190320636e-04, 8.924119210490e-05, { 2, 1, -1, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { -3.396190320636e-04, 8.924119210490e-05, { 2, -1, -1, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { -4.753279314848e-06, -4.235374827796e-04, { 2, -1, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.891940323286e-05, -3.692035023337e-04, { 0, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 5.851587402475e-05, -3.688690626668e-04, { 0, 1, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -9.164955664645e-05, -3.349072963525e-04, { 2, -1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { 3.626283534217e-04, 6.350964847238e-05, { 4, 1, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.795438471694e-04, -2.459719400383e-04, { 1, -1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 8.950993196002e-05, 3.341107311499e-04, { 1, 0, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.020888657092e-04, -3.190488340234e-04, { 2, -1, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.019397298131e-04, -3.185385672658e-04, { 2, -1, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -4.199999999659e-04, 5.351179486470e-09, { 2, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -4.199999999704e-04, -4.984660343494e-09, { 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -4.199999999713e-04, -4.911356515101e-09, { 2, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 8.002585067209e-05, -3.398495076720e-04, { 0, 1, 1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 4.171301962753e-04, 2.693058393258e-06, { 2, -1, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -1.986765560504e-05, -3.998416462346e-04, { 2, -1, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 1.368817088336e-04, 2.827055968605e-04, { 2, -1, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -3.152145737931e-06, -4.162716870104e-04, { 2, -1, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.183892580208e-04, 3.213692368401e-07, { 2, -1, -1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 3.154713063778e-05, -3.859492463341e-04, { 2, -1, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 4.168844179798e-04, -4.302896103812e-07, { 4, -1, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.627842043977e-04, -2.540386796365e-04, { 1, 0, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 3.419535316375e-04, -7.461757300157e-05, { 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.137427264644e-04, 7.994757967924e-07, { 2, 1, -1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 3.399366344915e-05, -3.784764600940e-04, { 1, 0, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.879172286652e-05, 3.331517792619e-04, { 3, 0, -2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.781325272916e-04, -1.329901127997e-04, { 1, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 4.099999999667e-04, -5.223770451109e-09, { 2, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.997278106051e-04, -9.876138000137e-06, { 2, 1, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.268720405236e-05, -3.956645209768e-04, { 2, 1, 0, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 6.910344020698e-05, 3.391492543297e-04, { 0, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.626333637792e-04, -1.449979406483e-04, { 0, 1, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -2.469706076284e-04, 1.585331251567e-04, { 0, 1, 0, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 2.468483383184e-04, 1.584602298971e-04, { 0, 1, 0, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -4.026697928832e-04, 7.715459748197e-07, { 0, 1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.311369358015e-05, 3.685152416081e-04, { 1, -2, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.310269518004e-05, 3.685162297265e-04, { 1, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.309799994761e-05, 3.685166514548e-04, { 1, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.588438666483e-04, -1.426492419238e-04, { 0, 1, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 2.877116549847e-04, 1.120332525052e-04, { 2, -1, 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -3.939939206589e-04, 3.149027100800e-06, { 0, 1, 1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -1.177769901486e-04, -2.787776064413e-04, { 1, -2, 0, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -5.669610368814e-05, 3.392924531760e-04, { 1, 0, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 3.950306378530e-04, 2.280522993934e-07, { 4, -1, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.193707840562e-05, 3.331124852273e-04, { 1, -2, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 2.543125745725e-04, -1.398806045678e-04, { 2, 1, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -3.908100364755e-04, 1.864614015753e-06, { 0, 1, 1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.528297770766e-04, 2.385454703234e-04, { 0, 1, 1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { -1.118772537728e-04, -2.790629951926e-04, { 1, 0, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -2.522640333930e-04, 1.385924240004e-04, { 1, 1, 1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -2.522640333930e-04, 1.385924240004e-04, { 1, -1, -1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -3.899999999486e-04, 6.330309196705e-09, { 2, 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.897526556331e-04, -1.471436628418e-07, { 2, 1, -1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.684688615759e-04, -2.193464377343e-04, { 1, 0, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 5.510676934808e-05, -3.318053575434e-04, { 1, 0, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 3.232655241893e-04, -6.059302556356e-05, { 0, 1, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 3.831003620171e-04, -2.061335089095e-07, { 2, -1, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.828456327742e-04, -3.644680654533e-08, { 4, -1, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.697125477780e-04, -1.191786702537e-05, { 2, -1, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 2.953806787262e-04, 8.487189877607e-05, { 2, 1, 0, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 1.677959571994e-04, 2.123409599311e-04, { 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -3.799999998698e-04, -9.948376735185e-09, { 2, -2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -7.096589855508e-05, 3.082427673630e-04, { 2, -1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.356216605919e-04, 1.422661212280e-04, { 0, 1, 1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -2.354798315176e-04, 1.421790362786e-04, { 0, 1, 1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 4.670946038268e-06, -3.715974763011e-04, { 2, 1, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.756094235559e-04, -4.355553253568e-07, { 0, 1, 1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.417921075001e-04, -1.326001595335e-04, { 1, -1, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -5.865538387982e-05, 3.156880918797e-04, { 3, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 3.703028665038e-04, 2.872492929795e-06, { 0, 1, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 3.729893103455e-04, 5.506200797714e-09, { 2, -1, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.683082123252e-04, -4.466989883109e-06, { 1, 1, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -8.942226945142e-05, -2.826621596341e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { 1.169207914850e-06, -3.695369138664e-04, { 2, 1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.134080702866e-04, -5.663661570475e-05, { 0, 1, 2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 3.390037108373e-04, -2.986979821902e-05, { 2, -1, -1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -2.380181975094e-04, 1.291629279913e-04, { 2, -1, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { 1.480498646454e-05, -3.517142810243e-04, { 2, -1, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -2.874500211040e-04, -7.899030090535e-05, { 1, 0, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -6.941183153480e-05, -2.968193190202e-04, { 1, 0, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.426673277247e-05, 2.901021092869e-04, { 2, 1, -1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 1.794718315643e-06, -3.615126054174e-04, { 1, 1, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.022101654236e-04, 2.610030827991e-04, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 3, 0, 0, 0 } }, + { 7.051923370834e-05, 2.926127970318e-04, { 3, 0, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.455019358388e-04, -1.165304226387e-04, { 1, 0, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 2.124570429325e-04, -1.487023416170e-04, { 1, 0, 0, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { -3.450011553822e-04, 1.510444045885e-05, { 4, 1, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -3.599999999708e-04, 4.586725274117e-09, { 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -6.891515957585e-05, 2.904768135262e-04, { 1, 0, 1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.549768932215e-04, 4.339342418837e-06, { 1, -1, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.609663165417e-04, -1.958282939978e-04, { 2, 1, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -8.175737335481e-05, 2.749633124846e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { -6.777584937467e-05, 2.882843690379e-04, { 1, 0, 0, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { -5.401066607100e-07, -3.554737832846e-04, { 2, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.949056412253e-05, 2.855975402211e-04, { 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -2.364359873027e-04, 1.180884186218e-04, { 2, 1, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.526755687559e-04, -9.826469079381e-08, { 0, 1, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.991142033134e-05, -2.915326597202e-04, { 1, -2, 0, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { -2.933516917528e-04, -5.766831066571e-05, { 1, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -2.532832332176e-04, -9.741539452188e-05, { 2, -1, 0, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { -6.618922392369e-05, -2.839370039425e-04, { 0, 1, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 3.056310960028e-04, -4.414446591654e-05, { 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.648412205619e-05, 2.825031111157e-04, { 1, 0, -1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.697441235756e-04, 7.862687517453e-05, { 3, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -5.748228387781e-05, 2.904745454930e-04, { 0, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.320467534223e-04, 1.158939487029e-04, { 4, 1, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 6.710165545280e-06, -3.410690569380e-04, { 0, 1, 2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.819121062506e-04, 6.582803204609e-05, { 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.922749773031e-05, -2.881467521481e-04, { 1, -4, 0, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { -9.580491408553e-05, 2.515287207258e-04, { 1, 0, 1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 3.452912409318e-04, -1.246378134354e-07, { 0, 1, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.451136157994e-04, -1.517969992004e-07, { 0, 1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.055256713110e-04, -3.968979256026e-05, { 2, -1, -1, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 2.295898698241e-04, 1.146706607226e-04, { 2, 1, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.708815555278e-05, -3.164351067128e-04, { 1, 0, 0, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { 7.803042162497e-05, -2.653769669987e-04, { 4, -1, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -7.797510708979e-05, -2.652672156623e-04, { 4, -1, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 3.394042373658e-04, 2.712293552104e-06, { 0, 1, -1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 6.608192327430e-05, 2.757701764055e-04, { 1, -2, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.186599131289e-04, -1.223104389766e-04, { 2, -1, 0, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { 3.399999999617e-04, -5.103342732573e-09, { 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.399999999716e-04, -4.391248397940e-09, { 2, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -6.505315159466e-05, 2.741635039610e-04, { 3, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.433224368891e-04, -1.952873571254e-04, { 2, 1, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.015582721568e-04, 2.367798632010e-04, { 2, 1, -1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -1.317058109423e-04, 2.057235487352e-04, { 0, 1, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 2.357252996177e-04, -1.001853482001e-04, { 0, 1, 1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.968868950110e-04, -3.857343593188e-05, { 2, 1, -1, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 3.337093287753e-04, 4.187115456005e-07, { 4, -1, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -2.344773316271e-04, -9.963284868786e-05, { 0, 1, 3, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.226880522021e-04, 1.112224761360e-04, { 4, 1, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.865215144933e-04, -4.689110459855e-05, { 2, -1, -1, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -6.720601707859e-05, -2.660916553026e-04, { 2, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.158532256197e-05, -3.216484889398e-04, { 2, -1, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 1.251195158239e-04, -2.076413021974e-04, { 1, 0, 1, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.771303803953e-04, -5.505909608233e-05, { 1, 0, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.200115806653e-05, 2.901468763789e-04, { 0, 1, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.767986866032e-04, 5.475531087488e-05, { 1, 0, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { 6.847312999947e-05, -2.616806777761e-04, { 1, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 3.299999998648e-04, 9.445721910504e-09, { 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -3.299999999288e-04, 6.853907972089e-09, { 0, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.299999999761e-04, 3.974114706695e-09, { 2, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -3.299999999924e-04, -2.246238747358e-09, { 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.278855509890e-04, 2.106127183107e-06, { 0, 1, 1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -2.062163116205e-04, 1.234867949249e-04, { 0, 1, -1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 1.361583994803e-04, 1.934976284424e-04, { 1, 0, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 2.061659746038e-04, 1.234578600283e-04, { 0, 1, -1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 2.193563942486e-04, -1.102222567860e-04, { 2, -1, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { 3.268341475806e-04, 1.547053364733e-06, { 0, 1, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.273852937612e-04, -1.321928016779e-07, { 2, -1, -1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.267318559945e-04, -2.005468101926e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 2, -7, 0, 0, 0 } }, + { -3.264489289089e-04, 5.135334681375e-07, { 0, 1, 0, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -3.177226822813e-04, -9.064011713150e-06, { 2, 1, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 1.989702840577e-04, 1.271446227989e-04, { 2, 1, -1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 1.294928803950e-04, -1.950258611379e-04, { 1, 0, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.978879283333e-04, 1.264336421944e-04, { 2, 1, -1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 2.781359253667e-04, -4.551248999260e-05, { 2, 1, -1, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -3.232251761507e-04, 2.453901849074e-07, { 2, -1, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -7.958705730184e-06, -3.147237250653e-04, { 0, 1, 2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.012261425179e-06, -3.156319865148e-04, { 2, 1, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.188106929686e-04, 3.413575028171e-06, { 4, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -6.013367422623e-05, 2.617510267278e-04, { 1, 0, -1, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { 3.447639281929e-05, -2.867808521258e-04, { 1, 0, 3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.160180260584e-04, 1.047794581613e-04, { 0, 1, 1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -6.278348636394e-06, -3.142108366259e-04, { 2, -1, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 3.202758197323e-04, 1.034718823426e-07, { 2, 1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.199999999733e-04, -4.132939668650e-09, { 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.682153412838e-05, 3.027501927449e-04, { 2, -1, 0, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { -6.510779154988e-05, 2.541228886446e-04, { 2, -1, -1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -2.147212659753e-04, 1.042841069506e-04, { 0, 1, 1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 3.187732496569e-04, 2.150473006927e-07, { 2, 1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.199956560832e-04, 9.898425519100e-05, { 1, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -1.316772342655e-04, -1.871177938429e-04, { 1, 0, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 1.301937622728e-04, -1.881924105732e-04, { 2, -1, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.366565277281e-04, 1.814009489107e-04, { 2, -1, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { -6.037193929551e-05, -2.573244997550e-04, { 1, 0, 0, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { 3.171642218909e-04, 2.375747407437e-07, { 2, -1, -3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 2.048733651529e-04, -1.123370857485e-04, { 1, 1, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 2.047402004500e-04, -1.123773175637e-04, { 2, -1, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -2.665908281457e-04, -5.029986325408e-05, { 1, 0, -1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.439783358771e-04, -7.219870809215e-05, { 0, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.155729228434e-04, 2.169645332928e-07, { 0, 1, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.125226367262e-04, 1.995636279600e-06, { 0, 1, -1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -1.412778996691e-04, -1.720921821462e-04, { 0, 1, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 1.943460814791e-04, -1.188608726262e-04, { 2, -1, 0, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -6.024923567780e-05, -2.518812827476e-04, { 0, 0, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.090329008818e-04, 1.030406971517e-04, { 2, 1, 0, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -3.069575014775e-04, 4.924874797823e-06, { 0, 1, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.485665448784e-04, -6.216432365055e-05, { 1, 2, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.201572462847e-04, 1.904261098816e-04, { 2, 1, -1, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { -3.099999999801e-04, -3.516838442733e-09, { 0, 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.507779852683e-04, -1.588245572538e-04, { 0, 1, 1, 0, 0, -18, 12, 8, -3, 0, 0, 0, 0 } }, + { 1.507779852683e-04, -1.588245572538e-04, { 0, 1, -1, 0, 0, 18, -12, -8, 3, 0, 0, 0, 0 } }, + { -9.581486714660e-05, 2.127621058121e-04, { 1, 0, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 3.044240698683e-04, -4.139762361850e-06, { 2, -1, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -3.029289657973e-04, 5.606477471044e-06, { 0, 1, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -9.478848507910e-05, -2.132131986103e-04, { 1, 0, -1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -5.879447794849e-05, 2.479922973037e-04, { 1, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.632513669608e-04, -4.284173306947e-05, { 2, 1, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 1.006596664894e-04, -2.049310555261e-04, { 2, -1, 0, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -1.171564897824e-04, -1.883720475586e-04, { 2, 1, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 2.985374725435e-04, 6.965689691923e-06, { 0, 1, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 6.164031042362e-05, -2.426698249995e-04, { 1, 0, 0, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { 2.572454913735e-04, -4.618582956255e-05, { 2, -1, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 1.283015496064e-04, -1.748878196268e-04, { 0, 1, 2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.282169506646e-04, -1.747695732844e-04, { 0, 1, 2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 5.937302819657e-05, 2.433807412717e-04, { 1, 0, 1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.017656583694e-04, 1.007722706413e-04, { 2, -1, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.988466829961e-04, 3.324762413268e-06, { 2, 1, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 5.808904198491e-05, -2.440229719816e-04, { 0, 1, 1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.972362613970e-04, 2.615881703079e-06, { 0, 1, 2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.298934439997e-04, -6.986128618245e-05, { 0, 1, 1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.090507694463e-05, -2.883494933783e-04, { 0, 1, -1, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { -1.345201099616e-04, -1.640081702335e-04, { 2, -1, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 2.981521452166e-04, 3.702339167116e-07, { 0, 1, 2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.349928610117e-04, -1.630575024639e-04, { 2, 1, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 2.428252225915e-05, 2.732989063366e-04, { 1, 0, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -2.956960211970e-04, 1.809045961062e-06, { 2, -1, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.934440180699e-04, 1.037184759731e-04, { 2, 1, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -2.533370280216e-04, 4.380788182407e-05, { 1, 0, 1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 7.784665506006e-05, 2.192492560058e-04, { 2, 1, -1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -7.783498565999e-05, 2.192140421109e-04, { 2, 1, -1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -2.587296025542e-04, -3.805065301510e-05, { 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { 1.922726792974e-04, -1.044062649522e-04, { 2, -1, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -1.075179785407e-05, -2.842686041330e-04, { 0, 1, 1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 7.033894441970e-07, -2.937123474744e-04, { 1, -1, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.970201370456e-04, 9.735092043815e-05, { 1, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -2.554297607886e-04, 3.872472633748e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 3, -5, 0, 0, 0 } }, + { 2.497137801009e-05, 2.688609034049e-04, { 3, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.773704281770e-05, -2.060098508048e-04, { 0, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 2.498004570140e-04, 4.371359367704e-05, { 2, -1, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.860007915311e-04, -1.071055970010e-04, { 2, 1, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -1.249095627466e-04, -1.681881419958e-04, { 0, 1, 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 2.495529902923e-04, -4.317116506668e-05, { 1, 0, -1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 6.290459983032e-05, 2.296384150433e-04, { 1, 0, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { 2.313241088101e-04, 5.995930219486e-05, { 2, 1, -1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -2.890935131423e-04, 1.577148869543e-06, { 2, -1, 1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 7.545787482070e-05, -2.150820330422e-04, { 1, 0, 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -2.897965558120e-04, 6.326941642468e-07, { 2, -1, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.899999999771e-04, -3.644247478074e-09, { 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.899999999777e-04, 3.593632929764e-09, { 4, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.899999999784e-04, 3.543018381460e-09, { 4, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.930387167920e-04, 9.641818965738e-05, { 2, -1, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.436231651356e-04, 4.543858378541e-05, { 3, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.067488096035e-04, -1.818572096739e-04, { 0, 1, 2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -9.369842041060e-05, -1.940230951610e-04, { 0, 1, 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -5.405689319095e-05, -2.336233399342e-04, { 1, -2, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.097135481648e-04, -1.771574465761e-04, { 1, 0, 0, 0, 0, 0, 10, -17, 0, 0, 0, 0, 0 } }, + { 1.539879773169e-04, -1.328619483965e-04, { 2, 1, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.914115402213e-04, 9.449319087621e-05, { 0, 1, -1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -2.019867089973e-04, 8.346104033487e-05, { 0, 1, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 1.908736947240e-04, 9.425527322569e-05, { 0, 1, -1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -2.844984581668e-04, 7.107668029745e-08, { 1, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.815842498203e-05, 2.263399762065e-04, { 3, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 2.798829442401e-04, 4.578160210955e-06, { 2, 1, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -2.769618699351e-04, 6.787933819070e-06, { 2, -1, 1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.218582098266e-04, -1.618213983878e-04, { 0, 1, 1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 2.005937172757e-04, 8.279148968086e-05, { 0, 1, 0, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -8.495480532152e-05, 1.979071472683e-04, { 2, -1, -1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 1.093227049468e-04, 1.732602037405e-04, { 2, -1, -1, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { 2.326872040352e-05, -2.589566887547e-04, { 3, -2, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.757517537853e-05, 2.240179486149e-04, { 1, -2, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -2.792664244016e-04, 2.172850329210e-06, { 0, 1, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 2.800180656018e-04, 1.245911392279e-06, { 2, 1, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 2.388879402940e-04, 4.222309809862e-05, { 4, 1, -3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.136019500384e-04, -1.669025160284e-04, { 0, 1, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -1.055826512737e-04, 1.745452992709e-04, { 1, 0, -1, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.799999999809e-04, 3.274237676667e-09, { 2, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.792839314108e-04, 1.750536864861e-07, { 2, 1, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.111751486078e-05, -2.681170258232e-04, { 2, -1, 2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.152640820462e-04, -6.395865992737e-05, { 0, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 6.988303551867e-05, 2.087668884131e-04, { 0, 1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.857580033220e-04, 9.277704947926e-05, { 4, 1, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.361248491623e-04, 4.186326514305e-05, { 2, 1, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -8.171720012418e-05, -1.962477235485e-04, { 1, 0, -1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 2.765026789982e-04, -2.730868159988e-07, { 2, 1, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.763104420893e-04, -1.786191513872e-07, { 0, 1, 1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.812673330274e-05, 2.475972101368e-04, { 1, 2, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.075891999600e-04, 1.679982979989e-04, { 2, -1, 0, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { 2.204378446145e-04, -5.512861088644e-05, { 1, 0, -2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.452541488497e-04, -1.300619818958e-04, { 0, 1, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 1.832274713631e-04, 9.151492813423e-05, { 4, 1, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.122878510914e-04, -6.174344882742e-05, { 2, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.278663933666e-04, -4.562892393056e-05, { 1, 0, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 3.520131665526e-05, 2.381424238242e-04, { 0, 1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.962148811799e-06, 2.651481465617e-04, { 0, 1, 1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 8.635507081767e-05, -1.863869524991e-04, { 2, 1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 1.236809869579e-04, -1.470494802479e-04, { 1, 0, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -7.883084946880e-06, 2.627058046207e-04, { 2, 1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -7.955929172165e-05, 1.908377254690e-04, { 2, 1, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -6.738622807344e-05, 2.029488343915e-04, { 0, 1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.438364442093e-04, -1.257609374204e-04, { 0, 1, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 7.818398952817e-05, -1.909601002071e-04, { 2, 1, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -1.159199072235e-04, 1.529829280161e-04, { 1, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 1.554378333687e-05, -2.532724254280e-04, { 2, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.637329946869e-04, 4.865980097001e-06, { 2, -1, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -2.655638609674e-04, 2.667760454845e-06, { 4, 1, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.148701970633e-04, -1.533422983911e-04, { 0, 1, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 1.013569872973e-06, -2.656306899347e-04, { 2, -1, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.662286120221e-04, 1.784377361903e-07, { 4, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.302311910678e-04, -3.586406337154e-05, { 2, -1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -5.190487040232e-05, 2.139968086013e-04, { 0, 1, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.651397145071e-04, 4.137302008027e-07, { 4, 1, -3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.575644514123e-06, -2.636127312547e-04, { 3, -1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.050860573697e-05, 2.145818533873e-04, { 1, 0, -1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.616967384853e-04, 1.033088015641e-04, { 2, -1, -1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 8.095577106825e-05, -1.839652197843e-04, { 0, 1, 1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 2.715957919109e-05, -2.376667450877e-04, { 5, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.605712001926e-04, 4.043681409452e-06, { 2, -1, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 1.067557709923e-05, -2.532372869698e-04, { 2, -3, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.607703474778e-04, 1.027070882232e-04, { 2, -1, -1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 1.385823864802e-04, -1.248688326076e-04, { 0, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -4.698626700331e-06, -2.578567110670e-04, { 2, 1, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 1.749296319773e-04, -8.736806556971e-05, { 0, 3, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.011881563197e-04, -6.085896664829e-05, { 0, 1, 1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.422844138216e-04, 1.195340902232e-04, { 2, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 2.554295800448e-04, -6.272722585271e-06, { 4, -1, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 2.527661374706e-04, 8.846389858151e-06, { 2, -1, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 1.014551610677e-04, -1.599898750780e-04, { 2, 1, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -1.082908874822e-04, -1.529647972927e-04, { 2, 1, -1, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 2.929336123427e-06, -2.581194270061e-04, { 2, 1, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 4.969938678372e-05, -2.111140450415e-04, { 2, 1, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -2.147172645568e-05, -2.390375806500e-04, { 1, 2, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.511258610567e-04, -9.240522086886e-06, { 2, 1, -2, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { -9.668058702122e-05, -1.635870014134e-04, { 2, 1, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 1.100320093268e-04, -1.501216148537e-04, { 0, 1, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -9.585212553878e-05, -1.642846887489e-04, { 0, 1, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 2.599999999817e-04, 3.085742117454e-09, { 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.325385012272e-04, -1.272872805910e-04, { 2, 1, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 2.566465563996e-04, 3.109297912015e-06, { 2, -1, 0, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 1.858369586727e-04, -7.386380135525e-05, { 2, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -4.941909038975e-05, -2.097314303441e-04, { 0, 1, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.921238465729e-05, 2.096833244985e-04, { 1, 0, 0, 0, 0, 14, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.378304815740e-04, -1.209367136623e-04, { 0, 1, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -2.558767801668e-04, 2.696470793479e-06, { 2, -1, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -2.225536718918e-04, -3.545332111378e-05, { 2, 1, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -2.573133928207e-04, -1.187175167231e-07, { 0, 1, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.565835658369e-04, 1.623604116334e-07, { 2, 1, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.055552996926e-04, -5.117566476468e-05, { 2, -1, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.564749515819e-04, -4.581844862153e-08, { 2, 1, -1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 8.252579832251e-05, 1.737936480418e-04, { 1, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.515680541395e-05, 2.211061431946e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0 } }, + { 2.032563588172e-04, 5.244105985719e-05, { 2, -1, -1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -1.700227540751e-04, -8.491845930377e-05, { 0, 3, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -4.895666811426e-05, 2.053419750486e-04, { 1, 0, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.838615335091e-05, -1.957400229385e-04, { 4, 1, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.949055192599e-04, -5.908992530817e-05, { 0, 1, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -5.834321129620e-05, -1.956233411476e-04, { 4, 1, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.879588388492e-06, -2.520771711199e-04, { 2, 1, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.216507963429e-04, -1.322682964954e-04, { 0, 1, -2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.800224225141e-04, 7.345839740365e-05, { 1, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 4.819381931677e-05, -2.051276571308e-04, { 1, 0, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.155856152201e-04, -1.373665662492e-04, { 1, 0, 0, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0 } }, + { -9.668299944093e-05, -1.558142868822e-04, { 2, -1, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -4.836905542334e-05, 2.038853813739e-04, { 1, 0, 1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.435883313328e-04, 8.238952821522e-06, { 2, -1, -1, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { 1.539109278693e-04, -9.740753090918e-05, { 2, -1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -6.894438989194e-05, 1.822103545122e-04, { 0, 1, 1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -8.470316537050e-05, -1.661256566104e-04, { 2, -1, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 9.926502158564e-05, -1.513905738000e-04, { 2, 1, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.573117689468e-04, 9.325435947746e-05, { 1, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.499999433701e-04, -7.549070386740e-08, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.499999999718e-04, 3.752457891647e-09, { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -2.499999999780e-04, 3.316125578692e-09, { 4, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.499999999839e-04, 2.836160034430e-09, { 2, 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.006186761914e-05, -2.394086213928e-04, { 2, -1, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -2.454240602365e-04, -3.890912362735e-06, { 2, -1, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { 6.523801250849e-05, 1.837377698434e-04, { 2, -1, -1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -6.522766016185e-05, 1.837072939085e-04, { 2, -1, -1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -9.854312300573e-05, -1.500351312556e-04, { 2, 1, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -4.702491958561e-05, -2.015055497162e-04, { 1, 0, 1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.029698700139e-04, -1.453983909357e-04, { 2, -1, -1, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { -2.088270149497e-04, -3.883263820089e-05, { 2, -1, 0, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { 4.439392282310e-05, -2.031398264057e-04, { 2, 1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.575786246997e-04, -8.938408376999e-05, { 2, 1, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -1.435650861728e-04, -1.032188420924e-04, { 2, -1, 0, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0 } }, + { 1.158473975742e-04, -1.305871837724e-04, { 2, -1, -2, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.746559795187e-05, 1.989220753951e-04, { 3, 0, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.472925419096e-05, -1.903077625871e-04, { 2, -1, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -6.664154617349e-05, -1.782885132353e-04, { 2, -1, -2, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { -6.640111142065e-05, -1.776677189841e-04, { 2, 1, -2, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { -2.875496641255e-06, -2.411306317931e-04, { 0, 1, 1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 6.689898911574e-05, 1.759565821397e-04, { 0, 1, 1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 6.742977418760e-05, -1.746264064479e-04, { 1, 0, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 8.880736862279e-05, -1.530393595046e-04, { 0, 1, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 2.170983348821e-04, -2.469552508027e-05, { 1, 0, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 1.898131623793e-04, -5.132678940838e-05, { 0, 1, -2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.895032537137e-04, -5.133041323285e-05, { 0, 1, -2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -2.405214507353e-04, -2.574359818996e-07, { 2, -1, 1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -7.847199163409e-05, 1.619942793094e-04, { 2, 1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.169072774960e-04, -1.234301449831e-04, { 0, 1, -2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -2.399999918906e-04, -5.551194139916e-08, { 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.399999999841e-04, 2.764601535098e-09, { 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.394384999871e-04, 6.532658254460e-08, { 1, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.746208043499e-04, -6.463978720163e-05, { 0, 1, 1, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 9.255829174421e-05, 1.464966965881e-04, { 2, -1, -2, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { -1.827164232251e-04, -5.535724241685e-05, { 0, 1, -1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 9.509040600111e-05, -1.429767208895e-04, { 0, 1, 2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -2.291263856389e-04, -8.439868294314e-06, { 2, -1, -2, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { -8.725563485124e-05, -1.502478782749e-04, { 1, 0, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 1.672234861799e-04, 6.977859749537e-05, { 2, 1, -1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 1.229332958755e-05, -2.244027801494e-04, { 2, 1, -1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -4.766335975100e-08, 2.366229653666e-04, { 2, -1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.338035277278e-04, -2.736601583106e-06, { 0, 1, 2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -9.041477410390e-05, -1.454451877246e-04, { 2, 1, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -5.451418511063e-05, 1.811555922190e-04, { 0, 1, 1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 4.542188716218e-05, -1.901025502088e-04, { 1, 0, 1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.822277570540e-04, 5.309369884672e-05, { 1, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -7.219087946981e-05, 1.623950585321e-04, { 3, 0, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -1.913758220653e-04, -4.313768900537e-05, { 1, -2, -1, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 1.209632345545e-05, -2.217721782075e-04, { 2, -1, -1, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { -1.055039763226e-04, 1.277135036392e-04, { 0, 1, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.428337510204e-04, 9.031473310013e-05, { 2, 1, 0, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -2.329034923283e-04, -7.215346657013e-08, { 2, 1, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.378314703761e-06, -2.304434087298e-04, { 1, -1, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.315952212084e-04, 1.136828360628e-07, { 2, 1, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.418858480619e-04, 8.968623574537e-05, { 2, 1, 0, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -1.930968283474e-04, 3.847449941636e-05, { 1, 0, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { 3.653127425042e-05, 1.945530694092e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 2, -2, 0, 0, 0 } }, + { -2.211311527710e-04, 9.202512467927e-06, { 4, 1, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 8.809267673947e-05, -1.421606922762e-04, { 0, 1, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -2.299999913916e-04, -5.566902093415e-08, { 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.299999999545e-04, 4.576253298427e-09, { 0, 2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -7.655591165940e-06, -2.222426312421e-04, { 2, 1, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 1.481139018746e-04, 8.149369013090e-05, { 0, 1, 1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -2.269184220755e-04, 2.502322120434e-06, { 2, 1, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -1.608762076020e-04, 6.737218869498e-05, { 2, 1, -1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 8.350368128750e-05, -1.441076232813e-04, { 0, 1, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -4.314761310447e-05, -1.841447029002e-04, { 1, 0, 0, 0, 0, -11, 10, 0, 0, 0, 0, 0, 0 } }, + { 3.573978877544e-05, 1.904687301674e-04, { 0, 3, -1, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.184565463784e-04, 7.309538552787e-06, { 2, 1, -1, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { 2.257007735612e-04, -3.468800518070e-08, { 4, -1, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.455671173487e-04, -7.958815075050e-05, { 2, 1, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 4.365251404873e-05, 1.810392078009e-04, { 3, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.216386798066e-04, -2.920802033277e-06, { 2, 1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.583752452179e-05, -1.584902291072e-04, { 2, -1, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 1.484697160999e-04, -7.580553304257e-05, { 2, -1, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 1.176098948162e-05, -2.123215573270e-04, { 2, -1, -1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -6.931126590255e-05, -1.544398978149e-04, { 0, 1, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -7.311024343919e-06, -2.161414707640e-04, { 2, -1, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -4.978572648456e-06, -2.184388037799e-04, { 0, 1, 2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.231613359930e-04, -3.238307860442e-08, { 2, -1, -1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -2.227685917749e-04, 2.547557204069e-07, { 2, -1, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -9.277663387228e-05, 1.298271523697e-04, { 1, 0, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -8.201786197660e-05, -1.399183131635e-04, { 2, 1, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 2.358164973178e-05, -1.978270851781e-04, { 5, 0, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.957507289000e-04, -2.551490246292e-05, { 1, 0, 0, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.257359489877e-05, 1.786471215516e-04, { 1, 0, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.398165201768e-04, -8.131182368186e-05, { 2, -1, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 1.562569750219e-04, 6.485920906833e-05, { 1, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { -4.338091081012e-05, -1.773635344087e-04, { 2, 1, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 6.845808163122e-05, 1.520685807878e-04, { 0, 1, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -1.685167278413e-04, -5.178223148771e-05, { 2, -1, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.199999983544e-04, 5.736896936618e-09, { 2, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.535731524102e-05, 1.844367759727e-04, { 2, -1, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.860815022439e-04, 3.368324135359e-05, { 1, 0, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.995823588443e-05, -1.897839229839e-04, { 1, 0, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -2.155343595469e-04, 4.206807539398e-06, { 1, 0, -1, 0, -1, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.485509860335e-04, -7.092490238744e-05, { 1, -2, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -9.841874021750e-05, 1.208690253694e-04, { 2, 1, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.419937842811e-04, 7.708903055041e-05, { 2, -1, 0, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { -2.147752728782e-04, 4.192102684424e-06, { 1, 2, -1, 0, -1, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { -8.199528037646e-05, 1.366922835495e-04, { 1, 0, -1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 4.090219088108e-05, 1.776788121659e-04, { 1, 0, -1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 1.287943716493e-04, -8.958223285815e-05, { 2, -1, 0, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { -8.863408528690e-05, -1.293008279472e-04, { 0, 1, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -8.091204841065e-05, -1.366872850697e-04, { 2, -1, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 3.394692071889e-05, 1.836204932832e-04, { 1, 0, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 4.093758151653e-05, -1.762248221853e-04, { 2, 1, -1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 1.120270468829e-05, -2.056635126186e-04, { 2, 1, -1, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { 6.015950296504e-05, 1.565029935976e-04, { 0, 1, -1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.733385343195e-04, -4.307342805219e-05, { 2, 1, -1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -3.380410106586e-05, 1.822604930714e-04, { 1, 2, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 2.681277434502e-06, -2.128070890472e-04, { 2, -1, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -7.887540864730e-05, -1.364639188903e-04, { 0, 1, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -1.732482809915e-04, 4.206872503138e-05, { 1, 0, -1, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { -3.851544213698e-06, -2.110850234950e-04, { 2, -1, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 2.034530269435e-04, -1.103304513988e-05, { 0, 1, 1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 1.873928310764e-04, -2.695208940279e-05, { 2, 1, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 1.230890138196e-04, 9.120089340177e-05, { 1, 0, -2, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -1.858901294393e-04, -2.828671380688e-05, { 2, -1, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 8.278091955770e-05, 1.311866812726e-04, { 2, 1, -2, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { 4.079797275894e-05, 1.729477007361e-04, { 1, 0, -1, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.701441580747e-04, 4.355444542213e-05, { 1, 0, 1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.912045024356e-05, 1.537272582486e-04, { 0, 1, -1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.581978265141e-04, 5.434374092108e-05, { 2, 1, -1, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -4.072714901483e-05, 1.716657655189e-04, { 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.764618426379e-04, -3.589132325636e-05, { 1, 0, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.876053542208e-04, -2.448826028913e-05, { 2, 1, -1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -1.585193934139e-04, 5.255155052292e-05, { 1, 0, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.455015431584e-04, -6.553624704973e-05, { 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { 2.104915803823e-04, 1.257668685594e-07, { 4, 1, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.099999999830e-04, 2.675589743235e-09, { 4, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.100000000000e-04, 0.000000000000e+00, { 0, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.339129771742e-05, -1.959083337210e-04, { 2, -1, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -1.386780028380e-04, -6.969738295889e-05, { 1, 0, 0, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 9.514423594958e-05, -1.131194786968e-04, { 1, -2, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.342507151026e-04, -7.353089081562e-05, { 2, -1, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -3.160365186394e-05, -1.760268456184e-04, { 2, -1, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.255671326969e-05, -1.647596298927e-04, { 1, 0, 0, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { 7.986065227280e-05, -1.273721432770e-04, { 2, 1, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 7.775258361602e-06, -1.991072383325e-04, { 2, 1, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -7.749739842047e-05, -1.291934825411e-04, { 3, 0, -1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 7.636360098775e-05, -1.301823224799e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -4, 0, 0, 0 } }, + { -7.923505510168e-05, -1.270380467834e-04, { 0, 1, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -1.685239075780e-04, 3.760072291393e-05, { 2, -1, -3, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.855494749614e-05, -1.669607146571e-04, { 2, -1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.219527053920e-05, 1.731651237776e-04, { 1, 0, 2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.032772904829e-05, -1.934537271306e-04, { 2, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 6.409328841075e-05, 1.396089062230e-04, { 0, 1, 1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -1.877861892507e-04, 1.568036752821e-05, { 1, 0, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -6.200714961451e-05, 1.414335995553e-04, { 0, 1, 1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 4.452140776166e-05, 1.586430940098e-04, { 1, 0, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.980048526668e-04, -5.139621402835e-06, { 4, -1, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.973399204996e-04, -5.767374224151e-06, { 2, -1, 0, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { -1.261594003609e-05, 1.902879180651e-04, { 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.507821977464e-04, 5.177981255391e-05, { 2, -1, -1, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -6.575038834591e-06, -1.959734883861e-04, { 4, -1, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.712606827218e-04, -3.074943864455e-05, { 2, 1, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -1.501787252804e-04, 5.166099581938e-05, { 2, -1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 2.155495472170e-05, 1.797041708932e-04, { 0, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.906668893094e-05, -1.619586605346e-04, { 0, 1, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 3.197150610780e-05, -1.690090357748e-04, { 1, 0, 0, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -1.834501795576e-04, 1.739329804373e-05, { 2, -1, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.956162652548e-04, -5.136686533776e-06, { 0, 1, -1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.000395163076e-04, -4.963824532260e-08, { 0, 1, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.459936100333e-04, -5.403846955244e-05, { 0, 1, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -1.999999999689e-04, -3.525565088874e-09, { 2, -2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.999999999859e-04, -2.373647782616e-09, { 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 1.986748368397e-06, -1.979117567942e-04, { 0, 1, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -8.402751736935e-05, -1.158329046479e-04, { 2, -1, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.351601749275e-04, 6.468609497564e-05, { 3, 0, -1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 1.981683883178e-04, 1.165916175785e-06, { 2, 1, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -4.164872009092e-05, 1.570093121273e-04, { 2, -1, 1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 7.720818088408e-06, -1.905332820588e-04, { 2, 1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 1.971042007021e-04, 9.257233612943e-07, { 0, 1, 2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 1.047100797498e-04, 9.319683990436e-05, { 2, -1, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { 4.147414924485e-05, 1.563474717013e-04, { 2, -1, -1, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { -1.969441268239e-04, -1.767250127842e-08, { 2, -1, -2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.603864693573e-04, 3.653912898248e-05, { 1, 0, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { 6.955214877903e-05, 1.266725446601e-04, { 1, 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.603513600992e-04, 3.582373609757e-05, { 4, -1, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.613755546869e-04, -3.411060901285e-05, { 1, 0, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { 3.741948620686e-05, -1.578666810384e-04, { 1, 0, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.145676784321e-05, 1.338069091736e-04, { 0, 1, -1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 1.874338713530e-05, 1.760070196363e-04, { 2, 1, 0, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.153574135643e-05, 1.031818808044e-04, { 1, 0, 0, 0, 0, -8, 14, 0, 0, 0, 0, 0, 0 } }, + { 3.693042860650e-05, -1.577466317153e-04, { 1, 0, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.537242292160e-05, -1.688822180826e-04, { 2, -1, 0, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { 9.120976607366e-05, -1.028198530478e-04, { 2, 1, 0, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.519748044934e-05, -1.687286645624e-04, { 2, -1, 0, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -1.935517266279e-04, -4.370469739059e-08, { 0, 1, 1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.363085663205e-04, 5.696155351623e-05, { 2, -1, -1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 1.594773639571e-04, -3.368812156079e-05, { 4, -1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 8.237522995008e-06, -1.848467068102e-04, { 0, 1, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.586722669205e-05, 1.454222196015e-04, { 2, 1, -1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.074981954070e-04, -8.305548623351e-05, { 1, 0, 0, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -1.875287131676e-04, -2.885143897987e-06, { 2, -1, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -3.706435528941e-05, -1.531754143994e-04, { 2, 1, 2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 3.609905666634e-05, -1.539552324669e-04, { 1, 0, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.899999999473e-04, -4.476769530958e-09, { 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 1.899999999739e-04, 3.150319299705e-09, { 4, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.899999999842e-04, 2.453932928236e-09, { 4, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.899999999858e-04, 2.321287905095e-09, { 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.294299469553e-05, 1.566188393055e-04, { 0, 1, -1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -1.866792989990e-04, -2.487685115600e-06, { 2, 1, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 7.323059507206e-05, -1.159180168588e-04, { 1, 0, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.096906107529e-05, -1.380088958732e-04, { 1, 0, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.125777433968e-04, -7.610479498041e-05, { 2, -1, 0, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 1.257782321940e-04, -6.282023396047e-05, { 0, 3, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.577507343519e-05, 1.527309251901e-04, { 1, 0, 0, 0, 0, 15, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.878281487349e-04, -3.288573074554e-07, { 4, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.676187268347e-04, 2.041937545796e-05, { 2, -1, -2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 1.551826567626e-04, 3.241195134877e-05, { 2, 1, -1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.122114942507e-04, 7.528431422310e-05, { 0, 1, 1, 0, 0, -20, 16, 7, -8, 6, 0, 0, 0 } }, + { -1.122114942507e-04, 7.528431422310e-05, { 0, 1, -1, 0, 0, 20, -16, -7, 8, -6, 0, 0, 0 } }, + { 3.817442487338e-05, 1.487000899579e-04, { 1, -2, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 7.204759681474e-05, -1.148177684481e-04, { 2, -1, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 1.233037916400e-06, -1.852125577452e-04, { 1, -1, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.863150306871e-04, 5.407399180075e-08, { 2, 1, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.202171760331e-04, 6.603880414150e-05, { 0, 1, -1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -3.372362199329e-05, -1.518420164331e-04, { 3, 0, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.236513223449e-04, -6.176728833975e-05, { 0, 3, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -8.373616623991e-05, -1.016622802511e-04, { 2, 1, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.306784404779e-04, 5.466555787858e-05, { 2, -1, -1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -6.806481634538e-05, -1.170726058904e-04, { 0, 1, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -3.477689078376e-05, -1.502777115357e-04, { 1, 0, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 3.482939848017e-05, -1.501783248191e-04, { 2, -1, -1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 1.520810526594e-05, 1.693183791979e-04, { 1, 0, 2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.556079774050e-05, -1.484258522097e-04, { 1, 0, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.191001860272e-04, -6.471594539731e-05, { 2, 1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -5.823530305644e-06, -1.772892571958e-04, { 2, -1, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.385699146310e-05, 1.292262530237e-04, { 2, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.032638789507e-05, 1.717762687404e-04, { 2, 1, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -7.784393351425e-05, -1.038886846543e-04, { 4, -1, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 4.218287970549e-05, -1.389906321516e-04, { 4, 1, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -4.214874522106e-05, -1.388914536849e-04, { 4, 1, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.651770752867e-04, -1.510820371573e-05, { 0, 1, 1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 1.799999999644e-04, -3.581415624832e-09, { 0, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.797196976809e-04, 1.784052494916e-07, { 1, -1, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.443860021559e-05, 1.451896314943e-04, { 1, 0, 1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.791704926129e-04, 3.219171328512e-07, { 4, -1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.586619184828e-04, -2.060445563237e-05, { 2, -1, -1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -1.433092743864e-04, -3.575458416283e-05, { 2, -1, -1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.776632068422e-04, -1.015954194616e-06, { 0, 1, 2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 3.524879245924e-05, 1.427412636735e-04, { 1, 0, 1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.480024563545e-04, -2.957586419381e-05, { 1, 0, 1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.719960653185e-04, 5.557990398943e-06, { 2, 1, 1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.320719937134e-05, 1.539191585837e-04, { 2, -1, -2, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { -1.747098526665e-04, -2.406071560917e-06, { 1, -1, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -2.724725473762e-05, -1.496685615720e-04, { 1, 0, 0, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -1.673572657587e-04, -9.390636464121e-06, { 0, 1, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -3.488931074987e-05, -1.418198571891e-04, { 2, -1, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 6.674887461103e-05, -1.098657324661e-04, { 0, 1, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 1.764016649706e-04, -1.356439297614e-07, { 0, 1, -1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.484563401679e-04, 2.788135255769e-05, { 1, -2, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -6.164920636478e-05, 1.144525026139e-04, { 2, -1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.230253783879e-04, 5.293621831330e-05, { 2, 1, 0, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 1.168409855770e-04, 5.893674571377e-05, { 0, 1, 1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -1.387884198329e-06, -1.743718335376e-04, { 2, 1, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.356741936965e-04, 3.993540987701e-05, { 1, 0, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -4.825261051640e-05, -1.271723644140e-04, { 0, 0, 0, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { 1.747428739954e-04, -2.437709603451e-07, { 0, 1, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.133408837629e-04, 6.098373001735e-05, { 2, -1, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0 } }, + { -1.178604691394e-04, -5.644142811188e-05, { 1, 0, -1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 6.982600730878e-06, -1.671158869768e-04, { 2, -1, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.580655440561e-04, -1.597649395040e-05, { 2, -1, 0, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -1.672306861473e-04, -6.663600923622e-06, { 4, -1, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.719746378643e-04, 1.489124101371e-06, { 4, 1, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.728142918174e-04, 5.934596479148e-07, { 2, 1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.307878286210e-05, 1.400219622009e-04, { 1, 0, -1, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.386434405608e-04, -3.427566692429e-05, { 2, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 3.336007018148e-06, -1.686533329556e-04, { 0, 1, 2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.718619878556e-04, 9.331599144466e-09, { 2, 1, -1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.674278994211e-04, -4.208334024357e-06, { 4, 1, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.422744700826e-04, 2.933365882614e-05, { 2, 1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.149259541424e-04, 5.666563842185e-05, { 2, -1, -2, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.712317300128e-05, 1.444677145164e-04, { 0, 1, -1, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.244574107256e-05, 1.489975276556e-04, { 2, 1, -2, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 1.001579417765e-05, -1.608073821818e-04, { 2, -1, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 4.467017383302e-05, 1.258099935451e-04, { 2, 1, 0, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -4.465924105072e-05, 1.257764881714e-04, { 2, 1, 0, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 3.479894635780e-05, 1.354396521278e-04, { 1, 0, 2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 1.694959953035e-04, -6.172132332794e-07, { 2, 1, 0, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 6.690719514788e-08, 1.699999868336e-04, { 0, 1, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.699999999830e-04, 2.403318379916e-09, { 4, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.699999999862e-04, -2.165953601679e-09, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.699999999866e-04, -2.136283004388e-09, { 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.045018372289e-04, -6.543875854292e-05, { 2, -1, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -6.183870813816e-05, -1.079058874376e-04, { 2, -1, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 5.166689230827e-05, 1.177023680767e-04, { 0, 1, -1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 1.447726073996e-04, -2.449411110152e-05, { 2, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.614354235585e-04, -7.387275772461e-06, { 2, -1, 0, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { -1.357759356270e-04, 3.297404911354e-05, { 1, -2, -1, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { 2.009541125355e-05, 1.486478201877e-04, { 0, 1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.175073597292e-04, 5.098371845568e-05, { 2, 1, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -5.177389180927e-06, -1.631761917519e-04, { 0, 1, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.084932666886e-04, -5.979250603423e-05, { 2, -1, 0, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { 6.494479742734e-05, -1.033048663433e-04, { 2, -1, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -5.156276657995e-05, -1.166131162876e-04, { 0, 1, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 4.225060405157e-05, -1.257438576539e-04, { 2, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.523785196675e-05, -1.026874656675e-04, { 4, -1, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 5.424571040409e-05, 1.136243442263e-04, { 2, -1, -1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { 1.075731962382e-05, 1.569365782249e-04, { 2, 1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.672123421716e-04, 1.834860508014e-07, { 4, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.838515107168e-05, -1.385976037866e-04, { 2, -1, 0, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { -1.596251317107e-04, 7.313432576404e-06, { 4, 1, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 8.900625812888e-06, 1.580371959506e-04, { 2, -1, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -6.483238244607e-05, -1.019284035905e-04, { 4, -1, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.186072603372e-05, -1.347561626767e-04, { 1, 0, 1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.605916236200e-04, -5.849278435611e-06, { 0, 1, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 1.367632944279e-04, 2.955142207825e-05, { 0, 1, 1, 0, 0, -20, 19, 0, 3, 0, 0, 0, 0 } }, + { -1.367632944279e-04, 2.955142207825e-05, { 0, 1, -1, 0, 0, 20, -19, 0, -3, 0, 0, 0, 0 } }, + { -7.607599783472e-05, 9.001153799352e-05, { 2, -1, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -5.151098441679e-05, 1.145415762380e-04, { 0, 1, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -3.679817049222e-05, -1.290657019202e-04, { 2, 1, -1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 5.000931559994e-05, -1.156583335289e-04, { 4, -1, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 5.871296876581e-05, 1.068640537209e-04, { 1, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.305106310006e-04, -3.458725493692e-05, { 1, 0, -1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.313377295004e-05, 1.518329253787e-04, { 2, -1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.638041809333e-04, 9.782284684940e-07, { 2, -1, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -5.049960976891e-06, -1.595362296703e-04, { 4, -1, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.562584465887e-05, 1.489480186400e-04, { 1, 2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.059504519634e-04, -5.858865151027e-05, { 2, -1, 0, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { -1.369409037449e-04, 2.751067794342e-05, { 1, 0, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { -3.161981203319e-05, 1.326612234223e-04, { 1, 0, -2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.617514099661e-04, -2.124695148565e-06, { 2, -1, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.358054904039e-04, -2.797856991496e-05, { 1, 0, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -7.339785289945e-05, 9.035470847678e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -1.557132035155e-04, 7.913729642558e-06, { 0, 1, 2, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { 1.631646878181e-04, 2.715992018640e-07, { 0, 1, 2, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.629178645098e-04, 2.478375454849e-07, { 0, 1, 0, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.553420874937e-04, 7.767671488838e-06, { 0, 1, 0, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { -3.090450766472e-05, -1.321301841033e-04, { 1, 0, 0, 0, 0, -12, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.341789948700e-05, 1.493986612167e-04, { 1, 0, -3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.369316861029e-04, 2.584470521932e-05, { 1, 0, 2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.253544184791e-04, 3.694539419984e-05, { 3, -2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -1.317750136713e-04, 2.979614866008e-05, { 4, -1, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.600665476488e-04, -3.244959732679e-07, { 2, -3, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.069550413995e-04, 5.337760407524e-05, { 3, 0, -1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -9.504019925523e-05, 6.500746102114e-05, { 1, 0, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { 1.526718718450e-05, 1.447636499585e-04, { 2, -1, -2, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.599999999811e-04, -2.457423586698e-09, { 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 1.086093100192e-04, 5.134747774561e-05, { 1, 0, 0, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 8.899870747691e-05, -7.068045760424e-05, { 4, -1, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -3.647708179259e-05, 1.229598642088e-04, { 2, 1, -1, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.195506328012e-05, 1.171738645407e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 4, -10, 0, 0, 0 } }, + { -2.969884346916e-05, 1.292447654062e-04, { 1, -2, -1, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { 1.103741971078e-04, 4.853555136329e-05, { 2, 1, -1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -1.454871440681e-04, -1.329185891768e-05, { 2, -1, 0, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 1.592759408628e-05, -1.427486510002e-04, { 2, -1, 1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 1.307312917733e-04, 2.727647766236e-05, { 2, -1, -1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.614321635146e-05, 1.218364382357e-04, { 2, -1, -1, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.336026378308e-05, 1.443072166985e-04, { 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.846985208581e-06, -1.517225090176e-04, { 2, -1, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -8.344829050709e-05, -7.405670463012e-05, { 4, -1, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 5.976295887161e-05, -9.773210614242e-05, { 0, 1, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -3.067987930524e-05, 1.267893303327e-04, { 2, 1, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -5.405724774761e-05, 1.029501223727e-04, { 1, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.064462692342e-05, -1.259048818501e-04, { 1, 0, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.756055020790e-05, 1.187996440911e-04, { 2, -1, -1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 5.767694888504e-05, -9.828227943512e-05, { 0, 1, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -2.942744520151e-06, -1.529524422727e-04, { 0, 1, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.079531842566e-05, -1.448228176731e-04, { 0, 1, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 1.090245391562e-04, 4.656749739121e-05, { 2, 1, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -1.555621902208e-04, -7.921522308007e-10, { 2, -1, -1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.421006818171e-04, -1.334795356716e-05, { 1, 0, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.087915018389e-04, 4.632543602212e-05, { 2, -1, 0, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { -1.548635580183e-04, 2.389977195669e-07, { 2, -1, 0, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.540829449071e-04, -5.113257866256e-07, { 2, 1, -1, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 2.280697666399e-05, 1.315059358249e-04, { 1, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.539824073767e-04, -3.139468734522e-07, { 4, 1, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.322848502781e-06, -1.526136633302e-04, { 0, 1, 1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 4.520234117238e-05, -1.084597170145e-04, { 1, 0, 0, 0, 0, 0, -1, 0, -1, 1, 0, 0, 0 } }, + { -9.872831841822e-05, 5.473435974701e-05, { 2, 1, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { -1.518665469599e-04, 1.259252156445e-06, { 0, 1, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 8.247115356771e-06, -1.447840923525e-04, { 2, -1, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -1.283157803818e-04, 2.468591172821e-05, { 1, 0, 1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.788988789280e-05, -1.249806638063e-04, { 1, 0, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -1.469928177932e-04, 5.386250554926e-06, { 0, 1, 0, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -1.252906762089e-05, 1.394382388893e-04, { 3, -2, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.252402994403e-05, 1.394386914524e-04, { 1, 0, 1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.517014393612e-04, -3.789403543445e-08, { 4, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.012607553625e-04, -5.030050575167e-05, { 1, 0, -1, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.236016232207e-04, 2.755096346766e-05, { 0, 1, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.230510317754e-04, 2.759392145790e-05, { 4, 1, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.499992660698e-04, 5.550489619254e-07, { 2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.863884397780e-05, -8.174382914631e-05, { 1, 0, 0, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0 } }, + { -1.502988630743e-04, 1.176046433628e-08, { 0, 1, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 7.187779984618e-05, 7.813447215637e-05, { 2, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -1.499999999875e-04, 1.937315469660e-09, { 0, 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.499999999888e-04, -1.832595714535e-09, { 2, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.499999999891e-04, 1.806415775770e-09, { 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.102841516142e-04, -3.971609734410e-05, { 2, 1, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 9.624154812694e-05, 5.360853703336e-05, { 2, -1, 1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 9.990641003507e-05, 4.989834572986e-05, { 0, 1, -4, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.911825023362e-05, -1.203365620110e-04, { 2, -1, 2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.100764340507e-04, -3.928971323837e-05, { 2, 1, 0, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 2.366579957074e-06, -1.469863521732e-04, { 0, 1, 1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 9.958516768795e-05, 4.968037871842e-05, { 2, -1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.080904737315e-05, -1.381167015024e-04, { 0, 1, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 1.020041652039e-04, 4.687277392394e-05, { 2, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { -1.481678731371e-04, 2.385653057192e-07, { 0, 1, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.618482473379e-05, -9.188225941318e-05, { 0, 1, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 1.452851756433e-04, 2.619292211199e-06, { 2, -1, 0, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { -1.150678789641e-04, 3.233358309645e-05, { 2, 1, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.090285861179e-04, -3.823909376580e-05, { 2, 1, -1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -9.613897104141e-05, -5.090587343335e-05, { 2, -1, 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 1.783257836841e-05, 1.290392990231e-04, { 2, -1, 0, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 1.465712998496e-04, 3.175418058879e-09, { 2, 1, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.463966032747e-04, -5.599316567263e-08, { 4, 1, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.182999817671e-05, -1.143197510401e-04, { 2, -1, 1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -3.182978364299e-05, -1.143180227541e-04, { 2, -1, 1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -1.337758981567e-04, -1.230978776429e-05, { 0, 1, -1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 1.189441545474e-05, -1.340330410024e-04, { 2, -3, -1, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { -1.921044601918e-06, -1.436698410930e-04, { 2, -1, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.199356168416e-05, -8.356466773500e-05, { 0, 1, -2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -3.227167228213e-05, -1.131522632924e-04, { 2, 1, 0, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -6.194048192047e-05, -8.342146481661e-05, { 0, 1, -2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -9.653880723907e-05, 4.848992726312e-05, { 0, 1, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 1.391836882853e-04, 5.803872488592e-06, { 2, 1, -1, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { 8.556966064608e-05, -5.900770425958e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 6, 0, 0, 0 } }, + { 1.154945736726e-04, -2.899277052649e-05, { 0, 1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 9.400062561820e-05, -5.045942463186e-05, { 2, -1, 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -6.307810134737e-05, 8.113514698343e-05, { 2, -1, 0, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { -1.440260813456e-04, -1.227634182366e-07, { 2, -1, 1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.963951449107e-05, -1.044707021259e-04, { 0, 2, 0, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -1.237695685705e-04, 2.033692535497e-05, { 2, -1, 0, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { 1.015445855347e-04, 4.229299171944e-05, { 2, -1, -1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.194131217256e-05, 5.184911369921e-05, { 0, 1, 0, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -1.426443854424e-04, -1.140615405472e-06, { 4, -1, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.760695275227e-05, 8.584005153889e-05, { 1, 1, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 1.057352072396e-04, 3.763932614613e-05, { 2, 1, -1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.248484601770e-04, -1.836827043308e-05, { 0, 1, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.751603547936e-05, 1.156583567621e-04, { 3, 0, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.430200462914e-04, 1.630179413359e-08, { 0, 1, -1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.114059236444e-04, 3.113440033704e-05, { 1, 0, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.413718645337e-04, 1.136807747244e-06, { 0, 1, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 2.971838956868e-05, -1.125789921943e-04, { 1, 0, 0, 0, 0, -11, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.046149044045e-04, -3.764114871440e-05, { 2, 1, -1, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -3.107292186545e-05, -1.111443858436e-04, { 1, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -9.513196621056e-05, 4.688484337814e-05, { 2, -1, 0, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 3.136351887987e-05, -1.105951345405e-04, { 2, -1, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -9.466350929414e-05, -4.727974293054e-05, { 2, -1, -4, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.135261034836e-05, -1.105694469820e-04, { 2, -1, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 5.314701258892e-05, -8.866833837603e-05, { 2, -1, -2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.416701571406e-04, 4.822662520763e-08, { 0, 1, 1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.082042502527e-05, 1.106948368908e-04, { 0, 1, 0, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -3.082037224641e-05, 1.106941050884e-04, { 0, 1, 0, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 3.165210618622e-05, 1.098573540079e-04, { 1, 0, 0, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.117949195657e-04, 2.969530193602e-05, { 2, -1, 0, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { 3.422172058105e-05, 1.072338407172e-04, { 2, 1, -1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.317315931088e-06, 1.378607937307e-04, { 0, 1, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.163512854152e-05, 1.294782753354e-04, { 1, -2, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.250860610218e-04, 1.601056235587e-05, { 2, -1, 0, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { -1.382821636435e-04, 2.520755441177e-06, { 2, -1, 0, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { 2.686026571251e-05, 1.138873296665e-04, { 1, 0, -1, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.403879587943e-04, -1.265936463239e-07, { 2, -3, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.259329059328e-05, -8.782651640187e-05, { 2, -1, -2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.707332252142e-05, -1.131670725424e-04, { 1, -2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.042015969150e-04, 3.587629267209e-05, { 2, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.399999999723e-04, 2.785545485999e-09, { 2, -2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.399999999742e-04, 2.687807047906e-09, { 2, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.399999999839e-04, -2.125811028828e-09, { 2, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 1.399999999864e-04, -1.954768762166e-09, { 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.399999999896e-04, -1.710422666899e-09, { 3, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.399999999992e-04, -4.642575810381e-10, { 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -3.402578089213e-05, 1.059375772880e-04, { 2, 1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 4.445967984883e-05, -9.543675725091e-05, { 0, 1, -2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 5.930444419756e-05, -8.051697273506e-05, { 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -8.967736875383e-05, -4.982051950626e-05, { 2, -1, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -9.147931443377e-05, 4.798048975310e-05, { 0, 1, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -9.828500016693e-05, 4.117208937341e-05, { 1, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -3.091449103653e-05, -1.083836944737e-04, { 2, -1, -1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -3.362114875891e-07, -1.386580249707e-04, { 4, -1, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.144715492398e-04, 2.451199978929e-05, { 2, -1, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { 4.326040530100e-06, -1.344610928265e-04, { 0, 1, 0, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { -2.100681735699e-05, -1.177591538957e-04, { 0, 1, 1, 0, 0, -18, 20, -8, 3, 0, 0, 0, 0 } }, + { 2.100681735699e-05, -1.177591538957e-04, { 0, 1, -1, 0, 0, 18, -20, 8, -3, 0, 0, 0, 0 } }, + { -4.078123195355e-05, -9.793746512414e-05, { 1, -2, -1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 1.331278521391e-04, 5.551734023987e-06, { 2, -1, -1, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { 6.028240271039e-05, 7.835779866426e-05, { 2, -1, 0, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { -1.569144297544e-05, -1.228055543463e-04, { 2, -1, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.649307374242e-05, 1.119228747246e-04, { 1, -2, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.381740573934e-04, 1.007703818091e-07, { 4, 1, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.646947272840e-05, -1.117989875219e-04, { 3, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.334172306859e-04, 4.789905358313e-06, { 2, -1, 2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.368284796559e-04, -1.360099390290e-06, { 1, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.209639860826e-04, -1.672715670386e-05, { 2, -1, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -2.604201095236e-05, 1.114193715542e-04, { 1, 0, 0, 0, 0, 16, -15, 0, 0, 0, 0, 0, 0 } }, + { -3.768025650813e-05, 9.977179945273e-05, { 1, 2, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -2.756225988664e-06, -1.345787907691e-04, { 0, 1, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -4.834256927856e-05, -8.873925007681e-05, { 1, 0, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { 1.359017422827e-04, 1.093835851969e-06, { 0, 1, 1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -5.187448239727e-05, -8.511938755257e-05, { 0, 1, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 1.224839116836e-04, -1.444468232529e-05, { 1, 0, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.656780996764e-06, -1.342156438457e-04, { 0, 1, -1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 6.033666728064e-06, 1.307688861052e-04, { 1, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -1.242434872680e-04, 1.242823513869e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 4, 0, 0, 0 } }, + { 1.054941425043e-04, 3.116064661204e-05, { 2, 1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.365264459898e-04, 1.020235563401e-07, { 2, 1, -1, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -9.108978884066e-05, 4.549955654718e-05, { 0, 1, -2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -9.118473046793e-05, -4.529655300332e-05, { 1, 0, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.360110366051e-04, 5.488026689973e-08, { 4, 1, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.550551987575e-06, -1.324767984699e-04, { 0, 1, -1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 2.647173094770e-05, -1.094361857517e-04, { 1, 0, 0, 0, 0, 3, -4, 0, 2, 0, 0, 0, 0 } }, + { -1.281054720922e-04, -7.660172409418e-06, { 0, 1, 1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { 7.040808229213e-07, -1.350166438175e-04, { 3, 1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 7.868298954122e-05, -5.683702361266e-05, { 1, 0, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { -3.861331439914e-05, -9.635419192944e-05, { 1, 0, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 1.057524314578e-05, 1.243811806098e-04, { 2, 1, -1, 0, 0, -22, 28, -7, 0, 0, 0, 0, 0 } }, + { 1.057524314578e-05, 1.243811806098e-04, { 2, -1, -1, 0, 0, -22, 28, -7, 0, 0, 0, 0, 0 } }, + { -1.333294235445e-04, 1.357577521980e-06, { 4, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.275827348742e-05, 8.177596555490e-05, { 2, -1, 0, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { 6.646680213269e-05, 6.779832077704e-05, { 2, 1, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 2.530200407065e-05, -1.089357978379e-04, { 0, 1, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.147848501240e-06, -1.330651383687e-04, { 2, -1, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 9.314121111194e-05, 4.102181930230e-05, { 2, -1, -1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -1.332845543176e-04, 8.584612132401e-07, { 0, 1, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -2.956887436060e-05, -1.044362341329e-04, { 0, 1, 1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 4.341681365928e-05, -8.972508372567e-05, { 1, 0, 0, 0, 0, 0, 7, -12, 0, 0, 0, 0, 0 } }, + { -2.680540948599e-05, -1.062447595347e-04, { 3, 0, -2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.322757099442e-04, -4.362338951695e-07, { 2, -1, -1, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -2.777843088334e-05, 1.047788173102e-04, { 2, 1, 0, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -1.201430711505e-04, -1.222753108832e-05, { 1, 0, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.315617146762e-04, -7.073993983584e-07, { 4, -1, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -5.965928892961e-05, -7.255735796190e-05, { 2, 1, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -7.920008564821e-06, 1.239850393969e-04, { 2, -1, 0, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { -8.763723035816e-05, -4.387746580423e-05, { 1, 0, 1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 1.312842954478e-04, 1.149518915196e-07, { 2, -3, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.566711469252e-05, -1.056106122890e-04, { 2, 0, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.286080896430e-05, -1.183918920263e-04, { 2, 1, 1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -3.930466124287e-05, -9.169308079100e-05, { 2, -1, 0, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { 1.307081634252e-04, 9.610430878807e-08, { 2, -1, 2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.303934930303e-04, 2.335061354875e-07, { 4, -1, -3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 3.849508024305e-06, 1.264921471374e-04, { 2, -1, 0, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -1.073546688846e-05, 1.195188259258e-04, { 3, 0, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.406437589507e-05, 4.614175688738e-05, { 1, 1, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 4.931106581035e-06, -1.251695025843e-04, { 2, 1, -1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.299999999806e-04, -2.246238747209e-09, { 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.299999999894e-04, -1.656317460108e-09, { 2, 0, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.299999999900e-04, -1.610938899545e-09, { 4, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.299999999911e-04, -1.520181778484e-09, { 2, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.897021077879e-05, -9.097008595837e-05, { 2, -1, 0, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 1.023152874196e-04, 2.742741234372e-05, { 2, 1, 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 5.855295716664e-05, -7.112488399047e-05, { 0, 1, 1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 1.287610006162e-04, 9.090308755642e-07, { 0, 1, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.943126111752e-05, 1.000290575106e-04, { 1, 1, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.480361024289e-05, 1.046113432382e-04, { 1, 0, 1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.249610079875e-04, 4.453588131644e-06, { 2, 1, 2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -4.364771673405e-06, -1.250115365955e-04, { 4, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.939523927461e-05, 9.982281264011e-05, { 1, 1, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.284182635992e-04, -6.090442005071e-07, { 0, 1, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -2.273307279034e-06, 1.267448671338e-04, { 2, -1, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.854279394878e-05, -8.028155684044e-05, { 2, 1, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -5.241923134000e-05, 7.632761300457e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 1, -3, 0, 0, 0 } }, + { 1.221529875561e-04, 6.581387498457e-06, { 2, 1, 0, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 1.179126745374e-04, -1.081951477160e-05, { 1, 0, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 3.902871694235e-05, 8.958794990110e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -1, 5, 0, 0, 0 } }, + { 8.573025112658e-05, -4.282235347366e-05, { 2, -1, -2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.076650706294e-04, -2.087739991758e-05, { 2, 1, -1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.157792706499e-04, 1.274694521407e-05, { 0, 1, 1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 8.869561443101e-05, 3.961361761169e-05, { 1, 0, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 7.000057155325e-05, 5.826074360381e-05, { 0, 1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 8.538362800858e-05, 4.275589694791e-05, { 1, 0, -1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -6.708066011589e-05, -6.060396647134e-05, { 2, -1, 0, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -3.928588832562e-05, 8.835859354565e-05, { 3, 0, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -1.083655789261e-04, 1.889183167430e-05, { 1, 0, -1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.235012689041e-04, -3.298378692796e-06, { 2, -1, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.046447713274e-04, -2.184369005026e-05, { 1, 0, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.929939026363e-06, 1.234502562641e-04, { 2, -1, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.535071532569e-05, -9.098310726336e-05, { 1, 0, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -3.956572357692e-05, -8.624115824486e-05, { 2, 1, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 4.157108986544e-05, -8.395884829659e-05, { 2, 1, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 1.080260323439e-04, 1.746697214216e-05, { 4, -1, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.009977465878e-04, -2.432720326825e-05, { 2, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -8.207347715390e-05, -4.300293506272e-05, { 1, 0, 0, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { -1.017479435076e-04, -2.292733756678e-05, { 1, 0, -1, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 9.999283973251e-05, -2.426680282529e-05, { 2, 1, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.604470496662e-05, 9.820689544424e-05, { 2, 1, -2, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 2.389101492169e-05, 9.960612550446e-05, { 1, 0, 2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.325603223355e-05, -9.020792956520e-05, { 2, -1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.741968076511e-05, -9.594689942213e-05, { 0, 1, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 4.049834922753e-06, -1.193121151910e-04, { 0, 1, 1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 4.982246203286e-06, -1.183417430086e-04, { 2, -1, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { 4.369345420835e-05, -7.956052600248e-05, { 0, 1, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -3.192528604634e-06, 1.199575248207e-04, { 0, 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.287402344279e-05, -9.959647753395e-05, { 2, -1, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.300921747091e-05, -2.935732120776e-05, { 4, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -5.264165532089e-05, -6.935731650775e-05, { 4, -1, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 7.769009369826e-05, -4.412512250828e-05, { 2, -1, 0, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.982799764834e-05, -1.018320960322e-04, { 1, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 3.423883853721e-05, -8.739901322223e-05, { 2, 1, 0, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -3.204445048350e-05, 8.955069045203e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, 0, 0 } }, + { 4.218825973145e-05, -7.937583370102e-05, { 0, 1, 2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 8.527606875836e-05, -3.624082500737e-05, { 2, -1, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.213938376280e-05, -9.919805193291e-05, { 2, 1, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.332009275513e-05, -9.799915576253e-05, { 0, 0, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 8.911117587321e-05, -3.209772553647e-05, { 2, -1, -1, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 4.862354360490e-05, 7.254979102131e-05, { 1, -1, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -8.492695918696e-05, -3.608626746312e-05, { 2, -1, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.314960317338e-05, 9.782016262028e-05, { 3, -2, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 8.953318828342e-05, -3.141437018723e-05, { 2, -1, -1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -4.529262019986e-05, -7.550625142884e-05, { 3, 0, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -1.284987184652e-05, -1.078304138885e-04, { 1, 0, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -7.773244726560e-05, 4.270581377870e-05, { 3, -1, 0, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 7.773244726560e-05, 4.270581377870e-05, { 1, -1, 0, 0, 0, 0, 34, -41, 2, 0, 0, 0, 0 } }, + { -9.942081731303e-05, -2.082383151269e-05, { 1, 0, 0, 0, 0, -8, 10, 0, 0, 0, 0, 0, 0 } }, + { -2.297110198473e-05, -9.718566465870e-05, { 1, 0, 1, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.149228130989e-04, -5.086411710760e-06, { 4, -1, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.199999999908e-04, 1.487020522661e-09, { 2, 0, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.199999999975e-04, -7.749261878880e-10, { 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -8.281414335741e-05, -3.700547576337e-05, { 1, 0, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 9.894174698225e-05, 2.034917971500e-05, { 1, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.387548881247e-05, -9.526638525997e-05, { 1, 0, 1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -6.524481687477e-05, 5.386177537186e-05, { 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -4.070901045385e-05, -7.839137310992e-05, { 0, 1, 2, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 1.010291179216e-04, 1.785330218690e-05, { 4, -1, -3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -2.194966890863e-05, -9.655157875427e-05, { 0, 1, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.543298262701e-05, 7.302284430937e-05, { 2, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.445665302626e-05, -9.399157364665e-05, { 0, 1, 3, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.444535874119e-05, -9.394989366416e-05, { 0, 1, 3, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -9.826786472890e-05, 1.990607426040e-05, { 1, 0, 0, 0, 0, 13, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.146311815076e-04, -3.485062174509e-06, { 0, 1, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 1.131620133826e-04, -4.894254165655e-06, { 0, 1, -1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 8.281993178594e-05, 3.522582715810e-05, { 2, 1, -1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.179252717834e-04, 6.054328504059e-08, { 1, -1, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -5.681642206596e-06, -1.122863932107e-04, { 2, 1, -1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -1.130279253405e-04, -4.798213507040e-06, { 0, 1, 1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 7.725064143821e-05, 4.038533563905e-05, { 1, 0, 0, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { -1.175047070440e-04, 6.024079637130e-08, { 1, 1, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -8.452822680175e-05, 3.294226991074e-05, { 2, -1, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.085580709840e-05, -8.660434912078e-05, { 1, 0, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.406900139937e-05, -9.337128302001e-05, { 1, 0, 1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -9.836331556917e-05, -1.896027455057e-05, { 1, 0, 1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -2.218286765691e-05, -9.499367616795e-05, { 1, 0, 0, 0, 0, -13, 12, 0, 0, 0, 0, 0, 0 } }, + { 9.825532329206e-05, -1.887483440011e-05, { 1, 0, -2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.308754344210e-06, -1.156866689819e-04, { 0, 1, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 1.089877934989e-04, -7.901176152221e-06, { 2, -1, 1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -2.116315615342e-05, 9.560072664179e-05, { 2, -1, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.164951228599e-04, 3.845501215478e-08, { 2, 1, -1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 8.600230722835e-05, 3.052580459540e-05, { 2, -1, -1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.741903202302e-06, -1.117358518319e-04, { 2, -1, 1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.536000250821e-05, 9.108268768334e-05, { 0, 1, 1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 2.535157957754e-05, 9.105095949059e-05, { 0, 1, 1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 9.725088751915e-05, -1.893643059960e-05, { 1, 0, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.092990109393e-04, -6.570492860899e-06, { 0, 1, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -1.155178602980e-04, -5.208829438339e-08, { 2, -3, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.452771232615e-05, 4.088822584334e-05, { 1, -1, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -3.313120223496e-05, 8.215461189209e-05, { 2, 1, -1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.197388644598e-05, 9.330749753411e-05, { 1, 0, -1, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { 6.876858819592e-05, -4.647238130897e-05, { 2, -1, -2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 8.482814907973e-05, 3.034905580102e-05, { 2, -1, -2, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -1.077918383753e-04, 7.355243384580e-06, { 1, 0, 0, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { 9.561496297217e-05, 1.932432046483e-05, { 1, 0, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.020744683417e-04, -1.268092721731e-05, { 0, 1, 0, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -3.936968000541e-05, -7.527938026941e-05, { 2, 1, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.981563857345e-05, 9.481500765270e-05, { 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -9.644565743483e-05, 1.802641129693e-05, { 1, -2, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -8.992590445681e-05, 2.441280805474e-05, { 1, 0, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.138744680690e-04, 3.297265676923e-08, { 0, 1, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.122662021814e-04, -1.561351986034e-06, { 1, 1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.887909291258e-06, 1.099312701707e-04, { 0, 1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.136629330516e-04, -3.319606121588e-08, { 2, 1, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.134692773794e-04, -3.949382139024e-08, { 0, 1, 0, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 4.477578839184e-06, -1.087737931574e-04, { 4, -3, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 7.224122347095e-05, 4.079195346233e-05, { 0, 1, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 2.703594453942e-05, 8.581759061813e-05, { 2, -1, -1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.487603706224e-05, -8.790638974112e-05, { 0, 1, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 2.560099967762e-05, -8.703165063889e-05, { 4, 1, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.557043810610e-05, -8.694647925496e-05, { 4, 1, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 4.280486247060e-05, 6.951539837673e-05, { 1, 0, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.122152671857e-04, -7.990201403200e-08, { 0, 1, 3, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.942222560623e-05, 9.276431366850e-05, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 7.436785517039e-05, -3.779266811322e-05, { 2, 1, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -2.541191066577e-05, 8.654214562943e-05, { 1, -1, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 2.538506336509e-05, 8.636221235904e-05, { 1, -1, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -5.259224729030e-05, -5.901207331940e-05, { 2, 1, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.113425806452e-04, -1.523253943108e-07, { 2, 1, -1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { 2.231202138119e-05, 8.910291804872e-05, { 1, 0, 1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -5.039450525490e-05, 6.091082091532e-05, { 0, 1, 1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -9.842156556609e-05, -1.275564463169e-05, { 3, 0, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.330316726303e-05, 8.784848187569e-05, { 2, 1, 1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 1.109040550581e-04, -1.475435854038e-07, { 1, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.950952000398e-05, -9.149983187768e-05, { 3, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.457860768594e-05, -6.641281935692e-05, { 0, 1, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.088266649771e-04, -2.078667773928e-06, { 4, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 5.523694555864e-05, 5.562242515429e-05, { 2, -1, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 2.196963790292e-05, 8.876875318704e-05, { 2, -1, 1, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.103545784812e-04, 2.775803210675e-08, { 2, -1, -1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 5.122648582951e-07, -1.097934211632e-04, { 3, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.099996962495e-04, 2.464751474099e-07, { 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.742093972913e-05, 2.276834552479e-05, { 3, 1, -3, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -4.236290872992e-05, 6.781339211571e-05, { 2, 1, -1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { -3.168843028843e-05, 7.837466059671e-05, { 2, -1, -1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.099999999901e-04, 1.478293876395e-09, { 2, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.095337225247e-04, 4.355352810314e-07, { 2, 1, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 4.114383537062e-05, 6.860892661305e-05, { 1, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.418597769444e-05, 3.553327008950e-05, { 3, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -1.450602914412e-05, 9.513866459278e-05, { 0, 1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.095596595614e-06, -1.003384264656e-04, { 2, 1, -1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -3.526180917524e-05, -7.412309092604e-05, { 2, 1, -1, 0, -5, 0, 13, -7, 0, 0, 0, 0, 0 } }, + { -3.526180917524e-05, -7.412309092604e-05, { 2, -1, -1, 0, -5, 0, 13, -7, 0, 0, 0, 0, 0 } }, + { -8.476743339328e-05, 2.450567769953e-05, { 0, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.128697093158e-05, 8.797185432631e-05, { 2, 1, -2, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -5.201899293255e-05, 5.713604178831e-05, { 2, -1, 0, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { 2.288514094222e-05, 8.626364354359e-05, { 2, 1, -1, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 7.264091620497e-05, -3.640921683361e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { -8.002217708134e-05, -2.878337344135e-05, { 0, 1, 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -7.918014459808e-05, 2.958156888000e-05, { 1, 0, -1, 0, 0, 29, -33, 0, 2, 0, 0, 0, 0 } }, + { -7.623976133452e-05, -3.239599505238e-05, { 2, 1, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 7.623976133452e-05, -3.239599505238e-05, { 2, 1, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -8.945648757720e-06, 9.959907312974e-05, { 3, 0, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.945127258070e-06, 9.959911996768e-05, { 1, 0, -3, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.945057724765e-06, -9.959912621254e-05, { 3, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.081827343264e-04, 2.187010525539e-07, { 2, -1, 0, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -4.936978586945e-05, -5.894821445623e-05, { 1, -1, 0, 0, 0, 20, -18, 0, 0, -1, 0, 0, 0 } }, + { -4.936978586945e-05, -5.894821445623e-05, { 1, -3, 0, 0, 0, 20, -18, 0, 0, -1, 0, 0, 0 } }, + { 9.194777558614e-05, 1.636220509965e-05, { 2, 1, -3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -7.882116499086e-05, 2.945114353127e-05, { 1, -2, -1, 0, 0, 29, -33, 0, 2, 0, 0, 0, 0 } }, + { 2.389502987776e-05, -8.428213328037e-05, { 0, 1, 1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 9.391365805913e-05, 1.398964713107e-05, { 2, -1, -2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 8.550246639473e-05, 2.227288664796e-05, { 3, -1, -3, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -4.977790973177e-05, -5.797998119088e-05, { 0, 1, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -9.372792237966e-05, 1.393130541815e-05, { 2, -1, -2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -2.022133127269e-05, -8.742622279226e-05, { 0, 2, 0, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.060892199579e-04, -1.504602215551e-06, { 2, -1, 0, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0 } }, + { -6.765824625219e-05, -3.980425402290e-05, { 2, -1, 0, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 7.829443565853e-05, -2.905481201578e-05, { 0, 1, 2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -9.740850473634e-05, -9.634441390720e-06, { 2, -1, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.846894821738e-05, -8.856453276600e-05, { 2, 1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.688583543090e-05, 8.013391967840e-05, { 2, 1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.066582841116e-05, -8.545176708220e-05, { 1, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.029082044328e-05, 8.568850720400e-05, { 1, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.305375952341e-05, -6.290630118645e-05, { 2, -1, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -8.067314110035e-05, -2.524417900229e-05, { 2, 1, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.278989681654e-06, -1.024949158833e-04, { 4, 1, -2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -1.739246166218e-05, 8.834607929394e-05, { 0, 1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.133034311591e-05, -7.432025559980e-05, { 2, -1, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { -3.144370024467e-05, 7.418954820039e-05, { 1, 0, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0, 0 } }, + { -8.709352137229e-05, 1.847398053913e-05, { 2, -1, 0, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { 4.218857773186e-05, -6.333914192717e-05, { 2, 1, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.054332511605e-04, 4.296675605873e-08, { 0, 1, -1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.051195415740e-04, -3.092077263206e-07, { 2, -1, -1, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { 2.017695182435e-05, 8.510434908393e-05, { 1, 0, -2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.647103903441e-05, -8.865526861429e-05, { 1, 0, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -3.374404017424e-05, -7.130739295678e-05, { 2, -1, 1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { -6.449058318568e-05, -4.044315752719e-05, { 2, 1, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -1.048460371829e-04, 2.952129344770e-08, { 4, -1, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.438680149241e-06, -9.938363323193e-05, { 2, -1, 0, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { 3.512817154348e-05, -6.965435381416e-05, { 2, -1, 0, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { -9.532365690208e-05, -9.219928057832e-06, { 1, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.332538949942e-05, -6.109533553451e-05, { 1, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.042487002893e-04, 8.835271951639e-08, { 3, -1, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.028693228986e-04, 1.408862152219e-06, { 2, -1, 1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -3.208700576225e-05, 7.218042600026e-05, { 1, -2, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 8.469107692409e-06, -9.553079310853e-05, { 2, -1, -1, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { -2.843812199084e-05, 7.551682958678e-05, { 2, -1, 0, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { -1.028111874789e-04, 1.120108349087e-06, { 2, -1, 0, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0 } }, + { 1.037532623701e-04, 9.485899476947e-08, { 1, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.004078404834e-05, 8.343179647798e-05, { 3, 0, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.022997827418e-04, -9.444213102337e-07, { 3, -1, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.616970080330e-05, 8.697850041442e-05, { 1, -2, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.399921469261e-06, -1.015979075462e-04, { 0, 1, 1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 8.884630691561e-05, 1.411027352991e-05, { 0, 1, -1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 5.277176945825e-05, 5.014876185802e-05, { 2, -1, 0, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.269442927572e-05, -8.010995685028e-05, { 0, 1, -1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 4.023252245428e-05, -6.256389615339e-05, { 4, -1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 3.771642109334e-06, -9.885711926533e-05, { 2, -1, -1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 4.757953570529e-05, 5.490616090811e-05, { 2, -1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.389909579372e-05, 2.858147246694e-05, { 0, 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.992914208719e-05, 8.234993581800e-05, { 1, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.020906650027e-04, -5.499093898043e-08, { 2, -1, 0, 0, 0, 0, 3, 0, 0, -3, 0, 0, 0 } }, + { 8.905495903517e-05, 1.300823859113e-05, { 1, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -7.274819698778e-05, -2.927799469809e-05, { 0, 1, 2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 6.484641592727e-05, -3.710326718929e-05, { 2, -1, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -3.991948616068e-05, -6.198495517947e-05, { 4, -1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -5.262936282602e-05, -4.918077185063e-05, { 4, -1, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -6.700563845949e-05, 3.479975505917e-05, { 0, 1, 1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 6.709170531459e-05, 3.469887591159e-05, { 0, 1, -1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 2.249885573057e-05, -7.924609964761e-05, { 2, 1, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 5.606675226294e-05, -4.559378685152e-05, { 4, -1, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -2.247683152483e-05, -7.918349073989e-05, { 2, 1, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -6.606107176512e-05, 3.552711534246e-05, { 1, 0, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.249973558793e-05, 8.900660218646e-05, { 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.667094477878e-05, 3.473444443513e-05, { 0, 1, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -1.942291818224e-05, -8.190698609922e-05, { 3, 0, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.010846059677e-04, -2.306111706376e-07, { 2, -1, -2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -7.016851315585e-05, 3.102782687016e-05, { 1, 0, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -3.349706984499e-06, -9.777920948095e-05, { 4, -1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.685623894387e-05, -8.425413203987e-05, { 2, 1, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -8.953931706680e-05, -1.151467234317e-05, { 1, 0, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 1.008364851031e-04, 1.066372208032e-08, { 2, -1, 1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { 1.924558374891e-05, -8.132954519242e-05, { 1, 0, -2, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.294163616461e-05, -5.760674201989e-05, { 4, 1, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.896892802955e-05, 8.135952689235e-05, { 1, 0, 0, 0, 0, 17, -16, 0, 0, 0, 0, 0, 0 } }, + { 9.999984248007e-05, 1.587550445651e-07, { 4, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.178884481856e-05, 7.825538881946e-05, { 0, 1, -1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 2.178076215985e-05, 7.822705449765e-05, { 0, 1, -1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 1.921261366496e-05, -8.078879837411e-05, { 1, 0, -1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.999999999395e-05, 1.099557428734e-09, { 2, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 6.640383054103e-05, -3.348730066094e-05, { 1, 0, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.265296913046e-05, -7.714801096279e-05, { 2, -3, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.944373541374e-05, -8.035493930015e-05, { 0, 1, 3, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 7.330007152273e-05, 2.647840852131e-05, { 2, 1, 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -2.264443954817e-05, -7.712866930992e-05, { 2, -3, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -6.428183993947e-05, 3.538502660341e-05, { 2, 1, 1, 0, -12, 0, 12, 0, -2, 0, 0, 0, 0 } }, + { -6.428183993947e-05, 3.538502660341e-05, { 2, -1, 1, 0, -12, 0, 12, 0, -2, 0, 0, 0, 0 } }, + { -9.857222000431e-05, -7.436807606610e-07, { 4, -3, -1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 2.267285738763e-05, 7.652591013672e-05, { 1, 0, 0, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { -8.513408465461e-05, 1.402848448915e-05, { 2, -1, 0, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { 2.523331134628e-05, -7.381565478529e-05, { 4, 1, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 8.500634472668e-05, 1.398629238281e-05, { 2, -1, 0, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { 4.865158361199e-05, 5.032915071850e-05, { 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.988361784668e-05, 5.903050482653e-05, { 0, 1, 1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { -7.970396809972e-05, 1.913415442610e-05, { 1, 0, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.204481850281e-05, -6.660816876223e-05, { 2, -1, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 2.092799689701e-05, -7.763865508180e-05, { 1, 0, 0, 0, 0, -12, 13, 0, 0, 0, 0, 0, 0 } }, + { 7.845544573724e-05, 1.999346580601e-05, { 2, -1, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 5.928229667435e-05, 3.906428378796e-05, { 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.730104964281e-05, -6.102229210393e-05, { 2, 1, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -7.999995021437e-06, -9.031817040367e-05, { 2, -1, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 9.823057682900e-05, 1.149240008285e-08, { 2, -1, 2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.550051670641e-05, -3.271437517564e-05, { 2, -3, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.877191089724e-05, -5.941967474027e-05, { 0, 1, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -6.537185910772e-05, -3.265017542660e-05, { 2, -3, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 3.002330960050e-06, -9.498469451593e-05, { 0, 1, 1, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { -3.036343948847e-06, -9.489175950217e-05, { 4, 1, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -9.432239966476e-05, -3.555865256935e-06, { 2, 1, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 6.953196444851e-05, 2.832795708254e-05, { 1, 0, 0, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { 6.586928940449e-05, -3.197612229868e-05, { 2, 1, -1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -9.393366777158e-05, -3.829020758194e-06, { 4, 1, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -9.768917280034e-05, 3.829255733370e-08, { 0, 1, 1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -8.050864852123e-06, 8.963918548901e-05, { 3, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.744003418300e-05, 1.637139215465e-07, { 2, -1, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.629733433975e-05, -8.118196122646e-05, { 2, -1, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 5.741192444613e-05, 4.004835741191e-05, { 3, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -8.034358040245e-05, -1.694028537219e-05, { 1, 0, 0, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 6.246650522360e-05, 3.480540791962e-05, { 2, 1, 1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -4.596718673936e-06, -9.245476113209e-05, { 2, -1, -1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 9.700443575090e-05, 2.279386103554e-08, { 4, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.052973803007e-05, -5.639489753473e-05, { 1, 0, 0, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { -1.353801120743e-05, -8.334542664841e-05, { 1, 0, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 1.106401016174e-06, -9.577622988334e-05, { 0, 1, 1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 4.360013514363e-06, -9.229187486166e-05, { 0, 1, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -3.212450614689e-05, 6.451545488796e-05, { 1, 0, 0, 0, 0, 0, 9, -14, 0, 0, 0, 0, 0 } }, + { 9.631730184749e-05, 3.105534265758e-07, { 2, 1, -1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 9.432966333920e-05, -2.214290485376e-06, { 4, 1, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 3.902820444022e-05, -5.730241315839e-05, { 1, 1, 0, 0, 0, 0, -31, 35, 0, 0, 0, 0, 0 } }, + { 3.902820444022e-05, -5.730241315839e-05, { 1, -1, 0, 0, 0, 0, -31, 35, 0, 0, 0, 0, 0 } }, + { 1.850482466272e-05, -7.757698628959e-05, { 1, 0, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { 9.594024105469e-05, 5.732394202570e-08, { 4, 1, -3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.084908932621e-05, 5.511520513098e-05, { 2, 1, -1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { -9.639450693641e-08, -9.578361418264e-05, { 4, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -8.356671329974e-05, 1.215543317710e-05, { 4, -1, -1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -9.846922463894e-06, 8.582350418613e-05, { 3, 0, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.818164289983e-05, 7.748639299295e-05, { 1, 0, -1, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { -6.198901060894e-05, 3.367790045739e-05, { 2, -1, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0 } }, + { -9.518452028160e-05, 3.989144295126e-07, { 0, 1, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 3.149085229833e-05, -6.400116940394e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, -3, 0, 0 } }, + { 1.716139628079e-05, -7.831429255539e-05, { 2, -1, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { 3.327693377717e-05, -6.218849893526e-05, { 0, 1, 1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -9.225113227934e-05, 2.929447299539e-06, { 2, -3, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 3.053613328240e-05, 6.456270754634e-05, { 2, -1, 0, 0, 0, 0, 10, -14, 0, 0, 0, 0, 0 } }, + { -1.826514113889e-05, 7.674626153170e-05, { 3, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.829696608451e-05, -6.631234168020e-05, { 1, 0, 0, 0, 0, 0, -4, 9, 0, 0, 0, 0, 0 } }, + { 5.893135285973e-06, -8.830109325565e-05, { 2, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 8.990098649673e-05, 4.220500789566e-06, { 2, -1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.216516405091e-05, 5.165650628092e-05, { 2, 0, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -4.234204602770e-05, -5.140654688109e-05, { 0, 1, 3, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.790634018735e-05, 7.569006181834e-05, { 1, 0, 1, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.081464273629e-05, -7.268712608147e-05, { 0, 1, 0, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -9.328787918846e-05, 4.050832905993e-08, { 4, 1, -2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.665735743763e-06, -8.854624487070e-05, { 0, 1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 6.208389987142e-05, -3.100795515478e-05, { 1, 1, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 3.652486594047e-05, -5.656516738313e-05, { 1, -1, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 4.005456177998e-05, 5.293472418148e-05, { 2, 1, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { -1.794786941005e-05, -7.502879008347e-05, { 3, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.905329278003e-05, -6.390360193819e-05, { 0, 1, 1, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { 2.904362083103e-05, -6.390069052084e-05, { 0, 1, 1, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -5.815881795466e-05, -3.438935223956e-05, { 1, 0, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.649201420400e-06, 8.389809017188e-05, { 0, 1, 1, 0, 0, -16, 16, -7, 8, -6, 0, 0, 0 } }, + { 8.649201420400e-06, 8.389809017188e-05, { 0, 1, -1, 0, 0, 16, -16, 7, -8, 6, 0, 0, 0 } }, + { -5.659758274782e-05, -3.554541339459e-05, { 2, -1, -2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -9.107164408187e-05, 7.916508723381e-07, { 2, 1, 2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.032743345918e-05, 6.152886007134e-05, { 2, -1, 0, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { -7.718286904638e-05, -1.460733190550e-05, { 2, -1, 1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 3.632521515623e-05, 5.538741322717e-05, { 1, 0, 0, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0 } }, + { 6.200857326336e-05, 2.968852883021e-05, { 2, -1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.158973564747e-05, -9.011818162248e-08, { 2, -1, 1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 6.001322310021e-05, -3.155333184237e-05, { 2, -1, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 9.036589554337e-05, -1.036547396799e-06, { 0, 1, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 9.126611572741e-05, -1.052013927892e-07, { 1, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 9.107709722930e-05, 1.413341860090e-07, { 1, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.075697543462e-05, -3.034560992557e-05, { 1, 1, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.755320351593e-05, -5.341233058890e-05, { 2, -1, -2, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { -3.181108436178e-05, -5.914924574480e-05, { 0, 1, 1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { -3.356838049245e-05, -5.728895544058e-05, { 0, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -5.461519071789e-05, 3.621568449687e-05, { 1, 0, 0, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { 4.124949556752e-05, -4.948254819859e-05, { 1, 0, 0, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0 } }, + { -4.531049502210e-05, -4.538218525120e-05, { 2, -1, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.790797194338e-06, -8.790137180071e-05, { 4, 1, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 8.135295101629e-05, -9.269225953153e-06, { 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 } }, + { -1.733363518128e-05, 7.322171602589e-05, { 1, -2, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -7.146415374283e-05, 1.902487865986e-05, { 1, 0, 0, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { -3.498961955388e-05, -5.539148064990e-05, { 2, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 8.515532605780e-05, 5.118955184034e-06, { 0, 1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 8.999989631219e-05, 1.795384885782e-07, { 2, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.027352187895e-05, -9.786433923359e-06, { 0, 1, 0, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 3.475886940192e-05, -5.525647279786e-05, { 2, 1, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -8.999999998763e-05, 1.492256510387e-09, { 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -8.999999999249e-05, -1.162389281808e-09, { 4, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 8.999999999328e-05, -1.099557428721e-09, { 4, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 8.999999999385e-05, -1.052433538950e-09, { 0, 4, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 8.999999999385e-05, 1.052433538929e-09, { 2, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -8.999999999539e-05, -9.110618695468e-10, { 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -8.999999999600e-05, 8.482300164567e-10, { 4, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 7.915601582165e-05, 1.066898729706e-05, { 2, -1, 0, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -2.627030603355e-05, -6.354332189351e-05, { 1, -2, 1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 7.312571206822e-05, -1.668441882218e-05, { 4, -1, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 8.267534984196e-07, -8.897720478343e-05, { 0, 1, -1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -4.269178631736e-06, -8.542122983232e-05, { 2, 1, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 7.296507185697e-06, -8.227360593163e-05, { 2, -1, -1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 4.094484739614e-05, -4.862083405125e-05, { 2, 1, -1, 0, 0, 0, -33, 40, 3, 0, 0, 0, 0 } }, + { 4.094484739614e-05, -4.862083405125e-05, { 2, -1, -1, 0, 0, 0, -33, 40, 3, 0, 0, 0, 0 } }, + { 1.883820323803e-05, -7.063627952298e-05, { 0, 1, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.156128528460e-05, -7.872884852044e-06, { 1, 0, 0, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.378115783022e-06, 8.404570843918e-05, { 2, -1, 1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { -2.033808057438e-05, -6.868741976095e-05, { 0, 1, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.680439371121e-05, -5.213328910815e-05, { 1, 0, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 7.142759407777e-05, 1.750111578629e-05, { 2, -1, 0, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { -7.165238299759e-07, -8.812917223028e-05, { 0, 1, -1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -5.921280225647e-05, 2.957395600002e-05, { 4, -1, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.317138799272e-05, -7.560582356427e-05, { 1, -2, 0, 0, 0, 3, -4, 0, 2, 0, 0, 0, 0 } }, + { 8.748349052043e-05, -1.280118639488e-06, { 1, 0, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.425052834565e-05, -5.445348701396e-05, { 2, 1, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -2.123141030780e-05, 6.744419761389e-05, { 2, -1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { 3.121481223897e-05, -5.743366263870e-05, { 2, -1, 0, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { 3.555741610692e-06, -8.499857711647e-05, { 2, -1, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -4.156035643976e-06, -8.430290304098e-05, { 0, 1, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -1.612376114388e-05, 7.221548219230e-05, { 2, 1, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.970927491035e-05, -5.859251408892e-05, { 0, 1, -1, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -2.970286952021e-05, -5.859217509359e-05, { 0, 1, -1, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { 5.924404503795e-05, -2.903076454701e-05, { 2, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -8.817807633042e-05, -4.421883308272e-08, { 4, 1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.891543033643e-05, -5.911091729492e-05, { 0, 1, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 2.244371073562e-06, -8.575262349683e-05, { 0, 1, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -8.726606478234e-05, -6.644639842903e-07, { 4, -1, -1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 8.769833332442e-05, 1.456391242947e-07, { 2, 1, -1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -5.337109095318e-05, 3.444980720927e-05, { 0, 1, 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 3.719131500168e-05, -5.058131165244e-05, { 1, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.132343790195e-05, -3.644592457806e-05, { 0, 1, -1, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { 7.454889463448e-05, 1.320418834728e-05, { 2, -1, -4, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -7.748910950360e-05, -1.025654916780e-05, { 1, 0, -2, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.129674657308e-05, -3.644674652916e-05, { 0, 1, -1, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { 5.345486509265e-07, 8.706496149497e-05, { 1, -1, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.029630130255e-05, -2.730051707196e-05, { 1, 0, 0, 0, 0, 0, -7, 15, 0, 0, 0, 0, 0 } }, + { -8.680080456867e-05, 7.798365890447e-07, { 2, -1, 2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -8.750350731290e-05, 4.064470993459e-08, { 0, 1, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.671536757275e-05, -7.076348221761e-05, { 1, 0, 1, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.809802212857e-05, -5.919667649508e-05, { 2, -1, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { 8.711969165383e-05, -1.191735387865e-08, { 2, 1, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 3.336735575801e-06, -8.377902130557e-05, { 2, 1, -1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -3.394664774850e-05, 5.299133938579e-05, { 2, -1, 1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 7.156435566248e-06, 7.967926599804e-05, { 1, 0, 0, -2, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 7.156240873051e-06, -7.967928348427e-05, { 5, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 7.156185246416e-06, -7.967928848025e-05, { 3, 0, 1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.155698513207e-06, -7.967933219341e-05, { 1, -2, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.790415767316e-05, 2.892244463151e-05, { 4, -1, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -5.640403860062e-05, 3.041608368941e-05, { 2, -1, 1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { -4.549993858341e-05, 4.125873339719e-05, { 2, -1, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { -7.991117434685e-05, -6.818252208547e-06, { 1, 0, 0, 0, 0, 0, -8, 17, 0, 0, 0, 0, 0 } }, + { 8.647241543573e-05, -1.122299287298e-07, { 0, 1, -1, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 3.260600867072e-05, -5.393584412650e-05, { 2, -1, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -1.149633650627e-05, 7.486205713122e-05, { 2, 1, -1, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { -3.233308965761e-05, 5.390552284859e-05, { 1, 0, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 7.206390087912e-05, -1.411811252474e-05, { 4, 1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.893350300734e-05, 6.713426431126e-05, { 0, 1, -1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 7.388672650592e-05, -1.207775704173e-05, { 2, -1, 0, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { -1.037744822465e-05, 7.547154196392e-05, { 2, -1, 0, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { -4.798383144184e-05, 3.781845704387e-05, { 2, 1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -4.468136668385e-05, 4.109652883556e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 2, 0, 0, 0 } }, + { 8.071683680748e-05, -5.054332562413e-06, { 2, -1, 0, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { -7.098785306216e-05, 1.451757383560e-05, { 1, 0, 0, 0, 0, 14, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.638593491352e-05, -6.906873988375e-05, { 2, 0, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.708706453448e-05, 2.835164341522e-05, { 3, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -6.579010949929e-05, 1.963923349747e-05, { 2, -1, 0, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { 6.255266096086e-05, 2.267803297916e-05, { 2, -1, 0, 0, 0, -8, 14, 0, 0, 0, 0, 0, 0 } }, + { -8.401852456822e-05, -1.210419190618e-06, { 2, -1, 0, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { 8.492515515369e-05, 1.425715139505e-07, { 2, -1, -1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.424217008753e-05, 7.064254113804e-05, { 2, -1, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 2.865233387477e-06, 8.194828699687e-05, { 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 2.782410118887e-05, -5.695466624883e-05, { 2, 1, -1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { 3.773962883992e-05, -4.703285332358e-05, { 1, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { -8.196292792142e-05, -2.787140594083e-06, { 0, 1, 1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 8.454546291758e-05, 1.546366104898e-07, { 2, 1, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -1.701059276441e-05, -6.745433091196e-05, { 1, 0, -2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -6.977217598199e-05, -1.461056401404e-05, { 1, 0, 0, 0, 0, -9, 11, 0, 0, 0, 0, 0, 0 } }, + { -4.531535842609e-06, 7.976039129402e-05, { 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.962322226739e-05, -5.465863281656e-05, { 0, 1, -1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { -2.843555950366e-05, -5.579303040346e-05, { 1, 0, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0 } }, + { -8.384297882402e-05, -3.698812536495e-07, { 4, 1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -1.590413485930e-05, -6.824313991501e-05, { 1, 0, 0, 0, 0, -14, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.609608222422e-05, -6.801980884199e-05, { 1, 0, -2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 7.485434841726e-05, -9.251294286552e-06, { 2, -1, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { 7.325027775574e-07, -8.336127257219e-05, { 3, 1, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 8.402351590560e-05, 5.313813647673e-09, { 2, 1, 2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.883591878574e-05, -1.497931119855e-05, { 1, 0, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.289616276222e-05, 5.074775773831e-05, { 0, 1, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -8.360193691562e-05, -3.519267553018e-08, { 2, 1, 0, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { 5.626940460361e-05, -2.727851076612e-05, { 2, -1, -1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { 4.921022095383e-05, 3.432716349592e-05, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.597795708000e-05, 6.747150819859e-05, { 1, -2, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.227754285987e-05, 7.109507108173e-05, { 1, 1, 1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -7.403892896818e-05, -9.244463735103e-06, { 2, -1, 0, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { 1.225438971470e-05, 7.099718530277e-05, { 1, -1, -1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.485609823832e-05, 6.837607136083e-05, { 1, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 8.083919200563e-05, -2.213898778093e-06, { 4, 1, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -8.297500323637e-05, -6.264468892780e-08, { 2, -1, 2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -8.277718441595e-05, -1.143941633662e-07, { 4, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 6.362549321930e-06, -7.652124739081e-05, { 2, 1, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -3.340219303763e-05, 4.942871348750e-05, { 0, 1, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 2.708808430466e-05, -5.573688348680e-05, { 0, 1, 0, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { 4.788447651056e-05, -3.490357135548e-05, { 0, 1, 1, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { -4.791118488641e-05, -3.486343568925e-05, { 0, 1, 1, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { 8.273911633751e-05, -3.605472368620e-09, { 2, -3, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.903637230235e-05, -5.349739219612e-05, { 0, 1, -1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { 8.085063402621e-05, -1.492402788339e-06, { 0, 1, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.572026072523e-06, -7.675826709602e-05, { 2, -1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 8.182791617183e-05, 2.934554786313e-07, { 2, -1, 0, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -6.350736178774e-05, 1.844758215701e-05, { 1, -2, -2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -1.625180310468e-06, -8.032308518299e-05, { 0, 1, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 7.949494891602e-05, -2.025672950807e-06, { 2, 1, 0, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { 5.433631053208e-05, -2.714241026174e-05, { 2, 1, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.538134921697e-05, -6.603340622882e-05, { 3, 0, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -7.061990528341e-05, 1.075900921082e-05, { 0, 1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.104861531110e-05, -1.023518891283e-05, { 2, -1, 0, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { -3.666436606358e-05, -4.451336559926e-05, { 2, -1, 2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -6.635261223235e-05, 1.482498553977e-05, { 4, 1, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.805886163466e-05, 6.275248182354e-05, { 2, -1, -1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { 3.435317056677e-05, 4.644667592471e-05, { 2, -1, -1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 9.179926393316e-06, -7.156311338919e-05, { 4, -1, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -3.654893328660e-05, -4.416452655977e-05, { 1, 0, 0, 0, 0, 0, -2, 6, 0, 0, 0, 0, 0 } }, + { 1.511195798680e-05, 6.556460935039e-05, { 1, 2, -1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 3.028908726634e-05, -5.034216364021e-05, { 1, -2, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 7.908185858750e-05, 1.513847279673e-06, { 2, 1, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 2.221426813165e-05, -5.822396836529e-05, { 1, 0, 0, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { -1.527411586624e-05, -6.509996930550e-05, { 3, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 8.033598064365e-05, -2.554332385855e-08, { 0, 1, 3, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 7.999999998499e-05, 1.549852375674e-09, { 2, -2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -7.999999998682e-05, 1.452113937580e-09, { 2, 2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 7.999999998830e-05, -1.368338133495e-09, { 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -7.999999999259e-05, 1.089085453211e-09, { 2, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -7.999999999296e-05, 1.061160185181e-09, { 4, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 7.999999999386e-05, 9.913470151074e-10, { 3, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 7.999999999941e-05, 3.071779483502e-10, { 1, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 8.000000000000e-05, 0.000000000000e+00, { 0, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.517158862736e-05, 6.476599350501e-05, { 1, 0, -1, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { 4.081234658720e-05, -3.912451370500e-05, { 2, -1, 0, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { -7.799010344982e-05, 1.914792947683e-06, { 0, 1, 3, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -7.983773916839e-05, 4.402404657332e-08, { 2, -1, -1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -5.162952283676e-05, -2.820920594681e-05, { 1, 0, 0, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { 7.813275095577e-05, -1.648234795714e-06, { 2, -1, 0, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { -7.967700663316e-05, 3.655339851729e-08, { 2, 1, -1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.543540299835e-05, 6.413797345895e-05, { 1, -2, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.003485265429e-05, -2.953773458523e-05, { 0, 1, 2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -5.476946907928e-05, 2.450104563360e-05, { 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.546506287016e-05, -3.350004468973e-05, { 2, -1, 0, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { -3.113371484481e-05, 4.782060818401e-05, { 0, 1, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 7.868971536468e-05, 3.783107765547e-08, { 0, 1, -1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.504057180169e-05, 6.359725142392e-05, { 3, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.015514747085e-05, -5.844548563667e-05, { 1, 0, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.500297333463e-05, -6.356120481117e-05, { 1, -2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.935789924137e-05, -4.916971595856e-05, { 1, 0, 1, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { -2.584683892617e-05, -5.267419391902e-05, { 2, 1, -1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { -6.776920621123e-05, -1.069223794263e-05, { 2, -1, 0, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { -1.492737250739e-05, 6.351967992269e-05, { 3, 0, -1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.638474983603e-06, -7.380507299388e-05, { 2, 1, -1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 7.837577362594e-05, -5.402336033770e-08, { 2, -1, 2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.820525975987e-05, 2.020274931041e-05, { 2, -1, 0, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0 } }, + { 1.613196782267e-05, 6.217755724505e-05, { 2, -1, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { 3.831199875192e-05, 3.997513518951e-05, { 2, -1, 0, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { 3.606404175488e-06, -7.452041674118e-05, { 2, 1, -1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 6.620407107888e-05, 1.177026452010e-05, { 4, 1, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.455370816315e-05, 6.329564671965e-05, { 1, 0, 0, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -4.680996108285e-05, 3.102975622136e-05, { 2, -1, 0, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { -7.770844413126e-05, -9.754696157146e-08, { 4, -1, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.216427626367e-05, -1.554747115429e-05, { 1, -2, 1, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -3.024313880108e-05, 4.737390107591e-05, { 2, -1, 0, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0 } }, + { 3.011033727652e-05, -4.739862228712e-05, { 4, 1, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 4.421223833122e-06, -7.293487893715e-05, { 2, -1, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 4.656140748293e-05, 3.078457360847e-05, { 2, -1, 0, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { -6.956969080166e-05, 7.749717527854e-06, { 2, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.601198305916e-07, -7.703943641976e-05, { 4, 1, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.476240268161e-05, 5.234788743783e-05, { 0, 1, 0, 0, 0, 0, -9, 13, 0, 0, 0, 0, 0 } }, + { -1.500629096389e-05, 6.201357540386e-05, { 0, 1, 1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -7.569714744364e-05, 1.182178746722e-06, { 1, -1, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -2.532508355117e-05, -5.151580754475e-05, { 2, -1, 0, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { -6.256195522790e-07, -7.620239001057e-05, { 1, 1, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.983829612296e-05, -4.694823296894e-05, { 4, 1, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -6.878934994486e-05, -7.967904078328e-06, { 1, 0, 1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.715000609322e-05, 2.957926062173e-05, { 2, -1, 1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 1.957578819610e-05, -5.710149317415e-05, { 4, 1, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.097371066171e-05, 6.568097564373e-05, { 3, 0, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 6.315749340783e-05, -1.339859264262e-05, { 2, -1, -2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.698328572839e-05, 2.946492388688e-05, { 2, -1, 1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 7.622539455131e-05, 8.415045001043e-08, { 2, -3, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -4.917889790656e-05, 2.701868554671e-05, { 3, 1, -1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 4.917889790656e-05, 2.701868554671e-05, { 1, 1, -1, 0, 0, 0, 34, -41, 2, 0, 0, 0, 0 } }, + { 5.563824818806e-05, 2.042425769336e-05, { 0, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.264667661535e-06, -6.971910741748e-05, { 3, -2, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.578939916029e-05, 1.922864592978e-07, { 2, -1, 0, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { 6.261893288790e-06, 6.971935665538e-05, { 1, -2, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 7.081675882577e-05, -5.141344979753e-06, { 2, 1, 1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 3.990238860711e-06, -7.196780605067e-05, { 2, -1, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.610155840665e-05, 5.977134777847e-05, { 3, -2, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 7.535930008839e-05, 3.214609405950e-07, { 1, 1, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 2.955543368349e-05, 4.605863671398e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -2.015654490580e-05, -5.534435049798e-05, { 2, -1, 0, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { -3.388604748400e-05, -4.151538822949e-05, { 1, 0, -1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 6.222990984898e-05, -1.296512003034e-05, { 2, -1, -1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 3.458170042966e-05, 4.056477474384e-05, { 1, 1, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 7.350834879996e-05, 1.585994536788e-06, { 1, 0, 0, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { -1.438673932184e-05, 6.063011320540e-05, { 2, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.351235865958e-05, 1.145835749713e-05, { 0, 1, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 4.167731674945e-05, -3.321218362693e-05, { 4, 1, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -2.723748390524e-05, -4.756035578276e-05, { 2, 1, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 1.796450305679e-06, 7.290619041401e-05, { 2, 1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.508177815848e-05, -3.954741905264e-05, { 4, -1, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 3.508177815848e-05, -3.954741905264e-05, { 0, 1, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -6.154058766293e-05, -1.308708969813e-05, { 1, 0, 0, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { 3.215923642536e-05, -4.235028628322e-05, { 1, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.723931672926e-05, -2.724704707973e-05, { 0, 1, 2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 5.037962479943e-05, -2.406614445613e-05, { 1, -2, -1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 3.025111588187e-05, 4.413915083942e-05, { 1, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.889646145011e-06, 7.124165188486e-05, { 2, 1, -1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -3.159890729502e-05, -4.251843504015e-05, { 1, 0, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -4.752286031931e-05, -2.642968205808e-05, { 2, 1, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -1.389454752117e-05, 5.975757855471e-05, { 1, 0, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 2.180574500323e-05, 5.181350572212e-05, { 1, 0, 1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -4.902600825924e-05, -2.448633699363e-05, { 2, 1, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.358293551555e-05, -5.988381100927e-05, { 0, 1, 1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 6.249898686848e-05, 1.095099204563e-05, { 0, 1, 1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.598305442680e-05, -5.740133951258e-05, { 2, -1, -2, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 1.597771019636e-05, -5.738662471201e-05, { 2, -1, -2, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -2.197532321495e-05, -5.136623571523e-05, { 0, 1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.406656146796e-05, -4.893806469279e-05, { 2, -1, -1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { 2.333822768278e-05, 4.945897129432e-05, { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 1.470177512124e-05, 5.801670165132e-05, { 1, 0, 1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -4.702581934949e-05, -2.569165749051e-05, { 2, -1, 0, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { 5.995733899979e-05, 1.259599559668e-05, { 1, 1, 1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { 5.995733899979e-05, 1.259599559668e-05, { 1, -1, -1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { 4.629949690411e-05, -2.589769905894e-05, { 1, 1, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 1.259636405512e-06, -7.092784734056e-05, { 3, -1, 0, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { -2.757073414871e-05, 4.451592851505e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -1, 2, 0, 0, 0 } }, + { -4.918994000753e-06, 6.703273651384e-05, { 2, 1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.757336847732e-05, -4.431707117227e-05, { 2, -1, -3, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 5.898228919637e-05, 1.265739970964e-05, { 2, -1, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { -6.246632446012e-05, -9.010789425699e-06, { 3, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.052183244856e-06, -6.741334182654e-05, { 2, -1, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.744498769203e-05, -4.391366516532e-05, { 4, -1, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -3.786415418806e-05, -3.345122763810e-05, { 4, 1, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -5.644143406734e-05, 1.481207281892e-05, { 1, 0, 0, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -3.239400585876e-05, -3.883824745656e-05, { 2, -1, 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -5.774541639287e-05, 1.347974273259e-05, { 2, -1, 0, 0, 0, 6, -10, 0, 3, 0, 0, -1, 0 } }, + { 5.773302676342e-05, 1.347344593062e-05, { 2, -1, 0, 0, 0, -6, 10, 0, -3, 0, 0, 1, 0 } }, + { 2.339722324560e-06, -6.885767457505e-05, { 1, 0, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 6.011095040168e-05, -1.099622846931e-05, { 2, -1, -2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -7.020630015389e-05, 6.607738013569e-07, { 2, 1, -2, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { -7.081685581718e-05, -1.567721565674e-08, { 0, 1, 3, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.659837551063e-06, -6.816718251099e-05, { 2, -1, -1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 6.781386350083e-05, -2.948428467778e-06, { 0, 1, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { 9.773783373884e-07, 6.977313450997e-05, { 2, 1, -1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.253876122850e-06, -6.945128201170e-05, { 3, -3, 0, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { -5.494081491226e-05, -1.571735066199e-05, { 4, -1, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.964369088827e-05, 3.097354006070e-05, { 2, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -3.143290876139e-05, 3.910653815807e-05, { 1, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 3.747808541789e-05, -3.302419384892e-05, { 2, -1, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 4.884478463021e-05, -2.163049392526e-05, { 2, 1, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.345795942631e-05, -5.689604669423e-05, { 1, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.624647126506e-05, 3.857476443295e-06, { 1, 0, 0, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { 5.213938565569e-05, 1.794244727899e-05, { 2, -1, -2, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { 1.749123148590e-06, 6.832520921634e-05, { 2, 1, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.510965664644e-05, 5.492030264951e-05, { 0, 1, 2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -6.999999997940e-05, -1.698205362007e-09, { 2, -2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -6.999999998028e-05, 1.661553447743e-09, { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 6.999999999266e-05, -1.014036295383e-09, { 2, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 6.999999999318e-05, -9.773843810828e-10, { 2, -2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -6.999999999368e-05, 9.407324667966e-10, { 2, 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -6.999999999577e-05, -7.696902001152e-10, { 4, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -5.877975730543e-05, 1.116918814637e-05, { 1, 0, 1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -5.936169497052e-05, 1.055885780186e-05, { 3, -1, -1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 6.968188593376e-05, 2.277134748589e-07, { 2, -1, 2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -6.777095666083e-05, 2.083343141805e-06, { 2, -1, -2, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.969932454728e-05, -3.013787776993e-05, { 2, -1, -1, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { -4.280087090078e-05, -2.703608871732e-05, { 2, -1, 0, 0, 0, 0, -11, 19, 0, -3, 0, 0, 0 } }, + { 2.296391977485e-05, -4.680355599543e-05, { 2, -1, -1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -1.894230747642e-05, 5.075709215394e-05, { 3, 0, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.629364995101e-05, 5.336659928839e-05, { 1, 0, 0, 0, 0, 17, -18, 0, 0, 0, 0, 0, 0 } }, + { 2.546539042825e-05, -4.418835605060e-05, { 2, 1, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 5.911945398761e-05, 1.046420814512e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -2.140841401956e-05, 4.815014599781e-05, { 1, 0, 2, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 3.982662525797e-05, 2.970779637066e-05, { 3, 0, -2, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -3.825392739387e-05, 3.122483471878e-05, { 2, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 4.238456173327e-05, -2.707348589883e-05, { 0, 1, 1, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { -1.726149502742e-05, -5.218537541524e-05, { 2, 1, 0, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 2.137208522677e-05, 4.795941884226e-05, { 2, -1, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -6.894258953589e-05, 3.806197647143e-07, { 2, -3, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.591483980650e-05, 5.327824716515e-05, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 } }, + { 1.591398521034e-05, 5.327367629686e-05, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, -1, 2, 0 } }, + { -4.060465056168e-06, -6.511272591662e-05, { 2, -1, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.720654524798e-05, 1.172613517583e-05, { 0, 1, -1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -2.844342682297e-05, -4.045396288473e-05, { 2, 1, -2, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { -1.343584114934e-05, -5.541184382223e-05, { 1, 0, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.488389408610e-05, -5.396343931375e-05, { 1, 0, 0, 0, 0, -13, 14, 0, 0, 0, 0, 0, 0 } }, + { 4.348025467824e-05, -2.521918729983e-05, { 0, 1, 2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -2.058646510546e-06, -6.663413317066e-05, { 4, 1, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.845336103127e-05, 7.481781906974e-08, { 0, 1, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.359587143573e-05, -5.491124230254e-05, { 1, 0, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 6.833519149212e-05, -5.405187225379e-08, { 4, 1, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 2.624528091588e-05, -4.214288395123e-05, { 4, -1, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -4.349201854777e-05, 2.487689114841e-05, { 2, -1, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { -5.062696348388e-06, 6.328462285731e-05, { 2, -1, 0, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { -6.829880390671e-05, 3.829465902454e-08, { 0, 1, 1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.330109099908e-05, 5.500702422576e-05, { 1, 0, -1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 9.101890510823e-06, -5.918512288594e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.575472287379e-05, 5.250174793572e-05, { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, -1, 2, 0 } }, + { 4.358056773653e-05, 2.467588228292e-05, { 4, -1, -1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.575384241324e-05, 5.249702965697e-05, { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 } }, + { 5.107112411128e-06, 6.302202177838e-05, { 2, -1, 0, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { -1.533730136722e-05, -5.265189595312e-05, { 2, -1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { -6.778208006382e-05, -1.604275153661e-07, { 0, 1, 1, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -1.297352441831e-05, 5.488955084246e-05, { 1, 0, 1, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.645986266467e-05, 2.137685249185e-05, { 1, 2, -1, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.371402557856e-05, -2.407376858933e-05, { 0, 1, 2, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { 1.284063171459e-05, 5.491042445800e-05, { 1, 0, -1, 0, 0, -11, 10, 0, 0, 0, 0, 0, 0 } }, + { -6.767964153354e-05, 4.503227344524e-08, { 0, 1, 3, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.549920968557e-05, 1.222496855935e-05, { 0, 0, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.368407498543e-05, 2.399981560015e-05, { 3, 1, 0, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 4.368407498543e-05, 2.399981560015e-05, { 1, 1, 0, 0, 0, 0, 34, -41, 2, 0, 0, 0, 0 } }, + { -1.319114598324e-05, 5.434211373731e-05, { 2, -1, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -6.719919902436e-05, -3.173513166276e-07, { 1, 1, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 1.228716505286e-05, -5.519205829733e-05, { 4, -1, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.715688599888e-05, -3.218310174416e-07, { 1, -1, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 6.637202409797e-05, 9.895317177417e-07, { 0, 1, 3, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -2.572256234653e-05, -4.158996653618e-05, { 2, -1, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 4.324106221483e-05, -2.406161907049e-05, { 0, 1, 2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 7.749546366482e-06, -5.949350519876e-05, { 4, -1, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -5.221421554423e-05, -1.501779904039e-05, { 1, 0, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 1.293400673686e-05, 5.422920265561e-05, { 1, 2, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.103507804534e-05, -2.612340964990e-05, { 0, 1, 1, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 1.258060421035e-05, 5.452873744763e-05, { 1, 0, -1, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { 4.497282495377e-05, 2.186435388672e-05, { 2, -1, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.302161794564e-05, -5.381412181001e-05, { 1, 1, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -8.929382596082e-06, 5.784030595755e-05, { 2, -1, -1, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 4.312152756083e-05, 2.341169717555e-05, { 2, 1, -1, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { -5.673426707019e-05, -9.787175220389e-06, { 1, 0, -1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -2.815328904395e-05, -3.826527606798e-05, { 4, 1, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.211574519395e-06, -6.418081714439e-05, { 2, 1, -1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -1.276713973570e-05, 5.359220842235e-05, { 1, 0, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.884642203323e-05, -4.750708962004e-05, { 1, 0, 1, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.662495914595e-06, -6.367429245421e-05, { 4, -1, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.865768976754e-05, -2.766103691498e-05, { 1, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { -4.263279462167e-05, 2.358380559534e-05, { 4, -1, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 2.064016898380e-05, -4.556707317653e-05, { 1, 0, 0, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { -6.540987315712e-05, 7.201869569826e-07, { 2, -1, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 6.603128190483e-05, -3.006950106486e-08, { 2, 1, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -6.517919068025e-05, 8.803609187315e-07, { 2, 1, 1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 2.306741269130e-05, -4.282216927711e-05, { 0, 1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 1.434237459679e-05, -5.151215602475e-05, { 2, 1, 1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -1.434217589669e-05, -5.151085260657e-05, { 2, 1, 1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 5.261451385359e-05, -1.316104982564e-05, { 3, 0, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -2.968789074174e-05, 3.604453599100e-05, { 4, 1, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.262135570718e-05, 5.302914341349e-05, { 3, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 6.304121714180e-05, -2.547696668469e-06, { 2, 1, -1, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { -1.255596414075e-05, 5.301414473191e-05, { 1, -2, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 6.516163837104e-05, 2.407582782511e-07, { 2, 1, -2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 6.463389368888e-05, 6.387437059111e-07, { 1, -1, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 7.476249663887e-06, 5.774432192056e-05, { 1, 0, -1, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { -3.553096362247e-06, -6.162484686180e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -1, 1, 0, 0, 0 } }, + { 5.370476524670e-06, 5.975916650940e-05, { 1, 2, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.367326674686e-06, 5.975944949853e-05, { 3, 2, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.367326674686e-06, -5.975944949853e-05, { 2, 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.367326674686e-06, -5.975944949853e-05, { 1, 0, 1, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.367326674686e-06, -5.975944949853e-05, { 1, 0, -1, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.367326674686e-06, 5.975944949853e-05, { 0, 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.367201514776e-06, -5.975946073970e-05, { 1, 0, 2, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.269690810967e-05, 2.241400533534e-05, { 0, 1, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -5.313146347819e-05, 1.186919289116e-05, { 4, 1, -3, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.810343297056e-05, -2.677114927618e-05, { 0, 1, 0, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 6.309212492636e-05, -1.764359796502e-06, { 2, 1, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -4.199875888195e-05, -2.284742828230e-05, { 2, 1, 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 3.002513093539e-07, 6.452339647031e-05, { 2, 1, -1, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.341314582451e-05, -3.139609945211e-05, { 2, 1, -1, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { 2.237643458176e-05, -4.241687715901e-05, { 2, -1, 1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -7.430895835056e-06, -5.725562205780e-05, { 1, 0, 1, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { 3.686706097044e-05, 2.772926019375e-05, { 1, 0, -3, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -6.453379103545e-05, -1.733306873638e-08, { 1, 1, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.673767264344e-05, 1.776485169864e-05, { 0, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.674648175741e-05, 1.774165841472e-05, { 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.010098778062e-05, 5.434551829452e-05, { 1, -2, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.228447903176e-05, -5.205008017548e-05, { 1, 0, 1, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { 3.704225989919e-05, 2.726454349045e-05, { 0, 2, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 2.963545346397e-07, 6.395404787955e-05, { 2, -1, -1, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -5.458801276557e-05, -9.637471744491e-06, { 1, 0, 0, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -2.405546376932e-05, -4.010261278356e-05, { 1, 0, 2, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 2.571194398828e-06, -6.141222618576e-05, { 2, -1, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.259091366804e-05, -5.137562627403e-05, { 1, 0, 1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -2.301316595342e-05, -4.087864171824e-05, { 0, 1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 2.105267367712e-05, -4.279237362778e-05, { 2, 1, 0, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -5.494024217093e-05, 8.891305407530e-06, { 0, 1, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.855996025919e-05, 3.526707457214e-05, { 0, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.633521455012e-07, 6.335038767381e-05, { 1, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 6.377905097200e-05, 2.469234733944e-08, { 1, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.365101651799e-05, -1.007572740790e-05, { 0, 1, 2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 4.104177884618e-05, -2.268010831319e-05, { 2, 1, 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 3.971018740882e-05, 2.400636977089e-05, { 0, 1, -1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -6.203343031930e-05, 1.681601875204e-06, { 4, 1, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 2.317919830208e-05, -4.052692581287e-05, { 0, 1, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -3.702077481746e-05, 2.667131049556e-05, { 2, 1, -1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { 4.593782974146e-05, -1.772885719047e-05, { 0, 1, -1, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -1.213337146519e-05, -5.148835817573e-05, { 3, 0, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.057016092060e-06, 6.151710844733e-05, { 2, -1, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -6.303623774069e-05, -4.454400714451e-07, { 1, 1, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -4.580638278723e-05, -1.759721744343e-05, { 0, 1, 1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -2.398116231501e-06, -6.094050887878e-05, { 4, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.231413778302e-05, -5.101745994373e-05, { 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 6.269046137263e-05, 6.340533216620e-07, { 2, 1, -2, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 2.612969639461e-05, 3.712869947539e-05, { 3, 0, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 5.479157539151e-05, 8.447854572732e-06, { 1, 0, 0, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.765989482246e-05, -3.556532894907e-05, { 1, 0, 0, 0, 0, 4, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.097898805959e-05, -1.223531094654e-05, { 1, 0, 0, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -5.216799468760e-05, 1.095385147840e-05, { 2, -1, 1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.382466671040e-06, 5.965681968799e-05, { 2, -1, 0, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0 } }, + { 4.881140595150e-05, 1.415149655184e-05, { 1, 2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 5.344812737355e-05, -9.463941364178e-06, { 1, 0, 1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.916367493615e-05, -4.371023138446e-05, { 1, 0, 0, 0, 0, 0, 2, 0, 0, -1, 0, 0, 0 } }, + { -6.065206691796e-05, -2.188178307949e-06, { 4, 1, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 1.605801588330e-05, 4.676645141162e-05, { 2, 1, -1, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.870001140535e-06, -5.886672878172e-05, { 2, -1, -1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 1.255028543600e-05, -5.017332635783e-05, { 1, 0, 0, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0 } }, + { -6.091383284942e-06, 5.651776119310e-05, { 0, 1, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 3.387080014751e-05, -2.864473579066e-05, { 1, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.387089513670e-05, -2.864452398690e-05, { 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.661771955712e-05, 3.588978145075e-05, { 1, 0, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -2.043678135928e-05, -4.206625016667e-05, { 2, -1, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.294346529649e-05, 9.536507993260e-06, { 1, 0, -1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.078803483632e-05, -2.168748514278e-05, { 2, 1, -1, 0, -4, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.078803483632e-05, -2.168748514278e-05, { 2, -1, -1, 0, -4, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.105099415221e-05, -4.141891055292e-05, { 0, 1, -2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -6.229474277341e-05, 1.372323038990e-07, { 2, -1, -1, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { 2.968797422402e-06, -5.943985578321e-05, { 2, -1, -1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -5.171247959491e-05, 1.067912559437e-05, { 1, 0, 0, 0, 0, 15, -17, 0, 0, 0, 0, 0, 0 } }, + { 4.260836346251e-05, 1.967809405065e-05, { 0, 1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.538197489464e-05, -1.689615386869e-05, { 1, 0, 0, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0 } }, + { 1.199680943684e-05, -5.027712314876e-05, { 2, 1, -1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 4.084130617475e-05, 2.138891057082e-05, { 0, 1, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 3.648565714740e-05, -2.573205239439e-05, { 0, 1, 0, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 6.197071904289e-05, 2.191381245425e-07, { 2, -1, -1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 1.086578768836e-05, 5.113542778992e-05, { 2, 1, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.210561887305e-05, -4.981841664770e-05, { 0, 1, 2, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -3.871808100095e-05, -2.318127581736e-05, { 2, -1, -2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 3.992168287325e-05, -2.195338662959e-05, { 0, 1, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 4.135139005777e-05, -2.052240510814e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -5, 5, 0, 0, 0 } }, + { -4.423958539743e-05, -1.762762710234e-05, { 2, 1, -1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.083379835333e-05, -1.086601176461e-05, { 2, -1, -1, 0, 0, 0, 2, 0, -3, 2, 0, 0, 0 } }, + { 5.518094697774e-05, -6.490699484101e-06, { 2, 1, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -3.764637860730e-05, 2.402028733059e-05, { 2, 1, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 1.197459868726e-05, 4.969033161139e-05, { 2, 0, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.961393996316e-05, -2.199856876395e-05, { 2, -1, 0, 0, 0, 0, -2, 0, 5, 0, 0, 0, 0 } }, + { -2.031783625670e-05, -4.125233790721e-05, { 2, 1, -1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 4.851541880862e-05, 1.302314293533e-05, { 2, 1, 0, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { -1.136543064546e-05, -5.016730267681e-05, { 0, 1, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 1.474210077706e-05, -4.676057858821e-05, { 2, -1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.101628634543e-05, 2.048565853531e-05, { 0, 1, 5, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.467087741162e-06, 5.903028297950e-05, { 0, 1, -2, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -3.826146045763e-05, 2.322429921188e-05, { 0, 1, 1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -3.766484803809e-05, -2.374936586247e-05, { 0, 1, -1, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -6.119627211336e-05, 1.098756157116e-07, { 0, 1, -1, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { 1.805825265653e-06, -5.939574745380e-05, { 2, 1, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.835702754137e-05, 2.843472319358e-06, { 4, -1, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 3.582028961214e-05, -2.537216971221e-05, { 1, 0, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { -1.160446715516e-05, -4.948113044472e-05, { 1, 0, 2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.336847415550e-05, -3.746977504072e-05, { 4, 1, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -2.745467751260e-05, 3.333198232539e-05, { 4, -1, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 5.911433582361e-05, 1.615647182899e-06, { 4, -1, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -2.771373810886e-05, 3.294065061586e-05, { 2, -1, 0, 0, 0, -3, 6, -4, 0, 0, 0, 0, 0 } }, + { 1.816398738128e-05, 4.245765551381e-05, { 1, -2, 1, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { 5.857673520057e-05, -2.014002938615e-06, { 0, 1, 1, 0, 0, 0, -2, 0, 3, -1, 0, 0, 0 } }, + { 5.568019453999e-05, -4.878378845998e-06, { 4, 1, -2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -4.958523360243e-05, -1.095543483515e-05, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 } }, + { 4.958550521646e-05, -1.095366983351e-05, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 2, 0 } }, + { 6.040047923086e-05, -1.355769862248e-07, { 0, 1, -1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -1.143063164398e-05, -4.902666297325e-05, { 1, 0, 0, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { 3.705077958679e-05, -2.335084821540e-05, { 0, 1, -1, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { -5.990077350170e-05, 4.881782897066e-07, { 2, -1, -1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -2.204016681681e-05, 3.814996838350e-05, { 1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -4.972225362034e-05, -1.042768562252e-05, { 1, 0, 0, 0, 0, -10, 12, 0, 0, 0, 0, 0, 0 } }, + { -4.952936183816e-05, -1.062009024705e-05, { 2, 1, -1, 0, 0, 0, 2, 0, -3, 2, 0, 0, 0 } }, + { -5.999968394548e-05, 1.124370087978e-07, { 0, 3, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.280570085482e-06, -5.781630661222e-05, { 2, 1, -1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 5.999992711126e-05, 7.636159905072e-08, { 4, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.960313014393e-05, 4.613812271706e-07, { 2, -3, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 5.999999999175e-05, -9.948376735796e-10, { 2, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 5.999999999340e-05, 8.901179184845e-10, { 2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { -5.999999999355e-05, 8.796459429736e-10, { 2, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 5.999999999513e-05, -7.644542123574e-10, { 4, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -5.999999999577e-05, -7.120943347849e-10, { 4, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -5.999999999772e-05, -5.235987755793e-10, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { -5.994484990968e-05, -3.247399444159e-08, { 2, -1, 1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 3.753669315763e-05, 2.243380386013e-05, { 1, 0, -1, 0, 0, -12, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.429854634276e-05, 2.554129482154e-05, { 1, -2, 2, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { 2.483116348561e-05, 3.498685784636e-05, { 1, 0, 0, 0, 0, -4, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.063022759095e-05, -9.174398046001e-06, { 4, -1, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 2.249193533662e-05, -3.725514852986e-05, { 3, 0, -1, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 3.511521720719e-05, -2.462492839121e-05, { 2, 1, -1, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { -1.139104201659e-05, -4.824098161672e-05, { 3, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.953387145589e-05, 7.771399244327e-08, { 0, 1, -1, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -4.182398505590e-05, -1.778431111947e-05, { 0, 1, -1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.972631250111e-05, 1.984137202498e-05, { 4, 1, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -5.255540934261e-05, -6.892466315712e-06, { 2, 1, -1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { 4.092731708889e-05, 1.851713467474e-05, { 1, 0, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.293260530879e-05, -4.644766609802e-05, { 4, -1, -1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -1.293219560736e-05, -4.644673095542e-05, { 4, -1, -1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 2.058063685850e-05, 3.878081903118e-05, { 0, 1, -2, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -4.745150923433e-05, 1.187697773077e-05, { 2, 1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.143583247745e-05, 4.782989780095e-05, { 3, 0, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.479877343921e-05, 2.443491882841e-05, { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.479935343878e-05, 2.443354827848e-05, { 0, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.113805121634e-05, 4.807120616143e-05, { 1, 0, 0, 0, 0, 19, -18, 0, 0, 0, 0, 0, 0 } }, + { 3.052219122951e-07, -5.886952600818e-05, { 3, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.839649292066e-05, 6.279391747303e-07, { 1, 1, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 3.821015039907e-05, 2.074702162156e-05, { 2, 1, 0, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { -1.163794495753e-05, 4.731848811294e-05, { 1, 0, -1, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.776822037408e-06, 5.703312677264e-05, { 2, -1, 0, 0, 0, 0, 2, 0, 0, -1, 0, 0, 0 } }, + { -2.762222049083e-05, -3.116536928651e-05, { 0, 1, 0, 0, 0, 12, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.148003273147e-05, 2.729626615711e-05, { 2, -1, 0, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.849571275894e-05, 1.021533412684e-05, { 1, 0, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.863830744640e-05, 5.226049400443e-08, { 2, -1, -1, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 4.118151289214e-05, -1.749987629439e-05, { 0, 1, -3, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.072365720051e-05, 1.795287621028e-05, { 2, -1, 1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 9.980201773784e-06, -4.866880903810e-05, { 2, 1, 0, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { 1.109187849357e-05, 4.753379292416e-05, { 1, 0, -1, 0, 0, -12, 11, 0, 0, 0, 0, 0, 0 } }, + { 8.570887857604e-07, 5.771654059527e-05, { 2, -1, -1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.345777905608e-05, 3.510963265292e-05, { 0, 1, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 4.540532213139e-05, -1.310002032320e-05, { 3, -2, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -1.060145114824e-05, 4.789904088714e-05, { 2, -1, 0, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0 } }, + { 1.760568972691e-05, 4.089171891859e-05, { 1, 0, 1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.063030636543e-05, -4.783937984411e-05, { 4, -1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.898995988663e-05, 1.947381557060e-05, { 4, 1, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 3.897854753509e-05, 1.946850447441e-05, { 0, 1, 3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.225442321621e-05, 4.617710538000e-05, { 0, 1, 3, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -1.081648962262e-05, 4.754122354582e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -4, 2, 0, 0, 0 } }, + { -5.829481711508e-05, -2.312700202901e-08, { 2, -1, 2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.436102268757e-05, -3.939321774268e-06, { 1, 0, 0, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.669180541432e-05, -2.158818929329e-05, { 0, 1, 1, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { -2.631889579753e-05, 3.195595487251e-05, { 4, -1, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -4.157602234118e-05, -1.654384435494e-05, { 2, -1, -1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.799842987007e-05, 1.023662875411e-07, { 0, 1, 1, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { 1.543545476228e-06, 5.645283722871e-05, { 4, -1, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.645186485028e-05, -2.146100584490e-05, { 0, 1, 1, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { -5.757489229392e-05, -9.481111055046e-08, { 0, 1, 1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { 4.939941024762e-05, -8.253042337314e-06, { 2, -1, 0, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { -5.615333405216e-05, 1.475734850770e-06, { 2, -1, -3, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -5.756522570196e-05, -1.450315819028e-08, { 2, -1, -2, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.511741698895e-05, -2.434502191274e-06, { 2, -1, -1, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { -4.261055341197e-05, 1.492988919248e-05, { 1, 0, 0, 0, 0, 3, -6, 4, 0, 0, 0, 0, 0 } }, + { 4.882733725604e-05, 8.691644236570e-06, { 2, -3, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -3.983386900389e-05, 1.766576115447e-05, { 2, -1, 1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -1.119810644983e-05, -4.627889188523e-05, { 4, 1, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 5.740381365889e-05, 2.335053681361e-08, { 1, 1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.909643660735e-05, -8.257912177766e-06, { 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { -4.155497785389e-05, 1.579857657940e-05, { 2, -1, 1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -5.617244239499e-05, 1.175791760275e-06, { 1, 1, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.300764217353e-05, 4.430264305200e-05, { 2, 1, -1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -5.649429715510e-05, -8.025329414312e-07, { 1, 1, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.094834598788e-05, -4.633101637045e-05, { 2, -1, -1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.406346801373e-05, -3.317169772754e-05, { 2, -1, 1, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.706902343000e-05, -1.007171123241e-05, { 1, 0, 0, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.066516394860e-05, 4.628340705548e-05, { 1, 0, -1, 0, 0, 20, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.179117876343e-06, -5.574667271583e-05, { 2, 1, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { -5.465229316855e-05, 2.137539955261e-06, { 4, -1, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 2.183595029691e-05, -3.490051627693e-05, { 4, 1, -2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 5.666888557253e-05, 4.860055225296e-08, { 2, -1, 2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.092919248063e-05, 4.577919831880e-05, { 0, 0, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.419308430876e-05, 2.249879275238e-05, { 1, 0, 0, 0, 0, 0, 10, -14, 0, 0, 0, 0, 0 } }, + { 5.440074789227e-05, 2.282244609534e-06, { 1, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0 } }, + { -4.733068557081e-05, 9.349697903302e-06, { 1, 0, -2, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -5.593071640405e-05, 7.349985609001e-07, { 1, 1, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.630274267392e-05, 4.034904732680e-05, { 1, 0, -1, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { -4.322951897060e-05, 1.340050396958e-05, { 1, 0, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { 4.608282896561e-05, -1.049957274789e-05, { 4, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.647166599959e-05, 2.006773308487e-05, { 1, 0, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.942914082364e-05, -3.693405132502e-05, { 0, 1, -2, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -5.050329749669e-05, 5.839050295098e-06, { 2, -1, 0, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { 5.563954853028e-05, 6.955276444577e-07, { 2, -1, 1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -2.168640837399e-05, -3.464668656528e-05, { 4, 1, -2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.215841489940e-05, -2.414446259399e-05, { 1, 0, 0, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { -3.397036655112e-05, -2.223919437151e-05, { 4, -1, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 2.970664725977e-05, 2.648525901951e-05, { 2, 1, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -4.062465884334e-05, -1.555877405057e-05, { 2, -1, 0, 0, 0, 0, 4, 0, -6, 0, 0, 0, 0 } }, + { 2.194013408519e-05, -3.419837393746e-05, { 1, 1, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 3.157683317574e-05, 2.455409551565e-05, { 2, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.302455874382e-05, -3.069409994902e-06, { 0, 1, 1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { 5.596081210854e-05, 1.278394509153e-07, { 2, -1, -2, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -5.594532063012e-05, -1.431677621717e-07, { 2, 1, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.078660303504e-05, -4.521030767163e-05, { 1, -2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.815239428984e-06, -5.417462684325e-05, { 2, 1, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -4.723506386810e-05, -8.751227266265e-06, { 1, 2, -1, 0, 0, -20, 12, 15, 0, 0, 0, 0, 0 } }, + { -4.723506386810e-05, -8.751227266265e-06, { 1, 0, -1, 0, 0, -20, 12, 15, 0, 0, 0, 0, 0 } }, + { 3.625098809629e-05, 1.968221896190e-05, { 2, -1, -1, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { 4.921436319451e-05, -6.675499800522e-06, { 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { 1.073942131575e-05, 4.513326978643e-05, { 0, 0, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.795955845136e-05, 7.778170935704e-06, { 1, 0, -1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.680895503952e-05, -8.880062952762e-06, { 2, -1, -2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.976514459700e-05, -5.902419056561e-06, { 1, 0, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -4.417981423119e-05, 1.146919693119e-05, { 1, 0, 0, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { -2.021810860036e-05, 3.540742550921e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -1, -5, 0, 0, 0 } }, + { -2.300177083233e-05, -3.258571956564e-05, { 2, -1, 0, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 5.002121837437e-05, -5.516943115441e-06, { 2, -1, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { -5.374466391390e-05, -1.791028156779e-06, { 2, 1, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.717686263366e-05, 1.833540019042e-05, { 0, 1, -1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.661770190001e-05, 3.881913576999e-05, { 1, -4, 1, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { -1.861648387815e-06, -5.357427137433e-05, { 2, -1, -1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { 5.514806724142e-05, 2.712222236486e-07, { 0, 1, -2, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.215204430536e-05, 2.312275117176e-05, { 2, -1, 0, 0, 0, 0, 11, -16, 0, 0, 0, 0, 0 } }, + { 2.211536277739e-05, -3.314760969074e-05, { 4, -1, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 2.494129790704e-05, -3.031184320582e-05, { 1, 0, 0, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0 } }, + { -5.520914183396e-05, 4.342012012222e-08, { 2, 1, -1, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.434029999425e-05, -2.084457593534e-05, { 2, -1, 0, 0, 0, 0, 3, 0, -6, 0, 0, 0, 0 } }, + { 2.058631349431e-05, 3.456281227044e-05, { 1, 0, -1, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { -4.702378396341e-05, 8.066131650537e-06, { 3, 0, -1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 4.713673934071e-05, -7.947162791581e-06, { 2, 1, -1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -3.558544521371e-05, 1.946467561101e-05, { 2, -1, 0, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { -3.779102679147e-05, 1.712967921872e-05, { 0, 1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.190057427524e-05, -2.953804132917e-06, { 0, 1, 1, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 4.248998614550e-05, -1.233714386525e-05, { 1, 0, -2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 3.940369991022e-05, 1.538217477570e-05, { 2, -1, 1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 2.237156907187e-05, 3.241404889578e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 2, -6, 3, 0, 0 } }, + { -4.747202977696e-05, -7.300942883667e-06, { 1, 0, 1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 6.222928002002e-06, -4.853766599859e-05, { 4, 1, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 2.950756072013e-05, 2.523175390959e-05, { 2, -1, 0, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { -2.192443624874e-05, -3.267176973001e-05, { 1, 0, 1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 5.454500261414e-05, 1.746629484486e-08, { 2, -3, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.951555177382e-05, -1.494829889808e-05, { 0, 1, 1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 3.251602697703e-07, 5.412858243112e-05, { 1, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.443224615724e-05, -5.146335682467e-09, { 1, -1, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.641290721455e-05, -8.006087324731e-06, { 2, -1, 1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.362830945886e-05, -4.073217931983e-05, { 1, 0, 0, 0, 0, 12, -15, 0, 0, 0, 0, 0, 0 } }, + { -4.528995712102e-06, -4.979445950947e-05, { 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.528804515070e-06, -4.979447689919e-05, { 1, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.341789782132e-05, -1.088869613424e-05, { 1, 0, 1, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { -1.163289675037e-05, -4.265639252506e-05, { 1, 0, 1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -4.472772228905e-06, 4.979954124877e-05, { 2, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.472676620641e-06, 4.979954983579e-05, { 1, 0, -2, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.525662043516e-05, -1.901054336211e-05, { 0, 1, 0, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { 2.433848048998e-06, -5.181859604586e-05, { 2, -1, 1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -5.417380380082e-05, 7.211879357256e-08, { 0, 1, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.884867361881e-06, -5.230813894841e-05, { 2, 1, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -1.884945975408e-05, 3.528027589149e-05, { 2, -1, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.223031203727e-05, 4.189665875312e-05, { 0, 1, 2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.512831534111e-05, -1.893008364507e-05, { 0, 1, 0, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { 1.409080103802e-05, -3.996572269682e-05, { 0, 1, 0, 0, -1, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.984303657127e-05, 1.419839000253e-05, { 2, 1, 1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 5.459658283414e-06, -4.857374547527e-05, { 1, 0, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -3.611753725249e-05, 1.788197489063e-05, { 0, 1, 0, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { -3.071534680665e-06, 5.091710704086e-05, { 2, -1, -1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 3.610908621220e-05, 1.787651695157e-05, { 0, 1, 0, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { -4.175814343627e-05, 1.216942024932e-05, { 3, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -9.079024712460e-06, 4.481972933664e-05, { 1, 0, -1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.378708933220e-05, -8.617711398972e-08, { 0, 1, 0, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -4.853484206902e-05, -5.290230339681e-06, { 0, 1, 0, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -3.238858805183e-05, -2.138354440455e-05, { 1, 0, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0, 0 } }, + { -5.330089442293e-05, -4.496749136453e-07, { 3, 1, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -4.538083977989e-05, -8.226394189099e-06, { 2, 1, -1, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { -9.063970979373e-06, -4.451024062276e-05, { 2, -1, 0, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { 1.031554492964e-05, -4.320507740139e-05, { 0, 2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.938256330847e-05, -1.413583535896e-05, { 2, 1, -1, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { -5.334243212012e-05, 1.637185328903e-07, { 2, -1, 0, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.636925147719e-05, -2.712658316030e-05, { 2, -1, 0, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { -4.383015356831e-05, 9.634400821042e-06, { 2, 1, 1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 5.333989694857e-05, 7.737442517579e-08, { 0, 1, 1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 2.150495174173e-06, -5.126248898227e-05, { 0, 1, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 4.965396443144e-05, -3.749630545717e-06, { 4, -1, -1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 3.716070611659e-05, -1.623404145283e-05, { 0, 1, -2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.222848130631e-05, 4.116424650946e-05, { 0, 1, 1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -7.392036115379e-06, -4.599055452519e-05, { 0, 1, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 1.046446021246e-05, 4.291337941400e-05, { 1, -2, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 5.322542905927e-05, 6.532666319329e-08, { 2, -1, 1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 1.117738833361e-05, 4.209380707561e-05, { 0, 1, 1, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { -1.720289200900e-05, -3.604139742041e-05, { 1, 0, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0 } }, + { 2.349908960968e-05, -2.968049579712e-05, { 1, 0, 0, 0, 0, 5, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.419241615992e-05, 3.891762287272e-05, { 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.017207794132e-05, 4.292094560644e-05, { 3, 0, -1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.230473772377e-05, -7.171232107919e-07, { 2, -1, 1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -5.059572152075e-05, 2.353628575752e-06, { 2, -1, -2, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -1.906485172339e-06, -5.099981277343e-05, { 1, 0, -1, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { -3.573338313263e-05, 1.711946733605e-05, { 1, 0, 2, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -1.944240805555e-05, -3.333441301519e-05, { 2, -1, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 3.913952309082e-05, -1.361023021204e-05, { 0, 1, 0, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -1.510103942695e-05, 3.763644449266e-05, { 2, -1, 1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 5.248918311059e-05, -2.358738169645e-07, { 2, 1, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.528973469625e-05, 1.739916251087e-05, { 4, -1, -1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.177483525313e-05, 3.084713553372e-05, { 0, 1, 1, 0, 0, 0, -2, 0, 5, -5, 0, 0, 0 } }, + { -1.883733903539e-06, -5.071548970167e-05, { 2, -1, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.325236310523e-05, -2.929598352525e-05, { 0, 1, -1, 0, 0, 15, -11, 0, 0, 0, 0, 0, 0 } }, + { 7.194066513863e-06, -4.534437336169e-05, { 0, 1, 2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 4.337257188945e-05, -9.115712528505e-06, { 0, 1, -1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -1.009148788110e-05, 4.236937791002e-05, { 1, 0, 2, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.720326435460e-06, -4.372303366769e-05, { 0, 1, 0, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { -8.724180194227e-06, -4.371899415184e-05, { 0, 1, 0, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -3.339547581501e-05, -1.902600297823e-05, { 1, 0, 0, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0 } }, + { 4.567955300764e-05, -6.712050500561e-06, { 0, 1, -1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -1.023136538186e-05, -4.214918029785e-05, { 3, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.709557232549e-05, -5.259013566253e-06, { 0, 1, 0, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -1.019623723161e-05, -4.213770032177e-05, { 4, -1, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 3.518786690575e-05, 1.706240011938e-05, { 2, -1, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.343443394948e-05, 1.879509959627e-05, { 4, -1, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 1.869709755781e-05, -3.351414631689e-05, { 1, 0, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 4.973972562165e-05, 2.464166675262e-06, { 2, -1, 0, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { 5.205697330011e-05, 1.106858119637e-07, { 2, 3, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 9.850845497844e-06, 4.230386389976e-05, { 1, 0, -1, 0, 0, -13, 12, 0, 0, 0, 0, 0, 0 } }, + { -2.071656286816e-06, 5.002105621277e-05, { 2, 1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.217414712604e-05, -2.985058680192e-05, { 1, 0, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 3.868621396331e-05, 1.332379587037e-05, { 2, 1, -2, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { 2.944145070530e-05, -2.256836816044e-05, { 4, 1, -2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 2.746480410822e-05, 2.446592064736e-05, { 2, 1, -1, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -5.181140732066e-05, -1.106012577815e-07, { 2, 1, 2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.937951076631e-05, -3.249348472889e-05, { 2, -1, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 2.293678602861e-05, -2.889883578078e-05, { 0, 1, 1, 0, 0, -15, 11, 0, 0, 0, 0, 0, 0 } }, + { 3.023067836332e-05, -2.159483773387e-05, { 1, 0, 0, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { -2.502404481923e-06, 4.928266926496e-05, { 2, 1, -1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { -2.469979997252e-05, -2.705452881994e-05, { 2, -1, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -1.927255107353e-05, -3.247373895924e-05, { 2, -1, 0, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0 } }, + { -3.242061765876e-05, -1.926638580714e-05, { 0, 1, -1, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { -9.884498929324e-06, 4.175127235654e-05, { 1, -2, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.004732944853e-05, -4.152350481135e-05, { 4, -1, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -9.807273071681e-06, 4.173432232792e-05, { 1, 0, -1, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { -9.807777319559e-06, 4.171870966005e-05, { 1, 0, -1, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.230661995283e-05, -1.920717071183e-05, { 0, 1, -1, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { 9.855992159890e-06, -4.163651822798e-05, { 1, 2, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.411317793970e-05, 1.737402655867e-05, { 0, 1, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 3.475137918153e-05, 1.668160138318e-05, { 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.515330554634e-05, 1.625597444165e-05, { 2, -1, 0, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0 } }, + { -4.299569678837e-05, -8.368839649631e-06, { 2, 0, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.910524132185e-05, -2.246323371596e-06, { 2, 1, -1, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { 4.641302447453e-05, -4.931741403808e-06, { 1, 0, -2, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -2.119446122284e-05, 3.007596753417e-05, { 0, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.291726595241e-05, -1.832082231616e-05, { 1, -1, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -3.580204890107e-05, -1.542270244307e-05, { 0, 1, 0, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.043395248943e-05, 4.078197561604e-05, { 2, 1, 1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -2.090421623818e-06, 4.911212821880e-05, { 2, 1, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -5.081737028612e-05, -3.743773893697e-07, { 2, -1, 0, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0 } }, + { 3.677516354053e-06, -4.749646875621e-05, { 2, -1, -2, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -4.868258462468e-05, 2.433892379269e-06, { 2, -1, 1, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { 4.868258462468e-05, 2.433892379269e-06, { 2, -1, -1, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { 5.092005853288e-05, 1.619870532460e-07, { 2, -1, -1, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -9.676049733341e-06, -4.138575943604e-05, { 3, 0, -1, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { -4.175347614967e-05, -9.271828325392e-06, { 0, 1, 1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -3.497234443745e-05, -1.598410529085e-05, { 1, 0, 1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -1.080080111625e-05, -4.013220092994e-05, { 1, 2, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 1.999501947125e-05, -3.090608442127e-05, { 4, -1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 4.467772025199e-05, -6.207154258597e-06, { 1, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -3.306712582659e-05, 1.777843095674e-05, { 2, -1, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 3.176011725664e-05, 1.898093636282e-05, { 1, 2, -1, 0, 0, -12, 7, 0, 0, 0, 0, 0, 0 } }, + { -5.876865136044e-06, 4.484465418124e-05, { 3, 0, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 3.451570996397e-05, -1.618126042065e-05, { 2, -1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -9.320192521544e-06, 4.133568018440e-05, { 1, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { 3.280068627444e-05, 1.784192228417e-05, { 0, 1, 1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.060621939412e-05, 1.661779045746e-08, { 2, 1, 1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.016916536638e-05, 4.531438071269e-07, { 2, -1, 0, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { -4.803859213193e-05, 2.501993124994e-06, { 2, -1, 0, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { 1.858525833578e-06, -4.862244815481e-05, { 2, -1, -1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -3.907816053976e-05, -1.139880265579e-05, { 1, 0, -2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 7.832507024566e-06, 4.258612182183e-05, { 3, 0, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 1.588749455250e-05, 3.450882966268e-05, { 1, 0, -2, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -2.070621464424e-05, 2.965823067167e-05, { 0, 1, 1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { -2.980233846838e-06, -4.735598377397e-05, { 0, 1, 0, 0, 0, 0, -8, 11, 0, 0, 0, 0, 0 } }, + { -8.620968110264e-07, -4.944990408517e-05, { 0, 1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.489209300687e-05, -5.372885456563e-06, { 2, -1, 0, 0, 0, 0, -1, 0, 0, 0, 1, 0, 0 } }, + { 1.993866325403e-05, -3.030697345979e-05, { 1, 1, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.496633359127e-05, 3.521518524481e-05, { 2, -1, -2, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.800276310910e-05, -3.215702122385e-05, { 1, 0, 0, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { 4.999989853133e-05, 1.007316096381e-07, { 4, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.999993313464e-05, 6.333969682595e-08, { 4, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.999928601087e-05, 4.889174810247e-08, { 0, 1, -3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 9.399397349825e-06, 4.063608940313e-05, { 1, 0, -1, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { -4.999999998867e-05, -1.064650843627e-09, { 2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 4.999999999583e-05, 6.457718232199e-10, { 2, 0, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -4.999999999605e-05, 6.283185307014e-10, { 6, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -4.999999999637e-05, -6.021385919162e-10, { 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 4.999999999668e-05, -5.759586531546e-10, { 2, 2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -4.999999999717e-05, 5.323254218482e-10, { 0, 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -4.999999999726e-05, 5.235987755887e-10, { 2, 0, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -4.999999999744e-05, -5.061454830816e-10, { 2, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -4.999999999999e-05, 2.617993878822e-11, { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { -2.349666122870e-05, 2.648859886885e-05, { 2, -1, 0, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.818682781785e-06, 4.815285900345e-05, { 1, 0, 1, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { -1.510913058801e-06, -4.843608422030e-05, { 2, -1, -3, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 2.051283556403e-05, 2.941359053438e-05, { 0, 1, 1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { 1.235199942049e-06, -4.868317655399e-05, { 2, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.979260079312e-05, 7.778719976159e-08, { 4, 1, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.986526150668e-05, -9.970250477391e-06, { 3, 2, -2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 4.975748752845e-05, -4.091934383897e-08, { 2, 1, 0, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 4.962689362762e-05, 1.539632413140e-07, { 2, 1, -1, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 4.784821283940e-05, 1.855431671677e-06, { 0, 1, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 9.508341516294e-06, -4.017892630682e-05, { 1, 0, -2, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.965851763789e-05, 2.806566152838e-08, { 4, -1, -3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.293366281174e-05, -3.672433477800e-05, { 1, 0, 1, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { -8.328151049006e-06, 4.132907473284e-05, { 1, 0, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -4.438409774071e-05, -5.272787215030e-06, { 2, -1, 0, 0, 0, 0, 11, -17, 0, 0, 0, 0, 0 } }, + { -3.589666385047e-05, -1.375636530455e-05, { 0, 1, -2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.265712498770e-06, -4.836714800020e-05, { 0, 1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.677815236093e-05, -1.274845393003e-05, { 2, -1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.834918040852e-05, -1.117737527697e-05, { 1, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -1.617663741995e-07, -4.934913565210e-05, { 4, 1, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.904161587424e-05, 4.624335597424e-07, { 2, -1, -4, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 1.844226225737e-05, -3.105885366378e-05, { 2, -1, 0, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0 } }, + { 4.926731070236e-05, 7.678863292791e-08, { 2, -1, 1, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { -4.691304463560e-05, -2.420596056921e-06, { 0, 1, -1, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -4.174334739569e-05, -7.550440274634e-06, { 2, -1, 0, 0, 0, 0, 5, 0, -6, 0, 0, 0, 0 } }, + { -4.903358577063e-05, -2.581016878567e-07, { 2, 1, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -9.373124817303e-06, 3.991472413586e-05, { 1, 0, -1, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.618896224104e-05, -3.305105136790e-05, { 2, -1, -1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 9.238946299199e-06, -3.994015483382e-05, { 0, 0, 0, 0, 0, 20, -19, 0, 0, 0, 0, 0, 0 } }, + { 2.886188706310e-05, -2.018827303030e-05, { 2, -1, -1, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 3.691963870293e-05, -1.211298617003e-05, { 0, 1, 1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 4.100456767722e-05, 8.019849264129e-06, { 1, 0, -1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.103639326326e-05, -3.796647337673e-05, { 4, -1, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -9.780938984462e-06, 3.920405482232e-05, { 1, 0, -1, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { -4.890062421814e-05, 7.126655941771e-08, { 0, 1, -1, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { 4.188734541256e-05, -7.083112314386e-06, { 2, -1, 0, 0, 0, 0, 3, 0, -5, 5, 0, 0, 0 } }, + { 1.173533495567e-05, 3.723382794219e-05, { 1, 0, 0, 0, 0, 18, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.102551231534e-05, -3.793719378615e-05, { 4, -1, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -9.351127478421e-06, 3.960714917771e-05, { 1, 0, 1, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { -4.890147604328e-05, -4.913870239154e-08, { 4, -1, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.272455274745e-05, -6.212791236523e-06, { 2, -1, 0, 0, 0, 0, 3, 0, -1, -5, 0, 0, 0 } }, + { 9.159538907840e-06, -3.974902446349e-05, { 3, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.875434625086e-05, -3.013723225680e-05, { 0, 1, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 1.952026469685e-06, -4.691499697431e-05, { 2, -3, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.960067069133e-05, 2.926343871816e-05, { 1, 0, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 4.645493640950e-05, -2.385323115145e-06, { 0, 1, -1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { 3.604618827676e-05, 1.276106808660e-05, { 2, 1, -2, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 4.710766377230e-06, 4.398626026872e-05, { 4, -1, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.982871940464e-05, -8.862617023182e-06, { 0, 1, 2, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 8.246607949898e-06, -4.041019431983e-05, { 2, 1, -1, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { -2.671065616843e-05, -2.191186889837e-05, { 4, 1, -2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -1.629784644427e-05, 3.232043221540e-05, { 1, 0, 0, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0 } }, + { 4.774145736294e-05, 8.256653841581e-07, { 0, 1, 1, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { 9.277334416522e-06, 3.920864529193e-05, { 1, 0, -2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.453014362030e-06, 4.403261406919e-05, { 0, 1, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.822166883067e-05, 2.563891946222e-07, { 1, 1, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.887191941365e-05, -2.958827499253e-05, { 0, 1, 0, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0 } }, + { -1.489111827678e-05, 3.349604020147e-05, { 1, 0, -2, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 4.482152810184e-06, -4.384500810943e-05, { 1, 0, 0, 0, 0, 0, -5, 11, 0, 0, 0, 0, 0 } }, + { 9.885945468437e-06, 3.838483425944e-05, { 1, 0, 1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 4.793729083596e-05, 3.260584348283e-07, { 2, -1, 0, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { 1.864446561892e-05, -2.959664349088e-05, { 0, 1, 1, 0, 0, 0, -2, 0, 4, -3, 0, 0, 0 } }, + { 8.753966101827e-06, -3.945111650900e-05, { 4, 1, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.060240776504e-05, -3.756778218161e-05, { 1, 0, 0, 0, 0, -14, 15, 0, 0, 0, 0, 0, 0 } }, + { -4.809024681447e-05, 4.856933397385e-08, { 0, 1, 1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 9.264930454209e-06, -3.885283704753e-05, { 2, -1, 1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -1.800067127598e-05, -3.011339088010e-05, { 4, -1, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 9.332969791297e-06, 3.877206931160e-05, { 1, -2, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.869920575397e-05, 2.938785359112e-05, { 2, -1, 0, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0 } }, + { -1.264410641374e-05, -3.542203776467e-05, { 1, 0, 0, 0, 0, 6, -9, 0, 3, 0, 0, 0, 0 } }, + { -4.722580764402e-05, 8.183902382282e-07, { 0, 1, 1, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { -9.164463167483e-06, -3.886306714066e-05, { 1, 0, 1, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { -9.193787901903e-06, 3.882070747213e-05, { 1, -2, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.555911158154e-05, 1.239323038159e-05, { 2, -1, 0, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -9.208742942092e-06, -3.873999913956e-05, { 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.781501258274e-05, 3.004842240093e-05, { 2, 1, -1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { -3.968433670331e-05, 8.178663418944e-06, { 0, 1, 0, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { 2.022760050841e-05, 2.762761119687e-05, { 1, 0, 0, 0, 0, -5, 2, 0, 0, 0, 0, 0, 0 } }, + { 4.388904460929e-05, -3.955666034667e-06, { 2, -1, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -4.742179373229e-05, 4.151560710850e-07, { 0, 1, 2, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -3.785658785434e-05, 9.959716336180e-06, { 2, 1, 0, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { -7.580149594111e-06, -4.020033653225e-05, { 3, 0, -2, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 9.005817678391e-06, 3.875417390110e-05, { 1, 0, -1, 0, 0, -14, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.257610860729e-05, 2.515260201204e-05, { 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0 } }, + { 3.438081923741e-05, -1.334538544901e-05, { 1, 0, -1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { -9.065935541101e-06, 3.857163824008e-05, { 1, 0, -1, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.247706501638e-05, 3.514080292949e-05, { 2, -1, 1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -4.743795420578e-05, 1.788162748163e-07, { 2, -1, -3, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.247557744894e-05, 3.513579698893e-05, { 2, -1, 1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 2.237637136717e-05, -2.522626978845e-05, { 4, 1, -2, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 4.040832953834e-05, -7.179406277515e-06, { 4, -1, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 7.174844664367e-06, 4.034765949862e-05, { 2, -1, -1, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.751061611421e-05, -1.101373446418e-08, { 2, -1, 0, 0, 0, 0, 2, 0, 0, 0, -2, 0, 0 } }, + { 8.693765587508e-06, -3.881940248053e-05, { 2, -1, -2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.743676095880e-05, 4.840286889868e-08, { 2, 1, 1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.799865912770e-05, -1.948347053900e-05, { 2, 1, -1, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -4.698328325220e-05, -4.746967750114e-07, { 3, 1, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 2.243001542100e-05, -2.498962191356e-05, { 1, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0 } }, + { 2.133875508881e-06, 4.522176001285e-05, { 2, 1, -1, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -9.167519642497e-06, 3.817260632422e-05, { 4, -1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.039728561814e-06, -3.822127427207e-05, { 1, -2, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.303055751644e-05, -4.184995686080e-06, { 2, -1, 0, 0, 0, 0, 4, 0, -3, 0, 0, 0, 0 } }, + { 2.169707689179e-05, 2.546165827753e-05, { 2, 1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.024572199572e-05, 1.689379990185e-05, { 2, 1, -1, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { -3.607952183184e-05, 1.104657701882e-05, { 0, 1, 1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.729068033642e-05, 9.801991433353e-06, { 2, -1, -2, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { -4.656018826707e-05, 5.085841872917e-07, { 4, -1, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.575924362818e-05, 1.128252695377e-05, { 1, -2, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 4.243213459620e-05, -4.588227460702e-06, { 2, 1, -1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -4.163387018367e-05, 5.383146468819e-06, { 0, 1, 1, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { -3.836606926156e-05, -8.641217100797e-06, { 2, -1, 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 9.646387334358e-06, -3.731252093386e-05, { 2, -1, -2, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -1.383885863266e-05, 3.307099212395e-05, { 4, -1, -2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.660790612277e-06, -4.522580136571e-05, { 0, 1, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 8.065911935047e-06, -3.880053134985e-05, { 4, 1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.594468568612e-05, 9.207225581434e-07, { 0, 1, 0, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { 1.299267402389e-06, -4.555635043573e-05, { 0, 1, 1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.747692667022e-05, 9.348522288290e-06, { 1, 0, -1, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { -1.878042684316e-05, 2.804216109400e-05, { 0, 1, 1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 3.175882137724e-05, 1.505984392110e-05, { 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.089329535911e-05, -3.589648565493e-05, { 4, -1, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.816937638728e-06, -4.496314591880e-05, { 0, 1, 1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -4.378986908254e-05, 2.986378998873e-06, { 1, 0, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.675829256885e-05, -1.676872925475e-08, { 1, -1, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.243353910387e-05, -3.431588161161e-05, { 1, 0, 1, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.087980779614e-05, -3.585399154357e-05, { 4, -1, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -8.779542716160e-06, 3.794252464621e-05, { 2, -1, 0, 0, 0, 0, -3, 0, 0, 2, 0, 0, 0 } }, + { 9.867538598332e-06, 3.669646430458e-05, { 3, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -8.783790709697e-06, 3.777642955371e-05, { 1, 0, 0, 0, 0, 20, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.342867653634e-05, -3.312202837283e-05, { 1, 0, -1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -8.957853333659e-06, 3.758867608304e-05, { 1, 2, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.149566434708e-05, -1.504673589713e-05, { 1, -2, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 2.567557444578e-05, -2.083763301597e-05, { 1, 1, 0, 0, 1, -28, 29, 0, 0, 0, 0, 0, 0 } }, + { 2.567557444578e-05, -2.083763301597e-05, { 1, -1, 0, 0, 1, -28, 29, 0, 0, 0, 0, 0, 0 } }, + { -1.832434202688e-06, -4.467032042059e-05, { 0, 3, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 3.909919109945e-05, 7.399725652415e-06, { 2, -1, 0, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { -1.923617715781e-06, 4.456879023475e-05, { 2, 1, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.896458171248e-06, -4.457870819839e-05, { 2, -1, 0, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.266073645625e-06, -4.518876212990e-05, { 0, 1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.814608808674e-05, -2.827590251150e-05, { 2, -1, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.548531311848e-05, 9.112486316412e-07, { 0, 1, 0, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { -2.094789514270e-05, -2.543237929262e-05, { 2, 1, 2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.243175264966e-05, -3.392920799208e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, -3, 0, 0 } }, + { -4.616548681171e-05, 1.514081036980e-07, { 2, -3, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.508872956586e-05, -3.122657983814e-05, { 1, 0, 0, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 4.612155479401e-05, -1.920787555765e-07, { 2, 1, 0, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -3.892685967758e-05, 7.304286397206e-06, { 3, -2, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 4.603999776311e-05, 1.838922833655e-07, { 2, -1, 1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 4.596792793058e-05, 2.418667674977e-07, { 4, 1, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.880591018782e-05, -2.738066429866e-05, { 2, -1, -2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 1.208604173119e-05, -3.403974941662e-05, { 0, 1, 0, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -1.208511602378e-05, -3.403711562305e-05, { 0, 1, 0, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -3.940610541833e-05, -6.665654037339e-06, { 2, -1, -1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { -3.683180157017e-05, -9.189754264840e-06, { 1, 0, 1, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { 2.696719137104e-05, 1.904754383716e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 2, -8, 0, 0, 0 } }, + { 1.845405550757e-05, 2.751441266468e-05, { 0, 1, -1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 2.048573174979e-05, 2.548155574611e-05, { 0, 1, 0, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { -1.531651634446e-05, 3.063489801162e-05, { 2, 1, 0, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { -4.442295922199e-05, -1.513563418587e-06, { 0, 1, -1, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { -3.672980064949e-05, -9.150770076193e-06, { 2, -1, 1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.140456781135e-05, -2.445970325968e-05, { 0, 1, -1, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { 3.057107321668e-05, -1.526867711045e-05, { 2, 3, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -8.709184395995e-06, 3.712315570138e-05, { 1, 0, -1, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { 3.143512778128e-05, 1.437657498367e-05, { 1, 0, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 1.347592548941e-05, 3.231621256691e-05, { 3, 0, -1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -1.965131196223e-05, -2.613886796587e-05, { 4, 1, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.134399847667e-05, -2.441786247258e-05, { 0, 1, -1, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { -4.555205199830e-05, -1.508499338112e-07, { 2, -1, 0, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 3.130040071266e-05, 1.436388238244e-05, { 2, 1, -1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.384104736246e-05, 1.815970131150e-06, { 2, -1, 0, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { 2.176532337066e-05, 2.387164340702e-05, { 0, 1, 0, 0, 0, 0, 0, 0, -1, 3, 0, 0, 0 } }, + { -2.176517336623e-05, 2.387147980582e-05, { 0, 1, 0, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0 } }, + { 4.526307828593e-05, 3.049906177245e-07, { 2, 1, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -4.349981730048e-05, 2.041191517633e-06, { 1, 0, 0, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0 } }, + { 3.774661014338e-05, 7.784188244592e-06, { 2, 1, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -4.543652002230e-05, -8.043422304250e-08, { 4, -1, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 4.543764674822e-05, 7.132622724140e-08, { 0, 1, -1, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { 8.565355382083e-06, 3.694224361732e-05, { 1, 0, -1, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.995674434413e-05, -2.554358019126e-05, { 2, -1, 1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.912155686235e-05, -2.635924841334e-05, { 2, 1, 1, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.340424333685e-06, -3.611648551878e-05, { 0, 1, -3, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -2.026955482823e-05, 2.517858938272e-05, { 0, 1, 0, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 9.332787549743e-06, -3.609103699554e-05, { 0, 1, -3, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -3.756423907657e-05, 7.837957356140e-06, { 1, 0, 0, 0, 0, 16, -18, 0, 0, 0, 0, 0, 0 } }, + { 1.878346249165e-05, 2.661254587451e-05, { 0, 1, -1, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { -8.771461593028e-06, -3.661022455985e-05, { 1, 2, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -6.496940057947e-06, 3.888221352876e-05, { 3, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 3.898007873664e-05, 6.397794963295e-06, { 0, 1, 1, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { 3.627348848391e-05, -9.071831129374e-06, { 3, 2, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.098031005866e-05, 3.435751268827e-05, { 2, 1, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.098451416353e-05, 3.434916282962e-05, { 2, 1, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 4.334381207700e-05, -1.981139887046e-06, { 2, 1, 0, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { 1.830130412363e-05, 2.701198046031e-05, { 1, 0, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0, 0 } }, + { -4.427413351256e-05, 9.609629207463e-07, { 1, -1, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.643305572763e-06, -4.357018174612e-05, { 2, -1, -1, 0, 0, 26, -27, 0, 0, 0, 0, 0, 0 } }, + { -3.205604707345e-05, 1.311548107733e-05, { 2, -1, 0, 0, 0, 10, -14, 0, 0, 0, 0, 0, 0 } }, + { -2.519020209688e-05, -1.997543373041e-05, { 2, -1, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.017339836655e-05, 1.498573979183e-05, { 1, 0, 2, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -4.317132515706e-05, -1.973874583043e-06, { 4, 1, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 2.813905604235e-05, 1.696162237315e-05, { 0, 1, 2, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -3.445843015081e-05, -1.064203702305e-05, { 0, 1, -1, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -2.919940998115e-05, -1.588249992148e-05, { 0, 1, 0, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0 } }, + { -2.811552207800e-05, 1.694654689111e-05, { 0, 1, 2, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -4.498922685599e-05, -6.641310644556e-08, { 0, 1, 2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.004541109014e-05, -1.500628854330e-05, { 2, 3, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.166516513814e-06, 4.288475607757e-05, { 0, 1, 1, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0 } }, + { 3.871101920449e-05, -6.315758439307e-06, { 1, 0, 1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.102192709085e-06, -4.284963482971e-05, { 2, 1, -1, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { 2.641725684841e-05, -1.846979185195e-05, { 2, 1, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -2.243495198835e-05, -2.243610420891e-05, { 2, -1, 2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 2.045566154734e-06, -4.280659550392e-05, { 2, 1, -1, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { 3.529752280789e-05, -9.543889423113e-06, { 0, 1, 3, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -7.212770849998e-06, -3.761328492067e-05, { 2, 1, -1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.879583277883e-05, -1.601772060657e-05, { 1, 0, 0, 0, 0, 0, 11, -19, 0, 0, 0, 0, 0 } }, + { -3.526529237659e-05, -9.537777517017e-06, { 0, 1, 3, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.661301893056e-05, 2.817897343461e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 0, -2, 0, 0, 0 } }, + { -2.563969654446e-05, -1.909205799265e-05, { 1, 0, -1, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -4.460339925907e-05, -1.151766785685e-07, { 0, 1, 0, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.660982118645e-05, -2.810207388871e-05, { 1, -2, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { 2.875265529017e-05, 1.594459040542e-05, { 2, -1, -1, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { 3.801193115422e-05, -6.673991378579e-06, { 0, 1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -2.717987030130e-06, -4.196277535468e-05, { 0, 1, 1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { 3.752771121264e-05, -7.097919585130e-06, { 1, 2, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.815312377694e-05, 2.644785804869e-05, { 0, 1, -1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { 2.322812946070e-05, -2.137037210375e-05, { 2, -1, 2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.430708604664e-05, 3.025216520479e-05, { 2, -1, 0, 0, 0, 0, 11, -15, 0, 0, 0, 0, 0 } }, + { -1.721645824296e-05, -2.732391970047e-05, { 0, 1, -1, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { 2.627523759871e-05, -1.824197731255e-05, { 2, 1, 0, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { -5.197742833082e-06, 3.931653056347e-05, { 1, -2, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.981985253403e-05, -2.469164196094e-05, { 1, 0, 0, 0, 0, 6, -3, 0, 0, 0, 0, 0, 0 } }, + { -8.422283929014e-06, -3.606105195571e-05, { 3, 0, -1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.173231092169e-05, -2.274176756476e-05, { 1, 0, -1, 0, 0, 0, 1, 0, 2, -4, 0, 0, 0 } }, + { -2.867638336029e-05, -1.579093732127e-05, { 4, -1, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -1.808495671243e-05, 2.636440523761e-05, { 0, 1, -1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { -8.280377409172e-06, -3.612504829605e-05, { 1, 0, -1, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { -1.965771054113e-05, -2.472808221581e-05, { 1, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -4.068402038560e-05, -3.599065178659e-06, { 2, -1, 0, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { -6.041010460512e-06, 3.821906618879e-05, { 0, 1, 2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.871686602432e-05, -1.554134616316e-05, { 2, 1, -1, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { -2.813554191804e-05, 1.611969188337e-05, { 0, 1, -1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -8.484509296914e-06, -3.566774459336e-05, { 1, -2, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.405937099092e-05, 7.980369030013e-08, { 2, -1, -1, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 8.442030125151e-06, -3.566127038798e-05, { 0, 1, 2, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.372148141980e-05, -3.034883672979e-05, { 2, 1, -1, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { -3.155623902398e-05, 1.250871676396e-05, { 2, 1, -1, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { -3.191808642936e-05, -1.210405234173e-05, { 0, 1, -1, 0, 0, -8, 14, 0, 0, 0, 0, 0, 0 } }, + { -8.239429213227e-06, -3.577277812658e-05, { 2, 0, -2, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -8.668451236131e-07, -4.311684035308e-05, { 2, -1, 2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.458795299041e-05, 1.932863095788e-05, { 2, -1, -1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { 3.894431429156e-05, 4.952822876010e-06, { 2, -1, -1, 0, 0, 0, 2, 0, 0, -4, 0, 0, 0 } }, + { 3.892592502982e-05, -4.963109030626e-06, { 1, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -3.398232867954e-05, 9.897556365147e-06, { 2, 1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -1.479155923794e-05, -2.906546147830e-05, { 2, 1, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 3.649396835695e-05, -7.339831711331e-06, { 1, 0, -1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.498307758757e-05, -2.882980270332e-05, { 2, 1, 0, 0, 0, -38, 37, 0, 0, 0, 0, 0, 0 } }, + { -1.498307758757e-05, -2.882980270332e-05, { 2, -1, 0, 0, 0, -38, 37, 0, 0, 0, 0, 0, 0 } }, + { -3.604846160717e-05, -7.759984342453e-06, { 1, 0, 0, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.331304755671e-05, -3.047309317559e-05, { 0, 1, 0, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { 4.995245973425e-06, 3.876636032260e-05, { 2, 1, -1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { -3.971481411436e-05, -4.044286401268e-06, { 2, 1, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.839882784074e-05, 2.534768252230e-05, { 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.329003032116e-05, -3.042074557172e-05, { 0, 1, 0, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 1.428203369763e-05, 2.940735470235e-05, { 2, 1, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -1.635358760888e-06, -4.198261994500e-05, { 0, 1, -1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { 3.767600256415e-05, -5.894261928577e-06, { 2, -1, 1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 3.234008431096e-05, -1.122954025426e-05, { 0, 1, 1, 0, 0, 0, -2, 0, 1, 5, 0, 0, 0 } }, + { -2.048050748575e-05, -2.308740764255e-05, { 0, 1, 1, 0, 0, 12, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.210318855890e-05, -1.461211172034e-06, { 2, 1, -1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.347664205563e-05, 6.620345178875e-08, { 0, 1, 0, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.371209781464e-06, -4.214041714001e-05, { 4, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -8.210380849924e-06, -3.528964474062e-05, { 1, 0, 0, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { -8.313986934072e-06, 3.517667183985e-05, { 3, 0, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.500107420454e-06, -4.193848511129e-05, { 4, 1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.023917134154e-05, 3.187867472007e-06, { 2, -1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { 3.578217783124e-06, 3.983963299902e-05, { 3, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.578217783124e-06, 3.983963299902e-05, { 3, 0, -1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.578141296513e-06, 3.983963986863e-05, { 3, 0, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.578134343184e-06, 3.983964049313e-05, { 1, 0, 2, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.577904883268e-06, -3.983966110105e-05, { 1, 2, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.139540183837e-05, -3.201965202296e-05, { 1, 0, 0, 0, 0, 5, -5, -4, 0, 0, 0, 0, 0 } }, + { -3.448484095673e-05, 8.871628478888e-06, { 1, 0, 0, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { 3.470221932782e-05, 8.540502517367e-06, { 2, 1, 0, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { 3.913042301011e-05, 4.078648753740e-06, { 2, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.004440673801e-06, 3.620027018708e-05, { 2, -1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -1.065770414829e-05, 3.253264655239e-05, { 2, -1, 1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -3.160506209716e-05, 1.155017259902e-05, { 2, 1, -1, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { -4.898789433675e-06, -3.825439096021e-05, { 4, -1, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -3.566256791830e-05, -7.462520464324e-06, { 1, 0, 0, 0, 0, -11, 13, 0, 0, 0, 0, 0, 0 } }, + { 4.123342434972e-05, -1.885607368793e-06, { 2, -1, -1, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { 2.285899155634e-05, 2.024098300910e-05, { 2, -1, -1, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -3.791826338056e-05, 5.134741829626e-06, { 2, -1, 0, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { -2.764527330208e-05, -1.537950344889e-05, { 2, -1, -2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -8.226680007784e-06, 3.476319810064e-05, { 1, -2, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.883598677743e-05, -1.410783797770e-05, { 1, 0, 0, 0, 0, 10, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.998678524211e-05, -2.293224681805e-05, { 0, 1, 3, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -3.268579839569e-05, -1.013804226180e-05, { 4, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.749227341123e-05, -1.532331721815e-05, { 3, -1, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 1.462074730889e-05, -2.818601761342e-05, { 2, 1, 1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -2.774482216099e-05, -1.506033999602e-05, { 2, 1, -1, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { 3.477345135502e-05, -8.016887431856e-06, { 4, 1, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.013326004844e-05, -2.265534880613e-05, { 0, 1, 3, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -4.265001719877e-05, -7.919092630875e-08, { 4, 1, -2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.732974990269e-06, -4.098195939048e-05, { 0, 1, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -4.198336599637e-05, 7.123799731561e-07, { 0, 1, -1, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { 3.452947869721e-05, 7.993329763575e-06, { 2, 1, -1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { 4.179872057567e-05, 7.106058789330e-07, { 0, 1, -1, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { 8.419759269652e-06, -3.406101928037e-05, { 1, 0, 1, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { 7.413048703756e-06, -3.503443081635e-05, { 0, 1, -1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 3.607418495168e-05, 6.348145398113e-06, { 0, 1, -3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 2.648134439050e-05, 1.593718542187e-05, { 2, -1, 0, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { -2.962899854372e-05, 1.274386814358e-05, { 2, 1, 0, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { -8.039479966427e-06, 3.432058129983e-05, { 1, 0, -1, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { 5.201253224414e-06, 3.709419324829e-05, { 2, 1, 0, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 8.789654597223e-06, -3.349036057580e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0 } }, + { -1.919286298122e-05, -2.301919509064e-05, { 2, 1, 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -4.194069565442e-05, 2.137488492999e-07, { 0, 1, 2, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.594671100767e-06, -4.055721751697e-05, { 2, 1, -1, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { 2.598019453111e-05, -1.599809571003e-05, { 2, -1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -4.163927431874e-05, -3.051302635131e-07, { 2, -1, 1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.718330668926e-05, 4.723946532571e-06, { 2, 1, -1, 0, 0, 0, 2, 0, 0, -4, 0, 0, 0 } }, + { -4.581789032296e-06, -3.725277316392e-05, { 2, -1, -1, 0, 0, 0, 2, 0, 0, -1, 0, 0, 0 } }, + { 2.837345133448e-05, 1.344953545412e-05, { 2, -1, 0, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0 } }, + { 7.467860575894e-07, -4.106927738950e-05, { 4, -1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -7.040166953570e-06, -3.476579284045e-05, { 2, -1, -1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.071843530844e-06, -3.462143881238e-05, { 2, -1, -1, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { -4.136450942340e-05, 3.284394363979e-07, { 4, -1, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.693214534470e-05, -1.470022234614e-05, { 2, 1, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 3.790176537471e-05, -3.724216139846e-06, { 1, 0, 1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 2.803304623093e-05, 1.357095454425e-05, { 2, -1, 0, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.979472029105e-06, 3.361068095887e-05, { 1, 2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.154499115554e-05, -2.330873076136e-08, { 4, -1, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.690000819054e-05, 2.461248577748e-05, { 1, 0, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -8.126301403280e-06, -3.336642006140e-05, { 1, 0, 2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.542646374998e-05, -6.018385382928e-06, { 1, 0, 1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.132808896140e-05, 8.707811994149e-08, { 0, 1, 0, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { -2.284581261049e-05, 1.853755826688e-05, { 1, 1, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.736808698668e-05, -2.400728848809e-05, { 2, -1, 2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 3.359420090109e-06, 3.801509875580e-05, { 0, 1, 1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 8.468257551586e-06, -3.284345769205e-05, { 1, 0, 0, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0 } }, + { -2.661215798037e-05, 1.469834260031e-05, { 4, 1, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 1.833756004930e-05, 2.290050612019e-05, { 2, -1, 0, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0 } }, + { 1.882450928048e-06, 3.931504566657e-05, { 1, 0, 0, 0, 0, 0, 10, -16, 0, 0, 0, 0, 0 } }, + { -2.742806342523e-05, 1.370108226137e-05, { 0, 1, 1, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { 2.438585437967e-05, -1.670845417388e-05, { 2, -1, 0, 0, 0, 0, -7, 12, 0, 0, 0, 0, 0 } }, + { -3.476422124984e-05, -6.317811663330e-06, { 2, -1, -1, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { 1.931138271917e-05, -2.176982344757e-05, { 4, 1, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.520989829854e-05, -1.585989456620e-05, { 0, 1, 1, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.443224099569e-05, 6.636371568741e-06, { 1, 0, 1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -3.708801855420e-05, -3.895740015970e-06, { 2, 1, -1, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 2.671767150373e-05, 1.424510088850e-05, { 0, 1, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.232705337371e-06, -3.264428084472e-05, { 3, -2, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 6.576055116462e-06, 3.428924619154e-05, { 3, -2, -2, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 4.081918913961e-05, 3.741819733749e-08, { 2, 1, 1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.087752768872e-05, 2.993425445463e-05, { 1, 0, -1, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.278709433785e-05, -7.983214219711e-06, { 2, -1, 0, 0, 0, 0, -3, 0, 5, 0, 0, 0, 0 } }, + { -2.731387900144e-05, 1.345463481599e-05, { 2, -1, -1, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { 4.073534851678e-05, 1.205842953280e-08, { 1, -1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.270468054981e-05, -1.801565831011e-05, { 0, 1, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 3.795705663020e-05, -2.709583580510e-06, { 4, -1, 0, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -3.842824961786e-06, -3.675768956201e-05, { 2, 1, -1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 3.453900141076e-05, -6.057739973657e-06, { 2, -1, -1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.043039350244e-05, -3.012355327130e-05, { 1, 0, -1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -7.792500075846e-06, 3.275669886686e-05, { 3, -2, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.018922173638e-05, 3.351252617112e-07, { 1, -1, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 2.557147219183e-05, 1.493172017737e-05, { 2, 1, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 1.329672520815e-05, 2.713259934096e-05, { 2, 1, -1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { -1.173605655039e-05, -2.866958579092e-05, { 0, 1, 1, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { 1.173342080258e-05, -2.866678721144e-05, { 0, 1, 1, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { -1.191352441626e-06, -3.918778533751e-05, { 2, 1, 1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.298247279633e-05, 2.735753566454e-05, { 2, 1, -1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 7.442219316680e-07, -3.958901157382e-05, { 4, -1, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.559459021278e-05, -1.468166555994e-05, { 2, 1, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -7.535479000601e-06, -3.272650584837e-05, { 2, 2, -2, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { 3.395060932307e-05, 6.308665064472e-06, { 2, -1, 1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.975940819198e-05, -4.616821529327e-07, { 2, 1, 1, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { 2.500469631062e-05, -1.521364722219e-05, { 0, 1, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 7.739407316470e-06, 3.247040975822e-05, { 1, 0, -2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.992593125312e-05, 1.950182487546e-07, { 1, -1, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -4.010460992875e-05, -1.630767429428e-08, { 2, -1, 1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 4.780672090742e-06, 3.533108731802e-05, { 1, 0, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 3.199173680248e-05, 8.115161648417e-06, { 2, 1, -1, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { -6.289674149796e-06, 3.381260873537e-05, { 3, 0, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.233894818383e-05, 2.775090251791e-05, { 1, 0, 1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 3.037779502458e-05, -9.703849661430e-06, { 2, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.301012023279e-05, -2.705657602751e-05, { 1, 0, 0, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 3.999999340203e-05, -2.816437710800e-08, { 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.297730869372e-06, 3.271944440526e-05, { 0, 1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.601261596116e-05, -1.399013924300e-05, { 2, -1, 1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -3.999999997339e-05, 1.459095254344e-09, { 0, 2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.999999999137e-05, -8.307767238953e-10, { 0, 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.999999999137e-05, 8.307767238896e-10, { 0, 2, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.999999999354e-05, 7.190756517829e-10, { 4, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.999999999528e-05, 6.143558966779e-10, { 2, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 3.999999999657e-05, -5.235987755908e-10, { 2, 0, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.999999999666e-05, 5.166174585760e-10, { 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.999999999693e-05, 4.956735075537e-10, { 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -3.999999999693e-05, -4.956735075523e-10, { 2, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -3.999999999701e-05, 4.886921905463e-10, { 6, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.999999999701e-05, -4.886921905426e-10, { 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.999999999701e-05, -4.886921905426e-10, { 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.999999999735e-05, -4.607669225237e-10, { 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.999999999766e-05, -4.328416544846e-10, { 2, 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -3.999999999882e-05, 3.071779483480e-10, { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 4.000000000000e-05, 0.000000000000e+00, { 2, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.000000000000e-05, 0.000000000000e+00, { 2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.094712044652e-05, -2.904462085765e-05, { 2, 1, -1, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { 7.728099781521e-06, -3.223838068377e-05, { 2, 1, 1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 1.597911089496e-05, -2.396979153601e-05, { 2, -1, 2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 3.969185795818e-05, 2.426667653614e-07, { 0, 1, 2, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -5.704779947068e-06, 3.420831464664e-05, { 0, 1, -1, 0, 4, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -8.068518486159e-06, 3.181921006005e-05, { 1, 0, -1, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.622806884997e-06, 3.825375591327e-05, { 2, 1, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 3.364883919397e-05, -6.178104087245e-06, { 4, 1, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -1.461686253090e-05, -2.516006531964e-05, { 0, 1, 1, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { -1.591489738072e-05, -2.385099981279e-05, { 2, -1, 2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.437107136834e-05, -1.536743222092e-05, { 0, 1, 1, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.658713860772e-05, 1.309891692783e-05, { 2, 1, -1, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.938806096792e-05, 2.029225273732e-05, { 1, 0, 1, 0, 0, 0, 1, 0, 2, -4, 0, 0, 0 } }, + { -3.691619998819e-05, 2.749269066421e-06, { 4, -1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.055138361936e-05, 9.072459062448e-06, { 2, -1, 0, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 2.043516480574e-06, -3.755581159463e-05, { 0, 1, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.647974369510e-05, 1.305924678486e-05, { 2, 1, -1, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { -3.864398169681e-05, -8.900798239215e-07, { 4, -1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.880720055701e-05, 7.078183933680e-07, { 2, 1, -1, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { 1.683414554265e-05, -2.267663315864e-05, { 1, 0, 0, 0, 0, 0, -6, 13, 0, 0, 0, 0, 0 } }, + { -3.328355327612e-05, 6.203861061615e-06, { 3, 0, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.690001150751e-05, -2.574465927910e-06, { 1, 0, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.738649565835e-05, 2.207161884665e-05, { 2, -1, 0, 0, 0, 0, -11, 21, -2, 0, 0, 0, 0 } }, + { 3.163766735416e-05, -7.817708211408e-06, { 0, 1, 1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.026460823874e-05, 2.908099656397e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -3, 2, 0, 0, 0 } }, + { 1.008139531758e-05, -2.922340172750e-05, { 2, -1, 0, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0 } }, + { 2.507783844504e-05, 1.419947131925e-05, { 4, 1, -1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.729481120427e-05, 2.196377200167e-05, { 2, -1, 0, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { -3.875558704503e-05, 4.203037136754e-07, { 2, -1, -2, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 7.885635036125e-06, 3.121350557733e-05, { 3, 0, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 8.390209165696e-06, -3.070682503303e-05, { 1, 0, -2, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -7.646082807355e-06, 3.142731790568e-05, { 2, 1, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 3.781258045162e-05, 1.223641127076e-06, { 4, -1, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 3.454471547752e-05, 4.466566180612e-06, { 0, 1, -1, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { -7.388385672814e-06, -3.161191190652e-05, { 3, -2, -1, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { -7.384831812182e-06, 3.157207904461e-05, { 1, 0, -1, 0, 0, 14, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.851068741278e-05, 1.042170278077e-05, { 2, -1, -1, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { -1.854659902925e-05, 2.036926544917e-05, { 2, 1, 0, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { -1.521488530516e-05, 2.365933684713e-05, { 1, 1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.806088302626e-05, 1.079499484692e-05, { 1, 0, 1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { -9.525355078886e-06, -2.926821473174e-05, { 1, 0, 0, 0, 0, 13, -16, 0, 0, 0, 0, 0, 0 } }, + { -4.522772428697e-06, -3.426580652049e-05, { 2, 1, -1, 0, 0, 0, 2, 0, 0, -1, 0, 0, 0 } }, + { 5.534020762297e-06, 3.319409289676e-05, { 0, 1, 1, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.741680076103e-05, -2.130638656197e-05, { 1, 2, -1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -2.582377971844e-05, 1.289773802379e-05, { 2, 1, 4, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.424732430834e-05, -4.463445433984e-06, { 2, 1, 0, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { -2.264518405608e-06, 3.643702100609e-05, { 2, -1, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.989497271655e-05, -8.780238968525e-06, { 4, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -9.814536193938e-06, -2.886043954745e-05, { 2, -1, 0, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0 } }, + { -6.684357026249e-07, -3.796532975913e-05, { 2, -1, 0, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.764167612378e-05, -2.097507761957e-05, { 1, 0, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 3.810421248054e-05, -4.424752156846e-07, { 2, -1, 1, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.843915026788e-06, 3.667579357329e-05, { 0, 1, -1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -3.844088743038e-05, 6.778435566814e-08, { 2, 1, -1, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.344191376047e-05, 2.506516840232e-05, { 1, -2, 0, 0, 2, -2, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.533454270375e-05, 1.316534601707e-05, { 2, -1, 0, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0 } }, + { -1.145994794848e-05, 2.703622607634e-05, { 2, 1, -2, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.314107044878e-05, -1.535259068075e-05, { 4, -1, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 3.474967786296e-05, -3.723687621287e-06, { 2, -1, -1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -7.219720069664e-06, 3.124089924572e-05, { 1, 0, -1, 0, 0, 19, -18, 0, 0, 0, 0, 0, 0 } }, + { 1.812813049119e-05, 2.033246342513e-05, { 2, -1, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -1.740840134861e-05, 2.104057041719e-05, { 4, 1, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 2.628871757247e-05, 1.215671710836e-05, { 0, 1, -1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { 3.448871658123e-05, 3.932868444787e-06, { 1, 0, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.925101775196e-05, -1.916012801871e-05, { 0, 1, 1, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -1.136861786192e-05, 2.703394736494e-05, { 1, 0, 0, 0, 0, -8, 11, 0, 0, 0, 0, 0, 0 } }, + { 2.479846971019e-05, -1.360162880465e-05, { 2, -1, -3, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -2.274187660288e-06, 3.606534750423e-05, { 2, -1, 0, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0 } }, + { 2.576872043394e-05, 1.256356322277e-05, { 0, 1, 2, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 1.714406708567e-05, -2.116786526814e-05, { 1, 0, 1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { 1.498322297428e-05, 2.332113080620e-05, { 1, 1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 5.573901172582e-06, -3.271221008424e-05, { 1, 0, 0, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { 2.615822020030e-05, 1.210750562486e-05, { 0, 1, 1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.482662624157e-05, -3.423672208046e-06, { 2, -1, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { -3.820899867863e-05, 8.879209454459e-09, { 1, 1, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.548359176108e-05, 1.273190300863e-05, { 0, 1, -1, 0, 0, 17, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.998820917229e-05, -1.822315145393e-05, { 2, 1, -1, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -2.319502657991e-05, 1.500346920214e-05, { 1, 0, 0, 0, 0, 0, 11, -15, 0, 0, 0, 0, 0 } }, + { -2.246008907585e-05, -1.570722151003e-05, { 2, -1, -1, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 9.213728256798e-06, 2.895061582616e-05, { 0, 1, 0, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0 } }, + { 2.460916567067e-05, -1.351539055921e-05, { 4, -1, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -2.562752181076e-05, 1.249666335020e-05, { 0, 1, 2, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -3.728745112631e-06, 3.439320703589e-05, { 2, 1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.640101718430e-05, 1.714298614602e-06, { 0, 1, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -3.696831392636e-05, -1.142978408077e-06, { 2, -1, 2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 6.493172748687e-06, -3.159337332343e-05, { 1, -2, 1, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { 6.493172748687e-06, -3.159337332343e-05, { 1, -4, -1, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { -9.189401444914e-06, 2.887896596911e-05, { 0, 1, 0, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0 } }, + { -3.711446731750e-05, -9.444330325739e-07, { 2, -1, -1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.626599682622e-05, 2.175928570555e-05, { 1, 0, 0, 0, 0, -6, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.801589194579e-05, -2.590435151819e-09, { 0, 1, 2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.448038064724e-05, 1.349588600283e-05, { 4, 1, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -3.468153165942e-05, 3.260275529713e-06, { 4, -1, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.685534961908e-05, 2.107392810902e-05, { 2, 1, -1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 1.419952674042e-05, -2.372514877306e-05, { 0, 1, 1, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { -9.935586279919e-06, -2.798363898090e-05, { 0, 1, 1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -2.583187205140e-05, 1.206715989181e-05, { 2, -1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.848706058118e-05, 9.406773062223e-06, { 0, 1, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 9.924906421976e-06, -2.795191052162e-05, { 0, 1, 1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -2.535173135531e-05, 1.250126569222e-05, { 2, -1, -1, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { -2.877130507169e-05, 9.081529823496e-06, { 3, -2, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -3.359195527366e-05, -4.252202966158e-06, { 2, -1, 0, 0, 0, 0, 2, 0, 0, -4, 0, 0, 0 } }, + { -7.303914906081e-06, 3.049220645081e-05, { 4, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.097307374374e-06, -3.067844719547e-05, { 0, 1, -2, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -6.578400099358e-06, -3.118534720765e-05, { 0, 1, 1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 5.701340052793e-06, 3.206148211419e-05, { 2, 1, -1, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.213961381083e-05, 1.560206457805e-05, { 2, -1, -1, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0 } }, + { 3.602400365291e-05, -1.668165428715e-06, { 1, 0, 0, 0, 0, -7, 5, 0, 0, 0, 0, 0, 0 } }, + { 3.758267844932e-05, 1.069212754575e-07, { 2, 1, 1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.555746457410e-05, 2.212568972811e-05, { 3, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -3.236448618593e-05, 5.309615920567e-06, { 0, 1, -1, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -6.395117384628e-06, -3.125604649005e-05, { 0, 1, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -2.512775982501e-05, -1.246787640283e-05, { 1, -3, 0, 0, 0, 20, -18, 0, 0, 0, 0, 0, 0 } }, + { 7.018549194488e-06, -3.055729104599e-05, { 1, 0, 0, 0, 0, 0, -1, 0, -2, 0, 0, 0, 0 } }, + { -1.639133772813e-05, -2.118288294692e-05, { 0, 1, 2, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -3.752220863786e-05, -2.887641071012e-08, { 2, -1, -2, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { 1.047055871739e-06, -3.644814429166e-05, { 0, 1, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -2.784993291039e-05, -9.642598621316e-06, { 0, 1, -1, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -7.172173239586e-06, 3.027085454388e-05, { 3, 0, -1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.495542932044e-05, 1.246325858177e-05, { 2, 1, 2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.559786094841e-05, 2.181830173020e-05, { 1, -2, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 1.406115605520e-05, -2.333611369955e-05, { 3, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.552452049892e-05, 2.185919809771e-05, { 1, 0, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -2.428838344471e-05, 1.309388953667e-05, { 2, 1, -1, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0 } }, + { 6.079150482158e-07, 3.675710897784e-05, { 2, -1, -1, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.584641816644e-05, 1.151069528955e-05, { 2, -1, -1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.308293170249e-05, -4.239878123701e-06, { 1, 0, 1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.576200462050e-05, -2.155753273924e-05, { 2, 1, 2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -3.359510275324e-05, 3.705074066369e-06, { 2, -1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0, 0 } }, + { 3.199847902186e-05, -5.232592017752e-06, { 2, 1, 0, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -3.716081189382e-05, -4.206253488825e-08, { 2, 1, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.117149833229e-06, 3.007724138716e-05, { 4, -1, -1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 3.705872683597e-05, 1.310903348355e-07, { 2, 1, 0, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.334045165322e-05, -2.382363596751e-05, { 0, 1, 1, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { 1.331510967480e-05, -2.383741547657e-05, { 0, 1, 1, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { 2.122155877929e-05, 1.590413481614e-05, { 1, 0, 0, 0, 0, 0, -1, 5, 0, 0, 0, 0, 0 } }, + { -3.706203333174e-05, 5.847435679145e-08, { 4, 1, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.180056274635e-06, 2.892859473500e-05, { 1, -1, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 3.705858581852e-05, -4.394757829595e-08, { 2, 1, 0, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.576463366852e-05, 1.131538745817e-05, { 1, 0, -2, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -2.451087047658e-06, -3.462723726989e-05, { 2, 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 8.315925815996e-06, -2.874262899770e-05, { 0, 1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -8.993367171476e-06, -2.802603417355e-05, { 2, 1, -1, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { -3.591367264792e-05, -1.104140844115e-06, { 4, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -4.664591735478e-06, -3.233538162199e-05, { 2, 1, 0, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { 9.516027312523e-06, 2.747291555824e-05, { 2, -1, 1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.792632207778e-05, 9.061723106678e-06, { 2, -1, 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 } }, + { -1.922735615685e-06, -3.505195169771e-05, { 2, -1, -1, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { 1.332032551647e-06, 3.562191878226e-05, { 0, 1, 0, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 4.628229889090e-06, -3.229277238493e-05, { 2, 1, 0, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { 1.874909012713e-06, -3.501575742916e-05, { 2, -1, -1, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -9.856489596448e-06, -2.703236976446e-05, { 2, -1, 0, 0, 0, 0, 10, -15, 1, 0, 0, 0, 0 } }, + { 2.696527532324e-05, -9.918243936286e-06, { 2, -1, 1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 2.366797569881e-05, -1.319524003216e-05, { 1, -1, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -2.523847538914e-05, 1.161376756037e-05, { 1, 0, -1, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.158046127713e-06, 3.266978832518e-05, { 2, -1, -1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 2.360687791835e-05, -1.321921706711e-05, { 2, 1, 0, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -3.614937710549e-05, 6.697006474963e-07, { 2, 1, -1, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { -8.109535344651e-06, 2.867514643292e-05, { 1, 1, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 1.594594309449e-05, 2.083144410757e-05, { 1, 0, 0, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0 } }, + { 1.645949813849e-05, -2.029456346538e-05, { 1, 0, 0, 0, 0, 7, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.127552951590e-07, -3.625623903314e-05, { 3, -1, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.578036028675e-05, 2.086837391945e-05, { 2, -1, 0, 0, -1, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { -2.633332980060e-05, 1.030075556556e-05, { 2, -1, -1, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { -1.577055484909e-05, 2.085454151352e-05, { 2, -1, 0, 0, 1, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { -2.337906377013e-05, 1.322978709318e-05, { 1, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.356332399232e-05, -2.303948019604e-05, { 0, 1, 2, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 2.566688809561e-05, -1.093567117004e-05, { 0, 1, -2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.268659664042e-05, -3.897854961211e-06, { 1, 0, 2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.042068347044e-05, 6.150076306160e-06, { 2, -1, 1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 3.073839655132e-05, 5.823909396361e-06, { 2, -1, 1, 0, 0, -21, 23, 0, 0, 0, 0, 0, 0 } }, + { 8.807991531735e-06, -2.774081737472e-05, { 2, 1, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -6.970546846857e-06, 2.952491254337e-05, { 1, 0, -1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.570641219669e-05, -1.078330721011e-05, { 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 2.821215447570e-05, -8.265435823546e-06, { 2, -1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.523422845246e-05, -1.123012082240e-05, { 1, 0, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 2.434035865686e-05, 1.211707200811e-05, { 0, 1, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.357364805709e-05, -1.287914939386e-05, { 2, 1, 0, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { 3.631646847827e-05, 1.283026054914e-07, { 2, 1, 2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -6.939197009261e-06, -2.946010518386e-05, { 1, 0, 1, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { -3.066235636056e-05, -5.723111625549e-06, { 0, 1, 1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 2.948864926512e-05, 6.893435002444e-06, { 2, -1, -1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { 7.687604062879e-06, 2.869417720796e-05, { 1, -2, -2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 1.301642404108e-06, -3.506788238711e-05, { 2, -1, -1, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -2.117135133505e-05, -1.518808308339e-05, { 2, -1, 0, 0, 0, 0, 9, -14, 0, 0, 0, 0, 0 } }, + { 5.228616620052e-06, -3.111613835452e-05, { 1, 0, 1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -2.073190903470e-05, -1.559746440864e-05, { 0, 1, 2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 2.812899886682e-05, 8.196784616617e-06, { 0, 1, -1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.741454661915e-05, 8.869663693972e-06, { 4, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 6.769606031195e-06, 2.951149163224e-05, { 1, 2, -1, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { -2.214731280903e-05, -1.411966503326e-05, { 0, 1, -1, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.425753631364e-05, 1.964232931943e-06, { 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -2.661231229509e-05, -9.604940133119e-06, { 0, 1, 0, 0, 0, -8, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.983809345515e-05, 1.635533717761e-05, { 1, -1, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.146850570637e-05, -2.470804370433e-05, { 2, -1, -1, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { -6.845296120815e-06, 2.932045343138e-05, { 1, 0, -1, 0, 0, 15, -14, 0, 0, 0, 0, 0, 0 } }, + { -2.329081651058e-05, 1.279583421828e-05, { 1, 1, 2, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -2.329081651058e-05, 1.279583421828e-05, { 1, -1, -2, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 2.339616541361e-05, -1.266398225802e-05, { 2, -1, -1, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { -6.888143748428e-06, 2.914300590164e-05, { 1, -2, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.476936516415e-05, 1.125563204920e-05, { 0, 1, -1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 6.891317607875e-06, -2.910951157113e-05, { 1, 0, -2, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.593923103901e-05, 5.802106234284e-08, { 0, 1, 1, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { 2.506011138196e-07, 3.569542118375e-05, { 2, -1, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.301254988542e-08, -3.592410394668e-05, { 4, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.582070032532e-05, -1.159834360502e-07, { 2, 1, 0, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 2.194711765907e-05, -1.398712751623e-05, { 0, 1, -1, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.870356931321e-06, 2.904897790809e-05, { 1, 0, 2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.492567497150e-06, 3.241077535339e-05, { 2, -1, 0, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.509565741417e-06, 2.837872946651e-05, { 2, -1, 1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 2.538495426475e-05, 1.050050137537e-05, { 4, -1, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.456291340543e-06, -2.842604571080e-05, { 0, 1, 0, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -2.293300071053e-05, -1.290943582477e-05, { 0, 1, 0, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.321289165690e-05, 1.260675384969e-05, { 0, 1, 2, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 1.148728073838e-05, 2.432899937744e-05, { 2, -3, 0, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { -3.541742764846e-05, 3.930274998548e-07, { 2, 1, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 9.926104120201e-06, -2.583052981729e-05, { 1, 2, -2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 2.003566141311e-06, -3.374995739294e-05, { 2, 1, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 1.582822647477e-05, 1.989781341026e-05, { 2, 1, -1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { 3.429958780166e-05, 1.424484262106e-06, { 2, -1, -2, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { -3.463996986755e-05, -1.074485027819e-06, { 2, 1, 2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.013628064595e-05, 2.556660521164e-05, { 4, -1, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -5.735002233559e-06, -2.995052196165e-05, { 1, 0, 0, 0, 0, 0, 4, 0, -3, 0, 0, 0, 0 } }, + { -6.826758648138e-06, -2.879334387252e-05, { 3, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.518809317744e-05, 4.303642421364e-07, { 0, 1, 2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 6.916172593917e-06, -2.866146288510e-05, { 3, 0, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.430224369122e-05, 1.126660736122e-05, { 2, -1, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.406308317767e-05, -1.149885381143e-05, { 2, 1, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -6.772630944726e-06, 2.872299919578e-05, { 1, 0, 1, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.819543956063e-05, -7.299578247559e-06, { 2, -3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 2.180415345864e-05, 1.368272035487e-05, { 2, 1, 1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -1.836692262430e-06, -3.360211870572e-05, { 2, 1, 0, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { 3.532016350390e-05, 1.098031205274e-07, { 3, 1, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -2.703084813109e-05, -8.391392697001e-06, { 0, 1, 2, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.070070687456e-05, -2.468689150601e-05, { 2, 1, -1, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { -2.273222483342e-05, -1.265450384018e-05, { 1, -1, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -3.532416947743e-05, 4.686034370282e-08, { 0, 1, 0, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.347873349259e-05, 1.186509549320e-05, { 1, 0, 0, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { -3.497320895358e-05, -3.364514228101e-07, { 2, -1, 1, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -3.482298264823e-05, -4.816483548917e-07, { 1, 1, 2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -2.620142655013e-05, -9.094139185152e-06, { 2, -1, -1, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { -2.168271493701e-05, 1.360427406041e-05, { 2, 1, 1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -1.780139165602e-05, 1.743637714051e-05, { 2, -1, 0, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.805485841186e-05, 7.101502797816e-06, { 2, -1, -1, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { 3.509352465203e-05, 5.867806398791e-08, { 0, 1, -1, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { 3.499733626617e-05, 1.508366027936e-07, { 0, 1, -1, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { 3.293571401275e-05, 2.195885714627e-06, { 1, 0, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 9.144564615179e-06, -2.596185201782e-05, { 1, -2, 1, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { -7.971783112050e-06, 2.713102384177e-05, { 2, 1, -1, 0, 0, -23, 26, 0, 0, 0, 0, 0, 0 } }, + { -7.971783112050e-06, 2.713102384177e-05, { 2, -1, -1, 0, 0, -23, 26, 0, 0, 0, 0, 0, 0 } }, + { -3.092858713171e-05, -4.165568810752e-06, { 0, 1, 1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 1.012633574690e-05, -2.496501763704e-05, { 0, 1, -1, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 1.312596160926e-05, -2.195534394941e-05, { 0, 1, -1, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { -1.011577559123e-05, -2.494267587120e-05, { 0, 1, -1, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { -3.497563797027e-05, 6.674233850971e-08, { 2, 1, -1, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -1.976339784090e-05, -1.524067878192e-05, { 2, 1, -1, 0, 0, -25, 35, -11, 0, 0, 0, 0, 0 } }, + { -1.976339784090e-05, -1.524067878192e-05, { 2, -1, -1, 0, 0, -25, 35, -11, 0, 0, 0, 0, 0 } }, + { 1.343882538353e-05, -2.155106697785e-05, { 4, 1, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 1.057385795262e-05, -2.441105485706e-05, { 2, 1, -1, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 1.400313464765e-05, -2.093588323836e-05, { 4, -1, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -2.190225295932e-05, -1.299633283417e-05, { 1, 0, 0, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0 } }, + { 4.208948603600e-06, -3.068759669234e-05, { 0, 1, -2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -1.331665497913e-05, -2.155836005376e-05, { 2, 1, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -2.904896235642e-05, -5.823400232501e-06, { 3, -2, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 8.567502359123e-06, 2.625732628621e-05, { 1, 0, 0, 0, 0, 19, -20, 0, 0, 0, 0, 0, 0 } }, + { -3.423092063916e-05, 5.932653995239e-07, { 4, -1, -1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 1.880882284817e-07, -3.463215751041e-05, { 1, 1, 2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.744301035421e-05, 7.364147826889e-06, { 1, 0, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.477344041459e-05, -3.133974291299e-08, { 2, -1, -3, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.255152889347e-05, -1.224203367823e-05, { 2, -1, -1, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { -3.166550324629e-05, -3.100490072466e-06, { 1, 0, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -6.710669583338e-06, 2.801850278842e-05, { 3, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.403885130196e-06, -3.231305126604e-05, { 1, 0, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 1.887691652155e-05, -1.580963261049e-05, { 2, -1, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { -7.711688217867e-07, -3.387556098540e-05, { 2, 1, 2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.483329593733e-05, -1.980732135480e-05, { 0, 1, 2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -6.668601472050e-06, -2.794219245426e-05, { 1, -2, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.144951059454e-05, -3.160701397634e-06, { 2, 1, 0, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -3.033278086604e-05, -4.179491191341e-06, { 1, 0, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.305559171238e-05, -2.144115007089e-05, { 0, 1, -1, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { 2.386434392114e-05, 1.060698667488e-05, { 1, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.180913711142e-05, 1.265802570082e-05, { 2, -1, -2, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 3.443324850496e-05, 2.656867173408e-09, { 4, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.400039959373e-05, 4.324836245274e-07, { 3, 1, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 2.434313512238e-05, -1.006031721588e-05, { 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -2.761133595443e-05, -6.775416505368e-06, { 0, 1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 3.437198386812e-05, 1.256580200141e-08, { 1, 1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.268382179447e-05, -2.169484624433e-05, { 0, 1, 2, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -3.405235227882e-05, -3.174581842304e-07, { 2, 1, 1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.587000253804e-06, -2.778137298949e-05, { 3, 0, -2, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -6.703143543531e-06, -2.763845410227e-05, { 1, 0, -2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.880379073729e-05, -5.521579666435e-06, { 1, 2, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.427642281635e-05, 4.249766446456e-08, { 0, 1, 1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { -3.428593362627e-05, 6.330757175140e-09, { 2, -1, -2, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.331668492261e-05, -2.095964144567e-05, { 2, -1, 1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -1.667643251439e-05, -1.756201352961e-05, { 0, 1, 2, 0, 0, -18, 12, 8, -3, 0, 0, 0, 0 } }, + { 3.415844391808e-05, 5.888083151521e-08, { 0, 1, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -6.491920678577e-06, 2.771324483901e-05, { 4, -1, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 2.192222433172e-05, -1.228207896627e-05, { 0, 1, 0, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.822984832043e-05, -5.947629508965e-06, { 2, 1, 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.572960835425e-05, -1.844225708938e-05, { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { -1.057595383532e-05, -2.358437830626e-05, { 1, 0, 0, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { -1.570149025924e-05, -1.839507297886e-05, { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { 1.334872908298e-05, 2.074404029219e-05, { 1, 0, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { 1.458152945689e-05, -1.949688338355e-05, { 1, 0, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -3.407579914134e-06, -3.063571222365e-05, { 2, -1, -1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -2.028866764807e-05, -1.373162942512e-05, { 2, 1, 0, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -6.422571211276e-06, 2.756382683852e-05, { 1, 0, -1, 0, 0, 16, -15, 0, 0, 0, 0, 0, 0 } }, + { 7.628141305390e-06, -2.631058546691e-05, { 1, 0, 0, 0, 0, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.102077069606e-05, 2.875761283791e-06, { 0, 1, 1, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.691695848601e-05, -1.697921167932e-05, { 0, 1, 1, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { -9.725882570745e-06, 2.416910004972e-05, { 2, 1, 1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -6.483252008888e-06, -2.736947784066e-05, { 1, 0, 2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.050164852091e-05, -2.335059538479e-05, { 0, 1, 0, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { -5.338591482230e-06, 2.848911976057e-05, { 0, 1, 1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.358928238492e-05, 1.609231518838e-07, { 1, -1, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 1.854003514214e-05, -1.520481177450e-05, { 4, 1, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.534606766006e-06, -3.219056385454e-05, { 2, -1, -2, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 2.336662612982e-05, 1.035536587822e-05, { 1, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.369003887382e-05, -2.688425397070e-08, { 2, -3, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.320229452929e-05, 2.049746027550e-05, { 1, -1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.367946404681e-06, -3.231725781441e-05, { 2, -1, 0, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.243805622237e-05, 1.124382646526e-05, { 1, 0, -1, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { -4.015443812794e-06, -2.963505568487e-05, { 0, 1, -2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -3.135894818293e-05, 2.252198455652e-06, { 4, 1, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.822505075653e-06, 2.977366698135e-05, { 2, -1, 0, 0, 0, 3, -5, 0, 1, 0, 0, 0, 0 } }, + { -1.367639904333e-06, 3.222182619440e-05, { 2, 1, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.314712014421e-05, -2.044212000331e-05, { 4, 1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 3.309573057806e-05, -4.837029251130e-07, { 2, -3, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 3.355266652336e-05, 2.439132051116e-08, { 2, 1, 1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 4.082696098745e-06, -2.945185677403e-05, { 0, 1, 2, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 2.352324816703e-05, 9.994994815481e-06, { 0, 3, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.352324816703e-05, 9.994994815481e-06, { 0, 3, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.408603192441e-05, -1.941939657279e-05, { 2, 1, 0, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.388147305510e-05, 9.575981518719e-06, { 1, 0, 1, 0, 0, 0, 1, 0, 2, -3, 0, 0, 0 } }, + { 2.903030201126e-05, -4.405912048337e-06, { 1, 0, 1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.492658185925e-05, -1.850001601227e-05, { 1, 0, 0, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0 } }, + { 2.254354996855e-05, 1.087249153616e-05, { 2, -1, 0, 0, 0, 6, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.102277268380e-06, -3.230084623782e-05, { 0, 1, 1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.299191754139e-06, 2.710021734892e-05, { 1, 0, -1, 0, 0, 17, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.227250263585e-05, -1.112406775955e-05, { 2, 3, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.227250263585e-05, -1.112406775955e-05, { 2, 3, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -7.405021973029e-06, -2.597467171345e-05, { 2, -1, 1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -2.657656059737e-05, 6.798044264022e-06, { 1, 0, 0, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.745430367676e-05, -5.906169317223e-06, { 1, 0, 0, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { 1.662178201999e-05, -1.673808623603e-05, { 0, 1, -1, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 6.389974243807e-06, -2.694268910959e-05, { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.801935139170e-05, -5.310608486400e-06, { 1, -2, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.623267268883e-05, -1.708831488343e-05, { 0, 1, 0, 0, 0, 18, -12, -8, 3, 0, 0, 0, 0 } }, + { 3.278978576491e-05, 5.193174253505e-07, { 2, -1, 0, 0, 0, 0, 2, 0, 1, 1, 0, 0, 0 } }, + { -1.303891032977e-05, -2.026900948753e-05, { 4, 1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.083909930247e-05, 1.245872276272e-05, { 1, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.706100532935e-06, -3.156343848622e-05, { 1, 0, 0, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0 } }, + { -2.227762238962e-05, 1.098187075752e-05, { 2, 1, 1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.746644050239e-05, 5.791243277476e-06, { 1, 0, 0, 0, 0, 17, -19, 0, 0, 0, 0, 0, 0 } }, + { -3.314383683422e-05, 7.437011434961e-08, { 2, -1, -1, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -6.360529350877e-06, 2.684894486307e-05, { 1, 0, 2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.000133832047e-05, -3.197019523463e-06, { 2, -1, -1, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -1.212505076680e-05, 2.104445139388e-05, { 2, -1, -1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { 1.298101496812e-05, 2.017376392759e-05, { 1, -1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 6.560813320615e-06, 2.659270164570e-05, { 1, -2, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.251277180515e-05, 6.129704179384e-07, { 2, -1, -2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 2.119054776391e-05, -1.191966041573e-05, { 2, 1, -1, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -6.441986099419e-06, -2.662262317151e-05, { 4, 1, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -7.198278781882e-06, -2.585333423942e-05, { 4, -1, 0, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -2.204163329579e-05, 1.100810884432e-05, { 4, -1, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.860026301122e-05, 4.407761616998e-06, { 0, 1, 0, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { 2.859677862789e-05, 4.406718117048e-06, { 0, 1, 0, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { -1.480484629620e-05, 1.817768023598e-05, { 1, 0, -1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { -3.296688434341e-05, 1.331359735074e-09, { 2, 1, 2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.434012949607e-05, -1.861679949099e-05, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { 7.176756393514e-06, -2.577562358311e-05, { 4, -1, 0, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 3.159377541611e-05, -1.358554290670e-06, { 0, 1, 1, 0, 0, 0, -2, 0, 4, -2, 0, 0, 0 } }, + { 6.300439636873e-06, 2.664598112843e-05, { 1, 2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.196523208747e-05, -1.097060837635e-05, { 3, -1, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.196523208747e-05, -1.097060837635e-05, { 3, -1, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.205783764896e-05, 1.087483096566e-05, { 4, 1, -2, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.432268044423e-05, -1.860452755034e-05, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { -8.929692985452e-07, -3.202088849828e-05, { 2, -3, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.283767044343e-05, -6.568787466250e-08, { 2, -1, 0, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { -1.879895716434e-05, 1.409263280021e-05, { 1, 0, 1, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { 1.157588896108e-06, -3.166768883455e-05, { 2, 1, -1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 3.255772019448e-05, -2.463687474943e-07, { 2, -1, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -2.197143975764e-05, 1.083247248142e-05, { 4, 1, -1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 3.245210226401e-05, 3.387006216629e-07, { 2, -3, 0, 0, 0, 0, 2, 0, 1, 1, 0, 0, 0 } }, + { -2.985773743588e-05, -2.919866298377e-06, { 0, 1, 0, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { -3.028741691584e-05, -2.488828875678e-06, { 2, -3, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -9.062927816623e-06, 2.369339229848e-05, { 1, -2, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.789027890288e-06, -3.096154011213e-05, { 2, -1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 6.252598036061e-06, -2.647864124627e-05, { 3, 0, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 8.576062992869e-06, -2.415430654669e-05, { 0, 1, -1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -9.779164319441e-08, 3.263223300032e-05, { 4, 1, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -6.260151691157e-06, -2.644293810076e-05, { 1, -2, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.706434506135e-05, -1.562764955570e-05, { 2, 1, 2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -8.063850184353e-06, -2.462372318559e-05, { 2, -1, -1, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.046420887550e-05, 1.221997115602e-05, { 2, -1, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 3.267609580211e-05, 4.375916118150e-09, { 2, 1, -2, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -1.694599745739e-05, -1.572165826891e-05, { 4, 1, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 9.291207614278e-06, 2.337066408369e-05, { 1, 0, -1, 0, 0, 24, -25, 0, 0, 0, 0, 0, 0 } }, + { -2.987094798921e-05, 2.779652177188e-06, { 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.352802332009e-06, 2.329649340889e-05, { 4, 1, -2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -8.552943166037e-06, -2.408806859970e-05, { 0, 1, -1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 2.103097931229e-05, -1.158610886699e-05, { 2, 1, 0, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { -2.782065835253e-05, 4.788558671909e-06, { 3, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -1.696623175831e-06, -3.090829672747e-05, { 2, 1, -1, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { -2.685311271922e-06, 2.987957669333e-05, { 3, -2, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.684878429137e-06, 2.987961559024e-05, { 1, -2, -3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.683663337343e-06, -2.987972474926e-05, { 5, 0, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.683663337343e-06, 2.987972474926e-05, { 3, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.683663337343e-06, 2.987972474926e-05, { 3, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.683663337343e-06, -2.987972474926e-05, { 3, 0, 0, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.683663337343e-06, -2.987972474926e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.683663337343e-06, 2.987972474926e-05, { 1, 2, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.760046078684e-06, 2.576604178373e-05, { 1, 0, 1, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -2.966343570787e-05, 2.854296119733e-06, { 1, 0, 1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { -2.983919253013e-05, 2.660561175852e-06, { 1, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -6.679714868158e-06, 2.579392161915e-05, { 1, 0, -1, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { -3.244911214132e-05, -2.181714643987e-08, { 2, -3, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.230706974645e-05, 1.139187912259e-07, { 2, -1, 0, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -2.087871678315e-05, 1.153870853259e-05, { 2, -1, 0, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0 } }, + { 1.650189313334e-05, -1.590633260096e-05, { 1, 0, 0, 0, 0, 0, 2, 0, 2, -5, 0, 0, 0 } }, + { -1.180916156007e-06, -3.115957821751e-05, { 0, 1, 2, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 1.384951743192e-06, -3.093597719088e-05, { 2, -1, 1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.043606779512e-05, -1.184129310991e-05, { 0, 1, -2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -2.597920667279e-05, 6.289758679993e-06, { 1, 0, -1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.531446524977e-05, -6.950950275074e-06, { 2, -1, 0, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0 } }, + { 5.925648490951e-06, -2.633386021627e-05, { 1, 0, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { 2.857294530589e-05, 3.675317156298e-06, { 2, 1, -2, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 3.166926272898e-05, 5.759204237061e-07, { 2, -1, -1, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { -3.614689350689e-06, -2.861849281556e-05, { 2, -1, 0, 0, 0, 0, -1, 0, 0, 0, 2, 0, 0 } }, + { 1.738383414714e-05, 1.483874018701e-05, { 1, 1, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 2.246519001600e-05, -9.713158913379e-06, { 2, -1, 0, 0, 0, 0, 0, 0, -1, 5, 0, 0, 0 } }, + { 1.746708437309e-06, 3.041931479378e-05, { 0, 1, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 3.212109982148e-05, 1.518354131367e-08, { 2, -1, -3, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.087865444684e-06, -2.603648974951e-05, { 2, 1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.816553754188e-06, 2.529699777839e-05, { 1, 2, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 2.489183202124e-05, 7.219145484300e-06, { 2, -1, 0, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0 } }, + { 2.149943307374e-05, 1.060350908753e-05, { 0, 1, 0, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.072681782654e-05, -1.137292429086e-05, { 2, -1, 1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { 3.004258879133e-05, 2.039109338164e-06, { 1, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 } }, + { -1.671167639577e-05, -1.534791540845e-05, { 2, -1, -1, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { 1.050502506590e-05, 2.154806350657e-05, { 2, -1, 1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 2.695089590070e-05, 5.101814613114e-06, { 2, -3, 1, 0, 0, -21, 23, 0, 0, 0, 0, 0, 0 } }, + { 6.150105060569e-06, 2.588931807998e-05, { 1, 2, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.628129040316e-06, 3.037457884557e-05, { 2, -1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.297500452001e-06, 3.070252896080e-05, { 2, 1, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.048247787069e-05, 1.510760821769e-06, { 2, 1, 0, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { 3.048247787069e-05, 1.510760821769e-06, { 2, 1, -2, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { -3.192716828584e-05, 5.102024904417e-08, { 2, 1, -2, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -3.140790441879e-05, 5.626746882615e-07, { 2, -1, 0, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { -5.938748794370e-06, 2.602654641097e-05, { 2, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.785620802288e-05, -1.409222612710e-05, { 0, 1, 1, 0, 0, -23, 22, 4, 0, 0, 0, 0, 0 } }, + { -1.785620802288e-05, -1.409222612710e-05, { 0, 1, -1, 0, 0, 23, -22, -4, 0, 0, 0, 0, 0 } }, + { 2.633926313706e-05, 5.599606153187e-06, { 3, 0, -1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.232160467761e-05, 1.961025290718e-05, { 2, -1, 0, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { -2.044532754826e-05, -1.148336650116e-05, { 0, 1, -2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -8.034459453468e-07, -3.111877004894e-05, { 0, 1, -1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.440593784394e-05, -1.749282440004e-05, { 2, -1, -3, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 3.175618771558e-05, 1.324933222816e-07, { 3, -1, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -2.993734109869e-05, 1.937939096279e-06, { 2, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.171555849323e-05, -1.590416768219e-07, { 4, 1, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -3.046089294174e-05, 1.407323271372e-06, { 4, 1, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.586639476015e-05, -1.600077287816e-05, { 0, 1, -1, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -2.866416845969e-05, -3.195157366323e-06, { 1, -2, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.759094347723e-05, -4.247310193026e-06, { 0, 1, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.339250780730e-05, -1.843631625452e-05, { 2, -1, -2, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 6.263982198873e-06, 2.554185080584e-05, { 2, -1, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.478192778742e-05, -7.009927242165e-06, { 4, 1, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.166977251893e-05, -2.011165903370e-05, { 2, 1, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 2.757504560180e-05, -4.199125193443e-06, { 2, 1, -1, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -2.764516198426e-05, -4.123611506193e-06, { 2, -1, 0, 0, 0, 0, 2, 0, 2, -7, 0, 0, 0 } }, + { -1.615041835925e-05, 1.561638926780e-05, { 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.641387148739e-05, -1.530267064785e-05, { 0, 1, 0, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { -2.945558133949e-05, -2.260452774590e-06, { 2, -1, 0, 0, 0, 0, -1, 0, 3, -2, 0, 0, 0 } }, + { -2.245953855836e-05, -9.252322475864e-06, { 2, 1, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -6.065861476435e-06, -2.564256883271e-05, { 3, 0, -1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.478864636606e-05, -6.912864716169e-06, { 3, 0, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.586081203438e-05, -1.583529091198e-05, { 2, 1, 2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -5.039675011822e-06, -2.665216974296e-05, { 3, 0, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -4.961900221272e-06, 2.672088173639e-05, { 1, 0, -3, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 3.161864862643e-05, 1.343673689478e-08, { 2, 3, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.459946607924e-05, -1.703142244613e-05, { 1, 0, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.235744115767e-05, 9.235117534238e-06, { 2, -1, 1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -2.607524825479e-05, 5.496033453887e-06, { 2, 1, -1, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { -2.674047467279e-05, -4.783417310765e-06, { 1, 0, 1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.673448166137e-06, 2.783602489017e-05, { 2, -1, 0, 0, 0, -3, 5, 0, -1, 0, 0, 0, 0 } }, + { -2.601081344687e-05, -5.466221123824e-06, { 1, 0, 0, 0, 0, -12, 14, 0, 0, 0, 0, 0, 0 } }, + { 5.931737687476e-06, -2.553290987073e-05, { 2, -1, 1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.215909136379e-05, -1.927394206611e-05, { 0, 1, 0, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { -2.019437724563e-05, -1.115912840130e-05, { 2, 1, 0, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { 2.709893330350e-05, -4.248843678581e-06, { 2, 1, 1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 1.455081473469e-06, -2.987270732980e-05, { 2, 1, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 1.970584079617e-05, -1.161523989123e-05, { 0, 1, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -2.930718104859e-05, 2.011490114009e-06, { 4, -1, 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 3.083036660876e-05, 4.779208431169e-07, { 1, -1, 0, 0, 0, 11, -5, 3, 0, 0, 0, 0, 0 } }, + { 3.083036660876e-05, 4.779208431169e-07, { 1, -3, 0, 0, 0, 11, -5, 3, 0, 0, 0, 0, 0 } }, + { 2.376992475515e-05, -7.496046926402e-06, { 1, 2, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 3.118276472496e-05, -4.133065266308e-08, { 2, 1, 2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.933063263575e-05, 1.891097822828e-06, { 1, 0, 0, 0, 0, 6, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.882963031522e-05, -1.238399662457e-05, { 4, 1, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -9.539605045803e-06, -2.165523805542e-05, { 0, 1, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { -8.728421046455e-06, 2.244473853394e-05, { 2, 1, -1, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { -1.635455069053e-05, -1.480354650293e-05, { 2, 1, 0, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -4.504015398655e-06, 2.663560667910e-05, { 1, 0, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 5.970014283514e-06, -2.516813303390e-05, { 0, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.112350604885e-05, 6.873466944203e-09, { 4, -1, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.105823647484e-05, 4.701104209136e-11, { 4, -1, -1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.401383990465e-05, 1.701447841223e-05, { 4, 1, -3, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -9.547728110115e-06, -2.147427893364e-05, { 1, 0, -2, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -2.437461376178e-05, 6.646196304017e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 1, -2, 0 } }, + { -1.268796164758e-05, 1.832818295553e-05, { 2, -1, 0, 0, 0, 0, -2, 0, 5, -5, 0, 0, 0 } }, + { -5.892169662963e-06, -2.510691185134e-05, { 4, -1, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -5.929783696208e-06, -2.506063408086e-05, { 1, 0, 2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.202710634395e-05, -1.892076848619e-05, { 1, -1, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.038422105865e-05, -2.055860412194e-05, { 2, 1, -1, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { 2.473433248587e-05, -6.205160198046e-06, { 1, 0, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.374215904708e-05, 1.719002093916e-05, { 2, -1, -1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 2.437579323107e-06, -2.849140573030e-05, { 2, -1, -1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { 2.506758512859e-05, 5.858535097961e-06, { 1, 0, -1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -3.083373391817e-05, -8.701064969998e-08, { 0, 1, 0, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { -1.044283169622e-05, 2.043986578167e-05, { 1, 0, 0, 0, 0, 0, 11, -16, 0, 0, 0, 0, 0 } }, + { 2.973763363130e-06, 2.790256682657e-05, { 4, 1, -2, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.768230463987e-05, 1.317253851995e-05, { 2, -1, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { -5.921327250083e-06, 2.486395310989e-05, { 1, -2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.365274968543e-05, -1.713237592227e-05, { 2, 1, -2, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { 1.584969840556e-05, 1.493102195052e-05, { 2, 1, -1, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.525570268730e-05, -5.514897873090e-06, { 3, -1, -2, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 2.859560731752e-05, -2.159106862920e-06, { 4, 1, -1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -8.207545691432e-06, -2.252445713324e-05, { 2, -1, -1, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -5.938728862015e-06, 2.475397172832e-05, { 4, 1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.068688708953e-05, 1.375065867132e-10, { 4, -1, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.263588087820e-07, -2.984950406144e-05, { 4, 1, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 5.304593865060e-06, 2.536608445165e-05, { 2, -1, 0, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0 } }, + { 3.058209710188e-05, -7.929810207930e-08, { 2, -1, 0, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.249950412243e-06, 2.941027802324e-05, { 4, -3, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.708702567879e-06, -2.495054109574e-05, { 1, 0, -1, 0, 0, 22, -21, 0, 0, 0, 0, 0, 0 } }, + { 2.917307429673e-05, -1.481067548673e-06, { 2, -1, 0, 0, 0, 0, -2, 0, 4, -2, 0, 0, 0 } }, + { -3.703982656845e-06, 2.692671969985e-05, { 2, 1, 0, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { -1.958749559161e-05, 1.103832473617e-05, { 1, 0, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0, 0 } }, + { 6.955117012977e-06, -2.366632076185e-05, { 2, 1, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -1.770072722888e-05, -1.288489036494e-05, { 1, 0, 0, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -1.791218782503e-05, 1.265748159680e-05, { 1, 0, 1, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -4.857806056137e-07, -3.005435217681e-05, { 2, -1, 2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.183843701090e-05, 1.870149526098e-05, { 2, -1, 0, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0 } }, + { 2.797968588858e-05, -2.554811443420e-06, { 2, -1, 0, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { -5.826992889697e-06, 2.466544598622e-05, { 3, 0, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.942547737640e-05, 1.038582016193e-06, { 1, 0, 0, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0 } }, + { -2.994745628206e-05, -4.631029516559e-07, { 0, 1, -1, 0, 0, 0, 0, 0, -2, 6, -3, 0, 0 } }, + { 2.994227595275e-05, -4.626053705488e-07, { 0, 1, -1, 0, 0, 0, 0, 0, 2, -6, 3, 0, 0 } }, + { -2.435348729767e-05, -6.049491269988e-06, { 0, 1, 0, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { -6.392380371407e-06, -2.400697135277e-05, { 1, 2, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -2.718401712425e-05, 3.195043572669e-06, { 1, 0, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -2.433823396072e-05, -6.022921966607e-06, { 0, 1, -1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 5.823473668832e-06, -2.453247448822e-05, { 0, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.803949194780e-06, 2.453710049647e-05, { 1, 0, -2, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.425762975821e-05, -6.065780624447e-06, { 1, 2, 1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.373774276409e-06, -2.894669782891e-05, { 2, -1, 0, 0, 0, 0, 3, 0, 0, -4, 0, 0, 0 } }, + { 5.811742986307e-06, -2.450634282970e-05, { 2, 0, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.472751125769e-05, -5.577928058324e-06, { 4, 1, -2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.709255082186e-06, -2.459028476603e-05, { 1, 0, 0, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -9.820233525797e-07, -2.931052069572e-05, { 0, 1, 0, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 9.806033200587e-06, -2.046939601419e-05, { 2, -1, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 8.934587167532e-07, -2.938078666687e-05, { 0, 1, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.811648719033e-05, 1.215016823766e-05, { 1, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0 } }, + { -2.434015015427e-05, 5.908322901490e-06, { 1, 0, 0, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { 7.174091227529e-06, -2.306764501179e-05, { 2, 1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.152547690139e-05, -8.714982635439e-06, { 2, -1, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.170195870339e-05, -8.519763980094e-06, { 1, 0, 0, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0 } }, + { 9.967701902365e-06, 2.025042377326e-05, { 2, -1, 0, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0 } }, + { -6.027241530727e-06, 2.416857202001e-05, { 2, -1, -2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.013430452418e-05, -1.005612117432e-05, { 2, -3, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.591033670482e-05, 4.262694193442e-06, { 2, 1, -2, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -8.200422438254e-06, -2.195274119648e-05, { 2, -1, -3, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { 3.013342165235e-05, 9.322035796900e-09, { 1, -1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.746198374360e-05, -2.665392490290e-06, { 1, 0, 1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.100561973250e-05, -1.912054927390e-05, { 4, -1, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -1.230909582196e-05, 1.778469201851e-05, { 1, 0, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { 1.351778376842e-05, -1.653638519474e-05, { 1, 0, 0, 0, 0, 8, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.298273437831e-05, 1.704658689139e-05, { 1, 0, 0, 0, 0, -7, 4, 0, 0, 0, 0, 0, 0 } }, + { -8.442880570809e-06, 2.157431260686e-05, { 3, 0, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -8.850297386564e-06, -2.115320131864e-05, { 0, 1, 1, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.999999997302e-05, -1.272345024324e-09, { 2, -2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.999999997541e-05, -1.214749159055e-09, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 2.999999998042e-05, -1.083849465254e-09, { 0, 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.999999998986e-05, -7.801621755482e-10, { 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.999999999331e-05, 6.335545184268e-10, { 0, 2, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.999999999385e-05, -6.073745796519e-10, { 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -2.999999999417e-05, -5.916666163821e-10, { 2, -2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.999999999427e-05, -5.864306286254e-10, { 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.999999999534e-05, -5.288347633311e-10, { 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.999999999638e-05, 4.660029102637e-10, { 2, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 2.999999999646e-05, -4.607669225058e-10, { 2, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 2.999999999654e-05, -4.555309347488e-10, { 4, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 2.999999999670e-05, -4.450589592496e-10, { 0, 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -2.999999999685e-05, 4.345869837314e-10, { 0, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -2.999999999715e-05, 4.136430327095e-10, { 4, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.999999999722e-05, 4.084070449541e-10, { 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.999999999722e-05, -4.084070449498e-10, { 2, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -2.999999999729e-05, 4.031710571986e-10, { 4, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.999999999736e-05, -3.979350694503e-10, { 2, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.999999999736e-05, -3.979350694503e-10, { 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.999999999736e-05, 3.979350694430e-10, { 2, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.999999999770e-05, 3.717551306653e-10, { 2, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.999999999770e-05, 3.717551306653e-10, { 2, -2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.999999999776e-05, 3.665191429097e-10, { 0, 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.999999999824e-05, -3.246312408635e-10, { 0, 0, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.999999999836e-05, -3.141592653488e-10, { 2, -2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.999999999916e-05, 2.251474735022e-10, { 2, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 2, -3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.069931220799e-06, -2.790110924300e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -1, -2, 0, 0, 0 } }, + { 5.886780041168e-06, 2.407185457902e-05, { 3, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.414156961597e-05, 1.578396055611e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -1, 4, 0, 0, 0 } }, + { 1.414156961597e-05, 1.578396055611e-05, { 1, -2, 0, 0, 0, 0, 1, 0, -1, 4, 0, 0, 0 } }, + { -2.073932704390e-05, -9.184175791846e-06, { 1, 0, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 1.099921420727e-05, 1.891621823174e-05, { 2, -1, 0, 0, 0, 0, 4, -8, 5, -5, 0, 0, 0 } }, + { -2.935594897710e-05, 5.422318816797e-07, { 2, -1, -1, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { -1.100161487453e-05, 1.885722504083e-05, { 2, -1, 0, 0, 0, 0, -4, 8, -5, 5, 0, 0, 0 } }, + { -1.462814756480e-07, -2.970681465904e-05, { 2, -1, 2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.836569803545e-05, -1.483672150389e-06, { 2, 1, -1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.937694634358e-05, -4.642203938520e-07, { 0, 1, 1, 0, 0, 0, 0, 0, 2, -6, 3, 0, 0 } }, + { -2.936983427015e-05, -4.634929942586e-07, { 0, 1, 1, 0, 0, 0, 0, 0, -2, 6, -3, 0, 0 } }, + { -1.339774905348e-05, 1.641109741952e-05, { 2, 1, 1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.737533810149e-06, -2.706572179298e-05, { 1, 0, 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 5.361527385694e-06, -2.443723103169e-05, { 2, 1, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { 1.107681010631e-06, -2.869088846888e-05, { 2, 1, -1, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.942994560039e-05, 3.221944613329e-07, { 2, 1, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.109413733732e-05, -1.864045743696e-05, { 1, 0, -1, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { 2.144282142806e-06, 2.757272013415e-05, { 0, 1, 1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.924301625561e-05, -1.045067795010e-05, { 2, -1, 0, 0, 0, 0, 9, -16, 4, 5, 0, 0, 0 } }, + { 2.321358500652e-05, -6.450460086716e-06, { 2, -1, 1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.544284517064e-05, -4.220246948142e-06, { 2, -1, 0, 0, 0, 0, 2, 0, -2, 3, 0, 0, 0 } }, + { -2.955065144570e-05, -7.108905943038e-08, { 6, -1, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -2.936869535547e-05, 2.338327967974e-07, { 2, -1, -1, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 1.158536493717e-05, -1.798650810148e-05, { 2, -3, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.020929492150e-05, -1.936128216669e-05, { 0, 1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.543108627344e-05, -1.410205738073e-05, { 2, -3, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -2.946515228994e-05, 2.874113056684e-08, { 0, 1, 0, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.492709542004e-05, 4.525163465503e-06, { 3, 0, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.129274037233e-05, 1.814923489167e-05, { 1, 0, 0, 0, 0, 0, 11, -18, 0, 0, 0, 0, 0 } }, + { -1.154906677589e-05, -1.788595040064e-05, { 2, -3, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.695647400474e-05, -2.473282368238e-06, { 2, 1, 0, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 2.677881374281e-05, -2.578492139284e-06, { 1, 0, -1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 1.957719304267e-05, 9.777963254220e-06, { 4, -1, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -6.054325637017e-06, 2.330059589417e-05, { 2, -1, -2, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 7.974352881103e-07, -2.855103794260e-05, { 2, -1, -1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 5.614657963514e-06, -2.372037042827e-05, { 0, 0, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.444625504841e-06, -2.588735651828e-05, { 4, 1, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 1.135006607661e-05, -1.798183522276e-05, { 2, -1, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 7.301004526341e-06, -2.200129660522e-05, { 4, 1, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.919550536185e-05, -9.964715886620e-08, { 0, 1, 1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.953415586150e-05, -9.756552040975e-06, { 2, -3, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.246861079626e-05, 1.681463574136e-05, { 2, 1, -1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.053225789720e-08, -2.922324719035e-05, { 1, -1, -3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.589853021207e-05, -1.336070445152e-05, { 2, -3, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -7.987463328367e-06, 2.122534849456e-05, { 2, 1, 0, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { -2.902233757125e-05, -1.699459295665e-07, { 2, -3, 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -1.316454578080e-05, -1.602708463081e-05, { 1, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -7.479085075198e-06, 2.170745944274e-05, { 1, 0, 0, 0, 0, -3, 6, 0, 0, -2, 0, 0, 0 } }, + { 1.946379834414e-05, -9.721141838518e-06, { 3, 1, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 3.057224656374e-06, -2.604907453354e-05, { 2, -1, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { -4.649575694040e-06, -2.445443116128e-05, { 3, -2, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -5.535379921636e-06, 2.356301351991e-05, { 4, 1, -1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 2.359006788242e-05, 5.501013245727e-06, { 2, 1, -1, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { -2.895452191082e-05, -1.045934986241e-07, { 1, -1, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 1.939533908174e-05, 9.660180694036e-06, { 0, 1, 0, 0, 0, 17, -15, 0, 0, 0, 0, 0, 0 } }, + { -8.474359409438e-06, -2.058089239899e-05, { 3, -2, 0, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 2.902310904829e-05, 2.623125275197e-08, { 0, 1, 3, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.787931520932e-06, 2.325346652436e-05, { 1, -2, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.285436664184e-05, 1.614469516232e-05, { 2, -1, -1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { -1.245851034093e-05, 1.654032394190e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 3, 0, 0, 0 } }, + { 4.487526005132e-06, 2.449516669450e-05, { 3, 0, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 1.227474606267e-05, -1.670426254820e-05, { 0, 1, 3, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.227009043335e-05, -1.669632078836e-05, { 0, 1, 3, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -8.501492946452e-06, -2.046396819942e-05, { 2, 1, -1, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { 2.890121586559e-05, -4.672238842043e-08, { 0, 1, -1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 5.567407016597e-06, -2.335957262576e-05, { 1, 0, 2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.841074858364e-05, 5.131995964660e-07, { 2, 1, 0, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { 5.790625660716e-06, -2.312357500577e-05, { 1, 0, 1, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { -7.861998514726e-06, -2.103941063824e-05, { 4, -1, -2, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { -7.861998514726e-06, -2.103941063824e-05, { 0, 1, -2, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { -9.442372025526e-06, 1.945779834672e-05, { 2, 1, -1, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { -2.027214780467e-05, -8.615044871917e-06, { 0, 1, 4, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.027214780467e-05, -8.615044871917e-06, { 0, 1, 2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.478078670676e-05, 1.407406177144e-05, { 2, 1, 0, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.152920040134e-05, -1.730894372935e-05, { 2, 1, 2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 8.491614097730e-06, -2.032370343707e-05, { 0, 1, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -8.706388708732e-06, -2.009080515586e-05, { 2, -1, -1, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { 2.116152133005e-05, -7.626858933081e-06, { 0, 1, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 6.002550915999e-06, -2.278451727787e-05, { 1, 1, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -2.315067659158e-05, -5.634352087572e-06, { 0, 1, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 5.788323245993e-06, -2.294325463855e-05, { 2, 1, -1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.450801917852e-06, 2.727462571109e-05, { 0, 1, 1, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { -1.947794669388e-05, 9.210396131852e-06, { 2, -1, 0, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.145786804535e-05, -1.719533857393e-05, { 2, 1, 2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.853202288900e-05, -1.010893141709e-05, { 4, -1, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 7.723974325289e-06, -2.091651568296e-05, { 4, -1, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 2.858792000352e-05, 5.209008203926e-08, { 0, 1, 0, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 2.337070946680e-05, 5.200608566705e-06, { 2, 1, 0, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 2.690196941553e-05, 1.661655317120e-06, { 0, 1, -1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 2.003337636454e-05, 8.518684325426e-06, { 2, -1, -1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.463706186972e-06, -2.308687721005e-05, { 1, 2, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.028377700690e-07, 2.773760410142e-05, { 2, 1, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.903284052785e-05, -9.506025705534e-06, { 3, 1, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -5.521482958395e-06, -2.300691778424e-05, { 1, 2, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 8.616788611242e-06, -1.989871278124e-05, { 2, -1, -1, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 1.872705069236e-05, -9.781262697887e-06, { 2, 1, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 2.091691120907e-05, -7.572552605176e-06, { 2, -1, 1, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 2.364845879452e-05, 4.819141791312e-06, { 2, 1, -1, 0, 0, 0, -37, 48, 0, 0, 0, 0, 0 } }, + { 2.364845879452e-05, 4.819141791312e-06, { 2, -1, -1, 0, 0, 0, -37, 48, 0, 0, 0, 0, 0 } }, + { 1.077854433122e-05, -1.767485036647e-05, { 1, 1, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 3.230602337072e-06, -2.520890218403e-05, { 4, 1, -2, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -2.478140373748e-05, -3.652760978263e-06, { 0, 1, 1, 0, 0, -24, 26, 0, 0, 0, 0, 0, 0 } }, + { 5.317357613822e-06, 2.310809006386e-05, { 1, 2, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.827903955713e-05, 1.014168535001e-05, { 2, -1, 0, 0, 0, 0, -1, 0, 2, -2, 0, 0, 0 } }, + { -3.135420745539e-06, -2.528344720074e-05, { 2, 1, -1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.703246208456e-05, 1.351348930660e-06, { 2, 1, 1, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { 2.703246208456e-05, 1.351348930660e-06, { 2, 1, -1, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { -1.358558562476e-05, 1.479695301656e-05, { 2, 1, -1, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { -9.811367463173e-07, -2.739030608984e-05, { 0, 1, -1, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.716898303190e-06, 2.560849844325e-05, { 4, 1, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.422395579053e-06, 2.287553695799e-05, { 3, 0, -2, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.085661459309e-05, -7.420308233509e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, -1, 2, 0 } }, + { 2.786594351717e-05, 4.007544804706e-07, { 2, 1, 0, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 1.892737098139e-05, 9.334360556819e-06, { 0, 1, 1, 0, 0, 15, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.471831204039e-05, 1.354146560317e-05, { 2, -1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.795933932357e-05, 2.898513623449e-07, { 0, 1, 3, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.235429120755e-05, 1.589077779741e-05, { 2, 1, 0, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { -4.883672531987e-09, -2.821856269992e-05, { 2, -1, 0, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.443877524558e-06, 2.577187052710e-05, { 2, -1, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.705818547144e-05, -1.103738859136e-06, { 2, 1, 2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.849493160646e-05, 9.665848907113e-06, { 2, -1, -1, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0 } }, + { -6.777129046337e-06, -2.134361134160e-05, { 1, 0, 0, 0, 0, 14, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.910956262521e-05, 9.002893910747e-06, { 2, 1, -1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.800796728531e-05, -1.009948212149e-05, { 4, -1, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -1.971907196118e-05, 8.379535700733e-06, { 2, -1, -3, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.581297963214e-05, 2.284886402500e-06, { 1, 0, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.811702534039e-05, 9.966281474793e-06, { 2, -1, 0, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0 } }, + { 2.294689126478e-05, 5.117360900747e-06, { 1, -2, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.020781504288e-06, -2.703806552523e-05, { 0, 1, 1, 0, 0, -22, 23, 0, 0, 0, 0, 0, 0 } }, + { 2.112566888410e-05, -6.925606450034e-06, { 1, 0, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.614339529478e-05, -1.189883054142e-05, { 2, 1, 0, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { 1.876410278363e-05, 9.276503812802e-06, { 0, 1, 0, 0, 0, 6, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.459876930929e-06, -2.657294045761e-05, { 2, -1, -1, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { -2.687162038333e-05, -1.153179146873e-06, { 0, 1, -1, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { -1.531632150318e-05, -1.270426139721e-05, { 0, 1, -1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { 1.062725028013e-05, -1.735810627737e-05, { 1, -1, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -1.519393979656e-05, -1.276614317131e-05, { 2, -1, 0, 0, 0, 0, 5, -10, 0, 0, 0, 0, 0 } }, + { 1.864488629587e-05, -9.312220798128e-06, { 1, -1, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.504130269772e-05, 1.291564603853e-05, { 1, -1, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -8.896615249155e-06, -1.905805564578e-05, { 1, -1, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -1.408239148267e-07, -2.780374000185e-05, { 2, 1, 2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.261073057953e-06, -2.667916129563e-05, { 4, 1, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -8.885315765639e-06, -1.902490849006e-05, { 1, 1, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -1.070815248298e-05, 1.718934928567e-05, { 2, 1, -1, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { 5.366209194250e-06, 2.251451147224e-05, { 2, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.466220771538e-05, 1.321017696605e-05, { 2, -1, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.338722040246e-05, -1.448470370475e-05, { 3, -2, -1, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.778920047288e-05, -7.039123718095e-08, { 1, -1, 0, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { -2.276885021433e-05, 5.086082981239e-06, { 4, -1, -3, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.685494578329e-05, 1.099540799497e-05, { 2, 1, -1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { 1.642643413057e-06, 2.620254803882e-05, { 2, 1, 1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.588046528764e-05, -1.961875246486e-06, { 0, 1, 2, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 4.199205404705e-06, 2.361982075706e-05, { 2, 1, -2, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.063537208066e-05, -7.175128701397e-06, { 2, -1, 0, 0, 0, 0, -2, 0, 1, 5, 0, 0, 0 } }, + { -1.181978267562e-05, -1.598666229088e-05, { 2, -3, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 4.365852259385e-06, -2.343450768499e-05, { 1, 2, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -3.164236577147e-06, 2.463244547825e-05, { 1, 0, 2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.588870834250e-05, -1.189013129328e-05, { 1, 0, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0, 0 } }, + { 5.438897510310e-06, 2.233214913903e-05, { 0, 1, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -6.778615944995e-06, -2.098408580182e-05, { 1, 1, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 2.768792172904e-05, 5.609057085224e-08, { 0, 1, -1, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.065860013698e-05, -1.706991926473e-05, { 0, 1, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { -5.401979575767e-06, -2.232547188685e-05, { 4, 1, -1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -2.287326336693e-05, 4.839950621160e-06, { 2, 1, 0, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { -5.276693674666e-06, -2.243344766771e-05, { 1, 0, 1, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { 2.414091837242e-05, -3.558945019275e-06, { 0, 1, -1, 0, 0, 24, -26, 0, 0, 0, 0, 0, 0 } }, + { 5.300390399623e-06, -2.239924047865e-05, { 1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -8.439596937500e-06, 1.924024459031e-05, { 2, -1, -2, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -2.439073335445e-05, -3.235823435340e-06, { 1, 2, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.148916066740e-06, 2.647714206805e-05, { 2, 1, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -8.496678446917e-06, 1.911139768005e-05, { 1, -2, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -9.223695592330e-06, -1.837209485772e-05, { 0, 1, 3, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 6.156163523815e-06, -2.143736803832e-05, { 2, 1, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -2.315073555151e-05, -4.419741157535e-06, { 4, -1, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 2.748785046408e-05, -4.483443066638e-08, { 2, 1, 0, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.649386507850e-07, -2.724254304516e-05, { 0, 1, 2, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.740139838067e-05, 9.111383803783e-08, { 2, -1, 0, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { -5.253176073380e-06, 2.223196512112e-05, { 1, -2, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.533971888983e-05, 2.122545343951e-06, { 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -1.829463198083e-05, 9.137287111531e-06, { 2, -1, 4, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.731485123222e-05, -1.134745593853e-07, { 2, -1, 1, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 2.732097438869e-05, 7.939038281829e-08, { 2, 1, 0, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { -2.141376460074e-05, 5.943027442316e-06, { 0, 1, 1, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 1.900955343219e-05, 8.346595335074e-06, { 2, 1, 1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 5.245667409017e-06, -2.210918945715e-05, { 1, -2, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.822876253067e-05, -9.104395905490e-06, { 0, 3, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 6.225150064720e-06, 2.108267985464e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { -2.344784317492e-05, 3.842198211632e-06, { 2, 1, -1, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { -2.768570164510e-06, -2.450138026449e-05, { 3, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 1.742768636472e-05, -9.832097011936e-06, { 2, -1, -1, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.341534750793e-05, 3.829147481105e-06, { 2, 1, -1, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { -7.103169159830e-06, 2.012556401682e-05, { 1, 0, -1, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { 5.930294519559e-06, -2.129842517078e-05, { 4, 1, -1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -5.929867236000e-06, -2.129781038056e-05, { 4, 1, -1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 8.628061911516e-06, 1.859907731764e-05, { 0, 1, 2, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 2.502435132120e-05, -2.184616633980e-06, { 2, -1, 0, 0, 0, 13, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.593228320842e-05, -1.127230980043e-05, { 1, 0, -1, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -2.719164527282e-05, -7.060911941874e-09, { 2, -1, 1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 2.710854107762e-05, 7.258025293362e-08, { 2, -1, 0, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { -5.207773097867e-06, -2.197297436217e-05, { 1, -2, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.468810417455e-05, -2.487340257551e-06, { 2, -1, -2, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 5.644090715082e-06, -2.152426090798e-05, { 1, 0, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { -1.977120893683e-05, -7.384366870707e-06, { 3, 0, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -2.324235232422e-05, 3.891315747519e-06, { 0, 1, 1, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { 2.323982543926e-05, 3.889522763381e-06, { 0, 1, 1, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { 7.550881167831e-06, -1.957837728432e-05, { 1, 0, 1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 2.709033256849e-05, 2.656829968942e-08, { 2, 1, 1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -2.266016909630e-05, 4.445972540930e-06, { 1, 0, -1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.184916311741e-06, 2.190307320150e-05, { 1, 2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.873103671529e-06, 2.516777030950e-05, { 0, 1, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { -2.684501591569e-05, -1.942288403842e-07, { 2, -1, -2, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.828346832422e-05, -8.749572339052e-06, { 1, 0, -2, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 1.462169993482e-05, -1.240974696953e-05, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { 2.694381738930e-05, -6.314191032003e-08, { 2, -1, 0, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { 2.379642675670e-05, 3.208553111944e-06, { 2, 1, -1, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { 2.151345751077e-05, 5.470654333358e-06, { 2, 1, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 2.665989473762e-05, -3.187384624777e-07, { 2, -1, -3, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 8.661346807328e-06, 1.829980742256e-05, { 2, -1, 0, 0, 0, 0, 12, -16, 0, 0, 0, 0, 0 } }, + { 2.353687104905e-05, -3.412461994748e-06, { 2, 1, 0, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { -1.413212377152e-05, -1.281495449068e-05, { 2, -1, 0, 0, 0, 0, 17, -28, 0, 0, 0, 0, 0 } }, + { -1.806592062461e-05, 8.880344439449e-06, { 2, 1, 0, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.307414333343e-05, -1.386222844802e-05, { 2, -1, 0, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { -1.795031348144e-05, -8.957768696917e-06, { 1, -1, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -5.151135226231e-06, 2.175108491494e-05, { 3, 0, -1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.604064642808e-05, -1.085552106905e-05, { 2, -1, 0, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { 4.200801624674e-06, 2.268411735820e-05, { 1, -2, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.686727860279e-05, -7.157475755139e-09, { 0, 1, -3, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.808408362429e-06, -2.202069740393e-05, { 2, 1, -1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { -8.935868877803e-06, 1.789274286963e-05, { 2, 1, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.313482060927e-05, -3.688282033044e-06, { 1, 0, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -1.067039242748e-05, -1.613969052580e-05, { 0, 1, 3, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 5.128259787304e-06, -2.167007159890e-05, { 1, 0, -1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.306708463638e-05, 3.727803881900e-06, { 1, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -5.262704484017e-06, -2.149926558579e-05, { 2, 0, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 9.427248724704e-07, -2.581739417224e-05, { 2, -1, -1, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { 5.114174172549e-06, 2.161905396958e-05, { 1, 2, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.666019511960e-05, 5.851803503942e-08, { 2, 1, -1, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -4.134043393508e-06, 2.258005343118e-05, { 1, -2, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -2.367491537500e-06, 2.434645360896e-05, { 0, 1, 1, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 9.705156836768e-07, -2.572419959377e-05, { 0, 1, -1, 0, 0, 22, -23, 0, 0, 0, 0, 0, 0 } }, + { 5.106076426881e-06, -2.157741821289e-05, { 1, 0, -2, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.619715447894e-05, 4.778518641613e-07, { 2, 1, 0, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { 9.459806665697e-06, 1.720949911084e-05, { 2, 1, -1, 0, 1, -25, 25, 0, 0, 0, 0, 0, 0 } }, + { 9.459806665697e-06, 1.720949911084e-05, { 2, -1, -1, 0, 1, -25, 25, 0, 0, 0, 0, 0, 0 } }, + { -2.660867683879e-05, -2.938445357271e-08, { 3, -1, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.775949735293e-05, -8.870158338462e-06, { 0, 3, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.625589242671e-05, -1.037224065180e-05, { 2, 1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 9.013471696212e-06, -1.759346471468e-05, { 0, 1, 1, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { -1.626554451716e-05, 1.033492665335e-05, { 1, 0, 0, 0, 0, 0, 12, -16, 0, 0, 0, 0, 0 } }, + { -2.593891280838e-05, 6.376800043546e-07, { 2, 1, 2, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.580903271860e-05, -7.656225577828e-07, { 4, -1, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.791848239592e-05, 8.649478152292e-06, { 2, -1, 0, 0, 0, 7, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.080185403364e-06, -2.147463646796e-05, { 0, 0, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.021311241550e-05, 1.634111672672e-05, { 0, 1, 2, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { 2.612742488160e-05, -4.109097932060e-07, { 2, -1, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.650739942738e-05, -7.654721600908e-09, { 0, 1, -3, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.640729357563e-05, -1.043444171646e-07, { 0, 1, -1, 0, 0, 0, 12, -24, 7, 5, 0, 0, 0 } }, + { 2.640729357563e-05, -1.043444171646e-07, { 0, 1, -1, 0, 0, 0, -12, 24, -7, -5, 0, 0, 0 } }, + { 1.058571727416e-05, -1.591180685710e-05, { 4, 1, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -2.190683664874e-05, 4.586416839104e-06, { 2, -1, -1, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { -7.904758958065e-06, 1.858801654205e-05, { 1, 0, 0, 0, 0, -9, 12, 0, 0, 0, 0, 0, 0 } }, + { 5.129495049997e-06, 2.133176806298e-05, { 3, -2, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.146045981633e-05, 4.996786562788e-06, { 2, -1, -1, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { -1.668236984030e-05, 9.773044581889e-06, { 3, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -4.968206469953e-06, -2.147192010864e-05, { 1, 0, 2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -2.214332024125e-05, 4.294036595790e-06, { 1, 0, 1, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.351751573830e-05, -1.291360185274e-05, { 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.825660372463e-05, -8.166787645211e-06, { 2, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.825710257123e-05, -8.165672397516e-06, { 2, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.639754459012e-05, 1.975313718174e-08, { 2, -1, -4, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 9.824714562817e-06, -1.659205394834e-05, { 1, 0, -1, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 1.290865510633e-05, 1.350510597496e-05, { 2, 1, 0, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { -1.830811066143e-05, 8.103809897531e-06, { 2, 1, 1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -1.684610503782e-05, -9.559388191407e-06, { 2, 1, -1, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.099100278332e-06, -2.129593190421e-05, { 1, -2, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 5.100438006706e-06, 2.128385729808e-05, { 3, 0, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.554153148664e-05, -1.082850141934e-05, { 2, 1, -1, 0, 0, 0, 9, -14, 0, 0, 0, 0, 0 } }, + { -5.503105847343e-06, 2.086150413921e-05, { 1, 0, -1, 0, 0, -11, 12, 0, 0, 0, 0, 0, 0 } }, + { -2.102274470777e-05, 5.339643298561e-06, { 4, 1, -2, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 2.215245350055e-05, -4.196199648447e-06, { 0, 1, -2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 1.016117070348e-05, 1.618319267826e-05, { 2, 1, 0, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { -2.683707643797e-06, 2.364119760358e-05, { 1, 0, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.760598807718e-05, -8.717594960690e-06, { 1, 1, 0, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.760598807718e-05, -8.717594960690e-06, { 1, -1, 0, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { 2.485502981639e-05, -1.467934544849e-06, { 2, -1, 0, 0, 0, 0, -4, 0, 5, 0, 0, 0, 0 } }, + { -1.184343000556e-05, 1.447460316358e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -5, 0, 0, 0, 0 } }, + { 2.054285092708e-05, 5.767455400441e-06, { 2, 1, -1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { 1.147566561220e-05, 1.483434045434e-05, { 2, 1, 0, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { -4.917922132074e-06, -2.136205043896e-05, { 1, 0, 0, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { 1.139163921746e-05, 1.488725542746e-05, { 2, -1, -1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.775854167409e-06, -2.148867415106e-05, { 4, 1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.538495798087e-06, 1.771181477478e-05, { 2, -1, -1, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { -1.114635191347e-06, -2.512463072340e-05, { 2, -1, 1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -4.967198212608e-06, 2.126296158870e-05, { 1, 2, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.519460351834e-06, -2.070968104364e-05, { 3, -2, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -6.301770453994e-06, 1.991718535317e-05, { 2, 1, -1, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.851536620668e-05, -7.670355134992e-06, { 2, -1, 0, 0, 0, 4, -6, 3, 0, 0, 0, 0, 0 } }, + { -7.355893090097e-06, 1.881471494816e-05, { 2, -1, -1, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { -2.197379501226e-05, 4.191506414182e-06, { 2, 0, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 5.890827088237e-06, 2.024296033234e-05, { 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 } }, + { 1.742388084133e-05, 8.701653003208e-06, { 2, -1, 2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 6.869704190502e-06, -1.924126905706e-05, { 2, -1, -3, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 2.561214124967e-05, 4.927650031795e-07, { 3, -1, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -2.555612534144e-05, -5.253728766826e-07, { 2, -1, 2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.185333103136e-05, 4.218238342942e-06, { 1, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.140312548538e-05, -1.466407998537e-05, { 2, -1, 0, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { -5.075847165856e-06, -2.097689275890e-05, { 2, 1, 3, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -6.855221543171e-06, -1.919316036306e-05, { 2, -1, -3, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -2.031423961374e-06, -2.395995391920e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 4, -5, 0, 0, 0 } }, + { -2.540712231786e-05, -5.832332034376e-07, { 2, -3, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -8.651569786335e-06, -1.733783405627e-05, { 1, 0, -1, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.120491173282e-05, -4.778665414680e-06, { 1, 0, -1, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { 1.522743660871e-05, 1.073750731717e-05, { 0, 1, 0, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { 5.229442564423e-06, -2.072354243285e-05, { 2, -1, -1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.523356263268e-05, 7.193048222311e-07, { 0, 1, 0, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0 } }, + { -2.551065763805e-05, 4.259943354174e-07, { 0, 1, -3, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 2.583372923003e-05, 9.333157424039e-08, { 2, 1, 0, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.520234577178e-05, 1.072272542278e-05, { 0, 1, 0, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { 1.335205974427e-05, 1.255814688862e-05, { 2, -1, -1, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 7.707172256551e-06, -1.819911868728e-05, { 2, 1, 0, 0, 0, -30, 24, 0, 0, 0, 0, 0, 0 } }, + { 7.707172256551e-06, -1.819911868728e-05, { 2, -1, 0, 0, 0, -30, 24, 0, 0, 0, 0, 0, 0 } }, + { -2.236679801303e-05, -3.515769752873e-06, { 2, 1, 0, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { 4.990753377422e-06, 2.084861617370e-05, { 2, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.037867609529e-05, 1.545705514245e-05, { 1, 0, 0, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0 } }, + { 2.375969276799e-05, 2.074188987803e-06, { 2, -1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.911063787552e-05, 6.717895607810e-06, { 2, -1, 1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -2.581369939033e-05, -1.315714350152e-08, { 2, 1, 2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 6.721061424013e-07, -2.515272288662e-05, { 0, 1, 3, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.446268505596e-05, -1.357262543538e-06, { 2, -1, -1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.105310767502e-05, -4.745694681985e-06, { 1, -2, -2, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 8.373853400704e-06, -1.741054851981e-05, { 1, 0, 0, 0, 0, 0, 5, -10, 0, 0, 0, 0, 0 } }, + { 8.645178134629e-06, -1.713837912429e-05, { 2, -1, -1, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { -1.158810345001e-05, -1.418769229064e-05, { 2, -1, -2, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 1.421342531147e-05, 1.156181643336e-05, { 2, -1, 0, 0, 0, 0, -10, 17, 0, 0, 0, 0, 0 } }, + { 1.816034098646e-05, 7.602654607945e-06, { 1, 0, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -2.172017861324e-05, -4.039284746933e-06, { 4, -1, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -2.052431925417e-05, 5.235091317474e-06, { 1, 0, 0, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.082936667224e-05, -1.492712216091e-05, { 0, 1, 2, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.982625588342e-05, 5.916819117016e-06, { 2, 1, -1, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { -5.802816210796e-06, -1.994009769719e-05, { 1, 0, -1, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 } }, + { -2.566877341772e-05, 6.677009935478e-08, { 2, -1, -1, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.873700115245e-05, -6.994625637799e-06, { 2, -1, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.366979985004e-05, 1.204064131559e-05, { 2, 1, -1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { -4.801411356882e-06, 2.090446946874e-05, { 1, -2, 0, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { 8.614545155813e-06, -1.707852891462e-05, { 2, 1, 0, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { -1.367790615350e-05, 1.199514378952e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -1, 3, 0, 0 } }, + { 7.571714390437e-06, -1.810021474427e-05, { 0, 1, -1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.906414133663e-06, 2.075911077804e-05, { 3, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.882942552306e-06, 2.073394304242e-05, { 1, 0, 1, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { 2.508863669541e-05, 5.239582492502e-07, { 0, 1, -3, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -2.534431749347e-05, 2.636387237039e-07, { 4, 1, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.953622309270e-06, -1.564781814379e-05, { 1, 0, 1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -2.100834727906e-05, -4.578218217803e-06, { 1, 0, 0, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { 3.765979626665e-06, 2.181944285722e-05, { 3, -1, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -3.765979626665e-06, 2.181944285722e-05, { 1, -1, 0, 0, 0, 15, -12, 0, 0, 0, 0, 0, 0 } }, + { 5.053633766132e-06, -2.052219915021e-05, { 3, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 1.555267241314e-05, 1.000760855232e-05, { 2, -1, -1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { -2.555095300834e-05, -1.236728499216e-09, { 0, 1, 2, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 7.415100266914e-06, 1.810438848583e-05, { 0, 1, 1, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { 1.699432347964e-05, 8.498839047566e-06, { 2, -1, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -9.318569601983e-06, 1.616103730170e-05, { 2, -1, -1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 2.544552675737e-05, 1.733086913868e-08, { 0, 1, -3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.690872457111e-06, -2.377053723370e-05, { 2, -1, 1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 1.191562747516e-05, 1.352973741018e-05, { 2, 1, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 2.410037438764e-05, 1.342288253023e-06, { 2, -1, 0, 0, 0, 0, -3, 0, 0, 3, 0, 0, 0 } }, + { -4.866948683669e-06, 2.055714863124e-05, { 3, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.073729128256e-05, -4.679239600935e-06, { 2, -1, 1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.401930530337e-05, -1.390002227896e-06, { 2, 1, -1, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { -1.930219121727e-05, -6.098581311636e-06, { 3, 0, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -1.321334401618e-05, -1.214804206741e-05, { 0, 1, 0, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -5.685735076222e-06, -1.965724590575e-05, { 1, -1, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -7.603327744926e-06, -1.773134317908e-05, { 2, 1, 0, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { -2.387129131611e-06, 2.294178858508e-05, { 0, 1, -1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { -1.732635855939e-05, 7.974230852315e-06, { 2, -1, 0, 0, 0, 0, 2, -4, 1, 0, 0, 0, 0 } }, + { -1.373901080678e-05, -1.151176115986e-05, { 0, 1, -2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -2.019813150130e-05, -5.040587072123e-06, { 2, 1, 1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.145038229214e-05, -1.377774574888e-05, { 2, -1, 0, 0, 0, 0, -1, 0, -1, 3, 0, 0, 0 } }, + { 2.095985422314e-05, -4.195779708103e-06, { 4, -1, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.819971887123e-05, 6.950061225798e-06, { 2, -1, -2, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { 2.197496129812e-05, -3.119559199138e-06, { 2, 1, -1, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { 2.503351089966e-05, -5.610374610003e-08, { 0, 1, 1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.698892864116e-05, -8.066357069644e-06, { 1, 0, 0, 0, 0, 11, -15, 0, 0, 0, 0, 0, 0 } }, + { -8.335559818723e-06, -1.671950577197e-05, { 0, 1, 0, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 7.515037210033e-06, -1.753658323284e-05, { 2, 1, 0, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 4.755297201850e-06, -2.027396798982e-05, { 1, 0, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.299023996515e-05, -1.203336274013e-05, { 0, 1, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { -2.497051231297e-05, 1.818527596392e-09, { 2, -1, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { -9.289804679873e-06, -1.563312302079e-05, { 0, 1, 2, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 1.587376100417e-05, -9.027872602614e-06, { 2, 1, 0, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.299033540638e-05, -1.904941876244e-06, { 1, -1, 0, 0, 0, 23, -16, -13, 0, 0, 0, 0, 0 } }, + { -2.299033540638e-05, -1.904941876244e-06, { 1, -3, 0, 0, 0, 23, -16, -13, 0, 0, 0, 0, 0 } }, + { 4.716467173946e-06, 2.013725244620e-05, { 1, 2, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.680463713494e-05, -8.034517687493e-06, { 1, 0, 1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 5.710357752587e-06, -1.908076512259e-05, { 0, 1, 1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.689252655612e-05, 7.880792729956e-06, { 2, 1, -1, 0, 0, -29, 36, 0, -4, 0, 0, 0, 0 } }, + { -1.689252655612e-05, 7.880792729956e-06, { 2, -1, -1, 0, 0, -29, 36, 0, -4, 0, 0, 0, 0 } }, + { -1.372348685653e-05, 1.104232865459e-05, { 2, -1, 0, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { 1.980604093852e-05, -4.953338409735e-06, { 1, 0, -3, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 2.458890718025e-05, -1.518912372857e-07, { 1, -1, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.596500174188e-05, 8.774227453045e-06, { 2, 1, 1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 6.402712823493e-06, 1.832725680822e-05, { 2, -3, 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.464378469792e-05, 7.573089065868e-08, { 2, -1, -1, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.104506508269e-05, -1.367005480407e-05, { 1, 0, 1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -2.464001190377e-05, -7.163281595396e-08, { 0, 1, 1, 0, 0, 0, 12, -24, 7, 5, 0, 0, 0 } }, + { 2.464001190377e-05, -7.163281595396e-08, { 0, 1, 1, 0, 0, 0, -12, 24, -7, -5, 0, 0, 0 } }, + { -2.469614287618e-05, -1.509705452082e-08, { 2, -3, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.993223679207e-05, 4.755506398903e-06, { 2, -1, -2, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -1.757143927143e-05, 7.114602082204e-06, { 2, 1, -2, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 2.465784187037e-05, 1.868605529326e-08, { 4, -1, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.773400359495e-08, 2.465202403624e-05, { 4, 1, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.925543985638e-05, -5.406295953556e-06, { 1, -2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.461162731877e-05, 4.104635132115e-08, { 4, -1, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.126431221431e-05, -3.376510419751e-06, { 2, -1, -1, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -4.718075095503e-06, -1.991972514489e-05, { 3, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.421647489712e-05, 4.083451422941e-07, { 2, -1, 1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 9.959026895877e-07, -2.360030475663e-05, { 2, -1, 0, 0, 0, 17, -18, 0, 0, 0, 0, 0, 0 } }, + { -2.456861392057e-05, 2.036430902951e-08, { 0, 1, 0, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.867722271590e-05, -5.907185618873e-06, { 1, -2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -1.913269893216e-06, 2.266750526802e-05, { 0, 1, -1, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 7.550157693108e-07, -2.377964995271e-05, { 0, 1, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 2.066620315343e-05, 3.858532401055e-06, { 2, 1, 1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.543662789257e-05, -9.084553251576e-06, { 2, 1, -1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.432124239632e-05, 1.018823166125e-05, { 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 2, 0 } }, + { -1.991182365854e-05, 4.587230987391e-06, { 4, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.273310090750e-06, 2.222544161569e-05, { 0, 1, 0, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.210931520822e-05, -1.236633105041e-05, { 0, 1, -1, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { 9.372740615082e-06, -1.505551385360e-05, { 2, 1, 1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -1.431054113485e-05, 1.010956750519e-05, { 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 } }, + { -2.438175593564e-05, 3.593774175860e-08, { 0, 1, 1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -9.158163176595e-06, -1.525491127692e-05, { 1, 0, 1, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 } }, + { -2.288768037677e-05, -1.513375510314e-06, { 2, -1, -3, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { -2.009601601995e-05, 4.292343360116e-06, { 1, 0, 0, 0, 0, 18, -20, 0, 0, 0, 0, 0, 0 } }, + { -2.055934236362e-05, -3.828608919185e-06, { 1, 0, 1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.894511882476e-05, 5.431992921081e-06, { 1, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.025671720310e-05, 4.109154595416e-06, { 2, 1, 1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 7.852865995421e-06, 1.650612763184e-05, { 2, -1, -1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 1.099368108043e-05, -1.335802038505e-05, { 1, 0, 0, 0, 0, 9, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.099798478818e-05, -3.317322765784e-06, { 2, 1, -1, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { 1.076745512048e-05, -1.353939086533e-05, { 1, -2, 0, 0, 0, 0, 3, -4, 2, 0, 0, 0, 0 } }, + { 2.423080391662e-05, 7.374376428579e-08, { 2, 1, 0, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.974010077316e-05, 4.563884814315e-06, { 2, 1, -1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { -2.910213117082e-06, -2.137728994166e-05, { 2, -1, -1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.392131653196e-05, -1.036390345414e-05, { 2, 1, -1, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { -2.425352053721e-05, -2.936786090596e-08, { 4, 1, -2, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.419254700248e-05, 8.439740898596e-08, { 2, -1, 0, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { 7.150802036244e-06, -1.710414863412e-05, { 1, 0, -1, 0, 0, 0, -1, 0, -1, 1, 0, 0, 0 } }, + { 8.445235421384e-07, -2.340988381253e-05, { 0, 1, 1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.427935178554e-06, 2.282617292236e-05, { 2, -1, 0, 0, 0, 0, 12, -15, 0, 0, 0, 0, 0 } }, + { -4.795594576154e-06, -1.945769331643e-05, { 1, 0, -2, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.617127792381e-05, 8.065754441217e-06, { 0, 1, 0, 0, 0, 7, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.984004224723e-05, 4.392400728786e-06, { 2, 1, -3, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.943735194889e-06, 1.728601008133e-05, { 4, 1, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -2.011214129936e-05, 4.107781698718e-06, { 0, 1, 1, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { 9.823503165516e-06, -1.439232275323e-05, { 2, -1, 2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 2.380264617424e-05, -4.064779484172e-07, { 1, 0, 0, 0, 0, -8, 6, 0, 0, 0, 0, 0, 0 } }, + { -3.036209153307e-06, -2.114446138772e-05, { 3, 0, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 4.981873861248e-06, -1.919644658421e-05, { 1, -1, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -1.221024191993e-06, 2.294829263132e-05, { 0, 1, -1, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { 1.375335969001e-05, 1.040429131816e-05, { 0, 1, 0, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0 } }, + { -1.375335969001e-05, 1.040429131816e-05, { 0, 1, 0, 0, 0, 0, 0, 0, -4, 10, 0, 0, 0 } }, + { 1.525898285094e-05, -8.896579405946e-06, { 2, 1, -1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { 1.648187398621e-05, 7.652955897678e-06, { 2, -1, 0, 0, 0, 0, -2, 4, -1, 0, 0, 0, 0 } }, + { 1.760467947455e-05, -6.470695337488e-06, { 2, 1, 1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.400342004907e-05, 1.006398176065e-05, { 2, -1, 0, 0, 0, 0, 12, -17, 0, 0, 0, 0, 0 } }, + { 7.509576029958e-06, 1.654506130667e-05, { 0, 2, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 1.544995392754e-05, -8.603494884373e-06, { 3, 1, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -7.142352735899e-06, -1.689484500697e-05, { 2, -1, -1, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { -2.357528671594e-05, 4.602358556748e-07, { 1, 2, 0, 0, -1, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.357528671594e-05, 4.602358556748e-07, { 1, 0, -2, 0, -1, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.287756328520e-05, 1.137452427727e-06, { 2, -1, 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.380685488391e-06, -1.961031036231e-05, { 4, 1, -2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.942047715676e-06, 1.704882735663e-05, { 1, 0, 0, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { -5.007186505771e-07, 2.348310082893e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 1, -4, 0, 0, 0 } }, + { -2.363965676006e-05, 3.389583590111e-07, { 2, 1, -1, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0 } }, + { -1.147765845931e-05, 1.249987506078e-05, { 2, -1, -1, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { -1.604882231050e-05, 7.924285316526e-06, { 0, 1, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.352777127031e-05, 4.440499222165e-07, { 4, -1, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 2.388770866564e-05, 6.952949366147e-08, { 2, 1, -1, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.256980708782e-05, 1.138386617449e-05, { 2, 1, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { -2.387222674606e-05, 7.979891988141e-08, { 2, -1, 0, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { 4.666664880989e-06, 1.928324871351e-05, { 2, -1, -1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.717921662748e-05, -6.753015469882e-06, { 3, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -3.053873392897e-08, -2.389516537522e-05, { 2, -3, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.710608941685e-06, -1.921121647295e-05, { 4, -1, -1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 1.660233864514e-05, 7.316454853308e-06, { 2, -1, -1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.221261784457e-05, -1.168818230678e-05, { 0, 1, 1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { 1.407041097105e-05, 9.797326672085e-06, { 2, 1, -1, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0 } }, + { -6.249700715472e-06, 1.760198375103e-05, { 2, -1, -2, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 6.248950308344e-06, 1.760052452353e-05, { 2, -1, -2, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -2.364419862626e-05, -1.921926124840e-07, { 2, 1, -1, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { -1.404793943124e-05, -9.761370858241e-06, { 2, -1, -1, 0, 0, 0, 9, -14, 0, 0, 0, 0, 0 } }, + { 2.378271763337e-05, -2.550719522511e-08, { 2, -1, 0, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { -4.783687027943e-06, -1.901597206845e-05, { 1, 0, -1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -5.400671822350e-06, 1.837515753714e-05, { 3, -1, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.806244940649e-05, 5.700051466552e-06, { 1, 0, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 2.369284475876e-05, 6.948039906130e-08, { 2, -1, 0, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 2.124248500422e-05, 2.513853273049e-06, { 2, -1, 0, 0, 0, 0, 12, -18, 0, 0, 0, 0, 0 } }, + { 5.396231544138e-06, 1.835949055683e-05, { 3, -1, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.955580521190e-05, -4.191715939108e-06, { 1, 0, 1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.405402261995e-05, -9.686470109481e-06, { 1, 0, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0, 0 } }, + { -4.532568082864e-06, 1.915689349581e-05, { 1, -2, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.686261971188e-06, 2.199681652841e-05, { 2, 1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.143044523130e-05, 1.225202505642e-05, { 2, 1, -1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { 5.441321705567e-06, -1.822272431541e-05, { 1, 0, 0, 0, 0, -16, 17, 0, 0, 0, 0, 0, 0 } }, + { 2.049193888655e-06, 2.158721930569e-05, { 2, -1, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 } }, + { -1.657807898253e-05, -7.043221039027e-06, { 4, -1, 0, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.657807898253e-05, -7.043221039027e-06, { 4, -1, -2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 8.944689967648e-07, 2.271245635843e-05, { 0, 1, 2, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.356904500226e-05, 3.599678261946e-08, { 0, 1, 1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.181024025559e-05, -1.178578344797e-05, { 0, 1, 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { 1.441804441364e-05, 9.158534331794e-06, { 4, -1, -1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 1.031781463105e-05, 1.323836112485e-05, { 1, 0, 0, 0, 0, -8, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.075832159181e-05, 2.794825952467e-06, { 2, 1, 0, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -1.042316206342e-06, -2.250492008827e-05, { 0, 1, 3, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.876748758718e-05, -4.773057220989e-06, { 4, 1, -2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.001038431018e-05, 3.529463706164e-06, { 1, 0, 0, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -1.119111958113e-05, 1.232100273975e-05, { 1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.073182716123e-05, -1.277111496620e-05, { 4, -1, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 1.291169729193e-05, 1.057954150670e-05, { 0, 1, 1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -2.302923180843e-05, -4.381563442029e-07, { 2, 1, -1, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0 } }, + { 4.717166000141e-06, -1.874838242302e-05, { 0, 3, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.570911493025e-05, -7.756051462061e-06, { 2, -1, 0, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { -4.718098783448e-06, -1.874613499243e-05, { 0, 3, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.435072971556e-05, 9.113120141184e-06, { 4, -1, -1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -9.658551516136e-06, -1.378205972835e-05, { 1, 0, 0, 0, 0, 9, -14, 0, 0, 0, 0, 0, 0 } }, + { -3.272316426260e-06, -2.016497654927e-05, { 0, 1, 0, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 1.767632509253e-05, 5.760838756815e-06, { 1, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.538796647209e-05, 8.045464651365e-06, { 0, 1, 1, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { -1.183192204367e-05, -1.158638847517e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 3, -6, 0, 0, 0 } }, + { -1.183192204367e-05, -1.158638847517e-05, { 1, -2, 0, 0, 0, 0, 1, 0, 3, -6, 0, 0, 0 } }, + { 1.537630029011e-05, 8.034836173121e-06, { 0, 1, 1, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { 2.086182439768e-05, -2.545715941259e-06, { 1, 0, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0 } }, + { 9.839780139713e-06, 1.356422159572e-05, { 2, -1, -1, 0, 0, 10, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.548743606204e-05, -7.915887090041e-06, { 0, 1, 1, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0 } }, + { -7.655072978841e-06, -1.574167306420e-05, { 0, 0, 1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.445447526865e-05, -8.919792205920e-06, { 1, 0, 0, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0 } }, + { 2.326981341267e-05, -8.951783323752e-08, { 2, 1, 1, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 2.331914130774e-05, 3.520917527697e-08, { 2, 1, 1, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { -4.533496113734e-06, -1.881842695714e-05, { 0, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.577821961442e-05, 7.566650947920e-06, { 2, -1, 0, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { -9.435317336665e-06, -1.390893606157e-05, { 1, -2, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -1.382688389320e-05, -9.503521557868e-06, { 2, -1, 0, 0, 0, 0, 7, -12, 0, 0, 0, 0, 0 } }, + { 4.773616355769e-06, 1.855308326438e-05, { 3, 0, -1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.661383457205e-06, 1.965946490491e-05, { 3, -2, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.279697662383e-05, -1.049745030830e-05, { 2, -1, 0, 0, 0, 3, -6, 4, 0, 0, 0, 0, 0 } }, + { 2.186257267322e-05, -1.394439712466e-06, { 2, 1, 0, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { 1.909664474393e-05, 4.158559377107e-06, { 0, 1, 0, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { 2.091328355513e-05, -2.339424142515e-06, { 0, 1, -1, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { -1.721091829307e-05, 6.041372164218e-06, { 3, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 2.086628580319e-09, -2.325001169947e-05, { 4, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.852647255904e-06, -1.838356419287e-05, { 1, -2, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 2.307433764701e-05, -1.546008039218e-07, { 3, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 4.441279571980e-06, -1.878619139377e-05, { 0, 0, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.764398015226e-05, 5.567068912889e-06, { 1, 2, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -1.114367462494e-05, -1.205891328125e-05, { 3, 0, -1, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.880131355744e-05, 4.388208285653e-06, { 2, 1, -1, 0, 0, -6, 10, 0, -3, 0, 0, 1, 0 } }, + { -1.879706906917e-05, 4.387898063589e-06, { 2, 1, -1, 0, 0, 6, -10, 0, 3, 0, 0, -1, 0 } }, + { 1.981724559107e-05, 3.358830715565e-06, { 0, 1, -1, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { -1.981666974060e-05, 3.357709054622e-06, { 0, 1, -1, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { 7.897882214289e-06, -1.525921565873e-05, { 1, 0, -1, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.543937459885e-05, 7.693018181524e-06, { 0, 1, -1, 0, 0, 19, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.651004335287e-05, -6.620719102182e-06, { 1, 0, -1, 0, 0, 0, 1, 0, 2, -3, 0, 0, 0 } }, + { -7.194701220719e-07, -2.240867246850e-05, { 0, 1, -1, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { 9.191693498437e-06, -1.391358796300e-05, { 0, 1, 3, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.548373489254e-05, 7.610491215200e-06, { 2, -1, 0, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.430934276240e-05, 8.765166290487e-06, { 2, 1, -2, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 6.568944026465e-06, -1.649225897538e-05, { 2, -1, 0, 0, 0, 0, -1, 0, -2, 0, 0, 0, 0 } }, + { 4.867687695347e-06, 1.818909656778e-05, { 1, 0, 1, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0 } }, + { -1.611797829026e-05, -6.922047245496e-06, { 3, 0, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.556661568030e-05, 7.458849639342e-06, { 2, 1, 0, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { -9.644726411138e-06, -1.335504294100e-05, { 2, 1, 0, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 1.427197164809e-05, 8.723335055880e-06, { 1, 0, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0, 0 } }, + { -4.400853326022e-06, -1.858534174859e-05, { 1, -2, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 9.442446417767e-06, 1.354122453209e-05, { 1, 0, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.018031650960e-05, -1.278788399287e-05, { 1, 0, 0, 0, 0, 0, -2, 0, 0, -1, 0, 0, 0 } }, + { 2.464288696802e-06, 2.048932641092e-05, { 2, -1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0, 0 } }, + { 6.432474748450e-07, -2.230739203207e-05, { 0, 1, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.894313481827e-05, -4.003123310426e-06, { 1, 0, 0, 0, 0, -13, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.911413168645e-05, 3.823323934199e-06, { 0, 1, 0, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { -4.936299467119e-06, -1.799713992223e-05, { 2, -1, 1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { 2.226042544295e-05, -6.576567295812e-07, { 1, 0, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.046725899025e-05, -1.244539345614e-05, { 1, -2, -2, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.129362228839e-07, 2.267928145057e-05, { 1, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 9.536378975321e-06, -1.335402865581e-05, { 1, 1, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -7.342533884343e-06, -1.554041348705e-05, { 4, -1, -1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { -6.281379546135e-06, 1.659906578591e-05, { 0, 1, 2, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.187083430012e-05, 9.976392730046e-07, { 2, -1, 0, 0, 0, 0, -7, 16, -4, -5, 0, 0, 0 } }, + { -9.438468843354e-06, -1.337315110455e-05, { 2, -1, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.386382487748e-07, 2.186668743068e-05, { 2, 1, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -4.360369817397e-06, -1.844154626911e-05, { 3, 0, -1, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.906484815830e-06, 1.689174827256e-05, { 0, 1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.008669926765e-05, 2.709189160124e-06, { 2, -1, -1, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { 1.990250385029e-05, -2.853743166657e-06, { 1, 0, 1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.351353933746e-06, 1.840122064438e-05, { 1, 0, -2, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 9.487522661655e-06, -1.325909332825e-05, { 1, -1, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -1.755702142677e-05, -5.189252199095e-06, { 1, -1, 0, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 2.265256687366e-05, 7.833287991091e-08, { 2, 1, 0, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 2.256334788079e-05, -1.644389973655e-07, { 3, 1, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.014627118338e-06, -2.069263592042e-05, { 4, -1, -2, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { 2.263168852741e-05, 7.297689617275e-08, { 2, -1, 0, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 2.261647650565e-05, 7.344863674970e-08, { 2, 1, 0, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 4.065152385767e-06, -1.861804835615e-05, { 2, -1, -1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { -4.084478352886e-06, 1.859589442367e-05, { 2, 1, 0, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0 } }, + { 1.066048385987e-05, -1.201662403486e-05, { 2, -1, -3, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.781156468356e-05, 4.865469770025e-06, { 0, 1, -1, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { -1.529177909989e-05, -7.381208403235e-06, { 1, 0, 1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -6.745641848075e-06, 1.590204162264e-05, { 0, 1, 1, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { -5.004478306700e-06, 1.761926927234e-05, { 1, 1, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 4.335173871329e-06, -1.828757419882e-05, { 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.332224947694e-06, 1.828696647722e-05, { 1, 0, 2, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.542252691122e-06, -1.907378265771e-05, { 1, -2, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 5.165130206512e-06, -1.744256879648e-05, { 2, -1, 0, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -6.729772754172e-06, -1.587648133737e-05, { 2, 1, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { -2.212898787030e-06, 2.039099047357e-05, { 1, 0, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 4.999449020797e-06, 1.759144410471e-05, { 1, 1, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.507999313479e-05, 7.503860794366e-06, { 0, 1, 0, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { -7.625114804744e-06, -1.494981257213e-05, { 0, 1, 1, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 2.034631451306e-05, -2.219847471404e-06, { 3, 0, -1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.230551983556e-05, -2.588616258328e-07, { 2, 1, 0, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.386803393681e-05, 8.682476127139e-06, { 1, 0, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.802748792302e-05, -4.514096122862e-06, { 1, 0, -1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -6.455353139166e-06, 1.607962069262e-05, { 4, -1, -1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -7.619256187905e-06, -1.489820813065e-05, { 0, 1, -1, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 6.920146595393e-06, 1.558002004935e-05, { 1, 2, -1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.561636861966e-06, 2.093580607468e-05, { 2, 1, -1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { -1.445945009011e-05, -7.948542872769e-06, { 4, 1, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -1.724861752488e-05, 5.150363063232e-06, { 2, 1, 0, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { 1.525846888160e-05, 7.131523115242e-06, { 2, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 2.228533293360e-05, -6.003880501924e-08, { 2, 1, 0, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { -6.182495152287e-06, 1.616240853498e-05, { 1, 0, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -1.918407065649e-05, 3.149046582186e-06, { 2, -1, -1, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { 3.186501525164e-06, 1.914528698874e-05, { 2, -1, 1, 0, 0, -13, 10, 0, 0, 0, 0, 0, 0 } }, + { 2.230895998963e-05, 1.622668381475e-08, { 2, 1, -1, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.573628325604e-05, 6.588579648587e-06, { 2, 1, 1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -1.616911847257e-05, 6.150695259611e-06, { 1, 1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 4.713993908589e-06, 1.759536511138e-05, { 1, 0, 1, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.915740441065e-05, 3.138264425092e-06, { 2, -1, -1, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { 1.304993583912e-05, 9.236214404202e-06, { 0, 1, 1, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { 1.841576336023e-05, 3.869493741535e-06, { 3, -1, 0, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -1.841576336023e-05, 3.869493741535e-06, { 1, -1, 0, 0, 0, 23, -25, 0, 0, 0, 0, 0, 0 } }, + { -5.019675307835e-06, -1.725851998346e-05, { 4, 1, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 5.015626865215e-06, -1.724445814103e-05, { 4, 1, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 2.217795194800e-05, 4.973940823269e-08, { 0, 1, -1, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 7.580674768690e-06, 1.463860028058e-05, { 2, -1, 0, 0, 0, 0, -1, 0, 4, -5, 0, 0, 0 } }, + { -2.188150219881e-05, -3.197225371466e-07, { 0, 1, 3, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.439193508247e-05, 7.800614619497e-06, { 4, -1, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 5.675799564925e-06, 1.651322155955e-05, { 2, -1, 0, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { 1.868454620292e-05, -3.497782423685e-06, { 4, 1, -2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -2.140150570086e-05, -7.788000833961e-07, { 0, 1, -2, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { 1.411145490227e-05, 8.061752506726e-06, { 4, 1, -2, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -5.306127559607e-06, 1.686205814598e-05, { 2, 1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { -2.211940755962e-05, -2.900933536602e-08, { 4, 1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.600748013074e-05, 6.125789997750e-06, { 2, 1, -2, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { -2.212713101295e-05, 3.447690058650e-09, { 1, -1, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.473812682503e-05, -7.384717317495e-06, { 3, 0, -1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 8.590777217976e-06, -1.350937532678e-05, { 2, 1, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 2.208860578506e-05, 3.523960984814e-09, { 1, -1, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -6.562182726065e-06, -1.551247731445e-05, { 1, 0, 0, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0 } }, + { -2.531880571247e-06, 1.954049234296e-05, { 2, 1, -1, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { 9.625173174459e-06, 1.244104249810e-05, { 1, 0, 0, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0 } }, + { 1.148353862410e-05, 1.056668683430e-05, { 0, 1, 1, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.777717007241e-06, 2.025618573929e-05, { 0, 1, 1, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { -1.753525040577e-05, 4.459617176658e-06, { 2, 1, -1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { 6.099697847590e-06, 1.588768769148e-05, { 0, 1, 2, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.423994404198e-06, -1.754357402102e-05, { 0, 1, 1, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { -2.193585211769e-05, -2.026364598186e-08, { 2, -1, -3, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.780477726449e-06, -1.716870706236e-05, { 4, 1, -2, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -4.779843879231e-06, -1.716782583299e-05, { 4, 1, -2, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -1.309148310491e-06, 2.063796959744e-05, { 2, -3, 0, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { 2.180674156627e-05, -1.275520644182e-07, { 2, 1, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.136370653690e-05, 1.056185548950e-05, { 2, -1, 0, 0, 0, 0, 3, 0, -6, 5, 0, 0, 0 } }, + { 2.144287406718e-05, -4.740180492388e-07, { 4, -1, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.915615017869e-05, 2.724681712079e-06, { 2, 1, 1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -5.956357911512e-06, 1.592362564421e-05, { 0, 1, -1, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { -8.443428142939e-07, 2.102697867558e-05, { 2, 1, -1, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { 6.312635605651e-06, 1.555780337732e-05, { 1, 0, 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 4.208113784297e-06, -1.766149598768e-05, { 1, 2, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.606968590279e-06, -1.725517192117e-05, { 2, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 2, 0 } }, + { -1.409156588360e-05, -7.760398709887e-06, { 2, 1, -1, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { -5.262752881024e-06, 1.658595324399e-05, { 2, -1, -1, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.183684037397e-05, 1.001065322177e-05, { 0, 1, 1, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { -4.195886503637e-06, -1.764674094648e-05, { 0, 2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.324528291450e-06, 1.749360085387e-05, { 1, -2, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.152010475197e-06, -2.064989271389e-05, { 0, 1, 0, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { 1.760983855410e-06, 2.003963596469e-05, { 0, 1, 1, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { 1.602104244127e-05, -5.768134099092e-06, { 2, 1, 1, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -4.161493954137e-06, 1.762394642331e-05, { 3, 0, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.177654284485e-05, 6.615187175608e-09, { 1, 1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.448475628071e-07, -2.113294955153e-05, { 0, 1, -2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -4.142137360204e-06, -1.761528792199e-05, { 1, 0, 1, 0, 0, -11, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.674245714896e-05, 4.995665676827e-06, { 2, -1, -1, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { -1.450800642872e-05, 7.229316464915e-06, { 0, 1, 1, 0, 0, -19, 17, 0, 0, 0, 0, 0, 0 } }, + { 8.336164869714e-06, -1.339372810704e-05, { 4, 1, -3, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 3.434027255210e-06, 1.829492974470e-05, { 0, 1, -2, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.146517626401e-05, -2.636027994980e-07, { 2, 1, -1, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { -8.140130171886e-06, 1.357014295401e-05, { 1, 0, -2, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -1.790228374493e-06, 1.991971592084e-05, { 1, -2, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.789821606504e-06, 1.991975247379e-05, { 3, -2, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.789710353591e-06, 1.991976246972e-05, { 1, -2, 1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.789115844890e-06, 1.991981587499e-05, { 1, -2, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.789108891562e-06, -1.991981649951e-05, { 5, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.789108891562e-06, -1.991981649951e-05, { 5, 0, -2, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.789108891562e-06, 1.991981649951e-05, { 4, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.789108891562e-06, 1.991981649951e-05, { 3, 0, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.789108891562e-06, -1.991981649951e-05, { 3, 0, -1, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.789108891562e-06, -1.991981649951e-05, { 3, 0, -3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.789108891562e-06, -1.991981649951e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.789108891562e-06, 1.991981649951e-05, { 1, 0, -1, -2, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.789108891562e-06, 1.991981649951e-05, { 1, 0, -2, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.789108891562e-06, -1.991981649951e-05, { 1, 0, -2, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.789021974949e-06, -1.991982430578e-05, { 1, 0, 4, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.788980254962e-06, 1.991982805266e-05, { 3, 2, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.788681261497e-06, -1.991985490270e-05, { 1, 0, 0, 2, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.449539924239e-05, -7.179533106702e-06, { 1, -1, 0, 0, 0, 20, -18, 0, 0, 0, 0, 0, 0 } }, + { 6.110813766185e-06, -1.556305931796e-05, { 4, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -4.592240676117e-06, 1.707998516876e-05, { 1, 0, -1, 0, 0, -12, 13, 0, 0, 0, 0, 0, 0 } }, + { -8.768930664860e-07, -2.079520720269e-05, { 4, -1, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -8.529302803598e-06, 1.313349997326e-05, { 2, -1, -1, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { -4.143057858258e-06, -1.750622718638e-05, { 1, 0, 2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.444653476209e-05, 7.178057214897e-06, { 0, 1, 0, 0, 0, 16, -14, 0, 0, 0, 0, 0, 0 } }, + { 3.959902999219e-09, 2.161698304636e-05, { 2, 1, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.830069055817e-05, -3.316460068299e-06, { 2, 1, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 2.117715424124e-06, 1.949252444810e-05, { 2, 1, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { -1.602566857752e-05, 5.563415988437e-06, { 0, 1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.136560844280e-05, 2.230205410100e-07, { 4, -1, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -1.664047594624e-05, 4.945915210128e-06, { 0, 1, 1, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { -3.381871172583e-06, 1.819558679033e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 8.176761771398e-07, -2.073389142880e-05, { 2, 1, -1, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { 5.644031751401e-06, 1.589600362509e-05, { 2, 1, 1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -1.511518355886e-05, -6.422424442039e-06, { 4, 1, 0, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.511518355886e-05, -6.422424442039e-06, { 4, 1, -2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.642738822869e-06, 1.589222247082e-05, { 2, 1, 1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 1.345297021583e-05, 8.073566520039e-06, { 0, 1, -2, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 1.886439695576e-05, -2.659534520790e-06, { 2, -1, -1, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { -4.483517326940e-06, -1.703164663464e-05, { 2, 1, -2, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 4.297456452089e-06, 1.721701658208e-05, { 3, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.825017373120e-05, -3.257319086446e-06, { 1, 0, -1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.805174467720e-05, -3.455123284781e-06, { 1, 0, -2, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.414797618806e-05, -7.355687707388e-06, { 4, -1, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -1.659546559082e-05, -4.907233381047e-06, { 1, 1, 0, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -2.044761184475e-05, -1.050567228480e-06, { 0, 1, 1, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { 1.686920781134e-05, 4.628751359440e-06, { 4, -1, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -2.147617512509e-05, 9.842108793673e-09, { 2, -1, -2, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.893517396682e-05, 2.549912617358e-06, { 0, 1, 1, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -8.050084418107e-06, -1.343279072075e-05, { 4, 1, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -1.146197755350e-05, 1.001761956863e-05, { 2, -1, -1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { -1.785548354944e-05, 3.622061383095e-06, { 1, 2, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.341469147245e-05, 8.046028915687e-06, { 0, 1, -2, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -1.581707053120e-05, -5.641802602272e-06, { 0, 1, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -1.636927157782e-05, 5.087122529522e-06, { 0, 1, 1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.797527503141e-06, 1.863793100779e-05, { 2, -1, -3, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { -1.919740096346e-05, -2.228203226942e-06, { 0, 1, 1, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { 1.040826823734e-06, -2.038033118935e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.239650332581e-06, 1.717273395235e-05, { 1, -2, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.372359504249e-05, 7.676010030507e-06, { 2, 1, -1, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0 } }, + { 8.189579633814e-06, -1.320797637086e-05, { 0, 1, 2, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 3.229467246739e-06, 1.815667094571e-05, { 0, 1, 0, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.117780097730e-05, 2.071359456874e-07, { 2, -1, -2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -8.241579834075e-06, -1.314115823441e-05, { 4, -1, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -2.134199495423e-05, 3.797242203864e-08, { 4, -1, -2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.586519297313e-06, 1.577932617274e-05, { 4, -1, -1, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.135073130067e-05, -6.896846454023e-09, { 3, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.145638812150e-06, -1.720158416601e-05, { 0, 1, -1, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { -7.280411794405e-06, 1.405572627390e-05, { 1, 0, 0, 0, 0, 0, 12, -17, 0, 0, 0, 0, 0 } }, + { -1.363681913626e-05, -7.688757547483e-06, { 2, -1, -1, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.964507077836e-05, 1.650924428663e-06, { 2, 1, -1, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { 1.072196763981e-05, -1.057136368674e-05, { 0, 1, -1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { 2.016052553161e-05, -1.128972452524e-06, { 2, -1, -1, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { 4.048892384985e-06, -1.721624419106e-05, { 1, -2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.121270063306e-05, 3.081805516591e-08, { 2, -1, -1, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.555177279348e-06, 1.968664953185e-05, { 0, 1, 1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 1.342244536341e-05, -7.807291335658e-06, { 1, 1, -2, 0, 0, 29, -33, 0, 0, 0, 0, 0, 0 } }, + { 1.342244536341e-05, -7.807291335658e-06, { 1, -1, -2, 0, 0, 29, -33, 0, 0, 0, 0, 0, 0 } }, + { 1.312996373245e-05, -8.081679043162e-06, { 2, -1, 0, 0, 0, 0, -5, 10, 0, 0, 0, 0, 0 } }, + { 1.662948784011e-05, 4.573991101148e-06, { 2, -1, -1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { 2.111980360791e-05, -7.650420998192e-08, { 2, 1, -2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.319079840902e-06, -1.786962726244e-05, { 3, 0, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -4.443157971314e-06, 1.674496186298e-05, { 2, -1, 2, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 1.996346551352e-05, -1.208323090268e-06, { 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.113750610469e-05, 1.704816400145e-08, { 2, 1, 1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.109002611869e-05, -5.697681413050e-08, { 0, 1, 0, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { -2.088516219395e-05, -2.425033041496e-07, { 4, -1, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.110559218548e-05, 1.367733865192e-08, { 2, -1, 2, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.408667549135e-05, 7.029134630056e-06, { 0, 1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.108365787098e-05, -3.009701211941e-08, { 2, 1, 0, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { 3.511153954969e-07, -2.075474269340e-05, { 2, -1, 0, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.361882264939e-05, -7.486257987526e-06, { 4, 1, -3, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -4.036245151840e-06, 1.706103268800e-05, { 1, -2, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.933853885636e-06, 1.916236360613e-05, { 2, -1, 1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 9.074765980967e-07, -2.018843340634e-05, { 2, -1, 1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.241709429360e-05, 8.678464901648e-06, { 2, 1, -1, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { 1.351244314307e-05, -7.526324235018e-06, { 3, -1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 1.419884045718e-05, 6.839912687699e-06, { 2, -1, 0, 0, 0, 8, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.657212410137e-05, -4.462979401739e-06, { 2, -1, 2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.670824162471e-06, -1.636062713956e-05, { 2, 1, 1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 2.101973644989e-05, -5.258542414450e-09, { 2, -1, 0, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { 4.032822045753e-06, -1.698541583645e-05, { 1, -2, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.940927650241e-09, -2.099440880098e-05, { 2, -1, 1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 1.603096698105e-06, 1.939229238757e-05, { 0, 1, -1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 7.095465550581e-06, -1.389726117100e-05, { 0, 1, -1, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { 1.992511249468e-05, -1.048489249953e-06, { 0, 1, 1, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { -1.811069226637e-05, -2.862578562874e-06, { 2, -1, -1, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { -5.190267534650e-06, 1.577698055767e-05, { 2, 1, 1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.397917456437e-05, 6.984316820647e-06, { 0, 1, 0, 0, 0, 8, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.075661628937e-05, 1.996434629304e-07, { 2, -1, 1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -1.551808142572e-05, -5.436532382221e-06, { 2, -1, 0, 0, 0, 0, 3, 0, -2, -5, 0, 0, 0 } }, + { -1.284658186387e-05, -8.107953436522e-06, { 2, 1, -1, 0, 0, 0, -11, 19, 0, -3, 0, 0, 0 } }, + { 1.233959155511e-05, 8.604200536419e-06, { 2, 1, -1, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { -4.941272720210e-07, -2.043691466299e-05, { 2, 1, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.083231015395e-06, 1.583266348765e-05, { 0, 1, 1, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { -2.740158953004e-06, 1.816620911225e-05, { 4, -1, -2, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 1.463435055427e-05, 6.251892141827e-06, { 4, -1, -1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -4.130026916550e-06, -1.675274636363e-05, { 2, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.083942222971e-05, -3.159768215656e-08, { 0, 1, 1, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { 7.777488183006e-06, -1.307831510105e-05, { 2, 1, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 1.248057958936e-05, 8.374383123701e-06, { 0, 1, 2, 0, 0, -20, 16, 7, -8, 6, 0, 0, 0 } }, + { 6.520490453640e-06, 1.433083497617e-05, { 0, 1, 0, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { 4.405566747157e-06, -1.644436902426e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -3, 1, 0, 0, 0 } }, + { 9.234879687717e-06, -1.160273955146e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 1, 0, 0, 0 } }, + { 3.986223410495e-06, -1.684405645989e-05, { 3, 0, -3, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.554024195569e-07, -2.043420344172e-05, { 2, -1, -2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.829744516012e-07, 2.000656985572e-05, { 2, 1, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.776928940698e-05, 2.990106196336e-06, { 1, 0, -1, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.189505696902e-05, -8.858690080300e-06, { 2, -1, -1, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { 2.030641560655e-05, 4.304744528533e-07, { 2, -1, 2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -8.074996919436e-06, 1.265284078047e-05, { 4, -1, -1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { -4.034625614965e-06, -1.668837325834e-05, { 2, -1, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -5.533549092786e-06, -1.518891808055e-05, { 2, 1, 0, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { 1.940319978513e-05, 1.319053819064e-06, { 2, 1, -1, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { 7.789022090030e-06, 1.292508138988e-05, { 1, 0, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 8.331885068044e-06, -1.237448730063e-05, { 0, 1, -2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 4.973110134473e-06, 1.570841267161e-05, { 1, 0, -1, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { -2.018628082508e-05, 4.688388572526e-07, { 1, 0, 0, 0, 0, 0, 12, -15, 0, 0, 0, 0, 0 } }, + { -1.384954557678e-05, 6.782620362467e-06, { 1, 0, 0, 0, 0, 0, 1, 0, -4, 3, 0, 0, 0 } }, + { 3.941896945638e-06, -1.668563821175e-05, { 0, 0, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.789015030526e-05, 2.736487202394e-06, { 1, 0, 1, 0, 0, 0, 1, 0, 3, -5, 0, 0, 0 } }, + { 6.871186826971e-06, -1.374691144220e-05, { 0, 1, 0, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { -3.883892199993e-06, 1.673254362264e-05, { 1, 0, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 5.861094311464e-07, -2.001978071895e-05, { 2, -1, 1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 8.187461484636e-06, -1.239869793557e-05, { 1, -1, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.043297958846e-05, -1.015283724054e-05, { 0, 1, 1, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { -2.039065676064e-05, 1.928890151096e-07, { 2, -1, -2, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { -2.644816165601e-06, -1.792752804132e-05, { 2, -1, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0 } }, + { -3.873883745499e-06, -1.668887391198e-05, { 2, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.421392534108e-05, 6.347587532132e-06, { 2, 1, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.083962684976e-05, 9.715867550418e-06, { 0, 1, 0, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -6.134804149628e-06, 1.441376881139e-05, { 0, 1, 2, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 3.246881024390e-06, 1.729963435024e-05, { 0, 3, 0, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.751878287049e-07, -2.036900052601e-05, { 2, -3, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -7.615442195099e-06, 1.292479856739e-05, { 1, 0, 1, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { -7.859516080255e-07, 1.974884972421e-05, { 3, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.862804439643e-06, -1.566349861690e-05, { 1, 0, 0, 0, 0, 15, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.443060151154e-05, 6.094605717961e-06, { 2, -1, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.808033874240e-05, 2.431420699119e-06, { 0, 1, 0, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { -4.511062812969e-06, -1.598948100396e-05, { 1, 0, -1, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0 } }, + { 1.969579972857e-07, 2.029866822685e-05, { 2, 1, -1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 3.487974442221e-08, 2.044841530990e-05, { 0, 1, -2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.026258762756e-05, -2.201077607640e-07, { 0, 1, 1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.581503040331e-07, -2.012351579234e-05, { 2, 1, 2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.918275839326e-06, -1.654720717841e-05, { 3, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.098709639359e-06, -1.635278816210e-05, { 3, 0, -1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.752946282651e-05, -2.905327412332e-06, { 3, 0, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 7.420732907562e-07, -1.968954560906e-05, { 2, -1, -1, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { 3.985556954801e-06, -1.644443983653e-05, { 3, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -6.287584678980e-06, 1.414188739270e-05, { 1, -2, 1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 4.872050950848e-06, 1.555442431297e-05, { 0, 1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -4.446508327598e-06, -1.597242644872e-05, { 0, 1, -1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.217901339557e-06, -1.319711913528e-05, { 2, -1, 0, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { -1.384449489517e-05, 6.568545135094e-06, { 0, 1, -1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 7.353007395620e-07, -1.966305396323e-05, { 2, -3, -1, 0, 0, 26, -27, 0, 0, 0, 0, 0, 0 } }, + { 1.652447211955e-05, 3.845565507170e-06, { 2, -1, -1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 1.233091468471e-05, -8.037954358946e-06, { 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.679676822378e-05, 3.570510354583e-06, { 1, 0, -2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.828072866669e-05, 2.080171720491e-06, { 0, 1, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { 9.800846595382e-06, 1.053128818332e-05, { 2, -1, -1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { -2.026149743477e-05, 6.296572725709e-08, { 2, -1, -1, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { 8.544651876002e-06, 1.177788750126e-05, { 0, 1, 0, 0, 0, 10, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.026642554712e-05, -4.277076738665e-08, { 2, 1, 0, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { -5.622792231517e-06, -1.467751392418e-05, { 1, 0, 1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { 3.904397200597e-06, -1.639407915863e-05, { 1, -2, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 4.305680512919e-06, -1.598840919154e-05, { 2, 1, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.785552830752e-05, -2.426012426636e-06, { 2, 1, -1, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { -3.907261488968e-06, -1.637279278913e-05, { 0, 0, 2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.641253667432e-05, -3.865994103796e-06, { 1, 0, -1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.427611103131e-06, -1.883960279369e-05, { 2, 1, -1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.954471165816e-05, -7.122076666487e-07, { 4, -1, -2, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { -1.190532668506e-05, 8.350104395532e-06, { 1, 0, -1, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 2.023826125822e-05, 1.706277435097e-08, { 2, -1, -3, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.108531451890e-06, -1.614678493788e-05, { 1, 0, 1, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.844136401748e-05, 1.769301951530e-06, { 0, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -1.209470897222e-05, 8.113790068363e-06, { 0, 1, 0, 0, 0, 20, -16, -7, 8, -6, 0, 0, 0 } }, + { -7.733073618490e-06, -1.247529942033e-05, { 2, -1, -2, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 1.669758485327e-05, 3.480626731232e-06, { 3, 0, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 6.431167607404e-07, -1.952934008464e-05, { 0, 1, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.674130734587e-05, 3.410538337363e-06, { 0, 1, -1, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { -4.608352988874e-06, 1.554022739792e-05, { 2, -1, -2, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -6.119533621395e-06, 1.402378732192e-05, { 2, -1, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.223316502909e-05, -7.909315274714e-06, { 4, 1, -2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -3.873290963670e-06, -1.624176293551e-05, { 1, -2, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.008647268287e-05, -1.888765807537e-08, { 6, 1, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.340060491718e-05, 6.678838103025e-06, { 0, 1, -1, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { -1.995667094320e-05, -1.221587224345e-07, { 0, 1, -1, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { 1.526500551161e-05, -4.813061785721e-06, { 3, -2, -2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 8.079775852177e-07, -1.926679885371e-05, { 2, -3, 2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.339606159392e-05, 6.673975862067e-06, { 0, 1, -1, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { 8.210468528525e-06, -1.184910993591e-05, { 2, -3, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.303924098854e-05, 7.018721056764e-06, { 2, -1, 1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { -3.766464544528e-06, 1.628613801217e-05, { 2, 1, 0, 0, 0, 0, -3, 0, 0, 2, 0, 0, 0 } }, + { 3.831329962496e-06, 1.621971048243e-05, { 1, 2, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.489697415082e-08, 2.000377508088e-05, { 1, 1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.754143840524e-05, 2.505771850536e-06, { 1, 0, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0 } }, + { 1.935744006368e-05, -6.880342312220e-07, { 3, -1, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -2.624170795738e-06, 1.741652800297e-05, { 0, 1, -2, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { -7.079796927349e-06, -1.295035077684e-05, { 0, 1, 1, 0, 0, -18, 24, -16, 4, 5, 0, 0, 0 } }, + { 7.079796927349e-06, -1.295035077684e-05, { 0, 1, -1, 0, 0, 18, -24, 16, -4, -5, 0, 0, 0 } }, + { -2.001179990337e-05, 6.089502993794e-09, { 4, -1, -1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -9.605556540742e-06, -1.041031488052e-05, { 1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.809243481011e-06, -1.520418010204e-05, { 1, 0, 1, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { 1.999999998865e-05, -6.736970911380e-10, { 0, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.999999999351e-05, -5.096361415302e-10, { 2, -2, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.999999999377e-05, -4.991641660183e-10, { 0, 3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 1.999999999437e-05, 4.747295564979e-10, { 2, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.999999999611e-05, 3.944444109251e-10, { 2, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999658e-05, -3.700098014001e-10, { 2, 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999683e-05, 3.560471673880e-10, { 2, -2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.999999999695e-05, 3.490658503811e-10, { 4, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999713e-05, 3.385938748707e-10, { 4, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.999999999719e-05, -3.351032163645e-10, { 0, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -1.999999999731e-05, 3.281218993602e-10, { 2, 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.999999999731e-05, 3.281218993602e-10, { 1, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.999999999731e-05, 3.281218993602e-10, { 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -1.999999999759e-05, 3.106686068425e-10, { 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 1.999999999764e-05, 3.071779483389e-10, { 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.999999999764e-05, -3.071779483372e-10, { 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 1.999999999775e-05, -3.001966313278e-10, { 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -1.999999999790e-05, 2.897246558209e-10, { 4, 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.999999999805e-05, 2.792526803100e-10, { 0, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -1.999999999810e-05, -2.757620218046e-10, { 2, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.999999999819e-05, -2.687807047951e-10, { 2, 4, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.999999999824e-05, 2.652900462954e-10, { 6, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999829e-05, -2.617993877954e-10, { 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999829e-05, 2.617993877917e-10, { 4, -2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.999999999829e-05, 2.617993877917e-10, { 3, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.999999999833e-05, 2.583087292880e-10, { 4, 0, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.999999999833e-05, 2.583087292880e-10, { 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.999999999838e-05, 2.548180707843e-10, { 2, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.999999999842e-05, -2.513274122810e-10, { 6, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.999999999842e-05, -2.513274122810e-10, { 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999846e-05, 2.478367537769e-10, { 4, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.999999999851e-05, 2.443460952731e-10, { 4, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999855e-05, 2.408554367694e-10, { 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.999999999855e-05, -2.408554367665e-10, { 3, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999863e-05, 2.338741197619e-10, { 2, 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.999999999867e-05, -2.303834612618e-10, { 2, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.999999999871e-05, 2.268928027544e-10, { 2, 0, -3, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999875e-05, 2.234021442506e-10, { 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.999999999883e-05, 2.164208272431e-10, { 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.999999999887e-05, 2.129301687393e-10, { 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.999999999930e-05, -1.675516081931e-10, { 2, -2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 1, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { -8.718329945430e-06, 1.127519822351e-05, { 1, 0, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -1.286769957627e-05, -7.120878766773e-06, { 2, -1, -1, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { 8.782879781678e-06, -1.118670258438e-05, { 1, 0, 0, 0, 0, 0, 9, -8, 0, 0, 0, 0, 0 } }, + { 1.583192031748e-05, -4.128434698120e-06, { 0, 1, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 1.331133558384e-05, 6.648357566136e-06, { 1, -1, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 4.554659269451e-06, -1.540317003273e-05, { 2, -1, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 1.665254133230e-05, -3.295690388762e-06, { 1, 0, -1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.587246089342e-05, 4.064985468089e-06, { 1, 0, 0, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 3.985504295776e-06, -1.594125033291e-05, { 4, -1, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 1.275119165271e-05, 7.169155773017e-06, { 4, 1, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 4.156093510636e-06, 1.576109604896e-05, { 2, -1, 0, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 1.625327293201e-06, 1.828775976391e-05, { 0, 1, -1, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { 1.542610433136e-05, -4.483802403241e-06, { 0, 1, 2, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.682092757810e-05, -3.087666436783e-06, { 4, 1, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 5.887058081096e-07, -1.931831093695e-05, { 0, 1, 2, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { -1.989391144401e-05, -4.815004794410e-09, { 4, -1, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.663579921123e-07, -1.943020555422e-05, { 4, -1, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -5.938915610776e-07, -1.928630080378e-05, { 2, -1, -1, 0, 0, -19, 20, 0, 0, 0, 0, 0, 0 } }, + { -8.432279068846e-06, -1.142327947763e-05, { 2, -1, 0, 0, 0, 2, -7, 7, 0, 0, 0, 0, 0 } }, + { -5.114251524671e-06, 1.473996003777e-05, { 1, 1, 0, 0, 0, 0, -30, 33, 1, 0, 0, 0, 0 } }, + { -5.114251524671e-06, 1.473996003777e-05, { 1, -1, 0, 0, 0, 0, -30, 33, 1, 0, 0, 0, 0 } }, + { -5.361208434763e-06, -1.448211590456e-05, { 2, 1, -1, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { -1.618556327857e-06, 1.820127742675e-05, { 0, 1, -1, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { 5.716268704529e-06, -1.409790733984e-05, { 1, 0, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -2.110756042500e-08, 1.979056126461e-05, { 1, 0, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { 1.071113533250e-05, 9.087343442978e-06, { 2, 1, 0, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { 3.786536428788e-06, -1.601189971451e-05, { 1, 0, -2, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.928368761035e-05, -5.117497565312e-07, { 2, -1, 0, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0 } }, + { 1.222468339758e-05, 7.570282363622e-06, { 2, 1, -1, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.389209375567e-05, -5.902734964489e-06, { 4, -1, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.389209375567e-05, -5.902734964489e-06, { 4, -1, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 8.411012179103e-06, -1.136991081176e-05, { 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.733179852408e-06, -1.604191955278e-05, { 1, 0, 1, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { 8.411339163429e-07, 1.893221018277e-05, { 1, 0, 0, 0, 0, 0, 11, -17, 0, 0, 0, 0, 0 } }, + { 1.502684058349e-05, -4.743082465735e-06, { 2, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -1.971223551869e-05, 5.397151116447e-08, { 2, -1, 0, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { 1.615690638696e-06, -1.813398280631e-05, { 2, 1, -1, 0, 0, -24, 27, 1, 0, 0, 0, 0, 0 } }, + { 1.615690638696e-06, -1.813398280631e-05, { 2, -1, -1, 0, 0, -24, 27, 1, 0, 0, 0, 0, 0 } }, + { 1.271731919360e-05, -7.024352891897e-06, { 2, -1, 1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -1.957267575768e-05, -1.642554085157e-07, { 2, -1, -1, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { 1.259700218601e-05, 7.137937244440e-06, { 2, -1, 0, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0 } }, + { -3.798678660054e-06, 1.592896044269e-05, { 1, 0, 2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.705602604107e-05, 2.671596281251e-06, { 6, -1, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -9.254890242976e-06, 1.047032512938e-05, { 1, 0, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -1.682312846698e-05, 2.891898186114e-06, { 3, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 9.094700090763e-06, 1.061726910276e-05, { 1, 0, 1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.848420582130e-06, -1.583314898212e-05, { 2, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.887784194019e-06, 1.378376352478e-05, { 1, 0, 1, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.801118162621e-05, 1.660039783008e-06, { 1, 0, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 1.255105700401e-05, -7.117275652360e-06, { 2, -1, 1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 5.152005599229e-06, 1.451023109426e-05, { 4, -1, -1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -5.151269545895e-06, 1.450791184212e-05, { 4, -1, -1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 1.402230498875e-05, 5.635739332335e-06, { 1, -2, 0, 0, 0, 0, 1, 0, 2, -3, 0, 0, 0 } }, + { 1.279467794135e-05, 6.854048186471e-06, { 1, 0, -1, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { -1.963149739473e-05, -1.705963659690e-08, { 2, -3, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.313990211678e-05, -6.489578626997e-06, { 2, 1, 0, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { 8.873880859134e-06, -1.074056427907e-05, { 1, 0, 0, 0, 0, 10, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.636331536611e-05, 3.238767277207e-06, { 1, 0, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.117777720575e-06, -1.844856619459e-05, { 4, -1, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.937479050806e-05, -1.813215745908e-07, { 4, -1, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.584872473230e-05, 3.698969128144e-06, { 2, -1, -1, 0, 0, -6, 10, 0, -3, 0, 0, 1, 0 } }, + { -1.833776294972e-05, -1.209255266197e-06, { 2, -1, 0, 0, 0, -3, 4, 0, -1, 0, 0, 0, 0 } }, + { -1.584450439867e-05, 3.698674038530e-06, { 2, -1, -1, 0, 0, 6, -10, 0, 3, 0, 0, -1, 0 } }, + { 1.950824900998e-05, 4.659561256690e-09, { 2, 1, 0, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.915389090275e-05, 3.563138175403e-07, { 4, 1, -1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -1.594411525512e-05, 3.556536825192e-06, { 2, -1, -4, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.663782621232e-05, 2.860872632226e-06, { 1, -2, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -3.253272458424e-06, -1.624170280729e-05, { 2, -1, 1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.886313942188e-05, 6.074623690049e-07, { 2, 1, 0, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { 1.801634677451e-05, -1.449338301806e-06, { 2, -1, 0, 0, 0, 14, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.941290406623e-05, 4.295458514087e-08, { 2, -1, 0, 0, 2, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.573529643283e-06, -1.586584542365e-05, { 3, 0, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.344320021445e-06, 1.209184598504e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -3, 3, 0, 0, 0 } }, + { 2.933861985049e-06, -1.649854037630e-05, { 2, -1, 1, 0, 0, -10, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.932206053371e-05, 1.060437677441e-07, { 0, 1, -2, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -6.253670997358e-06, 1.316380737475e-05, { 0, 1, -1, 0, 0, 0, -9, 13, 0, 0, 0, 0, 0 } }, + { 7.267617036717e-06, -1.214667758640e-05, { 1, 0, -2, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 6.765861427848e-06, -1.264390444511e-05, { 1, 0, 1, 0, 0, -24, 30, -6, 0, 0, 0, 0, 0 } }, + { 6.765861427848e-06, -1.264390444511e-05, { 1, -2, 1, 0, 0, -24, 30, -6, 0, 0, 0, 0, 0 } }, + { -7.487412659972e-06, 1.191464310683e-05, { 2, -1, 0, 0, 0, 0, 13, -15, 0, 0, 0, 0, 0 } }, + { -3.705214603476e-06, -1.569010880644e-05, { 0, 1, -2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.744118668701e-07, 1.841151265000e-05, { 2, -1, 0, 0, 0, 0, 2, 0, 0, 3, 0, 0, 0 } }, + { 1.246769938564e-05, -6.914255855085e-06, { 2, 1, 0, 0, 0, 0, -2, 0, 5, 0, 0, 0, 0 } }, + { 6.179295029775e-06, -1.317974582524e-05, { 2, 1, -1, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { -1.219533303365e-05, -7.160791977371e-06, { 2, 1, 0, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 6.465483526301e-06, -1.288612889620e-05, { 2, -1, 1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { 1.172952811950e-05, 7.621867155804e-06, { 2, -1, -2, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 8.456932346306e-06, 1.088472294873e-05, { 2, -1, 1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 1.489785312174e-05, 4.441039143437e-06, { 0, 1, 0, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -1.305177740017e-05, 6.287032923471e-06, { 2, -1, 0, 0, 0, -7, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.906300290007e-05, -2.681764512011e-07, { 3, -1, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 1.900373474672e-05, -3.138019929337e-07, { 0, 1, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.905510957359e-05, 2.499533707874e-07, { 2, -1, -1, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0 } }, + { 1.876569113391e-05, 5.379405069183e-07, { 4, 1, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -6.540924381114e-06, 1.275578945366e-05, { 1, 0, 1, 0, 2, -2, -4, 0, 0, 0, 0, 0, 0 } }, + { -6.540924381114e-06, 1.275578945366e-05, { 1, -2, -1, 0, 2, -2, -4, 0, 0, 0, 0, 0, 0 } }, + { 7.620153049659e-07, -1.850678381016e-05, { 2, -1, 3, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.607246432904e-05, 3.193480281655e-06, { 0, 1, 1, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { -4.251093718024e-06, 1.500623870430e-05, { 1, -1, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 3.674616389865e-06, 1.557814532559e-05, { 1, 2, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 8.161218220826e-06, -1.108592628695e-05, { 2, -1, 0, 0, 0, -2, 7, -7, 0, 0, 0, 0, 0 } }, + { 1.145460416509e-05, 7.783137985849e-06, { 2, -1, 0, 0, 0, -1, 8, -12, 0, 0, 0, 0, 0 } }, + { 4.246672102714e-06, 1.498669695740e-05, { 1, -1, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.909998541223e-05, 1.271216808621e-07, { 0, 1, 3, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 9.215047604495e-06, 9.993246721986e-06, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 7, 0, 0, 0 } }, + { -1.163392591125e-05, 7.559456262681e-06, { 2, -1, -2, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 6.052354928247e-06, 1.313797543887e-05, { 1, 0, 1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.351073974513e-05, 5.669394477801e-06, { 1, 0, 0, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0 } }, + { -1.895523462858e-05, -2.178969298344e-07, { 2, -1, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.345067580421e-05, 5.715175044336e-06, { 1, 1, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.345067580421e-05, 5.715175044336e-06, { 1, 1, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.796964196865e-05, 1.181334429851e-06, { 4, 1, -2, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.853184807099e-05, -6.105660681131e-07, { 0, 1, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -4.013413563536e-06, 1.512752754457e-05, { 2, 1, 2, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -1.122850366358e-06, 1.800013150932e-05, { 1, 0, 1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -1.138508507433e-05, 7.730909943761e-06, { 2, -1, 0, 0, 0, 1, -8, 12, 0, 0, 0, 0, 0 } }, + { 7.192792117478e-06, 1.190878926667e-05, { 1, 0, -1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.745256125812e-06, 1.535396667571e-05, { 1, 0, 2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 5.815679994327e-06, -1.328066324392e-05, { 1, 0, -1, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.270821166095e-05, 6.381938409925e-06, { 1, 0, 0, 0, 0, 0, 2, 0, 0, -4, 0, 0, 0 } }, + { 1.851866592302e-05, -5.712622743695e-07, { 0, 1, 1, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { -1.638996470632e-05, 2.696628744841e-06, { 2, 1, 0, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { 1.274816095379e-05, 6.338352367572e-06, { 0, 1, 0, 0, 0, 15, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.048554127659e-05, -8.600597653551e-06, { 1, 2, -1, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.128186730577e-05, -7.778020194300e-06, { 2, -1, 1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.449114660196e-05, -4.562162057158e-06, { 1, 2, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -1.366853224420e-05, -5.383481105079e-06, { 1, 0, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 1.701443356376e-06, 1.734669996381e-05, { 1, 0, 0, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0 } }, + { 7.387665950233e-06, 1.166017377426e-05, { 4, -1, -2, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { 1.635590601947e-05, 2.687173856630e-06, { 2, 1, 0, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { -5.685226744212e-07, -1.847451798159e-05, { 2, 1, -1, 0, 0, -19, 20, 0, 0, 0, 0, 0, 0 } }, + { 6.055630586967e-06, -1.297414456527e-05, { 2, -1, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.337677973161e-06, 1.768214842154e-05, { 0, 1, 0, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 1.517177302737e-05, -3.845873399985e-06, { 1, 0, -1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.820414869550e-06, 1.719422011932e-05, { 2, 1, 1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.899670351597e-05, -1.594993852174e-08, { 4, -1, 1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.636955821939e-06, 1.536565527573e-05, { 3, 0, -1, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.896667886255e-05, 2.822156926926e-08, { 0, 1, -1, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { 1.568421095060e-05, 3.307956865573e-06, { 4, -1, -1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.867698559180e-05, 3.088989575964e-07, { 0, 1, 0, 0, 0, 0, 12, -24, 7, 5, 0, 0, 0 } }, + { -1.867698559180e-05, 3.088989575964e-07, { 0, 1, 0, 0, 0, 0, -12, 24, -7, -5, 0, 0, 0 } }, + { -7.102574524455e-06, -1.186687031666e-05, { 2, -1, -2, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 1.623518837959e-05, 2.730697194710e-06, { 2, -1, 2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.539103995417e-05, -3.571523059323e-06, { 4, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.114290153282e-06, 1.784756714542e-05, { 4, -1, -1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { -1.103829189363e-05, 7.920383700221e-06, { 1, 0, -2, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 1.210090681550e-05, -6.827445279025e-06, { 2, 1, -1, 0, 0, 0, -2, 0, 5, 0, 0, 0, 0 } }, + { 7.090824370520e-06, 1.182457244300e-05, { 1, 2, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 7.509596827057e-06, 1.139193648278e-05, { 1, -1, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.877365770715e-05, -1.191699606501e-07, { 2, 1, -1, 0, 0, 0, 3, 0, 0, -3, 0, 0, 0 } }, + { 1.378586497002e-06, 1.750976793515e-05, { 1, 0, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -3.397746239716e-06, -1.548802804892e-05, { 1, 0, -1, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.585227815222e-05, -3.031848325883e-06, { 1, 0, 1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.259161653915e-05, -6.288895549949e-06, { 2, -1, -5, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.344231778063e-05, -5.395583131813e-06, { 1, 0, 0, 0, 0, 0, -1, 0, -2, 3, 0, 0, 0 } }, + { -1.160401555647e-05, 7.226358799985e-06, { 1, 0, 0, 0, 0, 1, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.877583098127e-05, 4.769323358570e-08, { 2, 1, -1, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.156050041292e-06, 1.666368449188e-05, { 2, -1, -1, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { 3.234003764935e-06, -1.557827761488e-05, { 2, -1, 0, 0, 0, 0, 3, -2, 2, 0, 0, 0, 0 } }, + { -7.091445092302e-06, 1.171969291611e-05, { 1, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -1.158525144807e-05, 7.224261716248e-06, { 1, 0, 0, 0, 0, 0, 13, -17, 0, 0, 0, 0, 0 } }, + { 1.414051661235e-05, 4.660496660402e-06, { 2, 1, 0, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { 1.777010608539e-05, -1.029259196355e-06, { 0, 1, -1, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { -1.152021127125e-05, -7.274901450384e-06, { 2, 1, 0, 0, 0, 0, -11, 19, 0, -3, 0, 0, 0 } }, + { 2.674348211956e-06, 1.610946237081e-05, { 2, -3, 1, 0, 0, -13, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.876250678302e-05, 1.878597232330e-08, { 2, 1, -1, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.860761081520e-06, 1.691234925173e-05, { 0, 1, -1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.567256067477e-06, 1.516718454966e-05, { 1, 0, 1, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.869721383452e-05, 2.785030025541e-08, { 0, 1, -3, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.251986170437e-05, -6.202876308525e-06, { 1, 1, 0, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.251986170437e-05, -6.202876308525e-06, { 1, -1, 0, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.346344588579e-05, -5.228198055532e-06, { 2, -1, 1, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { -5.243640252274e-06, 1.341111368416e-05, { 1, 0, 1, 0, 0, 0, 1, 0, -2, 3, 0, 0, 0 } }, + { -1.204363725659e-05, -6.606585596481e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 3, -4, 0, 0, 0 } }, + { 1.293955668685e-05, 5.701942955214e-06, { 4, -1, 0, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 1.471905511550e-05, -3.918705970481e-06, { 2, 0, 0, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 1.416815825151e-05, -4.461333091063e-06, { 0, 1, -1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.758803774436e-05, -1.032774831518e-06, { 0, 1, -1, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { -3.615449322918e-06, -1.500423027882e-05, { 1, 2, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 7.841567346271e-06, 1.074888215078e-05, { 2, 1, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.219586833039e-06, -1.435680942595e-05, { 1, 1, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 1.255564784456e-05, -6.013201459559e-06, { 1, 2, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -1.494048458397e-05, 3.628085607542e-06, { 1, -2, -2, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { -1.190594380539e-05, 6.658571872923e-06, { 2, -1, 0, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0 } }, + { -1.804793307194e-05, 5.074150523249e-07, { 2, -1, 0, 0, 0, 0, 6, 0, -6, 0, 0, 0, 0 } }, + { 7.467126489999e-06, -1.107958287578e-05, { 4, 1, -2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 1.243928027851e-05, 6.105176680074e-06, { 0, 1, -2, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 1.190189697606e-05, -6.637135738193e-06, { 2, -1, -2, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -4.275132530193e-06, 1.426313498191e-05, { 3, -1, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.852651870786e-05, -7.622888270038e-09, { 6, 1, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.022774964816e-06, 1.550979202608e-05, { 2, -3, 0, 0, 0, 0, 3, -2, 2, 0, 0, 0, 0 } }, + { 4.270850198737e-06, 1.424988175003e-05, { 3, -1, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 5.465547665391e-06, 1.303921681426e-05, { 0, 1, -1, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -1.418087097468e-05, 4.323519760447e-06, { 0, 1, 0, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.188658122835e-05, 6.612871463404e-06, { 1, -1, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -1.237284146594e-05, 6.103062562070e-06, { 0, 1, -2, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 1.216680935301e-06, 1.725481418962e-05, { 2, -1, -1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 8.139627244346e-06, 1.032510717230e-05, { 1, 0, 0, 0, 0, -9, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.820287428874e-05, -2.479041400930e-07, { 4, -1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.780454796887e-05, -6.345180325848e-07, { 2, -1, -1, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0 } }, + { -3.585536369293e-06, -1.485142633842e-05, { 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.085298787872e-05, 7.583927115597e-06, { 0, 1, -1, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { 1.540421055853e-05, 3.031583143273e-06, { 2, -1, 0, 0, 0, 0, 2, 0, -3, 2, 0, 0, 0 } }, + { 1.138006526143e-05, -7.026139391950e-06, { 2, 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -1.338454335184e-06, 1.705987227386e-05, { 2, 1, -1, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { -1.637444616929e-05, -2.017452719748e-06, { 1, -2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.827736390099e-05, 1.096389357024e-07, { 2, 1, -1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -5.372741488637e-06, 1.301395319630e-05, { 1, 0, 0, 0, 0, -10, 13, 0, 0, 0, 0, 0, 0 } }, + { 5.658247974370e-06, -1.272534591169e-05, { 1, 2, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 3.518465107099e-06, -1.486275284708e-05, { 1, 2, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.527912935313e-06, 1.485191753003e-05, { 2, -1, 0, 0, 0, 0, 2, 0, -2, 2, 0, 0, 0 } }, + { -7.113773169171e-06, -1.126402684972e-05, { 0, 1, 1, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0 } }, + { 1.823193818367e-05, 1.372954768179e-07, { 0, 1, -2, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -3.522641477269e-06, 1.483191316350e-05, { 3, -2, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.004576259330e-05, 8.303012366966e-06, { 2, -1, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -8.966008904361e-06, -9.377916979968e-06, { 1, 0, 0, 0, 0, 0, -1, 0, -2, 4, 0, 0, 0 } }, + { 1.501562500312e-05, 3.326999953070e-06, { 0, 1, 2, 0, 0, -20, 19, 0, 3, 0, 0, 0, 0 } }, + { -1.501562500312e-05, 3.326999953070e-06, { 0, 1, 0, 0, 0, 20, -19, 0, -3, 0, 0, 0, 0 } }, + { -1.833173644317e-05, -2.128754459621e-09, { 2, -1, 1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.016203048104e-05, 8.166984755763e-06, { 0, 1, 1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { -2.823257238701e-06, 1.550467321673e-05, { 1, 0, 2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -7.446640629142e-07, 1.755867845830e-05, { 2, 1, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.878124845015e-07, 1.808847797332e-05, { 2, -1, -1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.216707690557e-05, 6.091219266797e-06, { 0, 1, 0, 0, 0, 9, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.499648115841e-06, -1.475410736344e-05, { 2, 0, -1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.452384040488e-05, 3.727076802191e-06, { 2, -1, -1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { 3.441799244556e-06, -1.480558046342e-05, { 0, 1, 2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.803049354424e-06, -1.144096613797e-05, { 0, 1, 1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 1.406404128118e-05, 4.177473060486e-06, { 0, 1, -1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 1.235454201156e-05, 5.884915257000e-06, { 2, 1, 0, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0 } }, + { -1.519640881152e-05, 3.023700874796e-06, { 0, 1, -1, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { -5.905363427164e-07, -1.762875691380e-05, { 0, 1, -1, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { -8.240521426070e-06, 9.974451041066e-06, { 2, -1, 1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -5.644186302350e-06, 1.253166143301e-05, { 1, 0, 1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 1.781281391103e-05, -3.578016668251e-07, { 4, -5, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { -1.815076378698e-05, -1.906594476561e-08, { 2, -3, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 3.991718990244e-06, -1.417523563933e-05, { 2, -1, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.798598207461e-05, 1.647964205962e-07, { 0, 1, 2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 1.805229052762e-05, -8.392439626712e-08, { 0, 1, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.822741493989e-06, 1.431030891150e-05, { 2, 1, 0, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { -1.388418202204e-05, 4.244625367713e-06, { 0, 1, 1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.094699039203e-06, -1.303031922737e-05, { 1, 0, -1, 0, 0, 0, 1, 0, -2, 3, 0, 0, 0 } }, + { -2.834319432530e-06, -1.528335468800e-05, { 1, 2, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 5.294892273125e-07, 1.756930599608e-05, { 2, -3, 0, 0, 0, 0, 2, 0, 0, 3, 0, 0, 0 } }, + { 5.973080910889e-06, 1.211493356225e-05, { 2, -1, 0, 0, 0, 0, -7, 13, 1, 0, 0, 0, 0 } }, + { -6.085370629480e-07, -1.747833416383e-05, { 4, -1, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.402655255515e-06, 1.468256237049e-05, { 2, -1, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { -9.389356650304e-06, 8.687533341613e-06, { 0, 1, -1, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.802384701695e-05, -4.767044528300e-08, { 1, -1, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.234449176736e-05, 5.721155295074e-06, { 2, 1, 0, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.802211288863e-05, 2.806982884139e-08, { 4, -1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.373393405753e-05, -4.311436166332e-06, { 0, 1, 1, 0, 0, -8, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.260502303118e-05, 5.439318840502e-06, { 0, 1, -1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.419801866463e-06, -1.261888423318e-05, { 2, -1, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.511788508593e-05, 2.913233835656e-06, { 1, -1, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.598815453670e-05, -2.038450545099e-06, { 1, 1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 8.551921859336e-06, -9.474215054140e-06, { 0, 1, 2, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -5.941117067739e-06, 1.206788543976e-05, { 2, -1, 0, 0, 0, 0, 7, -13, -1, 0, 0, 0, 0 } }, + { 1.214404653531e-05, 5.862874514873e-06, { 1, 0, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 1.574634893071e-05, -2.240112828447e-06, { 2, -1, 0, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { 1.786387963545e-05, -1.146546684822e-07, { 3, -1, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.416320865866e-05, -3.811257089466e-06, { 0, 1, -3, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 1.797136626291e-05, -1.761860724873e-09, { 0, 1, -1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.415775288549e-05, -3.810401392474e-06, { 0, 1, -3, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 1.790797174717e-05, 5.121134907540e-08, { 2, -1, -1, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { 3.428160237746e-06, -1.452986027125e-05, { 0, 0, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.443543797933e-06, 1.450715725270e-05, { 1, 0, -3, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 7.610164530642e-07, -1.718751085914e-05, { 0, 1, -2, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 1.765478802282e-05, 2.893561495997e-07, { 2, 1, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.473268171499e-05, 3.190813135450e-06, { 1, 0, 0, 0, 0, 19, -21, 0, 0, 0, 0, 0, 0 } }, + { 6.102075096116e-06, -1.179735121846e-05, { 0, 1, 1, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0 } }, + { 6.371347686278e-07, -1.726011028801e-05, { 0, 1, 1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.576959654748e-05, 2.124477857928e-06, { 0, 1, -1, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { 8.435320772148e-07, -1.703371976208e-05, { 2, -1, 0, 0, 0, 18, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.583900091254e-05, 2.033765987542e-06, { 1, 0, 0, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { 1.531282073285e-05, 2.557675818286e-06, { 2, 1, 2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.764953596149e-05, -2.081875141888e-07, { 2, -1, -1, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { 4.724678892247e-06, -1.312007068737e-05, { 2, -1, -2, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -1.490988945058e-05, 2.908543419228e-06, { 1, 0, 1, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { -4.935095209758e-06, -1.287626181097e-05, { 1, -2, 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 7.739243940722e-06, 1.007171751245e-05, { 2, 1, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -7.313989395318e-07, 1.706090049626e-05, { 2, -1, 0, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0 } }, + { -1.761549303532e-05, 1.591455099196e-07, { 0, 1, 2, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -1.336365586948e-05, -4.406139008995e-06, { 2, -1, 2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.966342382139e-06, 1.279568397383e-05, { 1, 1, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 1.508578362127e-05, 2.672067682389e-06, { 0, 1, 1, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { -1.370434305015e-05, 4.049573720613e-06, { 2, -1, -3, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -5.080942875120e-06, 1.266635809892e-05, { 0, 1, 2, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 1.645965656963e-05, 1.280098698427e-06, { 2, 1, 1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 3.695426149536e-06, -1.404265588176e-05, { 1, 0, 0, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0 } }, + { 6.370409481502e-06, -1.136729784872e-05, { 1, 0, 1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.480180048913e-05, -2.925135386164e-06, { 3, 0, -1, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { -1.086744220830e-05, -6.858194378322e-06, { 2, -1, -1, 0, 0, 0, -11, 19, 0, -3, 0, 0, 0 } }, + { 1.764950625447e-05, 7.489072125307e-08, { 2, 1, 1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -6.031065503930e-06, -1.168939345348e-05, { 2, 1, -1, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -1.771144871272e-05, -4.984623267772e-09, { 3, 1, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.260513542147e-05, -5.110372160956e-06, { 4, -1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 1.230661160677e-05, 5.390189372574e-06, { 2, -1, -3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 1.714724823043e-05, -5.480150157967e-07, { 2, -3, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.467402052416e-05, 2.989768786761e-06, { 0, 1, 0, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { 1.763792929294e-05, 1.894660079673e-08, { 3, -1, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -9.780362992951e-08, -1.755810729928e-05, { 4, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.379752385024e-06, 1.427388135573e-05, { 1, -2, -1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 5.740229109315e-07, 1.707442466460e-05, { 2, -1, 1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.853551316590e-06, -1.279288165391e-05, { 0, 0, 1, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { 1.588458100103e-05, -1.761085717906e-06, { 2, -1, -1, 0, 0, 0, 2, 0, -1, -2, 0, 0, 0 } }, + { -1.763781644196e-05, 4.576327602213e-09, { 0, 1, 1, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -6.466253832762e-06, -1.115108580151e-05, { 4, -1, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -1.502451909695e-05, 2.586387222554e-06, { 1, 0, 2, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -1.673666427242e-05, -8.643180632733e-07, { 2, -1, 0, 0, 0, 0, 3, 0, -5, 2, 0, 0, 0 } }, + { -1.722978435259e-05, -3.698866543700e-07, { 0, 1, 0, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { 1.752025589096e-05, 6.259939772142e-08, { 0, 1, -3, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.643740448302e-06, 1.192414472258e-05, { 2, -1, 0, 0, 0, 0, 13, -17, 0, 0, 0, 0, 0 } }, + { 1.397145971542e-05, -3.565607166984e-06, { 1, 0, -1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -3.262526757645e-06, -1.426992291846e-05, { 2, 1, -2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.301840410869e-06, 1.322798011772e-05, { 0, 1, -1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.435125350127e-05, 3.162877248496e-06, { 0, 1, 0, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { -1.167329826571e-05, 5.830265853158e-06, { 6, -1, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.167329826571e-05, 5.830265853158e-06, { 6, -1, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.328181556548e-06, -1.417233350838e-05, { 1, 0, 1, 0, 0, -12, 11, 0, 0, 0, 0, 0, 0 } }, + { -3.190436710216e-06, -1.430906464633e-05, { 1, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.269439098584e-06, 1.422624331509e-05, { 1, -2, -2, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.243262708906e-05, 5.061259195589e-06, { 2, -1, 0, 0, 0, 0, 12, -19, 0, 0, 0, 0, 0 } }, + { -1.696821572210e-05, 5.149015220037e-07, { 2, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0 } }, + { -1.624771191793e-05, 1.229230140964e-06, { 2, -1, -1, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { 4.307515014452e-06, 1.315814891114e-05, { 0, 1, 1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.761789614289e-06, 1.369440398505e-05, { 1, 0, -1, 0, 0, -13, 14, 0, 0, 0, 0, 0, 0 } }, + { 6.585528202903e-06, -1.086682773115e-05, { 1, 0, 0, 0, 0, 0, 3, 0, -6, 0, 0, 0, 0 } }, + { 3.344809102690e-06, 1.410542901794e-05, { 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.224494011602e-05, 5.201620462739e-06, { 4, -1, -1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 1.174454218982e-05, 5.694425919087e-06, { 0, 1, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.239148929606e-05, -5.044998061805e-06, { 2, -1, 2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.124674501045e-05, -6.186931642738e-06, { 0, 1, -2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 3.344983253452e-06, 1.407822571429e-05, { 1, 0, -3, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.334950752144e-06, -1.408737037311e-05, { 3, 0, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.903484341588e-06, 1.151268519634e-05, { 1, 0, -1, 0, 2, -2, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.903484341588e-06, 1.151268519634e-05, { 1, -2, 1, 0, 2, -2, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.284108422360e-05, -4.562208074770e-06, { 4, -1, -1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -4.080532742229e-06, -1.331882272002e-05, { 1, -1, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -1.446000185874e-05, -2.932952791917e-06, { 1, 0, -2, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.515130085884e-06, 1.287683412237e-05, { 1, 0, 0, 0, 0, 21, -22, 0, 0, 0, 0, 0, 0 } }, + { 1.260852846009e-05, -4.778366799283e-06, { 1, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { -1.532121560783e-05, 2.063685821149e-06, { 0, 1, 1, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { 1.235547853242e-05, -5.011825909649e-06, { 2, -1, 2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.728783354021e-05, -7.793109790886e-08, { 0, 1, 3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.025528267567e-05, -7.107071496672e-06, { 1, 0, 0, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { 1.268169128615e-06, 1.607532545122e-05, { 2, 1, -1, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { 1.604671643153e-05, -1.293311361715e-06, { 4, 1, -2, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 9.857684615217e-06, -7.476664135555e-06, { 0, 1, -2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -1.621343972353e-05, -1.111617747788e-06, { 1, 0, 0, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0 } }, + { 1.155378660183e-05, -5.770966754661e-06, { 2, -1, -3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.464239095699e-05, -2.682143707669e-06, { 2, 1, 2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 1.726631449749e-05, 4.793559558128e-08, { 2, 1, -1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.485692765744e-05, -2.443215203936e-06, { 2, 3, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.333357621352e-05, 3.960782340569e-06, { 0, 1, 1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -6.621757245610e-06, 1.066776517335e-05, { 2, 1, -1, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0 } }, + { -9.145320238781e-06, 8.144083910037e-06, { 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { 4.012795580526e-06, 1.326844781569e-05, { 2, -1, 1, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -3.325247613424e-06, 1.395273980963e-05, { 2, 1, -1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0 } }, + { 1.724282016742e-05, -3.096682177415e-08, { 0, 1, 1, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.199744381891e-05, -5.269952240304e-06, { 3, -1, 0, 0, 0, -26, 32, 0, 0, 0, 0, 0, 0 } }, + { -1.199744381891e-05, -5.269952240304e-06, { 3, -3, 0, 0, 0, -26, 32, 0, 0, 0, 0, 0, 0 } }, + { -1.016302069619e-05, 7.099704733558e-06, { 2, -1, -1, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { -4.637099966632e-06, 1.262186992119e-05, { 1, 2, -1, 0, 0, -22, 23, 0, 0, 0, 0, 0, 0 } }, + { -3.339398618498e-06, 1.391604477558e-05, { 1, 2, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.563427399148e-05, -1.619995262107e-06, { 0, 1, 2, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -1.463172876558e-05, 2.612637851991e-06, { 0, 1, -1, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 3.295788546910e-06, 1.394467996798e-05, { 1, 0, -2, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.699690755321e-05, -2.360852717502e-07, { 2, 1, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.717520213016e-05, 5.543000569522e-08, { 4, -1, -1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -1.645325011807e-05, -7.677430380350e-07, { 0, 1, 0, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -5.154962926534e-06, 1.205889018758e-05, { 2, 1, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.660013953261e-06, 1.154782847552e-05, { 0, 1, 1, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0 } }, + { 1.441826664235e-05, 2.779944318992e-06, { 1, 1, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 8.921819517360e-06, 8.274019124753e-06, { 2, -1, 0, 0, -7, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.706879208601e-05, -1.161031559514e-07, { 4, 1, -2, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -5.662513078718e-06, 1.152160854780e-05, { 0, 1, 0, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0 } }, + { 5.662247681510e-06, 1.152106819047e-05, { 0, 1, 0, 0, 0, 0, 0, 0, -3, 4, 0, 0, 0 } }, + { 4.840175030842e-06, 1.234304160672e-05, { 2, 0, -1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.716617181213e-05, -1.811902816325e-09, { 0, 1, 2, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 4.338002432736e-06, -1.282741452823e-05, { 2, -1, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0 } }, + { -3.797498111575e-06, 1.336173355232e-05, { 0, 1, 0, 0, 0, -8, 11, 0, 0, 0, 0, 0, 0 } }, + { 9.795948130356e-06, 7.361108955765e-06, { 1, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0 } }, + { -3.456145340850e-07, 1.681082687472e-05, { 0, 1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { -4.641501467261e-07, -1.667991511241e-05, { 4, -1, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.009829766672e-05, 7.037725365632e-06, { 2, -1, -1, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { 1.437345777969e-05, 2.761486578586e-06, { 1, 0, -2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.107824168923e-06, -1.202675236551e-05, { 0, 1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.282952916505e-06, 1.384762309072e-05, { 0, 0, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.105284129251e-05, 6.045738465200e-06, { 1, 1, 0, 0, 0, 0, -32, 37, 0, 0, 0, 0, 0 } }, + { -1.105284129251e-05, 6.045738465200e-06, { 1, -1, 0, 0, 0, 0, -32, 37, 0, 0, 0, 0, 0 } }, + { 1.599105952555e-05, 1.105992873083e-06, { 2, -1, -1, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { 1.135357151748e-05, -5.729062964773e-06, { 0, 1, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 1.090334132742e-05, -6.166660481507e-06, { 4, -1, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 1.254785015320e-05, 4.519972726376e-06, { 0, 1, 0, 0, 0, 0, 0, 0, 2, -6, 3, 0, 0 } }, + { -1.254785015320e-05, 4.519972726376e-06, { 0, 1, 0, 0, 0, 0, 0, 0, -2, 6, -3, 0, 0 } }, + { 8.847750918724e-06, 8.205335844275e-06, { 2, 1, 0, 0, -7, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.437601457133e-05, 2.675498770846e-06, { 2, 1, 0, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { 4.640297152476e-06, -1.240650837732e-05, { 1, 0, 0, 0, 0, 0, 4, 0, -6, 0, 0, 0, 0 } }, + { -3.304971177259e-06, 1.372133485685e-05, { 0, 0, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.297090024401e-06, -1.572261751966e-05, { 2, -1, -1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.683965320683e-05, 1.775666551067e-07, { 2, -1, 2, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -1.675530047300e-05, -2.430085077254e-07, { 2, 1, 0, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { 1.038975272530e-05, 6.606835114408e-06, { 2, -1, -1, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.190414487035e-05, 5.088088476510e-06, { 4, -1, -1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 6.589120765305e-06, 1.040129454809e-05, { 0, 1, -2, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { 2.924399575173e-06, -1.406337070960e-05, { 0, 1, 1, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { 1.267990706412e-05, -4.304296801252e-06, { 0, 1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.281233093213e-07, -1.685029964067e-05, { 0, 1, 3, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -6.194453263487e-06, -1.076208084181e-05, { 1, 0, -1, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 } }, + { -7.618496394464e-06, 9.336946811724e-06, { 2, 0, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 7.192274631345e-06, 9.756595562889e-06, { 4, -1, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -7.758048518879e-06, -9.183537997345e-06, { 4, -1, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.691485352870e-05, -1.400541259142e-08, { 3, 1, -2, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.691485352870e-05, -1.400541259142e-08, { 3, -1, -2, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -8.927626071759e-07, 1.602482539089e-05, { 2, -1, 1, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { 1.381050849835e-06, -1.553560586275e-05, { 2, -1, 0, 0, 0, 0, 6, -7, -2, 0, 0, 0, 0 } }, + { -1.574374791828e-05, 1.167483630558e-06, { 0, 1, 1, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0 } }, + { -3.214340554775e-06, -1.368642109518e-05, { 2, -1, -2, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.400790154274e-05, 2.892766954809e-06, { 0, 1, 2, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.081501596845e-05, 6.079536103291e-06, { 2, -1, -1, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0 } }, + { -1.126072553817e-05, 5.626043594136e-06, { 1, -1, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.673055788648e-05, -1.515474337681e-07, { 0, 1, 1, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { -1.380719257182e-05, -3.071957810653e-06, { 1, 0, 0, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { 1.666477201557e-05, 2.134142318066e-07, { 2, -3, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 2.548133626233e-06, -1.432608546314e-05, { 0, 1, 2, 0, 0, -10, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.644738235051e-06, -1.421798399620e-05, { 2, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 3.247376893148e-06, 1.361223367347e-05, { 2, 0, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.509417485807e-05, 1.752366743555e-06, { 2, 1, -1, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { 1.672930236571e-05, 1.172342256600e-07, { 0, 1, 2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 1.374652971544e-05, 3.098870761196e-06, { 1, -2, 0, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { -7.255234189083e-06, -9.582339158771e-06, { 4, -1, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -8.378584605745e-06, 8.450762193001e-06, { 2, -1, 1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.859827083420e-06, -1.095952725832e-05, { 1, 0, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.382744721309e-05, -2.985756005875e-06, { 3, 1, -2, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -1.387344018264e-05, -2.937549594116e-06, { 1, 0, 0, 0, 0, -14, 16, 0, 0, 0, 0, 0, 0 } }, + { 3.740415963048e-06, -1.306991089068e-05, { 2, -1, 1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 6.510190351012e-06, -1.029167010535e-05, { 1, 0, 1, 0, 0, 0, 1, 0, 2, -7, 0, 0, 0 } }, + { -7.075260533764e-06, -9.724206340775e-06, { 2, -1, -3, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -7.678341921508e-06, 9.114603494101e-06, { 2, 1, 0, 0, 0, -3, 6, -4, 0, 0, 0, 0, 0 } }, + { -1.624552348670e-05, -5.446840314740e-07, { 2, 1, -2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 7.759006161070e-06, -9.016959186379e-06, { 0, 1, -3, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 6.898189406541e-07, 1.608193167141e-05, { 3, 0, -1, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { 1.589420369713e-05, 8.677509832055e-07, { 1, 1, -2, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { 1.589420369713e-05, 8.677509832055e-07, { 1, -1, -2, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { 6.468783821935e-07, -1.611001749778e-05, { 1, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.654943524366e-05, -2.065078115790e-07, { 0, 1, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 4.498690377921e-06, -1.225370012248e-05, { 4, 1, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -7.576670728908e-06, -9.175264993887e-06, { 0, 1, -3, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.655521145245e-05, 1.961034812402e-07, { 3, -1, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 3.146480288145e-06, -1.360029538475e-05, { 0, 0, 0, 0, 0, 19, -18, 0, 0, 0, 0, 0, 0 } }, + { -6.461724334417e-06, -1.028333669662e-05, { 1, 0, 0, 0, 0, 0, 9, -16, 0, 0, 0, 0, 0 } }, + { 3.935902157932e-06, -1.279435927690e-05, { 1, 0, 0, 0, 0, -17, 18, 0, 0, 0, 0, 0, 0 } }, + { 1.504186763249e-05, -1.671461248631e-06, { 2, 1, -1, 0, 0, 0, 2, 0, -1, -2, 0, 0, 0 } }, + { -1.669621819882e-05, -1.570633642836e-08, { 2, -3, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 6.754143800379e-06, 9.956437160094e-06, { 1, 1, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 1.628801972252e-05, 4.210045768636e-07, { 3, 2, -2, 0, 0, -32, 28, 0, 0, 0, 0, 0, 0 } }, + { 1.628801972252e-05, 4.210045768636e-07, { 3, 0, -2, 0, 0, -32, 28, 0, 0, 0, 0, 0, 0 } }, + { 1.654706031998e-05, -1.568554268603e-07, { 0, 1, 1, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { -1.669739906309e-05, -6.420093456205e-09, { 3, -1, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.936563480062e-07, -1.620853363998e-05, { 4, 1, 0, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -3.110499377280e-06, 1.358139674194e-05, { 1, -2, -1, 0, 0, 22, -21, 0, 0, 0, 0, 0, 0 } }, + { 1.071664643698e-05, -5.949080318021e-06, { 1, 1, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 1.369128788937e-05, 2.973635456965e-06, { 2, -1, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { -4.141950681403e-07, 1.624769866472e-05, { 2, -1, -3, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -6.371227147221e-06, 1.028888014498e-05, { 0, 1, 1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 9.495012783973e-06, 7.161445436705e-06, { 0, 1, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 1.259915619890e-05, 4.055294964590e-06, { 2, -1, 0, 0, 0, 2, 1, -8, 0, 0, 0, 0, 0 } }, + { -1.664817222185e-05, -4.981256621307e-09, { 6, -1, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.477433688352e-05, -1.870647561773e-06, { 3, 0, -1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.120787958012e-06, 1.151726519073e-05, { 3, 0, 1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 1.537008190723e-05, 1.258986014870e-06, { 1, 0, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.659090571765e-05, 3.779747838793e-08, { 2, 1, -1, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.258944711471e-05, 4.036812924633e-06, { 2, -1, 0, 0, 0, -2, -1, 8, 0, 0, 0, 0, 0 } }, + { 1.439531165947e-05, -2.206795651322e-06, { 1, 0, -1, 0, 0, 0, 1, 0, 3, -5, 0, 0, 0 } }, + { -3.231367161743e-06, -1.336377212726e-05, { 0, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.156836270813e-05, -5.008599381052e-06, { 2, -1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.167846398637e-06, -1.340875815215e-05, { 3, 0, -1, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { -6.960470466914e-06, -9.614436247148e-06, { 4, -1, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 1.118997390855e-05, 5.380722917082e-06, { 2, -1, 0, 0, 0, 9, -7, 0, 0, 0, 0, 0, 0 } }, + { -7.482318989363e-06, -9.084100228902e-06, { 4, -1, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 9.617176007312e-06, 6.938408680790e-06, { 2, -1, 0, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0 } }, + { -1.116466993090e-05, 5.389545402123e-06, { 2, -1, 0, 0, 0, -8, 6, 0, 0, 0, 0, 0, 0 } }, + { -9.802309204280e-06, -6.736044183390e-06, { 1, 0, 0, 0, 0, -2, 6, 0, 0, 0, 0, 0, 0 } }, + { 6.582794352002e-07, -1.587506720308e-05, { 4, -3, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -8.514526868619e-06, 8.010475197282e-06, { 2, -1, 0, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0 } }, + { -1.651767566079e-05, 5.820769071371e-09, { 3, 1, -2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -7.769093468670e-06, 8.748784462369e-06, { 1, 0, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0, 0 } }, + { -3.195352817391e-06, 1.329582690106e-05, { 4, 1, -2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.362954369670e-05, -2.859708645474e-06, { 4, -1, -1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -5.733181950847e-06, 1.074250935155e-05, { 1, 0, 1, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.148311708071e-06, 1.332043169715e-05, { 1, -2, 0, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.339661428690e-05, -3.060699715885e-06, { 2, 1, 0, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { 5.402293266675e-07, -1.591329527109e-05, { 0, 1, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -4.446159900500e-06, -1.200445152231e-05, { 2, -1, -1, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { -3.910980722420e-06, 1.253437991388e-05, { 0, 1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { 4.235173418349e-06, 1.220886406206e-05, { 2, 1, 1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.572264188597e-06, 1.386881223411e-05, { 1, 0, 2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.420047266565e-05, -2.240308150672e-06, { 1, 0, -1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.640730291029e-05, -2.803567561888e-08, { 1, 1, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.713470818399e-07, -1.586316770269e-05, { 0, 1, 0, 0, 0, 22, -23, 0, 0, 0, 0, 0, 0 } }, + { 3.075064434543e-06, 1.335373688634e-05, { 1, 0, -2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 1.065544026272e-05, -5.771027009258e-06, { 2, 1, 1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -1.559255703114e-05, -8.290280462622e-07, { 4, -1, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -6.105846038221e-06, 1.030225839886e-05, { 1, 0, 0, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0 } }, + { -4.529795404385e-06, 1.187379290614e-05, { 1, 0, 2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.121675494700e-05, -5.185604013609e-06, { 1, 0, 0, 0, 0, 12, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.639996682264e-05, -4.607842588958e-10, { 1, -1, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.263847573222e-05, 3.752696863420e-06, { 0, 1, -1, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { -1.529987114314e-05, -1.086714431403e-06, { 0, 3, -1, 0, 0, -25, 27, 0, 0, 0, 0, 0, 0 } }, + { 1.443283643475e-05, 1.944142319490e-06, { 0, 1, -1, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -3.135855833168e-06, -1.323957708463e-05, { 1, -2, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.415613869717e-05, -2.213911293107e-06, { 2, 1, 0, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { -1.636373258703e-05, -4.198654749984e-09, { 3, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.409196115512e-06, 1.395847088552e-05, { 3, 1, -1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -2.409196115512e-06, 1.395847088552e-05, { 1, 1, -1, 0, 0, 15, -12, 0, 0, 0, 0, 0, 0 } }, + { 5.154971080833e-06, 1.119369262941e-05, { 0, 1, 1, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -1.095762056738e-05, 5.388725518787e-06, { 2, -1, -1, 0, 0, -13, 11, 0, 0, 0, 0, 0, 0 } }, + { -3.045860974264e-06, -1.329599351528e-05, { 1, 0, 0, 0, 0, -21, 20, 0, 0, 0, 0, 0, 0 } }, + { 9.924770758431e-06, -6.410213132684e-06, { 2, 1, 0, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { -3.737135095803e-06, 1.259684764228e-05, { 1, 0, 1, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { 1.632257352284e-05, 9.160563403372e-09, { 2, 1, 1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 2.591330970491e-06, 1.373780363883e-05, { 1, 0, 1, 0, 0, 0, 1, 0, 2, -2, 0, 0, 0 } }, + { 3.242612120325e-06, -1.307935029904e-05, { 4, 1, -1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 4.043973983931e-07, -1.591669554286e-05, { 2, -1, 0, 0, -1, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -6.322276512128e-06, 9.994727076512e-06, { 1, 0, -1, 0, 0, 0, 1, 0, 2, -7, 0, 0, 0 } }, + { 5.527192359866e-06, -1.078732630252e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -1, 3, 0, 0, 0 } }, + { -5.538313723006e-06, -1.077492175690e-05, { 2, -1, 1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { -3.065177999509e-06, -1.324701310255e-05, { 1, -2, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 1.838215534815e-06, 1.446485544542e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -1, -1, 0, 0, 0 } }, + { -3.175328210567e-06, -1.312265097791e-05, { 2, -1, 3, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.606440512134e-05, -2.250675323866e-07, { 1, 1, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.115382901695e-05, -5.128749433656e-06, { 1, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0 } }, + { -1.054704427490e-05, 5.731661109523e-06, { 0, 1, 0, 0, 0, 0, 9, -16, 4, 5, 0, 0, 0 } }, + { 7.648261679054e-06, -8.621899664437e-06, { 2, 1, 1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 3.110961729513e-06, 1.315460547357e-05, { 1, 2, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.374075864084e-05, 2.524230583013e-06, { 2, -1, -3, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 1.616126902385e-05, 1.036843068020e-07, { 0, 3, -1, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { 1.038088727910e-05, -5.882317594224e-06, { 2, -1, -1, 0, 0, 0, -2, 0, 5, 0, 0, 0, 0 } }, + { 1.373446819991e-05, 2.524854474390e-06, { 2, -1, -3, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -3.079677539600e-06, -1.317866023306e-05, { 1, 0, 0, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.034114632624e-05, -5.897159207300e-06, { 0, 1, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { 4.485506350685e-06, -1.175073892610e-05, { 0, 1, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 8.742103915847e-06, 7.484669075663e-06, { 2, -1, 0, 0, 0, 0, 0, 0, -1, 3, 0, 0, 0 } }, + { 6.381212907777e-06, 9.843571137071e-06, { 0, 1, 0, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { 1.158431007263e-05, -4.636582104112e-06, { 1, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.604846222124e-05, -1.689719240137e-07, { 2, -1, -3, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 8.067312778229e-06, 8.145486392765e-06, { 0, 1, 2, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.096138712552e-06, -1.311486772627e-05, { 1, -2, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.825567176091e-07, -1.592524129836e-05, { 0, 1, 2, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 3.113411917495e-06, 1.309243651912e-05, { 2, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.718891745938e-06, -1.047598701167e-05, { 4, 1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -5.076988576582e-06, 1.111578521934e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 1.417453741536e-05, -2.015219861434e-06, { 2, -1, -1, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { -5.082303855411e-06, 1.109708908991e-05, { 0, 1, -1, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { -3.612190444144e-06, 1.256336209343e-05, { 2, -3, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.192333601388e-05, -4.243231874061e-06, { 1, 0, 0, 0, 0, 0, -2, 6, -2, 0, 0, 0, 0 } }, + { 1.192333601388e-05, -4.243231874061e-06, { 1, -2, 0, 0, 0, 0, -2, 6, -2, 0, 0, 0, 0 } }, + { 3.608787797374e-06, 1.255679511797e-05, { 2, -3, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.611282940061e-05, 4.801683065456e-08, { 2, -1, -1, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { -7.903456174031e-06, -8.238718609817e-06, { 2, 1, -1, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { -4.767838111484e-07, -1.566513684667e-05, { 4, -1, 0, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -1.094689853822e-05, 5.194046889512e-06, { 2, 1, 0, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.077790396696e-05, 5.348963820687e-06, { 0, 1, 0, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { 8.253816063586e-07, -1.529809646413e-05, { 0, 1, 0, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { -1.437606326521e-05, -1.745604101818e-06, { 2, 1, 0, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { 2.449943231279e-06, -1.366771894193e-05, { 3, 0, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.081556238412e-05, 5.301412816952e-06, { 2, 1, 0, 0, 0, -13, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.495821264634e-05, 1.157471084877e-06, { 4, 1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.504508753498e-05, 1.057569879379e-06, { 0, 1, 1, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0 } }, + { -3.974948202581e-06, 1.212129865971e-05, { 0, 1, -1, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.439825459364e-05, -1.696386700771e-06, { 2, -1, -2, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 1.303882728514e-05, 3.055763476622e-06, { 1, 2, -1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -8.474011557563e-06, 7.609781848356e-06, { 0, 1, 1, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.071738362048e-05, 5.365443388150e-06, { 0, 1, 0, 0, 0, 10, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.517020179042e-05, 8.994410990811e-07, { 6, -1, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.062060415070e-05, 5.441881852791e-06, { 2, 1, -1, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.745528963135e-06, 1.031548460789e-05, { 2, -1, -3, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { -3.121896848738e-06, -1.293760200502e-05, { 0, 0, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.292458299793e-05, -3.131755403895e-06, { 2, 1, 0, 0, 0, 0, -3, 0, 5, 0, 0, 0, 0 } }, + { -7.479813515955e-06, -8.574460976609e-06, { 0, 1, -3, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 1.604846229823e-05, 2.306776052799e-10, { 2, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, -2, 0 } }, + { 1.599106638722e-05, 4.716774765051e-08, { 2, -1, -1, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 3.108872493608e-06, 1.291677117601e-05, { 2, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.509780867222e-06, -1.050419119376e-05, { 2, -1, -1, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -1.409445806858e-05, 1.918444678174e-06, { 0, 1, -1, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0 } }, + { -5.223256013417e-06, -1.078816513234e-05, { 1, 0, -1, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.408668875276e-05, 1.917820833729e-06, { 0, 1, -1, 0, 0, 0, 0, 0, -4, 10, 0, 0, 0 } }, + { -2.816603425941e-06, 1.317227912993e-05, { 2, -1, -1, 0, -1, 28, -26, 0, 0, 0, 0, 0, 0 } }, + { -2.816603425941e-06, 1.317227912993e-05, { 2, -3, -1, 0, -1, 28, -26, 0, 0, 0, 0, 0, 0 } }, + { 1.302808374576e-06, -1.468340499802e-05, { 2, -3, -2, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { 3.365456589915e-06, 1.261822360455e-05, { 1, -2, 2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 3.063262947104e-06, -1.291092708689e-05, { 1, -2, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.439261313077e-05, 1.579842758284e-06, { 2, -1, 0, 0, 0, 0, 2, 0, -1, -2, 0, 0, 0 } }, + { 4.665536772125e-07, -1.550452425031e-05, { 2, -1, 0, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.044620885539e-05, -5.517317382051e-06, { 2, -1, -2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 1.526500434583e-05, -6.983457908297e-07, { 0, 1, 1, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.262040356830e-05, -3.337610232770e-06, { 2, 1, 2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.576085594525e-05, 1.964477633713e-07, { 0, 1, 0, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { -3.513813996811e-06, -1.243178161274e-05, { 0, 1, 2, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 1.106791615962e-05, 4.871598182780e-06, { 4, 1, -1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 4.382280080429e-06, -1.155074521215e-05, { 0, 2, 1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -3.068203247575e-06, 1.286441410596e-05, { 2, 0, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.126482199271e-07, -1.541298623709e-05, { 0, 1, 2, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { -1.577271053026e-05, 1.486312293182e-07, { 4, -1, -3, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 5.861486983803e-06, -1.005985346035e-05, { 0, 1, -2, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -3.010842939959e-06, 1.290229633663e-05, { 4, 1, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 2.958850908636e-06, -1.295078148975e-05, { 2, -1, -2, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 1.265159677182e-05, -3.257401249313e-06, { 1, 0, -1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.065932354821e-05, 5.245303807972e-06, { 2, 1, -1, 0, 0, -13, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.024160712295e-05, -5.642726632085e-06, { 2, -1, 1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -3.152959522973e-06, -1.270897290012e-05, { 3, 0, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.584910434783e-05, -1.169407103898e-08, { 2, -3, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.580220957436e-05, 4.600018116721e-08, { 4, -1, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.446441027401e-05, -1.363877062969e-06, { 2, -1, 0, 0, 0, 0, 1, 0, -3, 2, 0, 0, 0 } }, + { -1.372745047259e-05, -2.100345947799e-06, { 1, 0, 0, 0, 0, 0, -1, 0, -3, 5, 0, 0, 0 } }, + { -1.562696327049e-05, 1.996049654711e-07, { 0, 1, 0, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { -6.367579654712e-06, -9.446121361660e-06, { 0, 1, 1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { 1.400909931057e-05, -1.803439448929e-06, { 1, 0, 0, 0, 0, 7, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.058973028365e-05, 5.221482564208e-06, { 2, -1, -3, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.070401535950e-05, 5.100061525540e-06, { 2, -1, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0, 0 } }, + { 1.294619890143e-05, 2.855795929930e-06, { 3, -1, -4, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 1.576482183834e-05, -3.672014233513e-08, { 2, 1, -3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -3.047708322479e-06, 1.275303976678e-05, { 4, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.317502111170e-05, -2.623619018587e-06, { 1, 0, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.325268385371e-05, -2.535974154960e-06, { 3, 0, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.563953749469e-05, 1.486274356413e-07, { 0, 1, -3, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { -9.177499352630e-07, 1.486922134623e-05, { 2, -1, 0, 0, 0, 0, 13, -16, 0, 0, 0, 0, 0 } }, + { -1.066454277466e-05, -5.107873685927e-06, { 1, 0, -2, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 4.905429796950e-06, -1.086272694838e-05, { 1, 0, -1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { -1.529968097364e-05, 4.670214395607e-07, { 4, 1, -2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.532293534528e-05, -4.387600471894e-07, { 0, 1, -1, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { 1.238892121982e-06, -1.452275895647e-05, { 1, 0, 1, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { -1.380024788189e-05, 1.957161054395e-06, { 1, 0, -1, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.085030691062e-06, -1.366940909745e-05, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0 } }, + { -2.083400969062e-06, -1.366864027531e-05, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 } }, + { 8.298632889219e-06, 7.453241654370e-06, { 0, 1, -1, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.275799911211e-05, -2.992294100886e-06, { 2, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.034217790353e-06, 1.269961948219e-05, { 2, 0, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.201483470574e-06, -1.450828860288e-05, { 2, -1, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 7.094624952700e-06, -8.613452403080e-06, { 0, 1, -3, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.068460051324e-05, 5.012197316998e-06, { 2, 1, -1, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.372036131429e-05, 1.974367485814e-06, { 0, 1, 1, 0, 0, 0, 0, 0, -4, 10, 0, 0, 0 } }, + { 1.563745746896e-05, 5.310662236401e-08, { 2, 1, 1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -9.564026383687e-06, -6.123631272374e-06, { 1, 0, 0, 0, 0, 0, 13, -15, 0, 0, 0, 0, 0 } }, + { 4.055442954082e-06, 1.163106850386e-05, { 2, -1, 0, 0, 2, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 8.128238333894e-07, 1.487362497527e-05, { 2, -1, -2, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.370880739359e-05, 1.973435096114e-06, { 0, 1, 1, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0 } }, + { 2.393687835946e-06, 1.327858127586e-05, { 2, 1, -1, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.496510257424e-05, -6.913409870215e-07, { 4, -1, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -1.297983732530e-05, -2.673724702332e-06, { 1, 0, 1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { -7.191872830986e-06, -8.461203194602e-06, { 4, -1, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 1.443198909720e-05, -1.217374192315e-06, { 3, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.025535983402e-05, 5.374005138410e-06, { 0, 1, 1, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { -1.541927570831e-05, -2.098122924799e-07, { 4, 1, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.068575894951e-07, -1.502110720375e-05, { 2, 1, -1, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.518041749063e-05, 4.448038047569e-07, { 4, 1, -2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 1.115002671200e-05, -4.473472314619e-06, { 1, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 6.422174752184e-07, -1.497645814156e-05, { 1, 0, -1, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 1.555645417226e-05, 6.104728415101e-08, { 1, 0, 0, 0, 0, -9, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.556333047244e-05, 4.894762239836e-08, { 0, 1, -1, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.989927190674e-06, 1.262194049405e-05, { 1, 0, 2, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.093284528122e-05, 4.673919212107e-06, { 0, 1, -1, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.553771402583e-05, 6.575242574720e-08, { 0, 1, -1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.553994161505e-05, -4.191513172011e-08, { 4, 1, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.373334904572e-05, 1.846170034405e-06, { 0, 1, 0, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { 3.564141643250e-06, -1.201338116754e-05, { 1, 0, -1, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { 5.126400978069e-06, 1.044705342441e-05, { 2, 1, -1, 0, 0, 0, 10, -14, 0, 0, 0, 0, 0 } }, + { 2.969171395454e-06, -1.260054885414e-05, { 0, 0, 0, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { 8.292613168428e-06, 7.275339224733e-06, { 1, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.274052981249e-05, 2.821945079479e-06, { 1, 1, -3, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -4.494347141179e-06, -1.106261808002e-05, { 0, 1, 1, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.568560372123e-06, -1.098556310310e-05, { 1, -2, -2, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -5.831249744584e-06, -9.721147601021e-06, { 3, 0, 1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -1.338039317205e-05, -2.170709178762e-06, { 2, -1, -2, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -4.785010449148e-06, 1.076381027778e-05, { 1, 2, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 1.292439662727e-05, -2.620506054059e-06, { 1, -2, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.450251944847e-05, -1.037408347658e-06, { 4, 1, 0, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -3.101639844910e-06, -1.243277897970e-05, { 1, 0, -2, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 5.487417219078e-06, 1.004292530381e-05, { 4, -1, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.681186098279e-07, -1.495913675607e-05, { 2, -1, -1, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.551741546958e-05, -6.421654389810e-09, { 4, 1, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -9.971821823658e-06, -5.546989150559e-06, { 4, 1, -2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -5.259598173850e-06, 1.025701003602e-05, { 1, 0, 0, 0, 2, -2, -4, 0, 0, 0, 0, 0, 0 } }, + { 9.979479102406e-06, 5.535997289350e-06, { 1, 0, 0, 0, 0, 0, 12, -20, 0, 0, 0, 0, 0 } }, + { 6.717056127309e-06, 8.787532145547e-06, { 2, 1, 0, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0 } }, + { -4.300212339006e-06, 1.119703945130e-05, { 1, 0, -3, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -1.012269797193e-05, 5.362216149320e-06, { 1, 0, -1, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0 } }, + { 7.172376540662e-07, -1.475639474715e-05, { 4, 1, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.375402144122e-05, -1.718818584671e-06, { 1, 0, 1, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.964509685379e-06, -1.349808780468e-05, { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 } }, + { -2.951666295021e-06, 1.250878400764e-05, { 3, 0, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.001777505823e-05, 5.438399840963e-06, { 0, 1, 1, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { 1.243794012308e-05, -3.016606029972e-06, { 2, -3, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.858532566819e-06, -1.059279810990e-05, { 2, -1, -1, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { 1.960707055343e-06, -1.349037759420e-05, { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0 } }, + { -6.153401839894e-06, -9.296376321418e-06, { 3, 0, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -1.361105693854e-05, 1.833531332924e-06, { 2, -1, 0, 0, 0, 0, -2, 0, 0, 4, 0, 0, 0 } }, + { -2.340044737949e-06, -1.309760934109e-05, { 0, 1, 2, 0, 0, -18, 20, -8, 3, 0, 0, 0, 0 } }, + { -6.765157973974e-06, 8.671453853606e-06, { 1, 0, 1, 0, 0, 0, -34, 41, 0, 0, 0, 0, 0 } }, + { -6.765157973974e-06, 8.671453853606e-06, { 1, -2, 1, 0, 0, 0, -34, 41, 0, 0, 0, 0, 0 } }, + { 1.057851704543e-05, -4.849399721939e-06, { 2, 1, -1, 0, 0, 9, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.536832823728e-05, 5.022485909790e-08, { 2, -1, -1, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.439817110315e-06, -1.296537654927e-05, { 1, 0, 0, 0, 0, 0, -1, 0, -2, 2, 0, 0, 0 } }, + { 9.518947929764e-06, -5.880090835025e-06, { 0, 1, 1, 0, 0, 0, -2, 0, 5, 0, 0, 0, 0 } }, + { 6.979583633919e-06, -8.418654880118e-06, { 1, 0, 0, 0, 0, 11, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.451727981828e-05, -8.637018910551e-07, { 4, -1, -2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 2.423122321046e-06, -1.295520980034e-05, { 1, -2, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.495437765863e-05, -4.228174232453e-07, { 4, 1, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.490847395576e-05, -4.686155327631e-07, { 4, -1, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -3.942198614750e-06, 1.142745461065e-05, { 2, -1, 0, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0 } }, + { 8.199206156802e-07, -1.454066563126e-05, { 2, 1, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 7.517801045098e-06, -7.842421096262e-06, { 0, 1, -3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 1.531312762107e-05, 3.510857161738e-08, { 2, 1, -1, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { -5.730357861804e-06, 9.614479324604e-06, { 2, 1, -2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.121172691955e-05, -4.131635876405e-06, { 0, 1, 3, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -9.146770431623e-07, -1.442388786516e-05, { 1, 0, 0, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -2.933997548235e-06, -1.239925892962e-05, { 1, 0, 2, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.365982801723e-06, -9.964218220196e-06, { 2, 1, 0, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { -4.376443403213e-06, 1.095164455002e-05, { 1, -1, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 4.681431371744e-07, -1.484767302385e-05, { 2, -1, 2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.116320969875e-06, 1.419681388831e-05, { 2, -1, -1, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { -1.576252059526e-06, -1.373484935849e-05, { 2, -1, 0, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { -5.271978027717e-06, 1.003203531646e-05, { 1, 0, 0, 0, 0, 0, 13, -18, 0, 0, 0, 0, 0 } }, + { -1.218989696057e-05, 3.112251651197e-06, { 1, 0, 0, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.622642820879e-06, -1.367802309277e-05, { 2, 1, 2, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 1.525885810619e-05, 4.044031574057e-08, { 2, 1, -1, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 4.241912388451e-06, -1.105465451167e-05, { 3, 0, -2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 5.743116860931e-06, 9.545307377354e-06, { 2, 1, -2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.323531610646e-05, -2.052563816459e-06, { 4, -1, -1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 9.867786715204e-06, 5.402268232305e-06, { 1, 0, 0, 0, 0, 0, -3, 1, 0, 0, 0, 0, 0 } }, + { -6.767970871228e-06, -8.493376801350e-06, { 1, 0, 0, 0, 0, 0, 2, 0, 0, 1, 0, 0, 0 } }, + { -6.562195639298e-06, -8.684746428411e-06, { 0, 1, -2, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 2.916013830436e-06, 1.233078750785e-05, { 1, 2, -1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.549348296485e-06, -9.695053301972e-06, { 0, 1, -1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { -8.176288157174e-06, -7.058278434166e-06, { 1, 0, 1, 0, 0, 0, -2, 6, 0, 0, 0, 0, 0 } }, + { 1.246286806607e-05, 2.762393686799e-06, { 5, -1, -3, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 8.384904871689e-06, 6.812356990852e-06, { 0, 1, -1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 3.270035288573e-06, 1.192596601164e-05, { 1, 0, 1, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.516138909194e-05, 2.556316647302e-08, { 0, 1, 3, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { -9.889897404627e-06, 5.297032537221e-06, { 1, 0, 1, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0 } }, + { -3.538351547312e-06, -1.164049130484e-05, { 1, 0, 0, 0, 0, 16, -19, 0, 0, 0, 0, 0, 0 } }, + { 4.573865231722e-06, -1.059965694425e-05, { 1, 0, -1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.086081414250e-05, 4.311999718359e-06, { 2, -1, 0, 0, 0, 0, 3, -8, 1, 5, 0, 0, 0 } }, + { -1.359434714130e-05, 1.575027737500e-06, { 2, 1, 0, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { -2.049782235030e-06, 1.311423060306e-05, { 2, -1, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.083147281861e-05, -4.329091737549e-06, { 0, 1, 2, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 1.010208749928e-05, -5.045362197451e-06, { 3, -1, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.941001468337e-06, 1.220476635015e-05, { 2, -1, -1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0 } }, + { -9.098959800265e-06, 6.041378266877e-06, { 2, 1, 0, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { 1.074754154236e-05, -4.385154292469e-06, { 2, -1, 0, 0, 0, 0, 13, -20, 0, 0, 0, 0, 0 } }, + { -5.850031223461e-06, -9.272873374030e-06, { 4, 1, -2, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -1.365267782707e-05, -1.468678912602e-06, { 2, 1, -1, 0, 0, 0, -1, 0, 0, 0, 1, 0, 0 } }, + { -1.217658148707e-05, -2.944728437963e-06, { 4, -1, -1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 9.784576254192e-07, -1.413723600912e-05, { 2, -1, 0, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { -1.511109539175e-05, -2.923909116855e-09, { 4, 1, -2, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.909979856431e-06, 1.219622414226e-05, { 1, -2, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.147886812335e-05, 3.624965142549e-06, { 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -6.774582170003e-06, 8.318703055522e-06, { 2, 1, -1, 0, 0, -3, 6, -4, 0, 0, 0, 0, 0 } }, + { -1.238766584303e-05, 2.698625310521e-06, { 4, 1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.012297847358e-05, 4.963056922466e-06, { 2, -1, 0, 0, 0, -13, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.487002988136e-05, -2.027074311454e-07, { 2, 1, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 2.886494753298e-06, -1.218529298019e-05, { 0, 0, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 7.341628290931e-06, 7.727710069656e-06, { 2, -1, 0, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0 } }, + { -1.505559956127e-05, -1.038745601635e-08, { 1, 1, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -2.875929892343e-06, -1.218403706221e-05, { 2, -1, -2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -7.325678829836e-06, 7.732859302353e-06, { 2, 1, -1, 0, 0, -17, 22, -11, 0, 0, 0, 0, 0 } }, + { -7.325678829836e-06, 7.732859302353e-06, { 2, -1, -1, 0, 0, -17, 22, -11, 0, 0, 0, 0, 0 } }, + { 1.488541580779e-05, -1.718170057938e-07, { 0, 1, -1, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { -1.183130527242e-06, 1.386764065895e-05, { 1, 0, -1, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { -1.432918101714e-05, 7.163328466233e-07, { 0, 1, 3, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { 1.432918101714e-05, 7.163328466233e-07, { 0, 1, 1, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { -6.067893802952e-07, -1.442951795537e-05, { 2, 1, -1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.275117746181e-05, -2.275612550050e-06, { 2, 1, -1, 0, 0, -22, 24, 0, 0, 0, 0, 0, 0 } }, + { -1.275117746181e-05, -2.275612550050e-06, { 2, -1, -1, 0, 0, -22, 24, 0, 0, 0, 0, 0, 0 } }, + { 1.091119516012e-05, -4.111820467852e-06, { 3, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.501628123574e-05, 6.165778932698e-09, { 4, -1, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 9.030726166203e-06, 5.979859270448e-06, { 2, 1, 0, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { -1.002844713301e-05, -4.981926793562e-06, { 1, 0, -2, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.227215945266e-05, -2.724128434157e-06, { 1, 0, 0, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { -1.058453610710e-05, -4.407606889415e-06, { 1, 2, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 6.596066231964e-06, -8.381140425447e-06, { 1, 0, -2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { -1.370052966529e-05, -1.267615147436e-06, { 0, 1, 1, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { 1.440184880625e-05, 5.648997462525e-07, { 2, 1, -2, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { -7.588687548396e-06, -7.360232876130e-06, { 4, -1, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -4.924498646375e-06, 1.000911981495e-05, { 3, 0, -1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { -9.351863208996e-06, -5.580240665000e-06, { 3, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.477741576109e-05, -1.483236585255e-07, { 0, 1, 0, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 2.526008660400e-06, -1.236662569171e-05, { 2, 1, 1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.257598439419e-06, -1.263199724522e-05, { 0, 1, 0, 0, 0, 18, -20, 8, -3, 0, 0, 0, 0 } }, + { -1.237525248689e-05, 2.507212952981e-06, { 1, 0, -2, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.483767531339e-05, 3.167728472512e-08, { 0, 1, -1, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -5.371322710447e-06, 9.496986105064e-06, { 2, -1, 0, 0, 0, 0, -1, 0, 3, -3, 0, 0, 0 } }, + { 1.166992682550e-06, 1.369280644632e-05, { 2, 1, 0, 0, 0, -22, 28, -7, 0, 0, 0, 0, 0 } }, + { 1.166992682550e-06, 1.369280644632e-05, { 2, -1, -2, 0, 0, -22, 28, -7, 0, 0, 0, 0, 0 } }, + { -1.468234768711e-05, -1.762055415531e-07, { 0, 1, -1, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { 2.839468899061e-06, -1.201320457142e-05, { 1, 0, -2, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.299509707193e-05, -1.857118339766e-06, { 2, -1, 1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -6.022165275176e-06, -8.816025146826e-06, { 1, -2, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 6.892819203043e-07, 1.414476707828e-05, { 2, 1, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -2.842216228464e-06, 1.197418859627e-05, { 2, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.841833457049e-06, 1.197028911557e-05, { 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.665498042713e-06, 1.014346103185e-05, { 0, 1, 0, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { -1.182443243200e-05, -2.981777621530e-06, { 2, -1, -2, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 3.080896929174e-06, 1.171676744400e-05, { 3, 0, -1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 3.002320987050e-06, 1.179464098627e-05, { 3, 0, -2, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.448155978276e-05, -3.122137962687e-07, { 2, 1, 0, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { 4.453432007077e-06, -1.033405626063e-05, { 0, 1, 0, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { 8.038862328853e-06, -6.748436968436e-06, { 4, -1, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.412543227278e-05, -6.548671157382e-07, { 0, 1, -1, 0, 4, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.468122532302e-05, -9.386156247173e-08, { 2, 1, -1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 8.216516718236e-06, 6.557835592776e-06, { 2, 1, -1, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { 5.243816352397e-07, -1.423384079557e-05, { 2, -1, 0, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { 8.693608765436e-06, -6.057263131222e-06, { 1, 0, 1, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 7.910030554310e-06, 6.827995439263e-06, { 0, 1, 0, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.998507459232e-06, -1.073655819135e-05, { 0, 1, 1, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.472444509459e-05, 7.129630066096e-09, { 3, -1, -2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.365865491950e-06, 1.336501001236e-05, { 2, -1, -3, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.470988241924e-05, -1.734444206561e-08, { 0, 1, 1, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.134177927345e-05, 3.384517049058e-06, { 0, 1, 0, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { -1.471333370899e-05, -7.143941170353e-09, { 2, -3, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.005303551889e-05, -4.664292305642e-06, { 3, 0, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -2.795692604761e-06, -1.191929120789e-05, { 1, 0, 1, 0, 0, -13, 12, 0, 0, 0, 0, 0, 0 } }, + { 3.716971072215e-06, -1.099137557833e-05, { 1, 0, 0, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -5.517126184543e-06, 9.187321897939e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 8.553397412859e-06, 6.149829460779e-06, { 2, -1, 0, 0, 0, 0, 13, -18, 0, 0, 0, 0, 0 } }, + { -1.056134361744e-05, -4.141136536298e-06, { 0, 1, 3, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -7.079380314997e-06, -7.620336181786e-06, { 2, -1, 0, 0, 0, 0, -1, 0, 4, -2, 0, 0, 0 } }, + { 4.723242802871e-06, 9.950276921783e-06, { 2, -3, -1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { 1.465994938556e-05, 2.635253518870e-09, { 2, 1, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 6.874947115366e-06, -7.783227680595e-06, { 1, 0, 0, 0, 0, 0, 2, 0, -6, 0, 0, 0, 0 } }, + { 6.134751605015e-07, -1.402354783820e-05, { 2, 1, -2, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 1.230532101837e-05, -2.330893828565e-06, { 2, -1, 2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 4.817838275517e-06, 9.817801124009e-06, { 0, 1, -1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { -2.809672402373e-06, 1.182412078393e-05, { 1, 2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.405524067629e-05, 5.676769492015e-07, { 2, 1, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -4.843002084891e-07, -1.413320295372e-05, { 0, 1, -1, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { -2.466583865870e-06, -1.214442254519e-05, { 2, 1, 0, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { -2.724972319749e-07, -1.432885442720e-05, { 0, 1, 2, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -1.458643778678e-05, -1.189476285982e-08, { 2, -1, 2, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.204643400269e-06, 1.138782031733e-05, { 1, 0, -1, 0, 0, -14, 15, 0, 0, 0, 0, 0, 0 } }, + { 4.684217556251e-06, 9.906903123224e-06, { 3, 0, -1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.219635639687e-05, -2.390726689650e-06, { 1, 0, 1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -9.832334075234e-06, 4.754588287419e-06, { 2, -1, 0, 0, 0, -9, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.114947468738e-05, 3.433407415701e-06, { 1, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.769102655385e-07, -1.399888185716e-05, { 2, -1, -3, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.996852119859e-06, -1.157513140027e-05, { 1, 0, 1, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { -6.588646790768e-06, 7.975368263173e-06, { 2, -2, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 1.395865518840e-05, 6.053161750761e-07, { 2, 1, -1, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { 8.915542910909e-06, 5.639952758438e-06, { 4, -1, 0, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 6.624242519725e-06, 7.911749042563e-06, { 1, 1, 2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -9.833746071406e-06, 4.699354050927e-06, { 2, 1, 0, 0, 0, -7, 5, 0, 0, 0, 0, 0, 0 } }, + { 5.592335908645e-06, -8.937826007257e-06, { 4, -1, -2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.414021536887e-05, -3.808562851053e-07, { 1, 1, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.779826100983e-06, 1.173526012610e-05, { 1, -2, 1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 7.259122043078e-07, -1.377337041564e-05, { 2, 1, 0, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { 6.224389392923e-07, -1.385595436846e-05, { 2, -1, 1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 2.267819233498e-06, -1.220756536808e-05, { 1, 2, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 8.275069326657e-06, 6.197531365412e-06, { 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -5.382054636706e-06, -9.085339400424e-06, { 2, 1, -1, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0 } }, + { -8.861605782380e-06, 5.604043157842e-06, { 4, -1, 0, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 1.295104330862e-05, 1.512324949694e-06, { 2, 1, -1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { -3.211501180583e-06, -1.124764032334e-05, { 4, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.445069253771e-05, 6.779282384800e-09, { 4, -3, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.117151249403e-05, 3.282644687291e-06, { 1, 1, -1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 2.769208472272e-06, -1.168423486687e-05, { 3, 0, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.442551392193e-05, 2.708763257890e-08, { 2, -1, -1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 5.475138908723e-06, -8.967293234868e-06, { 4, -1, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -5.556892859895e-06, -8.879491611907e-06, { 4, -1, -2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 5.582497289365e-07, -1.387780982954e-05, { 1, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.916945611876e-06, 1.151709988014e-05, { 1, -2, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.124265004018e-06, 1.230762868194e-05, { 3, 1, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -2.124265004018e-06, 1.230762868194e-05, { 1, 1, 0, 0, 0, 15, -12, 0, 0, 0, 0, 0, 0 } }, + { -8.618849587174e-06, -5.807047132805e-06, { 4, 1, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -1.776654816445e-06, -1.264787847654e-05, { 2, 1, -1, 0, 0, -14, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.776654816445e-06, -1.264787847654e-05, { 2, -1, -1, 0, 0, -14, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.142112286873e-05, 3.001132413364e-06, { 4, -1, -1, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { -1.142112286873e-05, 3.001132413364e-06, { 0, 1, -1, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { -2.809321591348e-06, 1.160996402722e-05, { 4, -1, -2, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.073501073677e-06, -1.233930270575e-05, { 0, 1, 0, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.679449885196e-06, -8.730451964198e-06, { 4, -1, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -9.604964841303e-06, 4.800443556526e-06, { 0, 1, 1, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.440234595275e-05, 2.533215448669e-10, { 1, 1, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -9.929167079869e-06, -4.466328533868e-06, { 1, -2, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 3.111439029684e-06, -1.128273921191e-05, { 1, 0, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -2.746140590418e-06, 1.164004307306e-05, { 1, 0, -1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.681829533763e-06, -9.702736633190e-06, { 1, 0, 0, 0, 0, 0, 4, -9, 0, 0, 0, 0, 0 } }, + { 1.436085553224e-05, 1.407810008507e-08, { 1, -3, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.201061306337e-05, 2.360772135715e-06, { 0, 0, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.054254930779e-05, 3.828325690286e-06, { 0, 1, 1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 1.141473834144e-05, -2.945173226041e-06, { 1, 0, -1, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -4.164998259970e-07, 1.394209086316e-05, { 2, -1, -1, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { -5.524369501318e-07, 1.380470114936e-05, { 2, 1, 0, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.283151128108e-05, -1.517511881948e-06, { 3, 0, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.113976974139e-07, 1.413329873522e-05, { 3, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.046625446284e-05, 3.875182668194e-06, { 1, 0, 0, 0, 0, 0, -1, 4, -1, 0, 0, 0, 0 } }, + { -1.046625446284e-05, 3.875182668194e-06, { 1, -2, 0, 0, 0, 0, -1, 4, -1, 0, 0, 0, 0 } }, + { -1.200930126224e-05, -2.330894476542e-06, { 2, -1, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0, 0 } }, + { -8.529470187304e-06, 5.804458286309e-06, { 0, 1, -1, 0, 0, 0, 6, -11, -3, 3, 0, 0, 0 } }, + { 8.529470187304e-06, 5.804458286309e-06, { 0, 1, -1, 0, 0, 0, -6, 11, 3, -3, 0, 0, 0 } }, + { -1.428952094133e-05, -3.774135422640e-08, { 4, -1, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 6.346918694612e-06, 7.980286910641e-06, { 1, 0, 0, 0, 0, -10, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.268515065424e-05, -1.641408457188e-06, { 0, 1, -1, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { 1.179121088099e-05, -2.532641089478e-06, { 2, -1, 0, 0, 0, 0, -1, 0, -2, 6, 0, 0, 0 } }, + { -7.959749053278e-07, 1.352696254536e-05, { 1, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.824881130245e-06, -1.149477443072e-05, { 1, -2, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.644947669677e-06, -8.670777347804e-06, { 4, -1, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.177559835910e-05, 2.540060178673e-06, { 2, 1, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { -2.098662647307e-07, -1.409881058835e-05, { 2, -1, -2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.820663697480e-07, 1.332362667421e-05, { 1, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.090998442568e-06, -1.020814094270e-05, { 1, 0, 0, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0 } }, + { 1.181010188835e-05, 2.488054412543e-06, { 2, -1, -2, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 3.250056959038e-07, -1.397270329048e-05, { 0, 1, 3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.428432484302e-05, -1.230639911536e-08, { 6, -1, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.280425520046e-05, 1.487476882429e-06, { 2, -1, -1, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { -1.403071352946e-05, -2.559702782549e-07, { 0, 1, 1, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { -7.669048814483e-07, -1.351311122449e-05, { 4, -1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 9.052817902805e-06, -5.223003844041e-06, { 2, -1, -1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.043679100627e-06, 1.322774721665e-05, { 2, -1, -1, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { -3.011924485801e-06, -1.125374649643e-05, { 1, 0, -2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -2.452150237832e-06, -1.180965460291e-05, { 0, 1, -1, 0, 0, 0, 2, 0, 0, -1, 0, 0, 0 } }, + { 1.178104768212e-05, 2.475416814551e-06, { 3, 1, -1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -1.178104768212e-05, 2.475416814551e-06, { 1, 1, -1, 0, 0, 23, -25, 0, 0, 0, 0, 0, 0 } }, + { -1.114585311008e-05, 3.109413826033e-06, { 2, 1, -1, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { 6.447616872660e-06, 7.798795210225e-06, { 0, 1, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -9.499810649855e-06, -4.744730762219e-06, { 3, -1, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.423849998660e-05, 4.630811826962e-09, { 2, -3, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.450908094935e-06, 8.762845391636e-06, { 0, 1, -1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { -2.767879633165e-06, 1.143874192224e-05, { 4, -1, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.287236239460e-05, 1.330882179864e-06, { 2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { 9.808375448767e-06, 4.391474119075e-06, { 3, 0, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -5.551277001409e-06, 8.644277599914e-06, { 2, -1, 1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { 2.133868282218e-06, -1.206158036922e-05, { 1, 0, 1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 1.283085016007e-05, 1.356966920801e-06, { 2, -1, -1, 0, 0, 0, 11, -17, 0, 0, 0, 0, 0 } }, + { 1.412539305357e-05, -5.250799142884e-08, { 2, 1, -1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 9.698054533425e-06, -4.462487616593e-06, { 2, -1, -1, 0, 0, 9, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.007845319506e-06, -1.114847669926e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -1.163657009649e-05, -2.513355630040e-06, { 1, -2, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.410238387582e-05, 4.640776256326e-08, { 2, -1, -3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.780550147041e-06, -8.367746664951e-06, { 1, -1, 0, 0, 0, 0, 29, -27, -2, 0, 0, 0, 0 } }, + { -5.780550147041e-06, -8.367746664951e-06, { 1, -3, 0, 0, 0, 0, 29, -27, -2, 0, 0, 0, 0 } }, + { 2.278273065146e-07, 1.391370828851e-05, { 2, 1, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.748924706264e-06, 1.138250708606e-05, { 2, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.909381187289e-06, 1.020433869066e-05, { 4, -1, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 2.584646820569e-06, -1.152620449154e-05, { 2, 1, 2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.409869007153e-05, 5.235506721265e-10, { 1, 1, 0, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.409869007153e-05, 5.235506721265e-10, { 1, -1, 0, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 6.256540817530e-07, -1.346783843586e-05, { 4, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.036721194175e-07, 1.398896402704e-05, { 2, 1, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { 9.057106630316e-06, 5.034723984886e-06, { 1, 1, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 9.385133750436e-06, 4.706021591281e-06, { 0, 1, 1, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { -6.436288629185e-06, -7.653377599585e-06, { 2, -1, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 6.436288629185e-06, 7.653377599585e-06, { 2, -3, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.534546609284e-06, 1.255167771885e-05, { 4, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.392936480058e-05, 1.564787395228e-07, { 1, 0, 0, 0, 0, 0, 13, -16, 0, 0, 0, 0, 0 } }, + { -1.393332411292e-05, 1.434917473427e-07, { 4, -1, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -2.647652658892e-06, 1.141728420890e-05, { 2, 1, -1, 0, 0, 0, -3, 0, 0, 2, 0, 0, 0 } }, + { 1.098859596812e-05, 3.070730423174e-06, { 0, 1, -1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.218978263264e-05, -1.864145006217e-06, { 1, -1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 9.316803398290e-06, 4.734144390279e-06, { 0, 1, 0, 0, 0, 11, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.666052662893e-06, -1.138306337766e-05, { 3, 0, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.311099388053e-05, -9.332602057172e-07, { 2, -1, 0, 0, 0, 15, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.216459501635e-05, 1.869172584079e-06, { 1, -2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.686036883858e-06, 1.132793356464e-05, { 2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.395819660520e-05, 5.507847859423e-08, { 2, -1, -1, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { 1.155285592362e-05, 2.459286261100e-06, { 1, 0, 0, 0, 0, -3, 6, 0, -1, 0, 0, 0, 0 } }, + { 1.155285592362e-05, 2.459286261100e-06, { 1, -2, 0, 0, 0, -3, 6, 0, -1, 0, 0, 0, 0 } }, + { -9.339409502707e-06, 4.664569691135e-06, { 6, 1, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 9.339409502707e-06, 4.664569691135e-06, { 6, 1, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.398427785115e-05, -8.018078712345e-10, { 1, -1, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.382906915650e-05, -1.548245286908e-07, { 4, -1, -1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { 3.850430458177e-06, 1.013156693547e-05, { 1, 0, -1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { 5.299817513569e-06, -8.657322356567e-06, { 2, -1, 2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 3.581709393466e-07, -1.359734956485e-05, { 0, 1, 1, 0, 0, -18, 8, 16, -4, -5, 0, 0, 0 } }, + { -3.581709393466e-07, -1.359734956485e-05, { 0, 1, -1, 0, 0, 18, -8, -16, 4, 5, 0, 0, 0 } }, + { -9.871881636029e-06, -4.075990997761e-06, { 1, 0, -1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { -1.390344600175e-05, 2.866675914000e-08, { 1, 0, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 2.942309097894e-06, 1.098283624472e-05, { 1, 0, -1, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { 8.834278378050e-06, -5.087157917274e-06, { 2, -1, 0, 0, 0, 0, 4, -9, 0, 0, 0, 0, 0 } }, + { 2.665249543239e-06, -1.125375728957e-05, { 3, -2, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.166464262646e-05, -2.250725029784e-06, { 2, -1, 1, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { 1.093941805003e-05, 2.970929809140e-06, { 2, 1, -1, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { 9.270647166342e-06, -4.629409728165e-06, { 0, 1, 0, 0, 0, -19, 17, 0, 0, 0, 0, 0, 0 } }, + { 9.333787970393e-06, -4.564301936663e-06, { 0, 1, 0, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.071552878506e-05, -3.181364994196e-06, { 0, 1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.978181797726e-06, 1.091284310815e-05, { 1, 0, -1, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.357293947863e-05, 3.148304692138e-07, { 3, -1, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 5.491296533126e-06, -8.391824670385e-06, { 2, 1, 2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.095733858664e-05, -2.925602051838e-06, { 2, -2, 0, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -1.174555438613e-05, 2.135442087838e-06, { 1, 1, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -2.654638450030e-06, 1.122543182616e-05, { 3, 0, -1, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.869577205305e-07, -1.337951954290e-05, { 0, 1, -1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -2.281610592524e-06, 1.158485950609e-05, { 4, -1, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.373326925207e-05, -1.185432784553e-07, { 2, -1, -1, 0, 0, 25, -25, 0, 0, 0, 0, 0, 0 } }, + { -8.591008940270e-06, 5.260725742267e-06, { 0, 1, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.979556483943e-06, 1.086714847375e-05, { 2, 1, -1, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { -3.653673543903e-06, -1.018730447299e-05, { 2, -1, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0, 0 } }, + { 8.735343576977e-06, -5.103379913831e-06, { 2, -1, -1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { 2.175186935409e-06, -1.164443472202e-05, { 0, 1, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -1.381538035146e-05, -1.718491613364e-09, { 4, 1, -2, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -4.467604686799e-06, 9.340015228627e-06, { 4, -1, -2, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -5.161220686187e-06, -8.644400412321e-06, { 1, -2, -1, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { -1.057250161247e-05, -3.233003205266e-06, { 4, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.288380464560e-06, -8.506582690931e-06, { 1, 0, -1, 0, 0, 1, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.319690294145e-05, 5.977240480906e-07, { 2, 1, -1, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { 2.661204569309e-06, -1.113275114979e-05, { 3, -2, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.088201812534e-06, 4.705039028322e-06, { 2, -1, -1, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { -5.274472598287e-06, -8.517903578853e-06, { 0, 1, -1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { 1.260494005989e-05, 1.187246245921e-06, { 0, 1, -1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { -1.163653050729e-05, -2.152843358658e-06, { 2, 1, -1, 0, 0, -21, 23, 0, 0, 0, 0, 0, 0 } }, + { -1.163653050729e-05, -2.152843358658e-06, { 2, -1, -1, 0, 0, -21, 23, 0, 0, 0, 0, 0, 0 } }, + { -3.301273540246e-06, 1.048694545846e-05, { 4, -1, -1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.001392177688e-05, 3.764756740055e-06, { 1, 0, -1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { 1.368510259407e-05, -8.726990345114e-08, { 3, 1, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.365061112801e-05, -1.073005697381e-07, { 0, 1, 0, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -9.399731181023e-06, 4.355783048591e-06, { 1, 0, 1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -9.312068824607e-06, 4.443043957230e-06, { 2, -1, -1, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.167969937141e-06, -1.158305350382e-05, { 1, 0, -1, 0, 0, 0, 1, 0, 2, -2, 0, 0, 0 } }, + { 2.909748306534e-06, 1.082919400079e-05, { 1, 0, 3, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 3.674780891770e-06, 1.006397642039e-05, { 1, 0, 0, 0, 0, 22, -23, 0, 0, 0, 0, 0, 0 } }, + { 1.364464303357e-05, -7.725491384691e-08, { 2, -3, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.981387618691e-06, 1.070809764663e-05, { 0, 1, 2, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -1.011904561914e-06, 1.265748848350e-05, { 2, 1, 0, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { -1.365760347792e-05, 1.808621251596e-09, { 0, 1, 2, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -6.390977632933e-07, -1.301963418798e-05, { 2, -1, -2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 4.522472260709e-07, -1.320441157714e-05, { 0, 1, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { 2.627110491338e-06, 1.102903329594e-05, { 1, 2, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.344810606921e-05, -2.057480522447e-07, { 0, 1, -1, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { -9.576226182010e-06, -4.068927701364e-06, { 2, 1, 3, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 9.576226182010e-06, -4.068927701364e-06, { 2, 1, 1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.013712302854e-06, 1.163091774588e-05, { 2, 1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.971056662247e-06, 1.067063930774e-05, { 0, 1, 2, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 1.190041663857e-05, -1.734506372037e-06, { 3, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.355961684464e-07, -1.319341210484e-05, { 2, -1, 1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { 2.328068530405e-07, -1.338930361717e-05, { 0, 1, 2, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 1.169849217924e-05, 1.920261467062e-06, { 2, 1, -1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.869385140857e-06, -8.745349719549e-06, { 1, 0, 1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { -9.115718581490e-06, 4.495027345997e-06, { 2, -1, 1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 8.728110222274e-06, -4.880583156533e-06, { 2, -3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.351792151925e-05, 8.884945032386e-08, { 4, 1, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.213365791793e-05, -1.470675579041e-06, { 2, 1, -1, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.250070493843e-06, -1.135184360850e-05, { 2, 1, -1, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { -1.032665602178e-05, -3.253737831127e-06, { 4, -1, -2, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.210087262134e-05, -1.477350307021e-06, { 2, 1, 0, 0, 0, 0, -1, 0, 0, 0, 1, 0, 0 } }, + { 3.932621972154e-07, 1.317899771114e-05, { 1, 1, 0, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { 3.932621972154e-07, 1.317899771114e-05, { 1, -1, 0, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { -1.355803921078e-05, -1.226745943486e-08, { 4, 1, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.500187335195e-06, -1.206641999381e-05, { 2, -1, 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 } }, + { -1.355032131567e-05, 9.942754860185e-09, { 2, -1, -2, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 4.469488954596e-06, 9.088193628244e-06, { 1, 0, 0, 0, 0, 0, 17, -30, 0, 0, 0, 0, 0 } }, + { 2.582456947351e-06, -1.096803332440e-05, { 0, 0, 0, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { -2.591940144228e-06, 1.094138962472e-05, { 3, 0, -2, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.573506783321e-06, 1.095941439032e-05, { 1, 0, 1, 0, 0, 14, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.334661351362e-05, -1.852541073511e-07, { 1, -1, 2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.343533746268e-05, -9.402494914322e-08, { 2, -1, -1, 0, 0, 0, 3, 0, 0, -3, 0, 0, 0 } }, + { 2.726189318990e-06, -1.079992532877e-05, { 0, 1, 1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { 3.864167910686e-06, -9.658906725058e-06, { 0, 1, -1, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { 9.676210842408e-06, 3.842832816075e-06, { 2, -1, -2, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -2.586903840924e-06, 1.093143612712e-05, { 1, -2, -1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.107441469881e-05, 2.438810001873e-06, { 0, 1, 2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 8.994501329043e-06, -4.518588085867e-06, { 4, -1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -1.332709556002e-05, 1.795925857726e-07, { 2, 1, -1, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { -1.094916378066e-05, 2.555911494049e-06, { 2, 1, 0, 0, 0, 6, -10, 0, 3, 0, 0, -1, 0 } }, + { -7.157141824787e-07, -1.278741671448e-05, { 0, 1, -1, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { 1.117171594245e-05, -2.331090363489e-06, { 1, 0, 2, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.094632499165e-05, 2.554262782723e-06, { 2, 1, 0, 0, 0, -6, 10, 0, -3, 0, 0, 1, 0 } }, + { -1.343629448942e-05, 5.690189453158e-08, { 2, -1, -1, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { 9.127911745513e-06, 4.363769372595e-06, { 1, 0, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 1.123064347529e-05, 2.258232243462e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 3, -7, 0, 0, 0 } }, + { 1.123064347529e-05, 2.258232243462e-06, { 1, -2, 0, 0, 0, 0, 1, 0, 3, -7, 0, 0, 0 } }, + { 1.119040312758e-05, 2.296655007767e-06, { 4, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 9.010813607224e-06, -4.474048008992e-06, { 1, 2, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.949675943069e-06, -1.153317398288e-05, { 2, 1, -1, 0, 0, -13, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.949675943069e-06, -1.153317398288e-05, { 2, -1, -1, 0, 0, -13, 10, 0, 0, 0, 0, 0, 0 } }, + { 3.974181631986e-06, 9.490402323058e-06, { 3, 0, 0, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 1.341667547791e-05, 4.351929981502e-08, { 0, 1, -2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 1.989606224833e-06, -1.146179069002e-05, { 4, -1, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 2.568574183509e-06, 1.087580802373e-05, { 1, 2, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.763988585701e-07, -1.286523809067e-05, { 2, 1, 1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 9.377827040827e-06, -4.059991076218e-06, { 1, 0, 0, 0, 0, 0, 5, -3, 0, 0, 0, 0, 0 } }, + { -4.280269738762e-06, 9.155050582587e-06, { 0, 1, -2, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -1.339141001924e-05, 4.027853959727e-08, { 2, 1, -1, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { 2.542919753068e-08, -1.340537683006e-05, { 4, -1, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.789295209809e-06, 9.630047398943e-06, { 1, 0, 0, 0, 0, -11, 14, 0, 0, 0, 0, 0, 0 } }, + { 2.613280353120e-06, 1.080488520223e-05, { 1, 2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.750845671719e-07, 1.284222415021e-05, { 2, -1, 0, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0 } }, + { 1.339041775406e-05, 1.226578509926e-08, { 4, -3, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 2.626387920929e-06, -1.077253618530e-05, { 2, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.586563828024e-06, 1.081184173014e-05, { 4, 1, -2, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -1.541518119940e-06, 1.185544303773e-05, { 1, 0, -1, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { -2.331736994851e-06, -1.106122385477e-05, { 2, -1, 1, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { -4.507371057124e-06, -8.876163332120e-06, { 2, 1, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.235093600853e-05, 1.030114581351e-06, { 0, 1, 1, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { -1.092022767022e-05, -2.457198785815e-06, { 1, 0, -1, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { 2.322095158240e-06, -1.105294026074e-05, { 2, -1, 1, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -1.329490414238e-05, -7.154847244008e-08, { 0, 1, -1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.525898351629e-06, -1.082093431854e-05, { 3, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 2.544685864907e-06, 1.077972756273e-05, { 1, 0, -2, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.033989094015e-05, -2.953356886642e-06, { 2, -3, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.653858011127e-06, -9.627585270178e-06, { 0, 1, -1, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.080386287993e-05, -2.477266421526e-06, { 2, 1, 1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.325611362534e-05, -2.285357181188e-08, { 1, -3, 0, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 9.085884362821e-06, 4.191915691434e-06, { 0, 1, 2, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 1.425267493846e-06, 1.182639587650e-05, { 1, 0, 0, 0, 0, 0, 4, -6, 3, 0, 0, 0, 0 } }, + { 1.425267493846e-06, 1.182639587650e-05, { 1, -2, 0, 0, 0, 0, 4, -6, 3, 0, 0, 0, 0 } }, + { 1.317032832553e-05, -8.124077907201e-08, { 0, 1, 0, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.221436137217e-05, 1.026542242617e-06, { 0, 1, 1, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { -2.526501096955e-06, 1.070751611739e-05, { 1, -2, 0, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.271045027550e-05, 5.061724339503e-07, { 2, 1, 0, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { 9.124405020516e-06, 4.092093965390e-06, { 1, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.124415733562e-06, 4.092070077740e-06, { 1, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.890032991366e-06, 1.031855446536e-05, { 1, 0, -1, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { -9.135733541454e-06, 4.066739807210e-06, { 2, 1, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.135755544501e-06, 4.066690378075e-06, { 2, -1, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.661137654472e-06, 1.054016356708e-05, { 3, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.037065010369e-05, 2.827062499330e-06, { 0, 1, 1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { -1.318614442390e-05, 9.432509769991e-09, { 4, -1, -1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 4.850483417789e-07, -1.271039454955e-05, { 2, -1, -1, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { -1.010829469659e-07, 1.309431508218e-05, { 4, -1, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.052883835802e-06, -9.141888897460e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.465165718329e-07, -1.273959677398e-05, { 0, 1, 1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.102246682342e-05, 2.160224597392e-06, { 1, 0, 0, 0, 0, -3, 8, -4, 0, 0, 0, 0, 0 } }, + { -1.287991409508e-05, -2.987387362177e-07, { 2, -1, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -9.646142669003e-07, 1.221369218591e-05, { 1, 0, 0, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 1.301597600185e-05, -1.599025393256e-07, { 2, 1, 0, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0 } }, + { -3.604819483261e-06, -9.565718941224e-06, { 3, 0, -1, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.283025971383e-05, -3.222151367274e-07, { 0, 1, 0, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { -1.296761602803e-05, -1.818327152318e-07, { 3, -1, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.592859457730e-07, -1.298993933872e-05, { 4, 1, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.100352096175e-06, 1.203377739275e-05, { 2, 1, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.044495678059e-05, -2.688733757005e-06, { 1, 0, -1, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.216612140291e-05, -9.558816275304e-07, { 0, 1, 1, 0, -5, 4, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.216612140291e-05, -9.558816275304e-07, { 0, 1, -1, 0, 5, -4, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.071466779983e-05, 2.404835421304e-06, { 1, 0, 0, 0, 0, 20, -22, 0, 0, 0, 0, 0, 0 } }, + { 1.008799863288e-05, 3.030684158851e-06, { 4, 1, -2, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -2.606570442305e-06, -1.051185095065e-05, { 2, 0, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.195783018797e-06, -1.190074682378e-05, { 0, 1, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.045898246812e-05, -2.635517250334e-06, { 1, 0, -1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 1.302515720430e-05, 6.824534370072e-08, { 4, -1, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -1.092437979174e-05, 2.164677386734e-06, { 1, -2, 1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.584390891207e-06, 1.150374082505e-05, { 1, 0, 0, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0 } }, + { 1.298812036668e-05, -8.180124740413e-08, { 0, 1, 0, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.104480556190e-06, 1.096485452773e-05, { 1, 0, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 9.605466909266e-06, -3.463605018786e-06, { 4, -1, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -6.241768517538e-07, 1.243095787807e-05, { 2, 1, -1, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0 } }, + { -3.660386046899e-06, -9.389797265970e-06, { 2, -1, -1, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { 1.457520820562e-06, 1.158673672393e-05, { 2, 1, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.302599528480e-05, 3.658919790917e-09, { 0, 1, 1, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 2.872954448699e-06, -1.014580454171e-05, { 0, 1, 2, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 8.626863307790e-06, 4.389644239055e-06, { 0, 1, 0, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { 1.089489810210e-05, 2.106903014482e-06, { 1, 2, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -9.433063874587e-06, -3.567077320205e-06, { 2, -1, 0, 0, 0, 0, 5, 0, -7, 0, 0, 0, 0 } }, + { 1.119763015966e-05, 1.792912415081e-06, { 6, 1, -3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -9.666848532680e-06, 3.314140917981e-06, { 2, -1, -2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.526433324315e-06, -1.044103056569e-05, { 0, 1, -3, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.660669876820e-06, -1.030330360350e-05, { 1, 0, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.112918129971e-07, -1.243852603485e-05, { 4, -1, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.023590481605e-05, -2.707411281485e-06, { 2, 1, -1, 0, 0, 0, -3, 0, 5, 0, 0, 0, 0 } }, + { 1.987537121201e-06, 1.094758092652e-05, { 2, -1, -1, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.080753069379e-05, -2.124696857538e-06, { 3, 0, -1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.379637231078e-06, -1.155251170288e-05, { 1, 0, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.191105993465e-05, 9.995384362778e-07, { 0, 1, -1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -1.252662451336e-05, 3.772759829772e-07, { 2, -1, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -9.361153798100e-06, -3.534924239860e-06, { 1, -2, 0, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { 4.342309174589e-07, -1.246081161231e-05, { 4, -1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 4.983633872913e-07, -1.238977435299e-05, { 2, -1, 0, 0, 0, 19, -20, 0, 0, 0, 0, 0, 0 } }, + { 2.395637283067e-06, -1.049008294884e-05, { 1, 0, -1, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { -2.971233623930e-06, 9.911335157871e-06, { 3, 1, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.079009497081e-06, -1.179621626363e-05, { 0, 1, 1, 0, 0, -20, 15, 8, 0, 0, 0, 0, 0 } }, + { 1.079009497081e-06, -1.179621626363e-05, { 0, 1, -1, 0, 0, 20, -15, -8, 0, 0, 0, 0, 0 } }, + { 2.967674996723e-06, 9.897617988693e-06, { 3, 1, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.277720811354e-05, -8.434513386272e-08, { 2, -1, -3, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -2.055270853042e-06, -1.079021964278e-05, { 3, 0, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -1.238377282559e-05, 4.576907901262e-07, { 2, 1, 3, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -9.563045080243e-06, 3.260916464141e-06, { 2, -1, 0, 0, 0, 0, 10, -17, 0, 0, 0, 0, 0 } }, + { -2.526590102768e-06, -1.029191263384e-05, { 0, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.278227629656e-05, -2.977940204043e-08, { 0, 1, 0, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.279881516832e-05, -5.010572379679e-09, { 3, -1, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.607890431920e-06, 4.194628250381e-06, { 0, 1, 0, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { -2.067494754156e-06, -1.073274032938e-05, { 2, 1, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -1.702273928697e-06, 1.108559590605e-05, { 2, 1, -2, 0, 0, 3, -3, 0, 0, -3, 0, 0, 0 } }, + { -1.702273928697e-06, 1.108559590605e-05, { 2, -1, -2, 0, 0, 3, -3, 0, 0, -3, 0, 0, 0 } }, + { -2.447279546366e-06, 1.033790501406e-05, { 3, 0, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.169872676386e-05, 1.073272070593e-06, { 2, -1, 0, 0, 0, 0, -5, 8, -1, -5, 0, 0, 0 } }, + { -1.267252792049e-05, -8.671779441981e-08, { 4, 1, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 1.162001811191e-05, -1.136481466934e-06, { 2, -1, 0, 0, 0, 0, -8, 14, 0, 0, 0, 0, 0 } }, + { 1.100344065367e-06, -1.164440258175e-05, { 0, 1, 2, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 1.272110641305e-05, 3.221162548056e-09, { 2, 1, 1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.080714581239e-05, 1.915931383643e-06, { 3, 0, -1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.646739970286e-06, 1.007534535458e-05, { 1, 0, -1, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.150051401691e-05, -1.214587508502e-06, { 2, -1, -1, 0, 0, 0, -1, 0, 0, 0, 1, 0, 0 } }, + { 3.442396911516e-07, -1.236946376925e-05, { 2, -3, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.269974573591e-05, -1.217305381252e-08, { 0, 1, 0, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.229333254745e-05, 4.183934994799e-07, { 2, -1, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -2.410790619263e-06, -1.029356825818e-05, { 1, 0, 1, 0, 0, -14, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.265353647343e-05, -3.924684711658e-08, { 2, -1, -1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { -2.445674020497e-06, -1.024447425393e-05, { 3, 0, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.471531177682e-06, -1.021393968045e-05, { 1, 1, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -5.597406928178e-07, -1.211501821287e-05, { 2, -1, -1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.256648540114e-05, -1.079405801564e-07, { 2, -1, -1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.164992349360e-05, 1.023741830791e-06, { 1, 0, -1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -1.455438330220e-06, -1.121676309606e-05, { 3, 0, -1, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { 1.396489531608e-06, -1.126508623146e-05, { 2, -1, 2, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 1.250575854660e-05, 1.433729280490e-07, { 2, 1, -1, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { -1.216835567198e-05, -4.760331117998e-07, { 0, 1, -1, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { -3.063047333595e-06, 9.564870928117e-06, { 2, -1, 0, 0, 0, -3, 8, -4, 0, 0, 0, 0, 0 } }, + { 1.179692625345e-05, -8.250889393629e-07, { 1, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.261974103382e-05, -4.790221227753e-10, { 2, -1, 1, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.478777958701e-06, -1.013736353987e-05, { 3, 0, -1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 9.135901343837e-07, -1.170054045218e-05, { 2, 1, 1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -2.455387634923e-06, -1.014735769266e-05, { 0, 1, 4, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.258105575287e-05, 6.731926271760e-09, { 1, 1, 1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.054244890861e-05, -2.033842758166e-06, { 1, 0, -3, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.085173903198e-05, 1.721589408180e-06, { 6, 1, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.256039875990e-05, -1.222074897494e-08, { 0, 1, 1, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { 9.412502975424e-07, 1.163104513866e-05, { 2, 1, 0, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { 1.038772524190e-05, 2.182653905031e-06, { 3, 1, 0, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -1.038772524190e-05, 2.182653905031e-06, { 1, 1, 0, 0, 0, 23, -25, 0, 0, 0, 0, 0, 0 } }, + { 7.375410400304e-07, -1.182963940450e-05, { 2, -1, -2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 1.114513351398e-05, 1.417934720551e-06, { 0, 1, 1, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.252295110354e-05, -3.492391771598e-08, { 2, -1, -2, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 1.078282141103e-05, 1.757540279252e-06, { 2, 1, -4, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.975769708791e-07, 1.233876366181e-05, { 0, 1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.217215985353e-05, -3.624897840302e-07, { 2, 3, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -4.624830948988e-07, -1.206849575550e-05, { 2, 1, 0, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 1.219928392492e-05, 3.303970879954e-07, { 2, 1, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.237658632169e-05, -1.410176481180e-07, { 2, 1, -1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.213804926010e-05, -3.671671493439e-07, { 2, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.183789098553e-05, -6.660153367562e-07, { 2, 1, 0, 0, 0, 0, -4, 0, 5, 0, 0, 0, 0 } }, + { -2.363694849915e-06, -1.012788300618e-05, { 1, 0, 1, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.048680950267e-05, 1.994478087924e-06, { 1, -2, -2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.349378139118e-06, 1.013024608598e-05, { 2, -1, -1, 0, 0, 0, -3, 0, 0, 2, 0, 0, 0 } }, + { 9.646664693590e-06, 2.831895366139e-06, { 1, -1, -1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 8.723757930815e-07, 1.159279221102e-05, { 4, -1, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.389093495157e-06, -1.007014086812e-05, { 2, 0, -1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.605591636042e-07, -1.199411060317e-05, { 0, 1, 0, 0, 0, -22, 23, 0, 0, 0, 0, 0, 0 } }, + { -1.240089991673e-05, -5.159326139802e-08, { 0, 1, -1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.382569529008e-06, -1.006477782986e-05, { 1, 2, -1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -8.498639633880e-06, 3.938781017222e-06, { 2, 1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.237748352717e-05, 5.534247132834e-08, { 3, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 8.463697640504e-07, -1.158480702249e-05, { 0, 1, 0, 0, 0, 21, -22, 0, 0, 0, 0, 0, 0 } }, + { -1.224919522741e-05, -1.813516488657e-07, { 2, -1, 1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { -1.221791170562e-05, 2.088460739746e-07, { 4, 1, -2, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 1.186130782870e-05, -5.598967486381e-07, { 2, -1, 0, 0, 0, 5, -6, 0, 1, 0, 0, 0, 0 } }, + { -2.397238346996e-06, 1.002355592463e-05, { 1, 2, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.019247543098e-05, 2.225713492275e-06, { 1, -1, -2, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -2.779913546279e-06, 9.625916918992e-06, { 1, 0, -1, 0, 0, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.377882894121e-06, -1.002455329052e-05, { 2, -2, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.239589249396e-05, -5.095927930150e-09, { 1, -1, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -2.741564569672e-06, -9.648051183847e-06, { 2, -1, -2, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -2.366462628077e-06, -1.002221490334e-05, { 3, 0, -1, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { 9.901168763396e-06, -2.485278489768e-06, { 0, 1, 1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.184121012212e-05, -5.369206299407e-07, { 0, 1, 0, 0, 0, 0, -7, 16, -4, -5, 0, 0, 0 } }, + { -1.145522826582e-05, 9.062504255498e-07, { 1, 0, 1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 4.794946162876e-07, 1.187942742454e-05, { 1, 0, 0, 0, 0, 0, 12, -18, 0, 0, 0, 0, 0 } }, + { -1.017805281860e-05, -2.172852788111e-06, { 1, 0, 0, 0, 0, -15, 17, 0, 0, 0, 0, 0, 0 } }, + { 6.540493780714e-07, -1.169207185959e-05, { 0, 1, 1, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { -1.031899699853e-05, 2.021125757099e-06, { 1, 0, 1, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { -9.624748946767e-06, 2.713707374001e-06, { 0, 1, -1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.153886304738e-05, -7.965577744310e-07, { 0, 1, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.093798051345e-05, -1.384101956271e-06, { 3, 2, -3, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.093798051345e-05, -1.384101956271e-06, { 3, 0, -3, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.010584742081e-05, -2.161230934276e-06, { 4, -1, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -2.351919518596e-06, 9.914469056256e-06, { 2, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.042800831816e-05, 1.829026145845e-06, { 2, -1, 0, 0, 0, 0, 5, 0, -4, 0, 0, 0, 0 } }, + { 1.222951662919e-05, -9.890883613294e-09, { 0, 1, 0, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.525180589290e-07, -1.207532920394e-05, { 2, -1, -3, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.756777337236e-07, -1.173181741779e-05, { 2, -1, -1, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { 9.949054514137e-06, -2.252547781506e-06, { 1, 0, 1, 0, 0, -23, 23, 0, 0, 0, 0, 0, 0 } }, + { -1.893905466043e-06, -1.030333565988e-05, { 1, -2, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 7.411255179181e-07, 1.145594421646e-05, { 2, 1, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.205026872289e-05, -1.439728889437e-07, { 0, 1, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.209016268149e-05, 1.038566738434e-07, { 1, -1, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 2.336435823927e-06, -9.853795469387e-06, { 3, 0, -2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 7.182616354185e-07, -1.145511234520e-05, { 4, -1, -1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.216073219338e-05, -6.827441022705e-09, { 0, 1, 0, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.345218288226e-06, -1.078441693364e-05, { 0, 1, -2, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 1.211384756296e-05, 7.981146621316e-09, { 1, -3, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.191011782222e-05, -2.110840805501e-07, { 0, 3, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.194686929965e-05, 1.713750939099e-07, { 6, -1, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.206386169836e-05, 4.947745929383e-08, { 2, -1, -1, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { -1.012319028697e-05, 1.969427160098e-06, { 1, -2, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.161949331595e-05, -4.724625086501e-07, { 0, 1, -2, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.305585084334e-06, -9.753831123942e-06, { 3, 0, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.656245107524e-07, -1.158618411635e-05, { 2, -1, 0, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { 3.600732590239e-07, 1.168970212528e-05, { 2, 1, 1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.180992594019e-05, 2.366203294343e-07, { 4, 1, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -7.719454774754e-07, -1.127410023933e-05, { 0, 1, -1, 0, 0, 0, -8, 11, 0, 0, 0, 0, 0 } }, + { -1.203919227310e-05, -6.406181769283e-10, { 0, 1, 2, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 4.345523458056e-07, -1.159787032353e-05, { 6, -1, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -7.976994322879e-08, -1.194909457965e-05, { 4, -1, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -9.802457850242e-06, -2.218461621889e-06, { 2, -1, 0, 0, 0, 0, -1, 0, 2, -4, 0, 0, 0 } }, + { 1.172963446801e-05, 2.670346758765e-07, { 4, 1, -1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -1.411009519147e-07, 1.185233012524e-05, { 2, 1, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.040823382373e-05, 1.552563116828e-06, { 2, -1, -1, 0, 0, 0, 2, 0, 2, -7, 0, 0, 0 } }, + { 1.145992040995e-05, 4.986102024979e-07, { 2, -1, -1, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { -1.144800118791e-05, 5.065383179626e-07, { 6, -1, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.000192335870e-05, 1.932805051260e-06, { 4, -1, -1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.919923302007e-06, -1.001125047518e-05, { 1, 0, 1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -3.903360013911e-07, -1.151437023434e-05, { 0, 1, -1, 0, 0, -11, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.020968483144e-05, 1.694266504917e-06, { 2, -1, -1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.011561322968e-05, 1.769144042413e-06, { 3, 0, -1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -7.914392016020e-06, 3.956985405714e-06, { 2, 1, -1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.134296418500e-05, -5.193073971133e-07, { 0, 1, 1, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { -1.175738910785e-05, -9.836319215203e-08, { 2, -1, -2, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.008738025703e-05, -1.763082150823e-06, { 4, 1, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 1.070812077275e-05, 1.138428282740e-06, { 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { -1.136007710775e-05, -4.863203292201e-07, { 0, 1, 0, 0, 4, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.046298364692e-05, -1.359126994885e-06, { 3, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.175184840879e-05, 6.588136362258e-08, { 2, -1, -1, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { -1.084548764353e-05, 9.690770301859e-07, { 0, 1, -1, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { 1.180034857592e-05, -5.271527525766e-09, { 2, -1, 1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 9.863851041484e-06, 1.918732134936e-06, { 3, 0, -2, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.729806089170e-07, -1.129986858580e-05, { 2, -3, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.079423390961e-05, 9.692973313722e-07, { 0, 1, -1, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { -1.164362655140e-05, 1.129318207753e-07, { 2, -1, 0, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0 } }, + { 1.016904174786e-05, 1.581551243419e-06, { 0, 1, 1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 1.014731351992e-05, 1.596940575466e-06, { 1, 0, -1, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { -1.052564134880e-05, -1.215325568474e-06, { 1, 0, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.107197106412e-05, -6.581775051061e-07, { 0, 1, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 7.157803801021e-07, 1.100379067839e-05, { 0, 1, -2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.525225506000e-07, -1.134754523043e-05, { 2, -1, -2, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.062596747958e-05, 1.072900930323e-06, { 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { 1.113051653049e-05, 5.672061284619e-07, { 3, -1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.167923744073e-05, -4.711689426897e-09, { 6, 1, -3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -9.245400643965e-07, 1.073407505140e-05, { 2, -1, 1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.031255704378e-05, -1.336838578856e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0 } }, + { -1.031255704378e-05, -1.336838578856e-06, { 1, -2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0 } }, + { 1.155749180634e-05, 9.004028768602e-08, { 4, -1, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -1.153056271408e-05, -1.077849105492e-07, { 2, 1, -1, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0 } }, + { -1.043690324302e-05, 1.179910994818e-06, { 1, 0, -1, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.137215469121e-05, -2.410331267153e-07, { 4, -1, -1, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -8.625723595840e-06, 2.986411137830e-06, { 1, 0, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { -9.869109870973e-06, -1.742040736182e-06, { 1, -2, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.265989882161e-06, 1.033405072809e-05, { 1, -2, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.051320582585e-05, 1.080296583289e-06, { 2, 1, -1, 0, 0, 0, 11, -17, 0, 0, 0, 0, 0 } }, + { 1.015728924661e-05, 1.397740921785e-06, { 1, 0, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.154135185623e-05, 1.177510258374e-08, { 0, 3, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -4.581428920275e-07, -1.108897347502e-05, { 0, 3, 1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 9.987644996901e-06, -1.556002864458e-06, { 2, 1, -2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -2.478994350081e-06, -9.060125751440e-06, { 4, -1, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.383981996077e-07, 1.106397012942e-05, { 2, 1, 0, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { 2.177491785840e-06, -9.320892931720e-06, { 1, 0, 2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.705375991777e-07, 1.121093550160e-05, { 0, 1, -1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.595662374983e-06, 9.871872243149e-06, { 0, 3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.145076147231e-05, -9.402719876319e-09, { 4, -1, -1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -3.700850209560e-07, -1.108569333815e-05, { 2, 1, 0, 0, 0, -19, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.128630275227e-05, -1.515259014150e-07, { 3, 1, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 4.456072834267e-07, -1.096120786072e-05, { 2, 1, -1, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { 4.108692883702e-07, -1.099098433838e-05, { 0, 1, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.064787109160e-05, -7.538396051149e-07, { 1, 0, -1, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.509319797492e-06, 9.885441505006e-06, { 0, 1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.481767274164e-06, -9.889608978378e-06, { 2, -3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.004843004139e-05, -1.314459917110e-06, { 1, 0, 1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -1.135717235925e-05, 2.744350553644e-09, { 2, -1, -1, 0, 0, 0, 2, 0, 0, 0, -2, 0, 0 } }, + { -1.085476787488e-05, 4.931284078825e-07, { 2, -1, -1, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { -1.131160386424e-05, 1.015219872350e-08, { 0, 3, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.130509801825e-05, -6.280483944493e-09, { 4, 1, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.023824747041e-05, -1.067003113540e-06, { 3, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.396625509114e-06, 9.901991576814e-06, { 0, 1, 2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.003399001400e-05, -1.249676828918e-06, { 2, -1, -1, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.009272691096e-05, -1.188058272867e-06, { 2, -1, 0, 0, 0, 0, 10, -16, 0, 0, 0, 0, 0 } }, + { 1.126614120785e-05, -6.990480000028e-09, { 0, 1, 1, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.113289934553e-05, -8.975700179673e-08, { 0, 1, 0, 0, 0, 3, -5, 0, 0, 4, 0, -2, 0 } }, + { 1.113289934553e-05, -8.975700179673e-08, { 0, 1, 0, 0, 0, -3, 5, 0, 0, -4, 0, 2, 0 } }, + { 2.051658376806e-07, 1.101027216152e-05, { 2, -1, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { -9.917219327613e-06, -1.284040812445e-06, { 2, 0, -1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.917219327613e-06, -1.284040812445e-06, { 2, -2, -1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.169462865345e-06, -1.001234105887e-05, { 2, 1, -1, 0, 0, -27, 34, -3, 0, 0, 0, 0, 0 } }, + { -1.169462865345e-06, -1.001234105887e-05, { 2, -1, -1, 0, 0, -27, 34, -3, 0, 0, 0, 0, 0 } }, + { 1.111234590655e-05, -6.445773788382e-08, { 2, 1, 0, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.793284126552e-07, -1.099179383211e-05, { 2, 1, -1, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.030500155613e-05, -8.506580184317e-07, { 0, 1, 1, 0, 0, 0, -1, 0, 0, 0, 1, 0, 0 } }, + { 1.112344668344e-05, 1.113870560005e-08, { 0, 1, 1, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.084027081847e-05, 2.870519546883e-07, { 2, -3, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.018187168127e-05, -9.404145934883e-07, { 2, -1, 1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -1.112076507171e-05, 5.613215454747e-10, { 1, -1, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 1.108856472925e-05, -1.563090547218e-08, { 1, -1, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.077407855541e-05, 3.049892157032e-07, { 1, 1, 1, 0, 0, -41, 41, 0, 0, 0, 0, 0, 0 } }, + { 1.077407855541e-05, 3.049892157032e-07, { 1, -1, 1, 0, 0, -41, 41, 0, 0, 0, 0, 0, 0 } }, + { -1.107305800303e-05, -5.682982043556e-09, { 1, 1, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.095999181786e-05, -8.239001327977e-08, { 4, -3, -2, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 8.550666409130e-07, -1.018054550174e-05, { 2, -1, 0, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { 1.099179896752e-05, 3.770930743194e-08, { 2, -1, -2, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.027926616758e-05, -7.470093022537e-07, { 2, 1, -1, 0, 0, 0, 4, 0, -3, 0, 0, 0, 0 } }, + { 1.030646650671e-05, -7.077521854392e-07, { 3, -1, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.085776342025e-05, 1.462811656213e-07, { 2, -1, -1, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { -1.084877970074e-05, 1.359432959576e-07, { 4, 1, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -1.097704328762e-05, -6.778333115458e-09, { 2, -3, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.097583978068e-05, 4.826366571737e-09, { 2, 1, -3, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.969030440451e-08, -1.087827229361e-05, { 4, 1, -2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.087111501354e-05, -9.907524687367e-08, { 2, 1, 1, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { 1.088650346431e-05, -7.562800215262e-08, { 2, -1, 1, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { 9.153206013750e-06, -1.793950553880e-06, { 0, 1, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { 1.090107298665e-05, -7.961046015079e-09, { 0, 1, 0, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 4.586748595673e-07, 1.044591415683e-05, { 2, 1, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -8.875832224900e-06, -2.003046104012e-06, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { -1.082435913063e-05, -4.728805119239e-08, { 0, 1, -1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 7.178459116970e-06, -3.677134841930e-06, { 2, 1, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 8.952723745400e-07, 9.959843742519e-06, { 1, 2, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.951176638930e-07, -9.959857647968e-06, { 1, -2, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.950011961847e-07, -9.959868114530e-06, { 1, -4, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.949872895845e-07, 9.959869364178e-06, { 1, -2, 3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.949507847507e-07, -9.959872644410e-06, { 3, -2, -3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.949334014923e-07, -9.959874206379e-06, { 3, -2, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.948708217393e-07, -9.959879829215e-06, { 1, -2, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.946570073169e-07, -9.959899037604e-06, { 1, 2, -1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.945613991084e-07, -9.959907625236e-06, { 1, -2, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.945544457810e-07, -9.959908249755e-06, { 5, 0, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.945544457810e-07, -9.959908249755e-06, { 3, 0, 3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.945544457810e-07, -9.959908249755e-06, { 3, 0, -1, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.945544457810e-07, -9.959908249755e-06, { 2, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.945544457810e-07, 9.959908249755e-06, { 1, 0, 3, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.945544457810e-07, 9.959908249755e-06, { 1, 0, -4, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.945492307851e-07, 9.959908718141e-06, { 3, -2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.943910424600e-07, 9.959922924560e-06, { 1, -2, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.056010396423e-05, 2.892716175322e-07, { 1, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.686472320704e-07, -1.027237851361e-05, { 0, 1, 1, 0, 0, 0, -8, 11, 0, 0, 0, 0, 0 } }, + { 4.654654775401e-07, -1.036012460236e-05, { 3, -1, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.055258566112e-05, 2.700817043332e-07, { 0, 1, 1, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { 1.029401921366e-05, 5.258128031600e-07, { 1, 0, 0, 0, 0, -10, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.071461140868e-05, 1.018323918649e-07, { 1, -1, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.081034805334e-05, 5.597960449010e-09, { 1, -1, 1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.024857912018e-05, 5.636472628603e-07, { 2, -3, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.078717460462e-05, 1.004943181300e-08, { 0, 1, -2, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.078534369156e-05, -4.959981385205e-09, { 2, 1, -3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.015675666370e-05, 5.702683885920e-07, { 2, 1, 0, 0, 0, 0, -3, 0, 0, 3, 0, 0, 0 } }, + { -1.072059858475e-05, 1.221094256770e-09, { 2, -1, -3, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.070697941693e-05, 8.705320441180e-09, { 1, -1, 2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.068773198995e-05, 1.990028984960e-08, { 0, 1, -2, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.028144496379e-05, -4.220035727941e-07, { 0, 1, 2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -1.068675213855e-05, -7.695708771535e-09, { 0, 1, 0, 0, 0, -23, 23, 0, 0, 0, 0, 0, 0 } }, + { 1.727481276334e-07, 1.049784205393e-05, { 3, 1, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.034703699165e-05, 3.186241372124e-07, { 2, -1, 3, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.063517502256e-05, -6.994695107185e-09, { 6, 1, -3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.043852664191e-05, 1.976167861945e-07, { 2, 1, 2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 1.062364947726e-05, -2.894578229660e-09, { 0, 1, 1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.061013847263e-05, 1.280009683200e-08, { 0, 1, 1, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.128846550682e-07, -1.029908970633e-05, { 2, 1, -3, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -4.531307469720e-07, 1.014325890738e-05, { 2, 1, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -5.986107622289e-07, 9.996006890955e-06, { 2, -1, 0, 0, 0, 0, 14, -17, 0, 0, 0, 0, 0 } }, + { 1.008223989159e-05, -5.064877882223e-07, { 3, -1, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.054176272765e-05, 4.209351006738e-08, { 0, 1, -2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -3.811412268973e-07, 1.018714294319e-05, { 2, 1, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.049965987638e-05, 3.320923699093e-08, { 4, 1, -2, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 1.047342325894e-05, -5.189256654206e-08, { 4, -1, -1, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 1.014831857292e-05, -3.698618127389e-07, { 0, 1, 2, 0, 0, 0, -2, 0, 3, -1, 0, 0, 0 } }, + { -2.012976859897e-07, -1.028085593339e-05, { 1, -1, 2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.044912117325e-05, -2.260961264186e-08, { 1, 1, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -1.037689074826e-05, 8.941044900842e-08, { 2, 1, 3, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.033929243596e-05, 1.269770236084e-07, { 1, -1, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -3.803558894237e-07, -1.005857452721e-05, { 2, -1, 1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 1.042727259573e-05, 8.105693417111e-09, { 2, -1, -1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 1.028475601658e-05, 1.172139474534e-07, { 2, -1, -1, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { -2.157180177803e-07, 1.018013311203e-05, { 0, 1, 1, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.032726723740e-06, -8.339107999630e-06, { 3, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.033821963799e-05, 1.517939600228e-09, { 4, -1, 0, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { 1.012824085604e-05, 2.099548316191e-07, { 2, -1, 0, 0, 0, 0, -2, 0, 0, 0, 2, 0, 0 } }, + { -1.028560304657e-05, -5.010978439850e-08, { 2, -1, 1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -9.995147874856e-06, 3.114786666143e-07, { 2, 1, -1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.995147874856e-06, 3.114786666143e-07, { 2, -1, -1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.029035591942e-05, -1.177448210612e-08, { 1, -1, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.510769351813e-07, -1.013432414881e-05, { 4, -1, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.587748205747e-07, 1.008146720062e-05, { 2, 1, -1, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.010499510079e-05, -5.288947997475e-08, { 0, 1, 1, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -9.999316457254e-06, -1.169204331730e-07, { 2, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.999982076453e-06, -1.893332041388e-08, { 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.999982659826e-06, 1.862265235477e-08, { 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.999997611556e-06, -6.911503287641e-09, { 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.999997611556e-06, -6.911503287641e-09, { 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.999999997465e-06, -2.251474734903e-10, { 1, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999997770e-06, 2.111848394756e-10, { 2, -2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999997879e-06, 2.059488517208e-10, { 2, -2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -9.999999998190e-06, 1.902408884559e-10, { 2, 2, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -9.999999998321e-06, -1.832595714478e-10, { 2, -4, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999998353e-06, -1.815142421955e-10, { 0, 4, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -9.999999998654e-06, 1.640609496801e-10, { 4, 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999998766e-06, -1.570796326733e-10, { 2, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999998794e-06, -1.553343034209e-10, { 2, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 9.999999998951e-06, 1.448623279105e-10, { 4, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { -9.999999999143e-06, -1.308996938977e-10, { 6, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -9.999999999143e-06, 1.308996938958e-10, { 4, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999999166e-06, -1.291543646453e-10, { 3, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999999166e-06, 1.291543646440e-10, { 4, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999999188e-06, 1.274090353921e-10, { 2, 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999999188e-06, -1.274090353929e-10, { 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999999210e-06, -1.256637061405e-10, { 3, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -9.999999999210e-06, -1.256637061405e-10, { 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -9.999999999210e-06, -1.256637061405e-10, { 0, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -9.999999999232e-06, 1.239183768884e-10, { 2, -2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999999232e-06, 1.239183768884e-10, { 0, 2, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -9.999999999232e-06, 1.239183768884e-10, { 0, 0, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -9.999999999337e-06, -1.151917306309e-10, { 6, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -9.999999999337e-06, -1.151917306309e-10, { 4, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999999356e-06, -1.134464013785e-10, { 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 9.999999999415e-06, 1.082104136215e-10, { 2, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -9.999999999433e-06, -1.064650843687e-10, { 2, 0, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999999452e-06, -1.047197551163e-10, { 1, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -9.999999999522e-06, -9.773843811139e-11, { 4, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -9.999999999588e-06, -9.075712110150e-11, { 1, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 9.999999999731e-06, -7.330382858157e-11, { 4, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.999999999863e-06, -5.235987756133e-11, { 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 9.999999999872e-06, 5.061454830762e-11, { 1, -2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -9.999999999919e-06, 4.014257279576e-11, { 2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 1, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.000000000000e-05, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 0.000000000000e+00, -1.000000000000e-05, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.751837013549e-07, -9.690859319410e-06, { 1, 0, 0, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { -9.618797869020e-06, -2.794854627724e-07, { 2, -1, 1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 9.702487958870e-06, -1.379062817740e-07, { 2, -1, -1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 6.801837084760e-06, 2.894385782890e-06, { 2, -1, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { -6.310448522890e-06, 3.092373206389e-06, { 2, -1, -1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 8.953456419720e-06, 6.562923165080e-08, { 1, 1, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -8.507053137450e-06, -3.094170674936e-07, { 2, 1, 1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -6.032370788900e-06, -2.460578903091e-06, { 2, 1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.402758884270e-06, 6.548377104710e-06, { 1, -2, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.638793329102e-06, -4.128087082077e-06, { 1, 0, 0, 0, 0, 0, 3, -4, 2, 0, 0, 0, 0 } }, + { 6.816706403680e-06, 8.941555500490e-07, { 1, 2, -2, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.981089116952e-06, -5.513508752090e-06, { 4, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.372767694838e-06, -5.750690901750e-06, { 3, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.199124613610e-06, 1.826030274800e-06, { 0, 1, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { -5.986117685100e-06, -8.696389428087e-07, { 2, -1, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.992716150193e-06, -3.658421970538e-06, { 0, 1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { 6.429035255900e-07, 5.796818163803e-06, { 4, -1, 0, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.198214890430e-08, -6.313334382160e-06, { 0, 1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.442003262920e-06, 4.810838816286e-06, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { 1.444319328340e-06, 4.787142409125e-06, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { 2.286275146420e-06, 3.641159830020e-06, { 1, 0, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { 4.944058145130e-06, -9.499606704003e-07, { 2, -1, 2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.135137943619e-06, 4.706569088060e-06, { 1, -2, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.794729372690e-07, -5.146409513972e-06, { 0, 1, 0, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.422775428740e-06, 2.814587664807e-07, { 2, 1, -1, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.192610627590e-06, -4.735584259120e-07, { 3, 0, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.020733829461e-06, -4.634431499420e-06, { 1, 0, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -9.805169964210e-07, 4.584810826080e-06, { 1, -2, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 5.146277896620e-07, 4.840587609711e-06, { 4, 1, 0, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.046712901660e-07, 4.745945847083e-06, { 0, 1, -2, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.820554280400e-06, 4.195253047280e-07, { 2, -1, -1, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.105325351670e-06, 3.110061604690e-06, { 1, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.112024605900e-06, -9.482109968600e-07, { 1, 0, 0, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 1.950130052290e-06, -3.064547525480e-06, { 1, 0, 0, 0, 0, 0, -3, 8, 0, 0, 0, 0, 0 } }, + { -4.868674787880e-06, 7.597617565107e-08, { 0, 1, 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.267785749900e-06, 2.932267271802e-07, { 2, -1, 0, 0, -1, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.982361757770e-06, -1.559863376242e-06, { 1, 0, 1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.929361629513e-06, 2.586622697610e-06, { 2, -1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.198269837449e-06, -2.297767589870e-06, { 2, -1, 0, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { -6.060409120900e-07, -3.504720120290e-06, { 2, -1, 0, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -3.561880538060e-06, -2.243143382300e-07, { 0, 1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 2.541005722127e-06, -1.156143203330e-06, { 0, 1, 0, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { -2.523539261454e-06, -9.550115210700e-07, { 0, 1, 0, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { 3.406404865400e-06, -4.225410298507e-09, { 1, -1, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.104257909420e-06, -1.247937355062e-07, { 0, 1, 0, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -6.654323071400e-07, -2.530709356800e-06, { 1, 2, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.130942878270e-06, 1.041167460190e-06, { 1, 0, 0, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0 } }, + { -7.321486672100e-07, -2.431121366300e-06, { 1, -2, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -8.455811546700e-08, 3.062746696930e-06, { 2, 1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.296025844840e-06, 8.301143431000e-07, { 0, 1, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -2.790635099880e-06, -2.632573385610e-07, { 3, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.147300506740e-07, -2.106651149390e-06, { 1, 0, 3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.117113023070e-06, -1.128456635210e-06, { 0, 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 2.106231256720e-06, 8.922797349920e-08, { 0, 1, 1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.865243763740e-07, 1.922419357087e-06, { 1, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.733947121280e-08, 2.044407508780e-06, { 2, -1, 0, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { -8.957468520200e-07, -1.169274872870e-06, { 2, -1, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.004859946360e-07, -1.646798870520e-06, { 5, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.783619550633e-06, 2.501253898600e-07, { 1, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.066300186800e-07, 1.837735524932e-06, { 0, 1, 0, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { -4.091268323000e-08, 1.843365744797e-06, { 0, 1, 0, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { -1.634779776650e-06, 8.835026688600e-08, { 1, -2, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.249189320160e-07, 1.396795162570e-06, { 3, 0, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.639185733620e-08, -1.631534087380e-06, { 2, -1, 0, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.337309439025e-07, -1.518676255850e-06, { 0, 1, 2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.070145135560e-06, -2.673913314171e-07, { 2, -1, -1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -3.211663819700e-07, -7.621822411600e-07, { 1, 0, 0, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { 5.954958666000e-07, -3.004422530836e-07, { 2, 1, -1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { 4.793299000988e-10, 8.076334683574e-07, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.277651757110e-07, -4.808519754200e-07, { 1, 0, -3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.172636649000e-08, -4.519518461072e-07, { 2, 1, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.542464380200e-07, -8.319790866710e-08, { 2, 1, 1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.442917626000e-08, -2.277987878267e-07, { 0, 1, 0, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { 2.855635752000e-08, -2.112155815580e-07, { 0, 1, 0, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { 4.257923545000e-09, 8.538509629000e-08, { 1, -2, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.118202600000e-08, 5.383257794154e-08, { 4, -1, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } } +} }; + +constexpr array g_PERT_S2_2 +{ { + { -7.430000000000e-02, 0.000000000000e+00, { 2, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.043000000000e-02, 0.000000000000e+00, { 2, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.229000000000e-02, 0.000000000000e+00, { 2, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.999000000000e-02, 0.000000000000e+00, { 2, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.869000000000e-02, 0.000000000000e+00, { 2, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.696000000000e-02, 0.000000000000e+00, { 0, 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.623000000000e-02, 0.000000000000e+00, { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.262562730846e-02, 3.251379396349e-03, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.549403410181e-03, 9.886576285223e-03, { 0, 1, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 4.547600825700e-03, 9.882658690231e-03, { 0, 1, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.419000000000e-02, 0.000000000000e+00, { 0, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.338000000000e-02, 0.000000000000e+00, { 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.279000000000e-02, 0.000000000000e+00, { 0, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.215000000000e-02, 0.000000000000e+00, { 0, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.460000000000e-03, 0.000000000000e+00, { 2, -1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.430000000000e-03, 0.000000000000e+00, { 2, -1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.420000000000e-03, 0.000000000000e+00, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.300000000000e-03, 0.000000000000e+00, { 2, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.180000000000e-03, 0.000000000000e+00, { 2, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.956194959634e-03, -4.961474050251e-05, { 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.850000000000e-03, 0.000000000000e+00, { 2, 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.070000000000e-03, 0.000000000000e+00, { 2, -1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.020000000000e-03, 0.000000000000e+00, { 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.020000000000e-03, 0.000000000000e+00, { 1, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-03, 0.000000000000e+00, { 0, 1, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.980000000000e-03, 0.000000000000e+00, { 2, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.930000000000e-03, 0.000000000000e+00, { 2, 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.640000000000e-03, 0.000000000000e+00, { 2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.610000000000e-03, 0.000000000000e+00, { 0, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.043430356693e-04, 1.095577020555e-03, { 0, 1, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.580000000000e-03, 0.000000000000e+00, { 2, 1, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.886762018153e-04, 1.061527657944e-03, { 0, 1, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.490000000000e-03, 0.000000000000e+00, { 4, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.350000000000e-03, 0.000000000000e+00, { 2, -1, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.040000000000e-03, 0.000000000000e+00, { 4, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.152457436873e-04, 7.151122910545e-04, { 0, 1, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.152349608530e-04, 7.150763564504e-04, { 0, 1, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.070895696508e-04, -1.803843915263e-04, { 1, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.500000000000e-04, 0.000000000000e+00, { 4, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.684188653734e-04, 1.701583511140e-04, { 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.900000000000e-04, 0.000000000000e+00, { 0, 1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.600000000000e-04, 0.000000000000e+00, { 0, 1, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.674244154714e-04, 1.869940256210e-04, { 2, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 6.800000000000e-04, 0.000000000000e+00, { 2, -1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.000000000000e-04, 0.000000000000e+00, { 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.700000000000e-04, 0.000000000000e+00, { 2, 1, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.700000000000e-04, 0.000000000000e+00, { 0, 1, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.400000000000e-04, 0.000000000000e+00, { 4, 1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.300000000000e-04, 0.000000000000e+00, { 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.300000000000e-04, 0.000000000000e+00, { 2, -1, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.695893193456e-04, -1.470443247156e-04, { 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.579100467217e-04, 3.430277208488e-04, { 2, -1, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.576579507418e-04, 3.424798353351e-04, { 2, -1, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 3.525364252367e-04, -1.461613047395e-04, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 4.800000000000e-04, 0.000000000000e+00, { 0, 1, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.300000000000e-04, 0.000000000000e+00, { 4, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.000000000000e-04, 0.000000000000e+00, { 4, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.700000000000e-04, 0.000000000000e+00, { 2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.500000000000e-04, 0.000000000000e+00, { 2, -1, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.019074884780e-04, 2.213784059216e-04, { 2, 1, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.200000000000e-04, 0.000000000000e+00, { 2, -1, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.879950745808e-05, 2.146241352386e-04, { 2, 1, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.100000000000e-04, 0.000000000000e+00, { 2, 1, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.100000000000e-04, 0.000000000000e+00, { 0, 1, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.551226086480e-04, -4.703032737323e-05, { 1, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.566242408314e-04, 3.413296890386e-05, { 0, 1, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 2.566092825590e-04, 3.413152491547e-05, { 0, 1, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 2.724009083443e-04, -1.811665287776e-05, { 2, -1, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.723158178122e-04, -1.809389122974e-05, { 2, -1, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -2.900000000000e-04, 0.000000000000e+00, { 2, 1, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.900000000000e-04, 0.000000000000e+00, { 0, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.330032838791e-04, -4.795673197284e-05, { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.800000000000e-04, 0.000000000000e+00, { 4, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.800000000000e-04, 0.000000000000e+00, { 2, -1, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.800000000000e-04, 0.000000000000e+00, { 0, 1, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.802964038234e-05, 1.912273776060e-04, { 2, 1, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -8.725673646970e-05, 1.895476091080e-04, { 2, 1, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.421969608712e-04, 2.677754927466e-05, { 0, 1, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.421796802122e-04, 2.677465261109e-05, { 0, 1, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 6.544518130139e-05, -1.973821292567e-04, { 1, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.600000000000e-04, 0.000000000000e+00, { 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.600000000000e-04, 0.000000000000e+00, { 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.565848628452e-04, -7.048097911356e-05, { 0, 1, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.565736837325e-04, -7.047682698168e-05, { 0, 1, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 2.200000000000e-04, 0.000000000000e+00, { 2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.200000000000e-04, 0.000000000000e+00, { 2, -3, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-04, 0.000000000000e+00, { 2, -1, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.900000000000e-04, 0.000000000000e+00, { 0, 1, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.900000000000e-04, 0.000000000000e+00, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.501834397315e-04, 3.966258443883e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 1.800000000000e-04, 0.000000000000e+00, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.700000000000e-04, 0.000000000000e+00, { 4, -1, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.385094509506e-04, 2.408910907346e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.600000000000e-04, 0.000000000000e+00, { 2, 1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.600000000000e-04, 0.000000000000e+00, { 2, -1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.600000000000e-04, 0.000000000000e+00, { 0, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.256794388293e-04, 3.323670644879e-05, { 3, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.448552726264e-05, -6.676959007307e-05, { 0, 1, 1, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { -8.448552726264e-05, -6.676959007307e-05, { 0, 1, -1, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { -1.500000000000e-04, 0.000000000000e+00, { 4, -1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.652159709384e-05, 1.010578981436e-04, { 0, 1, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 5.267683494172e-05, 9.454234774720e-05, { 2, 1, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.211673710927e-04, 2.330985281341e-05, { 1, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.063625031200e-04, -3.517565445854e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -4.458942971792e-05, 9.685867768899e-05, { 0, 1, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 5.010059617567e-05, 8.991567051931e-05, { 2, -1, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.400000000000e-04, 0.000000000000e+00, { 4, -1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.400000000000e-04, 0.000000000000e+00, { 2, 1, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.400000000000e-04, 0.000000000000e+00, { 2, -1, -3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.400000000000e-04, 0.000000000000e+00, { 2, -3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.400000000000e-04, 0.000000000000e+00, { 1, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.400000000000e-04, 0.000000000000e+00, { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 5.151215278100e-05, 8.213952145212e-05, { 2, -1, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.143658045949e-05, 8.201922846038e-05, { 2, 1, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.006183835019e-04, 3.045897730977e-05, { 1, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.300000000000e-04, 0.000000000000e+00, { 4, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.300000000000e-04, 0.000000000000e+00, { 4, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.300000000000e-04, 0.000000000000e+00, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.063106828460e-04, -2.189182007948e-05, { 1, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.850898596010e-05, 9.585007939239e-05, { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.200000000000e-04, 0.000000000000e+00, { 4, 1, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.200000000000e-04, 0.000000000000e+00, { 2, 1, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.100000000000e-04, 0.000000000000e+00, { 2, -1, -2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.163809389440e-05, 1.726604153220e-05, { 1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -8.099333088255e-05, 2.581909054840e-05, { 2, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.389069379041e-05, 7.936893976469e-05, { 0, 1, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.379637880721e-05, 7.905462714543e-05, { 0, 1, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-04, 0.000000000000e+00, { 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.734119312570e-05, -2.045335781464e-05, { 1, -2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 7.933527510110e-05, -1.413478347104e-05, { 1, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.330138804578e-05, 4.917709942060e-05, { 1, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.569873873853e-05, 7.485377929255e-05, { 0, 1, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.570009142308e-05, 7.483652946878e-05, { 0, 1, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -9.000000000000e-05, 0.000000000000e+00, { 3, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.000000000000e-05, 0.000000000000e+00, { 1, -1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.000000000000e-05, 0.000000000000e+00, { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.000000000000e-05, 0.000000000000e+00, { 0, 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.000000000000e-05, 0.000000000000e+00, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.385579824458e-05, -1.414494832036e-05, { 1, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -2.073577778631e-05, 6.611633129047e-05, { 0, 1, 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 2.073789977922e-05, 6.609185410793e-05, { 0, 1, 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 4.030217767987e-06, 8.230361776803e-05, { 2, -1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.810830602304e-05, -5.819803338317e-05, { 0, 1, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -2.810918950267e-05, -5.818192244205e-05, { 0, 1, 0, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -4.057611999502e-06, 8.181716947600e-05, { 2, -1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 6.767354398499e-05, 1.789668808781e-05, { 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 7.929729492960e-05, 3.285837431926e-06, { 1, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -6.833779119178e-05, -1.407596433883e-05, { 1, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.094538648841e-05, -5.140411515709e-05, { 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.072187927392e-05, 5.153800669291e-05, { 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.072187927392e-05, 5.153800669291e-05, { 0, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.000000000000e-05, 0.000000000000e+00, { 4, 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.000000000000e-05, 0.000000000000e+00, { 4, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.000000000000e-05, 0.000000000000e+00, { 2, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -8.000000000000e-05, 0.000000000000e+00, { 2, 1, -1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -8.000000000000e-05, 0.000000000000e+00, { 0, 1, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.000000000000e-05, 0.000000000000e+00, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 6.030319665576e-05, 1.794338942126e-05, { 2, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -6.505060722444e-05, 1.297104003520e-05, { 1, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.861388601870e-06, -7.105901585440e-05, { 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -5.506637824610e-05, 2.043611045459e-05, { 2, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.735658617323e-05, -1.761312074995e-05, { 2, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.090213921261e-05, -3.377214250920e-05, { 2, 1, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.084400283582e-05, -3.372409565712e-05, { 2, -1, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -3.628864586077e-05, 3.501801790042e-05, { 2, -1, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 1.177149399301e-05, -5.883393518347e-05, { 2, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.176971754427e-05, 5.883429058745e-05, { 2, -1, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 5.940902489662e-05, -1.103617973144e-05, { 1, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -6.352358565069e-05, -6.905926830109e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 4.501126075648e-05, -2.525386332857e-05, { 2, -1, 0, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { 7.000000000000e-05, 0.000000000000e+00, { 4, 1, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.000000000000e-05, 0.000000000000e+00, { 4, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.000000000000e-05, 0.000000000000e+00, { 2, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.000000000000e-05, 0.000000000000e+00, { 2, -1, -1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.616147222849e-05, -4.355691275991e-05, { 2, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -5.238136971203e-05, 1.723947961123e-05, { 2, 1, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -5.229431514865e-05, 1.721083589794e-05, { 2, -1, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -5.750197875188e-05, 1.171972883581e-05, { 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.969105398519e-05, 3.932737434943e-05, { 2, -1, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 5.618205408431e-05, 1.147093054508e-05, { 1, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.486736763168e-05, 2.206624847598e-05, { 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.901444976084e-05, 3.758522919755e-05, { 2, -1, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -5.348655899585e-05, -9.002922651217e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 6.000000000000e-05, 0.000000000000e+00, { 4, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.000000000000e-05, 0.000000000000e+00, { 4, 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.000000000000e-05, 0.000000000000e+00, { 4, 1, -2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.000000000000e-05, 0.000000000000e+00, { 3, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.000000000000e-05, 0.000000000000e+00, { 2, -1, -2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.000000000000e-05, 0.000000000000e+00, { 0, 1, -3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.000000000000e-05, 0.000000000000e+00, { 0, 1, -3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.987067026409e-05, -3.754238036667e-05, { 2, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -4.713551333973e-05, -9.708296713606e-06, { 1, 0, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.185356865581e-05, 1.470905947649e-05, { 1, 0, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.286913227311e-05, 2.279517807811e-05, { 2, -1, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.923946828160e-05, -4.303834534834e-06, { 2, 1, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -4.920731720960e-05, -4.297108732658e-06, { 2, 1, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.685879774130e-05, 3.662207520348e-05, { 2, -1, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.835235137126e-05, -3.498924325052e-05, { 2, -1, 0, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -3.185401690799e-05, 2.030321779042e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { -1.801946567020e-05, -3.412176458959e-05, { 2, -1, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -1.632513308863e-05, 3.545968814357e-05, { 2, -1, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -5.000000000000e-05, 0.000000000000e+00, { 3, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.000000000000e-05, 0.000000000000e+00, { 3, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.000000000000e-05, 0.000000000000e+00, { 2, -1, -3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.000000000000e-05, 0.000000000000e+00, { 1, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.000000000000e-05, 0.000000000000e+00, { 1, -1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.000000000000e-05, 0.000000000000e+00, { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.782675920247e-05, 3.197349304542e-05, { 2, -1, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 4.187142961833e-05, -7.126998735162e-06, { 1, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.867059656285e-05, 1.022667890732e-05, { 1, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.612318418908e-05, -3.267666510952e-05, { 0, 1, 1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -1.612318418908e-05, -3.267666510952e-05, { 0, 1, -1, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 3.872195566418e-05, 1.003046108318e-05, { 2, -1, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.615897519008e-06, 4.198547276334e-05, { 1, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.515037885453e-05, 3.291110310025e-05, { 2, 1, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.162501894678e-05, -3.629897303982e-05, { 1, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.427834660317e-05, -1.334829663906e-05, { 2, 1, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -3.414656079540e-05, -1.336986004444e-05, { 2, 1, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.483415243840e-05, 3.222596144157e-05, { 2, 1, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.870829922178e-05, 7.876820398685e-06, { 1, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.962840039952e-05, 1.600121957259e-05, { 2, -1, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -1.420397339135e-05, -3.129855010790e-05, { 1, 0, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 3.384803284739e-05, 1.115391958637e-05, { 2, -1, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.636347943302e-06, -4.215444117703e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -3.664802067412e-05, -6.960583117424e-06, { 1, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.994050279140e-05, -2.180879815691e-06, { 2, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.146169389061e-05, -9.872219152499e-06, { 2, -1, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -3.133879406072e-05, -9.893649319167e-06, { 2, -1, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -2.667837000952e-05, 1.368553281583e-05, { 2, -1, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -3.342835138662e-05, -6.880478236099e-06, { 1, 0, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.699941404880e-05, 1.307790659935e-05, { 2, -3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.000000000000e-05, 0.000000000000e+00, { 6, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.000000000000e-05, 0.000000000000e+00, { 4, -1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.000000000000e-05, 0.000000000000e+00, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 4.000000000000e-05, 0.000000000000e+00, { 2, -3, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.000000000000e-05, 0.000000000000e+00, { 1, 1, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.000000000000e-05, 0.000000000000e+00, { 1, -1, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.000000000000e-05, 0.000000000000e+00, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.228593995733e-05, -2.707218434140e-05, { 1, 2, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -2.780138511533e-05, 1.127310896200e-05, { 1, -2, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.673975291607e-05, -1.109284920759e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.900294742214e-05, -7.670009180489e-06, { 1, -2, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.742045010017e-05, 9.197932864035e-06, { 1, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.576180021385e-05, 9.655635321657e-08, { 2, -1, 0, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { 1.794409267034e-05, 1.714792071364e-05, { 2, -1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -2.619779179953e-05, -8.381120889757e-06, { 2, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.027489939821e-05, 2.410491148174e-05, { 2, -1, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.070445138349e-05, -2.327904618577e-05, { 0, 1, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.533114629262e-05, 8.493271927511e-06, { 1, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.022568983989e-05, 3.519139035079e-06, { 0, 1, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -3.022035772835e-05, 3.517971983370e-06, { 0, 1, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 2.562005139352e-05, 7.695527168970e-06, { 2, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.161446531043e-05, 2.078058387637e-05, { 2, -1, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 4.745784165250e-06, 2.750494550911e-05, { 0, 1, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -4.734985620153e-06, 2.748107021365e-05, { 0, 1, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -7.445828821665e-06, 2.473733983029e-05, { 2, -1, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 7.445828821665e-06, 2.473733983029e-05, { 2, -1, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.636948646177e-05, 5.444144223015e-06, { 1, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.874027608034e-05, 2.588294044265e-06, { 1, 0, 0, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { 2.077267816789e-05, -1.019905628240e-05, { 2, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.405778046450e-05, 1.627069628647e-05, { 0, 1, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -2.299705859526e-05, 7.186846837257e-06, { 0, 1, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 6, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 4, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 3, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 3, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 3, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 2, 3, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 2, 1, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 2, 1, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 2, 1, -2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 2, -1, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 2, -1, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 2, -3, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 1, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 1, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 1, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 0, 3, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 0, 1, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.000000000000e-05, 0.000000000000e+00, { 0, 1, -2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.381839084581e-05, 1.599756132958e-05, { 0, 1, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -2.262259173002e-05, 7.192482842004e-06, { 2, 1, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.018542668569e-06, 2.473727104859e-05, { 0, 1, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 5.010921780842e-06, 2.472451398541e-05, { 0, 1, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.922309236754e-05, 1.036200135700e-05, { 2, 1, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 2.522164475597e-05, -4.059977538931e-06, { 1, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.398908357863e-05, -4.930474005695e-06, { 1, 0, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -8.084861938241e-06, -2.076333114728e-05, { 1, 1, 0, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -8.084861938241e-06, -2.076333114728e-05, { 1, -1, 0, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 2.153890867964e-05, 6.652924325822e-06, { 0, 1, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.820562514097e-05, 9.811235982427e-06, { 2, -1, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 7.521728435597e-06, -2.036209325951e-05, { 1, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.332472688601e-05, 4.442146330321e-06, { 1, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.677880286186e-05, 1.088447401223e-05, { 2, -3, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.551977465822e-06, 1.855382671243e-05, { 2, -1, -1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 8.503690343428e-06, 1.844900503285e-05, { 2, 1, -1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.033674290375e-05, 6.527173475037e-06, { 0, 1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.568454012447e-05, 1.137473721541e-06, { 2, 1, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -8.159120498823e-06, -1.826003156311e-05, { 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 8.159120498823e-06, -1.826003156311e-05, { 0, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.977646866712e-05, 6.285329935942e-06, { 0, 1, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -8.163835840536e-06, 1.773373289506e-05, { 0, 1, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.135833746231e-05, 4.528223841903e-06, { 1, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.870665627567e-05, -7.075380624668e-06, { 2, -3, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.935495164487e-05, -6.412167210557e-06, { 2, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.005068423966e-06, 2.262568764061e-05, { 0, 1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.005691736867e-06, 2.261176883557e-05, { 0, 1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.005640346041e-05, 5.403251903942e-06, { 2, -1, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 2.425885563816e-05, 1.105125456500e-06, { 2, -1, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 9.006790792561e-06, 1.609589079093e-05, { 2, 1, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.416302882990e-05, -1.093257553854e-05, { 2, -1, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.871013541354e-05, -6.145454704113e-06, { 2, -1, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.584693619642e-05, -8.815675580305e-06, { 2, -1, 0, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { -1.867463526063e-05, 5.969126399216e-06, { 2, -1, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.933529828142e-05, -5.113339453659e-06, { 1, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.933529828142e-05, -5.113339453659e-06, { 1, 0, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.933529828142e-05, -5.113339453659e-06, { 1, -2, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.100581132261e-06, 1.957511773599e-05, { 1, 2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 9.980373041444e-06, 1.333299692426e-05, { 0, 1, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.896760777808e-05, 4.266655700813e-06, { 0, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.735973001239e-05, -5.723641251741e-06, { 0, 1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -9.893797710858e-06, 1.317676529504e-05, { 0, 1, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -2.288183575231e-05, 4.386401226278e-08, { 2, -1, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.620454631995e-05, -6.719602623140e-06, { 1, 0, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 2.288240825797e-05, 4.153951938559e-08, { 2, -1, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 7.216448535097e-06, 1.567339504274e-05, { 0, 1, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -9.710930130518e-06, 1.298575444421e-05, { 2, -1, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -1.708044527667e-05, 5.423928310835e-06, { 2, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.644790381615e-05, 6.037845152506e-06, { 2, 1, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.825780411874e-05, 3.757698966210e-06, { 1, 0, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.652413886109e-05, 5.426221341789e-06, { 2, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.672115640621e-07, 2.166569425857e-05, { 2, 1, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.549342689487e-05, 6.424822169169e-06, { 1, 0, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -2.532000879154e-07, 2.149317878318e-05, { 2, 1, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.767463642617e-05, 3.961946065511e-06, { 0, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.298453296201e-05, -8.538410451929e-06, { 1, 1, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.298453296201e-05, -8.538410451929e-06, { 1, -1, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.080157497293e-05, 1.041315404078e-05, { 2, 1, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.753753394400e-05, 3.657792078991e-06, { 2, -1, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.735204019249e-05, -3.558891054440e-06, { 1, 0, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.659780359970e-06, 1.548205658200e-05, { 2, 1, -2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.641173238877e-06, 1.542004678496e-05, { 2, 1, 0, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 6, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 6, 1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 6, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 4, -1, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 4, -1, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 4, -1, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 2, 3, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 2, 1, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 2, 1, -3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 2, -1, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 2, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 2, -1, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 1, 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 1, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 0, 3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 0, 3, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 0, 3, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 0, 3, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.000000000000e-05, 0.000000000000e+00, { 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 0, 1, 4, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 0, 1, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.979301816792e-06, -1.195389954056e-05, { 0, 1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.123391016750e-05, -8.662889436427e-06, { 2, 1, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -7.529861381260e-06, -1.221824216535e-05, { 0, 1, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -8.318567291707e-06, 1.137949747863e-05, { 0, 1, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 8.316374807381e-06, 1.133950123309e-05, { 0, 1, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.428626729513e-05, 5.308799829581e-06, { 2, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -7.452494271546e-06, -1.210432949357e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 2, -4, 0, 0, 0 } }, + { -7.728624586300e-06, -1.170649244515e-05, { 0, 1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 5.488432835623e-06, -1.373442701931e-05, { 1, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.477872249843e-05, 4.285112659116e-06, { 2, 1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.146393779131e-06, -1.179578196255e-05, { 0, 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -7.312918101793e-06, -1.162236205399e-05, { 2, -1, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -1.375262368329e-05, 5.042647158294e-06, { 2, -1, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.710371020400e-06, -1.200350677274e-05, { 0, 1, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 8.069978492164e-06, 1.059108434775e-05, { 2, 1, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.618620010795e-05, -2.438231544019e-06, { 1, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 6.774142066979e-06, -1.177619771545e-05, { 0, 1, 1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 1.391628457888e-05, 4.583296370714e-06, { 2, -3, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.793185152054e-06, -1.169903051731e-05, { 2, 1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 5.885840693320e-06, 1.260458570293e-05, { 2, 1, 0, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.724325547613e-06, -1.169189465960e-05, { 0, 1, 1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 6.382259756238e-06, -1.199278912651e-05, { 2, -1, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -1.071294571644e-05, 7.652866364047e-06, { 2, -1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -7.075521918898e-06, -1.123887250420e-05, { 2, 1, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 1.068601549135e-05, 7.606343084513e-06, { 2, -1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -9.306690163400e-06, 8.979677332374e-06, { 2, 1, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -7.099382377706e-06, 1.103512622396e-05, { 2, -1, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 1.604956154867e-05, 2.049830139545e-06, { 0, 1, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.602747614637e-05, 2.046109911852e-06, { 0, 1, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -6.608525846958e-06, 1.141197970851e-05, { 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 2.797586785754e-07, 1.770701135322e-05, { 2, -1, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -7.416994864276e-06, -1.046866826377e-05, { 1, 0, 0, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -4.134274340260e-06, 1.373532796875e-05, { 2, 1, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.134274340260e-06, 1.373532796875e-05, { 2, 1, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.645446453592e-07, 1.755903962511e-05, { 2, -1, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 9.163010366746e-06, 8.619692777360e-06, { 0, 1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -9.011687296609e-06, 8.689046764514e-06, { 2, -1, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 6.479267025537e-06, 1.119113679476e-05, { 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -7.693704142050e-06, 9.829876924198e-06, { 2, 1, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -5.852842916578e-06, -1.142166873738e-05, { 0, 1, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -8.831481347899e-06, 8.430439853344e-06, { 0, 1, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.278275515730e-05, 4.458510040472e-06, { 0, 1, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.809780608414e-06, -1.134741777592e-05, { 0, 1, 0, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -1.283947316928e-05, -4.283891831392e-06, { 2, 1, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.110911978322e-05, 5.868964760234e-06, { 2, -1, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 1.154724960884e-06, -1.573103860105e-05, { 2, 1, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.397051119015e-05, 2.913802855693e-06, { 2, 1, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.230780452554e-05, 4.426507481442e-06, { 2, -1, 0, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 1.230635115260e-05, 4.424698018459e-06, { 2, -1, 0, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -1.149596828169e-06, -1.557590048761e-05, { 2, 1, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 9.341029830177e-06, -7.380190907724e-06, { 0, 1, 2, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { -9.312408725832e-06, -7.357806579229e-06, { 0, 1, 0, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { 7.226102413431e-07, 1.581132685824e-05, { 2, 1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.364178544316e-05, -2.830331255532e-06, { 2, -1, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -6.059208944135e-06, -1.039812627975e-05, { 0, 1, -1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 6.036038015523e-06, -1.035916423532e-05, { 0, 1, -1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -7.240342344759e-07, 1.566803786373e-05, { 2, 1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.242072251814e-05, 3.941037510809e-06, { 0, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 9.982788252868e-06, 6.354763537358e-06, { 2, -1, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -5.807256939612e-06, -1.038795606262e-05, { 0, 1, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 2.152609078512e-06, 1.396817015723e-05, { 1, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.791149364019e-06, -9.801048603679e-06, { 2, -1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -1.368581117112e-05, -1.890309153346e-06, { 2, -1, 0, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.164459714403e-05, -3.887776533128e-06, { 2, -1, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.042743647035e-05, 5.101171475661e-06, { 0, 1, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -4.887590925887e-06, 1.060777037101e-05, { 0, 1, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.126590355550e-05, 4.217431220680e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 1.191894307928e-05, 3.475126051640e-06, { 2, -1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.274270101769e-05, 2.639419929055e-06, { 1, 0, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.012352139247e-05, 5.205740712760e-06, { 0, 1, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 4.831394382094e-06, 1.035144445250e-05, { 2, -1, -2, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.258237298824e-05, -2.573656639370e-06, { 1, 0, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.016369635526e-05, 4.938881465385e-06, { 0, 1, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 5.039366131332e-06, -1.006265159288e-05, { 1, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 6.508764708872e-06, 8.580644445704e-06, { 2, -1, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.264448152484e-05, 2.412834401389e-06, { 1, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.254569003599e-05, -2.324857935804e-06, { 1, 0, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.669759820005e-06, -1.014414106810e-05, { 0, 3, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 4.669759820005e-06, -1.014414106810e-05, { 0, 3, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 9.758909696831e-06, 5.033822070243e-06, { 0, 1, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -8.316584434417e-06, -6.417332453570e-06, { 2, 1, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 8.542463246530e-06, 6.161050466416e-06, { 2, -1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.074917427036e-05, 3.775314788393e-06, { 0, 1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 7.388167237984e-06, 7.058486754793e-06, { 0, 1, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 7.372754103303e-06, 7.017297081101e-06, { 0, 1, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.122569878498e-06, -1.320926413044e-05, { 2, -1, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.114326790697e-06, -1.311360237950e-05, { 2, -1, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.176099966953e-05, -2.413246191185e-06, { 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.661842382545e-06, -9.510208908099e-06, { 2, 1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -6.166146745301e-06, 7.909315526730e-06, { 2, -1, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 4.175817027506e-06, -9.889691260465e-06, { 1, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.767008974342e-06, -9.289350697382e-06, { 2, 1, -1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -1.318636855123e-06, 1.272204664147e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { 1.048461626474e-05, 3.514746171412e-06, { 0, 1, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -9.166773331990e-06, 4.454618485164e-06, { 0, 1, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -9.127052242563e-06, 4.491206204206e-06, { 2, -1, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -4.595184227577e-06, -8.936441876136e-06, { 2, 1, -1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 9.084432859523e-06, 4.391014394272e-06, { 0, 1, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 1.035812524711e-05, 3.062241305190e-06, { 2, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.122145199139e-05, -2.174205747525e-06, { 1, 0, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.014796858017e-05, 3.228792670590e-06, { 1, -1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -9.897862223582e-06, 3.342362559341e-06, { 0, 1, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.970261159196e-06, -9.196915289671e-06, { 1, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -9.207224781929e-06, 3.952185295419e-06, { 1, 0, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.060802466697e-05, 2.212407544695e-06, { 2, 1, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -9.668059583083e-06, 3.068808229023e-06, { 0, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.068339278192e-05, 1.937888950358e-06, { 1, 0, 0, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { -1.040278286808e-05, 1.926937269873e-06, { 1, 0, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.079251429314e-05, -1.503154735125e-06, { 1, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.141246185612e-05, -8.568128227385e-07, { 2, -1, -2, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { -9.667649140712e-06, -2.556669726830e-06, { 1, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.901138071173e-07, 1.172265242608e-05, { 1, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.072236234458e-06, -1.000337636082e-05, { 2, -1, 0, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -1.104785043150e-05, -8.283446617485e-07, { 2, 1, -2, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 1.055576059371e-05, 1.300284529137e-06, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 3, 0, 0, 0 } }, + { 1.019535506411e-05, 4.618205914507e-07, { 2, -1, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 9.995616704621e-06, 2.960518439259e-07, { 1, -2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.011001727832e-05, -9.613518068427e-08, { 2, 1, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.010726803313e-05, -9.553687127861e-08, { 2, 1, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 6, 1, -3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 4, 1, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 4, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 4, 1, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 4, 1, -1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 4, 1, -2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 4, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 4, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 4, -1, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 4, -1, -1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 4, -1, -2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 4, -3, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 3, -1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 2, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 2, -1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 2, -1, 0, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 2, -1, -4, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 2, -3, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 2, -3, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 1, 1, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 1, 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 1, -1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 0, 1, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 0, 1, -1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 0, 1, -2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.000000000000e-05, 0.000000000000e+00, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -5.534019182140e-06, -2.251566953436e-06, { 1, 0, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { -5.005659680700e-06, 9.505650171890e-07, { 1, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.679111751830e-06, -8.837022513580e-07, { 1, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } } +} }; + +constexpr array g_PERT_S2_3 +{ { + { -2.200000000000e-04, 0.000000000000e+00, { 2, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.246507995485e-05, -4.031873652025e-05, { 0, 1, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 9.242860002116e-05, -4.030282025139e-05, { 0, 1, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 9.000000000000e-05, 0.000000000000e+00, { 2, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.000000000000e-05, 0.000000000000e+00, { 2, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.000000000000e-05, 0.000000000000e+00, { 2, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.000000000000e-05, 0.000000000000e+00, { 2, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.000000000000e-05, 0.000000000000e+00, { 0, 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.000000000000e-05, 0.000000000000e+00, { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.000000000000e-05, 0.000000000000e+00, { 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.000000000000e-05, 0.000000000000e+00, { 0, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.000000000000e-05, 0.000000000000e+00, { 0, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.000000000000e-05, 0.000000000000e+00, { 0, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.000000000000e-05, 0.000000000000e+00, { 2, -1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.021677746328e-05, -4.455428450976e-06, { 0, 1, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -9.899690948714e-06, -4.317082963701e-06, { 0, 1, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.073699331578e-05, 3.347266218074e-06, { 0, 1, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.073699331578e-05, 3.347266218074e-06, { 0, 1, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.000000000000e-05, 0.000000000000e+00, { 2, -1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.199322855032e-06, -1.395032240684e-06, { 2, -1, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.192984955151e-06, -1.392267002143e-06, { 2, -1, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.188032338450e-06, 3.010346038888e-06, { 0, 1, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.187736863286e-06, 3.009884125589e-06, { 0, 1, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.131481129355e-06, 2.744944925707e-06, { 0, 1, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.131035906816e-06, 2.744337522347e-06, { 0, 1, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.244483686107e-06, 2.516286466715e-06, { 2, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 6.307065591441e-07, -2.706138448899e-06, { 0, 1, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -6.305754190879e-07, -2.705904144798e-06, { 0, 1, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 2.064358060351e-06, -9.000674002296e-07, { 2, 1, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.001407220255e-06, -8.726018214433e-07, { 2, 1, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.782929256854e-06, -7.774334929050e-07, { 2, 1, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.767752568193e-06, -7.708118729631e-07, { 2, 1, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 9.506716595573e-07, -1.578894713271e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 1.149161009082e-06, 1.111616457565e-06, { 1, 1, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.149161009082e-06, 1.111616457565e-06, { 1, -1, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.162391683974e-06, -9.814778760499e-07, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.209464739376e-06, 8.153103487166e-07, { 0, 1, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.209464739376e-06, 8.153103487166e-07, { 0, 1, 0, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 1.202966027219e-06, -5.706268386958e-07, { 1, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 6.175565893256e-09, 1.674387247691e-06, { 2, -1, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 2.196441912759e-09, 1.677437534503e-06, { 2, -1, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 8.596746262128e-07, -8.130196576743e-07, { 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -6.270881955755e-07, 9.673753400625e-07, { 2, -1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 6.264117003668e-07, 9.601491866275e-07, { 2, -1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.190815851097e-06, 3.713886065489e-07, { 0, 1, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.186323727555e-06, 3.699132037352e-07, { 0, 1, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -9.496961289165e-07, -5.742348136199e-07, { 2, -1, 0, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 9.249678371892e-07, -5.622393383588e-07, { 2, -1, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 9.424333738184e-07, -4.109996907238e-07, { 0, 1, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.638014694755e-07, -1.073083049958e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 1.034638453307e-06, 1.399356091698e-07, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 1.351587347086e-07, 3.310447607780e-07, { 1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } } +} }; + +constexpr array g_PERT_S3_1 +{ { + { -2.189679448352e-03, 1.058616729945e+00, { 2, 0, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 3.253561194684e-01, 6.513087890330e-01, { 0, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 3.051470167778e-01, -6.108298914226e-01, { 0, 0, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.392796207754e-04, 5.982646497432e-01, { 2, 0, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.166007612272e-02, -4.038985639423e-01, { 2, 0, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.003829958930e-05, -4.564699998896e-01, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.011497888456e-05, 4.527699998870e-01, { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.150630918737e-02, 1.831799315623e-01, { 2, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 9.103726330313e-02, -1.822403894756e-01, { 2, 0, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 6.458216723136e-03, 2.048856424696e-01, { 2, 0, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.618515216166e-01, -4.198186759934e-02, { 0, 0, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.618343680779e-01, 4.197584488092e-02, { 0, 0, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 6.021742030089e-02, 1.205480308530e-01, { 2, 0, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 5.662743968031e-02, -1.133577781689e-01, { 2, 0, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.060656368992e-03, 1.665893222725e-01, { 2, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 4.795193234871e-03, 1.574058972693e-01, { 2, 0, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -5.251012541330e-05, 1.445128867332e-01, { 0, 0, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.073811010489e-01, -3.158080010398e-02, { 2, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.072704591758e-01, 3.154106491235e-02, { 2, 0, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -2.931475710987e-05, -1.382805205455e-01, { 0, 0, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.057159895584e-01, -3.208238507675e-02, { 2, 0, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.056300032410e-01, 3.205321523362e-02, { 2, 0, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 2.747666539317e-03, 1.267892355512e-01, { 0, 0, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 3.485001184455e-05, -1.235353685222e-01, { 2, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.609063818430e-06, -1.205865709792e-01, { 2, 0, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.258969974438e-05, 1.202805622129e-01, { 0, 0, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 6.325280495072e-04, 1.161301787990e-01, { 2, 0, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.033846001038e-03, -1.052286363209e-01, { 0, 0, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.716335842401e-06, -1.068899999862e-01, { 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.724613450082e-03, -1.050925606149e-01, { 2, 0, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 2.966294084087e-05, -1.006948638407e-01, { 2, 0, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.251574349972e-04, 9.941460323933e-02, { 0, 0, 1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.600620512989e-06, 9.552999998659e-02, { 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.362642728919e-02, -7.601373637273e-02, { 0, 0, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 8.909556765714e-07, -8.507999999533e-02, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.566053621681e-02, 6.896889716592e-02, { 2, 0, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.282924765015e-02, -4.060396295222e-02, { 0, 0, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -4.262861360766e-02, 4.014177881006e-02, { 0, 0, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -1.708581177621e-05, 7.952756682194e-02, { 2, 0, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.725993267663e-02, 6.067807950810e-02, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.725604356747e-02, -6.066013358734e-02, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -7.714792553719e-04, 6.203905745211e-02, { 1, 0, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -9.130423804896e-04, -6.084903754891e-02, { 2, 0, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 5.653054692488e-02, 5.101567835693e-03, { 1, -1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.241431425424e-04, -6.104165413626e-02, { 2, 0, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -5.590456848361e-02, -5.025577459648e-03, { 1, -1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.013063297202e-02, -3.193383048488e-04, { 1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.493559763333e-02, 2.543361810956e-02, { 2, 0, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.419572664478e-03, 5.731004185642e-02, { 2, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -5.534334336628e-02, -1.229853121519e-03, { 0, 0, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.260022463532e-02, 1.313583003920e-03, { 2, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.870876506762e-02, 3.479788304735e-02, { 2, 0, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 4.011377486231e-07, -5.344999999849e-02, { 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.773820703006e-02, 3.550893232392e-02, { 0, 0, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -5.174615080111e-02, 1.296931056390e-03, { 0, 0, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.897811520879e-02, -2.137149106169e-02, { 0, 0, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.893972953662e-02, 2.135014536637e-02, { 0, 0, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -4.883714895257e-02, 1.331893632560e-03, { 2, 0, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.664086234012e-02, -3.331095813368e-02, { 0, 0, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.439219047101e-02, -1.510507968792e-02, { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -3.374402064067e-02, 1.570166393986e-02, { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 3.382175758947e-04, 4.902924543977e-02, { 0, 0, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.305944507700e-04, -4.890297284251e-02, { 0, 0, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.360060007968e-05, -4.857995062988e-02, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.777065858683e-02, 2.016830935427e-02, { 2, 0, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.510518642784e-04, 4.607959449719e-02, { 2, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -4.560754481061e-02, 4.495663629594e-04, { 2, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.871075381656e-02, 1.725582025498e-02, { 0, 0, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.835284795660e-03, -4.273927963999e-02, { 2, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -8.604906283969e-04, 4.396412668220e-02, { 2, 0, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -3.482225569642e-03, 4.105036140257e-02, { 2, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 4.312961992299e-04, -4.369279149815e-02, { 2, 0, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -2.002365873390e-02, -2.405286123612e-02, { 2, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 9.204935497001e-04, -4.288716148049e-02, { 0, 0, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.050915568197e-04, 4.349192098645e-02, { 2, 0, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -2.644702983040e-02, -1.654227247498e-02, { 2, 0, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -8.470360047933e-03, -3.441468012770e-02, { 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -2.625964801081e-02, 1.643369888902e-02, { 2, 0, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -8.314170899040e-06, -4.256657282689e-02, { 2, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.577778935966e-02, -1.633023802700e-02, { 2, 0, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -2.528580201381e-02, -1.626880830261e-02, { 2, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.502184556290e-02, 1.612300183245e-02, { 2, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.913995382171e-02, 2.140182999610e-02, { 2, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -1.754117901675e-02, -2.243006423850e-02, { 2, 0, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 2.889877970490e-04, -3.886073072885e-02, { 2, 0, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.884397086810e-07, 3.855999999954e-02, { 2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.139418141433e-02, -2.680205125511e-02, { 0, 0, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.130206183291e-02, 2.659025476358e-02, { 0, 0, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.347637874027e-02, -1.441027588899e-02, { 0, 0, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -3.848161890483e-05, 3.778106986522e-02, { 2, 0, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -6.934264994913e-06, 3.760411759107e-02, { 0, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.099991326559e-04, 3.724433957497e-02, { 0, 0, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.630453653742e-02, 2.008098562641e-02, { 2, 0, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -3.498891899827e-02, 7.003464032860e-04, { 0, 0, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.490192564974e-02, 3.780971121401e-04, { 2, 0, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.025679828520e-06, -3.450478982471e-02, { 2, 0, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.248679689676e-04, 3.281838816719e-02, { 0, 0, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 4.563880336847e-05, -3.123065376978e-02, { 0, 0, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 2.944000000000e-02, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.814893921043e-02, -5.026133317916e-04, { 2, 0, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.338435514991e-03, -2.427063322050e-02, { 2, 0, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -2.777046473275e-02, -5.191337508210e-04, { 0, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.899139211903e-09, 2.807000000000e-02, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.276045853067e-05, 2.773790843046e-02, { 2, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.688329489400e-02, 6.407898730360e-04, { 2, 0, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.126996821457e-03, 2.322031319707e-02, { 2, 0, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -2.702803735748e-02, -2.111146690584e-05, { 2, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.943008123442e-05, -2.605524723377e-02, { 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.913172393942e-03, -2.177454443266e-02, { 2, 0, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -5.469198650202e-07, -2.486999999399e-02, { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 5.474923330155e-07, 2.469999999393e-02, { 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 7.942954766806e-03, 1.590044815124e-02, { 2, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.268484512870e-03, 2.113499113956e-02, { 2, 0, -1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 7.741605718838e-03, -1.549625133455e-02, { 2, 0, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.186123530744e-05, 2.207034297108e-02, { 2, 0, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.134425090830e-03, -1.792358938656e-02, { 2, 0, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.003988641309e-02, -1.965790637230e-03, { 2, 0, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -2.125311232826e-02, -7.116579991978e-04, { 2, 0, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.430399164034e-02, -7.628764579817e-03, { 0, 0, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -1.337217782712e-02, -8.212777660410e-03, { 2, 0, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -4.128781133541e-03, -1.729440699171e-02, { 2, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.400279726411e-02, 7.398618876727e-03, { 0, 0, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 1.087254801726e-02, 8.968997313782e-03, { 2, 0, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.599395822981e-02, -3.658678710667e-03, { 2, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.196923466608e-04, 1.864741519470e-02, { 2, 0, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -3.824623735368e-03, 1.517999851169e-02, { 2, 0, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -7.168725293386e-03, 1.158216971245e-02, { 2, 0, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 2.887913211582e-05, -1.843998879577e-02, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.134554798075e-04, 1.748390301060e-02, { 2, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.668305536260e-06, 1.749762850728e-02, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -4.888736036188e-03, -1.258053582061e-02, { 0, 0, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.637974614625e-03, 1.461303527766e-02, { 0, 0, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.376775182198e-02, 3.332489855647e-03, { 2, 0, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -9.717474742114e-03, -7.366405646731e-03, { 2, 0, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -1.324243766645e-02, 3.687051296897e-03, { 2, 0, -1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -1.324218361099e-02, -3.687095021411e-03, { 2, 0, -1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -4.820972346804e-03, 1.202202383952e-02, { 0, 0, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.634321825030e-03, 1.280452430856e-02, { 2, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.423303410604e-02, 1.275019150114e-03, { 1, 1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.056853446215e-03, -1.129900483899e-02, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 5.477419742882e-03, -9.736785554587e-03, { 2, 0, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -9.166441013177e-03, -5.884095210227e-03, { 2, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -5.555092453624e-03, 9.134895941078e-03, { 2, 0, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 1.478720206362e-05, -1.458125421549e-02, { 2, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -8.582894451839e-03, -5.980317859569e-03, { 2, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -2.224791661062e-03, -1.226613951086e-02, { 2, 0, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 9.211390120036e-06, -1.434713135720e-02, { 2, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -8.580994911617e-03, -5.656206684674e-03, { 2, 0, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -4.999657591021e-03, -9.108411652289e-03, { 1, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -2.603323580520e-03, 1.137033718018e-02, { 0, 0, 1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { -6.482642905070e-06, 1.393595763305e-02, { 2, 0, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.121152026980e-02, 2.569022108769e-03, { 2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -8.600523812379e-03, -5.170465416145e-03, { 0, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -5.432978415401e-05, -1.333278518979e-02, { 0, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 4.187639052257e-04, 1.280756099221e-02, { 2, 0, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.033192849744e-02, 2.876750445627e-03, { 2, 0, 0, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -1.033194700857e-02, -2.876675808344e-03, { 2, 0, 0, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 1.021072201993e-02, 2.584650056057e-03, { 2, 0, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 8.382668190053e-06, -1.250069350211e-02, { 2, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.816648288395e-03, -9.683106955223e-03, { 1, -1, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -4.456498719024e-03, 8.037793984513e-03, { 2, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 2.810739080283e-03, 9.663119447678e-03, { 1, -1, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -4.445963402779e-03, 7.594161266949e-03, { 0, 0, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 1.466598756684e-04, 1.184869439091e-02, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 3.673331570269e-04, 1.158544799686e-02, { 2, 0, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -8.728147344247e-04, -1.103459062617e-02, { 2, 0, 0, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 3.538829239837e-04, -1.151993252082e-02, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -7.397787586533e-03, 4.410828573242e-03, { 2, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -1.507839298900e-07, 1.157999755624e-02, { 0, 0, 2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.137372913188e-02, -1.983419756973e-04, { 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -7.023591766204e-03, 4.483893253072e-03, { 2, 0, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 2.439866062563e-05, 1.146605120132e-02, { 2, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.093294359307e-03, 7.379211585124e-03, { 2, 0, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 8.817705826108e-05, -1.125426136241e-02, { 2, 0, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -1.032790839424e-02, -9.257446948449e-04, { 2, 0, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -5.396518323997e-05, 1.109312418391e-02, { 1, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 1.646391982230e-04, -1.097249417777e-02, { 2, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -8.820908442176e-03, -2.288440248057e-03, { 0, 0, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -8.820153423850e-03, 2.288091099016e-03, { 0, 0, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -3.805947583042e-06, 1.108229291401e-02, { 1, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.368490399286e-03, -2.335657623333e-03, { 0, 0, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.183260707405e-03, -7.481875303972e-03, { 2, 0, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.181062265009e-03, 7.476913020293e-03, { 2, 0, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.029330910042e-04, -1.035319225600e-02, { 2, 0, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -3.832626164081e-03, 6.614984680009e-03, { 0, 0, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 5.783639092058e-06, -1.038564371078e-02, { 2, 0, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.560726990935e-03, 8.807540694944e-03, { 2, 0, -3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 4.669921050482e-04, 9.861124950805e-03, { 2, 0, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.702988399583e-03, -6.575981753444e-03, { 0, 0, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 1.267194734265e-05, 1.022806727896e-02, { 2, 0, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.319204356882e-03, -6.648441014147e-03, { 0, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 7.530302584957e-05, 9.892189896233e-03, { 2, 0, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.814269757382e-07, -9.899999998338e-03, { 2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 7.623953025888e-03, 2.195363884137e-03, { 0, 0, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.190147567201e-03, -7.593250940239e-03, { 2, 0, 0, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 9.633210477809e-03, -6.136962617794e-05, { 1, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.569572251960e-03, -6.119795483884e-03, { 0, 0, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -7.522267966921e-03, -2.166582835791e-03, { 2, 0, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -7.516379780462e-03, 2.164331512645e-03, { 2, 0, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 3.511361475162e-03, -6.160684885830e-03, { 2, 0, -1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.498662144028e-03, 7.964529390619e-03, { 0, 0, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -7.605682501793e-03, -1.747639935828e-03, { 2, 0, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.399141738239e-03, -7.952870756366e-03, { 4, 0, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.737929055866e-07, 9.219999998362e-03, { 2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.443566893940e-06, 9.160646950890e-03, { 2, 0, -1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.231606808945e-03, 5.863965936437e-03, { 0, 0, 1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { 1.066865514663e-04, 8.981529963374e-03, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -7.753561401228e-03, 1.241916865425e-03, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -5.182361942506e-03, -3.792891236210e-03, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -7.733727808792e-03, -1.232965221101e-03, { 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -1.769614851662e-05, 8.901416901127e-03, { 4, 0, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -7.161747734537e-06, 8.900003957630e-03, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.176125022997e-07, -8.529999999189e-03, { 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.190924318407e-06, -8.386640614753e-03, { 2, 0, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.669827779299e-05, -8.323788606051e-03, { 2, 0, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.235814643044e-06, -8.255425991451e-03, { 2, 0, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.013479933254e-03, -1.180946044762e-04, { 2, 0, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 9.009083644159e-05, 7.845503043794e-03, { 1, 0, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -9.578366934636e-08, -7.839999999415e-03, { 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 6.030657879253e-05, 7.603339474364e-03, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -6.152608079867e-04, -6.992689461293e-03, { 2, 0, -1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -7.577094447310e-03, -3.043274267800e-05, { 2, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.169800127406e-03, 3.425372034623e-03, { 2, 0, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -8.771531247549e-06, 7.553754131370e-03, { 0, 0, 1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.524017978588e-06, -7.506959313952e-03, { 0, 0, 2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.196248669276e-07, -7.449999999040e-03, { 2, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.780829029269e-03, -4.615006768692e-03, { 0, 0, 1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -2.622008493434e-03, -4.771339165690e-03, { 2, 0, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 2.778311963426e-03, 4.611000944250e-03, { 0, 0, 1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 4.505141209883e-03, -2.882658412002e-03, { 0, 0, 1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { 5.981061806004e-03, 1.373557620298e-03, { 2, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.047109326592e-04, 7.241223791443e-03, { 0, 0, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.021919560742e-03, 3.313765952647e-03, { 2, 0, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 9.452175968098e-05, -7.204215309817e-03, { 0, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 6.912130377006e-03, 2.821053151815e-04, { 2, -2, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.595844341553e-05, 7.115449938495e-03, { 4, 0, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -5.751068715474e-03, -1.345216107349e-03, { 0, 0, 1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -6.798171834883e-03, -2.779702931612e-04, { 2, -2, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -8.049336569075e-04, 6.198882248595e-03, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 1.564812076391e-04, 6.844915474416e-03, { 0, 0, 2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 4.904819031810e-03, 2.037707418360e-03, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 5.130173870476e-03, 1.640703275817e-03, { 2, 0, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 5.123586058146e-03, -1.638684800765e-03, { 2, 0, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -9.505919418100e-04, -5.808787298123e-03, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -5.434059130425e-03, -1.293964103749e-03, { 2, 0, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -4.570624524008e-03, -2.146677970051e-03, { 2, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -6.134014014503e-03, 5.816083025316e-04, { 1, 1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.387372824109e-03, 1.303991541674e-03, { 2, 0, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.371017009063e-06, -6.640694110761e-03, { 2, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.982356795099e-03, -4.654338536399e-03, { 2, 0, -2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -9.346784254838e-04, 5.694994199449e-03, { 2, 0, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 1.511504598791e-05, 6.582564168227e-03, { 0, 0, 2, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.914219940047e-06, 6.581554964444e-03, { 0, 0, 2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.965579053615e-03, 4.616464613721e-03, { 2, 0, 0, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.102489581855e-07, 6.579999999076e-03, { 2, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 5.182797202176e-03, 1.380600340635e-03, { 0, 0, 2, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 4.751454354490e-07, 6.441513871964e-03, { 2, 0, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.670840162209e-06, 6.336219988354e-03, { 0, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.948952726188e-06, 6.330224040841e-03, { 0, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.369850100164e-05, -6.286271154929e-03, { 0, 0, 1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -6.307447763082e-03, 1.275278286627e-05, { 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.256919983049e-03, -3.988159061067e-03, { 2, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -3.433154634233e-03, 2.809076086036e-03, { 2, 0, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 5.438434451241e-03, 7.900196676628e-04, { 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.660552701496e-08, -6.209999999825e-03, { 2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.039455787180e-03, -4.151623034656e-03, { 0, 0, 1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 3.790419218407e-03, -2.391704446498e-03, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { -1.331166400403e-07, 6.165881454640e-03, { 2, 0, -1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.032311464242e-03, 4.131257485672e-03, { 0, 0, 1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 3.267157609611e-03, 2.697769740855e-03, { 0, 0, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 2.322608163075e-03, -3.634720960374e-03, { 2, 0, -1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 3.150153338782e-05, 5.916970503001e-03, { 0, 0, 1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.310326894620e-03, 3.616052550075e-03, { 2, 0, -1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 1.058617232230e-04, -5.784625671633e-03, { 0, 0, 2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -5.662797429206e-03, -2.149556761976e-04, { 2, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 6.634868503724e-05, 5.791659181584e-03, { 2, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -3.609043637752e-03, 2.242085859919e-03, { 2, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 2.587801770807e-04, -5.584420719934e-03, { 2, 0, 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 9.541559629298e-05, -5.724923260702e-03, { 2, 0, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 2.250529652823e-03, -3.559713507417e-03, { 2, 0, 0, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -1.352574805770e-03, 4.448117047970e-03, { 0, 0, 1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 4.051176566442e-03, 1.737814471232e-03, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 2.233689497623e-03, 3.534426704717e-03, { 2, 0, 0, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -1.976413790332e-06, 5.763518764102e-03, { 2, 0, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.300770867071e-03, 2.444760884249e-03, { 0, 0, 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 4.489961760130e-03, -1.197836262463e-03, { 0, 0, 0, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 5.459892016451e-03, -1.692975584767e-04, { 2, 0, -2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -3.546509348891e-03, 2.076702131978e-03, { 2, 0, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -6.834122234392e-04, -4.931115631105e-03, { 2, 0, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -2.649026957787e-03, -2.948518802967e-03, { 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -2.036748673820e-03, -3.537341349110e-03, { 2, 0, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -7.672258783105e-05, 5.495511126788e-03, { 2, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.257227246486e-06, 5.562015376929e-03, { 0, 0, 1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.263214923441e-03, -2.281883083439e-03, { 0, 0, 1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 4.067402143343e-03, -1.444175398697e-03, { 2, 0, -1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 4.066798869113e-03, 1.443980515285e-03, { 2, 0, -1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 7.239228388916e-07, 5.506292401155e-03, { 1, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.386352809384e-03, 2.104994335745e-03, { 2, 0, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -2.560506854817e-03, 2.925216322622e-03, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 5.029807264433e-03, 4.507248872144e-04, { 3, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.390357481352e-03, 1.062574047972e-03, { 0, 0, 2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.933686940348e-06, 5.409374293921e-03, { 0, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 6.141882977797e-05, 5.348086449683e-03, { 2, 0, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -3.115538558007e-03, 2.205774715067e-03, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 4.171078148752e-03, 1.063457321190e-03, { 2, 0, -1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -4.224717596013e-03, -1.004098027356e-03, { 0, 0, 1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 9.529428551735e-04, 4.261403761592e-03, { 2, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.579159188534e-07, -5.182923214253e-03, { 2, 0, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -4.883503220535e-03, 2.635360806583e-04, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -2.818729927393e-03, 2.321397949475e-03, { 0, 0, 2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.192758550985e-03, -3.934821827681e-03, { 0, 0, 1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.218365783608e-03, 1.876386634881e-03, { 0, 0, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 3.451237438389e-03, 1.611923469107e-03, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.682527969056e-03, -3.368250067110e-03, { 1, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 7.165494889541e-06, 5.043272570616e-03, { 0, 0, 0, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -1.675997525588e-03, 3.355101084670e-03, { 1, 0, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -4.820434640901e-03, -1.978647280217e-04, { 2, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -3.453663018006e-03, -1.520642293568e-03, { 0, 0, 1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 1.617577609044e-04, -4.806148273757e-03, { 2, 0, -1, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { 2.268179247138e-06, 4.942751433590e-03, { 4, 0, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.643168395062e-03, 3.289383066531e-03, { 4, 0, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.208865894443e-06, 4.912141576368e-03, { 4, 0, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.280668184713e-08, 4.879999999714e-03, { 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.531139780292e-03, 1.344556365345e-03, { 0, 0, 1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.605101656695e-03, -2.542177639491e-04, { 2, 0, -1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -8.917670309797e-04, -3.929881973236e-03, { 2, 0, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.603583845832e-03, -3.210088788715e-03, { 4, 0, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -4.714829746271e-03, 8.610083998406e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -3.812957863291e-03, 9.792627399232e-04, { 1, -1, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -3.035385390251e-03, -1.753814998654e-03, { 0, 0, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 3.789775463625e-03, -9.730499668373e-04, { 1, -1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -4.686324019613e-03, -5.353415510376e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 3.411063031268e-03, -1.307836826744e-03, { 0, 0, 1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.109471104415e-04, -4.582847199612e-03, { 2, 0, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -9.492223983220e-04, 3.722550085192e-03, { 2, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 6.220053383077e-05, 4.544973727128e-03, { 2, 0, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.523674486051e-03, 3.081031455290e-03, { 2, 0, 0, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.619277762324e-03, -2.967542236832e-03, { 2, 0, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 4.430916849271e-03, 1.462504345693e-04, { 2, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.846971408483e-03, 7.134732072071e-04, { 1, 1, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -3.217929515524e-03, -1.326206256919e-03, { 2, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -2.323475214627e-03, -2.211411271379e-03, { 0, 0, 2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -2.335724114317e-03, 2.191543852536e-03, { 0, 0, 2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -4.288700126071e-03, -2.335721802417e-04, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { -4.356785287398e-03, -1.653277739852e-04, { 2, 0, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.836350151189e-03, 1.678366572974e-03, { 2, 0, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -4.463648368760e-03, 4.666474896680e-05, { 0, 0, 1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.225983021580e-03, -2.825935977958e-04, { 2, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 9.040940693393e-06, -4.494743076498e-03, { 2, -2, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.212981357880e-03, -3.279948298450e-03, { 0, 0, 1, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 6.680266543465e-04, -3.808990770075e-03, { 4, 0, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 7.801621758891e-10, 4.470000000000e-03, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { -1.569712547632e-05, -4.377732649762e-03, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -1.462071315235e-06, 4.390367298060e-03, { 0, 0, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.533839807267e-03, -2.852731625965e-03, { 2, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 1.318752484142e-03, -3.065165775310e-03, { 2, 0, 0, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -4.327859964062e-03, 4.563145128257e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 1.545836180593e-03, -2.811524433879e-03, { 0, 0, 1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 1.277870175715e-03, -3.061935970435e-03, { 2, 0, -1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 1.108545423732e-03, -3.226717688000e-03, { 2, 0, -1, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -4.057350790274e-06, 4.328713299024e-03, { 2, 0, -3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -3.470427591510e-03, -8.468877340654e-04, { 2, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.174602935207e-03, -1.127164881018e-03, { 2, 0, 0, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 3.173731733799e-03, 1.126890956220e-03, { 2, 0, 0, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -3.424172865563e-03, 8.421573732469e-04, { 2, 0, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.410404439472e-04, 3.309972585593e-03, { 0, 0, 2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -9.410136092688e-04, -3.305932235320e-03, { 0, 0, 2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 7.092919072110e-04, -3.533639624077e-03, { 2, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -6.265732011728e-09, -4.240000000159e-03, { 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.134967100580e-06, 4.220243239647e-03, { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.025468486090e-06, 4.211758391652e-03, { 2, 0, -1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 3.367428373761e-06, -4.209376430468e-03, { 2, 0, -2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.238513797851e-03, 2.957567333052e-03, { 2, 0, -1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 1.269527515852e-03, 2.923820434063e-03, { 2, 0, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 1.705605668154e-04, 4.008301604687e-03, { 4, 0, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 8.736367134259e-04, -3.289591820094e-03, { 2, 0, -1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 3.325437380951e-03, 8.025509101301e-04, { 0, 0, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.235075228195e-03, -2.856886958707e-03, { 2, 0, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 1.447210695465e-03, 2.634197306887e-03, { 1, 0, 1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -1.447210695465e-03, -2.634197306887e-03, { 1, 0, -1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -2.096155618661e-04, -3.856982229922e-03, { 0, 0, 1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -1.484401464427e-03, -2.581565383793e-03, { 0, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 2.751873991199e-03, -1.266874332658e-03, { 0, 0, 1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 6.032261906371e-04, -3.413821486209e-03, { 4, 0, -3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.319461191368e-06, -3.999602688819e-03, { 2, 0, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 2.670099701741e-03, 1.299381338332e-03, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.042931284500e-09, 3.910616085138e-03, { 0, 0, 1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.719759674944e-03, 1.190287667784e-03, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -7.868952616207e-04, 3.114237297216e-03, { 2, 0, -1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -3.462558703024e-08, 3.889999999846e-03, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.017558733071e-03, -1.872080925684e-03, { 2, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -2.380107788405e-03, -1.494898000186e-03, { 2, 0, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 3.181822324136e-03, 6.900140219950e-04, { 0, 0, 1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -1.016163925128e-03, -2.853420191801e-03, { 2, 0, 0, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -2.233445499757e-03, 1.601604390429e-03, { 2, 0, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.010557477027e-03, -2.804980788947e-03, { 2, 0, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -7.604761380679e-04, -3.039830133809e-03, { 1, 1, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 2.317781419037e-05, -3.771521132278e-03, { 2, 0, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -1.263646896065e-03, -2.529674264346e-03, { 0, 2, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 3.791495482516e-03, 8.231130914300e-07, { 1, 0, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.902564287855e-03, 8.271722871193e-04, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 5.970221708761e-06, -3.699685714697e-03, { 4, 0, -3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.067910076112e-04, 3.565003020741e-03, { 2, 0, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 3.336676297017e-03, -2.889809657181e-04, { 1, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.537967757202e-03, 7.740241658993e-05, { 2, 0, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.726465177142e-03, 8.829282620303e-04, { 2, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -2.266150269223e-03, 1.319106090690e-03, { 0, 0, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -3.297864629530e-03, -2.862721578840e-04, { 3, -1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.191887863851e-03, 2.385946996514e-03, { 0, 2, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 9.052345453604e-04, -2.651827168938e-03, { 2, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.046353499211e-04, -3.147538096639e-03, { 2, 0, -1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 4.423870691272e-05, -3.493613011739e-03, { 1, 0, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.012524664052e-07, 3.497647731479e-03, { 0, 0, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.136591917103e-05, 3.408046007346e-03, { 1, 0, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -2.783866233093e-03, -6.548136365732e-04, { 2, 0, -1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -7.064045613883e-08, -3.429999999273e-03, { 0, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.605002334082e-03, 8.216279617940e-04, { 2, 0, -1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -2.871931059014e-04, -3.131860361908e-03, { 0, 0, 1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 1.224983215381e-03, 2.184023564131e-03, { 2, 0, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 3.087526281200e-03, 2.841868638796e-04, { 1, -1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.338397389851e-03, 2.511916539949e-05, { 1, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.057633236364e-03, -2.813357140582e-04, { 1, -1, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.119894883294e-03, -2.216405699594e-03, { 0, 0, 1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -2.057642496522e-03, -1.247516846773e-03, { 2, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -3.271896247066e-03, -1.683922973239e-05, { 1, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.083401026970e-03, 2.168777724224e-03, { 0, 0, 4, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.341529727340e-05, 3.208187293472e-03, { 2, 0, -1, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -3.093304798302e-04, -2.897543309201e-03, { 2, 0, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -1.486587165015e-03, -1.716373784615e-03, { 2, 0, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 3.112416513355e-05, 3.110312647954e-03, { 4, 0, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.094565407657e-03, -2.033760034725e-03, { 2, 0, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 5.310929447264e-04, -2.586042622172e-03, { 2, 0, -1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.933510993624e-03, -1.182409362378e-03, { 0, 0, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 2.007879551134e-05, -3.092161956614e-03, { 2, 0, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 3.028175608908e-03, -8.111142873986e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.784002151241e-03, -1.309254709350e-03, { 2, 0, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 6.838600028348e-04, 2.408792734021e-03, { 2, 0, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.026802712837e-03, -6.339922285995e-05, { 0, 0, 2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.462884032925e-05, 3.054051041800e-03, { 0, 0, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -2.024192979139e-06, -3.062313747789e-03, { 2, 0, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.016494042319e-03, -2.034769715603e-03, { 0, 0, 2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.473083069919e-03, 1.567869288841e-03, { 2, 0, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 2.965875971806e-03, -7.195951761506e-05, { 0, 0, 1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.991759407582e-03, 4.172779169736e-05, { 0, 0, 1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 2.851070947789e-03, -1.714743233802e-04, { 2, 0, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.648449871407e-03, 1.358776473338e-03, { 2, 0, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -4.592310327641e-08, 2.989999999647e-03, { 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.941332840747e-03, 2.909276721575e-05, { 2, 0, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.186936357499e-04, -2.848932811996e-03, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { -2.909925009400e-07, -2.965221203784e-03, { 2, -2, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -6.446431449242e-06, 2.958511918845e-03, { 2, 0, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 4.245412160145e-05, -2.906133256637e-03, { 2, 0, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -2.931003205715e-04, 2.651898896850e-03, { 2, 0, -2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -4.643330686393e-04, -2.476698376784e-03, { 1, -1, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.885853042039e-03, -5.469934767118e-05, { 0, 0, 1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 1.815241505889e-03, -1.125264282133e-03, { 2, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.257759238457e-03, -6.732710162213e-04, { 4, 0, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -8.352113464873e-04, -2.095756341995e-03, { 2, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -2.822213267647e-03, -1.082942169512e-04, { 2, 0, -1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -2.255668778433e-03, 6.726173832596e-04, { 4, 0, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -4.091037131386e-04, 2.514411695628e-03, { 2, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -9.682959931682e-04, -1.944854164195e-03, { 2, 0, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { 1.662287126091e-06, 2.906160841792e-03, { 2, 0, -1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 4.584803184282e-04, 2.448477163774e-03, { 1, -1, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.108160189409e-03, 7.961363148129e-04, { 1, 1, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -2.387488966254e-06, -2.886518664684e-03, { 2, 0, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.808670455044e-03, 7.505755287244e-05, { 0, 0, 2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.784508741631e-03, 9.183413516034e-05, { 2, 0, 0, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -2.137820171248e-03, 7.232323154064e-04, { 2, 0, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -2.222926466619e-03, 6.334476359000e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -1.697523668248e-03, -1.114298011560e-03, { 2, 0, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.059345042541e-07, 2.809999998003e-03, { 2, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.042407159602e-05, -2.784087784255e-03, { 0, 0, 1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 2.371425029528e-04, 2.558241450540e-03, { 0, 0, 1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 5.648583590762e-08, 2.789999999428e-03, { 0, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.681299752838e-03, 1.105854663553e-03, { 2, 0, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.093625138094e-05, -2.763061365053e-03, { 0, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 4.627936416661e-07, 2.765462126176e-03, { 0, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.670862585442e-03, -9.169816625228e-05, { 2, 0, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.166925577204e-03, -5.839808367830e-04, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.579929203559e-03, -1.165310801428e-03, { 0, 0, 2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.577939594389e-03, 1.164083259736e-03, { 0, 0, 2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 8.592335612461e-07, 2.730599357791e-03, { 0, 0, 1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.911918034226e-03, -8.167405051350e-04, { 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 1.173090820671e-05, -2.696670221172e-03, { 2, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 3.646312508325e-06, -2.702829533950e-03, { 0, 0, 2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.618679819418e-03, -6.618052324286e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.275763918782e-05, 2.655057437581e-03, { 0, 0, 2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 8.175423854258e-04, -1.854886250097e-03, { 2, 0, -1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 5.340428071693e-04, 2.134389318380e-03, { 1, 1, -2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.802045074069e-03, 8.632969919880e-04, { 0, 0, 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -4.366392848014e-04, -2.226365813364e-03, { 2, 0, -1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.153378943345e-03, 5.094637506906e-04, { 3, -1, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.652547081170e-05, 2.619782840156e-03, { 2, 0, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.435896339438e-04, -1.998947818999e-03, { 2, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.615753959118e-03, -1.024964889351e-03, { 2, 0, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -2.059182735245e-03, 5.734162891435e-04, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -2.534523689271e-03, -9.765711807003e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 1.514604338588e-03, -1.095640295677e-03, { 1, 0, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 1.949973422887e-03, -6.598480380437e-04, { 2, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.637915125880e-03, 9.529250339367e-04, { 0, 0, 2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 1.959971964443e-03, -6.233843977194e-04, { 2, 0, -1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.084972514161e-03, -4.894576385602e-04, { 0, 0, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.854865543653e-06, 2.569998010358e-03, { 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.409522625826e-06, 2.568073721853e-03, { 2, 0, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.063844842677e-03, 4.996447413664e-04, { 2, 0, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.975036878586e-03, 5.805201176718e-04, { 1, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.970253476680e-03, -5.796156608903e-04, { 1, 0, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.350876243802e-03, 1.197499102657e-03, { 2, 0, -2, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 7.595966516333e-04, -1.774235871249e-03, { 2, 0, -1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.429614274487e-04, 2.385367257956e-03, { 0, 0, 1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { 2.302668460996e-05, 2.500525065703e-03, { 2, 0, -1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -6.499366848010e-04, -1.852730033768e-03, { 2, 0, -1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 8.867139642752e-04, -1.613270445281e-03, { 1, 0, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 6.488070996527e-04, -1.825795988282e-03, { 2, 0, -1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.635119381378e-03, 8.377111339305e-04, { 2, 0, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.693709916050e-06, -2.446899310517e-03, { 4, 0, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.074885187188e-06, -2.423007701631e-03, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 1.386560193516e-03, -1.040375197083e-03, { 2, 0, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 1.497594889853e-03, 9.262275868845e-04, { 2, 0, -1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 1.479379892410e-03, 9.377303207906e-04, { 2, 0, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -1.602631027171e-03, -7.909533752359e-04, { 2, 0, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 2.158626712000e-03, -2.303569294640e-04, { 2, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.460356084383e-03, 8.852986562928e-04, { 2, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.669463706293e-03, 6.749584400581e-04, { 2, 0, -1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.234944960975e-03, -1.103340985153e-03, { 0, 0, 1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 8.174638467368e-04, 1.520363762563e-03, { 2, 0, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -2.393577698682e-06, -2.323492918278e-03, { 2, 0, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -9.668225209344e-05, 2.211265733974e-03, { 0, 0, 1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -6.090087326352e-04, -1.692684994955e-03, { 2, 0, -1, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -1.866530329318e-03, -4.302696969862e-04, { 2, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -6.525100610551e-05, -2.230627721236e-03, { 1, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.419164522662e-03, 8.494889024513e-04, { 2, 0, -2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.441573050134e-04, 2.122416656130e-03, { 0, 0, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.124564946642e-03, -1.137898376638e-03, { 2, 0, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -3.422402471405e-04, -1.911021464862e-03, { 2, 0, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 1.760917346719e-03, 4.902826644402e-04, { 0, 0, 1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 1.760674959323e-03, -4.902376134447e-04, { 0, 0, 1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 1.406668472431e-03, -8.418360376702e-04, { 2, 0, -2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.212392133567e-03, -2.673272055881e-05, { 2, 0, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.032730558762e-08, 2.229999999184e-03, { 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -2.119479244339e-03, 1.047107719128e-04, { 2, 0, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -2.060510531463e-03, 1.558400063925e-04, { 0, 0, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -6.066764479125e-08, -2.199999999164e-03, { 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 2.088537616700e-03, 1.071418336290e-04, { 2, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.551475842099e-03, 6.439895776865e-04, { 1, -1, 1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 1.550288828181e-03, -6.434935849056e-04, { 1, -1, -1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -4.068893863534e-04, -1.785291139870e-03, { 2, 0, -3, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.605353846045e-08, -2.189999999941e-03, { 2, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 7.151542547507e-05, -2.117185901396e-03, { 2, 0, 0, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 7.379748692171e-07, 2.181248727165e-03, { 0, 0, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 5.478937587293e-08, 2.179999999311e-03, { 0, 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.011033247418e-03, -1.644922885963e-04, { 2, 0, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 7.238006760025e-04, 1.448929389471e-03, { 4, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.336069898201e-03, -8.358466258958e-04, { 2, 0, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -1.691333839275e-03, -4.718540264706e-04, { 0, 0, 1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 2.062547587417e-03, 8.691859077390e-05, { 2, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 7.147756743762e-04, -1.430834908514e-03, { 4, 0, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.017245282238e-03, 1.120078103339e-03, { 0, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.795802228858e-03, 3.360232220472e-04, { 2, 0, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -2.027609181465e-03, 1.026519684919e-04, { 2, 0, -1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 1.885456104257e-03, -2.443979451400e-04, { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.045814443819e-04, 1.411460369050e-03, { 4, 0, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -4.101523877056e-04, -1.695129799069e-03, { 0, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.819813702545e-03, -2.760119236930e-04, { 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.286261917411e-05, -2.041595416777e-03, { 2, 0, 0, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { -7.044883725846e-04, -1.389349511303e-03, { 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -1.299539137643e-03, -7.939149821371e-04, { 0, 0, 2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 5.015140471005e-06, -2.077097450433e-03, { 2, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -6.206824925170e-04, -1.460214686379e-03, { 0, 0, 1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.477930802775e-06, -2.071691869304e-03, { 1, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.911982324307e-03, -1.525226922347e-04, { 1, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.155975172252e-04, 1.448728909005e-03, { 0, 0, 3, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.051282439125e-03, -1.137217517952e-05, { 3, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 8.120466527127e-05, 1.955660747618e-03, { 4, 0, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.855297896477e-03, -1.737926975116e-04, { 2, 0, -1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 1.900218326120e-06, 2.025164804071e-03, { 2, 0, -1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -2.680248249078e-05, 1.997752012610e-03, { 0, 0, 2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.988565882434e-03, 2.594171977096e-05, { 0, 0, 1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -1.935800699181e-03, -7.518652192943e-05, { 2, 0, -1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 6.804197143053e-04, 1.318860119676e-03, { 0, 0, 1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -4.880714399517e-05, -1.944892315590e-03, { 4, 0, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 6.623837679535e-04, -1.325969316289e-03, { 4, 0, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.024368888303e-03, 9.621810976090e-04, { 2, 0, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.939045448405e-03, 4.563512665430e-05, { 0, 0, 2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.238857959279e-05, 1.916744982235e-03, { 2, 0, 1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.477781680776e-04, -1.424724832352e-03, { 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.997378703671e-06, -1.960366710145e-03, { 2, 0, -1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -1.941658785095e-03, 1.881555529393e-05, { 2, 0, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 6.485148175877e-04, 1.298217981490e-03, { 2, 0, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.863002866283e-03, 7.893307318188e-05, { 2, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.049998877208e-06, -1.925217090114e-03, { 1, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 9.462110884485e-04, -9.768749029927e-04, { 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.194990102791e-06, 1.911928903282e-03, { 0, 0, 1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.896035608321e-03, -1.691646345081e-05, { 0, 0, 1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -1.474145395005e-03, 4.218445187409e-04, { 0, 0, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.274888280598e-03, 6.114230991042e-04, { 0, 0, 1, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { -1.274765411506e-03, -6.112534954086e-04, { 0, 0, 1, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { 1.125331783537e-03, -7.583570242335e-04, { 0, 0, 1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 1.050295105831e-03, 8.313548583251e-04, { 2, 0, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 6.258253119028e-04, -1.252825330273e-03, { 2, 0, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.140495698822e-07, -1.864870979523e-03, { 2, 0, -2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.462132472393e-03, 3.893989362146e-04, { 2, 0, 1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 3.438234851058e-04, 1.500493524503e-03, { 4, 0, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.447104513976e-03, -3.852407870035e-04, { 2, 0, -1, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { -4.454254783632e-08, -1.809999999452e-03, { 0, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.934848967341e-06, -1.804321041196e-03, { 2, 0, 0, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { 6.163505142690e-04, 1.176214786345e-03, { 0, 0, 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -1.000139143329e-05, 1.777707886033e-03, { 0, 0, 2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -7.431563112664e-04, 1.032580784548e-03, { 0, 0, 1, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { -7.427354626366e-04, -1.031948949678e-03, { 0, 0, 1, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { 9.267698323812e-08, -1.769999997574e-03, { 2, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.046275227714e-03, -7.216352769286e-04, { 0, 0, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.488064412075e-03, 2.765719028820e-04, { 1, -1, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 2.395987997126e-08, -1.759999999837e-03, { 4, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.689746016055e-06, -1.751189585647e-03, { 2, 0, 0, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.532514307012e-03, 2.193898592986e-04, { 2, 0, -1, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { -5.769755412639e-04, -1.162156076390e-03, { 2, 0, -2, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.075787357687e-05, -1.727725077982e-03, { 0, 0, 2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 6.991908939219e-04, 1.036352129396e-03, { 2, 0, -2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -8.997029377107e-04, -8.285608190407e-04, { 2, 0, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 8.745545637658e-07, 1.724373906366e-03, { 0, 0, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 8.410596744823e-05, 1.628714360395e-03, { 0, 0, 2, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { -1.150075291385e-03, 5.603999313581e-04, { 2, 0, -1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { -2.269752053360e-04, -1.483339834170e-03, { 2, 0, -2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -2.269730487861e-04, 1.483272461066e-03, { 2, 0, -2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 1.706923878861e-03, 2.354883520490e-06, { 2, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.299548351601e-03, 4.078823891530e-04, { 0, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.108467604800e-05, -1.621037626051e-03, { 0, 0, 0, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { -1.430796417009e-03, -2.659665415307e-04, { 1, -1, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.620433558918e-03, 6.894308360044e-05, { 2, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -2.544533002517e-04, 1.432787139583e-03, { 2, -2, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 2.644081881827e-06, -1.678953433944e-03, { 0, 0, 2, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { 2.551455161034e-04, -1.422251215956e-03, { 2, 0, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.154462063484e-03, -5.194235168627e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -1.512567145912e-03, 1.591213067790e-04, { 2, 0, -2, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.232025707793e-05, 1.597398765186e-03, { 0, 0, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -1.609306515581e-03, -4.082068756712e-05, { 2, 0, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 6.849287432473e-05, 1.574229615322e-03, { 4, 0, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.056088452488e-03, -5.767506718175e-04, { 0, 0, 1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -1.012229707461e-03, -6.176110771428e-04, { 2, 0, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -5.902671142011e-04, -1.032795746078e-03, { 0, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -1.565199449645e-03, -4.974456712762e-05, { 0, 0, 1, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { 9.264650575428e-04, -6.857323387844e-04, { 2, 0, -1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { -1.297920005491e-03, 3.141615060436e-04, { 2, 0, 2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.236717701760e-03, -3.753185320352e-04, { 4, 0, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.529876292325e-03, -8.199400568629e-05, { 2, 0, -1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -1.235405480250e-03, 3.748696141461e-04, { 4, 0, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 8.148942277717e-09, 1.609999999979e-03, { 2, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 4.834534570289e-04, 1.120300603489e-03, { 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.549335128639e-03, -5.033218388097e-05, { 0, 0, 0, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { 2.624397198359e-04, -1.325689984627e-03, { 2, 0, 0, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -1.061664236770e-03, -5.219461412190e-04, { 2, 0, 0, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -1.016630868725e-03, 5.602667100950e-04, { 0, 0, 1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { -5.074515874924e-04, -1.066166070394e-03, { 2, 0, -1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { 1.503108484833e-03, 6.852833733991e-05, { 2, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.103393061999e-03, -4.680011583812e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, 2, 0 } }, + { 1.103307024184e-03, 4.679892954894e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 } }, + { 3.292844486504e-04, -1.234732193741e-03, { 2, 0, 0, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { 1.296780750251e-03, -2.662444623977e-04, { 2, 0, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.259867842403e-03, -2.989109088279e-04, { 1, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.522789632377e-03, -3.093990010060e-05, { 0, 0, 2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.500582627974e-03, 4.756299510081e-05, { 4, 0, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -1.317175710300e-06, -1.538795309538e-03, { 4, 0, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.033994578885e-03, -5.050953693180e-04, { 2, 0, -1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { 1.417683076546e-03, 1.209542664002e-04, { 2, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 6.996163772148e-04, 8.294264604913e-04, { 2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 3.369183587788e-08, 1.519999999627e-03, { 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.369183587712e-08, -1.519999999627e-03, { 0, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 5.316788664831e-04, -9.793784069493e-04, { 2, 0, 0, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { -1.209345856320e-03, -2.970184428698e-04, { 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.245197815840e-03, -2.551014153683e-04, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { -1.208874643505e-03, 2.904344489173e-04, { 1, -1, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.054427062444e-08, 1.489999999858e-03, { 4, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.277882254748e-04, 1.253618770517e-03, { 0, 0, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.317881540592e-03, -1.549947971774e-04, { 2, 0, 1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -7.782646529051e-04, -6.894859418100e-04, { 2, 0, 0, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.025519848311e-04, -1.261988903907e-03, { 0, 0, 1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.310991989272e-05, 1.449606371993e-03, { 4, 0, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.478896877120e-04, -8.989483213526e-04, { 2, 0, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.314090343701e-03, 1.286184722825e-04, { 1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.406651821440e-03, 3.136129604042e-05, { 2, 0, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 1.378712366272e-03, 5.880673389074e-05, { 2, 0, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 6.671640397120e-04, -7.669242586174e-04, { 2, 0, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { 5.913574060031e-04, 8.306251080358e-04, { 2, 0, -1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { -1.366998583646e-03, -5.360723683182e-05, { 2, 0, -1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -9.027175951415e-04, 5.169080395994e-04, { 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 1.863462565076e-06, 1.414725340140e-03, { 2, 0, -1, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -6.442948512065e-06, 1.410002428094e-03, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -3.896199188923e-04, 1.018907647980e-03, { 0, 0, 1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -1.361140420803e-03, 4.514903804909e-05, { 2, 0, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -1.321150603607e-03, 8.328638105677e-05, { 2, 0, -1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 6.304374222581e-04, 7.724775734006e-04, { 2, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 1.128929396316e-03, -2.716493333480e-04, { 1, -1, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.131552951229e-03, 2.684114241330e-04, { 1, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.342909175966e-03, -4.964325928457e-05, { 2, 0, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -2.741978952964e-04, -1.117464156315e-03, { 2, 0, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.483044598870e-04, -8.431928281814e-04, { 2, 0, -2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -1.106279284450e-03, -2.846417585498e-04, { 0, 0, 1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 1.253819804641e-03, 1.246430803912e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.395929624719e-07, 1.370326691833e-03, { 0, 0, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.357683121298e-03, 8.313722459925e-06, { 1, 0, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.692079279442e-04, 9.963623598028e-04, { 0, 0, 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 1.248861725457e-06, 1.344786994081e-03, { 0, 0, 1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.087169583152e-03, -2.587849558336e-04, { 1, 1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.320924017806e-03, -2.452190571280e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.071291468443e-03, -2.700466609865e-04, { 2, 0, -1, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.552868607359e-04, 8.838646049804e-04, { 0, 0, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 2.554583843603e-04, 1.079426275737e-03, { 2, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.944823587040e-07, -1.325005389027e-03, { 4, 0, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.479378309446e-04, 1.172825485910e-03, { 2, 0, -1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { -1.215995828606e-03, 1.019334330398e-04, { 1, -1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.639000379782e-06, -1.313437871892e-03, { 2, 0, 0, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.540525723888e-05, -1.298207122413e-03, { 1, 0, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -3.849057888767e-05, 1.268294553678e-03, { 2, 0, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.946686774723e-06, 1.301944142382e-03, { 0, 0, 1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { 1.024503496194e-03, 2.724982723073e-04, { 2, 0, 0, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -6.029072113209e-04, -6.906725530630e-04, { 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.230806796420e-03, 6.173271423504e-05, { 2, 0, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.824602654947e-06, 1.283205972741e-03, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -3.389856072795e-04, 9.429860592720e-04, { 2, 0, -1, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { 2.274483215942e-04, 1.047820053718e-03, { 2, 0, -2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.632593963938e-04, 9.077091555799e-04, { 2, 0, -1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.971680201860e-04, 5.681661605209e-04, { 2, 0, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 4.768053367238e-04, 7.869724509258e-04, { 0, 0, 1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -2.228136209784e-04, 1.036535340973e-03, { 2, 0, -1, 0, 0, 0, 2, 0, -3, 2, 0, 0, 0 } }, + { -1.915766917668e-04, 1.064869645666e-03, { 2, 0, -1, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { -4.181627347613e-04, -8.377804658887e-04, { 2, 0, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.372656686752e-05, 1.240945601526e-03, { 4, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.239972159001e-03, -8.071482753646e-06, { 1, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.013311864367e-03, -2.306493643280e-04, { 2, 0, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.166706157726e-04, -3.162762153112e-04, { 0, 0, 1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -8.262400901674e-04, 4.028495069559e-04, { 2, 0, -1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 5.927792275808e-07, -1.227223198123e-03, { 4, 0, -3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.077519325204e-07, -1.224182172653e-03, { 4, 0, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.711550897087e-04, -7.528391509766e-04, { 0, 0, 1, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { -3.948918331893e-04, -8.278084436262e-04, { 1, -1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -1.583071691073e-05, -1.202892864122e-03, { 1, 0, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.179571513813e-03, 3.810913500422e-05, { 2, 0, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.931545849166e-04, 8.241754827863e-04, { 1, -1, -1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 3.588887319213e-04, -8.519338306672e-04, { 0, 0, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -5.417369566160e-04, 6.668980813258e-04, { 2, 0, -1, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { 7.309281442231e-04, 4.747906942748e-04, { 0, 0, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -1.191732562724e-03, -1.152229543906e-05, { 3, 0, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.761491397418e-04, -9.218170823593e-04, { 0, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.146672586882e-03, 4.881553538293e-05, { 2, 0, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.095478074428e-03, 9.963828806024e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.774854791737e-04, -4.171137285744e-04, { 0, 0, 2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 1.095586712492e-03, -9.843655525516e-05, { 1, 1, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 6.435577118470e-04, -5.485606382822e-04, { 2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.568034831561e-04, 7.334912923105e-04, { 0, 0, 1, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -7.186003121867e-04, -4.693508260855e-04, { 2, 0, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -9.567681141634e-04, -2.271105739341e-04, { 1, 1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.724983980095e-04, -1.011253475292e-03, { 2, 0, -1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 7.107408257780e-04, 4.694639320038e-04, { 0, 0, 1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -6.737087460296e-04, 5.014956091737e-04, { 4, 0, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 2.646085625004e-04, -9.083177050044e-04, { 1, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -7.665170982856e-04, 4.022784100333e-04, { 0, 0, 2, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -4.513234166605e-04, 7.162916546018e-04, { 2, 0, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 7.387511248840e-04, 4.267768211732e-04, { 0, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -5.095956007107e-05, -1.113057769734e-03, { 2, 0, 0, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { 7.759586631976e-05, -1.085337853847e-03, { 2, 0, -2, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -1.065644973680e-03, 9.639778377384e-05, { 1, -1, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.308455033475e-04, -7.295714688289e-04, { 0, 0, 1, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { -1.116524135485e-03, 3.931754922329e-05, { 2, 0, -1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -4.290913796349e-04, 7.261872027033e-04, { 0, 0, 1, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { 7.693618351199e-04, 3.848552480140e-04, { 2, 0, 0, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { 9.021755835045e-04, 2.511868182761e-04, { 2, 0, -2, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 9.018655148256e-04, -2.511191828186e-04, { 2, 0, -2, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 3.103085475404e-04, -8.416349374975e-04, { 2, 0, 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 1.220402422702e-06, -1.149634065334e-03, { 1, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.846558348518e-08, 1.149999999852e-03, { 2, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.111470078184e-03, 3.383267331568e-05, { 4, 0, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.394023032242e-05, 1.098344334910e-03, { 4, 0, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 9.018297799944e-04, -2.401525193047e-04, { 2, 0, -2, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 4.017035821835e-04, -7.399184552679e-04, { 2, 0, -1, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { -1.156193099767e-04, -1.024821595418e-03, { 2, 0, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -7.089785585724e-04, -4.293498327924e-04, { 0, 0, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 4.033297891512e-04, 7.341343386416e-04, { 3, 0, 0, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 4.033297891512e-04, -7.341343386416e-04, { 1, 0, 0, 0, 0, 0, 34, -41, 2, 0, 0, 0, 0 } }, + { 1.912580233978e-04, -9.457655955864e-04, { 2, 0, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -1.029463498552e-04, 1.026972044060e-03, { 2, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.079205271782e-03, 5.023967311531e-05, { 2, 0, -1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { 1.112359098435e-03, 1.063891759558e-05, { 2, 0, -1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { -7.407173993537e-04, 3.760329129348e-04, { 2, 0, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { -4.027939840543e-04, 7.138670123812e-04, { 0, 0, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 8.672642196532e-04, -2.403079770538e-04, { 2, 0, -1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -4.528334828180e-04, -6.518685041936e-04, { 2, 0, 0, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 2.485137748930e-04, 8.530727074238e-04, { 3, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 3.350141506906e-05, -1.065471288216e-03, { 2, 0, -2, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -1.130497537658e-05, 1.086838686326e-03, { 2, 0, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 9.024686619814e-07, 1.096690244514e-03, { 0, 0, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -8.464341598332e-04, -2.489236055851e-04, { 4, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -8.456479109175e-04, 2.486490054845e-04, { 4, 0, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -4.704738055131e-04, 6.234284390050e-04, { 1, 1, -3, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { 9.611532741344e-04, -1.314594494001e-04, { 2, 0, 0, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 2.414212944961e-06, -1.089997649484e-03, { 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.907918772138e-04, -7.015459135185e-04, { 2, 0, 1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 2.179837999736e-04, -8.729906197156e-04, { 2, 0, 0, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { -4.495281905760e-04, -6.406479595941e-04, { 2, 0, -1, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { -7.038912872775e-09, -1.089999999977e-03, { 0, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -8.768281345852e-04, 2.103475122020e-04, { 1, 1, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.234871455943e-04, 7.575302708107e-04, { 2, 0, 0, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 4.653572126231e-04, 6.146230513757e-04, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -7.999518011039e-04, -2.777679317817e-04, { 4, 0, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -3.544446735171e-05, -1.041210036233e-03, { 0, 0, 1, 0, 0, 0, -2, 0, 3, -1, 0, 0, 0 } }, + { -2.530617818339e-04, 8.229374123174e-04, { 2, 0, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 7.193701251145e-04, -3.483719610812e-04, { 2, 0, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 1.643412507112e-04, 8.999358912676e-04, { 2, 0, -2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 6.647138273885e-04, 3.952118373175e-04, { 2, 0, -1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { 1.889171381491e-04, -8.669215797920e-04, { 2, 0, -2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -6.407957677137e-04, -4.033834135025e-04, { 2, 0, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -1.852284611078e-04, 8.577690532532e-04, { 0, 0, 1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -2.840721884924e-04, -7.499337499795e-04, { 0, 0, 1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.439422469300e-06, 1.026665830313e-03, { 2, 0, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -9.855583420184e-04, -3.894039370840e-05, { 2, 0, -1, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -4.890127247791e-05, -9.736698726452e-04, { 0, 0, 1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { 6.019752519984e-04, 4.196283379485e-04, { 0, 0, 1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 2.730571707583e-04, 7.479784475127e-04, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 5.980378638491e-04, -4.162235529104e-04, { 0, 0, 1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { -2.320476875358e-04, -7.792447481518e-04, { 2, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 9.482011513593e-04, -6.188464232525e-05, { 0, 0, 1, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0 } }, + { 2.966145059413e-07, -1.007839804896e-03, { 2, 0, -2, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 8.097266078819e-04, 1.959385633837e-04, { 2, 0, -2, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -4.661004116098e-05, 9.572114912326e-04, { 0, 0, 1, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 3.675698307027e-04, -6.307913747309e-04, { 2, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 5.214586914188e-04, 4.747452121442e-04, { 2, 0, 0, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { 5.832128111505e-04, 4.116354004943e-04, { 0, 0, 1, 0, 0, 0, -2, 0, 5, -5, 0, 0, 0 } }, + { 1.678082424987e-06, 9.928777773266e-04, { 2, 0, -1, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { -2.002466309313e-06, 9.916880491027e-04, { 4, 0, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 8.109357534116e-04, 1.818117668226e-04, { 2, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -8.002458744406e-04, -1.914147302137e-04, { 0, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.675517783548e-05, -9.740187633005e-04, { 0, 0, 1, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { 9.063484106413e-04, 8.144052141231e-05, { 3, -1, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.317951837792e-05, 9.612105375734e-04, { 1, 0, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -2.424871968100e-06, -9.804120055201e-04, { 2, 0, 0, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.662465058240e-05, 9.650195182099e-04, { 0, 0, 1, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { 9.395019580446e-04, 3.995613340989e-05, { 2, 0, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.978580321813e-07, -9.789046481618e-04, { 2, 0, -2, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -8.169901366820e-04, 1.569528634506e-04, { 2, 0, -1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -9.421098312730e-04, 3.044682012850e-05, { 4, 0, -2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 3.410076031861e-04, -6.277338988068e-04, { 0, 0, 1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.460177069391e-04, -6.200400723294e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { -1.345090669205e-04, -8.258719855616e-04, { 1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -2.639517616695e-04, -6.961669818083e-04, { 0, 0, 2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.608495438597e-08, -9.599999998652e-04, { 2, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 8.929874864331e-06, 9.507877887095e-04, { 2, 0, -2, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 1.086027025436e-04, 8.510957293675e-04, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { 5.192944317193e-07, -9.572607440827e-04, { 4, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.584659612291e-04, -5.982555271211e-04, { 2, 0, -2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -3.116921490896e-05, -9.247956719806e-04, { 2, 0, -2, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 7.718367652612e-04, 1.839508565546e-04, { 1, 1, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.845373095192e-06, 9.496921570513e-04, { 1, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.570379541068e-04, -7.962611327715e-04, { 4, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 1.183622798600e-06, 9.510611546244e-04, { 0, 0, 1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -5.765326392417e-04, -3.632756632527e-04, { 0, 0, 1, 0, 0, 0, -2, 0, 4, -3, 0, 0, 0 } }, + { -3.355714650102e-05, -9.032489601232e-04, { 2, 0, -1, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { 5.138552953410e-04, 4.215474884285e-04, { 2, 0, -2, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -2.252815955095e-04, -7.095432557796e-04, { 0, 0, 1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 4.029666339208e-06, 9.307758155477e-04, { 4, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -5.943845746704e-04, 3.363929338928e-04, { 0, 0, 1, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { -2.758718024960e-04, -6.491748971385e-04, { 2, 0, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -8.055132123047e-04, 1.185161891498e-04, { 2, 0, 0, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { -7.454004066394e-04, -1.777316015935e-04, { 2, 0, -1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.255178829577e-04, 5.970345942940e-04, { 2, 0, 0, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { -8.044927356792e-04, -1.177050068112e-04, { 2, 0, 0, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -2.749941610559e-04, 6.471925091001e-04, { 2, 0, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -7.209407189157e-04, -2.006849708044e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -2.449165239640e-04, 6.763287590125e-04, { 2, 0, -2, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 1.303036690982e-04, -7.896667034371e-04, { 0, 0, 1, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { -3.786717443146e-04, 5.409647832754e-04, { 2, 0, -1, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -8.659724876138e-04, 4.734181598157e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { -2.655705022681e-04, 6.472675309222e-04, { 0, 0, 2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.761981046867e-05, -8.945462860541e-04, { 2, 0, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 2.045639661670e-04, 7.072215100833e-04, { 0, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.914864518095e-04, 5.202523314956e-04, { 1, 1, -1, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -9.059264882697e-04, 1.784725152627e-06, { 4, 0, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.524405427968e-04, -7.467019436178e-04, { 2, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.615339258801e-04, -6.323105347092e-04, { 2, 0, -1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.461583312982e-04, -3.468565937612e-04, { 4, 0, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -5.618001771656e-04, -3.298327727358e-04, { 0, 0, 1, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { 9.129102252307e-07, 8.878628104570e-04, { 0, 0, 0, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { -9.738496992109e-05, 7.912205404323e-04, { 0, 0, 0, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 2.071495604825e-04, 6.801664614114e-04, { 0, 0, 1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.411996300755e-04, 3.441140365658e-04, { 4, 0, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.645573428800e-04, 7.198462132521e-04, { 4, 0, -3, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.171712772137e-04, -5.667344570978e-04, { 2, 0, 0, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -3.889675365521e-04, -4.928179028297e-04, { 4, 0, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -3.377771351077e-04, -5.432535169712e-04, { 0, 0, 1, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.847996356181e-05, -8.408825343613e-04, { 2, 0, -1, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { 5.378817081108e-04, 3.413547018551e-04, { 2, 0, -3, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 5.845669048153e-04, -2.907054829431e-04, { 2, 0, -1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { 2.864558751257e-05, 8.444061012313e-04, { 2, 0, 2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 9.834410478968e-05, -7.744064769031e-04, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -4, 0, 0, 0 } }, + { -8.180162865309e-04, 5.155131919155e-05, { 0, 0, 1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { 7.403954134155e-04, -1.279297543140e-04, { 1, 0, 1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -7.383823957732e-04, 1.275164779630e-04, { 1, 0, -1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -7.937520123609e-05, -7.854019248520e-04, { 2, 0, 0, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { 4.010603861921e-04, -4.626906126659e-04, { 2, 0, -1, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -6.880297854151e-04, 1.735563854060e-04, { 3, -1, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -8.403174471448e-05, -7.764329745974e-04, { 2, 0, -1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -5.462929343864e-04, 3.135383160459e-04, { 2, 0, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -8.554155085794e-04, 3.937017435134e-06, { 1, 0, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -8.144302233756e-04, -4.127359175200e-05, { 0, 0, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.290089342457e-04, 6.263413578804e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { -3.451440163432e-04, 5.096320900374e-04, { 2, 0, 0, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -3.284182972143e-04, 5.259005385794e-04, { 0, 0, 1, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.267076683206e-06, -8.480589020732e-04, { 4, 0, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -7.879822641273e-04, -6.471429049677e-05, { 1, 1, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.760719488687e-05, -7.942780833943e-04, { 2, 0, 1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -5.618485226427e-07, 8.503164814006e-04, { 0, 0, 0, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.953157029960e-05, -8.284689543633e-04, { 4, 0, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.903187497496e-04, -6.545984764936e-04, { 3, -1, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -6.760557949133e-04, 1.667547895957e-04, { 0, 0, 1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 2.950443527408e-04, 5.454822141243e-04, { 2, 0, -1, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0 } }, + { 1.612684228756e-08, -8.399999998452e-04, { 2, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.348790445895e-08, -8.399999998917e-04, { 4, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -8.022839764004e-04, 3.198183660845e-05, { 0, 2, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -3.866696251846e-04, 4.420071733956e-04, { 4, 0, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -8.031650814304e-04, -2.425659813520e-05, { 0, 0, 1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.569502497483e-04, 6.801705231754e-05, { 3, -1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.830959962068e-04, 4.030524558744e-05, { 2, 0, -1, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { -2.119625465843e-04, -6.111585318636e-04, { 0, 0, 1, 0, 0, 0, -2, 0, 1, 5, 0, 0, 0 } }, + { -2.912362588463e-04, 5.314027947505e-04, { 0, 0, 2, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -7.823532963353e-04, -3.923622243533e-05, { 2, 0, -1, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { 1.318779371931e-06, 8.182547093362e-04, { 2, 0, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.072756748322e-04, -5.118204973177e-04, { 0, 0, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 7.552837232883e-04, 5.785347334555e-05, { 2, 0, -1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -4.973436515900e-04, -3.146025439039e-04, { 4, 0, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -2.882306757783e-04, -5.234541594746e-04, { 2, 0, 0, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { -2.199036795193e-05, -7.893829743290e-04, { 4, 0, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.503973000453e-04, 6.571214387759e-04, { 4, 0, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.633560198495e-04, 4.437121223004e-04, { 1, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -7.125053223926e-04, 9.410125447904e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -1, 0, 0, 0 } }, + { -2.831319399868e-04, -5.228990060346e-04, { 2, 0, -1, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { 3.958585063952e-07, 8.030143883119e-04, { 4, 0, -2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.866004327523e-04, 5.164895378135e-04, { 2, 0, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 6.311204809681e-07, -7.995887060592e-04, { 2, 0, 1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.733421815138e-04, 3.267687752569e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -5.634302736125e-04, 2.300947656963e-04, { 0, 0, 1, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { -5.626785604343e-04, -2.297460925495e-04, { 0, 0, 1, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 7.599349604938e-04, 3.218860944517e-05, { 2, 0, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -3.760661075190e-04, 4.154726502427e-04, { 2, 0, 0, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { 7.644024789797e-04, -2.640064488538e-05, { 2, 0, -1, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.558055423159e-08, 7.899999998464e-04, { 2, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 7.253981588963e-04, -6.439068934748e-05, { 0, 0, 1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 2.787909613467e-04, 5.080948674761e-04, { 1, 0, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 4.243465820499e-04, -3.620370101561e-04, { 1, 0, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.234774370769e-04, 6.600847132781e-04, { 0, 0, 1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 6.882925279918e-04, 9.470738703268e-05, { 2, 0, 0, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { -4.535244221333e-04, -3.289962735741e-04, { 2, 0, 1, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.166241983168e-06, -7.812151296920e-04, { 2, 0, 1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -7.542410053591e-04, -2.805150292136e-05, { 0, 0, 1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -6.170837340321e-04, -1.641131438790e-04, { 2, 0, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { -2.748467108858e-04, 5.063253080385e-04, { 2, 0, -1, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { 8.712683625445e-09, -7.799999999513e-04, { 2, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -4.977510182801e-04, -2.814930697970e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { -2.775497796417e-04, 5.015064447557e-04, { 2, 0, 0, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { -6.306476216448e-04, -1.477958049807e-04, { 1, -1, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.962641859475e-04, 2.817506274483e-04, { 0, 0, 1, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { -6.314468664555e-04, -1.458597642207e-04, { 0, 0, 2, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -9.524577323103e-05, 6.792724897446e-04, { 0, 0, 1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 2.725277280502e-04, 5.011929987011e-04, { 1, 0, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -4.700634873014e-04, -3.023261604031e-04, { 1, 0, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 4.047935392809e-04, -3.661838166169e-04, { 2, 0, 0, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { -7.373193190276e-05, 6.958446735703e-04, { 2, 0, -1, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -6.370832967077e-04, -1.299440730869e-04, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { -2.717929706944e-04, -4.942505598727e-04, { 1, 0, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 4.657996674812e-04, 2.996943190522e-04, { 1, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 7.104300999960e-04, 5.410157263493e-05, { 2, 0, -2, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -5.963470439808e-04, 1.661889267650e-04, { 0, 0, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 1.379508240686e-08, -7.599999998748e-04, { 2, -1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.974674923167e-07, -7.553564510462e-04, { 1, 0, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.001255105894e-05, 7.229349702339e-04, { 0, 0, 1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.578951571523e-04, -2.948569676739e-04, { 1, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 5.461650893383e-04, 2.053252518221e-04, { 2, 0, 0, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { -1.502923589470e-04, -6.009324899300e-04, { 3, 1, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -5.146621916766e-04, -2.356033034303e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { 1.106048945092e-06, 7.491366214855e-04, { 0, 0, 0, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { 1.243547091993e-08, 7.499999998969e-04, { 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.086467459320e-08, 7.499999999213e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 2.120178413907e-04, 5.373538494817e-04, { 2, 0, -1, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 1.006012505705e-05, 7.384254352278e-04, { 2, 0, 1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 1.859792299986e-05, 7.297630555599e-04, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.310192962135e-04, -6.139518438919e-04, { 1, 0, 1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -5.824049568276e-04, 1.621528207913e-04, { 2, 0, 1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -5.821518487584e-04, -1.620938229085e-04, { 2, 0, 1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -2.969924209174e-07, 7.436699929456e-04, { 0, 0, 3, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.307238836315e-04, 6.131168160147e-04, { 1, 0, -1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -7.146228896722e-04, -2.837478530788e-05, { 2, 0, -1, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { 5.013262727328e-04, -2.394384292371e-04, { 2, 0, -1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -7.116988960697e-04, -2.854874881116e-05, { 4, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 6.535072351181e-04, -8.415088710571e-05, { 2, 0, -1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 1.043708401071e-04, 6.330702370560e-04, { 0, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.613860839608e-04, -1.737316785680e-04, { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.468728246523e-04, 5.874734522326e-04, { 1, -1, 1, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { 3.578155641605e-04, -3.757337684671e-04, { 2, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.409970039091e-04, 2.924379402069e-04, { 0, 0, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -5.410459534734e-04, -1.921017566059e-04, { 0, 0, 1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -5.407041626183e-04, 1.919831816595e-04, { 0, 0, 1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -3.732321619897e-04, 3.590278670947e-04, { 2, 0, 0, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 1.086673117993e-06, 7.309513583204e-04, { 0, 0, 0, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.256444494449e-06, -7.287826229698e-04, { 2, 0, 0, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.644771711852e-04, 5.658153250521e-04, { 1, 1, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -2.661442480272e-04, 4.640208348396e-04, { 2, 0, 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 8.791223442158e-09, 7.299999999471e-04, { 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -6.118725137291e-05, 6.672220269382e-04, { 2, 0, 0, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 5.663270712218e-04, 1.612032919379e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -3.718969816542e-04, 3.555899039694e-04, { 0, 0, 1, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -5.507184740361e-04, -1.749648514604e-04, { 2, 0, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.824812479305e-04, 3.392377564159e-04, { 0, 0, 1, 0, 0, 12, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.280176170064e-05, -7.073916761076e-04, { 2, 0, 0, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { 1.286339939798e-05, -7.061947162375e-04, { 2, 0, -1, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { 5.834407362677e-04, 1.340215746059e-04, { 1, -1, 0, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.097625576486e-06, 7.155438421988e-04, { 2, 0, 0, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 6.573511615315e-04, -5.907157043082e-05, { 1, 1, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.637071945163e-04, -4.525422444845e-04, { 2, 0, 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -3.036330535299e-04, 4.122352688620e-04, { 2, 0, 0, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { 7.280034452035e-07, -7.139614965197e-04, { 1, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 6.064741174351e-07, -7.134365438230e-04, { 2, 0, 1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.208950234752e-04, 2.924463218644e-04, { 2, 0, -2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 3.225636371604e-04, -3.878681457445e-04, { 2, 0, -1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { -5.355383559877e-04, 1.743596820110e-04, { 2, 0, -1, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.248440059017e-04, 5.848026820895e-04, { 2, 0, 0, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { -3.721954752818e-04, -3.301655049982e-04, { 4, 0, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -5.597957558235e-04, -1.424012514842e-04, { 0, 2, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -5.597535112932e-04, 1.424078306657e-04, { 0, 2, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -9.247778861075e-05, -6.089916357423e-04, { 2, 0, -1, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { 2.486504559160e-04, 4.525881317433e-04, { 3, 0, -1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 2.486504559160e-04, -4.525881317433e-04, { 1, 0, -1, 0, 0, 0, 34, -41, 2, 0, 0, 0, 0 } }, + { 1.503575709986e-06, 6.992806032086e-04, { 2, 0, -1, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -5.320592374828e-04, -1.682846258103e-04, { 2, 0, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 3.935295485751e-04, 3.063053742670e-04, { 2, 0, 0, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 5.676563907111e-04, 1.301034793143e-04, { 2, 0, -2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.609416117990e-04, -1.357336910706e-04, { 1, 0, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -6.640716188525e-04, -3.228983507354e-05, { 2, 0, -1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 7.042069890043e-06, 6.888507511523e-04, { 1, 0, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -7.977116877071e-06, -6.869966404973e-04, { 2, 0, 1, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { -5.405349377731e-04, -1.533802831853e-04, { 2, 0, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -5.398619084326e-04, 1.531343201998e-04, { 2, 0, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -2.496034065726e-07, 6.916814697306e-04, { 2, -2, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.320499881656e-04, -5.594651190292e-04, { 2, 0, -1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { 3.837838379459e-04, 3.066238885659e-04, { 2, 0, -1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 1.300619358511e-08, 6.899999998774e-04, { 2, 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -8.681144431631e-05, -6.023958318880e-04, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { -2.144710745056e-05, -6.656646908886e-04, { 2, -2, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -4.307839799367e-04, -2.561872044394e-04, { 0, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 2.287362034260e-04, -4.579777383566e-04, { 2, 0, -4, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.910505295007e-04, -3.954688522417e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { 2.443364840814e-04, -4.416295698455e-04, { 2, 0, -2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 3.082692317393e-04, -3.737162425359e-04, { 1, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -1.537370132133e-04, -5.281030777970e-04, { 1, -1, -2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 1.533568031997e-04, 5.269011723109e-04, { 1, -1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -1.757895566023e-08, -6.800000038628e-04, { 2, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.092149852425e-04, -5.704049982112e-04, { 1, 1, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.385693174865e-04, 1.397117317293e-04, { 0, 0, 3, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -5.385065288611e-04, -1.396867303249e-04, { 0, 0, 3, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.105821902963e-06, 6.760504607802e-04, { 0, 0, 1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.062244270158e-04, -5.701143841935e-04, { 2, 0, 0, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { 8.820961133631e-06, -6.654314850894e-04, { 2, 0, 0, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 1.222205165176e-05, 6.608588739092e-04, { 2, 0, -1, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { -2.856969160970e-04, 3.844406263466e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { -3.194124351780e-04, 3.498956636369e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -4.821156303471e-04, 1.862215553969e-04, { 0, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.042420715353e-04, -4.637925364651e-04, { 1, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.447641759078e-04, -3.231917457493e-04, { 0, 0, 1, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { -9.048305450191e-05, 5.757426122805e-04, { 2, 0, 0, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { -5.151057065879e-04, -1.481388931836e-04, { 2, 0, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -2.563602918070e-04, -4.058726961985e-04, { 2, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -2.900998500660e-07, 6.600001496115e-04, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.333700459351e-04, -1.262995205050e-04, { 1, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.186875704832e-05, 6.474487772230e-04, { 2, 0, 0, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { 1.332025358630e-04, -5.247382023721e-04, { 2, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { -5.319797966663e-04, -1.257397049263e-04, { 1, 1, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.644554685375e-06, 6.558689877258e-04, { 0, 0, 0, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { 2.556314726460e-05, 6.307969259076e-04, { 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 3.640583737446e-04, -2.889491453381e-04, { 2, 0, -1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { 1.968732119100e-05, -6.324652223173e-04, { 2, 0, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -4.028584816294e-06, -6.476268476576e-04, { 0, 0, 1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 3.683583900115e-04, -2.830806903303e-04, { 2, 0, 0, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { 5.343582962217e-04, 1.157608765556e-04, { 0, 0, 1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.432771496617e-04, 4.064615599978e-04, { 0, 0, 2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 5.516343093196e-04, -9.809453745556e-05, { 2, 0, -1, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.007582705165e-04, -1.480503186144e-04, { 2, 0, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -4.501945229563e-04, 1.951166823211e-04, { 2, 0, -1, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { 1.838025637157e-04, -4.614377240466e-04, { 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.521670006101e-04, 2.920460213222e-04, { 0, 0, 1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -5.433359146112e-04, 1.008384254543e-04, { 1, -1, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -4.277570492891e-04, -2.163019532260e-04, { 2, 0, 0, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { 6.101376141208e-05, 5.828814626617e-04, { 0, 0, 1, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -3.413485764924e-04, 3.023221316678e-04, { 0, 0, 0, 0, 0, 12, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.292553276149e-04, 1.395076909161e-05, { 0, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.740262353520e-07, -6.424558080445e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -6, 3, 0, 0 } }, + { -3.619522076690e-07, 6.423622205251e-04, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 6, -3, 0, 0 } }, + { -6.194846480612e-04, -2.130103342374e-05, { 0, 0, 1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -5.675871572358e-04, -7.319587230764e-05, { 4, 0, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -1.519134580767e-08, -6.399999998197e-04, { 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -4.462516273625e-04, -1.932658961029e-04, { 2, 0, -1, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 3.878909104082e-04, 2.470794491590e-04, { 2, 0, -1, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { -5.649429745052e-04, 7.000602680458e-05, { 2, 0, -1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 6.087921955516e-04, 2.570307423497e-05, { 2, 0, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.245801933897e-04, -4.090265033255e-04, { 0, 0, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.955747093059e-04, -1.364387104515e-04, { 0, 0, 2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.366496651436e-04, -3.948202534419e-04, { 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.565607904428e-06, 6.244669650671e-04, { 2, 0, 2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 4.618141200951e-09, -6.299999999831e-04, { 4, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -4.392247414455e-04, 1.883324075545e-04, { 2, 0, 0, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { 2.090675651699e-04, -4.176552544845e-04, { 2, 0, 1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 5.046531553606e-04, -1.204308128053e-04, { 1, 1, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.254362117089e-04, -3.965796213942e-04, { 2, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -6.039782212137e-04, -1.797665226354e-05, { 0, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.489093227893e-06, -6.199976410483e-04, { 4, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.018335923877e-04, 1.193470852930e-04, { 1, -1, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.135735552754e-06, 6.156549024614e-04, { 1, 0, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -2.561387423181e-05, -5.940529214464e-04, { 0, 0, 1, 0, 0, 0, -2, 0, 4, -2, 0, 0, 0 } }, + { -4.336529970138e-04, -1.858460546646e-04, { 2, 0, 0, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 2.645145950987e-04, 3.538906402274e-04, { 1, -1, 1, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { 2.936332946313e-04, 3.228496545222e-04, { 2, 0, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { -6.137934524547e-04, -2.519459349325e-06, { 3, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.042377936089e-04, -4.073188672221e-04, { 2, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.045533731526e-04, -4.062831019698e-04, { 0, 0, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.281757130808e-04, 1.811530474668e-04, { 2, 0, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { 1.807531942722e-06, -6.072491959152e-04, { 1, 0, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 4.314518253455e-04, 1.760391352259e-04, { 4, 0, -2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -5.893544678657e-04, 1.782511522568e-05, { 4, 0, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 8.485174933633e-07, 6.058381992088e-04, { 0, 0, 0, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -5.612389746966e-04, 4.223431608798e-05, { 2, 0, -1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -6.531791969433e-06, -5.969136677745e-04, { 2, 0, -2, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 7.164023976711e-05, -5.313875096098e-04, { 2, 0, 0, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -4.861734461595e-04, 1.152006156312e-04, { 1, -1, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.159899685800e-04, -3.845300230375e-04, { 2, 0, -1, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.758123127178e-07, -5.989938140476e-04, { 2, 0, 1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.990017227135e-06, -5.974169275463e-04, { 0, 0, 1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.675987254602e-06, 5.976536081703e-04, { 2, 0, -3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.548973328566e-05, -5.595806339013e-04, { 2, 0, 0, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { 4.485864375450e-04, 1.434007600108e-04, { 2, 0, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { 3.561891288477e-04, 2.357934630224e-04, { 1, 0, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -4.761705449595e-04, 1.152202628081e-04, { 0, 0, 3, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.969368132355e-04, -3.943056923417e-04, { 1, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.163435814062e-06, 5.899024341547e-04, { 2, 0, -1, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { 6.051004122207e-08, -5.900076889101e-04, { 2, 0, -2, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 6.384414403941e-09, -5.899999999655e-04, { 2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 6.075491125965e-09, -5.899999999687e-04, { 1, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 8.609653776010e-07, -5.874995006972e-04, { 2, 0, 0, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -3.385784111671e-04, 2.488064683357e-04, { 4, 0, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -9.669590411365e-05, -4.882913889650e-04, { 0, 0, 2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -3.765890987130e-04, 2.082270729275e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { -3.756522808518e-04, -2.082802549030e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { -6.789829075600e-05, 5.134704228042e-04, { 1, 1, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.947928195978e-04, 1.845516058477e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -5.601016864268e-04, -1.728679310794e-05, { 0, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 3.162665229154e-04, 2.607106404127e-04, { 4, 0, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.829370350063e-07, 5.766680417268e-04, { 1, 0, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 9.936518545649e-06, 5.665005452218e-04, { 2, 0, -1, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0 } }, + { 4.768427617173e-04, 9.884726994216e-05, { 2, 0, 0, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0 } }, + { 4.577656720605e-04, 1.171630673001e-04, { 2, 0, 1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 1.162272978042e-04, -4.578375390138e-04, { 2, 0, -1, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { -1.908845370624e-04, 3.822802654027e-04, { 1, 0, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.684937281739e-07, -5.726536840034e-04, { 2, 0, 2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.504867018769e-04, -2.167404084853e-05, { 2, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.314024731615e-04, 4.400606517884e-04, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { -1.114218194402e-08, 5.699999998911e-04, { 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { -2.338519792681e-04, 3.351541265704e-04, { 2, 0, -1, 0, 0, 0, 9, -14, 0, 0, 0, 0, 0 } }, + { -2.076740725367e-04, 3.596819684178e-04, { 0, 0, 2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -2.019759270131e-04, -3.646981819615e-04, { 0, 0, 2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -3.106268408543e-04, 2.558530776628e-04, { 0, 0, 3, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -8.521397890893e-05, 4.807916694682e-04, { 2, 0, -4, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.883678347733e-04, -3.765709590659e-04, { 0, 0, 0, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.858902450141e-04, -3.785012166656e-04, { 2, 0, -1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.249893041077e-04, -3.914006908450e-05, { 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.929356656394e-04, -3.704711550928e-04, { 2, 0, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 1.662225672366e-05, 5.461665001278e-04, { 4, 0, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -2.385402474084e-06, -5.600948505282e-04, { 2, 0, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.018171677974e-04, 1.593189429127e-04, { 2, 0, -1, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { -7.428121296406e-09, -5.599999999507e-04, { 2, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.860722525053e-04, 3.724516165996e-04, { 2, 0, -2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.556319195702e-04, -4.008474842267e-04, { 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.893945690945e-05, 5.363954567884e-04, { 4, 0, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.152709760001e-06, -5.533844435397e-04, { 2, 0, 0, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { -5.521698430369e-05, -4.983393814711e-04, { 2, 0, 0, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { 3.946350794428e-04, 1.584910527127e-04, { 0, 0, 1, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { 7.502874742350e-07, -5.517396363558e-04, { 0, 0, 1, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { -3.883529791256e-04, 1.641065359240e-04, { 2, 0, -1, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { 1.836453024960e-04, -3.684142347278e-04, { 0, 0, 0, 0, 0, 17, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.970402468531e-04, 3.540143309408e-04, { 0, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 3.794018988568e-04, 1.654031760511e-04, { 0, 0, 1, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { 9.516519520516e-05, 4.488182755504e-04, { 2, 0, -1, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { 1.609279064793e-04, -3.823310856069e-04, { 0, 0, 1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.218549401376e-04, -2.074418280735e-05, { 2, 0, -1, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -3.385951645078e-06, -5.376461856213e-04, { 2, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -8.609412802182e-05, 4.544308360789e-04, { 0, 0, 2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -3.592377607336e-04, -1.810826364560e-04, { 2, 0, -1, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { -4.402451022075e-04, -9.938850631438e-05, { 4, 0, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.162794657059e-05, -4.961390509076e-04, { 4, 0, -2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 5.672833516986e-05, -4.807064876812e-04, { 1, -1, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.132256018361e-04, 4.241857476394e-04, { 0, 0, 1, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { -1.832215477256e-06, 5.310687554657e-04, { 0, 0, 1, 0, 0, 0, 12, -24, 7, 5, 0, 0, 0 } }, + { -1.832215477256e-06, -5.310687554657e-04, { 0, 0, 1, 0, 0, 0, -12, 24, -7, -5, 0, 0, 0 } }, + { -1.952999080812e-04, 3.362664726760e-04, { 2, 0, -2, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 4.309679335326e-04, -9.986611414904e-05, { 1, 1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.955416108898e-04, -3.349587785241e-04, { 0, 0, 2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 8.165417349404e-05, -4.481236983979e-04, { 4, 0, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 3.802723665633e-04, 1.478174161203e-04, { 2, 0, -1, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { -1.416257229911e-05, -5.131690209701e-04, { 2, 0, -3, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -7.208871405975e-06, 5.194154884880e-04, { 2, 0, -1, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0 } }, + { -3.840327932158e-04, 1.399502367558e-04, { 2, 0, 0, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { -5.910886233033e-05, 4.645062776886e-04, { 1, -1, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 7.544932257110e-05, 4.481114825561e-04, { 0, 0, 1, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { 7.541551386957e-05, -4.480314084893e-04, { 0, 0, 1, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { -3.798577898037e-04, 1.431360772326e-04, { 1, -1, 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 2.753978227523e-04, 2.461558734621e-04, { 2, 0, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 4.217278014544e-04, 9.965064895379e-05, { 1, -1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.524944639263e-04, -2.684758446801e-04, { 2, 0, -1, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.660538839947e-04, -3.536547003660e-04, { 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { -4.837398159030e-06, -5.130810146683e-04, { 2, 0, -4, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 4.801437098492e-04, 3.655498288890e-05, { 0, 0, 1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 1.717656080266e-04, -3.448192937985e-04, { 0, 0, 0, 0, 0, 6, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.896741327706e-04, 2.682213406086e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { -4.674359353883e-04, -4.796221691200e-05, { 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.853895403917e-04, -1.295717328966e-04, { 0, 0, 1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 4.174828382187e-04, 9.655331832083e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 0, 2, 0, 0, 0 } }, + { 1.693335381876e-04, 3.438278896842e-04, { 2, 0, 0, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.103202936760e-07, 5.116552855079e-04, { 0, 0, 0, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { 4.224350801867e-04, -8.936319206973e-05, { 2, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 4.115032162766e-04, -1.002862363937e-04, { 1, -1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.134240001607e-07, -5.104331180306e-04, { 1, 0, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.494864918369e-04, -3.610036752982e-04, { 0, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.460771510310e-07, -5.099188522801e-04, { 2, 0, 0, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -4.941843186797e-04, -1.581694728941e-05, { 0, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.541124178248e-04, 3.554412193597e-04, { 0, 0, 1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -2.737740273105e-05, 4.814689837927e-04, { 2, 0, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 4.111472111750e-04, 9.746087271063e-05, { 1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.026495117632e-04, -3.054129319706e-04, { 2, 0, -1, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0 } }, + { -4.061303894101e-04, 1.018002497615e-04, { 1, 1, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -4.083199825297e-04, 9.880080972584e-05, { 4, 0, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.678978161287e-04, 3.391417860503e-04, { 4, 0, -1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -4.187710274015e-04, -8.806972344023e-05, { 2, 0, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 1.781113031370e-04, 3.286928715928e-04, { 2, 0, -3, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 5.238262499747e-06, -5.008455632320e-04, { 3, 0, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 4.019703983376e-04, 1.034260740561e-04, { 1, 1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -4.260772551912e-04, 7.930849954255e-05, { 3, -1, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -4.196572121418e-04, -8.553033069907e-05, { 4, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.031175987626e-04, 1.013733428246e-04, { 1, -1, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.100099215628e-04, -1.939750729648e-04, { 4, 0, -2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.050583327793e-04, 3.988528265806e-04, { 2, 0, 0, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { 4.832296880821e-04, 2.031888584480e-05, { 2, 0, 0, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { -4.873766944668e-04, 1.601094415260e-05, { 4, 0, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.087574114644e-04, -9.403612514333e-05, { 1, 1, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.853973120664e-04, -3.171291135816e-04, { 2, 0, -1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 3.309913271508e-04, 1.711603208933e-04, { 1, -1, 1, 0, 2, -2, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.309913271508e-04, -1.711603208933e-04, { 1, -1, -1, 0, 2, -2, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.789535775742e-04, -3.224150048798e-04, { 2, 0, 0, 0, 0, 0, -2, 0, 5, 0, 0, 0, 0 } }, + { 7.063364110514e-05, 4.307068648517e-04, { 2, 0, -1, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { 7.040554081349e-05, -4.301586192339e-04, { 2, 0, -1, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { -3.077230782927e-04, 1.926178441342e-04, { 4, 0, -2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 4.446939899728e-04, -5.524697146904e-05, { 2, 0, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -7.436380959030e-07, 4.988671235188e-04, { 2, 0, -2, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 4.581545152505e-04, 4.116357802175e-05, { 1, -1, 1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.000181943268e-06, -4.960124307675e-04, { 0, 0, 1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { -2.491096705941e-04, -2.478313822261e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { -3.925513645401e-04, -1.037612015010e-04, { 1, 0, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 1.198718421444e-06, 4.945530151079e-04, { 2, 0, -1, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { 3.520180744865e-04, -1.430176291674e-04, { 0, 0, 1, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { -4.762786211840e-04, 1.846050672793e-05, { 0, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.283752297274e-04, -2.652515769319e-04, { 2, 0, 0, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { -4.252436443371e-04, 6.830029423863e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -4.916123560358e-05, -4.439318540556e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -1, -2, 0, 0, 0 } }, + { 2.862480786051e-04, -2.062806030122e-04, { 2, 0, -2, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 7.269500241298e-07, -4.899992234113e-04, { 4, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.966108563125e-04, -9.407678583313e-05, { 1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.494489429284e-07, -4.893515240567e-04, { 0, 0, 0, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { -3.526386188915e-04, -1.374919856527e-04, { 4, 0, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 4.846665894733e-04, -5.402442720390e-06, { 2, 0, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 4.900000000000e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 3.101429432996e-06, -4.868357435060e-04, { 1, 0, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 3.391367356150e-04, 1.507636297087e-04, { 1, -1, 1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 1.734876702829e-04, 3.158796705457e-04, { 2, 0, -1, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0 } }, + { -7.279712636267e-07, 4.882709321446e-04, { 2, -2, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.017957084042e-04, -3.871467254579e-04, { 2, 0, -2, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { 3.300996356827e-07, -4.877248384974e-04, { 2, 0, 1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -5.084693731560e-06, 4.819447865024e-04, { 3, 0, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -4.694982273179e-04, -1.650335484378e-05, { 0, 0, 1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -4.192110025713e-04, -6.659309427432e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 9.612978283567e-07, 4.835219865873e-04, { 0, 0, 1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 4.647328241499e-04, 1.970641231583e-05, { 2, 0, -1, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { 3.734320225310e-04, 1.100810028698e-04, { 0, 0, 2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.597656078633e-04, -3.224002930554e-04, { 0, 0, 1, 0, 0, 15, -13, 0, 0, 0, 0, 0, 0 } }, + { -4.429290854527e-04, -3.871911171532e-05, { 2, 0, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 1.051598591920e-04, -3.755130148497e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { -1.858937863816e-04, 2.943586660612e-04, { 2, 0, 0, 0, 0, 0, -11, 19, 0, -3, 0, 0, 0 } }, + { 2.646759367406e-04, -2.153638772083e-04, { 0, 1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -3.874159329072e-04, 9.233564037166e-05, { 1, -1, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.091743268825e-04, -7.054204647449e-05, { 2, 0, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.280059839017e-05, 4.560923084457e-04, { 2, 0, 1, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { 2.280059839017e-05, -4.560923084457e-04, { 2, 0, -1, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { -3.312129427659e-04, -1.472404479311e-04, { 1, -1, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -2.753800824549e-04, -2.028161315724e-04, { 1, 0, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 3.674096197415e-04, 1.079453343784e-04, { 2, -2, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -5.603212686685e-06, -4.697493323194e-04, { 2, 0, 0, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0 } }, + { -3.841308439966e-04, -9.101190429726e-05, { 1, -1, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.658524329926e-04, -1.090971223878e-04, { 0, 0, 1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.669867422655e-04, -1.077970286537e-04, { 2, -2, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 4.354618589206e-04, -3.819205260802e-05, { 2, 0, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.826365909728e-04, -9.074936020056e-05, { 1, 1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.692466583173e-05, 4.063695672078e-04, { 2, 0, 0, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { 1.239624858151e-04, -3.486162677078e-04, { 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.288250747184e-07, 4.719386678971e-04, { 4, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.930872628842e-05, -3.925794253474e-04, { 4, 0, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 6.661258309455e-05, -4.051910506753e-04, { 2, 0, 0, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { 1.208365992658e-06, -4.695230413825e-04, { 0, 0, 1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.296081502370e-08, 4.699999998213e-04, { 2, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -9.679596030685e-09, -4.699999999003e-04, { 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -9.682677602092e-07, 4.690180439047e-04, { 1, 0, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 5.691825298668e-06, -4.642460182460e-04, { 4, 0, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.456326185766e-05, 4.551203981030e-04, { 2, 0, -1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.234268240751e-04, -4.466048568980e-05, { 4, 0, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.734116112041e-04, 2.942950225231e-04, { 2, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -7.215649881000e-05, -3.953757968870e-04, { 4, 0, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -2.550442556850e-04, 2.120045782987e-04, { 2, 0, 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -3.688790302981e-04, -9.686816353642e-05, { 2, 0, -1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { 5.529345016196e-05, -4.101043970692e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { 5.153285474834e-07, -4.642606432755e-04, { 1, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.522022571595e-04, 1.119870501949e-04, { 2, 0, -1, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { -2.018866429355e-04, -2.618109701491e-04, { 4, 0, -2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.492089411151e-04, -3.139619026637e-04, { 2, 0, 0, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0 } }, + { -2.682310106462e-04, -1.948986200425e-04, { 0, 0, 1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { -5.520300366599e-05, -4.076433644920e-04, { 2, 0, -1, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.675358995956e-04, 2.935748036894e-04, { 2, 0, -1, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.724552885889e-04, 8.826294605274e-05, { 1, -1, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.534965706032e-04, -3.070691849385e-04, { 0, 0, 0, 0, 0, 7, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.010789970506e-07, -4.599999862499e-04, { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.293845761297e-04, 3.071105224015e-05, { 2, 0, -1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.293713580187e-04, 2.305879647855e-04, { 2, 0, 0, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.977495453829e-06, -4.547084756650e-04, { 2, 0, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.053964587060e-07, -4.593084757299e-04, { 2, 0, 0, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { -3.131014617156e-04, 1.462979725178e-04, { 0, 0, 1, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.708299064715e-04, 2.864200388752e-04, { 2, 0, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.133725226045e-04, 4.355885136870e-05, { 0, 0, 1, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -9.129083108167e-05, -3.650187993691e-04, { 3, 1, -2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.697717462184e-07, -4.556903645639e-04, { 0, 0, 3, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.601807921730e-04, 1.953086714089e-04, { 4, 0, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 1.645726329216e-04, -2.907166657133e-04, { 4, 0, -1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 3.665251682484e-04, 8.869516998981e-05, { 0, 0, 1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.193039626707e-06, 4.506862383426e-04, { 2, 0, -1, 0, 0, 0, 3, 0, 0, -3, 0, 0, 0 } }, + { -1.004708863581e-04, -3.503178569570e-04, { 0, 0, 1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.199114857532e-09, 4.499999999946e-04, { 4, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.932693631001e-05, 4.294095954418e-04, { 4, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -2.025836635630e-05, 4.272549314742e-04, { 2, 0, -1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.921598108890e-04, -1.551712055640e-04, { 2, 0, 1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 5.771143708339e-07, 4.464709486848e-04, { 4, 0, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.732567263663e-04, 2.732748104722e-04, { 2, 0, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.600962085808e-04, -8.602075737220e-05, { 2, 0, 1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 1.502981594288e-04, 2.934934994532e-04, { 0, 0, 1, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { 1.019441221097e-04, 3.417073109095e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { -5.436428630673e-05, 3.889257665115e-04, { 0, 0, 0, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { 1.500640250431e-04, -2.932151747324e-04, { 0, 0, 1, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { -3.591486856718e-04, -8.407197388406e-05, { 2, 0, -2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.310795586348e-04, 2.121141353515e-04, { 2, 0, -1, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { 1.548300651408e-04, 2.878872681216e-04, { 4, 0, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 2.763927904902e-04, 1.662193636124e-04, { 1, -1, -1, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.395062980742e-04, -2.014255154840e-04, { 1, -1, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.605039797402e-04, -2.804087921904e-04, { 2, 0, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 2.610390719372e-04, 1.793297256057e-04, { 0, 0, 1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -3.609340893138e-09, -4.399999999852e-04, { 2, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.532546405810e-09, -4.399999999858e-04, { 2, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -6.230345519350e-07, 4.390789839858e-04, { 2, -2, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -4.257151473010e-04, -1.391443297342e-05, { 0, 0, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -4.365401311427e-04, 1.581289744880e-06, { 4, 0, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.530769300503e-04, -8.467527328518e-05, { 1, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.239507136457e-04, 1.338174297831e-05, { 4, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.315256404367e-04, -2.053573888493e-04, { 4, 0, -2, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.045701574519e-04, 2.322624627309e-04, { 2, 0, -1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { -2.728097365905e-04, -1.639125812782e-04, { 1, -1, 1, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.606024630328e-04, -2.749096882489e-04, { 2, 0, -1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -3.525578741931e-04, -8.293717593875e-05, { 0, 0, 2, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.392912923019e-05, -4.104798212832e-04, { 2, 0, -1, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { -2.396790128959e-04, -1.924240414633e-04, { 1, 0, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 7.251383770665e-05, 3.595837416179e-04, { 0, 0, 1, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { -1.429816899491e-04, -2.885366682944e-04, { 2, 0, 0, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { 8.164259848203e-05, -3.498252031446e-04, { 2, 0, -1, 0, 0, -6, 10, 0, -3, 0, 0, 1, 0 } }, + { 8.164628053844e-05, 3.497594740116e-04, { 2, 0, -1, 0, 0, 6, -10, 0, 3, 0, 0, -1, 0 } }, + { -1.936737295068e-04, 2.369902980617e-04, { 4, 0, -2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -3.672490184738e-06, 4.268274775473e-04, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { -1.488783255408e-06, -4.282242225272e-04, { 2, 0, -3, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.464363395643e-04, 8.294873284719e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { 3.472155194826e-04, 8.215660303572e-05, { 1, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.373944834510e-05, -3.754640959991e-04, { 1, 0, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 2.268168927996e-04, -2.019993983860e-04, { 2, 0, 0, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0 } }, + { 4.036256704907e-04, -2.403573889833e-05, { 2, 0, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -7.828430719270e-05, -3.491225800465e-04, { 2, 0, 0, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { -9.605841371662e-05, -3.309503915727e-04, { 1, 1, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 3.438770405835e-04, -8.005563448661e-05, { 1, 1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.945444979687e-04, -1.293774635710e-04, { 2, 0, -2, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 9.985292869089e-06, 4.131431354166e-04, { 0, 0, 3, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 2.293175237184e-04, 1.934713562896e-04, { 2, 0, 0, 0, 0, -3, 6, -4, 0, 0, 0, 0, 0 } }, + { 9.570705568820e-05, 3.262695925297e-04, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { 3.833511603162e-05, 3.827579567527e-04, { 2, 0, -2, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 5.856014519633e-07, -4.204198316793e-04, { 2, 0, 1, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { -3.386835946249e-04, 8.191284607799e-05, { 1, 1, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.238834702883e-08, -4.199999998173e-04, { 2, -1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -4.984660343494e-09, -4.199999999704e-04, { 2, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -7.163797656082e-07, 4.186468811546e-04, { 0, 0, 2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.387372595075e-04, 8.025438123507e-05, { 1, -1, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 8.737514109463e-07, 4.176652274365e-04, { 4, 0, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.567829594063e-04, -2.614961812906e-04, { 2, 0, -1, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.322097786984e-04, -8.574730199694e-05, { 2, 0, -2, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 4.025329458644e-04, 1.518143281067e-05, { 0, 0, 0, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { -8.602815709306e-05, 3.314104981099e-04, { 3, 0, -2, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 3.313910196730e-04, -8.535728488153e-05, { 3, -1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -3.371452150412e-04, -7.956766628042e-05, { 1, 1, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.537737348062e-04, -2.629271629431e-04, { 0, 0, 1, 0, 0, 0, -2, 0, 5, 0, 0, 0, 0 } }, + { 2.725873790118e-05, -3.887919404758e-04, { 2, 0, -3, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { 7.825655761850e-05, -3.373863068797e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 5.465444258252e-05, 3.607972856255e-04, { 2, 0, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.581133192190e-07, -4.145392367918e-04, { 2, 0, 0, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { -8.065384738781e-05, -3.337058804941e-04, { 2, 0, 0, 0, 0, 0, -3, 0, 5, 0, 0, 0, 0 } }, + { 3.922701856364e-04, -2.087015566891e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { -3.322070814198e-04, 8.069809768160e-05, { 2, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 6.900932973740e-07, -4.121022760810e-04, { 2, 0, 0, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { 3.447429047901e-06, 4.090721889345e-04, { 0, 0, 2, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 1.369489797178e-04, -2.751141362520e-04, { 0, 0, 0, 0, 0, 16, -14, 0, 0, 0, 0, 0, 0 } }, + { -3.491934437957e-04, -6.220311854209e-05, { 1, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.131920254042e-06, 4.088776297009e-04, { 0, 0, 3, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.365333778736e-04, -2.714500032856e-04, { 0, 0, 0, 0, 0, 8, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.350669059628e-05, 3.843959522308e-04, { 0, 0, 1, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { 3.294527689630e-04, -7.728811673530e-05, { 1, -1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.455009781410e-04, -2.603010498352e-04, { 0, 0, 1, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -1.442536362831e-04, -2.615292866775e-04, { 3, 0, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -1.328278480193e-04, -2.728030469975e-04, { 2, 0, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { 8.189140186018e-05, 3.235032999830e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { 4.636135529103e-05, 3.587507304672e-04, { 0, 0, 1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.434682194878e-04, 2.615392274098e-04, { 2, 0, 0, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.953615794159e-08, 4.042887730385e-04, { 0, 0, 3, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -9.748627358616e-07, 4.032998497329e-04, { 2, 0, 0, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { -3.406994413702e-04, 6.321910966977e-05, { 1, 1, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 4.610314482290e-05, -3.566409972126e-04, { 2, 0, -2, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { -9.435874561361e-05, 3.081895877611e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -5.381077505951e-06, -3.970625996738e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { -5.022591567293e-05, -3.516645041704e-04, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { 3.266127236014e-04, 7.507543945897e-05, { 4, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.685155999112e-04, -3.310970585954e-05, { 1, -1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.508168963144e-04, -2.507311014009e-04, { 0, 0, 2, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 1.507107681951e-04, 2.505610988876e-04, { 0, 0, 2, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 1.335810178387e-04, -2.674558256446e-04, { 2, -2, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 6.003932626656e-09, 3.999999999549e-04, { 4, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.802960800853e-04, 1.928115056406e-05, { 2, 0, -2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.352178214365e-04, -1.642850534639e-04, { 2, 0, -1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.764545857849e-04, -2.253941547632e-05, { 2, 0, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 2.904505487729e-04, 1.083442601966e-04, { 2, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.220519372891e-04, -7.668707330875e-05, { 1, -1, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.437023199692e-04, -1.543563051544e-04, { 4, 0, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -3.826220130487e-04, -1.525841767235e-05, { 2, 0, -1, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { -8.908977366469e-05, -3.085409788280e-04, { 2, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.756522998147e-04, 2.219419263566e-04, { 0, 0, 1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { 3.804626535552e-04, 1.601061061454e-05, { 2, 0, 0, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { -5.406728492376e-07, -3.955669645831e-04, { 0, 0, 1, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.186943788733e-07, 3.957945748305e-04, { 2, -2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.735378106376e-06, -3.940114966459e-04, { 2, 0, 0, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { 2.172620449161e-04, -1.781683016548e-04, { 2, 0, -2, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -3.276927550947e-04, -6.734847128389e-05, { 1, -3, 1, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { 3.276927550947e-04, 6.734847128389e-05, { 1, -3, -1, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { 1.522150050711e-04, -2.425607543742e-04, { 2, 0, 1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 2.419509494806e-04, 1.527614441748e-04, { 2, 0, -1, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0 } }, + { -5.345715690206e-06, 3.892419127700e-04, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { 2.677001808470e-04, 1.259075834437e-04, { 0, 0, 1, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0 } }, + { 5.585633235612e-05, 3.374809519186e-04, { 2, 0, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 3.176396632025e-04, -7.543712268626e-05, { 1, -1, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.768586842395e-04, 1.540665303709e-05, { 2, -2, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.511919797051e-04, 2.410530435771e-04, { 2, 0, 1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -1.345172269561e-07, 3.919892779761e-04, { 0, 2, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.030740665890e-04, -1.888743209351e-04, { 2, 0, -1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { 2.985627409212e-05, 3.613215478159e-04, { 2, 0, -1, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { -3.159078495148e-04, 7.520192494512e-05, { 0, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.605606968742e-04, -1.303577163246e-04, { 0, 0, 1, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { 1.891974714499e-07, -3.893424473189e-04, { 2, 0, 1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -5.304781459888e-05, 3.364310662075e-04, { 2, 0, -1, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { -2.016098940831e-04, 1.873152912488e-04, { 0, 0, 1, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { 5.482286406929e-05, 3.340712774835e-04, { 2, 0, -2, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { 3.359027828696e-04, -5.271233060782e-05, { 2, 0, -1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 1.654055426479e-04, 2.217419635547e-04, { 1, -1, 2, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { 4.014883622066e-05, 3.466190200694e-04, { 2, 0, 0, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { 1.590200660471e-04, 2.275588531314e-04, { 2, 0, -1, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { 4.586138746827e-05, -3.400631147841e-04, { 0, 0, 1, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -2.503176810224e-04, -1.354874010943e-04, { 2, 0, 0, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { -3.089357873147e-04, 7.668712727362e-05, { 1, -1, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.703386619458e-04, -1.518812000928e-05, { 2, -2, 2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -7.140366451463e-07, -3.845099129994e-04, { 4, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.111517160146e-04, 1.739030127481e-04, { 2, 0, 2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -6.240632333335e-06, 3.778118358119e-04, { 2, 0, -2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 1.577289023327e-04, -2.262632089386e-04, { 2, 0, -1, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { 2.380995055863e-05, -3.575043055788e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { 2.617347522982e-04, -1.195656671356e-04, { 0, 0, 1, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -1.624189388443e-04, 2.185512459343e-04, { 2, 0, -1, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { 2.716649033789e-04, 1.092334388717e-04, { 2, 0, 1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 2.284755920830e-07, -3.804790685169e-04, { 2, 0, 0, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { 3.485954714832e-04, 3.132406840439e-05, { 3, -1, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.705189245837e-04, 9.327819934560e-06, { 0, 0, 1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.063323282775e-04, 7.324987505832e-05, { 1, 1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.497514032762e-05, 3.340298964782e-04, { 2, 0, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -2.338662384927e-04, 1.449036181112e-04, { 2, 0, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 3.051580880638e-04, 7.227271182517e-05, { 1, -1, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.342334766130e-06, 3.728793720808e-04, { 0, 0, 2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.668818402865e-06, 3.731957933254e-04, { 2, 0, 1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.034105503897e-04, -2.733697582573e-04, { 0, 0, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.120194978992e-06, -3.710279067889e-04, { 0, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -5.905424876739e-07, 3.755553190000e-04, { 4, 0, -2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.251607046786e-04, 2.505867281561e-04, { 2, -2, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.772842479850e-04, 9.844616599994e-05, { 2, 0, -2, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -5.514987212716e-05, -3.205804762593e-04, { 2, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { -2.772403953436e-04, -9.843678782232e-05, { 2, 0, -2, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -3.632344204396e-04, -1.226270572221e-05, { 0, 0, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -3.488106455042e-04, 2.624920939694e-05, { 2, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 5.963609262348e-05, -3.132519286884e-04, { 1, 1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -2.847093721019e-04, 8.816041661497e-05, { 1, 0, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 3.595332478614e-04, -1.314103562126e-05, { 2, 0, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.485053781097e-04, 2.238903956061e-04, { 2, 0, 0, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { -1.282754878821e-04, -2.437084074879e-04, { 2, 0, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { -8.827429975783e-05, 2.811359203468e-04, { 0, 0, 1, 0, 0, -8, 14, 0, 0, 0, 0, 0, 0 } }, + { -3.061610372153e-04, 6.228918776317e-05, { 2, 0, 0, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { 1.466291202440e-04, -2.217654581522e-04, { 2, 0, 0, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { -4.669188208273e-05, -3.214386553610e-04, { 2, 0, 1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -4.190788672050e-05, 3.261726475233e-04, { 2, 0, 0, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { 3.603437926151e-04, -6.866494440163e-06, { 2, 0, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 5.371485088660e-07, -3.662464584619e-04, { 2, 0, 0, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -3.534733986429e-04, -1.264161398932e-05, { 0, 0, 1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.534022222494e-04, 1.126354438533e-04, { 1, 1, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 3.152105452205e-04, 5.076302482984e-05, { 0, 0, 2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.996569207008e-05, 2.859852078494e-04, { 4, 0, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.442485892166e-04, 2.204891173049e-04, { 4, 0, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 2.443149356934e-04, 1.195774447121e-04, { 2, 0, -1, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { 6.515356200693e-06, -3.571904813510e-04, { 0, 0, 3, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.407052966080e-04, 2.229442058162e-04, { 2, 0, -1, 0, 0, 0, -11, 19, 0, -3, 0, 0, 0 } }, + { -1.044871177522e-04, -2.588324477109e-04, { 1, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.089606932699e-04, -1.541645122120e-04, { 0, 0, 1, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0 } }, + { 4.202723749230e-07, -3.626238614587e-04, { 2, 0, 0, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 4.336192997857e-06, 3.586290628640e-04, { 2, 0, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 1.237317154492e-04, 2.391772373854e-04, { 2, 0, 0, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.397090705657e-04, 1.231278376158e-04, { 0, 0, 1, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 5.491681425893e-05, -3.076843294592e-04, { 0, 0, 1, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { 2.921034942557e-04, 6.917417423176e-05, { 1, -1, 1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.972741260831e-07, 3.607387933987e-04, { 2, 0, -3, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.892237386995e-06, -3.511312760016e-04, { 0, 0, 1, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { 2.912892117851e-04, 6.949482175733e-05, { 1, -1, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.851035101599e-04, 7.567342803262e-05, { 0, 0, 3, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 1.203130112893e-04, -2.401302987381e-04, { 0, 0, 0, 0, 0, 9, -7, 0, 0, 0, 0, 0, 0 } }, + { 5.780530482406e-09, -3.599999999536e-04, { 2, -1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 7.032316768912e-05, -2.891302645052e-04, { 2, 0, -1, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { -2.264247963113e-04, 1.316181934192e-04, { 2, 0, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 5.928968972450e-05, -2.987071980114e-04, { 0, 0, 1, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { -1.835898270280e-04, 1.743748502572e-04, { 0, 0, 2, 0, 0, -18, 12, 8, -3, 0, 0, 0, 0 } }, + { -8.200209478837e-05, 2.758856396434e-04, { 1, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.890472659716e-04, -6.860114065835e-05, { 1, 1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.368731127728e-04, -2.052858840826e-05, { 2, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -2.504956375426e-05, -3.313065124038e-04, { 4, 0, -1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -5.518908955041e-09, -3.560400505139e-04, { 2, 0, -2, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.537290634824e-04, -4.918142937844e-08, { 4, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.388084954904e-04, 1.492174312315e-05, { 4, -2, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 8.548757990033e-07, 3.524298919684e-04, { 0, 0, 1, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.848891474329e-04, -6.725480852187e-05, { 1, 1, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.031072619254e-06, 3.509979310555e-04, { 2, 0, -1, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.797939452028e-05, 3.337777273376e-04, { 0, 0, 0, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 2.486774759421e-04, -1.029299383615e-04, { 2, 0, -3, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { -8.257464546108e-05, -2.672746826766e-04, { 4, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 2.315441885019e-06, -3.470973077573e-04, { 0, 0, 2, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -1.770047007243e-04, 1.722640009412e-04, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { 1.621202614305e-04, -1.866073896782e-04, { 2, 0, -1, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0 } }, + { 2.138565178452e-04, -1.348504128460e-04, { 2, 0, 0, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { -9.917095648609e-06, -3.379246366541e-04, { 2, -2, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -2.322379401755e-04, 1.153194805746e-04, { 2, 0, -1, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -3.348745517454e-04, 1.216033121095e-05, { 2, 0, -1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.480662890318e-04, -1.987337686694e-04, { 3, 1, -2, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -2.117097829370e-04, 1.349837243240e-04, { 2, 0, -2, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { 3.064609144375e-04, 3.967795800665e-05, { 2, 0, -1, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { 1.206782372523e-04, 2.254127345892e-04, { 2, 0, -2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 5.362634323823e-05, -2.915151536331e-04, { 2, 0, -2, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -3.866107471844e-06, -3.409793679301e-04, { 2, 0, -2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -3.723328125788e-05, 3.076091784508e-04, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 1, 0, 0 } }, + { 7.864952117382e-05, -2.649010140752e-04, { 0, 0, 1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -3.288571059385e-05, -3.105333298384e-04, { 1, 1, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 6.706505456011e-05, 2.762513055102e-04, { 1, -1, 0, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { 2.517874459659e-04, 9.120576852468e-05, { 1, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 1.149759675856e-04, -2.280013185805e-04, { 2, 0, -1, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.741321044059e-05, 2.851720408108e-04, { 1, 1, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.199771786687e-04, -2.225526931060e-04, { 2, 0, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0 } }, + { -2.322532723951e-04, -1.099593292664e-04, { 2, 0, -1, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { -6.834844984922e-05, 2.735126474792e-04, { 2, 0, -2, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -2.093005002386e-04, -1.325361377959e-04, { 4, 0, -3, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -2.488985922007e-04, 9.211212976672e-05, { 2, 0, -1, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { 2.279458714816e-04, -1.126164734794e-04, { 2, 0, -1, 0, 0, 0, 10, -14, 0, 0, 0, 0, 0 } }, + { 2.754893605726e-04, 6.502018532078e-05, { 4, 0, -1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -2.711441729255e-04, 6.929308343315e-05, { 3, -1, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -7.239625736662e-09, -3.399999999229e-04, { 0, 1, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -7.657821543720e-08, -3.396308453861e-04, { 0, 2, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 8.673584790533e-07, -3.384941434898e-04, { 3, 0, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.737911159696e-04, -1.651954397923e-04, { 0, 0, 0, 0, 0, 18, -12, -8, 3, 0, 0, 0, 0 } }, + { -2.748726081447e-04, 6.359667291013e-05, { 1, -1, 2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.505145044051e-04, -1.875143007562e-04, { 4, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 5.278817422105e-06, 3.324669511407e-04, { 2, -2, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.112468406752e-04, -2.263720894794e-04, { 0, 0, 2, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -1.165191455035e-04, -2.208347072481e-04, { 2, 0, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 3.124082850668e-04, 2.450960995491e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { -2.423479615979e-04, 9.455098786700e-05, { 2, 0, -1, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { -1.191772952804e-04, 2.172996675881e-04, { 1, 0, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 1.107616854052e-04, 2.252003498309e-04, { 0, 0, 2, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -7.437578425953e-06, -3.282104705679e-04, { 2, 0, 0, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { 6.351354474678e-05, 2.720835715634e-04, { 2, 0, 0, 0, 0, 6, -10, 0, 3, 0, 0, -1, 0 } }, + { 6.345800801395e-05, -2.718333078172e-04, { 2, 0, 0, 0, 0, -6, 10, 0, -3, 0, 0, 1, 0 } }, + { 2.295335267771e-04, -1.053862200330e-04, { 1, 1, -1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.042359502786e-04, -2.306027319444e-04, { 1, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.704436076894e-04, 6.401254895384e-05, { 1, -1, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 7.254274198907e-06, -3.268980004165e-04, { 0, 2, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -7.096316475056e-06, 3.260913531622e-04, { 4, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -3.209488147171e-04, 1.219031059259e-05, { 0, 0, 2, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 1.108180919551e-04, 2.218794453269e-04, { 4, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.319968453479e-04, 9.991851381590e-05, { 2, 0, -2, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 7.033481757581e-08, 3.315544424255e-04, { 1, 0, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.464022227527e-05, -3.069513812318e-04, { 2, 0, 1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 3.558521143467e-05, 2.959355046264e-04, { 2, 0, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { 5.720987270943e-05, -2.741388102440e-04, { 2, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { 6.287689681790e-06, -3.246670996506e-04, { 2, 0, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { 1.601192717051e-04, -1.705534220284e-04, { 0, 0, 1, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.395655219093e-04, 9.079411971433e-05, { 4, 0, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.492553907965e-06, -3.285625594425e-04, { 2, 0, -1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -5.716717965291e-05, 2.724400436016e-04, { 2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.913359452133e-04, 1.375903542661e-04, { 0, 0, 2, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -1.519836687773e-06, 3.270476899192e-04, { 3, 0, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 2.637204754760e-04, -6.405233150954e-05, { 1, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -5.560621248699e-08, 3.272842521481e-04, { 3, 0, -2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.086374652735e-04, -2.174955126989e-04, { 4, 0, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.092522280732e-04, 2.167521745921e-04, { 2, 0, 0, 0, 0, -7, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.983406995856e-04, -1.275237389561e-04, { 4, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.742935808028e-04, 5.128663621084e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 } }, + { -2.740203056797e-04, -5.128225974573e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0 } }, + { 2.001195244010e-04, -1.248444508055e-04, { 2, 0, -2, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -2.235156561527e-04, -1.008229660612e-04, { 0, 0, 2, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -1.546946168598e-04, 1.689243791689e-04, { 4, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 6.261363344421e-05, -2.606875551555e-04, { 0, 0, 1, 0, 0, 0, 0, 0, -4, 10, 0, 0, 0 } }, + { 6.250685098240e-05, 2.605008369971e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0 } }, + { 1.065386809408e-04, 2.163447329399e-04, { 2, 0, 0, 0, 0, -13, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.960767489349e-04, 1.263180541885e-04, { 4, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.986146012134e-04, -2.358045929554e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { 3.836982602248e-05, 2.834735796082e-04, { 0, 0, 1, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { 1.111291983500e-09, 3.217403988801e-04, { 2, -2, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.125716435594e-04, -2.087769115717e-04, { 4, 0, -3, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 2.587175941658e-04, 6.222487164546e-05, { 2, 0, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.745606736751e-04, -1.461685317674e-04, { 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.218240980037e-06, 3.179092296763e-04, { 1, 0, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.027846039097e-04, 1.730449422070e-05, { 2, 0, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.211293968669e-05, -2.779664999762e-04, { 0, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 5.361651461911e-09, 3.199999999551e-04, { 2, 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.518583771955e-09, 3.199999999807e-04, { 2, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 2.031692262884e-04, -1.167117523201e-04, { 2, 0, -1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { 2.968120165158e-06, -3.167029002399e-04, { 2, 0, -2, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.617416550021e-05, -3.034935177280e-04, { 2, 0, 0, 0, 0, 0, -4, 0, 5, 0, 0, 0, 0 } }, + { -3.433052336312e-06, 3.161368355416e-04, { 0, 0, 1, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { -3.449636534387e-05, -2.845027786828e-04, { 2, 0, -1, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.574682027853e-04, -6.117433819841e-05, { 1, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.080403998049e-04, -1.054051052736e-05, { 0, 0, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.509706813330e-04, -1.675899871275e-04, { 0, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -1.863747715692e-04, 1.320298060997e-04, { 2, 0, 0, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 1.062887142241e-04, -2.120485244297e-04, { 0, 0, 0, 0, 0, 10, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.121027242433e-04, -6.087494254742e-06, { 1, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.435409379312e-04, 7.387493324440e-05, { 2, -2, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 2.434118710584e-04, -7.383375670222e-05, { 2, -2, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.074230292632e-04, 2.094456909525e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -2, -1, 0, 0, 0 } }, + { 3.114253182286e-04, -5.439999907653e-06, { 2, 0, 0, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.551616117388e-05, 2.512932594009e-04, { 2, 0, 1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -3.531210213500e-06, -3.131547107178e-04, { 0, 0, 1, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { 2.564821897962e-04, -6.000823735136e-05, { 1, -1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.065097854012e-04, -1.099038487222e-04, { 2, 0, 0, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0 } }, + { 5.715239083747e-05, 2.581406401053e-04, { 2, 0, 1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -7.374407997764e-05, 2.413213204624e-04, { 0, 0, 2, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 8.989433877086e-05, -2.250199448328e-04, { 0, 0, 1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -5.964586971587e-08, 3.148295518910e-04, { 2, -2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.458769937752e-04, 6.845197291847e-05, { 4, 0, -1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -2.458616669767e-04, -6.846303650290e-05, { 4, 0, -1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 1.282766564516e-07, -3.138168596264e-04, { 2, -2, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.478999917115e-04, -6.581280277370e-05, { 0, 0, 1, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { -1.108828909566e-05, 3.024810990898e-04, { 2, 0, -2, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { 2.425900861075e-07, -3.128034387534e-04, { 1, 0, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -8.184447031452e-07, -3.120227514014e-04, { 4, 0, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.040201073511e-04, -2.086835652646e-04, { 3, 0, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.837899916030e-07, 3.121826112448e-04, { 0, 0, 2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.901882317184e-04, 2.216189173190e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { -2.654332526278e-07, -3.117652935362e-04, { 0, 0, 1, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { 1.096536951671e-04, -2.020556824127e-04, { 0, 0, 2, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 2.175792880498e-04, -9.366772884886e-05, { 2, 0, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.757077027512e-06, 3.091520565286e-04, { 0, 0, 2, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.506244307310e-04, -6.011914374063e-05, { 1, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.554411784090e-05, 2.151434868956e-04, { 2, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.115523082914e-04, -1.990937189567e-04, { 2, 0, -1, 0, 0, 0, -2, 0, 5, 0, 0, 0, 0 } }, + { -1.222567538126e-04, 1.881217390925e-04, { 2, 0, -2, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 4.852015290086e-08, -3.099999952916e-04, { 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.681046714958e-09, 3.099999999479e-04, { 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.971831376146e-04, 1.239732435026e-05, { 2, 0, 0, 0, 0, 17, -18, 0, 0, 0, 0, 0, 0 } }, + { -6.531227677596e-05, -2.441011898006e-04, { 0, 2, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -6.522942223537e-05, 2.434561262449e-04, { 0, 2, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 2.492571940644e-04, 5.927028585769e-05, { 1, 1, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.817989762763e-04, -1.265343694664e-04, { 0, 0, 2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.085688415669e-04, 1.994505652695e-04, { 2, 0, -2, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -1.212805299443e-04, -1.866857074730e-04, { 2, 0, -2, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 2.978342565500e-04, -9.204952915673e-06, { 2, 0, -3, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.682397198111e-04, 1.379603910724e-04, { 4, 0, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.201398270363e-07, -3.056658092943e-04, { 2, 0, 1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.792750831894e-04, -1.262970587734e-04, { 2, 0, -2, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { -1.830566630771e-04, -1.218876847804e-04, { 4, 0, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 1.072263360846e-04, -1.975253399628e-04, { 0, 0, 1, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { 2.670845279323e-06, 3.020477254143e-04, { 2, 0, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 9.458237408976e-05, 2.094027856982e-04, { 4, 0, -2, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 9.274561143372e-05, -2.110100286441e-04, { 2, 0, 1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -1.614213039803e-04, -1.420160351891e-04, { 0, 2, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.006418547897e-04, -2.015091398559e-04, { 0, 2, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.005434709979e-04, 2.013071369796e-04, { 3, 0, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.911545660883e-04, -1.029507791637e-05, { 0, 0, 0, 0, 0, 22, -23, 0, 0, 0, 0, 0, 0 } }, + { -2.435872690453e-04, -5.733601596033e-05, { 1, 1, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.433917329967e-04, -5.751332383864e-05, { 1, 1, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -9.527256522336e-05, -2.049483375531e-04, { 2, 0, -1, 0, 0, 9, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.408554367598e-09, -2.999999999903e-04, { 2, -1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.996030190891e-04, 9.993857082108e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 4, 0, 0, 0 } }, + { 2.770280401329e-04, 2.245212761766e-05, { 0, 0, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 6.544064661737e-07, 2.986644042208e-04, { 0, 0, 1, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { 9.871023315535e-05, 2.002252291924e-04, { 4, 0, -2, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -5.529310396446e-05, -2.435578808629e-04, { 2, -2, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.626002340918e-04, 1.359989171834e-04, { 0, 0, 1, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { 4.861110606746e-05, 2.498479137771e-04, { 0, 0, 1, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0 } }, + { 1.418491220568e-05, 2.839190903199e-04, { 2, 0, 0, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { 2.331169136663e-04, -6.460021289536e-05, { 2, 0, -1, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.061240538622e-04, 1.906527301088e-04, { 2, 0, -1, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { 3.851848056806e-05, -2.581375341537e-04, { 2, 0, -1, 0, 0, 0, 2, 0, 2, -7, 0, 0, 0 } }, + { 1.365079484713e-05, -2.825619630100e-04, { 2, 0, -2, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { 9.836603640562e-05, 1.965592450131e-04, { 2, 0, 0, 0, 0, -8, 6, 0, 0, 0, 0, 0, 0 } }, + { 3.515434331570e-07, 2.944728540023e-04, { 2, 0, -2, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -1.709673554986e-04, 1.238232449681e-04, { 1, 0, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.873814617504e-07, 2.943031057465e-04, { 1, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.686012642735e-05, 2.675490965129e-04, { 4, 0, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.053771372113e-04, -1.888187482826e-04, { 1, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 2.769300363824e-04, 1.707223521131e-05, { 2, 0, -1, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0 } }, + { 1.562123338460e-04, -1.373899193165e-04, { 2, 0, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 9.014785748356e-05, 2.028962279335e-04, { 2, 0, 1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 3.049022449865e-05, 2.625094028123e-04, { 2, 0, -1, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { 2.366108213013e-04, 5.595214156644e-05, { 1, -1, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.813233209955e-04, -1.123287622664e-05, { 2, 0, -1, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.579149328462e-04, -3.456687666183e-05, { 4, 0, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -2.361185200772e-04, -5.585273961092e-05, { 3, -1, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.051709929642e-05, -2.812367080067e-04, { 2, 0, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { -5.793675635579e-05, 2.334425916269e-04, { 1, -1, 0, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -7.581329931193e-05, 2.149283234183e-04, { 0, 0, 1, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0 } }, + { -3.593632929898e-09, -2.899999999777e-04, { 2, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.340560188225e-09, 2.899999999808e-04, { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.815712885740e-04, -1.081975684041e-04, { 2, 0, -2, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -1.579743175279e-06, -2.879196702726e-04, { 2, 0, 0, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -3.324966433771e-05, 2.556912689583e-04, { 2, 0, 0, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 1.230412367835e-04, -1.652143941410e-04, { 0, 0, 1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 2.674356673451e-04, -2.065222488347e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { 2.322015116975e-04, -5.508618391829e-05, { 1, -1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.151896472823e-04, -1.714397299045e-04, { 0, 0, 1, 0, 0, 0, -6, 11, 3, -3, 0, 0, 0 } }, + { 1.151690641529e-04, 1.714110337774e-04, { 0, 0, 1, 0, 0, 0, 6, -11, -3, 3, 0, 0, 0 } }, + { -2.316841163716e-04, -5.477587580323e-05, { 1, -1, -1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.085038179180e-04, -7.766677126398e-05, { 2, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.658470506118e-04, -1.202727009114e-04, { 2, 0, 0, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.508754066198e-07, -2.855112172418e-04, { 4, -2, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 2.700313572134e-04, 1.519270973510e-05, { 2, 0, -2, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -2.382481264397e-04, 4.690215465816e-05, { 0, 0, 1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { -1.328831536437e-04, 1.519855608615e-04, { 0, 0, 2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 2.298605296540e-04, -5.476118270562e-05, { 1, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.111659109108e-04, 7.300564785713e-05, { 2, 0, -2, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 2.283054650231e-04, -5.577775019646e-05, { 1, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.296465786513e-04, -5.442345145118e-05, { 1, -1, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.369693701784e-04, -1.467797164005e-04, { 1, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.746333626812e-05, 2.562379863717e-04, { 2, 0, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.609406014742e-07, -2.826867333683e-04, { 0, 2, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.644297959853e-05, 2.056896015507e-04, { 2, 0, -1, 0, 0, 0, 4, 0, -6, 0, 0, 0, 0 } }, + { 2.548720049273e-04, -2.706026960010e-05, { 4, 0, -2, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.278414383239e-04, -5.389527902504e-05, { 1, 1, -1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.473798650469e-05, 2.369825240680e-04, { 1, 0, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -9.998430522928e-05, 1.816453384769e-04, { 2, 0, -1, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { 9.407828160221e-05, -1.870514613834e-04, { 0, 0, 0, 0, 0, 11, -9, 0, 0, 0, 0, 0, 0 } }, + { -4.759371040151e-06, 2.762467493651e-04, { 0, 0, 1, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { 2.631361297606e-04, 1.785034355102e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { 7.418620107084e-05, 2.065725088637e-04, { 0, 0, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -6.520834466693e-05, -2.152160741397e-04, { 0, 0, 2, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 9.269280826562e-05, -1.874714964847e-04, { 2, 0, -1, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.677836161714e-04, -1.122643647655e-04, { 2, 0, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 5.913175505319e-09, 2.799999999376e-04, { 0, 1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.616550285776e-04, -1.775202726990e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { -2.646883038636e-04, -1.471434548265e-05, { 0, 0, 1, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { 4.392768637101e-05, 2.343619674406e-04, { 3, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.414289934524e-04, 1.366489786252e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { 1.090919571451e-04, 1.689589388676e-04, { 0, 0, 1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 1.489425102470e-05, -2.629616579355e-04, { 2, 0, 0, 0, 0, 0, -3, 0, 0, 3, 0, 0, 0 } }, + { -2.600879889575e-04, -1.767408660021e-05, { 0, 2, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 9.251878133155e-05, 1.852361341707e-04, { 0, 2, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.974865993169e-05, -2.576989730904e-04, { 2, 0, -1, 0, 0, 0, 4, 0, -3, 0, 0, 0, 0 } }, + { 1.177583888414e-04, -1.596443115011e-04, { 0, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.432495444820e-04, 1.338418852191e-04, { 0, 0, 3, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 2.761112072838e-04, -8.369117051280e-07, { 4, 0, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.741857819117e-04, 1.018712797372e-04, { 0, 0, 2, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -1.410695153574e-04, -1.345690181585e-04, { 0, 0, 3, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -2.660450153004e-04, -9.549032199274e-06, { 0, 0, 1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -3.865765212892e-05, -2.367896592702e-04, { 2, 0, 0, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -2.654859421917e-04, -9.288733208474e-06, { 0, 0, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { 2.018203085997e-04, -7.274608564204e-05, { 0, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -9.611222719007e-05, -1.781558729888e-04, { 2, 0, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0 } }, + { 2.290527172653e-04, -4.521256867675e-05, { 2, 0, 0, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0 } }, + { -2.667825217841e-04, 7.164465398740e-06, { 4, 0, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.630050531629e-04, 1.089870681282e-05, { 1, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 9.067394630730e-05, 1.828315780710e-04, { 2, 0, 0, 0, 0, -9, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.614844677985e-04, 1.119813891617e-04, { 2, 0, 0, 0, 0, 0, -2, 0, 5, -5, 0, 0, 0 } }, + { -1.420351519453e-04, 1.312830327123e-04, { 0, 2, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 7.100136569265e-05, 2.022953360076e-04, { 0, 0, 1, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0 } }, + { 1.293542649687e-04, 1.425340307682e-04, { 0, 0, 1, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.474550634922e-05, -2.270823686050e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 2, 0, 0, 0 } }, + { 9.554715843485e-05, 1.760002517890e-04, { 0, 0, 1, 0, 0, 0, 9, -16, 4, 5, 0, 0, 0 } }, + { -2.489964138592e-04, -2.237824580385e-05, { 1, -1, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.489972143767e-04, 2.236933688467e-05, { 1, 1, -1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.966623242470e-05, 1.816717833875e-04, { 2, 0, 0, 0, 0, -12, 10, 0, 0, 0, 0, 0, 0 } }, + { 2.621663957809e-04, 8.810008746089e-06, { 2, 0, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.568221457684e-04, -1.134304678374e-04, { 0, 0, 1, 0, 0, 0, -11, 21, -2, 0, 0, 0, 0 } }, + { 1.567577990906e-04, 1.133730829267e-04, { 0, 0, 1, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { 6.314601233135e-09, 2.699999999262e-04, { 0, 1, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.182468057307e-04, -5.175823248574e-05, { 2, -1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.712388968487e-11, -2.700000000000e-04, { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -4.991074146114e-05, -2.199047740255e-04, { 4, 0, -2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.490944630245e-04, 1.204064121098e-04, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { -2.194944276991e-04, -4.989918760937e-05, { 2, 0, 1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 4.953365574220e-05, -2.197364322833e-04, { 1, -1, -2, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 2.171581416785e-04, 5.151636724399e-05, { 2, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.790113481706e-05, 2.303958312523e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -2, 3, 0, 0, 0 } }, + { -1.881384879698e-04, -7.974386098120e-05, { 0, 0, 1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { -7.191985075313e-05, -1.955342548579e-04, { 2, 0, 1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.609183058174e-04, -1.064509223323e-04, { 2, 0, 0, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { 1.459701322573e-04, 1.211183708433e-04, { 2, -1, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -2.572759387487e-04, -9.683219930276e-06, { 0, 0, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 1.934006800294e-04, 7.337227340780e-05, { 0, 0, 2, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.491862845626e-04, -1.174695009415e-04, { 0, 0, 1, 0, -1, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { 1.491746343272e-04, 1.174613199618e-04, { 0, 0, 1, 0, 1, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { 1.106209044748e-05, -2.551108456175e-04, { 2, 0, -1, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { 7.962142012079e-05, -1.863761858382e-04, { 2, 0, 1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -1.802423305885e-04, 8.566240712147e-05, { 2, -2, -1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { 2.704221057545e-05, -2.388356268526e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { 1.128908211780e-04, -1.527769092482e-04, { 3, 1, -3, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -2.945794181865e-06, 2.625569058651e-04, { 2, 0, -1, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0 } }, + { -2.136781974010e-04, -5.138928912770e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { -2.130173336348e-04, 5.154441719577e-05, { 4, 0, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -3.944634053299e-05, 2.250100535789e-04, { 2, 0, -1, 0, 0, 0, 5, 0, -6, 0, 0, 0, 0 } }, + { 1.187864970057e-04, 1.456049307179e-04, { 2, 0, -1, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.634775623552e-04, -6.276448916567e-07, { 2, 0, 0, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.138709419708e-04, 5.018855985065e-05, { 2, 0, -1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0 } }, + { -1.658227865808e-04, 9.823588093390e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0 } }, + { -2.610993801657e-04, 2.625812373016e-06, { 2, 0, -1, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.222968019182e-04, -4.123912583034e-05, { 1, 1, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.784075005612e-04, -8.475667094472e-05, { 2, -2, 1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { 8.625060539242e-06, -2.539762317101e-04, { 2, 0, 0, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { -5.582952301163e-05, 2.065830797508e-04, { 0, 0, 3, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -9.404705483470e-06, 2.529059072039e-04, { 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -5.594005344538e-05, -2.062372576134e-04, { 0, 0, 3, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 7.375356764305e-05, -1.884191061930e-04, { 2, 0, 0, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { -2.121293628953e-04, -4.952270763957e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -2, 2, 0, 0, 0 } }, + { -2.080847269993e-04, 5.346820836714e-05, { 1, -1, -2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -6.876286567129e-05, -1.926407591253e-04, { 2, 0, 1, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -1.289191173187e-05, -2.484656908037e-04, { 2, 0, 0, 0, 0, 0, -2, 0, 4, -2, 0, 0, 0 } }, + { -9.292155040793e-05, 1.682790500625e-04, { 4, 0, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -1.655403287025e-04, -9.564345760525e-05, { 0, 0, 2, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 6.684447823134e-05, -1.942443895008e-04, { 2, 0, 0, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -2.099118049575e-04, -5.106022683683e-05, { 4, 0, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.289091382726e-05, 2.378083633006e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { 1.251133252999e-04, 1.353240527365e-04, { 0, 0, 1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.670051408834e-05, 2.336328999009e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1, 0, 0 } }, + { 8.988448262127e-05, 1.701795922121e-04, { 1, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.902556207262e-09, -2.599999999707e-04, { 0, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.721041965145e-09, 2.599999999734e-04, { 4, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 0.000000000000e+00, 2.600000000000e-04, { 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.066844391081e-04, -5.309009098988e-05, { 1, -1, 2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 8.596836125073e-05, 1.737558001052e-04, { 2, 0, 0, 0, 0, -10, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.953599054967e-04, -6.433248994087e-05, { 2, 0, -1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 8.568229272955e-05, 1.738144956705e-04, { 2, 0, 1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 8.547211843809e-05, -1.738282582109e-04, { 0, 0, 1, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { -2.392101159268e-04, -1.997480472096e-05, { 2, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.423973631315e-04, 1.165515034782e-04, { 2, 0, -1, 0, 0, -3, 6, -4, 0, 0, 0, 0, 0 } }, + { -3.181060258613e-07, 2.570602207410e-04, { 2, 0, 0, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { 8.503755968632e-05, 1.722007746527e-04, { 2, 0, 0, 0, 0, -11, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.579638454147e-04, 9.897848738152e-05, { 2, 0, -1, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0 } }, + { 1.855098962584e-04, -7.123282264948e-05, { 0, 0, 2, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.386274066667e-05, 2.322388822376e-04, { 0, 0, 1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { 5.595332611695e-07, 2.554953580283e-04, { 2, 0, -1, 0, 0, 0, 2, 0, 0, 0, -2, 0, 0 } }, + { 1.112653754798e-05, 2.448135864843e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { 7.242900195042e-07, 2.549739939112e-04, { 0, 0, 1, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.886273788289e-04, 6.705582713359e-05, { 2, 0, -3, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.148889620682e-04, 4.032434474618e-05, { 0, 2, -2, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.418005937051e-04, 1.312540781377e-05, { 2, 0, -2, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { 1.879414562563e-04, -6.685662278961e-05, { 2, 0, -3, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.425762294922e-04, 1.118700951743e-04, { 0, 0, 1, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0 } }, + { 2.058207155613e-04, 4.862543892862e-05, { 1, -1, 0, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.466229601417e-04, 1.075506298920e-04, { 2, 0, 2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 1.316152623728e-04, 1.221304778374e-04, { 1, 0, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -3.704371036646e-05, 2.165035945266e-04, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { 5.367292891943e-05, 1.993976506611e-04, { 2, 0, -1, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { -2.474672885389e-04, 4.912889777117e-06, { 2, 0, 2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.477837855046e-07, 2.519412897741e-04, { 2, 0, -3, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.038339709756e-04, 4.811687501616e-05, { 1, 1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.826613473439e-06, 2.470893167651e-04, { 1, 1, 0, 0, -1, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.234014214778e-04, -2.846527874624e-05, { 4, 0, -2, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 6.404394374211e-05, -1.877165709060e-04, { 2, 0, 1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.215915474369e-04, -1.293361950357e-04, { 2, 0, 0, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 2.028515567268e-04, -4.777675850332e-05, { 1, 1, 0, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { 8.411827939458e-05, -1.664993735069e-04, { 0, 0, 0, 0, 0, 12, -10, 0, 0, 0, 0, 0, 0 } }, + { 9.943892145621e-05, -1.507905504180e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 3, 0, 0, 0 } }, + { -1.570272223446e-04, -9.313464298346e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0 } }, + { -6.285803207195e-08, 2.499999905925e-04, { 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.448946460976e-04, -1.051140654455e-04, { 0, 0, 2, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.134464013780e-09, 2.499999999974e-04, { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.500000000000e-04, 0.000000000000e+00, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 4.059446200191e-05, -2.093252290298e-04, { 2, 0, 1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -6.386817768904e-05, 1.860303756465e-04, { 2, 0, -2, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -1.017610471200e-04, -1.480929476787e-04, { 2, 0, 0, 0, 0, 0, -7, 12, 0, 0, 0, 0, 0 } }, + { 6.762186910913e-06, 2.429920262869e-04, { 3, 0, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -4.780285002022e-06, -2.446977681765e-04, { 1, 1, -2, 0, -1, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.638753381290e-05, -2.230672104307e-04, { 2, 0, -1, 0, 0, 0, 11, -17, 0, 0, 0, 0, 0 } }, + { -1.515704202130e-04, -9.708968903261e-05, { 2, 0, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.868128256774e-04, 6.170783012389e-05, { 2, 0, 1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -2.922602600092e-05, -2.191197917729e-04, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { -2.025691235223e-04, -4.560565975356e-05, { 4, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.008901680805e-04, -4.704513640285e-05, { 1, 1, -1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.506674567188e-04, -9.724850967205e-05, { 2, 0, 0, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { -1.683580685420e-04, 7.932032371147e-05, { 2, 0, 0, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 2.001324065800e-04, -4.742190494155e-05, { 1, -1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.093396472040e-08, -2.474555684820e-04, { 4, -2, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.290482070984e-06, 2.437665559910e-04, { 2, 0, -1, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { -1.543422985203e-04, 9.267409238774e-05, { 4, 0, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 5.109357609363e-05, -1.955363276708e-04, { 2, 0, -1, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { 1.441170596575e-04, -1.022861536280e-04, { 1, 1, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -1.427321647132e-04, 1.035234405359e-04, { 0, 0, 1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { -1.676919300374e-04, 7.820180147720e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { 2.280887180180e-06, 2.434746385090e-04, { 2, 0, 0, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { 2.452487366951e-04, -4.477948094816e-07, { 4, 0, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.812582829571e-07, -2.446607415453e-04, { 2, -2, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.350135697668e-04, 1.100468939065e-04, { 2, 0, -2, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.179307592995e-07, -2.449406491584e-04, { 0, 0, 1, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.669141787856e-04, -7.769950733631e-05, { 0, 0, 2, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 2.168516882070e-07, -2.438243185244e-04, { 2, 0, 2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.237920636751e-06, -2.423952360307e-04, { 2, -2, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -7.645510406175e-06, 2.358316539773e-04, { 2, 0, 2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.711530360194e-05, -2.255035289187e-04, { 0, 0, 2, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 2.068363092426e-04, -3.569941413076e-05, { 3, 0, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.068363092426e-04, 3.569941413076e-05, { 1, 0, 0, 0, 0, 15, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.955957766738e-04, -4.626400620445e-05, { 1, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.891845446373e-04, 5.267449543005e-05, { 1, 0, 0, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 1.891465394298e-04, -5.266478125928e-05, { 1, 0, 0, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -9.251314513740e-05, 1.492638699780e-04, { 0, 0, 1, 0, 0, 0, 5, -10, 0, 0, 0, 0, 0 } }, + { 1.783171257914e-04, -6.331302737918e-05, { 2, 0, 1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 1.481388757492e-04, -9.348346779668e-05, { 1, 0, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 2.497187800806e-05, 2.166136648747e-04, { 2, 0, -2, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -2.163567739604e-04, -2.520182603596e-05, { 2, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 1.782426213318e-04, 6.328918620396e-05, { 2, 0, 1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 2.333239924916e-08, -2.406225664691e-04, { 1, 0, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.572890715928e-08, -2.399999988647e-04, { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.267256359658e-09, 2.399999999778e-04, { 0, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 8.231794831282e-05, -1.575260702517e-04, { 0, 0, 1, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.279967535214e-04, 1.167492141796e-05, { 2, 0, -2, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 5.938207500428e-06, -2.336261071575e-04, { 4, 0, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -4.613058641019e-05, -1.933950312012e-04, { 2, 0, -1, 0, 0, 0, 3, 0, -5, 5, 0, 0, 0 } }, + { 2.033569029744e-04, -3.615774803061e-05, { 2, 0, -2, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.998057488687e-05, 2.193827496621e-04, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { -1.036400507847e-06, -2.378319221871e-04, { 2, 0, 1, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 2.191166688978e-04, -1.969480670490e-05, { 1, 1, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.091693980950e-05, 2.178012034060e-04, { 2, 0, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.929543779331e-04, 4.574104995478e-05, { 1, -1, 1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -6.132535978315e-05, -1.772918371851e-04, { 2, 0, 0, 0, 0, 0, -2, 0, 1, 5, 0, 0, 0 } }, + { 7.265843115719e-05, -1.653556855722e-04, { 1, 1, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 1.291730274599e-04, 1.086364709538e-04, { 1, -1, -2, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -7.903733206015e-05, 1.587158405546e-04, { 0, 0, 0, 0, 0, 19, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.004456511339e-04, -3.725939976334e-05, { 1, -1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.621424627355e-04, 7.554326596360e-05, { 0, 2, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 2.325820471560e-04, 4.783479754622e-06, { 0, 0, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 2.301682107134e-04, 7.012675582190e-06, { 2, 0, 0, 0, 0, 18, -19, 0, 0, 0, 0, 0, 0 } }, + { 1.199803796551e-05, -2.250912852205e-04, { 2, 0, 0, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { -2.218559845743e-07, 2.368317244194e-04, { 2, 0, -4, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 2.270198072672e-04, -9.904816756473e-06, { 2, 0, -2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -3.226150063948e-09, -2.365242010853e-04, { 2, 0, 1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.922842735859e-04, 4.417333864915e-05, { 1, 1, 0, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { -1.112176554789e-04, -1.251541102125e-04, { 2, 0, 2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.968279936712e-04, 3.904571025498e-05, { 2, 0, -1, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { -1.480762652550e-04, 8.765925015787e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0 } }, + { 1.069181039159e-04, 1.283664888263e-04, { 2, 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.902932251017e-04, 4.493505909839e-05, { 1, 1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -8.282466022974e-06, -2.269401031579e-04, { 0, 0, 2, 0, 0, 0, -2, 0, 3, -1, 0, 0, 0 } }, + { -2.245251603344e-04, -1.048256087758e-05, { 4, 0, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.027269688296e-05, -2.242790696267e-04, { 0, 0, 1, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { 1.905851109938e-04, 4.384931212420e-05, { 2, 0, -2, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -2.028730123011e-05, -2.141409819968e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { -1.823025831625e-04, 5.204870106744e-05, { 2, 0, 1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 1.893732848782e-04, 4.482151045942e-05, { 1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.269276629997e-07, -2.329987212586e-04, { 0, 2, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -9.619039161570e-05, 1.367488792020e-04, { 0, 0, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 1.035794703407e-04, -1.291652666611e-04, { 2, 0, -1, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { 2.404104349008e-07, -2.324733035429e-04, { 2, 0, -3, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.240072523813e-05, 2.196502265275e-04, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.239239885558e-04, -7.953175218670e-06, { 0, 0, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.607193525601e-06, -2.291875914451e-04, { 2, 0, -1, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { 1.792612818559e-04, 5.157100624657e-05, { 2, -2, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.791358126617e-04, -5.152292926502e-05, { 2, -2, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -2.247125478821e-04, -5.581802026550e-06, { 0, 0, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -1.954506249163e-04, 3.430543634814e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 5, 0, 0, 0 } }, + { 3.999056954868e-06, 2.254538500341e-04, { 4, 0, -1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 4.652843885372e-05, -1.827076351907e-04, { 2, 0, 0, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0 } }, + { -1.128033822907e-04, 1.163184944409e-04, { 2, 0, 2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 1.013318338609e-04, 1.272269448293e-04, { 2, 0, 0, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { -1.430889245020e-04, -8.542633334202e-05, { 2, 0, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 2.091570368533e-04, 1.879717890345e-05, { 1, -1, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.562370647368e-05, -1.423212564909e-04, { 0, 0, 1, 0, 0, 0, -5, 10, 0, 0, 0, 0, 0 } }, + { 4.632467720866e-06, 2.230169784734e-04, { 0, 2, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.612922903485e-05, 2.113748464085e-04, { 2, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.695949506777e-05, -2.002851887954e-04, { 1, 1, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.587274617560e-05, -2.010136823057e-04, { 0, 0, 1, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { 2.782657841710e-06, 2.240893463264e-04, { 2, 0, -3, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 4.848786278400e-05, -1.782795775694e-04, { 0, 0, 1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { -2.223735800759e-05, -2.044755676293e-04, { 2, 0, -1, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { 2.164513810836e-04, 1.011262730367e-05, { 2, 0, -2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -1.746282505104e-04, -5.150658755760e-05, { 2, 0, 0, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.516139160592e-06, -2.242278842542e-04, { 2, 0, 0, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { -5.120739823238e-05, 1.743759930301e-04, { 0, 0, 1, 0, 0, -8, 9, 8, -3, 0, 0, 0, 0 } }, + { -5.118770439135e-05, -1.743508467358e-04, { 0, 0, 1, 0, 0, 8, -9, -8, 3, 0, 0, 0, 0 } }, + { -1.820730524210e-04, -4.323612393438e-05, { 3, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.414277299084e-05, -1.510309722998e-04, { 2, 0, -1, 0, 0, 6, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.758317177048e-07, -2.244827051475e-04, { 2, 2, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -7.427038867042e-06, -2.175233141285e-04, { 2, -2, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.679578276086e-06, -2.230655549983e-04, { 3, 0, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.105001858649e-04, -1.361313564590e-05, { 0, 0, 0, 0, 0, 21, -22, 0, 0, 0, 0, 0, 0 } }, + { 9.353508891219e-05, 1.301218388036e-04, { 2, 0, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.622391991517e-08, 2.228741182270e-04, { 0, 0, 2, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.209322844983e-04, 1.918547880879e-06, { 0, 0, 2, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 7.459251010078e-05, -1.482388721570e-04, { 0, 0, 0, 0, 0, 13, -11, 0, 0, 0, 0, 0, 0 } }, + { -7.346058422825e-05, -1.493520417223e-04, { 2, 0, 0, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { 6.043269712667e-08, 2.226958047289e-04, { 4, 0, -2, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.212517936041e-04, 1.446302769731e-06, { 1, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.746274952473e-06, -2.199030163235e-04, { 1, -2, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 7.890805240234e-05, 1.436275863503e-04, { 1, 0, 2, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -7.890805240234e-05, -1.436275863503e-04, { 1, 0, -2, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 1.490928331085e-06, -2.208514466396e-04, { 2, 0, 0, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0 } }, + { 5.899226821738e-05, -1.629156174550e-04, { 2, 0, 0, 0, 0, -8, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.183275976019e-04, 1.034141279991e-04, { 0, 0, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { 2.190928808452e-04, 2.341209859734e-06, { 2, 0, 0, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.213970430417e-04, -9.989303968702e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { -7.721861986518e-05, -1.436855166039e-04, { 2, -2, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -1.331627881379e-04, -8.764248556503e-05, { 2, 0, 0, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 1.780079395887e-04, -4.259185371416e-05, { 2, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.775211389345e-04, -4.278327054205e-05, { 2, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.486752814831e-05, 1.753670010464e-04, { 4, 0, -2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.725885209793e-04, -4.753200282509e-05, { 0, 0, 1, 0, 0, 0, 4, -8, 5, -5, 0, 0, 0 } }, + { 1.725347932729e-04, 4.753860387182e-05, { 0, 0, 1, 0, 0, 0, -4, 8, -5, 5, 0, 0, 0 } }, + { -5.106833390861e-09, -2.199999999407e-04, { 0, 1, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.075712110244e-11, 2.199999999998e-04, { 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.268405009656e-08, 2.199205178345e-04, { 2, -2, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.952124654502e-04, 2.459023221147e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 2, 0, 0 } }, + { -4.538828281745e-05, -1.742438869915e-04, { 0, 0, 1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -7.114912728775e-05, 1.483388182843e-04, { 2, 0, 0, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.515004042844e-04, -6.798586592701e-05, { 2, 0, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.342514297828e-04, -8.508627796861e-05, { 4, 0, -2, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { 8.805424710203e-05, -1.312148449789e-04, { 0, 0, 2, 0, 0, -20, 16, 7, -8, 6, 0, 0, 0 } }, + { 1.771238908771e-04, 4.179845403735e-05, { 1, -1, 0, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { -8.751555623314e-06, 2.099791378458e-04, { 0, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.179974233179e-05, 2.069270615441e-04, { 2, 0, 0, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { 1.729087793232e-04, 4.571620490004e-05, { 1, 1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.898842492880e-04, 2.869663936515e-05, { 0, 0, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.994226034095e-08, -2.183745512551e-04, { 2, 0, -2, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.760823328496e-04, 4.208010656444e-05, { 1, 1, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.779060166792e-08, 2.180471496587e-04, { 3, 0, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.307576636496e-05, -2.048994505548e-04, { 0, 0, 2, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 1.204587568276e-04, -9.716017565619e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -1.750803516169e-04, 4.250664747361e-05, { 1, 1, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.346069631973e-05, -1.839806197415e-04, { 2, 0, 0, 0, 0, 0, 5, 0, -6, 0, 0, 0, 0 } }, + { 1.944547272258e-04, 2.276399053125e-05, { 1, -1, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -3.797958700423e-05, 1.790717366548e-04, { 2, 0, -2, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -7.036919938730e-05, 1.464706819677e-04, { 2, 0, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.091804361842e-04, 6.974351236335e-06, { 2, 0, -2, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.211056965361e-08, 2.158286944687e-04, { 2, 0, 2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -6.092081849267e-05, 1.544768169753e-04, { 2, 0, -2, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -2.070085255046e-04, -8.166334609980e-06, { 2, 0, -1, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { -3.361437227350e-08, 2.150706882407e-04, { 4, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.283555786541e-05, 1.818164961164e-04, { 0, 2, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.735812272835e-04, -4.083057348149e-05, { 1, 1, 0, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { 7.439409256981e-05, 1.399452438602e-04, { 4, 0, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -1.728729788424e-04, -4.100730742740e-05, { 1, -1, -1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.519576749603e-05, 1.886272457881e-04, { 0, 0, 1, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { -1.299378576025e-04, -8.385351465388e-05, { 2, 0, 0, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0 } }, + { 1.713627536671e-04, -4.217525128061e-05, { 1, -1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 9.660939583411e-06, 2.038552766229e-04, { 4, 0, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.907268861345e-04, -2.258182877624e-05, { 1, -1, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 4.196939654507e-05, -1.712816614875e-04, { 2, 0, -2, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.327587944435e-04, 7.997211637673e-05, { 1, -1, 1, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { 1.327239710015e-04, -7.995083390659e-05, { 1, -1, -1, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { -6.555471828061e-06, 2.059429703711e-04, { 0, 0, 1, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.531124467343e-05, 1.971773177426e-04, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, 1, 0, 0 } }, + { -2.628698589577e-06, 2.097622983537e-04, { 1, 0, 2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -2.045751948349e-04, -7.395471331912e-06, { 0, 0, 1, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -2.938246450683e-05, -1.824183794579e-04, { 0, 0, 1, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -1.329492938451e-04, -7.873296482144e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0 } }, + { 3.675238582588e-05, -1.749132950629e-04, { 3, 0, 0, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -8.603111327655e-05, -1.255970506161e-04, { 2, 0, -1, 0, 0, 0, -7, 12, 0, 0, 0, 0, 0 } }, + { 1.943575097698e-04, -1.723927323229e-05, { 2, 0, 1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 3.670544492402e-05, 1.747726730601e-04, { 1, 0, 0, 0, 0, 23, -25, 0, 0, 0, 0, 0, 0 } }, + { -3.473670652932e-05, 1.767212153695e-04, { 1, 0, 0, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { 1.526851295073e-07, -2.110557547035e-04, { 1, 0, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.910231575976e-07, -2.102811345580e-04, { 2, 0, -1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -6.828443624823e-05, 1.423545851400e-04, { 2, 0, 0, 0, 0, 6, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.640544632404e-04, 4.653478381826e-05, { 1, 0, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.632868167908e-06, -2.088383712500e-04, { 2, 0, -1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.810182162467e-04, -2.941369379648e-05, { 0, 0, 0, 0, 4, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.022491963671e-04, -1.081339559169e-04, { 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.638126833051e-04, -4.648997106417e-05, { 1, 0, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.695776941848e-04, -4.049233521665e-05, { 1, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.780813350845e-04, -3.193281118328e-05, { 0, 0, 0, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { 6.980456565701e-05, 1.397624346620e-04, { 0, 0, 5, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 7.221852418910e-07, 2.085921311553e-04, { 2, 0, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -4.290662707402e-07, 2.088156569848e-04, { 2, 0, 2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -9.157756387993e-06, 2.000470672074e-04, { 0, 0, 1, 0, 0, 0, -7, 16, -4, -5, 0, 0, 0 } }, + { 1.309784805980e-08, 2.089598860055e-04, { 1, 0, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.214444184402e-05, -1.768103916151e-04, { 4, 0, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 1.864073037307e-04, -2.241042745692e-05, { 2, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0, 0 } }, + { 5.247257019638e-05, -1.562743025921e-04, { 1, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -7.366382016753e-05, -1.343597842877e-04, { 2, 0, 0, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { -7.393407115898e-05, -1.339208229134e-04, { 3, 0, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -4.147351990380e-05, -1.658643805399e-04, { 1, 1, 1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -7.289786008687e-05, -1.339384794096e-04, { 2, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 2.068074178690e-04, 3.268239457000e-09, { 1, 0, -3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.417090649066e-04, -6.501996096816e-05, { 4, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.022072818819e-04, -1.045114113281e-04, { 2, 0, -1, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0 } }, + { 1.892375802438e-04, 1.700406491026e-05, { 1, -1, 3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.892375802438e-04, -1.700406491026e-05, { 1, -1, -3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.266373971162e-05, 1.232329038993e-04, { 0, 0, 0, 0, 0, 20, -16, -7, 8, -6, 0, 0, 0 } }, + { 7.757010343025e-05, 1.281095651781e-04, { 0, 0, 1, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.391955086825e-05, 1.914171827200e-04, { 2, 0, 0, 0, 0, 0, -1, 0, 3, -2, 0, 0, 0 } }, + { 1.655390591230e-04, -3.975638149453e-05, { 1, 1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.458996009768e-06, 2.034677461195e-04, { 2, 0, -2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -1.670708734617e-04, -3.782916489200e-05, { 4, 0, -2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.656123987703e-04, 3.922667654090e-05, { 1, 1, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.411363534601e-04, -6.359302700414e-05, { 0, 0, 0, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -2.026469240295e-04, -2.030294853843e-06, { 2, 0, -1, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.096871492554e-05, -1.434754735066e-04, { 1, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.577923869377e-05, -1.479457976054e-04, { 0, 0, 2, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 1.180302724385e-04, -8.564677036467e-05, { 0, 0, 0, 0, 0, 10, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.379445666425e-04, -6.560826432746e-05, { 2, 0, -1, 0, 0, 0, 11, -15, 0, 0, 0, 0, 0 } }, + { 4.578628574115e-05, 1.573410422409e-04, { 3, -1, -2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -5.728026333006e-05, -1.456393631531e-04, { 2, 0, -2, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -3.789801225914e-07, -2.021029491521e-04, { 2, 0, 2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.464097535998e-04, 5.595359846618e-05, { 1, -1, 1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.881535551112e-04, 1.410980704471e-05, { 0, 0, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 1.641820905111e-04, 3.805997167254e-05, { 2, 0, -1, 0, 0, 0, -3, 0, 0, 2, 0, 0, 0 } }, + { -6.414003360923e-05, 1.378171411416e-04, { 2, 0, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.336420979005e-04, -6.817344456320e-05, { 0, 0, 0, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -1.993406307107e-04, 2.106957511297e-06, { 2, 0, 2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.603978501156e-05, 1.653752084203e-04, { 0, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.100827761567e-05, -1.500983453516e-04, { 4, 0, -2, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 1.919019646521e-04, -9.010505864907e-06, { 0, 2, -1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -4.156598386892e-05, 1.591670327374e-04, { 1, -1, -1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.994863105277e-04, -1.092694619053e-06, { 1, 0, 2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.072585664691e-04, 9.290295626558e-05, { 0, 0, 1, 0, 0, -8, 17, -8, 3, 0, 0, 0, 0 } }, + { -1.584889840178e-04, -4.161627551993e-05, { 1, 1, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 2.722713633098e-09, -1.999999999815e-04, { 4, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.672634730235e-04, 3.246922460512e-05, { 0, 0, 1, 0, 0, 0, 2, 0, 0, -1, 0, 0, 0 } }, + { -1.069794346254e-04, -9.266190145764e-05, { 0, 0, 1, 0, 0, 8, -17, 8, -3, 0, 0, 0, 0 } }, + { 6.557726944925e-05, -1.340454449905e-04, { 0, 0, 1, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { 6.638445254663e-05, -1.330101109113e-04, { 3, 0, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.804187621111e-04, 1.889597331581e-05, { 2, 0, -2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.685650802677e-05, 1.623432268792e-04, { 2, 0, 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -3.054036207045e-05, -1.684920791302e-04, { 3, -1, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.224563828475e-05, -1.264766922186e-04, { 4, 0, -2, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.554063329783e-04, -4.327188962057e-05, { 4, 0, -2, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -1.553905018059e-04, 4.326295545151e-05, { 4, 0, -2, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 1.293237077544e-04, -6.894946721502e-05, { 0, 2, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -6.602738277953e-05, -1.321995967109e-04, { 2, -2, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.562487768390e-05, 1.825681776998e-04, { 2, 0, 0, 0, 0, 13, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.521879930613e-04, -4.561789199270e-05, { 3, 0, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.521160583937e-04, 4.560800952154e-05, { 3, 0, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 6.569907862273e-05, 1.315416807245e-04, { 3, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.447440999941e-04, -5.248561726005e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0 } }, + { -1.423609692530e-04, -5.484974979845e-05, { 1, -1, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 7.093379339187e-05, -1.261884407726e-04, { 4, 0, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.741537462983e-04, -2.284870052179e-05, { 0, 0, 1, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 } }, + { 6.548787863006e-05, -1.311456393471e-04, { 0, 0, 3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.579797882095e-04, -3.864938604527e-05, { 1, -1, 1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.899556558570e-04, -6.659628870439e-06, { 0, 0, 0, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.271522833806e-04, 6.944312817944e-05, { 0, 0, 2, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 4.410651663660e-05, -1.516895747555e-04, { 1, 1, -2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 7.202558075229e-05, -1.235977039317e-04, { 2, 0, 0, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0 } }, + { -1.173576271600e-04, -7.823952793931e-05, { 2, 0, 2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 5.822840155752e-05, -1.370406122834e-04, { 1, 0, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.822840155752e-05, 1.370406122834e-04, { 1, 0, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.574524624948e-04, -3.763120007993e-05, { 1, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.518307204716e-05, 1.298800094105e-04, { 2, 0, -1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.120130884677e-04, -8.297465305086e-05, { 2, -2, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.427620899409e-04, -5.216096253476e-05, { 4, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 1.128636276911e-04, -8.203630273927e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -1, -4, 0, 0, 0 } }, + { 1.787556330317e-04, 1.611114406703e-05, { 1, 1, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -6.303752888460e-05, 1.316686439384e-04, { 2, 0, 0, 0, 0, 7, -5, 0, 0, 0, 0, 0, 0 } }, + { 6.206430221600e-05, 1.325751064906e-04, { 1, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -7.091433358566e-05, 1.236260773341e-04, { 2, 0, -1, 0, 0, 0, 3, 0, -6, 0, 0, 0, 0 } }, + { -3.017388063556e-05, -1.642919518350e-04, { 4, 0, -2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 3.590042176818e-05, -1.582396531857e-04, { 0, 0, 2, 0, 0, -20, 19, 0, 3, 0, 0, 0, 0 } }, + { -1.163293322843e-04, 7.760957887895e-05, { 2, 0, 2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.567674933190e-04, -3.707042767610e-05, { 1, 1, -1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.142048872947e-04, -7.954301743465e-05, { 2, 0, -1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { -1.369063870219e-04, 5.683271241686e-05, { 3, -1, 0, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -3.955713438167e-05, -1.541768527219e-04, { 2, 0, -1, 0, 0, 0, -3, 0, 5, 0, 0, 0, 0 } }, + { -3.681856642693e-05, -1.568823980714e-04, { 2, 0, -3, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.566234669811e-04, 3.704265502271e-05, { 3, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.566342870009e-04, -3.684117527403e-05, { 1, -1, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.857090857250e-04, 7.587779246335e-06, { 2, 0, 0, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0 } }, + { -5.943096813017e-05, 1.335100330812e-04, { 1, 0, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.871381367691e-04, 5.739351560904e-06, { 4, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.766672797486e-05, -1.551246801612e-04, { 1, -1, -2, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { -9.741804942196e-08, -1.925840545047e-04, { 0, 0, 1, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.417209977196e-04, 5.086211337323e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0 } }, + { 1.820161366340e-04, 1.041516181601e-05, { 2, 0, -1, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0 } }, + { -4.630060550591e-05, 1.458115763714e-04, { 2, 0, -3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 2.366859096979e-07, 1.918024378417e-04, { 0, 2, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -7.484779554295e-06, 1.844122847780e-04, { 2, 0, -1, 0, 0, 0, 3, 0, -1, -5, 0, 0, 0 } }, + { 3.923867882592e-05, -1.526440481884e-04, { 1, -1, 1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.347341286589e-04, 5.711786076134e-05, { 4, 0, -3, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.240728597807e-04, -6.764022955939e-05, { 1, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -1.534864449904e-04, -3.804843793907e-05, { 4, 0, -1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 6.398858207107e-05, -1.271512865520e-04, { 0, 0, 0, 0, 0, 14, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.485412403208e-04, -4.230203784938e-05, { 0, 0, 1, 0, 0, -8, 11, 0, 0, 0, 0, 0, 0 } }, + { 1.769446482450e-05, -1.730145139253e-04, { 2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 } }, + { 6.826836259283e-05, 1.219832677502e-04, { 2, 0, 0, 0, 0, 0, -1, 0, 2, -2, 0, 0, 0 } }, + { 3.846705671223e-09, -1.899999999611e-04, { 2, -3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.061160185167e-09, -1.899999999970e-04, { 2, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 4.541761442985e-06, -1.853788189403e-04, { 2, -2, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -8.674745686687e-06, -1.810660322404e-04, { 2, -2, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.826252025087e-05, -1.614772024635e-04, { 2, -2, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.580718016418e-04, -3.158343114709e-05, { 0, 0, 1, 0, -1, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 6.307373502209e-05, -1.263382529875e-04, { 2, 0, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.338011298908e-04, -5.553518330017e-05, { 1, 1, 0, 0, 0, 0, -1, 0, -1, 1, 0, 0, 0 } }, + { -1.856196636602e-04, -3.631666786693e-06, { 0, 0, 3, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.533860406257e-04, -3.578259810007e-05, { 0, 0, 1, 0, 0, 3, -5, 0, 1, 0, 0, 0, 0 } }, + { 1.109197989791e-04, -7.810712826771e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 1.044363318811e-04, -8.408880252540e-05, { 2, 0, -1, 0, 0, 0, -11, 21, -2, 0, 0, 0, 0 } }, + { -8.967551720038e-08, 1.884094030806e-04, { 2, 0, -3, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.053965227238e-04, -8.305372037695e-05, { 2, 0, 0, 0, 0, 0, -11, 21, -2, 0, 0, 0, 0 } }, + { -4.946490526260e-06, -1.834912162177e-04, { 3, 0, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.725977341077e-07, 1.880530522780e-04, { 0, 0, 1, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.524715292479e-04, 3.593072182298e-05, { 1, -1, 0, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { -7.045643516886e-05, 1.179436046004e-04, { 0, 0, 1, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { 3.487567248941e-05, 1.535140076233e-04, { 0, 0, 0, 0, 0, 20, -19, 0, -3, 0, 0, 0, 0 } }, + { -7.363171451322e-05, -1.146762191948e-04, { 2, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 1.520823628262e-04, -3.599031396558e-05, { 1, -1, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.390531992633e-04, -4.874744547977e-05, { 2, 0, 1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.040199601366e-04, 8.371255245541e-05, { 2, 0, -1, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { 7.540529996852e-06, -1.799410741733e-04, { 2, 0, 0, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { -7.550106460475e-06, -1.797998795464e-04, { 2, 0, 2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 7.343767560927e-07, 1.865897348279e-04, { 2, 0, -1, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { 1.135985115648e-04, 7.368197875749e-05, { 2, 0, -2, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 1.047718627265e-04, 8.250294668629e-05, { 2, 0, 0, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { 1.456495830780e-04, -4.150093139565e-05, { 2, 0, -2, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -6.527216241838e-05, -1.218509740780e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0 } }, + { 1.626056268675e-04, -2.440377830123e-05, { 0, 0, 1, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 5.688846547497e-05, -1.300380986558e-04, { 4, 0, -1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -3.865725458915e-07, 1.864510022952e-04, { 6, 0, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.512531390758e-04, 3.548734577323e-05, { 0, 0, 1, 0, 0, -3, 5, 0, -1, 0, 0, 0, 0 } }, + { -6.511798154631e-05, 1.215636949481e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0 } }, + { 2.981545009468e-05, 1.568503469036e-04, { 0, 0, 1, 0, 0, 0, -2, 0, 3, -2, 0, 0, 0 } }, + { 4.727444576542e-07, 1.861316631559e-04, { 2, 0, -2, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -5.563724331691e-05, 1.309521269904e-04, { 4, 0, 0, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.563724331691e-05, -1.309521269904e-04, { 4, 0, -2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.789528097769e-04, 7.428954655328e-06, { 2, 0, 0, 0, 0, 19, -20, 0, 0, 0, 0, 0, 0 } }, + { -6.206268795829e-05, 1.242238291172e-04, { 2, -2, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.481437831483e-04, 3.790355565577e-05, { 0, 0, 1, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.553367098107e-05, -1.203405066963e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -2, -5, 0, 0, 0 } }, + { -5.554704460083e-05, -1.301300938006e-04, { 2, 0, -1, 0, 0, 0, 12, -19, 0, 0, 0, 0, 0 } }, + { -6.591934054770e-05, -1.192546523553e-04, { 2, 0, -2, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 1.491947483307e-04, 3.570549884273e-05, { 1, -1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -9.905805687051e-05, 8.550982029440e-05, { 1, 1, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 6.823122977339e-05, 1.161722526183e-04, { 2, 0, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 3.408550761799e-05, -1.500643815550e-04, { 0, 0, 0, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { 1.489432354223e-04, -3.503055364106e-05, { 1, 1, 0, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { -5.740436911764e-05, 1.265246274517e-04, { 2, 0, -2, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 1.007484612889e-04, 8.302757483008e-05, { 4, 0, -3, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.786230326607e-04, -4.900156722071e-06, { 2, -2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.065760076251e-07, 1.833073164104e-04, { 2, -2, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.795065981731e-04, 3.880241061612e-06, { 2, 0, 0, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.313826244036e-04, -5.200335486198e-05, { 1, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -9.480708746683e-05, -8.842378239074e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 9.939576352387e-05, -8.378831776273e-05, { 2, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.742627380100e-04, -8.795509783820e-06, { 2, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.490197754290e-04, 3.397028808616e-05, { 4, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.558532598664e-07, 1.824097476578e-04, { 4, 0, -4, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 3.337039649460e-05, -1.492836276501e-04, { 0, 0, 2, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.181665010183e-04, -6.435453122081e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 1.279780097077e-04, 5.439806562913e-05, { 0, 0, 2, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -1.791217488748e-04, 2.981586259081e-06, { 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.745597515407e-04, -7.388410210010e-06, { 0, 0, 1, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { -6.386725436568e-08, -1.818409625742e-04, { 2, 0, 1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.335828869470e-06, -1.804805951202e-04, { 2, 0, 0, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.017281465643e-05, 1.712769735612e-04, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { 6.148321767002e-05, -1.196111736014e-04, { 2, 0, -1, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0 } }, + { -1.469274664695e-04, -3.377101787383e-05, { 1, -1, -2, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -2.745328157305e-07, -1.803918730618e-04, { 2, 0, -1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { -3.517933636890e-07, -1.802982540370e-04, { 1, 0, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 7.410992807970e-05, -1.064522571198e-04, { 2, 0, -1, 0, 0, 0, 11, -16, 0, 0, 0, 0, 0 } }, + { 6.515620753647e-05, 1.153238958420e-04, { 2, 0, -1, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0 } }, + { 4.270991204895e-07, -1.799994932947e-04, { 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.347222643204e-04, -4.539440315759e-05, { 0, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -4.052654522735e-09, -1.799999999544e-04, { 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.324778563615e-09, -1.799999999850e-04, { 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -7.045198409871e-05, 1.094639925345e-04, { 4, 0, -2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 5.922252716651e-05, -1.206925373006e-04, { 2, 0, -1, 0, 0, 7, -5, 0, 0, 0, 0, 0, 0 } }, + { -7.267982173168e-05, 1.072149347071e-04, { 1, 0, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.511853770897e-04, -2.863445747309e-05, { 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.137124549897e-05, -1.576843969630e-04, { 1, 0, 0, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { 4.446662265631e-06, 1.745022155890e-04, { 2, 0, 2, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.428260998714e-04, -3.560044080124e-05, { 1, -1, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.578466011645e-05, -1.624019393006e-04, { 1, 0, 1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.893396571076e-05, -1.191971618640e-04, { 0, 0, 2, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -1.374834027934e-04, -4.061604352002e-05, { 2, 0, -2, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 6.174497826674e-05, 1.161827614515e-04, { 0, 0, 1, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { 6.492840976593e-07, -1.771646669113e-04, { 2, 0, 1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 6.488192979305e-05, 1.126513878580e-04, { 2, 0, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.440221614229e-04, 3.345590228232e-05, { 1, -1, 0, 0, 0, 20, -19, 0, 0, 0, 0, 0, 0 } }, + { 2.794015876755e-05, -1.489797603184e-04, { 1, 0, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.429109542247e-04, 3.385216700007e-05, { 1, 1, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.705741711282e-04, 5.964593462507e-06, { 2, 0, 0, 0, 0, -19, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.427252918344e-04, 3.321559103897e-05, { 4, 0, -3, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -8.276944775380e-05, -9.297254171430e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 7.919831810265e-05, -9.618597616867e-05, { 2, 0, 0, 0, 0, 0, -10, 17, 0, 0, 0, 0, 0 } }, + { 9.191049384754e-05, -8.331739847883e-05, { 2, 0, 0, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0 } }, + { -1.700756757703e-04, 4.811548236835e-06, { 0, 0, 3, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.649149748879e-05, 1.182235725531e-04, { 2, 0, 0, 0, 0, 8, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.064519874887e-04, -6.822497403429e-05, { 2, 0, 0, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0 } }, + { 9.944599008784e-05, -7.515076595375e-05, { 2, 0, 0, 0, -1, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { -9.931081146814e-06, -1.645356642191e-04, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0 } }, + { 9.933721499946e-05, 7.507436072822e-05, { 2, 0, 0, 0, 1, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { -1.264610166775e-04, -4.774998673804e-05, { 1, 1, -2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -1.339074540503e-04, -4.010107633182e-05, { 2, 0, -2, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.240374393045e-04, 4.992184637536e-05, { 4, 0, -2, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { 2.705753266762e-05, 1.466114353772e-04, { 0, 0, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -9.396851968544e-05, 7.907594897665e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -1, 3, 0, 0, 0 } }, + { 5.722451044250e-05, 1.158184086718e-04, { 0, 0, 1, 0, 0, 0, 2, -4, 1, 0, 0, 0, 0 } }, + { 1.690446718889e-04, -3.900788095342e-06, { 0, 0, 2, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -6.906000645505e-06, 1.656610776268e-04, { 2, 0, -2, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { 1.395592143930e-04, -3.292641654044e-05, { 1, 1, -1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.535711350638e-05, 1.370537030897e-04, { 1, 0, -2, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -9.193623185162e-06, 1.631390050937e-04, { 0, 0, 2, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -1.224157226222e-04, 4.987988244425e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 4, 0, 0, 0 } }, + { -1.657064179276e-04, 6.512653848114e-06, { 2, 0, 0, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 1.710956879153e-04, -1.023644419009e-06, { 2, 0, -1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -7.831681241191e-05, 9.365454844408e-05, { 2, 0, 0, 0, 0, 0, 5, -10, 0, 0, 0, 0, 0 } }, + { 2.101963830823e-07, -1.715383563463e-04, { 2, 0, 1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 9.824983089506e-05, -7.341114645812e-05, { 2, 0, -1, 0, -1, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { 1.394594773900e-04, 3.215869036116e-05, { 1, -1, 0, 0, 0, 19, -18, 0, 0, 0, 0, 0, 0 } }, + { 5.681245304874e-05, -1.147707240164e-04, { 0, 0, 1, 0, 0, 0, -2, 4, -1, 0, 0, 0, 0 } }, + { 9.817504496198e-05, 7.335910323872e-05, { 2, 0, -1, 0, 1, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { 1.696298825944e-04, -1.381177935894e-06, { 3, 0, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -9.603420965208e-05, -7.482968299624e-05, { 2, 0, -1, 0, 0, 0, 13, -21, 0, 0, 0, 0, 0 } }, + { 3.850760699062e-05, -1.320553660953e-04, { 1, 1, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 1.699994164093e-04, -4.454441673027e-07, { 0, 0, 2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.576946475605e-05, 1.446703602123e-04, { 2, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.056182772143e-04, -6.469307144844e-05, { 0, 0, 2, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 7.932669027893e-05, 9.084116683955e-05, { 2, 0, -1, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.518521611297e-05, 1.249762130647e-04, { 2, 0, -2, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 3.204424506477e-09, 1.699999999698e-04, { 1, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.343977185339e-09, 1.699999999838e-04, { 4, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 6.499295164188e-05, 1.049863720793e-04, { 0, 0, 1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { -1.211069026024e-04, -4.878684413228e-05, { 0, 0, 2, 0, 0, 2, -13, 15, 0, 0, 0, 0, 0 } }, + { 5.441621994809e-05, -1.153794263115e-04, { 2, 0, -1, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0 } }, + { -1.149084935393e-04, 5.467790592191e-05, { 2, 0, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { -3.017053076926e-05, -1.390156749173e-04, { 4, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.045251347784e-04, 6.457841601860e-05, { 2, 0, -1, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0 } }, + { -2.181952447009e-05, -1.470475376565e-04, { 0, 0, 0, 0, 0, 24, -26, 0, 0, 0, 0, 0, 0 } }, + { -8.380276146334e-06, -1.603760651449e-04, { 3, 0, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.364412773718e-04, 3.231344091007e-05, { 1, -1, 1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.420571725041e-04, -2.667421149246e-05, { 0, 2, 0, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.616538953272e-04, -7.075678464461e-06, { 4, 0, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.047142167196e-05, -1.280010962356e-04, { 0, 0, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -6.695065544860e-05, 1.014980222432e-04, { 0, 1, -2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -1.647105374159e-04, 3.673781453842e-06, { 0, 2, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.189444714199e-04, -4.938244110636e-05, { 0, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.423816747915e-04, -2.537298876855e-05, { 0, 0, 2, 0, 0, -10, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.349058302976e-04, 3.264190150075e-05, { 4, 0, -1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.388748202268e-06, 1.661351945824e-04, { 0, 0, 2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -1.617585165541e-04, -5.674577325678e-06, { 0, 0, 0, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { -9.307233191367e-05, -7.431162090137e-05, { 1, 1, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { -3.643637242728e-05, -1.305172607027e-04, { 2, 0, -2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.667101772018e-04, -4.254502185530e-08, { 1, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.158578612094e-04, -5.080146395972e-05, { 0, 2, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.209006163166e-04, -4.572539883869e-05, { 0, 1, 1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 1.207388456844e-04, 4.580304356820e-05, { 0, 1, -1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -1.478851367450e-04, 1.864657842617e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, 2, 0, 0 } }, + { 9.247766551990e-08, -1.663052636151e-04, { 0, 0, 3, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.967072334964e-05, -6.667364781111e-05, { 4, 0, -2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -1.383649229044e-04, 2.776585673222e-05, { 0, 0, 0, 0, 0, 0, 2, 0, 0, -1, 0, 0, 0 } }, + { 1.494242479113e-04, -1.654860021135e-05, { 2, 0, -1, 0, 0, 3, -5, 0, 1, 0, 0, 0, 0 } }, + { 1.492160377202e-04, 1.664907115980e-05, { 0, 0, 0, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.142306490824e-07, -1.655968086770e-04, { 0, 0, 0, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 1.520804798545e-04, 1.349117702733e-05, { 2, -2, -2, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { 3.721071290241e-05, 1.279293220016e-04, { 3, -1, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -1.489217725356e-05, -1.498291171925e-04, { 2, 0, -1, 0, 0, 13, -15, 0, 0, 0, 0, 0, 0 } }, + { 9.169488679943e-05, 7.297845159981e-05, { 2, 0, 1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -6.858599107320e-05, -9.607387709013e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 2, -5, 0, 0, 0 } }, + { -9.462335950208e-05, -6.983185617359e-05, { 0, 0, 3, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -9.459692351869e-05, 6.979903981617e-05, { 0, 0, 3, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.333869635967e-04, -3.075238301221e-05, { 1, 1, 0, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { 3.137927660800e-07, 1.638085091058e-04, { 0, 2, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.216562192222e-04, -4.241002825733e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0 } }, + { -1.623685381778e-04, 1.670735337776e-06, { 0, 0, 2, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -1.326399295534e-04, -3.139760269473e-05, { 1, -1, -1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -7.385931178785e-08, 1.638185894496e-04, { 4, 0, -2, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -9.887771413186e-07, -1.626171416824e-04, { 2, 0, 0, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { 1.061479982755e-04, 5.744716939858e-05, { 0, 0, 1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { -1.371764993202e-04, 2.638157755657e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 } }, + { -1.161453551452e-05, 1.519089226393e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 3, -2, 0, 0, 0 } }, + { -9.305363392627e-05, -7.046222697907e-05, { 0, 2, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -9.286648778188e-05, 7.048394560606e-05, { 0, 2, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.031044364253e-05, -1.330355521391e-04, { 0, 0, 1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.158526423456e-05, 1.516576269383e-04, { 2, 0, 0, 0, 0, 14, -16, 0, 0, 0, 0, 0, 0 } }, + { -9.778165415488e-05, -6.540116897874e-05, { 4, 0, -2, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -1.366609050289e-04, -2.645826614898e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, -1, 2, 0 } }, + { -6.033904866200e-09, -1.629858980200e-04, { 2, -2, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.287907313022e-05, 1.499838650700e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0 } }, + { -1.493981318390e-04, -1.342379242325e-05, { 3, -1, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.255821541276e-05, -1.501660459893e-04, { 0, 0, 1, 0, 0, 0, 0, 0, -1, 3, 0, 0, 0 } }, + { 1.442828765140e-04, -1.836807080486e-05, { 2, 0, 0, 0, 0, 3, -5, 0, 1, 0, 0, 0, 0 } }, + { 3.574211588964e-05, -1.266427416269e-04, { 2, 0, 0, 0, 0, 0, -5, 0, 5, 0, 0, 0, 0 } }, + { -6.043572227242e-06, 1.561267902369e-04, { 4, 0, -2, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -1.583450523318e-04, -3.702809501695e-06, { 0, 0, 2, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 1.303095551712e-04, -3.166800068664e-05, { 1, 1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.279559423294e-04, 3.394931062421e-05, { 2, 0, 2, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 1.310296517018e-04, 3.082505611160e-05, { 1, -1, 0, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { 3.069022208894e-06, 1.587778675383e-04, { 0, 2, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.314501763178e-04, 3.014220775044e-05, { 4, 0, -2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.030957935796e-04, 5.842795617399e-05, { 0, 0, 3, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.569832220040e-04, -4.276731642031e-06, { 2, 0, -1, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { 4.246272196248e-07, -1.606538009576e-04, { 3, -2, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.504357112293e-04, 1.056711989642e-05, { 2, 0, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0 } }, + { -1.074900554704e-04, 5.339855893627e-05, { 0, 0, 3, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.297946217641e-04, -3.097954425351e-05, { 0, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.534323794753e-05, -1.352731293438e-04, { 1, -1, -2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.361506509975e-04, 2.436040694518e-05, { 0, 0, 2, 0, 0, -18, 20, -8, 3, 0, 0, 0, 0 } }, + { 1.695157246972e-06, 1.587197471011e-04, { 0, 0, 3, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.011072640209e-04, -5.891565458004e-05, { 1, 1, -1, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { -2.848377339096e-09, 1.599999999746e-04, { 2, -1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.094395102324e-09, 1.599999999863e-04, { 0, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -8.495711085793e-05, 7.499056773926e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 8, 0, 0, 0 } }, + { 2.050304699991e-07, -1.593086262895e-04, { 1, 0, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -1.533910576801e-04, -6.069597378499e-06, { 2, 0, -1, 0, 0, 17, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.004161594680e-06, -1.583170580451e-04, { 0, 2, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.290030715140e-04, -3.028891702373e-05, { 1, 1, 0, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { -5.399354917436e-06, 1.538521011939e-04, { 4, 0, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 1.580389200161e-05, -1.434154945748e-04, { 2, 0, -1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.128836383266e-05, 1.178531583515e-04, { 0, 0, 0, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { 5.235191419965e-05, -1.067399875819e-04, { 0, 0, 1, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.287479256852e-04, -3.034192972740e-05, { 0, 0, 2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.463211624127e-05, 1.342721812216e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0 } }, + { 1.285334005313e-04, 3.034303739791e-05, { 1, -1, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.339821896289e-04, 2.487730979668e-05, { 3, -1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.533084916067e-04, -5.548565144462e-06, { 0, 0, 1, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -6.357136406587e-05, -9.521104001130e-05, { 2, 0, 1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { 2.502491700957e-05, 1.335970272385e-04, { 1, -1, 2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.219036591916e-05, 1.064018563003e-04, { 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.953870319336e-05, -6.885851499762e-05, { 2, 0, 1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { -1.270930214835e-04, 3.119085209728e-05, { 3, -1, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -6.681904886555e-07, -1.575166845984e-04, { 1, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -9.698584133838e-05, 6.110038441751e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { 1.183042742163e-05, 1.461734620564e-04, { 0, 0, 2, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -1.138647472243e-04, -4.405080785147e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 0, 0, 0, 0 } }, + { -9.646206329452e-05, -6.127829965793e-05, { 2, 0, 1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 9.878011914274e-05, -5.888402718305e-05, { 2, 0, -1, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0 } }, + { 1.202115686772e-04, -3.738120070956e-05, { 0, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.787938847474e-07, 1.569972877529e-04, { 2, -2, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.450867224079e-04, 1.239407958153e-05, { 2, 0, -2, 0, 0, -22, 28, -7, 0, 0, 0, 0, 0 } }, + { -1.524742848040e-04, 4.976485326404e-06, { 2, 0, 1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.271651745295e-04, 3.012835138435e-05, { 3, -1, -1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.172565238014e-04, 3.997899288819e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0 } }, + { 9.227207548472e-05, -6.483879834062e-05, { 1, -1, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -6.586851380960e-09, 1.570058690820e-04, { 0, 0, 2, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.194053600900e-04, -3.758590002336e-05, { 0, 0, 1, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { -2.389300378847e-05, -1.329257830064e-04, { 2, 0, 2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 5.220559312015e-05, 1.045257686910e-04, { 2, 0, 4, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -6.867229539817e-05, 8.805138549084e-05, { 2, 0, -1, 0, 0, 0, 7, -12, 0, 0, 0, 0, 0 } }, + { 1.874993277007e-06, 1.548125249504e-04, { 4, 0, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -8.626373004953e-05, 7.036554009031e-05, { 1, 1, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 5.720152578668e-08, 1.563671493602e-04, { 2, -2, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.269783527604e-05, -6.346338621103e-05, { 4, 0, -3, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { -3.531840975034e-05, -1.207425351599e-04, { 0, 0, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.082882370634e-04, -4.768698601611e-05, { 0, 0, 1, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0 } }, + { -1.160493604161e-05, -1.443000619085e-04, { 4, 0, -2, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -1.255030548784e-04, -3.025630164569e-05, { 2, 0, -1, 0, 0, 18, -19, 0, 0, 0, 0, 0, 0 } }, + { 1.070304935661e-04, -4.870532505932e-05, { 2, 0, -2, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.175591996038e-05, -1.439128008196e-04, { 2, -2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 6.483535738778e-05, 9.073876345170e-05, { 1, 1, -1, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 1.258841690390e-04, 2.943284099785e-05, { 4, 0, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -3.285704488991e-06, 1.519136041107e-04, { 4, 0, -3, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { -2.434573381924e-05, 1.307626232525e-04, { 2, 0, -3, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -2.430968969502e-05, -1.306461830293e-04, { 2, 0, -3, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -3.846319455017e-05, -1.164142432659e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 } }, + { -1.085184342086e-06, -1.534486628872e-04, { 2, -2, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 9.102599797202e-05, 6.309622718185e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 5, -5, 0, 0, 0 } }, + { 6.151354803814e-05, 9.260792073027e-05, { 4, 0, -1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -5.665920185516e-05, 9.723755543002e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { 1.223267404029e-04, -3.154699884597e-05, { 2, 0, -1, 0, 0, 10, -13, 0, 0, 0, 0, 0, 0 } }, + { 5.080178577732e-05, 1.030223929701e-04, { 2, 0, -1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -3.805665732077e-05, 1.157614889921e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0 } }, + { -7.036292041421e-05, 8.337874358933e-05, { 2, 0, -1, 0, 0, 0, 5, -10, 0, 0, 0, 0, 0 } }, + { 1.382751772655e-04, 1.534143587409e-05, { 2, 0, -1, 0, 0, -3, 5, 0, -1, 0, 0, 0, 0 } }, + { 9.672299037262e-07, -1.526164883079e-04, { 0, 0, 2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -9.009179935677e-05, 6.329015582296e-05, { 1, -1, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 2.093627004170e-05, -1.323826690066e-04, { 0, 0, 1, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { 1.412403883903e-04, -1.206578312666e-05, { 2, 0, 0, 0, 0, -22, 28, -7, 0, 0, 0, 0, 0 } }, + { -3.148615112003e-05, 1.217965599697e-04, { 3, 0, -4, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -4.304057512804e-05, -1.100311962738e-04, { 0, 0, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.018667642613e-05, -1.428698580882e-04, { 4, 0, 0, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -1.092378230359e-04, 4.365631466035e-05, { 4, 0, -3, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { 1.232762510634e-04, 2.951576850362e-05, { 1, -1, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -7.419536033195e-06, -1.453371981358e-04, { 2, 0, -1, 0, 0, 0, -2, 0, 4, -2, 0, 0, 0 } }, + { 5.133549851620e-09, -1.527500883275e-04, { 0, 0, 1, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { -4.954385089342e-05, 1.030089121324e-04, { 2, 0, 0, 0, 0, 9, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.007271665632e-05, -1.223525845723e-04, { 2, 0, -1, 0, 0, 0, 0, 0, -1, 5, 0, 0, 0 } }, + { 4.019554006668e-07, -1.518607072254e-04, { 2, 0, 0, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0 } }, + { -1.270847442840e-04, 2.512512033212e-05, { 4, 0, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 1.075398793934e-04, 4.464317478441e-05, { 1, 1, -1, 0, 0, 0, -1, 0, -1, 1, 0, 0, 0 } }, + { -1.102470715590e-04, -4.190954353229e-05, { 0, 0, 1, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.091885761829e-05, 1.310622341938e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { 1.394388051112e-04, 1.252276443809e-05, { 3, 1, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.397699610779e-05, 1.379634298448e-04, { 2, 0, -1, 0, 0, 0, 10, -16, 0, 0, 0, 0, 0 } }, + { 1.414571660874e-06, 1.502717349445e-04, { 4, 0, -3, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 3.136065868967e-05, 1.200536915750e-04, { 2, -2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 1.295362743376e-04, 2.186814295628e-05, { 1, -1, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -2.269851214165e-05, 1.285942659734e-04, { 4, 0, -4, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -6.057739899471e-05, -9.061940060200e-05, { 0, 0, 1, 0, 0, 0, -7, 12, 0, 0, 0, 0, 0 } }, + { 8.751036115253e-05, -6.350529950610e-05, { 2, 0, -3, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 5.617000510890e-05, -9.457764284474e-05, { 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.187981978344e-04, -3.193245862501e-05, { 2, 0, 0, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 5.012400110021e-05, -1.003985915778e-04, { 2, 0, 2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -5.355413441567e-05, -9.666098627223e-05, { 2, 0, 0, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0 } }, + { 9.201076512663e-05, 5.818300407609e-05, { 2, 0, -2, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 1.253697988424e-04, -2.480342104031e-05, { 2, 0, -1, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0 } }, + { -2.094395102313e-10, 1.499999999999e-04, { 2, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.279139578595e-04, -2.205302390475e-05, { 3, 0, -1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.279139578595e-04, 2.205302390475e-05, { 1, 0, -1, 0, 0, 15, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.211335740819e-04, 2.879348547987e-05, { 0, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 7.154243421927e-05, 7.831489954688e-05, { 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.070771632784e-04, 4.267365765060e-05, { 4, 0, -1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 2.230130168343e-05, -1.273715672866e-04, { 6, 0, -3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 9.851161112151e-05, 5.111800766320e-05, { 2, 0, 0, 0, 0, 0, -5, 0, 4, 0, 0, 0, 0 } }, + { -1.395085105398e-04, -1.010123586774e-05, { 2, 0, 1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 2.383492171399e-05, -1.256495046397e-04, { 2, 0, -1, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { -1.178472713385e-04, 3.145918422304e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 2, 0 } }, + { 1.447815768699e-04, 4.432876112339e-06, { 2, 0, 0, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.202348075660e-04, -2.897222960478e-05, { 3, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.265192145781e-04, -2.265496095404e-05, { 0, 0, 0, 0, 0, 18, -20, 8, -3, 0, 0, 0, 0 } }, + { -1.256238975099e-04, 2.331260588054e-05, { 1, -1, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.422297883071e-06, -1.464921082958e-04, { 2, 0, -2, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -1.273878239552e-04, -2.148712102161e-05, { 1, -1, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 9.110242218183e-05, 5.773258382770e-05, { 2, -2, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 6.387652414387e-07, 1.481322719172e-04, { 2, 0, -1, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.420137699685e-04, 6.753557826714e-06, { 2, 0, 1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 1.363321786817e-04, 1.241183263920e-05, { 0, 0, 1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -1.089802715124e-04, -3.975420934995e-05, { 0, 0, 1, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0 } }, + { 9.112039256120e-05, -5.739945334446e-05, { 2, 0, -2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.974508027978e-05, -9.876524375389e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 5.176418821787e-05, 9.671573130877e-05, { 2, 0, 1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -8.070960455541e-05, 6.773712268908e-05, { 4, 0, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -1.105074029347e-04, -3.779380798527e-05, { 2, 0, -3, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { -1.310573361761e-04, 1.723974830325e-05, { 0, 0, 1, 0, 0, 0, -14, 23, 0, 0, 0, 0, 0 } }, + { -3.133593659607e-05, 1.168901866365e-04, { 2, 0, 0, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0 } }, + { 6.397062525699e-05, 8.419484429233e-05, { 0, 0, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 1.197647933007e-04, -2.829844881947e-05, { 1, -1, 0, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { 9.150185485795e-06, 1.388684103653e-04, { 2, 0, -1, 0, 0, 5, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.677647253647e-06, -1.462250783886e-04, { 4, 0, -1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 1.304923882844e-04, 1.735178734850e-05, { 2, 0, 0, 0, 0, -3, 5, 0, -1, 0, 0, 0, 0 } }, + { -3.792003058823e-05, 1.096518665661e-04, { 0, 0, 1, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { 6.207953534892e-05, 8.547606703732e-05, { 0, 0, 1, 0, 0, 0, -9, 14, 0, 0, 0, 0, 0 } }, + { -1.986820462852e-05, 1.276772613708e-04, { 0, 0, 1, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { -6.686353781220e-06, 1.408105802322e-04, { 0, 0, 1, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { 1.192173726959e-04, 2.824171973307e-05, { 1, 1, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.483145733424e-05, -9.237818481349e-05, { 2, 0, -1, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0 } }, + { 1.457051595209e-04, -1.459879826600e-06, { 2, -2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.139803651846e-04, -3.314198898537e-05, { 4, 0, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.138611778086e-04, 3.310014189257e-05, { 4, 0, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -4.791043710316e-05, 9.901812973685e-05, { 2, 0, -2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.882624529025e-05, -1.280441071690e-04, { 2, 0, -1, 0, 0, 0, 2, 0, -3, 0, 2, 0, 0 } }, + { 5.008601406662e-05, 9.671569948976e-05, { 0, 0, 1, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.185070282521e-04, 2.828886251371e-05, { 1, -1, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.169889099805e-04, -2.975164296851e-05, { 1, -1, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.121873740107e-06, -1.456153751316e-04, { 2, 0, 0, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -2.219678293393e-05, 1.244582736266e-04, { 3, 0, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.435569409400e-04, -3.020342898628e-06, { 2, 0, -3, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.022959009162e-07, -1.463182101182e-04, { 2, 0, -1, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { 6.325911787074e-05, -8.306734557345e-05, { 0, 0, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { -9.403651723710e-05, 5.226144172739e-05, { 2, 0, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.122434371659e-04, 3.379638694940e-05, { 2, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { 6.701259926281e-05, 7.889385277021e-05, { 2, -2, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 2.390660761429e-05, 1.218526582033e-04, { 2, 0, -2, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.000987729214e-04, 4.560960052047e-05, { 4, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.262944607574e-04, 1.908214625236e-05, { 4, 0, -2, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { -3.936950337776e-07, -1.449509688021e-04, { 2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.428897730151e-05, -1.209435896471e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { -9.178453750487e-05, 5.331843288101e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0 } }, + { 1.025395834562e-04, -4.255380527428e-05, { 3, -1, -1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 3.069228257966e-06, 1.419787760550e-04, { 3, 0, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 9.544679540415e-05, -4.951388028073e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 4, -5, 0, 0, 0 } }, + { -6.224077686247e-05, 8.268232118599e-05, { 0, 0, 1, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { 2.899022253483e-05, 1.159126920885e-04, { 1, 1, -3, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 2.989879784195e-08, -1.448339429754e-04, { 1, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.573809113002e-06, -1.431258397145e-04, { 2, 0, -3, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -5.302472494985e-08, 1.445194860430e-04, { 4, 0, -1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -9.454371927916e-05, 4.962257268306e-05, { 0, 0, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 5.004157947493e-05, 9.392382620757e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 2, -2, 0, 0, 0 } }, + { -1.392203769104e-04, -4.710298923227e-06, { 0, 0, 0, 0, 0, 17, -18, 0, 0, 0, 0, 0, 0 } }, + { -5.122695184433e-05, -9.264659164396e-05, { 3, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -1.273803928625e-04, 1.627952443405e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, 2, 0, 0 } }, + { -1.410638858156e-04, 2.482558942244e-06, { 2, 0, 2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.620040704742e-05, 1.072926380918e-04, { 2, 0, -2, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.134742409960e-04, -2.997820915191e-05, { 0, 0, 1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -3.096719458911e-06, 1.402220588913e-04, { 0, 2, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -9.057882109804e-05, -5.266265124329e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0 } }, + { 4.707238425019e-05, -9.615987591556e-05, { 2, 0, -1, 0, 0, 8, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.442488797978e-05, 8.880186849152e-05, { 2, 0, -1, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.150518452085e-04, 2.783946350806e-05, { 2, 0, 3, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.321832757942e-04, -1.069234535587e-05, { 2, 0, -1, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.923558450089e-05, 9.360579978247e-05, { 2, 0, 1, 0, 0, -26, 28, 0, 0, 0, 0, 0, 0 } }, + { 1.273024277354e-05, -1.299299476821e-04, { 0, 0, 1, 0, 0, 2, 1, -8, 0, 0, 0, 0, 0 } }, + { 1.271388992894e-05, 1.299267238941e-04, { 0, 0, 1, 0, 0, -2, -1, 8, 0, 0, 0, 0, 0 } }, + { 9.001677518409e-05, -5.258972989945e-05, { 2, 0, 0, 0, 0, 0, 4, -8, 5, -5, 0, 0, 0 } }, + { -1.693815866911e-07, -1.423784268444e-04, { 2, 0, 0, 0, 0, 0, 3, 0, 0, -3, 0, 0, 0 } }, + { -6.461827173250e-05, -7.774896832960e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { -1.150819504849e-04, -2.723733569391e-05, { 3, -1, -2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.360384655345e-06, -1.369440953600e-04, { 2, 0, -1, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0 } }, + { 1.341566425688e-06, -1.409245531187e-04, { 0, 0, 3, 0, 0, -24, 24, 0, 0, 0, 0, 0, 0 } }, + { 8.956222975678e-05, 5.258754546401e-05, { 2, 0, 0, 0, 0, 0, -4, 8, -5, 5, 0, 0, 0 } }, + { -1.249357256533e-04, 1.713164415422e-05, { 0, 0, 1, 0, 0, 0, -8, 11, 0, 0, 0, 0, 0 } }, + { 1.399846550933e-04, -2.072761062806e-06, { 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.952693940185e-05, -1.024475081432e-04, { 2, 0, 0, 0, 0, 0, 4, 0, -6, 0, 0, 0, 0 } }, + { -2.134881937408e-05, 1.204197537022e-04, { 0, 0, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { 4.598556417818e-07, 1.412277070934e-04, { 0, 0, 1, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -5.672753280348e-05, 8.486896876787e-05, { 4, 0, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 8.605233555760e-05, 5.540916316412e-05, { 2, -2, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -6.974939871235e-05, -7.118051454459e-05, { 0, 0, 2, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -8.619805260847e-06, -1.322044377240e-04, { 0, 0, 1, 0, 0, 0, 14, -27, 3, 3, 0, 0, 0 } }, + { -8.619805260847e-06, 1.322044377240e-04, { 0, 0, 1, 0, 0, 0, -14, 27, -3, -3, 0, 0, 0 } }, + { 4.959020852177e-05, -9.115802226934e-05, { 0, 0, 1, 0, 0, -7, 11, 0, 0, 0, 0, 0, 0 } }, + { 3.529806717415e-05, -1.052739491169e-04, { 4, 0, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 8.534232891707e-05, -5.501956473426e-05, { 2, -2, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.021687167934e-04, 3.818021790622e-05, { 0, 0, 1, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { 1.035714658097e-04, 3.668567104292e-05, { 0, 0, 1, 0, 0, -7, 10, 0, 0, 0, 0, 0, 0 } }, + { 8.253976133545e-05, -5.767785004320e-05, { 2, 0, -1, 0, 0, 0, 4, -8, 5, -5, 0, 0, 0 } }, + { -1.092549910990e-04, 3.092097831501e-05, { 0, 0, 2, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 7.427767707642e-05, 6.589744420714e-05, { 2, 0, -3, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.017053907788e-05, -1.299655182858e-04, { 0, 2, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.134149406910e-04, 2.663597918134e-05, { 1, -1, 0, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { -3.005456971755e-09, -1.399999999677e-04, { 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.687807047926e-09, -1.399999999742e-04, { 2, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.419026343148e-09, -1.399999999791e-04, { 4, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.685988057400e-09, 1.399999999898e-04, { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 4.392453401687e-06, 1.355770391004e-04, { 4, 0, -2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 8.218435709558e-05, 5.772313614774e-05, { 2, 0, -1, 0, 0, 0, -4, 8, -5, 5, 0, 0, 0 } }, + { 6.644300074415e-05, -7.333170377726e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { -3.876691586769e-05, 1.008820916956e-04, { 2, 0, -3, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -1.353551255813e-04, -4.256490069490e-06, { 0, 0, 2, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { 1.129699486943e-04, -2.647258008480e-05, { 1, 1, 0, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { -5.536714990812e-05, 8.404177683550e-05, { 0, 0, 1, 0, 0, 0, 7, -12, 0, 0, 0, 0, 0 } }, + { 3.556911011253e-05, -1.035339465959e-04, { 3, 0, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.169446596611e-06, -1.343850493777e-04, { 4, 0, -2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 4.127857683062e-05, 9.715489116033e-05, { 0, 2, -2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.902199855988e-08, -1.382981202711e-04, { 2, 0, 1, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.297205295909e-04, 8.519636298170e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.743819365035e-05, -6.075887071556e-05, { 4, 0, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -4.924879213215e-05, 8.894553413881e-05, { 4, 0, -2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -1.117037321513e-04, -2.640445779147e-05, { 1, 1, -1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.055091880938e-04, 3.252901133504e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0 } }, + { -3.547904544524e-05, -1.025486734161e-04, { 2, 0, -1, 0, 0, 0, -2, 0, 1, 5, 0, 0, 0 } }, + { -3.556921119530e-05, 1.024306886563e-04, { 2, 0, -2, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.162643215675e-05, -1.063169991836e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 3.093625866939e-07, 1.375082612322e-04, { 2, -2, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -8.409825989390e-05, -5.346792375150e-05, { 2, 0, 0, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0 } }, + { -1.137957801018e-04, 2.369123678613e-05, { 1, 1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 4.092203836720e-05, -9.634955363530e-05, { 0, 2, 0, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.068401377988e-04, -3.037681774854e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -1, 5, 0, 0, 0 } }, + { 9.255928107155e-05, -4.458771371162e-05, { 2, 0, -1, 0, 0, 0, 12, -16, 0, 0, 0, 0, 0 } }, + { -4.156039076619e-05, -9.556157546891e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -1, 5, 0, 0, 0 } }, + { -8.911322812085e-08, 1.369749383642e-04, { 4, 0, -2, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.193738434009e-07, -1.363745858459e-04, { 1, 0, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.844908350732e-05, 1.082659588072e-04, { 4, 0, -1, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { 2.844908350732e-05, -1.082659588072e-04, { 0, 0, 1, 0, 0, 19, -21, 3, 0, 0, 0, 0, 0 } }, + { -4.653967823356e-05, -9.001428537351e-05, { 4, 0, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -2.899089350688e-05, -1.074458827318e-04, { 0, 0, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { -2.077692898712e-05, 1.156257606117e-04, { 4, 0, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 8.423821871676e-05, -5.213185047941e-05, { 1, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 4.029934265357e-08, 1.362468725764e-04, { 3, 0, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 8.982504006154e-07, 1.353686541358e-04, { 2, 0, -1, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { -6.137145702476e-08, -1.361582725892e-04, { 0, 2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.682215277160e-05, -8.935672683574e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 2, 0 } }, + { 6.520999016998e-05, -7.086818834064e-05, { 2, -2, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 2.805694946815e-05, -1.079505816065e-04, { 2, 0, -1, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0 } }, + { 1.090445943652e-04, 2.686653190923e-05, { 1, 1, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.160463321587e-05, 1.143038599350e-04, { 1, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.646659017176e-05, -1.093288633565e-04, { 0, 0, 1, 0, 0, 20, -22, 0, 0, 0, 0, 0, 0 } }, + { 4.646992762834e-05, 8.928638624097e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 } }, + { 7.752645632270e-07, -1.349529372323e-04, { 2, 0, -2, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -8.310199904539e-05, 5.261203335053e-05, { 4, 0, -2, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 1.207243365293e-04, 1.493690353205e-05, { 4, 0, -3, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 5.764839866392e-05, -7.779566575713e-05, { 2, 0, -1, 0, 0, 0, -10, 17, 0, 0, 0, 0, 0 } }, + { -2.805014578871e-06, 1.324913539955e-04, { 0, 0, 0, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { -7.187035007738e-05, -6.341255449702e-05, { 2, 0, 1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.225646949566e-05, 1.230218785759e-04, { 4, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 6.827361362634e-08, 1.351520803240e-04, { 2, -2, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.625528975874e-05, -3.878703624565e-05, { 2, 0, -2, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.520349059346e-05, 1.197292931052e-04, { 0, 0, 1, 0, 0, 0, -1, 0, 3, -2, 0, 0, 0 } }, + { -5.662532832132e-06, 1.289112538524e-04, { 0, 0, 0, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { -1.078938982841e-04, 2.662768313237e-05, { 3, -1, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.923451273150e-08, -1.340319106710e-04, { 2, 0, -2, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.616450760839e-05, 1.178601821938e-04, { 2, 0, -1, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { 6.035359095591e-06, 1.279620932015e-04, { 0, 0, 1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { 6.229065572925e-05, 7.160382816805e-05, { 2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.001350196599e-04, -3.373722452369e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 4, -5, 0, 0, 0 } }, + { 8.140349741111e-05, -5.245902932324e-05, { 0, 0, 1, 0, 0, 0, 4, 0, -3, 0, 0, 0, 0 } }, + { 1.585430868680e-05, 1.179910042229e-04, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 4, 0, 0, 0 } }, + { 9.710397560218e-05, 3.661557474886e-05, { 1, 1, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -8.403994621231e-06, 1.252247159424e-04, { 2, 0, 0, 0, 0, -3, 4, 0, -1, 0, 0, 0, 0 } }, + { -4.962855224507e-05, 8.399603602467e-05, { 0, 0, 1, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { 1.309120222553e-04, 2.685388468492e-06, { 2, 0, 0, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0 } }, + { -2.143426772890e-05, -1.120688610633e-04, { 4, 0, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 6.442575279160e-06, -1.270265942359e-04, { 2, 0, -1, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 } }, + { 3.559184716619e-06, 1.298312046192e-04, { 2, 0, 0, 0, 0, 0, 4, 0, -3, 0, 0, 0, 0 } }, + { 9.477992221816e-05, 3.853473558862e-05, { 2, 0, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { 8.317118516961e-06, 1.249806984021e-04, { 2, 0, 0, 0, 0, 15, -17, 0, 0, 0, 0, 0, 0 } }, + { 9.817476611153e-05, 3.469232702896e-05, { 2, 0, 0, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0 } }, + { -7.999860710796e-05, -5.276198556043e-05, { 0, 0, 3, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.265687895915e-04, -6.138428927387e-06, { 2, 0, -1, 0, 0, 0, 3, 0, 0, -4, 0, 0, 0 } }, + { 1.289350720181e-04, 3.678516736800e-06, { 0, 0, 1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0 } }, + { 1.966659961025e-05, -1.128592579914e-04, { 6, 0, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 2.345263483202e-07, -1.321380875589e-04, { 0, 0, 1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.068801580870e-04, 2.535353824189e-05, { 3, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.089520264198e-05, 1.011670789390e-04, { 4, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.052945513776e-04, 2.585387475561e-05, { 1, 1, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -7.672149138879e-05, 5.437805852502e-05, { 0, 0, 1, 0, 0, 2, -7, 7, 0, 0, 0, 0, 0 } }, + { -1.055506739182e-04, 2.542158359632e-05, { 1, -1, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.127252483363e-05, 5.968793891818e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -1, 3, 0, 0, 0 } }, + { -1.928700817868e-07, 1.307419080257e-04, { 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -7.435694403831e-05, -5.654165688985e-05, { 3, 0, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 2.272881970036e-05, -1.081338576823e-04, { 3, 0, -1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { 2.272881970036e-05, 1.081338576823e-04, { 1, 0, -1, 0, 0, 23, -25, 0, 0, 0, 0, 0, 0 } }, + { -4.243352434581e-05, 8.841287978426e-05, { 2, 0, 0, 0, 0, 10, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.280298727500e-06, -1.275192875975e-04, { 1, 0, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.684753542811e-07, -1.305644114942e-04, { 1, 0, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.237386107470e-04, 6.763698310853e-06, { 2, 0, -1, 0, 0, 0, 12, -15, 0, 0, 0, 0, 0 } }, + { -1.971428576970e-05, 1.107709917362e-04, { 3, 0, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -7.632723416144e-05, -5.406688472298e-05, { 0, 0, 1, 0, 0, -2, 7, -7, 0, 0, 0, 0, 0 } }, + { 1.177514672187e-04, -1.261943988750e-05, { 2, 0, 1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.041822137069e-05, -7.978044346872e-05, { 0, 0, 1, 0, 0, -1, 8, -12, 0, 0, 0, 0, 0 } }, + { 3.847056949408e-07, 1.297804049328e-04, { 0, 2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.633104008327e-07, -1.299423497107e-04, { 0, 2, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.037544346703e-05, 7.972487202712e-05, { 0, 0, 1, 0, 0, 1, -8, 12, 0, 0, 0, 0, 0 } }, + { -1.058089986228e-04, -2.421880302359e-05, { 1, -1, 0, 0, 0, 22, -21, 0, 0, 0, 0, 0, 0 } }, + { 1.548868789821e-05, 1.144992290086e-04, { 0, 0, 0, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { 7.526613514339e-08, 1.298754280035e-04, { 1, 0, 1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -3.458153561379e-05, 9.493112277533e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 2, 2, 0, 0, 0 } }, + { -7.961711856009e-05, -4.969026901863e-05, { 2, 0, -2, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 1.250451722866e-04, 4.249032081082e-06, { 2, 0, -2, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.046185801065e-04, -2.456589809345e-05, { 1, -1, -1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.253556812066e-04, -3.575303799680e-06, { 2, 0, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 3.728640499115e-07, -1.283684761840e-04, { 0, 2, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -4.619457804320e-06, 1.240917973948e-04, { 4, 0, -2, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { -3.346169723534e-05, 9.509981650536e-05, { 2, 0, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.275162537881e-04, 7.847940622737e-07, { 1, 0, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 7.296736599903e-05, 5.532190294401e-05, { 2, 0, -1, 0, 0, 0, 7, -10, 1, 0, 0, 0, 0 } }, + { 1.037332076354e-04, -2.454307688785e-05, { 1, 1, -1, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.036003972461e-04, 2.457523077730e-05, { 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.503491723839e-05, 8.288615597744e-05, { 0, 0, 1, 0, 0, 7, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.025033201815e-04, 2.530672048928e-05, { 1, -1, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.464003912646e-05, 1.031074187671e-04, { 1, 1, -1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.225254335913e-05, 9.520970225748e-05, { 2, 0, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0, 0 } }, + { 9.719150560465e-05, -3.022018823335e-05, { 2, 0, 1, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -5.188348005680e-05, -7.536632679300e-05, { 2, 0, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.911631737647e-08, -1.270893917113e-04, { 4, 0, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.791623682464e-05, -8.920156068352e-05, { 0, 0, 2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.081375401450e-05, -5.623519867296e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { 1.994583196448e-05, -1.070162395754e-04, { 2, 0, 0, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { 6.935513684097e-08, -1.267689928561e-04, { 0, 0, 1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 5.489953429027e-06, 1.212227241124e-04, { 2, 0, -1, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.185698222359e-05, -8.480388946495e-05, { 0, 0, 1, 0, 0, 6, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.023166892001e-04, -2.420607948108e-05, { 1, -1, -1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.745859039179e-08, -1.263867415513e-04, { 2, 2, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.933093026422e-06, 1.244074669622e-04, { 0, 0, 3, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -3.760564558153e-05, 8.850000725050e-05, { 0, 0, 4, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 8.537533081624e-05, -4.061435559958e-05, { 2, 0, -2, 0, -5, 0, 13, -7, 0, 0, 0, 0, 0 } }, + { 5.613024027071e-05, -6.953598216927e-05, { 1, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 8.560677160467e-05, -4.004308829900e-05, { 0, 0, 1, 0, 0, 0, -7, 13, 1, 0, 0, 0, 0 } }, + { 8.556996466605e-05, 4.001601184381e-05, { 0, 0, 1, 0, 0, 0, 7, -13, -1, 0, 0, 0, 0 } }, + { 8.055737444869e-07, -1.246619498978e-04, { 0, 2, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.411031392202e-05, 9.134522009888e-05, { 1, -1, 0, 0, 0, 29, -33, 0, 2, 0, 0, 0, 0 } }, + { -1.203451178169e-04, -4.843654093156e-06, { 2, 0, -1, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.003983354107e-04, -2.454198446685e-05, { 1, 1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.462855271507e-08, -1.248639267195e-04, { 2, 0, -3, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -8.463333730728e-05, 4.026220163289e-05, { 2, 0, 0, 0, -5, 0, 13, -7, 0, 0, 0, 0, 0 } }, + { -4.297995651375e-06, 1.205786195758e-04, { 0, 0, 2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 1.190612208556e-04, 5.671136761407e-06, { 2, 0, 1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.175079644333e-08, 1.245083597346e-04, { 2, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.830441822088e-05, -7.604577892114e-05, { 4, 0, -1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 8.548452203975e-06, -1.157927874560e-04, { 2, 0, 1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 1.007493321127e-04, -2.355628205882e-05, { 1, 1, 0, 0, 0, -11, 10, 0, 0, 0, 0, 0, 0 } }, + { -9.874169179182e-05, 2.555810987649e-05, { 2, 0, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 2.850698490334e-05, -9.561253846656e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 1.165419951920e-04, 7.423506647607e-06, { 2, 0, 1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.006870729694e-07, 1.237048748111e-04, { 1, 0, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.368901284693e-05, -9.018564116122e-05, { 1, -1, -2, 0, 0, 29, -33, 0, 2, 0, 0, 0, 0 } }, + { -3.523088357880e-05, -8.838075761404e-05, { 1, 1, -1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { 6.501831248196e-05, 5.857557296892e-05, { 0, 0, 1, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { 4.799926344025e-05, 7.557783805528e-05, { 4, 0, -1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -8.263938824660e-05, 4.088679756274e-05, { 0, 0, 1, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.083056847410e-06, -1.224364934609e-04, { 1, 0, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.041172400096e-05, 1.130653146992e-04, { 4, 0, -2, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.716145863654e-06, 1.213935163073e-04, { 2, -2, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.186139263498e-04, -4.478636734257e-06, { 0, 0, 1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -7.583913043133e-05, 4.723308824211e-05, { 4, 0, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -2.961475388583e-05, -9.345462679749e-05, { 2, 0, 0, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { -1.141385441929e-04, 8.806125919091e-06, { 2, 0, 0, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.854841860994e-05, 1.043578912502e-04, { 3, -2, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -6.672548733266e-05, 5.588333767887e-05, { 1, -2, 1, 0, 0, 20, -18, 0, 0, -1, 0, 0, 0 } }, + { 6.672548733266e-05, -5.588333767887e-05, { 1, -2, -1, 0, 0, 20, -18, 0, 0, -1, 0, 0, 0 } }, + { 2.016569486010e-05, -1.024248059830e-04, { 4, 0, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 6.858179611635e-08, 1.224866031083e-04, { 3, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.068971718918e-07, -1.224409967212e-04, { 0, 2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.194442194668e-04, 3.073650746665e-06, { 0, 0, 3, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.886639644581e-06, 1.206175679970e-04, { 4, 0, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 3.850741250280e-05, 8.376548625003e-05, { 2, 0, 0, 0, 0, 0, 2, -4, 1, 0, 0, 0, 0 } }, + { 9.563704233813e-05, 2.662915175760e-05, { 0, 0, 2, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 9.866195791259e-05, 2.335709525386e-05, { 1, -1, 1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 9.537900219370e-05, -2.655477232349e-05, { 0, 0, 2, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 1.137545949156e-07, 1.217254133745e-04, { 2, 0, -1, 0, 2, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.153877764661e-04, -6.364753340603e-06, { 0, 0, 0, 0, 0, 19, -20, 0, 0, 0, 0, 0, 0 } }, + { 9.857314844687e-05, 2.311075127928e-05, { 1, -1, 0, 0, 0, 14, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.017872976340e-07, -1.215656122947e-04, { 0, 2, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.270451142465e-05, 7.867004048280e-05, { 0, 0, 0, 0, 0, 0, 9, -16, 4, 5, 0, 0, 0 } }, + { -7.252241291169e-05, -4.865532373820e-05, { 0, 2, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 4.099523778648e-05, 8.007149520246e-05, { 0, 0, 1, 0, 0, -7, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.401541819459e-05, -9.699983931336e-05, { 0, 0, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { 9.603642685873e-05, -2.482261630551e-05, { 1, -1, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.144418688418e-04, -6.400732759075e-06, { 0, 0, 0, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { 3.758639660154e-05, 8.325543516522e-05, { 2, 0, -1, 0, 0, 0, 2, -4, 1, 0, 0, 0, 0 } }, + { -5.370073843310e-05, -6.711040072499e-05, { 2, 0, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -2.211481708541e-05, 9.867288576122e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 1, 0, 0, 0 } }, + { -9.909235262300e-06, -1.107245822628e-04, { 2, 0, -1, 0, 0, 14, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.162487810479e-04, 4.380285557995e-06, { 2, 0, 0, 0, 0, 14, -13, 0, 0, 0, 0, 0, 0 } }, + { 9.743481821141e-05, 2.310140334425e-05, { 1, 1, -1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -9.777287916470e-05, 2.261524406114e-05, { 0, 1, 1, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { 8.912108455685e-05, 3.120131363370e-05, { 2, 0, -1, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.014647108364e-04, 1.881997879616e-05, { 1, -1, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 1.895056620879e-06, -1.183770824794e-04, { 4, 0, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 5.202540926347e-05, -6.818039035567e-05, { 2, 0, -3, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 9.704154684030e-05, 2.315555716254e-05, { 4, 0, -2, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 9.715526998974e-05, 2.300620699882e-05, { 1, 1, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.150256449068e-04, -5.133949013562e-06, { 2, 0, -3, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.309144261341e-09, -1.199999999544e-04, { 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 3.246312408302e-09, 1.199999999561e-04, { 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 2.157226955349e-09, 1.199999999806e-04, { 4, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.612684228800e-09, 1.199999999892e-04, { 2, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.466076571628e-09, 1.199999999910e-04, { 3, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 5.871994502144e-07, 1.194033269998e-04, { 1, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.159575425004e-04, -4.008007841567e-06, { 0, 0, 0, 0, 0, 18, -19, 0, 0, 0, 0, 0, 0 } }, + { -4.883300131639e-05, 7.112649128093e-05, { 2, 0, -1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { -1.127765404450e-04, 7.138936321217e-06, { 2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -7.415448414138e-05, -4.574193647291e-05, { 2, 0, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 3.115483536454e-05, 8.865159997666e-05, { 1, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.704526471213e-06, 1.160942105046e-04, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0 } }, + { -8.456066898519e-05, 3.509951563352e-05, { 1, -1, 2, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 8.456066898519e-05, -3.509951563352e-05, { 1, -1, -2, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -2.220575330159e-05, -9.744748901246e-05, { 2, 0, -4, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.134609377081e-04, -6.110844214308e-06, { 2, 0, -2, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -1.107810213936e-04, -8.787834462221e-06, { 0, 0, 2, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -1.915872637347e-05, -1.002972051966e-04, { 1, -1, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.152541971921e-04, -4.173928329032e-06, { 0, 0, 1, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.095590680279e-04, 9.839238428986e-06, { 3, 1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.074292599582e-05, -9.858892791473e-05, { 0, 0, 1, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -4.205456380420e-05, 7.714987478314e-05, { 1, 0, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 1.118980531987e-04, 7.170794151587e-06, { 2, 0, 1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.142196844001e-04, -4.722764043347e-06, { 2, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -5.774379797521e-05, -6.103834810995e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 0, 0, 0, 0 } }, + { -7.319281788818e-07, -1.179354422651e-04, { 2, 0, 0, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 2.960231556409e-05, -8.902108428504e-05, { 2, 0, -1, 0, 0, -8, 14, 0, 0, 0, 0, 0, 0 } }, + { -7.355772099137e-05, -4.480788893080e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 4, -3, 0, 0, 0 } }, + { -1.040814818108e-04, -1.423381804418e-05, { 0, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.836430137080e-05, 5.988665222628e-05, { 2, 0, -1, 0, 0, 0, 3, -2, -2, 0, 0, 0, 0 } }, + { -1.047546532176e-04, -1.332675652694e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 } }, + { 5.072927572254e-05, -6.731937967805e-05, { 1, 1, -2, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -9.514626631097e-05, 2.286296839527e-05, { 1, -1, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.833001272610e-05, -4.956804631248e-05, { 2, 0, -1, 0, 0, 10, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.359165374874e-05, -2.428263267305e-05, { 2, 0, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.146575139529e-08, -1.177077886417e-04, { 2, -2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 9.520402583332e-05, -2.238669575256e-05, { 0, 1, -1, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { 9.529440949959e-05, -2.201990674405e-05, { 1, 1, 0, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { 9.477772820330e-05, 2.252108559233e-05, { 1, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.624368900832e-05, 6.097707313160e-05, { 2, 0, -2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -2.025590925783e-05, -9.696374943094e-05, { 4, 0, -1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 9.477961529297e-05, -2.237648479166e-05, { 1, -1, 0, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.395159142003e-05, 1.030237780032e-04, { 2, 0, 0, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { -8.854820143763e-05, -2.826872264076e-05, { 1, 0, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -9.090070172722e-05, -2.576470708556e-05, { 0, 0, 2, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -8.816352017799e-05, 2.819229449181e-05, { 1, 0, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 2.509498157200e-06, -1.138162300565e-04, { 2, 0, 1, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { 1.155310005723e-04, 7.915124513450e-07, { 1, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.755824182858e-08, -1.162382864132e-04, { 3, 0, -2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 7.694395329047e-05, -3.928259887024e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 4, -5, 0, 0, 0 } }, + { 8.628864990449e-07, -1.151898063083e-04, { 4, -2, -2, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.156018204736e-07, 1.158991300502e-04, { 0, 0, 1, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.033557524080e-08, -1.160036626561e-04, { 2, 0, -1, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { 1.150885175665e-04, -9.251563621110e-07, { 2, 0, 1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { -8.243432289227e-05, -3.346422940507e-05, { 0, 0, 1, 0, 0, 2, -13, 15, 0, 0, 0, 0, 0 } }, + { -3.037647642829e-05, -8.551478107966e-05, { 4, 0, -1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 3.979068990458e-07, -1.154815542673e-04, { 1, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -2.281446951364e-05, 9.276009519651e-05, { 2, 0, 1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { -7.660108554392e-05, 3.897048490889e-05, { 0, 0, 0, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 5.867153350000e-05, -5.688993812847e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { -3.168606943950e-06, -1.123911854112e-04, { 2, 0, 0, 0, 0, 0, 6, 0, -6, 0, 0, 0, 0 } }, + { 8.655256848081e-05, -2.881047694692e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { 4.028377324272e-05, 7.507755199608e-05, { 2, 0, -1, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.931401565315e-06, -1.092491870727e-04, { 2, 0, -1, 0, 0, 0, -3, 0, 0, 3, 0, 0, 0 } }, + { -9.531900932827e-05, 1.982286716692e-05, { 2, 0, -2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.083822142059e-05, 7.418832949433e-05, { 2, 0, 2, 0, -12, 0, 12, 0, -2, 0, 0, 0, 0 } }, + { 9.212410338174e-05, -2.281968886594e-05, { 1, -1, 1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.529339210919e-05, -6.959723181567e-05, { 4, 0, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 1.133671098788e-04, -1.374320942933e-06, { 2, 0, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.073439802184e-05, -7.399971979790e-05, { 2, 0, 0, 0, -12, 0, 12, 0, -2, 0, 0, 0, 0 } }, + { 1.707191684238e-09, 1.145358729936e-04, { 0, 0, 2, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -9.301445483005e-05, 2.152088369550e-05, { 3, -1, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -3.700235198564e-06, 1.107874362041e-04, { 0, 0, 0, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { 6.966390689015e-05, -4.473149845488e-05, { 1, 0, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 1.091283292984e-04, 5.127030657112e-06, { 2, 0, 1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -8.893924247684e-05, 2.518669224725e-05, { 2, 0, -2, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -5.436057622654e-08, 1.138945754892e-04, { 2, -2, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.871375681811e-05, -4.519483680140e-05, { 4, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 4.164291074915e-05, -7.220554746676e-05, { 0, 0, 1, 0, 0, 0, -10, 17, 0, 0, 0, 0, 0 } }, + { 1.104208619027e-04, -3.363997033658e-06, { 2, 0, 0, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { 3.561234911777e-05, -7.800030359563e-05, { 2, 0, -1, 0, 0, 0, -2, 4, -1, 0, 0, 0, 0 } }, + { 1.134558986307e-04, 5.447916955100e-08, { 0, 0, 1, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { 6.578897685305e-05, -4.771892260305e-05, { 4, 0, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 1.104088643961e-04, -3.090708463800e-06, { 2, -2, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.730977228888e-05, -7.618844251974e-05, { 2, 0, -1, 0, 0, 9, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.357481449363e-05, -3.987565490830e-05, { 0, 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.665858750329e-05, -7.676257285185e-05, { 3, -1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 4.913927948675e-05, 6.425418532277e-05, { 2, 0, -1, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { -8.931923678973e-05, 2.384831862530e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 2, 0 } }, + { -1.084809513969e-04, 4.652433715655e-06, { 4, 0, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 9.052400818676e-05, 2.255486062763e-05, { 1, -1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 3.588756171041e-05, -7.716754510063e-05, { 2, 0, 0, 0, 0, 0, -2, 4, -1, 0, 0, 0, 0 } }, + { -1.094718327449e-04, 3.497276161487e-06, { 4, 0, 0, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 9.134729646089e-05, -2.131147631701e-05, { 1, 1, 0, 0, 0, -12, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.223349438629e-05, -1.003320643489e-04, { 0, 0, 1, 0, 0, 0, 1, 0, -3, 2, 0, 0, 0 } }, + { 1.702743595488e-07, -1.122827963268e-04, { 0, 0, 1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.041566232881e-04, -7.920173300892e-06, { 2, 0, 0, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { -9.036138506253e-05, -2.154303445330e-05, { 1, -1, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 8.779053188817e-06, -1.030348707925e-04, { 1, -1, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.076018895051e-04, -4.128472559910e-06, { 2, 0, -1, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { 9.696051656372e-05, -1.457032825450e-05, { 0, 0, 2, 0, 0, 0, -14, 23, 0, 0, 0, 0, 0 } }, + { 6.340103271864e-05, -4.808494266987e-05, { 2, 0, 1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { -9.244835551371e-05, -1.900028643784e-05, { 3, -3, 0, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { -9.244835551371e-05, 1.900028643784e-05, { 1, 3, 0, 0, 0, -43, 42, 0, 0, 0, 0, 0, 0 } }, + { 1.799336292899e-06, 1.096229871548e-04, { 4, 0, -2, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -9.232468097433e-05, -1.898770192740e-05, { 1, 1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.749388546644e-05, 9.355193227689e-05, { 1, -1, 1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 4.134173827820e-05, -6.950290108422e-05, { 2, 0, -1, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0 } }, + { -3.171504290155e-05, -7.902904990401e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 3, -2, 0, 0, 0 } }, + { -1.035705308059e-04, -7.143523875418e-06, { 1, 0, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 3.005256575069e-08, 1.106752676524e-04, { 6, 0, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.050760145402e-05, 4.019323795068e-05, { 4, 0, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 1.060571668317e-04, 4.630244297681e-06, { 2, 0, 0, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { 9.169377383791e-05, 1.887336227751e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 2, -8, 0, 0, 0 } }, + { 3.122009310709e-05, 7.934257089043e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 2, -2, 0, 0, 0 } }, + { 6.853531194237e-05, 4.192266974192e-05, { 2, 0, -1, 0, 0, 0, 13, -15, 0, 0, 0, 0, 0 } }, + { -3.581166964801e-05, 7.464212716208e-05, { 2, 0, 0, 0, 0, 11, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.033477853564e-04, -7.081173568300e-06, { 2, 0, 0, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0 } }, + { 7.328244791193e-07, -1.095989666448e-04, { 0, 0, 3, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 4.609404133476e-05, -6.422746153552e-05, { 2, 0, -1, 0, 0, 0, 12, -17, 0, 0, 0, 0, 0 } }, + { -7.298151267941e-05, 3.729697836706e-05, { 2, 0, 0, 0, 0, -8, 11, 0, 0, 0, 0, 0, 0 } }, + { 6.917242485572e-05, 4.109992780745e-05, { 0, 0, 1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { 3.412622773996e-05, -7.607824519110e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 0, 1, 0, 0, 0 } }, + { -6.393900033190e-05, 4.621645675613e-05, { 2, 0, -2, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 4.300491275819e-09, 1.099999999159e-04, { 2, 1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.785471824678e-09, -1.099999999855e-04, { 4, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -7.679448708484e-11, 1.100000000000e-04, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { -1.086678201093e-04, 1.272965915922e-06, { 0, 0, 2, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -6.538827037162e-05, -4.453689318606e-05, { 1, 0, 1, 0, 0, 0, -31, 35, 0, 0, 0, 0, 0 } }, + { 6.538827037162e-05, 4.453689318606e-05, { 1, 0, -1, 0, 0, 0, -31, 35, 0, 0, 0, 0, 0 } }, + { 5.144506877404e-07, -1.094065835821e-04, { 2, 0, -1, 0, 0, 0, 12, -24, 7, 5, 0, 0, 0 } }, + { 5.144506877404e-07, 1.094065835821e-04, { 2, 0, -1, 0, 0, 0, -12, 24, -7, -5, 0, 0, 0 } }, + { 8.871664710400e-05, 2.118543410684e-05, { 1, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.450174872311e-05, 7.536902766029e-05, { 2, 0, -2, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { 1.081751448555e-04, -1.683617804610e-06, { 2, 0, -3, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.053698825549e-04, -4.470011439298e-06, { 4, -2, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.086774964565e-04, 1.116052614536e-06, { 3, 0, -2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.562993447041e-05, 6.408309785117e-05, { 2, 0, 0, 0, 0, 0, 7, -12, 0, 0, 0, 0, 0 } }, + { 3.793945334136e-05, 7.162766559744e-05, { 0, 0, 2, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -3.546930683481e-05, -7.396233289506e-05, { 1, 1, -1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 2.502651886985e-05, -8.440341046580e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -6.095070717639e-05, 4.831893250060e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -1, 3, 0, 0, 0 } }, + { 2.422307150900e-05, -8.494188507989e-05, { 2, 0, 1, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { -6.198961763971e-07, 1.085003845011e-04, { 4, 0, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.572796140792e-06, 1.053353122711e-04, { 2, 0, -1, 0, 0, 26, -30, 0, 0, 0, 0, 0, 0 } }, + { -9.959865146539e-05, -8.950342243532e-06, { 1, -3, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.959876080701e-05, -8.949125415785e-06, { 1, 1, -3, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -9.959908249755e-05, 8.945544457810e-06, { 1, -1, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.055761068012e-04, 2.967739734468e-06, { 4, 0, -2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.708600956670e-06, -1.068036412293e-04, { 2, -2, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 7.990785224952e-05, 2.853181943539e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { 3.961345823165e-05, 6.881648034636e-05, { 2, 0, -1, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0 } }, + { -1.040559521839e-04, 4.302992016826e-06, { 0, 2, 1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.739515627634e-07, 1.077507048885e-04, { 0, 0, 3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 9.573439927526e-05, -1.225256657582e-05, { 2, 0, -1, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0 } }, + { 1.287726867795e-06, -1.065765613192e-04, { 2, 0, -2, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 9.809087940334e-05, 9.731931163599e-06, { 0, 0, 2, 0, 0, -16, 16, -7, 8, -6, 0, 0, 0 } }, + { 5.984600524153e-06, 1.017990993363e-04, { 2, 0, 0, 0, 0, 16, -18, 0, 0, 0, 0, 0, 0 } }, + { 1.508943128676e-05, 9.267087939329e-05, { 1, -1, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.243193606941e-05, 5.531302569117e-05, { 1, 0, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { 3.788635913814e-08, -1.075837150549e-04, { 2, -2, -1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { 2.859864903760e-05, 7.885876596494e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { -5.869943337246e-06, -1.013933056723e-04, { 2, 0, -1, 0, 0, 0, -4, 0, 5, 0, 0, 0, 0 } }, + { -7.767308239435e-05, -2.957924841468e-05, { 0, 0, 1, 0, 0, 0, -9, 13, 0, 0, 0, 0, 0 } }, + { -7.579647317333e-05, -3.117022418452e-05, { 2, 0, -1, 0, 0, -1, 4, 0, 0, 0, 0, 0, 0 } }, + { 9.213933095084e-05, 1.478422986576e-05, { 1, 1, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 8.653356639311e-05, 2.035625663505e-05, { 1, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.014865903861e-04, -5.374510880448e-06, { 2, 0, 0, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { -7.142848520717e-05, -3.542456313159e-05, { 2, 0, 1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { 3.973892744857e-05, 6.707844686076e-05, { 0, 0, 1, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0 } }, + { -5.793095258710e-05, -4.878414774728e-05, { 2, 0, 0, 0, 0, 0, -33, 40, 3, 0, 0, 0, 0 } }, + { -6.252854108150e-05, 4.395109819003e-05, { 4, 0, -2, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 3.660587640506e-06, 1.028061794733e-04, { 2, 0, -1, 0, 0, 0, 6, 0, -6, 0, 0, 0, 0 } }, + { -1.037691314868e-04, -2.592727528280e-06, { 4, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 6.320395007799e-06, 9.997505999974e-05, { 2, -2, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -3.336780549371e-05, 7.270893725350e-05, { 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 8.590960534405e-05, 2.010281426252e-05, { 1, -1, 0, 0, 0, 15, -14, 0, 0, 0, 0, 0, 0 } }, + { -6.056566622089e-05, 4.534837511255e-05, { 1, 1, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 8.378431295767e-07, 1.050637624817e-04, { 3, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.100374559585e-05, 6.486482841198e-05, { 1, 0, 0, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -2.071986378512e-07, 1.053733393321e-04, { 4, -2, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 9.490985587159e-05, 1.062095576638e-05, { 2, 0, -2, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 2.984331325051e-05, -7.553722725954e-05, { 2, 0, 0, 0, 0, 0, 3, -8, 1, 5, 0, 0, 0 } }, + { -4.451416935610e-05, 6.081550213130e-05, { 0, 0, 1, 0, 0, 0, -8, 10, 0, 0, 0, 0, 0 } }, + { -5.660155138915e-05, 4.832279438229e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 3, 0, 0 } }, + { -5.947889330221e-08, -1.048331888944e-04, { 2, 0, 1, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { -5.657774004972e-05, -4.829932440239e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, -3, 0, 0 } }, + { -4.051988372488e-05, -6.410807651952e-05, { 1, 0, 0, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -3.760730125486e-05, -6.688680597567e-05, { 2, 0, 0, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0 } }, + { -6.408185858485e-05, -4.035119349193e-05, { 2, 0, 0, 0, 0, 0, 13, -15, 0, 0, 0, 0, 0 } }, + { -1.034990088907e-04, -9.282604233483e-07, { 0, 0, 2, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 8.470271524083e-05, -1.971460854214e-05, { 1, 1, 0, 0, 0, -13, 12, 0, 0, 0, 0, 0, 0 } }, + { -9.321984888709e-05, -1.103431485861e-05, { 2, 0, 2, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -1.633825582321e-05, -8.780489717383e-05, { 1, -1, 1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -8.129855377723e-05, 2.263575914080e-05, { 4, 0, 0, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 4.418186550525e-05, 5.971031979492e-05, { 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.668764827790e-06, -9.620737024720e-05, { 2, 0, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 5.979971920266e-05, -4.385006721415e-05, { 2, -2, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 3.354261927440e-05, 7.003797451685e-05, { 0, 0, 1, 0, 0, 0, 10, -17, 0, 0, 0, 0, 0 } }, + { 1.028670441192e-04, 6.468335268600e-07, { 2, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 7.270830722355e-08, -1.034369469658e-04, { 0, 0, 1, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { 8.400474172179e-05, -1.945742745598e-05, { 1, 1, 0, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { -8.313436092431e-05, 2.027939017235e-05, { 2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -8.082943264161e-05, -2.250537548598e-05, { 4, 0, 0, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -1.017830701621e-04, 1.531861854750e-06, { 4, 0, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.567353065872e-05, -8.762554688443e-05, { 2, 0, 2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -9.948750905956e-05, 3.768130928526e-06, { 2, 0, 1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -3.656798370088e-05, -6.662481462892e-05, { 2, 0, 1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { 5.599949031451e-05, 4.715860327074e-05, { 2, 0, -2, 0, 0, 0, -33, 40, 3, 0, 0, 0, 0 } }, + { -1.861837005290e-07, -1.029430183799e-04, { 2, 0, -1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 1.637511664620e-07, -1.028660288352e-04, { 2, 0, 1, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { 1.387232430279e-06, 1.016203912967e-04, { 2, -2, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 8.585323167274e-05, -1.713616435808e-05, { 2, 0, -2, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -1.885278982702e-05, -8.407636970394e-05, { 1, 1, 0, 0, 0, -23, 23, 0, 0, 0, 0, 0, 0 } }, + { 9.972370756303e-05, 3.170598171801e-06, { 2, 0, 0, 0, 0, 21, -22, 0, 0, 0, 0, 0, 0 } }, + { -2.508111828494e-05, 7.777038838639e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 5, -5, 0, 0, 0 } }, + { -1.997019341913e-06, 1.007111108077e-04, { 4, 0, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 7.571843271924e-05, -2.688468583878e-05, { 4, 0, -1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 7.570199399349e-05, 2.687905291935e-05, { 4, 0, -1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -8.246757955280e-05, 2.008667365594e-05, { 0, 0, 1, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { 7.985641544565e-08, 1.023909028577e-04, { 1, 0, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -6.909404667726e-05, -3.326701008658e-05, { 0, 0, 2, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -6.908331287437e-05, 3.326086540137e-05, { 0, 0, 2, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { -9.816065124857e-05, -4.066036839567e-06, { 4, -2, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.157674772484e-07, 1.017811172870e-04, { 0, 0, 1, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { 3.470967775727e-07, 1.017961359206e-04, { 1, 0, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 6.044172798278e-05, -4.166592145681e-05, { 0, 0, 2, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { -1.940181463337e-05, -8.260649614337e-05, { 0, 0, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { 4.805121805711e-05, -5.395151333574e-05, { 2, 0, 1, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { 5.814471486050e-05, -4.345036139593e-05, { 3, 0, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -9.531258634010e-07, 1.006250788973e-04, { 2, -2, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 5.550200072872e-06, 9.590970037792e-05, { 2, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -7.825634741336e-07, -1.005680077583e-04, { 0, 2, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 6.825690075934e-05, -3.306414552916e-05, { 2, 0, -2, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { -8.654512912759e-05, 1.476338128760e-05, { 2, 0, 0, 0, 0, -13, 10, 0, 0, 0, 0, 0, 0 } }, + { 9.214605899386e-05, -9.148628543914e-06, { 0, 0, 0, 0, 0, 16, -16, 7, -8, 6, 0, 0, 0 } }, + { 8.204217681070e-05, -1.904914629389e-05, { 1, 1, 0, 0, 0, -14, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.776807059150e-05, 8.332237867999e-05, { 4, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 5.968801032013e-05, -4.137861427356e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 6.771331417678e-05, -3.320137892505e-05, { 2, 0, 1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -1.006961871071e-04, -7.216744936627e-08, { 2, 0, 1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 3.341467383720e-05, -6.730776641289e-05, { 0, 0, 1, 0, 0, 7, -5, 0, 0, 0, 0, 0, 0 } }, + { -9.409190625234e-05, -6.551511769075e-06, { 2, 0, 0, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0 } }, + { 5.631872739991e-05, 4.428916556045e-05, { 2, 0, -3, 0, 0, 0, 3, -2, -2, 0, 0, 0, 0 } }, + { 3.247542638070e-05, -6.803467845584e-05, { 1, 1, -1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 8.814324734779e-05, 1.235584923922e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 5.334696010576e-05, 4.709642168362e-05, { 2, 0, 0, 0, 0, 0, -10, 16, -4, -5, 0, 0, 0 } }, + { -5.145801580572e-05, 4.885092951127e-05, { 2, 0, 1, 0, 0, -18, 12, 8, -3, 0, 0, 0, 0 } }, + { -5.145801580572e-05, -4.885092951127e-05, { 2, 0, -1, 0, 0, 18, -12, -8, 3, 0, 0, 0, 0 } }, + { -6.027157408534e-06, 9.411876124025e-05, { 2, 0, -1, 0, 0, -3, 4, 0, -1, 0, 0, 0, 0 } }, + { -1.172337390025e-07, -9.999993128123e-05, { 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.267550365546e-08, -9.999997359135e-05, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.559537327241e-05, 4.460556120041e-06, { 2, 0, 1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.234021442357e-09, 9.999999997505e-05, { 0, 1, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.199114857339e-09, -9.999999997582e-05, { 0, 1, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.850049007000e-09, 9.999999998289e-05, { 2, -3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.675516081847e-09, 9.999999998596e-05, { 4, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.413716694071e-09, 9.999999999001e-05, { 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 5.934119456645e-10, 9.999999999824e-05, { 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 3.376753319406e-05, 6.601139739328e-05, { 0, 0, 1, 0, 0, -8, 6, 0, 0, 0, 0, 0, 0 } }, + { 5.688230824119e-08, -9.970347944102e-05, { 1, 0, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 7.878471075133e-05, -2.072369788240e-05, { 1, -1, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -2.075806786038e-06, -9.730928665634e-05, { 4, -4, 1, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { 2.075806786038e-06, 9.730928665634e-05, { 4, -4, -1, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { -7.679542915735e-05, 2.258870035516e-05, { 3, 0, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -9.328462107286e-05, 6.043032767000e-06, { 2, 0, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0, 0 } }, + { 7.952920823932e-05, -1.970828833288e-05, { 1, 1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.205889378694e-05, 6.716359073472e-05, { 1, 1, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 6.086853924065e-05, 3.825894545933e-05, { 0, 0, 2, 0, 0, 0, -2, 0, 4, -3, 0, 0, 0 } }, + { 6.365984431287e-05, 3.544452574006e-05, { 2, 0, -3, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 6.092937853611e-05, 3.814436334589e-05, { 2, -2, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -7.653643291892e-05, -2.251313242110e-05, { 3, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 3.511509721843e-05, 6.391599459634e-05, { 3, 0, 1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 3.511509721843e-05, -6.391599459634e-05, { 1, 0, 1, 0, 0, 0, 34, -41, 2, 0, 0, 0, 0 } }, + { -1.563062148218e-06, 9.745932106622e-05, { 3, 0, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -7.349243043117e-07, 9.807751354786e-05, { 4, -2, 0, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -8.188065913225e-05, -1.688280604142e-05, { 2, 0, 1, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { 2.247464055626e-05, -7.625492628021e-05, { 4, 0, -1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.509111057419e-05, 6.349937052945e-05, { 4, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 6.057578885770e-05, -3.791920663474e-05, { 2, -2, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -7.562068903066e-06, 9.087639449740e-05, { 1, -1, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.955394358404e-05, -1.879138434078e-05, { 1, 1, -1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 7.874743356285e-05, 1.955750927149e-05, { 1, 1, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { -7.949737827812e-05, -1.879378655603e-05, { 1, -1, -1, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.445146387306e-05, 6.382516002170e-05, { 2, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.097717447155e-06, 9.708804458690e-05, { 4, 0, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.163880163352e-05, 7.650155240321e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 2, 0, 0, 0 } }, + { -7.903046317696e-05, -1.907437403309e-05, { 0, 1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -9.008330690551e-05, -7.979646940283e-06, { 2, -2, 0, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { -9.393507964777e-05, 4.000514791230e-06, { 0, 2, -2, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -3.234137154278e-05, -6.557035574534e-05, { 2, 0, -3, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -8.311168602267e-05, -1.477936063766e-05, { 2, 0, 1, 0, 0, -10, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.290642601146e-05, -3.498004392766e-05, { 2, 0, -3, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 7.258875841371e-05, -2.525120691889e-05, { 2, 0, 0, 0, 0, 0, -8, 10, 0, 0, 0, 0, 0 } }, + { -8.096046556449e-06, 8.963511605479e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 8.963886082859e-05, 8.054478838096e-06, { 3, -1, -3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.451991520921e-05, 3.313994529388e-05, { 2, 0, -2, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -3.572350922668e-07, -9.724517449780e-05, { 2, 0, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { 8.237155559473e-05, 1.519507243522e-05, { 1, 1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 7.466444255200e-05, 2.288248666024e-05, { 2, 0, 0, 0, 0, -23, 26, 0, 0, 0, 0, 0, 0 } }, + { -2.330043871455e-05, -7.412151478619e-05, { 2, 0, 1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 6.240508470123e-05, 3.500070560582e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 3, -3, 0, 0, 0 } }, + { -7.908565424935e-05, 1.829867411293e-05, { 3, -1, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -6.354513427588e-05, 3.375799232742e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0 } }, + { -1.470218220717e-05, 8.252689480249e-05, { 2, -2, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.230374586235e-05, 8.484191417065e-05, { 0, 0, 1, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { 6.489491502868e-05, -3.214928850324e-05, { 2, 0, -1, 0, 0, 0, 13, -17, 0, 0, 0, 0, 0 } }, + { -5.594218400004e-05, -4.104335399455e-05, { 3, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.059722878800e-05, -8.627924921308e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 4, 0, 0, 0 } }, + { -4.053708809292e-05, 5.630908720372e-05, { 0, 0, 2, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { 8.472985045423e-05, 1.208455723721e-05, { 2, 0, 0, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { -4.050597622597e-05, -5.626271751644e-05, { 0, 0, 2, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { 9.238200763934e-05, 4.274728447902e-06, { 2, 0, 0, 0, 0, 15, -14, 0, 0, 0, 0, 0, 0 } }, + { -8.566751356365e-07, -9.572486690453e-05, { 3, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.811388536326e-05, 1.842249409411e-05, { 1, 1, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.701108541782e-05, 5.949841014628e-05, { 0, 0, 1, 0, 0, 0, -11, 19, 0, -3, 0, 0, 0 } }, + { 1.684546067542e-06, -9.477790148660e-05, { 2, -2, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 6.052521271382e-05, 3.589132210571e-05, { 1, 1, -1, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.714133950871e-05, -7.925185715871e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 6, 0, 0, 0 } }, + { 7.746317781793e-05, -1.889789439591e-05, { 2, 0, -1, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { -9.167585011714e-05, -4.636034967147e-06, { 2, 0, -1, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { -9.089588737991e-05, 5.350581888140e-06, { 2, 0, -1, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0 } }, + { -2.203997811075e-07, 9.591280843742e-05, { 0, 2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.401965534885e-05, -2.092910132940e-06, { 0, 0, 3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.507249538069e-05, 5.091533932842e-05, { 2, 0, -1, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { -5.489270909892e-05, 4.093332911853e-05, { 2, 0, -1, 0, 0, 2, -7, 7, 0, 0, 0, 0, 0 } }, + { 7.752406614220e-05, -1.830104958782e-05, { 1, 1, -1, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.114497066549e-06, -9.369995952698e-05, { 2, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.814453031261e-08, 9.567652736200e-05, { 2, -2, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.418305353832e-05, -6.153072978821e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 1, -5, 0, 0, 0 } }, + { 8.067421725891e-05, 1.500283514812e-05, { 1, -1, 2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -7.552358605494e-05, 2.013603127536e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 2, 0 } }, + { -1.442200286028e-05, 8.121517930103e-05, { 2, 2, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 3.115939620830e-05, -6.420944005094e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -2, 1, 0, 0, 0 } }, + { -5.480576894284e-05, 4.048781443816e-05, { 2, 0, 0, 0, 0, 2, -7, 7, 0, 0, 0, 0, 0 } }, + { -1.510753219039e-05, -8.014115573266e-05, { 1, 1, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 8.486227432095e-05, 1.036517489558e-05, { 0, 0, 1, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { 9.080881082551e-05, 4.228481545442e-06, { 1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -9.241848220891e-05, -2.586764779433e-06, { 2, 0, 1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 8.516610352254e-05, -9.708210862495e-06, { 2, 0, -1, 0, 0, 8, -15, 0, 0, 0, 0, 0, 0 } }, + { -7.718476719578e-05, 1.767533137992e-05, { 1, 1, 0, 0, 0, -21, 20, 0, 0, 0, 0, 0, 0 } }, + { 2.194750561552e-05, -7.291246254550e-05, { 2, 0, -1, 0, 0, 3, -3, 0, -1, 0, 0, 0, 0 } }, + { -9.441917979118e-05, 3.664831816607e-07, { 4, 0, -2, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.478111547190e-05, 6.999325864610e-05, { 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 5.909999198841e-05, 3.564540591249e-05, { 0, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { -7.687230666506e-05, 1.771792743426e-05, { 1, 1, -2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -6.188611748170e-05, -3.268549809433e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, -3, 0, 0, 0 } }, + { -1.885832296577e-05, -7.568834636882e-05, { 2, 0, 2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.690063903049e-05, 4.753917739503e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0 } }, + { 5.256704941880e-05, 4.184132705521e-05, { 0, 0, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { 2.693375178478e-05, -6.741528069793e-05, { 1, -1, 1, 0, 0, 0, 1, 0, 2, -3, 0, 0, 0 } }, + { -2.693375178478e-05, 6.741528069793e-05, { 1, -1, -1, 0, 0, 0, 1, 0, 2, -3, 0, 0, 0 } }, + { -5.626403424957e-05, 3.791399744851e-05, { 0, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.096195112018e-05, -8.317219986260e-05, { 1, 1, -1, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { -4.194405740479e-06, 8.991153890552e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { 1.038300910982e-05, -8.363570194031e-05, { 0, 0, 0, 0, 0, 20, -22, 0, 0, 0, 0, 0, 0 } }, + { 6.170479961449e-05, -3.220663892529e-05, { 0, 0, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { -7.618410484020e-05, 1.762534230606e-05, { 4, 0, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.528789071179e-07, 9.355514590764e-05, { 4, 0, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.626883499903e-07, -9.364010452545e-05, { 0, 0, 3, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { 8.709404317007e-05, -6.593510252650e-06, { 2, 0, 0, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { 4.095217621810e-06, 8.939043354653e-05, { 0, 0, 0, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { 6.936088123817e-05, -2.397752361989e-05, { 2, 0, -1, 0, 2, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.564127161475e-05, 1.766549432856e-05, { 1, -1, 0, 0, 0, 16, -15, 0, 0, 0, 0, 0, 0 } }, + { 5.902882474923e-05, 3.427563071730e-05, { 0, 0, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -8.265888271738e-05, -1.061265452660e-05, { 2, 0, -2, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 4.503446524482e-06, 8.859511640037e-05, { 0, 0, 3, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { 4.503446524482e-06, -8.859511640037e-05, { 0, 0, 1, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { -9.128532968475e-05, -1.805768146265e-06, { 0, 2, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 7.754692776400e-05, -1.550699133020e-05, { 1, -1, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.627196667735e-07, 9.287577117030e-05, { 0, 0, 1, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { 7.526763669602e-05, -1.775224167155e-05, { 1, -1, 0, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { -7.841859863749e-05, -1.457968817229e-05, { 1, -1, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -3.096857643330e-05, 6.194799197405e-05, { 0, 0, 0, 0, 0, 20, -18, 0, 0, 0, 0, 0, 0 } }, + { -7.519252114580e-05, -1.740210808598e-05, { 1, 1, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 2.625484872881e-06, -8.996404957385e-05, { 2, -2, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 1.942761790000e-06, -9.056790475412e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 2, 0, 0 } }, + { 7.471757030792e-05, 1.779189359154e-05, { 2, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.859751806373e-05, -6.389195536681e-05, { 0, 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.646649708606e-07, 9.161472943383e-05, { 4, 0, -4, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 3.251699143084e-05, -5.993649661097e-05, { 2, 0, 1, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { -5.302504908480e-05, -3.940464830536e-05, { 2, 0, -1, 0, 0, -2, 7, -7, 0, 0, 0, 0, 0 } }, + { 2.750409682852e-05, -6.484307466120e-05, { 4, 0, -1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 3.838089716670e-05, -5.395739253727e-05, { 2, 0, 0, 0, 0, 0, -8, 9, 0, 0, 0, 0, 0 } }, + { 3.774570712438e-05, -5.454279829714e-05, { 2, 0, -1, 0, 0, -1, 8, -12, 0, 0, 0, 0, 0 } }, + { -3.870382386134e-06, -8.834022993810e-05, { 2, 0, -1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.825936854978e-05, 3.392008370661e-05, { 4, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 1.794099074497e-05, 7.422605258907e-05, { 1, 1, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 9.154028743846e-05, -5.467832426101e-07, { 1, 0, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.763348002489e-05, 4.442089803192e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 4, -2, 0, 0, 0 } }, + { -4.100576050720e-05, -5.094279547524e-05, { 2, 0, 0, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { -8.228789793969e-05, -9.605252808956e-06, { 2, 0, -1, 0, 0, 21, -22, 0, 0, 0, 0, 0, 0 } }, + { 4.321502203777e-05, -4.860883782772e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -1, 3, 0, 0, 0 } }, + { 2.550941080734e-06, 8.917664442357e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0 } }, + { 3.708549083666e-05, -5.456424292689e-05, { 2, 0, 0, 0, 0, -1, 8, -12, 0, 0, 0, 0, 0 } }, + { 3.746112539536e-05, 5.417415096132e-05, { 2, 0, -1, 0, 0, 1, -8, 12, 0, 0, 0, 0, 0 } }, + { 3.124960077603e-05, 6.030603198012e-05, { 2, 0, -1, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.976854654711e-05, 6.172788126120e-05, { 2, 0, 0, 0, 0, 12, -10, 0, 0, 0, 0, 0, 0 } }, + { -8.226027045883e-05, 9.180733441091e-06, { 4, 0, -2, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 4.034779422413e-05, 5.108626980782e-05, { 2, -2, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -6.482801447310e-08, -9.135073842181e-05, { 2, 0, -1, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { -7.421504355062e-05, -1.692498160714e-05, { 0, 0, 2, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -8.246485938209e-05, 8.570038530800e-06, { 2, 0, -3, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.091452349455e-05, 1.104561826668e-07, { 2, -2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.937614065628e-05, -5.159099867850e-05, { 2, 0, -2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -6.740203792773e-05, 2.355116797640e-05, { 2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.756047141558e-05, 3.339067091274e-05, { 1, -1, -1, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 } }, + { -5.853507890882e-05, -3.239114883163e-05, { 0, 0, 1, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -2.187329520760e-05, 6.902811362947e-05, { 0, 0, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -6.154734922891e-05, 2.931990794159e-05, { 2, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.002997386597e-06, -8.779792390574e-05, { 4, 0, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.446049319584e-05, -7.630533372453e-05, { 0, 0, 1, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.694326790242e-05, 7.375978110645e-05, { 2, 0, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.225854211197e-05, -3.843866697310e-05, { 2, 0, 0, 0, 0, -2, 7, -7, 0, 0, 0, 0, 0 } }, + { 7.482982300011e-05, 1.586159407294e-05, { 2, 0, -2, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.667050253712e-05, 5.400936574678e-05, { 2, 0, 0, 0, 0, 1, -8, 12, 0, 0, 0, 0, 0 } }, + { -6.165098920490e-08, 9.061381982054e-05, { 2, 0, -2, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -5.439650190445e-05, -3.617523057494e-05, { 2, 0, 2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 4.203360077774e-05, 4.836796285203e-05, { 2, 0, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -8.717739947986e-05, -3.139403972148e-06, { 0, 0, 1, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 8.604968943247e-05, 4.144457705297e-06, { 2, 0, -1, 0, 0, 0, 13, -16, 0, 0, 0, 0, 0 } }, + { -1.760738649841e-07, 8.999977833700e-05, { 2, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.377927756889e-05, 7.628626485024e-05, { 1, 0, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -6.962707459466e-05, 2.043028140073e-05, { 0, 0, 2, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.950177432697e-05, -6.054220501140e-05, { 2, 0, -1, 0, 0, 10, -8, 0, 0, 0, 0, 0, 0 } }, + { 4.901010278661e-05, -4.102806611926e-05, { 1, 0, 2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -2.858849314278e-09, 8.999999995459e-05, { 0, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 5.729646829523e-05, 3.259781660713e-05, { 1, 1, 0, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { -8.722688209106e-05, 2.592971557266e-06, { 2, 0, 1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -7.187178179716e-05, 1.793768205825e-05, { 2, -2, -1, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.887670272821e-05, -5.089969403107e-05, { 0, 0, 1, 0, 0, 0, 2, 0, 2, -5, 0, 0, 0 } }, + { 7.252969867933e-05, 1.715991636589e-05, { 1, -1, 1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.592491016430e-06, -8.303585195190e-05, { 2, 0, -1, 0, 0, 15, -17, 0, 0, 0, 0, 0, 0 } }, + { -5.030754445069e-05, -3.927252258837e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 1, -3, 0, 0, 0 } }, + { 1.694660683044e-06, 8.779759453631e-05, { 4, 0, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 4.240545716276e-05, -4.687492997493e-05, { 2, 0, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { -2.541329764531e-05, -6.382590642163e-05, { 2, 0, -1, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { -1.756796276176e-05, 7.164036372752e-05, { 4, 0, -1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 7.645100183799e-07, -8.830120841585e-05, { 1, 0, 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 3.624360038328e-05, -5.281068334638e-05, { 0, 0, 2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -5.405309508353e-06, -8.364387876459e-05, { 1, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.746820739591e-05, -3.153006161518e-05, { 0, 0, 2, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { 4.569447218796e-05, 4.322006360778e-05, { 2, -2, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 7.622622706427e-06, -8.128907848294e-05, { 2, 0, 0, 0, 0, 0, -5, 8, -1, -5, 0, 0, 0 } }, + { 4.160977429230e-05, -4.725867964245e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -6, 5, 0, 0, 0 } }, + { -7.107548317751e-05, 1.772600427976e-05, { 1, -1, -1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.729878536040e-05, -5.145412693718e-05, { 2, 0, 0, 0, 0, 0, 4, -9, 0, 0, 0, 0, 0 } }, + { -2.049727030517e-05, 6.824886144699e-05, { 1, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.108965450076e-06, 8.562146307710e-05, { 2, 0, 1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -6.566010932345e-05, -2.305114516384e-05, { 1, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -3.191321080927e-05, -5.677533250199e-05, { 1, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -7.959907871931e-08, 8.859979309872e-05, { 4, 0, -2, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.652579296657e-05, 6.214809053139e-05, { 4, 0, -1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -2.379384438509e-05, 6.480844751282e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { 8.548296047706e-05, 3.085212614886e-06, { 0, 0, 0, 0, 0, 24, -25, 0, 0, 0, 0, 0, 0 } }, + { -7.199964783617e-05, -1.653895018719e-05, { 1, -1, -1, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { 1.505273029856e-05, -7.322918994285e-05, { 2, 0, 1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 2.835311016952e-05, -5.990531056541e-05, { 2, 0, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0, 0 } }, + { -8.476759834287e-05, -3.414081895343e-06, { 2, 0, -1, 0, 0, 19, -20, 0, 0, 0, 0, 0, 0 } }, + { 6.889158360579e-05, -1.912527866422e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -7, 10, 0, 0, 0 } }, + { -8.440265319721e-05, -3.385013744377e-06, { 2, 0, -1, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { 2.803772259446e-06, -8.482075415039e-05, { 4, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -7.071058030546e-05, 1.689562066679e-05, { 4, 0, -2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.963307896085e-05, -1.795576841450e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 0, 0, 0, 0 } }, + { -6.940643027600e-05, 1.816161284340e-05, { 1, 1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -7.694363873511e-05, -1.054171865115e-05, { 4, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.925138443923e-05, 2.816881321468e-05, { 2, 0, 0, 0, 0, 0, -4, 0, 1, 0, 0, 0, 0 } }, + { 5.471574467431e-05, 3.257157058477e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0 } }, + { -8.162731410433e-05, -5.449039431256e-06, { 2, 0, 0, 0, 0, 0, 12, -15, 0, 0, 0, 0, 0 } }, + { -6.967234357342e-05, -1.736417304633e-05, { 4, 0, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 3.254679981568e-05, -5.446943792000e-05, { 1, 1, 0, 0, 0, -12, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.205359091165e-05, -6.494591990608e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -2, 2, 0, 0, 0 } }, + { -3.063826211133e-05, 5.630429010379e-05, { 2, 0, 0, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0 } }, + { 8.308988118742e-05, -3.826709689575e-06, { 1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -1.468528955558e-05, -7.220798496986e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 5, -2, 0, 0, 0 } }, + { 7.967928098627e-05, -7.156268686368e-06, { 3, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.475099043603e-05, 7.206022696422e-05, { 2, 0, 0, 0, 0, -21, 23, 0, 0, 0, 0, 0, 0 } }, + { 6.904911102343e-05, -1.764889428040e-05, { 3, -1, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.125923319003e-08, -8.661113700895e-05, { 2, -2, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.906428589353e-05, -2.757470920530e-05, { 0, 0, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { 4.439822003450e-06, 8.219881129140e-05, { 2, 0, 0, 0, 0, 17, -19, 0, 0, 0, 0, 0, 0 } }, + { 4.582396165071e-05, 4.079139266673e-05, { 2, 0, 0, 0, 0, 0, -8, 11, 0, 0, 0, 0, 0 } }, + { -1.877611393087e-07, 8.642410019057e-05, { 6, 0, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -6.463512948832e-05, -2.196489223610e-05, { 4, 0, -2, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 7.001834338366e-05, -1.656933300203e-05, { 1, -1, -1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.997470529620e-05, -1.643190291504e-05, { 2, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 6.015608593534e-07, -8.579371006470e-05, { 1, 0, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.588104763306e-05, -7.042245449874e-05, { 1, -1, 0, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 3.680970767830e-05, 4.945892644463e-05, { 2, 0, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0, 0 } }, + { 8.252548999349e-05, -3.657652959507e-06, { 3, 0, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.744907805838e-05, -2.872263362113e-05, { 2, 0, -1, 0, 0, 0, -7, 13, 1, 0, 0, 0, 0 } }, + { 6.854042870408e-05, -1.762555117917e-05, { 1, -1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -1.574678877030e-05, -7.040259632192e-05, { 0, 0, 0, 0, 0, 13, -15, 0, 0, 0, 0, 0, 0 } }, + { -3.012248727858e-05, 5.596638356875e-05, { 2, 0, 0, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0 } }, + { 5.764273805918e-05, -2.843858008112e-05, { 2, 0, 0, 0, 0, 0, -7, 13, 1, 0, 0, 0, 0 } }, + { -1.320726779253e-05, 7.283708360112e-05, { 4, -2, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 5.237134214304e-05, -3.352405692667e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -1, 3, 0, 0, 0 } }, + { 2.585545329777e-05, 6.003551333015e-05, { 2, 0, -1, 0, 0, 10, -14, 0, 0, 0, 0, 0, 0 } }, + { -3.285608369080e-05, -5.302592767355e-05, { 2, 0, 0, 0, 0, 0, -5, 10, 0, 0, 0, 0, 0 } }, + { 5.720370134708e-05, 2.854230413302e-05, { 2, 0, -1, 0, 0, 0, 7, -13, -1, 0, 0, 0, 0 } }, + { 6.016347334458e-05, -2.555141947393e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, -1, 2, 0 } }, + { 6.015663044569e-05, 2.554601008806e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 } }, + { 8.166630851485e-05, 3.865734698528e-06, { 2, 0, 1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 5.725859874912e-05, 2.818805828875e-05, { 2, 0, 0, 0, 0, 0, 7, -13, -1, 0, 0, 0, 0 } }, + { -1.945780541353e-07, 8.521909108948e-05, { 0, 0, 2, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 6.311716996050e-05, 2.223472689542e-05, { 1, -1, 0, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { 2.341549448941e-05, -6.193172556444e-05, { 2, 0, -2, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.262386474030e-05, -5.257678858513e-05, { 0, 0, 1, 0, 0, 0, 11, -19, 0, 3, 0, 0, 0 } }, + { -5.487903888379e-05, 3.023361633789e-05, { 0, 0, 2, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { -6.707855154327e-05, -1.801599245839e-05, { 2, 0, -1, 0, 0, -7, 10, 0, 0, 0, 0, 0, 0 } }, + { 2.805738775710e-05, -5.697538256321e-05, { 4, 0, 0, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -8.534159714069e-07, -8.416127252430e-05, { 1, 0, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 2.339778210992e-05, 6.153998145800e-05, { 2, -2, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -6.837089005433e-05, -1.650316061924e-05, { 0, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.412948633808e-05, 6.060999774164e-05, { 2, 0, 2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -3.895224001500e-05, 4.576781069167e-05, { 0, 0, 1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.847698294950e-05, -1.623817541392e-05, { 1, -1, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.182170334597e-07, -8.453427373091e-05, { 0, 0, 1, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -4.503359419617e-05, 3.961586899355e-05, { 4, 0, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.749951623841e-05, 6.710829385730e-05, { 1, 0, -3, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -8.209139183197e-05, 2.497481545784e-06, { 0, 0, 1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.758869671353e-05, 6.697946940516e-05, { 4, 0, -2, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { -9.524230007788e-07, 8.361285471077e-05, { 3, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 4.423835167628e-06, -8.014083164729e-05, { 1, 1, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.811595712655e-05, -5.629423862609e-05, { 2, 2, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 7.993521152298e-05, 4.404712107666e-06, { 2, 0, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 6.113453835326e-05, 2.311144454489e-05, { 1, 1, -3, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 3.751832032483e-05, -4.654814490432e-05, { 2, -2, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 2.143418508918e-05, -6.262136340816e-05, { 4, 0, -2, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { 1.354192338911e-05, 7.050080619220e-05, { 2, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.088033348526e-05, 6.309852995213e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -2, -5, 0, 0, 0 } }, + { 7.989853446157e-05, -4.027926376414e-06, { 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.837099042960e-05, 4.546676037095e-05, { 2, 0, 0, 0, 0, 0, -5, 0, 3, 0, 0, 0, 0 } }, + { 6.726667072673e-05, -1.653579835529e-05, { 2, -2, 1, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.710194971534e-05, 5.669466841597e-05, { 3, -1, -1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -6.811968865420e-05, -1.564178429420e-05, { 2, 0, 2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.396749011439e-05, -5.975227219511e-05, { 2, 0, 2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.540332152927e-05, 6.828424185613e-05, { 2, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.495274125311e-05, 5.872630620125e-05, { 4, 0, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.495274125311e-05, -5.872630620125e-05, { 4, 0, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.895451429967e-05, -4.715768622237e-06, { 2, 0, -3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -8.205180165275e-05, -1.452743377360e-06, { 3, -2, 1, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { 8.205180165275e-05, 1.452743377360e-06, { 3, -2, -1, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { 4.183423198157e-06, 7.926878889722e-05, { 2, 0, -2, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { -5.662873440449e-07, -8.281490929141e-05, { 2, 0, 0, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 5.642795391925e-05, 2.689191012808e-05, { 2, 0, -2, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -1.051208433427e-05, 7.273635803040e-05, { 2, 0, 1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.716335541162e-05, -2.595799611035e-05, { 0, 0, 1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { -6.708823843680e-05, 1.601883644630e-05, { 1, 1, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.601145594757e-07, 8.229056363279e-05, { 2, 0, -1, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { -4.331593257941e-05, -3.972881675984e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { -5.922734956861e-05, -2.378535223330e-05, { 4, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -8.083480664333e-05, -2.152871217005e-06, { 2, -2, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.473682095017e-05, -4.822252112410e-05, { 2, 0, -1, 0, 0, 0, -5, 10, 0, 0, 0, 0, 0 } }, + { -7.074968815639e-05, 1.216925894315e-05, { 2, 0, -1, 0, 0, 0, 3, 0, 0, -2, 0, 0, 0 } }, + { 2.788710037866e-05, 5.501022707033e-05, { 0, 0, 1, 0, 0, -9, 7, 0, 0, 0, 0, 0, 0 } }, + { -7.506490320553e-05, -7.814471586040e-06, { 2, 0, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 2.757187989459e-05, 5.524672922109e-05, { 0, 0, 1, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { -6.631824892974e-05, 1.648218080071e-05, { 1, 1, -1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 7.598757866791e-05, -6.764394842215e-06, { 4, 0, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 6.986105695866e-05, 1.272220986272e-05, { 2, 0, 0, 0, 0, 0, 6, -16, 4, 5, 0, 0, 0 } }, + { -4.497509974868e-07, -8.199629120121e-05, { 4, 0, -1, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -4.371477000770e-05, 3.867458703308e-05, { 1, -1, 1, 0, 0, 0, 1, 0, -1, 4, 0, 0, 0 } }, + { 4.371477000770e-05, -3.867458703308e-05, { 1, -1, -1, 0, 0, 0, 1, 0, -1, 4, 0, 0, 0 } }, + { -6.633420269730e-05, 1.598387676798e-05, { 1, -1, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.012711647584e-07, -8.181236235632e-05, { 1, 0, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -2.737142593498e-05, 5.488545470345e-05, { 1, 0, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.734791286462e-05, 5.475555961889e-05, { 2, 2, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -5.922523097536e-05, 2.286433942597e-05, { 0, 0, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { -6.683530978414e-05, 1.521286841268e-05, { 1, -1, 1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.472369518458e-08, -8.197062540064e-05, { 2, 0, -2, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 9.487222120583e-07, -8.102670108988e-05, { 2, 0, -2, 0, 0, 18, -14, 0, 0, 0, 0, 0, 0 } }, + { 6.469768420561e-05, 1.726255478793e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 0, 5, 0, 0, 0 } }, + { 1.207953951207e-05, 6.986878232025e-05, { 1, -1, 1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 7.859167711166e-05, 3.335518850998e-06, { 2, 0, 0, 0, 0, 22, -23, 0, 0, 0, 0, 0, 0 } }, + { 1.701191543613e-05, -6.491001267876e-05, { 0, 0, 0, 0, 0, 19, -21, 3, 0, 0, 0, 0, 0 } }, + { 1.313443056317e-05, 6.873877940461e-05, { 0, 0, 2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 4.327237742465e-05, 3.858345111398e-05, { 1, 0, 0, 0, 0, 0, 33, -41, 2, 0, 0, 0, 0 } }, + { 5.856291227265e-05, -2.328619885915e-05, { 1, -1, 0, 0, 0, 24, -25, 0, 0, 0, 0, 0, 0 } }, + { -7.564496780300e-05, -6.193446080475e-06, { 2, 0, 0, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { -8.139340619962e-05, 3.495886387440e-07, { 2, 0, 0, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { 7.900496264568e-05, 2.710894744012e-06, { 2, 0, -2, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -4.179132891898e-05, -3.991871224027e-05, { 0, 0, 1, 0, 0, 0, -10, 15, 0, 0, 0, 0, 0 } }, + { 6.500767161552e-05, -1.669932170125e-05, { 0, 2, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 6.500356374643e-05, 1.669675948647e-05, { 0, 2, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -3.437529291333e-05, 4.731922899722e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 5, 0, 0, 0, 0 } }, + { -4.954692692922e-05, 3.214370530422e-05, { 1, -1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 6.440781700040e-05, -1.728001316956e-05, { 1, -1, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -6.488261191179e-07, -8.088176137796e-05, { 2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.209259103275e-05, 5.943301227174e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -1, -1, 0, 0, 0 } }, + { -2.382278821524e-06, -7.913305205729e-05, { 1, 0, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.510653000703e-05, 6.640538438685e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 2, -4, 0, 0, 0 } }, + { 1.263308365686e-05, 6.885060055888e-05, { 1, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.732002690039e-06, 7.973803809282e-05, { 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.998202881773e-05, -5.135564027397e-05, { 2, 0, -1, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0 } }, + { -2.458521496223e-05, 5.669712918230e-05, { 1, 0, 0, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -4.303404850367e-05, -3.817420640439e-05, { 2, 0, 1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 6.583231829097e-05, 1.535045760792e-05, { 1, -1, 0, 0, 0, 17, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.915417725437e-08, 8.112310493632e-05, { 2, -2, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.600310430764e-05, -5.502259821569e-05, { 2, 0, -1, 0, 0, -7, 11, 0, 0, 0, 0, 0, 0 } }, + { 4.196696045260e-05, -3.892331234731e-05, { 2, 0, 1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.694127223515e-05, 5.394245628070e-05, { 6, 0, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -8.046189733104e-05, 3.612396390674e-07, { 1, 0, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.966878979800e-05, 4.112375402230e-05, { 1, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -6.481121128028e-05, 1.594723290453e-05, { 2, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.190177134922e-05, -6.884005244141e-05, { 1, -1, -1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -6.441405427429e-05, 1.631484407477e-05, { 0, 0, 1, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { -8.403335124410e-09, 8.059037901326e-05, { 0, 0, 2, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.868476801291e-05, -5.190224093371e-05, { 2, 0, 2, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -6.027962848387e-05, 2.030078142401e-05, { 2, 0, 0, 0, 0, 0, -10, 15, 0, 0, 0, 0, 0 } }, + { 9.650975345682e-06, 7.090767992889e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -2.914329592281e-05, 5.126704485210e-05, { 2, 0, 0, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0 } }, + { 2.659447152526e-05, -5.374253916877e-05, { 0, 0, 1, 0, 0, 8, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.033048876245e-05, -4.993466683426e-05, { 2, 0, -1, 0, 0, 0, 9, -8, 0, 0, 0, 0, 0 } }, + { 7.486457299696e-05, 5.191680910382e-06, { 2, 0, -2, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -4.148263499357e-05, -3.856657308552e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { -5.540538570468e-05, 2.463333973500e-05, { 1, 1, -1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 4.035201228871e-09, -7.999999989823e-05, { 2, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.284562329404e-09, 7.999999998969e-05, { 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.075712110080e-10, 7.999999999485e-05, { 4, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.866787695960e-05, -5.129541931478e-05, { 2, 0, 0, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { 1.285106714714e-05, -6.708066571601e-05, { 1, -1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.084645056845e-07, 7.975609626017e-05, { 1, 0, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.840302103177e-06, 7.601447645996e-05, { 0, 0, 1, 0, 0, -3, 4, 0, -1, 0, 0, 0, 0 } }, + { -1.468230398976e-05, -6.515741058451e-05, { 1, 1, 1, 0, 0, -23, 23, 0, 0, 0, 0, 0, 0 } }, + { 5.138948670756e-05, 2.839324757947e-05, { 2, 0, -1, 0, 0, 0, 8, -12, 2, 0, 0, 0, 0 } }, + { 7.714713993838e-05, -2.601222645436e-06, { 2, 0, 0, 0, 0, -22, 23, 0, 0, 0, 0, 0, 0 } }, + { -1.335710134123e-05, -6.623253603508e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 5, -2, 0, 0, 0 } }, + { -5.346400204403e-06, -7.421731120093e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0 } }, + { 1.274714599016e-05, -6.681452937761e-05, { 4, 0, -1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -5.471071054338e-05, 2.463361120820e-05, { 0, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { -2.515100850354e-05, -5.412480502230e-05, { 2, 0, -2, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { 2.449821211129e-05, 5.477077325865e-05, { 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.605132199862e-05, 2.318304479532e-05, { 4, 0, -2, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 6.048744638903e-05, -1.871205485079e-05, { 2, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.568298410614e-08, -7.911774391795e-05, { 2, 0, 1, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.935159025967e-05, -5.979402268897e-05, { 2, 0, 0, 0, 0, 2, 1, -8, 0, 0, 0, 0, 0 } }, + { -2.215726875760e-05, -5.697023655914e-05, { 2, 0, -1, 0, 0, 0, -3, 9, 0, 0, 0, 0, 0 } }, + { 1.153076100017e-06, 7.794448390686e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { 1.919885843538e-05, 5.971640922493e-05, { 2, 0, 0, 0, 0, -2, -1, 8, 0, 0, 0, 0, 0 } }, + { -6.227636420285e-05, -1.662503870018e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0 } }, + { 8.854016100180e-06, 7.004584972710e-05, { 1, -1, 1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 7.492796179160e-06, -7.140139977415e-05, { 2, 0, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { 6.472456829127e-05, 1.411745554921e-05, { 2, 0, -2, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { 6.284861913880e-05, 1.578470679239e-05, { 1, 1, 0, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { -3.056531280093e-05, 4.789954698376e-05, { 2, 0, 2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -2.784177374574e-08, -7.842947721687e-05, { 0, 0, 0, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 6.244634368461e-05, -1.601042878057e-05, { 3, -1, -2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -5.432482086968e-05, -2.408798522684e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 4, -5, 0, 0, 0 } }, + { 7.775773200480e-05, 6.089523192605e-07, { 1, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.178918903165e-05, 5.651837590653e-05, { 2, 0, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0, 0 } }, + { 6.704639968482e-05, 1.124567627528e-05, { 0, 0, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.308964097881e-06, -7.696356983990e-05, { 2, 0, 1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 8.037621213938e-06, 7.022357531713e-05, { 0, 0, 1, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { 2.606062397355e-05, -5.217818947989e-05, { 6, 0, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.971096670179e-05, 4.848176805508e-05, { 2, 0, 0, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0 } }, + { -5.469064236454e-05, 2.348714039835e-05, { 0, 0, 2, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -3.150929795903e-07, 7.780791307867e-05, { 1, 0, 1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 7.282867140262e-05, 5.206167383999e-06, { 2, 0, -1, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0 } }, + { 6.983950811601e-05, -8.194519925797e-06, { 0, 0, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.245599714747e-05, -2.553526906161e-05, { 0, 2, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -2.619711530343e-05, 5.178964683430e-05, { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 6.226715733397e-05, 1.560484067349e-05, { 1, -1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 3.281321647533e-05, -4.503677198578e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -3, 3, 0, 0, 0 } }, + { -5.740913467831e-05, 2.037628584225e-05, { 1, 0, 0, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 6.406035819092e-05, 1.371431704013e-05, { 1, -1, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.070032590096e-05, -6.705673843008e-05, { 0, 0, 2, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -5.737565747560e-05, -2.037994374118e-05, { 1, 0, 0, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -4.808803185732e-05, -2.957728741554e-05, { 2, 0, 0, 0, 0, 0, 14, -16, 0, 0, 0, 0, 0 } }, + { 6.222050579848e-05, 1.536586721608e-05, { 1, -1, -1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.131455491284e-05, 5.626474868228e-05, { 0, 0, 2, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 2.093459253187e-05, -5.660228758949e-05, { 4, 0, -1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 4.861551701095e-05, -2.885111646509e-05, { 4, 0, -1, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -3.333877213216e-05, -4.410087152850e-05, { 0, 0, 0, 0, 0, 0, 2, 0, 2, -5, 0, 0, 0 } }, + { 8.814139997604e-06, 6.859390133260e-05, { 0, 0, 2, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { -7.725091494109e-05, 1.039648477265e-07, { 1, 0, 2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.044521444575e-05, 4.688698609560e-05, { 0, 0, 0, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -5.087561560190e-05, 2.642613544580e-05, { 2, 0, 1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 1.227857787059e-07, -7.717692002540e-05, { 2, 0, -1, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.552286649697e-05, 6.175699780809e-05, { 2, -2, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.776678375930e-05, 4.938670010349e-05, { 0, 0, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0 } }, + { 1.847320195871e-05, -5.866024653185e-05, { 2, 0, -1, 0, 0, 0, 5, 0, -4, 0, 0, 0, 0 } }, + { 6.161662382098e-05, -1.545665245421e-05, { 1, 1, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -6.233252578295e-05, -1.472189454282e-05, { 1, -1, -1, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { 8.796084992547e-06, -6.818156671270e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 1, 5, 0, 0, 0 } }, + { 8.928138881080e-08, -7.679595784023e-05, { 4, 0, -2, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -2.422695390799e-05, -5.265446997046e-05, { 1, 1, -2, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.701018319379e-05, 4.975864996879e-05, { 2, 0, -2, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { -2.287553096628e-05, 5.384979224731e-05, { 4, 0, -1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.287553096628e-05, -5.384979224731e-05, { 4, 0, -3, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.391702299653e-05, 6.276150508378e-05, { 0, 0, 0, 0, 0, 0, 3, 0, -1, 0, 0, 0, 0 } }, + { 6.161080869928e-05, 1.506566868215e-05, { 1, -1, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.493444829303e-05, 5.173228141529e-05, { 2, 0, -1, 0, 0, -7, 5, 0, 0, 0, 0, 0, 0 } }, + { 6.907022717894e-05, 7.560843720627e-06, { 1, -1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 4.891012292269e-05, 2.771925567365e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 3, -3, 0, 0, 0 } }, + { -4.898353203994e-05, 2.764224102763e-05, { 0, 2, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.838461413970e-09, 7.655937857763e-05, { 1, 0, -2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.011194870463e-05, 5.640401462409e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -4.903039945601e-06, -7.160167639099e-05, { 2, -2, -1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 6.181716421365e-05, 1.464482048396e-05, { 1, -1, 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.155790647151e-05, -1.478326665322e-05, { 1, -1, 2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.631155609526e-05, 1.997288991938e-05, { 2, 0, -1, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0 } }, + { 6.171852344013e-05, 1.453736987417e-05, { 1, 1, 0, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.924451484484e-05, -4.693121423995e-05, { 2, 0, -1, 0, 0, 3, -18, 25, -2, 0, 0, 0, 0 } }, + { 2.925079906322e-05, 4.692372033955e-05, { 2, 0, -1, 0, 0, -3, 18, -25, 2, 0, 0, 0, 0 } }, + { -3.953412890396e-05, 3.662261100281e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 4, -2, 0, 0, 0 } }, + { 6.096459523021e-05, -1.518462247356e-05, { 2, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -6.078314838764e-05, -1.527066837432e-05, { 2, 0, 0, 0, 0, 0, 6, -13, 0, 0, 0, 0, 0 } }, + { 9.014284973716e-06, 6.702403836470e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 4, 0, 0, 0 } }, + { 6.971909320322e-05, 6.264825849156e-06, { 3, -1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.971909320322e-05, -6.264825849156e-06, { 1, 1, 2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -6.971922221181e-05, 6.263389991108e-06, { 3, 1, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -6.971935774828e-05, 6.261881120467e-06, { 1, -1, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -6.971945173021e-05, 6.260834643945e-06, { 1, -1, 2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -6.116658556403e-05, -1.480119433836e-05, { 1, 0, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.673132288369e-05, -4.923052105511e-05, { 2, 0, 0, 0, 0, 0, 9, -16, 4, 5, 0, 0, 0 } }, + { -7.232093465836e-05, -3.626013073081e-06, { 2, 0, -2, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -4.157428905697e-05, 3.429445867536e-05, { 4, 0, -2, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -2.959094305828e-05, 4.626534248728e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 5, 0, 0, 0, 0 } }, + { 7.235898920090e-05, 3.492072787732e-06, { 2, 0, 0, 0, 0, 16, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.251861233955e-07, 7.570010652252e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 0, 0, 0, -2, 0 } }, + { -3.273658610209e-05, -4.299531444127e-05, { 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.861979251575e-05, 5.709870574430e-05, { 2, 0, 0, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0 } }, + { -6.133801316305e-05, 1.434977990037e-05, { 3, -1, 0, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { 2.487747713296e-05, 5.078787319138e-05, { 2, 0, -1, 0, 0, 6, -10, 0, 0, 0, 0, 0, 0 } }, + { 5.441968187500e-06, 7.020629917870e-05, { 0, 0, 1, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0 } }, + { -6.888754118046e-06, -6.867350022902e-05, { 2, 0, 0, 0, 0, 0, -8, 14, 0, 0, 0, 0, 0 } }, + { 3.093362028896e-05, -4.462533824235e-05, { 2, 0, -1, 0, 0, 0, 13, -18, 0, 0, 0, 0, 0 } }, + { -2.251402837927e-05, 5.298090169824e-05, { 2, 0, 3, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.251402837927e-05, -5.298090169824e-05, { 2, 0, 1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.181150660919e-05, -4.350693891849e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -5, 0, 0, 0, 0 } }, + { 6.055490434264e-05, 1.474399452230e-05, { 1, 1, -1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -2.440921089067e-05, 5.067342468346e-05, { 2, 0, 0, 0, 0, 13, -11, 0, 0, 0, 0, 0, 0 } }, + { -5.075666444099e-05, -2.427493149755e-05, { 0, 1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -6.029082765752e-05, -1.473105743645e-05, { 4, 0, -2, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 1.707487576091e-06, 7.330562480098e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0 } }, + { -2.632134358361e-05, -4.867537720932e-05, { 4, 0, -2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 4.695053298589e-05, 2.804505701804e-05, { 0, 0, 1, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { -6.158716031556e-05, 1.334576091238e-05, { 2, 0, 0, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { -8.540682515536e-07, -7.403954126391e-05, { 0, 0, 2, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { -3.050405107533e-05, -4.437455527585e-05, { 2, 0, 1, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { -5.974704734267e-05, 1.502843470909e-05, { 2, 0, -2, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 7.382409261903e-05, -8.671736661796e-07, { 2, -2, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.563282292381e-05, -5.896898466311e-05, { 2, 0, 0, 0, 0, 0, -4, 0, 6, 0, 0, 0, 0 } }, + { -3.594371299301e-08, -7.456392845596e-05, { 4, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.492270958153e-05, -5.967304219046e-05, { 3, 1, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -2.483580889521e-05, -4.972869413296e-05, { 2, 2, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -4.190588285399e-05, -3.265646940318e-05, { 2, 0, 0, 0, 0, 0, 5, -11, 0, 0, 0, 0, 0 } }, + { 2.212215346579e-05, -5.237395118616e-05, { 2, 0, -1, 0, 0, 2, 1, -8, 0, 0, 0, 0, 0 } }, + { 2.868086803346e-07, -7.417509312842e-05, { 3, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 9.844709819005e-06, 6.460644475590e-05, { 2, 0, 0, 0, 0, 0, -2, 0, -2, 7, 0, 0, 0 } }, + { 2.201023175897e-05, 5.235831865101e-05, { 2, 0, -1, 0, 0, -2, -1, 8, 0, 0, 0, 0, 0 } }, + { 1.853179616417e-07, -7.414115531470e-05, { 2, 0, -3, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 5.646046249186e-05, 1.781591291905e-05, { 4, 0, -1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.658041227157e-05, -5.761488697101e-05, { 1, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -2.231138610303e-05, -5.181060208428e-05, { 1, 0, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 4.858592098201e-07, 7.361017560234e-05, { 2, 0, -1, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { 3.896337709030e-07, -7.370133735696e-05, { 1, 0, -1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -6.354696865181e-05, -1.051840831209e-05, { 2, 0, 0, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { 1.190182673454e-05, -6.210789693098e-05, { 1, -1, -1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 5.989716891589e-05, -1.411073711912e-05, { 1, -1, 0, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { 4.087816002560e-05, -3.309367057141e-05, { 0, 0, 1, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { 3.927207001259e-07, 7.354558699753e-05, { 3, 0, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.284463100157e-05, -3.108215592487e-05, { 2, 0, 2, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.383949588861e-05, 4.005306632493e-05, { 2, 0, 0, 0, 0, 0, -6, 5, 0, 0, 0, 0, 0 } }, + { -1.258716636748e-08, 7.386260142870e-05, { 0, 2, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.301850474605e-05, -6.074384075478e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 6, 0, 0, 0 } }, + { 6.039226734040e-05, 1.334427156759e-05, { 2, 0, 2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.129891571884e-05, 6.237180311463e-05, { 2, -2, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 2.452167843299e-05, -4.909736930366e-05, { 2, 0, -5, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -6.902171949081e-05, -4.541501117165e-06, { 2, -2, -1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { 7.077111620855e-05, -2.739642063310e-06, { 2, 0, -2, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { 6.506504372703e-05, 8.427479066328e-06, { 2, 0, -1, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { -6.935426712509e-05, -4.105885493277e-06, { 2, 0, -1, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.269666127671e-05, -6.075842242314e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -3, 2, 0, 0, 0 } }, + { 4.750575199501e-05, 2.584239415557e-05, { 2, 0, 1, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { 1.040027609386e-05, -6.291520042699e-05, { 0, 0, 2, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { 1.254839980596e-05, -6.075935411859e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0 } }, + { -4.368831240200e-08, -7.324021972855e-05, { 2, 0, -1, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { -7.238260292704e-05, 8.439200603171e-07, { 2, 0, -2, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.540539853520e-05, -4.777762664224e-05, { 2, 0, 0, 0, -4, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.514792659303e-05, -5.799257653777e-05, { 5, 0, -3, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -1.332722987759e-05, 5.979847850154e-05, { 1, -1, 0, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { -7.290185537559e-05, 2.202514090500e-07, { 4, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.835710849099e-05, 3.468582911561e-05, { 2, 0, 1, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { -1.285202756226e-05, -6.017710803130e-05, { 0, 0, 0, 0, 0, 14, -16, 0, 0, 0, 0, 0, 0 } }, + { 3.586818342123e-05, -3.709425926625e-05, { 2, -2, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -4.716798408874e-06, -6.822996242152e-05, { 3, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -6.841737625824e-05, -4.373626482791e-06, { 2, 0, 0, 0, 0, 0, 13, -16, 0, 0, 0, 0, 0 } }, + { 5.812668752276e-05, -1.458540137634e-05, { 1, -1, 1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 6.115629046998e-05, 1.147576094973e-05, { 2, -2, 1, 0, 4, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 5.865672605809e-05, 1.391608692412e-05, { 1, 0, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 5.914313024331e-05, 1.342580621105e-05, { 1, 1, -1, 0, 0, 0, 1, 0, -4, 2, 0, 0, 0 } }, + { 2.322966377862e-05, -4.930532935102e-05, { 2, 0, -1, 0, 0, -6, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.264214147915e-05, 5.977814406720e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -4, 10, 0, 0, 0 } }, + { 5.829509953682e-05, 1.410585287912e-05, { 4, 0, -2, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.816120516884e-05, 5.423703439455e-05, { 2, 0, 2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.432152636930e-05, 1.806353921839e-05, { 1, 0, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 1.296026646688e-05, -5.941497697451e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 6, -3, 0, 0 } }, + { 5.854007818081e-05, -1.381239078401e-05, { 1, 1, -1, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.554412783589e-05, 1.679698852887e-05, { 1, 1, 0, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.636107532574e-05, 5.585327944784e-05, { 1, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 1.786130289876e-06, -7.036941028545e-05, { 2, 0, 2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 2.262137788736e-05, 4.944596195598e-05, { 2, 0, 1, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 6.877445441650e-05, 3.272520823412e-06, { 2, 0, 1, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { 3.724802072489e-06, 6.826193665017e-05, { 6, 0, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 2.497633778285e-05, 4.697683554461e-05, { 2, 0, -2, 0, -4, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.244103629049e-06, 6.865912469118e-05, { 0, 0, 1, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0 } }, + { -1.321763278664e-05, 5.864216521209e-05, { 3, -1, -1, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 2.818034905372e-08, -7.179897129229e-05, { 4, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.015292488302e-05, -5.164190715241e-05, { 0, 0, 2, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -5.583580104643e-05, 1.590749969504e-05, { 4, 0, -1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 1.290329366059e-05, 5.883871997467e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 2, -6, 3, 0, 0 } }, + { -5.478803752332e-05, -1.689831931709e-05, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.799141024314e-05, -1.368639704506e-05, { 1, 0, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 4.880570751791e-05, 2.283213517172e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -4, 4, 0, 0, 0 } }, + { -5.577233717582e-05, 1.583122717264e-05, { 3, 0, 0, 0, 0, 0, -35, 41, -2, 0, 0, 0, 0 } }, + { 1.486439241865e-05, -5.672767529750e-05, { 5, 0, -4, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 4.031495191264e-05, -3.127107275253e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -1.665062315340e-05, 5.490681473027e-05, { 0, 0, 0, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { 4.485343911720e-05, 2.663384451693e-05, { 2, 0, -1, 0, 0, 0, 14, -16, 0, 0, 0, 0, 0 } }, + { 1.012333188279e-06, -7.039835097400e-05, { 1, 0, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 5.252259379489e-05, -1.888619986137e-05, { 2, 0, 0, 0, 0, 0, 2, -6, 2, 0, 0, 0, 0 } }, + { 6.603403076860e-06, -6.478009497079e-05, { 2, 0, -1, 0, 0, 0, 12, -18, 0, 0, 0, 0, 0 } }, + { 8.807770950536e-06, 6.257515168530e-05, { 0, 0, 1, 0, 0, 0, 3, 0, -1, 0, 0, 0, 0 } }, + { -3.139777251187e-06, -6.823028811553e-05, { 2, 0, 1, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { -4.707360234907e-05, 2.423595839316e-05, { 2, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.985081365281e-05, -1.377714115025e-06, { 2, -2, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.850140723454e-05, 2.262561206960e-05, { 2, 0, 0, 0, 0, 0, 11, -15, 0, 0, 0, 0, 0 } }, + { 5.987174141894e-05, -1.123428362063e-05, { 2, 2, -1, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.818354881909e-05, 2.291250369402e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0 } }, + { -4.394590046103e-05, -2.712686036489e-05, { 2, 0, 2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 4.813074077530e-05, -2.292458372506e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -3, 4, 0, 0, 0 } }, + { -3.999228096645e-05, 3.100381977285e-05, { 2, 0, 0, 0, 0, 0, 8, -17, 0, 0, 0, 0, 0 } }, + { -8.987561293324e-08, 7.088859668655e-05, { 0, 0, 2, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { 1.034118841995e-06, 6.992970494010e-05, { 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.662247528298e-05, -4.427663640660e-05, { 4, 0, -1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -2.290956216939e-05, -4.795261819497e-05, { 1, -1, 2, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 2.311980105407e-05, -4.769080492363e-05, { 2, 0, -1, 0, 0, 11, -9, 0, 0, 0, 0, 0, 0 } }, + { -6.465191049917e-05, -6.054162738643e-06, { 1, -1, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -2.352853963252e-05, 4.710847384613e-05, { 2, 2, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.352345154501e-05, -4.710683397360e-05, { 1, 0, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.572176607340e-05, -4.489479291088e-05, { 2, 0, 0, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0 } }, + { 4.713268629003e-05, -2.347214646203e-05, { 2, 0, -1, 0, 0, 0, 14, -18, 0, 0, 0, 0, 0 } }, + { 1.660253816926e-05, 5.391556393740e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { 3.527578578007e-05, -3.520085310323e-05, { 2, 0, -1, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0 } }, + { -5.696113051571e-05, -1.344791409802e-05, { 1, 1, -1, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.275401756013e-05, 4.762787160540e-05, { 1, -1, -2, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -3.933636187109e-05, -3.086503903685e-05, { 2, 0, -2, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -6.863923493122e-05, 1.555995636287e-06, { 2, 0, 0, 0, 0, -17, 18, 0, 0, 0, 0, 0, 0 } }, + { -1.857503636822e-05, -5.154094320414e-05, { 4, 0, -1, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 5.575762517789e-05, 1.434293649822e-05, { 1, 1, -2, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -4.449193892433e-05, -2.555314144533e-05, { 2, 0, -2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -4.208861237587e-08, 6.999998734678e-05, { 3, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.417207352521e-09, 6.999999998565e-05, { 2, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.380555438225e-09, -6.999999998639e-05, { 2, -1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.331686219163e-09, -6.999999998733e-05, { 2, -1, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.136209342977e-09, -6.999999999078e-05, { 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -8.552113334496e-10, -6.999999999478e-05, { 3, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 4.764748857684e-10, -6.999999999838e-05, { 2, -1, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 5.653256990604e-05, 1.340588524283e-05, { 3, -1, -1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.725198124698e-05, -4.265500878104e-05, { 4, 0, -2, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 1.461145996182e-05, 5.517517462778e-05, { 3, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 3.351397042332e-06, 6.642601108372e-05, { 2, 0, 0, 0, 0, 18, -20, 0, 0, 0, 0, 0, 0 } }, + { 1.335084974695e-06, 6.843413803848e-05, { 3, 1, -1, 0, -1, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.335084974695e-06, -6.843413803848e-05, { 1, -1, 1, 0, 1, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { -4.065832938681e-05, 2.909939334069e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 4, -2, 0, 0, 0 } }, + { -5.784506410715e-05, -1.188850554392e-05, { 3, -3, -1, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { -5.784506410715e-05, 1.188850554392e-05, { 1, 3, -1, 0, 0, -43, 42, 0, 0, 0, 0, 0, 0 } }, + { 3.269452479379e-05, 3.701814632164e-05, { 2, -2, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -3.785898714383e-05, -3.184260963707e-05, { 3, -1, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.710513147824e-05, 4.242319522184e-05, { 4, 0, -2, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -1.876188659600e-05, 5.073843652128e-05, { 2, 0, -1, 0, 0, 0, 5, 0, -7, 0, 0, 0, 0 } }, + { -7.974724548247e-07, -6.868058040276e-05, { 2, 0, 2, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { 6.000992728583e-05, -9.385307892540e-06, { 2, 0, 1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { -4.298543489730e-05, -2.637052856733e-05, { 4, 0, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 2.325124039132e-05, 4.606035476052e-05, { 0, 0, 1, 0, 0, -10, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.075631759363e-08, -6.924929999363e-05, { 1, 0, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.176267147928e-05, 5.747688031030e-05, { 1, -1, 1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 6.486671394737e-05, 4.329679182122e-06, { 2, -2, 1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { -5.620616337598e-05, 1.296174285648e-05, { 2, 1, -1, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -4.657495984606e-05, -2.240710288658e-05, { 2, 0, -1, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.772184014502e-05, 5.121040008832e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 10, 0, 0, 0 } }, + { 7.193220005497e-06, -6.170638817452e-05, { 0, 0, 1, 0, 0, 0, -9, 19, 0, -3, 0, 0, 0 } }, + { -5.803578253308e-05, -1.076674006770e-05, { 3, -1, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.648597078484e-06, 6.714053293675e-05, { 2, 0, -1, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0 } }, + { -2.874110467694e-05, 3.995283820891e-05, { 2, 0, 0, 0, 0, 0, 9, -14, 0, 0, 0, 0, 0 } }, + { 1.259340710499e-06, -6.742011436527e-05, { 4, 0, -2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -6.857192696531e-05, -6.552095845039e-08, { 2, 0, -2, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.531185122188e-05, 4.331531436616e-05, { 2, 0, 0, 0, 0, 0, 9, -8, 0, 0, 0, 0, 0 } }, + { 2.265656733831e-05, 4.595895642251e-05, { 4, 0, 0, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.004994545769e-05, -4.854494720426e-05, { 4, 0, -2, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -6.430122916561e-05, -4.289128987582e-06, { 2, 0, -2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -4.606708535136e-05, -2.249947477122e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 2, 0, 0, 0 } }, + { -2.020208850734e-09, 6.855290021730e-05, { 2, -2, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 5.361462974677e-05, -1.493816295775e-05, { 2, 0, -3, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 5.360824950790e-05, 1.491885836005e-05, { 2, 0, -3, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -1.469420326206e-06, 6.698278675878e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -5, 2, 0, 0, 0 } }, + { -6.606485073981e-05, -2.346519201612e-06, { 0, 0, 1, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { 3.783171483136e-05, -3.054138299774e-05, { 0, 0, 0, 0, 0, 15, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.110468797668e-05, -5.726047437258e-05, { 2, 0, 0, 0, 0, -22, 24, 0, 0, 0, 0, 0, 0 } }, + { 2.274189064430e-09, 6.830131767265e-05, { 4, -2, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.652629976596e-05, 1.177301254688e-05, { 2, 0, 1, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { 1.307706700454e-05, 5.520586344981e-05, { 1, 1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.761904447726e-05, -2.066062516985e-05, { 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.001044469862e-06, -6.727615618945e-05, { 3, 0, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 5.432568057149e-05, 1.394176628502e-05, { 1, 1, 1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 5.090471021632e-05, -1.734816786833e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 6, 0, 0, 0 } }, + { 5.091113588552e-05, 1.731083160971e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -6, 0, 0, 0 } }, + { -5.648199379906e-05, -1.172552033646e-05, { 2, 0, 1, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { 2.255664353547e-05, 4.546901700076e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -2, -1, 0, 0, 0 } }, + { -9.265338583866e-06, -5.859115290108e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -3, 2, 0, 0, 0 } }, + { -4.614405934936e-05, 2.171199656803e-05, { 2, 0, 0, 0, 0, 0, 12, -16, 0, 0, 0, 0, 0 } }, + { -4.644501087072e-05, 2.140811184612e-05, { 2, 0, 0, 0, 0, 0, 10, -14, 0, 0, 0, 0, 0 } }, + { -3.770187633486e-05, -3.008302555540e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -4, 2, 0, 0, 0 } }, + { -3.487920329922e-07, 6.742800340436e-05, { 2, -2, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -5.710249427348e-05, 1.058374587011e-05, { 1, -1, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 2.253417982322e-05, 4.511809278923e-05, { 6, 0, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.420388047596e-05, 4.343455644127e-05, { 1, -1, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -6.718178137392e-05, -4.085195955656e-07, { 3, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.219621944673e-05, 1.539253222742e-05, { 2, 0, -2, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -4.729419211482e-05, 2.024008893994e-05, { 1, -3, 0, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { 9.219183483567e-07, 6.647349927054e-05, { 4, 0, -2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 3.895680742577e-05, -2.830586446925e-05, { 2, -2, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -5.376331753487e-05, 1.342732384124e-05, { 2, 0, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { -9.447458520437e-06, 5.772656537476e-05, { 4, 0, -2, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 5.738630731214e-05, 9.785326080601e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 6, -5, 0, 0, 0 } }, + { 6.065798526110e-05, 6.487576878930e-06, { 2, 0, -1, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { 5.175337284955e-05, 1.537771374788e-05, { 2, 0, -1, 0, 0, 3, 1, -8, 3, 0, 0, 0, 0 } }, + { 5.264948691722e-05, -1.441388091988e-05, { 1, -1, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -9.860858796492e-06, -5.716702917268e-05, { 0, 0, 1, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { -4.341689277876e-05, -2.349162330948e-05, { 2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { -4.800927874088e-05, 1.887944460687e-05, { 0, 0, 2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 4.671249295487e-05, -2.010862817988e-05, { 0, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.419326446255e-06, -6.236749752845e-05, { 2, 0, -1, 0, 0, 16, -18, 0, 0, 0, 0, 0, 0 } }, + { 2.973852670484e-05, -3.704743142015e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 0, 0, 0, 0 } }, + { 2.222640330482e-05, -4.449427630535e-05, { 6, 0, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.654096829096e-05, -4.007334519027e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 5, -3, 0, 0, 0 } }, + { -2.729522925085e-05, -3.929313319633e-05, { 4, 0, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 9.805125368148e-08, -6.647389545258e-05, { 2, 0, -3, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.911863677875e-05, -1.742949882526e-05, { 0, 0, 1, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0 } }, + { 5.381588702156e-05, 1.272621972938e-05, { 1, -1, 1, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.552390285051e-08, 6.649435893520e-05, { 4, 0, -4, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.578284542307e-07, -6.633554994671e-05, { 0, 0, 2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 9.748689937394e-06, -5.673434977919e-05, { 2, -2, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -2.556474438134e-05, -4.089375686382e-05, { 0, 0, 2, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 4.007238716176e-05, 2.634927985313e-05, { 2, -2, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.207403001100e-05, -5.431939980439e-05, { 2, 0, 0, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0 } }, + { -2.608929799573e-05, 4.020076704432e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 5, 0, 0, 0, 0 } }, + { -2.799161087681e-05, 3.828106210219e-05, { 3, 0, -2, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 3.997927658386e-05, -2.629313558721e-05, { 2, -2, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 5.113823321532e-05, -1.508821175443e-05, { 2, 0, -1, 0, 0, 3, -7, 8, -3, 0, 0, 0, 0 } }, + { 3.026298539765e-05, 3.595939031250e-05, { 1, 0, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 3.501930971008e-07, -6.582099975608e-05, { 4, 0, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 2.738114601856e-05, -3.872882396023e-05, { 2, 0, 0, 0, 0, 6, -11, 0, 3, 0, 0, 0, 0 } }, + { -3.092715807310e-05, 3.505754974829e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 1, 5, 0, 0, 0 } }, + { 1.389831673765e-06, 6.459367710700e-05, { 0, 0, 1, 0, 0, 0, 3, 0, 0, -3, 0, 0, 0 } }, + { -4.315927596981e-05, -2.281287082675e-05, { 0, 0, 3, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 2.094369016402e-05, -4.502570201267e-05, { 0, 0, 1, 0, 0, -9, 13, 0, 0, 0, 0, 0, 0 } }, + { -8.966888552336e-06, -5.694374894339e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -3, 0, 2, 0, 0 } }, + { 3.282263534334e-05, 3.295666254098e-05, { 1, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.691233073608e-05, -2.883242789081e-05, { 0, 0, 0, 0, 0, 0, 4, 0, -3, 0, 0, 0, 0 } }, + { 3.987398706300e-05, 2.584709937250e-05, { 0, 0, 2, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -4.041823106673e-05, 2.517633972799e-05, { 4, 0, -2, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 1.783817740743e-05, 4.771170728744e-05, { 2, 0, -1, 0, 0, 0, 4, 0, -2, 0, 0, 0, 0 } }, + { -3.364234139502e-05, 3.190084332802e-05, { 2, 0, 0, 0, 0, -18, 12, 8, -3, 0, 0, 0, 0 } }, + { -5.112115587199e-05, 1.440754855275e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 4.138773732655e-05, 2.407356475628e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 3, -3, 0, 0, 0 } }, + { -1.970065418062e-05, -4.574020837751e-05, { 0, 0, 2, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 6.403368744223e-05, 1.308998096994e-06, { 2, -2, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.641089190450e-06, -5.961461762424e-05, { 2, -2, 1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.023527236591e-05, -4.500906201808e-05, { 1, -1, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -6.378120768298e-05, -1.447734150548e-06, { 2, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 5.183764176392e-05, 1.337968808927e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 3, -5, 0, 0, 0 } }, + { -5.863265794090e-06, -5.934519595916e-05, { 2, 0, -1, 0, 0, 0, -8, 14, 0, 0, 0, 0, 0 } }, + { 1.398372718954e-05, -5.122288558969e-05, { 2, 0, 1, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { -5.975334951425e-05, 5.434815712377e-06, { 1, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.264616534739e-05, 1.249818592866e-05, { 2, 0, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.256794356144e-08, -6.510811696421e-05, { 1, -2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.975923492927e-05, 5.369715138458e-06, { 3, -1, 1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.975924055239e-05, -5.369652558731e-06, { 3, -1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.976081057957e-05, -5.352150864109e-06, { 1, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.287590910263e-05, 2.213756639058e-05, { 0, 0, 3, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -3.528711820043e-05, 2.967954578927e-05, { 1, 1, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.328512466855e-05, -5.164156513672e-05, { 1, -1, -1, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { 4.651022331822e-05, 1.835208780736e-05, { 4, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.724385074973e-05, -7.603622223272e-06, { 2, 0, 0, 0, 0, -14, 11, 0, 0, 0, 0, 0, 0 } }, + { -2.149507532235e-05, -4.333994337651e-05, { 0, 2, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.263914931079e-05, -1.213475761947e-05, { 2, 0, -1, 0, 0, 12, -15, 0, 0, 0, 0, 0, 0 } }, + { -5.261559171843e-05, 1.215139880766e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 2, -2, 0, 0, 0 } }, + { 3.980703470108e-05, -2.495806767942e-05, { 1, 0, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 1.043545510283e-05, -5.432645081410e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 2, -3, 0, 0, 0 } }, + { 5.180619861975e-05, 1.294667702971e-05, { 1, -1, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 2.141302111181e-05, -4.330290126588e-05, { 0, 0, 1, 0, 0, 9, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.399752924534e-05, 4.066582822980e-05, { 2, 0, -1, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0 } }, + { 4.771269443278e-05, -1.694194794869e-05, { 4, 0, -2, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 4.770607125650e-05, 1.693894025724e-05, { 4, 0, -2, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -2.478680512296e-05, 3.975660708393e-05, { 0, 0, 2, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 2.149842144664e-05, 4.302540810372e-05, { 2, 0, -3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.999923393832e-05, 4.447565236128e-05, { 1, -1, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 2.208025082325e-05, -4.238155243133e-05, { 0, 0, 0, 0, 0, 15, -13, 0, 0, 0, 0, 0, 0 } }, + { -7.491461345400e-06, -5.696510277010e-05, { 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { -2.532982392166e-05, 3.904533349285e-05, { 2, 0, -2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 6.197588478562e-05, -2.381381803562e-06, { 2, -2, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.710057996978e-05, -2.720775240856e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -1, -4, 0, 0, 0 } }, + { 3.660592587747e-07, -6.393614541901e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 2, -1, 0, 0, 0 } }, + { 2.208782909659e-05, -4.219888453694e-05, { 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 5.530368214718e-08, -6.419643269556e-05, { 3, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.177600222472e-05, 1.236752499106e-05, { 0, 1, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.205860720576e-08, 6.408719342163e-05, { 1, 0, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.547253760806e-05, -4.857148082445e-05, { 0, 0, 2, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.506058876304e-05, 1.893078890013e-05, { 0, 0, 0, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 2.023558224095e-05, 4.374670523357e-05, { 0, 0, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 4.726774377275e-05, 1.668015508267e-05, { 1, 1, 0, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { -9.998505250804e-06, 5.394801017071e-05, { 1, 1, 0, 0, 0, -20, 12, 15, 0, 0, 0, 0, 0 } }, + { 9.998505250804e-06, -5.394801017071e-05, { 1, 1, -2, 0, 0, -20, 12, 15, 0, 0, 0, 0, 0 } }, + { -5.952636678918e-05, 4.388716643915e-06, { 3, -1, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -1.792105903551e-05, -4.596026034396e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 3, -2, 0, 0, 0 } }, + { 6.094537241687e-05, 2.931682475690e-06, { 0, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.276973192671e-05, 5.105806398622e-05, { 1, -1, 2, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { 5.084477670343e-05, 1.296103452412e-05, { 1, 1, 0, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { -4.886154771510e-05, 1.486767581099e-05, { 4, 0, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.974305820179e-05, 3.398133704012e-05, { 2, 0, 0, 0, 0, 0, -9, 14, 0, 0, 0, 0, 0 } }, + { -8.144461266189e-06, -5.556028951006e-05, { 2, 0, 0, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { 1.571275580548e-05, -4.795674556493e-05, { 2, 0, -1, 0, 0, 0, 3, -8, 1, 5, 0, 0, 0 } }, + { 5.817880482099e-05, 5.461665344291e-06, { 2, -2, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -4.163997593037e-05, 2.197546437334e-05, { 1, -1, 1, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 } }, + { -1.306028644789e-05, 5.053777472124e-05, { 1, -1, 1, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { -5.153884424366e-05, 1.202871312423e-05, { 3, -1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.894423916916e-05, -2.459592864259e-05, { 4, 0, -1, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { 1.202736225235e-05, -5.145442934337e-05, { 1, 1, 0, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { 9.969528218318e-07, -6.248352081736e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0 } }, + { 6.060169209866e-06, -5.735353713708e-05, { 1, -1, 1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -4.638012091617e-05, -1.702004192760e-05, { 1, 1, 0, 0, 0, -22, 23, 0, 0, 0, 0, 0, 0 } }, + { -5.567456319665e-06, 5.781102710576e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 1, 2, 0, 0, 0 } }, + { 7.996985947997e-06, -5.535202524300e-05, { 3, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.023489242398e-08, 6.328509406657e-05, { 1, 0, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -6.176509545823e-05, 1.535835428572e-06, { 2, 0, 0, 0, 0, -16, 17, 0, 0, 0, 0, 0, 0 } }, + { 2.091748636752e-05, 4.234425386567e-05, { 0, 0, 1, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { -2.109871604165e-05, 4.212468434241e-05, { 1, 1, -1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -1.101408159753e-05, -5.217981145137e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 6, 0, 0, 0 } }, + { 5.023764179510e-05, -1.291822743608e-05, { 3, -1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -4.159139444517e-05, 2.147208841356e-05, { 0, 2, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -3.907737209751e-05, -2.392251686220e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 4, -3, 0, 0, 0 } }, + { -3.463104173123e-05, -2.836432214772e-05, { 2, 0, 0, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { -2.216182686618e-05, -4.083015300682e-05, { 2, 0, -1, 0, 0, 0, 9, -16, 4, 5, 0, 0, 0 } }, + { 6.048950101720e-05, 2.474133142114e-06, { 2, 0, 0, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { 4.443588219689e-05, -1.849094516220e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 4, 0, 0, 0 } }, + { -4.912800532351e-07, -6.242687486552e-05, { 2, 0, 0, 0, 0, 25, -25, 0, 0, 0, 0, 0, 0 } }, + { -1.145360949493e-05, 5.146156928463e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 2, -4, 0, 0, 0 } }, + { -5.014643284934e-05, 1.273432582847e-05, { 1, -1, -1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 6.133923191098e-05, -1.534683729751e-06, { 0, 0, 1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { -6.058087775592e-05, -2.290943542845e-06, { 2, 0, -2, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { -6.099378263833e-05, 1.844295129526e-06, { 2, 0, -1, 0, -1, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.413143073341e-06, -6.040419012916e-05, { 0, 0, 1, 0, 0, 3, -4, 0, 1, 0, 0, 0, 0 } }, + { -3.325370254107e-05, 2.947869116431e-05, { 0, 0, 2, 0, 0, 12, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.389045053234e-05, -1.881333752890e-05, { 0, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.892489707520e-06, 5.980467090494e-05, { 4, -2, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -3.971517715129e-06, -5.872395532199e-05, { 2, 0, 2, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 4.669672356348e-05, 1.593167318862e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { 6.024382247978e-05, 2.383518787098e-06, { 2, 0, -1, 0, 0, 0, 14, -17, 0, 0, 0, 0, 0 } }, + { -6.026647832699e-05, -2.277822085541e-06, { 2, -2, 0, 0, 0, 26, -27, 0, 0, 0, 0, 0, 0 } }, + { 2.336124078160e-05, 3.914443247078e-05, { 0, 0, 1, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0 } }, + { 4.676302795902e-08, 6.244041502767e-05, { 0, 2, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 5.273017399703e-05, 9.729928653002e-06, { 2, 0, 0, 0, 0, 0, -2, 0, -1, 2, 0, 0, 0 } }, + { 6.231492171897e-05, 1.338261810977e-07, { 2, 0, -1, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0 } }, + { -1.561723174908e-05, 4.669137725955e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { 2.258503334608e-06, -6.003382334708e-05, { 3, 0, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.593437594514e-07, 6.212871715348e-05, { 0, 2, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -4.418108229766e-05, 1.808427286126e-05, { 2, 0, 0, 0, 0, -4, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.191008158477e-05, -3.027806623669e-05, { 2, 0, -2, 0, 0, 18, -12, -8, 3, 0, 0, 0, 0 } }, + { -4.271533990280e-05, -1.947191608274e-05, { 1, -1, 1, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { 2.472169501728e-08, -6.212008247091e-05, { 4, 0, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 4.343002066146e-05, -1.861670363371e-05, { 1, -3, 2, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { 1.821302576839e-06, -6.016727552929e-05, { 2, -2, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -6.085731248799e-05, 1.100379087720e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 0, 4, 0, 0, 0 } }, + { -2.302432152918e-05, -3.893050650420e-05, { 0, 0, 2, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { -2.307586028856e-05, -3.881578452492e-05, { 2, 0, -1, 0, 0, 0, 6, -11, -3, 3, 0, 0, 0 } }, + { -1.918073439327e-07, -6.169615701248e-05, { 2, 0, 0, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { 9.149497749965e-06, -5.272617806983e-05, { 2, 0, 0, 0, 0, 0, 6, 0, -7, 0, 0, 0, 0 } }, + { -1.896446768465e-05, -4.289187541677e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 6, 0, 0, 0, 0 } }, + { 5.096500643717e-05, 1.088129109411e-05, { 4, 0, -3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.116548614252e-05, -2.067521148605e-05, { 0, 2, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.081473259925e-05, 1.014241527090e-06, { 2, 0, 0, 0, 0, -12, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.115807340677e-05, 5.063245196476e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -4.190663486612e-05, 1.987562504287e-05, { 2, 0, 0, 0, 0, 0, 13, -17, 0, 0, 0, 0, 0 } }, + { -1.052570079749e-05, -5.119469104913e-05, { 0, 0, 0, 0, 0, 15, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.293875004193e-05, 3.877567394099e-05, { 0, 0, 2, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { -6.042807231078e-05, 1.248897577052e-06, { 2, 0, 0, 0, 0, -13, 14, 0, 0, 0, 0, 0, 0 } }, + { 3.517964329122e-05, -2.647357390451e-05, { 4, 0, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 4.986488005265e-05, -1.177205962567e-05, { 1, -1, -1, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.863590294395e-05, -2.951663750453e-06, { 2, 0, -2, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { -2.294538804929e-05, 3.863421210098e-05, { 2, 0, -1, 0, 0, 0, -6, 11, 3, -3, 0, 0, 0 } }, + { 1.622181845737e-05, -4.530265227776e-05, { 2, 0, -2, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { 6.194529443228e-06, -5.529563227067e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 1, 2, 0, 0, 0 } }, + { -4.973061394347e-05, 1.175510782221e-05, { 1, -1, 1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.003735925901e-05, 5.142784082460e-05, { 2, 0, -3, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.211387366540e-05, -9.268602601675e-06, { 2, 0, 0, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.346928655812e-05, -4.791140788880e-05, { 1, 0, 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 2.089984772330e-06, 5.919751376527e-05, { 2, 0, 3, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 5.614977482855e-08, -6.120950782117e-05, { 0, 2, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.971007498398e-05, 1.521201273374e-06, { 2, 0, 0, 0, 0, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.016113826952e-05, 4.102316533861e-05, { 2, 0, -1, 0, 0, -8, 6, 0, 0, 0, 0, 0, 0 } }, + { 7.909762500450e-06, 5.317787180147e-05, { 2, 0, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 2.317630849131e-05, -3.785533361705e-05, { 2, -2, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 5.133821278839e-05, 9.673587794638e-06, { 2, -2, 0, 0, 4, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.735743828165e-05, 2.361355013116e-05, { 3, 0, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.202815639848e-05, 3.889509782446e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { 4.910189452804e-05, 1.178779786352e-05, { 3, -1, -1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { -1.977657196299e-05, 4.111027027339e-05, { 2, 0, 0, 0, 0, 14, -12, 0, 0, 0, 0, 0, 0 } }, + { -4.926247864934e-05, -1.162147136911e-05, { 1, -1, -1, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { 3.023646720183e-05, -3.063324463205e-05, { 1, 0, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 1.348516241802e-05, 4.738208744492e-05, { 2, 0, -1, 0, 0, 8, -9, -8, 3, 0, 0, 0, 0 } }, + { 1.447573405068e-05, -4.639135079407e-05, { 1, -1, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.485508365131e-05, -4.598093680367e-05, { 4, 0, -1, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { -4.905021102607e-05, -1.171297757769e-05, { 0, 1, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.439235383556e-05, -3.635716239949e-05, { 2, 0, 1, 0, 0, -20, 16, 7, -8, 6, 0, 0, 0 } }, + { 2.439235383556e-05, 3.635716239949e-05, { 2, 0, -1, 0, 0, 20, -16, -7, 8, -6, 0, 0, 0 } }, + { -5.926659480744e-05, 1.418619392288e-06, { 2, 0, 0, 0, 0, -14, 15, 0, 0, 0, 0, 0, 0 } }, + { -4.897703844465e-05, -1.168295435917e-05, { 1, 1, -2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.449464470746e-05, 4.615822181838e-05, { 1, 0, 0, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 1.084037453940e-06, -5.952046278378e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -2, -3, 0, 0, 0 } }, + { -5.720337581329e-06, 5.488322406161e-05, { 1, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.335246653286e-05, -4.715921939369e-05, { 4, -2, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 5.322863804016e-08, -6.039113837362e-05, { 3, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.871024732999e-05, 2.171271439589e-05, { 2, 0, 2, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -2.709900057751e-05, -3.330993686380e-05, { 2, 0, -1, 0, 0, 0, 4, -9, 0, 0, 0, 0, 0 } }, + { -2.445826660773e-05, -3.594250432350e-05, { 2, 0, 1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -4.874538486713e-05, -1.163342841613e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -4, 10, 0, 0, 0 } }, + { 4.107778889778e-05, -1.920086864037e-05, { 2, 0, -2, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 8.774021662349e-06, 5.149167902815e-05, { 3, -1, -1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -7.272012259500e-09, -6.023989364931e-05, { 2, 0, -1, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 3.684650635470e-05, -2.331363889844e-05, { 3, 0, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.279942049555e-07, 5.998983801941e-05, { 2, 0, 2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 5.716078357483e-05, 2.934262309038e-06, { 2, 0, 0, 0, 0, 17, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.937446919822e-05, 4.068364295261e-05, { 1, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.476620688281e-06, 5.657370567081e-05, { 0, 0, 1, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -3.343419152607e-05, -2.659200712714e-05, { 0, 0, 2, 0, 0, -15, 11, 0, 0, 0, 0, 0, 0 } }, + { 8.958388197404e-06, 5.106767233413e-05, { 2, 0, -2, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.624203382070e-08, -5.999999780164e-05, { 0, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.953097093182e-09, 5.999999992733e-05, { 2, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.350884840912e-09, -5.999999998479e-05, { 1, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.204277183791e-09, 5.999999998791e-05, { 2, 1, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -1.204277183791e-09, -5.999999998791e-05, { 0, 1, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -6.597344572416e-10, -5.999999999637e-05, { 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 6.492624817270e-10, 5.999999999649e-05, { 2, -1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -6.073745796979e-10, -5.999999999693e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 1.099557428731e-10, 5.999999999980e-05, { 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.800120810034e-08, 5.994806427564e-05, { 3, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -8.966905691773e-06, -5.075222632721e-05, { 0, 0, 0, 0, 0, 23, -25, 0, 0, 0, 0, 0, 0 } }, + { -2.048450060895e-05, 3.922946738718e-05, { 2, 0, 0, 0, 0, -26, 28, 0, 0, 0, 0, 0, 0 } }, + { -2.177345664689e-08, -5.968791321944e-05, { 1, 0, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.707899992492e-05, 3.260803987396e-05, { 2, 0, 0, 0, 0, 3, -6, 4, 0, 0, 0, 0, 0 } }, + { -7.676389582771e-06, -5.199773303144e-05, { 0, 0, 0, 0, 0, 22, -24, 0, 0, 0, 0, 0, 0 } }, + { -3.565380078229e-05, -2.401931458644e-05, { 0, 0, 1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.886060413959e-05, 8.054807143060e-07, { 2, 0, 0, 0, 0, -11, 12, 0, 0, 0, 0, 0, 0 } }, + { -2.565226145398e-05, 3.399200796799e-05, { 1, 1, -4, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -5.777663778061e-05, 1.867171248961e-06, { 0, 0, 1, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { 1.056786062146e-06, 5.852897972814e-05, { 0, 0, 0, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0 } }, + { -4.518973257989e-05, 1.436868901200e-05, { 2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.607676124669e-06, 5.690931359188e-05, { 2, 0, -2, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { 3.570614860446e-05, 2.378875614446e-05, { 1, 0, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 4.815298326459e-05, -1.133440687915e-05, { 1, -1, 0, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { -2.372104613609e-05, 3.572721169888e-05, { 2, 0, 1, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 2.824378235207e-08, -5.941837309430e-05, { 1, 0, 1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.320720213200e-05, -4.618735826451e-05, { 1, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -8.706930059289e-06, 5.067088810921e-05, { 2, -2, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -3.045543725616e-06, -5.633187732578e-05, { 0, 0, 2, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { 5.663408347514e-05, 2.696776819327e-06, { 2, 0, 1, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -5.680368788480e-05, -2.510410114933e-06, { 4, 0, -2, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -2.599098137732e-05, -3.329515369806e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 6, 0, 0, 0, 0 } }, + { -9.608026108894e-06, 4.960167516076e-05, { 2, 0, 0, 0, 0, 0, 5, 0, -4, 0, 0, 0, 0 } }, + { -2.962512580202e-05, -2.957321601426e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 1, -1, 0, 0, 0 } }, + { -3.391581498473e-05, 2.527935657712e-05, { 4, 0, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 7.631719608428e-07, 5.835282646427e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { 2.268773683896e-05, 3.640587947208e-05, { 2, 0, 0, 0, 0, -3, 18, -25, 2, 0, 0, 0, 0 } }, + { 2.268808828644e-05, -3.639901245527e-05, { 2, 0, 0, 0, 0, 3, -18, 25, -2, 0, 0, 0, 0 } }, + { 3.841181760764e-05, -2.063928456677e-05, { 2, 0, 0, 0, 0, 0, -9, 11, 0, 0, 0, 0, 0 } }, + { 4.777586696745e-05, 1.123432705644e-05, { 1, 1, 0, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { 3.541083926405e-05, -2.358730001022e-05, { 1, 0, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -4.324994028624e-05, 1.573022742548e-05, { 1, -1, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -1.334947668440e-06, 5.761348892059e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -3, 0, 1, 0, 0 } }, + { -4.857464664857e-08, -5.889976082962e-05, { 2, 0, 1, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.760731790126e-05, 4.129184030751e-05, { 2, 0, -1, 0, 0, 0, 11, -18, 0, 0, 0, 0, 0 } }, + { -5.047210064824e-05, 8.405014726509e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -4.811830268543e-05, 1.075382732086e-05, { 2, 0, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { -7.968248241311e-07, -5.805406636014e-05, { 2, 0, 0, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0 } }, + { 6.980459924007e-06, 5.184464617676e-05, { 1, 1, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.899505440690e-07, -5.850517470815e-05, { 0, 0, 1, 0, 0, -3, 5, 0, 0, -4, 0, 2, 0 } }, + { -2.899500600099e-07, 5.850490141173e-05, { 0, 0, 1, 0, 0, 3, -5, 0, 0, 4, 0, -2, 0 } }, + { -6.744358513772e-06, 5.205018702253e-05, { 4, 0, -1, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 4.515340425382e-05, -1.357917018980e-05, { 0, 0, 1, 0, 4, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.768584859468e-05, -1.104348773153e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 0, 2, 0, 0, 0 } }, + { -4.821879341049e-08, 5.866557401826e-05, { 4, 0, -2, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 6.365733488685e-06, 5.232636024054e-05, { 1, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 4.922952321722e-05, 9.454761313768e-06, { 0, 0, 2, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.563510626538e-06, -5.610494432415e-05, { 2, 0, 0, 0, 0, 0, -7, 16, -4, -5, 0, 0, 0 } }, + { -1.078837049357e-05, 4.784570951774e-05, { 1, -1, -1, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { -5.524692888367e-05, -3.338563748472e-06, { 2, 0, 0, 0, 0, 0, 14, -17, 0, 0, 0, 0, 0 } }, + { 1.338845502470e-05, -4.519134594065e-05, { 2, -2, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.664111055720e-05, -1.190525446616e-05, { 1, 1, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.960069461773e-05, 3.890904924021e-05, { 0, 0, 1, 0, 0, -11, 9, 0, 0, 0, 0, 0, 0 } }, + { 5.035063013143e-05, 8.147980577190e-06, { 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 } }, + { 4.774868375839e-05, 1.074436284867e-05, { 2, -2, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.004048490751e-06, 5.548382738915e-05, { 0, 0, 2, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -5.106160524353e-06, -5.335519255380e-05, { 2, 0, 1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { 2.899754090767e-06, 5.554790979900e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 3, -1, 0, 0, 0 } }, + { -1.253292179805e-05, 4.583411958449e-05, { 3, -1, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.181904413871e-05, 2.648745196306e-05, { 0, 0, 2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 4.387612976627e-05, -1.441024498624e-05, { 4, 0, -1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.542407716646e-05, -2.285814220003e-05, { 2, 0, 1, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { 4.023346959517e-05, -1.803637851345e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 7, 0, 0, 0 } }, + { 7.937065844935e-06, -5.031114360888e-05, { 2, 0, -1, 0, 0, 0, -5, 8, -1, -5, 0, 0, 0 } }, + { -1.604502913622e-05, -4.220190908894e-05, { 0, 0, 3, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.004419488190e-05, -4.814894565802e-05, { 1, 1, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.653882298523e-05, 2.161735391177e-05, { 1, 1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.284964933910e-05, -4.523100819953e-05, { 2, 0, -1, 0, 0, -8, 9, 8, -3, 0, 0, 0, 0 } }, + { -1.952003482230e-05, -3.849008483642e-05, { 1, -1, 1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.237685038133e-05, -4.556679483223e-05, { 3, -1, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.166837821020e-05, 3.627000014082e-05, { 1, 1, -2, 0, 0, -12, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.352238417624e-06, -5.654304061884e-05, { 4, 0, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 4.173478736449e-05, -1.615893875589e-05, { 1, -1, -1, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { -3.543163745452e-05, 2.244412024713e-05, { 3, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -4.198683086495e-05, 1.585024512422e-05, { 1, -1, 2, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 5.056323827123e-05, 7.261785504239e-06, { 2, 0, 1, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { 2.420311451617e-05, 3.355198551357e-05, { 2, 0, -2, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 1.528474942691e-05, -4.245709873581e-05, { 2, 0, 1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 9.876858706106e-09, 5.770800746754e-05, { 2, -2, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -2.703130148006e-06, 5.498341481026e-05, { 4, 0, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.533859857423e-05, 4.234450118610e-05, { 2, 0, -1, 0, 0, 3, -7, 0, 0, 0, 0, 0, 0 } }, + { 8.435775804626e-06, -4.923880359633e-05, { 2, 0, -2, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { -8.259248898095e-06, 4.936889152716e-05, { 2, 0, -1, 0, 0, 0, 6, 0, -7, 0, 0, 0, 0 } }, + { -1.090389416645e-05, -4.672290983731e-05, { 0, 0, 1, 0, 0, 6, -10, 0, 3, 0, 0, -1, 0 } }, + { -1.090557389629e-05, 4.671331475535e-05, { 0, 0, 1, 0, 0, -6, 10, 0, -3, 0, 0, 1, 0 } }, + { -5.638860043901e-05, 1.220370094047e-06, { 4, 0, -2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -4.563466922280e-05, 1.196727369172e-05, { 2, 0, 0, 0, 0, 0, -2, 0, -1, 5, 0, 0, 0 } }, + { -4.142737376426e-05, 1.616621080786e-05, { 1, 1, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 1.938051873521e-05, 3.820748921104e-05, { 1, -1, -1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 4.669853364705e-05, 1.072855817650e-05, { 3, -1, -1, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -6.443117176448e-07, 5.674414374054e-05, { 3, 0, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -2.514162911600e-07, -5.713127368064e-05, { 0, 0, 1, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0 } }, + { -1.425030951409e-05, -4.311134209215e-05, { 2, 0, -2, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.764550908718e-05, 9.714409702519e-06, { 3, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -9.093418807615e-06, 4.826143971254e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 2, -4, 0, 0, 0 } }, + { 4.319797180929e-05, -1.410849542444e-05, { 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 5.659823899399e-05, -6.463563361075e-07, { 4, 0, -1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.932573377761e-05, -2.785987983945e-05, { 2, 0, -1, 0, 0, 0, 10, -16, 3, 0, 0, 0, 0 } }, + { -2.061112105017e-05, 3.649774479536e-05, { 2, 0, 2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -4.836959941749e-08, 5.700449494232e-05, { 0, 0, 2, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -5.527759230285e-05, 1.750397473844e-06, { 0, 0, 1, 0, 0, -11, 12, 0, 0, 0, 0, 0, 0 } }, + { 4.977613001143e-05, -7.240798416744e-06, { 2, 0, -2, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { -4.627343127666e-05, -1.070208322007e-05, { 1, 1, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 6.145884103238e-07, 5.629867803509e-05, { 2, -2, 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 2.585950435990e-07, -5.664093952014e-05, { 2, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.921952350177e-05, -3.766539108272e-05, { 1, -1, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.271301164651e-05, 1.413113241889e-05, { 2, 0, 0, 0, 0, -5, 2, 0, 0, 0, 0, 0, 0 } }, + { 4.586517657555e-05, -1.097791686311e-05, { 1, 1, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.141096740697e-05, 5.430421797810e-06, { 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.011713093274e-05, 4.665535870687e-05, { 2, 0, 0, 0, 0, 0, 2, 0, -3, 2, 0, 0, 0 } }, + { -4.639724090450e-05, -1.036346859796e-05, { 0, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.878921410166e-05, 1.795516021882e-05, { 0, 0, 0, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { -3.075251239975e-05, 2.598828179146e-05, { 4, 0, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -7.975101192673e-06, -4.873827387833e-05, { 4, 0, -1, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -2.967411205191e-05, -2.703208993427e-05, { 2, 0, 0, 0, 0, -11, 7, 0, 0, 0, 0, 0, 0 } }, + { -5.522546603098e-06, 5.115750473800e-05, { 1, 0, 0, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -3.880534110887e-05, -1.787142664869e-05, { 0, 0, 1, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.583287503481e-05, 7.950539712543e-07, { 4, 0, -1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -4.838653227000e-05, 8.199175867300e-06, { 1, -1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.633235649364e-05, -1.019985002467e-05, { 3, 0, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 4.360345511791e-05, 1.288711781145e-05, { 2, 0, -1, 0, 0, 0, -1, 5, 0, 0, 0, 0, 0 } }, + { -3.057822850656e-05, -2.585742747644e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { -9.113193306523e-06, -4.731505947247e-05, { 1, -1, -1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -4.592414993936e-05, -1.045100977907e-05, { 0, 0, 3, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -3.423831375160e-05, -2.209060417344e-05, { 2, 0, -2, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { 1.100598692465e-05, 4.531915643510e-05, { 3, -1, -1, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { 4.828965299359e-05, 7.960201999131e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 6, -5, 0, 0, 0 } }, + { -1.877507755323e-05, 3.746989770372e-05, { 1, -1, 1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 2.690720555707e-05, -2.932660382696e-05, { 3, 0, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 2.138583022613e-05, -3.483650574863e-05, { 2, 0, -1, 0, 0, 0, 10, -9, 0, 0, 0, 0, 0 } }, + { -3.695316863647e-05, 1.921573715766e-05, { 2, 0, -2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -5.249485616172e-05, -3.667055036938e-06, { 2, 0, -1, 0, 0, 14, -13, 0, 0, 0, 0, 0, 0 } }, + { 3.148929084659e-05, 2.466626364042e-05, { 2, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.998271546550e-05, -3.583990131765e-05, { 2, 0, 1, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { 4.008687531802e-05, -1.573378305436e-05, { 2, -1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -3.472452080812e-05, -2.108880274302e-05, { 2, 0, 0, 0, 0, 0, 15, -17, 0, 0, 0, 0, 0 } }, + { -4.026500931564e-05, 1.550116443601e-05, { 1, -1, 1, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { 7.640482713272e-08, -5.568695347391e-05, { 3, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.992743714339e-05, -3.582277996053e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 2, 5, 0, 0, 0 } }, + { -4.696468848834e-05, -8.782210192013e-06, { 4, 0, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 8.942575858303e-06, -4.679302483871e-05, { 3, -1, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -8.638672598389e-06, 4.708770484418e-05, { 1, -1, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.394410738973e-05, 1.727148617531e-06, { 4, 0, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.439746281192e-05, 1.237624779726e-06, { 0, 2, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.816010185181e-05, -3.743064387582e-05, { 2, 0, -1, 0, 0, 12, -10, 0, 0, 0, 0, 0, 0 } }, + { 3.983253443890e-05, 1.575022701133e-05, { 1, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 5.319922205084e-05, 2.352436011019e-06, { 4, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.502335206564e-05, -5.017843578539e-07, { 4, 0, -2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -3.319547925158e-05, -2.231726141932e-05, { 2, 0, -1, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.605850823650e-09, -5.549409877991e-05, { 0, 0, 2, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { 4.490860363290e-05, -1.058521875928e-05, { 1, 1, -1, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.134174929015e-05, -4.414271793080e-05, { 1, 1, 0, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.790953543800e-05, 3.756012441862e-05, { 2, 0, 0, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0 } }, + { -5.209769924425e-05, -3.353275457921e-06, { 1, 1, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -5.055724493020e-05, -4.872942010670e-06, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0 } }, + { -1.620766915650e-05, 3.920638142832e-05, { 0, 0, 3, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.302303488022e-05, -1.234147653408e-05, { 2, 0, 1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 2.280686546064e-06, 5.306836060282e-05, { 2, 0, 0, 0, 0, 19, -21, 0, 0, 0, 0, 0, 0 } }, + { 1.526590131156e-05, -4.008246475962e-05, { 2, 0, 0, 0, 0, 0, 5, 0, -7, 0, 0, 0, 0 } }, + { 7.981346976187e-06, 4.733674305056e-05, { 1, 1, -1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.838551468980e-05, 6.911553614362e-06, { 2, 0, 0, 0, 0, -3, 4, 0, -2, 0, 0, 0, 0 } }, + { -5.353797338523e-05, 1.732560936230e-06, { 0, 0, 1, 0, 0, -12, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.192276479281e-06, 5.407735768186e-05, { 3, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.910017831627e-06, -5.334482225264e-05, { 2, 0, 0, 0, 0, 0, -5, 0, 6, 0, 0, 0, 0 } }, + { 2.296325743913e-05, 3.227691896837e-05, { 3, 0, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.103607645425e-05, -4.419443722926e-05, { 1, 1, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 4.312141376682e-05, -1.209234444820e-05, { 1, -1, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.596161931605e-05, 2.924905808299e-05, { 2, 0, -1, 0, 0, 0, 1, 2, -3, 0, 0, 0, 0 } }, + { -2.054498356921e-05, 3.457429641578e-05, { 2, 0, 0, 0, 0, 0, 10, -9, 0, 0, 0, 0, 0 } }, + { -1.573606561509e-05, 3.936220872451e-05, { 0, 2, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 3.989010865256e-05, 1.519639569874e-05, { 0, 0, 1, 0, 0, -3, 6, -4, 0, 0, 0, 0, 0 } }, + { 1.230930539860e-05, -4.273900527077e-05, { 1, -1, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -3.492216253847e-05, 2.011815034540e-05, { 4, 0, -2, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -3.540499088807e-05, -1.962769596155e-05, { 1, -1, 1, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { 5.442517050427e-05, 6.021957727721e-07, { 1, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.250728017950e-05, 2.249569708108e-05, { 2, 0, 1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -2.685281916594e-05, 2.812983676434e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 1, 5, 0, 0, 0 } }, + { 1.835332460903e-05, -3.662834722859e-05, { 1, -1, -1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -4.570846895976e-05, -9.241821118859e-06, { 4, 0, -1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.193814146214e-05, 2.300707829042e-05, { 2, -2, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 2.245326491144e-05, -3.248078394139e-05, { 2, 0, -1, 0, 0, 0, 14, -19, 0, 0, 0, 0, 0 } }, + { -3.962400275887e-05, -1.526539478510e-05, { 2, 0, -3, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { 3.456628229996e-05, -2.032086066384e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -3, 3, 0, 0, 0 } }, + { -4.581876217343e-05, 9.057858644648e-06, { 2, 0, -1, 0, 0, -8, 11, 0, 0, 0, 0, 0, 0 } }, + { 3.110561510248e-06, 5.176225637524e-05, { 6, 0, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 3.751746268080e-06, -5.111506990710e-05, { 2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.701186558746e-07, 5.412405043532e-05, { 6, 0, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 4.206814878258e-05, -1.269882222407e-05, { 0, 0, 2, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -1.466111019045e-05, -4.009181737225e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { -5.007627253320e-05, 4.634355826340e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0 } }, + { -5.035711194807e-06, -4.966495439129e-05, { 1, 0, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -8.718660633229e-06, 4.596272450273e-05, { 1, -1, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -8.568841050515e-06, 4.609069908276e-05, { 1, -1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.274268705819e-05, -4.183354314518e-05, { 3, 0, -2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.798863777128e-05, -1.658281269298e-05, { 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.432554145878e-08, 5.450382441661e-05, { 2, 0, -2, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 8.146588213657e-06, -4.640004776682e-05, { 2, 0, 0, 0, 0, 0, 3, 0, -1, -5, 0, 0, 0 } }, + { -3.688015460671e-05, 1.761297247073e-05, { 2, 0, 0, 0, 0, 0, 14, -18, 0, 0, 0, 0, 0 } }, + { 1.372070217706e-05, 4.074097826867e-05, { 1, 0, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 3.248095482319e-05, 2.180258104891e-05, { 2, 0, -1, 0, 0, -5, 10, 0, 0, 0, 0, 0, 0 } }, + { 4.979932495163e-05, -4.475179813388e-06, { 1, 1, 1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.979946864213e-05, 4.473580552659e-06, { 3, -1, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.979954124877e-05, 4.472772228905e-06, { 1, -1, -1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.979960837872e-05, 4.472024745675e-06, { 1, -1, 1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.966998109532e-05, -3.457640037383e-05, { 4, 0, -2, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -2.548786810340e-05, 2.875345746972e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 1, 5, 0, 0, 0 } }, + { -5.256011153762e-05, 1.640715335664e-06, { 1, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.839747299929e-06, -5.127741493220e-05, { 2, -2, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 6.918538424585e-07, 5.334785709969e-05, { 1, 0, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.114027628065e-05, 4.286984849784e-05, { 2, 0, -1, 0, 0, 0, 1, -2, 1, 0, 0, 0, 0 } }, + { -1.541649257229e-07, 5.377666961072e-05, { 6, 0, -3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 9.577171027202e-06, -4.431735869349e-05, { 2, 0, 1, 0, 0, -20, 19, 0, 3, 0, 0, 0, 0 } }, + { 9.577171027202e-06, 4.431735869349e-05, { 2, 0, -1, 0, 0, 20, -19, 0, -3, 0, 0, 0, 0 } }, + { -1.933217559685e-05, 3.455623499898e-05, { 2, 0, 1, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { -2.511338519530e-05, -2.875145468728e-05, { 2, 0, 0, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.354365790641e-05, 1.031215745666e-05, { 1, 1, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.589620227643e-05, 3.795701697008e-05, { 1, 1, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -6.505490160980e-06, 4.731027485705e-05, { 2, 0, -1, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0 } }, + { 8.243052553811e-06, 4.549933711313e-05, { 2, 0, -3, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -1.267854012462e-06, 5.245799007168e-05, { 0, 2, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.903911157354e-05, 3.467210665362e-05, { 1, -2, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -2.403577513894e-05, -2.961623968850e-05, { 1, 0, 1, 0, 1, -28, 29, 0, 0, 0, 0, 0, 0 } }, + { 2.403577513894e-05, 2.961623968850e-05, { 1, 0, -1, 0, 1, -28, 29, 0, 0, 0, 0, 0, 0 } }, + { 1.164232042656e-05, -4.199207613957e-05, { 2, 0, -2, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.281891529772e-05, 1.081545705410e-05, { 1, 1, -1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 3.167053716226e-05, 2.192524722786e-05, { 0, 0, 2, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 6.465548542824e-06, 4.704212941906e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 7, 0, 0, 0 } }, + { -1.819684400363e-05, 3.531026836144e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 2, 1, 0, 0, 0 } }, + { -4.306939386785e-05, 1.042162033854e-05, { 0, 0, 4, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 6.586208286238e-06, 4.686602912472e-05, { 0, 0, 0, 0, 0, 25, -27, 0, 0, 0, 0, 0, 0 } }, + { -1.085050408729e-05, -4.258418794060e-05, { 2, 0, -1, 0, 0, 0, -1, 2, -1, 0, 0, 0, 0 } }, + { -4.203201452414e-05, 1.133610422957e-05, { 2, 0, 0, 0, 0, 0, -4, 6, -2, 0, 0, 0, 0 } }, + { 1.511048078577e-05, -3.825192653063e-05, { 2, 0, 0, 0, 0, 0, -3, 1, 0, 0, 0, 0, 0 } }, + { 4.305364157720e-05, 1.028206814536e-05, { 3, -1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.432765466991e-05, 8.995760805284e-06, { 2, 0, -2, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { 2.993799056025e-05, 2.336145687316e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, -3, 0, 0, 0 } }, + { 3.777544440626e-05, 1.545931855569e-05, { 2, 0, 0, 0, 0, 5, -7, -4, 0, 0, 0, 0, 0 } }, + { 3.146765623188e-05, -2.175295090012e-05, { 0, 0, 2, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { -1.769961932737e-05, -3.543807691402e-05, { 1, 0, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.879325423116e-06, -5.125552782679e-05, { 3, 0, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -3.151386335403e-05, 2.159743405058e-05, { 0, 2, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -5.140062394894e-05, -1.708809109134e-06, { 2, 0, 2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.258518606066e-05, 1.051868441936e-05, { 1, -1, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.076945156851e-05, -1.231745183269e-05, { 2, 0, 1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.021109575318e-05, -4.287150652700e-05, { 2, 0, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { 3.284357637560e-05, 2.019889053689e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 1, -2, 0, 0, 0 } }, + { -1.385090313383e-06, -5.164511318904e-05, { 2, 0, -3, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.063425985388e-05, 3.234636791785e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -3, 5, 0, 0, 0 } }, + { 2.151536494988e-06, -5.080420287610e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 6, 0, 0, 0 } }, + { 1.634803379468e-05, 3.650673624207e-05, { 2, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.086000812596e-05, -1.978323877606e-06, { 0, 0, 1, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { 4.272020815857e-05, 1.011787983159e-05, { 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.809525474411e-05, -3.472321192122e-05, { 2, 0, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.031772696550e-05, -4.248339629726e-05, { 1, 1, 1, 0, 0, -26, 28, 0, 0, 0, 0, 0, 0 } }, + { 4.348408392311e-05, 9.305834652129e-06, { 1, -1, 1, 0, 0, 3, -4, 0, 2, 0, 0, 0, 0 } }, + { -4.348408392311e-05, -9.305834652129e-06, { 1, -1, -1, 0, 0, 3, -4, 0, 2, 0, 0, 0, 0 } }, + { 5.099920445390e-05, 1.777464677231e-06, { 2, 0, -2, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.619116709440e-05, -3.657657868255e-05, { 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.806353413742e-05, 1.464691751466e-05, { 4, 0, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -1.017811226812e-07, 5.258949173968e-05, { 0, 2, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -9.070493608720e-06, 4.361170809107e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 2, -6, 0, 0, 0 } }, + { -4.677479163815e-05, -5.899213724432e-06, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 } }, + { -8.664915101110e-06, -4.399988594382e-05, { 0, 0, 0, 0, 0, 16, -18, 0, 0, 0, 0, 0, 0 } }, + { -5.211819898508e-05, 5.156589001990e-07, { 2, 0, 0, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.047006817176e-05, 4.215000269732e-05, { 1, -1, 0, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -2.786025110956e-05, -2.471408865696e-05, { 4, 0, 0, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.155773724783e-05, 4.100616001471e-05, { 1, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 4.268302784570e-05, -9.875083782751e-06, { 1, -1, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 6.007390518842e-09, -5.246649681381e-05, { 0, 2, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.875706948959e-05, 2.368632860801e-05, { 0, 0, 4, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 4.161639775389e-05, 1.077292920808e-05, { 1, 1, 0, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { 2.356923361282e-05, 2.877228221943e-05, { 2, 0, -1, 0, 0, 3, -2, -2, 0, 0, 0, 0, 0 } }, + { -1.025135223767e-05, -4.200523251916e-05, { 1, -1, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.452596302881e-05, 2.772546096784e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -1, -3, 0, 0, 0 } }, + { -1.386977625860e-08, 5.223493103929e-05, { 6, 0, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.606375093647e-06, 4.462418579129e-05, { 1, -1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 8.243514302159e-06, -4.394603185685e-05, { 2, -2, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.811739663669e-05, 2.405042536080e-05, { 2, 0, -1, 0, 0, 8, -17, 8, -3, 0, 0, 0, 0 } }, + { 4.737673675806e-05, 4.765216789520e-06, { 0, 0, 0, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0 } }, + { 1.725463004413e-05, -3.484850335476e-05, { 0, 0, 1, 0, 0, 10, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.759801687784e-05, 2.449352791714e-05, { 2, 0, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 5.076603584559e-05, 1.288461482556e-06, { 2, 0, -3, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -8.461361423437e-06, 4.357953379104e-05, { 1, -1, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.902245407328e-05, 1.301511136357e-05, { 0, 0, 1, 0, 0, 1, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.905253694774e-05, -2.962838161439e-06, { 4, 0, -2, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.068699634079e-05, -2.125485963625e-05, { 4, 0, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 9.551313510544e-09, -5.191072589339e-05, { 2, -2, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 4.164191917028e-05, 1.023849963491e-05, { 1, 1, -1, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { -2.895635207173e-06, 4.894495670063e-05, { 0, 0, 1, 0, 0, 0, 6, -12, 0, 0, 0, 0, 0 } }, + { -9.516504742230e-06, -4.231485672439e-05, { 2, 0, 0, 0, 0, 0, -1, 2, -1, 0, 0, 0, 0 } }, + { 1.549948595753e-05, 3.630156257983e-05, { 2, 0, -1, 0, 0, 0, 10, -17, 0, 0, 0, 0, 0 } }, + { -2.072740685471e-05, -3.107049931721e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 5, -3, 0, 0, 0 } }, + { -2.655484589308e-09, -5.174695007652e-05, { 4, 0, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.376435376965e-05, 3.797722189417e-05, { 2, -2, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -5.382556060934e-06, -4.631870789031e-05, { 2, 0, -2, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { -3.976358934990e-05, -1.192096299547e-05, { 6, 0, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.262374239434e-05, 3.905156541090e-05, { 0, 0, 0, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -3.972432127379e-05, 1.190766364179e-05, { 6, 0, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.334636737385e-05, -3.820919583266e-05, { 4, 0, -2, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.307410889909e-05, -3.847530020679e-05, { 1, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 4.116180474807e-05, -1.037562370412e-05, { 3, -1, -2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 8.335466815290e-06, 4.319222731602e-05, { 1, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.248210974428e-05, -2.903414403380e-05, { 2, 0, 0, 0, 0, 0, -9, 10, 0, 0, 0, 0, 0 } }, + { 4.084050225193e-05, 1.066435768194e-05, { 0, 0, 0, 0, 0, 17, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.454036205218e-05, -3.695102168725e-05, { 4, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -2.360236869709e-05, 2.788761182994e-05, { 2, 0, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0 } }, + { 8.781626952937e-07, -5.060288559739e-05, { 0, 0, 2, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { -9.554957913695e-06, 4.190342473288e-05, { 2, 0, 0, 0, 0, 0, 1, -2, 1, 0, 0, 0, 0 } }, + { -4.969711928950e-05, 1.666682385733e-06, { 0, 0, 1, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { -6.250249140425e-06, 4.510866966035e-05, { 1, -1, 1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.858007602708e-05, 2.763286697883e-06, { 4, 0, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -8.516555975030e-06, -4.282369521611e-05, { 4, 0, -2, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 6.536077267972e-06, 4.476134553836e-05, { 2, 0, 0, 0, 0, 0, 3, 0, -5, 5, 0, 0, 0 } }, + { -3.757520602333e-05, -1.371509724006e-05, { 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.672148456506e-05, -2.455394578056e-05, { 0, 0, 0, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { -4.216758187449e-05, 9.028693797197e-06, { 2, 0, 0, 0, 0, 12, -15, 0, 0, 0, 0, 0, 0 } }, + { -4.189807318861e-05, -9.219572856446e-06, { 2, 0, 1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { 8.341113670162e-08, -5.102279722043e-05, { 3, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.941619148862e-08, -5.105688208055e-05, { 3, 0, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 8.561884867999e-07, 5.019437826443e-05, { 0, 0, 2, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { -6.425445693882e-06, 4.457502577191e-05, { 2, 0, -2, 0, 0, 0, 2, 0, 0, -4, 0, 0, 0 } }, + { 5.570083811452e-06, 4.540227759896e-05, { 0, 0, 1, 0, 0, 0, -4, 0, 5, 0, 0, 0, 0 } }, + { 2.961076385021e-05, -2.134965850839e-05, { 4, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -7.978678755685e-06, -4.296195619785e-05, { 2, 0, 0, 0, 0, 0, 3, -8, 0, 0, 0, 0, 0 } }, + { -2.423521958791e-05, 2.669422529916e-05, { 2, 0, 1, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -1.696025721630e-05, 3.395685894859e-05, { 1, 0, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -5.987790693513e-06, 4.492321879260e-05, { 3, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.653368633383e-05, -2.436527209177e-05, { 2, 0, 0, 0, 0, 0, -5, 0, 2, 0, 0, 0, 0 } }, + { 1.500455591295e-05, -3.588425394356e-05, { 4, 0, -2, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 4.816675808919e-05, 2.718097222145e-06, { 2, 0, -2, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 3.725777977924e-06, -4.712304453553e-05, { 1, 1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.385506050608e-05, -1.697474907320e-05, { 2, 0, -1, 0, 0, 0, 15, -19, 0, 0, 0, 0, 0 } }, + { 2.699835659202e-05, 2.379978283427e-05, { 2, 0, -1, 0, 0, 0, -10, 16, -4, -5, 0, 0, 0 } }, + { 1.084038108265e-05, -3.995594266207e-05, { 2, 0, 1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { -2.944378762425e-08, -5.076243235723e-05, { 2, 0, -1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.802815405498e-05, 3.275379253047e-05, { 0, 0, 3, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { 2.190888075649e-07, -5.053334941530e-05, { 0, 0, 1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -3.339972202022e-05, 1.734808925789e-05, { 2, 0, 1, 0, 0, -38, 37, 0, 0, 0, 0, 0, 0 } }, + { 3.339972202022e-05, -1.734808925789e-05, { 2, 0, -1, 0, 0, -38, 37, 0, 0, 0, 0, 0, 0 } }, + { -3.161801069754e-05, -1.908246638466e-05, { 2, 0, 0, 0, 0, 0, -3, 4, -2, 0, 0, 0, 0 } }, + { 1.847628122545e-05, 3.222268611489e-05, { 0, 0, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0 } }, + { -4.785270920730e-05, -2.829184843834e-06, { 0, 0, 2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 9.658449117639e-06, 4.099556743224e-05, { 2, -2, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 8.103215222798e-06, 4.252983822289e-05, { 1, -1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.092140026317e-06, -4.951181477663e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0 } }, + { -2.585536954439e-05, -2.474463481219e-05, { 1, -1, 1, 0, 0, 0, 1, 0, 2, -4, 0, 0, 0 } }, + { 2.585536954439e-05, 2.474463481219e-05, { 1, -1, -1, 0, 0, 0, 1, 0, 2, -4, 0, 0, 0 } }, + { -3.947554916515e-05, -1.107007904948e-05, { 2, 0, 3, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 3.695458776841e-05, -1.358968882501e-05, { 0, 0, 1, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.084494205100e-05, -9.643551485057e-06, { 1, 1, -1, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.942949214151e-05, 1.105584570082e-05, { 2, 0, 3, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 7.655804797111e-06, -4.282401523220e-05, { 0, 2, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -3.923868792601e-06, 4.654183573711e-05, { 2, 0, 1, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -3.559816169820e-06, 4.686843616930e-05, { 1, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.949829523602e-07, -5.021158213946e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 2, -1, 0, 0, 0 } }, + { 4.845803728318e-05, 1.937549391179e-06, { 2, 0, 0, 0, 0, 24, -25, 0, 0, 0, 0, 0, 0 } }, + { 9.996367229234e-07, -4.937313259188e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 0, 2, 0, 0 } }, + { -4.065045898908e-05, -9.661868929231e-06, { 2, -1, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.490609895298e-05, 5.372845132940e-06, { 2, 0, -2, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { -7.622190169469e-06, 4.265564353791e-05, { 1, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.664616223785e-05, 2.361943173705e-05, { 2, 0, -1, 0, 0, 0, -2, 7, 0, 0, 0, 0, 0 } }, + { 7.292170520233e-06, -4.297033700130e-05, { 2, 0, -3, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.077072375181e-05, -9.488631578760e-06, { 1, -1, 0, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.727923912914e-05, -1.295085404573e-05, { 2, 0, 0, 0, 0, 3, -6, 0, 2, 0, 0, 0, 0 } }, + { 4.205782118029e-05, 8.148083101118e-06, { 0, 0, 1, 0, 0, 0, -3, 0, 3, -1, 0, 0, 0 } }, + { -1.540666377965e-05, 3.479487471623e-05, { 0, 0, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 7.770820198677e-06, -4.239629867565e-05, { 4, 0, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 3.540823953051e-05, -1.474692337583e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 4, 0, 0, 0 } }, + { 3.068457528957e-05, 1.945603523237e-05, { 2, -2, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 6.415849632520e-07, -4.949794375527e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 2, -1, 0, 0, 0 } }, + { -2.933567692511e-05, 2.080299171311e-05, { 4, 0, -1, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { -1.018325535229e-05, 3.994523267427e-05, { 2, 0, -2, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -6.762982131436e-06, -4.336400405417e-05, { 0, 0, 1, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { 4.557070019370e-05, 4.451556122960e-06, { 0, 0, 1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.515108225345e-06, -4.850207118405e-05, { 0, 2, -1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.361356816385e-09, 4.999999998147e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -1.117010721178e-09, 4.999999998752e-05, { 2, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 7.417649320826e-10, -4.999999999450e-05, { 1, -1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 7.330382858084e-10, 4.999999999463e-05, { 4, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -5.934119456665e-10, 4.999999999648e-05, { 0, 1, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -4.276056667451e-10, -4.999999999817e-05, { 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.665191429327e-10, -4.999999999866e-05, { 4, -1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.879793265821e-10, 4.999999999917e-05, { 2, -1, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.617993877942e-10, 4.999999999931e-05, { 2, 1, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.356194490187e-10, -4.999999999944e-05, { 4, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 0.000000000000e+00, 5.000000000000e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 0.000000000000e+00, -5.000000000000e-05, { 2, -2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -5.000000000000e-05, { 0, 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.186470708008e-07, -4.963242066434e-05, { 3, 0, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -3.043360146526e-05, 1.950210583923e-05, { 1, 1, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.671425950725e-05, 3.321861703573e-05, { 0, 0, 1, 0, 0, -12, 10, 0, 0, 0, 0, 0, 0 } }, + { 4.032425098852e-05, 9.526819765072e-06, { 1, -1, 1, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.620668679154e-07, -4.967096822794e-05, { 0, 0, 2, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.985798677783e-05, -9.973082759173e-06, { 1, 0, 1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -3.330532545909e-05, 1.651824314744e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 4, -4, 0, 0, 0 } }, + { 1.745228622742e-05, 3.234347638121e-05, { 1, 0, 0, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -2.902719916163e-06, -4.685445494809e-05, { 2, 0, -1, 0, 0, 17, -19, 0, 0, 0, 0, 0, 0 } }, + { 1.633308742304e-05, 3.338463806257e-05, { 2, 0, -1, 0, 0, -9, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.858239214882e-05, -3.109579217274e-05, { 0, 0, 1, 0, 0, 12, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.315830476275e-05, -3.651247120353e-05, { 4, 0, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 9.116552878397e-06, -4.050574607138e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 2, -6, 3, 0, 0 } }, + { -1.878390370989e-05, 3.082090420519e-05, { 0, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.017563285369e-05, 9.399450025834e-06, { 1, -1, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -3.167293981971e-05, 1.787461354721e-05, { 0, 0, 2, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { -2.924741227547e-05, 2.029844414042e-05, { 2, 0, 0, 0, 0, 0, 1, -8, 3, 0, 0, 0, 0 } }, + { 5.115517973607e-08, -4.949386352944e-05, { 2, 0, -1, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.308147433943e-07, -4.939059734823e-05, { 1, 0, 0, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -4.968375293584e-08, 4.943485241248e-05, { 3, -2, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.027489098248e-05, 1.912848914403e-05, { 2, -2, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 3.292004439109e-05, 1.646766754763e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 0, -1, 0, 0, 0 } }, + { -2.435556387604e-06, 4.694882298206e-05, { 0, 0, 1, 0, 0, 5, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.585048365755e-05, -2.350945026947e-05, { 2, 1, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -2.428712374091e-05, -2.505191572933e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -1, -5, 0, 0, 0 } }, + { -8.094509822216e-06, 4.124418644266e-05, { 1, -1, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -4.209579783241e-05, -7.237611443627e-06, { 1, -1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -3.877664568296e-05, 1.055321181732e-05, { 0, 0, 1, 0, 0, 0, -9, 12, 0, 0, 0, 0, 0 } }, + { 4.088911125481e-05, -8.404290444862e-06, { 0, 0, 2, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { -5.755721924400e-10, 4.924845062963e-05, { 6, 0, -3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.495830879153e-08, -4.916642153404e-05, { 2, 0, -2, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 2.708695040461e-05, 2.211711993942e-05, { 4, 0, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.731295839423e-05, -3.188522607276e-05, { 4, 0, -1, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { 7.143585594173e-07, 4.845905697821e-05, { 2, 0, 2, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 3.616796018407e-05, 1.299818289215e-05, { 1, -1, -1, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.104923911264e-05, -2.806796234969e-05, { 1, -1, 0, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { -9.063076004300e-06, -4.001034855684e-05, { 4, 0, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -3.100684358132e-05, -1.805725497607e-05, { 0, 0, 2, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { 8.628496708751e-07, -4.817964208354e-05, { 2, 0, 1, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { 8.153199817282e-09, -4.899385896776e-05, { 0, 2, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.497752841174e-06, 4.650128590153e-05, { 1, 0, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -7.362500350834e-06, -4.162751661856e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -2, 4, 0, 0, 0 } }, + { 2.652215869630e-08, 4.895756114087e-05, { 2, -2, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 4.872826775473e-05, -2.505244172769e-07, { 2, -2, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.445782417136e-05, 3.450678675995e-05, { 4, 0, -2, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 9.140380599574e-06, 3.976882487488e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 6, -3, 0, 0 } }, + { 7.221101954117e-06, 4.167558372575e-05, { 1, 1, -1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.489380730666e-06, -4.339837687311e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 5, -5, 0, 0, 0 } }, + { -2.101748427167e-08, 4.886492299587e-05, { 0, 0, 4, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -3.713345628807e-05, 1.174250377686e-05, { 2, 0, 0, 0, 0, -6, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.708636732388e-05, 2.178218032973e-05, { 1, -1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { -4.702755450935e-05, -1.836615794446e-06, { 0, 0, 2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.372841085948e-06, -4.147294383781e-05, { 1, 1, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.924467065658e-05, -9.562554929307e-06, { 2, 0, -1, 0, 0, 0, 6, -13, 0, 0, 0, 0, 0 } }, + { 1.915438058857e-06, -4.683335741023e-05, { 4, 0, -2, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { -3.585982658731e-05, -1.287212748366e-05, { 1, -1, 1, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 5.168558284706e-07, 4.816569897420e-05, { 4, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 6.819586577983e-07, 4.799222720654e-05, { 4, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 1.295082238435e-05, 3.569527110772e-05, { 0, 0, 0, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { -3.532818980472e-05, -1.330504193575e-05, { 1, 0, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { 2.621145507807e-05, -2.240988092608e-05, { 2, 0, -1, 0, 0, -8, 17, -8, 3, 0, 0, 0, 0 } }, + { 4.649641913591e-05, 2.100862068766e-06, { 2, 0, 1, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -2.795004133937e-05, -2.062361030675e-05, { 2, 0, -1, 0, 0, 0, 5, -11, 0, 0, 0, 0, 0 } }, + { 4.127603635132e-09, -4.856851876052e-05, { 1, 0, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -4.598319383444e-05, 2.588324412173e-06, { 2, 0, 1, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { -1.769510097052e-05, -3.083330222535e-05, { 4, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -7.396329955270e-06, 4.111427516795e-05, { 1, -1, 1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.925914473233e-05, -9.249391491135e-06, { 1, -1, -1, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { 3.035823131858e-05, 1.813632258063e-05, { 0, 0, 1, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0 } }, + { 3.930788536871e-05, -9.183307415672e-06, { 1, -1, 0, 0, 0, -11, 10, 0, 0, 0, 0, 0, 0 } }, + { -2.283388340025e-05, 2.563528993958e-05, { 2, 0, -2, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -2.678868582509e-05, 2.166304166572e-05, { 0, 0, 0, 0, 0, 14, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.249044414592e-05, 3.595848176861e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -3, 3, 0, 0, 0 } }, + { -8.095264329024e-06, -4.029282111735e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 5, -2, 0, 0, 0 } }, + { -1.597070833314e-05, -3.235577612787e-05, { 2, 0, -2, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { 4.571368793559e-05, -2.586018422752e-06, { 1, 0, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -1.609995785934e-05, -3.218338655827e-05, { 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 2.736267494294e-05, 2.086311313511e-05, { 2, 0, 1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 3.409031892481e-05, -1.403980484227e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 4, 0, 0, 0 } }, + { 2.808583956915e-05, -2.002396498894e-05, { 4, 0, -1, 0, 0, -12, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.985807611593e-05, -2.824750249875e-05, { 4, 0, -1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.730374300394e-05, 3.080132251732e-05, { 2, -2, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -4.443933253833e-06, -4.361038169303e-05, { 2, 0, 0, 0, 0, 0, 1, 0, -3, 2, 0, 0, 0 } }, + { 2.764444770643e-05, -2.038361802088e-05, { 4, 0, -2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -2.061627552518e-05, 2.738033418984e-05, { 1, 1, 0, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -3.847112571945e-05, -9.515826506012e-06, { 2, 0, -1, 0, 0, 0, -1, 0, -4, 10, 0, 0, 0 } }, + { -6.761603343106e-06, -4.118429104273e-05, { 2, 0, 1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.407683546651e-05, 1.383952110296e-05, { 4, 0, -2, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.702681786826e-05, -1.088548192507e-05, { 4, -2, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -4.399544310965e-05, 3.901946194223e-06, { 0, 2, 1, 0, 0, -23, 22, 0, 0, 0, 0, 0, 0 } }, + { 9.589144581544e-06, -3.830496316661e-05, { 2, -2, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.817211346463e-05, -9.715975826076e-06, { 1, -1, 1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -3.699330161050e-05, 1.087323078617e-05, { 4, -2, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -3.024367495953e-06, 4.483419720942e-05, { 4, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -1.266532753272e-05, 3.519314129507e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -3, 3, 0, 0, 0 } }, + { 1.768505054635e-05, -3.017214707237e-05, { 3, 0, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 1.592917361309e-05, 3.189320703669e-05, { 4, -2, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.592917361309e-05, -3.189320703669e-05, { 4, -2, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 9.834769141309e-06, 3.796336341644e-05, { 0, 0, 2, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -9.090886368666e-08, -4.770511365617e-05, { 4, 0, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 7.170773349235e-06, -4.060974587430e-05, { 6, 0, -4, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -2.619189969534e-05, 2.157353436441e-05, { 4, 0, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -2.705342578334e-08, 4.772105846601e-05, { 1, 0, 0, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 2.596829163841e-05, -2.171559192176e-05, { 4, 0, -1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 2.077680718654e-06, -4.559076409816e-05, { 2, 0, -1, 0, 0, 0, -7, 16, -4, -5, 0, 0, 0 } }, + { 7.463928699325e-06, -4.015241461138e-05, { 4, 0, -2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.533841126457e-07, -4.742329545640e-05, { 3, 0, -2, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.529201498536e-05, -3.228016779863e-05, { 4, 0, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 4.552708817982e-05, -2.038138126384e-06, { 1, 0, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -2.758438028155e-05, -1.996640924722e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 1, 4, 0, 0, 0 } }, + { 7.472544430063e-06, 4.004887802718e-05, { 1, 1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.557718146667e-05, -1.193340381806e-05, { 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.184695861018e-05, 1.563128313935e-05, { 2, 0, -2, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { -2.944964626147e-05, 1.793639176397e-05, { 4, 0, -3, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { -1.368995043016e-06, -4.599509892885e-05, { 0, 0, 1, 0, 0, 0, -6, 12, 0, 0, 0, 0, 0 } }, + { 3.487075082361e-05, 1.248179891521e-05, { 2, 0, 1, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { -4.117376620765e-06, -4.321625019882e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 0, 0, -3, 0, 0 } }, + { -7.831428733972e-06, -3.949179490566e-05, { 1, 1, -1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.814771930781e-05, 1.917050137171e-05, { 0, 2, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 4.034233348165e-05, -6.970561777740e-06, { 1, 0, 2, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -4.034233348165e-05, 6.970561777740e-06, { 1, 0, -2, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.884634753924e-05, 1.846603460335e-05, { 0, 0, 0, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { -1.680693198657e-05, -3.049285556604e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 2, 5, 0, 0, 0 } }, + { -3.365598203961e-05, -1.362046728154e-05, { 0, 0, 0, 0, 0, 4, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.573441882001e-05, 3.146437870198e-05, { 0, 0, 2, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { -8.679218974194e-06, 3.850977355941e-05, { 3, -1, -2, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { -3.807510091456e-05, -9.104739382916e-06, { 2, 0, -2, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.259854868001e-05, 3.457605192944e-05, { 2, 0, 0, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { 4.491188694771e-05, 2.230605797387e-06, { 0, 0, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.146136218494e-05, 1.566337846934e-05, { 2, 0, 0, 0, 0, 0, 15, -19, 0, 0, 0, 0, 0 } }, + { 7.361117286607e-06, 3.974683865467e-05, { 3, -1, -2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.630613078571e-05, 1.074990398857e-05, { 4, 0, -1, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.515652419877e-05, -1.890401307366e-06, { 2, 0, -1, 0, 0, 22, -23, 0, 0, 0, 0, 0, 0 } }, + { -1.903327024857e-05, 2.793459820677e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 4, -11, 3, 0, 0 } }, + { -1.903327024857e-05, -2.793459820677e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -4, 11, -3, 0, 0 } }, + { 1.250179689400e-05, 3.444841803166e-05, { 4, 0, -3, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { -1.737343940220e-05, -2.954771661496e-05, { 2, 0, 0, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0 } }, + { 2.306219333497e-05, -2.384631864259e-05, { 2, 0, 1, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.437695624303e-05, -2.529905047187e-06, { 2, 0, 0, 0, 0, 0, 15, -18, 0, 0, 0, 0, 0 } }, + { 2.962710041550e-05, 1.726615611212e-05, { 2, 0, -1, 0, 0, 0, 15, -17, 0, 0, 0, 0, 0 } }, + { -4.467794970546e-05, 2.208224493384e-06, { 4, 0, -1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -1.239662044218e-05, -3.445638084610e-05, { 2, 0, -2, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 1.754498941379e-05, -2.930080371922e-05, { 2, 0, -3, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 3.556115174365e-05, -1.121987384417e-05, { 2, 0, -2, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { 7.428999219915e-06, 3.922390490036e-05, { 1, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.554271759259e-05, 3.109167383487e-05, { 0, 0, 0, 0, 0, 21, -19, 0, 0, 0, 0, 0, 0 } }, + { 4.203163232438e-05, -4.581359377510e-06, { 4, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.309498705348e-05, 3.468935422160e-06, { 2, 0, -3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.460769386144e-05, 1.947780323582e-06, { 0, 0, 2, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -4.275695772596e-05, -3.791845214938e-06, { 4, -2, -1, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { 3.638039260926e-05, 1.012919013467e-05, { 2, -2, 0, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 3.637938985826e-05, -1.012923242458e-05, { 2, -2, 0, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 6.943667134556e-06, -3.952705151421e-05, { 6, 0, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -2.856567414907e-05, 1.789219027031e-05, { 4, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -5.343814409707e-06, 4.105504309521e-05, { 4, 0, -2, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 7.540216581892e-06, 3.883136308904e-05, { 1, -1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.360391749636e-05, -1.275064929939e-05, { 2, 1, 0, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -3.360391749636e-05, 1.275064929939e-05, { 2, -1, 0, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { 3.012004994542e-05, 1.622081896249e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -3, 5, 0, 0, 0 } }, + { -9.178338005759e-06, 3.716030932680e-05, { 4, 0, -2, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 4.488529401561e-05, -1.448640358776e-06, { 1, 0, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -1.575407182812e-05, 3.053303362907e-05, { 0, 0, 2, 0, 0, -26, 28, 0, 0, 0, 0, 0, 0 } }, + { 1.748477965218e-08, -4.626242549388e-05, { 2, 0, -1, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.638924428490e-05, -2.986635229445e-05, { 1, 0, 2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -4.481730452264e-05, 1.425480772844e-06, { 0, 0, 1, 0, 0, -13, 14, 0, 0, 0, 0, 0, 0 } }, + { -3.757832600020e-05, 8.591125696444e-06, { 0, 0, 0, 0, 0, 16, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.893054515494e-05, 7.223909475338e-06, { 1, -1, 2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.970411648918e-08, 4.610179782612e-05, { 0, 2, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.712520812688e-05, -8.973650761740e-06, { 2, 0, -1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 7.303775958957e-06, 3.872336432756e-05, { 1, -1, 1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.055109149117e-05, -1.547325893146e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 2, 0, 0, 0 } }, + { 3.742115172368e-05, -8.602436330269e-06, { 2, 1, -3, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.782746236072e-05, -2.819523030475e-05, { 4, 0, 0, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 4.450472614236e-05, 1.484366267310e-06, { 0, 0, 1, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { 2.885927743723e-05, 1.711985705018e-05, { 1, 0, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 7.274070554462e-06, -3.867583704128e-05, { 1, 1, 1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.547308676340e-06, 4.438247555350e-05, { 4, 0, -3, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 3.707669480007e-05, -8.772662632666e-06, { 1, 1, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.429427341635e-06, -3.937966999214e-05, { 4, 0, -2, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { 2.054249476871e-07, -4.558160949401e-05, { 4, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.029758045757e-07, -4.537127159679e-05, { 2, 0, 0, 0, 0, 26, -26, 0, 0, 0, 0, 0, 0 } }, + { 3.760455308801e-05, -8.169304636812e-06, { 2, 0, -1, 0, 0, 13, -16, 0, 0, 0, 0, 0, 0 } }, + { 3.812515411479e-05, -7.637182989162e-06, { 1, 0, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 2.649688022374e-05, -1.921810285674e-05, { 2, 0, -2, 0, 0, 10, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.547467684958e-05, 1.022770245037e-05, { 0, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.769814755153e-05, 2.800406208939e-05, { 4, 0, 0, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 4.437862059766e-08, -4.560525205651e-05, { 2, 0, 2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.544457682410e-05, -1.020023588062e-05, { 1, -1, 0, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { 3.785277930469e-05, 7.789855301581e-06, { 1, 0, 0, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.685763809863e-05, 2.877505013692e-05, { 2, 0, -1, 0, 0, 0, 4, 0, -7, 0, 0, 0, 0 } }, + { -2.816283055336e-05, 1.746682602655e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { -2.795301586852e-06, -4.279540906635e-05, { 0, 0, 1, 0, 0, 0, -8, 14, 0, 0, 0, 0, 0 } }, + { -4.557667052450e-05, -1.028859131296e-08, { 4, 0, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.233983118684e-07, -4.536090746488e-05, { 0, 2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.687602786511e-05, 8.689233864277e-06, { 1, -1, 1, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -7.438527989764e-07, 4.480571389234e-05, { 2, -2, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 8.367478562337e-07, -4.469106082527e-05, { 1, 0, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -4.388920120005e-05, 1.595786676638e-06, { 0, 0, 1, 0, 0, -22, 23, 0, 0, 0, 0, 0, 0 } }, + { 9.707811925590e-06, -3.576844365627e-05, { 2, 0, -1, 0, 0, 0, -5, 0, 5, 0, 0, 0, 0 } }, + { -7.572655487231e-06, 3.788259431934e-05, { 1, -1, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 5.008891929647e-06, 4.043592615248e-05, { 0, 0, 1, 0, 0, 0, -10, 16, 0, 0, 0, 0, 0 } }, + { 8.074225142123e-07, 4.462767412013e-05, { 2, 0, 1, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { -1.230853018443e-05, 3.308356638194e-05, { 2, 0, 0, 0, 0, 0, -7, 8, -3, 0, 0, 0, 0 } }, + { 3.746478813131e-05, -7.914924905497e-06, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 6, 0, 0, 0 } }, + { 3.677904500185e-05, -8.598196924115e-06, { 3, -1, -2, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { 6.427666453940e-06, -3.892818714170e-05, { 1, -1, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.107680699210e-06, 4.421849345374e-05, { 4, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.162460217593e-05, -3.687039535022e-06, { 0, 0, 1, 0, 0, 18, -19, 0, 0, 0, 0, 0, 0 } }, + { -7.208274844502e-06, 3.809929030406e-05, { 2, -2, 0, 0, 0, -21, 23, 0, 0, 0, 0, 0, 0 } }, + { 3.667613813034e-05, 8.615317397660e-06, { 1, 1, 0, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.572153180107e-05, -1.952843910672e-05, { 2, 0, 1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { -3.593246347699e-05, 9.267482465795e-06, { 1, -1, -1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 3.394335561576e-08, -4.511940757396e-05, { 3, 0, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.243875008028e-05, 3.271085690332e-05, { 2, 0, -3, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.564436044542e-05, 2.950311531860e-05, { 1, 1, 0, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { -3.359448886616e-05, 1.153164476404e-05, { 2, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -7.351373341295e-06, -3.777363750737e-05, { 0, 0, 0, 0, 0, 17, -19, 0, 0, 0, 0, 0, 0 } }, + { -2.615032369555e-05, -1.891253189600e-05, { 1, 1, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 3.110452248312e-05, -1.394761637866e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 7, 0, 0, 0 } }, + { 3.291113291862e-05, 1.213502669720e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -3, 1, 0, 0, 0 } }, + { 3.293207781311e-05, -1.207376863536e-05, { 1, -1, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -1.493896216174e-05, -3.006639271336e-05, { 3, 0, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.029926291602e-05, -2.470297761097e-05, { 2, 0, -1, 0, 2, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.079800795036e-05, 3.417561276637e-05, { 2, 0, -1, 0, 0, 0, -3, 0, 5, -5, 0, 0, 0 } }, + { -3.814889284380e-05, 6.805728713527e-06, { 2, 0, 1, 0, 0, -18, 20, -8, 3, 0, 0, 0, 0 } }, + { -3.814889284380e-05, -6.805728713527e-06, { 2, 0, -1, 0, 0, 18, -20, 8, -3, 0, 0, 0, 0 } }, + { -3.600537737108e-05, 8.889796715588e-06, { 1, 0, 1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -2.906912117614e-05, -1.582240750136e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 } }, + { -3.076284498228e-05, -1.409627621921e-05, { 0, 0, 1, 0, 0, -3, 8, -4, 0, 0, 0, 0, 0 } }, + { 1.702288526571e-05, 2.782463951392e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0 } }, + { -1.369946119441e-05, -3.114032342348e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 3, -3, 0, 0, 0 } }, + { 2.464319244544e-05, -2.016784181273e-05, { 1, 1, -2, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 3.773186776950e-05, -7.079032396282e-06, { 2, 2, -2, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.549857486477e-06, 3.825331722910e-05, { 1, -1, -1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.534907626930e-05, 2.945168073313e-05, { 0, 0, 0, 0, 0, 0, 10, -17, 0, 0, 0, 0, 0 } }, + { 3.271865847039e-05, -1.205646320544e-05, { 2, 0, -1, 0, 0, 0, 2, -6, 2, 0, 0, 0, 0 } }, + { -1.889377783369e-05, 2.586733565383e-05, { 2, 0, 1, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { 7.688511364674e-06, 3.702129480441e-05, { 2, 0, 1, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { -2.346251199112e-08, -4.464944741854e-05, { 2, 0, -3, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.424027301478e-05, 3.041438143722e-05, { 2, 0, 0, 0, 0, 15, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.058454676138e-05, -2.404867113667e-05, { 2, 0, 0, 0, 0, 0, -3, 0, -2, 5, 0, 0, 0 } }, + { 4.951147070916e-06, 3.965963958109e-05, { 2, 0, -2, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -4.222379250522e-05, 2.364760721260e-06, { 4, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -2.038082896667e-05, 2.418973255876e-05, { 2, 0, -2, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { 1.719708292147e-07, 4.437384999464e-05, { 0, 2, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -2.538408670522e-05, 1.915327269842e-05, { 2, 0, -1, 0, 0, 0, 8, -17, 0, 0, 0, 0, 0 } }, + { 1.950084216285e-05, 2.503003132180e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 5, 0, 0, 0, 0 } }, + { -1.113171014925e-07, -4.440747965944e-05, { 0, 0, 2, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 4.396076577271e-05, -5.283500197980e-07, { 3, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.455980001107e-05, -1.988468417031e-05, { 0, 0, 2, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0 } }, + { -8.197262843213e-06, 3.620953763918e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -6, 0, 0, 0 } }, + { -1.618482872980e-05, -2.821988548022e-05, { 4, 0, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 2.935484434777e-05, 1.501027931394e-05, { 3, -1, 0, 0, 2, -2, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.935484434777e-05, -1.501027931394e-05, { 1, 1, 0, 0, -2, 2, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.564066790248e-05, 2.871808248287e-05, { 4, 0, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -1.475266894812e-05, 2.958160511085e-05, { 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.018454350278e-05, -2.413528385073e-05, { 4, 0, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.862128731618e-06, 4.242615049251e-05, { 2, 0, -1, 0, 0, 4, -5, 0, 1, 0, 0, 0, 0 } }, + { 1.041037189051e-05, -3.387381165992e-05, { 4, 0, -2, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.577557983919e-05, 8.505574346634e-06, { 1, 1, -2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.516327344679e-05, 1.908366661509e-05, { 2, 0, -1, 0, 0, 0, -8, 11, 0, 0, 0, 0, 0 } }, + { -9.555634690591e-08, -4.413357582242e-05, { 2, 0, 1, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { 3.796620787406e-05, -6.258694311280e-06, { 0, 0, 2, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.700045464766e-05, 7.223124867818e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 2, -6, 0, 0, 0 } }, + { 3.576260696200e-05, -8.436351175797e-06, { 1, -1, -1, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { 6.212230615303e-06, -3.798226627982e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -6, 3, 0, 0 } }, + { 3.726290942054e-05, -6.918908058077e-06, { 1, 1, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 3.541341378880e-05, -8.761401695810e-06, { 1, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.313344639375e-05, -1.003391509928e-06, { 3, 1, -1, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { -3.449832103257e-05, -9.606179990038e-06, { 2, 0, 2, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -3.449576147247e-05, 9.603329740992e-06, { 2, 0, 2, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -3.660116449281e-05, 7.449357627573e-06, { 2, 0, 0, 0, 0, 13, -16, 0, 0, 0, 0, 0, 0 } }, + { 3.503246345988e-05, -8.963730013101e-06, { 1, 1, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 3.072143292569e-05, -1.325531893582e-05, { 1, 0, -1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -6.774362388134e-06, 3.714586107766e-05, { 1, -1, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 3.352119821559e-05, 1.032169925966e-05, { 3, 0, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 5.445612285921e-06, 3.839331042913e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 6, -3, 0, 0 } }, + { 3.350114054127e-05, -1.031284873795e-05, { 3, 0, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.459211245944e-05, -2.921628335109e-05, { 2, -2, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.677871343617e-05, -1.700649041100e-05, { 4, 0, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 2.698208574454e-05, 1.678556356471e-05, { 2, 0, -4, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -2.425124906681e-05, -1.951547525662e-05, { 1, -1, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 7.544986423216e-07, 4.296595087334e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -2, 1, 0, 0, 0 } }, + { -1.691092656487e-05, -2.672253532210e-05, { 0, 0, 2, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.312100409359e-05, 3.050942446369e-05, { 1, 0, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.509441168655e-05, 2.846453822308e-05, { 1, -1, -1, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0 } }, + { 1.907698710744e-07, 4.334451544372e-05, { 2, 0, -1, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { -2.115862446282e-05, -2.233673352771e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 1, -1, 0, 0, 0 } }, + { 4.486578592914e-06, -3.898905996026e-05, { 2, 0, -1, 0, 0, 0, 13, -19, 0, 0, 0, 0, 0 } }, + { -3.534511881840e-05, 8.119805601920e-06, { 3, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.203165810873e-08, -4.343625826625e-05, { 4, 0, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.417606999514e-05, -2.926653411761e-05, { 2, 0, -1, 0, 0, 13, -11, 0, 0, 0, 0, 0, 0 } }, + { 9.820548733835e-06, -3.361479794787e-05, { 4, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.438158528423e-05, 9.050047280783e-06, { 1, 1, 0, 0, 0, -11, 12, 0, 0, 0, 0, 0, 0 } }, + { 3.983948058079e-05, 3.579914391834e-06, { 5, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.983949745030e-05, -3.579726652665e-06, { 5, -1, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.983950494757e-05, 3.579643213009e-06, { 3, -1, -2, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.983950494757e-05, -3.579643213009e-06, { 1, 1, -2, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.983950807138e-05, -3.579608446481e-06, { 1, -1, 2, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.983950869614e-05, 3.579601493175e-06, { 1, -1, 2, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.983958553224e-05, 3.578746235713e-06, { 1, 1, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.983961863481e-05, -3.578377709632e-06, { 3, -1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.983963237450e-05, 3.578224736452e-06, { 2, -1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.983963362354e-05, -3.578210829796e-06, { 1, -1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.983963362354e-05, -3.578210829796e-06, { 1, -1, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.657242281694e-05, 2.681237118324e-05, { 2, 0, 0, 0, 0, 0, -5, 3, 0, 0, 0, 0, 0 } }, + { -5.597704151670e-06, 3.777520538156e-05, { 0, 0, 2, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 2.102226170939e-05, -2.231198007479e-05, { 4, 0, -1, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -3.379552322086e-05, 9.534335026656e-06, { 0, 0, 1, 0, 0, 3, -3, -4, 3, 0, 0, 0, 0 } }, + { -3.379552322086e-05, -9.534335026656e-06, { 0, 0, 1, 0, 0, -3, 3, 4, -3, 0, 0, 0, 0 } }, + { -2.110847331588e-05, 2.219416591703e-05, { 4, 0, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -3.912064896206e-05, -4.152006186179e-06, { 4, 0, -1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 2.410308307692e-05, -1.916040403442e-05, { 1, -1, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -3.434445776331e-05, -8.901289760793e-06, { 0, 0, 4, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -3.434167761642e-05, 8.900780055355e-06, { 0, 0, 4, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 2.191146852793e-05, 2.128915657864e-05, { 2, -1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -1.984955458980e-05, -2.333892478725e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 6, 0, 0, 0, 0 } }, + { -2.679497610970e-07, -4.289460530807e-05, { 3, 0, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.617117911947e-05, 2.697032724032e-05, { 2, 0, 0, 0, 0, 0, 11, -10, 0, 0, 0, 0, 0 } }, + { 3.507407462730e-05, -8.061721165165e-06, { 1, 1, 1, 0, 0, -21, 20, 0, 0, 0, 0, 0, 0 } }, + { -2.291294436914e-05, 2.019848173280e-05, { 4, 0, -2, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { -2.940267465555e-05, -1.370796226665e-05, { 0, 0, 1, 0, 0, -1, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.657130468417e-07, 4.281353187897e-05, { 0, 2, 0, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { 2.233353629544e-05, -2.074352977302e-05, { 0, 0, 1, 0, 0, 0, -2, 8, -3, 0, 0, 0, 0 } }, + { -9.946755557274e-08, -4.296087763623e-05, { 0, 2, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.669039249056e-05, 2.636707071965e-05, { 0, 0, 2, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.415418114933e-05, 2.889589628495e-05, { 2, 0, -2, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.354640793482e-05, -9.484104234244e-06, { 1, 0, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 3.964960701687e-05, -3.371124426239e-06, { 4, 0, -1, 0, 0, -22, 28, -7, 0, 0, 0, 0, 0 } }, + { 3.964960701687e-05, 3.371124426239e-06, { 0, 0, 1, 0, 0, 22, -28, 7, 0, 0, 0, 0, 0 } }, + { -3.995223529213e-05, -3.037536176081e-06, { 2, 0, -1, 0, 0, 15, -14, 0, 0, 0, 0, 0, 0 } }, + { -2.738859106618e-05, 1.560095128410e-05, { 4, 0, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 3.915778905295e-05, -3.823796360259e-06, { 0, 0, 2, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { -4.024707028401e-06, -3.895301492223e-05, { 0, 0, 1, 0, 0, 0, -1, 2, -1, 0, 0, 0, 0 } }, + { -8.372026761000e-06, 3.459099321273e-05, { 2, 0, 0, 0, 0, 0, 6, -12, 0, 0, 0, 0, 0 } }, + { 8.207798459479e-07, 4.212889041010e-05, { 3, 1, -2, 0, -1, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { 8.207798459479e-07, -4.212889041010e-05, { 1, -1, 0, 0, 1, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.488277026467e-05, -8.054151083808e-06, { 1, -1, 0, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { -1.540987836064e-05, 2.752550720478e-05, { 2, 0, 1, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { 1.417758586126e-05, -2.874519478475e-05, { 0, 0, 2, 0, 0, 15, -13, 0, 0, 0, 0, 0, 0 } }, + { -4.020848912198e-06, 3.888339821247e-05, { 0, 0, 1, 0, 0, 0, 1, -2, 1, 0, 0, 0, 0 } }, + { -2.824533224969e-05, 1.464647500953e-05, { 2, 0, -1, 0, 0, 1, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.142620267440e-05, 1.456449041499e-06, { 2, 0, -1, 0, 0, 0, 15, -18, 0, 0, 0, 0, 0 } }, + { -8.146389217788e-06, -3.473390489650e-05, { 2, 0, -2, 0, 0, -20, 22, 0, 0, 0, 0, 0, 0 } }, + { 3.238282974467e-05, -1.049271777987e-05, { 0, 0, 2, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.775907828502e-05, -2.510647574208e-05, { 2, 0, -1, 0, 0, 6, -11, 0, 3, 0, 0, 0, 0 } }, + { -2.602772677558e-06, 4.024286288321e-05, { 0, 0, 1, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0 } }, + { -2.595502740471e-05, -1.688014736587e-05, { 4, 0, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 3.441307294557e-05, 8.390096073742e-06, { 1, -1, -1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.745102125702e-05, 1.534479443752e-05, { 2, 0, 0, 0, 0, 0, 1, -4, 2, 0, 0, 0, 0 } }, + { -3.663982142866e-05, 6.131213151301e-06, { 0, 0, 1, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.457908042877e-05, 8.185371653257e-06, { 3, -1, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.595890470498e-05, 1.679368723796e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0 } }, + { -4.115022663058e-05, -1.600229426810e-06, { 0, 0, 2, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -1.279694249194e-05, -2.994174794449e-05, { 2, 0, -1, 0, 0, 0, 13, -20, 0, 0, 0, 0, 0 } }, + { -1.325516681355e-07, 4.260242779269e-05, { 0, 0, 1, 0, 0, -2, 3, 0, -1, 0, 0, 0, 0 } }, + { 3.458157308353e-05, -8.140702195691e-06, { 1, 1, -1, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.437093276160e-05, 2.832974019979e-05, { 0, 0, 1, 0, 0, -13, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.593082881068e-05, 2.675427827971e-05, { 0, 0, 3, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -3.436047380542e-05, 8.314310051519e-06, { 4, 0, 2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.949884391129e-05, -2.317029967270e-05, { 2, 0, 0, 0, 1, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.721882670751e-05, 1.544772017983e-05, { 0, 0, 2, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { 2.106799741845e-07, -4.240165291149e-05, { 4, 0, -2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -2.713360656659e-05, -1.547418632676e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { -1.412433072330e-05, -2.847252912936e-05, { 0, 0, 1, 0, 0, -19, 17, 0, 0, 0, 0, 0, 0 } }, + { 2.599529939604e-05, -1.657772944551e-05, { 0, 0, 1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { -3.020850055982e-05, -1.231722987351e-05, { 0, 0, 2, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 1.520495260976e-05, -2.732076299475e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 } }, + { -3.021070692889e-05, 1.231377362121e-05, { 0, 0, 2, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { 2.596005962685e-06, 3.991567051976e-05, { 2, 0, 1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.308524225435e-05, 1.939548217102e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, -3, 0, 0, 0 } }, + { -3.267826169799e-05, 9.798098154906e-06, { 2, 0, 0, 0, 0, -7, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.573267109959e-05, 1.674345109026e-05, { 4, 0, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.409277135348e-05, -2.838155054380e-05, { 0, 0, 1, 0, 0, 11, -9, 0, 0, 0, 0, 0, 0 } }, + { 6.279814400905e-07, 4.180685833777e-05, { 6, 0, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.552042157697e-06, -3.985355889277e-05, { 0, 0, 0, 0, 0, 18, -14, 0, 0, 0, 0, 0, 0 } }, + { 3.236666662160e-05, 1.002503628190e-05, { 0, 0, 2, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 1.959757236222e-05, -2.278816094055e-05, { 4, 0, -2, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -2.301315951742e-05, -1.935765613591e-05, { 3, -1, -2, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.971449231180e-05, 1.264471243726e-05, { 2, 0, 1, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { 1.513679246123e-05, -2.717408641290e-05, { 2, -2, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -1.403889717898e-05, 2.826160725848e-05, { 1, -2, 1, 0, 0, 20, -18, 0, 0, 0, 0, 0, 0 } }, + { 1.403889717898e-05, -2.826160725848e-05, { 1, -2, -1, 0, 0, 20, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.543732610626e-05, -2.683741792732e-05, { 2, 0, 1, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.086664553324e-05, 3.140149487781e-05, { 2, 0, 0, 0, 0, 0, 10, -17, 0, 0, 0, 0, 0 } }, + { 3.292281212037e-05, 9.308828994496e-06, { 1, 0, 1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -2.799750834395e-05, -1.419601581497e-05, { 2, 0, 1, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { 3.395835214056e-05, 8.173797636785e-06, { 0, 0, 2, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 4.360986718079e-08, -4.208262945634e-05, { 2, 0, 2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.390165540385e-05, -2.821549622045e-05, { 2, 0, -2, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { -7.819574192188e-06, 3.425239806327e-05, { 2, 0, -2, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { 3.395140505042e-05, -8.108973713906e-06, { 0, 0, 1, 0, 0, 0, 3, 0, 0, -2, 0, 0, 0 } }, + { -4.024902460199e-05, -1.807392159216e-06, { 4, 0, -1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 1.821732753336e-05, -2.383545631077e-05, { 4, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.818032674519e-05, -2.386369039856e-05, { 4, 0, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.144772770689e-05, -3.059396124064e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 3, -3, 0, 0, 0 } }, + { 1.787652582753e-05, -2.409211124700e-05, { 2, 0, -3, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.054503491442e-05, -1.142078440820e-05, { 1, -1, 0, 0, 0, 22, -23, 0, 0, 0, 0, 0, 0 } }, + { -2.410265903252e-05, -1.786230185508e-05, { 2, 0, -1, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.410265903252e-05, 1.786230185508e-05, { 2, 0, -3, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -9.461791190179e-06, -3.248661199903e-05, { 1, -1, -3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -4.034327395954e-05, -1.567341906964e-06, { 4, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -2.940550001389e-05, -1.250497545744e-05, { 2, 0, 1, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 2.992948419446e-07, 4.160174427292e-05, { 2, 0, 3, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.304086335095e-06, -4.058600601194e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0 } }, + { 3.541127500881e-05, 6.421749730265e-06, { 2, 0, -1, 0, 0, 0, 6, -16, 4, 5, 0, 0, 0 } }, + { 2.113367800490e-08, 4.179978053084e-05, { 0, 2, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.653326708509e-05, 2.527538239811e-05, { 0, 0, 0, 0, 0, 0, 7, -12, 0, 0, 0, 0, 0 } }, + { -6.525122493265e-08, 4.170155455662e-05, { 3, 0, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.168288986273e-05, -1.007123894606e-05, { 0, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.584798974108e-05, 2.589897375968e-05, { 0, 0, 1, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { -3.833625780313e-05, 3.401608492079e-06, { 0, 2, 0, 0, 0, -23, 22, 0, 0, 0, 0, 0, 0 } }, + { -2.288673646435e-05, 1.885112598693e-05, { 2, 0, 3, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 2.523313112935e-05, 1.645680365320e-05, { 3, 0, -2, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { -7.036227287695e-06, 3.462716686858e-05, { 1, -1, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 3.699208276209e-05, -4.645920373375e-06, { 2, 0, -2, 0, 0, 0, 2, 0, 0, -1, 0, 0, 0 } }, + { -1.379368769799e-06, -4.025562179737e-05, { 0, 0, 2, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.877125466576e-06, 3.975374724455e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 3, -1, 0, 0, 0 } }, + { -3.583340401325e-08, -4.158821961664e-05, { 4, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.877707652140e-05, -1.279407310181e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 7, 0, 0, 0 } }, + { -4.020861344767e-07, -4.115850659301e-05, { 2, 0, -3, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 3.591381705314e-05, 5.626779430048e-06, { 2, 0, 0, 0, 0, 0, -9, 12, 0, 0, 0, 0, 0 } }, + { 5.136021795136e-06, 3.635583851217e-05, { 1, 1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.975398887449e-06, 3.951493830383e-05, { 2, 0, 2, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { 1.975398887449e-06, -3.951493830383e-05, { 2, 0, 0, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { 1.973038552674e-05, -2.175960102021e-05, { 2, 0, -2, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -3.753553182195e-05, -3.929467192032e-06, { 0, 0, 1, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0 } }, + { 8.242888117183e-06, -3.322120104673e-05, { 2, -2, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 3.254487249518e-05, -8.879208750700e-06, { 0, 0, 3, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.974767367671e-05, -1.653865261009e-06, { 0, 0, 1, 0, 0, 17, -18, 0, 0, 0, 0, 0, 0 } }, + { 9.331232625289e-06, 3.206990803672e-05, { 1, -1, 3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 6.114497868064e-08, -4.132805357348e-05, { 6, 0, -4, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.767088422604e-05, -2.370370208564e-05, { 0, 0, 1, 0, 0, 0, 9, -14, 0, 0, 0, 0, 0 } }, + { -1.590822345064e-06, -3.973151107360e-05, { 2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.592630994709e-08, -4.128546220491e-05, { 2, 0, 2, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.668177856330e-05, 4.629889970956e-06, { 2, 0, -2, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { 3.670261149329e-05, -4.606645367047e-06, { 2, 0, -2, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -3.226941866175e-06, 3.805645679479e-05, { 1, 0, 0, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { 1.358766763706e-05, 2.767649397283e-05, { 2, 0, -1, 0, 0, -10, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.722135120145e-08, -4.124479740396e-05, { 2, 0, 3, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.026064951968e-05, 1.096893714826e-05, { 2, -2, 1, 0, 0, 0, 10, -15, 1, 0, 0, 0, 0 } }, + { 3.026064951968e-05, -1.096893714826e-05, { 2, -2, -1, 0, 0, 0, 10, -15, 1, 0, 0, 0, 0 } }, + { 3.134043188729e-05, 9.846601887151e-06, { 4, 0, -2, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.516151576455e-05, 1.599737291223e-05, { 1, -2, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 7.875592237432e-06, 3.328174727095e-05, { 1, 1, 0, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { 5.346368925411e-08, -4.110295417284e-05, { 2, -2, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 7.140702486542e-06, -3.399572724762e-05, { 1, 0, 2, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -7.140702486542e-06, 3.399572724762e-05, { 1, 0, -2, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { 2.744099730017e-05, -1.369124120375e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -3, 4, 0, 0, 0 } }, + { -4.048158842329e-08, -4.107179391175e-05, { 4, 0, -1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 1.369340506581e-05, 2.741583737586e-05, { 2, -2, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 3.167708108487e-08, 4.107024032826e-05, { 2, -2, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -8.569712849980e-09, 4.107632398353e-05, { 0, 0, 2, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.289388899028e-05, -2.818794485348e-05, { 0, 0, 1, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0 } }, + { -3.285582225440e-08, -4.103185522010e-05, { 0, 0, 2, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 5.405439746106e-06, 3.561279653730e-05, { 2, 0, -1, 0, 0, 0, -2, 0, -2, 7, 0, 0, 0 } }, + { -3.699315259780e-05, 3.984999562352e-06, { 0, 0, 2, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { 3.298096382898e-05, 7.980540052827e-06, { 4, 0, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.980251012816e-05, 2.115782042835e-05, { 2, 0, 0, 0, 0, 0, -7, 6, 0, 0, 0, 0, 0 } }, + { -3.388638549998e-05, -7.071839954202e-06, { 4, 0, -1, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { -2.492963417284e-05, -1.600164859068e-05, { 1, 0, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -2.848477116297e-05, 1.244046750505e-05, { 2, 0, 0, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { 7.782989862482e-06, 3.314049188016e-05, { 1, -1, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.159846621204e-07, 4.060195463098e-05, { 2, -2, 0, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { -6.153903494703e-06, -3.475573337396e-05, { 2, 0, -1, 0, 0, 0, 4, 0, -6, 5, 0, 0, 0 } }, + { 3.819983492046e-05, -2.700931769149e-06, { 0, 0, 2, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0 } }, + { -3.928260993066e-05, -1.614061984874e-06, { 0, 0, 2, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.933231807363e-06, 3.695279593712e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 4, -3, 0, 0, 0 } }, + { -2.284908489029e-05, -1.798025691682e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 1, -3, 0, 0, 0 } }, + { -2.718507572560e-06, 3.810861678241e-05, { 0, 0, 0, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 1.665499531589e-05, -2.416652891154e-05, { 2, 0, -1, 0, 0, 0, 15, -20, 0, 0, 0, 0, 0 } }, + { 2.623138639480e-05, 1.455727885997e-05, { 2, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.468489018660e-05, -2.607836671869e-05, { 4, 0, -1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -2.545258448065e-05, -1.530795682997e-05, { 1, 0, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.777951973368e-05, -2.297724526691e-05, { 2, 0, -2, 0, 0, -25, 35, -11, 0, 0, 0, 0, 0 } }, + { -8.907071047863e-06, 3.184800639549e-05, { 4, 0, -1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.698372281243e-05, 3.765613585580e-06, { 0, 0, 1, 0, 0, 0, 10, -19, 0, 0, 0, 0, 0 } }, + { 3.250013649735e-07, -4.041801817313e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { -2.830750705260e-05, -1.242741624967e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -3, 4, 0, 0, 0 } }, + { 1.035703579476e-05, -3.037281275288e-05, { 4, 0, -1, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { 1.254462421982e-05, -2.818441059693e-05, { 2, 0, -1, 0, 0, 0, -3, 0, 0, 1, 0, 0, 0 } }, + { 2.894792093293e-05, 1.177023794178e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 5, -4, 0, 0, 0 } }, + { 2.221344293783e-05, -1.849303216600e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0 } }, + { -2.923052600910e-05, -1.145369779246e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 1, 0, 0 } }, + { 2.162177356990e-07, -4.045616755203e-05, { 3, 0, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 2.561976418558e-05, -1.502688973531e-05, { 2, -2, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 6.848385539643e-06, -3.377729514854e-05, { 0, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.841904642464e-05, 1.220128432415e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 4, -5, 0, 0, 0 } }, + { 1.716368697714e-05, -2.344499209291e-05, { 2, 0, -2, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 3.280475866046e-05, 7.769857028838e-06, { 3, -1, -1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.399605035635e-05, 2.655330585981e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -3, 3, 0, 0, 0 } }, + { -3.839075837439e-05, -2.127884257385e-06, { 4, 0, -2, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { 2.688357707815e-06, 3.781881458911e-05, { 2, 0, 0, 0, 0, 20, -22, 0, 0, 0, 0, 0, 0 } }, + { -2.434178939101e-07, 4.026116991267e-05, { 0, 0, 1, 0, 2, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.279526305237e-05, -7.695512716207e-06, { 3, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.993131673103e-05, -1.055100392096e-05, { 1, -1, 2, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { -7.351641733814e-06, 3.311299927402e-05, { 3, -1, -1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.233051793862e-05, 8.114871201932e-06, { 1, -1, 0, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { 4.023431984880e-05, -1.948965728080e-07, { 2, 0, -1, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { -3.536957993290e-05, -5.059297849240e-06, { 2, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 6.357340966841e-06, 3.404573575085e-05, { 3, -1, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 6.286527510362e-06, 3.410853789833e-05, { 1, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.284509355160e-05, 7.547652321940e-06, { 1, -1, 1, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { 3.753522428330e-05, -2.799493321084e-06, { 4, 0, -2, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 3.442735335565e-05, -5.848166719477e-06, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 6, 0, 0, 0 } }, + { 2.693218019195e-05, -1.331634997715e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -3, 4, 0, 0, 0 } }, + { -1.539096890812e-08, -4.022890848131e-05, { 0, 0, 0, 0, 0, 25, -25, 0, 0, 0, 0, 0, 0 } }, + { -3.167326728942e-06, 3.707560569865e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { -5.309881253789e-06, 3.492610761065e-05, { 0, 0, 2, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 1.988322177741e-08, -4.020825868290e-05, { 1, 0, 0, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { 2.105562814021e-05, 1.916624735450e-05, { 4, 0, -1, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { 3.478271470226e-05, 5.433367495155e-06, { 2, 0, -3, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.842197165687e-05, 1.778300662366e-06, { 2, 0, 0, 0, 0, 0, 3, 0, 0, -4, 0, 0, 0 } }, + { 2.847570851536e-05, 1.172302740027e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 0, -4, 0, 0, 0 } }, + { -3.518753268598e-05, -4.989325157413e-06, { 4, 0, 1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -3.359825454327e-05, -6.527478892510e-06, { 0, 0, 1, 0, 0, 0, -3, 0, 0, 5, 0, 0, 0 } }, + { 3.252901796455e-05, -7.586709206520e-06, { 1, -1, 0, 0, 0, -12, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.153307177814e-07, -3.999966746787e-05, { 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.893872004988e-08, 4.002976664136e-05, { 4, 0, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.938701692688e-08, -4.002980010167e-05, { 4, 0, -1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.774725923597e-05, 1.233654094638e-05, { 3, -1, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 1.458892006736e-08, -4.001271289158e-05, { 0, 2, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -2.689076856156e-05, 1.312627177852e-05, { 2, 0, -1, 0, 0, 0, -4, 6, -2, 0, 0, 0, 0 } }, + { -1.295804389979e-05, -2.705714505064e-05, { 0, 0, 2, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.293854679758e-06, 3.871981588261e-05, { 2, 0, -2, 0, 0, 26, -30, 0, 0, 0, 0, 0, 0 } }, + { -2.503246028706e-05, -1.497627536354e-05, { 2, 0, 0, 0, 0, 0, 16, -18, 0, 0, 0, 0, 0 } }, + { 1.926843493473e-09, -3.999999995359e-05, { 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.870992957454e-09, -3.999999995624e-05, { 0, 3, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.047197551092e-09, -3.999999998629e-05, { 2, -1, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 1.026253600058e-09, 3.999999998684e-05, { 2, 1, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 9.704030640141e-10, 3.999999998823e-05, { 0, 1, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -9.354964790028e-10, -3.999999998906e-05, { 2, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -7.819075048438e-10, 3.999999999236e-05, { 2, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 7.330382858110e-10, -3.999999999328e-05, { 2, -1, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 5.026548245620e-10, 3.999999999684e-05, { 2, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 4.817108735429e-10, 3.999999999710e-05, { 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 4.328416544846e-10, 3.999999999766e-05, { 2, -3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.979350694356e-10, -3.999999999802e-05, { 2, 1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -3.560471674159e-10, -3.999999999842e-05, { 1, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.954768762251e-10, 3.999999999952e-05, { 4, 1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -4.188790205123e-11, 3.999999999998e-05, { 1, -2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 4.000000000000e-05, 0.000000000000e+00, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 0.000000000000e+00, 4.000000000000e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { -1.368029006292e-05, 2.630647733401e-05, { 1, 0, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -4.830909070085e-06, 3.515247371673e-05, { 2, 0, -1, 0, 0, 0, 4, 0, -2, -5, 0, 0, 0 } }, + { 1.373849523014e-05, 2.624451059073e-05, { 2, 0, -2, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { 3.557368153510e-06, -3.641984133325e-05, { 2, 0, -1, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { 2.295428919464e-05, -1.701870035896e-05, { 1, -1, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 3.125726883901e-05, 8.703249727704e-06, { 2, -2, -1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 3.125709361496e-05, -8.702695775895e-06, { 2, -2, -1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -1.466789953765e-05, 2.527471807287e-05, { 0, 0, 3, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -4.297953084904e-06, -3.563913593480e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 5, -5, 0, 0, 0 } }, + { -1.992752729183e-05, 1.998236887142e-05, { 0, 0, 2, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -3.653224609251e-05, 3.374584151677e-06, { 2, 0, -1, 0, 0, 0, 9, -14, 3, 0, 0, 0, 0 } }, + { 3.626166901301e-05, 3.639739067090e-06, { 0, 0, 2, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.944299365912e-05, 1.045535984731e-05, { 0, 0, 2, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -3.244585760519e-05, 7.446206747048e-06, { 1, 1, -2, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { -2.943043558680e-05, -1.045017352523e-05, { 0, 0, 2, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 2.963590136286e-05, -1.018561425671e-05, { 2, 0, -1, 0, 0, 0, -8, 10, 0, 0, 0, 0, 0 } }, + { -1.669682614065e-05, -2.312286604972e-05, { 1, 0, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -9.497624174626e-08, -3.968744069083e-05, { 4, 0, -1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.776888974286e-05, 1.200863876850e-05, { 1, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.043123099512e-05, 2.929908547833e-05, { 1, 0, 0, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -1.521342893153e-05, -2.451345936245e-05, { 0, 0, 0, 0, 0, 0, 11, -19, 0, 3, 0, 0, 0 } }, + { -2.482508985236e-05, 1.488286476148e-05, { 1, 0, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.936093684949e-05, 2.034128163076e-05, { 2, 0, 1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { 1.984465126742e-05, -1.985024157368e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 4, -3, 0, 0, 0 } }, + { 1.918837432156e-05, 2.049721809553e-05, { 4, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -1.227622934335e-05, 2.737323863027e-05, { 1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.223306344444e-05, 2.739255663067e-05, { 2, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.589724013075e-05, -2.369129097121e-05, { 2, 0, 0, 0, 0, -20, 16, 7, -8, 6, 0, 0, 0 } }, + { -2.371906135859e-06, -3.720026019025e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 3, 0, 0, 0 } }, + { 3.604336511382e-05, -3.527256323434e-06, { 0, 0, 1, 0, 0, 0, -10, 19, 0, 0, 0, 0, 0 } }, + { -9.752219266395e-06, -2.981041327663e-05, { 1, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.978658763972e-08, 3.951646552265e-05, { 4, 0, -2, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.206209611264e-05, 2.746826964644e-05, { 1, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.781523560611e-05, 1.692731164539e-06, { 2, 0, -3, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -1.318023756660e-05, 2.631597331808e-05, { 3, 0, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.431799707265e-05, -2.517235292978e-05, { 2, 0, -2, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0 } }, + { -2.850271435948e-05, -1.097818380332e-05, { 0, 0, 0, 0, 0, 5, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.755376629047e-05, 1.186549464667e-05, { 4, 0, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.416892428520e-05, -1.523256074145e-05, { 4, 0, -2, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 2.613531494932e-05, 1.323984465143e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -1, 1, 0, 0, 0 } }, + { 6.463845051969e-06, 3.287024450646e-05, { 1, -1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.597862873865e-05, 1.334247727507e-05, { 2, 0, -1, 0, 0, 0, -5, 0, 4, 0, 0, 0, 0 } }, + { 1.304170601292e-05, -2.625769086988e-05, { 0, 0, 1, 0, 0, 16, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.808762946943e-05, 2.119699330426e-05, { 2, 0, -1, 0, 0, 0, -9, 14, 0, 0, 0, 0, 0 } }, + { -1.720521098515e-05, -2.207611548538e-05, { 0, 0, 2, 0, 0, -23, 22, 4, 0, 0, 0, 0, 0 } }, + { 1.116533042957e-05, -2.811257516666e-05, { 2, 0, 2, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 3.728967848987e-05, -1.970184136524e-06, { 2, 0, -2, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { 5.237258015343e-06, 3.401335605443e-05, { 1, -1, 1, 0, 0, 0, 1, 0, 3, -5, 0, 0, 0 } }, + { -5.237258015343e-06, -3.401335605443e-05, { 1, -1, -1, 0, 0, 0, 1, 0, 3, -5, 0, 0, 0 } }, + { 3.388636813576e-05, 5.363577172187e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 2, -6, 0, 0, 0 } }, + { -2.839741872939e-05, -1.080411763471e-05, { 1, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -7.786050945402e-07, 3.840093620817e-05, { 4, 0, -2, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.265464524697e-05, -2.652185088158e-05, { 2, 0, -1, 0, 0, 0, 3, 0, 0, -5, 0, 0, 0 } }, + { 9.344236333660e-06, -2.982970506743e-05, { 2, 0, -1, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { -4.686103853584e-07, -3.865537757741e-05, { 2, -2, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 4.893614144936e-08, 3.906421311675e-05, { 2, 0, -1, 0, 0, 0, 4, 0, 0, -4, 0, 0, 0 } }, + { 2.501310170580e-05, 1.409827018445e-05, { 1, 1, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -3.295184649551e-05, -6.146071872807e-06, { 2, 0, 0, 0, 0, -10, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.698436946626e-05, -1.209804110557e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -1, -1, 0, 0, 0 } }, + { 1.301625694988e-05, 2.606108359291e-05, { 4, 0, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.338057828072e-05, 1.569588817179e-05, { 1, -1, 1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 3.323364458416e-05, -5.835622248180e-06, { 0, 0, 1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.743695075451e-08, -3.900869221003e-05, { 2, 0, 2, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { 3.739405204192e-05, 1.669146255031e-06, { 2, 0, 1, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.894752448389e-05, 1.008694155842e-05, { 2, 0, -1, 0, 0, 0, -10, 15, 0, 0, 0, 0, 0 } }, + { -4.136679107618e-06, -3.488248105905e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -3, 2, 0, 0, 0 } }, + { 3.041321312086e-05, 8.605640980729e-06, { 2, 0, -1, 0, 0, 15, -10, -4, 0, 0, 0, 0, 0 } }, + { 1.507860128585e-05, -2.393155270666e-05, { 2, 0, -1, 0, 0, 0, 11, -10, 0, 0, 0, 0, 0 } }, + { 3.853898650491e-05, 4.701192057543e-07, { 1, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.787145147025e-05, 1.107022578577e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 0, -2, 0, 0, 0 } }, + { -4.689622367496e-07, 3.846442234589e-05, { 3, 0, -3, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -6.414932720921e-06, -3.248656449967e-05, { 0, 0, 0, 0, 0, 18, -20, 0, 0, 0, 0, 0, 0 } }, + { -3.149020471880e-05, 7.398310639809e-06, { 1, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -2.020417869842e-05, -1.866438256194e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0 } }, + { -3.146424103351e-05, -7.401794166306e-06, { 1, -1, -1, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { 3.259439393796e-05, -6.252028171876e-06, { 5, -1, -3, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -1.093257845581e-05, -2.790449622808e-05, { 1, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.743193521281e-05, 1.139074988555e-05, { 3, -1, -2, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 2.322759570915e-05, -1.559334870185e-05, { 1, -1, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -1.174897271821e-06, -3.763086117956e-05, { 2, 2, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 2.262880055234e-05, -1.617285368703e-05, { 0, 0, 2, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { 4.545218123660e-08, -3.872950891883e-05, { 3, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.603232218845e-05, -2.272936623367e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { 1.060964102880e-07, -3.865376296837e-05, { 0, 0, 1, 0, 0, -8, 10, 0, 0, 0, 0, 0, 0 } }, + { -3.756390255404e-05, 1.195560769629e-06, { 0, 0, 1, 0, 0, -14, 15, 0, 0, 0, 0, 0, 0 } }, + { 2.091337206242e-05, -1.783616638548e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 1, -11, 3, 0, 0 } }, + { -1.472253298211e-05, -2.400773960142e-05, { 1, 0, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -2.578707371165e-05, 1.293914228092e-05, { 2, 0, 0, 0, 0, 0, 16, -20, 0, 0, 0, 0, 0 } }, + { -2.568257945144e-08, 3.869523167610e-05, { 2, -2, 2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.514606690358e-05, -3.572103271836e-06, { 0, 0, 0, 0, 0, 0, 6, -8, 3, 0, 0, 0, 0 } }, + { -3.245141706897e-05, 6.213386590180e-06, { 1, -1, -2, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -1.181653085151e-05, -2.683814268276e-05, { 1, -1, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 2.060497027302e-05, 1.802174282915e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 1, -2, 0, 0, 0 } }, + { 6.223745451253e-06, -3.238631490997e-05, { 2, 0, 1, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { -3.118410151248e-05, -7.372370992174e-06, { 1, -1, -2, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.120534928552e-05, -1.733582163349e-05, { 3, -1, -1, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0 } }, + { -2.043638168637e-06, -3.649066371668e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 5, -5, 0, 0, 0 } }, + { -2.721275582015e-05, -1.129923608351e-05, { 1, 1, -2, 0, 0, 0, -1, 0, -1, 1, 0, 0, 0 } }, + { -3.085273774768e-05, 7.651853986457e-06, { 2, -1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 7.693714919869e-06, -3.078385974948e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 2, -10, 0, 0, 0 } }, + { 1.457259343375e-05, 2.388149170975e-05, { 2, 0, -1, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0 } }, + { -1.409809503807e-07, -3.828557405662e-05, { 0, 0, 1, 0, 0, 2, -3, 0, 1, 0, 0, 0, 0 } }, + { 1.207461591916e-05, -2.630988584464e-05, { 1, 0, 1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.166291969756e-05, 2.669789024398e-05, { 2, 0, -1, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0 } }, + { 2.575753235745e-05, 1.259807855326e-05, { 2, 0, 0, 0, 0, -6, 9, 0, -3, 0, 0, 1, 0 } }, + { 2.743290081184e-05, -1.090216888912e-05, { 0, 0, 0, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { 1.276674435754e-05, -2.556801620477e-05, { 4, 0, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.677837798427e-05, 2.155637814085e-05, { 2, 0, -1, 0, 0, 3, -6, 4, 0, 0, 0, 0, 0 } }, + { 3.627585203717e-05, -2.007785532780e-06, { 2, 0, 0, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.985902373779e-06, 3.626918341290e-05, { 2, 0, 1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -2.628423338264e-06, -3.561645127854e-05, { 2, 0, 1, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { 6.216291562912e-06, -3.198630051825e-05, { 4, 0, -2, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.039826058745e-05, -1.779749796119e-05, { 2, 0, 1, 0, 0, -10, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.435895947665e-05, 3.814478313042e-06, { 4, 0, -1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 3.250657710932e-05, -5.623654907480e-06, { 2, -1, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 1.314571508287e-05, -2.496827608012e-05, { 2, 0, -2, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { 9.630210814320e-06, -2.844020039014e-05, { 4, 0, -3, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { 6.117251009938e-06, -3.195095395488e-05, { 1, -1, 1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -8.069923317222e-07, 3.724865019771e-05, { 2, 0, -3, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 5.563925356389e-06, 3.248250649721e-05, { 1, 1, -1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -1.357115532433e-06, 3.665564083539e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -3, 2, 0, 0, 0 } }, + { 3.303186616757e-05, -4.979671426530e-06, { 2, 0, 0, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.255821937146e-05, -2.545324012995e-05, { 2, 0, -2, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { 2.810869929275e-06, 3.519994137978e-05, { 2, -2, 0, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 2.928391786909e-05, -8.665074907565e-06, { 1, -1, 0, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { -3.064962108501e-05, -7.293880076860e-06, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 6, -3, 0, 0 } }, + { 3.237240648919e-05, -5.543936631714e-06, { 2, 0, -2, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.352219615836e-06, 3.454815295499e-05, { 2, 0, 0, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0 } }, + { -1.656446257841e-06, -3.624388215492e-05, { 4, 0, -1, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { -6.593931567489e-06, 3.128528174916e-05, { 1, -1, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.670504815809e-05, -2.115116751807e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 6, 0, 0, 0, 0 } }, + { 1.352897996663e-05, 2.432504421392e-05, { 1, 0, -3, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -1.741713702511e-05, 2.043312298990e-05, { 0, 2, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 1.858280526169e-08, 3.782360817359e-05, { 3, 0, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.384116326706e-05, -2.398832976492e-05, { 0, 0, 3, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 2.639111223878e-05, 1.137398592733e-05, { 2, 0, -3, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 6.008290545652e-06, -3.175254504839e-05, { 2, -2, 2, 0, 0, -21, 23, 0, 0, 0, 0, 0, 0 } }, + { 3.140795209578e-05, 6.308866328025e-06, { 2, 0, 1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0 } }, + { -2.940614233924e-05, 8.303309794859e-06, { 2, 0, 0, 0, 0, -8, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.473056882545e-06, -3.323052379830e-05, { 2, 0, 1, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -3.572775688825e-05, -1.971556564518e-06, { 4, 0, -1, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { 3.049934671145e-05, 7.197210442925e-06, { 1, -1, 1, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { -9.090359515926e-06, -2.858960237344e-05, { 2, 0, -2, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.654372011084e-05, 1.109529328787e-05, { 2, 0, 1, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { -3.279310458644e-06, 3.434322827245e-05, { 2, 0, 0, 0, 0, 0, -9, 13, 0, 0, 0, 0, 0 } }, + { -3.239021289299e-05, -5.218743439345e-06, { 0, 2, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -4.768393547863e-06, -3.278111435207e-05, { 0, 0, 1, 0, 0, 13, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.493769342987e-05, -1.258722251562e-05, { 2, 0, -1, 0, 0, 0, 16, -20, 0, 0, 0, 0, 0 } }, + { 1.990689932218e-06, 3.552468743651e-05, { 0, 0, 1, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0 } }, + { 3.163778967562e-05, 5.862040162051e-06, { 3, 1, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 4.505855351316e-06, -3.299183180934e-05, { 0, 0, 1, 0, 0, 0, 2, 0, 0, -4, 0, 0, 0 } }, + { 3.602664673002e-05, 1.440441104005e-06, { 2, 0, 0, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { 1.895186354630e-06, -3.555912753088e-05, { 4, 0, -1, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { -1.633478617579e-05, 2.110703498531e-05, { 2, 0, 0, 0, 0, -25, 35, -11, 0, 0, 0, 0, 0 } }, + { 2.729142746567e-05, 1.014299807573e-05, { 0, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.911427543116e-05, 8.309089461165e-06, { 2, 0, 0, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.580145933499e-05, 2.161541688624e-05, { 2, 0, 0, 0, 0, 0, 12, -17, 0, 0, 0, 0, 0 } }, + { -1.223345174567e-05, 2.518045221633e-05, { 2, 0, -2, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { 5.853980369896e-06, -3.155848968486e-05, { 1, 1, -2, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 3.884608692141e-08, -3.736340826852e-05, { 4, -2, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 3.154712602796e-05, 5.850029567611e-06, { 3, 1, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -2.112930678038e-05, 1.624421814066e-05, { 1, 1, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -6.219613095192e-06, 3.114851172402e-05, { 0, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.323060415760e-05, -2.412984899027e-05, { 0, 0, 3, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -2.636475569762e-05, 1.099077649898e-05, { 1, 1, -1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -3.131940130879e-05, 6.027883121833e-06, { 2, 0, 0, 0, 0, 14, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.331382238806e-05, -2.401531436289e-05, { 0, 0, 1, 0, 0, 12, -10, 0, 0, 0, 0, 0, 0 } }, + { 3.002466055362e-05, 7.293109667019e-06, { 0, 1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.091566191705e-06, -3.521154772577e-05, { 1, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 6.490595471794e-06, -3.078060405631e-05, { 1, 0, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -3.201997926954e-05, -5.241340749838e-06, { 1, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -1.086411344073e-05, -2.637812380107e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 3, -3, 0, 0, 0 } }, + { -1.171420523483e-05, 2.552005523315e-05, { 1, -1, 1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 1.171420523483e-05, -2.552005523315e-05, { 1, -1, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 1.494428221070e-05, 2.228020785449e-05, { 2, 0, -2, 0, 0, 20, -16, -7, 8, -6, 0, 0, 0 } }, + { -1.718397199740e-08, 3.720271056286e-05, { 3, 0, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.440393601448e-09, 3.719960244091e-05, { 2, -2, 1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -1.910234513838e-05, 1.806717234121e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, -5, 0, 0, 0 } }, + { 9.917632180165e-06, -2.724130618443e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -2, 2, 0, 0, 0 } }, + { -2.865199712677e-05, -8.502169492199e-06, { 6, 0, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.737691560655e-05, -1.976956667022e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -1, 0, 0, 0, 0 } }, + { -2.862396616536e-05, 8.491530501831e-06, { 6, 0, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.846093396395e-10, -3.704915083487e-05, { 2, -2, -1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.116466491553e-05, -2.587541857415e-05, { 2, 0, 0, 0, 0, 0, -9, 16, 0, 0, 0, 0, 0 } }, + { -6.686952303778e-06, 3.034066770909e-05, { 2, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.634262147728e-05, 1.066483161253e-05, { 1, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.854558951882e-05, -8.457217237880e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 1, 2, 0, 0, 0 } }, + { 1.986336337808e-08, -3.697878096782e-05, { 6, 0, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.976357818315e-06, 3.001785583341e-05, { 1, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.483891951558e-05, 1.215116034504e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0 } }, + { 2.956543234065e-05, 7.377695995958e-06, { 1, 1, -1, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { -6.968202262369e-06, 2.994907674155e-05, { 2, 0, -1, 0, 0, 0, 6, -12, 0, 0, 0, 0, 0 } }, + { 1.574007391813e-08, -3.687717166409e-05, { 4, -2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.386266114251e-08, 3.680473160324e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -2.944854499799e-05, -7.408215604001e-06, { 0, 0, 1, 0, 0, 0, -1, 0, -4, 10, 0, 0, 0 } }, + { -3.159576628097e-07, 3.652673843413e-05, { 1, 0, 2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 5.753518264153e-06, -3.108866689546e-05, { 1, 1, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.708362204299e-05, 9.728411194781e-06, { 2, 0, 1, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { 1.572168336359e-05, 2.107792076168e-05, { 2, 0, -1, 0, 0, 0, 0, -4, 0, 0, 0, 0, 0 } }, + { -1.547941397920e-05, 2.131829950728e-05, { 2, 0, 0, 0, 0, 0, 13, -18, 0, 0, 0, 0, 0 } }, + { -2.658784869740e-05, -1.020806374214e-05, { 1, -1, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -3.416331267036e-05, 2.622847895153e-06, { 2, 0, 0, 0, 0, -12, 9, 0, 0, 0, 0, 0, 0 } }, + { -6.466954022421e-06, 3.029955838843e-05, { 2, 0, -2, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { 3.413873387283e-05, -2.619364727800e-06, { 4, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.984381953737e-05, 6.904847850110e-06, { 2, 0, 1, 0, 0, -21, 20, 0, 0, 0, 0, 0, 0 } }, + { 2.530938702505e-05, 1.143309859062e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { 9.336294672414e-06, -2.738713855530e-05, { 4, 0, -3, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -2.945584776329e-05, -7.258655126164e-06, { 2, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.464658384323e-06, 3.124637033171e-05, { 1, -1, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.209215413613e-05, 2.457854563927e-05, { 2, 0, -1, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { -6.625880709117e-07, 3.599629067815e-05, { 2, 0, -2, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { -3.111984717033e-05, -5.529529918477e-06, { 2, 0, 1, 0, 0, -15, 8, 4, 0, 0, 0, 0, 0 } }, + { -3.579130749150e-05, 8.409761630956e-07, { 0, 2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.483243505212e-05, 1.178669851137e-05, { 1, 0, 1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 1.366858941221e-05, -2.291032405297e-05, { 1, 0, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -6.688642806481e-06, -2.988949433189e-05, { 0, 2, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.623557244825e-08, 3.651000507159e-05, { 1, 0, 0, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { 5.288267022599e-07, 3.601156932940e-05, { 0, 0, 1, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.619892010775e-07, -3.635693641985e-05, { 2, 0, 1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.863620176841e-09, -3.647668298653e-05, { 4, 0, -1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -3.347965694106e-05, 2.975515257619e-06, { 1, 1, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 3.587149199418e-05, -5.468183449000e-07, { 2, 0, 0, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { -3.238448433318e-05, -4.029311264932e-06, { 2, 0, 0, 0, 0, -5, 5, 4, 0, 0, 0, 0, 0 } }, + { -2.586262981006e-05, 1.054764162741e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -5, 4, 0, 0, 0 } }, + { 2.808580518247e-05, 8.313242256324e-06, { 4, 0, -2, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.925016615625e-05, -1.714408832026e-05, { 3, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.594892518378e-05, 2.044266829050e-05, { 0, 0, 0, 0, 0, 23, -22, -4, 0, 0, 0, 0, 0 } }, + { 1.124249035419e-05, 2.514172321510e-05, { 0, 0, 2, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -9.235317553013e-07, -3.545742530942e-05, { 2, 0, -1, 0, 0, 18, -20, 0, 0, 0, 0, 0, 0 } }, + { -4.873108245596e-07, -3.586847287027e-05, { 0, 2, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.823152302522e-05, -1.806737580581e-05, { 0, 0, 2, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 2.858643607120e-05, 7.682971384202e-06, { 1, 1, 0, 0, 0, -12, 13, 0, 0, 0, 0, 0, 0 } }, + { -3.352075914433e-06, -3.289453440240e-05, { 0, 0, 1, 0, 0, 0, -11, 17, 0, 0, 0, 0, 0 } }, + { -9.271119885701e-06, 2.697409783040e-05, { 2, 0, -2, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { -1.352293354942e-05, -2.270844930201e-05, { 0, 0, 1, 0, 0, 0, 4, 0, -2, 0, 0, 0, 0 } }, + { 5.926441544181e-06, 3.030334150082e-05, { 1, -1, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.154089803414e-05, 2.465829281833e-05, { 2, 0, 0, 0, 0, 16, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.564204569361e-05, 2.055110593396e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { 4.332996357293e-07, -3.575977100110e-05, { 2, 0, -2, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.187157083561e-05, 2.431496816451e-05, { 2, 0, 0, 0, 0, 0, -4, 0, 0, 2, 0, 0, 0 } }, + { 2.267920407990e-05, 1.350634619877e-05, { 3, -1, -1, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.933997320300e-05, 6.833861975839e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 2, -2, 0, 0, 0 } }, + { -1.204779925361e-05, -2.412201154002e-05, { 1, -2, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.204779925361e-05, 2.412201154002e-05, { 1, -2, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 5.825525089489e-06, 3.033516051933e-05, { 1, 1, -2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.212776400470e-05, -2.402486758913e-05, { 0, 0, 1, 0, 0, 17, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.954581849164e-05, -6.596999877354e-06, { 4, 0, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.206664623234e-06, 3.293562799838e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 1, 2, 0, 0, 0 } }, + { 2.045663803018e-07, -3.593566302221e-05, { 0, 2, 0, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { -2.549104553883e-05, 1.062224638669e-05, { 1, -1, 0, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { 3.462756789142e-05, 1.478216133477e-06, { 0, 0, 0, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { -3.092876196876e-05, -5.173498005163e-06, { 3, 0, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 2.748822074112e-05, 8.603545314409e-06, { 2, 0, 1, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { -2.877438201363e-05, -7.317072597224e-06, { 2, -2, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 5.836198081803e-06, -3.024719092700e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 2, -3, 0, 0, 0 } }, + { 1.705876933402e-05, -1.900305417555e-05, { 2, 0, 1, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { -2.916979529195e-05, -6.880227033930e-06, { 1, 1, -1, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { 8.287501288374e-06, 2.776132251154e-05, { 2, 0, 1, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { 3.526681848869e-05, 7.412453507612e-07, { 3, 0, -3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.120496620165e-05, 1.476755721722e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 5, -5, 0, 0, 0 } }, + { -1.876801285548e-07, 3.577126251452e-05, { 1, 0, 0, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -2.240815394026e-05, -1.354976094134e-05, { 3, -1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.156322983000e-06, 3.078294116514e-05, { 1, -1, 1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.838493702779e-05, -7.537649865799e-06, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0 } }, + { 4.124746889771e-06, -3.178662274868e-05, { 2, 0, -2, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -1.324509726408e-05, -2.264103894526e-05, { 0, 2, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -2.120758140372e-05, 1.465664886692e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0 } }, + { -9.053046795651e-09, 3.584707583846e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -3, 2, 0, 0, 0 } }, + { -3.428738654011e-05, -1.521665962058e-06, { 2, 0, 0, 0, 0, 0, 16, -19, 0, 0, 0, 0, 0 } }, + { -1.122579353809e-07, -3.562496724682e-05, { 2, 0, 1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { -2.295891434120e-05, -1.274804973217e-05, { 2, 0, -1, 0, 0, 2, -3, 0, -3, 0, 0, 0, 0 } }, + { 3.368499152910e-05, 1.990102883822e-06, { 2, 0, 0, 0, 0, 19, -18, 0, 0, 0, 0, 0, 0 } }, + { 1.511035458755e-05, -2.053653284851e-05, { 0, 0, 0, 0, 0, 0, 9, -14, 0, 0, 0, 0, 0 } }, + { 2.848801885477e-06, -3.279655280541e-05, { 1, 1, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.527410746394e-05, -3.694739507130e-07, { 2, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.498623295020e-06, -2.912235660786e-05, { 4, 0, -4, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.290250652589e-05, 1.268351141360e-05, { 2, 0, -1, 0, 0, -2, 3, 0, 3, 0, 0, 0, 0 } }, + { 1.204673462130e-05, 2.352512038462e-05, { 4, 0, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.440448314091e-08, -3.554074918755e-05, { 4, -2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.055806276646e-05, -1.499441648969e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 3, -1, 0, 0, 0 } }, + { -1.785089533230e-05, -1.769040167632e-05, { 2, 0, -1, 0, 0, 0, 6, -8, 1, 0, 0, 0, 0 } }, + { -1.660019925884e-05, 1.893832103061e-05, { 0, 0, 1, 0, 0, 3, -11, 12, -3, 0, 0, 0, 0 } }, + { -1.660019925884e-05, -1.893832103061e-05, { 0, 0, 1, 0, 0, -3, 11, -12, 3, 0, 0, 0, 0 } }, + { 3.479239323077e-06, -3.205488871330e-05, { 1, -1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.487125553166e-05, -2.060819094283e-05, { 0, 0, 1, 0, 0, 0, -4, 9, 0, 0, 0, 0, 0 } }, + { 3.645681837450e-06, -3.182139144134e-05, { 0, 0, 1, 0, -1, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.411880503879e-07, -3.491169351165e-05, { 1, -2, 1, 0, 0, 11, -5, 3, 0, 0, 0, 0, 0 } }, + { -5.411880503879e-07, 3.491169351165e-05, { 1, -2, -1, 0, 0, 11, -5, 3, 0, 0, 0, 0, 0 } }, + { -2.820779542242e-05, 7.237344803613e-06, { 1, 1, -1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 2.232033123209e-05, -1.309829042628e-05, { 0, 0, 1, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0 } }, + { 1.696063294116e-07, -3.520444880576e-05, { 1, -2, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -2.032419680045e-05, 1.504847050225e-05, { 1, -1, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -1.016207132093e-05, 2.519103492886e-05, { 4, -2, -1, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.858574449144e-05, 6.763213477184e-06, { 0, 1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.507956660676e-05, 1.025275115877e-05, { 2, 0, -1, 0, 0, 5, -7, -4, 0, 0, 0, 0, 0 } }, + { 3.317891317541e-05, -2.132037083281e-06, { 0, 0, 1, 0, 0, 3, -5, 0, 0, 3, 0, 0, 0 } }, + { 1.163983169856e-05, 2.366020645822e-05, { 2, 0, -1, 0, 0, -11, 9, 0, 0, 0, 0, 0, 0 } }, + { -2.455709692278e-05, -1.072788118409e-05, { 1, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.187424262826e-05, 2.340905307344e-05, { 0, 0, 1, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { -3.136365737986e-05, -3.874645335621e-06, { 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 } }, + { -2.741372574301e-05, 7.820638296215e-06, { 4, 0, -2, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -2.518892290297e-05, -1.004476814256e-05, { 2, 0, -2, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { 2.575709697940e-05, -9.447795118095e-06, { 1, -1, 0, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { -2.392500584892e-05, 1.127737191622e-05, { 1, 1, -1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.469643349405e-05, 1.050485828953e-05, { 0, 0, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 3.214388059419e-05, -3.048263777940e-06, { 2, 0, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.304400446560e-05, 2.123758304540e-06, { 0, 0, 1, 0, 0, -3, 5, 0, 0, -3, 0, 0, 0 } }, + { 2.370138077410e-05, 1.146294386936e-05, { 2, 0, 0, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { -9.100670935395e-06, -2.606109001253e-05, { 2, 0, -2, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { 1.158503364832e-05, -2.355332087726e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 1, 0, 0, 0 } }, + { -3.043779626389e-08, -3.507517401940e-05, { 2, 0, 2, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.097456402023e-05, -2.411993374548e-05, { 1, -1, 0, 0, 4, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.521061270581e-08, 3.504831315679e-05, { 2, 0, 0, 0, 0, -3, 5, -2, 0, 0, 0, 0, 0 } }, + { 2.167182863981e-05, -1.341485760213e-05, { 4, 0, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.831071199899e-05, -6.764252550331e-06, { 1, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.564191151226e-05, 9.413372072117e-06, { 2, 0, 0, 0, 0, 0, -2, 2, 0, -2, 0, 0, 0 } }, + { 2.814477424075e-08, -3.502603736151e-05, { 2, 0, 1, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 9.535505575998e-06, 2.551654985205e-05, { 3, -1, -1, 0, 0, 29, -33, 0, 2, 0, 0, 0, 0 } }, + { 9.535505575998e-06, -2.551654985205e-05, { 1, 1, 1, 0, 0, -29, 33, 0, -2, 0, 0, 0, 0 } }, + { 3.499227098152e-05, -3.755257243148e-08, { 1, 1, 0, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -2.860566026835e-05, 6.348222417574e-06, { 2, 0, 0, 0, 0, -11, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.652266956491e-05, -8.427712099608e-06, { 0, 0, 1, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { 8.914041007675e-06, -2.603409595130e-05, { 2, 0, 0, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0 } }, + { 9.686165068832e-06, -2.525768145435e-05, { 4, 0, -2, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -3.035883156795e-05, 4.568498350633e-06, { 2, 0, -1, 0, 0, -1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.291375638686e-05, -2.199528979610e-05, { 0, 2, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -3.481786248177e-05, -8.122477025960e-08, { 5, 0, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -6.027528325867e-06, -2.886772282258e-05, { 2, 0, -2, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { -3.065751192800e-08, 3.484400475577e-05, { 4, -2, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.362799195917e-05, 1.124030031932e-05, { 4, 0, -1, 0, -5, 0, 13, -7, 0, 0, 0, 0, 0 } }, + { -2.362799195917e-05, -1.124030031932e-05, { 0, 0, 1, 0, 5, 0, -13, 7, 0, 0, 0, 0, 0 } }, + { 2.739531391416e-05, -7.462503168381e-06, { 2, 0, 1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 2.189490160578e-05, 1.293232225509e-05, { 0, 0, 1, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0 } }, + { -2.220129611669e-05, -1.262355273126e-05, { 2, 0, 2, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -2.492421877664e-05, -9.857401852196e-06, { 0, 0, 1, 0, 0, 0, -10, 14, 0, 0, 0, 0, 0 } }, + { -1.706886413400e-08, 3.475823297390e-05, { 1, 0, 2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.816146200649e-05, 6.612763488809e-06, { 1, 1, 0, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { -2.121842815886e-05, -1.352701583897e-05, { 2, 0, -1, 0, 0, 0, -3, 4, -2, 0, 0, 0, 0 } }, + { -2.821646194588e-05, -6.527160822470e-06, { 2, -1, 0, 0, 0, 20, -19, 0, 0, 0, 0, 0, 0 } }, + { 1.046240354830e-05, -2.427551304283e-05, { 4, 0, 0, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -1.890141719969e-05, 1.583014730193e-05, { 3, -2, 0, 0, 0, 20, -18, 0, 0, -1, 0, 0, 0 } }, + { -1.890141719969e-05, -1.583014730193e-05, { 1, 2, 0, 0, 0, -20, 18, 0, 0, 1, 0, 0, 0 } }, + { -1.402947215156e-05, 2.069361280125e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -3, 5, 0, 0, 0 } }, + { -2.336460680063e-05, -1.132472231352e-05, { 2, 0, -2, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { 2.806918848373e-05, -6.606464319403e-06, { 0, 0, 0, 0, 0, 0, 3, 0, 0, -2, 0, 0, 0 } }, + { 1.116837825590e-05, 2.348737175060e-05, { 1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 5.529959606026e-08, -3.459912362652e-05, { 1, 0, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.132350659591e-05, 2.331598918396e-05, { 1, 0, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.207994832999e-06, 2.938863001582e-05, { 2, 0, -5, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 2.784225110362e-05, 6.737318467174e-06, { 2, 0, 1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.793795108840e-07, -3.437657757064e-05, { 4, 0, 0, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 3.353290954145e-07, -3.419904084348e-05, { 4, 0, -3, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -1.665662093302e-05, 1.786596562416e-05, { 2, 0, -2, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.169749810132e-05, 2.282429957463e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -1, 0, 0, 0 } }, + { 4.187788746818e-08, 3.447652390270e-05, { 2, -2, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.731368858244e-05, 7.204579232626e-06, { 2, 0, 0, 0, 0, -9, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.612359213664e-05, -8.392482282306e-06, { 2, 0, -2, 0, 0, -23, 26, 0, 0, 0, 0, 0, 0 } }, + { -2.834723486683e-08, 3.447976640514e-05, { 1, 0, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.551944520070e-07, 3.425007082315e-05, { 4, 0, -3, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.289983848407e-05, 1.158658150108e-05, { 1, 0, 0, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -2.850322687444e-05, 5.969776990824e-06, { 0, 0, 2, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 1.317356004440e-05, 2.128657995594e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 6, -5, 0, 0, 0 } }, + { 1.110937151562e-06, 3.334578236044e-05, { 2, 0, 0, 0, 0, 21, -23, 0, 0, 0, 0, 0, 0 } }, + { 1.865884721602e-05, 1.579696362012e-05, { 2, 0, 0, 0, 0, -13, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.500121472090e-07, -3.429427120508e-05, { 0, 0, 1, 0, -2, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.327059819601e-05, 1.167181587341e-06, { 2, 0, -2, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -3.261646956317e-07, 3.408794135480e-05, { 2, 0, 0, 0, 0, -2, 3, 0, -1, 0, 0, 0, 0 } }, + { 1.322814340236e-05, -2.117816959068e-05, { 2, 0, 0, 0, 0, 0, 3, 0, -6, 0, 0, 0, 0 } }, + { -6.007822131542e-06, 2.839611359096e-05, { 1, -1, 0, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { -2.793366035364e-05, 6.461277619764e-06, { 2, 1, 0, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.441540348550e-05, 1.997121254154e-05, { 2, 0, 0, 0, 0, 0, 14, -19, 0, 0, 0, 0, 0 } }, + { 2.175476855490e-06, -3.220703535016e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -5, 6, 0, 0, 0 } }, + { -5.339092826374e-06, -2.903589347266e-05, { 0, 0, 0, 0, 0, 19, -21, 0, 0, 0, 0, 0, 0 } }, + { 1.773242434800e-07, 3.419193671264e-05, { 0, 0, 0, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0 } }, + { 2.568824181357e-05, 8.679513250069e-06, { 0, 0, 2, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { -4.203433091455e-07, -3.390982225813e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 2, 0 } }, + { -1.391086225454e-09, -3.431684282254e-05, { 1, 0, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -6.693584787095e-06, 2.761947570803e-05, { 4, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.991157646498e-05, 4.399517711544e-06, { 1, -1, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 6.997449505790e-06, 2.731203083771e-05, { 2, -2, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 6.704649070420e-06, 2.760216851618e-05, { 3, -1, -2, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { -1.862798949070e-05, -1.567119862463e-05, { 2, 0, -2, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 2.986508345468e-05, -4.428394578229e-06, { 2, 0, 1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.759528282165e-06, -3.052527444957e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 3, -2, 0, 0, 0 } }, + { 2.709161438820e-05, 7.183597642225e-06, { 4, 0, 0, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 9.896898436460e-12, -3.427226913225e-05, { 0, 2, -1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -3.310004447042e-05, 1.159462990066e-06, { 0, 0, 2, 0, 0, -22, 23, 0, 0, 0, 0, 0, 0 } }, + { 1.724094923691e-05, 1.700865337892e-05, { 0, 0, 0, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0 } }, + { 2.370869036938e-05, 1.053671721187e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 2, -7, 0, 0, 0 } }, + { 2.777662735076e-05, -6.467901461095e-06, { 1, -1, 0, 0, 0, -13, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.507955847836e-06, -3.271992561134e-05, { 0, 0, 1, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 9.158049761559e-06, 2.504893701666e-05, { 4, 0, -2, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { 6.219218658457e-06, 2.798463358637e-05, { 2, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 9.880208066253e-06, 2.432067293811e-05, { 2, 0, -1, 0, 0, 11, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.113862694804e-08, 3.417958586203e-05, { 4, 0, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.765646005700e-05, 6.534081392982e-06, { 2, 1, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.182847574818e-05, 2.352511848011e-06, { 0, 0, 1, 0, 0, 3, -6, 2, 0, 0, 0, 0, 0 } }, + { -2.701259359552e-05, -7.165786398446e-06, { 1, 0, 1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -2.701259359552e-05, 7.165786398446e-06, { 1, 0, -1, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 1.118765338992e-05, -2.298302731534e-05, { 2, 0, -1, 0, 0, 14, -12, 0, 0, 0, 0, 0, 0 } }, + { -5.942134113268e-07, -3.351842034864e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 2, -6, 3, 0, 0 } }, + { -5.996484474146e-07, 3.351083415187e-05, { 0, 0, 2, 0, 0, 0, 0, 0, -2, 6, -3, 0, 0 } }, + { 5.813719123920e-06, -2.829485706795e-05, { 2, 0, 0, 0, 0, -20, 19, 0, 3, 0, 0, 0, 0 } }, + { 1.141538716038e-05, -2.268184896584e-05, { 0, 0, 1, 0, 0, 14, -12, 0, 0, 0, 0, 0, 0 } }, + { 2.515904846256e-05, -8.933073221164e-06, { 4, 0, 0, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 2.705391663919e-05, 7.033815672370e-06, { 2, 0, 0, 0, 0, 0, 0, 0, -4, 5, 0, 0, 0 } }, + { 3.961066230900e-06, -3.012609996274e-05, { 1, 1, -2, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.515283378101e-05, 8.931091495693e-06, { 4, 0, 0, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 2.144401620906e-05, 1.263907982480e-05, { 0, 0, 0, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0 } }, + { -5.339949840893e-06, 2.869424508597e-05, { 0, 0, 3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -2.934997339294e-05, 4.675351031580e-06, { 0, 2, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -1.445246216957e-05, 1.955499283041e-05, { 2, 0, 0, 0, 0, 0, 11, -16, 0, 0, 0, 0, 0 } }, + { 1.972335387148e-06, 3.201208876141e-05, { 2, 0, -1, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0 } }, + { 2.757780513822e-05, -6.397479984079e-06, { 3, 0, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.672798699160e-05, 7.203039218297e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 4, -10, 0, 0, 0 } }, + { -2.740778677827e-05, -6.518176497440e-06, { 2, -1, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.274702864917e-05, 2.117745561742e-05, { 2, 0, 1, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.784878692002e-05, 6.057792524470e-06, { 2, 0, 1, 0, 0, -18, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.740250486903e-05, 6.449739108290e-06, { 1, -1, 1, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.703588990088e-05, 6.812290914380e-06, { 2, 0, -2, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.583563510594e-05, -8.011721502192e-06, { 4, 0, -3, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 2.902373594353e-05, 4.798178008591e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 6, -5, 0, 0, 0 } }, + { 2.765038505893e-05, 6.160644617740e-06, { 1, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.401983783333e-05, 9.781907465717e-06, { 4, 0, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -1.012812603900e-06, -3.273985847390e-05, { 6, 0, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -2.045742933073e-05, 1.328868734200e-05, { 1, 0, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 2.561504014933e-05, -8.108603000289e-06, { 4, 0, -2, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.230475782126e-06, 2.949218386639e-05, { 0, 0, 2, 0, 0, -24, 26, 0, 0, 0, 0, 0, 0 } }, + { 7.258123021430e-06, 2.646310623878e-05, { 0, 2, -2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 1.880082911869e-08, -3.369583745595e-05, { 0, 0, 2, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { 7.256625410534e-06, -2.645537442948e-05, { 0, 2, -2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 3.503109865711e-06, -3.017784150588e-05, { 2, 0, -1, 0, 0, 0, -3, 0, 1, 5, 0, 0, 0 } }, + { 2.263826826925e-05, 1.103857026772e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0 } }, + { -1.679972987335e-07, -3.349810819551e-05, { 4, 0, -2, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -2.568597229657e-05, 7.968108217901e-06, { 4, 0, -3, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 5.631240792483e-06, -2.800601495299e-05, { 2, 0, 0, 0, 0, 0, -37, 48, 0, 0, 0, 0, 0 } }, + { -5.631240792483e-06, 2.800601495299e-05, { 2, 0, -2, 0, 0, 0, -37, 48, 0, 0, 0, 0, 0 } }, + { -2.533936541993e-05, -8.296959430708e-06, { 2, 0, 1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -1.137150897133e-06, 3.244128971920e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -5, 5, 0, 0, 0 } }, + { 2.582260353823e-05, 7.743429583657e-06, { 2, 0, -1, 0, 0, 0, 0, 0, -4, 5, 0, 0, 0 } }, + { -2.219904166034e-05, -1.134533170374e-05, { 3, -1, -1, 0, 2, -2, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.219904166034e-05, 1.134533170374e-05, { 1, 1, -1, 0, -2, 2, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.818228367241e-05, -5.356766358481e-06, { 3, -1, -2, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -2.042146587427e-05, -1.310338493345e-05, { 2, 0, -1, 0, 0, 3, -1, -4, 0, 0, 0, 0, 0 } }, + { -2.808445024656e-05, -5.435828543533e-06, { 4, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.773674781369e-05, -1.576559424477e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -3, -1, 0, 0, 0 } }, + { -1.927569752909e-05, -1.413548545933e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0 } }, + { 2.315841131574e-05, -1.024620728962e-05, { 2, 0, -2, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { 2.608303397887e-05, 7.313906031393e-06, { 2, 0, -1, 0, 0, 0, -3, 0, 0, 5, 0, 0, 0 } }, + { 6.408628856960e-06, 2.695722481080e-05, { 0, 1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.701134150455e-05, -6.331649851967e-06, { 1, 1, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.671871959599e-05, 6.622781366422e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 3, -5, 0, 0, 0 } }, + { -3.143039204241e-05, -1.885224212376e-06, { 4, 0, -2, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.153797842479e-05, -2.177699249235e-05, { 0, 0, 1, 0, 0, 0, 3, -8, 1, 5, 0, 0, 0 } }, + { 3.090083380364e-06, 3.020950231159e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 4, -3, 0, 0, 0 } }, + { 1.672620339531e-08, -3.326452032735e-05, { 1, 0, 1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.309247533301e-05, -1.850517078870e-07, { 2, 0, 0, 0, 0, -11, 10, 0, 0, 0, 0, 0, 0 } }, + { 6.820342151935e-06, -2.645029999344e-05, { 3, 0, -3, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -3.134079306024e-07, -3.294901381407e-05, { 2, 0, 0, 0, 0, 27, -27, 0, 0, 0, 0, 0, 0 } }, + { 2.691613175340e-05, -6.326796351951e-06, { 1, 1, -1, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.004702612717e-05, 2.317772950371e-05, { 4, 0, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 1.065291546726e-06, -3.213890945622e-05, { 4, 0, -1, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { -5.129413301225e-06, -2.806240182440e-05, { 2, 0, 1, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { 2.790093728713e-05, -5.285480967943e-06, { 4, 0, -3, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 3.208129650062e-08, -3.315351437658e-05, { 3, 0, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.274067565554e-05, -2.043981780478e-05, { 2, 0, 0, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { 2.753293096146e-05, -5.646527153282e-06, { 2, 0, -1, 0, 0, 14, -17, 0, 0, 0, 0, 0, 0 } }, + { 3.095367588445e-05, -2.223655105127e-06, { 0, 0, 1, 0, 0, -3, 6, -2, 0, 0, 0, 0, 0 } }, + { -2.229269131319e-05, -1.088335261662e-05, { 4, 0, -1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -1.135475839171e-05, 2.180415680641e-05, { 4, 0, -1, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { -2.665692894943e-05, 6.499809068394e-06, { 2, 0, 0, 0, 0, -10, 7, 0, 0, 0, 0, 0, 0 } }, + { -8.528907229358e-06, 2.462449805157e-05, { 0, 0, 1, 0, 0, 0, 4, 0, -6, 0, 0, 0, 0 } }, + { 2.824885936140e-05, -4.895037147559e-06, { 1, -1, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 1.800182497463e-05, 1.514039992863e-05, { 1, -1, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -6.316778553042e-06, -2.681206132764e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 3, -2, 0, 0, 0 } }, + { 1.178919745064e-05, 2.133551834390e-05, { 4, 0, -2, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 1.963421527988e-05, -1.346802501251e-05, { 0, 0, 1, 0, 0, 0, -3, 5, 4, 0, 0, 0, 0 } }, + { -9.834219205854e-07, -3.211584199118e-05, { 2, 0, 0, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0 } }, + { 2.625967661815e-05, -6.833669917303e-06, { 1, 1, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { 5.632559379482e-06, 2.745943638492e-05, { 2, 0, -2, 0, 0, 20, -19, 0, -3, 0, 0, 0, 0 } }, + { -2.126150567552e-05, -1.182954117636e-05, { 1, 1, -1, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { 1.961931786840e-05, 1.345638857616e-05, { 0, 0, 1, 0, 0, 0, 3, -5, -4, 0, 0, 0, 0 } }, + { 2.198469634644e-05, 1.107889871249e-05, { 2, 0, -2, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { 5.627142643253e-07, 3.249492986365e-05, { 1, 0, 2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -6.455257965444e-07, -3.240857880024e-05, { 2, 0, -2, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { -3.135646108293e-05, -1.695368133649e-06, { 0, 0, 1, 0, 0, 19, -20, 0, 0, 0, 0, 0, 0 } }, + { 3.131353671538e-05, 1.729564742560e-06, { 2, 0, -3, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -5.488006064710e-08, 3.296720193721e-05, { 2, 0, 1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 3.292686800364e-05, 8.593573034700e-08, { 2, 0, 0, 0, 0, -14, 13, 0, 0, 0, 0, 0, 0 } }, + { -3.289784902830e-05, 8.434880456400e-08, { 2, 0, 0, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.976046938467e-08, -3.294853908572e-05, { 0, 2, 0, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 2.786159326667e-05, -5.098383691373e-06, { 2, 0, 1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.219920228257e-07, 3.280154678668e-05, { 2, 0, -2, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.279432778370e-05, 1.008178946948e-05, { 2, 0, -2, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { -1.925892778458e-05, -1.361691742216e-05, { 1, -1, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 6.989370788313e-06, -2.588093317927e-05, { 1, -1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.197194656530e-05, -2.082905631824e-05, { 2, 0, 2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -5.696942944682e-06, 2.708962867535e-05, { 2, 0, 0, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0 } }, + { 7.868312548575e-06, 2.487623689543e-05, { 1, 0, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.782722347777e-07, -3.255667967871e-05, { 2, 2, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.591821462347e-05, 6.816125448479e-06, { 1, -1, -1, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -5.790081274864e-08, -3.267376680151e-05, { 2, 0, 1, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.150656676172e-05, 2.120124058508e-05, { 0, 0, 1, 0, 0, 0, -4, 6, -2, 0, 0, 0, 0 } }, + { -3.370648584102e-06, -2.932616762524e-05, { 0, 0, 0, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { -2.125598551270e-05, 1.143221570143e-05, { 2, 0, -1, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 } }, + { 1.397648572142e-08, -3.264897182587e-05, { 6, 0, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.977587057276e-05, 1.287977515134e-05, { 2, -2, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -4.427434131102e-08, -3.260945667886e-05, { 4, 0, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -3.243755807881e-05, -2.152893674394e-07, { 4, 0, -3, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.624459799951e-05, 6.407183190570e-06, { 2, 0, -3, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 2.654771997362e-05, 6.096665832434e-06, { 3, -1, -2, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -2.626618899053e-05, 6.373979663091e-06, { 1, -1, 2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.577677654042e-05, -6.836848665418e-06, { 4, 0, -2, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 1.829954954852e-05, 1.429989758152e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -4, 3, 0, 0, 0 } }, + { 2.589954615695e-05, -6.692358594522e-06, { 1, -1, 1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -2.275606585189e-05, 9.826672457575e-06, { 1, 0, 0, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 2.464696442027e-05, 7.926922612717e-06, { 2, 0, 0, 0, 0, -3, 8, -4, 0, 0, 0, 0, 0 } }, + { -1.680522147680e-05, 1.576811550442e-05, { 2, 0, -1, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0 } }, + { -2.987951950818e-05, 2.685947497644e-06, { 1, 1, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.987954903991e-05, -2.685618955005e-06, { 3, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.987960012596e-05, -2.685050523324e-06, { 1, -1, -2, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.987960059459e-05, 2.685045308350e-06, { 1, -1, -2, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.987965026413e-05, -2.684492520636e-06, { 2, -1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.987967509506e-05, 2.684216126435e-06, { 0, 1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.987972474926e-05, 2.683663337343e-06, { 2, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.987972474926e-05, -2.683663337343e-06, { 1, 1, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.080969778432e-05, -1.173391619889e-05, { 4, 0, -2, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 8.016534159544e-06, -2.452010999549e-05, { 4, 0, 0, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { 3.693022573687e-06, 2.883300364484e-05, { 1, 1, 0, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.632364510689e-05, -6.162542277968e-06, { 0, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.401089582657e-05, -8.471444241596e-06, { 0, 0, 0, 0, 0, 6, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.350466765109e-05, 8.968919093592e-06, { 0, 0, 1, 0, 0, -1, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.351074801640e-06, 2.910409943392e-05, { 4, 0, -1, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.613859228074e-05, -6.314139002563e-06, { 0, 1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.356629856127e-06, 2.807434289309e-05, { 2, 0, -2, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -5.236543125851e-06, -2.718852048058e-05, { 2, -1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -4.333846586338e-06, 2.808496478995e-05, { 1, 1, -1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.629821299090e-05, 6.104825386653e-06, { 2, 0, 1, 0, 0, 0, -3, 0, 0, 2, 0, 0, 0 } }, + { -1.254106783443e-05, -1.985357290511e-05, { 4, 0, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -9.935346455494e-06, -2.245832597216e-05, { 2, 0, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.622701664337e-05, 6.158027181457e-06, { 4, 0, -1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.615604411342e-05, 1.622161860353e-05, { 0, 0, 1, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0 } }, + { 1.682354673553e-05, -1.554918331275e-05, { 3, -1, -2, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.133236190023e-05, 1.031837821371e-06, { 0, 0, 1, 0, 0, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.202363474971e-05, -1.031934457375e-05, { 2, 0, -1, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.466914734410e-05, 1.767180700088e-05, { 2, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.895738900351e-05, -3.326188739689e-06, { 2, 0, 1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.605461349378e-06, 3.066185700032e-05, { 0, 0, 0, 0, 0, 26, -30, 0, 0, 0, 0, 0, 0 } }, + { -1.232462698705e-05, 1.989390724045e-05, { 2, 0, 0, 0, 0, 0, 12, -11, 0, 0, 0, 0, 0 } }, + { 5.015886076587e-06, -2.715636750615e-05, { 1, 0, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.140514518381e-05, 2.071903818008e-05, { 4, 0, 1, 0, -12, 0, 12, 0, -2, 0, 0, 0, 0 } }, + { -1.140514518381e-05, -2.071903818008e-05, { 0, 0, 1, 0, -12, 0, 12, 0, -2, 0, 0, 0, 0 } }, + { -2.132885564123e-05, -1.079369378869e-05, { 2, 0, 0, 0, 0, 2, -3, 0, -3, 0, 0, 0, 0 } }, + { 3.160370749295e-05, 4.807683292190e-07, { 0, 2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.586444927492e-05, 6.215943144795e-06, { 1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -8.443539378574e-07, -3.121783172981e-05, { 2, 2, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 6.536478552071e-06, -2.549684260398e-05, { 4, 0, 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 4.607766163531e-06, 2.741196547242e-05, { 3, 0, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 2.594691996448e-05, -6.042582171735e-06, { 1, -1, 0, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.067734043127e-05, -2.130737838051e-05, { 2, 0, -1, 0, 0, 17, -15, 0, 0, 0, 0, 0, 0 } }, + { -3.325278714505e-07, 3.164806564390e-05, { 2, 0, -1, 0, 3, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.055989946227e-05, 1.417172304636e-06, { 2, 0, 1, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.932991158756e-05, -1.264133312435e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0 } }, + { -1.745461197296e-05, 1.451243628543e-05, { 2, 0, 2, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 1.985304291612e-05, 1.209989055307e-05, { 0, 0, 1, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { 5.817391018873e-06, 2.613336488037e-05, { 6, 0, -3, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.892402056934e-05, 1.301950102068e-05, { 2, 0, -2, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.081786213981e-05, 1.124149045725e-06, { 1, 0, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -6.664129827050e-06, 2.527597856173e-05, { 0, 0, 1, 0, 0, 3, -6, 4, 0, 0, 0, 0, 0 } }, + { -2.120788450889e-05, 1.072339006891e-05, { 2, 0, 0, 0, 0, -2, 3, 0, 3, 0, 0, 0, 0 } }, + { 1.297453562580e-05, -1.892785601162e-05, { 2, 0, -1, 0, 0, -4, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.848217762205e-05, 1.340736522321e-05, { 1, 0, -1, 0, 0, 10, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.993676716130e-05, 1.946785024101e-06, { 2, 0, -3, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.953354936345e-05, -2.339808198622e-06, { 2, 0, -1, 0, 0, 16, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.125993483036e-05, -2.061172447914e-05, { 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.190535299325e-05, -1.996043817053e-05, { 2, -2, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -1.822983807377e-08, 3.183685466595e-05, { 1, -2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 5.949075651632e-06, 2.589711659631e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 4, -1, 0, 0, 0 } }, + { -1.323108982127e-05, 1.861073643665e-05, { 2, 0, -1, 0, 0, -3, 7, 0, 0, 0, 0, 0, 0 } }, + { 8.384395746791e-06, -2.345249367760e-05, { 4, 0, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -1.936175507376e-05, -1.245711644325e-05, { 2, -2, -1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 2.776909852090e-05, 4.048902637552e-06, { 4, 0, -1, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { 8.050240477073e-09, -3.180990510868e-05, { 4, -2, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.436801029992e-05, -7.427342748634e-06, { 1, -1, 0, 0, 0, 17, -18, 0, 0, 0, 0, 0, 0 } }, + { 1.473330044971e-06, -3.031483690807e-05, { 4, 0, -1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -2.198570457031e-05, 9.773931283959e-06, { 1, -1, 1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -3.958490923190e-08, 3.170821123684e-05, { 2, 0, -4, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.816934697231e-05, 3.576311891967e-06, { 3, 0, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -2.370007769524e-07, 3.149770470346e-05, { 6, -2, -1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 2.370007769524e-07, -3.149770470346e-05, { 2, -2, -1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 5.222341661271e-06, 2.650877669784e-05, { 1, -1, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.303110615182e-05, -1.868397622235e-05, { 2, 0, -2, 0, 0, 0, 9, -14, 0, 0, 0, 0, 0 } }, + { -2.195258899197e-05, -9.759472840389e-06, { 1, -1, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -2.833738468234e-06, 2.885550475721e-05, { 0, 0, 1, 0, 0, 0, -5, 0, 5, 0, 0, 0, 0 } }, + { 5.201076905609e-06, -2.648258763981e-05, { 4, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.042207155387e-05, 2.126036360355e-05, { 2, 0, -1, 0, 0, -12, 10, 0, 0, 0, 0, 0, 0 } }, + { 9.464914672615e-06, -2.217167734834e-05, { 2, 0, -1, 0, 0, 0, -9, 16, 0, 0, 0, 0, 0 } }, + { -2.522804240393e-05, 6.401953927016e-06, { 1, -1, 1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -1.655031110313e-05, -1.507355884629e-05, { 1, 0, 0, 0, 0, 0, 11, -19, 0, 0, 0, 0, 0 } }, + { -2.559407682905e-05, -6.010337337867e-06, { 1, -1, -1, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { 4.475246316557e-06, 2.709295000206e-05, { 2, 0, 1, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { 1.020347683092e-05, -2.135280821599e-05, { 2, 0, 1, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0 } }, + { -2.651411438247e-05, 5.033512719806e-06, { 3, -1, 0, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 2.921908176775e-05, 2.314153024630e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0 } }, + { 1.296376574238e-05, -1.856912862528e-05, { 2, 0, -1, 0, 0, 0, -8, 9, 0, 0, 0, 0, 0 } }, + { 1.903761279560e-05, -1.249507140949e-05, { 2, 0, 0, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.675843184364e-05, 4.767856275649e-06, { 2, 0, 0, 0, 0, 15, -18, 0, 0, 0, 0, 0, 0 } }, + { -2.178587109957e-05, -9.735583552975e-06, { 2, 0, -1, 0, 0, 0, -3, 0, 4, -5, 0, 0, 0 } }, + { 3.150071236452e-05, -1.432789858000e-08, { 2, 0, 0, 0, 0, -12, 11, 0, 0, 0, 0, 0, 0 } }, + { 2.550333398630e-05, -6.010810233638e-06, { 1, -1, -1, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.225311630055e-05, -9.258523674518e-06, { 1, 1, -1, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { 4.460015364099e-06, -2.704301765827e-05, { 2, 0, 1, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { 1.681751393615e-05, 1.466945384795e-05, { 0, 2, -2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -3.652043772577e-07, 3.110317628162e-05, { 2, 0, -1, 0, 0, -2, 3, 0, -1, 0, 0, 0, 0 } }, + { -2.222588442753e-05, 9.228779602248e-06, { 3, -1, 1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -2.222588442753e-05, -9.228779602248e-06, { 1, 1, 1, 0, 0, 0, -1, 0, -1, 1, 0, 0, 0 } }, + { -3.150464266050e-06, 2.830142233979e-05, { 0, 0, 1, 0, 3, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.543950792555e-05, 6.004112159697e-06, { 1, -1, 2, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.723870216948e-05, -4.176646000520e-06, { 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -1.621070218477e-05, -1.520032482414e-05, { 2, 0, 0, 0, 0, -10, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.493626039943e-05, -6.469058771340e-06, { 3, -1, -1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.567210087519e-05, -1.573125359512e-05, { 2, 0, 0, 0, 0, 0, -12, 19, 0, -3, 0, 0, 0 } }, + { 1.342821401972e-05, 1.794170926632e-05, { 1, -1, 3, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { 2.808775756453e-05, 3.261851850596e-06, { 2, 0, -1, 0, 0, -3, 4, 0, -2, 0, 0, 0, 0 } }, + { -2.418846813619e-08, -3.130272798912e-05, { 4, 0, -1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.056881696402e-05, -2.074685551755e-05, { 0, 0, 1, 0, 0, 13, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.052044347012e-05, -2.079433153544e-05, { 0, 0, 2, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { 3.130697560411e-05, 1.552750757000e-09, { 2, 0, 0, 0, 0, -13, 12, 0, 0, 0, 0, 0, 0 } }, + { -5.498055046227e-06, 2.579598010710e-05, { 1, -1, 0, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.700982577854e-05, 1.423898141683e-05, { 2, 0, -2, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { -2.671836803019e-07, 3.095965411773e-05, { 4, 0, -2, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { 1.148351582664e-05, -1.973847736482e-05, { 1, 0, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.516720535668e-05, -6.051810110610e-06, { 2, 0, 2, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 2.915782738036e-05, -2.043485531898e-06, { 0, 0, 1, 0, 0, 0, 6, -8, 3, 0, 0, 0, 0 } }, + { 2.132631450553e-05, 9.863087742398e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 0, -2, 0, 0, 0 } }, + { -1.050140703954e-05, -2.067098967733e-05, { 4, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -2.010703058866e-05, 1.105634615695e-05, { 2, 0, -2, 0, 1, -25, 25, 0, 0, 0, 0, 0, 0 } }, + { 2.504217852647e-05, 6.107496564417e-06, { 2, 0, -2, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 1.867193098542e-05, -1.247287796071e-05, { 2, 0, 0, 0, 0, 0, -11, 19, 0, 0, 0, 0, 0 } }, + { -2.839886396007e-05, -2.743375085582e-06, { 1, -1, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 2.545348725659e-05, 5.658321339143e-06, { 2, 0, -3, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.475297298043e-05, 6.357261063329e-06, { 1, -1, 0, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { -2.064938230036e-05, 1.045364489289e-05, { 2, 0, 0, 0, 0, 0, 17, -21, 0, 0, 0, 0, 0 } }, + { -2.869513522776e-05, 2.402163260304e-06, { 2, 0, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 1.602046534379e-05, -1.505808887904e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 3, -1, 0, 0, 0 } }, + { 3.028938902645e-05, 7.744906508402e-07, { 3, 0, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.610163444208e-05, 4.935132465142e-06, { 2, 0, -1, 0, 0, 0, -2, 0, -1, 2, 0, 0, 0 } }, + { 2.112808398556e-05, -9.877405976170e-06, { 2, 0, 0, 0, 0, 0, -10, 12, 0, 0, 0, 0, 0 } }, + { 2.449278126148e-05, -6.505831579926e-06, { 1, 1, -2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -1.239327313475e-05, -1.858201221312e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 5, -3, 0, 0, 0 } }, + { -7.228332449716e-07, 3.024975860345e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -3, 0, 1, 0, 0 } }, + { -1.292721926475e-05, 1.804196094996e-05, { 2, 0, 0, 0, 0, 0, 15, -20, 0, 0, 0, 0, 0 } }, + { -3.825283139040e-06, 2.712872191225e-05, { 1, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.655671900626e-05, 4.392980421903e-06, { 2, 0, 0, 0, 0, 0, 10, -19, 0, 0, 0, 0, 0 } }, + { -7.357697686587e-06, -2.358938899836e-05, { 2, 0, 1, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { -1.839301749721e-05, -1.252739566202e-05, { 3, 0, 0, 0, 0, 0, -31, 35, 0, 0, 0, 0, 0 } }, + { -1.839301749721e-05, 1.252739566202e-05, { 1, 0, 0, 0, 0, 0, 31, -35, 0, 0, 0, 0, 0 } }, + { 1.094591472471e-05, -1.996769265312e-05, { 2, 0, -3, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 7.661925955758e-06, -2.324940593923e-05, { 2, -2, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.092228810621e-05, -1.997471691162e-05, { 2, 0, 1, 0, 0, 0, -2, 0, 5, 0, 0, 0, 0 } }, + { 1.652871851529e-05, 1.436019842988e-05, { 2, 0, 1, 0, 0, -3, 6, -4, 0, 0, 0, 0, 0 } }, + { -2.036292566372e-05, 1.052388033800e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { 2.968312028434e-05, 1.202108520709e-06, { 0, 0, 1, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0 } }, + { 6.024746688520e-06, -2.485325886810e-05, { 1, -1, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.016904845008e-05, 2.069474814189e-05, { 2, 0, -1, 0, 0, -13, 11, 0, 0, 0, 0, 0, 0 } }, + { 9.632172977133e-06, 2.122355284561e-05, { 2, 0, 0, 0, 0, -29, 36, 0, -4, 0, 0, 0, 0 } }, + { 2.419628678913e-05, 6.646711520678e-06, { 1, 1, 0, 0, 0, -13, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.082307156661e-05, 2.000889943479e-05, { 2, 0, -2, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.092381682024e-05, 9.906020143510e-06, { 0, 0, 1, 0, 0, 0, 4, -9, 0, 0, 0, 0, 0 } }, + { -2.243449161299e-08, 3.079126638267e-05, { 1, -2, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.040359511575e-05, -1.039810520870e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { -2.929020611558e-06, -2.785905415910e-05, { 1, -1, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.592059942337e-07, 3.041026258636e-05, { 4, 0, -3, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.101457287479e-07, -3.017706327835e-05, { 2, 0, -3, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -1.892929071454e-05, -1.174458813869e-05, { 2, 0, -2, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { -2.973731437612e-05, 8.999422235276e-07, { 2, -2, 0, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.567589754817e-05, -1.495078713734e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 2, -5, 0, 0, 0 } }, + { -1.863819323469e-05, -1.194676880022e-05, { 1, 0, 2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.244930698995e-05, -1.813401920371e-05, { 2, 0, -1, 0, 0, 0, 16, -21, 0, 0, 0, 0, 0 } }, + { -1.245588006030e-05, -1.812379620353e-05, { 2, 0, 0, 0, 0, 0, 1, 0, -5, 0, 0, 0, 0 } }, + { -2.353636672502e-05, -7.030732397958e-06, { 6, 0, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 3.778988234033e-06, 2.672423381338e-05, { 3, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -8.167334608199e-06, -2.233359071465e-05, { 4, 0, -2, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -5.825738305475e-06, -2.467301410745e-05, { 3, 0, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.754658293473e-08, 3.044302097152e-05, { 2, 2, -3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 8.796903401716e-08, -3.039079891158e-05, { 0, 0, 2, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 2.470689379096e-05, -5.756867419964e-06, { 1, -1, 0, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.610211032341e-05, 1.434876228866e-05, { 0, 0, 1, 0, 0, 15, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.932375361572e-05, 1.111597531841e-05, { 2, 0, -1, 0, 0, 0, -4, 8, -2, 0, 0, 0, 0 } }, + { 1.003329328111e-05, 2.040205335894e-05, { 2, 0, 1, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.858797491725e-05, 1.841112981760e-06, { 2, 0, -1, 0, 0, 3, -6, 2, 0, 0, 0, 0, 0 } }, + { 4.331409881940e-07, -2.998569882205e-05, { 2, 0, -2, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.851385761979e-05, 1.904813629863e-06, { 2, 0, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0, 0 } }, + { -2.458899526939e-05, -5.826060989859e-06, { 0, 0, 3, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.289384300149e-06, 2.812369749642e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 4, -3, 0, 0, 0 } }, + { -8.026088272395e-06, -2.236809634457e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 6.451940893767e-06, -2.392839080465e-05, { 2, 0, -2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.932432036425e-05, 1.103901974479e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -4, 10, 0, 0, 0 } }, + { -2.913923545913e-05, -1.222460046342e-06, { 0, 0, 2, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.962944800375e-05, 1.066594730597e-05, { 0, 2, -3, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -2.470705355981e-05, 5.582525398051e-06, { 0, 1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 9.057382083141e-06, -2.122482148154e-05, { 0, 0, 1, 0, 0, 0, -12, 19, 0, 0, 0, 0, 0 } }, + { 5.643894353471e-06, 2.463376906424e-05, { 1, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -6.412529195749e-06, 2.385794625987e-05, { 2, 0, 1, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { 2.944348239386e-05, 7.983695923168e-07, { 2, -2, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.763419083724e-05, -2.599655032676e-06, { 0, 0, 1, 0, 0, -2, 8, -9, 0, 0, 0, 0, 0 } }, + { 9.969525536686e-06, 2.025167132800e-05, { 2, 0, 1, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.011445462563e-05, -1.007006692768e-05, { 1, 1, -1, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.525285608906e-08, -3.013718590911e-05, { 4, 0, -3, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.809513494518e-05, -2.062312535460e-06, { 2, 0, 2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -1.648041155230e-05, 1.367187885038e-05, { 0, 0, 0, 0, 0, 13, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.525861947396e-06, 2.861858434184e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0 } }, + { -1.414881959702e-05, -1.598358906119e-05, { 0, 0, 0, 0, 0, 12, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.594675032074e-06, 2.651831211008e-05, { 2, 0, -2, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { 2.919053217025e-05, 9.074840687693e-07, { 2, 0, -1, 0, 0, 0, 16, -19, 0, 0, 0, 0, 0 } }, + { 4.881493917927e-06, 2.519847885858e-05, { 1, 0, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.379717177548e-06, -2.569116467789e-05, { 3, -1, -1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -4.631788082763e-09, -3.005995584385e-05, { 0, 0, 4, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.178244071512e-05, 8.244502893628e-06, { 2, 0, 0, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { 2.453372667848e-05, 5.480514676169e-06, { 3, 0, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.504413243450e-05, -4.969252836167e-06, { 1, 1, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -2.887762200276e-05, 1.135340249407e-06, { 0, 0, 1, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { 9.344639347004e-08, -2.990778825413e-05, { 3, 0, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -9.424777959234e-10, 2.999999998520e-05, { 1, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 6.911503837322e-10, 2.999999999204e-05, { 0, 1, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -6.492624816889e-10, -2.999999999297e-05, { 0, 1, -3, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 6.335545184270e-10, 2.999999999331e-05, { 1, 1, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 6.283185306706e-10, 2.999999999342e-05, { 0, 1, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -6.230825429215e-10, -2.999999999353e-05, { 2, 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -5.759586531195e-10, 2.999999999447e-05, { 1, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 5.707226653703e-10, 2.999999999457e-05, { 2, 1, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 4.345869837354e-10, -2.999999999685e-05, { 6, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -4.241150082212e-10, -2.999999999700e-05, { 2, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -4.136430327069e-10, -2.999999999715e-05, { 4, 1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -4.084070449572e-10, 2.999999999722e-05, { 4, -1, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -3.874630939359e-10, -2.999999999750e-05, { 2, -1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -3.769911184215e-10, -2.999999999763e-05, { 2, -1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.665191429070e-10, -2.999999999776e-05, { 6, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.141592653637e-10, -2.999999999836e-05, { 2, 1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.460914245321e-10, -2.999999999899e-05, { 2, -1, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 4.188790206115e-11, -2.999999999997e-05, { 1, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 0.000000000000e+00, -3.000000000000e-05, { 2, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -3.000000000000e-05, { 2, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -3.000000000000e-05, { 2, -2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.000000000000e-05, 0.000000000000e+00, { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { 0.000000000000e+00, -3.000000000000e-05, { 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.585263530245e-05, 1.413490582740e-05, { 1, 0, -1, 0, 0, 0, 33, -41, 2, 0, 0, 0, 0 } }, + { 2.718310201902e-05, 2.802406366865e-06, { 2, 0, 1, 0, 0, -16, 16, -7, 8, -6, 0, 0, 0 } }, + { 2.718310201902e-05, -2.802406366865e-06, { 2, 0, -1, 0, 0, 16, -16, 7, -8, 6, 0, 0, 0 } }, + { 1.887886958145e-05, -1.108135573909e-05, { 1, -1, 1, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -3.794333102419e-06, -2.615619624941e-05, { 2, 0, 1, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { -4.457479512070e-06, -2.548966835036e-05, { 2, 0, -1, 0, 0, 0, 3, -8, 0, 0, 0, 0, 0 } }, + { 7.042422774012e-06, 2.289602901244e-05, { 0, 0, 2, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 1.211609308507e-05, 1.780939893931e-05, { 1, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.188512604946e-05, 1.800861968216e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -4, 2, 0, 0, 0 } }, + { -5.962309216738e-06, -2.393006516637e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 6, -3, 0, 0 } }, + { 3.721039268742e-06, 2.616981058714e-05, { 2, 0, -2, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { 2.428493049755e-05, 5.602361043582e-06, { 1, -1, 1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.512811829409e-05, -1.474187667740e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { -2.573451413408e-05, 4.134438641155e-06, { 0, 0, 3, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -2.535183631044e-05, 4.507874781912e-06, { 2, 0, 0, 0, 0, -18, 20, -8, 3, 0, 0, 0, 0 } }, + { 1.281747858863e-05, 1.702461748889e-05, { 0, 0, 0, 0, 5, 0, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.544098978300e-05, -1.439714447077e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 2.450625546956e-05, 5.324191814202e-06, { 0, 0, 1, 0, 0, 0, -3, 0, 4, -2, 0, 0, 0 } }, + { -3.457790169400e-08, -2.978445116377e-05, { 2, 0, -3, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.150542383769e-05, -8.313429927108e-06, { 0, 0, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { -2.909327282612e-05, 7.185710880435e-07, { 4, 0, -1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { -2.737612126994e-05, -2.427255640368e-06, { 4, -2, -2, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { -8.214746015791e-07, -2.895129510885e-05, { 4, -2, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -2.091367796184e-05, -8.856765063166e-06, { 2, 0, 1, 0, 0, -30, 24, 0, 0, 0, 0, 0, 0 } }, + { 2.091367796184e-05, 8.856765063166e-06, { 2, 0, -1, 0, 0, -30, 24, 0, 0, 0, 0, 0, 0 } }, + { -2.695041386453e-06, 2.706637492405e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 0, 3, 0, 0, 0 } }, + { -3.363077476482e-07, -2.940592801367e-05, { 2, 0, -3, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 9.788618178575e-06, -1.993118635166e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0 } }, + { 2.410001292419e-05, -5.607804927055e-06, { 1, -1, 0, 0, 0, -14, 13, 0, 0, 0, 0, 0, 0 } }, + { 5.889888812259e-06, -2.381526317620e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 5, -2, 0, 0, 0 } }, + { 1.088258485052e-06, 2.859503304118e-05, { 2, 0, -1, 0, 0, 6, -8, 0, 2, 0, 0, 0, 0 } }, + { 1.889908939047e-05, 1.074607361146e-05, { 4, 0, -1, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { 2.770743727624e-05, -1.936405048722e-06, { 3, -1, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -2.711441232043e-05, 2.526335108030e-06, { 0, 0, 1, 0, 0, 2, -8, 9, 0, 0, 0, 0, 0 } }, + { 2.312540286122e-05, 6.508902525127e-06, { 2, 0, 0, 0, 0, 0, -4, 0, 0, 3, 0, 0, 0 } }, + { 2.395129161405e-05, 5.672144392891e-06, { 3, -1, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.886954251620e-05, 1.074762104224e-05, { 2, 0, -1, 0, 0, 0, 16, -18, 0, 0, 0, 0, 0 } }, + { 2.407470986191e-05, -5.542391747484e-06, { 3, 1, -1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 1.579000248197e-05, -1.382006086490e-05, { 0, 2, -2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -3.397803348098e-07, -2.926623047374e-05, { 4, 0, 0, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.484792778152e-08, 2.958958459701e-05, { 0, 0, 2, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -6.755110985812e-06, 2.284207355874e-05, { 0, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -4.546957632991e-07, -2.913731831324e-05, { 2, 0, 1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.702571071368e-06, -2.688069376969e-05, { 2, 0, -1, 0, 0, 0, 14, -20, 0, 0, 0, 0, 0 } }, + { -2.397190922177e-05, 5.610926578163e-06, { 3, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.490834493504e-05, 4.657478452359e-06, { 2, 0, 0, 0, 0, 0, 2, 0, 0, -1, 0, 0, 0 } }, + { -2.278677208330e-05, 6.763244326935e-06, { 2, 0, -1, 0, 0, 0, -2, 0, -1, 5, 0, 0, 0 } }, + { -4.546095310003e-06, 2.497886657443e-05, { 0, 1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 3.600148819070e-06, -2.591437127338e-05, { 1, 0, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 2.319060969903e-05, -6.323649022857e-06, { 1, 1, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 2.142779397269e-05, 8.068909422865e-06, { 2, 0, -1, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0 } }, + { 1.682454394343e-05, 1.267180101249e-05, { 1, -1, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 2.895460849378e-05, 5.191621469231e-07, { 1, 0, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -2.536281046951e-05, -4.101177078510e-06, { 0, 0, 3, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 3.396689674323e-06, -2.605122032565e-05, { 2, -2, -1, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 1.894952211510e-05, -1.047283021579e-05, { 4, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.653018615939e-05, -1.288045098476e-05, { 0, 0, 1, 0, 0, 0, -13, 21, 0, 0, 0, 0, 0 } }, + { -1.730027182396e-05, -1.210822634433e-05, { 1, 0, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 4.891129081610e-06, 2.450111624908e-05, { 1, -1, -1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.842323826609e-05, 1.096211186702e-05, { 2, 0, -1, 0, 0, 0, 1, -4, 2, 0, 0, 0, 0 } }, + { -4.822855123607e-08, 2.932363152851e-05, { 0, 0, 1, 0, 0, -23, 23, 0, 0, 0, 0, 0, 0 } }, + { -5.240919371463e-06, -2.413023834264e-05, { 3, 0, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.558552169091e-06, -2.580878004246e-05, { 2, 0, 0, 0, 0, 0, 2, 0, 0, -4, 0, 0, 0 } }, + { 2.480402553863e-05, 4.530358387551e-06, { 2, 0, -1, 0, 0, 0, 10, -19, 0, 0, 0, 0, 0 } }, + { 3.484946176680e-06, 2.584722539922e-05, { 1, 0, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 3.024322582196e-06, -2.630174458867e-05, { 1, -1, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.191987327638e-06, -2.010838913976e-05, { 2, 0, -1, 0, 0, 0, -3, 0, 6, 0, 0, 0, 0 } }, + { -3.533854971721e-06, 2.576053031827e-05, { 1, -1, 2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.814205728541e-05, -1.138803957536e-06, { 1, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.228411512651e-05, -6.981173989752e-06, { 2, 0, -2, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { 5.736114607753e-06, -2.351412867251e-05, { 1, -1, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.912748535990e-05, 1.096070770788e-07, { 2, 0, 0, 0, 0, 6, -11, 0, 3, 0, 0, -1, 0 } }, + { -3.511342451898e-08, -2.918325339022e-05, { 2, 0, 2, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -5.545909527300e-06, 2.365452424059e-05, { 2, 0, -2, 0, 0, -6, 10, 0, -3, 0, 0, 1, 0 } }, + { 8.399541085958e-06, -2.079316546248e-05, { 1, -1, 1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 9.148280773650e-06, -2.004101315563e-05, { 4, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.829180300787e-05, -8.950322090547e-07, { 3, 0, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -4.815930763816e-06, -2.435872183102e-05, { 1, 1, -1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.756089801065e-05, 1.608641165138e-06, { 0, 0, 1, 0, 0, 6, -6, -8, 6, 0, 0, -1, 0 } }, + { 2.756089801065e-05, -1.608641165138e-06, { 0, 0, 1, 0, 0, -6, 6, 8, -6, 0, 0, 1, 0 } }, + { -1.099007559454e-05, -1.817274508905e-05, { 4, 0, -2, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -2.267774071601e-05, -6.484941255966e-06, { 2, 0, -1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.129555976964e-05, 1.786314208966e-05, { 2, 0, 1, 0, 0, 0, -11, 19, 0, -3, 0, 0, 0 } }, + { 1.373780925103e-06, 2.777693435319e-05, { 4, -2, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -7.390750464039e-06, -2.175689877929e-05, { 4, 0, 0, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -2.627123629607e-05, 2.875645891370e-06, { 4, -2, -1, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.817943829209e-05, -1.092719033851e-05, { 3, 0, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.219261669429e-05, -1.691187922401e-05, { 0, 0, 2, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -1.101339023461e-05, -1.808935177602e-05, { 2, 0, 0, 0, 0, 0, 15, -16, 0, 0, 0, 0, 0 } }, + { -1.969664839180e-09, -2.908725445375e-05, { 2, 0, 1, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { 2.374415689885e-05, -5.341412518881e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 4, -5, 0, 0, 0 } }, + { 5.183736813442e-07, 2.856194311003e-05, { 2, 0, 0, 0, 0, 2, -4, 0, 2, 0, 0, 0, 0 } }, + { -5.502622050650e-06, -2.356964598087e-05, { 2, 0, -2, 0, 0, 6, -10, 0, 3, 0, 0, -1, 0 } }, + { 4.839224076066e-06, -2.422521713099e-05, { 1, 1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.023471651902e-05, 1.882372688363e-05, { 2, 0, -3, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -9.990014262936e-08, 2.895611628414e-05, { 0, 0, 2, 0, 0, 0, 12, -24, 7, 5, 0, 0, 0 } }, + { -9.990014262936e-08, -2.895611628414e-05, { 0, 0, 2, 0, 0, 0, -12, 24, -7, -5, 0, 0, 0 } }, + { 1.591409663111e-05, -1.313805848525e-05, { 1, 1, 0, 0, 0, -16, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.368747722830e-05, -1.536026526298e-05, { 0, 0, 1, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0 } }, + { 3.953545932670e-06, -2.509179510168e-05, { 2, 0, -2, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { -3.384725212556e-06, -2.564636465926e-05, { 0, 0, 1, 0, 0, 14, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.189683660060e-05, 7.125783394780e-06, { 1, -1, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.240231691944e-05, -6.611596993729e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 1, 2, 0, 0, 0 } }, + { -2.817966526128e-05, 8.326800691310e-07, { 1, -1, 1, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { 2.817966526128e-05, -8.326800691310e-07, { 1, -1, -1, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { 2.698276767347e-05, 2.029074816790e-06, { 0, 0, 1, 0, 0, 0, -3, 0, 1, 5, 0, 0, 0 } }, + { -2.591318806253e-05, -3.075439681821e-06, { 2, 0, -1, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 } }, + { -2.778794624207e-05, -1.195142976694e-06, { 4, 0, -1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 2.456461515674e-06, -2.652479258445e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { 1.636320627613e-05, 1.261752189618e-05, { 2, 0, -3, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 1.869095653583e-05, -1.027033265041e-05, { 2, 0, 0, 0, 1, -25, 25, 0, 0, 0, 0, 0, 0 } }, + { -2.072959915162e-05, -8.208654821211e-06, { 2, 0, -1, 0, 0, 3, -6, 0, 2, 0, 0, 0, 0 } }, + { -1.790548252048e-05, -1.099968123345e-05, { 2, 0, -1, 0, 0, 0, 4, -8, 2, 0, 0, 0, 0 } }, + { -1.185685658723e-05, 1.703843888245e-05, { 2, 0, -2, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0 } }, + { 9.811242548023e-06, -1.908366919784e-05, { 0, 0, 2, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 6.272550191168e-07, -2.826724848406e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0 } }, + { 4.483027352993e-06, 2.440231754818e-05, { 2, -2, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -5.616252437178e-07, -2.831841495280e-05, { 3, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -3.355810822765e-06, -2.552236414795e-05, { 2, 0, 0, 0, 0, 3, -9, 4, 0, 0, 0, 0, 0 } }, + { -2.850646156391e-05, 3.686962227735e-07, { 4, 0, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.757772220123e-05, -1.128545604619e-05, { 3, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.606005911144e-05, 1.278821219500e-05, { 1, 1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 4.156945088501e-06, -2.468723596216e-05, { 0, 0, 2, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { 4.160639394985e-06, 2.468235104382e-05, { 0, 0, 2, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { -3.915928793651e-06, 2.492270807661e-05, { 2, 0, 1, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { -2.072789768673e-05, 8.092448143913e-06, { 1, -1, -1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -2.326758357614e-05, 5.550366141765e-06, { 2, -1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.693351061403e-06, 2.712043994683e-05, { 2, 0, -1, 0, 0, 0, 14, -27, 3, 3, 0, 0, 0 } }, + { 1.693351061403e-06, -2.712043994683e-05, { 2, 0, -1, 0, 0, 0, -14, 27, -3, -3, 0, 0, 0 } }, + { 1.934150344809e-05, 9.463303408628e-06, { 2, 0, -1, 0, 0, -6, 9, 0, -3, 0, 0, 1, 0 } }, + { 2.329984091622e-05, 5.490702677866e-06, { 1, -1, 1, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.327772950807e-05, 5.510234099548e-06, { 1, 1, -2, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -7.901902186603e-06, 2.088088771635e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -1, -6, 3, 0, 0 } }, + { -6.567099363318e-06, -2.220472808045e-05, { 1, -3, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 4.449146182054e-08, 2.871507877691e-05, { 2, -2, 0, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { -8.966415824430e-06, -1.978024287159e-05, { 2, 0, -2, 0, 0, -29, 36, 0, -4, 0, 0, 0, 0 } }, + { -1.747609415459e-05, 1.126908987071e-05, { 3, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.414856287939e-05, -4.591052733631e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -3, 1, 0, 0, 0 } }, + { 2.320734139825e-05, 5.521365736928e-06, { 3, -1, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.332191768863e-05, -5.366572061853e-06, { 1, 1, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 2.644196496702e-05, -2.244184450676e-06, { 2, 0, 1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.106084385656e-06, -2.257124068484e-05, { 0, 0, 2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.269132228733e-06, -2.737244067438e-05, { 0, 0, 0, 0, 0, 3, -4, 0, 1, 0, 0, 0, 0 } }, + { -2.526468980706e-05, 3.362667074868e-06, { 1, -1, -1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.013938358493e-05, -1.847901290232e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 2, 5, 0, 0, 0 } }, + { -1.324852422942e-05, -1.536521236856e-05, { 2, 0, -2, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { -2.780882041321e-05, -7.874147159406e-07, { 0, 2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.028473016465e-05, -8.305392390478e-06, { 1, -1, 1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.549892697957e-05, -1.305204265538e-05, { 4, 0, -1, 0, 0, 0, -33, 40, 3, 0, 0, 0, 0 } }, + { -1.549892697957e-05, 1.305204265538e-05, { 0, 0, 1, 0, 0, 0, 33, -40, -3, 0, 0, 0, 0 } }, + { 2.078667352314e-05, 7.761698023658e-06, { 1, 0, 0, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { -2.068782839404e-05, -7.851550996961e-06, { 2, 1, -1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -2.068782839404e-05, 7.851550996961e-06, { 2, -1, -1, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { 3.593561287492e-07, -2.817846383128e-05, { 1, 0, -3, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.066725564835e-08, -2.851649794038e-05, { 0, 2, 1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.011247758812e-06, 2.450912211446e-05, { 2, -2, -1, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -2.361538138447e-05, -4.888198004455e-06, { 2, 0, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -3.728977718753e-06, -2.476715458171e-05, { 4, 0, -2, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.205569529684e-05, -6.432728641423e-06, { 0, 2, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.994500378073e-06, 2.348813064187e-05, { 1, -1, 0, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.704143598107e-05, -1.425648241809e-06, { 2, 0, 1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 2.072768462519e-05, -7.673757916352e-06, { 0, 0, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.564788039917e-05, 1.275180022228e-05, { 0, 1, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 4.496553880510e-06, -2.389678324918e-05, { 1, 1, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.347947244853e-06, 2.703743713627e-05, { 2, 0, -1, 0, 0, 10, -5, 0, 0, 0, 0, 0, 0 } }, + { 6.554745914442e-09, -2.834898125076e-05, { 3, 0, -2, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.274868477109e-05, 5.604358665971e-06, { 1, -1, -1, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.092049906075e-05, -7.418450554499e-06, { 2, 0, 2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.689947991582e-05, -1.429823034379e-06, { 0, 0, 2, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { 9.348023410252e-06, 1.897289588379e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 1, -4, 0, 0, 0 } }, + { 2.290929033250e-05, 5.411098345030e-06, { 0, 1, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.283281607529e-05, 5.484795781213e-06, { 1, 1, 1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.639333395325e-07, -2.799800844911e-05, { 2, 0, -5, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 6.346214003651e-07, 2.762114966150e-05, { 0, 0, 4, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 3.983191154534e-06, 2.426326214740e-05, { 1, -1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.175292562659e-05, -6.493440513998e-06, { 0, 0, 2, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.713218183300e-05, 1.113498217546e-06, { 2, 0, 0, 0, 0, 26, -27, 0, 0, 0, 0, 0, 0 } }, + { -1.217217172384e-07, -2.812132032650e-05, { 4, 0, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.008990090165e-05, 1.814606144478e-05, { 0, 0, 0, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { -2.819318386587e-05, -2.957400177424e-08, { 1, 0, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.878129450286e-06, 2.532097798762e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -1, -2, 0, 0, 0 } }, + { -1.971034378683e-05, -8.481045274751e-06, { 0, 0, 1, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.157118265407e-06, 2.603379822313e-05, { 1, -2, 1, 0, 0, 23, -16, -13, 0, 0, 0, 0, 0 } }, + { 2.157118265407e-06, -2.603379822313e-05, { 1, -2, -1, 0, 0, 23, -16, -13, 0, 0, 0, 0, 0 } }, + { -6.483240815292e-06, -2.170279770047e-05, { 2, 0, -2, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { -1.713588143001e-05, -1.104123609816e-05, { 2, 0, 0, 0, 0, 0, 4, -8, 2, 0, 0, 0, 0 } }, + { 9.378828459385e-06, 1.876898446263e-05, { 4, 0, -2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.262748631566e-05, 1.550956444739e-05, { 2, 0, -2, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.410476256602e-05, 4.009571427358e-06, { 2, -2, 0, 0, 0, -13, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.033763673969e-05, -1.777285933054e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 1, -1, 0, 0, 0 } }, + { 1.869200898928e-05, -9.398006245210e-06, { 0, 0, 1, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { -5.334605836938e-06, -2.270219682006e-05, { 1, 1, 0, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -3.625417053621e-07, -2.765661295606e-05, { 0, 2, 0, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -2.881798674968e-08, -2.798384035444e-05, { 2, 0, -2, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.616366259017e-05, -1.182192225289e-05, { 1, -1, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -4.870763504275e-08, 2.792400737912e-05, { 1, 0, 0, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { -8.922987440577e-07, 2.708005606963e-05, { 0, 0, 2, 0, 0, -26, 30, 0, 0, 0, 0, 0, 0 } }, + { 3.440801863447e-06, 2.450991835306e-05, { 0, 0, 3, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -1.580819718184e-05, 1.213406660322e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0 } }, + { -6.059557722212e-06, 2.187399451282e-05, { 2, -2, 0, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 2.188099135709e-08, -2.791061484640e-05, { 3, 0, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 7.429222593213e-06, -2.049927449462e-05, { 2, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 2.161582493035e-05, 6.292638725194e-06, { 0, 0, 3, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.158230535321e-05, 6.316463717951e-06, { 4, 0, 0, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 1.383337517855e-06, 2.649669975206e-05, { 2, 0, -2, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { -2.265371537814e-05, -5.221325219008e-06, { 1, -1, -1, 0, 0, 20, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.538229806287e-05, -1.247550464681e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 3, -2, 0, 0, 0 } }, + { -2.364914805635e-05, -4.206378439036e-06, { 2, 0, -2, 0, 0, 18, -20, 8, -3, 0, 0, 0, 0 } }, + { -9.225415349334e-06, -1.862567552096e-05, { 1, 0, 1, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { 2.112353333900e-05, 6.725242499191e-06, { 4, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.544446975872e-05, 1.239432707176e-05, { 1, -1, -1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { -5.259895282961e-07, 2.729769076130e-05, { 2, 0, 1, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { -1.455331629552e-05, 1.326976697460e-05, { 2, 0, -2, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { 9.969987040754e-06, -1.784192341058e-05, { 4, 0, 1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -4.244173066261e-06, -2.356264178147e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 2, 5, 0, 0, 0 } }, + { 2.245300132070e-05, -5.344132811769e-06, { 1, -1, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.774908436032e-05, -1.002880689179e-05, { 2, 0, 1, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { -5.161377179309e-06, -2.261468459242e-05, { 0, 0, 1, 0, 0, 0, 3, 0, -5, 5, 0, 0, 0 } }, + { 4.164158283156e-06, -2.361087397901e-05, { 4, -2, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.458501028242e-05, 1.318921461993e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -3, 2, 0, 0, 0 } }, + { 2.170455097798e-05, -6.068967441311e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 1, 2, 0, 0, 0 } }, + { -1.367146159878e-06, -2.640561489180e-05, { 2, 0, -1, 0, 0, 19, -21, 0, 0, 0, 0, 0, 0 } }, + { 8.014292985911e-07, 2.696736435103e-05, { 0, 0, 0, 0, 0, 0, 3, 0, 0, -3, 0, 0, 0 } }, + { -9.157930907165e-06, -1.860419029114e-05, { 1, 0, 0, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.280118203872e-05, 4.957585301299e-06, { 2, 0, -2, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { -2.699662173819e-05, 7.517960164230e-07, { 4, 0, -1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { 1.065459110128e-05, -1.708041945170e-05, { 2, 0, 2, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -2.394954537691e-05, 3.772275475839e-06, { 4, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.606283116987e-07, -2.755680974417e-05, { 2, 0, 1, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0 } }, + { -6.017071243960e-06, 2.167050376311e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -3, 2, 0, 0, 0 } }, + { 1.776756726750e-05, -9.918010951771e-06, { 0, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.320162703593e-05, -4.458692548693e-06, { 5, -1, -2, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 2.068649911410e-05, -6.969448664412e-06, { 0, 0, 2, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.145895267950e-05, 1.618084192011e-05, { 2, 0, -1, 0, 0, 0, 0, -3, 0, 0, 0, 0, 0 } }, + { -1.522031277643e-05, 1.241250472007e-05, { 1, 1, 0, 0, 0, -14, 11, 0, 0, 0, 0, 0, 0 } }, + { 1.183306241937e-05, -1.578621874765e-05, { 2, 0, -2, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { -9.936536157626e-06, 1.767220685648e-05, { 1, 0, -2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 9.144237096350e-06, 1.846311229494e-05, { 1, 0, -1, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.072107429353e-05, -1.688367750203e-05, { 2, 0, -3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.135360258712e-05, 6.245963354195e-06, { 2, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.229085191931e-05, -5.304577855701e-06, { 0, 1, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.628434220675e-06, 2.396514876307e-05, { 0, 0, 1, 0, 0, 0, 5, 0, -6, 0, 0, 0, 0 } }, + { -1.582002725017e-09, -2.758717431275e-05, { 1, -2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.105126209720e-05, 1.653543763155e-05, { 4, 0, -2, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { 1.059662386825e-05, 1.698656918816e-05, { 2, 0, 2, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -1.465382583101e-05, -1.291607151441e-05, { 0, 0, 1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -2.195170464420e-05, -5.585664954959e-06, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 6, -3, 0, 0 } }, + { 1.097883983876e-06, -2.642330438949e-05, { 4, 0, -1, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { 2.062210875056e-05, 6.884664781207e-06, { 1, 0, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -2.689504959225e-05, -6.075214957433e-07, { 3, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.420593547109e-06, 2.406322637885e-05, { 4, 0, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 5.728225105009e-06, 2.174714476048e-05, { 2, 0, 1, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { 7.775857129721e-06, 1.967512360121e-05, { 2, 0, -1, 0, 0, 0, 9, -16, 0, 0, 0, 0, 0 } }, + { 1.882544741935e-05, -8.616636157634e-06, { 1, 0, -1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -5.978918467183e-06, -2.145294565856e-05, { 2, 0, -1, 0, 0, 0, -4, 0, 6, 0, 0, 0, 0 } }, + { -2.579200349584e-05, -1.636413490800e-06, { 0, 0, 0, 0, 0, 14, -11, 0, 0, 0, 0, 0, 0 } }, + { -9.269468917434e-07, -2.648516070237e-05, { 6, 0, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.705117029442e-05, 1.034688796245e-05, { 2, 0, 0, 0, 0, 0, -4, 8, -2, 0, 0, 0, 0 } }, + { -2.163291968136e-05, -5.756520157683e-06, { 0, 2, 0, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 2.453062049029e-05, -2.856405457771e-06, { 2, 0, -3, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -6.873052579206e-09, -2.736447547622e-05, { 2, -2, -1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.576291842585e-05, 1.604471502659e-06, { 2, 0, 0, 0, 0, 20, -19, 0, 0, 0, 0, 0, 0 } }, + { 3.637360685557e-06, -2.372388154112e-05, { 2, 0, 0, 0, 0, -24, 26, 0, 0, 0, 0, 0, 0 } }, + { -1.783492952277e-08, 2.734060529792e-05, { 4, -2, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.963330155389e-05, -7.709993563816e-06, { 2, 0, -2, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { 4.527009319404e-06, 2.276756330612e-05, { 1, -1, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.178839962663e-05, -5.495204074967e-06, { 0, 0, 0, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { -8.968984383431e-06, 1.831436427231e-05, { 1, 0, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.598905258945e-05, -1.129384427384e-05, { 1, 0, 0, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { 7.155518303801e-06, -2.012238953394e-05, { 2, 0, 0, 0, 0, 0, -6, 0, 6, 0, 0, 0, 0 } }, + { -2.641163231371e-05, 8.429319970894e-07, { 6, 0, -2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.907064461736e-05, 8.180313487438e-06, { 4, 0, -1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.108226961431e-07, -2.703876659859e-05, { 2, 0, -3, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -1.415839315162e-05, -1.308729964717e-05, { 2, 0, -2, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { 6.212449302881e-06, -2.101602577826e-05, { 1, 0, -1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -4.109289239451e-06, 2.310397324069e-05, { 1, -1, 1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.621120289528e-07, 2.704154344273e-05, { 2, -2, 0, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { -2.644598791919e-09, -2.719252984791e-05, { 0, 0, 2, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.219531887903e-05, -1.499494573002e-05, { 2, 0, -1, 0, 1, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.698831727114e-05, 2.013772112465e-07, { 1, -2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -8.035856584000e-07, -2.635333765780e-05, { 2, -2, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 1.285193690003e-05, 1.429738053048e-05, { 2, 0, -1, 0, 0, 0, -6, 5, 0, 0, 0, 0, 0 } }, + { 3.919982018337e-08, -2.710098829329e-05, { 0, 2, 0, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -8.056522470877e-07, 2.633402467315e-05, { 2, -2, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 5.138749369042e-06, -2.200044525960e-05, { 1, -1, 0, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 2.024775846890e-05, -6.891153638949e-06, { 2, 0, -1, 0, 3, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.678524226231e-05, -3.449402960337e-07, { 2, 0, 0, 0, 0, 0, -2, 0, 2, -5, 0, 0, 0 } }, + { -1.571764968651e-05, -1.140382596078e-05, { 0, 0, 3, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.796433617990e-05, -9.154130949474e-06, { 2, 0, -1, 0, 0, 0, 17, -21, 0, 0, 0, 0, 0 } }, + { 1.917188383001e-05, 7.922721591184e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -4, 0, 0, 0 } }, + { 2.640701899101e-05, -6.821342500610e-07, { 2, 0, -3, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -1.104430990146e-05, 1.604304786694e-05, { 2, 0, 0, 0, 0, 0, 16, -21, 0, 0, 0, 0, 0 } }, + { 2.578194127452e-05, 1.299012888925e-06, { 0, 2, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.682496602574e-05, -2.527287000450e-07, { 2, -2, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.622704156353e-05, 8.348646787717e-07, { 0, 0, 1, 0, 0, -16, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.648451571371e-05, 1.057729373808e-05, { 4, 0, -2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 6.863197503015e-07, 2.635949994053e-05, { 2, 0, 0, 0, 0, 22, -24, 0, 0, 0, 0, 0, 0 } }, + { 2.512548860398e-07, 2.678974502585e-05, { 2, 0, 2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -2.340716186994e-05, -3.631606628672e-06, { 0, 0, 0, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { -2.109523135029e-08, 2.700574691830e-05, { 4, 0, -2, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 2.278324757658e-05, -4.228432249585e-06, { 0, 1, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 5.421984306435e-06, -2.158404199069e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -2, 2, 0, 0, 0 } }, + { 3.740221740727e-06, -2.325378559899e-05, { 0, 0, 1, 0, 0, -3, 5, 0, -3, 0, 0, 0, 0 } }, + { 2.178883006434e-05, 5.188935516222e-06, { 1, -1, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.454432270474e-06, -2.351931681842e-05, { 1, 0, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -5.494745322410e-08, 2.691695046066e-05, { 2, 0, -3, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 4.341259042773e-06, 2.262613554504e-05, { 1, 0, 0, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { 8.981403308473e-06, 1.798304650916e-05, { 6, 0, -2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -8.976648133096e-06, -1.797299915281e-05, { 2, -2, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 7.542751903603e-06, 1.940213417795e-05, { 1, -1, 1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { -4.901263019475e-06, 2.204011156213e-05, { 2, 0, 0, 0, 0, -19, 21, 0, 0, 0, 0, 0, 0 } }, + { 5.186044899392e-09, -2.693473129639e-05, { 6, 0, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.811612788704e-05, -8.820273808483e-06, { 4, 0, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -9.783312647871e-06, -1.712883004239e-05, { 1, 0, -1, 0, 0, 29, -33, 0, 0, 0, 0, 0, 0 } }, + { -1.492191176876e-05, -1.198037261415e-05, { 1, -1, 1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { 1.571954698522e-06, -2.532293586359e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -4, 3, 0, 0, 0 } }, + { 2.045716077268e-05, -6.436173424390e-06, { 1, -1, 0, 0, 0, 18, -19, 0, 0, 0, 0, 0, 0 } }, + { 4.290224740293e-06, 2.258173134538e-05, { 1, -1, 1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -8.007331727232e-06, 1.883308005305e-05, { 2, 0, -2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -8.007331727232e-06, -1.883308005305e-05, { 2, 0, -4, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.487887992111e-06, 2.134617203096e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 2, -9, 0, 0, 0 } }, + { -1.207814144158e-05, 1.475515146158e-05, { 3, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 4.069616324018e-06, 2.275494774356e-05, { 1, 1, -1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.546496012256e-05, -1.134398300798e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 1, -3, 0, 0, 0 } }, + { 1.025613556586e-05, 1.654999629474e-05, { 0, 0, 1, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0 } }, + { 2.553138754819e-05, -1.262564960974e-06, { 2, 0, -1, 0, 0, -3, 6, -2, 0, 0, 0, 0, 0 } }, + { 1.105634582569e-05, 1.573134925964e-05, { 2, 0, 0, 0, 0, 0, -3, 0, -1, 0, 0, 0, 0 } }, + { 8.827461227188e-06, 1.795563998338e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0 } }, + { 1.497388140080e-05, 1.180227539283e-05, { 0, 0, 0, 0, 0, 13, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.658570162106e-05, 1.015552454649e-05, { 2, 0, 2, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 7.372625489466e-06, -1.933723377636e-05, { 1, -1, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.112788790969e-05, 1.557124444188e-05, { 1, -1, 1, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { 1.821552686694e-08, 2.666400122670e-05, { 0, 0, 4, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.057596998036e-06, -2.262134670962e-05, { 4, 0, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -5.550332725229e-06, -2.110887754146e-05, { 2, 0, -3, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { -2.053314484165e-05, -6.122099138457e-06, { 4, -2, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.182126760720e-05, 4.831617040181e-06, { 2, 0, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -3.757145499535e-06, -2.289006273075e-05, { 2, 0, -2, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { -4.471578080740e-08, 2.660212881945e-05, { 0, 0, 3, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.050891523029e-05, 6.112586344873e-06, { 4, -2, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.354477921957e-06, -2.526129088512e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 3, 0, 0, 0 } }, + { -3.724616709055e-06, 2.288815989997e-05, { 2, 0, -2, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { 2.155029464807e-05, 5.050730129335e-06, { 1, 1, 0, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { -6.590652558137e-06, -2.000604148854e-05, { 1, 1, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.203691834129e-05, 4.557229681138e-06, { 2, 0, 1, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { 1.093939705050e-05, 1.564483109314e-05, { 1, -1, 1, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -1.093939705050e-05, -1.564483109314e-05, { 1, -1, -1, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { 1.773884861536e-05, -8.840434271716e-06, { 0, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.621787783041e-05, -1.034719502361e-05, { 3, 0, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.699546736763e-05, -9.543254220813e-06, { 2, 0, 0, 0, 0, 0, 17, -19, 0, 0, 0, 0, 0 } }, + { -1.328762426288e-06, -2.520815681499e-05, { 2, 0, 0, 0, 0, 0, 7, 0, -7, 0, 0, 0, 0 } }, + { 2.070231104452e-05, 5.821486530813e-06, { 1, 1, 0, 0, 0, -14, 15, 0, 0, 0, 0, 0, 0 } }, + { -4.427496697114e-06, -2.209221302927e-05, { 1, 1, -2, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.141633471210e-05, -5.088542919541e-06, { 1, 1, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.162714712414e-06, -2.033355923285e-05, { 1, 1, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -2.491865680990e-05, -1.550415779838e-06, { 0, 0, 1, 0, 0, 21, -22, 0, 0, 0, 0, 0, 0 } }, + { -8.438364334001e-06, 1.801509801426e-05, { 2, 0, 0, 0, 0, 17, -15, 0, 0, 0, 0, 0, 0 } }, + { 8.803931683875e-06, -1.763219809822e-05, { 2, 0, -1, 0, 0, 16, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.014296466430e-05, -1.628753283360e-05, { 2, 0, -1, 0, 0, 0, 12, -11, 0, 0, 0, 0, 0 } }, + { 1.015788556844e-05, 1.627098607572e-05, { 4, 0, -2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 8.184610380138e-06, 1.822487479917e-05, { 0, 0, 2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 1.583254087357e-06, -2.481475972618e-05, { 4, 0, 0, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 8.652493755145e-06, 1.773658238458e-05, { 2, 0, 1, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.211254116465e-06, 2.217569038419e-05, { 1, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.882040359580e-05, 7.561973087245e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 5, -4, 0, 0, 0 } }, + { -7.911375559083e-06, -1.846079610844e-05, { 2, 0, -2, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { 2.132573689035e-05, 5.045298731296e-06, { 3, -1, -1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.762353915422e-05, -8.744483997948e-06, { 0, 0, 1, 0, 0, 0, 10, -14, 0, 0, 0, 0, 0 } }, + { 2.102749936841e-05, 5.327677584470e-06, { 1, 1, -1, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { 2.428546737464e-05, -2.054601949084e-06, { 4, 0, -2, 0, 0, -22, 28, -7, 0, 0, 0, 0, 0 } }, + { 2.428546737464e-05, 2.054601949084e-06, { 0, 0, 0, 0, 0, 22, -28, 7, 0, 0, 0, 0, 0 } }, + { 1.586639158398e-05, 1.046439109715e-05, { 0, 0, 2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 1.948749903288e-06, -2.438119333724e-05, { 1, 0, 0, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -1.929739207739e-05, 7.031240614025e-06, { 0, 0, 1, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.551091647664e-07, -2.616321868684e-05, { 1, 0, -2, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -1.783344613463e-05, -8.481169080207e-06, { 0, 2, -1, 0, 0, 0, -9, 13, 0, 0, 0, 0, 0 } }, + { -1.390984653912e-05, 1.240256607524e-05, { 1, 0, -1, 0, 0, 0, -33, 41, -2, 0, 0, 0, 0 } }, + { 1.593539061056e-05, -1.036519224065e-05, { 2, -2, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -2.134911444966e-05, -4.930973621695e-06, { 1, -1, -1, 0, 0, 19, -18, 0, 0, 0, 0, 0, 0 } }, + { -2.096273894812e-05, 5.309576320411e-06, { 1, -1, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.157953945994e-05, 1.467551185116e-05, { 0, 0, 0, 0, 4, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.578275909833e-05, 4.714260381495e-07, { 2, 0, -1, 0, 0, 0, -3, 0, 0, 4, 0, 0, 0 } }, + { 1.146022634236e-06, 2.510644536668e-05, { 6, 0, -3, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -2.043195387784e-05, 5.799730124393e-06, { 3, 0, -1, 0, 0, 0, -35, 41, -2, 0, 0, 0, 0 } }, + { -1.527370443448e-05, 1.095544083392e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0 } }, + { 4.493579133717e-07, 2.577253365151e-05, { 0, 0, 1, 0, 0, 2, -4, 0, 2, 0, 0, 0, 0 } }, + { -1.039616561676e-05, -1.581698432142e-05, { 2, 0, 0, 0, 0, 1, -5, 0, 0, 0, 0, 0, 0 } }, + { -8.685386633672e-06, 1.752268831938e-05, { 0, 0, 0, 0, 0, 22, -20, 0, 0, 0, 0, 0, 0 } }, + { -2.242399677034e-05, 3.778247263864e-06, { 2, 0, 0, 0, 0, 16, -19, 0, 0, 0, 0, 0, 0 } }, + { 8.639139587058e-06, -1.755696353869e-05, { 2, 0, -1, 0, 0, 15, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.121617038313e-05, -4.978765615810e-06, { 1, 1, -1, 0, 0, -11, 10, 0, 0, 0, 0, 0, 0 } }, + { -3.677026683620e-06, -2.251500769765e-05, { 0, 0, 1, 0, 0, 0, 4, -6, 2, 0, 0, 0, 0 } }, + { 4.807956658989e-06, 2.135852211515e-05, { 6, 0, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.715146404995e-05, 9.012932467882e-06, { 2, 0, -1, 0, 0, 0, -1, 0, -1, 1, 0, 0, 0 } }, + { -1.040078740726e-05, 1.574948892272e-05, { 2, 0, 0, 0, 0, -20, 22, 0, 0, 0, 0, 0, 0 } }, + { -2.063756090966e-05, -5.499846495212e-06, { 0, 0, 1, 0, 0, 0, -7, 15, 0, 0, 0, 0, 0 } }, + { -1.534804254926e-05, -1.077788860689e-05, { 0, 0, 2, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { 2.293258874582e-05, -3.185151761821e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 4, -2, 0, 0, 0 } }, + { 9.553454498864e-06, 1.656411236593e-05, { 2, 0, 0, 0, 0, 0, -11, 17, 0, 0, 0, 0, 0 } }, + { 4.186131939412e-06, 2.193137132506e-05, { 1, 1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.668644128810e-06, 2.244431827542e-05, { 1, 1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.972505531392e-05, -6.372376603593e-06, { 0, 0, 0, 0, 0, 7, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.828358913218e-05, 7.791004100604e-06, { 4, 0, -3, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.717101708235e-06, -2.135460028544e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 2, -3, 0, 0, 0 } }, + { 3.640756336371e-08, -2.603479567974e-05, { 2, 0, 1, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { -4.539810809544e-06, 2.152179978935e-05, { 1, -1, 0, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { -4.663649364176e-06, 2.136681370291e-05, { 1, 1, -1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.769800826022e-05, -8.321316156062e-06, { 4, 0, -2, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -2.056755195258e-05, -5.450173962831e-06, { 4, 0, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -6.263828745692e-06, -1.974552362193e-05, { 0, 0, 1, 0, 0, 2, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.112593072450e-05, -4.878394128822e-06, { 2, 0, 2, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.858945552373e-05, -7.398410678486e-06, { 1, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.572239387446e-05, -1.026203502169e-05, { 2, 0, 0, 0, 0, -10, 5, 0, 0, 0, 0, 0, 0 } }, + { 9.301557398633e-06, -1.665764412962e-05, { 2, -2, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 3.571480455680e-06, 2.237001843891e-05, { 0, 0, 1, 0, 0, 3, -5, 0, 3, 0, 0, 0, 0 } }, + { -2.521534930935e-05, -6.999616575456e-07, { 2, 0, 0, 0, 0, 0, 17, -20, 0, 0, 0, 0, 0 } }, + { -1.550993999353e-05, 1.039959650084e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -5, 3, 0, 0, 0 } }, + { 9.248726429254e-06, 1.665517812596e-05, { 4, 0, -1, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { -1.437033066592e-05, -1.153298024441e-05, { 2, 0, 0, 0, 0, -15, 11, 0, 0, 0, 0, 0, 0 } }, + { -7.740237243578e-06, -1.815315565226e-05, { 1, 1, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.480064066572e-06, 2.139028399599e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -5, 2, 0, 0, 0 } }, + { -1.556336588869e-07, 2.570506719608e-05, { 2, 0, 2, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 8.503123468657e-08, 2.576658322041e-05, { 2, 0, -1, 0, 0, -3, 5, -2, 0, 0, 0, 0, 0 } }, + { -2.093093415076e-05, -4.908587378968e-06, { 1, -1, -1, 0, 0, 14, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.559239697145e-05, 2.400157908641e-07, { 2, 0, -2, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.434367100602e-05, -1.482024273325e-06, { 2, 0, 0, 0, 0, 3, -5, 0, 0, 3, 0, 0, 0 } }, + { -4.959136321275e-06, 2.086015526424e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -4, 1, 0, 0, 0 } }, + { 2.513861078775e-06, 2.327515152455e-05, { 1, 1, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.622553502715e-06, -1.616048216635e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -5, 0, 0, 0, 0 } }, + { -2.420368571947e-05, -1.568239973890e-06, { 1, 0, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.074558077279e-05, 1.501368216491e-05, { 1, 0, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 2.266053570523e-05, -3.096587840860e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 4, -5, 0, 0, 0 } }, + { -2.174667772800e-07, -2.553576921038e-05, { 2, -2, 0, 0, 0, 25, -25, 0, 0, 0, 0, 0, 0 } }, + { 1.103838895111e-08, -2.573975295146e-05, { 1, 0, -1, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { 7.021051886155e-06, -1.872711484484e-05, { 4, 0, -2, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.433683482554e-05, -1.384475776459e-06, { 2, 0, -2, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { 4.309663041252e-06, -2.140720580870e-05, { 2, 0, 0, 0, 0, 0, 1, 0, -2, 2, 0, 0, 0 } }, + { -2.078965207302e-05, -4.925653422443e-06, { 1, -1, 2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.080716523245e-05, -4.903373620053e-06, { 1, 1, -1, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.033015050976e-05, -1.537770618326e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 3, 0, 0, 0 } }, + { -2.436122150948e-05, 1.341308650154e-06, { 0, 0, 0, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.654964292590e-08, 2.566695090760e-05, { 2, 0, 1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { 2.233406731852e-05, -3.347998228379e-06, { 2, 0, 0, 0, 0, 0, -10, 19, 0, 0, 0, 0, 0 } }, + { 2.182260597206e-05, 3.842457956606e-06, { 1, 0, 1, 0, 0, -10, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.851514217789e-05, -7.148367486363e-06, { 0, 0, 1, 0, 0, 0, 0, 0, -4, 5, 0, 0, 0 } }, + { -7.836269353965e-06, 1.782148657725e-05, { 2, 0, -2, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { 2.520036181237e-05, -4.480050566004e-07, { 4, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 9.084474353164e-06, 1.655175924156e-05, { 2, 0, -4, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 3.178307307350e-06, -2.244414311806e-05, { 4, 0, -3, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 4.723563873909e-06, -2.089797513407e-05, { 0, 0, 3, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { -2.068295537516e-05, 4.918934639539e-06, { 0, 1, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.884251981168e-05, -6.755693161008e-06, { 0, 0, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { -7.314692885590e-06, -1.827054860471e-05, { 2, 0, -1, 0, 0, 0, 14, -21, 0, 0, 0, 0, 0 } }, + { 1.150148626731e-07, 2.547007632101e-05, { 4, 0, -2, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { 2.434272463482e-05, -1.230079416272e-06, { 2, 0, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0, 0 } }, + { -1.343049022349e-05, -1.213169448832e-05, { 2, 0, 0, 0, 0, 0, 1, 0, -4, 2, 0, 0, 0 } }, + { -1.506006754720e-05, 1.048837762594e-05, { 3, 0, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.588975592526e-05, -9.658045671010e-06, { 4, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 2.200014353563e-05, -3.538162026029e-06, { 2, 0, -1, 0, 0, 0, -10, 19, 0, 0, 0, 0, 0 } }, + { -3.098389403247e-08, -2.550223627202e-05, { 4, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.476881633152e-08, -2.544882810041e-05, { 4, 0, -1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -3.782677577904e-06, 2.171011212110e-05, { 1, 1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 8.824039522012e-06, 1.665055557032e-05, { 1, -1, 1, 0, 0, 0, 2, 0, 1, 0, 0, 0, 0 } }, + { 2.670434899842e-06, -2.279665566013e-05, { 1, 0, -1, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.622493733835e-06, 2.383968261457e-05, { 1, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.095827541542e-08, 2.544186976475e-05, { 0, 0, 4, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.059723394694e-05, 4.839302032486e-06, { 1, -1, 1, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.429645872346e-05, 1.127047420397e-06, { 2, 0, 1, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { 9.505504794666e-06, -1.591074996412e-05, { 0, 2, -1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -2.559936464248e-06, -2.285536255346e-05, { 0, 0, 0, 0, 0, 21, -23, 0, 0, 0, 0, 0, 0 } }, + { 5.291956981849e-07, 2.487103822176e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 1, 0, 0, 0 } }, + { 4.180287558161e-07, 2.497828895400e-05, { 0, 0, 1, 0, 0, 3, -5, 0, 0, 2, 0, 0, 0 } }, + { 2.121999880292e-07, 2.516237846803e-05, { 0, 0, 3, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -1.343170248664e-05, -1.193674214056e-05, { 0, 0, 1, 0, 0, 8, -5, -16, 4, 5, 0, 0, 0 } }, + { -1.343170248664e-05, 1.193674214056e-05, { 0, 0, 1, 0, 0, -8, 5, 16, -4, -5, 0, 0, 0 } }, + { 8.449190064729e-06, -1.691682495646e-05, { 6, 0, -4, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.047051037819e-05, 4.887036451700e-06, { 1, -1, 2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.002208197317e-05, 5.329904461002e-06, { 2, 0, 0, 0, 0, 0, 2, -6, 3, 0, 0, 0, 0 } }, + { 6.218677226320e-06, 1.913005138347e-05, { 2, 0, 1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.458979444741e-05, -7.495203246292e-07, { 2, 2, -2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -2.048883608533e-05, 4.849601368441e-06, { 0, 1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -7.080623583193e-06, -1.825644286902e-05, { 1, -1, -1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { 2.155794030892e-06, 2.317685279109e-05, { 1, -1, 1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { -2.155794030892e-06, -2.317685279109e-05, { 1, -1, -1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 1.753305995343e-05, 7.795044249456e-06, { 1, -1, 2, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 7.550450092488e-06, -1.777415461000e-05, { 1, 0, 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 2.875915994255e-08, -2.527253427493e-05, { 3, -2, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.540284030616e-05, -9.882409328650e-06, { 2, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { -2.402667617016e-05, 1.237267126663e-06, { 4, 0, -2, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -1.654662920917e-05, 8.717162453976e-06, { 2, 0, -1, 0, 0, 4, -5, 0, 2, 0, 0, 0, 0 } }, + { -1.748229728263e-05, 7.771969746900e-06, { 1, -1, -1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -3.384718037028e-07, 2.490149638584e-05, { 1, -2, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.789407800090e-05, 7.330575228081e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 4, -5, 0, 0, 0 } }, + { -5.196004007328e-08, -2.517230360808e-05, { 4, 0, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 2.430521926179e-05, -8.838643229256e-07, { 2, 0, -2, 0, 0, -19, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.980872194672e-05, -5.358538740322e-06, { 3, 0, -1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 2.373611941947e-05, -1.425641955703e-06, { 2, 0, -1, 0, 0, 3, -5, 0, 0, 3, 0, 0, 0 } }, + { 1.497247903409e-06, -2.362945079582e-05, { 2, 0, 0, 0, 0, -6, 9, 0, -3, 0, 0, 0, 0 } }, + { -1.371092697628e-05, 1.141104888529e-05, { 0, 0, 1, 0, 0, 0, -4, 8, -2, 0, 0, 0, 0 } }, + { -4.863407127706e-06, 2.025471020655e-05, { 1, -1, 0, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { -2.496024341286e-05, -1.561076242338e-07, { 1, -2, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.351233034019e-05, -1.600950385042e-06, { 2, 0, 1, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.923612478102e-05, -5.872500102664e-06, { 0, 0, 1, 0, 0, 10, -13, 0, 0, 0, 0, 0, 0 } }, + { 7.516208779414e-06, 1.758476655795e-05, { 1, 0, 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.640748904471e-05, -8.678967920869e-06, { 2, -2, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 4.133274501480e-07, -2.467037730750e-05, { 0, 0, 1, 0, 0, -3, 5, 0, 0, -2, 0, 0, 0 } }, + { -6.145471456300e-06, 1.893457146855e-05, { 2, 0, -1, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { -4.344420565732e-06, 2.071769146252e-05, { 1, 0, 0, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -4.887463575109e-06, 2.016919022947e-05, { 3, 0, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 3.400074419287e-07, -2.470681012611e-05, { 0, 0, 4, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.151145887017e-05, 1.353409913869e-05, { 3, 1, -2, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -1.357222962580e-05, -1.146052453517e-05, { 0, 0, 1, 0, 0, 0, 4, -8, 2, 0, 0, 0, 0 } }, + { -5.710209087747e-06, 1.931557352453e-05, { 1, 0, 1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -5.512704010098e-06, -1.950490237572e-05, { 1, 1, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -3.799908030798e-06, 2.121710354247e-05, { 1, 1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.483118764520e-05, -1.018517943138e-05, { 1, 1, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 2.144527954987e-05, 3.570458441635e-06, { 0, 0, 3, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.747935770480e-06, 2.026711094252e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 4, -1, 0, 0, 0 } }, + { -9.003429884978e-06, 1.600301970099e-05, { 0, 2, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 2.482997357292e-05, -1.639720742034e-07, { 4, 0, -2, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.151308953287e-05, -3.479447054556e-06, { 2, 0, 1, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0 } }, + { -2.058079045466e-05, -4.405418836882e-06, { 3, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.831768489384e-05, -6.663979280829e-06, { 2, 0, -1, 0, 0, 0, 15, -25, 0, 0, 0, 0, 0 } }, + { 1.226010208318e-05, -1.271777005588e-05, { 1, -1, 1, 0, 0, 0, 1, 0, 3, -6, 0, 0, 0 } }, + { -1.226010208318e-05, 1.271777005588e-05, { 1, -1, -1, 0, 0, 0, 1, 0, 3, -6, 0, 0, 0 } }, + { 4.122427504335e-06, -2.084763909809e-05, { 1, -1, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.246977291709e-05, -2.493953328659e-06, { 2, 0, 0, 0, 0, 0, 8, -19, 0, 3, 0, 0, 0 } }, + { 8.313614288641e-06, 1.664852488824e-05, { 1, 0, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 5.047497052390e-09, -2.493475903979e-05, { 2, 0, 1, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { -7.134338663826e-09, -2.492552282001e-05, { 4, 0, -3, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -9.282094178151e-06, -1.564819136009e-05, { 1, -1, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 8.575913902319e-06, 1.634773541165e-05, { 2, 0, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.968157869902e-05, -5.218348048972e-06, { 1, 1, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { 4.158343183020e-06, 2.072806024469e-05, { 0, 0, 2, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { 2.402854654374e-05, -8.559121705290e-07, { 0, 0, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.835521126317e-08, -2.483315116107e-05, { 0, 2, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 9.291386870962e-06, 1.558631784128e-05, { 0, 2, -1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 2.205069076020e-05, -2.806007331855e-06, { 0, 0, 1, 0, 0, 8, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.072562910051e-05, -4.124409010950e-06, { 4, 0, -2, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.361143526754e-05, -1.122367125412e-05, { 3, 0, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 9.326795358234e-06, 1.549639961154e-05, { 0, 0, 3, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 6.816606215243e-06, -1.800255349874e-05, { 2, 0, 1, 0, 0, -8, 14, 0, 0, 0, 0, 0, 0 } }, + { 8.841181160832e-06, -1.597173564858e-05, { 2, 0, -2, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { 9.665206838505e-06, 1.513391758906e-05, { 2, 0, 1, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { -1.428028536039e-05, -1.051030817600e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 2, 0, 0, 0 } }, + { -2.732041959452e-08, -2.475469879878e-05, { 2, 0, 0, 0, 0, 0, 4, 0, 0, -4, 0, 0, 0 } }, + { -4.613528754098e-06, -2.016527370551e-05, { 4, 0, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.287334324090e-05, -1.187974256059e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 4, 0, 0, 0 } }, + { 1.129372066312e-05, -1.345645612954e-05, { 2, 0, 0, 0, 0, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { 2.332819060958e-05, 1.421517132100e-06, { 2, 0, 0, 0, 0, -3, 5, 0, 0, -3, 0, 0, 0 } }, + { -8.237923967742e-06, 1.649433179390e-05, { 2, -2, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.975651790477e-05, -4.971266797187e-06, { 0, 0, 0, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { -1.594990911880e-05, 8.775052429386e-06, { 2, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.352094555679e-05, 1.119464473379e-05, { 2, 0, -4, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -8.412851693422e-06, 1.629182654390e-05, { 0, 0, 0, 0, 0, 19, -18, 0, 0, 0, 0, 0, 0 } }, + { 7.950183639671e-08, -2.461702955862e-05, { 0, 0, 1, 0, 0, 0, -5, 8, -1, -5, 0, 0, 0 } }, + { 8.351749691793e-06, -1.634089862267e-05, { 0, 0, 2, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { 9.740379219064e-06, 1.493574084825e-05, { 2, 0, 0, 0, 0, 0, 11, -19, 0, 3, 0, 0, 0 } }, + { -1.091563911634e-05, -1.375734265935e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 11, -3, 0, 0 } }, + { 2.315520943096e-05, -1.512446449046e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 3, 0, 0 } }, + { -4.817486905584e-06, -1.984894679879e-05, { 1, -1, -1, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { 4.119698171434e-06, 2.054479859201e-05, { 2, 0, 0, 0, 0, 0, -10, 16, 0, 0, 0, 0, 0 } }, + { 9.261551433397e-06, -1.539271041125e-05, { 0, 0, 3, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -7.224005574283e-07, -2.392809287591e-05, { 2, 0, -4, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.657581683654e-07, -2.447672237758e-05, { 4, 0, -1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.585719759868e-05, -8.782858644714e-06, { 0, 0, 1, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.330241501416e-05, -1.133692337124e-05, { 2, 0, -3, 0, 0, 0, 2, 0, 1, -11, 3, 0, 0 } }, + { -6.726159856630e-06, 1.791291949226e-05, { 1, 1, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -2.450399257138e-05, -1.201347613640e-07, { 1, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -1.436801002924e-05, -1.024320328241e-05, { 1, 0, 1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 4.967338739355e-06, 1.963991455179e-05, { 1, 1, 0, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { 9.571531235920e-06, -1.502635778471e-05, { 2, 0, 1, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { 1.985951152705e-05, 4.734421824241e-06, { 0, 1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.272199328981e-05, -1.187140007978e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 3, -1, 0, 0, 0 } }, + { 1.397300555949e-05, -1.061231807504e-05, { 0, 0, 1, 0, 0, 0, 5, 0, -4, 0, 0, 0, 0 } }, + { 8.174095714908e-06, 1.640903358248e-05, { 0, 0, 2, 0, 0, -19, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.701218940589e-05, -7.562923738208e-06, { 3, -1, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 1.383600213935e-05, 1.071630687330e-05, { 2, 0, 0, 0, 0, 0, -10, 14, 0, 0, 0, 0, 0 } }, + { -1.989756353478e-06, 2.253866803853e-05, { 0, 0, 2, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.209928492797e-05, 2.384117957455e-06, { 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 } }, + { 8.272030150437e-06, 1.619880120870e-05, { 0, 0, 2, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { 1.378535835175e-05, 1.067905979612e-05, { 2, 0, 0, 0, 0, 0, -5, 2, 0, 0, 0, 0, 0 } }, + { -1.976533619797e-05, -4.690313953904e-06, { 2, -1, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.487523708811e-05, 9.577621843986e-06, { 4, 0, -2, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { -7.050875103377e-06, 1.739067828830e-05, { 2, 0, -1, 0, 0, -2, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.304141232269e-05, 1.383371847974e-06, { 2, 0, -1, 0, 0, -3, 5, 0, 0, -3, 0, 0, 0 } }, + { 9.451296573893e-06, -1.497316244237e-05, { 2, 0, -2, 0, 0, 0, -11, 19, 0, -3, 0, 0, 0 } }, + { 8.088767629121e-06, 1.633514332823e-05, { 1, 0, -1, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { 2.133005048630e-05, 3.089075772090e-06, { 2, 0, 0, 0, 0, 0, -7, 15, 0, 0, 0, 0, 0 } }, + { -1.694577460323e-05, 7.471253316920e-06, { 1, -1, 2, 0, 0, 0, 2, -7, 0, 0, 0, 0, 0 } }, + { -4.237327721528e-07, -2.398936039201e-05, { 2, 0, -2, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0 } }, + { -1.240110706867e-07, -2.428792863009e-05, { 2, 2, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.205936556293e-05, -2.344785974098e-06, { 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, -1, 2, 0 } }, + { -1.871000578059e-05, 5.676193202963e-06, { 4, 0, 0, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 2.037143390465e-05, -3.995082325150e-06, { 2, 0, -1, 0, 0, 15, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.686532567472e-05, -7.498612251272e-06, { 1, -1, -2, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 1.324434696592e-05, -1.111829816972e-05, { 2, -2, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 1.878917878146e-05, 5.566285645499e-06, { 1, 1, -1, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { 2.712366117028e-08, -2.432759104897e-05, { 2, 0, -2, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { 9.806335609300e-09, 2.433910445034e-05, { 3, 0, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.976781979806e-05, -4.551503073287e-06, { 1, 1, -1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.919896100248e-05, 5.090458686683e-06, { 0, 2, -2, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 1.587297252040e-05, -8.409986928147e-06, { 0, 0, 1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.395604077943e-05, 3.148314289774e-07, { 2, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.759311278671e-06, -1.950983571107e-05, { 2, 0, 1, 0, 0, 0, -3, 0, 5, 0, 0, 0, 0 } }, + { 2.535124003326e-06, -2.173209882421e-05, { 4, 0, -1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { 2.329079614304e-05, 9.750366000083e-07, { 2, -2, -3, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.001778681463e-07, -2.365737922807e-05, { 2, 0, -2, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0 } }, + { 9.400310111715e-06, -1.484483798735e-05, { 0, 0, 0, 0, 0, 0, 5, -10, 0, 0, 0, 0, 0 } }, + { 4.261127991187e-07, 2.381265498788e-05, { 2, 0, -1, 0, 0, 2, -4, 0, 2, 0, 0, 0, 0 } }, + { -2.671690584421e-07, -2.396756885053e-05, { 2, 0, 0, 0, 0, 28, -28, 0, 0, 0, 0, 0, 0 } }, + { 9.025168847759e-06, 1.520796600414e-05, { 1, 0, -3, 0, 0, 29, -33, 0, 0, 0, 0, 0, 0 } }, + { -1.236206166344e-05, -1.185907666461e-05, { 2, 0, 0, 0, 0, -9, 5, 0, 0, 0, 0, 0, 0 } }, + { -8.174060393860e-06, 1.604193412476e-05, { 2, 0, -1, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.020732530077e-08, -2.419282733644e-05, { 1, 0, 0, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.513617904109e-05, 9.064647926306e-06, { 1, -1, -2, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { -8.014873625438e-06, -1.618530780097e-05, { 1, 0, 1, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.907018384205e-05, 5.114765316619e-06, { 1, -1, -1, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.532658023451e-05, 8.855336053896e-06, { 2, 0, 0, 0, 0, 0, -6, 0, 5, 0, 0, 0, 0 } }, + { 1.528994553819e-05, 8.891603648436e-06, { 0, 0, 1, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0 } }, + { -1.523467576919e-05, 8.935373046859e-06, { 2, 0, 2, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 5.002949086829e-08, 2.411245748080e-05, { 2, -2, 0, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.036599793208e-05, -1.379004575824e-05, { 2, 0, 0, 0, 0, -1, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.394483511563e-06, -1.676025378967e-05, { 1, 0, 0, 0, 0, 0, 10, -17, 0, 0, 0, 0, 0 } }, + { -8.122239274775e-06, 1.601704806310e-05, { 2, 0, -2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.483924650702e-06, -1.963625197557e-05, { 1, -1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.792046633196e-08, -2.407856598888e-05, { 2, 0, 1, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.069097175974e-05, 1.342016925017e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 2, -11, 3, 0, 0 } }, + { -5.256199883708e-07, -2.358148485869e-05, { 2, 0, 1, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { -2.947292378357e-06, -2.114883461975e-05, { 1, -1, 1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.525751319734e-05, -8.837276746616e-06, { 0, 0, 1, 0, 0, 0, -6, 5, 0, 0, 0, 0, 0 } }, + { -1.503786534871e-05, -9.054802178825e-06, { 1, -1, 2, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.027683365093e-05, -3.815437569455e-06, { 1, -1, 1, 0, 0, 0, 1, 0, 2, -2, 0, 0, 0 } }, + { -2.027683365093e-05, 3.815437569455e-06, { 1, -1, -1, 0, 0, 0, 1, 0, 2, -2, 0, 0, 0 } }, + { 1.958795296793e-05, 4.483268191254e-06, { 1, -1, -1, 0, 0, 22, -21, 0, 0, 0, 0, 0, 0 } }, + { -1.668676586294e-05, 7.371913547315e-06, { 1, -1, 1, 0, 0, 0, 2, -7, 0, 0, 0, 0, 0 } }, + { 2.261597318175e-05, -1.439698020240e-06, { 2, 0, -1, 0, 0, 6, -8, 0, 1, 0, 0, 0, 0 } }, + { 2.545881299104e-06, 2.150522965699e-05, { 2, 0, 1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.102600066719e-06, 2.294744145279e-05, { 4, 0, -1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -8.166323255528e-06, -1.588116936940e-05, { 2, 0, 2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -1.731532555558e-07, 2.387343609605e-05, { 2, -2, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 1.486229541352e-05, -9.175153063511e-06, { 2, 0, 1, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0 } }, + { -1.591775078591e-05, 8.117723353375e-06, { 0, 0, 2, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 6.782117329248e-06, 1.723595708469e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -4, 3, 0, 0, 0 } }, + { -5.168453883972e-06, -1.884557015687e-05, { 1, 1, 0, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { -4.035172035520e-06, 1.995700230223e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -6, 2, 0, 0, 0 } }, + { -1.568741877546e-05, 8.294896294776e-06, { 2, 0, -1, 0, 0, 11, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.698495050800e-06, -2.128019560158e-05, { 2, 0, 0, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { 7.986465892485e-06, 1.599041978530e-05, { 6, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 7.986465892485e-06, -1.599041978530e-05, { 6, 0, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 8.518004788820e-06, 1.544969950427e-05, { 2, -2, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -1.301594626062e-05, -1.094679982936e-05, { 1, -1, 1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.298848714797e-05, -9.662707441893e-07, { 2, -2, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.299242185880e-05, -9.619620824842e-07, { 2, -2, 3, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 6.146032772059e-06, -1.780444148465e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 2, 0, 0, 0 } }, + { -6.108988752170e-08, -2.388887490531e-05, { 2, 0, 1, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { 7.140363754124e-06, 1.680313364054e-05, { 0, 0, 0, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0 } }, + { 7.404099069055e-06, -1.646888189014e-05, { 3, 0, -2, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.934881083667e-05, 4.518025997408e-06, { 3, -1, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.990584791610e-06, -2.187435621892e-05, { 2, 0, 1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 1.928745539702e-05, 4.574113729384e-06, { 3, -1, -2, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.577848329197e-05, 8.073122118198e-06, { 2, 0, 0, 0, 0, 0, 18, -22, 0, 0, 0, 0, 0 } }, + { -4.652107990847e-06, 1.919672403230e-05, { 2, 0, 0, 0, 0, -16, 18, 0, 0, 0, 0, 0, 0 } }, + { -1.540449460844e-05, 8.434450060179e-06, { 0, 0, 2, 0, 0, -18, 24, -16, 4, 5, 0, 0, 0 } }, + { -3.615379094622e-09, 2.382015882226e-05, { 2, 2, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 7.739615986693e-06, -1.608373847915e-05, { 0, 0, 1, 0, 0, 0, -9, 16, 0, 0, 0, 0, 0 } }, + { -7.066491924244e-06, 1.674840893211e-05, { 2, 0, 0, 0, 0, -11, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.626829392910e-05, -7.546538008963e-06, { 0, 2, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -3.683309506122e-06, 2.010801656168e-05, { 1, 1, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.773536635607e-05, 6.045371445980e-06, { 2, 0, 1, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.647087474178e-05, -7.286562706556e-06, { 2, 0, -3, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 8.349210506830e-06, -1.537959110976e-05, { 4, 0, -2, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { 1.907738619600e-05, -4.617246441717e-06, { 3, -1, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.946535841622e-06, 1.974490797494e-05, { 1, -1, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { -4.390423984949e-06, 1.929045563106e-05, { 2, 0, 0, 0, 0, -18, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.406800004920e-05, -9.593001757657e-06, { 2, 0, -1, 0, 0, 0, -11, 19, 0, 0, 0, 0, 0 } }, + { -3.509577549265e-06, -2.013628293696e-05, { 2, 0, 2, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -7.778050330161e-06, -1.586395669452e-05, { 1, 0, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.287473604141e-05, -7.559212959889e-07, { 0, 0, 1, 0, 0, 22, -23, 0, 0, 0, 0, 0, 0 } }, + { 1.763711020093e-05, -5.987475811843e-06, { 0, 0, 1, 0, 2, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.072835040276e-05, -1.289487461511e-05, { 0, 0, 3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -1.872662956340e-05, 4.895174625422e-06, { 1, 1, -1, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.871605692535e-05, 4.898900625117e-06, { 1, -1, 0, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { 1.804734744390e-05, 5.566986666966e-06, { 1, -1, 1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 1.515606371717e-07, -2.342790751926e-05, { 2, 0, 1, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { 1.844667407272e-05, 5.131310874076e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -1, -2, 0, 0, 0 } }, + { -7.065134711984e-06, 1.650458623973e-05, { 0, 0, 1, 0, 0, -10, 12, 0, 0, 0, 0, 0, 0 } }, + { 3.773814397751e-06, 1.976988335826e-05, { 1, 1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 3.580488791859e-06, 1.995808786776e-05, { 2, 0, 0, 0, 0, 0, 4, 0, -6, 5, 0, 0, 0 } }, + { -2.337139116221e-05, -1.639240267203e-07, { 5, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.607326114689e-05, 7.455564639567e-06, { 2, 0, -1, 0, 0, 0, -4, 0, 1, 0, 0, 0, 0 } }, + { -6.327169382332e-06, 1.720118977252e-05, { 2, 0, 0, 0, 0, -12, 14, 0, 0, 0, 0, 0, 0 } }, + { -3.870774799161e-08, -2.347593314372e-05, { 2, 0, 2, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.429354568018e-06, 2.108134922100e-05, { 2, 0, 1, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { -6.198598648915e-06, -1.726536053352e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { 6.548850746000e-08, 2.337921493482e-05, { 1, 0, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0 } }, + { -1.622524810546e-05, 7.214617840980e-06, { 1, -1, 0, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 1.818541935173e-05, 5.249173349501e-06, { 1, 1, 0, 0, 0, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.120372354541e-05, -2.219939392741e-06, { 4, 0, -2, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 2.314810190465e-05, 2.608826387690e-07, { 4, 0, -3, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -8.187106203672e-06, -1.520256622989e-05, { 2, -2, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { -4.081340490659e-06, 1.930103991477e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 2, -6, 0, 0, 0 } }, + { -4.388660715683e-06, -1.899267212387e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { 2.255416646336e-05, 8.247886534693e-07, { 0, 0, 1, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0 } }, + { -1.250254297180e-05, -1.087468619758e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -5, 5, 0, 0, 0 } }, + { -2.799657397996e-06, -2.057231648088e-05, { 3, -1, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.650613032834e-06, -1.870831830297e-05, { 1, 1, 0, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 7.780215676398e-06, -1.557733040743e-05, { 4, 0, -4, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 9.450199991716e-06, 1.388282798126e-05, { 1, 0, 0, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { -3.770331117208e-06, 1.955112211146e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -5, 2, 0, 0, 0 } }, + { 1.562486643407e-06, -2.173145532319e-05, { 2, 0, -1, 0, -1, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.774425267304e-05, -5.536812855944e-06, { 1, -1, 0, 0, 0, 19, -20, 0, 0, 0, 0, 0, 0 } }, + { -9.573501729310e-06, -1.369718027767e-05, { 4, 0, -1, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { -5.085079900737e-06, -1.818314140951e-05, { 0, 0, 0, 0, 0, 0, 3, 0, -5, 5, 0, 0, 0 } }, + { 1.645103559006e-05, 6.811488665385e-06, { 0, 0, 2, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { -1.715080676751e-05, -6.088764436768e-06, { 2, 0, -3, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -1.714643661518e-05, 6.083696689058e-06, { 2, 0, -3, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 1.079405293813e-06, 2.211088110139e-05, { 0, 0, 2, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -4.387610996360e-06, 1.878447916278e-05, { 2, 0, 0, 0, 0, -17, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.590528393809e-05, -7.259188734523e-06, { 0, 1, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -1.544353731470e-05, 7.716204048264e-06, { 4, 0, -1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { -4.362338773874e-06, 1.879165023852e-05, { 1, 0, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.054779873811e-05, -2.599554535676e-06, { 2, 0, 0, 0, 0, -2, 8, -9, 0, 0, 0, 0, 0 } }, + { 1.636590887884e-05, -6.771449858034e-06, { 2, 1, -2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -1.930519564281e-05, 3.818866186040e-06, { 4, 0, -2, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 1.570892195151e-07, -2.296642504558e-05, { 4, -2, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.869564923221e-05, 4.424919802783e-06, { 5, -1, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -7.648506009706e-06, -1.546834748338e-05, { 0, 0, 1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 7.684075506117e-06, 1.542321969831e-05, { 2, 0, 1, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.200947329762e-06, 2.189807600375e-05, { 0, 0, 1, 0, 0, 0, 3, 0, -1, -5, 0, 0, 0 } }, + { 1.581388338578e-05, 7.284147992267e-06, { 0, 0, 1, 0, 0, 5, -2, -12, 3, 0, 0, 0, 0 } }, + { 1.581388338578e-05, -7.284147992267e-06, { 0, 0, 1, 0, 0, -5, 2, 12, -3, 0, 0, 0, 0 } }, + { -1.717005064952e-05, -5.920901050900e-06, { 2, 0, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.819719724413e-05, -4.873845780023e-06, { 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0 } }, + { 1.560354835064e-05, 7.450583251815e-06, { 2, -2, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 2.150749987613e-05, 1.545978723027e-06, { 0, 0, 2, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 2.295574792576e-05, -9.750350614500e-08, { 0, 0, 2, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.211946000094e-05, -9.245614222872e-07, { 0, 0, 2, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 8.328329520446e-06, 1.469564098190e-05, { 2, -2, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -1.478987308783e-05, -8.228520317399e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 4, -4, 0, 0, 0 } }, + { -1.792792775180e-05, 5.088897967018e-06, { 1, 0, 1, 0, 0, 0, -35, 41, -2, 0, 0, 0, 0 } }, + { 3.463522650867e-06, 1.955001879635e-05, { 1, -2, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.217186522564e-05, 8.312047657528e-07, { 2, -2, -2, 0, 0, 26, -27, 0, 0, 0, 0, 0, 0 } }, + { 1.030199010251e-05, 1.267834921124e-05, { 0, 0, 1, 0, 0, 0, 20, -38, 0, 6, 0, 0, 0 } }, + { 1.030199010251e-05, -1.267834921124e-05, { 0, 0, 1, 0, 0, 0, -20, 38, 0, -6, 0, 0, 0 } }, + { -8.673937043931e-07, 2.210809199694e-05, { 3, 0, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.548202344934e-05, -7.492339161860e-06, { 1, 0, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -2.107880641620e-05, -1.888295352244e-06, { 2, 0, 0, 0, 0, -24, 27, 1, 0, 0, 0, 0, 0 } }, + { 2.107880641620e-05, 1.888295352244e-06, { 2, 0, -2, 0, 0, -24, 27, 1, 0, 0, 0, 0, 0 } }, + { 1.768836652382e-05, -5.278673758732e-06, { 2, 0, 0, 0, 0, 0, -6, 10, -3, 0, 0, 0, 0 } }, + { -1.021901269158e-05, -1.274680847369e-05, { 2, 0, 0, 0, 0, -2, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.210861652024e-05, 8.558615994600e-07, { 2, 0, 1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { 4.127173375074e-07, 2.254630551624e-05, { 3, 0, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.103574371768e-05, -1.190693477322e-05, { 0, 0, 2, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.485696815918e-06, -2.144531123579e-05, { 1, 1, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.031920361546e-05, 2.603962319817e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 } }, + { -6.807152882236e-06, -1.611539561391e-05, { 1, 1, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 9.304808721043e-06, -1.361132982376e-05, { 2, 0, -1, 0, 0, 0, 17, -22, 0, 0, 0, 0, 0 } }, + { -2.102536530733e-05, 1.889894628097e-06, { 1, 1, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -4.851510489521e-06, -1.806234397763e-05, { 1, 1, 0, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.716521407392e-08, -2.286538968070e-05, { 0, 0, 2, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.705205927489e-06, -2.016941456374e-05, { 2, 0, 0, 0, 0, 0, 4, 0, -2, -5, 0, 0, 0 } }, + { 1.454282524878e-08, -2.283849347793e-05, { 3, 0, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.949976901077e-05, -3.342985472010e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -4, 5, 0, 0, 0 } }, + { -2.010715917972e-05, -2.734076447464e-06, { 2, 0, -1, 0, 0, -5, 5, 4, 0, 0, 0, 0, 0 } }, + { 1.806937011915e-05, -4.758256854122e-06, { 1, -1, 1, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.729062917737e-07, 2.265442647383e-05, { 0, 0, 1, 0, 0, -3, 5, -2, 0, 0, 0, 0, 0 } }, + { 6.973418396969e-06, 1.583754546962e-05, { 1, 0, -1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.447562334079e-05, -8.334824110010e-06, { 4, 0, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 1.769179583188e-08, -2.278811843127e-05, { 0, 2, -1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.211840781672e-05, -6.745586604580e-07, { 2, 0, -4, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.889589374889e-05, -3.894265113842e-06, { 2, 0, 0, 0, 0, 0, -2, 0, -2, 8, 0, 0, 0 } }, + { 4.796170281777e-06, -1.798857101819e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, -1, 2, 0 } }, + { 2.172895305044e-05, 1.047719840077e-06, { 2, -2, -1, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { -2.236720924084e-05, -4.024749704730e-07, { 5, -2, 0, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { 2.236720924084e-05, 4.024749704730e-07, { 1, -2, 0, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { -2.098266897367e-05, -1.783414185599e-06, { 1, 1, -1, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { -1.753584097346e-06, 2.100922121087e-05, { 0, 0, 1, 0, -1, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.063775909546e-08, 2.272466445254e-05, { 2, 0, -2, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -8.132184870885e-06, 1.461216949218e-05, { 1, 0, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.306790317631e-07, -2.261132072047e-05, { 2, 0, -2, 0, 0, 0, 3, 0, 0, -3, 0, 0, 0 } }, + { 1.828659455165e-05, -4.451913352222e-06, { 2, -1, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.868120331362e-05, 4.052431289783e-06, { 1, -1, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 1.301404307497e-05, -9.705713535562e-06, { 2, 0, 0, 0, 0, 0, -3, 5, 4, 0, 0, 0, 0 } }, + { -1.547170850997e-05, -7.246645489041e-06, { 2, 0, -1, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.701515318230e-06, 1.900941928029e-05, { 1, -1, 0, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.316100075189e-05, -9.547270207658e-06, { 4, 0, 0, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.230392574074e-06, 1.347734502991e-05, { 2, 0, 0, 0, 0, 0, 17, -22, 0, 0, 0, 0, 0 } }, + { 6.770469036070e-06, -1.593430692464e-05, { 1, 0, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 6.770469036070e-06, 1.593430692464e-05, { 1, 0, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.914249477558e-05, 3.556951058330e-06, { 3, -1, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.026161409728e-05, -1.243516579373e-05, { 1, 1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.305986450220e-05, -9.626709840552e-06, { 2, 0, -1, 0, 0, 0, 1, 0, 1, -3, 0, 0, 0 } }, + { 3.986356469434e-08, -2.264213390665e-05, { 0, 2, 0, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { 4.468596087743e-08, -2.263249300489e-05, { 2, 0, 1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -8.322578931758e-06, -1.435405728469e-05, { 4, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -2.132390453092e-05, -1.350717167876e-06, { 2, 0, -1, 0, 0, 17, -16, 0, 0, 0, 0, 0, 0 } }, + { 7.136323880901e-06, -1.552624311775e-05, { 1, -1, 1, 0, 4, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.271947382763e-05, 9.939524720419e-06, { 2, 0, -1, 0, 0, 0, 12, -20, 0, 0, 0, 0, 0 } }, + { 5.192300007953e-06, 1.745690585724e-05, { 0, 0, 2, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { 1.225609691796e-05, 1.038183689809e-05, { 3, 0, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.599086282854e-05, -6.646226696069e-06, { 2, -2, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 7.909780226186e-06, -1.471993179375e-05, { 0, 0, 3, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.474113328620e-05, -7.888106523488e-06, { 1, -1, 2, 0, 0, -24, 30, -6, 0, 0, 0, 0, 0 } }, + { 1.474113328620e-05, 7.888106523488e-06, { 1, -1, 0, 0, 0, -24, 30, -6, 0, 0, 0, 0, 0 } }, + { 2.092392480442e-05, 1.699769361916e-06, { 2, 0, 1, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { 1.487937816255e-06, -2.113412425686e-05, { 2, 0, -4, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { -1.379141189038e-05, 8.826010939485e-06, { 1, 0, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { -7.310589317720e-06, 1.529644215600e-05, { 1, 1, -2, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 5.338231954568e-06, 1.726590545024e-05, { 0, 0, 2, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.361108209175e-06, -1.724188869599e-05, { 0, 0, 1, 0, 0, 8, -21, 16, -4, -5, 0, 0, 0 } }, + { -5.361108209175e-06, 1.724188869599e-05, { 0, 0, 1, 0, 0, -8, 21, -16, 4, 5, 0, 0, 0 } }, + { -1.275661249871e-05, -9.820573745186e-06, { 1, 1, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 3.398696686382e-07, -2.223193521574e-05, { 0, 0, 1, 0, 0, -2, 4, 0, -2, 0, 0, 0, 0 } }, + { 3.320820020588e-06, -1.924312043728e-05, { 2, 0, 0, 0, 0, -3, 5, 0, -3, 0, 0, 0, 0 } }, + { 1.672721067365e-05, -5.836205144329e-06, { 0, 0, 0, 0, 0, 12, -15, 0, 0, 0, 0, 0, 0 } }, + { 5.995225045119e-09, -2.255481541306e-05, { 0, 0, 0, 0, 0, 26, -26, 0, 0, 0, 0, 0, 0 } }, + { 8.560393086497e-06, -1.399517372821e-05, { 2, 0, 0, 0, 0, 0, 4, 0, -7, 0, 0, 0, 0 } }, + { 1.429123990553e-05, -8.262024173310e-06, { 2, -2, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -1.011728123499e-05, 1.243220852781e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -7, 0, 0, 0, 0 } }, + { -1.457203043273e-05, -7.972446731610e-06, { 0, 0, 0, 0, 0, 18, -24, 16, -4, -5, 0, 0, 0 } }, + { -1.721383498408e-06, -2.082018929660e-05, { 0, 0, 1, 0, 1, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.585498782941e-05, -6.681901518636e-06, { 2, -2, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 1.364671704518e-05, 8.886471901561e-06, { 2, -2, 1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 1.291699986409e-05, 9.614137661948e-06, { 2, 0, 0, 0, 0, 0, 3, -5, -4, 0, 0, 0, 0 } }, + { -1.986018696134e-05, -2.667419341261e-06, { 2, 0, -1, 0, 0, -2, 8, -9, 0, 0, 0, 0, 0 } }, + { 1.822920315111e-05, -4.291920187073e-06, { 1, -1, -1, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.911864515201e-05, -3.401347639250e-06, { 0, 0, 1, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.691482771612e-06, -1.982137408458e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -2.189827383606e-05, 6.139478965506e-07, { 0, 0, 1, 0, 0, -17, 18, 0, 0, 0, 0, 0, 0 } }, + { -1.444339113701e-05, 8.044638702384e-06, { 1, -1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.669123736812e-05, 5.791276634386e-06, { 1, 0, 1, 0, 0, 0, -30, 33, 1, 0, 0, 0, 0 } }, + { -1.669123736812e-05, -5.791276634386e-06, { 1, 0, -1, 0, 0, 0, -30, 33, 1, 0, 0, 0, 0 } }, + { 1.859505048859e-05, 3.885219868767e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0 } }, + { -8.178305384552e-06, 1.430161248156e-05, { 3, 0, -1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -7.454881487282e-06, -1.500511994862e-05, { 1, 1, -1, 0, 0, 0, 1, 0, -5, 5, 0, 0, 0 } }, + { 3.665318009173e-06, -1.877759344774e-05, { 1, 1, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.197541794306e-06, 2.024006819005e-05, { 2, 0, 1, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.345941116509e-05, -8.963809114319e-06, { 4, 0, -1, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { 1.554171040656e-05, 6.875205881570e-06, { 1, -1, 1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { -1.554171040656e-05, -6.875205881570e-06, { 1, -1, -1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 3.226588301303e-09, 2.240776329930e-05, { 1, 0, 2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.812296727838e-05, 4.263901429438e-06, { 1, -1, 1, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.721928486001e-05, 5.142090167835e-06, { 0, 0, 0, 0, 5, 0, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.361384145914e-06, -1.699235300553e-05, { 1, 1, 2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -6.885740536583e-08, 2.227813774104e-05, { 2, 0, -2, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 5.358565970368e-06, 1.698219560415e-05, { 3, -1, 2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 3.495566256096e-08, -2.229284508830e-05, { 2, 0, 1, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.305330390428e-05, -9.271951800585e-06, { 0, 0, 1, 0, 0, 0, -11, 19, 0, 0, 0, 0, 0 } }, + { -2.109576566270e-05, -1.218128893389e-06, { 4, 0, -2, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.783671667080e-05, -4.476259781301e-06, { 3, -1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -5.772419519633e-06, 1.653997058376e-05, { 0, 0, 1, 0, 0, -11, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.783576312781e-05, 4.468218815301e-06, { 2, -1, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.900609530870e-05, 3.296119868501e-06, { 1, 0, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 4.457416671702e-06, -1.784245040862e-05, { 2, 0, -1, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0 } }, + { 4.598545231483e-07, 2.183693139130e-05, { 1, 0, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.569317747940e-05, 6.598125306769e-06, { 1, 1, -1, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.442611023860e-05, -7.863505822256e-06, { 4, 0, -2, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 1.192194548569e-05, -1.035994802846e-05, { 2, 0, 2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 7.952854783553e-06, 1.432370801209e-05, { 2, 0, -2, 0, 0, 0, -2, 0, 5, 0, 0, 0, 0 } }, + { -4.443865983400e-07, -2.183178238523e-05, { 2, 0, -1, 0, 0, 20, -22, 0, 0, 0, 0, 0, 0 } }, + { 1.290788130533e-05, -9.365219028569e-06, { 0, 0, 1, 0, 0, 10, -2, 0, 0, 0, 0, 0, 0 } }, + { 7.264800625952e-06, 1.499106409591e-05, { 0, 0, 1, 0, 0, 0, 9, -16, 0, 0, 0, 0, 0 } }, + { -3.588344728408e-06, 1.865458062056e-05, { 0, 1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.095657721067e-05, 1.128190940508e-05, { 0, 0, 2, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { -1.605502850695e-05, 6.180631874245e-06, { 2, 0, -1, 0, 0, 0, -2, 2, 0, -2, 0, 0, 0 } }, + { -7.341002787931e-06, -1.489213975945e-05, { 2, 0, 1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { -7.732811892683e-06, 1.448562237074e-05, { 2, 0, 0, 0, 0, -10, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.796211203288e-05, -4.249934685347e-06, { 1, 1, 1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.781726778098e-06, 2.042710350675e-05, { 0, 0, 1, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { -2.113704424171e-05, -1.060240180958e-06, { 2, 0, 1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 2.173081359307e-05, -4.644234855610e-07, { 0, 2, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.903264503117e-05, -3.151925558730e-06, { 2, -2, 2, 0, 0, -13, 10, 0, 0, 0, 0, 0, 0 } }, + { -2.361219600202e-08, 2.215637543818e-05, { 3, 0, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.203446671032e-05, -1.014283386577e-05, { 1, -1, 0, 0, 0, 17, -14, 0, 0, 0, 0, 0, 0 } }, + { 3.627560155973e-06, -1.854063546571e-05, { 1, 0, -2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -6.307965349520e-06, -1.583387417100e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 7, 0, 0, 0 } }, + { -4.964234602350e-06, -1.717031552267e-05, { 4, 0, -1, 0, 0, -20, 22, 0, 0, 0, 0, 0, 0 } }, + { 1.697567007811e-05, 5.158147356408e-06, { 2, 2, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 8.789512345398e-06, 1.333875818425e-05, { 2, 0, -1, 0, 0, 0, 15, -16, 0, 0, 0, 0, 0 } }, + { 1.695997291957e-05, -5.152268978464e-06, { 2, 2, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -4.173828070483e-09, 2.210721290777e-05, { 0, 0, 3, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.790206697009e-05, -4.209093408410e-06, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 6, -3, 0, 0 } }, + { -2.192763755303e-06, -1.990878090409e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -3, 2, 0, 0, 0 } }, + { 1.651767919854e-05, -5.579999917167e-06, { 2, 0, 1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.176178075986e-05, 1.032862363376e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 6, -8, 0, 0, 0 } }, + { -8.377765357350e-06, 1.371224275547e-05, { 2, 0, 0, 0, 0, 0, 13, -12, 0, 0, 0, 0, 0 } }, + { 1.861373055733e-05, -3.460407577410e-06, { 4, 0, -1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 1.906116993279e-06, 2.016664236147e-05, { 1, -1, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -3.055217044938e-06, 1.900837695801e-05, { 1, 1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.368009878987e-05, -8.382612069007e-06, { 2, 0, -1, 0, 0, 5, -3, -7, 8, -6, 0, 0, 0 } }, + { 9.968940550640e-07, 2.106564642363e-05, { 4, 0, 2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.368098223935e-05, 8.380514391071e-06, { 2, 0, -1, 0, 0, 1, -3, 7, -8, 6, 0, 0, 0 } }, + { 1.353941275901e-05, 8.520777623460e-06, { 2, -2, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 1.783715632078e-05, -4.215012779239e-06, { 1, 1, 1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 9.285079369717e-08, -2.195416027030e-05, { 4, 0, -1, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -2.816454400269e-06, 1.922328600807e-05, { 0, 0, 1, 0, 0, -24, 26, 0, 0, 0, 0, 0, 0 } }, + { 1.741625839932e-05, 4.622700174126e-06, { 0, 0, 4, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -1.286006895129e-05, -9.170849978746e-06, { 1, 1, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -1.118477909104e-05, 1.084546447846e-05, { 2, 0, 1, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { -5.994080900982e-06, 1.601924961694e-05, { 0, 0, 1, 0, 0, 0, -2, 6, 0, 0, 0, 0, 0 } }, + { 1.071996962215e-05, 1.129245736695e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 2, -1, 0, 0, 0 } }, + { 1.635899624113e-07, -2.184849252865e-05, { 2, -2, 0, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -4.506617850327e-06, 1.750224634397e-05, { 1, -1, -1, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.491030563213e-05, 7.097521963733e-06, { 4, -2, -1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { 1.777767434696e-05, 4.228553562689e-06, { 4, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.112686695186e-05, 8.707481194118e-07, { 2, 0, -2, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 2.019140001404e-05, 1.787733153515e-06, { 2, -2, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 7.655895320084e-06, -1.432251937309e-05, { 2, 0, -2, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.362015187030e-06, -1.960492986586e-05, { 0, 0, 1, 0, 0, 15, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.766057775475e-05, 4.299366184952e-06, { 2, -1, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.663980605879e-05, 5.317260189287e-06, { 2, 2, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.774690534788e-05, 4.201399145013e-06, { 3, -1, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.662339441465e-05, -5.311620945333e-06, { 2, 2, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 5.966379047769e-06, 1.596574058871e-05, { 3, -1, -2, 0, 0, 29, -33, 0, 2, 0, 0, 0, 0 } }, + { 5.966379047769e-06, -1.596574058871e-05, { 1, 1, 0, 0, 0, -29, 33, 0, -2, 0, 0, 0, 0 } }, + { 2.595117349751e-06, -1.932897143314e-05, { 0, 0, 2, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { 1.395567873094e-05, 7.966577123908e-06, { 1, 1, -1, 0, 0, 0, 1, 0, -1, -5, 0, 0, 0 } }, + { 1.471706672012e-05, -7.203888072058e-06, { 2, 0, -2, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { 1.329142015259e-07, -2.178687051923e-05, { 0, 0, 3, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -7.879865464998e-06, 1.403082233699e-05, { 0, 0, 1, 0, 0, 0, 3, 0, -6, 0, 0, 0, 0 } }, + { 1.017100312446e-07, -2.180874096568e-05, { 4, 0, -2, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 3.266188012334e-06, -1.862669614037e-05, { 2, 0, -1, 0, 0, -3, 5, 0, -3, 0, 0, 0, 0 } }, + { -5.444619942364e-06, 1.644223933724e-05, { 2, 0, -1, 0, 0, 5, -9, 5, 0, 0, 0, 0, 0 } }, + { -6.560778095311e-06, 1.532379611249e-05, { 1, 0, 0, 0, 0, 15, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.977421708742e-06, -1.990408378957e-05, { 2, 0, -1, 0, 0, 0, 15, -21, 0, 0, 0, 0, 0 } }, + { -1.184676512701e-06, 2.068762531360e-05, { 2, 0, -3, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 2.116398644512e-05, 7.056836097655e-07, { 2, 0, -2, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.470602772986e-05, -7.150510530994e-06, { 2, -1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 1.239957667481e-05, -9.447813670669e-06, { 2, 0, -1, 0, 0, 0, -3, 5, 4, 0, 0, 0, 0 } }, + { -1.245370274389e-05, 9.389861180090e-06, { 1, 0, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 2.400719670313e-07, 2.159718478823e-05, { 0, 0, 3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.469996180684e-05, 7.137259878686e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 1, 1, 0, 0, 0 } }, + { -7.854110094567e-06, -1.398273389542e-05, { 2, 0, -2, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0 } }, + { -1.773049293185e-05, 4.101272270791e-06, { 2, 1, -1, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.773049293185e-05, -4.101272270791e-06, { 2, -1, -1, 0, 0, 20, -19, 0, 0, 0, 0, 0, 0 } }, + { 7.205330268029e-06, -1.462617496797e-05, { 0, 2, -1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -7.370537994235e-07, -2.109383653427e-05, { 0, 2, -1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 2.125930433208e-07, -2.161645436278e-05, { 2, -2, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.084054704490e-05, 1.097939187464e-05, { 2, 0, 0, 0, 0, 0, -8, 7, 0, 0, 0, 0, 0 } }, + { 1.366242664226e-05, -8.157466895126e-06, { 2, 0, -1, 0, 0, 0, 1, 0, -3, 3, 0, 0, 0 } }, + { -1.001515765554e-05, -1.180146084847e-05, { 2, 0, 0, 0, 0, -3, -1, 0, 0, 0, 0, 0, 0 } }, + { 6.657426262752e-06, 1.515562248289e-05, { 1, 0, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 6.620824851619e-06, 1.519047762790e-05, { 0, 0, 1, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0 } }, + { 4.897630382506e-06, 1.690260592911e-05, { 0, 0, 1, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0 } }, + { -1.160217036658e-05, -1.018691206379e-05, { 0, 0, 1, 0, 0, 0, -3, 4, -2, 0, 0, 0, 0 } }, + { -1.947454520906e-05, 2.291767381356e-06, { 1, 0, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -5.668007505261e-06, 1.609177433178e-05, { 2, 0, 0, 0, 0, -13, 15, 0, 0, 0, 0, 0, 0 } }, + { 6.655835205786e-06, -1.510301741906e-05, { 0, 1, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -1.375841713318e-06, -2.037718234866e-05, { 4, 0, 1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -1.182664292465e-05, 9.904945095210e-06, { 3, -2, -1, 0, 0, 20, -18, 0, 0, -1, 0, 0, 0 } }, + { -1.182664292465e-05, -9.904945095210e-06, { 1, 2, -1, 0, 0, -20, 18, 0, 0, 1, 0, 0, 0 } }, + { -1.875761895033e-05, 2.973806612888e-06, { 2, 0, 0, 0, 0, 17, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.190475679975e-05, -9.820804056609e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -4, 2, 0, 0, 0 } }, + { 2.456403176611e-06, 1.925798749991e-05, { 2, 0, 1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.232475633023e-05, 9.386526694885e-06, { 2, 0, -1, 0, 0, 0, 3, -5, -4, 0, 0, 0, 0 } }, + { 1.566323614833e-05, 6.047501365510e-06, { 2, 0, 2, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -1.991976715511e-05, -1.789658203769e-06, { 1, 1, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.991981649951e-05, -1.789108891562e-06, { 1, 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.991981649951e-05, -1.789108891562e-06, { 1, -1, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.991981681177e-05, 1.789105414898e-06, { 5, -1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.991981681177e-05, 1.789105414898e-06, { 3, 1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.005553162316e-05, -1.649059582582e-06, { 2, 0, 1, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { -2.770247115681e-06, -1.893259577359e-05, { 0, 0, 1, 0, 0, 0, -2, 0, -2, 7, 0, 0, 0 } }, + { -8.841169911148e-08, -2.161118624451e-05, { 4, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -1.757812872707e-05, -4.114706882874e-06, { 1, -1, -1, 0, 0, 15, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.378364390897e-05, -7.887326842247e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -3, 3, 0, 0, 0 } }, + { -4.536375784832e-06, -1.713324159406e-05, { 1, 1, 0, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { 5.585394512379e-06, -1.608420824424e-05, { 3, 0, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.743792225916e-05, -4.219470812912e-06, { 3, 0, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 2.123494853262e-05, 4.213641402924e-07, { 1, 0, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.268586683072e-05, -8.962604836099e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 1, -5, 0, 0, 0 } }, + { -1.433951483388e-05, 7.303796493168e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 3, -4, 0, 0, 0 } }, + { -2.593506641975e-08, -2.161465793330e-05, { 0, 2, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.059962457532e-05, -1.103687886585e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { 9.751844023051e-06, -1.188249921629e-05, { 1, 1, -2, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { -6.828154469340e-06, -1.480241258927e-05, { 1, 1, 0, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.193260219806e-05, 9.692351606405e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -3, 1, 0, 0, 0 } }, + { -7.120756663745e-06, 1.447760506890e-05, { 1, 0, 0, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 6.699026800158e-06, -1.489848853936e-05, { 2, 0, 2, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -1.582061800209e-05, 5.773101454464e-06, { 2, 0, -1, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.222601297945e-06, 1.435937698259e-05, { 0, 2, -1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -9.693163426260e-06, 1.188555896595e-05, { 2, 0, 0, 0, -4, 0, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.917763018271e-05, 2.398254466039e-06, { 2, 0, 0, 0, 0, 2, -8, 9, 0, 0, 0, 0, 0 } }, + { 2.092693379691e-05, -6.363815970668e-07, { 2, 0, 0, 0, 0, 0, -10, 13, 0, 0, 0, 0, 0 } }, + { -3.416769901659e-06, -1.811874088787e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -2, 4, 0, 0, 0 } }, + { -1.459257846997e-05, -6.941895306771e-06, { 0, 0, 0, 0, 5, 0, -13, 7, 0, 0, 0, 0, 0 } }, + { -1.346746473025e-05, -8.052577027251e-06, { 1, 1, 0, 0, 0, 0, -1, 0, 0, -2, 0, 0, 0 } }, + { 1.689002732700e-05, 4.627753842946e-06, { 2, 0, 2, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -5.533933331183e-06, 1.598159053165e-05, { 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { 7.761597073721e-06, 1.374878416573e-05, { 0, 0, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0, 0 } }, + { -2.293230170359e-09, 2.150329320923e-05, { 0, 0, 2, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 3.259448265648e-06, -1.824410022835e-05, { 2, -2, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 1.072241280785e-05, -1.077403104455e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0 } }, + { -1.763572863386e-05, -3.857662019026e-06, { 4, 0, -1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { -3.238988977819e-06, -1.825087140134e-05, { 1, 0, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -1.897281209754e-05, 2.516264686928e-06, { 2, 0, -1, 0, 0, 2, -8, 9, 0, 0, 0, 0, 0 } }, + { -1.782444879693e-05, -3.663338637624e-06, { 1, -3, 2, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { 1.782444879693e-05, 3.663338637624e-06, { 1, -3, -2, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { -1.229212924887e-05, 9.153965106220e-06, { 0, 0, 3, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 6.032032194182e-06, -1.541098073971e-05, { 2, 0, -1, 0, 0, 0, -3, 1, 0, 0, 0, 0, 0 } }, + { -1.206320090900e-05, -9.375192504542e-06, { 2, 0, -1, 0, 0, 0, 14, -22, 0, 0, 0, 0, 0 } }, + { -1.506248249677e-05, -6.366281163762e-06, { 0, 0, 1, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.934763261323e-08, 2.140843142641e-05, { 1, 0, 0, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { 8.848305988122e-08, 2.133141040199e-05, { 2, 0, -2, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { 2.512447395663e-07, 2.116141719709e-05, { 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, -2, 0, 0 } }, + { 1.740049281068e-05, 4.009420370314e-06, { 1, -1, 1, 0, 0, 19, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.975065675242e-05, 1.647089544481e-06, { 4, 0, -3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.205016632675e-06, -1.418850530114e-05, { 0, 0, 2, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.612189855602e-05, 5.262673787274e-06, { 1, 1, 0, 0, 0, -19, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.839603284331e-06, -1.953905563907e-05, { 1, -1, 1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -6.910335320466e-06, 1.445625288484e-05, { 2, 0, 0, 0, 0, 19, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.026401951506e-08, 2.133560366449e-05, { 2, -2, 2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.670146039298e-05, 4.650206593047e-06, { 3, 0, -1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 1.670112979630e-05, -4.650123228367e-06, { 3, 0, -1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -1.446140555066e-05, 6.879639959118e-06, { 4, 0, -2, 0, -5, 0, 13, -7, 0, 0, 0, 0, 0 } }, + { -3.376030075641e-06, 1.795948098484e-05, { 1, -1, 1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.741702858989e-05, -3.911540117324e-06, { 3, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.074810113922e-05, -1.057941896332e-05, { 2, 0, 0, 0, 0, -8, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.123264956601e-05, 7.647508824203e-08, { 2, 0, -1, 0, 0, 6, -11, 0, 3, 0, 0, -1, 0 } }, + { -9.936604391195e-06, 1.136645520291e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -6, 0, 0, 0, 0 } }, + { 1.186941810500e-05, 9.431553159321e-06, { 0, 0, 1, 0, 0, -15, 11, 0, 0, 0, 0, 0, 0 } }, + { 2.045524167618e-05, 8.371818493904e-07, { 2, 0, 0, 0, 0, 27, -28, 0, 0, 0, 0, 0, 0 } }, + { 7.151761258745e-06, -1.413387127550e-05, { 1, 0, 0, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { -3.379942375434e-06, 1.790266735171e-05, { 1, 1, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.047772913068e-05, -7.949965759422e-07, { 2, 0, 1, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.639757863192e-05, 4.867538537009e-06, { 1, 1, 0, 0, 0, -16, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.724680921409e-08, 2.123746297276e-05, { 3, 0, -1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 6.755144453041e-06, -1.449671237576e-05, { 2, 0, -1, 0, 0, 0, 6, 0, -5, 0, 0, 0, 0 } }, + { 4.787118538705e-06, 1.646226201217e-05, { 1, 1, -2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 3.408198700932e-06, -1.781918876090e-05, { 1, 1, -1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.310957205784e-06, 1.891597357202e-05, { 2, 0, 1, 0, 0, 0, -1, 0, 0, 0, 1, 0, 0 } }, + { 2.079651989549e-07, 2.101694442437e-05, { 2, 0, -1, 0, 0, 25, -25, 0, 0, 0, 0, 0, 0 } }, + { -5.532352881953e-06, 1.568341860716e-05, { 2, 0, 0, 0, 0, 0, 6, 0, -5, 0, 0, 0, 0 } }, + { 3.519184954761e-06, -1.767952026807e-05, { 0, 0, 2, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { 1.381736672041e-05, -7.378333533065e-06, { 2, 0, -1, 0, 0, 0, -9, 11, 0, 0, 0, 0, 0 } }, + { 2.702158708814e-06, 1.848108601834e-05, { 1, -1, 0, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.315891308781e-06, 1.886431719317e-05, { 2, 0, 0, 0, 0, 0, 10, -16, 0, 0, 0, 0, 0 } }, + { -7.000647901830e-07, 2.047940576585e-05, { 2, -2, -1, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { -1.313332134740e-05, 8.038528933959e-06, { 1, 0, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 3.774791479354e-06, -1.739096356427e-05, { 1, -1, -1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -5.582334683379e-06, 1.555382597668e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 2, 2, 0, 0, 0 } }, + { 1.999821962102e-07, -2.093439748038e-05, { 2, 0, -3, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.632836639371e-05, -4.803855457117e-06, { 2, 0, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.996335892198e-06, -1.612871182679e-05, { 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { 7.013555946272e-08, 2.104933717320e-05, { 2, 0, -2, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { -2.014995434878e-05, 9.691150558517e-07, { 0, 0, 0, 0, 0, 15, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.074469472200e-07, 2.100631224892e-05, { 1, 0, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -6.805587766133e-06, 1.430422742091e-05, { 1, 0, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { -1.563577990225e-05, 5.456149055022e-06, { 0, 0, 0, 0, 0, 16, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.425746511082e-05, 6.833136631432e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 0, -1, 0, 0, 0 } }, + { -2.079834782396e-05, -2.901010955340e-07, { 2, -2, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.315156933313e-07, 2.084606335988e-05, { 4, -2, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.642190834814e-05, 4.649780170608e-06, { 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.186654453932e-05, 9.196775722084e-06, { 1, -1, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 3.739429075006e-06, -1.731582562306e-05, { 2, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.778712938699e-06, 1.626964483345e-05, { 4, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.064353754540e-06, -1.997165869639e-05, { 0, 0, 2, 0, 0, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.064353754540e-06, -1.997165869639e-05, { 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.824433658395e-05, 2.788867579493e-06, { 4, 0, -1, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 1.451831399523e-05, -6.513998161098e-06, { 2, 0, 0, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0 } }, + { 1.169327185314e-05, -9.331808456410e-06, { 4, 0, -2, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { -9.856197340930e-06, -1.115948950247e-05, { 2, 0, 0, 0, 0, -4, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.791989000332e-05, -3.092926849976e-06, { 3, 0, 1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 1.791989000332e-05, 3.092926849976e-06, { 1, 0, 1, 0, 0, 15, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.041271240190e-05, -1.059185150987e-05, { 2, 0, 1, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 4.237248187530e-07, -2.057416662750e-05, { 2, 0, -3, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -1.567602703490e-08, -2.097744330121e-05, { 2, 0, -3, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.697563795708e-05, 4.014588447128e-06, { 0, 1, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.877985859305e-05, -2.208622984983e-06, { 2, 0, -2, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { -1.630836110409e-05, -4.679622552004e-06, { 0, 0, 0, 0, 0, 8, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.568991782991e-05, -5.286099325703e-06, { 0, 0, 1, 0, 0, 0, -2, 0, -1, 5, 0, 0, 0 } }, + { 4.979329350321e-06, 1.599490647194e-05, { 1, 0, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.999465027678e-05, 9.779952990367e-07, { 3, 0, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 1.397622050153e-05, -6.994104472642e-06, { 0, 0, 1, 0, 0, 0, 11, -15, 0, 0, 0, 0, 0 } }, + { -1.107847440106e-05, 9.878028453953e-06, { 1, 0, 1, 0, 0, 0, -33, 41, -2, 0, 0, 0, 0 } }, + { 1.681127007622e-05, -4.126868895066e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 2, -2, 0, 0, 0 } }, + { -1.193712482912e-05, 8.996166842375e-06, { 0, 0, 1, 0, 0, 0, 8, -17, 0, 0, 0, 0, 0 } }, + { -7.418749493244e-06, -1.350348746676e-05, { 2, 0, 0, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -7.418749493244e-06, 1.350348746676e-05, { 0, 0, 0, 0, 0, 0, 34, -41, 2, 0, 0, 0, 0 } }, + { 1.561260271863e-05, -5.308613405734e-06, { 4, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.794582054494e-08, 2.088478700650e-05, { 3, 0, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.584124999447e-06, 1.830732741571e-05, { 2, 0, -1, 0, -1, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.624870180485e-05, 4.641289288610e-06, { 4, 0, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.013356441412e-05, 1.075123801493e-05, { 2, 0, 0, 0, 0, 0, 3, 0, -6, 5, 0, 0, 0 } }, + { -6.739646279245e-06, -1.410499551359e-05, { 3, -1, -2, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 1.677742830367e-05, -4.059703629497e-06, { 1, 0, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -4.204071517973e-06, -1.663284263904e-05, { 1, 1, 0, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { 7.418182546272e-06, 1.341169324718e-05, { 4, 0, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 1.687019199174e-05, -3.951502002357e-06, { 1, 1, -1, 0, 0, -12, 11, 0, 0, 0, 0, 0, 0 } }, + { 7.403930764609e-06, 1.341189263681e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 1, -3, 0, 0 } }, + { 1.375991297182e-05, 7.055819678812e-06, { 1, -1, 2, 0, 2, -2, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.375991297182e-05, -7.055819678812e-06, { 1, -1, -2, 0, 2, -2, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.685820223236e-05, 3.955779490707e-06, { 1, 1, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.748185929018e-06, 1.406281300437e-05, { 2, 0, 1, 0, 0, -7, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.683578451165e-05, -3.972422573515e-06, { 1, -1, 2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.283872834830e-07, -2.067826280745e-05, { 0, 2, -1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -4.239931622232e-06, -1.656549735806e-05, { 1, 1, 0, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { 6.455397916802e-06, 1.434266700372e-05, { 2, 0, 2, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 3.777849001359e-06, 1.701848636590e-05, { 2, 0, 2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.301144377630e-05, 7.780298026128e-06, { 3, -1, 0, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { 3.226582282196e-06, 1.752185709861e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -7, 11, -3, 0, 0 } }, + { -1.954387985039e-05, 1.203179131613e-06, { 2, 0, 0, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { -5.066591371312e-06, 1.567439417245e-05, { 2, 0, 0, 0, 0, -14, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.664477716516e-07, 2.047284912546e-05, { 2, 0, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0 } }, + { -5.020737392000e-06, -1.570992623225e-05, { 2, 0, 0, 0, 0, -8, 10, 0, 0, 0, 0, 0, 0 } }, + { 6.522121408124e-06, 1.417407953697e-05, { 3, 1, -1, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.655064232152e-06, -1.703009820843e-05, { 1, 1, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { -3.632213969031e-06, 1.704787324892e-05, { 3, -1, -1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.674839918713e-05, 3.919329222298e-06, { 2, -2, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -3.370252980210e-06, 1.726870051565e-05, { 2, 0, -2, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 9.939548123365e-06, -1.068512780951e-05, { 2, 0, 1, 0, -7, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.099746415603e-05, 9.626955304704e-06, { 2, 0, 0, 0, 0, -3, 5, -4, 0, 0, 0, 0, 0 } }, + { 1.644875801628e-05, -4.174407518812e-06, { 1, 0, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.083384698065e-05, 9.780676629571e-06, { 4, 0, 0, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { 1.670888670788e-05, 3.903962827825e-06, { 4, 0, 1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -2.190956257148e-07, -2.038647719091e-05, { 2, -2, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 7.833852732730e-06, -1.276708256573e-05, { 2, -2, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 4.397278862860e-07, 2.015115950083e-05, { 2, 0, 0, 0, 0, 23, -25, 0, 0, 0, 0, 0, 0 } }, + { -1.675808638621e-05, -3.819237492885e-06, { 1, -1, 0, 0, 0, 24, -23, 0, 0, 0, 0, 0, 0 } }, + { -1.216051879886e-05, 8.416451118077e-06, { 0, 0, 1, 0, 0, 0, -8, 9, 0, 0, 0, 0, 0 } }, + { -1.737433438942e-05, -3.199544657821e-06, { 2, 0, 0, 0, 0, -21, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.574816996044e-05, 4.823416525122e-06, { 0, 0, 1, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.028249833381e-05, 2.829245337673e-07, { 4, 0, -1, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.359802945507e-05, 6.942441663275e-06, { 0, 2, -2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.575319688891e-05, -4.780518507230e-06, { 6, 0, -3, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 7.253130982658e-06, -1.326124931392e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, -1, 3, 0, 0 } }, + { -2.390517786686e-06, 1.812141177747e-05, { 2, 0, 0, 0, -1, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.573564604076e-05, 4.774715895159e-06, { 6, 0, -3, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 6.298447051910e-06, -1.420634588530e-05, { 1, 1, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 3.584909471272e-06, 1.691429059364e-05, { 2, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.138383564092e-05, 9.111799286512e-06, { 2, -2, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 7.052746866537e-06, -1.344234409246e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, -1, 2, 0 } }, + { -7.664261209501e-06, 1.282767698187e-05, { 2, 0, -3, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -1.972837815558e-05, 7.617941133862e-07, { 6, 0, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.998369794552e-05, 4.922172158165e-07, { 2, 0, -1, 0, 0, 0, 17, -20, 0, 0, 0, 0, 0 } }, + { -7.431164028169e-06, 1.303924541390e-05, { 2, -2, -1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 3.437589147185e-06, 1.703049246375e-05, { 1, -1, 0, 0, 0, 13, -15, 0, 0, 0, 0, 0, 0 } }, + { -9.760789585896e-06, -1.069452724677e-05, { 2, 0, 0, 0, 0, -5, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.082121291047e-05, 9.629420817773e-06, { 2, 0, 0, 0, 0, -14, 10, 0, 0, 0, 0, 0, 0 } }, + { 3.210389023939e-06, -1.724012308674e-05, { 2, 0, -3, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -1.960602971780e-05, -8.381573839121e-07, { 2, -2, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.002478796083e-05, -1.041728832054e-05, { 2, 0, 0, 0, 0, -7, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.558107278559e-05, -4.852877204905e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -7, 5, 0, 0, 0 } }, + { 1.138522812692e-05, 9.043105191963e-06, { 1, 1, -1, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { -1.373044628965e-05, -6.697261690770e-06, { 0, 0, 2, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { -1.741616116592e-05, -3.009524452832e-06, { 0, 0, 1, 0, 0, -2, 3, 0, 3, 0, 0, 0, 0 } }, + { 1.946440918188e-06, 1.847699046982e-05, { 1, 1, -2, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -1.742608167136e-05, 2.996867592926e-06, { 0, 0, 1, 0, 0, 2, -3, 0, -3, 0, 0, 0, 0 } }, + { 1.638659776622e-06, 1.876659631029e-05, { 1, 1, 0, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.720604275816e-05, -3.198093581892e-06, { 2, -1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -9.842073013723e-06, -1.055383369823e-05, { 2, 0, 0, 0, 0, -6, 2, 0, 0, 0, 0, 0, 0 } }, + { -8.871719877057e-06, -1.151422933620e-05, { 0, 0, 1, 0, 0, 0, -11, 16, 0, 0, 0, 0, 0 } }, + { 3.459013689756e-07, 2.002816586325e-05, { 3, 0, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -8.575976247636e-06, 1.178773980734e-05, { 4, 0, -1, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { 8.028498514162e-06, 1.233279047018e-05, { 2, 0, -1, 0, 0, 0, 11, -19, 0, 3, 0, 0, 0 } }, + { 5.264392884139e-08, 2.029545796713e-05, { 2, -2, 0, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.570775350846e-05, -4.635416950417e-06, { 2, 0, -1, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.647322681293e-08, -2.031937167784e-05, { 3, 0, -3, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 6.698033332112e-06, -1.362869500424e-05, { 0, 0, 3, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 1.864793237089e-05, 1.674802745311e-06, { 2, 0, 0, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.679037067672e-05, -3.531422479539e-06, { 0, 0, 2, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { -1.963788746194e-05, 6.827940810006e-07, { 2, 0, -1, 0, 0, -11, 12, 0, 0, 0, 0, 0, 0 } }, + { -6.619530872263e-08, -2.024675243661e-05, { 4, 0, -1, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.733112380136e-06, 1.756948744122e-05, { 1, -1, -1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.576385558928e-06, 1.572606315562e-05, { 3, -1, -3, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -2.644732884681e-06, 1.765738083076e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 2, -3, 0, 0, 0 } }, + { -8.567335124596e-09, -2.028097406205e-05, { 2, -2, -1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 4.568710027535e-06, -1.571683493994e-05, { 1, 1, -3, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 1.628161301218e-05, -3.998993157153e-06, { 0, 0, 1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { 4.912710425063e-06, -1.536294849464e-05, { 4, 0, -2, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { -8.709321289360e-06, -1.154261532867e-05, { 2, 0, -2, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { -3.489285705101e-06, -1.675813943876e-05, { 1, -1, -1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.640700155518e-05, 3.839900491895e-06, { 1, 1, 0, 0, 0, 14, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.601899459498e-05, -4.214467549578e-06, { 2, 0, -3, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -1.386998425236e-05, 6.344090143974e-06, { 1, 1, -2, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.259908301910e-05, 7.614583366029e-06, { 0, 0, 0, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0 } }, + { 8.548890501950e-06, -1.166095019061e-05, { 4, 0, -1, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { 1.630870340090e-05, -3.889819320396e-06, { 3, 1, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 6.649322870984e-06, 1.353843844186e-05, { 0, 0, 3, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -6.150373881543e-06, 1.403205687109e-05, { 3, -2, 1, 0, 0, -26, 32, 0, 0, 0, 0, 0, 0 } }, + { 6.150373881543e-06, -1.403205687109e-05, { 3, -2, -1, 0, 0, -26, 32, 0, 0, 0, 0, 0, 0 } }, + { 1.191444104536e-06, 1.899008537853e-05, { 2, 0, -1, 0, 0, 0, 7, 0, -7, 0, 0, 0, 0 } }, + { -1.273970535849e-05, 7.433274712953e-06, { 0, 0, 3, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -3.958762307536e-06, -1.620732327602e-05, { 1, 1, 0, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.635839118079e-05, -3.791344565988e-06, { 1, -1, 2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.750970095091e-05, -2.634988546809e-06, { 0, 0, 3, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 2.000488999958e-05, -1.275605773039e-07, { 0, 0, 0, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { -1.609820376150e-05, -4.034125394442e-06, { 2, 0, -3, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.645659025671e-06, -1.348545009840e-05, { 2, 0, 1, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { 6.444116812681e-06, 1.368499174859e-05, { 1, 0, -1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.350019073339e-07, -1.998590785333e-05, { 2, 0, -4, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.625784735763e-05, -3.857975208606e-06, { 1, 1, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -6.118643818001e-08, 2.005375703212e-05, { 2, 0, -2, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.022775107151e-05, 9.884442499839e-06, { 0, 0, 1, 0, 0, 0, -3, 2, 2, 0, 0, 0, 0 } }, + { -6.713674195422e-08, 2.003702032361e-05, { 2, 0, -2, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.123686413306e-05, 8.854076276854e-06, { 0, 0, 1, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.118888954189e-06, 1.295768617846e-05, { 5, 0, -1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 7.118888954189e-06, -1.295768617846e-05, { 3, 0, -1, 0, 0, 0, 34, -41, 2, 0, 0, 0, 0 } }, + { 2.824886492027e-07, -1.979005127374e-05, { 0, 2, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.219366621586e-05, -7.861068700377e-06, { 1, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 1.239686357346e-05, -7.655780070981e-06, { 2, -2, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -9.186740000897e-06, 1.086239376697e-05, { 2, 0, -1, 0, 0, 0, -5, 0, 3, 0, 0, 0, 0 } }, + { 4.503499207396e-06, 1.553581084814e-05, { 1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 1.265408945725e-05, -7.383254308394e-06, { 1, 0, 0, 0, 0, 0, 1, 0, -3, 3, 0, 0, 0 } }, + { 7.256972531559e-06, -1.277858516087e-05, { 0, 0, 1, 0, 0, 8, -14, 2, 0, -2, 0, 0, 0 } }, + { 7.256756310881e-06, 1.277802543762e-05, { 0, 0, 1, 0, 0, -8, 14, -2, 0, 2, 0, 0, 0 } }, + { 7.079048828703e-06, 1.294410956409e-05, { 1, 0, 1, 0, 0, 0, -32, 37, 0, 0, 0, 0, 0 } }, + { -7.079048828703e-06, -1.294410956409e-05, { 1, 0, -1, 0, 0, 0, -32, 37, 0, 0, 0, 0, 0 } }, + { -1.582129775890e-05, -4.201764533665e-06, { 0, 1, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 1.944092687742e-05, -5.782388048381e-07, { 0, 0, 1, 0, 0, 17, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.532291143721e-05, 4.691791668174e-06, { 1, 1, 0, 0, 0, -17, 18, 0, 0, 0, 0, 0, 0 } }, + { 4.886921905111e-10, 1.999999999403e-05, { 0, 2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, -2 } }, + { -4.782202150039e-10, -1.999999999428e-05, { 0, 1, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -4.572762639790e-10, -1.999999999477e-05, { 0, 1, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -4.468042884763e-10, -1.999999999501e-05, { 1, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 4.293509959649e-10, -1.999999999539e-05, { 2, -3, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 4.293509959600e-10, 1.999999999539e-05, { 0, 1, -3, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 3.630284843911e-10, -1.999999999671e-05, { 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2 } }, + { 3.595378258965e-10, -1.999999999677e-05, { 4, -1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.281218993652e-10, -1.999999999731e-05, { 4, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 3.106686068518e-10, -1.999999999759e-05, { 0, 1, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.967059728281e-10, 1.999999999780e-05, { 6, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.932153143184e-10, -1.999999999785e-05, { 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -2.862339973089e-10, -1.999999999795e-05, { 2, -1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.792526803094e-10, 1.999999999805e-05, { 1, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.757620218046e-10, 1.999999999810e-05, { 4, -1, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.513274122810e-10, 1.999999999842e-05, { 2, 1, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 2.408554367714e-10, 1.999999999855e-05, { 6, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -2.164208272423e-10, 1.999999999883e-05, { 1, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { -1.117010721228e-10, -1.999999999969e-05, { 2, 3, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { -8.625324401933e-06, 1.137468855350e-05, { 2, 0, -2, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { 0.000000000000e+00, -2.000000000000e-05, { 4, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 2.000000000000e-05, { 2, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.820404131017e-05, -1.793999616608e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -2, 4, 0 } }, + { 1.371348352226e-05, -6.283314553612e-06, { 1, 1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.820210743395e-05, 1.793260293717e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, -4, 0 } }, + { -3.873298675124e-06, -1.611932841994e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -2, -2, 0, 0, 0 } }, + { -8.483401348396e-06, 1.150877789801e-05, { 0, 0, 3, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -1.948993752801e-05, 4.932423601517e-07, { 2, 0, -1, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { -2.075193874779e-06, 1.789112852098e-05, { 2, 0, 0, 0, 0, 0, -9, 19, 0, -3, 0, 0, 0 } }, + { -6.596320521381e-06, -1.335868889837e-05, { 2, 0, -2, 0, 0, -13, 11, 0, 0, 0, 0, 0, 0 } }, + { -9.589488565514e-06, 1.035317581205e-05, { 2, 0, -1, 0, -7, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.094177644579e-06, -1.684663009521e-05, { 2, 0, 2, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -6.442478037901e-06, -1.349568107192e-05, { 1, 0, 0, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.559564421687e-05, -4.342307373664e-06, { 1, 0, -1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -1.559268082973e-05, 4.341497903292e-06, { 1, 0, -1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 1.398224385830e-06, 1.852969925093e-05, { 4, 0, 1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.233116867055e-05, -7.594677884792e-06, { 2, 0, 0, 0, 0, 0, 1, 0, -3, 3, 0, 0, 0 } }, + { 1.446052585895e-05, -5.463679676423e-06, { 2, 0, -2, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { 1.513736401863e-05, 4.784873418479e-06, { 1, 1, 0, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { -6.913556734815e-06, -1.300244631681e-05, { 4, 0, -1, 0, -4, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { -6.913556734815e-06, 1.300244631681e-05, { 0, 0, 1, 0, 4, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.440580913306e-06, -1.747523504521e-05, { 2, 0, -1, 0, 1, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.140510074729e-05, -8.501532047081e-06, { 0, 2, -2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -5.600520763403e-06, 1.429959638636e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -1, 1, 0, 0, 0 } }, + { 1.140568522676e-05, 8.494138397139e-06, { 0, 2, -2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 7.064649563198e-06, 1.283392202992e-05, { 4, 0, 0, 0, -12, 0, 12, 0, -2, 0, 0, 0, 0 } }, + { -7.276205008789e-07, 1.916077678535e-05, { 0, 0, 2, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { -5.415850512293e-06, -1.447219487176e-05, { 2, 0, 2, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.899613073800e-07, 1.969429051369e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -1, -1, 0, 0, 0 } }, + { -7.253976579684e-06, -1.262404683469e-05, { 2, 0, 1, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0 } }, + { -1.379880655361e-05, 6.077069885028e-06, { 1, 1, -1, 0, 0, 0, -4, 9, 0, 0, 0, 0, 0 } }, + { -4.033324050809e-06, -1.583629226896e-05, { 1, 1, 0, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 6.989941021638e-06, -1.287569872537e-05, { 4, 0, 0, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { 1.339727693197e-05, -6.462258622575e-06, { 0, 0, 1, 0, 0, 0, 2, -6, 2, 0, 0, 0, 0 } }, + { -7.046295200059e-06, -1.280057876721e-05, { 0, 0, 2, 0, -12, 0, 12, 0, -2, 0, 0, 0, 0 } }, + { 1.611167722951e-05, -3.726242202413e-06, { 0, 1, 0, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.089859164756e-05, -8.939028987179e-06, { 2, 0, -3, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 1.809821735877e-06, 1.802015379694e-05, { 2, 0, 1, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { -9.149687852123e-07, -1.891367029589e-05, { 2, -2, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.887473715701e-06, -1.593815956373e-05, { 1, 1, 0, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 3.336062303386e-07, -1.949185929795e-05, { 2, 0, 0, 0, 0, 0, 6, -15, 0, 0, 0, 0, 0 } }, + { -4.141918845693e-09, -1.981846421266e-05, { 0, 0, 2, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.483117870774e-05, -4.969558561917e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -7, 5, 0, 0, 0 } }, + { 1.894717579134e-05, 8.418338120414e-07, { 2, 0, 1, 0, 0, 17, -18, 0, 0, 0, 0, 0, 0 } }, + { 6.511817453239e-06, 1.327581477762e-05, { 2, 0, 1, 0, 0, -13, 11, 0, 0, 0, 0, 0, 0 } }, + { 2.420622430865e-06, 1.734339099211e-05, { 2, 0, -2, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.718007903274e-05, 2.573781849482e-06, { 2, 0, -1, 0, 0, 3, -3, 0, 0, -3, 0, 0, 0 } }, + { -1.718007903274e-05, -2.573781849482e-06, { 2, 0, -3, 0, 0, 3, -3, 0, 0, -3, 0, 0, 0 } }, + { -5.563004100977e-08, -1.969298071413e-05, { 4, 0, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.952373186834e-05, -2.225585471055e-07, { 1, 0, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.588961415242e-05, 3.844875572011e-06, { 3, 0, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -5.239273026640e-06, -1.449429550521e-05, { 2, -2, 1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 1.576593310169e-05, -3.961861519109e-06, { 0, 0, 0, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { 1.663092428319e-05, 3.092293336396e-06, { 3, -1, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.407485155965e-05, 5.624518622746e-06, { 0, 0, 1, 0, 0, 0, -3, 6, -3, 0, 0, 0, 0 } }, + { -8.656731207991e-06, -1.104226392614e-05, { 0, 2, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 9.266564193407e-06, 1.043082668614e-05, { 4, 0, -2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 1.584894632405e-05, 3.835058064682e-06, { 4, 0, -3, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 8.648082022021e-06, -1.103392519656e-05, { 0, 0, 1, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0 } }, + { -1.666387262357e-05, -3.016110954582e-06, { 4, 0, 0, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 1.585144045162e-05, -3.825172981650e-06, { 1, 1, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.178457993973e-06, 1.649205127716e-05, { 1, 1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 3.733618754463e-06, -1.593522784390e-05, { 1, -1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.605371286608e-06, -1.705979977570e-05, { 4, 0, -3, 0, 0, 0, 2, 0, -3, 0, 2, 0, 0 } }, + { -1.889320629534e-05, -7.658907903075e-07, { 2, 0, -1, 0, 0, 24, -25, 0, 0, 0, 0, 0, 0 } }, + { -9.626928103718e-06, 1.002994978278e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -3, 5, 0, 0, 0 } }, + { 1.587923345900e-05, 3.769345128844e-06, { 1, -1, -2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.573821957014e-05, -3.899150977708e-06, { 3, 0, -1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -6.043370863600e-06, 1.358556215609e-05, { 0, 0, 1, 0, 0, 2, -6, 5, 0, 0, 0, 0, 0 } }, + { 5.139844282272e-06, -1.448133142663e-05, { 2, 0, 0, 0, 0, 0, 3, 0, -2, -5, 0, 0, 0 } }, + { 3.945368938829e-06, -1.567392075470e-05, { 4, 0, -1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { -5.609782122446e-07, -1.905690366094e-05, { 2, -2, 2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -1.713444867898e-05, -2.481965093322e-06, { 1, -1, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 2.581201212327e-06, -1.702848912855e-05, { 0, 0, 1, 0, 0, 0, 2, 0, 2, -7, 0, 0, 0 } }, + { -2.111788633915e-07, -1.939776447189e-05, { 2, 0, -1, 0, -2, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.585208307503e-06, -1.401612417729e-05, { 0, 0, 1, 0, 0, -4, 7, 0, -6, 0, 0, 0, 0 } }, + { 1.771169083752e-05, 1.888082560810e-06, { 2, 0, 0, 0, 0, -16, 16, -7, 8, -6, 0, 0, 0 } }, + { -7.165695896649e-06, -1.242986156885e-05, { 2, 0, 1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 1.769088215200e-05, 1.896570472025e-06, { 1, 0, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.403365382672e-05, -5.548330552865e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 0, 1, 0, 0 } }, + { 5.576708379430e-06, 1.399795060067e-05, { 0, 0, 1, 0, 0, 4, -7, 0, 6, 0, 0, 0, 0 } }, + { 2.299670935012e-06, 1.727108987072e-05, { 1, -1, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 3.512236346966e-06, -1.605676876810e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 1, 1, 0, 0, 0 } }, + { 2.260114725509e-07, 1.933753567763e-05, { 2, 0, 0, 0, 0, 3, -5, 0, 0, 2, 0, 0, 0 } }, + { 5.416577865504e-06, 1.413168508825e-05, { 2, 0, -1, 0, 0, 12, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.395124417322e-08, -1.952062238462e-05, { 1, 0, -1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.407956484345e-06, -1.811879902893e-05, { 2, 0, 2, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -1.090718086808e-05, 8.612683401727e-06, { 1, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -1.001009484451e-05, 9.507655281282e-06, { 0, 0, 3, 0, 0, -18, 12, 8, -3, 0, 0, 0, 0 } }, + { 3.832361307581e-09, -1.950953823354e-05, { 1, -2, 2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.345163580999e-05, -6.042187729909e-06, { 1, -1, 1, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.576468633395e-05, -3.716812726705e-06, { 3, 1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 5.353959348891e-08, -1.942348144902e-05, { 3, 0, -3, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.584554087635e-05, -3.627708198672e-06, { 1, -1, -2, 0, 0, 22, -21, 0, 0, 0, 0, 0, 0 } }, + { 1.284547622186e-05, -6.614526390536e-06, { 2, 0, -1, 0, 0, 0, 18, -22, 0, 0, 0, 0, 0 } }, + { 4.275744581544e-08, -1.941638865994e-05, { 0, 2, 0, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.411378286722e-05, -5.343560468577e-06, { 0, 0, 1, 0, 0, 0, 3, -6, 3, 0, 0, 0, 0 } }, + { 1.525954069842e-05, -4.196537475789e-06, { 0, 0, 2, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 3.185582737769e-06, 1.626397689897e-05, { 1, -1, -1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 8.951213964372e-06, -1.049804289842e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0 } }, + { 1.017187731395e-08, -1.943327878848e-05, { 1, 0, 1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.551655492357e-05, -3.920230903511e-06, { 2, 0, -2, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0 } }, + { -1.539252221443e-05, -4.040444010613e-06, { 2, 0, -1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 3.010321074327e-07, 1.913166090285e-05, { 2, 2, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.227484581871e-08, 1.941998836324e-05, { 3, 0, -1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.056813604983e-06, 1.836910161849e-05, { 1, 0, -3, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -4.501475105744e-06, 1.490053138263e-05, { 0, 0, 1, 0, 0, -12, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.813128835472e-05, -1.270580150693e-06, { 0, 0, 0, 0, 0, 15, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.445088094047e-07, -1.925693400531e-05, { 2, 0, 0, 0, 0, -3, 5, 0, 0, -4, 0, 2, 0 } }, + { -2.222875650641e-06, -1.717746932999e-05, { 2, 0, 0, 0, 1, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.131550483334e-09, -1.939399501337e-05, { 6, 0, -3, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.749356792582e-06, 1.764956118108e-05, { 0, 0, 0, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { -1.444732503364e-07, 1.924945098467e-05, { 2, 0, 0, 0, 0, 3, -5, 0, 0, 4, 0, -2, 0 } }, + { -2.201106644282e-06, -1.719216106633e-05, { 1, -1, 1, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 } }, + { -1.345498239052e-05, 5.935031919640e-06, { 2, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.225964168115e-07, -1.886618550149e-05, { 0, 0, 2, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { 9.345875417616e-06, -1.003659300230e-05, { 4, 0, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { 5.285676063389e-06, -1.409473689504e-05, { 4, 0, -1, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { -3.842526291169e-06, -1.553255883526e-05, { 1, -1, 0, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -2.015429020061e-06, -1.735477223293e-05, { 2, 0, -2, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { 2.553336470558e-07, 1.911391205329e-05, { 6, 0, -3, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -7.497451627419e-06, 1.186467884721e-05, { 2, -2, 0, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 1.427977279184e-05, -5.074984221900e-06, { 0, 0, 0, 0, 0, 13, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.150853652656e-05, -7.838408819044e-06, { 3, 0, -1, 0, 0, 0, -31, 35, 0, 0, 0, 0, 0 } }, + { -1.150853652656e-05, 7.838408819044e-06, { 1, 0, -1, 0, 0, 0, 31, -35, 0, 0, 0, 0, 0 } }, + { -4.512979144571e-06, 1.482987500888e-05, { 2, 0, 0, 0, 0, -15, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.097266604141e-05, 8.364779654433e-06, { 6, 0, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.643847120085e-05, 2.888835033086e-06, { 1, 1, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -6.899421949600e-06, 1.242194827815e-05, { 1, 0, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -4.958028594829e-06, 1.436036033661e-05, { 2, 0, -1, 0, 0, 0, 4, 0, -3, -5, 0, 0, 0 } }, + { -5.719250293707e-09, 1.931030986755e-05, { 2, 2, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.558735773535e-05, 3.726769164630e-06, { 2, 0, 0, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { 4.644650481520e-06, 1.466132957208e-05, { 2, 0, 0, 0, 0, 0, -12, 21, -2, 0, 0, 0, 0 } }, + { -1.579894130630e-05, -3.500487367963e-06, { 3, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.293266259945e-05, 6.365347499119e-06, { 4, 0, -2, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { -6.373583132119e-06, 1.291682542143e-05, { 0, 0, 2, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0 } }, + { -1.835568016976e-07, 1.910525823736e-05, { 0, 2, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.592966067573e-05, -3.356961150049e-06, { 4, 0, 0, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { 4.676456368786e-07, -1.881771269736e-05, { 3, 1, -1, 0, 0, -32, 28, 0, 0, 0, 0, 0, 0 } }, + { -4.676456368786e-07, 1.881771269736e-05, { 3, 1, -3, 0, 0, -32, 28, 0, 0, 0, 0, 0, 0 } }, + { -7.402572604257e-06, 1.187402143877e-05, { 2, 0, -1, 0, 0, -1, 5, -3, 0, 0, 0, 0, 0 } }, + { -3.163863667994e-06, -1.611025561843e-05, { 1, -1, -1, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -2.115883721361e-07, -1.906087004399e-05, { 2, -2, -1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 1.305126537620e-05, -6.189548041555e-06, { 4, -2, 0, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { -6.827628048992e-06, -1.240086886190e-05, { 0, 2, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -2.405073959510e-06, 1.680964437289e-05, { 2, 0, 1, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 1.819721417742e-05, -1.016799207370e-06, { 2, -2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 7.730316290861e-06, -1.148344255916e-05, { 2, 0, -1, 0, 0, 0, 4, 0, -7, 5, 0, 0, 0 } }, + { -7.437121088191e-06, -1.177301524667e-05, { 2, -2, 0, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 3.621976306860e-09, -1.919925009995e-05, { 4, -2, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.172799437848e-06, -1.602990537022e-05, { 1, 1, -1, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { 6.913595372754e-06, -1.228640486553e-05, { 1, 0, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 1.429145137743e-05, 4.908234736178e-06, { 1, -1, 1, 0, 0, -3, 6, 0, 0, -2, 0, 0, 0 } }, + { -1.429145137743e-05, -4.908234736178e-06, { 1, -1, -1, 0, 0, -3, 6, 0, 0, -2, 0, 0, 0 } }, + { 1.234081894162e-05, 6.857655236090e-06, { 2, 0, -1, 0, 0, 0, 17, -19, 0, 0, 0, 0, 0 } }, + { -1.555044968586e-05, 3.647534176599e-06, { 1, -1, 1, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.402630816546e-05, -5.170956171468e-06, { 1, 1, -2, 0, 0, -22, 23, 0, 0, 0, 0, 0, 0 } }, + { 1.050456317305e-05, -8.691802886280e-06, { 4, 0, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { -1.149599441564e-08, 1.917697769267e-05, { 1, 0, 1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.524819037533e-05, 3.935717160843e-06, { 1, 1, -1, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.327671054527e-05, -5.902632747802e-06, { 1, 1, -2, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -1.439097028918e-07, 1.903533131453e-05, { 6, -2, -2, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 5.311684648294e-07, -1.863667494147e-05, { 1, -1, 1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 2.283241243323e-06, 1.686520612238e-05, { 0, 0, 2, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { 2.029951505633e-07, 1.894248428205e-05, { 2, 0, -1, 0, 0, 3, -5, 0, 0, 2, 0, 0, 0 } }, + { -6.842799911012e-06, -1.229426617306e-05, { 4, 0, 0, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { 2.857470593166e-06, 1.627258616442e-05, { 2, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.873065568334e-06, 1.525238440099e-05, { 0, 0, 1, 0, 3, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.906539406642e-06, -1.321848960411e-05, { 0, 0, 1, 0, 0, -2, 6, -5, 0, 0, 0, 0, 0 } }, + { 1.546390002170e-05, 3.659658687813e-06, { 1, -1, 2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.838141466075e-05, 7.403269071762e-07, { 4, -2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -8.124151739823e-06, 1.097411314358e-05, { 2, 0, -2, 0, 0, 0, 4, 0, -3, 0, 0, 0, 0 } }, + { -1.409128570178e-05, 4.991850619153e-06, { 4, 0, -1, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { 7.029523315114e-06, 1.205024643365e-05, { 0, 0, 0, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0 } }, + { -8.158328376061e-06, -1.091777631179e-05, { 4, 0, -1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -2.938898533498e-07, 1.876789882618e-05, { 2, -2, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -3.898660053725e-06, 1.513109169996e-05, { 2, 0, 2, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 4.309223241518e-06, -1.471512475944e-05, { 1, -1, 1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.657251277539e-05, 2.446142513402e-06, { 1, -1, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.296644582298e-05, -6.047215935531e-06, { 2, 0, 0, 0, 0, 0, -11, 13, 0, 0, 0, 0, 0 } }, + { -1.779297119224e-05, 1.218264832008e-06, { 3, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.361571857494e-05, 5.376727355932e-06, { 1, -1, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 1.370753420359e-05, 5.261290538190e-06, { 3, 1, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -9.799304755219e-07, 1.798033359940e-05, { 6, 0, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 1.378375865912e-05, -5.146598653614e-06, { 2, 0, -4, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { -1.199702898822e-05, -6.932839792380e-06, { 0, 0, 2, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 1.513505855057e-05, 3.775853882001e-06, { 1, -1, -1, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.486633494304e-05, -4.041984715784e-06, { 1, 1, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -3.793248719245e-07, 1.852658594045e-05, { 2, 0, -3, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 2.604312338596e-06, 1.628231193751e-05, { 1, 1, -1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.210319688583e-06, -1.767515992318e-05, { 2, 0, 0, 0, 0, 0, -4, 0, 0, 4, 0, 0, 0 } }, + { 2.921219793137e-07, 1.859234725291e-05, { 2, -2, 0, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 8.463067002998e-06, 1.041875670461e-05, { 2, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { -7.645710715615e-06, 1.123462016795e-05, { 2, 0, 0, 0, 0, 0, 18, -23, 0, 0, 0, 0, 0 } }, + { -8.696464687116e-06, -1.017804001248e-05, { 0, 0, 1, 0, 0, 4, -8, 0, 0, 0, 0, 0, 0 } }, + { 6.729646140214e-06, 1.214014289274e-05, { 1, 0, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 1.808173029074e-05, 7.862011556328e-07, { 2, -2, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 1.186896576607e-05, -6.997388022159e-06, { 2, -2, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 1.600808954361e-05, -2.846643351938e-06, { 4, 0, -2, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.283477606978e-05, 6.018177015705e-06, { 1, 1, -1, 0, 0, 0, 7, -12, 0, 0, 0, 0, 0 } }, + { 6.140070023403e-06, 1.270340518731e-05, { 2, 0, 1, 0, 0, -8, 6, 0, 0, 0, 0, 0, 0 } }, + { -4.611975108375e-07, -1.837984207340e-05, { 4, 0, -3, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.106619169462e-05, 7.770162479822e-06, { 1, -1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -1.865086911634e-05, 1.826860234190e-07, { 0, 0, 1, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0 } }, + { 8.483624341366e-06, 1.034387341603e-05, { 0, 0, 2, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { 2.854793148304e-06, 1.597267462820e-05, { 1, 0, 0, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { -3.505118302866e-06, 1.531991700391e-05, { 2, 0, -3, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -3.087408925096e-06, 1.573421452128e-05, { 1, 1, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -5.429231831587e-06, -1.338946922128e-05, { 1, 0, 1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.483466652426e-05, 3.945682026120e-06, { 2, 0, -1, 0, 0, 0, 2, -6, 3, 0, 0, 0, 0 } }, + { 1.364374337906e-07, -1.864378226712e-05, { 4, 0, -3, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -6.802117546572e-06, 1.196882557568e-05, { 2, 0, -1, 0, 2, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.818361877470e-07, -1.837998069577e-05, { 1, -1, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.040803904777e-06, -1.670998284135e-05, { 2, 0, 0, 0, 0, 0, 2, 0, -1, -2, 0, 0, 0 } }, + { 2.575090072725e-07, -1.849196852165e-05, { 2, 0, 3, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.631028950507e-05, 2.433224828243e-06, { 2, 0, -1, 0, 0, 0, -9, 12, 0, 0, 0, 0, 0 } }, + { 1.754390495813e-05, 1.183798272875e-06, { 0, 0, 0, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0 } }, + { -1.474827610695e-05, -3.965388033039e-06, { 2, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0 } }, + { 3.652158013468e-06, 1.504379759855e-05, { 1, -1, 1, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { -3.051572788753e-07, 1.839074023822e-05, { 3, 0, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.058150235940e-06, -1.362331526727e-05, { 2, 0, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { -5.725667469107e-06, 1.293895573484e-05, { 4, 0, -2, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.199893972468e-05, -6.659577324444e-06, { 1, 0, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -6.375075775973e-06, 1.226550846305e-05, { 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { 1.215618278192e-05, -6.481601946479e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 4, -4, 0, 0, 0 } }, + { -4.474051552898e-06, 1.414889230746e-05, { 0, 0, 3, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.805886959170e-05, 5.557838349703e-07, { 0, 0, 0, 0, 0, 26, -27, 0, 0, 0, 0, 0, 0 } }, + { 1.132796303748e-05, 7.285321262256e-06, { 2, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.061496445721e-05, -7.997574566451e-06, { 0, 0, 3, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.171804919372e-05, 6.889269724479e-06, { 1, 1, 1, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { 4.244471092185e-06, -1.435418722058e-05, { 0, 0, 2, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -1.820637939652e-05, -3.842090430054e-07, { 2, 0, 0, 0, 0, 0, 18, -21, 0, 0, 0, 0, 0 } }, + { 1.448360617223e-05, 4.104283777568e-06, { 2, -2, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 2.750114514776e-08, -1.855563352083e-05, { 4, 0, -2, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 1.066539131717e-08, 1.856991133402e-05, { 4, 0, -2, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.004642585589e-05, 8.532222842932e-06, { 4, 0, -3, 0, 0, 0, 3, -2, -2, 0, 0, 0, 0 } }, + { 1.447425985886e-05, -4.100826681735e-06, { 2, -2, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.030440410790e-05, 8.260364100594e-06, { 2, 0, 0, 0, 0, 0, 10, -21, 2, 0, 0, 0, 0 } }, + { -1.168162923547e-05, -6.874187920965e-06, { 0, 0, 3, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -6.112838701043e-06, -1.244026593801e-05, { 2, 0, -2, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.022477583828e-05, -8.325473839113e-06, { 2, 0, -1, 0, 1, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { -3.407911494746e-08, -1.851356728045e-05, { 2, 0, 2, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.783525217924e-05, 7.107537335682e-07, { 0, 0, 1, 0, 0, -19, 20, 0, 0, 0, 0, 0, 0 } }, + { 4.640016465237e-08, 1.849902952289e-05, { 0, 0, 2, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { 5.814964631895e-06, 1.272821794292e-05, { 2, 0, -2, 0, 0, 9, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.307593191587e-05, -5.461041220841e-06, { 1, 1, 0, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -1.009423318570e-05, -8.432524706781e-06, { 1, -1, 0, 0, 0, 16, -13, 0, 0, 0, 0, 0, 0 } }, + { 5.068001698656e-06, -1.345414055899e-05, { 2, 0, 0, 0, 0, 0, 6, 0, -8, 0, 0, 0, 0 } }, + { 3.504487215583e-06, 1.501262594041e-05, { 2, 0, 1, 0, 0, 6, -10, 0, 3, 0, 0, -1, 0 } }, + { 3.504125736034e-06, -1.501212563596e-05, { 2, 0, 1, 0, 0, -6, 10, 0, -3, 0, 0, 1, 0 } }, + { 1.221535626927e-06, -1.728808157145e-05, { 0, 2, -2, 0, 0, -25, 27, 0, 0, 0, 0, 0, 0 } }, + { 1.053557534894e-05, 7.970519487895e-06, { 0, 0, 1, 0, 0, 0, 11, -19, 0, 0, 0, 0, 0 } }, + { -3.524526534376e-06, 1.497371026724e-05, { 1, 1, -2, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { 1.141113857631e-05, 7.085212511268e-06, { 1, 0, -2, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -1.570089722466e-05, -2.793305136663e-06, { 0, 0, 3, 0, 0, -10, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.787408896760e-05, -6.140371587282e-07, { 2, 0, -1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -9.475826774244e-06, -9.007154155566e-06, { 0, 0, 1, 0, 0, 18, -12, -8, 3, 0, 0, 0, 0 } }, + { 1.264775226409e-08, -1.844040953039e-05, { 3, 0, -2, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.666073899160e-05, -1.784963724130e-06, { 2, 0, -2, 0, 0, 16, -16, 7, -8, 6, 0, 0, 0 } }, + { 1.167066650800e-05, -6.771144217293e-06, { 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, -1, 2, 0 } }, + { 2.321918374488e-07, -1.819721007857e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0 } }, + { 8.007781829713e-06, -1.041218187298e-05, { 2, 0, -2, 0, 0, -12, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.164816938959e-05, 6.767926248562e-06, { 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0 } }, + { -1.212325097874e-05, 6.287879576049e-06, { 2, 0, 0, 0, 0, 0, 19, -23, 0, 0, 0, 0, 0 } }, + { 8.993347875829e-06, -9.415105852312e-06, { 4, 0, -2, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -7.550034716194e-07, -1.765075451736e-05, { 0, 0, 2, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.494679208264e-05, 3.458207198569e-06, { 1, -1, 3, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 3.016193538768e-06, -1.538678611207e-05, { 2, 0, 0, 0, 0, 0, 2, 0, -5, 2, 0, 0, 0 } }, + { 3.493848130561e-09, -1.839722195674e-05, { 3, 0, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.950722767340e-06, -1.544945069139e-05, { 4, 0, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -1.269536938910e-05, 5.704086713676e-06, { 2, 0, -1, 0, 0, 1, 6, -11, 0, 0, 0, 0, 0 } }, + { -1.078405354440e-05, 7.600375846821e-06, { 2, 0, 3, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 6.421176446517e-06, -1.195179510894e-05, { 2, -2, 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 7.719740506537e-06, -1.065007584753e-05, { 1, -1, 0, 0, 0, 20, -18, 0, 0, 0, 0, 0, 0 } }, + { 1.816615675630e-05, -2.010818948177e-07, { 2, 0, -3, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.514768533797e-06, -1.284982432908e-05, { 2, 0, -1, 0, 0, 0, 15, -22, 0, 0, 0, 0, 0 } }, + { -1.021352796014e-05, -8.150271682887e-06, { 1, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { -1.162737090686e-05, -6.730984853553e-06, { 0, 2, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 3.239181775855e-07, 1.803147187490e-05, { 0, 0, 0, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { 1.661792172398e-05, 1.730472982396e-06, { 2, -2, 1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -1.660639981482e-05, 1.736439776653e-06, { 4, 0, -1, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { 1.499240732988e-05, 3.347221877480e-06, { 2, -2, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.164552159405e-06, -1.417126158663e-05, { 1, -1, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 1.446127170887e-05, -3.872928208608e-06, { 1, -1, 3, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 1.483080909655e-05, -3.501448048350e-06, { 1, 1, 1, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.427867952866e-05, 4.053067000417e-06, { 1, 0, -1, 0, 0, 0, -35, 41, -2, 0, 0, 0, 0 } }, + { 1.418761922993e-05, -4.144032914874e-06, { 0, 0, 1, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { 2.383862213507e-07, -1.809315489776e-05, { 0, 0, 1, 0, 0, 3, -5, 2, 0, 0, 0, 0, 0 } }, + { -1.445815239614e-05, 3.872209347774e-06, { 1, -1, -3, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -4.892434935526e-08, -1.828108720057e-05, { 0, 2, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.208054244489e-05, 6.237294000525e-06, { 1, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -1.201285270119e-07, 1.819753524663e-05, { 0, 2, -2, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { 2.692502435402e-06, 1.562357013340e-05, { 2, 0, -1, 0, 0, 3, -5, 0, 3, 0, 0, 0, 0 } }, + { -6.075332128918e-06, -1.223813836173e-05, { 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { 3.177941007505e-06, -1.512451330229e-05, { 3, 0, 1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { 3.177941007505e-06, 1.512451330229e-05, { 1, 0, 1, 0, 0, 23, -25, 0, 0, 0, 0, 0, 0 } }, + { -1.658504971422e-05, -1.714731474530e-06, { 4, 0, -1, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -1.688061099659e-05, 1.414975835660e-06, { 0, 0, 1, 0, 0, 3, -5, 0, 0, 4, -1, 0, 0 } }, + { -1.688033375636e-05, -1.414868068506e-06, { 0, 0, 1, 0, 0, -3, 5, 0, 0, -4, 1, 0, 0 } }, + { -1.166386219723e-05, 6.631228033416e-06, { 0, 0, 1, 0, 0, 6, -14, 8, 0, 0, 0, -1, 0 } }, + { -1.166386219723e-05, -6.631228033416e-06, { 0, 0, 1, 0, 0, -6, 14, -8, 0, 0, 0, 1, 0 } }, + { 1.792856808674e-05, -3.636900788269e-07, { 2, 0, 1, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.542607483745e-05, 2.865922239644e-06, { 1, 1, -3, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.480344718653e-05, -3.487719228116e-06, { 1, 1, -1, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { 6.429194196720e-06, 1.185787264175e-05, { 2, 0, -1, 0, 0, 0, 7, -10, 2, 0, 0, 0, 0 } }, + { -1.019217996799e-05, -8.090253630978e-06, { 2, 0, 1, 0, 0, -15, 11, 0, 0, 0, 0, 0, 0 } }, + { -8.003181613778e-07, -1.748162094037e-05, { 4, 0, -2, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { -7.383478879099e-06, 1.088200824697e-05, { 4, 0, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -8.119534005805e-07, -1.744842654913e-05, { 2, 0, -1, 0, 0, 5, -6, 0, 1, 0, 0, 0, 0 } }, + { 6.077486403332e-06, 1.218006032299e-05, { 0, 2, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.714283533969e-07, -1.808063195873e-05, { 2, 0, 1, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.585881298876e-05, 2.391185150192e-06, { 2, 0, 0, 0, 0, 18, -21, 0, 0, 0, 0, 0, 0 } }, + { 1.078884585117e-05, 7.440111742740e-06, { 2, 0, 1, 0, 0, 0, -2, 0, 5, -5, 0, 0, 0 } }, + { 1.437209905470e-05, 3.841735565131e-06, { 1, -1, 0, 0, 0, -11, 12, 0, 0, 0, 0, 0, 0 } }, + { 3.173551756421e-06, -1.503785189968e-05, { 1, -1, -1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -4.364696927871e-06, -1.382414639077e-05, { 2, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -1.764235752120e-05, 5.443680711322e-07, { 2, 0, -1, 0, 0, -14, 15, 0, 0, 0, 0, 0, 0 } }, + { 2.762209475779e-06, 1.541795489815e-05, { 2, -2, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 1.470059358850e-05, 3.476321367465e-06, { 5, -1, -2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.681680714119e-05, 1.354302327489e-06, { 1, -1, 1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { 6.360181867579e-06, -1.181012850112e-05, { 3, 0, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -1.473010779281e-05, -3.436135596157e-06, { 1, -1, -1, 0, 0, 16, -15, 0, 0, 0, 0, 0, 0 } }, + { 5.999505775849e-06, -1.215254319295e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 2, 1, 0, 0, 0 } }, + { -1.583359174276e-05, -2.316895986279e-06, { 0, 0, 1, 0, 0, 0, -10, 13, 0, 0, 0, 0, 0 } }, + { -2.548542388369e-06, -1.560168317570e-05, { 2, 0, 1, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -1.140124425641e-07, 1.803384178530e-05, { 3, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.378842546575e-05, -4.352867751319e-06, { 6, 0, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.369727915176e-05, -4.439665965725e-06, { 2, 0, 0, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { 4.374424960379e-07, -1.769584697763e-05, { 2, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.260701103353e-07, -1.760077697928e-05, { 2, 0, 0, 0, 0, 3, -4, 0, 1, 0, 0, 0, 0 } }, + { -1.441238336704e-06, 1.668271285085e-05, { 2, 0, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0, 0 } }, + { 7.576078244815e-07, 1.735971786876e-05, { 6, 0, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -7.808250210093e-07, -1.733058239489e-05, { 2, 0, 1, 0, 0, 0, -4, 0, 5, 0, 0, 0, 0 } }, + { 1.491602671061e-05, 3.189465658914e-06, { 2, -2, 0, 0, -1, 28, -26, 0, 0, 0, 0, 0, 0 } }, + { -1.491602671061e-05, -3.189465658914e-06, { 2, -2, -2, 0, -1, 28, -26, 0, 0, 0, 0, 0, 0 } }, + { -6.434680153408e-09, 1.809828396681e-05, { 2, 2, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.784056184628e-05, 2.607569169351e-07, { 0, 0, 1, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.530658253793e-05, -2.792770178947e-06, { 2, 0, -1, 0, 0, 16, -19, 0, 0, 0, 0, 0, 0 } }, + { 1.396348996843e-05, -4.131919577593e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -7, 10, 0, 0, 0 } }, + { 1.463327858025e-05, 3.460550425420e-06, { 3, -1, -1, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.086848715776e-07, -1.797101254698e-05, { 0, 2, -1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 8.478015527399e-06, 9.600703442185e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 1, -2, 0, 0, 0 } }, + { -1.739223506387e-05, -6.864836548435e-07, { 2, -2, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.697129187057e-05, -1.105668895397e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, 3, 0, 0 } }, + { -1.749031235732e-05, 5.695388204980e-07, { 2, 0, -1, 0, 0, -12, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.821779935066e-08, 1.803269712414e-05, { 3, -2, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.209532233234e-05, -5.951794356379e-06, { 4, 0, -2, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -1.430357275592e-05, 3.739258530997e-06, { 3, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.416147021336e-05, 3.876441061126e-06, { 1, -1, -1, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { 6.379427999587e-06, 1.165538622470e-05, { 2, -2, 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.387809716568e-05, -4.145964334706e-06, { 4, 0, -1, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.058254874946e-06, 1.595420748773e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0 } }, + { -1.450306284212e-05, -3.509320058359e-06, { 3, 0, -2, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.094667648546e-06, -1.591361400626e-05, { 0, 0, 2, 0, 0, 0, 0, 0, -4, 10, 0, 0, 0 } }, + { -1.660995776126e-06, -1.634670500683e-05, { 4, 0, -1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { 1.451369094610e-05, -3.485097085190e-06, { 3, -1, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.214662301773e-06, 1.377953004269e-05, { 0, 0, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 1.406965815840e-05, -3.917425827949e-06, { 2, -2, 1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 2.248325923505e-06, 1.573381894162e-05, { 2, -2, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -2.063373341056e-07, -1.776934448702e-05, { 4, 0, 1, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.441997374895e-05, 3.546592927243e-06, { 1, -1, -2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.444631000298e-05, -3.511929385884e-06, { 0, 1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.404398032442e-05, 3.910314049891e-06, { 2, -2, 1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 5.850878855217e-06, -1.210203232915e-05, { 4, 0, -1, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0 } }, + { -1.512518627770e-05, -2.823421237892e-06, { 2, 0, -2, 0, 0, 21, -22, 0, 0, 0, 0, 0, 0 } }, + { 9.829120735536e-06, 8.095967207734e-06, { 0, 2, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.193315416442e-05, -5.991683343224e-06, { 1, 0, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -1.332204009585e-05, -4.601410621514e-06, { 1, 0, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 2.608712888780e-06, 1.531273187578e-05, { 2, 0, 0, 0, 0, 3, -5, 0, 3, 0, 0, 0, 0 } }, + { -3.271418108342e-06, -1.464978517734e-05, { 2, -2, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.005933322391e-05, 7.851861813170e-06, { 1, -1, 2, 0, 0, 0, -34, 41, 0, 0, 0, 0, 0 } }, + { -1.005933322391e-05, -7.851861813170e-06, { 1, -1, 0, 0, 0, 0, -34, 41, 0, 0, 0, 0, 0 } }, + { 4.124721923501e-06, -1.377353145806e-05, { 0, 0, 2, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { -4.272271607653e-06, 1.361670281664e-05, { 4, 0, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.713065035634e-05, -7.572915463254e-07, { 3, -2, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.765441717718e-08, 1.782978323458e-05, { 2, 0, -1, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.103466286407e-05, 6.831372957685e-06, { 1, -1, 1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 1.103466286407e-05, -6.831372957685e-06, { 1, -1, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 7.444592622401e-06, 1.041314553010e-05, { 2, 0, 1, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { -1.720119834008e-05, 6.536547648157e-07, { 0, 0, 3, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 1.158510055056e-05, -6.265604272778e-06, { 3, -1, -1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { -1.148850550822e-05, -6.357231787867e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 4, -4, 0, 0, 0 } }, + { -4.546980576777e-06, 1.329588726550e-05, { 1, 0, -1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 8.965492914542e-08, 1.774731203339e-05, { 0, 0, 3, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -6.022950347720e-06, 1.180668778189e-05, { 4, 0, 0, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { 2.946490442325e-06, -1.488115992049e-05, { 2, 0, 2, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.440496991039e-05, -3.417994048013e-06, { 2, -1, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.172500528601e-07, -1.759938277459e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 0, 0, 2, 0 } }, + { -2.784000253337e-06, 1.502966082827e-05, { 3, 1, -1, 0, 0, -20, 12, 15, 0, 0, 0, 0, 0 } }, + { -2.784000253337e-06, -1.502966082827e-05, { 1, -1, 1, 0, 0, 20, -12, -15, 0, 0, 0, 0, 0 } }, + { -7.153295680323e-06, 1.065601474225e-05, { 1, -1, 0, 0, 0, 19, -17, 0, 0, 0, 0, 0, 0 } }, + { -6.300857846308e-06, 1.150267922540e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -3, -5, 0, 0, 0 } }, + { -5.894690220273e-06, -1.189799878107e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -2, -1, 0, 0, 0 } }, + { 8.380226749264e-06, 9.396154677155e-06, { 2, 0, 0, 0, 0, -8, -13, 0, 0, 0, 0, 0, 0 } }, + { -9.670979601289e-06, -8.102420488204e-06, { 1, -1, 1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 9.670979601289e-06, 8.102420488204e-06, { 1, -1, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -1.611297927350e-06, -1.615936718358e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -1, -2, 0, 0, 0 } }, + { 5.561928769939e-06, -1.220223971500e-05, { 2, 0, 0, 0, 0, 0, -3, 4, -1, 0, 0, 0, 0 } }, + { -7.366104646259e-06, -1.039369341848e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -5, 0, 0, 0, 0 } }, + { 1.180516421280e-05, -5.953196073381e-06, { 4, 0, -1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -7.940419304469e-06, 9.808437748630e-06, { 1, 1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.685234019630e-05, 8.961556991099e-07, { 4, 0, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -7.231640938497e-06, 1.051441751339e-05, { 4, 0, -1, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 8.962273948962e-06, -8.782709780385e-06, { 2, 0, -2, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { -1.531244977833e-05, 2.429818389165e-06, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0 } }, + { -1.096184626586e-05, -6.768313865870e-06, { 2, 0, -2, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0 } }, + { -1.529177674197e-05, -2.423978123202e-06, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0 } }, + { -1.369431993289e-05, -4.017321013494e-06, { 1, -2, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.616410482441e-05, 1.544348475233e-06, { 4, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.431764932581e-05, 3.390703922135e-06, { 3, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.879841091027e-07, 1.751848189092e-05, { 4, 0, 2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.221938572812e-05, -5.485960821963e-06, { 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.639547754024e-05, -1.305402392516e-06, { 2, 0, -2, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { -1.749218817668e-05, -2.035788424050e-07, { 0, 2, -1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 8.289951518184e-09, -1.767595549856e-05, { 2, 2, -2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.754702503336e-06, 1.292703348927e-05, { 2, 0, -1, 0, 0, 0, 6, 0, -8, 0, 0, 0, 0 } }, + { 1.268428724761e-05, 4.996234576147e-06, { 1, 0, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.366862961521e-05, 4.011595254197e-06, { 1, -2, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.031332194701e-05, -7.362589225436e-06, { 4, 0, -2, 0, 0, -12, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.327419025231e-05, 4.401114485381e-06, { 2, 0, -2, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { 1.393582724900e-06, 1.628099554996e-05, { 1, 0, 0, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 1.537015191002e-06, 1.613283277006e-05, { 0, 1, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 1.529668065919e-05, -2.370761367000e-06, { 0, 0, 1, 0, 0, 0, 2, 0, -6, 5, 0, 0, 0 } }, + { 2.978062752307e-06, -1.468003413654e-05, { 1, 1, -1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.197026968835e-05, -5.684706236310e-06, { 0, 0, 2, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { 1.196559038632e-05, 5.679740434741e-06, { 2, 0, -3, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.957709809895e-09, -1.764060350702e-05, { 0, 0, 2, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 7.846280836185e-07, 1.685702946128e-05, { 6, 0, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.513956669215e-06, 1.612698593345e-05, { 1, 0, 0, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { 1.141788823103e-08, -1.762923576284e-05, { 2, -2, -2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.324095964554e-05, 4.398408520494e-06, { 2, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { 7.098511565742e-06, -1.053935778587e-05, { 0, 0, 1, 0, 0, 6, -11, 0, 3, 0, 0, 0, 0 } }, + { 1.252710671530e-06, 1.637965904566e-05, { 3, 0, -1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 1.338835581186e-05, 4.242977853088e-06, { 2, 0, -1, 0, 0, -3, 8, -4, 0, 0, 0, 0, 0 } }, + { -4.141654628401e-06, 1.348705212123e-05, { 2, 0, -2, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.558073862254e-05, 2.043222500291e-06, { 3, -1, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.233264111632e-05, -5.280900738876e-06, { 3, -3, 1, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { 1.233264111632e-05, 5.280900738876e-06, { 1, 3, -1, 0, 0, -25, 26, 0, 0, 0, 0, 0, 0 } }, + { -4.541401545526e-06, -1.306725816579e-05, { 4, -2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -3.198100460332e-06, -1.440730613102e-05, { 2, 2, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -9.753464871508e-06, 7.823626234404e-06, { 2, 0, 1, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { -1.696805135655e-05, 6.090204961460e-07, { 0, 2, 0, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 2.193769830392e-09, -1.757282407367e-05, { 1, 0, 0, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.533861840017e-06, -1.503803937091e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 2, -3, 0, 0, 0 } }, + { -4.188686026533e-06, -1.338143392778e-05, { 1, 1, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.413976024776e-06, 1.215094881296e-05, { 1, 0, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 3.000120978728e-07, -1.726144551395e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -4, 1, 0, 0, 0 } }, + { -9.818266519245e-06, 7.732822739283e-06, { 0, 2, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 8.128679754936e-06, -9.421401474979e-06, { 0, 0, 1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.420445866593e-05, 3.336185712724e-06, { 1, -1, 1, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { 3.363114066896e-08, -1.749595907732e-05, { 4, 0, -3, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -1.923844286729e-07, -1.733219773638e-05, { 2, 0, 0, 0, 0, 29, -29, 0, 0, 0, 0, 0, 0 } }, + { -1.414874736352e-05, -3.368663357339e-06, { 2, 1, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.934629244369e-06, -1.557961068898e-05, { 0, 0, 2, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { -1.426760766792e-05, 3.237063281940e-06, { 0, 0, 1, 0, 0, 0, -9, 11, 0, 0, 0, 0, 0 } }, + { 2.045499793717e-07, -1.729926907443e-05, { 2, 0, 0, 0, 0, -3, 5, 0, 0, -2, 0, 0, 0 } }, + { -8.887636635503e-06, 8.615854942380e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 5, -2, 0, 0, 0 } }, + { 2.685847027185e-06, 1.480823432190e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -2, 3, 0, 0, 0 } }, + { 2.955770351253e-06, 1.453753842679e-05, { 1, -1, 0, 0, 0, 14, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.772612106399e-06, 1.572021266205e-05, { 2, 0, 1, 0, 0, 5, -9, 0, 0, 0, 0, 0, 0 } }, + { 9.157832945585e-06, 8.323648051559e-06, { 1, -1, 0, 0, 4, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.051362840853e-05, 6.967129413494e-06, { 0, 2, -2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.023974442265e-05, -7.235909912856e-06, { 3, 0, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.083707318146e-06, -1.637743308966e-05, { 0, 0, 3, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -2.653289801811e-06, -1.478940305069e-05, { 6, 0, -2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 1.608427846841e-07, 1.727205057263e-05, { 4, 0, -2, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { -1.553213099834e-05, -1.900144345201e-06, { 1, -1, 1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 1.553213099834e-05, 1.900144345201e-06, { 1, -1, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 2.916218001397e-06, -1.451572569419e-05, { 1, 1, -1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -9.560853682109e-06, 7.869482624039e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 5, -2, 0, 0, 0 } }, + { -5.144605118422e-06, -1.227591889740e-05, { 2, 0, 1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 1.686973732565e-05, 5.442225648154e-07, { 0, 0, 1, 0, 0, 0, 12, -15, 0, 0, 0, 0, 0 } }, + { 1.776241865209e-07, -1.722702524799e-05, { 4, -2, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 5.900545142106e-08, 1.734398104179e-05, { 0, 0, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { 2.262493858698e-06, 1.513463800610e-05, { 4, 0, -3, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { 1.779640092179e-07, -1.721208498337e-05, { 2, 0, -1, 0, 0, -3, 5, 0, 0, -2, 0, 0, 0 } }, + { -1.607679213105e-05, -1.310158710098e-06, { 1, -1, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -1.624273202165e-06, -1.575870169898e-05, { 2, 0, -1, 0, 0, 24, -26, 0, 0, 0, 0, 0, 0 } }, + { 1.044197627095e-05, 6.940387725628e-06, { 1, 0, -3, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.458444430755e-05, 2.794805929670e-06, { 3, -1, -3, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -1.124366749959e-05, -6.120459726096e-06, { 2, 0, 0, 0, 0, 0, 18, -20, 0, 0, 0, 0, 0 } }, + { 1.673252951143e-05, 6.227860994854e-07, { 0, 0, 1, 0, 0, 23, -24, 0, 0, 0, 0, 0, 0 } }, + { -1.398450089199e-05, 3.370315000872e-06, { 2, 0, -2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 8.912750710579e-06, 8.440470184493e-06, { 2, 0, 0, 0, 0, -17, 22, -11, 0, 0, 0, 0, 0 } }, + { -8.912750710579e-06, -8.440470184493e-06, { 2, 0, -2, 0, 0, -17, 22, -11, 0, 0, 0, 0, 0 } }, + { 6.091076019338e-07, -1.672823244565e-05, { 2, 0, 1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -9.321626156228e-06, 8.011694384085e-06, { 2, 0, 0, 0, 1, 0, -11, 11, 0, 0, 0, 0, 0 } }, + { -8.180114294836e-06, -9.152444889387e-06, { 2, 0, 0, 0, 0, 0, 1, 0, -1, -5, 0, 0, 0 } }, + { -9.570506954521e-06, 7.757581347185e-06, { 1, 1, 0, 0, 0, -13, 10, 0, 0, 0, 0, 0, 0 } }, + { -3.966246682341e-06, -1.335911465092e-05, { 1, -1, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.062937749321e-05, -6.692437769570e-06, { 1, 1, -2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 3.750400605290e-06, -1.356758969538e-05, { 2, 0, 1, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0 } }, + { 1.114938622129e-05, -6.164976271586e-06, { 2, 0, -1, 0, 0, 6, -12, 8, -3, 0, 0, 0, 0 } }, + { 5.376344496563e-08, 1.725597268848e-05, { 2, -2, 0, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { 5.417833580655e-06, -1.188967087919e-05, { 4, 0, -2, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.642631940339e-06, -7.664077233890e-06, { 2, 0, 1, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { -3.946335266643e-06, -1.335906321917e-05, { 0, 0, 1, 0, 0, 0, 3, -8, 0, 0, 0, 0, 0 } }, + { 1.507380742374e-05, -2.229186137737e-06, { 1, 0, 0, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { 2.785190005125e-06, 1.451164049068e-05, { 1, -1, 1, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.397790082486e-05, 3.315489685312e-06, { 1, 1, -2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.658845968244e-05, -7.009872538906e-07, { 0, 0, 2, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -4.387845549494e-06, -1.289601974461e-05, { 1, -1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.590118628931e-06, -1.468436227839e-05, { 4, 0, -1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 8.139729824217e-06, 9.129020719474e-06, { 0, 0, 2, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.601590217470e-07, 1.710632717106e-05, { 2, -2, 1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 1.506080491017e-05, 2.197373590269e-06, { 1, 0, 0, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { 5.631295595347e-06, 1.161740096852e-05, { 2, 0, 1, 0, 0, -9, 7, 0, 0, 0, 0, 0, 0 } }, + { 3.475829037674e-06, 1.377195662840e-05, { 0, 0, 0, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0 } }, + { -4.975610020721e-06, 1.226322472312e-05, { 1, 1, -1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 9.289651297672e-06, 7.945405566396e-06, { 0, 0, 1, 0, 0, 0, 1, -4, 2, 0, 0, 0, 0 } }, + { 5.747551815714e-07, -1.665104567156e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 3, 0, 0, 0 } }, + { 5.672791598353e-06, -1.154966240673e-05, { 0, 0, 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.372613435164e-06, 1.584924775807e-05, { 2, 0, 1, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.421519569734e-05, 2.998496191642e-06, { 4, 0, -2, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.153225822427e-05, 5.675725517623e-06, { 2, 0, -2, 0, 0, 0, 10, -14, 0, 0, 0, 0, 0 } }, + { -1.064079150295e-05, 6.562738177672e-06, { 1, 0, 0, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -6.692418875301e-06, -1.049431352816e-05, { 2, 0, 0, 0, 0, 0, 16, -17, 0, 0, 0, 0, 0 } }, + { -9.315655077275e-06, -7.845038689156e-06, { 4, 0, -2, 0, 0, 0, -33, 40, 3, 0, 0, 0, 0 } }, + { -9.315655077275e-06, 7.845038689156e-06, { 0, 0, 0, 0, 0, 0, 33, -40, -3, 0, 0, 0, 0 } }, + { 7.262413440261e-06, 9.886631144460e-06, { 2, 0, -1, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { 1.664262786034e-05, 5.046805701752e-07, { 1, 0, -2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -6.187929303319e-06, -1.095167105830e-05, { 2, 0, 3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -5.539741054181e-06, -1.159724692611e-05, { 3, -1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 1.108881629940e-05, 6.027941698013e-06, { 1, -1, 1, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.593406726336e-06, -1.451691568219e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 1, 0, 0, 0 } }, + { -1.649571515966e-05, -6.100222058065e-07, { 0, 0, 1, 0, 0, 0, 3, 0, 0, -4, 0, 0, 0 } }, + { 6.912345311763e-06, -1.018739905458e-05, { 2, 0, -1, 0, 0, 0, 18, -23, 0, 0, 0, 0, 0 } }, + { 6.678290813541e-06, 1.041857399477e-05, { 0, 0, 1, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0 } }, + { -2.889484719379e-08, 1.706690422757e-05, { 3, 0, -1, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -2.764917776609e-06, 1.432749861436e-05, { 1, -1, 1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -5.639476263712e-06, 1.144915323179e-05, { 1, 0, 0, 0, 0, 6, -4, 0, 0, 0, 0, 0, 0 } }, + { 6.480841898297e-06, -1.059799186473e-05, { 2, 0, -1, 0, 0, 0, 13, -12, 0, 0, 0, 0, 0 } }, + { 4.354940570451e-08, -1.703477564296e-05, { 0, 2, 0, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.463435435722e-05, -2.439418572471e-06, { 1, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.085912406874e-05, -6.211434650019e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 4, -4, 0, 0, 0 } }, + { 1.340580121026e-05, 3.663136936326e-06, { 0, 0, 1, 0, 0, 0, 2, -6, 3, 0, 0, 0, 0 } }, + { 5.610680372880e-06, 1.145629985761e-05, { 2, 0, 1, 0, 0, -12, 10, 0, 0, 0, 0, 0, 0 } }, + { 4.033272729168e-07, -1.666132582522e-05, { 4, 0, -3, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { 1.312564906816e-05, -3.931518038568e-06, { 2, 0, -1, 0, 0, 0, -6, 10, -3, 0, 0, 0, 0 } }, + { -1.511682131792e-05, -1.934508450972e-06, { 1, -1, 0, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.014726869344e-07, 1.693285376038e-05, { 2, 0, 1, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { 3.474513563961e-06, 1.354922747686e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 2, -2, 0, 0, 0 } }, + { -8.032543339449e-07, -1.621958212384e-05, { 2, 0, 1, 0, 0, 0, -2, 0, 4, -2, 0, 0, 0 } }, + { 9.305053069026e-06, 7.714565945362e-06, { 1, 1, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -4.767471270172e-08, -1.696863908529e-05, { 4, 0, -3, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.652040150984e-05, 4.921557032924e-07, { 1, 0, -1, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { 1.010210852194e-05, 6.908285253869e-06, { 0, 0, 1, 0, 0, 0, 3, -6, 1, 0, 0, 0, 0 } }, + { 1.375874220730e-05, 3.251023018702e-06, { 0, 1, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.378576352258e-05, -3.222328234972e-06, { 1, 1, -1, 0, 0, -13, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.228897550685e-05, -4.712183402300e-06, { 3, 1, -3, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 5.608427157437e-06, 1.139218532235e-05, { 4, 0, -1, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { -8.533167750954e-09, 1.698954663435e-05, { 1, 0, 0, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { -9.666274312174e-06, 7.331609541224e-06, { 0, 0, 1, 0, 0, 0, -7, 10, -1, 0, 0, 0, 0 } }, + { -1.464145722395e-05, -2.331723978340e-06, { 2, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.651950649873e-05, 4.499465071631e-07, { 2, 0, -1, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.356784873071e-05, 3.380172701510e-06, { 1, 0, 0, 0, 0, 0, 1, 0, -5, 9, 0, 0, 0 } }, + { -3.903703767864e-06, 1.304245657289e-05, { 2, 0, 3, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -1.432178558707e-05, 2.621008585329e-06, { 4, 0, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 1.606318150379e-06, -1.532951787271e-05, { 2, 0, -2, 0, 0, 0, -1, 0, 0, 0, 1, 0, 0 } }, + { -9.636535850687e-06, 7.298350160439e-06, { 4, -2, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.981147401753e-07, 1.673460132568e-05, { 0, 0, 2, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { 5.638628343246e-06, 1.129345554888e-05, { 0, 0, 2, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.311415825686e-05, -3.807318225840e-06, { 3, 0, -2, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { -5.975074005647e-06, -1.093015032791e-05, { 4, 0, -1, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { 1.585761618294e-05, -1.045308644461e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, 3, 0, 0 } }, + { -9.521877412500e-06, -7.380259365867e-06, { 0, 2, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -4.505583842418e-09, -1.689615367899e-05, { 4, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -2.282413313913e-08, -1.687436265858e-05, { 1, 0, -1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -1.366497319105e-05, 3.229502885320e-06, { 0, 1, 0, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.910868504136e-06, -1.497595208975e-05, { 2, 0, 1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { 6.542421971708e-06, 1.034042522702e-05, { 2, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.621029328436e-06, -1.425961025581e-05, { 1, -1, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -6.892644314228e-06, -9.981093047493e-06, { 2, 0, 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 1.075340153854e-05, 6.113421882706e-06, { 0, 0, 1, 0, 0, 0, 13, -15, 0, 0, 0, 0, 0 } }, + { -1.595677837060e-05, 9.080195910087e-07, { 2, -2, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.560637656929e-06, -1.330065736016e-05, { 0, 0, 4, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -3.237920944938e-06, -1.362221279417e-05, { 0, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.215213230447e-07, 1.653775088545e-05, { 2, 0, 0, 0, 0, 3, -6, 0, 1, 0, 0, 0, 0 } }, + { 1.620827579104e-05, 6.465115453347e-07, { 2, -2, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.559669884001e-06, 1.329475004470e-05, { 0, 0, 4, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -2.804600261816e-06, 1.404786698973e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 2, -6, 0, 0, 0 } }, + { -5.443748299488e-06, 1.140098064154e-05, { 1, 1, 1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { -5.223545923909e-07, 1.632065624574e-05, { 2, 0, 3, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -1.232160074912e-05, -4.517456862636e-06, { 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.943953537161e-06, 1.489491274739e-05, { 3, 1, -2, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { 4.332030976715e-06, 1.248913544390e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -6, 10, 0, 0, 0 } }, + { 6.087442453099e-08, -1.675981563550e-05, { 2, 0, -1, 0, 0, 21, -23, 0, 0, 0, 0, 0, 0 } }, + { -2.272468322542e-07, -1.659132512817e-05, { 2, 0, -3, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 3.325119259569e-06, -1.348646776331e-05, { 1, 0, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 2.167467894645e-06, -1.463431044435e-05, { 0, 0, 0, 0, 0, 0, 2, 0, 2, -7, 0, 0, 0 } }, + { 1.441782577733e-05, -2.383896124165e-06, { 4, 0, -1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 5.219692781682e-06, 1.158144138180e-05, { 2, 0, 0, 0, -1, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { 8.615349913008e-07, -1.592809769402e-05, { 2, 0, 1, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { 1.363127310802e-05, -3.156044146469e-06, { 1, -1, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.055835035554e-05, 6.209724565922e-06, { 3, -1, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 } }, + { 7.202973281533e-06, 9.563393682606e-06, { 1, 0, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 6.126109117566e-08, 1.670026425756e-05, { 2, 0, -2, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { -9.592065561530e-06, 7.160323107085e-06, { 4, 0, -2, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.690418837859e-06, 1.405732613773e-05, { 1, 1, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -7.991373179823e-07, 1.594748833537e-05, { 2, 0, -1, 0, 4, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.489417441759e-05, 1.848854142442e-06, { 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0 } }, + { -1.887771974636e-07, -1.655130622288e-05, { 0, 0, 2, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { -1.049991204104e-05, 6.236382195469e-06, { 2, 0, 1, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0 } }, + { 1.136276207458e-05, -5.365772810156e-06, { 0, 0, 3, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 9.818963019457e-07, -1.573604569298e-05, { 2, 0, -1, 0, 0, 23, -25, 0, 0, 0, 0, 0, 0 } }, + { 2.584767325507e-06, -1.412766601570e-05, { 2, 0, -2, 0, 0, -22, 24, 0, 0, 0, 0, 0, 0 } }, + { 9.214258697876e-06, 7.497222428807e-06, { 4, -1, -2, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -1.542126619319e-05, -1.271994679092e-06, { 2, 0, 0, 0, 0, 5, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.037595143019e-05, -6.317146967286e-06, { 1, -1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.177477954447e-05, -4.917112604548e-06, { 2, 0, -1, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0 } }, + { -5.396127854778e-06, 1.129463215948e-05, { 2, 0, 0, 0, 0, 20, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.353424228821e-05, 3.150343999947e-06, { 1, -1, 0, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { 1.254003717695e-05, -4.142621560481e-06, { 2, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -8.424905515494e-06, 8.246014078254e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -6, 8, 0, 0, 0 } }, + { -1.061857244762e-08, 1.665897306310e-05, { 3, 0, -1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.699599085246e-06, -1.495541869830e-05, { 0, 0, 1, 0, 0, 16, -18, 0, 0, 0, 0, 0, 0 } }, + { 5.971628836816e-06, -1.066972683347e-05, { 2, -2, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -9.852802926974e-06, 6.787518999800e-06, { 2, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.938197076163e-06, -1.269627500851e-05, { 0, 2, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.641608494902e-06, 1.399270374993e-05, { 2, -2, 0, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 3.512296728047e-06, 1.311485140334e-05, { 2, 0, 0, 0, 0, 8, -9, -8, 3, 0, 0, 0, 0 } }, + { 1.483516940912e-06, -1.513821613451e-05, { 2, 0, -1, 0, 0, 0, 16, -22, 0, 0, 0, 0, 0 } }, + { 1.429064274869e-05, -2.326741206104e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -6, 5, 0, 0, 0 } }, + { 1.040940388313e-05, -6.197240042703e-06, { 1, -1, -1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -5.960281549198e-06, 1.064486666881e-05, { 2, -2, 1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 1.300279405426e-05, -3.586112136071e-06, { 0, 0, 0, 0, 0, 25, -28, 0, 0, 0, 0, 0, 0 } }, + { -8.211647744115e-07, 1.576718856370e-05, { 4, -2, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 2.370153836884e-08, 1.655482164315e-05, { 2, 0, -1, 0, 0, 0, -9, 13, 0, 0, 0, 0, 0 } }, + { 7.923222012522e-06, -8.643961179059e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0 } }, + { 1.123595224189e-05, 5.330282884222e-06, { 0, 2, 0, 0, 0, 0, -9, 13, 0, 0, 0, 0, 0 } }, + { -1.568649213054e-05, 8.765083687184e-07, { 4, 0, -2, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { -5.381321897965e-06, -1.117843968514e-05, { 1, 0, 0, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.100293092232e-05, -5.553297019905e-06, { 0, 0, 1, 0, 0, 0, 12, -16, 0, 0, 0, 0, 0 } }, + { 2.449093544730e-08, 1.653073713349e-05, { 2, 0, -4, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.335476232372e-05, 3.196408702863e-06, { 1, 1, -2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.117423418136e-05, -5.370812084704e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -4, 4, 0, 0, 0 } }, + { -1.579145957707e-05, -7.420543906335e-07, { 4, 0, -2, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -1.490916935571e-05, -1.616764375728e-06, { 4, 0, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 4.746954261549e-06, -1.177780697571e-05, { 2, 0, 2, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 1.200209489105e-05, -4.506497157106e-06, { 2, 0, 1, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0 } }, + { -9.006604379573e-09, -1.649618720011e-05, { 0, 2, -2, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.564256880210e-05, 8.617861159104e-07, { 4, 0, -1, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { -3.531848211246e-06, 1.296892462560e-05, { 4, -2, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.607902357936e-05, -4.079886962359e-07, { 0, 0, 2, 0, 0, -18, 8, 16, -4, -5, 0, 0, 0 } }, + { 3.477629060057e-06, 1.300749495382e-05, { 2, -1, -1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 1.219891474034e-05, -4.265966880134e-06, { 0, 0, 0, 0, 0, 14, -17, 0, 0, 0, 0, 0, 0 } }, + { 2.540731934456e-06, -1.392351885139e-05, { 2, 0, -2, 0, 0, -21, 23, 0, 0, 0, 0, 0, 0 } }, + { 1.332876921167e-05, -3.134671171816e-06, { 1, -1, -1, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.173201501141e-05, -4.725457227434e-06, { 2, 0, 1, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -7.654673675983e-07, -1.568857595716e-05, { 2, 0, 0, 0, 0, 2, -3, 0, 1, 0, 0, 0, 0 } }, + { 1.835139234070e-06, -1.461729232900e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 1, 0, 0, 0 } }, + { -1.105849176388e-05, 5.393391242977e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 1, 1, 0, 0, 0 } }, + { 1.603316739658e-05, -4.159916905269e-07, { 3, 1, -2, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.112879779072e-11, -1.644013184801e-05, { 2, -2, 1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.455280823522e-06, -1.198142052609e-05, { 2, 0, 1, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 } }, + { -1.332596063211e-05, -3.099582598157e-06, { 2, 0, -2, 0, 0, 0, -3, 0, 0, 2, 0, 0, 0 } }, + { 9.172841633440e-06, 7.249424957447e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 1, -3, 0, 0, 0 } }, + { 1.435118377996e-05, 2.069449387086e-06, { 4, 0, 0, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { 1.598145161272e-08, -1.639538118130e-05, { 1, -2, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.372725942739e-07, -1.626771070210e-05, { 0, 0, 2, 0, 0, -24, 24, 0, 0, 0, 0, 0, 0 } }, + { 7.232835024870e-07, -1.567528280473e-05, { 4, 0, 0, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { -6.561908842586e-06, 9.831502167694e-06, { 0, 0, 1, 0, 0, 0, 2, 0, -5, 3, 0, 0, 0 } }, + { 1.120762030356e-05, 5.179509743436e-06, { 3, 0, 0, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -1.138641545485e-05, -4.996363158806e-06, { 1, 0, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -5.307413429162e-07, 1.583516477353e-05, { 2, 0, 1, 0, 0, -26, 30, 0, 0, 0, 0, 0, 0 } }, + { 1.126606998845e-05, -5.096971460817e-06, { 1, -1, 1, 0, 0, 0, 1, 0, -1, 5, 0, 0, 0 } }, + { -1.126606998845e-05, 5.096971460817e-06, { 1, -1, -1, 0, 0, 0, 1, 0, -1, 5, 0, 0, 0 } }, + { -1.322013525300e-05, -3.135852723499e-06, { 2, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.394585504210e-06, -1.196138018761e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 6, -2, 0, 0, 0 } }, + { 2.178341590842e-08, 1.632953902521e-05, { 2, 0, -2, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { -8.496025870751e-06, 7.854906624510e-06, { 3, -1, 0, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.659950284535e-06, -1.268956701230e-05, { 1, -1, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.459421074945e-05, 1.752579024224e-06, { 4, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -6.022212167455e-06, 1.031461856794e-05, { 2, 0, 0, 0, 0, 0, -6, 4, 0, 0, 0, 0, 0 } }, + { -6.324807670093e-07, -1.569664918643e-05, { 2, 0, 0, 0, 0, 0, -6, 12, 0, 0, 0, 0, 0 } }, + { 1.041984500596e-05, 5.904457020692e-06, { 2, 0, 0, 0, 0, 0, 1, -6, 0, 0, 0, 0, 0 } }, + { 5.743097621288e-06, 1.057869856154e-05, { 0, 0, 2, 0, 0, 0, 9, -16, 4, 5, 0, 0, 0 } }, + { 1.276771158932e-05, 3.550853183908e-06, { 1, 0, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 6.582352294871e-06, -9.735500120175e-06, { 0, 2, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { -1.459546471095e-05, 1.714521272750e-06, { 0, 0, 1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.025990993452e-05, -6.048156348241e-06, { 1, 1, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 8.990522874404e-07, -1.540326838427e-05, { 2, 0, 1, 0, 0, 0, -3, 0, 0, 3, 0, 0, 0 } }, + { 1.317664299291e-05, 3.117825131387e-06, { 3, -1, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.495552226109e-05, 1.337906454752e-06, { 4, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.274584071842e-05, -3.545953520543e-06, { 1, 0, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.513780075426e-05, 1.149915405834e-06, { 2, 0, 0, 0, 0, 22, -21, 0, 0, 0, 0, 0, 0 } }, + { 2.017121130666e-06, -1.427032437182e-05, { 0, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.269121815317e-05, 3.594405653424e-06, { 2, -2, -1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -5.765431313208e-06, 1.051151308243e-05, { 4, 0, -1, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { 8.155432455603e-08, -1.618535268887e-05, { 0, 2, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.303726026663e-05, -3.210375036026e-06, { 0, 0, 0, 0, 0, 9, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.628284461969e-06, 1.361825899143e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 2, -1, 0, 0, 0 } }, + { 2.294012040785e-06, -1.394799377969e-05, { 2, 0, 0, 0, 0, 0, 7, 0, -8, 0, 0, 0, 0 } }, + { -4.438452281694e-06, -1.179969574834e-05, { 2, 0, 2, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 5.312250620296e-06, 1.092064835519e-05, { 2, 0, 1, 0, 0, -10, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.151746753487e-05, -4.715131405396e-06, { 0, 0, 1, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.754917150223e-06, 1.446157647392e-05, { 2, 0, -3, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -2.798613889388e-06, -1.340403011525e-05, { 4, 0, -2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 2.568310138652e-07, 1.594373587541e-05, { 4, 0, -3, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -1.505398880699e-05, -1.145543175501e-06, { 3, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.257182904173e-05, -3.622956065677e-06, { 4, 0, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 9.642326493249e-06, -6.549884671119e-06, { 0, 0, 1, 0, 0, 0, -3, 6, -1, 0, 0, 0, 0 } }, + { -3.381267389907e-06, -1.280961867426e-05, { 2, -1, 1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -1.174634914488e-06, -1.501342644635e-05, { 0, 2, -1, 0, 0, -2, 3, 0, -1, 0, 0, 0, 0 } }, + { 1.034065667764e-05, -5.844584484605e-06, { 3, 0, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -2.691479908354e-06, 1.348319901192e-05, { 1, 1, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.674957743535e-06, 1.449613684043e-05, { 2, 0, -1, 0, 0, 0, -9, 19, 0, -3, 0, 0, 0 } }, + { 6.047216258154e-06, -1.012267332691e-05, { 3, 1, -1, 0, 0, -12, 7, 0, 0, 0, 0, 0, 0 } }, + { 6.047216258154e-06, 1.012267332691e-05, { 1, -1, 1, 0, 0, 12, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.589531631161e-05, 2.744835501789e-07, { 2, 0, 3, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.275012252843e-05, -3.418117725370e-06, { 1, -1, 1, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -7.260162564882e-06, -8.907860711238e-06, { 2, 0, -2, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.554223728856e-05, 6.229169311109e-07, { 2, 0, 0, 0, 0, 28, -29, 0, 0, 0, 0, 0, 0 } }, + { 1.017813889524e-05, 5.982061173172e-06, { 2, -2, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -7.903029098000e-06, -8.255425618948e-06, { 2, 0, 3, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -7.325088684408e-06, 8.830777167564e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -6, 0, 0, 0, 0 } }, + { -1.563310344690e-05, 5.221154928069e-07, { 2, 0, -1, 0, 0, -13, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.196195578867e-05, 4.189227414597e-06, { 2, 0, -1, 0, 0, -4, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.444921025282e-07, -1.530066535721e-05, { 2, 0, 1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { 8.570898458669e-06, -7.573060783397e-06, { 1, 0, 0, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { 5.376898419078e-06, 1.076589603820e-05, { 4, -2, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.952587900024e-06, -1.318831910231e-05, { 4, -2, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.563813196604e-08, 1.611009555201e-05, { 2, -2, 0, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { 9.081975240988e-06, -7.049663447715e-06, { 2, 0, 0, 0, 0, 0, -10, 18, 0, 0, 0, 0, 0 } }, + { 1.258276633348e-05, -3.548276844934e-06, { 0, 0, 0, 0, 0, 17, -14, 0, 0, 0, 0, 0, 0 } }, + { -6.531065206307e-06, -9.598899016808e-06, { 2, 0, 1, 0, 0, 0, -7, 12, 0, 0, 0, 0, 0 } }, + { -1.252080048386e-05, 3.607897885345e-06, { 4, 0, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.153960368314e-05, -4.587796554028e-06, { 1, 1, 0, 0, 0, -24, 25, 0, 0, 0, 0, 0, 0 } }, + { -6.248807674801e-06, 9.863182404841e-06, { 4, 0, -1, 0, 0, 0, -11, 19, 0, -3, 0, 0, 0 } }, + { 1.024804676972e-05, 5.863174048625e-06, { 4, 0, -1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 9.179288043249e-07, -1.519093055500e-05, { 2, 0, 0, 0, 0, 0, 3, 0, -5, 2, 0, 0, 0 } }, + { -1.127192754321e-05, 4.833928873210e-06, { 0, 0, 1, 0, 0, -4, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.978339351680e-06, 1.012346040027e-05, { 2, 0, 1, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.424471441484e-06, 1.365646381855e-05, { 2, 0, -2, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 7.204459642358e-09, -1.606485434955e-05, { 4, -2, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.076037826882e-05, -5.306551959299e-06, { 1, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.445114767659e-05, 1.614985955531e-06, { 0, 0, 2, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { -8.582471877012e-06, -7.482023545698e-06, { 0, 0, 4, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -9.462444265017e-06, 6.600045342765e-06, { 2, 0, 0, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { -1.577922491067e-08, 1.604663689154e-05, { 1, -2, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.298152362819e-06, 1.075760660430e-05, { 2, 0, 2, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.268842593255e-05, -3.361166490579e-06, { 3, -1, -1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -2.081384112421e-07, -1.584085072797e-05, { 0, 0, 1, 0, -3, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.827690305316e-06, -1.222031993887e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -1.006002102639e-05, 5.987692839534e-06, { 1, -1, 1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -1.057264305725e-05, -5.469843285085e-06, { 2, 0, -1, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0 } }, + { 9.877882286218e-06, 6.161088792091e-06, { 0, 2, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -1.195215638480e-05, -4.086296849533e-06, { 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -1.382692649430e-05, 2.209203174359e-06, { 1, -1, -1, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0 } }, + { -1.297006436903e-05, -3.065518819098e-06, { 1, -1, -2, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.265009543207e-05, 3.384036075214e-06, { 1, 1, -1, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.526730159079e-06, -1.450475178338e-05, { 1, 1, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 6.815620843896e-06, -9.214058820923e-06, { 0, 0, 1, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0 } }, + { -1.030671335393e-05, -5.722789251065e-06, { 2, 0, -1, 0, -1, 0, 6, -3, -3, 0, 0, 0, 0 } }, + { 1.407812222441e-05, -1.948713682309e-06, { 2, 0, -2, 0, 0, -14, 11, 0, 0, 0, 0, 0, 0 } }, + { -4.961061418773e-06, 1.106306801873e-05, { 4, 0, -1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 7.094179404741e-06, -8.927648968838e-06, { 1, -1, 0, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { 5.664206986992e-06, 1.035746047644e-05, { 2, -2, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -9.475469774888e-06, 6.545779932599e-06, { 1, -2, 1, 0, 0, 0, 29, -27, -2, 0, 0, 0, 0 } }, + { 9.475469774888e-06, -6.545779932599e-06, { 1, -2, -1, 0, 0, 0, 29, -27, -2, 0, 0, 0, 0 } }, + { -1.030126448078e-05, 5.719236402458e-06, { 2, 0, -1, 0, 1, 0, -6, 3, 3, 0, 0, 0, 0 } }, + { 1.568414829488e-05, -3.310727153918e-07, { 3, 0, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -9.309410828541e-06, -6.697168492966e-06, { 0, 0, 0, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 1.564212248880e-05, -3.627379523151e-07, { 1, 0, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -9.824022308922e-06, -6.180305778686e-06, { 1, 0, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 5.756640498998e-06, -1.023916026797e-05, { 3, 0, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 1.318536767099e-05, 2.808785336732e-06, { 1, -1, 1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -7.814008614206e-06, -8.171851937110e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -1, -5, 0, 0, 0 } }, + { -9.986344405035e-06, -5.987454675105e-06, { 2, 0, 2, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 1.819304433050e-06, 1.414765882806e-05, { 1, -1, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { -6.004041375772e-08, -1.590347470463e-05, { 2, 0, 2, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 9.575417226834e-07, 1.500581108898e-05, { 1, 1, 0, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.779980444485e-06, 1.018252378061e-05, { 0, 2, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -2.793704384781e-06, 1.315744618372e-05, { 1, 1, -1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.239993174384e-05, 3.543630725979e-06, { 2, 0, 2, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 1.471296166117e-08, -1.592742865983e-05, { 6, 0, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.679564263296e-06, 1.226117746004e-05, { 0, 0, 1, 0, 0, -13, 15, 0, 0, 0, 0, 0, 0 } }, + { 5.228785604804e-06, 1.070936266036e-05, { 2, 0, 1, 0, 0, -11, 9, 0, 0, 0, 0, 0, 0 } }, + { 2.703545727149e-07, 1.566648291411e-05, { 4, -2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 2.732399009012e-06, -1.318639695542e-05, { 1, 1, 0, 0, 0, -8, 10, 0, 0, 0, 0, 0, 0 } }, + { -5.645543841326e-06, -1.025587767582e-05, { 3, 0, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 1.903990177263e-06, -1.399216814505e-05, { 0, 0, 1, 0, 0, 0, 10, -16, 0, 0, 0, 0, 0 } }, + { -6.918202350846e-06, -8.970827284086e-06, { 2, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0, 0, 0 } }, + { -8.852665764763e-06, 7.035816515283e-06, { 2, 0, -1, 0, 0, 15, -11, 0, 0, 0, 0, 0, 0 } }, + { -7.480189405019e-06, 8.405860098948e-06, { 4, 0, -1, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -7.012938088524e-07, -1.518345825864e-05, { 2, 0, -1, 0, 0, 0, -5, 0, 6, 0, 0, 0, 0 } }, + { -2.781031459029e-08, 1.585300113370e-05, { 1, 0, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.530271922538e-05, -5.704410494469e-07, { 0, 0, 1, 0, 0, -24, 25, 0, 0, 0, 0, 0, 0 } }, + { 9.563745870031e-07, 1.491301342693e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 1, -2, 0 } }, + { 3.165113103479e-06, 1.270025532333e-05, { 2, 0, -2, 0, 0, 0, -3, 0, 5, 0, 0, 0, 0 } }, + { 1.352804171890e-05, -2.336477182839e-06, { 2, 0, -2, 0, 0, -13, 10, 0, 0, 0, 0, 0, 0 } }, + { -6.881486610672e-07, -1.517410791211e-05, { 0, 0, 2, 0, 0, 0, -2, 0, 4, -2, 0, 0, 0 } }, + { -6.666111567369e-06, 9.191406819269e-06, { 2, 0, -2, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { 2.631478125272e-09, -1.584304115421e-05, { 0, 0, 2, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 9.586622064144e-06, 6.258391561232e-06, { 1, -1, -1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.120481159083e-05, 4.634908953611e-06, { 0, 0, 0, 0, 0, 0, 1, 0, 0, -4, 0, 0, 0 } }, + { 9.901345878532e-06, -5.930881541780e-06, { 3, -1, -1, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { 1.527025823711e-08, -1.581661306122e-05, { 0, 2, -1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.473932527809e-05, 1.092507662030e-06, { 2, 0, -2, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { -1.084597933258e-05, 4.983950243501e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 1, 1, 0, 0, 0 } }, + { 1.278539313092e-05, -3.038840300396e-06, { 2, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.309517930191e-05, -2.727394009029e-06, { 4, 0, -2, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { -1.449858231365e-05, -1.319887807293e-06, { 0, 0, 1, 0, 0, 0, 6, -13, 0, 0, 0, 0, 0 } }, + { -1.238577247864e-05, -3.424175526445e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 7, -10, 0, 0, 0 } }, + { -2.269079557419e-08, -1.578614012838e-05, { 4, 0, -1, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.123276685833e-06, -1.466809554678e-05, { 2, 0, 0, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0 } }, + { -2.104830143343e-06, -1.368509785191e-05, { 2, 0, 0, 0, 0, 0, 1, 0, -2, 4, 0, 0, 0 } }, + { -1.160106075238e-05, 4.176526291728e-06, { 4, 0, -1, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { -6.562320317266e-06, -9.204415402156e-06, { 1, -1, -1, 0, 0, 0, 2, 0, 1, -1, 0, 0, 0 } }, + { -1.053580773359e-05, 5.228038913121e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 3, -4, 0, 0, 0 } }, + { 1.281013936673e-06, 1.447683634472e-05, { 2, -2, -1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -7.167295593377e-06, -8.586589891153e-06, { 2, 0, -1, 0, 0, 0, -3, 0, -2, 5, 0, 0, 0 } }, + { -4.097609880479e-06, -1.165572915834e-05, { 2, 0, 1, 0, 0, 0, -2, 0, 1, 5, 0, 0, 0 } }, + { 1.371869203151e-05, -2.031101382053e-06, { 1, -1, 1, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0 } }, + { 2.136799821169e-08, 1.571240728305e-05, { 0, 0, 2, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { -4.586178766138e-07, -1.526774180903e-05, { 2, -2, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -5.183016697961e-06, -1.054198348036e-05, { 2, 0, -2, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { 7.908502008326e-06, -7.803482293721e-06, { 2, 0, -3, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 1.288507785716e-05, 2.819045252760e-06, { 4, -2, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 8.386748908994e-07, 1.484965081506e-05, { 2, 0, 1, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { -2.399067713323e-08, 1.566017257123e-05, { 0, 2, -1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -8.355942006098e-06, 7.327892323971e-06, { 0, 0, 4, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -7.631021457866e-07, 1.490889923653e-05, { 2, 0, -1, 0, 0, 4, -6, 2, 0, 0, 0, 0, 0 } }, + { -5.158726113651e-06, 1.051193779023e-05, { 0, 0, 0, 0, 0, 23, -21, 0, 0, 0, 0, 0, 0 } }, + { 1.543026993833e-05, -2.371485587677e-07, { 1, 0, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 6.167220790105e-08, -1.560106927298e-05, { 2, 0, 1, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { -1.196900404252e-05, -3.684763158304e-06, { 4, 0, -2, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { 5.568852807372e-06, 1.007991431763e-05, { 1, 0, 0, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { -1.515123781600e-05, -4.962124140697e-07, { 2, -2, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.037735693037e-05, 5.267942986430e-06, { 1, 0, 0, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { 6.300380907448e-06, -9.335082091883e-06, { 0, 0, 2, 0, 0, 0, -6, 11, 3, -3, 0, 0, 0 } }, + { -2.048019665948e-06, -1.358448731044e-05, { 0, 0, 1, 0, 0, 0, -7, 6, 0, 0, 0, 0, 0 } }, + { -1.822566622291e-09, -1.563011630208e-05, { 4, 0, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.389611696386e-05, 1.731421893169e-06, { 2, 0, -1, 0, 0, 6, -9, 2, 0, 0, 0, 0, 0 } }, + { -1.720539086683e-06, -1.390552656289e-05, { 2, 0, -1, 0, 0, 0, -6, 12, 0, 0, 0, 0, 0 } }, + { -4.741397028139e-08, 1.557062737728e-05, { 2, 0, -1, 0, 0, -22, 22, 0, 0, 0, 0, 0, 0 } }, + { 6.289261521694e-06, 9.319832860638e-06, { 0, 0, 2, 0, 0, 0, 6, -11, -3, 3, 0, 0, 0 } }, + { -1.148585343611e-05, -4.120665527707e-06, { 0, 0, 2, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { -5.197267788435e-06, 1.040726971374e-05, { 2, -2, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.276648216273e-05, -2.837089282820e-06, { 0, 0, 1, 0, 0, 0, 2, 0, -2, 2, 0, 0, 0 } }, + { -5.502079742547e-06, 1.009384021008e-05, { 0, 0, 0, 0, 0, 0, 3, 0, -6, 0, 0, 0, 0 } }, + { -9.283798349511e-06, 6.309715940005e-06, { 2, 0, -1, 0, 0, 0, 1, -8, 3, 0, 0, 0, 0 } }, + { 6.239845391021e-06, -9.353571320274e-06, { 1, 0, 0, 0, 0, 3, -6, 4, 0, 0, 0, 0, 0 } }, + { 2.012631354221e-07, 1.538806579274e-05, { 2, 0, -1, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0 } }, + { -4.731259592399e-06, 1.085680382468e-05, { 2, 0, 0, 0, 0, 2, -6, 5, 0, 0, 0, 0, 0 } }, + { 1.526106380341e-05, 3.182482390422e-07, { 1, 0, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -6.730203469510e-06, 8.846163212590e-06, { 1, 1, -1, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { -5.078126771531e-06, 1.048875612418e-05, { 3, -1, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -9.787477064273e-08, -1.546850702139e-05, { 2, -2, 1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.974840159015e-06, 1.159079905990e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 2, -1, 0, 0, 0 } }, + { -9.528512336400e-06, -6.022621148760e-06, { 6, 0, -2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.525976064140e-08, -1.552278722664e-05, { 1, -2, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.409990256512e-05, -1.443177777597e-06, { 0, 0, 1, 0, 0, 0, 0, 0, -5, 10, 0, 0, 0 } }, + { 1.162604589075e-05, 3.916330339313e-06, { 2, 0, 2, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.634876570739e-06, 1.090573433945e-05, { 2, -2, 0, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.634876570739e-06, -1.090573433945e-05, { 2, -2, -2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 8.521064293082e-06, 7.017930046815e-06, { 2, -2, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -6.234068960215e-06, 9.304354835370e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -5, 3, 0, 0, 0 } }, + { -7.510986473011e-06, 8.018028153405e-06, { 2, 0, -2, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0 } }, + { 6.187854684338e-06, -9.330858833102e-06, { 2, 0, 0, 0, 0, 0, 2, 0, -5, 3, 0, 0, 0 } }, + { -1.408009633414e-05, 1.438304185848e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 5, -10, 0, 0, 0 } }, + { -5.700715548141e-06, -9.812739578363e-06, { 2, 0, 1, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0 } }, + { -1.508353822000e-05, 4.128774287079e-07, { 0, 0, 0, 0, 0, 18, -8, -16, 4, 5, 0, 0, 0 } }, + { -7.404830563789e-06, 8.090426459094e-06, { 2, 0, -2, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0 } }, + { -7.702780416920e-06, -7.785480934019e-06, { 2, 0, -1, 0, 0, 0, -12, 19, 0, -3, 0, 0, 0 } }, + { -3.760688051689e-07, 1.511109067815e-05, { 0, 0, 1, 0, 4, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -6.881592516537e-06, 8.604794511144e-06, { 2, 0, 0, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0 } }, + { 1.189950977525e-05, -3.585836659180e-06, { 0, 0, 1, 0, 0, 0, -6, 10, -3, 0, 0, 0, 0 } }, + { 1.252608401472e-05, -2.954093356886e-06, { 1, 1, 1, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { -9.319887426162e-06, -6.159050671068e-06, { 4, 0, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 9.772322330760e-06, -5.705306195971e-06, { 2, 0, -3, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -1.463996544757e-05, -8.318462424909e-07, { 4, 0, -2, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.429119328662e-06, -1.403457655052e-05, { 0, 2, 1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 8.906745767744e-06, -6.555301677764e-06, { 0, 0, 1, 0, 0, 0, -10, 18, 0, 0, 0, 0, 0 } }, + { -5.101750391473e-06, -1.034860454666e-05, { 0, 0, 1, 0, 0, -20, 18, 0, 0, 0, 0, 0, 0 } }, + { 3.092814188262e-06, -1.235458442670e-05, { 2, -2, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.453867027930e-09, 1.544000849920e-05, { 0, 0, 3, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.527006329460e-05, 1.684908079650e-07, { 0, 0, 2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 9.455410790118e-06, -5.975718931955e-06, { 2, 0, -3, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 5.495049608087e-06, 9.933446721122e-06, { 2, -2, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -3.485294477243e-06, -1.194140006000e-05, { 1, 1, -1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -8.522344778834e-06, -6.903992683381e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -5, 2, 0, 0, 0 } }, + { 1.340598100013e-05, -2.020137545480e-06, { 2, 0, -1, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { -8.283527656949e-06, -7.137408108186e-06, { 0, 0, 4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -9.444699121900e-06, 5.974354240375e-06, { 6, 0, -2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.490373114256e-05, 5.137427710535e-07, { 2, 0, -1, 0, 0, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.521877824607e-05, -1.953058029198e-07, { 1, 0, 1, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { -1.231674772282e-05, 3.086825380482e-06, { 3, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.251865146711e-05, -2.879108378096e-06, { 3, 1, -2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -7.322337250498e-06, -8.070429039010e-06, { 4, -2, 1, 0, 0, -9, -8, 0, 0, 0, 0, 0, 0 } }, + { 7.322337250498e-06, 8.070429039010e-06, { 4, -2, -1, 0, 0, -9, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.375231093105e-06, 1.400643435482e-05, { 4, 0, -1, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -7.720687892559e-06, 7.658204857699e-06, { 2, 0, 3, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -5.024806699958e-06, 1.035361071921e-05, { 1, -1, 1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 5.024806699958e-06, -1.035361071921e-05, { 1, -1, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -1.237687338231e-05, 2.994879753982e-06, { 0, 2, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -6.195369275487e-06, 9.170387698976e-06, { 2, 0, 0, 0, 0, 0, 19, -24, 0, 0, 0, 0, 0 } }, + { -2.046221121352e-08, -1.533786349630e-05, { 1, -2, 1, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 2.046221121352e-08, 1.533786349630e-05, { 1, -2, -1, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 1.460626969952e-05, 7.376518934114e-07, { 2, -2, -1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 3.212061381421e-08, 1.530710386357e-05, { 2, 0, 0, 0, 0, 1, -3, 0, 2, 0, 0, 0, 0 } }, + { 6.383641429847e-06, -8.953996471210e-06, { 1, 1, 0, 0, 0, 0, -2, 0, -1, 1, 0, 0, 0 } }, + { 6.704375580959e-06, -8.629728923622e-06, { 2, 0, -1, 0, 0, 0, -9, 10, 0, 0, 0, 0, 0 } }, + { -3.301271535450e-07, 1.500332923149e-05, { 0, 0, 1, 0, 0, -2, 4, -2, 0, 0, 0, 0, 0 } }, + { -1.458749768982e-06, 1.387450545548e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 3, 0, 0 } }, + { 1.209151978459e-05, 3.240662765592e-06, { 1, 1, 1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.434768795350e-06, -9.892277988299e-06, { 1, 2, -1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 5.434768795350e-06, 9.892277988299e-06, { 1, -2, 1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -3.371412654575e-06, 1.195158834670e-05, { 4, 0, -2, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.551783861785e-06, -1.276818962543e-05, { 3, -1, -1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.312408268884e-05, 2.189156411063e-06, { 4, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.210239246117e-05, 3.206707497213e-06, { 4, 0, -1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 3.465267278198e-07, 1.496098110099e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -2, 1, 0, 0, 0 } }, + { -7.969575059424e-07, 1.450571316568e-05, { 3, 0, 0, 0, 0, -15, 11, 0, 0, 0, 0, 0, 0 } }, + { 8.551159795542e-06, -6.743721496298e-06, { 0, 0, 0, 0, 0, 16, -12, 0, 0, 0, 0, 0, 0 } }, + { -2.654003589274e-07, -1.502941079365e-05, { 2, 0, 0, 0, 0, -2, 1, 0, 1, 0, 0, 0, 0 } }, + { 1.212926696056e-05, 3.164089147713e-06, { 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.239154614252e-05, 2.897038147121e-06, { 1, 1, 0, 0, 0, 15, -14, 0, 0, 0, 0, 0, 0 } }, + { 4.932078044313e-08, -1.523628765952e-05, { 0, 0, 2, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 2.302425197577e-06, 1.298130485977e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -2, 3, 0, 0, 0 } }, + { -1.313850573326e-05, -2.143420811024e-06, { 0, 0, 1, 0, 0, 0, -12, 23, -3, 0, 0, 0, 0 } }, + { -2.149854620721e-07, 1.506554713803e-05, { 0, 0, 2, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { -9.579554351804e-06, -5.695290366217e-06, { 2, 0, 1, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0 } }, + { -5.556730823792e-06, 9.711841365325e-06, { 0, 0, 1, 0, 0, 0, 2, 0, -2, -5, 0, 0, 0 } }, + { -1.152307544482e-08, 1.525649824640e-05, { 2, 0, -4, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.546538930597e-06, 1.371903599639e-05, { 4, 0, -1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 8.365445658320e-06, -6.890379673840e-06, { 0, 2, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.207583426895e-05, -3.171719460198e-06, { 6, 0, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.476948910545e-05, -4.734112228825e-07, { 0, 2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.193196765132e-05, 3.309344829470e-06, { 2, 0, -2, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { 6.760780707057e-07, -1.456444482795e-05, { 4, 0, 0, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -2.616865831827e-06, 1.261648725496e-05, { 2, -2, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.235198530214e-05, -2.876136607268e-06, { 1, -1, -1, 0, 0, 17, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.308342966620e-05, 2.139264077511e-06, { 0, 0, 1, 0, 0, 0, 12, -23, 3, 0, 0, 0, 0 } }, + { 9.380321590014e-06, -5.836363437232e-06, { 1, 0, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -8.405202358201e-07, 1.437529503208e-05, { 3, 0, -2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.763520683300e-06, -1.345148915229e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -1.292299329131e-05, 2.290467006424e-06, { 2, 0, 0, 0, 0, -27, 34, -3, 0, 0, 0, 0, 0 } }, + { 1.292299329131e-05, -2.290467006424e-06, { 2, 0, -2, 0, 0, -27, 34, -3, 0, 0, 0, 0, 0 } }, + { 1.318056408362e-07, 1.507707945024e-05, { 2, 0, -1, 0, 0, 26, -26, 0, 0, 0, 0, 0, 0 } }, + { 1.179660614124e-05, 3.402145280683e-06, { 2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.060863608669e-06, -1.013276048545e-05, { 4, -2, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.773334859006e-07, -1.491345417672e-05, { 0, 0, 1, 0, 0, -3, 3, 0, 1, 0, 0, 0, 0 } }, + { -1.047265337101e-08, -1.516686321785e-05, { 2, -2, -1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 5.210139394200e-07, 1.465556117889e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -3, 2, 0, 0, 0 } }, + { 1.476602383953e-05, 4.059987646620e-07, { 2, 0, 1, 0, 0, 18, -19, 0, 0, 0, 0, 0, 0 } }, + { 2.617007155810e-06, -1.255082836189e-05, { 1, -1, -1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.460727540624e-05, 5.533579050610e-07, { 2, 0, 2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.102133723744e-06, 1.405646293361e-05, { 0, 0, 2, 0, -5, 4, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.140918975402e-06, 9.016908476964e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 0, -1, 3, 0, 0 } }, + { 1.186146956941e-05, -3.288093329991e-06, { 0, 0, 2, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.630796519218e-07, -1.448418281317e-05, { 4, 0, 0, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { 1.138051660104e-05, -3.762237713230e-06, { 0, 0, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -7.825917340857e-06, 7.306656283730e-06, { 2, 0, 0, 0, 0, -9, 11, 0, 0, 0, 0, 0, 0 } }, + { 2.578706394022e-06, 1.254161671298e-05, { 1, -1, 0, 0, 0, 15, -17, 0, 0, 0, 0, 0, 0 } }, + { 2.145317462235e-06, 1.296943553177e-05, { 1, -1, -1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 7.427903841762e-06, -7.683735842770e-06, { 1, 1, 0, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { -4.575685160802e-06, 1.053204707286e-05, { 2, 0, -1, 0, 0, 2, -6, 5, 0, 0, 0, 0, 0 } }, + { 1.404975128967e-05, -1.057290302560e-06, { 0, 0, 2, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { 1.343712262207e-05, -1.668532976319e-06, { 2, 0, 1, 0, 0, 8, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.424510522855e-05, 8.578137687750e-07, { 0, 0, 2, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { -8.626224564203e-06, 6.468148409478e-06, { 6, 0, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 2.895045816522e-06, 1.218518782487e-05, { 1, -1, 0, 0, 0, 25, -27, 0, 0, 0, 0, 0, 0 } }, + { 4.363087467889e-06, 1.071506182377e-05, { 3, 0, -2, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { 8.098093184566e-06, -6.966699574470e-06, { 3, 0, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 5.016509215157e-06, -1.004425698427e-05, { 0, 2, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -5.785769158209e-10, 1.505788103904e-05, { 2, 0, 3, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.681930367355e-07, -1.478174764545e-05, { 4, 0, -1, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { -3.112819654353e-06, -1.193555293754e-05, { 0, 1, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -5.741222104531e-06, -9.302697543396e-06, { 0, 0, 2, 0, 0, 0, -2, 0, 5, 0, 0, 0, 0 } }, + { 6.142879191430e-08, -1.497843480694e-05, { 0, 0, 2, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { 7.174243824444e-06, 7.865318575090e-06, { 4, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 9.240141734656e-06, -5.795602927295e-06, { 2, 0, 1, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { -3.218725759845e-06, -1.181476140164e-05, { 1, -1, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.094764279433e-05, -4.077932671935e-06, { 1, -1, -1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.221930291967e-05, 2.804317722761e-06, { 2, -2, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.619124221975e-06, -1.240086257121e-05, { 3, 0, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 1.217264492230e-05, -2.845299307983e-06, { 1, -1, -1, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { -2.626247310364e-06, 1.238607232513e-05, { 3, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 8.700028919622e-06, -6.311186244563e-06, { 2, 0, 0, 0, 0, 10, -2, 0, 0, 0, 0, 0, 0 } }, + { 8.218359286716e-06, -6.791217563528e-06, { 1, -1, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.269820636029e-05, 2.307077416003e-06, { 1, 1, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 4.563428521092e-06, 1.043941891067e-05, { 2, 0, 0, 0, 0, 0, 9, -16, 0, 0, 0, 0, 0 } }, + { -5.622875597978e-06, 9.377831580076e-06, { 2, 0, 0, 0, 0, 0, 14, -13, 0, 0, 0, 0, 0 } }, + { -1.319068029620e-05, 1.808541070339e-06, { 2, 0, 0, 0, 0, 19, -22, 0, 0, 0, 0, 0, 0 } }, + { -1.039219106362e-07, 1.489361458601e-05, { 4, 0, -1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -1.106531210367e-05, 3.928835790009e-06, { 2, -2, 0, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -9.255206067798e-08, 1.489809182025e-05, { 2, 0, 3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.106189726052e-05, -3.927709810000e-06, { 2, -2, 0, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -2.617559720915e-08, -1.496031209008e-05, { 2, 0, -3, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 5.895384672049e-06, 9.079618876162e-06, { 0, 0, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0, 0 } }, + { -7.744380688372e-08, -1.489276099983e-05, { 2, -2, 2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -7.625286786251e-06, 7.338393476805e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 2, -2, 0, 0, 0 } }, + { 3.655096316545e-06, 1.129967660138e-05, { 0, 0, 0, 0, 0, 0, 3, 0, -1, -5, 0, 0, 0 } }, + { -1.471517054979e-05, -2.389966720617e-07, { 6, 0, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.207849023214e-05, -2.875462272582e-06, { 2, 0, 0, 0, 4, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.478618115101e-06, 7.473542486698e-06, { 0, 0, 2, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.697966069870e-06, -8.253054765406e-06, { 3, 0, 0, 0, 1, -28, 29, 0, 0, 0, 0, 0, 0 } }, + { -6.697966069870e-06, 8.253054765406e-06, { 1, 0, 0, 0, -1, 28, -29, 0, 0, 0, 0, 0, 0 } }, + { -1.281321449819e-05, -2.133412936758e-06, { 1, 1, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -6.631767058262e-06, -8.314595505399e-06, { 6, 0, -2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.208214281519e-05, -2.863654427880e-06, { 1, -1, -2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.032085326680e-05, 4.624318545717e-06, { 0, 1, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 1.334659374306e-05, -1.595130536329e-06, { 2, 0, -1, 0, 0, 0, -2, 6, 0, 0, 0, 0, 0 } }, + { 1.174706059242e-05, 3.194303777230e-06, { 2, 0, -2, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.188661666338e-05, 3.054218169555e-06, { 0, 0, 0, 0, 0, 0, 1, 0, 4, -10, 0, 0, 0 } }, + { 4.834723058753e-06, 1.010600838174e-05, { 1, -1, 0, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { 1.482741642660e-05, -1.132933073957e-07, { 2, 0, 1, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.065607091132e-05, 4.282618417218e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 5, -4, 0, 0, 0 } }, + { 2.185337649286e-07, 1.471980127670e-05, { 0, 2, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 1.547154846575e-06, 1.338438462877e-05, { 1, 1, -1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -5.865611270740e-07, -1.434447381031e-05, { 0, 0, 0, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0 } }, + { -3.231489320272e-06, -1.169906852174e-05, { 2, 0, -3, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 4.324906815178e-06, -1.060485721035e-05, { 2, 0, -1, 0, 0, -4, 7, 0, -6, 0, 0, 0, 0 } }, + { 1.479163017315e-05, 1.332845596559e-07, { 3, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.789117128577e-08, 1.486211557807e-05, { 2, 0, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0, 0 } }, + { -4.518946881431e-06, 1.039056574239e-05, { 2, 0, -2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -4.491612096149e-06, 1.041367597252e-05, { 2, -2, 0, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 4.304221716057e-06, -1.059818006126e-05, { 2, 0, 0, 0, 0, -4, 7, 0, -6, 0, 0, 0, 0 } }, + { 5.241215853017e-06, -9.654690568892e-06, { 0, 0, 2, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { -4.043743163934e-06, 1.085142215705e-05, { 2, 0, 0, 0, 0, 0, -4, 0, 6, -5, 0, 0, 0 } }, + { 1.103950065308e-05, -3.854707692131e-06, { 1, -1, 0, 0, 0, 21, -22, 0, 0, 0, 0, 0, 0 } }, + { 1.444956333092e-05, -4.410610759952e-07, { 2, 0, 0, 0, 0, -16, 13, 0, 0, 0, 0, 0, 0 } }, + { -9.435759925287e-06, -5.451096790263e-06, { 1, -1, 1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.294635477761e-05, 1.934770114645e-06, { 4, 0, -1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0 } }, + { 2.628994601293e-07, 1.461444603651e-05, { 2, -2, 0, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.884640785053e-06, 1.298063412647e-05, { 0, 0, 1, 0, 0, -3, 5, 0, 0, -4, 0, 0, 0 } }, + { 1.732652049673e-06, 1.312771622217e-05, { 2, 0, -1, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0 } }, + { -7.692325699470e-09, 1.485217516913e-05, { 3, 0, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.535985485956e-06, 1.031471195718e-05, { 1, 1, -2, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 3.158955448592e-06, -1.169138790063e-05, { 0, 0, 2, 0, 0, 20, -22, 0, 0, 0, 0, 0, 0 } }, + { -9.706154067341e-06, -5.141809512963e-06, { 1, -1, -1, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.882370138047e-06, -1.296516689200e-05, { 0, 0, 1, 0, 0, 3, -5, 0, 0, 4, 0, 0, 0 } }, + { -5.493691091639e-07, 1.429173676576e-05, { 2, 0, -2, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { -1.159142188578e-05, 3.244355748550e-06, { 2, 0, -1, 0, 0, 0, -2, 8, -5, 0, 0, 0, 0 } }, + { -3.170375582805e-06, -1.166492741252e-05, { 2, 0, 0, 0, 0, 0, -5, 0, 7, 0, 0, 0, 0 } }, + { 1.218816116554e-05, 2.640660578259e-06, { 1, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.331856985353e-06, -1.049497977342e-05, { 2, 0, 1, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { 1.198679129043e-05, 2.838116124932e-06, { 3, -1, 1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.086219521816e-05, 3.959072243822e-06, { 1, 1, -1, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.935647116670e-06, 6.879178548093e-06, { 0, 0, 2, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { 5.771978951077e-06, 9.040631995481e-06, { 2, 0, -1, 0, 0, 0, -3, 0, 6, -5, 0, 0, 0 } }, + { -1.357872193912e-05, -1.226017477042e-06, { 2, -2, 1, 0, 0, 0, 6, -7, -2, 0, 0, 0, 0 } }, + { 1.357872193912e-05, 1.226017477042e-06, { 2, -2, -1, 0, 0, 0, 6, -7, -2, 0, 0, 0, 0 } }, + { -9.865408973243e-06, 4.936961392901e-06, { 4, 0, -1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { 4.452836425403e-08, -1.475614703095e-05, { 0, 2, 0, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.044024350587e-08, 1.478398948610e-05, { 2, -2, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.425556955151e-05, -5.357236586621e-07, { 2, -2, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 4.277555321511e-06, 1.050362443716e-05, { 2, 0, -1, 0, 0, 4, -7, 0, 6, 0, 0, 0, 0 } }, + { 7.103087589758e-06, 7.672327015177e-06, { 3, 0, -2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.209325883599e-08, 1.476074984240e-05, { 2, 0, 0, 0, 0, 24, -26, 0, 0, 0, 0, 0, 0 } }, + { -1.058085410188e-05, 4.188674750186e-06, { 4, 0, -1, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { 4.679000235687e-06, -1.008563938650e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -4, 2, 0, 0, 0 } }, + { 9.282015344401e-06, -5.480174873901e-06, { 2, 0, -2, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0 } }, + { -1.773517683881e-06, 1.298701484975e-05, { 1, 1, -3, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.351738926684e-05, 1.236447741128e-06, { 0, 0, 2, 0, 0, -20, 15, 8, 0, 0, 0, 0, 0 } }, + { -1.351738926684e-05, -1.236447741128e-06, { 0, 0, 0, 0, 0, 20, -15, -8, 0, 0, 0, 0, 0 } }, + { 1.282091241713e-05, -1.927062518692e-06, { 0, 2, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.308653421701e-06, -9.433804176676e-06, { 1, 1, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -1.424077447360e-05, 4.854429139094e-07, { 6, 0, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.462026464171e-06, 1.025844886496e-05, { 2, 0, -1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 9.885941545180e-06, 4.829904441555e-06, { 0, 0, 2, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0 } }, + { -1.238445923391e-05, 2.327171461833e-06, { 2, 0, 0, 0, 0, 0, 2, 0, -6, 5, 0, 0, 0 } }, + { -7.535893104119e-06, 7.169844120855e-06, { 0, 0, 4, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.242834670420e-06, -1.345474552746e-05, { 1, 1, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -9.029769224726e-06, 5.664388745974e-06, { 2, -2, -1, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { 9.180753305516e-06, 5.508488396332e-06, { 0, 0, 0, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0 } }, + { 4.236068357497e-06, 1.044080761817e-05, { 2, 0, 0, 0, 0, 4, -7, 0, 6, 0, 0, 0, 0 } }, + { 2.264514440828e-06, 1.241089914017e-05, { 2, 0, -1, 0, 0, 0, -10, 16, 0, 0, 0, 0, 0 } }, + { -7.468434700881e-06, 7.197947781981e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 5, -2, 0, 0, 0 } }, + { 4.481949967623e-06, -1.018327170872e-05, { 1, -1, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -2.517062199871e-06, 1.213836578379e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 2, -6, 0, 0, 0 } }, + { -9.605361691111e-06, 5.048089335998e-06, { 2, 0, 0, 0, 0, 0, 20, -24, 0, 0, 0, 0, 0 } }, + { -1.349448333228e-08, 1.463803093048e-05, { 4, -2, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.157576441281e-05, 3.070769746254e-06, { 4, 0, 1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 1.157576441281e-05, -3.070769746254e-06, { 4, 0, -1, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { -1.403357352349e-05, 6.126458634721e-07, { 0, 0, 0, 0, 0, 14, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.226692043615e-05, 2.377161205966e-06, { 2, 0, -1, 0, 4, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.278096590586e-06, -7.364879127349e-06, { 0, 0, 1, 0, 0, 0, -4, 7, 3, 0, 0, 0, 0 } }, + { -1.354982981566e-05, 1.084816210091e-06, { 3, -1, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -1.174696175551e-05, -2.884875350169e-06, { 4, 0, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.690678932593e-06, -1.193614252633e-05, { 1, -1, -3, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { 7.848862684042e-06, 6.776203882590e-06, { 0, 0, 2, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { 9.292412422968e-06, 5.332174674457e-06, { 4, 0, 0, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { 1.439850794806e-07, 1.447824003323e-05, { 6, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.664077809154e-06, 1.295195023800e-05, { 4, 0, -2, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { -9.038611198421e-06, -5.573009537845e-06, { 2, 0, 1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { -1.396712035962e-05, -6.443936128661e-07, { 2, 0, -1, 0, 0, 0, 4, 0, 0, -5, 0, 0, 0 } }, + { -9.162385546718e-07, 1.369319774050e-05, { 6, 0, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 1.045660531326e-06, 1.356347056477e-05, { 2, 0, 1, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { -7.097662451995e-06, 7.498033354181e-06, { 0, 0, 0, 0, 0, 3, 1, 0, 0, 0, 0, 0, 0 } }, + { -9.528428136843e-06, 5.062767244536e-06, { 2, 0, -2, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { -8.907819035975e-06, 5.681196756096e-06, { 1, 1, 0, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.152297613045e-05, 3.058597203089e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 2, -6, 3, 0, 0 } }, + { 4.665434916044e-06, -9.915735383628e-06, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { -8.826129643498e-06, 5.754983843806e-06, { 2, 0, -2, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { -7.239969140722e-06, 7.334225503981e-06, { 0, 0, 1, 0, 0, 0, 4, -7, -3, 0, 0, 0, 0 } }, + { 1.214101029561e-05, -2.432945558682e-06, { 2, 0, -1, 0, 0, 0, 2, 0, 1, -2, 0, 0, 0 } }, + { -8.863603575636e-06, -5.701673422012e-06, { 4, -2, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -4.788079279071e-06, -9.774486011466e-06, { 1, 0, 0, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { 8.140371307734e-06, 6.407465060014e-06, { 4, 0, -1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { -2.789846744916e-06, -1.175714316779e-05, { 0, 0, 2, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 5.542003351492e-07, 1.399102385737e-05, { 1, 0, 0, 0, 0, 3, -4, 0, 1, 0, 0, 0, 0 } }, + { 1.857046393597e-07, -1.435597780879e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0 } }, + { -1.176919770946e-05, 2.769383685955e-06, { 1, 1, -2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.583403342988e-08, -1.451146676650e-05, { 2, 0, -2, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.088424672276e-05, -3.642346194017e-06, { 0, 0, 0, 0, 0, 15, -18, 0, 0, 0, 0, 0, 0 } }, + { 3.077783787263e-06, -1.144374262111e-05, { 1, 1, -1, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { 1.174285096521e-05, -2.776959434780e-06, { 1, 1, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -8.874695610591e-06, 5.639414365669e-06, { 0, 0, 2, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0 } }, + { 1.130817977735e-05, 3.199732133618e-06, { 2, 0, -2, 0, 0, 15, -10, -4, 0, 0, 0, 0, 0 } }, + { -3.015435858943e-08, -1.447411679821e-05, { 2, 0, 2, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { -8.956532776376e-06, -5.543856469784e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 1, -5, 0, 0, 0 } }, + { 1.390379419120e-05, 5.950057576681e-07, { 2, -4, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -5.913997772660e-06, -8.582848042700e-06, { 2, 0, -1, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.057924916933e-06, -1.343660274861e-05, { 0, 0, 0, 0, 5, -4, -1, 0, 0, 0, 0, 0, 0 } }, + { 7.547192324660e-06, 6.944127286007e-06, { 4, 0, -2, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { -1.228744639376e-05, 2.196284088654e-06, { 1, 1, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 1.907564122870e-07, 1.429257018162e-05, { 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, -2, 0, 0 } }, + { 1.001083335896e-05, 4.467350500603e-06, { 0, 0, 0, 0, 0, 0, 1, 0, 2, -7, 0, 0, 0 } }, + { -7.978929769754e-06, -6.498456508852e-06, { 2, -1, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 1.095335099474e-05, 3.518297949948e-06, { 4, 0, -1, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { 1.433344286985e-05, -1.379023782903e-07, { 3, 0, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.325065822283e-05, 1.216786297822e-06, { 4, 0, -2, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 9.477668518989e-08, 1.436992476424e-05, { 1, -1, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 3.907430157439e-07, -1.407321873882e-05, { 3, 0, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 8.722537338023e-08, 1.436943771772e-05, { 0, 0, 1, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0 } }, + { -8.786219054463e-06, 5.661884609560e-06, { 4, -2, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 4.790293940893e-06, 9.655469568986e-06, { 1, 0, 0, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.147654904138e-05, -2.961127560620e-06, { 4, 0, -2, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 7.198746572892e-06, -7.237485179968e-06, { 4, 0, -1, 0, -1, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 7.937784606219e-06, 6.485082040627e-06, { 4, -1, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -2.521061770180e-07, 1.416560670461e-05, { 1, 0, 0, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { -6.928010057793e-06, 7.488258701772e-06, { 4, -2, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 3.857539898231e-07, 1.402843483611e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -2, 1, 0, 0, 0 } }, + { 5.039389790288e-06, 9.371676770015e-06, { 0, 0, 2, 0, 0, 0, -34, 39, 0, 0, 0, 0, 0 } }, + { -1.102388239606e-05, -3.383315814674e-06, { 2, 0, 0, 0, 0, -3, 3, 0, -1, 0, 0, 0, 0 } }, + { -2.027810423767e-08, -1.438546542402e-05, { 0, 2, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { 7.543238007953e-06, 6.861652316573e-06, { 4, 0, -1, 0, 0, -3, 6, -4, 0, 0, 0, 0, 0 } }, + { -1.414971541458e-05, -2.521038877907e-07, { 3, 0, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -9.102063730611e-06, 5.292981837165e-06, { 1, 1, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.388212873262e-05, 5.084123777977e-07, { 2, 0, -1, 0, 0, -19, 20, 0, 0, 0, 0, 0, 0 } }, + { 1.165013780640e-05, -2.734388617927e-06, { 1, -1, -2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.512575592108e-09, 1.437264025809e-05, { 3, 0, -1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 4.052220757802e-08, 1.433957827271e-05, { 1, 0, 0, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 8.885734627578e-06, 5.493528980801e-06, { 3, 0, -2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.242487787517e-06, 1.213433628486e-05, { 0, 0, 2, 0, 0, 0, -2, 0, 3, -2, 0, 0, 0 } }, + { -1.188232564387e-06, 1.318740481125e-05, { 0, 0, 0, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0 } }, + { 1.325013009582e-05, 1.123629336975e-06, { 4, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 8.038181738377e-06, -6.332101326832e-06, { 0, 0, 2, 0, -1, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { 8.037709863139e-06, 6.332346140764e-06, { 0, 0, 2, 0, 1, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { 9.727532036192e-06, -4.621292430543e-06, { 2, -2, 2, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { -9.727532036192e-06, 4.621292430543e-06, { 2, -2, -2, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { 1.058607813928e-05, -3.759347158501e-06, { 2, 0, 2, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 1.058324268162e-05, 3.757892364410e-06, { 2, 0, 2, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 1.084502269403e-05, -3.493170854436e-06, { 0, 0, 1, 0, 0, 0, -4, 8, -4, 0, 0, 0, 0 } }, + { -6.979209276908e-06, -7.356930806316e-06, { 2, 0, 1, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { -6.387585983808e-06, -7.940780907691e-06, { 4, -2, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -9.085517716758e-06, 5.223801698326e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -4, 4, 0, 0, 0 } }, + { 2.990533206716e-06, -1.131623807407e-05, { 2, 0, 0, 0, 0, -8, 9, 8, -3, 0, 0, 0, 0 } }, + { -5.635912856159e-07, -1.374290445338e-05, { 3, -2, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 4.222910814200e-08, 1.425948677147e-05, { 1, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.158616947580e-05, 2.712580392901e-06, { 1, -1, 1, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.325934298631e-06, -9.956054774630e-06, { 2, -2, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -6.409152900450e-06, -7.870796135312e-06, { 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.258224820629e-09, -1.427585143630e-05, { 3, 0, 0, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.385011017832e-05, 4.220184503060e-07, { 6, 0, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -1.414101992572e-05, -1.274234981521e-07, { 5, 0, -3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.365744194275e-06, -1.190013128111e-05, { 1, -1, -1, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { -7.081788871137e-06, 7.181742472845e-06, { 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.810208269785e-06, -5.446878113896e-06, { 3, 0, -2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 7.996917560784e-06, -6.247907458643e-06, { 2, 0, -1, 0, 0, 0, -10, 18, 0, 0, 0, 0, 0 } }, + { -8.397092909057e-06, 5.846531827543e-06, { 4, 0, -3, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.128064187602e-05, 2.959435555183e-06, { 0, 2, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 5.057686312551e-06, -9.179105140857e-06, { 1, 0, 0, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { 2.696040836854e-06, 1.153354458254e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 4, -1, 0, 0, 0 } }, + { 9.286955328373e-06, -4.938865598807e-06, { 1, 0, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { 4.788541471969e-08, 1.417538498341e-05, { 2, -2, 0, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 5.376972964857e-06, -8.845297628191e-06, { 0, 0, 1, 0, 0, 0, -2, 4, 0, -4, 0, 0, 0 } }, + { 5.374738482200e-06, 8.840244991957e-06, { 0, 0, 1, 0, 0, 0, 2, -4, 0, 4, 0, 0, 0 } }, + { 5.512067795493e-08, -1.415902985771e-05, { 0, 0, 1, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { -1.399415268513e-05, -2.176391308361e-07, { 4, -2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.369588836110e-05, 5.027032303516e-07, { 2, 0, -2, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.377742669109e-05, 4.197631521339e-07, { 2, 0, -3, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -7.386461979352e-09, 1.418296064307e-05, { 2, 2, -3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.351733571552e-09, -1.417518375325e-05, { 6, 0, -4, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.835772601875e-06, 1.034607438444e-05, { 2, 0, -1, 0, 0, 0, -7, 8, -3, 0, 0, 0, 0 } }, + { -1.018644258810e-05, 3.993422926554e-06, { 0, 0, 1, 0, 0, 0, -10, 12, 0, 0, 0, 0, 0 } }, + { -9.351274212223e-06, 4.827750107832e-06, { 1, 1, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0, 0 } }, + { -8.386583078055e-06, 5.792280583905e-06, { 1, 1, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.324449432952e-05, 9.294559329390e-07, { 1, 0, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 1.122046849135e-05, 2.947927108487e-06, { 1, 1, -1, 0, 0, -11, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.956861646627e-06, -1.221052088332e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -2, 4, 0, 0, 0 } }, + { 5.843756551128e-06, -8.316211454351e-06, { 0, 0, 2, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { -3.086612818780e-07, -1.384926816024e-05, { 1, 0, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.021056501805e-05, 3.939295960265e-06, { 0, 2, -1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.138741151781e-05, -2.755426602510e-06, { 1, 0, -3, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -8.222011187732e-06, 5.913283710553e-06, { 2, 0, 1, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 1.705320815930e-06, -1.242856070238e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 3, 0, -2, 0, 0 } }, + { -4.318781130481e-06, 9.810524326327e-06, { 1, -1, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -1.103362838255e-05, 3.094100142665e-06, { 1, -1, -1, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.065449358575e-05, 3.463424794263e-06, { 0, 0, 1, 0, 0, 0, 4, -8, 4, 0, 0, 0, 0 } }, + { 5.033960227281e-06, 9.082700689323e-06, { 1, 0, 1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -6.251910199315e-06, 7.863785890999e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -6, 3, 0, 0, 0 } }, + { 8.201665523044e-06, -5.910430467261e-06, { 0, 0, 2, 0, 0, 0, -11, 21, -2, 0, 0, 0, 0 } }, + { 1.212439136686e-06, 1.289809841318e-05, { 0, 0, 2, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0 } }, + { 8.203285321277e-06, 5.905562946439e-06, { 0, 0, 2, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { 1.107690734769e-05, 3.022381326402e-06, { 1, -1, 0, 0, 0, -12, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.895593336933e-06, -1.220209716487e-05, { 2, 0, -1, 0, 0, -6, 9, 0, -3, 0, 0, 0, 0 } }, + { 1.116793039847e-05, 2.923381248218e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -2, 0 } }, + { -9.961748314119e-06, 4.123768543610e-06, { 0, 0, 1, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0 } }, + { -9.266491597750e-06, 4.816077530120e-06, { 4, 0, 0, 0, 0, -38, 37, 0, 0, 0, 0, 0, 0 } }, + { -9.266491597750e-06, -4.816077530120e-06, { 0, 0, 0, 0, 0, 38, -37, 0, 0, 0, 0, 0, 0 } }, + { 9.890587827760e-06, -4.190699873194e-06, { 2, 0, -1, 0, 0, 2, 6, -15, 8, -6, 0, 0, 0 } }, + { -6.806728036263e-06, 7.269603285042e-06, { 0, 0, 0, 0, 0, 2, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.121414038821e-06, 9.953031577808e-06, { 1, 0, -2, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.222943586729e-06, -9.850262326171e-06, { 2, 0, -1, 0, 0, 0, 16, -23, 0, 0, 0, 0, 0 } }, + { -1.120672631158e-05, 2.845208305324e-06, { 2, -1, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.135831860207e-05, 2.684763056703e-06, { 1, 1, -2, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.769653340784e-06, 9.273269331943e-06, { 2, 0, -1, 0, 0, -2, 5, 1, -8, 6, 0, 0, 0 } }, + { -9.971496432968e-06, 4.061701360534e-06, { 1, 1, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -6.338101754515e-06, 7.688190495562e-06, { 2, 0, 0, 0, 0, 0, -5, 8, -5, 5, 0, 0, 0 } }, + { -4.161390416745e-06, 9.857228269589e-06, { 0, 0, 1, 0, 0, 0, -11, 18, 0, 0, 0, 0, 0 } }, + { 9.922856837955e-06, 4.094318294231e-06, { 0, 0, 1, 0, 0, 5, -7, -4, 0, 0, 0, 0, 0 } }, + { -1.028088535294e-05, 3.735888925775e-06, { 0, 0, 1, 0, 0, 0, 1, -5, 0, 0, 0, 0, 0 } }, + { 1.240535637579e-05, -1.610910834636e-06, { 4, 0, -2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 4.608666469381e-06, -9.396130434165e-06, { 0, 0, 2, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { -9.185800374973e-06, -4.811019362861e-06, { 2, 0, 1, 0, 0, 0, -1, 0, -2, 0, 0, 0, 0 } }, + { 1.133667561791e-05, 2.658731554488e-06, { 1, -1, 1, 0, 0, 14, -13, 0, 0, 0, 0, 0, 0 } }, + { -9.983403892190e-06, 4.005259541118e-06, { 1, 0, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.356520792237e-05, 4.223633215897e-07, { 3, 0, -2, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.595395364197e-06, 7.392012072124e-06, { 0, 0, 0, 0, 0, 1, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.766583658712e-06, 9.216042398302e-06, { 0, 0, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.093517006673e-05, -3.043270383825e-06, { 1, 1, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { -5.708334397213e-06, 8.269222322267e-06, { 0, 0, 1, 0, 0, 3, -7, 0, 0, 0, 0, 0, 0 } }, + { -8.694188765239e-06, 5.275934836915e-06, { 0, 0, 3, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 4.979975855704e-06, 8.987205758889e-06, { 0, 2, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 1.192471089735e-05, -2.042438299561e-06, { 2, 0, -1, 0, 0, 17, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.126682800656e-05, -2.690113022921e-06, { 2, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.371407917295e-05, -2.406221429228e-07, { 5, -2, -1, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.371407917295e-05, 2.406221429228e-07, { 1, -2, 1, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { -4.949704165039e-06, -9.002095553276e-06, { 3, 0, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -1.377017895765e-05, -1.791093003942e-07, { 2, 0, 0, 0, 0, 0, 19, -22, 0, 0, 0, 0, 0 } }, + { -4.437489105934e-07, -1.350418194487e-05, { 2, 0, -2, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { -1.237441733345e-05, 1.563126661239e-06, { 2, 0, 1, 0, 0, 0, -1, 0, 0, 0, 2, 0, 0 } }, + { -8.735785024216e-06, -5.195276758430e-06, { 2, 0, 1, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { -1.153736063977e-05, -2.393113604984e-06, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 4, 0, 0, 0 } }, + { -1.172737963531e-05, 2.200665151226e-06, { 0, 2, -3, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.129205053029e-05, -2.633336346999e-06, { 1, 1, -1, 0, 0, -14, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.327509358548e-05, -6.410847290128e-07, { 2, 0, -2, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0 } }, + { 1.124359315063e-05, 2.667536873977e-06, { 2, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.490117695801e-06, 7.413709106898e-06, { 6, 0, -2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -9.509989873497e-06, 4.393632578426e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 3, -4, 0, 0, 0 } }, + { -1.176623065961e-08, 1.389148718687e-05, { 4, -2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.853186727020e-06, 9.044827788981e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -2, -5, 0, 0, 0 } }, + { 1.366093462225e-05, -2.298446176907e-07, { 1, 0, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.218975833342e-09, 1.388290675398e-05, { 1, 0, 0, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 2.501278115123e-07, 1.363044886615e-05, { 4, 0, -1, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { 8.018192283135e-06, 5.861520406894e-06, { 0, 0, 1, 0, 0, 0, 10, -18, 0, 0, 0, 0, 0 } }, + { -5.686004248441e-06, 8.186746794420e-06, { 4, 0, -1, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { 1.071913952774e-05, 3.150457775116e-06, { 3, -2, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.069795843686e-05, -3.169194199597e-06, { 2, 0, 1, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 7.567773821458e-06, 6.299160338687e-06, { 2, 0, 2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -7.672836812034e-06, 6.190828332995e-06, { 1, 1, 0, 0, 0, -12, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.071449166120e-05, -3.148073165292e-06, { 3, -2, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 3.785803095740e-06, -1.007670652256e-05, { 4, 0, 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -8.058390594832e-06, 5.801617534084e-06, { 1, 1, 0, 0, 0, -4, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.023689156270e-10, 1.385766646195e-05, { 4, 0, 0, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { 7.682982224927e-06, -6.170427416735e-06, { 2, -2, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 1.551798815455e-06, -1.229434724471e-05, { 3, 1, -4, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { -7.816275077965e-06, -6.028376076952e-06, { 1, 0, 0, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 9.110930871198e-06, -4.730600513064e-06, { 2, 0, -1, 0, 0, 0, 19, -23, 0, 0, 0, 0, 0 } }, + { -8.448470223846e-08, 1.375179149297e-05, { 2, -2, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -1.346131747779e-05, 3.488596937824e-07, { 4, 0, -2, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { 4.599642754811e-06, 9.209387005836e-06, { 0, 0, 6, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.355094377036e-05, 2.445890494778e-07, { 2, 0, -1, 0, 0, 0, 18, -21, 0, 0, 0, 0, 0 } }, + { 1.039638593127e-05, 3.398425018103e-06, { 0, 0, 1, 0, -2, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.387507559014e-06, 1.140559141064e-05, { 1, 1, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { -5.667588214998e-06, -8.116176436530e-06, { 2, 0, -1, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { -1.025655232047e-07, -1.367996102222e-05, { 2, 0, -1, 0, 0, -3, 5, 0, 0, -4, 0, 2, 0 } }, + { -1.025659421077e-07, 1.367984798640e-05, { 2, 0, -1, 0, 0, 3, -5, 0, 0, 4, 0, -2, 0 } }, + { -3.739439346751e-09, 1.377840728624e-05, { 6, 0, -2, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 7.757484035898e-06, 6.015639371181e-06, { 0, 0, 1, 0, 0, 0, -1, 0, -1, 1, 0, 0, 0 } }, + { 4.587339254136e-06, 9.184469544566e-06, { 0, 2, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.083406178152e-06, -1.068419402013e-05, { 1, 1, -1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.837434310472e-07, -1.347640159851e-05, { 0, 0, 1, 0, 0, 2, -4, 2, 0, 0, 0, 0, 0 } }, + { 1.088496621760e-06, -1.266637324393e-05, { 0, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.431483479576e-06, -1.231782796231e-05, { 2, 0, 1, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0 } }, + { 1.079768207979e-05, -2.949085960649e-06, { 0, 0, 1, 0, 0, 12, -15, 0, 0, 0, 0, 0, 0 } }, + { -4.464078744050e-06, -9.274964661953e-06, { 1, 0, 0, 0, 0, -7, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.470489354991e-06, 9.264720929284e-06, { 0, 0, 1, 0, 0, 0, 7, -14, 0, 0, 0, 0, 0 } }, + { -4.465266523265e-06, -9.267914996435e-06, { 2, 0, -2, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.974280402935e-06, 6.757515541060e-06, { 0, 0, 0, 0, 0, 5, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.474143951071e-07, -1.358377993169e-05, { 4, 0, -3, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -7.804711974615e-06, -5.925302169652e-06, { 0, 0, 1, 0, 0, 0, -11, 15, 0, 0, 0, 0, 0 } }, + { 1.479532836209e-07, 1.358110424681e-05, { 3, 0, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.540677690386e-08, 1.370978353368e-05, { 2, 0, -1, 0, 0, -2, 4, -2, 0, 0, 0, 0, 0 } }, + { -2.991357177673e-06, 1.073086784143e-05, { 0, 0, 1, 0, 0, -14, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.317442678709e-05, 5.463175507313e-07, { 2, 0, 0, 0, 0, 0, -11, 14, 0, 0, 0, 0, 0 } }, + { 9.810226941431e-06, 3.903576955730e-06, { 3, -1, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.038875969122e-05, -3.322955550397e-06, { 2, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.330262523579e-05, -4.082016240613e-07, { 0, 0, 3, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { 1.152281209936e-05, 2.186492715057e-06, { 0, 0, 1, 0, 0, 0, -2, 0, -1, 2, 0, 0, 0 } }, + { 2.318550604527e-08, 1.367701518961e-05, { 2, 0, -2, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { 3.154840997118e-06, 1.054356567296e-05, { 1, 0, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { -5.339395030226e-06, 8.358272546193e-06, { 2, -2, -1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -1.262742267002e-06, 1.242846488068e-05, { 2, 0, 0, 0, 0, 0, 14, -20, 0, 0, 0, 0, 0 } }, + { 9.940315782620e-07, 1.269199713615e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 3, -7, 0, 0, 0 } }, + { -7.759722000009e-07, -1.289684420051e-05, { 0, 0, 0, 0, 0, 20, -19, 0, 0, 0, 0, 0, 0 } }, + { 2.619043829282e-07, 1.340715667420e-05, { 1, 1, 1, 0, -1, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.619043829282e-07, -1.340715667420e-05, { 1, 1, -3, 0, -1, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.104739499725e-05, -2.620863567754e-06, { 2, -1, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 9.725283892360e-07, -1.268844488121e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -3, 7, 0, 0, 0 } }, + { -8.350133428071e-06, 5.309650024235e-06, { 0, 0, 1, 0, 0, 0, -8, 12, -2, 0, 0, 0, 0 } }, + { 1.095201505526e-05, -2.692939897009e-06, { 3, -1, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -9.789526164126e-06, 3.855424701161e-06, { 1, -1, -2, 0, 0, 24, -25, 0, 0, 0, 0, 0, 0 } }, + { 2.728844174020e-06, 1.091096012413e-05, { 2, 1, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -5.315112546581e-06, -8.319924296200e-06, { 2, -2, -1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -1.157091902941e-05, -2.055978700898e-06, { 2, 0, 0, 0, 0, -15, 8, 4, 0, 0, 0, 0, 0 } }, + { -1.098678064810e-05, 2.638202786059e-06, { 2, -1, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.776659264430e-07, 1.344452966026e-05, { 2, 0, 0, 0, 0, 25, -27, 0, 0, 0, 0, 0, 0 } }, + { -1.321698660358e-05, 4.025647149280e-07, { 6, 0, -3, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -3.748586750845e-06, -9.868851080350e-06, { 1, -1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { 3.748586750845e-06, 9.868851080350e-06, { 1, -1, -1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { -9.449514732266e-06, -4.158676153360e-06, { 0, 0, 1, 0, 0, 16, -26, 0, 0, 0, 0, 0, 0 } }, + { -9.449514732266e-06, 4.158676153360e-06, { 0, 0, 1, 0, 0, -16, 26, 0, 0, 0, 0, 0, 0 } }, + { -1.269362403958e-06, 1.233816802562e-05, { 2, 0, -2, 0, 0, 0, 11, -17, 0, 0, 0, 0, 0 } }, + { 4.816510866030e-06, -8.786545844812e-06, { 2, 0, 0, 0, 0, 0, -9, 9, 0, 0, 0, 0, 0 } }, + { -1.320377346729e-05, 3.951170602142e-07, { 2, 0, -1, 0, 0, -16, 17, 0, 0, 0, 0, 0, 0 } }, + { -8.463810594305e-06, -5.134999684108e-06, { 0, 0, 1, 0, 0, 0, -5, 0, 4, 0, 0, 0, 0 } }, + { 7.633172190452e-06, -5.965469653029e-06, { 4, 0, -1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { 3.410758967931e-06, -1.018538525476e-05, { 1, 0, -2, 0, 0, -5, 9, 0, 0, 0, 0, 0, 0 } }, + { -5.327528375856e-06, 8.267993194939e-06, { 2, 0, -1, 0, 0, 0, -5, 3, 0, 0, 0, 0, 0 } }, + { -1.099870933648e-05, 2.596539566232e-06, { 0, 1, 0, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { 6.306166536843e-06, -7.287463852773e-06, { 4, 0, -1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { 5.062797532339e-06, 8.529492404539e-06, { 2, 0, -1, 0, 0, 0, -11, 17, 0, 0, 0, 0, 0 } }, + { -5.580834583563e-08, -1.353375496563e-05, { 2, 0, -2, 0, 0, 0, -12, 24, -7, -5, 0, 0, 0 } }, + { -4.190718195620e-06, -9.396394617019e-06, { 2, 0, -1, 0, 0, -2, 6, -5, 0, 0, 0, 0, 0 } }, + { 1.093872310869e-05, 2.646896011707e-06, { 0, 2, -2, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -7.492412187807e-06, 6.087676683937e-06, { 1, -1, 0, 0, 0, -14, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.885783261810e-06, -1.168846847477e-05, { 4, 0, -2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.206762265414e-06, 1.136419084114e-05, { 1, 1, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { -7.191410151565e-06, -6.371740082874e-06, { 1, 0, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -9.489845256624e-06, 4.070147183807e-06, { 4, 0, -1, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { 1.288879465527e-05, 6.645209824878e-07, { 3, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -8.081602591997e-06, -5.461881491539e-06, { 2, 0, 3, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.258801502437e-06, 1.227207956244e-05, { 2, 0, 0, 0, 0, 0, 13, -19, 0, 0, 0, 0, 0 } }, + { -1.089047529698e-05, -2.635213293116e-06, { 3, 0, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 6.729672663251e-08, -1.345731352338e-05, { 2, 0, 2, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -1.307461552982e-05, -4.491033781244e-07, { 2, 0, -1, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { -4.872956136905e-06, -8.650746256734e-06, { 4, 0, -2, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { 4.797970342888e-06, 8.708019166012e-06, { 4, 0, -4, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 1.067433084428e-05, -2.830033528953e-06, { 4, 0, -3, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 6.761288556278e-06, -6.740206763782e-06, { 4, 0, -3, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -1.302156041117e-05, 4.797374240056e-07, { 2, 0, 1, 0, 0, -19, 20, 0, 0, 0, 0, 0, 0 } }, + { -7.153927193736e-06, -6.346123051206e-06, { 2, -2, 0, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -8.318317303915e-06, -5.181468454299e-06, { 2, -2, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -7.782360609878e-06, 5.713719462877e-06, { 1, 1, 0, 0, 0, -5, 2, 0, 0, 0, 0, 0, 0 } }, + { 7.773003248065e-06, 5.720961292420e-06, { 1, 0, -2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -5.411670320393e-06, 8.080891834548e-06, { 2, 0, -3, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 8.432714053782e-06, 5.053997260917e-06, { 1, 1, -1, 0, 0, 0, -1, 0, 0, -2, 0, 0, 0 } }, + { -1.335830347670e-05, 1.269462757529e-07, { 0, 0, 0, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.090342067499e-05, 2.580541276265e-06, { 3, -1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.286012097868e-06, 1.118617557351e-05, { 4, 0, -1, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { 6.280305474525e-06, -7.190685337791e-06, { 2, 0, 0, 0, 0, 0, -11, 12, 0, 0, 0, 0, 0 } }, + { 1.144371267600e-07, -1.335646548806e-05, { 2, 0, 2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -5.000826616494e-06, 8.468760112785e-06, { 2, 0, -1, 0, 0, 0, 5, 0, -8, 0, 0, 0, 0 } }, + { 1.154405510842e-05, -1.924369173801e-06, { 2, 0, 1, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -8.947455430042e-06, 4.516700553504e-06, { 2, 0, 1, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { -8.030071819779e-06, 5.429399180784e-06, { 2, 0, 3, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.660690422228e-06, 1.179821421908e-05, { 1, 1, -1, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.450542038898e-06, 1.200515278773e-05, { 2, 0, -3, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 8.400810088185e-06, 5.049535664455e-06, { 1, -1, 1, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { -4.440532106831e-06, 9.008080899142e-06, { 2, 0, 0, 0, 0, 0, 3, 0, 0, -5, 0, 0, 0 } }, + { 1.093357500683e-05, 2.510094205357e-06, { 4, 0, -1, 0, 0, 0, -3, 0, 0, 2, 0, 0, 0 } }, + { 2.229112169614e-06, -1.121375274432e-05, { 4, 0, -3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -6.787867091442e-06, -6.650221816786e-06, { 1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -9.774046811981e-06, 3.661579554480e-06, { 1, -1, 1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.153537392616e-05, 1.879883035366e-06, { 0, 2, 0, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { -1.123281115919e-05, 2.177906627042e-06, { 0, 0, 1, 0, 0, 0, -5, 10, -4, 0, 0, 0, 0 } }, + { 3.252330478343e-09, -1.340538491603e-05, { 6, 0, -3, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -9.382209645531e-06, -4.021163184859e-06, { 4, 0, -1, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 4.223962047665e-06, 9.179164727712e-06, { 3, 1, -2, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.709736692565e-06, -8.692593355819e-06, { 0, 0, 1, 0, 0, 0, -7, 14, 0, 0, 0, 0, 0 } }, + { -1.729673695791e-06, 1.167111948440e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -3, 3, 0, 0, 0 } }, + { 4.750432780646e-06, 8.646660676912e-06, { 1, 0, 3, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -4.750432780646e-06, -8.646660676912e-06, { 1, 0, -3, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -1.082776627105e-05, 2.567009755268e-06, { 0, 1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.346779467292e-06, -1.204777582927e-05, { 0, 0, 1, 0, 0, 0, 12, -24, 5, 10, 0, 0, 0 } }, + { -1.346779467292e-06, 1.204777582927e-05, { 0, 0, 1, 0, 0, 0, -12, 24, -5, -10, 0, 0, 0 } }, + { -1.121889976458e-05, -2.172697661592e-06, { 0, 0, 1, 0, 0, 0, 5, -10, 4, 0, 0, 0, 0 } }, + { -1.057700633015e-05, 2.809608385771e-06, { 1, -3, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 1.033206507231e-06, 1.234830047219e-05, { 2, 0, 0, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { -1.945581233854e-07, -1.318546002616e-05, { 3, 0, -1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 1.080565654375e-05, 2.571054137576e-06, { 1, -1, -1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { -7.360478174318e-06, 6.010282697317e-06, { 3, 1, -1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.303624034517e-06, -1.106663279850e-05, { 1, 1, 0, 0, 0, -9, 11, 0, 0, 0, 0, 0, 0 } }, + { 1.323851618222e-05, 1.302947880726e-07, { 4, 0, -2, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.560188190172e-08, -1.335025940975e-05, { 0, 0, 0, 0, 0, 27, -27, 0, 0, 0, 0, 0, 0 } }, + { -1.261343639087e-05, -7.509440494504e-07, { 3, 0, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.778100085129e-07, 1.318486830522e-05, { 1, 0, 3, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -7.460708594356e-06, -5.898098684462e-06, { 2, 0, -2, 0, 0, -3, 6, -4, 0, 0, 0, 0, 0 } }, + { -5.343356710844e-06, -8.009581477589e-06, { 2, 0, -3, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 6.808368616654e-06, 6.543827356012e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -1, -3, 0, 0, 0 } }, + { -4.061696473419e-06, 9.280523631653e-06, { 2, -2, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 2.345793513661e-07, -1.310763011897e-05, { 4, 0, -2, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { 5.554574417844e-06, 7.784863355855e-06, { 2, 0, -1, 0, 0, 0, -1, 2, -2, 0, 0, 0, 0 } }, + { 7.344469780984e-06, 5.991748895930e-06, { 2, -1, 1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 1.248671783634e-05, 8.261856738607e-07, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, -3, 0, 0 } }, + { 7.264569590652e-06, -6.045668473216e-06, { 1, 1, 0, 0, 0, -17, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.262115436997e-05, -6.865548078054e-07, { 0, 0, 2, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { -3.185423311210e-06, -1.011224580167e-05, { 5, -1, -2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -4.392450448720e-06, 8.899783134228e-06, { 1, 0, 0, 0, 0, 7, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.036756655894e-05, -2.913373473155e-06, { 1, 0, -1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -9.933748346329e-07, 1.228648050340e-05, { 2, 0, 1, 0, 0, 0, -1, 0, 3, -2, 0, 0, 0 } }, + { 1.221247121160e-05, -1.065621489072e-06, { 2, 0, -2, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { -6.866895656333e-06, 6.403668141356e-06, { 2, 0, -1, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0 } }, + { 2.353967275666e-06, -1.091197385242e-05, { 1, 1, -1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.178856628066e-07, -1.314437707975e-05, { 2, -2, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.071923684076e-05, 2.542726104162e-06, { 2, -1, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 7.461872713521e-06, -5.797459394814e-06, { 2, 0, 1, 0, 0, 0, -11, 21, -2, 0, 0, 0, 0 } }, + { 1.038082502321e-05, -2.871072658964e-06, { 0, 0, 1, 0, 0, 0, -2, 6, -3, 0, 0, 0, 0 } }, + { -2.047104604044e-06, -1.120475775424e-05, { 0, 1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 5.945303647795e-06, 7.303113004051e-06, { 0, 0, 0, 0, 0, 1, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.814169038577e-06, -1.043387082922e-05, { 1, -1, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.358400591196e-07, -1.310518742645e-05, { 2, 0, 0, 0, 0, 30, -30, 0, 0, 0, 0, 0, 0 } }, + { -9.348090182663e-06, 3.889542255753e-06, { 2, -2, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.273718277296e-06, 1.095337050824e-05, { 1, -1, 1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -1.152264709307e-05, -1.703672207427e-06, { 6, 0, -2, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -7.682113017460e-06, 5.543980571357e-06, { 0, 0, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -4.084752832004e-06, -9.140312575127e-06, { 2, 0, 0, 0, 0, -2, 6, -5, 0, 0, 0, 0, 0 } }, + { -2.783920255562e-06, -1.043935475285e-05, { 1, -1, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 4.877733833929e-08, 1.317169239666e-05, { 2, 0, -2, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { 2.476877042816e-06, -1.074116712343e-05, { 1, 0, 1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.902068630890e-07, 1.292502462460e-05, { 2, 0, 0, 0, 0, 0, 1, 0, -2, 1, 0, 0, 0 } }, + { -4.745894027132e-06, 8.468748511060e-06, { 4, 0, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 1.044189694037e-05, 2.770716792947e-06, { 2, 0, 3, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 1.157848294956e-06, 1.205376084029e-05, { 0, 0, 1, 0, 0, 0, 6, 0, -6, 0, 0, 0, 0 } }, + { 1.274389333837e-05, 4.656447280396e-07, { 4, 0, -3, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.030725339448e-06, -1.217837773934e-05, { 0, 0, 1, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0 } }, + { -1.206367213574e-05, 1.144556245477e-06, { 1, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.105177702167e-06, 1.010110651814e-05, { 2, 0, 0, 0, 0, 0, 3, -8, 5, -5, 0, 0, 0 } }, + { -1.072520548410e-05, 2.477389259847e-06, { 1, 1, -2, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.298161097747e-05, 2.139344278090e-07, { 2, 0, -2, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { 7.426242855300e-06, 5.766471448151e-06, { 2, 0, 1, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { -1.205315651495e-05, -1.137934875911e-06, { 0, 1, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.101746052355e-05, -2.173070372192e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 1, 0 } }, + { 2.735721461120e-08, -1.315377924357e-05, { 0, 2, 0, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.099063499732e-05, 2.185385704146e-06, { 0, 0, 1, 0, 0, 0, -2, 0, -2, 8, 0, 0, 0 } }, + { -1.066342726160e-05, -2.506904269987e-06, { 1, 1, -1, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { -3.173213516401e-08, 1.313792243996e-05, { 2, 0, -2, 0, 0, 0, 12, -24, 7, 5, 0, 0, 0 } }, + { -6.791161230468e-06, 6.378453594785e-06, { 0, 0, 0, 0, 0, 6, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.634567883112e-06, -1.053413706638e-05, { 5, 1, -2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 9.065936453999e-07, 1.225699098129e-05, { 2, -2, 1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 3.343025995408e-07, -1.282378732976e-05, { 4, 0, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 8.212352360628e-06, 4.939145572725e-06, { 2, 0, -2, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0 } }, + { -4.209996107158e-06, -8.940162275429e-06, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 8, 0, 0, 0 } }, + { -1.001190057114e-05, 3.136605256070e-06, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 4, 0, 0, 0 } }, + { -1.188727092452e-05, 1.260575462240e-06, { 0, 0, 1, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.062405176576e-05, -2.520206627127e-06, { 2, -1, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.199599826391e-06, 1.194403831307e-05, { 2, 0, 0, 0, 0, 0, 15, -21, 0, 0, 0, 0, 0 } }, + { -1.301688484155e-05, 1.209122451713e-07, { 1, 0, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.063115471520e-05, -2.504018071594e-06, { 1, 1, 1, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { 4.979145432287e-06, 8.149208249910e-06, { 1, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.312814804059e-06, -1.181331138065e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -1, 2, 0, 0, 0 } }, + { 1.148332952394e-06, -1.197591969120e-05, { 2, 0, -1, 0, 0, 0, 17, -23, 0, 0, 0, 0, 0 } }, + { 1.029130702426e-05, 2.823028636764e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 3, -5, 0, 0, 0 } }, + { 7.818458358968e-06, -5.289896526314e-06, { 1, 0, -2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 4.270826184269e-07, -1.267435552537e-05, { 2, 0, 1, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0 } }, + { -4.522618010974e-06, 8.578313222330e-06, { 2, 0, 2, 0, 0, -26, 28, 0, 0, 0, 0, 0, 0 } }, + { 1.020999838707e-05, 2.875728075300e-06, { 2, 0, -3, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 6.933064944386e-06, 6.150173614067e-06, { 3, 0, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -2.783072356893e-06, -1.030003455582e-05, { 6, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.053380709073e-05, -2.548905900052e-06, { 0, 2, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -8.748517039090e-06, 4.326916470348e-06, { 4, 0, -2, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { -7.478239178588e-06, 5.591818138667e-06, { 1, 1, 0, 0, 0, -6, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.667434578736e-09, 1.306280540703e-05, { 2, 0, -1, 0, 0, -2, 5, 0, 0, 1, 0, 0, 0 } }, + { 5.667434578736e-09, 1.306280540703e-05, { 2, 0, -3, 0, 0, -2, 5, 0, 0, 1, 0, 0, 0 } }, + { 2.248534490033e-06, 1.081755682543e-05, { 1, -1, 0, 0, 0, 16, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.040513246539e-05, -2.660586700321e-06, { 2, -2, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.860769814891e-06, -1.019792772196e-05, { 2, 0, 0, 0, 0, 0, 4, -6, 2, 0, 0, 0, 0 } }, + { -2.114811571267e-06, 1.094330646756e-05, { 2, -2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.006517984808e-05, -2.991063513559e-06, { 0, 0, 2, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0 } }, + { 6.423503028264e-06, 6.631056250465e-06, { 2, 0, 0, 0, 0, 0, 1, -4, 3, 0, 0, 0, 0 } }, + { -5.673655523854e-06, 7.380494601448e-06, { 0, 0, 1, 0, 0, 0, 3, -4, 2, 0, 0, 0, 0 } }, + { -9.013550909854e-06, 4.036143826471e-06, { 1, -1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.152885378709e-06, 5.891631394330e-06, { 6, 0, -3, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 5.323973889262e-06, -7.719687395007e-06, { 0, 0, 2, 0, 0, 2, -14, 15, 0, 0, 0, 0, 0 } }, + { -9.781326460354e-06, -3.260814740595e-06, { 2, 0, 1, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0 } }, + { -8.391137959255e-06, 4.646718778427e-06, { 1, 1, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.901799272680e-06, -7.133904684921e-06, { 2, 0, 0, 0, 0, 0, -2, 0, -2, 0, 0, 0, 0 } }, + { -1.887604183162e-06, -1.114550408414e-05, { 1, -1, 1, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { 9.207361590419e-06, 3.823720232359e-06, { 2, 0, 0, 0, 0, 0, 1, 0, 0, -4, 0, 0, 0 } }, + { 5.536304049940e-06, -7.490987109735e-06, { 1, 0, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 5.337590101488e-06, -7.682539904255e-06, { 0, 0, 1, 0, 0, 0, 11, -16, 0, 0, 0, 0, 0 } }, + { 5.242343210039e-06, 7.776074847040e-06, { 2, 0, 0, 0, 0, 0, -1, 2, -2, 0, 0, 0, 0 } }, + { 1.550506984590e-06, 1.146631757115e-05, { 0, 0, 1, 0, 0, 0, -5, 0, 6, 0, 0, 0, 0 } }, + { -1.978686926853e-06, 1.103495268703e-05, { 3, 0, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -4.184716330676e-06, 8.827097871364e-06, { 2, 0, -2, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0 } }, + { -1.262185730428e-05, 3.884909233813e-07, { 0, 2, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -2.368533815788e-07, -1.277001159296e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 } }, + { 1.037632581577e-05, 2.626164721315e-06, { 1, -1, -1, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { 7.059922750157e-06, 5.937502437361e-06, { 1, -1, -3, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 7.431615932163e-06, 5.560843774527e-06, { 2, 0, 0, 0, 0, 0, 3, -6, 1, 0, 0, 0, 0 } }, + { -7.016577871371e-07, 1.228839654226e-05, { 2, 0, -1, 0, 0, 0, 4, 0, -6, 2, 0, 0, 0 } }, + { -5.035853460598e-06, 7.947345031538e-06, { 0, 0, 0, 0, 5, 0, -8, 0, 0, 0, 0, 0, 0 } }, + { 6.266691629981e-06, 6.714678403500e-06, { 2, 0, -1, 0, 0, 0, -7, 6, 0, 0, 0, 0, 0 } }, + { 3.539001019771e-07, -1.262527876308e-05, { 2, 0, 0, 0, 0, -4, 6, 0, -2, 0, 0, 0, 0 } }, + { -5.201274638608e-06, 7.773558307736e-06, { 2, 0, 0, 0, 0, 0, 20, -25, 0, 0, 0, 0, 0 } }, + { 1.219570437435e-05, -7.775421295068e-07, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -7, 0, 0, 0 } }, + { 7.528344819088e-06, -5.441274239127e-06, { 2, -2, -1, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { -3.787280335971e-06, -9.181277864687e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 2, -3, 0, 0, 0 } }, + { -2.887722190705e-06, 1.008006818758e-05, { 2, 0, -1, 0, 0, -11, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.211345714360e-08, 1.295549258127e-05, { 4, 0, -2, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.346890882777e-06, 1.162042010661e-05, { 4, 0, -1, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { -4.104258342168e-06, -8.862267285159e-06, { 1, -1, 0, 0, 0, -13, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.013999436524e-05, 2.823284047709e-06, { 1, 0, 1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 1.013791518024e-05, -2.822732534847e-06, { 1, 0, 1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 4.176009412884e-06, 8.783158169099e-06, { 0, 0, 1, 0, 0, 0, -1, 2, -2, 0, 0, 0, 0 } }, + { 4.315477000915e-06, -8.640097055043e-06, { 0, 0, 4, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 9.123182567454e-06, 3.830625305301e-06, { 2, 0, -1, 0, 0, 0, 1, 0, 0, -4, 0, 0, 0 } }, + { 3.855650984415e-06, -9.094947814435e-06, { 0, 0, 1, 0, -5, 14, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.554622642638e-06, 3.392478508350e-06, { 2, -2, -1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -9.553530093258e-06, -3.392094130141e-06, { 2, -2, -1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 1.097346873365e-05, 1.972110203651e-06, { 3, -1, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 1.048390543023e-05, 2.458184828628e-06, { 4, -2, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 2.940944091120e-06, 1.000005420191e-05, { 1, 0, 1, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { 8.570585713442e-06, -4.369112581972e-06, { 0, 0, 1, 0, 0, 0, 13, -17, 0, 0, 0, 0, 0 } }, + { 5.014055970462e-06, 7.916607467314e-06, { 0, 0, 2, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.375532034876e-06, -8.554914474105e-06, { 2, 0, -2, 0, 0, -12, 10, 0, 0, 0, 0, 0, 0 } }, + { -8.088407269596e-06, 4.841692716813e-06, { 0, 0, 2, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0 } }, + { 1.282974668890e-05, 9.301788480030e-08, { 1, -2, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.170397688965e-06, -1.074924407103e-05, { 1, 1, -1, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { 3.845123427365e-06, 9.070842222679e-06, { 0, 0, 1, 0, 5, -14, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.244671668622e-05, -4.674346301584e-07, { 0, 0, 2, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.827833685022e-06, -1.108174927564e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -4, 7, 0, 0, 0 } }, + { -4.163603276919e-06, 8.743535243874e-06, { 2, 0, 0, 0, 0, 21, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.242411928056e-05, -4.828935273569e-07, { 2, -2, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.194267144455e-06, 1.171257662347e-05, { 4, 0, -3, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.199902146089e-05, 9.036644419889e-07, { 2, 0, -1, 0, 0, 6, -4, -8, 3, 0, 0, 0, 0 } }, + { -1.099833820051e-06, 1.180165775299e-05, { 0, 0, 2, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { -1.256607620184e-05, -3.336553454767e-07, { 2, 0, -1, 0, 0, 19, -18, 0, 0, 0, 0, 0, 0 } }, + { -2.745211792563e-07, 1.261973949759e-05, { 4, 0, -3, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 9.053181479125e-06, 3.839672772046e-06, { 4, 0, -1, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.328342019729e-06, 1.056416701173e-05, { 0, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.699281149291e-06, 6.192719128045e-06, { 2, -2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -1.120231455280e-05, -1.689189161033e-06, { 6, 0, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -1.236059745622e-05, 5.286383552581e-07, { 2, 0, -1, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { 9.456872094113e-06, -3.430447043665e-06, { 4, 0, -2, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 7.028175145904e-06, 5.855615676919e-06, { 2, 0, 0, 0, 0, 8, -17, 8, -3, 0, 0, 0, 0 } }, + { 4.611136561740e-08, 1.282557829920e-05, { 2, -2, 0, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.006637344438e-05, -2.802715374682e-06, { 4, 0, 1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -1.006614437732e-05, 2.802744903983e-06, { 4, 0, 1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -1.274248993165e-05, 1.252679239179e-07, { 0, 0, 3, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.519738826145e-06, 9.346867223850e-06, { 0, 0, 1, 0, 1, 0, -14, 19, -3, 0, 0, 0, 0 } }, + { -3.519738826145e-06, -9.346867223850e-06, { 0, 0, 1, 0, -1, 0, 14, -19, 3, 0, 0, 0, 0 } }, + { -1.278020787218e-05, 8.606563943014e-08, { 2, 0, 3, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.702584157351e-06, 9.160583283891e-06, { 4, 0, -3, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 3.155562102435e-06, -9.702461958064e-06, { 0, 0, 1, 0, 0, 0, 8, -16, 2, 10, 0, 0, 0 } }, + { 3.155562102435e-06, 9.702461958064e-06, { 0, 0, 1, 0, 0, 0, -8, 16, -2, -10, 0, 0, 0 } }, + { -1.813166596191e-06, 1.104382514059e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 4, -7, 0, 0, 0 } }, + { -9.200321368514e-06, -3.653991888908e-06, { 0, 0, 3, 0, 0, 2, -13, 15, 0, 0, 0, 0, 0 } }, + { 1.000447943867e-05, -2.849403005586e-06, { 2, -2, 0, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 1.949176418818e-06, 1.089849959299e-05, { 2, -2, -1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -6.065489889274e-07, -1.224092757580e-05, { 2, -2, 1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 6.835024392467e-06, 6.011116236304e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 } }, + { -1.254864824673e-06, -1.159064695468e-05, { 0, 0, 1, 0, 0, 17, -19, 0, 0, 0, 0, 0, 0 } }, + { 5.162480214999e-06, -7.674728617271e-06, { 3, 0, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 5.484251905499e-06, 7.352651102382e-06, { 0, 0, 2, 0, 0, -18, 16, 0, -2, 5, 0, 0, 0 } }, + { 5.484251905499e-06, -7.352651102382e-06, { 0, 0, 0, 0, 0, 18, -16, 0, 2, -5, 0, 0, 0 } }, + { 9.588367137770e-06, 3.242755521218e-06, { 2, 0, -2, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { -3.152888216657e-06, 9.677448677079e-06, { 3, 0, -1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 9.385965529532e-06, 3.441568661972e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -4, 2, 0, 0 } }, + { 4.544384390334e-06, 8.282124020574e-06, { 2, -2, 1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -1.276874173449e-05, -5.328532195777e-08, { 1, 0, 3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.316777755055e-06, -1.050475607275e-05, { 0, 1, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.233835841966e-05, 4.812488880091e-07, { 3, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.574625728341e-07, -1.256109765035e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 2, 3, 0, 0, 0 } }, + { -8.537525678892e-06, -4.279519303672e-06, { 4, 0, -1, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { -8.017912470757e-06, 4.797591398546e-06, { 1, -1, 2, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { 8.017912470757e-06, -4.797591398546e-06, { 1, -1, -2, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { 3.439319925278e-06, 9.375777906274e-06, { 2, 0, -1, 0, 0, 13, -17, 0, 0, 0, 0, 0, 0 } }, + { 3.388908975994e-06, 9.422724274483e-06, { 2, -2, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 2.224994834788e-06, -1.058447238091e-05, { 1, -1, -1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { -4.621249000114e-06, -8.185818020216e-06, { 4, 0, -1, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -8.027944976396e-06, 4.778529329332e-06, { 4, 0, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 1.245850819036e-05, 3.468917640221e-07, { 0, 0, 1, 0, 0, 0, 13, -16, 0, 0, 0, 0, 0 } }, + { -1.479589736546e-07, -1.265333670003e-05, { 2, -2, 1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 9.479149518437e-06, 3.315516936940e-06, { 0, 2, 0, 0, -1, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -7.106576550266e-06, 5.687479086536e-06, { 1, 1, 0, 0, 0, -11, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.963446679434e-07, -1.229730331685e-05, { 3, -1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.183461344531e-05, 9.538688273450e-07, { 6, -2, -3, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { -9.886572151329e-06, 2.894352696306e-06, { 2, 0, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.513014640228e-09, -1.277880588947e-05, { 2, 0, -4, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.025310542859e-05, -2.523548796707e-06, { 3, -1, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -5.156651511786e-06, -7.618762485979e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0 } }, + { -3.808662591709e-06, 8.963691937052e-06, { 4, 0, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.808662591709e-06, -8.963691937052e-06, { 4, 0, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -8.436269892365e-08, -1.268386803228e-05, { 0, 2, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -6.699183084141e-06, 6.065104226859e-06, { 2, 0, 0, 0, 0, 12, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.602251570038e-06, -1.116072979330e-05, { 0, 0, 0, 0, 0, 0, 2, 0, 0, -4, 0, 0, 0 } }, + { -5.703824710501e-06, -7.057984342487e-06, { 2, 0, -1, 0, 3, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.020803128231e-06, -1.074008378808e-05, { 2, 0, 1, 0, 0, 0, 5, 0, -6, 0, 0, 0, 0 } }, + { -2.205074550125e-06, 1.055406801674e-05, { 4, 0, -2, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { 1.031649169132e-05, 2.438234964912e-06, { 1, -1, 2, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.202615785370e-06, -7.547787455518e-06, { 0, 0, 1, 0, 0, 0, 7, -16, 6, 0, 0, 0, 0 } }, + { -8.545487749572e-06, -4.204156724757e-06, { 4, 0, 0, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -7.801715402196e-09, 1.273865658878e-05, { 4, -2, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.303476369975e-06, -7.438740753990e-06, { 1, -1, 1, 0, 0, 0, 2, 0, 1, -1, 0, 0, 0 } }, + { 7.406663328424e-06, -5.329541369792e-06, { 2, 0, -2, 0, 0, -12, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.035019189827e-05, 2.383079826522e-06, { 4, 1, -2, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -7.960046357754e-06, -4.766460087948e-06, { 0, 0, 2, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0 } }, + { -1.034305702095e-06, -1.169212905368e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { 1.631828849669e-07, -1.256308515345e-05, { 2, -2, -1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -8.798742757830e-06, -3.926615871291e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 2, -7, 0, 0, 0 } }, + { 1.267653637615e-05, 4.226732588156e-08, { 2, 0, 1, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.047029520854e-05, -2.248225112932e-06, { 0, 0, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 4.583421125374e-06, 8.130149666998e-06, { 0, 0, 0, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0 } }, + { -5.440396211024e-06, 7.272096453750e-06, { 0, 0, 1, 0, 0, -4, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.669064197978e-06, -1.103960276078e-05, { 4, 0, -1, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { 1.713528519269e-07, -1.253332128682e-05, { 1, 2, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.209537657748e-05, 6.073900217037e-07, { 3, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.109166206296e-06, -7.588122501454e-06, { 2, 0, -1, 0, 0, 0, 19, -24, 0, 0, 0, 0, 0 } }, + { -9.522806726389e-06, 3.173362547995e-06, { 2, 0, -1, 0, 0, -5, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.038109710197e-05, -2.311204775975e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -2, 2, 0, 0, 0 } }, + { 1.178080390718e-05, 9.109771221878e-07, { 2, 0, 0, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { -3.582753709723e-07, -1.232898055788e-05, { 2, 0, -1, 0, 0, 22, -24, 0, 0, 0, 0, 0, 0 } }, + { -5.214369513511e-06, -7.470222376042e-06, { 4, 0, -2, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 9.035860173821e-06, 3.648094978915e-06, { 6, 0, -2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 1.262578362891e-08, 1.267027621425e-05, { 4, 0, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -1.836121672451e-06, -1.084221323878e-05, { 3, -1, 0, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { -8.761521685886e-06, 3.915375522019e-06, { 1, -1, 0, 0, 0, 26, -27, 0, 0, 0, 0, 0, 0 } }, + { 1.025203317690e-05, 2.423263510952e-06, { 3, -1, 0, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -8.736709648909e-06, -3.934901049074e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -1, -1, 0, 0, 0 } }, + { 2.135420102771e-06, -1.053528505279e-05, { 1, 0, -2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.193085924633e-05, 7.357730766133e-07, { 0, 2, -1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -2.533216900038e-06, -1.013117073692e-05, { 1, 1, 2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 6.942781239968e-06, 5.720479479053e-06, { 6, 0, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 2.180625401299e-07, 1.244408973749e-05, { 2, 0, -4, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 2.651549808691e-07, -1.239425568705e-05, { 2, 0, -4, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 3.182753074492e-06, -9.470792269344e-06, { 2, 0, -2, 0, 0, 0, 4, 0, -6, 0, 0, 0, 0 } }, + { 1.205114873842e-06, -1.144649291418e-05, { 0, 0, 1, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0 } }, + { 3.488796508782e-06, -9.153868026009e-06, { 2, 0, -1, 0, 0, 0, -3, 4, -1, 0, 0, 0, 0 } }, + { 2.219152781727e-06, -1.042008063562e-05, { 3, -1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.194147991520e-05, -6.917777894450e-07, { 2, 0, 0, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { 5.159838594681e-06, 7.472016783293e-06, { 2, 0, -2, 0, 0, 0, -7, 12, 0, 0, 0, 0, 0 } }, + { 1.928935438136e-08, -1.260670317987e-05, { 4, 0, -1, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { 1.057868721445e-05, -2.044597593526e-06, { 2, 0, -2, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { 2.325060890032e-07, 1.238940141661e-05, { 2, -2, 0, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -7.955094023103e-06, 4.666520993175e-06, { 2, -2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 4.749662190769e-06, 7.865083204798e-06, { 2, 0, 1, 0, 0, 0, -1, 0, 2, -2, 0, 0, 0 } }, + { 6.567206102059e-06, -6.046465093056e-06, { 1, -1, 0, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.198012375763e-08, -1.259757831995e-05, { 5, 0, -2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -7.070645803303e-06, 5.538258428076e-06, { 1, -1, 0, 0, 4, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.222217060174e-06, 1.138621466038e-05, { 1, 1, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.132169409376e-06, 1.047462629151e-05, { 1, 0, -2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -6.578907049236e-06, 6.022995374049e-06, { 0, 0, 0, 0, 0, 7, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.019398590423e-05, 2.407891679643e-06, { 1, 1, 1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -8.574555651894e-06, -4.026554475657e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 2, -4, 0, 0, 0 } }, + { 3.610999194113e-08, -1.256188779192e-05, { 4, 0, -1, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { 3.332228849982e-06, 9.258694489467e-06, { 2, -2, 0, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -8.153510091873e-06, 4.433907560854e-06, { 1, -1, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.527792126361e-06, 8.052507838502e-06, { 0, 0, 2, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 5.341329986476e-06, -7.236327619887e-06, { 0, 0, 1, 0, 0, 0, 9, -8, 0, 0, 0, 0, 0 } }, + { -1.234442428649e-05, -2.307879685687e-07, { 1, 0, 0, 0, 0, 23, -26, 0, 0, 0, 0, 0, 0 } }, + { -1.192856110705e-05, 6.379180619271e-07, { 2, 0, -3, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.021438072067e-05, -2.351766176431e-06, { 0, 1, -2, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { 8.968969501710e-06, -3.594682260797e-06, { 1, 1, -1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.610657424916e-06, 1.094982929242e-05, { 2, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.458073997710e-06, -8.101762039709e-06, { 4, -2, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -9.925615531175e-08, -1.245974976517e-05, { 6, 0, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 4.692129027757e-07, 1.208245871349e-05, { 1, 1, 0, 0, 0, -7, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.051031829706e-06, -1.049564750594e-05, { 1, 1, -1, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { -7.174681788367e-06, 5.362750409640e-06, { 4, 0, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.093120674216e-07, -1.221895881708e-05, { 2, 0, -1, 0, -3, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.017554597213e-05, -2.352441914563e-06, { 1, 1, -1, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.211490739076e-05, -4.111986939901e-07, { 0, 0, 0, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { -4.535346435421e-06, -7.987302458534e-06, { 2, 0, -2, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { 3.987566815569e-06, -8.533009065408e-06, { 1, -1, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { -6.439298934956e-06, 6.077376096713e-06, { 2, 0, -1, 0, 0, 0, 6, -4, 0, 0, 0, 0, 0 } }, + { 1.006160440524e-05, -2.451636274838e-06, { 0, 0, 0, 0, 0, 24, -27, 0, 0, 0, 0, 0, 0 } }, + { -1.455418304822e-06, -1.104803124744e-05, { 2, 0, -1, 0, 0, 3, -9, 4, 0, 0, 0, 0, 0 } }, + { -1.006642269314e-05, 2.435960602637e-06, { 2, -2, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 6.887997548013e-06, 5.609551961183e-06, { 2, 0, -1, 0, 0, 0, 4, -4, -1, 0, 0, 0, 0 } }, + { 8.975925959952e-08, -1.240737646721e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -2, -3, 0, 0, 0 } }, + { 1.738404509505e-06, 1.075672670676e-05, { 0, 2, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -8.493635887770e-07, -1.164399282798e-05, { 3, 0, 0, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -1.411291662639e-06, 1.108047502960e-05, { 2, 0, 0, 0, 0, 0, 1, 0, -5, 5, 0, 0, 0 } }, + { 1.010134929559e-05, 2.388457197809e-06, { 1, 1, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 7.815680214237e-06, 4.673435553904e-06, { 4, 0, -2, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { 1.520279736158e-07, 1.233520196466e-05, { 2, 0, 0, 0, 0, 0, -12, 24, -7, -5, 0, 0, 0 } }, + { -5.008094979837e-06, -7.478110836936e-06, { 1, 0, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.344089965974e-06, -1.113853779798e-05, { 4, 0, -2, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -2.480210407298e-07, -1.223329194524e-05, { 2, 0, -2, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { -4.432657657829e-06, 8.042418008981e-06, { 2, 0, 2, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { 1.111853871816e-05, 1.354875139223e-06, { 2, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.013622009584e-05, 2.336353649409e-06, { 1, 0, -1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 1.204350942845e-08, -1.245957693941e-05, { 3, 0, -2, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.093790004433e-06, -1.037623570164e-05, { 2, 0, -1, 0, 0, 0, -3, 0, 5, -2, 0, 0, 0 } }, + { -7.078644675700e-06, 5.387485755825e-06, { 1, 1, 0, 0, 0, -7, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.058208601327e-05, -1.881762637401e-06, { 2, 0, 2, 0, 0, -10, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.583225890730e-06, 8.878695193400e-06, { 2, 0, -2, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -8.955175087167e-06, 3.500433235711e-06, { 0, 0, 1, 0, 0, -5, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.879216169637e-06, -8.574000589556e-06, { 4, 0, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 1.163348481991e-07, -1.233556031812e-05, { 0, 0, 4, 0, 0, -24, 24, 0, 0, 0, 0, 0, 0 } }, + { 1.147190306541e-05, 9.770304108087e-07, { 4, 0, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 9.342732714717e-06, -3.100941292345e-06, { 0, 0, 0, 0, 0, 16, -19, 0, 0, 0, 0, 0, 0 } }, + { 1.197281390825e-05, 4.702366587264e-07, { 2, 0, 0, 0, 0, 29, -30, 0, 0, 0, 0, 0, 0 } }, + { -1.222393974415e-05, 2.171106962749e-07, { 0, 2, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -3.508490275130e-06, 8.930781542436e-06, { 0, 0, 0, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0 } }, + { -7.657584781505e-06, 4.774865597651e-06, { 2, 0, -2, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0 } }, + { 1.103461217740e-05, -1.392164196270e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1, 0, 0 } }, + { 1.378039172239e-07, 1.228767106635e-05, { 6, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 7.061202941862e-06, 5.363217346795e-06, { 2, 0, -1, 0, 0, 0, 3, -6, 1, 0, 0, 0, 0 } }, + { 2.100709297002e-06, -1.031924931315e-05, { 1, -1, -1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.006622073186e-05, 2.352560543093e-06, { 5, -1, -1, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { -7.762795472334e-06, -4.654199445600e-06, { 1, -1, -1, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 1.368332317729e-08, -1.240145982882e-05, { 3, -2, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.985209964709e-06, -6.417184764568e-06, { 0, 0, 1, 0, 0, 3, -14, 17, 1, 0, 0, 0, 0 } }, + { -1.681918255711e-06, 1.071999083224e-05, { 2, 0, -1, 0, 0, 0, 7, 0, -8, 0, 0, 0, 0 } }, + { -5.984743030138e-06, 6.416864368865e-06, { 0, 0, 1, 0, 0, -3, 14, -17, -1, 0, 0, 0, 0 } }, + { -9.333294242820e-06, 3.067818150033e-06, { 2, 0, 1, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0 } }, + { 5.465114209919e-08, -1.234487261929e-05, { 0, 2, 0, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.005877453771e-05, -2.339843116925e-06, { 1, 1, -1, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { 7.038106643025e-06, -5.357261601765e-06, { 2, 0, 1, 0, -1, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { -8.929540426458e-07, -1.150169835324e-05, { 2, -2, -2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.170064061998e-06, 1.121624645130e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 2, -3, 0, 0, 0 } }, + { 7.031957823636e-06, 5.352933979286e-06, { 2, 0, 1, 0, 1, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { -2.990791368228e-06, -9.394069759258e-06, { 0, 0, 0, 0, 0, 0, 4, -6, 2, 0, 0, 0, 0 } }, + { 1.001682260337e-05, 2.366443990431e-06, { 3, -1, -1, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.756682242038e-06, -5.623612775167e-06, { 1, -1, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { 2.904279833923e-06, 9.473888613348e-06, { 2, 0, -1, 0, 0, 0, -12, 21, -2, 0, 0, 0, 0 } }, + { -7.795330587341e-06, 4.581976620253e-06, { 1, -1, -2, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 } }, + { 1.002112224294e-05, -2.354068493929e-06, { 1, -1, -1, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { 5.713721678175e-06, 6.660305221834e-06, { 2, 0, 0, 0, 0, 0, -9, 8, 0, 0, 0, 0, 0 } }, + { -5.451375938585e-07, -1.181858395463e-05, { 0, 0, 3, 0, 0, 0, -2, 0, 3, -1, 0, 0, 0 } }, + { 9.634480330003e-06, 2.726146639832e-06, { 0, 0, 0, 0, 0, 15, -10, -4, 0, 0, 0, 0, 0 } }, + { 4.492337964214e-06, 7.861471549499e-06, { 1, 0, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.178587841647e-05, 5.662127352386e-07, { 2, 0, 1, 0, 0, 19, -20, 0, 0, 0, 0, 0, 0 } }, + { -4.090790121275e-06, -8.260238339068e-06, { 2, 0, 0, 0, 0, 0, -4, 0, 7, 0, 0, 0, 0 } }, + { -1.221163028859e-07, 1.222717581123e-05, { 0, 2, 0, 0, 0, -23, 23, 0, 0, 0, 0, 0, 0 } }, + { 4.112746264884e-06, 8.234498228791e-06, { 2, 0, 5, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.107051271104e-05, -1.265135625022e-06, { 2, 0, -1, 0, 0, 0, 8, -19, 0, 3, 0, 0, 0 } }, + { -6.519609431846e-06, 5.813154875393e-06, { 3, 0, 0, 0, 0, 0, -33, 41, -2, 0, 0, 0, 0 } }, + { -6.534232875976e-06, -5.796138161807e-06, { 6, 0, -2, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 9.141427135859e-06, -3.184201367420e-06, { 2, 0, 2, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.033806259867e-05, -1.985957059503e-06, { 0, 0, 0, 0, 0, 10, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.439459911660e-07, 1.157854116975e-05, { 2, 0, 1, 0, 0, 13, -15, 0, 0, 0, 0, 0, 0 } }, + { -7.920791110046e-06, -4.398401605061e-06, { 2, 0, 0, 0, -1, 0, 6, -3, -3, 0, 0, 0, 0 } }, + { -9.448371681617e-06, -2.868953023596e-06, { 3, 0, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.950733659216e-06, -2.366268957053e-06, { 2, -1, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.083771804892e-05, -1.477475723232e-06, { 2, 0, -2, 0, 0, 24, -25, 0, 0, 0, 0, 0, 0 } }, + { 1.747373005154e-07, 1.213971428761e-05, { 2, 2, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 4.210311265625e-06, -8.101861166109e-06, { 0, 0, 0, 0, 0, 0, 34, -39, 0, 0, 0, 0, 0 } }, + { -9.954932857948e-06, -2.353810396466e-06, { 1, -1, -2, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -7.913402426700e-06, 4.393712652679e-06, { 2, 0, 0, 0, 1, 0, -6, 3, 3, 0, 0, 0, 0 } }, + { -6.845286061251e-09, -1.229921865530e-05, { 1, 0, 0, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -6.512426700239e-06, -5.782104577077e-06, { 0, 0, 2, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { 6.661065209846e-06, 5.624450070806e-06, { 1, -1, 0, 0, 0, 19, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.433831994359e-06, -8.844308053270e-06, { 3, 0, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.294145658631e-06, 5.981476169820e-06, { 1, 1, 0, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 7.278520780829e-06, -4.991990721164e-06, { 0, 2, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -9.481855779052e-06, 2.788156605380e-06, { 6, 0, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.923457784723e-06, -1.034524596189e-05, { 0, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0, 0 } }, + { -9.479623717546e-06, -2.788111346612e-06, { 6, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.884430309595e-09, -1.226417930735e-05, { 1, 0, -3, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -9.752171336965e-06, 2.513181709320e-06, { 4, 0, -3, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.005144331323e-05, -2.211731241558e-06, { 4, 0, -3, 0, 0, 24, -25, 0, 0, 0, 0, 0, 0 } }, + { -1.130689959365e-05, 9.559002714212e-07, { 1, -1, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 9.598590509172e-06, -2.663197037012e-06, { 4, 0, -2, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { 4.157832367796e-06, -8.101146958864e-06, { 0, 2, -1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -8.862443498111e-06, -3.396401013257e-06, { 0, 0, 1, 0, 0, 4, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.381449987704e-06, 8.876645920509e-06, { 1, 0, 0, 0, 0, -8, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.590860845748e-06, 1.066641669168e-05, { 2, 0, -2, 0, 0, 0, 2, 0, 2, -7, 0, 0, 0 } }, + { 1.218602512293e-05, 7.101017571550e-08, { 2, 0, -2, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 8.742486759630e-10, -1.225463295342e-05, { 1, 0, -1, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 5.065633536780e-06, 7.185968708110e-06, { 2, 0, -1, 0, 0, 0, 16, -17, 0, 0, 0, 0, 0 } }, + { 6.116120593216e-06, 6.131609858942e-06, { 4, 0, -1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { 8.703114623724e-06, 3.534383753687e-06, { 6, 0, -3, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -6.835836349254e-06, 5.399921964385e-06, { 1, 1, 0, 0, 0, -10, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.401320990723e-06, -9.822652362442e-06, { 2, 0, -3, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -9.886004779726e-06, 2.337612715231e-06, { 3, -1, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -9.598992213696e-06, 2.624499985313e-06, { 4, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.749669991472e-06, -5.468326651806e-06, { 2, 0, -1, 0, 0, 0, -2, 8, -3, 0, 0, 0, 0 } }, + { -2.775255184797e-06, -9.442211953121e-06, { 0, 0, 2, 0, 0, 8, -9, -8, 3, 0, 0, 0, 0 } }, + { 1.018976061755e-05, 2.027192055585e-06, { 0, 0, 2, 0, 0, -21, 20, 0, 0, 0, 0, 0, 0 } }, + { -5.345756008031e-07, 1.167900214788e-05, { 0, 0, 2, 0, 0, 0, -7, 16, -4, -5, 0, 0, 0 } }, + { -2.772167677533e-06, 9.431361159448e-06, { 0, 0, 2, 0, 0, -8, 9, 8, -3, 0, 0, 0, 0 } }, + { -9.091639649766e-07, 1.129266045827e-05, { 2, 0, -2, 0, 0, 0, 0, 0, -2, 6, -3, 0, 0 } }, + { -9.907980355771e-06, -2.290670832483e-06, { 4, 0, 1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -5.712718013812e-08, -1.214136998540e-05, { 4, 0, 0, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { -8.750796060407e-07, 1.132088575285e-05, { 0, 0, 2, 0, 0, -8, 3, -7, 8, -6, 0, 0, 0 } }, + { -8.750796060407e-07, -1.132088575285e-05, { 0, 0, 0, 0, 0, 8, -3, 7, -8, 6, 0, 0, 0 } }, + { -6.881196594240e-06, 5.312924801870e-06, { 1, 1, 0, 0, 0, -8, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.232156497237e-06, -7.958888641177e-06, { 4, 0, -2, 0, -4, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.196409631400e-06, -7.993768338788e-06, { 0, 0, 1, 0, 0, 6, -9, 0, 3, 0, 0, 0, 0 } }, + { -4.809122104449e-06, -7.380413091692e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 6, -3, 0, 0, 0 } }, + { -6.520446122161e-06, 5.668578602902e-06, { 0, 0, 0, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0 } }, + { -9.455490280474e-07, -1.124282530197e-05, { 2, 0, -2, 0, 0, 0, 0, 0, 2, -6, 3, 0, 0 } }, + { 4.058182467011e-06, 8.125251154442e-06, { 3, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.022588280450e-05, 1.956205559660e-06, { 0, 0, 2, 0, 0, 0, -3, 0, 3, -1, 0, 0, 0 } }, + { -8.590012117812e-06, -3.587501347121e-06, { 1, 1, -1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.202875879985e-07, -1.205664421243e-05, { 2, -2, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 2.288199509975e-06, 9.887140015956e-06, { 1, -1, 0, 0, 0, 24, -26, 0, 0, 0, 0, 0, 0 } }, + { 7.532680375243e-06, -4.641056472779e-06, { 2, -2, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 8.424434428071e-06, 3.748955238646e-06, { 2, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0, 0, 0 } }, + { -1.105528335086e-06, 1.106096751893e-05, { 2, 0, 0, 0, 0, 0, 16, -22, 0, 0, 0, 0, 0 } }, + { 1.040469173569e-05, 1.761219402964e-06, { 2, 0, -1, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.402083272071e-06, 1.076318429088e-05, { 2, 0, -2, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { 9.782815165258e-06, -2.375792033791e-06, { 2, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 9.804469245774e-06, 2.349802449630e-06, { 0, 0, 3, 0, 0, -24, 23, 0, 0, 0, 0, 0, 0 } }, + { 9.225136242245e-06, 2.924302294650e-06, { 0, 0, 2, 0, 0, -7, 10, 0, 0, 0, 0, 0, 0 } }, + { -3.897774047164e-06, -8.251042382688e-06, { 2, 0, -2, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { -7.316113446252e-06, 4.829200767401e-06, { 1, -1, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 1.005605982847e-05, -2.075594962693e-06, { 2, 0, -1, 0, 0, 0, -2, 0, -2, 8, 0, 0, 0 } }, + { -4.505952081359e-06, -7.624721208097e-06, { 2, 0, 1, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { -2.476863678002e-06, -9.643508382661e-06, { 1, -1, 0, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 6.644437078154e-06, 5.472763454916e-06, { 0, 2, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.059561956354e-05, 1.505330979794e-06, { 2, 0, 0, 0, 0, 20, -23, 0, 0, 0, 0, 0, 0 } }, + { 6.736565475878e-08, 1.202994659467e-05, { 2, 0, -2, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { 2.902558423062e-06, 9.192474962046e-06, { 5, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -4.580399431147e-06, 7.509433902651e-06, { 2, 0, -1, 0, 0, -3, 7, 0, -4, 0, 0, 0, 0 } }, + { -7.557273988429e-06, 4.529819830567e-06, { 1, -1, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.782220448790e-06, 5.301094120055e-06, { 1, 1, 0, 0, 0, -9, 6, 0, 0, 0, 0, 0, 0 } }, + { 7.608700606887e-06, 4.470438363907e-06, { 1, 1, -2, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { -9.725249667129e-06, 2.353296780383e-06, { 2, 0, 4, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 4.020729215523e-06, -8.052418673877e-06, { 2, 0, 3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.921248624736e-08, -1.204300147761e-05, { 0, 2, 0, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.279517629441e-07, -1.193936943899e-05, { 2, 0, 0, 0, 0, 0, 12, -24, 7, 5, 0, 0, 0 } }, + { 1.350334990480e-09, 1.206213004391e-05, { 3, 0, -1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 4.023858940131e-06, -8.038895177643e-06, { 3, 0, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -7.569899578621e-06, -4.485876709261e-06, { 2, 0, 1, 0, 0, 0, 10, -12, 0, 0, 0, 0, 0 } }, + { 1.175182948354e-05, -3.030903463600e-07, { 2, 0, 1, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { 9.504130242499e-06, -2.549803935126e-06, { 2, 0, 1, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 8.438618294293e-06, -3.615230009397e-06, { 1, 0, 0, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { -1.203857824503e-05, -7.796306935502e-09, { 6, 0, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.111723551124e-06, -1.092859145458e-05, { 1, 0, 0, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -3.990838596268e-06, 8.044491161273e-06, { 3, -2, 0, 0, 0, 20, -18, 0, 0, 0, 0, 0, 0 } }, + { -3.990838596268e-06, -8.044491161273e-06, { 1, 2, 0, 0, 0, -20, 18, 0, 0, 0, 0, 0, 0 } }, + { 1.965787150084e-06, 1.006053401808e-05, { 1, -1, 1, 0, 0, 10, -12, 0, 0, 0, 0, 0, 0 } }, + { -4.479321377980e-06, -7.544449767244e-06, { 2, 0, 2, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { 9.232023132850e-06, 2.791685051102e-06, { 0, 0, 1, 0, 0, 0, 6, -10, 3, 0, 0, 0, 0 } }, + { -6.966894933812e-06, -5.053933944338e-06, { 4, 0, 1, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.310566835773e-06, -6.704402123206e-06, { 0, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.350422659227e-08, -1.199348699851e-05, { 2, 0, 0, 0, 0, 0, -4, 9, 0, 0, 0, 0, 0 } }, + { -1.847789925941e-06, -1.015306941972e-05, { 2, 0, -1, 0, 0, 0, -3, 0, 2, 5, 0, 0, 0 } }, + { -9.608785101332e-08, 1.189878691639e-05, { 0, 0, 2, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { 9.109989843872e-06, -2.883916610217e-06, { 1, 0, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { 8.676506413157e-06, -3.308783680345e-06, { 0, 0, 3, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.593539027549e-06, -5.391543758053e-06, { 1, -1, 1, 0, 0, 15, -12, 0, 0, 0, 0, 0, 0 } }, + { -9.045646429710e-06, -2.936336891580e-06, { 2, -2, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -6.320928956068e-06, 5.658491184758e-06, { 0, 0, 0, 0, 0, 8, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.674312014145e-06, -1.030435944692e-05, { 1, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.156305225265e-06, 7.817321222098e-06, { 0, 0, 0, 0, 4, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.796624088030e-08, -1.191452571061e-05, { 2, -2, -2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 9.706302857476e-06, 2.264276369440e-06, { 1, 1, 0, 0, 0, 16, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.184858775563e-05, -1.201541688983e-07, { 2, 0, 1, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0 } }, + { -1.122205202698e-06, 1.084258687179e-05, { 2, 0, 0, 0, 0, 0, 12, -18, 0, 0, 0, 0, 0 } }, + { -1.005511997990e-06, -1.095695949942e-05, { 2, 0, -1, 0, 0, 2, -3, 0, 1, 0, 0, 0, 0 } }, + { -3.603386666162e-06, 8.358408878908e-06, { 2, 0, -2, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0 } }, + { -9.778205072616e-06, -2.183458541925e-06, { 6, 0, -2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.963978572601e-06, -9.995560473651e-06, { 1, 0, -1, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { -1.654392961496e-06, 1.030137808807e-05, { 4, 0, -1, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { 1.975745911647e-06, -9.972630928562e-06, { 1, -1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { -8.816775580353e-06, -3.126618087197e-06, { 2, 0, -1, 0, 0, 0, -4, 11, -1, 0, 0, 0, 0 } }, + { -8.816775580353e-06, -3.126618087197e-06, { 2, 0, -3, 0, 0, 0, -4, 11, -1, 0, 0, 0, 0 } }, + { -5.576621195257e-06, 6.365552849770e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, 1, -2, 0 } }, + { -2.440710492915e-06, -9.483777014866e-06, { 1, 1, -1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 7.734249493433e-06, 4.179368444652e-06, { 2, 0, -1, 0, 0, 0, 18, -20, 0, 0, 0, 0, 0 } }, + { -1.178046841956e-06, -1.073106432858e-05, { 1, 1, -1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 4.989673487323e-06, 6.914564651259e-06, { 0, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0, 0 } }, + { 5.324646865045e-06, -6.578337010368e-06, { 3, -1, 0, 0, 0, 0, -20, 18, 0, 0, 0, 0, 0 } }, + { -5.324646865045e-06, 6.578337010368e-06, { 3, -1, -2, 0, 0, 0, -20, 18, 0, 0, 0, 0, 0 } }, + { -9.505783964499e-06, 2.396629812408e-06, { 5, -1, -2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -7.275450725412e-06, -4.616703188172e-06, { 2, -2, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -6.220966910424e-06, -5.670788847201e-06, { 2, 0, -2, 0, 0, 0, 3, -2, -2, 0, 0, 0, 0 } }, + { 9.188970221535e-06, 2.700465818414e-06, { 4, 0, -1, 0, 0, -23, 26, 0, 0, 0, 0, 0, 0 } }, + { 1.777818632822e-06, 1.011157419708e-05, { 3, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.851606225557e-06, -9.026632474589e-06, { 3, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -2.845063318812e-06, 9.032679181122e-06, { 3, 1, -2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 4.054441233597e-06, 7.814632571341e-06, { 1, 0, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { -9.227751441420e-06, 2.630711732810e-06, { 2, 0, -1, 0, 0, 0, 0, 4, -3, 0, 0, 0, 0 } }, + { 4.663314981249e-06, -7.189875428175e-06, { 0, 0, 1, 0, -2, 7, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.564314423269e-06, 8.285302767019e-06, { 0, 0, 1, 0, 0, 0, 2, -3, -6, 3, 0, 0, 0 } }, + { 3.563837786158e-06, -8.284930755643e-06, { 0, 0, 1, 0, 0, 0, -2, 3, 6, -3, 0, 0, 0 } }, + { -9.651124111984e-06, 2.195022258131e-06, { 1, -1, 1, 0, 0, 0, -1, 0, 4, -2, 0, 0, 0 } }, + { 2.464772500600e-06, 9.379949197668e-06, { 4, 0, 0, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { 2.464772500600e-06, -9.379949197668e-06, { 0, 0, 2, 0, 0, 19, -21, 3, 0, 0, 0, 0, 0 } }, + { -3.690226982504e-06, 8.153118932610e-06, { 2, 0, -2, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.423306181100e-08, -1.179659665220e-05, { 2, -2, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -7.292584749112e-06, -4.544191101948e-06, { 6, 0, -3, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 9.554339070403e-06, 2.278934465947e-06, { 3, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.910551666091e-06, -9.918849800802e-06, { 2, -1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 9.510565609175e-06, 2.316238980589e-06, { 1, 0, 1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 1.124758620949e-05, 5.766122547860e-07, { 3, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.941772963365e-06, 9.878739204196e-06, { 1, 0, 1, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { 8.270783400900e-06, 3.545617036012e-06, { 1, 0, 0, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { -7.338981564413e-06, -4.475346452201e-06, { 0, 0, 3, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 4.124562281360e-06, -7.689012854992e-06, { 2, 0, 0, 0, 0, 0, 2, 0, -2, -5, 0, 0, 0 } }, + { 9.550344907606e-06, 2.259031983967e-06, { 0, 1, 0, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -7.226266400084e-06, 4.581337867495e-06, { 2, 0, -1, 0, 0, 0, 7, -5, 0, 0, 0, 0, 0 } }, + { 3.994140954266e-06, 7.811311805637e-06, { 1, 0, 1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { 1.159595393031e-08, -1.179295187880e-05, { 4, 0, -1, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.069917963838e-06, 9.732728263404e-06, { 2, 0, -3, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -5.818307955800e-06, -5.982905864702e-06, { 1, 0, -1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { 9.539570037168e-06, 2.257732792910e-06, { 3, 0, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -9.534080555903e-06, 2.259136650941e-06, { 1, 1, -2, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 8.476169638518e-06, -3.314271580321e-06, { 0, 2, -1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.650848354025e-06, -8.138799917200e-06, { 0, 0, 1, 0, 0, 0, 1, -2, 2, 0, 0, 0, 0 } }, + { -7.740009698393e-06, -4.049259357351e-06, { 2, 0, 0, 0, 0, 0, 19, -21, 0, 0, 0, 0, 0 } }, + { -3.425390329476e-06, 8.360950447323e-06, { 4, 0, -2, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { -1.030016374178e-05, -1.483928300257e-06, { 3, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 9.723539836434e-06, 2.056656547850e-06, { 1, 0, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 3.339954729871e-06, -8.439641958988e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 2, -8, 0, 0, 0 } }, + { -1.055166391554e-05, -1.216529181621e-06, { 0, 0, 0, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { -8.700267353351e-06, 3.064237484530e-06, { 1, 1, -1, 0, 0, 21, -22, 0, 0, 0, 0, 0, 0 } }, + { 9.528949561623e-06, 2.227975591626e-06, { 2, 0, -3, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 7.235027309795e-06, 4.507912548401e-06, { 4, 0, -4, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 2.893197885877e-06, 8.849555651180e-06, { 0, 0, 1, 0, 0, 0, -4, 0, 6, 0, 0, 0, 0 } }, + { -3.701244584505e-06, 8.041488865169e-06, { 2, 0, 1, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.898721003470e-06, 3.836600478337e-06, { 1, 1, 0, 0, 0, -28, 33, 0, 0, 0, 0, 0, 0 } }, + { 2.120634654811e-06, 9.614463854548e-06, { 0, 1, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.330749128896e-06, -1.039366619360e-05, { 0, 0, 0, 0, 0, 0, 10, -16, 0, 0, 0, 0, 0 } }, + { 8.868636542695e-06, 2.855448144060e-06, { 2, -2, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -9.867757752259e-06, -1.856165104837e-06, { 0, 0, 0, 0, 5, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.054779323054e-05, 1.168741817143e-06, { 2, 0, -1, 0, 0, 0, 1, 0, -1, -5, 0, 0, 0 } }, + { -4.466887912146e-06, -7.248199644170e-06, { 2, 0, -1, 0, 0, 5, -8, 3, 0, 0, 0, 0, 0 } }, + { 4.702952903408e-06, -7.009820520767e-06, { 0, 0, 3, 0, 0, -20, 16, 7, -8, 6, 0, 0, 0 } }, + { 4.702952903408e-06, 7.009820520767e-06, { 0, 0, 1, 0, 0, 20, -16, -7, 8, -6, 0, 0, 0 } }, + { 8.858621717926e-06, -2.852353224910e-06, { 2, -2, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -6.562924154829e-06, -5.144431236394e-06, { 2, 0, 2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 3.489367323801e-06, -8.212230144474e-06, { 3, 0, 0, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.489367323801e-06, 8.212230144474e-06, { 3, 0, -2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 8.713509423193e-06, -2.981300037500e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 7, -5, 0, 0, 0 } }, + { 9.112261110513e-06, -2.577250677842e-06, { 0, 0, 1, 0, 0, 23, -26, 0, 0, 0, 0, 0, 0 } }, + { -6.521098220987e-06, 5.167873287307e-06, { 2, 0, -1, 0, 0, 0, 10, -21, 2, 0, 0, 0, 0 } }, + { 2.127371002959e-07, 1.147411031594e-05, { 4, 0, 1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -5.621301549209e-06, 6.063016634106e-06, { 2, 0, 0, 0, -7, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.036722289100e-06, 9.639944838000e-06, { 0, 0, 0, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { -7.461117576858e-06, 4.207978365289e-06, { 2, 0, -1, 0, 0, 0, 8, -6, 0, 0, 0, 0, 0 } }, + { 6.613880841653e-06, -5.052089704606e-06, { 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.181604745810e-06, 1.048289059248e-05, { 4, 0, -2, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.562048730610e-06, 2.101517591280e-06, { 0, 0, 2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 8.401169692743e-06, 3.262035319802e-06, { 0, 0, 3, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -9.198851315292e-08, -1.156976402932e-05, { 3, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 9.287328557868e-06, 2.363757302161e-06, { 2, 0, 0, 0, 0, 0, 3, -8, 4, 0, 0, 0, 0 } }, + { -1.983243075033e-06, 9.663020927276e-06, { 0, 0, 1, 0, 0, 0, -9, 17, 0, -1, 0, 0, 0 } }, + { -1.982608743228e-06, -9.663013555832e-06, { 0, 0, 1, 0, 0, 0, 9, -17, 0, 1, 0, 0, 0 } }, + { 1.120629845284e-06, 1.052394405601e-05, { 1, -1, 0, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.850063039669e-06, -4.791622842989e-06, { 2, 0, -2, 0, 0, 0, -2, 0, 5, -5, 0, 0, 0 } }, + { -3.386392196532e-06, 8.253224346118e-06, { 3, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -9.468697335115e-06, 2.170593990453e-06, { 1, 1, 1, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { 8.297319750774e-07, -1.080732084523e-05, { 3, 0, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 2.017822073076e-06, -9.615654194099e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 2, -6, 0, 0, 0 } }, + { 9.376635508511e-06, -2.256771936378e-06, { 1, 1, 0, 0, 0, -22, 21, 0, 0, 0, 0, 0, 0 } }, + { 3.957535467287e-06, 7.669410805392e-06, { 4, 0, -2, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { -1.176347940142e-08, 1.161421365438e-05, { 1, 0, 1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 9.095714193587e-06, -2.529316331861e-06, { 2, -2, 1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.521152574740e-06, 1.010384557053e-05, { 2, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.455641654922e-06, 9.167870585251e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0 } }, + { 2.455641654922e-06, -9.167870585251e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -3, 0, 0 } }, + { 2.915738731191e-06, -8.704145503543e-06, { 2, 0, 1, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { 8.566418475775e-07, -1.075820169221e-05, { 2, -1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 9.116819412460e-06, -2.497693206831e-06, { 1, -1, 1, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.892609892177e-06, 9.719684410119e-06, { 1, 0, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -9.858332108606e-06, -1.751677700809e-06, { 0, 0, 2, 0, 0, -15, 8, 4, 0, 0, 0, 0, 0 } }, + { 9.408487385876e-06, -2.201010917181e-06, { 3, 1, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.993415653643e-07, -1.130442227740e-05, { 2, 0, -2, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0 } }, + { 4.564674502915e-06, 7.034647585750e-06, { 0, 0, 1, 0, 2, -7, 3, 0, 0, 0, 0, 0, 0 } }, + { -8.091492844115e-06, -3.506240365563e-06, { 2, -2, -1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 6.261524810977e-06, -5.335531899210e-06, { 1, 0, 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 7.814158824673e-06, 3.781173152160e-06, { 1, -1, 1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -9.420185574442e-06, -2.171937978845e-06, { 1, -1, -2, 0, 0, 20, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.148212001033e-08, -1.157826151786e-05, { 2, -2, -1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 4.791556314492e-06, -6.796253090222e-06, { 1, 0, 0, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -1.022629440741e-05, -1.361010387495e-06, { 0, 0, 1, 0, 0, 0, 5, -11, 0, 0, 0, 0, 0 } }, + { 4.087525649353e-08, -1.154573364940e-05, { 0, 0, 1, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0 } }, + { -1.156690642147e-08, -1.157289480289e-05, { 1, 0, -1, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { 9.339037682167e-06, -2.243036964874e-06, { 2, -1, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.085715807626e-06, 9.493928925948e-06, { 0, 0, 1, 0, 0, 3, -5, 0, 1, 1, 0, 0, 0 } }, + { -7.082068896370e-06, 4.497210078241e-06, { 2, 0, -1, 0, 0, 2, -3, 3, 0, 0, 0, 0, 0 } }, + { -1.034041737411e-08, -1.156409274141e-05, { 3, 0, 0, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.084524476913e-06, -9.488563238427e-06, { 0, 0, 1, 0, 0, -3, 5, 0, -1, -1, 0, 0, 0 } }, + { 3.205568861611e-06, 8.366973221030e-06, { 1, 1, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.061578587667e-05, -9.488367253939e-07, { 0, 0, 1, 0, 0, -9, 12, 0, 0, 0, 0, 0, 0 } }, + { -7.664925880048e-06, -3.899405388855e-06, { 4, 0, 1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -6.084613758016e-09, -1.155610472659e-05, { 0, 2, 1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.968629612527e-06, 8.589827700345e-06, { 2, 0, 0, 0, 0, 0, -11, 18, 0, 0, 0, 0, 0 } }, + { -9.015283633693e-06, -2.542121705316e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 9, 0, 0, 0 } }, + { -2.118307083907e-07, -1.134403419581e-05, { 1, 0, 0, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { -1.034977911602e-06, -1.052061484527e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -2, 5, 0, 0, 0 } }, + { 1.131315406143e-05, 2.406894886006e-07, { 2, 0, -2, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -9.307745505770e-06, -2.243902567175e-06, { 1, 1, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 8.322971245527e-06, -3.223502038273e-06, { 2, 0, -2, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { -9.085911271766e-07, -1.063772495706e-05, { 4, 0, -1, 0, 0, 0, -1, 0, -1, 2, 0, 0, 0 } }, + { 7.740532080553e-06, -3.804255635763e-06, { 2, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.443887873739e-06, 1.009896874566e-05, { 2, 0, 0, 0, 0, -3, 5, 0, 0, -4, 0, 0, 0 } }, + { -5.755227354789e-06, -5.787623032661e-06, { 0, 0, 3, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -1.121201073193e-05, 3.288594318992e-07, { 2, 0, 2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.544982985410e-06, 9.993563382895e-06, { 0, 0, 1, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0 } }, + { -7.189484878906e-06, -4.348936171176e-06, { 4, 0, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 2.134869063164e-06, -9.392498359952e-06, { 1, -1, 0, 0, 0, 25, -25, 0, 0, 0, 0, 0, 0 } }, + { -3.660710195774e-06, 7.866606798617e-06, { 2, 0, 1, 0, 0, 6, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.150708325838e-05, -1.692197460843e-08, { 1, 0, 0, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { 9.596786853307e-06, -1.923136490758e-06, { 2, 0, -3, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.645261946364e-06, 4.871006679958e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -1, -4, 0, 0, 0 } }, + { 9.331254443869e-06, 2.183254940910e-06, { 1, -1, 1, 0, 0, 15, -14, 0, 0, 0, 0, 0, 0 } }, + { -9.537480945410e-06, 1.976992306168e-06, { 4, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.106704111660e-05, -4.445129704159e-07, { 2, -2, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -7.398998879429e-09, 1.150092893102e-05, { 2, 0, -5, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 4.101212534688e-06, 7.405364899330e-06, { 2, -2, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -1.144005320461e-05, 6.443558996829e-08, { 4, 0, -3, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.840791199128e-06, 7.663016811939e-06, { 1, 1, -1, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { 9.097730343411e-06, -2.405891287644e-06, { 0, 0, 2, 0, 0, 0, 4, -8, 5, -5, 0, 0, 0 } }, + { -1.097652613780e-05, -5.256094460865e-07, { 4, 0, -3, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 9.083201087715e-06, 2.416234799606e-06, { 0, 0, 2, 0, 0, 0, -4, 8, -5, 5, 0, 0, 0 } }, + { -4.814007333244e-06, -6.683596942129e-06, { 4, 0, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.434544936311e-06, 1.006157870800e-05, { 2, 0, -1, 0, 0, -3, 5, 0, 0, -4, 0, 0, 0 } }, + { 1.142739086036e-05, 6.577976198032e-08, { 4, 0, -1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -5.587437682122e-06, 5.905385542577e-06, { 2, 0, 0, 0, 0, 0, -6, 0, 4, 0, 0, 0, 0 } }, + { 2.087879299734e-06, -9.404918043636e-06, { 1, 1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.588626449116e-06, 6.903723160811e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 0, -1, 3, 0, 0 } }, + { -9.440573465147e-07, 1.054644298549e-05, { 0, 0, 2, 0, 0, 0, -1, 0, 0, 0, 1, 0, 0 } }, + { -1.710662674857e-06, 9.777672994587e-06, { 1, 1, -1, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 1.142420693531e-05, 6.020087260458e-08, { 1, 2, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.100948381226e-05, -4.748242989873e-07, { 4, -2, -3, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.124334711061e-05, 2.379973865378e-07, { 1, 0, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { 5.971171921282e-06, 5.508646693796e-06, { 1, 1, -1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { 5.769351120077e-06, -5.704062544328e-06, { 1, 1, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.089653379445e-05, 5.745859308609e-07, { 3, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.982798123971e-06, -9.486968791782e-06, { 1, 1, 0, 0, 0, -10, 12, 0, 0, 0, 0, 0, 0 } }, + { 9.310217747199e-06, -2.159171909120e-06, { 1, 1, -1, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { 5.901872362238e-07, 1.087771608974e-05, { 2, 0, -2, 0, 0, 0, -4, 0, 5, 0, 0, 0, 0 } }, + { -1.026773685136e-05, 1.199925924886e-06, { 0, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0, 0 } }, + { 3.243283426012e-07, -1.113640781709e-05, { 1, 0, 2, 0, 0, -41, 41, 0, 0, 0, 0, 0, 0 } }, + { -3.243283426012e-07, 1.113640781709e-05, { 1, 0, 0, 0, 0, -41, 41, 0, 0, 0, 0, 0, 0 } }, + { -8.937358336055e-06, -2.522942371973e-06, { 1, 0, -2, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 9.267955934690e-06, 2.188467483018e-06, { 1, 1, 1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 5.491402390039e-07, 1.090170072618e-05, { 2, 0, -2, 0, 0, 0, -2, 0, 4, -2, 0, 0, 0 } }, + { 3.824357814427e-06, 7.626300716344e-06, { 0, 0, 1, 0, 0, 9, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.036595352722e-05, -1.082626474359e-06, { 2, 0, -1, 0, 0, 2, 5, -13, 8, -6, 0, 0, 0 } }, + { 1.130077781091e-05, 1.455033329522e-07, { 0, 2, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.403671643355e-06, -6.041721922782e-06, { 2, 0, -1, 0, 0, 3, -4, 2, 0, 0, 0, 0, 0 } }, + { -6.576342366863e-06, 4.868197991593e-06, { 1, 1, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -8.280640683120e-06, 3.160125211994e-06, { 1, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.589659543644e-06, -4.849274789695e-06, { 0, 0, 1, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { -2.863081266032e-08, -1.140862938779e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 1, -3, 0, 0, 0 } }, + { -6.434939076695e-06, 4.998652734015e-06, { 1, 0, 0, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { 1.096637216282e-05, 4.665134531480e-07, { 3, -2, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 4.118379282354e-06, 7.311566880576e-06, { 4, 0, 0, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 4.126899970120e-06, 7.300510804599e-06, { 0, 2, -1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -9.307349608323e-08, -1.133393399461e-05, { 2, 0, 1, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { -2.736644523335e-08, -1.139460361451e-05, { 2, 0, 2, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -8.805334137023e-06, -2.609994944143e-06, { 2, 0, -3, 0, -4, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 8.825611275668e-06, -2.584275321055e-06, { 3, -1, -1, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { 4.085213257477e-06, 7.321105733922e-06, { 0, 0, 2, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.702602101038e-06, 8.698848187590e-06, { 1, -1, 1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 7.371425335829e-06, 4.030009448144e-06, { 1, -1, -1, 0, 0, -1, 4, 0, 0, 0, 0, 0, 0 } }, + { 9.210129170151e-06, 2.189719289643e-06, { 1, 1, -2, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.106768423183e-05, 3.302359915784e-07, { 2, 0, -1, 0, 0, -17, 18, 0, 0, 0, 0, 0, 0 } }, + { -2.298409907823e-06, 9.096946205900e-06, { 0, 0, 1, 0, 0, -15, 17, 0, 0, 0, 0, 0, 0 } }, + { 1.065708191160e-05, 7.326729208572e-07, { 4, 0, -2, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { 4.319162784623e-06, 7.065008711071e-06, { 0, 0, 0, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 4.834064510770e-06, -6.545732617316e-06, { 3, 0, -2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -3.836524741612e-06, 7.541257870954e-06, { 1, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.905942856718e-06, -9.462992040825e-06, { 1, -1, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.728326344601e-06, -7.637567667731e-06, { 0, 0, 2, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { 7.307316949615e-06, 4.057402056527e-06, { 0, 0, 1, 0, 0, 0, 14, -16, 0, 0, 0, 0, 0 } }, + { -9.316906519453e-06, -2.047455007930e-06, { 6, 0, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.241643858400e-06, -1.011858916292e-05, { 2, 0, 0, 0, 0, 2, -8, 7, 0, 0, 0, 0, 0 } }, + { -6.958205387176e-06, 4.401318772180e-06, { 1, -1, 0, 0, 0, -2, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.819646463146e-08, 1.130659076520e-05, { 0, 2, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { -1.126420912416e-05, 8.957015853148e-08, { 4, 0, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { -2.162517940941e-06, 9.187637557550e-06, { 1, 1, 0, 0, 0, -24, 26, 0, 0, 0, 0, 0, 0 } }, + { 7.782680035246e-06, -3.562208608966e-06, { 2, 0, 0, 0, 0, 0, -12, 14, 0, 0, 0, 0, 0 } }, + { 1.485664680243e-07, -1.119414930435e-05, { 1, -2, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 1.359104387463e-06, 9.977047604455e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -6, 7, 0, 0, 0 } }, + { -6.920905958950e-06, -4.413653231027e-06, { 6, 0, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.967982026083e-06, 9.359083972782e-06, { 1, -1, 0, 0, 0, 17, -19, 0, 0, 0, 0, 0, 0 } }, + { -8.900167861298e-08, -1.123753414864e-05, { 2, -2, -1, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -1.933824382225e-06, -9.392419112544e-06, { 2, 0, -4, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 1.104566022710e-05, 2.803476307477e-07, { 3, 0, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.934247761631e-06, 9.391358635821e-06, { 2, 0, -4, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 1.342860319446e-06, -9.980234691473e-06, { 4, 0, -1, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -3.681225532265e-06, -7.641795677253e-06, { 1, 0, 0, 0, 0, -8, 6, 0, 0, 0, 0, 0, 0 } }, + { -9.613298990543e-06, 1.709091045156e-06, { 2, 0, 1, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0 } }, + { 5.296790198341e-06, 6.024469120794e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 2, -1, 0, 0, 0 } }, + { -1.411802093611e-06, -9.904524417043e-06, { 2, 0, -1, 0, 0, 3, -5, 0, 0, 4, 0, 0, 0 } }, + { 7.135648815560e-06, -4.178237028662e-06, { 2, 0, 0, 0, 0, -2, 6, -7, 0, 0, 0, 0, 0 } }, + { 1.088520741627e-05, -4.283485863733e-07, { 2, 0, -1, 0, 0, 1, 0, 0, 2, 0, 0, 0, 0 } }, + { 1.088520741627e-05, -4.283485863733e-07, { 2, 0, -3, 0, 0, 1, 0, 0, 2, 0, 0, 0, 0 } }, + { -1.066112377246e-05, -6.505880441034e-07, { 4, 0, -2, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { 7.243207150175e-06, 4.066805321510e-06, { 4, 0, -2, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { -6.870133025265e-06, -4.437223701256e-06, { 3, 0, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -3.371713906396e-06, 7.935332686754e-06, { 0, 2, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.371713906396e-06, -7.935332686754e-06, { 0, 2, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.059005497591e-05, -7.103967091558e-07, { 2, -2, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -2.995596916629e-06, 8.297673352451e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 2, 2, 0, 0, 0 } }, + { 8.989205142250e-06, 2.302108484033e-06, { 2, 1, 0, 0, 0, -51, 58, 0, 0, 0, 0, 0, 0 } }, + { -8.989205142250e-06, -2.302108484033e-06, { 2, 1, -2, 0, 0, -51, 58, 0, 0, 0, 0, 0, 0 } }, + { 3.745556554441e-06, -7.541322269854e-06, { 2, 0, -1, 0, 0, 19, -17, 0, 0, 0, 0, 0, 0 } }, + { 4.590251479025e-06, 6.692158392365e-06, { 1, -1, 1, 0, 0, 0, 1, 0, -2, 6, 0, 0, 0 } }, + { -4.590251479025e-06, -6.692158392365e-06, { 1, -1, -1, 0, 0, 0, 1, 0, -2, 6, 0, 0, 0 } }, + { 7.498685769097e-09, 1.127445526202e-05, { 0, 2, -2, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.075161848573e-09, -1.127625627745e-05, { 1, 0, 1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -9.429246190460e-06, 1.851445988029e-06, { 4, 0, -1, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { -1.953213066189e-06, 9.326905455196e-06, { 1, 1, 0, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.026644777300e-05, 1.013661338058e-06, { 1, 1, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 8.257050364370e-06, 3.019963087181e-06, { 1, 0, -2, 0, 0, 0, 1, 0, 0, -4, 2, 0, 0 } }, + { -2.601801691701e-07, 1.100913385969e-05, { 2, 0, -2, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { 9.100907082314e-06, -2.168305896112e-06, { 2, -1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.706719119839e-08, -1.122053730818e-05, { 0, 0, 4, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.410328436951e-06, -9.854136651252e-06, { 2, 0, 0, 0, 0, 3, -5, 0, 0, 4, 0, 0, 0 } }, + { -6.705860061657e-06, -4.557813740761e-06, { 2, 0, 1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { -6.017971426664e-06, 5.236964877546e-06, { 0, 0, 0, 0, 0, 9, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.456400130701e-06, -9.793871823186e-06, { 2, 0, -2, 0, 0, 0, 5, 0, -6, 0, 0, 0, 0 } }, + { 1.280423564450e-07, 1.111816138761e-05, { 0, 0, 3, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { 1.127316653345e-06, -1.011425812934e-05, { 2, 0, 0, 0, 0, 0, -2, -1, 0, 0, 0, 0, 0 } }, + { 6.929100929164e-06, 4.312342474529e-06, { 3, 0, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -6.859656515501e-06, 4.379311205599e-06, { 6, 0, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.992320107246e-06, -7.244313573317e-06, { 2, -2, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 8.981360671779e-06, -2.243350741051e-06, { 2, 0, -3, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.096376229724e-06, -1.012507554002e-05, { 0, 0, 1, 0, 0, 0, -3, 4, -1, 0, 0, 0, 0 } }, + { 2.451587266370e-06, 8.766432220596e-06, { 1, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -9.068492173025e-06, -2.149079365615e-06, { 5, -1, -3, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -7.748819661945e-06, -3.468563277781e-06, { 2, 0, -1, 0, 0, 4, -1, 0, 0, 0, 0, 0, 0 } }, + { -9.138708333841e-06, -2.074850466899e-06, { 1, -1, 0, 0, 0, 25, -24, 0, 0, 0, 0, 0, 0 } }, + { -6.758918640839e-07, 1.053718590580e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -5, 5, 0, 0, 0 } }, + { -5.032927697205e-06, -6.180048585503e-06, { 6, 0, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -9.145445467231e-06, 2.062922551533e-06, { 3, -1, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.074379699564e-06, -2.133834002306e-06, { 1, 1, 1, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { -6.999540821684e-06, -4.207303890671e-06, { 2, 0, 0, 0, 0, 0, -4, 0, 5, -5, 0, 0, 0 } }, + { -7.393856632886e-06, -3.802883685833e-06, { 2, 0, -2, 0, 0, -20, 18, 6, -2, 0, 0, 0, 0 } }, + { 7.391199177968e-06, -3.802830262305e-06, { 0, 0, 1, 0, 0, 0, -9, 16, -6, 0, 0, 0, 0 } }, + { 8.753082160014e-06, 2.438419680197e-06, { 1, -1, 0, 0, 0, -13, 14, 0, 0, 0, 0, 0, 0 } }, + { 4.477569985407e-06, 6.709707367650e-06, { 1, -1, 0, 0, 2, 16, -20, 0, 0, 0, 0, 0, 0 } }, + { -4.477569985407e-06, -6.709707367650e-06, { 1, -1, -2, 0, 2, 16, -20, 0, 0, 0, 0, 0, 0 } }, + { -9.006947059663e-06, 2.179448185206e-06, { 6, 0, -1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -5.098041108428e-06, -6.087595484831e-06, { 2, 0, 0, 0, 0, 0, -2, 0, -1, 3, 0, 0, 0 } }, + { 6.135280773106e-06, -5.043666664431e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 4, -3, 0, 0, 0 } }, + { 1.168387017139e-08, -1.116289309257e-05, { 0, 2, -1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 4.533658443294e-08, 1.112888928904e-05, { 2, -2, 0, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { 9.076148212402e-06, -2.087129190990e-06, { 1, 1, -1, 0, 0, -21, 20, 0, 0, 0, 0, 0, 0 } }, + { -9.859390919924e-06, -1.300121898226e-06, { 4, -2, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -4.858340371499e-06, 6.300067000916e-06, { 4, 0, -1, 0, 0, -25, 35, -11, 0, 0, 0, 0, 0 } }, + { -4.858340371499e-06, -6.300067000916e-06, { 0, 0, 1, 0, 0, 25, -35, 11, 0, 0, 0, 0, 0 } }, + { -8.920972369833e-06, -2.235992463808e-06, { 0, 2, -1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 9.586073824169e-06, 1.569704819826e-06, { 2, 0, 0, 0, 0, 0, -11, 15, 0, 0, 0, 0, 0 } }, + { -1.586323671831e-06, -9.568215024732e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -2, 3, 0, 0, 0 } }, + { -8.017405616752e-06, 3.134693795227e-06, { 1, -1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { 7.187916235211e-06, -3.962837589116e-06, { 2, 2, -2, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 9.018027776436e-06, -2.131126873104e-06, { 0, 1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.954834816837e-06, -9.192676135730e-06, { 1, -1, -1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -1.741952814993e-06, 9.404079599782e-06, { 3, 1, -2, 0, 0, -20, 12, 15, 0, 0, 0, 0, 0 } }, + { -1.741952814993e-06, -9.404079599782e-06, { 1, -1, 0, 0, 0, 20, -12, -15, 0, 0, 0, 0, 0 } }, + { 3.855884224712e-06, -7.287771972969e-06, { 1, 1, -1, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { 1.466357030478e-08, -1.112427336361e-05, { 4, 0, 1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 9.508455186354e-07, 1.018636071636e-05, { 3, 0, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.074578920692e-05, 3.880938625599e-07, { 0, 2, -1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -7.017449205944e-06, 4.112703977480e-06, { 2, 0, 0, 0, 0, 0, -2, -2, 0, 0, 0, 0, 0 } }, + { 9.768268645196e-06, 1.361860316238e-06, { 4, 0, -2, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { -3.349346972687e-06, -7.774243062051e-06, { 2, 0, -1, 0, 0, 0, 17, -24, 0, 0, 0, 0, 0 } }, + { -8.990131962387e-06, -2.130422742485e-06, { 3, 1, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.359933004615e-08, 1.110604095720e-05, { 1, 0, 0, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { 9.741139704770e-06, -1.376025501384e-06, { 2, 0, 1, 0, 0, 3, -5, 0, 1, 0, 0, 0, 0 } }, + { -8.568280994537e-06, -2.547481954716e-06, { 2, 0, -1, 0, 0, 2, 2, -8, 3, 0, 0, 0, 0 } }, + { -1.376998555267e-06, -9.737786785446e-06, { 0, 0, 0, 0, 0, 0, 6, 0, -6, 0, 0, 0, 0 } }, + { -8.572844575654e-06, 2.529399017909e-06, { 2, 0, -1, 0, 0, 2, -6, 8, -3, 0, 0, 0, 0 } }, + { 7.560881463234e-06, -3.539676040640e-06, { 1, 0, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { -1.019317205756e-05, -9.061661952416e-07, { 2, -2, -1, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { 1.020466734461e-08, -1.108801714550e-05, { 2, -2, -3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 2.044265372608e-06, -9.050329285648e-06, { 1, 1, 0, 0, 0, -22, 24, 0, 0, 0, 0, 0, 0 } }, + { -3.581486948890e-06, 7.512476741004e-06, { 2, 0, 1, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.125611249957e-06, 8.964326478565e-06, { 1, -3, 1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.638507670393e-06, 4.446735003776e-06, { 0, 0, 2, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0 } }, + { 1.264241802234e-06, -9.820628404431e-06, { 2, 0, 1, 0, 0, -23, 23, 0, 0, 0, 0, 0, 0 } }, + { 5.789317363411e-06, -5.284652372466e-06, { 1, 1, 0, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -8.953202961880e-06, 2.118871742608e-06, { 4, 0, -2, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -7.482395255466e-06, 3.588562153848e-06, { 2, 0, -2, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { 8.145254335908e-06, -2.923226536534e-06, { 2, 0, -1, 0, 4, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { -8.970630724869e-06, 2.096912780916e-06, { 1, -1, 1, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { 9.356475187248e-06, 1.710458759160e-06, { 3, -1, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -8.689879778314e-06, 2.376461176052e-06, { 1, 1, -1, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -3.773034291801e-06, 7.291715411823e-06, { 2, 0, -1, 0, 0, 0, 2, 0, 1, -10, 0, 0, 0 } }, + { 7.748039016276e-06, 3.314259291578e-06, { 1, 3, -2, 0, 0, -25, 26, 0, 0, 0, 0, 0, 0 } }, + { -1.826219105457e-06, -9.234329968634e-06, { 1, -1, -1, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { 6.370280541690e-06, -4.689252666644e-06, { 2, 2, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 2.112608203230e-07, -1.084512128382e-05, { 2, 2, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 8.745816851548e-06, 2.307428689386e-06, { 2, 0, -1, 0, 3, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.760101894590e-06, 4.292036370706e-06, { 1, -1, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.519558918132e-06, -8.529799271856e-06, { 1, 0, -1, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { 4.154202415953e-06, -6.886063586021e-06, { 2, 0, -1, 0, 0, 0, -2, 4, 0, -4, 0, 0, 0 } }, + { 8.901235066489e-06, -2.132389353216e-06, { 1, -3, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.154423974382e-06, -6.879145396676e-06, { 2, 0, 0, 0, 0, 0, -2, 4, 0, -4, 0, 0, 0 } }, + { -2.962961429705e-06, -8.069545589704e-06, { 2, 0, 0, 0, 0, 11, -15, 0, 0, 0, 0, 0, 0 } }, + { -4.407258178275e-06, -6.623231523618e-06, { 2, 0, -1, 0, 0, 2, -6, 0, 0, 0, 0, 0, 0 } }, + { -8.900496177672e-06, -2.128188604682e-06, { 2, -2, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.356548868180e-06, 3.671152815393e-06, { 2, 0, -1, 0, 0, 0, 2, 0, 0, 0, -1, 0, 0 } }, + { 6.313841294406e-06, 4.712508468578e-06, { 2, 0, -1, 0, 0, 0, -10, 14, 0, 0, 0, 0, 0 } }, + { -1.067586247302e-05, -3.504392383316e-07, { 3, 0, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.679118160397e-06, -9.346319103443e-06, { 3, -2, -2, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.011436105830e-06, 9.008383984384e-06, { 6, 0, -4, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -9.037804113501e-06, -1.980837854514e-06, { 0, 2, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.256817198704e-06, 5.761708075523e-06, { 0, 0, 1, 0, 0, 0, 0, -4, 0, 0, 0, 0, 0 } }, + { 6.898901623752e-06, -4.118642739199e-06, { 1, 1, -1, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { -7.975975085232e-06, 3.037104856461e-06, { 4, 0, -1, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { 1.086917954506e-05, 1.436703919199e-07, { 2, -2, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -2.969008392196e-07, -1.071567219727e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, -2, 2, 0 } }, + { -1.056109585696e-05, 4.511061946566e-07, { 0, 2, -3, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.022471652241e-05, 7.848110470372e-07, { 1, -1, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 5.119986729822e-09, -1.100360771788e-05, { 2, -2, -3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.141795279469e-09, -1.100298826238e-05, { 4, 0, 2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.069648613508e-05, 3.035172664217e-07, { 2, 0, -1, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { -3.175409004733e-07, -1.067277308135e-05, { 4, -2, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -2.198153540715e-06, 8.787765494449e-06, { 3, -1, 0, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { 9.069452633464e-06, 1.911789752251e-06, { 1, -1, 1, 0, 0, 17, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.626708492507e-06, 9.354154423718e-06, { 3, -1, -1, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -4.807298057315e-07, -1.049782094896e-05, { 0, 0, 2, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { 7.610460584149e-06, -3.361416063850e-06, { 1, 1, -3, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.246673599964e-06, -7.724225633108e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 2, -1, 0, 0, 0 } }, + { -2.500163065510e-07, 1.071483910034e-05, { 2, 0, -1, 0, 0, 3, -6, 0, 1, 0, 0, 0, 0 } }, + { 4.011701443585e-08, -1.091732798826e-05, { 0, 2, 0, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 4.425356683395e-06, -6.521567078612e-06, { 2, 0, -3, 0, 0, 0, 10, -16, 3, 0, 0, 0, 0 } }, + { -1.088919372405e-05, -5.568030384809e-08, { 1, 0, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.008119895614e-06, -9.934724058651e-06, { 4, 0, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -7.824827640496e-06, 3.117567639550e-06, { 1, -1, -1, 0, 0, 24, -25, 0, 0, 0, 0, 0, 0 } }, + { 8.264398269163e-06, -2.676816934993e-06, { 0, 0, 0, 0, 0, 17, -20, 0, 0, 0, 0, 0, 0 } }, + { -6.780361833050e-06, -4.160462536638e-06, { 2, 0, -2, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0 } }, + { 7.801061759049e-08, 1.086194018351e-05, { 2, 0, -1, 0, 0, 27, -27, 0, 0, 0, 0, 0, 0 } }, + { 3.462770191863e-07, -1.059168992576e-05, { 2, 0, 1, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { -3.590046791975e-06, -7.347440104695e-06, { 2, 0, -2, 0, 0, -11, 9, 0, 0, 0, 0, 0, 0 } }, + { -8.438170633693e-06, 2.495957422639e-06, { 0, 0, 1, 0, 0, 0, 2, -4, 0, 3, 0, 0, 0 } }, + { 2.419901565411e-06, -8.511521656478e-06, { 1, -1, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.025203437894e-05, -6.776627667868e-07, { 3, 0, -2, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { -7.977484088505e-09, 1.092158335951e-05, { 0, 0, 3, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.061278130741e-05, 3.161698036495e-07, { 4, 0, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -6.752794815560e-06, -4.175781032889e-06, { 0, 2, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 8.802378956765e-06, -2.126103049582e-06, { 1, -1, 2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.681733734798e-06, -5.244520480163e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 1, -3, 0, 0, 0 } }, + { 4.114983342200e-06, 6.810148867949e-06, { 2, 0, -1, 0, 0, 0, 2, -4, 0, 4, 0, 0, 0 } }, + { -5.275476622835e-06, 5.649520794949e-06, { 6, 0, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 9.791389418507e-06, -1.132845747124e-06, { 4, 0, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -1.082794769168e-05, 9.396017173182e-08, { 4, -2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.589019602684e-06, -7.331998473670e-06, { 2, 0, -1, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { -9.698355570518e-07, 9.950894179210e-06, { 2, 0, 0, 0, 0, 0, 17, -23, 0, 0, 0, 0, 0 } }, + { 2.509101041116e-06, 8.409295174204e-06, { 4, 0, -1, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { 9.433584962586e-06, 1.484272261537e-06, { 2, -1, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -3.503164800140e-06, -7.413740445179e-06, { 2, 0, -2, 0, 0, -7, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.004492314619e-06, -8.906271551987e-06, { 1, -1, -1, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { 8.772884502668e-07, -1.003169551306e-05, { 2, 0, 0, 0, 0, 0, -4, 0, 2, 5, 0, 0, 0 } }, + { 9.740980180585e-06, 1.167761895508e-06, { 1, -1, 2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -8.414157000836e-06, -2.488765690626e-06, { 0, 0, 1, 0, 0, 0, -2, 4, 0, -3, 0, 0, 0 } }, + { 1.785184464437e-06, 9.117126592055e-06, { 1, 1, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { -8.464521739857e-06, 2.436013726180e-06, { 1, -1, -1, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.885745872016e-06, -8.014688051603e-06, { 2, 0, 0, 0, 0, 0, 4, 0, -3, -5, 0, 0, 0 } }, + { 8.752177244129e-06, -2.148122957399e-06, { 0, 1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -9.237174706211e-06, 1.656763724753e-06, { 2, 0, -2, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0 } }, + { 8.266056810678e-06, 2.624506325581e-06, { 4, 0, -1, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { -5.524144946787e-06, 5.365892824452e-06, { 2, 0, -1, 0, 0, 0, 5, -3, 0, 0, 0, 0, 0 } }, + { -6.190476580705e-06, 4.697332831103e-06, { 1, -1, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.682653560861e-06, 9.203615774322e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -5, 2, 0, 0, 0 } }, + { -7.094173323445e-06, 3.790438535767e-06, { 2, 0, 0, 0, 0, 0, 21, -25, 0, 0, 0, 0, 0 } }, + { -8.048047137707e-06, -2.835244809746e-06, { 3, -1, 1, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { 1.022467532625e-05, -6.583413194786e-07, { 0, 2, 0, 0, 0, 0, -8, 11, 0, 0, 0, 0, 0 } }, + { -8.785063729595e-06, -2.095350027384e-06, { 1, -1, 1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 8.780439953494e-06, 2.094710257420e-06, { 3, 1, -2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.816011118092e-06, 8.054788261818e-06, { 2, 0, 1, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0 } }, + { 4.131520202237e-06, -6.739166896554e-06, { 2, 0, -1, 0, 0, 0, 1, -2, 2, 0, 0, 0, 0 } }, + { -8.751696276334e-06, 2.117684098793e-06, { 6, 0, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -3.451834108801e-06, 7.416317575907e-06, { 2, 0, 1, 0, 0, 7, -5, 0, 0, 0, 0, 0, 0 } }, + { 9.058720107411e-06, -1.805598054072e-06, { 4, 0, -3, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 2.696985574226e-06, -8.163397905139e-06, { 1, 0, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.533834502405e-06, -6.326530055434e-06, { 0, 0, 1, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { -5.816070295045e-06, -5.039818860882e-06, { 0, 0, 2, 0, 0, 8, -17, 8, -3, 0, 0, 0, 0 } }, + { 5.199679572341e-06, -5.654715654963e-06, { 2, 0, 1, 0, 0, 0, -10, 17, 0, 0, 0, 0, 0 } }, + { 4.090026418126e-06, 6.759288491001e-06, { 2, 0, 0, 0, 0, 0, 2, -4, 0, 4, 0, 0, 0 } }, + { -8.886141978340e-06, 1.961405133051e-06, { 3, 0, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -6.583858188390e-06, 4.263546567111e-06, { 2, 0, 0, 0, 0, 0, -4, 0, 0, 5, 0, 0, 0 } }, + { -5.807875735142e-06, 5.033095281309e-06, { 0, 0, 2, 0, 0, -8, 17, -8, 3, 0, 0, 0, 0 } }, + { -7.739392596060e-06, 3.079009105879e-06, { 2, 0, 2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.300185754329e-07, -1.028821172083e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -3, 1, 0, 0, 0 } }, + { -1.040296975211e-05, -4.147828567050e-07, { 4, 0, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 9.648742488130e-06, -1.166947757170e-06, { 2, 0, -2, 0, 0, 0, -1, 0, 0, 0, 2, 0, 0 } }, + { 1.066473574547e-05, -1.477437006452e-07, { 2, -2, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 2.419456114410e-06, -8.392590471381e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, -2, 2, 0 } }, + { 6.208874646713e-06, -4.595808988476e-06, { 2, 0, -1, 0, 0, 0, -3, 6, -1, 0, 0, 0, 0 } }, + { -8.683979433403e-06, 2.120549640896e-06, { 0, 2, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.686249997976e-07, -1.043244945475e-05, { 6, 0, -3, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -5.951891042808e-06, 4.848668381174e-06, { 0, 2, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 3.278596804723e-06, -7.521474618774e-06, { 2, 0, -3, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.426110275082e-06, 8.371642361014e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 2, -2, 0 } }, + { 3.000902468956e-06, -7.793684286556e-06, { 4, 0, -2, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 7.767268718330e-06, 3.026945148083e-06, { 3, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -1.518019139660e-06, -9.272021062724e-06, { 0, 0, 2, 0, 0, -26, 37, -16, 4, 5, 0, 0, 0 } }, + { 8.402909133450e-06, 2.385203312948e-06, { 1, 0, 0, 0, 0, 0, 35, -41, 2, 0, 0, 0, 0 } }, + { -4.338699200072e-06, 6.446262424009e-06, { 2, 0, 0, 0, 0, 0, 4, 0, -7, 5, 0, 0, 0 } }, + { -3.974032914210e-06, 6.809250264585e-06, { 4, 0, -2, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.492685272091e-06, -7.289693794253e-06, { 1, -1, -1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { -1.294810795841e-06, 9.486538465359e-06, { 0, 0, 2, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { -7.075546189055e-06, 3.703023368080e-06, { 2, 0, -1, 0, 0, 0, 9, -7, 0, 0, 0, 0, 0 } }, + { 8.729237690572e-06, -2.049064105973e-06, { 3, 1, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.413406091870e-06, 4.354964035519e-06, { 1, -2, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -3.808978252277e-06, 6.952504869062e-06, { 1, 1, 0, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { -3.690808631641e-06, -7.068892832710e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 6, -5, 0, 0, 0 } }, + { -2.411289570539e-07, 1.051755046466e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 2, -2, 0 } }, + { -7.154970258681e-06, 3.602773004654e-06, { 2, 0, 1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { 4.025436935403e-06, -6.729159377476e-06, { 2, 0, -1, 0, 0, 0, 14, -13, 0, 0, 0, 0, 0 } }, + { 1.184093918530e-07, -1.063513561697e-05, { 6, 0, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -8.897405985100e-06, 1.852587295073e-06, { 0, 0, 2, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -6.203953452033e-06, 4.537866136969e-06, { 1, -1, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -9.584226857886e-06, -1.157558432096e-06, { 1, -1, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 3.053878816472e-06, 7.684318332072e-06, { 1, 1, -1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { -6.919511010877e-06, -3.815258751913e-06, { 0, 0, 1, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { 3.135696991200e-06, 7.580360770799e-06, { 0, 2, -2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -8.258310271400e-06, 2.454033530850e-06, { 0, 0, 1, 0, 0, -3, -1, 8, -3, 0, 0, 0, 0 } }, + { 1.018196763628e-05, 5.278594507666e-07, { 3, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.527279576900e-06, 8.178789532900e-06, { 0, 0, 1, 0, 0, -6, 10, 0, 0, 0, 0, 0, 0 } }, + { -3.216101025770e-07, -1.037813742046e-05, { 2, 0, -1, 0, 0, -2, 6, -1, -8, 6, 0, 0, 0 } }, + { 8.738818110681e-06, -1.960467535784e-06, { 0, 0, 2, 0, 0, 3, -5, 0, 1, 0, 0, 0, 0 } }, + { 1.460803872496e-07, 1.054821497203e-05, { 3, 0, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 6.696352759589e-06, -3.995751429290e-06, { 2, 0, 0, 0, 0, 0, 9, -7, 0, 0, 0, 0, 0 } }, + { -1.421343085677e-06, -9.269199279493e-06, { 4, 0, -2, 0, 0, -2, 12, -15, 0, 0, 0, 0, 0 } }, + { -7.178642953170e-06, 3.508860909780e-06, { 1, 1, -1, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.718335393050e-06, 4.967678665612e-06, { 2, 0, -1, 0, 1, 0, -11, 11, 0, 0, 0, 0, 0 } }, + { 7.639455950957e-06, 3.046472541317e-06, { 2, 0, -2, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0 } }, + { 3.456011006594e-06, 7.229503547393e-06, { 0, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.578999306504e-06, -4.102415871853e-06, { 6, 0, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 1.017079977237e-05, 5.085254915706e-07, { 1, -2, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 8.294948874812e-06, 2.382482938793e-06, { 2, 0, 0, 0, 0, -22, 25, 0, 0, 0, 0, 0, 0 } }, + { 1.377995421917e-09, 1.067404200329e-05, { 0, 2, -1, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -2.142127078931e-07, 1.045969007127e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, -1, 0 } }, + { 3.126875597894e-06, 7.544501829625e-06, { 2, 0, 0, 0, 0, 0, 11, -18, 0, 0, 0, 0, 0 } }, + { -1.173664360111e-07, -1.054433612467e-05, { 0, 2, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 4.355478803670e-06, -6.306132344533e-06, { 0, 0, 1, 0, 0, 0, 12, -17, 0, 0, 0, 0, 0 } }, + { -3.225272513378e-07, -1.033513314139e-05, { 4, 0, 2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 1.566787357533e-06, 9.085773110167e-06, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 4, 0, 0, 0 } }, + { 1.524160302133e-06, -9.127349794471e-06, { 2, 0, -3, 0, 0, 0, 2, 0, 0, -6, 3, 0, 0 } }, + { -7.252994090438e-06, -3.397702854033e-06, { 1, 0, 0, 0, 0, 11, -17, 0, 0, 0, 0, 0, 0 } }, + { -6.596533753271e-06, -4.051308753078e-06, { 4, 0, -3, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -7.930653525851e-06, -2.712237306293e-06, { 2, 0, -1, 0, 0, 0, 8, -12, 3, 0, 0, 0, 0 } }, + { -1.022805563661e-06, -9.619857907610e-06, { 4, 0, -2, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -6.125589508670e-06, -4.515215572511e-06, { 0, 0, 4, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 8.277862692250e-06, -2.361813995824e-06, { 1, 1, 0, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { -7.381050673799e-06, -3.254866374895e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -3, 4, 0, 0, 0 } }, + { 3.242150222067e-06, -7.389060683111e-06, { 3, 0, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 8.146229260955e-06, -2.480120547093e-06, { 4, 0, -3, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -6.116461103112e-06, 4.509664381741e-06, { 0, 0, 4, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 7.567706527516e-06, 3.057595383766e-06, { 2, 0, -1, 0, 0, 0, 6, -8, 3, 0, 0, 0, 0 } }, + { -7.702507615161e-06, -2.922361931585e-06, { 0, 1, 0, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 8.471292828299e-06, -2.150996208096e-06, { 2, -2, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 6.661130570614e-06, 3.959748036530e-06, { 0, 0, 0, 0, 0, 0, 13, -15, 0, 0, 0, 0, 0 } }, + { -3.495628194029e-06, 7.122655015668e-06, { 4, 0, -2, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.173369654618e-06, 7.436781278178e-06, { 2, 0, -2, 0, 0, 0, 12, -19, 0, 0, 0, 0, 0 } }, + { -3.665298183077e-06, -6.941945150168e-06, { 2, 0, 2, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { 8.587557933017e-06, 2.018704635522e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -2, 2, 0, 0, 0 } }, + { -2.871708565802e-06, 7.725266433966e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 5, -3, 0, 0, 0 } }, + { 7.604948370111e-06, -2.990310097591e-06, { 2, 0, -2, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 6.270811286346e-08, 1.052935063793e-05, { 0, 0, 2, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -7.643397590152e-06, 2.943976427013e-06, { 2, 0, 0, 0, 0, 0, 1, -4, 1, 0, 0, 0, 0 } }, + { -3.493778605449e-06, -7.092258006514e-06, { 1, 1, -1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 8.345849586795e-06, 2.238939815119e-06, { 1, 1, -1, 0, 0, -12, 13, 0, 0, 0, 0, 0, 0 } }, + { 5.934416266532e-06, 4.649348883561e-06, { 2, -1, -2, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -1.468360853010e-06, -9.111998408689e-06, { 0, 0, 2, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { 7.026526161163e-06, -3.552335681257e-06, { 2, 0, -3, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { -4.243416477532e-06, -6.334417335043e-06, { 0, 0, 2, 0, 0, 0, -7, 12, 0, 0, 0, 0, 0 } }, + { 9.207385363274e-06, 1.369739692705e-06, { 2, 0, -1, 0, 2, 0, -6, 0, 0, 0, 0, 0, 0 } }, + { 9.170791357070e-06, -1.405876114385e-06, { 2, 0, -1, 0, 0, 0, -3, 0, 4, -2, 0, 0, 0 } }, + { 5.659946925178e-06, -4.911503102971e-06, { 3, 0, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 2.844835058424e-07, -1.028332793976e-05, { 2, 0, -1, 0, 0, -4, 6, 0, -2, 0, 0, 0, 0 } }, + { 1.797154489026e-06, -8.769875771104e-06, { 2, 0, -2, 0, 0, 0, 3, 0, -1, -5, 0, 0, 0 } }, + { -8.157793211396e-06, -2.406370319351e-06, { 0, 0, 1, 0, 0, -3, 7, -8, 3, 0, 0, 0, 0 } }, + { -6.545710498320e-06, 4.011015336920e-06, { 4, 0, -3, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.962292432653e-06, -8.592786913150e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 1, 1, 0, 0, 0 } }, + { -4.320061479402e-06, 6.229937418434e-06, { 4, 0, -2, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 9.031383091884e-06, 1.517459392192e-06, { 1, -1, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -2.613212622549e-06, 7.933228548322e-06, { 2, -2, -1, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -1.734578009676e-06, 8.806257751799e-06, { 3, -1, 0, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { 7.403600392210e-06, 3.134754227574e-06, { 1, -1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { 7.115257495269e-06, -3.422296484833e-06, { 2, 0, -1, 0, 0, 0, -10, 12, 0, 0, 0, 0, 0 } }, + { -5.682148009543e-06, 4.853170884526e-06, { 0, 0, 0, 0, 0, 10, -6, 0, 0, 0, 0, 0, 0 } }, + { -5.941096486208e-06, -4.594014684473e-06, { 2, 0, 1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0 } }, + { -2.058262045171e-06, -8.476646929072e-06, { 1, -1, -3, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { -6.577069629493e-06, -3.956407113271e-06, { 0, 0, 2, 0, 0, 0, 0, 0, -1, 5, 0, 0, 0 } }, + { -1.525506786819e-06, -9.007472156786e-06, { 1, -1, -1, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { -4.056333490250e-06, -6.461740315085e-06, { 2, -2, 1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { -8.510282238287e-06, 2.007098152261e-06, { 0, 1, 0, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.010698105949e-05, -4.070407248707e-07, { 1, -2, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.208242211200e-06, 6.304889378414e-06, { 0, 0, 1, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0 } }, + { -5.894424389448e-06, -4.617351388692e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0 } }, + { 4.589566684830e-07, 1.004969469467e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 0, 2, 0, 0 } }, + { 1.002560525611e-05, 4.809134892187e-07, { 0, 0, 0, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0 } }, + { -6.441509822454e-06, -4.062616740530e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 3, -5, 0, 0, 0 } }, + { -4.932736445018e-06, 5.570020546492e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -2, 3, 0, 0, 0 } }, + { -2.675289020081e-08, 1.046447846382e-05, { 1, 0, 1, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.360891632794e-06, -9.129662294296e-06, { 2, 0, -1, 0, 0, 0, 3, 0, 2, -8, 0, 0, 0 } }, + { 1.639028913680e-09, 1.047491504558e-05, { 2, 0, 3, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.200051645789e-06, -7.276325290326e-06, { 1, 0, 1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 6.076481734615e-06, -4.394608684130e-06, { 2, 0, 0, 0, 0, 0, -3, 6, -1, 0, 0, 0, 0 } }, + { -2.318266185416e-06, -8.150586077017e-06, { 0, 0, 3, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.439596743785e-06, 7.028974440708e-06, { 4, 0, -1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { -8.705700716187e-06, -1.757388211304e-06, { 2, 0, -1, 0, 0, 0, 5, -10, 4, 0, 0, 0, 0 } }, + { -3.848636582489e-06, 6.611541395749e-06, { 4, 0, -1, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 6.862430036142e-06, 3.596768614858e-06, { 0, 0, 1, 0, 0, 19, -22, 3, 0, 0, 0, 0, 0 } }, + { -5.100935522252e-06, -5.349092447387e-06, { 2, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.299596754004e-06, 9.149914458653e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -4, 6, -3, 0, 0 } }, + { -2.530644511575e-09, -1.044544001842e-05, { 2, 0, -2, 0, 0, 0, 2, 0, 0, 0, -2, 0, 0 } }, + { 5.720513824290e-06, -4.724683549657e-06, { 2, 0, 0, 0, 0, -8, 17, -8, 3, 0, 0, 0, 0 } }, + { -1.009320068931e-05, 3.517654919038e-07, { 1, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -6.287825267632e-06, 4.156606101233e-06, { 1, -1, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.205947794556e-06, -9.236124962721e-06, { 0, 0, 1, 0, 0, 24, -26, 0, 0, 0, 0, 0, 0 } }, + { 1.312763443463e-06, -9.120338866015e-06, { 0, 0, 1, 0, 0, -25, 27, 0, 0, 0, 0, 0, 0 } }, + { 8.257653041702e-06, -2.166117291960e-06, { 0, 0, 1, 0, 0, 13, -16, 0, 0, 0, 0, 0, 0 } }, + { -3.728306214241e-06, 6.694287606650e-06, { 1, 0, 2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -1.977642801510e-06, -8.439242580688e-06, { 4, -2, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 1.478523431725e-06, 8.938345534036e-06, { 4, 0, -1, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { 8.363014053302e-06, 2.052974484489e-06, { 1, 1, 1, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -9.063325862483e-06, 1.348887978893e-06, { 0, 0, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -7.133330078067e-07, -9.698347273636e-06, { 0, 0, 1, 0, 0, 18, -20, 0, 0, 0, 0, 0, 0 } }, + { 1.503265092037e-08, 1.039592626253e-05, { 2, 0, -3, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -7.968134908957e-06, 2.439833089310e-06, { 2, 0, -1, 0, 0, 4, -5, 0, 3, 0, 0, 0, 0 } }, + { -1.338806105407e-07, 1.027396557916e-05, { 3, 0, 1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -7.284273524283e-06, -3.122997103191e-06, { 2, -2, -1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.655057914163e-06, -8.752059973190e-06, { 4, -2, 1, 0, 0, -21, 23, 0, 0, 0, 0, 0, 0 } }, + { 1.655057914163e-06, 8.752059973190e-06, { 0, 2, -1, 0, 0, 21, -23, 0, 0, 0, 0, 0, 0 } }, + { -8.412123081215e-06, 1.994355462499e-06, { 3, -1, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.843055550880e-07, -9.921864776168e-06, { 4, 0, -2, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -7.609515052474e-06, 2.793119213237e-06, { 0, 0, 2, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { -4.686336911165e-06, -5.716115840528e-06, { 2, 0, 0, 0, 0, 0, 2, 0, 2, -5, 0, 0, 0 } }, + { 8.934098809860e-06, -1.466583566922e-06, { 2, 0, -1, 0, 0, 18, -21, 0, 0, 0, 0, 0, 0 } }, + { -8.085376926199e-06, 2.312338214646e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 1, -2, 0 } }, + { 3.613811160793e-06, 6.783704074909e-06, { 0, 0, 0, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { 3.568878366306e-06, 6.827977507738e-06, { 2, -2, 1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 3.435268681770e-06, -6.959223466399e-06, { 4, 0, 1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 1.473462107442e-06, -8.920087136046e-06, { 4, 0, -1, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { -8.366674564150e-06, 2.024460584119e-06, { 0, 2, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.846520618406e-06, -8.544581311997e-06, { 0, 0, 3, 0, 0, -20, 19, 0, 3, 0, 0, 0, 0 } }, + { 1.846520618406e-06, 8.544581311997e-06, { 0, 0, 1, 0, 0, 20, -19, 0, -3, 0, 0, 0, 0 } }, + { -9.477559569580e-06, -9.107139379202e-07, { 3, -1, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 6.450560661450e-06, -3.937425113579e-06, { 1, 0, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 3.206170776358e-06, 7.180039661569e-06, { 2, 0, -1, 0, -1, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { -3.250323024727e-06, 7.134313451741e-06, { 2, 0, -3, 0, 0, -3, 7, 0, -4, 0, 0, 0, 0 } }, + { -3.457149640563e-07, 1.003694095557e-05, { 4, 0, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.694558910981e-06, 4.685567628008e-06, { 2, 0, 1, 0, 0, 0, -1, 0, -1, 3, 0, 0, 0 } }, + { 7.198366122819e-07, -9.658032180830e-06, { 2, 0, -2, 0, 0, 0, -1, 0, 3, -2, 0, 0, 0 } }, + { 1.790946503282e-08, 1.035956068274e-05, { 3, 0, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 2.424720116902e-08, -1.035036269168e-05, { 1, 0, 0, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { 1.995549984597e-08, -1.035203669064e-05, { 4, 0, 1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -8.381526844390e-06, -1.983359091381e-06, { 3, -3, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.189428549393e-07, -1.024311268181e-05, { 2, 0, -1, 0, 0, 18, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.282838792821e-06, -9.077190547966e-06, { 0, 0, 1, 0, 0, 22, -24, 0, 0, 0, 0, 0, 0 } }, + { 3.364417677747e-06, -6.992873696813e-06, { 2, -2, 0, 0, 0, 21, -19, 0, 0, 0, 0, 0, 0 } }, + { -8.600435222864e-06, 1.756465694175e-06, { 2, 0, -1, 0, 0, 0, -5, 10, -4, 0, 0, 0, 0 } }, + { -4.566661910637e-06, -5.786398275206e-06, { 2, 0, 1, 0, 0, -23, 22, 4, 0, 0, 0, 0, 0 } }, + { -4.566661910637e-06, 5.786398275206e-06, { 2, 0, -1, 0, 0, 23, -22, -4, 0, 0, 0, 0, 0 } }, + { -1.838859997472e-06, -8.512009251403e-06, { 0, 0, 2, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 6.620073451545e-06, -3.728911965390e-06, { 2, 0, 0, 0, 0, 0, 10, -8, 0, 0, 0, 0, 0 } }, + { 9.050305162145e-06, 1.297751244642e-06, { 2, 0, 1, 0, 0, -3, 5, 0, -1, 0, 0, 0, 0 } }, + { 8.193575440836e-06, -2.153886694186e-06, { 1, -1, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 6.695610418998e-06, -3.647651736541e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 4, -4, 0, 0, 0 } }, + { 2.566712493681e-06, 7.776322424902e-06, { 2, 0, -2, 0, 0, 0, -2, 0, 1, 5, 0, 0, 0 } }, + { 3.906970042658e-06, -6.433506099582e-06, { 2, 0, 0, 0, 0, 0, 5, 0, -8, 0, 0, 0, 0 } }, + { 9.190734652901e-06, -1.149166466869e-06, { 2, 0, 1, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { 1.003096158908e-05, 3.064936952647e-07, { 1, 0, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.103550441258e-06, -7.232996976441e-06, { 1, -1, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -1.793443253162e-06, 8.541516136901e-06, { 1, -1, 1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -5.696239865229e-06, 4.637248142829e-06, { 1, 1, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { -1.122620281591e-06, 9.204636462972e-06, { 2, 0, 0, 0, 0, 8, -16, 0, 0, 0, 0, 0, 0 } }, + { -4.078217414924e-06, 6.248261529975e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -5, 3, 0, 0, 0 } }, + { -3.414829148042e-06, 6.909820538129e-06, { 0, 0, 1, 0, 0, 19, -17, 0, 0, 0, 0, 0, 0 } }, + { 8.371288858694e-06, 1.952383484078e-06, { 1, -1, 1, 0, 0, 16, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.400828204759e-06, -8.922584196587e-06, { 2, 0, 0, 0, 0, -23, 23, 0, 0, 0, 0, 0, 0 } }, + { 5.600110478872e-07, 9.762777742730e-06, { 2, 0, 1, 0, 0, 14, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.653604000337e-08, -1.029190047011e-05, { 4, 0, 0, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -1.934325835805e-06, 8.380868493183e-06, { 2, 0, 2, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { -3.666292765792e-06, -6.647537678805e-06, { 2, 2, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -5.602001286860e-06, -4.711005653723e-06, { 1, -1, 0, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 7.684504764087e-06, 2.625762359268e-06, { 2, 0, 0, 0, 0, 0, -4, 0, 1, 5, 0, 0, 0 } }, + { 6.449203018106e-09, -1.030251034578e-05, { 4, 0, -1, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.661443096303e-06, 8.647014247906e-06, { 4, 0, -3, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { -3.787416713493e-06, 6.520252142806e-06, { 2, 0, 0, 0, 0, 0, 15, -14, 0, 0, 0, 0, 0 } }, + { 9.427812654835e-06, 8.753205694707e-07, { 2, 0, -1, 0, 0, 0, -7, 15, 0, 0, 0, 0, 0 } }, + { -2.327296731392e-06, -7.969108403838e-06, { 2, 0, -3, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.785521921056e-06, -8.502139069703e-06, { 1, 1, -1, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { 6.869544616050e-06, 3.410628743311e-06, { 2, 0, 0, 0, 0, -2, 3, 0, -2, 0, 0, 0, 0 } }, + { 2.260581491250e-08, -1.025717655220e-05, { 4, 0, -1, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { 5.491565415857e-06, 4.787175919403e-06, { 0, 0, 1, 0, 0, 0, -10, 16, -4, -5, 0, 0, 0 } }, + { -7.175245940378e-06, -3.102797197613e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 2, -4, 0, 0, 0 } }, + { -8.296505971520e-06, -1.981351203245e-06, { 1, 1, -3, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.637869866452e-06, 5.638557686707e-06, { 2, 0, 1, 0, 0, 0, 5, -10, 0, 0, 0, 0, 0 } }, + { -1.200864707662e-07, -1.015498723329e-05, { 2, 0, -1, 0, 0, -2, 4, 0, -2, 0, 0, 0, 0 } }, + { -3.386472716489e-06, 6.880934412149e-06, { 1, 0, 0, 0, 0, 8, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.679248429386e-06, -7.587994865867e-06, { 2, 0, 0, 0, 0, 12, -16, 0, 0, 0, 0, 0, 0 } }, + { -9.199875775337e-06, -1.062327013496e-06, { 1, 1, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -8.850294164078e-06, -1.411741932522e-06, { 0, 0, 1, 0, 4, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.177204910529e-06, 7.082832033678e-06, { 2, 0, 0, 0, 0, 0, -11, 16, 0, 0, 0, 0, 0 } }, + { -1.306316506982e-06, -8.952189218405e-06, { 2, 2, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 9.071360971898e-08, 1.016366123883e-05, { 2, 0, -2, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 3.158956352266e-06, -7.090068295245e-06, { 2, 0, -1, 0, -5, 14, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.506591071537e-06, -5.742323230051e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 3, -3, 0, 0, 0 } }, + { 9.461284392316e-06, 7.869645132925e-07, { 4, 0, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -6.156493363856e-06, -4.081800450256e-06, { 1, 1, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 6.219336445684e-06, -4.016482500558e-06, { 2, 0, 0, 0, 0, 0, 8, -6, 0, 0, 0, 0, 0 } }, + { -1.480103938316e-08, -1.021804880097e-05, { 2, 0, -3, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { -2.927178994295e-06, 7.305413485988e-06, { 3, -1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -5.710267441073e-06, 4.522039674261e-06, { 2, 0, -2, 0, 0, 15, -11, 0, 0, 0, 0, 0, 0 } }, + { -8.511466100374e-06, 1.719608801118e-06, { 2, 0, 0, 0, 0, 0, -5, 10, -4, 0, 0, 0, 0 } }, + { 3.391509462607e-06, 6.838483705761e-06, { 2, 0, 0, 0, 0, 0, 2, 0, -2, -1, 0, 0, 0 } }, + { 6.825191936388e-08, 1.016111937983e-05, { 0, 0, 3, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 7.883069344582e-06, 2.341541569204e-06, { 2, 0, -1, 0, 0, 4, 0, -8, 3, 0, 0, 0, 0 } }, + { -5.156857755737e-07, 9.706884081357e-06, { 2, 0, -2, 0, 0, 0, -3, 0, 0, 3, 0, 0, 0 } }, + { -8.881343076033e-07, 9.333498262693e-06, { 2, 0, 0, 0, 0, 0, 18, -24, 0, 0, 0, 0, 0 } }, + { -3.769458927996e-06, 6.450741973212e-06, { 0, 0, 2, 0, 0, 0, 5, -10, 0, 0, 0, 0, 0 } }, + { 6.956914941706e-09, 1.020891876338e-05, { 6, 0, -3, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.703154418749e-06, -8.511814627715e-06, { 2, 0, 1, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { 3.383716113316e-06, 6.830602734149e-06, { 4, 0, -3, 0, 0, 0, 2, 0, -2, -1, 0, 0, 0 } }, + { 7.072302473351e-06, -3.141866756083e-06, { 1, 1, -2, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 7.363282176394e-06, -2.840452288353e-06, { 2, 0, -2, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0 } }, + { -6.421352740050e-06, -3.777882565763e-06, { 2, 0, 1, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0 } }, + { 7.864184350955e-06, -2.320741766936e-06, { 2, 0, -1, 0, 0, 4, -8, 8, -3, 0, 0, 0, 0 } }, + { -8.450506198533e-10, 1.018122168601e-05, { 3, 0, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 6.273118018321e-06, 3.903533667500e-06, { 3, 0, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 7.930387143555e-06, 2.241409052019e-06, { 0, 2, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -9.774010636060e-06, 3.966048601211e-07, { 4, -2, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.032055012162e-06, 6.138414050796e-06, { 2, 0, -1, 0, 2, -7, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.284131726247e-06, -4.884735873571e-06, { 2, 0, -1, 0, 0, 0, -5, 0, 2, 0, 0, 0, 0 } }, + { -3.029616905193e-08, -1.013681891815e-05, { 4, 0, -1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 8.231493842098e-06, 1.933772233606e-06, { 0, 0, 2, 0, 0, -3, 5, 0, -1, 0, 0, 0, 0 } }, + { -6.401796958461e-06, 3.762878772441e-06, { 1, -1, 2, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 } }, + { -2.400322786265e-06, 7.763742284619e-06, { 2, 0, -1, 0, 0, 0, 13, -23, 0, 0, 0, 0, 0 } }, + { 7.005111168979e-06, 3.158274960441e-06, { 2, 0, 0, 0, 0, 0, 1, 0, 2, -7, 0, 0, 0 } }, + { 4.494119471226e-09, 1.015626809756e-05, { 3, 0, -1, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 7.265995662748e-06, -2.894624125063e-06, { 1, 1, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -4.042791757058e-06, 6.113217844119e-06, { 2, 0, 0, 0, 0, 0, 21, -26, 0, 0, 0, 0, 0 } }, + { -4.215761743205e-06, 5.938070590006e-06, { 2, -2, -1, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0 } }, + { 6.682505596197e-06, -3.468807815646e-06, { 2, 0, 1, 0, 0, 0, 4, -8, 5, -5, 0, 0, 0 } }, + { 8.650830106958e-06, -1.500070670358e-06, { 4, 0, -2, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { -3.542918268019e-06, -6.603119573971e-06, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0 } }, + { -3.540638545868e-06, 6.601736738734e-06, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0 } }, + { 3.542005575315e-06, 6.599937086530e-06, { 0, 0, 2, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { 9.240929777355e-07, 9.217417546382e-06, { 1, -2, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.910600587448e-06, 6.230835252844e-06, { 2, -2, 1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -4.606881990079e-06, -5.531482077636e-06, { 4, 0, -3, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 6.637282365611e-06, -3.499659064484e-06, { 2, 0, -1, 0, 0, 0, 20, -24, 0, 0, 0, 0, 0 } }, + { -3.135511417769e-06, 6.997145610074e-06, { 2, 0, -3, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -3.271235714976e-06, -6.858139316081e-06, { 2, 0, -2, 0, 0, -8, 6, 0, 0, 0, 0, 0, 0 } }, + { -9.580986361476e-06, 5.473311740149e-07, { 4, 0, -2, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { -1.554077578778e-07, 9.972321957212e-06, { 4, 0, 1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.657996712293e-06, 3.467769267194e-06, { 2, 0, 1, 0, 0, 0, -4, 8, -5, 5, 0, 0, 0 } }, + { 2.781515643118e-06, -7.343939264651e-06, { 0, 2, -2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.578806523202e-06, -6.546005770772e-06, { 2, 0, 1, 0, 0, 0, 0, 0, -1, 5, 0, 0, 0 } }, + { -5.907465186010e-06, 4.216519294381e-06, { 4, 0, -3, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.776076320567e-09, 1.012062128453e-05, { 2, -2, 2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.207612062739e-06, 8.910066938988e-06, { 1, 0, -1, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { 2.036386522087e-08, 1.009341911782e-05, { 2, 0, -1, 0, 0, 1, -3, 0, 2, 0, 0, 0, 0 } }, + { 7.878039833710e-06, -2.232725295180e-06, { 2, 0, -3, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 8.658710693633e-07, -9.243573539366e-06, { 2, 0, -1, 0, 0, 0, 18, -24, 0, 0, 0, 0, 0 } }, + { 2.643848167996e-06, -7.464792454966e-06, { 4, 0, -1, 0, 0, -8, 14, 0, 0, 0, 0, 0, 0 } }, + { 5.658528803407e-07, 9.542291174040e-06, { 2, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 8.917816317913e-06, -1.190018114891e-06, { 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { -2.055962919092e-06, -8.051258370770e-06, { 1, 1, -1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.995492515610e-06, 7.111290091017e-06, { 1, -1, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 1.800734488064e-06, -8.300554250067e-06, { 0, 0, 1, 0, 0, 0, 3, -9, 0, 0, 0, 0, 0 } }, + { -4.062450765149e-06, 6.038508764486e-06, { 2, 0, -2, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0 } }, + { -9.598299485263e-06, -4.952695113940e-07, { 1, 1, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 7.661795954679e-06, 2.430763107958e-06, { 0, 0, 2, 0, 0, -21, 23, -4, 0, 0, 0, 0, 0 } }, + { 7.064913565520e-06, -3.027270002296e-06, { 3, -3, 0, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { 8.161033389350e-06, 1.928077375247e-06, { 1, 1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.618896298872e-07, -9.826464547024e-06, { 2, 0, 0, 0, 0, 0, -6, 0, 7, 0, 0, 0, 0 } }, + { 7.511414732721e-06, 2.574498704972e-06, { 1, -1, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -6.130204848836e-06, 3.955266330172e-06, { 0, 0, 4, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 8.154565771770e-06, 1.929424787288e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 0, 0, 2, 0, 0 } }, + { -3.570690304494e-06, -6.509835211782e-06, { 1, 0, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -9.558449063380e-06, -5.181594498507e-07, { 4, 0, -2, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -8.406038749509e-06, -1.669736476004e-06, { 1, -1, 1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 8.406038749509e-06, 1.669736476004e-06, { 1, -1, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -6.099379466082e-06, 3.973938801106e-06, { 2, 0, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -8.156483636403e-06, -1.913150931306e-06, { 1, 1, -1, 0, 0, 14, -13, 0, 0, 0, 0, 0, 0 } }, + { -8.229834529482e-06, -1.837284104114e-06, { 4, -2, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.105749519927e-06, 3.949096523700e-06, { 2, 0, -1, 0, 0, 0, -5, 10, -3, 0, 0, 0, 0 } }, + { -2.829705747499e-06, -7.223557229573e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 6, -5, 0, 0, 0 } }, + { -2.136414421851e-06, 7.916623921781e-06, { 2, 0, -1, 0, 0, -12, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.576001381894e-08, -1.003356462405e-05, { 1, 0, -1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.857734960987e-06, -6.191569998273e-06, { 0, 0, 1, 0, 0, -3, 18, -25, 2, 0, 0, 0, 0 } }, + { -3.859035593875e-06, 6.189883252152e-06, { 0, 0, 1, 0, 0, 3, -18, 25, -2, 0, 0, 0, 0 } }, + { 1.658173038101e-07, -9.875450853286e-06, { 0, 2, 0, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -8.121373401591e-06, 1.918216015126e-06, { 3, 1, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.095213693167e-06, 6.943664181238e-06, { 2, 0, -1, 0, 5, -14, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.740988887347e-06, 2.964623953234e-07, { 4, 0, 1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -7.170442678652e-06, 2.863486480996e-06, { 1, 1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.298766617654e-06, 8.730404736645e-06, { 1, -1, -1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.559486112568e-06, 2.468095653554e-06, { 0, 0, 1, 0, 0, 0, -2, 2, 0, -2, 0, 0, 0 } }, + { 7.876890666206e-06, -2.150112016502e-06, { 0, 0, 1, 0, 0, -6, 10, 0, -5, 5, 0, 0, 0 } }, + { 1.530455974768e-07, -9.872873188143e-06, { 3, -2, 0, 0, 0, 11, -5, 3, 0, 0, 0, 0, 0 } }, + { 1.530455974768e-07, 9.872873188143e-06, { 1, 2, 0, 0, 0, -11, 5, -3, 0, 0, 0, 0, 0 } }, + { 9.637190719764e-06, 3.870552366173e-07, { 0, 0, 0, 0, 0, 27, -28, 0, 0, 0, 0, 0, 0 } }, + { 7.870954912273e-06, 2.148151799969e-06, { 0, 0, 1, 0, 0, 6, -10, 0, 5, -5, 0, 0, 0 } }, + { 9.455797598201e-06, 5.590733457579e-07, { 2, -2, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -3.536554162024e-06, 6.473072806447e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -1, 1, 0, 0, 0 } }, + { -7.828071545773e-06, 2.179572348483e-06, { 3, 0, 0, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -7.827874897641e-06, -2.179552883770e-06, { 3, 0, 0, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { -6.069410681943e-06, 3.937843867837e-06, { 2, 0, -1, 0, 0, 0, 2, 0, 2, -6, 0, 0, 0 } }, + { 5.977638501502e-07, 9.408536037697e-06, { 1, 0, 1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 2.203486767521e-06, -7.802088891939e-06, { 4, 0, -1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { -2.675198554444e-06, -7.324367006315e-06, { 0, 2, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -9.599095695940e-06, -3.989232097169e-07, { 4, -2, 2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.762258781071e-06, 5.233420709200e-06, { 2, -2, 1, 0, 0, 0, 17, -28, 0, 0, 0, 0, 0 } }, + { 4.762258781071e-06, -5.233420709200e-06, { 2, -2, -1, 0, 0, 0, 17, -28, 0, 0, 0, 0, 0 } }, + { 6.592754498996e-06, -3.401771777227e-06, { 0, 0, 1, 0, 0, 0, 14, -18, 0, 0, 0, 0, 0 } }, + { 6.880430648991e-06, 3.111403032919e-06, { 2, 0, -1, 0, 0, 0, 1, 0, 2, -7, 0, 0, 0 } }, + { 1.463030124109e-06, 8.527195122813e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -7, 11, -3, 0, 0 } }, + { -7.786306717263e-06, 2.203192405497e-06, { 0, 0, 2, 0, 0, -15, 10, 4, 0, 0, 0, 0, 0 } }, + { -1.192116897110e-06, -8.795895281225e-06, { 1, 0, 1, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { 6.863209967961e-06, -3.124765523157e-06, { 0, 2, -1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -4.301753635034e-06, -5.684376695294e-06, { 2, 0, 0, 0, 0, 0, 17, -18, 0, 0, 0, 0, 0 } }, + { -3.280239800858e-06, -6.701215095343e-06, { 2, 0, -2, 0, 0, -10, 8, 0, 0, 0, 0, 0, 0 } }, + { -3.156660764867e-06, 6.824479466347e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 5, -3, 0, 0, 0 } }, + { 8.474027168895e-06, -1.506896437503e-06, { 4, 0, -1, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.732502600282e-06, -6.248258312570e-06, { 3, 1, -2, 0, 0, -12, 7, 0, 0, 0, 0, 0, 0 } }, + { -3.207042681871e-06, 6.770651262452e-06, { 0, 0, 0, 0, 0, 24, -22, 0, 0, 0, 0, 0, 0 } }, + { 2.598369503466e-07, 9.716165056349e-06, { 1, 0, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { 5.679393081267e-09, -9.969718373971e-06, { 3, 0, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 8.072611859813e-06, -1.898578998756e-06, { 1, -1, -2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.051724547510e-06, -1.919041523480e-06, { 1, -1, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.626250757142e-07, 9.807331574259e-06, { 5, 0, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -5.782425723250e-06, -4.176004362166e-06, { 0, 0, 2, 0, 0, 0, -2, 0, 1, 4, 0, 0, 0 } }, + { -9.567876124760e-06, 3.878571754148e-07, { 0, 2, 2, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 5.410370529406e-06, 4.541727188472e-06, { 1, -1, -1, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0 } }, + { 2.777112046453e-06, -7.170775399060e-06, { 0, 0, 2, 0, 0, 0, -2, 0, 2, 2, 0, 0, 0 } }, + { 8.030164938463e-06, -1.917703228304e-06, { 3, 1, -2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.989427425500e-06, 7.954706140361e-06, { 1, 3, -2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 9.205647447661e-06, 7.346615647431e-07, { 2, 0, 0, 0, 0, 24, -23, 0, 0, 0, 0, 0, 0 } }, + { 6.062940334741e-06, 3.875353742972e-06, { 0, 0, 2, 0, 0, -12, 3, 7, -8, 6, 0, 0, 0 } }, + { 6.062940334741e-06, -3.875353742972e-06, { 0, 0, 0, 0, 0, 12, -3, -7, 8, -6, 0, 0, 0 } }, + { -9.867699147135e-06, 7.035301074197e-08, { 2, 0, -1, 0, 0, 20, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.094430862917e-07, -9.826440644194e-06, { 2, 0, 0, 0, 0, 31, -31, 0, 0, 0, 0, 0, 0 } }, + { -8.077041071375e-06, -1.856482416748e-06, { 1, -1, -3, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -8.422149366776e-06, -1.504613300113e-06, { 1, -1, 0, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 1.967772838911e-06, -7.958913535571e-06, { 2, -1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.068204364471e-06, 5.858371843806e-06, { 2, 0, -2, 0, 0, 0, 11, -16, 0, 0, 0, 0, 0 } }, + { -1.788025631466e-06, 8.137146371945e-06, { 3, 0, -5, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -8.022357700517e-06, -1.901874778694e-06, { 3, -1, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.164787073866e-06, -7.524548748930e-07, { 0, 0, 1, 0, 0, 0, 10, -19, 2, -2, 0, 0, 0 } }, + { -9.164787073866e-06, 7.524548748930e-07, { 0, 0, 1, 0, 0, 0, -10, 19, -2, 2, 0, 0, 0 } }, + { 1.187709495073e-06, -8.728633716054e-06, { 4, 0, -2, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { 3.370851496273e-06, 6.544537379985e-06, { 2, -2, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { -1.914988007449e-07, 9.723804405158e-06, { 4, 0, -1, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.812652242025e-07, -9.731204917185e-06, { 1, 0, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 1.041737959555e-07, 9.807767088428e-06, { 1, 1, 0, 0, 0, -8, 6, 0, 0, 0, 0, 0, 0 } }, + { -9.626469537401e-06, 2.810865877806e-07, { 2, 0, 2, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -8.470933529404e-06, 1.432644108491e-06, { 4, 0, -2, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 9.777409882842e-06, -1.172886303282e-07, { 1, 0, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -5.738695593817e-06, -4.154215386734e-06, { 1, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 2.614732023489e-07, -9.630212742837e-06, { 0, 0, 1, 0, 0, -4, 6, 0, -2, 0, 0, 0, 0 } }, + { -4.421272825368e-06, -5.467157940671e-06, { 0, 0, 1, 0, 0, 0, -8, 7, 0, 0, 0, 0, 0 } }, + { 9.845627951164e-06, -3.963480410502e-08, { 2, 0, -2, 0, 0, 26, -27, 0, 0, 0, 0, 0, 0 } }, + { 6.527758257580e-06, 3.356595730006e-06, { 2, 0, 0, 0, 0, -20, 18, 6, -2, 0, 0, 0, 0 } }, + { -2.515870735384e-09, 9.881683315093e-06, { 6, 0, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 7.414990433998e-06, 2.466350825928e-06, { 1, 0, 1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.733543592497e-06, 8.144277083016e-06, { 1, -1, 0, 0, 0, 18, -20, 0, 0, 0, 0, 0, 0 } }, + { -7.982785644416e-06, -1.892743767459e-06, { 2, -1, 0, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { -9.788249264043e-06, 8.727472819539e-08, { 4, 0, -3, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.993114624223e-06, -7.882408731953e-06, { 1, -1, 0, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { 9.752384797896e-06, 1.170006725370e-07, { 2, 0, 1, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { -3.231669302061e-06, -6.634177201037e-06, { 2, 0, -2, 0, 0, -9, 7, 0, 0, 0, 0, 0, 0 } }, + { 7.979600664458e-06, 1.883331892668e-06, { 1, 1, 1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.858963868471e-06, 4.998380321545e-06, { 2, 0, -1, 0, 0, 0, 1, -4, 3, 0, 0, 0, 0 } }, + { -2.786612325861e-06, 7.070632818543e-06, { 4, 0, -2, 0, 0, 0, 13, -23, 0, 0, 0, 0, 0 } }, + { -3.466488398807e-06, -6.389815234600e-06, { 4, 0, -2, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { 1.412996912889e-06, 8.436455776126e-06, { 0, 2, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 3.025981910859e-06, -6.820977315525e-06, { 0, 0, 1, 0, 0, 0, -3, 0, 0, 1, 0, 0, 0 } }, + { -1.074875503875e-08, 9.831905120741e-06, { 1, 0, 1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -7.865955623191e-06, -1.971031796390e-06, { 1, -1, 1, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { -2.902879368456e-06, 6.932093926620e-06, { 2, -2, -1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -4.425303025646e-06, 5.406149420243e-06, { 2, 0, -4, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 6.969120021727e-06, 2.858709718784e-06, { 0, 0, 3, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 4.482413759268e-06, -5.344495066491e-06, { 3, 0, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -6.401315291752e-06, 3.425131138567e-06, { 0, 2, -2, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -8.183274852877e-06, -1.641984865381e-06, { 2, 0, 0, 0, 0, 0, 5, -10, 4, 0, 0, 0, 0 } }, + { -6.573451010905e-06, 3.249338738191e-06, { 2, 0, -2, 0, 0, 0, 11, -15, 0, 0, 0, 0, 0 } }, + { 7.292875243675e-06, -2.527360672331e-06, { 1, -1, -1, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { -2.847444479533e-08, -9.789430126616e-06, { 0, 2, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.260728774111e-06, -2.552358962680e-06, { 4, -2, 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -5.607584096731e-08, -9.755226429037e-06, { 5, 0, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 8.914896507610e-06, 8.963329131064e-07, { 2, -2, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -1.614307595317e-06, 8.195331870345e-06, { 1, 1, -1, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { -7.927502705900e-06, -1.872799937898e-06, { 3, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 7.489568477257e-06, -2.310316651085e-06, { 0, 0, 0, 0, 0, 18, -21, 0, 0, 0, 0, 0, 0 } }, + { 5.506334966394e-06, 4.292764642229e-06, { 2, 0, -2, 0, 0, 0, 13, -21, 0, 0, 0, 0, 0 } }, + { -9.424040640571e-06, -3.749745096824e-07, { 2, -2, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.703258961164e-06, -8.095096882012e-06, { 1, 1, 0, 0, 0, -11, 13, 0, 0, 0, 0, 0, 0 } }, + { -3.955020416419e-06, 5.842544179411e-06, { 1, 0, 1, 0, 0, -5, 9, 0, 0, 0, 0, 0, 0 } }, + { -3.275441027556e-06, 6.520055394977e-06, { 1, 0, 1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.722813791851e-06, -8.071545655850e-06, { 1, -1, -1, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -7.890769490422e-06, -1.903151322152e-06, { 0, 0, 3, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.175932651348e-08, -9.774156096121e-06, { 1, 0, -1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -7.472391321582e-06, -2.309592841675e-06, { 2, 0, -1, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0 } }, + { -8.705312048305e-06, 1.063278674052e-06, { 2, 0, 0, 0, 0, 21, -24, 0, 0, 0, 0, 0, 0 } }, + { -1.387583934215e-06, -8.380229293629e-06, { 1, 0, 0, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { -5.391428072811e-07, 9.225671353284e-06, { 0, 0, 1, 0, 0, 0, 3, -4, 1, 0, 0, 0, 0 } }, + { -9.690372459295e-06, -7.390700155540e-08, { 0, 2, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -9.097353368502e-07, -8.845641829559e-06, { 2, 0, -2, 0, 0, 5, -9, 0, 0, 0, 0, 0, 0 } }, + { 7.926691782616e-06, -1.828497806402e-06, { 1, 1, 1, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.243499889013e-06, 6.505849952573e-06, { 2, 0, 0, 0, 0, 22, -20, 0, 0, 0, 0, 0, 0 } }, + { 8.890210283520e-07, -8.859495962253e-06, { 0, 0, 2, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { -1.541432992174e-06, 8.205734799185e-06, { 2, 0, 1, 0, 0, 3, -7, 0, 0, 0, 0, 0, 0 } }, + { 6.058886577230e-06, -3.687737584376e-06, { 2, -1, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -3.493341162323e-06, -6.248154391486e-06, { 0, 0, 2, 0, 0, 0, -5, 10, 0, 0, 0, 0, 0 } }, + { -9.185541938354e-06, -5.490100304946e-07, { 2, 0, -1, 0, 0, 0, 9, -14, 2, 0, 0, 0, 0 } }, + { 9.650622281515e-06, -8.381417921098e-08, { 1, 0, 0, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { 4.252062637755e-06, 5.481822015238e-06, { 2, 0, 0, 0, 4, 0, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.171506990546e-06, 6.561721393585e-06, { 2, 0, 1, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { -9.694622944243e-06, -3.834302777008e-08, { 2, 0, 0, 0, 0, 0, 20, -23, 0, 0, 0, 0, 0 } }, + { -5.491661134630e-06, -4.236605520404e-06, { 1, 0, 1, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0 } }, + { 3.210309665177e-06, -6.515151311001e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 2, 1, 0, 0, 0 } }, + { 1.327307999693e-07, -9.583693926406e-06, { 4, 0, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { -5.851210665743e-06, -3.864776403923e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { -7.855211541982e-06, 1.858495373423e-06, { 1, 1, -2, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.463904277158e-06, 6.244501101430e-06, { 4, 0, -2, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0 } }, + { -9.012208464360e-06, -6.953104998116e-07, { 0, 0, 1, 0, 0, 0, -11, 14, 0, 0, 0, 0, 0 } }, + { 2.049138905313e-08, 9.682830979510e-06, { 3, -2, -1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.880910368561e-06, -5.820675538654e-06, { 2, 0, -1, 0, 0, 0, 20, -25, 0, 0, 0, 0, 0 } }, + { 6.036432057461e-06, 3.660269202634e-06, { 2, 0, -3, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -1.367323797935e-06, 8.325063363066e-06, { 1, 0, 0, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { 9.408512148995e-06, 2.821571814389e-07, { 2, 0, -2, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.070825165742e-06, 6.616024195873e-06, { 2, 0, 1, 0, 0, 8, -6, 0, 0, 0, 0, 0, 0 } }, + { -7.520094815239e-06, -2.164313534830e-06, { 2, 0, 0, 0, 0, -24, 27, 0, 0, 0, 0, 0, 0 } }, + { 6.968210131640e-06, -2.712313104399e-06, { 2, 0, 2, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 7.633513226995e-06, -2.046674180093e-06, { 3, -1, -1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 9.315049186866e-06, 3.627102657944e-07, { 2, 0, 0, 0, 0, 30, -31, 0, 0, 0, 0, 0, 0 } }, + { 5.100853371509e-07, 9.167673528027e-06, { 4, -2, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 6.073079720891e-06, -3.602000033884e-06, { 2, -2, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 7.825151697264e-06, 1.847799109285e-06, { 3, -1, 0, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { 4.973786868868e-06, -4.697477926396e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 6, -4, 0, 0, 0 } }, + { -7.821699593490e-06, -1.848302073617e-06, { 1, -1, -2, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.893616774481e-06, 5.775657874159e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 0, -1, 3, 0, 0 } }, + { -2.998667164966e-06, -6.670070105008e-06, { 0, 0, 1, 0, 0, 0, 6, -11, -2, 0, 0, 0, 0 } }, + { 3.925254884430e-06, -5.743020499352e-06, { 0, 0, 1, 0, 0, 0, -1, 4, -2, 0, 0, 0, 0 } }, + { -9.402836469938e-06, -2.635102010334e-07, { 2, 0, -4, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.894527593769e-06, -6.769002319906e-06, { 1, -1, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.797733815051e-06, 7.862673532196e-06, { 0, 0, 1, 0, 0, -16, 18, 0, 0, 0, 0, 0, 0 } }, + { -1.867767449176e-06, -7.790622672775e-06, { 1, -1, 1, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.600439789128e-06, -6.057110111943e-06, { 2, 0, 0, 0, 0, 0, 1, -2, 2, 0, 0, 0, 0 } }, + { -6.956854214974e-06, -2.698934776490e-06, { 2, 0, -2, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { -8.009543236683e-06, -1.646147353163e-06, { 3, -3, 1, 0, 0, 43, -42, 0, 0, 0, 0, 0, 0 } }, + { -8.009543236683e-06, 1.646147353163e-06, { 1, 3, 1, 0, 0, -43, 42, 0, 0, 0, 0, 0, 0 } }, + { -3.092072529648e-06, -6.562142969381e-06, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 8, 0, 0, 0 } }, + { -2.995661020692e-06, 6.657295357927e-06, { 0, 0, 1, 0, 0, 0, -6, 11, 2, 0, 0, 0, 0 } }, + { 9.355531964288e-06, 2.972356812415e-07, { 2, -2, -1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -8.711795357635e-06, 9.380740340486e-07, { 1, -1, 2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 8.605505071487e-08, 9.558366956290e-06, { 0, 0, 4, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 7.808303996587e-06, -1.833001201545e-06, { 1, 1, 1, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { -7.139678627235e-06, 2.500345330716e-06, { 3, 0, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.928717318185e-08, -9.618550060124e-06, { 3, 0, 0, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -6.617327985837e-06, 3.020411602955e-06, { 2, 0, -1, 0, 0, 0, 10, -8, 0, 0, 0, 0, 0 } }, + { 3.556074847077e-07, 9.281914380960e-06, { 0, 0, 0, 0, 0, 0, 10, -10, 0, 0, 0, 0, 0 } }, + { 3.814899546878e-06, 5.818142264587e-06, { 2, 0, 0, 0, 2, -7, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.755381034210e-06, -6.873966006498e-06, { 3, -1, 0, 0, 0, 0, 1, 0, 2, -3, 0, 0, 0 } }, + { 2.755381034210e-06, 6.873966006498e-06, { 1, 1, 0, 0, 0, 0, -1, 0, -2, 3, 0, 0, 0 } }, + { 8.726355460982e-06, 8.989765232959e-07, { 0, 0, 1, 0, 0, -3, 6, 0, -2, 0, 0, 0, 0 } }, + { -7.306663536944e-06, 2.316841303286e-06, { 2, 0, -1, 0, 0, -6, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.511342806394e-06, -6.111688465413e-06, { 2, 0, -4, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 8.726394757910e-06, -8.956510311311e-07, { 2, 0, 2, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 8.587948445045e-06, -1.032888652152e-06, { 2, 0, 0, 0, 0, -3, 6, 0, -2, 0, 0, 0, 0 } }, + { -7.045518564879e-06, 2.569891629597e-06, { 1, 0, 0, 0, 0, 0, -1, 0, 0, 4, -2, 0, 0 } }, + { 7.818772873463e-06, 1.796481036889e-06, { 3, -1, 0, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -1.768691496811e-09, -9.611236478122e-06, { 4, 0, -1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -9.310623474506e-06, -3.023772628081e-07, { 0, 0, 2, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.685310909956e-06, 7.924867492782e-06, { 2, 0, -1, 0, 0, 3, -5, 0, 1, 1, 0, 0, 0 } }, + { 6.752596120672e-06, 2.857448986687e-06, { 2, 0, 1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -8.029259032237e-07, 8.805678813086e-06, { 0, 2, -1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 8.196108491119e-06, -1.410794785890e-06, { 1, -1, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -8.523800697420e-06, 1.082112301077e-06, { 0, 0, 1, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0 } }, + { -3.327129371066e-06, 6.274430755123e-06, { 4, 0, -2, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { -9.080056429306e-06, 5.188052079971e-07, { 1, 0, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.107487788494e-06, -6.491232883148e-06, { 1, 0, 0, 0, 0, -9, 7, 0, 0, 0, 0, 0, 0 } }, + { -7.346845008761e-06, 2.251524874744e-06, { 2, 0, 1, 0, 0, 1, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.642589970562e-08, 9.580329961323e-06, { 2, 0, -4, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 9.022642066598e-06, 5.690108148342e-07, { 4, 0, -1, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { 3.995737432574e-06, -5.593197555141e-06, { 0, 0, 0, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { 1.607363476879e-06, -7.977970307163e-06, { 1, 1, -1, 0, 0, -8, 10, 0, 0, 0, 0, 0, 0 } }, + { -7.423825315795e-06, -2.160560100466e-06, { 2, 0, -3, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 3.622944479238e-06, 5.959678660339e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 2, -5, 0, 0, 0 } }, + { -3.933194774566e-07, 9.187941352855e-06, { 0, 0, 1, 0, 0, -4, 5, 0, -1, 0, 0, 0, 0 } }, + { 1.698868765447e-06, 7.881133420356e-06, { 1, 0, -1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 1.770746224098e-06, 7.807585006686e-06, { 4, 0, 1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.187677968812e-06, -6.382327948869e-06, { 3, -2, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.187677968812e-06, 6.382327948869e-06, { 3, -2, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.930784957935e-06, -6.637948005161e-06, { 2, 0, 0, 0, -5, 14, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.679691895228e-06, -5.888935101516e-06, { 2, 0, 0, 0, 0, 0, -5, 11, 0, 0, 0, 0, 0 } }, + { 2.019174230050e-06, 7.545253258248e-06, { 0, 0, 1, 0, 0, 2, -5, 3, 0, 0, 0, 0, 0 } }, + { 5.107710881408e-06, -4.456481649922e-06, { 2, 0, 0, 0, 0, -10, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.821255556730e-06, -1.742512246511e-06, { 2, 0, -1, 0, 0, 0, -9, 16, -6, 0, 0, 0, 0 } }, + { 7.751700175053e-08, -9.482809837417e-06, { 0, 0, 3, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -1.675820594936e-06, -7.881995963077e-06, { 2, 0, -1, 0, 0, -3, 5, 0, -1, -1, 0, 0, 0 } }, + { 2.392986352354e-06, -7.162860426873e-06, { 2, 0, -3, 0, 0, 0, 2, 0, 2, -10, 0, 0, 0 } }, + { 2.095551484165e-06, 7.458556898565e-06, { 1, 0, 0, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.167134319936e-06, -7.386164577970e-06, { 3, 0, -2, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 3.199688834492e-06, 6.352955414519e-06, { 0, 0, 1, 0, 0, 0, 5, -8, 1, 5, 0, 0, 0 } }, + { 7.678622411066e-06, -1.870389713388e-06, { 1, 1, -2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.751391297927e-06, 5.797495268874e-06, { 4, 0, -1, 0, 0, 0, -1, -2, 0, 0, 0, 0, 0 } }, + { 7.707372690308e-06, 1.839776057698e-06, { 3, 1, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 8.950765539373e-08, -9.455729129089e-06, { 2, 0, -3, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.782141317830e-08, -9.527146609043e-06, { 2, 0, 3, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.459319544192e-06, -6.083671925689e-06, { 6, 0, -2, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 7.008355385140e-06, 2.531974042438e-06, { 0, 0, 1, 0, 0, 20, -23, 0, 0, 0, 0, 0, 0 } }, + { 2.845150067351e-06, 6.683583131865e-06, { 2, 0, -1, 0, 0, -1, 3, -3, 0, 0, 0, 0, 0 } }, + { -7.568469969376e-06, 1.958860484553e-06, { 2, -1, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 7.923805161470e-07, -8.733845073619e-06, { 2, 0, 2, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -1.527245764054e-06, -7.997503331894e-06, { 2, 0, -1, 0, 0, 0, 5, 0, -7, 5, 0, 0, 0 } }, + { 6.196962521407e-06, -3.326805782162e-06, { 0, 2, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 6.506688742896e-06, 3.015512171557e-06, { 4, 0, -3, 0, 0, 0, 2, 0, -4, 4, 0, 0, 0 } }, + { 9.432592971342e-06, 8.847253418451e-08, { 2, 0, -1, 0, 0, 0, 19, -22, 0, 0, 0, 0, 0 } }, + { -8.777817161518e-06, -7.425658590160e-07, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 4, 0, 0, 0 } }, + { -2.805355457163e-06, -6.707637562335e-06, { 2, -2, -1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -3.346439225234e-06, 6.161388101049e-06, { 4, 0, -2, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { 9.029784460211e-06, 4.771631250814e-07, { 3, 0, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.064220885429e-07, -9.399372027792e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 2, 0 } }, + { -5.164563291099e-06, -4.334650735581e-06, { 1, -1, 1, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0 } }, + { -8.796173622165e-06, 7.024491231821e-07, { 3, -1, -2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 2.909367814456e-06, 6.586258408180e-06, { 2, 0, 0, 0, 5, -14, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.637499777831e-06, 3.858113213102e-06, { 1, -1, 0, 0, 0, -4, 1, 0, 0, 0, 0, 0, 0 } }, + { -5.777488983847e-08, 9.434368429581e-06, { 2, -2, 0, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -2.600045970111e-06, 6.891941103307e-06, { 1, 0, -2, 0, 0, 0, 3, 0, -2, -5, 0, 0, 0 } }, + { -2.637409286270e-06, -6.851761362725e-06, { 2, 0, 0, 0, 0, 10, -14, 0, 0, 0, 0, 0, 0 } }, + { -7.976797852368e-06, 1.512285524072e-06, { 0, 0, 2, 0, 0, 0, 2, 0, 0, -1, 0, 0, 0 } }, + { 8.899330576497e-06, 5.847145161740e-07, { 4, 0, -1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -7.550380616352e-09, 9.472987848135e-06, { 0, 2, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 7.498320628054e-06, 1.981650853415e-06, { 2, 0, 0, 0, 0, 0, -7, 12, -3, 0, 0, 0, 0 } }, + { -2.947215798226e-07, -9.182808237578e-06, { 1, 0, 0, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { -1.683313705056e-06, -7.793617852360e-06, { 2, -2, 1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.378926315495e-06, 8.097948763490e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0 } }, + { 6.253061722912e-06, -3.219885321580e-06, { 2, 0, -3, 0, 0, 0, 2, 0, 0, -4, 0, 0, 0 } }, + { 1.130364308266e-06, 8.341048025036e-06, { 2, 0, 1, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { 6.311307435887e-06, 3.154040925463e-06, { 2, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0, 0 } }, + { 6.367472195924e-06, 3.091471464491e-06, { 2, 0, 0, 0, 0, 0, 2, 0, -4, 4, 0, 0, 0 } }, + { -1.332901996822e-06, 8.122551069259e-06, { 0, 0, 0, 0, 0, 26, -37, 16, -4, -5, 0, 0, 0 } }, + { -1.183759001027e-06, 8.267531609070e-06, { 0, 0, 2, 0, 0, -25, 27, 0, 0, 0, 0, 0, 0 } }, + { -2.090014314397e-08, 9.423605738902e-06, { 1, 0, 0, 0, 0, -16, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.454100701498e-09, 9.440110403435e-06, { 2, -2, -2, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -9.499333324305e-07, -8.488900355840e-06, { 0, 0, 3, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -9.210969931223e-06, 2.266284803447e-07, { 2, 0, -1, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.692503774902e-06, -7.743635006279e-06, { 1, -1, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { -7.608825365382e-06, -1.827244301685e-06, { 2, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.398164309680e-08, 9.371618434649e-06, { 2, -2, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 6.120410874006e-06, -3.310506579107e-06, { 2, 0, 0, 0, 0, 0, 11, -9, 0, 0, 0, 0, 0 } }, + { -4.019318440134e-06, -5.404152849825e-06, { 2, 0, -1, 0, 0, 0, 4, -10, 0, 0, 0, 0, 0 } }, + { 3.921862598805e-06, -5.501556138754e-06, { 1, 0, -1, 0, 0, -5, 9, 0, 0, 0, 0, 0, 0 } }, + { 2.545013833734e-06, -6.873412478116e-06, { 2, 0, -1, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0 } }, + { -4.849036145147e-06, 4.566399437612e-06, { 4, 0, -3, 0, 0, 0, 2, 0, -6, 8, 0, 0, 0 } }, + { 2.490415113341e-06, 6.924891056188e-06, { 2, 0, -3, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -2.569277940710e-06, -6.839302165262e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 6, -2, 0, 0, 0 } }, + { -1.700907028555e-06, 7.706793991629e-06, { 3, -1, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.040012157788e-06, -8.367472505580e-06, { 2, 0, 0, 0, 0, 0, 1, 0, -4, 3, 0, 0, 0 } }, + { -4.192611540518e-09, -9.401179784562e-06, { 1, 0, 0, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { -4.814513459192e-07, -8.920935114532e-06, { 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, -1, 0, 0 } }, + { 7.953275738981e-06, -1.447885798888e-06, { 4, 0, 0, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 3.881709458202e-06, 5.518254906659e-06, { 1, 0, 1, 0, 0, 0, -33, 39, -1, 0, 0, 0, 0 } }, + { -3.881709458202e-06, -5.518254906659e-06, { 1, 0, -1, 0, 0, 0, -33, 39, -1, 0, 0, 0, 0 } }, + { 1.104305537731e-06, 8.285577035425e-06, { 2, 0, -2, 0, 0, 0, 3, 0, -5, 5, 0, 0, 0 } }, + { 5.832982121307e-06, -3.556467075141e-06, { 1, 0, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 6.297044449879e-06, 3.087117983432e-06, { 2, 0, -1, 0, 0, -2, 3, 0, -2, 0, 0, 0, 0 } }, + { 7.967217212456e-06, -1.415654958142e-06, { 0, 0, 0, 0, 0, 15, -8, -4, 0, 0, 0, 0, 0 } }, + { -6.635816750361e-06, -2.744305088047e-06, { 1, 1, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0, 0 } }, + { -2.982669303615e-06, 6.395851960173e-06, { 1, -1, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 5.121425440304e-06, 4.249432386051e-06, { 1, 1, -1, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0 } }, + { 7.465139609290e-06, -1.905518813070e-06, { 2, 0, -3, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.963246869062e-06, 4.402278678285e-06, { 2, 2, -2, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.664244424087e-06, 7.701243941760e-06, { 3, -1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.858731131177e-06, 3.506745275574e-06, { 2, 0, 0, 0, 0, 0, -12, 16, 0, 0, 0, 0, 0 } }, + { -5.939181778040e-06, -3.424263513789e-06, { 0, 2, -1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -3.118429252825e-06, 6.243717965060e-06, { 1, 0, -4, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 4.865870621352e-06, -4.495834992855e-06, { 1, -1, -1, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.464688824483e-07, 9.213608103580e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, -2, 0 } }, + { -4.190926648140e-06, -5.163947799090e-06, { 3, 0, -1, 0, 1, -28, 29, 0, 0, 0, 0, 0, 0 } }, + { -4.190926648140e-06, 5.163947799090e-06, { 1, 0, -1, 0, -1, 28, -29, 0, 0, 0, 0, 0, 0 } }, + { 7.144269584602e-06, 2.208474382350e-06, { 2, 0, -1, 0, -2, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.305168334987e-07, -9.222225936225e-06, { 2, 0, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -6.980531887921e-06, 2.372068773587e-06, { 0, 0, 1, 0, 0, -6, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.768421598421e-06, 7.580469929537e-06, { 1, 1, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.225839828429e-08, 9.331834207954e-06, { 1, 0, 0, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -7.034511030111e-06, -2.307915595402e-06, { 1, -1, 0, 0, 0, 17, -15, 0, 0, 0, 0, 0, 0 } }, + { -6.734871684956e-06, 2.605965749269e-06, { 0, 0, 1, 0, 0, -9, 11, 0, 0, 0, 0, 0, 0 } }, + { -6.453550238112e-06, 2.887282707065e-06, { 1, 1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.944953296167e-06, -7.394700287632e-06, { 0, 0, 1, 0, 0, -2, 5, -3, 0, 0, 0, 0, 0 } }, + { -1.072189620488e-07, -9.228545796775e-06, { 0, 0, 3, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { 7.757378191918e-06, -1.576732065684e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -6, 5, 0, 0, 0 } }, + { 3.213351378518e-06, 6.118860795566e-06, { 2, 0, 0, 0, 0, -19, 17, 0, 0, 0, 0, 0, 0 } }, + { 2.745050779839e-06, -6.586180536216e-06, { 0, 0, 1, 0, 0, 1, -3, 3, 0, 0, 0, 0, 0 } }, + { 4.367067114283e-06, -4.962366900525e-06, { 2, 0, -3, 0, 0, 4, -5, 0, 3, 0, 0, 0, 0 } }, + { 1.913430294826e-08, 9.310226586499e-06, { 0, 0, 2, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.578591542279e-07, -9.070964846320e-06, { 6, 0, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 5.128385673488e-06, -4.196961038535e-06, { 0, 1, 1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -6.401563286500e-06, -2.921579452048e-06, { 0, 0, 1, 0, 0, 12, -11, 0, 0, 0, 0, 0, 0 } }, + { -9.075330346471e-06, 2.439166565639e-07, { 2, 0, 3, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.631457336448e-06, -7.687268543398e-06, { 2, 0, 1, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { -6.188063172562e-08, -9.252940388033e-06, { 1, 0, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -1.533421208710e-08, -9.298611878338e-06, { 2, -2, -1, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { 8.933913923535e-06, -3.736802417314e-07, { 1, -1, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 5.844012714967e-06, -3.456679309602e-06, { 3, 0, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -8.751666947380e-06, 5.486212878450e-07, { 1, 0, 0, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { -6.821432364537e-06, -2.476196203791e-06, { 0, 0, 1, 0, 0, 5, -2, 0, 0, 0, 0, 0, 0 } }, + { 7.505902229470e-06, -1.789748915882e-06, { 1, 1, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -8.702068581772e-06, -5.907572495042e-07, { 2, 0, 2, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -6.547895636752e-06, -2.744586158639e-06, { 3, 0, -1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 1.996712861603e-06, -7.294357283605e-06, { 4, -2, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 8.420294555612e-06, 8.690816632379e-07, { 0, 0, 1, 0, 0, -8, 15, 0, 0, 0, 0, 0, 0 } }, + { -6.321996539060e-06, 2.965341548682e-06, { 0, 1, -3, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 1.441546250674e-06, 7.843312813274e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -2, 2, 0, 0, 0 } }, + { -6.214656561436e-06, 3.065866831375e-06, { 0, 1, 0, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 4.957466995924e-06, 4.322363163776e-06, { 3, -2, 1, 0, 0, -10, 6, 0, 0, 0, 0, 0, 0 } }, + { -4.957466995924e-06, -4.322363163776e-06, { 3, -2, -1, 0, 0, -10, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.087010715611e-06, 7.192336577998e-06, { 1, 0, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0 } }, + { 2.223225672275e-06, -7.055985398355e-06, { 2, 0, 1, 0, 0, 0, -5, 0, 5, 0, 0, 0, 0 } }, + { 2.890624523851e-09, 9.272590747559e-06, { 4, 0, -2, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { 9.079675255515e-06, 1.934755599446e-07, { 0, 0, 1, 0, 0, 0, 14, -17, 0, 0, 0, 0, 0 } }, + { -1.290051869277e-07, 9.142352346034e-06, { 4, 0, -1, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0 } }, + { 6.818201837609e-06, -2.452133604609e-06, { 4, 0, -1, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -6.735223423607e-06, 2.534655176401e-06, { 1, -1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -2.442508442156e-06, -6.826413370673e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 6, -2, 0, 0, 0 } }, + { 6.141983359514e-06, 3.126829034582e-06, { 2, 0, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.650704683487e-06, -7.612479109026e-06, { 3, 0, -2, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 6.412927768721e-07, -8.619503362993e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -4, 3, 0, 0, 0 } }, + { -2.377778213573e-06, -6.881370477846e-06, { 2, 0, 0, 0, 0, 13, -17, 0, 0, 0, 0, 0, 0 } }, + { 8.490331605316e-06, -7.617107072319e-07, { 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 1.679172237286e-06, -7.571072529325e-06, { 3, -1, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.751093521094e-06, 6.498421356361e-06, { 2, 0, 0, 0, 0, -1, 3, -3, 0, 0, 0, 0, 0 } }, + { -1.541933129643e-06, -7.699308838214e-06, { 2, 0, -1, 0, 0, 0, 9, -17, 0, 1, 0, 0, 0 } }, + { -3.036914978034e-06, 6.203781991854e-06, { 2, 0, -1, 0, 0, 0, -4, 0, 0, 2, 0, 0, 0 } }, + { -1.545004081239e-06, 7.694150795470e-06, { 2, 0, -1, 0, 0, 0, -9, 17, 0, -1, 0, 0, 0 } }, + { 6.260553306625e-08, -9.176472033449e-06, { 2, 0, -3, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { 1.397659662086e-06, 7.840935959090e-06, { 2, 0, 0, 0, 0, 0, 7, -14, 0, 0, 0, 0, 0 } }, + { 8.819155034671e-06, -4.193424138676e-07, { 2, 0, 2, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.967914384480e-09, -9.233684247799e-06, { 4, 0, -1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { -3.927510850906e-06, 5.306131122047e-06, { 0, 0, 2, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { 7.508838881585e-06, -1.724094443886e-06, { 3, 1, -1, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { -8.240358963736e-10, -9.228823093571e-06, { 2, -2, 1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.769824302005e-06, -1.458850346403e-06, { 0, 2, 1, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 7.170242564148e-06, -2.056385493088e-06, { 4, 0, -1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -5.018040612816e-06, 4.208467206078e-06, { 2, 0, -2, 0, 0, 0, -11, 21, -2, 0, 0, 0, 0 } }, + { -7.455137276604e-06, -1.768577041135e-06, { 3, -1, -2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.020794895312e-07, -8.917014769071e-06, { 2, 0, 1, 0, 0, 0, -2, 0, 3, -1, 0, 0, 0 } }, + { -8.243799581140e-06, 9.736546422080e-07, { 2, 0, -2, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.149774624768e-06, 5.064399570844e-06, { 0, 0, 1, 0, 0, -3, 2, 2, 0, 0, 0, 0, 0 } }, + { 7.986186503076e-06, 1.226542772079e-06, { 4, 0, -2, 0, 0, 3, -3, 0, 0, -3, 0, 0, 0 } }, + { 7.986186503076e-06, -1.226542772079e-06, { 0, 0, 2, 0, 0, -3, 3, 0, 0, 3, 0, 0, 0 } }, + { 7.416771770152e-06, -1.794666901832e-06, { 1, 0, 2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.029480208113e-07, -9.104701092585e-06, { 3, 0, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -3.691210262926e-06, 5.514266877133e-06, { 0, 0, 2, 0, 0, 0, 7, -12, 0, 0, 0, 0, 0 } }, + { -7.441711113075e-06, 1.763545618950e-06, { 3, -1, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.236638491368e-06, -5.966333820424e-06, { 3, -1, -1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { -3.455016599844e-06, 5.745558885828e-06, { 0, 0, 2, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { 6.368280485474e-06, -2.832088248328e-06, { 1, 0, -2, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -3.093885386908e-06, -6.103747984589e-06, { 2, 0, -2, 0, 0, 0, -1, 0, 2, -2, 0, 0, 0 } }, + { -1.535365577969e-06, -7.662231649152e-06, { 1, -1, -1, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { -7.365455014906e-06, -1.830580014741e-06, { 4, 0, -2, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 8.243153041712e-06, -9.518465555495e-07, { 4, 0, -1, 0, 0, 8, -15, 0, 0, 0, 0, 0, 0 } }, + { 6.475396105547e-06, -2.717525639996e-06, { 0, 0, 1, 0, 0, 0, 3, 0, 0, -5, 0, 0, 0 } }, + { -5.226609367509e-06, -3.964186359405e-06, { 2, 0, -3, 0, 0, 0, 7, -10, 1, 0, 0, 0, 0 } }, + { -5.022021566303e-06, -4.168051275098e-06, { 2, 0, -2, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { -1.270467279799e-06, 7.917236947783e-06, { 2, 2, -3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 3.037145657061e-06, -6.150081780542e-06, { 2, 0, -2, 0, 0, 17, -15, 0, 0, 0, 0, 0, 0 } }, + { 5.513029152587e-06, -3.673294000104e-06, { 0, 2, -1, 0, 0, 0, 0, 0, -4, 0, 0, 0, 0 } }, + { 7.360415908678e-06, -1.824388968570e-06, { 3, -1, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 5.329007694087e-06, -3.853111540240e-06, { 2, 2, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -3.807413724490e-06, -5.373978215797e-06, { 4, 0, 0, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { -1.683602041277e-08, -9.161982292125e-06, { 2, 0, 0, 0, 0, -2, 4, 0, -2, 0, 0, 0, 0 } }, + { -6.115015831996e-06, 3.063791961124e-06, { 1, -1, -1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.270899480681e-08, 9.160699216152e-06, { 2, 0, -2, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.643290508440e-06, 7.529714665172e-06, { 2, 0, 1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { -7.286552535721e-06, -1.881376129669e-06, { 0, 1, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { -6.867469250015e-06, 2.299805972362e-06, { 2, -2, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.890446929001e-06, 5.273833665617e-06, { 0, 0, 1, 0, 0, 0, -1, 2, -2, 3, 0, 0, 0 } }, + { -3.045575273740e-06, -6.117799919633e-06, { 0, 2, 0, 0, 0, -19, 17, 0, 0, 0, 0, 0, 0 } }, + { 3.888541097835e-06, -5.273524345123e-06, { 0, 0, 1, 0, 0, 0, 1, -2, 2, -3, 0, 0, 0 } }, + { -3.073487105810e-06, 6.088086668704e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 6, 0, 0, 0, 0 } }, + { 1.748093138658e-06, -7.413361956583e-06, { 1, -1, -1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.415822194866e-06, 6.744656208013e-06, { 2, 0, -3, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 2.290410646506e-08, -9.136794799220e-06, { 4, 0, -1, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { 8.687477631733e-06, 4.700347174385e-07, { 2, 0, 0, 0, 0, 0, -12, 15, 0, 0, 0, 0, 0 } }, + { -3.435183342983e-06, -5.722302685414e-06, { 2, 0, 1, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0 } }, + { 2.686944265762e-06, 6.469829488214e-06, { 0, 0, 1, 0, 0, -1, 3, -3, 0, 0, 0, 0, 0 } }, + { -8.571009300681e-06, 5.849239591034e-07, { 4, -2, -3, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.903955511839e-06, -7.246354663582e-06, { 1, 1, 0, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.896891443639e-06, -6.251188581947e-06, { 1, 1, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { -1.002762252595e-06, -8.144956205112e-06, { 0, 0, 1, 0, 0, 21, -23, 0, 0, 0, 0, 0, 0 } }, + { -2.639548933656e-06, 6.503091354894e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 1, 1, 0, 0, 0 } }, + { 3.028610427542e-06, -6.112626656428e-06, { 0, 0, 2, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 8.724075397744e-06, 4.149881799888e-07, { 2, 0, 0, 0, 0, 0, 4, 0, 0, -5, 0, 0, 0 } }, + { -1.707625159511e-06, 7.431303808234e-06, { 1, -1, -2, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 9.029443167620e-07, -8.235211677784e-06, { 1, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.364699821491e-06, 4.772249542697e-06, { 2, 0, 0, 0, 0, -1, 7, -12, 0, 0, 0, 0, 0 } }, + { 2.647594139780e-06, 6.485936397138e-06, { 1, -1, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -7.552708918353e-06, -1.579735577769e-06, { 0, 0, 2, 0, 0, -16, 13, 0, 0, 0, 0, 0, 0 } }, + { -3.083739439564e-07, -8.823248144914e-06, { 2, 0, -1, 0, 0, 5, -7, 0, 2, 0, 0, 0, 0 } }, + { -8.949156349593e-06, -1.824621179987e-07, { 4, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.713015464211e-06, 5.418349637396e-06, { 0, 0, 2, 0, 0, -12, 6, 0, 3, 0, 0, 0, 0 } }, + { 3.713015464211e-06, -5.418349637396e-06, { 0, 0, 0, 0, 0, 12, -6, 0, -3, 0, 0, 0, 0 } }, + { 5.352547364635e-06, -3.776817856527e-06, { 3, -1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 6.324754246143e-06, 2.803006884080e-06, { 0, 0, 0, 0, 0, 3, -6, 4, 0, 0, 0, 0, 0 } }, + { 8.490191479797e-06, -6.366547974151e-07, { 2, 0, -1, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.640234601594e-06, 7.484523720747e-06, { 0, 2, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.287172438466e-08, 9.060034505659e-06, { 0, 2, 0, 0, 0, -24, 24, 0, 0, 0, 0, 0, 0 } }, + { -6.745160171052e-06, -2.377401804093e-06, { 1, 1, -2, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { 3.751313056631e-06, -5.370159608563e-06, { 2, 0, -2, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 6.065204433012e-06, -3.055660702216e-06, { 4, 0, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 1.543243918735e-06, -7.572995732948e-06, { 4, 0, -1, 0, 0, 0, -37, 48, 0, 0, 0, 0, 0 } }, + { 1.543243918735e-06, 7.572995732948e-06, { 0, 0, 1, 0, 0, 0, 37, -48, 0, 0, 0, 0, 0 } }, + { 1.460382883248e-06, -7.655837321038e-06, { 2, -1, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.636381722641e-06, -3.479262742401e-06, { 2, 0, 2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -8.734453503595e-07, 8.236232231163e-06, { 2, 2, -2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -3.782205032757e-06, -5.325879566776e-06, { 2, 0, -1, 0, 0, 1, -5, 0, 0, 0, 0, 0, 0 } }, + { -8.532125078320e-07, 8.251219018893e-06, { 4, 0, -2, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -7.455855575867e-06, -1.646209728746e-06, { 4, 0, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { -3.042954722056e-06, -6.058459762678e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 6, -5, 0, 0, 0 } }, + { 7.701952707296e-06, 1.397680718417e-06, { 1, 1, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 2.509181488493e-07, 8.847802736155e-06, { 2, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0, 0 } }, + { -7.373310217167e-06, 1.723393830990e-06, { 1, -1, 1, 0, 0, -11, 10, 0, 0, 0, 0, 0, 0 } }, + { 8.496511143660e-06, 5.986561485611e-07, { 1, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 2.640703727082e-08, -9.063660908037e-06, { 4, 0, 1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { 3.590573641478e-06, -5.498193479043e-06, { 2, 0, -1, 0, -2, 7, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.283986007920e-06, -7.800315409530e-06, { 2, 0, -1, 0, 0, 0, 4, -6, 2, 0, 0, 0, 0 } }, + { 7.782575128865e-06, 1.296471226444e-06, { 2, 0, -1, 0, 0, -11, 10, 0, 0, 0, 0, 0, 0 } }, + { 3.015588947948e-06, 6.062567878197e-06, { 0, 0, 2, 0, 0, 0, 2, -4, 1, 0, 0, 0, 0 } }, + { 9.996650085657e-09, 9.066593966768e-06, { 4, 0, -2, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { -6.837875595368e-06, -2.237469718767e-06, { 0, 0, 2, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { 5.908624125355e-06, 3.166642073243e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -6, 6, 0, 0, 0 } }, + { -4.909630430390e-06, 4.165237927931e-06, { 2, 0, 0, 0, 0, -11, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.397938292908e-06, 3.675000440249e-06, { 3, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 6.671783424163e-06, -2.401090582781e-06, { 0, 0, 1, 0, 3, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.444499472783e-08, -9.046521652766e-06, { 4, 0, 0, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 7.211879492045e-06, 1.854887650995e-06, { 1, -1, -1, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { -2.899417004929e-06, -6.166875561002e-06, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 8, 0, 0, 0 } }, + { -6.950486619365e-06, -2.112168800239e-06, { 0, 0, 0, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { -8.656164516926e-06, -4.045146819146e-07, { 2, 0, -2, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0 } }, + { -2.779971539803e-06, -6.276785638250e-06, { 1, 1, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 7.169938018273e-07, -8.338401917137e-06, { 1, -1, 1, 0, 0, 0, -8, 17, 0, 0, 0, 0, 0 } }, + { -7.169938018273e-07, 8.338401917137e-06, { 1, -1, -1, 0, 0, 0, -8, 17, 0, 0, 0, 0, 0 } }, + { 2.990167608980e-06, 6.065034576713e-06, { 6, 0, -2, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 3.182751282649e-06, -5.870596792632e-06, { 2, 0, -2, 0, 0, 0, 3, 0, -6, 0, 0, 0, 0 } }, + { 7.494471500887e-06, 1.556209598889e-06, { 2, 0, -1, 0, 0, 0, 7, -16, 6, 0, 0, 0, 0 } }, + { 3.013227188459e-07, -8.749086662973e-06, { 2, 0, 1, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0 } }, + { -8.589102209303e-09, 9.039333400344e-06, { 4, -2, -3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 5.374454999211e-07, -8.501733967961e-06, { 2, 0, -1, 0, 0, 2, -4, 2, 0, 0, 0, 0, 0 } }, + { -8.736101753544e-06, -2.998700961902e-07, { 0, 0, 4, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.513815434152e-07, -8.884261669374e-06, { 1, 0, -1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 7.308363017268e-06, 1.724737490887e-06, { 3, -1, -1, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.564009257645e-06, 7.468729606703e-06, { 1, 0, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 4.913331941191e-06, 4.116195282180e-06, { 2, 0, 0, 0, 0, 0, 1, 0, -3, 1, 0, 0, 0 } }, + { 1.194646211835e-07, -8.909161177138e-06, { 1, 0, -3, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 8.292074192781e-06, 7.355963174547e-07, { 2, -2, -3, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { -5.689207145540e-06, -3.338110837540e-06, { 1, 1, -1, 0, 0, 0, 1, 0, 0, -4, 0, 0, 0 } }, + { -4.256151432965e-06, -4.770702726531e-06, { 2, 0, 1, 0, 0, -8, -13, 0, 0, 0, 0, 0, 0 } }, + { -7.093247365639e-06, 1.933129625968e-06, { 2, 0, 0, 0, 0, 0, 1, 0, 4, -10, 0, 0, 0 } }, + { -3.650473433550e-06, 5.374394041503e-06, { 2, 0, -2, 0, 0, 0, -10, 17, 0, 0, 0, 0, 0 } }, + { 3.100031871671e-06, 5.923561644455e-06, { 0, 0, 2, 0, 0, -7, 5, 0, 0, 0, 0, 0, 0 } }, + { -7.751919948476e-06, 1.266196611767e-06, { 1, 0, -2, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -7.927096004296e-06, 1.087708897973e-06, { 0, 2, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -1.526469439671e-06, -7.488158632285e-06, { 1, 1, -1, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { 5.817881531645e-06, -3.194960224676e-06, { 3, -1, -1, 0, 0, 0, 14, -21, 0, 0, 0, 0, 0 } }, + { 7.998325050450e-06, -1.014160847201e-06, { 2, 0, -1, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { -2.080868389764e-07, -8.801468282457e-06, { 2, 0, -3, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -8.996369943092e-06, 9.031876569467e-09, { 1, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.263927904591e-08, -8.987151588520e-06, { 4, 0, -1, 0, 0, -14, 14, 0, 0, 0, 0, 0, 0 } }, + { 7.005750455789e-06, 1.992001786088e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -1, -2, 0, 0, 0 } }, + { 5.515601526768e-06, 3.482121647491e-06, { 2, 0, -1, 0, 0, 0, 11, -19, 0, 0, 0, 0, 0 } }, + { -7.100982604688e-06, 1.896210844078e-06, { 2, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 2, 0 } }, + { -3.245268577500e-06, -5.749251482622e-06, { 4, 0, -1, 0, 0, 0, -2, 0, 5, 0, 0, 0, 0 } }, + { -2.220701970039e-07, 8.771487368826e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 3, -3, 0, 0, 0 } }, + { 7.914806344222e-09, -8.984940211384e-06, { 1, 0, 0, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { -5.549660442682e-06, 3.443062583466e-06, { 1, -1, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -4.929792595911e-06, 4.060532119255e-06, { 4, 0, 2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -8.610199382299e-06, -3.798757141969e-07, { 2, 0, 1, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 7.267276453401e-06, 1.717907089975e-06, { 1, -1, 2, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -6.495600854282e-06, 2.489520712579e-06, { 2, 0, 0, 0, 0, 0, -6, 8, -1, 0, 0, 0, 0 } }, + { -1.186727886570e-06, 7.796150691848e-06, { 0, 0, 1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { -6.846641044855e-09, -8.975487423214e-06, { 6, 0, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { 7.246834031368e-06, -1.728020507470e-06, { 0, 1, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.156074507068e-09, -8.968895388999e-06, { 2, 2, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.310346043993e-06, 5.661501966262e-06, { 3, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 5.203749171920e-06, -3.767166317508e-06, { 2, 0, 0, 0, 0, 0, 7, -5, 0, 0, 0, 0, 0 } }, + { 2.870824265094e-06, 6.095288259888e-06, { 1, 1, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 3.179172561414e-06, 5.786678317795e-06, { 5, 0, 0, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 3.179172561414e-06, -5.786678317795e-06, { 3, 0, 0, 0, 0, 0, 34, -41, 2, 0, 0, 0, 0 } }, + { -2.877058713849e-06, -6.088655625149e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -5, 3, 0, 0, 0 } }, + { 5.923732613727e-06, 3.041958768422e-06, { 0, 2, -1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 6.990676820159e-06, -1.974368508154e-06, { 2, 0, -1, 0, 0, 3, -3, -4, 3, 0, 0, 0, 0 } }, + { 6.990676820159e-06, 1.974368508154e-06, { 2, 0, -1, 0, 0, -3, 3, 4, -3, 0, 0, 0, 0 } }, + { -2.462842982645e-06, 6.498697737025e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -6, 5, 0, 0, 0 } }, + { 2.372397724935e-06, 6.588859466378e-06, { 4, 0, -2, 0, 0, 0, 1, 0, -4, 3, 0, 0, 0 } }, + { 1.541862617749e-06, -7.418268967017e-06, { 0, 0, 3, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 7.060154251686e-06, 1.897858993541e-06, { 2, 0, -1, 0, 0, 0, -4, 0, 0, 3, 0, 0, 0 } }, + { -5.581179038065e-06, 3.375571247945e-06, { 2, 0, -1, 0, 0, 4, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.153973970988e-06, -6.802771938881e-06, { 3, 1, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -9.421816294211e-07, 8.014042186656e-06, { 2, 0, -1, 0, 0, 0, 5, 0, -3, -5, 0, 0, 0 } }, + { 7.245235645884e-06, -1.710565166004e-06, { 4, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 6.820525935223e-06, -2.132110527309e-06, { 0, 0, 0, 0, 0, 21, -23, 4, 0, 0, 0, 0, 0 } }, + { 8.410029921221e-06, 5.425883465479e-07, { 4, -2, 0, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { -2.333910498224e-06, -6.617205266864e-06, { 1, 0, -1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 8.582675156599e-06, 3.683747937679e-07, { 0, 0, 0, 0, 0, 0, 12, -15, 0, 0, 0, 0, 0 } }, + { -2.685129425589e-08, -8.924174847925e-06, { 2, 0, 2, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -6.398286231010e-06, -2.552561869422e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 0, 1, 0, 0 } }, + { -4.850625620741e-06, -4.094114241151e-06, { 1, -1, 0, 0, 0, 0, 4, -3, 0, 0, 0, 0, 0 } }, + { 6.896449356575e-06, 2.043752351223e-06, { 1, -1, 1, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { -6.896449356575e-06, -2.043752351223e-06, { 1, -1, -1, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { 3.213412419078e-06, 5.725250844437e-06, { 3, 0, -1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -6.478982816531e-06, -2.458381161046e-06, { 0, 1, 2, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 6.478982816531e-06, 2.458381161046e-06, { 0, 1, -2, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { 8.917437912626e-06, -1.620115679063e-08, { 1, 0, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 7.261807647924e-06, 1.670871484882e-06, { 1, 0, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.106577930395e-06, -1.822256703023e-06, { 2, -2, -1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -8.247399296252e-06, 6.797555082460e-07, { 6, -2, -2, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { 8.247399296252e-06, -6.797555082460e-07, { 2, -2, -2, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { 3.221813901338e-06, -5.704762312605e-06, { 6, 0, -1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -6.809497056607e-06, 2.112247733223e-06, { 2, 0, 0, 0, 0, 0, -3, 6, -3, 0, 0, 0, 0 } }, + { -4.561721977511e-06, -4.356573394184e-06, { 0, 2, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -7.211362822415e-06, -1.705803989498e-06, { 3, -1, -3, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.692505949387e-07, -8.343600866159e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 2, -2, 0, 0, 0 } }, + { 1.764551418415e-06, 7.147041263315e-06, { 2, 0, 1, 0, 0, 0, 4, 0, -3, 0, 0, 0, 0 } }, + { -3.977743889865e-06, -4.933372350986e-06, { 4, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 5.773497494914e-06, 3.136812790853e-06, { 4, 0, -2, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { 2.958927843908e-06, -5.950607950003e-06, { 0, 0, 2, 0, 0, 0, -2, 4, -1, 0, 0, 0, 0 } }, + { -2.685990827201e-06, -6.220582127366e-06, { 2, 0, -1, 0, 0, 0, 18, -25, 0, 0, 0, 0, 0 } }, + { 7.212336635410e-06, -1.694235795198e-06, { 1, -1, -1, 0, 0, -11, 10, 0, 0, 0, 0, 0, 0 } }, + { -6.173857908458e-06, -2.730100590729e-06, { 1, -1, 2, 0, 0, -6, 9, 0, 0, 0, 0, 0, 0 } }, + { 3.207701522754e-06, -5.694776177904e-06, { 4, -2, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 7.086137495243e-06, 1.815668772647e-06, { 2, 0, -1, 0, 0, 0, 3, -8, 4, 0, 0, 0, 0 } }, + { -8.726912909069e-06, 1.690626836559e-07, { 0, 2, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { -6.862011276655e-06, 2.030490142629e-06, { 1, -1, -1, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { 6.260738803818e-06, 2.630537367202e-06, { 2, -2, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 3.457712359305e-06, 5.427777956037e-06, { 1, -1, 2, 0, 0, -21, 22, 0, 0, -2, 0, 0, 0 } }, + { -3.457712359305e-06, -5.427777956037e-06, { 1, -1, 0, 0, 0, -21, 22, 0, 0, -2, 0, 0, 0 } }, + { 6.933550768558e-06, 1.947998784002e-06, { 2, 0, -1, 0, 0, 0, 1, 0, -1, -2, 0, 0, 0 } }, + { 1.512470818191e-06, -7.364614473037e-06, { 1, 1, 0, 0, 0, -12, 14, 0, 0, 0, 0, 0, 0 } }, + { -5.895849112317e-06, 2.980528404409e-06, { 4, 0, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 4.856572059122e-06, -4.013264980717e-06, { 2, -2, 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -8.282547213120e-08, -8.785823341030e-06, { 2, 0, -2, 0, 0, 25, -25, 0, 0, 0, 0, 0, 0 } }, + { 5.846636835659e-06, -3.021565320264e-06, { 2, 0, 1, 0, 0, 0, -1, 0, 4, -5, 0, 0, 0 } }, + { 8.979334160142e-07, 7.968470758559e-06, { 1, 1, -1, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { 8.921508651621e-08, -8.777052108327e-06, { 3, -2, 1, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -7.213093366437e-06, -1.651749820107e-06, { 4, 0, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 7.319574536347e-06, 1.543237661351e-06, { 2, -2, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.273414045907e-06, -4.586265712587e-06, { 0, 0, 2, 0, 0, 0, -1, 0, -2, 0, 0, 0, 0 } }, + { -1.350476994578e-06, 7.508156821607e-06, { 0, 0, 1, 0, 0, 0, -6, 0, 6, 0, 0, 0, 0 } }, + { -7.273593463473e-06, -1.584392408237e-06, { 4, 0, -2, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0 } }, + { 3.663877812268e-06, -5.193754786211e-06, { 0, 0, 1, 0, 0, 0, 10, -9, 0, 0, 0, 0, 0 } }, + { 6.986605828781e-06, -1.867753396875e-06, { 3, -1, -3, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 1.771003722628e-06, 7.081070647477e-06, { 1, 1, -4, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -3.777754376652e-06, 5.073412080495e-06, { 4, 0, -2, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { 6.099810494986e-06, -2.750752550729e-06, { 3, 1, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -7.200621325828e-06, 1.647358298152e-06, { 1, 1, -1, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { -2.759851562647e-06, 6.086146973902e-06, { 2, 0, 1, 0, 0, 9, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.045330629598e-09, -8.843812251784e-06, { 4, -2, -1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -1.558708425557e-06, 7.285712147939e-06, { 2, 0, 0, 0, 0, 3, -5, 0, 1, 1, 0, 0, 0 } }, + { -4.243023082541e-06, 4.601042454094e-06, { 0, 0, 1, 0, 0, 0, 2, -7, 0, 0, 0, 0, 0 } }, + { -8.112847997581e-06, -7.302202379949e-07, { 4, -2, -1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.462471007144e-06, 7.378737533431e-06, { 1, 1, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { -3.989696363558e-06, -4.850249422276e-06, { 0, 0, 1, 0, 2, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.673542617213e-06, 4.165171843195e-06, { 0, 0, 2, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { 8.422713647945e-06, -4.123419017064e-07, { 2, 2, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.310347075812e-09, -8.831143167325e-06, { 4, 0, 0, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -4.193567741581e-06, 4.636338874387e-06, { 2, 0, -1, 0, 0, 0, -5, 8, -5, 5, 0, 0, 0 } }, + { 6.966335087314e-06, 1.861696216644e-06, { 1, 1, -3, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 4.968380876627e-06, -3.859417543861e-06, { 2, 0, 1, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0 } }, + { -4.570388349360e-06, 4.257255492612e-06, { 2, 0, -1, 0, 0, -3, 5, -4, 0, 0, 0, 0, 0 } }, + { -8.451873395792e-06, 3.735614999742e-07, { 1, 0, -2, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.556469861205e-06, -6.268304797024e-06, { 2, 0, 0, 0, 0, 0, 6, -11, -3, 3, 0, 0, 0 } }, + { -6.857406472209e-06, -1.965865293200e-06, { 0, 0, 1, 0, 0, -5, 9, 0, 0, 0, 0, 0, 0 } }, + { -2.927750796631e-06, 5.894550532713e-06, { 1, 0, 0, 0, 0, 17, -15, 0, 0, 0, 0, 0, 0 } }, + { -8.734362058322e-06, -8.660442137045e-08, { 2, 0, 1, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { 6.872743488430e-06, 1.945690859092e-06, { 4, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 3.939667310836e-06, -4.875734087292e-06, { 4, 0, 0, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { -5.798056628932e-06, 3.013426381970e-06, { 4, 0, -1, 0, 0, -38, 37, 0, 0, 0, 0, 0, 0 } }, + { 5.798056628932e-06, -3.013426381970e-06, { 0, 0, 1, 0, 0, -38, 37, 0, 0, 0, 0, 0, 0 } }, + { 4.940066204115e-06, -3.870555466580e-06, { 0, 0, 2, 0, 0, -13, 8, 0, 0, 0, 0, 0, 0 } }, + { -2.606026268937e-06, -6.203315910982e-06, { 2, 0, -3, 0, 0, 0, 4, -4, -1, 0, 0, 0, 0 } }, + { -4.193886301055e-07, -8.389250368232e-06, { 1, 0, 1, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { -4.193886301055e-07, 8.389250368232e-06, { 1, 0, -1, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { 1.551120069537e-06, -7.251747098436e-06, { 1, -1, 2, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { 8.646651131477e-06, -1.554428900816e-07, { 2, 2, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.848331331380e-06, -1.951139582575e-06, { 0, 0, 2, 0, 0, -8, 11, 0, 0, 0, 0, 0, 0 } }, + { -6.274542929293e-06, 2.522492157780e-06, { 1, -1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { -9.755425790759e-07, -7.819329297274e-06, { 3, -1, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { 8.315348768512e-06, 4.793903569710e-07, { 4, 0, -1, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { -7.029305699613e-06, 1.765164976777e-06, { 0, 0, 0, 0, 0, 0, 1, 0, 2, -6, 3, 0, 0 } }, + { -2.925899531278e-06, 5.864981017794e-06, { 2, 0, -1, 0, 0, -10, 12, 0, 0, 0, 0, 0, 0 } }, + { 6.366880952729e-06, 2.420779018128e-06, { 1, -1, 2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -7.103877424098e-06, 1.681875469722e-06, { 1, 1, -3, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.549014529602e-06, 7.233526649883e-06, { 2, 0, -3, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -8.492897162540e-06, -2.879193786674e-07, { 2, 0, -1, 0, 0, 26, -27, 0, 0, 0, 0, 0, 0 } }, + { 1.575051002729e-07, -8.621690853997e-06, { 4, 0, -2, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { -5.548462203101e-06, 3.229128870093e-06, { 1, -1, 1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 5.548462203101e-06, -3.229128870093e-06, { 1, -1, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 1.022322558386e-08, -8.762930827346e-06, { 3, 0, -2, 0, 0, 10, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.836120638568e-07, -8.588853019721e-06, { 6, -4, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { 1.836120638568e-07, 8.588853019721e-06, { 2, -4, 0, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { -3.926886720207e-06, 4.843478309834e-06, { 2, 0, 0, 0, 0, 0, 6, -13, -1, 0, 0, 0, 0 } }, + { 7.060768167522e-06, -1.708572381263e-06, { 2, -2, 2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 6.730748500364e-06, -2.037089698697e-06, { 2, 0, -1, 0, 0, -6, 10, 0, -5, 5, 0, 0, 0 } }, + { -4.555923269215e-06, 4.210581250713e-06, { 5, -1, -1, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 6.663581906039e-07, -8.099911917757e-06, { 1, 0, 2, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.399209390839e-06, -6.365753288143e-06, { 1, 0, -1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -5.359890266965e-06, -3.404769581744e-06, { 4, -2, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.544432063497e-06, -7.215265639547e-06, { 2, 0, 0, 0, 0, -3, 5, 0, -1, -1, 0, 0, 0 } }, + { -5.439810895979e-06, 3.319017553735e-06, { 1, 0, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -2.389330468918e-06, 6.369127265097e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 5, -3, 0, 0, 0 } }, + { 1.753235520748e-06, -6.995635363973e-06, { 1, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.611817230932e-06, 7.134538658808e-06, { 1, 1, -1, 0, 0, -23, 23, 0, 0, 0, 0, 0, 0 } }, + { 3.156949526432e-06, 5.587866539112e-06, { 0, 0, 2, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { -4.394372308175e-06, -4.350422425760e-06, { 2, 0, -2, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.092785880031e-07, -8.632994029528e-06, { 3, 0, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.546867468147e-06, -1.193096591454e-06, { 2, 0, -1, 0, 0, 0, 15, -24, 0, 0, 0, 0, 0 } }, + { 1.245432266121e-08, -8.725176309906e-06, { 4, 0, -2, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.137012394093e-07, -8.623409028186e-06, { 2, 2, -2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -6.515483562901e-06, -2.220670725333e-06, { 1, -1, 1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 7.062767228237e-06, 1.670733791158e-06, { 1, -1, -2, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -5.768927444625e-06, 2.963277329723e-06, { 1, -1, -1, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -8.515372606981e-06, 2.159060180587e-07, { 0, 0, 3, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -5.155764287340e-09, 8.722780281780e-06, { 3, -2, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.285519867716e-06, -2.441797617852e-06, { 0, 1, 0, 0, 0, -8, 11, 0, 0, 0, 0, 0, 0 } }, + { -4.805664887362e-06, 3.920997164288e-06, { 1, 1, 1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -4.918082359455e-06, 3.806388994820e-06, { 1, -1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 8.021107352539e-06, -7.018274267501e-07, { 0, 0, 0, 0, 0, 20, -23, 0, 0, 0, 0, 0, 0 } }, + { 1.063853827063e-06, 7.657951748100e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -3, 0, 2, 0, 0 } }, + { 7.013898405880e-06, 1.706492375951e-06, { 1, -1, 2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.296972562766e-06, -3.416082995106e-06, { 3, 0, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 7.372084860025e-06, -1.340479628098e-06, { 3, -1, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 7.237716776495e-06, -1.473707767677e-06, { 2, 0, -3, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -6.982067365298e-06, -1.729077852541e-06, { 0, 1, 0, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.428623683802e-06, 7.282283127820e-06, { 1, -1, 1, 0, 0, 11, -13, 0, 0, 0, 0, 0, 0 } }, + { 6.685418158933e-06, 2.022273840986e-06, { 2, 0, -1, 0, 0, 6, -10, 0, 5, -5, 0, 0, 0 } }, + { -7.038982131203e-06, -1.668215208642e-06, { 3, 0, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 7.124416734418e-06, -1.582595852935e-06, { 0, 0, 1, 0, 0, -3, 4, 0, -2, 0, 0, 0, 0 } }, + { -4.016290951071e-09, -8.702634428907e-06, { 4, 0, 1, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.748218017289e-06, 2.958165697785e-06, { 2, 0, 1, 0, 0, 0, -5, 0, 4, 0, 0, 0, 0 } }, + { 7.592270468961e-06, -1.113499860342e-06, { 4, 0, -1, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { -8.296462742784e-06, -4.086040009478e-07, { 2, 0, -2, 0, 0, 22, -23, 0, 0, 0, 0, 0, 0 } }, + { -4.600134511224e-07, -8.243802208531e-06, { 2, 2, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 7.060784483422e-06, 1.642934791778e-06, { 1, 1, 0, 0, 0, 17, -16, 0, 0, 0, 0, 0, 0 } }, + { 7.042521942985e-06, 1.661102164802e-06, { 1, -1, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -7.352638158248e-07, 7.965410964944e-06, { 2, 0, 0, 0, 0, 0, 19, -25, 0, 0, 0, 0, 0 } }, + { 5.890241358007e-06, -2.808889274442e-06, { 2, 0, 2, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -6.576476359903e-07, -8.040355898707e-06, { 0, 0, 1, 0, 0, 19, -21, 0, 0, 0, 0, 0, 0 } }, + { -5.313416152636e-06, 3.382842348433e-06, { 4, -2, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.381593138402e-06, 5.313739945433e-06, { 3, 0, -1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 1.543009401996e-06, 7.151689559185e-06, { 1, -1, 0, 0, 0, 19, -21, 0, 0, 0, 0, 0, 0 } }, + { -1.392089162600e-06, 7.302033919227e-06, { 2, -1, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.518370034850e-06, 6.174830852538e-06, { 0, 0, 0, 0, 0, 0, 3, -8, 1, 5, 0, 0, 0 } }, + { 6.676982865936e-06, -2.015398489793e-06, { 0, 0, 0, 0, 0, 19, -22, 0, 0, 0, 0, 0, 0 } }, + { -8.374089698546e-06, 3.170989565822e-07, { 2, 0, 2, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -4.458221027073e-06, 4.232348211046e-06, { 2, 0, 2, 0, 0, -18, 12, 8, -3, 0, 0, 0, 0 } }, + { -4.458221027073e-06, -4.232348211046e-06, { 2, 0, 0, 0, 0, 18, -12, -8, 3, 0, 0, 0, 0 } }, + { -1.748371250444e-06, -6.939741540478e-06, { 1, -1, 0, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { 7.004927263141e-06, 1.680651852275e-06, { 0, 1, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.534863672595e-06, -5.150215869165e-06, { 0, 0, 1, 0, 0, 0, 13, -18, 0, 0, 0, 0, 0 } }, + { 8.379023464667e-06, 3.042447342396e-07, { 2, 0, -2, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { -3.774672052232e-06, 4.907831103959e-06, { 4, 0, 0, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { 5.770882359176e-09, -8.671116393605e-06, { 2, -2, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.541122632248e-06, -5.134235834885e-06, { 1, 1, 0, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { -1.614904919088e-08, -8.657790976151e-06, { 4, 0, -1, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { 2.468085558893e-06, -6.205515845020e-06, { 4, 0, 0, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { 1.389885761079e-06, 7.282680250123e-06, { 2, 0, -1, 0, 0, 0, 7, -14, 0, 0, 0, 0, 0 } }, + { 1.489804896993e-07, -8.520390408309e-06, { 4, 0, -2, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -7.775774581925e-06, -8.928009708698e-07, { 2, 0, -1, 0, 0, 0, 0, 0, -5, 10, 0, 0, 0 } }, + { 1.098343320743e-06, -7.567043816272e-06, { 1, 0, 0, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { 8.408458571246e-06, -2.561594731858e-07, { 2, 0, -1, 0, 0, 0, -10, 13, 0, 0, 0, 0, 0 } }, + { -4.811081489910e-06, -3.853192953147e-06, { 1, -1, 0, 0, 0, 5, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.662872601630e-06, -5.001194744108e-06, { 1, 1, -1, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { 5.429022742982e-06, -3.231827559275e-06, { 1, 1, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { -1.939833390731e-06, -6.719526629795e-06, { 4, 0, -2, 0, 0, -20, 22, 0, 0, 0, 0, 0, 0 } }, + { 2.714274094979e-06, -5.941843172258e-06, { 3, -3, 0, 0, 0, 43, -43, 0, 0, 0, 0, 0, 0 } }, + { 2.654235458367e-06, -6.001195008095e-06, { 2, 0, -1, 0, -5, 22, -15, 0, 0, 0, 0, 0, 0 } }, + { -4.779249925703e-06, -3.874485172716e-06, { 1, -1, 0, 0, 0, 6, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.790193940835e-06, -6.860804823544e-06, { 1, 1, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -1.736283629035e-06, -6.914139504775e-06, { 1, 1, -1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 4.742883566473e-06, -3.906580385458e-06, { 1, 0, 3, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 2.337310807750e-06, 6.311251380188e-06, { 2, 0, -1, 0, 0, 14, -18, 0, 0, 0, 0, 0, 0 } }, + { 2.652315508141e-06, 5.995617598024e-06, { 2, 0, -1, 0, 5, -22, 15, 0, 0, 0, 0, 0, 0 } }, + { -7.306787498892e-06, -1.331849336218e-06, { 1, -1, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -5.815120883860e-06, -2.821841448063e-06, { 1, 1, -2, 0, 0, -28, 33, 0, 0, 0, 0, 0, 0 } }, + { -8.304021199581e-06, -3.318631260941e-07, { 2, -2, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { -6.986407153400e-06, 1.646911627373e-06, { 0, 2, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.617671593662e-06, 5.013280497903e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 2, 5, 0, 0, 0 } }, + { 8.208048998761e-06, 4.222563062858e-07, { 3, 0, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -3.355439555118e-06, -5.274395223986e-06, { 3, 0, -1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 1.774310410993e-06, -6.855388282085e-06, { 4, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { -8.336148856497e-06, -2.905636659109e-07, { 2, 0, -2, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { -8.401149762555e-06, -2.251130964619e-07, { 0, 0, 3, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { -6.993346490811e-06, -1.632640774224e-06, { 1, -1, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.027536367826e-06, 7.595887081760e-06, { 1, -1, 2, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -6.830104215752e-06, 1.788683566695e-06, { 2, 0, -1, 0, 0, 0, 2, -4, 0, 3, 0, 0, 0 } }, + { 3.047717704210e-07, -8.313370068806e-06, { 2, 0, 2, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -3.249553069995e-06, -5.368227609818e-06, { 1, 0, 0, 0, 0, 0, 4, -6, 1, 0, 0, 0, 0 } }, + { 4.243389069695e-06, 4.373025822512e-06, { 0, 0, 1, 0, 0, 0, 1, -4, 3, 0, 0, 0, 0 } }, + { 1.534831453371e-08, 8.598591312549e-06, { 0, 0, 1, 0, 0, 1, -3, 0, 2, 0, 0, 0, 0 } }, + { 2.252446350269e-07, 8.385760055951e-06, { 0, 0, 1, 0, 0, 4, -6, 0, 2, 0, 0, 0, 0 } }, + { 8.233244397305e-06, -3.772104675428e-07, { 2, -2, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 6.693796526459e-06, 1.915868116663e-06, { 1, -1, 0, 0, 0, -14, 15, 0, 0, 0, 0, 0, 0 } }, + { 7.323507847534e-06, 1.284969473892e-06, { 0, 0, 1, 0, 0, 0, 6, -16, 4, 5, 0, 0, 0 } }, + { -7.929859385770e-06, -6.756015455592e-07, { 1, -1, 1, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { 7.929859385770e-06, 6.756015455592e-07, { 1, -1, -1, 0, 0, 0, 1, 0, -4, 5, 0, 0, 0 } }, + { 1.631092737381e-07, -8.435386243990e-06, { 2, 0, -1, 0, 0, 0, 6, -15, 0, 0, 0, 0, 0 } }, + { 5.056948183965e-06, -3.541020916648e-06, { 2, 0, 2, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 1.183692191020e-06, -7.411760751811e-06, { 1, -1, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 4.379545115281e-06, -4.214988567099e-06, { 1, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.923425954722e-06, 6.615825748355e-07, { 2, 0, -2, 0, 0, 3, -5, 0, 1, 0, 0, 0, 0 } }, + { -1.435112009864e-06, -7.147510528212e-06, { 2, 0, 0, 0, 0, 0, 9, -17, 0, 1, 0, 0, 0 } }, + { 2.792097842688e-06, -5.788898929078e-06, { 4, 0, 0, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0 } }, + { -3.078111287605e-06, -5.502565243115e-06, { 2, 0, -3, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { -8.156442956968e-06, -4.235384383921e-07, { 4, 0, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 8.120172758820e-06, -4.556379433882e-07, { 3, 0, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -8.132284170095e-08, -8.491027405121e-06, { 2, -2, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 4.663440557461e-06, -3.905111801219e-06, { 2, 0, -2, 0, 0, 0, -1, 0, -1, 3, 0, 0, 0 } }, + { -2.727224632764e-06, 5.839187103462e-06, { 2, 0, -2, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.289751798595e-07, -8.235883508875e-06, { 2, 0, 1, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { 4.537353123442e-06, 4.025435160734e-06, { 2, 0, -4, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 7.787652656557e-06, -7.748899455400e-07, { 1, 0, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.419720899960e-06, 5.139375604205e-06, { 4, 0, -1, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { 3.986093198141e-06, 4.572571160290e-06, { 0, 0, 1, 0, 0, 0, -1, -2, 3, 0, 0, 0, 0 } }, + { -4.788672924418e-06, -3.769115008932e-06, { 1, -1, 0, 0, 0, 4, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.367666951410e-06, -3.188728965520e-06, { 2, 0, -1, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.010043354806e-06, 3.545230697680e-06, { 1, 1, -2, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 2.276164610404e-06, 6.277767006914e-06, { 2, 0, -1, 0, 0, 0, 3, -8, 5, -5, 0, 0, 0 } }, + { -1.006498225041e-06, -7.546003484649e-06, { 0, 0, 1, 0, 0, -3, 8, -6, 0, 0, 0, 0, 0 } }, + { 5.262631395376e-06, 3.288606338529e-06, { 2, -2, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -2.976609500072e-06, -5.570653750502e-06, { 2, 0, 0, 0, -7, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.437685490503e-06, 6.105660780098e-06, { 2, 0, 0, 0, 0, 0, -6, 11, 3, -3, 0, 0, 0 } }, + { 7.881622616429e-06, 6.610425473707e-07, { 4, 0, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.021915454017e-08, -8.528484796103e-06, { 0, 2, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -6.187599511178e-06, -2.348932991630e-06, { 1, -1, -2, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 3.898443077571e-06, 4.636517300701e-06, { 0, 2, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.201014592554e-06, 7.333824541797e-06, { 0, 0, 1, 0, 0, -22, 24, 0, 0, 0, 0, 0, 0 } }, + { 5.371113991739e-08, 8.477800245083e-06, { 1, 0, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -4.981321481367e-06, 3.543138649249e-06, { 1, -1, 0, 0, 0, -5, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.720384266363e-06, -2.803399197890e-06, { 4, 0, -2, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { -7.778113949824e-07, 7.742137086080e-06, { 1, 0, -2, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -7.846205596840e-06, -6.730540600754e-07, { 0, 0, 0, 0, 0, 11, -8, 0, 0, 0, 0, 0, 0 } }, + { 7.078907023510e-06, -1.439651708160e-06, { 2, -2, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 1.885252767994e-06, 6.632093379199e-06, { 2, 0, -1, 0, 0, 2, -5, 3, 0, 0, 0, 0, 0 } }, + { -3.384512290067e-08, -8.481854143605e-06, { 2, 0, 1, 0, 2, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.173451935538e-06, 6.340510435925e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 6, -10, 0, 0, 0 } }, + { 5.258429520676e-06, 3.253771027513e-06, { 2, -2, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -1.427629242732e-06, 7.083803345434e-06, { 2, 0, 0, 0, 0, 0, -9, 17, 0, -1, 0, 0, 0 } }, + { -7.715707253207e-06, 7.919439256300e-07, { 3, 0, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.882675276751e-06, 1.622411185394e-06, { 0, 1, 0, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { -9.466300144153e-09, -8.494539926972e-06, { 1, 0, 2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 5.485949954095e-06, -3.015545426335e-06, { 4, 0, -1, 0, 1, -25, 25, 0, 0, 0, 0, 0, 0 } }, + { 5.485949954095e-06, 3.015545426335e-06, { 0, 0, 1, 0, -1, 25, -25, 0, 0, 0, 0, 0, 0 } }, + { -5.248984514557e-06, -3.251757937145e-06, { 2, 0, 1, 0, 0, 0, -2, 0, 4, -3, 0, 0, 0 } }, + { 5.256566271569e-06, 3.230345425591e-06, { 0, 0, 2, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { -8.255180232065e-06, 2.289801551243e-07, { 4, 0, -1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 3.383587978222e-06, -5.098787800022e-06, { 4, 0, -1, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { 6.793885847709e-06, 1.688290355980e-06, { 0, 0, 2, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0 } }, + { 2.565780357784e-06, -5.915105069504e-06, { 1, 0, -1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.000563200872e-06, 7.475228975729e-06, { 0, 0, 1, 0, 0, 3, -8, 6, 0, 0, 0, 0, 0 } }, + { -2.821134224416e-07, -8.190971703792e-06, { 1, 0, 2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.039919540434e-06, -5.432580097018e-06, { 1, 1, -1, 0, 0, 7, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.620369907061e-06, 6.848357040879e-06, { 6, 0, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.428115592867e-06, -7.040310523046e-06, { 3, -1, -1, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { -6.736064155834e-06, -1.730137990989e-06, { 2, -2, 1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 6.609231302116e-06, -1.854981162126e-06, { 1, -1, 1, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 6.831100552952e-06, -1.632635560465e-06, { 1, 1, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.600284006909e-06, 1.862202732011e-06, { 0, 0, 3, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 7.995518130074e-06, 4.626261344308e-07, { 1, 1, -2, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { 5.787138244346e-06, -2.666195558062e-06, { 2, 0, 0, 0, 0, 0, 12, -10, 0, 0, 0, 0, 0 } }, + { 4.024372421642e-07, 8.050162879161e-06, { 4, 0, 0, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { 4.024372421642e-07, -8.050162879161e-06, { 4, 0, -2, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { 8.277053029604e-06, 1.729435699666e-07, { 1, 0, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { -4.620521772632e-06, -3.828466782945e-06, { 0, 0, 0, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0 } }, + { 4.863868362738e-08, 8.397006595222e-06, { 2, 0, 0, 0, 0, 26, -30, 0, 0, 0, 0, 0, 0 } }, + { 6.427690457654e-06, 2.017942216092e-06, { 0, 0, 1, 0, -3, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.085626582052e-06, 5.358433986240e-06, { 0, 0, 0, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0 } }, + { -7.160936407639e-06, 1.281738424658e-06, { 0, 0, 3, 0, 0, -18, 20, -8, 3, 0, 0, 0, 0 } }, + { -7.160936407639e-06, -1.281738424658e-06, { 0, 0, 1, 0, 0, 18, -20, 8, -3, 0, 0, 0, 0 } }, + { 7.977935678721e-06, 4.634343670555e-07, { 3, 0, -2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 2.681536209367e-06, 5.758999602007e-06, { 4, 0, -1, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { -6.848038378043e-06, 1.591908115528e-06, { 1, 0, 1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 6.818438447491e-06, -1.620281601183e-06, { 2, -1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.543123217562e-07, -8.281990436260e-06, { 4, 0, -1, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { 6.476178984713e-09, -8.429235026994e-06, { 0, 0, 0, 0, 0, 28, -28, 0, 0, 0, 0, 0, 0 } }, + { -4.631886646927e-06, -3.801097799807e-06, { 1, -1, 0, 0, 0, 7, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.537591203764e-06, 2.889491414139e-06, { 0, 2, -2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -5.928447194044e-07, 7.830052101761e-06, { 2, 0, 0, 0, 0, -26, 30, 0, 0, 0, 0, 0, 0 } }, + { 2.951042272894e-08, 8.392482797620e-06, { 1, 0, 0, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 2.536298848784e-06, 5.884815988746e-06, { 4, 0, -1, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.917148927031e-07, 7.826628997334e-06, { 2, 0, 0, 0, 0, 0, -8, 13, 1, 0, 0, 0, 0 } }, + { -2.055903319959e-06, -6.361724301707e-06, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0 } }, + { 5.846280046914e-06, 2.571156499756e-06, { 4, 0, -1, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { 4.682101626424e-06, 3.734826262545e-06, { 4, 0, -2, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 3.362105072512e-06, 5.054057281151e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -3, -2, 0, 0, 0 } }, + { 6.777093176973e-06, 1.633733494681e-06, { 0, 1, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 5.201227351888e-06, -3.207934520542e-06, { 2, -2, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -2.173685832388e-06, -6.233122456000e-06, { 2, 0, -1, 0, 0, -8, 10, 0, 0, 0, 0, 0, 0 } }, + { -5.007675092091e-06, -3.396056082584e-06, { 0, 0, 4, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -2.053674288208e-06, 6.349806411279e-06, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0 } }, + { -8.041375495572e-06, 3.608089234242e-07, { 0, 0, 4, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.160792234918e-06, 5.241208862004e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 0, -2, 3, 0, 0 } }, + { 8.092044501064e-06, -3.065931806669e-07, { 0, 0, 3, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 7.299530661326e-06, -1.095523763205e-06, { 0, 0, 3, 0, 0, 0, -14, 23, 0, 0, 0, 0, 0 } }, + { 2.484640263362e-06, 5.909969223098e-06, { 0, 1, 1, 0, 0, -15, 11, 0, 0, 0, 0, 0, 0 } }, + { -2.484640263362e-06, -5.909969223098e-06, { 0, 1, -1, 0, 0, -15, 11, 0, 0, 0, 0, 0, 0 } }, + { 1.922522820549e-06, -6.469395858072e-06, { 4, 0, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -4.669004070543e-06, 3.722413991000e-06, { 0, 0, 0, 0, 0, 0, 1, 0, 2, -2, 0, 0, 0 } }, + { 5.946718867074e-06, -2.443613316082e-06, { 1, 0, 1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.664858029554e-06, 5.723059434117e-06, { 2, 0, 1, 0, 0, 0, 2, -4, 1, 0, 0, 0, 0 } }, + { -5.296983686223e-06, -3.084443177682e-06, { 2, 0, 1, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0 } }, + { -2.751093891715e-06, -5.627206379361e-06, { 4, 0, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -2.477825497630e-06, -5.897948606387e-06, { 2, 0, 0, 0, 0, -21, 19, 0, 0, 0, 0, 0, 0 } }, + { -6.665606514547e-06, -1.709444116941e-06, { 0, 0, 1, 0, 0, 0, 17, -32, 0, 0, 0, 0, 0 } }, + { -7.524750383631e-06, 8.478280527607e-07, { 2, 0, -1, 0, 0, 0, 0, 0, 5, -10, 0, 0, 0 } }, + { -6.640359779368e-06, -1.732198945283e-06, { 2, 0, -1, 0, 0, 0, -2, 4, 0, -3, 0, 0, 0 } }, + { 2.477597092891e-07, 8.124642650602e-06, { 2, 0, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0, 0 } }, + { 2.046060659184e-06, -6.325237610522e-06, { 0, 0, 2, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { -2.815319002530e-06, -5.553533961709e-06, { 3, 0, -1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -6.791399008579e-06, 1.571357656435e-06, { 3, -1, 2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.809550711383e-06, -6.553082026704e-06, { 2, 0, 2, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.654976678904e-06, 1.706663048037e-06, { 0, 0, 1, 0, 0, 0, -17, 32, 0, 0, 0, 0, 0 } }, + { 5.236145008913e-06, 3.124807777640e-06, { 2, 0, 0, 0, 0, 2, 0, -8, 0, 0, 0, 0, 0 } }, + { 2.513723173812e-06, 5.843079391688e-06, { 2, 0, 0, 0, 0, 0, 17, -24, 0, 0, 0, 0, 0 } }, + { 7.858714222430e-06, 4.952534129159e-07, { 2, 0, 2, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.474991009986e-06, -6.878127345032e-06, { 1, -1, -1, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { -6.532112942070e-06, -1.820537423322e-06, { 2, 0, 0, 0, 0, 0, 2, -8, 5, 0, 0, 0, 0 } }, + { 6.746445802521e-06, 1.605165147184e-06, { 0, 1, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.850108299828e-06, 6.500193287381e-06, { 2, 0, 0, 0, 0, 2, -5, 3, 0, 0, 0, 0, 0 } }, + { -2.035642789045e-06, 6.311837062705e-06, { 2, 0, -2, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0 } }, + { -2.180707850384e-06, -6.166404316242e-06, { 2, 0, -3, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -3.873328252933e-06, 4.473018262150e-06, { 4, 0, -2, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -6.890805519023e-06, 1.453717302606e-06, { 0, 0, 1, 0, -2, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.738191440258e-06, -1.602058055163e-06, { 2, -1, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -6.792489548463e-06, 1.545548667290e-06, { 2, -2, 1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.500189444539e-06, -6.833363151594e-06, { 4, -2, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.819919564962e-06, 5.513393676294e-06, { 2, -2, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 6.010311340939e-06, 2.321245140189e-06, { 2, 0, 0, 0, 0, -11, 14, 0, 0, 0, 0, 0, 0 } }, + { 2.949529045020e-06, -5.381597126551e-06, { 4, 0, -1, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 } }, + { 6.735334063726e-06, 1.594946352209e-06, { 3, -1, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.200249620524e-06, 5.129563365211e-06, { 1, 0, 1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 4.719423448621e-09, -8.324215964461e-06, { 1, 0, -1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -5.260933860118e-06, 3.065495564562e-06, { 1, -1, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 2.952182369994e-06, 5.373514454032e-06, { 5, 0, -2, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 2.952182369994e-06, -5.373514454032e-06, { 3, 0, -2, 0, 0, 0, 34, -41, 2, 0, 0, 0, 0 } }, + { -6.601077005112e-06, -1.723620069650e-06, { 2, 0, 1, 0, 0, -7, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.646543529646e-06, -6.678099808896e-06, { 1, -1, 0, 0, 0, 27, -29, 0, 0, 0, 0, 0, 0 } }, + { -6.725156433288e-06, 1.597441928251e-06, { 2, 1, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.875904038870e-07, 7.733568777845e-06, { 1, -1, 1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -5.875904038870e-07, -7.733568777845e-06, { 1, -1, -1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -6.588093567137e-06, -1.732820030680e-06, { 4, 0, -2, 0, 0, 0, 1, 0, -3, 1, 0, 0, 0 } }, + { 8.061689133830e-08, -8.239041312779e-06, { 0, 0, 0, 0, 0, 3, -5, 2, 0, 0, 0, 0, 0 } }, + { 3.283834364823e-06, -5.033964006891e-06, { 2, 0, 0, 0, -2, 7, -3, 0, 0, 0, 0, 0, 0 } }, + { 6.726664940801e-06, 1.586694669815e-06, { 1, 1, 1, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 6.642060562649e-06, -1.670878089765e-06, { 0, 0, 1, 0, 0, 14, -17, 0, 0, 0, 0, 0, 0 } }, + { -4.799722706895e-06, 3.512834741223e-06, { 4, -2, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -6.418675790979e-06, 1.892300532480e-06, { 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.283175045161e-09, 8.306784970312e-06, { 3, 0, -1, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 2.161342897954e-06, -6.144399735325e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 6, -10, 0, 0, 0 } }, + { 7.999590860867e-06, 3.033723254160e-07, { 2, -2, -1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 7.617971975760e-06, 6.840093957700e-07, { 2, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -8.217099884957e-06, 8.296492977831e-08, { 2, 0, 1, 0, -1, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.963411744368e-06, -3.336276772041e-06, { 2, 0, -1, 0, 0, -6, 11, 0, 0, 0, 0, 0, 0 } }, + { 8.212978019534e-06, -8.436664358076e-08, { 2, 2, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.749486723397e-06, -1.547362181502e-06, { 0, 1, -2, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -5.827942081122e-06, -2.468083993088e-06, { 4, 0, 0, 0, 0, -30, 24, 0, 0, 0, 0, 0, 0 } }, + { -5.827942081122e-06, 2.468083993088e-06, { 0, 0, 0, 0, 0, 30, -24, 0, 0, 0, 0, 0, 0 } }, + { 7.644618297034e-06, -6.499675888192e-07, { 2, 0, 1, 0, 0, -22, 28, -7, 0, 0, 0, 0, 0 } }, + { -7.644618297034e-06, 6.499675888192e-07, { 2, 0, -3, 0, 0, -22, 28, -7, 0, 0, 0, 0, 0 } }, + { -4.144795872978e-06, -4.149350901397e-06, { 0, 0, 2, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.839861377866e-06, -3.453762356157e-06, { 1, -1, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 2.489960010054e-06, 5.798795703728e-06, { 2, 0, 0, 0, 0, 0, 15, -22, 0, 0, 0, 0, 0 } }, + { 4.664031935753e-06, 3.624621233172e-06, { 2, 0, -1, 0, 0, 0, 10, -18, 0, 0, 0, 0, 0 } }, + { 1.442813825331e-06, 6.843081833060e-06, { 0, 1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -3.181338033100e-06, -5.101027447059e-06, { 1, 0, 1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 4.038916918707e-06, -4.243066627017e-06, { 1, 0, 0, 0, 0, 0, -1, 4, -3, 0, 0, 0, 0 } }, + { 3.553846810616e-08, -8.246357182502e-06, { 1, 0, 2, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.660731401902e-06, -3.617730301379e-06, { 2, 0, -1, 0, 0, 0, 16, -24, 0, 0, 0, 0, 0 } }, + { 1.797490223930e-06, -6.479268690994e-06, { 2, 0, 0, 0, 0, 0, 7, -16, 6, 0, 0, 0, 0 } }, + { -3.855181705471e-06, 4.419579012574e-06, { 4, -2, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 5.888575207420e-06, -2.381254860087e-06, { 0, 0, 1, 0, 0, 0, 2, 0, -5, 4, 0, 0, 0 } }, + { 3.974939444563e-09, -8.263962951985e-06, { 2, 2, -2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.747576987895e-06, 5.518747482315e-06, { 2, 0, 0, 0, 0, -2, 4, -3, 0, 0, 0, 0, 0 } }, + { -5.969204637393e-06, -2.296763315234e-06, { 1, -1, 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -2.761944489426e-06, -5.500986930568e-06, { 1, 0, -2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -5.848901104581e-06, -2.412102406027e-06, { 2, 0, -2, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.454077503017e-06, 5.802531936627e-06, { 3, 0, -4, 0, 0, 0, 3, 0, -2, -5, 0, 0, 0 } }, + { 4.186656499611e-06, 4.069892974322e-06, { 4, 0, -1, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.486354675195e-06, 5.768275147135e-06, { 1, -1, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 6.349189479727e-06, 1.904936578958e-06, { 1, 1, -2, 0, 0, -25, 28, 0, 0, 0, 0, 0, 0 } }, + { 4.280719717275e-07, 7.825833468743e-06, { 2, 0, 1, 0, 0, 15, -17, 0, 0, 0, 0, 0, 0 } }, + { 6.955039991448e-06, -1.297587388406e-06, { 1, 1, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.443174109946e-06, 6.808055541116e-06, { 1, -1, 1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 5.024146083750e-06, 3.224850685529e-06, { 1, 1, -1, 0, 0, -1, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.655498625791e-06, -3.592740862524e-06, { 1, -1, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.173191868428e-06, -3.074812284337e-06, { 1, 1, 0, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 3.550983652186e-06, 4.696568173986e-06, { 2, 0, -1, 0, 0, 0, -3, 0, -1, 0, 0, 0, 0 } }, + { -2.116247639053e-06, -6.127257157332e-06, { 1, -1, -1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { 5.339645457816e-06, -2.900542392805e-06, { 1, -1, -1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { 3.100995986734e-06, -5.132733830282e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 2, -3, 0, 0 } }, + { 6.931470102708e-06, -1.298632264068e-06, { 2, 0, 0, 0, 0, 0, -2, 2, -1, 0, 0, 0, 0 } }, + { -5.856282030038e-06, -2.369856515618e-06, { 2, 0, 0, 0, 0, 3, -8, 0, 0, 0, 0, 0, 0 } }, + { 9.071162851828e-07, 7.318870471320e-06, { 1, 0, 0, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { 4.277351031745e-06, -3.945197414731e-06, { 1, 1, 0, 0, -2, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.483674495486e-07, 7.573747539036e-06, { 1, -1, 0, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.837933857821e-06, 4.379719685205e-06, { 0, 0, 1, 0, 0, 0, -6, 12, -3, 0, 0, 0, 0 } }, + { 6.657046230385e-06, -1.559916465436e-06, { 1, 1, 1, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { -6.726165966319e-06, 1.490751845850e-06, { 3, -1, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.246405445981e-06, 4.964653733711e-06, { 2, 0, 0, 0, 0, 0, 22, -27, 0, 0, 0, 0, 0 } }, + { 9.603697078596e-07, 7.250117731748e-06, { 0, 0, 0, 0, 0, 27, -29, 0, 0, 0, 0, 0, 0 } }, + { 5.363182875427e-08, 8.155360597961e-06, { 2, 0, 0, 0, 0, 27, -29, 0, 0, 0, 0, 0, 0 } }, + { 6.886454257386e-06, 1.322251155325e-06, { 3, -1, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -5.990987472309e-06, 2.217351053936e-06, { 2, 0, -1, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0 } }, + { -4.565397554136e-06, 3.641556175000e-06, { 2, 0, -3, 0, 1, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { 2.331581183963e-06, -5.875046278536e-06, { 2, 0, 1, 0, 0, 0, 4, 0, -6, 0, 0, 0, 0 } }, + { 4.526931634817e-06, 3.678857094427e-06, { 2, 0, -3, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 1.286878710047e-08, -8.192837870308e-06, { 0, 2, -1, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { 3.438510051327e-06, 4.766181668300e-06, { 1, 1, -1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 8.063330234662e-06, -1.411226024116e-07, { 0, 2, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.845628853839e-06, -2.358367049351e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -5, 4, 0, 0, 0 } }, + { 3.413663363517e-06, -4.786601941777e-06, { 2, -2, 1, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0 } }, + { -7.360842312095e-06, 8.387109726097e-07, { 2, 0, 0, 0, 0, 22, -25, 0, 0, 0, 0, 0, 0 } }, + { -1.085513845627e-07, 8.088951664019e-06, { 1, 2, -2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 7.366418388746e-06, -8.211459660300e-07, { 6, 0, -2, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.249447662333e-06, -9.345634283260e-07, { 2, 0, 0, 0, 0, 0, -12, 23, -3, 0, 0, 0, 0 } }, + { 3.831211756822e-06, -4.351769038462e-06, { 0, 0, 1, 0, 0, 0, 6, -12, 3, 0, 0, 0, 0 } }, + { 6.491199413563e-06, -1.691435018682e-06, { 4, 0, -1, 0, 0, 0, -5, 5, 0, 0, 0, 0, 0 } }, + { -6.032164218551e-06, 2.149661407638e-06, { 2, 0, 0, 0, 0, 3, -4, 0, 2, 0, 0, 0, 0 } }, + { -2.708260131192e-06, -5.471767821221e-06, { 3, 0, 0, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { 7.926910189874e-06, 2.488859174736e-07, { 2, 0, -3, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -5.599170696497e-06, -2.573280601321e-06, { 1, 0, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -5.589443074246e-06, 2.581159534459e-06, { 1, 0, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 6.600817923804e-06, 1.568119985663e-06, { 1, 1, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 3.776608782631e-07, -7.788871623394e-06, { 2, 0, -2, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0 } }, + { 7.522609966034e-06, 6.437238128193e-07, { 2, 0, 2, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.351342964489e-08, 8.151226134305e-06, { 0, 0, 2, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { -4.713737665447e-06, 3.448957987626e-06, { 2, 0, -2, 0, -1, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { -4.711197993571e-06, -3.451228819688e-06, { 2, 0, -2, 0, 1, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { -6.184220398885e-06, 1.977572357128e-06, { 2, 0, 0, 0, 5, 0, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.678436244955e-06, 3.482393888068e-06, { 2, -2, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 3.066996252498e-06, -5.092721701176e-06, { 1, 1, -1, 0, 0, -5, 9, 0, 0, 0, 0, 0, 0 } }, + { -5.783992676744e-07, 7.577896211778e-06, { 0, 0, 2, 0, 0, 0, -15, 23, 0, 0, 0, 0, 0 } }, + { 6.932625918969e-06, 1.223255224360e-06, { 2, 0, 1, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { 6.602741966956e-06, -1.550367365876e-06, { 3, 1, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.692878641002e-06, 5.459391893474e-06, { 4, 0, -2, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { 2.450325791990e-06, 5.700652323294e-06, { 2, 0, 0, 0, 0, 0, 16, -23, 0, 0, 0, 0, 0 } }, + { 3.086026567190e-06, -5.064038763902e-06, { 1, 0, 0, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { 7.574374235184e-06, -5.743655064285e-07, { 2, 0, -3, 0, 0, 0, 2, 0, 0, -7, 0, 0, 0 } }, + { 3.545185270632e-06, -4.600876732978e-06, { 0, 0, 0, 0, 0, 0, 3, 0, -6, 5, 0, 0, 0 } }, + { -2.535215085968e-06, -5.606653674063e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1, -2, 0 } }, + { 4.558851936598e-07, -7.684641224050e-06, { 2, 0, -1, 0, 0, 5, -7, 2, 0, 0, 0, 0, 0 } }, + { -1.014791050578e-07, 8.038272586279e-06, { 0, 0, 4, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -2.425947519593e-06, 5.713508001013e-06, { 2, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.540068265368e-06, 6.597421719449e-06, { 4, 0, -1, 0, 0, 6, -10, 0, 3, 0, 0, -1, 0 } }, + { 1.539060667328e-06, -6.596157175587e-06, { 4, 0, -1, 0, 0, -6, 10, 0, -3, 0, 0, 1, 0 } }, + { 2.290672125055e-06, -5.843912885998e-06, { 0, 0, 1, 0, 0, 0, -3, 1, 0, 0, 0, 0, 0 } }, + { 1.667783550197e-06, -6.465287957512e-06, { 2, -2, -1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.397351871343e-06, 2.728331164519e-06, { 0, 0, 0, 0, 0, 0, 3, 0, -4, 5, 0, 0, 0 } }, + { -4.448503939868e-06, -3.676963054176e-06, { 1, -1, 0, 0, 0, 8, -5, 0, 0, 0, 0, 0, 0 } }, + { 6.227252942423e-07, 7.502673088400e-06, { 3, -1, -1, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.863422796605e-06, -6.260223708404e-06, { 2, 0, 1, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -7.960679409492e-06, -1.609846783754e-07, { 0, 2, -1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 4.940460275272e-06, -3.180324605020e-06, { 2, -2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.072071463531e-06, 3.045784823291e-06, { 1, -1, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -2.703522844110e-06, 5.413716464842e-06, { 0, 2, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.231207152998e-08, -8.101739079019e-06, { 2, 0, 1, 0, 0, 0, 3, 0, 0, -3, 0, 0, 0 } }, + { -5.327538830048e-06, -2.785781738765e-06, { 4, 0, -1, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { 7.954577681994e-06, 1.582985801023e-07, { 1, 0, -4, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 8.068428319400e-06, -4.307997169380e-08, { 2, 0, 1, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.416521161718e-06, -6.693838989997e-06, { 2, 0, -1, 0, 0, 9, -13, 0, 2, 0, 0, 0, 0 } }, + { 3.596450792052e-08, 8.071569380588e-06, { 2, -2, 0, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { 4.070197968875e-06, -4.031665440758e-06, { 2, 0, -1, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.443528166273e-06, -2.656888097673e-06, { 2, 0, 0, 0, 0, 0, 20, -22, 0, 0, 0, 0, 0 } }, + { -4.309784728443e-06, -3.790499521046e-06, { 0, 0, 1, 0, 0, 0, 10, -19, 1, 0, 0, 0, 0 } }, + { -5.817637578448e-06, 2.280025973682e-06, { 1, 0, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { -3.043532117961e-07, -7.791322475102e-06, { 0, 0, 1, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.433011086856e-08, -8.081166021226e-06, { 0, 0, 1, 0, 0, 0, 2, -4, 0, 2, 0, 0, 0 } }, + { 7.362578216773e-06, -7.317917788996e-07, { 2, -2, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 2.898639044098e-06, -5.192700985562e-06, { 2, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.645817520500e-06, -6.443818208476e-06, { 1, -1, 0, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { -6.562006575737e-06, 1.526940581877e-06, { 1, -1, 1, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -6.025268160064e-06, -2.060670305967e-06, { 2, 0, -4, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { -4.301834564186e-06, 3.782272528232e-06, { 0, 0, 1, 0, 0, 0, -10, 19, -1, 0, 0, 0, 0 } }, + { -1.682470899395e-06, -6.398245700592e-06, { 4, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 9.547327879233e-07, -7.125830192701e-06, { 1, 0, 0, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { -7.708585693486e-06, 3.711332952233e-07, { 1, -1, -2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 7.829584915466e-06, 2.482946006965e-07, { 4, 0, -1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { -1.922009079583e-06, -6.154331803904e-06, { 2, 0, 3, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -2.428667920185e-06, 5.647264406039e-06, { 1, 0, -1, 0, 0, 15, -13, 0, 0, 0, 0, 0, 0 } }, + { -1.921178849871e-06, 6.153341597775e-06, { 2, 0, 3, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 1.255761001140e-06, 6.816899608902e-06, { 2, 0, 0, 0, 0, 0, 5, 0, -7, 5, 0, 0, 0 } }, + { -6.370317182468e-06, 1.700955299966e-06, { 2, 0, 0, 0, 0, 0, 2, -4, 0, 3, 0, 0, 0 } }, + { -3.883397944931e-07, 7.681099748000e-06, { 4, 0, -2, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.355180450261e-07, 7.730931226082e-06, { 4, 0, -1, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0 } }, + { -1.706923082075e-07, 7.894031377464e-06, { 1, 1, 0, 0, 0, -9, 7, 0, 0, 0, 0, 0, 0 } }, + { 6.521396703988e-06, 1.541227328458e-06, { 0, 1, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { 6.947461317702e-06, -1.115132134558e-06, { 2, 0, -1, 0, 0, 19, -22, 0, 0, 0, 0, 0, 0 } }, + { 7.948032083071e-06, -1.136721212325e-07, { 1, 0, 0, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { 2.391353811604e-06, -5.667467892232e-06, { 2, 0, 0, 0, 0, 0, 3, 0, -4, 2, 0, 0, 0 } }, + { 4.604412257433e-06, 3.446505009915e-06, { 0, 0, 1, 0, 0, 8, -3, -19, 0, 3, 0, 0, 0 } }, + { 4.604412257433e-06, -3.446505009915e-06, { 0, 0, 1, 0, 0, -8, 3, 19, 0, -3, 0, 0, 0 } }, + { -2.750009259002e-06, -5.300687231090e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -6, 0, 0, 0, 0 } }, + { -6.526825955830e-06, -1.522277781020e-06, { 0, 0, 2, 0, 0, 0, -3, 0, 0, 2, 0, 0, 0 } }, + { 7.803855412290e-06, -2.414217602583e-07, { 2, 0, -2, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { 7.450661918330e-07, 7.295074295132e-06, { 4, 0, -3, 0, 0, 0, 2, 0, -4, 4, -2, 0, 0 } }, + { 7.450661918330e-07, -7.295074295132e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 4, -4, 2, 0, 0 } }, + { 2.850280408179e-06, 5.188034156382e-06, { 3, 0, 2, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 2.850280408179e-06, -5.188034156382e-06, { 1, 0, 2, 0, 0, 0, 34, -41, 2, 0, 0, 0, 0 } }, + { 6.830077574248e-06, 1.207752735047e-06, { 1, 1, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 1.069728580010e-08, 8.027062386990e-06, { 0, 0, 1, 0, 0, 0, -2, 4, 0, -2, 0, 0, 0 } }, + { 2.137155664476e-06, -5.900145051419e-06, { 5, 0, -4, 0, 0, 0, 3, 0, -2, -5, 0, 0, 0 } }, + { 1.755430645045e-06, -6.280805585794e-06, { 0, 0, 2, 0, 0, -24, 26, 0, -3, 0, 0, 0, 0 } }, + { -2.642651410666e-06, 5.393132627427e-06, { 1, 0, 0, 0, 0, 9, -7, 0, 0, 0, 0, 0, 0 } }, + { 7.661528843112e-06, 3.740764354766e-07, { 3, 0, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { 7.677896237684e-07, 7.267263761131e-06, { 2, 2, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -4.919471527525e-06, 3.115422709960e-06, { 1, 1, -1, 0, 0, 1, -4, 0, 0, 0, 0, 0, 0 } }, + { 6.953996584577e-06, 1.079479658688e-06, { 4, 0, -3, 0, 0, 3, -3, 0, 0, -3, 0, 0, 0 } }, + { 6.953996584577e-06, -1.079479658688e-06, { 0, 0, 1, 0, 0, -3, 3, 0, 0, 3, 0, 0, 0 } }, + { 5.558872794697e-06, -2.472493506319e-06, { 1, 1, 0, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { 7.905619627892e-06, 1.250547531904e-07, { 2, 0, 1, 0, 0, 14, -13, 0, 0, 0, 0, 0, 0 } }, + { 3.785117023308e-06, 4.242571172087e-06, { 2, 0, -1, 0, 0, -8, -13, 0, 0, 0, 0, 0, 0 } }, + { 6.831458968461e-06, 1.196009692255e-06, { 2, 0, -2, 0, 4, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.692228168237e-06, 6.335083238230e-06, { 2, 0, 0, 0, 0, 0, -1, 0, -3, 7, 0, 0, 0 } }, + { -6.182611679709e-06, 1.842790412509e-06, { 2, 0, -1, 0, 0, 6, -11, 0, 0, 0, 0, 0, 0 } }, + { -1.523786138689e-06, 6.500523313614e-06, { 0, 0, 1, 0, 0, -17, 19, 0, 0, 0, 0, 0, 0 } }, + { -2.392328991491e-06, 5.630349125306e-06, { 0, 0, 5, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.392328991491e-06, -5.630349125306e-06, { 0, 0, 3, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -6.475556213817e-06, 1.546151659837e-06, { 0, 1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -8.959923145067e-09, 8.011015702078e-06, { 1, 0, 1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -5.187912803768e-06, -2.830711179720e-06, { 0, 0, 1, 0, 0, 0, -5, 10, -5, 3, 0, 0, 0 } }, + { -5.187784343277e-06, 2.830721669907e-06, { 0, 0, 1, 0, 0, 0, 5, -10, 5, -3, 0, 0, 0 } }, + { 1.956125441592e-06, -6.062337774784e-06, { 2, 0, 0, 0, 0, 6, -9, 0, 3, 0, 0, 0, 0 } }, + { 2.062281656201e-08, 7.994649137615e-06, { 0, 0, 2, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { 3.170732932553e-06, -4.843903733490e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 1, -3, 0, 0 } }, + { 6.948422944478e-06, 1.065282957843e-06, { 2, 0, 1, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0 } }, + { 3.150553600306e-07, -7.696386771237e-06, { 2, 0, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0, 0 } }, + { -6.294344081721e-06, 1.716298065647e-06, { 2, 0, 1, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { -6.411490199356e-06, 1.596111836471e-06, { 2, -2, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 7.594844765016e-06, 4.123824034276e-07, { 1, 0, 0, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { -5.698495784200e-06, 2.306996397533e-06, { 1, 0, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -5.521821528615e-06, 2.482588332812e-06, { 2, 0, -1, 0, 0, 0, 11, -9, 0, 0, 0, 0, 0 } }, + { -6.223974211675e-06, 1.780113326581e-06, { 2, 0, -1, 0, 0, 0, -3, 6, -3, 0, 0, 0, 0 } }, + { -2.402478614805e-06, 5.601150713719e-06, { 1, 1, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 4.187838413774e-06, -3.814611607270e-06, { 0, 0, 1, 0, 0, 0, -7, 16, -6, 0, 0, 0, 0 } }, + { -7.352976737367e-07, -7.267152299603e-06, { 0, 0, 1, 0, 0, 0, -12, 18, 0, 0, 0, 0, 0 } }, + { -1.445398151051e-06, -6.556905811540e-06, { 1, 1, -2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.442147596763e-06, 2.559454065147e-06, { 2, 0, -4, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { -5.380276361902e-06, -2.619824142540e-06, { 2, 0, -1, 0, 0, 5, -2, -12, 3, 0, 0, 0, 0 } }, + { -5.380276361902e-06, 2.619824142540e-06, { 2, 0, -1, 0, 0, -5, 2, 12, -3, 0, 0, 0, 0 } }, + { 6.163021080509e-06, -1.833519896540e-06, { 2, 0, 0, 0, 0, -6, 10, 0, -5, 5, 0, 0, 0 } }, + { 5.851227335580e-06, -2.144348243817e-06, { 1, -1, 1, 0, 0, 22, -23, 0, 0, 0, 0, 0, 0 } }, + { 5.844100808104e-06, -2.147620259363e-06, { 0, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0, 0, 0 } }, + { -3.115078340927e-06, 4.876356858761e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 2, 5, 0, 0, 0 } }, + { 2.501411223963e-06, -5.486908267525e-06, { 1, 1, -1, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { -6.212394860099e-06, 1.774814242420e-06, { 2, 0, -1, 0, 0, 0, 15, -23, 0, 0, 0, 0, 0 } }, + { -7.691221643509e-06, -2.958785618808e-07, { 2, -2, 0, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { 6.525826966809e-08, 7.921633544510e-06, { 0, 2, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -4.114255219070e-07, -7.575224014583e-06, { 4, 0, -1, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0 } }, + { -7.595315951301e-07, 7.226840328050e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 0, 3, 0, 0 } }, + { 2.388968423441e-06, 5.596574627323e-06, { 2, 0, 0, 0, 0, 0, 14, -21, 0, 0, 0, 0, 0 } }, + { -7.744121417154e-06, 2.413999713459e-07, { 4, 0, -1, 0, 0, -19, 20, -3, 0, 0, 0, 0, 0 } }, + { 7.207031241384e-06, -7.770897316800e-07, { 2, 0, 2, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.455702753127e-06, -1.527029297199e-06, { 1, -1, -2, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.187643398903e-06, 2.793382859693e-06, { 0, 0, 2, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { 2.059647178938e-06, 5.919777625250e-06, { 2, 0, -4, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { 7.499690159244e-06, 4.755814511276e-07, { 4, 0, -1, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -6.100235463824e-07, 7.362243495206e-06, { 3, -2, 0, 0, 0, 23, -16, -13, 0, 0, 0, 0, 0 } }, + { -6.100235463824e-07, -7.362243495206e-06, { 1, 2, 0, 0, 0, -23, 16, 13, 0, 0, 0, 0, 0 } }, + { 1.395298283784e-06, -6.576401866423e-06, { 1, 1, -1, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { -6.396123654103e-06, -1.572669949177e-06, { 1, -1, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -4.413021809443e-06, 3.552585725731e-06, { 0, 0, 0, 0, 0, 11, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.915628218442e-06, 5.048847817013e-06, { 2, -2, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -5.158260940330e-06, 2.805227122042e-06, { 2, 0, 0, 0, 0, 0, 22, -26, 0, 0, 0, 0, 0 } }, + { 1.108597118872e-06, 6.854655252672e-06, { 1, 0, 0, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -3.587076175313e-09, 7.956996796977e-06, { 6, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.108066954472e-07, 7.849096942441e-06, { 2, 0, -1, 0, 0, 0, 6, -8, 2, 0, 0, 0, 0 } }, + { -8.823689585483e-07, 7.076558002588e-06, { 2, 0, 0, 0, 0, -25, 27, 0, 0, 0, 0, 0, 0 } }, + { -5.705127347026e-06, -2.251412427408e-06, { 2, 0, -2, 0, 0, -4, 7, 0, 0, 0, 0, 0, 0 } }, + { -6.708015601146e-06, 1.245032629437e-06, { 1, -1, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -6.408681802611e-07, 7.310450970945e-06, { 2, 0, 0, 0, 0, 0, 20, -26, 0, 0, 0, 0, 0 } }, + { -6.398882212111e-07, -7.307158756412e-06, { 1, 1, -1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -6.206965748486e-06, 1.738768665912e-06, { 1, 1, -1, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 3.144314731907e-07, -7.629541242468e-06, { 1, 0, 0, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { 1.512034081645e-06, -6.429548065694e-06, { 4, 0, -2, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { -7.108395629619e-06, -8.327660344543e-07, { 2, 0, -1, 0, 0, 0, -12, 23, -3, 0, 0, 0, 0 } }, + { -7.139348600251e-06, -8.013159298724e-07, { 2, 0, 0, 0, 0, 0, 0, 0, -5, 10, 0, 0, 0 } }, + { -5.608075056604e-06, 2.328648565561e-06, { 1, -1, 3, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 5.608075056604e-06, -2.328648565561e-06, { 1, -1, -3, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 5.328579747191e-06, 2.607103737600e-06, { 0, 0, 1, 0, 0, -6, 9, 0, -3, 0, 0, 1, 0 } }, + { -6.711228531598e-06, 1.224452675663e-06, { 4, 0, -1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.818727895567e-06, 2.116619954359e-06, { 1, -1, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { 7.361803622181e-06, -5.717882925189e-07, { 0, 0, 2, 0, 0, -3, 6, 0, 0, 0, 0, 0, 0 } }, + { 3.823525952110e-06, -4.109776870450e-06, { 1, 0, 0, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { -6.587216624115e-06, 1.344346215241e-06, { 1, 0, 0, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { -1.946335975524e-06, -5.985110489392e-06, { 2, 0, 0, 0, 0, 14, -18, 0, 0, 0, 0, 0, 0 } }, + { 2.819362781159e-06, -5.111850245237e-06, { 1, 0, 1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -6.010416578080e-06, -1.918747672511e-06, { 2, -2, -1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -6.104043448700e-06, -1.819060896271e-06, { 0, 0, 1, 0, 0, -6, 14, -8, 0, 0, 0, 0, 0 } }, + { -6.100174281250e-06, 1.821642886950e-06, { 0, 0, 1, 0, 0, 6, -14, 8, 0, 0, 0, 0, 0 } }, + { -2.593791830261e-06, -5.326333343338e-06, { 1, 0, 0, 0, 0, -10, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.165935345083e-06, 3.752529047711e-06, { 0, 0, 1, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0 } }, + { 1.521805327509e-06, -6.390211033043e-06, { 0, 0, 1, 0, 0, 0, 2, 0, -4, 1, 0, 0, 0 } }, + { -6.386168300346e-06, 1.525096278672e-06, { 3, -1, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.728824776863e-06, 3.181363765346e-06, { 0, 2, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -1.643339116161e-06, 6.265741204531e-06, { 1, -1, 1, 0, 0, -3, 7, -2, 0, 0, 0, 0, 0 } }, + { 1.643339116161e-06, -6.265741204531e-06, { 1, -1, -1, 0, 0, -3, 7, -2, 0, 0, 0, 0, 0 } }, + { 4.822897722119e-06, -3.086103545901e-06, { 0, 2, 0, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0 } }, + { 6.095924379691e-06, 1.811518042356e-06, { 2, 0, 0, 0, 0, 6, -10, 0, 5, -5, 0, 0, 0 } }, + { -3.390707567979e-06, -4.514512749357e-06, { 4, -2, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.368494803250e-06, 6.535291759008e-06, { 4, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 5.177523607633e-06, -2.724570540095e-06, { 0, 2, -2, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -7.716278526640e-06, -1.826082493894e-07, { 4, 0, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.512202689436e-06, 5.384929402053e-06, { 4, 0, -1, 0, 0, -29, 36, 0, -4, 0, 0, 0, 0 } }, + { 2.512202689436e-06, -5.384929402053e-06, { 0, 0, 1, 0, 0, 29, -36, 0, 4, 0, 0, 0, 0 } }, + { -1.136994037191e-06, 6.759701386120e-06, { 1, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -4.654531771841e-06, -3.242011920455e-06, { 4, -2, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -6.412455650307e-06, 1.483676694052e-06, { 1, 1, -1, 0, 0, 0, 1, 0, 2, 0, 0, 0, 0 } }, + { -7.631009100988e-09, 7.886945212149e-06, { 0, 0, 3, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -7.520079520176e-07, 7.141634865119e-06, { 0, 0, 2, 0, 0, 0, -1, 0, 3, -2, 0, 0, 0 } }, + { 4.712590546661e-07, -7.422350023802e-06, { 2, 0, 1, 0, 0, 0, 0, 0, 2, -6, 3, 0, 0 } }, + { -7.591794983594e-06, 3.000556511214e-07, { 2, 2, -1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -3.146888701939e-06, -4.743974477450e-06, { 1, 0, 0, 0, 0, 0, -1, 2, 0, -2, 0, 0, 0 } }, + { 1.179337276696e-09, 7.885064467005e-06, { 0, 0, 3, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -3.246415926145e-06, -4.639541884793e-06, { 2, 0, -1, 0, 0, 0, 0, 0, -3, 7, 0, 0, 0 } }, + { 5.147692673655e-06, 2.738222444919e-06, { 2, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.797449384876e-09, 7.878978938143e-06, { 4, -2, -3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.755569743586e-06, 1.268409482374e-07, { 2, 0, -2, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { -7.480358843840e-06, 4.007108738058e-07, { 0, 0, 2, 0, 0, 0, -8, 11, 0, 0, 0, 0, 0 } }, + { -4.193161966962e-06, 3.685868798389e-06, { 2, 0, -1, 0, 0, 12, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.026926498107e-06, 6.851324476565e-06, { 1, 0, 1, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 7.691619974773e-06, -1.865185802460e-07, { 2, 0, -1, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { 6.183248350406e-06, 1.694670619041e-06, { 1, 1, -1, 0, 0, -13, 14, 0, 0, 0, 0, 0, 0 } }, + { 7.039252023239e-06, -8.333102795795e-07, { 0, 0, 1, 0, 0, 0, 2, 0, -3, 5, 0, 0, 0 } }, + { 2.592672886698e-06, 5.278265160420e-06, { 4, 0, -1, 0, 0, -13, 11, 0, 0, 0, 0, 0, 0 } }, + { 7.356129669177e-07, -7.133605426949e-06, { 2, 0, -2, 0, 0, 0, 10, -16, 0, 0, 0, 0, 0 } }, + { 4.376810688055e-06, -3.490997002199e-06, { 2, 0, 0, 0, 0, 0, 6, -4, 0, 0, 0, 0, 0 } }, + { -1.788348029408e-06, 6.079053196236e-06, { 1, 0, -2, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { -2.588326106339e-06, 5.277251561691e-06, { 1, 0, 0, 0, 0, 16, -14, 0, 0, 0, 0, 0, 0 } }, + { 4.737165927597e-07, 7.391102830014e-06, { 2, 0, 1, 0, 0, 0, 0, 0, -2, 6, -3, 0, 0 } }, + { -5.248278395961e-06, -2.615989558999e-06, { 1, -1, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -6.362832690188e-06, 1.501386701868e-06, { 0, 1, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.450506990671e-06, 5.411210678802e-06, { 2, 0, 1, 0, 0, 10, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.347592637599e-06, -6.508859675748e-06, { 1, 1, 0, 0, 0, -13, 15, 0, 0, 0, 0, 0, 0 } }, + { 4.185077222674e-06, -3.670780039764e-06, { 2, 0, 0, 0, 0, -9, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.585667265421e-06, -5.268817489645e-06, { 0, 0, 1, 0, 0, -21, 19, 0, 0, 0, 0, 0, 0 } }, + { 7.489729381379e-06, -3.625356352116e-07, { 2, 0, 0, 0, 0, 0, -3, 0, 3, -2, 0, 0, 0 } }, + { -4.615413382795e-06, 3.233034509863e-06, { 2, 0, 0, 0, 0, 1, -9, 12, 0, 0, 0, 0, 0 } }, + { -2.280379617118e-06, 5.564219682400e-06, { 2, 0, 0, 0, 0, -9, 13, 0, 0, 0, 0, 0, 0 } }, + { -1.481978422472e-07, -7.695502237176e-06, { 2, 0, -1, 0, 0, -2, 1, 0, 1, 0, 0, 0, 0 } }, + { 5.303806907223e-06, 2.536092501136e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 7, -5, 0, 0, 0 } }, + { -1.530721783728e-06, 6.304023046161e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 4, -1, 0, 0, 0 } }, + { -7.410676596420e-06, -4.232605825316e-07, { 4, 0, -2, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { 6.127293668576e-06, -1.705780632281e-06, { 0, 0, 3, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -4.714469147069e-06, 3.118101956872e-06, { 3, -1, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 6.124740917989e-06, 1.705424722920e-06, { 0, 0, 3, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 3.995515393198e-06, 3.833455108658e-06, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 7, 0, 0, 0 } }, + { -4.354165669008e-06, 3.474451092244e-06, { 2, 0, 1, 0, 0, -8, 11, 0, 0, 0, 0, 0, 0 } }, + { -4.007779822258e-06, 3.819181868705e-06, { 4, 0, -1, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { -7.230950237236e-06, -5.954211252920e-07, { 2, 0, -2, 0, 0, -3, 5, 0, -1, 0, 0, 0, 0 } }, + { 7.426667915131e-06, 3.989161459994e-07, { 2, -2, 0, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.563369401596e-08, -7.808879622635e-06, { 3, 0, 0, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { 7.261287856299e-06, 5.621751079873e-07, { 2, -2, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -6.894708446600e-06, -9.281448205798e-07, { 2, 0, 3, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 2.431026254654e-06, -5.391256549222e-06, { 2, 0, 1, 0, 0, 0, -3, 0, 0, 1, 0, 0, 0 } }, + { -5.200775940537e-06, -2.621282633916e-06, { 2, 0, -3, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -2.094742894740e-06, -5.725886665129e-06, { 1, 0, -2, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 6.201402538143e-06, 1.619122221312e-06, { 2, 0, -1, 0, 0, 0, -7, 12, -3, 0, 0, 0, 0 } }, + { -3.984604025373e-08, -7.778377272981e-06, { 1, 0, -2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.432393766692e-08, 7.761767216161e-06, { 2, -2, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -2.498296958161e-06, 5.315135131518e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 2, -8, 0, 0, 0 } }, + { 2.565574597122e-06, -5.246483445923e-06, { 2, 0, -3, 0, 0, 0, -3, 9, 0, 0, 0, 0, 0 } }, + { 2.597788945268e-06, 5.212056656171e-06, { 2, 0, 1, 0, 0, -19, 17, 0, 0, 0, 0, 0, 0 } }, + { 2.727707607694e-06, -5.081082291910e-06, { 2, 0, 0, 0, 0, 0, -2, 0, -1, 4, 0, 0, 0 } }, + { -6.465480737416e-06, 1.337017529527e-06, { 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 7.028128531628e-07, 7.097449458368e-06, { 2, 0, -1, 0, 0, 3, -10, 13, 0, 0, 0, 0, 0 } }, + { -2.161822675884e-06, 5.636483616288e-06, { 0, 0, 1, 0, 0, -10, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.247895179755e-06, -6.549477755029e-06, { 1, 1, -2, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.398639128016e-06, -6.398225738008e-06, { 6, 0, -2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.468728464988e-06, 3.327679328794e-06, { 2, 0, -1, 0, -1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -7.679108357769e-06, 1.164203377246e-07, { 2, 0, 1, 0, 0, -11, 12, 0, 0, 0, 0, 0, 0 } }, + { 6.610160184714e-08, 7.728768714399e-06, { 2, 0, -1, 0, 0, 28, -28, 0, 0, 0, 0, 0, 0 } }, + { 4.638675169131e-06, 3.154969853877e-06, { 2, 0, -1, 0, 0, -4, 9, 0, 0, 0, 0, 0, 0 } }, + { 4.353153172693e-06, 3.440486210034e-06, { 2, 0, 0, 0, 0, 0, -5, 10, -3, 0, 0, 0, 0 } }, + { 3.478760512405e-07, -7.444428561465e-06, { 0, 0, 2, 0, 0, -23, 23, 0, 0, 0, 0, 0, 0 } }, + { 1.143196254578e-06, 6.647318855989e-06, { 3, -1, 0, 0, 0, 0, 1, 0, 0, -1, 0, 0, 0 } }, + { -6.329237300104e-06, 1.459678241305e-06, { 4, 1, -3, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { 7.211605435527e-06, 5.766174923052e-07, { 4, 0, -1, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { 6.922647535736e-07, 7.095516561859e-06, { 0, 0, 2, 0, 0, -2, -1, 8, 0, 0, 0, 0, 0 } }, + { -5.445195856403e-06, 2.341651199002e-06, { 1, 0, -1, 0, 0, 29, -37, 8, -3, 0, 0, 0, 0 } }, + { 5.445195856403e-06, -2.341651199002e-06, { 1, 0, -3, 0, 0, 29, -37, 8, -3, 0, 0, 0, 0 } }, + { 5.146661319630e-06, 2.639258721263e-06, { 2, -2, 1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -3.303942639966e-06, -4.481806316374e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -2, -5, 0, 0, 0 } }, + { 1.369965192902e-07, 7.647974947459e-06, { 4, 0, -2, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { 6.036916646589e-06, 1.746503817516e-06, { 2, 0, 0, 0, 0, 0, 1, 0, -1, -2, 0, 0, 0 } }, + { 6.990711960120e-07, -7.082140817321e-06, { 0, 0, 2, 0, 0, 2, 1, -8, 0, 0, 0, 0, 0 } }, + { -8.926376189806e-08, -7.691132284974e-06, { 4, 0, -1, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { -6.813398618625e-06, 9.661325225788e-07, { 0, 0, 1, 0, 0, 8, -13, 0, 2, -5, 0, 0, 0 } }, + { -6.813398618625e-06, -9.661325225788e-07, { 0, 0, 1, 0, 0, -8, 13, 0, -2, 5, 0, 0, 0 } }, + { 3.107225850692e-06, -4.671924713018e-06, { 1, -1, -2, 0, 0, 20, -18, 0, 0, 0, 0, 0, 0 } }, + { -5.145687895981e-07, -7.264208007382e-06, { 2, 0, 1, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0 } }, + { 6.545872520750e-06, -1.231139324391e-06, { 0, 0, 1, 0, 0, 0, 2, 0, 1, -2, 0, 0, 0 } }, + { -3.928534399325e-06, 3.847476242134e-06, { 0, 0, 0, 0, 0, 0, 3, -4, 2, 0, 0, 0, 0 } }, + { 1.032814734303e-06, -6.743043543266e-06, { 1, -1, 0, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.977779683444e-09, -7.766795376425e-06, { 4, -2, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 6.493027633705e-07, -7.119345978298e-06, { 2, 0, -1, 0, 0, 0, 19, -25, 0, 0, 0, 0, 0 } }, + { -3.069794402346e-06, -4.697516374204e-06, { 2, 0, -2, 0, 0, 18, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.651938083393e-06, 6.112248054523e-06, { 2, 0, -1, 0, 0, -13, 15, 0, 0, 0, 0, 0, 0 } }, + { -2.498985238836e-06, -5.264017645470e-06, { 2, 0, 0, 0, 0, -20, 18, 0, 0, 0, 0, 0, 0 } }, + { 3.179883231947e-07, -7.443202151650e-06, { 2, 0, -2, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { -4.308056437940e-06, -3.453079109579e-06, { 1, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { -3.094899430209e-06, 4.665921997435e-06, { 1, 0, 0, 0, 0, 0, 1, -2, 0, 2, 0, 0, 0 } }, + { 5.045024121291e-06, 2.715444755333e-06, { 0, 0, 1, 0, 0, -2, 3, 0, -2, 0, 0, 0, 0 } }, + { -2.115799031070e-06, -5.641150266325e-06, { 0, 0, 2, 0, 0, 0, 0, 0, -1, 3, 0, 0, 0 } }, + { 4.157250012895e-06, -3.599030135211e-06, { 2, 0, -1, 0, 0, 0, 6, -12, 3, 0, 0, 0, 0 } }, + { 4.321453453874e-06, -3.434825216080e-06, { 1, -1, 1, 0, 0, 0, 2, 0, 0, 1, 0, 0, 0 } }, + { 7.422685836183e-06, 3.327979720002e-07, { 0, 2, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -3.104504252039e-06, 4.649261517926e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 3, -7, 0, 0, 0 } }, + { -4.232558375887e-06, -3.518872004147e-06, { 1, -1, 0, 0, 0, 9, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.316929791849e-06, -3.430815679038e-06, { 4, 0, -2, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { 4.396178299906e-06, 3.349701590877e-06, { 2, 0, 0, 0, 0, 0, 10, -18, 0, 0, 0, 0, 0 } }, + { -2.100251732179e-06, 5.643304923668e-06, { 0, 0, 2, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0 } }, + { -1.411394534550e-06, -6.331170466340e-06, { 2, 0, -5, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -7.620664476406e-06, 1.213253414731e-07, { 0, 0, 3, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -2.070658250770e-06, 5.669527653116e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 2, 2, 0, 0, 0 } }, + { -7.485177463359e-06, 2.537629880641e-07, { 0, 2, 0, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { -2.515225829263e-06, 5.223397666657e-06, { 1, -1, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -7.569373485559e-06, 1.672025744063e-07, { 4, 0, -1, 0, 0, -19, 20, 0, 0, 0, 0, 0, 0 } }, + { -4.258257917313e-07, 7.308297402528e-06, { 2, 0, 1, 0, 0, -3, 4, 0, -1, 0, 0, 0, 0 } }, + { 6.524980882057e-07, 7.078772055038e-06, { 1, 0, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -4.018174220862e-06, -3.711288619237e-06, { 0, 0, 1, 0, 0, 0, 2, 0, 1, -5, 0, 0, 0 } }, + { -7.473720566658e-06, 2.532763222101e-07, { 1, 0, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -6.522299219488e-06, 1.201713635112e-06, { 2, 0, -1, 0, -2, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.784956642700e-06, -5.935328289163e-06, { 2, 0, 2, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { 4.143971237549e-06, 3.575703748238e-06, { 0, 0, 1, 0, 0, 0, -5, 0, 2, 0, 0, 0, 0 } }, + { 6.639690447703e-06, -1.077123549220e-06, { 2, 0, 0, 0, 1, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.523777440799e-06, 3.191117950875e-06, { 0, 0, 0, 0, 0, 0, 11, -19, 0, 0, 0, 0, 0 } }, + { -6.081814754970e-06, -1.632042607018e-06, { 2, 0, 0, 0, 0, 0, -2, 4, 0, -3, 0, 0, 0 } }, + { 7.838668935912e-07, 6.929897769306e-06, { 0, 0, 0, 0, 0, 0, 5, -8, 1, 5, 0, 0, 0 } }, + { 6.503823339909e-06, -1.208675616213e-06, { 1, 1, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 5.323023239974e-06, -2.388114531730e-06, { 2, 0, 0, 0, 0, 0, 13, -11, 0, 0, 0, 0, 0 } }, + { 6.207618125500e-06, 1.502082999761e-06, { 4, 0, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 5.293466328040e-06, 2.415616538164e-06, { 0, 2, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -3.090050348779e-07, 7.397532473922e-06, { 2, 0, -2, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0 } }, + { -7.701351778717e-06, 3.062726204241e-09, { 6, 0, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.662133785407e-06, -2.039776056139e-06, { 0, 0, 2, 0, -1, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 4.070983190648e-06, 3.629857897125e-06, { 1, 0, 1, 0, 0, 0, 33, -41, 2, 0, 0, 0, 0 } }, + { -3.701306085589e-07, 7.321178693485e-06, { 4, -2, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 2.955856565014e-06, 4.734187530180e-06, { 1, 0, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0, 0 } }, + { -4.913074939498e-06, 2.776794569843e-06, { 0, 0, 1, 0, 0, 0, -9, 10, 0, 0, 0, 0, 0 } }, + { 1.335411733326e-06, -6.354155699586e-06, { 1, -1, 0, 0, 0, -8, 10, 0, 0, 0, 0, 0, 0 } }, + { 3.724059342707e-06, -3.961695842619e-06, { 2, 0, 0, 0, 0, 0, -12, 13, 0, 0, 0, 0, 0 } }, + { 2.086925551413e-06, 5.596193724883e-06, { 0, 0, 2, 0, 0, 0, -3, 0, 5, 0, 0, 0, 0 } }, + { -2.343175061974e-06, 5.339758070264e-06, { 1, -1, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -4.699882659464e-07, -7.208345496917e-06, { 0, 0, 2, 0, 0, 0, 14, -27, 3, 3, 0, 0, 0 } }, + { -4.699882659464e-07, 7.208345496917e-06, { 0, 0, 2, 0, 0, 0, -14, 27, -3, -3, 0, 0, 0 } }, + { -2.576171278502e-06, 5.100494798084e-06, { 1, -1, 1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 2.576171278502e-06, -5.100494798084e-06, { 1, -1, -1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 1.305269759448e-06, 6.371146342584e-06, { 2, 0, -3, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -6.952747741872e-07, -6.978106472563e-06, { 2, 0, -1, 0, 0, 2, -8, 7, 0, 0, 0, 0, 0 } }, + { -2.081880351779e-06, 5.590977047778e-06, { 1, 0, -3, 0, 0, 0, 3, 0, -2, -5, 0, 0, 0 } }, + { 7.082783160943e-06, -5.844348566012e-07, { 1, 0, -2, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -4.354813990916e-09, -7.660228627956e-06, { 4, 0, -1, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { -3.534391414438e-06, -4.129411246102e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 1, -5, 0, 0, 0 } }, + { -3.176075282580e-06, -4.487681296486e-06, { 0, 0, 1, 0, 0, 0, 3, -6, 0, 5, 0, 0, 0 } }, + { -1.231351379671e-06, -6.432200829122e-06, { 1, -1, 1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.170634806738e-06, 4.916587325124e-07, { 4, 0, -3, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.123237813443e-06, -6.537063445312e-06, { 2, 0, -1, 0, 0, 0, 0, 0, -4, 7, 0, 0, 0 } }, + { -1.547573382178e-06, -6.112519043052e-06, { 1, -1, 0, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { -4.761199351840e-06, -2.897494273685e-06, { 3, 0, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -1.544687031066e-07, -7.502622115290e-06, { 4, 0, -1, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 6.012664380438e-06, 1.643483411190e-06, { 1, 0, 0, 0, 0, 0, 1, 0, -1, -2, 0, 0, 0 } }, + { -4.218038835443e-06, 3.437317615522e-06, { 3, 1, -2, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.085276485340e-06, 6.566589580248e-06, { 2, 0, -2, 0, 0, 0, 2, -5, 0, 0, 0, 0, 0 } }, + { 2.174581538905e-07, 7.433572821168e-06, { 4, 0, -3, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { 6.154112523999e-06, 1.496577190153e-06, { 3, 0, -1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 5.047938472540e-06, 2.601909395987e-06, { 4, 0, -2, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 7.156764755601e-06, 4.928565527926e-07, { 4, 0, -1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -5.388450586597e-06, 2.260966236683e-06, { 1, -1, -2, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { 2.305095971356e-06, 5.343587964076e-06, { 2, 0, 0, 0, 0, 0, 18, -25, 0, 0, 0, 0, 0 } }, + { 4.899756422647e-06, 2.747872549080e-06, { 4, 0, -1, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { -3.169470929320e-06, 4.476606313119e-06, { 0, 0, 1, 0, 0, 0, -3, 6, 0, -5, 0, 0, 0 } }, + { -2.279382353346e-06, 5.364529078166e-06, { 3, 0, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.279382353346e-06, -5.364529078166e-06, { 3, 0, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.440868867262e-06, 3.200189205820e-06, { 1, 1, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -2.760351690149e-06, -4.878841996528e-06, { 4, 0, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -4.417847905384e-06, 3.221252493189e-06, { 1, -1, 0, 0, 0, -6, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.099247645397e-06, -2.536746894500e-06, { 1, 0, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.710151021917e-06, 5.924504637871e-06, { 1, -1, 0, 0, 0, 20, -22, 0, 0, 0, 0, 0, 0 } }, + { -3.248584435484e-06, 4.383452557291e-06, { 0, 0, 2, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0 } }, + { -6.013963754354e-06, -1.614140875777e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -6, 9, 0, 0, 0 } }, + { -6.737703994038e-06, 8.900185766949e-07, { 2, 0, 0, 0, 0, 0, 12, -23, 3, 0, 0, 0, 0 } }, + { 5.015986355344e-06, -2.610534067394e-06, { 0, 0, 1, 0, 0, 0, 15, -19, 0, 0, 0, 0, 0 } }, + { 7.217114596612e-07, 6.901312663144e-06, { 4, 0, -1, 0, 0, 5, -9, 0, 0, 0, 0, 0, 0 } }, + { 4.417154449679e-06, 3.205588951318e-06, { 1, 0, 0, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 8.264808563590e-07, -6.795301130267e-06, { 2, 0, 0, 0, 0, 0, 5, 0, -3, -5, 0, 0, 0 } }, + { 4.014280470251e-06, 3.607140783775e-06, { 2, 0, -1, 0, 0, 0, -6, 12, -3, 0, 0, 0, 0 } }, + { 5.893296592567e-06, -1.727186669256e-06, { 1, 1, 0, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { -4.109452748817e-06, 3.511009656152e-06, { 4, 0, 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 4.866629220004e-06, -2.752352187675e-06, { 2, 0, -1, 0, 0, -2, 6, -7, 0, 0, 0, 0, 0 } }, + { -2.663308939745e-06, 4.949607597470e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 2, -7, 0, 0, 0 } }, + { -4.241275559656e-06, 3.371232895300e-06, { 1, -1, 0, 0, 0, -12, 9, 0, 0, 0, 0, 0, 0 } }, + { -5.617136929540e-06, -1.994900355651e-06, { 0, 0, 1, 0, 0, 13, -12, 0, 0, 0, 0, 0, 0 } }, + { -7.444101041180e-06, -1.678915256579e-07, { 0, 0, 0, 0, 0, 0, 3, 0, 0, -4, 0, 0, 0 } }, + { 6.138971019491e-06, 1.471118860430e-06, { 3, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 8.634934156171e-07, 6.746213332958e-06, { 2, 0, -2, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { 7.231505490198e-06, -3.777768261379e-07, { 0, 2, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -6.151562531716e-06, -1.457460551757e-06, { 2, -1, 0, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { -7.382178800475e-06, -2.262330737794e-07, { 1, 0, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.255127977121e-06, 6.351904711691e-06, { 1, 1, -1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -7.199279502805e-06, 4.072244039950e-07, { 0, 0, 3, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -4.129940623996e-06, -3.473522933115e-06, { 3, -1, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.639536018709e-06, 4.963764118953e-06, { 1, 0, -1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -2.538201556163e-06, -5.064507002014e-06, { 2, 0, -1, 0, 0, -19, 17, 0, 0, 0, 0, 0, 0 } }, + { 4.673235990671e-06, 2.925462028618e-06, { 2, 2, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -5.382409148430e-08, 7.541470437896e-06, { 1, -2, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -7.302132519049e-06, -2.914632296550e-07, { 2, -2, 0, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.405946663322e-06, -6.186899116827e-06, { 1, -1, -1, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -3.762392646358e-06, -3.825491984409e-06, { 2, 0, 0, 0, 0, 0, -4, 7, 3, 0, 0, 0, 0 } }, + { -3.035630491695e-06, 4.551648207031e-06, { 0, 2, -1, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { -3.035630491695e-06, -4.551648207031e-06, { 0, 2, -1, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { 4.597467791047e-06, 2.989649956436e-06, { 1, 0, -2, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { -6.095123350478e-06, 1.491245974533e-06, { 1, -1, -2, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -7.284044508230e-06, 2.994666362338e-07, { 4, 0, -2, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 4.203766797888e-06, 3.377916842490e-06, { 2, -2, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 4.813345529572e-07, 7.099699675228e-06, { 2, 0, -2, 0, 0, 0, 0, 0, -1, 5, 0, 0, 0 } }, + { 2.387475937370e-06, 5.192749066324e-06, { 4, 0, -1, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.620774693823e-06, 4.959177478001e-06, { 0, 0, 2, 0, 0, -8, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.695895546844e-06, 4.883936169722e-06, { 6, 0, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -7.561309035662e-08, -7.504144431394e-06, { 2, 0, 1, 0, 0, 23, -23, 0, 0, 0, 0, 0, 0 } }, + { -6.089870341544e-06, 1.489461341706e-06, { 0, 0, 2, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { -3.080755242447e-06, -4.494821498535e-06, { 1, -1, 1, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { 3.080755242447e-06, 4.494821498535e-06, { 1, -1, -1, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { -6.041166554408e-06, -1.533705480703e-06, { 1, -1, 1, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { -4.889080990790e-06, 2.681083802481e-06, { 0, 1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 7.709701436713e-09, -7.557663919246e-06, { 3, -2, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 2.691264528655e-06, -4.873636969837e-06, { 1, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.264242280213e-06, -5.294165185014e-06, { 2, 0, -3, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.653451952260e-06, 2.904843973222e-06, { 2, 2, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 2.297903556670e-06, -5.258084416434e-06, { 2, 0, -1, 0, 0, 1, -3, 3, 0, 0, 0, 0, 0 } }, + { -6.580920403350e-06, 9.728469077576e-07, { 4, 0, 0, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { 4.070684757218e-06, 3.483048170808e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -3, 1, 0, 0, 0 } }, + { -5.126579583800e-06, 2.426666455957e-06, { 0, 0, 1, 0, 0, 0, 3, 0, -4, 5, 0, 0, 0 } }, + { 6.105793672062e-06, 1.439075548468e-06, { 1, 1, 1, 0, 0, 7, -6, 0, 0, 0, 0, 0, 0 } }, + { 3.498051938733e-06, -4.042545868532e-06, { 2, 0, -2, 0, 0, 0, 5, -10, 0, 0, 0, 0, 0 } }, + { 5.523865679593e-06, 2.016094506906e-06, { 2, 0, 0, 0, 0, -12, 15, 0, 0, 0, 0, 0, 0 } }, + { -2.623951591651e-06, -4.914762525522e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 5, -3, 0, 0, 0 } }, + { 2.483188792601e-06, -5.053526314245e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 4, -4, 0, 0, 0 } }, + { 2.327731301826e-06, -5.208926338301e-06, { 2, 0, 1, 0, 0, 0, 3, -8, 1, 5, 0, 0, 0 } }, + { -2.490501598618e-06, 5.045581667816e-06, { 2, 0, 0, 0, 0, 23, -21, 0, 0, 0, 0, 0, 0 } }, + { 2.481426938645e-06, -5.053890087831e-06, { 1, 1, -1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { -6.570885109339e-06, -9.638083609089e-07, { 4, 0, 0, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { 4.888386313887e-06, 2.644941336949e-06, { 0, 0, 1, 0, 0, 0, 15, -17, 0, 0, 0, 0, 0 } }, + { 4.970515131853e-06, 2.562105235677e-06, { 2, 0, -1, 0, 0, 0, 19, -21, 0, 0, 0, 0, 0 } }, + { 1.283278433020e-06, -6.248583479644e-06, { 1, -1, -1, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { 5.200080814926e-06, -2.331645970747e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 2, 0, 0, 0 } }, + { -7.280361227558e-06, -2.508119756903e-07, { 0, 0, 2, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { 4.629698548067e-06, -2.901244316347e-06, { 2, 2, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.199473053374e-06, -5.331467392329e-06, { 4, 0, -2, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { -2.497073237914e-06, 5.033449263079e-06, { 3, -2, -1, 0, 0, 20, -18, 0, 0, 0, 0, 0, 0 } }, + { -2.497073237914e-06, -5.033449263079e-06, { 1, 2, -1, 0, 0, -20, 18, 0, 0, 0, 0, 0, 0 } }, + { -5.752534089622e-06, -1.773135906255e-06, { 0, 0, 1, 0, 0, -5, 5, 4, 0, 0, 0, 0, 0 } }, + { -7.012519946807e-06, -5.088586971524e-07, { 2, 0, -1, 0, 0, 5, -10, 0, 0, 0, 0, 0, 0 } }, + { 2.488622680527e-06, 5.031103761655e-06, { 0, 0, 1, 0, 0, 0, 0, 0, -4, 4, 0, 0, 0 } }, + { 4.748636260167e-06, 2.768610800480e-06, { 0, 0, 0, 0, 0, 0, 14, -16, 0, 0, 0, 0, 0 } }, + { -6.715433387417e-06, 8.010007501591e-07, { 2, 0, -1, 0, 0, 0, 12, -23, 3, 0, 0, 0, 0 } }, + { -1.717749036584e-06, -5.797170272031e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0 } }, + { -4.567192121334e-06, -2.946129573692e-06, { 0, 0, 1, 0, 0, 0, -12, 16, 0, 0, 0, 0, 0 } }, + { 3.075517668720e-06, 4.436934193406e-06, { 2, 0, -2, 0, 0, 0, 6, -11, -3, 3, 0, 0, 0 } }, + { 5.025487134730e-06, 2.486832355859e-06, { 1, -1, 2, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { -5.025487134730e-06, -2.486832355859e-06, { 1, -1, -2, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { -6.069092288922e-06, -1.443130608459e-06, { 0, 1, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.796298340156e-06, 1.714560616423e-06, { 2, 0, -2, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { -4.034683245396e-06, -3.476113742756e-06, { 2, 0, 1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -6.085800520450e-06, 1.422262121634e-06, { 5, -1, -2, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { 5.396849402458e-06, 2.110634127030e-06, { 1, -1, 1, 0, 0, 0, 1, 0, -2, 3, 0, 0, 0 } }, + { -5.396849402458e-06, -2.110634127030e-06, { 1, -1, -1, 0, 0, 0, 1, 0, -2, 3, 0, 0, 0 } }, + { 6.662241400886e-06, -8.449360920308e-07, { 0, 0, 1, 0, 0, 5, -10, 4, -3, 0, 0, 0, 0 } }, + { 6.662241400886e-06, 8.449360920308e-07, { 0, 0, 1, 0, 0, -5, 10, -4, 3, 0, 0, 0, 0 } }, + { 2.401627318624e-06, -5.105196222644e-06, { 2, 0, 1, 0, 0, 0, -2, 4, -1, 0, 0, 0, 0 } }, + { -7.235269200766e-06, 2.714600096561e-07, { 4, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.027333345656e-06, -5.478689787825e-06, { 5, 0, -3, 0, 0, 0, 3, 0, -2, -5, 0, 0, 0 } }, + { -6.129365282561e-06, 1.376643017336e-06, { 1, 0, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.913121978581e-06, -1.590829095293e-06, { 6, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -9.686150807660e-07, 6.535191730389e-06, { 0, 0, 2, 0, 0, -8, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.329914156502e-06, -6.171215672223e-06, { 1, -1, -1, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -4.735761636631e-06, -2.764205815057e-06, { 0, 0, 1, 0, 0, 0, -8, 17, 0, 0, 0, 0, 0 } }, + { -1.260978990818e-06, -6.238650380056e-06, { 1, -1, -1, 0, 0, 13, -15, 0, 0, 0, 0, 0, 0 } }, + { 4.684419237013e-06, 2.813347388381e-06, { 2, 2, -2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 5.279720966478e-06, -2.213407312006e-06, { 2, 0, 0, 0, 0, 0, -6, 13, 0, 0, 0, 0, 0 } }, + { 2.872206123045e-06, 4.619901150057e-06, { 2, 0, -2, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { -3.878655348803e-06, -3.611850442918e-06, { 2, 0, 0, 0, 0, 0, -1, 0, -1, 4, 0, 0, 0 } }, + { 6.062594991803e-06, 1.427433310770e-06, { 3, -1, 0, 0, 0, 10, -9, 0, 0, 0, 0, 0, 0 } }, + { -6.367909045545e-06, -1.120868173994e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -2, 1, 0, 0, 0 } }, + { 7.169845838555e-06, 3.160666708384e-07, { 2, 0, -2, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.472980122019e-06, -5.012623346359e-06, { 2, -2, 0, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 6.300415815317e-07, 6.855109426837e-06, { 0, 0, 1, 0, 0, 0, -3, 8, -1, -5, 0, 0, 0 } }, + { -1.853012746501e-06, -5.628985306777e-06, { 0, 0, 1, 0, 0, 0, -5, 11, 0, 0, 0, 0, 0 } }, + { -5.165188418234e-07, -6.958795801258e-06, { 6, 0, -2, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 4.164111412565e-06, 3.309612006777e-06, { 1, -1, 1, 0, 0, 0, 3, -4, 2, 0, 0, 0, 0 } }, + { -4.164111412565e-06, -3.309612006777e-06, { 1, -1, -1, 0, 0, 0, 3, -4, 2, 0, 0, 0, 0 } }, + { -5.727779051154e-06, -1.744013314935e-06, { 0, 0, 1, 0, 0, 0, 9, -16, 6, 0, 0, 0, 0 } }, + { -2.405920233598e-07, -7.230793006808e-06, { 2, 0, -2, 0, 0, 0, 0, 0, -4, 10, 0, 0, 0 } }, + { 9.700675835091e-07, -6.498508679224e-06, { 2, -1, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.229475623503e-06, -6.238837420855e-06, { 0, 0, 2, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { 4.752990835400e-06, -2.714110238428e-06, { 0, 1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.691800777709e-06, -4.775215750378e-06, { 2, 0, 0, 0, 0, 0, -4, 6, -1, 0, 0, 0, 0 } }, + { 2.676412526135e-06, -4.787941560028e-06, { 4, 0, -2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { -4.085260137679e-06, -3.378030539596e-06, { 2, 0, 1, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { 6.270317371481e-06, 1.190370331521e-06, { 0, 2, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.987715828577e-06, -3.469226972230e-06, { 2, 0, -4, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -4.250758660534e-06, -3.204757587417e-06, { 1, -1, 0, 0, 0, 2, 1, 0, 0, 0, 0, 0, 0 } }, + { -6.288202397084e-08, 7.390803173316e-06, { 2, -2, -1, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -6.031921030072e-06, 1.421586900766e-06, { 1, 1, -2, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.994190833001e-06, -1.456353913097e-06, { 0, 1, -1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.417721772770e-06, -6.031972313330e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -4, 1, 0, 0, 0 } }, + { -5.899113044596e-06, 1.549384161728e-06, { 0, 0, 0, 0, 0, 27, -30, 0, 0, 0, 0, 0, 0 } }, + { 4.654197342286e-06, -2.793700933205e-06, { 2, 2, -2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -7.306279713236e-06, -1.415807173512e-07, { 0, 0, 3, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -1.339857307548e-06, 6.105679020804e-06, { 2, -1, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.615346316308e-07, -6.783958203066e-06, { 1, 0, 0, 0, 0, 0, -1, 0, 3, -2, 0, 0, 0 } }, + { 1.155706153856e-07, 7.327506713332e-06, { 1, 0, 0, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { 6.943773457225e-06, 4.982000390437e-07, { 2, 0, 0, 0, 0, 25, -24, 0, 0, 0, 0, 0, 0 } }, + { 4.093060861154e-06, -3.348424619898e-06, { 1, -1, 2, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 5.490945628067e-06, -1.948814264557e-06, { 1, 0, -1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -1.337633888946e-06, 6.101049058225e-06, { 1, -1, 2, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -7.358192001139e-06, 8.001028923122e-08, { 2, 0, 0, 0, 0, 0, 21, -24, 0, 0, 0, 0, 0 } }, + { 5.488076776545e-06, 1.949449153829e-06, { 1, 0, -1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 3.534979651882e-06, -3.899524098643e-06, { 0, 0, 1, 0, -5, 22, -15, 0, 0, 0, 0, 0, 0 } }, + { 3.534641702601e-06, 3.898562115903e-06, { 0, 0, 1, 0, 5, -22, 15, 0, 0, 0, 0, 0, 0 } }, + { 6.004590783127e-06, 1.425629779286e-06, { 6, 0, -2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.004089037948e-06, 1.426024753477e-06, { 3, -1, -1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.565097815140e-08, 7.373718301564e-06, { 0, 0, 1, 0, 0, -20, 22, 0, 0, 0, 0, 0, 0 } }, + { -3.156585097511e-07, -7.111218166710e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 6, -2, 0, 0, 0 } }, + { -4.963840475657e-06, 2.462179297980e-06, { 1, -1, 1, 0, 0, 0, 17, -30, 0, 0, 0, 0, 0 } }, + { 4.963840475657e-06, -2.462179297980e-06, { 1, -1, -1, 0, 0, 0, 17, -30, 0, 0, 0, 0, 0 } }, + { 3.817127066014e-06, -3.608882852873e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -7, 0, 0, 0 } }, + { -5.479997969831e-06, 1.945609410579e-06, { 3, 0, -1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 6.043701510174e-06, 1.381891782194e-06, { 1, -1, -1, 0, 0, 23, -22, 0, 0, 0, 0, 0, 0 } }, + { -5.478550051741e-06, -1.945378648438e-06, { 3, 0, -1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 1.972022008408e-06, -5.448672598781e-06, { 4, 0, 0, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -5.234416154565e-06, -2.184756677718e-06, { 2, -2, 1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 2.212121995799e-06, -5.206231746723e-06, { 2, -2, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.212121995799e-06, 5.206231746723e-06, { 2, -2, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.302209679935e-06, -3.115748629614e-06, { 1, -1, 1, 0, 0, -1, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.972261392661e-06, -1.445132758922e-06, { 1, 0, 1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 6.101037495829e-06, -1.316040766496e-06, { 1, -1, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 1.147417267183e-06, -6.269504016799e-06, { 0, 0, 2, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { -5.265422819910e-06, -2.147766179333e-06, { 2, 0, -1, 0, 0, -6, 14, -8, 0, 0, 0, 0, 0 } }, + { 4.017685439959e-06, 3.394580842698e-06, { 2, 0, 0, 0, 0, 0, -5, 8, -2, 0, 0, 0, 0 } }, + { 2.443548165585e-06, -4.966535062895e-06, { 0, 0, 2, 0, 0, 6, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.932356224898e-06, 3.470779678539e-06, { 2, 0, 1, 0, 0, 0, -10, 16, -4, -5, 0, 0, 0 } }, + { -5.472676171516e-06, -1.926873733495e-06, { 1, -1, 1, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { 2.789902506477e-06, 4.609600287096e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 0, -2, 3, 0, 0 } }, + { 6.017760645284e-06, -1.381681420202e-06, { 3, 1, -2, 0, 0, -19, 18, 0, 0, 0, 0, 0, 0 } }, + { -3.100604630012e-07, -7.089242773090e-06, { 2, 0, 2, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { -6.036043742828e-06, -1.362034454752e-06, { 0, 0, 3, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -5.235200469726e-06, 2.161655123607e-06, { 2, 0, -1, 0, 0, 6, -14, 8, 0, 0, 0, 0, 0 } }, + { 6.710578010123e-06, -6.843463068338e-07, { 2, 0, -1, 0, 0, 0, -2, 8, -6, 0, 0, 0, 0 } }, + { -3.170836127928e-06, 4.222114803820e-06, { 2, 0, 0, 0, -3, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.197625170565e-06, -2.194583254443e-06, { 2, 0, -1, 0, 0, 5, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.493649486567e-06, 4.896996951221e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -2, -5, 0, 0, 0 } }, + { -4.495408400985e-06, 2.895158772509e-06, { 2, 0, -2, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -2.947826852798e-06, -4.442631314579e-06, { 2, 0, 1, 0, -9, 1, 11, 0, 0, 0, 0, 0, 0 } }, + { 2.947826852798e-06, 4.442631314579e-06, { 2, 0, -1, 0, -9, 1, 11, 0, 0, 0, 0, 0, 0 } }, + { 6.000713726323e-06, -1.388346505806e-06, { 3, -1, -1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -6.210465192411e-06, -1.178133661104e-06, { 1, -1, 1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { -5.647368851388e-06, 1.721341774349e-06, { 1, -1, -1, 0, 0, 17, -18, 0, 0, 0, 0, 0, 0 } }, + { -7.177092631458e-06, 1.905700540060e-07, { 0, 0, 2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -4.572362109514e-06, -2.794479248975e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0 } }, + { -1.394907043508e-06, 5.969523336769e-06, { 1, 1, 0, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 3.871242387906e-06, -3.493136358341e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -6, 8, 0, 0, 0 } }, + { -1.874610201435e-06, -5.487071585198e-06, { 2, 0, -1, 0, 0, 0, 6, -8, 0, 1, 0, 0, 0 } }, + { -6.633559532989e-06, 7.263855808461e-07, { 2, 0, 0, 0, 0, 0, 0, 0, 5, -10, 0, 0, 0 } }, + { -6.415429181697e-06, 9.444777173783e-07, { 2, 0, 0, 0, -5, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.647908480831e-06, -2.710109374249e-06, { 2, 0, 2, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -5.900197075756e-06, -1.457473511859e-06, { 2, 0, 0, 0, 5, 0, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.009686319316e-06, -4.346652678995e-06, { 2, 0, -2, 0, 0, 0, -6, 11, 3, -3, 0, 0, 0 } }, + { 1.297466436367e-06, 6.058670454963e-06, { 0, 0, 3, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -1.870785977795e-06, 5.483904528994e-06, { 2, 0, -1, 0, 0, 0, -11, 18, 0, 0, 0, 0, 0 } }, + { -2.968855468140e-06, -4.385747838939e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 4, -2, 0, 0, 0 } }, + { 3.434722592452e-06, -3.917369880225e-06, { 2, 0, -1, 0, 0, 3, -11, 12, -3, 0, 0, 0, 0 } }, + { 3.434722592452e-06, 3.917369880225e-06, { 2, 0, -1, 0, 0, -3, 11, -12, 3, 0, 0, 0, 0 } }, + { 5.186375633354e-06, -2.163460102909e-06, { 1, -1, -1, 0, 0, 25, -26, 0, 0, 0, 0, 0, 0 } }, + { 8.712883356962e-07, 6.478368120091e-06, { 2, 0, 1, 0, 0, 0, -2, 0, 0, 4, 0, 0, 0 } }, + { -5.787733172119e-06, 1.558636105843e-06, { 2, 0, -1, 0, 0, 0, 1, 0, 4, -10, 0, 0, 0 } }, + { -2.215976178567e-06, 5.130172894428e-06, { 1, 0, 1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -2.267517916944e-06, 5.077065149990e-06, { 1, 0, 1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -5.354582659015e-06, 1.989693644649e-06, { 2, 0, -2, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { 3.990747289189e-08, -7.303237161663e-06, { 4, 0, -2, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -3.614895662190e-06, 3.727206557762e-06, { 2, 0, 0, 0, 0, 0, 4, -7, -3, 0, 0, 0, 0 } }, + { -3.998596075381e-06, -3.340495655009e-06, { 1, -1, 0, 0, 0, 10, -7, 0, 0, 0, 0, 0, 0 } }, + { 2.959411161139e-06, 4.379094548959e-06, { 2, 0, -1, 0, 0, 0, -1, 2, -2, 3, 0, 0, 0 } }, + { -7.182470137775e-06, 1.543830644002e-07, { 2, 0, 1, 0, 0, -12, 13, 0, 0, 0, 0, 0, 0 } }, + { 5.936796300593e-06, 1.398975251670e-06, { 6, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.128620757624e-06, 2.058424258019e-07, { 6, 0, -3, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.438050143784e-06, -3.894909970499e-06, { 2, 0, 2, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { 3.610517189676e-06, -3.719896966399e-06, { 0, 0, 1, 0, 0, 0, -1, 4, -3, 0, 0, 0, 0 } }, + { 2.595041720664e-06, 4.733848321455e-06, { 2, -2, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { 5.778547617223e-06, -1.550088856379e-06, { 3, -1, 2, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -4.278238900463e-06, -3.050185861251e-06, { 0, 0, 1, 0, 0, 12, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.214265645400e-07, 6.906661366420e-06, { 0, 0, 2, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { 1.914806613831e-06, -5.411925803898e-06, { 2, 0, -1, 0, 0, 0, 11, -18, 3, 0, 0, 0, 0 } }, + { 3.770269837140e-06, 3.554396612426e-06, { 2, 0, 0, 0, 0, 0, -6, 12, -3, 0, 0, 0, 0 } }, + { -1.288328823275e-06, 6.035746823066e-06, { 1, -1, 1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -8.687885086000e-08, 7.237034874339e-06, { 2, 0, -2, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.936400030160e-06, 1.385479869466e-06, { 1, -1, 1, 0, 0, -12, 11, 0, 0, 0, 0, 0, 0 } }, + { 2.982160323013e-06, 4.339534819229e-06, { 2, 0, 0, 0, 0, 0, -1, 2, -2, 3, 0, 0, 0 } }, + { 2.945700449919e-06, -4.374949584553e-06, { 2, 0, -1, 0, 0, 0, 1, -2, 2, -3, 0, 0, 0 } }, + { 4.995988578114e-06, 2.323803027424e-06, { 0, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.324071130302e-06, 5.993550125459e-06, { 1, 0, -4, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 1.044770942659e-06, 6.272338571692e-06, { 3, -1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.054200036039e-06, 6.261931916425e-06, { 1, -1, -2, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.499603887594e-06, 8.144717099986e-07, { 0, 0, 2, 0, 0, 0, -1, 0, 0, 0, 2, 0, 0 } }, + { -2.969657756259e-09, 7.308547050107e-06, { 4, 0, -3, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -6.926330778519e-06, 3.841618016302e-07, { 4, 0, 0, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { -4.105476073351e-06, 3.204916686122e-06, { 1, 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0 } }, + { 5.940425582809e-06, -1.361123425325e-06, { 1, -1, -2, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.219174650013e-06, -5.081799541600e-06, { 2, 0, 0, 0, 0, 0, 0, 0, -3, 7, 0, 0, 0 } }, + { 1.191775857293e-07, 7.180293370317e-06, { 2, -2, 2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -3.159599987841e-06, -4.138927154452e-06, { 0, 0, 1, 0, 0, 1, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.084200347342e-06, 2.213209079544e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 2, -3, 0, 0, 0 } }, + { -1.436847797241e-06, -5.856168978046e-06, { 2, 0, -1, 0, 0, 0, 3, -2, -3, 0, 0, 0, 0 } }, + { -5.918427439426e-06, 1.374511913863e-06, { 3, 0, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.866806820345e-06, -2.425253089356e-06, { 4, 0, -2, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -6.108116689527e-06, -1.183081566985e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 3, -1, 0, 0, 0 } }, + { 5.750244187185e-06, -1.539581477319e-06, { 2, 0, -2, 0, 0, 0, -1, 0, 0, 0, 0, 2, 0 } }, + { -1.296643830538e-08, -7.276108577332e-06, { 2, -2, -1, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 3.482421617193e-08, -7.253541122993e-06, { 2, -2, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.357337636377e-06, 1.930843878131e-06, { 1, -1, 1, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { 5.699168359709e-06, 1.587676639075e-06, { 2, 0, -1, 0, 0, 3, -11, 16, -4, -5, 0, 0, 0 } }, + { 2.083808767186e-06, -5.201841064493e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -1, -2, 0, 0, 0 } }, + { -6.895062974704e-06, 3.900723460838e-07, { 4, 0, -2, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { 7.058540708694e-06, 2.260022701967e-07, { 3, 0, -2, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 5.698559007288e-06, -1.585515430777e-06, { 2, 0, -1, 0, 0, 3, 5, -16, 4, 5, 0, 0, 0 } }, + { 1.649073169975e-06, -5.634408039176e-06, { 4, 0, -1, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0 } }, + { -2.767857766303e-06, 4.512365243203e-06, { 2, 0, -3, 0, 0, 0, 2, 0, 2, -5, 0, 0, 0 } }, + { -5.513862466669e-06, 1.765401089601e-06, { 0, 0, 1, 0, 0, -7, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.300118262741e-06, 2.975749805182e-06, { 2, 0, 0, 0, 0, 0, 2, -8, 1, 5, 0, 0, 0 } }, + { 1.791929055600e-07, 7.095538779978e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 3, 0, -1, 0, 0 } }, + { 3.034292566199e-06, 4.240178937411e-06, { 1, 1, 0, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { -5.270089898299e-06, 2.000714589145e-06, { 2, 0, -1, 0, 0, 0, 1, -4, 1, 0, 0, 0, 0 } }, + { -1.130069164841e-06, -6.140309529571e-06, { 2, 0, 3, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 5.337015732385e-06, 1.932488499679e-06, { 2, 0, 1, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0 } }, + { -1.743488711806e-06, 5.525249166651e-06, { 0, 1, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 2.947763909260e-07, 6.973615626540e-06, { 2, 0, 1, 0, 0, 16, -18, 0, 0, 0, 0, 0, 0 } }, + { -3.599251841983e-06, -3.666121654378e-06, { 2, 0, -1, 0, 0, 0, -4, 7, 3, 0, 0, 0, 0 } }, + { 5.240687992373e-06, -2.023558434231e-06, { 1, 1, -1, 0, 0, 9, -12, 0, 0, 0, 0, 0, 0 } }, + { -4.776165333876e-06, 2.488015110259e-06, { 2, 0, -2, 0, 0, 0, -1, 0, 4, -5, 0, 0, 0 } }, + { -1.966612203559e-06, -5.295595754244e-06, { 3, 0, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -8.167802441759e-08, -7.178319835491e-06, { 1, 0, -3, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 3.758269145996e-06, -3.499836350596e-06, { 3, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -2.783607437616e-06, -4.472599334429e-06, { 1, -1, -1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.205318775316e-06, -3.050627791468e-06, { 4, 0, -1, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.944886539562e-06, -4.307223018695e-06, { 2, 0, 0, 0, 0, 0, 1, -2, 2, -3, 0, 0, 0 } }, + { 6.863014540361e-06, 3.888456427285e-07, { 2, 0, 2, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.858454436871e-06, -3.388350137851e-06, { 0, 0, 1, 0, 0, 0, -10, 16, -3, 0, 0, 0, 0 } }, + { 5.875134011283e-06, -1.371476091198e-06, { 1, 1, 1, 0, 0, -12, 11, 0, 0, 0, 0, 0, 0 } }, + { 4.754599233800e-06, -2.490651369034e-06, { 2, 0, -1, 0, 0, 9, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.187991985646e-06, 6.051013141654e-06, { 4, 0, -1, 0, 0, 0, 2, 0, -3, 2, 0, 0, 0 } }, + { -7.164255648560e-06, 7.389464142587e-08, { 1, -2, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.132183276341e-06, 2.103018977626e-06, { 2, 0, 0, 0, 0, 0, 2, 0, -5, 4, 0, 0, 0 } }, + { -3.596890860255e-06, -3.637630817512e-06, { 3, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -8.860919994707e-07, -6.348231527868e-06, { 0, 0, 2, 0, 0, 0, -2, 0, 0, 4, 0, 0, 0 } }, + { 6.996200459820e-06, 2.341272573774e-07, { 0, 0, 1, 0, 0, 0, -3, 0, 0, 4, 0, 0, 0 } }, + { 2.545171427964e-06, 4.684173353667e-06, { 2, 0, 2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 1.479669601845e-06, -5.749660576993e-06, { 1, 0, 1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 8.085655863803e-08, 7.147868404520e-06, { 0, 0, 2, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { -2.848154070877e-06, -4.379434906711e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 6, -3, 0, 0, 0 } }, + { -8.800984308800e-08, -7.137574516412e-06, { 2, 0, 0, 0, 0, 32, -32, 0, 0, 0, 0, 0, 0 } }, + { -5.817577090849e-06, -1.407680195372e-06, { 2, 0, -4, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 6.094742023464e-06, -1.129174133652e-06, { 4, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { -4.177511090047e-06, 3.045393793649e-06, { 6, 0, -3, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 1.328086528104e-06, -5.894421851504e-06, { 1, -1, -2, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { -5.765609699728e-06, 1.456588532367e-06, { 5, -1, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.292614589347e-06, 2.928311129206e-06, { 0, 0, 0, 0, 0, 0, 6, 0, -5, 0, 0, 0, 0 } }, + { -5.550081274941e-06, 1.668857140279e-06, { 2, 0, -1, 0, 0, -7, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.789214317209e-06, 4.428297001385e-06, { 4, 0, -3, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 5.733689697711e-06, 1.482347336876e-06, { 1, 0, 1, 0, 0, -31, 38, 0, 0, 0, 0, 0, 0 } }, + { -5.733689697711e-06, -1.482347336876e-06, { 1, 0, -1, 0, 0, -31, 38, 0, 0, 0, 0, 0, 0 } }, + { 4.020247961480e-06, -3.193882504918e-06, { 1, -1, -1, 0, 0, 0, 2, 0, 0, 1, 0, 0, 0 } }, + { 4.236246321644e-06, -2.977431845857e-06, { 4, 0, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -2.639548002228e-06, -4.573947871351e-06, { 2, 0, -2, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0 } }, + { 2.727010375656e-06, -4.486228239748e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 2, -3, 0, 0 } }, + { 1.212293110844e-06, -6.000068631288e-06, { 1, 1, -1, 0, 0, -9, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.257313024346e-08, -7.199450658253e-06, { 2, 0, -3, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { 2.376786269480e-06, 4.834411540925e-06, { 4, 0, -2, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { -6.785696256934e-06, -4.250866581650e-07, { 4, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -3.824359003299e-06, 3.383510406666e-06, { 3, -1, 0, 0, 0, 0, 1, 0, -1, 4, 0, 0, 0 } }, + { -3.824359003299e-06, -3.383510406666e-06, { 1, 1, 0, 0, 0, 0, -1, 0, 1, -4, 0, 0, 0 } }, + { -4.367660305377e-06, -2.839215898365e-06, { 2, -1, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.365057218926e-06, -5.840984107835e-06, { 1, 0, 0, 0, 0, 6, -10, 0, 3, 0, 0, -1, 0 } }, + { -2.126895880252e-06, -5.078300608006e-06, { 0, 0, 1, 0, 0, 0, -12, 17, 0, 0, 0, 0, 0 } }, + { 2.575155091015e-06, 4.627310800079e-06, { 2, 0, -1, 0, 0, 0, 0, 0, -4, 4, 0, 0, 0 } }, + { 5.844277382542e-06, -1.358000887357e-06, { 3, -1, 0, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.363039525595e-06, 5.837712092601e-06, { 1, 0, 0, 0, 0, -6, 10, 0, -3, 0, 0, 1, 0 } }, + { -2.919880914671e-06, -4.278313659027e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 7, 0, 0, 0, 0 } }, + { -5.189755532822e-06, 2.007935148939e-06, { 4, 0, -1, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { 3.794215778668e-06, -3.403435052497e-06, { 2, 0, 0, 0, 0, 0, 6, -12, 3, 0, 0, 0, 0 } }, + { 5.631324087085e-06, 1.565915704129e-06, { 1, 0, 1, 0, 0, -23, 24, 0, 0, 0, 0, 0, 0 } }, + { -5.102567261072e-06, 2.087039556432e-06, { 4, 0, -3, 0, 0, 0, 2, 0, -5, 4, 0, 0, 0 } }, + { -4.740419670853e-06, 2.448545670461e-06, { 0, 2, -1, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { -5.821039697347e-06, -1.367267278537e-06, { 1, 1, -1, 0, 0, 15, -14, 0, 0, 0, 0, 0, 0 } }, + { -2.059323943547e-06, -5.128919021862e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 1, -3, 0, 0, 0 } }, + { 2.240047847258e-06, 4.946553776029e-06, { 2, 0, 0, 0, 5, -22, 15, 0, 0, 0, 0, 0, 0 } }, + { 7.143143789491e-07, 6.472083234387e-06, { 2, 0, -1, 0, 0, 3, -3, 0, 1, 0, 0, 0, 0 } }, + { 1.260172464424e-06, -5.925395225829e-06, { 0, 0, 0, 0, 0, 0, 0, 2, 0, -2, 0, 0, 0 } }, + { 3.503190808640e-09, 7.181808605537e-06, { 1, 0, 2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.852404874025e-06, 5.332296785906e-06, { 0, 0, 1, 0, 0, 0, 5, 0, -7, 0, 0, 0, 0 } }, + { -4.634779629172e-06, -2.547226088195e-06, { 2, 0, -2, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0 } }, + { -1.097566905578e-06, -6.084015250125e-06, { 4, -2, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -6.353286238635e-07, -6.545399126812e-06, { 4, 0, -2, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.162080174678e-06, 6.018422889741e-06, { 3, 0, -2, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.205363660620e-07, -7.059917679675e-06, { 2, 0, -4, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -4.735977321321e-06, -2.444392035508e-06, { 0, 2, -1, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -1.046649301396e-06, -6.132383561884e-06, { 2, 0, 0, 0, 0, 0, 0, 0, -4, 7, 0, 0, 0 } }, + { 6.383335229932e-06, -7.888351391523e-07, { 2, 0, -3, 0, 0, 0, 8, -12, 2, 0, 0, 0, 0 } }, + { 2.966091907223e-08, 7.141611600932e-06, { 0, 0, 1, 0, 0, -25, 25, 0, 0, 0, 0, 0, 0 } }, + { -3.219192931612e-08, 7.136706917295e-06, { 2, 0, 0, 0, 0, -25, 29, 0, 0, 0, 0, 0, 0 } }, + { -3.219192931612e-08, 7.136706917295e-06, { 2, 0, -2, 0, 0, -25, 29, 0, 0, 0, 0, 0, 0 } }, + { 2.233660642150e-06, -4.934813745089e-06, { 2, 0, 0, 0, -5, 22, -15, 0, 0, 0, 0, 0, 0 } }, + { 3.327434172864e-06, -3.840177990359e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -5.221738648639e-06, 1.945007011861e-06, { 0, 0, 1, 0, 0, 0, -11, 13, 0, 0, 0, 0, 0 } }, + { -3.850242576941e-06, -3.315437034956e-06, { 2, 0, 1, 0, 0, -26, 27, 0, 0, 0, 0, 0, 0 } }, + { 2.638356352535e-06, -4.526927494674e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, -1, 2, 0 } }, + { -9.193521275053e-07, 6.244359665676e-06, { 2, 0, 1, 0, 0, -24, 26, 0, 0, 0, 0, 0, 0 } }, + { 3.235181060584e-06, -3.927815128319e-06, { 2, 0, -1, 0, 0, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { -4.189291784335e-06, 2.973098340115e-06, { 0, 0, 2, 0, 0, 2, -7, 7, 0, 0, 0, 0, 0 } }, + { -2.161107689917e-06, -4.998155046269e-06, { 2, 0, -1, 0, 0, 0, 19, -26, 0, 0, 0, 0, 0 } }, + { 4.810330660028e-06, 2.345093214666e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 0, -1, 0, 0, 0 } }, + { -2.739150530402e-07, 6.879861506127e-06, { 2, -2, -1, 0, 0, 0, 2, 0, -4, 2, 0, 0, 0 } }, + { 1.349364823918e-06, -5.804052536842e-06, { 2, 0, 0, 0, -1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.128210814852e-06, -5.022926850557e-06, { 2, 0, 2, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.891511892819e-06, -1.251848197802e-06, { 0, 0, 0, 0, 0, 0, 2, 0, 1, -2, 0, 0, 0 } }, + { -2.181624268535e-06, 4.960451421891e-06, { 2, -2, 1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 1.037409885377e-06, 6.100937604527e-06, { 0, 0, 2, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { 5.797101911368e-06, -1.340240953707e-06, { 1, 1, 1, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { -6.081329828915e-06, 1.055858425274e-06, { 2, 0, -1, 0, -4, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 4.301167021441e-09, 7.132667125270e-06, { 0, 2, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.554852512602e-08, 7.110353403321e-06, { 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, -2, 0 } }, + { -4.179745033437e-06, -2.956116081580e-06, { 0, 0, 2, 0, 0, -2, 7, -7, 0, 0, 0, 0, 0 } }, + { -5.448234422676e-06, -1.685560493580e-06, { 2, 0, -1, 0, 0, -3, 3, 0, -1, 0, 0, 0, 0 } }, + { -2.007502978678e-08, 7.112970385883e-06, { 1, 0, -1, 0, 0, 7, -7, 0, 0, 0, 0, 0, 0 } }, + { -7.705346140547e-07, 6.360835466764e-06, { 4, 0, -1, 0, 0, 0, -1, 0, 0, 0, 1, 0, 0 } }, + { -2.536683259461e-06, 4.594383861295e-06, { 2, 0, 0, 0, 0, 0, 16, -15, 0, 0, 0, 0, 0 } }, + { 5.670795046980e-06, 1.458688924304e-06, { 1, 1, 2, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -6.808585525923e-06, -3.194918973101e-07, { 2, 0, 1, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0 } }, + { 9.081871045595e-09, -7.114222952029e-06, { 4, 0, 0, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -2.528384751710e-07, -6.870382765502e-06, { 2, 0, 1, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { 2.756556117699e-06, -4.361109997634e-06, { 0, 0, 2, 0, 0, -1, 8, -12, 0, 0, 0, 0, 0 } }, + { -5.274942979405e-06, 1.837314910973e-06, { 1, -1, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0, 0 } }, + { 5.258101817104e-06, 1.851938365688e-06, { 4, 0, -2, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { 2.751671518444e-06, 4.358195524286e-06, { 0, 0, 2, 0, 0, 1, -8, 12, 0, 0, 0, 0, 0 } }, + { -2.708218727221e-06, 4.400920790257e-06, { 2, 0, -2, 0, 0, 0, 7, -6, 0, 0, 0, 0, 0 } }, + { 2.526342389010e-08, -7.083718100775e-06, { 4, 0, 0, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 5.761713610196e-06, -1.347122314447e-06, { 1, 1, 1, 0, 0, -11, 10, 0, 0, 0, 0, 0, 0 } }, + { 2.377252500409e-08, -7.084832830988e-06, { 4, 0, 1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.583213810095e-06, -5.523723269606e-06, { 2, 0, 0, 0, 0, 0, 13, -13, 0, 0, 0, 0, 0 } }, + { -5.087421289594e-06, 2.018423861358e-06, { 4, 0, -2, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { 5.805033311493e-06, -1.296565320029e-06, { 3, -1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -2.955219463706e-06, 4.144890136830e-06, { 1, 1, -1, 0, 0, 0, -2, 0, -1, 1, 0, 0, 0 } }, + { -2.031924425679e-06, 5.066945986821e-06, { 3, -1, -1, 0, 0, 0, 1, 0, 2, -3, 0, 0, 0 } }, + { 2.825039236447e-06, -4.271846097448e-06, { 2, 0, -1, 0, 0, 0, 21, -26, 0, 0, 0, 0, 0 } }, + { 2.098673631626e-07, 6.885994377654e-06, { 2, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0 } }, + { 4.172981695673e-06, 2.922710103814e-06, { 1, 1, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 4.620701331740e-06, -2.472523172202e-06, { 2, 0, -1, 0, 0, 0, 21, -25, 0, 0, 0, 0, 0 } }, + { -7.092367378588e-06, 7.709230662581e-10, { 0, 2, -1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -6.480286566501e-06, -6.105154953659e-07, { 2, 0, 0, 0, 0, 0, -3, 0, -2, 7, 0, 0, 0 } }, + { -1.469282648503e-06, 5.620788915755e-06, { 0, 0, 0, 0, 0, 0, 3, 0, -2, -5, 0, 0, 0 } }, + { -6.846310510481e-06, -2.437325578328e-07, { 2, 0, -1, 0, 0, 27, -28, 0, 0, 0, 0, 0, 0 } }, + { 6.709231630766e-07, -6.418157064718e-06, { 2, 0, 0, 0, 0, 0, -9, 16, -6, 0, 0, 0, 0 } }, + { -4.004793276448e-06, -3.084212897738e-06, { 0, 0, 1, 0, 0, -8, 7, 0, 0, 0, 0, 0, 0 } }, + { -4.947706136018e-06, 2.139669873521e-06, { 4, 0, -2, 0, 0, -6, 10, 0, -3, 0, 0, 0, 0 } }, + { 2.683741390347e-06, 4.403215436106e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -2, 5, 0, 0, 0 } }, + { -2.785066296692e-06, 4.298826070693e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 2, 5, 0, 0, 0 } }, + { -6.979829908897e-06, 1.040002497837e-07, { 1, 0, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.571992256666e-06, -1.504764534539e-06, { 2, 0, -3, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 8.993703723827e-08, -6.984597755991e-06, { 4, -2, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 6.543560954798e-06, -5.281223398548e-07, { 4, 0, -1, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { -5.975597706635e-08, -7.010351949125e-06, { 1, -2, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -6.800979848440e-06, 2.638621028597e-07, { 4, 0, -2, 0, 0, -17, 18, 0, 0, 0, 0, 0, 0 } }, + { -2.859536465658e-06, 4.203917304461e-06, { 4, 0, 0, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 1.238360232891e-06, 5.823501223738e-06, { 4, 0, -2, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { -1.081485394918e-07, -6.952009175766e-06, { 2, 0, 1, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -9.881689485458e-07, 6.070739894946e-06, { 1, -1, -1, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { 6.358250232316e-06, 6.955080660875e-07, { 1, 0, 0, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { -2.059504178227e-07, 6.845600770067e-06, { 2, 0, -2, 0, 0, 10, -5, 0, 0, 0, 0, 0, 0 } }, + { 4.978628145437e-06, 2.070820810389e-06, { 2, 0, 1, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 4.425247642582e-06, -2.623401140600e-06, { 2, -2, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 3.732603737791e-07, -6.674546281194e-06, { 2, 0, 0, 0, 0, 0, 4, 0, -6, 2, 0, 0, 0 } }, + { 4.044048010551e-08, 7.006751608848e-06, { 4, 0, 1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { 2.336677431759e-06, 4.709923757468e-06, { 2, 0, -1, 0, 0, -2, 4, -3, 0, 0, 0, 0, 0 } }, + { 6.162084255462e-06, -8.823503863046e-07, { 4, 0, -2, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { -2.789458186069e-06, -4.249592177404e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 6, -3, 0, 0, 0 } }, + { -3.922211927675e-06, -3.114697414845e-06, { 1, 1, 0, 0, 0, 0, -2, 0, 0, -1, 0, 0, 0 } }, + { 5.762146344498e-06, 1.274248264663e-06, { 1, 0, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.605868060916e-06, 4.292546704887e-07, { 2, 0, 1, 0, 0, 15, -14, 0, 0, 0, 0, 0, 0 } }, + { -2.543871128599e-06, -4.491041960909e-06, { 4, 0, -2, 0, -1, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.089652235669e-06, 3.944717222681e-06, { 2, 2, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -5.687926893514e-06, 1.343913158086e-06, { 2, 1, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.669679243186e-06, -2.361947367722e-06, { 2, 0, -2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -4.910099093598e-06, -2.121177089962e-06, { 4, 0, -2, 0, 0, 6, -10, 0, 3, 0, 0, 0, 0 } }, + { 2.231288367030e-06, -4.798093468621e-06, { 0, 0, 3, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -6.268147300819e-06, 7.594625975853e-07, { 2, 0, 1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 2.043991989834e-08, -7.002196153086e-06, { 4, 0, -2, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 4.091596470449e-06, 2.928965155961e-06, { 2, 0, 0, 0, 0, 2, -2, -5, 8, -6, 0, 0, 0 } }, + { 5.228758604648e-06, -1.788333362510e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 7, -5, 0, 0, 0 } }, + { 4.710077630001e-06, 2.305548942138e-06, { 1, 0, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.932292855910e-06, -4.083149284714e-06, { 2, 0, 0, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0 } }, + { -6.888819557099e-07, -6.325840489223e-06, { 4, 0, 0, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { 2.312956633221e-06, 4.701611176695e-06, { 0, 0, 1, 0, 0, 10, -14, 0, 0, 0, 0, 0, 0 } }, + { -2.720804720582e-06, 4.293097431365e-06, { 4, 0, -2, 0, 0, 0, -11, 19, 0, -3, 0, 0, 0 } }, + { 2.598178270428e-06, -4.412759912730e-06, { 0, 1, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 2.843479315484e-06, -4.165601104593e-06, { 0, 0, 1, 0, 0, 0, 14, -19, 0, 0, 0, 0, 0 } }, + { -9.837307867537e-07, 6.024920555622e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 4, -7, 0, 0, 0 } }, + { -5.183473001340e-06, 1.824849125507e-06, { 1, 1, -2, 0, 0, 21, -22, 0, 0, 0, 0, 0, 0 } }, + { 4.011544643647e-06, -2.995393552376e-06, { 2, 0, -4, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -3.523032452690e-08, 6.970300886667e-06, { 2, -2, 2, 0, 0, -18, 18, 0, 0, 0, 0, 0, 0 } }, + { 5.650399478840e-06, -1.354488806635e-06, { 1, 1, 1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.568773710132e-06, 1.436027806107e-06, { 2, 0, -2, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.118000538158e-06, -5.886726183050e-06, { 0, 2, -1, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { -6.550658198785e-07, 6.348255773412e-06, { 4, -2, -1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -1.252770932274e-06, 5.747656388234e-06, { 0, 0, 1, 0, 0, 0, -3, 6, -3, 2, 0, 0, 0 } }, + { 7.399743833009e-07, 6.259686075019e-06, { 2, -2, -1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -1.250721876982e-06, -5.748745421018e-06, { 0, 0, 1, 0, 0, 0, 3, -6, 3, -2, 0, 0, 0 } }, + { 6.590730377621e-06, 4.072117357151e-07, { 4, 0, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.074052336986e-06, -4.917700060742e-06, { 1, 1, 0, 0, 0, -20, 18, 0, 0, 0, 0, 0, 0 } }, + { -2.131685470631e-06, -4.859891818814e-06, { 2, -2, 1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 2.123400696420e-06, 4.867005769247e-06, { 0, 0, 0, 0, 0, 0, 3, 0, 0, -1, 0, 0, 0 } }, + { 6.429181153887e-06, 5.604368004639e-07, { 4, 0, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -2.229227557622e-06, 4.759380890515e-06, { 2, 0, -2, 0, 0, 21, -19, 0, 0, 0, 0, 0, 0 } }, + { -5.223839497068e-10, -6.987436144380e-06, { 1, 0, -1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.686858840081e-07, 6.714810368987e-06, { 2, -2, 0, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { 9.829334930701e-07, 6.000402297329e-06, { 3, 0, -1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -3.274005665982e-07, -6.653541942899e-06, { 2, 0, -1, 0, 0, 6, -7, 0, 1, 0, 0, 0, 0 } }, + { 1.213092607601e-06, -5.767622528061e-06, { 1, -1, -2, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.944865098603e-09, -6.971428067960e-06, { 3, -2, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.649471501811e-06, 1.328236826079e-06, { 4, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.839583598733e-08, -6.908035985174e-06, { 4, 0, 0, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.158851626216e-06, 5.814837945681e-06, { 1, 1, 0, 0, 0, 13, -15, 0, 0, 0, 0, 0, 0 } }, + { -4.996677016556e-06, 1.974099821601e-06, { 3, 0, -1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -2.046601361390e-06, -4.922894578126e-06, { 2, 0, -1, 0, 0, 0, 6, -11, -2, 0, 0, 0, 0 } }, + { 4.255999752268e-06, -2.711870423314e-06, { 2, 0, -1, 0, 0, 10, -15, 0, 0, 0, 0, 0, 0 } }, + { -3.017186262396e-07, 6.665869727400e-06, { 2, 0, -1, 0, 0, 0, 3, -2, -1, 0, 0, 0, 0 } }, + { 5.631310324446e-06, 1.334076104973e-06, { 4, -2, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 4.209834305288e-06, -2.755433314373e-06, { 2, 0, 0, 0, 0, -2, -2, 9, -8, 6, 0, 0, 0 } }, + { -6.926724807756e-06, -3.626056288324e-08, { 4, -2, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.446335231432e-06, -1.516390768750e-06, { 0, 2, -1, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { 6.648474201660e-06, 3.112869952942e-07, { 3, 0, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.405453001150e-06, -5.553981133556e-06, { 0, 0, 1, 0, 0, 6, -10, 0, 2, 0, 0, 0, 0 } }, + { -5.759294334611e-06, -1.199589408280e-06, { 2, 0, 2, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { -4.564729756750e-07, -6.501242794677e-06, { 6, 0, -1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -4.011361026886e-07, -6.556424861579e-06, { 2, 0, -1, 0, 0, 25, -27, 0, 0, 0, 0, 0, 0 } }, + { 4.452822679993e-06, 2.504084280852e-06, { 1, 0, 1, 0, 0, -20, 18, 4, 0, 0, 0, 0, 0 } }, + { -4.452822679993e-06, -2.504084280852e-06, { 1, 0, -1, 0, 0, -20, 18, 4, 0, 0, 0, 0, 0 } }, + { -6.704872908069e-06, -2.516478074615e-07, { 4, -2, -1, 0, 0, 26, -27, 0, 0, 0, 0, 0, 0 } }, + { 4.815033114162e-06, 2.140596320719e-06, { 3, -1, -2, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { -1.188720193114e-06, -5.765774137729e-06, { 1, -1, 2, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -4.702220468042e-07, -6.481770809748e-06, { 4, -2, 0, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 4.334755266848e-06, -2.616161573009e-06, { 2, 0, 0, 0, 0, 0, 3, 0, -5, 3, 0, 0, 0 } }, + { 2.265064844735e-06, 4.680310559636e-06, { 2, 0, -3, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -7.451088577770e-08, 6.868685436362e-06, { 0, 0, 4, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 5.367380591174e-06, 1.575287661530e-06, { 1, -1, 0, 0, 0, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { -5.471955950606e-06, 1.469468164577e-06, { 2, 0, -2, 0, 0, 10, -13, 0, 0, 0, 0, 0, 0 } }, + { 5.222651678190e-06, -1.713442424268e-06, { 2, 0, 1, 0, 0, 0, 0, 0, -3, 0, 0, 0, 0 } }, + { 4.265877403678e-06, 2.670215162881e-06, { 4, 0, -2, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { -2.273781918343e-06, -4.662010444123e-06, { 1, 0, 0, 0, 0, -11, 9, 0, 0, 0, 0, 0, 0 } }, + { -5.155787952296e-06, -1.779948420358e-06, { 4, 0, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -4.414073386388e-06, 2.519102864043e-06, { 0, 0, 1, 0, 0, 3, -9, 8, -3, 0, 0, 0, 0 } }, + { -3.852193097277e-07, 6.547552117807e-06, { 3, 0, -1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -2.549490581923e-06, -4.382504311573e-06, { 3, 0, -2, 0, 0, 29, -33, 0, 0, 0, 0, 0, 0 } }, + { -2.549490581923e-06, 4.382504311573e-06, { 1, 0, 2, 0, 0, -29, 33, 0, 0, 0, 0, 0, 0 } }, + { -4.169112560715e-07, -6.512523701292e-06, { 2, -2, 0, 0, 0, 25, -27, 0, 0, 0, 0, 0, 0 } }, + { -5.097723286735e-06, 1.828695406979e-06, { 2, 0, 1, 0, 0, -1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.666172211620e-06, 5.257484791354e-06, { 5, -1, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -8.589689240046e-10, 6.922429815295e-06, { 2, -2, 0, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -1.966224334423e-06, -4.955784540217e-06, { 0, 0, 3, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -2.064594550698e-06, 4.857357475243e-06, { 1, -1, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { -1.620486397445e-06, -5.296997446973e-06, { 1, -1, -1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { 4.640629724704e-06, 2.274902640302e-06, { 5, 0, -3, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 6.696939524641e-06, 2.154011656199e-07, { 2, 0, 0, 0, 0, 31, -32, 0, 0, 0, 0, 0, 0 } }, + { 1.525274150797e-06, 5.381419949448e-06, { 0, 0, 0, 0, 0, 24, -26, 0, 3, 0, 0, 0, 0 } }, + { 2.440182613675e-06, 4.465217614694e-06, { 2, 0, -1, 0, -7, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.348751045033e-06, -5.556093939322e-06, { 1, 1, -1, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { 4.838701350434e-06, -2.062272009676e-06, { 0, 0, 1, 0, 0, 0, 11, -21, 0, 0, 0, 0, 0 } }, + { 2.091688585640e-06, -4.809059471214e-06, { 2, 0, 0, 0, 0, 1, -3, 3, 0, 0, 0, 0, 0 } }, + { -1.591140518498e-06, -5.308868520766e-06, { 2, 0, 3, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -8.888497254214e-08, -6.811059737197e-06, { 2, 0, 1, 0, -2, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.120288014543e-06, -5.774974370702e-06, { 2, -1, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0, 0 } }, + { -5.489741907697e-06, -1.403281726079e-06, { 1, 0, 0, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { 5.908907170732e-06, 9.840247934040e-07, { 2, 0, 1, 0, 0, -9, 8, 0, 0, 0, 0, 0, 0 } }, + { -2.071739175038e-06, 4.820241553767e-06, { 1, -1, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 4.400964374035e-06, 2.490944438095e-06, { 2, 0, -1, 0, 0, 0, 1, -6, 0, 0, 0, 0, 0 } }, + { 5.553529038023e-06, 1.332578709731e-06, { 1, -1, -2, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -2.125366705027e-06, -4.756927042047e-06, { 1, 0, 1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 5.342870969754e-06, -1.539352733223e-06, { 1, -1, 1, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { -6.883413610850e-09, 6.874292182162e-06, { 6, 0, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.398086980182e-06, 5.478469599645e-06, { 0, 0, 1, 0, 0, -6, 10, 0, -2, 0, 0, 0, 0 } }, + { 2.479346932051e-06, 4.394911800989e-06, { 3, 0, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { 4.655024418161e-06, -2.214466582247e-06, { 2, 0, -3, 0, -5, 0, 13, -7, 0, 0, 0, 0, 0 } }, + { 5.373129069151e-06, 1.496090362488e-06, { 0, 2, -1, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 4.676581230375e-06, -2.190199838780e-06, { 0, 0, 2, 0, 0, 0, -7, 13, 1, 0, 0, 0, 0 } }, + { -4.334286711207e-06, -2.532255175918e-06, { 2, 0, 1, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { -2.169663798720e-06, -4.696832949163e-06, { 2, 0, 1, 0, 0, 0, 4, -9, 0, 0, 0, 0, 0 } }, + { 5.547276902656e-06, 1.318547215971e-06, { 1, 1, -2, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.294465238573e-06, 2.570644950689e-06, { 2, 0, -1, 0, 0, 0, 1, 0, -4, 4, 0, 0, 0 } }, + { -1.258409576466e-06, 5.605400796733e-06, { 0, 0, 1, 0, 0, -18, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.786370445928e-06, -5.077403141961e-06, { 0, 0, 1, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { -5.947301448665e-08, -6.803870497532e-06, { 2, -2, -2, 0, 0, 25, -25, 0, 0, 0, 0, 0, 0 } }, + { 1.993928552386e-06, -4.869075201161e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -1, 2, 0, 0, 0 } }, + { -1.286339985412e-06, 5.574305682090e-06, { 2, -2, -1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 2.513753707435e-06, -4.346774707076e-06, { 2, 0, -1, 0, 0, 0, 15, -14, 0, 0, 0, 0, 0 } }, + { 4.675242036120e-06, 2.185265363787e-06, { 0, 0, 2, 0, 0, 0, 7, -13, -1, 0, 0, 0, 0 } }, + { -5.204032947122e-06, 1.656003223635e-06, { 2, -2, -1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 9.803156624346e-07, 5.879122231089e-06, { 1, 0, 2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -5.482819701641e-06, -1.376196343903e-06, { 0, 1, 0, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { 3.015765335283e-09, -6.855066625656e-06, { 1, 0, -3, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -1.379478023399e-06, -5.477777208784e-06, { 1, -1, 0, 0, 0, -13, 13, 0, 0, 0, 0, 0, 0 } }, + { 5.095386387817e-06, 1.761373140714e-06, { 1, -1, 0, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -2.270295256098e-06, -4.585097119796e-06, { 2, 0, 0, 0, 0, -22, 20, 0, 0, 0, 0, 0, 0 } }, + { -5.611389917965e-08, -6.798140171477e-06, { 2, -2, 0, 0, 0, 26, -26, 0, 0, 0, 0, 0, 0 } }, + { -2.286092294954e-06, 4.566345568508e-06, { 1, -1, 0, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { -4.515029113286e-06, -2.336265757586e-06, { 2, 0, 2, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -2.021142022094e-06, 4.827153032311e-06, { 2, 0, -1, 0, 0, 0, -6, 11, 2, 0, 0, 0, 0 } }, + { -5.455889869703e-06, 1.391401777143e-06, { 1, 0, 0, 0, 0, 0, 2, 0, 0, -1, 0, 0, 0 } }, + { 2.071821852398e-06, 4.774441866762e-06, { 2, 0, 0, 0, 0, 0, 19, -26, 0, 0, 0, 0, 0 } }, + { -5.528594081131e-06, 1.317346559918e-06, { 2, -1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.041297190706e-06, 4.803332516647e-06, { 2, 0, 0, 0, 0, 0, 13, -20, 0, 0, 0, 0, 0 } }, + { -5.297382550299e-07, 6.314856023721e-06, { 1, -2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 5.773525236020e-06, 1.070146320956e-06, { 1, 1, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.612665638660e-06, -5.230782401792e-06, { 2, 0, 0, 0, 0, 15, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.038349104366e-06, 5.804390512446e-06, { 0, 0, 1, 0, 0, 0, 6, 0, -7, 0, 0, 0, 0 } }, + { -6.414654826757e-06, -4.269453474418e-07, { 2, 0, -3, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.330449145673e-06, 4.510414259210e-06, { 0, 0, 2, 0, 0, -9, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.261785792725e-06, -5.578016152760e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { 5.279707790083e-06, 1.558670291046e-06, { 4, 0, -2, 0, 0, -23, 26, 0, 0, 0, 0, 0, 0 } }, + { -6.632977528850e-06, 2.052633394880e-07, { 2, 0, 2, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 1.391436844783e-09, 6.834562734920e-06, { 6, 0, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.182258831101e-06, -5.651365164364e-06, { 1, 1, 0, 0, 0, -14, 16, 0, 0, 0, 0, 0, 0 } }, + { 6.523457049270e-06, -3.052405816008e-07, { 1, -1, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { -2.146716978618e-06, 4.680574135322e-06, { 2, 0, 1, 0, 0, 11, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.707905877923e-06, -5.118731389450e-06, { 4, 0, -2, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { -6.461372572265e-07, -6.179236813133e-06, { 1, 1, -3, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 6.598386514386e-06, 2.253353349225e-07, { 2, 0, 1, 0, 0, 21, -22, 0, 0, 0, 0, 0, 0 } }, + { -4.528379693732e-06, -2.293512478789e-06, { 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0 } }, + { -1.096708128971e-06, -5.723729308430e-06, { 4, 0, -1, 0, 0, 0, -3, 0, 5, 0, 0, 0, 0 } }, + { -2.415649501027e-06, 4.402685477242e-06, { 1, 0, 1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 7.888129782546e-07, 6.028671177556e-06, { 1, -1, -1, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { 5.515764818001e-06, 1.301685606012e-06, { 1, -1, 2, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.436333075120e-08, -6.792512913330e-06, { 2, 0, -3, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { 4.411213270230e-06, -2.405150075318e-06, { 0, 0, 1, 0, 0, 2, -3, 0, 2, 0, 0, 0, 0 } }, + { -4.876477898425e-06, 1.938797261281e-06, { 1, 0, 0, 0, 0, 0, -1, 0, 4, -5, 0, 0, 0 } }, + { -4.906764349361e-06, -1.906551187161e-06, { 2, 0, 0, 0, 0, -6, 14, -8, 0, 0, 0, 0, 0 } }, + { 5.163313698824e-06, -1.647969937973e-06, { 1, -1, 1, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { -5.163313698824e-06, 1.647969937973e-06, { 1, -1, -1, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { 5.421349099219e-06, -1.389834719381e-06, { 3, -1, -3, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.524234040177e-06, -2.285983006104e-06, { 4, 0, -2, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { -4.614567725664e-06, 2.195265626214e-06, { 2, 0, 1, 0, -5, 0, 13, -7, 0, 0, 0, 0, 0 } }, + { -1.218281976132e-06, 5.588671875125e-06, { 2, 0, -2, 0, 0, -7, 9, 0, 0, 0, 0, 0, 0 } }, + { 4.827748369979e-06, -1.979137196204e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -5, 4, 0, 0, 0 } }, + { -5.008216681155e-06, 1.796429865793e-06, { 4, 0, 0, 0, 0, 3, -8, 4, 0, 0, 0, 0, 0 } }, + { -1.251677943328e-06, -5.552901263484e-06, { 1, 1, 2, 0, 0, -23, 23, 0, 0, 0, 0, 0, 0 } }, + { -4.400204400856e-06, 2.404218499786e-06, { 1, -1, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { -1.517500811513e-07, 6.649686229547e-06, { 2, 0, -1, 0, 0, 1, 0, 0, -1, 0, 0, 0, 0 } }, + { 5.937419900601e-06, 8.619053042356e-07, { 4, 0, 0, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0 } }, + { 6.511586478111e-06, 2.802829852717e-07, { 2, 0, -2, 0, -1, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.642071205915e-07, 6.526417351478e-06, { 6, 0, -3, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -2.432952569236e-08, -6.765485286735e-06, { 2, 0, 2, 0, 0, 14, -14, 0, 0, 0, 0, 0, 0 } }, + { 1.253073288291e-06, -5.536155898110e-06, { 1, 1, 0, 0, 0, -21, 23, 0, 0, 0, 0, 0, 0 } }, + { -2.327118069378e-06, 4.457732024705e-06, { 2, 0, 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { -5.394600292483e-07, -6.242600591398e-06, { 2, 0, -3, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { -1.325940801867e-06, 5.455978979205e-06, { 1, -1, 0, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { -5.592779092630e-06, -1.187059648597e-06, { 0, 0, 1, 0, 2, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.423803218742e-06, -1.354875735956e-06, { 0, 0, 0, 0, 0, 22, -25, 0, 0, 0, 0, 0, 0 } }, + { 5.413941461764e-06, 1.364161719693e-06, { 1, 1, 1, 0, 0, -46, 49, 0, 0, 0, 0, 0, 0 } }, + { -5.413941461764e-06, -1.364161719693e-06, { 1, 1, -1, 0, 0, -46, 49, 0, 0, 0, 0, 0, 0 } }, + { -6.636409698174e-06, 1.376730807668e-07, { 2, -2, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.036063371369e-06, 4.736665583298e-06, { 2, 0, 1, 0, 0, 6, -10, 0, 0, 0, 0, 0, 0 } }, + { -6.384814824465e-06, -3.852924691076e-07, { 2, -2, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.410885586839e-07, -6.624757100517e-06, { 2, 0, 1, 0, 0, 0, 6, 0, -6, 0, 0, 0, 0 } }, + { 1.878822442990e-07, 6.576912709906e-06, { 6, 0, -3, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -3.103467543001e-06, 3.660768794100e-06, { 2, 0, -1, 0, 0, -9, 11, 0, 0, 0, 0, 0, 0 } }, + { -4.844442917821e-06, 1.919180150572e-06, { 2, 0, 0, 0, 0, 6, -14, 8, 0, 0, 0, 0, 0 } }, + { 1.838487336500e-06, 4.919702830674e-06, { 1, -1, 1, 0, 0, 29, -33, 0, 2, 0, 0, 0, 0 } }, + { -1.838487336500e-06, -4.919702830674e-06, { 1, -1, -3, 0, 0, 29, -33, 0, 2, 0, 0, 0, 0 } }, + { 5.006486240534e-06, -1.747133788383e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 7, -5, 0, 0, 0 } }, + { -2.119029929115e-06, 4.633936144739e-06, { 2, 0, 0, 0, 0, -21, 23, 0, -4, 0, 0, 0, 0 } }, + { 6.524178661764e-06, 2.278880896948e-07, { 0, 2, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 6.578728386325e-08, -6.679185719557e-06, { 0, 0, 4, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -3.725058017980e-07, 6.367577520292e-06, { 1, 1, 0, 0, 0, -10, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.431975308726e-06, 5.307877964374e-06, { 2, -2, 1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -1.998176620543e-06, -4.741403327463e-06, { 2, 0, 0, 0, 0, 0, 6, -11, -2, 0, 0, 0, 0 } }, + { 5.459423173273e-06, -1.279917422460e-06, { 1, -1, -1, 0, 0, -12, 11, 0, 0, 0, 0, 0, 0 } }, + { 5.825192885368e-06, 9.135778818858e-07, { 1, 0, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -5.246955694575e-06, 1.489371824309e-06, { 3, 0, 1, 0, 0, 0, -35, 41, -2, 0, 0, 0, 0 } }, + { 5.153889660047e-06, -1.582378085932e-06, { 3, 0, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 6.016694003105e-06, -7.183874265315e-07, { 2, 0, 0, 0, 0, 0, 2, -7, 0, 0, 0, 0, 0 } }, + { -1.357198074830e-06, -5.376507798589e-06, { 1, 0, 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.437073735975e-06, 5.295839129131e-06, { 1, 0, 0, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { -6.231018969797e-06, -4.966857726898e-07, { 1, 0, 0, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { -5.016041357149e-10, 6.722832679631e-06, { 3, 0, -1, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -5.688750459929e-06, -1.029904094167e-06, { 3, -1, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.942667040440e-06, -4.773239744439e-06, { 1, -1, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 6.457543741358e-06, 2.539897779720e-07, { 0, 0, 0, 0, 0, 0, 13, -16, 0, 0, 0, 0, 0 } }, + { 2.228349458929e-06, 4.479069656279e-06, { 0, 2, 0, 0, 0, -17, 15, 0, 0, 0, 0, 0, 0 } }, + { 6.290814418071e-06, 4.157181996108e-07, { 4, 0, -1, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 6.016970609667e-06, 6.868656079902e-07, { 1, -2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.993922512091e-06, -7.089320745358e-07, { 2, 0, 0, 0, 0, -3, 5, 0, 0, -4, 1, 0, 0 } }, + { 1.011339037727e-06, 5.690038143881e-06, { 3, -2, 1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { -1.131763412793e-06, 5.568807173311e-06, { 2, -2, -1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.988450477897e-06, 7.090862485386e-07, { 2, 0, 0, 0, 0, 3, -5, 0, 0, 4, -1, 0, 0 } }, + { 2.167721055467e-06, -4.528984756078e-06, { 1, -1, 1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { 4.865084041826e-09, 6.691551411079e-06, { 1, 2, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.772145956947e-06, -9.202028454009e-07, { 2, 0, -1, 0, 1, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.565447204400e-06, -5.126328387168e-06, { 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -5.214073441737e-06, -1.474489141830e-06, { 0, 2, -1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 5.315429508070e-06, 1.371644169268e-06, { 0, 0, 1, 0, 0, 0, 3, -8, 4, 0, 0, 0, 0 } }, + { -7.039298456876e-07, -5.980982109813e-06, { 2, 0, -1, 0, 0, -3, 8, -6, 0, 0, 0, 0, 0 } }, + { 4.997603054328e-06, 1.686698057641e-06, { 2, 0, 0, 0, 0, 0, -6, 8, -1, -5, 0, 0, 0 } }, + { 1.508768412217e-07, -6.530698303026e-06, { 1, 3, 0, 0, 0, -43, 41, 0, 0, 0, 0, 0, 0 } }, + { -1.867691392539e-06, -4.813447018364e-06, { 3, -1, -1, 0, 0, 11, -15, 0, 0, 0, 0, 0, 0 } }, + { 5.324089221300e-06, -1.354329896150e-06, { 1, 1, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.443324511611e-06, -1.230879097223e-06, { 1, -1, 0, 0, 0, 26, -25, 0, 0, 0, 0, 0, 0 } }, + { -6.412742981603e-06, -2.572359407432e-07, { 2, -2, 0, 0, 0, 16, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.622632351569e-08, -6.642126039329e-06, { 0, 2, 0, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.623449614702e-06, 5.044247765681e-06, { 2, 0, -3, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { 5.838061613726e-06, 8.281869185723e-07, { 2, 0, -1, 0, 0, -12, 11, 0, 0, 0, 0, 0, 0 } }, + { 1.679619347268e-06, -4.985935750399e-06, { 4, 0, -2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.956017009750e-09, 6.655584327103e-06, { 1, 0, 1, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.321526519503e-06, -5.341947542286e-06, { 2, 0, -1, 0, 0, -2, 5, -3, 0, 0, 0, 0, 0 } }, + { 6.637706822338e-06, 2.380687919019e-08, { 3, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -1.782202143204e-06, -4.878172050420e-06, { 4, 0, 1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -7.343606504618e-08, 6.586667741342e-06, { 3, 0, 0, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.942525299783e-06, -7.160084441964e-07, { 1, -1, 1, 0, 0, 0, 4, -6, 3, 0, 0, 0, 0 } }, + { -5.942525299783e-06, 7.160084441964e-07, { 1, -1, -1, 0, 0, 0, 4, -6, 3, 0, 0, 0, 0 } }, + { -1.833177642798e-06, -4.823191686736e-06, { 2, 0, 0, 0, 0, 0, -3, 8, -1, -5, 0, 0, 0 } }, + { -1.155075357577e-06, 5.500169442090e-06, { 2, -2, -1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { -1.301568432608e-06, 5.350368348075e-06, { 3, -1, -2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.494680777865e-06, 1.153137531132e-06, { 6, 0, -1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -6.295659262489e-06, 3.519613137082e-07, { 2, -2, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -6.413851432802e-06, 2.315978704988e-07, { 0, 2, 0, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { 1.180783864707e-06, 5.461267449591e-06, { 0, 2, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.480098838450e-06, -5.156254356120e-06, { 1, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.385732346642e-06, 1.245762690491e-06, { 0, 1, 2, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { 1.181330634688e-06, 5.445239896342e-06, { 1, -1, 0, 0, 0, 22, -24, 0, 0, 0, 0, 0, 0 } }, + { -6.227838317866e-06, 3.984034249056e-07, { 4, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -3.369008530095e-08, -6.586497313003e-06, { 1, 0, -2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 5.301545951543e-06, -1.316467852607e-06, { 0, 1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 6.524014437794e-06, 9.302631555182e-08, { 0, 0, 1, 0, 0, 0, 15, -18, 0, 0, 0, 0, 0 } }, + { -6.171971188028e-08, 6.554240389307e-06, { 2, 2, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -6.342728676273e-06, 2.729198176750e-07, { 1, 1, -1, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { 3.223478818849e-07, -6.291664147491e-06, { 2, 0, -2, 0, 0, -3, 4, 0, -1, 0, 0, 0, 0 } }, + { 1.267106341877e-06, 5.342010173874e-06, { 2, 0, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0 } }, + { 1.375322243824e-07, 6.470335299460e-06, { 6, -4, -1, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { -1.375322243824e-07, -6.470335299460e-06, { 2, -4, 1, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { 1.570498373285e-06, 5.033790008665e-06, { 1, 0, -2, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.873603882249e-06, -7.300159811020e-07, { 2, 0, -2, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0 } }, + { 6.440890987746e-07, -5.958976408671e-06, { 0, 0, 1, 0, 0, 0, 11, -17, 0, 0, 0, 0, 0 } }, + { 6.100941475129e-06, -5.015809850238e-07, { 4, 0, -1, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0 } }, + { -1.191472353900e-06, -5.408421826092e-06, { 6, 0, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.262079465102e-06, 5.335614997133e-06, { 0, 0, 1, 0, 0, 8, -23, 19, 0, -3, 0, 0, 0 } }, + { 1.262079465102e-06, -5.335614997133e-06, { 0, 0, 1, 0, 0, -8, 23, -19, 0, 3, 0, 0, 0 } }, + { -5.951635669704e-06, 6.440607534749e-07, { 6, 0, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.642382167821e-06, -4.952883749391e-06, { 4, 0, -1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.523752118317e-06, -6.788412808861e-08, { 2, 2, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.334223387738e-06, 1.257200207774e-06, { 3, -1, -1, 0, 0, 11, -10, 0, 0, 0, 0, 0, 0 } }, + { 5.288612268565e-06, -1.300719725507e-06, { 2, 0, 0, 0, 0, 0, -2, 0, -2, 6, 0, 0, 0 } }, + { 1.207232376889e-06, -5.381398397879e-06, { 3, 0, -1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.929926444062e-06, -6.578695573270e-07, { 2, 0, -2, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0 } }, + { -8.496001032528e-07, -5.737015865090e-06, { 3, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.142830031440e-08, -6.563872368020e-06, { 3, 0, -1, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { 1.235642992730e-06, -5.348649087061e-06, { 1, -1, 0, 0, 0, 26, -26, 0, 0, 0, 0, 0, 0 } }, + { -1.691079442367e-06, -4.891389930703e-06, { 1, -1, -1, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.748234135259e-07, -6.206289012601e-06, { 2, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.326058954891e-06, 1.253561904123e-06, { 0, 1, 0, 0, 0, -10, 9, 0, 0, 0, 0, 0, 0 } }, + { -2.461377162439e-07, -6.332033279454e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 5, -6, 0, 0, 0 } }, + { -1.471052483163e-07, -6.426801297907e-06, { 2, 0, 1, 0, -3, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -9.834510084892e-07, -5.589267073645e-06, { 6, 0, -2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 6.392271510574e-06, -1.803561052102e-07, { 1, 0, 0, 0, 0, -21, 22, 0, 0, 0, 0, 0, 0 } }, + { 5.119355615174e-06, 1.446872120852e-06, { 3, 0, 0, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 1.678017033424e-06, 4.886405916827e-06, { 3, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.003725190213e-06, 2.559996363542e-06, { 1, 1, -2, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.209179716987e-06, -5.354482658344e-06, { 2, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.338217910412e-06, 2.200875518506e-07, { 0, 0, 0, 0, 0, 28, -29, 0, 0, 0, 0, 0, 0 } }, + { 5.305239588681e-06, -1.245421142823e-06, { 3, 1, -1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.179894161649e-07, 6.028833172620e-06, { 2, 0, 0, 0, 0, 0, 21, -27, 0, 0, 0, 0, 0 } }, + { 1.387481747898e-07, 6.407647509423e-06, { 3, -2, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -6.342791538964e-06, -1.989446425309e-07, { 2, 2, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.574291494174e-06, 4.965961393929e-06, { 0, 0, 1, 0, 0, -4, 15, -16, 0, 0, 0, 0, 0 } }, + { -7.044161637109e-07, -5.835006258922e-06, { 2, 0, 0, 0, 0, -3, 8, -6, 0, 0, 0, 0, 0 } }, + { -4.917485976408e-06, -1.621270423529e-06, { 0, 0, 1, 0, 0, 6, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.514712517916e-07, 6.284803276060e-06, { 0, 0, 0, 0, 0, 0, 1, 0, 2, -3, 0, 0, 0 } }, + { -5.279924811764e-06, -1.254915472955e-06, { 3, -1, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.572589858309e-06, -4.960418973009e-06, { 0, 0, 1, 0, 0, 4, -15, 16, 0, 0, 0, 0, 0 } }, + { 5.269536923950e-06, -1.254593962345e-06, { 2, -1, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.869242799475e-06, -6.533801008730e-07, { 0, 0, 0, 0, 0, 3, -7, 0, 0, 0, 0, 0, 0 } }, + { 5.681003776055e-06, -8.406604855129e-07, { 2, 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0 } }, + { 6.437068523630e-07, 5.876892718272e-06, { 0, 0, 0, 0, 0, 0, 3, 0, -5, 2, 0, 0, 0 } }, + { 4.667570965624e-06, -1.852692626416e-06, { 4, 0, -4, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { 4.689500885376e-06, -1.830458982395e-06, { 0, 0, 2, 0, 0, 0, -1, 0, 4, -5, 0, 0, 0 } }, + { 1.400802671424e-06, -5.119046078283e-06, { 1, -1, 1, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.728406156266e-06, -7.896263861713e-07, { 2, -2, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 5.284908983676e-06, 1.233072753829e-06, { 6, 0, -2, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 4.676820891062e-06, 1.838198521515e-06, { 4, 0, -1, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { 4.833593299253e-06, 1.681418309781e-06, { 4, 0, 1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 6.158308488824e-06, -3.554819970929e-07, { 2, 0, -1, 0, 0, -3, 6, 0, -2, 0, 0, 0, 0 } }, + { 5.097220367048e-06, 1.413668051749e-06, { 2, 0, -2, 0, 0, -7, 10, 0, 0, 0, 0, 0, 0 } }, + { 4.788493308947e-06, 1.719793354392e-06, { 2, 0, 0, 0, 0, -13, 16, 0, 0, 0, 0, 0, 0 } }, + { -4.643521065103e-06, 1.863362457506e-06, { 2, -1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0, 0 } }, + { 5.214575342515e-06, 1.290335507507e-06, { 1, 1, 1, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { -5.277987436716e-06, 1.226736533153e-06, { 1, 1, -2, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.080004871351e-06, 5.419762404041e-06, { 1, -1, 2, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { 1.161975844557e-06, -5.337667011471e-06, { 1, -1, -1, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.079269895881e-06, -5.416445509767e-06, { 1, -1, -2, 0, 0, 0, -1, 4, 0, 0, 0, 0, 0 } }, + { -5.255944126351e-06, 1.239589052941e-06, { 1, -1, 2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.229980041547e-06, 2.647981893233e-07, { 2, 0, -2, 0, 0, 0, 3, 0, 0, -4, 0, 0, 0 } }, + { -1.569619374484e-07, 6.336940361979e-06, { 4, -2, 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 2.643632596092e-06, 3.845347084607e-06, { 0, 0, 1, 0, 0, 0, -3, 0, 6, 0, 0, 0, 0 } }, + { -5.053960746256e-06, -1.434732791637e-06, { 0, 0, 3, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 5.223117223458e-06, -1.263415729121e-06, { 1, -1, 2, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 5.001499903826e-06, 1.483757948921e-06, { 1, 1, 0, 0, 0, -25, 28, 0, 0, 0, 0, 0, 0 } }, + { -5.529659657346e-06, 9.517505899745e-07, { 1, -1, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 1.206530729396e-06, 5.273886253683e-06, { 1, -1, 0, 0, 0, 21, -23, 0, 0, 0, 0, 0, 0 } }, + { 5.790649716273e-06, -6.889167516370e-07, { 0, 0, 0, 0, 0, 0, 2, 0, -3, 5, 0, 0, 0 } }, + { 4.787194808890e-09, -6.473736259497e-06, { 1, 0, 1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.730482512281e-06, -4.742347468347e-06, { 2, 0, -3, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { -3.869175221062e-07, -6.081628231361e-06, { 2, 0, -1, 0, 0, 3, -4, 0, 1, 0, 0, 0, 0 } }, + { -7.424663716695e-08, -6.393966843369e-06, { 2, 0, 3, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.293434620674e-06, -5.172396141277e-06, { 3, 1, 1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 5.031037555903e-06, -1.432509730313e-06, { 2, -2, -1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -4.767170844828e-06, -1.692654996565e-06, { 2, -2, 1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -4.766817146298e-06, 1.692524058392e-06, { 2, -2, 1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -2.256495430473e-07, 6.230077826081e-06, { 4, 0, -2, 0, 0, 0, 7, -7, 0, 0, 0, 0, 0 } }, + { -5.837634624253e-06, 6.180881423144e-07, { 4, 0, -2, 0, 0, 6, -5, 0, 0, 0, 0, 0, 0 } }, + { -3.072324038029e-07, -6.145730646271e-06, { 0, 2, 0, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { -3.072324038029e-07, 6.145730646271e-06, { 0, 2, -2, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { -5.251479655987e-06, -1.201406378415e-06, { 1, -1, 1, 0, 0, 22, -21, 0, 0, 0, 0, 0, 0 } }, + { 5.980066292567e-06, 4.718459192412e-07, { 2, 0, -2, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { 6.315377743472e-07, 5.818945419117e-06, { 4, 0, -2, 0, 0, 0, 2, 0, -4, 4, -2, 0, 0 } }, + { 6.315377743472e-07, -5.818945419117e-06, { 0, 0, 2, 0, 0, 0, -2, 0, 4, -4, 2, 0, 0 } }, + { 1.342213335374e-06, 5.107033333846e-06, { 2, 0, -1, 0, 0, 0, -1, 0, -3, 7, 0, 0, 0 } }, + { 5.125014273484e-06, 1.323515790808e-06, { 0, 0, 1, 0, 0, 0, -7, 12, -3, 0, 0, 0, 0 } }, + { -5.239074663735e-06, -1.208917399655e-06, { 4, 0, -4, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 3.302644188951e-07, 6.117473546204e-06, { 4, -2, -2, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { -5.492436668056e-06, -9.538173454997e-07, { 1, -1, 0, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 6.210705737948e-06, -2.355202114207e-07, { 0, 2, 0, 0, 0, -24, 25, 0, 0, 0, 0, 0, 0 } }, + { 5.209801450442e-06, 1.233076371565e-06, { 1, -3, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.210726341080e-06, -2.300738692279e-07, { 0, 0, 1, 0, 0, -25, 26, 0, 0, 0, 0, 0, 0 } }, + { -5.099027076284e-06, 1.341725474797e-06, { 2, -1, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.263486542981e-06, -5.172780260998e-06, { 1, 1, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.192699276381e-06, -1.242041592710e-06, { 0, 1, -2, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { 6.199115305388e-06, 2.354392096162e-07, { 2, -2, -1, 0, 0, 26, -27, 0, 0, 0, 0, 0, 0 } }, + { -5.373235545834e-06, -1.057773345475e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 0, 0, 1, 0 } }, + { 6.060566550881e-06, 3.641591235192e-07, { 2, 0, 2, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -5.243927280567e-06, -1.178156958295e-06, { 2, 0, 3, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.442064225247e-06, -4.975676856320e-06, { 2, 0, -2, 0, 0, 8, -9, -8, 3, 0, 0, 0, 0 } }, + { 4.836665443109e-06, 1.576246139295e-06, { 0, 2, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.124966861345e-06, -1.283242617493e-06, { 3, -1, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 2.832888647818e-07, -6.122608569988e-06, { 3, 0, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -6.303022128872e-06, 9.780672237358e-08, { 0, 0, 4, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.829108800518e-06, -1.571379871489e-06, { 0, 0, 0, 0, 0, 21, -24, 0, 0, 0, 0, 0, 0 } }, + { -5.192946959070e-06, -1.205620372079e-06, { 1, -1, 0, 0, 0, 0, 6, -6, 0, 0, 0, 0, 0 } }, + { 5.122579453970e-06, -1.267427255387e-06, { 2, 0, 2, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { -5.167238601309e-06, -1.221910032873e-06, { 1, -1, -2, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.167294096731e-06, -1.221739777107e-06, { 3, 1, -2, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.088591249811e-06, -5.299909026066e-06, { 1, 1, -1, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { 6.121222944351e-06, 2.610435245938e-07, { 2, 0, 0, 0, 0, -17, 16, 0, 2, 0, 0, 0, 0 } }, + { 4.702382461242e-07, 5.909587574474e-06, { 4, -2, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.078357527526e-06, 1.299835275685e-06, { 0, 0, 1, 0, 0, -1, -1, 5, 0, 0, 0, 0, 0 } }, + { 5.082011877047e-06, -1.296085336577e-06, { 0, 0, 1, 0, 0, 1, 1, -5, 0, 0, 0, 0, 0 } }, + { 6.055784917321e-08, -6.316783720888e-06, { 2, 0, -1, 0, 0, 0, 2, -4, 0, 2, 0, 0, 0 } }, + { 4.987966093760e-06, 1.388817723353e-06, { 3, 0, -2, 0, 0, 0, -8, 16, -4, -5, 0, 0, 0 } }, + { 4.987949014009e-06, -1.388788190884e-06, { 3, 0, -2, 0, 0, 0, 8, -16, 4, 5, 0, 0, 0 } }, + { -9.529646498971e-07, 5.422423135111e-06, { 0, 0, 2, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { -1.525181376854e-07, 6.222427617698e-06, { 2, 0, -1, 0, 0, -23, 23, 0, 0, 0, 0, 0, 0 } }, + { 5.327420720316e-06, -1.045047189297e-06, { 1, -1, 0, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -1.887762368394e-08, -6.351856995535e-06, { 3, 0, 0, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { -1.288882724862e-06, 5.081668074016e-06, { 0, 0, 1, 0, 0, 0, -3, 8, 0, 0, 0, 0, 0 } }, + { -1.298050883794e-06, -5.071993043593e-06, { 1, -1, 0, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.338212241576e-08, -6.355026725723e-06, { 2, 0, -4, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -6.181807128386e-06, -1.846783656528e-07, { 2, 0, 2, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 4.614808120392e-09, -6.361672460179e-06, { 3, -2, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.754920406055e-06, 1.608715986419e-06, { 2, 0, 0, 0, 0, 7, -12, 0, 0, 0, 0, 0, 0 } }, + { 1.118717837299e-06, -5.243431108363e-06, { 4, 0, 1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.270115799348e-06, 1.088060568467e-06, { 0, 0, 1, 0, 0, 0, 2, 0, 2, -8, 0, 0, 0 } }, + { -6.612596476890e-07, -5.692561416795e-06, { 2, -2, 2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 6.115518784152e-06, -2.376145959451e-07, { 2, -1, 0, 0, 0, 0, 11, -17, 0, 0, 0, 0, 0 } }, + { -4.216865533629e-08, 6.310623999377e-06, { 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, -2, 0 } }, + { -1.854418154316e-07, -6.164942623759e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 2, 3, 0, 0, 0 } }, + { 5.475130354673e-06, 8.741864257685e-07, { 2, 0, -1, 0, 0, 0, 13, -22, 0, 0, 0, 0, 0 } }, + { -5.001308322224e-06, 1.347578363968e-06, { 2, 0, -3, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -9.570779305570e-07, -5.390471236263e-06, { 3, -2, -1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 5.201389503998e-07, -5.822345296735e-06, { 1, 1, 0, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 1.007906822470e-06, 5.333367720113e-06, { 0, 2, -2, 0, 0, 21, -23, 0, 0, 0, 0, 0, 0 } }, + { -4.739290113750e-06, 1.601071618866e-06, { 1, -1, 0, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { -5.122388360571e-06, 1.214446143880e-06, { 1, -1, 2, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.383503423564e-09, 6.330377627846e-06, { 4, -2, -1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.276696967080e-07, -6.002519049540e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -3, 2, 0, 0, 0 } }, + { 2.641940668017e-09, 6.325601027636e-06, { 4, 0, -2, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { 4.704822972083e-08, -6.280636519860e-06, { 4, -2, -3, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -5.141517405632e-06, 1.184683216010e-06, { 1, -1, 0, 0, 0, -20, 19, 0, 0, 0, 0, 0, 0 } }, + { 6.092863490302e-06, 2.316347363460e-07, { 2, -2, -1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -5.807083480864e-06, -5.173960137921e-07, { 4, 0, -1, 0, 0, -24, 27, 1, 0, 0, 0, 0, 0 } }, + { -5.807083480864e-06, 5.173960137921e-07, { 0, 0, 1, 0, 0, 24, -27, -1, 0, 0, 0, 0, 0 } }, + { -1.342098221224e-06, 4.982237565368e-06, { 0, 0, 0, 0, 0, 0, 4, 0, -6, 0, 0, 0, 0 } }, + { -5.380608802344e-06, -9.429782015191e-07, { 0, 0, 3, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -1.426224991157e-06, 4.896129704695e-06, { 4, -2, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.865490953495e-07, -5.933762255509e-06, { 6, 0, -3, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -5.978268096599e-07, -5.722471069921e-06, { 0, 0, 2, 0, 0, 0, 1, 0, -3, 2, 0, 0, 0 } }, + { -6.081235140702e-06, -2.360456901651e-07, { 2, -2, 0, 0, 0, 24, -25, 0, 0, 0, 0, 0, 0 } }, + { -1.418106448236e-06, 4.894092886398e-06, { 2, 0, -2, 0, 0, -8, 9, 8, -3, 0, 0, 0, 0 } }, + { 2.805729053191e-07, -6.028515163986e-06, { 2, 0, 1, 0, 0, 0, -5, 8, -1, -5, 0, 0, 0 } }, + { 1.054109127102e-06, 5.254607348298e-06, { 1, -1, 1, 0, 0, 12, -14, 0, 0, 0, 0, 0, 0 } }, + { -4.925814538604e-06, -1.380236566218e-06, { 2, 0, -1, 0, 0, 0, 17, -32, 0, 0, 0, 0, 0 } }, + { 8.549512034927e-07, 5.445203266438e-06, { 1, 0, 0, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { 5.227865269208e-06, 1.071376061674e-06, { 1, 1, -1, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -4.845439217308e-06, -1.451538417315e-06, { 2, 0, -1, 0, 0, -9, 12, 0, 0, 0, 0, 0, 0 } }, + { -5.354659201978e-06, -9.422848211238e-07, { 3, -1, -1, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { -6.011199396656e-06, 2.811182291042e-07, { 3, 0, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 5.297317247090e-06, 9.940710421487e-07, { 2, -2, 2, 0, 4, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.220931705482e-07, -5.364229279569e-06, { 1, 0, -2, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { 6.153414251029e-06, -1.320643944895e-07, { 1, 0, 0, 0, 0, -11, 12, 0, 0, 0, 0, 0, 0 } }, + { -6.255899147757e-06, 2.241874954717e-08, { 0, 0, 1, 0, 0, 6, -11, 0, 3, 0, 0, -1, 0 } }, + { 5.580413033726e-06, 6.974028938019e-07, { 0, 0, 2, 0, 0, 0, -6, 8, -3, 0, 0, 0, 0 } }, + { -1.046305943105e-06, 5.229375478427e-06, { 1, 1, -2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -6.979060330665e-07, -5.576524904761e-06, { 3, -1, -1, 0, 0, 0, 3, 0, 0, -5, 0, 0, 0 } }, + { 5.194354419429e-06, 1.079952897707e-06, { 0, 0, 1, 0, 0, 0, -9, 14, -3, 0, 0, 0, 0 } }, + { -1.197844697036e-06, -5.076168908599e-06, { 2, 0, 1, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { -6.027488603686e-06, -2.465053407721e-07, { 6, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.027488603686e-06, 2.465053407721e-07, { 2, 2, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 9.576084234455e-08, -6.177470430021e-06, { 3, -2, -1, 0, 0, 11, -5, 3, 0, 0, 0, 0, 0 } }, + { 9.576084234455e-08, 6.177470430021e-06, { 1, 2, -1, 0, 0, -11, 5, -3, 0, 0, 0, 0, 0 } }, + { 5.022409240392e-06, -1.250683614522e-06, { 0, 0, 1, 0, 0, 15, -18, 0, 0, 0, 0, 0, 0 } }, + { 4.963340290273e-06, 1.306540221646e-06, { 1, -1, -1, 0, 0, -11, 12, 0, 0, 0, 0, 0, 0 } }, + { 5.307793639486e-06, 9.584644303924e-07, { 1, -1, 2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 1.089116310750e-06, -5.172695457611e-06, { 1, -1, 0, 0, 0, -9, 11, 0, 0, 0, 0, 0, 0 } }, + { -5.254257497760e-06, -1.006648117268e-06, { 1, -1, 0, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 6.256017112850e-06, 3.501022306197e-09, { 2, 0, -1, 0, 0, 0, 20, -23, 0, 0, 0, 0, 0 } }, + { 5.136384114399e-06, 1.117321062625e-06, { 2, 0, 0, 0, 0, -18, 13, 0, 0, 0, 0, 0, 0 } }, + { -9.963475233376e-07, -5.254796200567e-06, { 1, -1, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 4.159771734566e-07, 5.830709350105e-06, { 0, 2, -3, 0, 0, -2, 3, 0, -1, 0, 0, 0, 0 } }, + { -1.898817300724e-07, 6.055852119680e-06, { 2, 0, 2, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.401487988322e-06, -4.839078884221e-06, { 1, -1, 0, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -3.316709208373e-08, 6.205664915313e-06, { 2, 0, -3, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -6.001275940114e-06, 2.308807641682e-07, { 0, 2, 0, 0, 0, -22, 23, 0, 0, 0, 0, 0, 0 } }, + { 9.942859548239e-07, 5.237554356329e-06, { 1, -1, 3, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -9.939719558540e-07, -5.235594496320e-06, { 1, -1, -3, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { 4.806954577098e-06, -1.421493860154e-06, { 2, 0, -1, 0, 0, 1, -5, 8, -3, 0, 0, 0, 0 } }, + { 5.969499371683e-06, 2.558050071993e-07, { 2, 2, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.802310449542e-06, 1.421054588281e-06, { 2, 0, -1, 0, 0, 1, 3, -8, 3, 0, 0, 0, 0 } }, + { 1.410621101096e-06, 4.812120739202e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, -1, 2, 0 } }, + { 2.818303920184e-08, -6.188256856523e-06, { 4, 0, 1, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.005033306857e-09, -6.207168893827e-06, { 3, 0, -2, 0, 0, 11, -11, 0, 0, 0, 0, 0, 0 } }, + { 9.018206287457e-07, 5.304473093908e-06, { 0, 0, 1, 0, 0, -3, 5, 0, -4, 5, 0, 0, 0 } }, + { -5.979354638924e-06, 2.268735774546e-07, { 0, 2, -1, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { -4.846170613850e-06, 1.359692944320e-06, { 2, 0, -1, 0, 0, 0, -17, 32, 0, 0, 0, 0, 0 } }, + { 5.246569192755e-08, -6.152110554689e-06, { 2, 0, 0, 0, 0, 0, 2, -4, 0, 2, 0, 0, 0 } }, + { -1.613107667946e-07, -6.040586873420e-06, { 2, 0, -2, 0, 0, 0, -1, 0, 0, 0, 0, 1, 0 } }, + { -6.051157483649e-06, 1.504332262024e-07, { 2, 0, 1, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { -5.870655358027e-06, -3.296008039245e-07, { 2, 0, 1, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { 9.116820420088e-09, 6.188382359922e-06, { 2, 0, 1, 0, 0, 0, 1, 0, 1, -2, 0, 0, 0 } }, + { -1.017375842482e-06, -5.179087068446e-06, { 2, 0, -1, 0, 0, 6, -10, 0, 2, 0, 0, 0, 0 } }, + { -8.105276911358e-07, -5.383111194712e-06, { 0, 2, 0, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { -5.927814149473e-06, -2.651054613190e-07, { 2, 0, 1, 0, 0, 0, 12, -15, 0, 0, 0, 0, 0 } }, + { 3.632619451355e-07, 5.826932476519e-06, { 0, 0, 0, 0, 0, 0, 11, -11, 0, 0, 0, 0, 0 } }, + { 4.874575233046e-07, -5.700096574447e-06, { 2, 0, -1, 0, 0, 0, 20, -26, 0, 0, 0, 0, 0 } }, + { 4.822476354214e-06, -1.362784254090e-06, { 1, 0, 0, 0, 0, 0, 7, -12, 3, 0, 0, 0, 0 } }, + { 5.795651738209e-06, 3.893448528629e-07, { 2, 0, 2, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 5.029039074657e-06, -1.152943477096e-06, { 1, 1, 1, 0, 0, -22, 21, 0, 0, 0, 0, 0, 0 } }, + { 5.003189822390e-06, 1.177766415284e-06, { 1, 1, 1, 0, 0, 8, -7, 0, 0, 0, 0, 0, 0 } }, + { 1.652730990100e-07, 6.015627014965e-06, { 2, 0, -1, 0, 0, -1, 0, 0, 1, 0, 0, 0, 0 } }, + { -5.726491228923e-06, 4.540805435196e-07, { 1, 0, 0, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { 5.015762699334e-06, -1.162259329256e-06, { 1, 1, 1, 0, 0, -15, 14, 0, 0, 0, 0, 0, 0 } }, + { -5.951675892345e-06, 2.230422951641e-07, { 0, 2, 1, 0, 0, -26, 27, 0, 0, 0, 0, 0, 0 } }, + { 8.975645830980e-07, -5.276698478670e-06, { 0, 0, 1, 0, 0, 3, -5, 0, 4, -5, 0, 0, 0 } }, + { -5.948565907190e-06, -2.255556910673e-07, { 1, -1, 1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -4.905264291453e-06, -1.264570904616e-06, { 4, 0, 0, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.074597423501e-06, -5.092255678813e-06, { 1, 1, 0, 0, 0, -15, 17, 0, 0, 0, 0, 0, 0 } }, + { -5.589431232173e-06, 5.722938013252e-07, { 2, 0, 0, 0, 0, 23, -26, 0, 0, 0, 0, 0, 0 } }, + { 7.566714827049e-07, -5.403543489505e-06, { 0, 0, 1, 0, 0, -3, 5, 0, 0, -5, 0, 0, 0 } }, + { 1.513659288538e-08, 6.144040150228e-06, { 2, 0, 0, 0, 0, 28, -30, 0, 0, 0, 0, 0, 0 } }, + { -5.567376858792e-06, 5.911320159195e-07, { 2, 0, -2, 0, 0, 8, -15, 0, 0, 0, 0, 0, 0 } }, + { -5.557565667567e-06, -6.001667065396e-07, { 0, 0, 1, 0, 0, 14, -11, 0, 0, 0, 0, 0, 0 } }, + { 3.812054906046e-08, 6.118285775978e-06, { 2, -2, 1, 0, 0, 22, -22, 0, 0, 0, 0, 0, 0 } }, + { -1.150903405994e-06, -4.991686384153e-06, { 4, 0, 1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -1.311715127911e-06, 4.827350987186e-06, { 6, 0, -2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.943711839952e-06, -1.193709842282e-06, { 2, -1, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.830436481527e-06, 3.046315992840e-07, { 2, 0, -1, 0, 0, 6, -8, 0, 0, 1, 0, 0, 0 } }, + { 1.165012725971e-06, -4.965237770746e-06, { 1, 1, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 4.953682388104e-06, -1.176352111204e-06, { 2, -1, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { 6.009584577300e-06, 1.189755488989e-07, { 1, 0, 0, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.142722906460e-08, -6.113370685293e-06, { 0, 0, 1, 0, 0, -1, 3, 0, -2, 0, 0, 0, 0 } }, + { 3.052888074649e-07, -5.818808268862e-06, { 1, -1, -2, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.982454066795e-06, -1.407247182263e-07, { 2, 0, 1, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { -6.582436970683e-07, 5.464887572747e-06, { 2, 0, -1, 0, 0, 3, -8, 6, 0, 0, 0, 0, 0 } }, + { -6.008727962523e-06, -1.142670923229e-07, { 2, 0, 1, 0, 0, -18, 19, 0, 0, 0, 0, 0, 0 } }, + { 3.934540272608e-08, -6.081102334032e-06, { 2, 0, 2, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -5.918121821778e-06, 2.022739148480e-07, { 2, 0, 2, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { 5.297549658305e-06, -8.209898428300e-07, { 2, 0, -1, 0, 0, 20, -23, 0, 0, 0, 0, 0, 0 } }, + { 1.080504795047e-06, -5.032703992332e-06, { 1, 1, -1, 0, 0, 12, -12, 0, 0, 0, 0, 0, 0 } }, + { -5.956595608735e-06, -1.543096437761e-07, { 2, 0, 1, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0 } }, + { 5.242155004809e-06, -8.685980901352e-07, { 4, -2, 1, 0, 0, -13, 10, 0, 0, 0, 0, 0, 0 } }, + { 5.242155004809e-06, 8.685980901352e-07, { 0, 2, -1, 0, 0, 13, -10, 0, 0, 0, 0, 0, 0 } }, + { 8.988298993197e-07, 5.211518807019e-06, { 4, 0, -1, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0 } }, + { 4.954793548413e-06, 1.151976741261e-06, { 2, -2, -1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 4.934385189523e-06, -1.172037963957e-06, { 3, -1, 0, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { -5.574094662204e-06, 5.274093869300e-07, { 2, 2, -2, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.435985645544e-07, -5.957500320539e-06, { 2, 0, -2, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { -5.162500649607e-06, -9.330105957442e-07, { 1, -1, -2, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 4.959205940510e-08, 6.045715600176e-06, { 3, -2, -3, 0, 0, 26, -26, 0, 0, 0, 0, 0, 0 } }, + { -7.761089501792e-07, 5.318022588645e-06, { 1, 1, 0, 0, 0, -11, 9, 0, 0, 0, 0, 0, 0 } }, + { 1.005199228014e-06, -5.088488931883e-06, { 0, 2, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 4.941618932918e-06, -1.150550771274e-06, { 1, 1, 1, 0, 0, -13, 12, 0, 0, 0, 0, 0, 0 } }, + { -4.996654489435e-06, -1.093002667008e-06, { 0, 0, 1, 0, 0, -16, 13, 0, 0, 0, 0, 0, 0 } }, + { -5.956693593261e-06, 1.282471667270e-07, { 2, 0, 1, 0, 0, -13, 14, 0, 0, 0, 0, 0, 0 } }, + { 7.288716201860e-07, -5.355339797002e-06, { 4, 0, -1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 4.946293922583e-06, 1.136956205017e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 2, -6, 3, 0, 0 } }, + { 5.400421226234e-07, 5.541301444736e-06, { 1, -1, -1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -5.947481743669e-06, 1.333340791943e-07, { 0, 0, 2, 0, 0, -24, 25, 0, 0, 0, 0, 0, 0 } }, + { -5.962838024930e-06, -1.172382819116e-07, { 3, 0, -3, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -6.135782104327e-08, 6.018477918540e-06, { 2, 0, -3, 0, 0, 0, 2, 0, 1, 1, 0, 0, 0 } }, + { -5.656077755681e-06, -4.209832877685e-07, { 0, 2, -1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 4.915074774599e-06, 1.161009995271e-06, { 0, 1, -2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.967034909095e-08, -6.016377022926e-06, { 4, -2, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { 1.196445201899e-08, -6.060993786735e-06, { 0, 2, -1, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { -1.003201272522e-06, -5.068551938998e-06, { 0, 2, 0, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { 4.931317986146e-06, -1.134881720076e-06, { 3, 1, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.208057681829e-06, -4.855013019629e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -5, 6, -3, 0, 0 } }, + { 5.951762287178e-06, -1.095484397400e-07, { 2, 0, 0, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -9.970492904906e-07, 5.057322488212e-06, { 2, 0, -1, 0, 0, -14, 16, 0, 0, 0, 0, 0, 0 } }, + { 6.542617718714e-08, -5.985984564740e-06, { 4, 0, -1, 0, 0, 0, -4, 0, 5, 0, 0, 0, 0 } }, + { -7.374684661247e-07, -5.311187302544e-06, { 2, 0, -2, 0, 0, 24, -26, 0, 0, 0, 0, 0, 0 } }, + { 4.906399556750e-06, -1.139088970661e-06, { 1, 1, 1, 0, 0, -14, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.181033765569e-06, 4.863922042754e-06, { 3, -1, 0, 0, 0, 26, -28, 0, 0, 0, 0, 0, 0 } }, + { 1.156691297540e-07, 5.928998784658e-06, { 3, 1, 0, 0, -1, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.156691297540e-07, -5.928998784658e-06, { 1, -1, 2, 0, 1, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.354732590207e-08, 6.030211728255e-06, { 2, 0, 3, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.550825067952e-07, 5.485413347864e-06, { 1, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 1.612667185991e-07, -5.867861648536e-06, { 3, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -9.906870368642e-07, 5.037177996308e-06, { 0, 0, 1, 0, 0, -19, 21, 0, 0, 0, 0, 0, 0 } }, + { 5.115045640050e-06, -9.095845338976e-07, { 4, 0, -3, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.775670099461e-07, 5.543013029462e-06, { 1, 1, -1, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { -9.626816693100e-07, -5.056929789237e-06, { 2, -2, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { 9.137547531031e-07, 5.103930547853e-06, { 0, 0, 1, 0, 0, 2, -4, 0, 3, 0, 0, 0, 0 } }, + { 5.729274197901e-06, 2.832529091867e-07, { 2, 0, 1, 0, 0, -16, 15, 0, 0, 0, 0, 0, 0 } }, + { 3.256333631600e-07, -5.685395665593e-06, { 0, 0, 0, 0, 0, 0, 6, -12, 0, 0, 0, 0, 0 } }, + { 5.739011379612e-06, 2.618059534630e-07, { 3, 0, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.480413404860e-09, -5.995575674153e-06, { 2, 0, 2, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -9.177725459865e-07, 5.076428271472e-06, { 2, -2, 0, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { -1.921133938257e-09, 5.987727465883e-06, { 1, -2, 1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.633729975202e-06, 3.516727514056e-07, { 2, 0, 2, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 8.495027515529e-08, 5.900111442298e-06, { 2, -2, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 5.655259113878e-06, -3.277612233033e-07, { 2, 0, -4, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -5.720410922796e-06, -2.618353290610e-07, { 3, 0, -1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -4.068122854622e-08, -5.940913485490e-06, { 0, 0, 0, 0, 0, 2, -4, 0, 2, 0, 0, 0, 0 } }, + { -7.045342926614e-07, 5.274872934785e-06, { 1, -1, 1, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { 7.045342926614e-07, -5.274872934785e-06, { 1, -1, -1, 0, 0, 0, -2, 5, 0, 0, 0, 0, 0 } }, + { -2.238521461683e-08, -5.952719737559e-06, { 2, 0, -2, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { -8.290961358852e-09, -5.966738360992e-06, { 0, 2, -2, 0, 0, 21, -21, 0, 0, 0, 0, 0, 0 } }, + { -3.851365682790e-07, -5.588943229550e-06, { 1, 0, -1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { 7.547968721958e-07, 5.209132639345e-06, { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { 4.931336623997e-06, -1.028709891506e-06, { 0, 0, 1, 0, 0, 1, -2, 0, 2, 0, 0, 0, 0 } }, + { -4.987341118067e-06, -9.710402700589e-07, { 2, 0, -1, 0, 0, 26, -31, 0, 0, 0, 0, 0, 0 } }, + { 3.257079322553e-07, 5.627257907704e-06, { 1, -1, 0, 0, 0, -7, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.488898158757e-06, -4.626749286125e-07, { 2, 0, -1, 0, 0, 22, -21, 0, 0, 0, 0, 0, 0 } }, + { 1.180534996254e-07, -5.832927407789e-06, { 0, 0, 0, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { -8.437206060117e-09, 5.940639257425e-06, { 1, 0, 1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 3.699042556081e-08, 5.910933469176e-06, { 2, 0, -1, 0, 0, 0, -2, 4, 0, -2, 0, 0, 0 } }, + { -1.012870030905e-06, -4.935011846069e-06, { 2, 0, 0, 0, 0, 6, -10, 0, 2, 0, 0, 0, 0 } }, + { -5.694596379940e-06, -2.527351965392e-07, { 2, 0, -2, 0, 0, 0, 12, -15, 0, 0, 0, 0, 0 } }, + { -5.062412503974e-06, -8.821253114561e-07, { 0, 0, 0, 0, 0, 0, 6, -16, 4, 5, 0, 0, 0 } }, + { -5.011487687818e-06, -9.308001750329e-07, { 3, 1, -3, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -8.291898248360e-07, 5.109255828444e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 4, -7, 0, 0, 0 } }, + { -9.553939701222e-07, 4.979781877080e-06, { 1, 0, -1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 3.677955652076e-07, 5.564366880606e-06, { 2, 0, -1, 0, 0, 0, -8, 13, 1, 0, 0, 0, 0 } }, + { 9.253424257786e-08, -5.838972115298e-06, { 2, 0, -1, 0, 0, 0, 2, 0, 1, 1, 0, 0, 0 } }, + { 8.831446129343e-07, 5.044073685846e-06, { 0, 0, 1, 0, 0, 0, -12, 21, -2, 0, 0, 0, 0 } }, + { -9.038561649671e-07, -5.020996394585e-06, { 6, 0, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -3.969403766120e-07, 5.527061323415e-06, { 1, 0, 0, 0, 0, 0, -4, 0, 4, 0, 0, 0, 0 } }, + { -5.250000014195e-06, -6.710946862495e-07, { 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, -2, 0, 0 } }, + { -4.915884164735e-06, -9.963830156100e-07, { 0, 0, 1, 0, 0, -3, 7, 0, 0, 0, 0, 0, 0 } }, + { -9.673535615000e-08, 5.812062225358e-06, { 1, 0, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 6.208117031389e-08, 5.839511706454e-06, { 2, 0, -1, 0, 0, 29, -29, 0, 0, 0, 0, 0, 0 } }, + { 1.484513310267e-08, 5.881841238151e-06, { 3, 0, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.733141553435e-06, 1.514587706407e-07, { 0, 0, 2, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { -5.051396553013e-09, 5.876794528229e-06, { 0, 0, 3, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -5.575231813883e-06, -3.024751946346e-07, { 4, 0, -2, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -5.645093439072e-06, -2.265859662039e-07, { 2, -2, 0, 0, 0, 17, -18, 0, 0, 0, 0, 0, 0 } }, + { -8.269645325757e-07, -5.043834373283e-06, { 2, -2, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 8.501121569071e-07, 5.019038318814e-06, { 3, -1, -1, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { 5.430934499494e-06, 4.380309336016e-07, { 3, -2, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -9.392435610296e-07, 4.925395027181e-06, { 3, 0, -2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 5.773440135665e-06, -8.784368566227e-08, { 1, 0, 2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 9.875573792531e-08, 5.757246172513e-06, { 0, 2, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 5.548648174377e-06, -3.055473960501e-07, { 2, -2, -1, 0, 0, 11, -14, 0, 0, 0, 0, 0, 0 } }, + { -9.247988206716e-07, -4.927959979096e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -1, -1, 0, 0, 0 } }, + { 2.033427457723e-07, 5.645178875139e-06, { 2, 0, 1, 0, 0, 17, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.435680755876e-08, 5.833279012136e-06, { 3, 0, -3, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.736273384354e-07, -5.571401491866e-06, { 4, 0, -1, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { -1.560170475341e-07, 5.680460365417e-06, { 0, 0, 3, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 5.117892023583e-06, -7.148122428745e-07, { 0, 0, 1, 0, 0, 0, -11, 20, 0, 0, 0, 0, 0 } }, + { 5.384574736809e-08, 5.768106505131e-06, { 4, 0, -1, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { -1.694430289435e-08, 5.803361110705e-06, { 4, 0, 0, 0, 0, -19, 19, 0, 0, 0, 0, 0, 0 } }, + { -5.600556769208e-06, 2.177761273937e-07, { 0, 2, 0, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { 8.898897811538e-07, 4.928402663544e-06, { 2, 0, 0, 0, 0, 2, -4, 0, 3, 0, 0, 0, 0 } }, + { 6.906474410942e-07, 5.124831101442e-06, { 2, -2, 1, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { -4.108323580656e-07, -5.404126967978e-06, { 2, 0, 0, 0, 0, 0, 8, 0, -8, 0, 0, 0, 0 } }, + { 5.122612320355e-06, 6.845866232054e-07, { 2, 0, -3, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -7.304790738000e-09, -5.795798727213e-06, { 0, 0, 2, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { -7.760130437180e-07, -5.025513025206e-06, { 1, -1, 2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 6.026686670003e-07, 5.195762523239e-06, { 4, 0, -2, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { 5.721818987224e-06, -7.172150449649e-08, { 4, 0, -1, 0, 0, -7, 8, 0, 0, 0, 0, 0, 0 } }, + { -7.473878671853e-07, 5.043731113392e-06, { 1, -1, 1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.516567386033e-06, -2.682110439030e-07, { 0, 0, 1, 0, 0, 0, -3, 0, 3, -2, 0, 0, 0 } }, + { -5.844345365117e-07, -5.200137333442e-06, { 1, 1, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { 7.889922655029e-07, -4.993822359661e-06, { 1, 0, 0, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { -4.926901301032e-07, 5.289251899841e-06, { 4, 0, 0, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 5.241021404731e-06, 5.403162502651e-07, { 0, 0, 3, 0, 0, -16, 16, -7, 8, -6, 0, 0, 0 } }, + { 5.241021404731e-06, -5.403162502651e-07, { 0, 0, 1, 0, 0, 16, -16, 7, -8, 6, 0, 0, 0 } }, + { 1.053364094127e-08, -5.770603667111e-06, { 1, 0, -2, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -5.505696527014e-06, 2.698183928082e-07, { 1, 1, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0 } }, + { -5.573458035784e-06, -1.973208597796e-07, { 0, 0, 2, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 5.991820078054e-07, 5.171583084580e-06, { 0, 0, 2, 0, 0, 0, -4, 0, 5, 0, 0, 0, 0 } }, + { 5.424610893642e-06, -3.424861502038e-07, { 2, 0, -3, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -6.511860306943e-10, -5.763981841006e-06, { 1, 0, -1, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { 5.718700748005e-06, -4.340592203094e-08, { 1, 0, -3, 0, 0, 0, 4, 0, -4, 0, 0, 0, 0 } }, + { -2.826551791393e-07, 5.475513783237e-06, { 1, 0, 0, 0, 0, 0, 0, 0, -1, 1, 0, 0, 0 } }, + { -3.539251798341e-06, 2.217324431592e-06, { 0, 0, 2, 0, 0, 4, -7, 0, 0, 0, 0, 0, 0 } }, + { 5.421344572232e-06, 3.341329264752e-07, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, -3, 0, 0 } }, + { 5.505025205248e-06, 2.500870619166e-07, { 2, 0, 1, 0, 0, 22, -23, 0, 0, 0, 0, 0, 0 } }, + { -1.300271865141e-08, -5.739453971081e-06, { 2, -2, -1, 0, 0, 15, -15, 0, 0, 0, 0, 0, 0 } }, + { 1.463524339383e-08, -5.735971766467e-06, { 4, 0, 0, 0, 0, -11, 11, 0, 0, 0, 0, 0, 0 } }, + { 9.993615156880e-09, -5.740217613125e-06, { 0, 0, 4, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { 7.042129175575e-07, 5.042546512638e-06, { 0, 0, 1, 0, 0, 3, -5, 0, 0, 5, 0, 0, 0 } }, + { -5.665016104031e-06, 7.911392555321e-08, { 2, 0, 1, 0, 0, -17, 18, 0, 0, 0, 0, 0, 0 } }, + { -6.414337278697e-08, -5.679485934029e-06, { 2, 0, 1, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { 1.171219390190e-08, -5.730330289267e-06, { 2, 0, -2, 0, 0, -21, 21, 0, 0, 0, 0, 0, 0 } }, + { -1.359849589660e-08, -5.725519388920e-06, { 0, 2, 0, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -6.663893448302e-07, -5.070108307624e-06, { 2, 0, -2, 0, 0, 0, -2, 0, 0, 4, 0, 0, 0 } }, + { 1.883692795693e-08, -5.714994554371e-06, { 4, 0, -2, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { 5.454516607753e-07, 5.179586715552e-06, { 2, 0, -2, 0, -3, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -8.075653826807e-08, 5.635990383462e-06, { 3, 0, 2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 5.551415338566e-06, -1.591407486175e-07, { 1, 1, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 5.415864158458e-07, -5.167511760410e-06, { 0, 0, 1, 0, 0, 0, 12, -18, 0, 0, 0, 0, 0 } }, + { 3.100974193712e-09, -5.705410857644e-06, { 2, -2, 2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.776944097089e-07, 5.226631182765e-06, { 2, 0, 0, 0, 0, 0, -3, 0, -2, 8, 0, 0, 0 } }, + { 5.265751351755e-06, 4.382578098017e-07, { 4, 0, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { 5.642899865130e-06, 5.070749860966e-08, { 1, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 8.932647559220e-07, -4.799435142960e-06, { 0, 0, 0, 0, 0, 0, 5, 0, -6, 0, 0, 0, 0 } }, + { 3.351112574741e-07, 5.355543584929e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { -5.597933213780e-06, 9.198374896115e-08, { 2, 0, 1, 0, 0, -15, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.963231381142e-07, 5.393485115309e-06, { 3, 0, -1, 0, 0, -15, 11, 0, 0, 0, 0, 0, 0 } }, + { -6.989276245763e-07, 4.986342200259e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 6, -7, 0, 0, 0 } }, + { -5.048425924354e-06, 6.363964347280e-07, { 2, -2, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 5.833112917671e-07, -5.099612133933e-06, { 2, 0, -1, 0, 0, 0, 5, -6, 1, 0, 0, 0, 0 } }, + { 5.509544267972e-06, 1.732619917784e-07, { 2, 0, -3, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 4.226071608331e-07, 5.258656486599e-06, { 2, 0, 0, 0, 0, 0, 3, 0, -2, -2, 0, 0, 0 } }, + { 5.064287404261e-06, -6.161666976155e-07, { 2, 0, 0, 0, 0, 0, -12, 21, 0, 0, 0, 0, 0 } }, + { -6.231510126954e-07, 5.050610911080e-06, { 2, 0, 0, 0, 0, 3, -8, 6, 0, 0, 0, 0, 0 } }, + { -4.977006461382e-06, 6.966059572663e-07, { 1, 1, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 4.960943977534e-06, 7.093549293828e-07, { 2, 0, -1, 0, 0, 0, 8, -12, 1, 0, 0, 0, 0 } }, + { 5.410810753698e-06, 2.450589144811e-07, { 2, 0, -2, 0, 0, 9, -8, 0, 0, 0, 0, 0, 0 } }, + { -5.582281441033e-06, 7.340231684455e-08, { 4, -2, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.385810608036e-06, -2.681470443802e-07, { 3, 0, -1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 3.082658387824e-06, 2.565787756274e-06, { 0, 0, 1, 0, 0, 0, -3, 0, 5, -2, 0, 0, 0 } }, + { -5.543842193976e-07, -5.089728674894e-06, { 2, 0, 0, 0, 0, 0, -2, 6, 0, 0, 0, 0, 0 } }, + { -5.431524902354e-06, -2.114095599458e-07, { 6, -2, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 2.685462688957e-07, 5.371871632892e-06, { 0, 0, 4, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { 2.685462688957e-07, -5.371871632892e-06, { 0, 0, 2, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { 2.763753113296e-07, 5.359569097588e-06, { 4, 0, -1, 0, 0, 0, 0, 0, 1, -1, 0, 0, 0 } }, + { 8.036455984568e-08, -5.548370096335e-06, { 5, 0, -3, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 5.335753828902e-06, -2.787946604452e-07, { 0, 2, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.183039082925e-06, -4.247349387381e-07, { 2, 0, 0, 0, 0, 2, -5, 0, 2, 0, 0, 0, 0 } }, + { 5.220875960449e-06, 3.772031134273e-07, { 2, 0, 0, 0, 0, 26, -25, 0, 0, 0, 0, 0, 0 } }, + { -4.580276373229e-09, 5.591676734792e-06, { 3, 0, -1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -5.078498356937e-06, -5.125354303104e-07, { 4, 0, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 4.966907202292e-06, 6.228354388704e-07, { 0, 0, 1, 0, -3, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.310491842413e-08, -5.546030019006e-06, { 2, -2, -1, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { -1.286335828047e-07, 5.449400994966e-06, { 4, 0, -3, 0, 0, 0, 2, 0, -3, 0, 1, 0, 0 } }, + { -2.690271917902e-07, 5.307118561934e-06, { 0, 2, -1, 0, 0, 0, 3, -3, 0, 0, 0, 0, 0 } }, + { 5.041200004124e-07, -5.070989572805e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 0, 3, 0, 0 } }, + { 5.225846437264e-06, 3.403838459598e-07, { 4, 0, -1, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { -4.839541171028e-08, 5.516794354965e-06, { 2, -2, 0, 0, 0, 0, 5, -5, 0, 0, 0, 0, 0 } }, + { -5.032208276508e-06, 5.290349664710e-07, { 2, 0, -4, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.646614932990e-07, -5.395683182461e-06, { 1, -1, 1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -7.409087356877e-08, 5.483007793686e-06, { 2, -2, 2, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { 5.226953594167e-06, -3.296324961404e-07, { 2, 0, 0, 0, 0, 2, -4, 0, 1, 0, 0, 0, 0 } }, + { 5.721600218653e-07, -4.977079917612e-06, { 1, -1, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.289301912238e-08, 5.534021636019e-06, { 2, 0, -3, 0, 0, 0, 1, -1, 0, 0, 0, 0, 0 } }, + { -5.354724188721e-06, -1.911101802397e-07, { 2, 0, -1, 0, 0, 28, -29, 0, 0, 0, 0, 0, 0 } }, + { -6.224470160329e-10, 5.544566829346e-06, { 1, 0, -1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { -5.335112079485e-06, -2.058167058566e-07, { 1, -2, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 5.496647758590e-06, -3.381603579808e-08, { 2, 0, -4, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -5.456623714527e-06, -6.776208316061e-08, { 2, 0, -3, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { 9.814440699341e-08, -5.422882165761e-06, { 4, 0, 0, 0, 0, -3, 5, 0, -2, 0, 0, 0, 0 } }, + { -5.431437273681e-06, 8.718535742111e-08, { 2, 0, 1, 0, 0, -16, 17, 0, 0, 0, 0, 0, 0 } }, + { 5.274420628903e-06, 2.404652150536e-07, { 3, 0, 0, 0, 0, 15, -16, 0, 0, 0, 0, 0, 0 } }, + { -5.269669438980e-06, -2.433038904187e-07, { 2, -2, 1, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { 1.666789523638e-07, 5.343399077168e-06, { 1, 0, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -6.328417441217e-09, 5.503626719748e-06, { 3, 0, -3, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 2.885258656224e-08, 5.476288793426e-06, { 2, 0, 0, 0, 0, 0, -2, 4, 0, -2, 0, 0, 0 } }, + { -2.147616415813e-07, 5.287103178417e-06, { 4, 0, -1, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0 } }, + { -4.654099994214e-07, 5.035467991619e-06, { 3, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.613289087584e-08, -5.464337544829e-06, { 1, 0, 0, 0, 0, 0, 4, -6, 0, 2, 0, 0, 0 } }, + { -4.285797513668e-08, -5.457316867379e-06, { 2, -2, -2, 0, 0, 24, -24, 0, 0, 0, 0, 0, 0 } }, + { -1.467575372186e-07, -5.348635835390e-06, { 4, 0, -1, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0 } }, + { -6.611414944093e-08, 5.425120221330e-06, { 4, 0, -3, 0, 0, 0, 2, -2, 0, 0, 0, 0, 0 } }, + { 2.130088748095e-08, -5.463513513873e-06, { 0, 2, 1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 2.848933637074e-07, 5.194839390507e-06, { 1, 0, 2, 0, 0, -21, 20, 0, 0, 0, 0, 0, 0 } }, + { -5.270401286047e-06, 1.998718458197e-07, { 1, -1, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 5.803973516097e-08, -5.402862488984e-06, { 0, 2, -1, 0, 0, 0, 4, -4, 0, 0, 0, 0, 0 } }, + { -5.223477966927e-06, -2.366631279726e-07, { 2, 0, 0, 0, 0, 0, 3, -6, 3, 0, 0, 0, 0 } }, + { 2.563987055155e-07, 5.201036338875e-06, { 1, 0, 1, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 2.510117145053e-07, -5.195362193989e-06, { 3, 0, -2, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -7.781039266417e-08, 5.368431696864e-06, { 4, 0, 2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 3.404313029476e-07, -5.104059910520e-06, { 2, 0, -1, 0, 0, 0, -4, 0, 0, 4, 0, 0, 0 } }, + { -5.239695291492e-06, -1.963466211500e-07, { 6, 0, -3, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.286254675785e-06, 1.452931902523e-07, { 2, 0, -2, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { 7.945881819135e-10, -5.428962070050e-06, { 1, 0, -1, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { 3.555041473110e-06, 1.874269057060e-06, { 2, -2, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.291029698099e-07, 5.196443362966e-06, { 2, 0, 0, 0, 0, 4, -5, 0, 1, 0, 0, 0, 0 } }, + { -2.619021194686e-07, -5.162273104115e-06, { 4, 0, -1, 0, 0, 0, -2, 0, 4, -2, 0, 0, 0 } }, + { 9.682935709680e-08, 5.324902681222e-06, { 4, 0, 0, 0, 0, 3, -5, 0, 2, 0, 0, 0, 0 } }, + { 5.257116557453e-08, 5.368639469950e-06, { 4, 0, -2, 0, 0, 0, 5, 0, -5, 0, 0, 0, 0 } }, + { -1.131817717788e-07, -5.305714167797e-06, { 4, -4, 2, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { 1.131817717788e-07, 5.305714167797e-06, { 4, -4, -2, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0 } }, + { -5.414935172778e-06, -3.928847457134e-09, { 2, 0, 1, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { 4.606092972532e-08, 5.372288582243e-06, { 2, -2, -1, 0, 0, 25, -25, 0, 0, 0, 0, 0, 0 } }, + { 5.194652286425e-06, 2.219852423894e-07, { 1, 1, -1, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { -8.438934782738e-08, -5.328241379460e-06, { 2, 0, -2, 0, 0, 27, -29, 0, 0, 0, 0, 0, 0 } }, + { -4.632819314180e-06, -7.797038722680e-07, { 2, 0, -1, 0, 2, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.311887391281e-06, 9.888110453280e-08, { 1, 0, -3, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.011833326082e-08, 5.370184727967e-06, { 4, -2, 1, 0, 0, -15, 15, 0, 0, 0, 0, 0, 0 } }, + { -8.524392236463e-09, -5.400720793297e-06, { 3, -1, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 3.230621339246e-07, -5.085082881460e-06, { 4, 0, -1, 0, 0, 0, -3, 0, 0, 3, 0, 0, 0 } }, + { -2.101731123903e-07, 5.195214906595e-06, { 6, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 2.160375272289e-07, 5.184526778635e-06, { 2, 0, -1, 0, 0, 7, -9, 0, 2, 0, 0, 0, 0 } }, + { -8.768089601943e-08, -5.311071659162e-06, { 2, 0, 0, 0, 0, -1, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.560460451778e-08, 5.368636740571e-06, { 1, 0, 0, 0, 0, 3, -5, 2, 0, 0, 0, 0, 0 } }, + { -4.988961915944e-06, -3.902119917416e-07, { 0, 0, 1, 0, 0, 0, -12, 15, 0, 0, 0, 0, 0 } }, + { -5.364467746683e-06, 1.086300941415e-08, { 6, 0, -3, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.784638561100e-08, -5.337272567014e-06, { 4, 0, -1, 0, 0, 0, 2, -4, 2, 0, 0, 0, 0 } }, + { 5.158478940059e-06, -2.136438676449e-07, { 2, 0, -2, 0, 0, -17, 18, 0, 0, 0, 0, 0, 0 } }, + { -2.135494388598e-08, -5.340392262400e-06, { 3, 0, 0, 0, 0, 19, -19, 0, 0, 0, 0, 0, 0 } }, + { -1.896289540313e-07, -5.170147601949e-06, { 1, 0, -1, 0, -4, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.348191817422e-07, -5.215946837321e-06, { 5, 1, -2, 0, 0, -32, 28, 0, 0, 0, 0, 0, 0 } }, + { -1.348191817422e-07, 5.215946837321e-06, { 1, 1, -2, 0, 0, -32, 28, 0, 0, 0, 0, 0, 0 } }, + { -5.199569156450e-06, 1.476954330220e-07, { 0, 0, 2, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { 5.166205101276e-06, -1.774300908350e-07, { 2, -2, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -6.504627579425e-09, 5.335023589773e-06, { 5, 0, -2, 0, 0, -17, 17, 0, 0, 0, 0, 0, 0 } }, + { -4.447576057068e-08, -5.293860135316e-06, { 2, 0, 0, 0, 0, 0, -3, 2, 1, 0, 0, 0, 0 } }, + { -2.089921916967e-07, -5.125180871280e-06, { 0, 2, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0 } }, + { 3.622606132111e-09, 5.329577445125e-06, { 1, 2, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -5.018052089114e-06, -3.071770748088e-07, { 0, 0, 1, 0, 0, 3, -1, -8, 3, 0, 0, 0, 0 } }, + { 2.892809776901e-08, -5.295289093600e-06, { 2, 0, -2, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.165885136260e-06, 1.564772013333e-07, { 1, 0, 0, 0, 0, 21, -22, 0, 0, 0, 0, 0, 0 } }, + { -5.144975809020e-06, 1.772695909530e-07, { 2, 0, -2, 0, 0, 0, -7, 9, 0, 0, 0, 0, 0 } }, + { 4.403390645985e-09, -5.317433050179e-06, { 3, -2, 0, 0, 0, 9, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.351863418529e-08, 5.286615155748e-06, { 2, 0, 0, 0, 0, -25, 25, 0, 0, 0, 0, 0, 0 } }, + { 2.109061695922e-08, 5.295106394319e-06, { 0, 2, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.270581332924e-06, 4.558141407451e-08, { 2, 2, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 5.191207228706e-06, 1.182022091871e-07, { 2, 0, 1, 0, 0, 16, -15, 0, 0, 0, 0, 0, 0 } }, + { 2.064648131414e-08, 5.281005471928e-06, { 3, 0, -1, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { 3.466429838690e-09, 5.284379664952e-06, { 3, 0, -1, 0, 0, 16, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.161004913736e-08, 5.265086921753e-06, { 2, 0, 0, 0, 0, 0, -3, 5, -2, 0, 0, 0, 0 } }, + { 8.791308917279e-09, -5.273247240309e-06, { 0, 0, 0, 0, 0, 29, -29, 0, 0, 0, 0, 0, 0 } }, + { -3.401108485172e-09, 5.275637258502e-06, { 2, 2, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 4.084549277987e-06, -1.193377006022e-06, { 2, 0, -1, 0, 0, -5, 9, 0, 0, 0, 0, 0, 0 } }, + { -5.006309092744e-06, -2.634315873573e-07, { 6, 0, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -3.787156458478e-06, -1.477962239953e-06, { 4, 0, -1, 0, 0, -5, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.050203979661e-06, -1.979822474562e-07, { 2, -2, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 5.595003457703e-09, -5.232540603604e-06, { 4, 0, 0, 0, 0, 17, -17, 0, 0, 0, 0, 0, 0 } }, + { -1.824022271851e-07, -5.054856996093e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -1, -2, 0, 0, 0 } }, + { -2.081505100379e-07, -5.024736200384e-06, { 2, 0, 0, 0, 0, 0, 5, -8, 1, 5, 0, 0, 0 } }, + { 5.036765055288e-06, 1.909080898680e-07, { 2, -2, 0, 0, 0, 27, -28, 0, 0, 0, 0, 0, 0 } }, + { -4.305552478690e-08, -5.181558563777e-06, { 1, 0, 0, 0, 0, 0, -2, 4, -2, 0, 0, 0, 0 } }, + { -5.067219222194e-06, -1.540679223517e-07, { 2, -2, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.182561743038e-06, -3.622960513465e-08, { 1, 0, 0, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { 5.027330133288e-06, -1.888824941814e-07, { 2, -2, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 5.085012183934e-06, -1.297566466879e-07, { 1, 0, 0, 0, 0, -12, 13, 0, 0, 0, 0, 0, 0 } }, + { -5.005827619379e-06, -2.078137617436e-07, { 2, 0, 1, 0, 0, 0, 13, -16, 0, 0, 0, 0, 0 } }, + { 5.034713922605e-06, -1.750450440879e-07, { 6, 0, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 7.993943606718e-10, -5.204847641618e-06, { 0, 2, -1, 0, 0, 0, 2, 0, 0, -2, 0, 0, 0 } }, + { 7.644742073588e-08, -5.113832731779e-06, { 0, 2, 0, 0, 0, -25, 25, 0, 0, 0, 0, 0, 0 } }, + { 1.939569836434e-08, 5.160602705282e-06, { 4, 0, 2, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { -5.077390089228e-06, 9.587654204764e-08, { 4, 0, 2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.296943323457e-10, 5.156303814359e-06, { 6, 0, -2, 0, 0, 5, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.023404931488e-08, -5.109202582967e-06, { 2, 0, -3, 0, 0, 13, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.884585171661e-06, -2.227500611435e-06, { 4, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -9.545023305644e-10, -5.104474104949e-06, { 2, -2, 1, 0, 0, 8, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.332477703378e-07, -4.661695042460e-06, { 2, 0, 3, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -5.441186587577e-10, -5.091980268890e-06, { 0, 2, 1, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.660162977289e-09, -5.081251360342e-06, { 0, 2, 1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.021385436388e-06, -5.776388338296e-08, { 1, 0, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -2.841680015188e-09, -5.066984215869e-06, { 0, 0, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0, 0 } }, + { 3.419771383635e-09, 5.062313869712e-06, { 1, 0, 1, 0, 0, -10, 10, 0, 0, 0, 0, 0, 0 } }, + { -9.775758484242e-10, 5.062356233335e-06, { 4, 0, 2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { -1.097641135717e-08, -5.041501462174e-06, { 2, 0, 2, 0, 0, -9, 9, 0, 0, 0, 0, 0, 0 } }, + { -3.197993640920e-09, 5.029407998261e-06, { 4, 0, -5, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.640738269527e-08, -5.013833671559e-06, { 4, 0, 0, 0, 0, -12, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.073406169340e-06, 2.950424474808e-06, { 4, 0, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.510118619988e-08, 5.008683835535e-06, { 2, -2, -1, 0, 0, 0, -2, 0, 0, 2, 0, 0, 0 } }, + { -1.679138426494e-07, 4.712798356980e-06, { 2, 0, -2, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { -5.378380789715e-08, -4.789416902640e-06, { 1, 0, 2, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.913435806479e-06, 9.152700327000e-07, { 0, 2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 1.584515156110e-06, 3.039924058770e-06, { 0, 0, 2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { -2.163675937160e-06, 2.449554462234e-06, { 0, 0, 0, 0, 0, 0, 5, 0, -4, 0, 0, 0, 0 } }, + { -6.538848895120e-08, -4.543465539022e-06, { 4, 0, 0, 0, 0, -8, 8, 0, 0, 0, 0, 0, 0 } }, + { 4.385229909716e-06, -2.186862392253e-07, { 0, 0, 0, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { 8.648667982666e-08, 4.456870567358e-06, { 1, 0, 1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.656905994280e-06, 8.771148526020e-07, { 1, 1, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.458180200265e-07, -4.248220854100e-06, { 2, 0, 1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -4.367867706943e-06, -1.084485852365e-07, { 4, 0, -3, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.937751341500e-07, -3.679917864640e-06, { 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 3.732185349590e-06, -6.929432485900e-07, { 1, -1, 2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.927580353560e-07, 3.909702375907e-06, { 3, 1, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.307235363290e-07, 4.071426711780e-06, { 0, 0, 1, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.925803646767e-06, -2.393948402171e-06, { 0, 0, 0, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 } }, + { -1.631527930386e-07, -4.002562547160e-06, { 4, 0, 0, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.862403354876e-06, -2.281726998277e-06, { 2, -2, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.651630696248e-06, -4.052727066760e-07, { 4, 0, 1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 3.281171024920e-06, -7.217883282680e-07, { 3, -1, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.800160263026e-07, -3.513101992700e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 2, -2, 0, 0, 0 } }, + { 1.516546686700e-06, 2.444765525070e-06, { 2, 0, -1, 0, 0, 7, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.023434509060e-06, 2.907922533010e-06, { 0, 0, 1, 0, 0, 6, -10, 0, 0, 0, 0, 0, 0 } }, + { -2.637481091702e-06, 1.264336256672e-06, { 1, -1, 0, 0, 0, -1, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.217221428400e-06, 6.447957132800e-07, { 1, -1, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -3.112414944054e-06, -7.226287183554e-07, { 1, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 3.414353140011e-06, -3.780179082900e-07, { 6, 0, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.914326017220e-06, -1.739107428061e-06, { 2, 0, 1, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.721779563143e-06, -8.360480611590e-07, { 2, 0, -1, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -1.634160939292e-08, -3.527016081098e-06, { 4, 0, -2, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 3.085797477157e-06, 4.291911659450e-07, { 2, 0, 1, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.617223204110e-07, 3.126093209661e-06, { 4, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.944201018550e-07, -3.088048876419e-06, { 3, 1, -3, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.463192156978e-06, 1.366166837087e-08, { 2, 0, 1, 0, 0, -10, 11, 0, 0, 0, 0, 0, 0 } }, + { -2.065417027092e-06, 1.389698024447e-06, { 1, -1, 1, 0, 0, 0, -2, 6, 0, 0, 0, 0, 0 } }, + { 2.065417027092e-06, -1.389698024447e-06, { 1, -1, -1, 0, 0, 0, -2, 6, 0, 0, 0, 0, 0 } }, + { -2.396481461508e-06, -1.017782993742e-06, { 1, 1, -1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 2.132820028235e-07, -3.164717941028e-06, { 2, 0, 1, 0, -1, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.093930650510e-06, -1.281509224047e-06, { 1, 1, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -3.242573964606e-06, -1.198108848600e-07, { 2, 0, 0, 0, 0, -9, 12, 0, 0, 0, 0, 0, 0 } }, + { 2.048836996711e-07, -3.153642485539e-06, { 3, 0, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -3.085737188920e-09, 3.346032389641e-06, { 2, -2, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 2.915598618822e-06, -4.185715169150e-07, { 2, -2, 0, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.974853886442e-06, -3.376352731660e-07, { 6, 0, -3, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.964748516922e-06, 3.097867017790e-07, { 0, 0, 3, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 3.910844874195e-08, -3.117135345394e-06, { 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.793882635000e-09, -3.146890467594e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -1, -2, 0, 0, 0 } }, + { 1.414545521544e-06, -1.707585118290e-06, { 0, 0, 0, 0, 0, 0, 3, 0, 0, -5, 0, 0, 0 } }, + { 2.148589186665e-06, 9.700709684590e-07, { 3, -1, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { -4.419513452660e-07, 2.669027627943e-06, { 0, 0, 2, 0, 3, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.329363656612e-06, 6.330770069100e-07, { 0, 0, 1, 0, 0, 0, -3, 0, 6, -5, 0, 0, 0 } }, + { -6.084850138510e-07, -2.298690180075e-06, { 1, -1, 1, 0, 0, 2, -5, 0, 0, 0, 0, 0, 0 } }, + { -2.638635116463e-06, 2.170140664640e-07, { 0, 0, 2, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0 } }, + { 1.933282597711e-06, -8.491402093940e-07, { 1, 1, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { 1.303073448066e-06, 1.473209033300e-06, { 4, 0, -1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.616276488739e-06, -1.145395551621e-06, { 2, 0, 1, 0, 0, 6, -9, 0, 0, 0, 0, 0, 0 } }, + { 1.826157494488e-06, 9.001463834840e-07, { 0, 0, 1, 0, 0, 0, -3, 0, 2, 5, 0, 0, 0 } }, + { 7.467005403445e-08, -2.612771048630e-06, { 0, 2, -2, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -6.816456676400e-07, 1.969489193610e-06, { 0, 0, 0, 0, 0, 0, 4, 0, -2, 0, 0, 0, 0 } }, + { -2.293521975290e-06, 3.007140372820e-07, { 2, 0, -1, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { -9.691922597800e-07, -1.451922293827e-06, { 2, -2, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.364842945582e-06, -4.368383238500e-08, { 0, 0, 0, 0, 0, 0, 6, -5, 0, 0, 0, 0, 0 } }, + { 8.560858416899e-07, 1.532419913992e-06, { 4, 0, -2, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.949534190020e-06, -3.881277974439e-07, { 0, 0, 1, 0, 0, 0, 1, 2, 0, 0, 0, 0, 0 } }, + { 2.309435787838e-06, -2.442115211960e-08, { 1, 0, 1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -8.933525602190e-08, -2.075414955050e-06, { 2, 0, 1, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.042203797187e-06, -7.503141238735e-08, { 2, 0, 1, 0, 0, -9, 10, 0, 0, 0, 0, 0, 0 } }, + { -1.323886473963e-08, -1.959156834661e-06, { 2, 0, 2, 0, 0, -7, 7, 0, 0, 0, 0, 0, 0 } }, + { 1.118798651887e-06, -8.269615099640e-07, { 2, 0, 1, 0, 0, -7, 6, 0, 0, 0, 0, 0, 0 } }, + { 6.763156367070e-08, -1.876345983641e-06, { 0, 0, 1, 0, 0, -1, 2, 0, -1, 0, 0, 0, 0 } }, + { -1.923743903727e-06, 3.858187128000e-09, { 0, 0, 2, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0 } }, + { 8.671373045040e-07, 1.047852304376e-06, { 2, 0, 0, 0, 0, -10, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.084638148380e-07, -1.700594354938e-06, { 0, 0, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0, 0 } }, + { 1.120236795972e-06, 7.880643109530e-07, { 4, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 4.563453196042e-09, 1.895538129614e-06, { 0, 0, 2, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.467227968657e-06, -4.257137882645e-07, { 1, 0, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 6.197526760560e-08, 1.770306371880e-06, { 0, 0, 1, 0, 0, 1, -2, 0, 1, 0, 0, 0, 0 } }, + { -1.409993662817e-06, -3.317395043614e-07, { 2, 0, 1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { -9.167506725687e-08, -1.630151142290e-06, { 4, 0, -2, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.117000599945e-07, 1.605336414778e-06, { 3, 0, -1, 0, 0, -5, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.256038686100e-06, 3.322699856450e-07, { 3, -1, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.127092341300e-07, -1.261321432335e-06, { 2, -2, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -7.897202051145e-07, -6.618772314200e-07, { 2, -2, 1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.722642990800e-08, 1.291913400500e-06, { 0, 2, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.667940766000e-09, -1.210773933753e-06, { 2, 0, -3, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -1.139417683500e-08, -1.166168785510e-06, { 1, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -4.436345716435e-09, 1.133369736870e-06, { 2, 2, -2, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 9.334175100200e-07, -1.700132915555e-07, { 2, 0, 1, 0, 0, -8, 9, 0, 0, 0, 0, 0, 0 } }, + { -9.118662062670e-07, 7.139436323750e-08, { 0, 0, 3, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.430025478699e-07, 8.203345382680e-07, { 2, 0, -2, 0, -1, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.039123546729e-07, 6.779291469340e-07, { 4, 0, -2, 0, 1, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 5.085214327900e-09, 7.507012734250e-07, { 1, 0, -3, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -2.491543432253e-07, 5.038994447360e-07, { 1, 0, -1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -6.389977293454e-08, 6.485482714170e-07, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 0, 0, 2, 0 } }, + { 2.227599824105e-08, 6.827684419580e-07, { 6, 0, -3, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.337736392233e-08, -6.780918522260e-07, { 2, 0, 2, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.874222910270e-07, -3.480952430940e-07, { 4, 0, -1, 0, 0, -6, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.322000833000e-07, 9.253508073800e-08, { 1, 1, -3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.802886860099e-07, -2.860523511200e-07, { 4, 0, 0, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.941716035790e-07, -1.251558794591e-07, { 1, 1, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 1.574529198700e-08, 3.824357718100e-07, { 0, 2, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -3.205720077000e-07, 5.682662970000e-08, { 3, 1, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.429217708000e-08, 3.308194465790e-07, { 3, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.863352096483e-07, -3.823167255000e-08, { 4, 0, -1, 0, 0, -6, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.926251287720e-07, 1.022501375220e-07, { 1, 0, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 1.078232533136e-07, -1.668489192580e-07, { 2, -2, 1, 0, 0, -4, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.004185253870e-07, 3.970392157500e-08, { 1, -1, -3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.667064567460e-07, -1.356754189500e-08, { 1, -1, 3, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.074216878560e-07, -2.360789787800e-08, { 3, -1, -1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 9.239956849000e-08, 4.074291489000e-09, { 3, 1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } } +} }; + +constexpr array g_PERT_S3_2 +{ { + { 0.000000000000e+00, 5.139500000000e-01, { 2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 3.824500000000e-01, { 2, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 3.265400000000e-01, { 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -2.639600000000e-01, { 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.230200000000e-01, { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -7.754000000000e-02, { 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -6.068000000000e-02, { 2, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 4.970000000000e-02, { 2, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 4.194000000000e-02, { 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 3.222000000000e-02, { 2, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -2.529000000000e-02, { 2, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 2.490000000000e-02, { 2, 0, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.764000000000e-02, { 0, 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.141767049843e-02, -5.253727461691e-03, { 0, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.070508432118e-02, 4.925840569388e-03, { 0, 0, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.449000000000e-02, { 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.299601282617e-04, -1.368414439540e-02, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.186000000000e-02, { 2, 0, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.066000000000e-02, { 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 9.930000000000e-03, { 4, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -6.580000000000e-03, { 2, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.995225392553e-05, -6.475331461477e-03, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -5.870000000000e-03, { 0, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.339644201502e-04, -5.189361246154e-03, { 0, 0, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 6.339110880064e-04, 5.188959684905e-03, { 0, 0, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -5.360000000000e-03, { 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 4.760000000000e-03, { 4, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.210729340182e-03, -1.477450193267e-03, { 2, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 3.194181627185e-03, 1.469843688501e-03, { 2, 0, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 3.940000000000e-03, { 4, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 3.310000000000e-03, { 2, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 3.100000000000e-03, { 2, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.113089822280e-03, -9.724004705988e-04, { 2, 0, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.927312643566e-03, -1.073768008444e-03, { 2, 0, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 1.986552701046e-03, 9.141736390433e-04, { 2, 0, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 2.350000000000e-03, { 1, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -2.350000000000e-03, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 2.330000000000e-03, { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -2.140000000000e-03, { 1, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 2.130000000000e-03, { 2, 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.433863479261e-03, 3.973316826359e-04, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 1.433219853327e-03, -3.973297789865e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 0.000000000000e+00, -1.730000000000e-03, { 2, 0, -2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.650000000000e-03, { 2, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.460000000000e-03, { 4, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.400000000000e-03, { 4, 0, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -9.716351843714e-05, -1.266217782677e-03, { 2, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -9.703847430710e-05, 1.265118904126e-03, { 2, 0, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.260000000000e-03, { 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.250000000000e-03, { 2, 0, -3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.140000000000e-03, { 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.120000000000e-03, { 2, 0, -1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 8.405364157476e-04, -2.546143882041e-04, { 0, 0, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 8.341226838982e-04, 2.530698996829e-04, { 0, 0, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.060000000000e-03, { 0, 0, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.242643817137e-04, -2.873792387340e-04, { 0, 0, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.334109226803e-04, -6.671933400341e-04, { 2, 0, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -2.338783092327e-04, 6.644489516341e-04, { 2, 0, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -8.900000000000e-04, { 0, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.855467267484e-04, 2.695659075566e-04, { 0, 0, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -8.400000000000e-04, { 1, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -8.400000000000e-04, { 0, 2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -8.100000000000e-04, { 2, -2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.810747425476e-04, 5.643810864842e-04, { 0, 0, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -7.400000000000e-04, { 2, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.840932171688e-04, -5.489842663045e-04, { 1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.691145589459e-04, -5.304885882148e-04, { 0, 0, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 6.900000000000e-04, { 0, 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.514944119513e-04, -1.037842031563e-04, { 0, 0, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 5.508943310845e-04, 1.037334837693e-04, { 0, 0, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.314482924176e-04, -4.227197478745e-04, { 2, 0, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 6.400000000000e-04, { 4, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -6.400000000000e-04, { 3, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 6.200000000000e-04, { 0, 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -6.100000000000e-04, { 4, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -6.000000000000e-04, { 4, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.411496073971e-04, 4.434483121178e-04, { 2, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -6.171580327605e-05, 5.222946142280e-04, { 1, -1, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.171580327605e-05, -5.222946142280e-04, { 1, -1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.631023046598e-04, -2.016114989836e-04, { 0, 0, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 4.347730579526e-04, 1.160706167752e-04, { 2, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 5.500000000000e-04, { 2, 0, -2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 5.400000000000e-04, { 4, 0, -2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.302244316586e-04, 4.088418149013e-04, { 2, 0, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 5.300000000000e-04, { 3, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -5.300000000000e-04, { 2, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -5.300000000000e-04, { 2, -2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.896962029731e-05, -4.968380311406e-04, { 2, 0, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.022603795015e-04, -2.211844631445e-04, { 0, 0, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 2.989293540011e-04, 2.192530029002e-04, { 0, 0, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 1.376166159088e-04, 3.724783893311e-04, { 2, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 5.100000000000e-04, { 4, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 4.700000000000e-04, { 0, 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.296961805230e-04, 2.380606537859e-04, { 2, 0, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -4.300000000000e-04, { 2, 0, -3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.602999382695e-04, 1.595857148080e-04, { 2, 0, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 3.945309826553e-04, -1.865412310786e-05, { 2, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 3.906866134421e-04, 1.870665969413e-05, { 2, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.795296919220e-04, -1.286796464928e-04, { 2, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 3.967134460943e-04, -5.537382527109e-06, { 2, 0, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 4.000000000000e-04, { 3, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 4.000000000000e-04, { 0, 2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.936156579041e-04, 5.307413126319e-06, { 2, 0, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 2.724695125563e-04, 1.254156301681e-04, { 2, 0, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.806081953435e-04, -2.139642020871e-04, { 2, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.010673497308e-04, 2.920054015516e-04, { 0, 0, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -3.900000000000e-04, { 2, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.042983307895e-04, 2.841735624480e-04, { 2, 0, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -3.800000000000e-04, { 4, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.804384125294e-04, 1.870713231163e-04, { 2, 0, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.253925475785e-04, -1.306713900524e-04, { 0, 0, 1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -2.241963222421e-04, 1.301196371843e-04, { 0, 0, 1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 2.011287788235e-04, -1.516006817556e-04, { 2, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.492360667079e-04, 1.937292492210e-04, { 2, 0, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.155913442049e-04, 1.263350441929e-04, { 2, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 3.400000000000e-04, { 2, -2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.923738357528e-04, -1.462727788963e-04, { 2, 0, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 1.102405990374e-04, -2.255122195051e-04, { 0, 0, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 1.069813574575e-04, 2.204226551169e-04, { 0, 0, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -1.684608452838e-04, -1.565916460297e-04, { 2, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.560436766056e-04, 1.668087664110e-04, { 0, 0, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -8.070901560767e-05, 2.397254994565e-04, { 2, 0, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.808023592808e-04, 1.393881929877e-04, { 2, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -3.200000000000e-04, { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.796085802829e-04, 1.402825979763e-04, { 2, 0, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -1.996888351644e-04, 1.193508024512e-04, { 2, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 3.456544939125e-05, -2.830098632379e-04, { 0, 0, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 3.456252886172e-05, 2.829755606647e-04, { 0, 0, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 8.018198471777e-05, -2.369941474954e-04, { 0, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.923541551962e-04, -2.296791350235e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -2.895588371658e-04, 2.288767286317e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 7.094235487911e-05, -2.410298375069e-04, { 2, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.362872685173e-04, -7.229057510133e-05, { 2, 0, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.361524651185e-04, 7.224928657147e-05, { 2, 0, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.423080849082e-04, -6.586525069998e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 6.425175170149e-05, -2.288208626530e-04, { 2, 0, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.249058749727e-04, 6.763340746932e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { 5.006927981560e-05, 2.400615255218e-04, { 2, 0, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -2.900000000000e-04, { 1, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 2.900000000000e-04, { 0, 0, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -2.800000000000e-04, { 1, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.320904803825e-04, -1.414593250445e-04, { 0, 0, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 2.700000000000e-04, { 3, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.772900939561e-04, -8.809455057197e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.568362871761e-04, 1.058907500013e-04, { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -2.600000000000e-04, { 0, 0, 2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.695155521578e-04, -8.887931892712e-05, { 2, 0, 0, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -1.695158908003e-04, -8.691339819574e-05, { 2, 0, -1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -1.511954309197e-04, -1.001901209552e-04, { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.635529188967e-04, 8.408948383293e-05, { 2, 0, -1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -1.616726004389e-04, 8.533412812856e-05, { 2, 0, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 6.025369836118e-05, -1.847248204819e-04, { 2, 0, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -6.173455448266e-05, 1.796909702318e-04, { 2, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0 } }, + { -1.568242577368e-04, -8.136622485446e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 1.648130929100e-04, 6.957796320837e-05, { 2, 0, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 8.103685549475e-05, -1.500888663023e-04, { 2, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 2.300000000000e-04, { 2, 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.535946948610e-04, 7.286061837888e-05, { 2, 0, -1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 7.885317586549e-05, -1.443400598837e-04, { 2, 0, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 1.353997360415e-04, -8.482526767651e-05, { 2, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 2.200000000000e-04, { 2, 0, 1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.393425226826e-04, 5.456273846231e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { 0.000000000000e+00, -1.900000000000e-04, { 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.900000000000e-04, { 1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.900000000000e-04, { 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 0.000000000000e+00, 1.900000000000e-04, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 1.438043288631e-04, -4.327980295895e-05, { 2, 0, -2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.426549248642e-04, 4.293490424275e-05, { 2, 0, 0, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 6.415418448009e-05, 1.213135179219e-04, { 2, 0, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 1.008963797196e-04, 8.333900027331e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 6.185563706088e-05, 1.206381412362e-04, { 2, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 1.159434747907e-04, -6.456173358670e-05, { 2, 0, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 3.741648558090e-05, -1.386396379248e-04, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -7.712267415521e-05, -9.764057561403e-05, { 0, 0, 2, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { -7.665964229111e-05, 9.704853268987e-05, { 0, 0, 0, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { -1.108206656972e-04, 6.174690984459e-05, { 2, 0, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.170489874122e-04, 5.385719781831e-05, { 0, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.700000000000e-04, { 6, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.826386829963e-05, 1.296050716129e-04, { 2, 0, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.231840099182e-04, -4.347446286552e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.600000000000e-04, { 2, 0, 0, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.600000000000e-04, { 0, 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.028264165351e-04, -5.459921216087e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 7.421939199821e-06, -1.498162702063e-04, { 2, 0, -1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.335802378328e-05, 1.230528075362e-04, { 2, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -9.483867341678e-05, 5.934320931696e-05, { 2, 0, -2, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 8.600344002892e-05, 6.458383773559e-05, { 2, 0, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.500000000000e-04, { 2, 0, 3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.500000000000e-04, { 1, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.500000000000e-04, { 1, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.509276458353e-05, -1.036104373370e-04, { 2, 0, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 3.264691637933e-05, -1.138011639809e-04, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 9.989076516813e-05, 4.606338061980e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.581668230541e-05, -8.766239160462e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 1.900702319858e-05, 1.215971344811e-04, { 1, 1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.400000000000e-04, { 4, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.400000000000e-04, { 2, -2, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.400000000000e-04, { 2, -2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.400000000000e-04, { 0, 0, 1, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.752844497033e-05, 1.023899693835e-04, { 0, 0, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.846432990789e-05, -8.115263078900e-05, { 2, 0, 0, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.994922828159e-05, -9.775114938198e-05, { 0, 0, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 8.761471286940e-05, 4.820437831581e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.159595996348e-05, -9.028366285676e-05, { 2, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.300000000000e-04, { 6, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.300000000000e-04, { 4, 0, -2, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.300000000000e-04, { 3, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.300000000000e-04, { 0, 2, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.170512534076e-05, -9.641167576461e-05, { 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 6.924885961740e-05, -5.748561073599e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.512668475809e-05, 7.144926323388e-05, { 2, 0, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 8.685245549915e-05, 3.889860643918e-05, { 2, 0, -1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 7.943946536811e-05, 4.230096147877e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 7.943946536811e-05, -4.230096147877e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -7.335236403881e-06, 1.131108833554e-04, { 2, 0, -1, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.200000000000e-04, { 4, 0, -1, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.200000000000e-04, { 4, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.200000000000e-04, { 2, -2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.005087764178e-05, 1.095398551151e-04, { 2, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 7.671589892038e-05, 4.251782115294e-05, { 0, 0, 1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 6.828656725622e-05, 4.970494163804e-05, { 2, 0, -1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 4.529080604465e-05, 7.164629608760e-05, { 1, 1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -2.934399918786e-05, -8.746114949481e-05, { 1, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.849146949334e-05, -5.795789536423e-05, { 2, 0, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -4.162647644624e-07, 1.155023997817e-04, { 2, 0, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -4.433212863367e-07, -1.154636272037e-04, { 2, 0, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -4.101337305441e-05, -7.393348870296e-05, { 0, 0, 1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { 7.010238455080e-05, -4.472156521569e-05, { 1, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 1.957956827880e-05, 9.394202015665e-05, { 2, 0, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -5.711277967856e-05, -5.601901817587e-05, { 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -1.402428515175e-06, -1.103243951817e-04, { 2, 0, -1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { 5.424615120372e-05, -5.727439394779e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.100000000000e-04, { 4, 0, -3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.425023559194e-05, -7.565101691828e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -6.989706932460e-05, 3.853702465297e-05, { 0, 0, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 3.541587002353e-05, 7.131275529782e-05, { 2, 0, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.577340763447e-05, 6.053333601006e-05, { 0, 0, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.971472829782e-05, 7.584608124467e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 5.071538911062e-05, -5.301311831997e-05, { 2, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 2.462582950278e-05, 7.787832456842e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 6.229316172103e-05, 4.008443053416e-05, { 2, 0, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 2.678530358056e-05, 7.449940405228e-05, { 2, 0, -1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 2.675788474095e-05, -7.442407259462e-05, { 2, 0, -1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 2.223201849964e-05, -7.809164374808e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 0.000000000000e+00, -1.000000000000e-04, { 3, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.000000000000e-04, { 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.820491834124e-05, 2.165114807400e-05, { 0, 0, 2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 7.808262897089e-05, -2.169351812918e-05, { 0, 0, 2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 5.838272735747e-05, 3.882964174465e-05, { 0, 0, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 3.993843268232e-05, 5.560926073609e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 3.969136520780e-05, -5.551098500520e-05, { 2, 0, -1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 3.233792560370e-05, 6.119061843192e-05, { 2, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 2.496561249786e-05, -6.818745845991e-05, { 2, 0, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 5.631522684493e-05, 3.623872234842e-05, { 2, 0, -1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 1.596647473512e-05, 7.655575420471e-05, { 0, 0, 2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -5.942269671870e-05, -3.180496232633e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -3.986242967703e-05, 5.045663435142e-05, { 2, 0, 0, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -9.000000000000e-05, { 4, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 9.000000000000e-05, { 4, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -9.000000000000e-05, { 4, 0, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -9.000000000000e-05, { 2, 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -9.000000000000e-05, { 2, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.495272890579e-05, -3.467778068435e-05, { 0, 0, 1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 3.699062952974e-05, -5.193347415696e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { 3.856446099855e-05, 4.990521077306e-05, { 0, 0, 2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -3.813050244713e-05, 5.011010865819e-05, { 2, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.904995434659e-05, 5.918424151382e-05, { 2, 0, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -6.027623378090e-06, -8.193305671317e-05, { 0, 0, 1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 2.110249678542e-05, -6.674342386649e-05, { 2, 0, -1, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 3.612823216664e-05, 5.054815354765e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { -5.921431486395e-05, 2.725868007085e-05, { 1, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.980415809442e-05, 5.637309458010e-05, { 2, 0, -1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -5.896664625810e-05, -2.714481045399e-05, { 1, 0, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 3.883354762448e-05, -4.698183753534e-05, { 2, 0, -2, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 3.266416827403e-05, 5.205247609644e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { 5.782916668587e-05, -2.662074035284e-05, { 4, 0, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 5.643313864499e-05, 2.597840162959e-05, { 4, 0, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.987135293408e-05, -5.239474293027e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 5.621543672533e-05, -2.588986300496e-05, { 2, 0, 0, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -6.732886592913e-05, -1.475222193925e-05, { 2, 0, 0, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 4.979036453132e-05, 3.187782924080e-05, { 0, 0, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0 } }, + { 3.119353718172e-05, -4.902908287920e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -8.000000000000e-05, { 2, 2, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -8.000000000000e-05, { 2, 0, -2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -8.000000000000e-05, { 2, 0, -3, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -8.000000000000e-05, { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -8.000000000000e-05, { 1, -2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -8.000000000000e-05, { 0, 2, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.088704842325e-05, 5.806543956616e-05, { 2, 0, 0, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 2.088695827851e-05, -5.804864491178e-05, { 2, 0, 0, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 2.675114656054e-05, 5.186895161320e-05, { 0, 0, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 2.242759699777e-05, -5.565072230354e-05, { 0, 0, 0, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.928459916163e-05, 5.856299196073e-05, { 2, -2, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.894416707912e-05, -5.753548667557e-05, { 2, -2, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.604492621189e-05, -2.949857408044e-05, { 0, 0, 1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -4.579094545657e-06, -7.085585575189e-05, { 0, 0, 1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 2.505101538286e-05, -4.871707787479e-05, { 0, 0, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 3.538855449374e-05, -3.780360170539e-05, { 1, 0, 0, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -4.813827975269e-06, 6.835744153282e-05, { 0, 0, 1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { 1.975384009027e-05, -5.171509508462e-05, { 2, 0, 0, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { 2.945184692238e-05, -4.168099993154e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -3, 0, 0, 0 } }, + { 2.962909879700e-05, -4.093341253694e-05, { 2, 0, -1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.342732714800e-05, 4.706755854488e-05, { 2, 0, -1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { -3.208063453573e-05, -3.832590826295e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { -1.749080793214e-05, -5.277098647137e-05, { 2, 0, -2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -1.214249626397e-05, 5.807282621164e-05, { 0, 0, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -3.014504984083e-05, -3.989080056973e-05, { 1, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 7.000000000000e-05, { 4, -2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -7.000000000000e-05, { 3, 0, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 7.000000000000e-05, { 0, 0, 4, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.530202468423e-05, -5.440880979120e-05, { 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.630539793617e-05, 4.238575459210e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -2.565301451109e-05, 4.291762862151e-05, { 0, 0, 2, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { -2.565301451109e-05, 4.291762862151e-05, { 0, 0, 0, 0, 0, 0, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.203130709445e-05, 2.633458975647e-05, { 0, 0, 1, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { -4.259809433593e-05, 2.346304846443e-05, { 2, 0, -3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 4.470139570283e-05, 2.102406653598e-05, { 2, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.386183662638e-05, 4.176000787523e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 3, 0, 0, 0, 0 } }, + { -4.447440780101e-05, 2.047184413077e-05, { 0, 2, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.816314692108e-05, 4.658433313812e-05, { 1, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.415234833751e-05, 2.003472367994e-05, { 1, 1, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -2.378077131622e-05, 3.997473379900e-05, { 0, 0, 1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { -2.357686658458e-05, -3.968124196244e-05, { 0, 0, 1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { 2.118142468462e-05, -4.014788180523e-05, { 2, 0, -1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -4.194653865416e-05, -1.930934051335e-05, { 0, 2, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.997785780500e-05, 4.094084936274e-05, { 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.324070655324e-05, -4.707227789724e-05, { 2, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 6.000000000000e-05, { 6, 0, -3, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 6.000000000000e-05, { 4, 0, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 6.000000000000e-05, { 4, 0, -3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 6.000000000000e-05, { 3, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -6.000000000000e-05, { 2, 0, -4, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -6.000000000000e-05, { 0, 0, 4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.540569265193e-05, -1.366802665786e-05, { 0, 0, 1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { -3.807905230954e-05, 2.097292248921e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 3.790838996775e-05, -2.113217346221e-05, { 4, 0, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 4.505119048498e-05, 1.356165209993e-05, { 0, 0, 3, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.038005797251e-05, -3.693433230512e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 2.884734047088e-05, -2.770976267955e-05, { 0, 0, 0, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0 } }, + { 2.979930659760e-05, 2.668335298088e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -3.770241069524e-05, -1.854755199667e-05, { 0, 0, 2, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -2.467223725939e-05, 3.148461066325e-05, { 2, 0, -2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.891026614620e-05, 3.694276490069e-05, { 0, 0, 1, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 3.813168914268e-05, -1.755387074654e-05, { 0, 0, 4, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.914574139336e-05, -3.597599869900e-05, { 0, 0, 1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { -9.913499383391e-06, -4.511555686712e-05, { 2, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 3.295655438116e-05, -2.136107726122e-05, { 2, 0, -1, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -3.491831102625e-05, 1.910440841707e-05, { 0, 0, 1, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { -1.190531527876e-06, 5.205087309345e-05, { 2, 0, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -1.963940571408e-05, 3.346309859208e-05, { 2, 0, 0, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -1.942375357265e-05, -3.333896681210e-05, { 2, 0, -1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { -2.002868037757e-05, 3.262740928741e-05, { 0, 0, 1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { 6.251187580520e-06, 4.636917412411e-05, { 2, 0, -1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -2.025520941473e-05, 3.235572266796e-05, { 0, 0, 1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { 1.456554054822e-05, 3.794812122917e-05, { 0, 0, 1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { 3.823728630671e-05, -1.424815668779e-05, { 2, 0, 0, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { -3.387729086233e-05, -1.845559535651e-05, { 0, 0, 1, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 3.576926245022e-05, 1.646858519688e-05, { 0, 0, 2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 2.261977102537e-05, 2.933455112447e-05, { 2, 0, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -5.047918859077e-05, -5.961162544077e-07, { 0, 0, 1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -1.831604902938e-05, -3.264761389931e-05, { 0, 0, 1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -3.780818821305e-05, 1.305913106015e-05, { 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.871462496937e-05, 3.204270592563e-05, { 2, 0, -1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { 1.510651589671e-05, -3.540298779502e-05, { 2, 0, -1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -1.948703104868e-05, -3.098027051489e-05, { 0, 0, 1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 3.803900173886e-05, 1.237070518244e-05, { 4, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.241066920473e-05, -3.791705125542e-05, { 2, 0, -1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.955714456833e-05, 6.543745186451e-07, { 0, 0, 1, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -1.249886995469e-05, 3.761044369292e-05, { 2, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.079721003382e-06, 4.894556325749e-05, { 2, 0, -1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 5.000000000000e-05, { 4, 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -5.000000000000e-05, { 4, -2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 5.000000000000e-05, { 3, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -5.000000000000e-05, { 2, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 5.000000000000e-05, { 2, 0, -3, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 5.000000000000e-05, { 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 0.000000000000e+00, -5.000000000000e-05, { 2, -2, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 5.000000000000e-05, { 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 5.000000000000e-05, { 2, -2, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -5.000000000000e-05, { 2, -2, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 5.000000000000e-05, { 0, 0, 3, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -2.249686827349e-05, 2.721283396359e-05, { 2, 0, 0, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.693059747236e-05, -3.256900721044e-05, { 2, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -2.027896416372e-06, 4.699308808811e-05, { 0, 0, 1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -2.163725214375e-05, -2.737835316928e-05, { 2, 0, 1, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { -2.163725214375e-05, 2.737835316928e-05, { 2, 0, -1, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { -1.022667890732e-05, 3.867059656285e-05, { 3, -1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.271466321976e-05, 1.607971298403e-05, { 0, 0, 0, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { -3.598733268573e-05, -1.245946437241e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { 2.930426501988e-05, -1.900772449869e-05, { 2, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -2.138846077453e-05, 2.625927391155e-05, { 2, 0, -1, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.204190521963e-05, 3.553536868989e-05, { 1, 0, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.224884218354e-05, 1.524002230752e-05, { 2, 0, -1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 7.417012985255e-08, -4.650609324910e-05, { 2, 0, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -1.998349612660e-06, -4.455967680632e-05, { 0, 0, 1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -1.802950765983e-05, 2.727935147137e-05, { 2, 0, 0, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 3.096757904115e-05, -1.405355120897e-05, { 1, 1, -2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.611184603521e-05, 2.883905113287e-05, { 0, 0, 1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.810866524515e-05, 2.679600076634e-05, { 2, 0, -1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 5.631240843305e-06, 3.900262296634e-05, { 2, 0, 0, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -2.804517038055e-05, 1.652458707313e-05, { 2, 0, 0, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 3.021319610469e-07, -4.413752227275e-05, { 2, 0, -1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 3.027796114724e-05, -1.414754832676e-05, { 4, 0, -1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.856913822842e-05, -2.549213291850e-05, { 2, 0, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 1.773499476042e-05, 2.602928792313e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0 } }, + { 1.771417279873e-05, -2.603993570609e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0 } }, + { -7.505903445497e-06, 3.598754687302e-05, { 2, 0, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -2.721462854790e-05, 1.617617646484e-05, { 2, 0, -1, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 2.950633263787e-05, 1.378644082146e-05, { 0, 0, 1, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 9.965854305563e-06, 3.305186747777e-05, { 0, 0, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -1.706374974063e-05, -2.539675101734e-05, { 2, 0, -1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { 2.582263808500e-06, -3.983259724855e-05, { 2, 0, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 2.298633720846e-05, 1.927766328523e-05, { 2, 0, 2, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.665443621714e-05, -2.553999586996e-05, { 2, 0, 0, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { 1.722355045608e-05, 2.485744000172e-05, { 2, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 2.529301566663e-05, -1.677624686124e-05, { 2, 0, -1, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { -3.102402658712e-05, -1.082166594526e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -2.455843817940e-05, -1.723029640455e-05, { 2, 0, -1, 0, 0, 0, 6, 0, 0, 0, 0, 0, 0 } }, + { 9.854219703483e-06, 3.071948581987e-05, { 0, 0, 2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 3.789371633592e-05, -2.225755036764e-06, { 2, 0, -2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -1.006111150054e-05, 3.002685636930e-05, { 1, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.786866431932e-05, 2.215397007395e-06, { 2, 0, -2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 0.000000000000e+00, 4.000000000000e-05, { 6, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 4.000000000000e-05, { 4, 0, -2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -4.000000000000e-05, { 4, -2, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 4.000000000000e-05, { 3, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -4.000000000000e-05, { 3, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -4.000000000000e-05, { 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1 } }, + { 0.000000000000e+00, -4.000000000000e-05, { 2, 0, 3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 4.000000000000e-05, { 2, 0, -1, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -4.000000000000e-05, { 2, 0, -4, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -4.000000000000e-05, { 2, -2, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -4.000000000000e-05, { 2, -2, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 4.000000000000e-05, { 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -4.000000000000e-05, { 1, 0, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -4.000000000000e-05, { 1, 0, -3, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 4.000000000000e-05, { 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 2.304048631233e-05, 1.692635359765e-05, { 2, 0, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.002252998381e-05, -2.988883565580e-05, { 1, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.297662898266e-05, -1.662922889297e-05, { 2, 0, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -3.861466431944e-05, 9.571801129457e-07, { 2, 0, 0, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -3.807531405635e-05, 1.178132256536e-06, { 2, 0, -1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -2.974647884911e-05, -9.486312014109e-06, { 0, 0, 1, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { -2.972743030780e-05, 9.481901959206e-06, { 0, 0, 1, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { 1.121379849888e-05, -2.782536115177e-05, { 0, 0, 1, 0, 0, 0, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.121379849888e-05, 2.782536115177e-05, { 0, 0, 1, 0, 0, 0, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.712185979050e-05, 2.175150585222e-05, { 2, 0, -1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -1.961407145391e-05, 1.888952384420e-05, { 2, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -2.442315841009e-05, 1.406313192977e-05, { 2, 0, -1, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 1.346404865304e-05, -2.495187997657e-05, { 2, 0, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 3.018307733403e-05, -8.136712157778e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { 9.240591674569e-06, -2.896442140993e-05, { 0, 0, 2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -2.835816111003e-05, 9.788498273866e-06, { 2, 0, -3, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.559579961442e-05, -2.239178659357e-05, { 2, 0, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { -1.403583733399e-05, -2.381644345721e-05, { 2, 0, -1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 9.049680243221e-06, 2.850228406538e-05, { 2, 0, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -8.600236239276e-06, -2.874084091721e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.546261581390e-05, -1.172146379783e-05, { 4, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.517262624445e-05, 1.158803227369e-05, { 4, 0, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 7.670009180489e-06, -2.900294742214e-05, { 3, -1, -1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -7.670009180489e-06, -2.900294742214e-05, { 1, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { -7.670009180489e-06, 2.900294742214e-05, { 1, -1, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 7.670009180489e-06, -2.900294742214e-05, { 1, -1, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.624481146284e-05, 1.031859926554e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 1, 5, 0, 0, 0 } }, + { 2.796488447990e-05, 8.406378225776e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { 2.479059457801e-05, -1.141164649669e-05, { 4, 0, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.268518560747e-05, 2.349513772191e-05, { 2, 0, -1, 0, 0, 0, 7, -9, 0, 0, 0, 0, 0 } }, + { 2.692589620863e-05, -9.106161469830e-06, { 2, 0, -1, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 2.923883754712e-05, -6.714936998457e-06, { 0, 0, 1, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.923883754712e-05, 6.714936998456e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0 } }, + { -1.728224941076e-05, 1.859766026382e-05, { 2, 0, 0, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.344634212867e-05, -2.231808750578e-05, { 2, 0, 0, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 1.130373482610e-05, -2.437610527934e-05, { 2, 0, -1, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 2.105889259171e-05, -1.410925039870e-05, { 0, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 2.962503393839e-05, -5.534094783078e-06, { 0, 0, 2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 2.960162369721e-05, 5.528768684324e-06, { 0, 0, 2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.272712712229e-05, -2.238671196437e-05, { 0, 0, 1, 0, 0, 0, -1, 0, -1, 0, 0, 0, 0 } }, + { -2.209355721261e-05, -1.301402487515e-05, { 2, 0, -1, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -6.407942286685e-06, -2.858379239916e-05, { 2, 0, -1, 0, 0, -4, 5, 0, 0, 0, 0, 0, 0 } }, + { -3.364384614045e-05, -9.218506871640e-07, { 2, 0, -1, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { -1.448203383256e-06, 3.307174059781e-05, { 2, 0, 0, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { -1.208612247219e-05, 2.242153490324e-05, { 2, 0, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -8.408588920073e-07, -3.352449502781e-05, { 2, 0, -1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { -1.307258563308e-06, 3.303861560577e-05, { 2, 0, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -1.873361194655e-05, 1.550727345204e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 5, -5, 0, 0, 0 } }, + { 2.332156821459e-05, 1.073568596852e-05, { 4, 0, -3, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -6.399936538695e-07, 3.340667630508e-05, { 2, 0, -1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { -2.132831580384e-05, -1.225932273689e-05, { 2, 0, 0, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -6.571284783214e-07, 3.275151952797e-05, { 2, 0, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -3.280029489218e-05, -5.473407050319e-07, { 2, 0, 0, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 2.281747871783e-05, -1.050390609694e-05, { 2, 0, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.394891131169e-05, 9.325122489011e-06, { 1, 0, 1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { 2.394891131169e-05, -9.325122489011e-06, { 1, 0, -1, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -1.153482727480e-05, -2.156451729196e-05, { 2, 0, -1, 0, 0, 3, -3, 0, 0, 0, 0, 0, 0 } }, + { -9.686202775654e-06, -2.335099484785e-05, { 1, 1, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 1.029579341084e-06, -3.199374758316e-05, { 2, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.443038342363e-05, 1.838501768832e-05, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -1.499324549150e-05, 1.769255384952e-05, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { 1.561127942105e-05, 1.696474589972e-05, { 2, 0, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 7.967686586382e-06, -2.439972991496e-05, { 2, 0, -1, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 2.203341089220e-05, 1.014185460148e-05, { 2, 0, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -2.241206022647e-05, -9.658639424782e-06, { 2, 0, 0, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -1.008499488853e-06, -3.106092575640e-05, { 2, 0, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 8.677411629077e-06, 2.304922117542e-05, { 2, 0, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.927076724434e-05, -1.226521394859e-05, { 2, 0, -1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 2.611144440488e-05, -5.404110167015e-06, { 0, 0, 1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { -6.569350880442e-06, -2.493119150629e-05, { 2, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { -2.148161085351e-05, 9.895418292972e-06, { 2, 0, -2, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 5.831030165668e-06, 2.544358303382e-05, { 2, 0, -1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -1.316560021032e-06, 2.975566311062e-05, { 2, 0, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.379727224325e-05, 1.716856696753e-05, { 2, 0, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -2.391461615916e-05, 6.973887455648e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { 1.933156998282e-05, -1.153954924766e-05, { 2, 0, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0 } }, + { 7.715446491471e-06, 2.305569289946e-05, { 2, 0, 0, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { 1.062931776965e-05, -2.007780920811e-05, { 2, 0, -1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -1.351229384581e-05, -1.708898880853e-05, { 2, 0, 0, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { -1.117479130195e-05, 1.937923464711e-05, { 0, 0, 1, 0, 0, 0, 4, -8, 1, 5, 0, 0, 0 } }, + { -1.117479130195e-05, -1.937923464711e-05, { 0, 0, 1, 0, 0, 0, -4, 8, -1, -5, 0, 0, 0 } }, + { -1.343043700931e-05, 1.698432482188e-05, { 2, 0, -2, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { 2.259541000957e-05, -7.818588078173e-06, { 2, 0, 0, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { -7.359880319994e-06, -2.300382592415e-05, { 2, 0, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 3.000000000000e-05, { 6, 0, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 3.000000000000e-05, { 6, 0, -2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -3.000000000000e-05, { 4, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 3.000000000000e-05, { 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 3.000000000000e-05, { 2, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -3.000000000000e-05, { 1, 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -3.000000000000e-05, { 1, 0, 1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 3.000000000000e-05, { 1, -2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 3.000000000000e-05, { 0, 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -3.000000000000e-05, { 0, 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -7.307194205829e-06, -2.263833738750e-05, { 0, 0, 1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.455797870621e-05, 1.510448679692e-05, { 2, 0, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.275639689033e-05, -6.692023514959e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { -1.084942325079e-05, -1.855503436990e-05, { 0, 0, 1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 2.588254618823e-05, 3.357935694512e-06, { 0, 0, 1, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.046837603580e-05, 8.639517850445e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 2.718629003587e-05, -1.910037829863e-06, { 2, 0, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 1.471843372401e-05, 1.424278535051e-05, { 2, 0, 0, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -4.507868674344e-06, -2.442667935511e-05, { 2, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.691929395142e-05, 1.915933053979e-06, { 2, 0, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.682118014502e-05, 1.915884072695e-06, { 0, 0, 1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 1.201771562126e-05, -1.669934210447e-05, { 0, 0, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { -3.283831866272e-06, -2.507957806601e-05, { 2, 0, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.816358709363e-05, -1.012151170182e-05, { 4, 0, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.002729269283e-06, 2.692303087447e-05, { 2, 0, -1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { 1.018917716429e-05, 1.764249650812e-05, { 2, 0, -1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { -5.834148611419e-06, -2.187627859195e-05, { 2, 0, -1, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } }, + { 1.165302205777e-05, 1.603691048444e-05, { 2, 0, -1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { -1.676146207087e-05, 1.091115893235e-05, { 2, 0, 2, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 6.928353242692e-06, 2.066514149829e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -2.388282823197e-05, 3.537269395642e-06, { 0, 0, 1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 4.719080186780e-06, 2.262579731253e-05, { 2, 0, 2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.756449633594e-05, 9.564960452853e-06, { 0, 0, 2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.820259205587e-05, -8.524414397458e-06, { 4, 0, -2, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -2.304696924602e-05, -3.556453990175e-06, { 0, 0, 1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.460232635956e-05, 1.192795150645e-05, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -4, 0, 0, 0 } }, + { 2.092958947370e-05, 5.529571811914e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -1.676895775391e-05, -9.548765249945e-06, { 0, 0, 1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { 2.019052650457e-05, -6.077423139168e-06, { 2, 0, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.833086774232e-06, 2.442717666753e-05, { 2, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.012934119403e-05, 6.059063419629e-06, { 2, 0, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.121926784103e-05, 1.444273187689e-05, { 2, 0, -1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { -1.573366632222e-05, 9.907102145243e-06, { 2, 0, -1, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0 } }, + { -1.958229073587e-05, -5.908987296916e-06, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 0, 0, 0, 0 } }, + { -6.965321426198e-07, 2.479229662259e-05, { 0, 0, 1, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0 } }, + { -1.022567061056e-05, -1.516482795843e-05, { 2, 0, -1, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0 } }, + { 3.271334729026e-07, 2.497597130250e-05, { 2, 0, -1, 0, 0, 0, 8, -11, 0, 0, 0, 0, 0 } }, + { 1.617513713745e-05, -9.069298023939e-06, { 4, 0, -3, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -1.869729296272e-05, -6.515137167854e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 4, 0, 0, 0, 0 } }, + { -1.114886911020e-05, 1.405102222162e-05, { 2, 0, -1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { -2.042680455371e-06, -2.307481233829e-05, { 2, 0, 0, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { -6.700495742424e-06, -1.838329651338e-05, { 2, 0, -2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.277222868191e-06, -1.872945270278e-05, { 3, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.775387638562e-06, 2.319910002634e-05, { 1, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.377925779565e-05, -1.117950142123e-05, { 2, 0, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { -9.896496249623e-06, -1.503860563201e-05, { 0, 0, 1, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { 1.771639831510e-06, -2.314906985744e-05, { 1, 0, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.117854870192e-05, -1.373671015365e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { -5.763734836784e-06, 1.915148455685e-05, { 2, 0, -3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 7.600298304528e-06, -1.726651077699e-05, { 2, 0, 0, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { 9.328076862934e-06, 1.539562549581e-05, { 0, 0, 1, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { -9.811587813749e-06, -1.490266905652e-05, { 1, 0, 1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 9.807826255319e-06, 1.488467663260e-05, { 1, 0, -1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -9.819832916108e-06, -1.474152794357e-05, { 0, 0, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -3.337397184152e-06, -2.119062816089e-05, { 4, 0, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.038803915165e-05, -1.411885109029e-05, { 2, 0, -1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { -3.339457367685e-06, 2.115274903591e-05, { 4, 0, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 1.402351477464e-05, -1.038910169752e-05, { 0, 0, 2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.888845356792e-05, 5.428255761757e-06, { 2, 0, -1, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 3.028203470318e-06, -2.116060560517e-05, { 0, 2, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.386500181608e-05, 1.029503661682e-05, { 0, 0, 2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 3.020179988236e-06, 2.110844344306e-05, { 0, 2, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.088410296135e-05, -1.318181277668e-05, { 0, 0, 1, 0, 0, 12, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.272942482560e-05, 1.132765791335e-05, { 2, 0, 0, 0, 0, -8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.991587122305e-05, -4.100133734497e-06, { 0, 0, 1, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { -1.511208723070e-05, -8.793231983104e-06, { 2, 0, -1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -9.601863346154e-06, 1.425835436631e-05, { 0, 0, 1, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { -4.300628177348e-06, -1.953214266997e-05, { 1, -1, 1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.300628177348e-06, 1.953214266997e-05, { 1, -1, -1, 0, 0, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.006136985387e-05, 1.371752397884e-05, { 2, 0, 0, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 5.455508045091e-06, -1.820246542456e-05, { 2, 0, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.952406365190e-06, 1.357315499891e-05, { 0, 0, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { -3.333617481353e-06, 2.013702008933e-05, { 2, 0, 0, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { -1.061422692742e-05, 1.285526274733e-05, { 4, 0, -1, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.149725381373e-05, -1.193478566782e-05, { 2, 0, -2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -5.588493524071e-06, 1.783010987693e-05, { 2, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -4.520111076603e-06, -1.887011619226e-05, { 2, 0, 0, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { 1.735211970312e-05, -5.984361163120e-06, { 2, 0, -1, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { 1.329085708195e-05, -1.001604201330e-05, { 2, 0, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.439060306815e-05, 8.684730600482e-06, { 2, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -5.677436783201e-06, 1.737197894004e-05, { 2, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { 5.889058520165e-06, -1.713151521858e-05, { 2, 0, -1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -2.099465225906e-05, 1.977958553866e-06, { 1, -1, 1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 2.099465225906e-05, -1.977958553866e-06, { 1, -1, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { -1.031392881402e-05, 1.259503316309e-05, { 2, 0, -1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -8.296552951973e-06, 1.455194831332e-05, { 2, 0, 1, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { 9.959155439357e-06, -1.279750830175e-05, { 0, 0, 1, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { 8.790744037108e-06, -1.395065664443e-05, { 0, 0, 1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 5.620877889429e-06, -1.709140122226e-05, { 0, 0, 1, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { 1.382406901971e-05, -8.703490722824e-06, { 2, 0, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 8.648010206229e-06, -1.371771128246e-05, { 2, 0, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 5.479527942333e-06, -1.669764240194e-05, { 0, 0, 0, 0, 0, 20, -21, 0, 0, 0, 0, 0, 0 } }, + { 5.428270209471e-06, -1.668704219745e-05, { 2, 0, -1, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { -2.151432769147e-06, -1.988394671688e-05, { 1, 1, -3, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.984183998387e-07, -2.138566686518e-05, { 0, 0, 1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 5.405589607337e-06, 1.642492726943e-05, { 4, 0, -1, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -3.730983543983e-06, 1.804951167736e-05, { 3, -1, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.732286050749e-06, 1.992483839429e-05, { 2, 0, -3, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0 } }, + { -9.737672279484e-06, -1.180710021159e-05, { 0, 0, 0, 0, 0, 12, -8, 0, 0, 0, 0, 0, 0 } }, + { 1.218081871767e-05, 9.354940584396e-06, { 2, 0, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -8.050768682028e-06, 1.343240157764e-05, { 2, 0, 0, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { -1.535904960404e-06, -1.994093768990e-05, { 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.535904960404e-06, 1.994093768990e-05, { 2, 0, -2, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -1.781933543808e-05, -3.654008717245e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { -1.468679901074e-05, 6.755280773883e-06, { 2, 0, -1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.343476601889e-05, -7.941110741655e-06, { 2, 0, -1, 0, 0, 0, 9, -14, 0, 0, 0, 0, 0 } }, + { 5.281348527709e-06, -1.582766878473e-05, { 2, 0, -2, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.447532947236e-05, -6.576984469198e-06, { 2, 0, -1, 0, 0, 0, -4, 5, 0, 0, 0, 0, 0 } }, + { -1.026487601986e-05, 1.076599052681e-05, { 2, 0, 0, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { -1.019700420372e-05, -1.079664086637e-05, { 1, 0, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -2.006555564747e-05, -8.257860518098e-07, { 2, 0, -2, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 8.911118937027e-06, 1.192021765471e-05, { 0, 0, 1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -5.110729264986e-06, 1.568963866143e-05, { 2, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { -3.165310234844e-07, 2.038255047859e-05, { 2, 0, -1, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.983119062788e-05, 8.392127354015e-07, { 2, 0, -2, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.442863280717e-05, 6.062751738238e-06, { 2, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.223988905569e-06, -1.325247779277e-05, { 2, 0, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 1.608693079050e-05, 4.256814748303e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -4.351675309056e-06, 1.586085787422e-05, { 2, 0, -1, 0, 0, -2, 5, 0, 0, 0, 0, 0, 0 } }, + { 6.869808469836e-06, -1.324185155399e-05, { 0, 0, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 4.822790076840e-06, 1.523297648377e-05, { 2, 0, -1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 1.252382516650e-05, 7.476712496011e-06, { 2, 0, -1, 0, 0, 0, 10, -15, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -2.000000000000e-05, { 6, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -2.000000000000e-05, { 6, 0, -2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 2.000000000000e-05, { 4, -2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 2.000000000000e-05, { 3, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 2.000000000000e-05, { 3, -2, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 2.000000000000e-05, { 2, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1 } }, + { 0.000000000000e+00, 2.000000000000e-05, { 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -2.000000000000e-05, { 1, 0, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 2.000000000000e-05, { 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 2.000000000000e-05, { 0, 2, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -2.000000000000e-05, { 0, 2, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 2.000000000000e-05, { 0, 0, 2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.497970650672e-06, -1.249315012876e-05, { 0, 0, 0, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { -1.259164774856e-05, -7.287935530228e-06, { 0, 0, 2, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { 1.488804846794e-05, -4.937433253057e-06, { 0, 0, 1, 0, 0, 0, -1, 0, -1, 5, 0, 0, 0 } }, + { -1.252920974163e-05, 7.247014841631e-06, { 0, 0, 2, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 3.469590451102e-07, -1.936240961413e-05, { 0, 0, 1, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0 } }, + { -1.880424285332e-05, -8.078276855126e-07, { 0, 0, 1, 0, 0, 0, 0, 0, -4, 10, 0, 0, 0 } }, + { -1.878980148808e-05, 8.083853402781e-07, { 0, 0, 1, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0 } }, + { -1.158651438148e-05, 7.943989848760e-06, { 2, 0, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.113507657780e-06, -1.725643157747e-05, { 0, 0, 3, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 2.112081270024e-06, 1.725019709668e-05, { 0, 0, 3, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.222844105540e-05, -6.996144647138e-06, { 2, 0, -1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { -7.967402598861e-06, -1.123943614294e-05, { 2, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { 7.161840969918e-06, -1.201818503393e-05, { 2, 0, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 6.126598802727e-06, 1.294381903378e-05, { 2, 0, 0, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 1.021744265568e-05, 8.825149263194e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { -1.766937027731e-05, 1.336658517571e-06, { 2, 0, -1, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.766398999534e-05, 1.267641169593e-06, { 2, 0, 0, 0, 0, -5, 8, 0, 0, 0, 0, 0, 0 } }, + { 1.263940535190e-06, 1.758879803013e-05, { 2, 0, -1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 2.639937105668e-06, 1.617691193412e-05, { 2, 0, -1, 0, 0, 7, -9, 0, 0, 0, 0, 0, 0 } }, + { -6.458789495422e-06, -1.233000357473e-05, { 2, 0, 0, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { 1.328399627750e-05, 5.396170415985e-06, { 2, 0, 1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 1.243638269078e-05, 6.239692344842e-06, { 2, 0, 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.846918674771e-05, 4.844183099553e-08, { 2, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0 } }, + { 9.283946229129e-06, 9.172093809720e-06, { 2, 0, -1, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { 1.209943191380e-05, -6.240468374339e-06, { 2, 0, 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { -8.077385271424e-06, 1.025508401719e-05, { 2, 0, -1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.162217689441e-05, -6.681206080109e-06, { 2, 0, -2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -1.183823967490e-05, -6.418035470909e-06, { 2, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -4.435551789891e-06, 1.367249101553e-05, { 2, 0, 0, 0, 0, 9, -10, 0, 0, 0, 0, 0, 0 } }, + { 8.839536371922e-06, 9.249222769969e-06, { 0, 0, 2, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { 4.704319519578e-06, 1.335482311120e-05, { 0, 0, 2, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -6.598503077128e-06, -1.128486119266e-05, { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 1.410004742115e-05, 3.769509735887e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 3, -5, 0, 0, 0 } }, + { -6.667052830100e-06, 1.116507541324e-05, { 2, 0, -1, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { 1.114294056548e-06, 1.671377693264e-05, { 2, 0, -1, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { -2.421741003938e-06, -1.538240405652e-05, { 1, -1, 1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { 2.421741003938e-06, 1.538240405652e-05, { 1, -1, -1, 0, 0, 0, 1, 0, 1, -1, 0, 0, 0 } }, + { -1.161555775781e-05, -6.183485110320e-06, { 2, 0, 1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -1.375909414267e-05, 3.999250225002e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { -1.088438477521e-05, -6.816826041598e-06, { 1, 0, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { 9.905484105124e-06, -7.749876004466e-06, { 2, 0, -1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { -9.913630304618e-06, 7.588395947542e-06, { 2, 0, -2, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.241044671135e-05, -5.051143709268e-06, { 0, 0, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 1.461335503112e-05, -2.824107387286e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { 5.472044533342e-06, -1.196305497992e-05, { 2, 0, -1, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { -5.948350388635e-06, -1.146129748097e-05, { 2, 0, -1, 0, 0, 0, 4, -8, 0, 0, 0, 0, 0 } }, + { -1.547495163922e-05, 1.910588956439e-06, { 2, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.117773647227e-05, 5.991776728211e-06, { 2, 0, 1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 7.409269807766e-06, 9.738234846893e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -2.930884653543e-06, 1.405277751897e-05, { 2, 0, -2, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.173248124421e-06, -1.579830619419e-05, { 2, 0, -1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 9.135383085530e-06, 7.802437840578e-06, { 1, 1, -3, 0, 0, 0, -3, 7, 0, 0, 0, 0, 0 } }, + { -1.306376748156e-05, -3.855614016894e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { -6.324007791834e-06, 1.056403340425e-05, { 0, 0, 1, 0, 0, 0, -6, 10, 0, 0, 0, 0, 0 } }, + { -6.378880816638e-06, -1.041922643565e-05, { 0, 0, 1, 0, 0, 0, -11, 21, -2, 0, 0, 0, 0 } }, + { -6.373160659703e-06, 1.041104521236e-05, { 0, 0, 1, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { 1.574022074953e-05, 9.743531576540e-07, { 0, 0, 1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.437469763356e-06, 1.125833182462e-05, { 0, 0, 1, 0, 0, 8, -14, 0, 0, 0, 0, 0, 0 } }, + { -7.595125291563e-06, -9.088485309367e-06, { 2, 0, -1, 0, 0, 18, -18, 0, 0, 0, 0, 0, 0 } }, + { 9.958139089538e-06, -6.691764490976e-06, { 0, 0, 1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 9.301282973650e-06, 7.322853724976e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { 5.447654136318e-06, -1.114845884148e-05, { 0, 0, 2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -1.373259777002e-05, -2.838524135630e-06, { 0, 0, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.484208670206e-05, -1.687474012929e-06, { 2, 0, -1, 0, 0, 0, 1, 0, -3, 0, 0, 0, 0 } }, + { 4.150488638665e-06, 1.236172190723e-05, { 1, 0, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 1.234168808908e-05, 4.049705872980e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { -5.389366229152e-06, 1.095014405609e-05, { 0, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -9.940671378185e-06, 6.272876618808e-06, { 2, 0, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { 5.279831568776e-06, 1.088692056573e-05, { 0, 0, 2, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 1.000578152344e-05, -6.141398361078e-06, { 0, 0, 1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 1.000414094519e-05, 6.141679603495e-06, { 0, 0, 1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { 6.889757733039e-06, 9.247512631160e-06, { 0, 0, 0, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { 9.700317990717e-06, -6.333308563283e-06, { 0, 0, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0 } }, + { -3.948407551505e-06, 1.206031721458e-05, { 2, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.855599645933e-06, -1.411390683816e-05, { 2, 0, -1, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -5.350990493159e-06, 1.060025762089e-05, { 2, 0, -1, 0, 0, 0, 8, -10, 0, 0, 0, 0, 0 } }, + { -8.863455431651e-06, -7.057425862502e-06, { 2, 0, -2, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -3.478123336455e-06, 1.242212928678e-05, { 2, 0, -2, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.430359754648e-05, -1.588140321257e-06, { 2, 0, -1, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.063376779858e-05, -5.247790509132e-06, { 2, 0, 1, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { -1.054266641532e-05, 5.210397861784e-06, { 2, 0, -1, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { 5.489169410104e-06, -1.026265233006e-05, { 2, 0, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -2.591321441031e-06, -1.314853965836e-05, { 1, 1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.429109890943e-05, 1.424505975746e-06, { 0, 0, 1, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { -4.344934785944e-06, -1.136867786328e-05, { 2, 0, -1, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { 3.844999165553e-06, -1.183705263586e-05, { 2, 0, -1, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { -4.286869135190e-07, -1.517567464780e-05, { 2, 0, -1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { -8.768226503412e-06, 6.666699293083e-06, { 2, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 7.526275315023e-06, -7.889468402791e-06, { 0, 0, 2, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -1.967627674680e-06, 1.344636068359e-05, { 0, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -6.722926580900e-06, 8.684837696756e-06, { 0, 0, 1, 0, 0, 0, -3, 0, 2, 0, 0, 0, 0 } }, + { -3.757859576835e-06, 1.162687966948e-05, { 2, 0, 0, 0, 0, 10, -11, 0, 0, 0, 0, 0, 0 } }, + { 1.037970567790e-05, 4.863973765387e-06, { 0, 0, 0, 0, 3, 0, -1, 0, 0, 0, 0, 0, 0 } }, + { 7.485849333641e-06, 7.669770492394e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { -5.259456280929e-06, 9.877590790748e-06, { 0, 0, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 3.809038709288e-06, -1.132563204457e-05, { 0, 0, 2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 7.072773059114e-06, -8.051999858017e-06, { 0, 0, 1, 0, 0, 0, -3, 0, 3, 0, 0, 0, 0 } }, + { -2.814899881104e-06, -1.228404230519e-05, { 2, 0, -1, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { 9.989715569593e-06, 5.048849122728e-06, { 2, 0, -1, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { -8.463275445249e-06, -6.491177628798e-06, { 2, 0, 0, 0, 0, 0, -3, 0, 4, 0, 0, 0, 0 } }, + { 1.177223407210e-05, -3.161732607586e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { -3.600328072778e-06, -1.129178459354e-05, { 1, 0, 0, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { 1.072271958119e-05, 4.134978465996e-06, { 2, 0, 0, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { -2.704852370055e-06, 1.210389311799e-05, { 0, 0, 1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 6.177644405340e-06, 8.492735578988e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { 5.193356675483e-06, 9.434415211523e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -2, 5, 0, 0, 0 } }, + { -5.462129075110e-06, -9.155107681344e-06, { 0, 0, 1, 0, 0, 0, 6, -10, 0, 0, 0, 0, 0 } }, + { -7.994721159633e-06, 6.611629617896e-06, { 0, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -6.597573927966e-06, 7.999336762485e-06, { 4, 0, -2, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -1.311196837422e-05, -1.227132086461e-06, { 2, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0, 0 } }, + { -3.562223485597e-06, 1.074393223504e-05, { 2, 0, -2, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -8.532128885198e-06, 5.746308803994e-06, { 0, 0, 2, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { -6.286094140186e-07, 1.361991150700e-05, { 2, 0, -3, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 3.560266013536e-06, -1.068586507948e-05, { 3, 0, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.887376951819e-06, 1.132727922787e-05, { 2, 0, -1, 0, 0, 0, -1, 0, 1, 0, 0, 0, 0 } }, + { 6.085851380000e-06, 8.111662379076e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 2, -5, 0, 0, 0 } }, + { -5.183935294907e-06, 8.981661707525e-06, { 0, 0, 1, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { 4.742737326374e-06, -9.342140205935e-06, { 0, 0, 1, 0, 0, 0, -7, 11, 0, 0, 0, 0, 0 } }, + { -3.133425473462e-06, 1.093370244587e-05, { 2, 0, 0, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { 7.352813544880e-06, 6.504856785597e-06, { 0, 0, 1, 0, 0, 0, 0, -2, 0, 0, 0, 0, 0 } }, + { 3.468050227711e-06, -1.036438347923e-05, { 0, 0, 1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 8.134907231317e-06, -5.652424209117e-06, { 0, 0, 1, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0 } }, + { -3.370286375221e-06, -1.037355411858e-05, { 0, 0, 1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -8.239668695328e-06, -5.491687118008e-06, { 0, 0, 2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -1.467902422100e-06, -1.224219335895e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { -1.458463438808e-06, 1.220098610597e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { -7.826340372800e-06, 5.831698882170e-06, { 2, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 3.376876028071e-06, 1.027006358115e-05, { 4, 0, -2, 0, 0, -20, 21, 0, 0, 0, 0, 0, 0 } }, + { -1.280872134914e-05, 6.739334683300e-07, { 0, 0, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.556966961617e-06, 9.898410477625e-06, { 0, 0, 1, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { -3.542876134145e-06, -9.849721362534e-06, { 0, 0, 1, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { 7.371543342390e-06, 5.839305972582e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { 4.473607721365e-06, -8.701135314085e-06, { 0, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { -4.862818995005e-06, 8.306105251599e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -2, -2, 0, 0, 0 } }, + { -9.827152515130e-06, 3.328056698478e-06, { 0, 0, 1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -4.917303944636e-06, 8.230211622390e-06, { 0, 0, 2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -4.728617125585e-07, -1.259974323329e-05, { 0, 0, 1, 0, 0, 0, -6, 9, 0, 0, 0, 0, 0 } }, + { 5.647059954925e-06, 7.422420474355e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -3.802896502798e-06, -9.174073871738e-06, { 1, -1, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 6.450236435327e-07, -1.232857626880e-05, { 0, 0, 1, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.096585496398e-06, -7.830858644024e-06, { 0, 0, 2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 4.333421412237e-06, 8.568374761945e-06, { 2, 0, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 8.628908210205e-06, 4.248425114202e-06, { 2, 0, -2, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -3.123588967361e-06, 9.705946840435e-06, { 2, 0, 0, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { 6.878164658245e-06, 5.889041995170e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 5, 0, 0, 0 } }, + { 1.002145837088e-05, 2.736909597519e-06, { 2, 0, -2, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { -8.740108383010e-06, 3.966567808392e-06, { 3, 1, -1, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -4.447713527790e-06, 8.248036134723e-06, { 2, 0, -3, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { -3.324259605002e-06, 9.364656835986e-06, { 2, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 8.731730681268e-06, 3.915628272532e-06, { 2, 0, -2, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -5.125107127481e-06, -7.515430179485e-06, { 2, 0, -1, 0, 0, 0, -11, 21, -2, 0, 0, 0, 0 } }, + { 4.836450124207e-06, 7.758088426352e-06, { 0, 0, 2, 0, 0, -18, 12, 8, -3, 0, 0, 0, 0 } }, + { -5.102897730039e-06, 7.486524526922e-06, { 2, 0, -1, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { -9.217937020267e-06, 3.304224247270e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -5, 0, 0, 0, 0 } }, + { 5.192966109286e-06, -7.260006684745e-06, { 0, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.648585116228e-06, 8.802056363432e-06, { 1, -1, -1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { -4.978061363715e-06, -7.448690513188e-06, { 2, 0, 0, 0, 0, 0, -11, 21, -2, 0, 0, 0, 0 } }, + { -8.520128094881e-06, -3.866735133517e-06, { 1, -1, 1, 0, 0, 20, -20, 0, 0, 0, 0, 0, 0 } }, + { 8.444063789149e-06, -3.941360102456e-06, { 2, 0, 1, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { -4.947227851551e-06, 7.407932901700e-06, { 2, 0, 0, 0, 0, 0, 11, -21, 2, 0, 0, 0, 0 } }, + { -5.527264743219e-06, -6.788822577815e-06, { 1, 0, 1, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -1.008949852812e-05, 2.207596519576e-06, { 2, 0, -1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 4.418820511398e-06, 7.877840749411e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -1, 0, 0, 0, 0 } }, + { 6.501179641386e-06, -5.786270626442e-06, { 2, 0, 1, 0, 0, -8, -13, 0, 0, 0, 0, 0, 0 } }, + { 1.546843004081e-06, 1.072277391209e-05, { 0, 0, 1, 0, 0, 0, 4, -8, 5, -5, 0, 0, 0 } }, + { 1.546914699344e-06, -1.071978247695e-05, { 0, 0, 1, 0, 0, 0, -4, 8, -5, 5, 0, 0, 0 } }, + { 4.651601136019e-06, 7.603179053104e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -4.728095317388e-06, 7.523284189904e-06, { 2, 0, 0, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { 8.157172813868e-06, -4.024088080446e-06, { 2, 0, -2, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 9.319667666057e-06, -2.791882735011e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -4.414888946347e-06, 7.658997164979e-06, { 2, 0, -1, 0, 0, 0, -4, 8, 0, 0, 0, 0, 0 } }, + { -1.182230382349e-05, -2.385845353835e-07, { 2, 0, 1, 0, 0, -18, 14, 0, 0, 0, 0, 0, 0 } }, + { 2.045001810673e-06, -9.957357516449e-06, { 1, -1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { -6.853609932973e-06, 5.104984522070e-06, { 2, 0, -1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 4.581963591570e-06, -7.363324328679e-06, { 0, 0, 0, 0, 0, 18, -12, -8, 3, 0, 0, 0, 0 } }, + { -5.461426130265e-06, -6.482054392833e-06, { 2, 0, -3, 0, 0, 0, 2, 0, -4, 3, 0, 0, 0 } }, + { -3.065784111282e-06, 8.850990242899e-06, { 2, 0, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.454573069065e-07, -1.136901253085e-05, { 4, 0, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 6.518983467885e-06, -5.354580222583e-06, { 2, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.867257261929e-06, 8.996805024466e-06, { 4, 0, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.036353086430e-06, -9.763454876565e-06, { 1, 0, -1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -7.481230320078e-06, 4.315730061800e-06, { 0, 0, 1, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { -4.432264210289e-06, -7.350913037029e-06, { 2, 0, -1, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { 5.697512497732e-06, -6.050788772048e-06, { 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -8.764453836888e-06, 2.965478445591e-06, { 0, 0, 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 8.012780845421e-06, 3.688786219262e-06, { 2, 0, -4, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -4.164313037197e-06, 7.449475792424e-06, { 2, 0, -2, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 4.041069310038e-06, -7.505477731521e-06, { 4, 0, -2, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 5.263462066254e-06, -6.266077606350e-06, { 0, 0, 1, 0, 1, 0, -10, 11, 0, 0, 0, 0, 0 } }, + { 5.263412142314e-06, 6.265899165865e-06, { 0, 0, 1, 0, -1, 0, 10, -11, 0, 0, 0, 0, 0 } }, + { 4.999021119222e-06, 6.514162206118e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 2, 0, 0, 0 } }, + { -5.017535978284e-06, -6.494638206705e-06, { 2, 0, 0, 0, 0, 0, -4, 0, 2, 0, 0, 0, 0 } }, + { 4.641157679069e-06, -6.802468752597e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 1, 0, 0, 0 } }, + { -4.904462932302e-06, 6.521275586970e-06, { 0, 0, 1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 5.556244332017e-06, -5.781404793340e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { 2.473583045011e-06, -8.828234656332e-06, { 2, 0, -3, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 1.751895543103e-06, 9.503373862069e-06, { 1, -1, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.745682569655e-06, -8.503374510866e-06, { 2, 0, -1, 0, 0, 11, -12, 0, 0, 0, 0, 0, 0 } }, + { -3.640709729440e-07, 1.086239342058e-05, { 2, 0, -1, 0, 0, 0, -2, 0, 2, 0, 0, 0, 0 } }, + { 2.134602219170e-06, -9.071665492946e-06, { 2, 0, 0, 0, 0, -1, -1, 0, 0, 0, 0, 0, 0 } }, + { -7.454919513033e-06, -3.691690910614e-06, { 2, 0, 0, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 2.787536574131e-07, 1.085720786950e-05, { 2, 0, -1, 0, 0, 0, 9, -12, 0, 0, 0, 0, 0 } }, + { -2.555497245790e-06, -8.545268330842e-06, { 1, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -8.300235848963e-06, 2.795878555295e-06, { 2, 0, 0, 0, 0, 0, -3, 8, -3, 0, 0, 0, 0 } }, + { 7.402360994680e-06, 3.679298375660e-06, { 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { 4.421483702496e-06, -6.644753259374e-06, { 2, 0, -1, 0, 0, 0, 13, -21, 0, 0, 0, 0, 0 } }, + { 7.395696559409e-06, 3.609150183261e-06, { 0, 0, 0, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { 4.820124200847e-06, -6.146790893188e-06, { 1, -1, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 4.040350413776e-06, 6.901707021002e-06, { 2, 0, -1, 0, 0, 0, 10, -14, 0, 0, 0, 0, 0 } }, + { -5.288176366094e-06, -5.583651244460e-06, { 2, 0, 0, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { 1.053467496317e-05, 3.222053040993e-07, { 2, 0, -1, 0, 0, 0, 11, -17, 0, 0, 0, 0, 0 } }, + { -7.089847588902e-06, -3.737089594623e-06, { 2, 0, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -4.831539336625e-06, -5.994983296540e-06, { 0, 0, 0, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -2.845975083878e-06, 7.959135048477e-06, { 0, 0, 1, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 7.113043099996e-06, -3.674858101306e-06, { 2, 0, -1, 0, 0, 0, 12, -19, 0, 0, 0, 0, 0 } }, + { 6.823910616504e-06, 3.938302793308e-06, { 0, 0, 1, 0, 0, -1, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.831860680526e-06, 8.921901992879e-06, { 1, -1, 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 7.907292124694e-06, -2.822173103323e-06, { 2, 0, 0, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { 5.790833873512e-06, -4.938114315603e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 0, -5, 0, 0, 0 } }, + { -2.480615239251e-06, 8.237730269710e-06, { 2, 0, -2, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { -3.428875380556e-06, 7.285113339087e-06, { 0, 0, 1, 0, 0, -2, 2, 0, 0, 0, 0, 0, 0 } }, + { -7.647888917099e-07, -9.929895205852e-06, { 4, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 3.621711141507e-06, 7.057034440822e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -7.648537569494e-07, 9.891285974220e-06, { 4, 0, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -7.599062851183e-06, 3.025443734226e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 1, 5, 0, 0, 0 } }, + { -4.382197409667e-06, -6.238221708438e-06, { 2, 0, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 3.744010603200e-06, 6.850904654339e-06, { 0, 0, 1, 0, 0, 0, 7, -11, 0, 0, 0, 0, 0 } }, + { -1.646335562390e-06, -8.937727365484e-06, { 1, -1, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -5.599478906239e-06, 4.983853081012e-06, { 2, 0, -1, 0, 0, -8, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.733727319658e-06, -7.849087224180e-06, { 4, 0, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 3.891877784876e-06, -6.678326757929e-06, { 0, 0, 1, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0 } }, + { -2.735198353338e-06, 7.830250136114e-06, { 4, 0, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 5.207603080081e-06, 5.312396918996e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 0, -1, 0, 0, 0 } }, + { -2.550493798237e-06, 7.962319948577e-06, { 2, 0, 0, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { 6.932529632085e-06, 3.579440039679e-06, { 0, 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0 } }, + { 7.091173753562e-06, 3.406377070574e-06, { 0, 0, 0, 0, 0, 4, -2, 0, 0, 0, 0, 0, 0 } }, + { 2.642842372312e-06, -7.801499940376e-06, { 0, 0, 1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { 6.451452207485e-06, 3.934410829764e-06, { 1, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.908398844373e-06, -3.404751205307e-06, { 2, 0, -1, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { 6.906144299306e-06, 3.400839747974e-06, { 2, 0, -1, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { 6.277695810662e-06, 3.992208029609e-06, { 0, 0, 1, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0 } }, + { 3.867608638604e-06, 6.397763717835e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 4, 0, 0, 0, 0 } }, + { -4.491572104271e-06, -5.696216758404e-06, { 0, 0, 1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { 2.523614337904e-06, 7.642429174360e-06, { 1, -1, 1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -2.523614337904e-06, -7.642429174360e-06, { 1, -1, -1, 0, 0, 0, 1, 0, 0, 1, 0, 0, 0 } }, + { -6.899706200473e-06, 3.176244663138e-06, { 1, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -3.528725057332e-06, -6.515523024644e-06, { 2, 0, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -5.005317792519e-06, 5.023760293114e-06, { 2, 0, -1, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0 } }, + { -4.994555287489e-06, -5.003059621084e-06, { 2, 0, 0, 0, 0, 0, -10, 17, 0, 0, 0, 0, 0 } }, + { 1.724036023095e-06, 8.265778117109e-06, { 0, 0, 3, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { -1.448108532373e-06, -8.516748579938e-06, { 2, 0, 0, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { 2.954634816795e-07, -9.638236201085e-06, { 2, 0, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { -1.510344611441e-06, -8.421004590127e-06, { 2, 0, -1, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0 } }, + { -4.068380036959e-06, -5.858458689074e-06, { 2, 0, -1, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -6.261698873857e-06, 3.664903399601e-06, { 2, 0, 0, 0, 0, 0, -7, 12, 0, 0, 0, 0, 0 } }, + { -4.321992926458e-06, 5.601940144458e-06, { 4, 0, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 5.590641196356e-06, 4.327116513928e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -3, 0, 0, 0, 0 } }, + { 2.929482239804e-07, 9.618436789903e-06, { 2, 0, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 2.765385552011e-06, 7.136106262168e-06, { 4, 0, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 6.646554391523e-06, 3.243734736142e-06, { 2, 0, -1, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.417161658095e-06, 8.451228786625e-06, { 2, 0, -1, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { -6.576611345662e-06, 3.255743713233e-06, { 2, 0, -2, 0, 0, 26, -29, 0, 0, 0, 0, 0, 0 } }, + { -3.532254897953e-06, 6.257329670375e-06, { 2, 0, -1, 0, 0, 0, 9, -11, 0, 0, 0, 0, 0 } }, + { 2.679362761184e-06, 7.079431735661e-06, { 2, 0, -3, 0, 0, -2, 13, -15, 0, 0, 0, 0, 0 } }, + { -6.679604862738e-06, -3.074970479331e-06, { 1, 0, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -8.880522588717e-06, -8.635113980552e-07, { 1, 1, -1, 0, 0, 1, -1, 0, 0, 0, 0, 0, 0 } }, + { 1.924857455700e-06, -7.810342269285e-06, { 2, 0, 1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 4.237089876278e-06, 5.490308295311e-06, { 0, 0, 3, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { 6.380408515927e-06, -3.277920767245e-06, { 2, 0, 0, 0, 0, -3, 1, 0, 0, 0, 0, 0, 0 } }, + { 6.541309433131e-06, 3.106361565540e-06, { 0, 0, 0, 0, 0, 5, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.461577949816e-06, 7.181279401818e-06, { 2, 0, -1, 0, 0, 8, -10, 0, 0, 0, 0, 0, 0 } }, + { 6.265777938960e-06, -3.369768282706e-06, { 2, 0, 0, 0, 0, 0, 3, 0, -4, 0, 0, 0, 0 } }, + { 4.982873088368e-06, 4.609820428021e-06, { 0, 0, 1, 0, 0, 0, 1, -4, 0, 0, 0, 0, 0 } }, + { -1.473953540602e-06, 8.110381934349e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { -6.716702840110e-07, 8.911690704634e-06, { 4, 0, -2, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { -8.454607397479e-06, 1.101350481507e-06, { 2, 0, -1, 0, 0, -2, 4, 0, 0, 0, 0, 0, 0 } }, + { -8.461202791037e-06, -1.086234954324e-06, { 2, 0, 0, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0 } }, + { 1.565122444960e-06, -7.963854093360e-06, { 0, 1, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 6.525688957285e-06, -3.001823778223e-06, { 2, 0, -2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 7.562988895994e-06, 1.959638353089e-06, { 1, -1, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 3.188447421473e-06, -6.329352778628e-06, { 0, 0, 1, 0, 0, 0, 1, 0, -4, 0, 0, 0, 0 } }, + { 5.996475074779e-06, 3.505241048835e-06, { 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -4.192431386366e-06, -5.307637100927e-06, { 0, 0, 3, 0, 0, -15, 9, 4, 0, 0, 0, 0, 0 } }, + { -4.192431386366e-06, 5.307637100927e-06, { 0, 0, 1, 0, 0, 15, -9, -4, 0, 0, 0, 0, 0 } }, + { 6.489951131471e-06, 2.975249244510e-06, { 0, 0, 0, 0, 0, 17, -15, 0, 0, 0, 0, 0, 0 } }, + { 5.609449125670e-06, -3.853024565319e-06, { 0, 0, 1, 0, 0, 0, 3, -6, 2, 0, 0, 0, 0 } }, + { 5.601752225714e-06, 3.849004743957e-06, { 0, 0, 1, 0, 0, 0, -3, 6, -2, 0, 0, 0, 0 } }, + { 4.102005093606e-06, -5.342194430098e-06, { 0, 0, 1, 0, 0, 0, 1, 0, 0, -2, 0, 0, 0 } }, + { 7.750470706365e-06, -1.619495441041e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 0, 0, 0, 0 } }, + { 5.272658965279e-06, 4.094934867606e-06, { 2, 0, 1, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -1.332382445229e-06, 8.027051664767e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 3, -5, 0, 0, 0 } }, + { -9.055873584250e-08, 9.261663254661e-06, { 0, 0, 1, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 5.356832405474e-06, -3.932964987801e-06, { 0, 0, 1, 0, 0, -8, 14, 0, 0, 0, 0, 0, 0 } }, + { 7.235452053859e-06, 2.040120811348e-06, { 2, 0, -1, 0, 0, 0, 2, 0, 2, -7, 0, 0, 0 } }, + { -6.674071789466e-06, 2.598761719335e-06, { 3, 0, 0, 0, 0, 0, -34, 41, -2, 0, 0, 0, 0 } }, + { -6.674071789466e-06, -2.598761719335e-06, { 1, 0, 0, 0, 0, 0, 34, -41, 2, 0, 0, 0, 0 } }, + { -5.774992805675e-06, 3.489216184888e-06, { 0, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -7.355231120140e-06, -1.893497513712e-06, { 1, -1, 1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.531364893105e-06, -4.707194258995e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 0, -3, 0, 0, 0 } }, + { 3.988751728850e-06, 5.207703361433e-06, { 2, 0, 0, 0, 0, 0, -9, 16, -4, -5, 0, 0, 0 } }, + { -5.033050676118e-06, 4.146803210600e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 5, -5, 0, 0, 0 } }, + { 6.281181145089e-06, -2.896746594307e-06, { 2, 0, 0, 0, 0, -14, 12, 0, 0, 0, 0, 0, 0 } }, + { 4.509002556675e-06, 4.668251262429e-06, { 4, 0, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -7.325861237862e-07, 8.441262425308e-06, { 1, -1, 1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 7.325861237862e-07, -8.441262425308e-06, { 1, -1, -1, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 1.538478806466e-06, -7.599318304763e-06, { 1, 1, -1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.123495571250e-06, -5.972027741095e-06, { 1, 0, 0, 0, 0, 0, 4, -6, 0, 0, 0, 0, 0 } }, + { 6.212774969016e-06, -2.863490751077e-06, { 4, 0, -1, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { 3.793336057873e-06, -5.278293284066e-06, { 1, -2, 1, 0, 0, 20, -18, 0, 0, -1, 0, 0, 0 } }, + { -3.793336057873e-06, 5.278293284066e-06, { 1, -2, -1, 0, 0, 20, -18, 0, 0, -1, 0, 0, 0 } }, + { -6.855060758049e-06, -2.212971444545e-06, { 1, 0, 0, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { 2.234513100955e-06, 6.793007779765e-06, { 0, 2, 0, 0, 0, -5, 6, 0, 0, 0, 0, 0, 0 } }, + { -6.770820011435e-06, 2.215807444883e-06, { 0, 0, 1, 0, 0, 0, 12, -24, 7, 5, 0, 0, 0 } }, + { -6.770820011435e-06, -2.215807444883e-06, { 0, 0, 1, 0, 0, 0, -12, 24, -7, -5, 0, 0, 0 } }, + { -4.546513967756e-06, 4.393187303528e-06, { 2, 0, -1, 0, 0, 0, 2, -8, 3, 0, 0, 0, 0 } }, + { 3.421243793571e-06, 5.503174045443e-06, { 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0 } }, + { 2.562537868334e-06, -6.307323216586e-06, { 0, 0, 0, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -9.998633230925e-08, -8.759681451395e-06, { 2, 0, 0, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -3.269094870233e-06, 5.569318766872e-06, { 0, 0, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0 } }, + { -6.479762327551e-06, 2.348004681334e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -5, 5, 0, 0, 0 } }, + { 4.315756112436e-06, -4.504745945280e-06, { 2, 0, -1, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { -3.716734875525e-06, 5.064871375658e-06, { 2, 0, 0, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { 5.949269308327e-06, 2.806528842168e-06, { 0, 0, 0, 0, 0, 6, -4, 0, 0, 0, 0, 0, 0 } }, + { 6.297118836488e-06, 2.397987519103e-06, { 2, 0, 0, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -3.130507845848e-06, -5.562344389082e-06, { 2, -2, -1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { 4.626439950738e-06, 4.058650939596e-06, { 2, 0, -1, 0, 0, 0, 1, 0, -1, 0, 0, 0, 0 } }, + { -7.411980123425e-06, -1.260079924562e-06, { 2, 0, 1, 0, 0, 0, -5, 8, -3, 0, 0, 0, 0 } }, + { 8.383601358882e-06, -2.720784021778e-07, { 4, 0, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -5.895296977246e-06, 2.748585582277e-06, { 2, 0, -3, 0, -3, 0, 1, 0, 0, 0, 0, 0, 0 } }, + { 1.668541008509e-06, -6.974560369336e-06, { 2, 0, -2, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 3.110997071619e-06, 5.528574471892e-06, { 2, -2, 1, 0, 0, 0, 9, -13, 0, 0, 0, 0, 0 } }, + { 6.449886116804e-07, 7.991470543701e-06, { 0, 0, 1, 0, 0, 0, -14, 23, 0, 0, 0, 0, 0 } }, + { 5.906954099966e-06, 2.725546217594e-06, { 0, 0, 1, 0, 0, 15, -13, 0, 0, 0, 0, 0, 0 } }, + { 7.403156836786e-06, 1.204750884148e-06, { 0, 0, 0, 0, 0, 0, 9, -15, 0, 0, 0, 0, 0 } }, + { 8.312047188520e-06, 2.683664509685e-07, { 4, 0, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -3.056729405708e-06, -5.519524126806e-06, { 2, 0, -2, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 3.606425881921e-06, -4.963797256350e-06, { 2, 0, -2, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { 5.729056359100e-06, -2.840791875082e-06, { 2, 0, 0, 0, 0, -4, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.478169756428e-06, 7.087407997916e-06, { 4, 0, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 5.698956501689e-06, 2.859406786725e-06, { 0, 0, 2, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -3.513320342153e-06, -5.014850693117e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { -1.257418939984e-07, -8.399199810468e-06, { 2, 0, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { -2.060179414761e-06, 6.463116910853e-06, { 2, 0, 0, 0, 0, 13, -14, 0, 0, 0, 0, 0, 0 } }, + { -6.652976401781e-06, -1.853892553048e-06, { 0, 0, 1, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 6.106076869134e-06, 2.396843227119e-06, { 2, 0, 0, 0, 0, 0, 7, -16, 4, 5, 0, 0, 0 } }, + { -8.274456799655e-06, 1.371731618448e-07, { 2, 0, 0, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { -5.312285657832e-06, 3.097167724786e-06, { 2, 0, -1, 0, 0, 0, -7, 12, 0, 0, 0, 0, 0 } }, + { -3.046894658084e-06, 5.344506918691e-06, { 2, 0, 0, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { -3.459236710687e-06, -4.930131538575e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0 } }, + { 6.475614343535e-06, -1.913209244974e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -2, 3, 0, 0, 0 } }, + { 3.265712929042e-06, -5.112640071917e-06, { 2, 0, 1, 0, 0, 0, -2, 0, 1, 0, 0, 0, 0 } }, + { 2.503473285349e-06, 5.842529366421e-06, { 2, 0, -1, 0, 0, 3, -2, 0, 0, 0, 0, 0, 0 } }, + { -3.332566904617e-06, 4.985480689432e-06, { 0, 0, 1, 0, 0, 0, 0, 0, -1, 5, 0, 0, 0 } }, + { -1.389929654136e-06, 6.908936230210e-06, { 1, 1, -1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { -6.394836618847e-06, 1.900968822850e-06, { 0, 0, 1, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { 4.006931737797e-06, -4.215729035456e-06, { 2, 0, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 4.037192049714e-06, 4.178295602491e-06, { 2, 0, 0, 0, 0, 0, -2, 0, -1, 0, 0, 0, 0 } }, + { 3.458316999733e-06, 4.752255104926e-06, { 2, 0, -1, 0, 0, 0, -2, 0, 0, 3, 0, 0, 0 } }, + { 3.414682872949e-06, -4.773548935923e-06, { 2, 0, 1, 0, 0, -2, 1, 0, 0, 0, 0, 0, 0 } }, + { 2.603765961521e-06, 5.576631260018e-06, { 2, 0, 0, 0, 0, -17, 16, 0, 0, 0, 0, 0, 0 } }, + { 1.288324620082e-06, 6.887359095790e-06, { 1, 1, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 1.985088799997e-06, -6.176523023081e-06, { 2, 0, -1, 0, 0, 12, -13, 0, 0, 0, 0, 0, 0 } }, + { 4.487590281003e-06, 3.667880730323e-06, { 2, 0, 0, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 3.975375063079e-06, -4.147919367600e-06, { 0, 0, 1, 0, 0, 0, -1, 0, 0, 3, 0, 0, 0 } }, + { -5.156019818112e-06, 2.959124505698e-06, { 0, 0, 1, 0, 0, 0, -7, 12, 0, 0, 0, 0, 0 } }, + { 5.202256459901e-06, -2.907823446522e-06, { 2, 0, 1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 3.076858961185e-06, -5.015185349416e-06, { 2, 0, -1, 0, 0, -3, 2, 0, 0, 0, 0, 0, 0 } }, + { 2.002120611045e-06, -6.079040346781e-06, { 4, -2, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { -1.309378673188e-06, -6.770857623028e-06, { 1, 1, -1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { 5.277398109819e-06, -2.767411214393e-06, { 2, 0, 0, 0, 0, -5, 6, 4, 0, 0, 0, 0, 0 } }, + { 5.266115533895e-06, 2.760104195308e-06, { 2, 0, 0, 0, 0, 5, -6, -4, 0, 0, 0, 0, 0 } }, + { -5.389645635240e-06, 2.571958670733e-06, { 2, 0, 0, 0, 0, 0, -1, 0, 0, 1, 0, 0, 0 } }, + { 2.084415925177e-06, 5.811521048734e-06, { 2, 0, 0, 0, 0, 0, 4, -8, 5, -5, 0, 0, 0 } }, + { -4.153967130416e-06, 3.726832389509e-06, { 2, 0, 0, 0, 0, 0, -4, 0, 3, 0, 0, 0, 0 } }, + { -5.086546921021e-06, 2.791645979113e-06, { 0, 0, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0 } }, + { 2.085320024070e-06, -5.784692933043e-06, { 2, 0, 0, 0, 0, 0, -4, 8, -5, 5, 0, 0, 0 } }, + { -6.565038587000e-06, 1.303024162158e-06, { 2, 0, -1, 0, 0, 8, -11, 0, 0, 0, 0, 0, 0 } }, + { -6.179835869664e-06, 1.674487848563e-06, { 1, 0, 0, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { 3.365693280754e-06, 4.486582389137e-06, { 0, 0, 1, 0, 0, 0, 3, -2, 0, 0, 0, 0, 0 } }, + { 1.967813809638e-06, 5.881866523950e-06, { 0, 0, 1, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { 5.333752255659e-06, 2.504479343223e-06, { 0, 0, 0, 0, 0, 7, -5, 0, 0, 0, 0, 0, 0 } }, + { 5.617500630548e-06, 2.198376681717e-06, { 2, 0, -1, 0, 0, 0, -2, 0, -2, 5, 0, 0, 0 } }, + { -4.116756357632e-06, -3.697352638150e-06, { 2, 0, -1, 0, 0, 0, -10, 17, 0, 0, 0, 0, 0 } }, + { 1.959920718006e-06, -5.846732951180e-06, { 0, 0, 0, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.962267317205e-06, -2.842752802681e-06, { 2, 0, -1, 0, 0, -3, 7, -4, 0, 0, 0, 0, 0 } }, + { -4.954470988137e-06, 2.845368564425e-06, { 2, 0, -1, 0, 0, 3, -7, 4, 0, 0, 0, 0, 0 } }, + { 4.801707740545e-06, -2.986008678718e-06, { 0, 0, 0, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -5.442909906436e-07, 7.240455755725e-06, { 4, 0, -3, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 2.355773614272e-06, 5.428866871753e-06, { 2, 0, -1, 0, 0, 0, 4, -8, 5, -5, 0, 0, 0 } }, + { 4.539369197655e-06, -3.243742616136e-06, { 2, 0, -1, 0, 0, 1, -3, 0, 0, 0, 0, 0, 0 } }, + { -6.473704637946e-06, -1.297538059784e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -1, -5, 0, 0, 0 } }, + { 2.356826614047e-06, -5.408840539551e-06, { 2, 0, -1, 0, 0, 0, -4, 8, -5, 5, 0, 0, 0 } }, + { -3.250502098612e-06, 4.514333619043e-06, { 2, 0, -1, 0, 0, 2, -2, 0, 0, 0, 0, 0, 0 } }, + { 1.754653925633e-06, 5.986529113120e-06, { 2, 0, -1, 0, 0, 4, -3, 0, 0, 0, 0, 0, 0 } }, + { -5.619530633435e-06, -2.121264893783e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { -5.372827788797e-07, -7.190496992300e-06, { 0, 0, 2, 0, 0, 0, -14, 23, 0, 0, 0, 0, 0 } }, + { -4.498768316435e-06, -3.215514639352e-06, { 2, 0, -2, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0 } }, + { -5.306005305848e-06, 2.408162963981e-06, { 3, 1, -2, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { -1.327952765549e-06, 6.366393882327e-06, { 0, 0, 1, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { -5.270033991301e-06, 2.419114014219e-06, { 2, 0, 0, 0, 0, -16, 14, 0, 0, 0, 0, 0, 0 } }, + { 1.762236283859e-06, -5.865449131712e-06, { 2, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.547171100882e-06, 3.076654688230e-06, { 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0, 0 } }, + { 3.247898463209e-06, -4.361711445904e-06, { 0, 0, 1, 0, 0, 0, -3, 2, 0, 0, 0, 0, 0 } }, + { 4.093970714310e-06, 3.505472281505e-06, { 2, 0, -1, 0, 0, 0, -3, 0, 1, 0, 0, 0, 0 } }, + { 5.082254817441e-06, -2.477070766009e-06, { 2, 0, 0, 0, 0, -5, 3, 0, 0, 0, 0, 0, 0 } }, + { -2.155160417930e-06, 5.403889989204e-06, { 0, 0, 0, 0, 0, 19, -18, 0, 0, 0, 0, 0, 0 } }, + { 3.993264364520e-06, 3.562169692406e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -3, 2, 0, 0, 0 } }, + { 1.885044356802e-06, -5.662716001891e-06, { 0, 0, 1, 0, 0, 7, -8, 0, 0, 0, 0, 0, 0 } }, + { -4.885054624299e-06, 2.640861381027e-06, { 2, 0, -1, 0, 0, 0, 4, 0, -5, 0, 0, 0, 0 } }, + { -5.912728929339e-06, -1.608492014946e-06, { 2, 0, 0, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { -7.174839089757e-06, 3.411453376011e-07, { 1, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.063719051223e-06, -5.443024178507e-06, { 2, 0, 0, 0, 0, -6, 7, 0, 0, 0, 0, 0, 0 } }, + { 5.046532482885e-06, 2.444777904641e-06, { 2, 0, -1, 0, 0, 3, -1, 0, 0, 0, 0, 0, 0 } }, + { -4.905984111417e-06, -2.545425429198e-06, { 0, 0, 1, 0, 0, 0, 5, -10, 0, 0, 0, 0, 0 } }, + { -2.011586376861e-07, -7.241084826445e-06, { 0, 0, 0, 0, 0, 0, 5, -8, 0, 0, 0, 0, 0 } }, + { 1.008366534493e-06, 6.427440054616e-06, { 3, -1, -1, 0, 0, 6, -7, 0, 0, 0, 0, 0, 0 } }, + { -6.732232000970e-07, 6.761469761700e-06, { 2, 0, -1, 0, 0, 0, -2, 2, 0, 0, 0, 0, 0 } }, + { -4.756634706776e-06, 2.659277230512e-06, { 2, -2, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { -7.070145437646e-06, -3.339679791613e-07, { 1, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.660533443666e-06, 4.666229279776e-06, { 0, 0, 2, 0, 0, -10, 2, 0, 0, 0, 0, 0, 0 } }, + { -4.044507358826e-06, -3.267280003389e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { -3.230413537333e-06, -4.073368715258e-06, { 2, 0, -1, 0, 0, 0, 3, 0, -2, 0, 0, 0, 0 } }, + { -5.286105884369e-06, 2.001255426784e-06, { 0, 0, 1, 0, 0, 3, -6, 0, 0, 0, 0, 0, 0 } }, + { 1.222694485968e-06, -6.046466231183e-06, { 1, -1, 1, 0, 0, -1, 2, 0, 0, 0, 0, 0, 0 } }, + { 1.213912301823e-06, 6.054819637779e-06, { 1, -1, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.608091692703e-06, -2.645897966466e-06, { 0, 0, 1, 0, 0, 0, 7, -12, 0, 0, 0, 0, 0 } }, + { -4.539070659339e-06, 2.684786574842e-06, { 4, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 5.928799690159e-06, 1.294913447140e-06, { 0, 2, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 5.924236505541e-06, -1.294786243927e-06, { 0, 2, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 4.097723648322e-06, -3.107455596956e-06, { 4, 0, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -5.841691497496e-06, -1.362373289376e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0 } }, + { 3.472412722586e-06, -3.730285722212e-06, { 2, 0, 0, 0, 0, -4, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.511676540880e-06, 5.672849101055e-06, { 1, 0, 1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { 1.511676540880e-06, -5.672849101055e-06, { 1, 0, -1, 0, 0, -23, 25, 0, 0, 0, 0, 0, 0 } }, + { 4.487135310580e-06, 2.686333773262e-06, { 2, 0, -1, 0, 0, 0, 11, -16, 0, 0, 0, 0, 0 } }, + { 1.628601956631e-06, -5.539831886646e-06, { 4, 0, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -4.280208638730e-06, -2.851513277761e-06, { 0, 0, 1, 0, 0, 0, -10, 17, 0, 0, 0, 0, 0 } }, + { 4.872261032647e-06, 2.225552312845e-06, { 0, 0, 0, 0, 0, 16, -14, 0, 0, 0, 0, 0, 0 } }, + { -5.425223014705e-06, -1.669899237694e-06, { 2, 0, 0, 0, 0, 0, 0, 0, 1, -5, 0, 0, 0 } }, + { -4.927927019940e-06, 2.112187888190e-06, { 2, 0, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -5.955799693046e-06, -1.074118400043e-06, { 2, 0, 0, 0, 0, 0, -2, 0, 5, 0, 0, 0, 0 } }, + { 1.764364596890e-06, -5.253274818921e-06, { 2, 0, -2, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -4.711532129559e-06, 2.302603179894e-06, { 0, 0, 1, 0, 0, 0, -5, 10, 0, 0, 0, 0, 0 } }, + { -9.669793892665e-08, 6.914691546341e-06, { 2, 0, 0, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { -5.380543294303e-06, 1.623183183820e-06, { 2, 0, 0, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { 4.302417816981e-07, -6.538679402214e-06, { 0, 0, 0, 0, 0, 5, -7, 0, 0, 0, 0, 0, 0 } }, + { -5.977107225092e-06, 9.809486494954e-07, { 0, 0, 0, 0, 0, 0, 5, -8, 3, 0, 0, 0, 0 } }, + { 4.724824586278e-06, 2.209279490281e-06, { 0, 0, 0, 0, 0, 8, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.210729568873e-06, 1.722688737265e-06, { 0, 0, 0, 0, 0, 0, 1, 0, 1, -5, 0, 0, 0 } }, + { -5.236276211110e-06, 1.639329522125e-06, { 2, 0, -1, 0, 0, 0, 0, 0, -1, 5, 0, 0, 0 } }, + { 4.463824374987e-06, 2.411705772353e-06, { 2, 0, -2, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -1.658153911436e-06, 5.212374039066e-06, { 2, 0, 0, 0, 0, 14, -15, 0, 0, 0, 0, 0, 0 } }, + { -1.814620286500e-06, -5.049853480557e-06, { 2, 0, -2, 0, 0, 0, 10, -19, 0, 3, 0, 0, 0 } }, + { -4.433544451323e-06, 2.419776339193e-06, { 0, 0, 1, 0, 0, -3, 3, 0, 0, 0, 0, 0, 0 } }, + { -1.298736906913e-06, -5.554226533625e-06, { 0, 0, 1, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { -1.818847731544e-06, 5.030644937168e-06, { 2, 0, -2, 0, 0, 0, -10, 19, 0, -3, 0, 0, 0 } }, + { 1.712836370563e-06, -5.134153940073e-06, { 0, 0, 0, 0, 0, 8, -9, 0, 0, 0, 0, 0, 0 } }, + { 4.679619943305e-06, 2.154250811776e-06, { 2, -2, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 1.133563854126e-06, 5.669570911828e-06, { 1, -1, 1, 0, 0, 1, -2, 0, 0, 0, 0, 0, 0 } }, + { -4.940776353662e-06, 1.815104181948e-06, { 2, 0, -2, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -2.484733949529e-07, -6.462329130875e-06, { 0, 0, 0, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 4.530263316925e-06, -2.178859863541e-06, { 2, 0, 0, 0, 0, -6, 4, 0, 0, 0, 0, 0, 0 } }, + { 5.151081280662e-06, 1.534381953902e-06, { 2, 0, 0, 0, 0, 0, 2, -6, 0, 0, 0, 0, 0 } }, + { 1.248554987885e-06, 5.427493865018e-06, { 2, 0, -1, 0, 0, 5, -4, 0, 0, 0, 0, 0, 0 } }, + { 1.026149573413e-09, 6.652075447353e-06, { 2, 0, -1, 0, 0, 0, 10, -13, 0, 0, 0, 0, 0 } }, + { -2.338656944353e-07, 6.337366178098e-06, { 2, 0, -1, 0, 0, 0, 0, 2, 0, 0, 0, 0, 0 } }, + { 4.090789001078e-07, 6.138401723159e-06, { 2, 0, -2, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { -6.312644055243e-06, -1.821576784175e-07, { 2, 0, -1, 0, 0, 0, 10, -16, 0, 0, 0, 0, 0 } }, + { 1.558180769391e-06, 4.873967358384e-06, { 4, 0, -2, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -4.896196348078e-06, 1.513221589644e-06, { 2, 0, -1, 0, 0, -8, 14, 0, 0, 0, 0, 0, 0 } }, + { -1.020176434412e-06, 5.358517031029e-06, { 1, -1, 0, 0, 0, 21, -20, 0, 0, 0, 0, 0, 0 } }, + { -6.227423182874e-06, 1.081936326189e-07, { 2, 0, -1, 0, 0, 0, 9, -19, 0, 3, 0, 0, 0 } }, + { 5.253562621553e-06, -1.050482700831e-06, { 0, 0, 3, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 5.250127125787e-06, 1.050332153810e-06, { 0, 0, 3, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 1.471791953877e-06, 4.822120770361e-06, { 2, 0, -2, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 2.754588728700e-07, 6.015519058456e-06, { 2, 0, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0, 0 } }, + { 4.941948171560e-06, -1.334371758881e-06, { 0, 0, 0, 0, 0, 0, 1, 0, -3, 5, 0, 0, 0 } }, + { 1.038349964879e-06, -5.090969437561e-06, { 1, -1, -1, 0, 0, 2, -1, 0, 0, 0, 0, 0, 0 } }, + { -9.785577002545e-07, -5.144050880815e-06, { 1, -1, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 5.650614941815e-06, -4.554901409016e-07, { 2, 0, -1, 0, 0, 0, -8, 16, -6, 0, 0, 0, 0 } }, + { -4.389638834546e-07, 5.635263620174e-06, { 2, 0, 0, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 9.933713900562e-08, 5.966124735348e-06, { 2, 0, -2, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -8.850726491214e-07, -5.142884998535e-06, { 2, 0, 0, 0, 0, 0, -7, 10, 0, 0, 0, 0, 0 } }, + { 5.543627633351e-06, 4.304095394211e-07, { 2, 0, -1, 0, 0, 0, 8, -16, 6, 0, 0, 0, 0 } }, + { -2.559585598224e-07, 5.550148221670e-06, { 2, 0, -1, 0, 0, 0, 1, -3, 0, 0, 0, 0, 0 } }, + { 3.574535194741e-07, 5.359511253622e-06, { 0, 0, 0, 0, 0, 10, -4, 0, 0, 0, 0, 0, 0 } }, + { 2.540060773806e-07, -5.433571299283e-06, { 4, 0, -3, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -2.881529898025e-07, 5.284038825839e-06, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0 } }, + { -2.813149088859e-07, -5.269631806746e-06, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0 } }, + { -1.213719001716e-07, 5.422976987647e-06, { 0, 0, 0, 0, 0, 0, 6, -9, 0, 0, 0, 0, 0 } }, + { 3.922744489916e-07, -5.024877247532e-06, { 2, 0, -2, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 1.697136893419e-06, -3.649990040750e-06, { 0, 0, 0, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.324497454268e-07, -5.001010051823e-06, { 4, 0, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { -1.286348343737e-06, 1.225229759367e-06, { 0, 0, 1, 0, 0, 0, 0, -1, 0, 0, 0, 0, 0 } }, + { 1.248926341296e-06, -1.241860428930e-06, { 0, 0, 1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -1.092433429673e-06, -9.841280800490e-07, { 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0 } }, + { 1.750237733580e-07, 6.788251998500e-07, { 1, 1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.386481229070e-07, -5.317427046700e-07, { 1, -1, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 4.074825327720e-07, 1.766696033600e-07, { 2, 0, -1, 0, 0, 4, -6, 0, 0, 0, 0, 0, 0 } }, + { 8.614585948400e-08, 2.494502697000e-07, { 1, -1, -1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } } +} }; + +constexpr array g_PERT_S3_3 +{ { + { 0.000000000000e+00, 1.490000000000e-03, { 2, 0, 0, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.110000000000e-03, { 2, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 9.500000000000e-04, { 0, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -7.700000000000e-04, { 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -3.600000000000e-04, { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -2.300000000000e-04, { 2, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -1.800000000000e-04, { 2, 0, -1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -4.657348443684e-05, -1.067868088331e-04, { 0, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -4.367735031233e-05, 1.001488975196e-04, { 0, 0, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.400000000000e-04, { 2, 0, 0, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 1.200000000000e-04, { 1, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 9.000000000000e-05, { 2, 0, 1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 5.988537018087e-05, -2.413266278796e-05, { 0, 0, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 5.987610191651e-05, 2.412424235975e-05, { 0, 0, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 7.000000000000e-05, { 2, 0, -1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -7.000000000000e-05, { 2, 0, -2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 5.000000000000e-05, { 0, 0, 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -1.309383743933e-05, -3.002885516495e-05, { 2, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.302599933607e-05, 2.987337089078e-05, { 2, 0, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -4.000000000000e-05, { 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -4.000000000000e-05, { 0, 0, 2, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 3.000000000000e-05, { 4, 0, -1, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -3.000000000000e-05, { 2, 0, -1, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 0.000000000000e+00, 3.000000000000e-05, { 0, 0, 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { -8.613761718971e-06, -1.975871309159e-05, { 2, 0, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -8.099535709070e-06, 1.857924199801e-05, { 2, 0, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 4.230135011835e-06, -1.645693246541e-05, { 0, 0, 1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 4.231650801562e-06, 1.644503667462e-05, { 0, 0, 1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 1.051315425167e-05, 9.978170011858e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 0.000000000000e+00, -2.000000000000e-05, { 2, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0 } }, + { 3.895416280262e-06, 1.248527849102e-05, { 0, 0, 0, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 3.864896780187e-06, -1.239235650152e-05, { 0, 0, 2, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 6.437355097186e-07, -1.026914616421e-05, { 2, 0, -1, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 5.856366789594e-06, 4.792956826575e-06, { 0, 0, 1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 5.848578957290e-06, -4.791388199116e-06, { 0, 0, 1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -4.005107674976e-06, 6.154250280016e-06, { 0, 0, 1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -3.986630334190e-06, -6.121351715988e-06, { 0, 0, 1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -2.538937367635e-06, -5.821446275990e-06, { 0, 0, 3, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -2.381920127449e-06, 5.461564284920e-06, { 0, 0, 1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { 4.752552160431e-06, 2.889960271381e-06, { 2, 0, -1, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 4.631048781534e-06, 2.986479801351e-06, { 2, 0, 0, 0, 0, -8, 13, 0, 0, 0, 0, 0, 0 } }, + { 7.481175067432e-06, -1.280850418869e-07, { 2, 0, 0, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 4.712189320166e-06, -2.885143996577e-06, { 2, 0, -1, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { 7.498054982789e-06, 9.073194081264e-08, { 2, 0, 0, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 4.581730775773e-06, -2.977169557877e-06, { 2, 0, 0, 0, 0, 8, -13, 0, 0, 0, 0, 0, 0 } }, + { -2.769553566718e-06, 4.584945363766e-06, { 2, 0, 0, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -2.736111412457e-06, 4.605141828054e-06, { 2, 0, -1, 0, 0, 0, -8, 15, 0, 0, 0, 0, 0 } }, + { -2.650082533009e-06, -4.442009592796e-06, { 2, 0, -1, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { -2.657668380929e-06, -4.369696165012e-06, { 2, 0, 0, 0, 0, 0, 8, -15, 0, 0, 0, 0, 0 } }, + { 2.015582016356e-06, -4.718951306120e-06, { 2, 0, -1, 0, 0, 0, 2, 0, 0, -5, 0, 0, 0 } }, + { 2.022450173432e-06, 4.423305214665e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 5, 0, 0, 0 } }, + { -1.241468293675e-06, -4.433527923831e-06, { 2, 0, -1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { -1.198600330470e-06, 4.385179838385e-06, { 2, 0, -1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 3.086810034445e-06, 1.559735766845e-06, { 2, 0, -1, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0 } }, + { 3.261239396328e-06, 1.315585263603e-06, { 0, 0, 2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 3.259256130668e-06, -1.315478754062e-06, { 0, 0, 2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 1.084762474973e-06, -3.479594553361e-06, { 2, 0, 1, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.084762474973e-06, 3.479594553361e-06, { 2, 0, -1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 7.898774252075e-07, -3.746257556532e-06, { 2, 0, -1, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 7.818397094781e-07, 3.687140296291e-06, { 2, 0, -1, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -1.961673646807e-06, 1.873351781465e-06, { 0, 0, 1, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { 2.603336193513e-06, -1.217863599553e-06, { 0, 0, 1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { -3.710492191350e-06, -5.489237552142e-08, { 2, 0, -1, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 2.628843455738e-06, 1.134200172723e-06, { 1, 0, 0, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { -1.136410986702e-06, -2.606010720963e-06, { 2, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -1.108784512455e-06, 2.542227799973e-06, { 2, 0, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -1.096014489939e-06, 2.550247468231e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { 2.443016958683e-06, 1.136669721693e-06, { 0, 0, 1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { -1.815154580396e-06, -1.342972662748e-06, { 2, 0, -1, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { -3.051527074319e-06, 5.622043006326e-08, { 2, 0, -1, 0, 0, 0, 2, 0, -2, 0, 0, 0, 0 } }, + { 1.949458920714e-06, -9.290195871079e-07, { 2, 0, 0, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 6.735958416959e-07, 2.161593865381e-06, { 2, 0, -2, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 6.682004684579e-07, -2.145166701957e-06, { 2, 0, 0, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 1.858600614120e-06, -8.844158071252e-07, { 2, 0, -1, 0, 0, -2, 3, 0, 0, 0, 0, 0, 0 } }, + { 8.747495363639e-09, 2.672480647662e-06, { 2, 0, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 2.226298932247e-06, -4.175196084740e-07, { 2, 0, 1, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 1.290722657175e-06, -1.332716907031e-06, { 1, 0, 1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { -1.290722657175e-06, 1.332716907031e-06, { 1, 0, -1, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 3.023419258555e-09, 2.603007368674e-06, { 2, 0, -1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { 7.834151694177e-07, -1.816121815540e-06, { 2, 0, -1, 0, 0, 0, 2, 0, -5, 5, 0, 0, 0 } }, + { 1.888831478848e-06, -6.746122202667e-07, { 2, 0, 0, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -8.261708101216e-08, 2.366584915996e-06, { 0, 0, 1, 0, 0, 3, -5, 0, 0, 0, 0, 0, 0 } }, + { -8.109107304795e-07, 1.544202914747e-06, { 2, 0, 0, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -6.322702532790e-08, -2.289522451757e-06, { 0, 0, 1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { 1.581286697064e-06, 7.445692961281e-07, { 0, 0, 1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 1.544263718638e-06, -7.225119314432e-07, { 0, 0, 1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -2.010157083286e-06, -2.110347618507e-07, { 2, 0, 0, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 1.221646456105e-06, -9.671997155947e-07, { 2, 0, 0, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -1.071034064961e-06, -1.077023526408e-06, { 2, 0, -1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 8.850214538852e-08, -2.050814706660e-06, { 2, 0, -1, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.065638487414e-06, -1.069109493579e-06, { 2, 0, 0, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 8.883460450591e-08, -1.988492142086e-06, { 2, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0, 0 } }, + { -1.323496965692e-06, -6.900196467957e-07, { 0, 0, 1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { -1.314250343287e-06, 6.837006516272e-07, { 0, 0, 1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { 1.446208549713e-06, -5.284392678406e-07, { 2, 0, -1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { -1.144213968969e-07, -1.795515830415e-06, { 0, 0, 1, 0, 0, -6, 8, 0, 0, 0, 0, 0, 0 } }, + { 8.274288335547e-07, 1.025879757788e-06, { 0, 0, 1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -1.630817700788e-06, -2.058405906144e-07, { 2, 0, -1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 8.193180987492e-07, -1.016366718124e-06, { 0, 0, 1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { 1.257440110540e-06, 5.574306694204e-07, { 2, 0, -1, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.190245477351e-06, 5.895159002968e-07, { 2, 0, 0, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { -1.186124528887e-06, -5.742955823705e-07, { 2, 0, -1, 0, 0, 4, -5, 0, 0, 0, 0, 0, 0 } }, + { -8.540344438201e-07, 9.037687716795e-07, { 2, 0, -1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 1.150011823970e-06, 5.744369055133e-07, { 2, 0, -1, 0, 0, 0, 2, -4, 0, 0, 0, 0, 0 } }, + { 9.616250398893e-07, -7.617930082207e-07, { 2, 0, -1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -8.257994732456e-07, 8.659255537891e-07, { 2, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { 1.160054892771e-06, 5.254834038115e-07, { 2, 0, 0, 0, 0, 2, -3, 0, 0, 0, 0, 0, 0 } }, + { 1.182689162476e-06, -4.795116807275e-07, { 0, 0, 1, 0, 0, -3, 4, 0, 0, 0, 0, 0, 0 } }, + { 4.756843380503e-07, 1.090263878578e-06, { 0, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -7.729419382634e-07, -7.852308129759e-07, { 0, 0, 1, 0, 0, 0, 0, 0, -1, 0, 0, 0, 0 } }, + { 8.701613367018e-07, -6.778040935689e-07, { 0, 0, 1, 0, 0, 0, -1, 0, 2, 0, 0, 0, 0 } }, + { -5.797580051581e-07, -9.201383212782e-07, { 2, 0, -1, 0, 0, 0, 5, -6, 0, 0, 0, 0, 0 } }, + { -7.382199927922e-07, 7.570494737001e-07, { 0, 0, 1, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0 } }, + { -8.017239754426e-07, -6.719317964463e-07, { 2, 0, -2, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { 9.734337035359e-07, -4.725690254075e-07, { 2, 0, -1, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { -9.079565000456e-07, -5.202864349372e-07, { 2, 0, 0, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { -8.928883645314e-07, -5.237131970589e-07, { 2, 0, -1, 0, 0, 0, 9, -17, 0, 0, 0, 0, 0 } }, + { 9.553327972886e-07, -4.568907814580e-07, { 2, 0, 0, 0, 0, 0, -2, 4, 0, 0, 0, 0, 0 } }, + { 5.987188622192e-07, 7.786814763906e-07, { 2, 0, 0, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { 7.928381145969e-07, 5.772044104981e-07, { 2, 0, -2, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 7.895044035196e-07, -5.758104463253e-07, { 2, 0, -2, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 9.465783505665e-07, 4.153132137794e-07, { 0, 0, 1, 0, 0, 3, -4, 0, 0, 0, 0, 0, 0 } }, + { 5.874978015310e-07, 7.727959740951e-07, { 2, 0, -1, 0, 0, 0, 1, -2, 0, 0, 0, 0, 0 } }, + { -6.768703726482e-07, 6.820216027758e-07, { 2, 0, -1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { -8.495660575682e-07, 4.928265803797e-07, { 2, 0, -1, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { -8.507693279567e-07, 4.835008579033e-07, { 2, 0, 0, 0, 0, 0, -9, 17, 0, 0, 0, 0, 0 } }, + { -3.200619540809e-07, 9.916101336904e-07, { 0, 0, 1, 0, 0, 0, 3, -8, 3, 0, 0, 0, 0 } }, + { 9.873135903606e-07, -3.229357023122e-07, { 2, 0, 0, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 7.350198422597e-07, 5.682264333855e-07, { 0, 0, 1, 0, 0, 0, 1, 0, -2, 0, 0, 0, 0 } }, + { 8.720256541059e-07, 4.237952486953e-07, { 2, 0, -1, 0, 0, 5, -6, 0, 0, 0, 0, 0, 0 } }, + { 5.550847348334e-07, -7.348948147987e-07, { 2, 0, -1, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -1.112068859630e-06, 1.742361625129e-07, { 0, 0, 1, 0, 0, 0, 1, 0, 2, -5, 0, 0, 0 } }, + { -1.148477776694e-06, -1.316070113409e-07, { 0, 0, 1, 0, 0, 0, -1, 0, -2, 5, 0, 0, 0 } }, + { 1.203259454789e-06, -6.693256356696e-08, { 2, 0, -1, 0, 0, 0, 7, -10, 0, 0, 0, 0, 0 } }, + { -7.416040660000e-08, 1.193903457505e-06, { 0, 0, 1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -3.211079283785e-07, -9.350698772667e-07, { 2, 0, 0, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 5.438931806202e-07, -7.093798002917e-07, { 2, 0, 0, 0, 0, 0, -1, 2, 0, 0, 0, 0, 0 } }, + { -7.413553584050e-08, -1.172558040027e-06, { 0, 0, 1, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 9.801781043063e-07, 2.485220776284e-07, { 2, 0, 0, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { 1.400846108353e-07, 1.030907393830e-06, { 0, 0, 2, 0, 0, 0, 0, 0, 2, -5, 0, 0, 0 } }, + { 1.395799632962e-07, -1.031229498118e-06, { 0, 0, 2, 0, 0, 0, 0, 0, -2, 5, 0, 0, 0 } }, + { -6.704384492019e-07, -4.960203202474e-07, { 2, 0, -2, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 9.187982470979e-07, -1.912637218062e-07, { 2, 0, 1, 0, 0, 0, 4, -8, 3, 0, 0, 0, 0 } }, + { 9.162184157709e-07, 1.892736385033e-07, { 2, 0, 1, 0, 0, 0, -4, 8, -3, 0, 0, 0, 0 } }, + { 9.203901703847e-07, 1.703361268008e-07, { 2, 0, 0, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { -5.348726776485e-07, 5.445772215615e-07, { 2, 0, 0, 0, 0, 0, -2, 0, 3, 0, 0, 0, 0 } }, + { -8.933981092275e-07, -1.653401460527e-07, { 2, 0, -2, 0, 0, -19, 21, -3, 0, 0, 0, 0, 0 } }, + { 3.434823441486e-07, 7.036787567461e-07, { 0, 0, 1, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 8.713086908944e-07, -1.633483129659e-07, { 2, 0, 0, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 3.320123892008e-07, -6.827863992883e-07, { 0, 0, 1, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { -5.576587138620e-07, -4.171137302365e-07, { 0, 0, 0, 0, 0, 18, -17, 0, 0, 0, 0, 0, 0 } }, + { 5.728631449363e-07, 3.898769320204e-07, { 0, 0, 1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { -2.922504893467e-08, 9.174275837087e-07, { 2, 0, 0, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { -2.553513339839e-08, 9.123771598691e-07, { 2, 0, -1, 0, 0, 0, -7, 13, 0, 0, 0, 0, 0 } }, + { 5.492543915906e-07, -3.751312656571e-07, { 0, 0, 1, 0, 0, 0, 5, -9, 0, 0, 0, 0, 0 } }, + { 4.754304516405e-07, 4.463939769128e-07, { 2, 0, 0, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 2.115625567001e-07, -6.782169769024e-07, { 0, 0, 3, 0, 0, -10, 3, 0, 0, 0, 0, 0, 0 } }, + { 2.115625567001e-07, 6.782169769024e-07, { 0, 0, 1, 0, 0, 10, -3, 0, 0, 0, 0, 0, 0 } }, + { 2.962330223549e-07, 5.692505215310e-07, { 2, 0, 0, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 4.658320883817e-07, 3.900097204684e-07, { 2, 0, 0, 0, 0, -12, 8, 0, 0, 0, 0, 0, 0 } }, + { -2.540600354329e-07, -5.973074582507e-07, { 0, 0, 1, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { -1.972707738335e-07, -6.520023800793e-07, { 2, 0, -1, 0, 0, 0, -9, 15, 0, 0, 0, 0, 0 } }, + { 2.906463674512e-07, 5.557072398448e-07, { 2, 0, -1, 0, 0, 0, -6, 11, 0, 0, 0, 0, 0 } }, + { 5.100017171175e-07, 3.349077500774e-07, { 2, 0, 0, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { 7.098985281653e-07, -1.331919942809e-07, { 0, 0, 2, 0, 0, -18, 15, 0, 0, 0, 0, 0, 0 } }, + { 5.094838841512e-07, -3.284324843169e-07, { 2, 0, -1, 0, 0, 0, 8, -12, 0, 0, 0, 0, 0 } }, + { -2.739471840212e-08, -8.078826293233e-07, { 2, 0, -1, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 4.057204705633e-07, 4.288185654949e-07, { 2, 0, -1, 0, 0, 0, 2, 0, -4, 0, 0, 0, 0 } }, + { -4.260075101506e-07, -4.006523660269e-07, { 2, 0, -2, 0, 0, 0, 2, 0, -3, 0, 0, 0, 0 } }, + { 4.691133664486e-07, -3.475563643642e-07, { 0, 0, 2, 0, 0, -18, 17, 0, 0, 0, 0, 0, 0 } }, + { -2.569646986911e-07, 5.592402566056e-07, { 0, 0, 1, 0, 0, 0, -2, 0, 4, -5, 0, 0, 0 } }, + { -3.097742144262e-08, -7.800085770217e-07, { 2, 0, 0, 0, 0, 0, 7, -13, 0, 0, 0, 0, 0 } }, + { 4.892705855069e-07, 3.184438769541e-07, { 2, 0, -1, 0, 0, 0, -5, 9, 0, 0, 0, 0, 0 } }, + { 2.402209445637e-07, 5.509134474429e-07, { 1, 0, 1, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 2.402209445637e-07, -5.509134474429e-07, { 1, 0, -1, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -5.241353121732e-07, 2.644315484087e-07, { 0, 0, 1, 0, 0, 0, -6, 8, 0, 0, 0, 0, 0 } }, + { -2.350140862524e-07, -5.390034784987e-07, { 4, 0, 0, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { 6.996410719254e-07, -6.506814761280e-08, { 0, 0, 1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -2.295228483206e-07, 5.264176144371e-07, { 4, 0, -2, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } }, + { -4.520484373518e-07, 3.032006668095e-07, { 2, 0, 0, 0, 0, 0, -37, 48, 0, 0, 0, 0, 0 } }, + { 6.735192683109e-07, 6.515659498927e-08, { 0, 0, 1, 0, 0, 0, -3, 6, 0, 0, 0, 0, 0 } }, + { -2.312894239549e-07, -5.065848841977e-07, { 2, 0, 0, 0, 0, -15, 13, 0, 0, 0, 0, 0, 0 } }, + { -2.226912655398e-07, 5.112363628681e-07, { 2, 0, -3, 0, 0, 0, 2, 0, -1, -5, 0, 0, 0 } }, + { 4.308958959050e-07, -2.983857391134e-07, { 2, 0, -2, 0, 0, 0, -37, 48, 0, 0, 0, 0, 0 } }, + { 3.576334651072e-07, -3.696521377917e-07, { 3, 0, 0, 0, 0, -15, 12, 0, 0, 0, 0, 0, 0 } }, + { 3.576334651072e-07, 3.696521377917e-07, { 1, 0, 0, 0, 0, 15, -12, 0, 0, 0, 0, 0, 0 } }, + { 5.728030928105e-07, -1.492365199058e-07, { 2, 0, 0, 0, 0, 0, 7, -15, 0, 0, 0, 0, 0 } }, + { 4.824515481656e-07, -2.375610180502e-07, { 2, 0, 0, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { 4.817102621028e-07, -2.348318514180e-07, { 0, 0, 1, 0, 0, 0, -3, 5, 0, 0, 0, 0, 0 } }, + { -5.106506891572e-07, 2.037135196190e-07, { 0, 0, 2, 0, 0, -26, 29, 0, 0, 0, 0, 0, 0 } }, + { 4.504807830204e-08, -6.595141141537e-07, { 2, 0, 0, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 6.478138799199e-07, 4.931988235097e-08, { 0, 0, 1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 2.327391175929e-07, -4.540040416385e-07, { 2, 0, -1, 0, 0, 0, 6, -11, 0, 0, 0, 0, 0 } }, + { 2.126396583096e-07, 4.690162710958e-07, { 2, 0, 0, 0, 0, 0, -2, 0, 0, 5, 0, 0, 0 } }, + { 2.062794310774e-07, 4.690547899398e-07, { 1, 1, 0, 0, 0, -20, 20, 0, 0, 0, 0, 0, 0 } }, + { 4.685942880547e-07, -2.066246853378e-07, { 2, 0, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0 } }, + { 4.510753493344e-07, 2.194548121609e-07, { 0, 0, 1, 0, 0, 0, 3, -5, 0, 0, 0, 0, 0 } }, + { 6.148279502829e-07, -4.773545756447e-08, { 0, 0, 1, 0, 0, 0, 4, -7, 0, 0, 0, 0, 0 } }, + { 3.930565457168e-08, 6.149692710467e-07, { 0, 0, 1, 0, 0, 0, 0, 0, -4, 10, 0, 0, 0 } }, + { 3.922100034436e-08, -6.145686194279e-07, { 0, 0, 1, 0, 0, 0, 0, 0, 4, -10, 0, 0, 0 } }, + { -4.060952473229e-08, 6.118605097664e-07, { 2, 0, -2, 0, 0, 6, -8, 0, 0, 0, 0, 0, 0 } }, + { 6.085344614600e-07, 3.945862621513e-08, { 2, 0, 0, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { -5.380052615130e-07, -1.009359951365e-07, { 0, 0, 0, 0, 0, 18, -15, 0, 0, 0, 0, 0, 0 } }, + { 5.715092818382e-07, 3.597995533248e-08, { 2, 0, -1, 0, 0, 0, -4, 7, 0, 0, 0, 0, 0 } }, + { 5.832044393948e-07, 7.502685211290e-09, { 2, 0, -3, 0, 0, 0, 14, -23, 0, 0, 0, 0, 0 } }, + { 4.369833720595e-08, 5.468115178553e-07, { 2, 0, 0, 0, 0, -5, 7, 0, 0, 0, 0, 0, 0 } }, + { 5.457010550435e-07, -2.585559127944e-08, { 2, 0, 0, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { 5.172053699957e-07, -2.200579662776e-08, { 2, 0, -1, 0, 0, 0, 3, -6, 0, 0, 0, 0, 0 } }, + { -5.154525955400e-07, -1.845864586074e-08, { 2, 0, 0, 0, 0, -8, 12, 0, 0, 0, 0, 0, 0 } }, + { -4.407179819851e-09, -5.170781162590e-07, { 2, 0, 0, 0, 0, -4, 6, 0, 0, 0, 0, 0, 0 } } +} }; + +constexpr array g_PERT_S3_4 +{ { + { -5.458720424980e-07, 2.801517894073e-07, { 0, 0, 2, 0, 0, -18, 16, 0, 0, 0, 0, 0, 0 } }, + { -5.121329506146e-07, -2.627345838573e-07, { 0, 0, 0, 0, 0, 18, -16, 0, 0, 0, 0, 0, 0 } } +} }; + +struct AAPLUS_EXT_CLASS ELPMPP02Pertubations +{ + const ELPMPP02PertubationsCoefficient* m_pTable; + size_t m_nTableSize; +}; + +constexpr array g_PERT_S1 +{ { + { g_PERT_S1_1.data(), g_PERT_S1_1.size() }, + { g_PERT_S1_2.data(), g_PERT_S1_2.size() }, + { g_PERT_S1_3.data(), g_PERT_S1_3.size() }, + { g_PERT_S1_4.data(), g_PERT_S1_4.size() } +} }; + +constexpr array g_PERT_S2 +{ { + { g_PERT_S2_1.data(), g_PERT_S2_1.size() }, + { g_PERT_S2_2.data(), g_PERT_S2_2.size() }, + { g_PERT_S2_3.data(), g_PERT_S2_3.size() } +} }; + +constexpr array g_PERT_S3 +{ { + { g_PERT_S3_1.data(), g_PERT_S3_1.size() }, + { g_PERT_S3_2.data(), g_PERT_S3_2.size() }, + { g_PERT_S3_3.data(), g_PERT_S3_3.size() }, + { g_PERT_S3_4.data(), g_PERT_S3_4.size() } +} }; + + +////////////////////////////// Implementation ///////////////////////////////// + +double CAAELPMPP02::EclipticLongitude(const double* pT, int nTSize, Correction correction, double* pDerivative) noexcept +{ + //Validate our parameters + assert(pT); + assert(nTSize == 5); + UNREFERENCED_PARAMETER(nTSize); + + //Work out the right data arrays to use + const array, 3>* g_pW = nullptr; + const array* g_pEARTH = nullptr; + const array* g_pPERI = nullptr; + const array* g_pZETA = nullptr; + const array* g_pMAIN_S1_Coeff = nullptr; + switch (correction) + { + case Correction::Nominal: + { + g_pW = &g_W_Nominal; + g_pEARTH = &g_EARTH_Nominal; + g_pPERI = &g_PERI_Nominal; + g_pZETA = &g_ZETA_Nominal; + g_pMAIN_S1_Coeff = &g_MAIN_S1_Nominal; + break; + } + case Correction::LLR: + { + g_pW = &g_W_LLR; + g_pEARTH = &g_EARTH_LLR; + g_pPERI = &g_PERI_LLR; + g_pZETA = &g_ZETA_LLR; + g_pMAIN_S1_Coeff = &g_MAIN_S1_LLR; + break; + } + case Correction::DE405: + { + g_pW = &g_W_DE405; + g_pEARTH = &g_EARTH_DE405; + g_pPERI = &g_PERI_DE405; + g_pZETA = &g_ZETA_DE405; + g_pMAIN_S1_Coeff = &g_MAIN_S1_DE405; + break; + } + case Correction::DE406: + { + g_pW = &g_W_DE406; + g_pEARTH = &g_EARTH_DE406; + g_pPERI = &g_PERI_DE406; + g_pZETA = &g_ZETA_DE406; + g_pMAIN_S1_Coeff = &g_MAIN_S1_DE406; + break; + } + default: + { + assert(false); + break; + } + } + assert(g_pW); + assert(g_pPERI); + assert(g_pEARTH); + assert(g_pZETA); +#ifdef __analysis_assume +#pragma warning(suppress: 26477) + __analysis_assume(g_pW); +#pragma warning(suppress: 26477) + __analysis_assume(g_pEARTH); +#pragma warning(suppress: 26477) + __analysis_assume(g_pPERI); +#pragma warning(suppress: 26477) + __analysis_assume(g_pZETA); +#pragma warning(suppress: 26477) + __analysis_assume(pT); +#pragma warning(suppress: 26477) + __analysis_assume(g_pMAIN_S1_Coeff); +#endif + const array, 3>& g_W = *g_pW; + const array& g_EARTH = *g_pEARTH; + const array& g_PERI = *g_pPERI; + const array& g_ZETA = *g_pZETA; + const array& g_MAIN_S1_Coeff = *g_pMAIN_S1_Coeff; + + //Setup the Delaunay array + array, 4> fDelaunay{}; + for (int i=0; i<5; i++) + { + fDelaunay[0][i] = g_W[0][i] - g_EARTH[i]; //D + fDelaunay[1][i] = g_W[0][i] - g_W[2][i]; //F + fDelaunay[2][i] = g_W[0][i] - g_W[1][i]; //l + fDelaunay[3][i] = g_EARTH[i] - g_PERI[i]; //l' + } + fDelaunay[0][0] += CAACoordinateTransformation::PI(); + + //What will be the return value from this method + double fResult = 0; + + //Set the output parameter to a default value if required + if (pDerivative) + *pDerivative = 0; + + //First the main problem + constexpr size_t nEndI = g_MAIN_S1.size(); + for (size_t i=0; i fFi{}; + for (int a=0; a<5; a++) + { + for (int j=0; j<4; j++) + fFi[a] += g_MAIN_S1[i].m_I[j] * fDelaunay[j][a]; + } + double y = fFi[0]; + double yp = 0; + for (int k=1; k<=4; k++) + { + y += fFi[k] * pT[k]; + yp += k * fFi[k] * pT[k-1]; + } +#ifdef _MSC_VER +#pragma warning(suppress : 26488) +#endif //#ifdef _MSC_VER + fResult += (g_MAIN_S1_Coeff[i] * sin(y)); + if (pDerivative) +#ifdef _MSC_VER +#pragma warning(suppress : 26488) +#endif //#ifdef _MSC_VER + *pDerivative += (g_MAIN_S1_Coeff[i] * cos(y) * yp); + } + + //Then the perturbations + constexpr size_t nEndk = g_PERT_S1.size(); + for (size_t k=0; k fFi{}; + fFi[0] = atan2(g_PERT_S1[k].m_pTable[p].m_C, g_PERT_S1[k].m_pTable[p].m_S); + if (fFi[0] < 0) + fFi[0] += (CAACoordinateTransformation::PI() * 2); + for (int a=0; a<5; a++) + { + for (int i=0; i<4; i++) + fFi[a] += (g_PERT_S1[k].m_pTable[p].m_I[i] * fDelaunay[i][a]); + if (a < 2) + { + for (size_t i=4; i<12; i++) + fFi[a] += (g_P[i-4][a] * g_PERT_S1[k].m_pTable[p].m_I[i]); + } + fFi[a] += (g_PERT_S1[k].m_pTable[p].m_I[12] * g_ZETA[a]); + } + + double y = fFi[0]; + double yp = 0; + for (int i=1; i<=4; i++) + { + y += (fFi[i] * pT[i]); + yp += (i * fFi[i] * pT[i-1]); + } + double x = sqrt((g_PERT_S1[k].m_pTable[p].m_S * g_PERT_S1[k].m_pTable[p].m_S) + (g_PERT_S1[k].m_pTable[p].m_C * g_PERT_S1[k].m_pTable[p].m_C)); + fResult += (x * pT[k] * sin(y)); + if (pDerivative) + { + if (k == 0) + *pDerivative += (x * pT[k] * yp * cos(y)); + else + *pDerivative += (((k * x * pT[k-1]) * sin(y)) + (x * pT[k] * yp * cos(y))); + } + } + } + + fResult = CAACoordinateTransformation::MapTo0To360Range((fResult/3600.0) + CAACoordinateTransformation::RadiansToDegrees(g_W[0][0] + (g_W[0][1]*pT[1]) + (g_W[0][2]*pT[2]) + (g_W[0][3]*pT[3]) + (g_W[0][4]*pT[4]))); + if (pDerivative) + { + *pDerivative = (*pDerivative/3600.0) + CAACoordinateTransformation::RadiansToDegrees(g_W[0][1] + (2*g_W[0][2]*pT[1]) + (3*g_W[0][3]*pT[2]) + (4*g_W[0][4]*pT[3])); + *pDerivative /= 36525.0; + } + return fResult; +} + +double CAAELPMPP02::EclipticLongitude(double JD, Correction correction, double* pDerivative) noexcept +{ + //Calculate Julian centuries array + array t; + t[0] = 1; + t[1] = (JD - 2451545.0) / 36525.0; + t[2] = t[1] * t[1]; + t[3] = t[2] * t[1]; + t[4] = t[3] * t[1]; + + //Delegate to the other version of the method + return EclipticLongitude(t.data(), 5, correction, pDerivative); +} + +double CAAELPMPP02::EclipticLatitude(const double* pT, int nTSize, Correction correction, double* pDerivative) noexcept +{ + //Validate our parameters + assert(pT); + assert(nTSize == 5); + UNREFERENCED_PARAMETER(nTSize); + + //Work out the right data arrays to use + const array, 3>* g_pW = nullptr; + const array* g_pEARTH = nullptr; + const array* g_pPERI = nullptr; + const array* g_pZETA = nullptr; + const array* g_pMAIN_S2_Coeff = nullptr; + switch (correction) + { + case Correction::Nominal: + { + g_pW = &g_W_Nominal; + g_pEARTH = &g_EARTH_Nominal; + g_pPERI = &g_PERI_Nominal; + g_pZETA = &g_ZETA_Nominal; + g_pMAIN_S2_Coeff = &g_MAIN_S2_Nominal; + break; + } + case Correction::LLR: + { + g_pW = &g_W_LLR; + g_pEARTH = &g_EARTH_LLR; + g_pPERI = &g_PERI_LLR; + g_pZETA = &g_ZETA_LLR; + g_pMAIN_S2_Coeff = &g_MAIN_S2_LLR; + break; + } + case Correction::DE405: + { + g_pW = &g_W_DE405; + g_pEARTH = &g_EARTH_DE405; + g_pPERI = &g_PERI_DE405; + g_pZETA = &g_ZETA_DE405; + g_pMAIN_S2_Coeff = &g_MAIN_S2_DE405; + break; + } + case Correction::DE406: + { + g_pW = &g_W_DE406; + g_pEARTH = &g_EARTH_DE406; + g_pPERI = &g_PERI_DE406; + g_pZETA = &g_ZETA_DE406; + g_pMAIN_S2_Coeff = &g_MAIN_S2_DE406; + break; + } + default: + { + assert(false); + break; + } + } + assert(g_pW); + assert(g_pPERI); + assert(g_pEARTH); + assert(g_pZETA); +#ifdef __analysis_assume +#pragma warning(suppress: 26477) + __analysis_assume(g_pW); +#pragma warning(suppress: 26477) + __analysis_assume(g_pEARTH); +#pragma warning(suppress: 26477) + __analysis_assume(g_pPERI); +#pragma warning(suppress: 26477) + __analysis_assume(g_pZETA); +#pragma warning(suppress: 26477) + __analysis_assume(pT); +#pragma warning(suppress: 26477) + __analysis_assume(g_pMAIN_S2_Coeff); +#endif + const array, 3>& g_W = *g_pW; + const array& g_EARTH = *g_pEARTH; + const array& g_PERI = *g_pPERI; + const array& g_ZETA = *g_pZETA; + const array& g_MAIN_S2_Coeff = *g_pMAIN_S2_Coeff; + + //Setup the Delaunay array + array, 4> fDelaunay{}; + for (int i=0; i<5; i++) + { + fDelaunay[0][i] = g_W[0][i] - g_EARTH[i]; //D + fDelaunay[1][i] = g_W[0][i] - g_W[2][i]; //F + fDelaunay[2][i] = g_W[0][i] - g_W[1][i]; //l + fDelaunay[3][i] = g_EARTH[i] - g_PERI[i]; //l' + } + fDelaunay[0][0] += CAACoordinateTransformation::PI(); + + //What will be the return value from this method + double fResult = 0; + + //Set the output parameter to a default value if required + if (pDerivative) + *pDerivative = 0; + + //First the main problem + constexpr size_t nEndI = g_MAIN_S2.size(); + for (size_t i=0; i fFi{}; + for (int a=0; a<5; a++) + { + for (int j=0; j<4; j++) + fFi[a] += (g_MAIN_S2[i].m_I[j] * fDelaunay[j][a]); + } + double y = fFi[0]; + double yp = 0; + for (int k=1; k<=4; k++) + { + y += (fFi[k] * pT[k]); + yp += (k * fFi[k] * pT[k-1]); + } +#ifdef _MSC_VER +#pragma warning(suppress : 26488) +#endif //#ifdef _MSC_VER + fResult += (g_MAIN_S2_Coeff[i] * sin(y)); + if (pDerivative) +#ifdef _MSC_VER +#pragma warning(suppress : 26488) +#endif //#ifdef _MSC_VER + *pDerivative += (g_MAIN_S2_Coeff[i] * cos(y) * yp); + } + + //Then the perturbations + constexpr size_t nEndk = g_PERT_S2.size(); + for (size_t k=0; k fFi{}; + fFi[0] = atan2(g_PERT_S2[k].m_pTable[p].m_C, g_PERT_S2[k].m_pTable[p].m_S); + if (fFi[0] < 0) + fFi[0] += (CAACoordinateTransformation::PI() * 2); + for (int a=0; a<5; a++) + { + for (int i=0; i<4; i++) + fFi[a] += (g_PERT_S2[k].m_pTable[p].m_I[i] * fDelaunay[i][a]); + if (a < 2) + { + for (size_t i=4; i<12; i++) + fFi[a] += (g_P[i-4][a] * g_PERT_S2[k].m_pTable[p].m_I[i]); + } + fFi[a] += (g_PERT_S2[k].m_pTable[p].m_I[12] * g_ZETA[a]); + } + + double y = fFi[0]; + double yp = 0; + for (int i=1; i<=4; i++) + { + y += (fFi[i] * pT[i]); + yp += (i * fFi[i] * pT[i-1]); + } + double x = sqrt((g_PERT_S2[k].m_pTable[p].m_S * g_PERT_S2[k].m_pTable[p].m_S) + (g_PERT_S2[k].m_pTable[p].m_C * g_PERT_S2[k].m_pTable[p].m_C)); + fResult += (x * pT[k] * sin(y)); + if (pDerivative) + { + if (k == 0) + *pDerivative += (x * pT[k] * yp * cos(y)); + else + *pDerivative += (((k * x * pT[k-1]) * sin(y)) + (x * pT[k] * yp * cos(y))); + } + } + } + + fResult = CAACoordinateTransformation::MapToMinus90To90Range(fResult/3600.0); + if (pDerivative) + *pDerivative = *pDerivative/(3600.0 * 36525.0); + return fResult; +} + +double CAAELPMPP02::EclipticLatitude(double JD, Correction correction, double* pDerivative) noexcept +{ + //Calculate Julian centuries array + array t; + t[0] = 1; + t[1] = (JD - 2451545.0) / 36525.0; + t[2] = t[1] * t[1]; + t[3] = t[2] * t[1]; + t[4] = t[3] * t[1]; + + //Delegate to the other version of this method + return EclipticLatitude(t.data(), 5, correction, pDerivative); +} + +double CAAELPMPP02::RadiusVector(const double* pT, int nTSize, Correction correction, double* pDerivative) noexcept +{ + //Validate our parameters + assert(pT); + assert(nTSize == 5); + UNREFERENCED_PARAMETER(nTSize); + + //Work out the right data arrays to use + const array, 3>* g_pW = nullptr; + const array* g_pEARTH = nullptr; + const array* g_pPERI = nullptr; + const array* g_pZETA = nullptr; + const array* g_pMAIN_S3_Coeff = nullptr; + switch (correction) + { + case Correction::Nominal: + { + g_pW = &g_W_Nominal; + g_pEARTH = &g_EARTH_Nominal; + g_pPERI = &g_PERI_Nominal; + g_pZETA = &g_ZETA_Nominal; + g_pMAIN_S3_Coeff = &g_MAIN_S3_Nominal; + break; + } + case Correction::LLR: + { + g_pW = &g_W_LLR; + g_pEARTH = &g_EARTH_LLR; + g_pPERI = &g_PERI_LLR; + g_pZETA = &g_ZETA_LLR; + g_pMAIN_S3_Coeff = &g_MAIN_S3_LLR; + break; + } + case Correction::DE405: + { + g_pW = &g_W_DE405; + g_pEARTH = &g_EARTH_DE405; + g_pPERI = &g_PERI_DE405; + g_pZETA = &g_ZETA_DE405; + g_pMAIN_S3_Coeff = &g_MAIN_S3_DE405; + break; + } + case Correction::DE406: + { + g_pW = &g_W_DE406; + g_pEARTH = &g_EARTH_DE406; + g_pPERI = &g_PERI_DE406; + g_pZETA = &g_ZETA_DE406; + g_pMAIN_S3_Coeff = &g_MAIN_S3_DE406; + break; + } + default: + { + assert(false); + break; + } + } + assert(g_pW); + assert(g_pPERI); + assert(g_pEARTH); + assert(g_pZETA); +#ifdef __analysis_assume +#pragma warning(suppress: 26477) + __analysis_assume(g_pW); +#pragma warning(suppress: 26477) + __analysis_assume(g_pEARTH); +#pragma warning(suppress: 26477) + __analysis_assume(g_pPERI); +#pragma warning(suppress: 26477) + __analysis_assume(g_pZETA); +#pragma warning(suppress: 26477) + __analysis_assume(pT); +#pragma warning(suppress: 26477) + __analysis_assume(g_pMAIN_S3_Coeff); +#endif + const array, 3>& g_W = *g_pW; + const array& g_EARTH = *g_pEARTH; + const array& g_PERI = *g_pPERI; + const array& g_ZETA = *g_pZETA; + const array& g_MAIN_S3_Coeff = *g_pMAIN_S3_Coeff; + + //Setup the Delaunay array + array, 4> fDelaunay{}; + for (int i=0; i<5; i++) + { + fDelaunay[0][i] = g_W[0][i] - g_EARTH[i]; //D + fDelaunay[1][i] = g_W[0][i] - g_W[2][i]; //F + fDelaunay[2][i] = g_W[0][i] - g_W[1][i]; //l + fDelaunay[3][i] = g_EARTH[i] - g_PERI[i]; //l' + } + fDelaunay[0][0] += CAACoordinateTransformation::PI(); + + //What will be the return value from this method + double fResult = 0; + + //Set the output parameter to a default value if required + if (pDerivative) + *pDerivative = 0; + + //First the main problem + constexpr size_t nEndI = g_MAIN_S3.size(); + for (size_t i=0; i fFi{}; + for (int a=0; a<5; a++) + { + for (int j=0; j<4; j++) + fFi[a] += (g_MAIN_S3[i].m_I[j] * fDelaunay[j][a]); + } + double y = fFi[0]; + double yp = 0; + for (int k=1; k<=4; k++) + { + y += (fFi[k] * pT[k]); + yp += (k * fFi[k] * pT[k-1]); + } +#ifdef _MSC_VER +#pragma warning(suppress : 26488) +#endif //#ifdef _MSC_VER + fResult += (g_MAIN_S3_Coeff[i] * cos(y)); + if (pDerivative) +#ifdef _MSC_VER +#pragma warning(suppress : 26488) +#endif //#ifdef _MSC_VER + *pDerivative -= (g_MAIN_S3_Coeff[i] * sin(y) * yp); + } + + //Then the perturbations + constexpr size_t nEndk = g_PERT_S3.size(); + for (size_t k=0; k fFi{}; + fFi[0] = atan2(g_PERT_S3[k].m_pTable[p].m_C, g_PERT_S3[k].m_pTable[p].m_S); + if (fFi[0] < 0) + fFi[0] += (CAACoordinateTransformation::PI() * 2); + for (int a=0; a<5; a++) + { + for (int i=0; i<4; i++) + fFi[a] += (g_PERT_S3[k].m_pTable[p].m_I[i] * fDelaunay[i][a]); + if (a < 2) + { + for (size_t i=4; i<12; i++) + fFi[a] += (g_P[i-4][a] * g_PERT_S3[k].m_pTable[p].m_I[i]); + } + fFi[a] += (g_PERT_S3[k].m_pTable[p].m_I[12] * g_ZETA[a]); + } + + double y = fFi[0]; + double yp = 0; + for (int i=1; i<=4; i++) + { + y += (fFi[i] * pT[i]); + yp += (i * fFi[i] * pT[i-1]); + } + double x = sqrt((g_PERT_S3[k].m_pTable[p].m_S * g_PERT_S3[k].m_pTable[p].m_S) + (g_PERT_S3[k].m_pTable[p].m_C * g_PERT_S3[k].m_pTable[p].m_C)); + fResult += (x * pT[k] * sin(y)); + if (pDerivative) + { + if (k == 0) + *pDerivative += (x * pT[k] * yp * cos(y)); + else + *pDerivative += (((k * x * pT[k-1]) * sin(y)) + (x * pT[k] * yp * cos(y))); + } + } + } + + fResult *= 0.99999994982652029474691585875733; + if (pDerivative) + *pDerivative /= 36525.0; + + return fResult; +} + +double CAAELPMPP02::RadiusVector(double JD, Correction correction, double* pDerivative) noexcept +{ + //Calculate Julian centuries array + array t; + t[0] = 1; + t[1] = (JD - 2451545.0) / 36525.0; + t[2] = t[1] * t[1]; + t[3] = t[2] * t[1]; + t[4] = t[3] * t[1]; + + //Delegate to the other version of this method + return RadiusVector(t.data(), 5, correction, pDerivative); +} + +CAA3DCoordinate CAAELPMPP02::EclipticRectangularCoordinates(const double* pT, int nTSize, Correction correction, CAA3DCoordinate* pDerivative) noexcept +{ + double fLongitudeDerivative = 0; + double fLongitude = EclipticLongitude(pT, nTSize, correction, &fLongitudeDerivative); + fLongitudeDerivative *= 36525.0; + double fLatitudeDerivative = 0; + double fLatitude = EclipticLatitude(pT, nTSize, correction, &fLatitudeDerivative); + fLatitudeDerivative *= 36525.0; + double fRadiusDerivative = 0; + const double fRadius = RadiusVector(pT, nTSize, correction, &fRadiusDerivative); + fRadiusDerivative *= 36525.0; + fLongitude = CAACoordinateTransformation::DegreesToRadians(fLongitude); + fLongitudeDerivative = CAACoordinateTransformation::DegreesToRadians(fLongitudeDerivative); + fLatitude = CAACoordinateTransformation::DegreesToRadians(fLatitude); + fLatitudeDerivative = CAACoordinateTransformation::DegreesToRadians(fLatitudeDerivative); + const double fCosLong = cos(fLongitude); + const double fSinLong = sin(fLongitude); + const double fCosLat = cos(fLatitude); + const double fSinLat = sin(fLatitude); + const double fRCosLat = fRadius * fCosLat; + const double fRSinLat = fRadius * fSinLat; + CAA3DCoordinate value; + value.X = fRCosLat * fCosLong; + value.Y = fRCosLat * fSinLong; + value.Z = fRSinLat; + + if (pDerivative) + { + pDerivative->X = ((((fRadiusDerivative*fCosLat) - (fLatitudeDerivative*fRSinLat))*fCosLong) - (fLongitudeDerivative*value.Y)) / 36525.0; + pDerivative->Y = ((((fRadiusDerivative*fCosLat) - (fLatitudeDerivative*fRSinLat))*fSinLong) + (fLongitudeDerivative*value.X)) / 36525.0; + pDerivative->Z = ((fRadiusDerivative*fSinLat) + (fLatitudeDerivative*fRCosLat)) / 36525.0; + } + + return value; +} + +CAA3DCoordinate CAAELPMPP02::EclipticRectangularCoordinates(double JD, Correction correction, CAA3DCoordinate* pDerivative) noexcept +{ + //Calculate Julian centuries array + array t; + t[0] = 1; + t[1] = (JD - 2451545.0) / 36525.0; + t[2] = t[1] * t[1]; + t[3] = t[2] * t[1]; + t[4] = t[3] * t[1]; + + //Delegate to the other version of this method + return EclipticRectangularCoordinates(t.data(), 5, correction, pDerivative); +} + +CAA3DCoordinate CAAELPMPP02::EclipticRectangularCoordinatesJ2000(const double* pT, int nTSize, Correction correction, CAA3DCoordinate* pDerivative) noexcept +{ + //Validate our parameters + assert(pT); + assert(nTSize == 5); +#ifdef __analysis_assume +#pragma warning(suppress: 26477) + __analysis_assume(pT); +#endif + + static constexpr array LaskarsP + { { + 1.0180391e-5, + 4.7020439e-7, + -5.417367e-10, + -2.507948e-12, + 4.63486e-15 + } }; + + static constexpr array LaskarsQ + { { + -1.13469002e-4, + 1.2372674e-7, + 1.265417e-9, + -1.371808e-12, + -3.20334e-15 + } }; + + CAA3DCoordinate EclipticDerivative; + const CAA3DCoordinate Ecliptic = EclipticRectangularCoordinates(pT, nTSize, correction, &EclipticDerivative); + EclipticDerivative.X *= 36525.0; + EclipticDerivative.Y *= 36525.0; + EclipticDerivative.Z *= 36525.0; + const double fP = (LaskarsP[0] + (LaskarsP[1]*pT[1]) + (LaskarsP[2]*pT[2]) + (LaskarsP[3]*pT[3]) + (LaskarsP[4]*pT[4])) * pT[1]; + const double fQ = (LaskarsQ[0] + (LaskarsQ[1]*pT[1]) + (LaskarsQ[2]*pT[2]) + (LaskarsQ[3]*pT[3]) + (LaskarsQ[4]*pT[4])) * pT[1]; + const double fTwoP = 2*fP; + const double fP2 = fP*fP; + const double fQ2 = fQ*fQ; + const double fOneMinus2P2 = 1 - (2*fP2); + const double fOneMinus2Q2 = 1 - (2*fQ2); + const double fTwoPQ = fTwoP*fQ; + const double fTwosqrt1MinusPart = 2*sqrt(1 - fP2 - fQ2); + const double fPTwosqrt1MinusPart = fP*fTwosqrt1MinusPart; + const double fQTwosqrt1MinusPart = fQ*fTwosqrt1MinusPart; + CAA3DCoordinate J2000; + J2000.X = (fOneMinus2P2*Ecliptic.X) + (fTwoPQ*Ecliptic.Y) + (fPTwosqrt1MinusPart*Ecliptic.Z); + J2000.Y = (fTwoPQ*Ecliptic.X) + (fOneMinus2Q2*Ecliptic.Y) - (fQTwosqrt1MinusPart*Ecliptic.Z); + J2000.Z = (-fPTwosqrt1MinusPart*Ecliptic.X) + (fQTwosqrt1MinusPart*Ecliptic.Y) + ((fOneMinus2P2 + fOneMinus2Q2 - 1)*Ecliptic.Z); + if (pDerivative) + { + const double fPp = LaskarsP[0] + (2*LaskarsP[1] + 3*LaskarsP[2]*pT[1] + 4*LaskarsP[3]*pT[2] + 5*LaskarsP[3]*pT[4]) * pT[1]; + const double fQp = LaskarsQ[0] + (2*LaskarsQ[1] + 3*LaskarsQ[2]*pT[1] + 4*LaskarsQ[3]*pT[2] + 5*LaskarsQ[3]*pT[4]) * pT[1]; + const double fMinus4PPp = -4*fP*fPp; + const double fMinus4QQp = -4*fQ*fQp; + const double fTwoPpQpQp = 2*((fPp*fQ) + (fP*fQp)); + const double fK1 = (fMinus4PPp + fMinus4QQp) / fTwosqrt1MinusPart; + const double fK2 = (fPp*fTwosqrt1MinusPart) + (fP*fK1); + const double fK3 = (fQp*fTwosqrt1MinusPart) + (fQ*fK1); + pDerivative->X = ((fOneMinus2P2*EclipticDerivative.X) + (fTwoPQ*EclipticDerivative.Y) + (fPTwosqrt1MinusPart*EclipticDerivative.Z) + (fMinus4PPp*Ecliptic.X) + (fTwoPpQpQp*Ecliptic.Y) + (fK2*Ecliptic.Z)) / 36525.0; + pDerivative->Y = ((fTwoPQ*EclipticDerivative.X) + (fOneMinus2Q2*EclipticDerivative.Y) - (fQTwosqrt1MinusPart*EclipticDerivative.Z) + (fTwoPpQpQp*Ecliptic.X) + (fMinus4QQp*Ecliptic.Y) - (fK3*Ecliptic.Z)) / 36525.0; + pDerivative->Z = ((-fPTwosqrt1MinusPart*EclipticDerivative.X) + (fQTwosqrt1MinusPart*EclipticDerivative.Y) + ((fOneMinus2P2 + fOneMinus2Q2 - 1)*EclipticDerivative.Z) - (fK2*Ecliptic.X) + (fK3*Ecliptic.Y) + ((fMinus4PPp + fMinus4QQp)*Ecliptic.Z)) / 36525.0; + } + return J2000; +} + +CAA3DCoordinate CAAELPMPP02::EclipticRectangularCoordinatesJ2000(double JD, Correction correction, CAA3DCoordinate* pDerivative) noexcept +{ + //Calculate Julian centuries array + array t; + t[0] = 1; + t[1] = (JD - 2451545.0) / 36525.0; + t[2] = t[1] * t[1]; + t[3] = t[2] * t[1]; + t[4] = t[3] * t[1]; + + //Delegate to the other version of this method + return EclipticRectangularCoordinatesJ2000(t.data(), 5, correction, pDerivative); +} diff --git a/Sources/AAPlus/include/AAELPMPP02.h b/Sources/AAPlus/include/AAELPMPP02.h new file mode 100644 index 0000000..9f43862 --- /dev/null +++ b/Sources/AAPlus/include/AAELPMPP02.h @@ -0,0 +1,69 @@ +/* +Module : AAELPMPP02.h +Purpose: Implementation for the algorithms for ELP/MPP02 +Created: PJN / 30-07-2017 + +Copyright (c) 2017 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif + +#ifndef __AAELPMPP02_H__ +#define __AAELPMPP02_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif + + +/////////////////////// Includes ////////////////////////////////////////////// + +#include "AA2DCoordinate.h" +#include "AA3DCoordinate.h" + + +////////////////////////////// Classes //////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAAELPMPP02 +{ +public: +//Enums + enum class Correction + { + Nominal = 0, + LLR, + DE405, + DE406 + }; + +//Static methods + static double EclipticLongitude(double JD, Correction correction = Correction::LLR, double* pDerivative = nullptr) noexcept; + static double EclipticLongitude(const double* pT, int nTSize, Correction correction = Correction::LLR, double* pDerivative = nullptr) noexcept; + static double EclipticLatitude(double JD, Correction correction = Correction::LLR, double* pDerivative = nullptr) noexcept; + static double EclipticLatitude(const double* pT, int nTSize, Correction correction = Correction::LLR, double* pDerivative = nullptr) noexcept; + static double RadiusVector(double JD, Correction correction = Correction::LLR, double* pDerivative = nullptr) noexcept; + static double RadiusVector(const double* pT, int nTSize, Correction correction = Correction::LLR, double* pDerivative = nullptr) noexcept; + static CAA3DCoordinate EclipticRectangularCoordinates(double JD, Correction correction = Correction::LLR, CAA3DCoordinate* pDerivative = nullptr) noexcept; + static CAA3DCoordinate EclipticRectangularCoordinates(const double* pT, int nTSize, Correction correction = Correction::LLR, CAA3DCoordinate* pDerivative = nullptr) noexcept; + static CAA3DCoordinate EclipticRectangularCoordinatesJ2000(double JD, Correction correction = Correction::LLR, CAA3DCoordinate* pDerivative = nullptr) noexcept; + static CAA3DCoordinate EclipticRectangularCoordinatesJ2000(const double* pT, int nTSize, Correction correction = Correction::LLR, CAA3DCoordinate* pDerivative = nullptr) noexcept; +}; + + +#endif //#ifndef __AAELPMPP02_H__ diff --git a/Vendor/AA+/1.6.3/AAEarth.h b/Sources/AAPlus/include/AAEarth.h old mode 100755 new mode 100644 similarity index 58% rename from Vendor/AA+/1.6.3/AAEarth.h rename to Sources/AAPlus/include/AAEarth.h index fb6b9ab..8cbc618 --- a/Vendor/AA+/1.6.3/AAEarth.h +++ b/Sources/AAPlus/include/AAEarth.h @@ -1,19 +1,19 @@ /* -Module : AAEARTH.H +Module : AAEarth.h Purpose: Implementation for the algorithms which calculate the position of Earth Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. Copyright / Usage Details: -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. */ @@ -38,13 +38,23 @@ class AAPLUS_EXT_CLASS CAAEarth { public: //Static methods - static double EclipticLongitude(double JD, bool bHighPrecision); - static double EclipticLatitude(double JD, bool bHighPrecision); - static double RadiusVector(double JD, bool bHighPrecision); - static double SunMeanAnomaly(double JD); - static double Eccentricity(double JD); - static double EclipticLongitudeJ2000(double JD, bool bHighPrecision); - static double EclipticLatitudeJ2000(double JD, bool bHighPrecision); + static double EclipticLongitude(double JD, bool bHighPrecision) noexcept; + static double EclipticLatitude(double JD, bool bHighPrecision) noexcept; + static double RadiusVector(double JD, bool bHighPrecision) noexcept; + static double SunMeanAnomaly(double JD) noexcept; + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double Eccentricity(double JD) noexcept + { + const double T = (JD - 2451545) / 36525; + const double Tsquared = T * T; + return 1 - 0.002516*T - 0.0000074*Tsquared; + } + + static double EclipticLongitudeJ2000(double JD, bool bHighPrecision) noexcept; + static double EclipticLatitudeJ2000(double JD, bool bHighPrecision) noexcept; }; diff --git a/Sources/AAPlus/include/AAEaster.h b/Sources/AAPlus/include/AAEaster.h new file mode 100644 index 0000000..f8da018 --- /dev/null +++ b/Sources/AAPlus/include/AAEaster.h @@ -0,0 +1,91 @@ +/* +Module : AAEaster.h +Purpose: Implementation for the algorithms which calculate the date of Easter +Created: PJN / 29-12-2003 +History: PJN / 07-07-2016 1. Fixed a compiler warning in CAAEaster::Calculate as reported at + http://stackoverflow.com/questions/2348415/objective-c-astronomy-library. + PJN / 03-10-2021 1. Made CAAEaster::Calculate constexpr + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AAEASTER_H__ +#define __AAEASTER_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +///////////////////// Classes ///////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAAEasterDetails +{ +public: +//Member variables + long Month = 0; + long Day = 0; +}; + +class AAPLUS_EXT_CLASS CAAEaster +{ +public: +//Static methods + static constexpr CAAEasterDetails Calculate(int nYear, bool GregorianCalendar) noexcept + { + CAAEasterDetails details; + if (GregorianCalendar) + { + const int a = nYear % 19; + const int b = nYear / 100; + const int c = nYear % 100; + const int d = b / 4; + const int e = b % 4; + const int f = (b + 8) / 25; + const int g = (b - f + 1) / 3; + const int h = (19 * a + b - d - g + 15) % 30; + const int i = c / 4; + const int k = c % 4; + const int l = (32 + 2 * e + 2 * i - h - k) % 7; + const int m = (a + 11 * h + 22 * l) / 451; + const int n = (h + l - 7 * m + 114) / 31; + const int p = (h + l - 7 * m + 114) % 31; + details.Month = n; + details.Day = p + 1; + } + else + { + const int a = nYear % 4; + const int b = nYear % 7; + const int c = nYear % 19; + const int d = (19 * c + 15) % 30; + const int e = (2 * a + 4 * b - d + 34) % 7; + const int f = (d + e + 114) / 31; + const int g = (d + e + 114) % 31; + details.Month = f; + details.Day = g + 1; + } + return details; + } +}; + + +#endif //#ifndef __AAEASTER_H__ diff --git a/Sources/AAPlus/include/AAEclipses.h b/Sources/AAPlus/include/AAEclipses.h new file mode 100644 index 0000000..26aed4a --- /dev/null +++ b/Sources/AAPlus/include/AAEclipses.h @@ -0,0 +1,88 @@ +/* +Module : AAEclipses.h +Purpose: Implementation for the algorithms which obtain the principal characteristics of an eclipse of the Sun or the Moon +Created: PJN / 21-01-2004 + +Copyright (c) 2004 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AAECLIPSES_H__ +#define __AAECLIPSES_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +/////////////////////// Classes /////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAASolarEclipseDetails +{ +public: +//Constants (used by Flags member variable) + static constexpr unsigned int TOTAL_ECLIPSE = 0x01; + static constexpr unsigned int ANNULAR_ECLIPSE = 0x02; + static constexpr unsigned int ANNULAR_TOTAL_ECLIPSE = 0x04; + static constexpr unsigned int CENTRAL_ECLIPSE = 0x08; + static constexpr unsigned int PARTIAL_ECLIPSE = 0x10; + static constexpr unsigned int NON_CENTRAL_ECLIPSE = 0x20; + +//Member variables + unsigned int Flags = 0; + double TimeOfMaximumEclipse = 0; + double F = 0; + double u = 0; + double gamma = 0; + double GreatestMagnitude = 0; +}; + + +class AAPLUS_EXT_CLASS CAALunarEclipseDetails +{ +public: +//Member variables + bool bEclipse = false; + double TimeOfMaximumEclipse = 0; + double F = 0; + double u = 0; + double gamma = 0; + double PenumbralRadii = 0; + double UmbralRadii = 0; + double PenumbralMagnitude = 0; + double UmbralMagnitude = 0; + double PartialPhaseSemiDuration = 0; + double TotalPhaseSemiDuration = 0; + double PartialPhasePenumbraSemiDuration = 0; +}; + +class AAPLUS_EXT_CLASS CAAEclipses +{ +public: +//Static methods + static CAASolarEclipseDetails CalculateSolar(double k) noexcept; + static CAALunarEclipseDetails CalculateLunar(double k) noexcept; + +protected: + static CAASolarEclipseDetails Calculate(double k, double& Mdash) noexcept; +}; + + +#endif //#ifndef __AAECLIPSES_H__ diff --git a/Vendor/AA+/1.6.3/AAEclipticalElements.cpp b/Sources/AAPlus/include/AAEclipticalElements.cpp old mode 100755 new mode 100644 similarity index 61% rename from Vendor/AA+/1.6.3/AAEclipticalElements.cpp rename to Sources/AAPlus/include/AAEclipticalElements.cpp index 9457cc5..814c1fa --- a/Vendor/AA+/1.6.3/AAEclipticalElements.cpp +++ b/Sources/AAPlus/include/AAEclipticalElements.cpp @@ -1,12 +1,13 @@ /* -Module : AAECLIPTICALELEMENTS.CPP +Module : AAEclipticalElements.cpp Purpose: Implementation for the algorithms which map the ecliptical elements from one equinox to another Created: PJN / 29-12-2003 History: PJN / 29-11-2006 1. Fixed a bug where CAAEclipticalElements::Calculate and CAAEclipticalElements::FK4B1950ToFK5J2000 would return the incorrect value for the reduced inclination when the initial inclination value - was > 90 degrees. + was > 90 degrees. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -32,17 +33,17 @@ using namespace std; /////////////////////////// Implementation //////////////////////////////////// -CAAEclipticalElementDetails CAAEclipticalElements::Calculate(double i0, double w0, double omega0, double JD0, double JD) +CAAEclipticalElementDetails CAAEclipticalElements::Calculate(double i0, double w0, double omega0, double JD0, double JD) noexcept { - double T = (JD0 - 2451545.0) / 36525; - double Tsquared = T*T; - double t = (JD - JD0) / 36525; - double tsquared = t*t; - double tcubed = tsquared * t; + const double T = (JD0 - 2451545.0) / 36525; + const double Tsquared = T*T; + const double t = (JD - JD0) / 36525; + const double tsquared = t*t; + const double tcubed = tsquared * t; //Now convert to radians - double i0rad = CAACoordinateTransformation::DegreesToRadians(i0); - double omega0rad = CAACoordinateTransformation::DegreesToRadians(omega0); + const double i0rad = CAACoordinateTransformation::DegreesToRadians(i0); + const double omega0rad = CAACoordinateTransformation::DegreesToRadians(omega0); double eta = (47.0029 - 0.06603*T + 0.000598*Tsquared)*t + (-0.03302 + 0.000598*T)*tsquared + 0.00006*tcubed; eta = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, eta)); @@ -53,57 +54,57 @@ CAAEclipticalElementDetails CAAEclipticalElements::Calculate(double i0, double w double p = (5029.0966 + 2.22226*T - 0.000042*Tsquared)*t + (1.11113 - 0.000042*T)*tsquared - 0.000006*tcubed; p = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, p)); - double sini0rad = sin(i0rad); - double cosi0rad = cos(i0rad); - double sinomega0rad_pi = sin(omega0rad - pi); - double cosomega0rad_pi = cos(omega0rad - pi); - double sineta = sin(eta); - double coseta = cos(eta); + const double sini0rad = sin(i0rad); + const double cosi0rad = cos(i0rad); + const double sinomega0rad_pi = sin(omega0rad - pi); + const double cosomega0rad_pi = cos(omega0rad - pi); + const double sineta = sin(eta); + const double coseta = cos(eta); double A = sini0rad*sinomega0rad_pi; double B = -sineta*cosi0rad + coseta*sini0rad*cosomega0rad_pi; - double irad = asin(sqrt(A*A + B*B)); + const double irad = asin(sqrt(A*A + B*B)); CAAEclipticalElementDetails details; details.i = CAACoordinateTransformation::RadiansToDegrees(irad); - double cosi = cosi0rad*coseta + sini0rad*sineta*cosomega0rad_pi; + const double cosi = cosi0rad*coseta + sini0rad*sineta*cosomega0rad_pi; if (cosi < 0) details.i = 180 - details.i; - double phi = pi + p; + const double phi = pi + p; details.omega = CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(atan2(A, B) + phi)); A = -sineta*sinomega0rad_pi; B = sini0rad*coseta - cosi0rad*sineta*cosomega0rad_pi; - double deltaw = CAACoordinateTransformation::RadiansToDegrees(atan2(A, B)); + const double deltaw = CAACoordinateTransformation::RadiansToDegrees(atan2(A, B)); details.w = CAACoordinateTransformation::MapTo0To360Range(w0 + deltaw); return details; } -CAAEclipticalElementDetails CAAEclipticalElements::FK4B1950ToFK5J2000(double i0, double w0, double omega0) +CAAEclipticalElementDetails CAAEclipticalElements::FK4B1950ToFK5J2000(double i0, double w0, double omega0) noexcept { //convert to radians - double L = CAACoordinateTransformation::DegreesToRadians(5.19856209); - double J = CAACoordinateTransformation::DegreesToRadians(0.00651966); - double i0rad = CAACoordinateTransformation::DegreesToRadians(i0); - double omega0rad = CAACoordinateTransformation::DegreesToRadians(omega0); - double sini0rad = sin(i0rad); - double cosi0rad = cos(i0rad); + constexpr double L = CAACoordinateTransformation::DegreesToRadians(5.19856209); + constexpr double J = CAACoordinateTransformation::DegreesToRadians(0.00651966); + const double i0rad = CAACoordinateTransformation::DegreesToRadians(i0); + const double omega0rad = CAACoordinateTransformation::DegreesToRadians(omega0); + const double sini0rad = sin(i0rad); + const double cosi0rad = cos(i0rad); //Calculate some values used later - double cosJ = cos(J); - double sinJ = sin(J); - double W = L + omega0rad; - double cosW = cos(W); - double sinW = sin(W); - double A = sinJ*sinW; - double B = sini0rad*cosJ + cosi0rad*sinJ*cosW; + const double cosJ = cos(J); + const double sinJ = sin(J); + const double W = L + omega0rad; + const double cosW = cos(W); + const double sinW = sin(W); + const double A = sinJ*sinW; + const double B = sini0rad*cosJ + cosi0rad*sinJ*cosW; //Calculate the values CAAEclipticalElementDetails details; details.i = CAACoordinateTransformation::RadiansToDegrees(asin(sqrt(A*A + B*B))); - double cosi = cosi0rad*cosJ - sini0rad*sinJ*cosW; + const double cosi = cosi0rad*cosJ - sini0rad*sinJ*cosW; if (cosi < 0) details.i = 180 - details.i; diff --git a/Vendor/AA+/1.6.3/AAEclipticalElements.h b/Sources/AAPlus/include/AAEclipticalElements.h old mode 100755 new mode 100644 similarity index 76% rename from Vendor/AA+/1.6.3/AAEclipticalElements.h rename to Sources/AAPlus/include/AAEclipticalElements.h index 0585120..00e0ebb --- a/Vendor/AA+/1.6.3/AAEclipticalElements.h +++ b/Sources/AAPlus/include/AAEclipticalElements.h @@ -1,9 +1,9 @@ /* -Module : AAECLIPTICALELEMENTS.H +Module : AAEclipticalElements.h Purpose: Implementation for the algorithms which map the ecliptical elements from one equinox to another Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -37,25 +37,18 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAEclipticalElementDetails { public: -//Constructors / Destructors - CAAEclipticalElementDetails() : i(0), - w(0), - omega(0) - { - }; - //Member variables - double i; - double w; - double omega; + double i = 0; + double w = 0; + double omega = 0; }; class AAPLUS_EXT_CLASS CAAEclipticalElements { public: //Static methods - static CAAEclipticalElementDetails Calculate(double i0, double w0, double omega0, double JD0, double JD); - static CAAEclipticalElementDetails FK4B1950ToFK5J2000(double i0, double w0, double omega0); + static CAAEclipticalElementDetails Calculate(double i0, double w0, double omega0, double JD0, double JD) noexcept; + static CAAEclipticalElementDetails FK4B1950ToFK5J2000(double i0, double w0, double omega0) noexcept; }; diff --git a/Sources/AAPlus/include/AAElementsPlanetaryOrbit.h b/Sources/AAPlus/include/AAElementsPlanetaryOrbit.h new file mode 100644 index 0000000..ad067d5 --- /dev/null +++ b/Sources/AAPlus/include/AAElementsPlanetaryOrbit.h @@ -0,0 +1,303 @@ +/* +Module : AAElementsPlanetaryOrbit.h +Purpose: Implementation for the algorithms to calculate the elements of the planetary orbits +Created: PJN / 29-12-2003 + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif + +#ifndef __AAELEMENTSPLANETARYORBIT_H__ +#define __AAELEMENTSPLANETARYORBIT_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif + + +/////////////////////// Classes /////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAAElementsPlanetaryOrbit +{ +public: +//Static methods + static double MercuryMeanLongitude(double JD) noexcept; + + constexpr static double MercurySemimajorAxis(double /*JD*/) noexcept + { + return 0.387098310; + } + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double MercuryEccentricity(double JD) noexcept + { + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T * T; + const double Tcubed = Tsquared * T; + + return 0.20563175 + 0.000020407*T - 0.0000000283*Tsquared - 0.00000000018*Tcubed; + } + + static double MercuryInclination(double JD) noexcept; + static double MercuryLongitudeAscendingNode(double JD) noexcept; + static double MercuryLongitudePerihelion(double JD) noexcept; + + static double VenusMeanLongitude(double JD) noexcept; + + constexpr static double VenusSemimajorAxis(double /*JD*/) noexcept + { + return 0.723329820; + } + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double VenusEccentricity(double JD) noexcept + { + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T * T; + const double Tcubed = Tsquared * T; + + return 0.00677192 - 0.000047765*T + 0.0000000981*Tsquared + 0.00000000046*Tcubed; + } + + static double VenusInclination(double JD) noexcept; + static double VenusLongitudeAscendingNode(double JD) noexcept; + static double VenusLongitudePerihelion(double JD) noexcept; + + static double EarthMeanLongitude(double JD) noexcept; + + constexpr static double EarthSemimajorAxis(double /*JD*/) noexcept + { + return 1.000001018; + } + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double EarthEccentricity(double JD) noexcept + { + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T * T; + const double Tcubed = Tsquared * T; + + return 0.01670863 - 0.000042037*T - 0.0000001267*Tsquared + 0.00000000014*Tcubed; + } + + constexpr static double EarthInclination(double /*JD*/) noexcept + { + return 0; + } + + static double EarthLongitudePerihelion(double JD) noexcept; + + static double MarsMeanLongitude(double JD) noexcept; + + constexpr static double MarsSemimajorAxis(double /*JD*/) noexcept + { + return 1.523679342; + } + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double MarsEccentricity(double JD) noexcept + { + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T * T; + const double Tcubed = Tsquared * T; + + return 0.09340065 + 0.000090484*T - 0.0000000806*Tsquared - 0.00000000025*Tcubed; + } + + static double MarsInclination(double JD) noexcept; + static double MarsLongitudeAscendingNode(double JD) noexcept; + static double MarsLongitudePerihelion(double JD) noexcept; + + static double JupiterMeanLongitude(double JD) noexcept; + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double JupiterSemimajorAxis(double JD) noexcept + { + const double T = (JD - 2451545.0) / 36525; + + return 5.202603209 + 0.0000001913*T; + } + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double JupiterEccentricity(double JD) noexcept + { + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T * T; + const double Tcubed = Tsquared * T; + + return 0.04849793 + 0.000163225*T - 0.0000004714*Tsquared - 0.00000000201*Tcubed; + } + + static double JupiterInclination(double JD) noexcept; + static double JupiterLongitudeAscendingNode(double JD) noexcept; + static double JupiterLongitudePerihelion(double JD) noexcept; + + static double SaturnMeanLongitude(double JD) noexcept; + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double SaturnSemimajorAxis(double JD) noexcept + { + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T * T; + + return 9.554909192 - 0.0000021390*T + 0.000000004*Tsquared; + } + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double SaturnEccentricity(double JD) noexcept + { + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T * T; + const double Tcubed = Tsquared * T; + + return 0.05554814 - 0.0003446641*T - 0.0000006436*Tsquared + 0.00000000340*Tcubed; + } + + static double SaturnInclination(double JD) noexcept; + static double SaturnLongitudeAscendingNode(double JD) noexcept; + static double SaturnLongitudePerihelion(double JD) noexcept; + + static double UranusMeanLongitude(double JD) noexcept; + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double UranusSemimajorAxis(double JD) noexcept + { + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T * T; + + return 19.218446062 - 0.0000000372*T + 0.00000000098*Tsquared; + } + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double UranusEccentricity(double JD) noexcept + { + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T * T; + const double Tcubed = Tsquared * T; + + return 0.04638122 - 0.000027293*T + 0.0000000789*Tsquared + 0.00000000024*Tcubed; + } + + static double UranusInclination(double JD) noexcept; + static double UranusLongitudeAscendingNode(double JD) noexcept; + static double UranusLongitudePerihelion(double JD) noexcept; + + static double NeptuneMeanLongitude(double JD) noexcept; + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double NeptuneSemimajorAxis(double JD) noexcept + { + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T * T; + + return 30.110386869 - 0.0000001663*T + 0.00000000069*Tsquared; + } + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double NeptuneEccentricity(double JD) noexcept + { + const double T = (JD - 2451545.0) / 36525; + const double Tcubed = T * T*T; + + return 0.00945575 + 0.000006033*T - 0.00000000005*Tcubed; + } + + static double NeptuneInclination(double JD) noexcept; + static double NeptuneLongitudeAscendingNode(double JD) noexcept; + static double NeptuneLongitudePerihelion(double JD) noexcept; + + static double MercuryMeanLongitudeJ2000(double JD) noexcept; + static double MercuryInclinationJ2000(double JD) noexcept; + static double MercuryLongitudeAscendingNodeJ2000(double JD) noexcept; + static double MercuryLongitudePerihelionJ2000(double JD) noexcept; + + static double VenusMeanLongitudeJ2000(double JD) noexcept; + static double VenusInclinationJ2000(double JD) noexcept; + static double VenusLongitudeAscendingNodeJ2000(double JD) noexcept; + static double VenusLongitudePerihelionJ2000(double JD) noexcept; + + static double EarthMeanLongitudeJ2000(double JD) noexcept; + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double EarthInclinationJ2000(double JD) noexcept + { + const double T = (JD - 2451545.0) / 36525; + const double Tsquared = T * T; + const double Tcubed = Tsquared * T; + + return 0.0130548*T - 0.00000931*Tsquared - 0.000000034*Tcubed; + } + + static double EarthLongitudeAscendingNodeJ2000(double JD) noexcept; + static double EarthLongitudePerihelionJ2000(double JD) noexcept; + + static double MarsMeanLongitudeJ2000(double JD) noexcept; + static double MarsInclinationJ2000(double JD) noexcept; + static double MarsLongitudeAscendingNodeJ2000(double JD) noexcept; + static double MarsLongitudePerihelionJ2000(double JD) noexcept; + + static double JupiterMeanLongitudeJ2000(double JD) noexcept; + static double JupiterInclinationJ2000(double JD) noexcept; + static double JupiterLongitudeAscendingNodeJ2000(double JD) noexcept; + static double JupiterLongitudePerihelionJ2000(double JD) noexcept; + + static double SaturnMeanLongitudeJ2000(double JD) noexcept; + static double SaturnInclinationJ2000(double JD) noexcept; + static double SaturnLongitudeAscendingNodeJ2000(double JD) noexcept; + static double SaturnLongitudePerihelionJ2000(double JD) noexcept; + + static double UranusMeanLongitudeJ2000(double JD) noexcept; + static double UranusInclinationJ2000(double JD) noexcept; + static double UranusLongitudeAscendingNodeJ2000(double JD) noexcept; + static double UranusLongitudePerihelionJ2000(double JD) noexcept; + + static double NeptuneMeanLongitudeJ2000(double JD) noexcept; + static double NeptuneInclinationJ2000(double JD) noexcept; + static double NeptuneLongitudeAscendingNodeJ2000(double JD) noexcept; + static double NeptuneLongitudePerihelionJ2000(double JD) noexcept; +}; + +#endif //__AAELEMENTSPLANETARYORBIT_H__ diff --git a/Sources/AAPlus/include/AAElliptical.h b/Sources/AAPlus/include/AAElliptical.h new file mode 100644 index 0000000..cded54a --- /dev/null +++ b/Sources/AAPlus/include/AAElliptical.h @@ -0,0 +1,128 @@ +/* +Module : AAElliptical.h +Purpose: Implementation for the algorithms for an elliptical orbit +Created: PJN / 29-12-2003 + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AAELLIPTICAL_H__ +#define __AAELLIPTICAL_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +/////////////////////// Includes ////////////////////////////////////////////// + +#include "AA3DCoordinate.h" + + +/////////////////////// Classes /////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAAEllipticalObjectElements +{ +public: +//Member variables + double a = 0; + double e = 0; + double i = 0; + double w = 0; + double omega = 0; + double JDEquinox = 0; + double T = 0; +}; + +class AAPLUS_EXT_CLASS CAAEllipticalPlanetaryDetails +{ +public: +//Member variables + double ApparentGeocentricLongitude = 0; + double ApparentGeocentricLatitude = 0; + double ApparentGeocentricDistance = 0; + double ApparentLightTime = 0; + double ApparentGeocentricRA = 0; + double ApparentGeocentricDeclination = 0; +}; + +class AAPLUS_EXT_CLASS CAAEllipticalObjectDetails +{ +public: +//Member variables + CAA3DCoordinate HeliocentricRectangularEquatorial; + CAA3DCoordinate HeliocentricRectangularEcliptical; + double HeliocentricEclipticLongitude = 0; + double HeliocentricEclipticLatitude = 0; + double TrueGeocentricRA = 0; + double TrueGeocentricDeclination = 0; + double TrueGeocentricDistance = 0; + double TrueGeocentricLightTime = 0; + double AstrometricGeocentricRA = 0; + double AstrometricGeocentricDeclination = 0; + double AstrometricGeocentricDistance = 0; + double AstrometricGeocentricLightTime = 0; + double Elongation = 0; + double PhaseAngle = 0; +}; + +class AAPLUS_EXT_CLASS CAAElliptical +{ +public: +//Enums + enum class Object + { + SUN, + MERCURY, + VENUS, + MARS, + JUPITER, + SATURN, + URANUS, + NEPTUNE + }; + +//Static methods + + constexpr static double DistanceToLightTime(double Distance) + { + return Distance * 0.0057755183; + } + + static CAAEllipticalPlanetaryDetails Calculate(double JD, Object object, bool bHighPrecision) noexcept; + + constexpr static double SemiMajorAxisFromPerihelionDistance(double q, double e) + { + return q / (1 - e); + } + + static double MeanMotionFromSemiMajorAxis(double a) noexcept; + static CAAEllipticalObjectDetails Calculate(double JD, const CAAEllipticalObjectElements& elements, bool bHighPrecision) noexcept; + static double InstantaneousVelocity(double r, double a) noexcept; + static double VelocityAtPerihelion(double e, double a) noexcept; + static double VelocityAtAphelion(double e, double a) noexcept; + static double LengthOfEllipse(double e, double a) noexcept; + static double CometMagnitude(double g, double delta, double k, double r) noexcept; + static double MinorPlanetMagnitude(double H, double delta, double G, double r, double PhaseAngle) noexcept; +}; + + +#endif //#ifndef __AAELLIPTICAL_H__ diff --git a/Vendor/AA+/1.6.3/AAEquationOfTime.h b/Sources/AAPlus/include/AAEquationOfTime.h old mode 100755 new mode 100644 similarity index 85% rename from Vendor/AA+/1.6.3/AAEquationOfTime.h rename to Sources/AAPlus/include/AAEquationOfTime.h index 46fea47..ea3bb83 --- a/Vendor/AA+/1.6.3/AAEquationOfTime.h +++ b/Sources/AAPlus/include/AAEquationOfTime.h @@ -1,9 +1,9 @@ /* -Module : AAEQUATIONOFTIME.H +Module : AAEquationOfTime.h Purpose: Implementation for the algorithms to calculate the "Equation of Time" Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,7 +38,7 @@ class AAPLUS_EXT_CLASS CAAEquationOfTime { public: //Static methods - static double Calculate(double JD, bool bHighPrecision); + static double Calculate(double JD, bool bHighPrecision) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAEquinoxesAndSolstices.cpp b/Sources/AAPlus/include/AAEquinoxesAndSolstices.cpp old mode 100755 new mode 100644 similarity index 70% rename from Vendor/AA+/1.6.3/AAEquinoxesAndSolstices.cpp rename to Sources/AAPlus/include/AAEquinoxesAndSolstices.cpp index e9c4ba6..ba22a9c --- a/Vendor/AA+/1.6.3/AAEquinoxesAndSolstices.cpp +++ b/Sources/AAPlus/include/AAEquinoxesAndSolstices.cpp @@ -1,5 +1,5 @@ /* -Module : AAEQUINOXESANDSOLTICES.CPP +Module : AAEquinoxesAndSoltices.cpp Purpose: Implementation for the algorithms to calculate the dates of the Equinoxes and Solstices Created: PJN / 29-12-2003 History: PJN / 28-10-2013 1. Renamed the method SpringEquinox to NorthwardEquinox to avoid the northern hemisphere @@ -11,22 +11,23 @@ History: PJN / 28-10-2013 1. Renamed the method SpringEquinox to NorthwardEquino 4. Renamed the method WinterSolstice to SouthernSolstice to avoid the northern hemisphere bias in the name. Thanks to Marius Gleeson for prompting this update. 5. The method LengthOfSpring now takes a boolean to indicate which hemisphere the observer - is located it as previously the code assumed a northern hemisphere bias. Thanks to Marius + is located in as previously the code assumed a northern hemisphere bias. Thanks to Marius Gleeson for prompting this update. 6. The method LengthOfSummer now takes a boolean to indicate which hemisphere the observer - is located it as previously the code assumed a northern hemisphere bias. Thanks to Marius + is located in as previously the code assumed a northern hemisphere bias. Thanks to Marius Gleeson for prompting this update. 7. The method LengthOfAutumn now takes a boolean to indicate which hemisphere the observer - is located it as previously the code assumed a northern hemisphere bias. Thanks to Marius + is located in as previously the code assumed a northern hemisphere bias. Thanks to Marius Gleeson for prompting this update. 8. The method LengthOfWinter now takes a boolean to indicate which hemisphere the observer - is located it as previously the code assumed a northern hemisphere bias. Thanks to Marius + is located in as previously the code assumed a northern hemisphere bias. Thanks to Marius Gleeson for prompting this update. PJN / 30-08-2015 1. All the methods in CAAEquinoxesAndSolstices now include a "bool bHighPrecision" parameter which if set to true means the code uses the full VSOP87 theory rather than the truncated theory as presented in Meeus's book. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -53,32 +54,32 @@ using namespace std; //////////////////////////////// Implementation /////////////////////////////// -double CAAEquinoxesAndSolstices::NorthwardEquinox(long Year, bool bHighPrecision) +double CAAEquinoxesAndSolstices::NorthwardEquinox(long Year, bool bHighPrecision) noexcept { //calculate the approximate date - double JDE; + double JDE = 0; if (Year <= 1000) { - double Y = Year / 1000.0; - double Ysquared = Y*Y; - double Ycubed = Ysquared*Y; - double Y4 = Ycubed*Y; + const double Y = Year / 1000.0; + const double Ysquared = Y*Y; + const double Ycubed = Ysquared*Y; + const double Y4 = Ycubed*Y; JDE = 1721139.29189 + 365242.13740*Y + 0.06134*Ysquared + 0.00111*Ycubed - 0.00071*Y4; } else { - double Y = (Year - 2000) / 1000.0; - double Ysquared = Y*Y; - double Ycubed = Ysquared*Y; - double Y4 = Ycubed*Y; + const double Y = (Year - 2000.0) / 1000.0; + const double Ysquared = Y*Y; + const double Ycubed = Ysquared*Y; + const double Y4 = Ycubed*Y; JDE = 2451623.80984 + 365242.37404*Y + 0.05169*Ysquared - 0.00411*Ycubed - 0.00057*Y4; } - double Correction; + double Correction = 0; do { - double SunLongitude = CAASun::ApparentEclipticLongitude(JDE, bHighPrecision); - Correction = 58 * sin(CAACoordinateTransformation::DegreesToRadians(-SunLongitude)); + const double SunLongitude = CAASun::ApparentEclipticLongitude(JDE, bHighPrecision); + Correction = 58 * sin(CAACoordinateTransformation::DegreesToRadians(-SunLongitude)); JDE += Correction; } while (fabs(Correction) > 0.00001); //Corresponds to an error of 0.86 of a second @@ -86,32 +87,32 @@ double CAAEquinoxesAndSolstices::NorthwardEquinox(long Year, bool bHighPrecision return JDE; } -double CAAEquinoxesAndSolstices::NorthernSolstice(long Year, bool bHighPrecision) +double CAAEquinoxesAndSolstices::NorthernSolstice(long Year, bool bHighPrecision) noexcept { //calculate the approximate date - double JDE; + double JDE = 0; if (Year <= 1000) { - double Y = Year / 1000.0; - double Ysquared = Y*Y; - double Ycubed = Ysquared*Y; - double Y4 = Ycubed*Y; + const double Y = Year / 1000.0; + const double Ysquared = Y*Y; + const double Ycubed = Ysquared*Y; + const double Y4 = Ycubed*Y; JDE = 1721233.25401 + 365241.72562*Y - 0.05323*Ysquared + 0.00907*Ycubed + 0.00025*Y4; } else { - double Y = (Year - 2000) / 1000.0; - double Ysquared = Y*Y; - double Ycubed = Ysquared*Y; - double Y4 = Ycubed*Y; + const double Y = (Year - 2000.0) / 1000.0; + const double Ysquared = Y*Y; + const double Ycubed = Ysquared*Y; + const double Y4 = Ycubed*Y; JDE = 2451716.56767 + 365241.62603*Y + 0.00325*Ysquared + 0.00888*Ycubed - 0.00030*Y4; } - double Correction; + double Correction = 0; do { - double SunLongitude = CAASun::ApparentEclipticLongitude(JDE, bHighPrecision); - Correction = 58 * sin(CAACoordinateTransformation::DegreesToRadians(90 - SunLongitude)); + const double SunLongitude = CAASun::ApparentEclipticLongitude(JDE, bHighPrecision); + Correction = 58 * sin(CAACoordinateTransformation::DegreesToRadians(90 - SunLongitude)); JDE += Correction; } while (fabs(Correction) > 0.00001); //Corresponds to an error of 0.86 of a second @@ -119,32 +120,32 @@ double CAAEquinoxesAndSolstices::NorthernSolstice(long Year, bool bHighPrecision return JDE; } -double CAAEquinoxesAndSolstices::SouthwardEquinox(long Year, bool bHighPrecision) +double CAAEquinoxesAndSolstices::SouthwardEquinox(long Year, bool bHighPrecision) noexcept { //calculate the approximate date - double JDE; + double JDE = 0; if (Year <= 1000) { - double Y = Year / 1000.0; - double Ysquared = Y*Y; - double Ycubed = Ysquared*Y; - double Y4 = Ycubed*Y; + const double Y = Year / 1000.0; + const double Ysquared = Y*Y; + const double Ycubed = Ysquared*Y; + const double Y4 = Ycubed*Y; JDE = 1721325.70455 + 365242.49558*Y - 0.11677*Ysquared - 0.00297*Ycubed + 0.00074*Y4; } else { - double Y = (Year - 2000) / 1000.0; - double Ysquared = Y*Y; - double Ycubed = Ysquared*Y; - double Y4 = Ycubed*Y; + const double Y = (Year - 2000.0) / 1000.0; + const double Ysquared = Y*Y; + const double Ycubed = Ysquared*Y; + const double Y4 = Ycubed*Y; JDE = 2451810.21715 + 365242.01767*Y - 0.11575*Ysquared + 0.00337*Ycubed + 0.00078*Y4; } - double Correction; + double Correction = 0; do { - double SunLongitude = CAASun::ApparentEclipticLongitude(JDE, bHighPrecision); - Correction = 58 * sin(CAACoordinateTransformation::DegreesToRadians(180 - SunLongitude)); + const double SunLongitude = CAASun::ApparentEclipticLongitude(JDE, bHighPrecision); + Correction = 58 * sin(CAACoordinateTransformation::DegreesToRadians(180 - SunLongitude)); JDE += Correction; } while (fabs(Correction) > 0.00001); //Corresponds to an error of 0.86 of a second @@ -152,32 +153,32 @@ double CAAEquinoxesAndSolstices::SouthwardEquinox(long Year, bool bHighPrecision return JDE; } -double CAAEquinoxesAndSolstices::SouthernSolstice(long Year, bool bHighPrecision) +double CAAEquinoxesAndSolstices::SouthernSolstice(long Year, bool bHighPrecision) noexcept { //calculate the approximate date - double JDE; + double JDE = 0; if (Year <= 1000) { - double Y = Year / 1000.0; - double Ysquared = Y*Y; - double Ycubed = Ysquared*Y; - double Y4 = Ycubed*Y; + const double Y = Year / 1000.0; + const double Ysquared = Y*Y; + const double Ycubed = Ysquared*Y; + const double Y4 = Ycubed*Y; JDE = 1721414.39987 + 365242.88257*Y - 0.00769*Ysquared - 0.00933*Ycubed - 0.00006*Y4; } else { - double Y = (Year - 2000) / 1000.0; - double Ysquared = Y*Y; - double Ycubed = Ysquared*Y; - double Y4 = Ycubed*Y; + const double Y = (Year - 2000.0) / 1000.0; + const double Ysquared = Y*Y; + const double Ycubed = Ysquared*Y; + const double Y4 = Ycubed*Y; JDE = 2451900.05952 + 365242.74049*Y - 0.06223*Ysquared - 0.00823*Ycubed + 0.00032*Y4; } - double Correction; + double Correction = 0; do { - double SunLongitude = CAASun::ApparentEclipticLongitude(JDE, bHighPrecision); - Correction = 58 * sin(CAACoordinateTransformation::DegreesToRadians(270 - SunLongitude)); + const double SunLongitude = CAASun::ApparentEclipticLongitude(JDE, bHighPrecision); + Correction = 58 * sin(CAACoordinateTransformation::DegreesToRadians(270 - SunLongitude)); JDE += Correction; } while (fabs(Correction) > 0.00001); //Corresponds to an error of 0.86 of a second @@ -185,7 +186,7 @@ double CAAEquinoxesAndSolstices::SouthernSolstice(long Year, bool bHighPrecision return JDE; } -double CAAEquinoxesAndSolstices::LengthOfSpring(long Year, bool bNorthernHemisphere, bool bHighPrecision) +double CAAEquinoxesAndSolstices::LengthOfSpring(long Year, bool bNorthernHemisphere, bool bHighPrecision) noexcept { if (bNorthernHemisphere) return NorthernSolstice(Year, bHighPrecision) - NorthwardEquinox(Year, bHighPrecision); @@ -193,7 +194,7 @@ double CAAEquinoxesAndSolstices::LengthOfSpring(long Year, bool bNorthernHemisph return SouthernSolstice(Year, bHighPrecision) - SouthwardEquinox(Year, bHighPrecision); } -double CAAEquinoxesAndSolstices::LengthOfSummer(long Year, bool bNorthernHemisphere, bool bHighPrecision) +double CAAEquinoxesAndSolstices::LengthOfSummer(long Year, bool bNorthernHemisphere, bool bHighPrecision) noexcept { if (bNorthernHemisphere) return SouthwardEquinox(Year, bHighPrecision) - NorthernSolstice(Year, bHighPrecision); @@ -201,10 +202,10 @@ double CAAEquinoxesAndSolstices::LengthOfSummer(long Year, bool bNorthernHemisph { //The Summer season wraps around into the following year for the southern hemisphere return NorthwardEquinox(Year + 1, bHighPrecision) - SouthernSolstice(Year, bHighPrecision); - } + } } -double CAAEquinoxesAndSolstices::LengthOfAutumn(long Year, bool bNorthernHemisphere, bool bHighPrecision) +double CAAEquinoxesAndSolstices::LengthOfAutumn(long Year, bool bNorthernHemisphere, bool bHighPrecision) noexcept { if (bNorthernHemisphere) return SouthernSolstice(Year, bHighPrecision) - SouthwardEquinox(Year, bHighPrecision); @@ -212,7 +213,7 @@ double CAAEquinoxesAndSolstices::LengthOfAutumn(long Year, bool bNorthernHemisph return NorthernSolstice(Year, bHighPrecision) - NorthwardEquinox(Year, bHighPrecision); } -double CAAEquinoxesAndSolstices::LengthOfWinter(long Year, bool bNorthernHemisphere, bool bHighPrecision) +double CAAEquinoxesAndSolstices::LengthOfWinter(long Year, bool bNorthernHemisphere, bool bHighPrecision) noexcept { if (bNorthernHemisphere) { diff --git a/Vendor/AA+/1.6.3/AAEquinoxesAndSolstices.h b/Sources/AAPlus/include/AAEquinoxesAndSolstices.h old mode 100755 new mode 100644 similarity index 83% rename from Vendor/AA+/1.6.3/AAEquinoxesAndSolstices.h rename to Sources/AAPlus/include/AAEquinoxesAndSolstices.h index cf45473..4aad103 --- a/Vendor/AA+/1.6.3/AAEquinoxesAndSolstices.h +++ b/Sources/AAPlus/include/AAEquinoxesAndSolstices.h @@ -1,9 +1,9 @@ /* -Module : AAEQUINOXESANDSOLTICES.H +Module : AAEquinoxesAndSoltices.h Purpose: Implementation for the algorithms to calculate the dates of the Equinoxes and Solstices Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,14 +38,14 @@ class AAPLUS_EXT_CLASS CAAEquinoxesAndSolstices { public: //Static methods - static double NorthwardEquinox(long Year, bool bHighPrecision); - static double NorthernSolstice(long Year, bool bHighPrecision); - static double SouthwardEquinox(long Year, bool bHighPrecision); - static double SouthernSolstice(long Year, bool bHighPrecision); - static double LengthOfSpring(long Year, bool bNorthernHemisphere, bool bHighPrecision); - static double LengthOfSummer(long Year, bool bNorthernHemisphere, bool bHighPrecision); - static double LengthOfAutumn(long Year, bool bNorthernHemisphere, bool bHighPrecision); - static double LengthOfWinter(long Year, bool bNorthernHemisphere, bool bHighPrecision); + static double NorthwardEquinox(long Year, bool bHighPrecision) noexcept; + static double NorthernSolstice(long Year, bool bHighPrecision) noexcept; + static double SouthwardEquinox(long Year, bool bHighPrecision) noexcept; + static double SouthernSolstice(long Year, bool bHighPrecision) noexcept; + static double LengthOfSpring(long Year, bool bNorthernHemisphere, bool bHighPrecision) noexcept; + static double LengthOfSummer(long Year, bool bNorthernHemisphere, bool bHighPrecision) noexcept; + static double LengthOfAutumn(long Year, bool bNorthernHemisphere, bool bHighPrecision) noexcept; + static double LengthOfWinter(long Year, bool bNorthernHemisphere, bool bHighPrecision) noexcept; }; diff --git a/Sources/AAPlus/include/AAEquinoxesAndSolstices2.h b/Sources/AAPlus/include/AAEquinoxesAndSolstices2.h new file mode 100644 index 0000000..7e9e735 --- /dev/null +++ b/Sources/AAPlus/include/AAEquinoxesAndSolstices2.h @@ -0,0 +1,70 @@ +/* +Module : AAEquinoxesAndSoltices2.h +Purpose: Implementation for the algorithms to calculate the dates of the Equinoxes and Solstices (revised version) +Created: PJN / 28-09-2019 + +Copyright (c) 2019 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AAEQUINOXESANDSOLSTICES2_H_ +#define __AAEQUINOXESANDSOLSTICES2_H_ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +/////////////////////// Includes ////////////////////////////////////////////// + +#include "AA2DCoordinate.h" +#include + + +/////////////////////// Classes /////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAAEquinoxSolsticeDetails2 +{ +public: +//Enums + enum class Type + { + NotDefined = 0, + NorthwardEquinox = 1, + NorthernSolstice = 2, + SouthwardEquinox = 3, + SouthernSolstice = 4, + }; + +//Member variables + Type type = Type::NotDefined; //The type of the event which has occurred + double JD = 0; //When the event occurred in TT + double Declination = 0; //Applicable for solstices only, the apparent declination of the Sun +}; + +class AAPLUS_EXT_CLASS CAAEquinoxesAndSolstices2 +{ +public: +//Static methods + static std::vector Calculate(double StartJD, double EndJD, double StepInterval = 0.007, bool bHighPrecision = false); +}; + + +#endif //#ifndef __AARISETRANSITSET2_H__ diff --git a/Vendor/AA+/1.6.3/AAFK5.cpp b/Sources/AAPlus/include/AAFK5.cpp old mode 100755 new mode 100644 similarity index 69% rename from Vendor/AA+/1.6.3/AAFK5.cpp rename to Sources/AAPlus/include/AAFK5.cpp index 4f8e809..7c9fc7e --- a/Vendor/AA+/1.6.3/AAFK5.cpp +++ b/Sources/AAPlus/include/AAFK5.cpp @@ -1,10 +1,10 @@ /* -Module : AAFK5.CPP +Module : AAFK5.cpp Purpose: Implementation for the algorithms to convert to the FK5 standard reference frame Created: PJN / 29-12-2003 History: None -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -31,32 +31,32 @@ using namespace std; /////////////////////// Implementation //////////////////////////////////////// -double CAAFK5::CorrectionInLongitude(double Longitude, double Latitude, double JD) +double CAAFK5::CorrectionInLongitude(double Longitude, double Latitude, double JD) noexcept { - double T = (JD - 2451545) / 36525; + const double T = (JD - 2451545) / 36525; double Ldash = Longitude - 1.397*T - 0.00031*T*T; //Convert to radians Ldash = CAACoordinateTransformation::DegreesToRadians(Ldash); Latitude = CAACoordinateTransformation::DegreesToRadians(Latitude); - double value = -0.09033 + 0.03916*(std::cos(Ldash) + std::sin(Ldash))*tan(Latitude); + const double value = -0.09033 + 0.03916*(std::cos(Ldash) + std::sin(Ldash))*tan(Latitude); return CAACoordinateTransformation::DMSToDegrees(0, 0, value); } -double CAAFK5::CorrectionInLatitude(double Longitude, double JD) +double CAAFK5::CorrectionInLatitude(double Longitude, double JD) noexcept { - double T = (JD - 2451545) / 36525; + const double T = (JD - 2451545) / 36525; double Ldash = Longitude - 1.397*T - 0.00031*T*T; //Convert to radians Ldash = CAACoordinateTransformation::DegreesToRadians(Ldash); - double value = 0.03916*(std::cos(Ldash) - std::sin(Ldash)); + const double value = 0.03916*(std::cos(Ldash) - std::sin(Ldash)); return CAACoordinateTransformation::DMSToDegrees(0, 0, value); } -CAA3DCoordinate CAAFK5::ConvertVSOPToFK5J2000(const CAA3DCoordinate& value) +CAA3DCoordinate CAAFK5::ConvertVSOPToFK5J2000(const CAA3DCoordinate& value) noexcept { CAA3DCoordinate result; result.X = value.X + 0.000000440360 * value.Y - 0.000000190919 * value.Z; @@ -66,7 +66,7 @@ CAA3DCoordinate CAAFK5::ConvertVSOPToFK5J2000(const CAA3DCoordinate& value) return result; } -CAA3DCoordinate CAAFK5::ConvertVSOPToFK5B1950(const CAA3DCoordinate& value) +CAA3DCoordinate CAAFK5::ConvertVSOPToFK5B1950(const CAA3DCoordinate& value) noexcept { CAA3DCoordinate result; result.X = 0.999925702634 * value.X + 0.012189716217 * value.Y + 0.000011134016 * value.Z; @@ -76,11 +76,11 @@ CAA3DCoordinate CAAFK5::ConvertVSOPToFK5B1950(const CAA3DCoordinate& value) return result; } -CAA3DCoordinate CAAFK5::ConvertVSOPToFK5AnyEquinox(const CAA3DCoordinate& value, double JDEquinox) +CAA3DCoordinate CAAFK5::ConvertVSOPToFK5AnyEquinox(const CAA3DCoordinate& value, double JDEquinox) noexcept { - double t = (JDEquinox - 2451545.0) / 36525; - double tsquared = t*t; - double tcubed = tsquared * t; + const double t = (JDEquinox - 2451545.0) / 36525; + const double tsquared = t*t; + const double tcubed = tsquared * t; double sigma = 2306.2181*t + 0.30188*tsquared + 0.017988*tcubed; sigma = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, sigma)); @@ -91,22 +91,22 @@ CAA3DCoordinate CAAFK5::ConvertVSOPToFK5AnyEquinox(const CAA3DCoordinate& value, double phi = 2004.3109*t - 0.42665*tsquared - 0.041833*tcubed; phi = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, phi)); - double cossigma = std::cos(sigma); - double coszeta = std::cos(zeta); - double cosphi = std::cos(phi); - double sinsigma = std::sin(sigma); - double sinzeta = std::sin(zeta); - double sinphi = std::sin(phi); - - double xx = cossigma * coszeta * cosphi -sinsigma*sinzeta; - double xy = sinsigma * coszeta + cossigma * sinzeta * cosphi; - double xz = cossigma * sinphi; - double yx = -cossigma * sinzeta - sinsigma * coszeta * cosphi; - double yy = cossigma * coszeta - sinsigma * sinzeta * cosphi; - double yz = -sinsigma * sinphi; - double zx = -coszeta * sinphi; - double zy = -sinzeta * sinphi; - double zz = cosphi; + const double cossigma = std::cos(sigma); + const double coszeta = std::cos(zeta); + const double cosphi = std::cos(phi); + const double sinsigma = std::sin(sigma); + const double sinzeta = std::sin(zeta); + const double sinphi = std::sin(phi); + + const double xx = cossigma * coszeta * cosphi -sinsigma*sinzeta; + const double xy = sinsigma * coszeta + cossigma * sinzeta * cosphi; + const double xz = cossigma * sinphi; + const double yx = -cossigma * sinzeta - sinsigma * coszeta * cosphi; + const double yy = cossigma * coszeta - sinsigma * sinzeta * cosphi; + const double yz = -sinsigma * sinphi; + const double zx = -coszeta * sinphi; + const double zy = -sinzeta * sinphi; + const double zz = cosphi; CAA3DCoordinate result; result.X = xx * value.X + yx * value.Y + zx * value.Z; diff --git a/Vendor/AA+/1.6.3/AAFK5.h b/Sources/AAPlus/include/AAFK5.h old mode 100755 new mode 100644 similarity index 78% rename from Vendor/AA+/1.6.3/AAFK5.h rename to Sources/AAPlus/include/AAFK5.h index 64eabda..9651403 --- a/Vendor/AA+/1.6.3/AAFK5.h +++ b/Sources/AAPlus/include/AAFK5.h @@ -1,9 +1,9 @@ /* -Module : AAFK5.H +Module : AAFK5.h Purpose: Implementation for the algorithms to convert to the FK5 standard reference frame Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -43,11 +43,11 @@ class AAPLUS_EXT_CLASS CAAFK5 { public: //Static methods - static double CorrectionInLongitude(double Longitude, double Latitude, double JD); - static double CorrectionInLatitude(double Longitude, double JD); - static CAA3DCoordinate ConvertVSOPToFK5J2000(const CAA3DCoordinate& value); - static CAA3DCoordinate ConvertVSOPToFK5B1950(const CAA3DCoordinate& value); - static CAA3DCoordinate ConvertVSOPToFK5AnyEquinox(const CAA3DCoordinate& value, double JDEquinox); + static double CorrectionInLongitude(double Longitude, double Latitude, double JD) noexcept; + static double CorrectionInLatitude(double Longitude, double JD) noexcept; + static CAA3DCoordinate ConvertVSOPToFK5J2000(const CAA3DCoordinate& value) noexcept; + static CAA3DCoordinate ConvertVSOPToFK5B1950(const CAA3DCoordinate& value) noexcept; + static CAA3DCoordinate ConvertVSOPToFK5AnyEquinox(const CAA3DCoordinate& value, double JDEquinox) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAGalileanMoons.h b/Sources/AAPlus/include/AAGalileanMoons.h old mode 100755 new mode 100644 similarity index 65% rename from Vendor/AA+/1.6.3/AAGalileanMoons.h rename to Sources/AAPlus/include/AAGalileanMoons.h index ecde2c2..a3be9e9 --- a/Vendor/AA+/1.6.3/AAGalileanMoons.h +++ b/Sources/AAPlus/include/AAGalileanMoons.h @@ -1,9 +1,9 @@ /* -Module : AAGALILEANMOONS.H +Module : AAGalileanMoons.h Purpose: Implementation for the algorithms which obtain the positions of the 4 great moons of Jupiter Created: PJN / 06-01-2004 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -42,31 +42,18 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAGalileanMoonDetail { public: -//Constructors / Destructors - CAAGalileanMoonDetail() : MeanLongitude(0), - TrueLongitude(0), - TropicalLongitude(0), - EquatorialLatitude(0), - r(0), - bInTransit(false), - bInOccultation(false), - bInEclipse(false), - bInShadowTransit(false) - { - }; - //Member variables - double MeanLongitude; - double TrueLongitude; - double TropicalLongitude; - double EquatorialLatitude; - double r; + double MeanLongitude = 0; + double TrueLongitude = 0; + double TropicalLongitude = 0; + double EquatorialLatitude = 0; + double r = 0; CAA3DCoordinate TrueRectangularCoordinates; CAA3DCoordinate ApparentRectangularCoordinates; - bool bInTransit; - bool bInOccultation; - bool bInEclipse; - bool bInShadowTransit; + bool bInTransit = false; + bool bInOccultation = false; + bool bInEclipse = false; + bool bInShadowTransit = false; }; class AAPLUS_EXT_CLASS CAAGalileanMoonsDetails @@ -83,12 +70,12 @@ class AAPLUS_EXT_CLASS CAAGalileanMoons { public: //Static methods - static CAAGalileanMoonsDetails Calculate(double JD, bool bHighPrecision); + static CAAGalileanMoonsDetails Calculate(double JD, bool bHighPrecision) noexcept; protected: - static CAAGalileanMoonsDetails CalculateHelper(double JD, double sunlongrad, double betarad, double R, bool bHighPrecision); - static void Rotations(double X, double Y, double Z, double I, double psi, double i, double omega, double lambda0, double beta0, double& A6, double& B6, double& C6); - static void FillInPhenomenaDetails(CAAGalileanMoonDetail& detail); + static CAAGalileanMoonsDetails CalculateHelper(double JD, double sunlongrad, double betarad, double R, bool bHighPrecision) noexcept; + static void Rotations(double X, double Y, double Z, double I, double psi, double i, double omega, double lambda0, double beta0, double& A6, double& B6, double& C6) noexcept; + static void FillInPhenomenaDetails(CAAGalileanMoonDetail& detail) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAGlobe.h b/Sources/AAPlus/include/AAGlobe.h old mode 100755 new mode 100644 similarity index 64% rename from Vendor/AA+/1.6.3/AAGlobe.h rename to Sources/AAPlus/include/AAGlobe.h index 54c2979..8c705be --- a/Vendor/AA+/1.6.3/AAGlobe.h +++ b/Sources/AAPlus/include/AAGlobe.h @@ -1,9 +1,9 @@ /* -Module : AAGLOBE.H +Module : AAGlobe.h Purpose: Implementation for the algorithms for the Earth's Globe Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,11 +38,11 @@ class AAPLUS_EXT_CLASS CAAGlobe { public: //Static methods - static double RhoSinThetaPrime(double GeographicalLatitude, double Height); - static double RhoCosThetaPrime(double GeographicalLatitude, double Height); - static double RadiusOfParallelOfLatitude(double GeographicalLatitude); - static double RadiusOfCurvature(double GeographicalLatitude); - static double DistanceBetweenPoints(double GeographicalLatitude1, double GeographicalLongitude1, double GeographicalLatitude2, double GeographicalLongitude2); + static double RhoSinThetaPrime(double GeographicalLatitude, double Height) noexcept; + static double RhoCosThetaPrime(double GeographicalLatitude, double Height) noexcept; + static double RadiusOfParallelOfLatitude(double GeographicalLatitude) noexcept; + static double RadiusOfCurvature(double GeographicalLatitude) noexcept; + static double DistanceBetweenPoints(double GeographicalLatitude1, double GeographicalLongitude1, double GeographicalLatitude2, double GeographicalLongitude2) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAIlluminatedFraction.h b/Sources/AAPlus/include/AAIlluminatedFraction.h old mode 100755 new mode 100644 similarity index 62% rename from Vendor/AA+/1.6.3/AAIlluminatedFraction.h rename to Sources/AAPlus/include/AAIlluminatedFraction.h index 6333042..c36e33a --- a/Vendor/AA+/1.6.3/AAIlluminatedFraction.h +++ b/Sources/AAPlus/include/AAIlluminatedFraction.h @@ -1,9 +1,9 @@ /* -Module : AAILLUMINATEDFRACTION.H +Module : AAIlluminatedFraction.h Purpose: Implementation for the algorithms for a Planet's Phase Angle, Illuminated Fraction and Magnitude Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,26 +38,31 @@ class AAPLUS_EXT_CLASS CAAIlluminatedFraction { public: //Static methods - static double PhaseAngle(double r, double R, double Delta); - static double PhaseAngle(double R, double R0, double B, double L, double L0, double Delta); - static double PhaseAngleRectangular(double x, double y, double z, double B, double L, double Delta); - static double IlluminatedFraction(double PhaseAngle); - static double IlluminatedFraction(double r, double R, double Delta); - static double MercuryMagnitudeMuller(double r, double Delta, double i); - static double VenusMagnitudeMuller(double r, double Delta, double i); - static double MarsMagnitudeMuller(double r, double Delta, double i); - static double JupiterMagnitudeMuller(double r, double Delta); - static double SaturnMagnitudeMuller(double r, double Delta, double DeltaU, double B); - static double UranusMagnitudeMuller(double r, double Delta); - static double NeptuneMagnitudeMuller(double r, double Delta); - static double MercuryMagnitudeAA(double r, double Delta, double i); - static double VenusMagnitudeAA(double r, double Delta, double i); - static double MarsMagnitudeAA(double r, double Delta, double i); - static double JupiterMagnitudeAA(double r, double Delta, double i); - static double SaturnMagnitudeAA(double r, double Delta, double DeltaU, double B); - static double UranusMagnitudeAA(double r, double Delta); - static double NeptuneMagnitudeAA(double r, double Delta); - static double PlutoMagnitudeAA(double r, double Delta); + static double PhaseAngle(double r, double R, double Delta) noexcept; + static double PhaseAngle(double R, double R0, double B, double L, double L0, double Delta) noexcept; + static double PhaseAngleRectangular(double x, double y, double z, double B, double L, double Delta) noexcept; + static double IlluminatedFraction(double PhaseAngle) noexcept; + + constexpr static double IlluminatedFraction(double r, double R, double Delta) noexcept + { + return (((r + Delta)*(r + Delta) - R * R) / (4 * r*Delta)); + } + + static double MercuryMagnitudeMuller(double r, double Delta, double i) noexcept; + static double VenusMagnitudeMuller(double r, double Delta, double i) noexcept; + static double MarsMagnitudeMuller(double r, double Delta, double i) noexcept; + static double JupiterMagnitudeMuller(double r, double Delta) noexcept; + static double SaturnMagnitudeMuller(double r, double Delta, double DeltaU, double B) noexcept; + static double UranusMagnitudeMuller(double r, double Delta) noexcept; + static double NeptuneMagnitudeMuller(double r, double Delta) noexcept; + static double MercuryMagnitudeAA(double r, double Delta, double i) noexcept; + static double VenusMagnitudeAA(double r, double Delta, double i) noexcept; + static double MarsMagnitudeAA(double r, double Delta, double i) noexcept; + static double JupiterMagnitudeAA(double r, double Delta, double i) noexcept; + static double SaturnMagnitudeAA(double r, double Delta, double DeltaU, double B) noexcept; + static double UranusMagnitudeAA(double r, double Delta) noexcept; + static double NeptuneMagnitudeAA(double r, double Delta) noexcept; + static double PlutoMagnitudeAA(double r, double Delta) noexcept; }; diff --git a/Sources/AAPlus/include/AAInterpolate.cpp b/Sources/AAPlus/include/AAInterpolate.cpp new file mode 100644 index 0000000..c9a89d5 --- /dev/null +++ b/Sources/AAPlus/include/AAInterpolate.cpp @@ -0,0 +1,223 @@ +/* +Module : AAInterpolate.cpp +Purpose: Implementation for the algorithms for Interpolation +Created: PJN / 29-12-2003 +History: None + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +////////////////////// Includes /////////////////////////////////////////////// + +#include "stdafx.h" +#include "AAInterpolate.h" +#include +#include +using namespace std; + + +////////////////////// Implementation ///////////////////////////////////////// + +double CAAInterpolate::LagrangeInterpolate(double X, int n, const double* pX, const double* pY) noexcept +{ + //Validate our parameters + assert(pX); + assert(pY); +#ifdef __analysis_assume +#pragma warning(suppress: 26477) + __analysis_assume(pX); +#pragma warning(suppress: 26477) + __analysis_assume(pY); +#endif //#ifdef __analysis_assume + + double V = 0; + + for (int i=1; i<=n; i++) + { + double C = 1; + for (int j=1; j<=n; j++) + { + if (j != i) + { + #ifdef _MSC_VER + #pragma warning(suppress : 26481) + #endif //#ifdef _MSC_VER + C = C*(X - pX[j-1]) / (pX[i-1] - pX[j-1]); + } + } + + #ifdef _MSC_VER + #pragma warning(suppress : 26481) + #endif //#ifdef _MSC_VER + V += C*pY[i - 1]; + } + + return V; +} + +double CAAInterpolate::Extremum(double Y1, double Y2, double Y3, double& nm) noexcept +{ + const double a = Y2 - Y1; + const double b = Y3 - Y2; + const double c = Y1 + Y3 - 2*Y2; + + double ab = a + b; + + nm = -ab/(2*c); + return (Y2 - ((ab*ab)/(8*c))); +} + +double CAAInterpolate::Extremum(double Y1, double Y2, double Y3, double Y4, double Y5, double& nm) noexcept +{ + const double A = Y2 - Y1; + const double B = Y3 - Y2; + const double C = Y4 - Y3; + const double D = Y5 - Y4; + const double E = B - A; + const double F = C - B; + const double G = D - C; + const double H = F - E; + const double J = G - F; + const double K = J - H; + + bool bRecalc = true; + double nmprev = 0; + nm = nmprev; + while (bRecalc) + { + double NMprev2 = nmprev*nmprev; + double NMprev3 = NMprev2*nmprev; + nm = (6*B + 6*C - H - J +3*NMprev2*(H+J) + 2*NMprev3*K) / (K - 12*F); + + bRecalc = (fabs(nm - nmprev) > 1e-12); + if (bRecalc) + nmprev = nm; + } + + return Interpolate(nm, Y1, Y2, Y3, Y4, Y5); +} + +double CAAInterpolate::Zero(double Y1, double Y2, double Y3) noexcept +{ + const double a = Y2 - Y1; + const double b = Y3 - Y2; + const double c = Y1 + Y3 - 2*Y2; + + bool bRecalc = true; + double n0prev = 0; + double n0 = n0prev; + while (bRecalc) + { + n0 = -2*Y2/(a + b + c*n0prev); + + bRecalc = (fabs(n0 - n0prev) > 1e-12); + if (bRecalc) + n0prev = n0; + } + + return n0; +} + +double CAAInterpolate::Zero(double Y1, double Y2, double Y3, double Y4, double Y5) noexcept +{ + const double A = Y2 - Y1; + const double B = Y3 - Y2; + const double C = Y4 - Y3; + const double D = Y5 - Y4; + const double E = B - A; + const double F = C - B; + const double G = D - C; + const double H = F - E; + const double J = G - F; + const double K = J - H; + + bool bRecalc = true; + double n0prev = 0; + double n0 = n0prev; + while (bRecalc) + { + const double n0prev2 = n0prev*n0prev; + const double n0prev3 = n0prev2*n0prev; + const double n0prev4 = n0prev3*n0prev; + + n0 = (-24*Y3 + n0prev2*(K - 12*F) - 2*n0prev3*(H+J) - n0prev4*K)/(2*(6*B + 6*C - H - J)); + + bRecalc = (fabs(n0 - n0prev) > 1e-12); + if (bRecalc) + n0prev = n0; + } + + return n0; +} + + +double CAAInterpolate::Zero2(double Y1, double Y2, double Y3) noexcept +{ + const double a = Y2 - Y1; + const double b = Y3 - Y2; + const double c = Y1 + Y3 - 2*Y2; + + bool bRecalc = true; + double n0prev = 0; + double n0 = n0prev; + while (bRecalc) + { + const double deltan0 = - (2*Y2 + n0prev*(a + b + c*n0prev)) / (a + b + 2*c*n0prev); + n0 = n0prev + deltan0; + + bRecalc = (fabs(deltan0) > 1e-12); + if (bRecalc) + n0prev = n0; + } + + return n0; +} + +double CAAInterpolate::Zero2(double Y1, double Y2, double Y3, double Y4, double Y5) noexcept +{ + const double A = Y2 - Y1; + const double B = Y3 - Y2; + const double C = Y4 - Y3; + const double D = Y5 - Y4; + const double E = B - A; + const double F = C - B; + const double G = D - C; + const double H = F - E; + const double J = G - F; + const double K = J - H; + const double M = K / 24; + const double N = (H + J)/12; + const double P = F/2 - M; + const double Q = (B+C)/2 - N; + + bool bRecalc = true; + double n0prev = 0; + double n0 = n0prev; + while (bRecalc) + { + const double n0prev2 = n0prev*n0prev; + const double n0prev3 = n0prev2*n0prev; + const double n0prev4 = n0prev3*n0prev; + + const double deltan0 = - (M * n0prev4 + N*n0prev3 + P*n0prev2 + Q*n0prev + Y3) / (4*M*n0prev3 + 3*N*n0prev2 + 2*P*n0prev + Q); + n0 = n0prev + deltan0; + + bRecalc = (fabs(deltan0) > 1e-12); + if (bRecalc) + n0prev = n0; + } + + return n0; +} diff --git a/Sources/AAPlus/include/AAInterpolate.h b/Sources/AAPlus/include/AAInterpolate.h new file mode 100644 index 0000000..1e77c15 --- /dev/null +++ b/Sources/AAPlus/include/AAInterpolate.h @@ -0,0 +1,92 @@ +/* +Module : AAInterpolate.h +Purpose: Implementation for the algorithms for Interpolation +Created: PJN / 29-12-2003 + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AAINTERPOLATE_H__ +#define __AAINTERPOLATE_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +/////////////////////// Classes /////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAAInterpolate +{ +public: +//Static methods + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double Interpolate(double n, double Y1, double Y2, double Y3) noexcept + { + const double a = Y2 - Y1; + const double b = Y3 - Y2; + const double c = Y1 + Y3 - 2 * Y2; + + return Y2 + n / 2 * (a + b + n * c); + } + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double Interpolate(double n, double Y1, double Y2, double Y3, double Y4, double Y5) noexcept + { + const double A = Y2 - Y1; + const double B = Y3 - Y2; + const double C = Y4 - Y3; + const double D = Y5 - Y4; + const double E = B - A; + const double F = C - B; + const double G = D - C; + const double H = F - E; + const double J = G - F; + const double K = J - H; + + const double N2 = n * n; + const double N3 = N2 * n; + const double N4 = N3 * n; + + return Y3 + n * ((B + C) / 2 - (H + J) / 12) + N2 * (F / 2 - K / 24) + N3 * ((H + J) / 12) + N4 * (K / 24); + } + + constexpr static double InterpolateToHalves(double Y1, double Y2, double Y3, double Y4) + { + return (9 * (Y2 + Y3) - Y1 - Y4) / 16; + } + + static double LagrangeInterpolate(double X, int n, const double* pX, const double* pY) noexcept; + static double Extremum(double Y1, double Y2, double Y3, double& nm) noexcept; + static double Extremum(double Y1, double Y2, double Y3, double Y4, double Y5, double& nm) noexcept; + static double Zero(double Y1, double Y2, double Y3) noexcept; + static double Zero(double Y1, double Y2, double Y3, double Y4, double Y5) noexcept; + static double Zero2(double Y1, double Y2, double Y3) noexcept; + static double Zero2(double Y1, double Y2, double Y3, double Y4, double Y5) noexcept; +}; + + +#endif //#ifndef __AAINTERPOLATE_H__ diff --git a/Vendor/AA+/1.6.3/AAJewishCalendar.h b/Sources/AAPlus/include/AAJewishCalendar.h old mode 100755 new mode 100644 similarity index 60% rename from Vendor/AA+/1.6.3/AAJewishCalendar.h rename to Sources/AAPlus/include/AAJewishCalendar.h index 6d0f771..3c8ec7b --- a/Vendor/AA+/1.6.3/AAJewishCalendar.h +++ b/Sources/AAPlus/include/AAJewishCalendar.h @@ -1,19 +1,19 @@ /* -Module : AAJEWISHCALENDAR.H +Module : AAJewishCalendar.h Purpose: Implementation for the algorithms which convert between the Gregorian, Julian and the Jewish calendar Created: PJN / 04-02-2004 -Copyright (c) 2004 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2004 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. Copyright / Usage Details: -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. */ @@ -43,9 +43,19 @@ class AAPLUS_EXT_CLASS CAAJewishCalendar { public: //Static methods - static CAACalendarDate DateOfPesach(long Year, bool bGregorianCalendar = true); - static bool IsLeap(long Year); - static long DaysInYear(long Year); + static CAACalendarDate DateOfPesach(long Year, bool bGregorianCalendar = true) noexcept; + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static bool IsLeap(long Year) noexcept + { + const long ymod19 = Year % 19; + + return (ymod19 == 0) || (ymod19 == 3) || (ymod19 == 6) || (ymod19 == 8) || (ymod19 == 11) || (ymod19 == 14) || (ymod19 == 17); + } + + static long DaysInYear(long Year) noexcept; }; diff --git a/Sources/AAPlus/include/AAJupiter.cpp b/Sources/AAPlus/include/AAJupiter.cpp new file mode 100644 index 0000000..cca140f --- /dev/null +++ b/Sources/AAPlus/include/AAJupiter.cpp @@ -0,0 +1,793 @@ +/* +Module : AAJupiter.cpp +Purpose: Implementation for the algorithms which obtain the heliocentric position of Jupiter +Created: PJN / 29-12-2003 +History: PJN / 31-05-2004 1) Added a missing coefficient to g_L1JupiterCoefficients array as used by + CAAJupiter::EclipticLongitude. Thanks to Brian Orme for reporting this problem. + 2) Added missing g_B5JupiterCoefficients[] in CAAJupiter::EclipticLatitude. Again + thanks to Brian Orme for reporting this problem. + PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this + issue when compiling AA+ on ARM. + PJN / 04-08-2013 1. Fixed a transcription error in the thirty ninth coefficient used to calculate + the L0 term for the ecliptic longitude of Jupiter. Thanks to Isaac Clark for + reporting this issue. + 2. Fixed a transcription error in the sixteenth coefficient used to calculate the + R1 term for the ecliptic radius vector of Jupiter. Thanks to Isaac Clark for + reporting this issue. + 3. Spot tests indicate that these two changes only affected the the ecliptic + longitude in the seventh decimal place and the ecliptic radius vector in the + seventh decimal place. + 4. Updated copyright details + PJN / 16-09-2015 1. CAAJupiter::EclipticLongitude, EclipticLatitude & RadiusVector now include a + "bool bHighPrecision" parameter which if set to true means the code uses the full + VSOP87 theory rather than the truncated theory as presented in Meeus's book. + PJN / 01-08-2017 1. Fixed up alignment of lookup tables in AAJupiter.cpp module + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + PJN / 13-04-2020 1. Reworked C arrays to use std::array + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Includes ////////////////////////////////////////////// + +#include "stdafx.h" +#include "AAJupiter.h" +#include "AACoordinateTransformation.h" +#include "AADefines.h" +#ifndef AAPLUS_NO_VSOP87 +#include "AAVSOP87D_JUP.h" +#endif //#ifndef AAPLUS_NO_VSOP87 +#include +#include +using namespace std; + + +////////////////////// Macros / Defines /////////////////////////////////////// + +#ifdef _MSC_VER +#pragma warning(disable : 26446 26482 26485) +#endif //#ifdef _MSC_VER + +struct VSOP87Coefficient +{ + double A; + double B; + double C; +}; + +constexpr array g_L0JupiterCoefficients +{ { + { 59954691, 0, 0 }, + { 9695899, 5.0619179, 529.6909651 }, + { 573610, 1.444062, 7.113547 }, + { 306389, 5.417347, 1059.381930 }, + { 97178, 4.14265, 632.78374 }, + { 72903, 3.64043, 522.57742 }, + { 64264, 3.41145, 103.09277 }, + { 39806, 2.29377, 419.48464 }, + { 38858, 1.27232, 316.39187 }, + { 27965, 1.78455, 536.80451 }, + { 13590, 5.77481, 1589.07290 }, + { 8769, 3.6300, 949.1756 }, + { 8246, 3.5823, 206.1855 }, + { 7368, 5.0810, 735.8765 }, + { 6263, 0.0250, 213.2991 }, + { 6114, 4.5132, 1162.4747 }, + { 5305, 4.1863, 1052.2684 }, + { 5305, 1.3067, 14.2271 }, + { 4905, 1.3208, 110.2063 }, + { 4647, 4.6996, 3.9322 }, + { 3045, 4.3168, 426.5982 }, + { 2610, 1.5667, 846.0828 }, + { 2028, 1.0638, 3.1814 }, + { 1921, 0.9717, 639.8973 }, + { 1765, 2.1415, 1066.4955 }, + { 1723, 3.8804, 1265.5675 }, + { 1633, 3.5820, 515.4639 }, + { 1432, 4.2968, 625.6702 }, + { 973, 4.098, 95.979 }, + { 884, 2.437, 412.371 }, + { 733, 6.085, 838.969 }, + { 731, 3.806, 1581.959 }, + { 709, 1.293, 742.990 }, + { 692, 6.134, 2118.764 }, + { 614, 4.109, 1478.867 }, + { 582, 4.540, 309.278 }, + { 495, 3.756, 323.505 }, + { 441, 2.958, 454.909 }, + { 417, 1.036, 2.448 }, + { 390, 4.897, 1692.166 }, + { 376, 4.703, 1368.660 }, + { 341, 5.715, 533.623 }, + { 330, 4.740, 0.048 }, + { 262, 1.877, 0.963 }, + { 261, 0.820, 380.128 }, + { 257, 3.724, 199.072 }, + { 244, 5.220, 728.763 }, + { 235, 1.227, 909.819 }, + { 220, 1.651, 543.918 }, + { 207, 1.855, 525.759 }, + { 202, 1.807, 1375.774 }, + { 197, 5.293, 1155.361 }, + { 175, 3.730, 942.062 }, + { 175, 3.226, 1898.351 }, + { 175, 5.910, 956.289 }, + { 158, 4.365, 1795.258 }, + { 151, 3.906, 74.782 }, + { 149, 4.377, 1685.052 }, + { 141, 3.136, 491.558 }, + { 138, 1.318, 1169.588 }, + { 131, 4.169, 1045.155 }, + { 117, 2.500, 1596.186 }, + { 117, 3.389, 0.521 }, + { 106, 4.554, 526.510 } +} }; + +constexpr array g_L1JupiterCoefficients +{ { + { 52993480757.0, 0, 0 }, + { 489741, 4.220667, 529.690965 }, + { 228919, 6.026475, 7.113547 }, + { 27655, 4.57266, 1059.38193 }, + { 20721, 5.45939, 522.57742 }, + { 12106, 0.16986, 536.80451 }, + { 6068, 4.4242, 103.0928 }, + { 5434, 3.9848, 419.4846 }, + { 4238, 5.8901, 14.2271 }, + { 2212, 5.2677, 206.1855 }, + { 1746, 4.9267, 1589.0729 }, + { 1296, 5.5513, 3.1814 }, + { 1173, 5.8565, 1052.2684 }, + { 1163, 0.5145, 3.9322 }, + { 1099, 5.3070, 515.4639 }, + { 1007, 0.4648, 735.8765 }, + { 1004, 3.1504, 426.5982 }, + { 848, 5.758, 110.206 }, + { 827, 4.803, 213.299 }, + { 816, 0.586, 1066.495 }, + { 725, 5.518, 639.897 }, + { 568, 5.989, 625.670 }, + { 474, 4.132, 412.371 }, + { 413, 5.737, 95.979 }, + { 345, 4.242, 632.784 }, + { 336, 3.732, 1162.475 }, + { 234, 4.035, 949.176 }, + { 234, 6.243, 309.278 }, + { 199, 1.505, 838.969 }, + { 195, 2.219, 323.505 }, + { 187, 6.086, 742.990 }, + { 184, 6.280, 543.918 }, + { 171, 5.417, 199.072 }, + { 131, 0.626, 728.763 }, + { 115, 0.680, 846.083 }, + { 115, 5.286, 2118.764 }, + { 108, 4.493, 956.289 }, + { 80, 5.82, 1045.15 }, + { 72, 5.34, 942.06 }, + { 70, 5.97, 532.87 }, + { 67, 5.73, 21.34 }, + { 66, 0.13, 526.51 }, + { 65, 6.09, 1581.96 }, + { 59, 0.59, 1155.36 }, + { 58, 0.99, 1596.19 }, + { 57, 5.97, 1169.59 }, + { 57, 1.41, 533.62 }, + { 55, 5.43, 10.29 }, + { 52, 5.73, 117.32 }, + { 52, 0.23, 1368.66 }, + { 50, 6.08, 525.76 }, + { 47, 3.63, 1478.87 }, + { 47, 0.51, 1265.57 }, + { 40, 4.16, 1692.17 }, + { 34, 0.10, 302.16 }, + { 33, 5.04, 220.41 }, + { 32, 5.37, 508.35 }, + { 29, 5.42, 1272.68 }, + { 29, 3.36, 4.67 }, + { 29, 0.76, 88.87 }, + { 25, 1.61, 831.86 } +} }; + +constexpr array g_L2JupiterCoefficients +{ { + { 47234, 4.32148, 7.11355 }, + { 38966, 0, 0 }, + { 30629, 2.93021, 529.69097 }, + { 3189, 1.0550, 522.5774 }, + { 2729, 4.8455, 536.8045 }, + { 2723, 3.4141, 1059.3819 }, + { 1721, 4.1873, 14.2271 }, + { 383, 5.768, 419.485 }, + { 378, 0.760, 515.464 }, + { 367, 6.055, 103.093 }, + { 337, 3.786, 3.181 }, + { 308, 0.694, 206.186 }, + { 218, 3.814, 1589.073 }, + { 199, 5.340, 1066.495 }, + { 197, 2.484, 3.932 }, + { 156, 1.406, 1052.268 }, + { 146, 3.814, 639.897 }, + { 142, 1.634, 426.598 }, + { 130, 5.837, 412.371 }, + { 117, 1.414, 625.670 }, + { 97, 4.03, 110.21 }, + { 91, 1.11, 95.98 }, + { 87, 2.52, 632.78 }, + { 79, 4.64, 543.92 }, + { 72, 2.22, 735.88 }, + { 58, 0.83, 199.07 }, + { 57, 3.12, 213.30 }, + { 49, 1.67, 309.28 }, + { 40, 4.02, 21.34 }, + { 40, 0.62, 323.51 }, + { 36, 2.33, 728.76 }, + { 29, 3.61, 10.29 }, + { 28, 3.24, 838.97 }, + { 26, 4.50, 742.99 }, + { 26, 2.51, 1162.47 }, + { 25, 1.22, 1045.15 }, + { 24, 3.01, 956.29 }, + { 19, 4.29, 532.87 }, + { 18, 0.81, 508.35 }, + { 17, 4.20, 2118.76 }, + { 17, 1.83, 526.51 }, + { 15, 5.81, 1596.19 }, + { 15, 0.68, 942.06 }, + { 15, 4.00, 117.32 }, + { 14, 5.95, 316.39 }, + { 14, 1.80, 302.16 }, + { 13, 2.52, 88.87 }, + { 13, 4.37, 1169.59 }, + { 11, 4.44, 525.76 }, + { 10, 1.72, 1581.96 }, + { 9, 2.18, 1155.36 }, + { 9, 3.29, 220.41 }, + { 9, 3.32, 831.86 }, + { 8, 5.76, 846.08 }, + { 8, 2.71, 533.62 }, + { 7, 2.18, 1265.57 }, + { 6, 0.50, 949.18 } +} }; + +constexpr array g_L3JupiterCoefficients +{ { + { 6502, 2.5986, 7.1135 }, + { 1357, 1.3464, 529.6910 }, + { 471, 2.475, 14.227 }, + { 417, 3.245, 536.805 }, + { 353, 2.974, 522.577 }, + { 155, 2.076, 1059.382 }, + { 87, 2.51, 515.46 }, + { 44, 0, 0 }, + { 34, 3.83, 1066.50 }, + { 28, 2.45, 206.19 }, + { 24, 1.28, 412.37 }, + { 23, 2.98, 543.92 }, + { 20, 2.10, 639.90 }, + { 20, 1.40, 419.48 }, + { 19, 1.59, 103.09 }, + { 17, 2.30, 21.34 }, + { 17, 2.60, 1589.07 }, + { 16, 3.15, 625.67 }, + { 16, 3.36, 1052.27 }, + { 13, 2.76, 95.98 }, + { 13, 2.54, 199.07 }, + { 13, 6.27, 426.60 }, + { 9, 1.76, 10.29 }, + { 9, 2.27, 110.21 }, + { 7, 3.43, 309.28 }, + { 7, 4.04, 728.76 }, + { 6, 2.52, 508.35 }, + { 5, 2.91, 1045.15 }, + { 5, 5.25, 323.51 }, + { 4, 4.30, 88.87 }, + { 4, 3.52, 302.16 }, + { 4, 4.09, 735.88 }, + { 3, 1.43, 956.29 }, + { 3, 4.36, 1596.19 }, + { 3, 1.25, 213.30 }, + { 3, 5.02, 838.97 }, + { 3, 2.24, 117.32 }, + { 2, 2.90, 742.99 }, + { 2, 2.36, 942.06 } +} }; + +constexpr array g_L4JupiterCoefficients +{ { + { 669, 0.853, 7.114 }, + { 114, 3.142, 0 }, + { 100, 0.743, 14.227 }, + { 50, 1.65, 536.80 }, + { 44, 5.82, 529.69 }, + { 32, 4.86, 522.58 }, + { 15, 4.29, 515.46 }, + { 9, 0.71, 1059.38 }, + { 5, 1.30, 543.92 }, + { 4, 2.32, 1066.50 }, + { 4, 0.48, 21.34 }, + { 3, 3.00, 412.37 }, + { 2, 0.40, 639.90 }, + { 2, 4.26, 199.07 }, + { 2, 4.91, 625.67 }, + { 2, 4.26, 206.19 }, + { 1, 5.26, 1052.27 }, + { 1, 4.72, 95.98 }, + { 1, 1.29, 1589.07 } +} }; + +constexpr array g_L5JupiterCoefficients +{ { + { 50, 5.26, 7.11 }, + { 16, 5.25, 14.23 }, + { 4, 0.01, 536.80 }, + { 2, 1.10, 522.58 }, + { 1, 3.14, 0 } +} }; + +constexpr array g_B0JupiterCoefficients +{ { + { 2268616, 3.5585261, 529.6909651 }, + { 110090, 0, 0 }, + { 109972, 3.908093, 1059.381930 }, + { 8101, 3.6051, 522.5774 }, + { 6438, 0.3063, 536.8045 }, + { 6044, 4.2588, 1589.0729 }, + { 1107, 2.9853, 1162.4747 }, + { 944, 1.675, 426.598 }, + { 942, 2.936, 1052.268 }, + { 894, 1.754, 7.114 }, + { 836, 5.179, 103.093 }, + { 767, 2.155, 632.784 }, + { 684, 3.678, 213.299 }, + { 629, 0.643, 1066.495 }, + { 559, 0.014, 846.083 }, + { 532, 2.703, 110.206 }, + { 464, 1.173, 949.176 }, + { 431, 2.608, 419.485 }, + { 351, 4.611, 2118.764 }, + { 132, 4.778, 742.990 }, + { 123, 3.350, 1692.166 }, + { 116, 1.387, 323.505 }, + { 115, 5.049, 316.392 }, + { 104, 3.701, 515.464 }, + { 103, 2.319, 1478.867 }, + { 102, 3.153, 1581.959 } +} }; + +constexpr array g_B1JupiterCoefficients +{ { + { 177352, 5.701665, 529.690965 }, + { 3230, 5.7794, 1059.3819 }, + { 3081, 5.4746, 522.5774 }, + { 2212, 4.7348, 536.8045 }, + { 1694, 3.1416, 0 }, + { 346, 4.746, 1052.268 }, + { 234, 5.189, 1066.495 }, + { 196, 6.186, 7.114 }, + { 150, 3.927, 1589.073 }, + { 114, 3.439, 632.784 }, + { 97, 2.91, 949.18 }, + { 82, 5.08, 1162.47 }, + { 77, 2.51, 103.09 }, + { 77, 0.61, 419.48 }, + { 74, 5.50, 515.46 }, + { 61, 5.45, 213.30 }, + { 50, 3.95, 735.88 }, + { 46, 0.54, 110.21 }, + { 45, 1.90, 846.08 }, + { 37, 4.70, 543.92 }, + { 36, 6.11, 316.39 }, + { 32, 4.92, 1581.96 } +} }; + +constexpr array g_B2JupiterCoefficients +{ { + { 8094, 1.4632, 529.6910 }, + { 813, 3.1416, 0 }, + { 742, 0.957, 522.577 }, + { 399, 2.899, 536.805 }, + { 342, 1.447, 1059.382 }, + { 74, 0.41, 1052.27 }, + { 46, 3.48, 1066.50 }, + { 30, 1.93, 1589.07 }, + { 29, 0.99, 515.46 }, + { 23, 4.27, 7.11 }, + { 14, 2.92, 543.92 }, + { 12, 5.22, 632.78 }, + { 11, 4.88, 949.18 }, + { 6, 6.21, 1045.15 } +} }; + +constexpr array g_B3JupiterCoefficients +{ { + { 252, 3.381, 529.691 }, + { 122, 2.733, 522.577 }, + { 49, 1.04, 536.80 }, + { 11, 2.31, 1052.27 }, + { 8, 2.77, 515.46 }, + { 7, 4.25, 1059.38 }, + { 6, 1.78, 1066.50 }, + { 4, 1.13, 543.92 }, + { 3, 3.14, 0 } +} }; + +constexpr array g_B4JupiterCoefficients +{ { + { 15, 4.53, 522.58 }, + { 5, 4.47, 529.69 }, + { 4, 5.44, 536.80 }, + { 3, 0, 0 }, + { 2, 4.52, 515.46 }, + { 1, 4.20, 1052.27 } +} }; + +constexpr array g_B5JupiterCoefficients +{ { + { 1, 0.09, 522.58 } +} }; + +constexpr array g_R0JupiterCoefficients +{ { + { 520887429, 0, 0 }, + { 25209327, 3.49108640, 529.69096509 }, + { 610600, 3.841154, 1059.381930 }, + { 282029, 2.574199, 632.783739 }, + { 187647, 2.075904, 522.577418 }, + { 86793, 0.71001, 419.48464 }, + { 72063, 0.21466, 536.80451 }, + { 65517, 5.97996, 316.39187 }, + { 30135, 2.16132, 949.17561 }, + { 29135, 1.67759, 103.09277 }, + { 23947, 0.27458, 7.11355 }, + { 23453, 3.54023, 735.87651 }, + { 22284, 4.19363, 1589.07290 }, + { 13033, 2.96043, 1162.47470 }, + { 12749, 2.71550, 1052.26838 }, + { 9703, 1.9067, 206.1855 }, + { 9161, 4.4135, 213.2991 }, + { 7895, 2.4791, 426.5982 }, + { 7058, 2.1818, 1265.5675 }, + { 6138, 6.2642, 846.0828 }, + { 5477, 5.6573, 639.8973 }, + { 4170, 2.0161, 515.4639 }, + { 4137, 2.7222, 625.6702 }, + { 3503, 0.5653, 1066.4955 }, + { 2617, 2.0099, 1581.9593 }, + { 2500, 4.5518, 838.9693 }, + { 2128, 6.1275, 742.9901 }, + { 1912, 0.8562, 412.3711 }, + { 1611, 3.0887, 1368.6603 }, + { 1479, 2.6803, 1478.8666 }, + { 1231, 1.8904, 323.5054 }, + { 1217, 1.8017, 110.2063 }, + { 1015, 1.3867, 454.9094 }, + { 999, 2.872, 309.278 }, + { 961, 4.549, 2118.764 }, + { 886, 4.148, 533.623 }, + { 821, 1.593, 1898.351 }, + { 812, 5.941, 909.819 }, + { 777, 3.677, 728.763 }, + { 727, 3.988, 1155.361 }, + { 655, 2.791, 1685.052 }, + { 654, 3.382, 1692.166 }, + { 621, 4.823, 956.289 }, + { 615, 2.276, 942.062 }, + { 562, 0.081, 543.918 }, + { 542, 0.284, 525.759 } +} }; + +constexpr array g_R1JupiterCoefficients +{ { + { 1271802,2.6493751, 529.6909651 }, + { 61662, 3.00076, 1059.38193 }, + { 53444, 3.89718, 522.57742 }, + { 41390, 0, 0 }, + { 31185, 4.88277, 536.80451 }, + { 11847, 2.41330, 419.48464 }, + { 9166, 4.7598, 7.1135 }, + { 3404, 3.3469, 1589.0729 }, + { 3203, 5.2108, 735.8765 }, + { 3176, 2.7930, 103.0928 }, + { 2806, 3.7422, 515.4639 }, + { 2677, 4.3305, 1052.2684 }, + { 2600, 3.6344, 206.1855 }, + { 2412, 1.4695, 426.5982 }, + { 2101, 3.9276, 639.8973 }, + { 1646, 5.3095, 1066.4955 }, + { 1641, 4.4163, 625.6702 }, + { 1050, 3.1611, 213.2991 }, + { 1025, 2.5543, 412.3711 }, + { 806, 2.678, 632.784 }, + { 741, 2.171, 1162.475 }, + { 677, 6.250, 838.969 }, + { 567, 4.577, 742.990 }, + { 485, 2.469, 949.176 }, + { 469, 4.710, 543.918 }, + { 445, 0.403, 323.505 }, + { 416, 5.368, 728.763 }, + { 402, 4.605, 309.278 }, + { 347, 4.681, 14.227 }, + { 338, 3.168, 956.289 }, + { 261, 5.343, 846.083 }, + { 247, 3.923, 942.062 }, + { 220, 4.842, 1368.660 }, + { 203, 5.600, 1155.361 }, + { 200, 4.439, 1045.155 }, + { 197, 3.706, 2118.764 }, + { 196, 3.759, 199.072 }, + { 184, 4.265, 95.979 }, + { 180, 4.402, 532.872 }, + { 170, 4.846, 526.510 }, + { 146, 6.130, 533.623 }, + { 133, 1.322, 110.206 }, + { 132, 4.512, 525.759 } +} }; + +constexpr array g_R2JupiterCoefficients +{ { + { 79645, 1.35866, 529.69097 }, + { 8252, 5.7777, 522.5774 }, + { 7030, 3.2748, 536.8045 }, + { 5314, 1.8384, 1059.3819 }, + { 1861, 2.9768, 7.1135 }, + { 964, 5.480, 515.464 }, + { 836, 4.199, 419.485 }, + { 498, 3.142, 0 }, + { 427, 2.228, 639.897 }, + { 406, 3.783, 1066.495 }, + { 377, 2.242, 1589.073 }, + { 363, 5.368, 206.186 }, + { 342, 6.099, 1052.268 }, + { 339, 6.127, 625.670 }, + { 333, 0.003, 426.598 }, + { 280, 4.262, 412.371 }, + { 257, 0.963, 632.784 }, + { 230, 0.705, 735.877 }, + { 201, 3.069, 543.918 }, + { 200, 4.429, 103.093 }, + { 139, 2.932, 14.227 }, + { 114, 0.787, 728.763 }, + { 95, 1.70, 838.97 }, + { 86, 5.14, 323.51 }, + { 83, 0.06, 309.28 }, + { 80, 2.98, 742.99 }, + { 75, 1.60, 956.29 }, + { 70, 1.51, 213.30 }, + { 67, 5.47, 199.07 }, + { 62, 6.10, 1045.15 }, + { 56, 0.96, 1162.47 }, + { 52, 5.58, 942.06 }, + { 50, 2.72, 532.87 }, + { 45, 5.52, 508.35 }, + { 44, 0.27, 526.51 }, + { 40, 5.95, 95.98 } +} }; + +constexpr array g_R3JupiterCoefficients +{ { + { 3519, 6.0580, 529.6910 }, + { 1073, 1.6732, 536.8045 }, + { 916, 1.413, 522.577 }, + { 342, 0.523, 1059.382 }, + { 255, 1.196, 7.114 }, + { 222, 0.952, 515.464 }, + { 90, 3.14, 0 }, + { 69, 2.27, 1066.50 }, + { 58, 1.41, 543.92 }, + { 58, 0.53, 639.90 }, + { 51, 5.98, 412.37 }, + { 47, 1.58, 625.67 }, + { 43, 6.12, 419.48 }, + { 37, 1.18, 14.23 }, + { 34, 1.67, 1052.27 }, + { 34, 0.85, 206.19 }, + { 31, 1.04, 1589.07 }, + { 30, 4.63, 426.60 }, + { 21, 2.50, 728.76 }, + { 15, 0.89, 199.07 }, + { 14, 0.96, 508.35 }, + { 13, 1.50, 1045.15 }, + { 12, 2.61, 735.88 }, + { 12, 3.56, 323.51 }, + { 11, 1.79, 309.28 }, + { 11, 6.28, 956.29 }, + { 10, 6.26, 103.09 }, + { 9, 3.45, 838.97 } +} }; + +constexpr array g_R4JupiterCoefficients +{ { + { 129, 0.084, 536.805 }, + { 113, 4.249, 529.691 }, + { 83, 3.30, 522.58 }, + { 38, 2.73, 515.46 }, + { 27, 5.69, 7.11 }, + { 18, 5.40, 1059.38 }, + { 13, 6.02, 543.92 }, + { 9, 0.77, 1066.50 }, + { 8, 5.68, 14.23 }, + { 7, 1.43, 412.37 }, + { 6, 5.12, 639.90 }, + { 5, 3.34, 625.67 }, + { 3, 3.40, 1052.27 }, + { 3, 4.16, 728.76 }, + { 3, 2.90, 426.60 } +} }; + +constexpr array g_R5JupiterCoefficients +{ { + { 11, 4.75, 536.80 }, + { 4, 5.92, 522.58 }, + { 2, 5.57, 515.46 }, + { 2, 4.30, 543.92 }, + { 2, 3.69, 7.11 }, + { 2, 4.13, 1059.38 }, + { 2, 5.49, 1066.50 } +} }; + + +////////////////////////// Implementation ///////////////////////////////////// + +double CAAJupiter::EclipticLongitude(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Jupiter::L(JD))); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + const double rho5 = rho4*rho; + + //Calculate L0 + double L0 = 0; + for (const auto& L0Coefficient : g_L0JupiterCoefficients) + L0 += (L0Coefficient.A * cos(L0Coefficient.B + (L0Coefficient.C*rho))); + + //Calculate L1 + double L1 = 0; + for (const auto& L1Coefficient : g_L1JupiterCoefficients) + L1 += (L1Coefficient.A * cos(L1Coefficient.B + (L1Coefficient.C*rho))); + + //Calculate L2 + double L2 = 0; + for (const auto& L2Coefficient : g_L2JupiterCoefficients) + L2 += (L2Coefficient.A * cos(L2Coefficient.B + (L2Coefficient.C*rho))); + + //Calculate L3 + double L3 = 0; + for (const auto& L3Coefficient : g_L3JupiterCoefficients) + L3 += (L3Coefficient.A * cos(L3Coefficient.B + (L3Coefficient.C*rho))); + + //Calculate L4 + double L4 = 0; + for (const auto& L4Coefficient : g_L4JupiterCoefficients) + L4 += (L4Coefficient.A * cos(L4Coefficient.B + (L4Coefficient.C*rho))); + + //Calculate L5 + double L5 = 0; + for (const auto& L5Coefficient : g_L5JupiterCoefficients) + L5 += (L5Coefficient.A * cos(L5Coefficient.B + (L5Coefficient.C*rho))); + + double value = (L0 + (L1*rho) + (L2*rhosquared) + (L3*rhocubed) + (L4*rho4) + (L5*rho5)) / 100000000; + + //convert results back to degrees + value = CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(value)); + return value; +} + +double CAAJupiter::EclipticLatitude(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAACoordinateTransformation::MapToMinus90To90Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Jupiter::B(JD))); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + const double rho5 = rho4*rho; + + //Calculate B0 + double B0 = 0; + for (const auto& B0Coefficient : g_B0JupiterCoefficients) + B0 += (B0Coefficient.A * cos(B0Coefficient.B + (B0Coefficient.C*rho))); + + //Calculate B1 + double B1 = 0; + for (const auto& B1Coefficient : g_B1JupiterCoefficients) + B1 += (B1Coefficient.A * cos(B1Coefficient.B + (B1Coefficient.C*rho))); + + //Calculate B2 + double B2 = 0; + for (const auto& B2Coefficient : g_B2JupiterCoefficients) + B2 += (B2Coefficient.A * cos(B2Coefficient.B + (B2Coefficient.C*rho))); + + //Calculate B3 + double B3 = 0; + for (const auto& B3Coefficient : g_B3JupiterCoefficients) + B3 += (B3Coefficient.A * cos(B3Coefficient.B + (B3Coefficient.C*rho))); + + //Calculate B4 + double B4 = 0; + for (const auto& B4Coefficient : g_B4JupiterCoefficients) + B4 += (B4Coefficient.A * cos(B4Coefficient.B + (B4Coefficient.C*rho))); + + //Calculate B5 + double B5 = 0; + for (const auto& B5Coefficient : g_B5JupiterCoefficients) + B5 += (B5Coefficient.A * cos(B5Coefficient.B + (B5Coefficient.C*rho))); + + double value = (B0 + (B1*rho) + (B2*rhosquared) + (B3*rhocubed) + (B4*rho4) + (B5*rho5)) / 100000000; + + //convert results back to degrees + value = CAACoordinateTransformation::MapToMinus90To90Range(CAACoordinateTransformation::RadiansToDegrees(value)); + return value; +} + +double CAAJupiter::RadiusVector(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAAVSOP87D_Jupiter::R(JD); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + const double rho5 = rho4*rho; + + //Calculate R0 + double R0 = 0; + for (const auto& R0Coefficient : g_R0JupiterCoefficients) + R0 += (R0Coefficient.A * cos(R0Coefficient.B + (R0Coefficient.C*rho))); + + //Calculate R1 + double R1 = 0; + for (const auto& R1Coefficient : g_R1JupiterCoefficients) + R1 += (R1Coefficient.A * cos(R1Coefficient.B + (R1Coefficient.C*rho))); + + //Calculate R2 + double R2 = 0; + for (const auto& R2Coefficient : g_R2JupiterCoefficients) + R2 += (R2Coefficient.A * cos(R2Coefficient.B + (R2Coefficient.C*rho))); + + //Calculate R3 + double R3 = 0; + for (const auto& R3Coefficient : g_R3JupiterCoefficients) + R3 += (R3Coefficient.A * cos(R3Coefficient.B + (R3Coefficient.C*rho))); + + //Calculate R4 + double R4 = 0; + for (const auto& R4Coefficient : g_R4JupiterCoefficients) + R4 += (R4Coefficient.A * cos(R4Coefficient.B + (R4Coefficient.C*rho))); + + //Calculate R5 + double R5 = 0; + for (const auto& R5Coefficient : g_R5JupiterCoefficients) + R5 += (R5Coefficient.A * cos(R5Coefficient.B + (R5Coefficient.C*rho))); + + return (R0 + (R1*rho) + (R2*rhosquared) + (R3*rhocubed) + (R4*rho4) + (R5*rho5)) / 100000000; +} diff --git a/Vendor/AA+/1.6.3/AAJupiter.h b/Sources/AAPlus/include/AAJupiter.h old mode 100755 new mode 100644 similarity index 85% rename from Vendor/AA+/1.6.3/AAJupiter.h rename to Sources/AAPlus/include/AAJupiter.h index 832c1d6..1123d6f --- a/Vendor/AA+/1.6.3/AAJupiter.h +++ b/Sources/AAPlus/include/AAJupiter.h @@ -1,9 +1,9 @@ /* -Module : AAJUPITER.H +Module : AAJupiter.h Purpose: Implementation for the algorithms which obtain the heliocentric position of Uranus Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,9 +38,9 @@ class AAPLUS_EXT_CLASS CAAJupiter { public: //Static methods - static double EclipticLongitude(double JD, bool bHighPrecision); - static double EclipticLatitude(double JD, bool bHighPrecision); - static double RadiusVector(double JD, bool bHighPrecision); + static double EclipticLongitude(double JD, bool bHighPrecision) noexcept; + static double EclipticLatitude(double JD, bool bHighPrecision) noexcept; + static double RadiusVector(double JD, bool bHighPrecision) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAKepler.h b/Sources/AAPlus/include/AAKepler.h old mode 100755 new mode 100644 similarity index 89% rename from Vendor/AA+/1.6.3/AAKepler.h rename to Sources/AAPlus/include/AAKepler.h index 4dc72cc..884626c --- a/Vendor/AA+/1.6.3/AAKepler.h +++ b/Sources/AAPlus/include/AAKepler.h @@ -1,9 +1,9 @@ /* -Module : AAKEPLER.H +Module : AAKepler.h Purpose: Implementation for the algorithms which solve Kepler's equation Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,7 +38,7 @@ class AAPLUS_EXT_CLASS CAAKepler { public: //Static methods - static double Calculate(double M, double e, int nIterations = 53); + static double Calculate(double M, double e, int nIterations = 53) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAMars.h b/Sources/AAPlus/include/AAMars.h old mode 100755 new mode 100644 similarity index 85% rename from Vendor/AA+/1.6.3/AAMars.h rename to Sources/AAPlus/include/AAMars.h index 2d27dd2..99a2426 --- a/Vendor/AA+/1.6.3/AAMars.h +++ b/Sources/AAPlus/include/AAMars.h @@ -1,9 +1,9 @@ /* -Module : AAMARS.H +Module : AAMars.h Purpose: Implementation for the algorithms which obtain the heliocentric position of Mars Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,9 +38,9 @@ class AAPLUS_EXT_CLASS CAAMars { public: //Static methods - static double EclipticLongitude(double JD, bool bHighPrecision); - static double EclipticLatitude(double JD, bool bHighPrecision); - static double RadiusVector(double JD, bool bHighPrecision); + static double EclipticLongitude(double JD, bool bHighPrecision) noexcept; + static double EclipticLatitude(double JD, bool bHighPrecision) noexcept; + static double RadiusVector(double JD, bool bHighPrecision) noexcept; }; diff --git a/Sources/AAPlus/include/AAMercury.cpp b/Sources/AAPlus/include/AAMercury.cpp new file mode 100644 index 0000000..2d66ec8 --- /dev/null +++ b/Sources/AAPlus/include/AAMercury.cpp @@ -0,0 +1,429 @@ +/* +Module : AAMercury.cpp +Purpose: Implementation for the algorithms which obtain the heliocentric position of Mercury +Created: PJN / 29-12-2003 +History: PJN / 16-11-2005 1. Fixed a transcription error in the second coefficient used to calculate + the longitude of Mercury. Thanks to "Maurizio" for reporting this bug. + PJN / 12-05-2006 1. Fixed a transcription error in the third coefficient used to calculate + the R0 term for the radius vector of Mercury. Thanks to John Kruso for + reporting this issue. + 2. Fixed a transcription error in the third coefficient used to calculate + the R1 term for the radius vector of Mercury. Thanks to John Kruso for + reporting this issue. + 3. Updated copyright details. + PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this + issue when compiling AA+ on ARM. + PJN / 04-08-2013 1. Fixed a transcription error in the third coefficient used to calculate + the L0 term for the ecliptic longitude of Mercury. Thanks to Isaac Clark for + reporting this issue. + 2. Fixed a transcription error in the fifth coefficient used to calculate + the L2 term for the ecliptic longitude of Mercury. Thanks to Isaac Clark for + reporting this issue. + 3. Fixed a transcription error in the second coefficient used to calculate + the L4 term for the ecliptic longitude of Mercury. Thanks to Isaac Clark for + reporting this issue. + 4. Fixed a transcription error in the ninth coefficient used to calculate + the B0 term for the ecliptic latitude of Mercury. Thanks to Isaac Clark for + reporting this issue. + 5. Spot tests indicate that these 4 changes only affected the ecliptic longitude + in the sixth decimal place and the ecliptic latitude in the eight decimal place. + 6. Updated copyright details + PJN / 16-09-2015 1. CAAMercury::EclipticLongitude, EclipticLatitude & RadiusVector now include a + "bool bHighPrecision" parameter which if set to true means the code uses the full + VSOP87 theory rather than the truncated theory as presented in Meeus's book. + PJN / 01-08-2017 1. Fixed up alignment of lookup tables in AAMercury.cpp module + PJN / 13-04-2020 1. Reworked C arrays to use std::array + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +//////////////////////////// Includes ///////////////////////////////////////// + +#include "stdafx.h" +#include "AAMercury.h" +#include "AACoordinateTransformation.h" +#include "AADefines.h" +#ifndef AAPLUS_NO_VSOP87 +#include "AAVSOP87D_MER.h" +#endif //#ifndef AAPLUS_NO_VSOP87 +#include +#include +using namespace std; + + +//////////////////////////// Macros / Defines ///////////////////////////////// + +#ifdef _MSC_VER +#pragma warning(disable : 26446 26482 26485) +#endif //#ifdef _MSC_VER + +struct VSOP87Coefficient +{ + double A; + double B; + double C; +}; + +constexpr array g_L0MercuryCoefficients +{ { + { 440250710, 0, 0 }, + { 40989415, 1.48302034, 26087.90314157 }, + { 5046294, 4.4778549, 52175.8062831 }, + { 855347, 1.165203, 78263.709425 }, + { 165590, 4.119692, 104351.612566 }, + { 34562, 0.77931, 130439.51571 }, + { 7583, 3.7135, 156527.4188 }, + { 3560, 1.5120, 1109.3786 }, + { 1803, 4.1033, 5661.3320 }, + { 1726, 0.3583, 182615.3220 }, + { 1590, 2.9951, 25028.5212 }, + { 1365, 4.5992, 27197.2817 }, + { 1017, 0.8803, 31749.2352 }, + { 714, 1.541, 24978.525 }, + { 644, 5.303, 21535.950 }, + { 451, 6.050, 51116.424 }, + { 404, 3.282, 208703.225 }, + { 352, 5.242, 20426.571 }, + { 345, 2.792, 15874.618 }, + { 343, 5.765, 955.600 }, + { 339, 5.863, 25558.212 }, + { 325, 1.337, 53285.185 }, + { 273, 2.495, 529.691 }, + { 264, 3.917, 57837.138 }, + { 260, 0.987, 4551.953 }, + { 239, 0.113, 1059.382 }, + { 235, 0.267, 11322.664 }, + { 217, 0.660, 13521.751 }, + { 209, 2.092, 47623.853 }, + { 183, 2.629, 27043.503 }, + { 182, 2.434, 25661.305 }, + { 176, 4.536, 51066.428 }, + { 173, 2.452, 24498.830 }, + { 142, 3.360, 37410.567 }, + { 138, 0.291, 10213.286 }, + { 125, 3.721, 39609.655 }, + { 118, 2.781, 77204.327 }, + { 106, 4.206, 19804.827 } +} }; + +constexpr array g_L1MercuryCoefficients +{ { + { 2608814706223.0, 0, 0 }, + { 1126008, 6.2170397, 26087.9031416 }, + { 303471, 3.055655, 52175.806283 }, + { 80538, 6.10455, 78263.70942 }, + { 21245, 2.83532, 104351.61257 }, + { 5592, 5.8268, 130439.5157 }, + { 1472, 2.5185, 156527.4188 }, + { 388, 5.480, 182615.322 }, + { 352, 3.052, 1109.379 }, + { 103, 2.149, 208703.225 }, + { 94, 6.12, 27197.28 }, + { 91, 0.00, 24978.52 }, + { 52, 5.62, 5661.33 }, + { 44, 4.57, 25028.52 }, + { 28, 3.04, 51066.43 }, + { 27, 5.09, 234791.13 } +} }; + +constexpr array g_L2MercuryCoefficients +{ { + { 53050, 0, 0 }, + { 16904, 4.69072, 26087.90314 }, + { 7397, 1.3474, 52175.8063 }, + { 3018, 4.4564, 78263.7094 }, + { 1107, 1.2623, 104351.6126 }, + { 378, 4.320, 130439.516 }, + { 123, 1.069, 156527.419 }, + { 39, 4.08, 182615.32 }, + { 15, 4.63, 1109.38 }, + { 12, 0.79, 208703.23 } +} }; + +constexpr array g_L3MercuryCoefficients +{ { + { 188, 0.035, 52175.806 }, + { 142, 3.125, 26087.903 }, + { 97, 3.00, 78263.71 }, + { 44, 6.02, 104351.61 }, + { 35, 0, 0 }, + { 18, 2.78, 130439.52 }, + { 7, 5.82, 156527.42 }, + { 3, 2.57, 182615.32 } +} }; + +constexpr array g_L4MercuryCoefficients +{ { + { 114, 3.1416, 0 }, + { 3, 2.03, 26087.90 }, + { 2, 1.42, 78263.71 }, + { 2, 4.50, 52175.81 }, + { 1, 4.50, 104351.61 }, + { 1, 1.27, 130439.52 } +} }; + +constexpr array g_L5MercuryCoefficients +{ { + { 1, 3.14, 0 } +} }; + +constexpr array g_B0MercuryCoefficients +{ { + { 11737529, 1.98357499, 26087.90314157 }, + { 2388077, 5.0373896, 52175.8062831 }, + { 1222840, 3.1415927, 0 }, + { 543252, 1.796444, 78263.709425 }, + { 129779, 4.832325, 104351.612566 }, + { 31867, 1.58088, 130439.51571 }, + { 7963, 4.6097, 156527.4188 }, + { 2014, 1.3532, 182615.3220 }, + { 514, 4.378, 208703.225 }, + { 209, 2.020, 24978.525 }, + { 208, 4.918, 27197.282 }, + { 132, 1.119, 234791.128 }, + { 121, 1.813, 53285.185 }, + { 100, 5.657, 20426.571 } +} }; + +constexpr array g_B1MercuryCoefficients +{ { + { 429151, 3.501698, 26087.903142 }, + { 146234, 3.141593, 0 }, + { 22675, 0.01515, 52175.80628 }, + { 10895, 0.48540, 78263.70942 }, + { 6353, 3.4294, 104351.6126 }, + { 2496, 0.1605, 130439.5157 }, + { 860, 3.185, 156527.419 }, + { 278, 6.210, 182615.322 }, + { 86, 2.95, 208703.23 }, + { 28, 0.29, 27197.28 }, + { 26, 5.98, 234791.13 } +} }; + +constexpr array g_B2MercuryCoefficients +{ { + { 11831, 4.79066, 26087.90314 }, + { 1914, 0, 0 }, + { 1045, 1.2122, 52175.8063 }, + { 266, 4.434, 78263.709 }, + { 170, 1.623, 104351.613 }, + { 96, 4.80, 130439.52 }, + { 45, 1.61, 156527.42 }, + { 18, 4.67, 182615.32 }, + { 7, 1.43, 208703.23 } +} }; + +constexpr array g_B3MercuryCoefficients +{ { + { 235, 0.354, 26087.903 }, + { 161, 0, 0 }, + { 19, 4.36, 52175.81 }, + { 6, 2.51, 78263.71 }, + { 5, 6.14, 104351.61 }, + { 3, 3.12, 130439.52 }, + { 2, 6.27, 156527.42 } +} }; + +constexpr array g_B4MercuryCoefficients +{ { + { 4, 1.75, 26087.90 }, + { 1, 3.14, 0 } +} }; + +constexpr array g_R0MercuryCoefficients +{ { + { 39528272, 0, 0 }, + { 7834132, 6.1923372, 26087.9031416 }, + { 795526, 2.959897, 52175.806283 }, + { 121282, 6.010642, 78263.709425 }, + { 21922, 2.77820, 104351.61257 }, + { 4354, 5.8289, 130439.5157 }, + { 918, 2.597, 156527.419 }, + { 290, 1.424, 25028.521 }, + { 260, 3.028, 27197.282 }, + { 202, 5.647, 182615.322 }, + { 201, 5.592, 31749.235 }, + { 142, 6.253, 24978.525 }, + { 100, 3.734, 21535.950 } +} }; + +constexpr array g_R1MercuryCoefficients +{ { + { 217348, 4.656172, 26087.903142 }, + { 44142, 1.42386, 52175.80628 }, + { 10094, 4.47466, 78263.70942 }, + { 2433, 1.2423, 104351.6126 }, + { 1624, 0, 0 }, + { 604, 4.293, 130439.516 }, + { 153, 1.061, 156527.419 }, + { 39, 4.11, 182615.32 } +} }; + +constexpr array g_R2MercuryCoefficients +{ { + { 3118, 3.0823, 26087.9031 }, + { 1245, 6.1518, 52175.8063 }, + { 425, 2.926, 78263.709 }, + { 136, 5.980, 104351.613 }, + { 42, 2.75, 130439.52 }, + { 22, 3.14, 0 }, + { 13, 5.80, 156527.42 } +} }; + +constexpr array g_R3MercuryCoefficients +{ { + { 33, 1.68, 26087.90 }, + { 24, 4.63, 52175.81 }, + { 12, 1.39, 78263.71 }, + { 5, 4.44, 104351.61 }, + { 2, 1.21, 130439.52 } +} }; + + +///////////////////////////// Implementation ////////////////////////////////// + +double CAAMercury::EclipticLongitude(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Mercury::L(JD))); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + const double rho5 = rho4*rho; + + //Calculate L0 + double L0 = 0; + for (const auto& L0Coefficient : g_L0MercuryCoefficients) + L0 += (L0Coefficient.A * cos(L0Coefficient.B + (L0Coefficient.C*rho))); + + //Calculate L1 + double L1 = 0; + for (const auto& L1Coefficient : g_L1MercuryCoefficients) + L1 += (L1Coefficient.A * cos(L1Coefficient.B + (L1Coefficient.C*rho))); + + //Calculate L2 + double L2 = 0; + for (const auto& L2Coefficient : g_L2MercuryCoefficients) + L2 += (L2Coefficient.A * cos(L2Coefficient.B + (L2Coefficient.C*rho))); + + //Calculate L3 + double L3 = 0; + for (const auto& L3Coefficient : g_L3MercuryCoefficients) + L3 += (L3Coefficient.A * cos(L3Coefficient.B + (L3Coefficient.C*rho))); + + //Calculate L4 + double L4 = 0; + for (const auto& L4Coefficient : g_L4MercuryCoefficients) + L4 += (L4Coefficient.A * cos(L4Coefficient.B + (L4Coefficient.C*rho))); + + //Calculate L5 + double L5 = 0; + for (const auto& L5Coefficient : g_L5MercuryCoefficients) + L5 += (L5Coefficient.A * cos(L5Coefficient.B + (L5Coefficient.C*rho))); + + double value = (L0 + (L1*rho) + (L2*rhosquared) + (L3*rhocubed) + (L4*rho4) + (L5*rho5)) / 100000000; + + //convert results back to degrees + value = CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(value)); + return value; +} + +double CAAMercury::EclipticLatitude(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAACoordinateTransformation::MapToMinus90To90Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Mercury::B(JD))); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + const double rho4 = rhocubed*rho; + + //Calculate B0 + double B0 = 0; + for (const auto& B0Coefficient : g_B0MercuryCoefficients) + B0 += (B0Coefficient.A * cos(B0Coefficient.B + (B0Coefficient.C*rho))); + + //Calculate B1 + double B1 = 0; + for (const auto& B1Coefficient : g_B1MercuryCoefficients) + B1 += (B1Coefficient.A * cos(B1Coefficient.B + (B1Coefficient.C*rho))); + + //Calculate B2 + double B2 = 0; + for (const auto& B2Coefficient : g_B2MercuryCoefficients) + B2 += (B2Coefficient.A * cos(B2Coefficient.B + (B2Coefficient.C*rho))); + + //Calculate B3 + double B3 = 0; + for (const auto& B3Coefficient : g_B3MercuryCoefficients) + B3 += (B3Coefficient.A * cos(B3Coefficient.B + (B3Coefficient.C*rho))); + + //Calculate B4 + double B4 = 0; + for (const auto& B4Coefficient : g_B4MercuryCoefficients) + B4 += (B4Coefficient.A * cos(B4Coefficient.B + (B4Coefficient.C*rho))); + + double value = (B0 + (B1*rho) + (B2*rhosquared) + (B3*rhocubed) + (B4*rho4)) / 100000000; + + //convert results back to degrees + value = CAACoordinateTransformation::MapToMinus90To90Range(CAACoordinateTransformation::RadiansToDegrees(value)); + return value; +} + +double CAAMercury::RadiusVector(double JD, bool bHighPrecision) noexcept +{ +#ifndef AAPLUS_NO_VSOP87 + if (bHighPrecision) + return CAAVSOP87D_Mercury::R(JD); +#else + UNREFERENCED_PARAMETER(bHighPrecision); +#endif //#ifndef AAPLUS_NO_VSOP87 + + const double rho = (JD - 2451545) / 365250; + const double rhosquared = rho*rho; + const double rhocubed = rhosquared*rho; + + //Calculate R0 + double R0 = 0; + for (const auto& R0Coefficient : g_R0MercuryCoefficients) + R0 += (R0Coefficient.A * cos(R0Coefficient.B + (R0Coefficient.C*rho))); + + //Calculate R1 + double R1 = 0; + for (const auto& R1Coefficient : g_R1MercuryCoefficients) + R1 += (R1Coefficient.A * cos(R1Coefficient.B + (R1Coefficient.C*rho))); + + //Calculate R2 + double R2 = 0; + for (const auto& R2Coefficient : g_R2MercuryCoefficients) + R2 += (R2Coefficient.A * cos(R2Coefficient.B + (R2Coefficient.C*rho))); + + //Calculate R3 + double R3 = 0; + for (const auto& R3Coefficient : g_R3MercuryCoefficients) + R3 += (R3Coefficient.A * cos(R3Coefficient.B + (R3Coefficient.C*rho))); + + return (R0 + R1*rho + R2*rhosquared + R3*rhocubed) / 100000000; +} diff --git a/Vendor/AA+/1.6.3/AAMercury.h b/Sources/AAPlus/include/AAMercury.h old mode 100755 new mode 100644 similarity index 85% rename from Vendor/AA+/1.6.3/AAMercury.h rename to Sources/AAPlus/include/AAMercury.h index febfc11..6233e5b --- a/Vendor/AA+/1.6.3/AAMercury.h +++ b/Sources/AAPlus/include/AAMercury.h @@ -1,9 +1,9 @@ /* -Module : AAMERCURY.H +Module : AAMercury.h Purpose: Implementation for the algorithms which obtain the heliocentric position of Mercury Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,9 +38,9 @@ class AAPLUS_EXT_CLASS CAAMercury { public: //Static methods - static double EclipticLongitude(double JD, bool bHighPrecision); - static double EclipticLatitude(double JD, bool bHighPrecision); - static double RadiusVector(double JD, bool bHighPrecision); + static double EclipticLongitude(double JD, bool bHighPrecision) noexcept; + static double EclipticLatitude(double JD, bool bHighPrecision) noexcept; + static double RadiusVector(double JD, bool bHighPrecision) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAMoon.h b/Sources/AAPlus/include/AAMoon.h old mode 100755 new mode 100644 similarity index 63% rename from Vendor/AA+/1.6.3/AAMoon.h rename to Sources/AAPlus/include/AAMoon.h index 2de5e54..84d6383 --- a/Vendor/AA+/1.6.3/AAMoon.h +++ b/Sources/AAPlus/include/AAMoon.h @@ -1,9 +1,9 @@ /* -Module : AAMOON.H +Module : AAMoon.h Purpose: Implementation for the algorithms which obtain the position of the Moon Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,20 +38,18 @@ class AAPLUS_EXT_CLASS CAAMoon { public: //Static methods - static double MeanLongitude(double JD); - static double MeanElongation(double JD); - static double MeanAnomaly(double JD); - static double ArgumentOfLatitude(double JD); - static double MeanLongitudeAscendingNode(double JD); - static double MeanLongitudePerigee(double JD); - static double TrueLongitudeAscendingNode(double JD); - - static double EclipticLongitude(double JD); - static double EclipticLatitude(double JD); - static double RadiusVector(double JD); - - static double RadiusVectorToHorizontalParallax(double RadiusVector); - static double HorizontalParallaxToRadiusVector(double Parallax); + static double MeanLongitude(double JD) noexcept; + static double MeanElongation(double JD) noexcept; + static double MeanAnomaly(double JD) noexcept; + static double ArgumentOfLatitude(double JD) noexcept; + static double MeanLongitudeAscendingNode(double JD) noexcept; + static double MeanLongitudePerigee(double JD) noexcept; + static double TrueLongitudeAscendingNode(double JD) noexcept; + static double EclipticLongitude(double JD) noexcept; + static double EclipticLatitude(double JD) noexcept; + static double RadiusVector(double JD) noexcept; + static double RadiusVectorToHorizontalParallax(double RadiusVector) noexcept; + static double HorizontalParallaxToRadiusVector(double Parallax) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAMoonIlluminatedFraction.h b/Sources/AAPlus/include/AAMoonIlluminatedFraction.h old mode 100755 new mode 100644 similarity index 79% rename from Vendor/AA+/1.6.3/AAMoonIlluminatedFraction.h rename to Sources/AAPlus/include/AAMoonIlluminatedFraction.h index ea9ac55..41f8753 --- a/Vendor/AA+/1.6.3/AAMoonIlluminatedFraction.h +++ b/Sources/AAPlus/include/AAMoonIlluminatedFraction.h @@ -1,9 +1,9 @@ /* -Module : AAMOONILLUMINATEDFRACTION.H +Module : AAMoonIlluminatedFraction.h Purpose: Implementation for the algorithms for the Moon's Elongation, Phase Angle and Illuminated Fraction Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,10 +38,10 @@ class AAPLUS_EXT_CLASS CAAMoonIlluminatedFraction { public: //Static methods - static double GeocentricElongation(double ObjectAlpha, double ObjectDelta, double SunAlpha, double SunDelta); - static double PhaseAngle(double GeocentricElongation, double EarthObjectDistance, double EarthSunDistance); - static double IlluminatedFraction(double PhaseAngle); - static double PositionAngle(double Alpha0, double Delta0, double Alpha, double Delta); + static double GeocentricElongation(double ObjectAlpha, double ObjectDelta, double SunAlpha, double SunDelta) noexcept; + static double PhaseAngle(double GeocentricElongation, double EarthObjectDistance, double EarthSunDistance) noexcept; + static double IlluminatedFraction(double PhaseAngle) noexcept; + static double PositionAngle(double Alpha0, double Delta0, double Alpha, double Delta) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAMoonMaxDeclinations.cpp b/Sources/AAPlus/include/AAMoonMaxDeclinations.cpp old mode 100755 new mode 100644 similarity index 57% rename from Vendor/AA+/1.6.3/AAMoonMaxDeclinations.cpp rename to Sources/AAPlus/include/AAMoonMaxDeclinations.cpp index f8ba7bf..776ef77 --- a/Vendor/AA+/1.6.3/AAMoonMaxDeclinations.cpp +++ b/Sources/AAPlus/include/AAMoonMaxDeclinations.cpp @@ -1,10 +1,10 @@ /* -Module : AAMOONMAXDECLINATIONS.CPP -Purpose: Implementation for the algorithms which obtain the dates and values for Maximum declination of the Moon +Module : AAMoonMaxDeclinations.cpp +Purpose: Implementation for the algorithms which obtain the dates and values for maximum declination of the Moon Created: PJN / 13-01-2004 -History: None +History: PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 -Copyright (c) 2004 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2004 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -30,35 +30,12 @@ using namespace std; //////////////////////////// Implementation /////////////////////////////////// -double CAAMoonMaxDeclinations::K(double Year) -{ - return 13.3686*(Year - 2000.03); -} - -double CAAMoonMaxDeclinations::MeanGreatestDeclination(double k, bool bNortherly) -{ - //convert from K to T - double T = k/1336.86; - double T2 = T*T; - double T3 = T2*T; - - double value = bNortherly ? 2451562.5897 : 2451548.9289; - return value + 27.321582247*k + 0.000119804*T2 - 0.000000141*T3; -} - -double CAAMoonMaxDeclinations::MeanGreatestDeclinationValue(double k) -{ - //convert from K to T - double T = k/1336.86; - return 23.6961 - 0.013004*T; -} - -double CAAMoonMaxDeclinations::TrueGreatestDeclination(double k, bool bNortherly) +double CAAMoonMaxDeclinations::TrueGreatestDeclination(double k, bool bNortherly) noexcept { //convert from K to T - double T = k/1336.86; - double T2 = T*T; - double T3 = T2*T; + const double T = k/1336.86; + const double T2 = T*T; + const double T3 = T2*T; double D = bNortherly ? 152.2029 : 345.6676; D = CAACoordinateTransformation::MapTo0To360Range(D + 333.0705546*k - 0.0004214*T2 + 0.00000011*T3); @@ -68,7 +45,7 @@ double CAAMoonMaxDeclinations::TrueGreatestDeclination(double k, bool bNortherly Mdash = CAACoordinateTransformation::MapTo0To360Range(Mdash + 356.9562794*k + 0.0103066*T2 + 0.00001251*T3); double F = bNortherly ? 325.8867 : 145.1633; F = CAACoordinateTransformation::MapTo0To360Range(F + 1.4467807*k - 0.0020690*T2 - 0.00000215*T3); - double E = 1 - 0.002516*T - 0.0000074*T2; + const double E = 1 - 0.002516*T - 0.0000074*T2; //convert to radians D = CAACoordinateTransformation::DegreesToRadians(D); @@ -77,53 +54,53 @@ double CAAMoonMaxDeclinations::TrueGreatestDeclination(double k, bool bNortherly F = CAACoordinateTransformation::DegreesToRadians(F); - double DeltaJD; + double DeltaJD = 0; if (bNortherly) { DeltaJD = 0.8975*cos(F) + - -0.4726*sin(Mdash) + - -0.1030*sin(2*F) + - -0.0976*sin(2*D - Mdash) + - -0.0462*cos(Mdash - F) + - -0.0461*cos(Mdash + F) + - -0.0438*sin(2*D) + + -0.4726*sin(Mdash) + + -0.1030*sin(2*F) + + -0.0976*sin(2*D - Mdash) + + -0.0462*cos(Mdash - F) + + -0.0461*cos(Mdash + F) + + -0.0438*sin(2*D) + 0.0162*E*sin(M) + - -0.0157*cos(3*F) + + -0.0157*cos(3*F) + 0.0145*sin(Mdash + 2*F) + 0.0136*cos(2*D - F) + - -0.0095*cos(2*D - Mdash - F) + - -0.0091*cos(2*D - Mdash + F) + - -0.0089*cos(2*D + F) + + -0.0095*cos(2*D - Mdash - F) + + -0.0091*cos(2*D - Mdash + F) + + -0.0089*cos(2*D + F) + 0.0075*sin(2*Mdash) + - -0.0068*sin(Mdash - 2*F) + + -0.0068*sin(Mdash - 2*F) + 0.0061*cos(2*Mdash - F) + - -0.0047*sin(Mdash + 3*F) + - -0.0043*E*sin(2*D - M - Mdash) + - -0.0040*cos(Mdash - 2*F) + - -0.0037*sin(2*D - 2*Mdash) + + -0.0047*sin(Mdash + 3*F) + + -0.0043*E*sin(2*D - M - Mdash) + + -0.0040*cos(Mdash - 2*F) + + -0.0037*sin(2*D - 2*Mdash) + 0.0031*sin(F) + 0.0030*sin(2*D + Mdash) + - -0.0029*cos(Mdash + 2*F) + - -0.0029*E*sin(2*D - M) + - -0.0027*sin(Mdash + F) + + -0.0029*cos(Mdash + 2*F) + + -0.0029*E*sin(2*D - M) + + -0.0027*sin(Mdash + F) + 0.0024*E*sin(M - Mdash) + - -0.0021*sin(Mdash - 3*F) + + -0.0021*sin(Mdash - 3*F) + 0.0019*sin(2*Mdash + F) + 0.0018*cos(2*D - 2*Mdash - F) + 0.0018*sin(3*F) + 0.0017*cos(Mdash + 3*F) + 0.0017*cos(2*Mdash) + - -0.0014*cos(2*D - Mdash) + + -0.0014*cos(2*D - Mdash) + 0.0013*cos(2*D + Mdash + F) + 0.0013*cos(Mdash) + 0.0012*sin(3*Mdash + F) + 0.0011*sin(2*D - Mdash + F) + - -0.0011*cos(2*D - 2*Mdash) + + -0.0011*cos(2*D - 2*Mdash) + 0.0010*cos(D + F) + 0.0010*E*sin(M + Mdash) + - -0.0009*sin(2*D - 2*F) + + -0.0009*sin(2*D - 2*F) + 0.0007*cos(2*Mdash + F) + - -0.0007*cos(3*Mdash + F); + -0.0007*cos(3*Mdash + F); } else { @@ -131,43 +108,43 @@ double CAAMoonMaxDeclinations::TrueGreatestDeclination(double k, bool bNortherly -0.4726*sin(Mdash) + -0.1030*sin(2*F) + -0.0976*sin(2*D - Mdash) + - 0.0541*cos(Mdash - F) + - 0.0516*cos(Mdash + F) + + 0.0541*cos(Mdash - F) + + 0.0516*cos(Mdash + F) + -0.0438*sin(2*D) + - 0.0112*E*sin(M) + - 0.0157*cos(3*F) + - 0.0023*sin(Mdash + 2*F) + + 0.0112*E*sin(M) + + 0.0157*cos(3*F) + + 0.0023*sin(Mdash + 2*F) + -0.0136*cos(2*D - F) + - 0.0110*cos(2*D - Mdash - F) + - 0.0091*cos(2*D - Mdash + F) + - 0.0089*cos(2*D + F) + - 0.0075*sin(2*Mdash) + + 0.0110*cos(2*D - Mdash - F) + + 0.0091*cos(2*D - Mdash + F) + + 0.0089*cos(2*D + F) + + 0.0075*sin(2*Mdash) + -0.0030*sin(Mdash - 2*F) + -0.0061*cos(2*Mdash - F) + -0.0047*sin(Mdash + 3*F) + -0.0043*E*sin(2*D - M - Mdash) + - 0.0040*cos(Mdash - 2*F) + + 0.0040*cos(Mdash - 2*F) + -0.0037*sin(2*D - 2*Mdash) + -0.0031*sin(F) + - 0.0030*sin(2*D + Mdash) + - 0.0029*cos(Mdash + 2*F) + + 0.0030*sin(2*D + Mdash) + + 0.0029*cos(Mdash + 2*F) + -0.0029*E*sin(2*D - M) + -0.0027*sin(Mdash + F) + - 0.0024*E*sin(M - Mdash) + + 0.0024*E*sin(M - Mdash) + -0.0021*sin(Mdash - 3*F) + -0.0019*sin(2*Mdash + F) + -0.0006*cos(2*D - 2*Mdash - F) + -0.0018*sin(3*F) + -0.0017*cos(Mdash + 3*F) + - 0.0017*cos(2*Mdash) + - 0.0014*cos(2*D - Mdash) + + 0.0017*cos(2*Mdash) + + 0.0014*cos(2*D - Mdash) + -0.0013*cos(2*D + Mdash + F) + -0.0013*cos(Mdash) + - 0.0012*sin(3*Mdash + F) + - 0.0011*sin(2*D - Mdash + F) + - 0.0011*cos(2*D - 2*Mdash) + - 0.0010*cos(D + F) + - 0.0010*E*sin(M + Mdash) + + 0.0012*sin(3*Mdash + F) + + 0.0011*sin(2*D - Mdash + F) + + 0.0011*cos(2*D - 2*Mdash) + + 0.0010*cos(D + F) + + 0.0010*E*sin(M + Mdash) + -0.0009*sin(2*D - 2*F) + -0.0007*cos(2*Mdash + F) + -0.0007*cos(3*Mdash + F); @@ -176,12 +153,12 @@ double CAAMoonMaxDeclinations::TrueGreatestDeclination(double k, bool bNortherly return MeanGreatestDeclination(k, bNortherly) + DeltaJD; } -double CAAMoonMaxDeclinations::TrueGreatestDeclinationValue(double k, bool bNortherly) +double CAAMoonMaxDeclinations::TrueGreatestDeclinationValue(double k, bool bNortherly) noexcept { //convert from K to T - double T = k/1336.86; - double T2 = T*T; - double T3 = T2*T; + const double T = k/1336.86; + const double T2 = T*T; + const double T3 = T2*T; double D = bNortherly ? 152.2029 : 345.6676; D = CAACoordinateTransformation::MapTo0To360Range(D + 333.0705546*k - 0.0004214*T2 + 0.00000011*T3); @@ -191,7 +168,7 @@ double CAAMoonMaxDeclinations::TrueGreatestDeclinationValue(double k, bool bNort Mdash = CAACoordinateTransformation::MapTo0To360Range(Mdash + 356.9562794*k + 0.0103066*T2 + 0.00001251*T3); double F = bNortherly ? 325.8867 : 145.1633; F = CAACoordinateTransformation::MapTo0To360Range(F + 1.4467807*k - 0.0020690*T2 - 0.00000215*T3); - double E = 1 - 0.002516*T - 0.0000074*T2; + const double E = 1 - 0.002516*T - 0.0000074*T2; //convert to radians D = CAACoordinateTransformation::DegreesToRadians(D); @@ -199,86 +176,86 @@ double CAAMoonMaxDeclinations::TrueGreatestDeclinationValue(double k, bool bNort Mdash = CAACoordinateTransformation::DegreesToRadians(Mdash); F = CAACoordinateTransformation::DegreesToRadians(F); - double DeltaValue; + double DeltaValue = 0; if (bNortherly) { DeltaValue = 5.1093*sin(F) + 0.2658*cos(2*F) + 0.1448*sin(2*D - F) + - -0.0322*sin(3*F) + + -0.0322*sin(3*F) + 0.0133*cos(2*D - 2*F) + 0.0125*cos(2*D) + - -0.0124*sin(Mdash - F) + - -0.0101*sin(Mdash + 2*F) + + -0.0124*sin(Mdash - F) + + -0.0101*sin(Mdash + 2*F) + 0.0097*cos(F) + - -0.0087*E*sin(2*D + M - F) + + -0.0087*E*sin(2*D + M - F) + 0.0074*sin(Mdash + 3*F) + 0.0067*sin(D + F) + 0.0063*sin(Mdash - 2*F) + 0.0060*E*sin(2*D - M - F) + - -0.0057*sin(2*D - Mdash - F) + - -0.0056*cos(Mdash + F) + + -0.0057*sin(2*D - Mdash - F) + + -0.0056*cos(Mdash + F) + 0.0052*cos(Mdash + 2*F) + 0.0041*cos(2*Mdash + F) + - -0.0040*cos(Mdash - 3*F) + + -0.0040*cos(Mdash - 3*F) + 0.0038*cos(2*Mdash - F) + - -0.0034*cos(Mdash - 2*F) + - -0.0029*sin(2*Mdash) + + -0.0034*cos(Mdash - 2*F) + + -0.0029*sin(2*Mdash) + 0.0029*sin(3*Mdash + F) + - -0.0028*E*cos(2*D + M - F) + - -0.0028*cos(Mdash - F) + - -0.0023*cos(3*F) + - -0.0021*sin(2*D + F) + + -0.0028*E*cos(2*D + M - F) + + -0.0028*cos(Mdash - F) + + -0.0023*cos(3*F) + + -0.0021*sin(2*D + F) + 0.0019*cos(Mdash + 3*F) + 0.0018*cos(D + F) + 0.0017*sin(2*Mdash - F) + 0.0015*cos(3*Mdash + F) + 0.0014*cos(2*D + 2*Mdash + F) + - -0.0012*sin(2*D - 2*Mdash - F) + - -0.0012*cos(2*Mdash) + - -0.0010*cos(Mdash) + - -0.0010*sin(2*F) + + -0.0012*sin(2*D - 2*Mdash - F) + + -0.0012*cos(2*Mdash) + + -0.0010*cos(Mdash) + + -0.0010*sin(2*F) + 0.0006*sin(Mdash + F); } else { DeltaValue = -5.1093*sin(F) + - 0.2658*cos(2*F) + + 0.2658*cos(2*F) + -0.1448*sin(2*D - F) + - 0.0322*sin(3*F) + - 0.0133*cos(2*D - 2*F) + - 0.0125*cos(2*D) + + 0.0322*sin(3*F) + + 0.0133*cos(2*D - 2*F) + + 0.0125*cos(2*D) + -0.0015*sin(Mdash - F) + - 0.0101*sin(Mdash + 2*F) + + 0.0101*sin(Mdash + 2*F) + -0.0097*cos(F) + - 0.0087*E*sin(2*D + M - F) + - 0.0074*sin(Mdash + 3*F) + - 0.0067*sin(D + F) + + 0.0087*E*sin(2*D + M - F) + + 0.0074*sin(Mdash + 3*F) + + 0.0067*sin(D + F) + -0.0063*sin(Mdash - 2*F) + -0.0060*E*sin(2*D - M - F) + - 0.0057*sin(2*D - Mdash - F) + + 0.0057*sin(2*D - Mdash - F) + -0.0056*cos(Mdash + F) + -0.0052*cos(Mdash + 2*F) + -0.0041*cos(2*Mdash + F) + -0.0040*cos(Mdash - 3*F) + -0.0038*cos(2*Mdash - F) + - 0.0034*cos(Mdash - 2*F) + + 0.0034*cos(Mdash - 2*F) + -0.0029*sin(2*Mdash) + - 0.0029*sin(3*Mdash + F) + - 0.0028*E*cos(2*D + M - F) + + 0.0029*sin(3*Mdash + F) + + 0.0028*E*cos(2*D + M - F) + -0.0028*cos(Mdash - F) + - 0.0023*cos(3*F) + - 0.0021*sin(2*D + F) + - 0.0019*cos(Mdash + 3*F) + - 0.0018*cos(D + F) + + 0.0023*cos(3*F) + + 0.0021*sin(2*D + F) + + 0.0019*cos(Mdash + 3*F) + + 0.0018*cos(D + F) + -0.0017*sin(2*Mdash - F) + - 0.0015*cos(3*Mdash + F) + - 0.0014*cos(2*D + 2*Mdash + F) + - 0.0012*sin(2*D - 2*Mdash - F) + + 0.0015*cos(3*Mdash + F) + + 0.0014*cos(2*D + 2*Mdash + F) + + 0.0012*sin(2*D - 2*Mdash - F) + -0.0012*cos(2*Mdash) + - 0.0010*cos(Mdash) + + 0.0010*cos(Mdash) + -0.0010*sin(2*F) + - 0.0037*sin(Mdash + F); + 0.0037*sin(Mdash + F); } return MeanGreatestDeclinationValue(k) + DeltaValue; diff --git a/Sources/AAPlus/include/AAMoonMaxDeclinations.h b/Sources/AAPlus/include/AAMoonMaxDeclinations.h new file mode 100644 index 0000000..61289d1 --- /dev/null +++ b/Sources/AAPlus/include/AAMoonMaxDeclinations.h @@ -0,0 +1,75 @@ +/* +Module : AAMoonMaxDeclinations.h +Purpose: Implementation for the algorithms which obtain the dates and values for maximum declination of the Moon +Created: PJN / 13-01-2004 + +Copyright (c) 2004 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AAMOONMAXDECLINATIONS_H__ +#define __AAMOONMAXDECLINATIONS_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +////////////////////// Classes //////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAAMoonMaxDeclinations +{ +public: +//Static methods + constexpr static double K(double Year) noexcept + { + return 13.3686*(Year - 2000.03); + } + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double MeanGreatestDeclination(double k, bool bNortherly) noexcept + { + //convert from K to T + const double T = k / 1336.86; + const double T2 = T * T; + const double T3 = T2 * T; + + const double value = bNortherly ? 2451562.5897 : 2451548.9289; + return value + 27.321582247*k + 0.000119804*T2 - 0.000000141*T3; + } + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double MeanGreatestDeclinationValue(double k) noexcept + { + //convert from K to T + const double T = k / 1336.86; + return 23.6961 - 0.013004*T; + } + + static double TrueGreatestDeclination(double k, bool bNortherly) noexcept; + static double TrueGreatestDeclinationValue(double k, bool bNortherly) noexcept; +}; + + +#endif //#ifndef __AAMOONMAXDECLINATIONS_H__ diff --git a/Sources/AAPlus/include/AAMoonMaxDeclinations2.h b/Sources/AAPlus/include/AAMoonMaxDeclinations2.h new file mode 100644 index 0000000..07f7d3e --- /dev/null +++ b/Sources/AAPlus/include/AAMoonMaxDeclinations2.h @@ -0,0 +1,86 @@ +/* +Module : AAMoonMaxDeclinations2.h +Purpose: Implementation for the algorithms to calculate the dates and values for maximum declination of the Moon (revised version) +Created: PJN / 22-10-2019 + +Copyright (c) 2019 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AAMOONMAXDECLINATIONS2_H_ +#define __AAMOONMAXDECLINATIONS2_H_ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +/////////////////////// Includes ////////////////////////////////////////////// + +#include "AA2DCoordinate.h" +#include + + +/////////////////////// Classes /////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAAMoonMaxDeclinationsDetails2 +{ +public: +//Enums + enum class Type + { + NotDefined = 0, + MaxNorthernDeclination = 1, + MaxSouthernDeclination = 2, + }; + +//Member variables + Type type = Type::NotDefined; //The type of the event which has occurred + double JD = 0; //When the event occurred in TT + double Declination = 0; //The actual max declination value in degrees + double RA = 0; //The Right ascension at the time of the event +}; + +class AAPLUS_EXT_CLASS CAAMoonMaxDeclinations2 +{ +public: +//Enums + enum class Algorithm + { + MeeusTruncated = 0 +#ifndef AAPLUS_NO_ELP2000 + , + ELP2000 = 1 +#endif //#ifndef AAPLUS_NO_ELP2000 +#ifndef AAPLUS_NO_ELPMPP02 + , + ELPMPP02Nominal = 2, + ELPMPP02LLR = 3, + ELPMPP02DE405 = 4, + ELPMPP02DE406 = 5 +#endif //#ifndef AAPLUS_NO_ELPMPP02 + }; + +//Static methods + static std::vector Calculate(double StartJD, double EndJD, double StepInterval = 0.007, Algorithm algorithm = Algorithm::MeeusTruncated); +}; + + +#endif //#ifndef __AARISETRANSITSET2_H__ diff --git a/Vendor/AA+/1.6.3/AAMoonNodes.h b/Sources/AAPlus/include/AAMoonNodes.h old mode 100755 new mode 100644 similarity index 80% rename from Vendor/AA+/1.6.3/AAMoonNodes.h rename to Sources/AAPlus/include/AAMoonNodes.h index a2e474d..e371eb6 --- a/Vendor/AA+/1.6.3/AAMoonNodes.h +++ b/Sources/AAPlus/include/AAMoonNodes.h @@ -1,9 +1,9 @@ /* -Module : AAMOONNODES.H +Module : AAMoonNodes.h Purpose: Implementation for the algorithms which obtain the dates when the Moon passes thro its nodes Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,8 +38,12 @@ class AAPLUS_EXT_CLASS CAAMoonNodes { public: //Static methods - static double K(double Year); - static double PassageThroNode(double k); + constexpr static double K(double Year) noexcept + { + return 13.4223*(Year - 2000.05); + } + + static double PassageThroNode(double k) noexcept; }; diff --git a/Sources/AAPlus/include/AAMoonNodes2.h b/Sources/AAPlus/include/AAMoonNodes2.h new file mode 100644 index 0000000..3b211b9 --- /dev/null +++ b/Sources/AAPlus/include/AAMoonNodes2.h @@ -0,0 +1,83 @@ +/* +Module : AAMoonNodes2.h +Purpose: Implementation for the algorithms which obtain the dates when the Moon passes thro its nodes (revised version) +Created: PJN / 16-11-2019 + +Copyright (c) 2019 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AAMOONNODES2_H__ +#define __AAMOONNODES2_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +/////////////////////// Includes ////////////////////////////////////////////// + +#include + + +/////////////////////// Classes /////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAAMoonNodesDetails2 +{ +public: +//Enums + enum class Type + { + NotDefined = 0, + Ascending = 1, + Descending = 2 + }; + +//Member variables + Type type = Type::NotDefined; //The type of the event which has occurred + double JD = 0; //When the event occurred in TT +}; + +class AAPLUS_EXT_CLASS CAAMoonNodes2 +{ +public: +//Enums + enum class Algorithm + { + MeeusTruncated = 0 +#ifndef AAPLUS_NO_ELP2000 + , + ELP2000 = 1 +#endif //#ifndef AAPLUS_NO_ELP2000 +#ifndef AAPLUS_NO_ELPMPP02 + , + ELPMPP02Nominal = 2, + ELPMPP02LLR = 3, + ELPMPP02DE405 = 4, + ELPMPP02DE406 = 5 +#endif //#ifndef AAPLUS_NO_ELPMPP02 + }; + +//Static methods + static std::vector Calculate(double StartJD, double EndJD, double StepInterval = 0.007, Algorithm algorithm = Algorithm::MeeusTruncated); +}; + + +#endif //#ifndef __AAMOONNODES2_H__ diff --git a/Sources/AAPlus/include/AAMoonPerigeeApogee.h b/Sources/AAPlus/include/AAMoonPerigeeApogee.h new file mode 100644 index 0000000..8ae0836 --- /dev/null +++ b/Sources/AAPlus/include/AAMoonPerigeeApogee.h @@ -0,0 +1,73 @@ +/* +Module : AAMoonPerigeeApogee.h +Purpose: Implementation for the algorithms which obtain the dates of Lunar Apogee and Perigee +Created: PJN / 29-12-2003 + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AAMOONPERIGEEAPOGEE_H__ +#define __AAMOONPERIGEEAPOGEE_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +/////////////////////// Classes /////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAAMoonPerigeeApogee +{ +public: +//Static methods + constexpr static double K(double Year) noexcept + { + return 13.2555*(Year - 1999.97); + } + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double MeanPerigee(double k) noexcept + { + //convert from K to T + const double T = k / 1325.55; + const double Tsquared = T * T; + const double Tcubed = Tsquared * T; + const double T4 = Tcubed * T; + + return 2451534.6698 + 27.55454989*k - 0.0006691*Tsquared - 0.000001098*Tcubed + 0.0000000052*T4; + } + + static double MeanApogee(double k) noexcept + { + //Uses the same formula as MeanPerigee + return MeanPerigee(k); + } + + static double TruePerigee(double k) noexcept; + static double TrueApogee(double k) noexcept; + static double PerigeeParallax(double k) noexcept; + static double ApogeeParallax(double k) noexcept; +}; + + +#endif //#ifndef __AAMOONPERIGEEAPOGEE_H__ diff --git a/Sources/AAPlus/include/AAMoonPerigeeApogee2.cpp b/Sources/AAPlus/include/AAMoonPerigeeApogee2.cpp new file mode 100644 index 0000000..97e7915 --- /dev/null +++ b/Sources/AAPlus/include/AAMoonPerigeeApogee2.cpp @@ -0,0 +1,123 @@ +/* +Module : AAMoonMaxDeclinations2.cpp +Purpose: Implementation for the algorithms to calculate the dates and values for Lunar Apogee and Perigee (revised version) +Created: PJN / 02-11-2009 +History: PJN / 02-11-2019 1. Initial implementation + +Copyright (c) 2019 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +///////////////////////////// Includes //////////////////////////////////////// + +#include "stdafx.h" +#include "AAMoonPerigeeApogee2.h" +#include "AAMoon.h" +#ifndef AAPLUS_NO_ELP2000 +#include "AAELP2000.h" +#endif //#ifndef AAPLUS_NO_ELP2000 +#ifndef AAPLUS_NO_ELPMPP02 +#include "AAELPMPP02.h" +#endif //#ifndef AAPLUS_NO_ELPMPP02 +#include "AAInterpolate.h" +#include +using namespace std; + + +///////////////////////////// Implementation ////////////////////////////////// + +vector CAAMoonPerigeeApogee2::Calculate(double StartJD, double EndJD, double StepInterval, Algorithm algorithm) +{ + //What will be the return value + vector events; + + double JD = StartJD; + double LastDistance0 = 0; + double LastDistance1 = 0; + while (JD < EndJD) + { + double MoonDistance = 0; + switch (algorithm) + { + case Algorithm::MeeusTruncated: + { + MoonDistance = CAAMoon::RadiusVector(JD); + break; + } +#ifndef AAPLUS_NO_ELP2000 + case Algorithm::ELP2000: + { + MoonDistance = CAAELP2000::RadiusVector(JD); + break; + } +#endif //#ifndef AAPLUS_NO_ELP2000 +#ifndef AAPLUS_NO_ELPMPP02 + case Algorithm::ELPMPP02Nominal: + { + MoonDistance = CAAELPMPP02::RadiusVector(JD, CAAELPMPP02::Correction::Nominal); + break; + } + case Algorithm::ELPMPP02LLR: + { + MoonDistance = CAAELPMPP02::RadiusVector(JD, CAAELPMPP02::Correction::LLR); + break; + } + case Algorithm::ELPMPP02DE405: + { + MoonDistance = CAAELPMPP02::RadiusVector(JD, CAAELPMPP02::Correction::DE405); + break; + } + case Algorithm::ELPMPP02DE406: + { + MoonDistance = CAAELPMPP02::RadiusVector(JD, CAAELPMPP02::Correction::DE406); + break; + } +#endif //#ifndef AAPLUS_NO_ELPMPP02 + default: + { + assert(false); + break; + } + } + + if ((LastDistance0 != 0) && (LastDistance1 != 0)) + { + if ((LastDistance0 > MoonDistance) && (LastDistance0 > LastDistance1)) + { + CAAMoonPerigeeApogeeDetails2 event; + event.type = CAAMoonPerigeeApogeeDetails2::Type::Apogee; + double fraction = 0; + event.Value = CAAInterpolate::Extremum(LastDistance1, LastDistance0, MoonDistance, fraction); + event.JD = JD - StepInterval + (fraction * StepInterval); + events.push_back(event); + } + else if ((LastDistance0 < MoonDistance) && (LastDistance0 < LastDistance1)) + { + CAAMoonPerigeeApogeeDetails2 event; + event.type = CAAMoonPerigeeApogeeDetails2::Type::Perigee; + double fraction = 0; + event.Value = CAAInterpolate::Extremum(LastDistance1, LastDistance0, MoonDistance, fraction); + event.JD = JD - StepInterval + (fraction * StepInterval); + events.push_back(event); + } + } + + //Prepare for the next loop + LastDistance1 = LastDistance0; + LastDistance0 = MoonDistance; + JD += StepInterval; + } + + return events; +} diff --git a/Sources/AAPlus/include/AAMoonPerigeeApogee2.h b/Sources/AAPlus/include/AAMoonPerigeeApogee2.h new file mode 100644 index 0000000..bce4096 --- /dev/null +++ b/Sources/AAPlus/include/AAMoonPerigeeApogee2.h @@ -0,0 +1,85 @@ +/* +Module : AAMoonPerigeeApogee2.h +Purpose: Implementation for the algorithms to calculate the dates and values for Lunar Apogee and Perigee (revised version) +Created: PJN / 02-11-2019 + +Copyright (c) 2019 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AAMOONPERIGEEAPOGEE2_H_ +#define __AAMOONPERIGEEAPOGEE2_H_ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +/////////////////////// Includes ////////////////////////////////////////////// + +#include "AA2DCoordinate.h" +#include + + +/////////////////////// Classes /////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAAMoonPerigeeApogeeDetails2 +{ +public: +//Enums + enum class Type + { + NotDefined = 0, + Perigee = 1, + Apogee = 2, + }; + +//Member variables + Type type = Type::NotDefined; //The type of the event which has occurred + double JD = 0; //When the event occurred in TT + double Value = 0; //The actual distance in KM +}; + +class AAPLUS_EXT_CLASS CAAMoonPerigeeApogee2 +{ +public: +//Enums + enum class Algorithm + { + MeeusTruncated = 0 +#ifndef AAPLUS_NO_ELP2000 + , + ELP2000 = 1 +#endif //#ifndef AAPLUS_NO_ELP2000 +#ifndef AAPLUS_NO_ELPMPP02 + , + ELPMPP02Nominal = 2, + ELPMPP02LLR = 3, + ELPMPP02DE405 = 4, + ELPMPP02DE406 = 5 +#endif //#ifndef AAPLUS_NO_ELPMPP02 + }; + +//Static methods + static std::vector Calculate(double StartJD, double EndJD, double StepInterval = 0.007, Algorithm algorithm = Algorithm::MeeusTruncated); +}; + + +#endif //#ifndef __AAMOONPERIGEEAPOGEE2_H_ diff --git a/Vendor/AA+/1.6.3/AAMoonPhases.h b/Sources/AAPlus/include/AAMoonPhases.h old mode 100755 new mode 100644 similarity index 50% rename from Vendor/AA+/1.6.3/AAMoonPhases.h rename to Sources/AAPlus/include/AAMoonPhases.h index 02cbf61..5909d40 --- a/Vendor/AA+/1.6.3/AAMoonPhases.h +++ b/Sources/AAPlus/include/AAMoonPhases.h @@ -1,19 +1,19 @@ /* -Module : AAMOONPHASES.H +Module : AAMoonPhases.h Purpose: Implementation for the algorithms which obtain the dates for the phases of the Moon Created: PJN / 11-01-2004 -Copyright (c) 2004 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2004 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. Copyright / Usage Details: -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. */ @@ -38,9 +38,26 @@ class AAPLUS_EXT_CLASS CAAMoonPhases { public: //Static methods - static double K(double Year); - static double MeanPhase(double k); - static double TruePhase(double k); + constexpr static double K(double Year) noexcept + { + return 12.3685*(Year - 2000); + } + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static double MeanPhase(double k) noexcept + { + //convert from K to T + const double T = k / 1236.85; + const double T2 = T * T; + const double T3 = T2 * T; + const double T4 = T3 * T; + + return 2451550.09766 + 29.530588861*k + 0.00015437*T2 - 0.000000150*T3 + 0.00000000073*T4; + } + + static double TruePhase(double k) noexcept; }; diff --git a/Sources/AAPlus/include/AAMoonPhases2.h b/Sources/AAPlus/include/AAMoonPhases2.h new file mode 100644 index 0000000..4e6614c --- /dev/null +++ b/Sources/AAPlus/include/AAMoonPhases2.h @@ -0,0 +1,85 @@ +/* +Module : AAMoonPhases2.h +Purpose: Implementation for the algorithms which obtain the dates for the phases of the Moon (revised version) +Created: PJN / 01-01-2020 + +Copyright (c) 2020 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AAMOONPHASES2_H__ +#define __AAMOONPHASES2_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +/////////////////////// Includes ////////////////////////////////////////////// + +#include + + +/////////////////////// Classes /////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAAMoonPhasesDetails2 +{ +public: +//Enums + enum class Type + { + NotDefined = 0, + NewMoon = 1, + FirstQuarter = 2, + FullMoon = 3, + LastQuarter = 4 + }; + +//Member variables + Type type = Type::NotDefined; //The type of the event which has occurred + double JD = 0; //When the event occurred in TT +}; + +class AAPLUS_EXT_CLASS CAAMoonPhases2 +{ +public: +//Enums + enum class Algorithm + { + MeeusTruncated = 0 +#ifndef AAPLUS_NO_ELP2000 + , + ELP2000 = 1 +#endif //#ifndef AAPLUS_NO_ELP2000 +#ifndef AAPLUS_NO_ELPMPP02 + , + ELPMPP02Nominal = 2, + ELPMPP02LLR = 3, + ELPMPP02DE405 = 4, + ELPMPP02DE406 = 5 +#endif //#ifndef AAPLUS_NO_ELPMPP02 + }; + +//Static methods + static std::vector Calculate(double StartJD, double EndJD, double StepInterval = 0.007, Algorithm algorithm = Algorithm::MeeusTruncated); +}; + + +#endif //#ifndef __AAMOONNODES2_H__ diff --git a/Vendor/AA+/1.6.3/AAMoslemCalendar.cpp b/Sources/AAPlus/include/AAMoslemCalendar.cpp old mode 100755 new mode 100644 similarity index 63% rename from Vendor/AA+/1.6.3/AAMoslemCalendar.cpp rename to Sources/AAPlus/include/AAMoslemCalendar.cpp index 0d3b016..2e27c6d --- a/Vendor/AA+/1.6.3/AAMoslemCalendar.cpp +++ b/Sources/AAPlus/include/AAMoslemCalendar.cpp @@ -1,5 +1,5 @@ /* -Module : AAMOSLEMCALENDAR.CPP +Module : AAMoslemCalendar.cpp Purpose: Implementation for the algorithms which convert between the Julian and Moslem calendars Created: PJN / 04-02-2004 History: PJN / 12-02-2004 1. Replaced all calls to the macro "INT" with the function CAADate::INT which @@ -7,7 +7,7 @@ History: PJN / 12-02-2004 1. Replaced all calls to the macro "INT" with the func PJN / 26-01-2007 1. Update to fit in with new layout of CAADate class PJN / 28-01-2007 1. Minor updates to fit in with new layout of CAADate class -Copyright (c) 2004 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2004 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -32,25 +32,25 @@ using namespace std; //////////////////////////// Implementation /////////////////////////////////// -CAACalendarDate CAAMoslemCalendar::MoslemToJulian(long Year, long Month, long Day) +CAACalendarDate CAAMoslemCalendar::MoslemToJulian(long Year, long Month, long Day) noexcept { //What will be the return value CAACalendarDate JulianDate; - long N = Day + CAADate::INT(29.5001*(Month - 1) + 0.99); - long Q = CAADate::INT(Year/30.0); - long R = Year % 30; - long A = CAADate::INT((11*R + 3)/30.0); - long W = 404*Q + 354*R + 208 + A; - long Q1 = CAADate::INT(W/1461.0); - long Q2 = W % 1461; - long G = 621 + 4*CAADate::INT(7*Q + Q1); - long K = CAADate::INT(Q2/365.2422); - long E = CAADate::INT(365.2422*K); + const long N = Day + CAADate::INT(29.5001*(Month - 1.0) + 0.99); + const long Q = CAADate::INT(Year/30.0); + const long R = Year % 30; + const long A = CAADate::INT((11.0*R + 3)/30.0); + const long W = 404*Q + 354*R + 208 + A; + const long Q1 = CAADate::INT(W/1461.0); + const long Q2 = W % 1461; + const long G = 621 + 4*CAADate::INT(7.0*Q + Q1); + const long K = CAADate::INT(Q2/365.2422); + const long E = CAADate::INT(365.2422*K); long J = Q2 - E + N - 1; long X = G + K; - long XMod4 = X % 4; + const long XMod4 = X % 4; if ((J > 366) && (XMod4 == 0)) { J -= 366; @@ -68,34 +68,34 @@ CAACalendarDate CAAMoslemCalendar::MoslemToJulian(long Year, long Month, long Da return JulianDate; } -CAACalendarDate CAAMoslemCalendar::JulianToMoslem(long Year, long Month, long Day) +CAACalendarDate CAAMoslemCalendar::JulianToMoslem(long Year, long Month, long Day) noexcept { //What will be the return value CAACalendarDate MoslemDate; - long W = (Year % 4) ? 2 : 1; - long N = CAADate::INT((275 * Month)/9.0) - (W*CAADate::INT((Month + 9)/12.0)) + Day - 30; - long A = Year - 623; - long B = CAADate::INT(A / 4.0); - long C = A % 4; - double C1 = 365.2501*C; + const long W = (Year % 4) ? 2 : 1; + const long N = CAADate::INT((275.0 * Month)/9.0) - (W*CAADate::INT((Month + 9.0)/12.0)) + Day - 30; + const long A = Year - 623; + const long B = CAADate::INT(A / 4.0); + const long C = A % 4; + const double C1 = 365.2501*C; long C2 = CAADate::INT(C1); if ((C1 - C2) > 0.5) C2++; - long Ddash = 1461*B + 170 + C2; - long Q = CAADate::INT(Ddash / 10631.0); - long R = Ddash % 10631; - long J = CAADate::INT(R / 354.0); - long K = R % 354; - long O = CAADate::INT((11*J + 14) / 30); + const long Ddash = 1461*B + 170 + C2; + const long Q = CAADate::INT(Ddash / 10631.0); + const long R = Ddash % 10631; + const long J = CAADate::INT(R / 354.0); + const long K = R % 354; + const long O = CAADate::INT((11*J + 14) / 30); long H = 30*Q + J + 1; long JJ = K - O + N - 1; if (JJ > 354) { - long CL = H % 30; - long DL = (11*CL + 3) % 30; + const long CL = H % 30; + const long DL = (11*CL + 3) % 30; if (DL < 19) { JJ -= 354; @@ -113,7 +113,7 @@ CAACalendarDate CAAMoslemCalendar::JulianToMoslem(long Year, long Month, long Da } } - long S = CAADate::INT((JJ - 1) / 29.5); + const long S = CAADate::INT((JJ - 1.0) / 29.5); MoslemDate.Month = 1 + S; MoslemDate.Day = CAADate::INT(JJ - 29.5*S); MoslemDate.Year = H; @@ -126,9 +126,3 @@ CAACalendarDate CAAMoslemCalendar::JulianToMoslem(long Year, long Month, long Da return MoslemDate; } - -bool CAAMoslemCalendar::IsLeap(long Year) -{ - long R = Year % 30; - return ((11*R + 3) % 30) > 18; -} diff --git a/Vendor/AA+/1.6.3/AAMoslemCalendar.h b/Sources/AAPlus/include/AAMoslemCalendar.h old mode 100755 new mode 100644 similarity index 65% rename from Vendor/AA+/1.6.3/AAMoslemCalendar.h rename to Sources/AAPlus/include/AAMoslemCalendar.h index 3419165..90d914b --- a/Vendor/AA+/1.6.3/AAMoslemCalendar.h +++ b/Sources/AAPlus/include/AAMoslemCalendar.h @@ -1,19 +1,19 @@ /* -Module : AAMOSLEMCALENDAR.H +Module : AAMoslemCalendar.h Purpose: Implementation for the algorithms which convert between the Julian and Moslem calendars Created: PJN / 04-02-2004 -Copyright (c) 2004 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2004 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. Copyright / Usage Details: -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. */ @@ -43,9 +43,17 @@ class AAPLUS_EXT_CLASS CAAMoslemCalendar { public: //Static methods - static CAACalendarDate MoslemToJulian(long Year, long Month, long Day); - static CAACalendarDate JulianToMoslem(long Year, long Month, long Day); - static bool IsLeap(long Year); + static CAACalendarDate MoslemToJulian(long Year, long Month, long Day) noexcept; + static CAACalendarDate JulianToMoslem(long Year, long Month, long Day) noexcept; + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + static bool IsLeap(long Year) noexcept + { + const long R = Year % 30; + return ((11 * R + 3) % 30) > 18; + } }; diff --git a/Vendor/AA+/1.6.3/AANearParabolic.cpp b/Sources/AAPlus/include/AANearParabolic.cpp old mode 100755 new mode 100644 similarity index 63% rename from Vendor/AA+/1.6.3/AANearParabolic.cpp rename to Sources/AAPlus/include/AANearParabolic.cpp index ab09134..4096c1d --- a/Vendor/AA+/1.6.3/AANearParabolic.cpp +++ b/Sources/AAPlus/include/AANearParabolic.cpp @@ -1,6 +1,6 @@ /* -Module : AANEARPARABOLIC.CPP -Purpose: Implementation for the algorithms for a Near parabolic orbit +Module : AANearParabolic.cpp +Purpose: Implementation for the algorithms for a near parabolic orbit Created: PJN / 21-11-2006 History: PJN / 16-03-2009 1. Fixed a bug in CAANearParabolic::Calculate(double JD, const CAANearParabolicObjectElements& elements) in the calculation of the @@ -17,8 +17,9 @@ History: PJN / 16-03-2009 1. Fixed a bug in CAANearParabolic::Calculate(double J PJN / 16-09-2015 1. CAANearParabolic::Calculate now includes a "bool bHighPrecision" parameter which if set to true means the code uses the full VSOP87 theory rather than the truncated theory as presented in Meeus's book. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 -Copyright (c) 2006 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2006 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -47,32 +48,32 @@ using namespace std; ////////////////////////////// Implementation ///////////////////////////////// -double CAANearParabolic::cbrt(double x) +double CAANearParabolic::cbrt(double x) noexcept { return pow(x, 1.0/3); } -void CAANearParabolic::CalulateTrueAnnomalyAndRadius(double JD, const CAANearParabolicObjectElements& elements, double& v, double& r) +void CAANearParabolic::CalculateTrueAnnomalyAndRadius(double JD, const CAANearParabolicObjectElements& elements, double& v, double& r) noexcept { - double k = 0.01720209895; - double a = 0.75 * (JD - elements.T) * k * sqrt((1 + elements.e) / (elements.q*elements.q*elements.q)); - double b = sqrt(1 + a*a); - double W = cbrt(b + a) - cbrt(b - a); - double W2 = W*W; - double W4 = W2*W2; - double f = (1 - elements.e) / (1 + elements.e); - double a1 = (2.0/3) + (0.4) * W2; - double a2 = (7.0/5) + (33.0/35) * W2 + (37.0/175) * W4; - double a3 = W2 * ((432.0/175) + (956.0/1125) * W2 + (84.0/1575) * W4); - double C = W2 / (1 + W2); - double g = f * C * C; - double w = W * (1 + f*C * (a1 + a2*g + a3*g*g)); - double w2 = w*w; + constexpr double k = 0.01720209895; + const double a = 0.75 * (JD - elements.T) * k * sqrt((1 + elements.e) / (elements.q*elements.q*elements.q)); + const double b = sqrt(1 + a*a); + const double W = cbrt(b + a) - cbrt(b - a); + const double W2 = W*W; + const double W4 = W2*W2; + const double f = (1 - elements.e) / (1 + elements.e); + const double a1 = (2.0/3) + (0.4) * W2; + const double a2 = (7.0/5) + (33.0/35) * W2 + (37.0/175) * W4; + const double a3 = W2 * ((432.0/175) + (956.0/1125) * W2 + (84.0/1575) * W4); + const double C = W2 / (1 + W2); + const double g = f * C * C; + const double w = W * (1 + f*C * (a1 + a2*g + a3*g*g)); + const double w2 = w*w; v = 2 * atan(w); r = elements.q * (1 + w2) / (1 + w2 * f); } -CAANearParabolicObjectDetails CAANearParabolic::Calculate(double JD, const CAANearParabolicObjectElements& elements, bool bHighPrecision) +CAANearParabolicObjectDetails CAANearParabolic::Calculate(double JD, const CAANearParabolicObjectElements& elements, bool bHighPrecision) noexcept { double Epsilon = CAANutation::MeanObliquityOfEcliptic(elements.JDEquinox); @@ -82,41 +83,41 @@ CAANearParabolicObjectDetails CAANearParabolic::Calculate(double JD, const CAANe CAANearParabolicObjectDetails details; Epsilon = CAACoordinateTransformation::DegreesToRadians(Epsilon); - double omega = CAACoordinateTransformation::DegreesToRadians(elements.omega); - double w = CAACoordinateTransformation::DegreesToRadians(elements.w); - double i = CAACoordinateTransformation::DegreesToRadians(elements.i); - - double sinEpsilon = sin(Epsilon); - double cosEpsilon = cos(Epsilon); - double sinOmega = sin(omega); - double cosOmega = cos(omega); - double cosi = cos(i); - double sini = sin(i); - - double F = cosOmega; - double G = sinOmega * cosEpsilon; - double H = sinOmega * sinEpsilon; - double P = -sinOmega * cosi; - double Q = cosOmega*cosi*cosEpsilon - sini*sinEpsilon; - double R = cosOmega*cosi*sinEpsilon + sini*cosEpsilon; - double a = sqrt(F*F + P*P); - double b = sqrt(G*G + Q*Q); - double c = sqrt(H*H + R*R); - double A = atan2(F, P); - double B = atan2(G, Q); - double C = atan2(H, R); - - CAA3DCoordinate SunCoord = CAASun::EquatorialRectangularCoordinatesAnyEquinox(JD, elements.JDEquinox, bHighPrecision); + const double omega = CAACoordinateTransformation::DegreesToRadians(elements.omega); + const double w = CAACoordinateTransformation::DegreesToRadians(elements.w); + const double i = CAACoordinateTransformation::DegreesToRadians(elements.i); + + const double sinEpsilon = sin(Epsilon); + const double cosEpsilon = cos(Epsilon); + const double sinOmega = sin(omega); + const double cosOmega = cos(omega); + const double cosi = cos(i); + const double sini = sin(i); + + const double F = cosOmega; + const double G = sinOmega * cosEpsilon; + const double H = sinOmega * sinEpsilon; + const double P = -sinOmega * cosi; + const double Q = cosOmega*cosi*cosEpsilon - sini*sinEpsilon; + const double R = cosOmega*cosi*sinEpsilon + sini*cosEpsilon; + const double a = sqrt(F*F + P*P); + const double b = sqrt(G*G + Q*Q); + const double c = sqrt(H*H + R*R); + const double A = atan2(F, P); + const double B = atan2(G, Q); + const double C = atan2(H, R); + + const CAA3DCoordinate SunCoord = CAASun::EquatorialRectangularCoordinatesAnyEquinox(JD, elements.JDEquinox, bHighPrecision); for (int j=0; j<2; j++) { double v; double r; - CalulateTrueAnnomalyAndRadius(JD0, elements, v, r); + CalculateTrueAnnomalyAndRadius(JD0, elements, v, r); - double x = r * a * sin(A + w + v); - double y = r * b * sin(B + w + v); - double z = r * c * sin(C + w + v); + const double x = r * a * sin(A + w + v); + const double y = r * b * sin(B + w + v); + const double z = r * c * sin(C + w + v); if (j == 0) { @@ -125,9 +126,9 @@ CAANearParabolicObjectDetails CAANearParabolic::Calculate(double JD, const CAANe details.HeliocentricRectangularEquatorial.Z = z; //Calculate the heliocentric ecliptic coordinates also - double u = w + v; - double cosu = cos(u); - double sinu = sin(u); + const double u = w + v; + const double cosu = cos(u); + const double sinu = sin(u); details.HeliocentricRectangularEcliptical.X = r * (cosOmega*cosu - sinOmega*sinu*cosi); details.HeliocentricRectangularEcliptical.Y = r * (sinOmega*cosu + cosOmega*sinu*cosi); @@ -137,15 +138,15 @@ CAANearParabolicObjectDetails CAANearParabolic::Calculate(double JD, const CAANe details.HeliocentricEclipticLatitude = CAACoordinateTransformation::RadiansToDegrees(asin(details.HeliocentricRectangularEcliptical.Z / r)); } - double psi = SunCoord.X + x; - double nu = SunCoord.Y + y; - double sigma = SunCoord.Z + z; + const double psi = SunCoord.X + x; + const double nu = SunCoord.Y + y; + const double sigma = SunCoord.Z + z; double Alpha = atan2(nu, psi); Alpha = CAACoordinateTransformation::RadiansToDegrees(Alpha); double Delta = atan2(sigma, sqrt(psi*psi + nu*nu)); Delta = CAACoordinateTransformation::RadiansToDegrees(Delta); - double Distance = sqrt(psi*psi + nu*nu + sigma*sigma); + const double Distance = sqrt(psi*psi + nu*nu + sigma*sigma); if (j == 0) { @@ -161,7 +162,7 @@ CAANearParabolicObjectDetails CAANearParabolic::Calculate(double JD, const CAANe details.AstrometricGeocentricDistance = Distance; details.AstrometricGeocentricLightTime = CAAElliptical::DistanceToLightTime(Distance); - double RES = sqrt(SunCoord.X*SunCoord.X + SunCoord.Y*SunCoord.Y + SunCoord.Z*SunCoord.Z); + const double RES = sqrt(SunCoord.X*SunCoord.X + SunCoord.Y*SunCoord.Y + SunCoord.Z*SunCoord.Z); details.Elongation = CAACoordinateTransformation::RadiansToDegrees(acos((RES*RES + Distance*Distance - r*r) / (2 * RES * Distance))); details.PhaseAngle = CAACoordinateTransformation::RadiansToDegrees(acos((r*r + Distance*Distance - RES*RES) / (2 * r * Distance))); diff --git a/Sources/AAPlus/include/AANearParabolic.h b/Sources/AAPlus/include/AANearParabolic.h new file mode 100644 index 0000000..037a988 --- /dev/null +++ b/Sources/AAPlus/include/AANearParabolic.h @@ -0,0 +1,85 @@ +/* +Module : AANearParabolic.h +Purpose: Implementation for the algorithms for a near parabolic orbit +Created: PJN / 29-12-2003 + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AANEARPARABOLIC_H__ +#define __AANEARPARABOLIC_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +/////////////////////// Includes ////////////////////////////////////////////// + +#include "AA3DCoordinate.h" + + +/////////////////////// Classes /////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAANearParabolicObjectElements +{ +public: +//Member variables + double q = 0; + double i = 0; + double w = 0; + double omega = 0; + double JDEquinox = 0; + double T = 0; + double e = 0; +}; + +class AAPLUS_EXT_CLASS CAANearParabolicObjectDetails +{ +public: +//Member variables + CAA3DCoordinate HeliocentricRectangularEquatorial; + CAA3DCoordinate HeliocentricRectangularEcliptical; + double HeliocentricEclipticLongitude = 0; + double HeliocentricEclipticLatitude = 0; + double TrueGeocentricRA = 0; + double TrueGeocentricDeclination = 0; + double TrueGeocentricDistance = 0; + double TrueGeocentricLightTime = 0; + double AstrometricGeocentricRA = 0; + double AstrometricGeocentricDeclination = 0; + double AstrometricGeocentricDistance = 0; + double AstrometricGeocentricLightTime = 0; + double Elongation = 0; + double PhaseAngle = 0; +}; + +class AAPLUS_EXT_CLASS CAANearParabolic +{ +public: +//Static methods + static CAANearParabolicObjectDetails Calculate(double JD, const CAANearParabolicObjectElements& elements, bool bHighPrecision) noexcept; + static double cbrt(double x) noexcept; + static void CalculateTrueAnnomalyAndRadius(double JD, const CAANearParabolicObjectElements& elements, double& v, double& r) noexcept; +}; + + +#endif //#ifndef __AANEARPARABOLIC_H__ diff --git a/Vendor/AA+/1.6.3/AANeptune.h b/Sources/AAPlus/include/AANeptune.h old mode 100755 new mode 100644 similarity index 85% rename from Vendor/AA+/1.6.3/AANeptune.h rename to Sources/AAPlus/include/AANeptune.h index 8bc0469..78446ad --- a/Vendor/AA+/1.6.3/AANeptune.h +++ b/Sources/AAPlus/include/AANeptune.h @@ -1,9 +1,9 @@ /* -Module : AANEPTUNE.H +Module : AANeptune.h Purpose: Implementation for the algorithms which obtain the heliocentric position of Neptune Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,9 +38,9 @@ class AAPLUS_EXT_CLASS CAANeptune { public: //Static methods - static double EclipticLongitude(double JD, bool bHighPrecision); - static double EclipticLatitude(double JD, bool bHighPrecision); - static double RadiusVector(double JD, bool bHighPrecision); + static double EclipticLongitude(double JD, bool bHighPrecision) noexcept; + static double EclipticLatitude(double JD, bool bHighPrecision) noexcept; + static double RadiusVector(double JD, bool bHighPrecision) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AANodes.h b/Sources/AAPlus/include/AANodes.h old mode 100755 new mode 100644 similarity index 77% rename from Vendor/AA+/1.6.3/AANodes.h rename to Sources/AAPlus/include/AANodes.h index 7c38bd9..bf9120d --- a/Vendor/AA+/1.6.3/AANodes.h +++ b/Sources/AAPlus/include/AANodes.h @@ -1,9 +1,9 @@ /* -Module : AANODES.H -Purpose: Implementation for the algorithms which calculate passage thro the nodes +Module : AANodes.h +Purpose: Implementation for the algorithms which calculate passage through the nodes Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -43,25 +43,19 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAANodeObjectDetails { public: -//Constructors / Destructors - CAANodeObjectDetails() : t(0), - radius(0) - { - }; - //Member variables - double t; - double radius; + double t = 0; + double radius = 0; }; class AAPLUS_EXT_CLASS CAANodes { public: //Static methods - static CAANodeObjectDetails PassageThroAscendingNode(const CAAEllipticalObjectElements& elements); - static CAANodeObjectDetails PassageThroDescendingNode(const CAAEllipticalObjectElements& elements); - static CAANodeObjectDetails PassageThroAscendingNode(const CAAParabolicObjectElements& elements); - static CAANodeObjectDetails PassageThroDescendingNode(const CAAParabolicObjectElements& elements); + static CAANodeObjectDetails PassageThroAscendingNode(const CAAEllipticalObjectElements& elements) noexcept; + static CAANodeObjectDetails PassageThroDescendingNode(const CAAEllipticalObjectElements& elements) noexcept; + static CAANodeObjectDetails PassageThroAscendingNode(const CAAParabolicObjectElements& elements) noexcept; + static CAANodeObjectDetails PassageThroDescendingNode(const CAAParabolicObjectElements& elements) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AANutation.h b/Sources/AAPlus/include/AANutation.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AANutation.h rename to Sources/AAPlus/include/AANutation.h index f20b433..3d79283 --- a/Vendor/AA+/1.6.3/AANutation.h +++ b/Sources/AAPlus/include/AANutation.h @@ -1,9 +1,9 @@ /* -Module : AANUTATION.H +Module : AANutation.h Purpose: Implementation for the algorithms for Nutation Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +38,12 @@ class AAPLUS_EXT_CLASS CAANutation { public: //Static methods - static double NutationInLongitude(double JD); - static double NutationInObliquity(double JD); - static double NutationInRightAscension(double Alpha, double Delta, double Obliquity, double NutationInLongitude, double NutationInObliquity); - static double NutationInDeclination(double Alpha, double Obliquity, double NutationInLongitude, double NutationInObliquity); - static double MeanObliquityOfEcliptic(double JD); - static double TrueObliquityOfEcliptic(double JD); + static double NutationInLongitude(double JD) noexcept; + static double NutationInObliquity(double JD) noexcept; + static double NutationInRightAscension(double Alpha, double Delta, double Obliquity, double NutationInLongitude, double NutationInObliquity) noexcept; + static double NutationInDeclination(double Alpha, double Obliquity, double NutationInLongitude, double NutationInObliquity) noexcept; + static double MeanObliquityOfEcliptic(double JD) noexcept; + static double TrueObliquityOfEcliptic(double JD) noexcept; }; diff --git a/Sources/AAPlus/include/AAParabolic.h b/Sources/AAPlus/include/AAParabolic.h new file mode 100644 index 0000000..5a9080d --- /dev/null +++ b/Sources/AAPlus/include/AAParabolic.h @@ -0,0 +1,83 @@ +/* +Module : AAParabolic.h +Purpose: Implementation for the algorithms for a parabolic orbit +Created: PJN / 29-12-2003 + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AAPARABOLIC_H__ +#define __AAPARABOLIC_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +/////////////////////// Includes ////////////////////////////////////////////// + +#include "AA3DCoordinate.h" + + +/////////////////////// Classes /////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAAParabolicObjectElements +{ +public: +//Member variables + double q = 0; + double i = 0; + double w = 0; + double omega = 0; + double JDEquinox = 0; + double T = 0; +}; + +class AAPLUS_EXT_CLASS CAAParabolicObjectDetails +{ +public: +//Member variables + CAA3DCoordinate HeliocentricRectangularEquatorial; + CAA3DCoordinate HeliocentricRectangularEcliptical; + double HeliocentricEclipticLongitude = 0; + double HeliocentricEclipticLatitude = 0; + double TrueGeocentricRA = 0; + double TrueGeocentricDeclination = 0; + double TrueGeocentricDistance = 0; + double TrueGeocentricLightTime = 0; + double AstrometricGeocenticRA = 0; + double AstrometricGeocentricDeclination = 0; + double AstrometricGeocentricDistance = 0; + double AstrometricGeocentricLightTime = 0; + double Elongation = 0; + double PhaseAngle = 0; +}; + +class AAPLUS_EXT_CLASS CAAParabolic +{ +public: +//Static methods + static double CalculateBarkers(double W) noexcept; + static CAAParabolicObjectDetails Calculate(double JD, const CAAParabolicObjectElements& elements, bool bHighPrecision) noexcept; +}; + + +#endif //#ifndef __AAPARABOLIC_H__ diff --git a/Vendor/AA+/1.6.3/AAParallactic.h b/Sources/AAPlus/include/AAParallactic.h old mode 100755 new mode 100644 similarity index 79% rename from Vendor/AA+/1.6.3/AAParallactic.h rename to Sources/AAPlus/include/AAParallactic.h index c8204f1..0b1d36d --- a/Vendor/AA+/1.6.3/AAParallactic.h +++ b/Sources/AAPlus/include/AAParallactic.h @@ -1,9 +1,9 @@ /* -Module : AAPARALLACTIC.H +Module : AAParallactic.h Purpose: Implementation for the algorithms which calculate various celestial globe angles Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,10 +38,10 @@ class AAPLUS_EXT_CLASS CAAParallactic { public: //Static methods - static double ParallacticAngle(double HourAngle, double Latitude, double delta); - static double EclipticLongitudeOnHorizon(double LocalSiderealTime, double ObliquityOfEcliptic, double Latitude); - static double AngleBetweenEclipticAndHorizon(double LocalSiderealTime, double ObliquityOfEcliptic, double Latitude); - static double AngleBetweenNorthCelestialPoleAndNorthPoleOfEcliptic(double Lambda, double Beta, double ObliquityOfEcliptic); + static double ParallacticAngle(double HourAngle, double Latitude, double delta) noexcept; + static double EclipticLongitudeOnHorizon(double LocalSiderealTime, double ObliquityOfEcliptic, double Latitude) noexcept; + static double AngleBetweenEclipticAndHorizon(double LocalSiderealTime, double ObliquityOfEcliptic, double Latitude) noexcept; + static double AngleBetweenNorthCelestialPoleAndNorthPoleOfEcliptic(double Lambda, double Beta, double ObliquityOfEcliptic) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAParallax.cpp b/Sources/AAPlus/include/AAParallax.cpp old mode 100755 new mode 100644 similarity index 63% rename from Vendor/AA+/1.6.3/AAParallax.cpp rename to Sources/AAPlus/include/AAParallax.cpp index 9098bfd..e400987 --- a/Vendor/AA+/1.6.3/AAParallax.cpp +++ b/Sources/AAPlus/include/AAParallax.cpp @@ -1,12 +1,13 @@ /* -Module : AAPARALLAX.CPP +Module : AAParallax.cpp Purpose: Implementation for the algorithms which convert a geocentric set of coordinates to their topocentric equivalent Created: PJN / 29-12-2003 History: PJN / 04-07-2010 Removed unnecessary "Longitude" parameter from method Ecliptic2Topocentric. PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this issue when compiling AA+ on ARM. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -34,42 +35,41 @@ using namespace std; //////////////////////// Macros / Defines /////////////////////////////////////////////// -const double g_AAParallax_C1 = sin(CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, 8.794))); - +constexpr double g_AAParallax_C1 = 4.2634515103856459e-05; //sin(CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, 8.794))); //////////////////////// Implementation ///////////////////////////////////////////////// -double CAAParallax::DistanceToParallax(double Distance) +double CAAParallax::DistanceToParallax(double Distance) noexcept { - double pi = asin(g_AAParallax_C1 / Distance); + const double pi = asin(g_AAParallax_C1 / Distance); return CAACoordinateTransformation::RadiansToDegrees(pi); } -double CAAParallax::ParallaxToDistance(double Parallax) +double CAAParallax::ParallaxToDistance(double Parallax) noexcept { return g_AAParallax_C1 / sin(CAACoordinateTransformation::DegreesToRadians(Parallax)); } -CAA2DCoordinate CAAParallax::Equatorial2TopocentricDelta(double Alpha, double Delta, double Distance, double Longitude, double Latitude, double Height, double JD) +CAA2DCoordinate CAAParallax::Equatorial2TopocentricDelta(double Alpha, double Delta, double Distance, double Longitude, double Latitude, double Height, double JD) noexcept { - double RhoSinThetaPrime = CAAGlobe::RhoSinThetaPrime(Latitude, Height); - double RhoCosThetaPrime = CAAGlobe::RhoCosThetaPrime(Latitude, Height); + const double RhoSinThetaPrime = CAAGlobe::RhoSinThetaPrime(Latitude, Height); + const double RhoCosThetaPrime = CAAGlobe::RhoCosThetaPrime(Latitude, Height); //Calculate the Sidereal time - double theta = CAASidereal::ApparentGreenwichSiderealTime(JD); + const double theta = CAASidereal::ApparentGreenwichSiderealTime(JD); //Convert to radians Delta = CAACoordinateTransformation::DegreesToRadians(Delta); - double cosDelta = cos(Delta); + const double cosDelta = cos(Delta); //Calculate the Parallax - double pi = asin(g_AAParallax_C1 / Distance); + const double pi = asin(g_AAParallax_C1 / Distance); //Calculate the hour angle - double H = CAACoordinateTransformation::HoursToRadians(theta - Longitude/15 - Alpha); - double cosH = cos(H); - double sinH = sin(H); + const double H = CAACoordinateTransformation::HoursToRadians(theta - Longitude/15 - Alpha); + const double cosH = cos(H); + const double sinH = sin(H); CAA2DCoordinate DeltaTopocentric; DeltaTopocentric.X = CAACoordinateTransformation::RadiansToHours(-pi*RhoCosThetaPrime*sinH/cosDelta); @@ -77,29 +77,29 @@ CAA2DCoordinate CAAParallax::Equatorial2TopocentricDelta(double Alpha, double De return DeltaTopocentric; } -CAA2DCoordinate CAAParallax::Equatorial2Topocentric(double Alpha, double Delta, double Distance, double Longitude, double Latitude, double Height, double JD) +CAA2DCoordinate CAAParallax::Equatorial2Topocentric(double Alpha, double Delta, double Distance, double Longitude, double Latitude, double Height, double JD) noexcept { - double RhoSinThetaPrime = CAAGlobe::RhoSinThetaPrime(Latitude, Height); - double RhoCosThetaPrime = CAAGlobe::RhoCosThetaPrime(Latitude, Height); + const double RhoSinThetaPrime = CAAGlobe::RhoSinThetaPrime(Latitude, Height); + const double RhoCosThetaPrime = CAAGlobe::RhoCosThetaPrime(Latitude, Height); //Calculate the Sidereal time - double theta = CAASidereal::ApparentGreenwichSiderealTime(JD); + const double theta = CAASidereal::ApparentGreenwichSiderealTime(JD); //Convert to radians Delta = CAACoordinateTransformation::DegreesToRadians(Delta); - double cosDelta = cos(Delta); + const double cosDelta = cos(Delta); //Calculate the Parallax - double pi = asin(g_AAParallax_C1 / Distance); - double sinpi = sin(pi); + const double pi = asin(g_AAParallax_C1 / Distance); + const double sinpi = sin(pi); //Calculate the hour angle - double H = CAACoordinateTransformation::HoursToRadians(theta - Longitude/15 - Alpha); - double cosH = cos(H); - double sinH = sin(H); + const double H = CAACoordinateTransformation::HoursToRadians(theta - Longitude/15 - Alpha); + const double cosH = cos(H); + const double sinH = sin(H); //Calculate the adjustment in right ascension - double DeltaAlpha = atan2(-RhoCosThetaPrime*sinpi*sinH, cosDelta - RhoCosThetaPrime*sinpi*cosH); + const double DeltaAlpha = atan2(-RhoCosThetaPrime*sinpi*sinH, cosDelta - RhoCosThetaPrime*sinpi*cosH); CAA2DCoordinate Topocentric; Topocentric.X = CAACoordinateTransformation::MapTo0To24Range(Alpha + CAACoordinateTransformation::RadiansToHours(DeltaAlpha)); @@ -108,35 +108,35 @@ CAA2DCoordinate CAAParallax::Equatorial2Topocentric(double Alpha, double Delta, return Topocentric; } -CAATopocentricEclipticDetails CAAParallax::Ecliptic2Topocentric(double Lambda, double Beta, double Semidiameter, double Distance, double Epsilon, double Latitude, double Height, double JD) +CAATopocentricEclipticDetails CAAParallax::Ecliptic2Topocentric(double Lambda, double Beta, double Semidiameter, double Distance, double Epsilon, double Latitude, double Height, double JD) noexcept { - double S = CAAGlobe::RhoSinThetaPrime(Latitude, Height); - double C = CAAGlobe::RhoCosThetaPrime(Latitude, Height); + const double S = CAAGlobe::RhoSinThetaPrime(Latitude, Height); + const double C = CAAGlobe::RhoCosThetaPrime(Latitude, Height); //Convert to radians Lambda = CAACoordinateTransformation::DegreesToRadians(Lambda); Beta = CAACoordinateTransformation::DegreesToRadians(Beta); Epsilon = CAACoordinateTransformation::DegreesToRadians(Epsilon); Semidiameter = CAACoordinateTransformation::DegreesToRadians(Semidiameter); - double sine = sin(Epsilon); - double cose = cos(Epsilon); - double cosBeta = cos(Beta); - double sinBeta = sin(Beta); + const double sine = sin(Epsilon); + const double cose = cos(Epsilon); + const double cosBeta = cos(Beta); + const double sinBeta = sin(Beta); //Calculate the Sidereal time double theta = CAASidereal::ApparentGreenwichSiderealTime(JD); theta = CAACoordinateTransformation::HoursToRadians(theta); - double sintheta = sin(theta); + const double sintheta = sin(theta); //Calculate the Parallax - double pi = asin(g_AAParallax_C1 / Distance); - double sinpi = sin(pi); + const double pi = asin(g_AAParallax_C1 / Distance); + const double sinpi = sin(pi); - double N = cos(Lambda)*cosBeta - C*sinpi*cos(theta); + const double N = cos(Lambda)*cosBeta - C*sinpi*cos(theta); CAATopocentricEclipticDetails Topocentric; Topocentric.Lambda = atan2(sin(Lambda)*cosBeta - sinpi*(S*sine + C*cose*sintheta), N); - double cosTopocentricLambda = cos(Topocentric.Lambda); + const double cosTopocentricLambda = cos(Topocentric.Lambda); Topocentric.Beta = atan(cosTopocentricLambda*(sinBeta - sinpi*(S*cose - C*sine*sintheta)) / N); Topocentric.Semidiameter = asin(cosTopocentricLambda*cos(Topocentric.Beta)*sin(Semidiameter) / N); diff --git a/Vendor/AA+/1.6.3/AAParallax.h b/Sources/AAPlus/include/AAParallax.h old mode 100755 new mode 100644 similarity index 74% rename from Vendor/AA+/1.6.3/AAParallax.h rename to Sources/AAPlus/include/AAParallax.h index da0ef3d..72d3bf3 --- a/Vendor/AA+/1.6.3/AAParallax.h +++ b/Sources/AAPlus/include/AAParallax.h @@ -1,9 +1,9 @@ /* -Module : AAPARALLAX.H +Module : AAParallax.h Purpose: Implementation for the algorithms which convert a geocentric set of coordinates to their topocentric equivalent Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -42,29 +42,22 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAATopocentricEclipticDetails { public: -//Constructors / Destructors - CAATopocentricEclipticDetails() : Lambda(0), - Beta(0), - Semidiameter(0) - { - }; - //Member variables - double Lambda; - double Beta; - double Semidiameter; + double Lambda = 0; + double Beta = 0; + double Semidiameter = 0; }; class AAPLUS_EXT_CLASS CAAParallax { public: //Conversion functions - static CAA2DCoordinate Equatorial2TopocentricDelta(double Alpha, double Delta, double Distance, double Longitude, double Latitude, double Height, double JD); - static CAA2DCoordinate Equatorial2Topocentric(double Alpha, double Delta, double Distance, double Longitude, double Latitude, double Height, double JD); - static CAATopocentricEclipticDetails Ecliptic2Topocentric(double Lambda, double Beta, double Semidiameter, double Distance, double Epsilon, double Latitude, double Height, double JD); + static CAA2DCoordinate Equatorial2TopocentricDelta(double Alpha, double Delta, double Distance, double Longitude, double Latitude, double Height, double JD) noexcept; + static CAA2DCoordinate Equatorial2Topocentric(double Alpha, double Delta, double Distance, double Longitude, double Latitude, double Height, double JD) noexcept; + static CAATopocentricEclipticDetails Ecliptic2Topocentric(double Lambda, double Beta, double Semidiameter, double Distance, double Epsilon, double Latitude, double Height, double JD) noexcept; - static double ParallaxToDistance(double Parallax); - static double DistanceToParallax(double Distance); + static double ParallaxToDistance(double Parallax) noexcept; + static double DistanceToParallax(double Distance) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAPhysicalJupiter.h b/Sources/AAPlus/include/AAPhysicalJupiter.h old mode 100755 new mode 100644 similarity index 67% rename from Vendor/AA+/1.6.3/AAPhysicalJupiter.h rename to Sources/AAPlus/include/AAPhysicalJupiter.h index a46bf06..0c14a34 --- a/Vendor/AA+/1.6.3/AAPhysicalJupiter.h +++ b/Sources/AAPlus/include/AAPhysicalJupiter.h @@ -1,9 +1,9 @@ /* -Module : AAPHYSICALJUPITER.H +Module : AAPhysicalJupiter.h Purpose: Implementation for the algorithms which obtain the physical parameters of Jupiter Created: PJN / 05-01-2004 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -37,32 +37,21 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAPhysicalJupiterDetails { public: -//Constructors / Destructors - CAAPhysicalJupiterDetails() : DE(0), - DS(0), - Geometricw1(0), - Geometricw2(0), - Apparentw1(0), - Apparentw2(0), - P(0) - { - }; - //Member variables - double DE; - double DS; - double Geometricw1; - double Geometricw2; - double Apparentw1; - double Apparentw2; - double P; + double DE = 0; + double DS = 0; + double Geometricw1 = 0; + double Geometricw2 = 0; + double Apparentw1 = 0; + double Apparentw2 = 0; + double P = 0; }; class AAPLUS_EXT_CLASS CAAPhysicalJupiter { public: //Static methods - static CAAPhysicalJupiterDetails Calculate(double JD, bool bHighPrecision); + static CAAPhysicalJupiterDetails Calculate(double JD, bool bHighPrecision) noexcept; }; #endif //#ifndef __AAPHYSICALJUPITER_H__ diff --git a/Vendor/AA+/1.6.3/AAPhysicalMars.h b/Sources/AAPlus/include/AAPhysicalMars.h old mode 100755 new mode 100644 similarity index 69% rename from Vendor/AA+/1.6.3/AAPhysicalMars.h rename to Sources/AAPlus/include/AAPhysicalMars.h index d3c802d..cc5a84e --- a/Vendor/AA+/1.6.3/AAPhysicalMars.h +++ b/Sources/AAPlus/include/AAPhysicalMars.h @@ -1,9 +1,9 @@ /* -Module : AAPHYSICALMARS.H +Module : AAPhysicalMars.h Purpose: Implementation for the algorithms which obtain the physical parameters of Mars Created: PJN / 04-01-2004 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -37,33 +37,22 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAPhysicalMarsDetails { public: - CAAPhysicalMarsDetails() : DE(0), - DS(0), - w(0), - P(0), - X(0), - k(0), - q(0), - d(0) - { - }; - //Member variables - double DE; - double DS; - double w; - double P; - double X; - double k; - double q; - double d; + double DE = 0; + double DS = 0; + double w = 0; + double P = 0; + double X = 0; + double k = 0; + double q = 0; + double d = 0; }; class AAPLUS_EXT_CLASS CAAPhysicalMars { public: //Static methods - static CAAPhysicalMarsDetails Calculate(double JD, bool bHighPrecision); + static CAAPhysicalMarsDetails Calculate(double JD, bool bHighPrecision) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAPhysicalMoon.h b/Sources/AAPlus/include/AAPhysicalMoon.h old mode 100755 new mode 100644 similarity index 65% rename from Vendor/AA+/1.6.3/AAPhysicalMoon.h rename to Sources/AAPlus/include/AAPhysicalMoon.h index 35396a9..d6b1666 --- a/Vendor/AA+/1.6.3/AAPhysicalMoon.h +++ b/Sources/AAPlus/include/AAPhysicalMoon.h @@ -1,9 +1,9 @@ /* -Module : AAPHYSICALMOON.H +Module : AAPhysicalMoon.h Purpose: Implementation for the algorithms which obtain the physical parameters of the Moon Created: PJN / 17-01-2004 -Copyright (c) 2004 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2004 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -42,58 +42,40 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAPhysicalMoonDetails { public: -//Constructors / Destructors - CAAPhysicalMoonDetails() : ldash(0), - bdash(0), - ldash2(0), - bdash2(0), - l(0), - b(0), - P(0) - { - }; - //Member variables - double ldash; - double bdash; - double ldash2; - double bdash2; - double l; - double b; - double P; + double ldash = 0; + double bdash = 0; + double ldash2 = 0; + double bdash2 = 0; + double l = 0; + double b = 0; + double P = 0; }; class AAPLUS_EXT_CLASS CAASelenographicMoonDetails { public: -//Constructors / Destructors - CAASelenographicMoonDetails() : l0(0), - b0(0), - c0(0) - { - }; - //Member variables - double l0; - double b0; - double c0; + double l0 = 0; + double b0 = 0; + double c0 = 0; }; class AAPLUS_EXT_CLASS CAAPhysicalMoon { public: //Static methods - static CAAPhysicalMoonDetails CalculateGeocentric(double JD); - static CAAPhysicalMoonDetails CalculateTopocentric(double JD, double Longitude, double Latitude); - static CAASelenographicMoonDetails CalculateSelenographicPositionOfSun(double JD, bool bHighPrecision); - static double AltitudeOfSun(double JD, double Longitude, double Latitude, bool bHighPrecision); - static double TimeOfSunrise(double JD, double Longitude, double Latitude, bool bHighPrecision); - static double TimeOfSunset(double JD, double Longitude, double Latitude, bool bHighPrecision); + static CAAPhysicalMoonDetails CalculateGeocentric(double JD) noexcept; + static CAAPhysicalMoonDetails CalculateTopocentric(double JD, double Longitude, double Latitude) noexcept; + static CAASelenographicMoonDetails CalculateSelenographicPositionOfSun(double JD, bool bHighPrecision) noexcept; + static double AltitudeOfSun(double JD, double Longitude, double Latitude, bool bHighPrecision) noexcept; + static double TimeOfSunrise(double JD, double Longitude, double Latitude, bool bHighPrecision) noexcept; + static double TimeOfSunset(double JD, double Longitude, double Latitude, bool bHighPrecision) noexcept; protected: - static double SunriseSunsetHelper(double JD, double Longitude, double Latitude, bool bSunrise, bool bHighPrecision); - static CAAPhysicalMoonDetails CalculateHelper(double JD, double& Lambda, double& Beta, double& epsilon, CAA2DCoordinate& Equatorial); - static void CalculateOpticalLibration(double JD, double Lambda, double Beta, double& ldash, double& bdash, double& ldash2, double& bdash2, double& epsilon, double& omega, double& DeltaU, double& sigma, double& I, double& rho); + static double SunriseSunsetHelper(double JD, double Longitude, double Latitude, bool bSunrise, bool bHighPrecision) noexcept; + static CAAPhysicalMoonDetails CalculateHelper(double JD, double& Lambda, double& Beta, double& epsilon, CAA2DCoordinate& Equatorial) noexcept; + static void CalculateOpticalLibration(double JD, double Lambda, double Beta, double& ldash, double& bdash, double& ldash2, double& bdash2, double& epsilon, double& omega, double& DeltaU, double& sigma, double& I, double& rho) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAPhysicalSun.h b/Sources/AAPlus/include/AAPhysicalSun.h old mode 100755 new mode 100644 similarity index 77% rename from Vendor/AA+/1.6.3/AAPhysicalSun.h rename to Sources/AAPlus/include/AAPhysicalSun.h index c78a1a9..06a2f2d --- a/Vendor/AA+/1.6.3/AAPhysicalSun.h +++ b/Sources/AAPlus/include/AAPhysicalSun.h @@ -1,9 +1,9 @@ /* -Module : AAPHYSICALSUN.H +Module : AAPhysicalSun.h Purpose: Implementation for the algorithms which obtain the physical parameters of the Sun Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -37,25 +37,18 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAPhysicalSunDetails { public: -//Constructors / Destructors - CAAPhysicalSunDetails() : P(0), - B0(0), - L0(0) - { - }; - //Member variables - double P; - double B0; - double L0; + double P = 0; + double B0 = 0; + double L0 = 0; }; class AAPLUS_EXT_CLASS CAAPhysicalSun { public: //Static methods - static CAAPhysicalSunDetails Calculate(double JD, bool bHighPrecision); - static double TimeOfStartOfRotation(long C); + static CAAPhysicalSunDetails Calculate(double JD, bool bHighPrecision) noexcept; + static double TimeOfStartOfRotation(long C) noexcept; }; diff --git a/Sources/AAPlus/include/AAPlanetPerihelionAphelion.cpp b/Sources/AAPlus/include/AAPlanetPerihelionAphelion.cpp new file mode 100644 index 0000000..fb36a9d --- /dev/null +++ b/Sources/AAPlus/include/AAPlanetPerihelionAphelion.cpp @@ -0,0 +1,100 @@ +/* +Module : AAPlanetPerihelionAphelion.cpp +Purpose: Implementation for the algorithms which obtain the dates of Perihelion and Aphelion of the planets +Created: PJN / 29-12-2003 +History: PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + PJN / 12-03-2021 1. Changed the behavior of the CAAPlanetPerihelionAphelion::*K methods to now return + the K value before it is rounded. This new behaviour is now consistent with all the + other methods in the AA+ framework which return so called "K" values. This means that + client code must round this value before calling other methods in this class with + this K value. + 2. Merged the separate perihelion and aphelion methods for all the planets except Earth + in CAAPlanetPerihelionAphelion into one method per planet. This new behaviour is now + consistent with all the other methods in the AA+ framework which work with so called + "K" values + 3. Fixed a bug in CAAPlanetPerihelionAphelion::EarthAphelion where the kdash and + ksquared values were not being calculated correctly. + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +///////////////////////////////// Includes //////////////////////////////////// + +#include "stdafx.h" +#include "AAPlanetPerihelionAphelion.h" +#include "AACoordinateTransformation.h" +#include +using namespace std; + + +///////////////////////////////// Implementation ////////////////////////////// + +double CAAPlanetPerihelionAphelion::EarthPerihelion(double k, bool bBarycentric) noexcept +{ + const double ksquared = k * k; + double JD = 2451547.507 + (365.2596358 * k) + (0.0000000156 * ksquared); + + if (!bBarycentric) + { + //Apply the corrections + double A1 = CAACoordinateTransformation::MapTo0To360Range(328.41 + (132.788585 * k)); + A1 = CAACoordinateTransformation::DegreesToRadians(A1); + double A2 = CAACoordinateTransformation::MapTo0To360Range(316.13 + (584.903153 * k)); + A2 = CAACoordinateTransformation::DegreesToRadians(A2); + double A3 = CAACoordinateTransformation::MapTo0To360Range(346.20 + (450.380738 * k)); + A3 = CAACoordinateTransformation::DegreesToRadians(A3); + double A4 = CAACoordinateTransformation::MapTo0To360Range(136.95 + (659.306737 * k)); + A4 = CAACoordinateTransformation::DegreesToRadians(A4); + double A5 = CAACoordinateTransformation::MapTo0To360Range(249.52 + (329.653368 * k)); + A5 = CAACoordinateTransformation::DegreesToRadians(A5); + + JD += (1.278 * sin(A1)); + JD -= (0.055 * sin(A2)); + JD -= (0.091 * sin(A3)); + JD -= (0.056 * sin(A4)); + JD -= (0.045 * sin(A5)); + } + + return JD; +} + +double CAAPlanetPerihelionAphelion::EarthAphelion(double k, bool bBarycentric) noexcept +{ + const double ksquared = k * k; + double JD = 2451547.507 + (365.2596358 * k) + (0.0000000156 * ksquared); + + if (!bBarycentric) + { + //Apply the corrections + double A1 = CAACoordinateTransformation::MapTo0To360Range(328.41 + (132.788585 * k)); + A1 = CAACoordinateTransformation::DegreesToRadians(A1); + double A2 = CAACoordinateTransformation::MapTo0To360Range(316.13 + (584.903153 * k)); + A2 = CAACoordinateTransformation::DegreesToRadians(A2); + double A3 = CAACoordinateTransformation::MapTo0To360Range(346.20 + (450.380738 * k)); + A3 = CAACoordinateTransformation::DegreesToRadians(A3); + double A4 = CAACoordinateTransformation::MapTo0To360Range(136.95 + (659.306737 * k)); + A4 = CAACoordinateTransformation::DegreesToRadians(A4); + double A5 = CAACoordinateTransformation::MapTo0To360Range(249.52 + (329.653368 * k)); + A5 = CAACoordinateTransformation::DegreesToRadians(A5); + + JD -= (1.352 * sin(A1)); + JD += (0.061 * sin(A2)); + JD += (0.062 * sin(A3)); + JD += (0.029 * sin(A4)); + JD += (0.031 * sin(A5)); + } + + return JD; +} diff --git a/Sources/AAPlus/include/AAPlanetPerihelionAphelion.h b/Sources/AAPlus/include/AAPlanetPerihelionAphelion.h new file mode 100644 index 0000000..fd796c4 --- /dev/null +++ b/Sources/AAPlus/include/AAPlanetPerihelionAphelion.h @@ -0,0 +1,151 @@ +/* +Module : AAPlanetPerihelionAphelion.h +Purpose: Implementation for the algorithms which obtain the dates of Perihelion and Aphelion of the planets +Created: PJN / 29-12-2003 + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AAPLANETPERIHELIONAPHELION_H__ +#define __AAPLANETPERIHELIONAPHELION_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +/////////////////////// Classes /////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAAPlanetPerihelionAphelion +{ +public: +//Static methods + constexpr static double MercuryK(double Year) noexcept + { + return 4.15201 * (Year - 2000.12); + } + + constexpr static double Mercury(double k) noexcept + { + return 2451590.257 + (87.96934963 * k); + } + + constexpr static double VenusK(double Year) noexcept + { + return 1.62549 * (Year - 2000.53); + } + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + constexpr static double Venus(double k) noexcept + { + const double kdash = k; + const double ksquared = kdash * kdash; + return 2451738.233 + (224.7008188 * kdash) - (0.0000000327 * ksquared); + } + + constexpr static double EarthK(double Year) noexcept + { + return 0.99997 * (Year - 2000.01); + } + + static double EarthPerihelion(double k, bool bBarycentric = false) noexcept; + static double EarthAphelion(double k, bool bBarycentric = false) noexcept; + + constexpr static double MarsK(double Year) noexcept + { + return 0.53166 * (Year - 2001.78); + } + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + constexpr static double Mars(double k) noexcept + { + const double kdash = k; + const double ksquared = kdash * kdash; + return 2452195.026 + (686.9957857 * kdash) - (0.0000001187 * ksquared); + } + + constexpr static double JupiterK(double Year) noexcept + { + return 0.08430 * (Year - 2011.20); + } + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + constexpr static double Jupiter(double k) noexcept + { + const double kdash = k; + const double ksquared = kdash * kdash; + return 2455636.936 + (4332.897065 * kdash) + (0.0001367 * ksquared); + } + + constexpr static double SaturnK(double Year) noexcept + { + return 0.03393 * (Year - 2003.52); + } + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + constexpr static double Saturn(double k) noexcept + { + const double kdash = k; + const double ksquared = kdash * kdash; + return 2452830.12 + (10764.21676 * kdash) + (0.000827 * ksquared); + } + + constexpr static double UranusK(double Year) noexcept + { + return 0.01190 * (Year - 2051.1); + } + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + constexpr static double Uranus(double k) noexcept + { + const double kdash = k; + const double ksquared = kdash * kdash; + return 2470213.5 + (30694.8767 * kdash) - (0.00541 * ksquared); + } + + constexpr static double NeptuneK(double Year) noexcept + { + return 0.00607 * (Year - 2047.5); + } + +#ifdef _MSC_VER + #pragma warning(suppress : 26497) +#endif //#ifdef _MSC_VER + constexpr static double Neptune(double k) noexcept + { + const double kdash = k; + const double ksquared = kdash * kdash; + return 2468895.1 + (60190.33 * kdash) + (0.03429 * ksquared); + } +}; + + +#endif //#ifndef __AAPLANETPERIHELIONAPHELION_H__ diff --git a/Sources/AAPlus/include/AAPlanetPerihelionAphelion2.cpp b/Sources/AAPlus/include/AAPlanetPerihelionAphelion2.cpp new file mode 100644 index 0000000..d2a0fb9 --- /dev/null +++ b/Sources/AAPlus/include/AAPlanetPerihelionAphelion2.cpp @@ -0,0 +1,136 @@ +/* +Module : AAPlanetPerihelionAphelion2.cpp +Purpose: Implementation for the algorithms which obtain the dates of Perihelion and Aphelion of the planets (revised version) +Created: PJN / 02-06-2020 +History: PJN / 02-06-2020 1. Initial implementation + +Copyright (c) 2020 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +///////////////////////////// Includes //////////////////////////////////////// + +#include "stdafx.h" +#include "AAPlanetPerihelionAphelion2.h" +#include "AAMercury.h" +#include "AAVenus.h" +#include "AAEarth.h" +#include "AAMars.h" +#include "AAJupiter.h" +#include "AASaturn.h" +#include "AAUranus.h" +#include "AANeptune.h" +#include "AAPluto.h" +#include "AAInterpolate.h" +#include +using namespace std; + + +///////////////////////////// Implementation ////////////////////////////////// + +vector CAAPlanetPerihelionAphelion2::Calculate(double StartJD, double EndJD, Object object, double StepInterval, bool bHighPrecision) +{ + //What will be the return value + vector events; + + double JD = StartJD; + double LastDistance0 = 0; + double LastDistance1 = 0; + while (JD < EndJD) + { + double Distance = 0; + switch (object) + { + case Object::MERCURY: + { + Distance = CAAMercury::RadiusVector(JD, bHighPrecision); + break; + } + case Object::VENUS: + { + Distance = CAAVenus::RadiusVector(JD, bHighPrecision); + break; + } + case Object::EARTH: + { + Distance = CAAEarth::RadiusVector(JD, bHighPrecision); + break; + } + case Object::MARS: + { + Distance = CAAMars::RadiusVector(JD, bHighPrecision); + break; + } + case Object::JUPITER: + { + Distance = CAAJupiter::RadiusVector(JD, bHighPrecision); + break; + } + case Object::SATURN: + { + Distance = CAASaturn::RadiusVector(JD, bHighPrecision); + break; + } + case Object::URANUS: + { + Distance = CAAUranus::RadiusVector(JD, bHighPrecision); + break; + } + case Object::NEPTUNE: + { + Distance = CAANeptune::RadiusVector(JD, bHighPrecision); + break; + } + case Object::PLUTO: + { + Distance = CAAPluto::RadiusVector(JD); //No high precision algorithm for Pluto! + break; + } + default: + { + assert(false); + break; + } + } + + if ((LastDistance0 != 0) && (LastDistance1 != 0)) + { + if ((LastDistance0 > Distance) && (LastDistance0 > LastDistance1)) + { + CAAPlanetPerihelionAphelionDetails2 event; + event.type = CAAPlanetPerihelionAphelionDetails2::Type::Aphelion; + double fraction = 0; + event.Value = CAAInterpolate::Extremum(LastDistance1, LastDistance0, Distance, fraction); + event.JD = JD - StepInterval + (fraction * StepInterval); + events.push_back(event); + } + else if ((LastDistance0 < Distance) && (LastDistance0 < LastDistance1)) + { + CAAPlanetPerihelionAphelionDetails2 event; + event.type = CAAPlanetPerihelionAphelionDetails2::Type::Perihelion; + double fraction = 0; + event.Value = CAAInterpolate::Extremum(LastDistance1, LastDistance0, Distance, fraction); + event.JD = JD - StepInterval + (fraction * StepInterval); + events.push_back(event); + } + } + + //Prepare for the next loop + LastDistance1 = LastDistance0; + LastDistance0 = Distance; + JD += StepInterval; + } + + return events; +} diff --git a/Sources/AAPlus/include/AAPlanetPerihelionAphelion2.h b/Sources/AAPlus/include/AAPlanetPerihelionAphelion2.h new file mode 100644 index 0000000..9ee17c3 --- /dev/null +++ b/Sources/AAPlus/include/AAPlanetPerihelionAphelion2.h @@ -0,0 +1,82 @@ +/* +Module : AAPlanetPerihelionAphelion2.h +Purpose: Implementation for the algorithms which obtain the dates of Perihelion and Aphelion of the planets (revised version) +Created: PJN / 01-06-2020 + +Copyright (c) 2020 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AAPLANETPERIHELIONAPHELION2_H__ +#define __AAPLANETPERIHELIONAPHELION2_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +/////////////////////// Includes ////////////////////////////////////////////// + +#include "AA2DCoordinate.h" +#include + + +/////////////////////// Classes /////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAAPlanetPerihelionAphelionDetails2 +{ +public: +//Enums + enum class Type + { + NotDefined = 0, + Perihelion = 1, + Aphelion = 2 + }; + +//Member variables + Type type = Type::NotDefined; //The type of the event which has occurred + double JD = 0; //When the event occurred in TT + double Value = 0; //The actual distance in AU +}; + +class AAPLUS_EXT_CLASS CAAPlanetPerihelionAphelion2 +{ +public: +//Enums + enum class Object + { + MERCURY, + VENUS, + EARTH, + MARS, + JUPITER, + SATURN, + URANUS, + NEPTUNE, + PLUTO + }; + +//Static methods + static std::vector Calculate(double StartJD, double EndJD, Object object, double StepInterval = 0.007, bool bHighPrecision = false); +}; + + +#endif //#ifndef __AAPLANETPERIHELIONAPHELION2_H__ diff --git a/Vendor/AA+/1.6.3/AAPlanetaryPhenomena.h b/Sources/AAPlus/include/AAPlanetaryPhenomena.h old mode 100755 new mode 100644 similarity index 74% rename from Vendor/AA+/1.6.3/AAPlanetaryPhenomena.h rename to Sources/AAPlus/include/AAPlanetaryPhenomena.h index c4e00a4..9b651ee --- a/Vendor/AA+/1.6.3/AAPlanetaryPhenomena.h +++ b/Sources/AAPlus/include/AAPlanetaryPhenomena.h @@ -1,9 +1,9 @@ /* -Module : AAPLANETARYPHENOMENA.H +Module : AAPlanetaryPhenomena.h Purpose: Implementation for the algorithms which obtain the dates of various planetary phenomena Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,7 +38,7 @@ class AAPLUS_EXT_CLASS CAAPlanetaryPhenomena { public: //Enums - enum PlanetaryObject + enum class Planet { MERCURY, VENUS, @@ -49,7 +49,7 @@ class AAPLUS_EXT_CLASS CAAPlanetaryPhenomena NEPTUNE }; - enum EventType + enum class Type { INFERIOR_CONJUNCTION, SUPERIOR_CONJUNCTION, @@ -62,10 +62,10 @@ class AAPLUS_EXT_CLASS CAAPlanetaryPhenomena }; //Static methods - static double K(double Year, PlanetaryObject object, EventType type); - static double Mean(double k, PlanetaryObject object, EventType type); - static double True(double k, PlanetaryObject object, EventType type); - static double ElongationValue(double k, PlanetaryObject object, bool bEastern); + static double K(double Year, Planet planet, Type type) noexcept; + static double Mean(double k, Planet planet, Type type) noexcept; + static double True(double k, Planet planet, Type type) noexcept; + static double ElongationValue(double k, Planet planet, bool bEastern) noexcept; }; diff --git a/Sources/AAPlus/include/AAPlanetaryPhenomena2.h b/Sources/AAPlus/include/AAPlanetaryPhenomena2.h new file mode 100644 index 0000000..782e6c7 --- /dev/null +++ b/Sources/AAPlus/include/AAPlanetaryPhenomena2.h @@ -0,0 +1,110 @@ +/* +Module : AAPlanetaryPhenomena2.h +Purpose: Implementation for the algorithms which obtain the dates of various planetary phenomena (revised version) +Created: PJN / 11-06-2020 + +Copyright (c) 2020 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AAPLANETARYPHENOMENA2_H__ +#define __AAPLANETARYPHENOMENA2_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +/////////////////////// Includes ////////////////////////////////////////////// + +#include "AA2DCoordinate.h" +#include + + +/////////////////////// Classes /////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAAPlanetaryPhenomenaDetails2 +{ +public: +//Enums + enum class Type + { + NotDefined = 0, + InferiorConjunctionInEclipticLongitude = 1, + InferiorConjunctionInRA = 2, + InferiorConjunctionInAngularDistance = 3, + SuperiorConjunctionInEclipticLongitude = 4, + SuperiorConjunctionInRA = 5, + SuperiorConjunctionInAngularDistance = 6, + GreatestWesternElongationInEclipticLongitude = 7, + GreatestWesternElongationInRA = 8, + GreatestWesternElongationInAngularDistance = 9, + GreatestEasternElongationInEclipticLongitude = 10, + GreatestEasternElongationInRA = 11, + GreatestEasternElongationInAngularDistance = 12, + OppositionInEclipticLongitude = 13, + OppositionInRA = 14, + OppositionInAngularDistance = 15, + ConjunctionInEclipticLongitude = 16, + ConjunctionInRA = 17, + ConjunctionInAngularDistance = 18, + Station1InEclipticLongitude = 19, + Station1InRA = 20, + Station2InEclipticLongitude = 21, + Station2InRA = 22, + WesternQuadratureInEclipticLongitude = 23, + WesternQuadratureInRA = 24, + WesternQuadratureInAngularDistance = 25, + EasternQuadratureInEclipticLongitude = 26, + EasternQuadratureInRA = 27, + EasternQuadratureInAngularDistance = 28 + }; + +//Member variables + Type type = Type::NotDefined; //The type of the event which has occurred + double JD = 0; //When the event occurred in TT + double Value = 0; //The value associated with the event +}; + +class AAPLUS_EXT_CLASS CAAPlanetaryPhenomena2 +{ +public: +//Enums + enum class Object + { + MERCURY, + VENUS, + MARS, + JUPITER, + SATURN, + URANUS, + NEPTUNE + }; + +//Static methods + static std::vector Calculate(double StartJD, double EndJD, Object object, double StepInterval = 0.007, bool bHighPrecision = false); + +protected: + static void CorrectRAValuesForInterpolation(double& Alpha1, double& Alpha2, double& Alpha3) noexcept; + static void CorrectLongitudeValuesForInterpolation(double& Long1, double& Long2, double& Long3) noexcept; +}; + + +#endif //#ifndef __AAPLANETARYPHENOMENA2_H__ diff --git a/Sources/AAPlus/include/AAPluto.cpp b/Sources/AAPlus/include/AAPluto.cpp new file mode 100644 index 0000000..1b3eee0 --- /dev/null +++ b/Sources/AAPlus/include/AAPluto.cpp @@ -0,0 +1,316 @@ +/* +Module : AAPluto.cpp +Purpose: Implementation for the algorithms which obtain the heliocentric position of Pluto +Created: PJN / 29-12-2003 +History: PJN / 07-02-2009 1. Optimized the layout of the PlutoCoefficient1 structure by making all elements + integers instead of doubles. + PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this + issue when compiling AA+ on ARM. + PJN / 01-08-2017 1. Fixed up alignment of lookup tables in AAPluto.cpp module + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + PJN / 13-04-2020 1. Reworked C arrays to use std::array + PJN / 29-04-2020 1. Fixed a compilation issue on GCC where size_t was undefined in various modules. + Thanks to Bert Devlieghe for reporting this bug. + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +//////////////////////// Includes ///////////////////////////////////////////// + +#include "stdafx.h" +#include "AAPluto.h" +#include "AACoordinateTransformation.h" +#include +#include +#include +using namespace std; + + +//////////////////////// Macros / Defines ///////////////////////////////////// + +#ifdef _MSC_VER +#pragma warning(disable : 26446 26482 26485) +#endif //#ifdef _MSC_VER + +struct PlutoCoefficient1 +{ + int J; + int S; + int P; +}; + +struct PlutoCoefficient2 +{ + double A; + double B; +}; + +constexpr array g_PlutoArgumentCoefficients +{ { + { 0, 0, 1 }, + { 0, 0, 2 }, + { 0, 0, 3 }, + { 0, 0, 4 }, + { 0, 0, 5 }, + { 0, 0, 6 }, + { 0, 1, -1 }, + { 0, 1, 0 }, + { 0, 1, 1 }, + { 0, 1, 2 }, + { 0, 1, 3 }, + { 0, 2, -2 }, + { 0, 2, -1 }, + { 0, 2, 0 }, + { 1, -1, 0 }, + { 1, -1, 1 }, + { 1, 0, -3 }, + { 1, 0, -2 }, + { 1, 0, -1 }, + { 1, 0, 0 }, + { 1, 0, 1 }, + { 1, 0, 2 }, + { 1, 0, 3 }, + { 1, 0, 4 }, + { 1, 1, -3 }, + { 1, 1, -2 }, + { 1, 1, -1 }, + { 1, 1, 0 }, + { 1, 1, 1 }, + { 1, 1, 3 }, + { 2, 0, -6 }, + { 2, 0, -5 }, + { 2, 0, -4 }, + { 2, 0, -3 }, + { 2, 0, -2 }, + { 2, 0, -1 }, + { 2, 0, 0 }, + { 2, 0, 1 }, + { 2, 0, 2 }, + { 2, 0, 3 }, + { 3, 0, -2 }, + { 3, 0, -1 }, + { 3, 0, 0 } +} }; + +constexpr array g_PlutoLongitudeCoefficients +{ { + { -19799805, 19850055 }, + { 897144, -4954829 }, + { 611149, 1211027 }, + { -341243, -189585 }, + { 129287, -34992 }, + { -38164, 30893 }, + { 20442, -9987 }, + { -4063, -5071 }, + { -6016, -3336 }, + { -3956, 3039 }, + { -667, 3572 }, + { 1276, 501 }, + { 1152, -917 }, + { 630, -1277 }, + { 2571, -459 }, + { 899, -1449 }, + { -1016, 1043 }, + { -2343, -1012 }, + { 7042, 788 }, + { 1199, -338 }, + { 418, -67 }, + { 120, -274 }, + { -60, -159 }, + { -82, -29 }, + { -36, -29 }, + { -40, 7 }, + { -14, 22 }, + { 4, 13 }, + { 5, 2 }, + { -1, 0 }, + { 2, 0 }, + { -4, 5 }, + { 4, -7 }, + { 14, 24 }, + { -49, -34 }, + { 163, -48 }, + { 9, -24 }, + { -4, 1 }, + { -3, 1 }, + { 1, 3 }, + { -3, -1 }, + { 5, -3 }, + { 0, 0 } +} }; + +constexpr array g_PlutoLatitudeCoefficients +{ { + { -5452852, -14974862 }, + { 3527812, 1672790 }, + { -1050748, 327647 }, + { 178690, -292153 }, + { 18650, 100340 }, + { -30697, -25823 }, + { 4878, 11248 }, + { 226, -64 }, + { 2030, -836 }, + { 69, -604 }, + { -247, -567 }, + { -57, 1 }, + { -122, 175 }, + { -49, -164 }, + { -197, 199 }, + { -25, 217 }, + { 589, -248 }, + { -269, 711 }, + { 185, 193 }, + { 315, 807 }, + { -130, -43 }, + { 5, 3 }, + { 2, 17 }, + { 2, 5 }, + { 2, 3 }, + { 3, 1 }, + { 2, -1 }, + { 1, -1 }, + { 0, -1 }, + { 0, 0 }, + { 0, -2 }, + { 2, 2 }, + { -7, 0 }, + { 10, -8 }, + { -3, 20 }, + { 6, 5 }, + { 14, 17 }, + { -2, 0 }, + { 0, 0 }, + { 0, 0 }, + { 0, 1 }, + { 0, 0 }, + { 1, 0 } +} }; + +constexpr array g_PlutoRadiusCoefficients +{ { + { 66865439, 68951812 }, + { -11827535, -332538 }, + { 1593179, -1438890 }, + { -18444, 483220 }, + { -65977, -85431 }, + { 31174, -6032 }, + { -5794, 22161 }, + { 4601, 4032 }, + { -1729, 234 }, + { -415, 702 }, + { 239, 723 }, + { 67, -67 }, + { 1034, -451 }, + { -129, 504 }, + { 480, -231 }, + { 2, -441 }, + { -3359, 265 }, + { 7856, -7832 }, + { 36, 45763 }, + { 8663, 8547 }, + { -809, -769 }, + { 263, -144 }, + { -126, 32 }, + { -35, -16 }, + { -19, -4 }, + { -15, 8 }, + { -4, 12 }, + { 5, 6 }, + { 3, 1 }, + { 6, -2 }, + { 2, 2 }, + { -2, -2 }, + { 14, 13 }, + { -63, 13 }, + { 136, -236 }, + { 273, 1065 }, + { 251, 149 }, + { -25, -9 }, + { 9, -2 }, + { -8, 7 }, + { 2, -10 }, + { 19, 35 }, + { 10, 3 } +} }; + + +/////////////////////////////////// Implementation //////////////////////////// + +double CAAPluto::EclipticLongitude(double JD) noexcept +{ + const double T = (JD - 2451545) / 36525; + const double J = 34.35 + 3034.9057*T; + const double S = 50.08 + 1222.1138*T; + const double P = 238.96 + 144.9600*T; + + //Calculate Longitude + double L = 0; + constexpr size_t nPlutoCoefficients = g_PlutoArgumentCoefficients.size(); + for (size_t i=0; i +#include +using namespace std; + + +///////////////////////////// Implementation ////////////////////////////////// + +void CAARiseTransitSet2::AddEvents(vector& events, double LastAltitudeForDetectingRiseSet, double AltitudeForDetectingRiseSet, + double LastAltitudeForInterpolation, double h0, const CAA2DCoordinate& Horizontal, double LastJD, double StepInterval, double LastBearing, + Object object, double LastAltitudeForDetectingTwilight, double AltitudeForTwilight) +{ + if ((object == Object::SUN) && (LastAltitudeForDetectingTwilight != -90)) + { + if ((LastAltitudeForDetectingTwilight < -18) && (AltitudeForTwilight >= -18)) + { + CAARiseTransitSetDetails2 event; + event.type = CAARiseTransitSetDetails2::Type::AstronomicalDawn; + const double fraction = (-18 - LastAltitudeForInterpolation) / (Horizontal.Y - LastAltitudeForInterpolation); + event.JD = LastJD + (fraction * StepInterval); + + //Ensure the LastBearing and Horizontal.X values are correct for interpolation + double LastBearing2 = LastBearing; + double HorizontalX2 = Horizontal.X; + if (fabs(HorizontalX2 - LastBearing2) > 180) + { + if (HorizontalX2 > LastBearing2) + LastBearing2 += 360; + else + HorizontalX2 += 360; + } + + event.Bearing = CAACoordinateTransformation::MapTo0To360Range(LastBearing2 + (fraction * (HorizontalX2 - LastBearing2))); + events.push_back(event); + } + else if ((LastAltitudeForDetectingTwilight < -12) && (AltitudeForTwilight >= -12)) + { + CAARiseTransitSetDetails2 event; + event.type = CAARiseTransitSetDetails2::Type::NauticalDawn; + const double fraction = (-12 - LastAltitudeForInterpolation) / (Horizontal.Y - LastAltitudeForInterpolation); + event.JD = LastJD + (fraction * StepInterval); + + //Ensure the LastBearing and Horizontal.X values are correct for interpolation + double LastBearing2 = LastBearing; + double HorizontalX2 = Horizontal.X; + if (fabs(HorizontalX2 - LastBearing2) > 180) + { + if (HorizontalX2 > LastBearing2) + LastBearing2 += 360; + else + HorizontalX2 += 360; + } + + event.Bearing = CAACoordinateTransformation::MapTo0To360Range(LastBearing2 + (fraction * (HorizontalX2 - LastBearing2))); + events.push_back(event); + } + else if ((LastAltitudeForDetectingTwilight < -6) && (AltitudeForTwilight >= -6)) + { + CAARiseTransitSetDetails2 event; + event.type = CAARiseTransitSetDetails2::Type::CivilDawn; + const double fraction = (-6 - LastAltitudeForInterpolation) / (Horizontal.Y - LastAltitudeForInterpolation); + event.JD = LastJD + (fraction * StepInterval); + + //Ensure the LastBearing and Horizontal.X values are correct for interpolation + double LastBearing2 = LastBearing; + double HorizontalX2 = Horizontal.X; + if (fabs(HorizontalX2 - LastBearing2) > 180) + { + if (HorizontalX2 > LastBearing2) + LastBearing2 += 360; + else + HorizontalX2 += 360; + } + + event.Bearing = CAACoordinateTransformation::MapTo0To360Range(LastBearing2 + (fraction * (HorizontalX2 - LastBearing2))); + events.push_back(event); + } + else if ((LastAltitudeForDetectingTwilight > -18) && (AltitudeForTwilight <= -18)) + { + CAARiseTransitSetDetails2 event; + event.type = CAARiseTransitSetDetails2::Type::AstronomicalDusk; + const double fraction = (-18 - LastAltitudeForInterpolation) / (Horizontal.Y - LastAltitudeForInterpolation); + event.JD = LastJD + (fraction * StepInterval); + + //Ensure the LastBearing and Horizontal.X values are correct for interpolation + double LastBearing2 = LastBearing; + double HorizontalX2 = Horizontal.X; + if (fabs(HorizontalX2 - LastBearing2) > 180) + { + if (HorizontalX2 > LastBearing2) + LastBearing2 += 360; + else + HorizontalX2 += 360; + } + + event.Bearing = CAACoordinateTransformation::MapTo0To360Range(LastBearing2 + (fraction * (HorizontalX2 - LastBearing2))); + events.push_back(event); + } + else if ((LastAltitudeForDetectingTwilight > -12) && (AltitudeForTwilight <= -12)) + { + CAARiseTransitSetDetails2 event; + event.type = CAARiseTransitSetDetails2::Type::NauticalDusk; + const double fraction = (-12 - LastAltitudeForInterpolation) / (Horizontal.Y - LastAltitudeForInterpolation); + event.JD = LastJD + (fraction * StepInterval); + + //Ensure the LastBearing and Horizontal.X values are correct for interpolation + double LastBearing2 = LastBearing; + double HorizontalX2 = Horizontal.X; + if (fabs(HorizontalX2 - LastBearing2) > 180) + { + if (HorizontalX2 > LastBearing2) + LastBearing2 += 360; + else + HorizontalX2 += 360; + } + + event.Bearing = CAACoordinateTransformation::MapTo0To360Range(LastBearing2 + (fraction * (HorizontalX2 - LastBearing2))); + events.push_back(event); + } + else if ((LastAltitudeForDetectingTwilight > -6) && (AltitudeForTwilight <= -6)) + { + CAARiseTransitSetDetails2 event; + event.type = CAARiseTransitSetDetails2::Type::CivilDusk; + const double fraction = (-6 - LastAltitudeForInterpolation) / (Horizontal.Y - LastAltitudeForInterpolation); + event.JD = LastJD + (fraction * StepInterval); + + //Ensure the LastBearing and Horizontal.X values are correct for interpolation + double LastBearing2 = LastBearing; + double HorizontalX2 = Horizontal.X; + if (fabs(HorizontalX2 - LastBearing2) > 180) + { + if (HorizontalX2 > LastBearing2) + LastBearing2 += 360; + else + HorizontalX2 += 360; + } + + event.Bearing = CAACoordinateTransformation::MapTo0To360Range(LastBearing2 + (fraction * (HorizontalX2 - LastBearing2))); + events.push_back(event); + } + } + if (LastAltitudeForDetectingRiseSet != -90) + { + if ((LastAltitudeForDetectingRiseSet < 0) && (AltitudeForDetectingRiseSet >= 0)) //We have just rose above the horizon + { + CAARiseTransitSetDetails2 event; + event.type = CAARiseTransitSetDetails2::Type::Rise; + const double fraction = (0 - LastAltitudeForInterpolation + h0) / (Horizontal.Y - LastAltitudeForInterpolation); + event.JD = LastJD + (fraction * StepInterval); + + //Ensure the LastBearing and Horizontal.X values are correct for interpolation + double LastBearing2 = LastBearing; + double HorizontalX2 = Horizontal.X; + if (fabs(HorizontalX2 - LastBearing2) > 180) + { + if (HorizontalX2 > LastBearing2) + LastBearing2 += 360; + else + HorizontalX2 += 360; + } + + event.Bearing = CAACoordinateTransformation::MapTo0To360Range(LastBearing2 + (fraction * (HorizontalX2 - LastBearing2))); + events.push_back(event); + } + else if ((LastAltitudeForDetectingRiseSet > 0) && (AltitudeForDetectingRiseSet <= 0)) //We have just set below the horizon + { + CAARiseTransitSetDetails2 event; + event.type = CAARiseTransitSetDetails2::Type::Set; + const double fraction = (0 - LastAltitudeForInterpolation + h0) / (Horizontal.Y - LastAltitudeForInterpolation); + event.JD = LastJD + (fraction * StepInterval); + + //Ensure the LastBearing and Horizontal.X values are correct for interpolation + double LastBearing2 = LastBearing; + double HorizontalX2 = Horizontal.X; + if (fabs(HorizontalX2 - LastBearing2) > 180) + { + if (HorizontalX2 > LastBearing2) + LastBearing2 += 360; + else + HorizontalX2 += 360; + } + + event.Bearing = CAACoordinateTransformation::MapTo0To360Range(LastBearing2 + (fraction * (HorizontalX2 - LastBearing2))); + events.push_back(event); + } + } + if (LastBearing != -1) + { + if ((LastBearing > 270) && (Horizontal.X >= 0) && (Horizontal.X <= 90)) //We have just crossed the southern meridian from east to west + { + CAARiseTransitSetDetails2 event; + event.type = CAARiseTransitSetDetails2::Type::SouthernTransit; + const double fraction = (360 - LastBearing) / (Horizontal.X + (360 - LastBearing)); + event.JD = LastJD + (fraction * StepInterval); + event.GeometricAltitude = LastAltitudeForInterpolation + (fraction * (Horizontal.Y - LastAltitudeForInterpolation)); + event.bAboveHorizon = (AltitudeForDetectingRiseSet > 0); + events.push_back(event); + } + else if ((LastBearing < 90) && (Horizontal.X >= 270) && (Horizontal.X <= 360)) //We have just crossed the southern meridian from west to east + { + CAARiseTransitSetDetails2 event; + event.type = CAARiseTransitSetDetails2::Type::SouthernTransit; + const double fraction = LastBearing / (360 - Horizontal.X + LastBearing); + event.JD = LastJD + (fraction * StepInterval); + event.GeometricAltitude = LastAltitudeForInterpolation + (fraction * (Horizontal.Y - LastAltitudeForInterpolation)); + event.bAboveHorizon = (AltitudeForDetectingRiseSet > 0); + events.push_back(event); + } + else if ((LastBearing < 180) && (Horizontal.X >= 180)) //We have just crossed the northern meridian from west to east + { + CAARiseTransitSetDetails2 event; + event.type = CAARiseTransitSetDetails2::Type::NorthernTransit; + const double fraction = (180 - LastBearing) / (Horizontal.X - LastBearing); + event.JD = LastJD + (fraction * StepInterval); + event.GeometricAltitude = LastAltitudeForInterpolation + (fraction * (Horizontal.Y - LastAltitudeForInterpolation)); + event.bAboveHorizon = (AltitudeForDetectingRiseSet > 0); + events.push_back(event); + } + else if ((LastBearing > 180) && (Horizontal.X <= 180)) //We have just crossed the northern meridian from east to west + { + CAARiseTransitSetDetails2 event; + event.type = CAARiseTransitSetDetails2::Type::NorthernTransit; + const double fraction = ((LastBearing - 180) / (LastBearing - Horizontal.X)); + event.JD = LastJD + (fraction * StepInterval); + event.GeometricAltitude = LastAltitudeForInterpolation + (fraction * (Horizontal.Y - LastAltitudeForInterpolation)); + event.bAboveHorizon = (AltitudeForDetectingRiseSet > 0); + events.push_back(event); + } + } +} + +vector CAARiseTransitSet2::Calculate(double StartJD, double EndJD, Object object, double Longitude, double Latitude, double h0, double StepInterval, bool bHighPrecision) +{ + //What will be the return value + vector events; + + const double LongtitudeAsHourAngle = CAACoordinateTransformation::DegreesToHours(Longitude); + double JD = StartJD; + double LastJD = 0; + double LastAltitudeForDetectingRiseSet = -90; + double LastAltitudeForInterpolation = -90; + double LastAltitudeForDetectingTwilight = -90; + double LastBearing = -1; + while (JD < EndJD) + { + CAAEllipticalPlanetaryDetails details; + CAA2DCoordinate Topo; + switch (object) + { + case Object::SUN: + { + const double Long = CAASun::ApparentEclipticLongitude(JD, bHighPrecision); + const double Lat = CAASun::ApparentEclipticLatitude(JD, bHighPrecision); + const CAA2DCoordinate Equatorial = CAACoordinateTransformation::Ecliptic2Equatorial(Long, Lat, CAANutation::TrueObliquityOfEcliptic(JD)); + const double SunRad = CAAEarth::RadiusVector(JD, bHighPrecision); + Topo = CAAParallax::Equatorial2Topocentric(Equatorial.X, Equatorial.Y, SunRad, Longitude, Latitude, 0, JD); + break; + } + case Object::MOON: + { + const double Long = CAAMoon::EclipticLongitude(JD); + const double Lat = CAAMoon::EclipticLatitude(JD); + const CAA2DCoordinate Equatorial = CAACoordinateTransformation::Ecliptic2Equatorial(Long, Lat, CAANutation::TrueObliquityOfEcliptic(JD)); + const double MoonRad = CAAMoon::RadiusVector(JD) / 149597871; //Convert Kms to AUs + Topo = CAAParallax::Equatorial2Topocentric(Equatorial.X, Equatorial.Y, MoonRad, Longitude, Latitude, 0, JD); + break; + } + case Object::MERCURY: + { + details = CAAElliptical::Calculate(JD, CAAElliptical::Object::MERCURY, bHighPrecision); + Topo = CAAParallax::Equatorial2Topocentric(details.ApparentGeocentricRA, details.ApparentGeocentricDeclination, details.ApparentGeocentricDistance, Longitude, Latitude, 0, JD); + break; + } + case Object::VENUS: + { + details = CAAElliptical::Calculate(JD, CAAElliptical::Object::VENUS, bHighPrecision); + Topo = CAAParallax::Equatorial2Topocentric(details.ApparentGeocentricRA, details.ApparentGeocentricDeclination, details.ApparentGeocentricDistance, Longitude, Latitude, 0, JD); + break; + } + case Object::MARS: + { + details = CAAElliptical::Calculate(JD, CAAElliptical::Object::MARS, bHighPrecision); + Topo = CAAParallax::Equatorial2Topocentric(details.ApparentGeocentricRA, details.ApparentGeocentricDeclination, details.ApparentGeocentricDistance, Longitude, Latitude, 0, JD); + break; + } + case Object::JUPITER: + { + details = CAAElliptical::Calculate(JD, CAAElliptical::Object::JUPITER, bHighPrecision); + Topo = CAAParallax::Equatorial2Topocentric(details.ApparentGeocentricRA, details.ApparentGeocentricDeclination, details.ApparentGeocentricDistance, Longitude, Latitude, 0, JD); + break; + } + case Object::SATURN: + { + details = CAAElliptical::Calculate(JD, CAAElliptical::Object::SATURN, bHighPrecision); + Topo = CAAParallax::Equatorial2Topocentric(details.ApparentGeocentricRA, details.ApparentGeocentricDeclination, details.ApparentGeocentricDistance, Longitude, Latitude, 0, JD); + break; + } + case Object::URANUS: + { + details = CAAElliptical::Calculate(JD, CAAElliptical::Object::URANUS, bHighPrecision); + Topo = CAAParallax::Equatorial2Topocentric(details.ApparentGeocentricRA, details.ApparentGeocentricDeclination, details.ApparentGeocentricDistance, Longitude, Latitude, 0, JD); + break; + } + case Object::NEPTUNE: + { + details = CAAElliptical::Calculate(JD, CAAElliptical::Object::NEPTUNE, bHighPrecision); + Topo = CAAParallax::Equatorial2Topocentric(details.ApparentGeocentricRA, details.ApparentGeocentricDeclination, details.ApparentGeocentricDistance, Longitude, Latitude, 0, JD); + break; + } + default: + { + assert(false); + break; + } + } + const double AST = CAASidereal::ApparentGreenwichSiderealTime(JD); + const double LocalHourAngle = AST - LongtitudeAsHourAngle - Topo.X; + const CAA2DCoordinate Horizontal = CAACoordinateTransformation::Equatorial2Horizontal(LocalHourAngle, Topo.Y, Latitude); + const double AltitudeForDetectingRiseSet = Horizontal.Y - h0; + + //Call the helper method to add any found events + AddEvents(events, LastAltitudeForDetectingRiseSet, AltitudeForDetectingRiseSet, LastAltitudeForInterpolation, h0, Horizontal, LastJD, StepInterval, LastBearing, object, LastAltitudeForDetectingTwilight, Horizontal.Y); + + //Prepare for the next loop + LastAltitudeForDetectingRiseSet = AltitudeForDetectingRiseSet; + LastAltitudeForInterpolation = Horizontal.Y; + LastAltitudeForDetectingTwilight = Horizontal.Y; + LastBearing = Horizontal.X; + LastJD = JD; + JD += StepInterval; + } + + return events; +} + +//The higher accuracy version for the moon where the "standard altitude" is not treated as a constant +vector CAARiseTransitSet2::CalculateMoon(double StartJD, double EndJD, double Longitude, double Latitude, double RefractionAtHorizon, double StepInterval, MoonAlgorithm algorithm) +{ + //What will be the return value + vector events; + + const double LongtitudeAsHourAngle = CAACoordinateTransformation::DegreesToHours(Longitude); + double JD = StartJD; + double LastJD = 0; + double LastAltitudeForDetectingRiseSet = -90; + double LastAltitudeForInterpolation = -90; + double LastBearing = -1; + while (JD < EndJD) + { + CAA2DCoordinate MoonPos; + double MoonRad = 0; + switch (algorithm) + { + case MoonAlgorithm::MeeusTruncated: + { + MoonPos.X = CAAMoon::EclipticLongitude(JD); + MoonPos.Y = CAAMoon::EclipticLatitude(JD); + MoonRad = CAAMoon::RadiusVector(JD); + break; + } +#ifndef AAPLUS_NO_ELP2000 + case MoonAlgorithm::ELP2000: + { + MoonPos = CAAPrecession::PrecessEcliptic(CAAELP2000::EclipticLongitude(JD), CAAELP2000::EclipticLatitude(JD), 2451545.0, JD); + MoonRad = CAAELP2000::RadiusVector(JD); + break; + } +#endif //#ifndef AAPLUS_NO_ELP2000 +#ifndef AAPLUS_NO_ELPMPP02 + case MoonAlgorithm::ELPMPP02Nominal: + { + MoonPos = CAAPrecession::PrecessEcliptic(CAAELPMPP02::EclipticLongitude(JD, CAAELPMPP02::Correction::Nominal), CAAELPMPP02::EclipticLatitude(JD, CAAELPMPP02::Correction::Nominal), 2451545.0, JD); + MoonRad = CAAELPMPP02::RadiusVector(JD, CAAELPMPP02::Correction::Nominal); + break; + } + case MoonAlgorithm::ELPMPP02LLR: + { + MoonPos = CAAPrecession::PrecessEcliptic(CAAELPMPP02::EclipticLongitude(JD, CAAELPMPP02::Correction::LLR), CAAELPMPP02::EclipticLatitude(JD, CAAELPMPP02::Correction::LLR), 2451545.0, JD); + MoonRad = CAAELPMPP02::RadiusVector(JD, CAAELPMPP02::Correction::LLR); + break; + } + case MoonAlgorithm::ELPMPP02DE405: + { + MoonPos = CAAPrecession::PrecessEcliptic(CAAELPMPP02::EclipticLongitude(JD, CAAELPMPP02::Correction::DE405), CAAELPMPP02::EclipticLatitude(JD, CAAELPMPP02::Correction::DE405), 2451545.0, JD); + MoonRad = CAAELPMPP02::RadiusVector(JD, CAAELPMPP02::Correction::DE405); + break; + } + case MoonAlgorithm::ELPMPP02DE406: + { + MoonPos = CAAPrecession::PrecessEcliptic(CAAELPMPP02::EclipticLongitude(JD, CAAELPMPP02::Correction::DE406), CAAELPMPP02::EclipticLatitude(JD, CAAELPMPP02::Correction::DE406), 2451545.0, JD); + MoonRad = CAAELPMPP02::RadiusVector(JD, CAAELPMPP02::Correction::DE406); + break; + } +#endif //#ifndef AAPLUS_NO_ELPMPP02 + default: + { + assert(false); + break; + } + } + + const CAA2DCoordinate Equatorial = CAACoordinateTransformation::Ecliptic2Equatorial(MoonPos.X, MoonPos.Y, CAANutation::TrueObliquityOfEcliptic(JD)); + const CAA2DCoordinate Topo = CAAParallax::Equatorial2Topocentric(Equatorial.X, Equatorial.Y, MoonRad / 149597871, Longitude, Latitude, 0, JD); + const double AST = CAASidereal::ApparentGreenwichSiderealTime(JD); + const double LocalHourAngle = AST - LongtitudeAsHourAngle - Topo.X; + const CAA2DCoordinate Horizontal = CAACoordinateTransformation::Equatorial2Horizontal(LocalHourAngle, Topo.Y, Latitude); + const double h0 = RefractionAtHorizon - CAACoordinateTransformation::RadiansToDegrees(asin(1737.4 / MoonRad)); + const double AltitudeForDetectingRiseSet = (Horizontal.Y - h0); + + //Call the helper method to add any found events + AddEvents(events, LastAltitudeForDetectingRiseSet, AltitudeForDetectingRiseSet, LastAltitudeForInterpolation, h0, Horizontal, LastJD, StepInterval, LastBearing, Object::MOON, 0, 0); + + //Prepare for the next loop + LastAltitudeForDetectingRiseSet = AltitudeForDetectingRiseSet; + LastAltitudeForInterpolation = Horizontal.Y; + LastBearing = Horizontal.X; + LastJD = JD; + JD += StepInterval; + } + + return events; +} + + +//A version for a stationary object such as a star +vector CAARiseTransitSet2::CalculateStationary(double StartJD, double EndJD, double Alpha, double Delta, double Longitude, double Latitude, double h0, double StepInterval) +{ + //What will be the return value + vector events; + + const double LongtitudeAsHourAngle = CAACoordinateTransformation::DegreesToHours(Longitude); + double JD = StartJD; + double LastJD = 0; + double LastAltitudeForDetectingRiseSet = -90; + double LastAltitudeForInterpolation = -90; + double LastBearing = -1; + while (JD < EndJD) + { + const double AST = CAASidereal::ApparentGreenwichSiderealTime(JD); + const double LocalHourAngle = AST - LongtitudeAsHourAngle - Alpha; + const CAA2DCoordinate Horizontal = CAACoordinateTransformation::Equatorial2Horizontal(LocalHourAngle, Delta, Latitude); + const double AltitudeForDetectingRiseSet = (Horizontal.Y - h0); + + //Call the helper method to add any found event + AddEvents(events, LastAltitudeForDetectingRiseSet, AltitudeForDetectingRiseSet, LastAltitudeForInterpolation, h0, Horizontal, LastJD, StepInterval, LastBearing, Object::STAR, 0, 0); + + //Prepare for the next loop + LastAltitudeForDetectingRiseSet = AltitudeForDetectingRiseSet; + LastAltitudeForInterpolation = Horizontal.Y; + LastBearing = Horizontal.X; + LastJD = JD; + JD += StepInterval; + } + + return events; +} diff --git a/Sources/AAPlus/include/AARiseTransitSet2.h b/Sources/AAPlus/include/AARiseTransitSet2.h new file mode 100644 index 0000000..12fc42b --- /dev/null +++ b/Sources/AAPlus/include/AARiseTransitSet2.h @@ -0,0 +1,116 @@ +/* +Module : AARiseTransitSet2.h +Purpose: Implementation for the algorithms which obtain the Rise, Transit and Set times (revised version) +Created: PJN / 29-12-2003 + +Copyright (c) 2019 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AARISETRANSITSET2_H__ +#define __AARISETRANSITSET2_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +/////////////////////// Includes ////////////////////////////////////////////// + +#include "AA2DCoordinate.h" +#include + + +/////////////////////// Classes /////////////////////////////////////////////// + +class AAPLUS_EXT_CLASS CAARiseTransitSetDetails2 +{ +public: +//Enums + enum class Type + { + NotDefined = 0, + Rise = 1, + Set = 2, + SouthernTransit = 3, + NorthernTransit = 4, + CivilDusk = 5, + NauticalDusk = 6, + AstronomicalDusk = 7, + AstronomicalDawn = 8, + NauticalDawn = 9, + CivilDawn = 10 + }; + +//Member variables + Type type = Type::NotDefined; //The type of the event which has occurred + double JD = 0; //When the event occurred in TT + double Bearing = 0; //Applicable for rise or sets only, this will be the bearing (degrees west of south) of the event + double GeometricAltitude = false; //For transits only, this will contain the geometric altitude in degrees of the center of the object not including correction for refraction + bool bAboveHorizon = false; //For transits only, this will be true if the transit is visible +}; + +class AAPLUS_EXT_CLASS CAARiseTransitSet2 +{ +public: +//Enums + enum class Object + { + SUN, + MOON, + MERCURY, + VENUS, + MARS, + JUPITER, + SATURN, + URANUS, + NEPTUNE, + STAR + }; + + enum class MoonAlgorithm + { + MeeusTruncated = 0 +#ifndef AAPLUS_NO_ELP2000 + , + ELP2000 = 1 +#endif //#ifndef AAPLUS_NO_ELP2000 +#ifndef AAPLUS_NO_ELPMPP02 + , + ELPMPP02Nominal = 2, + ELPMPP02LLR = 3, + ELPMPP02DE405 = 4, + ELPMPP02DE406 = 5 +#endif //#ifndef AAPLUS_NO_ELPMPP02 + }; + +//Static methods + static std::vector Calculate(double StartJD, double EndJD, Object object, double Longitude, double Latitude, double h0, double StepInterval = 0.007, bool bHighPrecision = false); + static std::vector CalculateMoon(double StartJD, double EndJD, double Longitude, double Latitude, double RefractionAtHorizon = -0.5667, double StepInterval = 0.007, MoonAlgorithm algorithm = MoonAlgorithm::MeeusTruncated); + static std::vector CalculateStationary(double StartJD, double EndJD, double Alpha, double Delta, double Longitude, double Latitude, double h0 = -0.5667, double StepInterval = 0.007); + +protected: + static void AddEvents(std::vector& events, double LastAltitudeForDetectingRiseSet, double AltitudeForDetectingRiseSet, + double LastAltitudeForInterpolation, double h0, const CAA2DCoordinate& Horizontal, double LastJD, double StepInterval, double LastBearing, + Object object, double LastAltitudeForDetectingTwilight, double AltitudeForTwilight); +}; + + +#endif //#ifndef __AARISETRANSITSET2_H__ diff --git a/Vendor/AA+/1.6.3/AASaturn.h b/Sources/AAPlus/include/AASaturn.h old mode 100755 new mode 100644 similarity index 85% rename from Vendor/AA+/1.6.3/AASaturn.h rename to Sources/AAPlus/include/AASaturn.h index 170f405..20dc0c1 --- a/Vendor/AA+/1.6.3/AASaturn.h +++ b/Sources/AAPlus/include/AASaturn.h @@ -1,9 +1,9 @@ /* -Module : AASATURN.H +Module : AASaturn.h Purpose: Implementation for the algorithms which obtain the heliocentric position of Saturn Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,9 +38,9 @@ class AAPLUS_EXT_CLASS CAASaturn { public: //Static methods - static double EclipticLongitude(double JD, bool bHighPrecision); - static double EclipticLatitude(double JD, bool bHighPrecision); - static double RadiusVector(double JD, bool bHighPrecision); + static double EclipticLongitude(double JD, bool bHighPrecision) noexcept; + static double EclipticLatitude(double JD, bool bHighPrecision) noexcept; + static double RadiusVector(double JD, bool bHighPrecision) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AASaturnMoons.cpp b/Sources/AAPlus/include/AASaturnMoons.cpp old mode 100755 new mode 100644 similarity index 63% rename from Vendor/AA+/1.6.3/AASaturnMoons.cpp rename to Sources/AAPlus/include/AASaturnMoons.cpp index a2bbaa4..8af5556 --- a/Vendor/AA+/1.6.3/AASaturnMoons.cpp +++ b/Sources/AAPlus/include/AASaturnMoons.cpp @@ -1,25 +1,31 @@ /* -Module : AASATURNMOONS.CPP +Module : AASaturnMoons.cpp Purpose: Implementation for the algorithms which obtain the positions of the moons of Saturn Created: PJN / 09-01-2004 -History: PJN / 09-02-2004 1. Updated the values used in the calculation of the a1 and a2 constants +History: PJN / 09-02-2004 1. Updated the values used in the calculation of the a1 and a2 constants for Rhea (satellite V) following an email from Jean Meeus confirming - that these constants are indeed incorrect as published in the book. + that these constants are indeed incorrect as published in the book. PJN / 16-09-2015 1. CAASaturnMoons::Calculate now includes a "bool bHighPrecision" parameter which if set to true means the code uses the full VSOP87 theory rather than the truncated theory as presented in Meeus's book. + PJN / 12-02-2017 1. Fixed a copy and paste bug in CAASaturnMoons::CalculateHelper in the calculation + of the value mu for the eight moon (Iapetus). Thanks to Cedric Foellmi for + reporting this issue. + PJN / 24-07-2018 1. Fixed a GCC warning in the method CAASaturnMoons::HelperSubroutine. Thanks to + Todd Carnes for reporting this issue. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 -Copyright (c) 2004 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2004 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. Copyright / Usage Details: -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. */ @@ -40,36 +46,36 @@ using namespace std; //////////////////////////////// Implementation /////////////////////////////// -void CAASaturnMoons::HelperSubroutine(double e, double lambdadash, double p, double a, double omega, double i, double c1, double s1, double& r, double& lambda, double& gamma, double& w) +void CAASaturnMoons::HelperSubroutine(double e, double lambdadash, double p, double a, double omega, double i, double c1, double s1, double& r, double& lambda, double& gamma, double& w) noexcept { double e2 = e*e; - double e3 = e2*e; - double e4 = e3*e; - double e5 = e4*e; - double M = CAACoordinateTransformation::DegreesToRadians(lambdadash - p); - - double Crad = (2*e - 0.25*e3 + 0.0520833333*e5)*sin(M) + - (1.25*e2 - 0.458333333*e4)*sin(2*M) + - (1.083333333*e3 - 0.671875*e5)*sin(3*M) + - 1.072917*e4*sin(4*M) + 1.142708*e5*sin(5*M); + const double e3 = e2*e; + const double e4 = e3*e; + const double e5 = e4*e; + const double M = CAACoordinateTransformation::DegreesToRadians(lambdadash - p); + + const double Crad = (2*e - 0.25*e3 + 0.0520833333*e5)*sin(M) + + (1.25*e2 - 0.458333333*e4)*sin(2*M) + + (1.083333333*e3 - 0.671875*e5)*sin(3*M) + + 1.072917*e4*sin(4*M) + 1.142708*e5*sin(5*M); double C = CAACoordinateTransformation::RadiansToDegrees(Crad); r = a*(1 - e2)/(1 + e*cos(M + Crad)); double g = omega - 168.8112; - double grad = CAACoordinateTransformation::DegreesToRadians(g); - double irad = CAACoordinateTransformation::DegreesToRadians(i); - double a1 = sin(irad)*sin(grad); - double a2 = c1*sin(irad)*cos(grad) - s1*cos(irad); + const double grad = CAACoordinateTransformation::DegreesToRadians(g); + const double irad = CAACoordinateTransformation::DegreesToRadians(i); + const double a1 = sin(irad)*sin(grad); + const double a2 = c1*sin(irad)*cos(grad) - s1*cos(irad); gamma = CAACoordinateTransformation::RadiansToDegrees(asin(sqrt(a1*a1 + a2*a2))); - double urad = atan2(a1, a2); + const double urad = atan2(a1, a2); double u = CAACoordinateTransformation::RadiansToDegrees(urad); w = CAACoordinateTransformation::MapTo0To360Range(168.8112 + u); - double h = c1*sin(irad) - s1*cos(irad)*cos(grad); - double psirad = atan2(s1*sin(grad), h); + const double h = c1*sin(irad) - s1*cos(irad)*cos(grad); + const double psirad = atan2(s1*sin(grad), h); double psi = CAACoordinateTransformation::RadiansToDegrees(psirad); lambda = lambdadash + C + u - g - psi; } -CAASaturnMoonsDetails CAASaturnMoons::CalculateHelper(double JD, double sunlongrad, double betarad, double R, bool bHighPrecision) +CAASaturnMoonsDetails CAASaturnMoons::CalculateHelper(double JD, double sunlongrad, double betarad, double R, bool bHighPrecision) noexcept { //What will be the return value CAASaturnMoonsDetails details; @@ -86,11 +92,11 @@ CAASaturnMoonsDetails CAASaturnMoons::CalculateHelper(double JD, double sunlongr while (bIterate) { //Calculate the position of Saturn - double l = CAASaturn::EclipticLongitude(JD1, bHighPrecision); - double lrad = CAACoordinateTransformation::DegreesToRadians(l); - double b = CAASaturn::EclipticLatitude(JD1, bHighPrecision); - double brad = CAACoordinateTransformation::DegreesToRadians(b); - double r = CAASaturn::RadiusVector(JD1, bHighPrecision); + const double l = CAASaturn::EclipticLongitude(JD1, bHighPrecision); + const double lrad = CAACoordinateTransformation::DegreesToRadians(l); + const double b = CAASaturn::EclipticLatitude(JD1, bHighPrecision); + const double brad = CAACoordinateTransformation::DegreesToRadians(b); + const double r = CAASaturn::RadiusVector(JD1, bHighPrecision); x = r*cos(brad)*cos(lrad) + R*cos(sunlongrad); y = r*cos(brad)*sin(lrad) + R*sin(sunlongrad); @@ -99,7 +105,7 @@ CAASaturnMoonsDetails CAASaturnMoons::CalculateHelper(double JD, double sunlongr LightTravelTime = CAAElliptical::DistanceToLightTime(DELTA); //Prepare for the next loop around - bIterate = (fabs(LightTravelTime - PreviousLightTravelTime) > 2E-6); //2E-6 corresponds to 0.17 of a second + bIterate = (fabs(LightTravelTime - PreviousLightTravelTime) > 2e-6); //2e-6 corresponds to 0.17 of a second if (bIterate) { JD1 = JD - LightTravelTime; @@ -114,52 +120,52 @@ CAASaturnMoonsDetails CAASaturnMoons::CalculateHelper(double JD, double sunlongr beta0 = CAACoordinateTransformation::RadiansToDegrees(beta0); //Precess the longtitude and Latitutude to B1950.0 - CAA2DCoordinate Saturn1950 = CAAPrecession::PrecessEcliptic(lambda0, beta0, JD, 2433282.4235); + const CAA2DCoordinate Saturn1950 = CAAPrecession::PrecessEcliptic(lambda0, beta0, JD, 2433282.4235); lambda0 = Saturn1950.X; - double lambda0rad = CAACoordinateTransformation::DegreesToRadians(lambda0); + const double lambda0rad = CAACoordinateTransformation::DegreesToRadians(lambda0); beta0 = Saturn1950.Y; - double beta0rad = CAACoordinateTransformation::DegreesToRadians(beta0); - - double JDE = JD - LightTravelTime; - - double t1 = JDE - 2411093.0; - double t2 = t1/365.25; - double t3 = ((JDE - 2433282.423)/365.25) + 1950.0; - double t4 = JDE - 2411368.0; - double t5 = t4/365.25; - double t6 = JDE - 2415020.0; - double t7 = t6/36525.0; - double t8 = t6/365.25; - double t9 = (JDE - 2442000.5)/365.25; - double t10 = JDE - 2409786.0; - double t11 = t10/36525.0; - double t112 = t11*t11; - double t113 = t112*t11; - - double W0 = CAACoordinateTransformation::MapTo0To360Range(5.095*(t3 - 1866.39)); - double W0rad = CAACoordinateTransformation::DegreesToRadians(W0); - double W1 = CAACoordinateTransformation::MapTo0To360Range(74.4 + 32.39*t2); - double W1rad = CAACoordinateTransformation::DegreesToRadians(W1); - double W2 = CAACoordinateTransformation::MapTo0To360Range(134.3 + 92.62*t2); - double W2rad = CAACoordinateTransformation::DegreesToRadians(W2); - double W3 = CAACoordinateTransformation::MapTo0To360Range(42.0 - 0.5118*t5); - double W3rad = CAACoordinateTransformation::DegreesToRadians(W3); - double W4 = CAACoordinateTransformation::MapTo0To360Range(276.59 + 0.5118*t5); - double W4rad = CAACoordinateTransformation::DegreesToRadians(W4); - double W5 = CAACoordinateTransformation::MapTo0To360Range(267.2635 + 1222.1136*t7); - double W5rad = CAACoordinateTransformation::DegreesToRadians(W5); - double W6 = CAACoordinateTransformation::MapTo0To360Range(175.4762 + 1221.5515*t7); - double W6rad = CAACoordinateTransformation::DegreesToRadians(W6); - double W7 = CAACoordinateTransformation::MapTo0To360Range(2.4891 + 0.002435*t7); - double W7rad = CAACoordinateTransformation::DegreesToRadians(W7); - double W8 = CAACoordinateTransformation::MapTo0To360Range(113.35 - 0.2597*t7); - double W8rad = CAACoordinateTransformation::DegreesToRadians(W8); - - double s1 = sin(CAACoordinateTransformation::DegreesToRadians(28.0817)); - double s2 = sin(CAACoordinateTransformation::DegreesToRadians(168.8112)); - double c1 = cos(CAACoordinateTransformation::DegreesToRadians(28.0817)); - double c2 = cos(CAACoordinateTransformation::DegreesToRadians(168.8112)); - double e1 = 0.05589 - 0.000346*t7; + const double beta0rad = CAACoordinateTransformation::DegreesToRadians(beta0); + + const double JDE = JD - LightTravelTime; + + const double t1 = JDE - 2411093.0; + const double t2 = t1/365.25; + const double t3 = ((JDE - 2433282.423)/365.25) + 1950.0; + const double t4 = JDE - 2411368.0; + const double t5 = t4/365.25; + const double t6 = JDE - 2415020.0; + const double t7 = t6/36525.0; + const double t8 = t6/365.25; + const double t9 = (JDE - 2442000.5)/365.25; + const double t10 = JDE - 2409786.0; + const double t11 = t10/36525.0; + const double t112 = t11*t11; + const double t113 = t112*t11; + + const double W0 = CAACoordinateTransformation::MapTo0To360Range(5.095*(t3 - 1866.39)); + const double W0rad = CAACoordinateTransformation::DegreesToRadians(W0); + const double W1 = CAACoordinateTransformation::MapTo0To360Range(74.4 + 32.39*t2); + const double W1rad = CAACoordinateTransformation::DegreesToRadians(W1); + const double W2 = CAACoordinateTransformation::MapTo0To360Range(134.3 + 92.62*t2); + const double W2rad = CAACoordinateTransformation::DegreesToRadians(W2); + const double W3 = CAACoordinateTransformation::MapTo0To360Range(42.0 - 0.5118*t5); + const double W3rad = CAACoordinateTransformation::DegreesToRadians(W3); + const double W4 = CAACoordinateTransformation::MapTo0To360Range(276.59 + 0.5118*t5); + const double W4rad = CAACoordinateTransformation::DegreesToRadians(W4); + const double W5 = CAACoordinateTransformation::MapTo0To360Range(267.2635 + 1222.1136*t7); + const double W5rad = CAACoordinateTransformation::DegreesToRadians(W5); + const double W6 = CAACoordinateTransformation::MapTo0To360Range(175.4762 + 1221.5515*t7); + const double W6rad = CAACoordinateTransformation::DegreesToRadians(W6); + const double W7 = CAACoordinateTransformation::MapTo0To360Range(2.4891 + 0.002435*t7); + const double W7rad = CAACoordinateTransformation::DegreesToRadians(W7); + const double W8 = CAACoordinateTransformation::MapTo0To360Range(113.35 - 0.2597*t7); + const double W8rad = CAACoordinateTransformation::DegreesToRadians(W8); + + const double s1 = sin(CAACoordinateTransformation::DegreesToRadians(28.0817)); + const double s2 = sin(CAACoordinateTransformation::DegreesToRadians(168.8112)); + const double c1 = cos(CAACoordinateTransformation::DegreesToRadians(28.0817)); + const double c2 = cos(CAACoordinateTransformation::DegreesToRadians(168.8112)); + const double e1 = 0.05589 - 0.000346*t7; //Satellite 1 @@ -169,10 +175,10 @@ CAASaturnMoonsDetails CAASaturnMoons::CalculateHelper(double JD, double sunlongr double Mrad = CAACoordinateTransformation::DegreesToRadians(M); double C = 2.18287*sin(Mrad) + 0.025988*sin(2*Mrad) + 0.00043*sin(3*Mrad); double Crad = CAACoordinateTransformation::DegreesToRadians(C); - double lambda1 = CAACoordinateTransformation::MapTo0To360Range(L + C); - double r1 = 3.06879/(1 + 0.01905*cos(Mrad + Crad)); - double gamma1 = 1.563; - double omega1 = CAACoordinateTransformation::MapTo0To360Range(54.5 - 365.072*t2); + const double lambda1 = CAACoordinateTransformation::MapTo0To360Range(L + C); + const double r1 = 3.06879/(1 + 0.01905*cos(Mrad + Crad)); + constexpr double gamma1 = 1.563; + const double omega1 = CAACoordinateTransformation::MapTo0To360Range(54.5 - 365.072*t2); //Satellite 2 L = CAACoordinateTransformation::MapTo0To360Range(200.317 + 262.7319002*t1 + 0.25667*sin(W1rad) + 0.20883*sin(W2rad)); @@ -181,16 +187,16 @@ CAASaturnMoonsDetails CAASaturnMoons::CalculateHelper(double JD, double sunlongr Mrad = CAACoordinateTransformation::DegreesToRadians(M); C = 0.55577*sin(Mrad) + 0.00168*sin(2*Mrad); Crad = CAACoordinateTransformation::DegreesToRadians(C); - double lambda2 = CAACoordinateTransformation::MapTo0To360Range(L + C); - double r2 = 3.94118/(1 + 0.00485*cos(Mrad + Crad)); - double gamma2 = 0.0262; - double omega2 = CAACoordinateTransformation::MapTo0To360Range(348 - 151.95*t2); + const double lambda2 = CAACoordinateTransformation::MapTo0To360Range(L + C); + const double r2 = 3.94118/(1 + 0.00485*cos(Mrad + Crad)); + constexpr double gamma2 = 0.0262; + const double omega2 = CAACoordinateTransformation::MapTo0To360Range(348 - 151.95*t2); //Satellite 3 - double lambda3 = CAACoordinateTransformation::MapTo0To360Range(285.306 + 190.69791226*t1 + 2.063*sin(W0rad) + 0.03409*sin(3*W0rad) + 0.001015*sin(5*W0rad)); - double r3 = 4.880998; - double gamma3 = 1.0976; - double omega3 = CAACoordinateTransformation::MapTo0To360Range(111.33 - 72.2441*t2); + const double lambda3 = CAACoordinateTransformation::MapTo0To360Range(285.306 + 190.69791226*t1 + 2.063*sin(W0rad) + 0.03409*sin(3*W0rad) + 0.001015*sin(5*W0rad)); + constexpr double r3 = 4.880998; + constexpr double gamma3 = 1.0976; + const double omega3 = CAACoordinateTransformation::MapTo0To360Range(111.33 - 72.2441*t2); //Satellite 4 L = CAACoordinateTransformation::MapTo0To360Range(254.712 + 131.53493193*t1 - 0.0215*sin(W1rad) - 0.01733*sin(W2rad)); @@ -199,20 +205,20 @@ CAASaturnMoonsDetails CAASaturnMoons::CalculateHelper(double JD, double sunlongr Mrad = CAACoordinateTransformation::DegreesToRadians(M); C = 0.24717*sin(Mrad) + 0.00033*sin(2*Mrad); Crad = CAACoordinateTransformation::DegreesToRadians(C); - double lambda4 = CAACoordinateTransformation::MapTo0To360Range(L + C); - double r4 = 6.24871/(1 + 0.002157*cos(Mrad + Crad)); - double gamma4 = 0.0139; - double omega4 = CAACoordinateTransformation::MapTo0To360Range(232 - 30.27*t2); + const double lambda4 = CAACoordinateTransformation::MapTo0To360Range(L + C); + const double r4 = 6.24871/(1 + 0.002157*cos(Mrad + Crad)); + constexpr double gamma4 = 0.0139; + const double omega4 = CAACoordinateTransformation::MapTo0To360Range(232 - 30.27*t2); //Satellite 5 - double pdash = 342.7 + 10.057*t2; - double pdashrad = CAACoordinateTransformation::DegreesToRadians(pdash); + const double pdash = 342.7 + 10.057*t2; + const double pdashrad = CAACoordinateTransformation::DegreesToRadians(pdash); double a1 = 0.000265*sin(pdashrad) + 0.001*sin(W4rad); //Note the book uses the incorrect constant 0.01*sin(W4rad); double a2 = 0.000265*cos(pdashrad) + 0.001*cos(W4rad); //Note the book uses the incorrect constant 0.01*cos(W4rad); double e = sqrt(a1*a1 + a2*a2); p = CAACoordinateTransformation::RadiansToDegrees(atan2(a1, a2)); - double N = 345 - 10.057*t2; - double Nrad = CAACoordinateTransformation::DegreesToRadians(N); + const double N = 345 - 10.057*t2; + const double Nrad = CAACoordinateTransformation::DegreesToRadians(N); double lambdadash = CAACoordinateTransformation::MapTo0To360Range(359.244 + 79.69004720*t1 + 0.086754*sin(Nrad)); double i = 28.0362 + 0.346898*cos(Nrad) + 0.01930*cos(W3rad); double omega = 168.8034 + 0.736936*sin(Nrad) + 0.041*sin(W3rad); @@ -228,15 +234,15 @@ CAASaturnMoonsDetails CAASaturnMoons::CalculateHelper(double JD, double sunlongr double idash = 27.45141 + 0.295999*cos(W3rad); double idashrad = CAACoordinateTransformation::DegreesToRadians(idash); double omegadash = 168.66925 + 0.628808*sin(W3rad); - double omegadashrad = CAACoordinateTransformation::DegreesToRadians(omegadash); + const double omegadashrad = CAACoordinateTransformation::DegreesToRadians(omegadash); a1 = sin(W7rad)*sin(omegadashrad - W8rad); a2 = cos(W7rad)*sin(idashrad) - sin(W7rad)*cos(idashrad)*cos(omegadashrad - W8rad); - double g0 = CAACoordinateTransformation::DegreesToRadians(102.8623); + constexpr double g0 = CAACoordinateTransformation::DegreesToRadians(102.8623); double psi = atan2(a1, a2); if (a2 < 0) psi += CAACoordinateTransformation::PI(); - double psideg = CAACoordinateTransformation::RadiansToDegrees(psi); - double s = sqrt(a1*a1 + a2*a2); + const double psideg = CAACoordinateTransformation::RadiansToDegrees(psi); + const double s = sqrt(a1*a1 + a2*a2); double g = W4 - omegadash - psideg; double w_ = 0; for (int j=0; j<3; j++) @@ -244,17 +250,17 @@ CAASaturnMoonsDetails CAASaturnMoons::CalculateHelper(double JD, double sunlongr w_ = W4 + 0.37515*(sin(2*CAACoordinateTransformation::DegreesToRadians(g)) - sin(2*g0)); g = w_ - omegadash - psideg; } - double grad = CAACoordinateTransformation::DegreesToRadians(g); + const double grad = CAACoordinateTransformation::DegreesToRadians(g); double edash = 0.029092 + 0.00019048*(cos(2*grad) - cos(2*g0)); - double q = CAACoordinateTransformation::DegreesToRadians(2*(W5 - w_)); - double b1 = sin(idashrad)*sin(omegadashrad - W8rad); - double b2 = cos(W7rad)*sin(idashrad)*cos(omegadashrad - W8rad) - sin(W7rad)*cos(idashrad); - double atanb1b2 = atan2(b1, b2); + const double q = CAACoordinateTransformation::DegreesToRadians(2*(W5 - w_)); + const double b1 = sin(idashrad)*sin(omegadashrad - W8rad); + const double b2 = cos(W7rad)*sin(idashrad)*cos(omegadashrad - W8rad) - sin(W7rad)*cos(idashrad); + const double atanb1b2 = atan2(b1, b2); double theta = atanb1b2 + W8rad; e = edash + 0.002778797*edash*cos(q); p = w_ + 0.159215*sin(q); double u = 2*W5rad - 2*theta + psi; - double h = 0.9375*edash*edash*sin(q) + 0.1875*s*s*sin(2*(W5rad - theta)); + const double h = 0.9375*edash*edash*sin(q) + 0.1875*s*s*sin(2*(W5rad - theta)); lambdadash = CAACoordinateTransformation::MapTo0To360Range(L - 0.254744*(e1*sin(W6rad) + 0.75*e1*e1*sin(2*W6rad) + h)); i = idash + 0.031843*s*cos(u); omega = omegadash + (0.031843*s*sin(u))/sin(idashrad); @@ -266,20 +272,20 @@ CAASaturnMoonsDetails CAASaturnMoons::CalculateHelper(double JD, double sunlongr HelperSubroutine(e, lambdadash, p, a, omega, i, c1, s1, r6, lambda6, gamma6, omega6); //Satellite 7 - double eta = 92.39 + 0.5621071*t6; - double etarad = CAACoordinateTransformation::DegreesToRadians(eta); - double zeta = 148.19 - 19.18*t8; - double zetarad = CAACoordinateTransformation::DegreesToRadians(zeta); + const double eta = 92.39 + 0.5621071*t6; + const double etarad = CAACoordinateTransformation::DegreesToRadians(eta); + const double zeta = 148.19 - 19.18*t8; + const double zetarad = CAACoordinateTransformation::DegreesToRadians(zeta); theta = CAACoordinateTransformation::DegreesToRadians(184.8 - 35.41*t9); - double thetadash = theta - CAACoordinateTransformation::DegreesToRadians(7.5); - double as = CAACoordinateTransformation::DegreesToRadians(176 + 12.22*t8); - double bs = CAACoordinateTransformation::DegreesToRadians(8 + 24.44*t8); - double cs = bs + CAACoordinateTransformation::DegreesToRadians(5); + const double thetadash = theta - CAACoordinateTransformation::DegreesToRadians(7.5); + const double as = CAACoordinateTransformation::DegreesToRadians(176 + 12.22*t8); + const double bs = CAACoordinateTransformation::DegreesToRadians(8 + 24.44*t8); + const double cs = bs + CAACoordinateTransformation::DegreesToRadians(5); w_ = 69.898 - 18.67088*t8; double phi = 2*(w_ - W5); double phirad = CAACoordinateTransformation::DegreesToRadians(phi); - double chi = 94.9 - 2.292*t8; - double chirad = CAACoordinateTransformation::DegreesToRadians(chi); + const double chi = 94.9 - 2.292*t8; + const double chirad = CAACoordinateTransformation::DegreesToRadians(chi); a = 24.50601 - 0.08686*cos(etarad) - 0.00166*cos(zetarad + etarad) + 0.00175*cos(zetarad - etarad); e = 0.103458 - 0.004099*cos(etarad) - 0.000167*cos(zetarad + etarad) + 0.000235*cos(zetarad - etarad) + 0.02303*cos(zetarad) - 0.00212*cos(2*zetarad) + 0.000151*cos(3*zetarad) + 0.00013*cos(phirad); @@ -300,35 +306,34 @@ CAASaturnMoonsDetails CAASaturnMoons::CalculateHelper(double JD, double sunlongr //Satellite 8 L = CAACoordinateTransformation::MapTo0To360Range(261.1582 + 22.57697855*t4); - double w_dash = 91.796 + 0.562*t7; + const double w_dash = 91.796 + 0.562*t7; psi = 4.367 - 0.195*t7; - double psirad = CAACoordinateTransformation::DegreesToRadians(psi); + const double psirad = CAACoordinateTransformation::DegreesToRadians(psi); theta = 146.819 - 3.198*t7; phi = 60.470 + 1.521*t7; phirad = CAACoordinateTransformation::DegreesToRadians(phi); - double PHI = 205.055 - 2.091*t7; + const double PHI = 205.055 - 2.091*t7; edash = 0.028298 + 0.001156*t11; - double w_0 = 352.91 + 11.71*t11; - double mu = CAACoordinateTransformation::MapTo0To360Range(76.3852 + 4.53795125*t10); - mu = CAACoordinateTransformation::MapTo0To360Range(189097.71668440815); + const double w_0 = 352.91 + 11.71*t11; + const double mu = CAACoordinateTransformation::MapTo0To360Range(76.3852 + 4.53795125*t10); idash = 18.4602 - 0.9518*t11 - 0.072*t112 + 0.0054*t113; idashrad = CAACoordinateTransformation::DegreesToRadians(idash); omegadash = 143.198 - 3.919*t11 + 0.116*t112 + 0.008*t113; - double l = CAACoordinateTransformation::DegreesToRadians(mu - w_0); + const double l = CAACoordinateTransformation::DegreesToRadians(mu - w_0); g = CAACoordinateTransformation::DegreesToRadians(w_0 - omegadash - psi); - double g1 = CAACoordinateTransformation::DegreesToRadians(w_0 - omegadash - phi); - double ls = CAACoordinateTransformation::DegreesToRadians(W5 - w_dash); - double gs = CAACoordinateTransformation::DegreesToRadians(w_dash - theta); - double lt = CAACoordinateTransformation::DegreesToRadians(L - W4); - double gt = CAACoordinateTransformation::DegreesToRadians(W4 - PHI); - double u1 = 2*(l + g - ls - gs); - double u2 = l + g1 - lt - gt; - double u3 = l + 2*(g - ls - gs); - double u4 = lt + gt - g1; - double u5 = 2*(ls + gs); + const double g1 = CAACoordinateTransformation::DegreesToRadians(w_0 - omegadash - phi); + const double ls = CAACoordinateTransformation::DegreesToRadians(W5 - w_dash); + const double gs = CAACoordinateTransformation::DegreesToRadians(w_dash - theta); + const double lt = CAACoordinateTransformation::DegreesToRadians(L - W4); + const double gt = CAACoordinateTransformation::DegreesToRadians(W4 - PHI); + const double u1 = 2*(l + g - ls - gs); + const double u2 = l + g1 - lt - gt; + const double u3 = l + 2*(g - ls - gs); + const double u4 = lt + gt - g1; + const double u5 = 2*(ls + gs); a = 58.935028 + 0.004638*cos(u1) + 0.058222*cos(u2); e = edash - 0.0014097*cos(g1 - gt) + 0.0003733*cos(u5 - 2*g) + - 0.0001180*cos(u3) + 0.0002408*cos(l) + + 0.0001180*cos(u3) + 0.0002408*cos(l) + 0.0002849*cos(l + u2) + 0.0006190*cos(u4); double w = 0.08077*sin(g1 - gt) + 0.02139*sin(u5 - 2*g) - 0.00676*sin(u3) + 0.01380*sin(l) + 0.01632*sin(l + u2) + 0.03547*sin(u4); @@ -337,7 +342,7 @@ CAASaturnMoonsDetails CAASaturnMoons::CalculateHelper(double JD, double sunlongr -0.00295*sin(2*ls) - 0.02231*sin(u5) + 0.00650*sin(u5 + psirad); i = idash + 0.04204*cos(u5 + psirad) + 0.00235*cos(l + g1 + lt + gt + phirad) + 0.00360*cos(u2 + phirad); - double wdash = 0.04204*sin(u5 + psirad) + 0.00235*sin(l + g1 + lt + gt + phirad) + + const double wdash = 0.04204*sin(u5 + psirad) + 0.00235*sin(l + g1 + lt + gt + phirad) + 0.00358*sin(u2 + phirad); omega = omegadash + wdash/sin(idashrad); double lambda8 = 0; @@ -349,70 +354,70 @@ CAASaturnMoonsDetails CAASaturnMoons::CalculateHelper(double JD, double sunlongr u = CAACoordinateTransformation::DegreesToRadians(lambda1 - omega1); w = CAACoordinateTransformation::DegreesToRadians(omega1 - 168.8112); - double gamma1rad = CAACoordinateTransformation::DegreesToRadians(gamma1); - double X1 = r1*(cos(u)*cos(w) - sin(u)*cos(gamma1rad)*sin(w)); - double Y1 = r1*(sin(u)*cos(w)*cos(gamma1rad) + cos(u)*sin(w)); - double Z1 = r1*sin(u)*sin(gamma1rad); + constexpr double gamma1rad = CAACoordinateTransformation::DegreesToRadians(gamma1); + const double X1 = r1*(cos(u)*cos(w) - sin(u)*cos(gamma1rad)*sin(w)); + const double Y1 = r1*(sin(u)*cos(w)*cos(gamma1rad) + cos(u)*sin(w)); + const double Z1 = r1*sin(u)*sin(gamma1rad); u = CAACoordinateTransformation::DegreesToRadians(lambda2 - omega2); w = CAACoordinateTransformation::DegreesToRadians(omega2 - 168.8112); - double gamma2rad = CAACoordinateTransformation::DegreesToRadians(gamma2); - double X2 = r2*(cos(u)*cos(w) - sin(u)*cos(gamma2rad)*sin(w)); - double Y2 = r2*(sin(u)*cos(w)*cos(gamma2rad) + cos(u)*sin(w)); - double Z2 = r2*sin(u)*sin(gamma2rad); + constexpr double gamma2rad = CAACoordinateTransformation::DegreesToRadians(gamma2); + const double X2 = r2*(cos(u)*cos(w) - sin(u)*cos(gamma2rad)*sin(w)); + const double Y2 = r2*(sin(u)*cos(w)*cos(gamma2rad) + cos(u)*sin(w)); + const double Z2 = r2*sin(u)*sin(gamma2rad); u = CAACoordinateTransformation::DegreesToRadians(lambda3 - omega3); w = CAACoordinateTransformation::DegreesToRadians(omega3 - 168.8112); - double gamma3rad = CAACoordinateTransformation::DegreesToRadians(gamma3); - double X3 = r3*(cos(u)*cos(w) - sin(u)*cos(gamma3rad)*sin(w)); - double Y3 = r3*(sin(u)*cos(w)*cos(gamma3rad) + cos(u)*sin(w)); - double Z3 = r3*sin(u)*sin(gamma3rad); + constexpr double gamma3rad = CAACoordinateTransformation::DegreesToRadians(gamma3); + const double X3 = r3*(cos(u)*cos(w) - sin(u)*cos(gamma3rad)*sin(w)); + const double Y3 = r3*(sin(u)*cos(w)*cos(gamma3rad) + cos(u)*sin(w)); + const double Z3 = r3*sin(u)*sin(gamma3rad); u = CAACoordinateTransformation::DegreesToRadians(lambda4 - omega4); w = CAACoordinateTransformation::DegreesToRadians(omega4 - 168.8112); - double gamma4rad = CAACoordinateTransformation::DegreesToRadians(gamma4); - double X4 = r4*(cos(u)*cos(w) - sin(u)*cos(gamma4rad)*sin(w)); - double Y4 = r4*(sin(u)*cos(w)*cos(gamma4rad) + cos(u)*sin(w)); - double Z4 = r4*sin(u)*sin(gamma4rad); + constexpr double gamma4rad = CAACoordinateTransformation::DegreesToRadians(gamma4); + const double X4 = r4*(cos(u)*cos(w) - sin(u)*cos(gamma4rad)*sin(w)); + const double Y4 = r4*(sin(u)*cos(w)*cos(gamma4rad) + cos(u)*sin(w)); + const double Z4 = r4*sin(u)*sin(gamma4rad); u = CAACoordinateTransformation::DegreesToRadians(lambda5 - omega5); w = CAACoordinateTransformation::DegreesToRadians(omega5 - 168.8112); - double gamma5rad = CAACoordinateTransformation::DegreesToRadians(gamma5); - double X5 = r5*(cos(u)*cos(w) - sin(u)*cos(gamma5rad)*sin(w)); - double Y5 = r5*(sin(u)*cos(w)*cos(gamma5rad) + cos(u)*sin(w)); - double Z5 = r5*sin(u)*sin(gamma5rad); + const double gamma5rad = CAACoordinateTransformation::DegreesToRadians(gamma5); + const double X5 = r5*(cos(u)*cos(w) - sin(u)*cos(gamma5rad)*sin(w)); + const double Y5 = r5*(sin(u)*cos(w)*cos(gamma5rad) + cos(u)*sin(w)); + const double Z5 = r5*sin(u)*sin(gamma5rad); u = CAACoordinateTransformation::DegreesToRadians(lambda6 - omega6); w = CAACoordinateTransformation::DegreesToRadians(omega6 - 168.8112); - double gamma6rad = CAACoordinateTransformation::DegreesToRadians(gamma6); - double X6 = r6*(cos(u)*cos(w) - sin(u)*cos(gamma6rad)*sin(w)); - double Y6 = r6*(sin(u)*cos(w)*cos(gamma6rad) + cos(u)*sin(w)); - double Z6 = r6*sin(u)*sin(gamma6rad); + const double gamma6rad = CAACoordinateTransformation::DegreesToRadians(gamma6); + const double X6 = r6*(cos(u)*cos(w) - sin(u)*cos(gamma6rad)*sin(w)); + const double Y6 = r6*(sin(u)*cos(w)*cos(gamma6rad) + cos(u)*sin(w)); + const double Z6 = r6*sin(u)*sin(gamma6rad); u = CAACoordinateTransformation::DegreesToRadians(lambda7 - omega7); w = CAACoordinateTransformation::DegreesToRadians(omega7 - 168.8112); - double gamma7rad = CAACoordinateTransformation::DegreesToRadians(gamma7); - double X7 = r7*(cos(u)*cos(w) - sin(u)*cos(gamma7rad)*sin(w)); - double Y7 = r7*(sin(u)*cos(w)*cos(gamma7rad) + cos(u)*sin(w)); - double Z7 = r7*sin(u)*sin(gamma7rad); + const double gamma7rad = CAACoordinateTransformation::DegreesToRadians(gamma7); + const double X7 = r7*(cos(u)*cos(w) - sin(u)*cos(gamma7rad)*sin(w)); + const double Y7 = r7*(sin(u)*cos(w)*cos(gamma7rad) + cos(u)*sin(w)); + const double Z7 = r7*sin(u)*sin(gamma7rad); u = CAACoordinateTransformation::DegreesToRadians(lambda8 - omega8); w = CAACoordinateTransformation::DegreesToRadians(omega8 - 168.8112); - double gamma8rad = CAACoordinateTransformation::DegreesToRadians(gamma8); - double X8 = r8*(cos(u)*cos(w) - sin(u)*cos(gamma8rad)*sin(w)); - double Y8 = r8*(sin(u)*cos(w)*cos(gamma8rad) + cos(u)*sin(w)); - double Z8 = r8*sin(u)*sin(gamma8rad); + const double gamma8rad = CAACoordinateTransformation::DegreesToRadians(gamma8); + const double X8 = r8*(cos(u)*cos(w) - sin(u)*cos(gamma8rad)*sin(w)); + const double Y8 = r8*(sin(u)*cos(w)*cos(gamma8rad) + cos(u)*sin(w)); + const double Z8 = r8*sin(u)*sin(gamma8rad); - double X9 = 0; - double Y9 = 0; - double Z9 = 1; + constexpr double X9 = 0; + constexpr double Y9 = 0; + constexpr double Z9 = 1; //Now do the rotations, first for the ficticious 9th satellite, so that we can calculate D - double A4; - double B4; - double C4; + double A4 = 0; + double B4 = 0; + double C4 = 0; Rotations(X9, Y9, Z9, c1, s1, c2, s2, lambda0rad, beta0rad, A4, B4, C4); - double D = atan2(A4, C4); + const double D = atan2(A4, C4); //Now calculate the values for satellite 1 Rotations(X1, Y1, Z1, c1, s1, c2, s2, lambda0rad, beta0rad, A4, B4, C4); @@ -533,14 +538,14 @@ CAASaturnMoonsDetails CAASaturnMoons::CalculateHelper(double JD, double sunlongr return details; } -CAASaturnMoonsDetails CAASaturnMoons::Calculate(double JD, bool bHighPrecision) +CAASaturnMoonsDetails CAASaturnMoons::Calculate(double JD, bool bHighPrecision) noexcept { //Calculate the position of the Sun - double sunlong = CAASun::GeometricEclipticLongitude(JD, bHighPrecision); - double sunlongrad = CAACoordinateTransformation::DegreesToRadians(sunlong); - double beta = CAASun::GeometricEclipticLatitude(JD, bHighPrecision); - double betarad = CAACoordinateTransformation::DegreesToRadians(beta); - double R = CAAEarth::RadiusVector(JD, bHighPrecision); + const double sunlong = CAASun::GeometricEclipticLongitude(JD, bHighPrecision); + const double sunlongrad = CAACoordinateTransformation::DegreesToRadians(sunlong); + const double beta = CAASun::GeometricEclipticLatitude(JD, bHighPrecision); + const double betarad = CAACoordinateTransformation::DegreesToRadians(beta); + const double R = CAAEarth::RadiusVector(JD, bHighPrecision); //Calculate the the light travel time from Saturn to the Earth double DELTA = 9; @@ -548,17 +553,17 @@ CAASaturnMoonsDetails CAASaturnMoons::Calculate(double JD, bool bHighPrecision) double EarthLightTravelTime = CAAElliptical::DistanceToLightTime(DELTA); double JD1 = JD - EarthLightTravelTime; bool bIterate = true; - double x; - double y; - double z; + double x = 0; + double y = 0; + double z = 0; while (bIterate) { //Calculate the position of Jupiter - double l = CAASaturn::EclipticLongitude(JD1, bHighPrecision); - double lrad = CAACoordinateTransformation::DegreesToRadians(l); - double b = CAASaturn::EclipticLatitude(JD1, bHighPrecision); - double brad = CAACoordinateTransformation::DegreesToRadians(b); - double r = CAASaturn::RadiusVector(JD1, bHighPrecision); + const double l = CAASaturn::EclipticLongitude(JD1, bHighPrecision); + const double lrad = CAACoordinateTransformation::DegreesToRadians(l); + const double b = CAASaturn::EclipticLatitude(JD1, bHighPrecision); + const double brad = CAACoordinateTransformation::DegreesToRadians(b); + const double r = CAASaturn::RadiusVector(JD1, bHighPrecision); x = r*cos(brad)*cos(lrad) + R*cos(sunlongrad); y = r*cos(brad)*sin(lrad) + R*sin(sunlongrad); @@ -567,7 +572,7 @@ CAASaturnMoonsDetails CAASaturnMoons::Calculate(double JD, bool bHighPrecision) EarthLightTravelTime = CAAElliptical::DistanceToLightTime(DELTA); //Prepare for the next loop around - bIterate = (fabs(EarthLightTravelTime - PreviousEarthLightTravelTime) > 2E-6); //2E-6 corresponds to 0.17 of a second + bIterate = (fabs(EarthLightTravelTime - PreviousEarthLightTravelTime) > 2e-6); //2e-6 corresponds to 0.17 of a second if (bIterate) { JD1 = JD - EarthLightTravelTime; @@ -588,16 +593,16 @@ CAASaturnMoonsDetails CAASaturnMoons::Calculate(double JD, bool bHighPrecision) //Calculate the the light travel time from Saturn to the Sun JD1 = JD - EarthLightTravelTime; - double l = CAASaturn::EclipticLongitude(JD1, bHighPrecision); - double lrad = CAACoordinateTransformation::DegreesToRadians(l); - double b = CAASaturn::EclipticLatitude(JD1, bHighPrecision); - double brad = CAACoordinateTransformation::DegreesToRadians(b); - double r = CAASaturn::RadiusVector(JD1, bHighPrecision); + const double l = CAASaturn::EclipticLongitude(JD1, bHighPrecision); + const double lrad = CAACoordinateTransformation::DegreesToRadians(l); + const double b = CAASaturn::EclipticLatitude(JD1, bHighPrecision); + const double brad = CAACoordinateTransformation::DegreesToRadians(b); + const double r = CAASaturn::RadiusVector(JD1, bHighPrecision); x = r*cos(brad)*cos(lrad); y = r*cos(brad)*sin(lrad); z = r*sin(brad); DELTA = sqrt(x*x + y*y + z*z); - double SunLightTravelTime = CAAElliptical::DistanceToLightTime(DELTA); + const double SunLightTravelTime = CAAElliptical::DistanceToLightTime(DELTA); //Calculate the details as seen from the Sun CAASaturnMoonsDetails details2 = CalculateHelper(JD + SunLightTravelTime - EarthLightTravelTime, sunlongrad, betarad, 0, bHighPrecision); @@ -631,32 +636,32 @@ CAASaturnMoonsDetails CAASaturnMoons::Calculate(double JD, bool bHighPrecision) return details1; } -void CAASaturnMoons::Rotations(double X, double Y, double Z, double c1, double s1, double c2, double s2, double lambda0, double beta0, double& A4, double& B4, double& C4) +void CAASaturnMoons::Rotations(double X, double Y, double Z, double c1, double s1, double c2, double s2, double lambda0, double beta0, double& A4, double& B4, double& C4) noexcept { //Rotation towards the plane of the ecliptic - double A1 = X; - double B1 = c1*Y - s1*Z; - double C1 = s1*Y + c1*Z; - + const double A1 = X; + const double B1 = c1*Y - s1*Z; + const double C1 = s1*Y + c1*Z; + //Rotation towards the vernal equinox - double A2 = c2*A1 - s2*B1; - double B2 = s2*A1 + c2*B1; - double C2 = C1; + const double A2 = c2*A1 - s2*B1; + const double B2 = s2*A1 + c2*B1; + const double C2 = C1; - double A3 = A2*sin(lambda0) - B2*cos(lambda0); - double B3 = A2*cos(lambda0) + B2*sin(lambda0); - double C3 = C2; + const double A3 = A2*sin(lambda0) - B2*cos(lambda0); + const double B3 = A2*cos(lambda0) + B2*sin(lambda0); + const double C3 = C2; A4 = A3; B4 = B3*cos(beta0) + C3*sin(beta0); C4 = C3*cos(beta0) - B3*sin(beta0); } -void CAASaturnMoons::FillInPhenomenaDetails(CAASaturnMoonDetail& detail) +void CAASaturnMoons::FillInPhenomenaDetails(CAASaturnMoonDetail& detail) noexcept { - double Y1 = 1.108601 * detail.ApparentRectangularCoordinates.Y; + const double Y1 = 1.108601 * detail.ApparentRectangularCoordinates.Y; - double r = Y1*Y1 + detail.ApparentRectangularCoordinates.X*detail.ApparentRectangularCoordinates.X; + const double r = Y1*Y1 + detail.ApparentRectangularCoordinates.X*detail.ApparentRectangularCoordinates.X; if (r < 1) { diff --git a/Vendor/AA+/1.6.3/AASaturnMoons.h b/Sources/AAPlus/include/AASaturnMoons.h old mode 100755 new mode 100644 similarity index 75% rename from Vendor/AA+/1.6.3/AASaturnMoons.h rename to Sources/AAPlus/include/AASaturnMoons.h index 645578b..9efb47c --- a/Vendor/AA+/1.6.3/AASaturnMoons.h +++ b/Sources/AAPlus/include/AASaturnMoons.h @@ -1,9 +1,9 @@ /* -Module : AASATURNMOONS.H -Purpose: Implementation for the algorithms which obtain the positions of Saturn +Module : AASaturnMoons.h +Purpose: Implementation for the algorithms which obtain the positions of the moons of Saturn Created: PJN / 09-01-2004 -Copyright (c) 2004 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2004 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -42,21 +42,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAASaturnMoonDetail { public: -//Constructors / Destructors - CAASaturnMoonDetail() : bInTransit(false), - bInOccultation(false), - bInEclipse(false), - bInShadowTransit(false) - { - }; - -//Member variables CAA3DCoordinate TrueRectangularCoordinates; CAA3DCoordinate ApparentRectangularCoordinates; - bool bInTransit; - bool bInOccultation; - bool bInEclipse; - bool bInShadowTransit; + bool bInTransit = false; + bool bInOccultation = false; + bool bInEclipse = false; + bool bInShadowTransit = false; }; class AAPLUS_EXT_CLASS CAASaturnMoonsDetails @@ -77,13 +68,13 @@ class AAPLUS_EXT_CLASS CAASaturnMoons { public: //Static methods - static CAASaturnMoonsDetails Calculate(double JD, bool bHighPrecision); + static CAASaturnMoonsDetails Calculate(double JD, bool bHighPrecision) noexcept; protected: - static CAASaturnMoonsDetails CalculateHelper(double JD, double sunlongrad, double betarad, double R, bool bHighPrecision); - static void HelperSubroutine(double e, double lambdadash, double p, double a, double omega, double i, double c1, double s1, double& C, double& r, double& lambda, double& w); - static void Rotations(double X, double Y, double Z, double c1, double s1, double c2, double s2, double lambda0, double beta0, double& A4, double& B4, double& C4); - static void FillInPhenomenaDetails(CAASaturnMoonDetail& detail); + static CAASaturnMoonsDetails CalculateHelper(double JD, double sunlongrad, double betarad, double R, bool bHighPrecision) noexcept; + static void HelperSubroutine(double e, double lambdadash, double p, double a, double omega, double i, double c1, double s1, double& r, double& lambda, double& gamma, double& w) noexcept; + static void Rotations(double X, double Y, double Z, double c1, double s1, double c2, double s2, double lambda0, double beta0, double& A4, double& B4, double& C4) noexcept; + static void FillInPhenomenaDetails(CAASaturnMoonDetail& detail) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AASaturnRings.cpp b/Sources/AAPlus/include/AASaturnRings.cpp old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AASaturnRings.cpp rename to Sources/AAPlus/include/AASaturnRings.cpp index 9bf44c4..dc21446 --- a/Vendor/AA+/1.6.3/AASaturnRings.cpp +++ b/Sources/AAPlus/include/AASaturnRings.cpp @@ -1,5 +1,5 @@ /* -Module : AASATURNRINGS.CPP +Module : AASaturnRings.cpp Purpose: Implementation for the algorithms which calculate various parameters related to the Rings of Saturn Created: PJN / 08-01-2004 History: PJN / 05-07-2015 1. U1 (the Saturnicentric longitude of the Sun) and U2 (the Saturnicentic longitude @@ -14,9 +14,10 @@ History: PJN / 05-07-2015 1. U1 (the Saturnicentric longitude of the Sun) and U2 reporting this bug. PJN / 16-09-2015 1. CAASaturnRings::Calculate now includes a "bool bHighPrecision" parameter which if set to true means the code uses the full VSOP87 theory rather than the - truncated theory as presented in Meeus's book. + truncated theory as presented in Meeus's book. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 -Copyright (c) 2004 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2004 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -47,28 +48,28 @@ using namespace std; //////////////////////////////// Implementation /////////////////////////////// -CAASaturnRingDetails CAASaturnRings::Calculate(double JD, bool bHighPrecision) +CAASaturnRingDetails CAASaturnRings::Calculate(double JD, bool bHighPrecision) noexcept { //What will be the return value CAASaturnRingDetails details; - double T = (JD - 2451545) / 36525; - double T2 = T*T; + const double T = (JD - 2451545) / 36525; + const double T2 = T*T; //Step 1. Calculate the inclination of the plane of the ring and the longitude of the ascending node referred to the ecliptic and mean equinox of the date - double i = 28.075216 - 0.012998*T + 0.000004*T2; - double irad = CAACoordinateTransformation::DegreesToRadians(i); - double omega = 169.508470 + 1.394681*T + 0.000412*T2; - double omegarad = CAACoordinateTransformation::DegreesToRadians(omega); + const double i = 28.075216 - 0.012998*T + 0.000004*T2; + const double irad = CAACoordinateTransformation::DegreesToRadians(i); + const double omega = 169.508470 + 1.394681*T + 0.000412*T2; + const double omegarad = CAACoordinateTransformation::DegreesToRadians(omega); //Step 2. Calculate the heliocentric longitude, latitude and radius vector of the Earth in the FK5 system double l0 = CAAEarth::EclipticLongitude(JD, bHighPrecision); double b0 = CAAEarth::EclipticLatitude(JD, bHighPrecision); l0 += CAAFK5::CorrectionInLongitude(l0, b0, JD); - double l0rad = CAACoordinateTransformation::DegreesToRadians(l0); + const double l0rad = CAACoordinateTransformation::DegreesToRadians(l0); b0 += CAAFK5::CorrectionInLatitude(l0, JD); - double b0rad = CAACoordinateTransformation::DegreesToRadians(b0); - double R = CAAEarth::RadiusVector(JD, bHighPrecision); + const double b0rad = CAACoordinateTransformation::DegreesToRadians(b0); + const double R = CAAEarth::RadiusVector(JD, bHighPrecision); //Step 3. Calculate the corresponding coordinates l,b,r for Saturn but for the instance t-lightraveltime double DELTA = 9; @@ -90,8 +91,8 @@ CAASaturnRingDetails CAASaturnRings::Calculate(double JD, bool bHighPrecision) l += CAAFK5::CorrectionInLongitude(l, b, JD1); b += CAAFK5::CorrectionInLatitude(l, JD1); - double lrad = CAACoordinateTransformation::DegreesToRadians(l); - double brad = CAACoordinateTransformation::DegreesToRadians(b); + const double lrad = CAACoordinateTransformation::DegreesToRadians(l); + const double brad = CAACoordinateTransformation::DegreesToRadians(b); r = CAASaturn::RadiusVector(JD1, bHighPrecision); //Step 4 @@ -102,7 +103,7 @@ CAASaturnRingDetails CAASaturnRings::Calculate(double JD, bool bHighPrecision) EarthLightTravelTime = CAAElliptical::DistanceToLightTime(DELTA); //Prepare for the next loop around - bIterate = (fabs(EarthLightTravelTime - PreviousEarthLightTravelTime) > 2E-6); //2E-6 corresponds to 0.17 of a second + bIterate = (fabs(EarthLightTravelTime - PreviousEarthLightTravelTime) > 2e-6); //2e-6 corresponds to 0.17 of a second if (bIterate) { JD1 = JD - EarthLightTravelTime; @@ -121,12 +122,12 @@ CAASaturnRingDetails CAASaturnRings::Calculate(double JD, bool bHighPrecision) details.B = CAACoordinateTransformation::RadiansToDegrees(details.B); //Step 7. Calculate the longitude of the ascending node of Saturn's orbit - double N = 113.6655 + 0.8771*T; - double Nrad = CAACoordinateTransformation::DegreesToRadians(N); - double ldash = l - 0.01759/r; - double ldashrad = CAACoordinateTransformation::DegreesToRadians(ldash); - double bdash = b - 0.000764*cos(ldashrad - Nrad)/r; - double bdashrad = CAACoordinateTransformation::DegreesToRadians(bdash); + const double N = 113.6655 + 0.8771*T; + const double Nrad = CAACoordinateTransformation::DegreesToRadians(N); + const double ldash = l - 0.01759/r; + const double ldashrad = CAACoordinateTransformation::DegreesToRadians(ldash); + const double bdash = b - 0.000764*cos(ldashrad - Nrad)/r; + const double bdashrad = CAACoordinateTransformation::DegreesToRadians(bdash); //Step 8. Calculate Bdash details.Bdash = CAACoordinateTransformation::RadiansToDegrees(asin(sin(irad)*cos(bdashrad)*sin(ldashrad - omegarad) - cos(irad)*sin(bdashrad))); @@ -139,12 +140,12 @@ CAASaturnRingDetails CAASaturnRings::Calculate(double JD, bool bHighPrecision) details.DeltaU = 360 - details.DeltaU; //Step 10. Calculate the Nutations - double Obliquity = CAANutation::TrueObliquityOfEcliptic(JD); - double NutationInLongitude = CAANutation::NutationInLongitude(JD); + const double Obliquity = CAANutation::TrueObliquityOfEcliptic(JD); + const double NutationInLongitude = CAANutation::NutationInLongitude(JD); //Step 11. Calculate the Ecliptical longitude and latitude of the northern pole of the ring plane double lambda0 = omega - 90; - double beta0 = 90 - i; + const double beta0 = 90 - i; //Step 12. Correct lambda and beta for the aberration of Saturn lambda += CAACoordinateTransformation::DegreesToRadians(0.005693*cos(l0rad - lambda)/cos(beta)); @@ -160,12 +161,12 @@ CAASaturnRingDetails CAASaturnRings::Calculate(double JD, bool bHighPrecision) //Step 14. Convert to equatorial coordinates beta = CAACoordinateTransformation::RadiansToDegrees(beta); - CAA2DCoordinate GeocentricEclipticSaturn = CAACoordinateTransformation::Ecliptic2Equatorial(lambda, beta, Obliquity); - double alpha = CAACoordinateTransformation::HoursToRadians(GeocentricEclipticSaturn.X); - double delta = CAACoordinateTransformation::DegreesToRadians(GeocentricEclipticSaturn.Y); - CAA2DCoordinate GeocentricEclipticNorthPole = CAACoordinateTransformation::Ecliptic2Equatorial(lambda0, beta0, Obliquity); - double alpha0 = CAACoordinateTransformation::HoursToRadians(GeocentricEclipticNorthPole.X); - double delta0 = CAACoordinateTransformation::DegreesToRadians(GeocentricEclipticNorthPole.Y); + const CAA2DCoordinate GeocentricEclipticSaturn = CAACoordinateTransformation::Ecliptic2Equatorial(lambda, beta, Obliquity); + const double alpha = CAACoordinateTransformation::HoursToRadians(GeocentricEclipticSaturn.X); + const double delta = CAACoordinateTransformation::DegreesToRadians(GeocentricEclipticSaturn.Y); + const CAA2DCoordinate GeocentricEclipticNorthPole = CAACoordinateTransformation::Ecliptic2Equatorial(lambda0, beta0, Obliquity); + const double alpha0 = CAACoordinateTransformation::HoursToRadians(GeocentricEclipticNorthPole.X); + const double delta0 = CAACoordinateTransformation::DegreesToRadians(GeocentricEclipticNorthPole.Y); //Step 15. Calculate the Position angle details.P = CAACoordinateTransformation::RadiansToDegrees(atan2(cos(delta0)*sin(alpha0 - alpha), sin(delta0)*cos(delta) - cos(delta0)*sin(delta)*cos(alpha0 - alpha))); diff --git a/Vendor/AA+/1.6.3/AASaturnRings.h b/Sources/AAPlus/include/AASaturnRings.h old mode 100755 new mode 100644 similarity index 69% rename from Vendor/AA+/1.6.3/AASaturnRings.h rename to Sources/AAPlus/include/AASaturnRings.h index de3aea6..3b210b5 --- a/Vendor/AA+/1.6.3/AASaturnRings.h +++ b/Sources/AAPlus/include/AASaturnRings.h @@ -1,9 +1,9 @@ /* -Module : AASATURNRINGS.H +Module : AASaturnRings.h Purpose: Implementation for the algorithms which calculate various parameters related to the Rings of Saturn Created: PJN / 08-01-2004 -Copyright (c) 2004 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2004 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -37,35 +37,22 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAASaturnRingDetails { public: -//Constructors / Destructors - CAASaturnRingDetails() : B(0), - Bdash(0), - P(0), - a(0), - b(0), - DeltaU(0), - U1(0), - U2(0) - - { - }; - //Member variables - double B; - double Bdash; - double P; - double a; - double b; - double DeltaU; - double U1; - double U2; + double B = 0; + double Bdash = 0; + double P = 0; + double a = 0; + double b = 0; + double DeltaU = 0; + double U1 = 0; + double U2 = 0; }; class AAPLUS_EXT_CLASS CAASaturnRings { public: //Static methods - static CAASaturnRingDetails Calculate(double JD, bool bHighPrecision); + static CAASaturnRingDetails Calculate(double JD, bool bHighPrecision) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AASidereal.h b/Sources/AAPlus/include/AASidereal.h old mode 100755 new mode 100644 similarity index 81% rename from Vendor/AA+/1.6.3/AASidereal.h rename to Sources/AAPlus/include/AASidereal.h index e803f20..da80621 --- a/Vendor/AA+/1.6.3/AASidereal.h +++ b/Sources/AAPlus/include/AASidereal.h @@ -1,9 +1,9 @@ /* -Module : AASIDEREAL.H +Module : AASidereal.h Purpose: Implementation for the algorithms which obtain sidereal time Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,8 +38,8 @@ class AAPLUS_EXT_CLASS CAASidereal { public: //Static methods - static double MeanGreenwichSiderealTime(double JD); - static double ApparentGreenwichSiderealTime(double JD); + static double MeanGreenwichSiderealTime(double JD) noexcept; + static double ApparentGreenwichSiderealTime(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAStellarMagnitudes.h b/Sources/AAPlus/include/AAStellarMagnitudes.h old mode 100755 new mode 100644 similarity index 77% rename from Vendor/AA+/1.6.3/AAStellarMagnitudes.h rename to Sources/AAPlus/include/AAStellarMagnitudes.h index e8637ae..3f1299c --- a/Vendor/AA+/1.6.3/AAStellarMagnitudes.h +++ b/Sources/AAPlus/include/AAStellarMagnitudes.h @@ -1,9 +1,9 @@ /* -Module : AASTELLARMAGNITUDES.H +Module : AAStellarMagnitudes.h Purpose: Implementation for the algorithms which operate on the stellar magntidue system Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,10 +38,10 @@ class AAPLUS_EXT_CLASS CAAStellarMagnitudes { public: //functions - static double CombinedMagnitude(double m1, double m2); - static double CombinedMagnitude(int Magnitudes, const double* pMagnitudes); - static double BrightnessRatio(double m1, double m2); - static double MagnitudeDifference(double brightnessRatio); + static double CombinedMagnitude(double m1, double m2) noexcept; + static double CombinedMagnitude(int Magnitudes, const double* pMagnitudes) noexcept; + static double BrightnessRatio(double m1, double m2) noexcept; + static double MagnitudeDifference(double brightnessRatio) noexcept; }; diff --git a/Sources/AAPlus/include/AASun.cpp b/Sources/AAPlus/include/AASun.cpp new file mode 100644 index 0000000..c6eb220 --- /dev/null +++ b/Sources/AAPlus/include/AASun.cpp @@ -0,0 +1,207 @@ +/* +Module : AASun.cpp +Purpose: Implementation for the algorithms which obtain the position of the Sun +Created: PJN / 29-12-2003 +History: PJN / 17-01-2007 1. Changed name of CAASun::ApparentEclipticLongtitude to + CAASun::ApparentEclipticLongitude. Thanks to Mathieu Peyréga for reporting this + typo!. + PJN / 26-07-2008 1. Changed name of CAASun::EclipticRectangularCoordinatesMeanEquinox to + CAASun::EquatorialRectangularCoordinatesMeanEquinox to refer to the fact that it + returns equatorial coordinates instead of ecliptic coordinates. Thanks to Frank + Trautmann for reporting this issue + 2. Updated copyright details. + 3. zip file now ships with a VC 2005 solution instead of a VC 6 solution file. + 4. Code now compiles cleanly using Code Analysis (/analyze) + PJN / 16-09-2015 1. All the methods in CAASun now include a "bool bHighPrecision" parameter + which if set to true means the code uses the full VSOP87 theory rather than the + truncated theory as presented in Meeus's book. + PJN / 16-10-2016 1. Improved the accuracy of CAASun::ApparentEclipticLongitude when the bHighPrecision + parameter is true. The code now uses a new VariationGeometricEclipticLongitude method + which provides a new higher precision method to calculate the effect of aberration. + This takes into account that Earth's orbit around the Sun is not a purely unperturbed + elliptical orbit. This improves the accuracy of the sample 25.a/b from the book by + a couple of hundreds of arc seconds. The results now are exactly in sync with the + results as reported in the book. Thanks to "Pavel" for reporting this issue. + PJN / 18-08-2019 1. Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 Preview 2.0 + +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +//////////////////////////// Includes ///////////////////////////////////////// + +#include "stdafx.h" +#include "AASun.h" +#include "AACoordinateTransformation.h" +#include "AAEarth.h" +#include "AAFK5.h" +#include "AANutation.h" +#include +using namespace std; + + +//////////////////////////// Implementation /////////////////////////////////// + +double CAASun::GeometricEclipticLongitude(double JD, bool bHighPrecision) noexcept +{ + return CAACoordinateTransformation::MapTo0To360Range(CAAEarth::EclipticLongitude(JD, bHighPrecision) + 180); +} + +double CAASun::GeometricEclipticLatitude(double JD, bool bHighPrecision) noexcept +{ + return -CAAEarth::EclipticLatitude(JD, bHighPrecision); +} + +double CAASun::GeometricEclipticLongitudeJ2000(double JD, bool bHighPrecision) noexcept +{ + return CAACoordinateTransformation::MapTo0To360Range(CAAEarth::EclipticLongitudeJ2000(JD, bHighPrecision) + 180); +} + +double CAASun::GeometricEclipticLatitudeJ2000(double JD, bool bHighPrecision) noexcept +{ + return -CAAEarth::EclipticLatitudeJ2000(JD, bHighPrecision); +} + +double CAASun::GeometricFK5EclipticLongitude(double JD, bool bHighPrecision) noexcept +{ + //Convert to the FK5 stystem + double Longitude = GeometricEclipticLongitude(JD, bHighPrecision); + const double Latitude = GeometricEclipticLatitude(JD, bHighPrecision); + Longitude += CAAFK5::CorrectionInLongitude(Longitude, Latitude, JD); + + return Longitude; +} + +double CAASun::GeometricFK5EclipticLatitude(double JD, bool bHighPrecision) noexcept +{ + //Convert to the FK5 stystem + const double Longitude = GeometricEclipticLongitude(JD, bHighPrecision); + double Latitude = GeometricEclipticLatitude(JD, bHighPrecision); + const double SunLatCorrection = CAAFK5::CorrectionInLatitude(Longitude, JD); + Latitude += SunLatCorrection; + + return Latitude; +} + +double CAASun::ApparentEclipticLongitude(double JD, bool bHighPrecision) noexcept +{ + double Longitude = GeometricFK5EclipticLongitude(JD, bHighPrecision); + + //Apply the correction in longitude due to nutation + Longitude += CAACoordinateTransformation::DMSToDegrees(0, 0, CAANutation::NutationInLongitude(JD)); + + //Apply the correction in longitude due to aberration + const double R = CAAEarth::RadiusVector(JD, bHighPrecision); + if (bHighPrecision) + Longitude -= (0.005775518 * R * CAACoordinateTransformation::DMSToDegrees(0, 0, VariationGeometricEclipticLongitude(JD))); + else + Longitude -= CAACoordinateTransformation::DMSToDegrees(0, 0, 20.4898 / R); + + return Longitude; +} + +double CAASun::ApparentEclipticLatitude(double JD, bool bHighPrecision) noexcept +{ + return GeometricFK5EclipticLatitude(JD, bHighPrecision); +} + +CAA3DCoordinate CAASun::EquatorialRectangularCoordinatesMeanEquinox(double JD, bool bHighPrecision) noexcept +{ + const double Longitude = CAACoordinateTransformation::DegreesToRadians(GeometricFK5EclipticLongitude(JD, bHighPrecision)); + const double Latitude = CAACoordinateTransformation::DegreesToRadians(GeometricFK5EclipticLatitude(JD, bHighPrecision)); + const double R = CAAEarth::RadiusVector(JD, bHighPrecision); + const double epsilon = CAACoordinateTransformation::DegreesToRadians(CAANutation::MeanObliquityOfEcliptic(JD)); + + CAA3DCoordinate value; + value.X = R * cos(Latitude) * cos(Longitude); + value.Y = R * (cos(Latitude) * sin(Longitude) * cos(epsilon) - sin(Latitude) * sin(epsilon)); + value.Z = R * (cos(Latitude) * sin(Longitude) * sin(epsilon) + sin(Latitude) * cos(epsilon)); + + return value; +} + +CAA3DCoordinate CAASun::EclipticRectangularCoordinatesJ2000(double JD, bool bHighPrecision) noexcept +{ + double Longitude = GeometricEclipticLongitudeJ2000(JD, bHighPrecision); + Longitude = CAACoordinateTransformation::DegreesToRadians(Longitude); + double Latitude = GeometricEclipticLatitudeJ2000(JD, bHighPrecision); + Latitude = CAACoordinateTransformation::DegreesToRadians(Latitude); + const double R = CAAEarth::RadiusVector(JD, bHighPrecision); + + CAA3DCoordinate value; + const double coslatitude = cos(Latitude); + value.X = R * coslatitude * cos(Longitude); + value.Y = R * coslatitude * sin(Longitude); + value.Z = R * sin(Latitude); + + return value; +} + +CAA3DCoordinate CAASun::EquatorialRectangularCoordinatesJ2000(double JD, bool bHighPrecision) noexcept +{ + CAA3DCoordinate value = EclipticRectangularCoordinatesJ2000(JD, bHighPrecision); + value = CAAFK5::ConvertVSOPToFK5J2000(value); + + return value; +} + +CAA3DCoordinate CAASun::EquatorialRectangularCoordinatesB1950(double JD, bool bHighPrecision) noexcept +{ + CAA3DCoordinate value = EclipticRectangularCoordinatesJ2000(JD, bHighPrecision); + value = CAAFK5::ConvertVSOPToFK5B1950(value); + + return value; +} + +CAA3DCoordinate CAASun::EquatorialRectangularCoordinatesAnyEquinox(double JD, double JDEquinox, bool bHighPrecision) noexcept +{ + CAA3DCoordinate value = EquatorialRectangularCoordinatesJ2000(JD, bHighPrecision); + value = CAAFK5::ConvertVSOPToFK5AnyEquinox(value, JDEquinox); + + return value; +} + +double CAASun::VariationGeometricEclipticLongitude(double JD) noexcept +{ + //D is the number of days since the epoch + const double D = JD - 2451545.00; + const double tau = (D / 365250); + const double tau2 = tau * tau; + const double tau3 = tau2 * tau; + + const double deltaLambda = 3548.193 + + 118.568 * sin(CAACoordinateTransformation::DegreesToRadians(87.5287 + 359993.7286 * tau)) + + 2.476 * sin(CAACoordinateTransformation::DegreesToRadians(85.0561 + 719987.4571 * tau)) + + 1.376 * sin(CAACoordinateTransformation::DegreesToRadians(27.8502 + 4452671.1152 * tau)) + + 0.119 * sin(CAACoordinateTransformation::DegreesToRadians(73.1375 + 450368.8564 * tau)) + + 0.114 * sin(CAACoordinateTransformation::DegreesToRadians(337.2264 + 329644.6718 * tau)) + + 0.086 * sin(CAACoordinateTransformation::DegreesToRadians(222.5400 + 659289.3436 * tau)) + + 0.078 * sin(CAACoordinateTransformation::DegreesToRadians(162.8136 + 9224659.7915 * tau)) + + 0.054 * sin(CAACoordinateTransformation::DegreesToRadians(82.5823 + 1079981.1857 * tau)) + + 0.052 * sin(CAACoordinateTransformation::DegreesToRadians(171.5189 + 225184.4282 * tau)) + + 0.034 * sin(CAACoordinateTransformation::DegreesToRadians(30.3214 + 4092677.3866 * tau)) + + 0.033 * sin(CAACoordinateTransformation::DegreesToRadians(119.8105 + 337181.4711 * tau)) + + 0.023 * sin(CAACoordinateTransformation::DegreesToRadians(247.5418 + 299295.6151 * tau)) + + 0.023 * sin(CAACoordinateTransformation::DegreesToRadians(325.1526 + 315559.5560 * tau)) + + 0.021 * sin(CAACoordinateTransformation::DegreesToRadians(155.1241 + 675553.2846 * tau)) + + 7.311 * tau * sin(CAACoordinateTransformation::DegreesToRadians(333.4515 + 359993.7286 * tau)) + + 0.305 * tau * sin(CAACoordinateTransformation::DegreesToRadians(330.9814 + 719987.4571 * tau)) + + 0.010 * tau * sin(CAACoordinateTransformation::DegreesToRadians(328.5170 + 1079981.1857 * tau)) + + 0.309 * tau2 * sin(CAACoordinateTransformation::DegreesToRadians(241.4518 + 359993.7286 * tau)) + + 0.021 * tau2 * sin(CAACoordinateTransformation::DegreesToRadians(205.0482 + 719987.4571 * tau)) + + 0.004 * tau2 * sin(CAACoordinateTransformation::DegreesToRadians(297.8610 + 4452671.1152 * tau)) + + 0.010 * tau3 * sin(CAACoordinateTransformation::DegreesToRadians(154.7066 + 359993.7286 * tau)); + + return deltaLambda; +} diff --git a/Vendor/AA+/1.6.3/AASun.h b/Sources/AAPlus/include/AASun.h old mode 100755 new mode 100644 similarity index 76% rename from Vendor/AA+/1.6.3/AASun.h rename to Sources/AAPlus/include/AASun.h index b2a8a90..4f8e98d --- a/Vendor/AA+/1.6.3/AASun.h +++ b/Sources/AAPlus/include/AASun.h @@ -1,9 +1,9 @@ /* -Module : AASUN.H +Module : AASun.h Purpose: Implementation for the algorithms which obtain the position of the Sun Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -43,19 +43,20 @@ class AAPLUS_EXT_CLASS CAASun { public: //Static methods - static double GeometricEclipticLongitude(double JD, bool bHighPrecision); - static double GeometricEclipticLatitude(double JD, bool bHighPrecision); - static double GeometricEclipticLongitudeJ2000(double JD, bool bHighPrecision); - static double GeometricEclipticLatitudeJ2000(double JD, bool bHighPrecision); - static double GeometricFK5EclipticLongitude(double JD, bool bHighPrecision); - static double GeometricFK5EclipticLatitude(double JD, bool bHighPrecision); - static double ApparentEclipticLongitude(double JD, bool bHighPrecision); - static double ApparentEclipticLatitude(double JD, bool bHighPrecision); - static CAA3DCoordinate EquatorialRectangularCoordinatesMeanEquinox(double JD, bool bHighPrecision); - static CAA3DCoordinate EclipticRectangularCoordinatesJ2000(double JD, bool bHighPrecision); - static CAA3DCoordinate EquatorialRectangularCoordinatesJ2000(double JD, bool bHighPrecision); - static CAA3DCoordinate EquatorialRectangularCoordinatesB1950(double JD, bool bHighPrecision); - static CAA3DCoordinate EquatorialRectangularCoordinatesAnyEquinox(double JD, double JDEquinox, bool bHighPrecision); + static double GeometricEclipticLongitude(double JD, bool bHighPrecision) noexcept; + static double GeometricEclipticLatitude(double JD, bool bHighPrecision) noexcept; + static double GeometricEclipticLongitudeJ2000(double JD, bool bHighPrecision) noexcept; + static double GeometricEclipticLatitudeJ2000(double JD, bool bHighPrecision) noexcept; + static double GeometricFK5EclipticLongitude(double JD, bool bHighPrecision) noexcept; + static double GeometricFK5EclipticLatitude(double JD, bool bHighPrecision) noexcept; + static double ApparentEclipticLongitude(double JD, bool bHighPrecision) noexcept; + static double ApparentEclipticLatitude(double JD, bool bHighPrecision) noexcept; + static double VariationGeometricEclipticLongitude(double JD) noexcept; + static CAA3DCoordinate EquatorialRectangularCoordinatesMeanEquinox(double JD, bool bHighPrecision) noexcept; + static CAA3DCoordinate EclipticRectangularCoordinatesJ2000(double JD, bool bHighPrecision) noexcept; + static CAA3DCoordinate EquatorialRectangularCoordinatesJ2000(double JD, bool bHighPrecision) noexcept; + static CAA3DCoordinate EquatorialRectangularCoordinatesB1950(double JD, bool bHighPrecision) noexcept; + static CAA3DCoordinate EquatorialRectangularCoordinatesAnyEquinox(double JD, double JDEquinox, bool bHighPrecision) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAUranus.h b/Sources/AAPlus/include/AAUranus.h old mode 100755 new mode 100644 similarity index 85% rename from Vendor/AA+/1.6.3/AAUranus.h rename to Sources/AAPlus/include/AAUranus.h index fb463d6..627e73c --- a/Vendor/AA+/1.6.3/AAUranus.h +++ b/Sources/AAPlus/include/AAUranus.h @@ -1,9 +1,9 @@ /* -Module : AAURANUS.H +Module : AAUranus.h Purpose: Implementation for the algorithms which obtain the heliocentric position of Uranus Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,9 +38,9 @@ class AAPLUS_EXT_CLASS CAAUranus { public: //Static methods - static double EclipticLongitude(double JD, bool bHighPrecision); - static double EclipticLatitude(double JD, bool bHighPrecision); - static double RadiusVector(double JD, bool bHighPrecision); + static double EclipticLongitude(double JD, bool bHighPrecision) noexcept; + static double EclipticLatitude(double JD, bool bHighPrecision) noexcept; + static double RadiusVector(double JD, bool bHighPrecision) noexcept; }; diff --git a/Sources/AAPlus/include/AAVSOP2013.h b/Sources/AAPlus/include/AAVSOP2013.h new file mode 100644 index 0000000..514f437 --- /dev/null +++ b/Sources/AAPlus/include/AAVSOP2013.h @@ -0,0 +1,313 @@ +/* +Module : VSOP2013.h +Purpose: Implementation for the algorithms for VSOP2013 +Created: PJN / 01-10-2021 + +Copyright (c) 2021 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) + +All rights reserved. + +Copyright / Usage Details: + +You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) +when your product is released in binary form. You are allowed to modify the source code in any way you want +except you cannot modify the copyright details at the top of each module. If you want to distribute source +code with your application, then you are only allowed to distribute versions released by the author. This is +to maintain a single distribution point for the source code. + +*/ + + +/////////////////////// Macros / Defines ////////////////////////////////////// + +#if _MSC_VER > 1000 +#pragma once +#endif //#if _MSC_VER > 1000 + +#ifndef __AAVSOP2013_H__ +#define __AAVSOP2013_H__ + +#ifndef AAPLUS_EXT_CLASS +#define AAPLUS_EXT_CLASS +#endif //#ifndef AAPLUS_EXT_CLASS + + +/////////////////////// Includes ////////////////////////////////////////////// + +#include +#include +#include +#include +#include +#include "AAElliptical.h" + + +/////////////////////// Classes /////////////////////////////////////////////// + +//The exception class which can be thrown by CAAVSOP2013::Calculate or CAAVSOP2013::CalculateOrbit +class AAPLUS_EXT_CLASS CAAVSOP2013Exception : public std::exception +{ +public: +//Enums + enum class REASON + { + UNDEFINED = 0, + FAILED_TO_OPEN_FILE = 1, + PLANET_IS_INVALID = 2, + DATE_IS_INVALID = 3, + COULD_NOT_LOAD_BINARY_FILE = 4 + }; + +//Constructors / Destructors + CAAVSOP2013Exception() = default; + CAAVSOP2013Exception(REASON reason) noexcept : m_Reason(reason) + { + } + CAAVSOP2013Exception(const CAAVSOP2013Exception&) = default; + CAAVSOP2013Exception(CAAVSOP2013Exception&&) = default; + ~CAAVSOP2013Exception() override = default; + +//Methods + CAAVSOP2013Exception& operator=(const CAAVSOP2013Exception&) = default; + CAAVSOP2013Exception& operator=(CAAVSOP2013Exception&&) = default; + +//Member variables + REASON m_Reason = REASON::UNDEFINED; //The reason for the exception +}; + +//Represents a single VSOP2013 ephemerides file +class AAPLUS_EXT_CLASS CAAVSOP2013EphemeridesFile +{ +public: +//Enums + enum + { + SIZE_BASIC_INTERVAL = 32, + IDENTIFICATION_INDEX = 2013, + CHEBYSHEV_TABLES = 17122, + COEFFICIENTS_PER_TABLE = 978 + }; + +//Methods + bool ReadTextFile(const std::filesystem::path::value_type* pszFilename); + bool WriteBinaryFile(const std::filesystem::path::value_type* pszFilename) noexcept; + bool ReadBinaryFile(const std::filesystem::path::value_type* pszFilename); + + bool operator!=(const CAAVSOP2013EphemeridesFile& file) const + { + return !operator==(file); + } + + bool operator==(const CAAVSOP2013EphemeridesFile& file) const + { + if (m_fStartJD != file.m_fStartJD) + return false; + if (m_fEndJD != file.m_fEndJD) + return false; + for (size_t i=0; i m_FirstCoefficientRank{}; + std::array m_CoefficientsPerCoordinate{}; + std::array m_SubIntervals{}; + std::vector> m_ChebyshevTables; +}; + +//Represents a single elements term +class AAPLUS_EXT_CLASS CAAVSOP2013ElementsTerm +{ +public: +//Member variables + std::array m_iphi{}; + double m_fS{}; + double m_fC{}; +}; + +//Represents a series of elements term records +struct AAPLUS_EXT_CLASS CAAVSOP2013ElementsSeries +{ +//Member variables + uint8_t m_ip{}; //planet index 1=Mercury...9=Pluto + uint8_t m_iv{}; //variable index 1=a, 2=lambda, 3=k, 4=h, 5=q, 6=p + uint8_t m_it{}; //time power + std::vector m_Terms; +}; + +//Represents a single VSOP2013 elements file +class AAPLUS_EXT_CLASS CAAVSOP2013ElementsFile +{ +public: +//Methods + bool ReadTextFile(const std::filesystem::path::value_type* pszFilename); + bool WriteBinaryFile(const std::filesystem::path::value_type* pszFilename) noexcept; + bool ReadBinaryFile(const std::filesystem::path::value_type* pszFilename); + + bool operator!=(const CAAVSOP2013ElementsFile& file) const + { + return !operator==(file); + } + + bool operator==(const CAAVSOP2013ElementsFile& file) const + { + if (m_AllSeries.size() != file.m_AllSeries.size()) + return false; + for (size_t i=0; i m_AllSeries; +}; + +//Contains the results from CAAVSOP2013::Calculate +class AAPLUS_EXT_CLASS CAAVSOP2013Position +{ +public: +//Member variables + double X{}; + double Y{}; + double Z{}; + double X_DASH{}; + double Y_DASH{}; + double Z_DASH{}; +}; + +//Contains the results from CAAVSOP2013::CalculateOrbit +class AAPLUS_EXT_CLASS CAAVSOP2013Orbit +{ +public: +//Member variables + double a{}; + double lambda{}; + double k{}; + double h{}; + double q{}; + double p{}; +}; + +//The main class which implements the VSOP2013 algorithms +class AAPLUS_EXT_CLASS CAAVSOP2013 +{ +public: +//Enums + enum class Planet + { + MERCURY = 0, + VENUS = 1, + EARTH_MOON_BARYCENTER = 2, + MARS = 3, + JUPITER = 4, + SATURN = 5, + URANUS = 6, + NEPTUNE = 7, + PLUTO = 8 + }; + +//Methods + void SetBinaryFilesDirectory(const std::filesystem::path::value_type* pszBinaryFilesDirectory) noexcept; + [[nodiscard]] const std::filesystem::path::value_type* GetBinaryFilesDirectory() const noexcept; + CAAVSOP2013Position Calculate(Planet planet, double JD); + CAAVSOP2013Orbit CalculateOrbit(Planet planet, double JD); + static double CalculateMeanMotion(Planet planet, double a); + static CAAEllipticalObjectElements OrbitToElements(double JD, Planet planet, const CAAVSOP2013Orbit& orbit); + static CAAVSOP2013Position Ecliptic2Equatorial(const CAAVSOP2013Position& value) noexcept; + +protected: +//Methods + void CalculateLambdas(double T, std::array& lambdas) noexcept; + +//Member variables + std::array m_DateRange{ { 77294.5, 625198.5, 1173102.5, 1721006.5, 2268910.5, 2816814.5, 3364718.5 } }; +#ifdef _WIN32 + std::array m_EphemeridesFilenames{ { L"VSOP2013.M4000.bin", L"VSOP2013.M2000.bin", L"VSOP2013.M1000.bin", L"VSOP2013.P1000.bin", L"VSOP2013.P2000.bin", L"VSOP2013.P4000.bin" } }; +#else + std::array m_EphemeridesFilenames{ { "VSOP2013.M4000.bin", "VSOP2013.M2000.bin", "VSOP2013.M1000.bin", "VSOP2013.P1000.bin", "VSOP2013.P2000.bin", "VSOP2013.P4000.bin" } }; +#endif //#ifdef _WIN32 +#ifdef _WIN32 + std::array m_ElementsFilenames{ { L"VSOP2013p1.bin", L"VSOP2013p2.bin", L"VSOP2013p3.bin", L"VSOP2013p4.bin", L"VSOP2013p5.bin", L"VSOP2013p6.bin", L"VSOP2013p7.bin", L"VSOP2013p8.bin", L"VSOP2013p9.bin" } }; +#else + std::array m_ElementsFilenames{ { "VSOP2013p1.bin", "VSOP2013p2.bin", "VSOP2013p3.bin", "VSOP2013p4.bin", "VSOP2013p5.bin", "VSOP2013p6.bin", "VSOP2013p7.bin", "VSOP2013p8.bin", "VSOP2013p9.bin" } }; +#endif //#ifdef _WIN32 + std::array m_EphemerideFiles{}; + std::array m_ElementsFiles{}; +#ifdef _WIN32 + const std::filesystem::path::value_type* m_pszBinaryFilesDirectory = L"."; +#else + const std::filesystem::path::value_type* m_pszBinaryFilesDirectory = "."; +#endif //#ifdef _WIN32 +}; + + +#endif //#ifndef __AAVSOP2013_H__ diff --git a/Vendor/AA+/1.6.3/AAVSOP87.h b/Sources/AAPlus/include/AAVSOP87.h old mode 100755 new mode 100644 similarity index 76% rename from Vendor/AA+/1.6.3/AAVSOP87.h rename to Sources/AAPlus/include/AAVSOP87.h index 98af8cf..7182514 --- a/Vendor/AA+/1.6.3/AAVSOP87.h +++ b/Sources/AAPlus/include/AAVSOP87.h @@ -2,9 +2,8 @@ Module : AAVSOP87.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 29-08-2015 -History: PJN / 29-08-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -33,6 +32,11 @@ to maintain a single distribution point for the source code. #endif //#ifndef AAPLUS_EXT_CLASS +////////////////////////////// Includes /////////////////////////////////////// + +#include + + ////////////////////////////// Classes //////////////////////////////////////// struct VSOP87Coefficient @@ -45,15 +49,15 @@ struct VSOP87Coefficient struct VSOP87Coefficient2 { const VSOP87Coefficient* pCoefficients; - int nCoefficientsSize; + size_t nCoefficientsSize; }; -class AAPLUS_EXT_CLASS CVSOP87 +class AAPLUS_EXT_CLASS CAAVSOP87 { public: //Static methods - static double Calculate(double JD, const VSOP87Coefficient2* pTable, int nTableSize, bool bAngle); - static double Calculate_Dash(double JD, const VSOP87Coefficient2* pTable, int nTableSize); + static double Calculate(double JD, const VSOP87Coefficient2* pTable, size_t nTableSize, bool bAngle) noexcept; + static double Calculate_Dash(double JD, const VSOP87Coefficient2* pTable, size_t nTableSize) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87A_EAR.h b/Sources/AAPlus/include/AAVSOP87A_EAR.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87A_EAR.h rename to Sources/AAPlus/include/AAVSOP87A_EAR.h index d9a2689..dc1fcaa --- a/Vendor/AA+/1.6.3/AAVSOP87A_EAR.h +++ b/Sources/AAPlus/include/AAVSOP87A_EAR.h @@ -2,9 +2,8 @@ Module : AAVSOP87A_EAR.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87A_Earth { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87A_EMB.h b/Sources/AAPlus/include/AAVSOP87A_EMB.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87A_EMB.h rename to Sources/AAPlus/include/AAVSOP87A_EMB.h index e8194ca..5647a80 --- a/Vendor/AA+/1.6.3/AAVSOP87A_EMB.h +++ b/Sources/AAPlus/include/AAVSOP87A_EMB.h @@ -2,9 +2,8 @@ Module : AAVSOP87A_EMB.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87A_EMB { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87A_JUP.h b/Sources/AAPlus/include/AAVSOP87A_JUP.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87A_JUP.h rename to Sources/AAPlus/include/AAVSOP87A_JUP.h index 971f4e4..9ccdb31 --- a/Vendor/AA+/1.6.3/AAVSOP87A_JUP.h +++ b/Sources/AAPlus/include/AAVSOP87A_JUP.h @@ -2,9 +2,8 @@ Module : AAVSOP87A_JUP.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87A_Jupiter { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87A_MAR.h b/Sources/AAPlus/include/AAVSOP87A_MAR.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87A_MAR.h rename to Sources/AAPlus/include/AAVSOP87A_MAR.h index ae64f68..8584ebc --- a/Vendor/AA+/1.6.3/AAVSOP87A_MAR.h +++ b/Sources/AAPlus/include/AAVSOP87A_MAR.h @@ -2,9 +2,8 @@ Module : AAVSOP87A_MAR.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87A_Mars { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87A_MER.h b/Sources/AAPlus/include/AAVSOP87A_MER.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87A_MER.h rename to Sources/AAPlus/include/AAVSOP87A_MER.h index 58f42ec..42b25dd --- a/Vendor/AA+/1.6.3/AAVSOP87A_MER.h +++ b/Sources/AAPlus/include/AAVSOP87A_MER.h @@ -2,9 +2,8 @@ Module : AAVSOP87A_MER.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87A_Mercury { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87A_NEP.cpp b/Sources/AAPlus/include/AAVSOP87A_NEP.cpp old mode 100755 new mode 100644 similarity index 96% rename from Vendor/AA+/1.6.3/AAVSOP87A_NEP.cpp rename to Sources/AAPlus/include/AAVSOP87A_NEP.cpp index 98e79fa..1f911d9 --- a/Vendor/AA+/1.6.3/AAVSOP87A_NEP.cpp +++ b/Sources/AAPlus/include/AAVSOP87A_NEP.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87A_NEP.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87A_NEP.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87A_X0_NEPTUNE[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87A_X0_NEPTUNE +{ { { 30.05890004476, 5.31211340029, 38.13303563780 }, { 0.27080164222, 3.14159265359, 0.00000000000 }, { 0.13505661755, 3.50078975634, 76.26607127560 }, @@ -804,10 +810,10 @@ const VSOP87Coefficient g_VSOP87A_X0_NEPTUNE[] = { 0.00000002336, 4.17366212174, 495.49008271990 }, { 0.00000002232, 2.42169508541, 158.37366516480 }, { 0.00000002471, 3.93681150847, 658.18966002270 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X1_NEPTUNE[] = -{ +constexpr array g_VSOP87A_X1_NEPTUNE +{ { { 0.00255840261, 2.01935686795, 36.64856292950 }, { 0.00243125299, 5.46214902873, 39.61750834610 }, { 0.00118398168, 2.88251845061, 76.26607127560 }, @@ -1138,10 +1144,10 @@ const VSOP87Coefficient g_VSOP87A_X1_NEPTUNE[] = { 0.00000002160, 0.97578185075, 666.72398925700 }, { 0.00000002601, 2.58714323338, 363.51668387840 }, { 0.00000002510, 3.00871814837, 411.14725659700 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X2_NEPTUNE[] = -{ +constexpr array g_VSOP87A_X2_NEPTUNE +{ { { 0.00005371138, 0.00000000000, 0.00000000000 }, { 0.00004536283, 5.02700751836, 36.64856292950 }, { 0.00004350766, 2.45420254304, 39.61750834610 }, @@ -1244,10 +1250,10 @@ const VSOP87Coefficient g_VSOP87A_X2_NEPTUNE[] = { 0.00000002569, 4.22624598741, 464.73122651380 }, { 0.00000002273, 5.59760233612, 491.55792945680 }, { 0.00000002790, 1.90430778774, 487.36514376280 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X3_NEPTUNE[] = -{ +constexpr array g_VSOP87A_X3_NEPTUNE +{ { { 0.00000192703, 0.83849647680, 36.64856292950 }, { 0.00000182218, 0.36067577276, 39.61750834610 }, { 0.00000180880, 0.00000000000, 0.00000000000 }, @@ -1281,10 +1287,10 @@ const VSOP87Coefficient g_VSOP87A_X3_NEPTUNE[] = { 0.00000002279, 4.63710471266, 459.05396811150 }, { 0.00000003062, 3.11781513902, 484.44438245600 }, { 0.00000002147, 2.63610173419, 175.16605980020 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X4_NEPTUNE[] = -{ +constexpr array g_VSOP87A_X4_NEPTUNE +{ { { 0.00000004229, 1.43244844928, 515.46387109300 }, { 0.00000004334, 5.41647101628, 433.71173787680 }, { 0.00000003547, 5.75562173057, 990.22940591440 }, @@ -1292,10 +1298,10 @@ const VSOP87Coefficient g_VSOP87A_X4_NEPTUNE[] = { 0.00000003017, 0.06478433196, 227.52618943960 }, { 0.00000002298, 4.70991228641, 206.18554843720 }, { 0.00000002249, 0.15040734848, 220.41264243880 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y0_NEPTUNE[] = -{ +constexpr array g_VSOP87A_Y0_NEPTUNE +{ { { 30.06056351665, 3.74086294714, 38.13303563780 }, { 0.30205857683, 3.14159265359, 0.00000000000 }, { 0.13506391797, 1.92953034883, 76.26607127560 }, @@ -2042,10 +2048,10 @@ const VSOP87Coefficient g_VSOP87A_Y0_NEPTUNE[] = { 0.00000002319, 2.81891636177, 26011.63707029860 }, { 0.00000002378, 2.89965220331, 952.09637027660 }, { 0.00000002232, 3.99247109324, 158.37366516480 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y1_NEPTUNE[] = -{ +constexpr array g_VSOP87A_Y1_NEPTUNE +{ { { 0.00352947493, 3.14159265359, 0.00000000000 }, { 0.00256125493, 0.44757496817, 36.64856292950 }, { 0.00243147725, 3.89099798696, 39.61750834610 }, @@ -2371,10 +2377,10 @@ const VSOP87Coefficient g_VSOP87A_Y1_NEPTUNE[] = { 0.00000002915, 5.49123016682, 2118.76386037840 }, { 0.00000002300, 2.19835194508, 986.29725265130 }, { 0.00000002198, 1.21301903023, 605.95703637020 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y2_NEPTUNE[] = -{ +constexpr array g_VSOP87A_Y2_NEPTUNE +{ { { 0.00004539421, 3.45613207922, 36.64856292950 }, { 0.00004347956, 0.88317230351, 39.61750834610 }, { 0.00003595394, 3.14159265359, 0.00000000000 }, @@ -2472,10 +2478,10 @@ const VSOP87Coefficient g_VSOP87A_Y2_NEPTUNE[] = { 0.00000003029, 4.41598697999, 129.91947716160 }, { 0.00000002469, 5.36564537139, 952.09637027660 }, { 0.00000002911, 1.43497141751, 312.19908396260 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y3_NEPTUNE[] = -{ +constexpr array g_VSOP87A_Y3_NEPTUNE +{ { { 0.00000192703, 5.55088601013, 36.64856292950 }, { 0.00000182218, 5.07306416874, 39.61750834610 }, { 0.00000176062, 0.00000000000, 0.00000000000 }, @@ -2510,10 +2516,10 @@ const VSOP87Coefficient g_VSOP87A_Y3_NEPTUNE[] = { 0.00000002876, 3.65434826122, 853.19638175200 }, { 0.00000002279, 6.20788162950, 459.05396811150 }, { 0.00000002147, 1.06532572636, 175.16605980020 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y4_NEPTUNE[] = -{ +constexpr array g_VSOP87A_Y4_NEPTUNE +{ { { 0.00000004229, 6.14485774863, 515.46387109300 }, { 0.00000004334, 3.84569500845, 433.71173787680 }, { 0.00000003547, 1.04321243122, 990.22940591440 }, @@ -2521,10 +2527,10 @@ const VSOP87Coefficient g_VSOP87A_Y4_NEPTUNE[] = { 0.00000003017, 4.77719363131, 227.52618943960 }, { 0.00000002341, 4.83747395607, 220.41264243880 }, { 0.00000002295, 3.13221204419, 206.18554843720 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z0_NEPTUNE[] = -{ +constexpr array g_VSOP87A_Z0_NEPTUNE +{ { { 0.92866054405, 1.44103930278, 38.13303563780 }, { 0.01245978462, 0.00000000000, 0.00000000000 }, { 0.00474333567, 2.52218774238, 36.64856292950 }, @@ -2658,10 +2664,10 @@ const VSOP87Coefficient g_VSOP87A_Z0_NEPTUNE[] = { 0.00000004678, 4.87546696295, 442.75170057060 }, { 0.00000004407, 5.58110402011, 252.08652238160 }, { 0.00000004305, 1.31724140028, 493.04240216510 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z1_NEPTUNE[] = -{ +constexpr array g_VSOP87A_Z1_NEPTUNE +{ { { 0.00154885971, 2.14239039664, 38.13303563780 }, { 0.00007783708, 4.40146905905, 36.64856292950 }, { 0.00006862414, 1.65930160610, 39.61750834610 }, @@ -2699,10 +2705,10 @@ const VSOP87Coefficient g_VSOP87A_Z1_NEPTUNE[] = { 0.00000009264, 5.30245876403, 5.93789083320 }, { 0.00000007474, 4.96934284190, 112.91463420510 }, { 0.00000006008, 0.92667374096, 70.32818044240 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z2_NEPTUNE[] = -{ +constexpr array g_VSOP87A_Z2_NEPTUNE +{ { { 0.00001264840, 1.91401498992, 38.13303563780 }, { 0.00000130346, 1.12728833394, 36.64856292950 }, { 0.00000127993, 4.77241139328, 39.61750834610 }, @@ -2714,70 +2720,69 @@ const VSOP87Coefficient g_VSOP87A_Z2_NEPTUNE[] = { 0.00000009304, 4.23010808782, 41.10198105440 }, { 0.00000006521, 0.77866473081, 220.41264243880 }, { 0.00000005653, 4.33530686667, 206.18554843720 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z3_NEPTUNE[] = -{ +constexpr array g_VSOP87A_Z3_NEPTUNE +{ { { 0.00000124222, 3.06928911462, 38.13303563780 }, { 0.00000004438, 3.98008913039, 36.64856292950 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87A_X_NEPTUNE[] = -{ - { g_VSOP87A_X0_NEPTUNE, sizeof(g_VSOP87A_X0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X1_NEPTUNE, sizeof(g_VSOP87A_X1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X2_NEPTUNE, sizeof(g_VSOP87A_X2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X3_NEPTUNE, sizeof(g_VSOP87A_X3_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X4_NEPTUNE, sizeof(g_VSOP87A_X4_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_X_NEPTUNE +{ { + { g_VSOP87A_X0_NEPTUNE.data(), g_VSOP87A_X0_NEPTUNE.size() }, + { g_VSOP87A_X1_NEPTUNE.data(), g_VSOP87A_X1_NEPTUNE.size() }, + { g_VSOP87A_X2_NEPTUNE.data(), g_VSOP87A_X2_NEPTUNE.size() }, + { g_VSOP87A_X3_NEPTUNE.data(), g_VSOP87A_X3_NEPTUNE.size() }, + { g_VSOP87A_X4_NEPTUNE.data(), g_VSOP87A_X4_NEPTUNE.size() } +} }; -const VSOP87Coefficient2 g_VSOP87A_Y_NEPTUNE[] = -{ - { g_VSOP87A_Y0_NEPTUNE, sizeof(g_VSOP87A_Y0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y1_NEPTUNE, sizeof(g_VSOP87A_Y1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y2_NEPTUNE, sizeof(g_VSOP87A_Y2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y3_NEPTUNE, sizeof(g_VSOP87A_Y3_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y4_NEPTUNE, sizeof(g_VSOP87A_Y4_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_Y_NEPTUNE +{ { + { g_VSOP87A_Y0_NEPTUNE.data(), g_VSOP87A_Y0_NEPTUNE.size() }, + { g_VSOP87A_Y1_NEPTUNE.data(), g_VSOP87A_Y1_NEPTUNE.size() }, + { g_VSOP87A_Y2_NEPTUNE.data(), g_VSOP87A_Y2_NEPTUNE.size() }, + { g_VSOP87A_Y3_NEPTUNE.data(), g_VSOP87A_Y3_NEPTUNE.size() }, + { g_VSOP87A_Y4_NEPTUNE.data(), g_VSOP87A_Y4_NEPTUNE.size() } +} }; -const VSOP87Coefficient2 g_VSOP87A_Z_NEPTUNE[] = -{ - { g_VSOP87A_Z0_NEPTUNE, sizeof(g_VSOP87A_Z0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z1_NEPTUNE, sizeof(g_VSOP87A_Z1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z2_NEPTUNE, sizeof(g_VSOP87A_Z2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z3_NEPTUNE, sizeof(g_VSOP87A_Z3_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_Z_NEPTUNE +{ { + { g_VSOP87A_Z0_NEPTUNE.data(), g_VSOP87A_Z0_NEPTUNE.size() }, + { g_VSOP87A_Z1_NEPTUNE.data(), g_VSOP87A_Z1_NEPTUNE.size() }, + { g_VSOP87A_Z2_NEPTUNE.data(), g_VSOP87A_Z2_NEPTUNE.size() }, + { g_VSOP87A_Z3_NEPTUNE.data(), g_VSOP87A_Z3_NEPTUNE.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87A_Neptune::X(double JD) +double CAAVSOP87A_Neptune::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_X_NEPTUNE, sizeof(g_VSOP87A_X_NEPTUNE)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_X_NEPTUNE.data(), g_VSOP87A_X_NEPTUNE.size(), false); } -double CAAVSOP87A_Neptune::X_DASH(double JD) +double CAAVSOP87A_Neptune::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_X_NEPTUNE, sizeof(g_VSOP87A_X_NEPTUNE)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_X_NEPTUNE.data(), g_VSOP87A_X_NEPTUNE.size()); } -double CAAVSOP87A_Neptune::Y(double JD) +double CAAVSOP87A_Neptune::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_Y_NEPTUNE, sizeof(g_VSOP87A_Y_NEPTUNE)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_Y_NEPTUNE.data(), g_VSOP87A_Y_NEPTUNE.size(), false); } -double CAAVSOP87A_Neptune::Y_DASH(double JD) +double CAAVSOP87A_Neptune::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_Y_NEPTUNE, sizeof(g_VSOP87A_Y_NEPTUNE)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_Y_NEPTUNE.data(), g_VSOP87A_Y_NEPTUNE.size()); } -double CAAVSOP87A_Neptune::Z(double JD) +double CAAVSOP87A_Neptune::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_Z_NEPTUNE, sizeof(g_VSOP87A_Z_NEPTUNE)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_Z_NEPTUNE.data(), g_VSOP87A_Z_NEPTUNE.size(), false); } -double CAAVSOP87A_Neptune::Z_DASH(double JD) +double CAAVSOP87A_Neptune::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_Z_NEPTUNE, sizeof(g_VSOP87A_Z_NEPTUNE)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_Z_NEPTUNE.data(), g_VSOP87A_Z_NEPTUNE.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87A_NEP.h b/Sources/AAPlus/include/AAVSOP87A_NEP.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87A_NEP.h rename to Sources/AAPlus/include/AAVSOP87A_NEP.h index f3e23d7..a238b13 --- a/Vendor/AA+/1.6.3/AAVSOP87A_NEP.h +++ b/Sources/AAPlus/include/AAVSOP87A_NEP.h @@ -2,9 +2,8 @@ Module : AAVSOP87A_NEP.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87A_Neptune { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87A_SAT.cpp b/Sources/AAPlus/include/AAVSOP87A_SAT.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87A_SAT.cpp rename to Sources/AAPlus/include/AAVSOP87A_SAT.cpp index b11385d..01c0670 --- a/Vendor/AA+/1.6.3/AAVSOP87A_SAT.cpp +++ b/Sources/AAPlus/include/AAVSOP87A_SAT.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87A_SAT.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87A_SAT.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87A_X0_SATURN[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87A_X0_SATURN +{ { { 9.51638335797, 0.87441380794, 213.29909543800 }, { 0.26412374238, 0.12390892620, 426.59819087600 }, { 0.06760430339, 4.16767145778, 206.18554843720 }, @@ -1684,10 +1690,10 @@ const VSOP87Coefficient g_VSOP87A_X0_SATURN[] = { 0.00000000687, 4.40962225159, 1563.80010101830 }, { 0.00000000883, 0.11492592605, 378.64329525170 }, { 0.00000000740, 3.78883452039, 1016.09290101090 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X1_SATURN[] = -{ +constexpr array g_VSOP87A_X1_SATURN +{ { { 0.07575103962, 0.00000000000, 0.00000000000 }, { 0.03085041716, 4.27565749128, 426.59819087600 }, { 0.02714918399, 5.85229412397, 206.18554843720 }, @@ -2580,10 +2586,10 @@ const VSOP87Coefficient g_VSOP87A_X1_SATURN[] = { 0.00000000953, 0.59117119093, 2826.18618590700 }, { 0.00000000826, 1.27188705580, 284.89930026760 }, { 0.00000000695, 4.58296836233, 3171.03224356680 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X2_SATURN[] = -{ +constexpr array g_VSOP87A_X2_SATURN +{ { { 0.00560746334, 1.26401632282, 206.18554843720 }, { 0.00545834518, 3.62343709657, 220.41264243880 }, { 0.00443342186, 3.14159265359, 0.00000000000 }, @@ -3065,10 +3071,10 @@ const VSOP87Coefficient g_VSOP87A_X2_SATURN[] = { 0.00000000785, 0.63645876992, 4436.59972219320 }, { 0.00000000716, 0.31353354367, 3796.70243587920 }, { 0.00000000714, 4.03037145569, 3171.03224356680 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X3_SATURN[] = -{ +constexpr array g_VSOP87A_X3_SATURN +{ { { 0.00077115952, 2.97714385362, 206.18554843720 }, { 0.00075340436, 1.89208005248, 220.41264243880 }, { 0.00018450895, 3.14159265359, 0.00000000000 }, @@ -3284,10 +3290,10 @@ const VSOP87Coefficient g_VSOP87A_X3_SATURN[] = { 0.00000000699, 4.19500442256, 10220.39909321180 }, { 0.00000000712, 0.83128225610, 3149.69160256440 }, { 0.00000000943, 4.37865824380, 1457.52593306200 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X4_SATURN[] = -{ +constexpr array g_VSOP87A_X4_SATURN +{ { { 0.00007959921, 4.70523623364, 206.18554843720 }, { 0.00007836652, 0.13981693631, 220.41264243880 }, { 0.00001511196, 0.06561560462, 227.52618943960 }, @@ -3375,10 +3381,10 @@ const VSOP87Coefficient g_VSOP87A_X4_SATURN[] = { 0.00000000699, 6.11938930504, 1272.68102562720 }, { 0.00000000711, 3.95347589074, 838.96928775040 }, { 0.00000000684, 5.09702256485, 661.23792731640 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X5_SATURN[] = -{ +constexpr array g_VSOP87A_X5_SATURN +{ { { 0.00000589250, 0.13910544483, 206.18554843720 }, { 0.00000585873, 4.66559223624, 220.41264243880 }, { 0.00000225585, 4.60652710308, 227.52618943960 }, @@ -3410,10 +3416,10 @@ const VSOP87Coefficient g_VSOP87A_X5_SATURN[] = { 0.00000000984, 4.07542657925, 223.59403617650 }, { 0.00000000779, 2.12929707069, 330.61896365820 }, { 0.00000000783, 3.19520562324, 522.57741809380 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y0_SATURN[] = -{ +constexpr array g_VSOP87A_Y0_SATURN +{ { { 9.52986882699, 5.58600556665, 213.29909543800 }, { 0.79387988806, 3.14159265359, 0.00000000000 }, { 0.26441781302, 4.83528061849, 426.59819087600 }, @@ -5072,10 +5078,10 @@ const VSOP87Coefficient g_VSOP87A_Y0_SATURN[] = { 0.00000000702, 1.24544695479, 598.84348936940 }, { 0.00000000810, 3.81368284008, 614.83694036960 }, { 0.00000000681, 1.84015126699, 2954.55175439110 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y1_SATURN[] = -{ +constexpr array g_VSOP87A_Y1_SATURN +{ { { 0.05373889135, 0.00000000000, 0.00000000000 }, { 0.03090575152, 2.70346890906, 426.59819087600 }, { 0.02741594312, 4.26667636015, 206.18554843720 }, @@ -5993,10 +5999,10 @@ const VSOP87Coefficient g_VSOP87A_Y1_SATURN[] = { 0.00000000687, 1.26279091079, 1261.63532536330 }, { 0.00000000695, 1.75702964176, 812.94573395950 }, { 0.00000000826, 5.98430782385, 284.89930026760 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y2_SATURN[] = -{ +constexpr array g_VSOP87A_Y2_SATURN +{ { { 0.00563706537, 5.97115878242, 206.18554843720 }, { 0.00547012116, 2.05154973426, 220.41264243880 }, { 0.00458518613, 0.00000000000, 0.00000000000 }, @@ -6462,10 +6468,10 @@ const VSOP87Coefficient g_VSOP87A_Y2_SATURN[] = { 0.00000000732, 2.85362187541, 254.35289238260 }, { 0.00000000945, 5.83450274601, 388.46515523820 }, { 0.00000000813, 3.83625059019, 2420.92863603340 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y3_SATURN[] = -{ +constexpr array g_VSOP87A_Y3_SATURN +{ { { 0.00077376615, 1.40391048961, 206.18554843720 }, { 0.00075564351, 0.31962896379, 220.41264243880 }, { 0.00022843837, 3.14159265359, 0.00000000000 }, @@ -6667,10 +6673,10 @@ const VSOP87Coefficient g_VSOP87A_Y3_SATURN[] = { 0.00000000701, 1.98280933247, 9779.57380833420 }, { 0.00000000701, 2.62299327327, 10220.39909321180 }, { 0.00000000709, 5.45403624686, 1457.52593306200 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y4_SATURN[] = -{ +constexpr array g_VSOP87A_Y4_SATURN +{ { { 0.00007978886, 3.13229268011, 206.18554843720 }, { 0.00007868379, 4.84940260021, 220.41264243880 }, { 0.00001514835, 4.77675733867, 227.52618943960 }, @@ -6759,10 +6765,10 @@ const VSOP87Coefficient g_VSOP87A_Y4_SATURN[] = { 0.00000000738, 4.25590020164, 10.29494073850 }, { 0.00000000728, 3.57279637901, 1802.37199072180 }, { 0.00000000684, 3.52622623805, 661.23792731640 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y5_SATURN[] = -{ +constexpr array g_VSOP87A_Y5_SATURN +{ { { 0.00000589080, 4.84910386986, 206.18554843720 }, { 0.00000590114, 3.08953743297, 220.41264243880 }, { 0.00000226448, 3.03832080293, 227.52618943960 }, @@ -6795,10 +6801,10 @@ const VSOP87Coefficient g_VSOP87A_Y5_SATURN[] = { 0.00000000984, 2.50463025246, 223.59403617650 }, { 0.00000000780, 0.55796214439, 330.61896365820 }, { 0.00000000786, 1.61541856004, 522.57741809380 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z0_SATURN[] = -{ +constexpr array g_VSOP87A_Z0_SATURN +{ { { 0.41356950940, 3.60234142982, 213.29909543800 }, { 0.01148283576, 2.85128367469, 426.59819087600 }, { 0.01214249867, 0.00000000000, 0.00000000000 }, @@ -7219,10 +7225,10 @@ const VSOP87Coefficient g_VSOP87A_Z0_SATURN[] = { 0.00000001390, 4.08155384651, 894.84087952760 }, { 0.00000001435, 1.51395699369, 867.42347575360 }, { 0.00000001404, 4.02343833901, 300.61086697750 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z1_SATURN[] = -{ +constexpr array g_VSOP87A_Z1_SATURN +{ { { 0.01906503283, 4.94544746116, 213.29909543800 }, { 0.00528301265, 3.14159265359, 0.00000000000 }, { 0.00130262284, 2.26140980879, 206.18554843720 }, @@ -7440,10 +7446,10 @@ const VSOP87Coefficient g_VSOP87A_Z1_SATURN[] = { 0.00000001384, 2.33959628851, 444.75743814070 }, { 0.00000001458, 5.37055128984, 148.07872442630 }, { 0.00000001464, 6.11985601662, 206.13736432740 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z2_SATURN[] = -{ +constexpr array g_VSOP87A_Z2_SATURN +{ { { 0.00131275155, 0.08868998101, 213.29909543800 }, { 0.00030147649, 3.91396203887, 206.18554843720 }, { 0.00019322173, 0.09228748624, 220.41264243880 }, @@ -7531,10 +7537,10 @@ const VSOP87Coefficient g_VSOP87A_Z2_SATURN[] = { 0.00000001874, 0.84722174143, 1375.77379984580 }, { 0.00000001596, 0.64727508404, 618.55664531160 }, { 0.00000001504, 2.13190551837, 1368.66025284500 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z3_SATURN[] = -{ +constexpr array g_VSOP87A_Z3_SATURN +{ { { 0.00004559419, 1.70646871501, 213.29909543800 }, { 0.00004779074, 5.57723756330, 206.18554843720 }, { 0.00003965402, 0.00000000000, 0.00000000000 }, @@ -7579,10 +7585,10 @@ const VSOP87Coefficient g_VSOP87A_Z3_SATURN[] = { 0.00000001693, 4.70902661652, 224.34479570190 }, { 0.00000001460, 5.32768614058, 302.16477565500 }, { 0.00000001460, 3.94562330747, 447.93883187840 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z4_SATURN[] = -{ +constexpr array g_VSOP87A_Z4_SATURN +{ { { 0.00000574306, 0.96387396086, 206.18554843720 }, { 0.00000252516, 2.90188946355, 220.41264243880 }, { 0.00000244875, 2.96492296609, 213.29909543800 }, @@ -7602,78 +7608,77 @@ const VSOP87Coefficient g_VSOP87A_Z4_SATURN[] = { 0.00000002105, 0.46469400267, 853.19638175200 }, { 0.00000001586, 5.79955908864, 110.20632121940 }, { 0.00000001592, 0.49445731602, 412.37109687440 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z5_SATURN[] = -{ +constexpr array g_VSOP87A_Z5_SATURN +{ { { 0.00000053400, 2.61403861391, 206.18554843720 }, { 0.00000018015, 1.15819542312, 220.41264243880 }, { 0.00000010802, 3.14159265359, 0.00000000000 }, { 0.00000007783, 1.07953666846, 227.52618943960 }, { 0.00000006016, 2.88267666200, 199.07200143640 }, { 0.00000004424, 0.11691197681, 433.71173787680 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87A_X_SATURN[] = -{ - { g_VSOP87A_X0_SATURN, sizeof(g_VSOP87A_X0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X1_SATURN, sizeof(g_VSOP87A_X1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X2_SATURN, sizeof(g_VSOP87A_X2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X3_SATURN, sizeof(g_VSOP87A_X3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X4_SATURN, sizeof(g_VSOP87A_X4_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X5_SATURN, sizeof(g_VSOP87A_X5_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_X_SATURN +{ { + { g_VSOP87A_X0_SATURN.data(), g_VSOP87A_X0_SATURN.size() }, + { g_VSOP87A_X1_SATURN.data(), g_VSOP87A_X1_SATURN.size() }, + { g_VSOP87A_X2_SATURN.data(), g_VSOP87A_X2_SATURN.size() }, + { g_VSOP87A_X3_SATURN.data(), g_VSOP87A_X3_SATURN.size() }, + { g_VSOP87A_X4_SATURN.data(), g_VSOP87A_X4_SATURN.size() }, + { g_VSOP87A_X5_SATURN.data(), g_VSOP87A_X5_SATURN.size() } +} }; -const VSOP87Coefficient2 g_VSOP87A_Y_SATURN[] = -{ - { g_VSOP87A_Y0_SATURN, sizeof(g_VSOP87A_Y0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y1_SATURN, sizeof(g_VSOP87A_Y1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y2_SATURN, sizeof(g_VSOP87A_Y2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y3_SATURN, sizeof(g_VSOP87A_Y3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y4_SATURN, sizeof(g_VSOP87A_Y4_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y5_SATURN, sizeof(g_VSOP87A_Y5_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_Y_SATURN +{ { + { g_VSOP87A_Y0_SATURN.data(), g_VSOP87A_Y0_SATURN.size() }, + { g_VSOP87A_Y1_SATURN.data(), g_VSOP87A_Y1_SATURN.size() }, + { g_VSOP87A_Y2_SATURN.data(), g_VSOP87A_Y2_SATURN.size() }, + { g_VSOP87A_Y3_SATURN.data(), g_VSOP87A_Y3_SATURN.size() }, + { g_VSOP87A_Y4_SATURN.data(), g_VSOP87A_Y4_SATURN.size() }, + { g_VSOP87A_Y5_SATURN.data(), g_VSOP87A_Y5_SATURN.size() } +} }; -const VSOP87Coefficient2 g_VSOP87A_Z_SATURN[] = -{ - { g_VSOP87A_Z0_SATURN, sizeof(g_VSOP87A_Z0_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z1_SATURN, sizeof(g_VSOP87A_Z1_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z2_SATURN, sizeof(g_VSOP87A_Z2_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z3_SATURN, sizeof(g_VSOP87A_Z3_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z4_SATURN, sizeof(g_VSOP87A_Z4_SATURN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z5_SATURN, sizeof(g_VSOP87A_Z5_SATURN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_Z_SATURN +{ { + { g_VSOP87A_Z0_SATURN.data(), g_VSOP87A_Z0_SATURN.size() }, + { g_VSOP87A_Z1_SATURN.data(), g_VSOP87A_Z1_SATURN.size() }, + { g_VSOP87A_Z2_SATURN.data(), g_VSOP87A_Z2_SATURN.size() }, + { g_VSOP87A_Z3_SATURN.data(), g_VSOP87A_Z3_SATURN.size() }, + { g_VSOP87A_Z4_SATURN.data(), g_VSOP87A_Z4_SATURN.size() }, + { g_VSOP87A_Z5_SATURN.data(), g_VSOP87A_Z5_SATURN.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87A_Saturn::X(double JD) +double CAAVSOP87A_Saturn::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_X_SATURN, sizeof(g_VSOP87A_X_SATURN)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_X_SATURN.data(), g_VSOP87A_X_SATURN.size(), false); } -double CAAVSOP87A_Saturn::X_DASH(double JD) +double CAAVSOP87A_Saturn::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_X_SATURN, sizeof(g_VSOP87A_X_SATURN)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_X_SATURN.data(), g_VSOP87A_X_SATURN.size()); } -double CAAVSOP87A_Saturn::Y(double JD) +double CAAVSOP87A_Saturn::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_Y_SATURN, sizeof(g_VSOP87A_Y_SATURN)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_Y_SATURN.data(), g_VSOP87A_Y_SATURN.size(), false); } -double CAAVSOP87A_Saturn::Y_DASH(double JD) +double CAAVSOP87A_Saturn::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_Y_SATURN, sizeof(g_VSOP87A_Y_SATURN)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_Y_SATURN.data(), g_VSOP87A_Y_SATURN.size()); } -double CAAVSOP87A_Saturn::Z(double JD) +double CAAVSOP87A_Saturn::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_Z_SATURN, sizeof(g_VSOP87A_Z_SATURN)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_Z_SATURN.data(), g_VSOP87A_Z_SATURN.size(), false); } -double CAAVSOP87A_Saturn::Z_DASH(double JD) +double CAAVSOP87A_Saturn::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_Z_SATURN, sizeof(g_VSOP87A_Z_SATURN)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_Z_SATURN.data(), g_VSOP87A_Z_SATURN.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87A_SAT.h b/Sources/AAPlus/include/AAVSOP87A_SAT.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87A_SAT.h rename to Sources/AAPlus/include/AAVSOP87A_SAT.h index 204dda8..de486f5 --- a/Vendor/AA+/1.6.3/AAVSOP87A_SAT.h +++ b/Sources/AAPlus/include/AAVSOP87A_SAT.h @@ -2,9 +2,8 @@ Module : AAVSOP87A_SAT.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87A_Saturn { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87A_URA.cpp b/Sources/AAPlus/include/AAVSOP87A_URA.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87A_URA.cpp rename to Sources/AAPlus/include/AAVSOP87A_URA.cpp index dc04336..6d77d03 --- a/Vendor/AA+/1.6.3/AAVSOP87A_URA.cpp +++ b/Sources/AAPlus/include/AAVSOP87A_URA.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87A_URA.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87A_URA.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87A_X0_URANUS[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87A_X0_URANUS +{ { { 19.17370730359, 5.48133416489, 74.78159856730 }, { 1.32272523872, 0.00000000000, 0.00000000000 }, { 0.44402496796, 1.65967519586, 149.56319713460 }, @@ -1496,10 +1502,10 @@ const VSOP87Coefficient g_VSOP87A_X0_URANUS[] = { 0.00000002261, 0.44102163363, 817.09033554370 }, { 0.00000002950, 5.76859185743, 653.23060843830 }, { 0.00000002185, 2.44586598369, 246.97871295090 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X1_URANUS[] = -{ +constexpr array g_VSOP87A_X1_URANUS +{ { { 0.00739730021, 6.01067825116, 149.56319713460 }, { 0.00526878306, 3.14159265359, 0.00000000000 }, { 0.00239840801, 5.33657762707, 73.29712585900 }, @@ -2149,10 +2155,10 @@ const VSOP87Coefficient g_VSOP87A_X1_URANUS[] = { 0.00000002330, 3.20850507386, 821.54375366860 }, { 0.00000002648, 3.95978520157, 460.53844081980 }, { 0.00000002459, 2.05612285306, 634.48066034260 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X2_URANUS[] = -{ +constexpr array g_VSOP87A_X2_URANUS +{ { { 0.00016015732, 3.83700026619, 74.78159856730 }, { 0.00010915299, 3.02987776270, 149.56319713460 }, { 0.00007497619, 3.83429136661, 11.04570026390 }, @@ -2402,10 +2408,10 @@ const VSOP87Coefficient g_VSOP87A_X2_URANUS[] = { 0.00000002330, 3.64055170939, 227.31374111850 }, { 0.00000002749, 2.28150388150, 92.04707395470 }, { 0.00000002576, 3.89651804361, 343.21857259960 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X3_URANUS[] = -{ +constexpr array g_VSOP87A_X3_URANUS +{ { { 0.00001307049, 0.00000000000, 0.00000000000 }, { 0.00000679651, 2.93375081556, 70.84944530420 }, { 0.00000631782, 4.88998230611, 78.71375183040 }, @@ -2490,10 +2496,10 @@ const VSOP87Coefficient g_VSOP87A_X3_URANUS[] = { 0.00000002318, 0.89080611599, 433.71173787680 }, { 0.00000002358, 0.87971471502, 624.91943278700 }, { 0.00000002219, 3.00732305327, 391.17346822390 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_X4_URANUS[] = -{ +constexpr array g_VSOP87A_X4_URANUS +{ { { 0.00000062987, 3.14159265359, 0.00000000000 }, { 0.00000034199, 0.42702885820, 63.73589830340 }, { 0.00000026702, 5.34493737706, 149.56319713460 }, @@ -2506,10 +2512,10 @@ const VSOP87Coefficient g_VSOP87A_X4_URANUS[] = { 0.00000002295, 3.03607980943, 365.90067395840 }, { 0.00000002282, 0.14341692666, 220.41264243880 }, { 0.00000002248, 4.81094659630, 206.18554843720 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y0_URANUS[] = -{ +constexpr array g_VSOP87A_Y0_URANUS +{ { { 19.16518231584, 3.91045677002, 74.78159856730 }, { 0.44390465203, 0.08884111329, 149.56319713460 }, { 0.16256125476, 3.14159265359, 0.00000000000 }, @@ -3957,10 +3963,10 @@ const VSOP87Coefficient g_VSOP87A_Y0_URANUS[] = { 0.00000002847, 0.89078483426, 219.51887056150 }, { 0.00000002458, 2.25842855808, 1448.91086701040 }, { 0.00000002627, 1.91388837247, 768.85355562910 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y1_URANUS[] = -{ +constexpr array g_VSOP87A_Y1_URANUS +{ { { 0.02157896385, 0.00000000000, 0.00000000000 }, { 0.00739227349, 4.43963890935, 149.56319713460 }, { 0.00238545685, 3.76882493145, 73.29712585900 }, @@ -4620,10 +4626,10 @@ const VSOP87Coefficient g_VSOP87A_Y1_URANUS[] = { 0.00000002729, 1.32506308123, 520.12973753900 }, { 0.00000002230, 4.49028913350, 417.03696332040 }, { 0.00000002227, 3.79362555076, 6144.55835312070 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y2_URANUS[] = -{ +constexpr array g_VSOP87A_Y2_URANUS +{ { { 0.00034812647, 3.14159265359, 0.00000000000 }, { 0.00016589194, 2.29556740620, 74.78159856730 }, { 0.00010905147, 1.45737963668, 149.56319713460 }, @@ -4879,10 +4885,10 @@ const VSOP87Coefficient g_VSOP87A_Y2_URANUS[] = { 0.00000002377, 0.83202602714, 280.21638747910 }, { 0.00000002330, 2.06975538259, 227.31374111850 }, { 0.00000002192, 3.13720960527, 267.47376618580 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y3_URANUS[] = -{ +constexpr array g_VSOP87A_Y3_URANUS +{ { { 0.00001211380, 0.00000000000, 0.00000000000 }, { 0.00000668539, 1.35719575778, 70.84944530420 }, { 0.00000634232, 3.31949833714, 78.71375183040 }, @@ -4963,10 +4969,10 @@ const VSOP87Coefficient g_VSOP87A_Y3_URANUS[] = { 0.00000002998, 5.42790043104, 76.47851959670 }, { 0.00000002341, 5.57630510768, 433.71173787680 }, { 0.00000002218, 4.57446080069, 391.17346822390 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Y4_URANUS[] = -{ +constexpr array g_VSOP87A_Y4_URANUS +{ { { 0.00000049430, 0.00000000000, 0.00000000000 }, { 0.00000034198, 5.13940292251, 63.73589830340 }, { 0.00000026702, 3.77414105026, 149.56319713460 }, @@ -4979,10 +4985,10 @@ const VSOP87Coefficient g_VSOP87A_Y4_URANUS[] = { 0.00000002294, 4.60700787690, 365.90067395840 }, { 0.00000002483, 2.14187723981, 284.14854074220 }, { 0.00000002226, 3.21912551616, 206.18554843720 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z0_URANUS[] = -{ +constexpr array g_VSOP87A_Z0_URANUS +{ { { 0.25878127698, 2.61861272578, 74.78159856730 }, { 0.01774318778, 3.14159265359, 0.00000000000 }, { 0.00599316131, 5.08119500585, 149.56319713460 }, @@ -5218,10 +5224,10 @@ const VSOP87Coefficient g_VSOP87A_Z0_URANUS[] = { 0.00000004640, 1.37720813333, 121.25202148330 }, { 0.00000004414, 5.22232716227, 909.81873305460 }, { 0.00000004365, 2.15062971711, 611.58611066270 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z1_URANUS[] = -{ +constexpr array g_VSOP87A_Z1_URANUS +{ { { 0.00655916626, 0.01271947660, 74.78159856730 }, { 0.00049648951, 0.00000000000, 0.00000000000 }, { 0.00023874178, 2.73870491220, 149.56319713460 }, @@ -5320,10 +5326,10 @@ const VSOP87Coefficient g_VSOP87A_Z1_URANUS[] = { 0.00000004676, 1.50550222970, 835.03713448730 }, { 0.00000004901, 0.59194496069, 2.44768055480 }, { 0.00000004468, 4.41715426535, 116.42609634290 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z2_URANUS[] = -{ +constexpr array g_VSOP87A_Z2_URANUS +{ { { 0.00014697858, 1.75149165003, 74.78159856730 }, { 0.00001600044, 3.14159265359, 0.00000000000 }, { 0.00000257139, 5.91766895295, 73.29712585900 }, @@ -5357,10 +5363,10 @@ const VSOP87Coefficient g_VSOP87A_Z2_URANUS[] = { 0.00000006205, 2.26614295646, 56.62235130260 }, { 0.00000004791, 0.22533283202, 220.41264243880 }, { 0.00000006094, 4.96640467601, 3.18139373770 } -}; +} }; -const VSOP87Coefficient g_VSOP87A_Z3_URANUS[] = -{ +constexpr array g_VSOP87A_Z3_URANUS +{ { { 0.00000406961, 3.16314034460, 74.78159856730 }, { 0.00000032961, 3.14159265359, 0.00000000000 }, { 0.00000011311, 4.44380758422, 149.56319713460 }, @@ -5373,64 +5379,63 @@ const VSOP87Coefficient g_VSOP87A_Z3_URANUS[] = { 0.00000005797, 1.86650914141, 71.60020482960 }, { 0.00000005504, 5.95485140431, 77.96299230500 }, { 0.00000004869, 4.99593945023, 11.04570026390 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87A_X_URANUS[] = -{ - { g_VSOP87A_X0_URANUS, sizeof(g_VSOP87A_X0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X1_URANUS, sizeof(g_VSOP87A_X1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X2_URANUS, sizeof(g_VSOP87A_X2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X3_URANUS, sizeof(g_VSOP87A_X3_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_X4_URANUS, sizeof(g_VSOP87A_X4_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_X_URANUS +{ { + { g_VSOP87A_X0_URANUS.data(), g_VSOP87A_X0_URANUS.size() }, + { g_VSOP87A_X1_URANUS.data(), g_VSOP87A_X1_URANUS.size() }, + { g_VSOP87A_X2_URANUS.data(), g_VSOP87A_X2_URANUS.size() }, + { g_VSOP87A_X3_URANUS.data(), g_VSOP87A_X3_URANUS.size() }, + { g_VSOP87A_X4_URANUS.data(), g_VSOP87A_X4_URANUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87A_Y_URANUS[] = -{ - { g_VSOP87A_Y0_URANUS, sizeof(g_VSOP87A_Y0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y1_URANUS, sizeof(g_VSOP87A_Y1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y2_URANUS, sizeof(g_VSOP87A_Y2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y3_URANUS, sizeof(g_VSOP87A_Y3_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Y4_URANUS, sizeof(g_VSOP87A_Y4_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_Y_URANUS +{ { + { g_VSOP87A_Y0_URANUS.data(), g_VSOP87A_Y0_URANUS.size() }, + { g_VSOP87A_Y1_URANUS.data(), g_VSOP87A_Y1_URANUS.size() }, + { g_VSOP87A_Y2_URANUS.data(), g_VSOP87A_Y2_URANUS.size() }, + { g_VSOP87A_Y3_URANUS.data(), g_VSOP87A_Y3_URANUS.size() }, + { g_VSOP87A_Y4_URANUS.data(), g_VSOP87A_Y4_URANUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87A_Z_URANUS[] = -{ - { g_VSOP87A_Z0_URANUS, sizeof(g_VSOP87A_Z0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z1_URANUS, sizeof(g_VSOP87A_Z1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z2_URANUS, sizeof(g_VSOP87A_Z2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87A_Z3_URANUS, sizeof(g_VSOP87A_Z3_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87A_Z_URANUS +{ { + { g_VSOP87A_Z0_URANUS.data(), g_VSOP87A_Z0_URANUS.size() }, + { g_VSOP87A_Z1_URANUS.data(), g_VSOP87A_Z1_URANUS.size() }, + { g_VSOP87A_Z2_URANUS.data(), g_VSOP87A_Z2_URANUS.size() }, + { g_VSOP87A_Z3_URANUS.data(), g_VSOP87A_Z3_URANUS.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87A_Uranus::X(double JD) +double CAAVSOP87A_Uranus::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_X_URANUS, sizeof(g_VSOP87A_X_URANUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_X_URANUS.data(), g_VSOP87A_X_URANUS.size(), false); } -double CAAVSOP87A_Uranus::X_DASH(double JD) +double CAAVSOP87A_Uranus::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_X_URANUS, sizeof(g_VSOP87A_X_URANUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_X_URANUS.data(), g_VSOP87A_X_URANUS.size()); } -double CAAVSOP87A_Uranus::Y(double JD) +double CAAVSOP87A_Uranus::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_Y_URANUS, sizeof(g_VSOP87A_Y_URANUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_Y_URANUS.data(), g_VSOP87A_Y_URANUS.size(), false); } -double CAAVSOP87A_Uranus::Y_DASH(double JD) +double CAAVSOP87A_Uranus::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_Y_URANUS, sizeof(g_VSOP87A_Y_URANUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_Y_URANUS.data(), g_VSOP87A_Y_URANUS.size()); } -double CAAVSOP87A_Uranus::Z(double JD) +double CAAVSOP87A_Uranus::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87A_Z_URANUS, sizeof(g_VSOP87A_Z_URANUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87A_Z_URANUS.data(), g_VSOP87A_Z_URANUS.size(), false); } -double CAAVSOP87A_Uranus::Z_DASH(double JD) +double CAAVSOP87A_Uranus::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87A_Z_URANUS, sizeof(g_VSOP87A_Z_URANUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87A_Z_URANUS.data(), g_VSOP87A_Z_URANUS.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87A_URA.h b/Sources/AAPlus/include/AAVSOP87A_URA.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87A_URA.h rename to Sources/AAPlus/include/AAVSOP87A_URA.h index b6d1b7a..6433854 --- a/Vendor/AA+/1.6.3/AAVSOP87A_URA.h +++ b/Sources/AAPlus/include/AAVSOP87A_URA.h @@ -2,9 +2,8 @@ Module : AAVSOP87A_URA.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87A_Uranus { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87A_VEN.h b/Sources/AAPlus/include/AAVSOP87A_VEN.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87A_VEN.h rename to Sources/AAPlus/include/AAVSOP87A_VEN.h index a51742d..8cc25c0 --- a/Vendor/AA+/1.6.3/AAVSOP87A_VEN.h +++ b/Sources/AAPlus/include/AAVSOP87A_VEN.h @@ -2,9 +2,8 @@ Module : AAVSOP87A_VEN.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87A_Venus { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87B_EAR.cpp b/Sources/AAPlus/include/AAVSOP87B_EAR.cpp old mode 100755 new mode 100644 similarity index 96% rename from Vendor/AA+/1.6.3/AAVSOP87B_EAR.cpp rename to Sources/AAPlus/include/AAVSOP87B_EAR.cpp index d7f477c..0915e6e --- a/Vendor/AA+/1.6.3/AAVSOP87B_EAR.cpp +++ b/Sources/AAPlus/include/AAVSOP87B_EAR.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87B_EAR.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87B_EAR.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87B_L0_EARTH[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87B_L0_EARTH +{ { { 1.75347045673, 0.00000000000, 0.00000000000 }, { 0.03341656453, 4.66925680415, 6283.07584999140 }, { 0.00034894275, 4.62610242189, 12566.15169998280 }, @@ -655,10 +661,10 @@ const VSOP87Coefficient g_VSOP87B_L0_EARTH[] = { 0.00000000041, 4.88191569433, 23536.11695768099 }, { 0.00000000049, 2.44790922235, 13613.80427733600 }, { 0.00000000047, 3.58181693910, 4797.09572892620 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L1_EARTH[] = -{ +constexpr array g_VSOP87B_L1_EARTH +{ { { 6283.07584999140, 0.00000000000, 0.00000000000 }, { 0.00206058863, 2.67823455808, 6283.07584999140 }, { 0.00004303419, 2.63512233481, 12566.15169998280 }, @@ -1038,10 +1044,10 @@ const VSOP87Coefficient g_VSOP87B_L1_EARTH[] = { 0.00000000022, 2.19759737115, 31570.79964939120 }, { 0.00000000021, 1.48739821208, 61306.01159706580 }, { 0.00000000025, 5.71465573409, 25934.12433108940 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L2_EARTH[] = -{ +constexpr array g_VSOP87B_L2_EARTH +{ { { 0.00008721859, 1.07253635559, 6283.07584999140 }, { 0.00000990990, 3.14159265359, 0.00000000000 }, { 0.00000294833, 0.43717350256, 12566.15169998280 }, @@ -1186,10 +1192,10 @@ const VSOP87Coefficient g_VSOP87B_L2_EARTH[] = { 0.00000000015, 3.36968394452, 17260.15465469040 }, { 0.00000000010, 3.78885035015, 22003.91463486980 }, { 0.00000000011, 2.12851973876, 7875.67186362420 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L3_EARTH[] = -{ +constexpr array g_VSOP87B_L3_EARTH +{ { { 0.00000289058, 5.84173149732, 6283.07584999140 }, { 0.00000020712, 6.04983939020, 12566.15169998280 }, { 0.00000002962, 5.19560579570, 155.42039943420 }, @@ -1213,10 +1219,10 @@ const VSOP87Coefficient g_VSOP87B_L3_EARTH[] = { 0.00000000006, 2.88803526743, 5507.55323866740 }, { 0.00000000005, 3.87019253131, 12036.46073488820 }, { 0.00000000005, 2.70838853362, 83996.84731811189 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L4_EARTH[] = -{ +constexpr array g_VSOP87B_L4_EARTH +{ { { 0.00000007714, 4.14117321449, 6283.07584999140 }, { 0.00000001016, 3.27573644241, 12566.15169998280 }, { 0.00000000420, 0.41892851415, 155.42039943420 }, @@ -1228,18 +1234,18 @@ const VSOP87Coefficient g_VSOP87B_L4_EARTH[] = { 0.00000000007, 2.84139222289, 161000.68573767410 }, { 0.00000000004, 3.65509047070, 25132.30339996560 }, { 0.00000000002, 0.54880603487, 6438.49624942560 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L5_EARTH[] = -{ +constexpr array g_VSOP87B_L5_EARTH +{ { { 0.00000000172, 2.74854172392, 6283.07584999140 }, { 0.00000000050, 2.01352986713, 155.42039943420 }, { 0.00000000028, 2.93369985477, 12566.15169998280 }, { 0.00000000005, 1.93829214518, 18849.22754997420 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B0_EARTH[] = -{ +constexpr array g_VSOP87B_B0_EARTH +{ { { 0.00000279620, 3.19870156017, 84334.66158130829 }, { 0.00000101643, 5.42248619256, 5507.55323866740 }, { 0.00000080445, 3.88013204458, 5223.69391980220 }, @@ -1424,10 +1430,10 @@ const VSOP87Coefficient g_VSOP87B_B0_EARTH[] = { 0.00000000054, 3.38482031504, 323049.11878710287 }, { 0.00000000039, 3.28500401937, 71768.50988132549 }, { 0.00000000039, 3.11239910096, 96900.81328129109 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B1_EARTH[] = -{ +constexpr array g_VSOP87B_B1_EARTH +{ { { 0.00227777722, 3.41376620530, 6283.07584999140 }, { 0.00003805678, 3.37063423795, 12566.15169998280 }, { 0.00003619589, 0.00000000000, 0.00000000000 }, @@ -1562,10 +1568,10 @@ const VSOP87Coefficient g_VSOP87B_B1_EARTH[] = { 0.00000000023, 3.24047012195, 31415.37924995700 }, { 0.00000000027, 3.90672018305, 18451.07854656599 }, { 0.00000000021, 3.51419811826, 10447.38783960440 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B2_EARTH[] = -{ +constexpr array g_VSOP87B_B2_EARTH +{ { { 0.00009721424, 5.15192809920, 6283.07584999140 }, { 0.00000233002, 3.14159265359, 0.00000000000 }, { 0.00000134188, 0.64406212977, 12566.15169998280 }, @@ -1628,10 +1634,10 @@ const VSOP87Coefficient g_VSOP87B_B2_EARTH[] = { 0.00000000012, 1.12997370513, 90617.73743129970 }, { 0.00000000012, 0.00611601597, 18073.70493865020 }, { 0.00000000012, 1.70058636365, 12559.03815298200 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B3_EARTH[] = -{ +constexpr array g_VSOP87B_B3_EARTH +{ { { 0.00000275993, 0.59480097092, 6283.07584999140 }, { 0.00000017034, 3.14159265359, 0.00000000000 }, { 0.00000003617, 0.11750575325, 12566.15169998280 }, @@ -1646,26 +1652,26 @@ const VSOP87Coefficient g_VSOP87B_B3_EARTH[] = { 0.00000000013, 5.54637369296, 25132.30339996560 }, { 0.00000000010, 2.91937214232, 71430.69561812909 }, { 0.00000000006, 2.14173241210, 11856.21865142450 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B4_EARTH[] = -{ +constexpr array g_VSOP87B_B4_EARTH +{ { { 0.00000005745, 2.26734029843, 6283.07584999140 }, { 0.00000000870, 0.00000000000, 0.00000000000 }, { 0.00000000119, 4.26807972611, 12566.15169998280 }, { 0.00000000017, 4.07422620440, 18849.22754997420 }, { 0.00000000005, 0.84308705203, 1047.74731175470 }, { 0.00000000005, 0.05711572303, 84334.66158130829 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B5_EARTH[] = -{ +constexpr array g_VSOP87B_B5_EARTH +{ { { 0.00000000114, 4.31455980099, 6283.07584999140 }, { 0.00000000024, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R0_EARTH[] = -{ +constexpr array g_VSOP87B_R0_EARTH +{ { { 1.00013988784, 0.00000000000, 0.00000000000 }, { 0.01670699632, 3.09846350258, 6283.07584999140 }, { 0.00013956024, 3.05524609456, 12566.15169998280 }, @@ -2189,10 +2195,10 @@ const VSOP87Coefficient g_VSOP87B_R0_EARTH[] = { 0.00000000043, 2.40863861919, 29424.63423291600 }, { 0.00000000046, 2.08022244271, 12573.26524698360 }, { 0.00000000050, 6.15760345261, 78051.34191383339 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R1_EARTH[] = -{ +constexpr array g_VSOP87B_R1_EARTH +{ { { 0.00103018607, 1.10748968172, 6283.07584999140 }, { 0.00001721238, 1.06442300386, 12566.15169998280 }, { 0.00000702217, 3.14159265359, 0.00000000000 }, @@ -2483,10 +2489,10 @@ const VSOP87Coefficient g_VSOP87B_R1_EARTH[] = { 0.00000000019, 4.71432851499, 77690.75950573849 }, { 0.00000000019, 2.54227398241, 77736.78343050249 }, { 0.00000000020, 5.91915117116, 48739.85989708300 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R2_EARTH[] = -{ +constexpr array g_VSOP87B_R2_EARTH +{ { { 0.00004359385, 5.78455133808, 6283.07584999140 }, { 0.00000123633, 5.57935427994, 12566.15169998280 }, { 0.00000012342, 3.14159265359, 0.00000000000 }, @@ -2621,10 +2627,10 @@ const VSOP87Coefficient g_VSOP87B_R2_EARTH[] = { 0.00000000011, 1.51443332200, 16200.77272450120 }, { 0.00000000011, 0.88708889185, 21228.39202354580 }, { 0.00000000014, 4.50116508534, 640.87760738220 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R3_EARTH[] = -{ +constexpr array g_VSOP87B_R3_EARTH +{ { { 0.00000144595, 4.27319433901, 6283.07584999140 }, { 0.00000006729, 3.91706261708, 12566.15169998280 }, { 0.00000000774, 0.00000000000, 0.00000000000 }, @@ -2645,10 +2651,10 @@ const VSOP87Coefficient g_VSOP87B_R3_EARTH[] = { 0.00000000007, 3.50146897332, 7058.59846131540 }, { 0.00000000005, 2.89071061700, 775.52261132400 }, { 0.00000000006, 2.36514111314, 6836.64525283380 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R4_EARTH[] = -{ +constexpr array g_VSOP87B_R4_EARTH +{ { { 0.00000003858, 2.56389016346, 6283.07584999140 }, { 0.00000000306, 2.26911740541, 12566.15169998280 }, { 0.00000000053, 3.44031471924, 5573.14280143310 }, @@ -2658,74 +2664,73 @@ const VSOP87Coefficient g_VSOP87B_R4_EARTH[] = { 0.00000000004, 5.33854414781, 6438.49624942560 }, { 0.00000000006, 3.81514213664, 149854.40013480789 }, { 0.00000000004, 4.26602478239, 6127.65545055720 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R5_EARTH[] = -{ +constexpr array g_VSOP87B_R5_EARTH +{ { { 0.00000000086, 1.21805304895, 6283.07584999140 }, { 0.00000000012, 0.65572878044, 12566.15169998280 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87B_L_EARTH[] = -{ - { g_VSOP87B_L0_EARTH, sizeof(g_VSOP87B_L0_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L1_EARTH, sizeof(g_VSOP87B_L1_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L2_EARTH, sizeof(g_VSOP87B_L2_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L3_EARTH, sizeof(g_VSOP87B_L3_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L4_EARTH, sizeof(g_VSOP87B_L4_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L5_EARTH, sizeof(g_VSOP87B_L5_EARTH)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_L_EARTH +{ { + { g_VSOP87B_L0_EARTH.data(), g_VSOP87B_L0_EARTH.size() }, + { g_VSOP87B_L1_EARTH.data(), g_VSOP87B_L1_EARTH.size() }, + { g_VSOP87B_L2_EARTH.data(), g_VSOP87B_L2_EARTH.size() }, + { g_VSOP87B_L3_EARTH.data(), g_VSOP87B_L3_EARTH.size() }, + { g_VSOP87B_L4_EARTH.data(), g_VSOP87B_L4_EARTH.size() }, + { g_VSOP87B_L5_EARTH.data(), g_VSOP87B_L5_EARTH.size() } +} }; -const VSOP87Coefficient2 g_VSOP87B_B_EARTH[] = -{ - { g_VSOP87B_B0_EARTH, sizeof(g_VSOP87B_B0_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B1_EARTH, sizeof(g_VSOP87B_B1_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B2_EARTH, sizeof(g_VSOP87B_B2_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B3_EARTH, sizeof(g_VSOP87B_B3_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B4_EARTH, sizeof(g_VSOP87B_B4_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B5_EARTH, sizeof(g_VSOP87B_B5_EARTH)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_B_EARTH +{ { + { g_VSOP87B_B0_EARTH.data(), g_VSOP87B_B0_EARTH.size() }, + { g_VSOP87B_B1_EARTH.data(), g_VSOP87B_B1_EARTH.size() }, + { g_VSOP87B_B2_EARTH.data(), g_VSOP87B_B2_EARTH.size() }, + { g_VSOP87B_B3_EARTH.data(), g_VSOP87B_B3_EARTH.size() }, + { g_VSOP87B_B4_EARTH.data(), g_VSOP87B_B4_EARTH.size() }, + { g_VSOP87B_B5_EARTH.data(), g_VSOP87B_B5_EARTH.size() } +} }; -const VSOP87Coefficient2 g_VSOP87B_R_EARTH[] = -{ - { g_VSOP87B_R0_EARTH, sizeof(g_VSOP87B_R0_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R1_EARTH, sizeof(g_VSOP87B_R1_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R2_EARTH, sizeof(g_VSOP87B_R2_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R3_EARTH, sizeof(g_VSOP87B_R3_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R4_EARTH, sizeof(g_VSOP87B_R4_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R5_EARTH, sizeof(g_VSOP87B_R5_EARTH)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_R_EARTH +{ { + { g_VSOP87B_R0_EARTH.data(), g_VSOP87B_R0_EARTH.size() }, + { g_VSOP87B_R1_EARTH.data(), g_VSOP87B_R1_EARTH.size() }, + { g_VSOP87B_R2_EARTH.data(), g_VSOP87B_R2_EARTH.size() }, + { g_VSOP87B_R3_EARTH.data(), g_VSOP87B_R3_EARTH.size() }, + { g_VSOP87B_R4_EARTH.data(), g_VSOP87B_R4_EARTH.size() }, + { g_VSOP87B_R5_EARTH.data(), g_VSOP87B_R5_EARTH.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87B_Earth::L(double JD) +double CAAVSOP87B_Earth::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_L_EARTH, sizeof(g_VSOP87B_L_EARTH)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87B_L_EARTH.data(), g_VSOP87B_L_EARTH.size(), true); } -double CAAVSOP87B_Earth::L_DASH(double JD) +double CAAVSOP87B_Earth::L_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_L_EARTH, sizeof(g_VSOP87B_L_EARTH)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_L_EARTH.data(), g_VSOP87B_L_EARTH.size()); } -double CAAVSOP87B_Earth::B(double JD) +double CAAVSOP87B_Earth::B(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_B_EARTH, sizeof(g_VSOP87B_B_EARTH)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87B_B_EARTH.data(), g_VSOP87B_B_EARTH.size(), true); } -double CAAVSOP87B_Earth::B_DASH(double JD) +double CAAVSOP87B_Earth::B_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_B_EARTH, sizeof(g_VSOP87B_B_EARTH)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_B_EARTH.data(), g_VSOP87B_B_EARTH.size()); } -double CAAVSOP87B_Earth::R(double JD) +double CAAVSOP87B_Earth::R(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_R_EARTH, sizeof(g_VSOP87B_R_EARTH)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87B_R_EARTH.data(), g_VSOP87B_R_EARTH.size(), false); } -double CAAVSOP87B_Earth::R_DASH(double JD) +double CAAVSOP87B_Earth::R_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_R_EARTH, sizeof(g_VSOP87B_R_EARTH)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_R_EARTH.data(), g_VSOP87B_R_EARTH.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87B_EAR.h b/Sources/AAPlus/include/AAVSOP87B_EAR.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87B_EAR.h rename to Sources/AAPlus/include/AAVSOP87B_EAR.h index 1cf8357..96729dc --- a/Vendor/AA+/1.6.3/AAVSOP87B_EAR.h +++ b/Sources/AAPlus/include/AAVSOP87B_EAR.h @@ -2,9 +2,8 @@ Module : AAVSOP87B_EAR.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87B_Earth { public: - static double L(double JD); - static double L_DASH(double JD); - static double B(double JD); - static double B_DASH(double JD); - static double R(double JD); - static double R_DASH(double JD); + static double L(double JD) noexcept; + static double L_DASH(double JD) noexcept; + static double B(double JD) noexcept; + static double B_DASH(double JD) noexcept; + static double R(double JD) noexcept; + static double R_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87B_JUP.h b/Sources/AAPlus/include/AAVSOP87B_JUP.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87B_JUP.h rename to Sources/AAPlus/include/AAVSOP87B_JUP.h index cf38257..f61ba5a --- a/Vendor/AA+/1.6.3/AAVSOP87B_JUP.h +++ b/Sources/AAPlus/include/AAVSOP87B_JUP.h @@ -2,9 +2,8 @@ Module : AAVSOP87B_JUP.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87B_Jupiter { public: - static double L(double JD); - static double L_DASH(double JD); - static double B(double JD); - static double B_DASH(double JD); - static double R(double JD); - static double R_DASH(double JD); + static double L(double JD) noexcept; + static double L_DASH(double JD) noexcept; + static double B(double JD) noexcept; + static double B_DASH(double JD) noexcept; + static double R(double JD) noexcept; + static double R_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87B_MAR.h b/Sources/AAPlus/include/AAVSOP87B_MAR.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87B_MAR.h rename to Sources/AAPlus/include/AAVSOP87B_MAR.h index e6f63cf..e3980a4 --- a/Vendor/AA+/1.6.3/AAVSOP87B_MAR.h +++ b/Sources/AAPlus/include/AAVSOP87B_MAR.h @@ -2,9 +2,8 @@ Module : AAVSOP87B_MAR.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87B_Mars { public: - static double L(double JD); - static double L_DASH(double JD); - static double B(double JD); - static double B_DASH(double JD); - static double R(double JD); - static double R_DASH(double JD); + static double L(double JD) noexcept; + static double L_DASH(double JD) noexcept; + static double B(double JD) noexcept; + static double B_DASH(double JD) noexcept; + static double R(double JD) noexcept; + static double R_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87B_MER.h b/Sources/AAPlus/include/AAVSOP87B_MER.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87B_MER.h rename to Sources/AAPlus/include/AAVSOP87B_MER.h index 0bb07c8..37b93c6 --- a/Vendor/AA+/1.6.3/AAVSOP87B_MER.h +++ b/Sources/AAPlus/include/AAVSOP87B_MER.h @@ -2,9 +2,8 @@ Module : AAVSOP87B_MER.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87B_Mercury { public: - static double L(double JD); - static double L_DASH(double JD); - static double B(double JD); - static double B_DASH(double JD); - static double R(double JD); - static double R_DASH(double JD); + static double L(double JD) noexcept; + static double L_DASH(double JD) noexcept; + static double B(double JD) noexcept; + static double B_DASH(double JD) noexcept; + static double R(double JD) noexcept; + static double R_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87B_NEP.cpp b/Sources/AAPlus/include/AAVSOP87B_NEP.cpp old mode 100755 new mode 100644 similarity index 96% rename from Vendor/AA+/1.6.3/AAVSOP87B_NEP.cpp rename to Sources/AAPlus/include/AAVSOP87B_NEP.cpp index ea093d0..d5d654a --- a/Vendor/AA+/1.6.3/AAVSOP87B_NEP.cpp +++ b/Sources/AAPlus/include/AAVSOP87B_NEP.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87B_NEP.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87B_NEP.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87B_L0_NEPTUNE[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87B_L0_NEPTUNE +{ { { 5.31188633046, 0.00000000000, 0.00000000000 }, { 0.01798475530, 2.90101273890, 38.13303563780 }, { 0.01019727652, 0.48580922867, 1.48447270830 }, @@ -571,10 +577,10 @@ const VSOP87Coefficient g_VSOP87B_L0_NEPTUNE[] = { 0.00000000091, 0.87037832675, 369.45457471160 }, { 0.00000000072, 2.86956711212, 134.06407874580 }, { 0.00000000084, 3.30910046360, 40.84134862350 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L1_NEPTUNE[] = -{ +constexpr array g_VSOP87B_L1_NEPTUNE +{ { { 38.13303563957, 0.00000000000, 0.00000000000 }, { 0.00016604172, 4.86323329249, 1.48447270830 }, { 0.00015744045, 2.27887427527, 38.13303563780 }, @@ -799,10 +805,10 @@ const VSOP87Coefficient g_VSOP87B_L1_NEPTUNE[] = { 0.00000000073, 3.90646647360, 1019.76442184310 }, { 0.00000000092, 5.35417312882, 44.07092647100 }, { 0.00000000097, 1.10874938473, 1371.58101415180 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L2_NEPTUNE[] = -{ +constexpr array g_VSOP87B_L2_NEPTUNE +{ { { 0.00000286136, 1.18985661922, 38.13303563780 }, { 0.00000295650, 1.85520880574, 1.48447270830 }, { 0.00000102284, 0.00000000000, 0.00000000000 }, @@ -862,10 +868,10 @@ const VSOP87Coefficient g_VSOP87B_L2_NEPTUNE[] = { 0.00000000086, 5.12698345709, 567.82400073240 }, { 0.00000000086, 2.24868532014, 312.19908396260 }, { 0.00000000079, 2.04262119026, 274.06604832480 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L3_NEPTUNE[] = -{ +constexpr array g_VSOP87B_L3_NEPTUNE +{ { { 0.00000012472, 6.04427218715, 1.48447270830 }, { 0.00000011257, 6.11436681584, 38.13303563780 }, { 0.00000004354, 3.14159265359, 0.00000000000 }, @@ -884,10 +890,10 @@ const VSOP87Coefficient g_VSOP87B_L3_NEPTUNE[] = { 0.00000000108, 3.45112519708, 522.57741809380 }, { 0.00000000108, 2.36456446266, 536.80451209540 }, { 0.00000000085, 4.34146183645, 433.71173787680 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B0_NEPTUNE[] = -{ +constexpr array g_VSOP87B_B0_NEPTUNE +{ { { 0.03088622933, 1.44104372644, 38.13303563780 }, { 0.00027780087, 5.91271884599, 76.26607127560 }, { 0.00027623609, 0.00000000000, 0.00000000000 }, @@ -1060,10 +1066,10 @@ const VSOP87Coefficient g_VSOP87B_B0_NEPTUNE[] = { 0.00000000080, 1.58140274465, 69.15252427480 }, { 0.00000000074, 0.23362667562, 63.73589830340 }, { 0.00000000071, 1.51961975694, 488.58898404020 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B1_NEPTUNE[] = -{ +constexpr array g_VSOP87B_B1_NEPTUNE +{ { { 0.00005150897, 2.14270496419, 38.13303563780 }, { 0.00000258298, 5.46539598920, 76.26607127560 }, { 0.00000251862, 4.40444268588, 36.64856292950 }, @@ -1113,10 +1119,10 @@ const VSOP87Coefficient g_VSOP87B_B1_NEPTUNE[] = { 0.00000000167, 5.03534602485, 79.23501669220 }, { 0.00000000133, 2.11377639696, 152.53214255120 }, { 0.00000000082, 3.63263716103, 491.55792945680 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B2_NEPTUNE[] = -{ +constexpr array g_VSOP87B_B2_NEPTUNE +{ { { 0.00000042058, 1.91480759314, 38.13303563780 }, { 0.00000004359, 4.77459417163, 39.61750834610 }, { 0.00000004230, 1.12991232222, 36.64856292950 }, @@ -1130,16 +1136,16 @@ const VSOP87Coefficient g_VSOP87B_B2_NEPTUNE[] = { 0.00000000132, 4.73251124812, 206.18554843720 }, { 0.00000000084, 3.93928282212, 129.91947716160 }, { 0.00000000080, 0.01151271706, 144.14657116320 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B3_NEPTUNE[] = -{ +constexpr array g_VSOP87B_B3_NEPTUNE +{ { { 0.00000004131, 3.06928911462, 38.13303563780 }, { 0.00000000143, 4.00453590187, 36.64856292950 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R0_NEPTUNE[] = -{ +constexpr array g_VSOP87B_R0_NEPTUNE +{ { { 30.07013205828, 0.00000000000, 0.00000000000 }, { 0.27062259632, 1.32999459377, 38.13303563780 }, { 0.01691764014, 3.25186135653, 36.64856292950 }, @@ -1736,10 +1742,10 @@ const VSOP87Coefficient g_VSOP87B_R0_NEPTUNE[] = { 0.00000002339, 0.75318738767, 478.81530816350 }, { 0.00000003011, 0.16359500858, 54.28654533240 }, { 0.00000003011, 1.03494557852, 21.97952594320 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R1_NEPTUNE[] = -{ +constexpr array g_VSOP87B_R1_NEPTUNE +{ { { 0.00236338618, 0.70497954792, 38.13303563780 }, { 0.00013220034, 3.32014387930, 1.48447270830 }, { 0.00008621779, 6.21626927537, 35.16409022120 }, @@ -1991,10 +1997,10 @@ const VSOP87Coefficient g_VSOP87B_R1_NEPTUNE[] = { 0.00000002324, 3.99503920129, 481.26298871830 }, { 0.00000002962, 1.74151265966, 2080.63082474060 }, { 0.00000002621, 1.74442251671, 35.21227433100 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R2_NEPTUNE[] = -{ +constexpr array g_VSOP87B_R2_NEPTUNE +{ { { 0.00004247776, 5.89911844921, 38.13303563780 }, { 0.00000217404, 0.34589546713, 1.48447270830 }, { 0.00000163025, 2.23872947130, 168.05251279940 }, @@ -2066,10 +2072,10 @@ const VSOP87Coefficient g_VSOP87B_R2_NEPTUNE[] = { 0.00000002342, 0.96469916587, 1019.76442184310 }, { 0.00000002500, 0.70282276030, 707.77778620160 }, { 0.00000002480, 4.59623030219, 693.55069220000 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R3_NEPTUNE[] = -{ +constexpr array g_VSOP87B_R3_NEPTUNE +{ { { 0.00000166556, 4.55393495836, 38.13303563780 }, { 0.00000022380, 3.94830879358, 168.05251279940 }, { 0.00000021348, 2.86296778794, 182.27960680100 }, @@ -2093,10 +2099,10 @@ const VSOP87Coefficient g_VSOP87B_R3_NEPTUNE[] = { 0.00000002874, 6.19643340540, 815.06334611420 }, { 0.00000002450, 2.14451121185, 39.61750834610 }, { 0.00000002278, 3.66579603119, 497.18700374930 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R4_NEPTUNE[] = -{ +constexpr array g_VSOP87B_R4_NEPTUNE +{ { { 0.00000004227, 2.40375758563, 477.33083545520 }, { 0.00000004333, 0.10459484545, 395.57870223900 }, { 0.00000003545, 4.78431259422, 1028.36244155220 }, @@ -2104,63 +2110,62 @@ const VSOP87Coefficient g_VSOP87B_R4_NEPTUNE[] = { 0.00000003016, 1.03609346831, 189.39315380180 }, { 0.00000002294, 1.10879658603, 182.27960680100 }, { 0.00000002295, 5.67776133184, 168.05251279940 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87B_L_NEPTUNE[] = -{ - { g_VSOP87B_L0_NEPTUNE, sizeof(g_VSOP87B_L0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L1_NEPTUNE, sizeof(g_VSOP87B_L1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L2_NEPTUNE, sizeof(g_VSOP87B_L2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L3_NEPTUNE, sizeof(g_VSOP87B_L3_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_L_NEPTUNE +{ { + { g_VSOP87B_L0_NEPTUNE.data(), g_VSOP87B_L0_NEPTUNE.size() }, + { g_VSOP87B_L1_NEPTUNE.data(), g_VSOP87B_L1_NEPTUNE.size() }, + { g_VSOP87B_L2_NEPTUNE.data(), g_VSOP87B_L2_NEPTUNE.size() }, + { g_VSOP87B_L3_NEPTUNE.data(), g_VSOP87B_L3_NEPTUNE.size() } +} }; -const VSOP87Coefficient2 g_VSOP87B_B_NEPTUNE[] = -{ - { g_VSOP87B_B0_NEPTUNE, sizeof(g_VSOP87B_B0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B1_NEPTUNE, sizeof(g_VSOP87B_B1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B2_NEPTUNE, sizeof(g_VSOP87B_B2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B3_NEPTUNE, sizeof(g_VSOP87B_B3_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_B_NEPTUNE +{ { + { g_VSOP87B_B0_NEPTUNE.data(), g_VSOP87B_B0_NEPTUNE.size() }, + { g_VSOP87B_B1_NEPTUNE.data(), g_VSOP87B_B1_NEPTUNE.size() }, + { g_VSOP87B_B2_NEPTUNE.data(), g_VSOP87B_B2_NEPTUNE.size() }, + { g_VSOP87B_B3_NEPTUNE.data(), g_VSOP87B_B3_NEPTUNE.size() } +} }; -const VSOP87Coefficient2 g_VSOP87B_R_NEPTUNE[] = -{ - { g_VSOP87B_R0_NEPTUNE, sizeof(g_VSOP87B_R0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R1_NEPTUNE, sizeof(g_VSOP87B_R1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R2_NEPTUNE, sizeof(g_VSOP87B_R2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R3_NEPTUNE, sizeof(g_VSOP87B_R3_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R4_NEPTUNE, sizeof(g_VSOP87B_R4_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_R_NEPTUNE +{ { + { g_VSOP87B_R0_NEPTUNE.data(), g_VSOP87B_R0_NEPTUNE.size() }, + { g_VSOP87B_R1_NEPTUNE.data(), g_VSOP87B_R1_NEPTUNE.size() }, + { g_VSOP87B_R2_NEPTUNE.data(), g_VSOP87B_R2_NEPTUNE.size() }, + { g_VSOP87B_R3_NEPTUNE.data(), g_VSOP87B_R3_NEPTUNE.size() }, + { g_VSOP87B_R4_NEPTUNE.data(), g_VSOP87B_R4_NEPTUNE.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87B_Neptune::L(double JD) +double CAAVSOP87B_Neptune::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_L_NEPTUNE, sizeof(g_VSOP87B_L_NEPTUNE)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87B_L_NEPTUNE.data(), g_VSOP87B_L_NEPTUNE.size(), true); } -double CAAVSOP87B_Neptune::L_DASH(double JD) +double CAAVSOP87B_Neptune::L_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_L_NEPTUNE, sizeof(g_VSOP87B_L_NEPTUNE)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_L_NEPTUNE.data(), g_VSOP87B_L_NEPTUNE.size()); } -double CAAVSOP87B_Neptune::B(double JD) +double CAAVSOP87B_Neptune::B(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_B_NEPTUNE, sizeof(g_VSOP87B_B_NEPTUNE)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87B_B_NEPTUNE.data(), g_VSOP87B_B_NEPTUNE.size(), true); } -double CAAVSOP87B_Neptune::B_DASH(double JD) +double CAAVSOP87B_Neptune::B_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_B_NEPTUNE, sizeof(g_VSOP87B_B_NEPTUNE)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_B_NEPTUNE.data(), g_VSOP87B_B_NEPTUNE.size()); } -double CAAVSOP87B_Neptune::R(double JD) +double CAAVSOP87B_Neptune::R(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_R_NEPTUNE, sizeof(g_VSOP87B_R_NEPTUNE)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87B_R_NEPTUNE.data(), g_VSOP87B_R_NEPTUNE.size(), false); } -double CAAVSOP87B_Neptune::R_DASH(double JD) +double CAAVSOP87B_Neptune::R_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_R_NEPTUNE, sizeof(g_VSOP87B_R_NEPTUNE)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_R_NEPTUNE.data(), g_VSOP87B_R_NEPTUNE.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87B_NEP.h b/Sources/AAPlus/include/AAVSOP87B_NEP.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87B_NEP.h rename to Sources/AAPlus/include/AAVSOP87B_NEP.h index e315e35..29dfa90 --- a/Vendor/AA+/1.6.3/AAVSOP87B_NEP.h +++ b/Sources/AAPlus/include/AAVSOP87B_NEP.h @@ -2,9 +2,8 @@ Module : AAVSOP87B_NEP.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87B_Neptune { public: - static double L(double JD); - static double L_DASH(double JD); - static double B(double JD); - static double B_DASH(double JD); - static double R(double JD); - static double R_DASH(double JD); + static double L(double JD) noexcept; + static double L_DASH(double JD) noexcept; + static double B(double JD) noexcept; + static double B_DASH(double JD) noexcept; + static double R(double JD) noexcept; + static double R_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87B_SAT.h b/Sources/AAPlus/include/AAVSOP87B_SAT.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87B_SAT.h rename to Sources/AAPlus/include/AAVSOP87B_SAT.h index 9ae066a..8ef2a1a --- a/Vendor/AA+/1.6.3/AAVSOP87B_SAT.h +++ b/Sources/AAPlus/include/AAVSOP87B_SAT.h @@ -2,9 +2,8 @@ Module : AAVSOP87B_SAT.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87B_Saturn { public: - static double L(double JD); - static double L_DASH(double JD); - static double B(double JD); - static double B_DASH(double JD); - static double R(double JD); - static double R_DASH(double JD); + static double L(double JD) noexcept; + static double L_DASH(double JD) noexcept; + static double B(double JD) noexcept; + static double B_DASH(double JD) noexcept; + static double R(double JD) noexcept; + static double R_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87B_URA.cpp b/Sources/AAPlus/include/AAVSOP87B_URA.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87B_URA.cpp rename to Sources/AAPlus/include/AAVSOP87B_URA.cpp index 1107470..009612a --- a/Vendor/AA+/1.6.3/AAVSOP87B_URA.cpp +++ b/Sources/AAPlus/include/AAVSOP87B_URA.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87B_URA.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87B_URA.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87B_L0_URANUS[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87B_L0_URANUS +{ { { 5.48129294297, 0.00000000000, 0.00000000000 }, { 0.09260408234, 0.89106421507, 74.78159856730 }, { 0.01504247898, 3.62719260920, 1.48447270830 }, @@ -1473,10 +1479,10 @@ const VSOP87Coefficient g_VSOP87B_L0_URANUS[] = { 0.00000000074, 4.22820017237, 1274.96864748760 }, { 0.00000000074, 2.78217896807, 1522.20799286940 }, { 0.00000000074, 4.38596183925, 1372.64479573480 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L1_URANUS[] = -{ +constexpr array g_VSOP87B_L1_URANUS +{ { { 74.78159860910, 0.00000000000, 0.00000000000 }, { 0.00154332863, 5.24158770553, 74.78159856730 }, { 0.00024456474, 1.71260334156, 1.48447270830 }, @@ -2132,10 +2138,10 @@ const VSOP87Coefficient g_VSOP87B_L1_URANUS[] = { 0.00000000076, 2.51848136880, 84.93352695390 }, { 0.00000000097, 2.40670778188, 75.67537044460 }, { 0.00000000078, 5.68434801179, 221.89711514710 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L2_URANUS[] = -{ +constexpr array g_VSOP87B_L2_URANUS +{ { { 0.00002349469, 2.26708640433, 74.78159856730 }, { 0.00000848806, 3.14159265359, 0.00000000000 }, { 0.00000768983, 4.52562378749, 11.04570026390 }, @@ -2395,10 +2401,10 @@ const VSOP87Coefficient g_VSOP87B_L2_URANUS[] = { 0.00000000079, 1.91762400825, 901.95442652840 }, { 0.00000000089, 3.64708770174, 810.65811209910 }, { 0.00000000084, 1.50560186863, 419.48464387520 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L3_URANUS[] = -{ +constexpr array g_VSOP87B_L3_URANUS +{ { { 0.00000122192, 0.02112102225, 74.78159856730 }, { 0.00000068195, 4.12138633187, 3.93215326310 }, { 0.00000052729, 2.38808499397, 11.04570026390 }, @@ -2468,10 +2474,10 @@ const VSOP87Coefficient g_VSOP87B_L3_URANUS[] = { 0.00000000090, 4.64083951502, 411.62033734900 }, { 0.00000000080, 3.36996054975, 497.44763618020 }, { 0.00000000085, 2.90593266919, 483.22054217860 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L4_URANUS[] = -{ +constexpr array g_VSOP87B_L4_URANUS +{ { { 0.00000005536, 4.57721551627, 74.78159856730 }, { 0.00000003183, 0.34467460171, 11.04570026390 }, { 0.00000001207, 3.40871377105, 56.62235130260 }, @@ -2480,10 +2486,10 @@ const VSOP87Coefficient g_VSOP87B_L4_URANUS[] = { 0.00000000247, 2.07784257495, 63.73589830340 }, { 0.00000000109, 2.75514337970, 85.82729883120 }, { 0.00000000092, 5.02598538441, 131.40394986990 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B0_URANUS[] = -{ +constexpr array g_VSOP87B_B0_URANUS +{ { { 0.01346277648, 2.61877810547, 74.78159856730 }, { 0.00062341400, 5.08111189648, 149.56319713460 }, { 0.00061601196, 3.14159265359, 0.00000000000 }, @@ -2795,10 +2801,10 @@ const VSOP87Coefficient g_VSOP87B_B0_URANUS[] = { 0.00000000074, 0.54434880673, 33.13710079170 }, { 0.00000000075, 2.44458975326, 120.99138905240 }, { 0.00000000074, 0.63126666381, 335.77495719870 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B1_URANUS[] = -{ +constexpr array g_VSOP87B_B1_URANUS +{ { { 0.00034101978, 0.01321929936, 74.78159856730 }, { 0.00002480115, 2.73961370453, 149.56319713460 }, { 0.00001719377, 0.00000000000, 0.00000000000 }, @@ -2929,10 +2935,10 @@ const VSOP87Coefficient g_VSOP87B_B1_URANUS[] = { 0.00000000085, 6.15025173870, 269.92144674060 }, { 0.00000000085, 3.47642579503, 296.15744885260 }, { 0.00000000078, 0.83351167637, 144.14657116320 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B2_URANUS[] = -{ +constexpr array g_VSOP87B_B2_URANUS +{ { { 0.00000764663, 1.74870957857, 74.78159856730 }, { 0.00000055734, 3.14159265359, 0.00000000000 }, { 0.00000025641, 5.67301557131, 149.56319713460 }, @@ -2972,10 +2978,10 @@ const VSOP87Coefficient g_VSOP87B_B2_URANUS[] = { 0.00000000096, 1.97465913947, 225.82926841020 }, { 0.00000000076, 1.48178075191, 206.18554843720 }, { 0.00000000085, 2.49786959141, 380.12776796000 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B3_URANUS[] = -{ +constexpr array g_VSOP87B_B3_URANUS +{ { { 0.00000021201, 3.16540759295, 74.78159856730 }, { 0.00000001182, 4.44441014271, 149.56319713460 }, { 0.00000001184, 3.14159265359, 0.00000000000 }, @@ -2991,10 +2997,10 @@ const VSOP87Coefficient g_VSOP87B_B3_URANUS[] = { 0.00000000099, 0.42283006135, 224.34479570190 }, { 0.00000000088, 2.27837607751, 145.63104387150 }, { 0.00000000079, 3.66485269931, 138.51749687070 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R0_URANUS[] = -{ +constexpr array g_VSOP87B_R0_URANUS +{ { { 19.21264847206, 0.00000000000, 0.00000000000 }, { 0.88784984413, 5.60377527014, 74.78159856730 }, { 0.03440836062, 0.32836099706, 73.29712585900 }, @@ -4382,10 +4388,10 @@ const VSOP87Coefficient g_VSOP87B_R0_URANUS[] = { 0.00000001450, 3.85293024011, 907.37105249980 }, { 0.00000001369, 1.34933149459, 1130.23137549340 }, { 0.00000001420, 2.79221953555, 396.54191008550 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R1_URANUS[] = -{ +constexpr array g_VSOP87B_R1_URANUS +{ { { 0.01479896629, 3.67205697578, 74.78159856730 }, { 0.00071212143, 6.22600975161, 63.73589830340 }, { 0.00068627160, 6.13411179902, 149.56319713460 }, @@ -5011,10 +5017,10 @@ const VSOP87Coefficient g_VSOP87B_R1_URANUS[] = { 0.00000001366, 4.78315200862, 470.69036920640 }, { 0.00000001390, 5.76987164020, 79.88940799800 }, { 0.00000001461, 3.00376275716, 632.78373931320 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R2_URANUS[] = -{ +constexpr array g_VSOP87B_R2_URANUS +{ { { 0.00022439899, 0.69953310903, 74.78159856730 }, { 0.00004726838, 1.69896897296, 63.73589830340 }, { 0.00001681383, 4.64842242588, 70.84944530420 }, @@ -5264,10 +5270,10 @@ const VSOP87Coefficient g_VSOP87B_R2_URANUS[] = { 0.00000001382, 2.10457236484, 458.84151979040 }, { 0.00000001513, 1.88475439191, 1051.51762366300 }, { 0.00000001368, 5.67966974902, 66.70484372000 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R3_URANUS[] = -{ +constexpr array g_VSOP87B_R3_URANUS +{ { { 0.00001164663, 4.73440180792, 74.78159856730 }, { 0.00000212363, 3.34268349684, 63.73589830340 }, { 0.00000196315, 2.98101237100, 70.84944530420 }, @@ -5337,10 +5343,10 @@ const VSOP87Coefficient g_VSOP87B_R3_URANUS[] = { 0.00000001399, 5.26616832831, 909.81873305460 }, { 0.00000001399, 3.66246604373, 1059.38193018920 }, { 0.00000001401, 4.64442933182, 96.87299909510 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R4_URANUS[] = -{ +constexpr array g_VSOP87B_R4_URANUS +{ { { 0.00000053224, 3.00468894529, 74.78159856730 }, { 0.00000009887, 1.91399083603, 56.62235130260 }, { 0.00000007008, 5.08677527404, 11.04570026390 }, @@ -5353,64 +5359,63 @@ const VSOP87Coefficient g_VSOP87B_R4_URANUS[] = { 0.00000002288, 2.23425399117, 440.68227252570 }, { 0.00000002472, 3.28269448244, 18.15924726470 }, { 0.00000002837, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87B_L_URANUS[] = -{ - { g_VSOP87B_L0_URANUS, sizeof(g_VSOP87B_L0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L1_URANUS, sizeof(g_VSOP87B_L1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L2_URANUS, sizeof(g_VSOP87B_L2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L3_URANUS, sizeof(g_VSOP87B_L3_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L4_URANUS, sizeof(g_VSOP87B_L4_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_L_URANUS +{ { + { g_VSOP87B_L0_URANUS.data(), g_VSOP87B_L0_URANUS.size() }, + { g_VSOP87B_L1_URANUS.data(), g_VSOP87B_L1_URANUS.size() }, + { g_VSOP87B_L2_URANUS.data(), g_VSOP87B_L2_URANUS.size() }, + { g_VSOP87B_L3_URANUS.data(), g_VSOP87B_L3_URANUS.size() }, + { g_VSOP87B_L4_URANUS.data(), g_VSOP87B_L4_URANUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87B_B_URANUS[] = -{ - { g_VSOP87B_B0_URANUS, sizeof(g_VSOP87B_B0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B1_URANUS, sizeof(g_VSOP87B_B1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B2_URANUS, sizeof(g_VSOP87B_B2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B3_URANUS, sizeof(g_VSOP87B_B3_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_B_URANUS +{ { + { g_VSOP87B_B0_URANUS.data(), g_VSOP87B_B0_URANUS.size() }, + { g_VSOP87B_B1_URANUS.data(), g_VSOP87B_B1_URANUS.size() }, + { g_VSOP87B_B2_URANUS.data(), g_VSOP87B_B2_URANUS.size() }, + { g_VSOP87B_B3_URANUS.data(), g_VSOP87B_B3_URANUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87B_R_URANUS[] = -{ - { g_VSOP87B_R0_URANUS, sizeof(g_VSOP87B_R0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R1_URANUS, sizeof(g_VSOP87B_R1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R2_URANUS, sizeof(g_VSOP87B_R2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R3_URANUS, sizeof(g_VSOP87B_R3_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R4_URANUS, sizeof(g_VSOP87B_R4_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_R_URANUS +{ { + { g_VSOP87B_R0_URANUS.data(), g_VSOP87B_R0_URANUS.size() }, + { g_VSOP87B_R1_URANUS.data(), g_VSOP87B_R1_URANUS.size() }, + { g_VSOP87B_R2_URANUS.data(), g_VSOP87B_R2_URANUS.size() }, + { g_VSOP87B_R3_URANUS.data(), g_VSOP87B_R3_URANUS.size() }, + { g_VSOP87B_R4_URANUS.data(), g_VSOP87B_R4_URANUS.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87B_Uranus::L(double JD) +double CAAVSOP87B_Uranus::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_L_URANUS, sizeof(g_VSOP87B_L_URANUS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87B_L_URANUS.data(), g_VSOP87B_L_URANUS.size(), true); } -double CAAVSOP87B_Uranus::L_DASH(double JD) +double CAAVSOP87B_Uranus::L_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_L_URANUS, sizeof(g_VSOP87B_L_URANUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_L_URANUS.data(), g_VSOP87B_L_URANUS.size()); } -double CAAVSOP87B_Uranus::B(double JD) +double CAAVSOP87B_Uranus::B(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_B_URANUS, sizeof(g_VSOP87B_B_URANUS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87B_B_URANUS.data(), g_VSOP87B_B_URANUS.size(), true); } -double CAAVSOP87B_Uranus::B_DASH(double JD) +double CAAVSOP87B_Uranus::B_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_B_URANUS, sizeof(g_VSOP87B_B_URANUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_B_URANUS.data(), g_VSOP87B_B_URANUS.size()); } -double CAAVSOP87B_Uranus::R(double JD) +double CAAVSOP87B_Uranus::R(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_R_URANUS, sizeof(g_VSOP87B_R_URANUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87B_R_URANUS.data(), g_VSOP87B_R_URANUS.size(), false); } -double CAAVSOP87B_Uranus::R_DASH(double JD) +double CAAVSOP87B_Uranus::R_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_R_URANUS, sizeof(g_VSOP87B_R_URANUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_R_URANUS.data(), g_VSOP87B_R_URANUS.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87B_URA.h b/Sources/AAPlus/include/AAVSOP87B_URA.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87B_URA.h rename to Sources/AAPlus/include/AAVSOP87B_URA.h index c21df18..c28f89e --- a/Vendor/AA+/1.6.3/AAVSOP87B_URA.h +++ b/Sources/AAPlus/include/AAVSOP87B_URA.h @@ -2,9 +2,8 @@ Module : AAVSOP87B_URA.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87B_Uranus { public: - static double L(double JD); - static double L_DASH(double JD); - static double B(double JD); - static double B_DASH(double JD); - static double R(double JD); - static double R_DASH(double JD); + static double L(double JD) noexcept; + static double L_DASH(double JD) noexcept; + static double B(double JD) noexcept; + static double B_DASH(double JD) noexcept; + static double R(double JD) noexcept; + static double R_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87B_VEN.cpp b/Sources/AAPlus/include/AAVSOP87B_VEN.cpp old mode 100755 new mode 100644 similarity index 95% rename from Vendor/AA+/1.6.3/AAVSOP87B_VEN.cpp rename to Sources/AAPlus/include/AAVSOP87B_VEN.cpp index 7271fc2..1ee9ffe --- a/Vendor/AA+/1.6.3/AAVSOP87B_VEN.cpp +++ b/Sources/AAPlus/include/AAVSOP87B_VEN.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87B_VEN.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87B_VEN.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87B_L0_VENUS[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87B_L0_VENUS +{ { { 3.17614666774, 0.00000000000, 0.00000000000 }, { 0.01353968419, 5.59313319619, 10213.28554621100 }, { 0.00089891645, 5.30650047764, 20426.57109242200 }, @@ -448,10 +454,10 @@ const VSOP87Coefficient g_VSOP87B_L0_VENUS[] = { 0.00000000048, 1.18664500846, 28306.66024576099 }, { 0.00000000036, 0.64770877031, 1478.86657406440 }, { 0.00000000048, 0.40666475573, 40103.91789331980 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L1_VENUS[] = -{ +constexpr array g_VSOP87B_L1_VENUS +{ { { 10213.28554621638, 0.00000000000, 0.00000000000 }, { 0.00095617813, 2.46406511110, 10213.28554621100 }, { 0.00007787201, 0.62478482220, 20426.57109242200 }, @@ -687,10 +693,10 @@ const VSOP87Coefficient g_VSOP87B_L1_VENUS[] = { 0.00000000022, 4.07064236572, 77026.85038194420 }, { 0.00000000020, 3.00992711288, 24383.07910844140 }, { 0.00000000023, 2.62973172963, 17248.42530185440 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L2_VENUS[] = -{ +constexpr array g_VSOP87B_L2_VENUS +{ { { 0.00003894209, 0.34823650721, 10213.28554621100 }, { 0.00000595403, 2.01456107998, 20426.57109242200 }, { 0.00000287868, 0.00000000000, 0.00000000000 }, @@ -763,10 +769,10 @@ const VSOP87Coefficient g_VSOP87B_L2_VENUS[] = { 0.00000000012, 6.06704683094, 25934.12433108940 }, { 0.00000000011, 3.73596829532, 4732.03062734340 }, { 0.00000000010, 5.50483756065, 29580.47470844380 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L3_VENUS[] = -{ +constexpr array g_VSOP87B_L3_VENUS +{ { { 0.00000136328, 4.79698723753, 10213.28554621100 }, { 0.00000030661, 3.71663788064, 20426.57109242200 }, { 0.00000003041, 3.14159265359, 0.00000000000 }, @@ -774,24 +780,24 @@ const VSOP87Coefficient g_VSOP87B_L3_VENUS[] = { 0.00000000071, 4.27707588774, 40853.14218484400 }, { 0.00000000008, 1.76653383282, 10186.98722641120 }, { 0.00000000006, 5.61707828538, 10239.58386601080 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L4_VENUS[] = -{ +constexpr array g_VSOP87B_L4_VENUS +{ { { 0.00000001636, 2.50540811485, 10213.28554621100 }, { 0.00000001080, 5.10106236574, 20426.57109242200 }, { 0.00000000018, 0.88315856739, 30639.85663863300 }, { 0.00000000005, 5.76650226003, 40853.14218484400 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_L5_VENUS[] = -{ +constexpr array g_VSOP87B_L5_VENUS +{ { { 0.00000000122, 1.88711724630, 10213.28554621100 }, { 0.00000000043, 0.42125909290, 20426.57109242200 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B0_VENUS[] = -{ +constexpr array g_VSOP87B_B0_VENUS +{ { { 0.05923638472, 0.26702775812, 10213.28554621100 }, { 0.00040107978, 1.14737178112, 20426.57109242200 }, { 0.00032814918, 3.14159265359, 0.00000000000 }, @@ -1002,10 +1008,10 @@ const VSOP87Coefficient g_VSOP87B_B0_VENUS[] = { 0.00000000047, 1.61776744350, 30831.30490474460 }, { 0.00000000040, 5.32238959879, 42430.48572729180 }, { 0.00000000051, 5.29366964725, 29587.58825544460 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B1_VENUS[] = -{ +constexpr array g_VSOP87B_B1_VENUS +{ { { 0.00287821243, 1.88964962838, 10213.28554621100 }, { 0.00003499578, 3.71117560516, 20426.57109242200 }, { 0.00001257844, 0.00000000000, 0.00000000000 }, @@ -1127,10 +1133,10 @@ const VSOP87Coefficient g_VSOP87B_B1_VENUS[] = { 0.00000000020, 4.66182643911, 19889.76658032659 }, { 0.00000000020, 0.98405518609, 19999.97290154599 }, { 0.00000000023, 3.22003976882, 39264.06928956020 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B2_VENUS[] = -{ +constexpr array g_VSOP87B_B2_VENUS +{ { { 0.00012657745, 3.34796457029, 10213.28554621100 }, { 0.00000151225, 0.00000000000, 0.00000000000 }, { 0.00000037476, 5.34638962141, 20426.57109242200 }, @@ -1182,10 +1188,10 @@ const VSOP87Coefficient g_VSOP87B_B2_VENUS[] = { 0.00000000017, 2.48643394548, 3128.38876509580 }, { 0.00000000014, 6.20079529340, 191.44826611160 }, { 0.00000000015, 5.74322714868, 26.29831979980 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B3_VENUS[] = -{ +constexpr array g_VSOP87B_B3_VENUS +{ { { 0.00000376505, 4.87650249694, 10213.28554621100 }, { 0.00000012587, 3.14159265359, 0.00000000000 }, { 0.00000004809, 0.43423918018, 20426.57109242200 }, @@ -1198,26 +1204,26 @@ const VSOP87Coefficient g_VSOP87B_B3_VENUS[] = { 0.00000000014, 0.87652853636, 10988.80815753500 }, { 0.00000000010, 1.84595947891, 2352.86615377180 }, { 0.00000000005, 1.36825703657, 19651.04848109800 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B4_VENUS[] = -{ +constexpr array g_VSOP87B_B4_VENUS +{ { { 0.00000008558, 0.17181972054, 10213.28554621100 }, { 0.00000000114, 2.50366130090, 20426.57109242200 }, { 0.00000000115, 3.14159265359, 0.00000000000 }, { 0.00000000041, 0.74061432691, 30639.85663863300 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_B5_VENUS[] = -{ +constexpr array g_VSOP87B_B5_VENUS +{ { { 0.00000000149, 1.67437168506, 10213.28554621100 }, { 0.00000000023, 0.00000000000, 0.00000000000 }, { 0.00000000008, 3.73924477319, 20426.57109242200 }, { 0.00000000002, 2.28783748701, 30639.85663863300 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R0_VENUS[] = -{ +constexpr array g_VSOP87B_R0_VENUS +{ { { 0.72334820891, 0.00000000000, 0.00000000000 }, { 0.00489824182, 4.02151831717, 10213.28554621100 }, { 0.00001658058, 4.90206728031, 20426.57109242200 }, @@ -1541,10 +1547,10 @@ const VSOP87Coefficient g_VSOP87B_R0_VENUS[] = { 0.00000000029, 6.16476830510, 65236.22129328540 }, { 0.00000000026, 5.36096904409, 1478.86657406440 }, { 0.00000000036, 1.29565084626, 90394.82301305079 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R1_VENUS[] = -{ +constexpr array g_VSOP87B_R1_VENUS +{ { { 0.00034551041, 0.89198706276, 10213.28554621100 }, { 0.00000234203, 1.77224942363, 20426.57109242200 }, { 0.00000233998, 3.14159265359, 0.00000000000 }, @@ -1719,10 +1725,10 @@ const VSOP87Coefficient g_VSOP87B_R1_VENUS[] = { 0.00000000014, 3.48144272414, 29786.66025688100 }, { 0.00000000018, 1.99790369768, 30831.30490474460 }, { 0.00000000017, 2.36905439219, 33794.54372352860 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R2_VENUS[] = -{ +constexpr array g_VSOP87B_R2_VENUS +{ { { 0.00001406587, 5.06366395112, 10213.28554621100 }, { 0.00000015529, 5.47321056992, 20426.57109242200 }, { 0.00000013059, 0.00000000000, 0.00000000000 }, @@ -1785,10 +1791,10 @@ const VSOP87Coefficient g_VSOP87B_R2_VENUS[] = { 0.00000000010, 2.50084772448, 9103.90699411760 }, { 0.00000000007, 3.48063149205, 1059.38193018920 }, { 0.00000000007, 2.38734958588, 20618.01935853360 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R3_VENUS[] = -{ +constexpr array g_VSOP87B_R3_VENUS +{ { { 0.00000049582, 3.22264415899, 10213.28554621100 }, { 0.00000000831, 3.21255590531, 20426.57109242200 }, { 0.00000000112, 3.14159265359, 0.00000000000 }, @@ -1797,81 +1803,80 @@ const VSOP87Coefficient g_VSOP87B_R3_VENUS[] = { 0.00000000006, 0.39133521368, 10186.98722641120 }, { 0.00000000004, 4.77456526708, 9437.76293488700 }, { 0.00000000003, 0.14604782945, 10988.80815753500 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R4_VENUS[] = -{ +constexpr array g_VSOP87B_R4_VENUS +{ { { 0.00000000573, 0.92253525592, 10213.28554621100 }, { 0.00000000039, 0.95696787303, 20426.57109242200 }, { 0.00000000006, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87B_R5_VENUS[] = -{ +constexpr array g_VSOP87B_R5_VENUS +{ { { 0.00000000045, 0.30037014808, 10213.28554621100 }, { 0.00000000002, 5.33215705373, 20426.57109242200 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87B_L_VENUS[] = -{ - { g_VSOP87B_L0_VENUS, sizeof(g_VSOP87B_L0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L1_VENUS, sizeof(g_VSOP87B_L1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L2_VENUS, sizeof(g_VSOP87B_L2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L3_VENUS, sizeof(g_VSOP87B_L3_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L4_VENUS, sizeof(g_VSOP87B_L4_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_L5_VENUS, sizeof(g_VSOP87B_L5_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_L_VENUS +{ { + { g_VSOP87B_L0_VENUS.data(), g_VSOP87B_L0_VENUS.size() }, + { g_VSOP87B_L1_VENUS.data(), g_VSOP87B_L1_VENUS.size() }, + { g_VSOP87B_L2_VENUS.data(), g_VSOP87B_L2_VENUS.size() }, + { g_VSOP87B_L3_VENUS.data(), g_VSOP87B_L3_VENUS.size() }, + { g_VSOP87B_L4_VENUS.data(), g_VSOP87B_L4_VENUS.size() }, + { g_VSOP87B_L5_VENUS.data(), g_VSOP87B_L5_VENUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87B_B_VENUS[] = -{ - { g_VSOP87B_B0_VENUS, sizeof(g_VSOP87B_B0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B1_VENUS, sizeof(g_VSOP87B_B1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B2_VENUS, sizeof(g_VSOP87B_B2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B3_VENUS, sizeof(g_VSOP87B_B3_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B4_VENUS, sizeof(g_VSOP87B_B4_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_B5_VENUS, sizeof(g_VSOP87B_B5_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_B_VENUS +{ { + { g_VSOP87B_B0_VENUS.data(), g_VSOP87B_B0_VENUS.size() }, + { g_VSOP87B_B1_VENUS.data(), g_VSOP87B_B1_VENUS.size() }, + { g_VSOP87B_B2_VENUS.data(), g_VSOP87B_B2_VENUS.size() }, + { g_VSOP87B_B3_VENUS.data(), g_VSOP87B_B3_VENUS.size() }, + { g_VSOP87B_B4_VENUS.data(), g_VSOP87B_B4_VENUS.size() }, + { g_VSOP87B_B5_VENUS.data(), g_VSOP87B_B5_VENUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87B_R_VENUS[] = -{ - { g_VSOP87B_R0_VENUS, sizeof(g_VSOP87B_R0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R1_VENUS, sizeof(g_VSOP87B_R1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R2_VENUS, sizeof(g_VSOP87B_R2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R3_VENUS, sizeof(g_VSOP87B_R3_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R4_VENUS, sizeof(g_VSOP87B_R4_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87B_R5_VENUS, sizeof(g_VSOP87B_R5_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87B_R_VENUS +{ { + { g_VSOP87B_R0_VENUS.data(), g_VSOP87B_R0_VENUS.size() }, + { g_VSOP87B_R1_VENUS.data(), g_VSOP87B_R1_VENUS.size() }, + { g_VSOP87B_R2_VENUS.data(), g_VSOP87B_R2_VENUS.size() }, + { g_VSOP87B_R3_VENUS.data(), g_VSOP87B_R3_VENUS.size() }, + { g_VSOP87B_R4_VENUS.data(), g_VSOP87B_R4_VENUS.size() }, + { g_VSOP87B_R5_VENUS.data(), g_VSOP87B_R5_VENUS.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87B_Venus::L(double JD) +double CAAVSOP87B_Venus::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_L_VENUS, sizeof(g_VSOP87B_L_VENUS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87B_L_VENUS.data(), g_VSOP87B_L_VENUS.size(), true); } -double CAAVSOP87B_Venus::L_DASH(double JD) +double CAAVSOP87B_Venus::L_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_L_VENUS, sizeof(g_VSOP87B_L_VENUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_L_VENUS.data(), g_VSOP87B_L_VENUS.size()); } -double CAAVSOP87B_Venus::B(double JD) +double CAAVSOP87B_Venus::B(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_B_VENUS, sizeof(g_VSOP87B_B_VENUS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87B_B_VENUS.data(), g_VSOP87B_B_VENUS.size(), true); } -double CAAVSOP87B_Venus::B_DASH(double JD) +double CAAVSOP87B_Venus::B_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_B_VENUS, sizeof(g_VSOP87B_B_VENUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_B_VENUS.data(), g_VSOP87B_B_VENUS.size()); } -double CAAVSOP87B_Venus::R(double JD) +double CAAVSOP87B_Venus::R(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87B_R_VENUS, sizeof(g_VSOP87B_R_VENUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87B_R_VENUS.data(), g_VSOP87B_R_VENUS.size(), false); } -double CAAVSOP87B_Venus::R_DASH(double JD) +double CAAVSOP87B_Venus::R_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87B_R_VENUS, sizeof(g_VSOP87B_R_VENUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87B_R_VENUS.data(), g_VSOP87B_R_VENUS.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87B_VEN.h b/Sources/AAPlus/include/AAVSOP87B_VEN.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87B_VEN.h rename to Sources/AAPlus/include/AAVSOP87B_VEN.h index cf44f19..f1ca658 --- a/Vendor/AA+/1.6.3/AAVSOP87B_VEN.h +++ b/Sources/AAPlus/include/AAVSOP87B_VEN.h @@ -2,9 +2,8 @@ Module : AAVSOP87B_VEN.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87B_Venus { public: - static double L(double JD); - static double L_DASH(double JD); - static double B(double JD); - static double B_DASH(double JD); - static double R(double JD); - static double R_DASH(double JD); + static double L(double JD) noexcept; + static double L_DASH(double JD) noexcept; + static double B(double JD) noexcept; + static double B_DASH(double JD) noexcept; + static double R(double JD) noexcept; + static double R_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87C_EAR.h b/Sources/AAPlus/include/AAVSOP87C_EAR.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87C_EAR.h rename to Sources/AAPlus/include/AAVSOP87C_EAR.h index 175618d..9fbd9c3 --- a/Vendor/AA+/1.6.3/AAVSOP87C_EAR.h +++ b/Sources/AAPlus/include/AAVSOP87C_EAR.h @@ -2,9 +2,8 @@ Module : AAVSOP87C_EAR.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87C_Earth { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87C_JUP.h b/Sources/AAPlus/include/AAVSOP87C_JUP.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87C_JUP.h rename to Sources/AAPlus/include/AAVSOP87C_JUP.h index c44587b..131d626 --- a/Vendor/AA+/1.6.3/AAVSOP87C_JUP.h +++ b/Sources/AAPlus/include/AAVSOP87C_JUP.h @@ -2,9 +2,8 @@ Module : AAVSOP87C_JUP.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87C_Jupiter { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87C_MAR.h b/Sources/AAPlus/include/AAVSOP87C_MAR.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87C_MAR.h rename to Sources/AAPlus/include/AAVSOP87C_MAR.h index c4f8bb6..8cf564e --- a/Vendor/AA+/1.6.3/AAVSOP87C_MAR.h +++ b/Sources/AAPlus/include/AAVSOP87C_MAR.h @@ -2,9 +2,8 @@ Module : AAVSOP87C_MAR.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87C_Mars { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87C_MER.h b/Sources/AAPlus/include/AAVSOP87C_MER.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87C_MER.h rename to Sources/AAPlus/include/AAVSOP87C_MER.h index 5c014fe..4d2bb7e --- a/Vendor/AA+/1.6.3/AAVSOP87C_MER.h +++ b/Sources/AAPlus/include/AAVSOP87C_MER.h @@ -2,9 +2,8 @@ Module : AAVSOP87C_MER.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87C_Mercury { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87C_NEP.h b/Sources/AAPlus/include/AAVSOP87C_NEP.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87C_NEP.h rename to Sources/AAPlus/include/AAVSOP87C_NEP.h index 37901e8..ecac07f --- a/Vendor/AA+/1.6.3/AAVSOP87C_NEP.h +++ b/Sources/AAPlus/include/AAVSOP87C_NEP.h @@ -2,9 +2,8 @@ Module : AAVSOP87C_NEP.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87C_Neptune { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87C_SAT.h b/Sources/AAPlus/include/AAVSOP87C_SAT.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87C_SAT.h rename to Sources/AAPlus/include/AAVSOP87C_SAT.h index 16ff55b..42fef33 --- a/Vendor/AA+/1.6.3/AAVSOP87C_SAT.h +++ b/Sources/AAPlus/include/AAVSOP87C_SAT.h @@ -2,9 +2,8 @@ Module : AAVSOP87C_SAT.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87C_Saturn { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87C_URA.h b/Sources/AAPlus/include/AAVSOP87C_URA.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87C_URA.h rename to Sources/AAPlus/include/AAVSOP87C_URA.h index 8a723a7..ff6df30 --- a/Vendor/AA+/1.6.3/AAVSOP87C_URA.h +++ b/Sources/AAPlus/include/AAVSOP87C_URA.h @@ -2,9 +2,8 @@ Module : AAVSOP87C_URA.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87C_Uranus { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87C_VEN.h b/Sources/AAPlus/include/AAVSOP87C_VEN.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87C_VEN.h rename to Sources/AAPlus/include/AAVSOP87C_VEN.h index 77b5506..48d45e4 --- a/Vendor/AA+/1.6.3/AAVSOP87C_VEN.h +++ b/Sources/AAPlus/include/AAVSOP87C_VEN.h @@ -2,9 +2,8 @@ Module : AAVSOP87C_VEN.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87C_Venus { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87D_EAR.h b/Sources/AAPlus/include/AAVSOP87D_EAR.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87D_EAR.h rename to Sources/AAPlus/include/AAVSOP87D_EAR.h index 2a5c3ee..cd6c1a2 --- a/Vendor/AA+/1.6.3/AAVSOP87D_EAR.h +++ b/Sources/AAPlus/include/AAVSOP87D_EAR.h @@ -2,9 +2,8 @@ Module : AAVSOP87D_EAR.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87D_Earth { public: - static double L(double JD); - static double L_DASH(double JD); - static double B(double JD); - static double B_DASH(double JD); - static double R(double JD); - static double R_DASH(double JD); + static double L(double JD) noexcept; + static double L_DASH(double JD) noexcept; + static double B(double JD) noexcept; + static double B_DASH(double JD) noexcept; + static double R(double JD) noexcept; + static double R_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87D_JUP.h b/Sources/AAPlus/include/AAVSOP87D_JUP.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87D_JUP.h rename to Sources/AAPlus/include/AAVSOP87D_JUP.h index 3ec2252..67c138b --- a/Vendor/AA+/1.6.3/AAVSOP87D_JUP.h +++ b/Sources/AAPlus/include/AAVSOP87D_JUP.h @@ -2,9 +2,8 @@ Module : AAVSOP87D_JUP.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87D_Jupiter { public: - static double L(double JD); - static double L_DASH(double JD); - static double B(double JD); - static double B_DASH(double JD); - static double R(double JD); - static double R_DASH(double JD); + static double L(double JD) noexcept; + static double L_DASH(double JD) noexcept; + static double B(double JD) noexcept; + static double B_DASH(double JD) noexcept; + static double R(double JD) noexcept; + static double R_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87D_MAR.cpp b/Sources/AAPlus/include/AAVSOP87D_MAR.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87D_MAR.cpp rename to Sources/AAPlus/include/AAVSOP87D_MAR.cpp index 78593c8..fe1f0b2 --- a/Vendor/AA+/1.6.3/AAVSOP87D_MAR.cpp +++ b/Sources/AAPlus/include/AAVSOP87D_MAR.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87D_MAR.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87D_MAR.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87D_L0_MARS[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87D_L0_MARS +{ { { 6.20347711583, 0.00000000000, 0.00000000000 }, { 0.18656368100, 5.05037100303, 3340.61242669980 }, { 0.01108216792, 5.40099836958, 6681.22485339960 }, @@ -1249,10 +1255,10 @@ const VSOP87Coefficient g_VSOP87D_L0_MARS[] = { 0.00000000044, 3.01299253859, 7417.10136693140 }, { 0.00000000045, 2.33470159894, 3123.79021291280 }, { 0.00000000039, 4.91767933978, 8034.61538140740 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L1_MARS[] = -{ +constexpr array g_VSOP87D_L1_MARS +{ { { 3340.85627474342, 0.00000000000, 0.00000000000 }, { 0.01458227051, 3.60426053609, 3340.61242669980 }, { 0.00164901343, 3.92631250962, 6681.22485339960 }, @@ -1939,10 +1945,10 @@ const VSOP87Coefficient g_VSOP87D_L1_MARS[] = { 0.00000000031, 1.72899093511, 13745.34623902240 }, { 0.00000000024, 0.20355912395, 3229.42578441220 }, { 0.00000000032, 3.37195631109, 2284.75361485960 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L2_MARS[] = -{ +constexpr array g_VSOP87D_L2_MARS +{ { { 0.00058015791, 2.04979463279, 3340.61242669980 }, { 0.00054187645, 0.00000000000, 0.00000000000 }, { 0.00013908426, 2.45742359888, 6681.22485339960 }, @@ -2253,10 +2259,10 @@ const VSOP87Coefficient g_VSOP87D_L2_MARS[] = { 0.00000000017, 0.03684125273, 3877.41693879520 }, { 0.00000000017, 2.84467149903, 3344.49376205780 }, { 0.00000000020, 5.41519706836, 3205.54734666440 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L3_MARS[] = -{ +constexpr array g_VSOP87D_L3_MARS +{ { { 0.00001482423, 0.44434694876, 3340.61242669980 }, { 0.00000662095, 0.88469178686, 6681.22485339960 }, { 0.00000188268, 1.28799982497, 10021.83728009940 }, @@ -2386,10 +2392,10 @@ const VSOP87Coefficient g_VSOP87D_L3_MARS[] = { 0.00000000013, 1.38424462832, 3340.67973700260 }, { 0.00000000012, 3.28248484262, 8671.96987044060 }, { 0.00000000014, 0.23027665815, 3767.21061757580 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L4_MARS[] = -{ +constexpr array g_VSOP87D_L4_MARS +{ { { 0.00000113969, 3.14159265359, 0.00000000000 }, { 0.00000028725, 5.63662412043, 6681.22485339960 }, { 0.00000024447, 5.13868481454, 3340.61242669980 }, @@ -2426,10 +2432,10 @@ const VSOP87Coefficient g_VSOP87D_L4_MARS[] = { 0.00000000011, 1.33261955275, 2281.23049651060 }, { 0.00000000009, 6.15390464542, 6489.77658728800 }, { 0.00000000007, 4.23894194106, 4535.05943692440 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_L5_MARS[] = -{ +constexpr array g_VSOP87D_L5_MARS +{ { { 0.00000000710, 4.04089996521, 6681.22485339960 }, { 0.00000000868, 3.14159265359, 0.00000000000 }, { 0.00000000510, 4.49214901625, 10021.83728009940 }, @@ -2445,10 +2451,10 @@ const VSOP87Coefficient g_VSOP87D_L5_MARS[] = { 0.00000000019, 5.59184714460, 20043.67456019880 }, { 0.00000000014, 5.95565787085, 23384.28698689860 }, { 0.00000000012, 1.93859256739, 6525.80445396540 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B0_MARS[] = -{ +constexpr array g_VSOP87D_B0_MARS +{ { { 0.03197134986, 3.76832042432, 3340.61242669980 }, { 0.00298033234, 4.10616996243, 6681.22485339960 }, { 0.00289104742, 0.00000000000, 0.00000000000 }, @@ -2890,10 +2896,10 @@ const VSOP87Coefficient g_VSOP87D_B0_MARS[] = { 0.00000000038, 6.06684699984, 9389.05354078620 }, { 0.00000000043, 0.51983815091, 16489.76303806100 }, { 0.00000000036, 0.84102576439, 23937.85638974100 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B1_MARS[] = -{ +constexpr array g_VSOP87D_B1_MARS +{ { { 0.00350068845, 5.36847836211, 3340.61242669980 }, { 0.00014116030, 3.14159265359, 0.00000000000 }, { 0.00009670755, 5.47877786506, 6681.22485339960 }, @@ -3181,10 +3187,10 @@ const VSOP87Coefficient g_VSOP87D_B1_MARS[] = { 0.00000000023, 6.09244870438, 20199.09495963300 }, { 0.00000000028, 1.30366587075, 8439.87793181640 }, { 0.00000000032, 2.13597148493, 9468.26787725700 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B2_MARS[] = -{ +constexpr array g_VSOP87D_B2_MARS +{ { { 0.00016726690, 0.60221392419, 3340.61242669980 }, { 0.00004986799, 3.14159265359, 0.00000000000 }, { 0.00000302141, 5.55871276021, 6681.22485339960 }, @@ -3315,10 +3321,10 @@ const VSOP87Coefficient g_VSOP87D_B2_MARS[] = { 0.00000000017, 0.86184324841, 10973.55568635000 }, { 0.00000000018, 6.22706341047, 9381.93999378540 }, { 0.00000000015, 0.54135050421, 640.87760738220 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B3_MARS[] = -{ +constexpr array g_VSOP87D_B3_MARS +{ { { 0.00000606506, 1.98050633529, 3340.61242669980 }, { 0.00000042611, 0.00000000000, 0.00000000000 }, { 0.00000013652, 1.79588228800, 6681.22485339960 }, @@ -3360,10 +3366,10 @@ const VSOP87Coefficient g_VSOP87D_B3_MARS[] = { 0.00000000017, 0.80891817293, 1194.44701022460 }, { 0.00000000011, 0.43817745316, 1059.38193018920 }, { 0.00000000014, 1.06654064248, 6836.64525283380 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B4_MARS[] = -{ +constexpr array g_VSOP87D_B4_MARS +{ { { 0.00000011334, 3.45724352586, 3340.61242669980 }, { 0.00000013369, 0.00000000000, 0.00000000000 }, { 0.00000000744, 0.50445805257, 6681.22485339960 }, @@ -3375,19 +3381,19 @@ const VSOP87Coefficient g_VSOP87D_B4_MARS[] = { 0.00000000013, 5.41704779112, 16703.06213349900 }, { 0.00000000013, 2.06957065662, 13362.44970679920 }, { 0.00000000010, 0.95989595600, 3894.18182954220 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_B5_MARS[] = -{ +constexpr array g_VSOP87D_B5_MARS +{ { { 0.00000000457, 4.86794125358, 3340.61242669980 }, { 0.00000000053, 5.30547050586, 6681.22485339960 }, { 0.00000000012, 5.75114070583, 10021.83728009940 }, { 0.00000000013, 4.17736925293, 3496.03282613400 }, { 0.00000000007, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R0_MARS[] = -{ +constexpr array g_VSOP87D_R0_MARS +{ { { 1.53033488276, 0.00000000000, 0.00000000000 }, { 0.14184953153, 3.47971283519, 3340.61242669980 }, { 0.00660776357, 3.81783442097, 6681.22485339960 }, @@ -4506,10 +4512,10 @@ const VSOP87Coefficient g_VSOP87D_R0_MARS[] = { 0.00000000054, 0.38782719267, 360.11078196160 }, { 0.00000000059, 4.71734799803, 6283.09310364360 }, { 0.00000000068, 5.74655335863, 987.74627292800 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R1_MARS[] = -{ +constexpr array g_VSOP87D_R1_MARS +{ { { 0.01107433340, 2.03250524950, 3340.61242669980 }, { 0.00103175886, 2.37071845682, 6681.22485339960 }, { 0.00012877200, 0.00000000000, 0.00000000000 }, @@ -5106,10 +5112,10 @@ const VSOP87Coefficient g_VSOP87D_R1_MARS[] = { 0.00000000035, 0.10555289345, 8742.04270747140 }, { 0.00000000041, 4.26832466355, 21000.91589075680 }, { 0.00000000038, 0.73199792046, 26084.02180621620 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R2_MARS[] = -{ +constexpr array g_VSOP87D_R2_MARS +{ { { 0.00044242247, 0.47930603943, 3340.61242669980 }, { 0.00008138042, 0.86998398093, 6681.22485339960 }, { 0.00001274915, 1.22594050809, 10021.83728009940 }, @@ -5423,10 +5429,10 @@ const VSOP87Coefficient g_VSOP87D_R2_MARS[] = { 0.00000000024, 4.12573657295, 4193.80880845180 }, { 0.00000000025, 1.40880282063, 8186.51266249260 }, { 0.00000000024, 4.96463811748, 26087.90314157420 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R3_MARS[] = -{ +constexpr array g_VSOP87D_R3_MARS +{ { { 0.00001113107, 5.14987350142, 3340.61242669980 }, { 0.00000424446, 5.61343766478, 6681.22485339960 }, { 0.00000100044, 5.99726827028, 10021.83728009940 }, @@ -5538,10 +5544,10 @@ const VSOP87Coefficient g_VSOP87D_R3_MARS[] = { 0.00000000024, 4.42156401638, 1748.01641306700 }, { 0.00000000016, 0.65389503440, 3340.54511639700 }, { 0.00000000016, 5.28427106012, 3333.49887969900 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R4_MARS[] = -{ +constexpr array g_VSOP87D_R4_MARS +{ { { 0.00000019552, 3.58211650473, 3340.61242669980 }, { 0.00000016323, 4.05116076923, 6681.22485339960 }, { 0.00000005848, 4.46383962094, 10021.83728009940 }, @@ -5570,10 +5576,10 @@ const VSOP87Coefficient g_VSOP87D_R4_MARS[] = { 0.00000000013, 4.51988349676, 6489.77658728800 }, { 0.00000000014, 0.76591550754, 3894.18182954220 }, { 0.00000000011, 5.47381242145, 3738.76143010800 } -}; +} }; -const VSOP87Coefficient g_VSOP87D_R5_MARS[] = -{ +constexpr array g_VSOP87D_R5_MARS +{ { { 0.00000000476, 2.47617204701, 6681.22485339960 }, { 0.00000000268, 2.91510547706, 10021.83728009940 }, { 0.00000000115, 1.76888962311, 3340.61242669980 }, @@ -5583,68 +5589,67 @@ const VSOP87Coefficient g_VSOP87D_R5_MARS[] = { 0.00000000013, 3.72005807206, 3496.03282613400 }, { 0.00000000012, 4.88179002689, 3583.34103067380 }, { 0.00000000012, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87D_L_MARS[] = -{ - { g_VSOP87D_L0_MARS, sizeof(g_VSOP87D_L0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L1_MARS, sizeof(g_VSOP87D_L1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L2_MARS, sizeof(g_VSOP87D_L2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L3_MARS, sizeof(g_VSOP87D_L3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L4_MARS, sizeof(g_VSOP87D_L4_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_L5_MARS, sizeof(g_VSOP87D_L5_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_L_MARS +{ { + { g_VSOP87D_L0_MARS.data(), g_VSOP87D_L0_MARS.size() }, + { g_VSOP87D_L1_MARS.data(), g_VSOP87D_L1_MARS.size() }, + { g_VSOP87D_L2_MARS.data(), g_VSOP87D_L2_MARS.size() }, + { g_VSOP87D_L3_MARS.data(), g_VSOP87D_L3_MARS.size() }, + { g_VSOP87D_L4_MARS.data(), g_VSOP87D_L4_MARS.size() }, + { g_VSOP87D_L5_MARS.data(), g_VSOP87D_L5_MARS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87D_B_MARS[] = -{ - { g_VSOP87D_B0_MARS, sizeof(g_VSOP87D_B0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B1_MARS, sizeof(g_VSOP87D_B1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B2_MARS, sizeof(g_VSOP87D_B2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B3_MARS, sizeof(g_VSOP87D_B3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B4_MARS, sizeof(g_VSOP87D_B4_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_B5_MARS, sizeof(g_VSOP87D_B5_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_B_MARS +{ { + { g_VSOP87D_B0_MARS.data(), g_VSOP87D_B0_MARS.size() }, + { g_VSOP87D_B1_MARS.data(), g_VSOP87D_B1_MARS.size() }, + { g_VSOP87D_B2_MARS.data(), g_VSOP87D_B2_MARS.size() }, + { g_VSOP87D_B3_MARS.data(), g_VSOP87D_B3_MARS.size() }, + { g_VSOP87D_B4_MARS.data(), g_VSOP87D_B4_MARS.size() }, + { g_VSOP87D_B5_MARS.data(), g_VSOP87D_B5_MARS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87D_R_MARS[] = -{ - { g_VSOP87D_R0_MARS, sizeof(g_VSOP87D_R0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R1_MARS, sizeof(g_VSOP87D_R1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R2_MARS, sizeof(g_VSOP87D_R2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R3_MARS, sizeof(g_VSOP87D_R3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R4_MARS, sizeof(g_VSOP87D_R4_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87D_R5_MARS, sizeof(g_VSOP87D_R5_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87D_R_MARS +{ { + { g_VSOP87D_R0_MARS.data(), g_VSOP87D_R0_MARS.size() }, + { g_VSOP87D_R1_MARS.data(), g_VSOP87D_R1_MARS.size() }, + { g_VSOP87D_R2_MARS.data(), g_VSOP87D_R2_MARS.size() }, + { g_VSOP87D_R3_MARS.data(), g_VSOP87D_R3_MARS.size() }, + { g_VSOP87D_R4_MARS.data(), g_VSOP87D_R4_MARS.size() }, + { g_VSOP87D_R5_MARS.data(), g_VSOP87D_R5_MARS.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87D_Mars::L(double JD) +double CAAVSOP87D_Mars::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_L_MARS, sizeof(g_VSOP87D_L_MARS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87D_L_MARS.data(), g_VSOP87D_L_MARS.size(), true); } -double CAAVSOP87D_Mars::L_DASH(double JD) +double CAAVSOP87D_Mars::L_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_L_MARS, sizeof(g_VSOP87D_L_MARS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_L_MARS.data(), g_VSOP87D_L_MARS.size()); } -double CAAVSOP87D_Mars::B(double JD) +double CAAVSOP87D_Mars::B(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_B_MARS, sizeof(g_VSOP87D_B_MARS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87D_B_MARS.data(), g_VSOP87D_B_MARS.size(), true); } -double CAAVSOP87D_Mars::B_DASH(double JD) +double CAAVSOP87D_Mars::B_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_B_MARS, sizeof(g_VSOP87D_B_MARS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_B_MARS.data(), g_VSOP87D_B_MARS.size()); } -double CAAVSOP87D_Mars::R(double JD) +double CAAVSOP87D_Mars::R(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87D_R_MARS, sizeof(g_VSOP87D_R_MARS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87D_R_MARS.data(), g_VSOP87D_R_MARS.size(), false); } -double CAAVSOP87D_Mars::R_DASH(double JD) +double CAAVSOP87D_Mars::R_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87D_R_MARS, sizeof(g_VSOP87D_R_MARS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87D_R_MARS.data(), g_VSOP87D_R_MARS.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87D_MAR.h b/Sources/AAPlus/include/AAVSOP87D_MAR.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87D_MAR.h rename to Sources/AAPlus/include/AAVSOP87D_MAR.h index 9eeb8b9..43d7237 --- a/Vendor/AA+/1.6.3/AAVSOP87D_MAR.h +++ b/Sources/AAPlus/include/AAVSOP87D_MAR.h @@ -2,9 +2,8 @@ Module : AAVSOP87D_MAR.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87D_Mars { public: - static double L(double JD); - static double L_DASH(double JD); - static double B(double JD); - static double B_DASH(double JD); - static double R(double JD); - static double R_DASH(double JD); + static double L(double JD) noexcept; + static double L_DASH(double JD) noexcept; + static double B(double JD) noexcept; + static double B_DASH(double JD) noexcept; + static double R(double JD) noexcept; + static double R_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87D_MER.h b/Sources/AAPlus/include/AAVSOP87D_MER.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87D_MER.h rename to Sources/AAPlus/include/AAVSOP87D_MER.h index 59d3c2f..ef08140 --- a/Vendor/AA+/1.6.3/AAVSOP87D_MER.h +++ b/Sources/AAPlus/include/AAVSOP87D_MER.h @@ -2,9 +2,8 @@ Module : AAVSOP87D_MER.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87D_Mercury { public: - static double L(double JD); - static double L_DASH(double JD); - static double B(double JD); - static double B_DASH(double JD); - static double R(double JD); - static double R_DASH(double JD); + static double L(double JD) noexcept; + static double L_DASH(double JD) noexcept; + static double B(double JD) noexcept; + static double B_DASH(double JD) noexcept; + static double R(double JD) noexcept; + static double R_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87D_NEP.h b/Sources/AAPlus/include/AAVSOP87D_NEP.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87D_NEP.h rename to Sources/AAPlus/include/AAVSOP87D_NEP.h index cac7222..372eb70 --- a/Vendor/AA+/1.6.3/AAVSOP87D_NEP.h +++ b/Sources/AAPlus/include/AAVSOP87D_NEP.h @@ -2,9 +2,8 @@ Module : AAVSOP87D_NEP.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87D_Neptune { public: - static double L(double JD); - static double L_DASH(double JD); - static double B(double JD); - static double B_DASH(double JD); - static double R(double JD); - static double R_DASH(double JD); + static double L(double JD) noexcept; + static double L_DASH(double JD) noexcept; + static double B(double JD) noexcept; + static double B_DASH(double JD) noexcept; + static double R(double JD) noexcept; + static double R_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87D_SAT.h b/Sources/AAPlus/include/AAVSOP87D_SAT.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87D_SAT.h rename to Sources/AAPlus/include/AAVSOP87D_SAT.h index ab27093..2343dc8 --- a/Vendor/AA+/1.6.3/AAVSOP87D_SAT.h +++ b/Sources/AAPlus/include/AAVSOP87D_SAT.h @@ -2,9 +2,8 @@ Module : AAVSOP87D_SAT.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87D_Saturn { public: - static double L(double JD); - static double L_DASH(double JD); - static double B(double JD); - static double B_DASH(double JD); - static double R(double JD); - static double R_DASH(double JD); + static double L(double JD) noexcept; + static double L_DASH(double JD) noexcept; + static double B(double JD) noexcept; + static double B_DASH(double JD) noexcept; + static double R(double JD) noexcept; + static double R_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87D_URA.h b/Sources/AAPlus/include/AAVSOP87D_URA.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87D_URA.h rename to Sources/AAPlus/include/AAVSOP87D_URA.h index 20bb6e1..0d7393d --- a/Vendor/AA+/1.6.3/AAVSOP87D_URA.h +++ b/Sources/AAPlus/include/AAVSOP87D_URA.h @@ -2,9 +2,8 @@ Module : AAVSOP87D_URA.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87D_Uranus { public: - static double L(double JD); - static double L_DASH(double JD); - static double B(double JD); - static double B_DASH(double JD); - static double R(double JD); - static double R_DASH(double JD); + static double L(double JD) noexcept; + static double L_DASH(double JD) noexcept; + static double B(double JD) noexcept; + static double B_DASH(double JD) noexcept; + static double R(double JD) noexcept; + static double R_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87D_VEN.h b/Sources/AAPlus/include/AAVSOP87D_VEN.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87D_VEN.h rename to Sources/AAPlus/include/AAVSOP87D_VEN.h index 50c2fef..713dc01 --- a/Vendor/AA+/1.6.3/AAVSOP87D_VEN.h +++ b/Sources/AAPlus/include/AAVSOP87D_VEN.h @@ -2,9 +2,8 @@ Module : AAVSOP87D_VEN.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87D_Venus { public: - static double L(double JD); - static double L_DASH(double JD); - static double B(double JD); - static double B_DASH(double JD); - static double R(double JD); - static double R_DASH(double JD); + static double L(double JD) noexcept; + static double L_DASH(double JD) noexcept; + static double B(double JD) noexcept; + static double B_DASH(double JD) noexcept; + static double R(double JD) noexcept; + static double R_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87E_EAR.cpp b/Sources/AAPlus/include/AAVSOP87E_EAR.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87E_EAR.cpp rename to Sources/AAPlus/include/AAVSOP87E_EAR.cpp index 602f8f1..77590a8 --- a/Vendor/AA+/1.6.3/AAVSOP87E_EAR.cpp +++ b/Sources/AAPlus/include/AAVSOP87E_EAR.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87E_EAR.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87E_EAR.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87E_X0_EARTH[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87E_X0_EARTH +{ { { 0.99982624851, 1.75348568475, 6283.07584999140 }, { 0.00835254761, 1.71034539458, 12566.15169998280 }, { 0.00590518455, 0.00000000000, 0.00000000000 }, @@ -1231,10 +1237,10 @@ const VSOP87Coefficient g_VSOP87E_X0_EARTH[] = { 0.00000000040, 0.92098132614, 1059.33374607940 }, { 0.00000000050, 1.62788844152, 84334.41776382479 }, { 0.00000000040, 0.78396796338, 71980.63357473118 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X1_EARTH[] = -{ +constexpr array g_VSOP87E_X1_EARTH +{ { { 0.00122106982, 0.00000000000, 0.00000000000 }, { 0.00051500000, 6.00266267204, 12566.15169998280 }, { 0.00001290723, 5.95943124583, 18849.22754997420 }, @@ -1933,10 +1939,10 @@ const VSOP87Coefficient g_VSOP87E_X1_EARTH[] = { 0.00000000019, 4.29574440213, 84019.85928049390 }, { 0.00000000020, 2.85390720284, 9070.11887384880 }, { 0.00000000021, 1.17914689008, 344.70304530790 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X2_EARTH[] = -{ +constexpr array g_VSOP87E_X2_EARTH +{ { { 0.00004098432, 3.14159265359, 0.00000000000 }, { 0.00002175689, 4.39999849572, 12566.15169998280 }, { 0.00000995233, 0.20790847155, 6283.07584999140 }, @@ -2286,10 +2292,10 @@ const VSOP87Coefficient g_VSOP87E_X2_EARTH[] = { 0.00000000011, 0.39656469738, 25158.60171976540 }, { 0.00000000012, 2.66109784913, 148.07872442630 }, { 0.00000000009, 2.44042399381, 153.49535039770 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X3_EARTH[] = -{ +constexpr array g_VSOP87E_X3_EARTH +{ { { 0.00000173206, 3.14159265359, 0.00000000000 }, { 0.00000072337, 2.89303952476, 12566.15169998280 }, { 0.00000022035, 6.11822426048, 206.18554843720 }, @@ -2402,10 +2408,10 @@ const VSOP87Coefficient g_VSOP87E_X3_EARTH[] = { 0.00000000006, 3.39896707822, 2125.87740737920 }, { 0.00000000005, 2.18119549382, 145.63104387150 }, { 0.00000000007, 0.58812910406, 38.13303563780 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X4_EARTH[] = -{ +constexpr array g_VSOP87E_X4_EARTH +{ { { 0.00000003932, 0.00000000000, 0.00000000000 }, { 0.00000002272, 1.56364838180, 206.18554843720 }, { 0.00000002236, 3.28143366276, 220.41264243880 }, @@ -2473,10 +2479,10 @@ const VSOP87Coefficient g_VSOP87E_X4_EARTH[] = { 0.00000000002, 5.71553727369, 1169.58825140860 }, { 0.00000000003, 2.34507379864, 191.95845443560 }, { 0.00000000002, 3.94362184472, 1155.36115740700 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X5_EARTH[] = -{ +constexpr array g_VSOP87E_X5_EARTH +{ { { 0.00000000168, 3.28069809842, 206.18554843720 }, { 0.00000000167, 1.52399958265, 220.41264243880 }, { 0.00000000126, 0.07122523863, 522.57741809380 }, @@ -2506,10 +2512,10 @@ const VSOP87Coefficient g_VSOP87E_X5_EARTH[] = { 0.00000000002, 6.21263006019, 1045.15483618760 }, { 0.00000000001, 1.31653362066, 88.86568021700 }, { 0.00000000001, 5.40855784676, 405.25754987360 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y0_EARTH[] = -{ +constexpr array g_VSOP87E_Y0_EARTH +{ { { 0.99988907017, 0.18265890456, 6283.07584999140 }, { 0.02408829501, 3.14159265359, 0.00000000000 }, { 0.00835289774, 0.13952879005, 12566.15169998280 }, @@ -3722,10 +3728,10 @@ const VSOP87Coefficient g_VSOP87E_Y0_EARTH[] = { 0.00000000040, 5.63337030653, 1059.33374607940 }, { 0.00000000046, 3.45581538922, 12146.66705610760 }, { 0.00000000050, 0.05709243771, 84334.41776382479 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y1_EARTH[] = -{ +constexpr array g_VSOP87E_Y1_EARTH +{ { { 0.00093052441, 0.00000000000, 0.00000000000 }, { 0.00051506453, 4.43180499286, 12566.15169998280 }, { 0.00001290796, 4.38860548540, 18849.22754997420 }, @@ -4436,10 +4442,10 @@ const VSOP87Coefficient g_VSOP87E_Y1_EARTH[] = { 0.00000000020, 1.28313240949, 9070.11887384880 }, { 0.00000000021, 5.89651875201, 344.70304530790 }, { 0.00000000018, 0.41312927370, 479.28838891550 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y2_EARTH[] = -{ +constexpr array g_VSOP87E_Y2_EARTH +{ { { 0.00005024394, 0.00000000000, 0.00000000000 }, { 0.00002178009, 2.82957544235, 12566.15169998280 }, { 0.00001020487, 4.63746718598, 6283.07584999140 }, @@ -4785,10 +4791,10 @@ const VSOP87Coefficient g_VSOP87E_Y2_EARTH[] = { 0.00000000012, 1.08976567704, 148.07872442630 }, { 0.00000000009, 2.89659186256, 23581.25817731760 }, { 0.00000000009, 0.86970882362, 153.49535039770 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y3_EARTH[] = -{ +constexpr array g_VSOP87E_Y3_EARTH +{ { { 0.00000125477, 3.14159265359, 0.00000000000 }, { 0.00000072366, 1.32019314413, 12566.15169998280 }, { 0.00000022088, 4.54598360855, 206.18554843720 }, @@ -4900,10 +4906,10 @@ const VSOP87Coefficient g_VSOP87E_Y3_EARTH[] = { 0.00000000006, 1.82818120946, 2125.87740737920 }, { 0.00000000005, 0.60506372351, 145.63104387150 }, { 0.00000000007, 5.32328426995, 38.13303563780 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y4_EARTH[] = -{ +constexpr array g_VSOP87E_Y4_EARTH +{ { { 0.00000004122, 3.14159265359, 0.00000000000 }, { 0.00000002278, 6.27388903010, 206.18554843720 }, { 0.00000002245, 1.70782913671, 220.41264243880 }, @@ -4972,10 +4978,10 @@ const VSOP87Coefficient g_VSOP87E_Y4_EARTH[] = { 0.00000000002, 4.14482411178, 1169.58825140860 }, { 0.00000000003, 0.15041780827, 323.50541665740 }, { 0.00000000002, 2.35344419082, 1155.36115740700 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y5_EARTH[] = -{ +constexpr array g_VSOP87E_Y5_EARTH +{ { { 0.00000000168, 1.70751121627, 206.18554843720 }, { 0.00000000168, 6.23113008656, 220.41264243880 }, { 0.00000000126, 4.78360062168, 522.57741809380 }, @@ -5005,10 +5011,10 @@ const VSOP87Coefficient g_VSOP87E_Y5_EARTH[] = { 0.00000000002, 4.64180795349, 1045.15483618760 }, { 0.00000000001, 3.09946039705, 88.86568021700 }, { 0.00000000001, 0.32868254087, 7.11354700080 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z0_EARTH[] = -{ +constexpr array g_VSOP87E_Z0_EARTH +{ { { 0.00011810174, 0.46078312048, 213.29909543800 }, { 0.00011270511, 0.41685732455, 529.69096509460 }, { 0.00004802048, 4.58264723370, 38.13303563780 }, @@ -5284,10 +5290,10 @@ const VSOP87Coefficient g_VSOP87E_Z0_EARTH[] = { 0.00000000039, 3.63042667673, 213.34727954780 }, { 0.00000000038, 0.54320017724, 299.12639426920 }, { 0.00000000039, 5.79384191199, 380.12776796000 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z1_EARTH[] = -{ +constexpr array g_VSOP87E_Z1_EARTH +{ { { 0.00227821750, 3.41372504278, 6283.07584999140 }, { 0.00005562680, 0.00000000000, 0.00000000000 }, { 0.00001903177, 3.37061270964, 12566.15169998280 }, @@ -5474,10 +5480,10 @@ const VSOP87Coefficient g_VSOP87E_Z1_EARTH[] = { 0.00000000024, 0.09566124749, 277.03499374140 }, { 0.00000000019, 1.46315634551, 215.74677599280 }, { 0.00000000018, 6.15872883408, 942.06206196900 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z2_EARTH[] = -{ +constexpr array g_VSOP87E_Z2_EARTH +{ { { 0.00009721959, 5.15233725915, 6283.07584999140 }, { 0.00000351179, 3.14159265359, 0.00000000000 }, { 0.00000067136, 0.64403888586, 12566.15169998280 }, @@ -5574,10 +5580,10 @@ const VSOP87Coefficient g_VSOP87E_Z2_EARTH[] = { 0.00000000012, 3.07376705363, 1045.15483618760 }, { 0.00000000011, 0.01879438470, 309.27832265580 }, { 0.00000000010, 4.70919553736, 533.62311835770 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z3_EARTH[] = -{ +constexpr array g_VSOP87E_Z3_EARTH +{ { { 0.00000276077, 0.59413258730, 6283.07584999140 }, { 0.00000026789, 3.14159265359, 0.00000000000 }, { 0.00000001810, 0.11612262117, 12566.15169998280 }, @@ -5618,10 +5624,10 @@ const VSOP87Coefficient g_VSOP87E_Z3_EARTH[] = { 0.00000000008, 0.88032790118, 216.48048917570 }, { 0.00000000006, 6.21088176821, 38.13303563780 }, { 0.00000000007, 3.28974856542, 103.09277421860 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z4_EARTH[] = -{ +constexpr array g_VSOP87E_Z4_EARTH +{ { { 0.00000005751, 2.27069090892, 6283.07584999140 }, { 0.00000001315, 0.00000000000, 0.00000000000 }, { 0.00000000164, 4.10546661445, 206.18554843720 }, @@ -5644,10 +5650,10 @@ const VSOP87Coefficient g_VSOP87E_Z4_EARTH[] = { 0.00000000003, 0.96348403857, 7.11354700080 }, { 0.00000000003, 0.80949781331, 14.22709400160 }, { 0.00000000003, 3.63118822382, 1066.49547719000 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z5_EARTH[] = -{ +constexpr array g_VSOP87E_Z5_EARTH +{ { { 0.00000000114, 4.31169156923, 6283.07584999140 }, { 0.00000000039, 0.00000000000, 0.00000000000 }, { 0.00000000015, 5.75563126750, 206.18554843720 }, @@ -5656,68 +5662,67 @@ const VSOP87Coefficient g_VSOP87E_Z5_EARTH[] = { 0.00000000002, 3.96773929080, 522.57741809380 }, { 0.00000000002, 4.22112932205, 227.52618943960 }, { 0.00000000002, 6.02426931559, 199.07200143640 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87E_X_EARTH[] = -{ - { g_VSOP87E_X0_EARTH, sizeof(g_VSOP87E_X0_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X1_EARTH, sizeof(g_VSOP87E_X1_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X2_EARTH, sizeof(g_VSOP87E_X2_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X3_EARTH, sizeof(g_VSOP87E_X3_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X4_EARTH, sizeof(g_VSOP87E_X4_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X5_EARTH, sizeof(g_VSOP87E_X5_EARTH)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_X_EARTH +{ { + { g_VSOP87E_X0_EARTH.data(), g_VSOP87E_X0_EARTH.size() }, + { g_VSOP87E_X1_EARTH.data(), g_VSOP87E_X1_EARTH.size() }, + { g_VSOP87E_X2_EARTH.data(), g_VSOP87E_X2_EARTH.size() }, + { g_VSOP87E_X3_EARTH.data(), g_VSOP87E_X3_EARTH.size() }, + { g_VSOP87E_X4_EARTH.data(), g_VSOP87E_X4_EARTH.size() }, + { g_VSOP87E_X5_EARTH.data(), g_VSOP87E_X5_EARTH.size() } +} }; -const VSOP87Coefficient2 g_VSOP87E_Y_EARTH[] = -{ - { g_VSOP87E_Y0_EARTH, sizeof(g_VSOP87E_Y0_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y1_EARTH, sizeof(g_VSOP87E_Y1_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y2_EARTH, sizeof(g_VSOP87E_Y2_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y3_EARTH, sizeof(g_VSOP87E_Y3_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y4_EARTH, sizeof(g_VSOP87E_Y4_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y5_EARTH, sizeof(g_VSOP87E_Y5_EARTH)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_Y_EARTH +{ { + { g_VSOP87E_Y0_EARTH.data(), g_VSOP87E_Y0_EARTH.size() }, + { g_VSOP87E_Y1_EARTH.data(), g_VSOP87E_Y1_EARTH.size() }, + { g_VSOP87E_Y2_EARTH.data(), g_VSOP87E_Y2_EARTH.size() }, + { g_VSOP87E_Y3_EARTH.data(), g_VSOP87E_Y3_EARTH.size() }, + { g_VSOP87E_Y4_EARTH.data(), g_VSOP87E_Y4_EARTH.size() }, + { g_VSOP87E_Y5_EARTH.data(), g_VSOP87E_Y5_EARTH.size() } +} }; -const VSOP87Coefficient2 g_VSOP87E_Z_EARTH[] = -{ - { g_VSOP87E_Z0_EARTH, sizeof(g_VSOP87E_Z0_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z1_EARTH, sizeof(g_VSOP87E_Z1_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z2_EARTH, sizeof(g_VSOP87E_Z2_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z3_EARTH, sizeof(g_VSOP87E_Z3_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z4_EARTH, sizeof(g_VSOP87E_Z4_EARTH)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z5_EARTH, sizeof(g_VSOP87E_Z5_EARTH)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_Z_EARTH +{ { + { g_VSOP87E_Z0_EARTH.data(), g_VSOP87E_Z0_EARTH.size() }, + { g_VSOP87E_Z1_EARTH.data(), g_VSOP87E_Z1_EARTH.size() }, + { g_VSOP87E_Z2_EARTH.data(), g_VSOP87E_Z2_EARTH.size() }, + { g_VSOP87E_Z3_EARTH.data(), g_VSOP87E_Z3_EARTH.size() }, + { g_VSOP87E_Z4_EARTH.data(), g_VSOP87E_Z4_EARTH.size() }, + { g_VSOP87E_Z5_EARTH.data(), g_VSOP87E_Z5_EARTH.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87E_Earth::X(double JD) +double CAAVSOP87E_Earth::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_X_EARTH, sizeof(g_VSOP87E_X_EARTH)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_X_EARTH.data(), g_VSOP87E_X_EARTH.size(), false); } -double CAAVSOP87E_Earth::X_DASH(double JD) +double CAAVSOP87E_Earth::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_X_EARTH, sizeof(g_VSOP87E_X_EARTH)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_X_EARTH.data(), g_VSOP87E_X_EARTH.size()); } -double CAAVSOP87E_Earth::Y(double JD) +double CAAVSOP87E_Earth::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_Y_EARTH, sizeof(g_VSOP87E_Y_EARTH)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_Y_EARTH.data(), g_VSOP87E_Y_EARTH.size(), false); } -double CAAVSOP87E_Earth::Y_DASH(double JD) +double CAAVSOP87E_Earth::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_Y_EARTH, sizeof(g_VSOP87E_Y_EARTH)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_Y_EARTH.data(), g_VSOP87E_Y_EARTH.size()); } -double CAAVSOP87E_Earth::Z(double JD) +double CAAVSOP87E_Earth::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_Z_EARTH, sizeof(g_VSOP87E_Z_EARTH)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_Z_EARTH.data(), g_VSOP87E_Z_EARTH.size(), false); } -double CAAVSOP87E_Earth::Z_DASH(double JD) +double CAAVSOP87E_Earth::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_Z_EARTH, sizeof(g_VSOP87E_Z_EARTH)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_Z_EARTH.data(), g_VSOP87E_Z_EARTH.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87E_EAR.h b/Sources/AAPlus/include/AAVSOP87E_EAR.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87E_EAR.h rename to Sources/AAPlus/include/AAVSOP87E_EAR.h index 5d873ab..003a0cd --- a/Vendor/AA+/1.6.3/AAVSOP87E_EAR.h +++ b/Sources/AAPlus/include/AAVSOP87E_EAR.h @@ -2,9 +2,8 @@ Module : AAVSOP87E_EAR.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87E_Earth { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87E_JUP.cpp b/Sources/AAPlus/include/AAVSOP87E_JUP.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87E_JUP.cpp rename to Sources/AAPlus/include/AAVSOP87E_JUP.cpp index d2844bd..b7b5f2f --- a/Vendor/AA+/1.6.3/AAVSOP87E_JUP.cpp +++ b/Sources/AAPlus/include/AAVSOP87E_JUP.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87E_JUP.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87E_JUP.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87E_X0_JUPITER[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87E_X0_JUPITER +{ { { 5.19167797375, 0.59945079482, 529.69096509460 }, { 0.36633268070, 3.14159265359, 0.00000000000 }, { 0.12581924842, 0.94911581432, 1059.38193018920 }, @@ -1115,10 +1121,10 @@ const VSOP87Coefficient g_VSOP87E_X0_JUPITER[] = { 0.00000000451, 2.86326087284, 2527.20280398970 }, { 0.00000000461, 0.43280745403, 9580.50180689780 }, { 0.00000000373, 1.51273456935, 9264.10993724120 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X1_JUPITER[] = -{ +constexpr array g_VSOP87E_X1_JUPITER +{ { { 0.00883685325, 3.14159265359, 0.00000000000 }, { 0.00634691138, 0.10662162351, 1059.38193018920 }, { 0.00599147916, 2.42996832550, 522.57741809380 }, @@ -1618,10 +1624,10 @@ const VSOP87Coefficient g_VSOP87E_X1_JUPITER[] = { 0.00000000526, 1.28579140279, 3377.21779200400 }, { 0.00000000409, 2.96470929082, 1357.61455258110 }, { 0.00000000453, 4.96226113717, 4319.27985397300 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X2_JUPITER[] = -{ +constexpr array g_VSOP87E_X2_JUPITER +{ { { 0.00123746423, 4.13563340107, 522.57741809380 }, { 0.00121405454, 0.21155087534, 536.80451209540 }, { 0.00085400287, 0.00000000000, 0.00000000000 }, @@ -1880,10 +1886,10 @@ const VSOP87Coefficient g_VSOP87E_X2_JUPITER[] = { 0.00000000431, 2.42209558244, 849.26422848890 }, { 0.00000000453, 2.50871933627, 4010.00153131720 }, { 0.00000000412, 1.48533922130, 2758.66114669240 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X3_JUPITER[] = -{ +constexpr array g_VSOP87E_X3_JUPITER +{ { { 0.00017055031, 5.86133054086, 522.57741809380 }, { 0.00016697614, 4.77458774773, 536.80451209540 }, { 0.00003350618, 0.00000000000, 0.00000000000 }, @@ -2024,10 +2030,10 @@ const VSOP87Coefficient g_VSOP87E_X3_JUPITER[] = { 0.00000000415, 1.22669638769, 558.14515309780 }, { 0.00000000412, 0.92939189489, 1884.12412393800 }, { 0.00000000465, 5.90431132183, 2943.50605412720 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X4_JUPITER[] = -{ +constexpr array g_VSOP87E_X4_JUPITER +{ { { 0.00001760720, 1.32863064568, 522.57741809380 }, { 0.00001716208, 3.03331509801, 536.80451209540 }, { 0.00000303771, 1.43144429266, 515.46387109300 }, @@ -2087,10 +2093,10 @@ const VSOP87Coefficient g_VSOP87E_X4_JUPITER[] = { 0.00000000557, 2.29508710588, 1485.98012106520 }, { 0.00000000451, 0.61566349461, 1471.75302706360 }, { 0.00000000396, 3.90384143043, 1603.29998928540 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X5_JUPITER[] = -{ +constexpr array g_VSOP87E_X5_JUPITER +{ { { 0.00000131346, 3.21284931869, 522.57741809380 }, { 0.00000126628, 1.16307002134, 536.80451209540 }, { 0.00000048324, 3.19657723128, 515.46387109300 }, @@ -2102,10 +2108,10 @@ const VSOP87Coefficient g_VSOP87E_X5_JUPITER[] = { 0.00000000886, 3.25499265714, 508.35032409220 }, { 0.00000000886, 4.22728564482, 551.03160609700 }, { 0.00000000467, 2.94921347849, 1596.18644228460 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y0_JUPITER[] = -{ +constexpr array g_VSOP87E_Y0_JUPITER +{ { { 5.19024510371, 5.31203160043, 529.69096509460 }, { 0.12580850775, 5.66160225641, 1059.38193018920 }, { 0.09329801081, 3.14159265359, 0.00000000000 }, @@ -3170,10 +3176,10 @@ const VSOP87Coefficient g_VSOP87E_Y0_JUPITER[] = { 0.00000000402, 1.57660654845, 177.87437278590 }, { 0.00000000467, 4.62700522628, 2654.67460059650 }, { 0.00000000397, 3.56270803011, 5371.54823716140 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y1_JUPITER[] = -{ +constexpr array g_VSOP87E_Y1_JUPITER +{ { { 0.01694792137, 3.14159265359, 0.00000000000 }, { 0.00634254247, 4.81903195356, 1059.38193018920 }, { 0.00600587150, 0.85811137383, 522.57741809380 }, @@ -3684,10 +3690,10 @@ const VSOP87Coefficient g_VSOP87E_Y1_JUPITER[] = { 0.00000000376, 0.48003200118, 614.62449204850 }, { 0.00000000514, 3.78168900426, 4752.99159184980 }, { 0.00000000369, 3.52888759515, 4120.20785253660 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y2_JUPITER[] = -{ +constexpr array g_VSOP87E_Y2_JUPITER +{ { { 0.00123914193, 2.56495551373, 522.57741809380 }, { 0.00121340211, 4.92398747363, 536.80451209540 }, { 0.00076450198, 3.75913373191, 529.69096509460 }, @@ -3950,10 +3956,10 @@ const VSOP87Coefficient g_VSOP87E_Y2_JUPITER[] = { 0.00000000402, 5.96207457174, 2730.20695868920 }, { 0.00000000402, 2.01243830321, 2531.13495725280 }, { 0.00000000412, 6.19801347868, 2758.66114669240 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y3_JUPITER[] = -{ +constexpr array g_VSOP87E_Y3_JUPITER +{ { { 0.00017069216, 4.29096907367, 522.57741809380 }, { 0.00016685430, 3.20365723177, 536.80451209540 }, { 0.00004008677, 0.00000000000, 0.00000000000 }, @@ -4090,10 +4096,10 @@ const VSOP87Coefficient g_VSOP87E_Y3_JUPITER[] = { 0.00000000523, 2.55250481076, 1802.37199072180 }, { 0.00000000415, 4.68478558747, 501.23677709140 }, { 0.00000000415, 5.93908536808, 558.14515309780 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y4_JUPITER[] = -{ +constexpr array g_VSOP87E_Y4_JUPITER +{ { { 0.00001760963, 6.04159397216, 522.57741809380 }, { 0.00001714409, 1.46206285710, 536.80451209540 }, { 0.00000304745, 6.14052526925, 515.46387109300 }, @@ -4155,10 +4161,10 @@ const VSOP87Coefficient g_VSOP87E_Y4_JUPITER[] = { 0.00000000498, 1.06608244072, 1361.54670584420 }, { 0.00000000468, 5.07209650650, 21.34064100240 }, { 0.00000000396, 2.33304510363, 1603.29998928540 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y5_JUPITER[] = -{ +constexpr array g_VSOP87E_Y5_JUPITER +{ { { 0.00000131345, 1.64205558615, 522.57741809380 }, { 0.00000126513, 5.87372673584, 536.80451209540 }, { 0.00000048269, 1.62788936723, 515.46387109300 }, @@ -4170,10 +4176,10 @@ const VSOP87Coefficient g_VSOP87E_Y5_JUPITER[] = { 0.00000000886, 1.68419633034, 508.35032409220 }, { 0.00000000886, 2.65648931803, 551.03160609700 }, { 0.00000000467, 1.37841715169, 1596.18644228460 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z0_JUPITER[] = -{ +constexpr array g_VSOP87E_Z0_JUPITER +{ { { 0.11811822789, 3.55844641987, 529.69096509460 }, { 0.00857879296, 0.00000000000, 0.00000000000 }, { 0.00286288759, 3.90812239092, 1059.38193018920 }, @@ -4403,10 +4409,10 @@ const VSOP87Coefficient g_VSOP87E_Z0_JUPITER[] = { 0.00000000687, 2.88181717922, 71.81265315070 }, { 0.00000000459, 3.95268976842, 77.75054398390 }, { 0.00000000385, 0.88914902748, 151.04766984290 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z1_JUPITER[] = -{ +constexpr array g_VSOP87E_Z1_JUPITER +{ { { 0.00406683941, 1.52699356726, 529.69096509460 }, { 0.00020287968, 2.59878263946, 1059.38193018920 }, { 0.00014411207, 4.85400100506, 536.80451209540 }, @@ -4517,10 +4523,10 @@ const VSOP87Coefficient g_VSOP87E_Z1_JUPITER[] = { 0.00000000533, 2.34579176940, 76.26607127560 }, { 0.00000000509, 5.03126544101, 10213.28554621100 }, { 0.00000000403, 1.25691345472, 36.64856292950 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z2_JUPITER[] = -{ +constexpr array g_VSOP87E_Z2_JUPITER +{ { { 0.00028608011, 3.01374191263, 529.69096509460 }, { 0.00003111783, 3.13228615794, 536.80451209540 }, { 0.00002377492, 0.95574455230, 522.57741809380 }, @@ -4587,10 +4593,10 @@ const VSOP87Coefficient g_VSOP87E_Z2_JUPITER[] = { 0.00000000831, 1.37955361260, 1258.45393162560 }, { 0.00000000769, 2.37777541795, 1485.98012106520 }, { 0.00000000641, 4.89317483950, 74.78159856730 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z3_JUPITER[] = -{ +constexpr array g_VSOP87E_Z3_JUPITER +{ { { 0.00000963435, 4.79228412032, 529.69096509460 }, { 0.00000442821, 1.39969952998, 536.80451209540 }, { 0.00000295319, 2.81281406373, 522.57741809380 }, @@ -4621,10 +4627,10 @@ const VSOP87Coefficient g_VSOP87E_Z3_JUPITER[] = { 0.00000000922, 0.27894425979, 942.06206196900 }, { 0.00000000797, 1.55035889004, 625.67019231240 }, { 0.00000000716, 1.50799790954, 220.41264243880 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z4_JUPITER[] = -{ +constexpr array g_VSOP87E_Z4_JUPITER +{ { { 0.00000046366, 5.93695398581, 536.80451209540 }, { 0.00000027761, 4.80287441467, 522.57741809380 }, { 0.00000005858, 4.53622024534, 515.46387109300 }, @@ -4635,75 +4641,74 @@ const VSOP87Coefficient g_VSOP87E_Z4_JUPITER[] = { 0.00000001549, 4.58690059715, 1059.38193018920 }, { 0.00000001490, 4.51390841743, 1052.26838318840 }, { 0.00000001130, 1.32994670268, 14.22709400160 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z5_JUPITER[] = -{ +constexpr array g_VSOP87E_Z5_JUPITER +{ { { 0.00000003446, 4.10413626462, 536.80451209540 }, { 0.00000002243, 0.82614663721, 522.57741809380 }, { 0.00000001081, 0.05498457769, 515.46387109300 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87E_X_JUPITER[] = -{ - { g_VSOP87E_X0_JUPITER, sizeof(g_VSOP87E_X0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X1_JUPITER, sizeof(g_VSOP87E_X1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X2_JUPITER, sizeof(g_VSOP87E_X2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X3_JUPITER, sizeof(g_VSOP87E_X3_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X4_JUPITER, sizeof(g_VSOP87E_X4_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X5_JUPITER, sizeof(g_VSOP87E_X5_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_X_JUPITER +{ { + { g_VSOP87E_X0_JUPITER.data(), g_VSOP87E_X0_JUPITER.size() }, + { g_VSOP87E_X1_JUPITER.data(), g_VSOP87E_X1_JUPITER.size() }, + { g_VSOP87E_X2_JUPITER.data(), g_VSOP87E_X2_JUPITER.size() }, + { g_VSOP87E_X3_JUPITER.data(), g_VSOP87E_X3_JUPITER.size() }, + { g_VSOP87E_X4_JUPITER.data(), g_VSOP87E_X4_JUPITER.size() }, + { g_VSOP87E_X5_JUPITER.data(), g_VSOP87E_X5_JUPITER.size() } +} }; -const VSOP87Coefficient2 g_VSOP87E_Y_JUPITER[] = -{ - { g_VSOP87E_Y0_JUPITER, sizeof(g_VSOP87E_Y0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y1_JUPITER, sizeof(g_VSOP87E_Y1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y2_JUPITER, sizeof(g_VSOP87E_Y2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y3_JUPITER, sizeof(g_VSOP87E_Y3_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y4_JUPITER, sizeof(g_VSOP87E_Y4_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y5_JUPITER, sizeof(g_VSOP87E_Y5_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_Y_JUPITER +{ { + { g_VSOP87E_Y0_JUPITER.data(), g_VSOP87E_Y0_JUPITER.size() }, + { g_VSOP87E_Y1_JUPITER.data(), g_VSOP87E_Y1_JUPITER.size() }, + { g_VSOP87E_Y2_JUPITER.data(), g_VSOP87E_Y2_JUPITER.size() }, + { g_VSOP87E_Y3_JUPITER.data(), g_VSOP87E_Y3_JUPITER.size() }, + { g_VSOP87E_Y4_JUPITER.data(), g_VSOP87E_Y4_JUPITER.size() }, + { g_VSOP87E_Y5_JUPITER.data(), g_VSOP87E_Y5_JUPITER.size() } +} }; -const VSOP87Coefficient2 g_VSOP87E_Z_JUPITER[] = -{ - { g_VSOP87E_Z0_JUPITER, sizeof(g_VSOP87E_Z0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z1_JUPITER, sizeof(g_VSOP87E_Z1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z2_JUPITER, sizeof(g_VSOP87E_Z2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z3_JUPITER, sizeof(g_VSOP87E_Z3_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z4_JUPITER, sizeof(g_VSOP87E_Z4_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z5_JUPITER, sizeof(g_VSOP87E_Z5_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_Z_JUPITER +{ { + { g_VSOP87E_Z0_JUPITER.data(), g_VSOP87E_Z0_JUPITER.size() }, + { g_VSOP87E_Z1_JUPITER.data(), g_VSOP87E_Z1_JUPITER.size() }, + { g_VSOP87E_Z2_JUPITER.data(), g_VSOP87E_Z2_JUPITER.size() }, + { g_VSOP87E_Z3_JUPITER.data(), g_VSOP87E_Z3_JUPITER.size() }, + { g_VSOP87E_Z4_JUPITER.data(), g_VSOP87E_Z4_JUPITER.size() }, + { g_VSOP87E_Z5_JUPITER.data(), g_VSOP87E_Z5_JUPITER.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87E_Jupiter::X(double JD) +double CAAVSOP87E_Jupiter::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_X_JUPITER, sizeof(g_VSOP87E_X_JUPITER)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_X_JUPITER.data(), g_VSOP87E_X_JUPITER.size(), false); } -double CAAVSOP87E_Jupiter::X_DASH(double JD) +double CAAVSOP87E_Jupiter::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_X_JUPITER, sizeof(g_VSOP87E_X_JUPITER)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_X_JUPITER.data(), g_VSOP87E_X_JUPITER.size()); } -double CAAVSOP87E_Jupiter::Y(double JD) +double CAAVSOP87E_Jupiter::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_Y_JUPITER, sizeof(g_VSOP87E_Y_JUPITER)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_Y_JUPITER.data(), g_VSOP87E_Y_JUPITER.size(), false); } -double CAAVSOP87E_Jupiter::Y_DASH(double JD) +double CAAVSOP87E_Jupiter::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_Y_JUPITER, sizeof(g_VSOP87E_Y_JUPITER)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_Y_JUPITER.data(), g_VSOP87E_Y_JUPITER.size()); } -double CAAVSOP87E_Jupiter::Z(double JD) +double CAAVSOP87E_Jupiter::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_Z_JUPITER, sizeof(g_VSOP87E_Z_JUPITER)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_Z_JUPITER.data(), g_VSOP87E_Z_JUPITER.size(), false); } -double CAAVSOP87E_Jupiter::Z_DASH(double JD) +double CAAVSOP87E_Jupiter::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_Z_JUPITER, sizeof(g_VSOP87E_Z_JUPITER)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_Z_JUPITER.data(), g_VSOP87E_Z_JUPITER.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87E_JUP.h b/Sources/AAPlus/include/AAVSOP87E_JUP.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87E_JUP.h rename to Sources/AAPlus/include/AAVSOP87E_JUP.h index 71c2eb3..f223593 --- a/Vendor/AA+/1.6.3/AAVSOP87E_JUP.h +++ b/Sources/AAPlus/include/AAVSOP87E_JUP.h @@ -2,9 +2,8 @@ Module : AAVSOP87E_JUP.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87E_Jupiter { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87E_MAR.h b/Sources/AAPlus/include/AAVSOP87E_MAR.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87E_MAR.h rename to Sources/AAPlus/include/AAVSOP87E_MAR.h index 3606766..3b700e3 --- a/Vendor/AA+/1.6.3/AAVSOP87E_MAR.h +++ b/Sources/AAPlus/include/AAVSOP87E_MAR.h @@ -2,9 +2,8 @@ Module : AAVSOP87E_MAR.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87E_Mars { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87E_MER.h b/Sources/AAPlus/include/AAVSOP87E_MER.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87E_MER.h rename to Sources/AAPlus/include/AAVSOP87E_MER.h index 9f5102e..4f5cb7a --- a/Vendor/AA+/1.6.3/AAVSOP87E_MER.h +++ b/Sources/AAPlus/include/AAVSOP87E_MER.h @@ -2,9 +2,8 @@ Module : AAVSOP87E_MER.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87E_Mercury { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87E_NEP.h b/Sources/AAPlus/include/AAVSOP87E_NEP.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87E_NEP.h rename to Sources/AAPlus/include/AAVSOP87E_NEP.h index 2b85343..1288c75 --- a/Vendor/AA+/1.6.3/AAVSOP87E_NEP.h +++ b/Sources/AAPlus/include/AAVSOP87E_NEP.h @@ -2,9 +2,8 @@ Module : AAVSOP87E_NEP.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87E_Neptune { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87E_SAT.h b/Sources/AAPlus/include/AAVSOP87E_SAT.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87E_SAT.h rename to Sources/AAPlus/include/AAVSOP87E_SAT.h index ce19d61..2705254 --- a/Vendor/AA+/1.6.3/AAVSOP87E_SAT.h +++ b/Sources/AAPlus/include/AAVSOP87E_SAT.h @@ -2,9 +2,8 @@ Module : AAVSOP87E_SAT.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87E_Saturn { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87E_SUN.cpp b/Sources/AAPlus/include/AAVSOP87E_SUN.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87E_SUN.cpp rename to Sources/AAPlus/include/AAVSOP87E_SUN.cpp index ef21b9e..32d762e --- a/Vendor/AA+/1.6.3/AAVSOP87E_SUN.cpp +++ b/Sources/AAPlus/include/AAVSOP87E_SUN.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87E_SUN.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87E_SUN.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87E_X0_SUN[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87E_X0_SUN +{ { { 0.00495672739, 3.74107356792, 529.69096509460 }, { 0.00271802376, 4.01601149775, 213.29909543800 }, { 0.00155435675, 2.17052050061, 38.13303563780 }, @@ -1325,10 +1331,10 @@ const VSOP87Coefficient g_VSOP87E_X0_SUN[] = { 0.00000000002, 5.54653763357, 451.72797278960 }, { 0.00000000002, 3.78961228004, 1696.09782276550 }, { 0.00000000002, 6.21479839139, 0.80314915210 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X1_SUN[] = -{ +constexpr array g_VSOP87E_X1_SUN +{ { { 0.00001296073, 3.14159265359, 0.00000000000 }, { 0.00000897419, 1.12892005450, 426.59819087600 }, { 0.00000776911, 2.70600396412, 206.18554843720 }, @@ -2145,10 +2151,10 @@ const VSOP87Coefficient g_VSOP87E_X1_SUN[] = { 0.00000000001, 0.08916826567, 151.26011816400 }, { 0.00000000001, 6.25410462651, 35.42472265210 }, { 0.00000000001, 1.92755185731, 1059.90319505100 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X2_SUN[] = -{ +constexpr array g_VSOP87E_X2_SUN +{ { { 0.00000160293, 4.40406062613, 206.18554843720 }, { 0.00000155633, 0.48183983171, 220.41264243880 }, { 0.00000118222, 0.99338493688, 522.57741809380 }, @@ -2610,10 +2616,10 @@ const VSOP87Coefficient g_VSOP87E_X2_SUN[] = { 0.00000000000, 1.30108106654, 2303.60876781320 }, { 0.00000000000, 3.20962690742, 140.00196957900 }, { 0.00000000000, 1.66839826038, 3259.89792378380 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X3_SUN[] = -{ +constexpr array g_VSOP87E_X3_SUN +{ { { 0.00000022035, 6.11822426048, 206.18554843720 }, { 0.00000021482, 5.03368299703, 220.41264243880 }, { 0.00000016291, 2.71940457791, 522.57741809380 }, @@ -2820,10 +2826,10 @@ const VSOP87Coefficient g_VSOP87E_X3_SUN[] = { 0.00000000001, 2.47098918303, 927.83496796740 }, { 0.00000000000, 6.18121716090, 235.39049596580 }, { 0.00000000000, 0.45100914365, 1354.43315884340 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X4_SUN[] = -{ +constexpr array g_VSOP87E_X4_SUN +{ { { 0.00000002272, 1.56364838180, 206.18554843720 }, { 0.00000002236, 3.28143366276, 220.41264243880 }, { 0.00000001682, 4.46996330708, 522.57741809380 }, @@ -2908,10 +2914,10 @@ const VSOP87Coefficient g_VSOP87E_X4_SUN[] = { 0.00000000001, 2.93998663691, 241.75328344120 }, { 0.00000000000, 1.39622585652, 611.44309831080 }, { 0.00000000000, 3.75725614820, 1471.75302706360 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X5_SUN[] = -{ +constexpr array g_VSOP87E_X5_SUN +{ { { 0.00000000168, 3.28069809842, 206.18554843720 }, { 0.00000000167, 1.52399958265, 220.41264243880 }, { 0.00000000126, 0.07122523863, 522.57741809380 }, @@ -2946,10 +2952,10 @@ const VSOP87Coefficient g_VSOP87E_X5_SUN[] = { 0.00000000001, 2.74702261476, 110.20632121940 }, { 0.00000000001, 4.89128041335, 860.30992875280 }, { 0.00000000001, 0.44519622714, 447.93883187840 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y0_SUN[] = -{ +constexpr array g_VSOP87E_Y0_SUN +{ { { 0.00495536218, 2.17046712634, 529.69096509460 }, { 0.00272185821, 2.44443364925, 213.29909543800 }, { 0.00155444313, 0.59927010840, 38.13303563780 }, @@ -4241,10 +4247,10 @@ const VSOP87Coefficient g_VSOP87E_Y0_SUN[] = { 0.00000000001, 2.59207478919, 1.37259812370 }, { 0.00000000002, 1.64284544569, 132.88842257820 }, { 0.00000000002, 1.50487653073, 0.80314915210 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y1_SUN[] = -{ +constexpr array g_VSOP87E_Y1_SUN +{ { { 0.00000898747, 5.84062157690, 426.59819087600 }, { 0.00000781392, 1.12962797123, 206.18554843720 }, { 0.00000754898, 0.61969438775, 220.41264243880 }, @@ -5059,10 +5065,10 @@ const VSOP87Coefficient g_VSOP87E_Y1_SUN[] = { 0.00000000001, 5.20115319331, 88.11492069160 }, { 0.00000000001, 1.11136134324, 319.31263096340 }, { 0.00000000001, 0.35675553051, 1059.90319505100 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y2_SUN[] = -{ +constexpr array g_VSOP87E_Y2_SUN +{ { { 0.00000160849, 2.83104666823, 206.18554843720 }, { 0.00000155973, 5.19309730583, 220.41264243880 }, { 0.00000118316, 5.70681506981, 522.57741809380 }, @@ -5533,10 +5539,10 @@ const VSOP87Coefficient g_VSOP87E_Y2_SUN[] = { 0.00000000001, 4.52546489976, 173.94221952280 }, { 0.00000000000, 4.45232107208, 51.20572533120 }, { 0.00000000000, 4.30824410406, 3252.78437678300 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y3_SUN[] = -{ +constexpr array g_VSOP87E_Y3_SUN +{ { { 0.00000022088, 4.54598360855, 206.18554843720 }, { 0.00000021546, 3.46116671016, 220.41264243880 }, { 0.00000016300, 1.14934178921, 522.57741809380 }, @@ -5743,10 +5749,10 @@ const VSOP87Coefficient g_VSOP87E_Y3_SUN[] = { 0.00000000000, 1.63826756079, 2214.74308759620 }, { 0.00000000000, 6.22055375222, 2015.67108615980 }, { 0.00000000001, 1.63051943172, 2310.72231481400 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y4_SUN[] = -{ +constexpr array g_VSOP87E_Y4_SUN +{ { { 0.00000002278, 6.27388903010, 206.18554843720 }, { 0.00000002245, 1.70782913671, 220.41264243880 }, { 0.00000001682, 2.89988955370, 522.57741809380 }, @@ -5834,10 +5840,10 @@ const VSOP87Coefficient g_VSOP87E_Y4_SUN[] = { 0.00000000000, 2.96705876683, 611.44309831080 }, { 0.00000000001, 0.96127473040, 1361.54670584420 }, { 0.00000000000, 2.18676531283, 1471.75302706360 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y5_SUN[] = -{ +constexpr array g_VSOP87E_Y5_SUN +{ { { 0.00000000168, 1.70751121627, 206.18554843720 }, { 0.00000000168, 6.23113008656, 220.41264243880 }, { 0.00000000126, 4.78360062168, 522.57741809380 }, @@ -5872,10 +5878,10 @@ const VSOP87Coefficient g_VSOP87E_Y5_SUN[] = { 0.00000000001, 3.32048408656, 860.30992875280 }, { 0.00000000001, 5.15758520752, 447.93883187840 }, { 0.00000000000, 3.53521969532, 302.16477565500 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z0_SUN[] = -{ +constexpr array g_VSOP87E_Z0_SUN +{ { { 0.00011810648, 0.46078690233, 213.29909543800 }, { 0.00011277700, 0.41689943638, 529.69096509460 }, { 0.00004802048, 4.58264723370, 38.13303563780 }, @@ -6252,10 +6258,10 @@ const VSOP87Coefficient g_VSOP87E_Z0_SUN[] = { 0.00000000002, 1.38730096276, 80.71948940050 }, { 0.00000000002, 1.53818574837, 621.73803904930 }, { 0.00000000002, 2.29718443877, 636.71589257630 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z1_SUN[] = -{ +constexpr array g_VSOP87E_Z1_SUN +{ { { 0.00000544343, 1.80383716985, 213.29909543800 }, { 0.00000388234, 4.66855221170, 529.69096509460 }, { 0.00000133398, 0.00000000000, 0.00000000000 }, @@ -6499,10 +6505,10 @@ const VSOP87Coefficient g_VSOP87E_Z1_SUN[] = { 0.00000000001, 2.80095524257, 532.61172640140 }, { 0.00000000001, 0.46243786333, 703.63318461740 }, { 0.00000000001, 1.45358374772, 146.59425171800 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z2_SUN[] = -{ +constexpr array g_VSOP87E_Z2_SUN +{ { { 0.00000037478, 3.23028568613, 213.29909543800 }, { 0.00000027315, 6.15507992196, 529.69096509460 }, { 0.00000008616, 0.77209239310, 206.18554843720 }, @@ -6626,10 +6632,10 @@ const VSOP87Coefficient g_VSOP87E_Z2_SUN[] = { 0.00000000001, 0.00721267106, 408.43894361130 }, { 0.00000000000, 1.08851543423, 41.10198105440 }, { 0.00000000001, 3.22453393143, 831.85574074960 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z3_SUN[] = -{ +constexpr array g_VSOP87E_Z3_SUN +{ { { 0.00000001302, 4.84806136860, 213.29909543800 }, { 0.00000001364, 2.43564490971, 206.18554843720 }, { 0.00000000920, 1.65069146673, 529.69096509460 }, @@ -6691,10 +6697,10 @@ const VSOP87Coefficient g_VSOP87E_Z3_SUN[] = { 0.00000000001, 1.73488850781, 10213.28554621100 }, { 0.00000000001, 3.84782364103, 203.00415469950 }, { 0.00000000000, 1.56743396293, 224.34479570190 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z4_SUN[] = -{ +constexpr array g_VSOP87E_Z4_SUN +{ { { 0.00000000164, 4.10546661445, 206.18554843720 }, { 0.00000000072, 6.04348211714, 220.41264243880 }, { 0.00000000070, 6.10651561968, 213.29909543800 }, @@ -6721,10 +6727,10 @@ const VSOP87Coefficient g_VSOP87E_Z4_SUN[] = { 0.00000000001, 1.63696733565, 117.31986822020 }, { 0.00000000001, 3.60628665626, 853.19638175200 }, { 0.00000000000, 2.65796643505, 110.20632121940 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z5_SUN[] = -{ +constexpr array g_VSOP87E_Z5_SUN +{ { { 0.00000000015, 5.75563126750, 206.18554843720 }, { 0.00000000005, 4.29978807671, 220.41264243880 }, { 0.00000000003, 0.96254361103, 536.80451209540 }, @@ -6734,68 +6740,67 @@ const VSOP87Coefficient g_VSOP87E_Z5_SUN[] = { 0.00000000002, 6.02426931559, 199.07200143640 }, { 0.00000000001, 3.19657723128, 515.46387109300 }, { 0.00000000001, 3.25850463040, 433.71173787680 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87E_X_SUN[] = -{ - { g_VSOP87E_X0_SUN, sizeof(g_VSOP87E_X0_SUN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X1_SUN, sizeof(g_VSOP87E_X1_SUN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X2_SUN, sizeof(g_VSOP87E_X2_SUN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X3_SUN, sizeof(g_VSOP87E_X3_SUN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X4_SUN, sizeof(g_VSOP87E_X4_SUN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X5_SUN, sizeof(g_VSOP87E_X5_SUN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_X_SUN +{ { + { g_VSOP87E_X0_SUN.data(), g_VSOP87E_X0_SUN.size() }, + { g_VSOP87E_X1_SUN.data(), g_VSOP87E_X1_SUN.size() }, + { g_VSOP87E_X2_SUN.data(), g_VSOP87E_X2_SUN.size() }, + { g_VSOP87E_X3_SUN.data(), g_VSOP87E_X3_SUN.size() }, + { g_VSOP87E_X4_SUN.data(), g_VSOP87E_X4_SUN.size() }, + { g_VSOP87E_X5_SUN.data(), g_VSOP87E_X5_SUN.size() } +} }; -const VSOP87Coefficient2 g_VSOP87E_Y_SUN[] = -{ - { g_VSOP87E_Y0_SUN, sizeof(g_VSOP87E_Y0_SUN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y1_SUN, sizeof(g_VSOP87E_Y1_SUN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y2_SUN, sizeof(g_VSOP87E_Y2_SUN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y3_SUN, sizeof(g_VSOP87E_Y3_SUN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y4_SUN, sizeof(g_VSOP87E_Y4_SUN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y5_SUN, sizeof(g_VSOP87E_Y5_SUN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_Y_SUN +{ { + { g_VSOP87E_Y0_SUN.data(), g_VSOP87E_Y0_SUN.size() }, + { g_VSOP87E_Y1_SUN.data(), g_VSOP87E_Y1_SUN.size() }, + { g_VSOP87E_Y2_SUN.data(), g_VSOP87E_Y2_SUN.size() }, + { g_VSOP87E_Y3_SUN.data(), g_VSOP87E_Y3_SUN.size() }, + { g_VSOP87E_Y4_SUN.data(), g_VSOP87E_Y4_SUN.size() }, + { g_VSOP87E_Y5_SUN.data(), g_VSOP87E_Y5_SUN.size() } +} }; -const VSOP87Coefficient2 g_VSOP87E_Z_SUN[] = -{ - { g_VSOP87E_Z0_SUN, sizeof(g_VSOP87E_Z0_SUN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z1_SUN, sizeof(g_VSOP87E_Z1_SUN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z2_SUN, sizeof(g_VSOP87E_Z2_SUN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z3_SUN, sizeof(g_VSOP87E_Z3_SUN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z4_SUN, sizeof(g_VSOP87E_Z4_SUN)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z5_SUN, sizeof(g_VSOP87E_Z5_SUN)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_Z_SUN +{ { + { g_VSOP87E_Z0_SUN.data(), g_VSOP87E_Z0_SUN.size() }, + { g_VSOP87E_Z1_SUN.data(), g_VSOP87E_Z1_SUN.size() }, + { g_VSOP87E_Z2_SUN.data(), g_VSOP87E_Z2_SUN.size() }, + { g_VSOP87E_Z3_SUN.data(), g_VSOP87E_Z3_SUN.size() }, + { g_VSOP87E_Z4_SUN.data(), g_VSOP87E_Z4_SUN.size() }, + { g_VSOP87E_Z5_SUN.data(), g_VSOP87E_Z5_SUN.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87E_Sun::X(double JD) +double CAAVSOP87E_Sun::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_X_SUN, sizeof(g_VSOP87E_X_SUN)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_X_SUN.data(), g_VSOP87E_X_SUN.size(), false); } -double CAAVSOP87E_Sun::X_DASH(double JD) +double CAAVSOP87E_Sun::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_X_SUN, sizeof(g_VSOP87E_X_SUN)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_X_SUN.data(), g_VSOP87E_X_SUN.size()); } -double CAAVSOP87E_Sun::Y(double JD) +double CAAVSOP87E_Sun::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_Y_SUN, sizeof(g_VSOP87E_Y_SUN)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_Y_SUN.data(), g_VSOP87E_Y_SUN.size(), false); } -double CAAVSOP87E_Sun::Y_DASH(double JD) +double CAAVSOP87E_Sun::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_Y_SUN, sizeof(g_VSOP87E_Y_SUN)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_Y_SUN.data(), g_VSOP87E_Y_SUN.size()); } -double CAAVSOP87E_Sun::Z(double JD) +double CAAVSOP87E_Sun::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_Z_SUN, sizeof(g_VSOP87E_Z_SUN)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_Z_SUN.data(), g_VSOP87E_Z_SUN.size(), false); } -double CAAVSOP87E_Sun::Z_DASH(double JD) +double CAAVSOP87E_Sun::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_Z_SUN, sizeof(g_VSOP87E_Z_SUN)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_Z_SUN.data(), g_VSOP87E_Z_SUN.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87E_SUN.h b/Sources/AAPlus/include/AAVSOP87E_SUN.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87E_SUN.h rename to Sources/AAPlus/include/AAVSOP87E_SUN.h index 7667bda..920a8bf --- a/Vendor/AA+/1.6.3/AAVSOP87E_SUN.h +++ b/Sources/AAPlus/include/AAVSOP87E_SUN.h @@ -2,9 +2,8 @@ Module : AAVSOP87E_SUN.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87E_Sun { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87E_URA.h b/Sources/AAPlus/include/AAVSOP87E_URA.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87E_URA.h rename to Sources/AAPlus/include/AAVSOP87E_URA.h index 25e97ff..a4d97cd --- a/Vendor/AA+/1.6.3/AAVSOP87E_URA.h +++ b/Sources/AAPlus/include/AAVSOP87E_URA.h @@ -2,9 +2,8 @@ Module : AAVSOP87E_URA.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87E_Uranus { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87E_VEN.cpp b/Sources/AAPlus/include/AAVSOP87E_VEN.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87E_VEN.cpp rename to Sources/AAPlus/include/AAVSOP87E_VEN.cpp index 872cf9f..33bf060 --- a/Vendor/AA+/1.6.3/AAVSOP87E_VEN.cpp +++ b/Sources/AAPlus/include/AAVSOP87E_VEN.cpp @@ -3,8 +3,9 @@ Module : AAVSOP87E_VEN.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +26,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87E_VEN.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87E_X0_VENUS[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87E_X0_VENUS +{ { { 0.72211104628, 3.17575836361, 10213.28554621100 }, { 0.00515822267, 0.00000000000, 0.00000000000 }, { 0.00494908458, 3.74108234732, 529.69096509460 }, @@ -988,10 +994,10 @@ const VSOP87Coefficient g_VSOP87E_X0_VENUS[] = { 0.00000000030, 4.55790675044, 247.23934538180 }, { 0.00000000028, 1.92419873752, 7886.71771223900 }, { 0.00000000031, 2.95281812365, 567.82400073240 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X1_VENUS[] = -{ +constexpr array g_VSOP87E_X1_VENUS +{ { { 0.00035158710, 3.14159265359, 0.00000000000 }, { 0.00017234950, 0.92721124604, 20426.57109242200 }, { 0.00006510400, 2.19289888883, 10213.28554621100 }, @@ -1575,10 +1581,10 @@ const VSOP87Coefficient g_VSOP87E_X1_VENUS[] = { 0.00000000015, 0.87904326630, 4.66586644600 }, { 0.00000000015, 5.80214824265, 181.05576652360 }, { 0.00000000015, 3.18753797236, 27991.40181316000 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X2_VENUS[] = -{ +constexpr array g_VSOP87E_X2_VENUS +{ { { 0.00000704792, 5.09874399916, 20426.57109242200 }, { 0.00000624474, 3.86836508673, 10213.28554621100 }, { 0.00000604225, 3.14159265359, 0.00000000000 }, @@ -1845,10 +1851,10 @@ const VSOP87Coefficient g_VSOP87E_X2_VENUS[] = { 0.00000000008, 6.28154480422, 721.64941953020 }, { 0.00000000007, 4.14213787767, 867.42347575360 }, { 0.00000000008, 2.28858892249, 1361.54670584420 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X3_VENUS[] = -{ +constexpr array g_VSOP87E_X3_VENUS +{ { { 0.00000075614, 0.00000000000, 0.00000000000 }, { 0.00000022035, 6.11822426048, 206.18554843720 }, { 0.00000021482, 5.03368299703, 220.41264243880 }, @@ -1955,10 +1961,10 @@ const VSOP87Coefficient g_VSOP87E_X3_VENUS[] = { 0.00000000005, 6.19237785082, 3.93215326310 }, { 0.00000000004, 0.27398248033, 1485.98012106520 }, { 0.00000000004, 4.28076500111, 437.64389113990 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X4_VENUS[] = -{ +constexpr array g_VSOP87E_X4_VENUS +{ { { 0.00000002272, 1.56364838180, 206.18554843720 }, { 0.00000002236, 3.28143366276, 220.41264243880 }, { 0.00000001682, 4.46996330708, 522.57741809380 }, @@ -2020,10 +2026,10 @@ const VSOP87Coefficient g_VSOP87E_X4_VENUS[] = { 0.00000000002, 5.59314231958, 316.39186965660 }, { 0.00000000002, 3.65310721758, 831.85574074960 }, { 0.00000000002, 1.87311938884, 309.27832265580 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_X5_VENUS[] = -{ +constexpr array g_VSOP87E_X5_VENUS +{ { { 0.00000000168, 3.28069809842, 206.18554843720 }, { 0.00000000167, 1.52399958265, 220.41264243880 }, { 0.00000000126, 0.07122523863, 522.57741809380 }, @@ -2056,10 +2062,10 @@ const VSOP87Coefficient g_VSOP87E_X5_VENUS[] = { 0.00000000001, 3.69401301909, 213.29909543800 }, { 0.00000000001, 5.15663977426, 7.11354700080 }, { 0.00000000001, 0.75807081859, 124.43341522100 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y0_VENUS[] = -{ +constexpr array g_VSOP87E_Y0_VENUS +{ { { 0.72324643689, 1.60573808356, 10213.28554621100 }, { 0.00515636737, 3.14159265359, 0.00000000000 }, { 0.00494765697, 2.17048019743, 529.69096509460 }, @@ -3032,10 +3038,10 @@ const VSOP87Coefficient g_VSOP87E_Y0_VENUS[] = { 0.00000000037, 2.06942308542, 37703.97802425580 }, { 0.00000000031, 1.84196344987, 25960.42265088920 }, { 0.00000000028, 3.49625376754, 7886.71771223900 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y1_VENUS[] = -{ +constexpr array g_VSOP87E_Y1_VENUS +{ { { 0.00039237546, 0.00000000000, 0.00000000000 }, { 0.00017282284, 5.63824735900, 20426.57109242200 }, { 0.00005968061, 3.60854941167, 10213.28554621100 }, @@ -3610,10 +3616,10 @@ const VSOP87Coefficient g_VSOP87E_Y1_VENUS[] = { 0.00000000013, 4.57052023792, 52670.06959330260 }, { 0.00000000013, 4.57568246165, 32243.49850088060 }, { 0.00000000016, 1.89603210492, 404.50679034820 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y2_VENUS[] = -{ +constexpr array g_VSOP87E_Y2_VENUS +{ { { 0.00002062969, 3.14159265359, 0.00000000000 }, { 0.00000702050, 3.52724964753, 20426.57109242200 }, { 0.00000265708, 4.68092693055, 10213.28554621100 }, @@ -3878,10 +3884,10 @@ const VSOP87Coefficient g_VSOP87E_Y2_VENUS[] = { 0.00000000009, 5.81958505267, 87.31177153950 }, { 0.00000000007, 2.57134529838, 867.42347575360 }, { 0.00000000008, 0.69696747390, 1361.54670584420 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y3_VENUS[] = -{ +constexpr array g_VSOP87E_Y3_VENUS +{ { { 0.00000022088, 4.54598360855, 206.18554843720 }, { 0.00000021546, 3.46116671016, 220.41264243880 }, { 0.00000022966, 0.38709241285, 10213.28554621100 }, @@ -3988,10 +3994,10 @@ const VSOP87Coefficient g_VSOP87E_Y3_VENUS[] = { 0.00000000004, 2.71001820282, 437.64389113990 }, { 0.00000000003, 5.02306065714, 1485.98012106520 }, { 0.00000000004, 4.61647130206, 3.93215326310 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y4_VENUS[] = -{ +constexpr array g_VSOP87E_Y4_VENUS +{ { { 0.00000002278, 6.27388903010, 206.18554843720 }, { 0.00000002245, 1.70782913671, 220.41264243880 }, { 0.00000001682, 2.89988955370, 522.57741809380 }, @@ -4051,10 +4057,10 @@ const VSOP87Coefficient g_VSOP87E_Y4_VENUS[] = { 0.00000000002, 2.35344419082, 1155.36115740700 }, { 0.00000000002, 6.26658939437, 429.77958461370 }, { 0.00000000003, 4.51313719193, 316.39186965660 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Y5_VENUS[] = -{ +constexpr array g_VSOP87E_Y5_VENUS +{ { { 0.00000000168, 1.70751121627, 206.18554843720 }, { 0.00000000168, 6.23113008656, 220.41264243880 }, { 0.00000000126, 4.78360062168, 522.57741809380 }, @@ -4086,10 +4092,10 @@ const VSOP87Coefficient g_VSOP87E_Y5_VENUS[] = { 0.00000000001, 4.33591184160, 654.12438031560 }, { 0.00000000001, 2.98586613188, 853.19638175200 }, { 0.00000000001, 5.47044078046, 124.43341522100 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z0_VENUS[] = -{ +constexpr array g_VSOP87E_Z0_VENUS +{ { { 0.04282979819, 0.26703856471, 10213.28554621100 }, { 0.00036740999, 3.14159265359, 0.00000000000 }, { 0.00014501844, 1.14696911390, 20426.57109242200 }, @@ -4378,10 +4384,10 @@ const VSOP87Coefficient g_VSOP87E_Z0_VENUS[] = { 0.00000000032, 4.71988612983, 628.85158605010 }, { 0.00000000031, 0.58732919927, 9.56122755560 }, { 0.00000000028, 5.43761306842, 388.46515523820 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z1_VENUS[] = -{ +constexpr array g_VSOP87E_Z1_VENUS +{ { { 0.00208095894, 1.88967278742, 10213.28554621100 }, { 0.00001264986, 3.71037501321, 20426.57109242200 }, { 0.00001497542, 0.00000000000, 0.00000000000 }, @@ -4568,10 +4574,10 @@ const VSOP87Coefficient g_VSOP87E_Z1_VENUS[] = { 0.00000000017, 1.47291446860, 77.75054398390 }, { 0.00000000015, 4.99910482431, 423.41679713830 }, { 0.00000000014, 2.62615297219, 210.85141488320 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z2_VENUS[] = -{ +constexpr array g_VSOP87E_Z2_VENUS +{ { { 0.00009148022, 3.34791005272, 10213.28554621100 }, { 0.00000162299, 0.00000000000, 0.00000000000 }, { 0.00000037478, 3.23028568613, 213.29909543800 }, @@ -4672,10 +4678,10 @@ const VSOP87Coefficient g_VSOP87E_Z2_VENUS[] = { 0.00000000007, 4.26888098753, 36.64856292950 }, { 0.00000000007, 3.46601151480, 956.28915597060 }, { 0.00000000007, 1.63081873969, 39.61750834610 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z3_VENUS[] = -{ +constexpr array g_VSOP87E_Z3_VENUS +{ { { 0.00000272005, 4.87648116140, 10213.28554621100 }, { 0.00000014894, 3.14159265359, 0.00000000000 }, { 0.00000001743, 0.42985032723, 20426.57109242200 }, @@ -4718,10 +4724,10 @@ const VSOP87Coefficient g_VSOP87E_Z3_VENUS[] = { 0.00000000004, 1.59186789207, 632.78373931320 }, { 0.00000000004, 1.52800084237, 412.37109687440 }, { 0.00000000003, 2.72859893423, 217.23124870110 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z4_VENUS[] = -{ +constexpr array g_VSOP87E_Z4_VENUS +{ { { 0.00000006175, 0.17121460361, 10213.28554621100 }, { 0.00000000164, 4.10546661445, 206.18554843720 }, { 0.00000000115, 3.14159265359, 0.00000000000 }, @@ -4742,10 +4748,10 @@ const VSOP87Coefficient g_VSOP87E_Z4_VENUS[] = { 0.00000000003, 0.80949781331, 14.22709400160 }, { 0.00000000003, 3.63118822382, 1066.49547719000 }, { 0.00000000002, 3.76452892490, 639.89728631400 } -}; +} }; -const VSOP87Coefficient g_VSOP87E_Z5_VENUS[] = -{ +constexpr array g_VSOP87E_Z5_VENUS +{ { { 0.00000000108, 1.67439739641, 10213.28554621100 }, { 0.00000000028, 0.00000000000, 0.00000000000 }, { 0.00000000015, 5.75563126750, 206.18554843720 }, @@ -4757,68 +4763,67 @@ const VSOP87Coefficient g_VSOP87E_Z5_VENUS[] = { 0.00000000002, 6.02426931559, 199.07200143640 }, { 0.00000000001, 3.19657723128, 515.46387109300 }, { 0.00000000001, 3.25850463040, 433.71173787680 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87E_X_VENUS[] = -{ - { g_VSOP87E_X0_VENUS, sizeof(g_VSOP87E_X0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X1_VENUS, sizeof(g_VSOP87E_X1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X2_VENUS, sizeof(g_VSOP87E_X2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X3_VENUS, sizeof(g_VSOP87E_X3_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X4_VENUS, sizeof(g_VSOP87E_X4_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_X5_VENUS, sizeof(g_VSOP87E_X5_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_X_VENUS +{ { + { g_VSOP87E_X0_VENUS.data(), g_VSOP87E_X0_VENUS.size() }, + { g_VSOP87E_X1_VENUS.data(), g_VSOP87E_X1_VENUS.size() }, + { g_VSOP87E_X2_VENUS.data(), g_VSOP87E_X2_VENUS.size() }, + { g_VSOP87E_X3_VENUS.data(), g_VSOP87E_X3_VENUS.size() }, + { g_VSOP87E_X4_VENUS.data(), g_VSOP87E_X4_VENUS.size() }, + { g_VSOP87E_X5_VENUS.data(), g_VSOP87E_X5_VENUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87E_Y_VENUS[] = -{ - { g_VSOP87E_Y0_VENUS, sizeof(g_VSOP87E_Y0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y1_VENUS, sizeof(g_VSOP87E_Y1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y2_VENUS, sizeof(g_VSOP87E_Y2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y3_VENUS, sizeof(g_VSOP87E_Y3_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y4_VENUS, sizeof(g_VSOP87E_Y4_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Y5_VENUS, sizeof(g_VSOP87E_Y5_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_Y_VENUS +{ { + { g_VSOP87E_Y0_VENUS.data(), g_VSOP87E_Y0_VENUS.size() }, + { g_VSOP87E_Y1_VENUS.data(), g_VSOP87E_Y1_VENUS.size() }, + { g_VSOP87E_Y2_VENUS.data(), g_VSOP87E_Y2_VENUS.size() }, + { g_VSOP87E_Y3_VENUS.data(), g_VSOP87E_Y3_VENUS.size() }, + { g_VSOP87E_Y4_VENUS.data(), g_VSOP87E_Y4_VENUS.size() }, + { g_VSOP87E_Y5_VENUS.data(), g_VSOP87E_Y5_VENUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87E_Z_VENUS[] = -{ - { g_VSOP87E_Z0_VENUS, sizeof(g_VSOP87E_Z0_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z1_VENUS, sizeof(g_VSOP87E_Z1_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z2_VENUS, sizeof(g_VSOP87E_Z2_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z3_VENUS, sizeof(g_VSOP87E_Z3_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z4_VENUS, sizeof(g_VSOP87E_Z4_VENUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87E_Z5_VENUS, sizeof(g_VSOP87E_Z5_VENUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87E_Z_VENUS +{ { + { g_VSOP87E_Z0_VENUS.data(), g_VSOP87E_Z0_VENUS.size() }, + { g_VSOP87E_Z1_VENUS.data(), g_VSOP87E_Z1_VENUS.size() }, + { g_VSOP87E_Z2_VENUS.data(), g_VSOP87E_Z2_VENUS.size() }, + { g_VSOP87E_Z3_VENUS.data(), g_VSOP87E_Z3_VENUS.size() }, + { g_VSOP87E_Z4_VENUS.data(), g_VSOP87E_Z4_VENUS.size() }, + { g_VSOP87E_Z5_VENUS.data(), g_VSOP87E_Z5_VENUS.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87E_Venus::X(double JD) +double CAAVSOP87E_Venus::X(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_X_VENUS, sizeof(g_VSOP87E_X_VENUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_X_VENUS.data(), g_VSOP87E_X_VENUS.size(), false); } -double CAAVSOP87E_Venus::X_DASH(double JD) +double CAAVSOP87E_Venus::X_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_X_VENUS, sizeof(g_VSOP87E_X_VENUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_X_VENUS.data(), g_VSOP87E_X_VENUS.size()); } -double CAAVSOP87E_Venus::Y(double JD) +double CAAVSOP87E_Venus::Y(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_Y_VENUS, sizeof(g_VSOP87E_Y_VENUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_Y_VENUS.data(), g_VSOP87E_Y_VENUS.size(), false); } -double CAAVSOP87E_Venus::Y_DASH(double JD) +double CAAVSOP87E_Venus::Y_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_Y_VENUS, sizeof(g_VSOP87E_Y_VENUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_Y_VENUS.data(), g_VSOP87E_Y_VENUS.size()); } -double CAAVSOP87E_Venus::Z(double JD) +double CAAVSOP87E_Venus::Z(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87E_Z_VENUS, sizeof(g_VSOP87E_Z_VENUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87E_Z_VENUS.data(), g_VSOP87E_Z_VENUS.size(), false); } -double CAAVSOP87E_Venus::Z_DASH(double JD) +double CAAVSOP87E_Venus::Z_DASH(double JD) noexcept { - return CVSOP87::Calculate_Dash(JD, g_VSOP87E_Z_VENUS, sizeof(g_VSOP87E_Z_VENUS)/(sizeof(VSOP87Coefficient))); + return CAAVSOP87::Calculate_Dash(JD, g_VSOP87E_Z_VENUS.data(), g_VSOP87E_Z_VENUS.size()); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87E_VEN.h b/Sources/AAPlus/include/AAVSOP87E_VEN.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87E_VEN.h rename to Sources/AAPlus/include/AAVSOP87E_VEN.h index 3123f2f..50b8157 --- a/Vendor/AA+/1.6.3/AAVSOP87E_VEN.h +++ b/Sources/AAPlus/include/AAVSOP87E_VEN.h @@ -2,9 +2,8 @@ Module : AAVSOP87E_VEN.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87E_Venus { public: - static double X(double JD); - static double X_DASH(double JD); - static double Y(double JD); - static double Y_DASH(double JD); - static double Z(double JD); - static double Z_DASH(double JD); + static double X(double JD) noexcept; + static double X_DASH(double JD) noexcept; + static double Y(double JD) noexcept; + static double Y_DASH(double JD) noexcept; + static double Z(double JD) noexcept; + static double Z_DASH(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87_EMB.h b/Sources/AAPlus/include/AAVSOP87_EMB.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87_EMB.h rename to Sources/AAPlus/include/AAVSOP87_EMB.h index cd2360e..4cf222a --- a/Vendor/AA+/1.6.3/AAVSOP87_EMB.h +++ b/Sources/AAPlus/include/AAVSOP87_EMB.h @@ -2,9 +2,8 @@ Module : AAVSOP87_EMB.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87_EMB { public: - static double A(double JD); - static double L(double JD); - static double K(double JD); - static double H(double JD); - static double Q(double JD); - static double P(double JD); + static double A(double JD) noexcept; + static double L(double JD) noexcept; + static double K(double JD) noexcept; + static double H(double JD) noexcept; + static double Q(double JD) noexcept; + static double P(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87_JUP.cpp b/Sources/AAPlus/include/AAVSOP87_JUP.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87_JUP.cpp rename to Sources/AAPlus/include/AAVSOP87_JUP.cpp index 46e8eae..7143813 --- a/Vendor/AA+/1.6.3/AAVSOP87_JUP.cpp +++ b/Sources/AAPlus/include/AAVSOP87_JUP.cpp @@ -3,8 +3,13 @@ Module : AAVSOP87_JUP.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. + PJN / 10-01-2021 1. Reworked the K, H, Q and P methods to pass false for bAngle to CAAVSOP87::Calculate. + These values are not angular values in the true sense of the word and by passing + false, the values returned are now in exact agreement with the vsop87.chk test + values. Thanks to Cao Yu for reporting this issue. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +30,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87_JUP.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87_A0_JUPITER[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87_A0_JUPITER +{ { { 5.20260319132, 0.00000000000, 0.00000000000 }, { 0.00069070151, 5.72686174779, 632.78373931320 }, { 0.00032272046, 1.90381613358, 103.09277421860 }, @@ -678,10 +688,10 @@ const VSOP87Coefficient g_VSOP87_A0_JUPITER[] = { 0.00000000400, 4.33229783514, 5371.54823716140 }, { 0.00000000489, 1.56579523423, 915.23535902600 }, { 0.00000000487, 5.76910609337, 1809.48553772260 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A1_JUPITER[] = -{ +constexpr array g_VSOP87_A1_JUPITER +{ { { 0.00010177614, 4.46063225487, 7.11354700080 }, { 0.00002974577, 2.40984161552, 419.48464387520 }, { 0.00002846542, 2.88143856615, 103.09277421860 }, @@ -1023,10 +1033,10 @@ const VSOP87Coefficient g_VSOP87_A1_JUPITER[] = { 0.00000000410, 3.65727724676, 835.78789401270 }, { 0.00000000483, 1.87765466840, 1681.87072876390 }, { 0.00000000441, 4.01112688674, 113.38771495710 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A2_JUPITER[] = -{ +constexpr array g_VSOP87_A2_JUPITER +{ { { 0.00002100381, 2.75770207184, 7.11354700080 }, { 0.00000210954, 4.19391095229, 419.48464387520 }, { 0.00000244841, 5.39511569851, 206.18554843720 }, @@ -1216,10 +1226,10 @@ const VSOP87Coefficient g_VSOP87_A2_JUPITER[] = { 0.00000000383, 5.92476180091, 210.11770170030 }, { 0.00000000510, 4.66519472705, 423.41679713830 }, { 0.00000000397, 0.04288334247, 902.70518605380 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A3_JUPITER[] = -{ +constexpr array g_VSOP87_A3_JUPITER +{ { { 0.00000289189, 1.03672574333, 7.11354700080 }, { 0.00000042376, 0.90818529126, 14.22709400160 }, { 0.00000022669, 0.86695733896, 206.18554843720 }, @@ -1312,10 +1322,10 @@ const VSOP87Coefficient g_VSOP87_A3_JUPITER[] = { 0.00000000451, 6.23985712464, 1457.52593306200 }, { 0.00000000481, 5.08157551247, 2737.32050569000 }, { 0.00000000445, 0.75343353736, 1382.88734684660 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A4_JUPITER[] = -{ +constexpr array g_VSOP87_A4_JUPITER +{ { { 0.00000030039, 5.57966344138, 7.11354700080 }, { 0.00000008809, 5.46579084771, 14.22709400160 }, { 0.00000001867, 1.43786862863, 412.37109687440 }, @@ -1345,16 +1355,16 @@ const VSOP87Coefficient g_VSOP87_A4_JUPITER[] = { 0.00000000480, 1.58387647300, 1464.63948006280 }, { 0.00000000477, 0.45258389525, 1677.93857550080 }, { 0.00000000466, 1.84510790283, 419.48464387520 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A5_JUPITER[] = -{ +constexpr array g_VSOP87_A5_JUPITER +{ { { 0.00000002311, 3.68623332199, 7.11354700080 }, { 0.00000001472, 3.67869308954, 14.22709400160 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L0_JUPITER[] = -{ +constexpr array g_VSOP87_L0_JUPITER +{ { { 0.59954649739, 0.00000000000, 0.00000000000 }, { 0.00573506125, 1.44396306420, 7.11354700080 }, { 0.00062308554, 3.41857056095, 103.09277421860 }, @@ -2270,10 +2280,10 @@ const VSOP87Coefficient g_VSOP87_L0_JUPITER[] = { 0.00000000083, 0.48560128335, 206.13736432740 }, { 0.00000000093, 1.06113903146, 490.07345674850 }, { 0.00000000087, 2.13244170817, 1291.43097372290 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L1_JUPITER[] = -{ +constexpr array g_VSOP87_L1_JUPITER +{ { { 529.69096509460, 0.00000000000, 0.00000000000 }, { 0.00228875491, 6.02639570653, 7.11354700080 }, { 0.00005840251, 4.42734755250, 103.09277421860 }, @@ -2699,10 +2709,10 @@ const VSOP87Coefficient g_VSOP87_L1_JUPITER[] = { 0.00000000091, 2.70438319792, 2803.80791460440 }, { 0.00000000091, 2.22032335230, 2818.03500860600 }, { 0.00000000083, 1.37128855802, 52175.80628314840 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L2_JUPITER[] = -{ +constexpr array g_VSOP87_L2_JUPITER +{ { { 0.00047224495, 4.32142959829, 7.11354700080 }, { 0.00014837133, 3.14159265359, 0.00000000000 }, { 0.00001719760, 4.18704068143, 14.22709400160 }, @@ -2908,10 +2918,10 @@ const VSOP87Coefficient g_VSOP87_L2_JUPITER[] = { 0.00000000139, 5.80769025536, 1049.08698945070 }, { 0.00000000144, 3.77644011752, 4002.88798431640 }, { 0.00000000072, 3.39335722469, 453.42489381900 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L3_JUPITER[] = -{ +constexpr array g_VSOP87_L3_JUPITER +{ { { 0.00006500387, 2.59858880160, 7.11354700080 }, { 0.00000470234, 2.47473054303, 14.22709400160 }, { 0.00000023487, 2.45142067087, 206.18554843720 }, @@ -3001,10 +3011,10 @@ const VSOP87Coefficient g_VSOP87_L3_JUPITER[] = { 0.00000000165, 0.32536873765, 1670.82502850000 }, { 0.00000000162, 3.24073745667, 853.19638175200 }, { 0.00000000138, 1.50220014912, 227.52618943960 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L4_JUPITER[] = -{ +constexpr array g_VSOP87_L4_JUPITER +{ { { 0.00000669512, 0.85280446877, 7.11354700080 }, { 0.00000099840, 0.74141513153, 14.22709400160 }, { 0.00000004279, 0.48394526989, 21.34064100240 }, @@ -3035,16 +3045,16 @@ const VSOP87Coefficient g_VSOP87_L4_JUPITER[] = { 0.00000000208, 3.04093179630, 1272.68102562720 }, { 0.00000000228, 2.25398823746, 1361.54670584420 }, { 0.00000000185, 4.42123518501, 191.95845443560 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L5_JUPITER[] = -{ +constexpr array g_VSOP87_L5_JUPITER +{ { { 0.00000049625, 5.25702966548, 7.11354700080 }, { 0.00000015800, 5.24948942826, 14.22709400160 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K0_JUPITER[] = -{ +constexpr array g_VSOP87_K0_JUPITER +{ { { 0.04698572124, 0.00000000000, 0.00000000000 }, { 0.00065287010, 5.14135675663, 103.09277421860 }, { 0.00038006128, 2.03714771852, 7.11354700080 }, @@ -3768,10 +3778,10 @@ const VSOP87Coefficient g_VSOP87_K0_JUPITER[] = { 0.00000000098, 2.32705469675, 115.62294719080 }, { 0.00000000095, 0.75539381888, 661.09491496450 }, { 0.00000000075, 3.28042104010, 1777.09919645630 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K1_JUPITER[] = -{ +constexpr array g_VSOP87_K1_JUPITER +{ { { 0.00113010377, 0.00000000000, 0.00000000000 }, { 0.00010303903, 0.33250058601, 7.11354700080 }, { 0.00001978042, 1.13748818129, 110.20632121940 }, @@ -4113,10 +4123,10 @@ const VSOP87Coefficient g_VSOP87_K1_JUPITER[] = { 0.00000000084, 4.37154741123, 446.31134681820 }, { 0.00000000081, 5.23960846473, 1432.39615114840 }, { 0.00000000094, 4.16691628448, 1215.16490244730 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K2_JUPITER[] = -{ +constexpr array g_VSOP87_K2_JUPITER +{ { { 0.00010930126, 3.14159265359, 0.00000000000 }, { 0.00001442597, 4.88233039271, 7.11354700080 }, { 0.00000179812, 5.41803419096, 110.20632121940 }, @@ -4283,10 +4293,10 @@ const VSOP87Coefficient g_VSOP87_K2_JUPITER[] = { 0.00000000112, 2.77361784799, 3480.31056622260 }, { 0.00000000136, 3.37755187853, 1560.61870728060 }, { 0.00000000104, 1.94187110895, 76.26607127560 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K3_JUPITER[] = -{ +constexpr array g_VSOP87_K3_JUPITER +{ { { 0.00000428748, 3.14159265359, 0.00000000000 }, { 0.00000135595, 3.10018478882, 7.11354700080 }, { 0.00000037146, 3.06589701418, 14.22709400160 }, @@ -4359,10 +4369,10 @@ const VSOP87Coefficient g_VSOP87_K3_JUPITER[] = { 0.00000000157, 4.27731912902, 1272.68102562720 }, { 0.00000000162, 4.66124977342, 824.74219374880 }, { 0.00000000146, 4.46986825125, 2104.53676637680 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K4_JUPITER[] = -{ +constexpr array g_VSOP87_K4_JUPITER +{ { { 0.00000020539, 0.00000000000, 0.00000000000 }, { 0.00000010306, 1.36883311604, 7.11354700080 }, { 0.00000006260, 1.34333875901, 14.22709400160 }, @@ -4375,10 +4385,10 @@ const VSOP87Coefficient g_VSOP87_K4_JUPITER[] = { 0.00000000272, 0.13377460240, 515.46387109300 }, { 0.00000000235, 5.65753750945, 412.37109687440 }, { 0.00000000236, 0.63469222907, 103.09277421860 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H0_JUPITER[] = -{ +constexpr array g_VSOP87_H0_JUPITER +{ { { 0.01200385748, 0.00000000000, 0.00000000000 }, { 0.00064278139, 0.39928981461, 103.09277421860 }, { 0.00037689163, 0.46902799622, 7.11354700080 }, @@ -5112,10 +5122,10 @@ const VSOP87Coefficient g_VSOP87_H0_JUPITER[] = { 0.00000000084, 5.21810779783, 565.11568774670 }, { 0.00000000093, 5.26033244294, 85.82729883120 }, { 0.00000000071, 2.87356513970, 109.68505635760 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H1_JUPITER[] = -{ +constexpr array g_VSOP87_H1_JUPITER +{ { { 0.00217149360, 0.00000000000, 0.00000000000 }, { 0.00010164439, 5.05135857516, 7.11354700080 }, { 0.00001666197, 6.26691415094, 110.20632121940 }, @@ -5454,10 +5464,10 @@ const VSOP87Coefficient g_VSOP87_H1_JUPITER[] = { 0.00000000084, 5.94227050452, 446.31134681820 }, { 0.00000000073, 1.38205209307, 380.12776796000 }, { 0.00000000081, 3.67935509351, 1432.39615114840 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H2_JUPITER[] = -{ +constexpr array g_VSOP87_H2_JUPITER +{ { { 0.00009858539, 0.00000000000, 0.00000000000 }, { 0.00001409659, 3.32663555725, 7.11354700080 }, { 0.00000161790, 3.19948896566, 14.22709400160 }, @@ -5622,10 +5632,10 @@ const VSOP87Coefficient g_VSOP87_H2_JUPITER[] = { 0.00000000147, 2.06952289359, 3583.40334044120 }, { 0.00000000135, 4.96240124977, 1560.61870728060 }, { 0.00000000104, 0.37085721185, 76.26607127560 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H3_JUPITER[] = -{ +constexpr array g_VSOP87_H3_JUPITER +{ { { 0.00000513109, 3.14159265359, 0.00000000000 }, { 0.00000131751, 1.55652906839, 7.11354700080 }, { 0.00000036795, 1.47927043619, 14.22709400160 }, @@ -5695,10 +5705,10 @@ const VSOP87Coefficient g_VSOP87_H3_JUPITER[] = { 0.00000000174, 5.81380254350, 956.28915597060 }, { 0.00000000152, 5.36445619500, 1155.36115740700 }, { 0.00000000162, 0.01641198621, 824.74219374880 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H4_JUPITER[] = -{ +constexpr array g_VSOP87_H4_JUPITER +{ { { 0.00000010211, 5.98104481075, 7.11354700080 }, { 0.00000009007, 3.14159265359, 0.00000000000 }, { 0.00000006231, 6.04815787394, 14.22709400160 }, @@ -5712,10 +5722,10 @@ const VSOP87Coefficient g_VSOP87_H4_JUPITER[] = { 0.00000000305, 2.02245392075, 515.46387109300 }, { 0.00000000261, 5.44819828527, 103.09277421860 }, { 0.00000000226, 0.90680356094, 412.37109687440 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q0_JUPITER[] = -{ +constexpr array g_VSOP87_Q0_JUPITER +{ { { 0.00206561098, 3.14159265359, 0.00000000000 }, { 0.00000856543, 2.10259354702, 7.11354700080 }, { 0.00000220629, 3.05589086672, 110.20632121940 }, @@ -5857,10 +5867,10 @@ const VSOP87Coefficient g_VSOP87_Q0_JUPITER[] = { 0.00000000079, 4.08884186199, 7342.45778018060 }, { 0.00000000079, 1.73775741717, 721.64941953020 }, { 0.00000000074, 5.71142781045, 835.03713448730 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q1_JUPITER[] = -{ +constexpr array g_VSOP87_Q1_JUPITER +{ { { 0.00031340156, 3.14159265359, 0.00000000000 }, { 0.00000034269, 4.48449666464, 110.20632121940 }, { 0.00000021893, 3.19222803886, 103.09277421860 }, @@ -5936,10 +5946,10 @@ const VSOP87Coefficient g_VSOP87_Q1_JUPITER[] = { 0.00000000097, 3.13769659643, 1382.88734684660 }, { 0.00000000098, 2.39482421656, 1258.45393162560 }, { 0.00000000095, 4.10326207414, 1485.98012106520 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q2_JUPITER[] = -{ +constexpr array g_VSOP87_Q2_JUPITER +{ { { 0.00001667392, 3.14159265359, 0.00000000000 }, { 0.00000002400, 1.73799718560, 7.11354700080 }, { 0.00000001062, 5.93949929568, 110.20632121940 }, @@ -5964,17 +5974,17 @@ const VSOP87Coefficient g_VSOP87_Q2_JUPITER[] = { 0.00000000162, 4.49546651386, 735.87651353180 }, { 0.00000000111, 3.24236633008, 220.41264243880 }, { 0.00000000144, 6.13724793577, 1478.86657406440 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q3_JUPITER[] = -{ +constexpr array g_VSOP87_Q3_JUPITER +{ { { 0.00000076926, 0.00000000000, 0.00000000000 }, { 0.00000000201, 1.06565930867, 110.20632121940 }, { 0.00000000181, 6.11336620175, 103.09277421860 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P0_JUPITER[] = -{ +constexpr array g_VSOP87_P0_JUPITER +{ { { 0.01118377157, 0.00000000000, 0.00000000000 }, { 0.00000851237, 0.43284391102, 7.11354700080 }, { 0.00000218691, 1.34049397687, 110.20632121940 }, @@ -6114,10 +6124,10 @@ const VSOP87Coefficient g_VSOP87_P0_JUPITER[] = { 0.00000000098, 5.04950545089, 3163.91869656600 }, { 0.00000000074, 5.85868634319, 3487.42411322340 }, { 0.00000000098, 4.67584865893, 983.11585891360 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P1_JUPITER[] = -{ +constexpr array g_VSOP87_P1_JUPITER +{ { { 0.00023427562, 3.14159265359, 0.00000000000 }, { 0.00000033680, 3.00741737744, 110.20632121940 }, { 0.00000029342, 3.34828184519, 7.11354700080 }, @@ -6192,10 +6202,10 @@ const VSOP87Coefficient g_VSOP87_P1_JUPITER[] = { 0.00000000094, 2.50862154178, 1485.98012106520 }, { 0.00000000093, 2.72228059144, 2847.52682690940 }, { 0.00000000089, 2.76057202743, 2001.44399215820 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P2_JUPITER[] = -{ +constexpr array g_VSOP87_P2_JUPITER +{ { { 0.00002086760, 0.00000000000, 0.00000000000 }, { 0.00000003739, 1.13964326904, 7.11354700080 }, { 0.00000002410, 1.04198545180, 103.09277421860 }, @@ -6220,99 +6230,98 @@ const VSOP87Coefficient g_VSOP87_P2_JUPITER[] = { 0.00000000138, 4.71450309081, 1478.86657406440 }, { 0.00000000112, 1.64463502652, 220.41264243880 }, { 0.00000000113, 5.98350020165, 956.28915597060 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P3_JUPITER[] = -{ +constexpr array g_VSOP87_P3_JUPITER +{ { { 0.00000050721, 0.00000000000, 0.00000000000 }, { 0.00000000260, 2.64978251942, 103.09277421860 }, { 0.00000000197, 5.80584784285, 110.20632121940 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87_A_JUPITER[] = -{ - { g_VSOP87_A0_JUPITER, sizeof(g_VSOP87_A0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A1_JUPITER, sizeof(g_VSOP87_A1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A2_JUPITER, sizeof(g_VSOP87_A2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A3_JUPITER, sizeof(g_VSOP87_A3_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A4_JUPITER, sizeof(g_VSOP87_A4_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A5_JUPITER, sizeof(g_VSOP87_A5_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_A_JUPITER +{ { + { g_VSOP87_A0_JUPITER.data(), g_VSOP87_A0_JUPITER.size() }, + { g_VSOP87_A1_JUPITER.data(), g_VSOP87_A1_JUPITER.size() }, + { g_VSOP87_A2_JUPITER.data(), g_VSOP87_A2_JUPITER.size() }, + { g_VSOP87_A3_JUPITER.data(), g_VSOP87_A3_JUPITER.size() }, + { g_VSOP87_A4_JUPITER.data(), g_VSOP87_A4_JUPITER.size() }, + { g_VSOP87_A5_JUPITER.data(), g_VSOP87_A5_JUPITER.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_L_JUPITER[] = -{ - { g_VSOP87_L0_JUPITER, sizeof(g_VSOP87_L0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L1_JUPITER, sizeof(g_VSOP87_L1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L2_JUPITER, sizeof(g_VSOP87_L2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L3_JUPITER, sizeof(g_VSOP87_L3_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L4_JUPITER, sizeof(g_VSOP87_L4_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L5_JUPITER, sizeof(g_VSOP87_L5_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_L_JUPITER +{ { + { g_VSOP87_L0_JUPITER.data(), g_VSOP87_L0_JUPITER.size() }, + { g_VSOP87_L1_JUPITER.data(), g_VSOP87_L1_JUPITER.size() }, + { g_VSOP87_L2_JUPITER.data(), g_VSOP87_L2_JUPITER.size() }, + { g_VSOP87_L3_JUPITER.data(), g_VSOP87_L3_JUPITER.size() }, + { g_VSOP87_L4_JUPITER.data(), g_VSOP87_L4_JUPITER.size() }, + { g_VSOP87_L5_JUPITER.data(), g_VSOP87_L5_JUPITER.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_K_JUPITER[] = -{ - { g_VSOP87_K0_JUPITER, sizeof(g_VSOP87_K0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K1_JUPITER, sizeof(g_VSOP87_K1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K2_JUPITER, sizeof(g_VSOP87_K2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K3_JUPITER, sizeof(g_VSOP87_K3_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K4_JUPITER, sizeof(g_VSOP87_K4_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_K_JUPITER +{ { + { g_VSOP87_K0_JUPITER.data(), g_VSOP87_K0_JUPITER.size() }, + { g_VSOP87_K1_JUPITER.data(), g_VSOP87_K1_JUPITER.size() }, + { g_VSOP87_K2_JUPITER.data(), g_VSOP87_K2_JUPITER.size() }, + { g_VSOP87_K3_JUPITER.data(), g_VSOP87_K3_JUPITER.size() }, + { g_VSOP87_K4_JUPITER.data(), g_VSOP87_K4_JUPITER.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_H_JUPITER[] = -{ - { g_VSOP87_H0_JUPITER, sizeof(g_VSOP87_H0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H1_JUPITER, sizeof(g_VSOP87_H1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H2_JUPITER, sizeof(g_VSOP87_H2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H3_JUPITER, sizeof(g_VSOP87_H3_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H4_JUPITER, sizeof(g_VSOP87_H4_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_H_JUPITER +{ { + { g_VSOP87_H0_JUPITER.data(), g_VSOP87_H0_JUPITER.size() }, + { g_VSOP87_H1_JUPITER.data(), g_VSOP87_H1_JUPITER.size() }, + { g_VSOP87_H2_JUPITER.data(), g_VSOP87_H2_JUPITER.size() }, + { g_VSOP87_H3_JUPITER.data(), g_VSOP87_H3_JUPITER.size() }, + { g_VSOP87_H4_JUPITER.data(), g_VSOP87_H4_JUPITER.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_Q_JUPITER[] = -{ - { g_VSOP87_Q0_JUPITER, sizeof(g_VSOP87_Q0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q1_JUPITER, sizeof(g_VSOP87_Q1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q2_JUPITER, sizeof(g_VSOP87_Q2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q3_JUPITER, sizeof(g_VSOP87_Q3_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_Q_JUPITER +{ { + { g_VSOP87_Q0_JUPITER.data(), g_VSOP87_Q0_JUPITER.size() }, + { g_VSOP87_Q1_JUPITER.data(), g_VSOP87_Q1_JUPITER.size() }, + { g_VSOP87_Q2_JUPITER.data(), g_VSOP87_Q2_JUPITER.size() }, + { g_VSOP87_Q3_JUPITER.data(), g_VSOP87_Q3_JUPITER.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_P_JUPITER[] = -{ - { g_VSOP87_P0_JUPITER, sizeof(g_VSOP87_P0_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P1_JUPITER, sizeof(g_VSOP87_P1_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P2_JUPITER, sizeof(g_VSOP87_P2_JUPITER)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P3_JUPITER, sizeof(g_VSOP87_P3_JUPITER)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_P_JUPITER +{ { + { g_VSOP87_P0_JUPITER.data(), g_VSOP87_P0_JUPITER.size() }, + { g_VSOP87_P1_JUPITER.data(), g_VSOP87_P1_JUPITER.size() }, + { g_VSOP87_P2_JUPITER.data(), g_VSOP87_P2_JUPITER.size() }, + { g_VSOP87_P3_JUPITER.data(), g_VSOP87_P3_JUPITER.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87_Jupiter::A(double JD) +double CAAVSOP87_Jupiter::A(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_A_JUPITER, sizeof(g_VSOP87_A_JUPITER)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87_A_JUPITER.data(), g_VSOP87_A_JUPITER.size(), false); } -double CAAVSOP87_Jupiter::L(double JD) +double CAAVSOP87_Jupiter::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_L_JUPITER, sizeof(g_VSOP87_L_JUPITER)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_L_JUPITER.data(), g_VSOP87_L_JUPITER.size(), true); } -double CAAVSOP87_Jupiter::K(double JD) +double CAAVSOP87_Jupiter::K(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_K_JUPITER, sizeof(g_VSOP87_K_JUPITER)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_K_JUPITER.data(), g_VSOP87_K_JUPITER.size(), false); } -double CAAVSOP87_Jupiter::H(double JD) +double CAAVSOP87_Jupiter::H(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_H_JUPITER, sizeof(g_VSOP87_H_JUPITER)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_H_JUPITER.data(), g_VSOP87_H_JUPITER.size(), false); } -double CAAVSOP87_Jupiter::Q(double JD) +double CAAVSOP87_Jupiter::Q(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_Q_JUPITER, sizeof(g_VSOP87_Q_JUPITER)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_Q_JUPITER.data(), g_VSOP87_Q_JUPITER.size(), false); } -double CAAVSOP87_Jupiter::P(double JD) +double CAAVSOP87_Jupiter::P(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_P_JUPITER, sizeof(g_VSOP87_P_JUPITER)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_P_JUPITER.data(), g_VSOP87_P_JUPITER.size(), false); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87_JUP.h b/Sources/AAPlus/include/AAVSOP87_JUP.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87_JUP.h rename to Sources/AAPlus/include/AAVSOP87_JUP.h index e52b87e..f0bb192 --- a/Vendor/AA+/1.6.3/AAVSOP87_JUP.h +++ b/Sources/AAPlus/include/AAVSOP87_JUP.h @@ -2,9 +2,8 @@ Module : AAVSOP87_JUP.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87_Jupiter { public: - static double A(double JD); - static double L(double JD); - static double K(double JD); - static double H(double JD); - static double Q(double JD); - static double P(double JD); + static double A(double JD) noexcept; + static double L(double JD) noexcept; + static double K(double JD) noexcept; + static double H(double JD) noexcept; + static double Q(double JD) noexcept; + static double P(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87_MAR.cpp b/Sources/AAPlus/include/AAVSOP87_MAR.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87_MAR.cpp rename to Sources/AAPlus/include/AAVSOP87_MAR.cpp index 7a82c0b..3ef5047 --- a/Vendor/AA+/1.6.3/AAVSOP87_MAR.cpp +++ b/Sources/AAPlus/include/AAVSOP87_MAR.cpp @@ -3,8 +3,13 @@ Module : AAVSOP87_MAR.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. + PJN / 10-01-2021 1. Reworked the K, H, Q and P methods to pass false for bAngle to CAAVSOP87::Calculate. + These values are not angular values in the true sense of the word and by passing + false, the values returned are now in exact agreement with the vsop87.chk test + values. Thanks to Cao Yu for reporting this issue. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +30,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87_MAR.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87_A0_MARS[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87_A0_MARS +{ { { 1.52367934191, 0.00000000000, 0.00000000000 }, { 0.00006601698, 4.92149777465, 5621.84292321040 }, { 0.00002201786, 1.39247552912, 2281.23049651060 }, @@ -852,10 +862,10 @@ const VSOP87Coefficient g_VSOP87_A0_MARS[] = { 0.00000000054, 0.23768244180, 8020.39328794120 }, { 0.00000000054, 2.57524504856, 1589.07289528380 }, { 0.00000000056, 4.70929891625, 14319.69103735720 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A1_MARS[] = -{ +constexpr array g_VSOP87_A1_MARS +{ { { 0.00000173844, 2.89087004153, 2281.23049651060 }, { 0.00000101801, 1.97498465368, 796.29800681640 }, { 0.00000096493, 3.42326689865, 398.14900340820 }, @@ -1360,10 +1370,10 @@ const VSOP87Coefficient g_VSOP87_A1_MARS[] = { 0.00000000029, 1.17635681743, 5466.42252377620 }, { 0.00000000028, 0.52565407861, 31405.64970307940 }, { 0.00000000027, 2.76973826662, 5813.29118932200 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A2_MARS[] = -{ +constexpr array g_VSOP87_A2_MARS +{ { { 0.00000007922, 0.43226674586, 796.29800681640 }, { 0.00000007069, 4.42733956430, 2281.23049651060 }, { 0.00000005551, 5.25628370574, 155.42039943420 }, @@ -1612,10 +1622,10 @@ const VSOP87Coefficient g_VSOP87_A2_MARS[] = { 0.00000000019, 5.03229380810, 6525.80445396540 }, { 0.00000000015, 5.87337369480, 5401.43028077160 }, { 0.00000000014, 1.98102502070, 4447.75123238460 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L0_MARS[] = -{ +constexpr array g_VSOP87_L0_MARS +{ { { 6.20347611291, 0.00000000000, 0.00000000000 }, { 0.00027745033, 5.97049541372, 3.52311834900 }, { 0.00008926849, 4.15697846934, 0.01725365220 }, @@ -2808,10 +2818,10 @@ const VSOP87Coefficient g_VSOP87_L0_MARS[] = { 0.00000000039, 2.86225061373, 10603.78856010680 }, { 0.00000000039, 2.79526397719, 10730.82708237599 }, { 0.00000000040, 0.38512958422, 17498.31250894439 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L1_MARS[] = -{ +constexpr array g_VSOP87_L1_MARS +{ { { 3340.61242669981, 0.00000000000, 0.00000000000 }, { 0.00003452439, 4.73210379431, 3.52311834900 }, { 0.00000521206, 5.01701667787, 398.14900340820 }, @@ -3379,10 +3389,10 @@ const VSOP87Coefficient g_VSOP87_L1_MARS[] = { 0.00000000041, 4.31852186437, 3503.07906283200 }, { 0.00000000046, 0.36306301673, 11216.28429032400 }, { 0.00000000047, 4.25739124642, 24076.44458812540 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L2_MARS[] = -{ +constexpr array g_VSOP87_L2_MARS +{ { { 0.00000457003, 0.00000000000, 0.00000000000 }, { 0.00000222023, 3.19436877547, 3.52311834900 }, { 0.00000120524, 0.54322525360, 155.42039943420 }, @@ -3556,10 +3566,10 @@ const VSOP87Coefficient g_VSOP87_L2_MARS[] = { 0.00000000036, 4.82700558154, 14469.58851248400 }, { 0.00000000036, 3.94289166604, 33716.96506586640 }, { 0.00000000036, 5.04540211726, 23141.55838292460 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L3_MARS[] = -{ +constexpr array g_VSOP87_L3_MARS +{ { { 0.00000022651, 2.05274276845, 155.42039943420 }, { 0.00000010453, 1.58017883784, 3.52311834900 }, { 0.00000004897, 2.82498037929, 242.72860397400 }, @@ -3576,25 +3586,25 @@ const VSOP87Coefficient g_VSOP87_L3_MARS[] = { 0.00000000564, 1.87575099874, 398.14900340820 }, { 0.00000000568, 5.85680968533, 7.11354700080 }, { 0.00000000496, 1.26361514155, 2281.23049651060 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L4_MARS[] = -{ +constexpr array g_VSOP87_L4_MARS +{ { { 0.00000003191, 3.56238614133, 155.42039943420 }, { 0.00000000780, 1.31847436349, 242.72860397400 }, { 0.00000000375, 2.15417571402, 553.56940284240 }, { 0.00000000337, 6.23429572653, 3.52311834900 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L5_MARS[] = -{ +constexpr array g_VSOP87_L5_MARS +{ { { 0.00000000360, 5.07221207581, 155.42039943420 }, { 0.00000000101, 6.09132595616, 242.72860397400 }, { 0.00000000035, 3.68268956419, 553.56940284240 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K0_MARS[] = -{ +constexpr array g_VSOP87_K0_MARS +{ { { 0.08536560252, 0.00000000000, 0.00000000000 }, { 0.00008228685, 4.99515670335, 2281.23049651060 }, { 0.00004631835, 3.76981942051, 529.69096509460 }, @@ -4604,10 +4614,10 @@ const VSOP87Coefficient g_VSOP87_K0_MARS[] = { 0.00000000040, 2.18838672804, 222.86032299360 }, { 0.00000000037, 5.43036858248, 14157.70008224460 }, { 0.00000000037, 2.02426272332, 5415.65737477320 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K1_MARS[] = -{ +constexpr array g_VSOP87_K1_MARS +{ { { 0.00376330152, 0.00000000000, 0.00000000000 }, { 0.00000205412, 0.17415970907, 1059.38193018920 }, { 0.00000080663, 1.45727712555, 796.29800681640 }, @@ -5091,10 +5101,10 @@ const VSOP87Coefficient g_VSOP87_K1_MARS[] = { 0.00000000035, 5.96469430404, 846.08283475120 }, { 0.00000000035, 0.74397655621, 26357.67508463600 }, { 0.00000000046, 1.03070474867, 35464.98147893340 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K2_MARS[] = -{ +constexpr array g_VSOP87_K2_MARS +{ { { 0.00024657776, 3.14159265359, 0.00000000000 }, { 0.00000008347, 4.91035186193, 1059.38193018920 }, { 0.00000006114, 5.74891242435, 155.42039943420 }, @@ -5248,26 +5258,26 @@ const VSOP87Coefficient g_VSOP87_K2_MARS[] = { 0.00000000046, 4.47822702153, 7373.38245462640 }, { 0.00000000035, 2.04358824864, 1066.49547719000 }, { 0.00000000040, 5.29180064390, 27832.03821928320 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K3_MARS[] = -{ +constexpr array g_VSOP87_K3_MARS +{ { { 0.00000367305, 3.14159265359, 0.00000000000 }, { 0.00000000976, 0.97331498838, 155.42039943420 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K4_MARS[] = -{ +constexpr array g_VSOP87_K4_MARS +{ { { 0.00000011112, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K5_MARS[] = -{ +constexpr array g_VSOP87_K5_MARS +{ { { 0.00000000026, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H0_MARS[] = -{ +constexpr array g_VSOP87_H0_MARS +{ { { 0.03789973236, 3.14159265359, 0.00000000000 }, { 0.00008158391, 0.29399378947, 2281.23049651060 }, { 0.00004516507, 2.19998239682, 529.69096509460 }, @@ -6262,10 +6272,10 @@ const VSOP87Coefficient g_VSOP87_H0_MARS[] = { 0.00000000036, 3.24879028200, 12502.13977804640 }, { 0.00000000036, 4.37200709638, 838.96928775040 }, { 0.00000000035, 4.97677182618, 12472.64795974300 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H1_MARS[] = -{ +constexpr array g_VSOP87_H1_MARS +{ { { 0.00624657465, 0.00000000000, 0.00000000000 }, { 0.00000205697, 4.88522652066, 1059.38193018920 }, { 0.00000080948, 6.16314387042, 796.29800681640 }, @@ -6737,10 +6747,10 @@ const VSOP87Coefficient g_VSOP87_H1_MARS[] = { 0.00000000038, 0.34303491904, 664.75604513000 }, { 0.00000000035, 1.94449132801, 3980.50971301380 }, { 0.00000000035, 5.66679333286, 3017.10701004240 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H2_MARS[] = -{ +constexpr array g_VSOP87_H2_MARS +{ { { 0.00015529482, 0.00000000000, 0.00000000000 }, { 0.00000008375, 3.33893383605, 1059.38193018920 }, { 0.00000005987, 1.08005704297, 155.42039943420 }, @@ -6899,26 +6909,26 @@ const VSOP87Coefficient g_VSOP87_H2_MARS[] = { 0.00000000038, 4.80159966903, 13936.79450513400 }, { 0.00000000042, 5.98488085374, 7373.38245462640 }, { 0.00000000035, 1.24108887464, 9381.93999378540 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H3_MARS[] = -{ +constexpr array g_VSOP87_H3_MARS +{ { { 0.00000634879, 3.14159265359, 0.00000000000 }, { 0.00000000951, 2.60444791431, 155.42039943420 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H4_MARS[] = -{ +constexpr array g_VSOP87_H4_MARS +{ { { 0.00000006593, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H5_MARS[] = -{ +constexpr array g_VSOP87_H5_MARS +{ { { 0.00000000073, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q0_MARS[] = -{ +constexpr array g_VSOP87_Q0_MARS +{ { { 0.01047042574, 0.00000000000, 0.00000000000 }, { 0.00000086127, 1.13804101351, 1059.38193018920 }, { 0.00000027006, 3.23550093119, 398.14900340820 }, @@ -7153,10 +7163,10 @@ const VSOP87Coefficient g_VSOP87_Q0_MARS[] = { 0.00000000036, 4.95330259874, 3980.50971301380 }, { 0.00000000040, 4.34811434727, 18454.60166491500 }, { 0.00000000042, 0.45823807572, 25287.72379939980 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q1_MARS[] = -{ +constexpr array g_VSOP87_Q1_MARS +{ { { 0.00017138526, 0.00000000000, 0.00000000000 }, { 0.00000006579, 2.24044032394, 1059.38193018920 }, { 0.00000002574, 0.99860968375, 398.14900340820 }, @@ -7252,10 +7262,10 @@ const VSOP87Coefficient g_VSOP87_Q1_MARS[] = { 0.00000000036, 1.59698784880, 2118.76386037840 }, { 0.00000000040, 5.00843826350, 17654.78053974960 }, { 0.00000000035, 1.61402663674, 16858.48253293320 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q2_MARS[] = -{ +constexpr array g_VSOP87_Q2_MARS +{ { { 0.00004077491, 3.14159265359, 0.00000000000 }, { 0.00000000301, 3.38526050953, 1059.38193018920 }, { 0.00000000294, 5.74874124288, 529.69096509460 }, @@ -7280,25 +7290,25 @@ const VSOP87Coefficient g_VSOP87_Q2_MARS[] = { 0.00000000039, 2.93624328832, 2942.46342329160 }, { 0.00000000037, 4.45677290617, 951.71840625060 }, { 0.00000000037, 1.44593340153, 191.44826611160 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q3_MARS[] = -{ +constexpr array g_VSOP87_Q3_MARS +{ { { 0.00000138835, 3.14159265359, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q4_MARS[] = -{ +constexpr array g_VSOP87_Q4_MARS +{ { { 0.00000000916, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q5_MARS[] = -{ +constexpr array g_VSOP87_Q5_MARS +{ { { 0.00000000176, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P0_MARS[] = -{ +constexpr array g_VSOP87_P0_MARS +{ { { 0.01228449307, 0.00000000000, 0.00000000000 }, { 0.00000084872, 5.82347158199, 1059.38193018920 }, { 0.00000031844, 1.07696120609, 529.69096509460 }, @@ -7535,10 +7545,10 @@ const VSOP87Coefficient g_VSOP87_P0_MARS[] = { 0.00000000036, 3.37153569954, 3980.50971301380 }, { 0.00000000040, 2.77818830292, 18454.60166491500 }, { 0.00000000039, 4.94154581552, 19406.67828817460 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P1_MARS[] = -{ +constexpr array g_VSOP87_P1_MARS +{ { { 0.00108020083, 3.14159265359, 0.00000000000 }, { 0.00000006495, 0.71407695516, 1059.38193018920 }, { 0.00000002689, 3.24607312176, 529.69096509460 }, @@ -7629,10 +7639,10 @@ const VSOP87Coefficient g_VSOP87_P1_MARS[] = { 0.00000000038, 1.66570590997, 10575.40668294180 }, { 0.00000000039, 4.37939202713, 149.56319713460 }, { 0.00000000034, 1.88688083453, 21393.54196985760 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P2_MARS[] = -{ +constexpr array g_VSOP87_P2_MARS +{ { { 0.00001922224, 3.14159265359, 0.00000000000 }, { 0.00000000311, 1.78969843774, 1059.38193018920 }, { 0.00000000314, 4.08030330741, 529.69096509460 }, @@ -7654,104 +7664,103 @@ const VSOP87Coefficient g_VSOP87_P2_MARS[] = { 0.00000000039, 1.43803389681, 553.56940284240 }, { 0.00000000037, 4.78305488072, 3738.76143010800 }, { 0.00000000036, 1.13570297853, 3870.30339179440 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P3_MARS[] = -{ +constexpr array g_VSOP87_P3_MARS +{ { { 0.00000087186, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P4_MARS[] = -{ +constexpr array g_VSOP87_P4_MARS +{ { { 0.00000003090, 0.00000000000, 0.00000000000 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87_A_MARS[] = -{ - { g_VSOP87_A0_MARS, sizeof(g_VSOP87_A0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A1_MARS, sizeof(g_VSOP87_A1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A2_MARS, sizeof(g_VSOP87_A2_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_A_MARS +{ { + { g_VSOP87_A0_MARS.data(), g_VSOP87_A0_MARS.size() }, + { g_VSOP87_A1_MARS.data(), g_VSOP87_A1_MARS.size() }, + { g_VSOP87_A2_MARS.data(), g_VSOP87_A2_MARS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_L_MARS[] = -{ - { g_VSOP87_L0_MARS, sizeof(g_VSOP87_L0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L1_MARS, sizeof(g_VSOP87_L1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L2_MARS, sizeof(g_VSOP87_L2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L3_MARS, sizeof(g_VSOP87_L3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L4_MARS, sizeof(g_VSOP87_L4_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L5_MARS, sizeof(g_VSOP87_L5_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_L_MARS +{ { + { g_VSOP87_L0_MARS.data(), g_VSOP87_L0_MARS.size() }, + { g_VSOP87_L1_MARS.data(), g_VSOP87_L1_MARS.size() }, + { g_VSOP87_L2_MARS.data(), g_VSOP87_L2_MARS.size() }, + { g_VSOP87_L3_MARS.data(), g_VSOP87_L3_MARS.size() }, + { g_VSOP87_L4_MARS.data(), g_VSOP87_L4_MARS.size() }, + { g_VSOP87_L5_MARS.data(), g_VSOP87_L5_MARS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_K_MARS[] = -{ - { g_VSOP87_K0_MARS, sizeof(g_VSOP87_K0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K1_MARS, sizeof(g_VSOP87_K1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K2_MARS, sizeof(g_VSOP87_K2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K3_MARS, sizeof(g_VSOP87_K3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K4_MARS, sizeof(g_VSOP87_K4_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K5_MARS, sizeof(g_VSOP87_K5_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_K_MARS +{ { + { g_VSOP87_K0_MARS.data(), g_VSOP87_K0_MARS.size() }, + { g_VSOP87_K1_MARS.data(), g_VSOP87_K1_MARS.size() }, + { g_VSOP87_K2_MARS.data(), g_VSOP87_K2_MARS.size() }, + { g_VSOP87_K3_MARS.data(), g_VSOP87_K3_MARS.size() }, + { g_VSOP87_K4_MARS.data(), g_VSOP87_K4_MARS.size() }, + { g_VSOP87_K5_MARS.data(), g_VSOP87_K5_MARS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_H_MARS[] = -{ - { g_VSOP87_H0_MARS, sizeof(g_VSOP87_H0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H1_MARS, sizeof(g_VSOP87_H1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H2_MARS, sizeof(g_VSOP87_H2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H3_MARS, sizeof(g_VSOP87_H3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H4_MARS, sizeof(g_VSOP87_H4_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H5_MARS, sizeof(g_VSOP87_H5_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_H_MARS +{ { + { g_VSOP87_H0_MARS.data(), g_VSOP87_H0_MARS.size() }, + { g_VSOP87_H1_MARS.data(), g_VSOP87_H1_MARS.size() }, + { g_VSOP87_H2_MARS.data(), g_VSOP87_H2_MARS.size() }, + { g_VSOP87_H3_MARS.data(), g_VSOP87_H3_MARS.size() }, + { g_VSOP87_H4_MARS.data(), g_VSOP87_H4_MARS.size() }, + { g_VSOP87_H5_MARS.data(), g_VSOP87_H5_MARS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_Q_MARS[] = -{ - { g_VSOP87_Q0_MARS, sizeof(g_VSOP87_Q0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q1_MARS, sizeof(g_VSOP87_Q1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q2_MARS, sizeof(g_VSOP87_Q2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q3_MARS, sizeof(g_VSOP87_Q3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q4_MARS, sizeof(g_VSOP87_Q4_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q5_MARS, sizeof(g_VSOP87_Q5_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_Q_MARS +{ { + { g_VSOP87_Q0_MARS.data(), g_VSOP87_Q0_MARS.size() }, + { g_VSOP87_Q1_MARS.data(), g_VSOP87_Q1_MARS.size() }, + { g_VSOP87_Q2_MARS.data(), g_VSOP87_Q2_MARS.size() }, + { g_VSOP87_Q3_MARS.data(), g_VSOP87_Q3_MARS.size() }, + { g_VSOP87_Q4_MARS.data(), g_VSOP87_Q4_MARS.size() }, + { g_VSOP87_Q5_MARS.data(), g_VSOP87_Q5_MARS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_P_MARS[] = -{ - { g_VSOP87_P0_MARS, sizeof(g_VSOP87_P0_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P1_MARS, sizeof(g_VSOP87_P1_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P2_MARS, sizeof(g_VSOP87_P2_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P3_MARS, sizeof(g_VSOP87_P3_MARS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P4_MARS, sizeof(g_VSOP87_P4_MARS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_P_MARS +{ { + { g_VSOP87_P0_MARS.data(), g_VSOP87_P0_MARS.size() }, + { g_VSOP87_P1_MARS.data(), g_VSOP87_P1_MARS.size() }, + { g_VSOP87_P2_MARS.data(), g_VSOP87_P2_MARS.size() }, + { g_VSOP87_P3_MARS.data(), g_VSOP87_P3_MARS.size() }, + { g_VSOP87_P4_MARS.data(), g_VSOP87_P4_MARS.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87_Mars::A(double JD) +double CAAVSOP87_Mars::A(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_A_MARS, sizeof(g_VSOP87_A_MARS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87_A_MARS.data(), g_VSOP87_A_MARS.size(), false); } -double CAAVSOP87_Mars::L(double JD) +double CAAVSOP87_Mars::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_L_MARS, sizeof(g_VSOP87_L_MARS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_L_MARS.data(), g_VSOP87_L_MARS.size(), true); } -double CAAVSOP87_Mars::K(double JD) +double CAAVSOP87_Mars::K(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_K_MARS, sizeof(g_VSOP87_K_MARS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_K_MARS.data(), g_VSOP87_K_MARS.size(), false); } -double CAAVSOP87_Mars::H(double JD) +double CAAVSOP87_Mars::H(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_H_MARS, sizeof(g_VSOP87_H_MARS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_H_MARS.data(), g_VSOP87_H_MARS.size(), false); } -double CAAVSOP87_Mars::Q(double JD) +double CAAVSOP87_Mars::Q(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_Q_MARS, sizeof(g_VSOP87_Q_MARS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_Q_MARS.data(), g_VSOP87_Q_MARS.size(), false); } -double CAAVSOP87_Mars::P(double JD) +double CAAVSOP87_Mars::P(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_P_MARS, sizeof(g_VSOP87_P_MARS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_P_MARS.data(), g_VSOP87_P_MARS.size(), false); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87_MAR.h b/Sources/AAPlus/include/AAVSOP87_MAR.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87_MAR.h rename to Sources/AAPlus/include/AAVSOP87_MAR.h index 8933b92..b3f59d5 --- a/Vendor/AA+/1.6.3/AAVSOP87_MAR.h +++ b/Sources/AAPlus/include/AAVSOP87_MAR.h @@ -2,9 +2,8 @@ Module : AAVSOP87_MAR.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87_Mars { public: - static double A(double JD); - static double L(double JD); - static double K(double JD); - static double H(double JD); - static double Q(double JD); - static double P(double JD); + static double A(double JD) noexcept; + static double L(double JD) noexcept; + static double K(double JD) noexcept; + static double H(double JD) noexcept; + static double Q(double JD) noexcept; + static double P(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87_MER.h b/Sources/AAPlus/include/AAVSOP87_MER.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87_MER.h rename to Sources/AAPlus/include/AAVSOP87_MER.h index cdcfc46..8a3dbd0 --- a/Vendor/AA+/1.6.3/AAVSOP87_MER.h +++ b/Sources/AAPlus/include/AAVSOP87_MER.h @@ -2,9 +2,8 @@ Module : AAVSOP87_MER.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87_Mercury { public: - static double A(double JD); - static double L(double JD); - static double K(double JD); - static double H(double JD); - static double Q(double JD); - static double P(double JD); + static double A(double JD) noexcept; + static double L(double JD) noexcept; + static double K(double JD) noexcept; + static double H(double JD) noexcept; + static double Q(double JD) noexcept; + static double P(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87_NEP.cpp b/Sources/AAPlus/include/AAVSOP87_NEP.cpp old mode 100755 new mode 100644 similarity index 97% rename from Vendor/AA+/1.6.3/AAVSOP87_NEP.cpp rename to Sources/AAPlus/include/AAVSOP87_NEP.cpp index 3ed7786..deae4ef --- a/Vendor/AA+/1.6.3/AAVSOP87_NEP.cpp +++ b/Sources/AAPlus/include/AAVSOP87_NEP.cpp @@ -3,8 +3,13 @@ Module : AAVSOP87_NEP.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. + PJN / 10-01-2021 1. Reworked the K, H, Q and P methods to pass false for bAngle to CAAVSOP87::Calculate. + These values are not angular values in the true sense of the word and by passing + false, the values returned are now in exact agreement with the vsop87.chk test + values. Thanks to Cao Yu for reporting this issue. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +30,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87_NEP.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87_A0_NEPTUNE[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87_A0_NEPTUNE +{ { { 30.11038686942, 0.00000000000, 0.00000000000 }, { 0.14818172119, 1.57105922541, 491.55792945680 }, { 0.03597274341, 1.84552690821, 175.16605980020 }, @@ -1181,10 +1191,10 @@ const VSOP87Coefficient g_VSOP87_A0_NEPTUNE[] = { 0.00000002754, 4.53189887476, 1614.62757383960 }, { 0.00000002548, 3.97217289962, 29.74746424980 }, { 0.00000002192, 6.17305341452, 31.54075349880 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A1_NEPTUNE[] = -{ +constexpr array g_VSOP87_A1_NEPTUNE +{ { { 0.00035017221, 1.07792431879, 1021.24889455140 }, { 0.00021981792, 5.24159938374, 388.46515523820 }, { 0.00016983720, 2.88749614679, 498.67147645760 }, @@ -1620,10 +1630,10 @@ const VSOP87Coefficient g_VSOP87_A1_NEPTUNE[] = { 0.00000002617, 3.79818771995, 1189.30140735080 }, { 0.00000002179, 2.34134327887, 1402.60050278880 }, { 0.00000002350, 1.69866882623, 275.55052103310 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A2_NEPTUNE[] = -{ +constexpr array g_VSOP87_A2_NEPTUNE +{ { { 0.00003493966, 5.10707633632, 484.44438245600 }, { 0.00003503585, 1.18344352637, 498.67147645760 }, { 0.00002282135, 6.09486118766, 1021.24889455140 }, @@ -1779,10 +1789,10 @@ const VSOP87Coefficient g_VSOP87_A2_NEPTUNE[] = { 0.00000002234, 0.87338531461, 512.89857045920 }, { 0.00000002895, 2.05957820220, 164.12035953630 }, { 0.00000002506, 5.79450258240, 481.26298871830 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A3_NEPTUNE[] = -{ +constexpr array g_VSOP87_A3_NEPTUNE +{ { { 0.00000481382, 0.54978896704, 484.44438245600 }, { 0.00000481827, 5.74642070789, 498.67147645760 }, { 0.00000292132, 2.86304883634, 182.27960680100 }, @@ -1828,10 +1838,10 @@ const VSOP87Coefficient g_VSOP87_A3_NEPTUNE[] = { 0.00000002544, 3.87101371906, 594.65070367540 }, { 0.00000002269, 5.80115234676, 485.92885516430 }, { 0.00000002172, 3.38118614602, 2.96894541660 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A4_NEPTUNE[] = -{ +constexpr array g_VSOP87_A4_NEPTUNE +{ { { 0.00000049674, 2.30255341502, 484.44438245600 }, { 0.00000049601, 4.00312092905, 498.67147645760 }, { 0.00000030480, 1.10905461472, 182.27960680100 }, @@ -1846,18 +1856,18 @@ const VSOP87Coefficient g_VSOP87_A4_NEPTUNE[] = { 0.00000002536, 5.80122518791, 160.93896579860 }, { 0.00000002435, 5.11981578252, 381.35160823740 }, { 0.00000002758, 5.96918316904, 388.46515523820 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A5_NEPTUNE[] = -{ +constexpr array g_VSOP87_A5_NEPTUNE +{ { { 0.00000003829, 4.20430497920, 484.44438245600 }, { 0.00000003776, 2.11088478470, 498.67147645760 }, { 0.00000002308, 5.62874506338, 182.27960680100 }, { 0.00000002188, 1.11125873543, 168.05251279940 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L0_NEPTUNE[] = -{ +constexpr array g_VSOP87_L0_NEPTUNE +{ { { 5.31188628676, 0.00000000000, 0.00000000000 }, { 0.01017628072, 0.48586478491, 1.48447270830 }, { 0.00441710236, 0.00020868462, 491.55792945680 }, @@ -2955,10 +2965,10 @@ const VSOP87Coefficient g_VSOP87_L0_NEPTUNE[] = { 0.00000000082, 5.41075437199, 392.08849196060 }, { 0.00000000095, 4.73214379241, 108.98248094200 }, { 0.00000000099, 4.76624768860, 161.72086309130 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L1_NEPTUNE[] = -{ +constexpr array g_VSOP87_L1_NEPTUNE +{ { { 38.13303563780, 0.00000000000, 0.00000000000 }, { 0.00016569412, 4.86311838543, 1.48447270830 }, { 0.00001295022, 3.67289349677, 2.96894541660 }, @@ -3420,10 +3430,10 @@ const VSOP87Coefficient g_VSOP87_L1_NEPTUNE[] = { 0.00000000088, 0.33899786983, 528.20649238630 }, { 0.00000000095, 1.19688355933, 526.98265210890 }, { 0.00000000099, 3.69292921873, 140.00196957900 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L2_NEPTUNE[] = -{ +constexpr array g_VSOP87_L2_NEPTUNE +{ { { 0.00000294794, 1.85515077260, 1.48447270830 }, { 0.00000104572, 5.89577229482, 498.67147645760 }, { 0.00000103983, 3.53641834575, 484.44438245600 }, @@ -3593,10 +3603,10 @@ const VSOP87Coefficient g_VSOP87_L2_NEPTUNE[] = { 0.00000000071, 1.07369942793, 913.96333463880 }, { 0.00000000098, 4.33741589402, 1052.26838318840 }, { 0.00000000076, 2.92708454987, 535.32003938710 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L3_NEPTUNE[] = -{ +constexpr array g_VSOP87_L3_NEPTUNE +{ { { 0.00000014390, 4.17547427429, 498.67147645760 }, { 0.00000014326, 5.26238340741, 484.44438245600 }, { 0.00000012434, 6.04427218975, 1.48447270830 }, @@ -3642,10 +3652,10 @@ const VSOP87Coefficient g_VSOP87_L3_NEPTUNE[] = { 0.00000000080, 3.23644218035, 482.95990974770 }, { 0.00000000099, 2.51544584516, 220.41264243880 }, { 0.00000000086, 0.66151775647, 178.34745353790 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L4_NEPTUNE[] = -{ +constexpr array g_VSOP87_L4_NEPTUNE +{ { { 0.00000001480, 2.43204577915, 498.67147645760 }, { 0.00000001478, 0.73185691074, 484.44438245600 }, { 0.00000000790, 5.82378544119, 182.27960680100 }, @@ -3657,16 +3667,16 @@ const VSOP87Coefficient g_VSOP87_L4_NEPTUNE[] = { 0.00000000156, 5.75275839123, 189.39315380180 }, { 0.00000000096, 1.20843076337, 1021.24889455140 }, { 0.00000000117, 0.47056402582, 1014.13534755060 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L5_NEPTUNE[] = -{ +constexpr array g_VSOP87_L5_NEPTUNE +{ { { 0.00000000112, 0.53921643815, 498.67147645760 }, { 0.00000000113, 2.63497611923, 484.44438245600 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K0_NEPTUNE[] = -{ +constexpr array g_VSOP87_K0_NEPTUNE +{ { { 0.00599977571, 0.00000000000, 0.00000000000 }, { 0.00343810387, 0.59989432818, 529.69096509460 }, { 0.00136232980, 5.31190360139, 38.13303563780 }, @@ -4830,10 +4840,10 @@ const VSOP87Coefficient g_VSOP87_K0_NEPTUNE[] = { 0.00000000075, 4.39522108408, 285.76613989450 }, { 0.00000000077, 1.83186809332, 142.71028256470 }, { 0.00000000087, 4.56862698043, 600.27977796790 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K1_NEPTUNE[] = -{ +constexpr array g_VSOP87_K1_NEPTUNE +{ { { 0.00000840279, 0.10697001844, 1059.38193018920 }, { 0.00000871304, 0.00000000000, 0.00000000000 }, { 0.00000501998, 4.27012433297, 426.59819087600 }, @@ -5328,10 +5338,10 @@ const VSOP87Coefficient g_VSOP87_K1_NEPTUNE[] = { 0.00000000072, 5.90746143240, 1226.16241860140 }, { 0.00000000076, 1.43082654712, 501.59223776440 }, { 0.00000000094, 5.78476984982, 10175.15251057320 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K2_NEPTUNE[] = -{ +constexpr array g_VSOP87_K2_NEPTUNE +{ { { 0.00000119902, 3.14159265359, 0.00000000000 }, { 0.00000081413, 0.21199462465, 536.80451209540 }, { 0.00000081016, 4.13651930081, 522.57741809380 }, @@ -5524,10 +5534,10 @@ const VSOP87Coefficient g_VSOP87_K2_NEPTUNE[] = { 0.00000000084, 0.94609583027, 1550.93985964600 }, { 0.00000000099, 0.51848933414, 662.53120356300 }, { 0.00000000071, 3.35968456664, 234.63973644040 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K3_NEPTUNE[] = -{ +constexpr array g_VSOP87_K3_NEPTUNE +{ { { 0.00000011195, 4.77473729651, 536.80451209540 }, { 0.00000011161, 5.86225357415, 522.57741809380 }, { 0.00000006226, 1.89096808297, 220.41264243880 }, @@ -5575,10 +5585,10 @@ const VSOP87Coefficient g_VSOP87_K3_NEPTUNE[] = { 0.00000000100, 1.99200549067, 570.74476203920 }, { 0.00000000105, 4.56560328496, 60.76695288680 }, { 0.00000000074, 4.80078680817, 2118.76386037840 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K4_NEPTUNE[] = -{ +constexpr array g_VSOP87_K4_NEPTUNE +{ { { 0.00000001152, 1.33231530600, 522.57741809380 }, { 0.00000001152, 3.03044694984, 536.80451209540 }, { 0.00000000647, 0.13739121290, 220.41264243880 }, @@ -5595,16 +5605,16 @@ const VSOP87Coefficient g_VSOP87_K4_NEPTUNE[] = { 0.00000000080, 1.07686382047, 357.44566660120 }, { 0.00000000077, 3.37577795744, 439.19779981740 }, { 0.00000000073, 1.80267988768, 1059.38193018920 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K5_NEPTUNE[] = -{ +constexpr array g_VSOP87_K5_NEPTUNE +{ { { 0.00000000089, 3.23427770926, 522.57741809380 }, { 0.00000000088, 1.13898430781, 536.80451209540 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H0_NEPTUNE[] = -{ +constexpr array g_VSOP87_H0_NEPTUNE +{ { { 0.00669242413, 0.00000000000, 0.00000000000 }, { 0.00344034784, 5.31201105782, 529.69096509460 }, { 0.00136278888, 3.74103613444, 38.13303563780 }, @@ -6766,10 +6776,10 @@ const VSOP87Coefficient g_VSOP87_H0_NEPTUNE[] = { 0.00000000100, 5.64282283335, 699.29164107710 }, { 0.00000000089, 0.04149950402, 94.75538694040 }, { 0.00000000081, 5.96377417718, 288.29314232640 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H1_NEPTUNE[] = -{ +constexpr array g_VSOP87_H1_NEPTUNE +{ { { 0.00007824336, 0.00000000000, 0.00000000000 }, { 0.00000841054, 4.81874683539, 1059.38193018920 }, { 0.00000501326, 2.69965727448, 426.59819087600 }, @@ -7263,10 +7273,10 @@ const VSOP87Coefficient g_VSOP87_H1_NEPTUNE[] = { 0.00000000074, 1.28535689087, 353.51351333810 }, { 0.00000000081, 1.30551879255, 10213.28554621100 }, { 0.00000000085, 1.49370331781, 186.21176006410 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H2_NEPTUNE[] = -{ +constexpr array g_VSOP87_H2_NEPTUNE +{ { { 0.00000081488, 4.92419126709, 536.80451209540 }, { 0.00000080988, 2.56467121885, 522.57741809380 }, { 0.00000080801, 0.00000000000, 0.00000000000 }, @@ -7457,10 +7467,10 @@ const VSOP87Coefficient g_VSOP87_H2_NEPTUNE[] = { 0.00000000077, 3.46075964434, 41.10198105440 }, { 0.00000000073, 0.41101129429, 57.84619158000 }, { 0.00000000096, 4.33114744512, 62.03897727400 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H3_NEPTUNE[] = -{ +constexpr array g_VSOP87_H3_NEPTUNE +{ { { 0.00000011207, 3.20391641812, 536.80451209540 }, { 0.00000011159, 4.29095714390, 522.57741809380 }, { 0.00000006208, 0.32172003077, 220.41264243880 }, @@ -7509,10 +7519,10 @@ const VSOP87Coefficient g_VSOP87_H3_NEPTUNE[] = { 0.00000000105, 6.13636804737, 60.76695288680 }, { 0.00000000085, 3.47968333946, 570.74476203920 }, { 0.00000000074, 3.22958817861, 2118.76386037840 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H4_NEPTUNE[] = -{ +constexpr array g_VSOP87_H4_NEPTUNE +{ { { 0.00000001153, 1.45998777249, 536.80451209540 }, { 0.00000001152, 6.04417283937, 522.57741809380 }, { 0.00000000644, 4.85279001731, 220.41264243880 }, @@ -7529,16 +7539,16 @@ const VSOP87Coefficient g_VSOP87_H4_NEPTUNE[] = { 0.00000000080, 2.64762070263, 357.44566660120 }, { 0.00000000077, 4.94653753799, 439.19779981740 }, { 0.00000000073, 0.23841464846, 1059.38193018920 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H5_NEPTUNE[] = -{ +constexpr array g_VSOP87_H5_NEPTUNE +{ { { 0.00000000089, 1.66512374486, 522.57741809380 }, { 0.00000000088, 5.85453950365, 536.80451209540 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q0_NEPTUNE[] = -{ +constexpr array g_VSOP87_Q0_NEPTUNE +{ { { 0.01029147819, 3.14159265359, 0.00000000000 }, { 0.00001010070, 1.61174508752, 491.55792945680 }, { 0.00000874114, 5.95211630725, 567.82400073240 }, @@ -7753,10 +7763,10 @@ const VSOP87Coefficient g_VSOP87_Q0_NEPTUNE[] = { 0.00000000073, 0.78854183549, 487.36514376280 }, { 0.00000000083, 0.35317158218, 138.51749687070 }, { 0.00000000071, 0.52348616754, 365.00115658670 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q1_NEPTUNE[] = -{ +constexpr array g_VSOP87_Q1_NEPTUNE +{ { { 0.00000072727, 3.14159265359, 0.00000000000 }, { 0.00000049938, 4.01961279797, 491.55792945680 }, { 0.00000043229, 2.07647677274, 567.82400073240 }, @@ -7826,10 +7836,10 @@ const VSOP87Coefficient g_VSOP87_Q1_NEPTUNE[] = { 0.00000000087, 1.39157968343, 678.03032195180 }, { 0.00000000076, 4.75256824702, 148.07872442630 }, { 0.00000000075, 0.56000306782, 108.46121608020 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q2_NEPTUNE[] = -{ +constexpr array g_VSOP87_Q2_NEPTUNE +{ { { 0.00000006568, 3.14159265359, 0.00000000000 }, { 0.00000003366, 5.63805530059, 491.55792945680 }, { 0.00000002913, 3.69512101666, 567.82400073240 }, @@ -7847,18 +7857,18 @@ const VSOP87Coefficient g_VSOP87_Q2_NEPTUNE[] = { 0.00000000109, 3.64776068387, 182.27960680100 }, { 0.00000000084, 2.09604606056, 76.26607127560 }, { 0.00000000094, 1.06525818713, 464.73122651380 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q3_NEPTUNE[] = -{ +constexpr array g_VSOP87_Q3_NEPTUNE +{ { { 0.00000001668, 0.00000000000, 0.00000000000 }, { 0.00000000112, 1.05781353967, 491.55792945680 }, { 0.00000000097, 5.39814587459, 567.82400073240 }, { 0.00000000074, 4.25080726945, 175.16605980020 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P0_NEPTUNE[] = -{ +constexpr array g_VSOP87_P0_NEPTUNE +{ { { 0.01151683985, 0.00000000000, 0.00000000000 }, { 0.00001009343, 3.18233913691, 491.55792945680 }, { 0.00000874092, 4.38157781700, 567.82400073240 }, @@ -8069,10 +8079,10 @@ const VSOP87Coefficient g_VSOP87_P0_NEPTUNE[] = { 0.00000000102, 1.80240938751, 456.39383923560 }, { 0.00000000081, 1.51525627178, 46.20979048510 }, { 0.00000000090, 5.77210865729, 602.98809095360 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P1_NEPTUNE[] = -{ +constexpr array g_VSOP87_P1_NEPTUNE +{ { { 0.00002575536, 0.00000000000, 0.00000000000 }, { 0.00000049931, 5.58956815129, 491.55792945680 }, { 0.00000043229, 0.50592918283, 567.82400073240 }, @@ -8144,10 +8154,10 @@ const VSOP87Coefficient g_VSOP87_P1_NEPTUNE[] = { 0.00000000087, 6.10422442369, 678.03032195180 }, { 0.00000000077, 3.46615421630, 525.49817940060 }, { 0.00000000078, 3.04682223934, 148.07872442630 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P2_NEPTUNE[] = -{ +constexpr array g_VSOP87_P2_NEPTUNE +{ { { 0.00000019377, 0.00000000000, 0.00000000000 }, { 0.00000003366, 0.92600372203, 491.55792945680 }, { 0.00000002912, 2.12458174427, 567.82400073240 }, @@ -8165,102 +8175,101 @@ const VSOP87Coefficient g_VSOP87_P2_NEPTUNE[] = { 0.00000000109, 5.21829778138, 182.27960680100 }, { 0.00000000084, 0.52550673415, 76.26607127560 }, { 0.00000000094, 5.77790538380, 464.73122651380 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P3_NEPTUNE[] = -{ +constexpr array g_VSOP87_P3_NEPTUNE +{ { { 0.00000001331, 0.00000000000, 0.00000000000 }, { 0.00000000112, 2.62835519614, 491.55792945680 }, { 0.00000000097, 3.82760549653, 567.82400073240 }, { 0.00000000074, 5.82134710782, 175.16605980020 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87_A_NEPTUNE[] = -{ - { g_VSOP87_A0_NEPTUNE, sizeof(g_VSOP87_A0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A1_NEPTUNE, sizeof(g_VSOP87_A1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A2_NEPTUNE, sizeof(g_VSOP87_A2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A3_NEPTUNE, sizeof(g_VSOP87_A3_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A4_NEPTUNE, sizeof(g_VSOP87_A4_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A5_NEPTUNE, sizeof(g_VSOP87_A5_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_A_NEPTUNE +{ { + { g_VSOP87_A0_NEPTUNE.data(), g_VSOP87_A0_NEPTUNE.size() }, + { g_VSOP87_A1_NEPTUNE.data(), g_VSOP87_A1_NEPTUNE.size() }, + { g_VSOP87_A2_NEPTUNE.data(), g_VSOP87_A2_NEPTUNE.size() }, + { g_VSOP87_A3_NEPTUNE.data(), g_VSOP87_A3_NEPTUNE.size() }, + { g_VSOP87_A4_NEPTUNE.data(), g_VSOP87_A4_NEPTUNE.size() }, + { g_VSOP87_A5_NEPTUNE.data(), g_VSOP87_A5_NEPTUNE.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_L_NEPTUNE[] = -{ - { g_VSOP87_L0_NEPTUNE, sizeof(g_VSOP87_L0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L1_NEPTUNE, sizeof(g_VSOP87_L1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L2_NEPTUNE, sizeof(g_VSOP87_L2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L3_NEPTUNE, sizeof(g_VSOP87_L3_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L4_NEPTUNE, sizeof(g_VSOP87_L4_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L5_NEPTUNE, sizeof(g_VSOP87_L5_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_L_NEPTUNE +{ { + { g_VSOP87_L0_NEPTUNE.data(), g_VSOP87_L0_NEPTUNE.size() }, + { g_VSOP87_L1_NEPTUNE.data(), g_VSOP87_L1_NEPTUNE.size() }, + { g_VSOP87_L2_NEPTUNE.data(), g_VSOP87_L2_NEPTUNE.size() }, + { g_VSOP87_L3_NEPTUNE.data(), g_VSOP87_L3_NEPTUNE.size() }, + { g_VSOP87_L4_NEPTUNE.data(), g_VSOP87_L4_NEPTUNE.size() }, + { g_VSOP87_L5_NEPTUNE.data(), g_VSOP87_L5_NEPTUNE.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_K_NEPTUNE[] = -{ - { g_VSOP87_K0_NEPTUNE, sizeof(g_VSOP87_K0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K1_NEPTUNE, sizeof(g_VSOP87_K1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K2_NEPTUNE, sizeof(g_VSOP87_K2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K3_NEPTUNE, sizeof(g_VSOP87_K3_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K4_NEPTUNE, sizeof(g_VSOP87_K4_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K5_NEPTUNE, sizeof(g_VSOP87_K5_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_K_NEPTUNE +{ { + { g_VSOP87_K0_NEPTUNE.data(), g_VSOP87_K0_NEPTUNE.size() }, + { g_VSOP87_K1_NEPTUNE.data(), g_VSOP87_K1_NEPTUNE.size() }, + { g_VSOP87_K2_NEPTUNE.data(), g_VSOP87_K2_NEPTUNE.size() }, + { g_VSOP87_K3_NEPTUNE.data(), g_VSOP87_K3_NEPTUNE.size() }, + { g_VSOP87_K4_NEPTUNE.data(), g_VSOP87_K4_NEPTUNE.size() }, + { g_VSOP87_K5_NEPTUNE.data(), g_VSOP87_K5_NEPTUNE.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_H_NEPTUNE[] = -{ - { g_VSOP87_H0_NEPTUNE, sizeof(g_VSOP87_H0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H1_NEPTUNE, sizeof(g_VSOP87_H1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H2_NEPTUNE, sizeof(g_VSOP87_H2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H3_NEPTUNE, sizeof(g_VSOP87_H3_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H4_NEPTUNE, sizeof(g_VSOP87_H4_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H5_NEPTUNE, sizeof(g_VSOP87_H5_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_H_NEPTUNE +{ { + { g_VSOP87_H0_NEPTUNE.data(), g_VSOP87_H0_NEPTUNE.size() }, + { g_VSOP87_H1_NEPTUNE.data(), g_VSOP87_H1_NEPTUNE.size() }, + { g_VSOP87_H2_NEPTUNE.data(), g_VSOP87_H2_NEPTUNE.size() }, + { g_VSOP87_H3_NEPTUNE.data(), g_VSOP87_H3_NEPTUNE.size() }, + { g_VSOP87_H4_NEPTUNE.data(), g_VSOP87_H4_NEPTUNE.size() }, + { g_VSOP87_H5_NEPTUNE.data(), g_VSOP87_H5_NEPTUNE.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_Q_NEPTUNE[] = -{ - { g_VSOP87_Q0_NEPTUNE, sizeof(g_VSOP87_Q0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q1_NEPTUNE, sizeof(g_VSOP87_Q1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q2_NEPTUNE, sizeof(g_VSOP87_Q2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q3_NEPTUNE, sizeof(g_VSOP87_Q3_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_Q_NEPTUNE +{ { + { g_VSOP87_Q0_NEPTUNE.data(), g_VSOP87_Q0_NEPTUNE.size() }, + { g_VSOP87_Q1_NEPTUNE.data(), g_VSOP87_Q1_NEPTUNE.size() }, + { g_VSOP87_Q2_NEPTUNE.data(), g_VSOP87_Q2_NEPTUNE.size() }, + { g_VSOP87_Q3_NEPTUNE.data(), g_VSOP87_Q3_NEPTUNE.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_P_NEPTUNE[] = -{ - { g_VSOP87_P0_NEPTUNE, sizeof(g_VSOP87_P0_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P1_NEPTUNE, sizeof(g_VSOP87_P1_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P2_NEPTUNE, sizeof(g_VSOP87_P2_NEPTUNE)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P3_NEPTUNE, sizeof(g_VSOP87_P3_NEPTUNE)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_P_NEPTUNE +{ { + { g_VSOP87_P0_NEPTUNE.data(), g_VSOP87_P0_NEPTUNE.size() }, + { g_VSOP87_P1_NEPTUNE.data(), g_VSOP87_P1_NEPTUNE.size() }, + { g_VSOP87_P2_NEPTUNE.data(), g_VSOP87_P2_NEPTUNE.size() }, + { g_VSOP87_P3_NEPTUNE.data(), g_VSOP87_P3_NEPTUNE.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87_Neptune::A(double JD) +double CAAVSOP87_Neptune::A(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_A_NEPTUNE, sizeof(g_VSOP87_A_NEPTUNE)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87_A_NEPTUNE.data(), g_VSOP87_A_NEPTUNE.size(), false); } -double CAAVSOP87_Neptune::L(double JD) +double CAAVSOP87_Neptune::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_L_NEPTUNE, sizeof(g_VSOP87_L_NEPTUNE)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_L_NEPTUNE.data(), g_VSOP87_L_NEPTUNE.size(), true); } -double CAAVSOP87_Neptune::K(double JD) +double CAAVSOP87_Neptune::K(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_K_NEPTUNE, sizeof(g_VSOP87_K_NEPTUNE)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_K_NEPTUNE.data(), g_VSOP87_K_NEPTUNE.size(), false); } -double CAAVSOP87_Neptune::H(double JD) +double CAAVSOP87_Neptune::H(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_H_NEPTUNE, sizeof(g_VSOP87_H_NEPTUNE)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_H_NEPTUNE.data(), g_VSOP87_H_NEPTUNE.size(), false); } -double CAAVSOP87_Neptune::Q(double JD) +double CAAVSOP87_Neptune::Q(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_Q_NEPTUNE, sizeof(g_VSOP87_Q_NEPTUNE)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_Q_NEPTUNE.data(), g_VSOP87_Q_NEPTUNE.size(), false); } -double CAAVSOP87_Neptune::P(double JD) +double CAAVSOP87_Neptune::P(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_P_NEPTUNE, sizeof(g_VSOP87_P_NEPTUNE)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_P_NEPTUNE.data(), g_VSOP87_P_NEPTUNE.size(), false); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87_NEP.h b/Sources/AAPlus/include/AAVSOP87_NEP.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87_NEP.h rename to Sources/AAPlus/include/AAVSOP87_NEP.h index 05c450b..207bd67 --- a/Vendor/AA+/1.6.3/AAVSOP87_NEP.h +++ b/Sources/AAPlus/include/AAVSOP87_NEP.h @@ -2,9 +2,8 @@ Module : AAVSOP87_NEP.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87_Neptune { public: - static double A(double JD); - static double L(double JD); - static double K(double JD); - static double H(double JD); - static double Q(double JD); - static double P(double JD); + static double A(double JD) noexcept; + static double L(double JD) noexcept; + static double K(double JD) noexcept; + static double H(double JD) noexcept; + static double Q(double JD) noexcept; + static double P(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87_SAT.h b/Sources/AAPlus/include/AAVSOP87_SAT.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87_SAT.h rename to Sources/AAPlus/include/AAVSOP87_SAT.h index 7e63be9..1b6470b --- a/Vendor/AA+/1.6.3/AAVSOP87_SAT.h +++ b/Sources/AAPlus/include/AAVSOP87_SAT.h @@ -2,9 +2,8 @@ Module : AAVSOP87_SAT.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87_Saturn { public: - static double A(double JD); - static double L(double JD); - static double K(double JD); - static double H(double JD); - static double Q(double JD); - static double P(double JD); + static double A(double JD) noexcept; + static double L(double JD) noexcept; + static double K(double JD) noexcept; + static double H(double JD) noexcept; + static double Q(double JD) noexcept; + static double P(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87_URA.cpp b/Sources/AAPlus/include/AAVSOP87_URA.cpp old mode 100755 new mode 100644 similarity index 98% rename from Vendor/AA+/1.6.3/AAVSOP87_URA.cpp rename to Sources/AAPlus/include/AAVSOP87_URA.cpp index 7314c72..482dfd8 --- a/Vendor/AA+/1.6.3/AAVSOP87_URA.cpp +++ b/Sources/AAPlus/include/AAVSOP87_URA.cpp @@ -3,8 +3,13 @@ Module : AAVSOP87_URA.cpp Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 History: PJN / 13-09-2015 1. Initial public release. + PJN / 22-04-2020 1. Reworked C arrays to use std::array. + PJN / 10-01-2021 1. Reworked the K, H, Q and P methods to pass false for bAngle to CAAVSOP87::Calculate. + These values are not angular values in the true sense of the word and by passing + false, the values returned are now in exact agreement with the vsop87.chk test + values. Thanks to Cao Yu for reporting this issue. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -25,13 +30,18 @@ to maintain a single distribution point for the source code. #include "AAVSOP87.h" #include "AAVSOP87_URA.h" #include +#include using namespace std; ////////////////////////////// Macros / Defines /////////////////////////////// -const VSOP87Coefficient g_VSOP87_A0_URANUS[] = -{ +#ifdef _MSC_VER +#pragma warning(disable : 26485) +#endif //#ifdef _MSC_VER + +constexpr array g_VSOP87_A0_URANUS +{ { { 19.21844606178, 0.00000000000, 0.00000000000 }, { 0.08030476240, 1.40140954803, 454.90936652730 }, { 0.02068375131, 1.67626096637, 138.51749687070 }, @@ -2079,10 +2089,10 @@ const VSOP87Coefficient g_VSOP87_A0_URANUS[] = { 0.00000001474, 5.07310118619, 380.17595206980 }, { 0.00000001934, 1.80479545208, 6061.69999970610 }, { 0.00000001508, 2.54727643115, 882.99203011160 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A1_URANUS[] = -{ +constexpr array g_VSOP87_A1_URANUS +{ { { 0.00018892174, 5.14166599806, 11.04570026390 }, { 0.00018428974, 0.90876002089, 984.60033162190 }, { 0.00012155731, 5.07129450662, 351.81659230870 }, @@ -2983,10 +2993,10 @@ const VSOP87Coefficient g_VSOP87_A1_URANUS[] = { 0.00000001779, 3.69295524043, 89.75945209430 }, { 0.00000001373, 3.95041684094, 734.23198212910 }, { 0.00000001463, 4.45828542478, 439.19779981740 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A2_URANUS[] = -{ +constexpr array g_VSOP87_A2_URANUS +{ { { 0.00001894669, 4.93732568520, 447.79581952650 }, { 0.00001897156, 1.01368771445, 462.02291352810 }, { 0.00001198486, 5.92364914461, 984.60033162190 }, @@ -3330,10 +3340,10 @@ const VSOP87Coefficient g_VSOP87_A2_URANUS[] = { 0.00000001366, 2.61346126507, 579.34278174830 }, { 0.00000001393, 2.60275651431, 990.22940591440 }, { 0.00000001362, 5.56379113643, 192.69216761850 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A3_URANUS[] = -{ +constexpr array g_VSOP87_A3_URANUS +{ { { 0.00000261037, 0.37996433897, 447.79581952650 }, { 0.00000260917, 5.57624583446, 462.02291352810 }, { 0.00000167973, 2.69360050805, 145.63104387150 }, @@ -3431,10 +3441,10 @@ const VSOP87Coefficient g_VSOP87_A3_URANUS[] = { 0.00000001430, 5.02620820266, 309.27832265580 }, { 0.00000001443, 4.72244282989, 147.11551657980 }, { 0.00000001361, 0.26726148208, 497.44763618020 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A4_URANUS[] = -{ +constexpr array g_VSOP87_A4_URANUS +{ { { 0.00000026958, 2.13274803447, 447.79581952650 }, { 0.00000026882, 3.83194362575, 462.02291352810 }, { 0.00000017545, 0.93931482760, 145.63104387150 }, @@ -3453,16 +3463,16 @@ const VSOP87Coefficient g_VSOP87_A4_URANUS[] = { 0.00000001972, 1.87019970163, 977.48678462110 }, { 0.00000001452, 5.63005849469, 124.29040286910 }, { 0.00000001971, 3.04667964800, 18.15924726470 } -}; +} }; -const VSOP87Coefficient g_VSOP87_A5_URANUS[] = -{ +constexpr array g_VSOP87_A5_URANUS +{ { { 0.00000002076, 4.03483626633, 447.79581952650 }, { 0.00000002047, 1.94014137853, 462.02291352810 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L0_URANUS[] = -{ +constexpr array g_VSOP87_L0_URANUS +{ { { 5.48129387159, 0.00000000000, 0.00000000000 }, { 0.01503941337, 3.62721239702, 1.48447270830 }, { 0.00341045477, 6.11377091373, 454.90936652730 }, @@ -5510,10 +5520,10 @@ const VSOP87Coefficient g_VSOP87_L0_URANUS[] = { 0.00000000097, 5.55600837837, 1238.05945212720 }, { 0.00000000100, 6.27212996654, 198.10879358990 }, { 0.00000000091, 1.47081085601, 195.40048060420 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L1_URANUS[] = -{ +constexpr array g_VSOP87_L1_URANUS +{ { { 74.78159856730, 0.00000000000, 0.00000000000 }, { 0.00024451511, 1.71261369505, 1.48447270830 }, { 0.00008935001, 0.42318902886, 11.04570026390 }, @@ -6537,10 +6547,10 @@ const VSOP87Coefficient g_VSOP87_L1_URANUS[] = { 0.00000000092, 1.61147652123, 548.65336151140 }, { 0.00000000078, 3.23555778540, 519.60847267720 }, { 0.00000000078, 4.31973486382, 2206.87878107000 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L2_URANUS[] = -{ +constexpr array g_VSOP87_L2_URANUS +{ { { 0.00000848828, 3.14159265359, 0.00000000000 }, { 0.00000743590, 4.51956646459, 11.04570026390 }, { 0.00000538678, 2.27508652773, 3.93215326310 }, @@ -6939,10 +6949,10 @@ const VSOP87Coefficient g_VSOP87_L2_URANUS[] = { 0.00000000079, 3.16222883556, 123.53964334370 }, { 0.00000000074, 2.57500040257, 95.97922721780 }, { 0.00000000092, 5.28130944588, 110.20632121940 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L3_URANUS[] = -{ +constexpr array g_VSOP87_L3_URANUS +{ { { 0.00000067786, 4.12112498633, 3.93215326310 }, { 0.00000051024, 2.38236167801, 11.04570026390 }, { 0.00000043548, 2.95933906539, 1.48447270830 }, @@ -7067,10 +7077,10 @@ const VSOP87Coefficient g_VSOP87_L3_URANUS[] = { 0.00000000093, 1.13341564636, 329.72519178090 }, { 0.00000000074, 5.45418243822, 305.34616939270 }, { 0.00000000071, 1.21735565618, 95.97922721780 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L4_URANUS[] = -{ +constexpr array g_VSOP87_L4_URANUS +{ { { 0.00000003182, 0.34429889987, 11.04570026390 }, { 0.00000001144, 2.26077352925, 462.02291352810 }, { 0.00000001142, 0.56180849143, 447.79581952650 }, @@ -7096,16 +7106,16 @@ const VSOP87Coefficient g_VSOP87_L4_URANUS[] = { 0.00000000075, 1.54218686960, 536.80451209540 }, { 0.00000000074, 1.03115885786, 984.60033162190 }, { 0.00000000075, 1.33099228348, 127.47179660680 } -}; +} }; -const VSOP87Coefficient g_VSOP87_L5_URANUS[] = -{ +constexpr array g_VSOP87_L5_URANUS +{ { { 0.00000000090, 0.37002815970, 462.02291352810 }, { 0.00000000090, 2.47439225640, 447.79581952650 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K0_URANUS[] = -{ +constexpr array g_VSOP87_K0_URANUS +{ { { 0.04595132376, 3.14159265359, 0.00000000000 }, { 0.00274532742, 0.59960944961, 529.69096509460 }, { 0.00209611522, 1.99913587697, 1.48447270830 }, @@ -9153,10 +9163,10 @@ const VSOP87Coefficient g_VSOP87_K0_URANUS[] = { 0.00000000091, 1.89339630804, 1461.44103998260 }, { 0.00000000093, 1.01713232869, 52.14768131830 }, { 0.00000000087, 3.77099368269, 736.67966268390 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K1_URANUS[] = -{ +constexpr array g_VSOP87_K1_URANUS +{ { { 0.00018344115, 0.00000000000, 0.00000000000 }, { 0.00002974032, 2.44820580252, 11.04570026390 }, { 0.00000670635, 0.10669800483, 1059.38193018920 }, @@ -10124,10 +10134,10 @@ const VSOP87Coefficient g_VSOP87_K1_URANUS[] = { 0.00000000095, 1.91330918353, 820.81004048570 }, { 0.00000000081, 1.70628599121, 325.79303851780 }, { 0.00000000083, 3.72707218175, 1011.26697587050 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K2_URANUS[] = -{ +constexpr array g_VSOP87_K2_URANUS +{ { { 0.00000201635, 0.69743240058, 11.04570026390 }, { 0.00000071103, 4.00681435420, 3.93215326310 }, { 0.00000065001, 0.21171806868, 536.80451209540 }, @@ -10498,10 +10508,10 @@ const VSOP87Coefficient g_VSOP87_K2_URANUS[] = { 0.00000000074, 0.66989666171, 1164.76232626820 }, { 0.00000000075, 1.93232639415, 41.10198105440 }, { 0.00000000071, 4.43407335571, 508.35032409220 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K3_URANUS[] = -{ +constexpr array g_VSOP87_K3_URANUS +{ { { 0.00000045396, 3.14159265359, 0.00000000000 }, { 0.00000009247, 5.37755539747, 11.04570026390 }, { 0.00000008914, 5.86205152873, 522.57741809380 }, @@ -10608,10 +10618,10 @@ const VSOP87Coefficient g_VSOP87_K3_URANUS[] = { 0.00000000091, 0.00474331386, 454.90936652730 }, { 0.00000000073, 4.53268846458, 230.56457082540 }, { 0.00000000072, 1.83399008232, 63.73589830340 } -}; +} }; -const VSOP87Coefficient g_VSOP87_K4_URANUS[] = -{ +constexpr array g_VSOP87_K4_URANUS +{ { { 0.00000002185, 0.00000000000, 0.00000000000 }, { 0.00000000920, 1.33232796727, 522.57741809380 }, { 0.00000000918, 3.02992668797, 536.80451209540 }, @@ -10633,10 +10643,10 @@ const VSOP87Coefficient g_VSOP87_K4_URANUS[] = { 0.00000000093, 3.73581285547, 120.35824960600 }, { 0.00000000079, 0.73901245103, 284.14854074220 }, { 0.00000000074, 3.04419026190, 365.90067395840 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H0_URANUS[] = -{ +constexpr array g_VSOP87_H0_URANUS +{ { { 0.00563791307, 0.00000000000, 0.00000000000 }, { 0.00274676149, 5.31178834743, 529.69096509460 }, { 0.00210407426, 0.42744224313, 1.48447270830 }, @@ -12684,10 +12694,10 @@ const VSOP87Coefficient g_VSOP87_H0_URANUS[] = { 0.00000000085, 0.47797943645, 1353.68239931800 }, { 0.00000000103, 3.54208179407, 330.68839962740 }, { 0.00000000090, 3.83880843886, 654.12438031560 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H1_URANUS[] = -{ +constexpr array g_VSOP87_H1_URANUS +{ { { 0.00074964350, 3.14159265359, 0.00000000000 }, { 0.00002977624, 0.88815201141, 11.04570026390 }, { 0.00000671351, 4.81869030034, 1059.38193018920 }, @@ -13651,10 +13661,10 @@ const VSOP87Coefficient g_VSOP87_H1_URANUS[] = { 0.00000000091, 2.75461431221, 913.75088631770 }, { 0.00000000080, 0.38124453841, 1060.86640289750 }, { 0.00000000095, 3.48355058265, 820.81004048570 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H2_URANUS[] = -{ +constexpr array g_VSOP87_H2_URANUS +{ { { 0.00001210200, 0.00000000000, 0.00000000000 }, { 0.00000204698, 5.42673320264, 11.04570026390 }, { 0.00000070575, 2.43929806032, 3.93215326310 }, @@ -14032,10 +14042,10 @@ const VSOP87Coefficient g_VSOP87_H2_URANUS[] = { 0.00000000095, 2.27888224483, 223.45102382460 }, { 0.00000000072, 2.44698191459, 124.29040286910 }, { 0.00000000074, 2.50880324129, 469.13646052890 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H3_URANUS[] = -{ +constexpr array g_VSOP87_H3_URANUS +{ { { 0.00000042088, 3.14159265359, 0.00000000000 }, { 0.00000009846, 3.82543830949, 11.04570026390 }, { 0.00000008944, 3.20377478353, 536.80451209540 }, @@ -14141,10 +14151,10 @@ const VSOP87Coefficient g_VSOP87_H3_URANUS[] = { 0.00000000073, 2.61172742451, 415.55249061210 }, { 0.00000000084, 0.46845305819, 60.55450456570 }, { 0.00000000078, 0.09663741777, 384.05992122310 } -}; +} }; -const VSOP87Coefficient g_VSOP87_H4_URANUS[] = -{ +constexpr array g_VSOP87_H4_URANUS +{ { { 0.00000001714, 3.14159265359, 0.00000000000 }, { 0.00000000920, 6.04415314150, 522.57741809380 }, { 0.00000000919, 1.46065611587, 536.80451209540 }, @@ -14166,10 +14176,10 @@ const VSOP87Coefficient g_VSOP87_H4_URANUS[] = { 0.00000000090, 5.39080855761, 120.35824960600 }, { 0.00000000079, 2.31004497096, 284.14854074220 }, { 0.00000000074, 4.61523874317, 365.90067395840 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q0_URANUS[] = -{ +constexpr array g_VSOP87_Q0_URANUS +{ { { 0.00185915075, 0.00000000000, 0.00000000000 }, { 0.00000664212, 3.89842154835, 11.04570026390 }, { 0.00000636225, 5.41465969170, 454.90936652730 }, @@ -14573,10 +14583,10 @@ const VSOP87Coefficient g_VSOP87_Q0_URANUS[] = { 0.00000000073, 1.95720394109, 25938.33994443960 }, { 0.00000000072, 1.87155511325, 927.97798031930 }, { 0.00000000072, 5.27717421020, 26237.46633870879 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q1_URANUS[] = -{ +constexpr array g_VSOP87_Q1_URANUS +{ { { 0.00012449382, 3.14159265359, 0.00000000000 }, { 0.00000041763, 5.75946839525, 11.04570026390 }, { 0.00000029498, 1.11555438562, 138.51749687070 }, @@ -14717,10 +14727,10 @@ const VSOP87Coefficient g_VSOP87_Q1_URANUS[] = { 0.00000000074, 1.80216991193, 184.72728735580 }, { 0.00000000075, 4.71185257113, 289.56516671360 }, { 0.00000000085, 0.59633583138, 273.10284047830 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q2_URANUS[] = -{ +constexpr array g_VSOP87_Q2_URANUS +{ { { 0.00000207373, 3.14159265359, 0.00000000000 }, { 0.00000002386, 5.38359910263, 454.90936652730 }, { 0.00000002173, 0.64215582797, 11.04570026390 }, @@ -14746,17 +14756,17 @@ const VSOP87Coefficient g_VSOP87_Q2_URANUS[] = { 0.00000000118, 2.70138596411, 447.79581952650 }, { 0.00000000087, 0.54165591461, 295.19424100610 }, { 0.00000000088, 1.09774837600, 597.35901666110 } -}; +} }; -const VSOP87Coefficient g_VSOP87_Q3_URANUS[] = -{ +constexpr array g_VSOP87_Q3_URANUS +{ { { 0.00000007621, 0.00000000000, 0.00000000000 }, { 0.00000000087, 0.87587606662, 454.90936652730 }, { 0.00000000077, 4.01396994538, 138.51749687070 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P0_URANUS[] = -{ +constexpr array g_VSOP87_P0_URANUS +{ { { 0.00648617008, 0.00000000000, 0.00000000000 }, { 0.00000655536, 2.38157894549, 11.04570026390 }, { 0.00000636893, 0.70928889340, 454.90936652730 }, @@ -15153,10 +15163,10 @@ const VSOP87Coefficient g_VSOP87_P0_URANUS[] = { 0.00000000073, 3.52811076614, 25938.33994443960 }, { 0.00000000072, 0.30060124433, 927.97798031930 }, { 0.00000000072, 3.70626755944, 26237.46633870879 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P1_URANUS[] = -{ +constexpr array g_VSOP87_P1_URANUS +{ { { 0.00011744733, 3.14159265359, 0.00000000000 }, { 0.00000035891, 4.22091056057, 11.04570026390 }, { 0.00000026395, 2.45823549673, 138.51749687070 }, @@ -15293,10 +15303,10 @@ const VSOP87Coefficient g_VSOP87_P1_URANUS[] = { 0.00000000078, 2.47147457370, 991.71387862270 }, { 0.00000000076, 1.82476804953, 905.88657979150 }, { 0.00000000076, 0.12287982218, 184.72728735580 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P2_URANUS[] = -{ +constexpr array g_VSOP87_P2_URANUS +{ { { 0.00000317799, 0.00000000000, 0.00000000000 }, { 0.00000002388, 0.67819375491, 454.90936652730 }, { 0.00000002384, 5.28854855836, 11.04570026390 }, @@ -15324,98 +15334,97 @@ const VSOP87Coefficient g_VSOP87_P2_URANUS[] = { 0.00000000087, 3.87165670093, 415.55249061210 }, { 0.00000000088, 5.80997967053, 597.35901666110 }, { 0.00000000076, 0.39118786534, 344.70304530790 } -}; +} }; -const VSOP87Coefficient g_VSOP87_P3_URANUS[] = -{ +constexpr array g_VSOP87_P3_URANUS +{ { { 0.00000007317, 0.00000000000, 0.00000000000 }, { 0.00000000087, 2.44679651454, 454.90936652730 } -}; +} }; -const VSOP87Coefficient2 g_VSOP87_A_URANUS[] = -{ - { g_VSOP87_A0_URANUS, sizeof(g_VSOP87_A0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A1_URANUS, sizeof(g_VSOP87_A1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A2_URANUS, sizeof(g_VSOP87_A2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A3_URANUS, sizeof(g_VSOP87_A3_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A4_URANUS, sizeof(g_VSOP87_A4_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_A5_URANUS, sizeof(g_VSOP87_A5_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_A_URANUS +{ { + { g_VSOP87_A0_URANUS.data(), g_VSOP87_A0_URANUS.size() }, + { g_VSOP87_A1_URANUS.data(), g_VSOP87_A1_URANUS.size() }, + { g_VSOP87_A2_URANUS.data(), g_VSOP87_A2_URANUS.size() }, + { g_VSOP87_A3_URANUS.data(), g_VSOP87_A3_URANUS.size() }, + { g_VSOP87_A4_URANUS.data(), g_VSOP87_A4_URANUS.size() }, + { g_VSOP87_A5_URANUS.data(), g_VSOP87_A5_URANUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_L_URANUS[] = -{ - { g_VSOP87_L0_URANUS, sizeof(g_VSOP87_L0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L1_URANUS, sizeof(g_VSOP87_L1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L2_URANUS, sizeof(g_VSOP87_L2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L3_URANUS, sizeof(g_VSOP87_L3_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L4_URANUS, sizeof(g_VSOP87_L4_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_L5_URANUS, sizeof(g_VSOP87_L5_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_L_URANUS +{ { + { g_VSOP87_L0_URANUS.data(), g_VSOP87_L0_URANUS.size() }, + { g_VSOP87_L1_URANUS.data(), g_VSOP87_L1_URANUS.size() }, + { g_VSOP87_L2_URANUS.data(), g_VSOP87_L2_URANUS.size() }, + { g_VSOP87_L3_URANUS.data(), g_VSOP87_L3_URANUS.size() }, + { g_VSOP87_L4_URANUS.data(), g_VSOP87_L4_URANUS.size() }, + { g_VSOP87_L5_URANUS.data(), g_VSOP87_L5_URANUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_K_URANUS[] = -{ - { g_VSOP87_K0_URANUS, sizeof(g_VSOP87_K0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K1_URANUS, sizeof(g_VSOP87_K1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K2_URANUS, sizeof(g_VSOP87_K2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K3_URANUS, sizeof(g_VSOP87_K3_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_K4_URANUS, sizeof(g_VSOP87_K4_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_K_URANUS +{ { + { g_VSOP87_K0_URANUS.data(), g_VSOP87_K0_URANUS.size() }, + { g_VSOP87_K1_URANUS.data(), g_VSOP87_K1_URANUS.size() }, + { g_VSOP87_K2_URANUS.data(), g_VSOP87_K2_URANUS.size() }, + { g_VSOP87_K3_URANUS.data(), g_VSOP87_K3_URANUS.size() }, + { g_VSOP87_K4_URANUS.data(), g_VSOP87_K4_URANUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_H_URANUS[] = -{ - { g_VSOP87_H0_URANUS, sizeof(g_VSOP87_H0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H1_URANUS, sizeof(g_VSOP87_H1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H2_URANUS, sizeof(g_VSOP87_H2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H3_URANUS, sizeof(g_VSOP87_H3_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_H4_URANUS, sizeof(g_VSOP87_H4_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_H_URANUS +{ { + { g_VSOP87_H0_URANUS.data(), g_VSOP87_H0_URANUS.size() }, + { g_VSOP87_H1_URANUS.data(), g_VSOP87_H1_URANUS.size() }, + { g_VSOP87_H2_URANUS.data(), g_VSOP87_H2_URANUS.size() }, + { g_VSOP87_H3_URANUS.data(), g_VSOP87_H3_URANUS.size() }, + { g_VSOP87_H4_URANUS.data(), g_VSOP87_H4_URANUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_Q_URANUS[] = -{ - { g_VSOP87_Q0_URANUS, sizeof(g_VSOP87_Q0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q1_URANUS, sizeof(g_VSOP87_Q1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q2_URANUS, sizeof(g_VSOP87_Q2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_Q3_URANUS, sizeof(g_VSOP87_Q3_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_Q_URANUS +{ { + { g_VSOP87_Q0_URANUS.data(), g_VSOP87_Q0_URANUS.size() }, + { g_VSOP87_Q1_URANUS.data(), g_VSOP87_Q1_URANUS.size() }, + { g_VSOP87_Q2_URANUS.data(), g_VSOP87_Q2_URANUS.size() }, + { g_VSOP87_Q3_URANUS.data(), g_VSOP87_Q3_URANUS.size() } +} }; -const VSOP87Coefficient2 g_VSOP87_P_URANUS[] = -{ - { g_VSOP87_P0_URANUS, sizeof(g_VSOP87_P0_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P1_URANUS, sizeof(g_VSOP87_P1_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P2_URANUS, sizeof(g_VSOP87_P2_URANUS)/sizeof(VSOP87Coefficient) }, - { g_VSOP87_P3_URANUS, sizeof(g_VSOP87_P3_URANUS)/sizeof(VSOP87Coefficient) } -}; +constexpr array g_VSOP87_P_URANUS +{ { + { g_VSOP87_P0_URANUS.data(), g_VSOP87_P0_URANUS.size() }, + { g_VSOP87_P1_URANUS.data(), g_VSOP87_P1_URANUS.size() }, + { g_VSOP87_P2_URANUS.data(), g_VSOP87_P2_URANUS.size() }, + { g_VSOP87_P3_URANUS.data(), g_VSOP87_P3_URANUS.size() } +} }; ////////////////////////////// Implementation ///////////////////////////////// -double CAAVSOP87_Uranus::A(double JD) +double CAAVSOP87_Uranus::A(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_A_URANUS, sizeof(g_VSOP87_A_URANUS)/(sizeof(VSOP87Coefficient)), false); + return CAAVSOP87::Calculate(JD, g_VSOP87_A_URANUS.data(), g_VSOP87_A_URANUS.size(), false); } -double CAAVSOP87_Uranus::L(double JD) +double CAAVSOP87_Uranus::L(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_L_URANUS, sizeof(g_VSOP87_L_URANUS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_L_URANUS.data(), g_VSOP87_L_URANUS.size(), true); } -double CAAVSOP87_Uranus::K(double JD) +double CAAVSOP87_Uranus::K(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_K_URANUS, sizeof(g_VSOP87_K_URANUS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_K_URANUS.data(), g_VSOP87_K_URANUS.size(), false); } -double CAAVSOP87_Uranus::H(double JD) +double CAAVSOP87_Uranus::H(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_H_URANUS, sizeof(g_VSOP87_H_URANUS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_H_URANUS.data(), g_VSOP87_H_URANUS.size(), false); } -double CAAVSOP87_Uranus::Q(double JD) +double CAAVSOP87_Uranus::Q(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_Q_URANUS, sizeof(g_VSOP87_Q_URANUS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_Q_URANUS.data(), g_VSOP87_Q_URANUS.size(), false); } -double CAAVSOP87_Uranus::P(double JD) +double CAAVSOP87_Uranus::P(double JD) noexcept { - return CVSOP87::Calculate(JD, g_VSOP87_P_URANUS, sizeof(g_VSOP87_P_URANUS)/(sizeof(VSOP87Coefficient)), true); + return CAAVSOP87::Calculate(JD, g_VSOP87_P_URANUS.data(), g_VSOP87_P_URANUS.size(), false); } - diff --git a/Vendor/AA+/1.6.3/AAVSOP87_URA.h b/Sources/AAPlus/include/AAVSOP87_URA.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87_URA.h rename to Sources/AAPlus/include/AAVSOP87_URA.h index b021f59..0765881 --- a/Vendor/AA+/1.6.3/AAVSOP87_URA.h +++ b/Sources/AAPlus/include/AAVSOP87_URA.h @@ -2,9 +2,8 @@ Module : AAVSOP87_URA.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87_Uranus { public: - static double A(double JD); - static double L(double JD); - static double K(double JD); - static double H(double JD); - static double Q(double JD); - static double P(double JD); + static double A(double JD) noexcept; + static double L(double JD) noexcept; + static double K(double JD) noexcept; + static double H(double JD) noexcept; + static double Q(double JD) noexcept; + static double P(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVSOP87_VEN.h b/Sources/AAPlus/include/AAVSOP87_VEN.h old mode 100755 new mode 100644 similarity index 73% rename from Vendor/AA+/1.6.3/AAVSOP87_VEN.h rename to Sources/AAPlus/include/AAVSOP87_VEN.h index 9f24d90..570648f --- a/Vendor/AA+/1.6.3/AAVSOP87_VEN.h +++ b/Sources/AAPlus/include/AAVSOP87_VEN.h @@ -2,9 +2,8 @@ Module : AAVSOP87_VEN.h Purpose: Implementation for the algorithms for VSOP87 Created: PJN / 13-09-2015 -History: PJN / 13-09-2015 1. Initial public release. -Copyright (c) 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2015 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,12 +37,12 @@ to maintain a single distribution point for the source code. class AAPLUS_EXT_CLASS CAAVSOP87_Venus { public: - static double A(double JD); - static double L(double JD); - static double K(double JD); - static double H(double JD); - static double Q(double JD); - static double P(double JD); + static double A(double JD) noexcept; + static double L(double JD) noexcept; + static double K(double JD) noexcept; + static double H(double JD) noexcept; + static double Q(double JD) noexcept; + static double P(double JD) noexcept; }; diff --git a/Vendor/AA+/1.6.3/AAVenus.h b/Sources/AAPlus/include/AAVenus.h old mode 100755 new mode 100644 similarity index 85% rename from Vendor/AA+/1.6.3/AAVenus.h rename to Sources/AAPlus/include/AAVenus.h index 9d35d78..e7c8cf4 --- a/Vendor/AA+/1.6.3/AAVenus.h +++ b/Sources/AAPlus/include/AAVenus.h @@ -1,9 +1,9 @@ /* -Module : AAVENUS.H +Module : AAVenus.h Purpose: Implementation for the algorithms which obtain the heliocentric position of Venus Created: PJN / 29-12-2003 -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) +Copyright (c) 2003 - 2022 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) All rights reserved. @@ -38,9 +38,9 @@ class AAPLUS_EXT_CLASS CAAVenus { public: //Static methods - static double EclipticLongitude(double JD, bool bHighPrecision); - static double EclipticLatitude(double JD, bool bHighPrecision); - static double RadiusVector(double JD, bool bHighPrecision); + static double EclipticLongitude(double JD, bool bHighPrecision) noexcept; + static double EclipticLatitude(double JD, bool bHighPrecision) noexcept; + static double RadiusVector(double JD, bool bHighPrecision) noexcept; }; diff --git a/Sources/AAPlus/include/stdafx.h b/Sources/AAPlus/include/stdafx.h new file mode 100644 index 0000000..00f17f0 --- /dev/null +++ b/Sources/AAPlus/include/stdafx.h @@ -0,0 +1,35 @@ +#if _MSC_VER > 1000 +#pragma once +#endif + +#ifndef STRICT +#define STRICT +#endif + +#ifndef WINVER +#define WINVER 0x0502 +#endif + +#ifndef _WIN32_WINNT +#define _WIN32_WINNT 0x0502 +#endif + +#ifndef _WIN32_WINDOWS +#define _WIN32_WINDOWS 0x0502 +#endif + +#ifndef _WIN32_IE +#define _WIN32_IE 0x0600 +#endif + +#define VC_EXTRALEAN //Exclude rarely-used stuff from Windows headers +#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS //some CString constructors will be explicit +#define _AFX_ALL_WARNINGS //turns off MFC's hiding of some common and often safely ignored warning messages + +//#define AAPLUS_NO_ELP2000 //Uncomment to test exclusion of ELP2000 from AA+ +#define AAPLUS_NO_ELPMPP02 //Uncomment to test exclusion of ELPMPP02 from AA+ +//#define AAPLUS_NO_VSOP87 //Uncomment to test exclusion of Full VSOP87 from AA+ + +#ifndef _SECURE_ATL +#define _SECURE_ATL 1 //Use the Secure C Runtime in ATL +#endif diff --git a/Sources/AAPlus/index.html b/Sources/AAPlus/index.html new file mode 100644 index 0000000..ca13f8f --- /dev/null +++ b/Sources/AAPlus/index.html @@ -0,0 +1,10893 @@ + + + + +AA+ v2.42 + + + + + +

AA+ v2.42

+

Welcome to AA+, a collection of freeware C++ classes which provide +an implementation of the algorithms as presented in the book "Astronomical +Algorithms" (2nd Edition) by Jean Meeus.

+

Example areas covered include the positions of the planets, comets, minor planets +and the moon, calculation of times of Rising, Setting and Transit, calculation of +times of Equinoxes and Solstices plus calculation of the positions of the moons +of Jupiter and Saturn as well as many other algorithms presented in the book.

+

 

+ + + + + + + + + + + + + + + + + + + + + + +
Features
Usage
Copyright
History
Class Framework Reference
References
Contacting the Author
+

 

+

 

+

 

+

Features

+
    +
  • Simple C++ interface using static functions and class instances as return + values where appropriate.
  • +
  • All code compiles cleanly at the highest warning level of 4 in Visual + Studio. The code also is /permissive- and /analyze clean.
  • +
  • A simple test app has been provided to test and verify all the functions + of the library based on examples as provided in the book.
  • +
+

+

 

+

 

+

 

+

Usage

+
    +
  • To get started using the code you really should have a copy of the book + if you want to thoroughly understand the algorithms and be able to use the different + classes and methods in conjunction with each other. For further details please + see the References
  • +
  • To use the classes in your code simple include AA*.cpp in your project and + #include AA*.h in which ever of your modules needs to make calls to the classes.
  • +
  • You can optionally pare back the modules which you do not want to include + until you arrive at a minimum set for your requirements.
  • +
  • To see the classes in action, have a look at the code in the main function + in the module "aatest.cpp".
  • +
  • The download includes a VC 2019 project and has been tested on VC 2019 on Windows 10 and GCC on Ubuntu.
  • +
+

 

+

 

+

 

+

Copyright

+
    +
  • You are allowed to include the source code in any product (commercial, shareware, + freeware or otherwise) when your product is released in binary form.
  • +
  • You are allowed to modify the source code in any way you want except you + cannot modify the copyright details at the top of each module.
  • +
  • If you want to distribute source code with your application, then you are + only allowed to distribute versions released by the author. This is to maintain + a single distribution point for the source code.
  • +
+

 

+

 

+

 

+

History

+

v2.42 (20 March 2022)

+ +

v2.41 (24 January 2022)

+ +

v2.40 (22 December 2021)

+ +

v2.39 (22 November 2021)

+
    +
  • Reworked the CAABinaryStar::Calculate method to use the method as + detailed in chapter 7 in the book "Observing and Measuring Visual Double + Stars". This helps fix issues detected with the algorithms as presented in + Chapter 57 of Meeus's book. These issues were detected when developing a + program to provide a simple animation of a sample binary star system. The + observed bug was causing the orbits to not be calculated as projected + ellipses when the inclination value (i) approached 90 degrees.
  • +
  • Updated CAABinaryStarDetails class to include rectangular + coordinates as well as the existing polar coordinates.
  • +
  • Made some minor optimizations to the CAAKepler::Calculate method.
  • +
+

v2.38 (6 November 2021)

+
    +
  • Fix a minor layout problem in the g_MoonCoefficients3 lookup table in + AAMoon.cpp. Thanks to Jud McCranie for reporting this issue.
  • +
  • Fixed a bug in CAAPhysicalMoon::CalculateOpticalLibration where the + value of the variable "W" was being calculated incorrectly. Thanks to Don + Cross for reporting this issue.
  • +
  • Updated the g_DeltaTValues lookup table to use observed DeltaT values to + 4 November 2021 and predicted values to 12 November 2022 from + https://cddis.nasa.gov/archive/products/iers/finals2000A.all.
  • +
+

v2.37 (24 October 2021)

+
    +
  • Updated various classes to use C++ 11 in-class member initialization.
  • +
  • Renamed CAAPlanetaryPhenomena::PlanetaryObject type to Planet.
  • +
  • Renamed CAAPlanetaryPhenomena::EventType type to Type.
  • +
  • Renamed CAAElliptical::EllipticalObject type to Object.
  • +
  • Renamed CAADate::DAY_OF_WEEK type to DOW.
  • +
  • Made CAAEaster::Calculate constexpr.
  • +
  • Updated the g_DeltaTValues lookup table to use observed DeltaT values to + 21 October 2021 and predicted values to 29 October 2022 from + https://cddis.nasa.gov/archive/products/iers/finals2000A.all.
  • +
  • AA+ now includes complete support for the VSOP2013 theory (ftp.imcce.fr/pub/ephem/planets/vsop2013/). + This theory provides for calculation of the heliocentric elliptical orbital + elements and the heliocentric ecliptical and equatorial position and + velocity of Mercury, Venus, the Earth-Moon Barycenter, Mars, Jupiter, + Saturn, Uranus, Neptune and the dwarf planet Pluto for the equinox + and ecliptic of J2000.0.
  • +
+

v2.36 (12 September 2021)

+
    +
  • Updated the g_DeltaTValues lookup table to use observed DeltaT values to + 9 September 2021 and predicted values to 17 September 2022 from + https://cddis.nasa.gov/archive/products/iers/finals2000A.all.
  • +
  • Removed the Height parameter from the CAARiseTransitSet2::Calculate & + CalculateMoon methods. Instead now if you want to calculate times of rise or + set at different altitudes you should send in an adjusted h0 parameter. For + example you could use the following formulae to adjust for the Sun: double + H0 = -0.8333 - CAACoordinateTransformation::RadiansToDegrees(acos(6371008 / + (6371008 + Height)))
    where Height is the altitude above sea-level in + meters. Thanks to Stephen F. Booth for reporting this issue.
  • +
+

v2.35 (21 August 2021)

+
    +
  • Reworked the algorithm to calculate the apparent semidiameter of the + Moon in CAARiseTransitSet2::CalculateMoon. Tests indicate that this change + only causes the rise / set times of the Moon to be a couple of seconds + different compared to the old formula.
  • +
+

v2.34 (20 August 2021)

+
    +
  • Fixed a bug in CAARiseTransitSet2::CalculateMoon in the calculation of + the H0 value. In the book Meeus uses the value +0.125 degrees for the Moon, + but this value is not correct in the context of the CAARiseTransitSet2 class + as this class already takes diurnal parallax of the Moon into account. + Instead the H0 value is now calculated with a new formula which provides + more accurate times of Moon Rise and Set. Thanks to Stephen F. Booth for + reporting these bug.
  • +
  • The CAARiseTransitSet2::CalculateMoon method now includes a new + RefractionAtHorizon parameter. This value defaults to -0.5667 and corresponds + to the amount of atmospheric refraction to use at the moment of Moon rise or + set. Note that the actual H0 value for the Moon is not constant and is + calculated from this value in this method using the apparent + semidiameter of the Moon.
  • +
  • Updated the CAARiseTransitSet2::CalculateMoon method to support + the ELP2000 and ELPMPP02 theories in addition to the Meeus ELP2000 truncated + algorithms.
  • +
+

v2.33 (11 August 2021)

+
    +
  • Fixed various bugs in CAARiseTransitSet2::AddEvents related to the + calculation of various twilight events. Thanks to Stephen F. Booth for + reporting these bugs.
  • +
  • Changed AAPLUS_ELP2000_NO_HIGH_PRECISION preprocessor define to + AAPLUS_NO_ELP2000 to be consistent with other AA+ preprocessor defines.
  • +
  • Changed AAPLUS_VSOP87_NO_HIGH_PRECISION preprocessor define to + AAPLUS_NO_VSOP87 to be consistent with other AA+ preprocessor defines.
  • +
+

v2.32 (9 August 2021)

+ +

v2.31 (8 July 2021)

+ +

v2.30 (5 June 2021)

+ +

v2.29 (1 May 2021)

+ +

v2.28 (20 April 2021)

+
    +
  • Added a preprocessor directive "AAPLUS_DELTAT_NO_HIGH_PRECISION" which + if defined will only use the polynomial equations instead of lookup tables + from IERS for calculating DeltaT in the method CAADynamicalTime::DeltaT. By + defining this value you reduce the memory requirements needed for the lookup + table "g_DeltaTValues" by 300 KB.
  • +
+

v2.27 (2 April 2021)

+ +

17 March 2021

+
    +
  • Fixed a minor typo in AATest.cpp. Thanks to Roger House for reporting + this issue.
  • +
+

v2.26 (12 March 2021)

+
    +
  • Reworked CAADynamicalTime::DeltaT to use std::upper_bound to speed up + logic to find correct entry in the g_DeltaTValues lookup table.
  • +
  • Reworked CAADynamicalTime::CumulativeLeapSeconds to use std::upper_bound + to speed up logic to find correct entry in the g_LeapSecondCoefficients + lookup table.
  • +
  • Updated the g_DeltaTValues lookup table to use values from the year 1657 + to 1972.50 to use data from + + https://cddis.nasa.gov/archive/products/iers/historic_deltat.data which + provides a granularity of 0.5 of a year. Also updated the same array to use + values from 2 January 1973 to 19 March 2022 from + + https://cddis.nasa.gov/archive/products/iers/finals2000A.all which + provides a granularity of 1 day. Also updated the same array to use values + from the year 2022.25 to 2027.75 from + + https://cddis.nasa.gov/archive/products/iers/deltat.preds which provides + a granularity of 0.25 of a year. All of this was implemented using a program + which machine generates the lookup table using custom code. This new lookup + table now includes > 18k elements and provides 1 - 1 precision with all the + data released by IERS. The machine generated code will also make it easier + to update this data as new data is published by IERS going forward. Using + this new lookup array we now have a discontinuity of c. 3.7 seconds in + January 1657 and a discontinuity of c. 2.5 seconds in October 2027 for the + CAADynamicalTime::DeltaT method. With these updates AA+ is now 29.7 + Megabytes and 416 thousand lines of C++ source code.
  • +
  • Implemented a CAADynamicalTime::SetUserDefinedDeltaT method which allows + a user provided DeltaT function to be provided. By default the + CAADynamicalTime::DeltaT function uses its own lookup tables and + polynomials to calculate DeltaT, but if + CAADynamicalTime::SetUserDefinedDeltaT has been called to provide a custom + DeltaT function then the callback function provided to this method will be used instead. Setting + the parameter to SetUserDefinedDeltaT to a nullptr will restore the default + DeltaT method behavior.
  • +
  • Changed the behavior of the CAAPlanetaryPhenomena::K method to now return the K + value before it is rounded. This new behaviour is now consistent with all + the other methods in the AA+ framework which return so called "K" values. + This means that client code must round this value to an integer before + calling other methods in this class with this K value.
  • +
  • Changed the behavior of the CAAPlanetPerihelionAphelion::*K methods to + now return the K value before it is rounded. This new behaviour is now + consistent with all the other methods in the AA+ framework which return so + called "K" values. This means that client code must round this value before calling other methods in this class with + this K value.
  • +
  • Merged the separate perihelion and aphelion methods for all the planets + except Earth in CAAPlanetPerihelionAphelion into one method per planet. This + new behaviour is now consistent with all the other methods in the AA+ + framework which work with so called "K" values.
  • +
  • Fixed a bug in CAAPlanetPerihelionAphelion::EarthAphelion where the + kdash and ksquared values were not being calculated correctly.
  • +
+

v2.25 (7 March 2021)

+ +

v2.24 (5 February 2021)

+ +

v2.23 (10 January 2021)

+
    +
  • Reworked the K, H, Q and P methods in the + AAVSOP87_"Planetname".cpp modules to pass false for bAngle to + CVSOP87::Calculate. These values are not angular values in the true sense of + the word and by passing false, the values returned are now in exact + agreement with the vsop87.chk test values. Thanks to Cao Yu for reporting + this issue.
  • +
+

v2.22 (9 January 2021)

+ +

v2.21 (4 December 2020)

+ +

v2.20 (23 November 2020)

+
    +
  • Reworked CAADynamicalTime::TT2UTC & CAADynamicalTime::UTC2TT methods to + use std::array::size instead of sizeof.
  • +
  • Reworked CAAELPMPP02::EclipticLatitude & CAAELPMPP02::RadiusVector + methods to use std::array::size instead of sizeof.
  • +
+

v2.19 (22 November 2020)

+
    +
  • Updated the observed DeltaT values from + + https://datacenter.iers.org/eop.php to 1st November 2020. The IERS web + site is the definitive source for these values as the USNO websites which I + have previously used are offline at the moment for modernization efforts + (See https://www.usno.navy.mil/ for + the details). To obtain values for DeltaT to add to the g_DeltaTValues table in + AADynamicalTime.cpp, the value "UT1-UTC" was taken from Bulletin A and the + formula: DeltaT = AccumulatedLeapsSeconds + 32.184 - (UT1-UTC) was used. The + "AccumulatedLeapsSeconds" for 2020 is currently 37 seconds. If you plot the + values for DeltaT for 2020 you will see that around June 2020 the value for + DeltaT has started to decrease instead of the long term increasing trend for + DeltaT. If this trend continues we may see the first negative leap second + occur in the next few years.
  • +
+

v2.18 (21 November 2020)

+
    +
  • Update the CMake project file for AA+ to require C++ 17 compilation. + This fixes a compile issue when using CMake to build AA++ as the code + requires C++ 17 + compilation as of v2.13. Thanks to Kirill Dunko for reporting this issue.
  • +
+

v2.17 (11 June 2020)

+
    +
  • Addition of a new CAAPlanetaryPhenomena2 class.
  • +
  • Removed support for Pluto from the CAAElliptical class since the + CAAPluto class returns the coordinates in the equinox of J2000 instead of + the equinox of the date which is required by this class.
  • +
  • Removed support for Pluto from the CAARiseTransitSet2 class since the + CAAPluto class returns the coordinates in the equinox of J2000 instead of + the equinox of the date which is required by this class.
  • +
+

v2.16 (2 June 2020)

+
    +
  • Addition of a new CAAPlanetPerihelionAphelion2 class.
  • +
+

v2.15 (1 June 2020)

+
    +
  • Fixed a bug in CAAELP2000::SunMeanAnomaly where some local variables + were not initialized. Thanks to "Carlos" for reporting this bug.
  • +
  • Optimized the code in CAAVenus::EclipticLongitude.
  • +
  • Renamed CAAELP2000::MoonMeanLongitude to + CAAELP2000::MoonMeanMeanLongitude.
  • +
  • Renamed CAAELP2000::MoonMeanLongitudeLunarPerigee to + CAAELP2000::MeanLongitudeLunarPerigee.
  • +
  • Renamed CAAELP2000::MoonMeanLongitudeLunarAscendingNode to + CAAELP2000::MeanLongitudeLunarAscendingNode.
  • +
  • Renamed CAAELP2000::EarthMoonBarycentreMeanLongitude to + CAAELP2000::MeanHeliocentricMeanLongitudeEarthMoonBarycentre.
  • +
  • Renamed CAAELP2000::EarthMoonBarycentreMeanLongitudeOfPerihelion to + CAAELP2000::MeanLongitudeOfPerilhelionOfEarthMoonBarycentre
  • +
+

v2.14 (29 April 2020)

+
    +
  • Fixed a compilation issue on GCC where size_t was undefined in various + modules. Thanks to Bert Devlieghe for reporting this bug.
  • +
+

v2.13 (22 April 2020)

+
    +
  • Updated the observed DeltaT values from + + ftp://cddis.gsfc.nasa.gov/pub/products/iers/deltat.data to 1st February + 2020
  • +
  • Updated the code to use take advantage of range based for loops and + std::array. Please note that these changes means that the code will no + longer compile on VC 2017 due to its limited supported for large constexpr + arrays.
  • +
  • Fixed more Clang-Tidy static code analysis warnings in the code.
  • +
  • Made a number of the CAADate methods [[nodiscard]]. This change means + that the code must be compiled using the ISO C++ + 17 standard or higher.
  • +
+

v2.12 (1 January 2020)

+
    +
  • Addition of a new CAAMoonPhases2 class.
  • +
  • Updated copyright details.
  • +
+

v2.11 (10 December 2019)

+
    +
  • Fixed various Clang-Tidy static code analysis warnings in the code.
  • +
+

v2.10 (16 November 2019)

+
    +
  • Addition of a new CAAMoonNodes2 class.
  • +
+

v2.09 (2 November 2019)

+
    +
  • Addition of a new CAAMoonPerigeeApogee2 class.
  • +
+

v2.08 (22 October 2019)

+
    +
  • Addition of a new CAAMoonMaxDeclinations2 class.
  • +
+

v2.07 (28 September 2019)

+
    +
  • Addition of a new CAAEquinoxesAndSolstices2 class.
  • +
+

v2.06 (28 September 2019)

+ +

v2.05 (8 September 2019)

+
    +
  • Added support for EndCivilTwilight, EndNauticalTwilight, + EndAstronomicalTwilight, StartAstronomicalTwilight, StartNauticalTwilight & + StartCivilTwilight event types to CAARiseTransitSet2 class.
  • +
+

v2.04 (18 August 2019)

+
    +
  • Fixed some further compiler warnings when using VC 2019 Preview v16.3.0 + Preview 2.0
  • +
+

v2.03 (15 July 2019)

+
    +
  • Refactored the code in various CAARiseTransitSet2 methods and improved + the interpolation code to provide better accuracy of event details.
  • +
+

v2.02 (13 July 2019)

+
    +
  • Addition of a new CAARiseTransitSet2 class which addresses issues with + the existing CAARiseTransitSet class which is now considered deprecated.
  • +
+

v2.01 (23 June 2019)

+ +

v2.0 (8 June 2019)

+ +

v1.99 (16 January 2019)

+ +

v1.98 (3 January 2019)

+ +

v1.97 (22 September 2018)

+ +

v1.96 (24 July 2018)

+
    +
  • Fixed a number of GCC warnings in the method + CAAGalileanMoons::CalculateHelper. Thanks to Todd Carnes for reporting this + issue.
  • +
  • Fixed a number of GCC warnings in the methods CAAPlanetaryPhenomena::K, + CAAPlanetaryPhenomena::Mean, CAAPlanetaryPhenomena::True & + CAAPlanetaryPhenomena::ElongationValue. Thanks to Todd Carnes for reporting + this issue.
  • +
  • Fixed a GCC warning in the method CAASaturnMoons::HelperSubroutine. + Thanks to Todd Carnes for reporting this issue.
  • +
  • Fixed a GCC warning in the CAARiseTransitSetDetails constructor. Thanks + to Todd Carnes for reporting this issue.
  • +
  • Fixed a number of VC 2017 15.7 C++ core guidelines compiler warnings.
  • +
  • Replaced enum with enum class throughout the code.
  • +
+

24 April 2018

+
    +
  • Updated the documentation to mention that geographical longitudes are + positive west of Greenwich and negative east of Greenwich. Thanks to Spencer + Roff for reporting this issue.
  • +
  • Did some other minor cleanups of html tags in the documentation.
  • +
  • Updated the documentation for CAAGlobe::DistanceBetweenPoints to refer + to all its parameters.
  • +
+

v1.95 (19 April 2018)

+
    +
  • Updated references to CAARiseTransitSet::Calculate in the documentation. + Thanks to Roger House for reporting this issue.
  • +
  • Updated the sample code for CAARiseTransitSet::Calculate in the + documentation which demonstrates an edge case. Thanks to Roger House for + reporting this issue.
  • +
+

v1.94 (3 March 2018)

+
    +
  • Fixed some compiler warnings on LLVM 9 on XCode on Mac OS in AATest.cpp + when calling PrintSunAndMoonInfo2. Thanks to Michael McLaughlin for + reporting this issue.
  • +
+

v1.93 (2 March 2018)

+
    +
  • Fixed a transcription bug in the CAAPrecession::PrecessEquatorial + method. The "0.017998*tcubed" term was incorrectly using "0.017988*tcubed" + when calculating "sigma". Thanks to Michael McLaughlin for reporting this + bug. The errors were so small that the values from the worked example of + 21.b from the book ended up giving the same results. If a longer timespan + was used for the example instead of the 28 years then the errors would have + been easier to spot from the incorrect terms. Hopefully this is the last + transcription error in this method!
  • +
+

v1.92 (20 January 2018)

+ +

v1.91 (1 August 2017)

+
    +
  • Fixed up alignment of lookup tables in AAMercury.cpp module.
  • +
  • Fixed up alignment of lookup tables in AAVenus.cpp module.
  • +
  • Fixed up alignment of lookup tables in AAEarth.cpp module.
  • +
  • Fixed up alignment of lookup tables in AAMars.cpp module.
  • +
  • Fixed up alignment of lookup tables in AAJupiter.cpp module.
  • +
  • Fixed up alignment of lookup tables in AASaturn.cpp module.
  • +
  • Fixed up alignment of lookup tables in AAUranus.cpp module.
  • +
  • Fixed up alignment of lookup tables in AANeptune.cpp module.
  • +
  • Fixed up alignment of lookup tables in AAPluto.cpp module.
  • +
  • Fixed up alignment of lookup tables in AAMoon.cpp module.
  • +
  • Lookup tables in AAELPMPP02.cpp now consistently use lowercase "e" when + declaring values in lookup tables.
  • +
+

v1.90 (30 July 2017)

+
    +
  • AA+ now includes complete support for the ELP/MPP02 theory (ftp://cyrano-se.obspm.fr/pub/2_lunar_solutions/2_elpmpp02/) + in addition to the ELP2000-82B theory (http://cdsweb.u-strasbg.fr/cgi-bin/qcat?VI/79/) + and truncated ELP2000 theory as presented in Meeus's book. + This theory is the most up to date version of the ELP Lunar theory. It + includes fits to the JPL Ephemerides of DE405 & DE406, LLR (Lunar Laser + Ranging) as well as the Nominal model used in ELP/MPP02. The full ELP/MPP02 theory is implemented by the new + AAELPMPP02.cpp/h files included in the AA+ download. This new class in AA+ to + support ELP/MPP02 has been machine generated by parsing the ELP/MPP02 files with + a custom C++ app to generate the new header and source modules. The results + have been comprehensively spot checked against the ELP/MPP02 test values + provided in the ELP/MPP02 files. The AA+ implementation is based in part + on a C# implementation of the theory at + + https://sourceforge.net/projects/astromony/files/ as well as a C + implementation in GAL (General Astrodynamics Library) by Paul Willmott at + + http://www.amsat-bda.org/GAL_Home.html. Similar to the ELP2000-82b theory the results + are returned in the + equator and equinox of J2000. Client code is free to use the CAAPrecession class to + precess the coordinates to the required reference frame. Please note that if you + want to compile AA+ to not pull in a dependency on the new and quite large + ELP/MPP02 module, then you can define the preprocessor value + "AAPLUS_NO_ELPMPP02" in your project. With this + addition AA+ is now 27.7 Megabytes and 377 thousand lines of C++ source + code. Testing shows the time taken to call + CAAELP2000::EclipticRectangularCoordinatesJ2000 on my 3.2GHz Core i7 + processor is about c. 1ms while the call to the new + CAAELPMPP02::EclipticRectangularCoordinatesJ2000 method including returning + the derivatives takes c. 5ms. From + the ELP/MPP02 paper, the longitude and latitude is three times more accurate + than ELP200-82B and the distance is eight times more accurate. For the + interval +1950 to +2060, there is reported accuracy of 0.06 arc seconds in + longitude, 0.003 arc seconds in latitude and 4 meters in distance.
  • +
  • Updated the observed DeltaT values from + + http://maia.usno.navy.mil/ser7/deltat.data to 1st June 2017.
  • +
  • Updated the predicted DeltaT values from + + http://maia.usno.navy.mil/ser7/deltat.preds to Jan 2026.
  • +
  • Removed unnecessary SECOND_2_RAD define in AAELP2000.cpp module.
  • +
  • Updated various CAAELP2000 methods to use "const" parameters.
  • +

v1.80 (15 May 2017)

+
    +
  • Fixed an issue in CAAPhysicalSun::Calculate where the value "eta" + would sometimes not be returned in the correct quadrant. Thanks to Alexandru + Garofide for reporting this issue.
  • +
+

v1.79 (27 April 2017)

+
    +
  • Revisited the fix for interpolating RA values in the + CAARiseTransitSet class which was made on 28 March 2009. This new fix should + resolve this issue for good. Thanks to Gudni G. Sigurdsson for reporting + this bug.
  • +
+

23 April 2017

+
    +
  • Updated the documentation for CAAPrecession::AdjustPositionUsingMotionInSpace to clarify + the units used. Thanks to Matthew Prowse for reporting this issue.
  • +
+

v1.78 (19 February 2017)

+
    +
  • Fixed a bug in the CAADynamicalTime::UTC2TT & + CAADynamicalTime::TT2UTC methods where the code would incorrectly use + BaseMJD instead of JD when determining if the date is in the valid range of + UTC. Thanks to Luigi Candurro for reporting this bug.
  • +
+

v1.77 (18 February 2017)

+
    +
  • Fixed a transcription error on the DeltaT value for 1 May 2015. The + correct value is 67.8012 instead of 67.8011. Thanks to Luigi Candurro for + reporting this error.
  • +
  • Fixed a number of transcription errors on the predicted DeltaT values + from 2019.75 to 2025.75. Thanks to Luigi Candurro for reporting these + errors.
  • +
  • CAADynamicalTime::TT2UTC is now implemented as TT2UT1 for date ranges + prior to 1 January 1961 and 500 days after the last leap second (which is + currently 1 January 2017). Also CAADynamicalTime::UTC2TT is now implemented + as UT12TT for date ranges prior to 1 January 1961 and 500 days after the + last leap second. These changes address problems where these two methods + would end up using a constant offset between UTC and TT for dates away from + the current epoch. This problem was discovered while calculating rise, + transit and set times for the Moon in B.C.E years. Thanks to Luigi Candurro + for prompting this update.
  • +
  • Reworked the CAADate::SetInGregorianCalendar method to use the + AfterPapalReform method.
  • +
  • Documentation now includes info on CAADate::AfterPapalReform methods. + Thanks to Luigi Candurro for reporting this issue.
  • +
+

v1.76 (12 February 2017)

+
    +
  • Fixed a copy and paste bug in CAASaturnMoons::CalculateHelper in the + calculation of the value mu for the eight moon (Iapetus). Thanks to Cedric + Foellmi for reporting this issue.
  • +
+

v1.75 (11 February 2017)

+
    +
  • Applied a bug fix to CAAMoon::EclipticLatitude and + CAAMoon::RadiusVector along the same lines as the fix to + CAAMoon::EclipticLongitude on February 2009. The bug fix should in fact have + been applied to the later two methods. Thanks to Jeffrey Roe for reporting + this issue.
  • +
+

v1.74 (5 February 2017)

+ +

v1.73 (16 October 2016)

+
    +
  • Improved the accuracy of CAASun::ApparentEclipticLongitude when the + bHighPrecision parameter is true. The code now uses a new + VariationGeometricEclipticLongitude method which provides a new higher + precision method to calculate the effect of aberration. This takes into + account that Earth's orbit around the Sun is not a purely unperturbed + elliptical orbit. This improves the accuracy of the sample 25.a/b from the + book by a couple of hundreds of arc seconds. The results now are exactly in + sync with the results as reported in the book. Thanks to "Pavel" for + reporting this issue.
  • +
+

v1.72 (7 July 2016)

+ +

v1.71 (28 April 2016)

+
    +
  • Fixed a bug in the AAVSOP87 modules where an incorrect value was + being passed for the "nTableSize" parameter to the CVSOP87::Calculate and + CVSOP87::Calculate_Dash methods. A spot check of the VSOP87 sample values in + AATest.cpp now match exactly with the published VSOP87 test values. Thanks + to "Pavel" for reporting this issue.
  • +
+

v1.70 (10 April 2016)

+
    +
  • Fixed a bug in the GetSunRiseTransitSet function in the AATest.cpp + module where it incorrectly used Terrestrial Time instead of UTC. The error + in the rise / transit / set times was roughly the difference between TT and + UTC at the time of calculation. For the examples in AATest.cpp which + corresponded to October 2010, DeltaT was 67 seconds. A spot check of the AA+ code against SkyMap now shows both return the same times accurate to + the minute. Thanks to "Pavel" for reporting this issue.
  • +
  • Fixed a bug in the GetMoonRiseTransitSet function in the AATest.cpp + module where it incorrectly used Terrestrial Time instead of UTC. The error + in the rise / transit / set times was roughly the difference between TT and + UTC at the time of calculation. For the examples in AATest.cpp which + corresponded to October 2010, DeltaT was 67 seconds. A spot check of + the AA+ code against SkyMap now shows both return the same times accurate to + the minute. Thanks to "Pavel" for reporting this issue.
  • +
  • Introduction of a new bool CAARiseTransitSetDetails::bTransitValid + member variable. It turns out that celestial objects do not always transit + in a 24 hour UTC day. Test code has been added to AATest.cpp to fully + exercise all the cases for the three boolean member variables of + bRiseValid, bTransitValid & bSetValid. Thanks to "Pavel" for reporting this + issue.
  • +
+

v1.69 (28 March 2016)

+
    +
  • Fixed two transcription errors in CAAMoonNodes::PassageThroNode. The + first error was the calculation of the D4 local variable which represented + 4D in Meeus's formulae while the second error was in the -E*0.0003*sin(2D - + 2M) coefficient. With these two fixes the calculated time of Example 51.a + from Meeus's book is within 2 seconds of the value he reports. Thanks to + Alejandro Krohn for prompting this bug fix.
  • +
+

v1.68 (27 March 2016)

+
    +
  • Updated CAAEclipses::Calculate to return a bitmask of attributes about + the calculated solar eclipse in CAASolarEclipseDetails::Details. These + attributes correspond to the values as discussed in Meeus's book on Pages + 381 & 382. Thanks to "Pavel" for providing this nice addition.
  • +
+

v1.67 (20 March 2016)

+
    +
  • CAAPrecession::AdjustPositionUsingUniformProperMotion now ensures that + the return value is in the normalized range for right ascension and + declination.
  • +
  • CAAPrecession::AdjustPositionUsingMotionInSpace now ensures that + the return value is in the normalized range for right ascension and + declination.
  • +
  • CAAPrecession::PrecessEquatorial now ensures that the return value + is in the normalized range for right ascension and declination.
  • +
  • CAAPrecession::PrecessEquatorialFK4 now ensures that the return value is + in the normalized range for right ascension and declination.
  • +
  • CAAPrecession::PrecessEcliptic now ensures that the return value is in + the normalized range for ecliptic longitude and latitude.
  • +
  • CAAPrecession::PrecessEquatorialFK4 now adds the Equinox correction to + the returned right ascension. Thanks to "Pavel" for reporting this issue.
  • +
  • Optimized the code in CAAPrecession::PrecessEquatorial, + CAAPrecession::PrecessEquatorialFK4 & CAAPrecession::PrecessEcliptic.
  • +
  • Updated the documentation for CAAPrecession::PrecessEquatorialFK4 to be + explicit on what coordinate system the parameters and return value are + defined in. Thanks to "Pavel" for reporting this issue.
  • +
  • Fixed a transcription error in the CAAGlobe::RhoSinThetaPrime and + CAAGlobe::RhoCosThetaPrime functions. The value 6378149 was being used + instead of the correct value 6378140. Thanks to "Pavel" for reporting this + bug.
  • +
+

v1.66 (9 March 2016)

+
    +
  • Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data + to 1st February 2016
  • +
  • Verified the predicted DeltaT values from http://maia.usno.navy.mil/ser7/deltat.preds + are up to date
  • +
  • Fixed three transcription bugs in the g_MoonPerigeeApogeeCoefficients3 table. Thanks to "Pavel" for reporting this bug. A spot check + of the True Perigee parallax values from 1984 to 2026 indicate that this bug did not affect the calculated distances at least in this time range to + a precision of a kilometer which is well within the claimed accuracy of 12 KM as mentioned in Meeus's book on page 361.
  • +
+

v1.65 (4 January 2016)

+
    +
  • Major cleanup and refactoring of the ELP2000-82b code. The new + reimplementation should prove faster and easier to maintain going forward.
  • +
  • Updated copyright details
  • +
+

v1.64 (31 December 2015)

+
    +
  • AA+ now includes complete support for the ELP2000-82B theory (http://cdsweb.u-strasbg.fr/cgi-bin/qcat?VI/79/) + in addition to the truncated ELP2000 theory as presented in Meeus's book. + This theory is used to calculate the position + of the Moon. The full ELP2000-82b theory is implemented by the new + AAELP2000.cpp/h files included in the AA+ download. This new class in AA+ to + support ELP2000-82b has been machine generated by parsing the ELP2000-82b files with + a custom C++ app to generate the new header and source modules. The results + have been comprehensively spot checked against the ELP2000-82b test values + provided in the ELP2000-82b files. The AA+ implementation is based in part + on a C translation of the original Fortran source code included with + ELP2000-82b as well as the Libnova + open source library. As the ELP2000-82b theory returns the results in the + equator and equinox of J2000 / FK5 they cannot be directly integrated into + the existing CAAMoon class which returns the values in the equator and + equinox of the date. Client code is free to use the CAAPrecession class to + precess the coordinates to the required reference frame. Please note that if you + want to compile AA+ to not pull in a dependency on the new and quite large + ELP2000-82b module, then you can define the preprocessor value + "AAPLUS_ELP2000_NO_HIGH_PRECISION" in your project. With this + addition AA+ is now 23.6 Megabytes and 330 thousand lines of C++ source + code.
  • +
  • Updated the observed DeltaT values from + + http://maia.usno.navy.mil/ser7/deltat.data to 1st October 2015
  • +
  • Verified the predicted DeltaT values from + + http://maia.usno.navy.mil/ser7/deltat.preds are up to date
  • +
+

v1.63 (16 September 2015)

+
    +
  • AA+ now includes complete support for the VSOP87 theory (ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/) + in addition to the truncated VSOP87 theory as presented in Meeus's book. + This theory is used throughout the AA+ codebase to calculate the positions + of the planets and the Sun. The full VSOP87 theory is implemented by the new + AAVSOP*.cpp/h files included in the AA+ download. For a good introduction to + VSOP87, please see + https://en.wikipedia.org/wiki/VSOP_%28planets%29. The classes in AA+ to + support VSOP87 have been machine generated by parsing the VSOP87 files with + a custom C++ app to generate the new header and source modules. The results + have been comprehensively spot checked against the VSOP87 test values + provided in the "vsop87.chk" file in the VSOP87 files. Each VSOP theory + (VSOP87, VSOP87A, VSOP87B, VSOP87C, VSOP87D, & VSOP87E) for each of the + objects (Sun, Mercury, Venus, Earth, Earth-Moon Barycenter, Mars, Jupiter, + Saturn, Uranus & Neptune) are implemented in separate header and source + modules so client applications can decide which modules to include. The + existing AA+ codebase will now optionally call into these new modules as + required. With this addition AA+ has gone from 840 Kilobytes and 16 thousand + lines of C++ source code library to 20 Megabytes and 291 thousand lines of a + C++ source code library. In one fell swoop I have almost doubled the amount + of open source code I distribute on my web site. Please note that if you + want to compile AA+ to not pull in a dependency on the new and quite large + VSOP87 modules, then you can define the preprocessor value + "AAPLUS_VSOP87_NO_HIGH_PRECISION" in your project. This will revert the AA+ + classes to just depend on the truncated VSOP87 theory as presented in + Meeus's book.
  • +
  • Updated the CAACoordinateTransformation::MapTo0To360Range to use + the fmod C runtime function.
  • +
  • Updated the CAACoordinateTransformation::MapTo0To24Range to use + the fmod C runtime function.
  • +
  • Added new CAACoordinateTransformation::MapTo0To2PIRange + and MapToMinus90To90Range methods.
  • +
  • CAAAberration::EclipticAberration, EarthVelocity and + EquatorialAberration now include a "bool bHighPrecision" + parameter which if set to true means the code uses the full VSOP87 theory + rather than the truncated theory as presented in Meeus's book.
  • +
  • CAAEarth::EclipticLongitude, EclipticLatitude, RadiusVector, + EclipticLongitudeJ2000 & EclipticLatitudeJ2000 now include a "bool + bHighPrecision" parameter which if set to true means the code uses the full + VSOP87 theory rather than the truncated theory as presented in Meeus's book.
  • +
  • CAAElliptical::Calculate now includes a "bool bHighPrecision" + parameter which if set to true means the code uses the full VSOP87 theory + rather than the truncated theory as presented in Meeus's book.
  • +
  • CAAEquationOfTime::Calculate now includes a "bool bHighPrecision" + parameter which if set to true means the code uses the full VSOP87 theory + rather than the truncated theory as presented in Meeus's book.
  • +
  • All the methods in CAAEquinoxesAndSolstices now include a "bool + bHighPrecision" parameter which if set to true means the code uses the full + VSOP87 theory rather than the truncated theory as presented in Meeus's book.
  • +
  • CAAGalileanMoons::Calculate now includes a "bool bHighPrecision" + parameter which if set to true means the code uses the full VSOP87 theory + rather than the truncated theory as presented in Meeus's book.
  • +
  • CAAJupiter::EclipticLongitude, EclipticLatitude & RadiusVector now + include a "bool bHighPrecision" parameter which if set to true means the + code uses the full VSOP87 theory rather than the truncated theory as + presented in Meeus's book.
  • +
  • CAAMars::EclipticLongitude, EclipticLatitude & RadiusVector now include + a "bool bHighPrecision" parameter which if set to true means the code uses + the full VSOP87 theory rather than the truncated theory as presented in + Meeus's book.
  • +
  • CAAMercury::EclipticLongitude, EclipticLatitude & RadiusVector now + include a "bool bHighPrecision" parameter which if set to true means the + code uses the full VSOP87 theory rather than the truncated theory as + presented in Meeus's book.
  • +
  • CAANearParabolic::Calculate now includes a "bool bHighPrecision" + parameter which if set to true means the code uses the full VSOP87 theory + rather than the truncated theory as presented in Meeus's book.
  • +
  • CAANeptune::EclipticLongitude, EclipticLatitude & RadiusVector now + include a "bool bHighPrecision" parameter which if set to true means the + code uses the full VSOP87 theory rather than the truncated theory as + presented in Meeus's book.
  • +
  • CAAParabolic::Calculate now includes a "bool bHighPrecision" parameter + which if set to true means the code uses the full VSOP87 theory rather than + the truncated theory as presented in Meeus's book.
  • +
  • CAAPhysicalJupiter::Calculate now includes a "bool bHighPrecision" + parameter which if set to true means the code uses the full VSOP87 theory + rather than the truncated theory as presented in Meeus's book.
  • +
  • CAAPhysicalMars::Calculate now includes a "bool bHighPrecision" parameter + which if set to true means the code uses the full VSOP87 theory rather than + the truncated theory as presented in Meeus's book.
  • +
  • CAAPhysicalMoon::CalculateSelenographicPositionOfSun, AltitudeOfSun, + TimeOfSunrise and TimeOfSunset methods now include a "bool bHighPrecision" + parameter which if set to true means the code uses the full VSOP87 theory + rather than the truncated theory as presented in Meeus's book.
  • +
  • CAAPhysicalSun::Calculate now includes a "bool bHighPrecision" parameter + which if set to true means the code uses the full VSOP87 theory rather than + the truncated theory as presented in Meeus's book.
  • +
  • CAASaturn::EclipticLongitude, EclipticLatitude & RadiusVector now + include a "bool bHighPrecision" parameter which if set to true means the + code uses the full VSOP87 theory rather than the truncated theory as + presented in Meeus's book.
  • +
  • CAASaturnMoons::Calculate now includes a "bool bHighPrecision" parameter + which if set to true means the code uses the full VSOP87 theory rather than + the truncated theory as presented in Meeus's book.
  • +
  • CAASaturnRings::Calculate now includes a "bool bHighPrecision" parameter + which if set to true means the code uses the full VSOP87 theory rather than + the truncated theory as presented in Meeus's book.
  • +
  • All the methods in CAASun now include a "bool bHighPrecision" + parameter which if set to true means the code uses the full VSOP87 theory + rather than the truncated theory as presented in Meeus's book.
  • +
  • CAAUranus::EclipticLongitude, EclipticLatitude & RadiusVector now + include a "bool bHighPrecision" parameter which if set to true means the + code uses the full VSOP87 theory rather than the truncated theory as + presented in Meeus's book.
  • +
  • CAAVenus::EclipticLongitude, EclipticLatitude & RadiusVector now include + a "bool bHighPrecision" parameter which if set to true means the code uses + the full VSOP87 theory rather than the truncated theory as presented in + Meeus's book.
  • +
  • Verfied the code compiles cleanly on Visual C++ 2015.
  • +
  • Updated the observed DeltaT values from + + http://maia.usno.navy.mil/ser7/deltat.data to 1st July 2015.
  • +
  • Updated the predicted DeltaT values from + + http://maia.usno.navy.mil/ser7/deltat.preds to 1st January 2025.
  • +
+

v1.62 (12 July 2015)

+
    +
  • Fixed a bug in CAAElliptical::Calculate when calculating values for the + position of the Sun. The values returned by this method are now consistent + with those returned using the methods of the CAASun class, the planetarium + program SkyMap and the JPL HORIZON's web site. The errors were of the order + of 4 arc seconds in declination and 1.5 seconds of Right ascension for + modern times. I have also taken the opportunity to optimize the code in this + method. With these changes the errors are now down to 0.5 seconds of an + angle in declination and right ascension. Thanks to Marko Peric for + reporting this bug.
  • +
+

v1.61 (5 July 2015)

+
    +
  • U1 (the Saturnicentric longitude of the Sun) and U2 (the Saturnicentic + longitude of the Earth) are now returned in CAASaturnRings::Calculate.
  • +
  • Fixed a bug in the calculation of CAASaturnRingDetails::DeltaU in the + method CAASaturnRings::Calculate where for some date ranges the value would + end up greater than 180 degrees. The book indicates that this value should + never be more than 7 degrees. The issue was related to subtraction of two + angles to obtain an absolute elongation value between the two. By definition + this value should never be greater than 180 degrees. The bug occurred + between the dates of June 3rd 2024 and July 28th 2024 and December 1st 2024 + and February 12 2025. Thanks to Frank Vergeest for reporting this bug.
  • +
  • Updated the observed DeltaT values from + http://maia.usno.navy.mil/ser7/deltat.data to 1st April 2015.
  • +
+

v1.60 (29 March 2015)

+
    +
  • Updated copyright details.
  • +
  • Updates to the html documentation to clarify the units used in some of + the CAACoordinateTransaction methods. Thanks to "Forrest" for reporting + these issues.
  • +
  • Fixed up some variable initializations around the use of modf. Thanks to + Arnaud Cueille for reporting this issue.
  • +
+

v1.59 (15 February 2015)

+ +

v1.58 (12 November 2014)

+
    +
  • Updated copyright details.
  • +
  • Fixed two transcription bugs in the CAAPrecession::PrecessEquatorial method. + The"0.000344*T" term was incorrectly using "0.0000344*T" + when calculating "sigma" and the "0.000139*Tsquared" term + was incorrectly using "0.000138*Tsquared" when calculating "zeta". + Thanks to Erik Grosse for reporting this bug. The errors were so small that + the values from the worked example of 21.b from the book ended up giving the + same results. If a longer timespan was used for the example instead of the 28 + years then the errors would have been easier to spot with the incorrect terms.
  • +
  • Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st October 2014.
  • +
  • Updated the predicted DeltaT values from http://maia.usno.navy.mil/ser7/deltat.preds to 1st January 2024.
  • +
+

v1.57 (28 October 2013)

+
    +
  • Renamed the method CAAEquinoxesAndSolstices::SpringEquinox to NorthwardEquinox + to avoid the northern hemisphere bias in the name. Thanks to Marius Gleeson + for prompting this update.
  • +
  • Renamed the method CAAEquinoxesAndSolstices::AutumnEquinox to SouthwardEquinox + to avoid the northern hemisphere bias in the name. Thanks to Marius Gleeson + for prompting this update.
  • +
  • Renamed the method CAAEquinoxesAndSolstices::SummerSolstice to NorthernSolstice + to avoid the northern hemisphere bias in the name. Thanks to Marius Gleeson + for prompting this update.
  • +
  • Renamed the method CAAEquinoxesAndSolstices::WinterSolstice to SouthernSolstice + to avoid the northern hemisphere bias in the name. Thanks to Marius Gleeson + for prompting this update.
  • +
  • The method CAAEquinoxesAndSolstices::LengthOfSpring now takes a boolean + to indicate which hemisphere the observer is located in. Previously the code + assumed a northern hemisphere bias. Thanks to Marius Gleeson for prompting this + update.
  • +
  • The method CAAEquinoxesAndSolstices::LengthOfSummer now takes a boolean + to indicate which hemisphere the observer is located in. Previously the code + assumed a northern hemisphere bias. Thanks to Marius Gleeson for prompting this + update.
  • +
  • The method CAAEquinoxesAndSolstices::LengthOfAutumn now takes a boolean + to indicate which hemisphere the observer is located in. Previously the code + assumed a northern hemisphere bias. Thanks to Marius Gleeson for prompting this + update.
  • +
  • The method CAAEquinoxesAndSolstices::LengthOfWinter now takes a boolean + to indicate which hemisphere the observer is located in. Previously the code + assumed a northern hemisphere bias. Thanks to Marius Gleeson for prompting this + update.
  • +
  • Updated the sample app to print out a table of information related to Equinoxes + and Solstices.
  • +
  • Addition of a CAADynamicalTime::TT2UTC method which converts from TT to + UTC.
  • +
  • Addition of a CAADynamicalTime::UTC2TT method which converts from UTC to + TT.
  • +
  • Addition of a CAADynamicalTime::TT2TAI method which converts from TT to + TAI.
  • +
  • Addition of a CAADynamicalTime::TAI2TT method which converts from TAI to + TT.
  • +
  • Addition of a CAADynamicalTime::TT2UT1 method which converts from TT to + UT1.
  • +
  • Addition of a CAADynamicalTime::UT12TT method which converts from UT1 to + TT.
  • +
  • Updated the observed DeltaT values from + http://maia.usno.navy.mil/ser7/deltat.data + to 1st September 2013.
  • +
  • Addition of a CAADynamicalTime::UT1MinusUTC method which returns UT1 - UTC. +
  • +
  • Fixed a number of GCC compiler warnings in AATest.cpp.
  • +
+

v1.56 (8 September 2013)

+
    +
  • Fixed a bug in the calculation of HeliocentricEclipticLongitude and HeliocentricEclipticLatitude + in CAAParabolic::Calculate. Thanks to Joe Novak for reporting this problem. +
  • +
  • Fixed a bug in the calculation of HeliocentricEclipticLongitude and HeliocentricEclipticLatitude + in CAANearParabolic::Calculate. Thanks to Joe Novak for reporting this problem. +
  • +
+

v1.55 (4 August 2013)

+
    +
  • Updated copyright details
  • +
  • Updated the observed DeltaT values from + http://maia.usno.navy.mil/ser7/deltat.data + to 1st April 2013
  • +
  • Updated the predicted DeltaT values from + http://maia.usno.navy.mil/ser7/deltat.preds + to 1st January 2023
  • +
  • Fixed a transcription error in the third coefficient used to calculate the + L0 term for the ecliptic longitude of Mercury. Thanks to Isaac Clark for reporting + this issue.
  • +
  • Fixed a transcription error in the fifth coefficient used to calculate the + L2 term for the ecliptic longitude of Mercury. Thanks to Isaac Clark for reporting + this issue.
  • +
  • Fixed a transcription error in the second coefficient used to calculate + the L4 term for the ecliptic longitude of Mercury. Thanks to Isaac Clark for + reporting this issue.
  • +
  • Fixed a transcription error in the ninth coefficient used to calculate the + B0 term for the ecliptic latitude of Mercury. Thanks to Isaac Clark for reporting + this issue.
  • +
  • Fixed a transcription error in the third coefficient used to calculate the + B0 term for the ecliptic latitude of Venus. Thanks to Isaac Clark for reporting + this issue. Spot tests indicate that this change only affected the ecliptic + latitude in the sixth decimal place.
  • +
  • Fixed a transcription error in the twenty first coefficient used to calculate + the L0 term for the ecliptic longitude of Earth. Thanks to Isaac Clark for reporting + this issue.
  • +
  • Fixed a transcription error in the sixteenth coefficient used to calculate + the L1 term for the ecliptic longitude of Earth. Thanks to Isaac Clark for reporting + this issue.
  • +
  • Fixed a transcription error in the second coefficient used to calculate + the B2 term for the ecliptic latitude of Mars. Thanks to Isaac Clark for reporting + this issue.
  • +
  • Fixed a transcription error in the third coefficient used to calculate the + B2 term for the ecliptic latitude of Mars. Thanks to Isaac Clark for reporting + this issue.
  • +
  • Fixed a transcription error in the thirty ninth coefficient used to calculate + the L0 term for the ecliptic longitude of Jupiter. Thanks to Isaac Clark for + reporting this issue.
  • +
  • Fixed a transcription error in the sixteenth coefficient used to calculate + the R1 term for the ecliptic radius vector of Jupiter. Thanks to Isaac Clark + for reporting this issue.
  • +
  • Fixed a transcription error in the twenty ninth coefficient used to calculate + the B2 term for the ecliptic latitude of Saturn. Thanks to Isaac Clark for reporting + this issue. Spot tests indicate that this change only affected the ecliptic + latitude in the twelfth decimal place.
  • +
  • Fixed a transcription error in the second coefficient used to calculate + the B0 term for the ecliptic latitude of Neptune. Thanks to Isaac Clark for + reporting this issue. Spot tests indicate that this change only affected the + ecliptic latitude in the sixth decimal place.
  • +
+

v1.54 (27 October 2012)

+
    +
  • Fixed a buffer initialization bug in PrintMoonPhase function in AAAtest.cpp. + This was resulting in the moon phase ASCII diagrams to not show correctly on + Unix terminals.
  • +
  • I now have a Ubuntu 12.10 VM setup which allows the code to be fully tested + on a Unix OS going forward. I am using the Code::Blocks IDE to provide a familiar + development experience for this Visual Studio veteran!
  • +
  • Fixed a transcription bug in CAAElementsPlanetaryOrbit::SaturnLongitudePerihelion. + The correct coefficient for multiplying by T should have been 1.9637613 instead + of 1.19637613. In the worked example of 31.a from Meeus's book, he uses + the date June 24 2065. With this bug now eliminated the value returned is now + 94.34 degrees instead of 93.84 degrees for this date. Basically the incorrect + coefficient would have returned a value too small by 0.77 degrees for every + Julian century after the epoch J2000.0 = 2000 January 1.5 TD = JDE 2451545.0. + Thanks to Sudhakar Gumparthi for reporting this bug.
  • +
+

v1.53 (13 October 2012)

+
    +
  • Updated the sample app to show the rise, transit and set details for the + Moon and Sun at the North Pole for 31 October 2012. This shows that the Sun + does not rise or set on that day and transits below the horizon at 11:43:36 + UTC and the Moon also does not rise or set and transits above the horizon at + 00:35:12 UTC. Thanks to Michael Iverson for prompting this check.
  • +
  • Removed need for std::string class from AATest.cpp module.
  • +
  • Fixed a small typo in the AARiseTransitSet.cpp history comments. Thanks + to Michael Iverson for reporting this issue.
  • +
  • Fixed a typo in the spelling of Coefficient throughout the AADynamicalTime.cpp + module. Thanks to Michael Iverson for reporting this issue.
  • +
+

v1.52 (12 October 2012)

+
    +
  • Refactored the code in CAARiseTransitSet::Calculate.
  • +
  • Added comments to the documentation for CAARiseTransitSet::Calculate on + the potential for returning times outside of the UTC date requested. Thanks + to Rob Phillips for reporting this issue.
  • +
+

v1.51 (5 May 2012)

+
    +
  • Updated the sample app to print out the rise transit and set times for the + Moon and Sun as well as a ASCII graphic of the moon phase for the month of April + 2012 for the location of Wexford, Ireland. Thanks to Roger Dahl for providing + this nice addition to AA+.
  • +
+

v1.50 (2 May 2012)

+
    +
  • To further improve the accuracy of the CAADynamicalTime::DeltaT method, + the code now uses a lookup table between the dates of 1 February 1973 to 1 April + 2012 (for observed values) and predicted values from April 2012 till April 2015. + These values are as provided by IERS Rapid Service/Prediction Center at + http://maia.usno.navy.mil/ser7/deltat.data + and http://maia.usno.navy.mil/ser7/deltat.preds. + This lookup table will of course need to be kept up to date as IERS update this + information. As currently coded there is a single discontinuity of c. one second + in early April 2015. At this point + http://maia.usno.navy.mil/ser7/deltat.preds + indicates an error value for DeltaT of about 0.9 seconds anyway.
  • +
  • A new CAADynamicalTime::CumulativeLeapSeconds has been provided. This method + takes as input the Julian Day value and returns the cumulative total of Leap + seconds which have been applied to this point. For more information about leap + seconds please see http://en.wikipedia.org/wiki/Leap_second. + Using this method you can now implement code which converts from Terrestrial + Time to Coordinated Universal time as follows:

    double TerrestialTime + = some calculation using AA+ algorithms(JD);
    double DeltaT = CAADynamicalTime::DeltaT(JD); +
    double UniversalTime1 = TerrestialTime - DeltaT/86400.0; //The time of the + event using the UT1 time scale
    double TerrestialAtomicTime = TerrestialTime + - (32.184/86400.0); //The time of the event using the TAI time scale
    double + CumulativeLeapSeconds = CAADynamicalTime::CumulativeLeapSeconds(JD);
    double + CoordinatedUniversalTime = (DeltaT - CumulativeLeapSeconds - 32.184)/86400.0 + + UniversalTime1; //The time of the event using the UTC time scale
  • +
+

v1.49 (1 May 2012)

+ +

v1.48 (18 March 2012)

+
    +
  • Updated copyright details.
  • +
  • All global "g_*" tables are now const. Thanks to Roger Dahl for + reporting this issue when compiling AA+ on ARM.
  • +
+

v1.47 (10 September 2011)

+
    +
  • Fixed a bug in the calculation of the "F" local variable which + represents the Moon's argument of latitude in the CAAMoonPhases::TruePhase + method. Thanks to Andrew Hammond for reporting this bug.
  • +
+

v1.46 (8 May 2011)

+
    +
  • Updated copyright details.
  • +
  • Fixed a compilation issue on GCC where size_t was undefined in various methods. + Thanks to Carsten A. Arnholm and Andrew Hammond for reporting this bug.
  • +
  • Updated CAARiseTransitSet::Calculate method to return information for circumpolar + object rather than returning bValid = false for this type of object. In the + case of a circumpolar object, the object does not rise or set on the day in + question but will of course transit at a specific time. This change means that + you do not need to recall the method with a declination value to get the transit + time. In addition if an object never rises or sets, the method will still return + the transit time even though it occurs below the horizon by setting the bTransitAboveHorizon + value to false. Note that this means that the "Transit" value will + now always include a valid value. Also the method has been renamed to Calculate. + Thanks to Andrew Hood for prompting this update
  • +
  • Fixed a bug in CAAGalileanMoons::CalculateHelper where the periodic terms + in longitude for the four satellites (Sigma1 to Sigma4) were not being converted + to radians prior to some trigonometric calculations. Thanks to Thomas Meyer + for reporting this bug.
  • +
+

v1.45 (26 November 2010)

+
    +
  • CAARefraction::RefractionFromApparent now returns a constant refraction + value for all altitudes below a certain limit. Thanks to mehrzad khoddam for + prompting this update.
  • +
  • CAARefraction::RefractionFromTrue now returns a constant refraction value + for all altitudes below a certain limit. Thanks to mehrzad khoddam for prompting + this update.
  • +
+

v1.44 (4 July 2010)

+
    +
  • Fixed various compiler warnings and errors when the code is compiled using + C++ Builder. Thanks to Neil Bingham for reporting these issues.
  • +
  • Removed unnecessary "Longitude" parameter from method CAAParallax::Ecliptic2Topocentric.
  • +
+

v1.43 (3 July 2010)

+
    +
  • Fixed a bug in the g_MoonPerigeeApogeeCoefficients3 table. The "+0.013*cos(4D + - 2F)" term was incorrectly using "+0.013*cos(4D - 20F)". The + error in the lunar distance because of this coding error is of the order of + 1 to 2 KM. Thanks to Thomas Meyer for reporting this bug.
  • +
  • Fixed a bug in the g_MoonPerigeeApogeeCoefficients1 table. The "D+2M-0.0010" + term was incorrectly using "D+2M-0.0011". Thanks to Thomas Meyer for + reporting this bug.
  • +
+

v1.42 (21 May 2010)

+
    +
  • Fixed spelling mistakes in AATest.cpp for "Palomar Observatory". + Thanks to Leighton Paul for reporting the fact that the change for v1.41 was + still spelt incorrectly.
  • +
+

v1.41 (10 May 2010)

+
    +
  • Updated copyright details.
  • +
  • Minor update to CAAPhysicalMoon::CalculateTopocentric to put a value in + a variable for easier debugging
  • +
  • Fixed up unused variable warnings in AATest.cpp
  • +
  • Fixed spelling mistakes in AATest.cpp for "Palomor Observatory"
  • +
  • The CAAEllipticalObjectDetails::AstrometricGeocenticRA value is now known + as AstrometricGeocentricRA. Thanks to Scott Marley for reporting this spelling + mistake
  • +
  • The CAANearParabolicObjectDetails::AstrometricGeocenticRA value is now known + as AstrometricGeocentricRA. Thanks to Scott Marley for reporting this spelling + mistake
  • +
  • Removed the unused Delta parameter from the CAANutation::NutationInDeclination + method. Thanks to Thomas Meyer for reporting this issue.
  • +
+

v1.40 (30 December 2009)

+
    +
  • Updated the sample app to pull in cstdio instead of cstdio.h. Thanks to + Hugo Mildenberger for suggesting this update.
  • +
  • Fixed a number of GCC compiler warnings in AATest.cpp. Thanks to Hugo Mildenberger + for suggesting this update.
  • +
  • The CMake file "CMakeLists.txt" included in the download has been + updated to work correctly on Gentoo Linux. Again thanks to Hugo Mildenberger + for this update.
  • +
+

v1.39 (24 November 2009)

+
    +
  • Updated the sample app and documentation to provide better guidance on how + to calculate the times of Moon rise, transit and set. Thanks to Mehmet Rauf + Geden for reporting this bug.
  • +
+

v1.38 (3 October 2009)

+
    +
  • Fixed a copy and paste gremlin in the CAAEarth::EclipticLatitude method + where it incorrectly used B2, B3 & B4 coefficient terms for Venus. Due to + how this bug occurred, the magnitude of the error from it would increase as + the date deviated from the year 2000. Thanks to Isaac Salzman for reporting + this bug.
  • +
+

v1.37 (30 April 2009)

+
    +
  • Fixed a bug where the M values in CAARiseTransitSet::Calculate were not being + constrained to between 0 and 1. Thanks to Matthew Yager for reporting this issue.
  • +
+

v1.36 (28 March 2009)

+
    +
  • Fixed a bug in CAARiseTransitSet::Calculate where the cyclical nature of a RA + value was not taken into account during the interpolation. In fact Meeus in + the book even refers to this issue as "Important remarks, 2." on page + 30 of the second edition. Basically when interpolating RA, we need to be careful + that the 3 values are consistent with respect to each other when any one of + them wraps around from 23H 59M 59S around to 0H 0M 0S. In this case, the RA + has increased by 0H 0M 1S of RA instead of decreasing by 23H 59M 59S. Thanks + to Corky Corcoran and Danny Flippo for both reporting this issue.
  • +
  • Fixed a bug in the calculation of the parameter "H" in CAARiseTransitSet::Calculate + when calculating the local hour angle of the body for the time of transit.
  • +
+

v1.35 (16 March 2009)

+
    +
  • Fixed a bug in CAAParabolic::Calculate(double JD, const CAAParabolicObjectElements& + elements) in the calculation of the heliocentric rectangular ecliptical, the + heliocentric ecliptical latitude and the heliocentric ecliptical longitude coordinates. + The code incorrectly used the value "omega" instead of "w" + in its calculation of the value "u". Unfortunately there is no worked + examples in Jean Meeus's book for these particular values, hence resulting + in my coding errors. Thanks to Jay Borseth for reporting this bug.
  • +
  • Fixed a bug in CAANearParabolic::Calculate(double JD, const CAANearParabolicObjectElements& + elements) in the calculation of the heliocentric rectangular ecliptical, the + heliocentric ecliptical latitude and the heliocentric ecliptical longitude coordinates. + The code incorrectly used the value "omega" instead of "w" + in its calculation of the value "u". Unfortunately there is no worked + examples in Jean Meeus's book for these particular values, hence resulting + in my coding errors. Thanks to Jay Borseth for reporting this bug.
  • +
+

v1.34 (12 February 2009)

+
    +
  • Fixed a seemingly copy and paste bug in CAAMoon::EclipticLongitude. The + layout of the code to calculate the "ThisSigma" value was incorrect. + The terms involving any value of M was being multiplied by E. This was incorrect + as documented at the bottom of page 338 from the second edition of Meeus's + book. The correct logic is to multiple only terms which involve +1M or -1M by + E and to multiple any terms which involved 2M or -2M by E*E. With the bug fixed + the worked example 47.a from the book now gives: 133.16726428105474 degrees. + This is a much closer result to the value as reported in the book which is 133.167265. + The previous buggy code was giving the value of 133.16726382897039 degrees for + the Moons apparent Longitude. The error in this example is 0.001627 arc seconds + of a degree. This error value is well within the actual reported accuracy of + 10 arc seconds for the code, but you would expect this error to increase as + the eccentricity of earths orbit increases. Thanks to Neoklis Kyriazis for reporting + this bug.
  • +
+

v1.33 (7 February 2009)

+
    +
  • Fixed a seemingly copy and paste bug in CAAMoonPerigeeApogee::TruePerigee. + The layout of the code to accumulate the "Sigma" value was incorrect. + The terms involving T (e.g. +0.00019*T, -0.00013*T etc were adding these terms + to the argument of the sin incorrectly. With the bug fixed the worked example + 50.a from the book gives: 2447442.3543003569 JDE or 1988 October 7 at 20h:30m:11.5 + seconds. The previous buggy code was giving the same value of 2447442.3543003569, + but this would be the case because T was a small value in the example. You would + expect the error in the calculated to be bigger as the date departs from the + Epoch 2000.0. Thanks to Neoklis Kyriazis for reporting this bug.
  • +
  • Optimized the layout of the MoonCoefficient1 structure in the AAMoon.cpp + module by making all elements integers instead of doubles.
  • +
  • Optimized the layout of the PlutoCoefficient1 structure in the AAPluto.cpp + module by making all elements integers instead of doubles.
  • +
  • Updated the static version of CAADate::DaysInMonth to compile cleanly using + code analysis.
  • +
  • Updated copyright details.
  • +
+

v1.32 (11 November 2008)

+
    +
  • Fixed a bug in CAAElliptical::Calculate(double JD, const CAAEllipticalObjectElements& + elements) in the calculation of the heliocentric rectangular ecliptical, the + heliocentric ecliptical latitude and the heliocentric ecliptical longitude coordinates. + The code incorrectly used the value "omega" instead of "w" + in its calculation of the value "u". Unfortunately there is no worked + examples in Jean Meeus's book for these particular values, hence resulting + in my coding errors. Thanks to Carsten A. Arnholm for reporting this bug. +
  • +
+

v1.31 (26 July 2008)

+
    +
  • Changed name of CAASun::EclipticRectangularCoordinatesMeanEquinox to CAASun::EquatorialRectangularCoordinatesMeanEquinox + to refer to the fact that it returns equatorial coordinates instead of ecliptic + coordinates. Thanks to Frank Trautmann for reporting this issue
  • +
  • Updated copyright details.
  • +
  • zip file now ships with a VC 2005 solution instead of a VC 6 solution file.
  • +
  • Code now compiles cleanly using Code Analysis (/analyze)
  • +
+

v1.30 (29 January 2007)

+
    +
  • The static version of the CAADate::Set method has been renamed to DateToJD + to avoid any confusion with the other Set methods. Thanks to Ing. Taras Kapuszczak + for reporting this issue.
  • +
  • The method CAADate::InGregorianCalendar has now also been renamed to the + more appropriate CAADate::AfterPapalReform.
  • +
  • Reinstated the bGregorianCalendar parameter for the CAADate constructors + and Set methods.
  • +
  • Changed the parameter layout for the static version of CAADate::DaysInMonth
  • +
  • Addition of a CAADate::InGregorianCalendar method.
  • +
  • Addition of a CAADate::SetInGregorianCalendar method.
  • +
  • Reworked implementation of GregorianToJulian method.
  • +
  • Reworked implementation of JulianToGregorian method.
  • +
+

v1.29 (26 January 2007)

+
    +
  • After a bug report from Ing. Taras Kapuszczak that a round trip of the date + 25 January 100 as specified in the Gregorian calendar to the Julian day number + and then back again produces the incorrect date 26 January 100, I've spent + some time looking into the 2 key Meeus Julian Day algorithms. It seems that + the algorithms which converts from a Calendar date to JD works ok for propalactive + dates, but the reverse algorithm which converts from a JD to a Calendar date + does not. Since I made the change in behaviour to support propalactive Gregorian + dates to address issues with the Moslem calendar (and since then I have discovered + further unresolved bugs in the Moslem calendar algorithms and advised people + to check out my DTime+ + library instead), I am now reverting these changes so that the date algorithms + are now as presented in Meeus's book. This means that dates after 15 October + 1582 are assumed to be in the Gregorian calendar and dates before are assumed + to be in the Julian calendar. This change also means that some of the CAADate + class methods no longer require the now defunct "bool" parameter to + specify which calendar the date represents. As part of the testing for this + release verification code has been added to AATest.cpp to test all the dates + from JD 0 (i.e. 1 January -4712) to a date long in the future. Hopefully with + this verification code, we should have no more reported issues with the class + CAADate. Again if you would prefer a much more robust and comprehensive Date + time class framework, don't forget to check out the authors + DTime+ library.
  • +
  • Optimized CAADate constructor code
  • +
  • Provided a static version of CAADate::DaysInMonth() method
  • +
  • Discovered an issue in CAADate::JulianToGregorian. It seems the algorithm + presented in the book to do conversion from the Julian to Gregorian calendar + fails for Julian dates before the Gregorian calendar reform in 1582. I have + sent an email to Jean Meeus to find out if this is a bug in my code or a deficiency + in the algorithm presented. Currently the code will assert in this function + if it is called for a date before the Gregorian reform.
  • +
  • Changed name of CAAMoonIlluminatedFraction::IluminatedFraction to CAAMoonIlluminatedFraction::IlluminatedFraction. + Thanks to Ing. Taras Kapuszczak for reporting this typo!.
  • +
+

v1.28 (25 January 2007)

+
    +
  • Fixed a minor compliance issue with GCC in the AACoordinateTransformation.h + to do with the declaration of various methods. Thanks to Mathieu Peyréga for + reporting this issue.
  • +
+

v1.27 (17 January 2007)

+
    +
  • Updated copyright details.
  • +
  • Addition of a AAPLUS_EXT_CLASS preprocessor macro to allow the code to be + more easily added to an extension DLL. Thanks to Mathieu Peyréga for suggesting + this update.
  • +
  • Changed name of CAASun::ApparentEclipticLongtitude to CAASun::ApparentEclipticLongitude. + Thanks to Mathieu Peyréga for reporting this typo!.
  • +
+

v1.26 (29 November 2006)

+
    +
  • Fixed a bug where CAAEclipticalElements::Calculate and CAAEclipticalElements::FK4B1950ToFK5J2000 + would return the incorrect value for the reduced inclination when the initial + inclination value was > 90 degrees.
  • +
  • Addition of a new module called CAANearParabolic. This new class provides + functionality for orbits which can be best modelled as near parabolic i.e. where + the eccentricity is between 0.98 and 1.02. Chapter 35 in the book includes support + for calculating Near-parabolic orbits, but the code is provided in BASIC and + the algorithm as presented has problems converging when the eccentricity is + close to 1. Instead the algorithms used in this new module are based upon the + worked examples which Paul Schlyter has provided at + http://stjarnhimlen.se/comp/tutorial.html#16.
  • +
+

23 October 2006

+
    +
  • Minor update to fix some incorrect book mark links in the documentation.
  • +
+

v1.25 (5 June 2006)

+
    +
  • Fixed a bug in CAAElliptical::Calculate(double JD, EllipticalObject object) + where the correction for nutation was incorrectly using the Mean obliquity of + the ecliptic instead of the true value. The results from the test program now + agree much more closely with the example Meeus provides which is the position + of Venus on 1992 Dec. 20 at 0h Dynamical Time. I've also checked the positions + against the JPL Horizons web site and the agreement is much better. Because + the True obliquity of the Ecliptic is defined as the mean obliquity of the ecliptic + plus the nutation in obliquity, it is relatively easy to determine the magnitude + of error this was causing. From the chapter on Nutation in the book, and specifically + the table which gives the cosine coefficients for nutation in obliquity you + can see that the absolute worst case error would be the sum of the absolute + values of all of the coefficients and would have been c. 10 arc seconds of degree, + which is not a small amount!. This value would be an absolute worst case and + I would expect the average error value to be much much smaller (probably much + less than an arc second). Anyway the bug has now been fixed. Thanks to Patrick + Wong for pointing out this rather significant bug.
  • +
+

18 May 2006

+
    +
  • Jean Meeus has confirmed that there is definitely a bug in the Moslem calendar + algorithms which make up the CAAMoslemCalendar class. He is not the original + author of these algorithms, so he was unable to explain why they fail for some + dates. As previously mentioned please use the + DTime+ classes to avoid + this issue.
  • +
+

v1.24 (12 May 2006)

+
    +
  • Updated the documentation to use the same style as the web site.
  • +
  • Fixed a transcription error in the third coefficient used to calculate the + R0 term for the radius vector of Mercury. Thanks to John Kruso for reporting + this issue.
  • +
  • Fixed a transcription error in the third coefficient used to calculate the + R1 term for the radius vector of Mercury. Thanks to John Kruso for reporting + this issue.
  • +
  • Updated copyright details.
  • +
+

1 May 2006

+
    +
  • While testing v3.01 of + DTime+ I discovered some bugs in the CAAMoslemCalendar class. Specifically + testing some dates by creating a Moslem date, then converting to a Julian date + and then converting back to the Moslem calendar highlighted some dates which + fail this roundtrip test. If you are serious about developing for the Moslem + calendar, then please use the Moslem calendar support in + DTime+ which uses an independent + algorithm for the Moslem calendar which does not have this problem. I will report + this issue to Jean Meeus and possibly have a fix for it in the next update to + AA+.
  • +
+

v1.23 (16 November 2005)

+
    +
  • Fixed a transcription error in the second coefficient used to calculate + the longitude of Mercury. Thanks to "Maurizio" for reporting this + bug.
  • +
+

v1.22 (5 July 2005)

+
    +
  • Fix for a bug to ensure that values returned from CAAEquationOfTime::Calculate + does not return discontinuities. Instead it now returns negative values when + required.
  • +
+

v1.21 (3 June 2005)

+
    +
  • Minor update to "CMakeLists.txt" file to fix a case sensitivity + issue. Thanks to Andrew Maclean for reporting this issue.
  • +
+

v1.20 (2 June 2005)

+
    +
  • Seems the case sensitivity issue fixed in v1.17 was not fixed because I + forgot to update the files in the zip download. Thanks to Andrew Maclean for + reporting this issue.
  • +
  • A "CMakeLists.txt" file is now included in the download. This + file is used by CMake (http://www.cmake.org/HTML/Index.html) + which is a cross-platform makefile generator. This allows the AA+ code to be + easily compiled on Cygwin, Linux and the usual MSVC compilers. Thanks to Andrew + Maclean for this nice addition.
  • +
  • Some of the functions in the class "CAACoordinateTransformation" + have been made inline to improve performance.
  • +
  • Made all structures used by AA+ classes. This is a minor tidy up issue more + than anything. Also ensured all class members are initialized to sane defaults.
  • +
+

v1.19 (13 May 2005)

+
    +
  • Fix for CAADate::Set(double JD, bool bGregorianCalendar) not setting the + m_bGregorianCalendar member variable correctly.
  • +
+

v1.18 (21 April 2005)

+
    +
  • Renamed "AAAberation.cpp" to "AAAberration.cpp" so that + all source code filenames match their corresponding header files. Thanks to + Jürgen Schuck for suggesting this update.
  • +
+

v1.17 (1 February 2005)

+
    +
  • Fixed a case sensitivity problem (at least on Unix systems) related to the + stdafx.h/cpp files. Now filename is all lowercase. Thanks to Mika Heiskanen + for reporting this problem.
  • +
  • Change the ordering of items in stdafx.h so that you get a clean compile + on gcc. Thanks to Mika Heiskanen for reporting this problem.
  • +
  • Fixed a problem with the declaration of the variable "Index" in + the function CAADynamicalTime::DeltaT. Thanks to Mika Heiskanen for reporting + this problem.
  • +
  • Removed usage of MFC from sample app as it is not required.
  • +
  • Verfied the building of the code on GCC thro the use of Cygwin's port + of GCC.
  • +
+

v1.16 (31 January 2005)

+
    +
  • Fixed a bug in CAAParabolic::Calculate where the JD value was being used + incorrectly in the loop. Thanks to Mika Heiskanen for reporting this problem.
  • +
  • Fixed a GCC warning in CAADynamicalTime::DeltaT. Thanks to Mika Heiskanen + for reporting this problem.
  • +
  • Fixed a GCC compiler error related to missing include for memset in AAEclipses.cpp. + Thanks to Mika Heiskanen for reporting this problem.
  • +
+

v1.15 (30 January 2005)

+
    +
  • Replaced all usage of BOOL with bool to aid in cross compiler compatibility. + This also means that all occurrences of TRUE and FALSE are replaced with true + and false respectively. Thanks to Mika Heiskanen for reporting this issue. +
  • +
  • cmath header file is now used rather than math.h. Also if now does not use + the #pragma message text based on a define which is MS C specific. Again thanks + to Mika Heiskanen for reporting this issue.
  • +
  • Now uses asssert instead of the MFC specific ASSERT. Again thanks to Mika + Heiskanen for reporting this issue.
  • +
  • Addition of a new global header file "AA+.h" which allows you + to include all of the AA+ framework through one header.
  • +
  • Code now use static_cast's rather than old C-style casts. Again thanks + to Mika Heiskanen for reporting this issue.
  • +
  • Optimized some of the code in assert's which avoid unitialized variables + when build in release mode. Again thanks to Mika Heiskanen for reporting this + issue.
  • +
+

v1.14 (21 January 2005)

+
    +
  • Fixed a small but important error in the function PhaseAngle(r, R, Delta). + The code was producing incorrect results and raises acos DOMAIN errors and floating + point exceptions when calculating phase angles for the inner planets. Thanks + to MICHAEL R. MEYER for reporting this problem.
  • +
+

v1.13 (31 December 2004)

+
    +
  • Fix for CAAElliptical::MinorPlanetMagnitude where the phase angle was being + incorrectly converted from Radians to Degress when it was already in degrees. + Thanks to Martin Burri for reporting this problem.
  • +
+

v1.12 (10 November 2004)

+
    +
  • Fix for CAADate::Get so that it works correctly for propalactive calendar + dates. The Meeus implementation automatically assumes the Gregorian Calendar + came into effect on 15 October 1582 (JD: 2299161), while the CAADate implementation + has a "m_bGregorianCalendar" value to decide if the date was specified + in the Gregorian or Julian Calendars. This difference means in effect that CAADate + fully supports propalactive versions of both calendar systems. This problem + was discovered when testing the Moslem calendar code which involves a round + trip between Moslem -> Julian -> Gregorian calendars.
  • +
+

v1.11 (15 October 2004)

+
    +
  • bValid variable is now correctly set in CAARiseTransitSet::Calculate if the objects + does actually rise and sets.
  • +
+

v1.10 (17 September 2004)

+
    +
  • Fixed a number of warnings in the code when compiled in VC .Net 2003 with + the "Force conformance in For Loop Scope" compiler option is set.
  • +
+

6 September 2004

+
    +
  • Minor update to the documentation plus a full spell check!!
  • +
+

v1.09 (15 June 2004)

+
    +
  • Fixed a typo in the calculation of SunLongDash in CAAPhysicalSun::Calculate. + Thanks to Brian Orme for spotting this problem.
  • +
+

v1.08 (31 May 2004)

+
    +
  • Added a missing coefficient to g_L1JupiterCoefficients array as used by + CAAJupiter::EclipticLongitude. Thanks to Brian Orme for reporting this problem.
  • +
  • Added missing g_B5JupiterCoefficients[] in CAAJupiter::EclipticLatitude. + Again thanks to Brian Orme for reporting this problem.
  • +
  • In CAASaturn::EclipticLongitude the g_L5SaturnCoefficients[] were not included. + Thanks to Brian Orme for reporting this problem.
  • +
  • In CAASaturn::EclipticLatitude the g_B5SaturnCoefficients[] were not included. + Thanks to Brian Orme for reporting this problem.
  • +
  • In CAASaturn::RadiusVector the g_R5SaturnCoefficients[] were not included. + Thanks to Brian Orme for reporting this problem.
  • +
+

v1.07 (24 May 2004)

+
    +
  • Fixed a missing break statement in CAAElliptical::Calculate. Thanks to Carsten + A. Arnholm for reporting this bug.
  • +
  • Also fixed an issue with the calculation of the apparent distance to the + Sun.
  • +
+

27 April 2004

+
    +
  • Minor update to the documentation describing CAAElliptical::MeanMotionFromSemiMajorAxis
  • +
+

V1.06 (22 February 2004)

+
    +
  • Calculation of semi durations for eclipses in CAAEclipses is now calculated + only when required
  • +
+

V1.05 (22 February 2004)

+
    +
  • Fixed a bug in the calculation of the phase type from the k value in CAAMoonPhases::TruePhase.
  • +
+

V1.04 (21 February 2004)

+
    +
  • The optical libration in longitude for the moon is now returned in the range + -180 - 180 degrees
  • +
+

V1.03 (14 February 2004)

+
    +
  • Fixed a "minus zero" bug in the function CAACoordinateTransformation::DMSToDegrees. + The sign of the value is now taken explicitly from the new bPositive boolean + parameter. Thanks to Patrick Wallace for reporting this problem.
  • +
+

V1.02 (9 February 2004)

+
    +
  • Replaced all calls to the macro "INT" with the function CAADate::INT + which is what they should have been. The only affected class for this was CAAMoslemCalendar.
  • +
  • Fixed a number of level 4 warnings in the CAAStellarMagnitudes class when + the code is compiled in VC.Net 2003.
  • +
+

V1.01 (9 February 2004)

+
    +
  • Updated the values used in the calculation of the a1 and a2 constants for + Saturn's moon Rhea (satellite V) following an email from Jean Meeus confirming + that these constants are indeed incorrect as published in the book.
  • +
+

V1.0 (6 February 2004)

+
    +
  • Initial public release.
  • +
+

 

+

 

+

 

+

Class Framework Reference

+

The framework consists of the following classes:

+

 

+

CAAAberration

+

CAAAngularSeparation

+

CAABinaryStar

+

CAACoordinateTransformation

+

CAADate

+

CAADiameters

+

CAADynamicalTime

+

CAAEarth

+

CAAEaster

+

CAAEclipses

+

CAAEclipticalElements

+

CAAElementsPlanetaryOrbit

+

CAAElliptical

+

CAAELP2000

+

CAAELPMPP02

+

CAAEquationOfTime

+

CAAEquinoxesAndSolstices

+

CAAEquinoxesAndSolstices2

+

CAAFK5

+

CAAGalileanMoons

+

CAAGlobe

+

CAAIluminatedFraction

+

CAAInterpolate

+

CAAJewishCalendar

+

CAAJupiter

+

CAAKepler

+

CAAMars

+

CAAMercury

+

CAAMoon

+

CAAMoonIlluminatedFraction

+

CAAMoonMaxDeclinations

+

CAAMoonMaxDeclinations2

+

CAAMoonNodes

+

CAAMoonNodes2

+

CAAMoonPerigeeApogee

+

CAAMoonPerigeeApogee2

+

CAAMoonPhases

+

CAAMoonPhases2

+

CAAMoslemCalendar

+

CAANearParabolic

+

CAANeptune

+

CAANodes

+

CAANutation

+

CAAParabolic

+

CAAParallactic

+

CAAParallax

+

CAAPhysicalJupiter

+

CAAPhysicalMars

+

CAAPhysicalMoon

+

CAAPhysicalSun

+

CAAPlanetaryPhenomena

+

CAAPlanetaryPhenomena2

+

CAAPlanetPerihelionAphelion

+

CAAPlanetPerihelionAphelion2

+

CAAPluto

+

CAAPrecession

+

CAARefraction

+

CAARiseTransitSet +(Deprecated)

+

CAARiseTransitSet2

+

CAASaturn

+

CAASaturnMoons

+

CAASaturnRings

+

CAASidereal

+

CAAStellarMagnitudes

+

CAASun

+

CAAUranus

+

CAAVenus

+

CAAVSOP2013

+

CAAVSOP87_EMB

+

CAAVSOP87_Jupiter

+

CAAVSOP87_Mars

+

CAAVSOP87_Mercury

+

CAAVSOP87_Neptune

+

CAAVSOP87_Saturn

+

CAAVSOP87_Uranus

+

CAAVSOP87_Venus

+

CAAVSOP87A_Earth

+

CAAVSOP87A_EMB

+

CAAVSOP87A_Jupiter

+

CAAVSOP87A_Mars

+

CAAVSOP87A_Mercury

+

CAAVSOP87A_Neptune

+

CAAVSOP87A_Saturn

+

CAAVSOP87A_Uranus

+

CAAVSOP87A_Venus

+

CAAVSOP87B_Earth

+

CAAVSOP87B_Jupiter

+

CAAVSOP87B_Mars

+

CAAVSOP87B_Mercury

+

CAAVSOP87B_Neptune

+

CAAVSOP87B_Saturn

+

CAAVSOP87B_Uranus

+

CAAVSOP87B_Venus

+

CAAVSOP87C_Earth

+

CAAVSOP87C_Jupiter

+

CAAVSOP87C_Mars

+

CAAVSOP87C_Mercury

+

CAAVSOP87C_Neptune

+

CAAVSOP87C_Saturn

+

CAAVSOP87C_Uranus

+

CAAVSOP87C_Venus

+

CAAVSOP87D_Earth

+

CAAVSOP87D_Jupiter

+

CAAVSOP87D_Mars

+

CAAVSOP87D_Mercury

+

CAAVSOP87D_Neptune

+

CAAVSOP87D_Saturn

+

CAAVSOP87D_Uranus

+

CAAVSOP87D_Venus

+

CAAVSOP87E_Earth

+

CAAVSOP87E_Jupiter

+

CAAVSOP87E_Mars

+

CAAVSOP87E_Mercury

+

CAAVSOP87E_Neptune

+

CAAVSOP87E_Saturn

+

CAAVSOP87E_Sun

+

CAAVSOP87E_Uranus

+

CAAVSOP87E_Venus

+

 

+

 

+

CAAberration

+

This class provides for calculation of the effects of aberration. This refers +to Chapter 23 in the book.

+

 

+

Functions this class provides include:

+

EarthVelocity

+

EclipticAberration

+

EquatorialAberration

+

 

+

CAAAberration::EarthVelocity

+

static CAA3DCoordinate EarthVelocity(double JD, +bool bHighPrecision)

+

Return Value

+

3D rectangular heliocentric equatorial velocity of the Earth based on the fixed +equator and equinox of FK5 for the epoch J2000.0. The units of each coordinate +returned are in 10 to the power of -8 astronomical units per day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAAberration::EclipticAberration

+

static CAA2DCoordinate EclipticAberration(double Lambda, +double Beta, double JD, +bool bHighPrecision)

+

Return Value

+

Returns the correction due to aberration. The X value will contain the ecliptic +longitude correction in degrees and Y will contain the ecliptic latitude correction +in degrees.

+

Parameters

+

Lambda The ecliptic longitude in degrees.

+

Beta The ecliptic latitude in degrees.

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAAberration::EquatorsialAberration

+

static CAA2DCoordinate EquatorialAberration(double Alpha, +double Delta, double JD, +bool bHighPrecision)

+

Return Value

+

Returns the correction due to aberration. The X value will contain the right +ascension correction expressed as an hour angle and Y will contain the declination +correction in degrees.

+

Parameters

+

Alpha The right ascension expressed as an hour angle.

+

Delta The declination in degrees.

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

 

+

CAAAngularSeparation

+

This class provides the algorithms which obtain various separation distances +between celestial objects. This refers to Chapter 17, 19 & 20 in the book.

+

 

+

Functions this class provides include:

+

Separation

+

PositionAngle

+

DistanceFromGreatArc

+

SmallestCircle

+

 

+

CAAAngularSeparation::Separation

+

static double Separation(double Alpha1, double Delta1, +double Alpha2, double Delta2)

+

Return Value

+

Returns the distance between the two positions in degrees.

+

Parameters

+

Alpha1 The first right ascension expressed as an hour angle.

+

Delta1 The first declination in degrees

+

Alpha2 The second right ascension expressed as an hour angle.

+

Delta2 The second declination in degrees

+

 

+

CAAAngularSeparation::PositionAngle

+

static double PositionAngle(double Alpha1, double Delta1, +double Alpha2, double Delta2)

+

Return Value

+

Returns the position angle of (Alpha1, Delta1) relative to (Alpha2, Delta2) in +degrees.

+

Parameters

+

Alpha1 The first right ascension expressed as an hour angle.

+

Delta1 The first declination in degrees

+

Alpha2 The second right ascension expressed as an hour angle.

+

Delta2 The second declination in degrees

+

 

+

CAAAngularSeparation::DistanceFromGreatArc

+

static double DistanceFromGreatArc(double Alpha1, double +Delta1, double Alpha2, double Delta2, double +Alpha3, double Delta3)

+

Return Value

+

Returns the distance of (Alpha3, Delta3) to the great circle (Alpha1, Delta1) +- (Alpha2, Delta2) in degrees.

+

Parameters

+

Alpha1 The first right ascension expressed as an hour angle.

+

Delta1 The first declination in degrees

+

Alpha2 The second right ascension expressed as an hour angle.

+

Delta2 The second declination in degrees

+

Alpha3 The third right ascension expressed as an hour angle.

+

Delta3 The third declination in degrees

+

 

+

CAAAngularSeparation::SmallestCircle

+

static double SmallestCircle(double Alpha1, double Delta1, +double Alpha2, double Delta2, double Alpha3, +double Delta3, bool& bType1)

+

Return Value

+

Returns the diameter of the smallest circle encompassing the 3 points in degrees.

+

Parameters

+

Alpha1 The first right ascension expressed as an hour angle.

+

Delta1 The first declination in degrees

+

Alpha2 The second right ascension expressed as an hour angle.

+

Delta2 The second declination in degrees

+

Alpha3 The third right ascension expressed as an hour angle.

+

Delta3 The third declination in degrees

+

bType1 Upon return will be true if the smallest circle is of type 1, otherwise +false, implying smallest circle is of type 2.

+

 

+

 

+

CAABinaryStar

+

This class provides for calculation of the position of a Binary Star system. +This refers to Chapter 57 in the book.

+

 

+

Functions this class provides include:

+

Calculate

+

ApparentEccentricity

+

 

+

CAABinaryStar::Calculate

+

static CAABinaryStarDetails Calculate(double t, double +P, double T, double e, double a, +double i, double omega, double w)

+

Return Value

+

A class containing

+

r The radius vector of the secondary star in arc seconds of a degree.

+

Theta The apparent position angle of the secondary star in degrees.

+

Rho The angular separation between the two stars in arc seconds of a +degree.

+

x The x cartesian coordinate value of the secondary star in arc +seconds of a degree.

+

y The y cartesian coordinate value of the secondary star in arc +seconds of a degree.

+

Parameters

+

t The time given in years and decimals to perform the calculation for.

+

P The period of revolution expressed in mean solar years.

+

T The time of periastron passage given in years and decimals.

+

e Eccentricity of the true orbit.

+

a The semi major axis expressed in seconds of a degree.

+

i The inclination of the plane of the true orbit in degrees to the plane +at right angles to the line of sight.

+

omega The position angle of the ascending node in degrees.

+

w The longitude of the periastron in degrees.

+

 

+

CAABinaryStar::ApparentEccentricty

+

static double ApparentEccentricity(double e, +double i, double w)

+

Return Value

+

The apparent eccentricity of the binary star orbit

+

Parameters

+

e Eccentricity of the true orbit.

+

i The inclination of the plane of the true orbit in degrees to the plane +at right angles to the line of sight.

+

w The longitude of the periastron in degrees.

+

 

+

 

+

CAACoordinateTransformation

+

This class provides for the transformations of the coordinates as well as helper +angle methods. This refers to Chapter 13 and parts of Chapter 1 in the book.

+

 

+

Functions this class provides include:

+

Equatorial2Ecliptic

+

Ecliptic2Equatorial

+

Equatorial2Horizontal

+

Horizontal2Equatorial

+

Equatorial2Galactic

+

Galactic2Equatorial

+

PI

+

DegreesToRadians

+

RadiansToDegrees

+

RadiansToHours

+

HoursToRadians

+

HoursToDegrees

+

DegreesToHours

+

DMSToDegrees

+

MapTo0To360Range

+

MapTo0To24Range

+

MapTo0To2PIRange

+

MapToMinus90To90Range

+

 

+

+CAACoordinateTransformation::Equatorial2Ecliptic

+

static CAA2DCoordinate Equatorial2Ecliptic(double Alpha, double +Delta, double Epsilon)

+

Return Value

+

Returns the converted ecliptic coordinates in a CAA2DCoordinate class. The x +value in the class corresponds to the ecliptic longitude in degrees and the y value +corresponds to the ecliptic latitude in degrees.

+

Parameters

+

Alpha The right ascension expressed as decimal hours.

+

Delta The declination in degrees.

+

Epsilon The obliquity of the ecliptic in degrees.

+

Remarks

+

The transformation of coordinates from Equatorial to Ecliptic. This refers to +algorithm 13.1 and 13.2 on page 93.

+

 

+

+CAACoordinateTransformation::Ecliptic2Equatorial

+

static CAA2DCoordinate Ecliptic2Equatorial(double Lambda, double +Beta, double Epsilon)

+

Return Value

+

Returns the converted equatorial coordinates in a CAA2DCoordinate class. The +x value in the class corresponds to the right +ascension in decimal hours and the y +value corresponds to the declination in degrees.

+

Parameters

+

Lambda The ecliptic longitude in degrees.

+

Beta The ecliptic latitude in degrees.

+

Epsilon the obliquity of the ecliptic in degrees.

+

Remarks

+

The transformation of coordinates from Ecliptic to Equatorial. This refers to +algorithm 13.3 and 13.4 on page 93.

+

 

+

+CAACoordinateTransformation::Equatorial2Horizontal

+

static CAA2DCoordinate Equatorial2Horizontal(double LocalHourAngle, +double Delta, double Latitude)

+

Return Value

+

Returns the converted horizontal coordinates in a CAA2DCoordinate class. The +x value in the class corresponds to the azimuth in degrees west of south and the y value corresponds +to the altitude in degrees.

+

Parameters

+

LocalHourAngle The local hour angle in +decimal hours, measured westwards from the South. To convert a equatorial +right ascension to a local hour angle you can use the formula as mentioned on +page 92: Local hour angle +(H) = apparent sidereal time at Greenwich (theta) - observer's longitude (L, +positive west, negative east from Greenwich) - right ascension. You should of +course make sure that all the values used in this formula are expressed as +decimal hours before applying the formula (in particular the observer's +longitude "L" value).

+

Delta The declination in degrees.

+

Latitude The standard latitude of the position in degrees.

+

Remarks

+

The transformation of coordinates from Equatorial to Horizontal. This refers +to algorithm 13.5 and 13.6 on page 93.

+

 

+

+CAACoordinateTransformation::Horizontal2Equatorial

+

static CAA2DCoordinate Horizontal2Equatorial(double A, double +h, double Latitude)

+

Return Value

+

Returns the converted equatorial coordinates in a CAA2DCoordinate class. The +x value in the class corresponds to the local hour +angle in decimal hours and the y +value corresponds to the declination in degrees.

+

Parameters

+

A The azimuth in degrees west of south.

+

h The altitude in degrees

+

Latitude The standard latitude of the position in degrees.

+

Remarks

+

The transformation of coordinates from Horizontal to Equatorial. This refers +to the two algorithms on the top of page 94. To convert the returned local hour +angle back to a right ascension in decimal hours you can use the formula as +mentioned on page 92: right ascension (alpha) = apparent sidereal time at +Greenwich (theta) - Local hour angle (H) - observer's longitude (L, positive +west, negative east from Greenwich). You should of course make sure that all the +values used in this formula are expressed as decimal hours before applying the +formula (in particular the observer's longitude "L" value).

+

 

+

+CAACoordinateTransformation::Equatorial2Galactic

+

static CAA2DCoordinate Equatorial2Galactic(double Alpha, double +Delta)

+

Return Value

+

Returns the converted galactic coordinates in a CAA2DCoordinate class. The x +value in the class corresponds to the galactic longitude in degrees and the y value +corresponds to the galactic latitude in degrees.

+

Parameters

+

Alpha The right ascension in decimal hours.

+

Delta The declination in degrees.

+

Remarks

+

The transformation of coordinates from Equatorial to Galactic. This refers to +algorithm 13.7 and 13.8 on page 94.

+

 

+

+CAACoordinateTransformation::Galactic2Equatorial

+

static CAA2DCoordinate Galactic2Equatorial(double l, double +b)

+

Return Value

+

Returns the converted equatorial coordinates in a CAA2DCoordinate class. The +x value in the class corresponds to the right +ascension in decimal hours and the y +value corresponds to the declination in degrees.

+

Parameters

+

l  The galactic longitude expressed in degrees.

+

b The galactic latitude expressed in degrees.

+

Remarks

+

The transformation of coordinates from Galactic to Equatorial. This refers to +the last two algorithms on page 94.

+

 

+

CAACoordinateTransformation::PI

+

static double PI()

+

Return Value

+

Returns the constant value of pi i.e 3.1415926...

+

 

+

CAACoordinateTransformation::DegreesToRadians

+

static double DegreesToRadians(double Degrees)

+

Return Value

+

Returns the value in radians which was converted from degrees.

+

Parameters

+

Degrees The angular value to convert measured in degrees.

+

 

+

CAACoordinateTransformation::RadiansToDegrees

+

static double RadiansToDegrees(double Radians)

+

Return Value

+

Returns the value in degrees which was converted from radians.

+

Parameters

+

Radians The angular value to convert measured in radians.

+

 

+

CAACoordinateTransformation::RadiansToHours

+

static double RadiansToHours(double Radians)

+

Return Value

+

Returns the value expressed as an hour angle which was converted from radians. +

+

Parameters

+

Radians The angular value to convert measured in radians.

+

 

+

CAACoordinateTransformation::HoursToRadians

+

static double HoursToRadians(double Hours)

+

Return Value

+

Returns the value in radians which was converted from hours.

+

Parameters

+

Hours The numeric value to convert measured in hours.

+

 

+

CAACoordinateTransformation::HoursToDegrees

+

static double HoursToDegrees(double Hours)

+

Return Value

+

Returns the value in degrees which was converted from hours.

+

Parameters

+

Hours The numeric value to convert measured in hours.

+

 

+

CAACoordinateTransformation::DegreesToHours

+

static double DegreesToHours(double Degrees)

+

Return Value

+

Returns the value in hours which was converted from degrees.

+

Parameters

+

Degrees The angular value to convert measured in degrees.

+

 

+

CAACoordinateTransformation::DMSToDegrees

+

DMSToDegrees(double Degrees, double Minutes, double +Seconds, bool bPositive = true)

+

Return Value

+

Returns the value in degrees which was converted from degrees, minutes and seconds. +

+

Parameters

+

Degrees  The degree part of the angular value to convert.

+

Minutes The minute part of the angular value to convert.

+

Seconds The second part of the angular value to convert.

+

bPositive true if the input value corresponds to a non-negative value +with false implying the value is positive

+

Remarks

+

To convert the angle 21° 44' 07" you would use DMSToDegrees(21, 44, +7, true).

+

To convert the angle -12° 47' 22" you would use DMSToDegrees(12, 47, +22, false) or DMSToDegrees(-12, -47, -22, true).

+

To convert the angle -0° 32' 41" you must use DMSToDegrees(0, 32, 41, +false).

+

 

+

CAACoordinateTransformation::MapTo0To360Range

+

static double MapTo0To360Range(double Degrees)

+

Return Value

+

Maps an arbitrary angular value to the range 0 to 360. i.e. inputting the value +-2 will return a value of 258.

+

Parameters

+

Degrees The angular value.

+

 

+

CAACoordinateTransformation::MapTo0To24Range

+

static double MapTo0To24Range(double HourAngle)

+

Return Value

+

Maps an arbitrary value to the range 0 to 24. i.e. inputting the value -2 will return a value of 22.

+

Parameters

+

HourAngle The hour angle.

+

 

+

CAACoordinateTransformation::MapTo0To2PIRange

+

static double MapTo0To2PIRange(double Angle)

+

Return Value

+

Maps an arbitrary value to the range 0 to 2*PI. i.e. inputting the value -1 will return a value of +5.2831853071795862.

+

Parameters

+

Angle The angle in radians.

+

 

+

CAACoordinateTransformation::MapToMinus90To90Range

+

static double MapToMinus90To90Range(double Degrees)

+

Return Value

+

Maps an arbitrary angular value to the range -90 to 90.

+

Parameters

+

Degrees The angular value.

+

 

+

 

+

CAADate

+

This class provides the algorithms which convert between the Gregorian and Julian +calendars and the Julian Day. This refers to Chapter 7 and parts of Chapter 9 in +the book.

+

 

+

Functions this class provides include:

+

CAADate

+

IsLeap

+

Julian

+

operator double

+

Day

+

Month

+

Year

+

Hour

+

Minute

+

Second

+

Set

+

SetInGregorianCalendar

+

InGregorianCalendar

+

Get

+

DayOfWeek

+

DayOfYear

+

DaysInMonth

+

DaysInYear

+

DayOfYearToDayAndMonthAndDate

+

JulianToGregorian

+

GregorianToJulian

+

Leap

+

FractionalYear

+

AfterPapalReform

+

 

+

CAADate::CAADate

+

CAADate()

+

CAADate(long Year, long Month, double Day, +bool bGregorianCalendar)

+

CAADate(long Year, long Month, double Day, +double Hour, double Minute, double Second, +bool bGregorianCalendar)

+

CAADate(double JD, bool bGregorianCalendar)

+

Parameters

+

Year The year. (Years are counted astronomically i.e. 1 BC = Year 0)

+

Month The month of the year (1 for January to 12 for December).

+

Day The day of the month (Can include decimals).

+

Hour The hour (Can include decimals).

+

Minute The minute (Can include decimals).

+

Second The seconds (Can include decimals).

+

JD The Julian day including decimals.

+

bGregorianCalendar true to imply a date in the Gregorian Calendar, false +means use the Julian Calendar.

+

Remarks

+

Constructs a date given a variety of parameters.

+

 

+

CAADate::IsLeap

+

static bool IsLeap(long Year, bool bGregorianCalendar)

+

Return Value

+

true if the specified year is leap otherwise false.

+

Parameters

+

Year The year. (Years are counted astronomically i.e. 1 BC = Year 0)

+

bGregorianCalendar true to imply a date in the Gregorian Calendar, false +means use the Julian Calendar.

+

 

+

CAADate::Julian

+

double Julian() const

+

Return Value

+

Returns the underlying Julian Day including decimals.

+

 

+

CAADate::operator double

+

operator double() const

+

Return Value

+

Returns the underlying Julian Day including decimals.

+

 

+

CAADate::Day

+

long Day() const

+

Return Value

+

Returns the day of the month this date represents.

+

 

+

CAADate::Month

+

long Month() const

+

Return Value

+

Returns the month (1 - 12) this date represents.

+

 

+

CAADate::Year

+

long Year() const

+

Return Value

+

Returns the year this date represents.

+

 

+

CAADate::Hour

+

long Hour() const

+

Return Value

+

Returns the hour this date represents.

+

 

+

CAADate::Minute

+

long Minute() const

+

Return Value

+

Returns the minute this date represents.

+

 

+

CAADate::Second

+

double Second() const

+

Return Value

+

Returns the seconds this date represents.

+

 

+

CAADate::Set

+

void Set(long Year, long Month, double +Day, double Hour, double Minute, double +Second, bool bGregorianCalendar)

+

void Set(double JD, bool bGregorianCalendar)

+

Parameters

+

Year The year. (Years are counted astronomically i.e. 1 BC = Year 0)

+

Month The month of the year (1 for January to 12 for December).

+

Day The day of the month (Can include decimals).

+

Hour The hour (Can include decimals).

+

Minute The minute (Can include decimals).

+

Second The seconds (Can include decimals).

+

JD The Julian day including decimals

+

bGregorianCalendar true to imply a date in the Gregorian Calendar, false +means use the Julian Calendar.

+

Remarks

+

Allows the date to be modified after construction.

+

 

+

CAADate::SetInGregorianCalendar

+

void SetInGregorianCalendar(bool bGregorianCalendar)

+

Parameters

+

bGregorianCalendar true to imply a date in the Gregorian Calendar, false +means use the Julian Calendar.

+

Remarks

+

Allows the date's calendar type to be changed after construction.

+

 

+

CAADate::InGregorianCalendar

+

bool InGregorianCalendar() const

+

Return Value

+

Returns true if this date is in the Gregorian calendar, false means the Julian +Calendar.

+

 

+

CAADate::Get

+

void Get(long& Year, long& Month, long& +Day, long& Hour, long& Minute, +double& Second)

+

Parameters

+

Year Upon return will contain the year. (Years are counted astronomically +i.e. 1 BC = Year 0)

+

Month Upon return will contain the month of the year (1 for January to +12 for December).

+

Day Upon return will contain the day of the month.

+

Hour Upon return will contain the hour.

+

Minute Upon return will contain the minute.

+

Second Upon return will contain the seconds (Can include decimals).

+

Remarks

+

Allows the date parts to be retrieved.

+

 

+

CAADate::DayOfWeek

+

DAY_OF_WEEK DayofWeek() const

+

Return Value

+

Returns an enum which identifies which day of the week this date represents.

+

 

+

CAADate::DayOfYear

+

double DayofYear() const

+

Return Value

+

Returns the day of year (including decimals) this date represents.

+

 

+

CAADate::DaysInMonth

+

long DaysInMonth() const

+

static DaysInMonth(long Month, bool bLeap)

+

Return Value

+

Returns the total number of days in the month (28 - 31) which this date represents. +The static version of the function can be used if you do not want to construct a +CAADate instance to do this test.

+

 

+

CAADate::DaysInYear

+

long DaysInYear() const

+

Return Value

+

Returns the total number of days in the year (365 or 366) which this date represents.

+

 

+

CAADate::DayOfYearToDayAndMonth

+

static DayOfYearToDayAndMonth(long DayOfYear, bool +bLeap, long& DayOfMonth, long& Month)

+

Parameters

+

DayOfYear The day of the year where 1st of January is 1 going up to 365 +or 366 for 31st of December

+

bLeap true if the year being considered is a leap year, otherwise false.

+

DayOfMonth Upon return will contain the day of the month.

+

Month Upon return will contain the month.

+

 

+

CAADate::JulianToGregorian

+

static CAACalendarDate JulianToGregorian(long Year, long +Month, long Day)

+

Return Value

+

A class containing

+

Year The year in the Gregorian Calendar. (Years are counted astronomically +i.e. 1 BC = Year 0)

+

Month The month of the year in the Gregorian Calendar (1 for January to +12 for December).

+

Day The day of the month in the Gregorian Calendar.

+

Parameters

+

Year The year in the Julian Calendar to convert. (Years are counted astronomically +i.e. 1 BC = Year 0)

+

Month The month of the year in the Julian Calendar (1 for January to 12 +for December).

+

Day The day of the month in the Julian Calendar.

+

Remarks

+

Converts a calendrical date expressed in the Julian Calendar to the equivalent +date in the Gregorian Calendar. It is assumed that the adoption of the Gregorian +Calendar occurred in 1582.

+

 

+

CAADate::GregorianToJulian

+

static CAACalendarDate GregorianToJulian(long Year, long +Month, long Day)

+

Return Value

+

A class containing

+

Year The year in the Julian Calendar. (Years are counted astronomically +i.e. 1 BC = Year 0)

+

Month The month of the year in the Julian Calendar (1 for January to 12 +for December).

+

Day The day of the month in the Julian Calendar.

+

Parameters

+

Year The year in the Gregorian Calendar to convert. (Years are counted +astronomically i.e. 1 BC = Year 0)

+

Month The month of the year in the Gregorian Calendar (1 for January to +12 for December).

+

Day The day of the month in the Gregorian Calendar.

+

Remarks

+

Converts a calendrical date expressed in the Gregorian Calendar to the equivalent +date in the Julian Calendar.

+

 

+

CAADate::Leap

+

bool Leap() const

+

Return Value

+

true if the year which this date represents is leap otherwise false.

+

 

+

CAADate::FractionalYear

+

double FractionalYear() const

+

Return Value

+

Returns the years with decimals this date represents e.g. the middle of the year +2000 would be returned as 2000.5.

+

 

+

CAADate::AfterPapalReform

+

bool AfterPapalReform(long Year, long Month, +double Day)
bool AfterPapalReform(double
JD)

+

Parameters

+

Year The year. (Years are counted astronomically i.e. 1 BC = Year 0)

+

Month The month of the year (1 for January to 12 for December).

+

Day The day of the month (Can include decimals).

+

JD The Julian day including decimals

+

Remarks

+

Returns true if the date occurs on or after the Gregorian calendar reform which +occurred on 15th October 1582 (which corresponds to Julian Day 2299160.5), +otherwise false. Please note that the CAADate class assumes the calendar change +occured on this date. Historically of course different countries adopted the +reform at different times.

+

 

+

 

+

CAADiameters

+

This class provides the algorithms for the semi diameters of the Sun, Moon, Planets +and Asteroids. This refers to Chapter 55 in the book.

+

 

+

Functions this class provides include:

+

SunSemidiameterA

+

MercurySemidiameterA

+

VenusSemidiameterA

+

MarsSemidiameterA

+

JupiterEquatorialSemidiameterA

+

JupiterPolarSemidiameterA

+

SaturnEquatorialSemidiameterA

+

SaturnPolarSemidiameterA

+

ApparentSaturnPolarSemidiameterA

+

UranusSemidiameterA

+

NeptuneSemidiameterA

+

MercurySemidiameterB

+

VenusSemidiameterB

+

MarsSemidiameterB

+

JupiterEquatorialSemidiameterB

+

JupiterPolarSemidiameterB

+

SaturnEquatorialSemidiameterB

+

SaturnPolarSemidiameterB

+

ApparentSaturnPolarSemidiameterB

+

UranusSemidiameterB

+

NeptuneSemidiameterB

+

PlutoSemidiameterB

+

GeocentricMoonSemidiameter

+

TopocentricMoonSemidiameter

+

AsteroidDiameter

+

ApparentAsteroidDiameter

+

 

+

CAADiameters::SunSemidiameterA

+

static double SunSemidiameterA(double Delta)

+

Return Value

+

The suns semi diameter in arc seconds.

+

Parameters

+

Delta The distance to the Sun in astronomical units.

+

 

+

CAADiameters::MercurySemidiameterA

+

static double MercurySemidiameterA(double Delta)

+

Return Value

+

Mercury's semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Mercury in astronomical units.

+

 

+

CAADiameters::VenusSemidiameterA

+

static double VenusSemidiameterA(double Delta)

+

Return Value

+

Venus's semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Venus in astronomical units.

+

 

+

CAADiameters::MarsSemidiameterA

+

static double MarsSemidiameterA(double Delta)

+

Return Value

+

Mars's semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Mars in astronomical units.

+

 

+

CAADiameters::JupiterEquatorialSemidiameterA

+

static double JupiterEquatorialSemidiameterA(double Delta)

+

Return Value

+

Jupiter's equatorial semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Jupiter in astronomical units.

+

 

+

CAADiameters::JupiterPolarSemidiameterA

+

static double JupiterPolarSemidiameterA(double Delta)

+

Return Value

+

Jupiter's polar semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Jupiter in astronomical units.

+

 

+

CAADiameters::SaturnEquatorialSemidiameterA

+

static double SaturnEquatorialSemidiameterA(double Delta)

+

Return Value

+

Saturn's equatorial semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Saturn in astronomical units.

+

 

+

CAADiameters::SaturnPolarSemidiameterA

+

static double SaturnPolarSemidiameterA(double Delta)

+

Return Value

+

Saturn's polar semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Saturn in astronomical units.

+

 

+

CAADiameters::ApparentSaturnPolarSemidiameterA

+

static double ApparentSaturnPolarSemidiameterA(double Delta, +double B)

+

Return Value

+

Saturn's polar semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Saturn in astronomical units.

+

B The Saturnicentric latitude of the Earth in degrees.

+

Remarks

+

Due to the large inclinations of Saturn, the apparent polar semi diameter can +be different to the true polar semi diameter.

+

 

+

CAADiameters::UranusSemidiameterA

+

static double UranusSemidiameterA(double Delta)

+

Return Value

+

Uranus's semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Uranus in astronomical units.

+

 

+

CAADiameters::NeptuneSemidiameterA

+

static double NeptuneSemidiameterA(double Delta)

+

Return Value

+

Neptune's semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Neptune in astronomical units.

+

 

+

CAADiameters::MercurySemidiameterB

+

static double MercurySemidiameterB(double Delta)

+

Return Value

+

Mercury's semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Mercury in astronomical units.

+

Remarks

+

Uses the updated Astronomical Almanac for 1984 size.

+

 

+

CAADiameters::VenusSemidiameterB

+

static double VenusSemidiameterB(double Delta)

+

Return Value

+

Venus's semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Venus in astronomical units.

+

Remarks

+

Uses the updated Astronomical Almanac for 1984 size.

+

 

+

CAADiameters::MarsSemidiameterB

+

static double MarsSemidiameterB(double Delta)

+

Return Value

+

Mars's semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Mars in astronomical units.

+

Remarks

+

Uses the updated Astronomical Almanac for 1984 size.

+

 

+

CAADiameters::JupiterEquatorialSemidiameterB

+

static double JupiterEquatorialSemidiameterB(double Delta)

+

Return Value

+

Jupiter's equatorial semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Jupiter in astronomical units.

+

Remarks

+

Uses the updated Astronomical Almanac for 1984 size.

+

 

+

CAADiameters::JupiterPolarSemidiameterB

+

static double JupiterPolarSemidiameterB(double Delta)

+

Return Value

+

Jupiter's polar semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Jupiter in astronomical units.

+

Remarks

+

Uses the updated Astronomical Almanac for 1984 size.

+

 

+

CAADiameters::SaturnEquatorialSemidiameterB

+

static double SaturnEquatorialSemidiameterB(double Delta)

+

Return Value

+

Saturn's equatorial semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Saturn in astronomical units.

+

Remarks

+

Uses the updated Astronomical Almanac for 1984 size.

+

 

+

CAADiameters::SaturnPolarSemidiameterB

+

static double SaturnPolarSemidiameterB(double Delta)

+

Return Value

+

Saturn's polar semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Saturn in astronomical units.

+

Remarks

+

Uses the updated Astronomical Almanac for 1984 size.

+

 

+

CAADiameters::ApparentSaturnPolarSemidiameterB

+

static double ApparentSaturnPolarSemidiameterB(double Delta, +double B)

+

Return Value

+

Saturn's polar semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Saturn in astronomical units.

+

B The Saturnicentric latitude of the Earth in degrees.

+

Remarks

+

Due to the large inclinations of Saturn, the apparent polar semi diameter can +be different to the true polar semi diameter. Uses the updated Astronomical Almanac +for 1984 size.

+

 

+

CAADiameters::UranusSemidiameterB

+

static double UranusSemidiameterB(double Delta)

+

Return Value

+

Uranus's semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Uranus in astronomical units.

+

Remarks

+

Uses the updated Astronomical Almanac for 1984 size.

+

 

+

CAADiameters::NeptuneSemidiameterB

+

static double NeptuneSemidiameterB(double Delta)

+

Return Value

+

Neptune's semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Neptune in astronomical units.

+

Remarks

+

Uses the updated Astronomical Almanac for 1984 size.

+

 

+

CAADiameters::PlutoSemidiameterB

+

static double PlutoSemidiameterB(double Delta)

+

Return Value

+

Pluto's semi diameter in arc seconds.

+

Parameters

+

Delta The distance to Pluto in astronomical units.

+

Remarks

+

Uses the updated Astronomical Almanac for 1984 size.

+

 

+

CAADiameters::GeocentricMoonSemidiameter

+

static double GeocentricMoonSemidiameter(double Delta)

+

Return Value

+

The Moon's semi diameter in arc seconds.

+

Parameters

+

Delta The distance to the Moon in kilometres.

+

 

+

CAADiameters::TopocentricMoonSemidiameter

+

static double TopocentricMoonSemidiameter(double DistanceDelta, +double Delta, double H, double Latitude, +double Height)

+

Return Value

+

The Moon's semi diameter in arc seconds.

+

Parameters

+

DistanceDelta The distance to the Moon in kilometres.

+

Delta The geocentric declination of the Moon in degrees.

+

H The geocentric hour angle of the Moon.

+

Latitude  The latitude of the position in degrees.

+

Height The observer's height above sea level in meters

+

 

+

CAADiameters::AsteroidDiameter

+

static double AsteroidDiameter(double H, double A)

+

Return Value

+

The asteroid's diameter in kilometres.

+

Parameters

+

H The absolute magnitude of the asteroid.

+

A The albedo of the asteroid.

+

 

+

CAADiameters::ApparentAsteroidDiameter

+

static double ApparentAsteroidDiameter(double Delta, double +d)

+

Return Value

+

The asteroid's apparent diameter in arc seconds.

+

Parameters

+

Delta The distance to the asteroid in astronomical units.

+

d The diameter of the asteroid in kilometres.

+

 

+

 

+

CAADynamicalTime

+

This class provides for conversion between Universal Time (both UT1 and UTC) +and Terrestrial Time (TT) aka Terrestrial Dynamical Time (TDT) aka Ephemeris Time +(ET). This refers to Chapter 10 in the book.

+

 

+

Functions this class provides include:

+

DeltaT

+

CumulativeLeapSeconds

+

SetUserDefinedDeltaT

+

TT2UTC

+

UTC2TT

+

TT2TAI

+

TAI2TT

+

TT2UT1

+

UT12TT

+

UT1MinusUTC

+

 

+

CAADynamicalTime::DeltaT

+

static double DeltaT(double JD)

+

Return Value

+

The difference DeltaT which is equal to TT - UT1 in seconds of time.

+

Parameters

+

date The Julian day to calculate DeltaT for. Because DeltaT changes +so slowly, the time used can be in the TT, the UTC or UT1 timeframes.

+

 

+

CAADynamicalTime::CumulativeLeapSeconds

+

static double CumulativeLeapSeconds(double JD)

+

Return Value

+

The cumulative total of Leap seconds which have been applied to this point in +seconds of time.

+

Parameters

+

date The Julian day to calculate Cumulative leap seconds for. Because +Leap seconds change so slowly, the time used can be in the TT, the UTC or UT1 timeframes +although technically leap seconds are only relevant to the UTC timescale.

+

 

+

CAADynamicalTime::SetUserDefinedDeltaT

+

static CAADynamicalTime::DELTAT_PROC SetUserDefinedDeltaT (DELTAT_PROC +pProc)

+

Return Value

+

The previous DeltaT function in use. If the CAADynamicalTime::DeltaT method +was using its own lookup tables and polynomials prior to calling this method, +then the return value from this method will be "nullptr".

+

Parameters

+

pProc The new function to use for calculating DeltaT through calls to +the method CAADynamicalTime::DeltaT. The +function signature of this parameter is "double (*) (double JD)" which is the +same as the CAADynamicalTime::DeltaT function signature.

+

Remarks

+

This method allows the logic used by the +CAADynamicalTime::DeltaT method to determine the DeltaT value to be changed +by a user defined function. This advanced routine could prove useful where you +have knowledge of the value for DeltaT for times far in the past or the future +which is not included in the built-in tables provided by CAADynamicalTime class. +Please note that changing the underlying function pointer by this method is not +thread protected. This means that application code should provide appropriate +thread protection if you are potentially calling this method from multiple +threads at the same time.

+

 

+

CAADynamicalTime::TT2UTC

+

static double TT2UTC(double JD)

+

Return Value

+

The Julian day in the UTC timeframe.

+

Parameters

+

JD The Julian day in the TT timeframe to convert.

+

 

+

CAADynamicalTime::UTC2TT

+

static double TT2UTC(double JD)

+

Return Value

+

The Julian day in the TT timeframe.

+

Parameters

+

JDThe Julian day in the UTC timeframe to convert.

+

 

+

CAADynamicalTime::TT2TAI

+

static double TT2TAI(double JD)

+

Return Value

+

The Julian day in the TAI timeframe.

+

Parameters

+

JD The Julian day in the TT timeframe to convert.

+

 

+

CAADynamicalTime::TAI2TT

+

static double TAI2TT(double JD)

+

Return Value

+

The Julian day in the TT timeframe.

+

Parameters

+

JD The Julian day in the TAI timeframe to convert.

+

 

+

CAADynamicalTime::TT2UT1

+

static double TT2UT1(double JD)

+

Return Value

+

The Julian day in the UT1 timeframe.

+

Parameters

+

JD The Julian day in the TT timeframe to convert.

+

 

+

CAADynamicalTime::UT12TT

+

static double UT12TT(double JD)

+

Return Value

+

The Julian day in the TT timeframe.

+

Parameters

+

JD The Julian day in the UT1 timeframe to convert.

+

 

+

CAADynamicalTime::UT1MinusUTC

+

static double UT12TT(double JD)

+

Return Value

+

The difference between UT1 and UTC in seconds of time.

+

Parameters

+

JD The Julian day in the UT1 timeframe.

+

 

+

 

+

 

+

CAAEarth

+

This class provides for calculation of the heliocentric position of the Earth. +This refers to Chapter 32 and parts of Chapter 26 and 47 in the book

+

Functions this class provides include:

+

EclipticLongitude

+

EclipticLatitude

+

RadiusVector

+

EclipticLongitudeJ2000

+

EclipticLatitudeJ2000

+

Eccentricity

+

SunMeanAnnomaly

+

 

+

CAAEarth::EclipticLongitude

+

static double EclipticLongitude(double JD, +bool bHighPrecision)

+

Return Value

+

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAEarth::EclipticLatitude

+

static double EclipticLatitude(double JD, +bool bHighPrecision)

+

Return Value

+

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAEarth::RadiusVector

+

static double RadiusVector(double JD, bool +bHighPrecision)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAEarth::EclipticLongitudeJ2000

+

static double EclipticLongitudeJ2000(double JD, +bool bHighPrecision)

+

Return Value

+

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and +equinox of J2000 in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAEarth::EclipticLatitudeJ2000

+

static double EclipticLatitudeJ2000(double JD, +bool bHighPrecision)

+

Return Value

+

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and +equinox of J2000 defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAEarth::Eccentricity

+

static double Eccentricity(double JD)

+

Return Value

+

the eccentricity of Earth's orbit.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAEarth::SunMeanAnomaly

+

static double SunMeanAnomaly(double JD)

+

Return Value

+

the mean anomaly of the Sun in degrees.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAEaster

+

This class provides for calculation of the date of Easter in both the Julian +and Gregorian calendars. This refers to Chapter 8 in the book.

+

 

+

Functions this class provides include:

+

Calculate

+

 

+

CAAEaster::Calculate

+

static CAAEasterDetails Calculate(int nYear, bool bGregorianCalendar)

+

Return Value

+

A class containing

+

Month The month on which Easter Sunday occurs.

+

Day The day of the month on which Easter Sunday occurs.

+

Parameters

+

nYear The year to perform the calculation for.

+

bGregorianCalendar true if the calculation is to be performed for the +Gregorian calendar, false implies the Julian Calendar

+

 

+

 

+

CAAEclipses

+

This class provides for calculation of Solar and Lunar Eclipses. This refers +to Chapter 54 in the book.

+

 

+

Functions this class provides include:

+

CalculateSolar

+

CalculateLunar

+

 

+

CAAEclipses::CalculateSolar

+

static CAASolarEclipseDetails CalculateSolar(double k)

+

Return Value

+

A struct containing the following values:

+

Flags A bitmask which indicates the type of solar eclipse which has +occurred. See the constant values defined in CAASolarEclopseDetails for more +information.

+

TimeOfMaximumEclipse The date in Dynamical time of maximum eclipse.

+

F The moons argument of Latitude in degrees at the time of the eclipse.

+

u The U term for the eclipse.

+

gamma The gamma term for the eclipse.

+

GreatestMagnitude The greatest magnitude of the eclipse if the eclipse +is partial.

+

Parameters

+

k The same K term as returned from CAAMoonPhases::K. +For a solar eclipse, this value should be a value without any decimals as a solar +eclipse refers to a New Moon.

+

 

+

CAAEclipses::CalculateLunar

+

static CAALunarEclipseDetails CalculateLunar(double k)

+

Return Value

+

A struct containing the following values:

+

bEclipse true if a lunar eclipse occurs at this Full Moon.

+

TimeOfMaximumEclipse The date in Dynamical time of maximum eclipse.

+

F The moons argument of Latitude in degrees at the time of the eclipse.

+

u The U term for the eclipse.

+

gamma The gamma term for the eclipse.

+

PenumbralRadii The radii of the eclipse for the penumbra in equatorial +earth radii.

+

UmbralRadii The radii of the eclipse for the umbra in equatorial earth +radii.

+

PenumbralMagnitude The magnitude of the eclipse if the eclipse is penumbral.

+

UmbralMagnitude The magnitude of the eclipse if the eclipse is umbral.

+

PartialPhaseSemiDuration The semi-duration of the eclipse during the partial +phase.

+

TotalPhaseSemiDuration The semi-duration of the eclipse during the total +phase.

+

PartialPhasePenumbralSemiDuration The semi-duration of the partial phase +in the penumbra.

+

Parameters

+

k The same K term as returned from CAAMoonPhases::K. +For a lunar eclipse, this value should be decimal value incremented by 0.5 as a +lunar eclipse refers to a Full Moon.

+

 

+

 

+

CAAEclipticalElements

+

This class provides the algorithms which map ecliptical elements from one equinox +to another. This refers to Chapter 24 in the book.

+

 

+

Functions this class provides include:

+

Calculate

+

FK4B1950ToFK5J200

+

 

+

CAAEclipticalElements::Calculate

+

static CAAEclipticalElementDetails Calculate(double i0, +double w0, double omega0, +double JD0, double JD)

+

Return Value

+

A struct containing the following values:

+

i The reduced inclination in degrees.

+

w The reduced argument of perihelion in degrees.

+

omega The reduced longitude of the ascending node in degrees

+

Parameters

+

i0 The inclination in degrees to reduce.

+

w0 The argument of perihelion in degrees +to reduce.

+

omega0 The longitude of the ascending +node in degrees to reduce.

+

JD0 The initial epoch in Dynamical time to calculate for.

+

JD The epoch in Dynamical time to reduce the elements to.

+

 

+

CAAEclipticalElements::FK4B1950ToFK5J2000

+

static CAAEclipticalElementDetails KF4B1950ToFK5J2000(double +i0, double w0, double omega0)

+

Return Value

+

A struct containing the following values:

+

i The reduced inclination in degrees.

+

w The reduced argument of perihelion in degrees.

+

omega The reduced longitude of the ascending node in degrees

+

Parameters

+

i0 The inclination in degrees to reduce.

+

w0 The argument of perihelion in degrees +to reduce.

+

omega0 The longitude of the ascending +node in degrees to reduce.

+

 

+

 

+

CAAElementsPlanetaryOrbit

+

This class provides the algorithms to calculate the elements of the planetary +orbits. This refers to Chapter 31 in the book.

+

 

+

Functions this class provides include:

+

MercuryMeanLongitude

+

MercurySemimajorAxis

+

MercuryEccentricity

+

MercuryInclination

+

MercuryLongitudeAscendingNode

+

MercuryLongitudePerihelion

+

VenusMeanLongitude

+

VenusSemimajorAxis

+

VenusEccentricity

+

VenusInclination

+

VenusLongitudeAscendingNode

+

VenusLongitudePerihelion

+

EarthMeanLongitude

+

EarthSemimajorAxis

+

EarthEccentricity

+

EarthInclination

+

EarthLongitudePerihelion

+

MarsMeanLongitude

+

MarsSemimajorAxis

+

MarsEccentricity

+

MarsInclination

+

MarsLongitudeAscendingNode

+

MarsLongitudePerihelion

+

JupiterMeanLongitude

+

JupiterSemimajorAxis

+

JupiterEccentricity

+

JupiterInclination

+

JupiterLongitudeAscendingNode

+

JupiterLongitudePerihelion

+

SaturnMeanLongitude

+

SaturnSemimajorAxis

+

SaturnEccentricity

+

SaturnInclination

+

SaturnLongitudeAscendingNode

+

SaturnLongitudePerihelion

+

UranusMeanLongitude

+

UranusSemimajorAxis

+

UranusEccentricity

+

UranusInclination

+

UranusLongitudeAscendingNode

+

UranusLongitudePerihelion

+

NeptuneMeanLongitude

+

NeptuneSemimajorAxis

+

NeptuneEccentricity

+

NeptuneInclination

+

NeptuneLongitudeAscendingNode

+

NeptuneLongitudePerihelion

+

MercuryMeanLongitudeJ2000

+

MercuryInclinationJ2000

+

MercuryLongitudeAscendingNodeJ2000

+

MercuryLongitudePerihelionJ2000

+

VenusMeanLongitudeJ2000

+

VenusInclinationJ2000

+

VenusLongitudeAscendingNodeJ2000

+

VenusLongitudePerihelionJ2000

+

EarthMeanLongitudeJ2000

+

EarthInclinationJ2000

+

EarthLongitudeAscendingNodeJ2000

+

EarthLongitudePerihelionJ2000

+

MarsMeanLongitudeJ2000

+

MarsInclinationJ2000

+

MarsLongitudeAscendingNodeJ2000

+

MarsLongitudePerihelionJ2000

+

JupiterMeanLongitudeJ2000

+

JupiterInclinationJ2000

+

JupiterLongitudeAscendingNodeJ2000

+

JupiterLongitudePerihelionJ2000

+

SaturnMeanLongitudeJ2000

+

SaturnInclinationJ2000

+

SaturnLongitudeAscendingNodeJ2000

+

SaturnLongitudePerihelionJ2000

+

UranusMeanLongitudeJ2000

+

UranusInclinationJ2000

+

UranusLongitudeAscendingNodeJ2000

+

UranusLongitudePerihelionJ2000

+

NeptuneMeanLongitudeJ2000

+

NeptuneInclinationJ2000

+

NeptuneLongitudeAscendingNodeJ2000

+

NeptuneLongitudePerihelionJ2000

+

 

+

CAAElementsPlanetaryOrbit::MercuryMeanLongitude

+

static double MercuryMeanLongitude(double JD)

+

Return Value

+

the mean longitude of the planet in degrees with respect to the ecliptic and +mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOribit::MercurySemimajorAxis

+

static double MercurySemimajorAxis(double JD)

+

Return Value

+

the semi major axis of the planet in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOribit::MercuryEccentricity

+

static double MercuryEccentricity(double JD)

+

Return Value

+

the eccentricity of the orbit.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::MercuryInclination

+

static double MercuryInclination(double JD)

+

Return Value

+

the inclination on the plane of the ecliptic in degrees with respect to the ecliptic +and mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::MercuryLongitudeAscendingNode

+

static double MercuryLongitudeAscendingNode(double JD)

+

Return Value

+

the longitude of the ascending node in degrees with respect to the ecliptic and +mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::MercuryLongitudePerihelion

+

static double MercuryLongitudePerihelion(double JD)

+

Return Value

+

the longitude of the perihelion in degrees with respect to the ecliptic and mean +equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::VenusMeanLongitude

+

static double VenusMeanLongitude(double JD)

+

Return Value

+

the mean longitude of the planet in degrees with respect to the ecliptic and +mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOribit::VenusSemimajorAxis

+

static double VenusSemimajorAxis(double JD)

+

Return Value

+

the semi major axis of the planet in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOribit::VenusEccentricity

+

static double VenusEccentricity(double JD)

+

Return Value

+

the eccentricity of the orbit.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::VenusInclination

+

static double VenusInclination(double JD)

+

Return Value

+

the inclination on the plane of the ecliptic in degrees with respect to the ecliptic +and mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::VenusLongitudeAscendingNode

+

static double VenusLongitudeAscendingNode(double JD)

+

Return Value

+

the longitude of the ascending node in degrees with respect to the ecliptic and +mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::VenusLongitudePerihelion

+

static double VenusLongitudePerihelion(double JD)

+

Return Value

+

the longitude of the perihelion in degrees with respect to the ecliptic and mean +equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::EarthMeanLongitude

+

static double EarthMeanLongitude(double JD)

+

Return Value

+

the mean longitude of the planet in degrees with respect to the ecliptic and +mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOribit::EarthSemimajorAxis

+

static double EarthSemimajorAxis(double JD)

+

Return Value

+

the semi major axis of the planet in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOribit::EarthEccentricity

+

static double EarthEccentricity(double JD)

+

Return Value

+

the eccentricity of the orbit.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::EarthInclination

+

static double EarthInclination(double JD)

+

Return Value

+

the inclination on the plane of the ecliptic in degrees with respect to the ecliptic +and mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::EarthLongitudePerihelion

+

static double EarthLongitudePerihelion(double JD)

+

Return Value

+

the longitude of the perihelion in degrees with respect to the ecliptic and mean +equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::MarsMeanLongitude

+

static double MarsMeanLongitude(double JD)

+

Return Value

+

the mean longitude of the planet in degrees with respect to the ecliptic and +mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOribit::MarsSemimajorAxis

+

static double MarsSemimajorAxis(double JD)

+

Return Value

+

the semi major axis of the planet in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOribit::MarsEccentricity

+

static double MarsEccentricity(double JD)

+

Return Value

+

the eccentricity of the orbit.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::MarsInclination

+

static double MarsInclination(double JD)

+

Return Value

+

the inclination on the plane of the ecliptic in degrees with respect to the ecliptic +and mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::MarsLongitudeAscendingNode

+

static double MarsLongitudeAscendingNode(double JD)

+

Return Value

+

the longitude of the ascending node in degrees with respect to the ecliptic and +mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::MarsLongitudePerihelion

+

static double MarsLongitudePerihelion(double JD)

+

Return Value

+

the longitude of the perihelion in degrees with respect to the ecliptic and mean +equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::JupiterMeanLongitude

+

static double JupiterMeanLongitude(double JD)

+

Return Value

+

the mean longitude of the planet in degrees with respect to the ecliptic and +mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOribit::JupiterSemimajorAxis

+

static double JupiterSemimajorAxis(double JD)

+

Return Value

+

the semi major axis of the planet in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOribit::JupiterEccentricity

+

static double JupiterEccentricity(double JD)

+

Return Value

+

the eccentricity of the orbit.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::JupiterInclination

+

static double JupiterInclination(double JD)

+

Return Value

+

the inclination on the plane of the ecliptic in degrees with respect to the ecliptic +and mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::JupiterLongitudeAscendingNode

+

static double JupiterLongitudeAscendingNode(double JD)

+

Return Value

+

the longitude of the ascending node in degrees with respect to the ecliptic and +mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::JupiterLongitudePerihelion

+

static double JupiterLongitudePerihelion(double JD)

+

Return Value

+

the longitude of the perihelion in degrees with respect to the ecliptic and mean +equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::SaturnMeanLongitude

+

static double SaturnMeanLongitude(double JD)

+

Return Value

+

the mean longitude of the planet in degrees with respect to the ecliptic and +mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOribit::SaturnSemimajorAxis

+

static double SaturnSemimajorAxis(double JD)

+

Return Value

+

the semi major axis of the planet in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOribit::SaturnEccentricity

+

static double SaturnEccentricity(double JD)

+

Return Value

+

the eccentricity of the orbit.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::SaturnInclination

+

static double SaturnInclination(double JD)

+

Return Value

+

the inclination on the plane of the ecliptic in degrees with respect to the ecliptic +and mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::SaturnLongitudeAscendingNode

+

static double SaturnLongitudeAscendingNode(double JD)

+

Return Value

+

the longitude of the ascending node in degrees with respect to the ecliptic and +mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::SaturnLongitudePerihelion

+

static double SaturnLongitudePerihelion(double JD)

+

Return Value

+

the longitude of the perihelion in degrees with respect to the ecliptic and mean +equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::UranusMeanLongitude

+

static double UranusMeanLongitude(double JD)

+

Return Value

+

the mean longitude of the planet in degrees with respect to the ecliptic and +mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOribit::UranusSemimajorAxis

+

static double UranusSemimajorAxis(double JD)

+

Return Value

+

the semi major axis of the planet in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOribit::UranusEccentricity

+

static double UranusEccentricity(double JD)

+

Return Value

+

the eccentricity of the orbit.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::UranusInclination

+

static double UranusInclination(double JD)

+

Return Value

+

the inclination on the plane of the ecliptic in degrees with respect to the ecliptic +and mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::UranusLongitudeAscendingNode

+

static double UranusLongitudeAscendingNode(double JD)

+

Return Value

+

the longitude of the ascending node in degrees with respect to the ecliptic and +mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::UranusLongitudePerihelion

+

static double UranusLongitudePerihelion(double JD)

+

Return Value

+

the longitude of the perihelion in degrees with respect to the ecliptic and mean +equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::NeptuneMeanLongitude

+

static double NeptuneMeanLongitude(double JD)

+

Return Value

+

the mean longitude of the planet in degrees with respect to the ecliptic and +mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOribit::NeptuneSemimajorAxis

+

static double NeptuneSemimajorAxis(double JD)

+

Return Value

+

the semi major axis of the planet in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOribit::NeptuneEccentricity

+

static double NeptuneEccentricity(double JD)

+

Return Value

+

the eccentricity of the orbit.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::NeptuneInclination

+

static double NeptuneInclination(double JD)

+

Return Value

+

the inclination on the plane of the ecliptic in degrees with respect to the ecliptic +and mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::NeptuneLongitudeAscendingNode

+

static double NeptuneLongitudeAscendingNode(double JD)

+

Return Value

+

the longitude of the ascending node in degrees with respect to the ecliptic and +mean equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::NeptuneLongitudePerihelion

+

static double NeptuneLongitudePerihelion(double JD)

+

Return Value

+

the longitude of the perihelion in degrees with respect to the ecliptic and mean +equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::MercuryMeanLongitudeJ2000

+

static double MercuryMeanLongitudeJ2000(double JD)

+

Return Value

+

the mean longitude of the planet in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::MercuryInclinationJ2000

+

static double MercuryInclinationJ2000(double JD)

+

Return Value

+

the inclination on the plane of the ecliptic in degrees with respect to the fixed +ecliptic of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::MercuryLongitudeAscendingNodeJ2000

+

static double MercuryLongitudeAscendingNodeJ2000(double JD)

+

Return Value

+

the longitude of the ascending node in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::MercuryLongitudePerihelionJ2000

+

static double MercuryLongitudePerihelionJ2000(double JD)

+

Return Value

+

the longitude of the perihelion in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::VenusMeanLongitudeJ2000

+

static double VenusMeanLongitudeJ2000(double JD)

+

Return Value

+

the mean longitude of the planet in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::VenusInclinationJ2000

+

static double VenusInclinationJ2000(double JD)

+

Return Value

+

the inclination on the plane of the ecliptic in degrees with respect to the fixed +ecliptic of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::VenusLongitudeAscendingNodeJ2000

+

static double VenusLongitudeAscendingNodeJ2000(double JD)

+

Return Value

+

the longitude of the ascending node in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::VenusLongitudePerihelionJ2000

+

static double VenusLongitudePerihelionJ2000(double JD)

+

Return Value

+

the longitude of the perihelion in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::EarthMeanLongitudeJ2000

+

static double EarthMeanLongitudeJ2000(double JD)

+

Return Value

+

the mean longitude of the planet in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::EarthInclinationJ2000

+

static double EarthInclinationJ2000(double JD)

+

Return Value

+

the inclination on the plane of the ecliptic in degrees with respect to the fixed +ecliptic of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::EarthLongitudeAscendingNodeJ2000

+

static doubleEarthLongitudeAscendingNodeJ2000(double JD)

+

Return Value

+

the longitude of the ascending node in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::EarthLongitudePerihelionJ2000

+

static double EarthLongitudePerihelionJ2000(double JD)

+

Return Value

+

the longitude of the perihelion in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::MarsMeanLongitudeJ2000

+

static double MarsMeanLongitudeJ2000(double JD)

+

Return Value

+

the mean longitude of the planet in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::MarsInclinationJ2000

+

static double MarsInclinationJ2000(double JD)

+

Return Value

+

the inclination on the plane of the ecliptic in degrees with respect to the fixed +ecliptic of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::MarsLongitudeAscendingNodeJ2000

+

static double MarsLongitudeAscendingNodeJ2000(double JD)

+

Return Value

+

the longitude of the ascending node in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::MarsLongitudePerihelionJ2000

+

static double MarsLongitudePerihelionJ2000(double JD)

+

Return Value

+

the longitude of the perihelion in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::JupiterMeanLongitudeJ2000

+

static double JupiterMeanLongitudeJ2000(double JD)

+

Return Value

+

the mean longitude of the planet in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::JupiterInclinationJ2000

+

static double JupiterInclinationJ2000(double JD)

+

Return Value

+

the inclination on the plane of the ecliptic in degrees with respect to the fixed +ecliptic of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::JupiterLongitudeAscendingNodeJ2000

+

static double JupiterLongitudeAscendingNodeJ2000(double JD)

+

Return Value

+

the longitude of the ascending node in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::JupiterLongitudePerihelionJ2000

+

static double JupiterLongitudePerihelionJ2000(double JD)

+

Return Value

+

the longitude of the perihelion in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::SaturnMeanLongitudeJ2000

+

static double SaturnMeanLongitudeJ2000(double JD)

+

Return Value

+

the mean longitude of the planet in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::SaturnInclinationJ2000

+

static double SaturnInclinationJ2000(double JD)

+

Return Value

+

the inclination on the plane of the ecliptic in degrees with respect to the fixed +ecliptic of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::SaturnLongitudeAscendingNodeJ2000

+

static double SaturnLongitudeAscendingNodeJ2000(double JD)

+

Return Value

+

the longitude of the ascending node in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::SaturnLongitudePerihelionJ2000

+

static double SaturnLongitudePerihelionJ2000(double JD)

+

Return Value

+

the longitude of the perihelion in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::UranusMeanLongitudeJ2000

+

static double UranusMeanLongitudeJ2000(double JD)

+

Return Value

+

the mean longitude of the planet in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::UranusInclinationJ2000

+

static double UranusInclinationJ2000(double JD)

+

Return Value

+

the inclination on the plane of the ecliptic in degrees with respect to the fixed +ecliptic of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::UranusLongitudeAscendingNodeJ2000

+

static double UranusLongitudeAscendingNodeJ2000(double JD)

+

Return Value

+

the longitude of the ascending node in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::UranusLongitudePerihelionJ2000

+

static double UranusLongitudePerihelionJ2000(double JD)

+

Return Value

+

the longitude of the perihelion in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::NeptuneMeanLongitudeJ2000

+

static double NeptuneMeanLongitudeJ2000(double JD)

+

Return Value

+

the mean longitude of the planet in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAElementsPlanetaryOrbit::NeptuneInclinationJ2000

+

static double NeptuneInclinationJ2000(double JD)

+

Return Value

+

the inclination on the plane of the ecliptic in degrees with respect to the fixed +ecliptic of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::NeptuneLongitudeAscendingNodeJ2000

+

static double NeptuneLongitudeAscendingNodeJ2000(double JD)

+

Return Value

+

the longitude of the ascending node in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

+CAAElementsPlanetaryOrbit::NeptuneLongitudePerihelionJ2000

+

static double NeptuneLongitudePerihelionJ2000(double JD)

+

Return Value

+

the longitude of the perihelion in degrees with respect to the fixed ecliptic +of J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAElliptical

+

This class provides for calculation of the position of an object in an elliptical +orbit. This refers to Chapter 33 in the book.

+

 

+

Functions this class provides include:

+

Calculate

+

DistanceToLightTime

+

SemiMajorAxisFromPerihelionDistance

+

MeanMotionFromSemiMajorAxis

+

InstantaneousVelocity

+

VelocityAtPerihelion

+

VelocityAtAphelion

+

LengthOfEllipse

+

CometMagnitude

+

MinorPlanetMagnitude

+

 

+

CAAElliptical::Calculate

+

static CAAEllipticalPlanetaryDetails Calculate(double JD, EllipticalObject +object, bool bHighPrecision)

+

Return Value

+

A class containing

+

ApparentGeocentricLongitude The apparent geocentric ecliptical longitude +in degrees of the object.

+

ApparentGeocentricLatitude The apparent geocentric ecliptical latitude +in degrees of the object.

+

ApparentGeocentricDistance The apparent distance in astronomical units +between the object and the Earth.

+

ApparentLightTime The apparent light travel time in days.

+

ApparentGeocentricRA The apparent right ascension of the planet as an +hour angle.

+

ApparentGeocentricDeclination The apparent declination of the planet in +degrees.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

object An enum specifying which object (Planet except Earth or the Sun) the calculation +is to be carried out for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

static CAAEllipticalObjectDetails Calculate(double JD, const +CAAEllipticalObjectElements& elements, bool +bHighPrecision)

+

Return Value

+

A class containing

+

HeliocentricRectangularEquatorial 3D rectangular heliocentric equatorial +coordinates of the object.

+

HeliocentricRectangularEcliptical 3D rectangular heliocentric ecliptical +coordinates of the object.

+

HeliocentricEclipticLongitude The heliocentric ecliptical longitude in +degrees of the object.

+

HeliocentricEclipticLatitude The heliocentric ecliptical latitude in degrees +of the object.

+

TrueGeocentricRA The geocentric right ascension of the object as an hour +angle (i.e. without light time correction applied).

+

TrueGeocentricDeclination The geocentric declination of the object in +degrees (i.e. without light time correction applied).

+

TrueGeocentricDistance The true distance in astronomical units between +the Earth and the object.

+

TrueGeocentricLightTime The light travel time in days from the Earth to +the object.

+

AstrometricGeocentricRA The geocentric right ascension of the object as +an hour angle (i.e. with light time correction applied)

+

AstrometricGeocentricDeclination The geocentric declination of the object +in degrees (i.e. with light time correction applied)

+

AstrometricGeocentricDistance The observed distance of the object in astronomical +units.

+

AstrometricGeocentricLightTime The observed light travel time of the object +in days.

+

Elongation The elongation of the object to the Sun in degrees.

+

PhaseAngle The phase angle (the angle Sun - object - Earth) in degrees.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

elements A class containing the following orbital elements

+

a The semi major axis in astronomical units.

+

e The eccentricity of the orbit.

+

i The inclination of the plane of the orbit in degrees.

+

w The argument of the perihelion in degrees.

+

omega The longitude of the ascending node in degrees.

+

JDEquinox The Julian day for which equatorial coordinates should be calculated +for.

+

T The Julian date of the time of passage in perihelion.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAElliptical::DistanceToLightTime

+

static double DistanceToLightTime(double Distance)

+

Return Value

+

The light travel time in days corresponding to the distance.

+

Parameters

+

Distance The distance in astronomical units to convert.

+

 

+

+CAAElliptical::SemiMajorAxisFromPerihelionDistance

+

static double SemiMajorAxisFromPerihelionDistance(double q, +double e)

+

Return Value

+

The semi major axis of the orbit in astronomical units.

+

Parameters

+

q The perihelion distance in astronomical units.

+

e The eccentricity of the orbit.

+

 

+

CAAElliptical::MeanMotionFromSemiMajorAxis

+

static double MeanMotionFromSemiMajorAxis(double a)

+

Return Value

+

The mean motion in degrees / day.

+

Parameters

+

a The semi major axis of the orbit in astronomical units.

+

 

+

CAAElliptical::InstantaneousVelocity

+

static double InstantaneousVelocity(double r, double +a)

+

Return Value

+

The instantaneous velocity of the object in kilometres per second.

+

Parameters

+

r The distance of the object from the Sun in astronomical units.

+

a The semi major axis of the orbit in astronomical units.

+

 

+

CAAElliptical::VelocityAtPerihelion

+

static double VelocityAtPerihelion(double e, double a)

+

Return Value

+

The velocity of the object in kilometres per second at perihelion.

+

Parameters

+

e The eccentricity of the orbit.

+

a The semi major axis of the orbit in astronomical units.

+

 

+

CAAElliptical::VelocityAtAphelion

+

static double VelocityAtAphelion(double e, double a)

+

Return Value

+

The velocity of the object in kilometres per second at aphelion.

+

Parameters

+

e The eccentricity of the orbit.

+

a The semi major axis of the orbit in astronomical units.

+

 

+

CAAElliptical::LengthOfEllipse

+

static double LengthOfEllipse(double e, double a)

+

Return Value

+

The length of the eclipse in astronomical units.

+

Parameters

+

e The eccentricity of the orbit.

+

a The semi major axis of the orbit in astronomical units.

+

 

+

CAAElliptical::CometMagnitude

+

static double CometMagnitude(double g, double delta, +double k, double r)

+

Return Value

+

The magnitude of the comet.

+

Parameters

+

g The absolute magnitude of the comet.

+

delta Distance of the comet to the Earth in astronomical units.

+

k A constant which differs from one comet to another.

+

r Distance of the comet from the Sun in astronomical units

+

Remarks

+

This refers to algorithm 33.13 on page 231

+

 

+

CAAElliptical::MinorPlanetMagnitude

+

static double MinorPlanetMagnitude(double H, double delta, +double G, double r, double PhaseAngle)

+

Return Value

+

The magnitude of the minor planet.

+

Parameters

+

H The mean absolute visual magnitude of the minor planet.

+

delta Distance of the minor planet to the Earth in astronomical units.

+

G The so called "slope parameter" which differs from one minor +planet to another.

+

r Distance of the minor planet from the Sun in astronomical units

+

PhaseAngle the Sun - body - Earth angle in degrees

+

Remarks

+

This refers to algorithm 33.14 on page 231

+

 

+

 

+

CAAELP2000

+

This class provides for calculation of the position of the Moon using the +full ELP2000-82b theory. Please refer to +http://cdsweb.u-strasbg.fr/cgi-bin/qcat?VI/79/for further details.

+

 

+

Functions this class provides include:

+

EclipticLongitude

+

EclipticLatitude

+

RadiusVector

+

+EclipticRectangularCoordinates

+

+EclipticRectangularCoordinatesJ2000

+

+EquatorialRectangularCoordinatesFK5

+

 

+

CAAELP2000::EclipticLongitude

+

static double EclipticLongitude(double JD)

+

Return Value

+

the ecliptic longitude in degrees referred to the ecliptic and +equinox of the ELP2000-82b theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAELP2000::EclipticLatitude

+

static double EclipticLatitude(double JD)

+

Return Value

+

the ecliptic latitude in degrees referred to the ecliptic and +equinox of the ELP2000-82b theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAELP2000::RadiusVector

+

static double RadiusVector(double JD)

+

Return Value

+

the radius vector in kilometers.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAELP2000::EclipticRectangularCoordinates

+

static CAA3DCoordinate EclipticRectangularCoordinates(double +JD)

+

Return Value

+

A class containing the ecliptic 3D rectangular coordinates in kilometers referred to the ecliptic and equinox of the +ELP2000-82b theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAELP2000::EclipticRectangularCoordinatesJ2000

+

static CAA3DCoordinate EclipticRectangularCoordinatesJ2000(double +JD)

+

Return Value

+

A class containing the ecliptic 3D rectangular coordinates in kilometers referred to the +J2000 ecliptic and equinox.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAELP2000::EquatorialRectangularCoordinatesFK5

+

static CAA3DCoordinate EquatorialRectangularCoordinatesFK5(double +JD)

+

Return Value

+

A class containing the equatorial 3D rectangular coordinates in kilometers referred to the +FK5 J2000 FK5 reference frame.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAELPMPP02

+

This class provides for calculation of the position of the Moon using the +full ELP\MPP02 theory. Please refer to + +ftp://cyrano-se.obspm.fr/pub/2_lunar_solutions/2_elpmpp02/ for further details.

+

 

+

Functions this class provides include:

+

EclipticLongitude

+

EclipticLatitude

+

RadiusVector

+

EclipticRectangularCoordinates

+

EclipticRectangularCoordinatesJ2000

+

 

+

CAAELPMPP02::EclipticLongitude

+

static double EclipticLongitude(double JD, +Correction correction = LLR, double* +pDerivative = nullptr)

+

Return Value

+

the ecliptic longitude in degrees referred to the ecliptic and +equinox of the ELP/MPP02 theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

correction enum value which specifies what fit of the theory to use. This can +be Nominal, LLR, DE405 or DE406.

+

pDerivative An optional output parameter which if provided will return the +derivative of the ecliptic longitude in degrees per day.

+

 

+

CAAELPMPP02::EclipticLatitude

+

static double EclipticLatitude(double JD, +Correction correction = LLR, +double* pDerivative = nullptr)

+

Return Value

+

the ecliptic latitude in degrees referred to the ecliptic and +equinox of the ELP/MPP02 theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

correction enum value which specifies what fit of the theory to use. This can +be Nominal, LLR, DE405 or DE406.

+

pDerivative An optional output parameter which if provided will return the +derivative of the ecliptic latitude in degrees per day.

+

 

+

CAAELPMPP02::RadiusVector

+

static double RadiusVector(double JD, +Correction correction = LLR, +double* pDerivative = nullptr)

+

Return Value

+

the radius vector in kilometers.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

correction enum value which specifies what fit of the theory to use. This can +be Nominal, LLR, DE405 or DE406.

+

pDerivative An optional output parameter which if provided will return the +derivative of the radius vector in kilometers per day.

+

 

+

CAAELPMPP02::EclipticRectangularCoordinates

+

static CAA3DCoordinate EclipticRectangularCoordinates(double +JD, Correction correction = LLR, +CAA3DCoordinate* pDerivative = nullptr)

+

Return Value

+

A class containing the ecliptic 3D rectangular coordinates in kilometers referred to the ecliptic and equinox of the +ELP/MPP02 theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

correction enum value which specifies what fit of the theory to use. This can +be Nominal, LLR, DE405 or DE406.

+

pDerivative An optional output parameter which if provided will return the +derivative of the rectangular coordinates in Kilometers per day in the ecliptic +and equinox of the ELP/MPP02 theory.

+

 

+

CAAELPMPP02::EclipticRectangularCoordinatesJ2000

+

static CAA3DCoordinate EclipticRectangularCoordinatesJ2000(double +JD, CAA3DCoordinate* pDerivative = nullptr)

+

Return Value

+

A class containing the ecliptic 3D rectangular coordinates in kilometers referred to the +J2000 ecliptic and equinox.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

correction enum value which specifies what fit of the theory to use. This can +be Nominal, LLR, DE405 or DE406.

+

pDerivative An optional output parameter which if provided will return the +derivative of the rectangular coordinates in kilometers per day in the J2000 +ecliptic and equinox

+

 

+

 

+

CAAEquationOfTime

+

This class provides for calculation of the Equation of Time. This refers to Chapter +28 in the book.

+

 

+

Functions this class provides include:

+

Calculate

+

 

+

CAAEquationOfTime::Calculate

+

static double Calculate(double JD, +bool +bHighPrecision)

+

Return Value

+

the equation of time in decimal minutes.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

 

+

CAAEquinoxesAndSolstices

+

This class provides the algorithms to calculate the dates of the Equinoxes and +Solstices. This refers to Chapter 27 in the book.

+

 

+

Functions this class provides include:

+

NorthwardEquinox

+

NorthernSoltice

+

SouthwardEquinox

+

SouthernSolstice

+

LengthOfSpring

+

LengthOfSummer

+

LengthOfAutumn

+

LengthOfWinter

+

 

+

CAAEquinoxesAndSolstices::NorthwardEquinox

+

static double NorthwardEquinox(long Year, +bool bHighPrecision)

+

Return Value

+

The date in Dynamical time when the sun crosses the equator in a northerly direction.

+

Parameters

+

Year The year to calculate the occurrence for. Note that this method +refers to "Northward Equinox" instead of "Spring Equinox" to +avoid a northern hemisphere-specific bias.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAEquinoxesAndSolstices::NorthernSolstice

+

static double NorthernSolstice(long Year, +bool bHighPrecision)

+

Return Value

+

The date in Dynamical time when the sun reaches its highest relative to the celestial +equator and appears directly over the Tropic of Cancer.

+

Parameters

+

Year The year to calculate the occurrence for. Note that this method +refers to "Northern Solstice" instead of "Summer Solstice" to +avoid a northern hemisphere-specific bias.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAEquinoxesAndSolstices::SouthwardEquinox

+

static double SouthwardEquinox(long Year, +bool bHighPrecision)

+

Return Value

+

The date in Dynamical time when the Southward Equinox occurs.

+

Parameters

+

Year The year to calculate the occurrence for. Note that this method +refers to "Southward Equinox" instead of "Fall or Autumn equinox" +to avoid a northern hemisphere-specific bias.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAEquinoxesAndSolstices::SouthernSolstice

+

static double SouthernSolstice(long Year, +bool bHighPrecision)

+

Return Value

+

The date in Dynamical time when the sun reaches its lowest relative to the celestial +equator and appears directly over the Tropic of Capricorn.

+

Parameters

+

Year The year to calculate the occurrence for. Note that this method +refers to "Southern Solstice" instead of "Winter Solstice" to +avoid a northern hemisphere-specific bias.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAEquinoxesAndSolstices::LengthOfSpring

+

static double LengthOfSpring(long Year, bool +bNorthernHemisphere, bool bHighPrecision)

+

Return Value

+

The length of the astronomical Spring season in days.

+

Parameters

+

Year The year to calculate for.

+

bNorthernHemisphere true to indicate the observer is in the northern +hemisphere, while false means the southern hemisphere.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAEquinoxesAndSolstices::LengthOfSummer

+

static double LengthOfSummer(long Year, bool +bNorthernHemisphere, bool bHighPrecision)

+

Return Value

+

The length of the astronomical Summer season in days.

+

Parameters

+

Year The year to calculate for.

+

bNorthernHemisphere true to indicate the observer is in the northern +hemisphere, while false means the southern hemisphere.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAEquinoxesAndSolstices::LengthOfAutumn

+

static double LengthOfAutumn(long Year, bool +bNorthernHemisphere, bool bHighPrecision)

+

Return Value

+

The length of the astronomical Autumn season in days.

+

Parameters

+

Year The year to calculate for.

+

bNorthernHemisphere true to indicate the observer is in the northern +hemisphere, while false means the southern hemisphere.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAEquinoxesAndSolstices::LengthOfWinter

+

static double LengthOfWinter(long Year, bool +bNorthernHemisphere, bool bHighPrecision)

+

Return Value

+

The length of the astronomical Winter season in days.

+

Parameters

+

Year The year to calculate for.

+

bNorthernHemisphere true to indicate the observer is in the northern +hemisphere, while false means the southern hemisphere.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

 

+

CAAEquinoxesAndSolstices2

+

This class uses interpolation to calculate the same details as those provided with the existing +CAAEquinoxesAndSolstices class.

+

 

+

Functions this class provides include:

+

Calculate

+

 

+

+CAAEquinoxesAndSolstices2::Calculate

+

static std::vector<CAAEquinoxesAndSolsticestDetails2> Calculate(double +StartJD, double EndJD, double +StepInterval = 0.007, bool +bHighPrecision = false)

+

Return Value

+

A standard C++ array containing a class which itself contains:

+

type An enum class instance which represents the type of event +found. This can be NorthwardEquinox, NorthernSolstice, SouthwardEquinox or +SouthernSolstice.

+

JD The date in Dynamical time on which the event occurs.

+

Declination Valid only for NorthernSolstice or SouthernSolstice events, this will be the +apparent declination of the Sun.

+

Parameters

+

StartJD The Julian Day corresponding to the Dynamical Time for the +date when you want to start the calculation for.

+

EndJD The Julian Day corresponding to the Dynamical Time for the +date when you want to end the calculation for.

+

StepInterval The step interval in fractions of days to do the +calculation for. The default value of 0.007 corresponds to roughly 10 minutes +which is a reasonable tradeoff between performance and accuracy.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

 

+

CAAFK5

+

This class provides the algorithms to convert to the FK5 standard reference frame. +This refers to parts of Chapter 26 and 32 in the book.

+

 

+

Functions this class provides include:

+

CorrectionInLongitude

+

CorrectionInLatitude

+

ConvertVSOPToFK5J2000

+

ConvertVSOPToFK5B1950

+

ConvertVSOPToFK5AnyEquinox

+

 

+

CAAFK5::CorrectionInLongitude

+

static double CorrectionInLongitude(double longitude, double +Latitude, double JD)

+

Return Value

+

The correction in degrees to convert a VSOP heliocentric longitude to the FK5 +reference frame.

+

Parameters

+

Longitude The VSOP heliocentric longitude in degrees.

+

Latitude The VSOP heliocentric latitude in degrees.

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAFK5::CorrectionInLatitude

+

static double CorrectionInLatitude(double longitude, double +JD)

+

Return Value

+

The

+

Parameters

+

Longitude The VSOP heliocentric longitude in degrees.

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAFK5::ConvertVSOPToFK5J2000

+

static CAA3DCoordinate ConvertVSOPToFK5J2000(const CAA3DCoordinate& +value)

+

Return Value

+

A class containing the converted equatorial FK5 J2000 reference frame coordinates.

+

Parameters

+

value The geometric rectangular ecliptical coordinates of the object (e.g. +the Sun) to convert from the dynamical reference frame (VSOP) to the equatorial +FK5 J2000 reference frame.

+

 

+

CAAFK5::ConvertVSOPToFK5B1950

+

static CAA3DCoordinate ConvertVSOPToFK5B1950(const CAA3DCoordinate& +value)

+

Return Value

+

A class containing the converted equatorial FK5 B1950 reference frame coordinates.

+

Parameters

+

value The geometric rectangular ecliptical coordinates of the object (e.g. +the Sun) to convert from the dynamical reference frame (VSOP) to the equatorial +FK5 B1950 reference frame.

+

 

+

CAAFK5::ConvertVSOPToFK5AnyEquinox

+

static CAA3DCoordinate ConvertVSOPToFK5AnyEquinox(const CAA3DCoordinate& +value, double JDEquinox)

+

Return Value

+

A class containing the converted equatorial FK5 reference frame coordinates.

+

Parameters

+

value The geometric rectangular ecliptical coordinates of the object (e.g. +the Sun) to convert from the dynamical reference frame (VSOP) to the equatorial +FK5 reference frame of JDEquinox.

+

JDEquinox The Julian day for which equatorial coordinates should be calculated +for.

+

 

+

 

+

CAAGalileanMoons

+

This class provides for calculation of the positions of the Galilean moons of +Jupiter. This refers to Chapter 44 in the book.

+

 

+

Functions this class provides include:

+

Calculate

+

 

+

CAAGalileanMoons::Calculate

+

static CAAGalileanMoonsDetails Calculate(double JD, +bool bHighPrecision)

+

Return Value

+

A class which itself contains a class for each moon. This contained class itself +contains

+

MeanLongitude The mean longitude of the moon in degrees.

+

TrueLongitude The true longitude of the moon in degrees.

+

TropicalLongitude The tropical longitude of the moon in degrees.

+

EquatorialLatitude The latitude in degrees of the moon with respect to +Jupiter's equatorial plane.

+

r The radius vector of the moon in equatorial radii of Jupiter.

+

TrueRectangularCoordinates The true 3D rectangular coordinates of the +moon.

+

ApparentRectangularCoordinates The apparent 3D rectangular coordinates +of the moon.

+

bInTransit A Boolean which if true means that the moon is in front of +Jupiter as viewed from the Earth otherwise false.

+

bInOccultation A Boolean which if true means that the moon is behind Jupiter +as viewed from the Earth otherwise false.

+

bInEclipse A Boolean which if true means that the moon is behind Jupiter +as viewed from the Sun otherwise false.

+

bInShadowTransit A Boolean which if true means that the moon is in front +of Jupiter as viewed from the Earth otherwise false.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

 

+

CAAGlobe

+

This class provides some basic algorithms related to the figure of the Earth's +surface.

+

 

+

Functions this class provides include:

+

RhoSinThetaPrime

+

RhoCosThetaPrime

+

RadiusOfParallelOfLatitude

+

RadiusOfCurvature

+

DistanceBetweenPoints

+

 

+

CAAGlobe::RhoSinThetaPrime

+

static double RhoSinThetaPrime(double GeographicalLatitude, +double Height)

+

Return Value

+

A numeric value of your position relative to the centre of the earth expressed +in units of the equatorial radius. For more information refer to the diagram on +Page 81.

+

Parameters

+

GeographicalLatitude The latitude of the position in degrees.

+

Height The observer's height above sea level in meters

+

 

+

CAAGlobe::RhoCosThetaPrime

+

static double RhoCosThetaPrime(double GeographicalLatitude, +double Height)

+

Return Value

+

A numeric value of your position relative to the centre of the earth expressed +in units of the equatorial radius. For more information refer to the diagram on +Page 81.

+

Parameters

+

GeographicalLatitude The latitude of the position in degrees.

+

Height The observer's height above sea level in meters

+

 

+

CAAGlobe::RadiusOfParallelOfLatitude

+

static double RadiusOfParallelOfLatitude(double GeographicalLatitude)

+

Return Value

+

The radius of parallel of latitude expressed in kilometres.

+

Parameters

+

GeographicalLatitude The latitude of the position in degrees.

+

 

+

CAAGlobe::RadiusOfCurvature

+

static double RadiusOfCurvature(double GeographicalLatitude)

+

Return Value

+

The radius of curvature of latitude expressed in kilometres.

+

Parameters

+

GeographicalLatitude The latitude of the position in degrees.

+

 

+

CAAGlobe::DistanceBetweenPoints

+

static double DistanceBetweenPoints(double GeographicalLatitude1, +double GeographicalLongitude1, double GeographicalLatitude2, +double GeographicalLongitude2)

+

 

+

Return Value

+

The shortest distance between two known points on the surface of the Earth expressed +in kilometres.

+

Parameters

+

GeographicalLatitude1 The latitude of the first point +in degrees.

+

GeographicLongitude1 The longitude of the first point in degrees +(Positive west, negative east from Greenwich).

+

GeographicLatitude2 The latitude of the second point in degrees.

+

GeographicalLongitude2 The longitude of the second point in degrees +(Positive west, negative east from Greenwich).

+

 

+

 

+

CAAIlluminatedFraction

+

This class provides the algorithms to calculate a planet's phase angle, illuminated +fraction and magnitude. This refers to Chapter 41 in the book.

+

 

+

Functions this class provides include:

+

PhaseAngle

+

PhaseAngleRectangular

+

IlluminatedFraction

+

MercuryMagnitudeAA

+

MercuryMagnitudeMuller

+

VenusMagnitudeAA

+

VenusMagnitudeMuller

+

MarsMagnitudeAA

+

MarsMagnitudeMuller

+

JupiterMagnitudeAA

+

JupiterMagnitudeMuller

+

SaturnMagnitudeAA

+

SaturnMagnitudeMuller

+

UranusMagnitudeAA

+

UranusMagnitudeMuller

+

NeptuneMagnitudeAA

+

NeptuneMagnitudeMuller

+

PlutoMagnitudeAA

+

 

+

CAAIlluminatedFraction::PhaseAngle

+

static double PhaseAngle(double r, double R, double +Delta)

+

static double PhaseAngle(double R, double R0, +double B, double L, double L0, double +Delta)

+

Return Value

+

The phase angle in degrees.

+

Parameters (First Version)

+

r The planet's distance to the Sun in astronomical units.

+

R The distance of the Sun from the Earth in astronomical units.

+

Delta The planet's distance from the Earth in astronomical units.

+

Parameters (Second Version)

+

R The planet's distance to the Sun in astronomical units.

+

R0 The distance of the Sun from the Earth in astronomical units.

+

B The planet's heliocentric latitude in degrees.

+

L The planet's heliocentric longitude in degrees.

+

L0 The heliocentric latitude of the Earth in degrees.

+

Delta The planet's distance from the Earth in astronomical units.

+

 

+

CAAIlluminatedFraction::PhaseAngleRectangular

+

static double PhaseAngleRectangular(double x, double +y, double z, double B, double L, +double Delta)

+

Return Value

+

The phase angle in degrees.

+

Parameters

+

x The geocentric rectangular ecliptical X coordinate of the object.

+

y The geocentric rectangular ecliptical Y coordinate of the object.

+

z The geocentric rectangular ecliptical Y coordinate of the object.

+

B The planet's heliocentric latitude in degrees.

+

L The planet's heliocentric longitude in degrees.

+

Delta The planet's distance from the Earth in astronomical units.

+

 

+

CAAIlluminatedFraction::IlluminatedFraction

+

static double IlluminatedFraction(double r, double R, +double Delta)

+

static double IlluminatedFraction(double PhaseAngle)

+

Return Value

+

The phase angle in degrees.

+

r The planet's distance to the Sun in astronomical units.

+

R The distance of the Sun from the Earth in astronomical units.

+

Delta The planet's distance from the Earth in astronomical units.

+

PhaseAngle The planet's phase angle in degrees.

+

 

+

CAAIlluminatedFraction::MercuryMagnitudeAA

+

static double MercuryMagnitudeAA(double r, double Delta, +double i)

+

Return Value

+

The magnitude of the planet.

+

Parameters

+

r The planet's distance to the Sun in astronomical units.

+

Delta The planet's distance from the Earth in astronomical units.

+

i The planet's phase angle in degrees.

+

Remarks

+

Uses the formula to calculate the magnitude as provided in the Astronomical Almanac.

+

 

+

CAAIlluminatedFraction::MercuryMagnitudeMuller

+

static double MercuryMagnitudeMuller(double r, double +Delta, double Delta)

+

Return Value

+

The magnitude of the planet.

+

Parameters

+

r The planet's distance to the Sun in astronomical units.

+

Delta The planet's distance from the Earth in astronomical units.

+

i The planet's phase angle in degrees.

+

Remarks

+

Uses the formula to calculate the magnitude as provided by G. Muller.

+

 

+

CAAIlluminatedFraction::VenusMagnitudeAA

+

static double VenusMagnitudeAA(double r, double Delta, +double i)

+

Return Value

+

The magnitude of the planet.

+

Parameters

+

r The planet's distance to the Sun in astronomical units.

+

Delta The planet's distance from the Earth in astronomical units.

+

i The planet's phase angle in degrees.

+

Remarks

+

Uses the formula to calculate the magnitude as provided in the Astronomical Almanac.

+

 

+

CAAIlluminatedFraction::VenusMagnitudeMuller

+

static double VenusMagnitudeMuller(double r, double Delta, +double Delta)

+

Return Value

+

The magnitude of the planet.

+

Parameters

+

r The planet's distance to the Sun in astronomical units.

+

Delta The planet's distance from the Earth in astronomical units.

+

i The planet's phase angle in degrees.

+

Remarks

+

Uses the formula to calculate the magnitude as provided by G. Muller.

+

 

+

CAAIlluminatedFraction::MarsMagnitudeAA

+

static double MarsMagnitudeAA(double r, double Delta, +double i)

+

Return Value

+

The magnitude of the planet.

+

Parameters

+

r The planet's distance to the Sun in astronomical units.

+

Delta The planet's distance from the Earth in astronomical units.

+

i The planet's phase angle in degrees.

+

Remarks

+

Uses the formula to calculate the magnitude as provided in the Astronomical Almanac.

+

 

+

CAAIlluminatedFraction::MarsMagnitudeMuller

+

static double MarsMagnitudeMuller(double r, double Delta, +double i)

+

Return Value

+

The magnitude of the planet.

+

Parameters

+

r The planet's distance to the Sun in astronomical units.

+

Delta The planet's distance from the Earth in astronomical units.

+

i The planet's phase angle in degrees.

+

Remarks

+

Uses the formula to calculate the magnitude as provided by G. Muller.

+

 

+

CAAIlluminatedFraction::JupiterMagnitudeAA

+

static double JupiterMagnitudeAA(double r, double Delta, +double i)

+

Return Value

+

The magnitude of the planet.

+

Parameters

+

r The planet's distance to the Sun in astronomical units.

+

Delta The planet's distance from the Earth in astronomical units.

+

i The planet's phase angle in degrees.

+

Remarks

+

Uses the formula to calculate the magnitude as provided in the Astronomical Almanac.

+

 

+

CAAIlluminatedFraction::JupiterMagnitudeMuller

+

static double JupiterMagnitudeMuller(double r, double +Delta)

+

Return Value

+

The magnitude of the planet.

+

Parameters

+

r The planet's distance to the Sun in astronomical units.

+

Delta The planet's distance from the Earth in astronomical units.

+

Remarks

+

Uses the formula to calculate the magnitude as provided by G. Muller.

+

 

+

CAAIlluminatedFraction::SaturnMagnitudeAA

+

static double SaturnMagnitudeAA(double r, double Delta, +double DeltaU, double B)

+

Return Value

+

The magnitude of the planet.

+

Parameters

+

r The planet's distance to the Sun in astronomical units.

+

Delta The planet's distance from the Earth in astronomical units.

+

DeltaU The difference between the Saturnicentric longitudes of the Sun +and the Earth, measured in the plane o the ring in degrees.

+

B The Saturnicentric latitude of the Earth referred to the plane of the +ring in degrees

+

Remarks

+

Uses the formula to calculate the magnitude as provided in the Astronomical Almanac.

+

 

+

CAAIlluminatedFraction::SaturnMagnitudeMuller

+

static double SaturnMagnitudeMuller(double r, double +Delta, double DeltaU, double B)

+

Return Value

+

The magnitude of the planet.

+

Parameters

+

r The planet's distance to the Sun in astronomical units.

+

Delta The planet's distance from the Earth in astronomical units.

+

DeltaU The difference between the Saturnicentric longitudes of the Sun +and the Earth, measured in the plane o the ring in degrees.

+

B The Saturnicentric latitude of the Earth referred to the plane of the +ring in degrees

+

Remarks

+

Uses the formula to calculate the magnitude as provided by G. Muller.

+

 

+

CAAIlluminatedFraction::UranusMagnitudeAA

+

static double UranusMagnitudeAA(double r, double Delta)

+

Return Value

+

The magnitude of the planet.

+

Parameters

+

r The planet's distance to the Sun in astronomical units.

+

Delta The planet's distance from the Earth in astronomical units.

+

Remarks

+

Uses the formula to calculate the magnitude as provided in the Astronomical Almanac.

+

 

+

CAAIlluminatedFraction::UranusMagnitudeMuller

+

static double UranusMagnitudeMuller(double r, double +Delta)

+

Return Value

+

The magnitude of the planet.

+

Parameters

+

r The planet's distance to the Sun in astronomical units.

+

Delta The planet's distance from the Earth in astronomical units.

+

Remarks

+

Uses the formula to calculate the magnitude as provided by G. Muller.

+

 

+

CAAIlluminatedFraction::NeptuneMagnitudeAA

+

static double NeptuneMagnitudeAA(double r, double Delta)

+

Return Value

+

The magnitude of the planet.

+

Parameters

+

r The planet's distance to the Sun in astronomical units.

+

Delta The planet's distance from the Earth in astronomical units.

+

Remarks

+

Uses the formula to calculate the magnitude as provided in the Astronomical Almanac.

+

 

+

CAAIlluminatedFraction::NeptuneMagnitudeMuller

+

static double NeptuneMagnitudeMuller(double r, double +Delta)

+

Return Value

+

The magnitude of the planet.

+

Parameters

+

r The planet's distance to the Sun in astronomical units.

+

Delta The planet's distance from the Earth in astronomical units.

+

Remarks

+

Uses the formula to calculate the magnitude as provided by G. Muller.

+

 

+

CAAIlluminatedFraction::PlutoMagnitudeAA

+

static double PlutoMagnitudeAA(double r, double Delta)

+

Return Value

+

The magnitude of the planet.

+

Parameters

+

r The planet's distance to the Sun in astronomical units.

+

Delta The planet's distance from the Earth in astronomical units.

+

Remarks

+

Uses the formula to calculate the magnitude as provided in the Astronomical Almanac.

+

 

+

 

+

CAAInterpolate

+

This class provides the algorithms for interpolation. This refers to Chapter +3 in the book.

+

 

+

Functions this class provides include:

+

Interpolate

+

InterpolateToHalves

+

LangrangeInterpolate

+

Extremum

+

Zero

+

Zero2

+

 

+

CAAInterpolate::Interpolate

+

static double Interpolate(double n, double Y1, +double Y2, double Y3)

+

static double Interpolate(double n, double Y1, +double Y2, double Y3, double Y4, double +Y5)

+

Return Value

+

The interpolated Y value.

+

Parameters

+

n The interpolating factor.

+

Y1 The first Y value to interpolate from.

+

Y2 The second Y value to interpolate from.

+

Y3 The third Y value to interpolate from.

+

Y4 The fourth Y value to interpolate from.

+

Y5 The fifth Y value to interpolate from.

+

Remarks

+

Interpolates a function from 3 or 5 points.

+

 

+

CAAInterpolate::InterpolateToHalves

+

static double InterpolateToHalves(double Y1, double Y2, +double Y3, double Y4)

+

Return Value

+

The interpolated Y value.

+

Parameters

+

Y1 The first Y value to interpolate from.

+

Y2 The second Y value to interpolate from.

+

Y3 The third Y value to interpolate from.

+

Y4 The fourth Y value to interpolate from.

+

Remarks

+

Interpolates a function to the middle location where 4 evenly spaced values are +provided.

+

 

+

CAAInterpolate::LagrangeInterpolate

+

static double LagrangeInterpolate(double X, int n, +const double* pX, const double* pY)

+

Return Value

+

The interpolated Y value.

+

Parameters

+

X The X value to interpolate for.

+

n The size of the pX and pY arrays.

+

pX Pointer to the array of X coordinates to interpolate from.

+

pY Pointer to the array of Y coordinates to interpolate from.

+

Remarks

+

Interpolates a function using Lagrange's formula where an arbitrary number +of values are provided.

+

 

+

CAAInterpolate::Extremum

+

static double Extremum(double Y1, double Y2, double +Y3, double& nm)

+

static double Extremum(double Y1, double Y2, double +Y3, double Y4, double Y5, double& +nm)

+

Return Value

+

The extreme Y value.

+

Parameters

+

Y1 The first Y value to interpolate from.

+

Y2 The second Y value to interpolate from.

+

Y3 The third Y value to interpolate from.

+

Y4 The fourth Y value to interpolate from.

+

Y5 The fifth Y value to interpolate from.

+

nm Upon return will contain the corresponding value of the argument X +where the extremum is reached.

+

Remarks

+

Interpolates a function to determine where the function reaches an extremum.

+

 

+

CAAInterpolate::Zero

+

static double Zero(double Y1, double Y2, double +Y3)

+

static double Zero(double Y1, double Y2, double +Y3, double Y4, double Y5)

+

Return Value

+

The value of the argument X for which the function y becomes zero.

+

Parameters

+

Y1 The first Y value to interpolate from.

+

Y2 The second Y value to interpolate from.

+

Y3 The third Y value to interpolate from.

+

Y4 The fourth Y value to interpolate from.

+

Y5 The fifth Y value to interpolate from.

+

Remarks

+

Finds where a function reaches zero when the function is "almost a straight +line".

+

 

+

CAAInterpolate::Zero2

+

static double Zero2(double Y1, double Y2, double +Y3)

+

static double Zero2(double Y1, double Y2, double +Y3, double Y4, double Y5)

+

Return Value

+

The value of the argument X for which the function y becomes zero.

+

Parameters

+

Y1 The first Y value to interpolate from.

+

Y2 The second Y value to interpolate from.

+

Y3 The third Y value to interpolate from.

+

Y4 The fourth Y value to interpolate from.

+

Y5 The fifth Y value to interpolate from.

+

Remarks

+

Finds where a function reaches zero when the curvature of the function is important.

+

 

+

 

+

CAAJewishCalendar

+

This class provides the algorithms which convert between the Gregorian, Julian +and Jewish calendars. This refers to Chapter 9 in the book.

+

 

+

Functions this class provides include:

+

DateOfPesach

+

DaysInYear

+

IsLeap

+

 

+

CAAJewishCalendar::DateOfPesach

+

static CAACalendarDate DateOfPesach(long Year, bool bGregorianCalendar += false)

+

Return Value

+

A class containing

+

Year The year in the Jewish Calendar.

+

Month The month of the year in the Gregorian or Julian Calendar corresponding +to when Pesach occurs.

+

Day The day of the month in the Gregorian or Julian Calendar corresponding +to when Pesach occurs.

+

Parameters

+

Year The year in the Julian or Gregorian Calendar to calculate Jewish +Easter or Pesach for. (Years are counted astronomically i.e. 1 BC = Year 0)

+

bGregorianCalendar true to imply a date in the Gregorian Calendar, false +means use the Julian Calendar.

+

 

+

CAAJewishCalendar::DaysInYear

+

static long DaysInYear(long Year)

+

Return Value

+

The number of days in the specified Jewish Year

+

Parameters

+

Year The year in the Jewish Calendar.

+

 

+

CAAJewishCalendar::IsLeap

+

static bool IsLeap(long Year)

+

Return Value

+

true if the specified year is leap otherwise false.

+

Parameters

+

Year The year in the Jewish calendar.

+

 

+

 

+

CAAJupiter

+

This class provides for calculation of the heliocentric position of Jupiter. +This refers to Chapter 32 in the book.

+

 

+

Functions this class provides include:

+

EclipticLongitude

+

EclipticLatitude

+

RadiusVector

+

 

+

CAAJupiter::EclipticLongitude

+

static double EclipticLongitude(double JD, +bool bHighPrecision)

+

Return Value

+

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAJupiter::EclipticLatitude

+

static double EclipticLatitude(double JD, +bool +bHighPrecision)

+

Return Value

+

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAJupiter::RadiusVector

+

static double RadiusVector(double JD, +bool +bHighPrecision)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

 

+

CAAKepler

+

This class provides for the solution of Kepler's equation. This refers to +Chapter 30 in the book.

+

 

+

Functions this class provides include:

+

Calculate

+

 

+

CAAKepler::Calculate

+

static double Calculate(double M, double e, int nIterations += 53)

+

Return Value

+

The Eccentric anomaly in degrees (i.e. the solution to Kepler's equation).

+

Parameters

+

M The mean anomaly in degrees.

+

e The eccentricity of the orbit

+

nIterations The method uses the third method to solve the equation. This +uses a binary chop to find the solution. The default value of 53 is the number of +iterations required to obtain the accuracy of the standard Visual C "double".

+

 

+

 

+

CAAMars

+

This class provides for calculation of the heliocentric position of Mars. This +refers to Chapter 32 in the book.

+

 

+

Functions this class provides include:

+

EclipticLongitude

+

EclipticLatitude

+

RadiusVector

+

 

+

CAAMars::EclipticLongitude

+

static double EclipticLongitude(double JD, +bool bHighPrecision)

+

Return Value

+

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAMars::EclipticLatitude

+

static double EclipticLatitude(double JD, +bool bHighPrecision)

+

Return Value

+

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAMars::RadiusVector

+

static double RadiusVector(double JD, +bool bHighPrecision)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

 

+

CAAMercury

+

This class provides for calculation of the heliocentric position of Mercury. +This refers to Chapter 32 in the book.

+

 

+

Functions this class provides include:

+

EclipticLongitude

+

EclipticLatitude

+

RadiusVector

+

 

+

CAAMercury::EclipticLongitude

+

static double EclipticLongitude(double JD, +bool bHighPrecision)

+

Return Value

+

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAMercury::EclipticLatitude

+

static double EclipticLatitude(double JD, +bool bHighPrecision)

+

Return Value

+

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAMercury::RadiusVector

+

static double RadiusVector(double JD, +bool bHighPrecision)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

 

+

CAAMoon

+

This class provides the algorithms which obtain the position of the Moon. This +refers to Chapter 47 in the book.

+

 

+

Functions this class provides include:

+

EclipticLongitude

+

EclipticLatitude

+

RadiusVector

+

MeanAnnomaly

+

MeanElongation

+

MeanLongitude

+

MeanLongitudeAscendingNode

+

TrueLongitudeAscendingNode

+

MeanLongitudePergiee

+

ArgumentOfLatitude

+

RadiusVectorToHorizontalParallax

+

HorizontalParallaxToRadiusVector

+

 

+

CAAMoon::EclipticLongitude

+

static double EclipticLongitude(double JD)

+

Return Value

+

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and +equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAMoon::EclipticLatitude

+

static double EclipticLatitude(double JD)

+

Return Value

+

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and +equinox of the date.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAMoon::RadiusVector

+

static double RadiusVector(double JD)

+

Return Value

+

the radius vector in kilometres.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAMoon::MeanAnomaly

+

static double MeanAnomaly(double JD)

+

Return Value

+

the mean anomaly of the Moon in degrees.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAMoon::MeanElongation

+

static double MeanElongation(double JD)

+

Return Value

+

the mean elongation of the Moon in degrees.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAMoon::MeanLongitude

+

static double MeanLongitude(double JD)

+

Return Value

+

the mean longitude of the Moon in degrees.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAMoon::MeanLongitudeAscendingNode

+

static double MeanLongitudeAscendingNode(double JD)

+

Return Value

+

the mean longitude of the ascending node of the Moon in degrees.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAMoon::TrueLongitudeAscendingNode

+

static double TrueLongitudeAscendingNode(double JD)

+

Return Value

+

the true longitude of the ascending node of the lunar orbit in degrees.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAMoon::MeanLongitudePerigee

+

static double MeanLongitudePerigee(double JD)

+

Return Value

+

the mean longitude of the perigee of the lunar orbit in degrees.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAMoon::ArgumentOfLatitude

+

static double ArgumentOfLatitude(double JD)

+

Return Value

+

the argument of latitude (mean distance of the Moon from its ascending node) +in degrees.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAMoon::RadiusVectorToHorizontalParallax

+

static double RadiusVectorToHorizontalParallax(double RadiusVector)

+

Return Value

+

the parallax of the object in degrees.

+

Parameters

+

RadiusVector The distance to the object (e.g. Moon) in kilometres.

+

 

+

CAAMoon::HorizontalParallaxToRadiusVector

+

static double HorizontalParallaxToRadiusVector(double Parallax)

+

Return Value

+

RadiusVector The distance to the object in kilometres.

+

Parameters

+

the parallax of the object (e.g. Moon) in degrees.

+

 

+

 

+

CAAMoonIlluminatedFraction

+

This class provides algorithms for the Moon's elongation, phase angle and +illuminated fraction. This refers to Chapter 48 in the book.

+

 

+

Functions this class provides include:

+

GeocentricElongation

+

PhaseAngle

+

IlluminatedFraction

+

PositionAngle

+

 

+

CAAMoonIlluminatedFraction::GeocentricElongation

+

static double GeocentricElongation(double ObjectAlpha, double +ObjectDelta, double SunAlpha, double SunDelta)

+

Return Value

+

the elongation of the object from the Sun

+

Parameters

+

ObjectAlpha The geocentric right ascension of the object (e.g. the Moon) +expressed as an hour angle.

+

ObjectDelta The geocentric declination of the object (e.g. the Moon) +in degrees.

+

SunAlpha The geocentric right ascension of the Sun expressed as an hour +angle.

+

SunDelta The geocentric declination of the Sun in degrees.

+

 

+

CAAMoonIlluminatedFraction::PhaseAngle

+

static double PhaseAngle(double GeocentricElongation, +double EarthObjectDistance, double EarthSunDistance)

+

Return Value

+

the phase angle in degrees.

+

Parameters

+

GeocentricElongation The geocentric elongation in degrees.

+

EarthObjectDistance The distance in astronomical units between the Earth +and the object (the Moon)

+

EarthSunDistance The distance in astronomical units between the Earth +and the Sun

+

Remarks

+

The EarthObjectDistance and EarthSunDistance should be expressed in the same +units for instance in kilometres.

+

 

+

CAAMoonIlluminatedFraction::IlluminatedFraction

+

static double IlluminatedFraction(double PhaseAngle)

+

Return Value

+

the illuminated fraction (a value form 0 to 1).

+

Parameters

+

PhaseAngle The phase angle in degrees.

+

 

+

CAAMoonIlluminatedFraction::PositionAngle

+

static double PositionAngle(double Alpha0, +double Delta0, double Alpha, double Delta)

+

Return Value

+

the position angle of the midpoint of the illuminated limb of the object (the +Moon) in degrees.

+

Parameters

+

Alpha0 The geocentric right ascension of the Sun expressed as an hour +angle.

+

Delta0 The geocentric declination of the Sun in degrees.

+

Alpha The geocentric right ascension of the object (e.g. the Moon) expressed +as an hour angle.

+

Delta The geocentric declination of the object (e.g. the Moon) in degrees.

+

 

+

 

+

CAAMoonMaxDeclinations

+

This class provides algorithms to calculate the times when the Moon reaches its +maximum Northerly and Southerly declinations. This refers to Chapter 52 in the book.

+

 

+

Functions this class provides include:

+

K

+

MeanGreatestDeclination

+

MeanGreatestDeclinationValue

+

TrueGreatestDeclination

+

TrueGreatestDeclinationValue

+

 

+

CAAMoonMaxDeclinations::K

+

static double K(double Year)

+

Return Value

+

Returns the approximate value of K (required by the other methods of CAAMoonMaxDeclinations) +for calculation of the Moon's max declination.

+

Parameters

+

Year The Year including decimals to calculate the K value for.

+

Remarks

+

Please note that the return value from this method must be rounded to an +integer by client code before calling other methods in this class with this K +value. Any other value of K will give meaningless values.

+

 

+

CAAMoonMaxDeclinations::MeanGreatestDeclination

+

static double MeanGreatestDeclination(double k, +bool bNortherly)

+

Return Value

+

Returns the date in Dynamical time when the mean maximum declination occurs.

+

Parameters

+

k The K value to calculate the max declination for. This K value must +be an integer value. Any other value of K will give meaningless values.

+

bNortherly true if this is a calculation for a maximum northerly declination, +false implies a calculation of the a maximum southerly declination.

+

 

+

CAAMoonMaxDeclinations::MeanGreatestDeclinationValue

+

static double MeanGreatestDeclinationValue(double k)

+

Return Value

+

Returns the mean maximum declination in degrees.

+

Parameters

+

k The K value to calculate the max declination for. This K value must +be an integer value. Any other value of K will give meaningless values.

+

 

+

CAAMoonMaxDeclinations::TrueGreatestDeclination

+

static double TrueGreatestDeclination(double k, +bool bNortherly)

+

Return Value

+

Returns the date in Dynamical time when the true maximum declination occurs.

+

Parameters

+

k The K value to calculate the max declination for. This K value must +be an integer value. Any other value of K will give meaningless values.

+

bNortherly true if this is a calculation for a maximum northerly declination, +false implies a calculation of the a maximum southerly declination.

+

 

+

CAAMoonMaxDeclinations::TrueGreatestDeclinationValue

+

static double TrueGreatestDeclinationValue(double k)

+

Return Value

+

Returns the true maximum declination in degrees.

+

Parameters

+

k The K value to calculate the max declination for. This K value must +be an integer value. Any other value of K will give meaningless values.

+

 

+

 

+

CAAMoonMaxDeclinations2

+

This class uses interpolation to calculate the same details as those provided with the existing +CAAMoonMaxDeclinations class.

+

 

+

Functions this class provides include:

+

Calculate

+

 

+

CAAMoonMaxDeclinations2::Calculate

+

static std::vector<CAAMoonMaxDeclinationsDetails2> Calculate(double +StartJD, double EndJD, double +StepInterval = 0.007, Algorithm +algorithm = Algorithm::MeeusTruncated)

+

Return Value

+

A standard C++ array containing a class which itself contains:

+

type An enum class instance which represents the type of event +found. This can be MaxNorthernDeclination or MaxSourthernDeclination.

+

JD The date in Dynamical time on which the event occurs.

+

Declination this will be the +maximum geocentric declination of the Moon at time JD.

+

RA this will be the Right Ascension of the Moon at time JD

+

Parameters

+

StartJD The Julian Day corresponding to the Dynamical Time for the +date when you want to start the calculation for.

+

EndJD The Julian Day corresponding to the Dynamical Time for the +date when you want to end the calculation for.

+

StepInterval The step interval in fractions of days to do the +calculation for. The default value of 0.007 corresponds to roughly 10 minutes +which is a reasonable tradeoff between performance and accuracy.

+

Algorithm An enum class representing the algorithm to use for the calculation. Can be +MeeusTruncated which represents the truncated ELP2000 algorithm presented in the +book, ELP2000 which uses the full ELP2000 algorithm, ELPMPP02Nominal which uses +the ELPMPP02 Nominal fit, ELPMPP02LLR which uses the ELPMPP02 Lunar Laser +Ranging fit, ELPMPP02DE405 which uses the ELPMPP02 DE405 fit and ELPMPP02DE406 +which uses the ELPMPP02 DE406 fit.

+

 

+

 

+

CAAMoonNodes

+

This class provides algorithms which obtain dates when the Moon passes through +its nodes. This refers to Chapter 51 in the book.

+

 

+

Functions this class provides include:

+

K

+

PassageThroNode

+

 

+

CAAMoonNodes::K

+

static double K(double Year)

+

Return Value

+

Returns the approximate value of K (required by the other methods of CAAMoonNodes) +for calculation of the specified passage thro the node.

+

Parameters

+

Year The Year including decimals to calculate the K value for.

+

Remarks

+

Please note that the return value from this method must be rounded to an +integer or an integer + 0.5 by client code before calling other methods in this +class with this K value. Any other value of K will give meaningless values.

+

 

+

CAAMoonNodes::PassageThroNode

+

static double PassageThroNode(double k)

+

Return Value

+

Returns the date in Dynamical time when the specified passage thro the node occurs.

+

Parameters

+

k The K value to calculate the passage thro the node for. This K value +must be an integer value or an integer value + 0.5. Any other value of K will +give meaningless values.

+

 

+

 

+

CAAMoonNodes2

+

This class uses interpolation to calculate the same details as those provided with the existing +CAAMoonNodes class.

+

 

+

Functions this class provides include:

+

Calculate

+

 

+

CAAMoonNodes2::Calculate

+

static std::vector<CAAMoonNodesDetails2> Calculate(double +StartJD, double EndJD, double +StepInterval = 0.007, Algorithm +algorithm = Algorithm::MeeusTruncated)

+

Return Value

+

A standard C++ array containing a class which itself contains:

+

type An enum class instance which represents the type of event +found. This can be Ascending or Descending.

+

JD The date in Dynamical time on which the event occurs.

+

Parameters

+

StartJD The Julian Day corresponding to the Dynamical Time for the +date when you want to start the calculation for.

+

EndJD The Julian Day corresponding to the Dynamical Time for the +date when you want to end the calculation for.

+

StepInterval The step interval in fractions of days to do the +calculation for. The default value of 0.007 corresponds to roughly 10 minutes +which is a reasonable tradeoff between performance and accuracy.

+

Algorithm An enum class representing the algorithm to use for the calculation. Can be +MeeusTruncated which represents the truncated ELP2000 algorithm presented in the +book, ELP2000 which uses the full ELP2000 algorithm, ELPMPP02Nominal which uses +the ELPMPP02 Nominal fit, ELPMPP02LLR which uses the ELPMPP02 Lunar Laser +Ranging fit, ELPMPP02DE405 which uses the ELPMPP02 DE405 fit and ELPMPP02DE406 +which uses the ELPMPP02 DE406 fit.

+

 

+

 

+

CAAMoonPerigeeApogee

+

This class provides algorithms to calculate the approximate times when the distance +between the Earth and the Moon is a minimum (perigee) or a maximum (apogee). This +refers to Chapter 50 in the book.

+

 

+

Functions this class provides include:

+

K

+

MeanPerigee

+

MeanApogee

+

TruePerigee

+

TrueApogee

+

PerigeeParallax

+

ApogeeParallax

+

 

+

CAAMoonPerigeeApogee::K

+

static double K(double Year)

+

Return Value

+

Returns the approximate value of K (required by the other methods of CAAMoonPerigeeApogee) +for calculation of the specified phase.

+

Parameters

+

Year The Year including decimals to calculate the K value for.

+

Remarks

+

Please note that the return value from this method must be rounded to an +integer or an integer + 0.5 by client code before calling other methods in this +class with this K value. Any other value of K will give meaningless values.

+

 

+

CAAMoonPerigeeApogee::MeanPerigee

+

static double MeanPerigee(double k)

+

Return Value

+

Returns the date in Dynamical time when the mean perigee occurs.

+

Parameters

+

k The K value to calculate the perigee for. This K value must be an +integer value. Any other value of K will give meaningless values.

+

 

+

CAAMoonPerigeeApogee::MeanApogee

+

static double MeanApogee(double k)

+

Return Value

+

Returns the date in Dynamical time when the specified mean apogee occurs.

+

Parameters

+

k The K value to calculate the apogee for. This K value must be an +integer value + 0.5. Any other value of K will give meaningless values.

+

 

+

CAAMoonPerigeeApogee::TruePerigee

+

static double TruePerigee(double k)

+

Return Value

+

Returns the date in Dynamical time when the specified true perigee occurs.

+

Parameters

+

k The K value to calculate the perigee for. This K value must be an +integer value. Any other value of K will give meaningless values.

+

 

+

CAAMoonPerigeeApogee::TrueApogee

+

static double TrueApogee(double k)

+

Return Value

+

Returns the date in Dynamical time when the specified true apogee occurs.

+

Parameters

+

k The K value to calculate the apogee for. This K value must be an +integer value + 0.5. Any other value of K will give meaningless values.

+

 

+

CAAMoonPerigeeApogee::PerigeeParallax

+

static double PerigeeParallax(double k)

+

Return Value

+

Returns the parallax at the specified perigee in degrees.

+

Parameters

+

k The K value to calculate the perigee parallax for. This K value must +be an integer value. Any other value of K will give meaningless values.

+

 

+

CAAMoonPerigeeApogee::ApogeeParallax

+

static double ApogeeParallax(double k)

+

Return Value

+

Returns the parallax at the specified apogee in degrees.

+

Parameters

+

k The K value to calculate the apogee parallax for. This K value must +be an integer value + 0.5. Any other value of K will give meaningless values.

+

 

+

 

+

CAAMoonPerigeeApogee2

+

This class uses interpolation to calculate the same details as those provided with the existing +CAAMoonPerigeeApogee class.

+

 

+

Functions this class provides include:

+

Calculate

+

 

+

CAAMoonPerigeeApogee2::Calculate

+

static std::vector<CAAMoonPerigeeApogeeDetails2> Calculate(double +StartJD, double EndJD, double +StepInterval = 0.007, Algorithm +algorithm = Algorithm::MeeusTruncated)

+

Return Value

+

A standard C++ array containing a class which itself contains:

+

type An enum class instance which represents the type of event +found. This can be Perigee or Apogee.

+

JD The date in Dynamical time on which the event occurs.

+

Value this will be the +distance of the Moon in Kilometers at time JD.

+

Parameters

+

StartJD The Julian Day corresponding to the Dynamical Time for the +date when you want to start the calculation for.

+

EndJD The Julian Day corresponding to the Dynamical Time for the +date when you want to end the calculation for.

+

StepInterval The step interval in fractions of days to do the +calculation for. The default value of 0.007 corresponds to roughly 10 minutes +which is a reasonable tradeoff between performance and accuracy.

+

Algorithm An enum class representing the algorithm to use for the calculation. Can be +MeeusTruncated which represents the truncated ELP2000 algorithm presented in the +book, ELP2000 which uses the full ELP2000 algorithm, ELPMPP02Nominal which uses +the ELPMPP02 Nominal fit, ELPMPP02LLR which uses the ELPMPP02 Lunar Laser +Ranging fit, ELPMPP02DE405 which uses the ELPMPP02 DE405 fit and ELPMPP02DE406 +which uses the ELPMPP02 DE406 fit.

+

 

+

 

+

CAAMoonPhases

+

This class provides algorithms which obtain the dates for the phases of the Moon. +This refers to Chapter 49 in the book.

+

 

+

Functions this class provides include:

+

K

+

MeanPhase

+

TruePhase

+

 

+

CAAMoonPhases::K

+

static double K(double Year)

+

Return Value

+

Returns the approximate value of K (required by the other methods of CAAMoonPhases) +for calculation of the specified phase.

+

Parameters

+

Year The Year including decimals to calculate the K value for.

+

Remarks

+

Please note that the return value from this method must be rounded to an +integer, an integer + 0.25, an integer + 0.5 or an integer + 0.75 by client code before calling other methods in this +class with this K value. Any other value of K will give meaningless values.

+

 

+

CAAMoonPhases::MeanPhase

+

static double MeanPhase(double k)

+

Return Value

+

Returns the date in Dynamical time when the specified mean moon phase occurs.

+

Parameters

+

k The K value to calculate the phase for. This K value must be an +integer value for New Moon, an integer value + 0.25 for First Quarter, an integer value + 0.5 +for Full Moon or an integer +value + 0.75 fr Last Quarter. Any other value of K will give meaningless values.

+

 

+

CAAMoonPhases::TruePhase

+

static double TruePhase(double k)

+

Return Value

+

Returns the date in Dynamical time when the specified true moon phase occurs.

+

Parameters

+

k The K value to calculate the phase for. This K value must be an +integer value for New Moon, an integer value + 0.25 for First Quarter, an integer value + 0.5 +for Full Moon or an integer +value + 0.75 fr Last Quarter. Any other value of K will give meaningless values.

+

 

+

 

+

CAAMoonPhases2

+

This class uses interpolation to calculate the same details as those provided with the existing +CAAMoonPhases class.

+

 

+

Functions this class provides include:

+

Calculate

+

 

+

CAAMoonPhases2::Calculate

+

static std::vector<CAAMoonPhasesDetails2> Calculate(double +StartJD, double EndJD, double +StepInterval = 0.007, Algorithm +algorithm = Algorithm::MeeusTruncated)

+

Return Value

+

A standard C++ array containing a class which itself contains:

+

type An enum class instance which represents the type of event +found. This can be NewMoon, FirstQuarter, FullMoon or LastQuarter

+

JD The date in Dynamical time on which the event occurs.

+

Parameters

+

StartJD The Julian Day corresponding to the Dynamical Time for the +date when you want to start the calculation for.

+

EndJD The Julian Day corresponding to the Dynamical Time for the +date when you want to end the calculation for.

+

StepInterval The step interval in fractions of days to do the +calculation for. The default value of 0.007 corresponds to roughly 10 minutes +which is a reasonable tradeoff between performance and accuracy.

+

Algorithm An enum class representing the algorithm to use for the calculation. Can be +MeeusTruncated which represents the truncated ELP2000 algorithm presented in the +book, ELP2000 which uses the full ELP2000 algorithm, ELPMPP02Nominal which uses +the ELPMPP02 Nominal fit, ELPMPP02LLR which uses the ELPMPP02 Lunar Laser +Ranging fit, ELPMPP02DE405 which uses the ELPMPP02 DE405 fit and ELPMPP02DE406 +which uses the ELPMPP02 DE406 fit.

+

 

+

 

+

CAAMoslemCalendar

+

This class provides the algorithms which convert between the Julian and Moslem +calendars. This refers to Chapter 9 in the book.

+

 

+

Functions this class provides include:

+

JulianToMoslem

+

MoslemToJulian

+

IsLeap

+

 

+

CAAMoslemCalendar::JulianToMoslem

+

static CAACalendarDate JulianToMoslem(long Year, long +Month, long Day)

+

Return Value

+

A class containing

+

Year The year in the Moslem Calendar.

+

Month The month of the year in the Moslem Calendar (1 for Muharram to +12 for Dhu l-Hijja).

+

Day The day of the month in the Moslem Calendar.

+

Parameters

+

Year The year in the Julian Calendar to convert. (Years are counted astronomically +i.e. 1 BC = Year 0)

+

Month The month of the year in the Julian Calendar (1 for January to 12 +for December).

+

Day The day of the month in the Julian Calendar.

+

 

+

CAAMoslemCalendar::MoslemToJulian

+

static CAACalendarDate MoslemToJulian(long Year, long +Month, long Day)

+

Return Value

+

A class containing

+

Year The year in the Julian Calendar.

+

Month The month of the year in the Julian Calendar  (1 for January +to 12 for December).

+

Day The day of the month in the Julian Calendar.

+

Parameters

+

Year The year in the Moslem Calendar to convert

+

Month The month of the year in the Moslem Calendar (1 for Muharram to +12 for Dhu l-Hijja).

+

Day The day of the month in the Moslem Calendar.

+

 

+

CAAMoslemCalendar::IsLeap

+

static bool IsLeap(long Year)

+

Return Value

+

true if the specified year is leap otherwise false.

+

Parameters

+

Year The year in the Moslem calendar.

+

 

+

 

+

CAANearParabolic

+

This class provides for calculation of the position of an object in an orbit +which can be best modelled as near parabolic i.e. eccentricity between 0.98 and +1.02. Chapter 35 in the book includes support for calculating Near-parabolic orbits, +but the code is provided in BASIC and the algorithm as presented has problems converging +when the eccentricity is close to 1. Instead the algorithms used in this class are +based upon the worked examples which Paul Schlyter has provided at +http://stjarnhimlen.se/comp/tutorial.html#16

+

 

+

Functions this class provides include:

+

Calculate

+

 

+

CAANearParabolic::Calculate

+

static CAANearParabolicObjectDetails Calculate(double JD, const +CAANearParabolicObjectElements& elements, bool +bHighPrecision)

+

Return Value

+

A class containing

+

HeliocentricRectangularEquatorial 3D rectangular heliocentric equatorial +coordinates of the object.

+

HeliocentricRectangularEcliptical 3D rectangular heliocentric ecliptical +coordinates of the object.

+

HeliocentricEclipticLongitude The heliocentric ecliptical longitude in +degrees of the object.

+

HeliocentricEclipticLatitude The heliocentric ecliptical latitude in degrees +of the object.

+

TrueGeocentricRA The geocentric right ascension of the object as an hour +angle (i.e. without light time correction applied).

+

TrueGeocentricDeclination The geocentric declination of the object in +degrees (i.e. without light time correction applied).

+

TrueGeocentricDistance The true distance in astronomical units between +the Earth and the object.

+

TrueGeocentricLightTime The light travel time in days from the Earth to +the object.

+

AstrometricGeocentricRA The geocentric right ascension of the object as +an hour angle (i.e. with light time correction applied)

+

AstrometricGeocentricDeclination The geocentric declination of the object +in degrees (i.e. with light time correction applied)

+

AstrometricGeocentricDistance The observed distance of the object in astronomical +units.

+

AstrometricGeocentricLightTime The observed light travel time of the object +in days.

+

Elongation The elongation of the object to the Sun in degrees.

+

PhaseAngle The phase angle (the angle Sun - object - Earth) in degrees.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

elements A class containing the following orbital elements

+

q The perihelion distance in astronomical units.

+

i The inclination of the plane of the orbit in degrees.

+

w The argument of the perihelion in degrees.

+

omega The longitude of the ascending node in degrees.

+

JDEquinox The Julian Date for which equatorial coordinates should be calculated +for.

+

T The Julian date of the time of passage in perihelion.

+

e Eccentricity of the orbit

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

 

+

CAANeptune

+

This class provides for calculation of the heliocentric position of Neptune. +This refers to Chapter 32 in the book.

+

 

+

Functions this class provides include:

+

EclipticLongitude

+

EclipticLatitude

+

RadiusVector

+

 

+

CAANeptune::EclipticLongitude

+

static double EclipticLongitude(double JD, +bool bHighPrecision)

+

Return Value

+

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAANeptune::EclipticLatitude

+

static double EclipticLatitude(double JD, +bool bHighPrecision)

+

Return Value

+

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAANeptune::RadiusVector

+

static double RadiusVector(double JD, +bool bHighPrecision)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

 

+

CAANodes

+

This class provides for calculation of the time of passages from the orbital +elements of a planet or comet through the nodes of its orbit. This refers to Chapter +39 in the book.

+

 

+

Functions this class provides include:

+

PassageThroAscendingNode (for Elliptical +orbits)

+

PassageThroDescendingNode (for Elliptical +orbits)

+

PassageThroAscendingNode (for Parabolic orbits)

+

PassageThroDescendingNode (for Parabolic orbits)

+

 

+

CAANodes::PassageThroAscendingNode

+

static CAANodeObjectDetails PassageThroAscendingNode(const CAAEllipticalObjectElements& +elements);

+

Return Value

+

A class containing

+

t The date in Dynamical time to when the body moves thro the ascending +node.

+

radius The radius vector in astronomical units.

+

Parameters

+

elements A class containing the following orbital elements

+

a The semi major axis in astronomical units.

+

e The eccentricity of the orbit.

+

i The inclination of the plane of the orbit in degrees.

+

w The argument of the perihelion in degrees.

+

omega The longitude of the ascending node in degrees.

+

JDEquinox Unused in this function's use of CAAEllipticalObjectElements.

+

T The Julian date of the time of passage in perihelion.

+

 

+

CAANodes::PassageThroDescendingNode

+

static CAANodeObjectDetails PassageThroDescendingNode(const CAAEllipticalObjectElements& +elements);

+

Return Value

+

A class containing

+

t The date in Dynamical time to when the body moves thro the ascending +node.

+

radius The radius vector in astronomical units.

+

Parameters

+

elements A class containing the following orbital elements

+

a The semi major axis in astronomical units.

+

e The eccentricity of the orbit.

+

i The inclination of the plane of the orbit in degrees.

+

w The argument of the perihelion in degrees.

+

omega The longitude of the ascending node in degrees.

+

JDEquinox Unused in this function's use of CAAEllipticalObjectElements.

+

T The Julian date of the time of passage in perihelion.

+

 

+

CAANodes::PassageThroAscendingNode

+

static CAANodeObjectDetails PassageThroAscendingNode(const CAAParabolicObjectElements& +elements);

+

Return Value

+

A class containing

+

t The date in Dynamical time to when the body moves thro the ascending +node.

+

radius The radius vector in astronomical units.

+

Parameters

+

elements A class containing the following orbital elements

+

q The perihelion distance in astronomical units.

+

i The inclination of the plane of the orbit in degrees.

+

w The argument of the perihelion in degrees.

+

omega The longitude of the ascending node in degrees.

+

JDEquinox Unused in this function's use of CAAParabolicObjectElements.

+

T The Julian date of the time of passage in perihelion.

+

 

+

CAANodes::PassageThroDescendingNode

+

static CAANodeObjectDetails PassageThroDescendingNode(const CAAParabolicObjectElements& +elements);

+

Return Value

+

A class containing

+

t The date in Dynamical time to when the body moves thro the ascending +node.

+

radius The radius vector in astronomical units.

+

Parameters

+

elements A class containing the following orbital elements

+

q The perihelion distance in astronomical units.

+

i The inclination of the plane of the orbit in degrees.

+

w The argument of the perihelion in degrees.

+

omega The longitude of the ascending node in degrees.

+

JDEquinox Unused in this function's use of CAAParabolicObjectElements.

+

T The Julian date of the time of passage in perihelion.

+

 

+

 

+

CAANutation

+

This class provides for calculation of Nutation and the Obliquity of the Ecliptic. +This refers to Chapter 22 and parts of Chapter 23 in the book.

+

 

+

Functions this class provides include:

+

NutationInLongitude

+

NutationInObliquity

+

NutationInRightAscension

+

NutationInDeclination

+

MeanObliquityOfEcliptic

+

TrueObliquityOfEcliptic

+

 

+

CAANutation::NutationInLongitude

+

static double NutationInLongitude(double JD)

+

Return Value

+

The nutation in ecliptic longitude in arc seconds of a degree.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAANutation::NutationInObliquity

+

static double NutationInObliquity(double JD)

+

Return Value

+

The nutation in obliquity in arc seconds of a degree.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAANutation::NutationInRightAscension

+

static double NutationInRightAscension(double Alpha, double +Delta, double Obliquity, double NutationInLongitude, +double NutationInObliquity)

+

Return Value

+

The nutation in right ascension in arc seconds of a degree.

+

Parameters

+

Alpha The right ascension of the position in hour angles.

+

Delta The declination of the position in degrees.

+

Obliquity The obliquity of the Ecliptic in degrees.

+

NutationInLongitude The nutation in longitude in arc seconds of a degree.

+

NutationInObliquity The nutation in obliquity in arc seconds of a degree.

+

Remarks

+

This refers to algorithm 23.1 on page 151.

+

 

+

CAANutation::NutationInDeclination

+

static double NutationInDeclination(double Alpha, double +Delta, double Obliquity, double NutationInLongitude, +double NutationInObliquity)

+

Return Value

+

The nutation in declination in arc seconds of a degree.

+

Parameters

+

Alpha The right ascension of the position in hour angles.

+

Delta The declination of the position in degrees.

+

Obliquity The obliquity of the Ecliptic in degrees.

+

NutationInLongitude The nutation in longitude in arc seconds of a degree.

+

NutationInObliquity The nutation in obliquity in arc seconds of a degree.

+

Remarks

+

This refers to algorithm 23.1 on page 151.

+

 

+

CAANutation::MeanObliquityOfEcliptic

+

static double MeanObliquityOfEcliptic(double JD)

+

Return Value

+

The mean obliquity of the ecliptic in degrees.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAANutation::TrueObliquityOfEcliptic

+

static double TrueObliquityOfEcliptic(double JD)

+

Return Value

+

The true obliquity of the ecliptic in degrees.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAParabolic

+

This class provides for calculation of the position of an object in a parabolic +orbit. This refers to Chapter 34 in the book.

+

 

+

Functions this class provides include:

+

Calculate

+

CalculateBarkers

+

 

+

CAAParabolic::Calculate

+

static CAAParabolicObjectDetails Calculate(double JD, const +CAAParabolicObjectElements& elements, bool +bHighPrecision)

+

Return Value

+

A class containing

+

HeliocentricRectangularEquatorial 3D rectangular heliocentric equatorial +coordinates of the object.

+

HeliocentricRectangularEcliptical 3D rectangular heliocentric ecliptical +coordinates of the object.

+

HeliocentricEclipticLongitude The heliocentric ecliptical longitude in +degrees of the object.

+

HeliocentricEclipticLatitude The heliocentric ecliptical latitude in degrees +of the object.

+

TrueGeocentricRA The geocentric right ascension of the object as an hour +angle (i.e. without light time correction applied).

+

TrueGeocentricDeclination The geocentric declination of the object in +degrees (i.e. without light time correction applied).

+

TrueGeocentricDistance The true distance in astronomical units between +the Earth and the object.

+

TrueGeocentricLightTime The light travel time in days from the Earth to +the object.

+

AstrometricGeocenticRA The geocentric right ascension of the object as +an hour angle (i.e. with light time correction applied)

+

AstrometricGeocentricDeclination The geocentric declination of the object +in degrees (i.e. with light time correction applied)

+

AstrometricGeocentricDistance The observed distance of the object in astronomical +units.

+

AstrometricGeocentricLightTime The observed light travel time of the object +in days.

+

Elongation The elongation of the object to the Sun in degrees.

+

PhaseAngle The phase angle (the angle Sun - object - Earth) in degrees.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

elements A class containing the following orbital elements

+

q The perihelion distance in astronomical units.

+

i The inclination of the plane of the orbit in degrees.

+

w The argument of the perihelion in degrees.

+

omega The longitude of the ascending node in degrees.

+

JDEquinox The Julian Date for which equatorial coordinates should be calculated +for.

+

T The Julian date of the time of passage in perihelion.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAParabolic::CalculateBarkers

+

static double CalculateBarkers(double W)

+

Return Value

+

The solution to Barkers equation as described in algorithm 34.3 on page 241.

+

Parameters

+

W The value W as described in algorithm 34.1 on page 241.

+

 

+

 

+

CAAParallactic

+

This class provides for measurement of various angles on the celestial globe. +This refers to Chapter 14 in the book.

+

 

+

Functions this class provides include:

+

ParallacticAngle

+

EclipticLongitudeOnHorizon

+

AngleBetweenEclipticAndHorizon

+

AngleBetweenNorthCelestialPoleAndNorthPoleOfEcliptic

+

 

+

CAAParallactic::ParallacticAngle

+

static double ParallacticAngle(double HourAngle, double +Latitude, double delta)

+

Return Value

+

Returns the parallactic angle (the ZCN angle) and is generally designated by +q.

+

Parameters

+

HourAngle The hour angle.

+

Latitude The latitude of the position in degrees.

+

Delta The declination in degrees.

+

Remarks

+

This refers to algorithm 14.1 on page 98.

+

 

+

CAAParallactic::EclipticLongitudeOnHorizon

+

static double EclipticLongitudeOnHorizon(double LocalSiderealTime, +double ObliquityOfEcliptic, double Latitude)

+

Return Value

+

Returns the ecliptic longitude of two points which are (180 degrees apart) on +the horizon.

+

Parameters

+

LocalSiderealTime The local sidereal time measured in hours.

+

ObliquityOfEcliptic The obliquity of the ecliptic in degrees.

+

Latitude The latitude of the position in degrees.

+

Remarks

+

This refers to algorithm 14.2 on page 99.

+

 

+

CAAParallactic::AngleBetweenEclipticAndHorizon

+

static double AngleBetweenEclipticAndHorizon(double LocalSiderealTime, +double ObliquityOfEcliptic, double Latitude)

+

Return Value

+

Returns the angle in degrees of the diurnal path of a celestial body (not the +ecliptic) relative to the horizon at the time of its rising or setting.

+

Parameters

+

LocalSiderealTime The local sidereal time measured in hours.

+

ObliquityOfEcliptic The obliquity of the ecliptic in degrees.

+

Latitude The latitude of the position in degrees.

+

Remarks

+

This refers to algorithm at the top of page 100.

+

 

+

CAAParallactic::AngleBetweenNorthCelestrialPoleAndNorthPoleOfEcliptic

+

static double AngleBetweenNorthCelestialPoleAndNorthPoleOfEcliptic(double +Lambda, double Beta, double ObliquityOfEcliptic)

+

Return Value

+

Return the angle in degrees between the direction of the northern celestial pole +and the direction of the north pole of the ecliptic, at the star.

+

Parameters

+

Lambda The ecliptical longitude in degrees.

+

Beta The ecliptical latitude of the star in degrees.

+

ObliquityOfEcliptic The obliquity of the ecliptic in degrees.

+

Remarks

+

This refers to algorithm at the top of page 100.

+

 

+

 

+

CAAParallax

+

This class provides for calculation of the topocentric coordinates of a body +as seen from the observer's place on the Earth's surface. This refers to +Chapter 40 in the book.

+

 

+

Functions this class provides include:

+

Equatorial2TopocentricDelta

+

Equatorial2Topocentric

+

Ecliptic2Topocentric

+

ParallaxToDistance

+

DistanceToParallax

+

 

+

CAAParallax::Equatorial2TopocentricDelta

+

static CAA2DCoordinate Equatorial2TopocentricDelta(double Alpha, +double Delta, double Distance, double Longitude, +double Latitude, double Height, double JD)

+

Return Value

+

Returns the corrections in equatorial coordinates in a CAA2DCoordinate class. +The x value in the class corresponds to the correction in right ascension expressed +as an hour angle and the y value corresponds to the correction in declination in +degrees.

+

Parameters

+

Alpha The right ascension in hours of the object at time JD.

+

Delta The declination in degrees of the object at time JD.

+

Distance The distance (in astronomical units) to the Earth.

+

Longitude The longitude in degrees (Positive west, negative east from +Greenwich).

+

Latitude The latitude in degrees.

+

Height The observer's height above sea level in meters.

+

JD The date in Dynamical time to calculate for.

+

Remarks

+

This returns the difference between the geocentric and topocentric values. This +refers to equation 40.4 and 40.5 on page 280.

+

 

+

CAAParallax::Equatorial2Topocentric

+

static CAA2DCoordinate Equatorial2Topocentric(double Alpha, +double Delta, double Distance, double Longitude, +double Latitude, double Height, double JD)

+

Return Value

+

Returns the converted equatorial coordinates in a CAA2DCoordinate class. The +x value in the class corresponds to right ascension expressed as an hour angle and +the y value corresponds to the right ascension in degrees.

+

Parameters

+

Alpha The right ascension in hours of the object at time JD.

+

Delta The declination in degrees of the object at time JD.

+

Distance The distance (in astronomical units) to the Earth.

+

Longitude The longitude in degrees.

+

Latitude The latitude in degrees.

+

Height The observer's height above sea level in meters

+

JD The date in Dynamical time to calculate for.

+

Remarks

+

This returns the rigorous conversion between the geocentric and topocentric values. +This refers to equation 40.2 and 40.3 on page 279.

+

 

+

CAAParallax::Ecliptic2Topocentric

+

static CAATopocentricEclipticDetails Ecliptic2Topocentric(double Lambda, +double Beta, double Semidiameter, double Distance, +double Epsilon, double Latitude, double Height, +double JD)

+

Return Value

+

A class containing

+

Lambda The topocentric ecliptical longitude in degrees.

+

Beta The topocentric ecliptical latitude in degrees.

+

Semidiameter The topocentric semi diameter in degrees.

+

Parameters

+

Lambda The ecliptical longitude in degrees.

+

Beta The ecliptical latitude in degrees.

+

Semidiameter The geocentric semi diameter in degrees.

+

Distance The distance (in astronomical units) to the Earth.

+

Epsilon The obliquity of the ecliptic in degrees.

+

Latitude The latitude in degrees.

+

Height The observer's height above sea level in meters.

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAParallax::ParallaxToDistance

+

static double ParallaxToDistance(double Parallax)

+

Return Value

+

Returns the distance in astronomical units.

+

Parameters

+

Parallax The parallax of the body in degrees.

+

 

+

CAAParallax::DistanceToParallax

+

static double DistanceToParallax(double Distance)

+

Return Value

+

Returns the parallax in degrees.

+

Parameters

+

Distance The distance (in astronomical units) to the body.

+

 

+

 

+

CAAPhysicalJupiter

+

This class provides for calculation of various physical parameters related to +the Jupiter. This refers to Chapter 43 in the book.

+

 

+

Functions this class provides include:

+

Calculate

+

 

+

CAAPhysicalJupiter::Calculate

+

static CAAPhysicalJupiterDetails Calculate(double JD, +bool bHighPrecision)

+

Return Value

+

A class containing

+

DE The planetocentric declination in degrees of the Earth.

+

DS The planetocentric declination in degrees of the Sun.

+

Geometricw1 The geometric longitude in degrees of the central meridian +for System 1.

+

Geometricw2 The geometric longitude in degrees of the central meridian +for System 2.

+

Apparentw1 The apparent longitude in degrees of the central meridian for +System 1.

+

Apparentw2 The geometric longitude in degrees of the central meridian +for System 2.

+

P The position angle of Jupiter's northern rotational pole in degrees.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

 

+

CAAPhysicalMars

+

This class provides for calculation of various physical parameters related to +the Mars. This refers to Chapter 42 in the book.

+

 

+

Functions this class provides include:

+

Calculate

+

 

+

CAAPhysicalMars::Calculate

+

static CAAPhysicalMarsDetails Calculate(double JD, +bool bHighPrecision)

+

Return Value

+

A class containing

+

DE The planetocentric declination in degrees of the Earth.

+

DS The planetocentric declination in degrees of the Sun.

+

w The aerographic longitude in degrees of the central meridian as seen from Earth.

+

P The geocentric position angle of Mars' northern rotational pole +in degrees.

+

X The position angle in degrees of the mid-point of the illuminated limb.

+

k The illuminated fraction of the planet's disk.

+

q The defect of illumination.

+

d The apparent diameter of Mars in arc seconds.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

 

+

CAAPhysicalMoon

+

This class provides for calculation of various physical parameters related to +the Moon. This refers to Chapter 53 in the book.

+

 

+

Functions this class provides include:

+

CalculateGeocentric

+

CalculateTopocentric

+

CalculateSelenographicPositionOfSun

+

AltitudeOfSun

+

TimeOfSunrise

+

TimeOfSunset

+

 

+

CAAPhysicalMoon::CalculateGeocentric

+

static CAAPhysicalMoonDetails CalculateGeocentric(double +JD)

+

Return Value

+

A class containing

+

ldash The optical libration in longitude in degrees.

+

bdash The optical libration in latitude in degrees.

+

ldash2 The physical libration in longitude in degrees.

+

bdash2 The physical libration in latitude in degrees.

+

l The total libration in longitude in degrees.

+

b The total libration in latitude in degrees.

+

P The position angle in degrees of the Moon's axis of rotation.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

Remarks

+

Calculates the physical parameters referred to the centre of the Earth

+

 

+

CAAPhysicalMoon::CalculateTopcentric

+

static CAAPhysicalMoonDetails CalculateTopocentric(double +JD, double Longitude, double Latitude)

+

Return Value

+

A class containing

+

ldash The optical libration in longitude in degrees.

+

bdash The optical libration in latitude in degrees.

+

ldash2 The physical libration in longitude in degrees.

+

bdash2 The physical libration in latitude in degrees.

+

l The total libration in longitude in degrees.

+

b The total libration in latitude in degrees.

+

P The position angle in degrees of the Moon's axis of rotation.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

Longitude The topocentric longitude in degrees of the position to perform +the calculation for.

+

Latitude The topocentric latitude in degrees of the position to perform +the calculation for.

+

Remarks

+

Calculates the physical parameters referred to the specified position on the +Earth

+

 

+

CAAPhysicalMoon::CalculateSelenographicPositionOfSun

+

static CAAPSelenographicMoonDetails CalculateSelenographicPositionOfSun(double +JD, bool bHighPrecision)

+

Return Value

+

A class containing

+

l0 The longitude in degrees of the sub solar point.

+

b0 The latitude in degrees of the sub solar point.

+

c0 The selenographic colongitude of the sun.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAPhysicalMoon::AltitudeOfSun

+

static double AltitudeOfSun(double JD, double Longitude, +double Latitude, bool bHighPrecision)

+

Return Value

+

Returns the altitude in degrees of the Sun at the specified lunar location.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

Longitude The selenographic longitude in degrees of the position to perform +the calculation for.

+

Latitude The selenographic latitude in degrees of the position to perform +the calculation for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAPhysicalMoon::TimeOfSunrise

+

static double TimeOfSunrise(double JD, double Longitude, +double Latitude, bool bHighPrecision)

+

Return Value

+

Returns the nearest Julian date in Dynamical time when the Sun rises at the specified +lunar location. This value will always be earlier than the parameter "JD"

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

Longitude The selenographic longitude in degrees of the position to perform +the calculation for.

+

Latitude The selenographic latitude in degrees of the position to perform +the calculation for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAPhysicalMoon::TimeOfSunset

+

static double TimeOfSunset(double JD, double Longitude, +double Latitude, bool bHighPrecision)

+

Return Value

+

Returns the nearest Julian date in Dynamical time when the Sun rises at the specified +lunar location. This value will always be later than the parameter "JD"

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

Longitude The selenographic longitude in degrees of the position to perform +the calculation for.

+

Latitude The selenographic latitude in degrees of the position to perform +the calculation for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

 

+

CAAPhysicalSun

+

This class provides for calculation of various physical parameters related to +the Sun. This refers to Chapter 29 in the book.

+

 

+

Functions this class provides include:

+

Calculate

+

 

+

CAAPhysicalSun::Calculate

+

static CAAPhysicalSunDetails Calculate(double JD, +bool bHighPrecision)

+

Return Value

+

A class containing

+

P The position angle in degrees of the northern extremity of the axis +of rotation.

+

B0 The heliographic latitude in degrees of the centre of the solar disk.

+

L0 The heliographic longitude in degrees of the centre of the solar disk.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

 

+

CAAPlanetaryPhenomena

+

This class provides for the calculation of several configurations involving planets +Mercury to Neptune; oppositions and conjunctions with the Sun, greatest elongations, +and stations. This refers to Chapter 36 in the book.

+

 

+

Functions this class provides include:

+

K

+

Mean

+

True

+

ElongationValue

+

 

+

CAAPlanetaryPhenomena::K

+

static double K(double Year, PlanetaryObject object, +EventType type)

+

Return Value

+

Returns the approximate value of K (required by the other methods of CAAPlanetaryPhenomena) +for calculation of the various event types.

+

Parameters

+

Year The Year including decimals to calculate the K value for.

+

object An enum specifying the planet to calculate for.

+

type An enum to specify the event type to calculate.

+

Remarks

+

Please note that the return value from this method must be rounded to an +integer by client code before calling other methods in this class with this K +value. Any other value of K will give meaningless values. Prior to v2.26 of AA+, +this method would return the K value already rounded. This change was made to +make this method's behavior consistent with all the other methods in the AA+ +framework which return so called "K" values.

+

 

+

CAAPlanetaryPhenomena::Mean

+

static double Mean(double k, PlanetaryObject object, +EventType type)

+

Return Value

+

Returns the date in Dynamical time when the specified mean planetary configuration +occurs (that is, calculated from circular orbits and uniform planetary motions).

+

Parameters

+

k The K value to calculate the phenomena for. This K value must be an +integer value. Any other value of K will give meaningless values.

+

object An enum specifying the planet to calculate for.

+

type An enum to specify the event type to calculate.

+

 

+

CAAPlanetaryPhenomena::True

+

static double True(double k, PlanetaryObject object, +EventType type)

+

Return Value

+

Returns the date in Dynamical time when the true planetary configuration occurs.

+

Parameters

+

k The K value to calculate the phenomena for. This K value must be an +integer value. Any other value of K will give meaningless values.

+

object An enum specifying the planet to calculate for.

+

type An enum to specify the event type to calculate.

+

 

+

CAAPlanetaryPhenomena::ElongationValue

+

static double ElongationValue(double k, PlanetaryObject +object, bool bEastern)

+

Return Value

+

the value of the greatest elongation of a planet.

+

Parameters

+

k The K value to calculate the phenomena for. This K value must be an +integer value. Any other value of K will give meaningless values.

+

object An enum specifying the planet to calculate for.

+

bEastern true if you want the elongation value for the eastern elongation, +otherwise false implies western elongation.

+

 

+

 

+

CAAPlanetaryPhenomena2

+

This class uses interpolation to calculate the same details as those provided with the existing +CAAPlanetaryPhenomena class.

+

 

+

Functions this class provides include:

+

Calculate

+

 

+

CAAPlanetaryPhenomena2::Calculate

+

static std::vector<CAAPlanetaryPhenomenaDetails2> Calculate(double +StartJD, double EndJD, Object object, double +StepInterval = 0.007, bool +bHighPrecision = false)

+

Return Value

+

A standard C++ array containing a class which itself contains:

+

type An enum class instance which represents the type of event +found. This can be InferiorConjunctionInEclipticLongitude, +InferiorConjunctionInRA, InferiorConjunctionInAngularDistance, +SuperiorConjunctionInEclipticLongitude, SuperiorConjunctionInRA, +SuperiorConjunctionInAngularDistance, +GreatestWesternElongationInEclipticLongitude, GreatestWesternElongationInRA, +GreatestWesternElongationInAngularDistance, +GreatestEasternElongationInEclipticLongitude, GreatestEasternElongationInRA, GreatestEasternElongationInAngularDistance, +OppositionInEclipticLongitude, OppositionInRA, OppositionInAngularDistance, ConjunctionInEclipticLongitude, +ConjunctionInRA, ConjunctionInAngularDistance, Station1InEclipticLongitude, Station1InRA, Station2InEclipticLongitude, +Station2InRA, WesternQuadratureInEclipticLongitude, WesternQuadratureInRA, WesternQuadratureInAngularDistance, +EasternQuadratureInEclipticLongitude, EasternQuadratureInRA or EasternQuadratureInAngularDistance.

+

JD The date in Dynamical time on which the event occurs.

+

Value1 this will contain different values depending on the value in +"type".

+

Value2 A second value which will contain different values depending +on the value in "type".

+

Parameters

+

StartJD The Julian Day corresponding to the Dynamical Time for the +date when you want to start the calculation for.

+

EndJD The Julian Day corresponding to the Dynamical Time for the +date when you want to end the calculation for.

+

Object The object type you want to calculate for. This is an enum class of +type Object inside the CAAPlanetaryPhenomenaDetails2 class and can be MERCURY, +VENUS, MARS, JUPITER, SATURN, URANUS or NEPTUNE.

+

StepInterval The step interval in fractions of days to do the +calculation for. The default value of 0.007 corresponds to roughly 10 minutes +which is a reasonable tradeoff between performance and accuracy.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

Notes

+

The definition of the "Type", its meaning, and the meaning of "Value" in the CAAPlanetPhenomenaDetails2 +struct are as follows:

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
TypeMeaningValue
InferiorConjunctionInEclipticLongitudeThe instant when the object's Apparent Ecliptic Longitude is the + same as the Sun's and the object is between the Sun and Earth. This can + only occur for Mercury or Venus.By definition the value 0.
InferiorConjunctionInRAThe instant when the object's Apparent Right Ascension is the same + as the Sun's and the object is between the Sun and Earth. This can only + occur for Mercury or Venus.By definition the value 0.
InferiorConjunctionInAngularDistanceThe instant when the object's apparent elongation from the Sun is a + minimum and the object is between the Sun and Earth. This can only occur + for Mercury or Venus.The apparent elongation between the object and the Sun in degrees + when the event occurs.
SuperiorConjunctionInEclipticLongitudeThe instant when the object's Apparent Ecliptic Longitude is the + same as the Sun's and the object is beyond the Sun as seen from Earth. + This can only occur for Mercury or Venus.By definition the value 0.
SuperiorConjunctionInRAThe instant when the object's Apparent Right Ascension is the same + as the Sun's and the object is beyond the Sun as seen from Earth. This + can only occur for Mercury or Venus.By definition the value 0.
SuperiorConjunctionInAngularDistanceThe instant when the object's apparent elongation from the Sun is a + minimum and the object is beyond the Sun as seen from Earth. This can + only occur for Mercury or Venus.The apparent elongation between the object and the Sun in degrees + when the event occurs.
GreatestWesternElongationInEclipticLongitudeThe instant when the difference in the object's Apparent Ecliptic + Longitude and the Sun's is the greatest and the object is to the west of + the Sun and is visible in the morning sky. This can only occur for + Mercury or Venus.The positive difference between the object's Apparent Ecliptic + Longitude and the Sun's in degrees when the event occurs.
GreatestWesternElongationInRAThe instant when the difference in the object's Apparent Right + Ascension and the Sun's is the greatest and the object is to the west of + the Sun and is visible in the morning sky. This can only occur for + Mercury or Venus.The positive difference between the object's Apparent Right + Ascension and the Sun's in hours when the event occurs.
GreatestWesternElongationInAngularDistanceThe instant when the apparent elongation between the object and the + Sun is a maximum and the object is to the west of the Sun and is visible + in the morning sky. This can only occur for Mercury or Venus.The apparent elongation between the object and the Sun in degrees + when the event occurs.
GreatestEasternElongationInEclipticLongitudeThe instant when the difference in the object's Apparent Ecliptic + Longitude and the Sun's is a maximum and the object is to the east of + the Sun and is visible in the evening sky. This can only occur for + Mercury or Venus.The positive difference between the object's Apparent Ecliptic + Longitude and the Sun's in degrees when the event occurs.
GreatestEasternElongationInRAThe instant when the difference in the object's Apparent Right + Ascension and the Sun's is a maximum and the object is to the east of + the Sun and is visible in the evening sky. This can only occur for + Mercury or Venus.The positive difference between the object's Apparent Right + Ascension and the Sun's in hours when the event occurs.
GreatestEasternElongationInAngularDistanceThe instant when the apparent elongation between the object and the + Sun's is a maximum and the object is to the east of the Sun and is + visible in the evening sky. This can only occur for Mercury or Venus.The apparent elongation between the object and the Sun in degrees + when the event occurs.
OppositionInEclipticLongitudeThe instant when the difference between the object's Apparent + Ecliptic Longitude and the Sun's is 180 degrees. This can only occur for + Mars to Neptune.By definition the value 180.
OppositionInRAThe instant when the difference between the object's apparent Right + Ascension and the Sun's is 12 hours. This can only occur for Mars to + Neptune.By definition the value 12.
OppositionInAngularDistanceThe instant when the object's apparent elongation from the Sun is a + maximum. This can only occur for Mars to Neptune.The apparent elongation between the object and the Sun in degrees + when the event occurs. Will be quite close to 180 degrees.
ConjunctionInEclipticLongitudeThe instant when the difference between the object's Apparent + Ecliptic Longitude and the Sun's is 0 degrees. This can only occur for + Mars to Neptune.By definition the value 0.
ConjunctionInRAThe instant when the difference between the object's Apparent Right + Ascension and the Sun's is 0 hours. This can only occur for Mars to + Neptune.By definition the value 0.
ConjunctionInAngularDistanceThe instant when the object's apparent elongation from the Sun is a + minimum. This can only occur for Mars to Neptune.The apparent elongation between the object and the Sun in degrees + when the event occurs.
Station1InEclipticLongitudeThe instant when the object starts to move westward (retrograde) in + Ecliptic Longitude. This can only occur for Mars to Neptune.The Apparent Ecliptic Longitude of the object in degrees when the + event occurs.
Station1InRAThe instant when the object starts to move westward (retrograde) in + Right Ascension. This can only occur for Mars to Neptune.The Apparent Right Ascension of the object in hours when the event + occurs.
Station2InEclipticLongitudeThe instant when the object resumes eastward (prograde) motion in + Ecliptic Longitude. This can only occur for Mars to Neptune.The Apparent Ecliptic Longitude of the object in degrees when the + event occurs.
Station2InRAThe instant when the object resumes eastward (prograde) motion in + Right Ascension. This can only occur for Mars to Neptune.The Apparent Right Ascension of the object in hours when the event + occurs.
WesternQuadratureInEclipticLongitudeThe instant when the difference between the object's Apparent + Ecliptic Longitude and the Sun's is 90 degrees and the object is to the + west of the Sun and is visible in the morning sky. This can only occur + for Mars to Neptune.By definition the value 90.
WesternQuadratureInRAThe instant when the difference between the object's Apparent Right + Ascension and the Sun's is 6 hours and the object is to the west of the + Sun and is visible in the morning sky. This can only occur for Mars to + Neptune.By definition the value 6.
WesternQuadratureInAngularDistanceThe instant when the objects's apparent elongation from the Sun is + 90 degrees and the object is to the west of the Sun and is visible in + the morning sky. This can only occur for Mars to Neptune.By definition the value 90.
EasternQuadratureInEclipticLongitudeThe instant when the difference between the object's Apparent + Ecliptic Longitude and the Sun's is 90 degrees and the object is to the + east of the Sun and is visible in the evening sky. This can only occur + for Mars to Neptune.By definition the value 90.
EasternQuadratureInRAThe instant when the difference between the object's Apparent Right + Ascension and the Sun's is 6 hours and the object is to the east of the + Sun and is visible in the evening sky. This can only occur for Mars to + Neptune.By definition the value 6.
EasternQuadratureInAngularDistanceThe instant when the objects's apparent elongation from the Sun is + 90 degrees and the object is to the east of the Sun and is visible in + the evening sky. This can only occur for Mars to Neptune.By definition the value 90.
+

 

+

 

+

CAAPlanetPerihelionAphelion

+

This class provides for the calculation of the time when a planet is in perihelion +or in aphelion. This refers to Chapter 38 in the book.

+

 

+

Functions this class provides include:

+

MercuryK

+

Mercury

+

VenusK

+

Venus

+

EarthK

+

EarthPerihelion

+

EarthAphelion

+

MarsK

+

Mars

+

JupiterK

+

Jupiter

+

SaturnK

+

Saturn

+

UranusK

+

Uranus

+

NeptuneK

+

Neptune

+

 

+

CAAPlanetPerihelionAphelion::MercuryK

+

static double MercuryK(double Year)

+

Return Value

+

Returns the approximate value of K required by +CAAPlanetPerihelionAphelion::Mercury +for calculation of the dates of Perihelion or Aphelion.

+

Parameters

+

Year The Year including decimals to calculate the K value for.

+

Remarks

+

Please note that the return value from this method must be rounded by client code before calling other methods in this class with this K +value. Prior to v2.26 of AA+, +this method would return the K value already rounded. This change was made to +make this method's behavior consistent with all the other methods in the AA+ +framework which return so called "K" values.

+

 

+

CAAPlanetPerihelionAphelion::Mercury

+

static double Mercury(double k)

+

Return Value

+

Returns the date in Dynamical time when the specified Perihelion or Aphelion occurs.

+

Parameters

+

k The K value to calculate the Perihelion or Aphelion for. This K +value must be an integer value for Perihelion or an integer value + 0.5 for +Aphelion. Any other value of K will give meaningless values.

+

 

+

CAAPlanetPerihelionAphelion::VenusK

+

static double VenusK(double Year)

+

Return Value

+

Returns the approximate value of K required by CAAPlanetPerihelionAphelion::Venus +for calculation of the dates of Perihelion or Aphelion.

+

Parameters

+

Year The Year including decimals to calculate the K value for.

+

Remarks

+

Please note that the return value from this method must be rounded by client code before calling other methods in this class with this K +value. Prior to v2.26 of AA+, +this method would return the K value already rounded. This change was made to +make this method's behavior consistent with all the other methods in the AA+ +framework which return so called "K" values.

+

 

+

CAAPlanetPerihelionAphelion::Venus

+

static double Venus(double k)

+

Return Value

+

Returns the date in Dynamical time when the specified Perihelion or Aphelion occurs.

+

Parameters

+

k The K value to calculate the Perihelion or Aphelion for. This K +value must be an integer value for Perihelion or an integer value + 0.5 for +Aphelion. Any other value of K will give meaningless values.

+

 

+

CAAPlanetPerihelionAphelion::EarthK

+

static double EarthK(double Year)

+

Return Value

+

Returns the approximate value of K required by +CAAPlanetPerihelionAphelion::EarthPerihelion +& CAAPlanetPerihelionAphelion::EarthAphehelion +for calculation of the dates of Perihelion or Aphelion.

+

Parameters

+

Year The Year including decimals to calculate the K value for.

+

Remarks

+

Please note that the return value from this method must be rounded by client code before calling other methods in this class with this K +value. Prior to v2.26 of AA+, +this method would return the K value already rounded. This change was made to +make this method's behavior consistent with all the other methods in the AA+ +framework which return so called "K" values.

+

 

+

CAAPlanetPerihelionAphelion::EarthPerihelion

+

static double EarthPerihelion(double k, +bool bBarycentric = false)

+

Return Value

+

Returns the date in Dynamical time when the specified Perihelion occurs.

+

Parameters

+

k The K value to calculate the Perihelion for. This K value must be an +integer value. Any other value of K will give meaningless values.

+

bBarycentric  If true, the calculation is for the barycenter of the +Earth - Moon system, false implies the Earth itself.

+

 

+

CAAPlanetPerihelionAphelion::EarthAphelion

+

static double EarthAphelion(double k, bool bBarycentric += false)

+

Return Value

+

Returns the date in Dynamical time when the specified Aphelion occurs.

+

Parameters

+

k The K value to calculate the Aphelion for. This K value must be an +integer value + 0.5. Any other value of K will give meaningless values.

+

bBarycentric  If true, the calculation is for the barycenter of the +Earth - Moon system, false implies the Earth itself

+

 

+

CAAPlanetPerihelionAphelion::MarsK

+

static double MarsK(double Year)

+

Return Value

+

Returns the approximate value of K required by CAAPlanetPerihelionAphelion::Mars +for calculation of the dates of Perihelion or Aphelion.

+

Parameters

+

Year The Year including decimals to calculate the K value for.

+

Remarks

+

Please note that the return value from this method must be rounded by client code before calling other methods in this class with this K +value. Prior to v2.26 of AA+, +this method would return the K value already rounded. This change was made to +make this method's behavior consistent with all the other methods in the AA+ +framework which return so called "K" values.

+

 

+

CAAPlanetPerihelionAphelion::Mars

+

static double Mars(double k)

+

Return Value

+

Returns the date in Dynamical time when the specified Perihelion or Aphelion occurs.

+

Parameters

+

k The K value to calculate the Perihelion or Aphelion for. This K +value must be an integer value for Perihelion or an integer value + 0.5 for +Aphelion. Any other value of K will give meaningless values.

+

 

+

CAAPlanetPerihelionAphelion::JupiterK

+

static double JupiterK(double Year)

+

Return Value

+

Returns the approximate value of K required by +CAAPlanetPerihelionAphelion::Jupiter +for calculation of the dates of Perihelion or Aphelion.

+

Parameters

+

Year The Year including decimals to calculate the K value for.

+

Remarks

+

Please note that the return value from this method must be rounded by client code before calling other methods in this class with this K +value. Prior to v2.26 of AA+, +this method would return the K value already rounded. This change was made to +make this method's behavior consistent with all the other methods in the AA+ +framework which return so called "K" values.

+

 

+

CAAPlanetPerihelionAphelion::Jupiter

+

static double Jupiter(double k)

+

Return Value

+

Returns the date in Dynamical time when the specified Perihelion or Aphelion occurs. +This K value must be an integer value for Perihelion or an integer value + 0.5 +for Aphelion. Any other value of K will give meaningless values.

+

Parameters

+

k The K value to calculate the Perihelion or Aphelion for. This K +value must be an integer value for Perihelion or an integer value + 0.5 for +Aphelion. Any other value of K will give meaningless values.

+

 

+

CAAPlanetPerihelionAphelion::SaturnK

+

static double SaturnK(double Year)

+

Return Value

+

Returns the approximate value of K required by CAAPlanetPerihelionAphelion::Saturn +for calculation of the dates of Perihelion or Aphelion.

+

Parameters

+

Year The Year including decimals to calculate the K value for.

+

Remarks

+

Please note that the return value from this method must be rounded by client code before calling other methods in this class with this K +value. Prior to v2.26 of AA+, +this method would return the K value already rounded. This change was made to +make this method's behavior consistent with all the other methods in the AA+ +framework which return so called "K" values.

+

 

+

CAAPlanetPerihelionAphelion::Saturn

+

static double Saturn(double k)

+

Return Value

+

Returns the date in Dynamical time when the specified Perihelion or Aphelion occurs.

+

Parameters

+

k The K value to calculate the Perihelion or Aphelion for. This K +value must be an integer value for Perihelion or an integer value + 0.5 for +Aphelion. Any other value of K will give meaningless values.

+

 

+

CAAPlanetPerihelionAphelion::UranusK

+

static double UranusK(double Year)

+

Return Value

+

Returns the approximate value of K required by CAAPlanetPerihelionAphelion::Uranus +for calculation of the dates of Perihelion or Aphelion.

+

Parameters

+

Year The Year including decimals to calculate the K value for.

+

Remarks

+

Please note that the return value from this method must be rounded by client code before calling other methods in this class with this K +value. Prior to v2.26 of AA+, +this method would return the K value already rounded. This change was made to +make this method's behavior consistent with all the other methods in the AA+ +framework which return so called "K" values.

+

 

+

CAAPlanetPerihelionAphelion::Uranus

+

static double Uranus(double k)

+

Return Value

+

Returns the date in Dynamical time when the specified Perihelion or Aphelion occurs.

+

Parameters

+

k The K value to calculate the Perihelion or Aphelion for. This K +value must be an integer value for Perihelion or an integer value + 0.5 for +Aphelion. Any other value of K will give meaningless values.

+

 

+

CAAPlanetPerihelionAphelion::NeptuneK

+

static double NeptuneK(double Year)

+

Return Value

+

Returns the approximate value of K required by +CAAPlanetPerihelionAphelion::Neptune +for calculation of the dates of Perihelion or Aphelion.

+

Parameters

+

Year The Year including decimals to calculate the K value for.

+

Remarks

+

Please note that the return value from this method must be rounded by client code before calling other methods in this class with this K +value. Prior to v2.26 of AA+, +this method would return the K value already rounded. This change was made to +make this method's behavior consistent with all the other methods in the AA+ +framework which return so called "K" values.

+

 

+

CAAPlanetPerihelionAphelion::Neptune

+

static double NeptunePerihelion(double k)

+

Return Value

+

Returns the date in Dynamical time when the specified Perihelion or Aphelion occurs.

+

Parameters

+

k The K value to calculate the Perihelion or Aphelion for. This K +value must be an integer value for Perihelion or an integer value + 0.5 for +Aphelion. Any other value of K will give meaningless values.

+

 

+

 

+

CAAPlanetPerihelionAphelion2

+

This class uses interpolation to calculate the same details as those provided with the existing +CAAPlanetPerihelionAphelion class.

+

 

+

Functions this class provides include:

+

Calculate

+

 

+

CAAPlanetPerihelionAphelion2::Calculate

+

static std::vector<CAAPlanetPerihelionAphelionDetails2> Calculate(double +StartJD, double EndJD, Object object, double +StepInterval = 0.007, bool +bHighPrecision = false)

+

Return Value

+

A standard C++ array containing a class which itself contains:

+

type An enum class instance which represents the type of event +found. This can be Perihelion or Aphelion.

+

JD The date in Dynamical time on which the event occurs.

+

Value this will be the +distance of the object in AU at time JD.

+

Parameters

+

StartJD The Julian Day corresponding to the Dynamical Time for the +date when you want to start the calculation for.

+

EndJD The Julian Day corresponding to the Dynamical Time for the +date when you want to end the calculation for.

+

Object The object type you want to calculate for. This is an enum class of +type Object inside the CAAPlanetPerihelionAphelionDetails2 class and can be MERCURY, +VENUS, EARTH, MARS, JUPITER, SATURN, URANUS, NEPTUNE or PLUTO.

+

StepInterval The step interval in fractions of days to do the +calculation for. The default value of 0.007 corresponds to roughly 10 minutes +which is a reasonable tradeoff between performance and accuracy.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

Notes

+

As mentioned in Meeus's book on page 271, care should be taken for the case +of Neptune. This planet has a slow motion and a small orbital eccentricity. On +the other hand, the Sun is oscillating around the barycenter of the solar +system, mainly due to the actions of Jupiter and Saturn. Consequently, the +distance of Neptune to the Sun (not to the barycenter of the solar system) can +reach a double maximum or minimum. These double values will be reported by this +class as it looks for simple extreme values for the radius vector of the planet. +These additional extreme values have been called apheloid and periheloid by Jean +Meeus in the book.

+

 

+

 

+

CAAPluto

+

This class provides for calculation of the heliocentric position of Pluto. This +refers to Chapter 37 in the book.

+

 

+

Functions this class provides include:

+

EclipticLongitude

+

EclipticLatitude

+

RadiusVector

+

 

+

CAAPluto::EclipticLongitude

+

static double EclipticLongitude(double JD)

+

Return Value

+

the ecliptic longitude in degrees referred to the standard equinox J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAPluto::EclipticLatitude

+

static double EclipticLatitude(double JD)

+

Return Value

+

the ecliptic latitude in degrees referred to the standard equinox J2000.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAPluto::RadiusVector

+

static double RadiusVector(double JD)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAPrecession

+

This class provides for the calculation of the slow drift that the direction +of the rotational axis of the Earth undergoes over time. This refers to Chapter +21 in the book.

+

 

+

Functions this class provides include:

+

PrecessEquatorial

+

PrecessEquatorialFK4

+

PrecessEcliptic

+

EquatorialPMToEcliptic

+

AdjustPositionUsingUniformProperMotion

+

AdjustPositionUsingMotionInSpace

+

 

+

CAAPrecession::PrecessEquatorial

+

static CAA2DCoordinate PrecessEquatorial(double Alpha, +double Delta, double JD0, double +JD)

+

Return Value

+

Returns the precessed equatorial coordinates in a CAA2DCoordinate class. The +x value in the class corresponds to the right ascension as an hour angle and the +y value corresponds to the declination in degrees.

+

Parameters

+

Alpha The right ascension in hours of the object at time JD0.

+

Delta The declination in degrees of the object at time JD0.

+

JD0 The date in Dynamical time corresponding to the initial epoch.

+

JD The date in Dynamical time corresponding to the final epoch.

+

 

+

CAAPrecession::PrecessEquatorialFK4

+

static CAA2DCoordinate PrecessEquatorialFK4(double Alpha, +double Delta, double JD0, double +JD)

+

Return Value

+

Returns the converted equatorial coordinates in a CAA2DCoordinate class. The +x value in the class corresponds to the equatorial right ascension in the FK5 +system as an hour angle +and the y value corresponds to the declination in the FK5 system in degrees.

+

Parameters

+

Alpha The right ascension in hours of the object at time JD in the +FK4 system.

+

Delta The declination in degrees of the object at time JD in the FK4 +system.

+

JD0 The date in Dynamical time corresponding to the initial epoch.

+

JD The date in Dynamical time corresponding to the final epoch.

+

 

+

CAAPrecession::PrecessEcliptic

+

static CAA2DCoordinate PrecessEcliptic(double Lambda, +double Beta, double JD0, double +JD)

+

Return Value

+

Returns the converted ecliptic coordinates in a CAA2DCoordinate class. The x +value in the class corresponds to the ecliptical longitude in degrees and the y +value corresponds to the ecliptical latitude in degrees.

+

Parameters

+

Lambda The ecliptical longitude in degrees.

+

Beta The ecliptical latitude of the star in degrees.

+

JD0 The date in Dynamical time corresponding to the initial epoch.

+

JD The date in Dynamical time corresponding to the final epoch.

+

 

+

CAAPrecession::EquatorialPMToEcliptic

+

static CAA2DCoordinate EquatorialPMToEcliptic(double Alpha, +double Delta, double Beta, double +PMAlpha, double PMDelta, double +Epsilon)

+

Return Value

+

Returns the converted ecliptic proper motions in a CAA2DCoordinate class. The +x value in the class corresponds to the proper motion in ecliptical longitude in +arc seconds per year and the y value corresponds to the proper motion in ecliptical +latitude in arc seconds per year.

+

Parameters

+

Alpha The right ascension expressed as an hour angle.

+

Delta The declination in degrees.

+

Beta The ecliptical latitude of the star in degrees.

+

PMAlpha The proper motion in right ascension in arc seconds per year. +

+

PMDelta The proper motion of the declination in arc seconds per year.

+

Epsilon The obliquity of the ecliptic in degrees.

+

 

+

CAAPrecession::AdjustPositionUsingUniformProperMotion

+

static CAA2DCoordinate AdjustPositionUsingUniformProperMotion(double +t, double Alpha, double Delta, +double PMAlpha, double PMDelta)

+

Return Value

+

Returns the converted equatorial coordinates in a CAA2DCoordinate class. The +x value in the class corresponds to the right ascension expressed as an hour angle +and the y value corresponds to the declination in degrees.

+

Parameters

+

t The number of years from the starting epoch, negative in the past and +positive in the future.

+

Alpha The right ascension expressed as an hour angle.

+

Delta The declination in degrees.

+

PMAlpha The proper motion in right ascension in arc seconds per year. +

+

PMDelta The proper motion in declination in arc seconds per year.

+

 

+

CAAPrecession::AdjustPositionUsingMotionInSpace

+

static CAA2DCoordinate AdjustPositionUsingMotionInSpace(double +r, double deltar, double t, +double Alpha, double Delta, double +PMAlpha, double PMDelta)

+

Return Value

+

Returns the converted equatorial coordinates in a CAA2DCoordinate class. The +x value in the class corresponds to the right ascension expressed as an hour angle +and the y value corresponds to the declination in degrees.

+

Parameters

+

r The stars distance in parsecs.

+

deltar The radial velocity  in km/s.

+

t The number of years from the starting epoch, negative in the past and +positive in the future.

+

Alpha The right ascension expression as an hour angle.

+

Delta The declination in degrees.

+

PMAlpha The proper motion in right ascension in arc seconds per year. +

+

PMDelta The proper motion in declination in arc seconds per year.

+

 

+

 

+

CAARefraction

+

This class provides for conversion between apparent and true altitude above the +horizon. This refers to Chapter 16 in the book.

+

 

+

Functions this class provides include:

+

RefractionFromApparent

+

RefractionFromTrue

+

 

+

CAARefraction::RefractionFromApparent

+

static double RefractionFromApparent(double Altitude, +double Pressure = 1010, double Temperature += 10)

+

Return Value

+

the refraction in degrees.

+

Parameters

+

Altitude The apparent altitude in degrees.

+

Pressure The atmospheric pressure in millibars

+

Temperature The air temperature in degrees Celsius.

+

 

+

CAARefraction::RefractionFromTrue

+

static double RefractionFromTrue(double Altitude, +double Pressure = 1010, double Temperature += 10)

+

Return Value

+

the refraction in degrees.

+

Parameters

+

Altitude The true altitude in degrees.

+

Pressure The atmospheric pressure in millibars

+

Temperature The air temperature in degrees Celsius.

+

 

+

 

+

CAARiseTransitSet +(Deprecated)

+

This class provides for calculation of the time of rise, transit and set of a +celestial body. This refers to Chapter 15 in the book. Please note that this +class is now considered deprecated as of v2.02 of AA+ and may be removed in a +future release of the library. Please use the +CAARiseTransitSet2 class instead.

+

 

+

Functions this class provides include:

+

Calculate

+

 

+

CAARiseTransitSet::Calculate

+

static CAARiseTransitSetDetails Calculate(double JD, double +Alpha1, double Delta1, double Alpha2, +double Delta2, double Alpha3, double Delta3, +double Longitude, double Latitude, double h0)

+

Return Value

+

A class containing

+

bRiseValid true if the object actually rises for the specified date.

+

Rise The time in decimal hours when the object rises

+

bTransitValid true if the object transits for the specified date.

+

bTransitAboveHorizon true if the object transits above the horizon, false +indicates it transits below the horizon.

+

Transit The time in hours when the object transits

+

bSetValid true if the object actually sets for the specified date.

+

Set The time in hours when the object sets

+

Parameters

+

JD The Julian Day corresponding to that midnight Dynamical Time for the +date when you want to perform the calculation.

+

Alpha1 The right ascension in hours of the object at time JD - 1 day

+

Delta1 The declination in degrees of the object at time JD - 1 day

+

Alpha2 The right ascension in hours of the object at time JD

+

Delta2 The declination in degrees of the object at time JD

+

Alpha3 The right ascension in hours of the object at time JD + 1 day

+

Delta3 The declination in degrees of the object at time JD + 1 day

+

Longitude The geographic longitude of the observer in degrees +(Positive west, negative east from Greenwich)

+

Latitude The geographic latitude of the observer in degrees.

+

h0 The "standard" altitude in degrees i.e. the geometric altitude +of the centre of the body at the time of the apparent rising or setting. For stars +and planets, you would normally use -0.5667, for the Sun you would use -0.8333 and +for the moon you would use 0.7275 * PI - 0.5666 where PI is the Moon's horizontal +parallax in degrees (If no great accuracy is required, the mean value of h0 = 0.125 +can be used).

+

Remarks

+

Bear in mind that the times calculated for the phenomena are for the same UTC +date. This means that when you are in a non GMT timezone, the calculated local times +can be for the previous or next day. Please bear this issue in mind if you are generating +an ephemeris of rise, transit and set times for a celestial object for a specific +range of local dates. In this case, you will need to rerun the calculation for the +previous or next UTC date if the calculated local date is not the same as the required +local date.

+

Another wrinkle to how this method operates is that the same event can occur +twice in the same day, even though this method does not provide a method to allow +this to be easily obtained. For example, imagine you are located in the timezone +PDT which is 4 hours behind GMT and you are calculating the times of sunset during +the month of August, when PDT would be in effect. During this period, the length +of the day is gradually reducing and the time of sunrise is getting earlier every +day. Combined with the fact that the calculated time of Sunset for this period is around +20:00 local time or midnight UTC, you get this interesting effect where Sunrise +occurs just around midnight UTC and then again just before midnight the following +day! If you use the following code:

+
+
int main()
+
{
+
  CAADate CalcDate(2009, 8, 8, true);
+
  double JD = CalcDate.Julian();
+
  JD = CalcDate.Julian() + 0.010; //to get the + effect to be demonstrated
+
  for (int + i = 0; i<5; i++)
+
  {
+
    JD += 1.000;
+
    CAAEllipticalPlanetaryDetails SunDetails = CAAElliptical::Calculate(JD + - 1, CAAElliptical::SUN, false);
+
    double Alpha1 = SunDetails.ApparentGeocentricRA;
+
    double Delta1 = SunDetails.ApparentGeocentricDeclination;
+
    SunDetails = CAAElliptical::Calculate(JD, CAAElliptical::SUN, + false);
+
    double Alpha2 = SunDetails.ApparentGeocentricRA;
+
    double Delta2 = SunDetails.ApparentGeocentricDeclination;
+
    SunDetails = CAAElliptical::Calculate(JD + 1, CAAElliptical::SUN, + false);
+
    double Alpha3 = SunDetails.ApparentGeocentricRA;
+
    double Delta3 = SunDetails.ApparentGeocentricDeclination;
+
    CAARiseTransitSetDetails RiseTransitSetTime = CAARiseTransitSet::Calculate(JD, + Alpha1, Delta1, Alpha2, Delta2, Alpha3, Delta3, 74.73057, 39.275787, -0.8333);
+
    double rtsJD = (JD + (RiseTransitSetTime.Set + / 24.00));
+
    double lclJD = rtsJD - (4.00/24.00); + //Adjust for EDT -4 Hours
+
    CAADate SetDate(rtsJD,true);
+
    long setDay;
+
    long setMonth;
+
    long setYear;
+
    long setHours;
+
    long setMinuts;
+
    double setSec;
+
    SetDate.Get(setYear,setMonth, setDay, setHours, setMinuts, + setSec);
+
    printf("Sunset for %d/%d/%d + UTC occurs at %02d:%02d:%02d\n", static_cast<int>(setYear), static_cast<int>(setMonth), static_cast<int>(setDay), static_cast<int>(setHours), static_cast<int>(setMinuts), static_cast<int>(setSec));
+
    CAADate SetLclDate(lclJD, true);
+
    long setlclDay;
+
    long setlclMonth;
+
    long setlclYear;
+
    long setlclHours;
+
    long setlclMinuts;
+
    double setlclSec;
+
    SetLclDate.Get(setlclYear,setlclMonth, setlclDay, setlclHours, + setlclMinuts, setlclSec);
+
    printf("Sunset for %d/%d/%d + PDT occurs at %02d:%02d:%02d\n\n", static_cast<int>(setlclYear), static_cast<int>(setlclMonth), static_cast<int>(setlclDay), + static_cast<int>(setlclHours), static_cast<int>(setlclMinuts), static_cast<int>(setlclSec));
+
  }
+
  return 0;
+
}
+
+

You will observe the following output, which demonstrates this effect:

+
+
Sunset for 2009/8/10 UTC occurs at 00:01:40
Sunset for 2009/8/9 PDT + occurs at 20:01:40

Sunset for 2009/8/11 UTC occurs at 00:00:26
+ Sunset for 2009/8/10 PDT occurs at 20:00:26

Sunset for 2009/8/11 UTC occurs at 23:59:11
+ Sunset for 2009/8/11 PDT occurs at 19:59:11

Sunset for 2009/8/12 UTC + occurs at 23:57:55
Sunset for 2009/8/12 PDT occurs at 19:57:55

+ Sunset for 2009/8/13 UTC occurs at 23:56:38
Sunset for 2009/8/13 PDT + occurs at 19:56:38
+
+

Your client code which uses this method will need to handle this situation itself.

+

 

+

 

+

CAARiseTransitSet2

+

This class provides for revised algorithms to address +issues with the existing CAARiseTransitSet +class which as of v2.02 is now considered deprecated. This class and its methods are +designed as an improvement on the CAARiseTransiteSet class algorithms as provided by +in the book. In +Q3 2019, some users of AA+ reported that if you used the existing class with a +location of either the North or South Poles, that it would fail to find the +single sun rise and set times during a whole year. +At the poles of course there is just one sun rise and one sun set per year. Each +of these events occur quite close to the Equinoxes. Following a private email conversation with Jean Meeus, he confirmed that the +CAARiseTransitSet algorithms as presented in the book fail under certain +circumstances. In fact the issues which have been reported with this class over +the years are almost all a result of the deficiencies of Meeus's algorithms for calculating rise / transit and set. This class is a ground up rewrite +with a new step based interpolation algorithm. They will work for any Dynamical Time date range and as such will handle +the issue of looking for events when referred to a local time zone day range. It +will also detect all types of events during the requested search interval. It +will also return northern transits in addition to southern transits and can +return multiple occurrences of the same type of event in a 24 hour interval. The +code has also been extensively tested for various locations such as the North +Pole, South Pole etc. and spot checked against other sources. This class will +also return the altitude of transit events and the bearing / azimuth at which +rise and set events occur.

+

 

+

Functions this class provides include:

+

Calculate

+

CalculateMoon

+

CalculateStationary

+

 

+

CAARiseTransitSet2::Calculate

+

static std::vector<CAARiseTransitSetDetails2> Calculate(double +StartJD, double EndJD, +Object object, double Longitude, +double Latitude, double h0, +double +StepInterval = 0.007, bool +bHighPrecision = false)

+

Return Value

+

A standard C++ array containing a class which itself contains:

+

type An enum class instance which represents the type of event +found. This can be Rise, Set, SouthernTransit, NorthernTransit, +CivilDusk, NauticalDusk, AstronomicalDusk, +AstronomicalDawn, NauticalDawn or CivilDawn.

+

JD The date in Dynamical time on which the event occurs.

+

Bearing Valid only for Rise, Set or Twilight events, this will be the +azimuth location of the event in degrees west of south.

+

GeometricAltitude Valid only for SourthernTransit or NorthernTransit +events, this will be the geometric altitude in degrees of the center of the +object not including correction for refraction for the event.

+

bAboveHorizon Valid only for SourthernTransit or NorthernTransit +events, this will be true if the transit is visible i.e. the apparent altitude +of the top of the object (including the standard "altitude" refraction +correction) is above the horizon.

+

Parameters

+

StartJD The Julian Day corresponding to the Dynamical Time for the +date when you want to start the calculation for.

+

EndJD The Julian Day corresponding to the Dynamical Time for the +date when you want to end the calculation for.

+

Object The object type you want to calculate for. This is an enum class of +type Object inside the CAARiseTransitSet2 class and can be SUN, MOON, MERCURY, +VENUS, MARS, JUPITER, SATURN, URANUS, or NEPTUNE.

+

Longitude The geographic longitude of the observer in degrees +(Positive west, negative east from Greenwich).

+

Latitude The geographic latitude of the observer in degrees.

+

h0 The "standard" altitude in degrees i.e. the geometric altitude +of the center of the body at the time of the apparent rising or setting. For stars +and planets, you would normally use -0.5667, for the Sun you would use -0.8333 and +for the Moon you would use -0.825. The value to use for the Moon should be -0.825 and not +0.125 as described in Meeus's book. This is because this method already applies +parallax corrections for the Moon when converting the geocentric position of the +Moon to topocentric coordinates. If you would like to take atmospheric pressure +& temperature into +account for the amount of refraction to use for this parameter, you can use the +CAARefraction class to calculate a custom value. If +you would like to take the altitude of the observer into account for calculating +Sun rise and Sun sets (such as an observer flying in a plane), then you could use the +formulae: double H0 = -0.8333 - +CAACoordinateTransformation::RadiansToDegrees(acos(6371008 / (6371008 + +Height))) where Height is the altitude above sea-level in meters (assuming you +also do not want to account for variable temperature and pressure). For the moon +you could use: double H0 = -0.825 - +CAACoordinateTransformation::RadiansToDegrees(acos(6371008 / (6371008 + +Height))).

+

StepInterval The step interval in fractions of days to do the +calculation for. The default value of 0.007 corresponds to roughly 10 minutes +which is a reasonable tradeoff between performance and accuracy for calculating +rise / transit and set times.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book. This parameter is not used if +you specify Moon for the "object" parameter. This parameter is only used when +calculating events for the Sun or planets. This method always uses the truncated +Meeus ELP2000 theory when calculating events for the Moon. If you would +like to specify the theory used to calculate the position of the Moon to find +events, you can use the +CalculateMoon method.

+

Remarks

+

Set is defined when the apparent top edge of the object is exacly on the +horizon and the altitude of the object is decreasing.

+

Rise is defined when the apparent top edge of the object is exacly on the +horizon and the altitude of the object is increasing.

+

Civil Dusk is defined when the geometric center of the Sun is 6 degress below +the horizon and the altitude of the Sun is decreasing (i.e. in the local evening +time after the Sun has set).

+

Nautical Dusk is defined when the geometric center of the Sun is 12 degress +below the horizon and the altitude of the Sun is decreasing (i.e. in the local +evening time after the Sun has set).

+

Astronomical Dusk is defined when the geometric center of the Sun is 18 +degress below the horizon and the altitude of the Sun is decreasing (i.e. in the +local evening time after the Sun has set).

+

Civil Dawn is defined when the geometric center of the Sun is 6 degress below +the horizon and the altitude of the Sun is increasing (i.e. in the local morning +time before the Sun has risen).

+

Nautical Dawn is defined when the geometric center of the Sun is 12 degress +below the horizon and the altitude of the Sun is increasing (i.e. in the local morning +time before the Sun has risen).

+

Astronomical Dawn is defined when the geometric center of the Sun is 18 +degress below the horizon and the altitude of the Sun is increasing (i.e. in the +local morning time before the Sun has risen).

+

Please note that this method calculates the times of dusk and dawn for an +observer at sea level and does not take atmospheric refraction or +altitude of the observer into account. This is unlike the calculation of rise +and set which does take this into account due to the presence and usage of the h0 +parameter.

+

 

+

CAARiseTransitSet2::CalculateMoon

+

static std::vector<CAARiseTransitSetDetails2> CalculateMoon(double +StartJD, double EndJD, double +Longitude, double Latitude, double +RefractionAtHorizon += -0.5667, double StepInterval += 0.007, MoonAlgorithm +algorithm = MoonAlgorithm::MeeusTruncated)

+

Return Value

+

A standard C++ array containing a class which itself contains:

+

type An enum class instance which represents the type of event +found. This can be Rise, Set, SouthernTransit or NorthernTransit.

+

JD The date in Dynamical time on which the event occurs.

+

Bearing Valid only for Rise or Set events, this will be the +azimuth location of the event in degrees west of south.

+

GeometricAltitude Valid only for SourthernTransit or NorthernTransit +events, this will be the geometric altitude in degrees of the center of the Moon +not including correction for refraction for the event.

+

bAboveHorizon Valid only for SourthernTransit or NorthernTransit +events, this will be true if the transit is visible i.e. the apparent altitude +of the top of the Moon (including the standard "altitude" refraction correction) +is above the horizon.

+

Parameters

+

StartJD The Julian Day corresponding to the Dynamical Time for the +date when you want to start the calculation for.

+

EndJD The Julian Day corresponding to the Dynamical Time for the +date when you want to end the calculation for.

+

Longitude The geographic longitude of the observer in degrees +(Positive west, negative east from Greenwich).

+

Latitude The geographic latitude of the observer in degrees.

+

RefractionAtHorizon The amount of refraction in degrees to use at +the horizon. The default value of -0.5667 corresponds to the standard "altitude" +value for a star as used in the Calculate method. If you would like to take atmospheric pressure +& temperature into +account for the amount of refraction to use for this parameter, you can use the +CAARefraction class to calculate a custom value. If +you would like to take the altitude of the observer into account for calculating +Moon rise and Moon sets (such as an observer flying in a plane), then you could use the +formulae: double RefractionAtHorizon = -0.5667 - +CAACoordinateTransformation::RadiansToDegrees(acos(6371008 / (6371008 + +Height))) where Height is the altitude above sea-level in meters (assuming you +also do not want to account for variable temperature and pressure).

+

StepInterval The step interval in fractions of days to do the +calculation for. The default value of 0.007 corresponds to roughly 10 minutes +which is a reasonable tradeoff between performance and accuracy for calculating +rise / transit and set times.

+

Algorithm An enum class representing the algorithm to use for the calculation. Can be +MeeusTruncated which represents the truncated ELP2000 algorithm presented in the +book, ELP2000 which uses the full ELP2000 algorithm, ELPMPP02Nominal which uses +the ELPMPP02 Nominal fit, ELPMPP02LLR which uses the ELPMPP02 Lunar Laser +Ranging fit, ELPMPP02DE405 which uses the ELPMPP02 DE405 fit and ELPMPP02DE406 +which uses the ELPMPP02 DE406 fit.

+

Remarks

+

This version of the algorithm provides a higher precision method to calculate the +rise / transit and set times of the Moon compared to the +Calculate method. This is necessary because the "standard" altitude +value for the Moon is not constant and depends significantly on the Moon's +distance / parallax as well as the "RefractionAtHorizon" parameter. Internally this method +calculates the apparent topocentric semidiameter of the moon in degrees and +subtracts that value from the RefractionAtHorizon parameter to arrive at the "standard" +altitude used to calculate events. In addition this method allows you to specify +the theory to use to calculate the position of the Moon.

+

 

+

CAARiseTransitSet2::CalculateStationary

+

static std::vector<CAARiseTransitSetDetails2> CalculateMoon(double +StartJD, double EndJD, double +Alpha, double Delta, double +Longitude, double Latitude, double +h0 = -0.5667, double +StepInterval = 0.007)

+

Return Value

+

A standard C++ array containing a class which itself contains:

+

type An enum class instance which represents the type of event +found. This can be Rise, Set, SouthernTransit or NorthernTransit.

+

JD The date in Dynamical time on which the event occurs.

+

Bearing Valid only for Rise or Set events, this will be the +azimuth location of the event in degrees west of south.

+

GeometricAltitude Valid only for SourthernTransit or NorthernTransit +events, this will be the geometric altitude in degrees of the center of the +object not including correction for refraction for the event.

+

bAboveHorizon Valid only for SourthernTransit or NorthernTransit +events, this will be true if the transit is visible i.e. the apparent altitude +of the top of the object (including the standard "altitude" refraction +correction) is above the horizon.

+

Parameters

+

StartJD The Julian Day corresponding to the Dynamical Time for the +date when you want to start the calculation for.

+

EndJD The Julian Day corresponding to the Dynamical Time for the +date when you want to end the calculation for.

+

Alpha The right ascension of the object expressed as decimal hours.

+

Delta The declination of the object in degrees.

+

Longitude The geographic longitude of the observer in degrees +(Positive west, negative east from Greenwich).

+

Latitude The geographic latitude of the observer in degrees.

+

h0 The "standard" altitude in degrees i.e. the geometric altitude +of the center of the body at the time of the apparent rising or setting. This +defaults to -0.5667 which is appropriate for a star. If you would like to take atmospheric pressure +& temperature into +account for the amount of refraction to use for this parameter, you can use the +CAARefraction class to calculate a custom value. If +you would like to take the altitude of the observer into account for calculating +rise and sets (such as an observer flying in a plane), then you could use the +formulae: double h0 = -0.5667 - +CAACoordinateTransformation::RadiansToDegrees(acos(6371008 / (6371008 + +Height))) where Height is the altitude above sea-level in meters (assuming you +also do not want to account for variable temperature and pressure).

+

StepInterval The step interval in fractions of days to do the +calculation for. The default value of 0.007 corresponds to roughly 10 minutes +which is a reasonable tradeoff between performance and accuracy for calculating +rise / transit and set times.

+

Remarks

+

This version of the algorithm allows you to calculate the rise / transit and +set times of an object which is stationary in the sky with fixed Right Ascension +and Declination e.g. a star.

+

 

+

 

+

CAASaturn

+

This class provides for calculation of the heliocentric position of Saturn. This +refers to Chapter 32 in the book.

+

 

+

Functions this class provides include:

+

EclipticLongitude

+

EclipticLatitude

+

RadiusVector

+

 

+

CAASaturn::EclipticLongitude

+

static double EclipticLongitude(double JD, +bool bHighPrecision)

+

Return Value

+

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAASaturn::EclipticLatitude

+

static double EclipticLatitude(double JD, +bool bHighPrecision)

+

Return Value

+

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAASaturn::RadiusVector

+

static double RadiusVector(double JD, +bool bHighPrecision)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

 

+

CAASaturnMoons

+

This class provides for calculation of positions of the principle moons of Saturn. +This refers to Chapter 46 in the book.

+

 

+

Functions this class provides include:

+

Calculate

+

 

+

CAASaturnMoons::Calculate

+

static CAASaturnMoonsDetails Calculate(double JD, +bool bHighPrecision)

+

Return Value

+

A class which itself contains a class for each moon. This contained class itself +contains

+

TrueRectangularCoordinates The true 3D rectangular coordinates of the +moon.

+

ApparentRectangularCoordinates The apparent 3D rectangular coordinates +of the moon.

+

bInTransit A Boolean which if true means that the moon is in front of +Saturn as viewed from the Earth otherwise false.

+

bInOccultation A Boolean which if true means that the moon is behind Saturn +as viewed from the Earth otherwise false.

+

bInEclipse A Boolean which if true means that the moon is behind Saturn +as viewed from the Sun otherwise false.

+

bInShadowTransit A Boolean which if true means that the moon is in front +of Saturn as viewed from the Earth otherwise false.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

 

+

CAASaturnRings

+

This class provides for calculation of various parameters related to the Rings +of Saturn. This refers to Chapter 45 in the book.

+

 

+

Functions this class provides include:

+

Calculate

+

 

+

CAASaturnRings::Calculate

+

static CAASaturnRingDetails Calculate(double JD, +bool bHighPrecision)

+

Return Value

+

A class containing

+

B The Saturnicentric latitude in degrees of the Earth referred to the +plane of the ring.

+

Bdash The Saturnicentric latitude in degrees of the Sun referred to the +plane of the ring.

+

P The geocentric position angle of the Northern semi minor axis of the +apparent ellipse of the ring.

+

a The major axis of the outer edge of the outer ring in arc seconds.

+

b The minor axis of the outer edge of the outer ring in arc seconds.

+

DeltaU The difference in degrees between the Saturnicentric longitudes +of the Sun and the Earth, measured in the plane of the ring. This quantity is required +for the calculation of Saturn's magnitude.

+

U1 The Saturnicentric longitude of the Sun in degrees.

+

U2 The Saturnicentic longitude of the Earth in degrees.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

 

+

CAASidereal

+

This class provides for the calculation of sidereal time. This refers to Chapter +12 in the book.

+

 

+

Functions this class provides include:

+

MeanGreenwichSiderealTime

+

ApparentGreenwichSiderealTime

+

 

+

CAASidereal::MeanGreenwichSiderealTime

+

static double MeanGreenwichSiderealTime(double JD)

+

Return Value

+

The Mean Greenwich Sidereal Time, that is, the Greenwich hour angle of the mean +vernal point (the intersection of the ecliptic of the date with the mean equator +of the date), expressed in hours.

+

Parameters

+

JD The Julian Day in Universal time to calculate for.

+

 

+

CAASidereal::ApparentGreenwichSiderealTime

+

static double ApparentGreenwichSiderealTime(double JD)

+

Return Value

+

The Apparent Greenwich Sidereal Time, that is, the Greenwich hour angle of the +true vernal equinox, expressed in hours.

+

Parameters

+

JD The Julian Day in Universal time to calculate for.

+

 

+

 

+

CAAStellarMagnitudes

+

This class provides for calculation of the combined magnitude of two stars. This +refers to Chapter 56 in the book.

+

 

+

Functions this class provides include:

+

CombinedMagnitude

+

CombinedMagnitude

+

BrightnessRatio

+

MagnitudeDifference

+

 

+

CAAStellarMagnitudes::CombinedMagnitude

+

static double CombinedMagnitude(double m1, double +m2)

+

Return Value

+

the combined magnitude of two stars.

+

Parameters

+

m1 The magnitude of the first star.

+

m2  The magnitude of the second star.

+

 

+

CAAStellarMagnitudes::CombinedMagnitude

+

static double CombinedMagnitude(int Magnitudes, +const double* pMagnitudes)

+

Return Value

+

the combined magnitude of more that two stars.

+

Parameters

+

Magnitudes The number of magnitudes to combine from "pMagnitudes".

+

magnitudes  The sum of all the star magnitudes.

+

 

+

CAAStellarMagnitudes::BrightnessRatio

+

static double BrightnessRatio(double m1, double +m2);

+

Return Value

+

the ratio of the apparent luminosities of the two stars.

+

Parameters

+

m1 The magnitude of the first star.

+

m2  The magnitude of the second star.

+

 

+

CAAStellarMagnitudes::MagnitudeDifference

+

static double MagnitudeDifference(double brightnessRatio)

+

Return Value

+

the difference in magnitude between the stars.

+

Parameters

+

brightnessRatio The ratio of the apparent luminosities of the two stars.

+

 

+

 

+

CAASun

+

This class provides for calculation of the geocentric position of the Sun. This +refers to Chapter 25 & 26 in the book.

+

 

+

Functions this class provides include:

+

GeometricEclipticLongitude

+

GeometricEclipticLatitude

+

GeometricFK5EclipticLongitude

+

GeometricFK5EclipticLatitude

+

ApparentEclipticLongitude

+

ApparentEclipticLatitude

+

EquatorialRectangularCoordinatesMeanEquinox

+

EclipticRectangularCoordinatesJ2000

+

EquatorialRectangularCoordinatesJ2000

+

EquatorialRectangularCoordinatesB1950

+

EquatorialRectangularCoordinatesAnyEquinox

+

+VariationGeometricEclipticLongitude

+

 

+

CAASun::GeometricEclipticLongitude

+

static double GeometricEclipticLongitude(double JD, +bool bHighPrecision)

+

Return Value

+

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAASun::GeometricEclipticLatitude

+

static double GeometricEclipticLatitude(double JD, + bool bHighPrecision)

+

Return Value

+

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAASun::GeometricFK5EclipticLongitude

+

static double GeometricFK5EclipticLongitude(double JD, +bool bHighPrecision)

+

Return Value

+

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the FK5 theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAASun::GeometricFK5EclipticLatitude

+

static double GeometricFK5EclipticLatitude(double JD, +bool bHighPrecision)

+

Return Value

+

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the FK5 theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAASun::ApparentEclipticLongitude

+

static double ApparentEclipticLongitude(double JD, + bool bHighPrecision)

+

Return Value

+

the apparent ecliptic longitude in degrees referred to the mean dynamical ecliptic +and equinox of the date defined in theFK5 theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAASun::ApparentEclipticLatitude

+

static double ApparentEclipticLatitude(double JD, +bool bHighPrecision)

+

Return Value

+

the apparent ecliptic latitude in degrees referred to the mean dynamical ecliptic +and equinox of the date defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAASun::EquatorialRectangularCoordinatesMeanEquinox

+

static CAA3DCoordinate EquatorialRectangularCoordinatesMeanEquinox(double +JD, bool bHighPrecision)

+

Return Value

+

A class containing the equatorial 3D rectangular coordinates in astronomical +units referred to the mean dynamical ecliptic and equinox of the date defined in +the FK5 theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAASun::EclipticRectangularCoordinatesJ2000

+

static CAA3DCoordinate EclipticRectangularCoordinatesJ2000(double +JD, bool bHighPrecision)

+

Return Value

+

A class containing the ecliptic 3D rectangular coordinates in astronomical units +referred to the J2000 equinox defined in the FK5 theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAASun::EquatorialRectangularCoordinatesJ2000

+

static CAA3DCoordinate EquatorialRectangularCoordinatesJ2000(double +JD, bool bHighPrecision)

+

Return Value

+

A class containing the equatorial 3D rectangular coordinates in astronomical +units referred to the J2000 equinox defined in the FK5 theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAASun::EquatorialRectangularCoordinatesB1950

+

static CAA3DCoordinate EquatorialRectangularCoordinatesJ2000(double +JD, bool bHighPrecision)

+

Return Value

+

A class containing the equatorial 3D rectangular coordinates in astronomical +units referred to the B1950 equinox defined in the FK5 theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAASun::EquatorialRectangularCoordinatesAnyEquinox

+

static CAA3DCoordinate EquatorialRectangularCoordinatesAnyEquinox(double +JD, double JDEquinox)

+

Return Value

+

A class containing the equatorial 3D rectangular coordinates in astronomical +units referred to the specified equinox defined in the FK5 theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

JDEquinox The date in Dynamical time specifying the equinox to use.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAASun::VariationGeometricEclipticLongitude

+

static double VariationGeometricEclipticLongitude(double +JD)

+

Return Value

+

The variation in ecliptic longitude in arcseconds per day of the Sun due to +aberation.

+

Parameters

+

JD The date in Dynamical time to calculate for. The value returned +by this method is used to convert the geometric ecliptic longitude of the Sun to +the apparent longitude. This refers to equation on page 168.

+

 

+

 

+

CAAUranus

+

This class provides for calculation of the heliocentric position of Uranus. This +refers to Chapter 32 in the book.

+

 

+

Functions this class provides include:

+

EclipticLongitude

+

EclipticLatitude

+

RadiusVector

+

 

+

CAAUranus::EclipticLongitude

+

static double EclipticLongitude(double JD, +bool bHighPrecision)

+

Return Value

+

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAUranus::EclipticLatitude

+

static double EclipticLatitude(double JD, +bool +bHighPrecision)

+

Return Value

+

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAUranus::RadiusVector

+

static double RadiusVector(double JD, +bool +bHighPrecision)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

 

+

CAAVenus

+

This class provides for calculation of the heliocentric position of Venus. This +refers to Chapter 32 in the book.

+

 

+

Functions this class provides include:

+

EclipticLongitude

+

EclipticLatitude

+

RadiusVector

+

 

+

CAAVenus::EclipticLongitude

+

static double EclipticLongitude(double JD, +bool bHighPrecision)

+

Return Value

+

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAVenus::EclipticLatitude

+

static double EclipticLatitude(double JD, +bool bHighPrecision)

+

Return Value

+

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and +equinox of the date defined in the VSOP theory.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

CAAVenus::RadiusVector

+

static double RadiusVector(double JD, +bool bHighPrecision)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

bHighPrecision If true then use the full VSOP87 theory instead of +the truncated version as provided in Meeus's book.

+

 

+

 

+

CAAVSOP2013

+

This class provides for calculation of the heliocentric elliptical orbital +elements and the heliocentric ecliptical and equatorial position and velocity of Mercury, Venus, the Earth-Moon Barycenter, +Mars, Jupiter, Saturn, Uranus, Neptune and the dwarf planet Pluto for the +equinox and ecliptic of J2000.0. Please refer to + +ftp.imcce.fr/pub/ephem/planets/vsop2013/ for further details. Please note +that unlike VSOP87, it does not provide for calculation of the Earth ifself and +only the Earth-Moon Barycenter and as such cannot be integrated directly into +other AA+ code which calculates the position of a specific planet from a +specific location on Earth. Instead this class could be used for implementing 3D +simulations of our solar system as a whole.

+

 

+

Functions this class provides include:

+

SetBinaryFilesDirectory

+

GetBinaryFilesDirectory

+

Calculate

+

CalculateOrbit

+

CalculateMeanMotion

+

OrbitToElements

+

Ecliptic2Equatorial

+

 

+

CAAVSOP2013::SetBinaryFilesDirectory

+

void SetBinaryFilesDirectory(const std::filesystem::path::value_type* +pszBinaryFilesDirectory)

+

Parameters

+

pszBinaryFilesDirectory The file system directory where the VSOP2013 +binary files are located specified as a C style string pointer.

+

Remarks

+

Because the lookup tables for the VSOP2013 theory are so large, the tables are +stored as binary files on the file system and read in as needed by the +CAAVSOP2013 class. +This is necessary as it was not possible to directly implement these lookup tables in the +AAVSOP2013 cpp module without any modern C++ compiler choking trying to compile +a massive cpp module. These binary files are written out by the +CAAVSOP2013ElementsFile and CAAVSOP2013EphemeridesFile helper classes also +included in the AAVSOP2013 cpp/h modules. The files generated by these two +classes are stored in big endian format irrespective of the +endian-ness of the machine on which they were generated. This makes these binary +files deployable to any machine architecture. The VSOP2013 ephemerides binary +files are "VSOP2013.M4000.bin", "VSOP2013.M2000.bin", "VSOP2013.M1000.bin", +"VSOP2013.P1000.bin", "VSOP2013.P2000.bin" and "VSOP2013.P4000.bin". Each of +these files are 128 MB (or 134,236,605 bytes) in size. These contain the same +data as the original 391 MB (or 410,654,243 bytes) text ephemerides files in the +VSOP2013 theory. The CAAVSOP2013EphemeridesFile class provides methods to read +the original VSOP2013 text ephemerides files and write the binary ephemerides +files used by CAAVSOP2013. These ephemerides binary files will need to be +shipped with your application if you are using +CAAVSOP2013::Calculate. The VSOP2013 elements binary files are "VSOP2013p1.bin", +"VSOP2013p2.bin", "VSOP2013p3.bin", "VSOP2013p4.bin", "VSOP2013p5.bin", +"VSOP2013p6.bin", "VSOP2013p7.bin", "VSOP2013p8.bin" +and "VSOP2013p9.bin". These +files range in size from 9MB for Pluto up to 28 MB for Saturn. The +CAAVSOP2013ElementsFile class provides methods to read the original VSOP2013 +text elements files and write the binary elements files used by CAAVSOP2013. +These elements binary files will need to be shipped with your application if you +are using CAAVSOP2013::CalculateOrbit. +Please note that the binary files used by CAAVSOP2013 are not the same layout as +the binary files mentioned in the VSOP2013 theory itself. The default location +for the binary files directory is "." or the current working directory for the +current process. For further +information about these two classes and / or to generate these binary files, +please see the sample code in AATest.cpp and the implementation of these two +classes in AAVSOP2013.cpp.

+

 

+

CAAVSOP2013::GetBinaryFilesDirectory

+

const std::filesystem::path::value_type* GetBinaryFilesDirectory() const

+

Return Value

+

the current directory where the VSOP2013 binary files are being read from by +this class instance specified as a const C style string pointer.

+

Remarks

+

This is the corollary method +to CAAVSOP2013::SetBinaryFilesDirectory.

+

 

+

CAAVSOP2013::Calculate

+

static CAAVSOP2013Position Calculate(Planet planet, double +JD)

+

Return Value

+

A class containing

+

X The heliocentric ecliptical X rectangular coordinate of the object +in astronomical units.

+

Y The heliocentric ecliptical Y rectangular coordinate of the object +in astronomical units.

+

Z The heliocentric ecliptical Z rectangular coordinate of the object +in astronomical units.

+

X_DASH The heliocentric ecliptical X velocity of the object in +astronomical units per day.

+

Y_DASH The heliocentric ecliptical Y velocity of the object in +astronomical units per day.

+

Z_DASH The heliocentric ecliptical Z velocity of the object in +astronomical units per day.

+

Parameters

+

planet An enum specifying which object the calculation +is to be carried out for.

+

JD The date in Dynamical time to calculate for.

+

Remarks

+

Please note that this method will load the VSOP2013 ephemerides binary files +on an as needed basis depending on the planet and time of the required +calculation. Internally this class will cache these tables to speed up +subsequent calculations in a protected member variable called "m_EphemerideFiles". The +loading code for these binary files has been carefully optimized to ensure that +on modern file systems this just in time loading of these tables should not take +any more than a second. If the JD value is outside of the allowable range for +the VSOP2013 theory or an invalid "planet" parameter value is specified, then a CAAVSOP2013Exception will be thrown by this method. +Also if an error occurs while loading a VSOP2013 binary file then a +CAAVSOP2013Exception will be thrown by this method.

+

 

+

CAAVSOP2013::CalculateOrbit

+

CAAVSOP2013Orbit CalculateOrbit(Planet planet, double +JD)

+

Return Value

+

A class containing

+

a The semi-major axis or the orbit in astronomical units.

+

lambda The mean longitude of the orbit in radians.

+

k The K term as defined for the elliptic elements in the VSOP2013 +theory. This is defined as k = e cos w where w is the perihelion longitude.

+

h The h term as defined for the elliptic elements in the VSOP2013 +theory. This is defined as h = e sin w where w is the perihelion longitude.

+

q The q term as defined for the elliptic elements in the VSOP2013 +theory. This is defined as q = sin(i/2) cos omega where i is the inclination and +omega is the longitude of the ascending node.

+

p The p term as defined for the elliptic elements in the VSOP2013 +theory. This is defined as q = sin(i/2) sin omega where i is the inclination and +omega is the longitude of the ascending node.

+

Parameters

+

planet An enum specifying which object the calculation +is to be carried out for.

+

JD The date in Dynamical time to calculate for.

+

Remarks

+

This method allows you to calculate the elliptical elements of the orbit of +an object as defined in the VSOP2013 theory. As with the Calculate method, this +method will load the VSOP2013 elements binary files on an as needed basis +depending on the planet of the required calculation. Internally this class will +cache these tables to speed up subsequent calculations in a protected member +variable called "m_ElementsFiles". The loading code for these binary files has been +carefully optimized to ensure that on modern file systems this just in time +loading of these tables should not take any more than a second. If an invalid +"planet" parameter value is specified, then a CAAVSOP2013Exception will be +thrown by this method. Also if an error +occurs while loading a VSOP2013 binary file then a CAAVSOP2013Exception +will be thrown by this method.

+

 

+

CAAVSOP2013::CalculateMeanMotion

+

static double CalculateMeanMotion(Planet planet, double +a)

+

Return Value

+

the mean motion of the specified planet in radians per day.

+

Parameters

+

planet An enum specifying which object the calculation +is to be carried out for.

+

a The semi-major axis of the orbit in astronomical units.

+

Remarks

+

This method is used internally by the +CAAVSOP2013::OrbitToElements method.

+

 

+

CAAVSOP2013::OrbitToElements

+

static CAAEllipticalObjectElements OrbitToElements(double JD, Planet planet, +const CAAVSOP2013Orbit& +orbit)

+

Return Value

+

A class containing the elliptical elements of the orbit in an AA+ +CAAEllipticalObjectElements class instance.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

planet An enum specifying which object the calculation +is to be carried out for.

+

orbit A CAAVSOP2013Orbit instance as returned from +CAAVSOP2013::CalculateOrbit.

+

Remarks

+

This method allows you to convert an orbit as defined in the VSOP2013 theory +to a structure used by the AA+ class framework and the +CAAEliptical class.

+

 

+

CAAVSOP2013::Ecliptical2Equatorial

+

static CAAVSOP2013Position Ecliptical2Equatorial(const +CAAVSOP2013Position& value)

+

Return Value

+

Returns the rectangular equatorial coordinates in a CAAVSOP2013Position class containing:

+

X The heliocentric equatorial X rectangular coordinate of the object +in astronomical units.

+

Y The heliocentric equatorial Y rectangular coordinate of the object +in astronomical units.

+

Z The heliocentric equatorial Z rectangular coordinate of the object +in astronomical units.

+

X_DASH The equatorial X velocity of the object in +astronomical units per day.

+

Y_DASH The equatorial Y velocity of the object in +astronomical units per day.

+

Z_DASH The equatorial Z velocity of the object in +astronomical units per day.

+

Parameters

+

value The ecliptic position and velocity as return from +CAAVSOP2013::Calculate.

+

Remarks

+

This method allows you to convert the ecliptical rectangular coordinates as +returned from the CAAVSOP2013::Calculate method to equatorial rectangular coordinates.

+

 

+

 

+

CAAVSOP87_EMB

+

This class provides for calculation of the heliocentric ecliptical orbital +elements of the Earth-Moon Barycenter for the equinox and ecliptic of J2000.0. Please refer to + +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

A

+

L

+

K

+

H

+

Q

+

P

+

 

+

CAAVSOP87_EMB::A

+

static double A(double JD)

+

Return Value

+

the semi-major axis in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_EMB::L

+

static double L(double JD)

+

Return Value

+

the mean longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_EMB::K

+

static double K(double JD)

+

Return Value

+

the K value as defined in VSOP87 i.e. k = e cos(p) where p is the perihelion +longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_EMB::H

+

static double H(double JD)

+

Return Value

+

the H value as defined in VSOP87 i.e. h = e sin(p) where p is the perihelion +longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_EMB::Q

+

static double Q(double JD)

+

Return Value

+

the Q value as defined in VSOP87 i.e. q = sin(g) cos(G) where g is the +semi-inclination and G is the ascending node longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_EMB::P

+

static double P(double JD)

+

Return Value

+

the P value as defined in VSOP87 i.e. p = sin(g) sin(G) where g is the +semi-inclination and G is the ascending node longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

 

+

CAAVSOP87_Jupiter

+

This class provides for calculation of the heliocentric ecliptical orbital +elements of Jupiter for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

A

+

L

+

K

+

H

+

Q

+

P

+

 

+

CAAVSOP87_Jupiter::A

+

static double A(double JD)

+

Return Value

+

the semi-major axis in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Jupiter::L

+

static double L(double JD)

+

Return Value

+

the mean longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Jupiter::K

+

static double K(double JD)

+

Return Value

+

the K value as defined in VSOP87 i.e. k = e cos(p) where p is the perihelion +longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Jupiter::H

+

static double H(double JD)

+

Return Value

+

the H value as defined in VSOP87 i.e. h = e sin(p) where p is the perihelion +longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Jupiter::Q

+

static double Q(double JD)

+

Return Value

+

the Q value as defined in VSOP87 i.e. q = sin(g) cos(G) where g is the +semi-inclination and G is the ascending node longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Jupiter::P

+

static double P(double JD)

+

Return Value

+

the P value as defined in VSOP87 i.e. p = sin(g) sin(G) where g is the +semi-inclination and G is the ascending node longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87_Mars

+

This class provides for calculation of the heliocentric ecliptical orbital +elements of Mars for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

A

+

L

+

K

+

H

+

Q

+

P

+

 

+

CAAVSOP87_Mars::A

+

static double A(double JD)

+

Return Value

+

the semi-major axis in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Mars::L

+

static double L(double JD)

+

Return Value

+

the mean longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Mars::K

+

static double K(double JD)

+

Return Value

+

the K value as defined in VSOP87 i.e. k = e cos(p) where p is the perihelion +longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Mars::H

+

static double H(double JD)

+

Return Value

+

the H value as defined in VSOP87 i.e. h = e sin(p) where p is the perihelion +longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Mars::Q

+

static double Q(double JD)

+

Return Value

+

the Q value as defined in VSOP87 i.e. q = sin(g) cos(G) where g is the +semi-inclination and G is the ascending node longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Mars::P

+

static double P(double JD)

+

Return Value

+

the P value as defined in VSOP87 i.e. p = sin(g) sin(G) where g is the +semi-inclination and G is the ascending node longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87_Mercury

+

This class provides for calculation of the heliocentric ecliptical orbital +elements of Mercury for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

A

+

L

+

K

+

H

+

Q

+

P

+

 

+

CAAVSOP87_Mercury::A

+

static double A(double JD)

+

Return Value

+

the semi-major axis in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Mercury::L

+

static double L(double JD)

+

Return Value

+

the mean longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Mercury::K

+

static double K(double JD)

+

Return Value

+

the K value as defined in VSOP87 i.e. k = e cos(p) where p is the perihelion +longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Mercury::H

+

static double H(double JD)

+

Return Value

+

the H value as defined in VSOP87 i.e. h = e sin(p) where p is the perihelion +longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Mercury::Q

+

static double Q(double JD)

+

Return Value

+

the Q value as defined in VSOP87 i.e. q = sin(g) cos(G) where g is the +semi-inclination and G is the ascending node longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Mercury::P

+

static double P(double JD)

+

Return Value

+

the P value as defined in VSOP87 i.e. p = sin(g) sin(G) where g is the +semi-inclination and G is the ascending node longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87_Neptune

+

This class provides for calculation of the heliocentric ecliptical orbital +elements of Neptune for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

A

+

L

+

K

+

H

+

Q

+

P

+

 

+

CAAVSOP87_Neptune::A

+

static double A(double JD)

+

Return Value

+

the semi-major axis in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Neptune::L

+

static double L(double JD)

+

Return Value

+

the mean longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Neptune::K

+

static double K(double JD)

+

Return Value

+

the K value as defined in VSOP87 i.e. k = e cos(p) where p is the perihelion +longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Neptune::H

+

static double H(double JD)

+

Return Value

+

the H value as defined in VSOP87 i.e. h = e sin(p) where p is the perihelion +longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Neptune::Q

+

static double Q(double JD)

+

Return Value

+

the Q value as defined in VSOP87 i.e. q = sin(g) cos(G) where g is the +semi-inclination and G is the ascending node longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Neptune::P

+

static double P(double JD)

+

Return Value

+

the P value as defined in VSOP87 i.e. p = sin(g) sin(G) where g is the +semi-inclination and G is the ascending node longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87_Saturn

+

This class provides for calculation of the heliocentric ecliptical orbital +elements of Saturn for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

A

+

L

+

K

+

H

+

Q

+

P

+

 

+

CAAVSOP87_Saturn::A

+

static double A(double JD)

+

Return Value

+

the semi-major axis in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Saturn::L

+

static double L(double JD)

+

Return Value

+

the mean longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Saturn::K

+

static double K(double JD)

+

Return Value

+

the K value as defined in VSOP87 i.e. k = e cos(p) where p is the perihelion +longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Saturn::H

+

static double H(double JD)

+

Return Value

+

the H value as defined in VSOP87 i.e. h = e sin(p) where p is the perihelion +longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Saturn::Q

+

static double Q(double JD)

+

Return Value

+

the Q value as defined in VSOP87 i.e. q = sin(g) cos(G) where g is the +semi-inclination and G is the ascending node longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Saturn::P

+

static double P(double JD)

+

Return Value

+

the P value as defined in VSOP87 i.e. p = sin(g) sin(G) where g is the +semi-inclination and G is the ascending node longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87_Uranus

+

This class provides for calculation of the heliocentric ecliptical orbital +elements of Uranus for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

A

+

L

+

K

+

H

+

Q

+

P

+

 

+

CAAVSOP87_Uranus::A

+

static double A(double JD)

+

Return Value

+

the semi-major axis in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Uranus::L

+

static double L(double JD)

+

Return Value

+

the mean longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Uranus::K

+

static double K(double JD)

+

Return Value

+

the K value as defined in VSOP87 i.e. k = e cos(p) where p is the perihelion +longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Uranus::H

+

static double H(double JD)

+

Return Value

+

the H value as defined in VSOP87 i.e. h = e sin(p) where p is the perihelion +longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Uranus::Q

+

static double Q(double JD)

+

Return Value

+

the Q value as defined in VSOP87 i.e. q = sin(g) cos(G) where g is the +semi-inclination and G is the ascending node longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Uranus::P

+

static double P(double JD)

+

Return Value

+

the P value as defined in VSOP87 i.e. p = sin(g) sin(G) where g is the +semi-inclination and G is the ascending node longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87_Venus

+

This class provides for calculation of the heliocentric ecliptical orbital +elements of Venus for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

A

+

L

+

K

+

H

+

Q

+

P

+

 

+

CAAVSOP87_Venus::A

+

static double A(double JD)

+

Return Value

+

the semi-major axis in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Venus::L

+

static double L(double JD)

+

Return Value

+

the mean longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Venus::K

+

static double K(double JD)

+

Return Value

+

the K value as defined in VSOP87 i.e. k = e cos(p) where p is the perihelion +longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Venus::H

+

static double H(double JD)

+

Return Value

+

the H value as defined in VSOP87 i.e. h = e sin(p) where p is the perihelion +longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Venus::Q

+

static double Q(double JD)

+

Return Value

+

the Q value as defined in VSOP87 i.e. q = sin(g) cos(G) where g is the +semi-inclination and G is the ascending node longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87_Venus::P

+

static double P(double JD)

+

Return Value

+

the P value as defined in VSOP87 i.e. p = sin(g) sin(G) where g is the +semi-inclination and G is the ascending node longitude.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87A_Earth

+

This class provides for calculation of the heliocentric rectangular position of the +Earth for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87A_Earth::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Earth::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Earth::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Earth::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Earth::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Earth::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87A_EMB

+

This class provides for calculation of the heliocentric rectangular position of the +Earth-Moon Barycenter for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87A_EMB::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_EMB::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_EMB::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_EMB::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_EMB::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_EMB::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87A_Jupiter

+

This class provides for calculation of the heliocentric rectangular position of +Jupiter for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87A_Jupiter::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Jupiter::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Jupiter::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Jupiter::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Jupiter::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Jupiter::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87A_Mars

+

This class provides for calculation of the heliocentric rectangular position of +Mars for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87A_Mars::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Mars::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Mars::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Mars::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Mars::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Mars::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87A_Mercury

+

This class provides for calculation of the heliocentric rectangular position of +Mercury for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87A_Mercury::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Mercury::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Mercury::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Mercury::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Mercury::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Mercury::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87A_Neptune

+

This class provides for calculation of the heliocentric rectangular position of +Neptune for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87A_Neptune::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Neptune::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Neptune::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Neptune::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Neptune::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Neptune::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87A_Saturn

+

This class provides for calculation of the heliocentric rectangular position of +Saturn for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87A_Saturn::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Saturn::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Saturn::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Saturn::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Saturn::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Saturn::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87A_Uranus

+

This class provides for calculation of the heliocentric rectangular position of +Uranus for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87A_Uranus::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Uranus::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Uranus::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Uranus::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Uranus::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Uranus::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87A_Venus

+

This class provides for calculation of the heliocentric rectangular position of +Venus for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87A_Venus::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Venus::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Venus::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Venus::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Venus::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87A_Venus::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87B_Earth

+

This class provides for calculation of the heliocentric spherical position of +Earth for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

L

+

L_DASH

+

B

+

B_DASH

+

R

+

R_DASH

+

 

+

CAAVSOP87B_Earth::L

+

static double L(double JD)

+

Return Value

+

the ecliptic longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Earth::L_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic longitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Earth::B

+

static double B(double JD)

+

Return Value

+

the ecliptic latitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Earth::B_DASH

+

static double B_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic latitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Earth::R

+

static double R(double JD)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Earth::R_DASH

+

static double R_DASH(double JD)

+

Return Value

+

the rate of change of the radius vector in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87B_Jupiter

+

This class provides for calculation of the heliocentric spherical position of +Jupiter for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

L

+

L_DASH

+

B

+

B_DASH

+

R

+

R_DASH

+

 

+

CAAVSOP87B_Jupiter::L

+

static double L(double JD)

+

Return Value

+

the ecliptic longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Jupiter::L_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic longitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Jupiter::B

+

static double B(double JD)

+

Return Value

+

the ecliptic latitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Jupiter::B_DASH

+

static double B_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic latitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Jupiter::R

+

static double R(double JD)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Jupiter::R_DASH

+

static double R_DASH(double JD)

+

Return Value

+

the rate of change of the radius vector in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87B_Mars

+

This class provides for calculation of the heliocentric spherical position of +Mars for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

L

+

L_DASH

+

B

+

B_DASH

+

R

+

R_DASH

+

 

+

CAAVSOP87B_Mars::L

+

static double L(double JD)

+

Return Value

+

the ecliptic longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Mars::L_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic longitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Mars::B

+

static double B(double JD)

+

Return Value

+

the ecliptic latitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Mars::B_DASH

+

static double B_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic latitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Mars::R

+

static double R(double JD)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Mars::R_DASH

+

static double R_DASH(double JD)

+

Return Value

+

the rate of change of the radius vector in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87B_Mercury

+

This class provides for calculation of the heliocentric spherical position of +Mercury for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

L

+

L_DASH

+

B

+

B_DASH

+

R

+

R_DASH

+

 

+

CAAVSOP87B_Mercury::L

+

static double L(double JD)

+

Return Value

+

the ecliptic longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Mercury::L_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic longitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Mercury::B

+

static double B(double JD)

+

Return Value

+

the ecliptic latitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Mercury::B_DASH

+

static double B_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic latitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Mercury::R

+

static double R(double JD)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Mercury::R_DASH

+

static double R_DASH(double JD)

+

Return Value

+

the rate of change of the radius vector in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87B_Neptune

+

This class provides for calculation of the heliocentric spherical position of +Neptune for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

L

+

L_DASH

+

B

+

B_DASH

+

R

+

R_DASH

+

 

+

CAAVSOP87B_Neptune::L

+

static double L(double JD)

+

Return Value

+

the ecliptic longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Neptune::L_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic longitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Neptune::B

+

static double B(double JD)

+

Return Value

+

the ecliptic latitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Neptune::B_DASH

+

static double B_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic latitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Neptune::R

+

static double R(double JD)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Neptune::R_DASH

+

static double R_DASH(double JD)

+

Return Value

+

the rate of change of the radius vector in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87B_Saturn

+

This class provides for calculation of the heliocentric spherical position of +Saturn for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

L

+

L_DASH

+

B

+

B_DASH

+

R

+

R_DASH

+

 

+

CAAVSOP87B_Saturn::L

+

static double L(double JD)

+

Return Value

+

the ecliptic longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Saturn::L_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic longitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Saturn::B

+

static double B(double JD)

+

Return Value

+

the ecliptic latitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Saturn::B_DASH

+

static double B_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic latitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Saturn::R

+

static double R(double JD)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Saturn::R_DASH

+

static double R_DASH(double JD)

+

Return Value

+

the rate of change of the radius vector in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87B_Uranus

+

This class provides for calculation of the heliocentric spherical position of +Uranus for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

L

+

L_DASH

+

B

+

B_DASH

+

R

+

R_DASH

+

 

+

CAAVSOP87B_Uranus::L

+

static double L(double JD)

+

Return Value

+

the ecliptic longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Uranus::L_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic longitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Uranus::B

+

static double B(double JD)

+

Return Value

+

the ecliptic latitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Uranus::B_DASH

+

static double B_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic latitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Uranus::R

+

static double R(double JD)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Uranus::R_DASH

+

static double R_DASH(double JD)

+

Return Value

+

the rate of change of the radius vector in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87B_Venus

+

This class provides for calculation of the heliocentric spherical position of +Venus for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

L

+

L_DASH

+

B

+

B_DASH

+

R

+

R_DASH

+

 

+

CAAVSOP87B_Venus::L

+

static double L(double JD)

+

Return Value

+

the ecliptic longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Venus::L_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic longitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Venus::B

+

static double B(double JD)

+

Return Value

+

the ecliptic latitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Venus::B_DASH

+

static double B_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic latitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Venus::R

+

static double R(double JD)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87B_Venus::R_DASH

+

static double R_DASH(double JD)

+

Return Value

+

the rate of change of the radius vector in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87C_Earth

+

This class provides for calculation of the heliocentric rectangular position of +Earth for the equinox and ecliptic of date. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87C_Earth::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Earth::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Earth::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Earth::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Earth::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Earth::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87C_Jupiter

+

This class provides for calculation of the heliocentric rectangular position of +Jupiter for the equinox and ecliptic of date. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87C_Jupiter::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Jupiter::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Jupiter::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Jupiter::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Jupiter::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Jupiter::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87C_Mars

+

This class provides for calculation of the heliocentric rectangular position of +Mars for the equinox and ecliptic of date. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87C_Mars::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Mars::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Mars::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Mars::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Mars::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Mars::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87C_Mercury

+

This class provides for calculation of the heliocentric rectangular position of +Mercury for the equinox and ecliptic of date. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87C_Mercury::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Mercury::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Mercury::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Mercury::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Mercury::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Mercury::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87C_Neptune

+

This class provides for calculation of the heliocentric rectangular position of +Neptune for the equinox and ecliptic of date. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87C_Neptune::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Neptune::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Neptune::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Neptune::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Neptune::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Neptune::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87C_Saturn

+

This class provides for calculation of the heliocentric rectangular position of +Saturn for the equinox and ecliptic of date. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87C_Saturn::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Saturn::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Saturn::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Saturn::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Saturn::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Saturn::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87C_Uranus

+

This class provides for calculation of the heliocentric rectangular position of +Uranus for the equinox and ecliptic of date. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87C_Uranus::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Uranus::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Uranus::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Uranus::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Uranus::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Uranus::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87C_Venus

+

This class provides for calculation of the heliocentric rectangular position of +Venus for the equinox and ecliptic of date. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87C_Venus::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Venus::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Venus::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Venus::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Venus::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87C_Venus::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87D_Earth

+

This class provides for calculation of the heliocentric spherical position of +Earth for the equinox and ecliptic of date. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

L

+

L_DASH

+

B

+

B_DASH

+

R

+

R_DASH

+

 

+

CAAVSOP87D_Earth::L

+

static double L(double JD)

+

Return Value

+

the ecliptic longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Earth::L_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic longitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Earth::B

+

static double B(double JD)

+

Return Value

+

the ecliptic latitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Earth::B_DASH

+

static double B_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic latitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Earth::R

+

static double R(double JD)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Earth::R_DASH

+

static double R_DASH(double JD)

+

Return Value

+

the rate of change of the radius vector in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87D_Jupiter

+

This class provides for calculation of the heliocentric spherical position of +Jupiter for the equinox and ecliptic of date. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

L

+

L_DASH

+

B

+

B_DASH

+

R

+

R_DASH

+

 

+

CAAVSOP87D_Jupiter::L

+

static double L(double JD)

+

Return Value

+

the ecliptic longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Jupiter::L_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic longitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Jupiter::B

+

static double B(double JD)

+

Return Value

+

the ecliptic latitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Jupiter::B_DASH

+

static double B_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic latitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Jupiter::R

+

static double R(double JD)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Jupiter::R_DASH

+

static double R_DASH(double JD)

+

Return Value

+

the rate of change of the radius vector in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87D_Mars

+

This class provides for calculation of the heliocentric spherical position of +Mars for the equinox and ecliptic of date. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

L

+

L_DASH

+

B

+

B_DASH

+

R

+

R_DASH

+

 

+

CAAVSOP87D_Mars::L

+

static double L(double JD)

+

Return Value

+

the ecliptic longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Mars::L_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic longitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Mars::B

+

static double B(double JD)

+

Return Value

+

the ecliptic latitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Mars::B_DASH

+

static double B_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic latitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Mars::R

+

static double R(double JD)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Mars::R_DASH

+

static double R_DASH(double JD)

+

Return Value

+

the rate of change of the radius vector in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87D_Mercury

+

This class provides for calculation of the heliocentric spherical position of +Mercury for the equinox and ecliptic of date. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

L

+

L_DASH

+

B

+

B_DASH

+

R

+

R_DASH

+

 

+

CAAVSOP87D_Mercury::L

+

static double L(double JD)

+

Return Value

+

the ecliptic longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Mercury::L_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic longitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Mercury::B

+

static double B(double JD)

+

Return Value

+

the ecliptic latitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Mercury::B_DASH

+

static double B_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic latitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Mercury::R

+

static double R(double JD)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Mercury::R_DASH

+

static double R_DASH(double JD)

+

Return Value

+

the rate of change of the radius vector in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87D_Neptune

+

This class provides for calculation of the heliocentric spherical position of +Neptune for the equinox and ecliptic of date. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

L

+

L_DASH

+

B

+

B_DASH

+

R

+

R_DASH

+

 

+

CAAVSOP87D_Neptune::L

+

static double L(double JD)

+

Return Value

+

the ecliptic longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Neptune::L_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic longitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Neptune::B

+

static double B(double JD)

+

Return Value

+

the ecliptic latitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Neptune::B_DASH

+

static double B_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic latitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Neptune::R

+

static double R(double JD)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Neptune::R_DASH

+

static double R_DASH(double JD)

+

Return Value

+

the rate of change of the radius vector in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87D_Saturn

+

This class provides for calculation of the heliocentric spherical position of +Saturn for the equinox and ecliptic of date. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

L

+

L_DASH

+

B

+

B_DASH

+

R

+

R_DASH

+

 

+

CAAVSOP87D_Saturn::L

+

static double L(double JD)

+

Return Value

+

the ecliptic longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Saturn::L_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic longitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Saturn::B

+

static double B(double JD)

+

Return Value

+

the ecliptic latitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Saturn::B_DASH

+

static double B_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic latitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Saturn::R

+

static double R(double JD)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Saturn::R_DASH

+

static double R_DASH(double JD)

+

Return Value

+

the rate of change of the radius vector in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87D_Uranus

+

This class provides for calculation of the heliocentric spherical position of +Uranus for the equinox and ecliptic of date. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

L

+

L_DASH

+

B

+

B_DASH

+

R

+

R_DASH

+

 

+

CAAVSOP87D_Uranus::L

+

static double L(double JD)

+

Return Value

+

the ecliptic longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Uranus::L_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic longitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Uranus::B

+

static double B(double JD)

+

Return Value

+

the ecliptic latitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Uranus::B_DASH

+

static double B_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic latitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Uranus::R

+

static double R(double JD)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Uranus::R_DASH

+

static double R_DASH(double JD)

+

Return Value

+

the rate of change of the radius vector in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87D_Venus

+

This class provides for calculation of the heliocentric spherical position of +Venus for the equinox and ecliptic of date. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

L

+

L_DASH

+

B

+

B_DASH

+

R

+

R_DASH

+

 

+

CAAVSOP87D_Venus::L

+

static double L(double JD)

+

Return Value

+

the ecliptic longitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Venus::L_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic longitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Venus::B

+

static double B(double JD)

+

Return Value

+

the ecliptic latitude in radians.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Venus::B_DASH

+

static double B_DASH(double JD)

+

Return Value

+

the rate of change of the ecliptic latitude in radians / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Venus::R

+

static double R(double JD)

+

Return Value

+

the radius vector in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87D_Venus::R_DASH

+

static double R_DASH(double JD)

+

Return Value

+

the rate of change of the radius vector in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87E_Earth

+

This class provides for calculation of the barycentric rectangular position of +Earth for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87E_Earth::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Earth::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Earth::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Earth::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Earth::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Earth::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87E_Jupiter

+

This class provides for calculation of the barycentric rectangular position of +Jupiter for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87E_Jupiter::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Jupiter::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Jupiter::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Jupiter::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Jupiter::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Jupiter::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87E_Mars

+

This class provides for calculation of the barycentric rectangular position of +Mars for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87E_Mars::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Mars::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Mars::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Mars::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Mars::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Mars::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87E_Mercury

+

This class provides for calculation of the barycentric rectangular position of +Mercury for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87E_Mercury::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Mercury::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Mercury::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Mercury::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Mercury::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Mercury::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87E_Neptune

+

This class provides for calculation of the barycentric rectangular position of +Neptune for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87E_Neptune::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Neptune::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Neptune::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Neptune::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Neptune::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Neptune::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87E_Saturn

+

This class provides for calculation of the barycentric rectangular position of +Saturn for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87E_Saturn::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Saturn::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Saturn::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Saturn::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Saturn::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Saturn::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87E_Sun

+

This class provides for calculation of the barycentric rectangular position of +the Sun for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87E_Sun::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Sun::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Sun::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Sun::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Sun::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Sun::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87E_Uranus

+

This class provides for calculation of the barycentric rectangular position of +Uranus for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87E_Uranus::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Uranus::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Uranus::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Uranus::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Uranus::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Uranus::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

CAAVSOP87E_Venus

+

This class provides for calculation of the barycentric rectangular position of +Venus for the equinox and ecliptic of J2000.0. Please refer to +ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

+

 

+

Functions this class provides include:

+

X

+

X_DASH

+

Y

+

Y_DASH

+

Z

+

Z_DASH

+

 

+

CAAVSOP87E_Venus::X

+

static double X(double JD)

+

Return Value

+

the X position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Venus::X_DASH

+

static double X_DASH(double JD)

+

Return Value

+

the rate of change of the X position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Venus::Y

+

static double X(double JD)

+

Return Value

+

the Y position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Venus::Y_DASH

+

static double Y_DASH(double JD)

+

Return Value

+

the rate of change of the Y position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Venus::Z

+

static double Z(double JD)

+

Return Value

+

the Z position component in astronomical units.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

CAAVSOP87E_Venus::Z_DASH

+

static double Z_DASH(double JD)

+

Return Value

+

the rate of change of the Z position component in astronomical units / day.

+

Parameters

+

JD The date in Dynamical time to calculate for.

+

 

+

 

+

References

+
    +
  • The book "Astronomical Algorithms" by Jean Meeus, which you can + purchase from + + Amazon or directly from the publishers + + Sky & Telescope formerly Willman-Bell.
  • +
  • The Near Parabolic class "CAANearParabolic" is based upon the + worked examples which Paul Schlyter has provided at + http://stjarnhimlen.se/comp/tutorial.html#16
  • +
  • As mentioned in the History section of this document, the "CAAMoslemCalendar" + class has known bugs. If you would like a robust high performance template based + implementation of the various versions of the Algorithmic Moslem Calendar, then + check out the author's + DTime+ download.
  • +
+ + +

 

+

 

+

 

+

Contacting the Author

+

PJ Naughter
Email: pjna@naughter.com
+Web: http://www.naughter.com
20 March 2022

+ + + + diff --git a/Vendor/AA+/1.6.3/stdafx.cpp b/Sources/AAPlus/stdafx.cpp old mode 100755 new mode 100644 similarity index 100% rename from Vendor/AA+/1.6.3/stdafx.cpp rename to Sources/AAPlus/stdafx.cpp diff --git a/AstronomyKit/AstronomicalCalculations.mm b/Sources/AstronomyKit/AstronomicalCalculations.mm similarity index 99% rename from AstronomyKit/AstronomicalCalculations.mm rename to Sources/AstronomyKit/AstronomicalCalculations.mm index aef9f17..3d4d179 100644 --- a/AstronomyKit/AstronomicalCalculations.mm +++ b/Sources/AstronomyKit/AstronomicalCalculations.mm @@ -8,7 +8,7 @@ #import "AstronomicalCalculations.h" #import "NSCalendar+AstronomyKit.h" -#import "AA+.h" +#import "AA.h" @implementation AstronomicalCalculations @@ -98,7 +98,6 @@ + (double)lunarPhaseWithDate:(nonnull NSDate *)date { return (position < 180.0 ? phase + 180.0 : 180.0 - phase) / 360.0; } - #pragma mark - Solar calculations + (NSDate *)solarRiseDateWithDate:(NSDate *)date location:(CLLocationCoordinate2D)location { @@ -128,7 +127,6 @@ + (NSDate *)solarSetDateWithDate:(NSDate *)date location:(CLLocationCoordinate2D return NULL; } - #pragma mark - Private + (double)julianDateWithDate:(NSDate *)date { diff --git a/AstronomyKit/NSCalendar+AstronomyKit.m b/Sources/AstronomyKit/NSCalendar+AstronomyKit.m similarity index 100% rename from AstronomyKit/NSCalendar+AstronomyKit.m rename to Sources/AstronomyKit/NSCalendar+AstronomyKit.m diff --git a/AstronomyKit/AstronomicalCalculations.h b/Sources/AstronomyKit/include/AstronomicalCalculations.h similarity index 100% rename from AstronomyKit/AstronomicalCalculations.h rename to Sources/AstronomyKit/include/AstronomicalCalculations.h diff --git a/AstronomyKit/Configuration/iOS/AstronomyKit.h b/Sources/AstronomyKit/include/AstronomyKit.h similarity index 75% rename from AstronomyKit/Configuration/iOS/AstronomyKit.h rename to Sources/AstronomyKit/include/AstronomyKit.h index 6ab1496..aa04cea 100644 --- a/AstronomyKit/Configuration/iOS/AstronomyKit.h +++ b/Sources/AstronomyKit/include/AstronomyKit.h @@ -7,8 +7,8 @@ // #import -#import -#import +#import +#import FOUNDATION_EXPORT double AstronomyKitVersionNumber; FOUNDATION_EXPORT const unsigned char AstronomyKitVersionString[]; diff --git a/AstronomyKit/NSCalendar+AstronomyKit.h b/Sources/AstronomyKit/include/NSCalendar+AstronomyKit.h similarity index 100% rename from AstronomyKit/NSCalendar+AstronomyKit.h rename to Sources/AstronomyKit/include/NSCalendar+AstronomyKit.h diff --git a/Tests/AstronomyKitTests.m b/Tests/AstronomyKitTests.m deleted file mode 100644 index 864754a..0000000 --- a/Tests/AstronomyKitTests.m +++ /dev/null @@ -1,40 +0,0 @@ -// -// AstronomyKitTests.m -// AstronomyKitTests -// -// Created by Caleb Davenport on 9/1/15. -// Copyright (c) 2015 Hodinkee. All rights reserved. -// - -#import -#import - -@interface AstronomyKitTests : XCTestCase - -@end - -@implementation AstronomyKitTests - -- (void)setUp { - [super setUp]; - // Put setup code here. This method is called before the invocation of each test method in the class. -} - -- (void)tearDown { - // Put teardown code here. This method is called after the invocation of each test method in the class. - [super tearDown]; -} - -- (void)testExample { - // This is an example of a functional test case. - XCTAssert(YES, @"Pass"); -} - -- (void)testPerformanceExample { - // This is an example of a performance test case. - [self measureBlock:^{ - // Put the code you want to measure the time of here. - }]; -} - -@end diff --git a/Tests/Info.plist b/Tests/Info.plist deleted file mode 100644 index 9e240ef..0000000 --- a/Tests/Info.plist +++ /dev/null @@ -1,24 +0,0 @@ - - - - - CFBundleDevelopmentRegion - en - CFBundleExecutable - $(EXECUTABLE_NAME) - CFBundleIdentifier - $(PRODUCT_BUNDLE_IDENTIFIER) - CFBundleInfoDictionaryVersion - 6.0 - CFBundleName - $(PRODUCT_NAME) - CFBundlePackageType - BNDL - CFBundleShortVersionString - 1.7.1 - CFBundleSignature - ???? - CFBundleVersion - 9 - - diff --git a/Vendor/AA+/1.6.3/AA+.htm b/Vendor/AA+/1.6.3/AA+.htm deleted file mode 100755 index 1cd9943..0000000 --- a/Vendor/AA+/1.6.3/AA+.htm +++ /dev/null @@ -1,8893 +0,0 @@ - - - - -AA+ v1.63 - - - - - -

AA+ v1.63

-

Welcome to AA+, a collection of freeware C++ classes which provide -an implementation of the algorithms as presented in the book "Astronomical -Algorithms" (2nd Edition) by Jean Meeus.

-

Example areas covered include the positions of the planets, comets, minor planets -and the moon, calculation of times of Rising, Setting and Transit, calculation of -times of Equinoxes and Solstices plus calculation of the positions of the moons -of Jupiter and Saturn as well as many other algorithms presented in the book.

-

 

- - - - - - - - - - - - - - - - - - - - - - -
Features
Usage
Copyright
History
Class Framework Reference
References
Contacting the Author
-

 

-

 

-

 

-

Features

-
    -
  • Simple C++ interface using static functions and class instances as return - values where appropriate.
  • -
  • All code compiles cleanly at the highest warning level of 4. This is the - case with all of my other code on my web site as well.
  • -
  • A simple test app has been provided to test and verify all the functions - of the library based on examples as provided in the book.
  • -
-

-

 

-

 

-

 

-

Usage

-
    -
  • To get started using the code you really should have a copy of the book - if you want to thoroughly understand the algorithms and be able to use the different - classes and methods in conjunction with each other. For further details please - see the References
  • -
  • To use the classes in your code simple include AA*.cpp in your project and - #include AA*.h in which ever of your modules needs to make calls to the classes.
  • -
  • You can optionally pare back the modules which you do not want to include - until you arrive at a minimum set for your requirements.
  • -
  • To see the classes in action, have a look at the code in the main function - in the module "aatest.cpp".
  • -
-

 

-

 

-

 

-

Copyright

-
    -
  • You are allowed to include the source code in any product (commercial, shareware, - freeware or otherwise) when your product is released in binary form.
  • -
  • You are allowed to modify the source code in any way you want except you - cannot modify the copyright details at the top of each module.
  • -
  • If you want to distribute source code with your application, then you are - only allowed to distribute versions released by the author. This is to maintain - a single distribution point for the source code.
  • -
-

 

-

 

-

 

-

History

-

V1.0 (6 February 2004)

-
    -
  • Initial public release.
  • -
-

V1.01 (9 February 2004)

-
    -
  • Updated the values used in the calculation of the a1 and a2 constants for - Saturn's moon Rhea (satellite V) following an email from Jean Meeus confirming - that these constants are indeed incorrect as published in the book.
  • -
-

V1.02 (9 February 2004)

-
    -
  • Replaced all calls to the macro "INT" with the function CAADate::INT - which is what they should have been. The only affected class for this was CAAMoslemCalendar.
  • -
  • Fixed a number of level 4 warnings in the CAAStellarMagnitudes class when - the code is compiled in VC.Net 2003.
  • -
-

V1.03 (14 February 2004)

-
    -
  • Fixed a "minus zero" bug in the function CAACoordinateTransformation::DMSToDegrees. - The sign of the value is now taken explicitly from the new bPositive boolean - parameter. Thanks to Patrick Wallace for reporting this problem.
  • -
-

V1.04 (21 February 2004)

-
    -
  • The optical libration in longitude for the moon is now returned in the range - -180 - 180 degrees
  • -
-

V1.05 (22 February 2004)

-
    -
  • Fixed a bug in the calculation of the phase type from the k value in CAAMoonPhases::TruePhase.
  • -
-

V1.06 (22 February 2004)

-
    -
  • Calculation of semi durations for eclipses in CAAEclipses is now calculated - only when required
  • -
-

27 April  2004

-
    -
  • Minor update to the documentation describing CAAElliptical::MeanMotionFromSemiMajorAxis
  • -
-

v1.07 (24 May 2004)

-
    -
  • Fixed a missing break statement in CAAElliptical::Calculate. Thanks to Carsten - A. Arnholm for reporting this bug.
  • -
  • Also fixed an issue with the calculation of the apparent distance to the - Sun.
  • -
-

v1.08 (31 May 2004)

-
    -
  • Added a missing coefficient to g_L1JupiterCoefficients array as used by - CAAJupiter::EclipticLongitude. Thanks to Brian Orme for reporting this problem.
  • -
  • Added missing g_B5JupiterCoefficients[] in CAAJupiter::EclipticLatitude. - Again thanks to Brian Orme for reporting this problem.
  • -
  • In CAASaturn::EclipticLongitude the g_L5SaturnCoefficients[] were not included. - Thanks to Brian Orme for reporting this problem.
  • -
  • In CAASaturn::EclipticLatitude the g_B5SaturnCoefficients[] were not included. - Thanks to Brian Orme for reporting this problem.
  • -
  • In CAASaturn::RadiusVector the g_R5SaturnCoefficients[] were not included. - Thanks to Brian Orme for reporting this problem.
  • -
-

v1.09 (15 June 2004)

-
    -
  • Fixed a typo in the calculation of SunLongDash in CAAPhysicalSun::Calculate. - Thanks to Brian Orme for spotting this problem.
  • -
-

6 September 2004

-
    -
  • Minor update to the documentation plus a full spell check!!
  • -
-

v1.10 (17 September 2004)

-
    -
  • Fixed a number of warnings in the code when compiled in VC .Net 2003 with - the "Force conformance in For Loop Scope" compiler option is set.
  • -
-

v1.11 (15 October 2004)

-
    -
  • bValid variable is now correctly set in CAARiseTransitSet::Rise if the objects - does actually rise and sets.
  • -
-

v1.12 (10 November 2004)

-
    -
  • Fix for CAADate::Get so that it works correctly for propalactive calendar - dates. The Meeus implementation automatically assumes the Gregorian Calendar - came into effect on 15 October 1582 (JD: 2299161), while the CAADate implementation - has a "m_bGregorianCalendar" value to decide if the date was specified - in the Gregorian or Julian Calendars. This difference means in effect that CAADate - fully supports propalactive versions of both calendar systems. This problem - was discovered when testing the Moslem calendar code which involves a round - trip between Moslem -> Julian -> Gregorian calendars.
  • -
-

v1.13 (31 December 2004)

-
    -
  • Fix for CAAElliptical::MinorPlanetMagnitude where the phase angle was being - incorrectly converted from Radians to Degress when it was already in degrees. - Thanks to Martin Burri for reporting this problem.
  • -
-

v1.14 (21 January 2005)

-
    -
  • Fixed a small but important error in the function PhaseAngle(r, R, Delta). - The code was producing incorrect results and raises acos DOMAIN errors and floating - point exceptions when calculating phase angles for the inner planets. Thanks - to MICHAEL R. MEYER for reporting this problem.
  • -
-

v1.15 (30 January 2005)

-
    -
  • Replaced all usage of BOOL with bool to aid in cross compiler compatibility. - This also means that all occurrences of TRUE and FALSE are replaced with true - and false respectively. Thanks to Mika Heiskanen for reporting this issue. -
  • -
  • cmath header file is now used rather than math.h. Also if now does not use - the #pragma message text based on a define which is MS C specific. Again thanks - to Mika Heiskanen for reporting this issue.
  • -
  • Now uses asssert instead of the MFC specific ASSERT. Again thanks to Mika - Heiskanen for reporting this issue.
  • -
  • Addition of a new global header file "AA+.h" which allows you - to include all of the AA+ framework through one header.
  • -
  • Code now use static_cast's rather than old C-style casts. Again thanks - to Mika Heiskanen for reporting this issue.
  • -
  • Optimized some of the code in assert's which avoid unitialized variables - when build in release mode. Again thanks to Mika Heiskanen for reporting this - issue.
  • -
-

v1.16 (31 January 2005)

-
    -
  • Fixed a bug in CAAParabolic::Calculate where the JD value was being used - incorrectly in the loop. Thanks to Mika Heiskanen for reporting this problem.
  • -
  • Fixed a GCC warning in CAADynamicalTime::DeltaT. Thanks to Mika Heiskanen - for reporting this problem.
  • -
  • Fixed a GCC compiler error related to missing include for memset in AAEclipses.cpp. - Thanks to Mika Heiskanen for reporting this problem.
  • -
-

v1.17 (1 February 2005)

-
    -
  • Fixed a case sensitivity problem (at least on Unix systems) related to the - stdafx.h/cpp files. Now filename is all lowercase. Thanks to Mika Heiskanen - for reporting this problem.
  • -
  • Change the ordering of items in stdafx.h so that you get a clean compile - on gcc. Thanks to Mika Heiskanen for reporting this problem.
  • -
  • Fixed a problem with the declaration of the variable "Index" in - the function CAADynamicalTime::DeltaT. Thanks to Mika Heiskanen for reporting - this problem.
  • -
  • Removed usage of MFC from sample app as it is not required.
  • -
  • Verfied the building of the code on GCC thro the use of Cygwin's port - of GCC.
  • -
-

v1.18 (21 April 2005)

-
    -
  • Renamed "AAAberation.cpp" to "AAAberration.cpp" so that - all source code filenames match their corresponding header files. Thanks to - Jürgen Schuck for suggesting this update.
  • -
-

v1.19 (13 May 2005)

-
    -
  • Fix for CAADate::Set(double JD, bool bGregorianCalendar) not setting the - m_bGregorianCalendar member variable correctly.
  • -
-

v1.20 (2 June 2005)

-
    -
  • Seems the case sensitivity issue fixed in v1.17 was not fixed because I - forgot to update the files in the zip download. Thanks to Andrew Maclean for - reporting this issue.
  • -
  • A "CMakeLists.txt" file is now included in the download. This - file is used by CMake (http://www.cmake.org/HTML/Index.html) - which is a cross-platform makefile generator. This allows the AA+ code to be - easily compiled on Cygwin, Linux and the usual MSVC compilers. Thanks to Andrew - Maclean for this nice addition.
  • -
  • Some of the functions in the class "CAACoordinateTransformation" - have been made inline to improve performance.
  • -
  • Made all structures used by AA+ classes. This is a minor tidy up issue more - than anything. Also ensured all class members are initialized to sane defaults.
  • -
-

v1.21 (3 June 2005)

-
    -
  • Minor update to "CMakeLists.txt" file to fix a case sensitivity - issue. Thanks to Andrew Maclean for reporting this issue.
  • -
-

v1.22 (5 July 2005)

-
    -
  • Fix for a bug to ensure that values returned from CAAEquationOfTime::Calculate - does not return discontinuities. Instead it now returns negative values when - required.
  • -
-

v1.23 (16 November 2005)

-
    -
  • Fixed a transcription error in the second coefficient used to calculate - the longitude of Mercury. Thanks to "Maurizio" for reporting this - bug.
  • -
-

1 May 2006

-
    -
  • While testing v3.01 of - DTime+ I discovered some bugs in the CAAMoslemCalendar class. Specifically - testing some dates by creating a Moslem date, then converting to a Julian date - and then converting back to the Moslem calendar highlighted some dates which - fail this roundtrip test. If you are serious about developing for the Moslem - calendar, then please use the Moslem calendar support in - DTime+ which uses an independent - algorithm for the Moslem calendar which does not have this problem. I will report - this issue to Jean Meeus and possibly have a fix for it in the next update to - AA+.
  • -
-

v1.24 (12 May 2006)

-
    -
  • Updated the documentation to use the same style as the web site.
  • -
  • Fixed a transcription error in the third coefficient used to calculate the - R0 term for the radius vector of Mercury. Thanks to John Kruso for reporting - this issue.
  • -
  • Fixed a transcription error in the third coefficient used to calculate the - R1 term for the radius vector of Mercury. Thanks to John Kruso for reporting - this issue.
  • -
  • Updated copyright details.
  • -
-

18 May 2006

-
    -
  • Jean Meeus has confirmed that there is definitely a bug in the Moslem calendar - algorithms which make up the CAAMoslemCalendar class. He is not the original - author of these algorithms, so he was unable to explain why they fail for some - dates. As previously mentioned please use the - DTime+ classes to avoid - this issue.
  • -
-

v1.25 (5 June 2006)

-
    -
  • Fixed a bug in CAAElliptical::Calculate(double JD, EllipticalObject object) - where the correction for nutation was incorrectly using the Mean obliquity of - the ecliptic instead of the true value. The results from the test program now - agree much more closely with the example Meeus provides which is the position - of Venus on 1992 Dec. 20 at 0h Dynamical Time. I've also checked the positions - against the JPL Horizons web site and the agreement is much better. Because - the True obliquity of the Ecliptic is defined as the mean obliquity of the ecliptic - plus the nutation in obliquity, it is relatively easy to determine the magnitude - of error this was causing. From the chapter on Nutation in the book, and specifically - the table which gives the cosine coefficients for nutation in obliquity you - can see that the absolute worst case error would be the sum of the absolute - values of all of the coefficients and would have been c. 10 arc seconds of degree, - which is not a small amount!. This value would be an absolute worst case and - I would expect the average error value to be much much smaller (probably much - less than an arc second). Anyway the bug has now been fixed. Thanks to Patrick - Wong for pointing out this rather significant bug.
  • -
-

23 October 2006

-
    -
  • Minor update to fix some incorrect book mark links in the documentation.
  • -
-

v1.26 (29 November 2006)

-
    -
  • Fixed a bug where CAAEclipticalElements::Calculate and CAAEclipticalElements::FK4B1950ToFK5J2000 - would return the incorrect value for the reduced inclination when the initial - inclination value was > 90 degrees.
  • -
  • Addition of a new module called CAANearParabolic. This new class provides - functionality for orbits which can be best modelled as near parabolic i.e. where - the eccentricity is between 0.98 and 1.02. Chapter 35 in the book includes support - for calculating Near-parabolic orbits, but the code is provided in BASIC and - the algorithm as presented has problems converging when the eccentricity is - close to 1. Instead the algorithms used in this new module are based upon the - worked examples which Paul Schlyter has provided at - http://stjarnhimlen.se/comp/tutorial.html#16.
  • -
-

v1.27 (17 January 2007)

-
    -
  • Updated copyright details.
  • -
  • Addition of a AAPLUS_EXT_CLASS preprocessor macro to allow the code to be - more easily added to an extension DLL. Thanks to Mathieu Peyréga for suggesting - this update.
  • -
  • Changed name of CAASun::ApparentEclipticLongtitude to CAASun::ApparentEclipticLongitude. - Thanks to Mathieu Peyréga for reporting this typo!.
  • -
-

v1.28 (25 January 2007)

-
    -
  • Fixed a minor compliance issue with GCC in the AACoordinateTransformation.h - to do with the declaration of various methods. Thanks to Mathieu Peyréga for - reporting this issue.
  • -
-

v1.29 (26 January 2007)

-
    -
  • After a bug report from Ing. Taras Kapuszczak that a round trip of the date - 25 January 100 as specified in the Gregorian calendar to the Julian day number - and then back again produces the incorrect date 26 January 100, I've spent - some time looking into the 2 key Meeus Julian Day algorithms. It seems that - the algorithms which converts from a Calendar date to JD works ok for propalactive - dates, but the reverse algorithm which converts from a JD to a Calendar date - does not. Since I made the change in behaviour to support propalactive Gregorian - dates to address issues with the Moslem calendar (and since then I have discovered - further unresolved bugs in the Moslem calendar algorithms and advised people - to check out my DTime+ - library instead), I am now reverting these changes so that the date algorithms - are now as presented in Meeus's book. This means that dates after 15 October - 1582 are assumed to be in the Gregorian calendar and dates before are assumed - to be in the Julian calendar. This change also means that some of the CAADate - class methods no longer require the now defunct "bool" parameter to - specify which calendar the date represents. As part of the testing for this - release verification code has been added to AATest.cpp to test all the dates - from JD 0 (i.e. 1 January -4712) to a date long in the future. Hopefully with - this verification code, we should have no more reported issues with the class - CAADate. Again if you would prefer a much more robust and comprehensive Date - time class framework, don't forget to check out the authors - DTime+ library.
  • -
  • Optimized CAADate constructor code
  • -
  • Provided a static version of CAADate::DaysInMonth() method
  • -
  • Discovered an issue in CAADate::JulianToGregorian. It seems the algorithm - presented in the book to do conversion from the Julian to Gregorian calendar - fails for Julian dates before the Gregorian calendar reform in 1582. I have - sent an email to Jean Meeus to find out if this is a bug in my code or a deficiency - in the algorithm presented. Currently the code will assert in this function - if it is called for a date before the Gregorian reform.
  • -
  • Changed name of CAAMoonIlluminatedFraction::IluminatedFraction to CAAMoonIlluminatedFraction::IlluminatedFraction. - Thanks to Ing. Taras Kapuszczak for reporting this typo!.
  • -
-

v1.30 (29 January 2007)

-
    -
  • The static version of the CAADate::Set method has been renamed to DateToJD - to avoid any confusion with the other Set methods. Thanks to Ing. Taras Kapuszczak - for reporting this issue.
  • -
  • The method CAADate::InGregorianCalendar has now also been renamed to the - more appropriate CAADate::AfterPapalReform.
  • -
  • Reinstated the bGregorianCalendar parameter for the CAADate constructors - and Set methods.
  • -
  • Changed the parameter layout for the static version of CAADate::DaysInMonth
  • -
  • Addition of a CAADate::InGregorianCalendar method.
  • -
  • Addition of a CAADate::SetInGregorianCalendar method.
  • -
  • Reworked implementation of GregorianToJulian method.
  • -
  • Reworked implementation of JulianToGregorian method.
  • -
-

v1.31 (26 July 2008)

-
    -
  • Changed name of CAASun::EclipticRectangularCoordinatesMeanEquinox to CAASun::EquatorialRectangularCoordinatesMeanEquinox - to refer to the fact that it returns equatorial coordinates instead of ecliptic - coordinates. Thanks to Frank Trautmann for reporting this issue
  • -
  • Updated copyright details.
  • -
  • zip file now ships with a VC 2005 solution instead of a VC 6 solution file.
  • -
  • Code now compiles cleanly using Code Analysis (/analyze)
  • -
-

v1.32 (11 November 2008)

-
    -
  • Fixed a bug in CAAElliptical::Calculate(double JD, const CAAEllipticalObjectElements& - elements) in the calculation of the heliocentric rectangular ecliptical, the - heliocentric ecliptical latitude and the heliocentric ecliptical longitude coordinates. - The code incorrectly used the value "omega" instead of "w" - in its calculation of the value "u". Unfortunately there is no worked - examples in Jean Meeus's book for these particular values, hence resulting - in my coding errors. Thanks to Carsten A. Arnholm for reporting this bug. -
  • -
-

v1.33 (7 February 2009)

-
    -
  • Fixed a seemingly copy and paste bug in CAAMoonPerigeeApogee::TruePerigee. - The layout of the code to accumulate the "Sigma" value was incorrect. - The terms involving T (e.g. +0.00019*T, -0.00013*T etc were adding these terms - to the argument of the sin incorrectly. With the bug fixed the worked example - 50.a from the book gives: 2447442.3543003569 JDE or 1988 October 7 at 20h:30m:11.5 - seconds. The previous buggy code was giving the same value of 2447442.3543003569, - but this would be the case because T was a small value in the example. You would - expect the error in the calculated to be bigger as the date departs from the - Epoch 2000.0. Thanks to Neoklis Kyriazis for reporting this bug.
  • -
  • Optimized the layout of the MoonCoefficient1 structure in the AAMoon.cpp - module by making all elements integers instead of doubles.
  • -
  • Optimized the layout of the PlutoCoefficient1 structure in the AAPluto.cpp - module by making all elements integers instead of doubles.
  • -
  • Updated the static version of CAADate::DaysInMonth to compile cleanly using - code analysis.
  • -
  • Updated copyright details.
  • -
-

v1.34 (12 February 2009)

-
    -
  • Fixed a seemingly copy and paste bug in CAAMoon::EclipticLongitude. The - layout of the code to calculate the "ThisSigma" value was incorrect. - The terms involving any value of M was being multiplied by E. This was incorrect - as documented at the bottom of page 338 from the second edition of Meeus's - book. The correct logic is to multiple only terms which involve +1M or -1M by - E and to multiple any terms which involved 2M or -2M by E*E. With the bug fixed - the worked example 47.a from the book now gives: 133.16726428105474 degrees. - This is a much closer result to the value as reported in the book which is 133.167265. - The previous buggy code was giving the value of 133.16726382897039 degrees for - the Moons apparent Longitude. The error in this example is 0.001627 arc seconds - of a degree. This error value is well within the actual reported accuracy of - 10 arc seconds for the code, but you would expect this error to increase as - the eccentricity of earths orbit increases. Thanks to Neoklis Kyriazis for reporting - this bug.
  • -
-

v1.35 (16 March 2009)

-
    -
  • Fixed a bug in CAAParabolic::Calculate(double JD, const CAAParabolicObjectElements& - elements) in the calculation of the heliocentric rectangular ecliptical, the - heliocentric ecliptical latitude and the heliocentric ecliptical longitude coordinates. - The code incorrectly used the value "omega" instead of "w" - in its calculation of the value "u". Unfortunately there is no worked - examples in Jean Meeus's book for these particular values, hence resulting - in my coding errors. Thanks to Jay Borseth for reporting this bug.
  • -
  • Fixed a bug in CAANearParabolic::Calculate(double JD, const CAANearParabolicObjectElements& - elements) in the calculation of the heliocentric rectangular ecliptical, the - heliocentric ecliptical latitude and the heliocentric ecliptical longitude coordinates. - The code incorrectly used the value "omega" instead of "w" - in its calculation of the value "u". Unfortunately there is no worked - examples in Jean Meeus's book for these particular values, hence resulting - in my coding errors. Thanks to Jay Borseth for reporting this bug.
  • -
-

v1.36 (28 March 2009)

-
    -
  • Fixed a bug in CAARiseTransitSet::Rise where the cyclical nature of a RA - value was not taken into account during the interpolation. In fact Meeus in - the book even refers to this issue as "Important remarks, 2." on page - 30 of the second edition. Basically when interpolating RA, we need to be careful - that the 3 values are consistent with respect to each other when any one of - them wraps around from 23H 59M 59S around to 0H 0M 0S. In this case, the RA - has increased by 0H 0M 1S of RA instead of decreasing by 23H 59M 59S. Thanks - to Corky Corcoran and Danny Flippo for both reporting this issue.
  • -
  • Fixed a bug in the calculation of the parameter "H" in CAARiseTransitSet::Rise - when calculating the local hour angle of the body for the time of transit.
  • -
-

v1.37 (30 April 2009)

-
    -
  • Fixed a bug where the M values in CAARiseTransitSet::Rise were not being - constrained to between 0 and 1. Thanks to Matthew Yager for reporting this issue.
  • -
-

v1.38 (3 October 2009)

-
    -
  • Fixed a copy and paste gremlin in the CAAEarth::EclipticLatitude method - where it incorrectly used B2, B3 & B4 coefficient terms for Venus. Due to - how this bug occurred, the magnitude of the error from it would increase as - the date deviated from the year 2000. Thanks to Isaac Salzman for reporting - this bug.
  • -
-

v1.39 (24 November 2009)

-
    -
  • Updated the sample app and documentation to provide better guidance on how - to calculate the times of Moon rise, transit and set. Thanks to Mehmet Rauf - Geden for reporting this bug.
  • -
-

v1.40 (30 December 2009)

-
    -
  • Updated the sample app to pull in cstdio instead of cstdio.h. Thanks to - Hugo Mildenberger for suggesting this update.
  • -
  • Fixed a number of GCC compiler warnings in AATest.cpp. Thanks to Hugo Mildenberger - for suggesting this update.
  • -
  • The CMake file "CMakeLists.txt" included in the download has been - updated to work correctly on Gentoo Linux. Again thanks to Hugo Mildenberger - for this update.
  • -
-

v1.41 (10 May 2010)

-
    -
  • Updated copyright details.
  • -
  • Minor update to CAAPhysicalMoon::CalculateTopocentric to put a value in - a variable for easier debugging
  • -
  • Fixed up unused variable warnings in AATest.cpp
  • -
  • Fixed spelling mistakes in AATest.cpp for "Palomor Observatory"
  • -
  • The CAAEllipticalObjectDetails::AstrometricGeocenticRA value is now known - as AstrometricGeocentricRA. Thanks to Scott Marley for reporting this spelling - mistake
  • -
  • The CAANearParabolicObjectDetails::AstrometricGeocenticRA value is now known - as AstrometricGeocentricRA. Thanks to Scott Marley for reporting this spelling - mistake
  • -
  • Removed the unused Delta parameter from the CAANutation::NutationInDeclination - method. Thanks to Thomas Meyer for reporting this issue.
  • -
-

v1.42 (21 May 2010)

-
    -
  • Fixed spelling mistakes in AATest.cpp for "Palomar Observatory". - Thanks to Leighton Paul for reporting the fact that the change for v1.41 was - still spelt incorrectly.
  • -
-

v1.43 (3 July 2010)

-
    -
  • Fixed a bug in the g_MoonPerigeeApogeeCoefficients3 table. The "+0.013*cos(4D - - 2F)" term was incorrectly using "+0.013*cos(4D - 20F)". The - error in the lunar distance because of this coding error is of the order of - 1 to 2 KM. Thanks to Thomas Meyer for reporting this bug.
  • -
  • Fixed a bug in the g_MoonPerigeeApogeeCoefficients1 table. The "D+2M-0.0010" - term was incorrectly using "D+2M-0.0011". Thanks to Thomas Meyer for - reporting this bug.
  • -
-

v1.44 (4 July 2010)

-
    -
  • Fixed various compiler warnings and errors when the code is compiled using - C++ Builder. Thanks to Neil Bingham for reporting these issues.
  • -
  • Removed unnecessary "Longitude" parameter from method CAAParallax::Ecliptic2Topocentric.
  • -
-

v1.45 (26 November 2010)

-
    -
  • CAARefraction::RefractionFromApparent now returns a constant refraction - value for all altitudes below a certain limit. Thanks to mehrzad khoddam for - prompting this update.
  • -
  • CAARefraction::RefractionFromTrue now returns a constant refraction value - for all altitudes below a certain limit. Thanks to mehrzad khoddam for prompting - this update.
  • -
-

v1.46 (8 May 2011)

-
    -
  • Updated copyright details.
  • -
  • Fixed a compilation issue on GCC where size_t was undefined in various methods. - Thanks to Carsten A. Arnholm and Andrew Hammond for reporting this bug.
  • -
  • Updated CAARiseTransitSet::Rise method to return information for circumpolar - object rather than returning bValid = false for this type of object. In the - case of a circumpolar object, the object does not rise or set on the day in - question but will of course transit at a specific time. This change means that - you do not need to recall the method with a declination value to get the transit - time. In addition if an object never rises or sets, the method will still return - the transit time even though it occurs below the horizon by setting the bTransitAboveHorizon - value to false. Note that this means that the "Transit" value will - now always include a valid value. Also the method has been renamed to Calculate. - Thanks to Andrew Hood for prompting this update
  • -
  • Fixed a bug in CAAGalileanMoons::CalculateHelper where the periodic terms - in longitude for the four satellites (Sigma1 to Sigma4) were not being converted - to radians prior to some trigonometric calculations. Thanks to Thomas Meyer - for reporting this bug.
  • -
-

v1.47 (10 September 2011)

-
    -
  • Fixed a bug in the calculation of the "F" local variable which - represents the Moon's argument of latitude in the CAAMoonPhases::TruePhase - method. Thanks to Andrew Hammond for reporting this bug.
  • -
-

v1.48 (18 March 2012)

-
    -
  • Updated copyright details.
  • -
  • All global "g_*" tables are now const. Thanks to Roger Dahl for - reporting this issue when compiling AA+ on ARM.
  • -
-

v1.49 (1 May 2012)

- -

v1.50 (2 May 2012)

-
    -
  • To further improve the accuracy of the CAADynamicalTime::DeltaT method, - the code now uses a lookup table between the dates of 1 February 1973 to 1 April - 2012 (for observed values) and predicted values from April 2012 till April 2015. - These values are as provided by IERS Rapid Service/Prediction Center at - http://maia.usno.navy.mil/ser7/deltat.data - and http://maia.usno.navy.mil/ser7/deltat.preds. - This lookup table will of course need to be kept up to date as IERS update this - information. As currently coded there is a single discontinuity of c. one second - in early April 2015. At this point - http://maia.usno.navy.mil/ser7/deltat.preds - indicates an error value for DeltaT of about 0.9 seconds anyway.
  • -
  • A new CAADynamicalTime::CumulativeLeapSeconds has been provided. This method - takes as input the Julian Day value and returns the cumulative total of Leap - seconds which have been applied to this point. For more information about leap - seconds please see http://en.wikipedia.org/wiki/Leap_second. - Using this method you can now implement code which converts from Terrestrial - Time to Coordinated Universal time as follows:

    double TerrestialTime - = some calculation using AA+ algorithms(JD);
    double DeltaT = CAADynamicalTime::DeltaT(JD); -
    double UniversalTime1 = TerrestialTime - DeltaT/86400.0; //The time of the - event using the UT1 time scale
    double TerrestialAtomicTime = TerrestialTime - - (32.184/86400.0); //The time of the event using the TAI time scale
    double - CumulativeLeapSeconds = CAADynamicalTime::CumulativeLeapSeconds(JD);
    double - CoordinatedUniversalTime = (DeltaT - CumulativeLeapSeconds - 32.184)/86400.0 - + UniversalTime1; //The time of the event using the UTC time scale
  • -
-

v1.51 (5 May 2012)

-
    -
  • Updated the sample app to print out the rise transit and set times for the - Moon and Sun as well as a ASCII graphic of the moon phase for the month of April - 2012 for the location of Wexford, Ireland. Thanks to Roger Dahl for providing - this nice addition to AA+.
  • -
-

v1.52 (12 October 2012)

-
    -
  • Refactored the code in CAARiseTransitSet::Calculate.
  • -
  • Added comments to the documentation for CAARiseTransitSet::Calculate on - the potential for returning times outside of the UTC date requested. Thanks - to Rob Phillips for reporting this issue.
  • -
-

v1.53 (13 October 2012)

-
    -
  • Updated the sample app to show the rise, transit and set details for the - Moon and Sun at the North Pole for 31 October 2012. This shows that the Sun - does not rise or set on that day and transits below the horizon at 11:43:36 - UTC and the Moon also does not rise or set and transits above the horizon at - 00:35:12 UTC. Thanks to Michael Iverson for prompting this check.
  • -
  • Removed need for std::string class from AATest.cpp module.
  • -
  • Fixed a small typo in the AARiseTransitSet.cpp history comments. Thanks - to Michael Iverson for reporting this issue.
  • -
  • Fixed a typo in the spelling of Coefficient throughout the AADynamicalTime.cpp - module. Thanks to Michael Iverson for reporting this issue.
  • -
-

v1.54 (27 October 2012)

-
    -
  • Fixed a buffer initialization bug in PrintMoonPhase function in AAAtest.cpp. - This was resulting in the moon phase ASCII diagrams to not show correctly on - Unix terminals.
  • -
  • I now have a Ubuntu 12.10 VM setup which allows the code to be fully tested - on a Unix OS going forward. I am using the Code::Blocks IDE to provide a familiar - development experience for this Visual Studio veteran!
  • -
  • Fixed a transcription bug in CAAElementsPlanetaryOrbit::SaturnLongitudePerihelion. - The correct coefficient for multiplying by T should have been 1.9637613 instead - of 1.19637613. In the worked example of 31.a from Meeus's book, he uses - the date June 24 2065. With this bug now eliminated the value returned is now - 94.34 degrees instead of 93.84 degrees for this date. Basically the incorrect - coefficient would have returned a value too small by 0.77 degrees for every - Julian century after the epoch J2000.0 = 2000 January 1.5 TD = JDE 2451545.0. - Thanks to Sudhakar Gumparthi for reporting this bug.
  • -
-

v1.55 (4 August 2013)

-
    -
  • Updated copyright details
  • -
  • Updated the observed DeltaT values from - http://maia.usno.navy.mil/ser7/deltat.data - to 1st April 2013
  • -
  • Updated the predicted DeltaT values from - http://maia.usno.navy.mil/ser7/deltat.preds - to 1st January 2023
  • -
  • Fixed a transcription error in the third coefficient used to calculate the - L0 term for the ecliptic longitude of Mercury. Thanks to Isaac Clark for reporting - this issue.
  • -
  • Fixed a transcription error in the fifth coefficient used to calculate the - L2 term for the ecliptic longitude of Mercury. Thanks to Isaac Clark for reporting - this issue.
  • -
  • Fixed a transcription error in the second coefficient used to calculate - the L4 term for the ecliptic longitude of Mercury. Thanks to Isaac Clark for - reporting this issue.
  • -
  • Fixed a transcription error in the ninth coefficient used to calculate the - B0 term for the ecliptic latitude of Mercury. Thanks to Isaac Clark for reporting - this issue.
  • -
  • Fixed a transcription error in the third coefficient used to calculate the - B0 term for the ecliptic latitude of Venus. Thanks to Isaac Clark for reporting - this issue. Spot tests indicate that this change only affected the ecliptic - latitude in the sixth decimal place.
  • -
  • Fixed a transcription error in the twenty first coefficient used to calculate - the L0 term for the ecliptic longitude of Earth. Thanks to Isaac Clark for reporting - this issue.
  • -
  • Fixed a transcription error in the sixteenth coefficient used to calculate - the L1 term for the ecliptic longitude of Earth. Thanks to Isaac Clark for reporting - this issue.
  • -
  • Fixed a transcription error in the second coefficient used to calculate - the B2 term for the ecliptic latitude of Mars. Thanks to Isaac Clark for reporting - this issue.
  • -
  • Fixed a transcription error in the third coefficient used to calculate the - B2 term for the ecliptic latitude of Mars. Thanks to Isaac Clark for reporting - this issue.
  • -
  • Fixed a transcription error in the thirty ninth coefficient used to calculate - the L0 term for the ecliptic longitude of Jupiter. Thanks to Isaac Clark for - reporting this issue.
  • -
  • Fixed a transcription error in the sixteenth coefficient used to calculate - the R1 term for the ecliptic radius vector of Jupiter. Thanks to Isaac Clark - for reporting this issue.
  • -
  • Fixed a transcription error in the twenty ninth coefficient used to calculate - the B2 term for the ecliptic latitude of Saturn. Thanks to Isaac Clark for reporting - this issue. Spot tests indicate that this change only affected the ecliptic - latitude in the twelfth decimal place.
  • -
  • Fixed a transcription error in the second coefficient used to calculate - the B0 term for the ecliptic latitude of Neptune. Thanks to Isaac Clark for - reporting this issue. Spot tests indicate that this change only affected the - ecliptic latitude in the sixth decimal place.
  • -
-

v1.56 (8 September 2013)

-
    -
  • Fixed a bug in the calculation of HeliocentricEclipticLongitude and HeliocentricEclipticLatitude - in CAAParabolic::Calculate. Thanks to Joe Novak for reporting this problem. -
  • -
  • Fixed a bug in the calculation of HeliocentricEclipticLongitude and HeliocentricEclipticLatitude - in CAANearParabolic::Calculate. Thanks to Joe Novak for reporting this problem. -
  • -
-

v1.57 (28 October 2013)

-
    -
  • Renamed the method CAAEquinoxesAndSolstices::SpringEquinox to NorthwardEquinox - to avoid the northern hemisphere bias in the name. Thanks to Marius Gleeson - for prompting this update.
  • -
  • Renamed the method CAAEquinoxesAndSolstices::AutumnEquinox to SouthwardEquinox - to avoid the northern hemisphere bias in the name. Thanks to Marius Gleeson - for prompting this update.
  • -
  • Renamed the method CAAEquinoxesAndSolstices::SummerSolstice to NorthernSolstice - to avoid the northern hemisphere bias in the name. Thanks to Marius Gleeson - for prompting this update.
  • -
  • Renamed the method CAAEquinoxesAndSolstices::WinterSolstice to SouthernSolstice - to avoid the northern hemisphere bias in the name. Thanks to Marius Gleeson - for prompting this update.
  • -
  • The method CAAEquinoxesAndSolstices::LengthOfSpring now takes a boolean - to indicate which hemisphere the observer is located in. Previously the code - assumed a northern hemisphere bias. Thanks to Marius Gleeson for prompting this - update.
  • -
  • The method CAAEquinoxesAndSolstices::LengthOfSummer now takes a boolean - to indicate which hemisphere the observer is located in. Previously the code - assumed a northern hemisphere bias. Thanks to Marius Gleeson for prompting this - update.
  • -
  • The method CAAEquinoxesAndSolstices::LengthOfAutumn now takes a boolean - to indicate which hemisphere the observer is located in. Previously the code - assumed a northern hemisphere bias. Thanks to Marius Gleeson for prompting this - update.
  • -
  • The method CAAEquinoxesAndSolstices::LengthOfWinter now takes a boolean - to indicate which hemisphere the observer is located in. Previously the code - assumed a northern hemisphere bias. Thanks to Marius Gleeson for prompting this - update.
  • -
  • Updated the sample app to print out a table of information related to Equinoxes - and Solstices.
  • -
  • Addition of a CAADynamicalTime::TT2UTC method which converts from TT to - UTC.
  • -
  • Addition of a CAADynamicalTime::UTC2TT method which converts from UTC to - TT.
  • -
  • Addition of a CAADynamicalTime::TT2TAI method which converts from TT to - TAI.
  • -
  • Addition of a CAADynamicalTime::TAI2TT method which converts from TAI to - TT.
  • -
  • Addition of a CAADynamicalTime::TT2UT1 method which converts from TT to - UT1.
  • -
  • Addition of a CAADynamicalTime::UT12TT method which converts from UT1 to - TT.
  • -
  • Updated the observed DeltaT values from - http://maia.usno.navy.mil/ser7/deltat.data - to 1st September 2013.
  • -
  • Addition of a CAADynamicalTime::UT1MinusUTC method which returns UT1 - UTC. -
  • -
  • Fixed a number of GCC compiler warnings in AATest.cpp.
  • -
-

v1.58 (12 November 2014)

-
    -
  • Updated copyright details.
  • -
  • Fixed two transcription bugs in the CAAPrecession::PrecessEquatorial method. - The"0.000344*T" term was incorrectly using "0.0000344*T" - when calculating "sigma" and the "0.000139*Tsquared" term - was incorrectly using "0.000138*Tsquared" when calculating "zeta". - Thanks to Erik Grosse for reporting this bug. The errors were so small that - the values from the worked example of 21.b from the book ended up giving the - same results. If a longer timespan was used for the example instead of the 28 - years then the errors would have been easier to spot with the incorrect terms.
  • -
  • Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st October 2014.
  • -
  • Updated the predicted DeltaT values from http://maia.usno.navy.mil/ser7/deltat.preds to 1st January 2024.
  • -
-

v1.59 (15 February 2015)

- -

v1.60 (29 March 2015)

-
    -
  • Updated copyright details.
  • -
  • Updates to the html documentation to clarify the units used in some of - the CAACoordinateTransaction methods. Thanks to "Forrest" for reporting - these issues.
  • -
  • Fixed up some variable initializations around the use of modf. Thanks to - Arnaud Cueille for reporting this issue.
  • -
-

v1.61 (5 July 2015)

-
    -
  • U1 (the Saturnicentric longitude of the Sun) and U2 (the Saturnicentic - longitude of the Earth) are now returned in CAASaturnRings::Calculate.
  • -
  • Fixed a bug in the calculation of CAASaturnRingDetails::DeltaU in the - method CAASaturnRings::Calculate where for some date ranges the value would - end up greater than 180 degrees. The book indicates that this value should - never be more than 7 degrees. The issue was related to subtraction of two - angles to obtain an absolute elongation value between the two. By definition - this value should never be greater than 180 degrees. The bug occurred - between the dates of June 3rd 2024 and July 28th 2024 and December 1st 2024 - and February 12 2025. Thanks to Frank Vergeest for reporting this bug.
  • -
  • Updated the observed DeltaT values from - http://maia.usno.navy.mil/ser7/deltat.data to 1st April 2015.
  • -
-

v1.62 (12 July 2015)

-
    -
  • Fixed a bug in CAAElliptical::Calculate when calculating values for the - position of the Sun. The values returned by this method are now consistent - with those returned using the methods of the CAASun class, the planetarium - program SkyMap and the JPL HORIZON's web site. The errors were of the order - of 4 arc seconds in declination and 1.5 seconds of Right ascension for - modern times. I have also taken the opportunity to optimize the code in this - method. With these changes the errors are now down to 0.5 seconds of an - angle in declination and right ascension. Thanks to Marko Peric for - reporting this bug.
  • -
-

v1.63 (16 September 2015)

-
    -
  • AA+ now includes complete support for the VSOP87 theory (ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/) - in addition to the truncated VSOP87 theory as presented in Meeus's book. - This theory is used throughout the AA+ codebase to calculate the positions - of the planets and the Sun. The full VSOP87 theory is implemented by the new - AAVSOP*.cpp/h files included in the AA+ download. For a good introduction to - VSOP87, please see - https://en.wikipedia.org/wiki/VSOP_%28planets%29. The classes in AA+ to - support VSOP87 have been machine generated by parsing the VSOP87 files with - a custom C++ app to generate the new header and source modules. The results - have been comprehensively spot checked against the VSOP87 test values - provided in the "vsop87.chk" file in the VSOP87 files. Each VSOP theory - (VSOP87, VSOP87A, VSOP87B, VSOP87C, VSOP87D, & VSOP87E) for each of the - objects (Sun, Mercury, Venus, Earth, Earth-Moon Barycenter, Mars, Jupiter, - Saturn, Uranus & Neptune) are implemented in separate header and source - modules so client applications can decide which modules to include. The - existing AA+ codebase will now optionally call into these new modules as - required. With this addition AA+ has gone from 840 Kilobytes and 16 thousand - lines of C++ source code library to 20 Megabytes and 291 thousand lines of a - C++ source code library. In one fell swoop I have almost doubled the amount - of open source code I distribute on my web site. Please note that if you - want to compile AA+ to not pull in a dependency on the new and quite large - VSOP87 modules, then you can define the preprocessor value - "AAPLUS_VSOP87_NO_HIGH_PRECISION" in your project. This will revert the AA+ - classes to just depend on the truncated VSOP87 theory as presented in - Meeus's book.
  • -
  • Updated the CAACoordinateTransformation::MapTo0To360Range to use - the fmod C runtime function.
  • -
  • Updated the CAACoordinateTransformation::MapTo0To24Range to use - the fmod C runtime function.
  • -
  • Added new CAACoordinateTransformation::MapTo0To2PIRange - and MapToMinus90To90Range methods.
  • -
  • CAAAberration::EclipticAberration, EarthVelocity and - EquatorialAberration now include a "bool bHighPrecision" - parameter which if set to true means the code uses the full VSOP87 theory - rather than the truncated theory as presented in Meeus's book.
  • -
  • CAAEarth::EclipticLongitude, EclipticLatitude, RadiusVector, - EclipticLongitudeJ2000 & EclipticLatitudeJ2000 now include a "bool - bHighPrecision" parameter which if set to true means the code uses the full - VSOP87 theory rather than the truncated theory as presented in Meeus's book.
  • -
  • CAAElliptical::Calculate now includes a "bool bHighPrecision" - parameter which if set to true means the code uses the full VSOP87 theory - rather than the truncated theory as presented in Meeus's book.
  • -
  • CAAEquationOfTime::Calculate now includes a "bool bHighPrecision" - parameter which if set to true means the code uses the full VSOP87 theory - rather than the truncated theory as presented in Meeus's book.
  • -
  • All the methods in CAAEquinoxesAndSolstices now include a "bool - bHighPrecision" parameter which if set to true means the code uses the full - VSOP87 theory rather than the truncated theory as presented in Meeus's book.
  • -
  • CAAGalileanMoons::Calculate now includes a "bool bHighPrecision" - parameter which if set to true means the code uses the full VSOP87 theory - rather than the truncated theory as presented in Meeus's book.
  • -
  • CAAJupiter::EclipticLongitude, EclipticLatitude & RadiusVector now - include a "bool bHighPrecision" parameter which if set to true means the - code uses the full VSOP87 theory rather than the truncated theory as - presented in Meeus's book.
  • -
  • CAAMars::EclipticLongitude, EclipticLatitude & RadiusVector now include - a "bool bHighPrecision" parameter which if set to true means the code uses - the full VSOP87 theory rather than the truncated theory as presented in - Meeus's book.
  • -
  • CAAMercury::EclipticLongitude, EclipticLatitude & RadiusVector now - include a "bool bHighPrecision" parameter which if set to true means the - code uses the full VSOP87 theory rather than the truncated theory as - presented in Meeus's book.
  • -
  • CAANearParabolic::Calculate now includes a "bool bHighPrecision" - parameter which if set to true means the code uses the full VSOP87 theory - rather than the truncated theory as presented in Meeus's book.
  • -
  • CAANeptune::EclipticLongitude, EclipticLatitude & RadiusVector now - include a "bool bHighPrecision" parameter which if set to true means the - code uses the full VSOP87 theory rather than the truncated theory as - presented in Meeus's book.
  • -
  • CAAParabolic::Calculate now includes a "bool bHighPrecision" parameter - which if set to true means the code uses the full VSOP87 theory rather than - the truncated theory as presented in Meeus's book.
  • -
  • CAAPhysicalJupiter::Calculate now includes a "bool bHighPrecision" - parameter which if set to true means the code uses the full VSOP87 theory - rather than the truncated theory as presented in Meeus's book.
  • -
  • CAAPhysicalMars::Calculate now includes a "bool bHighPrecision" parameter - which if set to true means the code uses the full VSOP87 theory rather than - the truncated theory as presented in Meeus's book.
  • -
  • CAAPhysicalMoon::CalculateSelenographicPositionOfSun, AltitudeOfSun, - TimeOfSunrise and TimeOfSunset methods now include a "bool bHighPrecision" - parameter which if set to true means the code uses the full VSOP87 theory - rather than the truncated theory as presented in Meeus's book.
  • -
  • CAAPhysicalSun::Calculate now includes a "bool bHighPrecision" parameter - which if set to true means the code uses the full VSOP87 theory rather than - the truncated theory as presented in Meeus's book.
  • -
  • CAASaturn::EclipticLongitude, EclipticLatitude & RadiusVector now - include a "bool bHighPrecision" parameter which if set to true means the - code uses the full VSOP87 theory rather than the truncated theory as - presented in Meeus's book.
  • -
  • CAASaturnMoons::Calculate now includes a "bool bHighPrecision" parameter - which if set to true means the code uses the full VSOP87 theory rather than - the truncated theory as presented in Meeus's book.
  • -
  • CAASaturnRings::Calculate now includes a "bool bHighPrecision" parameter - which if set to true means the code uses the full VSOP87 theory rather than - the truncated theory as presented in Meeus's book.
  • -
  • All the methods in CAASun now include a "bool bHighPrecision" - parameter which if set to true means the code uses the full VSOP87 theory - rather than the truncated theory as presented in Meeus's book.
  • -
  • CAAUranus::EclipticLongitude, EclipticLatitude & RadiusVector now - include a "bool bHighPrecision" parameter which if set to true means the - code uses the full VSOP87 theory rather than the truncated theory as - presented in Meeus's book.
  • -
  • CAAVenus::EclipticLongitude, EclipticLatitude & RadiusVector now include - a "bool bHighPrecision" parameter which if set to true means the code uses - the full VSOP87 theory rather than the truncated theory as presented in - Meeus's book.
  • -
  • Verfied the code compiles cleanly on Visual C++ 2015.
  • -
  • Updated the observed DeltaT values from - - http://maia.usno.navy.mil/ser7/deltat.data to 1st July 2015.
  • -
  • Updated the predicted DeltaT values from - - http://maia.usno.navy.mil/ser7/deltat.preds to 1st January 2025.
  • -
-

 

-

 

-

 

-

Class Framework Reference

-

The framework consists of the following classes:

-

 

-

CAAAberration

-

CAAAngularSeparation

-

CAABinaryStar

-

CAACoordinateTransformation

-

CAADate

-

CAADiameters

-

CAADynamicalTime

-

CAAEarth

-

CAAEaster

-

CAAEclipses

-

CAAEclipticalElements

-

CAAElementsPlanetaryOrbit

-

CAAElliptical

-

CAAEquationOfTime

-

CAAEquinoxesAndSolstices

-

CAAFK5

-

CAAGalileanMoons

-

CAAGlobe

-

CAAIluminatedFraction

-

CAAInterpolate

-

CAAJewishCalendar

-

CAAJupiter

-

CAAKepler

-

CAAMars

-

CAAMercury

-

CAAMoon

-

CAAMoonIlluminatedFraction

-

CAAMoonMaxDeclinations

-

CAAMoonNodes

-

CAAMoonPerigeeApogee

-

CAAMoonPhases

-

CAAMoslemCalendar

-

CAANearParabolic

-

CAANeptune

-

CAANodes

-

CAANutation

-

CAAParabolic

-

CAAParallactic

-

CAAParallax

-

CAAPhysicalJupiter

-

CAAPhysicalMars

-

CAAPhysicalMoon

-

CAAPhysicalSun

-

CAAPlanetaryPhenomena

-

CAAPlanetPerihelionAphelion

-

CAAPluto

-

CAAPrecession

-

CAARefraction

-

CAARiseTransitSet

-

CAASaturn

-

CAASaturnMoons

-

CAASaturnRings

-

CAASidereal

-

CAAStellarMagnitudes

-

CAASun

-

CAAUranus

-

CAAVenus

-

CAAVSOP87_EMB

-

CAAVSOP87_Jupiter

-

CAAVSOP87_Mars

-

CAAVSOP87_Mercury

-

CAAVSOP87_Neptune

-

CAAVSOP87_Saturn

-

CAAVSOP87_Uranus

-

CAAVSOP87_Venus

-

CAAVSOP87A_Earth

-

CAAVSOP87A_EMB

-

CAAVSOP87A_Jupiter

-

CAAVSOP87A_Mars

-

CAAVSOP87A_Mercury

-

CAAVSOP87A_Neptune

-

CAAVSOP87A_Saturn

-

CAAVSOP87A_Uranus

-

CAAVSOP87A_Venus

-

CAAVSOP87B_Earth

-

CAAVSOP87B_Jupiter

-

CAAVSOP87B_Mars

-

CAAVSOP87B_Mercury

-

CAAVSOP87B_Neptune

-

CAAVSOP87B_Saturn

-

CAAVSOP87B_Uranus

-

CAAVSOP87B_Venus

-

CAAVSOP87C_Earth

-

CAAVSOP87C_Jupiter

-

CAAVSOP87C_Mars

-

CAAVSOP87C_Mercury

-

CAAVSOP87C_Neptune

-

CAAVSOP87C_Saturn

-

CAAVSOP87C_Uranus

-

CAAVSOP87C_Venus

-

CAAVSOP87D_Earth

-

CAAVSOP87D_Jupiter

-

CAAVSOP87D_Mars

-

CAAVSOP87D_Mercury

-

CAAVSOP87D_Neptune

-

CAAVSOP87D_Saturn

-

CAAVSOP87D_Uranus

-

CAAVSOP87D_Venus

-

CAAVSOP87E_Earth

-

CAAVSOP87E_Jupiter

-

CAAVSOP87E_Mars

-

CAAVSOP87E_Mercury

-

CAAVSOP87E_Neptune

-

CAAVSOP87E_Saturn

-

CAAVSOP87E_Sun

-

CAAVSOP87E_Uranus

-

CAAVSOP87E_Venus

-

 

-

 

-

CAAberration

-

This class provides for calculation of the effects of aberration. This refers -to Chapter 23 in the book.

-

 

-

Functions this class provides include:

-

EarthVelocity

-

EclipticAberration

-

EquatorialAberration

-

 

-

CAAAberration::EarthVelocity

-

static CAA3DCoordinate EarthVelocity(double JD, -bool bHighPrecision)

-

Return Value

-

3D rectangular heliocentric equatorial velocity of the Earth based on the fixed -equator and equinox of FK5 for the epoch J2000.0. The units of each coordinate -returned are in 10 to the power of -8 astronomical units per day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAAberration::EclipticAberration

-

static CAA2DCoordinate EclipticAberration(double Lambda, -double Beta, double JD, -bool bHighPrecision)

-

Return Value

-

Returns the correction due to aberration. The X value will contain the ecliptic -longitude correction in degrees and Y will contain the ecliptic latitude correction -in degrees.

-

Parameters

-

Lambda The ecliptic longitude in degrees.

-

Beta The ecliptic latitude in degrees.

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAAberration::EquatorsialAberration

-

static CAA2DCoordinate EquatorialAberration(double Alpha, -double Delta, double JD, -bool bHighPrecision)

-

Return Value

-

Returns the correction due to aberration. The X value will contain the right -ascension correction expressed as an hour angle and Y will contain the declination -correction in degrees.

-

Parameters

-

Alpha The right ascension expressed as an hour angle.

-

Delta The declination in degrees.

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

 

-

CAAAngularSeparation

-

This class provides the algorithms which obtain various separation distances -between celestial objects. This refers to Chapter 17, 19 & 20 in the book.

-

 

-

Functions this class provides include:

-

Separation

-

PositionAngle

-

DistanceFromGreatArc

-

SmallestCircle

-

 

-

CAAAngularSeparation::Separation

-

static double Separation(double Alpha1, double Delta1, -double Alpha2, double Delta2)

-

Return Value

-

Returns the distance between the two positions in degrees.

-

Parameters

-

Alpha1 The first right ascension expressed as an hour angle.

-

Delta1 The first declination in degrees

-

Alpha2 The second right ascension expressed as an hour angle.

-

Delta2 The second declination in degrees

-

 

-

CAAAngularSeparation::PositionAngle

-

static double PositionAngle(double Alpha1, double Delta1, -double Alpha2, double Delta2)

-

Return Value

-

Returns the position angle of (Alpha1, Delta1) relative to (Alpha2, Delta2) in -degrees.

-

Parameters

-

Alpha1 The first right ascension expressed as an hour angle.

-

Delta1 The first declination in degrees

-

Alpha2 The second right ascension expressed as an hour angle.

-

Delta2 The second declination in degrees

-

 

-

CAAAngularSeparation::DistanceFromGreatArc

-

static double DistanceFromGreatArc(double Alpha1, double -Delta1, double Alpha2, double Delta2, double -Alpha3, double Delta3)

-

Return Value

-

Returns the distance of (Alpha3, Delta3) to the great circle (Alpha1, Delta1) -- (Alpha2, Delta2) in degrees.

-

Parameters

-

Alpha1 The first right ascension expressed as an hour angle.

-

Delta1 The first declination in degrees

-

Alpha2 The second right ascension expressed as an hour angle.

-

Delta2 The second declination in degrees

-

Alpha3 The third right ascension expressed as an hour angle.

-

Delta3 The third declination in degrees

-

 

-

CAAAngularSeparation::SmallestCircle

-

static double SmallestCircle(double Alpha1, double Delta1, -double Alpha2, double Delta2, double Alpha3, -double Delta3, bool& bType1)

-

Return Value

-

Returns the diameter of the smallest circle encompassing the 3 points in degrees.

-

Parameters

-

Alpha1 The first right ascension expressed as an hour angle.

-

Delta1 The first declination in degrees

-

Alpha2 The second right ascension expressed as an hour angle.

-

Delta2 The second declination in degrees

-

Alpha3 The third right ascension expressed as an hour angle.

-

Delta3 The third declination in degrees

-

bType1 Upon return will be true if the smallest circle is of type 1, otherwise -false, implying smallest circle is of type 2.

-

 

-

 

-

CAABinaryStar

-

This class provides for calculation of the position of a Binary Star system. -This refers to Chapter 57 in the book.

-

 

-

Functions this class provides include:

-

Calculate

-

ApparentEccentricity

-

 

-

CAABinaryStar::Calculate

-

static CAABinaryStarDetails Calculate(double t, double -P, double T, double e, double a, -double i, double omega, double w)

-

Return Value

-

A class containing

-

r The radius vector of the component in arc seconds of a degree.

-

Theta The apparent position angle in degrees.

-

Rho The angular separation between the two components arc seconds of a -degree.

-

Parameters

-

t The time given in years and decimals to perform the calculation for

-

P The period of revolution expressed in mean solar years.

-

T The time of periastron passage given in years and decimals.

-

e Eccentricity of the true orbit.

-

a The semi major axis expressed in seconds of a degree.

-

i The inclination of the plane of the true orbit in degrees to the plane -at right angles to the line of sight.

-

omega The position angle of the ascending node in degrees

-

w The longitude of the periastron in degrees.

-

 

-

CAABinaryStar::ApparentEccentricty

-

static double ApparentEccentricity(double e, -double i, double w)

-

Return Value

-

The apparent eccentricity of the binary star orbit

-

Parameters

-

e Eccentricity of the true orbit.

-

i The inclination of the plane of the true orbit in degrees to the plane -at right angles to the line of sight.

-

w The longitude of the periastron in degrees.

-

 

-

 

-

CAACoordinateTransformation

-

This class provides for the transformations of the coordinates as well as helper -angle methods. This refers to Chapter 13 and parts of Chapter 1 in the book.

-

 

-

Functions this class provides include:

-

Equatorial2Ecliptic

-

Ecliptic2Equatorial

-

Equatorial2Horizontal

-

Horizontal2Equatorial

-

Equatorial2Galactic

-

Galactic2Equatorial

-

PI

-

DegreesToRadians

-

RadiansToDegrees

-

RadiansToHours

-

HoursToRadians

-

HoursToDegrees

-

DegreesToHours

-

DMSToDegrees

-

MapTo0To360Range

-

MapTo0To24Range

-

MapTo0To2PIRange

-

MapToMinus90To90Range

-

 

-

-CAACoordinateTransformation::Equatorial2Ecliptic

-

static CAA2DCoordinate Equatorial2Ecliptic(double Alpha, double -Delta, double Epsilon)

-

Return Value

-

Returns the converted ecliptic coordinates in a CAA2DCoordinate class. The x -value in the class corresponds to the ecliptic longitude in degrees and the y value -corresponds to the ecliptic latitude in degrees.

-

Parameters

-

Alpha The right ascension expressed as decimal hours.

-

Delta The declination in degrees.

-

Epsilon The obliquity of the ecliptic in degrees.

-

Remarks

-

The transformation of coordinates from Equatorial to Ecliptic. This refers to -algorithm 13.1 and 13.2 on page 93.

-

 

-

-CAACoordinateTransformation::Ecliptic2Equatorial

-

static CAA2DCoordinate Ecliptic2Equatorial(double Lambda, double -Beta, double Epsilon)

-

Return Value

-

Returns the converted equatorial coordinates in a CAA2DCoordinate class. The -x value in the class corresponds to the right -ascension in decimal hours and the y -value corresponds to the declination in degrees.

-

Parameters

-

Lambda The ecliptic longitude in degrees.

-

Beta The ecliptic latitude in degrees.

-

Epsilon the obliquity of the ecliptic in degrees.

-

Remarks

-

The transformation of coordinates from Ecliptic to Equatorial. This refers to -algorithm 13.3 and 13.4 on page 93.

-

 

-

-CAACoordinateTransformation::Equatorial2Horizontal

-

static CAA2DCoordinate Equatorial2Horizontal(double LocalHourAngle, -double Delta, double Latitude)

-

Return Value

-

Returns the converted horizontal coordinates in a CAA2DCoordinate class. The -x value in the class corresponds to the azimuth in degrees and the y value corresponds -to the altitude in degrees.

-

Parameters

-

LocalHourAngle The local hour angle in -decimal hours, measured westwards from the South. To convert a equatorial -right ascension to a local hour angle you can use the formula as mentioned on -page 92: Local hour angle -(H) = apparent sidereal time at Greenwich (theta) - observer's longitude (L, -positive west, negative east from Greenwich) - right ascension. You should of -course make sure that all the values used in this formula are expressed as -decimal hours before applying the formula (in particular the observer's -longitude "L" value).

-

Delta The declination in degrees.

-

Latitude The standard latitude of the position in degrees.

-

Remarks

-

The transformation of coordinates from Equatorial to Horizontal. This refers -to algorithm 13.5 and 13.6 on page 93.

-

 

-

-CAACoordinateTransformation::Horizontal2Equatorial

-

static CAA2DCoordinate Horizontal2Equatorial(double A, double -h, double Latitude)

-

Return Value

-

Returns the converted equatorial coordinates in a CAA2DCoordinate class. The -x value in the class corresponds to the local hour -angle in decimal hours and the y -value corresponds to the declination in degrees.

-

Parameters

-

A The azimuth in degrees.

-

h The altitude in degrees

-

Latitude The standard latitude of the position in degrees.

-

Remarks

-

The transformation of coordinates from Horizontal to Equatorial. This refers -to the two algorithms on the top of page 94. To convert the returned local hour -angle back to a right ascension in decimal hours you can use the formula as -mentioned on page 92: right ascension (alpha) = apparent sidereal time at -Greenwich (theta) - Local hour angle (H) - observer's longitude (L, positive -west, negative east from Greenwich). You should of course make sure that all the -values used in this formula are expressed as decimal hours before applying the -formula (in particular the observer's longitude "L" value).

-

 

-

-CAACoordinateTransformation::Equatorial2Galactic

-

static CAA2DCoordinate Equatorial2Galactic(double Alpha, double -Delta)

-

Return Value

-

Returns the converted galactic coordinates in a CAA2DCoordinate class. The x -value in the class corresponds to the galactic longitude in degrees and the y value -corresponds to the galactic latitude in degrees.

-

Parameters

-

Alpha The right ascension in decimal hours.

-

Delta The declination in degrees.

-

Remarks

-

The transformation of coordinates from Equatorial to Galactic. This refers to -algorithm 13.7 and 13.8 on page 94.

-

 

-

-CAACoordinateTransformation::Galactic2Equatorial

-

static CAA2DCoordinate Galactic2Equatorial(double l, double -b)

-

Return Value

-

Returns the converted equatorial coordinates in a CAA2DCoordinate class. The -x value in the class corresponds to the right -ascension in decimal hours and the y -value corresponds to the declination in degrees.

-

Parameters

-

l  The galactic longitude expressed in degrees.

-

b The galactic latitude expressed in degrees.

-

Remarks

-

The transformation of coordinates from Galactic to Equatorial. This refers to -the last two algorithms on page 94.

-

 

-

CAACoordinateTransformation::PI

-

static double PI()

-

Return Value

-

Returns the constant value of pi i.e 3.1415926...

-

 

-

CAACoordinateTransformation::DegreesToRadians

-

static double DegreesToRadians(double Degrees)

-

Return Value

-

Returns the value in radians which was converted from degrees.

-

Parameters

-

Degrees The angular value to convert measured in degrees.

-

 

-

CAACoordinateTransformation::RadiansToDegrees

-

static double RadiansToDegrees(double Radians)

-

Return Value

-

Returns the value in degrees which was converted from radians.

-

Parameters

-

Radians The angular value to convert measured in radians.

-

 

-

CAACoordinateTransformation::RadiansToHours

-

static double RadiansToHours(double Radians)

-

Return Value

-

Returns the value expressed as an hour angle which was converted from radians. -

-

Parameters

-

Radians The angular value to convert measured in radians.

-

 

-

CAACoordinateTransformation::HoursToRadians

-

static double HoursToRadians(double Hours)

-

Return Value

-

Returns the value in radians which was converted from hours.

-

Parameters

-

Hours The numeric value to convert measured in hours.

-

 

-

CAACoordinateTransformation::HoursToDegrees

-

static double HoursToDegrees(double Hours)

-

Return Value

-

Returns the value in degrees which was converted from hours.

-

Parameters

-

Hours The numeric value to convert measured in hours.

-

 

-

CAACoordinateTransformation::DegreesToHours

-

static double DegreesToHours(double Degrees)

-

Return Value

-

Returns the value in hours which was converted from degrees.

-

Parameters

-

Degrees The angular value to convert measured in degrees.

-

 

-

CAACoordinateTransformation::DMSToDegrees

-

DMSToDegrees(double Degrees, double Minutes, double -Seconds, bool bPositive = true)

-

Return Value

-

Returns the value in degrees which was converted from degrees, minutes and seconds. -

-

Parameters

-

Degrees  The degree part of the angular value to convert.

-

Minutes The minute part of the angular value to convert.

-

Seconds The second part of the angular value to convert.

-

bPositive true if the input value corresponds to a non-negative value -with false implying the value is positive

-

Remarks

-

To convert the angle 21° 44' 07" you would use DMSToDegrees(21, 44, -7, true).

-

To convert the angle -12° 47' 22" you would use DMSToDegrees(12, 47, -22, false) or DMSToDegrees(-12, -47, -22, true).

-

To convert the angle -0° 32' 41" you must use DMSToDegrees(0, 32, 41, -false).

-

 

-

CAACoordinateTransformation::MapTo0To360Range

-

static double MapTo0To360Range(double Degrees)

-

Return Value

-

Maps an arbitrary angular value to the range 0 to 360. i.e. inputting the value --2 will return a value of 258.

-

Parameters

-

Degrees The angular value.

-

 

-

CAACoordinateTransformation::MapTo0To24Range

-

static double MapTo0To24Range(double HourAngle)

-

Return Value

-

Maps an arbitrary value to the range 0 to 24. i.e. inputting the value -2 will return a value of 22.

-

Parameters

-

HourAngle The hour angle.

-

 

-

CAACoordinateTransformation::MapTo0To2PIRange

-

static double MapTo0To2PIRange(double Angle)

-

Return Value

-

Maps an arbitrary value to the range 0 to 2*PI. i.e. inputting the value -1 will return a value of -5.2831853071795862.

-

Parameters

-

Angle The angle in radians.

-

 

-

CAACoordinateTransformation::MapToMinus90To90Range

-

static double MapToMinus90To90Range(double Degrees)

-

Return Value

-

Maps an arbitrary angular value to the range -90 to 90.

-

Parameters

-

Degrees The angular value.

-

 

-

 

-

CAADate

-

This class provides the algorithms which convert between the Gregorian and Julian -calendars and the Julian Day. This refers to Chapter 7 and parts of Chapter 9 in -the book.

-

 

-

Functions this class provides include:

-

CAADate

-

IsLeap

-

Julian

-

operator double

-

Day

-

Month

-

Year

-

Hour

-

Minute

-

Second

-

Set

-

SetInGregorianCalendar

-

InGregorianCalendar

-

Get

-

DayOfWeek

-

DayOfYear

-

DaysInMonth

-

DaysInYear

-

DayOfYearToDayAndMonthAndDate

-

JulianToGregorian

-

GregorianToJulian

-

Leap

-

FractionalYear

-

 

-

CAADate::CAADate

-

CAADate()

-

CAADate(long Year, long Month, double Day, -bool bGregorianCalendar)

-

CAADate(long Year, long Month, double Day, -double Hour, double Minute, double Second, -bool bGregorianCalendar)

-

CAADate(double JD, bool bGregorianCalendar)

-

Parameters

-

Year The year. (Years are counted astronomically i.e. 1 BC = Year 0)

-

Month The month of the year (1 for January to 12 for December).

-

Day The day of the month (Can include decimals).

-

Hour The hour (Can include decimals).

-

Minute The minute (Can include decimals).

-

Second The seconds (Can include decimals).

-

JD The Julian day including decimals.

-

bGregorianCalendar true to imply a date in the Gregorian Calendar, false -means use the Julian Calendar.

-

Remarks

-

Constructs a date given a variety of parameters.

-

 

-

CAADate::IsLeap

-

static bool IsLeap(long Year, bool bGregorianCalendar)

-

Return Value

-

true if the specified year is leap otherwise false.

-

Parameters

-

Year The year. (Years are counted astronomically i.e. 1 BC = Year 0)

-

bGregorianCalendar true to imply a date in the Gregorian Calendar, false -means use the Julian Calendar.

-

 

-

CAADate::Julian

-

double Julian() const

-

Return Value

-

Returns the underlying Julian Day including decimals.

-

 

-

CAADate::operator double

-

operator double() const

-

Return Value

-

Returns the underlying Julian Day including decimals.

-

 

-

CAADate::Day

-

long Day() const

-

Return Value

-

Returns the day of the month this date represents.

-

 

-

CAADate::Month

-

long Month() const

-

Return Value

-

Returns the month (1 - 12) this date represents.

-

 

-

CAADate::Year

-

long Year() const

-

Return Value

-

Returns the year this date represents.

-

 

-

CAADate::Hour

-

long Hour() const

-

Return Value

-

Returns the hour this date represents.

-

 

-

CAADate::Minute

-

long Minute() const

-

Return Value

-

Returns the minute this date represents.

-

 

-

CAADate::Second

-

double Second() const

-

Return Value

-

Returns the seconds this date represents.

-

 

-

CAADate::Set

-

void Set(long Year, long Month, double -Day, double Hour, double Minute, double -Second, bool bGregorianCalendar)

-

void Set(double JD, bool bGregorianCalendar)

-

Parameters

-

Year The year. (Years are counted astronomically i.e. 1 BC = Year 0)

-

Month The month of the year (1 for January to 12 for December).

-

Day The day of the month (Can include decimals).

-

Hour The hour (Can include decimals).

-

Minute The minute (Can include decimals).

-

Second The seconds (Can include decimals).

-

JD The Julian day including decimals

-

bGregorianCalendar true to imply a date in the Gregorian Calendar, false -means use the Julian Calendar.

-

Remarks

-

Allows the date to be modified after construction.

-

 

-

CAADate::SetInGregorianCalendar

-

void SetInGregorianCalendar(bool bGregorianCalendar)

-

Parameters

-

bGregorianCalendar true to imply a date in the Gregorian Calendar, false -means use the Julian Calendar.

-

Remarks

-

Allows the date's calendar type to be changed after construction.

-

 

-

CAADate::InGregorianCalendar

-

bool InGregorianCalendar() const

-

Return Value

-

Returns true if this date is in the Gregorian calendar, false means the Julian -Calendar.

-

 

-

CAADate::Get

-

void Get(long& Year, long& Month, long& -Day, long& Hour, long& Minute, -double& Second)

-

Parameters

-

Year Upon return will contain the year. (Years are counted astronomically -i.e. 1 BC = Year 0)

-

Month Upon return will contain the month of the year (1 for January to -12 for December).

-

Day Upon return will contain the day of the month.

-

Hour Upon return will contain the hour.

-

Minute Upon return will contain the minute.

-

Second Upon return will contain the seconds (Can include decimals).

-

Remarks

-

Allows the date parts to be retrieved.

-

 

-

CAADate::DayOfWeek

-

DAY_OF_WEEK DayofWeek() const

-

Return Value

-

Returns an enum which identifies which day of the week this date represents.

-

 

-

CAADate::DayOfYear

-

double DayofYear() const

-

Return Value

-

Returns the day of year (including decimals) this date represents.

-

 

-

CAADate::DaysInMonth

-

long DaysInMonth() const

-

static DaysInMonth(long Month, bool bLeap)

-

Return Value

-

Returns the total number of days in the month (28 - 31) which this date represents. -The static version of the function can be used if you do not want to construct a -CAADate instance to do this test.

-

 

-

CAADate::DaysInYear

-

long DaysInYear() const

-

Return Value

-

Returns the total number of days in the year (365 or 366) which this date represents.

-

 

-

CAADate::DayOfYearToDayAndMonth

-

static DayOfYearToDayAndMonth(long DayOfYear, bool -bLeap, long& DayOfMonth, long& Month)

-

Parameters

-

DayOfYear The day of the year where 1st of January is 1 going up to 365 -or 366 for 31st of December

-

bLeap true if the year being considered is a leap year, otherwise false.

-

DayOfMonth Upon return will contain the day of the month.

-

Month Upon return will contain the month.

-

 

-

CAADate::JulianToGregorian

-

static CAACalendarDate JulianToGregorian(long Year, long -Month, long Day)

-

Return Value

-

A class containing

-

Year The year in the Gregorian Calendar. (Years are counted astronomically -i.e. 1 BC = Year 0)

-

Month The month of the year in the Gregorian Calendar (1 for January to -12 for December).

-

Day The day of the month in the Gregorian Calendar.

-

Parameters

-

Year The year in the Julian Calendar to convert. (Years are counted astronomically -i.e. 1 BC = Year 0)

-

Month The month of the year in the Julian Calendar (1 for January to 12 -for December).

-

Day The day of the month in the Julian Calendar.

-

Remarks

-

Converts a calendrical date expressed in the Julian Calendar to the equivalent -date in the Gregorian Calendar. It is assumed that the adoption of the Gregorian -Calendar occurred in 1582.

-

 

-

CAADate::GregorianToJulian

-

static CAACalendarDate GregorianToJulian(long Year, long -Month, long Day)

-

Return Value

-

A class containing

-

Year The year in the Julian Calendar. (Years are counted astronomically -i.e. 1 BC = Year 0)

-

Month The month of the year in the Julian Calendar (1 for January to 12 -for December).

-

Day The day of the month in the Julian Calendar.

-

Parameters

-

Year The year in the Gregorian Calendar to convert. (Years are counted -astronomically i.e. 1 BC = Year 0)

-

Month The month of the year in the Gregorian Calendar (1 for January to -12 for December).

-

Day The day of the month in the Gregorian Calendar.

-

Remarks

-

Converts a calendrical date expressed in the Gregorian Calendar to the equivalent -date in the Julian Calendar.

-

 

-

CAADate::Leap

-

bool Leap() const

-

Return Value

-

true if the year which this date represents is leap otherwise false.

-

 

-

CAADate::FractionalYear

-

double FractionalYear() const

-

Return Value

-

Returns the years with decimals this date represents e.g. the middle of the year -2000 would be returned as 2000.5.

-

 

-

 

-

CAADiameters

-

This class provides the algorithms for the semi diameters of the Sun, Moon, Planets -and Asteroids. This refers to Chapter 55 in the book.

-

 

-

Functions this class provides include:

-

SunSemidiameterA

-

MercurySemidiameterA

-

VenusSemidiameterA

-

MarsSemidiameterA

-

JupiterEquatorialSemidiameterA

-

JupiterPolarSemidiameterA

-

SaturnEquatorialSemidiameterA

-

SaturnPolarSemidiameterA

-

ApparentSaturnPolarSemidiameterA

-

UranusSemidiameterA

-

NeptuneSemidiameterA

-

MercurySemidiameterB

-

VenusSemidiameterB

-

MarsSemidiameterB

-

JupiterEquatorialSemidiameterB

-

JupiterPolarSemidiameterB

-

SaturnEquatorialSemidiameterB

-

SaturnPolarSemidiameterB

-

ApparentSaturnPolarSemidiameterB

-

UranusSemidiameterB

-

NeptuneSemidiameterB

-

PlutoSemidiameterB

-

GeocentricMoonSemidiameter

-

TopocentricMoonSemidiameter

-

AsteroidDiameter

-

ApparentAsteroidDiameter

-

 

-

CAADiameters::SunSemidiameterA

-

static double SunSemidiameterA(double Delta)

-

Return Value

-

The suns semi diameter in arc seconds.

-

Parameters

-

Delta The distance to the Sun in astronomical units.

-

 

-

CAADiameters::MercurySemidiameterA

-

static double MercurySemidiameterA(double Delta)

-

Return Value

-

Mercury's semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Mercury in astronomical units.

-

 

-

CAADiameters::VenusSemidiameterA

-

static double VenusSemidiameterA(double Delta)

-

Return Value

-

Venus's semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Venus in astronomical units.

-

 

-

CAADiameters::MarsSemidiameterA

-

static double MarsSemidiameterA(double Delta)

-

Return Value

-

Mars's semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Mars in astronomical units.

-

 

-

CAADiameters::JupiterEquatorialSemidiameterA

-

static double JupiterEquatorialSemidiameterA(double Delta)

-

Return Value

-

Jupiter's equatorial semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Jupiter in astronomical units.

-

 

-

CAADiameters::JupiterPolarSemidiameterA

-

static double JupiterPolarSemidiameterA(double Delta)

-

Return Value

-

Jupiter's polar semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Jupiter in astronomical units.

-

 

-

CAADiameters::SaturnEquatorialSemidiameterA

-

static double SaturnEquatorialSemidiameterA(double Delta)

-

Return Value

-

Saturn's equatorial semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Saturn in astronomical units.

-

 

-

CAADiameters::SaturnPolarSemidiameterA

-

static double SaturnPolarSemidiameterA(double Delta)

-

Return Value

-

Saturn's polar semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Saturn in astronomical units.

-

 

-

CAADiameters::ApparentSaturnPolarSemidiameterA

-

static double ApparentSaturnPolarSemidiameterA(double Delta, -double B)

-

Return Value

-

Saturn's polar semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Saturn in astronomical units.

-

B The Saturnicentric latitude of the Earth in degrees.

-

Remarks

-

Due to the large inclinations of Saturn, the apparent polar semi diameter can -be different to the true polar semi diameter.

-

 

-

CAADiameters::UranusSemidiameterA

-

static double UranusSemidiameterA(double Delta)

-

Return Value

-

Uranus's semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Uranus in astronomical units.

-

 

-

CAADiameters::NeptuneSemidiameterA

-

static double NeptuneSemidiameterA(double Delta)

-

Return Value

-

Neptune's semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Neptune in astronomical units.

-

 

-

CAADiameters::MercurySemidiameterB

-

static double MercurySemidiameterB(double Delta)

-

Return Value

-

Mercury's semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Mercury in astronomical units.

-

Remarks

-

Uses the updated Astronomical Almanac for 1984 size.

-

 

-

CAADiameters::VenusSemidiameterB

-

static double VenusSemidiameterB(double Delta)

-

Return Value

-

Venus's semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Venus in astronomical units.

-

Remarks

-

Uses the updated Astronomical Almanac for 1984 size.

-

 

-

CAADiameters::MarsSemidiameterB

-

static double MarsSemidiameterB(double Delta)

-

Return Value

-

Mars's semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Mars in astronomical units.

-

Remarks

-

Uses the updated Astronomical Almanac for 1984 size.

-

 

-

CAADiameters::JupiterEquatorialSemidiameterB

-

static double JupiterEquatorialSemidiameterB(double Delta)

-

Return Value

-

Jupiter's equatorial semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Jupiter in astronomical units.

-

Remarks

-

Uses the updated Astronomical Almanac for 1984 size.

-

 

-

CAADiameters::JupiterPolarSemidiameterB

-

static double JupiterPolarSemidiameterB(double Delta)

-

Return Value

-

Jupiter's polar semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Jupiter in astronomical units.

-

Remarks

-

Uses the updated Astronomical Almanac for 1984 size.

-

 

-

CAADiameters::SaturnEquatorialSemidiameterB

-

static double SaturnEquatorialSemidiameterB(double Delta)

-

Return Value

-

Saturn's equatorial semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Saturn in astronomical units.

-

Remarks

-

Uses the updated Astronomical Almanac for 1984 size.

-

 

-

CAADiameters::SaturnPolarSemidiameterB

-

static double SaturnPolarSemidiameterB(double Delta)

-

Return Value

-

Saturn's polar semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Saturn in astronomical units.

-

Remarks

-

Uses the updated Astronomical Almanac for 1984 size.

-

 

-

CAADiameters::ApparentSaturnPolarSemidiameterB

-

static double ApparentSaturnPolarSemidiameterB(double Delta, -double B)

-

Return Value

-

Saturn's polar semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Saturn in astronomical units.

-

B The Saturnicentric latitude of the Earth in degrees.

-

Remarks

-

Due to the large inclinations of Saturn, the apparent polar semi diameter can -be different to the true polar semi diameter. Uses the updated Astronomical Almanac -for 1984 size.

-

 

-

CAADiameters::UranusSemidiameterB

-

static double UranusSemidiameterB(double Delta)

-

Return Value

-

Uranus's semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Uranus in astronomical units.

-

Remarks

-

Uses the updated Astronomical Almanac for 1984 size.

-

 

-

CAADiameters::NeptuneSemidiameterB

-

static double NeptuneSemidiameterB(double Delta)

-

Return Value

-

Neptune's semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Neptune in astronomical units.

-

Remarks

-

Uses the updated Astronomical Almanac for 1984 size.

-

 

-

CAADiameters::PlutoSemidiameterB

-

static double PlutoSemidiameterB(double Delta)

-

Return Value

-

Pluto's semi diameter in arc seconds.

-

Parameters

-

Delta The distance to Pluto in astronomical units.

-

Remarks

-

Uses the updated Astronomical Almanac for 1984 size.

-

 

-

CAADiameters::GeocentricMoonSemidiameter

-

static double GeocentricMoonSemidiameter(double Delta)

-

Return Value

-

The Moon's semi diameter in arc seconds.

-

Parameters

-

Delta The distance to the Moon in kilometres.

-

 

-

CAADiameters::TopocentricMoonSemidiameter

-

static double TopocentricMoonSemidiameter(double DistanceDelta, -double Delta, double H, double Latitude, -double Height)

-

Return Value

-

The Moon's semi diameter in arc seconds.

-

Parameters

-

DistanceDelta The distance to the Moon in kilometres.

-

Delta The geocentric declination of the Moon in degrees.

-

H The geocentric hour angle of the Moon.

-

Latitude  The latitude of the position in degrees.

-

Height The observer's height above sea level in meters

-

 

-

CAADiameters::AsteroidDiameter

-

static double AsteroidDiameter(double H, double A)

-

Return Value

-

The asteroid's diameter in kilometres.

-

Parameters

-

H The absolute magnitude of the asteroid.

-

A The albedo of the asteroid.

-

 

-

CAADiameters::ApparentAsteroidDiameter

-

static double ApparentAsteroidDiameter(double Delta, double -d)

-

Return Value

-

The asteroid's apparent diameter in arc seconds.

-

Parameters

-

Delta The distance to the asteroid in astronomical units.

-

d The diameter of the asteroid in kilometres.

-

 

-

 

-

CAADynamicalTime

-

This class provides for conversion between Universal Time (both UT1 and UTC) -and Terrestrial Time (TT) aka Terrestrial Dynamical Time (TDT) aka Ephemeris Time -(ET). This refers to Chapter 10 in the book.

-

 

-

Functions this class provides include:

-

DeltaT

-

CumulativeLeapSeconds

-

TT2UTC

-

UTC2TT

-

TT2TAI

-

TAI2TT

-

TT2UT1

-

UT12TT

-

UT1MinusUTC

-

 

-

CAADynamicalTime::

-

static double DeltaT(double JD)

-

Return Value

-

The difference DeltaT which is equal to TT - UT1 in seconds of time.

-

Parameters

-

date The Julian day to calculate DeltaT for. Because DeltaT changes -so slowly, the time used can be in the TT, the UTC or UT1 timeframes.

-

 

-

CAADynamicalTime::CumulativeLeapSeconds

-

static double CumulativeLeapSeconds(double JD)

-

Return Value

-

The cumulative total of Leap seconds which have been applied to this point in -seconds of time.

-

Parameters

-

date The Julian day to calculate Cumulative leap seconds for. Because -Leap seconds change so slowly, the time used can be in the TT, the UTC or UT1 timeframes -although technically leap seconds are only relevant to the UTC timescale.

-

 

-

CAADynamicalTime::TT2UTC

-

static double TT2UTC(double JD)

-

Return Value

-

The Julian day in the UTC timeframe.

-

Parameters

-

JD The Julian day in the TT timeframe to convert.

-

 

-

CAADynamicalTime::UTC2TT

-

static double TT2UTC(double JD)

-

Return Value

-

The Julian day in the TT timeframe.

-

Parameters

-

JDThe Julian day in the UTC timeframe to convert.

-

 

-

CAADynamicalTime::TT2TAI

-

static double TT2TAI(double JD)

-

Return Value

-

The Julian day in the TAI timeframe.

-

Parameters

-

JD The Julian day in the TT timeframe to convert.

-

 

-

CAADynamicalTime::TAI2TT

-

static double TAI2TT(double JD)

-

Return Value

-

The Julian day in the TT timeframe.

-

Parameters

-

JD The Julian day in the TAI timeframe to convert.

-

 

-

CAADynamicalTime::TT2UT1

-

static double TT2UT1(double JD)

-

Return Value

-

The Julian day in the UT1 timeframe.

-

Parameters

-

JD The Julian day in the TT timeframe to convert.

-

 

-

CAADynamicalTime::UT12TT

-

static double UT12TT(double JD)

-

Return Value

-

The Julian day in the TT timeframe.

-

Parameters

-

JD The Julian day in the UT1 timeframe to convert.

-

 

-

CAADynamicalTime::UT1MinusUTC

-

static double UT12TT(double JD)

-

Return Value

-

The difference between UT1 and UTC in seconds of time.

-

Parameters

-

JD The Julian day in the UT1 timeframe.

-

 

-

 

-

 

-

CAAEarth

-

This class provides for calculation of the heliocentric position of the Earth. -This refers to Chapter 32 and parts of Chapter 26 and 47 in the book

-

Functions this class provides include:

-

EclipticLongitude

-

EclipticLatitude

-

RadiusVector

-

EclipticLongitudeJ2000

-

EclipticLatitudeJ2000

-

Eccentricity

-

SunMeanAnnomaly

-

 

-

CAAEarth::EclipticLongitude

-

static double EclipticLongitude(double JD, -bool bHighPrecision)

-

Return Value

-

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAEarth::EclipticLatitude

-

static double EclipticLatitude(double JD, -bool bHighPrecision)

-

Return Value

-

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAEarth::RadiusVector

-

static double RadiusVector(double JD, bool -bHighPrecision)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAEarth::EclipticLongitudeJ2000

-

static double EclipticLongitudeJ2000(double JD, -bool bHighPrecision)

-

Return Value

-

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and -equinox of J2000 in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAEarth::EclipticLatitudeJ2000

-

static double EclipticLatitudeJ2000(double JD, -bool bHighPrecision)

-

Return Value

-

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and -equinox of J2000 defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAEarth::Eccentricity

-

static double Eccentricity(double JD)

-

Return Value

-

the eccentricity of Earth's orbit.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAEarth::SunMeanAnomaly

-

static double SunMeanAnomaly(double JD)

-

Return Value

-

the mean anomaly of the Sun in degrees.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAEaster

-

This class provides for calculation of the date of Easter in both the Julian -and Gregorian calendars. This refers to Chapter 8 in the book.

-

 

-

Functions this class provides include:

-

Calculate

-

 

-

CAAEaster::Calculate

-

static CAAEasterDetails Calculate(long nYear, bool bGregorianCalendar)

-

Return Value

-

A class containing

-

Month The month on which Easter Sunday occurs.

-

Day The day of the month on which Easter Sunday occurs.

-

Parameters

-

nYear The year to perform the calculation for.

-

bGregorianCalendar true if the calculation is to be performed for the -Gregorian calendar, false implies the Julian Calendar

-

 

-

 

-

CAAEclipses

-

This class provides for calculation of Solar and Lunar Eclipses. This refers -to Chapter 54 in the book.

-

 

-

Functions this class provides include:

-

CalculateSolar

-

CalculateLunar

-

 

-

CAAEclipses::CalculateSolar

-

static CAASolarEclipseDetails CalculateSolar(double k)

-

Return Value

-

A struct containing the following values:

-

bEclipse true if a solar eclipse occurs at this New Moon.

-

TimeOfMaximumEclipse The date in Dynamical time of maximum eclipse.

-

F The moons argument of Latitude in degrees at the time of the eclipse.

-

u The U term for the eclipse.

-

gamma The gamma term for the eclipse.

-

GreatestMagnitude The greatest magnitude of the eclipse if the eclipse -is partial.

-

Parameters

-

k The same K term as returned from CAAMoonPhases::K. -For a solar eclipse, this value should be a value without any decimals as a solar -eclipse refers to a New Moon.

-

 

-

CAAEclipses::CalculateLunar

-

static CAALunarEclipseDetails CalculateLunar(double k)

-

Return Value

-

A struct containing the following values:

-

bEclipse true if a lunar eclipse occurs at this Full Moon.

-

TimeOfMaximumEclipse The date in Dynamical time of maximum eclipse.

-

F The moons argument of Latitude in degrees at the time of the eclipse.

-

u The U term for the eclipse.

-

gamma The gamma term for the eclipse.

-

PenumbralRadii The radii of the eclipse for the penumbra in equatorial -earth radii.

-

UmbralRadii The radii of the eclipse for the umbra in equatorial earth -radii.

-

PenumbralMagnitude The magnitude of the eclipse if the eclipse is penumbral.

-

UmbralMagnitude The magnitude of the eclipse if the eclipse is umbral.

-

PartialPhaseSemiDuration The semi-duration of the eclipse during the partial -phase.

-

TotalPhaseSemiDuration The semi-duration of the eclipse during the total -phase.

-

PartialPhasePenumbralSemiDuration The semi-duration of the partial phase -in the penumbra.

-

Parameters

-

k The same K term as returned from CAAMoonPhases::K. -For a lunar eclipse, this value should be decimal value incremented by 0.5 as a -lunar eclipse refers to a Full Moon.

-

 

-

 

-

CAAEclipticalElements

-

This class provides the algorithms which map ecliptical elements from one equinox -to another. This refers to Chapter 24 in the book.

-

 

-

Functions this class provides include:

-

Calculate

-

FK4B1950ToFK5J200

-

 

-

CAAEclipticalElements::Calculate

-

static CAAEclipticalElementDetails Calculate(double i0, -double w0, double omega0, -double JD0, double JD)

-

Return Value

-

A struct containing the following values:

-

i The reduced inclination in degrees.

-

w The reduced argument of perihelion in degrees.

-

omega The reduced longitude of the ascending node in degrees

-

Parameters

-

i0 The inclination in degrees to reduce.

-

w0 The argument of perihelion in degrees -to reduce.

-

omega0 The longitude of the ascending -node in degrees to reduce.

-

JD0 The initial epoch in Dynamical time to calculate for.

-

JD The epoch in Dynamical time to reduce the elements to.

-

 

-

CAAEclipticalElements::FK4B1950ToFK5J2000

-

static CAAEclipticalElementDetails KF4B1950ToFK5J2000(double -i0, double w0, double omega0)

-

Return Value

-

A struct containing the following values:

-

i The reduced inclination in degrees.

-

w The reduced argument of perihelion in degrees.

-

omega The reduced longitude of the ascending node in degrees

-

Parameters

-

i0 The inclination in degrees to reduce.

-

w0 The argument of perihelion in degrees -to reduce.

-

omega0 The longitude of the ascending -node in degrees to reduce.

-

 

-

 

-

CAAElementsPlanetaryOrbit

-

This class provides the algorithms to calculate the elements of the planetary -orbits. This refers to Chapter 31 in the book.

-

 

-

Functions this class provides include:

-

MercuryMeanLongitude

-

MercurySemimajorAxis

-

MercuryEccentricity

-

MercuryInclination

-

MercuryLongitudeAscendingNode

-

MercuryLongitudePerihelion

-

VenusMeanLongitude

-

VenusSemimajorAxis

-

VenusEccentricity

-

VenusInclination

-

VenusLongitudeAscendingNode

-

VenusLongitudePerihelion

-

EarthMeanLongitude

-

EarthSemimajorAxis

-

EarthEccentricity

-

EarthInclination

-

EarthLongitudePerihelion

-

MarsMeanLongitude

-

MarsSemimajorAxis

-

MarsEccentricity

-

MarsInclination

-

MarsLongitudeAscendingNode

-

MarsLongitudePerihelion

-

JupiterMeanLongitude

-

JupiterSemimajorAxis

-

JupiterEccentricity

-

JupiterInclination

-

JupiterLongitudeAscendingNode

-

JupiterLongitudePerihelion

-

SaturnMeanLongitude

-

SaturnSemimajorAxis

-

SaturnEccentricity

-

SaturnInclination

-

SaturnLongitudeAscendingNode

-

SaturnLongitudePerihelion

-

UranusMeanLongitude

-

UranusSemimajorAxis

-

UranusEccentricity

-

UranusInclination

-

UranusLongitudeAscendingNode

-

UranusLongitudePerihelion

-

NeptuneMeanLongitude

-

NeptuneSemimajorAxis

-

NeptuneEccentricity

-

NeptuneInclination

-

NeptuneLongitudeAscendingNode

-

NeptuneLongitudePerihelion

-

MercuryMeanLongitudeJ2000

-

MercuryInclinationJ2000

-

MercuryLongitudeAscendingNodeJ2000

-

MercuryLongitudePerihelionJ2000

-

VenusMeanLongitudeJ2000

-

VenusInclinationJ2000

-

VenusLongitudeAscendingNodeJ2000

-

VenusLongitudePerihelionJ2000

-

EarthMeanLongitudeJ2000

-

EarthInclinationJ2000

-

EarthLongitudeAscendingNodeJ2000

-

EarthLongitudePerihelionJ2000

-

MarsMeanLongitudeJ2000

-

MarsInclinationJ2000

-

MarsLongitudeAscendingNodeJ2000

-

MarsLongitudePerihelionJ2000

-

JupiterMeanLongitudeJ2000

-

JupiterInclinationJ2000

-

JupiterLongitudeAscendingNodeJ2000

-

JupiterLongitudePerihelionJ2000

-

SaturnMeanLongitudeJ2000

-

SaturnInclinationJ2000

-

SaturnLongitudeAscendingNodeJ2000

-

SaturnLongitudePerihelionJ2000

-

UranusMeanLongitudeJ2000

-

UranusInclinationJ2000

-

UranusLongitudeAscendingNodeJ2000

-

UranusLongitudePerihelionJ2000

-

NeptuneMeanLongitudeJ2000

-

NeptuneInclinationJ2000

-

NeptuneLongitudeAscendingNodeJ2000

-

NeptuneLongitudePerihelionJ2000

-

 

-

CAAElementsPlanetaryOrbit::MercuryMeanLongitude

-

static double MercuryMeanLongitude(double JD)

-

Return Value

-

the mean longitude of the planet in degrees with respect to the ecliptic and -mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOribit::MercurySemimajorAxis

-

static double MercurySemimajorAxis(double JD)

-

Return Value

-

the semi major axis of the planet in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOribit::MercuryEccentricity

-

static double MercuryEccentricity(double JD)

-

Return Value

-

the eccentricity of the orbit.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::MercuryInclination

-

static double MercuryInclination(double JD)

-

Return Value

-

the inclination on the plane of the ecliptic in degrees with respect to the ecliptic -and mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::MercuryLongitudeAscendingNode

-

static double MercuryLongitudeAscendingNode(double JD)

-

Return Value

-

the longitude of the ascending node in degrees with respect to the ecliptic and -mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::MercuryLongitudePerihelion

-

static double MercuryLongitudePerihelion(double JD)

-

Return Value

-

the longitude of the perihelion in degrees with respect to the ecliptic and mean -equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::VenusMeanLongitude

-

static double VenusMeanLongitude(double JD)

-

Return Value

-

the mean longitude of the planet in degrees with respect to the ecliptic and -mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOribit::VenusSemimajorAxis

-

static double VenusSemimajorAxis(double JD)

-

Return Value

-

the semi major axis of the planet in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOribit::VenusEccentricity

-

static double VenusEccentricity(double JD)

-

Return Value

-

the eccentricity of the orbit.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::VenusInclination

-

static double VenusInclination(double JD)

-

Return Value

-

the inclination on the plane of the ecliptic in degrees with respect to the ecliptic -and mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::VenusLongitudeAscendingNode

-

static double VenusLongitudeAscendingNode(double JD)

-

Return Value

-

the longitude of the ascending node in degrees with respect to the ecliptic and -mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::VenusLongitudePerihelion

-

static double VenusLongitudePerihelion(double JD)

-

Return Value

-

the longitude of the perihelion in degrees with respect to the ecliptic and mean -equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::EarthMeanLongitude

-

static double EarthMeanLongitude(double JD)

-

Return Value

-

the mean longitude of the planet in degrees with respect to the ecliptic and -mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOribit::EarthSemimajorAxis

-

static double EarthSemimajorAxis(double JD)

-

Return Value

-

the semi major axis of the planet in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOribit::EarthEccentricity

-

static double EarthEccentricity(double JD)

-

Return Value

-

the eccentricity of the orbit.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::EarthInclination

-

static double EarthInclination(double JD)

-

Return Value

-

the inclination on the plane of the ecliptic in degrees with respect to the ecliptic -and mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::EarthLongitudePerihelion

-

static double EarthLongitudePerihelion(double JD)

-

Return Value

-

the longitude of the perihelion in degrees with respect to the ecliptic and mean -equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::MarsMeanLongitude

-

static double MarsMeanLongitude(double JD)

-

Return Value

-

the mean longitude of the planet in degrees with respect to the ecliptic and -mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOribit::MarsSemimajorAxis

-

static double MarsSemimajorAxis(double JD)

-

Return Value

-

the semi major axis of the planet in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOribit::MarsEccentricity

-

static double MarsEccentricity(double JD)

-

Return Value

-

the eccentricity of the orbit.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::MarsInclination

-

static double MarsInclination(double JD)

-

Return Value

-

the inclination on the plane of the ecliptic in degrees with respect to the ecliptic -and mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::MarsLongitudeAscendingNode

-

static double MarsLongitudeAscendingNode(double JD)

-

Return Value

-

the longitude of the ascending node in degrees with respect to the ecliptic and -mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::MarsLongitudePerihelion

-

static double MarsLongitudePerihelion(double JD)

-

Return Value

-

the longitude of the perihelion in degrees with respect to the ecliptic and mean -equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::JupiterMeanLongitude

-

static double JupiterMeanLongitude(double JD)

-

Return Value

-

the mean longitude of the planet in degrees with respect to the ecliptic and -mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOribit::JupiterSemimajorAxis

-

static double JupiterSemimajorAxis(double JD)

-

Return Value

-

the semi major axis of the planet in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOribit::JupiterEccentricity

-

static double JupiterEccentricity(double JD)

-

Return Value

-

the eccentricity of the orbit.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::JupiterInclination

-

static double JupiterInclination(double JD)

-

Return Value

-

the inclination on the plane of the ecliptic in degrees with respect to the ecliptic -and mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::JupiterLongitudeAscendingNode

-

static double JupiterLongitudeAscendingNode(double JD)

-

Return Value

-

the longitude of the ascending node in degrees with respect to the ecliptic and -mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::JupiterLongitudePerihelion

-

static double JupiterLongitudePerihelion(double JD)

-

Return Value

-

the longitude of the perihelion in degrees with respect to the ecliptic and mean -equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::SaturnMeanLongitude

-

static double SaturnMeanLongitude(double JD)

-

Return Value

-

the mean longitude of the planet in degrees with respect to the ecliptic and -mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOribit::SaturnSemimajorAxis

-

static double SaturnSemimajorAxis(double JD)

-

Return Value

-

the semi major axis of the planet in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOribit::SaturnEccentricity

-

static double SaturnEccentricity(double JD)

-

Return Value

-

the eccentricity of the orbit.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::SaturnInclination

-

static double SaturnInclination(double JD)

-

Return Value

-

the inclination on the plane of the ecliptic in degrees with respect to the ecliptic -and mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::SaturnLongitudeAscendingNode

-

static double SaturnLongitudeAscendingNode(double JD)

-

Return Value

-

the longitude of the ascending node in degrees with respect to the ecliptic and -mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::SaturnLongitudePerihelion

-

static double SaturnLongitudePerihelion(double JD)

-

Return Value

-

the longitude of the perihelion in degrees with respect to the ecliptic and mean -equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::UranusMeanLongitude

-

static double UranusMeanLongitude(double JD)

-

Return Value

-

the mean longitude of the planet in degrees with respect to the ecliptic and -mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOribit::UranusSemimajorAxis

-

static double UranusSemimajorAxis(double JD)

-

Return Value

-

the semi major axis of the planet in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOribit::UranusEccentricity

-

static double UranusEccentricity(double JD)

-

Return Value

-

the eccentricity of the orbit.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::UranusInclination

-

static double UranusInclination(double JD)

-

Return Value

-

the inclination on the plane of the ecliptic in degrees with respect to the ecliptic -and mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::UranusLongitudeAscendingNode

-

static double UranusLongitudeAscendingNode(double JD)

-

Return Value

-

the longitude of the ascending node in degrees with respect to the ecliptic and -mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::UranusLongitudePerihelion

-

static double UranusLongitudePerihelion(double JD)

-

Return Value

-

the longitude of the perihelion in degrees with respect to the ecliptic and mean -equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::NeptuneMeanLongitude

-

static double NeptuneMeanLongitude(double JD)

-

Return Value

-

the mean longitude of the planet in degrees with respect to the ecliptic and -mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOribit::NeptuneSemimajorAxis

-

static double NeptuneSemimajorAxis(double JD)

-

Return Value

-

the semi major axis of the planet in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOribit::NeptuneEccentricity

-

static double NeptuneEccentricity(double JD)

-

Return Value

-

the eccentricity of the orbit.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::NeptuneInclination

-

static double NeptuneInclination(double JD)

-

Return Value

-

the inclination on the plane of the ecliptic in degrees with respect to the ecliptic -and mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::NeptuneLongitudeAscendingNode

-

static double NeptuneLongitudeAscendingNode(double JD)

-

Return Value

-

the longitude of the ascending node in degrees with respect to the ecliptic and -mean equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::NeptuneLongitudePerihelion

-

static double NeptuneLongitudePerihelion(double JD)

-

Return Value

-

the longitude of the perihelion in degrees with respect to the ecliptic and mean -equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::MercuryMeanLongitudeJ2000

-

static double MercuryMeanLongitudeJ2000(double JD)

-

Return Value

-

the mean longitude of the planet in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::MercuryInclinationJ2000

-

static double MercuryInclinationJ2000(double JD)

-

Return Value

-

the inclination on the plane of the ecliptic in degrees with respect to the fixed -ecliptic of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::MercuryLongitudeAscendingNodeJ2000

-

static double MercuryLongitudeAscendingNodeJ2000(double JD)

-

Return Value

-

the longitude of the ascending node in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::MercuryLongitudePerihelionJ2000

-

static double MercuryLongitudePerihelionJ2000(double JD)

-

Return Value

-

the longitude of the perihelion in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::VenusMeanLongitudeJ2000

-

static double VenusMeanLongitudeJ2000(double JD)

-

Return Value

-

the mean longitude of the planet in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::VenusInclinationJ2000

-

static double VenusInclinationJ2000(double JD)

-

Return Value

-

the inclination on the plane of the ecliptic in degrees with respect to the fixed -ecliptic of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::VenusLongitudeAscendingNodeJ2000

-

static double VenusLongitudeAscendingNodeJ2000(double JD)

-

Return Value

-

the longitude of the ascending node in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::VenusLongitudePerihelionJ2000

-

static double VenusLongitudePerihelionJ2000(double JD)

-

Return Value

-

the longitude of the perihelion in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::EarthMeanLongitudeJ2000

-

static double EarthMeanLongitudeJ2000(double JD)

-

Return Value

-

the mean longitude of the planet in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::EarthInclinationJ2000

-

static double EarthInclinationJ2000(double JD)

-

Return Value

-

the inclination on the plane of the ecliptic in degrees with respect to the fixed -ecliptic of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::EarthLongitudeAscendingNodeJ2000

-

static doubleEarthLongitudeAscendingNodeJ2000(double JD)

-

Return Value

-

the longitude of the ascending node in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::EarthLongitudePerihelionJ2000

-

static double EarthLongitudePerihelionJ2000(double JD)

-

Return Value

-

the longitude of the perihelion in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::MarsMeanLongitudeJ2000

-

static double MarsMeanLongitudeJ2000(double JD)

-

Return Value

-

the mean longitude of the planet in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::MarsInclinationJ2000

-

static double MarsInclinationJ2000(double JD)

-

Return Value

-

the inclination on the plane of the ecliptic in degrees with respect to the fixed -ecliptic of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::MarsLongitudeAscendingNodeJ2000

-

static double MarsLongitudeAscendingNodeJ2000(double JD)

-

Return Value

-

the longitude of the ascending node in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::MarsLongitudePerihelionJ2000

-

static double MarsLongitudePerihelionJ2000(double JD)

-

Return Value

-

the longitude of the perihelion in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::JupiterMeanLongitudeJ2000

-

static double JupiterMeanLongitudeJ2000(double JD)

-

Return Value

-

the mean longitude of the planet in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::JupiterInclinationJ2000

-

static double JupiterInclinationJ2000(double JD)

-

Return Value

-

the inclination on the plane of the ecliptic in degrees with respect to the fixed -ecliptic of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::JupiterLongitudeAscendingNodeJ2000

-

static double JupiterLongitudeAscendingNodeJ2000(double JD)

-

Return Value

-

the longitude of the ascending node in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::JupiterLongitudePerihelionJ2000

-

static double JupiterLongitudePerihelionJ2000(double JD)

-

Return Value

-

the longitude of the perihelion in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::SaturnMeanLongitudeJ2000

-

static double SaturnMeanLongitudeJ2000(double JD)

-

Return Value

-

the mean longitude of the planet in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::SaturnInclinationJ2000

-

static double SaturnInclinationJ2000(double JD)

-

Return Value

-

the inclination on the plane of the ecliptic in degrees with respect to the fixed -ecliptic of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::SaturnLongitudeAscendingNodeJ2000

-

static double SaturnLongitudeAscendingNodeJ2000(double JD)

-

Return Value

-

the longitude of the ascending node in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::SaturnLongitudePerihelionJ2000

-

static double SaturnLongitudePerihelionJ2000(double JD)

-

Return Value

-

the longitude of the perihelion in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::UranusMeanLongitudeJ2000

-

static double UranusMeanLongitudeJ2000(double JD)

-

Return Value

-

the mean longitude of the planet in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::UranusInclinationJ2000

-

static double UranusInclinationJ2000(double JD)

-

Return Value

-

the inclination on the plane of the ecliptic in degrees with respect to the fixed -ecliptic of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::UranusLongitudeAscendingNodeJ2000

-

static double UranusLongitudeAscendingNodeJ2000(double JD)

-

Return Value

-

the longitude of the ascending node in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::UranusLongitudePerihelionJ2000

-

static double UranusLongitudePerihelionJ2000(double JD)

-

Return Value

-

the longitude of the perihelion in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::NeptuneMeanLongitudeJ2000

-

static double NeptuneMeanLongitudeJ2000(double JD)

-

Return Value

-

the mean longitude of the planet in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAElementsPlanetaryOrbit::NeptuneInclinationJ2000

-

static double NeptuneInclinationJ2000(double JD)

-

Return Value

-

the inclination on the plane of the ecliptic in degrees with respect to the fixed -ecliptic of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::NeptuneLongitudeAscendingNodeJ2000

-

static double NeptuneLongitudeAscendingNodeJ2000(double JD)

-

Return Value

-

the longitude of the ascending node in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

-CAAElementsPlanetaryOrbit::NeptuneLongitudePerihelionJ2000

-

static double NeptuneLongitudePerihelionJ2000(double JD)

-

Return Value

-

the longitude of the perihelion in degrees with respect to the fixed ecliptic -of J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAElliptical

-

This class provides for calculation of the position of an object in an elliptical -orbit. This refers to Chapter 33 in the book.

-

 

-

Functions this class provides include:

-

Calculate

-

DistanceToLightTime

-

SemiMajorAxisFromPerihelionDistance

-

MeanMotionFromSemiMajorAxis

-

InstantaneousVelocity

-

VelocityAtPerihelion

-

VelocityAtAphelion

-

LengthOfEllipse

-

CometMagnitude

-

MinorPlanetMagnitude

-

 

-

CAAElliptical::Calculate

-

static CAAEllipticalPlanetaryDetails Calculate(double JD, EllipticalObject -object, bool bHighPrecision)

-

Return Value

-

A class containing

-

ApparentGeocentricLongitude The apparent geocentric ecliptical longitude -in degrees of the object.

-

ApparentGeocentricLatitude The apparent geocentric ecliptical latitude -in degrees of the object.

-

ApparentGeocentricDistance The apparent distance in astronomical units -between the object and the Earth.

-

ApparentLightTime The apparent light travel time in days.

-

ApparentGeocentricRA The apparent right ascension of the planet as an -hour angle.

-

ApparentGeocentricDeclination The apparent declination of the planet in -degrees.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

object An enum specifying which object (Planet except Earth or the Sun) the calculation -is to be carried out for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

static CAAEllipticalObjectDetails Calculate(double JD, const -CAAEllipticalObjectElements& elements, bool -bHighPrecision)

-

Return Value

-

A class containing

-

HeliocentricRectangularEquatorial 3D rectangular heliocentric equatorial -coordinates of the object.

-

HeliocentricRectangularEcliptical 3D rectangular heliocentric ecliptical -coordinates of the object.

-

HeliocentricEclipticLongitude The heliocentric ecliptical longitude in -degrees of the object.

-

HeliocentricEclipticLatitude The heliocentric ecliptical latitude in degrees -of the object.

-

TrueGeocentricRA The geocentric right ascension of the object as an hour -angle (i.e. without light time correction applied).

-

TrueGeocentricDeclination The geocentric declination of the object in -degrees (i.e. without light time correction applied).

-

TrueGeocentricDistance The true distance in astronomical units between -the Earth and the object.

-

TrueGeocentricLightTime The light travel time in days from the Earth to -the object.

-

AstrometricGeocentricRA The geocentric right ascension of the object as -an hour angle (i.e. with light time correction applied)

-

AstrometricGeocentricDeclination The geocentric declination of the object -in degrees (i.e. with light time correction applied)

-

AstrometricGeocentricDistance The observed distance of the object in astronomical -units.

-

AstrometricGeocentricLightTime The observed light travel time of the object -in days.

-

Elongation The elongation of the object to the Sun in degrees.

-

PhaseAngle The phase angle (the angle Sun - object - Earth) in degrees.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

elements A class containing the following orbital elements

-

a The semi major axis in astronomical units.

-

e The eccentricity of the orbit.

-

i The inclination of the plane of the orbit in degrees.

-

w The argument of the perihelion in degrees.

-

omega The longitude of the ascending node in degrees.

-

JDEquinox The Julian day for which equatorial coordinates should be calculated -for.

-

T The Julian date of the time of passage in perihelion.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAElliptical::DistanceToLightTime

-

static double DistanceToLightTime(double Distance)

-

Return Value

-

The light travel time in days corresponding to the distance.

-

Parameters

-

Distance The distance in astronomical units to convert.

-

 

-

-CAAElliptical::SemiMajorAxisFromPerihelionDistance

-

static double SemiMajorAxisFromPerihelionDistance(double q, -double e)

-

Return Value

-

The semi major axis of the orbit in astronomical units.

-

Parameters

-

q The perihelion distance in astronomical units.

-

e The eccentricity of the orbit.

-

 

-

CAAElliptical::MeanMotionFromSemiMajorAxis

-

static double MeanMotionFromSemiMajorAxis(double a)

-

Return Value

-

The mean motion in degrees / day.

-

Parameters

-

a The semi major axis of the orbit in astronomical units.

-

 

-

CAAElliptical::InstantaneousVelocity

-

static double InstantaneousVelocity(double r, double -a)

-

Return Value

-

The instantaneous velocity of the object in kilometres per second.

-

Parameters

-

r The distance of the object from the Sun in astronomical units.

-

a The semi major axis of the orbit in astronomical units.

-

 

-

CAAElliptical::VelocityAtPerihelion

-

static double VelocityAtPerihelion(double e, double a)

-

Return Value

-

The velocity of the object in kilometres per second at perihelion.

-

Parameters

-

e The eccentricity of the orbit.

-

a The semi major axis of the orbit in astronomical units.

-

 

-

CAAElliptical::VelocityAtAphelion

-

static double VelocityAtAphelion(double e, double a)

-

Return Value

-

The velocity of the object in kilometres per second at aphelion.

-

Parameters

-

e The eccentricity of the orbit.

-

a The semi major axis of the orbit in astronomical units.

-

 

-

CAAElliptical::LengthOfEllipse

-

static double LengthOfEllipse(double e, double a)

-

Return Value

-

The length of the eclipse in astronomical units.

-

Parameters

-

e The eccentricity of the orbit.

-

a The semi major axis of the orbit in astronomical units.

-

 

-

CAAElliptical::CometMagnitude

-

static double CometMagnitude(double g, double delta, -double k, double r)

-

Return Value

-

The magnitude of the comet.

-

Parameters

-

g The absolute magnitude of the comet.

-

delta Distance of the comet to the Earth in astronomical units.

-

k A constant which differs from one comet to another.

-

r Distance of the comet from the Sun in astronomical units

-

Remarks

-

This refers to algorithm 33.13 on page 231

-

 

-

CAAElliptical::MinorPlanetMagnitude

-

static double MinorPlanetMagnitude(double H, double delta, -double G, double r, double PhaseAngle)

-

Return Value

-

The magnitude of the minor planet.

-

Parameters

-

H The mean absolute visual magnitude of the minor planet.

-

delta Distance of the minor planet to the Earth in astronomical units.

-

G The so called "slope parameter" which differs from one minor -planet to another.

-

r Distance of the minor planet from the Sun in astronomical units

-

PhaseAngle the Sun - body - Earth angle in degrees

-

Remarks

-

This refers to algorithm 33.14 on page 231

-

 

-

 

-

CAAEquationOfTime

-

This class provides for calculation of the Equation of Time. This refers to Chapter -28 in the book.

-

 

-

Functions this class provides include:

-

Calculate

-

 

-

CAAEquationOfTime::Calculate

-

static double Calculate(double JD, -bool -bHighPrecision)

-

Return Value

-

the equation of time in decimal minutes.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

 

-

CAAEquinoxesAndSolstices

-

This class provides the algorithms to calculate the dates of the Equinoxes and -Solstices. This refers to Chapter 27 in the book.

-

 

-

Functions this class provides include:

-

NorthwardEquinox

-

NorthernSoltice

-

SouthwardEquinox

-

SouthernSolstice

-

LengthOfSpring

-

LengthOfSummer

-

LengthOfAutumn

-

LengthOfWinter

-

 

-

CAAEquinoxesAndSolstices::NorthwardEquinox

-

static double NorthwardEquinox(long Year, -bool bHighPrecision)

-

Return Value

-

The date in Dynamical time when the sun crosses the equator in a northerly direction.

-

Parameters

-

Year The year to calculate the occurrence for. Note that this method -refers to "Northward Equinox" instead of "Spring Equinox" to -avoid a northern hemisphere-specific bias.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAEquinoxesAndSolstices::NorthernSolstice

-

static double NorthernSolstice(long Year, -bool bHighPrecision)

-

Return Value

-

The date in Dynamical time when the sun reaches its highest relative to the celestial -equator and appears directly over the Tropic of Cancer.

-

Parameters

-

Year The year to calculate the occurrence for. Note that this method -refers to "Northern Solstice" instead of "Summer Solstice" to -avoid a northern hemisphere-specific bias.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAEquinoxesAndSolstices::SouthwardEquinox

-

static double SouthwardEquinox(long Year, -bool bHighPrecision)

-

Return Value

-

The date in Dynamical time when the Southward Equinox occurs.

-

Parameters

-

Year The year to calculate the occurrence for. Note that this method -refers to "Southward Equinox" instead of "Fall or Autumn equinox" -to avoid a northern hemisphere-specific bias.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAEquinoxesAndSolstices::SouthernSolstice

-

static double SouthernSolstice(long Year, -bool bHighPrecision)

-

Return Value

-

The date in Dynamical time when the sun reaches its lowest relative to the celestial -equator and appears directly over the Tropic of Capricorn.

-

Parameters

-

Year The year to calculate the occurrence for. Note that this method -refers to "Southern Solstice" instead of "Winter Solstice" to -avoid a northern hemisphere-specific bias.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAEquinoxesAndSolstices::LengthOfSpring

-

static double LengthOfSpring(long Year, bool -bNorthernHemisphere, bool bHighPrecision)

-

Return Value

-

The length of the astronomical Spring season in days.

-

Parameters

-

Year The year to calculate for.

-

bNorthernHemisphere true to indicate the observer is in the northern -hemisphere, while false means the southern hemisphere.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAEquinoxesAndSolstices::LengthOfSummer

-

static double LengthOfSummer(long Year, bool -bNorthernHemisphere, bool bHighPrecision)

-

Return Value

-

The length of the astronomical Summer season in days.

-

Parameters

-

Year The year to calculate for.

-

bNorthernHemisphere true to indicate the observer is in the northern -hemisphere, while false means the southern hemisphere.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAEquinoxesAndSolstices::LengthOfAutumn

-

static double LengthOfAutumn(long Year, bool -bNorthernHemisphere, bool bHighPrecision)

-

Return Value

-

The length of the astronomical Autumn season in days.

-

Parameters

-

Year The year to calculate for.

-

bNorthernHemisphere true to indicate the observer is in the northern -hemisphere, while false means the southern hemisphere.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAEquinoxesAndSolstices::LengthOfWinter

-

static double LengthOfWinter(long Year, bool -bNorthernHemisphere, bool bHighPrecision)

-

Return Value

-

The length of the astronomical Winter season in days.

-

Parameters

-

Year The year to calculate for.

-

bNorthernHemisphere true to indicate the observer is in the northern -hemisphere, while false means the southern hemisphere.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

 

-

CAAFK5

-

This class provides the algorithms to convert to the FK5 standard reference frame. -This refers to parts of Chapter 26 and 32 in the book.

-

 

-

Functions this class provides include:

-

CorrectionInLongitude

-

CorrectionInLatitude

-

ConvertVSOPToFK5J2000

-

ConvertVSOPToFK5B1950

-

ConvertVSOPToFK5AnyEquinox

-

 

-

CAAFK5::CorrectionInLongitude

-

static double CorrectionInLongitude(double longitude, double -Latitude, double JD)

-

Return Value

-

The correction in degrees to convert a VSOP heliocentric longitude to the FK5 -reference frame.

-

Parameters

-

Longitude The VSOP heliocentric longitude in degrees.

-

Latitude The VSOP heliocentric latitude in degrees.

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAFK5::CorrectionInLatitude

-

static double CorrectionInLatitude(double longitude, double -JD)

-

Return Value

-

The

-

Parameters

-

Longitude The VSOP heliocentric longitude in degrees.

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAFK5::ConvertVSOPToFK5J2000

-

static CAA3DCoordinate ConvertVSOPToFK5J2000(const CAA3DCoordinate& -value)

-

Return Value

-

A class containing the converted equatorial FK5 J2000 reference frame coordinates.

-

Parameters

-

value The geometric rectangular ecliptical coordinates of the object (e.g. -the Sun) to convert from the dynamical reference frame (VSOP) to the equatorial -FK5 J2000 reference frame.

-

 

-

CAAFK5::ConvertVSOPToFK5B1950

-

static CAA3DCoordinate ConvertVSOPToFK5B1950(const CAA3DCoordinate& -value)

-

Return Value

-

A class containing the converted equatorial FK5 B1950 reference frame coordinates.

-

Parameters

-

value The geometric rectangular ecliptical coordinates of the object (e.g. -the Sun) to convert from the dynamical reference frame (VSOP) to the equatorial -FK5 B1950 reference frame.

-

 

-

CAAFK5::ConvertVSOPToFK5AnyEquinox

-

static CAA3DCoordinate ConvertVSOPToFK5AnyEquinox(const CAA3DCoordinate& -value, double JDEquinox)

-

Return Value

-

A class containing the converted equatorial FK5 reference frame coordinates.

-

Parameters

-

value The geometric rectangular ecliptical coordinates of the object (e.g. -the Sun) to convert from the dynamical reference frame (VSOP) to the equatorial -FK5 reference frame of JDEquinox.

-

JDEquinox The Julian day for which equatorial coordinates should be calculated -for.

-

 

-

 

-

CAAGalileanMoons

-

This class provides for calculation of the positions of the Galilean moons of -Jupiter. This refers to Chapter 44 in the book.

-

 

-

Functions this class provides include:

-

Calculate

-

 

-

CAAGalileanMoons::Calculate

-

static CAAGalileanMoonsDetails Calculate(double JD, -bool bHighPrecision)

-

Return Value

-

A class which itself contains a class for each moon. This contained class itself -contains

-

MeanLongitude The mean longitude of the moon in degrees.

-

TrueLongitude The true longitude of the moon in degrees.

-

TropicalLongitude The tropical longitude of the moon in degrees.

-

EquatorialLatitude The latitude in degrees of the moon with respect to -Jupiter's equatorial plane.

-

r The radius vector of the moon in equatorial radii of Jupiter.

-

TrueRectangularCoordinates The true 3D rectangular coordinates of the -moon.

-

ApparentRectangularCoordinates The apparent 3D rectangular coordinates -of the moon.

-

bInTransit A Boolean which if true means that the moon is in front of -Jupiter as viewed from the Earth otherwise false.

-

bInOccultation A Boolean which if true means that the moon is behind Jupiter -as viewed from the Earth otherwise false.

-

bInEclipse A Boolean which if true means that the moon is behind Jupiter -as viewed from the Sun otherwise false.

-

bInShadowTransit A Boolean which if true means that the moon is in front -of Jupiter as viewed from the Earth otherwise false.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

 

-

CAAGlobe

-

This class provides some basic algorithms related to the figure of the Earth's -surface.

-

 

-

Functions this class provides include:

-

RhoSinThetaPrime

-

RhoCosThetaPrime

-

RadiusOfParallelOfLatitude

-

RadiusOfCurvature

-

DistanceBetweenPoints

-

 

-

CAAGlobe::RhoSinThetaPrime

-

static double RhoSinThetaPrime(double GeographicalLatitude, -double Height)

-

Return Value

-

A numeric value of your position relative to the centre of the earth expressed -in units of the equatorial radius. For more information refer to the diagram on -Page 81.

-

Parameters

-

GeographicalLatitude The latitude of the position in degrees.

-

Height The observer's height above sea level in meters

-

 

-

CAAGlobe::RhoCosThetaPrime

-

static double RhoCosThetaPrime(double GeographicalLatitude, -double Height)

-

Return Value

-

A numeric value of your position relative to the centre of the earth expressed -in units of the equatorial radius. For more information refer to the diagram on -Page 81.

-

Parameters

-

GeographicalLatitude The latitude of the position in degrees.

-

Height The observer's height above sea level in meters

-

 

-

CAAGlobe::RadiusOfParallelOfLatitude

-

static double RadiusOfParallelOfLatitude(double GeographicalLatitude)

-

Return Value

-

The radius of parallel of latitude expressed in kilometres.

-

Parameters

-

GeographicalLatitude The latitude of the position in degrees.

-

 

-

CAAGlobe::RadiusOfCurvature

-

static double RadiusOfCurvature(double GeographicalLatitude)

-

Return Value

-

The radius of curvature of latitude expressed in kilometres.

-

Parameters

-

GeographicalLatitude The latitude of the position in degrees.

-

 

-

CAAGlobe::DistanceBetweenPoints

-

static double DistanceBetweenPoints(double GeographicalLatitude1, -double GeographicalLongitude1, double GeographicalLatitude2, -double GeographicalLongitude2)

-

 

-

Return Value

-

The shortest distance between two known points on the surface of the Earth expressed -in kilometres.

-

Parameters

-

GeographicalLatitude1 The latitude of the position of the first point -in degrees.

-

GeographicalLatitude2 The latitude of the position of the second point -in degrees.

-

 

-

 

-

CAAIlluminatedFraction

-

This class provides the algorithms to calculate a planet's phase angle, illuminated -fraction and magnitude. This refers to Chapter 41 in the book.

-

 

-

Functions this class provides include:

-

PhaseAngle

-

PhaseAngleRectangular

-

IlluminatedFraction

-

MercuryMagnitudeAA

-

MercuryMagnitudeMuller

-

VenusMagnitudeAA

-

VenusMagnitudeMuller

-

MarsMagnitudeAA

-

MarsMagnitudeMuller

-

JupiterMagnitudeAA

-

JupiterMagnitudeMuller

-

SaturnMagnitudeAA

-

SaturnMagnitudeMuller

-

UranusMagnitudeAA

-

UranusMagnitudeMuller

-

NeptuneMagnitudeAA

-

NeptuneMagnitudeMuller

-

PlutoMagnitudeAA

-

 

-

CAAIlluminatedFraction::PhaseAngle

-

static double PhaseAngle(double r, double R, double -Delta)

-

static double PhaseAngle(double R, double R0, -double B, double L, double L0, double -Delta)

-

Return Value

-

The phase angle in degrees.

-

Parameters (First Version)

-

r The planet's distance to the Sun in astronomical units.

-

R The distance of the Sun from the Earth in astronomical units.

-

Delta The planet's distance from the Earth in astronomical units.

-

Parameters (Second Version)

-

R The planet's distance to the Sun in astronomical units.

-

R0 The distance of the Sun from the Earth in astronomical units.

-

B The planet's heliocentric latitude in degrees.

-

L The planet's heliocentric longitude in degrees.

-

L0 The heliocentric latitude of the Earth in degrees.

-

Delta The planet's distance from the Earth in astronomical units.

-

 

-

CAAIlluminatedFraction::PhaseAngleRectangular

-

static double PhaseAngleRectangular(double x, double -y, double z, double B, double L, -double Delta)

-

Return Value

-

The phase angle in degrees.

-

Parameters

-

x The geocentric rectangular ecliptical X coordinate of the object.

-

y The geocentric rectangular ecliptical Y coordinate of the object.

-

z The geocentric rectangular ecliptical Y coordinate of the object.

-

B The planet's heliocentric latitude in degrees.

-

L The planet's heliocentric longitude in degrees.

-

Delta The planet's distance from the Earth in astronomical units.

-

 

-

CAAIlluminatedFraction::IlluminatedFraction

-

static double IlluminatedFraction(double r, double R, -double Delta)

-

static double IlluminatedFraction(double PhaseAngle)

-

Return Value

-

The phase angle in degrees.

-

r The planet's distance to the Sun in astronomical units.

-

R The distance of the Sun from the Earth in astronomical units.

-

Delta The planet's distance from the Earth in astronomical units.

-

PhaseAngle The planet's phase angle in degrees.

-

 

-

CAAIlluminatedFraction::MercuryMagnitudeAA

-

static double MercuryMagnitudeAA(double r, double Delta, -double i)

-

Return Value

-

The magnitude of the planet.

-

Parameters

-

r The planet's distance to the Sun in astronomical units.

-

Delta The planet's distance from the Earth in astronomical units.

-

i The planet's phase angle in degrees.

-

Remarks

-

Uses the formula to calculate the magnitude as provided in the Astronomical Almanac.

-

 

-

CAAIlluminatedFraction::MercuryMagnitudeMuller

-

static double MercuryMagnitudeMuller(double r, double -Delta, double Delta)

-

Return Value

-

The magnitude of the planet.

-

Parameters

-

r The planet's distance to the Sun in astronomical units.

-

Delta The planet's distance from the Earth in astronomical units.

-

i The planet's phase angle in degrees.

-

Remarks

-

Uses the formula to calculate the magnitude as provided by G. Muller.

-

 

-

CAAIlluminatedFraction::VenusMagnitudeAA

-

static double VenusMagnitudeAA(double r, double Delta, -double i)

-

Return Value

-

The magnitude of the planet.

-

Parameters

-

r The planet's distance to the Sun in astronomical units.

-

Delta The planet's distance from the Earth in astronomical units.

-

i The planet's phase angle in degrees.

-

Remarks

-

Uses the formula to calculate the magnitude as provided in the Astronomical Almanac.

-

 

-

CAAIlluminatedFraction::VenusMagnitudeMuller

-

static double VenusMagnitudeMuller(double r, double Delta, -double Delta)

-

Return Value

-

The magnitude of the planet.

-

Parameters

-

r The planet's distance to the Sun in astronomical units.

-

Delta The planet's distance from the Earth in astronomical units.

-

i The planet's phase angle in degrees.

-

Remarks

-

Uses the formula to calculate the magnitude as provided by G. Muller.

-

 

-

CAAIlluminatedFraction::MarsMagnitudeAA

-

static double MarsMagnitudeAA(double r, double Delta, -double i)

-

Return Value

-

The magnitude of the planet.

-

Parameters

-

r The planet's distance to the Sun in astronomical units.

-

Delta The planet's distance from the Earth in astronomical units.

-

i The planet's phase angle in degrees.

-

Remarks

-

Uses the formula to calculate the magnitude as provided in the Astronomical Almanac.

-

 

-

CAAIlluminatedFraction::MarsMagnitudeMuller

-

static double MarsMagnitudeMuller(double r, double Delta, -double i)

-

Return Value

-

The magnitude of the planet.

-

Parameters

-

r The planet's distance to the Sun in astronomical units.

-

Delta The planet's distance from the Earth in astronomical units.

-

i The planet's phase angle in degrees.

-

Remarks

-

Uses the formula to calculate the magnitude as provided by G. Muller.

-

 

-

CAAIlluminatedFraction::JupiterMagnitudeAA

-

static double JupiterMagnitudeAA(double r, double Delta, -double i)

-

Return Value

-

The magnitude of the planet.

-

Parameters

-

r The planet's distance to the Sun in astronomical units.

-

Delta The planet's distance from the Earth in astronomical units.

-

i The planet's phase angle in degrees.

-

Remarks

-

Uses the formula to calculate the magnitude as provided in the Astronomical Almanac.

-

 

-

CAAIlluminatedFraction::JupiterMagnitudeMuller

-

static double JupiterMagnitudeMuller(double r, double -Delta)

-

Return Value

-

The magnitude of the planet.

-

Parameters

-

r The planet's distance to the Sun in astronomical units.

-

Delta The planet's distance from the Earth in astronomical units.

-

Remarks

-

Uses the formula to calculate the magnitude as provided by G. Muller.

-

 

-

CAAIlluminatedFraction::SaturnMagnitudeAA

-

static double SaturnMagnitudeAA(double r, double Delta, -double DeltaU, double B)

-

Return Value

-

The magnitude of the planet.

-

Parameters

-

r The planet's distance to the Sun in astronomical units.

-

Delta The planet's distance from the Earth in astronomical units.

-

DeltaU The difference between the Saturnicentric longitudes of the Sun -and the Earth, measured in the plane o the ring in degrees.

-

B The Saturnicentric latitude of the Earth referred to the plane of the -ring in degrees

-

Remarks

-

Uses the formula to calculate the magnitude as provided in the Astronomical Almanac.

-

 

-

CAAIlluminatedFraction::SaturnMagnitudeMuller

-

static double SaturnMagnitudeMuller(double r, double -Delta, double DeltaU, double B)

-

Return Value

-

The magnitude of the planet.

-

Parameters

-

r The planet's distance to the Sun in astronomical units.

-

Delta The planet's distance from the Earth in astronomical units.

-

DeltaU The difference between the Saturnicentric longitudes of the Sun -and the Earth, measured in the plane o the ring in degrees.

-

B The Saturnicentric latitude of the Earth referred to the plane of the -ring in degrees

-

Remarks

-

Uses the formula to calculate the magnitude as provided by G. Muller.

-

 

-

CAAIlluminatedFraction::UranusMagnitudeAA

-

static double UranusMagnitudeAA(double r, double Delta)

-

Return Value

-

The magnitude of the planet.

-

Parameters

-

r The planet's distance to the Sun in astronomical units.

-

Delta The planet's distance from the Earth in astronomical units.

-

Remarks

-

Uses the formula to calculate the magnitude as provided in the Astronomical Almanac.

-

 

-

CAAIlluminatedFraction::UranusMagnitudeMuller

-

static double UranusMagnitudeMuller(double r, double -Delta)

-

Return Value

-

The magnitude of the planet.

-

Parameters

-

r The planet's distance to the Sun in astronomical units.

-

Delta The planet's distance from the Earth in astronomical units.

-

Remarks

-

Uses the formula to calculate the magnitude as provided by G. Muller.

-

 

-

CAAIlluminatedFraction::NeptuneMagnitudeAA

-

static double NeptuneMagnitudeAA(double r, double Delta)

-

Return Value

-

The magnitude of the planet.

-

Parameters

-

r The planet's distance to the Sun in astronomical units.

-

Delta The planet's distance from the Earth in astronomical units.

-

Remarks

-

Uses the formula to calculate the magnitude as provided in the Astronomical Almanac.

-

 

-

CAAIlluminatedFraction::NeptuneMagnitudeMuller

-

static double NeptuneMagnitudeMuller(double r, double -Delta)

-

Return Value

-

The magnitude of the planet.

-

Parameters

-

r The planet's distance to the Sun in astronomical units.

-

Delta The planet's distance from the Earth in astronomical units.

-

Remarks

-

Uses the formula to calculate the magnitude as provided by G. Muller.

-

 

-

CAAIlluminatedFraction::PlutoMagnitudeAA

-

static double PlutoMagnitudeAA(double r, double Delta)

-

Return Value

-

The magnitude of the planet.

-

Parameters

-

r The planet's distance to the Sun in astronomical units.

-

Delta The planet's distance from the Earth in astronomical units.

-

Remarks

-

Uses the formula to calculate the magnitude as provided in the Astronomical Almanac.

-

 

-

 

-

CAAInterpolate

-

This class provides the algorithms for interpolation. This refers to Chapter -3 in the book.

-

 

-

Functions this class provides include:

-

Interpolate

-

InterpolateToHalves

-

LangrangeInterpolate

-

Extremum

-

Zero

-

Zero2

-

 

-

CAAInterpolate::Interpolate

-

static double Interpolate(double n, double Y1, -double Y2, double Y3)

-

static double Interpolate(double n, double Y1, -double Y2, double Y3, double Y4, double -Y5)

-

Return Value

-

The interpolated Y value.

-

Parameters

-

n The interpolating factor.

-

Y1 The first Y value to interpolate from.

-

Y2 The second Y value to interpolate from.

-

Y3 The third Y value to interpolate from.

-

Y4 The fourth Y value to interpolate from.

-

Y5 The fifth Y value to interpolate from.

-

Remarks

-

Interpolates a function from 3 or 5 points.

-

 

-

CAAJewishCalendar::InterpolateToHalves

-

static double InterpolateToHalves(double Y1, double Y2, -double Y3, double Y4)

-

Return Value

-

The interpolated Y value.

-

Parameters

-

Y1 The first Y value to interpolate from.

-

Y2 The second Y value to interpolate from.

-

Y3 The third Y value to interpolate from.

-

Y4 The fourth Y value to interpolate from.

-

Remarks

-

Interpolates a function to the middle location where 4 evenly spaced values are -provided.

-

 

-

CAAInterpolate::LagrangeInterpolate

-

static double LagrangeInterpolate(double X, int n, -double* pX, double* pY)

-

Return Value

-

The interpolated Y value.

-

Parameters

-

X The X value to interpolate for.

-

n The size of the pX and pY arrays.

-

pX Pointer to the array of X coordinates to interpolate from.

-

pY Pointer to the array of Y coordinates to interpolate from.

-

Remarks

-

Interpolates a function using Lagrange's formula where an arbitrary number -of values are provided.

-

 

-

CAAInterpolate::Extremum

-

static double Extremum(double Y1, double Y2, double -Y3, double& nm)

-

static double Extremum(double Y1, double Y2, double -Y3, double Y4, double Y5, double& -nm)

-

Return Value

-

The extreme Y value.

-

Parameters

-

Y1 The first Y value to interpolate from.

-

Y2 The second Y value to interpolate from.

-

Y3 The third Y value to interpolate from.

-

Y4 The fourth Y value to interpolate from.

-

Y5 The fifth Y value to interpolate from.

-

nm Upon return will contain the corresponding value of the argument X -where the extremum is reached.

-

Remarks

-

Interpolates a function to determine where the function reaches an extremum.

-

 

-

CAAInterpolate::Zero

-

static double Zero(double Y1, double Y2, double -Y3)

-

static double Zero(double Y1, double Y2, double -Y3, double Y4, double Y5)

-

Return Value

-

The value of the argument X for which the function y becomes zero.

-

Parameters

-

Y1 The first Y value to interpolate from.

-

Y2 The second Y value to interpolate from.

-

Y3 The third Y value to interpolate from.

-

Y4 The fourth Y value to interpolate from.

-

Y5 The fifth Y value to interpolate from.

-

Remarks

-

Finds where a function reaches zero when the function is "almost a straight -line".

-

 

-

CAAInterpolate::Zero2

-

static double Zero2(double Y1, double Y2, double -Y3)

-

static double Zero2(double Y1, double Y2, double -Y3, double Y4, double Y5)

-

Return Value

-

The value of the argument X for which the function y becomes zero.

-

Parameters

-

Y1 The first Y value to interpolate from.

-

Y2 The second Y value to interpolate from.

-

Y3 The third Y value to interpolate from.

-

Y4 The fourth Y value to interpolate from.

-

Y5 The fifth Y value to interpolate from.

-

Remarks

-

Finds where a function reaches zero when the curvature of the function is important.

-

 

-

 

-

CAAJewishCalendar

-

This class provides the algorithms which convert between the Gregorian, Julian -and Jewish calendars. This refers to Chapter 9 in the book.

-

 

-

Functions this class provides include:

-

DateOfPesach

-

DaysInYear

-

IsLeap

-

 

-

CAAJewishCalendar::DateOfPesach

-

static CAACalendarDate DateOfPesach(long Year, bool bGregorianCalendar -= false)

-

Return Value

-

A class containing

-

Year The year in the Jewish Calendar.

-

Month The month of the year in the Gregorian or Julian Calendar corresponding -to when Pesach occurs.

-

Day The day of the month in the Gregorian or Julian Calendar corresponding -to when Pesach occurs.

-

Parameters

-

Year The year in the Julian or Gregorian Calendar to calculate Jewish -Easter or Pesach for. (Years are counted astronomically i.e. 1 BC = Year 0)

-

bGregorianCalendar true to imply a date in the Gregorian Calendar, false -means use the Julian Calendar.

-

 

-

CAAJewishCalendar::DaysInYear

-

static long DaysInYear(long Year)

-

Return Value

-

The number of days in the specified Jewish Year

-

Parameters

-

Year The year in the Jewish Calendar.

-

 

-

CAAJewishCalendar::IsLeap

-

static bool IsLeap(long Year)

-

Return Value

-

true if the specified year is leap otherwise false.

-

Parameters

-

Year The year in the Jewish calendar.

-

 

-

 

-

CAAJupiter

-

This class provides for calculation of the heliocentric position of Jupiter. -This refers to Chapter 32 in the book.

-

 

-

Functions this class provides include:

-

EclipticLongitude

-

EclipticLatitude

-

RadiusVector

-

 

-

CAAJupiter::EclipticLongitude

-

static double EclipticLongitude(double JD, -bool bHighPrecision)

-

Return Value

-

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAJupiter::EclipticLatitude

-

static double EclipticLatitude(double JD, -bool -bHighPrecision)

-

Return Value

-

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAJupiter::RadiusVector

-

static double RadiusVector(double JD, -bool -bHighPrecision)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

 

-

CAAKepler

-

This class provides for the solution of Kepler's equation. This refers to -Chapter 30 in the book.

-

 

-

Functions this class provides include:

-

Calculate

-

 

-

CAAKepler::Calculate

-

static double Calculate(double M, double e, int nIterations -= 53)

-

Return Value

-

The Eccentric anomaly in degrees (i.e. the solution to Kepler's equation).

-

Parameters

-

M The mean anomaly in degrees.

-

e The eccentricity of the orbit

-

nIterations The method uses the third method to solve the equation. This -uses a binary chop to find the solution. The default value of 53 is the number of -iterations required to obtain the accuracy of the standard Visual C "double".

-

 

-

 

-

CAAMars

-

This class provides for calculation of the heliocentric position of Mars. This -refers to Chapter 32 in the book.

-

 

-

Functions this class provides include:

-

EclipticLongitude

-

EclipticLatitude

-

RadiusVector

-

 

-

CAAMars::EclipticLongitude

-

static double EclipticLongitude(double JD, -bool bHighPrecision)

-

Return Value

-

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAMars::EclipticLatitude

-

static double EclipticLatitude(double JD, -bool bHighPrecision)

-

Return Value

-

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAMars::RadiusVector

-

static double RadiusVector(double JD, -bool bHighPrecision)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

 

-

CAAMercury

-

This class provides for calculation of the heliocentric position of Mercury. -This refers to Chapter 32 in the book.

-

 

-

Functions this class provides include:

-

EclipticLongitude

-

EclipticLatitude

-

RadiusVector

-

 

-

CAAMercury::EclipticLongitude

-

static double EclipticLongitude(double JD, -bool bHighPrecision)

-

Return Value

-

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAMercury::EclipticLatitude

-

static double EclipticLatitude(double JD, -bool bHighPrecision)

-

Return Value

-

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAMercury::RadiusVector

-

static double RadiusVector(double JD, -bool bHighPrecision)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

 

-

CAAMoon

-

This class provides the algorithms which obtain the position of the Moon. This -refers to Chapter 47 in the book.

-

 

-

Functions this class provides include:

-

EclipticLongitude

-

EclipticLatitude

-

RadiusVector

-

MeanAnnomaly

-

MeanElongation

-

MeanLongitude

-

MeanLongitudeAscendingNode

-

TrueLongitudeAscendingNode

-

MeanLongitudePergiee

-

ArgumentOfLatitude

-

RadiusVectorToHorizontalParallax

-

HorizontalParallaxToRadiusVector

-

 

-

CAAMoon::EclipticLongitude

-

static double EclipticLongitude(double JD)

-

Return Value

-

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and -equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAMoon::EclipticLatitude

-

static double EclipticLatitude(double JD)

-

Return Value

-

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and -equinox of the date.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAMoon::RadiusVector

-

static double RadiusVector(double JD)

-

Return Value

-

the radius vector in kilometres.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAMoon::MeanAnomaly

-

static double MeanAnomaly(double JD)

-

Return Value

-

the mean anomaly of the Moon in degrees.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAMoon::MeanElongation

-

static double MeanElongation(double JD)

-

Return Value

-

the mean elongation of the Moon in degrees.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAMoon::MeanLongitude

-

static double MeanLongitude(double JD)

-

Return Value

-

the mean longitude of the Moon in degrees.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAMoon::MeanLongitudeAscendingNode

-

static double MeanLongitudeAscendingNode(double JD)

-

Return Value

-

the mean longitude of the ascending node of the Moon in degrees.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAMoon::TrueLongitudeAscendingNode

-

static double TrueLongitudeAscendingNode(double JD)

-

Return Value

-

the true longitude of the ascending node of the lunar orbit in degrees.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAMoon::MeanLongitudePerigee

-

static double MeanLongitudePerigee(double JD)

-

Return Value

-

the mean longitude of the perigee of the lunar orbit in degrees.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAMoon::ArgumentOfLatitude

-

static double ArgumentOfLatitude(double JD)

-

Return Value

-

the argument of latitude (mean distance of the Moon from its ascending node) -in degrees.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAMoon::RadiusVectorToHorizontalParallax

-

static double RadiusVectorToHorizontalParallax(double RadiusVector)

-

Return Value

-

the parallax of the object in degrees.

-

Parameters

-

RadiusVector The distance to the object (e.g. Moon) in kilometres.

-

 

-

CAAMoon::HorizontalParallaxToRadiusVector

-

static double HorizontalParallaxToRadiusVector(double Parallax)

-

Return Value

-

RadiusVector The distance to the object in kilometres.

-

Parameters

-

the parallax of the object (e.g. Moon) in degrees.

-

 

-

 

-

CAAMoonIlluminatedFraction

-

This class provides algorithms for the Moon's elongation, phase angle and -illuminated fraction. This refers to Chapter 48 in the book.

-

 

-

Functions this class provides include:

-

GeocentricElongation

-

PhaseAngle

-

IlluminatedFraction

-

PositionAngle

-

 

-

CAAMoonIlluminatedFraction::GeocentricElongation

-

static double GeocentricElongation(double ObjectAlpha, double -ObjectDelta, double SunAlpha, double SunDelta)

-

Return Value

-

the elongation of the object from the Sun

-

Parameters

-

ObjectAlpha The geocentric right ascension of the object (e.g. the Moon) -expressed as an hour angle.

-

ObjectDelta The geocentric declination of the object (e.g. the Moon) -in degrees.

-

SunAlpha The geocentric right ascension of the Sun expressed as an hour -angle.

-

SunDelta The geocentric declination of the Sun in degrees.

-

 

-

CAAMoonIlluminatedFraction::PhaseAngle

-

static double PhaseAngle(double GeocentricElongation, -double EarthObjectDistance, double EarthSunDistance)

-

Return Value

-

the phase angle in degrees.

-

Parameters

-

GeocentricElongation The geocentric elongation in degrees.

-

EarthObjectDistance The distance in astronomical units between the Earth -and the object (the Moon)

-

EarthSunDistance The distance in astronomical units between the Earth -and the Sun

-

Remarks

-

The EarthObjectDistance and EarthSunDistance should be expressed in the same -units for instance in kilometres.

-

 

-

CAAMoonIlluminatedFraction::IlluminatedFraction

-

static double IlluminatedFraction(double PhaseAngle)

-

Return Value

-

the illuminated fraction (a value form 0 to 1).

-

Parameters

-

PhaseAngle The phase angle in degrees.

-

 

-

CAAMoonIlluminatedFraction::PositionAngle

-

static double PositionAngle(double Alpha0, -double Delta0, double Alpha, double Delta)

-

Return Value

-

the position angle of the midpoint of the illuminated limb of the object (the -Moon) in degrees.

-

Parameters

-

Alpha0 The geocentric right ascension of the Sun expressed as an hour -angle.

-

Delta0 The geocentric declination of the Sun in degrees.

-

Alpha The geocentric right ascension of the object (e.g. the Moon) expressed -as an hour angle.

-

Delta The geocentric declination of the object (e.g. the Moon) in degrees.

-

 

-

 

-

CAAMoonMaxDeclinations

-

This class provides algorithms to calculate the times when the Moon reaches its -maximum Northerly and Southerly declinations. This refers to Chapter 52 in the book.

-

 

-

Functions this class provides include:

-

K

-

MeanGreatestDeclination

-

MeanGreatestDeclinationValue

-

TrueGreatestDeclination

-

TrueGreatestDeclinationValue

-

 

-

CAAMoonMaxDeclinations::K

-

static double K(double Year)

-

Return Value

-

Returns the approximate value of K (required by the other methods of CAAMoonMaxDeclinations) -for calculation of the Moon's max declination.

-

Parameters

-

Year The Year including decimals to calculate the K value for.

-

 

-

CAAMoonMaxDeclinations::MeanGreatestDeclination

-

static double MeanGreatestDeclination(double k, -bool bNortherly)

-

Return Value

-

Returns the date in Dynamical time when the mean maximum declination occurs.

-

Parameters

-

k The K value to calculate the max declination for.

-

bNortherly true if this is a calculation for a maximum northerly declination, -false implies a calculation of the a maximum southerly declination.

-

 

-

CAAMoonMaxDeclinations::MeanGreatestDeclinationValue

-

static double MeanGreatestDeclinationValue(double k)

-

Return Value

-

Returns the mean maximum declination in degrees.

-

Parameters

-

k The K value to calculate the max declination for.

-

 

-

CAAMoonMaxDeclinations::TrueGreatestDeclination

-

static double TrueGreatestDeclination(double k, -bool bNortherly)

-

Return Value

-

Returns the date in Dynamical time when the true maximum declination occurs.

-

Parameters

-

k The K value to calculate the max declination for.

-

bNortherly true if this is a calculation for a maximum northerly declination, -false implies a calculation of the a maximum southerly declination.

-

 

-

CAAMoonMaxDeclinations::TrueGreatestDeclinationValue

-

static double TrueGreatestDeclinationValue(double k)

-

Return Value

-

Returns the true maximum declination in degrees.

-

Parameters

-

k The K value to calculate the max declination for.

-

 

-

 

-

CAAMoonNodes

-

This class provides algorithms which obtain dates when the Moon passes through -its nodes. This refers to Chapter 51 in the book.

-

 

-

Functions this class provides include:

-

K

-

PassageThroNode

-

 

-

CAAMoonNodes::K

-

static double K(double Year)

-

Return Value

-

Returns the approximate value of K (required by the other methods of CAAMoonNodes) -for calculation of the specified passage thro the node.

-

Parameters

-

Year The Year including decimals to calculate the K value for.

-

 

-

CAAMoonNodes::PassageThroNode

-

static double PassageThroNode(double k)

-

Return Value

-

Returns the date in Dynamical time when the specified passage thro the node occurs.

-

Parameters

-

k The K value to calculate the passage thro the node for.

-

 

-

 

-

CAAMoonPerigeeApogee

-

This class provides algorithms to calculate the approximate times when the distance -between the Earth and the Moon is a minimum (perigee) or a maximum (apogee). This -refers to Chapter 50 in the book.

-

 

-

Functions this class provides include:

-

K

-

MeanPerigee

-

MeanApogee

-

TruePerigee

-

TrueApogee

-

PerigeeParallax

-

ApogeeParallax

-

 

-

CAAMoonPerigeeApogee::K

-

static double K(double Year)

-

Return Value

-

Returns the approximate value of K (required by the other methods of CAAMoonPerigeeApogee) -for calculation of the specified phase.

-

Parameters

-

Year The Year including decimals to calculate the K value for.

-

 

-

CAAMoonPerigeeApogee::MeanPerigee

-

static double MeanPerigee(double k)

-

Return Value

-

Returns the date in Dynamical time when the mean perigee occurs.

-

Parameters

-

k The integer value which gives a perigee.

-

 

-

CAAMoonPerigeeApogee::MeanApogee

-

static double MeanApogee(double k)

-

Return Value

-

Returns the date in Dynamical time when the specified mean apogee occurs.

-

Parameters

-

k The K value to calculate the apogee for.

-

 

-

CAAMoonPerigeeApogee::TruePerigee

-

static double TruePerigee(double k)

-

Return Value

-

Returns the date in Dynamical time when the specified true perigee occurs.

-

Parameters

-

k The K value to calculate the perigee for.

-

 

-

CAAMoonPerigeeApogee::TrueApogee

-

static double TrueApogee(double k)

-

Return Value

-

Returns the date in Dynamical time when the specified true apogee occurs.

-

Parameters

-

k The K value to calculate the apogee for.

-

 

-

CAAMoonPerigeeApogee::PerigeeParallax

-

static double PerigeeParallax(double k)

-

Return Value

-

Returns the parallax at the specified perigee in degrees.

-

Parameters

-

k The K value to calculate the perigee parallax for

-

 

-

CAAMoonPerigeeApogee::ApogeeParallax

-

static double ApogeeParallax(double k)

-

Return Value

-

Returns the parallax at the specified apogee in degrees.

-

Parameters

-

k The K value to calculate the apogee parallax for.

-

 

-

 

-

CAAMoonPhases

-

This class provides algorithms which obtain the dates for the phases of the Moon. -This refers to Chapter 49 in the book.

-

 

-

Functions this class provides include:

-

K

-

MeanPhase

-

TruePhase

-

 

-

CAAMoonPhases::K

-

static double K(double Year)

-

Return Value

-

Returns the approximate value of K (required by the other methods of CAAMoonPhases) -for calculation of the specified phase.

-

Parameters

-

Year The Year including decimals to calculate the K value for.

-

 

-

CAAMoonPhases::MeanPhase

-

static double MeanPhase(double k)

-

Return Value

-

Returns the date in Dynamical time when the specified mean moon phase occurs.

-

Parameters

-

k The K value to calculate the phase for.

-

 

-

CAAMoonPhases::TruePhase

-

static double TruePhase(double k)

-

Return Value

-

Returns the date in Dynamical time when the specified true moon phase occurs.

-

Parameters

-

k The K value to calculate the phase for.

-

 

-

 

-

CAAMoslemCalendar

-

This class provides the algorithms which convert between the Julian and Moslem -calendars. This refers to Chapter 9 in the book.

-

 

-

Functions this class provides include:

-

JulianToMoslem

-

MoslemToJulian

-

IsLeap

-

 

-

CAAMoslemCalendar::JulianToMoslem

-

static CAACalendarDate JulianToMoslem(long Year, long -Month, long Day)

-

Return Value

-

A class containing

-

Year The year in the Moslem Calendar.

-

Month The month of the year in the Moslem Calendar (1 for Muharram to -12 for Dhu l-Hijja).

-

Day The day of the month in the Moslem Calendar.

-

Parameters

-

Year The year in the Julian Calendar to convert. (Years are counted astronomically -i.e. 1 BC = Year 0)

-

Month The month of the year in the Julian Calendar (1 for January to 12 -for December).

-

Day The day of the month in the Julian Calendar.

-

 

-

CAAMoslemCalendar::MoslemToJulian

-

static CAACalendarDate MoslemToJulian(long Year, long -Month, long Day)

-

Return Value

-

A class containing

-

Year The year in the Julian Calendar.

-

Month The month of the year in the Julian Calendar  (1 for January -to 12 for December).

-

Day The day of the month in the Julian Calendar.

-

Parameters

-

Year The year in the Moslem Calendar to convert

-

Month The month of the year in the Moslem Calendar (1 for Muharram to -12 for Dhu l-Hijja).

-

Day The day of the month in the Moslem Calendar.

-

 

-

CAAMoslemCalendar::IsLeap

-

static bool IsLeap(long Year)

-

Return Value

-

true if the specified year is leap otherwise false.

-

Parameters

-

Year The year in the Moslem calendar.

-

 

-

 

-

CAANearParabolic

-

This class provides for calculation of the position of an object in an orbit -which can be best modelled as near parabolic i.e. eccentricity between 0.98 and -1.02. Chapter 35 in the book includes support for calculating Near-parabolic orbits, -but the code is provided in BASIC and the algorithm as presented has problems converging -when the eccentricity is close to 1. Instead the algorithms used in this class are -based upon the worked examples which Paul Schlyter has provided at -http://stjarnhimlen.se/comp/tutorial.html#16

-

 

-

Functions this class provides include:

-

Calculate

-

 

-

CAANearParabolic::Calculate

-

static CAANearParabolicObjectDetails Calculate(double JD, const -CAANearParabolicObjectElements& elements, bool -bHighPrecision)

-

Return Value

-

A class containing

-

HeliocentricRectangularEquatorial 3D rectangular heliocentric equatorial -coordinates of the object.

-

HeliocentricRectangularEcliptical 3D rectangular heliocentric ecliptical -coordinates of the object.

-

HeliocentricEclipticLongitude The heliocentric ecliptical longitude in -degrees of the object.

-

HeliocentricEclipticLatitude The heliocentric ecliptical latitude in degrees -of the object.

-

TrueGeocentricRA The geocentric right ascension of the object as an hour -angle (i.e. without light time correction applied).

-

TrueGeocentricDeclination The geocentric declination of the object in -degrees (i.e. without light time correction applied).

-

TrueGeocentricDistance The true distance in astronomical units between -the Earth and the object.

-

TrueGeocentricLightTime The light travel time in days from the Earth to -the object.

-

AstrometricGeocentricRA The geocentric right ascension of the object as -an hour angle (i.e. with light time correction applied)

-

AstrometricGeocentricDeclination The geocentric declination of the object -in degrees (i.e. with light time correction applied)

-

AstrometricGeocentricDistance The observed distance of the object in astronomical -units.

-

AstrometricGeocentricLightTime The observed light travel time of the object -in days.

-

Elongation The elongation of the object to the Sun in degrees.

-

PhaseAngle The phase angle (the angle Sun - object - Earth) in degrees.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

elements A class containing the following orbital elements

-

q The perihelion distance in astronomical units.

-

i The inclination of the plane of the orbit in degrees.

-

w The argument of the perihelion in degrees.

-

omega The longitude of the ascending node in degrees.

-

JDEquinox The Julian Date for which equatorial coordinates should be calculated -for.

-

T The Julian date of the time of passage in perihelion.

-

e Eccentricity of the orbit

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

 

-

CAANeptune

-

This class provides for calculation of the heliocentric position of Neptune. -This refers to Chapter 32 in the book.

-

 

-

Functions this class provides include:

-

EclipticLongitude

-

EclipticLatitude

-

RadiusVector

-

 

-

CAANeptune::EclipticLongitude

-

static double EclipticLongitude(double JD, -bool bHighPrecision)

-

Return Value

-

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAANeptune::EclipticLatitude

-

static double EclipticLatitude(double JD, -bool bHighPrecision)

-

Return Value

-

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAANeptune::RadiusVector

-

static double RadiusVector(double JD, -bool bHighPrecision)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

 

-

CAANodes

-

This class provides for calculation of the time of passages from the orbital -elements of a planet or comet through the nodes of its orbit. This refers to Chapter -39 in the book.

-

 

-

Functions this class provides include:

-

PassageThroAscendingNode (for Elliptical -orbits)

-

PassageThroDescendingNode (for Elliptical -orbits)

-

PassageThroAscendingNode (for Parabolic orbits)

-

PassageThroDescendingNode (for Parabolic orbits)

-

 

-

CAANodes::PassageThroAscendingNode

-

static CAANodeObjectDetails PassageThroAscendingNode(const CAAEllipticalObjectElements& -elements);

-

Return Value

-

A class containing

-

t The date in Dynamical time to when the body moves thro the ascending -node.

-

radius The radius vector in astronomical units.

-

Parameters

-

elements A class containing the following orbital elements

-

a The semi major axis in astronomical units.

-

e The eccentricity of the orbit.

-

i The inclination of the plane of the orbit in degrees.

-

w The argument of the perihelion in degrees.

-

omega The longitude of the ascending node in degrees.

-

JDEquinox Unused in this function's use of CAAEllipticalObjectElements.

-

T The Julian date of the time of passage in perihelion.

-

 

-

CAANodes::PassageThroDescendingNode

-

static CAANodeObjectDetails PassageThroDescendingNode(const CAAEllipticalObjectElements& -elements);

-

Return Value

-

A class containing

-

t The date in Dynamical time to when the body moves thro the ascending -node.

-

radius The radius vector in astronomical units.

-

Parameters

-

elements A class containing the following orbital elements

-

a The semi major axis in astronomical units.

-

e The eccentricity of the orbit.

-

i The inclination of the plane of the orbit in degrees.

-

w The argument of the perihelion in degrees.

-

omega The longitude of the ascending node in degrees.

-

JDEquinox Unused in this function's use of CAAEllipticalObjectElements.

-

T The Julian date of the time of passage in perihelion.

-

 

-

CAANodes::PassageThroAscendingNode

-

static CAANodeObjectDetails PassageThroAscendingNode(const CAAParabolicObjectElements& -elements);

-

Return Value

-

A class containing

-

t The date in Dynamical time to when the body moves thro the ascending -node.

-

radius The radius vector in astronomical units.

-

Parameters

-

elements A class containing the following orbital elements

-

q The perihelion distance in astronomical units.

-

i The inclination of the plane of the orbit in degrees.

-

w The argument of the perihelion in degrees.

-

omega The longitude of the ascending node in degrees.

-

JDEquinox Unused in this function's use of CAAParabolicObjectElements.

-

T The Julian date of the time of passage in perihelion.

-

 

-

CAANodes::PassageThroDescendingNode

-

static CAANodeObjectDetails PassageThroDescendingNode(const CAAParabolicObjectElements& -elements);

-

Return Value

-

A class containing

-

t The date in Dynamical time to when the body moves thro the ascending -node.

-

radius The radius vector in astronomical units.

-

Parameters

-

elements A class containing the following orbital elements

-

q The perihelion distance in astronomical units.

-

i The inclination of the plane of the orbit in degrees.

-

w The argument of the perihelion in degrees.

-

omega The longitude of the ascending node in degrees.

-

JDEquinox Unused in this function's use of CAAParabolicObjectElements.

-

T The Julian date of the time of passage in perihelion.

-

 

-

 

-

CAANutation

-

This class provides for calculation of Nutation and the Obliquity of the Ecliptic. -This refers to Chapter 22 and parts of Chapter 23 in the book.

-

 

-

Functions this class provides include:

-

NutationInLongitude

-

NutationInObliquity

-

NutationInRightAscension

-

NutationInDeclination

-

MeanObliquityOfEcliptic

-

TrueObliquityOfEcliptic

-

 

-

CAANutation::NutationInLongitude

-

static double NutationInLongitude(double JD)

-

Return Value

-

The nutation in ecliptic longitude in arc seconds of a degree.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAANutation::NutationInObliquity

-

static double NutationInObliquity(double JD)

-

Return Value

-

The nutation in obliquity in arc seconds of a degree.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAANutation::NutationInRightAscension

-

static double NutationInRightAscension(double Alpha, double -Delta, double Obliquity, double NutationInLongitude, -double NutationInObliquity)

-

Return Value

-

The nutation in right ascension in arc seconds of a degree.

-

Parameters

-

Alpha The right ascension of the position in hour angles.

-

Delta The declination of the position in degrees.

-

Obliquity The obliquity of the Ecliptic in degrees.

-

NutationInLongitude The nutation in longitude in arc seconds of a degree.

-

NutationInObliquity The nutation in obliquity in arc seconds of a degree.

-

Remarks

-

This refers to algorithm 23.1 on page 151.

-

 

-

CAANutation::NutationInDeclination

-

static double NutationInDeclination(double Alpha, double -Delta, double Obliquity, double NutationInLongitude, -double NutationInObliquity)

-

Return Value

-

The nutation in declination in arc seconds of a degree.

-

Parameters

-

Alpha The right ascension of the position in hour angles.

-

Delta The declination of the position in degrees.

-

Obliquity The obliquity of the Ecliptic in degrees.

-

NutationInLongitude The nutation in longitude in arc seconds of a degree.

-

NutationInObliquity The nutation in obliquity in arc seconds of a degree.

-

Remarks

-

This refers to algorithm 23.1 on page 151.

-

 

-

CAANutation::MeanObliquityOfEcliptic

-

static double MeanObliquityOfEcliptic(double JD)

-

Return Value

-

The mean obliquity of the ecliptic in degrees.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAANutation::TrueObliquityOfEcliptic

-

static double TrueObliquityOfEcliptic(double JD)

-

Return Value

-

The true obliquity of the ecliptic in degrees.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAParabolic

-

This class provides for calculation of the position of an object in a parabolic -orbit. This refers to Chapter 34 in the book.

-

 

-

Functions this class provides include:

-

Calculate

-

CalculateBarkers

-

 

-

CAAParabolic::Calculate

-

static CAAParabolicObjectDetails Calculate(double JD, const -CAAParabolicObjectElements& elements, bool -bHighPrecision)

-

Return Value

-

A class containing

-

HeliocentricRectangularEquatorial 3D rectangular heliocentric equatorial -coordinates of the object.

-

HeliocentricRectangularEcliptical 3D rectangular heliocentric ecliptical -coordinates of the object.

-

HeliocentricEclipticLongitude The heliocentric ecliptical longitude in -degrees of the object.

-

HeliocentricEclipticLatitude The heliocentric ecliptical latitude in degrees -of the object.

-

TrueGeocentricRA The geocentric right ascension of the object as an hour -angle (i.e. without light time correction applied).

-

TrueGeocentricDeclination The geocentric declination of the object in -degrees (i.e. without light time correction applied).

-

TrueGeocentricDistance The true distance in astronomical units between -the Earth and the object.

-

TrueGeocentricLightTime The light travel time in days from the Earth to -the object.

-

AstrometricGeocenticRA The geocentric right ascension of the object as -an hour angle (i.e. with light time correction applied)

-

AstrometricGeocentricDeclination The geocentric declination of the object -in degrees (i.e. with light time correction applied)

-

AstrometricGeocentricDistance The observed distance of the object in astronomical -units.

-

AstrometricGeocentricLightTime The observed light travel time of the object -in days.

-

Elongation The elongation of the object to the Sun in degrees.

-

PhaseAngle The phase angle (the angle Sun - object - Earth) in degrees.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

elements A class containing the following orbital elements

-

q The perihelion distance in astronomical units.

-

i The inclination of the plane of the orbit in degrees.

-

w The argument of the perihelion in degrees.

-

omega The longitude of the ascending node in degrees.

-

JDEquinox The Julian Date for which equatorial coordinates should be calculated -for.

-

T The Julian date of the time of passage in perihelion.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAParabolic::CalculateBarkers

-

static double CalculateBarkers(double W)

-

Return Value

-

The solution to Barkers equation as described in algorithm 34.3 on page 241.

-

Parameters

-

W The value W as described in algorithm 34.1 on page 241.

-

 

-

 

-

CAAParallactic

-

This class provides for measurement of various angles on the celestial globe. -This refers to Chapter 14 in the book.

-

 

-

Functions this class provides include:

-

ParallacticAngle

-

EclipticLongitudeOnHorizon

-

AngleBetweenEclipticAndHorizon

-

AngleBetweenNorthCelestialPoleAndNorthPoleOfEcliptic

-

 

-

CAAParallactic::ParallacticAngle

-

static double ParallacticAngle(double HourAngle, double -Latitude, double delta)

-

Return Value

-

Returns the parallactic angle (the ZCN angle) and is generally designated by -q.

-

Parameters

-

HourAngle The hour angle.

-

Latitude The latitude of the position in degrees.

-

Delta The declination in degrees.

-

Remarks

-

This refers to algorithm 14.1 on page 98.

-

 

-

CAAParallactic::EclipticLongitudeOnHorizon

-

static double EclipticLongitudeOnHorizon(double LocalSiderealTime, -double ObliquityOfEcliptic, double Latitude)

-

Return Value

-

Returns the ecliptic longitude of two points which are (180 degrees apart) on -the horizon.

-

Parameters

-

LocalSiderealTime The local sidereal time measured in hours.

-

ObliquityOfEcliptic The obliquity of the ecliptic in degrees.

-

Latitude The latitude of the position in degrees.

-

Remarks

-

This refers to algorithm 14.2 on page 99.

-

 

-

CAAParallactic::AngleBetweenEclipticAndHorizon

-

static double AngleBetweenEclipticAndHorizon(double LocalSiderealTime, -double ObliquityOfEcliptic, double Latitude)

-

Return Value

-

Returns the angle in degrees of the diurnal path of a celestial body (not the -ecliptic) relative to the horizon at the time of its rising or setting.

-

Parameters

-

LocalSiderealTime The local sidereal time measured in hours.

-

ObliquityOfEcliptic The obliquity of the ecliptic in degrees.

-

Latitude The latitude of the position in degrees.

-

Remarks

-

This refers to algorithm at the top of page 100.

-

 

-

CAAParallactic::AngleBetweenNorthCelestrialPoleAndNorthPoleOfEcliptic

-

static double AngleBetweenNorthCelestialPoleAndNorthPoleOfEcliptic(double -Lambda, double Beta, double ObliquityOfEcliptic)

-

Return Value

-

Return the angle in degrees between the direction of the northern celestial pole -and the direction of the north pole of the ecliptic, at the star.

-

Parameters

-

Lambda The ecliptical longitude in degrees.

-

Beta The ecliptical latitude of the star in degrees.

-

ObliquityOfEcliptic The obliquity of the ecliptic in degrees.

-

Remarks

-

This refers to algorithm at the top of page 100.

-

 

-

 

-

CAAParallax

-

This class provides for calculation of the topocentric coordinates of a body -as seen from the observer's place on the Earth's surface. This refers to -Chapter 40 in the book.

-

 

-

Functions this class provides include:

-

Equatorial2TopocentricDelta

-

Equatorial2Topocentric

-

Ecliptic2Topocentric

-

ParallaxToDistance

-

DistanceToParallax

-

 

-

CAAParallax::Equatorial2TopocentricDelta

-

static CAA2DCoordinate Equatorial2TopocentricDelta(double Alpha, -double Delta, double Distance, double Longitude, -double Latitude, double Height, double JD)

-

Return Value

-

Returns the corrections in equatorial coordinates in a CAA2DCoordinate class. -The x value in the class corresponds to the correction in right ascension expressed -as an hour angle and the y value corresponds to the correction in declination in -degrees.

-

Parameters

-

Alpha The right ascension in hours of the object at time JD.

-

Delta The declination in degrees of the object at time JD.

-

Distance The distance (in astronomical units) to the Earth.

-

Longitude The longitude in degrees.

-

Latitude The latitude in degrees.

-

Height The observer's height above sea level in meters.

-

JD The date in Dynamical time to calculate for.

-

Remarks

-

This returns the difference between the geocentric and topocentric values. This -refers to equation 40.4 and 40.5 on page 280.

-

 

-

CAAParallax::Equatorial2Topocentric

-

static CAA2DCoordinate Equatorial2Topocentric(double Alpha, -double Delta, double Distance, double Longitude, -double Latitude, double Height, double JD)

-

Return Value

-

Returns the converted equatorial coordinates in a CAA2DCoordinate class. The -x value in the class corresponds to right ascension expressed as an hour angle and -the y value corresponds to the right ascension in degrees.

-

Parameters

-

Alpha The right ascension in hours of the object at time JD.

-

Delta The declination in degrees of the object at time JD.

-

Distance The distance (in astronomical units) to the Earth.

-

Longitude The longitude in degrees.

-

Latitude The latitude in degrees.

-

Height The observer's height above sea level in meters

-

JD The date in Dynamical time to calculate for.

-

Remarks

-

This returns the rigorous conversion between the geocentric and topocentric values. -This refers to equation 40.2 and 40.3 on page 279.

-

 

-

CAAParallax::Ecliptic2Topocentric

-

static CAATopocentricEclipticDetails Ecliptic2Topocentric(double Lambda, -double Beta, double Semidiameter, double Distance, -double Epsilon, double Latitude, double Height, -double JD)

-

Return Value

-

A class containing

-

Lambda The topocentric ecliptical longitude in degrees.

-

Beta The topocentric ecliptical latitude in degrees.

-

Semidiameter The topocentric semi diameter in degrees.

-

Parameters

-

Lambda The ecliptical longitude in degrees.

-

Beta The ecliptical latitude in degrees.

-

Semidiameter The geocentric semi diameter in degrees.

-

Distance The distance (in astronomical units) to the Earth.

-

Epsilon The obliquity of the ecliptic in degrees.

-

Latitude The latitude in degrees.

-

Height The observer's height above sea level in meters.

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAParallax::ParallaxToDistance

-

static double ParallaxToDistance(double Parallax)

-

Return Value

-

Returns the distance in astronomical units.

-

Parameters

-

Parallax The parallax of the body in degrees.

-

 

-

CAAParallax::DistanceToParallax

-

static double DistanceToParallax(double Distance)

-

Return Value

-

Returns the parallax in degrees.

-

Parameters

-

Distance The distance (in astronomical units) to the body.

-

 

-

 

-

CAAPhysicalJupiter

-

This class provides for calculation of various physical parameters related to -the Jupiter. This refers to Chapter 43 in the book.

-

 

-

Functions this class provides include:

-

Calculate

-

 

-

CAAPhysicalJupiter::Calculate

-

static CAAPhysicalJupiterDetails Calculate(double JD, -bool bHighPrecision)

-

Return Value

-

A class containing

-

DE The planetocentric declination in degrees of the Earth.

-

DS The planetocentric declination in degrees of the Sun.

-

Geometricw1 The geometric longitude in degrees of the central meridian -for System 1.

-

Geometricw2 The geometric longitude in degrees of the central meridian -for System 2.

-

Apparentw1 The apparent longitude in degrees of the central meridian for -System 1.

-

Apparentw2 The geometric longitude in degrees of the central meridian -for System 2.

-

P The position angle of Jupiter's northern rotational pole in degrees.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

 

-

CAAPhysicalMars

-

This class provides for calculation of various physical parameters related to -the Mars. This refers to Chapter 42 in the book.

-

 

-

Functions this class provides include:

-

Calculate

-

 

-

CAAPhysicalMars::Calculate

-

static CAAPhysicalMarsDetails Calculate(double JD, -bool bHighPrecision)

-

Return Value

-

A class containing

-

DE The planetocentric declination in degrees of the Earth.

-

DS The planetocentric declination in degrees of the Sun.

-

w The aerographic longitude in degrees of the central meridian as seen from Earth.

-

P The geocentric position angle of Mars' northern rotational pole -in degrees.

-

X The position angle in degrees of the mid-point of the illuminated limb.

-

k The illuminated fraction of the planet's disk.

-

q The defect of illumination.

-

d The apparent diameter of Mars in arc seconds.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

 

-

CAAPhysicalMoon

-

This class provides for calculation of various physical parameters related to -the Moon. This refers to Chapter 53 in the book.

-

 

-

Functions this class provides include:

-

CalculateGeocentric

-

CalculateTopocentric

-

CalculateSelenographicPositionOfSun

-

AltitudeOfSun

-

TimeOfSunrise

-

TimeOfSunset

-

 

-

CAAPhysicalMoon::CalculateGeocentric

-

static CAAPhysicalMoonDetails CalculateGeocentric(double -JD)

-

Return Value

-

A class containing

-

ldash The optical libration in longitude in degrees.

-

bdash The optical libration in latitude in degrees.

-

ldash2 The physical libration in longitude in degrees.

-

bdash2 The physical libration in latitude in degrees.

-

l The total libration in longitude in degrees.

-

b The total libration in latitude in degrees.

-

P The position angle in degrees of the Moon's axis of rotation.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

Remarks

-

Calculates the physical parameters referred to the centre of the Earth

-

 

-

CAAPhysicalMoon::CalculateTopcentric

-

static CAAPhysicalMoonDetails CalculateTopocentric(double -JD, double Longitude, double Latitude)

-

Return Value

-

A class containing

-

ldash The optical libration in longitude in degrees.

-

bdash The optical libration in latitude in degrees.

-

ldash2 The physical libration in longitude in degrees.

-

bdash2 The physical libration in latitude in degrees.

-

l The total libration in longitude in degrees.

-

b The total libration in latitude in degrees.

-

P The position angle in degrees of the Moon's axis of rotation.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

Longitude The topocentric longitude in degrees of the position to perform -the calculation for.

-

Latitude The topocentric latitude in degrees of the position to perform -the calculation for.

-

Remarks

-

Calculates the physical parameters referred to the specified position on the -Earth

-

 

-

CAAPhysicalMoon::CalculateSelenographicPositionOfSun

-

static CAAPSelenographicMoonDetails CalculateSelenographicPositionOfSun(double -JD, bool bHighPrecision)

-

Return Value

-

A class containing

-

l0 The longitude in degrees of the sub solar point.

-

b0 The latitude in degrees of the sub solar point.

-

c0 The selenographic colongitude of the sun.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAPhysicalMoon::AltitudeOfSun

-

static double AltitudeOfSun(double JD, double Longitude, -double Latitude, bool bHighPrecision)

-

Return Value

-

Returns the altitude in degrees of the Sun at the specified lunar location.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

Longitude The selenographic longitude in degrees of the position to perform -the calculation for.

-

Latitude The selenographic latitude in degrees of the position to perform -the calculation for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAPhysicalMoon::TimeOfSunrise

-

static double TimeOfSunrise(double JD, double Longitude, -double Latitude, bool bHighPrecision)

-

Return Value

-

Returns the nearest Julian date in Dynamical time when the Sun rises at the specified -lunar location. This value will always be earlier than the parameter "JD"

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

Longitude The selenographic longitude in degrees of the position to perform -the calculation for.

-

Latitude The selenographic latitude in degrees of the position to perform -the calculation for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAPhysicalMoon::TimeOfSunset

-

static double TimeOfSunset(double JD, double Longitude, -double Latitude, bool bHighPrecision)

-

Return Value

-

Returns the nearest Julian date in Dynamical time when the Sun rises at the specified -lunar location. This value will always be later than the parameter "JD"

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

Longitude The selenographic longitude in degrees of the position to perform -the calculation for.

-

Latitude The selenographic latitude in degrees of the position to perform -the calculation for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

 

-

CAAPhysicalSun

-

This class provides for calculation of various physical parameters related to -the Sun. This refers to Chapter 29 in the book.

-

 

-

Functions this class provides include:

-

Calculate

-

 

-

CAAPhysicalSun::Calculate

-

static CAAPhysicalSunDetails Calculate(double JD, -bool bHighPrecision)

-

Return Value

-

A class containing

-

P The position angle in degrees of the northern extremity of the axis -of rotation.

-

B0 The heliographic latitude in degrees of the centre of the solar disk.

-

L0 The heliographic longitude in degrees of the centre of the solar disk.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

 

-

CAAPlanetaryPhenomena

-

This class provides for the calculation of several configurations involving planets -Mercury to Neptune; oppositions and conjunctions with the Sun, greatest elongations, -and stations. This refers to Chapter 36 in the book.

-

 

-

Functions this class provides include:

-

K

-

Mean

-

True

-

ElongationValue

-

 

-

CAAPlanetaryPhenomena::K

-

static double K(double Year, PlanetaryObject object, -EventType type)

-

Return Value

-

Returns the approximate value of K (required by the other methods of CAAPlanetaryPhenomena) -for calculation of the various event types.

-

Parameters

-

Year The Year including decimals to calculate the K value for.

-

object An enum specifying the planet to calculate for.

-

type An enum to specify the event type to calculate.

-

 

-

CAAPlanetaryPhenomena::Mean

-

static double Mean(double k, PlanetaryObject object, -EventType type)

-

Return Value

-

Returns the date in Dynamical time when the specified mean planetary configuration -occurs (that is, calculated from circular orbits and uniform planetary motions).

-

Parameters

-

k The K value to calculate the phenomena for.

-

object An enum specifying the planet to calculate for.

-

type An enum to specify the event type to calculate.

-

 

-

CAAPlanetaryPhenomena::True

-

static double True(double k, PlanetaryObject object, -EventType type)

-

Return Value

-

Returns the date in Dynamical time when the true planetary configuration occurs.

-

Parameters

-

k The K value to calculate the phenomena for.

-

object An enum specifying the planet to calculate for.

-

type An enum to specify the event type to calculate.

-

 

-

CAAPlanetaryPhenomena::ElongationValue

-

static double ElongationValue(double k, PlanetaryObject -object, bool bEastern)

-

Return Value

-

the value of the greatest elongation of a planet.

-

Parameters

-

k The K value to calculate the phenomena for.

-

object An enum specifying the planet to calculate for.

-

bEastern true if you want the elongation value for the eastern elongation, -otherwise false implies western elongation.

-

 

-

 

-

CAAPlanetPerihelionAphelion

-

This class provides for the calculation of the time when a planet is in perihelion -or in aphelion. This refers to Chapter 38 in the book.

-

 

-

Functions this class provides include:

-

MercuryK

-

MercuryPerihelion

-

MercuryAphelion

-

VenusK

-

VenusPerihelion

-

VenusAphelion

-

EarthK

-

EarthPerihelion

-

EarthAphelion

-

MarsK

-

MarsPerihelion

-

MarsAphelion

-

JupiterK

-

JupiterPerihelion

-

JupiterAphelion

-

SaturnK

-

SaturnPerihelion

-

SaturnAphelion

-

UranusK

-

UranusPerihelion

-

UranusAphelion

-

NeptuneK

-

NeptunePerihelion

-

NeptuneAphelion

-

 

-

CAAPlanetPerihelionAphelion::MercuryK

-

static long MercuryK(double Year)

-

Return Value

-

Returns the approximate value of K (required by the other methods of CAAPlanetPerihelionAphelion) -for calculation of the dates of Perihelion or Aphelion.

-

Parameters

-

Year The Year including decimals to calculate the K value for.

-

 

-

CAAPlanetPerihelionAphelion::MercuryPerihelion

-

static double MercuryPerihelion(long k)

-

Return Value

-

Returns the date in Dynamical time when the specified perihelion occurs.

-

Parameters

-

k The K value to calculate the perihelion for.

-

 

-

CAAPlanetPerihelionAphelion::MercuryAphelion

-

static double MercuryAphelion(long k)

-

Return Value

-

Returns the date in Dynamical time when the specified aphelion occurs.

-

Parameters

-

k The K value to calculate the aphelion for.

-

 

-

CAAPlanetPerihelionAphelion::VenusK

-

static long VenusK(double Year)

-

Return Value

-

Returns the approximate value of K (required by the other methods of CAAPlanetPerihelionAphelion) -for calculation of the dates of Perihelion or Aphelion.

-

Parameters

-

Year The Year including decimals to calculate the K value for.

-

 

-

CAAPlanetPerihelionAphelion::VenusPerihelion

-

static double VenusPerihelion(long k)

-

Return Value

-

Returns the date in Dynamical time when the specified perihelion occurs.

-

Parameters

-

k The K value to calculate the perihelion for.

-

 

-

CAAPlanetPerihelionAphelion::VenusAphelion

-

static double VenusAphelion(long k)

-

Return Value

-

Returns the date in Dynamical time when the specified aphelion occurs.

-

Parameters

-

k The K value to calculate the aphelion for.

-

 

-

CAAPlanetPerihelionAphelion::EarthK

-

static long EarthK(double Year)

-

Return Value

-

Returns the approximate value of K (required by the other methods of CAAPlanetPerihelionAphelion) -for calculation of the dates of Perihelion or Aphelion.

-

Parameters

-

Year The Year including decimals to calculate the K value for.

-

 

-

CAAPlanetPerihelionAphelion::EarthPerihelion

-

static double EarthPerihelion(long k, -bool bBarycentric = false)

-

Return Value

-

Returns the date in Dynamical time when the specified perihelion occurs.

-

Parameters

-

k The K value to calculate the perihelion for.

-

bBarycentric  If true, the calculation is for the barycenter of the -Earth - Moon system, false implies the Earth itself.

-

 

-

CAAPlanetPerihelionAphelion::EarthAphelion

-

static double EarthAphelion(long k, bool bBarycentric -= false)

-

Return Value

-

Returns the date in Dynamical time when the specified aphelion occurs.

-

Parameters

-

k The K value to calculate the aphelion for.

-

bBarycentric  If true, the calculation is for the barycenter of the -Earth - Moon system, false implies the Earth itself

-

 

-

CAAPlanetPerihelionAphelion::MarsK

-

static long MarsK(double Year)

-

Return Value

-

Returns the approximate value of K (required by the other methods of CAAPlanetPerihelionAphelion) -for calculation of the dates of Perihelion or Aphelion.

-

Parameters

-

Year The Year including decimals to calculate the K value for.

-

 

-

CAAPlanetPerihelionAphelion::MarsPerihelion

-

static double MarsPerihelion(long k)

-

Return Value

-

Returns the date in Dynamical time when the specified perihelion occurs.

-

Parameters

-

k The K value to calculate the perihelion for.

-

 

-

CAAPlanetPerihelionAphelion::MarsAphelion

-

static double MarsAphelion(long k)

-

Return Value

-

Returns the date in Dynamical time when the specified aphelion occurs.

-

Parameters

-

k The K value to calculate the aphelion for.

-

 

-

CAAPlanetPerihelionAphelion::JupiterK

-

static long JupiterK(double Year)

-

Return Value

-

Returns the approximate value of K (required by the other methods of CAAPlanetPerihelionAphelion) -for calculation of the dates of Perihelion or Aphelion.

-

Parameters

-

Year The Year including decimals to calculate the K value for.

-

 

-

CAAPlanetPerihelionAphelion::JupiterPerihelion

-

static double JupiterPerihelion(long k)

-

Return Value

-

Returns the date in Dynamical time when the specified perihelion occurs.

-

Parameters

-

k The K value to calculate the perihelion for.

-

 

-

CAAPlanetPerihelionAphelion::JupiterAphelion

-

static double JupiterAphelion(long k)

-

Return Value

-

Returns the date in Dynamical time when the specified aphelion occurs.

-

Parameters

-

k The K value to calculate the aphelion for.

-

 

-

CAAPlanetPerihelionAphelion::SaturnK

-

static long SaturnK(double Year)

-

Return Value

-

Returns the approximate value of K (required by the other methods of CAAPlanetPerihelionAphelion) -for calculation of the dates of Perihelion or Aphelion.

-

Parameters

-

Year The Year including decimals to calculate the K value for.

-

 

-

CAAPlanetPerihelionAphelion::SaturnPerihelion

-

static double SaturnPerihelion(long k)

-

Return Value

-

Returns the date in Dynamical time when the specified perihelion occurs.

-

Parameters

-

k The K value to calculate the perihelion for.

-

 

-

CAAPlanetPerihelionAphelion::SaturnAphelion

-

static double SaturnAphelion(long k)

-

Return Value

-

Returns the date in Dynamical time when the specified aphelion occurs.

-

Parameters

-

k The K value to calculate the aphelion for.

-

 

-

CAAPlanetPerihelionAphelion::UranusK

-

Return Value

-

Returns the approximate value of K (required by the other methods of CAAPlanetPerihelionAphelion) -for calculation of the dates of Perihelion or Aphelion.

-

Parameters

-

Year The Year including decimals to calculate the K value for.

-

 

-

CAAPlanetPerihelionAphelion::UranusPerihelion

-

static double UranusPerihelion(long k)

-

Return Value

-

Returns the date in Dynamical time when the specified perihelion occurs.

-

Parameters

-

k The K value to calculate the perihelion for.

-

 

-

CAAPlanetPerihelionAphelion::UranusAphelion

-

static double UranusAphelion(long k)

-

Return Value

-

Returns the date in Dynamical time when the specified aphelion occurs.

-

Parameters

-

k The K value to calculate the aphelion for.

-

 

-

CAAPlanetPerihelionAphelion::NeptuneK

-

static long NeptuneK(double Year)

-

Return Value

-

Returns the approximate value of K (required by the other methods of CAAPlanetPerihelionAphelion) -for calculation of the dates of Perihelion or Aphelion.

-

Parameters

-

Year The Year including decimals to calculate the K value for.

-

 

-

CAAPlanetPerihelionAphelion::NeptunePerihelion

-

static double NeptunePerihelion(long k)

-

Return Value

-

Returns the date in Dynamical time when the specified perihelion occurs.

-

Parameters

-

k The K value to calculate the perihelion for.

-

 

-

CAAPlanetPerihelionAphelion::NeptuneAphelion

-

static double NeptuneAphelion(long k)

-

Return Value

-

Returns the date in Dynamical time when the specified aphelion occurs.

-

Parameters

-

k The K value to calculate the aphelion for.

-

 

-

 

-

CAAPluto

-

This class provides for calculation of the heliocentric position of Pluto. This -refers to Chapter 37 in the book.

-

 

-

Functions this class provides include:

-

EclipticLongitude

-

EclipticLatitude

-

RadiusVector

-

 

-

CAAPluto::EclipticLongitude

-

static double EclipticLongitude(double JD)

-

Return Value

-

the ecliptic longitude in degrees referred to the standard equinox J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAPluto::EclipticLatitude

-

static double EclipticLatitude(double JD)

-

Return Value

-

the ecliptic latitude in degrees referred to the standard equinox J2000.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAPluto::RadiusVector

-

static double RadiusVector(double JD)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAPrecession

-

This class provides for the calculation of the slow drift that the direction -of the rotational axis of the Earth undergoes over time. This refers to Chapter -21 in the book.

-

 

-

Functions this class provides include:

-

PrecessEquatorial

-

PrecessEquatorialFK4

-

PrecessEcliptic

-

EquatorialPMToEcliptic

-

AdjustPositionUsingUniformProperMotion

-

AdjustPositionUsingMotionInSpace

-

 

-

CAAPrecession::PrecessEquatorial

-

static CAA2DCoordinate PrecessEquatorial(double Alpha, -double Delta, double JD0, double -JD)

-

Return Value

-

Returns the precessed equatorial coordinates in a CAA2DCoordinate class. The -x value in the class corresponds to the right ascension as an hour angle and the -y value corresponds to the declination in degrees.

-

Parameters

-

Alpha The right ascension in hours of the object at time JD.

-

Delta The declination in degrees of the object at time JD.

-

JD0 The date in Dynamical time corresponding to the initial epoch.

-

JD The date in Dynamical time corresponding to the final epoch.

-

 

-

CAAPrecession::PrecessEquatorialFK4

-

static CAA2DCoordinate PrecessEquatorialFK4(double Alpha, -double Delta, double JD0, double -JD)

-

Return Value

-

Returns the converted equatorial coordinates in a CAA2DCoordinate class. The -x value in the class corresponds to the equatorial right ascension an hour angle -and the y value corresponds to the declination in degrees.

-

Parameters

-

Alpha The right ascension in hours of the object at time JD.

-

Delta The declination in degrees of the object at time JD.

-

JD0 The date in Dynamical time corresponding to the initial epoch.

-

JD The date in Dynamical time corresponding to the final epoch.

-

 

-

CAAPrecession::PrecessEcliptic

-

static CAA2DCoordinate PrecessEcliptic(double Lambda, -double Beta, double JD0, double -JD)

-

Return Value

-

Returns the converted ecliptic coordinates in a CAA2DCoordinate class. The x -value in the class corresponds to the ecliptical longitude in degrees and the y -value corresponds to the ecliptical latitude in degrees. 

-

Parameters

-

Lambda The ecliptical longitude in degrees.

-

Beta The ecliptical latitude of the star in degrees.

-

JD0 The date in Dynamical time corresponding to the initial epoch.

-

JD The date in Dynamical time corresponding to the final epoch.

-

 

-

CAAPrecession::EquatorialPMToEcliptic

-

static CAA2DCoordinate EquatorialPMToEcliptic(double Alpha, -double Delta, double Beta, double -PMAlpha, double PMDelta, double -Epsilon)

-

Return Value

-

Returns the converted ecliptic proper motions in a CAA2DCoordinate class. The -x value in the class corresponds to the proper motion in ecliptical longitude in -arc seconds per year and the y value corresponds to the proper motion in ecliptical -latitude in arc seconds per year.

-

Parameters

-

Alpha The right ascension expressed as an hour angle.

-

Delta The declination in degrees.

-

Beta The ecliptical latitude of the star in degrees.

-

PMAlpha The proper motion in right ascension in arc seconds per year. -

-

PMDelta The proper motion of the declination in arc seconds per year.

-

Epsilon The obliquity of the ecliptic in degrees.

-

 

-

CAAPrecession::AdjustPositionUsingUniformProperMotion

-

static CAA2DCoordinate AdjustPositionUsingUniformProperMotion(double -t, double Alpha, double Delta, -double PMAlpha, double PMDelta)

-

Return Value

-

Returns the converted equatorial coordinates in a CAA2DCoordinate class. The -x value in the class corresponds to the right ascension expressed as an hour angle -and the y value corresponds to the declination in degrees.

-

Parameters

-

t The number of years from the starting epoch, negative in the past and -positive in the future.

-

Alpha The right ascension expressed as an hour angle.

-

Delta The declination in degrees.

-

PMAlpha The proper motion in right ascension in arc seconds per year. -

-

PMDelta The proper motion in declination in arc seconds per year.

-

 

-

CAAPrecession::AdjustPositionUsingMotionInSpace

-

static CAA2DCoordinate AdjustPositionUsingMotionInSpace(double -r, double deltar, double t, -double Alpha, double Delta, double -PMAlpha, double PMDelta)

-

Return Value

-

Returns the converted equatorial coordinates in a CAA2DCoordinate class. The -x value in the class corresponds to the right ascension expressed as an hour angle -and the y value corresponds to the declination in degrees.

-

Parameters

-

r The stars distance in parsecs.

-

deltar The radial velocity  in km/s.

-

t The number of years from the starting epoch, negative in the past and -positive in the future.

-

Alpha The right ascension expression as an hour angle.

-

Delta The declination in degrees.

-

PMAlpha The proper motion in right ascension in arc seconds per year. -

-

PMDelta The proper motion in declination in arc seconds per year.

-

 

-

 

-

CAARefraction

-

This class provides for conversion between apparent and true altitude above the -horizon. This refers to Chapter 16 in the book.

-

 

-

Functions this class provides include:

-

RefractionFromApparent

-

RefractionFromTrue

-

 

-

CAARefraction::RefractionFromApparent

-

static double RefractionFromApparent(double Altitude, -double Pressure = 1010, double Temperature -= 10)

-

Return Value

-

the refraction in degrees.

-

Parameters

-

Altitude The apparent altitude in degrees.

-

Pressure The atmospheric pressure in millibars

-

Temperature The air temperature in degrees Celsius.

-

 

-

CAARefraction::RefractionFromTrue

-

static double RefractionFromTrue(double Altitude, -double Pressure = 1010, double Temperature -= 10)

-

Return Value

-

the refraction in degrees.

-

Parameters

-

Altitude The true altitude in degrees.

-

Pressure The atmospheric pressure in millibars

-

Temperature The air temperature in degrees Celsius.

-

 

-

 

-

CAARiseTransitSet

-

This class provides for calculation of the time of rise, transit and set of a -celestial body. This refers to Chapter 15 in the book.

-

 

-

Functions this class provides include:

-

Rise

-

 

-

CAARiseTransitSet::Rise

-

static CAARiseTransitSetDetails Calculate(double JD, double -Alpha1, double Delta1, double Alpha2, -double Delta2, double Alpha3, double Delta3, -double Longitude, double Latitude, double h0)

-

Return Value

-

A class containing

-

bRiseValid true if the object actually rises for the specified date.

-

Rise The time in decimal hours when the object rises

-

bTransitAboveHorizon true if the object transits above the horizon, false -indicates it transits below the horizon.

-

Transit The time in hours when the object transits

-

bSetValid true if the object actually sets for the specified date.

-

Set The time in hours when the object sets

-

Parameters

-

JD The Julian Day corresponding to that midnight Dynamical Time for the -date when you want to perform the calculation. 

-

Alpha1 The right ascension in hours of the object at time JD - 1 day

-

Delta1 The declination in degrees of the object at time JD - 1 day

-

Alpha2 The right ascension in hours of the object at time JD

-

Delta2 The declination in degrees of the object at time JD

-

Alpha3 The right ascension in hours of the object at time JD + 1 day

-

Delta3 The declination in degrees of the object at time JD + 1 day

-

Longitude The geographic longitude of the observer in degrees.

-

Latitude The geographic latitude of the observer in degrees.

-

h0 The "standard" altitude in degrees i.e. the geometric altitude -of the centre of the body at the time of the apparent rising or setting. For stars -and planets, you would normally use -0.5667, for the Sun you would use -0.8333 and -for the moon you would use 0.7275 * PI - 0.5666 where PI is the Moon's horizontal -parallax in degrees (If no great accuracy is required, the mean value of h0 = 0.125 -can be used).

-

Remarks

-

Bear in mind that the times calculated for the phenomena are for the same UTC -date. This means that when you are in a non GMT timezone, the calculated local times -can be for the previous or next day. Please bear this issue in mind if you are generating -an ephemeris of rise, transit and set times for a celestial object for a specific -range of local dates. In this case, you will need to rerun the calculation for the -previous or next UTC date if the calculated local date is not the same as the required -local date.

-

Another wrinkle to how this method operates is that the same event can occur -twice in the same day, even though this method does not provide a method to allow -this to be easily obtained. For example, imagine you are located in the timezone -PDT which is 4 hours behind GMT and you are calculating the times of sunset during -the month of August, when PDT would be in effect. During this period, the length -of the day is gradually reducing and the time of sunrise is getting earlier every -day. Combined with the fact that calculated time of Sunset for this period is around -20:00 local time or midnight UTC, you get this interesting effect where Sunrise -occurs just around midnight UTC and then again just before midnight the following -day! If you use the following code:

-
-
void main()
-
{
-
  CAADate CalcDate(2009, 8, 8, true);
-
  double JD = CalcDate.Julian();
-
  JD = CalcDate.Julian() + 0.010; //to get the - effect to be demonstrated
-
  for (int - i = 0; i<5; i++)
-
  {
-
    JD += 1.000;
-
    CAAEllipticalPlanetaryDetails SunDetails = CAAElliptical::Calculate(JD - - 1, CAAElliptical::SUN);
-
    double Alpha1 = SunDetails.ApparentGeocentricRA;
-
    double Delta1 = SunDetails.ApparentGeocentricDeclination;
-
    SunDetails = CAAElliptical::Calculate(JD, CAAElliptical::SUN);
-
    double Alpha2 = SunDetails.ApparentGeocentricRA;
-
    double Delta2 = SunDetails.ApparentGeocentricDeclination;
-
    SunDetails = CAAElliptical::Calculate(JD + 1, CAAElliptical::SUN);
-
    double Alpha3 = SunDetails.ApparentGeocentricRA;
-
    double Delta3 = SunDetails.ApparentGeocentricDeclination;
-
    CAARiseTransitSetDetails RiseTransitSetTime = CAARiseTransitSet::Rise(JD, - Alpha1, Delta1, Alpha2, Delta2, Alpha3, Delta3, 74.73057, 39.275787, -0.8333);
-
    doublertsJD = (JD + (RiseTransitSetTime.Set - / 24.00));
-
    doublelclJD = rtsJD - (4.00/24.00); - //Adjust for EDT -4 Hours
-
    CAADate SetDate(rtsJD,true);
-
    long setDay;
-
    long setMonth;
-
    long setYear;
-
    long setHours;
-
    long setMinuts;
-
    double setSec;
-
    SetDate.Get(setYear,setMonth, setDay, setHours, setMinuts, - setSec);
-
    printf("Sunset for %d/%d/%d - UTC occurs at %02d:%02d:%02d\n", setYear, setMonth, setDay, setHours, - setMinuts, static_cast<int>(setSec));
-
    CAADate SetLclDate(lclJD, true);
-
    long setlclDay;
-
    long setlclMonth;
-
    long setlclYear;
-
    long setlclHours;
-
    long setlclMinuts;
-
    double setlclSec;
-
    SetLclDate.Get(setlclYear,setlclMonth, setlclDay, setlclHours, - setlclMinuts, setlclSec);
-
    printf("Sunset for %d/%d/%d - PDT occurs at %02d:%02d:%02d\n\n", setlclYear, setlclMonth, setlclDay, - setlclHours, setlclMinuts, static_cast<int>(setlclSec));
-
  }
-
}
-
-

You will observe the following output, which demonstrates this effect:

-
-
Sunset for 2009/8/10 UTC occurs at 00:01:39
Sunset for 2009/8/9 PDT occurs - at 20:01:39

Sunset for 2009/8/11 UTC occurs at 00:00:25
Sunset for - 2009/8/10 PDT occurs at 20:00:25

Sunset for 2009/8/11 UTC occurs at 23:59:10
- Sunset for 2009/8/11 PDT occurs at 19:59:10

Sunset for 2009/8/12 UTC - occurs at 23:57:54
Sunset for 2009/8/12 PDT occurs at 19:57:54

Sunset - for 2009/8/13 UTC occurs at 23:56:37
Sunset for 2009/8/13 PDT occurs at 19:56:37
-
-

Your client code which uses this method will need to handle this situation itself.

-

Another issue with the algorithm is that under certain circumstances, the time -of an event (rise, transit or set) can be returned outside of the requested UTC -day. For example if you request the times of moon rise, set and transit for Cape -Town, South Africa on the 31st of October 2012 UTC you will get the following:
-
Rise (UTC): 2012-10-31 18:53:12
Transit (UTC): 2012-11-1 00:06:27
Set -(UTC): 2012-10-31 04:35:24

Note how the transit time is for the next UTC -day. If you were to run for the same location but for the date of 30th October 2012 -UTC you would get the following:

Rise (UTC): 2012-10-30 17:59:48
Transit -(UTC): 2012-10-30 23:19:04
Set (UTC): 2012-10-30 03:56:19

Because the -Moon takes roughly 45 minutes extra each day to return to the same position you -see that the Moon did not actually transit on the UTC day of 31st of October 2012 -from Cape Town. Client code should bear this in mind when generating an ephemeris -of times for a particular object.

-

 

-

 

-

CAASaturn

-

This class provides for calculation of the heliocentric position of Saturn. This -refers to Chapter 32 in the book.

-

 

-

Functions this class provides include:

-

EclipticLongitude

-

EclipticLatitude

-

RadiusVector

-

 

-

CAASaturn::EclipticLongitude

-

static double EclipticLongitude(double JD, -bool bHighPrecision)

-

Return Value

-

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAASaturn::EclipticLatitude

-

static double EclipticLatitude(double JD, -bool bHighPrecision)

-

Return Value

-

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAASaturn::RadiusVector

-

static double RadiusVector(double JD, -bool bHighPrecision)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

 

-

CAASaturnMoons

-

This class provides for calculation of positions of the principle moons of Saturn. -This refers to Chapter 46 in the book.

-

 

-

Functions this class provides include:

-

Calculate

-

 

-

CAASaturnMoons::Calculate

-

static CAASaturnMoonsDetails Calculate(double JD, -bool bHighPrecision)

-

Return Value

-

A class which itself contains a class for each moon. This contained class itself -contains

-

TrueRectangularCoordinates The true 3D rectangular coordinates of the -moon.

-

ApparentRectangularCoordinates The apparent 3D rectangular coordinates -of the moon.

-

bInTransit A Boolean which if true means that the moon is in front of -Saturn as viewed from the Earth otherwise false.

-

bInOccultation A Boolean which if true means that the moon is behind Saturn -as viewed from the Earth otherwise false.

-

bInEclipse A Boolean which if true means that the moon is behind Saturn -as viewed from the Sun otherwise false.

-

bInShadowTransit A Boolean which if true means that the moon is in front -of Saturn as viewed from the Earth otherwise false.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

 

-

CAASaturnRings

-

This class provides for calculation of various parameters related to the Rings -of Saturn. This refers to Chapter 45 in the book.

-

 

-

Functions this class provides include:

-

Calculate

-

 

-

CAASaturnRings::Calculate

-

static CAASaturnRingDetails Calculate(double JD, -bool bHighPrecision)

-

Return Value

-

A class containing

-

B The Saturnicentric latitude in degrees of the Earth referred to the -plane of the ring.

-

Bdash The Saturnicentric latitude in degrees of the Sun referred to the -plane of the ring.

-

P The geocentric position angle of the Northern semi minor axis of the -apparent ellipse of the ring.

-

a The major axis of the outer edge of the outer ring in arc seconds.

-

b The minor axis of the outer edge of the outer ring in arc seconds.

-

DeltaU The difference in degrees between the Saturnicentric longitudes -of the Sun and the Earth, measured in the plane of the ring. This quantity is required -for the calculation of Saturn's magnitude.

-

U1 The Saturnicentric longitude of the Sun in degrees.

-

U2 The Saturnicentic longitude of the Earth in degrees.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

 

-

CAASidereal

-

This class provides for the calculation of sidereal time. This refers to Chapter -12 in the book.

-

 

-

Functions this class provides include:

-

MeanGreenwichSiderealTime

-

ApparentGreenwichSiderealTime

-

 

-

CAASidereal::MeanGreenwichSiderealTime

-

static double MeanGreenwichSiderealTime(double JD)

-

Return Value

-

The Mean Greenwich Sidereal Time, that is, the Greenwich hour angle of the mean -vernal point (the intersection of the ecliptic of the date with the mean equator -of the date), expressed in hours.

-

Parameters

-

JD The Julian Day in Universal time to calculate for.

-

 

-

CAASidereal::ApparentGreenwichSiderealTime

-

static double ApparentGreenwichSiderealTime(double JD)

-

Return Value

-

The Apparent Greenwich Sidereal Time, that is, the Greenwich hour angle of the -true vernal equinox, expressed in hours.

-

Parameters

-

JD The Julian Day in Universal time to calculate for.

-

 

-

 

-

CAAStellarMagnitudes

-

This class provides for calculation of the combined magnitude of two stars. This -refers to Chapter 56 in the book.

-

 

-

Functions this class provides include:

-

CombinedMagnitude

-

CombinedMagnitude

-

BrightnessRatio

-

MagnitudeDifference

-

 

-

CAAStellarMagnitudes::CombinedMagnitude

-

static double CombinedMagnitude(double m1, double -m2)

-

Return Value

-

the combined magnitude of two stars.

-

Parameters

-

m1 The magnitude of the first star.

-

m2  The magnitude of the second star.

-

 

-

CAAStellarMagnitudes::CombinedMagnitude

-

static double CombinedMagnitude(int Magnitudes, -const double* pMagnitudes)

-

Return Value

-

the combined magnitude of more that two stars.

-

Parameters

-

Magnitudes The number of magnitudes to combine from "pMagnitudes".

-

magnitudes  The sum of all the star magnitudes.

-

 

-

CAAStellarMagnitudes::BrightnessRatio

-

static double BrightnessRatio(double m1, double -m2);

-

Return Value

-

the ratio of the apparent luminosities of the two stars.

-

Parameters

-

m1 The magnitude of the first star.

-

m2  The magnitude of the second star.

-

 

-

CAAStellarMagnitudes::MagnitudeDifference

-

static double MagnitudeDifference(double brightnessRatio)

-

Return Value

-

the difference in magnitude between the stars.

-

Parameters

-

brightnessRatio The ratio of the apparent luminosities of the two stars.

-

 

-

 

-

CAASun

-

This class provides for calculation of the geocentric position of the Sun. This -refers to Chapter 25 & 26 in the book.

-

 

-

Functions this class provides include:

-

GeometricEclipticLongitude

-

GeometricEclipticLatitude

-

GeometricFK5EclipticLongitude

-

GeometricFK5EclipticLatitude

-

ApparentEclipticLongitude

-

ApparentEclipticLatitude

-

EquatorialRectangularCoordinatesMeanEquinox

-

EclipticRectangularCoordinatesJ2000

-

EquatorialRectangularCoordinatesJ2000

-

EquatorialRectangularCoordinatesB1950

-

EquatorialRectangularCoordinatesAnyEquinox

-

 

-

CAASun::GeometricEclipticLongitude

-

static double GeometricEclipticLongitude(double JD, -bool bHighPrecision)

-

Return Value

-

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAASun::GeometricEclipticLatitude

-

static double GeometricEclipticLatitude(double JD, - bool bHighPrecision)

-

Return Value

-

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAASun::GeometricFK5EclipticLongitude

-

static double GeometricFK5EclipticLongitude(double JD, -bool bHighPrecision)

-

Return Value

-

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the FK5 theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAASun::GeometricFK5EclipticLatitude

-

static double GeometricFK5EclipticLatitude(double JD, -bool bHighPrecision)

-

Return Value

-

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the FK5 theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAASun::ApparentEclipticLongitude

-

static double ApparentEclipticLongitude(double JD, - bool bHighPrecision)

-

Return Value

-

the apparent ecliptic longitude in degrees referred to the mean dynamical ecliptic -and equinox of the date defined in theFK5 theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAASun::ApparentEclipticLatitude

-

static double ApparentEclipticLatitude(double JD, -bool bHighPrecision)

-

Return Value

-

the apparent ecliptic latitude in degrees referred to the mean dynamical ecliptic -and equinox of the date defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAASun::EquatorialRectangularCoordinatesMeanEquinox

-

static CAA3DCoordinate EquatorialRectangularCoordinatesMeanEquinox(double -JD, bool bHighPrecision)

-

Return Value

-

A class containing the equatorial 3D rectangular coordinates in astronomical -units referred to the mean dynamical ecliptic and equinox of the date defined in -the FK5 theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAASun::EclipticRectangularCoordinatesJ2000

-

static CAA3DCoordinate EclipticRectangularCoordinatesJ2000(double -JD, bool bHighPrecision)

-

Return Value

-

A class containing the ecliptic 3D rectangular coordinates in astronomical units -referred to the J2000 equinox defined in the FK5 theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAASun::EquatorialRectangularCoordinatesJ2000

-

static CAA3DCoordinate EquatorialRectangularCoordinatesJ2000(double -JD, bool bHighPrecision)

-

Return Value

-

A class containing the equatorial 3D rectangular coordinates in astronomical -units referred to the J2000 equinox defined in the FK5 theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAASun::EquatorialRectangularCoordinatesB1950

-

static CAA3DCoordinate EquatorialRectangularCoordinatesJ2000(double -JD, bool bHighPrecision)

-

Return Value

-

A class containing the equatorial 3D rectangular coordinates in astronomical -units referred to the B1950 equinox defined in the FK5 theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAASun::EquatorialRectangularCoordinatesAnyEquinox

-

static CAA3DCoordinate EquatorialRectangularCoordinatesAnyEquinox(double -JD, double JDEquinox)

-

Return Value

-

A class containing the equatorial 3D rectangular coordinates in astronomical -units referred to the specified equinox defined in the FK5 theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

JDEquinox The date in Dynamical time specifying the equinox to use.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

 

-

CAAUranus

-

This class provides for calculation of the heliocentric position of Uranus. This -refers to Chapter 32 in the book.

-

 

-

Functions this class provides include:

-

EclipticLongitude

-

EclipticLatitude

-

RadiusVector

-

 

-

CAAUranus::EclipticLongitude

-

static double EclipticLongitude(double JD, -bool bHighPrecision)

-

Return Value

-

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAUranus::EclipticLatitude

-

static double EclipticLatitude(double JD, -bool -bHighPrecision)

-

Return Value

-

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAUranus::RadiusVector

-

static double RadiusVector(double JD, -bool -bHighPrecision)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

 

-

CAAVenus

-

This class provides for calculation of the heliocentric position of Venus. This -refers to Chapter 32 in the book.

-

 

-

Functions this class provides include:

-

EclipticLongitude

-

EclipticLatitude

-

RadiusVector

-

 

-

CAAVenus::EclipticLongitude

-

static double EclipticLongitude(double JD, -bool bHighPrecision)

-

Return Value

-

the ecliptic longitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAVenus::EclipticLatitude

-

static double EclipticLatitude(double JD, -bool bHighPrecision)

-

Return Value

-

the ecliptic latitude in degrees referred to the mean dynamical ecliptic and -equinox of the date defined in the VSOP theory.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

CAAVenus::RadiusVector

-

static double RadiusVector(double JD, -bool bHighPrecision)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

bHighPrecision If true then use the full VSOP87 theory instead of -the truncated version as provided in Meeus's book.

-

 

-

 

-

CAAVSOP87_EMB

-

This class provides for calculation of the heliocentric ecliptical orbital -elements of the Earth-Moon Barycenter for the equinox and ecliptic of J2000.0. Please refer to - -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

A

-

L

-

K

-

H

-

Q

-

P

-

 

-

CAAVSOP87_EMB::A

-

static double A(double JD)

-

Return Value

-

the semi-major axis in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_EMB::L

-

static double L(double JD)

-

Return Value

-

the mean longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_EMB::K

-

static double K(double JD)

-

Return Value

-

the K value as defined in VSOP87 i.e. k = e cos(p) where p is the perihelion -longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_EMB::H

-

static double H(double JD)

-

Return Value

-

the H value as defined in VSOP87 i.e. h = e sin(p) where p is the perihelion -longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_EMB::Q

-

static double Q(double JD)

-

Return Value

-

the Q value as defined in VSOP87 i.e. q = sin(g) cos(G) where g is the -semi-inclination and G is the ascending node longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_EMB::P

-

static double P(double JD)

-

Return Value

-

the P value as defined in VSOP87 i.e. p = sin(g) sin(G) where g is the -semi-inclination and G is the ascending node longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

 

-

CAAVSOP87_Jupiter

-

This class provides for calculation of the heliocentric ecliptical orbital -elements of Jupiter for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

A

-

L

-

K

-

H

-

Q

-

P

-

 

-

CAAVSOP87_Jupiter::A

-

static double A(double JD)

-

Return Value

-

the semi-major axis in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Jupiter::L

-

static double L(double JD)

-

Return Value

-

the mean longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Jupiter::K

-

static double K(double JD)

-

Return Value

-

the K value as defined in VSOP87 i.e. k = e cos(p) where p is the perihelion -longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Jupiter::H

-

static double H(double JD)

-

Return Value

-

the H value as defined in VSOP87 i.e. h = e sin(p) where p is the perihelion -longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Jupiter::Q

-

static double Q(double JD)

-

Return Value

-

the Q value as defined in VSOP87 i.e. q = sin(g) cos(G) where g is the -semi-inclination and G is the ascending node longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Jupiter::P

-

static double P(double JD)

-

Return Value

-

the P value as defined in VSOP87 i.e. p = sin(g) sin(G) where g is the -semi-inclination and G is the ascending node longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87_Mars

-

This class provides for calculation of the heliocentric ecliptical orbital -elements of Mars for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

A

-

L

-

K

-

H

-

Q

-

P

-

 

-

CAAVSOP87_Mars::A

-

static double A(double JD)

-

Return Value

-

the semi-major axis in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Mars::L

-

static double L(double JD)

-

Return Value

-

the mean longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Mars::K

-

static double K(double JD)

-

Return Value

-

the K value as defined in VSOP87 i.e. k = e cos(p) where p is the perihelion -longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Mars::H

-

static double H(double JD)

-

Return Value

-

the H value as defined in VSOP87 i.e. h = e sin(p) where p is the perihelion -longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Mars::Q

-

static double Q(double JD)

-

Return Value

-

the Q value as defined in VSOP87 i.e. q = sin(g) cos(G) where g is the -semi-inclination and G is the ascending node longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Mars::P

-

static double P(double JD)

-

Return Value

-

the P value as defined in VSOP87 i.e. p = sin(g) sin(G) where g is the -semi-inclination and G is the ascending node longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87_Mercury

-

This class provides for calculation of the heliocentric ecliptical orbital -elements of Mercury for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

A

-

L

-

K

-

H

-

Q

-

P

-

 

-

CAAVSOP87_Mercury::A

-

static double A(double JD)

-

Return Value

-

the semi-major axis in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Mercury::L

-

static double L(double JD)

-

Return Value

-

the mean longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Mercury::K

-

static double K(double JD)

-

Return Value

-

the K value as defined in VSOP87 i.e. k = e cos(p) where p is the perihelion -longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Mercury::H

-

static double H(double JD)

-

Return Value

-

the H value as defined in VSOP87 i.e. h = e sin(p) where p is the perihelion -longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Mercury::Q

-

static double Q(double JD)

-

Return Value

-

the Q value as defined in VSOP87 i.e. q = sin(g) cos(G) where g is the -semi-inclination and G is the ascending node longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Mercury::P

-

static double P(double JD)

-

Return Value

-

the P value as defined in VSOP87 i.e. p = sin(g) sin(G) where g is the -semi-inclination and G is the ascending node longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87_Neptune

-

This class provides for calculation of the heliocentric ecliptical orbital -elements of Neptune for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

A

-

L

-

K

-

H

-

Q

-

P

-

 

-

CAAVSOP87_Neptune::A

-

static double A(double JD)

-

Return Value

-

the semi-major axis in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Neptune::L

-

static double L(double JD)

-

Return Value

-

the mean longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Neptune::K

-

static double K(double JD)

-

Return Value

-

the K value as defined in VSOP87 i.e. k = e cos(p) where p is the perihelion -longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Neptune::H

-

static double H(double JD)

-

Return Value

-

the H value as defined in VSOP87 i.e. h = e sin(p) where p is the perihelion -longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Neptune::Q

-

static double Q(double JD)

-

Return Value

-

the Q value as defined in VSOP87 i.e. q = sin(g) cos(G) where g is the -semi-inclination and G is the ascending node longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Neptune::P

-

static double P(double JD)

-

Return Value

-

the P value as defined in VSOP87 i.e. p = sin(g) sin(G) where g is the -semi-inclination and G is the ascending node longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87_Saturn

-

This class provides for calculation of the heliocentric ecliptical orbital -elements of Saturn for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

A

-

L

-

K

-

H

-

Q

-

P

-

 

-

CAAVSOP87_Saturn::A

-

static double A(double JD)

-

Return Value

-

the semi-major axis in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Saturn::L

-

static double L(double JD)

-

Return Value

-

the mean longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Saturn::K

-

static double K(double JD)

-

Return Value

-

the K value as defined in VSOP87 i.e. k = e cos(p) where p is the perihelion -longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Saturn::H

-

static double H(double JD)

-

Return Value

-

the H value as defined in VSOP87 i.e. h = e sin(p) where p is the perihelion -longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Saturn::Q

-

static double Q(double JD)

-

Return Value

-

the Q value as defined in VSOP87 i.e. q = sin(g) cos(G) where g is the -semi-inclination and G is the ascending node longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Saturn::P

-

static double P(double JD)

-

Return Value

-

the P value as defined in VSOP87 i.e. p = sin(g) sin(G) where g is the -semi-inclination and G is the ascending node longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87_Uranus

-

This class provides for calculation of the heliocentric ecliptical orbital -elements of Uranus for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

A

-

L

-

K

-

H

-

Q

-

P

-

 

-

CAAVSOP87_Uranus::A

-

static double A(double JD)

-

Return Value

-

the semi-major axis in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Uranus::L

-

static double L(double JD)

-

Return Value

-

the mean longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Uranus::K

-

static double K(double JD)

-

Return Value

-

the K value as defined in VSOP87 i.e. k = e cos(p) where p is the perihelion -longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Uranus::H

-

static double H(double JD)

-

Return Value

-

the H value as defined in VSOP87 i.e. h = e sin(p) where p is the perihelion -longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Uranus::Q

-

static double Q(double JD)

-

Return Value

-

the Q value as defined in VSOP87 i.e. q = sin(g) cos(G) where g is the -semi-inclination and G is the ascending node longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Uranus::P

-

static double P(double JD)

-

Return Value

-

the P value as defined in VSOP87 i.e. p = sin(g) sin(G) where g is the -semi-inclination and G is the ascending node longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87_Venus

-

This class provides for calculation of the heliocentric ecliptical orbital -elements of Venus for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

A

-

L

-

K

-

H

-

Q

-

P

-

 

-

CAAVSOP87_Venus::A

-

static double A(double JD)

-

Return Value

-

the semi-major axis in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Venus::L

-

static double L(double JD)

-

Return Value

-

the mean longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Venus::K

-

static double K(double JD)

-

Return Value

-

the K value as defined in VSOP87 i.e. k = e cos(p) where p is the perihelion -longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Venus::H

-

static double H(double JD)

-

Return Value

-

the H value as defined in VSOP87 i.e. h = e sin(p) where p is the perihelion -longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Venus::Q

-

static double Q(double JD)

-

Return Value

-

the Q value as defined in VSOP87 i.e. q = sin(g) cos(G) where g is the -semi-inclination and G is the ascending node longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87_Venus::P

-

static double P(double JD)

-

Return Value

-

the P value as defined in VSOP87 i.e. p = sin(g) sin(G) where g is the -semi-inclination and G is the ascending node longitude.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87A_Earth

-

This class provides for calculation of the heliocentric rectangular position of the -Earth for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87A_Earth::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Earth::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Earth::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Earth::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Earth::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Earth::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87A_EMB

-

This class provides for calculation of the heliocentric rectangular position of the -Earth-Moon Barycenter for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87A_EMB::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_EMB::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_EMB::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_EMB::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_EMB::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_EMB::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87A_Jupiter

-

This class provides for calculation of the heliocentric rectangular position of -Jupiter for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87A_Jupiter::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Jupiter::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Jupiter::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Jupiter::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Jupiter::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Jupiter::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87A_Mars

-

This class provides for calculation of the heliocentric rectangular position of -Mars for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87A_Mars::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Mars::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Mars::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Mars::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Mars::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Mars::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87A_Mercury

-

This class provides for calculation of the heliocentric rectangular position of -Mercury for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87A_Mercury::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Mercury::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Mercury::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Mercury::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Mercury::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Mercury::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87A_Neptune

-

This class provides for calculation of the heliocentric rectangular position of -Neptune for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87A_Neptune::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Neptune::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Neptune::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Neptune::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Neptune::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Neptune::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87A_Saturn

-

This class provides for calculation of the heliocentric rectangular position of -Saturn for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87A_Saturn::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Saturn::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Saturn::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Saturn::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Saturn::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Saturn::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87A_Uranus

-

This class provides for calculation of the heliocentric rectangular position of -Uranus for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87A_Uranus::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Uranus::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Uranus::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Uranus::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Uranus::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Uranus::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87A_Venus

-

This class provides for calculation of the heliocentric rectangular position of -Venus for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87A_Venus::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Venus::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Venus::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Venus::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Venus::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87A_Venus::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87B_Earth

-

This class provides for calculation of the heliocentric spherical position of -Earth for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

L

-

L_DASH

-

B

-

B_DASH

-

R

-

R_DASH

-

 

-

CAAVSOP87B_Earth::L

-

static double L(double JD)

-

Return Value

-

the ecliptic longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Earth::L_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic longitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Earth::B

-

static double B(double JD)

-

Return Value

-

the ecliptic latitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Earth::B_DASH

-

static double B_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic latitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Earth::R

-

static double R(double JD)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Earth::R_DASH

-

static double R_DASH(double JD)

-

Return Value

-

the rate of change of the radius vector in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87B_Jupiter

-

This class provides for calculation of the heliocentric spherical position of -Jupiter for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

L

-

L_DASH

-

B

-

B_DASH

-

R

-

R_DASH

-

 

-

CAAVSOP87B_Jupiter::L

-

static double L(double JD)

-

Return Value

-

the ecliptic longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Jupiter::L_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic longitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Jupiter::B

-

static double B(double JD)

-

Return Value

-

the ecliptic latitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Jupiter::B_DASH

-

static double B_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic latitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Jupiter::R

-

static double R(double JD)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Jupiter::R_DASH

-

static double R_DASH(double JD)

-

Return Value

-

the rate of change of the radius vector in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87B_Mars

-

This class provides for calculation of the heliocentric spherical position of -Mars for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

L

-

L_DASH

-

B

-

B_DASH

-

R

-

R_DASH

-

 

-

CAAVSOP87B_Mars::L

-

static double L(double JD)

-

Return Value

-

the ecliptic longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Mars::L_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic longitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Mars::B

-

static double B(double JD)

-

Return Value

-

the ecliptic latitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Mars::B_DASH

-

static double B_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic latitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Mars::R

-

static double R(double JD)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Mars::R_DASH

-

static double R_DASH(double JD)

-

Return Value

-

the rate of change of the radius vector in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87B_Mercury

-

This class provides for calculation of the heliocentric spherical position of -Mercury for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

L

-

L_DASH

-

B

-

B_DASH

-

R

-

R_DASH

-

 

-

CAAVSOP87B_Mercury::L

-

static double L(double JD)

-

Return Value

-

the ecliptic longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Mercury::L_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic longitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Mercury::B

-

static double B(double JD)

-

Return Value

-

the ecliptic latitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Mercury::B_DASH

-

static double B_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic latitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Mercury::R

-

static double R(double JD)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Mercury::R_DASH

-

static double R_DASH(double JD)

-

Return Value

-

the rate of change of the radius vector in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87B_Neptune

-

This class provides for calculation of the heliocentric spherical position of -Neptune for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

L

-

L_DASH

-

B

-

B_DASH

-

R

-

R_DASH

-

 

-

CAAVSOP87B_Neptune::L

-

static double L(double JD)

-

Return Value

-

the ecliptic longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Neptune::L_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic longitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Neptune::B

-

static double B(double JD)

-

Return Value

-

the ecliptic latitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Neptune::B_DASH

-

static double B_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic latitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Neptune::R

-

static double R(double JD)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Neptune::R_DASH

-

static double R_DASH(double JD)

-

Return Value

-

the rate of change of the radius vector in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87B_Saturn

-

This class provides for calculation of the heliocentric spherical position of -Saturn for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

L

-

L_DASH

-

B

-

B_DASH

-

R

-

R_DASH

-

 

-

CAAVSOP87B_Saturn::L

-

static double L(double JD)

-

Return Value

-

the ecliptic longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Saturn::L_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic longitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Saturn::B

-

static double B(double JD)

-

Return Value

-

the ecliptic latitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Saturn::B_DASH

-

static double B_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic latitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Saturn::R

-

static double R(double JD)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Saturn::R_DASH

-

static double R_DASH(double JD)

-

Return Value

-

the rate of change of the radius vector in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87B_Uranus

-

This class provides for calculation of the heliocentric spherical position of -Uranus for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

L

-

L_DASH

-

B

-

B_DASH

-

R

-

R_DASH

-

 

-

CAAVSOP87B_Uranus::L

-

static double L(double JD)

-

Return Value

-

the ecliptic longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Uranus::L_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic longitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Uranus::B

-

static double B(double JD)

-

Return Value

-

the ecliptic latitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Uranus::B_DASH

-

static double B_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic latitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Uranus::R

-

static double R(double JD)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Uranus::R_DASH

-

static double R_DASH(double JD)

-

Return Value

-

the rate of change of the radius vector in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87B_Venus

-

This class provides for calculation of the heliocentric spherical position of -Venus for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

L

-

L_DASH

-

B

-

B_DASH

-

R

-

R_DASH

-

 

-

CAAVSOP87B_Venus::L

-

static double L(double JD)

-

Return Value

-

the ecliptic longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Venus::L_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic longitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Venus::B

-

static double B(double JD)

-

Return Value

-

the ecliptic latitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Venus::B_DASH

-

static double B_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic latitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Venus::R

-

static double R(double JD)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87B_Venus::R_DASH

-

static double R_DASH(double JD)

-

Return Value

-

the rate of change of the radius vector in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87C_Earth

-

This class provides for calculation of the heliocentric rectangular position of -Earth for the equinox and ecliptic of date. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87C_Earth::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Earth::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Earth::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Earth::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Earth::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Earth::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87C_Jupiter

-

This class provides for calculation of the heliocentric rectangular position of -Jupiter for the equinox and ecliptic of date. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87C_Jupiter::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Jupiter::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Jupiter::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Jupiter::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Jupiter::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Jupiter::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87C_Mars

-

This class provides for calculation of the heliocentric rectangular position of -Mars for the equinox and ecliptic of date. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87C_Mars::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Mars::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Mars::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Mars::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Mars::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Mars::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87C_Mercury

-

This class provides for calculation of the heliocentric rectangular position of -Mercury for the equinox and ecliptic of date. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87C_Mercury::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Mercury::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Mercury::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Mercury::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Mercury::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Mercury::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87C_Neptune

-

This class provides for calculation of the heliocentric rectangular position of -Neptune for the equinox and ecliptic of date. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87C_Neptune::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Neptune::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Neptune::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Neptune::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Neptune::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Neptune::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87C_Saturn

-

This class provides for calculation of the heliocentric rectangular position of -Saturn for the equinox and ecliptic of date. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87C_Saturn::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Saturn::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Saturn::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Saturn::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Saturn::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Saturn::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87C_Uranus

-

This class provides for calculation of the heliocentric rectangular position of -Uranus for the equinox and ecliptic of date. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87C_Uranus::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Uranus::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Uranus::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Uranus::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Uranus::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Uranus::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87C_Venus

-

This class provides for calculation of the heliocentric rectangular position of -Venus for the equinox and ecliptic of date. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87C_Venus::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Venus::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Venus::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Venus::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Venus::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87C_Venus::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87D_Earth

-

This class provides for calculation of the heliocentric spherical position of -Earth for the equinox and ecliptic of date. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

L

-

L_DASH

-

B

-

B_DASH

-

R

-

R_DASH

-

 

-

CAAVSOP87D_Earth::L

-

static double L(double JD)

-

Return Value

-

the ecliptic longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Earth::L_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic longitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Earth::B

-

static double B(double JD)

-

Return Value

-

the ecliptic latitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Earth::B_DASH

-

static double B_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic latitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Earth::R

-

static double R(double JD)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Earth::R_DASH

-

static double R_DASH(double JD)

-

Return Value

-

the rate of change of the radius vector in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87D_Jupiter

-

This class provides for calculation of the heliocentric spherical position of -Jupiter for the equinox and ecliptic of date. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

L

-

L_DASH

-

B

-

B_DASH

-

R

-

R_DASH

-

 

-

CAAVSOP87D_Jupiter::L

-

static double L(double JD)

-

Return Value

-

the ecliptic longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Jupiter::L_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic longitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Jupiter::B

-

static double B(double JD)

-

Return Value

-

the ecliptic latitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Jupiter::B_DASH

-

static double B_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic latitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Jupiter::R

-

static double R(double JD)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Jupiter::R_DASH

-

static double R_DASH(double JD)

-

Return Value

-

the rate of change of the radius vector in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87D_Mars

-

This class provides for calculation of the heliocentric spherical position of -Mars for the equinox and ecliptic of date. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

L

-

L_DASH

-

B

-

B_DASH

-

R

-

R_DASH

-

 

-

CAAVSOP87D_Mars::L

-

static double L(double JD)

-

Return Value

-

the ecliptic longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Mars::L_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic longitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Mars::B

-

static double B(double JD)

-

Return Value

-

the ecliptic latitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Mars::B_DASH

-

static double B_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic latitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Mars::R

-

static double R(double JD)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Mars::R_DASH

-

static double R_DASH(double JD)

-

Return Value

-

the rate of change of the radius vector in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87D_Mercury

-

This class provides for calculation of the heliocentric spherical position of -Mercury for the equinox and ecliptic of date. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

L

-

L_DASH

-

B

-

B_DASH

-

R

-

R_DASH

-

 

-

CAAVSOP87D_Mercury::L

-

static double L(double JD)

-

Return Value

-

the ecliptic longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Mercury::L_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic longitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Mercury::B

-

static double B(double JD)

-

Return Value

-

the ecliptic latitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Mercury::B_DASH

-

static double B_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic latitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Mercury::R

-

static double R(double JD)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Mercury::R_DASH

-

static double R_DASH(double JD)

-

Return Value

-

the rate of change of the radius vector in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87D_Neptune

-

This class provides for calculation of the heliocentric spherical position of -Neptune for the equinox and ecliptic of date. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

L

-

L_DASH

-

B

-

B_DASH

-

R

-

R_DASH

-

 

-

CAAVSOP87D_Neptune::L

-

static double L(double JD)

-

Return Value

-

the ecliptic longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Neptune::L_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic longitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Neptune::B

-

static double B(double JD)

-

Return Value

-

the ecliptic latitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Neptune::B_DASH

-

static double B_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic latitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Neptune::R

-

static double R(double JD)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Neptune::R_DASH

-

static double R_DASH(double JD)

-

Return Value

-

the rate of change of the radius vector in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87D_Saturn

-

This class provides for calculation of the heliocentric spherical position of -Saturn for the equinox and ecliptic of date. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

L

-

L_DASH

-

B

-

B_DASH

-

R

-

R_DASH

-

 

-

CAAVSOP87D_Saturn::L

-

static double L(double JD)

-

Return Value

-

the ecliptic longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Saturn::L_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic longitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Saturn::B

-

static double B(double JD)

-

Return Value

-

the ecliptic latitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Saturn::B_DASH

-

static double B_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic latitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Saturn::R

-

static double R(double JD)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Saturn::R_DASH

-

static double R_DASH(double JD)

-

Return Value

-

the rate of change of the radius vector in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87D_Uranus

-

This class provides for calculation of the heliocentric spherical position of -Uranus for the equinox and ecliptic of date. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

L

-

L_DASH

-

B

-

B_DASH

-

R

-

R_DASH

-

 

-

CAAVSOP87D_Uranus::L

-

static double L(double JD)

-

Return Value

-

the ecliptic longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Uranus::L_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic longitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Uranus::B

-

static double B(double JD)

-

Return Value

-

the ecliptic latitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Uranus::B_DASH

-

static double B_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic latitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Uranus::R

-

static double R(double JD)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Uranus::R_DASH

-

static double R_DASH(double JD)

-

Return Value

-

the rate of change of the radius vector in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87D_Venus

-

This class provides for calculation of the heliocentric spherical position of -Venus for the equinox and ecliptic of date. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

L

-

L_DASH

-

B

-

B_DASH

-

R

-

R_DASH

-

 

-

CAAVSOP87D_Venus::L

-

static double L(double JD)

-

Return Value

-

the ecliptic longitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Venus::L_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic longitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Venus::B

-

static double B(double JD)

-

Return Value

-

the ecliptic latitude in radians.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Venus::B_DASH

-

static double B_DASH(double JD)

-

Return Value

-

the rate of change of the ecliptic latitude in radians / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Venus::R

-

static double R(double JD)

-

Return Value

-

the radius vector in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87D_Venus::R_DASH

-

static double R_DASH(double JD)

-

Return Value

-

the rate of change of the radius vector in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87E_Earth

-

This class provides for calculation of the barycentric rectangular position of -Earth for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87E_Earth::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Earth::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Earth::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Earth::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Earth::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Earth::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87E_Jupiter

-

This class provides for calculation of the barycentric rectangular position of -Jupiter for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87E_Jupiter::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Jupiter::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Jupiter::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Jupiter::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Jupiter::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Jupiter::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87E_Mars

-

This class provides for calculation of the barycentric rectangular position of -Mars for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87E_Mars::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Mars::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Mars::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Mars::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Mars::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Mars::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87E_Mercury

-

This class provides for calculation of the barycentric rectangular position of -Mercury for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87E_Mercury::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Mercury::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Mercury::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Mercury::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Mercury::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Mercury::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87E_Neptune

-

This class provides for calculation of the barycentric rectangular position of -Neptune for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87E_Neptune::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Neptune::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Neptune::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Neptune::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Neptune::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Neptune::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87E_Saturn

-

This class provides for calculation of the barycentric rectangular position of -Saturn for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87E_Saturn::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Saturn::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Saturn::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Saturn::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Saturn::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Saturn::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87E_Sun

-

This class provides for calculation of the barycentric rectangular position of -the Sun for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87E_Sun::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Sun::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Sun::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Sun::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Sun::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Sun::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87E_Uranus

-

This class provides for calculation of the barycentric rectangular position of -Uranus for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87E_Uranus::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Uranus::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Uranus::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Uranus::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Uranus::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Uranus::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

CAAVSOP87E_Venus

-

This class provides for calculation of the barycentric rectangular position of -Venus for the equinox and ecliptic of J2000.0. Please refer to -ftp://cdsarc.u-strasbg.fr/pub/cats/VI/81/ for further details.

-

 

-

Functions this class provides include:

-

X

-

X_DASH

-

Y

-

Y_DASH

-

Z

-

Z_DASH

-

 

-

CAAVSOP87E_Venus::X

-

static double X(double JD)

-

Return Value

-

the X position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Venus::X_DASH

-

static double X_DASH(double JD)

-

Return Value

-

the rate of change of the X position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Venus::Y

-

static double X(double JD)

-

Return Value

-

the Y position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Venus::Y_DASH

-

static double Y_DASH(double JD)

-

Return Value

-

the rate of change of the Y position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Venus::Z

-

static double Z(double JD)

-

Return Value

-

the Z position component in astronomical units.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

CAAVSOP87E_Venus::Z_DASH

-

static double Z_DASH(double JD)

-

Return Value

-

the rate of change of the Z position component in astronomical units / day.

-

Parameters

-

JD The date in Dynamical time to calculate for.

-

 

-

 

-

References

-
    -
  • The book "Astronomical Algorithms" by Jean Meeus, which you can - purchase from - - Amazon or directly from the publishers - Willman-Bell
  • -
  • The Near Parabolic class "CAANearParabolic" is based upon the - worked examples which Paul Schlyter has provided at - http://stjarnhimlen.se/comp/tutorial.html#16
  • -
  • As mentioned in the History section of this document, the "CAAMoslemCalendar" - class has known bugs. If you would like a robust high performance template based - implementation of the various versions of the Algorithmic Moslem Calendar, then - check out the author's - DTime+ download.
  • -
- - -

 

-

 

-

 

-

Contacting the Author

-

PJ Naughter
Email: pjna@naughter.com
-Web: http://www.naughter.com
16 -September 2015

- - - - diff --git a/Vendor/AA+/1.6.3/AAAberration.cpp b/Vendor/AA+/1.6.3/AAAberration.cpp deleted file mode 100755 index e747c5e..0000000 --- a/Vendor/AA+/1.6.3/AAAberration.cpp +++ /dev/null @@ -1,221 +0,0 @@ -/* -Module : AAABERRATION.CPP -Purpose: Implementation for the algorithms for Aberration -Created: PJN / 29-12-2003 -History: PJN / 21-04-2005 1. Renamed "AAAberation.cpp" to "AAAberration.cpp" so that all source code filenames - match their corresponding header files. Thanks to Jürgen Schuck for suggesting this - update. - PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this - issue when compiling AA+ on ARM. - PJN / 16-09-2015 1. CAAAberration::EclipticAberration, EarthVelocity and EquatorialAberration now - include a "bool bHighPrecision" parameter which if set to true means the code uses - the full VSOP87 theory rather than the truncated theory as presented in Meeus's - book. - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -/////////////////////////////// Includes ////////////////////////////////////// - -#include "stdafx.h" -#include "AAAberration.h" -#include "AACoordinateTransformation.h" -#include "AAEarth.h" -#include "AASun.h" -#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION -#include "AAVSOP87A_EAR.h" -#include "AAFK5.h" -#endif //#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION -#include -using namespace std; - - -////////////////////////////// Macros / Defines /////////////////////////////// - -struct AberrationCoefficient -{ - int L2; - int L3; - int L4; - int L5; - int L6; - int L7; - int L8; - int Ldash; - int D; - int Mdash; - int F; - int xsin; - int xsint; - int xcos; - int xcost; - int ysin; - int ysint; - int ycos; - int ycost; - int zsin; - int zsint; - int zcos; - int zcost; -}; - -const AberrationCoefficient g_AberrationCoefficients[] = -{ - //L2 L3 L4 L5 L6 L7 L8 Ldash D Mdash F xsin xsint xcos xcost ysin ysint ycos ycost zsin zsint zcos zcost - { 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1719914, -2, -25, 0, 25, -13, 1578089, 156, 10, 32, 684185, -358 }, - { 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 6434, 141, 28007, -107, 25697, -95, -5904, -130, 11141, -48, -2559, -55 }, - { 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 715, 0, 0, 0, 6, 0, -657, 0, -15, 0, -282, 0 }, - { 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 715, 0, 0, 0, 0, 0, -656, 0, 0, 0, -285, 0 }, - { 0, 3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 486, -5, -236, -4, -216, -4, -446, 5, -94, 0, -193, 0 }, - { 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 159, 0, 0, 0, 2, 0, -147, 0, -6, 0, -61, 0 }, - { 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 26, 0, 0, 0, -59, 0 }, - { 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 39, 0, 0, 0, 0, 0, -36, 0, 0, 0, -16, 0 }, - { 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 33, 0, -10, 0, -9, 0, -30, 0, -5, 0, -13, 0 }, - { 0, 2, 0, -1, 0, 0, 0, 0, 0, 0, 0, 31, 0, 1, 0, 1, 0, -28, 0, 0, 0, -12, 0 }, - { 0, 3, -8, 3, 0, 0, 0, 0, 0, 0, 0, 8, 0, -28, 0, 25, 0, 8, 0, 11, 0, 3, 0 }, - { 0, 5, -8, 3, 0, 0, 0, 0, 0, 0, 0, 8, 0, -28, 0, -25, 0, -8, 0, -11, 0, -3, 0 }, - { 2, -1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 21, 0, 0, 0, 0, 0, -19, 0, 0, 0, -8, 0 }, - { 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -19, 0, 0, 0, 0, 0, 17, 0, 0, 0, 8, 0 }, - { 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 17, 0, 0, 0, 0, 0, -16, 0, 0, 0, -7, 0 }, - { 0, 1, 0, -2, 0, 0, 0, 0, 0, 0, 0, 16, 0, 0, 0, 0, 0, 15, 0, 1, 0, 7, 0 }, - { 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 16, 0, 0, 0, 1, 0, -15, 0, -3, 0, -6, 0 }, - { 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 0, 11, 0, -1, 0, -1, 0, -10, 0, -1, 0, -5, 0 }, - { 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -11, 0, -10, 0, 0, 0, -4, 0, 0, 0 }, - { 0, 1, 0, -1, 0, 0, 0, 0, 0, 0, 0, -11, 0, -2, 0, -2, 0, 9, 0, -1, 0, 4, 0 }, - { 0, 4, 0, 0, 0, 0, 0, 0, 0, 0, 0, -7, 0, -8, 0, -8, 0, 6, 0, -3, 0, 3, 0 }, - { 0, 3, 0, -2, 0, 0, 0, 0, 0, 0, 0, -10, 0, 0, 0, 0, 0, 9, 0, 0, 0, 4, 0 }, - { 1, -2, 0, 0, 0, 0, 0, 0, 0, 0, 0, -9, 0, 0, 0, 0, 0, -9, 0, 0, 0, -4, 0 }, - { 2, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, -9, 0, 0, 0, 0, 0, -8, 0, 0, 0, -4, 0 }, - { 0, 0, 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, -9, 0, -8, 0, 0, 0, -3, 0, 0, 0 }, - { 2, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -9, 0, 8, 0, 0, 0, 3, 0, 0, 0 }, - { 0, 3, -2, 0, 0, 0, 0, 0, 0, 0, 0, 8, 0, 0, 0, 0, 0, -8, 0, 0, 0, -3, 0 }, - { 0, 0, 0, 0, 0, 0, 0, 1, 2, -1, 0, 8, 0, 0, 0, 0, 0, -7, 0, 0, 0, -3, 0 }, - { 8, -12, 0, 0, 0, 0, 0, 0, 0, 0, 0, -4, 0, -7, 0, -6, 0, 4, 0, -3, 0, 2, 0 }, - { 8, -14, 0, 0, 0, 0, 0, 0, 0, 0, 0, -4, 0, -7, 0, 6, 0, -4, 0, 3, 0, -2, 0 }, - { 0, 0, 2, 0, 0, 0, 0, 0, 0, 0, 0, -6, 0, -5, 0, -4, 0, 5, 0, -2, 0, 2, 0 }, - { 3, -4, 0, 0, 0, 0, 0, 0, 0, 0, 0, -1, 0, -1, 0, -2, 0, -7, 0, 1, 0, -4, 0 }, - { 0, 2, 0, -2, 0, 0, 0, 0, 0, 0, 0, 4, 0, -6, 0, -5, 0, -4, 0, -2, 0, -2, 0 }, - { 3, -3, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, -7, 0, -6, 0, 0, 0, -3, 0, 0, 0 }, - { 0, 2, -2, 0, 0, 0, 0, 0, 0, 0, 0, 5, 0, -5, 0, -4, 0, -5, 0, -2, 0, -2, 0 }, - { 0, 0, 0, 0, 0, 0, 0, 1, -2, 0, 0, 5, 0, 0, 0, 0, 0, -5, 0, 0, 0, -2, 0 }, -}; - -#ifndef UNREFERENCED_PARAMETER -#define UNREFERENCED_PARAMETER(x) ((void)(x)) -#endif //#ifndef UNREFERENCED_PARAMETER - - -//////////////////////////////// Implementation /////////////////////////////// - -CAA3DCoordinate CAAAberration::EarthVelocity(double JD, bool bHighPrecision) -{ - CAA3DCoordinate velocity; - -#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION - if (bHighPrecision) - { - velocity.X = CAAVSOP87A_Earth::X_DASH(JD); - velocity.Y = CAAVSOP87A_Earth::Y_DASH(JD); - velocity.Z = CAAVSOP87A_Earth::Z_DASH(JD); - velocity = CAAFK5::ConvertVSOPToFK5J2000(velocity); - velocity.X *= 100000000; - velocity.Y *= 100000000; - velocity.Z *= 100000000; - return velocity; - } -#else - UNREFERENCED_PARAMETER(bHighPrecision); -#endif - - double T = (JD - 2451545) / 36525; - double L2 = 3.1761467 + 1021.3285546 * T; - double L3 = 1.7534703 + 628.3075849 * T; - double L4 = 6.2034809 + 334.0612431 * T; - double L5 = 0.5995465 + 52.9690965 * T; - double L6 = 0.8740168 + 21.3299095 * T; - double L7 = 5.4812939 + 7.4781599 * T; - double L8 = 5.3118863 + 3.8133036 * T; - double Ldash = 3.8103444 + 8399.6847337 * T; - double D = 5.1984667 + 7771.3771486 * T; - double Mdash = 2.3555559 + 8328.6914289 * T; - double F = 1.6279052 + 8433.4661601 * T; - - int nAberrationCoefficients = sizeof(g_AberrationCoefficients) / sizeof(AberrationCoefficient); - for (int i=0; i -using namespace std; - - -////////////////////////////////// Implementation ///////////////////////////// - -CAABinaryStarDetails CAABinaryStar::Calculate(double t, double P, double T, double e, double a, double i, double omega, double w) -{ - double n = 360 / P; - double M = CAACoordinateTransformation::MapTo0To360Range(n*(t - T)); - double E = CAAKepler::Calculate(M, e); - E = CAACoordinateTransformation::DegreesToRadians(E); - i = CAACoordinateTransformation::DegreesToRadians(i); - w = CAACoordinateTransformation::DegreesToRadians(w); - omega = CAACoordinateTransformation::DegreesToRadians(omega); - - CAABinaryStarDetails details; - - details.r = a*(1 - e*cos(E)); - - double v = atan(sqrt((1 + e) / (1 - e)) * tan(E/2)) * 2; - details.Theta = atan2(sin(v + w) * cos(i), cos(v + w)) + omega; - details.Theta = CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(details.Theta)); - - double sinvw = sin(v + w); - double cosvw = cos(v + w); - double cosi = cos(i); - details.Rho = details.r * sqrt((sinvw*sinvw*cosi*cosi) + (cosvw*cosvw)); - - return details; -} - -double CAABinaryStar::ApparentEccentricity(double e, double i, double w) -{ - i = CAACoordinateTransformation::DegreesToRadians(i); - w = CAACoordinateTransformation::DegreesToRadians(w); - - double cosi = cos(i); - double cosw = cos(w); - double sinw = sin(w); - double esquared = e*e; - double A = (1 - esquared*cosw*cosw)*cosi*cosi; - double B = esquared*sinw*cosw*cosi; - double C = 1 - esquared*sinw*sinw; - double D = (A - C)*(A - C) + 4*B*B; - - double sqrtD = sqrt(D); - return sqrt(2*sqrtD / (A + C + sqrtD)); -} diff --git a/Vendor/AA+/1.6.3/AADate.h b/Vendor/AA+/1.6.3/AADate.h deleted file mode 100755 index 17a7210..0000000 --- a/Vendor/AA+/1.6.3/AADate.h +++ /dev/null @@ -1,115 +0,0 @@ -/* -Module : AADATE.H -Purpose: Implementation for the algorithms which convert between the Gregorian and Julian calendars and the Julian Day -Created: PJN / 29-12-2003 - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -/////////////////////// Macros / Defines ////////////////////////////////////// - -#if _MSC_VER > 1000 -#pragma once -#endif //#if _MSC_VER > 1000 - -#ifndef __AADATE_H__ -#define __AADATE_H__ - -#ifndef AAPLUS_EXT_CLASS -#define AAPLUS_EXT_CLASS -#endif //#ifndef AAPLUS_EXT_CLASS - - -/////////////////////// Classes /////////////////////////////////////////////// - -class AAPLUS_EXT_CLASS CAACalendarDate -{ -public: -//Constructors / Destructors - CAACalendarDate() : Year(0), - Month(0), - Day(0) - { - }; - -//Member variables - long Year; - long Month; - long Day; -}; - - -class AAPLUS_EXT_CLASS CAADate -{ -public: -//Enums - enum DAY_OF_WEEK - { - SUNDAY = 0, - MONDAY = 1, - TUESDAY = 2, - WEDNESDAY = 3, - THURSDAY = 4, - FRIDAY = 5, - SATURDAY = 6 - }; - -//Constructors / Destructors - CAADate(); - CAADate(long Year, long Month, double Day, bool bGregorianCalendar); - CAADate(long Year, long Month, double Day, double Hour, double Minute, double Second, bool bGregorianCalendar); - CAADate(double JD, bool bGregorianCalendar); - -//Static Methods - static double DateToJD(long Year, long Month, double Day, bool bGregorianCalendar); - static bool IsLeap(long Year, bool bGregorianCalendar); - static void DayOfYearToDayAndMonth(long DayOfYear, bool bLeap, long& DayOfMonth, long& Month); - static CAACalendarDate JulianToGregorian(long Year, long Month, long Day); - static CAACalendarDate GregorianToJulian(long Year, long Month, long Day); - static long INT(double value); - static bool AfterPapalReform(long Year, long Month, double Day); - static bool AfterPapalReform(double JD); - static double DayOfYear(double JD, long Year, bool bGregorianCalendar); - static long DaysInMonth(long Month, bool bLeap); - -//Non Static methods - double Julian() const { return m_dblJulian; }; - operator double() const { return m_dblJulian; }; - long Day() const; - long Month() const; - long Year() const; - long Hour() const; - long Minute() const; - double Second() const; - void Set(long Year, long Month, double Day, double Hour, double Minute, double Second, bool bGregorianCalendar); - void Set(double JD, bool bGregorianCalendar); - void SetInGregorianCalendar(bool bGregorianCalendar); - void Get(long& Year, long& Month, long& Day, long& Hour, long& Minute, double& Second) const; - DAY_OF_WEEK DayOfWeek() const; - double DayOfYear() const; - long DaysInMonth() const; - long DaysInYear() const; - bool Leap() const; - bool InGregorianCalendar() const { return m_bGregorianCalendar; }; - double FractionalYear() const; - -protected: -//Member variables - double m_dblJulian; //Julian Day number for this date - bool m_bGregorianCalendar; //Is this date in the Gregorian calendar -}; - - -#endif //#ifndef __AADATE_H__ diff --git a/Vendor/AA+/1.6.3/AADiameters.cpp b/Vendor/AA+/1.6.3/AADiameters.cpp deleted file mode 100755 index a3a978b..0000000 --- a/Vendor/AA+/1.6.3/AADiameters.cpp +++ /dev/null @@ -1,176 +0,0 @@ -/* -Module : AADIAMETERS.CPP -Purpose: Implementation for the algorithms for the semi diameters of the Sun, Moon, Planets and Asteroids -Created: PJN / 15-01-2004 -History: None - -Copyright (c) 2004 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -//////////////////// Includes ///////////////////////////////////////////////// - -#include "stdafx.h" -#include "AADiameters.h" -#include "AACoordinateTransformation.h" -#include "AAGlobe.h" -#include -using namespace std; - - -//////////////////// Implementation /////////////////////////////////////////// - -double CAADiameters::SunSemidiameterA(double Delta) -{ - return 959.63/Delta; -} - -double CAADiameters::MercurySemidiameterA(double Delta) -{ - return 3.34/Delta; -} - -double CAADiameters::VenusSemidiameterA(double Delta) -{ - return 8.41/Delta; -} - -double CAADiameters::MarsSemidiameterA(double Delta) -{ - return 4.68/Delta; -} - -double CAADiameters::JupiterEquatorialSemidiameterA(double Delta) -{ - return 98.47/Delta; -} - -double CAADiameters::JupiterPolarSemidiameterA(double Delta) -{ - return 91.91/Delta; -} - -double CAADiameters::SaturnEquatorialSemidiameterA(double Delta) -{ - return 83.33/Delta; -} - -double CAADiameters::SaturnPolarSemidiameterA(double Delta) -{ - return 74.57/Delta; -} - -double CAADiameters::ApparentSaturnPolarSemidiameterA(double Delta, double B) -{ - double cosB = cos(CAACoordinateTransformation::DegreesToRadians(B)); - return SaturnPolarSemidiameterA(Delta)*sqrt(1 - 0.199197*cosB*cosB); -} - -double CAADiameters::UranusSemidiameterA(double Delta) -{ - return 34.28/Delta; -} - -double CAADiameters::NeptuneSemidiameterA(double Delta) -{ - return 36.56/Delta; -} - -double CAADiameters::MercurySemidiameterB(double Delta) -{ - return 3.36/Delta; -} - -double CAADiameters::VenusSemidiameterB(double Delta) -{ - return 8.34/Delta; -} - -double CAADiameters::MarsSemidiameterB(double Delta) -{ - return 4.68/Delta; -} - -double CAADiameters::JupiterEquatorialSemidiameterB(double Delta) -{ - return 98.44/Delta; -} - -double CAADiameters::JupiterPolarSemidiameterB(double Delta) -{ - return 92.06/Delta; -} - -double CAADiameters::SaturnEquatorialSemidiameterB(double Delta) -{ - return 82.73/Delta; -} - -double CAADiameters::SaturnPolarSemidiameterB(double Delta) -{ - return 73.82/Delta; -} - -double CAADiameters::ApparentSaturnPolarSemidiameterB(double Delta, double B) -{ - double cosB = cos(CAACoordinateTransformation::DegreesToRadians(B)); - return SaturnPolarSemidiameterB(Delta)*sqrt(1 - 0.203800*cosB*cosB); -} - -double CAADiameters::UranusSemidiameterB(double Delta) -{ - return 35.02/Delta; -} - -double CAADiameters::NeptuneSemidiameterB(double Delta) -{ - return 33.50/Delta; -} - -double CAADiameters::PlutoSemidiameterB(double Delta) -{ - return 2.07/Delta; -} - -double CAADiameters::GeocentricMoonSemidiameter(double Delta) -{ - return CAACoordinateTransformation::RadiansToDegrees(0.272481*6378.14/Delta)*3600; -} - -double CAADiameters::TopocentricMoonSemidiameter(double DistanceDelta, double Delta, double H, double Latitude, double Height) -{ - //Convert to radians - H = CAACoordinateTransformation::HoursToRadians(H); - Delta = CAACoordinateTransformation::DegreesToRadians(Delta); - - double pi = asin(6378.14/DistanceDelta); - double A = cos(Delta)*sin(H); - double B = cos(Delta)*cos(H) - CAAGlobe::RhoCosThetaPrime(Latitude, Height)*sin(pi); - double C = sin(Delta) - CAAGlobe::RhoSinThetaPrime(Latitude, Height)*sin(pi); - double q = sqrt(A*A + B*B + C*C); - - double s = CAACoordinateTransformation::DegreesToRadians(GeocentricMoonSemidiameter(DistanceDelta)/3600); - return CAACoordinateTransformation::RadiansToDegrees(asin(sin(s)/q))*3600; -} - -double CAADiameters::AsteroidDiameter(double H, double A) -{ - double x = 3.12 - H/5 - 0.217147*log(A); - return pow(10.0, x); -} - -double CAADiameters::ApparentAsteroidDiameter(double Delta, double d) -{ - return 0.0013788*d/Delta; -} diff --git a/Vendor/AA+/1.6.3/AADiameters.h b/Vendor/AA+/1.6.3/AADiameters.h deleted file mode 100755 index f248701..0000000 --- a/Vendor/AA+/1.6.3/AADiameters.h +++ /dev/null @@ -1,70 +0,0 @@ -/* -Module : AADIAMETERS.H -Purpose: Implementation for the algorithms for the semi diameters of the Sun, Moon, Planets, and Asteroids -Created: PJN / 15-01-2004 - -Copyright (c) 2004 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -/////////////////////// Macros / Defines ////////////////////////////////////// - -#if _MSC_VER > 1000 -#pragma once -#endif //#if _MSC_VER > 1000 - -#ifndef __AADIAMETERS_H__ -#define __AADIAMETERS_H__ - -#ifndef AAPLUS_EXT_CLASS -#define AAPLUS_EXT_CLASS -#endif //#ifndef AAPLUS_EXT_CLASS - - -/////////////////////// Classes /////////////////////////////////////////////// - -class AAPLUS_EXT_CLASS CAADiameters -{ -public: -//Static methods - static double SunSemidiameterA(double Delta); - static double MercurySemidiameterA(double Delta); - static double VenusSemidiameterA(double Delta); - static double MarsSemidiameterA(double Delta); - static double JupiterEquatorialSemidiameterA(double Delta); - static double JupiterPolarSemidiameterA(double Delta); - static double SaturnEquatorialSemidiameterA(double Delta); - static double SaturnPolarSemidiameterA(double Delta); - static double ApparentSaturnPolarSemidiameterA(double Delta, double B); - static double UranusSemidiameterA(double Delta); - static double NeptuneSemidiameterA(double Delta); - static double MercurySemidiameterB(double Delta); - static double VenusSemidiameterB(double Delta); - static double MarsSemidiameterB(double Delta); - static double JupiterEquatorialSemidiameterB(double Delta); - static double JupiterPolarSemidiameterB(double Delta); - static double SaturnEquatorialSemidiameterB(double Delta); - static double SaturnPolarSemidiameterB(double Delta); - static double ApparentSaturnPolarSemidiameterB(double Delta, double B); - static double UranusSemidiameterB(double Delta); - static double NeptuneSemidiameterB(double Delta); - static double PlutoSemidiameterB(double Delta); - static double GeocentricMoonSemidiameter(double Delta); - static double TopocentricMoonSemidiameter(double DistanceDelta, double Delta, double H, double Latitude, double Height); - static double AsteroidDiameter(double H, double A); - static double ApparentAsteroidDiameter(double H, double A); -}; - - -#endif //#ifndef __AADIAMETERS_H__ diff --git a/Vendor/AA+/1.6.3/AADynamicalTime.cpp b/Vendor/AA+/1.6.3/AADynamicalTime.cpp deleted file mode 100755 index 5f723db..0000000 --- a/Vendor/AA+/1.6.3/AADynamicalTime.cpp +++ /dev/null @@ -1,912 +0,0 @@ -/* -Module : AADYNAMICALTIME.CPP -Purpose: Implementation for the algorithms which provides for conversion between Universal Time (both UT1 and UTC) and Terrestrial Time (TT) aka Terrestrial Dynamical Time (TDT) - aka Ephemeris Time (ET) -Created: PJN / 29-12-2003 -History: PJN / 01-02-2005 1. Fixed a problem with the declaration of the variable "Index" in the function - CAADynamicalTime::DeltaT. Thanks to Mika Heiskanen for reporting this problem. - PJN / 26-01-2007 1. Update to fit in with new layout of CAADate class - PJN / 28-01-2007 1. Further updates to fit in with new layout of CAADate class - PJN / 08-05-2011 1. Fixed a compilation issue on GCC where size_t was undefined in various methods. Thanks to - Carsten A. Arnholm and Andrew Hammond for reporting this bug. - PJN / 01-05-2012 1. Updated CAADynamicalTime::DeltaT to use new polynomical expressions from Espenak & Meeus 2006. - References used: http://eclipse.gsfc.nasa.gov/SEcat5/deltatpoly.html and - http://www.staff.science.uu.nl/~gent0113/deltat/deltat_old.htm (Espenak & Meeus 2006 section). - Thanks to Murphy Chesney for prompting this update. - PJN / 02-05-2012 1. To further improve the accuracy of the CAADynamicalTime::DeltaT method, the code now uses a - lookup table between the dates of 1 February 1973 to 1 April 2012 (for observed values) and predicted - values from April 2012 till April 2015. These values are as provided by IERS Rapid - Service/Prediction Center at http://maia.usno.navy.mil/ser7/deltat.data and - http://maia.usno.navy.mil/ser7/deltat.preds. This lookup table will of course need to be kept up to - date as IERS update this information. As currently coded there is a single discontinuity of c. one second - in early April 2015. At this point http://maia.usno.navy.mil/ser7/deltat.preds indicates an error value - for DeltaT of about 0.9 seconds anyway. - 2. A new CAADynamicalTime::CumulativeLeapSeconds has been provided. This method takes as input the Julian - Day value and returns the cumulative total of Leap seconds which have been applied to this point. For more - information about leap seconds please see http://en.wikipedia.org/wiki/Leap_second. Using this method you - can now implement code which converts from Terrestial Time to Coordinated Universal time as follows: - - double TerrestialTime = some calculation using AA+ algorithms(JD); - double DeltaT = CAADynamicalTime::DeltaT(JD); - double UniversalTime1 = TerrestialTime - DeltaT/86400.0; //The time of the event using the UT1 time scale - double TerrestialAtomicTime = TerrestialTime - (32.184/86400.0); //The time of the event using the TAI time scale - double CumulativeLeapSeconds = CAADynamicalTime::CumulativeLeapSeconds(JD); - double CoordinatedUniversalTime = (DeltaT - CumulativeLeapSeconds - 32.184)/86400.0 + UniversalTime1; //The time of the event using the UTC time scale - PJN / 13-10-2012 1. Fixed a typo in the spelling of Coefficient throughout the AADynamicalTime.cpp module - PJN / 04-08-2013 1. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st April 2013 - 2. Updated the predicted DeltaT values from http://maia.usno.navy.mil/ser7/deltat.preds to 1st January 2023 - PJN / 28-10-2013 1. Addition of a TT2UTC method which converts from TT to UTC. - 2. Addition of a UTC2TT method which converts from UTC to TT. - 3. Addition of a TT2TAI method which converts from TT to TAI. - 4. Addition of a TAI2TT method which converts from TAI to TT. - 5. Addition of a TT2UT1 method which converts from TT to UT1. - 6. Addition of a UT12TT method which converts from UT1 to TT. - 7. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st September 2013 - 8. Addition of a UT1MinusUTC method which returns UT1 - UTC. - PJN / 12-11-2014 1. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st October 2014 - 2. Updated the predicted DeltaT values from http://maia.usno.navy.mil/ser7/deltat.preds to 1st January 2024 - PJN / 15-02-2015 1. Updated copyright details. - 2. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st January 2015 - 3. Updated the predicted DeltaT values from http://maia.usno.navy.mil/ser7/deltat.preds to 1st January 2024 - 4. Updated the CumulativeLeapSeconds table from http://maia.usno.navy.mil/ser7/tai-utc.dat to 1st July 2015 - PJN / 05-07-2015 1. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st April 2015 - PJN / 01-09-2015 1. Updated the observed DeltaT values from http://maia.usno.navy.mil/ser7/deltat.data to 1st July 2015 - 2. Updated the predicted DeltaT values from http://maia.usno.navy.mil/ser7/deltat.preds to 1st January 2025 - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -////////////////////////////////// Includes /////////////////////////////////// - -#include "stdafx.h" -#include "AADynamicalTime.h" -#include "AADate.h" -#include -#include -using namespace std; - - -////////////////////////////////// Macros / Defines /////////////////////////// - -struct DeltaTValue -{ - double JD; - double DeltaT; -}; - -const DeltaTValue g_DeltaTValues[] = -{ -//All the initial values are observed values from 1 February 1973 to 1 October 2014 as taken from http://maia.usno.navy.mil/ser7/deltat.data - { 2441714.5, 43.4724 }, - { 2441742.5, 43.5648 }, - { 2441773.5, 43.6737 }, - { 2441803.5, 43.7782 }, - { 2441834.5, 43.8763 }, - { 2441864.5, 43.9562 }, - { 2441895.5, 44.0315 }, - { 2441926.5, 44.1132 }, - { 2441956.5, 44.1982 }, - { 2441987.5, 44.2952 }, - { 2442017.5, 44.3936 }, - { 2442048.5, 44.4841 }, - { 2442079.5, 44.5646 }, - { 2442107.5, 44.6425 }, - { 2442138.5, 44.7386 }, - { 2442168.5, 44.8370 }, - { 2442199.5, 44.9302 }, - { 2442229.5, 44.9986 }, - { 2442260.5, 45.0584 }, - { 2442291.5, 45.1284 }, - { 2442321.5, 45.2064 }, - { 2442352.5, 45.2980 }, - { 2442382.5, 45.3897 }, - { 2442413.5, 45.4761 }, - { 2442444.5, 45.5633 }, - { 2442472.5, 45.6450 }, - { 2442503.5, 45.7375 }, - { 2442533.5, 45.8284 }, - { 2442564.5, 45.9133 }, - { 2442594.5, 45.9820 }, - { 2442625.5, 46.0408 }, - { 2442656.5, 46.1067 }, - { 2442686.5, 46.1825 }, - { 2442717.5, 46.2789 }, - { 2442747.5, 46.3713 }, - { 2442778.5, 46.4567 }, - { 2442809.5, 46.5445 }, - { 2442838.5, 46.6311 }, - { 2442869.5, 46.7302 }, - { 2442899.5, 46.8284 }, - { 2442930.5, 46.9247 }, - { 2442960.5, 46.9970 }, - { 2442991.5, 47.0709 }, - { 2443022.5, 47.1451 }, - { 2443052.5, 47.2362 }, - { 2443083.5, 47.3413 }, - { 2443113.5, 47.4319 }, - { 2443144.5, 47.5214 }, - { 2443175.5, 47.6049 }, - { 2443203.5, 47.6837 }, - { 2443234.5, 47.7781 }, - { 2443264.5, 47.8771 }, - { 2443295.5, 47.9687 }, - { 2443325.5, 48.0348 }, - { 2443356.5, 48.0942 }, - { 2443387.5, 48.1608 }, - { 2443417.5, 48.2460 }, - { 2443448.5, 48.3439 }, - { 2443478.5, 48.4355 }, - { 2443509.5, 48.5344 }, - { 2443540.5, 48.6325 }, - { 2443568.5, 48.7294 }, - { 2443599.5, 48.8365 }, - { 2443629.5, 48.9353 }, - { 2443660.5, 49.0319 }, - { 2443690.5, 49.1013 }, - { 2443721.5, 49.1591 }, - { 2443752.5, 49.2286 }, - { 2443782.5, 49.3070 }, - { 2443813.5, 49.4018 }, - { 2443843.5, 49.4945 }, - { 2443874.5, 49.5862 }, - { 2443905.5, 49.6805 }, - { 2443933.5, 49.7602 }, - { 2443964.5, 49.8556 }, - { 2443994.5, 49.9489 }, - { 2444025.5, 50.0347 }, - { 2444055.5, 50.1019 }, - { 2444086.5, 50.1622 }, - { 2444117.5, 50.2260 }, - { 2444147.5, 50.2968 }, - { 2444178.5, 50.3831 }, - { 2444208.5, 50.4599 }, - { 2444239.5, 50.5387 }, - { 2444270.5, 50.6161 }, - { 2444299.5, 50.6866 }, - { 2444330.5, 50.7658 }, - { 2444360.5, 50.8454 }, - { 2444391.5, 50.9187 }, - { 2444421.5, 50.9761 }, - { 2444452.5, 51.0278 }, - { 2444483.5, 51.0843 }, - { 2444513.5, 51.1538 }, - { 2444544.5, 51.2319 }, - { 2444574.5, 51.3063 }, - { 2444605.5, 51.3808 }, - { 2444636.5, 51.4526 }, - { 2444664.5, 51.5160 }, - { 2444695.5, 51.5985 }, - { 2444725.5, 51.6809 }, - { 2444756.5, 51.7573 }, - { 2444786.5, 51.8133 }, - { 2444817.5, 51.8532 }, - { 2444848.5, 51.9014 }, - { 2444878.5, 51.9603 }, - { 2444909.5, 52.0328 }, - { 2444939.5, 52.0985 }, - { 2444970.5, 52.1668 }, - { 2445001.5, 52.2316 }, - { 2445029.5, 52.2938 }, - { 2445060.5, 52.3680 }, - { 2445090.5, 52.4465 }, - { 2445121.5, 52.5180 }, - { 2445151.5, 52.5752 }, - { 2445182.5, 52.6178 }, - { 2445213.5, 52.6668 }, - { 2445243.5, 52.7340 }, - { 2445274.5, 52.8056 }, - { 2445304.5, 52.8792 }, - { 2445335.5, 52.9565 }, - { 2445366.5, 53.0445 }, - { 2445394.5, 53.1268 }, - { 2445425.5, 53.2197 }, - { 2445455.5, 53.3024 }, - { 2445486.5, 53.3747 }, - { 2445516.5, 53.4335 }, - { 2445547.5, 53.4778 }, - { 2445578.5, 53.5300 }, - { 2445608.5, 53.5845 }, - { 2445639.5, 53.6523 }, - { 2445669.5, 53.7256 }, - { 2445700.5, 53.7882 }, - { 2445731.5, 53.8367 }, - { 2445760.5, 53.8830 }, - { 2445791.5, 53.9443 }, - { 2445821.5, 54.0042 }, - { 2445852.5, 54.0536 }, - { 2445882.5, 54.0856 }, - { 2445913.5, 54.1084 }, - { 2445944.5, 54.1463 }, - { 2445974.5, 54.1914 }, - { 2446005.5, 54.2452 }, - { 2446035.5, 54.2958 }, - { 2446066.5, 54.3427 }, - { 2446097.5, 54.3911 }, - { 2446125.5, 54.4320 }, - { 2446156.5, 54.4898 }, - { 2446186.5, 54.5456 }, - { 2446217.5, 54.5977 }, - { 2446247.5, 54.6355 }, - { 2446278.5, 54.6532 }, - { 2446309.5, 54.6776 }, - { 2446339.5, 54.7174 }, - { 2446370.5, 54.7741 }, - { 2446400.5, 54.8253 }, - { 2446431.5, 54.8713 }, - { 2446462.5, 54.9161 }, - { 2446490.5, 54.9581 }, - { 2446521.5, 54.9997 }, - { 2446551.5, 55.0476 }, - { 2446582.5, 55.0912 }, - { 2446612.5, 55.1132 }, - { 2446643.5, 55.1328 }, - { 2446674.5, 55.1532 }, - { 2446704.5, 55.1898 }, - { 2446735.5, 55.2416 }, - { 2446765.5, 55.2838 }, - { 2446796.5, 55.3222 }, - { 2446827.5, 55.3613 }, - { 2446855.5, 55.4063 }, - { 2446886.5, 55.4629 }, - { 2446916.5, 55.5111 }, - { 2446947.5, 55.5524 }, - { 2446977.5, 55.5812 }, - { 2447008.5, 55.6004 }, - { 2447039.5, 55.6262 }, - { 2447069.5, 55.6656 }, - { 2447100.5, 55.7168 }, - { 2447130.5, 55.7698 }, - { 2447161.5, 55.8197 }, - { 2447192.5, 55.8615 }, - { 2447221.5, 55.9130 }, - { 2447252.5, 55.9663 }, - { 2447282.5, 56.0220 }, - { 2447313.5, 56.0700 }, - { 2447343.5, 56.0939 }, - { 2447374.5, 56.1105 }, - { 2447405.5, 56.1314 }, - { 2447435.5, 56.1611 }, - { 2447466.5, 56.2068 }, - { 2447496.5, 56.2583 }, - { 2447527.5, 56.3000 }, - { 2447558.5, 56.3399 }, - { 2447586.5, 56.3790 }, - { 2447617.5, 56.4283 }, - { 2447647.5, 56.4804 }, - { 2447678.5, 56.5352 }, - { 2447708.5, 56.5697 }, - { 2447739.5, 56.5983 }, - { 2447770.5, 56.6328 }, - { 2447800.5, 56.6739 }, - { 2447831.5, 56.7332 }, - { 2447861.5, 56.7972 }, - { 2447892.5, 56.8553 }, - { 2447923.5, 56.9111 }, - { 2447951.5, 56.9755 }, - { 2447982.5, 57.0471 }, - { 2448012.5, 57.1136 }, - { 2448043.5, 57.1738 }, - { 2448073.5, 57.2226 }, - { 2448104.5, 57.2597 }, - { 2448135.5, 57.3073 }, - { 2448165.5, 57.3643 }, - { 2448196.5, 57.4334 }, - { 2448226.5, 57.5016 }, - { 2448257.5, 57.5653 }, - { 2448288.5, 57.6333 }, - { 2448316.5, 57.6973 }, - { 2448347.5, 57.7711 }, - { 2448377.5, 57.8407 }, - { 2448408.5, 57.9058 }, - { 2448438.5, 57.9576 }, - { 2448469.5, 57.9975 }, - { 2448500.5, 58.0426 }, - { 2448530.5, 58.1043 }, - { 2448561.5, 58.1679 }, - { 2448591.5, 58.2389 }, - { 2448622.5, 58.3092 }, - { 2448653.5, 58.3833 }, - { 2448682.5, 58.4537 }, - { 2448713.5, 58.5401 }, - { 2448743.5, 58.6228 }, - { 2448774.5, 58.6917 }, - { 2448804.5, 58.7410 }, - { 2448835.5, 58.7836 }, - { 2448866.5, 58.8406 }, - { 2448896.5, 58.8986 }, - { 2448927.5, 58.9714 }, - { 2448957.5, 59.0438 }, - { 2448988.5, 59.1218 }, - { 2449019.5, 59.2003 }, - { 2449047.5, 59.2747 }, - { 2449078.5, 59.3574 }, - { 2449108.5, 59.4434 }, - { 2449139.5, 59.5242 }, - { 2449169.5, 59.5850 }, - { 2449200.5, 59.6344 }, - { 2449231.5, 59.6928 }, - { 2449261.5, 59.7588 }, - { 2449292.5, 59.8386 }, - { 2449322.5, 59.9111 }, - { 2449353.5, 59.9845 }, - { 2449384.5, 60.0564 }, - { 2449412.5, 60.1231 }, - { 2449443.5, 60.2042 }, - { 2449473.5, 60.2804 }, - { 2449504.5, 60.3530 }, - { 2449534.5, 60.4012 }, - { 2449565.5, 60.4440 }, - { 2449596.5, 60.4900 }, - { 2449626.5, 60.5578 }, - { 2449657.5, 60.6324 }, - { 2449687.5, 60.7059 }, - { 2449718.5, 60.7853 }, - { 2449749.5, 60.8664 }, - { 2449777.5, 60.9387 }, - { 2449808.5, 61.0277 }, - { 2449838.5, 61.1103 }, - { 2449869.5, 61.1870 }, - { 2449899.5, 61.2454 }, - { 2449930.5, 61.2881 }, - { 2449961.5, 61.3378 }, - { 2449991.5, 61.4036 }, - { 2450022.5, 61.4760 }, - { 2450052.5, 61.5525 }, - { 2450083.5, 61.6287 }, - { 2450114.5, 61.6846 }, - { 2450143.5, 61.7433 }, - { 2450174.5, 61.8132 }, - { 2450204.5, 61.8823 }, - { 2450235.5, 61.9497 }, - { 2450265.5, 61.9969 }, - { 2450296.5, 62.0343 }, - { 2450327.5, 62.0714 }, - { 2450357.5, 62.1202 }, - { 2450388.5, 62.1810 }, - { 2450418.5, 62.2382 }, - { 2450449.5, 62.2950 }, - { 2450480.5, 62.3506 }, - { 2450508.5, 62.3995 }, - { 2450539.5, 62.4754 }, - { 2450569.5, 62.5463 }, - { 2450600.5, 62.6136 }, - { 2450630.5, 62.6571 }, - { 2450661.5, 62.6942 }, - { 2450692.5, 62.7383 }, - { 2450722.5, 62.7926 }, - { 2450753.5, 62.8567 }, - { 2450783.5, 62.9146 }, - { 2450814.5, 62.9659 }, - { 2450845.5, 63.0217 }, - { 2450873.5, 63.0807 }, - { 2450904.5, 63.1462 }, - { 2450934.5, 63.2053 }, - { 2450965.5, 63.2599 }, - { 2450995.5, 63.2844 }, - { 2451026.5, 63.2961 }, - { 2451057.5, 63.3126 }, - { 2451087.5, 63.3422 }, - { 2451118.5, 63.3871 }, - { 2451148.5, 63.4339 }, - { 2451179.5, 63.4673 }, - { 2451210.5, 63.4979 }, - { 2451238.5, 63.5319 }, - { 2451269.5, 63.5679 }, - { 2451299.5, 63.6104 }, - { 2451330.5, 63.6444 }, - { 2451360.5, 63.6642 }, - { 2451391.5, 63.6739 }, - { 2451422.5, 63.6926 }, - { 2451452.5, 63.7147 }, - { 2451483.5, 63.7518 }, - { 2451513.5, 63.7927 }, - { 2451544.5, 63.8285 }, - { 2451575.5, 63.8557 }, - { 2451604.5, 63.8804 }, - { 2451635.5, 63.9075 }, - { 2451665.5, 63.9393 }, - { 2451696.5, 63.9691 }, - { 2451726.5, 63.9799 }, - { 2451757.5, 63.9833 }, - { 2451788.5, 63.9938 }, - { 2451818.5, 64.0093 }, - { 2451849.5, 64.0400 }, - { 2451879.5, 64.0670 }, - { 2451910.5, 64.0908 }, - { 2451941.5, 64.1068 }, - { 2451969.5, 64.1282 }, - { 2452000.5, 64.1584 }, - { 2452030.5, 64.1833 }, - { 2452061.5, 64.2094 }, - { 2452091.5, 64.2117 }, - { 2452122.5, 64.2073 }, - { 2452153.5, 64.2116 }, - { 2452183.5, 64.2223 }, - { 2452214.5, 64.2500 }, - { 2452244.5, 64.2761 }, - { 2452275.5, 64.2998 }, - { 2452306.5, 64.3192 }, - { 2452334.5, 64.3450 }, - { 2452365.5, 64.3735 }, - { 2452395.5, 64.3943 }, - { 2452426.5, 64.4151 }, - { 2452456.5, 64.4132 }, - { 2452487.5, 64.4118 }, - { 2452518.5, 64.4097 }, - { 2452548.5, 64.4168 }, - { 2452579.5, 64.4329 }, - { 2452609.5, 64.4511 }, - { 2452640.5, 64.4734 }, - { 2452671.5, 64.4893 }, - { 2452699.5, 64.5053 }, - { 2452730.5, 64.5269 }, - { 2452760.5, 64.5471 }, - { 2452791.5, 64.5597 }, - { 2452821.5, 64.5512 }, - { 2452852.5, 64.5371 }, - { 2452883.5, 64.5359 }, - { 2452913.5, 64.5415 }, - { 2452944.5, 64.5544 }, - { 2452974.5, 64.5654 }, - { 2453005.5, 64.5736 }, - { 2453036.5, 64.5891 }, - { 2453065.5, 64.6015 }, - { 2453096.5, 64.6176 }, - { 2453126.5, 64.6374 }, - { 2453157.5, 64.6549 }, - { 2453187.5, 64.6530 }, - { 2453218.5, 64.6379 }, - { 2453249.5, 64.6372 }, - { 2453279.5, 64.6400 }, - { 2453310.5, 64.6543 }, - { 2453340.5, 64.6723 }, - { 2453371.5, 64.6876 }, - { 2453402.5, 64.7052 }, - { 2453430.5, 64.7313 }, - { 2453461.5, 64.7575 }, - { 2453491.5, 64.7811 }, - { 2453522.5, 64.8001 }, - { 2453552.5, 64.7995 }, - { 2453583.5, 64.7876 }, - { 2453614.5, 64.7831 }, - { 2453644.5, 64.7921 }, - { 2453675.5, 64.8096 }, - { 2453705.5, 64.8311 }, - { 2453736.5, 64.8452 }, - { 2453767.5, 64.8597 }, - { 2453795.5, 64.8850 }, - { 2453826.5, 64.9175 }, - { 2453856.5, 64.9480 }, - { 2453887.5, 64.9794 }, - { 2453917.5, 64.9895 }, - { 2453948.5, 65.0028 }, - { 2453979.5, 65.0138 }, - { 2454009.5, 65.0371 }, - { 2454040.5, 65.0773 }, - { 2454070.5, 65.1122 }, - { 2454101.5, 65.1464 }, - { 2454132.5, 65.1833 }, - { 2454160.5, 65.2145 }, - { 2454191.5, 65.2494 }, - { 2454221.5, 65.2921 }, - { 2454252.5, 65.3279 }, - { 2454282.5, 65.3413 }, - { 2454313.5, 65.3452 }, - { 2454344.5, 65.3496 }, - { 2454374.5, 65.3711 }, - { 2454405.5, 65.3972 }, - { 2454435.5, 65.4296 }, - { 2454466.5, 65.4573 }, - { 2454497.5, 65.4868 }, - { 2454526.5, 65.5152 }, - { 2454557.5, 65.5450 }, - { 2454587.5, 65.5781 }, - { 2454618.5, 65.6127 }, - { 2454648.5, 65.6288 }, - { 2454679.5, 65.6370 }, - { 2454710.5, 65.6493 }, - { 2454740.5, 65.6760 }, - { 2454771.5, 65.7097 }, - { 2454801.5, 65.7461 }, - { 2454832.5, 65.7768 }, - { 2454863.5, 65.8025 }, - { 2454891.5, 65.8237 }, - { 2454922.5, 65.8595 }, - { 2454952.5, 65.8973 }, - { 2454983.5, 65.9323 }, - { 2455013.5, 65.9509 }, - { 2455044.5, 65.9534 }, - { 2455075.5, 65.9628 }, - { 2455105.5, 65.9839 }, - { 2455136.5, 66.0147 }, - { 2455166.5, 66.0420 }, - { 2455197.5, 66.0699 }, - { 2455228.5, 66.0961 }, - { 2455256.5, 66.1310 }, - { 2455287.5, 66.1683 }, - { 2455317.5, 66.2072 }, - { 2455348.5, 66.2356 }, - { 2455378.5, 66.2409 }, - { 2455409.5, 66.2335 }, - { 2455440.5, 66.2349 }, - { 2455470.5, 66.2441 }, - { 2455501.5, 66.2751 }, - { 2455531.5, 66.3054 }, - { 2455562.5, 66.3246 }, - { 2455593.5, 66.3406 }, - { 2455621.5, 66.3624 }, - { 2455652.5, 66.3957 }, - { 2455682.5, 66.4289 }, - { 2455713.5, 66.4619 }, - { 2455743.5, 66.4749 }, - { 2455774.5, 66.4751 }, - { 2455805.5, 66.4829 }, - { 2455835.5, 66.5056 }, - { 2455866.5, 66.5383 }, - { 2455896.5, 66.5706 }, - { 2455927.5, 66.6030 }, - { 2455958.5, 66.6340 }, - { 2455987.5, 66.6569 }, - { 2456018.5, 66.6925 }, //1 April 2012 - { 2456048.5, 66.7289 }, - { 2456079.5, 66.7579 }, - { 2456109.5, 66.7708 }, - { 2456140.5, 66.7740 }, - { 2456171.5, 66.7846 }, - { 2456201.5, 66.8103 }, - { 2456232.5, 66.8400 }, - { 2456262.5, 66.8779 }, - { 2456293.5, 66.9069 }, //1 January 2013 - { 2456324.5, 66.9443 }, //1 Februrary 2013 - { 2456352.5, 66.9763 }, //1 March 2013 - { 2456383.5, 67.0258 }, //1 April 2013 - { 2456413.5, 67.0716 }, //1 May 2013 - { 2456444.5, 67.1100 }, //1 June 2013 - { 2456474.5, 67.1266 }, //1 July 2013 - { 2456505.5, 67.1331 }, //1 August 2013 - { 2456536.5, 67.1458 }, //1 September 2013 - { 2456566.5, 67.1717 }, //1 October 2013 - { 2456597.5, 67.2091 }, //1 November 2013 - { 2456627.5, 67.2460 }, //1 December 2013 - { 2456658.5, 67.2810 }, //1 January 2014 - { 2456689.5, 67.3136 }, //1 February 2014 - { 2456717.5, 67.3457 }, //1 March 2014 - { 2456748.5, 67.3890 }, //1 April 2014 - { 2456778.5, 67.4318 }, //1 May 2014 - { 2456809.5, 67.4666 }, //1 June 2014 - { 2456839.5, 67.4858 }, //1 July 2014 - { 2456870.5, 67.4989 }, //1 August 2014 - { 2456901.5, 67.5111 }, //1 September 2014 - { 2456931.5, 67.5353 }, //1 October 2014 - { 2456962.5, 67.5711 }, //1 November 2014 - { 2456992.5, 67.6070 }, //1 December 2014 - { 2457023.5, 67.6439 }, //1 January 2015 - { 2457054.5, 67.6765 }, //1 February 2015 - { 2457082.5, 67.7117 }, //1 March 2015 - { 2457113.5, 67.7591 }, //1 April 2015 - { 2457143.5, 67.8011 }, //1 May 2015 - { 2457174.5, 67.8402 }, //1 June 2015 - { 2457204.5, 67.8606 }, //1 July 2015 - -//All these final values are predicted values from Year 2015.75 to Year 2024.0 are taken from http://maia.usno.navy.mil/ser7/deltat.preds - { 2457297.25, 67.97 }, //2015.75 - { 2457388.50, 68.11 }, //2016.0 - { 2457480.00, 68.2 }, //2016.25 - { 2457571.50, 68.4 }, //2016.5 - { 2457663.00, 68.5 }, //2016.75 - { 2457754.50, 68.6 }, //2017.0 - { 2457845.75, 68.8 }, //2017.25 - { 2457937.00, 68.9 }, //2017.5 - { 2458028.25, 69.0 }, //2017.75 - { 2458119.50, 69.1 }, //2018.0 - { 2458210.75, 69.2 }, //2018.25 - { 2458302.00, 69.3 }, //2018.5 - { 2458393.25, 69.0 }, //2018.75 - { 2458484.50, 70 }, //2019.0 - { 2459124.00, 70 }, //2020.75 - { 2459215.50, 71 }, //2021.0 - { 2459854.25, 71 }, //2022.75 - { 2459945.50, 72 }, //2023.00 - { 2460584.25, 72 }, //2024.75 - { 2460676.50, 73 }, //2025.0 - -//Note as currently coded there is a single discontinuity of c. 1.87 seconds on 1 January 2024. At this point http://maia.usno.navy.mil/ser7/deltat.preds indicates an error value for DeltaT of about 5 seconds anyway. -}; - -struct LeapSecondCoefficient -{ - double JD; - double LeapSeconds; - double BaseMJD; - double Coefficient; -}; - -const LeapSecondCoefficient g_LeapSecondCoefficients[] = //Cumulative leap second values from 1 Jan 1961 to 1 July 2015 as taken from http://maia.usno.navy.mil/ser7/tai-utc.dat -{ - { 2437300.5, 1.4228180, 37300, 0.001296 }, - { 2437512.5, 1.3728180, 37300, 0.001296 }, - { 2437665.5, 1.8458580, 37665, 0.0011232 }, - { 2438334.5, 1.9458580, 37665, 0.0011232 }, - { 2438395.5, 3.2401300, 38761, 0.001296 }, - { 2438486.5, 3.3401300, 38761, 0.001296 }, - { 2438639.5, 3.4401300, 38761, 0.001296 }, - { 2438761.5, 3.5401300, 38761, 0.001296 }, - { 2438820.5, 3.6401300, 38761, 0.001296 }, - { 2438942.5, 3.7401300, 38761, 0.001296 }, - { 2439004.5, 3.8401300, 38761, 0.001296 }, - { 2439126.5, 4.3131700, 39126, 0.002592 }, - { 2439887.5, 4.2131700, 39126, 0.002592 }, - { 2441317.5, 10.0, 41317, 0.0 }, - { 2441499.5, 11.0, 41317, 0.0 }, - { 2441683.5, 12.0, 41317, 0.0 }, - { 2442048.5, 13.0, 41317, 0.0 }, - { 2442413.5, 14.0, 41317, 0.0 }, - { 2442778.5, 15.0, 41317, 0.0 }, - { 2443144.5, 16.0, 41317, 0.0 }, - { 2443509.5, 17.0, 41317, 0.0 }, - { 2443874.5, 18.0, 41317, 0.0 }, - { 2444239.5, 19.0, 41317, 0.0 }, - { 2444786.5, 20.0, 41317, 0.0 }, - { 2445151.5, 21.0, 41317, 0.0 }, - { 2445516.5, 22.0, 41317, 0.0 }, - { 2446247.5, 23.0, 41317, 0.0 }, - { 2447161.5, 24.0, 41317, 0.0 }, - { 2447892.5, 25.0, 41317, 0.0 }, - { 2448257.5, 26.0, 41317, 0.0 }, - { 2448804.5, 27.0, 41317, 0.0 }, - { 2449169.5, 28.0, 41317, 0.0 }, - { 2449534.5, 29.0, 41317, 0.0 }, - { 2450083.5, 30.0, 41317, 0.0 }, - { 2450630.5, 31.0, 41317, 0.0 }, - { 2451179.5, 32.0, 41317, 0.0 }, - { 2453736.5, 33.0, 41317, 0.0 }, - { 2454832.5, 34.0, 41317, 0.0 }, - { 2456109.5, 35.0, 41317, 0.0 }, - { 2457204.5, 36.0, 41317, 0.0 } -}; - - -////////////////////////////////// Implementation ///////////////////////////// - -double CAADynamicalTime::DeltaT(double JD) -{ - //What will be the return value from the method - double Delta = 0; - - //Determine if we can use the lookup table - size_t nLookupElements = sizeof(g_DeltaTValues) / sizeof(DeltaTValue); - if ((JD >= g_DeltaTValues[0].JD) && (JD < g_DeltaTValues[nLookupElements - 1].JD)) - { - //Find the index in the lookup table which contains the JD value closest to the JD input parameter - bool bFound = false; - size_t nFoundIndex = 0; - while (!bFound) - { - assert(nFoundIndex < nLookupElements); - bFound = (g_DeltaTValues[nFoundIndex].JD > JD); - - //Prepare for the next loop - if (!bFound) - ++nFoundIndex; - else - { - //Now do a simple linear interpolation of the DeltaT values from the lookup table - Delta = (JD - g_DeltaTValues[nFoundIndex - 1].JD) / (g_DeltaTValues[nFoundIndex].JD - g_DeltaTValues[nFoundIndex - 1].JD) * (g_DeltaTValues[nFoundIndex].DeltaT - g_DeltaTValues[nFoundIndex - 1].DeltaT) + g_DeltaTValues[nFoundIndex - 1].DeltaT; - } - } - } - else - { - CAADate date(JD, CAADate::AfterPapalReform(JD)); - double y = date.FractionalYear(); - - //Use the polynomial expressions from Espenak & Meeus 2006. References: http://eclipse.gsfc.nasa.gov/SEcat5/deltatpoly.html and - //http://www.staff.science.uu.nl/~gent0113/deltat/deltat_old.htm (Espenak & Meeus 2006 section) - if (y < -500) - { - double u = (y - 1820)/100.0; - double u2 = u*u; - Delta = -20 + (32*u2); - } - else if (y < 500) - { - double u = y/100.0; - double u2 = u*u; - double u3 = u2*u; - double u4 = u3*u; - double u5 = u4*u; - double u6 = u5*u; - Delta = 10583.6 + (-1014.41*u) + (33.78311*u2) + (-5.952053*u3) + (-0.1798452*u4) + (0.022174192*u5) + (0.0090316521*u6); - } - else if (y < 1600) - { - double u = (y - 1000)/100.0; - double u2 = u*u; - double u3 = u2*u; - double u4 = u3*u; - double u5 = u4*u; - double u6 = u5*u; - Delta = 1574.2 + (-556.01*u) + (71.23472*u2) + (0.319781*u3) + (-0.8503463*u4) + (-0.005050998*u5) + (0.0083572073*u6); - } - else if (y < 1700) - { - double u = (y - 1600)/100.0; - double u2 = u*u; - double u3 = u2*u; - Delta = 120 + (-98.08*u) + (-153.2*u2) + (u3/0.007129); - } - else if (y < 1800) - { - double u = (y - 1700)/100.0; - double u2 = u*u; - double u3 = u2*u; - double u4 = u3*u; - Delta = 8.83 + (16.03*u) + (-59.285*u2) + (133.36*u3) + (-u4/0.01174); - } - else if (y < 1860) - { - double u = (y - 1800)/100.0; - double u2 = u*u; - double u3 = u2*u; - double u4 = u3*u; - double u5 = u4*u; - double u6 = u5*u; - double u7 = u6*u; - Delta = 13.72 + (-33.2447*u) + (68.612*u2) + (4111.6*u3) + (-37436*u4) + (121272*u5) + (-169900*u6) + (87500*u7); - } - else if (y < 1900) - { - double u = (y - 1860)/100.0; - double u2 = u*u; - double u3 = u2*u; - double u4 = u3*u; - double u5 = u4*u; - Delta = 7.62 + (57.37*u) + (-2517.54*u2) + (16806.68*u3) + (-44736.24*u4) + (u5/0.0000233174); - } - else if (y < 1920) - { - double u = (y - 1900)/100.0; - double u2 = u*u; - double u3 = u2*u; - double u4 = u3*u; - Delta = -2.79 + (149.4119*u) + (-598.939*u2) + (6196.6*u3) + (-19700*u4); - } - else if (y < 1941) - { - double u = (y - 1920)/100.0; - double u2 = u*u; - double u3 = u2*u; - Delta = 21.20 + (84.493*u) + (-761.00*u2) + (2093.6*u3); - } - else if (y < 1961) - { - double u = (y - 1950)/100.0; - double u2 = u*u; - double u3 = u2*u; - Delta = 29.07 + (40.7*u) + (-u2/0.0233) + (u3/0.002547); - } - else if (y < 1986) - { - double u = (y - 1975)/100.0; - double u2 = u*u; - double u3 = u2*u; - Delta = 45.45 + 106.7*u - u2/0.026 - u3/0.000718; - } - else if (y < 2005) - { - double u = (y - 2000)/100.0; - double u2 = u*u; - double u3 = u2*u; - double u4 = u3*u; - double u5 = u4*u; - Delta = 63.86 + (33.45*u) + (-603.74*u2) + (1727.5*u3) + (65181.4*u4) + (237359.9*u5); - } - else if (y < 2050) - { - double u = (y - 2000)/100.0; - double u2 = u*u; - Delta = 62.92 + (32.217*u) + (55.89*u2); - } - else if (y < 2150) - { - double u = (y - 1820)/100.0; - double u2 = u*u; - Delta = -205.72 + (56.28*u) + (32*u2); - } - else - { - double u = (y - 1820)/100.0; - double u2 = u*u; - Delta = -20 + (32*u2); - } - } - - return Delta; -} - -double CAADynamicalTime::CumulativeLeapSeconds(double JD) -{ - //What will be the return value from the method - double LeapSeconds = 0; - - size_t nLookupElements = sizeof(g_LeapSecondCoefficients) / sizeof(LeapSecondCoefficient); - if (JD >= g_LeapSecondCoefficients[0].JD) - { - //Find the index in the lookup table which contains the JD value closest to the JD input parameter - bool bContinue = true; - size_t nIndex = 1; - while (bContinue) - { - if (nIndex >= nLookupElements) - { - LeapSeconds = g_LeapSecondCoefficients[nLookupElements - 1].LeapSeconds + (JD - 2400000.5 - g_LeapSecondCoefficients[nLookupElements - 1].BaseMJD) * g_LeapSecondCoefficients[nLookupElements - 1].Coefficient; - bContinue = false; - } - else if (JD < g_LeapSecondCoefficients[nIndex].JD) - { - LeapSeconds = g_LeapSecondCoefficients[nIndex - 1].LeapSeconds + (JD - 2400000.5 - g_LeapSecondCoefficients[nIndex - 1].BaseMJD) * g_LeapSecondCoefficients[nIndex - 1].Coefficient; - bContinue = false; - } - - //Prepare for the next loop - if (bContinue) - ++nIndex; - } - } - - return LeapSeconds; -} - -double CAADynamicalTime::TT2UTC(double JD) -{ - double DT = DeltaT(JD); - double UT1 = JD - (DT / 86400.0); - double LeapSeconds = CumulativeLeapSeconds(JD); - return ((DT - LeapSeconds - 32.184) / 86400.0) + UT1; -} - -double CAADynamicalTime::UTC2TT(double JD) -{ - double DT = DeltaT(JD); - double LeapSeconds = CumulativeLeapSeconds(JD); - double UT1 = JD - ((DT - LeapSeconds - 32.184) / 86400.0); - return UT1 + (DT / 86400.0); -} - -double CAADynamicalTime::TT2TAI(double JD) -{ - return JD - (32.184 / 86400.0); -} - -double CAADynamicalTime::TAI2TT(double JD) -{ - return JD + (32.184 / 86400.0); -} - -double CAADynamicalTime::TT2UT1(double JD) -{ - return JD - (DeltaT(JD) / 86400.0); -} - -double CAADynamicalTime::UT12TT(double JD) -{ - return JD + (DeltaT(JD) / 86400.0); -} - -double CAADynamicalTime::UT1MinusUTC(double JD) -{ - double JDUTC = JD + ((CAADynamicalTime::DeltaT(JD) - CumulativeLeapSeconds(JD) - 32.184) / 86400); - return (JD - JDUTC) * 86400; -} diff --git a/Vendor/AA+/1.6.3/AAEarth.cpp b/Vendor/AA+/1.6.3/AAEarth.cpp deleted file mode 100755 index 2376d79..0000000 --- a/Vendor/AA+/1.6.3/AAEarth.cpp +++ /dev/null @@ -1,684 +0,0 @@ -/* -Module : AAEARTH.CPP -Purpose: Implementation for the algorithms which calculate the position of Earth -Created: PJN / 29-12-2003 -History: PJN / 03-10-2009 1. Fixed a copy and paste gremlin in the CAAEarth::EclipticLatitude method where it incorrectly - used B2, B3 & B4 coefficient terms for Venus. Due to how this bug occurred, the magnitude of the - error from it would increase as the date deviated from the year 2000. Thanks to Isaac Salzman - for reporting this bug. - PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this - issue when compiling AA+ on ARM. - PJN / 04-08-2013 1. Fixed a transcription error in the twenty first coefficient used to calculate - the L0 term for the ecliptic longitude of Earth. Thanks to Isaac Clark for - reporting this issue. - 2. Fixed a transcription error in the sixteenth coefficient used to calculate the L1 term for - the ecliptic longitude of Earth. Thanks to Isaac Clark for reporting this issue. - 3. Spot tests indicate that these two changes only affected the the ecliptic longitude in the - eight decimal place. - 4. Updated copyright details - PJN / 16-09-2015 1. CAAEarth::EclipticLongitude, EclipticLatitude, RadiusVector, EclipticLongitudeJ2000 & - EclipticLatitudeJ2000 now include a "bool bHighPrecision" parameter which if set to true means - the code uses the full VSOP87 theory rather than the truncated theory as presented in Meeus's - book. - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -///////////////////////////// Includes //////////////////////////////////////// - -#include "stdafx.h" -#include "AAEarth.h" -#include "AACoordinateTransformation.h" -#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION -#include "AAVSOP87D_EAR.h" -#include "AAVSOP87B_EAR.h" -#endif //#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION -#include -using namespace std; - - -//////////////////////////// Macros / Defines ///////////////////////////////// - -struct VSOP87Coefficient -{ - double A; - double B; - double C; -}; - -const VSOP87Coefficient g_L0EarthCoefficients[] = -{ - { 175347046, 0, 0 }, - { 3341656, 4.6692568, 6283.0758500 }, - { 34894, 4.62610, 12566.15170 }, - { 3497, 2.7441, 5753.3849 }, - { 3418, 2.8289, 3.5231 }, - { 3136, 3.6277, 77713.7715 }, - { 2676, 4.4181, 7860.4194 }, - { 2343, 6.1352, 3930.2097 }, - { 1324, 0.7425, 11506.7698 }, - { 1273, 2.0371, 529.6910 }, - { 1199, 1.1096, 1577.3435 }, - { 990, 5.233, 5884.927 }, - { 902, 2.045, 26.298 }, - { 857, 3.508, 398.149 }, - { 780, 1.179, 5223.694 }, - { 753, 2.533, 5507.553 }, - { 505, 4.583, 18849.228 }, - { 492, 4.205, 775.523 }, - { 357, 2.920, 0.067 }, - { 317, 5.849, 11790.629 }, - { 284, 1.899, 796.298 }, - { 271, 0.315, 10977.079 }, - { 243, 0.345, 5486.778 }, - { 206, 4.806, 2544.314 }, - { 205, 1.869, 5573.143 }, - { 202, 2.458, 6069.777 }, - { 156, 0.833, 213.299 }, - { 132, 3.411, 2942.463 }, - { 126, 1.083, 20.775 }, - { 115, 0.645, 0.980 }, - { 103, 0.636, 4694.003 }, - { 102, 0.976, 15720.839 }, - { 102, 4.267, 7.114 }, - { 99, 6.21, 2146.17 }, - { 98, 0.68, 155.42 }, - { 86, 5.98, 161000.69 }, - { 85, 1.30, 6275.96 }, - { 85, 3.67, 71430.70 }, - { 80, 1.81, 17260.15 }, - { 79, 3.04, 12036.46 }, - { 75, 1.76, 5088.63 }, - { 74, 3.50, 3154.69 }, - { 74, 4.68, 801.82 }, - { 70, 0.83, 9437.76 }, - { 62, 3.98, 8827.39 }, - { 61, 1.82, 7084.90 }, - { 57, 2.78, 6286.60 }, - { 56, 4.39, 14143.50 }, - { 56, 3.47, 6279.55 }, - { 52, 0.19, 12139.55 }, - { 52, 1.33, 1748.02 }, - { 51, 0.28, 5856.48 }, - { 49, 0.49, 1194.45 }, - { 41, 5.37, 8429.24 }, - { 41, 2.40, 19651.05 }, - { 39, 6.17, 10447.39 }, - { 37, 6.04, 10213.29 }, - { 37, 2.57, 1059.38 }, - { 36, 1.71, 2352.87 }, - { 36, 1.78, 6812.77 }, - { 33, 0.59, 17789.85 }, - { 30, 0.44, 83996.85 }, - { 30, 2.74, 1349.87 }, - { 25, 3.16, 4690.48 } -}; - -const VSOP87Coefficient g_L1EarthCoefficients[] = -{ - { 628331966747.0, 0, 0 }, - { 206059, 2.678235, 6283.075850 }, - { 4303, 2.6351, 12566.1517 }, - { 425, 1.590, 3.523 }, - { 119, 5.796, 26.298 }, - { 109, 2.966, 1577.344 }, - { 93, 2.59, 18849.23 }, - { 72, 1.14, 529.69 }, - { 68, 1.87, 398.15 }, - { 67, 4.41, 5507.55 }, - { 59, 2.89, 5223.69 }, - { 56, 2.17, 155.42 }, - { 45, 0.40, 796.30 }, - { 36, 0.47, 775.52 }, - { 29, 2.65, 7.11 }, - { 21, 5.34, 0.98 }, - { 19, 1.85, 5486.78 }, - { 19, 4.97, 213.30 }, - { 17, 2.99, 6275.96 }, - { 16, 0.03, 2544.31 }, - { 16, 1.43, 2146.17 }, - { 15, 1.21, 10977.08 }, - { 12, 2.83, 1748.02 }, - { 12, 3.26, 5088.63 }, - { 12, 5.27, 1194.45 }, - { 12, 2.08, 4694.00 }, - { 11, 0.77, 553.57 }, - { 10, 1.30, 6286.60 }, - { 10, 4.24, 1349.87 }, - { 9, 2.70, 242.73 }, - { 9, 5.64, 951.72 }, - { 8, 5.30, 2352.87 }, - { 6, 2.65, 9437.76 }, - { 6, 4.67, 4690.48 } -}; - -const VSOP87Coefficient g_L2EarthCoefficients[] = -{ - { 52919, 0, 0 }, - { 8720, 1.0721, 6283.0758 }, - { 309, 0.867, 12566.152 }, - { 27, 0.05, 3.52 }, - { 16, 5.19, 26.30 }, - { 16, 3.68, 155.42 }, - { 10, 0.76, 18849.23 }, - { 9, 2.06, 77713.77 }, - { 7, 0.83, 775.52 }, - { 5, 4.66, 1577.34 }, - { 4, 1.03, 7.11 }, - { 4, 3.44, 5573.14 }, - { 3, 5.14, 796.30 }, - { 3, 6.05, 5507.55 }, - { 3, 1.19, 242.73 }, - { 3, 6.12, 529.69 }, - { 3, 0.31, 398.15 }, - { 3, 2.28, 553.57 }, - { 2, 4.38, 5223.69 }, - { 2, 3.75, 0.98 } -}; - -const VSOP87Coefficient g_L3EarthCoefficients[] = -{ - { 289, 5.844, 6283.076 }, - { 35, 0, 0 }, - { 17, 5.49, 12566.15 }, - { 3, 5.20, 155.42 }, - { 1, 4.72, 3.52 }, - { 1, 5.30, 18849.23 }, - { 1, 5.97, 242.73 } -}; - -const VSOP87Coefficient g_L4EarthCoefficients[] = -{ - { 114, 3.142, 0 }, - { 8, 4.13, 6283.08 }, - { 1, 3.84, 12566.15 } -}; - -const VSOP87Coefficient g_L5EarthCoefficients[] = -{ - { 1, 3.14, 0 }, -}; - -const VSOP87Coefficient g_B0EarthCoefficients[] = -{ - { 280, 3.199, 84334.662 }, - { 102, 5.422, 5507.553 }, - { 80, 3.88, 5223.69}, - { 44, 3.70, 2352.87 }, - { 32, 4.00, 1577.34 } -}; - -const VSOP87Coefficient g_B1EarthCoefficients[] = -{ - { 9, 3.90, 5507.55 }, - { 6, 1.73, 5223.69} -}; - -const VSOP87Coefficient g_R0EarthCoefficients[] = -{ - { 100013989, 0, 0 }, - { 1670700, 3.0984635, 6283.0758500 }, - { 13956, 3.05525, 12566.15170 }, - { 3084, 5.1985, 77713.7715 }, - { 1628, 1.1739, 5753.3849 }, - { 1576, 2.8469, 7860.4194 }, - { 925, 5.453, 11506.770 }, - { 542, 4.564, 3930.210 }, - { 472, 3.661, 5884.927 }, - { 346, 0.964, 5507.553 }, - { 329, 5.900, 5223.694 }, - { 307, 0.299, 5573.143 }, - { 243, 4.273, 11790.629 }, - { 212, 5.847, 1577.344 }, - { 186, 5.022, 10977.079 }, - { 175, 3.012, 18849.228 }, - { 110, 5.055, 5486.778 }, - { 98, 0.89, 6069.78 }, - { 86, 5.69, 15720.84 }, - { 86, 1.27, 161000.69}, - { 65, 0.27, 17260.15 }, - { 63, 0.92, 529.69 }, - { 57, 2.01, 83996.85 }, - { 56, 5.24, 71430.70 }, - { 49, 3.25, 2544.31 }, - { 47, 2.58, 775.52 }, - { 45, 5.54, 9437.76 }, - { 43, 6.01, 6275.96 }, - { 39, 5.36, 4694.00 }, - { 38, 2.39, 8827.39 }, - { 37, 0.83, 19651.05 }, - { 37, 4.90, 12139.55 }, - { 36, 1.67, 12036.46 }, - { 35, 1.84, 2942.46 }, - { 33, 0.24, 7084.90 }, - { 32, 0.18, 5088.63 }, - { 32, 1.78, 398.15 }, - { 28, 1.21, 6286.60 }, - { 28, 1.90, 6279.55 }, - { 26, 4.59, 10447.39 } -}; - -const VSOP87Coefficient g_R1EarthCoefficients[] = -{ - { 103019, 1.107490, 6283.075850 }, - { 1721, 1.0644, 12566.1517 }, - { 702, 3.142, 0 }, - { 32, 1.02, 18849.23 }, - { 31, 2.84, 5507.55 }, - { 25, 1.32, 5223.69 }, - { 18, 1.42, 1577.34 }, - { 10, 5.91, 10977.08 }, - { 9, 1.42, 6275.96 }, - { 9, 0.27, 5486.78 } -}; - -const VSOP87Coefficient g_R2EarthCoefficients[] = -{ - { 4359, 5.7846, 6283.0758 }, - { 124, 5.579, 12566.152 }, - { 12, 3.14, 0 }, - { 9, 3.63, 77713.77 }, - { 6, 1.87, 5573.14 }, - { 3, 5.47, 18849.23 } -}; - -const VSOP87Coefficient g_R3EarthCoefficients[] = -{ - { 145, 4.273, 6283.076 }, - { 7, 3.92, 12566.15 } -}; - -const VSOP87Coefficient g_R4EarthCoefficients[] = -{ - { 4, 2.56, 6283.08 } -}; - -const VSOP87Coefficient g_L1EarthCoefficientsJ2000[] = -{ - { 628307584999.0, 0, 0 }, - { 206059, 2.678235, 6283.075850 }, - { 4303, 2.6351, 12566.1517 }, - { 425, 1.590, 3.523 }, - { 119, 5.796, 26.298 }, - { 109, 2.966, 1577.344 }, - { 93, 2.59, 18849.23 }, - { 72, 1.14, 529.69 }, - { 68, 1.87, 398.15 }, - { 67, 4.41, 5507.55 }, - { 59, 2.89, 5223.69 }, - { 56, 2.17, 155.42 }, - { 45, 0.40, 796.30 }, - { 36, 0.47, 775.52 }, - { 29, 2.65, 7.11 }, - { 21, 5.43, 0.98 }, - { 19, 1.85, 5486.78 }, - { 19, 4.97, 213.30 }, - { 17, 2.99, 6275.96 }, - { 16, 0.03, 2544.31 }, - { 16, 1.43, 2146.17 }, - { 15, 1.21, 10977.08 }, - { 12, 2.83, 1748.02 }, - { 12, 3.26, 5088.63 }, - { 12, 5.27, 1194.45 }, - { 12, 2.08, 4694.00 }, - { 11, 0.77, 553.57 }, - { 10, 1.30, 6286.60 }, - { 10, 4.24, 1349.87 }, - { 9, 2.70, 242.73 }, - { 9, 5.64, 951.72 }, - { 8, 5.30, 2352.87 }, - { 6, 2.65, 9437.76 }, - { 6, 4.67, 4690.48 } -}; - -const VSOP87Coefficient g_L2EarthCoefficientsJ2000[] = -{ - { 8722, 1.0725, 6283.0758 }, - { 991, 3.1416, 0 }, - { 295, 0.437, 12566.152 }, - { 27, 0.05, 3.52 }, - { 16, 5.19, 26.30 }, - { 16, 3.69, 155.42 }, - { 9, 0.30, 18849.23 }, - { 9, 2.06, 77713.77 }, - { 7, 0.83, 775.52 }, - { 5, 4.66, 1577.34 }, - { 4, 1.03, 7.11 }, - { 4, 3.44, 5573.14 }, - { 3, 5.14, 796.30 }, - { 3, 6.05, 5507.55 }, - { 3, 1.19, 242.73 }, - { 3, 6.12, 529.69 }, - { 3, 0.30, 398.15 }, - { 3, 2.28, 553.57 }, - { 2, 4.38, 5223.69 }, - { 2, 3.75, 0.98 } -}; - -const VSOP87Coefficient g_L3EarthCoefficientsJ2000[] = -{ - { 289, 5.842, 6283.076 }, - { 21, 6.05, 12566.15 }, - { 3, 5.20, 155.42 }, - { 3, 3.14, 0 }, - { 1, 4.72, 3.52 }, - { 1, 5.97, 242.73 }, - { 1, 5.54, 18849.23 } -}; - -const VSOP87Coefficient g_L4EarthCoefficientsJ2000[] = -{ - { 8, 4.14, 6283.08 }, - { 1, 3.28, 12566.15 } -}; - -const VSOP87Coefficient g_B1EarthCoefficientsJ2000[] = -{ - { 227778, 3.413766, 6283.075850 }, - { 3806, 3.3706, 12566.1517 }, - { 3620, 0, 0 }, - { 72, 3.33, 18849.23 }, - { 8, 3.89, 5507.55 }, - { 8, 1.79, 5223.69 }, - { 6, 5.20, 2352.87 } -}; - -const VSOP87Coefficient g_B2EarthCoefficientsJ2000[] = -{ - { 9721, 5.1519, 6283.07585 }, - { 233, 3.1416, 0 }, - { 134, 0.644, 12566.152 }, - { 7, 1.07, 18849.23 } -}; - -const VSOP87Coefficient g_B3EarthCoefficientsJ2000[] = -{ - { 276, 0.595, 6283.076 }, - { 17, 3.14, 0 }, - { 4, 0.12, 12566.15 } -}; - -const VSOP87Coefficient g_B4EarthCoefficientsJ2000[] = -{ - { 6, 2.27, 6283.08 }, - { 1, 0, 0 } -}; - -#ifndef UNREFERENCED_PARAMETER -#define UNREFERENCED_PARAMETER(x) ((void)(x)) -#endif //#ifndef UNREFERENCED_PARAMETER - - -//////////////////////////////// Implementation /////////////////////////////// - -double CAAEarth::EclipticLongitude(double JD, bool bHighPrecision) -{ -#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION - if (bHighPrecision) - return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Earth::L(JD))); -#else - UNREFERENCED_PARAMETER(bHighPrecision); -#endif //#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION - - double rho = (JD - 2451545) / 365250; - double rhosquared = rho*rho; - double rhocubed = rhosquared*rho; - double rho4 = rhocubed*rho; - double rho5 = rho4*rho; - - //Calculate L0 - int nL0Coefficients = sizeof(g_L0EarthCoefficients) / sizeof(VSOP87Coefficient); - double L0 = 0; - int i; - for (i=0; i 1000 -#pragma once -#endif //#if _MSC_VER > 1000 - -#ifndef __AAEASTER_H__ -#define __AAEASTER_H__ - -#ifndef AAPLUS_EXT_CLASS -#define AAPLUS_EXT_CLASS -#endif //#ifndef AAPLUS_EXT_CLASS - - -///////////////////// Classes ///////////////////////////////////////////////// - -class AAPLUS_EXT_CLASS CAAEasterDetails -{ -public: -//Constructors / Destructors - CAAEasterDetails() : Month(0), - Day(0) - { - }; - -//Member variables - long Month; - long Day; -}; - -class AAPLUS_EXT_CLASS CAAEaster -{ -public: -//Static methods - static CAAEasterDetails Calculate(long nYear, bool GregorianCalendar); -}; - - -#endif //#ifndef __AAEASTER_H__ diff --git a/Vendor/AA+/1.6.3/AAEclipses.h b/Vendor/AA+/1.6.3/AAEclipses.h deleted file mode 100755 index 12a0a42..0000000 --- a/Vendor/AA+/1.6.3/AAEclipses.h +++ /dev/null @@ -1,106 +0,0 @@ -/* -Module : AAECLIPSES.H -Purpose: Implementation for the algorithms which obtain the principal characteristics of an eclipse of the Sun or the Moon -Created: PJN / 21-01-2004 - -Copyright (c) 2004 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -/////////////////////// Macros / Defines ////////////////////////////////////// - -#if _MSC_VER > 1000 -#pragma once -#endif //#if _MSC_VER > 1000 - -#ifndef __AAECLIPSES_H__ -#define __AAECLIPSES_H__ - -#ifndef AAPLUS_EXT_CLASS -#define AAPLUS_EXT_CLASS -#endif //#ifndef AAPLUS_EXT_CLASS - - -/////////////////////// Classes /////////////////////////////////////////////// - -class AAPLUS_EXT_CLASS CAASolarEclipseDetails -{ -public: -//Constructors / Destructors - CAASolarEclipseDetails() : bEclipse(false), - TimeOfMaximumEclipse(0), - F(0), - u(0), - gamma(0), - GreatestMagnitude(0) - { - }; - -//Member variables - bool bEclipse; - double TimeOfMaximumEclipse; - double F; - double u; - double gamma; - double GreatestMagnitude; -}; - - -class AAPLUS_EXT_CLASS CAALunarEclipseDetails -{ -public: -//Constructors / Destructors - CAALunarEclipseDetails() : bEclipse(false), - TimeOfMaximumEclipse(0), - F(0), - u(0), - gamma(0), - PenumbralRadii(0), - UmbralRadii(0), - PenumbralMagnitude(0), - UmbralMagnitude(0), - PartialPhaseSemiDuration(0), - TotalPhaseSemiDuration(0), - PartialPhasePenumbraSemiDuration(0) - { - }; - -//Member variables - bool bEclipse; - double TimeOfMaximumEclipse; - double F; - double u; - double gamma; - double PenumbralRadii; - double UmbralRadii; - double PenumbralMagnitude; - double UmbralMagnitude; - double PartialPhaseSemiDuration; - double TotalPhaseSemiDuration; - double PartialPhasePenumbraSemiDuration; -}; - -class AAPLUS_EXT_CLASS CAAEclipses -{ -public: -//Static methods - static CAASolarEclipseDetails CalculateSolar(double k); - static CAALunarEclipseDetails CalculateLunar(double k); - -protected: - static CAASolarEclipseDetails Calculate(double k, double& Mdash); -}; - - -#endif //#ifndef __AAECLIPSES_H__ diff --git a/Vendor/AA+/1.6.3/AAElementsPlanetaryOrbit.h b/Vendor/AA+/1.6.3/AAElementsPlanetaryOrbit.h deleted file mode 100755 index 9d00193..0000000 --- a/Vendor/AA+/1.6.3/AAElementsPlanetaryOrbit.h +++ /dev/null @@ -1,137 +0,0 @@ -/* -Module : AAELEMENTSPLANETARYORBIT.H -Purpose: Implementation for the algorithms to calculate the elements of the planetary orbits -Created: PJN / 29-12-2003 - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -/////////////////////// Macros / Defines ////////////////////////////////////// - -#if _MSC_VER > 1000 -#pragma once -#endif - -#ifndef __AAELEMENTSPLANETARYORBIT_H__ -#define __AAELEMENTSPLANETARYORBIT_H__ - -#ifndef AAPLUS_EXT_CLASS -#define AAPLUS_EXT_CLASS -#endif - - -/////////////////////// Classes /////////////////////////////////////////////// - -class AAPLUS_EXT_CLASS CAAElementsPlanetaryOrbit -{ -public: -//Static methods - static double MercuryMeanLongitude(double JD); - static double MercurySemimajorAxis(double JD); - static double MercuryEccentricity(double JD); - static double MercuryInclination(double JD); - static double MercuryLongitudeAscendingNode(double JD); - static double MercuryLongitudePerihelion(double JD); - - static double VenusMeanLongitude(double JD); - static double VenusSemimajorAxis(double JD); - static double VenusEccentricity(double JD); - static double VenusInclination(double JD); - static double VenusLongitudeAscendingNode(double JD); - static double VenusLongitudePerihelion(double JD); - - static double EarthMeanLongitude(double JD); - static double EarthSemimajorAxis(double JD); - static double EarthEccentricity(double JD); - static double EarthInclination(double JD); - static double EarthLongitudePerihelion(double JD); - - static double MarsMeanLongitude(double JD); - static double MarsSemimajorAxis(double JD); - static double MarsEccentricity(double JD); - static double MarsInclination(double JD); - static double MarsLongitudeAscendingNode(double JD); - static double MarsLongitudePerihelion(double JD); - - static double JupiterMeanLongitude(double JD); - static double JupiterSemimajorAxis(double JD); - static double JupiterEccentricity(double JD); - static double JupiterInclination(double JD); - static double JupiterLongitudeAscendingNode(double JD); - static double JupiterLongitudePerihelion(double JD); - - static double SaturnMeanLongitude(double JD); - static double SaturnSemimajorAxis(double JD); - static double SaturnEccentricity(double JD); - static double SaturnInclination(double JD); - static double SaturnLongitudeAscendingNode(double JD); - static double SaturnLongitudePerihelion(double JD); - - static double UranusMeanLongitude(double JD); - static double UranusSemimajorAxis(double JD); - static double UranusEccentricity(double JD); - static double UranusInclination(double JD); - static double UranusLongitudeAscendingNode(double JD); - static double UranusLongitudePerihelion(double JD); - - static double NeptuneMeanLongitude(double JD); - static double NeptuneSemimajorAxis(double JD); - static double NeptuneEccentricity(double JD); - static double NeptuneInclination(double JD); - static double NeptuneLongitudeAscendingNode(double JD); - static double NeptuneLongitudePerihelion(double JD); - - static double MercuryMeanLongitudeJ2000(double JD); - static double MercuryInclinationJ2000(double JD); - static double MercuryLongitudeAscendingNodeJ2000(double JD); - static double MercuryLongitudePerihelionJ2000(double JD); - - static double VenusMeanLongitudeJ2000(double JD); - static double VenusInclinationJ2000(double JD); - static double VenusLongitudeAscendingNodeJ2000(double JD); - static double VenusLongitudePerihelionJ2000(double JD); - - static double EarthMeanLongitudeJ2000(double JD); - static double EarthInclinationJ2000(double JD); - static double EarthLongitudeAscendingNodeJ2000(double JD); - static double EarthLongitudePerihelionJ2000(double JD); - - static double MarsMeanLongitudeJ2000(double JD); - static double MarsInclinationJ2000(double JD); - static double MarsLongitudeAscendingNodeJ2000(double JD); - static double MarsLongitudePerihelionJ2000(double JD); - - static double JupiterMeanLongitudeJ2000(double JD); - static double JupiterInclinationJ2000(double JD); - static double JupiterLongitudeAscendingNodeJ2000(double JD); - static double JupiterLongitudePerihelionJ2000(double JD); - - static double SaturnMeanLongitudeJ2000(double JD); - static double SaturnInclinationJ2000(double JD); - static double SaturnLongitudeAscendingNodeJ2000(double JD); - static double SaturnLongitudePerihelionJ2000(double JD); - - static double UranusMeanLongitudeJ2000(double JD); - static double UranusInclinationJ2000(double JD); - static double UranusLongitudeAscendingNodeJ2000(double JD); - static double UranusLongitudePerihelionJ2000(double JD); - - static double NeptuneMeanLongitudeJ2000(double JD); - static double NeptuneInclinationJ2000(double JD); - static double NeptuneLongitudeAscendingNodeJ2000(double JD); - static double NeptuneLongitudePerihelionJ2000(double JD); -}; - -#endif //__AAELEMENTSPLANETARYORBIT_H__ diff --git a/Vendor/AA+/1.6.3/AAElliptical.h b/Vendor/AA+/1.6.3/AAElliptical.h deleted file mode 100755 index a440ce9..0000000 --- a/Vendor/AA+/1.6.3/AAElliptical.h +++ /dev/null @@ -1,156 +0,0 @@ -/* -Module : AAELLIPTICAL.H -Purpose: Implementation for the algorithms for an elliptical orbit -Created: PJN / 29-12-2003 - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -/////////////////////// Macros / Defines ////////////////////////////////////// - -#if _MSC_VER > 1000 -#pragma once -#endif //#if _MSC_VER > 1000 - -#ifndef __AAELLIPTICAL_H__ -#define __AAELLIPTICAL_H__ - -#ifndef AAPLUS_EXT_CLASS -#define AAPLUS_EXT_CLASS -#endif //#ifndef AAPLUS_EXT_CLASS - - -/////////////////////// Includes ////////////////////////////////////////////// - -#include "AA3DCoordinate.h" - - -/////////////////////// Classes /////////////////////////////////////////////// - -class AAPLUS_EXT_CLASS CAAEllipticalObjectElements -{ -public: -//Constructors / Destructors - CAAEllipticalObjectElements() : a(0), - e(0), - i(0), - w(0), - omega(0), - JDEquinox(0), - T(0) - { - }; - -//member variables - double a; - double e; - double i; - double w; - double omega; - double JDEquinox; - double T; -}; - -class AAPLUS_EXT_CLASS CAAEllipticalPlanetaryDetails -{ -public: -//Constructors / Destructors - CAAEllipticalPlanetaryDetails() : ApparentGeocentricLongitude(0), - ApparentGeocentricLatitude(0), - ApparentGeocentricDistance(0), - ApparentLightTime(0), - ApparentGeocentricRA(0), - ApparentGeocentricDeclination(0) - { - }; - -//Member variables - double ApparentGeocentricLongitude; - double ApparentGeocentricLatitude; - double ApparentGeocentricDistance; - double ApparentLightTime; - double ApparentGeocentricRA; - double ApparentGeocentricDeclination; -}; - -class AAPLUS_EXT_CLASS CAAEllipticalObjectDetails -{ -public: -//Constructors / Destructors - CAAEllipticalObjectDetails() : HeliocentricEclipticLongitude(0), - HeliocentricEclipticLatitude(0), - TrueGeocentricRA(0), - TrueGeocentricDeclination(0), - TrueGeocentricDistance(0), - TrueGeocentricLightTime(0), - AstrometricGeocentricRA(0), - AstrometricGeocentricDeclination(0), - AstrometricGeocentricDistance(0), - AstrometricGeocentricLightTime(0), - Elongation(0), - PhaseAngle(0) - { - }; - -//Member variables - CAA3DCoordinate HeliocentricRectangularEquatorial; - CAA3DCoordinate HeliocentricRectangularEcliptical; - double HeliocentricEclipticLongitude; - double HeliocentricEclipticLatitude; - double TrueGeocentricRA; - double TrueGeocentricDeclination; - double TrueGeocentricDistance; - double TrueGeocentricLightTime; - double AstrometricGeocentricRA; - double AstrometricGeocentricDeclination; - double AstrometricGeocentricDistance; - double AstrometricGeocentricLightTime; - double Elongation; - double PhaseAngle; -}; - -class AAPLUS_EXT_CLASS CAAElliptical -{ -public: -//Enums - enum EllipticalObject - { - SUN, - MERCURY, - VENUS, - MARS, - JUPITER, - SATURN, - URANUS, - NEPTUNE, - PLUTO - }; - -//Static methods - static double DistanceToLightTime(double Distance); - static CAAEllipticalPlanetaryDetails Calculate(double JD, EllipticalObject object, bool bHighPrecision); - static double SemiMajorAxisFromPerihelionDistance(double q, double e); - static double MeanMotionFromSemiMajorAxis(double a); - static CAAEllipticalObjectDetails Calculate(double JD, const CAAEllipticalObjectElements& elements, bool bHighPrecision); - static double InstantaneousVelocity(double r, double a); - static double VelocityAtPerihelion(double e, double a); - static double VelocityAtAphelion(double e, double a); - static double LengthOfEllipse(double e, double a); - static double CometMagnitude(double g, double delta, double k, double r); - static double MinorPlanetMagnitude(double H, double delta, double G, double r, double PhaseAngle); -}; - - -#endif //#ifndef __AAELLIPTICAL_H__ diff --git a/Vendor/AA+/1.6.3/AAInterpolate.cpp b/Vendor/AA+/1.6.3/AAInterpolate.cpp deleted file mode 100755 index de875ff..0000000 --- a/Vendor/AA+/1.6.3/AAInterpolate.cpp +++ /dev/null @@ -1,247 +0,0 @@ -/* -Module : AAINTERPOLATE.CPP -Purpose: Implementation for the algorithms for Interpolation -Created: PJN / 29-12-2003 -History: None - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -////////////////////// Includes /////////////////////////////////////////////// - -#include "stdafx.h" -#include "AAInterpolate.h" -#include -#include -using namespace std; - - -////////////////////// Implementation ///////////////////////////////////////// - -double CAAInterpolate::Interpolate(double n, double Y1, double Y2, double Y3) -{ - double a = Y2 - Y1; - double b = Y3 - Y2; - double c = Y1 + Y3 - 2*Y2; - - return Y2 + n / 2 * (a + b + n*c); -} - -double CAAInterpolate::Interpolate(double n, double Y1, double Y2, double Y3, double Y4, double Y5) -{ - double A = Y2 - Y1; - double B = Y3 - Y2; - double C = Y4 - Y3; - double D = Y5 - Y4; - double E = B - A; - double F = C - B; - double G = D - C; - double H = F - E; - double J = G - F; - double K = J - H; - - double N2 = n*n; - double N3 = N2*n; - double N4 = N3*n; - - return Y3 + n*((B+C)/2 - (H+J)/12) + N2*(F/2 - K/24) + N3*((H+J)/12) + N4*(K/24); -} - -double CAAInterpolate::InterpolateToHalves(double Y1, double Y2, double Y3, double Y4) -{ - return (9*(Y2 + Y3) - Y1 - Y4) / 16; -} - -double CAAInterpolate::LagrangeInterpolate(double X, int n, double* pX, double* pY) -{ - //Validate our parameters - assert(pX); - assert(pY); -#ifdef __analysis_assume - __analysis_assume(pX); - __analysis_assume(pY); -#endif //#ifdef __analysis_assume - - double V = 0; - - for (int i=1; i<=n; i++) - { - double C = 1; - for (int j=1; j<=n; j++) - { - if (j != i) - C = C*(X - pX[j-1]) / (pX[i-1] - pX[j-1]); - } - - V += C*pY[i - 1]; - } - - return V; -} - -double CAAInterpolate::Extremum(double Y1, double Y2, double Y3, double& nm) -{ - double a = Y2 - Y1; - double b = Y3 - Y2; - double c = Y1 + Y3 - 2*Y2; - - double ab = a + b; - - nm = -ab/(2*c); - return (Y2 - ((ab*ab)/(8*c))); -} - -double CAAInterpolate::Extremum(double Y1, double Y2, double Y3, double Y4, double Y5, double& nm) -{ - double A = Y2 - Y1; - double B = Y3 - Y2; - double C = Y4 - Y3; - double D = Y5 - Y4; - double E = B - A; - double F = C - B; - double G = D - C; - double H = F - E; - double J = G - F; - double K = J - H; - - bool bRecalc = true; - double nmprev = 0; - nm = nmprev; - while (bRecalc) - { - double NMprev2 = nmprev*nmprev; - double NMprev3 = NMprev2*nmprev; - nm = (6*B + 6*C - H - J +3*NMprev2*(H+J) + 2*NMprev3*K) / (K - 12*F); - - bRecalc = (fabs(nm - nmprev) > 1E-12); - if (bRecalc) - nmprev = nm; - } - - return Interpolate(nm, Y1, Y2, Y3, Y4, Y5); -} - -double CAAInterpolate::Zero(double Y1, double Y2, double Y3) -{ - double a = Y2 - Y1; - double b = Y3 - Y2; - double c = Y1 + Y3 - 2*Y2; - - bool bRecalc = true; - double n0prev = 0; - double n0 = n0prev; - while (bRecalc) - { - n0 = -2*Y2/(a + b + c*n0prev); - - bRecalc = (fabs(n0 - n0prev) > 1E-12); - if (bRecalc) - n0prev = n0; - } - - return n0; -} - -double CAAInterpolate::Zero(double Y1, double Y2, double Y3, double Y4, double Y5) -{ - double A = Y2 - Y1; - double B = Y3 - Y2; - double C = Y4 - Y3; - double D = Y5 - Y4; - double E = B - A; - double F = C - B; - double G = D - C; - double H = F - E; - double J = G - F; - double K = J - H; - - bool bRecalc = true; - double n0prev = 0; - double n0 = n0prev; - while (bRecalc) - { - double n0prev2 = n0prev*n0prev; - double n0prev3 = n0prev2*n0prev; - double n0prev4 = n0prev3*n0prev; - - n0 = (-24*Y3 + n0prev2*(K - 12*F) - 2*n0prev3*(H+J) - n0prev4*K)/(2*(6*B + 6*C - H - J)); - - bRecalc = (fabs(n0 - n0prev) > 1E-12); - if (bRecalc) - n0prev = n0; - } - - return n0; -} - - -double CAAInterpolate::Zero2(double Y1, double Y2, double Y3) -{ - double a = Y2 - Y1; - double b = Y3 - Y2; - double c = Y1 + Y3 - 2*Y2; - - bool bRecalc = true; - double n0prev = 0; - double n0 = n0prev; - while (bRecalc) - { - double deltan0 = - (2*Y2 + n0prev*(a + b + c*n0prev)) / (a + b + 2*c*n0prev); - n0 = n0prev + deltan0; - - bRecalc = (fabs(deltan0) > 1E-12); - if (bRecalc) - n0prev = n0; - } - - return n0; -} - -double CAAInterpolate::Zero2(double Y1, double Y2, double Y3, double Y4, double Y5) -{ - double A = Y2 - Y1; - double B = Y3 - Y2; - double C = Y4 - Y3; - double D = Y5 - Y4; - double E = B - A; - double F = C - B; - double G = D - C; - double H = F - E; - double J = G - F; - double K = J - H; - double M = K / 24; - double N = (H + J)/12; - double P = F/2 - M; - double Q = (B+C)/2 - N; - - bool bRecalc = true; - double n0prev = 0; - double n0 = n0prev; - while (bRecalc) - { - double n0prev2 = n0prev*n0prev; - double n0prev3 = n0prev2*n0prev; - double n0prev4 = n0prev3*n0prev; - - double deltan0 = - (M * n0prev4 + N*n0prev3 + P*n0prev2 + Q*n0prev + Y3) / (4*M*n0prev3 + 3*N*n0prev2 + 2*P*n0prev + Q); - n0 = n0prev + deltan0; - - bRecalc = (fabs(deltan0) > 1E-12); - if (bRecalc) - n0prev = n0; - } - - return n0; -} diff --git a/Vendor/AA+/1.6.3/AAInterpolate.h b/Vendor/AA+/1.6.3/AAInterpolate.h deleted file mode 100755 index 6ce156c..0000000 --- a/Vendor/AA+/1.6.3/AAInterpolate.h +++ /dev/null @@ -1,54 +0,0 @@ -/* -Module : AAINTERPOLATE.H -Purpose: Implementation for the algorithms for Interpolation -Created: PJN / 29-12-2003 - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -/////////////////////// Macros / Defines ////////////////////////////////////// - -#if _MSC_VER > 1000 -#pragma once -#endif //#if _MSC_VER > 1000 - -#ifndef __AAINTERPOLATE_H__ -#define __AAINTERPOLATE_H__ - -#ifndef AAPLUS_EXT_CLASS -#define AAPLUS_EXT_CLASS -#endif //#ifndef AAPLUS_EXT_CLASS - - -/////////////////////// Classes /////////////////////////////////////////////// - -class AAPLUS_EXT_CLASS CAAInterpolate -{ -public: -//Static methods - static double Interpolate(double n, double Y1, double Y2, double Y3); - static double Interpolate(double n, double Y1, double Y2, double Y3, double Y4, double Y5); - static double InterpolateToHalves(double Y1, double Y2, double Y3, double Y4); - static double LagrangeInterpolate(double X, int n, double* pX, double* pY); - static double Extremum(double Y1, double Y2, double Y3, double& nm); - static double Extremum(double Y1, double Y2, double Y3, double Y4, double Y5, double& nm); - static double Zero(double Y1, double Y2, double Y3); - static double Zero(double Y1, double Y2, double Y3, double Y4, double Y5); - static double Zero2(double Y1, double Y2, double Y3); - static double Zero2(double Y1, double Y2, double Y3, double Y4, double Y5); -}; - - -#endif //#ifndef __AAINTERPOLATE_H__ diff --git a/Vendor/AA+/1.6.3/AAJupiter.cpp b/Vendor/AA+/1.6.3/AAJupiter.cpp deleted file mode 100755 index 13953f1..0000000 --- a/Vendor/AA+/1.6.3/AAJupiter.cpp +++ /dev/null @@ -1,809 +0,0 @@ -/* -Module : AAJUPITER.CPP -Purpose: Implementation for the algorithms which obtain the heliocentric position of Uranus -Created: PJN / 29-12-2003 -History: PJN / 31-05-2004 1) Added a missing coefficient to g_L1JupiterCoefficients array as used by - CAAJupiter::EclipticLongitude. Thanks to Brian Orme for reporting this problem. - 2) Added missing g_B5JupiterCoefficients[] in CAAJupiter::EclipticLatitude. Again - thanks to Brian Orme for reporting this problem. - PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this - issue when compiling AA+ on ARM. - PJN / 04-08-2013 1. Fixed a transcription error in the thirty ninth coefficient used to calculate - the L0 term for the ecliptic longitude of Jupiter. Thanks to Isaac Clark for - reporting this issue. - 2. Fixed a transcription error in the sixteenth coefficient used to calculate the - R1 term for the ecliptic radius vector of Jupiter. Thanks to Isaac Clark for - reporting this issue. - 3. Spot tests indicate that these two changes only affected the the ecliptic - longitude in the seventh decimal place and the ecliptic radius vector in the - seventh decimal place. - 4. Updated copyright details - PJN / 16-09-2015 1. CAAJupiter::EclipticLongitude, EclipticLatitude & RadiusVector now include a - "bool bHighPrecision" parameter which if set to true means the code uses the full - VSOP87 theory rather than the truncated theory as presented in Meeus's book. - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -/////////////////////// Includes ////////////////////////////////////////////// - -#include "stdafx.h" -#include "AAJupiter.h" -#include "AACoordinateTransformation.h" -#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION -#include "AAVSOP87D_JUP.h" -#endif //#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION -#include -using namespace std; - - -////////////////////// Macros / Defines /////////////////////////////////////// - -struct VSOP87Coefficient -{ - double A; - double B; - double C; -}; - -const VSOP87Coefficient g_L0JupiterCoefficients[] = -{ - { 59954691, 0, 0 }, - { 9695899, 5.0619179, 529.6909651 }, - { 573610, 1.444062, 7.113547 }, - { 306389, 5.417347, 1059.381930 }, - { 97178, 4.14265, 632.78374 }, - { 72903, 3.64043, 522.57742 }, - { 64264, 3.41145, 103.09277 }, - { 39806, 2.29377, 419.48464 }, - { 38858, 1.27232, 316.39187 }, - { 27965, 1.78455, 536.80451 }, - { 13590, 5.77481, 1589.07290 }, - { 8769, 3.6300, 949.1756 }, - { 8246, 3.5823, 206.1855 }, - { 7368, 5.0810, 735.8765 }, - { 6263, 0.0250, 213.2991 }, - { 6114, 4.5132, 1162.4747 }, - { 5305, 4.1863, 1052.2684 }, - { 5305, 1.3067, 14.2271 }, - { 4905, 1.3208, 110.2063 }, - { 4647, 4.6996, 3.9322 }, - { 3045, 4.3168, 426.5982 }, - { 2610, 1.5667, 846.0828 }, - { 2028, 1.0638, 3.1814 }, - { 1921, 0.9717, 639.8973 }, - { 1765, 2.1415, 1066.4955 }, - { 1723, 3.8804, 1265.5675 }, - { 1633, 3.5820, 515.4639 }, - { 1432, 4.2968, 625.6702 }, - { 973, 4.098, 95.979 }, - { 884, 2.437, 412.371 }, - { 733, 6.085, 838.969 }, - { 731, 3.806, 1581.959 }, - { 709, 1.293, 742.990 }, - { 692, 6.134, 2118.764 }, - { 614, 4.109, 1478.867 }, - { 582, 4.540, 309.278 }, - { 495, 3.756, 323.505 }, - { 441, 2.958, 454.909 }, - { 417, 1.036, 2.448 }, - { 390, 4.897, 1692.166 }, - { 376, 4.703, 1368.660 }, - { 341, 5.715, 533.623 }, - { 330, 4.740, 0.048 }, - { 262, 1.877, 0.963 }, - { 261, 0.820, 380.128 }, - { 257, 3.724, 199.072 }, - { 244, 5.220, 728.763 }, - { 235, 1.227, 909.819 }, - { 220, 1.651, 543.918 }, - { 207, 1.855, 525.759 }, - { 202, 1.807, 1375.774 }, - { 197, 5.293, 1155.361 }, - { 175, 3.730, 942.062 }, - { 175, 3.226, 1898.351 }, - { 175, 5.910, 956.289 }, - { 158, 4.365, 1795.258 }, - { 151, 3.906, 74.782 }, - { 149, 4.377, 1685.052 }, - { 141, 3.136, 491.558 }, - { 138, 1.318, 1169.588 }, - { 131, 4.169, 1045.155 }, - { 117, 2.500, 1596.186 }, - { 117, 3.389, 0.521 }, - { 106, 4.554, 526.510 } -}; - -const VSOP87Coefficient g_L1JupiterCoefficients[] = -{ - { 52993480757.0, 0, 0 }, - { 489741, 4.220667, 529.690965 }, - { 228919, 6.026475, 7.113547 }, - { 27655, 4.57266, 1059.38193 }, - { 20721, 5.45939, 522.57742 }, - { 12106, 0.16986, 536.80451 }, - { 6068, 4.4242, 103.0928 }, - { 5434, 3.9848, 419.4846 }, - { 4238, 5.8901, 14.2271 }, - { 2212, 5.2677, 206.1855 }, - { 1746, 4.9267, 1589.0729 }, - { 1296, 5.5513, 3.1814 }, - { 1173, 5.8565, 1052.2684 }, - { 1163, 0.5145, 3.9322 }, - { 1099, 5.3070, 515.4639 }, - { 1007, 0.4648, 735.8765 }, - { 1004, 3.1504, 426.5982 }, - { 848, 5.758, 110.206 }, - { 827, 4.803, 213.299 }, - { 816, 0.586, 1066.495 }, - { 725, 5.518, 639.897 }, - { 568, 5.989, 625.670 }, - { 474, 4.132, 412.371 }, - { 413, 5.737, 95.979 }, - { 345, 4.242, 632.784 }, - { 336, 3.732, 1162.475 }, - { 234, 4.035, 949.176 }, - { 234, 6.243, 309.278 }, - { 199, 1.505, 838.969 }, - { 195, 2.219, 323.505 }, - { 187, 6.086, 742.990 }, - { 184, 6.280, 543.918 }, - { 171, 5.417, 199.072 }, - { 131, 0.626, 728.763 }, - { 115, 0.680, 846.083 }, - { 115, 5.286, 2118.764 }, - { 108, 4.493, 956.289 }, - { 80, 5.82, 1045.15 }, - { 72, 5.34, 942.06 }, - { 70, 5.97, 532.87 }, - { 67, 5.73, 21.34 }, - { 66, 0.13, 526.51 }, - { 65, 6.09, 1581.96 }, - { 59, 0.59, 1155.36 }, - { 58, 0.99, 1596.19 }, - { 57, 5.97, 1169.59 }, - { 57, 1.41, 533.62 }, - { 55, 5.43, 10.29 }, - { 52, 5.73, 117.32 }, - { 52, 0.23, 1368.66 }, - { 50, 6.08, 525.76 }, - { 47, 3.63, 1478.87 }, - { 47, 0.51, 1265.57 }, - { 40, 4.16, 1692.17 }, - { 34, 0.10, 302.16 }, - { 33, 5.04, 220.41 }, - { 32, 5.37, 508.35 }, - { 29, 5.42, 1272.68 }, - { 29, 3.36, 4.67 }, - { 29, 0.76, 88.87 }, - { 25, 1.61, 831.86 } -}; - -const VSOP87Coefficient g_L2JupiterCoefficients[] = -{ - { 47234, 4.32148, 7.11355 }, - { 38966, 0, 0 }, - { 30629, 2.93021, 529.69097 }, - { 3189, 1.0550, 522.5774 }, - { 2729, 4.8455, 536.8045 }, - { 2723, 3.4141, 1059.3819 }, - { 1721, 4.1873, 14.2271 }, - { 383, 5.768, 419.485 }, - { 378, 0.760, 515.464 }, - { 367, 6.055, 103.093 }, - { 337, 3.786, 3.181 }, - { 308, 0.694, 206.186 }, - { 218, 3.814, 1589.073 }, - { 199, 5.340, 1066.495 }, - { 197, 2.484, 3.932 }, - { 156, 1.406, 1052.268 }, - { 146, 3.814, 639.897 }, - { 142, 1.634, 426.598 }, - { 130, 5.837, 412.371 }, - { 117, 1.414, 625.670 }, - { 97, 4.03, 110.21 }, - { 91, 1.11, 95.98 }, - { 87, 2.52, 632.78 }, - { 79, 4.64, 543.92 }, - { 72, 2.22, 735.88 }, - { 58, 0.83, 199.07 }, - { 57, 3.12, 213.30 }, - { 49, 1.67, 309.28 }, - { 40, 4.02, 21.34 }, - { 40, 0.62, 323.51 }, - { 36, 2.33, 728.76 }, - { 29, 3.61, 10.29 }, - { 28, 3.24, 838.97 }, - { 26, 4.50, 742.99 }, - { 26, 2.51, 1162.47 }, - { 25, 1.22, 1045.15 }, - { 24, 3.01, 956.29 }, - { 19, 4.29, 532.87 }, - { 18, 0.81, 508.35 }, - { 17, 4.20, 2118.76 }, - { 17, 1.83, 526.51 }, - { 15, 5.81, 1596.19 }, - { 15, 0.68, 942.06 }, - { 15, 4.00, 117.32 }, - { 14, 5.95, 316.39 }, - { 14, 1.80, 302.16 }, - { 13, 2.52, 88.87 }, - { 13, 4.37, 1169.59 }, - { 11, 4.44, 525.76 }, - { 10, 1.72, 1581.96 }, - { 9, 2.18, 1155.36 }, - { 9, 3.29, 220.41 }, - { 9, 3.32, 831.86 }, - { 8, 5.76, 846.08 }, - { 8, 2.71, 533.62 }, - { 7, 2.18, 1265.57 }, - { 6, 0.50, 949.18 } -}; - -const VSOP87Coefficient g_L3JupiterCoefficients[] = -{ - { 6502, 2.5986, 7.1135 }, - { 1357, 1.3464, 529.6910 }, - { 471, 2.475, 14.227 }, - { 417, 3.245, 536.805 }, - { 353, 2.974, 522.577 }, - { 155, 2.076, 1059.382 }, - { 87, 2.51, 515.46 }, - { 44, 0, 0 }, - { 34, 3.83, 1066.50 }, - { 28, 2.45, 206.19 }, - { 24, 1.28, 412.37 }, - { 23, 2.98, 543.92 }, - { 20, 2.10, 639.90 }, - { 20, 1.40, 419.48 }, - { 19, 1.59, 103.09 }, - { 17, 2.30, 21.34 }, - { 17, 2.60, 1589.07 }, - { 16, 3.15, 625.67 }, - { 16, 3.36, 1052.27 }, - { 13, 2.76, 95.98 }, - { 13, 2.54, 199.07 }, - { 13, 6.27, 426.60 }, - { 9, 1.76, 10.29 }, - { 9, 2.27, 110.21 }, - { 7, 3.43, 309.28 }, - { 7, 4.04, 728.76 }, - { 6, 2.52, 508.35 }, - { 5, 2.91, 1045.15 }, - { 5, 5.25, 323.51 }, - { 4, 4.30, 88.87 }, - { 4, 3.52, 302.16 }, - { 4, 4.09, 735.88 }, - { 3, 1.43, 956.29 }, - { 3, 4.36, 1596.19 }, - { 3, 1.25, 213.30 }, - { 3, 5.02, 838.97 }, - { 3, 2.24, 117.32 }, - { 2, 2.90, 742.99 }, - { 2, 2.36, 942.06 } -}; - -const VSOP87Coefficient g_L4JupiterCoefficients[] = -{ - { 669, 0.853, 7.114 }, - { 114, 3.142, 0 }, - { 100, 0.743, 14.227 }, - { 50, 1.65, 536.80 }, - { 44, 5.82, 529.69 }, - { 32, 4.86, 522.58 }, - { 15, 4.29, 515.46 }, - { 9, 0.71, 1059.38 }, - { 5, 1.30, 543.92 }, - { 4, 2.32, 1066.50 }, - { 4, 0.48, 21.34 }, - { 3, 3.00, 412.37 }, - { 2, 0.40, 639.90 }, - { 2, 4.26, 199.07 }, - { 2, 4.91, 625.67 }, - { 2, 4.26, 206.19 }, - { 1, 5.26, 1052.27 }, - { 1, 4.72, 95.98 }, - { 1, 1.29, 1589.07 } -}; - -const VSOP87Coefficient g_L5JupiterCoefficients[] = -{ - { 50, 5.26, 7.11 }, - { 16, 5.25, 14.23 }, - { 4, 0.01, 536.80 }, - { 2, 1.10, 522.58 }, - { 1, 3.14, 0 } -}; - -const VSOP87Coefficient g_B0JupiterCoefficients[] = -{ - { 2268616, 3.5585261, 529.6909651 }, - { 110090, 0, 0 }, - { 109972, 3.908093, 1059.381930 }, - { 8101, 3.6051, 522.5774 }, - { 6438, 0.3063, 536.8045 }, - { 6044, 4.2588, 1589.0729 }, - { 1107, 2.9853, 1162.4747 }, - { 944, 1.675, 426.598 }, - { 942, 2.936, 1052.268 }, - { 894, 1.754, 7.114 }, - { 836, 5.179, 103.093 }, - { 767, 2.155, 632.784 }, - { 684, 3.678, 213.299 }, - { 629, 0.643, 1066.495 }, - { 559, 0.014, 846.083 }, - { 532, 2.703, 110.206 }, - { 464, 1.173, 949.176 }, - { 431, 2.608, 419.485 }, - { 351, 4.611, 2118.764 }, - { 132, 4.778, 742.990 }, - { 123, 3.350, 1692.166 }, - { 116, 1.387, 323.505 }, - { 115, 5.049, 316.392 }, - { 104, 3.701, 515.464 }, - { 103, 2.319, 1478.867 }, - { 102, 3.153, 1581.959 } -}; - -const VSOP87Coefficient g_B1JupiterCoefficients[] = -{ - { 177352, 5.701665, 529.690965 }, - { 3230, 5.7794, 1059.3819 }, - { 3081, 5.4746, 522.5774 }, - { 2212, 4.7348, 536.8045 }, - { 1694, 3.1416, 0 }, - { 346, 4.746, 1052.268 }, - { 234, 5.189, 1066.495 }, - { 196, 6.186, 7.114 }, - { 150, 3.927, 1589.073 }, - { 114, 3.439, 632.784 }, - { 97, 2.91, 949.18 }, - { 82, 5.08, 1162.47 }, - { 77, 2.51, 103.09 }, - { 77, 0.61, 419.48 }, - { 74, 5.50, 515.46 }, - { 61, 5.45, 213.30 }, - { 50, 3.95, 735.88 }, - { 46, 0.54, 110.21 }, - { 45, 1.90, 846.08 }, - { 37, 4.70, 543.92 }, - { 36, 6.11, 316.39 }, - { 32, 4.92, 1581.96 } -}; - -const VSOP87Coefficient g_B2JupiterCoefficients[] = -{ - { 8094, 1.4632, 529.6910 }, - { 813, 3.1416, 0 }, - { 742, 0.957, 522.577 }, - { 399, 2.899, 536.805 }, - { 342, 1.447, 1059.382 }, - { 74, 0.41, 1052.27 }, - { 46, 3.48, 1066.50 }, - { 30, 1.93, 1589.07 }, - { 29, 0.99, 515.46 }, - { 23, 4.27, 7.11 }, - { 14, 2.92, 543.92 }, - { 12, 5.22, 632.78 }, - { 11, 4.88, 949.18 }, - { 6, 6.21, 1045.15 } -}; - -const VSOP87Coefficient g_B3JupiterCoefficients[] = -{ - { 252, 3.381, 529.691 }, - { 122, 2.733, 522.577 }, - { 49, 1.04, 536.80 }, - { 11, 2.31, 1052.27 }, - { 8, 2.77, 515.46 }, - { 7, 4.25, 1059.38 }, - { 6, 1.78, 1066.50 }, - { 4, 1.13, 543.92 }, - { 3, 3.14, 0 } -}; - -const VSOP87Coefficient g_B4JupiterCoefficients[] = -{ - { 15, 4.53, 522.58 }, - { 5, 4.47, 529.69 }, - { 4, 5.44, 536.80 }, - { 3, 0, 0 }, - { 2, 4.52, 515.46 }, - { 1, 4.20, 1052.27 } -}; - -const VSOP87Coefficient g_B5JupiterCoefficients[] = -{ - { 1, 0.09, 522.58 } -}; - -const VSOP87Coefficient g_R0JupiterCoefficients[] = -{ - { 520887429, 0, 0 }, - { 25209327, 3.49108640, 529.69096509 }, - { 610600, 3.841154, 1059.381930 }, - { 282029, 2.574199, 632.783739 }, - { 187647, 2.075904, 522.577418 }, - { 86793, 0.71001, 419.48464 }, - { 72063, 0.21466, 536.80451 }, - { 65517, 5.97996, 316.39187 }, - { 30135, 2.16132, 949.17561 }, - { 29135, 1.67759, 103.09277 }, - { 23947, 0.27458, 7.11355 }, - { 23453, 3.54023, 735.87651 }, - { 22284, 4.19363, 1589.07290 }, - { 13033, 2.96043, 1162.47470 }, - { 12749, 2.71550, 1052.26838 }, - { 9703, 1.9067, 206.1855 }, - { 9161, 4.4135, 213.2991 }, - { 7895, 2.4791, 426.5982 }, - { 7058, 2.1818, 1265.5675 }, - { 6138, 6.2642, 846.0828 }, - { 5477, 5.6573, 639.8973 }, - { 4170, 2.0161, 515.4639 }, - { 4137, 2.7222, 625.6702 }, - { 3503, 0.5653, 1066.4955 }, - { 2617, 2.0099, 1581.9593 }, - { 2500, 4.5518, 838.9693 }, - { 2128, 6.1275, 742.9901 }, - { 1912, 0.8562, 412.3711 }, - { 1611, 3.0887, 1368.6603 }, - { 1479, 2.6803, 1478.8666 }, - { 1231, 1.8904, 323.5054 }, - { 1217, 1.8017, 110.2063 }, - { 1015, 1.3867, 454.9094 }, - { 999, 2.872, 309.278 }, - { 961, 4.549, 2118.764 }, - { 886, 4.148, 533.623 }, - { 821, 1.593, 1898.351 }, - { 812, 5.941, 909.819 }, - { 777, 3.677, 728.763 }, - { 727, 3.988, 1155.361 }, - { 655, 2.791, 1685.052 }, - { 654, 3.382, 1692.166 }, - { 621, 4.823, 956.289 }, - { 615, 2.276, 942.062 }, - { 562, 0.081, 543.918 }, - { 542, 0.284, 525.759 } -}; - -const VSOP87Coefficient g_R1JupiterCoefficients[] = -{ - { 1271802,2.6493751, 529.6909651 }, - { 61662, 3.00076, 1059.38193 }, - { 53444, 3.89718, 522.57742 }, - { 41390, 0, 0 }, - { 31185, 4.88277, 536.80451 }, - { 11847, 2.41330, 419.48464 }, - { 9166, 4.7598, 7.1135 }, - { 3404, 3.3469, 1589.0729 }, - { 3203, 5.2108, 735.8765 }, - { 3176, 2.7930, 103.0928 }, - { 2806, 3.7422, 515.4639 }, - { 2677, 4.3305, 1052.2684 }, - { 2600, 3.6344, 206.1855 }, - { 2412, 1.4695, 426.5982 }, - { 2101, 3.9276, 639.8973 }, - { 1646, 5.3095, 1066.4955 }, - { 1641, 4.4163, 625.6702 }, - { 1050, 3.1611, 213.2991 }, - { 1025, 2.5543, 412.3711 }, - { 806, 2.678, 632.784 }, - { 741, 2.171, 1162.475 }, - { 677, 6.250, 838.969 }, - { 567, 4.577, 742.990 }, - { 485, 2.469, 949.176 }, - { 469, 4.710, 543.918 }, - { 445, 0.403, 323.505 }, - { 416, 5.368, 728.763 }, - { 402, 4.605, 309.278 }, - { 347, 4.681, 14.227 }, - { 338, 3.168, 956.289 }, - { 261, 5.343, 846.083 }, - { 247, 3.923, 942.062 }, - { 220, 4.842, 1368.660 }, - { 203, 5.600, 1155.361 }, - { 200, 4.439, 1045.155 }, - { 197, 3.706, 2118.764 }, - { 196, 3.759, 199.072 }, - { 184, 4.265, 95.979 }, - { 180, 4.402, 532.872 }, - { 170, 4.846, 526.510 }, - { 146, 6.130, 533.623 }, - { 133, 1.322, 110.206 }, - { 132, 4.512, 525.759 } -}; - -const VSOP87Coefficient g_R2JupiterCoefficients[] = -{ - { 79645, 1.35866, 529.69097 }, - { 8252, 5.7777, 522.5774 }, - { 7030, 3.2748, 536.8045 }, - { 5314, 1.8384, 1059.3819 }, - { 1861, 2.9768, 7.1135 }, - { 964, 5.480, 515.464 }, - { 836, 4.199, 419.485 }, - { 498, 3.142, 0 }, - { 427, 2.228, 639.897 }, - { 406, 3.783, 1066.495 }, - { 377, 2.242, 1589.073 }, - { 363, 5.368, 206.186 }, - { 342, 6.099, 1052.268 }, - { 339, 6.127, 625.670 }, - { 333, 0.003, 426.598 }, - { 280, 4.262, 412.371 }, - { 257, 0.963, 632.784 }, - { 230, 0.705, 735.877 }, - { 201, 3.069, 543.918 }, - { 200, 4.429, 103.093 }, - { 139, 2.932, 14.227 }, - { 114, 0.787, 728.763 }, - { 95, 1.70, 838.97 }, - { 86, 5.14, 323.51 }, - { 83, 0.06, 309.28 }, - { 80, 2.98, 742.99 }, - { 75, 1.60, 956.29 }, - { 70, 1.51, 213.30 }, - { 67, 5.47, 199.07 }, - { 62, 6.10, 1045.15 }, - { 56, 0.96, 1162.47 }, - { 52, 5.58, 942.06 }, - { 50, 2.72, 532.87 }, - { 45, 5.52, 508.35 }, - { 44, 0.27, 526.51 }, - { 40, 5.95, 95.98 } -}; - -const VSOP87Coefficient g_R3JupiterCoefficients[] = -{ - { 3519, 6.0580, 529.6910 }, - { 1073, 1.6732, 536.8045 }, - { 916, 1.413, 522.577 }, - { 342, 0.523, 1059.382 }, - { 255, 1.196, 7.114 }, - { 222, 0.952, 515.464 }, - { 90, 3.14, 0 }, - { 69, 2.27, 1066.50 }, - { 58, 1.41, 543.92 }, - { 58, 0.53, 639.90 }, - { 51, 5.98, 412.37 }, - { 47, 1.58, 625.67 }, - { 43, 6.12, 419.48 }, - { 37, 1.18, 14.23 }, - { 34, 1.67, 1052.27 }, - { 34, 0.85, 206.19 }, - { 31, 1.04, 1589.07 }, - { 30, 4.63, 426.60 }, - { 21, 2.50, 728.76 }, - { 15, 0.89, 199.07 }, - { 14, 0.96, 508.35 }, - { 13, 1.50, 1045.15 }, - { 12, 2.61, 735.88 }, - { 12, 3.56, 323.51 }, - { 11, 1.79, 309.28 }, - { 11, 6.28, 956.29 }, - { 10, 6.26, 103.09 }, - { 9, 3.45, 838.97 } -}; - -const VSOP87Coefficient g_R4JupiterCoefficients[] = -{ - { 129, 0.084, 536.805 }, - { 113, 4.249, 529.691 }, - { 83, 3.30, 522.58 }, - { 38, 2.73, 515.46 }, - { 27, 5.69, 7.11 }, - { 18, 5.40, 1059.38 }, - { 13, 6.02, 543.92 }, - { 9, 0.77, 1066.50 }, - { 8, 5.68, 14.23 }, - { 7, 1.43, 412.37 }, - { 6, 5.12, 639.90 }, - { 5, 3.34, 625.67 }, - { 3, 3.40, 1052.27 }, - { 3, 4.16, 728.76 }, - { 3, 2.90, 426.60 } -}; - -const VSOP87Coefficient g_R5JupiterCoefficients[] = -{ - { 11, 4.75, 536.80 }, - { 4, 5.92, 522.58 }, - { 2, 5.57, 515.46 }, - { 2, 4.30, 543.92 }, - { 2, 3.69, 7.11 }, - { 2, 4.13, 1059.38 }, - { 2, 5.49, 1066.50 } -}; - -#ifndef UNREFERENCED_PARAMETER -#define UNREFERENCED_PARAMETER(x) ((void)(x)) -#endif //#ifndef UNREFERENCED_PARAMETER - - -////////////////////////// Implementation ///////////////////////////////////// - -double CAAJupiter::EclipticLongitude(double JD, bool bHighPrecision) -{ -#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION - if (bHighPrecision) - return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Jupiter::L(JD))); -#else - UNREFERENCED_PARAMETER(bHighPrecision); -#endif //#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION - - double rho = (JD - 2451545) / 365250; - double rhosquared = rho*rho; - double rhocubed = rhosquared*rho; - double rho4 = rhocubed*rho; - double rho5 = rho4*rho; - - //Calculate L0 - int nL0Coefficients = sizeof(g_L0JupiterCoefficients) / sizeof(VSOP87Coefficient); - double L0 = 0; - int i; - for (i=0; i -using namespace std; - - -/////////////////////// Macros / Defines ////////////////////////////////////// - -struct VSOP87Coefficient -{ - double A; - double B; - double C; -}; - -const VSOP87Coefficient g_L0MarsCoefficients[] = -{ - { 620347712, 0, 0 }, - { 18656368, 5.05037100, 3340.61242670 }, - { 1108217, 5.4009984, 6681.2248534 }, - { 91798, 5.75479, 10021.83728 }, - { 27745, 5.97050, 3.52312 }, - { 12316, 0.84956, 2810.92146 }, - { 10610, 2.93959, 2281.23050 }, - { 8927, 4.1570, 0.0173 }, - { 8716, 6.1101, 13362.4497 }, - { 7775, 3.3397, 5621.8429 }, - { 6798, 0.3646, 398.1490 }, - { 4161, 0.2281, 2942.4634 }, - { 3575, 1.6619, 2544.3144 }, - { 3075, 0.8570, 191.4483 }, - { 2938, 6.0789, 0.0673 }, - { 2628, 0.6481, 3337.0893 }, - { 2580, 0.0300, 3344.1355 }, - { 2389, 5.0390, 796.2980 }, - { 1799, 0.6563, 529.6910 }, - { 1546, 2.9158, 1751.5395 }, - { 1528, 1.1498, 6151.5339 }, - { 1286, 3.0680, 2146.1654 }, - { 1264, 3.6228, 5092.1520 }, - { 1025, 3.6933, 8962.4553 }, - { 892, 0.183, 16703.062 }, - { 859, 2.401, 2914.014 }, - { 833, 4.495, 3340.630 }, - { 833, 2.464, 3340.595 }, - { 749, 3.822, 155.420 }, - { 724, 0.675, 3738.761 }, - { 713, 3.663, 1059.382 }, - { 655, 0.489, 3127.313 }, - { 636, 2.922, 8432.764 }, - { 553, 4.475, 1748.016 }, - { 550, 3.810, 0.980 }, - { 472, 3.625, 1194.447 }, - { 426, 0.554, 6283.076 }, - { 415, 0.497, 213.299 }, - { 312, 0.999, 6677.702 }, - { 307, 0.381, 6684.748 }, - { 302, 4.486, 3532.061 }, - { 299, 2.783, 6254.627 }, - { 293, 4.221, 20.775 }, - { 284, 5.769, 3149.164 }, - { 281, 5.882, 1349.867 }, - { 274, 0.542, 3340.545 }, - { 274, 0.134, 3340.680 }, - { 239, 5.372, 4136.910 }, - { 236, 5.755, 3333.499 }, - { 231, 1.282, 3870.303 }, - { 221, 3.505, 382.897 }, - { 204, 2.821, 1221.849 }, - { 193, 3.357, 3.590 }, - { 189, 1.491, 9492.146 }, - { 179, 1.006, 951.718 }, - { 174, 2.414, 553.569 }, - { 172, 0.439, 5486.778 }, - { 160, 3.949, 4562.461 }, - { 144, 1.419, 135.065 }, - { 140, 3.326, 2700.715 }, - { 138, 4.301, 7.114 }, - { 131, 4.045, 12303.068 }, - { 128, 2.208, 1592.596 }, - { 128, 1.807, 5088.629 }, - { 117, 3.128, 7903.073 }, - { 113, 3.701, 1589.073 }, - { 110, 1.052, 242.729 }, - { 105, 0.785, 8827.390 }, - { 100, 3.243, 11773.377 } -}; - -const VSOP87Coefficient g_L1MarsCoefficients[] = -{ - { 334085627474.0, 0, 0 }, - { 1458227, 3.6042605, 3340.6124267 }, - { 164901, 3.926313, 6681.224853 }, - { 19963, 4.26594, 10021.83728 }, - { 3452, 4.7321, 3.5231 }, - { 2485, 4.6128, 13362.4497 }, - { 842, 4.459, 2281.230 }, - { 538, 5.016, 398.149 }, - { 521, 4.994, 3344.136 }, - { 433, 2.561, 191.448 }, - { 430, 5.316, 155.420 }, - { 382, 3.539, 796.298 }, - { 314, 4.963, 16703.062 }, - { 283, 3.160, 2544.314 }, - { 206, 4.569, 2146.165 }, - { 169, 1.329, 3337.089 }, - { 158, 4.185, 1751.540 }, - { 134, 2.233, 0.980 }, - { 134, 5.974, 1748.016 }, - { 118, 6.024, 6151.534 }, - { 117, 2.213, 1059.382 }, - { 114, 2.129, 1194.447 }, - { 114, 5.428, 3738.761 }, - { 91, 1.10, 1349.87 }, - { 85, 3.91, 553.57 }, - { 83, 5.30, 6684.75 }, - { 81, 4.43, 529.69 }, - { 80, 2.25, 8962.46 }, - { 73, 2.50, 951.72 }, - { 73, 5.84, 242.73 }, - { 71, 3.86, 2914.01 }, - { 68, 5.02, 382.90 }, - { 65, 1.02, 3340.60 }, - { 65, 3.05, 3340.63 }, - { 62, 4.15, 3149.16 }, - { 57, 3.89, 4136.91 }, - { 48, 4.87, 213.30 }, - { 48, 1.18, 3333.50 }, - { 47, 1.31, 3185.19 }, - { 41, 0.71, 1592.60 }, - { 40, 2.73, 7.11 }, - { 40, 5.32, 20043.67 }, - { 33, 5.41, 6283.08 }, - { 28, 0.05, 9492.15 }, - { 27, 3.89, 1221.85 }, - { 27, 5.11, 2700.72 } -}; - -const VSOP87Coefficient g_L2MarsCoefficients[] = -{ - { 58016, 2.04979, 3340.61243 }, - { 54188, 0, 0 }, - { 13908, 2.45742, 6681.22485 }, - { 2465, 2.8000, 10021.8373 }, - { 398, 3.141, 13362.450 }, - { 222, 3.194, 3.523 }, - { 121, 0.543, 155.420 }, - { 62, 3.49, 16703.06 }, - { 54, 3.54, 3344.14 }, - { 34, 6.00, 2281.23 }, - { 32, 4.14, 191.45 }, - { 30, 2.00, 796.30 }, - { 23, 4.33, 242.73 }, - { 22, 3.45, 398.15 }, - { 20, 5.42, 553.57 }, - { 16, 0.66, 0.98 }, - { 16, 6.11, 2146.17 }, - { 16, 1.22, 1748.02 }, - { 15, 6.10, 3185.19 }, - { 14, 4.02, 951.72 }, - { 14, 2.62, 1349.87 }, - { 13, 0.60, 1194.45 }, - { 12, 3.86, 6684.75 }, - { 11, 4.72, 2544.31 }, - { 10, 0.25, 382.90 }, - { 9, 0.68, 1059.38 }, - { 9, 3.83, 20043.67 }, - { 9, 3.88, 3738.76 }, - { 8, 5.46, 1751.54 }, - { 7, 2.58, 3149.16 }, - { 7, 2.38, 4136.91 }, - { 6, 5.48, 1592.60 }, - { 6, 2.34, 3097.88 } - -}; - -const VSOP87Coefficient g_L3MarsCoefficients[] = -{ - { 1482, 0.4443, 3340.6124 }, - { 662, 0.885, 6681.225 }, - { 188, 1.288, 10021.837 }, - { 41, 1.65, 13362.45 }, - { 26, 0, 0 }, - { 23, 2.05, 155.42 }, - { 10, 1.58, 3.52 }, - { 8, 2.00, 16703.06 }, - { 5, 2.82, 242.73 }, - { 4, 2.02, 3344.14 }, - { 3, 4.59, 3185.19 }, - { 3, 0.65, 553.57 } -}; - -const VSOP87Coefficient g_L4MarsCoefficients[] = -{ - { 114, 3.1416, 0 }, - { 29, 5.64, 6681.22 }, - { 24, 5.14, 3340.61 }, - { 11, 6.03, 10021.84 }, - { 3, 0.13, 13362.45 }, - { 3, 3.56, 155.42 }, - { 1, 0.49, 16703.06 }, - { 1, 1.32, 242.73 } -}; - -const VSOP87Coefficient g_L5MarsCoefficients[] = -{ - { 1, 3.14, 0 }, - { 1, 4.04, 6681.22 } -}; - -const VSOP87Coefficient g_B0MarsCoefficients[] = -{ - { 3197135, 3.7683204, 3340.6124267 }, - { 298033, 4.106170, 6681.224853 }, - { 289105, 0, 0 }, - { 31366, 4.44651, 10021.83728 }, - { 3484, 4.7881, 13362.4497 }, - { 443, 5.026, 3344.136 }, - { 443, 5.652, 3337.089 }, - { 399, 5.131, 16703.062 }, - { 293, 3.793, 2281.230 }, - { 182, 6.136, 6151.534 }, - { 163, 4.264, 529.691 }, - { 160, 2.232, 1059.382 }, - { 149, 2.165, 5621.843 }, - { 143, 1.182, 3340.595}, - { 143, 3.213, 3340.630 }, - { 139, 2.418, 8962.455 } -}; - -const VSOP87Coefficient g_B1MarsCoefficients[] = -{ - { 350069, 5.368478, 3340.612427 }, - { 14116, 3.14159, 0 }, - { 9671, 5.4788, 6681.2249 }, - { 1472, 3.2021, 10021.8373 }, - { 426, 3.408, 13362.450 }, - { 102, 0.776, 3337.089 }, - { 79, 3.72, 16703.06 }, - { 33, 3.46, 5621.84 }, - { 26, 2.48, 2281.23 } -}; - -const VSOP87Coefficient g_B2MarsCoefficients[] = -{ - { 16727, 0.60221, 3340.61243 }, - { 4987, 3.1416, 0 }, - { 302, 5.559, 6681.225 }, - { 26, 1.90, 13362.45 }, - { 21, 0.92, 10021.84 }, - { 12, 2.24, 3337.09 }, - { 8, 2.25, 16703.06 } -}; - -const VSOP87Coefficient g_B3MarsCoefficients[] = -{ - { 607, 1.981, 3340.612 }, - { 43, 0, 0 }, - { 14, 1.80, 6681.22 }, - { 3, 3.45, 10021.84 } -}; - -const VSOP87Coefficient g_B4MarsCoefficients[] = -{ - { 13, 0, 0 }, - { 11, 3.46, 3340.61 }, - { 1, 0.50, 6681.22 } -}; - -const VSOP87Coefficient g_R0MarsCoefficients[] = -{ - { 153033488, 0, 0 }, - { 14184953, 3.47971284, 3340.61242670 }, - { 660776, 3.817834, 6681.224853 }, - { 46179, 4.15595, 10021.83728 }, - { 8110, 5.5596, 2810.9215 }, - { 7485, 1.7724, 5621.8429 }, - { 5523, 1.3644, 2281.2305 }, - { 3825, 4.4941, 13362.4497 }, - { 2484, 4.9255, 2942.4634 }, - { 2307, 0.0908, 2544.3144 }, - { 1999, 5.3606, 3337.0893 }, - { 1960, 4.7425, 3344.1355 }, - { 1167, 2.1126, 5092.1520 }, - { 1103, 5.0091, 398.1490 }, - { 992, 5.839, 6151.534 }, - { 899, 4.408, 529.691 }, - { 807, 2.102, 1059.382 }, - { 798, 3.448, 796.298 }, - { 741, 1.499, 2146.165 }, - { 726, 1.245, 8432.764 }, - { 692, 2.134, 8962.455 }, - { 633, 0.894, 3340.595 }, - { 633, 2.924, 3340.630 }, - { 630, 1.287, 1751.540 }, - { 574, 0.829, 2914.014 }, - { 526, 5.383, 3738.761 }, - { 473, 5.199, 3127.313 }, - { 348, 4.832, 16703.062 }, - { 284, 2.907, 3532.061 }, - { 280, 5.257, 6283.076 }, - { 276, 1.218, 6254.627 }, - { 275, 2.908, 1748.016 }, - { 270, 3.764, 5884.927 }, - { 239, 2.037, 1194.447 }, - { 234, 5.105, 5486.778 }, - { 228, 3.255, 6872.673 }, - { 223, 4.199, 3149.164 }, - { 219, 5.583, 191.448 }, - { 208, 5.255, 3340.545 }, - { 208, 4.846, 3340.680 }, - { 186, 5.699, 6677.702 }, - { 183, 5.081, 6684.748 }, - { 179, 4.184, 3333.499 }, - { 176, 5.953, 3870.303 }, - { 164, 3.799, 4136.910 } -}; - -const VSOP87Coefficient g_R1MarsCoefficients[] = -{ - { 1107433, 2.0325052, 3340.6124267 }, - { 103176, 2.370718, 6681.224853 }, - { 12877, 0, 0 }, - { 10816, 2.70888, 10021.83728 }, - { 1195, 3.0470, 13362.4497 }, - { 439, 2.888, 2281.230 }, - { 396, 3.423, 3344.136 }, - { 183, 1.584, 2544.314 }, - { 136, 3.385, 16703.062 }, - { 128, 6.043, 3337.089 }, - { 128, 0.630, 1059.382 }, - { 127, 1.954, 796.298 }, - { 118, 2.998, 2146.165 }, - { 88, 3.42, 398.15 }, - { 83, 3.86, 3738.76 }, - { 76, 4.45, 6151.53 }, - { 72, 2.76, 529.69 }, - { 67, 2.55, 1751.54 }, - { 66, 4.41, 1748.02 }, - { 58, 0.54, 1194.45 }, - { 54, 0.68, 8962.46 }, - { 51, 3.73, 6684.75 }, - { 49, 5.73, 3340.60 }, - { 49, 1.48, 3340.63 }, - { 48, 2.58, 3149.16 }, - { 48, 2.29, 2914.01 }, - { 39, 2.32, 4136.91 } -}; - -const VSOP87Coefficient g_R2MarsCoefficients[] = -{ - { 44242, 0.47931, 3340.61243 }, - { 8138, 0.8700, 6681.2249 }, - { 1275, 1.2259, 10021.8373 }, - { 187, 1.573, 13362.450 }, - { 52, 3.14, 0 }, - { 41, 1.97, 3344.14 }, - { 27, 1.92, 16703.06 }, - { 18, 4.43, 2281.23 }, - { 12, 4.53, 3185.19 }, - { 10, 5.39, 1059.38 }, - { 10, 0.42, 796.30 } -}; - -const VSOP87Coefficient g_R3MarsCoefficients[] = -{ - { 1113, 5.1499, 3340.6124 }, - { 424, 5.613, 6681.225 }, - { 100, 5.997, 10021.837 }, - { 20, 0.08, 13362.45 }, - { 5, 3.14, 0 }, - { 3, 0.43, 16703.06 } -}; - -const VSOP87Coefficient g_R4MarsCoefficients[] = -{ - { 20, 3.58, 3340.61 }, - { 16, 4.05, 6681.22 }, - { 6, 4.46, 10021.84 }, - { 2, 4.84, 13362.45 } -}; - -#ifndef UNREFERENCED_PARAMETER -#define UNREFERENCED_PARAMETER(x) ((void)(x)) -#endif //#ifndef UNREFERENCED_PARAMETER - - -///////////////////////////// Implementation ////////////////////////////////// - -double CAAMars::EclipticLongitude(double JD, bool bHighPrecision) -{ -#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION - if (bHighPrecision) - return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Mars::L(JD))); -#else - UNREFERENCED_PARAMETER(bHighPrecision); -#endif //#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION - - double rho = (JD - 2451545) / 365250; - double rhosquared = rho*rho; - double rhocubed = rhosquared*rho; - double rho4 = rhocubed*rho; - double rho5 = rho4*rho; - - //Calculate L0 - int nL0Coefficients = sizeof(g_L0MarsCoefficients) / sizeof(VSOP87Coefficient); - double L0 = 0; - int i; - for (i=0; i -using namespace std; - - -//////////////////////////// Macros / Defines ///////////////////////////////// - -struct VSOP87Coefficient -{ - double A; - double B; - double C; -}; - -const VSOP87Coefficient g_L0MercuryCoefficients[] = -{ - { 440250710, 0, 0 }, - { 40989415, 1.48302034, 26087.90314157 }, - { 5046294, 4.4778549, 52175.8062831 }, - { 855347, 1.165203, 78263.709425 }, - { 165590, 4.119692, 104351.612566 }, - { 34562, 0.77931, 130439.51571 }, - { 7583, 3.7135, 156527.4188 }, - { 3560, 1.5120, 1109.3786 }, - { 1803, 4.1033, 5661.3320 }, - { 1726, 0.3583, 182615.3220 }, - { 1590, 2.9951, 25028.5212 }, - { 1365, 4.5992, 27197.2817 }, - { 1017, 0.8803, 31749.2352 }, - { 714, 1.541, 24978.525 }, - { 644, 5.303, 21535.950 }, - { 451, 6.050, 51116.424 }, - { 404, 3.282, 208703.225 }, - { 352, 5.242, 20426.571 }, - { 345, 2.792, 15874.618 }, - { 343, 5.765, 955.600 }, - { 339, 5.863, 25558.212 }, - { 325, 1.337, 53285.185 }, - { 273, 2.495, 529.691 }, - { 264, 3.917, 57837.138 }, - { 260, 0.987, 4551.953 }, - { 239, 0.113, 1059.382 }, - { 235, 0.267, 11322.664 }, - { 217, 0.660, 13521.751 }, - { 209, 2.092, 47623.853 }, - { 183, 2.629, 27043.503 }, - { 182, 2.434, 25661.305 }, - { 176, 4.536, 51066.428 }, - { 173, 2.452, 24498.830 }, - { 142, 3.360, 37410.567 }, - { 138, 0.291, 10213.286 }, - { 125, 3.721, 39609.655 }, - { 118, 2.781, 77204.327 }, - { 106, 4.206, 19804.827 } -}; - -const VSOP87Coefficient g_L1MercuryCoefficients[] = -{ - { 2608814706223.0, 0, 0 }, - { 1126008, 6.2170397, 26087.9031416 }, - { 303471, 3.055655, 52175.806283 }, - { 80538, 6.10455, 78263.70942 }, - { 21245, 2.83532, 104351.61257 }, - { 5592, 5.8268, 130439.5157 }, - { 1472, 2.5185, 156527.4188 }, - { 388, 5.480, 182615.322 }, - { 352, 3.052, 1109.379 }, - { 103, 2.149, 208703.225 }, - { 94, 6.12, 27197.28 }, - { 91, 0.00, 24978.52 }, - { 52, 5.62, 5661.33 }, - { 44, 4.57, 25028.52 }, - { 28, 3.04, 51066.43 }, - { 27, 5.09, 234791.13 } -}; - -const VSOP87Coefficient g_L2MercuryCoefficients[] = -{ - { 53050, 0, 0 }, - { 16904, 4.69072, 26087.90314 }, - { 7397, 1.3474, 52175.8063 }, - { 3018, 4.4564, 78263.7094 }, - { 1107, 1.2623, 104351.6126 }, - { 378, 4.320, 130439.516 }, - { 123, 1.069, 156527.419 }, - { 39, 4.08, 182615.32 }, - { 15, 4.63, 1109.38 }, - { 12, 0.79, 208703.23 } -}; - -const VSOP87Coefficient g_L3MercuryCoefficients[] = -{ - { 188, 0.035, 52175.806 }, - { 142, 3.125, 26087.903 }, - { 97, 3.00, 78263.71 }, - { 44, 6.02, 104351.61 }, - { 35, 0, 0 }, - { 18, 2.78, 130439.52 }, - { 7, 5.82, 156527.42 }, - { 3, 2.57, 182615.32 } -}; - -const VSOP87Coefficient g_L4MercuryCoefficients[] = -{ - { 114, 3.1416, 0 }, - { 3, 2.03, 26087.90 }, - { 2, 1.42, 78263.71 }, - { 2, 4.50, 52175.81 }, - { 1, 4.50, 104351.61 }, - { 1, 1.27, 130439.52 } -}; - -const VSOP87Coefficient g_L5MercuryCoefficients[] = -{ - { 1, 3.14, 0 } -}; - -const VSOP87Coefficient g_B0MercuryCoefficients[] = -{ - { 11737529, 1.98357499, 26087.90314157 }, - { 2388077, 5.0373896, 52175.8062831 }, - { 1222840, 3.1415927, 0 }, - { 543252, 1.796444, 78263.709425 }, - { 129779, 4.832325, 104351.612566 }, - { 31867, 1.58088, 130439.51571 }, - { 7963, 4.6097, 156527.4188 }, - { 2014, 1.3532, 182615.3220 }, - { 514, 4.378, 208703.225 }, - { 209, 2.020, 24978.525 }, - { 208, 4.918, 27197.282 }, - { 132, 1.119, 234791.128 }, - { 121, 1.813, 53285.185 }, - { 100, 5.657, 20426.571 } -}; - -const VSOP87Coefficient g_B1MercuryCoefficients[] = -{ - { 429151, 3.501698, 26087.903142 }, - { 146234, 3.141593, 0 }, - { 22675, 0.01515, 52175.80628 }, - { 10895, 0.48540, 78263.70942 }, - { 6353, 3.4294, 104351.6126 }, - { 2496, 0.1605, 130439.5157 }, - { 860, 3.185, 156527.419 }, - { 278, 6.210, 182615.322 }, - { 86, 2.95, 208703.23 }, - { 28, 0.29, 27197.28 }, - { 26, 5.98, 234791.13 } -}; - -const VSOP87Coefficient g_B2MercuryCoefficients[] = -{ - { 11831, 4.79066, 26087.90314 }, - { 1914, 0, 0 }, - { 1045, 1.2122, 52175.8063 }, - { 266, 4.434, 78263.709 }, - { 170, 1.623, 104351.613 }, - { 96, 4.80, 130439.52 }, - { 45, 1.61, 156527.42 }, - { 18, 4.67, 182615.32 }, - { 7, 1.43, 208703.23 } -}; - -const VSOP87Coefficient g_B3MercuryCoefficients[] = -{ - { 235, 0.354, 26087.903 }, - { 161, 0, 0 }, - { 19, 4.36, 52175.81 }, - { 6, 2.51, 78263.71 }, - { 5, 6.14, 104351.61 }, - { 3, 3.12, 130439.52 }, - { 2, 6.27, 156527.42 } -}; - -const VSOP87Coefficient g_B4MercuryCoefficients[] = -{ - { 4, 1.75, 26087.90 }, - { 1, 3.14, 0 } -}; - -const VSOP87Coefficient g_R0MercuryCoefficients[] = -{ - { 39528272, 0, 0 }, - { 7834132, 6.1923372, 26087.9031416 }, - { 795526, 2.959897, 52175.806283 }, - { 121282, 6.010642, 78263.709425 }, - { 21922, 2.77820, 104351.61257 }, - { 4354, 5.8289, 130439.5157 }, - { 918, 2.597, 156527.419 }, - { 290, 1.424, 25028.521 }, - { 260, 3.028, 27197.282 }, - { 202, 5.647, 182615.322 }, - { 201, 5.592, 31749.235 }, - { 142, 6.253, 24978.525 }, - { 100, 3.734, 21535.950 } -}; - -const VSOP87Coefficient g_R1MercuryCoefficients[] = -{ - { 217348, 4.656172, 26087.903142 }, - { 44142, 1.42386, 52175.80628 }, - { 10094, 4.47466, 78263.70942 }, - { 2433, 1.2423, 104351.6126 }, - { 1624, 0, 0 }, - { 604, 4.293, 130439.516 }, - { 153, 1.061, 156527.419 }, - { 39, 4.11, 182615.32 } -}; - -const VSOP87Coefficient g_R2MercuryCoefficients[] = -{ - { 3118, 3.0823, 26087.9031 }, - { 1245, 6.1518, 52175.8063 }, - { 425, 2.926, 78263.709 }, - { 136, 5.980, 104351.613 }, - { 42, 2.75, 130439.52 }, - { 22, 3.14, 0 }, - { 13, 5.80, 156527.42 } -}; - -const VSOP87Coefficient g_R3MercuryCoefficients[] = -{ - { 33, 1.68, 26087.90 }, - { 24, 4.63, 52175.81 }, - { 12, 1.39, 78263.71 }, - { 5, 4.44, 104351.61 }, - { 2, 1.21, 130439.52 } -}; - -#ifndef UNREFERENCED_PARAMETER -#define UNREFERENCED_PARAMETER(x) ((void)(x)) -#endif //#ifndef UNREFERENCED_PARAMETER - - -///////////////////////////// Implementation ////////////////////////////////// - -double CAAMercury::EclipticLongitude(double JD, bool bHighPrecision) -{ -#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION - if (bHighPrecision) - return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Mercury::L(JD))); -#else - UNREFERENCED_PARAMETER(bHighPrecision); -#endif //#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION - - double rho = (JD - 2451545) / 365250; - double rhosquared = rho*rho; - double rhocubed = rhosquared*rho; - double rho4 = rhocubed*rho; - double rho5 = rho4*rho; - - //Calculate L0 - int nL0Coefficients = sizeof(g_L0MercuryCoefficients) / sizeof(VSOP87Coefficient); - double L0 = 0; - int i; - for (i=0; i -#include -#include -using namespace std; - - -//////////////////////////////// Macros / Defines ///////////////////////////// - -struct MoonCoefficient1 -{ - int D; - int M; - int Mdash; - int F; -}; - -struct MoonCoefficient2 -{ - double A; - double B; -}; - -const MoonCoefficient1 g_MoonCoefficients1[] = -{ - { 0, 0, 1, 0 }, - { 2, 0, -1, 0 }, - { 2, 0, 0, 0 }, - { 0, 0, 2, 0 }, - { 0, 1, 0, 0 }, - { 0, 0, 0, 2 }, - { 2, 0, -2, 0 }, - { 2, -1, -1, 0 }, - { 2, 0, 1, 0 }, - { 2, -1, 0, 0 }, - { 0, 1, -1, 0 }, - { 1, 0, 0, 0 }, - { 0, 1, 1, 0 }, - { 2, 0, 0, -2 }, - { 0, 0, 1, 2 }, - { 0, 0, 1, -2 }, - { 4, 0, -1, 0 }, - { 0, 0, 3, 0 }, - { 4, 0, -2, 0 }, - { 2, 1, -1, 0 }, - { 2, 1, 0, 0 }, - { 1, 0, -1, 0 }, - { 1, 1, 0, 0 }, - { 2, -1, 1, 0 }, - { 2, 0, 2, 0 }, - { 4, 0, 0, 0 }, - { 2, 0, -3, 0 }, - { 0, 1, -2, 0 }, - { 2, 0, -1, 2 }, - { 2, -1, -2, 0 }, - { 1, 0, 1, 0 }, - { 2, -2, 0, 0 }, - { 0, 1, 2, 0 }, - { 0, 2, 0, 0 }, - { 2, -2, -1, 0 }, - { 2, 0, 1, -2 }, - { 2, 0, 0, 2 }, - { 4, -1, -1, 0 }, - { 0, 0, 2, 2 }, - { 3, 0, -1, 0 }, - { 2, 1, 1, 0 }, - { 4, -1, -2, 0 }, - { 0, 2, -1, 0 }, - { 2, 2, -1, 0 }, - { 2, 1, -2, 0 }, - { 2, -1, 0, -2 }, - { 4, 0, 1, 0 }, - { 0, 0, 4, 0 }, - { 4, -1, 0, 0 }, - { 1, 0, -2, 0 }, - { 2, 1, 0, -2 }, - { 0, 0, 2, -2 }, - { 1, 1, 1, 0 }, - { 3, 0, -2, 0 }, - { 4, 0, -3, 0 }, - { 2, -1, 2, 0 }, - { 0, 2, 1, 0 }, - { 1, 1, -1, 0 }, - { 2, 0, 3, 0 }, - { 2, 0, -1, -2 } -}; - -const MoonCoefficient2 g_MoonCoefficients2[] = -{ - { 6288774, -20905355 }, - { 1274027, -3699111 }, - { 658314, -2955968 }, - { 213618, -569925 }, - { -185116, 48888 }, - { -114332, -3149 }, - { 58793, 246158 }, - { 57066, -152138 }, - { 53322, -170733 }, - { 45758, -204586 }, - { -40923, -129620 }, - { -34720, 108743 }, - { -30383, 104755 }, - { 15327, 10321 }, - { -12528, 0 }, - { 10980, 79661 }, - { 10675, -34782 }, - { 10034, -23210 }, - { 8548, -21636 }, - { -7888, 24208 }, - { -6766, 30824 }, - { -5163, -8379 }, - { 4987, -16675 }, - { 4036, -12831 }, - { 3994, -10445 }, - { 3861, -11650 }, - { 3665, 14403 }, - { -2689, -7003 }, - { -2602, 0 }, - { 2390, 10056 }, - { -2348, 6322 }, - { 2236, -9884 }, - { -2120, 5751 }, - { -2069, 0 }, - { 2048, -4950 }, - { -1773, 4130 }, - { -1595, 0 }, - { 1215, -3958 }, - { -1110, 0 }, - { -892, 3258 }, - { -810, 2616 }, - { 759, -1897 }, - { -713, -2117 }, - { -700, 2354 }, - { 691, 0 }, - { 596, 0 }, - { 549, -1423 }, - { 537, -1117 }, - { 520, -1571 }, - { -487, -1739 }, - { -399, 0 }, - { -381, -4421 }, - { 351, 0 }, - { -340, 0 }, - { 330, 0 } , - { 327, 0 }, - { -323, 1165 }, - { 299, 0 }, - { 294, 0 }, - { 0, 8752 } -}; - -const MoonCoefficient1 g_MoonCoefficients3[] = -{ - { 0, 0, 0, 1 }, - { 0, 0, 1, 1 }, - { 0, 0, 1, -1 }, - { 2, 0, 0, -1 }, - { 2, 0, -1, 1 }, - { 2, 0, -1, -1 }, - { 2, 0, 0, 1 }, - { 0, 0, 2, 1 }, - { 2, 0, 1, -1 }, - { 0, 0, 2, -1 }, - { 2, -1, 0, -1 }, - { 2, 0, -2, -1 }, - { 2, 0, 1, 1 }, - { 2, 1, 0, -1 }, - { 2, -1, -1, 1 }, - { 2, -1, 0, 1 }, - { 2, -1, -1, -1 }, - { 0, 1, -1, -1 }, - { 4, 0, -1, -1 } , - { 0, 1, 0, 1 }, - { 0, 0, 0, 3 }, - { 0, 1, -1, 1 }, - { 1, 0, 0, 1 }, - { 0, 1, 1, 1, }, - { 0, 1, 1, -1 }, - { 0, 1, 0, -1 }, - { 1, 0, 0, -1 }, - { 0, 0, 3, 1 }, - { 4, 0, 0, -1 }, - { 4, 0, -1, 1, }, - { 0, 0, 1, -3 }, - { 4, 0, -2, 1 }, - { 2, 0, 0, -3 }, - { 2, 0, 2, -1 }, - { 2, -1, 1, -1 }, - { 2, 0, -2, 1 }, - { 0, 0, 3, -1 }, - { 2, 0, 2, 1 }, - { 2, 0, -3, -1 }, - { 2, 1, -1, 1 }, - { 2, 1, 0, 1 }, - { 4, 0, 0, 1 }, - { 2, -1, 1, 1 }, - { 2, -2, 0, -1 }, - { 0, 0, 1, 3 }, - { 2, 1, 1, -1 }, - { 1, 1, 0, -1 }, - { 1, 1, 0, 1 }, - { 0, 1, -2, -1 }, - { 2, 1, -1, -1 }, - { 1, 0, 1, 1 }, - { 2, -1, -2, -1 }, - { 0, 1, 2, 1 }, - { 4, 0, -2, -1 }, - { 4, -1, -1, -1 }, - { 1, 0, 1, -1 }, - { 4, 0, 1, -1 }, - { 1, 0, -1, -1 }, - { 4, -1, 0, -1 }, - { 2, -2, 0, 1 }, -}; - -const double g_MoonCoefficients4[] = -{ - 5128122, - 280602, - 277693, - 173237, - 55413, - 46271, - 32573, - 17198, - 9266, - 8822, - 8216, - 4324, - 4200, - -3359, - 2463, - 2211, - 2065, - -1870, - 1828, - -1794, - -1749, - -1565, - -1491, - -1475, - -1410, - -1344, - -1335, - 1107, - 1021, - 833, - 777, - 671, - 607, - 596, - 491, - -451, - 439, - 422, - 421, - -366, - -351, - 331, - 315, - 302, - -283, - -229, - 223, - 223, - -220, - -220, - -185, - 181, - -177, - 176, - 166, - -164, - 132, - -119, - 115, - 107, -}; - - -/////////////////////////////// Implementation //////////////////////////////// - -double CAAMoon::MeanLongitude(double JD) -{ - double T = (JD - 2451545) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; - double T4 = Tcubed*T; - return CAACoordinateTransformation::MapTo0To360Range(218.3164477 + 481267.88123421*T - 0.0015786*Tsquared + Tcubed/538841 - T4/65194000); -} - -double CAAMoon::MeanElongation(double JD) -{ - double T = (JD - 2451545) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; - double T4 = Tcubed*T; - return CAACoordinateTransformation::MapTo0To360Range(297.8501921 + 445267.1114034*T - 0.0018819*Tsquared + Tcubed/545868 - T4/113065000); -} - -double CAAMoon::MeanAnomaly(double JD) -{ - double T = (JD - 2451545) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; - double T4 = Tcubed*T; - return CAACoordinateTransformation::MapTo0To360Range(134.9633964 + 477198.8675055*T + 0.0087414*Tsquared + Tcubed/69699 - T4/14712000); -} - -double CAAMoon::ArgumentOfLatitude(double JD) -{ - double T = (JD - 2451545) / 36525; - double Tsquared = T*T; - double Tcubed = Tsquared*T; - double T4 = Tcubed*T; - return CAACoordinateTransformation::MapTo0To360Range(93.2720950 + 483202.0175233*T - 0.0036539*Tsquared - Tcubed/3526000 + T4/863310000); -} - -double CAAMoon::EclipticLongitude(double JD) -{ - double Ldash = MeanLongitude(JD); - double LdashDegrees = Ldash; - Ldash = CAACoordinateTransformation::DegreesToRadians(Ldash); - double D = MeanElongation(JD); - D = CAACoordinateTransformation::DegreesToRadians(D); - double M = CAAEarth::SunMeanAnomaly(JD); - M = CAACoordinateTransformation::DegreesToRadians(M); - double Mdash = MeanAnomaly(JD); - Mdash = CAACoordinateTransformation::DegreesToRadians(Mdash); - double F = ArgumentOfLatitude(JD); - F = CAACoordinateTransformation::DegreesToRadians(F); - - double E = CAAEarth::Eccentricity(JD); - double Esquared = E*E; - double T = (JD - 2451545) / 36525; - - double A1 = CAACoordinateTransformation::MapTo0To360Range(119.75 + 131.849*T); - A1 = CAACoordinateTransformation::DegreesToRadians(A1); - double A2 = CAACoordinateTransformation::MapTo0To360Range(53.09 + 479264.290*T); - A2 = CAACoordinateTransformation::DegreesToRadians(A2); - - size_t nLCoefficients = sizeof(g_MoonCoefficients1) / sizeof(MoonCoefficient1); - assert(nLCoefficients == sizeof(g_MoonCoefficients2) / sizeof(MoonCoefficient2)); - double SigmaL = 0; - for (size_t i=0; i 1000 -#pragma once -#endif //#if _MSC_VER > 1000 - -#ifndef __AAMOONMAXDECLINATIONS_H__ -#define __AAMOONMAXDECLINATIONS_H__ - -#ifndef AAPLUS_EXT_CLASS -#define AAPLUS_EXT_CLASS -#endif //#ifndef AAPLUS_EXT_CLASS - - -////////////////////// Classes //////////////////////////////////////////////// - -class AAPLUS_EXT_CLASS CAAMoonMaxDeclinations -{ -public: -//Static methods - static double K(double Year); - static double MeanGreatestDeclination(double k, bool bNortherly); - static double MeanGreatestDeclinationValue(double k); - static double TrueGreatestDeclination(double k, bool bNortherly); - static double TrueGreatestDeclinationValue(double k, bool bNortherly); -}; - - -#endif //#ifndef __AAMOONMAXDECLINATIONS_H__ diff --git a/Vendor/AA+/1.6.3/AAMoonPerigeeApogee.h b/Vendor/AA+/1.6.3/AAMoonPerigeeApogee.h deleted file mode 100755 index 57cd8e5..0000000 --- a/Vendor/AA+/1.6.3/AAMoonPerigeeApogee.h +++ /dev/null @@ -1,51 +0,0 @@ -/* -Module : AAMOONPERIGEEAPOGEE.H -Purpose: Implementation for the algorithms which obtain the dates of Lunar Apogee and Perigee -Created: PJN / 29-12-2003 - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -/////////////////////// Macros / Defines ////////////////////////////////////// - -#if _MSC_VER > 1000 -#pragma once -#endif //#if _MSC_VER > 1000 - -#ifndef __AAMOONPERIGEEAPOGEE_H__ -#define __AAMOONPERIGEEAPOGEE_H__ - -#ifndef AAPLUS_EXT_CLASS -#define AAPLUS_EXT_CLASS -#endif //#ifndef AAPLUS_EXT_CLASS - - -/////////////////////// Classes /////////////////////////////////////////////// - -class AAPLUS_EXT_CLASS CAAMoonPerigeeApogee -{ -public: -//Static methods - static double K(double Year); - static double MeanPerigee(double k); - static double MeanApogee(double k); - static double TruePerigee(double k); - static double TrueApogee(double k); - static double PerigeeParallax(double k); - static double ApogeeParallax(double k); -}; - - -#endif //#ifndef __AAMOONPERIGEEAPOGEE_H__ diff --git a/Vendor/AA+/1.6.3/AAMoonPhases.cpp b/Vendor/AA+/1.6.3/AAMoonPhases.cpp deleted file mode 100755 index a19f6d6..0000000 --- a/Vendor/AA+/1.6.3/AAMoonPhases.cpp +++ /dev/null @@ -1,228 +0,0 @@ -/* -Module : AAMOONPHASES.CPP -Purpose: Implementation for the algorithms which obtain the dates for the phases of the Moon -Created: PJN / 11-01-2004 -History: PJN / 22-02-2004 1. Fixed a bug in the calculation of the phase type from the k value in - CAAMoonPhases::TruePhase. - PJN / 10-09-2011 1. Fixed a bug in the calculation of the "F" local variable which represents - the Moon's argument of latitude in the CAAMoonPhases::TruePhase method. - Thanks to Andrew Hammond for reporting this bug. - PJN / 29-03-2015 1. Fixed up some variable initializations around the use of modf. Thanks to Arnaud Cueille for - reporting this issue. - -Copyright (c) 2004 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -//////////////////////////// Includes ///////////////////////////////////////// - -#include "stdafx.h" -#include "AAMoonPhases.h" -#include "AACoordinateTransformation.h" -#include -#include -using namespace std; - - -//////////////////////////// Implementation /////////////////////////////////// - -double CAAMoonPhases::K(double Year) -{ - return 12.3685*(Year - 2000); -} - -double CAAMoonPhases::MeanPhase(double k) -{ - //convert from K to T - double T = k/1236.85; - double T2 = T*T; - double T3 = T2*T; - double T4 = T3*T; - - return 2451550.09766 + 29.530588861*k + 0.00015437*T2 - 0.000000150*T3 + 0.00000000073*T4; -} - -double CAAMoonPhases::TruePhase(double k) -{ - //What will be the return value - double JD = MeanPhase(k); - - //convert from K to T - double T = k/1236.85; - double T2 = T*T; - double T3 = T2*T; - double T4 = T3*T; - - double E = 1 - 0.002516*T - 0.0000074*T2; - double E2 = E*E; - - double M = CAACoordinateTransformation::MapTo0To360Range(2.5534 + 29.10535670*k - 0.0000014*T2 - 0.00000011*T3); - M = CAACoordinateTransformation::DegreesToRadians(M); - double Mdash = CAACoordinateTransformation::MapTo0To360Range(201.5643 + 385.81693528*k + 0.0107582*T2 + 0.00001238*T3 - 0.000000058*T4); - Mdash = CAACoordinateTransformation::DegreesToRadians(Mdash); - double F = CAACoordinateTransformation::MapTo0To360Range(160.7108 + 390.67050284*k - 0.0016118*T2 - 0.00000227*T3 + 0.000000011*T4); - F = CAACoordinateTransformation::DegreesToRadians(F); - double omega = CAACoordinateTransformation::MapTo0To360Range(124.7746 - 1.56375588*k + 0.0020672*T2 + 0.00000215*T3); - omega = CAACoordinateTransformation::DegreesToRadians(omega); - double A1 = CAACoordinateTransformation::MapTo0To360Range(299.77 + 0.107408*k - 0.009173*T2); - A1 = CAACoordinateTransformation::DegreesToRadians(A1); - double A2 = CAACoordinateTransformation::MapTo0To360Range(251.88 + 0.016321*k); - A2 = CAACoordinateTransformation::DegreesToRadians(A2); - double A3 = CAACoordinateTransformation::MapTo0To360Range(251.83 + 26.651886*k); - A3 = CAACoordinateTransformation::DegreesToRadians(A3); - double A4 = CAACoordinateTransformation::MapTo0To360Range(349.42 + 36.412478*k); - A4 = CAACoordinateTransformation::DegreesToRadians(A4); - double A5 = CAACoordinateTransformation::MapTo0To360Range(84.66 + 18.206239*k); - A5 = CAACoordinateTransformation::DegreesToRadians(A5); - double A6 = CAACoordinateTransformation::MapTo0To360Range(141.74 + 53.303771*k); - A6 = CAACoordinateTransformation::DegreesToRadians(A6); - double A7 = CAACoordinateTransformation::MapTo0To360Range(207.14 + 2.453732*k); - A7 = CAACoordinateTransformation::DegreesToRadians(A7); - double A8 = CAACoordinateTransformation::MapTo0To360Range(154.84 + 7.306860*k); - A8 = CAACoordinateTransformation::DegreesToRadians(A8); - double A9 = CAACoordinateTransformation::MapTo0To360Range(34.52 + 27.261239*k); - A9 = CAACoordinateTransformation::DegreesToRadians(A9); - double A10 = CAACoordinateTransformation::MapTo0To360Range(207.19 + 0.121824*k); - A10 = CAACoordinateTransformation::DegreesToRadians(A10); - double A11 = CAACoordinateTransformation::MapTo0To360Range(291.34 + 1.844379*k); - A11 = CAACoordinateTransformation::DegreesToRadians(A11); - double A12 = CAACoordinateTransformation::MapTo0To360Range(161.72 + 24.198154*k); - A12 = CAACoordinateTransformation::DegreesToRadians(A12); - double A13 = CAACoordinateTransformation::MapTo0To360Range(239.56 + 25.513099*k); - A13 = CAACoordinateTransformation::DegreesToRadians(A13); - double A14 = CAACoordinateTransformation::MapTo0To360Range(331.55 + 3.592518*k); - A14 = CAACoordinateTransformation::DegreesToRadians(A14); - - //convert to radians - double kint = 0; - double kfrac = modf(k, &kint); - if (kfrac < 0) - kfrac = 1 + kfrac; - if (kfrac == 0) //New Moon - { - double DeltaJD = -0.40720*sin(Mdash) + - 0.17241*E*sin(M) + - 0.01608*sin(2*Mdash) + - 0.01039*sin(2*F) + - 0.00739*E*sin(Mdash - M) + - -0.00514*E*sin(Mdash + M) + - 0.00208*E2*sin(2*M) + - -0.00111*sin(Mdash - 2*F) + - -0.00057*sin(Mdash + 2*F) + - 0.00056*E*sin(2*Mdash + M) + - -0.00042*sin(3*Mdash) + - 0.00042*E*sin(M + 2*F) + - 0.00038*E*sin(M - 2*F) + - -0.00024*E*sin(2*Mdash - M) + - -0.00017*sin(omega) + - -0.00007*sin(Mdash + 2*M) + - 0.00004*sin(2*Mdash - 2*F) + - 0.00004*sin(3*M) + - 0.00003*sin(Mdash + M - 2*F) + - 0.00003*sin(2*Mdash + 2*F) + - -0.00003*sin(Mdash + M + 2*F) + - 0.00003*sin(Mdash - M + 2*F) + - -0.00002*sin(Mdash - M - 2*F) + - -0.00002*sin(3*Mdash + M) + - 0.00002*sin(4*Mdash); - JD += DeltaJD; - } - else if ((kfrac == 0.25) || (kfrac == 0.75)) //First Quarter or Last Quarter - { - double DeltaJD = -0.62801*sin(Mdash) + - 0.17172*E*sin(M) + - -0.01183*E*sin(Mdash + M) + - 0.00862*sin(2*Mdash) + - 0.00804*sin(2*F) + - 0.00454*E*sin(Mdash - M) + - 0.00204*E2*sin(2*M) + - -0.00180*sin(Mdash - 2*F) + - -0.00070*sin(Mdash + 2*F) + - -0.00040*sin(3*Mdash) + - -0.00034*E*sin(2*Mdash - M) + - 0.00032*E*sin(M + 2*F) + - 0.00032*E*sin(M - 2*F) + - -0.00028*E2*sin(Mdash + 2*M) + - 0.00027*E*sin(2*Mdash + M) + - -0.00017*sin(omega) + - -0.00005*sin(Mdash - M - 2*F) + - 0.00004*sin(2*Mdash + 2*F) + - -0.00004*sin(Mdash + M + 2*F) + - 0.00004*sin(Mdash - 2*M) + - 0.00003*sin(Mdash + M - 2*F) + - 0.00003*sin(3*M) + - 0.00002*sin(2*Mdash - 2*F) + - 0.00002*sin(Mdash - M + 2*F) + - -0.00002*sin(3*Mdash + M); - JD += DeltaJD; - - double W = 0.00306 - 0.00038*E*cos(M) + 0.00026*cos(Mdash) - 0.00002*cos(Mdash - M) + 0.00002*cos(Mdash + M) + 0.00002*cos(2*F); - if (kfrac == 0.25) //First quarter - JD += W; - else - JD -= W; - } - else if (kfrac == 0.5) //Full Moon - { - double DeltaJD = -0.40614*sin(Mdash) + - 0.17302*E*sin(M) + - 0.01614*sin(2*Mdash) + - 0.01043*sin(2*F) + - 0.00734*E*sin(Mdash - M) + - -0.00514*E*sin(Mdash + M) + - 0.00209*E2*sin(2*M) + - -0.00111*sin(Mdash - 2*F) + - -0.00057*sin(Mdash + 2*F) + - 0.00056*E*sin(2*Mdash + M) + - -0.00042*sin(3*Mdash) + - 0.00042*E*sin(M + 2*F) + - 0.00038*E*sin(M - 2*F) + - -0.00024*E*sin(2*Mdash - M) + - -0.00017*sin(omega) + - -0.00007*sin(Mdash + 2*M) + - 0.00004*sin(2*Mdash - 2*F) + - 0.00004*sin(3*M) + - 0.00003*sin(Mdash + M - 2*F) + - 0.00003*sin(2*Mdash + 2*F) + - -0.00003*sin(Mdash + M + 2*F) + - 0.00003*sin(Mdash - M + 2*F) + - -0.00002*sin(Mdash - M - 2*F) + - -0.00002*sin(3*Mdash + M) + - 0.00002*sin(4*Mdash); - JD += DeltaJD; - } - else - { - assert(false); - } - - //Additional corrections for all phases - double DeltaJD2 = 0.000325*sin(A1) + - 0.000165*sin(A2) + - 0.000164*sin(A3) + - 0.000126*sin(A4) + - 0.000110*sin(A5) + - 0.000062*sin(A6) + - 0.000060*sin(A7) + - 0.000056*sin(A8) + - 0.000047*sin(A9) + - 0.000042*sin(A10) + - 0.000040*sin(A11) + - 0.000037*sin(A12) + - 0.000035*sin(A13) + - 0.000023*sin(A14); - JD += DeltaJD2; - - return JD; -} diff --git a/Vendor/AA+/1.6.3/AANearParabolic.h b/Vendor/AA+/1.6.3/AANearParabolic.h deleted file mode 100755 index f6a69d7..0000000 --- a/Vendor/AA+/1.6.3/AANearParabolic.h +++ /dev/null @@ -1,112 +0,0 @@ -/* -Module : AANEARPARABOLIC.H -Purpose: Implementation for the algorithms for a parabolic orbit -Created: PJN / 29-12-2003 - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -/////////////////////// Macros / Defines ////////////////////////////////////// - -#if _MSC_VER > 1000 -#pragma once -#endif //#if _MSC_VER > 1000 - -#ifndef __AANEARPARABOLIC_H__ -#define __AANEARPARABOLIC_H__ - -#ifndef AAPLUS_EXT_CLASS -#define AAPLUS_EXT_CLASS -#endif //#ifndef AAPLUS_EXT_CLASS - - -/////////////////////// Includes ////////////////////////////////////////////// - -#include "AA3DCoordinate.h" - - -/////////////////////// Classes /////////////////////////////////////////////// - -class AAPLUS_EXT_CLASS CAANearParabolicObjectElements -{ -public: -//Constructors / Destructors - CAANearParabolicObjectElements() : q(0), - i(0), - w(0), - omega(0), - JDEquinox(0), - T(0), - e(1.0) - { - }; - -//Member variables - double q; - double i; - double w; - double omega; - double JDEquinox; - double T; - double e; -}; - -class AAPLUS_EXT_CLASS CAANearParabolicObjectDetails -{ -public: -//Constructors / Destructors - CAANearParabolicObjectDetails() : HeliocentricEclipticLongitude(0), - HeliocentricEclipticLatitude(0), - TrueGeocentricRA(0), - TrueGeocentricDeclination(0), - TrueGeocentricDistance(0), - TrueGeocentricLightTime(0), - AstrometricGeocentricRA(0), - AstrometricGeocentricDeclination(0), - AstrometricGeocentricDistance(0), - AstrometricGeocentricLightTime(0), - Elongation(0), - PhaseAngle(0) - { - }; - -//Member variables - CAA3DCoordinate HeliocentricRectangularEquatorial; - CAA3DCoordinate HeliocentricRectangularEcliptical; - double HeliocentricEclipticLongitude; - double HeliocentricEclipticLatitude; - double TrueGeocentricRA; - double TrueGeocentricDeclination; - double TrueGeocentricDistance; - double TrueGeocentricLightTime; - double AstrometricGeocentricRA; - double AstrometricGeocentricDeclination; - double AstrometricGeocentricDistance; - double AstrometricGeocentricLightTime; - double Elongation; - double PhaseAngle; -}; - -class AAPLUS_EXT_CLASS CAANearParabolic -{ -public: -//Static methods - static CAANearParabolicObjectDetails Calculate(double JD, const CAANearParabolicObjectElements& elements, bool bHighPrecision); - static double cbrt(double x); - static void CalulateTrueAnnomalyAndRadius(double JD, const CAANearParabolicObjectElements& elements, double& v, double& r); -}; - - -#endif //#ifndef __AANEARPARABOLIC_H__ diff --git a/Vendor/AA+/1.6.3/AANeptune.cpp b/Vendor/AA+/1.6.3/AANeptune.cpp deleted file mode 100755 index 190b298..0000000 --- a/Vendor/AA+/1.6.3/AANeptune.cpp +++ /dev/null @@ -1,423 +0,0 @@ -/* -Module : AANEPTUNE.CPP -Purpose: Implementation for the algorithms which obtain the heliocentric position of Neptune -Created: PJN / 29-12-2003 -History: PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this - issue when compiling AA+ on ARM. - PJN / 04-08-2013 1. Fixed a transcription error in the second coefficient used to calculate the B0 - term for the ecliptic latitude of Neptune. Thanks to Isaac Clark for - reporting this issue. Spot tests indicate that this change only affected the - ecliptic latitude in the sixth decimal place. - 2. Updated copyright details - PJN / 16-09-2015 1. CAANeptune::EclipticLongitude, EclipticLatitude & RadiusVector now include a - "bool bHighPrecision" parameter which if set to true means the code uses the full - VSOP87 theory rather than the truncated theory as presented in Meeus's book. - - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -////////////////////////// Includes /////////////////////////////////////////// - -#include "stdafx.h" -#include "AANeptune.h" -#include "AACoordinateTransformation.h" -#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION -#include "AAVSOP87D_NEP.h" -#endif //#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION -#include -using namespace std; - - -////////////////////////// Macros / Defines /////////////////////////////////// - -struct VSOP87Coefficient -{ - double A; - double B; - double C; -}; - -const VSOP87Coefficient g_L0NeptuneCoefficients[] = -{ - { 531188633, 0, 0 }, - { 1798476, 2.9010127, 38.1330356 }, - { 1019728, 0.4858092, 1.4844727 }, - { 124532, 4.830081, 36.648563 }, - { 42064, 5.41055, 2.96895 }, - { 37715, 6.09222, 35.16409 }, - { 33785, 1.24489, 76.26607 }, - { 16483, 0.00008, 491.55793 }, - { 9199, 4.9375, 39.6175 }, - { 8994, 0.2746, 175.1661 }, - { 4216, 1.9871, 73.2971 }, - { 3365, 1.0359, 33.6796 }, - { 2285, 4.2061, 4.4534 }, - { 1434, 2.7834, 74.7816 }, - { 900, 2.076, 109.946 }, - { 745, 3.190, 71.813 }, - { 506, 5.748, 114.399 }, - { 400, 0.350, 1021.249 }, - { 345, 3.462, 41.102 }, - { 340, 3.304, 77.751 }, - { 323, 2.248, 32.195 }, - { 306, 0.497, 0.521 }, - { 287, 4.505, 0.048 }, - { 282, 2.246, 146.594 }, - { 267, 4.889, 0.963 }, - { 252, 5.782, 388.465 }, - { 245, 1.247, 9.561 }, - { 233, 2.505, 137.033 }, - { 227, 1.797, 453.425 }, - { 170, 3.324, 108.461 }, - { 151, 2.192, 33.940 }, - { 150, 2.997, 5.938 }, - { 148, 0.859, 111.430 }, - { 119, 3.677, 2.448 }, - { 109, 2.416, 183.243 }, - { 103, 0.041, 0.261 }, - { 103, 4.404, 70.328 }, - { 102, 5.705, 0.112 } -}; - -const VSOP87Coefficient g_L1NeptuneCoefficients[] = -{ - { 3837687717.0, 0, 0 }, - { 16604, 4.86319, 1.48447 }, - { 15807, 2.27923, 38.13304 }, - { 3335, 3.6820, 76.2661 }, - { 1306, 3.6732, 2.9689 }, - { 605, 1.505, 35.164 }, - { 179, 3.453, 39.618 }, - { 107, 2.451, 4.453 }, - { 106, 2.755, 33.680 }, - { 73, 5.49, 36.65 }, - { 57, 1.86, 114.40 }, - { 57, 5.22, 0.52 }, - { 35, 4.52, 74.78 }, - { 32, 5.90, 77.75 }, - { 30, 3.67, 388.47 }, - { 29, 5.17, 9.56 }, - { 29, 5.17, 2.45 }, - { 26, 5.25, 168.05 } -}; - -const VSOP87Coefficient g_L2NeptuneCoefficients[] = -{ - { 53893, 0, 0 }, - { 296, 1.855, 1.484 }, - { 281, 1.191, 38.133 }, - { 270, 5.721, 76.266 }, - { 23, 1.21, 2.97 }, - { 9, 4.43, 35.16 }, - { 7, 0.54, 2.45 } -}; - -const VSOP87Coefficient g_L3NeptuneCoefficients[] = -{ - { 31, 0, 0 }, - { 15, 1.35, 76.27 }, - { 12, 6.04, 1.48 }, - { 12, 6.11, 38.13 } -}; - -const VSOP87Coefficient g_L4NeptuneCoefficients[] = -{ - { 114, 3.142, 0 } -}; - -const VSOP87Coefficient g_B0NeptuneCoefficients[] = -{ - { 3088623, 1.4410437, 38.1330356 }, - { 27780, 5.91272, 76.26607 }, - { 27624, 0, 0 }, - { 15448, 3.50877, 39.61751 }, - { 15355, 2.52124, 36.64856 }, - { 2000, 1.5100, 74.7816 }, - { 1968, 4.3778, 1.4845 }, - { 1015, 3.2156, 35.1641 }, - { 606, 2.802, 73.297 }, - { 595, 2.129, 41.102 }, - { 589, 3.187, 2.969 }, - { 402, 4.169, 114.399 }, - { 280, 1.682, 77.751 }, - { 262, 3.767, 213.299 }, - { 254, 3.271, 453.425 }, - { 206, 4.257, 529.691 }, - { 140, 3.530, 137.033 } -}; - -const VSOP87Coefficient g_B1NeptuneCoefficients[] = -{ - { 227279, 3.807931, 38.133036 }, - { 1803, 1.9758, 76.2661 }, - { 1433, 3.1416, 0 }, - { 1386, 4.8256, 36.6486 }, - { 1073, 6.0805, 39.6175 }, - { 148, 3.858, 74.782 }, - { 136, 0.478, 1.484 }, - { 70, 6.19, 35.16 }, - { 52, 5.05, 73.30 }, - { 43, 0.31, 114.40 }, - { 37, 4.89, 41.10 }, - { 37, 5.76, 2.97 }, - { 26, 5.22, 213.30 } -}; - -const VSOP87Coefficient g_B2NeptuneCoefficients[] = -{ - { 9691, 5.5712, 38.1330 }, - { 79, 3.63, 76.27 }, - { 72, 0.45, 36.65 }, - { 59, 3.14, 0 }, - { 30, 1.61, 39.62 }, - { 6, 5.61, 74.78 } -}; - -const VSOP87Coefficient g_B3NeptuneCoefficients[] = -{ - { 273, 1.017, 38.133 }, - { 2, 0, 0 }, - { 2, 2.37, 36.65 }, - { 2, 5.33, 76.27 } -}; - -const VSOP87Coefficient g_B4NeptuneCoefficients[] = -{ - { 6, 2.67, 38.13 } -}; - -const VSOP87Coefficient g_R0NeptuneCoefficients[] = -{ - { 3007013206.0, 0, 0 }, - { 27062259, 1.32999459, 38.13303564 }, - { 1691764, 3.2518614, 36.6485629 }, - { 807831, 5.185928, 1.484473 }, - { 537761, 4.521139, 35.164090 }, - { 495726, 1.571057, 491.557929 }, - { 274572, 1.845523, 175.166060 }, - { 135134, 3.372206, 39.617508 }, - { 121802, 5.797544, 76.266071 }, - { 100895, 0.377027, 73.297126 }, - { 69792, 3.79617, 2.96895 }, - { 46688, 5.74938, 33.67962 }, - { 24594, 0.50802, 109.94569 }, - { 16939, 1.59422, 71.81265 }, - { 14230, 1.07786, 74.78160 }, - { 12012, 1.92062, 1021.24889 }, - { 8395, 0.6782, 146.5943 }, - { 7572, 1.0715, 388.4652 }, - { 5721, 2.5906, 4.4534 }, - { 4840, 1.9069, 41.1020 }, - { 4483, 2.9057, 529.6910 }, - { 4421, 1.7499, 108.4612 }, - { 4354, 0.6799, 32.1951 }, - { 4270, 3.4134, 453.4249 }, - { 3381, 0.8481, 183.2428 }, - { 2881, 1.9860, 137.0330 }, - { 2879, 3.6742, 350.3321 }, - { 2636, 3.0976, 213.2991 }, - { 2530, 5.7984, 490.0735 }, - { 2523, 0.4863, 493.0424 }, - { 2306, 2.8096, 70.3282 }, - { 2087, 0.6186, 33.9402 } -}; - -const VSOP87Coefficient g_R1NeptuneCoefficients[] = -{ - { 236339, 0.704980, 38.133036 }, - { 13220, 3.32015, 1.48447 }, - { 8622, 6.2163, 35.1641 }, - { 2702, 1.8814, 39.6175 }, - { 2155, 2.0943, 2.9689 }, - { 2153, 5.1687, 76.2661 }, - { 1603, 0, 0 }, - { 1464, 1.1842, 33.6796 }, - { 1136, 3.9189, 36.6486 }, - { 898, 5.241, 388.465 }, - { 790, 0.533, 168.053 }, - { 760, 0.021, 182.280 }, - { 607, 1.077, 1021.249 }, - { 572, 3.401, 484.444 }, - { 561, 2.887, 498.671 } -}; - -const VSOP87Coefficient g_R2NeptuneCoefficients[] = -{ - { 4247, 5.8991, 38.1330 }, - { 218, 0.346, 1.484 }, - { 163, 2.239, 168.053 }, - { 156, 4.594, 182.280 }, - { 127, 2.848, 35.164 } -}; - -const VSOP87Coefficient g_R3NeptuneCoefficients[] = -{ - { 166, 4.552, 38.133 } -}; - -#ifndef UNREFERENCED_PARAMETER -#define UNREFERENCED_PARAMETER(x) ((void)(x)) -#endif //#ifndef UNREFERENCED_PARAMETER - - -///////////////////////////// Implementation ////////////////////////////////// - -double CAANeptune::EclipticLongitude(double JD, bool bHighPrecision) -{ -#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION - if (bHighPrecision) - return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Neptune::L(JD))); -#else - UNREFERENCED_PARAMETER(bHighPrecision); -#endif //#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION - - double rho = (JD - 2451545) / 365250; - double rhosquared = rho*rho; - double rhocubed = rhosquared*rho; - double rho4 = rhocubed*rho; - - //Calculate L0 - int nL0Coefficients = sizeof(g_L0NeptuneCoefficients) / sizeof(VSOP87Coefficient); - double L0 = 0; - int i; - for (i=0; i 1000 -#pragma once -#endif //#if _MSC_VER > 1000 - -#ifndef __AAPARABOLIC_H__ -#define __AAPARABOLIC_H__ - -#ifndef AAPLUS_EXT_CLASS -#define AAPLUS_EXT_CLASS -#endif //#ifndef AAPLUS_EXT_CLASS - - -/////////////////////// Includes ////////////////////////////////////////////// - -#include "AA3DCoordinate.h" - - -/////////////////////// Classes /////////////////////////////////////////////// - -class AAPLUS_EXT_CLASS CAAParabolicObjectElements -{ -public: -//Constructors / Destructors - CAAParabolicObjectElements() : q(0), - i(0), - w(0), - omega(0), - JDEquinox(0), - T(0) - { - }; - -//Member variables - double q; - double i; - double w; - double omega; - double JDEquinox; - double T; -}; - -class AAPLUS_EXT_CLASS CAAParabolicObjectDetails -{ -public: -//Constructors / Destructors - CAAParabolicObjectDetails() : HeliocentricEclipticLongitude(0), - HeliocentricEclipticLatitude(0), - TrueGeocentricRA(0), - TrueGeocentricDeclination(0), - TrueGeocentricDistance(0), - TrueGeocentricLightTime(0), - AstrometricGeocenticRA(0), - AstrometricGeocentricDeclination(0), - AstrometricGeocentricDistance(0), - AstrometricGeocentricLightTime(0), - Elongation(0), - PhaseAngle(0) - { - }; - -//Member variables - CAA3DCoordinate HeliocentricRectangularEquatorial; - CAA3DCoordinate HeliocentricRectangularEcliptical; - double HeliocentricEclipticLongitude; - double HeliocentricEclipticLatitude; - double TrueGeocentricRA; - double TrueGeocentricDeclination; - double TrueGeocentricDistance; - double TrueGeocentricLightTime; - double AstrometricGeocenticRA; - double AstrometricGeocentricDeclination; - double AstrometricGeocentricDistance; - double AstrometricGeocentricLightTime; - double Elongation; - double PhaseAngle; -}; - -class AAPLUS_EXT_CLASS CAAParabolic -{ -public: -//Static methods - static double CalculateBarkers(double W); - static CAAParabolicObjectDetails Calculate(double JD, const CAAParabolicObjectElements& elements, bool bHighPrecision); -}; - - -#endif //#ifndef __AAPARABOLIC_H__ diff --git a/Vendor/AA+/1.6.3/AAPlanetPerihelionAphelion.cpp b/Vendor/AA+/1.6.3/AAPlanetPerihelionAphelion.cpp deleted file mode 100755 index 886ac26..0000000 --- a/Vendor/AA+/1.6.3/AAPlanetPerihelionAphelion.cpp +++ /dev/null @@ -1,226 +0,0 @@ -/* -Module : AAPLANETPERIHELIONAPHELION.CPP -Purpose: Implementation for the algorithms which obtain the dates of Perihelion and Aphelion of the planets -Created: PJN / 29-12-2003 -History: None - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -///////////////////////////////// Includes //////////////////////////////////// - -#include "stdafx.h" -#include "AAPlanetPerihelionAphelion.h" -#include "AACoordinateTransformation.h" -#include -using namespace std; - - -///////////////////////////////// Implementation ////////////////////////////// - -long CAAPlanetPerihelionAphelion::MercuryK(double Year) -{ - return static_cast(4.15201*(Year - 2000.12)); -} - -double CAAPlanetPerihelionAphelion::MercuryPerihelion(long k) -{ - return 2451590.257 + 87.96934963*k; -} - -double CAAPlanetPerihelionAphelion::MercuryAphelion(long k) -{ - double kdash = k + 0.5; - return 2451590.257 + 87.96934963*kdash; -} - -long CAAPlanetPerihelionAphelion::VenusK(double Year) -{ - return static_cast(1.62549*(Year - 2000.53)); -} - -double CAAPlanetPerihelionAphelion::VenusPerihelion(long k) -{ - double kdash = k; - double ksquared = kdash * kdash; - return 2451738.233 + 224.7008188*kdash - 0.0000000327*ksquared; -} - -double CAAPlanetPerihelionAphelion::VenusAphelion(long k) -{ - double kdash = k + 0.5; - double ksquared = kdash * kdash; - return 2451738.233 + 224.7008188*kdash - 0.0000000327*ksquared; -} - -long CAAPlanetPerihelionAphelion::EarthK(double Year) -{ - return static_cast(0.99997*(Year - 2000.01)); -} - -double CAAPlanetPerihelionAphelion::EarthPerihelion(long k, bool bBarycentric) -{ - double kdash = k; - double ksquared = kdash * kdash; - double JD = 2451547.507 + 365.2596358*kdash + 0.0000000156*ksquared; - - if (!bBarycentric) - { - //Apply the corrections - double A1 = CAACoordinateTransformation::MapTo0To360Range(328.41 + 132.788585*k); - A1 = CAACoordinateTransformation::DegreesToRadians(A1); - double A2 = CAACoordinateTransformation::MapTo0To360Range(316.13 + 584.903153*k); - A2 = CAACoordinateTransformation::DegreesToRadians(A2); - double A3 = CAACoordinateTransformation::MapTo0To360Range(346.20 + 450.380738*k); - A3 = CAACoordinateTransformation::DegreesToRadians(A3); - double A4 = CAACoordinateTransformation::MapTo0To360Range(136.95 + 659.306737*k); - A4 = CAACoordinateTransformation::DegreesToRadians(A4); - double A5 = CAACoordinateTransformation::MapTo0To360Range(249.52 + 329.653368*k); - A5 = CAACoordinateTransformation::DegreesToRadians(A5); - - JD += 1.278*sin(A1); - JD -= 0.055*sin(A2); - JD -= 0.091*sin(A3); - JD -= 0.056*sin(A4); - JD -= 0.045*sin(A5); - } - - return JD; -} - -double CAAPlanetPerihelionAphelion::EarthAphelion(long k, bool bBarycentric) -{ - double kdash = k + 0.5; - double ksquared = kdash * kdash; - double JD = 2451547.507 + 365.2596358*kdash + 0.0000000156*ksquared; - - if (!bBarycentric) - { - //Apply the corrections - double A1 = CAACoordinateTransformation::MapTo0To360Range(328.41 + 132.788585*k); - A1 = CAACoordinateTransformation::DegreesToRadians(A1); - double A2 = CAACoordinateTransformation::MapTo0To360Range(316.13 + 584.903153*k); - A2 = CAACoordinateTransformation::DegreesToRadians(A2); - double A3 = CAACoordinateTransformation::MapTo0To360Range(346.20 + 450.380738*k); - A3 = CAACoordinateTransformation::DegreesToRadians(A3); - double A4 = CAACoordinateTransformation::MapTo0To360Range(136.95 + 659.306737*k); - A4 = CAACoordinateTransformation::DegreesToRadians(A4); - double A5 = CAACoordinateTransformation::MapTo0To360Range(249.52 + 329.653368*k); - A5 = CAACoordinateTransformation::DegreesToRadians(A5); - - JD -= 1.352*sin(A1); - JD += 0.061*sin(A2); - JD += 0.062*sin(A3); - JD += 0.029*sin(A4); - JD += 0.031*sin(A5); - } - - return JD; -} - -long CAAPlanetPerihelionAphelion::MarsK(double Year) -{ - return static_cast(0.53166*(Year - 2001.78)); -} - -double CAAPlanetPerihelionAphelion::MarsPerihelion(long k) -{ - double kdash = k; - double ksquared = kdash * kdash; - return 2452195.026 + 686.9957857*kdash - 0.0000001187*ksquared; -} - -double CAAPlanetPerihelionAphelion::MarsAphelion(long k) -{ - double kdash = k + 0.5; - double ksquared = kdash * kdash; - return 2452195.026 + 686.9957857*kdash - 0.0000001187*ksquared; -} - -long CAAPlanetPerihelionAphelion::JupiterK(double Year) -{ - return static_cast(0.08430*(Year - 2011.20)); -} - -double CAAPlanetPerihelionAphelion::JupiterPerihelion(long k) -{ - double kdash = k; - double ksquared = kdash * kdash; - return 2455636.936 + 4332.897065*kdash + 0.0001367*ksquared; -} - -double CAAPlanetPerihelionAphelion::JupiterAphelion(long k) -{ - double kdash = k + 0.5; - double ksquared = kdash * kdash; - return 2455636.936 + 4332.897065*kdash + 0.0001367*ksquared; -} - -long CAAPlanetPerihelionAphelion::SaturnK(double Year) -{ - return static_cast(0.03393*(Year - 2003.52)); -} - -double CAAPlanetPerihelionAphelion::SaturnPerihelion(long k) -{ - double kdash = k; - double ksquared = kdash * kdash; - return 2452830.12 + 10764.21676*kdash + 0.000827*ksquared; -} - -double CAAPlanetPerihelionAphelion::SaturnAphelion(long k) -{ - double kdash = k + 0.5; - double ksquared = kdash * kdash; - return 2452830.12 + 10764.21676*kdash + 0.000827*ksquared; -} - -long CAAPlanetPerihelionAphelion::UranusK(double Year) -{ - return static_cast(0.01190*(Year - 2051.1)); -} - -double CAAPlanetPerihelionAphelion::UranusPerihelion(long k) -{ - double kdash = k; - double ksquared = kdash * kdash; - return 2470213.5 + 30694.8767*kdash - 0.00541*ksquared; -} - -double CAAPlanetPerihelionAphelion::UranusAphelion(long k) -{ - double kdash = k + 0.5; - double ksquared = kdash * kdash; - return 2470213.5 + 30694.8767*kdash - 0.00541*ksquared; -} - -long CAAPlanetPerihelionAphelion::NeptuneK(double Year) -{ - return static_cast(0.00607*(Year - 2047.5)); -} - -double CAAPlanetPerihelionAphelion::NeptunePerihelion(long k) -{ - double kdash = k; - double ksquared = kdash * kdash; - return 2468895.1 + 60190.33*kdash + 0.03429*ksquared; -} - -double CAAPlanetPerihelionAphelion::NeptuneAphelion(long k) -{ - double kdash = k + 0.5; - double ksquared = kdash * kdash; - return 2468895.1 + 60190.33*kdash + 0.03429*ksquared; -} diff --git a/Vendor/AA+/1.6.3/AAPlanetPerihelionAphelion.h b/Vendor/AA+/1.6.3/AAPlanetPerihelionAphelion.h deleted file mode 100755 index b9012b3..0000000 --- a/Vendor/AA+/1.6.3/AAPlanetPerihelionAphelion.h +++ /dev/null @@ -1,75 +0,0 @@ -/* -Module : AAPLANETPERIHELIONAPHELION.H -Purpose: Implementation for the algorithms which obtain the dates of Perihelion and Aphelion of the planets -Created: PJN / 29-12-2003 - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -/////////////////////// Macros / Defines ////////////////////////////////////// - -#if _MSC_VER > 1000 -#pragma once -#endif //#if _MSC_VER > 1000 - -#ifndef __AAPLANETPERIHELIONAPHELION_H__ -#define __AAPLANETPERIHELIONAPHELION_H__ - -#ifndef AAPLUS_EXT_CLASS -#define AAPLUS_EXT_CLASS -#endif //#ifndef AAPLUS_EXT_CLASS - - -/////////////////////// Classes /////////////////////////////////////////////// - -class AAPLUS_EXT_CLASS CAAPlanetPerihelionAphelion -{ -public: -//Static methods - static long MercuryK(double Year); - static double MercuryPerihelion(long k); - static double MercuryAphelion(long k); - - static long VenusK(double Year); - static double VenusPerihelion(long k); - static double VenusAphelion(long k); - - static long EarthK(double Year); - static double EarthPerihelion(long k, bool bBarycentric = false); - static double EarthAphelion(long k, bool bBarycentric = false); - - static long MarsK(double Year); - static double MarsPerihelion(long k); - static double MarsAphelion(long k); - - static long JupiterK(double Year); - static double JupiterPerihelion(long k); - static double JupiterAphelion(long k); - - static long SaturnK(double Year); - static double SaturnPerihelion(long k); - static double SaturnAphelion(long k); - - static long UranusK(double Year); - static double UranusPerihelion(long k); - static double UranusAphelion(long k); - - static long NeptuneK(double Year); - static double NeptunePerihelion(long k); - static double NeptuneAphelion(long k); -}; - - -#endif //#ifndef __AAPLANETPERIHELIONAPHELION_H__ diff --git a/Vendor/AA+/1.6.3/AAPluto.cpp b/Vendor/AA+/1.6.3/AAPluto.cpp deleted file mode 100755 index 90bf34f..0000000 --- a/Vendor/AA+/1.6.3/AAPluto.cpp +++ /dev/null @@ -1,305 +0,0 @@ -/* -Module : AAPLUTO.CPP -Purpose: Implementation for the algorithms which obtain the heliocentric position of Pluto -Created: PJN / 29-12-2003 -History: PJN / 07-02-2009 1. Optimized the layout of the PlutoCoefficient1 structure by making all elements - integers instead of doubles. - PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this - issue when compiling AA+ on ARM. - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -//////////////////////// Includes ///////////////////////////////////////////// - -#include "stdafx.h" -#include "AAPluto.h" -#include "AACoordinateTransformation.h" -#include -using namespace std; - - -//////////////////////// Macros / Defines ///////////////////////////////////// - -struct PlutoCoefficient1 -{ - int J; - int S; - int P; -}; - -struct PlutoCoefficient2 -{ - double A; - double B; -}; - -const PlutoCoefficient1 g_PlutoArgumentCoefficients[] = -{ - { 0, 0, 1 }, - { 0, 0, 2 }, - { 0, 0, 3 }, - { 0, 0, 4 }, - { 0, 0, 5 }, - { 0, 0, 6 }, - { 0, 1, -1 }, - { 0, 1, 0 }, - { 0, 1, 1 }, - { 0, 1, 2 }, - { 0, 1, 3 }, - { 0, 2, -2 }, - { 0, 2, -1 }, - { 0, 2, 0 }, - { 1, -1, 0 }, - { 1, -1, 1 }, - { 1, 0, -3 }, - { 1, 0, -2 }, - { 1, 0, -1 }, - { 1, 0, 0 }, - { 1, 0, 1 }, - { 1, 0, 2 }, - { 1, 0, 3 }, - { 1, 0, 4 }, - { 1, 1, -3 }, - { 1, 1, -2 }, - { 1, 1, -1 }, - { 1, 1, 0 }, - { 1, 1, 1 }, - { 1, 1, 3 }, - { 2, 0, -6 }, - { 2, 0, -5 }, - { 2, 0, -4 }, - { 2, 0, -3 }, - { 2, 0, -2 }, - { 2, 0, -1 }, - { 2, 0, 0 }, - { 2, 0, 1 }, - { 2, 0, 2 }, - { 2, 0, 3 }, - { 3, 0, -2 }, - { 3, 0, -1 }, - { 3, 0, 0 } -}; - -const PlutoCoefficient2 g_PlutoLongitudeCoefficients[] = -{ - { -19799805, 19850055 }, - { 897144, -4954829 }, - { 611149, 1211027 }, - { -341243, -189585 }, - { 129287, -34992 }, - { -38164, 30893 }, - { 20442, -9987 }, - { -4063, -5071 }, - { -6016, -3336 }, - { -3956, 3039 }, - { -667, 3572 }, - { 1276, 501}, - { 1152, -917 }, - { 630, -1277 }, - { 2571, -459 }, - { 899, -1449 }, - { -1016, 1043 }, - { -2343, -1012 }, - { 7042, 788 }, - { 1199, -338 }, - { 418, -67 }, - { 120, -274 }, - { -60, -159 }, - { -82, -29 }, - { -36, -29 }, - { -40, 7 }, - { -14, 22 }, - { 4, 13 }, - { 5, 2 }, - { -1, 0 }, - { 2, 0 }, - { -4, 5 }, - { 4, -7 }, - { 14, 24 }, - { -49, -34 }, - { 163, -48 }, - { 9, -24 }, - { -4, 1 }, - { -3, 1 }, - { 1, 3 }, - { -3, -1 }, - { 5, -3 }, - { 0, 0 }, -}; - -const PlutoCoefficient2 g_PlutoLatitudeCoefficients[] = -{ - { -5452852, -14974862 }, - { 3527812, 1672790 }, - { -1050748, 327647 }, - { 178690, -292153 }, - { 18650, 100340 }, - { -30697, -25823 }, - { 4878, 11248 }, - { 226, -64 }, - { 2030, -836 }, - { 69, -604 }, - { -247, -567 }, - { -57, 1 }, - { -122, 175 }, - { -49, -164 }, - { -197, 199 }, - { -25, 217 }, - { 589, -248 }, - { -269, 711 }, - { 185, 193 }, - { 315, 807 }, - { -130, -43 }, - { 5, 3 }, - { 2, 17 }, - { 2, 5 }, - { 2, 3 }, - { 3, 1 }, - { 2, -1 }, - { 1, -1 }, - { 0, -1 }, - { 0, 0 }, - { 0, -2 }, - { 2, 2 }, - { -7, 0 }, - { 10, -8 }, - { -3, 20 }, - { 6, 5 }, - { 14, 17 }, - { -2, 0 }, - { 0, 0 }, - { 0, 0 }, - { 0, 1 }, - { 0, 0 }, - { 1, 0 }, -}; - -const PlutoCoefficient2 g_PlutoRadiusCoefficients[] = -{ - { 66865439, 68951812 }, - { -11827535, -332538 }, - { 1593179, -1438890 }, - { -18444, 483220 }, - { -65977, -85431 }, - { 31174, -6032 }, - { -5794, 22161 }, - { 4601, 4032 }, - { -1729, 234 }, - { -415, 702 }, - { 239, 723 }, - { 67, -67 }, - { 1034, -451 }, - { -129, 504 }, - { 480, -231 }, - { 2, -441 }, - { -3359, 265 }, - { 7856, -7832 }, - { 36, 45763 }, - { 8663, 8547 }, - { -809, -769 }, - { 263, -144 }, - { -126, 32 }, - { -35, -16 }, - { -19, -4 }, - { -15, 8 }, - { -4, 12 }, - { 5, 6 }, - { 3, 1 }, - { 6, -2 }, - { 2, 2 }, - { -2, -2 }, - { 14, 13 }, - { -63, 13 }, - { 136, -236 }, - { 273, 1065 }, - { 251, 149 }, - { -25, -9 }, - { 9, -2 }, - { -8, 7 }, - { 2, -10 }, - { 19, 35 }, - { 10, 3 }, -}; - - -/////////////////////////////////// Implementation //////////////////////////// - -double CAAPluto::EclipticLongitude(double JD) -{ - double T = (JD - 2451545) / 36525; - double J = 34.35 + 3034.9057*T; - double S = 50.08 + 1222.1138*T; - double P = 238.96 + 144.9600*T; - - //Calculate Longitude - double L = 0; - int nPlutoCoefficients = sizeof(g_PlutoArgumentCoefficients) / sizeof(PlutoCoefficient1); - for (int i=0; i -using namespace std; - - -///////////////////////////////// Implementation ////////////////////////////// - -CAA2DCoordinate CAAPrecession::AdjustPositionUsingUniformProperMotion(double t, double Alpha, double Delta, double PMAlpha, double PMDelta) -{ - CAA2DCoordinate value; - value.X = Alpha + (PMAlpha * t / 3600); - value.Y = Delta + (PMDelta * t / 3600); - - return value; -} - -CAA2DCoordinate CAAPrecession::AdjustPositionUsingMotionInSpace(double r, double DeltaR, double t, double Alpha, double Delta, double PMAlpha, double PMDelta) -{ - //Convert DeltaR from km/s to Parsecs / Year - DeltaR /= 977792; - - //Convert from seconds of time to Radians / Year - PMAlpha /= 13751; - - //Convert from seconds of arc to Radians / Year - PMDelta /= 206265; - - //Now convert to radians - Alpha = CAACoordinateTransformation::HoursToRadians(Alpha); - Delta = CAACoordinateTransformation::DegreesToRadians(Delta); - - double x = r * cos(Delta) * cos(Alpha); - double y = r * cos(Delta) * sin(Alpha); - double z = r * sin(Delta); - - double DeltaX = x/r*DeltaR - z*PMDelta*cos(Alpha) - y*PMAlpha; - double DeltaY = y/r*DeltaR - z*PMDelta*sin(Alpha) + x*PMAlpha; - double DeltaZ = z/r*DeltaR + r*PMDelta*cos(Delta); - - x += t*DeltaX; - y += t*DeltaY; - z += t*DeltaZ; - - CAA2DCoordinate value; - value.X = CAACoordinateTransformation::RadiansToHours(atan2(y, x)); - if (value.X < 0) - value.X += 24; - - value.Y = CAACoordinateTransformation::RadiansToDegrees(atan2(z, sqrt(x*x + y*y))); - - return value; -} - -CAA2DCoordinate CAAPrecession::PrecessEquatorial(double Alpha, double Delta, double JD0, double JD) -{ - double T = (JD0 - 2451545.0) / 36525; - double Tsquared = T*T; - double t = (JD - JD0) / 36525; - double tsquared = t*t; - double tcubed = tsquared * t; - - //Now convert to radians - Alpha = CAACoordinateTransformation::HoursToRadians(Alpha); - Delta = CAACoordinateTransformation::DegreesToRadians(Delta); - - double sigma = (2306.2181 + 1.39656*T - 0.000139*Tsquared)*t + (0.30188 - 0.000344*T)*tsquared + 0.017988*tcubed; - sigma = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, sigma)); - - double zeta = (2306.2181 + 1.39656*T - 0.000139*Tsquared)*t + (1.09468 + 0.000066*T)*tsquared + 0.018203*tcubed; - zeta = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, zeta)); - - double phi = (2004.3109 - 0.8533*T - 0.000217*Tsquared)*t - (0.42665 + 0.000217*T)*tsquared - 0.041833*tcubed; - phi = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, phi)); - - double A = cos(Delta) * sin(Alpha + sigma); - double B = cos(phi)*cos(Delta)*cos(Alpha + sigma) - sin(phi)*sin(Delta); - double C = sin(phi)*cos(Delta)*cos(Alpha + sigma) + cos(phi)*sin(Delta); - - CAA2DCoordinate value; - value.X = CAACoordinateTransformation::RadiansToHours(atan2(A, B) + zeta); - if (value.X < 0) - value.X += 24; - value.Y = CAACoordinateTransformation::RadiansToDegrees(asin(C)); - - return value; -} - -CAA2DCoordinate CAAPrecession::PrecessEquatorialFK4(double Alpha, double Delta, double JD0, double JD) -{ - double T = (JD0 - 2415020.3135) / 36524.2199; - double t = (JD - JD0) / 36524.2199; - double tsquared = t*t; - double tcubed = tsquared * t; - - //Now convert to radians - Alpha = CAACoordinateTransformation::HoursToRadians(Alpha); - Delta = CAACoordinateTransformation::DegreesToRadians(Delta); - - double sigma = (2304.250 + 1.396*T)*t + 0.302*tsquared + 0.018*tcubed; - sigma = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, sigma)); - - double zeta = 0.791*tsquared + 0.001*tcubed; - zeta = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, zeta)); - zeta += sigma; - - double phi = (2004.682 - 0.853*T)*t - 0.426*tsquared - 0.042*tcubed; - phi = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, phi)); - - double A = cos(Delta) * sin(Alpha + sigma); - double B = cos(phi)*cos(Delta)*cos(Alpha + sigma) - sin(phi)*sin(Delta); - double C = sin(phi)*cos(Delta)*cos(Alpha + sigma) + cos(phi)*sin(Delta); - - CAA2DCoordinate value; - value.X = CAACoordinateTransformation::RadiansToHours(atan2(A, B) + zeta); - if (value.X < 0) - value.X += 24; - value.Y = CAACoordinateTransformation::RadiansToDegrees(asin(C)); - - return value; -} - -CAA2DCoordinate CAAPrecession::PrecessEcliptic(double Lambda, double Beta, double JD0, double JD) -{ - double T = (JD0 - 2451545.0) / 36525; - double Tsquared = T*T; - double t = (JD - JD0) / 36525; - double tsquared = t*t; - double tcubed = tsquared * t; - - //Now convert to radians - Lambda = CAACoordinateTransformation::DegreesToRadians(Lambda); - Beta = CAACoordinateTransformation::DegreesToRadians(Beta); - - double eta = (47.0029 - 0.06603*T + 0.000598*Tsquared)*t + (-0.03302 + 0.000598*T)*tsquared + 0.00006*tcubed; - eta = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, eta)); - - double pi = 174.876384*3600 + 3289.4789*T + 0.60622*Tsquared - (869.8089 + 0.50491*T)*t + 0.03536*tsquared; - pi = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, pi)); - - double p = (5029.0966 + 2.22226*T - 0.000042*Tsquared)*t + (1.11113 - 0.000042*T)*tsquared - 0.000006*tcubed; - p = CAACoordinateTransformation::DegreesToRadians(CAACoordinateTransformation::DMSToDegrees(0, 0, p)); - - double A = cos(eta)*cos(Beta)*sin(pi - Lambda) - sin(eta)*sin(Beta); - double B = cos(Beta)*cos(pi - Lambda); - double C = cos(eta)*sin(Beta) + sin(eta)*cos(Beta)*sin(pi - Lambda); - - CAA2DCoordinate value; - value.X = CAACoordinateTransformation::RadiansToDegrees(p + pi - atan2(A, B)); - if (value.X < 0) - value.X += 360; - value.Y = CAACoordinateTransformation::RadiansToDegrees(asin(C)); - - return value; -} - -CAA2DCoordinate CAAPrecession::EquatorialPMToEcliptic(double Alpha, double Delta, double Beta, double PMAlpha, double PMDelta, double Epsilon) -{ - //Convert to radians - Epsilon = CAACoordinateTransformation::DegreesToRadians(Epsilon); - Alpha = CAACoordinateTransformation::HoursToRadians(Alpha); - Delta = CAACoordinateTransformation::DegreesToRadians(Delta); - Beta = CAACoordinateTransformation::DegreesToRadians(Beta); - - double cosb = cos(Beta); - double sinEpsilon = sin(Epsilon); - - CAA2DCoordinate value; - value.X = (PMDelta*sinEpsilon*cos(Alpha) + PMAlpha*cos(Delta)*(cos(Epsilon)*cos(Delta) + sinEpsilon*sin(Delta)*sin(Alpha)))/(cosb*cosb); - value.Y = (PMDelta*(cos(Epsilon)*cos(Delta) + sinEpsilon*sin(Delta)*sin(Alpha)) - PMAlpha*sinEpsilon*cos(Alpha)*cos(Delta))/cosb; - - return value; -} diff --git a/Vendor/AA+/1.6.3/AASaturn.cpp b/Vendor/AA+/1.6.3/AASaturn.cpp deleted file mode 100755 index 15c6ca2..0000000 --- a/Vendor/AA+/1.6.3/AASaturn.cpp +++ /dev/null @@ -1,940 +0,0 @@ -/* -Module : AASATURN.CPP -Purpose: Implementation for the algorithms which obtain the heliocentric position of Saturn -Created: PJN / 29-12-2003 -History: PJN / 31-05-2004 1) In CAASaturn::EclipticLongitude the g_L5SaturnCoefficients[] were - not included. Thanks to Brian Orme for reporting this problem. - 2) In CAASaturn::EclipticLatitude the g_B5SaturnCoefficients[] were - not included. Thanks to Brian Orme for reporting this problem. - 3) In CAASaturn::RadiusVector the g_R5SaturnCoefficients[] were not - included. Thanks to Brian Orme for reporting this problem. - PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this - issue when compiling AA+ on ARM. - PJN / 04-08-2013 1. Fixed a transcription error in the twenty ninth coefficient used to calculate - the B2 term for the ecliptic latitude of Saturn. Thanks to Isaac Clark for - reporting this issue. Spot tests indicate that this change only affected the - ecliptic latitude in the twelfth decimal place. - 2. Updated copyright details - PJN / 16-09-2015 1. CAASaturn::EclipticLongitude, EclipticLatitude & RadiusVector now include a - "bool bHighPrecision" parameter which if set to true means the code uses the full - VSOP87 theory rather than the truncated theory as presented in Meeus's book. - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -///////////////////////////// Includes //////////////////////////////////////// - -#include "stdafx.h" -#include "AASaturn.h" -#include "AACoordinateTransformation.h" -#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION -#include "AAVSOP87D_SAT.h" -#endif //#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION -#include -using namespace std; - - -//////////////////////////// Macros / Defines ///////////////////////////////// - -struct VSOP87Coefficient -{ - double A; - double B; - double C; -}; - -const VSOP87Coefficient g_L0SaturnCoefficients[] = -{ - { 87401354, 0, 0 }, - { 11107660, 3.96205090, 213.29909544 }, - { 1414151, 4.5858152, 7.1135470 }, - { 398379, 0.521120, 206.185548 }, - { 350769, 3.303299, 426.598191 }, - { 206816, 0.246584, 103.092774 }, - { 79271, 3.84007, 220.41264 }, - { 23990, 4.66977, 110.20632 }, - { 16574, 0.43719, 419.48464 }, - { 15820, 0.93809, 632.78374 }, - { 15054, 2.71670, 639.89729 }, - { 14907, 5.76903, 316.39187 }, - { 14610, 1.56519, 3.93215 }, - { 13160, 4.44891, 14.22709 }, - { 13005, 5.98119, 11.04570 }, - { 10725, 3.12940, 202.25340 }, - { 6126, 1.7633, 277.0350 }, - { 5863, 0.2366, 529.6910 }, - { 5228, 4.2078, 3.1814 }, - { 5020, 3.1779, 433.7117 }, - { 4593, 0.6198, 199.0720 }, - { 4006, 2.2448, 63.7359 }, - { 3874, 3.2228, 138.5175 }, - { 3269, 0.7749, 949.1756 }, - { 2954, 0.9828, 95.9792 }, - { 2461, 2.0316, 735.8765 }, - { 1758, 3.2658, 522.5774 }, - { 1640, 5.5050, 846.0828 }, - { 1581, 4.3727, 309.2783 }, - { 1391, 4.0233, 323.5054 }, - { 1124, 2.8373, 415.5525 }, - { 1087, 4.1834, 2.4477 }, - { 1017, 3.7170, 227.5262 }, - { 957, 0.507, 1265.567 }, - { 853, 3.421, 175.166 }, - { 849, 3.191, 209.367 }, - { 789, 5.007, 0.963 }, - { 749, 2.144, 853.196 }, - { 744, 5.253, 224.345 }, - { 687, 1.747, 1052.268 }, - { 654, 1.599, 0.048 }, - { 634, 2.299, 412.371 }, - { 625, 0.970, 210.118 }, - { 580, 3.093, 74.782 }, - { 546, 2.127, 350.332 }, - { 543, 1.518, 9.561 }, - { 530, 4.449, 117.320 }, - { 478, 2.965, 137.033 }, - { 474, 5.475, 742.990 }, - { 452, 1.044, 490.334 }, - { 449, 1.290, 127.472 }, - { 372, 2.278, 217.231 }, - { 355, 3.013, 838.969 }, - { 347, 1.539, 340.771 }, - { 343, 0.246, 0.521 }, - { 330, 0.247, 1581.959 }, - { 322, 0.961, 203.738 }, - { 322, 2.572, 647.011 }, - { 309, 3.495, 216.480 }, - { 287, 2.370, 351.817 }, - { 278, 0.400, 211.815 }, - { 249, 1.470, 1368.660 }, - { 227, 4.910, 12.530 }, - { 220, 4.204, 200.769 }, - { 209, 1.345, 625.670 }, - { 208, 0.483, 1162.475 }, - { 208, 1.283, 39.357 }, - { 204, 6.011, 265.989 }, - { 185, 3.503, 149.563 }, - { 184, 0.973, 4.193 }, - { 182, 5.491, 2.921 }, - { 174, 1.863, 0.751 }, - { 165, 0.440, 5.417 }, - { 149, 5.736, 52.690 }, - { 148, 1.535, 5.629 }, - { 146, 6.231, 195.140 }, - { 140, 4.295, 21.341 }, - { 131, 4.068, 10.295 }, - { 125, 6.277, 1898.351 }, - { 122, 1.976, 4.666 }, - { 118, 5.341, 554.070 }, - { 117, 2.679, 1155.361 }, - { 114, 5.594, 1059.382 }, - { 112, 1.105, 191.208 }, - { 110, 0.166, 1.484 }, - { 109, 3.438, 536.805 }, - { 107, 4.012, 956.289 }, - { 104, 2.192, 88.866 }, - { 103, 1.197, 1685.052 }, - { 101, 4.965, 269.921 } -}; - -const VSOP87Coefficient g_L1SaturnCoefficients[] = -{ - { 21354295596.0, 0, 0 }, - { 1296855, 1.8282054, 213.2990954 }, - { 564348, 2.885001, 7.113547 }, - { 107679, 2.277699, 206.185548 }, - { 98323, 1.08070, 426.59819 }, - { 40255, 2.04128, 220.41264 }, - { 19942, 1.27955, 103.09277 }, - { 10512, 2.74880, 14.22709 }, - { 6939, 0.4049, 639.8973 }, - { 4803, 2.4419, 419.4846 }, - { 4056, 2.9217, 110.2063 }, - { 3769, 3.6497, 3.9322 }, - { 3385, 2.4169, 3.1814 }, - { 3302, 1.2626, 433.7117 }, - { 3071, 2.3274, 199.0720 }, - { 1953, 3.5639, 11.0457 }, - { 1249, 2.6280, 95.9792 }, - { 922, 1.961, 227.526 }, - { 706, 4.417, 529.691 }, - { 650, 6.174, 202.253 }, - { 628, 6.111, 309.278 }, - { 487, 6.040, 853.196 }, - { 479, 4.988, 522.577 }, - { 468, 4.617, 63.736 }, - { 417, 2.117, 323.505 }, - { 408, 1.299, 209.367 }, - { 352, 2.317, 632.784 }, - { 344, 3.959, 412.371 }, - { 340, 3.634, 316.392 }, - { 336, 3.772, 735.877 }, - { 332, 2.861, 210.118 }, - { 289, 2.733, 117.320 }, - { 281, 5.744, 2.448 }, - { 266, 0.543, 647.011 }, - { 230, 1.644, 216.480 }, - { 192, 2.965, 224.345 }, - { 173, 4.077, 846.083 }, - { 167, 2.597, 21.341 }, - { 136, 2.286, 10.295 }, - { 131, 3.441, 742.990 }, - { 128, 4.095, 217.231 }, - { 109, 6.161, 415.552 }, - { 98, 4.73, 838.97 }, - { 94, 3.48, 1052.27 }, - { 92, 3.95, 88.87 }, - { 87, 1.22, 440.83 }, - { 83, 3.11, 625.67 }, - { 78, 6.24, 302.16 }, - { 67, 0.29, 4.67 }, - { 66, 5.65, 9.56 }, - { 62, 4.29, 127.47 }, - { 62, 1.83, 195.14 }, - { 58, 2.48, 191.96 }, - { 57, 5.02, 137.03 }, - { 55, 0.28, 74.78 }, - { 54, 5.13, 490.33 }, - { 51, 1.46, 536.80 }, - { 47, 1.18, 149.56 }, - { 47, 5.15, 515.46 }, - { 46, 2.23, 956.29 }, - { 44, 2.71, 5.42 }, - { 40, 0.41, 269.92 }, - { 40, 3.89, 728.76 }, - { 38, 0.65, 422.67 }, - { 38, 2.53, 12.53 }, - { 37, 3.78, 2.92 }, - { 35, 6.08, 5.63 }, - { 34, 3.21, 1368.66 }, - { 33, 4.64, 277.03 }, - { 33, 5.43, 1066.50 }, - { 33, 0.30, 351.82 }, - { 32, 4.39, 1155.36 }, - { 31, 2.43, 52.69 }, - { 30, 2.84, 203.00 }, - { 30, 6.19, 284.15 }, - { 30, 3.39, 1059.38 }, - { 29, 2.03, 330.62 }, - { 28, 2.74, 265.99 }, - { 26, 4.51, 340.77 } -}; - -const VSOP87Coefficient g_L2SaturnCoefficients[] = -{ - { 116441, 1.179879, 7.113547 }, - { 91921, 0.07425, 213.29910 }, - { 90592, 0, 0 }, - { 15277, 4.06492, 206.18555 }, - { 10631, 0.25778, 220.41264 }, - { 10605, 5.40964, 426.59819 }, - { 4265, 1.0460, 14.2271 }, - { 1216, 2.9186, 103.0928 }, - { 1165, 4.6094, 639.8973 }, - { 1082, 5.6913, 433.7117 }, - { 1045, 4.0421, 199.0720 }, - { 1020, 0.6337, 3.1814 }, - { 634, 4.388, 419.485 }, - { 549, 5.573, 3.932 }, - { 457, 1.268, 110.206 }, - { 425, 0.209, 227.526 }, - { 274, 4.288, 95.979 }, - { 162, 1.381, 11.046 }, - { 129, 1.566, 309.278 }, - { 117, 3.881, 853.196 }, - { 105, 4.900, 647.011 }, - { 101, 0.893, 21.341 }, - { 96, 2.91, 316.39 }, - { 95, 5.63, 412.37 }, - { 85, 5.73, 209.37 }, - { 83, 6.05, 216.48 }, - { 82, 1.02, 117.32 }, - { 75, 4.76, 210.12 }, - { 67, 0.46, 522.58 }, - { 66, 0.48, 10.29 }, - { 64, 0.35, 323.51 }, - { 61, 4.88, 632.78 }, - { 53, 2.75, 529.69 }, - { 46, 5.69, 440.83 }, - { 45, 1.67, 202.25 }, - { 42, 5.71, 88.87 }, - { 32, 0.07, 63.74 }, - { 32, 1.67, 302.16 }, - { 31, 4.16, 191.96 }, - { 27, 0.83, 224.34 }, - { 25, 5.66, 735.88 }, - { 20, 5.94, 217.23 }, - { 18, 4.90, 625.67 }, - { 17, 1.63, 742.99 }, - { 16, 0.58, 515.46 }, - { 14, 0.21, 838.97 }, - { 14, 3.76, 195.14 }, - { 12, 4.72, 203.00 }, - { 12, 0.13, 234.64 }, - { 12, 3.12, 846.08 }, - { 11, 5.92, 536.80 }, - { 11, 5.60, 728.76 }, - { 11, 3.20, 1066.50 }, - { 10, 4.99, 422.67 }, - { 10, 0.26, 330.62 }, - { 10, 4.15, 860.31 }, - { 9, 0.46, 956.29 }, - { 8, 2.14, 269.92 }, - { 8, 5.25, 429.78 }, - { 8, 4.03, 9.56 }, - { 7, 5.40, 1052.27 }, - { 6, 4.46, 284.15 }, - { 6, 5.93, 405.26 } -}; - -const VSOP87Coefficient g_L3SaturnCoefficients[] = -{ - { 16039, 5.73945, 7.11355 }, - { 4250, 4.5854, 213.2991 }, - { 1907, 4.7608, 220.4126 }, - { 1466, 5.9133, 206.1855 }, - { 1162, 5.6197, 14.2271 }, - { 1067, 3.6082, 426.5982 }, - { 239, 3.861, 433.712 }, - { 237, 5.768, 199.072 }, - { 166, 5.116, 3.181 }, - { 151, 2.736, 639.897 }, - { 131, 4.743, 227.526 }, - { 63, 0.23, 419.48 }, - { 62, 4.74, 103.09 }, - { 40, 5.47, 21.34 }, - { 40, 5.96, 95.98 }, - { 39, 5.83, 110.21 }, - { 28, 3.01, 647.01 }, - { 25, 0.99, 3.93 }, - { 19, 1.92, 853.20 }, - { 18, 4.97, 10.29 }, - { 18, 1.03, 412.37 }, - { 18, 4.20, 216.48 }, - { 18, 3.32, 309.28 }, - { 16, 3.90, 440.83 }, - { 16, 5.62, 117.32 }, - { 13, 1.18, 88.87 }, - { 11, 5.58, 11.05 }, - { 11, 5.93, 191.96 }, - { 10, 3.95, 209.37 }, - { 9, 3.39, 302.16 }, - { 8, 4.88, 323.51 }, - { 7, 0.38, 632.78 }, - { 6, 2.25, 522.58 }, - { 6, 1.06, 210.12 }, - { 5, 4.64, 234.64 }, - { 4, 3.14, 0 }, - { 4, 2.31, 515.46 }, - { 3, 2.20, 860.31 }, - { 3, 0.59, 529.69 }, - { 3, 4.93, 224.34 }, - { 3, 0.42, 625.67 }, - { 2, 4.77, 330.62 }, - { 2, 3.35, 429.78 }, - { 2, 3.20, 202.25 }, - { 2, 1.19, 1066.50 }, - { 2, 1.35, 405.26 }, - { 2, 4.16, 223.59 }, - { 2, 3.07, 654.12 } -}; - -const VSOP87Coefficient g_L4SaturnCoefficients[] = -{ - { 1662, 3.9983, 7.1135 }, - { 257, 2.984, 220.413 }, - { 236, 3.902, 14.227 }, - { 149, 2.741, 213.299 }, - { 114, 3.142, 0 }, - { 110, 1.515, 206.186 }, - { 68, 1.72, 426.60 }, - { 40, 2.05, 433.71 }, - { 38, 1.24, 199.07 }, - { 31, 3.01, 227.53 }, - { 15, 0.83, 639.90 }, - { 9, 3.71, 21.34 }, - { 6, 2.42, 419.48 }, - { 6, 1.16, 647.01 }, - { 4, 1.45, 95.98 }, - { 4, 2.12, 440.83 }, - { 3, 4.09, 110.21 }, - { 3, 2.77, 412.37 }, - { 3, 3.01, 88.87 }, - { 3, 0.00, 853.20 }, - { 3, 0.39, 103.09 }, - { 2, 3.78, 117.32 }, - { 2, 2.83, 234.64 }, - { 2, 5.08, 309.28 }, - { 2, 2.24, 216.48 }, - { 2, 5.19, 302.16 }, - { 1, 1.55, 191.96 } -}; - -const VSOP87Coefficient g_L5SaturnCoefficients[] = -{ - { 124, 2.259, 7.114 }, - { 34, 2.16, 14.23 }, - { 28, 1.20, 220.41 }, - { 6, 1.22, 227.53 }, - { 5, 0.24, 433.71 }, - { 4, 6.23, 426.60 }, - { 3, 2.97, 199.07 }, - { 3, 4.29, 206.19 }, - { 2, 6.25, 213.30 }, - { 1, 5.28, 639.90 }, - { 1, 0.24, 440.83 }, - { 1, 3.14, 0 } -}; - -const VSOP87Coefficient g_B0SaturnCoefficients[] = -{ - { 4330678, 3.6028443, 213.2990954 }, - { 240348, 2.852385, 426.598191 }, - { 84746, 0, 0 }, - { 34116, 0.57297, 206.18555 }, - { 30863, 3.48442, 220.41264 }, - { 14734, 2.11847, 639.89729 }, - { 9917, 5.7900, 419.4846 }, - { 6994, 4.7360, 7.1135 }, - { 4808, 5.4331, 316.3919 }, - { 4788, 4.9651, 110.2063 }, - { 3432, 2.7326, 433.7117 }, - { 1506, 6.0130, 103.0928 }, - { 1060, 5.6310, 529.6910 }, - { 969, 5.204, 632.784 }, - { 942, 1.396, 853.196 }, - { 708, 3.803, 323.505 }, - { 552, 5.131, 202.253 }, - { 400, 3.359, 227.526 }, - { 319, 3.626, 209.367 }, - { 316, 1.997, 647.011 }, - { 314, 0.465, 217.231 }, - { 284, 4.886, 224.345 }, - { 236, 2.139, 11.046 }, - { 215, 5.950, 846.083 }, - { 209, 2.120, 415.552 }, - { 207, 0.730, 199.072 }, - { 179, 2.954, 63.736 }, - { 141, 0.644, 490.334 }, - { 139, 4.595, 14.227 }, - { 139, 1.998, 735.877 }, - { 135, 5.245, 742.990 }, - { 122, 3.115, 522.577 }, - { 116, 3.109, 216.480 }, - { 114, 0.963, 210.118 } -}; - -const VSOP87Coefficient g_B1SaturnCoefficients[] = -{ - { 397555, 5.332900, 213.299095 }, - { 49479, 3.14159, 0 }, - { 18572, 6.09919, 426.59819 }, - { 14801, 2.30586, 206.18555 }, - { 9644, 1.6967, 220.4126 }, - { 3757, 1.2543, 419.4846 }, - { 2717, 5.9117, 639.8973 }, - { 1455, 0.8516, 433.7117 }, - { 1291, 2.9177, 7.1135 }, - { 853, 0.436, 316.392 }, - { 298, 0.919, 632.784 }, - { 292, 5.316, 853.196 }, - { 284, 1.619, 227.526 }, - { 275, 3.889, 103.093 }, - { 172, 0.052, 647.011 }, - { 166, 2.444, 199.072 }, - { 158, 5.209, 110.206 }, - { 128, 1.207, 529.691 }, - { 110, 2.457, 217.231 }, - { 82, 2.76, 210.12 }, - { 81, 2.86, 14.23 }, - { 69, 1.66, 202.25 }, - { 65, 1.26, 216.48 }, - { 61, 1.25, 209.37 }, - { 59, 1.82, 323.51 }, - { 46, 0.82, 440.83 }, - { 36, 1.82, 224.34 }, - { 34, 2.84, 117.32 }, - { 33, 1.31, 412.37 }, - { 32, 1.19, 846.08 }, - { 27, 4.65, 1066.50 }, - { 27, 4.44, 11.05 } -}; - -const VSOP87Coefficient g_B2SaturnCoefficients[] = -{ - { 20630, 0.50482, 213.29910 }, - { 3720, 3.9983, 206.1855 }, - { 1627, 6.1819, 220.4126 }, - { 1346, 0, 0 }, - { 706, 3.039, 419.485 }, - { 365, 5.099, 426.598 }, - { 330, 5.279, 433.712 }, - { 219, 3.828, 639.897 }, - { 139, 1.043, 7.114 }, - { 104, 6.157, 227.526 }, - { 93, 1.98, 316.39 }, - { 71, 4.15, 199.07 }, - { 52, 2.88, 632.78 }, - { 49, 4.43, 647.01 }, - { 41, 3.16, 853.20 }, - { 29, 4.53, 210.12 }, - { 24, 1.12, 14.23 }, - { 21, 4.35, 217.23 }, - { 20, 5.31, 440.83 }, - { 18, 0.85, 110.21 }, - { 17, 5.68, 216.48 }, - { 16, 4.26, 103.09 }, - { 14, 3.00, 412.37 }, - { 12, 2.53, 529.69 }, - { 8, 3.32, 202.25 }, - { 7, 5.56, 209.37 }, - { 7, 0.29, 323.51 }, - { 6, 1.16, 117.32 }, - { 6, 3.61, 860.31 } -}; - -const VSOP87Coefficient g_B3SaturnCoefficients[] = -{ - { 666, 1.990, 213.299 }, - { 632, 5.698, 206.186 }, - { 398, 0, 0 }, - { 188, 4.338, 220.413 }, - { 92, 4.84, 419.48 }, - { 52, 3.42, 433.71 }, - { 42, 2.38, 426.60 }, - { 26, 4.40, 227.53 }, - { 21, 5.85, 199.07 }, - { 18, 1.99, 639.90 }, - { 11, 5.37, 7.11 }, - { 10, 2.55, 647.01 }, - { 7, 3.46, 316.39 }, - { 6, 4.80, 632.78 }, - { 6, 0.02, 210.12 }, - { 6, 3.52, 440.83 }, - { 5, 5.64, 14.23 }, - { 5, 1.22, 853.20 }, - { 4, 4.71, 412.37 }, - { 3, 0.63, 103.09 }, - { 2, 3.72, 216.48 } -}; - -const VSOP87Coefficient g_B4SaturnCoefficients[] = -{ - { 80, 1.12, 206.19 }, - { 32, 3.12, 213.30 }, - { 17, 2.48, 220.41 }, - { 12, 3.14, 0 }, - { 9, 0.38, 419.48 }, - { 6, 1.56, 433.71 }, - { 5, 2.63, 227.53 }, - { 5, 1.28, 199.07 }, - { 1, 1.43, 426.60 }, - { 1, 0.67, 647.01 }, - { 1, 1.72, 440.83 }, - { 1, 6.18, 639.90 } -}; - -const VSOP87Coefficient g_B5SaturnCoefficients[] = -{ - { 8, 2.82, 206.19 }, - { 1, 0.51, 220.41 } -}; - -const VSOP87Coefficient g_R0SaturnCoefficients[] = -{ - { 955758136, 0, 0 }, - { 52921382, 2.39226220, 213.29909544 }, - { 1873680, 5.2354961, 206.1855484 }, - { 1464664, 1.6476305, 426.5981909 }, - { 821891, 5.935200, 316.391870 }, - { 547507, 5.015326, 103.092774 }, - { 371684, 2.271148, 220.412642 }, - { 361778, 3.139043, 7.113547 }, - { 140618, 5.704067, 632.783739 }, - { 108975, 3.293136, 110.206321 }, - { 69007, 5.94100, 419.48464 }, - { 61053, 0.94038, 639.89729 }, - { 48913, 1.55733, 202.25340 }, - { 34144, 0.19519, 277.03499 }, - { 32402, 5.47085, 949.17561 }, - { 20937, 0.46349, 735.87651 }, - { 20839, 1.52103, 433.71174 }, - { 20747, 5.33256, 199.07200 }, - { 15298, 3.05944, 529.69097 }, - { 14296, 2.60434, 323.50542 }, - { 12884, 1.64892, 138.51750 }, - { 11993, 5.98051, 846.08283 }, - { 11380, 1.73106, 522.57742 }, - { 9796, 5.2048, 1265.5675 }, - { 7753, 5.8519, 95.9792 }, - { 6771, 3.0043, 14.2271 }, - { 6466, 0.1773, 1052.2684 }, - { 5850, 1.4552, 415.5525 }, - { 5307, 0.5974, 63.7359 }, - { 4696, 2.1492, 227.5262 }, - { 4044, 1.6401, 209.3669 }, - { 3688, 0.7802, 412.3711 }, - { 3461, 1.8509, 175.1661 }, - { 3420, 4.9455, 1581.9593 }, - { 3401, 0.5539, 350.3321 }, - { 3376, 3.6953, 224.3448 }, - { 2976, 5.6847, 210.1177 }, - { 2885, 1.3876, 838.9693 }, - { 2881, 0.1796, 853.1964 }, - { 2508, 3.5385, 742.9901 }, - { 2448, 6.1841, 1368.6603 }, - { 2406, 2.9656, 117.3199 }, - { 2174, 0.0151, 340.7709 }, - { 2024, 5.0541, 11.0457 } -}; - -const VSOP87Coefficient g_R1SaturnCoefficients[] = -{ - { 6182981, 0.2584352, 213.2990954 }, - { 506578, 0.711147, 206.185548 }, - { 341394, 5.796358, 426.598191 }, - { 188491, 0.472157, 220.412642 }, - { 186262, 3.141593, 0 }, - { 143891, 1.407449, 7.113547 }, - { 49621, 6.01744, 103.09277 }, - { 20928, 5.09246, 639.89729 }, - { 19953, 1.17560, 419.48464 }, - { 18840, 1.60820, 110.20632 }, - { 13877, 0.75886, 199.07200 }, - { 12893, 5.94330, 433.71174 }, - { 5397, 1.2885, 14.2271 }, - { 4869, 0.8679, 323.5054 }, - { 4247, 0.3930, 227.5262 }, - { 3252, 1.2585, 95.9792 }, - { 3081, 3.4366, 522.5774 }, - { 2909, 4.6068, 202.2534 }, - { 2856, 2.1673, 735.8765 }, - { 1988, 2.4505, 412.3711 }, - { 1941, 6.0239, 209.3669 }, - { 1581, 1.2919, 210.1177 }, - { 1340, 4.3080, 853.1964 }, - { 1316, 1.2530, 117.3199 }, - { 1203, 1.8665, 316.3919 }, - { 1091, 0.0753, 216.4805 }, - { 966, 0.480, 632.784 }, - { 954, 5.152, 647.011 }, - { 898, 0.983, 529.691 }, - { 882, 1.885, 1052.268 }, - { 874, 1.402, 224.345 }, - { 785, 3.064, 838.969 }, - { 740, 1.382, 625.670 }, - { 658, 4.144, 309.278 }, - { 650, 1.725, 742.990 }, - { 613, 3.033, 63.736 }, - { 599, 2.549, 217.231 }, - { 503, 2.130, 3.932 } -}; - -const VSOP87Coefficient g_R2SaturnCoefficients[] = -{ - { 436902, 4.786717, 213.299095 }, - { 71923, 2.50070, 206.18555 }, - { 49767, 4.97168, 220.41264 }, - { 43221, 3.86940, 426.59819 }, - { 29646, 5.96310, 7.11355 }, - { 4721, 2.4753, 199.0720 }, - { 4142, 4.1067, 433.7117 }, - { 3789, 3.0977, 639.8973 }, - { 2964, 1.3721, 103.0928 }, - { 2556, 2.8507, 419.4846 }, - { 2327, 0, 0 }, - { 2208, 6.2759, 110.2063 }, - { 2188, 5.8555, 14.2271 }, - { 1957, 4.9245, 227.5262 }, - { 924, 5.464, 323.505 }, - { 706, 2.971, 95.979 }, - { 546, 4.129, 412.371 }, - { 431, 5.178, 522.577 }, - { 405, 4.173, 209.367 }, - { 391, 4.481, 216.480 }, - { 374, 5.834, 117.320 }, - { 361, 3.277, 647.011 }, - { 356, 3.192, 210.118 }, - { 326, 2.269, 853.196 }, - { 207, 4.022, 735.877 }, - { 204, 0.088, 202.253 }, - { 180, 3.597, 632.784 }, - { 178, 4.097, 440.825 }, - { 154, 3.135, 625.670 }, - { 148, 0.136, 302.165 }, - { 133, 2.594, 191.958 }, - { 132, 5.933, 309.278 } -}; - -const VSOP87Coefficient g_R3SaturnCoefficients[] = -{ - { 20315, 3.02187, 213.29910 }, - { 8924, 3.1914, 220.4126 }, - { 6909, 4.3517, 206.1855 }, - { 4087, 4.2241, 7.1135 }, - { 3879, 2.0106, 426.5982 }, - { 1071, 4.2036, 199.0720 }, - { 907, 2.283, 433.712 }, - { 606, 3.175, 227.526 }, - { 597, 4.135, 14.227 }, - { 483, 1.173, 639.897 }, - { 393, 0, 0 }, - { 229, 4.698, 419.485 }, - { 188, 4.590, 110.206 }, - { 150, 3.202, 103.093 }, - { 121, 3.768, 323.505 }, - { 102, 4.710, 95.979 }, - { 101, 5.819, 412.371 }, - { 93, 1.44, 647.01 }, - { 84, 2.63, 216.48 }, - { 73, 4.15, 117.32 }, - { 62, 2.31, 440.83 }, - { 55, 0.31, 853.20 }, - { 50, 2.39, 209.37 }, - { 45, 4.37, 191.96 }, - { 41, 0.69, 522.58 }, - { 40, 1.84, 302.16 }, - { 38, 5.94, 88.87 }, - { 32, 4.01, 21.34 } -}; - -const VSOP87Coefficient g_R4SaturnCoefficients[] = -{ - { 1202, 1.4150, 220.4126 }, - { 708, 1.162, 213.299 }, - { 516, 6.240, 206.186 }, - { 427, 2.469, 7.114 }, - { 268, 0.187, 426.598 }, - { 170, 5.959, 199.072 }, - { 150, 0.480, 433.712 }, - { 145, 1.442, 227.526 }, - { 121, 2.405, 14.227 }, - { 47, 5.57, 639.90 }, - { 19, 5.86, 647.01 }, - { 17, 0.53, 440.83 }, - { 16, 2.90, 110.21 }, - { 15, 0.30, 419.48 }, - { 14, 1.30, 412.37 }, - { 13, 2.09, 323.51 }, - { 11, 0.22, 95.98 }, - { 11, 2.46, 117.32 }, - { 10, 3.14, 0 }, - { 9, 1.56, 88.87 }, - { 9, 2.28, 21.34 }, - { 9, 0.68, 216.48 }, - { 8, 1.27, 234.64 } -}; - -const VSOP87Coefficient g_R5SaturnCoefficients[] = -{ - { 129, 5.913, 220.413 }, - { 32, 0.69, 7.11 }, - { 27, 5.91, 227.53 }, - { 20, 4.95, 433.71 }, - { 20, 0.67, 14.23 }, - { 14, 2.67, 206.19 }, - { 14, 1.46, 199.07 }, - { 13, 4.59, 426.60 }, - { 7, 4.63, 213.30 }, - { 5, 3.61, 639.90 }, - { 4, 4.90, 440.83 }, - { 3, 4.07, 647.01 }, - { 3, 4.66, 191.96 }, - { 3, 0.49, 323.51 }, - { 3, 3.18, 419.48 }, - { 2, 3.70, 88.87 }, - { 2, 3.32, 95.98 }, - { 2, 0.56, 117.32 } -}; - -#ifndef UNREFERENCED_PARAMETER -#define UNREFERENCED_PARAMETER(x) ((void)(x)) -#endif //#ifndef UNREFERENCED_PARAMETER - - -///////////////////////////// Implementation ////////////////////////////////// - -double CAASaturn::EclipticLongitude(double JD, bool bHighPrecision) -{ -#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION - if (bHighPrecision) - return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Saturn::L(JD))); -#else - UNREFERENCED_PARAMETER(bHighPrecision); -#endif //#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION - - double rho = (JD - 2451545) / 365250; - double rhosquared = rho*rho; - double rhocubed = rhosquared*rho; - double rho4 = rhocubed*rho; - double rho5 = rho4*rho; - - //Calculate L0 - int nL0Coefficients = sizeof(g_L0SaturnCoefficients) / sizeof(VSOP87Coefficient); - double L0 = 0; - int i; - for (i=0; i -using namespace std; - - -//////////////////////////// Implementation /////////////////////////////////// - -double CAASun::GeometricEclipticLongitude(double JD, bool bHighPrecision) -{ - return CAACoordinateTransformation::MapTo0To360Range(CAAEarth::EclipticLongitude(JD, bHighPrecision) + 180); -} - -double CAASun::GeometricEclipticLatitude(double JD, bool bHighPrecision) -{ - return -CAAEarth::EclipticLatitude(JD, bHighPrecision); -} - -double CAASun::GeometricEclipticLongitudeJ2000(double JD, bool bHighPrecision) -{ - return CAACoordinateTransformation::MapTo0To360Range(CAAEarth::EclipticLongitudeJ2000(JD, bHighPrecision) + 180); -} - -double CAASun::GeometricEclipticLatitudeJ2000(double JD, bool bHighPrecision) -{ - return -CAAEarth::EclipticLatitudeJ2000(JD, bHighPrecision); -} - -double CAASun::GeometricFK5EclipticLongitude(double JD, bool bHighPrecision) -{ - //Convert to the FK5 stystem - double Longitude = GeometricEclipticLongitude(JD, bHighPrecision); - double Latitude = GeometricEclipticLatitude(JD, bHighPrecision); - Longitude += CAAFK5::CorrectionInLongitude(Longitude, Latitude, JD); - - return Longitude; -} - -double CAASun::GeometricFK5EclipticLatitude(double JD, bool bHighPrecision) -{ - //Convert to the FK5 stystem - double Longitude = GeometricEclipticLongitude(JD, bHighPrecision); - double Latitude = GeometricEclipticLatitude(JD, bHighPrecision); - double SunLatCorrection = CAAFK5::CorrectionInLatitude(Longitude, JD); - Latitude += SunLatCorrection; - - return Latitude; -} - -double CAASun::ApparentEclipticLongitude(double JD, bool bHighPrecision) -{ - double Longitude = GeometricFK5EclipticLongitude(JD, bHighPrecision); - - //Apply the correction in longitude due to nutation - Longitude += CAACoordinateTransformation::DMSToDegrees(0, 0, CAANutation::NutationInLongitude(JD)); - - //Apply the correction in longitude due to aberration - double R = CAAEarth::RadiusVector(JD, bHighPrecision); - Longitude -= CAACoordinateTransformation::DMSToDegrees(0, 0, 20.4898 / R); - - return Longitude; -} - -double CAASun::ApparentEclipticLatitude(double JD, bool bHighPrecision) -{ - return GeometricFK5EclipticLatitude(JD, bHighPrecision); -} - -CAA3DCoordinate CAASun::EquatorialRectangularCoordinatesMeanEquinox(double JD, bool bHighPrecision) -{ - double Longitude = CAACoordinateTransformation::DegreesToRadians(GeometricFK5EclipticLongitude(JD, bHighPrecision)); - double Latitude = CAACoordinateTransformation::DegreesToRadians(GeometricFK5EclipticLatitude(JD, bHighPrecision)); - double R = CAAEarth::RadiusVector(JD, bHighPrecision); - double epsilon = CAACoordinateTransformation::DegreesToRadians(CAANutation::MeanObliquityOfEcliptic(JD)); - - CAA3DCoordinate value; - value.X = R * cos(Latitude) * cos(Longitude); - value.Y = R * (cos(Latitude) * sin(Longitude) * cos(epsilon) - sin(Latitude) * sin(epsilon)); - value.Z = R * (cos(Latitude) * sin(Longitude) * sin(epsilon) + sin(Latitude) * cos(epsilon)); - - return value; -} - -CAA3DCoordinate CAASun::EclipticRectangularCoordinatesJ2000(double JD, bool bHighPrecision) -{ - double Longitude = GeometricEclipticLongitudeJ2000(JD, bHighPrecision); - Longitude = CAACoordinateTransformation::DegreesToRadians(Longitude); - double Latitude = GeometricEclipticLatitudeJ2000(JD, bHighPrecision); - Latitude = CAACoordinateTransformation::DegreesToRadians(Latitude); - double R = CAAEarth::RadiusVector(JD, bHighPrecision); - - CAA3DCoordinate value; - double coslatitude = cos(Latitude); - value.X = R * coslatitude * cos(Longitude); - value.Y = R * coslatitude * sin(Longitude); - value.Z = R * sin(Latitude); - - return value; -} - -CAA3DCoordinate CAASun::EquatorialRectangularCoordinatesJ2000(double JD, bool bHighPrecision) -{ - CAA3DCoordinate value = EclipticRectangularCoordinatesJ2000(JD, bHighPrecision); - value = CAAFK5::ConvertVSOPToFK5J2000(value); - - return value; -} - -CAA3DCoordinate CAASun::EquatorialRectangularCoordinatesB1950(double JD, bool bHighPrecision) -{ - CAA3DCoordinate value = EclipticRectangularCoordinatesJ2000(JD, bHighPrecision); - value = CAAFK5::ConvertVSOPToFK5B1950(value); - - return value; -} - -CAA3DCoordinate CAASun::EquatorialRectangularCoordinatesAnyEquinox(double JD, double JDEquinox, bool bHighPrecision) -{ - CAA3DCoordinate value = EquatorialRectangularCoordinatesJ2000(JD, bHighPrecision); - value = CAAFK5::ConvertVSOPToFK5AnyEquinox(value, JDEquinox); - - return value; -} diff --git a/Vendor/AA+/1.6.3/AATest.cpp b/Vendor/AA+/1.6.3/AATest.cpp deleted file mode 100755 index c38ba80..0000000 --- a/Vendor/AA+/1.6.3/AATest.cpp +++ /dev/null @@ -1,2920 +0,0 @@ -#include "stdafx.h" -#define _USE_MATH_DEFINES -#include "AA+.h" -#include -#include -#include -using namespace std; - - -#ifndef UNREFERENCED_PARAMETER -#define UNREFERENCED_PARAMETER(x) ((void)(x)) -#endif //#ifndef UNREFERENCED_PARAMETER - - -void GetSolarRaDecByJulian(double JD, bool bHighPrecision, double& RA, double& Dec) -{ - double JDSun = CAADynamicalTime::UTC2TT(JD); - double lambda = CAASun::ApparentEclipticLongitude(JDSun, bHighPrecision); - double beta = CAASun::ApparentEclipticLatitude(JDSun, bHighPrecision); - double epsilon = CAANutation::TrueObliquityOfEcliptic(JDSun); - CAA2DCoordinate Solarcoord = CAACoordinateTransformation::Ecliptic2Equatorial(lambda, beta, epsilon); - RA = Solarcoord.X; - Dec = Solarcoord.Y; -} - -void GetLunarRaDecByJulian(double JD, double& RA, double& Dec) -{ - double JDMoon = CAADynamicalTime::UTC2TT(JD); - double lambda = CAAMoon::EclipticLongitude(JDMoon); - double beta = CAAMoon::EclipticLatitude(JDMoon); - double epsilon = CAANutation::TrueObliquityOfEcliptic(JDMoon); - CAA2DCoordinate Lunarcoord = CAACoordinateTransformation::Ecliptic2Equatorial(lambda, beta, epsilon); - RA = Lunarcoord.X; - Dec = Lunarcoord.Y; -} - -CAARiseTransitSetDetails GetSunRiseTransitSet(double JD, double longitude, double latitude, bool bHighPrecision) -{ - double alpha1 = 0; - double delta1 = 0; - GetSolarRaDecByJulian(JD - 1, bHighPrecision, alpha1, delta1); - double alpha2 = 0; - double delta2 = 0; - GetSolarRaDecByJulian(JD, bHighPrecision, alpha2, delta2); - double alpha3 = 0; - double delta3 = 0; - GetSolarRaDecByJulian(JD + 1, bHighPrecision, alpha3, delta3); - return CAARiseTransitSet::Calculate(CAADynamicalTime::UTC2TT(JD), alpha1, delta1, alpha2, delta2, alpha3, delta3, longitude, latitude, -0.8333); -} - -CAARiseTransitSetDetails GetMoonRiseTransitSet(double JD, double longitude, double latitude) -{ - double alpha1 = 0; - double delta1 = 0; - GetLunarRaDecByJulian(JD - 1, alpha1, delta1); - double alpha2 = 0; - double delta2 = 0; - GetLunarRaDecByJulian(JD, alpha2, delta2); - double alpha3 = 0; - double delta3 = 0; - GetLunarRaDecByJulian(JD + 1, alpha3, delta3); - return CAARiseTransitSet::Calculate(CAADynamicalTime::UTC2TT(JD), alpha1, delta1, alpha2, delta2, alpha3, delta3, longitude, latitude, 0.125); -} - -void PrintTime(double JD, const char* msg) -{ - CAADate date_time(JD, true); - long year = 0; - long month = 0; - long day = 0; - long hour = 0; - long minute = 0; - double second = 0; - date_time.Get(year, month, day, hour, minute, second); - printf("%s: %d-%d-%d %02d:%02d:%02d\n", msg, static_cast(year), static_cast(month), static_cast(day), static_cast(hour), static_cast(minute), static_cast(second)); -} - -void PrintRiseTransitSet(double JD, CAARiseTransitSetDetails& rise_transit_set) -{ - if (rise_transit_set.bRiseValid) - { - double riseJD = (JD + (rise_transit_set.Rise / 24.00)); - PrintTime(riseJD, "Rise"); - } - - double transitJD = (JD + (rise_transit_set.Transit / 24.00)); - PrintTime(transitJD, "Transit"); - - if (rise_transit_set.bSetValid) - { - double setJD = (JD + (rise_transit_set.Set / 24.00)); - PrintTime(setJD, "Set"); - } -} - -void PrintRiseTransitSet2(double JD, int time_zone_offset, CAARiseTransitSetDetails& rise_transit_set) -{ - if (rise_transit_set.bRiseValid) - { - double riseJD = (JD + ((rise_transit_set.Rise) / 24.00)); - PrintTime(riseJD, "Rise (UTC)"); - riseJD += ((time_zone_offset) / 24.00); - PrintTime(riseJD, "Rise (Local)"); - } - - double transitJD = (JD + ((rise_transit_set.Transit) / 24.00)); - PrintTime(transitJD, "Transit (UTC)"); - transitJD += ((time_zone_offset) / 24.00); - PrintTime(transitJD, "Transit (Local)"); - - if (rise_transit_set.bSetValid) - { - double setJD = (JD + ((rise_transit_set.Set) / 24.00)); - PrintTime(setJD, "Set (UTC)"); - setJD += ((time_zone_offset) / 24.00); - PrintTime(setJD, "Set (Local)"); - } -} - -void GetMoonIllumination(double JD, bool bHighPrecision, double& illuminated_fraction, double& position_angle, double& phase_angle) -{ - double moon_alpha = 0; - double moon_delta = 0; - GetLunarRaDecByJulian(JD, moon_alpha, moon_delta); - double sun_alpha = 0; - double sun_delta = 0; - GetSolarRaDecByJulian(JD, bHighPrecision, sun_alpha, sun_delta); - double geo_elongation = CAAMoonIlluminatedFraction::GeocentricElongation(moon_alpha, moon_delta, sun_alpha, sun_delta); - - position_angle = CAAMoonIlluminatedFraction::PositionAngle(sun_alpha, sun_delta, moon_alpha, moon_delta); - phase_angle = CAAMoonIlluminatedFraction::PhaseAngle(geo_elongation, 368410.0, 149971520.0); - illuminated_fraction = CAAMoonIlluminatedFraction::IlluminatedFraction(phase_angle); -} - -void ASCIIPlot(char* buf, int buf_w, int x, int y, bool b) -{ - buf[x + y * buf_w] = b ? 'X' : ' '; -} - -void DrawFilledEllipse(char* buf, int buf_w, int c_x, int c_y, int w, int h, bool half_l, bool half_r, bool b) -{ - int hh = h * h; - int ww = w * w; - int hhww = hh * ww; - int x0 = w; - int dx = 0; - - //do the horizontal diameter - if (half_l) - { - for (int x = 0; x <= w; x++) - ASCIIPlot(buf, buf_w, c_x - x, c_y, b); - } - if (half_r) - { - for (int x = -w; x <= 0; x++) - ASCIIPlot(buf, buf_w, c_x - x, c_y, b); - } - //now do both halves at the same time, away from the diameter - for (int y = 1; y <= h; y++) - { - int x1 = x0 - (dx - 1); //try slopes of dx - 1 or more - for ( ; x1 > 0; x1--) - { - if (x1*x1*hh + y*y*ww <= hhww) - break; - } - dx = x0 - x1; // current approximation of the slope - x0 = x1; - - for (int x = -x0; x <= x0; x++) - { - if ((half_l && x <= 0) || (half_r && x >= 0)) - { - ASCIIPlot(buf, buf_w, c_x + x, c_y - y, b); - ASCIIPlot(buf, buf_w, c_x + x, c_y + y, b); - } - } - } -} - -double MapRange(double new_min, double new_max, double old_min, double old_max, double old_val) -{ - return (((old_val - old_min) * (new_max - new_min)) / (old_max - old_min)) + new_min; -} - -void PrintMoonPhase(double position_angle, double phase_angle) -{ - //Phase: - //right side illuminated: 0 - 180 degrees - //left side illuminated: 180 - 360 degrees - //0 degrees = new moon - //90 degrees = first quarter (right half illuminated) - //180 degrees = full moon - //270 degrees = last quarter (left half illuminated) - double phase(position_angle < 180 ? phase_angle + 180 : 180 - phase_angle); - - const int buf_w = 80; - const int buf_h = 40; - char buf[buf_w * buf_h]; - memset(buf, ' ', sizeof(buf)); - - int center_x = buf_w / 2; - int center_y = buf_h / 2; - int radius_w = (buf_w - 1) / 2; - int radius_h = (buf_h - 1) / 2; - - if (phase < 90) - { - //round right + cut out right - DrawFilledEllipse(buf, buf_w, center_x, center_y, radius_w, radius_h, false, true, true); - DrawFilledEllipse(buf, buf_w, center_x, center_y, - static_cast(radius_w * sin(MapRange(M_PI_2, 0.0f, 0.0f, 90.0f, phase))), radius_h, - false, true, false); - } - else if (phase >= 90 && phase < 180) - { - //round right + addition left - DrawFilledEllipse(buf, buf_w, center_x, center_y, radius_w, radius_h, false, true, true); - DrawFilledEllipse(buf, buf_w, center_x, center_y, - static_cast(radius_w * sin(MapRange(0.0f, M_PI_2, 90.0f, 180.0f, phase))), radius_h, - true, false, true); - } - else if (phase >= 180 && phase < 270) - { - //round left + addition right - DrawFilledEllipse(buf, buf_w, center_x, center_y, radius_w, radius_h, true, false, true); - DrawFilledEllipse(buf, buf_w, center_x, center_y, - static_cast(radius_w * sin(MapRange(M_PI_2, 0.0f, 180.0f, 270.0f, phase))), radius_h, - false, true, true); - } - else - { - //round left + cut out left - DrawFilledEllipse(buf, buf_w, center_x, center_y, radius_w, radius_h, true, false, true); - DrawFilledEllipse(buf, buf_w, center_x, center_y, - static_cast(radius_w * sin(MapRange(0.0f, M_PI_2, 270.0f, 360.0f, phase))), radius_h, - true, false, false); - } - - for (int y=0; y((illuminated_fraction * 100) + 0.5)); - PrintMoonPhase(position_angle, phase_angle); -} - -void PrintSunAndMoonInfo(long year, long month, long day, double longitude, double latitude, bool bHighPrecision) -{ - CAADate CalcDate(year, month, day, true); - double JD = CalcDate.Julian(); - printf("Times are in UTC\n"); - CAARiseTransitSetDetails sun_rise_transit_set(GetSunRiseTransitSet(JD, longitude, latitude, bHighPrecision)); - printf("Sun:\n"); - PrintRiseTransitSet(JD, sun_rise_transit_set); - printf("Moon:\n"); - CAARiseTransitSetDetails moon_rise_transit_set(GetMoonRiseTransitSet(JD, longitude, latitude)); - PrintRiseTransitSet(JD, moon_rise_transit_set); - PrintMoonIlluminationAndPhase(JD, bHighPrecision); -} - -void PrintSunAndMoonInfo2(const char* city_name, int year, int month, int day, int time_offset, double longitude, double latitude, bool bHighPrecision) -{ - CAADate CalcDate(year, month, day, true); - double JD = CalcDate.Julian(); - printf("Information for %s. Times are offset %d hrs from UTC\n", city_name, time_offset); - CAARiseTransitSetDetails sun_rise_transit_set(GetSunRiseTransitSet(JD, longitude, latitude, bHighPrecision)); - printf("\nSun:\n"); - PrintRiseTransitSet2(JD, time_offset, sun_rise_transit_set); - printf("\nMoon:\n"); - CAARiseTransitSetDetails moon_rise_transit_set(GetMoonRiseTransitSet(JD, longitude, latitude)); - PrintRiseTransitSet2(JD, time_offset, moon_rise_transit_set); - printf("\n\nxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx\n\n"); -} - -void GetMercuryRaDecByJulian(double JD, bool bHighPrecision, double& RA, double& Dec) -{ - double JDMercury = CAADynamicalTime::UTC2TT(JD); - double lambda = CAAMercury::EclipticLongitude(JDMercury, bHighPrecision); - double beta = CAAMercury::EclipticLatitude(JDMercury, bHighPrecision); - double epsilon = CAANutation::TrueObliquityOfEcliptic(JDMercury); - CAA2DCoordinate Mercurycoord = CAACoordinateTransformation::Ecliptic2Equatorial(lambda, beta, epsilon); - RA = Mercurycoord.X; - Dec = Mercurycoord.Y; -} - -CAARiseTransitSetDetails GetMercuryRiseTransitSet(double JD, double longitude, double latitude, bool bHighPrecision) -{ - double alpha1 = 0; - double delta1 = 0; - GetMercuryRaDecByJulian(JD - 1, bHighPrecision, alpha1, delta1); - double alpha2 = 0; - double delta2 = 0; - GetMercuryRaDecByJulian(JD, bHighPrecision, alpha2, delta2); - double alpha3 = 0; - double delta3 = 0; - GetMercuryRaDecByJulian(JD + 1, bHighPrecision, alpha3, delta3); - - printf("%f,%f,%f\n", alpha1, alpha2, alpha3); - - return CAARiseTransitSet::Calculate(CAADynamicalTime::UTC2TT(JD), alpha1, delta1, alpha2, delta2, alpha3, delta3, longitude, latitude, -0.5667); -} - -void PrintTransit(double JD, CAARiseTransitSetDetails& rise_transit_set) -{ - double transitJD = (JD + (rise_transit_set.Transit / 24.00)); - PrintTime(transitJD, "Transit"); -} - -void PrintMercuryInfo(double JD, double longitude, double latitude, bool bHighPrecision) -{ - CAARiseTransitSetDetails Mercury_rise_transit_set(GetMercuryRiseTransitSet(JD, longitude, latitude, bHighPrecision)); - PrintTransit(JD, Mercury_rise_transit_set); -} - -int main() -{ - double MappedValue = CAACoordinateTransformation::MapTo0To2PIRange(-7); - UNREFERENCED_PARAMETER(MappedValue); - MappedValue = CAACoordinateTransformation::MapTo0To2PIRange(-1); - MappedValue = CAACoordinateTransformation::MapTo0To2PIRange(1); - MappedValue = CAACoordinateTransformation::MapTo0To2PIRange(2); - MappedValue = CAACoordinateTransformation::MapTo0To2PIRange(7); - - MappedValue = CAACoordinateTransformation::MapTo0To360Range(-361); - MappedValue = CAACoordinateTransformation::MapTo0To360Range(-150); - MappedValue = CAACoordinateTransformation::MapTo0To360Range(-50); - MappedValue = CAACoordinateTransformation::MapTo0To360Range(50); - MappedValue = CAACoordinateTransformation::MapTo0To360Range(150); - MappedValue = CAACoordinateTransformation::MapTo0To360Range(250); - MappedValue = CAACoordinateTransformation::MapTo0To360Range(370); - MappedValue = CAACoordinateTransformation::MapTo0To360Range(770); - - MappedValue = CAACoordinateTransformation::MapTo0To24Range(-26); - MappedValue = CAACoordinateTransformation::MapTo0To24Range(-15); - MappedValue = CAACoordinateTransformation::MapTo0To24Range(-5); - MappedValue = CAACoordinateTransformation::MapTo0To24Range(5); - MappedValue = CAACoordinateTransformation::MapTo0To24Range(15); - MappedValue = CAACoordinateTransformation::MapTo0To24Range(25); - MappedValue = CAACoordinateTransformation::MapTo0To24Range(37); - MappedValue = CAACoordinateTransformation::MapTo0To24Range(77); - - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(0); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(0.1); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(1); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(7); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(40); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(87); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(90); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(170); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(180); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(185); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(269); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(272); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(360); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(361); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(-361); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(-360); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(-272); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(-269); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(-185); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(-180); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(-170); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(-97); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(-90); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(-87); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(-40); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(-7); - MappedValue = CAACoordinateTransformation::MapToMinus90To90Range(-1); - - //Print out the rise transit and set times for Mercury for 60 days starting from the 1st of March in 2038. - double JD = 2465483.5000000000; - for (int i=0; i<60; ++i) - { - PrintMercuryInfo(JD, 0, 0, false); - PrintMercuryInfo(JD, 0, 0, true); - JD += 1; - } - - //Print out the rise transit and set times for the Moon and Sun for each city - //Date is for October 31, 2012 - long Year = 2012; - long Month = 10; - long Day = 31; - long Hour = 0; - long Minute = 0; - double Second = 0; - - //Array for city name - const char* city_names[] = {"Buenos Aires", "Moscow", "Dublin", "Tampa", "Cape Town", "North Pole", "Tasmania"}; - - //Array for longitudes / latitudes {longitude, latitude} - //east longitude and south latitude are negative values - double longitudes_latitudes[7][2] = {{58.3817, -34.6036}, {-37.6178, 55.7517}, {6.2661, 53.3428}, {82.4586, 27.9472}, {-18.4244, -33.9767}, {0.0, 90.0}, {-146, -41} }; - - //Array for time offsets {time zone. daylight savings} - int time_offsets[7][2] = { {-3, 0}, {4, 0}, {0, 1}, {-5, 1}, {2, 0}, {0, 0}, {10, 0} }; - - //Print out rise and set details for all of the locations - for (int i=0; i(sizeof(city_names)/sizeof(char*)); ++i) - { - int time_zone_offset = time_offsets[i][0]; - int daylight_savings = time_offsets[i][1]; - int time_offset = time_zone_offset + daylight_savings; - - PrintSunAndMoonInfo2(city_names[i], Year, Month, Day, time_offset, longitudes_latitudes[i][0], longitudes_latitudes[i][1], false); - PrintSunAndMoonInfo2(city_names[i], Year, Month, Day, time_offset, longitudes_latitudes[i][0], longitudes_latitudes[i][1], true); - } - - - //Print out the rise transit and set times for the Moon and Sun for Tampa for May 11, 2012 - Year = 2012; - Month = 5; - Day = 11; - - //Array for city name - const char* city_names2[] = {"Tampa"}; - - //Array for longitudes / latitudes {longitude, latitude} - //east longitude and south latitude are negative values - double longitudes_latitudes2[1][2] = { {82.4586, 27.9472} }; - - //Array for time offsets {time zone. daylight savings} - int time_offsets2[7][2] = { {-5, 1} }; - - //Print out rise and set details for all of the locations - for (int i=0; i(sizeof(city_names2)/sizeof(char*)); ++i) - { - int time_zone_offset = time_offsets2[i][0]; - int daylight_savings = time_offsets2[i][1]; - int time_offset = time_zone_offset + daylight_savings; - - PrintSunAndMoonInfo2(city_names2[i], Year, Month, Day, time_offset, longitudes_latitudes2[i][0], longitudes_latitudes2[i][1], false); - PrintSunAndMoonInfo2(city_names2[i], Year, Month, Day, time_offset, longitudes_latitudes2[i][0], longitudes_latitudes2[i][1], true); - } - - - - //Print out the rise transit and set times for the Moon and Sun as well as a ASCII graphic of the - //moon phase for the month of April 2012 for the location of Wexford, Ireland. Thanks to Roger Dahl - //for providing this nice addition to AA+. - Year = 2012; - Month = 4; - int days_in_month = 30; - double longitude = 6.5; - double latitude = 52.5; - for (int i=1; i <= days_in_month; ++i) - { - Day = i; - PrintSunAndMoonInfo(Year, Month, Day, longitude, latitude, false); - PrintSunAndMoonInfo(Year, Month, Day, longitude, latitude, true); - } - - - /* - //Code to write out all the JD of year values from 2012 to 2023 - year = 2012; - bool bContinue = true; - while (bContinue) - { - CAADate date(year, 1, 1, true); - double DaysInYear = date.DaysInYear(); - double JD = date.Julian(); - printf("%f\n", JD); - printf("%f\n", JD + DaysInYear/4); - printf("%f\n", JD + DaysInYear/2); - printf("%f\n", JD + DaysInYear*3/4); - - //Prepare for the next loop - ++year; - if (year > 2023) - bContinue = false; - } - return 0; - */ - - /* - //Code to write out the values of UT1-UTC for a specific range - CAADate Datex(1972, 1, 1, true); - double JDUT1 = Datex.Julian(); - bool bContinue2 = true; - while (bContinue2) - { - printf("%f\t%f\n", JDUT1, CAADynamicalTime::UT1MinusUTC(JDUT1)); - - //Prepare for the next loop - ++JDUT1; - if (JDUT1 >= 2460494.000000) - bContinue2 = false; - } - return 0; - */ - - /* - //Code to write out the values of DeltaT for a specific range - double JDD = 2441014.5; - bool bContinue3 = true; - while (bContinue3) - { - double LeapSeconds = CAADynamicalTime::CumulativeLeapSeconds(JDD); - double TTC = LeapSeconds + 32.184; - double DeltaT = CAADynamicalTime::DeltaT(JDD); - CAADate date(JDD, true); - date.Get(Year, Month, Day, Hour, Minute, Second); - printf("%04d/%02d/%02d\t%f\t%f\t%f\t%f\t%f\n", Year, Month, Day, JDD, DeltaT, LeapSeconds, TTC, TTC - DeltaT); - - //Prepare for the next loop - ++JDD; - if (JDD >= 2460494.000000) - bContinue3 = false; - } - return 0; - */ - - //Calculate the topocentric horizontal position of the Sun for Palomar Observatory on midnight UTC for the 21st of September 2007 - CAADate dateSunCalc(2007, 9, 21, true); - double JDSun = CAADynamicalTime::UTC2TT(dateSunCalc.Julian()); - double SunLong = CAASun::ApparentEclipticLongitude(JDSun, false); - double SunLong2 = CAASun::ApparentEclipticLongitude(JDSun, true); - double SunLat = CAASun::ApparentEclipticLatitude(JDSun, false); - double SunLat2 = CAASun::ApparentEclipticLatitude(JDSun, true); - CAA2DCoordinate Equatorial = CAACoordinateTransformation::Ecliptic2Equatorial(SunLong, SunLat, CAANutation::TrueObliquityOfEcliptic(JDSun)); - double SunRad = CAAEarth::RadiusVector(JDSun, false); - double SunRad2 = CAAEarth::RadiusVector(JDSun, true); - UNREFERENCED_PARAMETER(SunRad2); - double Longitude = CAACoordinateTransformation::DMSToDegrees(116, 51, 45); //West is considered positive - double Latitude = CAACoordinateTransformation::DMSToDegrees(33, 21, 22); - double Height = 1706; - CAA2DCoordinate SunTopo = CAAParallax::Equatorial2Topocentric(Equatorial.X, Equatorial.Y, SunRad, Longitude, Latitude, Height, JDSun); - double AST = CAASidereal::ApparentGreenwichSiderealTime(dateSunCalc.Julian()); - double LongtitudeAsHourAngle = CAACoordinateTransformation::DegreesToHours(Longitude); - double LocalHourAngle = AST - LongtitudeAsHourAngle - SunTopo.X; - CAA2DCoordinate SunHorizontal = CAACoordinateTransformation::Equatorial2Horizontal(LocalHourAngle, SunTopo.Y, Latitude); - SunHorizontal.Y += CAARefraction::RefractionFromTrue(SunHorizontal.Y, 1013, 10); - - //The result above should be that we have a setting Sun at 21 degrees above the horizon at azimuth 14 degrees south of the westerly horizon - - - //Calculate the topocentric horizontal position of the Moon for Palomar Observatory on midnight UTC for the 21st of September 2007 - CAADate dateMoonCalc(2007, 9, 21, true); - double JDMoon = CAADynamicalTime::UTC2TT(dateMoonCalc.Julian()); - double MoonLong = CAAMoon::EclipticLongitude(JDMoon); - double MoonLat = CAAMoon::EclipticLatitude(JDMoon); - Equatorial = CAACoordinateTransformation::Ecliptic2Equatorial(MoonLong, MoonLat, CAANutation::TrueObliquityOfEcliptic(JDMoon)); - double MoonRad = CAAMoon::RadiusVector(JDMoon); - MoonRad /= 149597870.691; //Convert KM to AU - Longitude = CAACoordinateTransformation::DMSToDegrees(116, 51, 45); //West is considered positive - Latitude = CAACoordinateTransformation::DMSToDegrees(33, 21, 22); - Height = 1706; - CAA2DCoordinate MoonTopo = CAAParallax::Equatorial2Topocentric(Equatorial.X, Equatorial.Y, MoonRad, Longitude, Latitude, Height, JDMoon); - AST = CAASidereal::ApparentGreenwichSiderealTime(dateMoonCalc.Julian()); - LongtitudeAsHourAngle = CAACoordinateTransformation::DegreesToHours(Longitude); - LocalHourAngle = AST - LongtitudeAsHourAngle - MoonTopo.X; - CAA2DCoordinate MoonHorizontal = CAACoordinateTransformation::Equatorial2Horizontal(LocalHourAngle, MoonTopo.Y, Latitude); - MoonHorizontal.Y += CAARefraction::RefractionFromTrue(MoonHorizontal.Y, 1013, 10); - - //The result above should be that we have a rising Moon at 17 degrees above the horizon at azimuth 38 degrees east of the southern horizon - - - //Do a full round trip test on CAADate across a nice wide range. Note we should expect - //some printfs to appear during this test (Specifically a monotonic error for 15 October 1582) - double prevJulian = -1; - for (int YYYY=-4712; YYYY<5000; YYYY++) //Change the end YYYY value if you would like to test a longer range - { - if ((YYYY % 1000) == 0) - printf("Doing date tests on year %d\n", YYYY); - for (int MMMM=1; MMMM<=12; MMMM++) - { - bool bLeap = CAADate::IsLeap(YYYY, (YYYY >= 1582)); - for (int DDDD=1; DDDD<=CAADate::DaysInMonth(MMMM, bLeap); DDDD++) - { - bool bGregorian = CAADate::AfterPapalReform(YYYY, MMMM, DDDD); - CAADate date(YYYY, MMMM, DDDD, 12, 0, 0, bGregorian); - if ((date.Year() != YYYY) || (date.Month() != MMMM)|| (date.Day() != DDDD)) - printf("Round trip bug with date %d-%d-%d\n", YYYY, MMMM, DDDD); - double currentJulian = date.Julian(); - if ((prevJulian != -1) && ((prevJulian + 1) != currentJulian)) - printf("Julian Day monotonic bug with date %d-%d-%d\n", YYYY, MMMM, DDDD); - prevJulian = currentJulian; - - //Only do round trip tests between the Julian and Gregorian calendars after the papal - //reform. This is because the CAADate class does not support the propalactic Gregorian - //calendar, while it does fully support the propalactic Julian calendar. - if (bGregorian) - { - CAACalendarDate GregorianDate(CAADate::JulianToGregorian(YYYY, MMMM, DDDD)); - CAACalendarDate JulianDate(CAADate::GregorianToJulian(GregorianDate.Year, GregorianDate.Month, GregorianDate.Day)); - if ((JulianDate.Year != YYYY) || (JulianDate.Month != MMMM)|| (JulianDate.Day != DDDD)) - printf("Round trip bug with Julian -> Gregorian Calendar %d-%d-%d\n", YYYY, MMMM, DDDD); - } - } - } - } - printf("Date tests completed\n"); - - //Test out the AADate class - CAADate date; - date.Set(2000, 1, 1, 12, 1, 2.3, true); - date.Get(Year, Month, Day, Hour, Minute, Second); - long DaysInMonth = date.DaysInMonth(); - UNREFERENCED_PARAMETER(DaysInMonth); - long DaysInYear = date.DaysInYear(); - UNREFERENCED_PARAMETER(DaysInYear); - bool bLeap = date.Leap(); - UNREFERENCED_PARAMETER(bLeap); - double Julian = date.Julian(); - UNREFERENCED_PARAMETER(Julian); - double FractionalYear = date.FractionalYear(); - UNREFERENCED_PARAMETER(FractionalYear); - double DayOfYear = date.DayOfYear(); - UNREFERENCED_PARAMETER(DayOfYear); - CAADate::DAY_OF_WEEK dow = date.DayOfWeek(); - UNREFERENCED_PARAMETER(dow); - Year = date.Year(); - Month = date.Month(); - Day = date.Day(); - Hour = date.Hour(); - Minute = date.Minute(); - Second = date.Second(); - double Julian2 = date; - UNREFERENCED_PARAMETER(Julian2); - - date.Set(1978, 11, 14, 0, 0, 0, true); - long DayNumber = static_cast(date.DayOfYear()); - date.DayOfYearToDayAndMonth(DayNumber, date.Leap(), Day, Month); - Year = date.Year(); - - //Test out the AAEaster class - CAAEasterDetails easterDetails = CAAEaster::Calculate(1991, true); - UNREFERENCED_PARAMETER(easterDetails); - CAAEasterDetails easterDetails2 = CAAEaster::Calculate(1818, true); - UNREFERENCED_PARAMETER(easterDetails2); - CAAEasterDetails easterDetails3 = CAAEaster::Calculate(179, false); - UNREFERENCED_PARAMETER(easterDetails3); - - //Test out the AADynamicalTime class - date.Set(1977, 2, 18, 3, 37, 40, true); - double DeltaT = CAADynamicalTime::DeltaT(date.Julian()); - date.Set(333, 2, 6, 6, 0, 0, false); - DeltaT = CAADynamicalTime::DeltaT(date.Julian()); - UNREFERENCED_PARAMETER(DeltaT); - - //Test out the AAGlobe class - double rhosintheta = CAAGlobe::RhoSinThetaPrime(33.356111, 1706); - UNREFERENCED_PARAMETER(rhosintheta); - double rhocostheta = CAAGlobe::RhoCosThetaPrime(33.356111, 1706); - UNREFERENCED_PARAMETER(rhocostheta); - double RadiusOfLatitude = CAAGlobe::RadiusOfParallelOfLatitude(42); - UNREFERENCED_PARAMETER(RadiusOfLatitude); - double RadiusOfCurvature = CAAGlobe::RadiusOfCurvature(42); - UNREFERENCED_PARAMETER(RadiusOfCurvature); - double Distance = CAAGlobe::DistanceBetweenPoints(CAACoordinateTransformation::DMSToDegrees(48, 50, 11), CAACoordinateTransformation::DMSToDegrees(2, 20, 14, false), - CAACoordinateTransformation::DMSToDegrees(38, 55, 17), CAACoordinateTransformation::DMSToDegrees(77, 3, 56)); - UNREFERENCED_PARAMETER(Distance); - - - double Distance1 = CAAGlobe::DistanceBetweenPoints(50, 0, 50, 60); - UNREFERENCED_PARAMETER(Distance1); - double Distance2 = CAAGlobe::DistanceBetweenPoints(50, 0, 50, 1); - UNREFERENCED_PARAMETER(Distance2); - double Distance3 = CAAGlobe::DistanceBetweenPoints(CAACoordinateTransformation::DMSToDegrees(89, 59, 0), 0, CAACoordinateTransformation::DMSToDegrees(89, 59, 0), 1); - UNREFERENCED_PARAMETER(Distance3); - double Distance4 = CAAGlobe::DistanceBetweenPoints(CAACoordinateTransformation::DMSToDegrees(89, 59, 0), 0, CAACoordinateTransformation::DMSToDegrees(89, 59, 0), 180); - UNREFERENCED_PARAMETER(Distance4); - double Distance5 = CAAGlobe::DistanceBetweenPoints(CAACoordinateTransformation::DMSToDegrees(89, 59, 0), 0, CAACoordinateTransformation::DMSToDegrees(89, 59, 0), 90); - UNREFERENCED_PARAMETER(Distance5); - - - //Test out the AASidereal class - date.Set(1987, 4, 10, 0, 0, 0, true); - double MST = CAASidereal::MeanGreenwichSiderealTime(date.Julian()); - AST = CAASidereal::ApparentGreenwichSiderealTime(date.Julian()); - UNREFERENCED_PARAMETER(AST); - date.Set(1987, 4, 10, 19, 21, 0, true); - MST = CAASidereal::MeanGreenwichSiderealTime(date.Julian()); - UNREFERENCED_PARAMETER(MST); - - //Test out the AACoordinateTransformation class - CAA2DCoordinate Ecliptic = CAACoordinateTransformation::Equatorial2Ecliptic(CAACoordinateTransformation::DMSToDegrees(7, 45, 18.946), CAACoordinateTransformation::DMSToDegrees(28, 01, 34.26), 23.4392911); - Equatorial = CAACoordinateTransformation::Ecliptic2Equatorial(Ecliptic.X, Ecliptic.Y, 23.4392911); - CAA2DCoordinate Galactic = CAACoordinateTransformation::Equatorial2Galactic(CAACoordinateTransformation::DMSToDegrees(17, 48, 59.74), CAACoordinateTransformation::DMSToDegrees(14, 43, 8.2, false)); - CAA2DCoordinate Equatorial2 = CAACoordinateTransformation::Galactic2Equatorial(Galactic.X, Galactic.Y); - UNREFERENCED_PARAMETER(Equatorial2); - date.Set(1987, 4, 10, 19, 21, 0, true); - AST = CAASidereal::ApparentGreenwichSiderealTime(date.Julian()); - LongtitudeAsHourAngle = CAACoordinateTransformation::DegreesToHours(CAACoordinateTransformation::DMSToDegrees(77, 3, 56)); - double Alpha = CAACoordinateTransformation::DMSToDegrees(23, 9, 16.641); - LocalHourAngle = AST - LongtitudeAsHourAngle - Alpha; - CAA2DCoordinate Horizontal = CAACoordinateTransformation::Equatorial2Horizontal(LocalHourAngle, CAACoordinateTransformation::DMSToDegrees(6, 43, 11.61, false), CAACoordinateTransformation::DMSToDegrees(38, 55, 17)); - CAA2DCoordinate Equatorial3 = CAACoordinateTransformation::Horizontal2Equatorial(Horizontal.X, Horizontal.Y, CAACoordinateTransformation::DMSToDegrees(38, 55, 17)); - double alpha2 = CAACoordinateTransformation::MapTo0To24Range(AST - Equatorial3.X - LongtitudeAsHourAngle); - UNREFERENCED_PARAMETER(alpha2); - - //Test out the CAANutation class (on its own) - date.Set(1987, 4, 10, 0, 0, 0, true); - double Obliquity = CAANutation::MeanObliquityOfEcliptic(date.Julian()); - UNREFERENCED_PARAMETER(Obliquity); - double NutationInLongitude = CAANutation::NutationInLongitude(date.Julian()); - UNREFERENCED_PARAMETER(NutationInLongitude); - double NutationInEcliptic = CAANutation::NutationInObliquity(date.Julian()); - UNREFERENCED_PARAMETER(NutationInEcliptic); - - //Test out the CAAParallactic class - double HourAngle = CAAParallactic::ParallacticAngle(-3, 10, 20); - UNREFERENCED_PARAMETER(HourAngle); - double EclipticLongitude = CAAParallactic::EclipticLongitudeOnHorizon(5, 23.44, 51); - UNREFERENCED_PARAMETER(EclipticLongitude); - double EclipticAngle = CAAParallactic::AngleBetweenEclipticAndHorizon(5, 23.44, 51); - UNREFERENCED_PARAMETER(EclipticAngle); - double Angle = CAAParallactic::AngleBetweenNorthCelestialPoleAndNorthPoleOfEcliptic(90, 0, 23.44); - UNREFERENCED_PARAMETER(Angle); - - //Test out the CAARefraction class - double R1 = CAARefraction::RefractionFromApparent(0.5); - double R2 = CAARefraction::RefractionFromTrue(0.5 - R1 + CAACoordinateTransformation::DMSToDegrees(0, 32, 0)); - UNREFERENCED_PARAMETER(R2); - double R3 = CAARefraction::RefractionFromApparent(90); - UNREFERENCED_PARAMETER(R3); - - //Test out the CAAAngularSeparation class - double AngularSeparation = CAAAngularSeparation::Separation(CAACoordinateTransformation::DMSToDegrees(14, 15, 39.7), CAACoordinateTransformation::DMSToDegrees(19, 10, 57), - CAACoordinateTransformation::DMSToDegrees(13, 25, 11.6), CAACoordinateTransformation::DMSToDegrees(11, 9, 41, false)); - UNREFERENCED_PARAMETER(AngularSeparation); - double AngularSeparation2 = CAAAngularSeparation::Separation(CAACoordinateTransformation::DMSToDegrees(2, 0, 0), CAACoordinateTransformation::DMSToDegrees(0, 0, 0), - CAACoordinateTransformation::DMSToDegrees(2, 0, 0), CAACoordinateTransformation::DMSToDegrees(0, 0, 0)); - UNREFERENCED_PARAMETER(AngularSeparation2); - double AngularSeparation3 = CAAAngularSeparation::Separation(CAACoordinateTransformation::DMSToDegrees(2, 0, 0), CAACoordinateTransformation::DMSToDegrees(0, 0, 0), - CAACoordinateTransformation::DMSToDegrees(14, 0, 0), CAACoordinateTransformation::DMSToDegrees(0, 0, 0)); - UNREFERENCED_PARAMETER(AngularSeparation3); - - double PA0 = CAAAngularSeparation::PositionAngle(CAACoordinateTransformation::DMSToDegrees(5, 32, 0.4), CAACoordinateTransformation::DMSToDegrees(0, 17, 56.9, false), - CAACoordinateTransformation::DMSToDegrees(5, 36, 12.81), CAACoordinateTransformation::DMSToDegrees(1, 12, 7, false)); - UNREFERENCED_PARAMETER(PA0); - - double PA1 = CAAAngularSeparation::PositionAngle(CAACoordinateTransformation::DMSToDegrees(5, 40, 45.52), CAACoordinateTransformation::DMSToDegrees(1, 56, 33.3, false), - CAACoordinateTransformation::DMSToDegrees(5, 36, 12.81), CAACoordinateTransformation::DMSToDegrees(1, 12, 7, false)); - UNREFERENCED_PARAMETER(PA1); - - - double distance = CAAAngularSeparation::DistanceFromGreatArc(CAACoordinateTransformation::DMSToDegrees(5, 32, 0.4), CAACoordinateTransformation::DMSToDegrees(0, 17, 56.9, false), - CAACoordinateTransformation::DMSToDegrees(5, 40, 45.52), CAACoordinateTransformation::DMSToDegrees(1, 56, 33.3, false), - CAACoordinateTransformation::DMSToDegrees(5, 36, 12.81), CAACoordinateTransformation::DMSToDegrees(1, 12, 7, false)); - UNREFERENCED_PARAMETER(distance); - - bool bType1; - double separation = CAAAngularSeparation::SmallestCircle(CAACoordinateTransformation::DMSToDegrees(12, 41, 8.63), CAACoordinateTransformation::DMSToDegrees(5, 37, 54.2, false), - CAACoordinateTransformation::DMSToDegrees(12, 52, 5.21), CAACoordinateTransformation::DMSToDegrees(4, 22, 26.2, false), - CAACoordinateTransformation::DMSToDegrees(12, 39, 28.11), CAACoordinateTransformation::DMSToDegrees(1, 50, 3.7, false), bType1); - - separation = CAAAngularSeparation::SmallestCircle(CAACoordinateTransformation::DMSToDegrees(9, 5, 41.44), CAACoordinateTransformation::DMSToDegrees(18, 30, 30), - CAACoordinateTransformation::DMSToDegrees(9, 9, 29), CAACoordinateTransformation::DMSToDegrees(17, 43, 56.7), - CAACoordinateTransformation::DMSToDegrees(8, 59, 47.14), CAACoordinateTransformation::DMSToDegrees(17, 49, 36.8), bType1); - UNREFERENCED_PARAMETER(separation); - - Alpha = CAACoordinateTransformation::DMSToDegrees(2, 44, 11.986); - double Delta = CAACoordinateTransformation::DMSToDegrees(49, 13, 42.48); - CAA2DCoordinate PA = CAAPrecession::AdjustPositionUsingUniformProperMotion((2462088.69-2451545)/365.25, Alpha, Delta, 0.03425, -0.0895); - - CAA2DCoordinate Precessed = CAAPrecession::PrecessEquatorial(PA.X, PA.Y, 2451545, 2462088.69); - UNREFERENCED_PARAMETER(Precessed); - - Alpha = CAACoordinateTransformation::DMSToDegrees(2, 31, 48.704); - Delta = CAACoordinateTransformation::DMSToDegrees(89, 15, 50.72); - CAA2DCoordinate PA2 = CAAPrecession::AdjustPositionUsingUniformProperMotion((2415020.3135-2451545)/365.25, Alpha, Delta, 0.19877, -0.0152); - //CAA2DCoordinate Precessed2 = CAAPrecession::PrecessEquatorialFK4(PA2.X, PA2.Y, 2451545, 2415020.3135); - UNREFERENCED_PARAMETER(PA2); - - CAA2DCoordinate PM = CAAPrecession::EquatorialPMToEcliptic(0, 0, 0, 1, 1, 23); - UNREFERENCED_PARAMETER(PM); - - - CAA2DCoordinate PA3 = CAAPrecession::AdjustPositionUsingMotionInSpace(2.64, -7.6, -1000, CAACoordinateTransformation::DMSToDegrees(6, 45, 8.871), CAACoordinateTransformation::DMSToDegrees(16, 42, 57.99, false), -0.03847, -1.2053); - UNREFERENCED_PARAMETER(PA3); - CAA2DCoordinate PA4 = CAAPrecession::AdjustPositionUsingUniformProperMotion(-1000, CAACoordinateTransformation::DMSToDegrees(6, 45, 8.871), CAACoordinateTransformation::DMSToDegrees(16, 42, 57.99, false), -0.03847, -1.2053); - UNREFERENCED_PARAMETER(PA4); - - CAA2DCoordinate PA5 = CAAPrecession::AdjustPositionUsingMotionInSpace(2.64, -7.6, -12000, CAACoordinateTransformation::DMSToDegrees(6, 45, 8.871), CAACoordinateTransformation::DMSToDegrees(16, 42, 57.99, false), -0.03847, -1.2053); - UNREFERENCED_PARAMETER(PA5); - CAA2DCoordinate PA6 = CAAPrecession::AdjustPositionUsingUniformProperMotion(-12000, CAACoordinateTransformation::DMSToDegrees(6, 45, 8.871), CAACoordinateTransformation::DMSToDegrees(16, 42, 57.99, false), -0.03847, -1.2053); - UNREFERENCED_PARAMETER(PA6); - - Alpha = CAACoordinateTransformation::DMSToDegrees(2, 44, 11.986); - Delta = CAACoordinateTransformation::DMSToDegrees(49, 13, 42.48); - CAA2DCoordinate PA7 = CAAPrecession::AdjustPositionUsingUniformProperMotion((2462088.69-2451545)/365.25, Alpha, Delta, 0.03425, -0.0895); - CAA3DCoordinate EarthVelocity = CAAAberration::EarthVelocity(2462088.69, false); - UNREFERENCED_PARAMETER(EarthVelocity); - CAA3DCoordinate EarthVelocity2 = CAAAberration::EarthVelocity(2462088.69, true); - UNREFERENCED_PARAMETER(EarthVelocity2); - CAA2DCoordinate Aberration = CAAAberration::EquatorialAberration(PA7.X, PA7.Y, 2462088.69, false); - PA7.X += Aberration.X; - PA7.Y += Aberration.Y; - CAA2DCoordinate Aberration2 = CAAAberration::EquatorialAberration(PA7.X, PA7.Y, 2462088.69, true); - UNREFERENCED_PARAMETER(Aberration2); - PA7 = CAAPrecession::PrecessEquatorial(PA7.X, PA7.Y, 2451545, 2462088.69); - - Obliquity = CAANutation::MeanObliquityOfEcliptic(2462088.69); - NutationInLongitude = CAANutation::NutationInLongitude(2462088.69); - NutationInEcliptic = CAANutation::NutationInObliquity(2462088.69); - double AlphaNutation = CAANutation::NutationInRightAscension(PA7.X, PA7.Y, Obliquity, NutationInLongitude, NutationInEcliptic); - double DeltaNutation = CAANutation::NutationInDeclination(PA7.X, Obliquity, NutationInLongitude, NutationInEcliptic); - PA7.X += CAACoordinateTransformation::DMSToDegrees(0, 0, AlphaNutation/15); - PA7.Y += CAACoordinateTransformation::DMSToDegrees(0, 0, DeltaNutation); - - - //Try out the AA kepler class - double E0 = CAAKepler::Calculate(5, 0.1, 100); - UNREFERENCED_PARAMETER(E0); - double E02 = CAAKepler::Calculate(5, 0.9, 100); - UNREFERENCED_PARAMETER(E02); - //double E03 = CAAKepler::Calculate( - - - //Try out the binary star class - CAABinaryStarDetails bsdetails = CAABinaryStar::Calculate(1980, 41.623, 1934.008, 0.2763, 0.907, 59.025, 23.717, 219.907); - UNREFERENCED_PARAMETER(bsdetails); - double ApparentE = CAABinaryStar::ApparentEccentricity(0.2763, 59.025, 219.907); - UNREFERENCED_PARAMETER(ApparentE); - - - //Test out the CAAStellarMagnitudes class - double CombinedMag = CAAStellarMagnitudes::CombinedMagnitude(1.96, 2.89); - UNREFERENCED_PARAMETER(CombinedMag); - double Mags[] = { 4.73, 5.22, 5.60 }; - double CombinedMag2 = CAAStellarMagnitudes::CombinedMagnitude(3, Mags); - UNREFERENCED_PARAMETER(CombinedMag2); - double BrightnessRatio = CAAStellarMagnitudes::BrightnessRatio(0.14, 2.12); - double MagDiff = CAAStellarMagnitudes::MagnitudeDifference(BrightnessRatio); - UNREFERENCED_PARAMETER(MagDiff); - double MagDiff2 = CAAStellarMagnitudes::MagnitudeDifference(500); - UNREFERENCED_PARAMETER(MagDiff2); - - - //Test out the CAAVenus class - double VenusLong = CAAVenus::EclipticLongitude(2448976.5, false); - UNREFERENCED_PARAMETER(VenusLong); - double VenusLong2 = CAAVenus::EclipticLongitude(2448976.5, true); - UNREFERENCED_PARAMETER(VenusLong2); - double VenusLat = CAAVenus::EclipticLatitude(2448976.5, false); - UNREFERENCED_PARAMETER(VenusLat); - double VenusLat2 = CAAVenus::EclipticLatitude(2448976.5, true); - UNREFERENCED_PARAMETER(VenusLat2); - double VenusRadius = CAAVenus::RadiusVector(2448976.5, false); - UNREFERENCED_PARAMETER(VenusRadius); - double VenusRadius2 = CAAVenus::RadiusVector(2448976.5, true); - UNREFERENCED_PARAMETER(VenusRadius2); - - - //Test out the CAAMercury class - double MercuryLong = CAAMercury::EclipticLongitude(2448976.5, false); - UNREFERENCED_PARAMETER(MercuryLong); - double MercuryLong2 = CAAMercury::EclipticLongitude(2448976.5, true); - UNREFERENCED_PARAMETER(MercuryLong2); - double MercuryLat = CAAMercury::EclipticLatitude(2448976.5, false); - UNREFERENCED_PARAMETER(MercuryLat); - double MercuryLat2 = CAAMercury::EclipticLatitude(2448976.5, true); - UNREFERENCED_PARAMETER(MercuryLat2); - double MercuryRadius = CAAMercury::RadiusVector(2448976.5, false); - UNREFERENCED_PARAMETER(MercuryRadius); - double MercuryRadius2 = CAAMercury::RadiusVector(2448976.5, true); - UNREFERENCED_PARAMETER(MercuryRadius2); - - - //Test out the CAAEarth class - double EarthLong = CAAEarth::EclipticLongitude(2448908.5, false); - UNREFERENCED_PARAMETER(EarthLong); - double EarthLong2 = CAAEarth::EclipticLongitude(2448908.5, true); - UNREFERENCED_PARAMETER(EarthLong2); - double EarthLat = CAAEarth::EclipticLatitude(2448908.5, false); - UNREFERENCED_PARAMETER(EarthLat); - double EarthLat2 = CAAEarth::EclipticLatitude(2448908.5, true); - UNREFERENCED_PARAMETER(EarthLat2); - double EarthRadius = CAAEarth::RadiusVector(2448908.5, false); - UNREFERENCED_PARAMETER(EarthRadius); - double EarthRadius2 = CAAEarth::RadiusVector(2448908.5, true); - UNREFERENCED_PARAMETER(EarthRadius2); - - double EarthLong3 = CAAEarth::EclipticLongitudeJ2000(2448908.5, false); - UNREFERENCED_PARAMETER(EarthLong3); - double EarthLong4 = CAAEarth::EclipticLongitudeJ2000(2448908.5, true); - UNREFERENCED_PARAMETER(EarthLong4); - double EarthLat3 = CAAEarth::EclipticLatitudeJ2000(2448908.5, false); - UNREFERENCED_PARAMETER(EarthLat3); - double EarthLat4 = CAAEarth::EclipticLatitudeJ2000(2448908.5, true); - UNREFERENCED_PARAMETER(EarthLat4); - - - //Test out the CAASun class - SunLong = CAASun::GeometricEclipticLongitude(2448908.5, false); - SunLong2 = CAASun::GeometricEclipticLongitude(2448908.5, true); - UNREFERENCED_PARAMETER(SunLong2); - SunLat = CAASun::GeometricEclipticLatitude(2448908.5, false); - SunLat2 = CAASun::GeometricEclipticLatitude(2448908.5, true); - UNREFERENCED_PARAMETER(SunLat2); - - double SunLongCorrection = CAAFK5::CorrectionInLongitude(SunLong, SunLat, 2448908.5); - UNREFERENCED_PARAMETER(SunLongCorrection); - double SunLatCorrection = CAAFK5::CorrectionInLatitude(SunLong, 2448908.5); - UNREFERENCED_PARAMETER(SunLatCorrection); - - SunLong = CAASun::ApparentEclipticLongitude(2448908.5, false); - SunLong2 = CAASun::ApparentEclipticLongitude(2448908.5, true); - SunLat = CAASun::ApparentEclipticLatitude(2448908.5, false); - SunLat2 = CAASun::ApparentEclipticLatitude(2448908.5, true); - Equatorial = CAACoordinateTransformation::Ecliptic2Equatorial(SunLong, SunLat, CAANutation::TrueObliquityOfEcliptic(2448908.5)); - - CAA3DCoordinate SunCoord = CAASun::EquatorialRectangularCoordinatesMeanEquinox(2448908.5, false); - UNREFERENCED_PARAMETER(SunCoord); - CAA3DCoordinate SunCoord2 = CAASun::EquatorialRectangularCoordinatesMeanEquinox(2448908.5, true); - UNREFERENCED_PARAMETER(SunCoord2); - CAA3DCoordinate SunCoord3 = CAASun::EquatorialRectangularCoordinatesJ2000(2448908.5, false); - UNREFERENCED_PARAMETER(SunCoord3); - CAA3DCoordinate SunCoord4 = CAASun::EquatorialRectangularCoordinatesJ2000(2448908.5, true); - UNREFERENCED_PARAMETER(SunCoord4); - CAA3DCoordinate SunCoord5 = CAASun::EquatorialRectangularCoordinatesAnyEquinox(2448908.5, 2467616.0, false); - UNREFERENCED_PARAMETER(SunCoord5); - CAA3DCoordinate SunCoord6 = CAASun::EquatorialRectangularCoordinatesAnyEquinox(2448908.5, 2467616.0, true); - UNREFERENCED_PARAMETER(SunCoord6); - CAA3DCoordinate SunCoord7 = CAASun::EquatorialRectangularCoordinatesMeanEquinox(2448908.5, false); - UNREFERENCED_PARAMETER(SunCoord7); - CAA3DCoordinate SunCoord8 = CAASun::EquatorialRectangularCoordinatesMeanEquinox(2448908.5, true); - UNREFERENCED_PARAMETER(SunCoord8); - CAA3DCoordinate SunCoord9 = CAASun::EquatorialRectangularCoordinatesB1950(2448908.5, false); - UNREFERENCED_PARAMETER(SunCoord9); - CAA3DCoordinate SunCoord10 = CAASun::EquatorialRectangularCoordinatesB1950(2448908.5, true); - UNREFERENCED_PARAMETER(SunCoord10); - - - //Test out the CAAMars class - double MarsLong = CAAMars::EclipticLongitude(2448935.500683, false); - UNREFERENCED_PARAMETER(MarsLong); - double MarsLong2 = CAAMars::EclipticLongitude(2448935.500683, true); - UNREFERENCED_PARAMETER(MarsLong2); - double MarsLat = CAAMars::EclipticLatitude(2448935.500683, false); - UNREFERENCED_PARAMETER(MarsLat); - double MarsLat2 = CAAMars::EclipticLatitude(2448935.500683, true); - UNREFERENCED_PARAMETER(MarsLat2); - double MarsRadius = CAAMars::RadiusVector(2448935.500683, false); - UNREFERENCED_PARAMETER(MarsRadius); - double MarsRadius2 = CAAMars::RadiusVector(2448935.500683, true); - UNREFERENCED_PARAMETER(MarsRadius2); - - - //Test out the CAAJupiter class - double JupiterLong = CAAJupiter::EclipticLongitude(2448972.50068, false); - UNREFERENCED_PARAMETER(JupiterLong); - double JupiterLong2 = CAAJupiter::EclipticLongitude(2448972.50068, true); - UNREFERENCED_PARAMETER(JupiterLong2); - double JupiterLat = CAAJupiter::EclipticLatitude(2448972.50068, false); - UNREFERENCED_PARAMETER(JupiterLat); - double JupiterLat2 = CAAJupiter::EclipticLatitude(2448972.50068, true); - UNREFERENCED_PARAMETER(JupiterLat2); - double JupiterRadius = CAAJupiter::RadiusVector(2448972.50068, false); - UNREFERENCED_PARAMETER(JupiterRadius); - double JupiterRadius2 = CAAJupiter::RadiusVector(2448972.50068, true); - UNREFERENCED_PARAMETER(JupiterRadius2); - - - //Test out the CAANeptune class - double NeptuneLong = CAANeptune::EclipticLongitude(2448935.500683, false); - UNREFERENCED_PARAMETER(NeptuneLong); - double NeptuneLong2 = CAANeptune::EclipticLongitude(2448935.500683, true); - UNREFERENCED_PARAMETER(NeptuneLong2); - double NeptuneLat = CAANeptune::EclipticLatitude(2448935.500683, false); - UNREFERENCED_PARAMETER(NeptuneLat); - double NeptuneLat2 = CAANeptune::EclipticLatitude(2448935.500683, true); - UNREFERENCED_PARAMETER(NeptuneLat2); - double NeptuneRadius = CAANeptune::RadiusVector(2448935.500683, false); - UNREFERENCED_PARAMETER(NeptuneRadius); - double NeptuneRadius2 = CAANeptune::RadiusVector(2448935.500683, true); - UNREFERENCED_PARAMETER(NeptuneRadius2); - - - //Test out the CAAUranus class - double UranusLong = CAAUranus::EclipticLongitude(2448976.5, false); - UNREFERENCED_PARAMETER(UranusLong); - double UranusLong2 = CAAUranus::EclipticLongitude(2448976.5, true); - UNREFERENCED_PARAMETER(UranusLong2); - double UranusLat = CAAUranus::EclipticLatitude(2448976.5, false); - UNREFERENCED_PARAMETER(UranusLat); - double UranusLat2 = CAAUranus::EclipticLatitude(2448976.5, true); - UNREFERENCED_PARAMETER(UranusLat2); - double UranusRadius = CAAUranus::RadiusVector(2448976.5, false); - UNREFERENCED_PARAMETER(UranusRadius); - double UranusRadius2 = CAAUranus::RadiusVector(2448976.5, true); - UNREFERENCED_PARAMETER(UranusRadius2); - - - //Test out the CAASaturn class - double SaturnLong = CAASaturn::EclipticLongitude(2448972.50068, false); - UNREFERENCED_PARAMETER(SaturnLong); - double SaturnLong2 = CAASaturn::EclipticLongitude(2448972.50068, true); - UNREFERENCED_PARAMETER(SaturnLong2); - double SaturnLat = CAASaturn::EclipticLatitude(2448972.50068, false); - UNREFERENCED_PARAMETER(SaturnLat); - double SaturnLat2 = CAASaturn::EclipticLatitude(2448972.50068, true); - UNREFERENCED_PARAMETER(SaturnLat2); - double SaturnRadius = CAASaturn::RadiusVector(2448972.50068, false); - UNREFERENCED_PARAMETER(SaturnRadius); - double SaturnRadius2 = CAASaturn::RadiusVector(2448972.50068, true); - UNREFERENCED_PARAMETER(SaturnRadius2); - - SaturnLong = CAASaturn::EclipticLongitude(2451385.5, false); - SaturnLong2 = CAASaturn::EclipticLongitude(2451385.5, true); - SaturnLat = CAASaturn::EclipticLatitude(2451385.5, false); - SaturnLat2 = CAASaturn::EclipticLatitude(2451385.5, true); - SaturnRadius = CAASaturn::RadiusVector(2451385.5, false); - SaturnRadius2 = CAASaturn::RadiusVector(2451385.5, true); - - - - //Test out the CAAPluto class - double PlutoLong = CAAPluto::EclipticLongitude(2448908.5); - UNREFERENCED_PARAMETER(PlutoLong); - double PlutoLat = CAAPluto::EclipticLatitude(2448908.5); - UNREFERENCED_PARAMETER(PlutoLat); - double PlutoRadius = CAAPluto::RadiusVector(2448908.5); - UNREFERENCED_PARAMETER(PlutoRadius); - - - //Test out the CAAMoon class - MoonLong = CAAMoon::EclipticLongitude(2448724.5); - MoonLat = CAAMoon::EclipticLatitude(2448724.5); - double MoonRadius = CAAMoon::RadiusVector(2448724.5); - double MoonParallax = CAAMoon::RadiusVectorToHorizontalParallax(MoonRadius); - UNREFERENCED_PARAMETER(MoonParallax); - double MoonMeanAscendingNode = CAAMoon::MeanLongitudeAscendingNode(2448724.5); - UNREFERENCED_PARAMETER(MoonMeanAscendingNode); - double TrueMeanAscendingNode = CAAMoon::TrueLongitudeAscendingNode(2448724.5); - UNREFERENCED_PARAMETER(TrueMeanAscendingNode); - double MoonMeanPerigee = CAAMoon::MeanLongitudePerigee(2448724.5); - UNREFERENCED_PARAMETER(MoonMeanPerigee); - - //Test out the CAAPlanetPerihelionAphelion class - long VenusK = CAAPlanetPerihelionAphelion::VenusK(1978.79); - double VenusPerihelion = CAAPlanetPerihelionAphelion::VenusPerihelion(VenusK); - UNREFERENCED_PARAMETER(VenusPerihelion); - - long MarsK = CAAPlanetPerihelionAphelion::MarsK(2032); - double MarsAphelion = CAAPlanetPerihelionAphelion::MarsAphelion(MarsK); - UNREFERENCED_PARAMETER(MarsAphelion); - - long SaturnK = CAAPlanetPerihelionAphelion::SaturnK(1925); - double SaturnAphelion = CAAPlanetPerihelionAphelion::SaturnAphelion(SaturnK); - UNREFERENCED_PARAMETER(SaturnAphelion); - SaturnK = CAAPlanetPerihelionAphelion::SaturnK(1940); - double SaturnPerihelion = CAAPlanetPerihelionAphelion::SaturnPerihelion(SaturnK); - UNREFERENCED_PARAMETER(SaturnPerihelion); - - long UranusK = CAAPlanetPerihelionAphelion::UranusK(1750); - double UranusAphelion = CAAPlanetPerihelionAphelion::UranusAphelion(UranusK); - UNREFERENCED_PARAMETER(UranusAphelion); - UranusK = CAAPlanetPerihelionAphelion::UranusK(1890); - double UranusPerihelion = CAAPlanetPerihelionAphelion::UranusPerihelion(UranusK); - UranusK = CAAPlanetPerihelionAphelion::UranusK(2060); - UranusPerihelion = CAAPlanetPerihelionAphelion::UranusPerihelion(UranusK); - UNREFERENCED_PARAMETER(UranusPerihelion); - - double EarthPerihelion = CAAPlanetPerihelionAphelion::EarthPerihelion(-10, true); - UNREFERENCED_PARAMETER(EarthPerihelion); - double EarthPerihelion2 = CAAPlanetPerihelionAphelion::EarthPerihelion(-10, false); - UNREFERENCED_PARAMETER(EarthPerihelion2); - - - //Test out the CAAMoonPerigeeApogee - double MoonK = CAAMoonPerigeeApogee::K(1988.75); - double MoonApogee = CAAMoonPerigeeApogee::MeanApogee(-148.5); - UNREFERENCED_PARAMETER(MoonApogee); - double MoonApogee2 = CAAMoonPerigeeApogee::TrueApogee(-148.5); - UNREFERENCED_PARAMETER(MoonApogee2); - double MoonApogeeParallax = CAAMoonPerigeeApogee::ApogeeParallax(-148.5); - double MoonApogeeDistance = CAAMoon::HorizontalParallaxToRadiusVector(MoonApogeeParallax); - UNREFERENCED_PARAMETER(MoonApogeeDistance); - MoonK = CAAMoonPerigeeApogee::K(2015 + 9.0/12); - MoonApogee = CAAMoonPerigeeApogee::MeanApogee(208.5); //Corresponds to Moon Apogee around September 2015 - MoonApogee = CAADynamicalTime::TT2UTC(MoonApogee); - MoonApogee2 = CAAMoonPerigeeApogee::TrueApogee(208.5); - MoonApogee2 = CAADynamicalTime::TT2UTC(MoonApogee2); - MoonApogeeParallax = CAAMoonPerigeeApogee::ApogeeParallax(208.5); - MoonApogeeDistance = CAAMoon::HorizontalParallaxToRadiusVector(MoonApogeeParallax); - MoonK = CAAMoonPerigeeApogee::K(1990.9); - double MoonPerigee = CAAMoonPerigeeApogee::MeanPerigee(-120); - UNREFERENCED_PARAMETER(MoonPerigee); - double MoonPerigee2 = CAAMoonPerigeeApogee::TruePerigee(-120); - UNREFERENCED_PARAMETER(MoonPerigee2); - MoonK = CAAMoonPerigeeApogee::K(1930.0); - UNREFERENCED_PARAMETER(MoonK); - double MoonPerigee3 = CAAMoonPerigeeApogee::TruePerigee(-927); - UNREFERENCED_PARAMETER(MoonPerigee3); - double MoonPerigeeParallax = CAAMoonPerigeeApogee::PerigeeParallax(-927); - double MoonRadiusVector = CAAMoon::HorizontalParallaxToRadiusVector(MoonPerigeeParallax); - UNREFERENCED_PARAMETER(MoonRadiusVector); - double MoonRadiusVector2 = CAAMoon::HorizontalParallaxToRadiusVector(0.991990); - double MoonParallax2 = CAAMoon::RadiusVectorToHorizontalParallax(MoonRadiusVector2); - UNREFERENCED_PARAMETER(MoonParallax2); - - - //Test out the CAAEclipticalElements class - CAAEclipticalElementDetails ed1 = CAAEclipticalElements::Calculate(47.1220, 151.4486, 45.7481, 2358042.5305, 2433282.4235); - UNREFERENCED_PARAMETER(ed1); - CAAEclipticalElementDetails ed2 = CAAEclipticalElements::Calculate(11.93911, 186.24444, 334.04096, 2433282.4235, 2451545.0); - UNREFERENCED_PARAMETER(ed2); - CAAEclipticalElementDetails ed3 = CAAEclipticalElements::FK4B1950ToFK5J2000(11.93911, 186.24444, 334.04096); - UNREFERENCED_PARAMETER(ed3); - CAAEclipticalElementDetails ed4 = CAAEclipticalElements::FK4B1950ToFK5J2000(145, 186.24444, 334.04096); - UNREFERENCED_PARAMETER(ed4); - - - //Test out the CAAEquationOfTime class - double E = CAAEquationOfTime::Calculate(2448908.5, false); - UNREFERENCED_PARAMETER(E); - double E2 = CAAEquationOfTime::Calculate(2448908.5, true); - UNREFERENCED_PARAMETER(E2); - - - //Test out the CAAPhysicalSun class - CAAPhysicalSunDetails psd = CAAPhysicalSun::Calculate(2448908.50068, false); - UNREFERENCED_PARAMETER(psd); - CAAPhysicalSunDetails psd2 = CAAPhysicalSun::Calculate(2448908.50068, true); - UNREFERENCED_PARAMETER(psd2); - double JED = CAAPhysicalSun::TimeOfStartOfRotation(1699); - UNREFERENCED_PARAMETER(JED); - - - //Test out the CAAEquinoxesAndSolstices class - for (Year = 1962; Year < 2021; Year++) - { - double NorthwardEquinox = CAAEquinoxesAndSolstices::NorthwardEquinox(Year, false); - double NorthwardEquinox4 = CAAEquinoxesAndSolstices::NorthwardEquinox(Year, true); - UNREFERENCED_PARAMETER(NorthwardEquinox4); - - //For testing purposes lets also try out the various timeframe mapping methods of CAADynamicalTime for the "NorthwardEquinox" values - printf("Testing TT -> UTC roundtripping\n"); - date.Set(NorthwardEquinox, true); - date.Get(Year, Month, Day, Hour, Minute, Second); - double NorthwardEquinox2 = CAADynamicalTime::TT2UTC(NorthwardEquinox); - date.Set(NorthwardEquinox2, true); - long Year2 = 0; - long Month2 = 0; - long Day2 = 0; - long Hour2 = 0; - long Minute2 = 0; - double Second2 = 0; - date.Get(Year2, Month2, Day2, Hour2, Minute2, Second2); - printf("%d-%d-%d %02d:%02d:%f TT is %d-%d-%d %02d:%02d:%f UTC\n", static_cast(Year), static_cast(Month), static_cast(Day), static_cast(Hour), static_cast(Minute), Second, - static_cast(Year2), static_cast(Month2), static_cast(Day2), static_cast(Hour2), static_cast(Minute2), Second2); - double NorthwardEquinox3 = CAADynamicalTime::UTC2TT(NorthwardEquinox2); - date.Set(NorthwardEquinox3, true); - long Year3 = 0; - long Month3 = 0; - long Day3 = 0; - long Hour3 = 0; - long Minute3 = 0; - double Second3 = 0; - date.Get(Year3, Month3, Day3, Hour3, Minute3, Second3); - printf("%d-%d-%d %02d:%02d:%f UTC is %d-%d-%d %02d:%02d:%f TT\n", static_cast(Year2), static_cast(Month2), static_cast(Day2), static_cast(Hour2), static_cast(Minute2), Second2, - static_cast(Year3), static_cast(Month3), static_cast(Day3), static_cast(Hour3), static_cast(Minute3), Second3); - - NorthwardEquinox2 = CAADynamicalTime::TT2TAI(NorthwardEquinox); - date.Set(NorthwardEquinox2, true); - date.Get(Year2, Month2, Day2, Hour2, Minute2, Second2); - printf("%d-%d-%d %02d:%02d:%f TT is %d-%d-%d %02d:%02d:%f TAI\n", static_cast(Year), static_cast(Month), static_cast(Day), static_cast(Hour), static_cast(Minute), Second, - static_cast(Year2), static_cast(Month2), static_cast(Day2), static_cast(Hour2), static_cast(Minute2), Second2); - - NorthwardEquinox3 = CAADynamicalTime::TAI2TT(NorthwardEquinox2); - date.Set(NorthwardEquinox3, true); - date.Get(Year3, Month3, Day3, Hour3, Minute3, Second3); - printf("%d-%d-%d %02d:%02d:%f TAI is %d-%d-%d %02d:%02d:%f TT\n", static_cast(Year2), static_cast(Month2), static_cast(Day2), static_cast(Hour2), static_cast(Minute2), Second2, - static_cast(Year3), static_cast(Month3), static_cast(Day3), static_cast(Hour3), static_cast(Minute3), Second3); - - NorthwardEquinox2 = CAADynamicalTime::TT2UT1(NorthwardEquinox); - date.Set(NorthwardEquinox2, true); - date.Get(Year2, Month2, Day2, Hour2, Minute2, Second2); - printf("%d-%d-%d %02d:%02d:%f TT is %d-%d-%d %02d:%02d:%f UT1\n", static_cast(Year), static_cast(Month), static_cast(Day), static_cast(Hour), static_cast(Minute), Second, - static_cast(Year2), static_cast(Month2), static_cast(Day2), static_cast(Hour2), static_cast(Minute2), Second2); - - NorthwardEquinox3 = CAADynamicalTime::UT12TT(NorthwardEquinox2); - date.Set(NorthwardEquinox3, true); - date.Get(Year3, Month3, Day3, Hour3, Minute3, Second3); - printf("%d-%d-%d %02d:%02d:%f UT1 is %d-%d-%d %02d:%02d:%f TT\n", static_cast(Year2), static_cast(Month2), static_cast(Day2), static_cast(Hour2), static_cast(Minute2), Second2, - static_cast(Year3), static_cast(Month3), static_cast(Day3), static_cast(Hour3), static_cast(Minute3), Second3); - - date.Set(NorthwardEquinox, true); - date.Get(Year, Month, Day, Hour, Minute, Second); - printf("The Northward Equinox for %d occurs on %d-%d-%d %02d:%02d:%f TT\n", static_cast(Year), static_cast(Year), static_cast(Month), static_cast(Day), static_cast(Hour), static_cast(Minute), Second); - NorthwardEquinox = CAADynamicalTime::TT2UTC(NorthwardEquinox); - date.Set(NorthwardEquinox, true); - date.Get(Year, Month, Day, Hour, Minute, Second); - printf("The Northward Equinox for %d occurs on %d-%d-%d %02d:%02d:%f UTC\n", static_cast(Year), static_cast(Year), static_cast(Month), static_cast(Day), static_cast(Hour), static_cast(Minute), Second); - - double NorthernSolstice = CAAEquinoxesAndSolstices::NorthernSolstice(Year, false); - double NorthernSolstice2 = CAAEquinoxesAndSolstices::NorthernSolstice(Year, true); - UNREFERENCED_PARAMETER(NorthernSolstice2); - date.Set(NorthernSolstice, true); - date.Get(Year, Month, Day, Hour, Minute, Second); - printf("The Northern Solstice for %d occurs on %d-%d-%d %02d:%02d:%f TT\n", static_cast(Year), static_cast(Year), static_cast(Month), static_cast(Day), static_cast(Hour), static_cast(Minute), Second); - NorthernSolstice = CAADynamicalTime::TT2UTC(NorthernSolstice); - date.Set(NorthernSolstice, true); - date.Get(Year, Month, Day, Hour, Minute, Second); - printf("The Northern Solstice for %d occurs on %d-%d-%d %02d:%02d:%f UTC\n", static_cast(Year), static_cast(Year), static_cast(Month), static_cast(Day), static_cast(Hour), static_cast(Minute), Second); - - double SouthwardEquinox = CAAEquinoxesAndSolstices::SouthwardEquinox(Year, false); - double SouthwardEquinox2 = CAAEquinoxesAndSolstices::SouthwardEquinox(Year, true); - UNREFERENCED_PARAMETER(SouthwardEquinox2); - date.Set(SouthwardEquinox, true); - date.Get(Year, Month, Day, Hour, Minute, Second); - printf("The Southward Equinox for %d occurs on %d-%d-%d %02d:%02d:%f TT\n", static_cast(Year), static_cast(Year), static_cast(Month), static_cast(Day), static_cast(Hour), static_cast(Minute), Second); - SouthwardEquinox = CAADynamicalTime::TT2UTC(SouthwardEquinox); - date.Set(SouthwardEquinox, true); - date.Get(Year, Month, Day, Hour, Minute, Second); - printf("The Southward Equinox for %d occurs on %d-%d-%d %02d:%02d:%f UTC\n", static_cast(Year), static_cast(Year), static_cast(Month), static_cast(Day), static_cast(Hour), static_cast(Minute), Second); - - double SouthernSolstice = CAAEquinoxesAndSolstices::SouthernSolstice(Year, false); - double SouthernSolstice2 = CAAEquinoxesAndSolstices::SouthernSolstice(Year, true); - UNREFERENCED_PARAMETER(SouthernSolstice2); - date.Set(SouthernSolstice, true); - date.Get(Year, Month, Day, Hour, Minute, Second); - printf("The Southern Solstice for %d occurs on %d-%d-%d %02d:%02d:%f TT\n", static_cast(Year), static_cast(Year), static_cast(Month), static_cast(Day), static_cast(Hour), static_cast(Minute), Second); - SouthernSolstice = CAADynamicalTime::TT2UTC(SouthernSolstice); - date.Set(SouthernSolstice, true); - date.Get(Year, Month, Day, Hour, Minute, Second); - printf("The Southern Solstice for %d occurs on %d-%d-%d %02d:%02d:%f UTC\n", static_cast(Year), static_cast(Year), static_cast(Month), static_cast(Day), static_cast(Hour), static_cast(Minute), Second); - - double SeasonLength = CAAEquinoxesAndSolstices::LengthOfSpring(Year, true, false); - double SeasonLength2 = CAAEquinoxesAndSolstices::LengthOfSpring(Year, true, true); - UNREFERENCED_PARAMETER(SeasonLength2); - printf("Spring (for a northern hemisphere observer) in %d is %f days\n", static_cast(Year), SeasonLength); - SeasonLength = CAAEquinoxesAndSolstices::LengthOfSummer(Year, true, false); - SeasonLength2 = CAAEquinoxesAndSolstices::LengthOfSummer(Year, true, true); - printf("Summer (for a northern hemisphere observer) in %d is %f days\n", static_cast(Year), SeasonLength); - SeasonLength = CAAEquinoxesAndSolstices::LengthOfAutumn(Year, true, false); - SeasonLength2 = CAAEquinoxesAndSolstices::LengthOfAutumn(Year, true, true); - printf("Autumn/Fall (for a northern Hemisphere observer) in %d is %f days\n", static_cast(Year), SeasonLength); - SeasonLength = CAAEquinoxesAndSolstices::LengthOfWinter(Year, true, false); - SeasonLength2 = CAAEquinoxesAndSolstices::LengthOfWinter(Year, true, true); - printf("Winter (for a northern hemisphere observer) in %d is %f days\n", static_cast(Year), SeasonLength); - SeasonLength = CAAEquinoxesAndSolstices::LengthOfSpring(Year, false, false); - SeasonLength2 = CAAEquinoxesAndSolstices::LengthOfSpring(Year, false, true); - printf("Spring (for a southern hemisphere observer) in %d is %f days\n", static_cast(Year), SeasonLength); - SeasonLength = CAAEquinoxesAndSolstices::LengthOfSummer(Year, false, false); - SeasonLength2 = CAAEquinoxesAndSolstices::LengthOfSummer(Year, false, true); - printf("Summer (for a southern hemisphere observer) in %d is %f days\n", static_cast(Year), SeasonLength); - SeasonLength = CAAEquinoxesAndSolstices::LengthOfAutumn(Year, false, false); - SeasonLength2 = CAAEquinoxesAndSolstices::LengthOfAutumn(Year, false, true); - printf("Autumn/Fall (for a southern hemisphere observer) in %d is %f days\n", static_cast(Year), SeasonLength); - SeasonLength = CAAEquinoxesAndSolstices::LengthOfWinter(Year, false, false); - SeasonLength2 = CAAEquinoxesAndSolstices::LengthOfWinter(Year, false, true); - printf("Winter (for a southern hemisphere observer) in %d is %f days\n", static_cast(Year), SeasonLength); - } - - double SpringLength2 = CAAEquinoxesAndSolstices::LengthOfSpring(-2000, true, false); - double SpringLength3 = CAAEquinoxesAndSolstices::LengthOfSpring(-2000, true, true); - double SummerLength2 = CAAEquinoxesAndSolstices::LengthOfSummer(-2000, true, false); - double SummerLength3 = CAAEquinoxesAndSolstices::LengthOfSummer(-2000, true, true); - double AutumnLength2 = CAAEquinoxesAndSolstices::LengthOfAutumn(-2000, true, false); - double AutumnLength3 = CAAEquinoxesAndSolstices::LengthOfAutumn(-2000, true, true); - double WinterLength2 = CAAEquinoxesAndSolstices::LengthOfWinter(-2000, true, false); - double WinterLength3 = CAAEquinoxesAndSolstices::LengthOfWinter(-2000, true, true); - SpringLength2 = CAAEquinoxesAndSolstices::LengthOfSpring(4000, true, false); - UNREFERENCED_PARAMETER(SpringLength2); - SpringLength3 = CAAEquinoxesAndSolstices::LengthOfSpring(4000, true, true); - UNREFERENCED_PARAMETER(SpringLength3); - SummerLength2 = CAAEquinoxesAndSolstices::LengthOfSummer(4000, true, false); - UNREFERENCED_PARAMETER(SummerLength2); - SummerLength3 = CAAEquinoxesAndSolstices::LengthOfSummer(4000, true, true); - UNREFERENCED_PARAMETER(SummerLength3); - AutumnLength2 = CAAEquinoxesAndSolstices::LengthOfAutumn(4000, true, false); - UNREFERENCED_PARAMETER(AutumnLength2); - AutumnLength3 = CAAEquinoxesAndSolstices::LengthOfAutumn(4000, true, true); - UNREFERENCED_PARAMETER(AutumnLength3); - WinterLength2 = CAAEquinoxesAndSolstices::LengthOfWinter(4000, true, false); - UNREFERENCED_PARAMETER(WinterLength2); - WinterLength3 = CAAEquinoxesAndSolstices::LengthOfWinter(4000, true, true); - UNREFERENCED_PARAMETER(WinterLength3); - - - //Test out the CAAElementsPlanetaryOrbit class - double Mer_L = CAAElementsPlanetaryOrbit::MercuryMeanLongitude(2475460.5); - UNREFERENCED_PARAMETER(Mer_L); - double Mer_a = CAAElementsPlanetaryOrbit::MercurySemimajorAxis(2475460.5); - UNREFERENCED_PARAMETER(Mer_a); - Mer_a = CAAElementsPlanetaryOrbit::MercurySemimajorAxis(2451545); - double Mer_e = CAAElementsPlanetaryOrbit::MercuryEccentricity(2475460.5); - UNREFERENCED_PARAMETER(Mer_e); - double Mer_i = CAAElementsPlanetaryOrbit::MercuryInclination(2475460.5); - UNREFERENCED_PARAMETER(Mer_i); - double Mer_omega = CAAElementsPlanetaryOrbit::MercuryLongitudeAscendingNode(2475460.5); - UNREFERENCED_PARAMETER(Mer_omega); - double Mer_pi = CAAElementsPlanetaryOrbit::MercuryLongitudePerihelion(2475460.5); - UNREFERENCED_PARAMETER(Mer_pi); - - double Ven_L = CAAElementsPlanetaryOrbit::VenusMeanLongitude(2475460.5); - UNREFERENCED_PARAMETER(Ven_L); - double Ven_a = CAAElementsPlanetaryOrbit::VenusSemimajorAxis(2475460.5); - UNREFERENCED_PARAMETER(Ven_a); - Ven_a = CAAElementsPlanetaryOrbit::VenusSemimajorAxis(2451545); - double Ven_e = CAAElementsPlanetaryOrbit::VenusEccentricity(2475460.5); - UNREFERENCED_PARAMETER(Ven_e); - Ven_e = CAAElementsPlanetaryOrbit::VenusEccentricity(2451545); - double Ven_i = CAAElementsPlanetaryOrbit::VenusInclination(2475460.5); - UNREFERENCED_PARAMETER(Ven_i); - double Ven_omega = CAAElementsPlanetaryOrbit::VenusLongitudeAscendingNode(2475460.5); - UNREFERENCED_PARAMETER(Ven_omega); - double Ven_pi = CAAElementsPlanetaryOrbit::VenusLongitudePerihelion(2475460.5); - UNREFERENCED_PARAMETER(Ven_pi); - - double Ea_L = CAAElementsPlanetaryOrbit::EarthMeanLongitude(2475460.5); - UNREFERENCED_PARAMETER(Ea_L); - double Ea_a = CAAElementsPlanetaryOrbit::EarthSemimajorAxis(2451545); - UNREFERENCED_PARAMETER(Ea_a); - Ea_a = CAAElementsPlanetaryOrbit::EarthSemimajorAxis(2475460.5); - UNREFERENCED_PARAMETER(Ea_a); - double Ea_e = CAAElementsPlanetaryOrbit::EarthEccentricity(2475460.5); - Ea_e = CAAElementsPlanetaryOrbit::EarthEccentricity(2451545); - UNREFERENCED_PARAMETER(Ea_e); - double Ea_i = CAAElementsPlanetaryOrbit::EarthInclination(2475460.5); - UNREFERENCED_PARAMETER(Ea_i); - double Ea_pi = CAAElementsPlanetaryOrbit::EarthLongitudePerihelion(2475460.5); - UNREFERENCED_PARAMETER(Ea_pi); - - double Mars_L = CAAElementsPlanetaryOrbit::MarsMeanLongitude(2475460.5); - UNREFERENCED_PARAMETER(Mars_L); - double Mars_a = CAAElementsPlanetaryOrbit::MarsSemimajorAxis(2475460.5); - UNREFERENCED_PARAMETER(Mars_a); - Mars_a = CAAElementsPlanetaryOrbit::MarsSemimajorAxis(2451545); - double Mars_e = CAAElementsPlanetaryOrbit::MarsEccentricity(2475460.5); - UNREFERENCED_PARAMETER(Mars_e); - Mars_e = CAAElementsPlanetaryOrbit::MarsEccentricity(2451545); - double Mars_i = CAAElementsPlanetaryOrbit::MarsInclination(2475460.5); - UNREFERENCED_PARAMETER(Mars_i); - double Mars_omega = CAAElementsPlanetaryOrbit::MarsLongitudeAscendingNode(2475460.5); - UNREFERENCED_PARAMETER(Mars_omega); - double Mars_pi = CAAElementsPlanetaryOrbit::MarsLongitudePerihelion(2475460.5); - UNREFERENCED_PARAMETER(Mars_pi); - - double Jup_L = CAAElementsPlanetaryOrbit::JupiterMeanLongitude(2475460.5); - UNREFERENCED_PARAMETER(Jup_L); - double Jup_a = CAAElementsPlanetaryOrbit::JupiterSemimajorAxis(2475460.5); - UNREFERENCED_PARAMETER(Jup_a); - Jup_a = CAAElementsPlanetaryOrbit::JupiterSemimajorAxis(2451545); - double Jup_e = CAAElementsPlanetaryOrbit::JupiterEccentricity(2475460.5); - UNREFERENCED_PARAMETER(Jup_e); - Jup_e = CAAElementsPlanetaryOrbit::JupiterEccentricity(2451545); - double Jup_i = CAAElementsPlanetaryOrbit::JupiterInclination(2475460.5); - UNREFERENCED_PARAMETER(Jup_i); - double Jup_omega = CAAElementsPlanetaryOrbit::JupiterLongitudeAscendingNode(2475460.5); - UNREFERENCED_PARAMETER(Jup_omega); - double Jup_pi = CAAElementsPlanetaryOrbit::JupiterLongitudePerihelion(2475460.5); - UNREFERENCED_PARAMETER(Jup_pi); - - double Sat_L = CAAElementsPlanetaryOrbit::SaturnMeanLongitude(2475460.5); - UNREFERENCED_PARAMETER(Sat_L); - double Sat_a = CAAElementsPlanetaryOrbit::SaturnSemimajorAxis(2475460.5); - UNREFERENCED_PARAMETER(Sat_a); - Sat_a = CAAElementsPlanetaryOrbit::SaturnSemimajorAxis(2451545); - double Sat_e = CAAElementsPlanetaryOrbit::SaturnEccentricity(2475460.5); - UNREFERENCED_PARAMETER(Sat_e); - Sat_e = CAAElementsPlanetaryOrbit::SaturnEccentricity(2451545); - double Sat_i = CAAElementsPlanetaryOrbit::SaturnInclination(2475460.5); - UNREFERENCED_PARAMETER(Sat_i); - double Sat_omega = CAAElementsPlanetaryOrbit::SaturnLongitudeAscendingNode(2475460.5); - UNREFERENCED_PARAMETER(Sat_omega); - double Sat_pi = CAAElementsPlanetaryOrbit::SaturnLongitudePerihelion(2475460.5); - UNREFERENCED_PARAMETER(Sat_pi); - - double Ura_L = CAAElementsPlanetaryOrbit::UranusMeanLongitude(2475460.5); - UNREFERENCED_PARAMETER(Ura_L); - double Ura_a = CAAElementsPlanetaryOrbit::UranusSemimajorAxis(2475460.5); - UNREFERENCED_PARAMETER(Ura_a); - Ura_a = CAAElementsPlanetaryOrbit::UranusSemimajorAxis(2451545); - double Ura_e = CAAElementsPlanetaryOrbit::UranusEccentricity(2475460.5); - UNREFERENCED_PARAMETER(Ura_e); - Ura_e = CAAElementsPlanetaryOrbit::UranusEccentricity(2451545); - double Ura_i = CAAElementsPlanetaryOrbit::UranusInclination(2475460.5); - UNREFERENCED_PARAMETER(Ura_i); - double Ura_omega = CAAElementsPlanetaryOrbit::UranusLongitudeAscendingNode(2475460.5); - UNREFERENCED_PARAMETER(Ura_omega); - double Ura_pi = CAAElementsPlanetaryOrbit::UranusLongitudePerihelion(2475460.5); - UNREFERENCED_PARAMETER(Ura_pi); - - double Nep_L = CAAElementsPlanetaryOrbit::NeptuneMeanLongitude(2475460.5); - UNREFERENCED_PARAMETER(Nep_L); - double Nep_a = CAAElementsPlanetaryOrbit::NeptuneSemimajorAxis(2475460.5); - UNREFERENCED_PARAMETER(Nep_a); - Nep_a = CAAElementsPlanetaryOrbit::NeptuneSemimajorAxis(2451545); - double Nep_e = CAAElementsPlanetaryOrbit::NeptuneEccentricity(2475460.5); - Nep_e = CAAElementsPlanetaryOrbit::NeptuneEccentricity(2451545); - UNREFERENCED_PARAMETER(Nep_e); - double Nep_i = CAAElementsPlanetaryOrbit::NeptuneInclination(2475460.5); - UNREFERENCED_PARAMETER(Nep_i); - double Nep_omega = CAAElementsPlanetaryOrbit::NeptuneLongitudeAscendingNode(2475460.5); - UNREFERENCED_PARAMETER(Nep_omega); - double Nep_pi = CAAElementsPlanetaryOrbit::NeptuneLongitudePerihelion(2475460.5); - UNREFERENCED_PARAMETER(Nep_pi); - - - double Mer_L2 = CAAElementsPlanetaryOrbit::MercuryMeanLongitudeJ2000(2475460.5); - UNREFERENCED_PARAMETER(Mer_L2); - Mer_L2 = CAAElementsPlanetaryOrbit::MercuryMeanLongitudeJ2000(2451545); - double Mer_i2 = CAAElementsPlanetaryOrbit::MercuryInclinationJ2000(2475460.5); - UNREFERENCED_PARAMETER(Mer_i2); - double Mer_omega2 = CAAElementsPlanetaryOrbit::MercuryLongitudeAscendingNodeJ2000(2475460.5); - UNREFERENCED_PARAMETER(Mer_omega2); - Mer_omega2 = CAAElementsPlanetaryOrbit::MercuryLongitudeAscendingNodeJ2000(2451545); - double Mer_pi2 = CAAElementsPlanetaryOrbit::MercuryLongitudePerihelionJ2000(2475460.5); - UNREFERENCED_PARAMETER(Mer_pi2); - Mer_pi2 = CAAElementsPlanetaryOrbit::MercuryLongitudePerihelionJ2000(2451545); - - double Ven_L2 = CAAElementsPlanetaryOrbit::VenusMeanLongitudeJ2000(2475460.5); - UNREFERENCED_PARAMETER(Ven_L2); - Ven_L2 = CAAElementsPlanetaryOrbit::VenusMeanLongitudeJ2000(2451545); - double Ven_i2 = CAAElementsPlanetaryOrbit::VenusInclinationJ2000(2475460.5); - UNREFERENCED_PARAMETER(Ven_i2); - double Ven_omega2 = CAAElementsPlanetaryOrbit::VenusLongitudeAscendingNodeJ2000(2475460.5); - UNREFERENCED_PARAMETER(Ven_omega2); - Ven_omega2 = CAAElementsPlanetaryOrbit::VenusLongitudeAscendingNodeJ2000(2451545); - double Ven_pi2 = CAAElementsPlanetaryOrbit::VenusLongitudePerihelionJ2000(2475460.5); - UNREFERENCED_PARAMETER(Ven_pi2); - Ven_pi2 = CAAElementsPlanetaryOrbit::VenusLongitudePerihelionJ2000(2451545); - - double Ea_L2 = CAAElementsPlanetaryOrbit::EarthMeanLongitudeJ2000(2475460.5); - UNREFERENCED_PARAMETER(Ea_L2); - Ea_L2 = CAAElementsPlanetaryOrbit::EarthMeanLongitudeJ2000(2451545); - double Ea_i2 = CAAElementsPlanetaryOrbit::EarthInclinationJ2000(2475460.5); - UNREFERENCED_PARAMETER(Ea_i2); - double Ea_omega2 = CAAElementsPlanetaryOrbit::EarthLongitudeAscendingNodeJ2000(2475460.5); - UNREFERENCED_PARAMETER(Ea_omega2); - Ea_omega2 = CAAElementsPlanetaryOrbit::EarthLongitudeAscendingNodeJ2000(2451545); - double Ea_pi2 = CAAElementsPlanetaryOrbit::EarthLongitudePerihelionJ2000(2475460.5); - UNREFERENCED_PARAMETER(Ea_pi2); - Ea_pi2 = CAAElementsPlanetaryOrbit::EarthLongitudePerihelionJ2000(2451545); - - double Mars_L2 = CAAElementsPlanetaryOrbit::MarsMeanLongitudeJ2000(2475460.5); - UNREFERENCED_PARAMETER(Mars_L2); - Mars_L2 = CAAElementsPlanetaryOrbit::MarsMeanLongitudeJ2000(2451545); - double Mars_i2 = CAAElementsPlanetaryOrbit::MarsInclinationJ2000(2475460.5); - UNREFERENCED_PARAMETER(Mars_i2); - double Mars_omega2 = CAAElementsPlanetaryOrbit::MarsLongitudeAscendingNodeJ2000(2475460.5); - UNREFERENCED_PARAMETER(Mars_omega2); - Mars_omega2 = CAAElementsPlanetaryOrbit::MarsLongitudeAscendingNodeJ2000(2451545); - double Mars_pi2 = CAAElementsPlanetaryOrbit::MarsLongitudePerihelionJ2000(2475460.5); - UNREFERENCED_PARAMETER(Mars_pi2); - Mars_pi2 = CAAElementsPlanetaryOrbit::MarsLongitudePerihelionJ2000(2451545); - - double Jup_L2 = CAAElementsPlanetaryOrbit::JupiterMeanLongitudeJ2000(2475460.5); - UNREFERENCED_PARAMETER(Jup_L2); - Jup_L2 = CAAElementsPlanetaryOrbit::JupiterMeanLongitudeJ2000(2451545); - double Jup_i2 = CAAElementsPlanetaryOrbit::JupiterInclinationJ2000(2475460.5); - UNREFERENCED_PARAMETER(Jup_i2); - double Jup_omega2 = CAAElementsPlanetaryOrbit::JupiterLongitudeAscendingNodeJ2000(2475460.5); - UNREFERENCED_PARAMETER(Jup_omega2); - Jup_omega2 = CAAElementsPlanetaryOrbit::JupiterLongitudeAscendingNodeJ2000(2451545); - double Jup_pi2 = CAAElementsPlanetaryOrbit::JupiterLongitudePerihelionJ2000(2475460.5); - UNREFERENCED_PARAMETER(Jup_pi2); - Jup_pi2 = CAAElementsPlanetaryOrbit::JupiterLongitudePerihelionJ2000(2451545); - - double Sat_L2 = CAAElementsPlanetaryOrbit::SaturnMeanLongitudeJ2000(2475460.5); - UNREFERENCED_PARAMETER(Sat_L2); - Sat_L2 = CAAElementsPlanetaryOrbit::SaturnMeanLongitudeJ2000(2451545); - double Sat_i2 = CAAElementsPlanetaryOrbit::SaturnInclinationJ2000(2475460.5); - UNREFERENCED_PARAMETER(Sat_i2); - double Sat_omega2 = CAAElementsPlanetaryOrbit::SaturnLongitudeAscendingNodeJ2000(2475460.5); - UNREFERENCED_PARAMETER(Sat_omega2); - Sat_omega2 = CAAElementsPlanetaryOrbit::SaturnLongitudeAscendingNodeJ2000(2451545); - double Sat_pi2 = CAAElementsPlanetaryOrbit::SaturnLongitudePerihelionJ2000(2475460.5); - UNREFERENCED_PARAMETER(Sat_pi2); - Sat_pi2 = CAAElementsPlanetaryOrbit::SaturnLongitudePerihelionJ2000(2451545); - - double Ura_L2 = CAAElementsPlanetaryOrbit::UranusMeanLongitudeJ2000(2475460.5); - UNREFERENCED_PARAMETER(Ura_L2); - Ura_L2 = CAAElementsPlanetaryOrbit::UranusMeanLongitudeJ2000(2451545); - double Ura_i2 = CAAElementsPlanetaryOrbit::UranusInclinationJ2000(2475460.5); - UNREFERENCED_PARAMETER(Ura_i2); - double Ura_omega2 = CAAElementsPlanetaryOrbit::UranusLongitudeAscendingNodeJ2000(2475460.5); - UNREFERENCED_PARAMETER(Ura_omega2); - Ura_omega2 = CAAElementsPlanetaryOrbit::UranusLongitudeAscendingNodeJ2000(2451545); - double Ura_pi2 = CAAElementsPlanetaryOrbit::UranusLongitudePerihelionJ2000(2475460.5); - UNREFERENCED_PARAMETER(Ura_pi2); - Ura_pi2 = CAAElementsPlanetaryOrbit::UranusLongitudePerihelionJ2000(2451545); - - double Nep_L2 = CAAElementsPlanetaryOrbit::NeptuneMeanLongitudeJ2000(2475460.5); - UNREFERENCED_PARAMETER(Nep_L2); - Nep_L2 = CAAElementsPlanetaryOrbit::NeptuneMeanLongitudeJ2000(2451545); - double Nep_i2 = CAAElementsPlanetaryOrbit::NeptuneInclinationJ2000(2475460.5); - UNREFERENCED_PARAMETER(Nep_i2); - double Nep_omega2 = CAAElementsPlanetaryOrbit::NeptuneLongitudeAscendingNodeJ2000(2475460.5); - UNREFERENCED_PARAMETER(Nep_omega2); - Nep_omega2 = CAAElementsPlanetaryOrbit::NeptuneLongitudeAscendingNodeJ2000(2451545); - double Nep_pi2 = CAAElementsPlanetaryOrbit::NeptuneLongitudePerihelionJ2000(2475460.5); - UNREFERENCED_PARAMETER(Nep_pi2); - Nep_pi2 = CAAElementsPlanetaryOrbit::NeptuneLongitudePerihelionJ2000(2451545); - - double MoonGeocentricElongation = CAAMoonIlluminatedFraction::GeocentricElongation(8.97922, 13.7684, 1.377194, 8.6964); - double MoonPhaseAngle = CAAMoonIlluminatedFraction::PhaseAngle(MoonGeocentricElongation, 368410, 149971520); - double MoonIlluminatedFraction = CAAMoonIlluminatedFraction::IlluminatedFraction(MoonPhaseAngle); - UNREFERENCED_PARAMETER(MoonIlluminatedFraction); - double MoonPositionAngle = CAAMoonIlluminatedFraction::PositionAngle(CAACoordinateTransformation::DMSToDegrees(1, 22, 37.9), 8.6964, 134.6885/15, 13.7684); - UNREFERENCED_PARAMETER(MoonPositionAngle); - - double JDVenus = CAADynamicalTime::TT2UTC(2448976.5); - UNREFERENCED_PARAMETER(JDVenus); - CAAEllipticalPlanetaryDetails VenusDetails = CAAElliptical::Calculate(2448976.5, CAAElliptical::VENUS, false); - UNREFERENCED_PARAMETER(VenusDetails); - CAAEllipticalPlanetaryDetails VenusDetails2 = CAAElliptical::Calculate(2448976.5, CAAElliptical::VENUS, true); - UNREFERENCED_PARAMETER(VenusDetails2); - CAAEllipticalPlanetaryDetails VenusDetails3 = CAAElliptical::Calculate(CAADynamicalTime::UTC2TT(2453149.5), CAAElliptical::VENUS, false); - UNREFERENCED_PARAMETER(VenusDetails3); - CAAEllipticalPlanetaryDetails VenusDetails4 = CAAElliptical::Calculate(CAADynamicalTime::UTC2TT(2453149.5), CAAElliptical::VENUS, true); - UNREFERENCED_PARAMETER(VenusDetails4); - CAAEllipticalPlanetaryDetails VenusDetails5 = CAAElliptical::Calculate(CAADynamicalTime::UTC2TT(2457214.6), CAAElliptical::VENUS, false); - UNREFERENCED_PARAMETER(VenusDetails5); - CAAEllipticalPlanetaryDetails VenusDetails6 = CAAElliptical::Calculate(CAADynamicalTime::UTC2TT(2457214.6), CAAElliptical::VENUS, true); - UNREFERENCED_PARAMETER(VenusDetails6); - - CAAEllipticalPlanetaryDetails SunDetails = CAAElliptical::Calculate(CAADynamicalTime::UTC2TT(2453149.5), CAAElliptical::SUN, false); - UNREFERENCED_PARAMETER(SunDetails); - CAAEllipticalPlanetaryDetails SunDetails2 = CAAElliptical::Calculate(CAADynamicalTime::UTC2TT(2453149.5), CAAElliptical::SUN, true); - UNREFERENCED_PARAMETER(SunDetails2); - CAAEllipticalPlanetaryDetails SunDetails3 = CAAElliptical::Calculate(CAADynamicalTime::UTC2TT(2457214.6), CAAElliptical::SUN, false); - UNREFERENCED_PARAMETER(SunDetails3); - CAAEllipticalPlanetaryDetails SunDetails4 = CAAElliptical::Calculate(CAADynamicalTime::UTC2TT(2457214.6), CAAElliptical::SUN, true); - UNREFERENCED_PARAMETER(SunDetails4); - CAAEllipticalPlanetaryDetails SunDetails5 = CAAElliptical::Calculate(2448908.5, CAAElliptical::SUN, false); - UNREFERENCED_PARAMETER(SunDetails5); - CAAEllipticalPlanetaryDetails SunDetails6 = CAAElliptical::Calculate(2448908.5, CAAElliptical::SUN, true); - UNREFERENCED_PARAMETER(SunDetails6); - CAAEllipticalPlanetaryDetails SunDetails7 = CAAElliptical::Calculate(CAADynamicalTime::UTC2TT(2457213.875), CAAElliptical::SUN, false); - UNREFERENCED_PARAMETER(SunDetails7); - CAAEllipticalPlanetaryDetails SunDetails8 = CAAElliptical::Calculate(CAADynamicalTime::UTC2TT(2457213.875), CAAElliptical::SUN, true); - UNREFERENCED_PARAMETER(SunDetails8); - - CAAEllipticalObjectElements elements; - elements.a = 2.2091404; - elements.e = 0.8502196; - elements.i = 11.94524; - elements.omega = 334.75006; - elements.w = 186.23352; - elements.T = 2448192.5 + 0.54502; - elements.JDEquinox = 2451544.5; - CAAEllipticalObjectDetails details = CAAElliptical::Calculate(2448170.5, elements, false); - UNREFERENCED_PARAMETER(details); - CAAEllipticalObjectDetails details8 = CAAElliptical::Calculate(2448170.5, elements, true); - UNREFERENCED_PARAMETER(details8); - - double Velocity1 = CAAElliptical::InstantaneousVelocity(1, 17.9400782); - UNREFERENCED_PARAMETER(Velocity1); - double Velocity2 = CAAElliptical::VelocityAtPerihelion(0.96727426, 17.9400782); - UNREFERENCED_PARAMETER(Velocity2); - double Velocity3 = CAAElliptical::VelocityAtAphelion(0.96727426, 17.9400782); - UNREFERENCED_PARAMETER(Velocity3); - - double Length = CAAElliptical::LengthOfEllipse(0.96727426, 17.9400782); - UNREFERENCED_PARAMETER(Length); - - double Mag1 = CAAElliptical::MinorPlanetMagnitude(3.34, 1.6906631928, 0.12, 2.6154983761, 120); - UNREFERENCED_PARAMETER(Mag1); - double Mag2 = CAAElliptical::CometMagnitude(5.5, 0.378, 10, 0.658); - UNREFERENCED_PARAMETER(Mag2); - double Mag3 = CAAElliptical::CometMagnitude(5.5, 1.1017, 10, 1.5228); - UNREFERENCED_PARAMETER(Mag3); - - CAAParabolicObjectElements elements2; //Sample taken from http://www.stjarnhimlen.se/comp/tutorial.html for comet Levy - elements2.q = 0.93858; - elements2.i = 131.5856; - elements2.omega = 139.2313; - elements2.w = 242.6797; - elements2.T = CAADate::DateToJD(1990, 10, 24.6954, true); - elements2.JDEquinox = elements2.T; //Of the day - double JDCalc = CAADynamicalTime::UTC2TT(CAADate::DateToJD(1990, 8, 22.0, true)); - CAAParabolicObjectDetails details2 = CAAParabolic::Calculate(JDCalc, elements2, false); - UNREFERENCED_PARAMETER(details2); - CAAParabolicObjectDetails details5 = CAAParabolic::Calculate(JDCalc, elements2, true); - UNREFERENCED_PARAMETER(details5); - - CAAEllipticalObjectElements elements3; - elements3.a = 17.9400782; - elements3.e = 0.96727426; - elements3.i = 0; //Not required - elements3.omega = 0; //Not required - elements3.w = 111.84644; - elements3.T = 2446470.5 + 0.45891; - elements3.JDEquinox = 0; //Not required - CAANodeObjectDetails nodedetails = CAANodes::PassageThroAscendingNode(elements3); - UNREFERENCED_PARAMETER(nodedetails); - CAANodeObjectDetails nodedetails2 = CAANodes::PassageThroDescendingNode(elements3); - UNREFERENCED_PARAMETER(nodedetails2); - - CAAParabolicObjectElements elements4; - elements4.q = 1.324502; - elements4.i = 0; //Not required - elements4.omega = 0; //Not required - elements4.w = 154.9103; - elements4.T = 2447758.5 + 0.2910; - elements4.JDEquinox = 0; //Not required - CAANodeObjectDetails nodedetails3 = CAANodes::PassageThroAscendingNode(elements4); - UNREFERENCED_PARAMETER(nodedetails3); - CAANodeObjectDetails nodedetails4 = CAANodes::PassageThroDescendingNode(elements4); - UNREFERENCED_PARAMETER(nodedetails4); - - - CAAEllipticalObjectElements elements5; - elements5.a = 0.723329820; - elements5.e = 0.00678195; - elements5.i = 0; //Not required - elements5.omega = 0; //Not required - elements5.w = 54.778485; - elements5.T = 2443873.704; - elements5.JDEquinox = 0; //Not required - CAANodeObjectDetails nodedetails5 = CAANodes::PassageThroAscendingNode(elements5); - UNREFERENCED_PARAMETER(nodedetails5); - - - double MoonK2 = CAAMoonNodes::K(1987.37); - UNREFERENCED_PARAMETER(MoonK2); - double MoonJD = CAAMoonNodes::PassageThroNode(-170); - UNREFERENCED_PARAMETER(MoonJD); - - - double Y = CAAInterpolate::Interpolate(0.18125, 0.884226, 0.877366, 0.870531); - UNREFERENCED_PARAMETER(Y); - - double NM; - double YM = CAAInterpolate::Extremum(1.3814294, 1.3812213, 1.3812453, NM); - UNREFERENCED_PARAMETER(YM); - - double N0 = CAAInterpolate::Zero(-1693.4, 406.3, 2303.2); - UNREFERENCED_PARAMETER(N0); - - double N02 = CAAInterpolate::Zero2(-2, 3, 2); - UNREFERENCED_PARAMETER(N02); - - double Y2 = CAAInterpolate::Interpolate(0.2777778, 36.125, 24.606, 15.486, 8.694, 4.133); - UNREFERENCED_PARAMETER(Y2); - - double N03 = CAAInterpolate::Zero(CAACoordinateTransformation::DMSToDegrees(1, 11, 21.23, false), CAACoordinateTransformation::DMSToDegrees(0, 28, 12.31, false), CAACoordinateTransformation::DMSToDegrees(0, 16, 7.02), CAACoordinateTransformation::DMSToDegrees(1, 1, 0.13), CAACoordinateTransformation::DMSToDegrees(1, 45, 46.33)); - UNREFERENCED_PARAMETER(N03); - - double N04 = CAAInterpolate::Zero(CAACoordinateTransformation::DMSToDegrees(0, 28, 12.31, false), CAACoordinateTransformation::DMSToDegrees(0, 16, 7.02), CAACoordinateTransformation::DMSToDegrees(1, 1, 0.13)); - UNREFERENCED_PARAMETER(N04); - - double N05 = CAAInterpolate::Zero2(-13, -2, 3, 2, -5); - UNREFERENCED_PARAMETER(N05); - - double Y3 = CAAInterpolate::InterpolateToHalves(1128.732, 1402.835, 1677.247, 1951.983); - UNREFERENCED_PARAMETER(Y3); - - double X1[] = { 29.43, 30.97, 27.69, 28.11, 31.58, 33.05 }; - double Y1[] = { 0.4913598528, 0.5145891926, 0.4646875083, 0.4711658342, 0.5236885653, 0.5453707057 }; - double Y4 = CAAInterpolate::LagrangeInterpolate(30, 6, X1, Y1); - UNREFERENCED_PARAMETER(Y4); - double Y5 = CAAInterpolate::LagrangeInterpolate(0, 6, X1, Y1); - UNREFERENCED_PARAMETER(Y5); - double Y6 = CAAInterpolate::LagrangeInterpolate(90, 6, X1, Y1); - UNREFERENCED_PARAMETER(Y6); - - double Alpha1 = CAACoordinateTransformation::DMSToDegrees(2, 42, 43.25); - double Alpha2 = CAACoordinateTransformation::DMSToDegrees(2, 46, 55.51); - double Alpha3 = CAACoordinateTransformation::DMSToDegrees(2, 51, 07.69); - double Delta1 = CAACoordinateTransformation::DMSToDegrees(18, 02, 51.4); - double Delta2 = CAACoordinateTransformation::DMSToDegrees(18, 26, 27.3); - double Delta3 = CAACoordinateTransformation::DMSToDegrees(18, 49, 38.7); - double JD2 = 2447240.5; - Longitude = 71.0833; - Latitude = 42.3333; - CAARiseTransitSetDetails RiseTransitSetTime = CAARiseTransitSet::Calculate(JD2, Alpha1, Delta1, Alpha2, Delta2, Alpha3, Delta3, Longitude, Latitude, -0.5667); - if (RiseTransitSetTime.bRiseValid) - { - double riseJD = (JD2 + (RiseTransitSetTime.Rise / 24.00)); - CAADate rtsDate(riseJD, true); - rtsDate.Get(Year, Month, Day, Hour, Minute, Second); - printf("Venus rise for Boston for UTC %d-%d-%d occurs at %02d:%02d:%02d\n", static_cast(Year), static_cast(Month), static_cast(Day), static_cast(Hour), static_cast(Minute), static_cast(Second)); - } - else - { - CAADate rtsDate(JD2, true); - rtsDate.Get(Year, Month, Day, Hour, Minute, Second); - printf("Venus does not rise for Boston for UTC %d-%d-%d\n", static_cast(Year), static_cast(Month), static_cast(Day)); - } - double transitJD = (JD2 + (RiseTransitSetTime.Transit / 24.00)); - CAADate rtsDate(transitJD, true); - rtsDate.Get(Year, Month, Day, Hour, Minute, Second); - if (RiseTransitSetTime.bTransitAboveHorizon) - printf("Venus transit for Boston for UTC %d-%d-%d occurs at %02d:%02d:%02d\n", static_cast(Year), static_cast(Month), static_cast(Day), static_cast(Hour), static_cast(Minute), static_cast(Second)); - else - printf("Venus transit for Boston (below horizon) for UTC %d-%d-%d occurs at %02d:%02d:%02d\n", static_cast(Year), static_cast(Month), static_cast(Day), static_cast(Hour), static_cast(Minute), static_cast(Second)); - if (RiseTransitSetTime.bSetValid) - { - double setJD = (JD2 + (RiseTransitSetTime.Set / 24.00)); - rtsDate = CAADate(setJD, true); - rtsDate.Get(Year, Month, Day, Hour, Minute, Second); - printf("Venus set for Boston UTC %d-%d-%d occurs at %02d:%02d:%02d\n", static_cast(Year), static_cast(Month), static_cast(Day), static_cast(Hour), static_cast(Minute), static_cast(Second)); - } - else - { - rtsDate = CAADate(JD2, true); - rtsDate.Get(Year, Month, Day, Hour, Minute, Second); - printf("Venus does not set for Boston for UTC %d-%d-%d\n", static_cast(Year), static_cast(Month), static_cast(Day)); - } - - //Calculate the time of moon set for 11th of August 2009 UTC for Palomar Observatory - int YYYY = 2009; - int MM = 8; - int DD = 11; - CAADate CalcDate(YYYY, MM, DD, true); - JD2 = CalcDate.Julian(); - GetLunarRaDecByJulian(JD2 - 1, Alpha1, Delta1); - GetLunarRaDecByJulian(JD2, Alpha2, Delta2); - GetLunarRaDecByJulian(JD2 + 1, Alpha3, Delta3); - Longitude = CAACoordinateTransformation::DMSToDegrees(116, 51, 45); //West is considered positive - Latitude = CAACoordinateTransformation::DMSToDegrees(33, 21, 22); - RiseTransitSetTime = CAARiseTransitSet::Calculate(JD2, Alpha1, Delta1, Alpha2, Delta2, Alpha3, Delta3, Longitude, Latitude, 0.125); - if (RiseTransitSetTime.bRiseValid) - { - double riseJD = (JD2 + (RiseTransitSetTime.Rise / 24.00)); - rtsDate = CAADate(riseJD, true); - rtsDate.Get(Year, Month, Day, Hour, Minute, Second); - printf("Moon rise for Palomar Observatory for UTC %d-%d-%d occurs at %02d:%02d:%02d\n", static_cast(Year), static_cast(Month), static_cast(Day), static_cast(Hour), static_cast(Minute), static_cast(Second)); - } - else - { - rtsDate = CAADate(JD2, true); - rtsDate.Get(Year, Month, Day, Hour, Minute, Second); - printf("Moon does not rise for Palomar Observatory for UTC %d-%d-%d\n", static_cast(Year), static_cast(Month), static_cast(Day)); - } - transitJD = (JD2 + (RiseTransitSetTime.Transit / 24.00)); - rtsDate = CAADate(transitJD, true); - rtsDate.Get(Year, Month, Day, Hour, Minute, Second); - if (RiseTransitSetTime.bTransitAboveHorizon) - printf("Moon transit for Palomar Observatory for UTC %d-%d-%d occurs at %02d:%02d:%02d\n", static_cast(Year), static_cast(Month), static_cast(Day), static_cast(Hour), static_cast(Minute), static_cast(Second)); - else - printf("Moon transit for Palomar Observatory (below horizon) for UTC %d-%d-%d occurs at %02d:%02d:%02d\n", static_cast(Year), static_cast(Month), static_cast(Day), static_cast(Hour), static_cast(Minute), static_cast(Second)); - if (RiseTransitSetTime.bSetValid) - { - double setJD = (JD2 + (RiseTransitSetTime.Set / 24.00)); - rtsDate = CAADate(setJD, true); - rtsDate.Get(Year, Month, Day, Hour, Minute, Second); - printf("Moon set for Palomar Observatory for UTC %d-%d-%d occurs at %02d:%02d:%02d\n", static_cast(Year), static_cast(Month), static_cast(Day), static_cast(Hour), static_cast(Minute), static_cast(Second)); - } - else - { - rtsDate = CAADate(JD2, true); - rtsDate.Get(Year, Month, Day, Hour, Minute, Second); - printf("Moon does not set for Palomar Observatory for UTC %d-%d-%d\n", static_cast(Year), static_cast(Month), static_cast(Day)); - } - - double Kpp = CAAPlanetaryPhenomena::K(1993.75, CAAPlanetaryPhenomena::MERCURY, CAAPlanetaryPhenomena::INFERIOR_CONJUNCTION); - double MercuryInferiorConjunction = CAAPlanetaryPhenomena::Mean(Kpp, CAAPlanetaryPhenomena::MERCURY, CAAPlanetaryPhenomena::INFERIOR_CONJUNCTION); - UNREFERENCED_PARAMETER(MercuryInferiorConjunction); - double MercuryInferiorConjunction2 = CAAPlanetaryPhenomena::True(Kpp, CAAPlanetaryPhenomena::MERCURY, CAAPlanetaryPhenomena::INFERIOR_CONJUNCTION); - UNREFERENCED_PARAMETER(MercuryInferiorConjunction2); - - double Kpp2 = CAAPlanetaryPhenomena::K(2125.5, CAAPlanetaryPhenomena::SATURN, CAAPlanetaryPhenomena::CONJUNCTION); - double SaturnConjunction = CAAPlanetaryPhenomena::Mean(Kpp2, CAAPlanetaryPhenomena::SATURN, CAAPlanetaryPhenomena::CONJUNCTION); - UNREFERENCED_PARAMETER(SaturnConjunction); - double SaturnConjunction2 = CAAPlanetaryPhenomena::True(Kpp2, CAAPlanetaryPhenomena::SATURN, CAAPlanetaryPhenomena::CONJUNCTION); - UNREFERENCED_PARAMETER(SaturnConjunction2); - - double MercuryWesternElongation = CAAPlanetaryPhenomena::True(Kpp, CAAPlanetaryPhenomena::MERCURY, CAAPlanetaryPhenomena::WESTERN_ELONGATION); - UNREFERENCED_PARAMETER(MercuryWesternElongation); - double MercuryWesternElongationValue = CAAPlanetaryPhenomena::ElongationValue(Kpp, CAAPlanetaryPhenomena::MERCURY, false); - UNREFERENCED_PARAMETER(MercuryWesternElongationValue); - - double MarsStation2 = CAAPlanetaryPhenomena::True(-2, CAAPlanetaryPhenomena::MARS, CAAPlanetaryPhenomena::STATION2); - UNREFERENCED_PARAMETER(MarsStation2); - - double MercuryK = CAAPlanetaryPhenomena::K(1631.8, CAAPlanetaryPhenomena::MERCURY, CAAPlanetaryPhenomena::INFERIOR_CONJUNCTION); - double MercuryIC = CAAPlanetaryPhenomena::True(MercuryK, CAAPlanetaryPhenomena::MERCURY, CAAPlanetaryPhenomena::INFERIOR_CONJUNCTION); - UNREFERENCED_PARAMETER(MercuryIC); - - double VenusKpp = CAAPlanetaryPhenomena::K(1882.9, CAAPlanetaryPhenomena::VENUS, CAAPlanetaryPhenomena::INFERIOR_CONJUNCTION); - double VenusIC = CAAPlanetaryPhenomena::True(VenusKpp, CAAPlanetaryPhenomena::VENUS, CAAPlanetaryPhenomena::INFERIOR_CONJUNCTION); - UNREFERENCED_PARAMETER(VenusIC); - - double MarsKpp = CAAPlanetaryPhenomena::K(2729.65, CAAPlanetaryPhenomena::MARS, CAAPlanetaryPhenomena::OPPOSITION); - double MarsOP = CAAPlanetaryPhenomena::True(MarsKpp, CAAPlanetaryPhenomena::MARS, CAAPlanetaryPhenomena::OPPOSITION); - UNREFERENCED_PARAMETER(MarsOP); - - double JupiterKpp = CAAPlanetaryPhenomena::K(-5, CAAPlanetaryPhenomena::JUPITER, CAAPlanetaryPhenomena::OPPOSITION); - double JupiterOP = CAAPlanetaryPhenomena::True(JupiterKpp, CAAPlanetaryPhenomena::JUPITER, CAAPlanetaryPhenomena::OPPOSITION); - UNREFERENCED_PARAMETER(JupiterOP); - - double SaturnKpp = CAAPlanetaryPhenomena::K(-5, CAAPlanetaryPhenomena::SATURN, CAAPlanetaryPhenomena::OPPOSITION); - double SaturnOP = CAAPlanetaryPhenomena::True(SaturnKpp, CAAPlanetaryPhenomena::SATURN, CAAPlanetaryPhenomena::OPPOSITION); - UNREFERENCED_PARAMETER(SaturnOP); - - double UranusKpp = CAAPlanetaryPhenomena::K(1780.6, CAAPlanetaryPhenomena::URANUS, CAAPlanetaryPhenomena::OPPOSITION); - double UranusOP = CAAPlanetaryPhenomena::True(UranusKpp, CAAPlanetaryPhenomena::URANUS, CAAPlanetaryPhenomena::OPPOSITION); - UNREFERENCED_PARAMETER(UranusOP); - - double NeptuneKpp = CAAPlanetaryPhenomena::K(1846.5, CAAPlanetaryPhenomena::NEPTUNE, CAAPlanetaryPhenomena::OPPOSITION); - double NeptuneOP = CAAPlanetaryPhenomena::True(NeptuneKpp, CAAPlanetaryPhenomena::NEPTUNE, CAAPlanetaryPhenomena::OPPOSITION); - UNREFERENCED_PARAMETER(NeptuneOP); - - CAA2DCoordinate TopocentricDelta = CAAParallax::Equatorial2TopocentricDelta(CAACoordinateTransformation::DMSToDegrees(22, 38, 7.25), -15.771083, 0.37276, CAACoordinateTransformation::DMSToDegrees(7, 47, 27)*15, CAACoordinateTransformation::DMSToDegrees(33, 21, 22), 1706, 2452879.63681); - UNREFERENCED_PARAMETER(TopocentricDelta); - CAA2DCoordinate Topocentric = CAAParallax::Equatorial2Topocentric(CAACoordinateTransformation::DMSToDegrees(22, 38, 7.25), -15.771083, 0.37276, CAACoordinateTransformation::DMSToDegrees(7, 47, 27)*15, CAACoordinateTransformation::DMSToDegrees(33, 21, 22), 1706, 2452879.63681); - UNREFERENCED_PARAMETER(Topocentric); - - - double distance2 = CAAParallax::ParallaxToDistance(CAACoordinateTransformation::DMSToDegrees(0, 59, 27.7)); - double parallax2 = CAAParallax::DistanceToParallax(distance2); - UNREFERENCED_PARAMETER(parallax2); - - CAATopocentricEclipticDetails TopocentricDetails = CAAParallax::Ecliptic2Topocentric(CAACoordinateTransformation::DMSToDegrees(181, 46, 22.5), CAACoordinateTransformation::DMSToDegrees(2, 17, 26.2), - CAACoordinateTransformation::DMSToDegrees(0, 16, 15.5), CAAParallax::ParallaxToDistance(CAACoordinateTransformation::DMSToDegrees(0, 59, 27.7)), CAACoordinateTransformation::DMSToDegrees(23, 28, 0.8), - CAACoordinateTransformation::DMSToDegrees(50, 5, 7.8), 0, 2452879.150858); - UNREFERENCED_PARAMETER(TopocentricDetails); - - double k = CAAIlluminatedFraction::IlluminatedFraction(0.724604, 0.983824, 0.910947); - UNREFERENCED_PARAMETER(k); - double pa1 = CAAIlluminatedFraction::PhaseAngle(0.724604, 0.983824, 0.910947); - UNREFERENCED_PARAMETER(pa1); - double pa = CAAIlluminatedFraction::PhaseAngle(0.724604, 0.983824, -2.62070, 26.11428, 88.35704, 0.910947); - double k2 = CAAIlluminatedFraction::IlluminatedFraction(pa); - UNREFERENCED_PARAMETER(k2); - double pa2 = CAAIlluminatedFraction::PhaseAngleRectangular(0.621746, -0.664810, -0.033134, -2.62070, 26.11428, 0.910947); - double k3 = CAAIlluminatedFraction::IlluminatedFraction(pa2); - UNREFERENCED_PARAMETER(k3); - - double VenusMag = CAAIlluminatedFraction::VenusMagnitudeMuller(0.724604, 0.910947, 72.96); - UNREFERENCED_PARAMETER(VenusMag); - double VenusMag2 = CAAIlluminatedFraction::VenusMagnitudeAA(0.724604, 0.910947, 72.96); - UNREFERENCED_PARAMETER(VenusMag2); - - double SaturnMag = CAAIlluminatedFraction::SaturnMagnitudeMuller(9.867882, 10.464606, 4.198, 16.442); - UNREFERENCED_PARAMETER(SaturnMag); - double SaturnMag2 = CAAIlluminatedFraction::SaturnMagnitudeAA(9.867882, 10.464606, 4.198, 16.442); - UNREFERENCED_PARAMETER(SaturnMag2); - - - CAAPhysicalMarsDetails MarsDetails = CAAPhysicalMars::Calculate(2448935.500683, false); - UNREFERENCED_PARAMETER(MarsDetails); - CAAPhysicalMarsDetails MarsDetails2 = CAAPhysicalMars::Calculate(2448935.500683, true); - UNREFERENCED_PARAMETER(MarsDetails2); - - CAAPhysicalJupiterDetails JupiterDetails = CAAPhysicalJupiter::Calculate(2448972.50068, false); - UNREFERENCED_PARAMETER(JupiterDetails); - CAAPhysicalJupiterDetails JupiterDetails2 = CAAPhysicalJupiter::Calculate(2448972.50068, true); - UNREFERENCED_PARAMETER(JupiterDetails2); - - //The example as given in the book - CAAGalileanMoonsDetails GalileanDetails = CAAGalileanMoons::Calculate(2448972.50068, false); - UNREFERENCED_PARAMETER(GalileanDetails); - CAAGalileanMoonsDetails GalileanDetails2 = CAAGalileanMoons::Calculate(2448972.50068, true); - UNREFERENCED_PARAMETER(GalileanDetails2); - - //Calculate the Eclipse Disappearance of Satellite 1 on February 1 2004 at 13:32 UCT - JD = 2453037.05903; - int i; - for (i=0; i<10; i++) - { - CAAGalileanMoonsDetails GalileanDetails1 = CAAGalileanMoons::Calculate(JD, false); - UNREFERENCED_PARAMETER(GalileanDetails1); - CAAGalileanMoonsDetails GalileanDetails3 = CAAGalileanMoons::Calculate(JD, true); - UNREFERENCED_PARAMETER(GalileanDetails3); - JD += (1.0/1440); - } - - //Calculate the Shadow Egress of Satellite 1 on February 2 2004 at 13:07 UT - JD = 2453038.04236; - for (i=0; i<10; i++) - { - CAAGalileanMoonsDetails GalileanDetails1 = CAAGalileanMoons::Calculate(JD, false); - UNREFERENCED_PARAMETER(GalileanDetails1); - CAAGalileanMoonsDetails GalileanDetails3 = CAAGalileanMoons::Calculate(JD, true); - UNREFERENCED_PARAMETER(GalileanDetails3); - JD += (1.0/1440); - } - - //Calculate the Shadow Ingress of Satellite 4 on February 6 2004 at 22:59 UCT - JD = 2453042.45486; - for (i=0; i<10; i++) - { - CAAGalileanMoonsDetails GalileanDetails1 = CAAGalileanMoons::Calculate(JD, false); - UNREFERENCED_PARAMETER(GalileanDetails1); - CAAGalileanMoonsDetails GalileanDetails3 = CAAGalileanMoons::Calculate(JD, true); - UNREFERENCED_PARAMETER(GalileanDetails3); - JD += (1.0/1440); - } - - //Calculate the Shadow Egress of Satellite 4 on February 7 2004 at 2:41 UCT - JD = 2453042.61042; - for (i=0; i<10; i++) - { - CAAGalileanMoonsDetails GalileanDetails1 = CAAGalileanMoons::Calculate(JD, false); - UNREFERENCED_PARAMETER(GalileanDetails1); - CAAGalileanMoonsDetails GalileanDetails3 = CAAGalileanMoons::Calculate(JD, true); - UNREFERENCED_PARAMETER(GalileanDetails3); - JD += (1.0/1440); - } - - //Calculate the Transit Ingress of Satellite 4 on February 7 2004 at 5:07 UCT - JD = 2453042.71181; - for (i=0; i<10; i++) - { - CAAGalileanMoonsDetails GalileanDetails1 = CAAGalileanMoons::Calculate(JD, false); - UNREFERENCED_PARAMETER(GalileanDetails1); - CAAGalileanMoonsDetails GalileanDetails3 = CAAGalileanMoons::Calculate(JD, true); - UNREFERENCED_PARAMETER(GalileanDetails3); - JD += (1.0/1440); - } - - //Calculate the Transit Egress of Satellite 4 on February 7 2004 at 7:46 UT - JD = 2453042.82222; - for (i=0; i<10; i++) - { - CAAGalileanMoonsDetails GalileanDetails1 = CAAGalileanMoons::Calculate(JD, false); - UNREFERENCED_PARAMETER(GalileanDetails1); - CAAGalileanMoonsDetails GalileanDetails3 = CAAGalileanMoons::Calculate(JD, true); - UNREFERENCED_PARAMETER(GalileanDetails3); - JD += (1.0/1440); - } - - CAASaturnRingDetails saturnrings = CAASaturnRings::Calculate(2448972.50068, false); - UNREFERENCED_PARAMETER(saturnrings); - CAASaturnRingDetails saturnrings2 = CAASaturnRings::Calculate(2448972.50068, true); - UNREFERENCED_PARAMETER(saturnrings2); - - /* - //Code to write out the Saturn Ring values for a specific range - CAADate Datex(2024, 4, 1, true); - double JDUT3 = Datex.Julian(); - bool bContinue4 = true; - while (bContinue4) - { - saturnrings = CAASaturnRings::Calculate(JDUT3); - printf("%f\t%f\t%f\t%f\n", JDUT3, saturnrings.U1, saturnrings.U2, saturnrings.DeltaU); - - //Prepare for the next loop - JDUT3 += 5; - if (JDUT3 >= 2469136.500000) - bContinue4 = false; - } - */ - - CAASaturnMoonsDetails saturnMoons = CAASaturnMoons::Calculate(2451439.50074, false); - UNREFERENCED_PARAMETER(saturnMoons); - CAASaturnMoonsDetails saturnMoons2 = CAASaturnMoons::Calculate(2451439.50074, true); - UNREFERENCED_PARAMETER(saturnMoons2); - - double ApproxK = CAAMoonPhases::K(1977.125); - UNREFERENCED_PARAMETER(ApproxK); - double NewMoonJD = CAAMoonPhases::TruePhase(-283); - UNREFERENCED_PARAMETER(NewMoonJD); - - ApproxK = CAAMoonPhases::K(1952.88); - double LastQuarterJD = CAAMoonPhases::TruePhase(-583 + 0.75); - UNREFERENCED_PARAMETER(LastQuarterJD); - - double ApproxK2 = CAAMoonPhases::K(2044); - UNREFERENCED_PARAMETER(ApproxK2); - LastQuarterJD = CAAMoonPhases::TruePhase(544.75); - - double MoonDeclinationK = CAAMoonMaxDeclinations::K(1988.95); - UNREFERENCED_PARAMETER(MoonDeclinationK); - - double MoonNorthDec = CAAMoonMaxDeclinations::TrueGreatestDeclination(-148, true); - UNREFERENCED_PARAMETER(MoonNorthDec); - double MoonNorthDecValue = CAAMoonMaxDeclinations::TrueGreatestDeclinationValue(-148, true); - UNREFERENCED_PARAMETER(MoonNorthDecValue); - - double MoonSouthDec = CAAMoonMaxDeclinations::TrueGreatestDeclination(659, false); - UNREFERENCED_PARAMETER(MoonSouthDec); - double MoonSouthDecValue = CAAMoonMaxDeclinations::TrueGreatestDeclinationValue(659, false); - UNREFERENCED_PARAMETER(MoonSouthDecValue); - - double MoonNorthDec2 = CAAMoonMaxDeclinations::TrueGreatestDeclination(-26788, true); - UNREFERENCED_PARAMETER(MoonNorthDec2); - double MoonNorthDecValue2 = CAAMoonMaxDeclinations::TrueGreatestDeclinationValue(-26788, true); - UNREFERENCED_PARAMETER(MoonNorthDecValue2); - - double sd1 = CAADiameters::SunSemidiameterA(1); - UNREFERENCED_PARAMETER(sd1); - double sd2 = CAADiameters::SunSemidiameterA(2); - UNREFERENCED_PARAMETER(sd2); - - double sd3 = CAADiameters::VenusSemidiameterA(1); - UNREFERENCED_PARAMETER(sd3); - double sd4 = CAADiameters::VenusSemidiameterA(2); - UNREFERENCED_PARAMETER(sd4); - double sd5 = CAADiameters::VenusSemidiameterB(1); - UNREFERENCED_PARAMETER(sd5); - double sd6 = CAADiameters::VenusSemidiameterB(2); - UNREFERENCED_PARAMETER(sd6); - - double sd11 = CAADiameters::MarsSemidiameterA(1); - UNREFERENCED_PARAMETER(sd11); - double sd12 = CAADiameters::MarsSemidiameterA(2); - UNREFERENCED_PARAMETER(sd12); - double sd13 = CAADiameters::MarsSemidiameterB(1); - UNREFERENCED_PARAMETER(sd13); - double sd14 = CAADiameters::MarsSemidiameterB(2); - UNREFERENCED_PARAMETER(sd14); - - double sd15 = CAADiameters::JupiterEquatorialSemidiameterA(1); - UNREFERENCED_PARAMETER(sd15); - double sd16 = CAADiameters::JupiterEquatorialSemidiameterA(2); - UNREFERENCED_PARAMETER(sd16); - double sd17 = CAADiameters::JupiterEquatorialSemidiameterB(1); - UNREFERENCED_PARAMETER(sd17); - double sd18 = CAADiameters::JupiterEquatorialSemidiameterB(2); - UNREFERENCED_PARAMETER(sd18); - - double sd19 = CAADiameters::JupiterPolarSemidiameterA(1); - UNREFERENCED_PARAMETER(sd19); - double sd20 = CAADiameters::JupiterPolarSemidiameterA(2); - UNREFERENCED_PARAMETER(sd20); - double sd21 = CAADiameters::JupiterPolarSemidiameterB(1); - UNREFERENCED_PARAMETER(sd21); - double sd22 = CAADiameters::JupiterPolarSemidiameterB(2); - UNREFERENCED_PARAMETER(sd22); - - double sd23 = CAADiameters::SaturnEquatorialSemidiameterA(1); - UNREFERENCED_PARAMETER(sd23); - double sd24 = CAADiameters::SaturnEquatorialSemidiameterA(2); - UNREFERENCED_PARAMETER(sd24); - double sd25 = CAADiameters::SaturnEquatorialSemidiameterB(1); - UNREFERENCED_PARAMETER(sd25); - double sd26 = CAADiameters::SaturnEquatorialSemidiameterB(2); - UNREFERENCED_PARAMETER(sd26); - - double sd27 = CAADiameters::SaturnPolarSemidiameterA(1); - UNREFERENCED_PARAMETER(sd27); - double sd28 = CAADiameters::SaturnPolarSemidiameterA(2); - UNREFERENCED_PARAMETER(sd28); - double sd29 = CAADiameters::SaturnPolarSemidiameterB(1); - UNREFERENCED_PARAMETER(sd29); - double sd30 = CAADiameters::SaturnPolarSemidiameterB(2); - UNREFERENCED_PARAMETER(sd30); - - double sd31 = CAADiameters::ApparentSaturnPolarSemidiameterA(1, 16.442); - UNREFERENCED_PARAMETER(sd31); - double sd32 = CAADiameters::ApparentSaturnPolarSemidiameterA(2, 16.442); - UNREFERENCED_PARAMETER(sd32); - - double sd33 = CAADiameters::UranusSemidiameterA(1); - UNREFERENCED_PARAMETER(sd33); - double sd34 = CAADiameters::UranusSemidiameterA(2); - UNREFERENCED_PARAMETER(sd34); - double sd35 = CAADiameters::UranusSemidiameterB(1); - UNREFERENCED_PARAMETER(sd35); - double sd36 = CAADiameters::UranusSemidiameterB(2); - UNREFERENCED_PARAMETER(sd36); - - double sd37 = CAADiameters::NeptuneSemidiameterA(1); - UNREFERENCED_PARAMETER(sd37); - double sd38 = CAADiameters::NeptuneSemidiameterA(2); - UNREFERENCED_PARAMETER(sd38); - double sd39 = CAADiameters::NeptuneSemidiameterB(1); - UNREFERENCED_PARAMETER(sd39); - double sd40 = CAADiameters::NeptuneSemidiameterB(2); - UNREFERENCED_PARAMETER(sd40); - - double sd41 = CAADiameters::PlutoSemidiameterB(1); - UNREFERENCED_PARAMETER(sd41); - double sd42 = CAADiameters::PlutoSemidiameterB(2); - UNREFERENCED_PARAMETER(sd42); - double sd43 = CAADiameters::GeocentricMoonSemidiameter(368407.9); - UNREFERENCED_PARAMETER(sd43); - double sd44 = CAADiameters::GeocentricMoonSemidiameter(368407.9 - 10000); - UNREFERENCED_PARAMETER(sd44); - - double sd45 = CAADiameters::TopocentricMoonSemidiameter(368407.9, 5, 0, 33.356111, 1706); - UNREFERENCED_PARAMETER(sd45); - double sd46 = CAADiameters::TopocentricMoonSemidiameter(368407.9, 5, 6, 33.356111, 1706); - UNREFERENCED_PARAMETER(sd46); - double sd47 = CAADiameters::TopocentricMoonSemidiameter(368407.9 - 10000, 5, 0, 33.356111, 1706); - UNREFERENCED_PARAMETER(sd47); - double sd48 = CAADiameters::TopocentricMoonSemidiameter(368407.9 - 10000, 5, 6, 33.356111, 1706); - UNREFERENCED_PARAMETER(sd48); - - double sd49 = CAADiameters::AsteroidDiameter(4, 0.04); - UNREFERENCED_PARAMETER(sd49); - double sd50 = CAADiameters::AsteroidDiameter(4, 0.08); - UNREFERENCED_PARAMETER(sd50); - double sd51 = CAADiameters::AsteroidDiameter(6, 0.04); - UNREFERENCED_PARAMETER(sd51); - double sd53 = CAADiameters::AsteroidDiameter(6, 0.08); - UNREFERENCED_PARAMETER(sd53); - double sd54 = CAADiameters::ApparentAsteroidDiameter(1, 250); - UNREFERENCED_PARAMETER(sd54); - double sd55 = CAADiameters::ApparentAsteroidDiameter(1, 1000); - UNREFERENCED_PARAMETER(sd55); - - CAAPhysicalMoonDetails MoonDetails = CAAPhysicalMoon::CalculateGeocentric(2448724.5); - UNREFERENCED_PARAMETER(MoonDetails); - CAAPhysicalMoonDetails MoonDetail2 = CAAPhysicalMoon::CalculateTopocentric(2448724.5, 10, 52); - UNREFERENCED_PARAMETER(MoonDetail2); - CAASelenographicMoonDetails selenographicMoonDetails = CAAPhysicalMoon::CalculateSelenographicPositionOfSun(2448724.5, false); - UNREFERENCED_PARAMETER(selenographicMoonDetails); - CAASelenographicMoonDetails selenographicMoonDetails2 = CAAPhysicalMoon::CalculateSelenographicPositionOfSun(2448724.5, true); - UNREFERENCED_PARAMETER(selenographicMoonDetails2); - - double AltitudeOfSun = CAAPhysicalMoon::AltitudeOfSun(2448724.5, -20, 9.7, false); - UNREFERENCED_PARAMETER(AltitudeOfSun); - double AltitudeOfSun2 = CAAPhysicalMoon::AltitudeOfSun(2448724.5, -20, 9.7, true); - UNREFERENCED_PARAMETER(AltitudeOfSun2); - double TimeOfSunrise = CAAPhysicalMoon::TimeOfSunrise(2448724.5, -20, 9.7, false); - UNREFERENCED_PARAMETER(TimeOfSunrise); - double TimeOfSunrise2 = CAAPhysicalMoon::TimeOfSunrise(2448724.5, -20, 9.7, true); - UNREFERENCED_PARAMETER(TimeOfSunrise2); - double TimeOfSunset = CAAPhysicalMoon::TimeOfSunset(2448724.5, -20, 9.7, false); - UNREFERENCED_PARAMETER(TimeOfSunset); - double TimeOfSunset2 = CAAPhysicalMoon::TimeOfSunset(2448724.5, -20, 9.7, true); - UNREFERENCED_PARAMETER(TimeOfSunset2); - - CAASolarEclipseDetails EclipseDetails = CAAEclipses::CalculateSolar(-82); - UNREFERENCED_PARAMETER(EclipseDetails); - CAASolarEclipseDetails EclipseDetails2 = CAAEclipses::CalculateSolar(118); - UNREFERENCED_PARAMETER(EclipseDetails2); - CAALunarEclipseDetails EclipseDetails3 = CAAEclipses::CalculateLunar(-328.5); - UNREFERENCED_PARAMETER(EclipseDetails3); - CAALunarEclipseDetails EclipseDetails4 = CAAEclipses::CalculateLunar(-30.5); //No lunar eclipse - EclipseDetails4 = CAAEclipses::CalculateLunar(-29.5); //No lunar eclipse - EclipseDetails4 = CAAEclipses::CalculateLunar(-28.5); //Aha, found you! - - CAACalendarDate JulianDate = CAAMoslemCalendar::MoslemToJulian(1421, 1, 1); - CAACalendarDate GregorianDate = CAADate::JulianToGregorian(JulianDate.Year, JulianDate.Month, JulianDate.Day); - CAACalendarDate JulianDate2 = CAADate::GregorianToJulian(GregorianDate.Year, GregorianDate.Month, GregorianDate.Day); - CAACalendarDate MoslemDate = CAAMoslemCalendar::JulianToMoslem(JulianDate2.Year, JulianDate2.Month, JulianDate2.Day); - bLeap = CAAMoslemCalendar::IsLeap(1421); - UNREFERENCED_PARAMETER(bLeap); - - MoslemDate = CAAMoslemCalendar::JulianToMoslem(2006, 12, 31); - CAACalendarDate OriginalMoslemDate = CAAMoslemCalendar::MoslemToJulian(MoslemDate.Year, MoslemDate.Month, MoslemDate.Day); - MoslemDate = CAAMoslemCalendar::JulianToMoslem(2007, 1, 1); - OriginalMoslemDate = CAAMoslemCalendar::MoslemToJulian(MoslemDate.Year, MoslemDate.Month, MoslemDate.Day); - - CAACalendarDate JulianDate3 = CAADate::GregorianToJulian(1991, 8, 13); - CAACalendarDate MoslemDate2 = CAAMoslemCalendar::JulianToMoslem(JulianDate3.Year, JulianDate3.Month, JulianDate3.Day); - CAACalendarDate JulianDate4 = CAAMoslemCalendar::MoslemToJulian(MoslemDate2.Year, MoslemDate2.Month, MoslemDate2.Day); - CAACalendarDate GregorianDate2 = CAADate::JulianToGregorian(JulianDate4.Year, JulianDate4.Month, JulianDate4.Day); - UNREFERENCED_PARAMETER(GregorianDate2); - - CAACalendarDate JewishDate = CAAJewishCalendar::DateOfPesach(1990); - bLeap = CAAJewishCalendar::IsLeap(JewishDate.Year); - bLeap = CAAJewishCalendar::IsLeap(5751); - long DaysInJewishYear = CAAJewishCalendar::DaysInYear(JewishDate.Year); - DaysInJewishYear = CAAJewishCalendar::DaysInYear(5751); - UNREFERENCED_PARAMETER(DaysInJewishYear); - - - CAANearParabolicObjectElements elements6; - //Try the Near Parabolic classes using the same sample for comet Levy as for CAAParabolic - elements6.q = 0.93858; - elements6.i = 131.5856; - elements6.omega = 139.2313; - elements6.w = 242.6797; - elements6.T = CAADate::DateToJD(1990, 10, 24.6954, true); - elements6.JDEquinox = elements2.T; //Of the day - JDCalc = CAADynamicalTime::UTC2TT(CAADate::DateToJD(1990, 8, 22.0, true)); - CAANearParabolicObjectDetails details3 = CAANearParabolic::Calculate(JDCalc, elements6, false); - CAANearParabolicObjectDetails details4 = CAANearParabolic::Calculate(JDCalc, elements6, true); - - elements6.q = 0.921326; - elements6.e = 1; - elements6.i = 0; //unknown - elements6.omega = 0; //unknown - elements6.w = 0; //unknown - elements6.T = 0; - elements6.JDEquinox = 0; - details3 = CAANearParabolic::Calculate(138.4783, elements6, false); - details4 = CAANearParabolic::Calculate(138.4783, elements6, true); - - elements6.q = 0.1; - elements6.e = 0.987; - details3 = CAANearParabolic::Calculate(254.9, elements6, false); - details4 = CAANearParabolic::Calculate(254.9, elements6, true); - - elements6.q = 0.123456; - elements6.e = 0.99997; - details3 = CAANearParabolic::Calculate(-30.47, elements6, false); - details4 = CAANearParabolic::Calculate(-30.47, elements6, true); - - elements6.q = 3.363943; - elements6.e = 1.05731; - details3 = CAANearParabolic::Calculate(1237.1, elements6, false); - details4 = CAANearParabolic::Calculate(1237.1, elements6, true); - - elements6.q = 0.5871018; - elements6.e = 0.9672746; - details3 = CAANearParabolic::Calculate(20, elements6, false); - details4 = CAANearParabolic::Calculate(20, elements6, true); - - details3 = CAANearParabolic::Calculate(0, elements6, false); - details4 = CAANearParabolic::Calculate(0, elements6, false); - - CAAEclipticalElementDetails ed5 = CAAEclipticalElements::Calculate(131.5856, 242.6797, 138.6637, 2433282.4235, 2448188.500000 + 0.6954-63.6954); - UNREFERENCED_PARAMETER(ed5); - CAAEclipticalElementDetails ed6 = CAAEclipticalElements::Calculate(131.5856, 242.6797, 138.6637, 2433282.4235, 2433282.4235); - UNREFERENCED_PARAMETER(ed6); - CAAEclipticalElementDetails ed7 = CAAEclipticalElements::FK4B1950ToFK5J2000(131.5856, 242.6797, 138.6637); - UNREFERENCED_PARAMETER(ed7); - - elements6.q = 0.93858; - elements6.e = 1.000270; - elements6.i = ed5.i; - elements6.omega = ed5.omega; - elements6.w = ed5.w; - elements6.T = 2448188.500000 + 0.6954; - elements6.JDEquinox = elements6.T; - CAANearParabolicObjectDetails details6 = CAANearParabolic::Calculate(elements6.T-63.6954, elements6, false); - UNREFERENCED_PARAMETER(details6); - CAANearParabolicObjectDetails details7 = CAANearParabolic::Calculate(elements6.T - 63.6954, elements6, true); - UNREFERENCED_PARAMETER(details7); - -#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION - //A sample test for Mercury VSOP87 as taken from vsop87.chk - double fA = CAAVSOP87_Mercury::A(2451545.0); - UNREFERENCED_PARAMETER(fA); - double fL = CAAVSOP87_Mercury::L(2451545.0); - UNREFERENCED_PARAMETER(fL); - double fK = CAAVSOP87_Mercury::K(2451545.0); - UNREFERENCED_PARAMETER(fK); - double fH = CAAVSOP87_Mercury::H(2451545.0); - UNREFERENCED_PARAMETER(fH); - double fQ = CAAVSOP87_Mercury::Q(2451545.0); - UNREFERENCED_PARAMETER(fQ); - double fP = CAAVSOP87_Mercury::P(2451545.0); - UNREFERENCED_PARAMETER(fP); - - //A sample test for Venus VSOP87 as taken from vsop87.chk - fA = CAAVSOP87_Venus::A(2305445.0); - UNREFERENCED_PARAMETER(fA); - fL = CAAVSOP87_Venus::L(2305445.0); - UNREFERENCED_PARAMETER(fL); - fK = CAAVSOP87_Venus::K(2305445.0); - UNREFERENCED_PARAMETER(fK); - fH = CAAVSOP87_Venus::H(2305445.0); - UNREFERENCED_PARAMETER(fH); - fQ = CAAVSOP87_Venus::Q(2305445.0); - UNREFERENCED_PARAMETER(fQ); - fP = CAAVSOP87_Venus::P(2305445.0); - UNREFERENCED_PARAMETER(fP); - - //A sample test for Mars VSOP87 as taken from vsop87.chk - fA = CAAVSOP87_Mars::A(2305445.0); - UNREFERENCED_PARAMETER(fA); - fL = CAAVSOP87_Mars::L(2305445.0); - UNREFERENCED_PARAMETER(fL); - fK = CAAVSOP87_Mars::K(2305445.0); - UNREFERENCED_PARAMETER(fK); - fH = CAAVSOP87_Mars::H(2305445.0); - UNREFERENCED_PARAMETER(fH); - fQ = CAAVSOP87_Mars::Q(2305445.0); - UNREFERENCED_PARAMETER(fQ); - fP = CAAVSOP87_Mars::P(2305445.0); - UNREFERENCED_PARAMETER(fP); - - //A sample test for Jupiter VSOP87 as taken from vsop87.chk - fA = CAAVSOP87_Jupiter::A(2305445.0); - UNREFERENCED_PARAMETER(fA); - fL = CAAVSOP87_Jupiter::L(2305445.0); - UNREFERENCED_PARAMETER(fL); - fK = CAAVSOP87_Jupiter::K(2305445.0); - UNREFERENCED_PARAMETER(fK); - fH = CAAVSOP87_Jupiter::H(2305445.0); - UNREFERENCED_PARAMETER(fH); - fQ = CAAVSOP87_Jupiter::Q(2305445.0); - UNREFERENCED_PARAMETER(fQ); - fP = CAAVSOP87_Jupiter::P(2305445.0); - UNREFERENCED_PARAMETER(fP); - - //A sample test for Saturn VSOP87 as taken from vsop87.chk - fA = CAAVSOP87_Saturn::A(2305445.0); - UNREFERENCED_PARAMETER(fA); - fL = CAAVSOP87_Saturn::L(2305445.0); - UNREFERENCED_PARAMETER(fL); - fK = CAAVSOP87_Saturn::K(2305445.0); - UNREFERENCED_PARAMETER(fK); - fH = CAAVSOP87_Saturn::H(2305445.0); - UNREFERENCED_PARAMETER(fH); - fQ = CAAVSOP87_Saturn::Q(2305445.0); - UNREFERENCED_PARAMETER(fQ); - fP = CAAVSOP87_Saturn::P(2305445.0); - UNREFERENCED_PARAMETER(fP); - - //A sample test for Uranus VSOP87 as taken from vsop87.chk - fA = CAAVSOP87_Uranus::A(2305445.0); - UNREFERENCED_PARAMETER(fA); - fL = CAAVSOP87_Uranus::L(2305445.0); - UNREFERENCED_PARAMETER(fL); - fK = CAAVSOP87_Uranus::K(2305445.0); - UNREFERENCED_PARAMETER(fK); - fH = CAAVSOP87_Uranus::H(2305445.0); - UNREFERENCED_PARAMETER(fH); - fQ = CAAVSOP87_Uranus::Q(2305445.0); - UNREFERENCED_PARAMETER(fQ); - fP = CAAVSOP87_Uranus::P(2305445.0); - UNREFERENCED_PARAMETER(fP); - - //A sample test for Neptune VSOP87 as taken from vsop87.chk - fA = CAAVSOP87_Neptune::A(2305445.0); - UNREFERENCED_PARAMETER(fA); - fL = CAAVSOP87_Neptune::L(2305445.0); - UNREFERENCED_PARAMETER(fL); - fK = CAAVSOP87_Neptune::K(2305445.0); - UNREFERENCED_PARAMETER(fK); - fH = CAAVSOP87_Neptune::K(2305445.0); - UNREFERENCED_PARAMETER(fH); - fQ = CAAVSOP87_Neptune::Q(2305445.0); - UNREFERENCED_PARAMETER(fQ); - fP = CAAVSOP87_Neptune::P(2305445.0); - UNREFERENCED_PARAMETER(fP); - - //A sample test for EMB VSOP87 as taken from vsop87.chk - fA = CAAVSOP87_EMB::A(2305445.0); - UNREFERENCED_PARAMETER(fA); - fL = CAAVSOP87_EMB::L(2305445.0); - UNREFERENCED_PARAMETER(fL); - fK = CAAVSOP87_EMB::K(2305445.0); - UNREFERENCED_PARAMETER(fK); - fH = CAAVSOP87_EMB::H(2305445.0); - UNREFERENCED_PARAMETER(fH); - fQ = CAAVSOP87_EMB::Q(2305445.0); - UNREFERENCED_PARAMETER(fQ); - fP = CAAVSOP87_EMB::P(2305445.0); - UNREFERENCED_PARAMETER(fP); - - //A sample test for Mercury VSOP87A as taken from vsop87.chk - double fX = CAAVSOP87A_Mercury::X(2341970.0); - UNREFERENCED_PARAMETER(fX); - double fY = CAAVSOP87A_Mercury::Y(2341970.0); - UNREFERENCED_PARAMETER(fY); - double fZ = CAAVSOP87A_Mercury::Z(2341970.0); - UNREFERENCED_PARAMETER(fZ); - double fXDash = CAAVSOP87A_Mercury::X_DASH(2341970.0); - UNREFERENCED_PARAMETER(fXDash); - double fYDash = CAAVSOP87A_Mercury::Y_DASH(2341970.0); - UNREFERENCED_PARAMETER(fYDash); - double fZDash = CAAVSOP87A_Mercury::Z_DASH(2341970.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Venus VSOP87A as taken from vsop87.chk - fX = CAAVSOP87A_Venus::X(2341970.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87A_Venus::Y(2341970.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87A_Venus::Z(2341970.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87A_Venus::X_DASH(2341970.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87A_Venus::Y_DASH(2341970.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87A_Venus::Z_DASH(2341970.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Earth VSOP87A as taken from vsop87.chk - fX = CAAVSOP87A_Earth::X(2341970.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87A_Earth::Y(2341970.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87A_Earth::Z(2341970.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87A_Earth::X_DASH(2341970.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87A_Earth::Y_DASH(2341970.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87A_Earth::Z_DASH(2341970.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for EMB VSOP87A as taken from vsop87.chk - fX = CAAVSOP87A_EMB::X(2341970.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87A_EMB::Y(2341970.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87A_EMB::Z(2341970.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87A_EMB::X_DASH(2341970.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87A_EMB::Y_DASH(2341970.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87A_EMB::Z_DASH(2341970.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Mars VSOP87A as taken from vsop87.chk - fX = CAAVSOP87A_Mars::X(2341970.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87A_Mars::Y(2341970.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87A_Mars::Z(2341970.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87A_Mars::X_DASH(2341970.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87A_Mars::Y_DASH(2341970.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87A_Mars::Z_DASH(2341970.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Jupiter VSOP87A as taken from vsop87.chk - fX = CAAVSOP87A_Jupiter::X(2341970.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87A_Jupiter::Y(2341970.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87A_Jupiter::Z(2341970.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87A_Jupiter::X_DASH(2341970.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87A_Jupiter::Y_DASH(2341970.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87A_Jupiter::Z_DASH(2341970.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Saturn VSOP87A as taken from vsop87.chk - fX = CAAVSOP87A_Saturn::X(2341970.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87A_Saturn::Y(2341970.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87A_Saturn::Z(2341970.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87A_Saturn::X_DASH(2341970.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87A_Saturn::Y_DASH(2341970.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87A_Saturn::Z_DASH(2341970.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Uranus VSOP87A as taken from vsop87.chk - fX = CAAVSOP87A_Uranus::X(2341970.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87A_Uranus::Y(2341970.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87A_Uranus::Z(2341970.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87A_Uranus::X_DASH(2341970.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87A_Uranus::Y_DASH(2341970.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87A_Uranus::Z_DASH(2341970.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Neptune VSOP87A as taken from vsop87.chk - fX = CAAVSOP87A_Neptune::X(2341970.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87A_Neptune::Y(2341970.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87A_Neptune::Z(2341970.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87A_Neptune::X_DASH(2341970.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87A_Neptune::Y_DASH(2341970.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87A_Neptune::Z_DASH(2341970.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Mercury VSOP87B as taken from vsop87.chk - fL = CAAVSOP87B_Mercury::L(2122820.0); - UNREFERENCED_PARAMETER(fL); - double fB = CAAVSOP87B_Mercury::B(2122820.0); - UNREFERENCED_PARAMETER(fB); - double fR = CAAVSOP87B_Mercury::R(2122820.0); - UNREFERENCED_PARAMETER(fR); - double fLDash = CAAVSOP87B_Mercury::L_DASH(2122820.0); - UNREFERENCED_PARAMETER(fLDash); - double fBDash = CAAVSOP87B_Mercury::B_DASH(2122820.0); - UNREFERENCED_PARAMETER(fBDash); - double fRDash = CAAVSOP87B_Mercury::R_DASH(2122820.0); - UNREFERENCED_PARAMETER(fRDash); - - //A sample test for Venus VSOP87B as taken from vsop87.chk - fL = CAAVSOP87B_Mercury::L(2122820.0); - UNREFERENCED_PARAMETER(fL); - fB = CAAVSOP87B_Mercury::B(2122820.0); - UNREFERENCED_PARAMETER(fB); - fR = CAAVSOP87B_Mercury::R(2122820.0); - UNREFERENCED_PARAMETER(fR); - fLDash = CAAVSOP87B_Mercury::L_DASH(2122820.0); - UNREFERENCED_PARAMETER(fLDash); - fBDash = CAAVSOP87B_Mercury::B_DASH(2122820.0); - UNREFERENCED_PARAMETER(fBDash); - fRDash = CAAVSOP87B_Mercury::R_DASH(2122820.0); - UNREFERENCED_PARAMETER(fRDash); - - //A sample test for Earth VSOP87B as taken from vsop87.chk - fL = CAAVSOP87B_Earth::L(2122820.0); - UNREFERENCED_PARAMETER(fL); - fB = CAAVSOP87B_Earth::B(2122820.0); - UNREFERENCED_PARAMETER(fB); - fR = CAAVSOP87B_Earth::R(2122820.0); - UNREFERENCED_PARAMETER(fR); - fLDash = CAAVSOP87B_Earth::L_DASH(2122820.0); - UNREFERENCED_PARAMETER(fLDash); - fBDash = CAAVSOP87B_Earth::B_DASH(2122820.0); - UNREFERENCED_PARAMETER(fBDash); - fRDash = CAAVSOP87B_Earth::R_DASH(2122820.0); - UNREFERENCED_PARAMETER(fRDash); - - //A sample test for Mars VSOP87B as taken from vsop87.chk - fL = CAAVSOP87B_Mars::L(2122820.0); - UNREFERENCED_PARAMETER(fL); - fB = CAAVSOP87B_Mars::B(2122820.0); - UNREFERENCED_PARAMETER(fB); - fR = CAAVSOP87B_Mars::R(2122820.0); - UNREFERENCED_PARAMETER(fR); - fLDash = CAAVSOP87B_Mars::L_DASH(2122820.0); - UNREFERENCED_PARAMETER(fLDash); - fBDash = CAAVSOP87B_Mars::B_DASH(2122820.0); - UNREFERENCED_PARAMETER(fBDash); - fRDash = CAAVSOP87B_Mars::R_DASH(2122820.0); - UNREFERENCED_PARAMETER(fRDash); - - //A sample test for Jupiter VSOP87B as taken from vsop87.chk - fL = CAAVSOP87B_Jupiter::L(2122820.0); - UNREFERENCED_PARAMETER(fL); - fB = CAAVSOP87B_Jupiter::B(2122820.0); - UNREFERENCED_PARAMETER(fB); - fR = CAAVSOP87B_Jupiter::R(2122820.0); - UNREFERENCED_PARAMETER(fR); - fLDash = CAAVSOP87B_Jupiter::L_DASH(2122820.0); - UNREFERENCED_PARAMETER(fLDash); - fBDash = CAAVSOP87B_Jupiter::B_DASH(2122820.0); - UNREFERENCED_PARAMETER(fBDash); - fRDash = CAAVSOP87B_Jupiter::R_DASH(2122820.0); - UNREFERENCED_PARAMETER(fRDash); - - //A sample test for Saturn VSOP87B as taken from vsop87.chk - fL = CAAVSOP87B_Saturn::L(2122820.0); - UNREFERENCED_PARAMETER(fL); - fB = CAAVSOP87B_Saturn::B(2122820.0); - UNREFERENCED_PARAMETER(fB); - fR = CAAVSOP87B_Saturn::R(2122820.0); - UNREFERENCED_PARAMETER(fR); - fLDash = CAAVSOP87B_Saturn::L_DASH(2122820.0); - UNREFERENCED_PARAMETER(fLDash); - fBDash = CAAVSOP87B_Saturn::B_DASH(2122820.0); - UNREFERENCED_PARAMETER(fBDash); - fRDash = CAAVSOP87B_Saturn::R_DASH(2122820.0); - UNREFERENCED_PARAMETER(fRDash); - - //A sample test for Uranus VSOP87B as taken from vsop87.chk - fL = CAAVSOP87B_Uranus::L(2122820.0); - UNREFERENCED_PARAMETER(fL); - fB = CAAVSOP87B_Uranus::B(2122820.0); - UNREFERENCED_PARAMETER(fB); - fR = CAAVSOP87B_Uranus::R(2122820.0); - UNREFERENCED_PARAMETER(fR); - fLDash = CAAVSOP87B_Uranus::L_DASH(2122820.0); - UNREFERENCED_PARAMETER(fLDash); - fBDash = CAAVSOP87B_Uranus::B_DASH(2122820.0); - UNREFERENCED_PARAMETER(fBDash); - fRDash = CAAVSOP87B_Uranus::R_DASH(2122820.0); - UNREFERENCED_PARAMETER(fRDash); - - //A sample test for Neptune VSOP87B as taken from vsop87.chk - fL = CAAVSOP87B_Neptune::L(2122820.0); - UNREFERENCED_PARAMETER(fL); - fB = CAAVSOP87B_Neptune::B(2122820.0); - UNREFERENCED_PARAMETER(fB); - fR = CAAVSOP87B_Neptune::R(2122820.0); - UNREFERENCED_PARAMETER(fR); - fLDash = CAAVSOP87B_Neptune::L_DASH(2122820.0); - UNREFERENCED_PARAMETER(fLDash); - fBDash = CAAVSOP87B_Neptune::B_DASH(2122820.0); - UNREFERENCED_PARAMETER(fBDash); - fRDash = CAAVSOP87B_Neptune::R_DASH(2122820.0); - UNREFERENCED_PARAMETER(fRDash); - - //A sample test for Mercury VSOP87C as taken from vsop87.chk - fX = CAAVSOP87C_Mercury::X(2195870.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87C_Mercury::Y(2195870.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87C_Mercury::Z(2195870.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87C_Mercury::X_DASH(2195870.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87C_Mercury::Y_DASH(2195870.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87C_Mercury::Z_DASH(2195870.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Venus VSOP87C as taken from vsop87.chk - fX = CAAVSOP87C_Venus::X(2195870.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87C_Venus::Y(2195870.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87C_Venus::Z(2195870.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87C_Venus::X_DASH(2195870.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87C_Venus::Y_DASH(2195870.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87C_Venus::Z_DASH(2195870.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Earth VSOP87C as taken from vsop87.chk - fX = CAAVSOP87C_Earth::X(2195870.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87C_Earth::Y(2195870.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87C_Earth::Z(2195870.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87C_Earth::X_DASH(2195870.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87C_Earth::Y_DASH(2195870.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87C_Earth::Z_DASH(2195870.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Mars VSOP87C as taken from vsop87.chk - fX = CAAVSOP87C_Mars::X(2195870.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87C_Mars::Y(2195870.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87C_Mars::Z(2195870.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87C_Mars::X_DASH(2195870.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87C_Mars::Y_DASH(2195870.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87C_Mars::Z_DASH(2195870.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Jupiter VSOP87C as taken from vsop87.chk - fX = CAAVSOP87C_Jupiter::X(2195870.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87C_Jupiter::Y(2195870.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87C_Jupiter::Z(2195870.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87C_Jupiter::X_DASH(2195870.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87C_Jupiter::Y_DASH(2195870.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87C_Jupiter::Z_DASH(2195870.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Saturn VSOP87C as taken from vsop87.chk - fX = CAAVSOP87C_Saturn::X(2195870.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87C_Saturn::Y(2195870.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87C_Saturn::Z(2195870.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87C_Saturn::X_DASH(2195870.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87C_Saturn::Y_DASH(2195870.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87C_Saturn::Z_DASH(2195870.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Uranus VSOP87C as taken from vsop87.chk - fX = CAAVSOP87C_Uranus::X(2195870.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87C_Uranus::Y(2195870.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87C_Uranus::Z(2195870.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87C_Uranus::X_DASH(2195870.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87C_Uranus::Y_DASH(2195870.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87C_Uranus::Z_DASH(2195870.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Neptune VSOP87C as taken from vsop87.chk - fX = CAAVSOP87C_Neptune::X(2195870.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87C_Neptune::Y(2195870.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87C_Neptune::Z(2195870.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87C_Neptune::X_DASH(2195870.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87C_Neptune::Y_DASH(2195870.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87C_Neptune::Z_DASH(2195870.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Mercury VSOP87D as taken from vsop87.chk - fL = CAAVSOP87D_Mercury::L(2122820.0); - UNREFERENCED_PARAMETER(fL); - fB = CAAVSOP87D_Mercury::B(2122820.0); - UNREFERENCED_PARAMETER(fB); - fR = CAAVSOP87D_Mercury::R(2122820.0); - UNREFERENCED_PARAMETER(fR); - fLDash = CAAVSOP87D_Mercury::L_DASH(2122820.0); - UNREFERENCED_PARAMETER(fLDash); - fBDash = CAAVSOP87D_Mercury::B_DASH(2122820.0); - UNREFERENCED_PARAMETER(fBDash); - fRDash = CAAVSOP87D_Mercury::R_DASH(2122820.0); - UNREFERENCED_PARAMETER(fRDash); - - //A sample test for Venus VSOP87D as taken from vsop87.chk - fL = CAAVSOP87D_Venus::L(2122820.0); - UNREFERENCED_PARAMETER(fL); - fB = CAAVSOP87D_Venus::B(2122820.0); - UNREFERENCED_PARAMETER(fB); - fR = CAAVSOP87D_Venus::R(2122820.0); - UNREFERENCED_PARAMETER(fR); - fLDash = CAAVSOP87D_Venus::L_DASH(2122820.0); - UNREFERENCED_PARAMETER(fLDash); - fBDash = CAAVSOP87D_Venus::B_DASH(2122820.0); - UNREFERENCED_PARAMETER(fBDash); - fRDash = CAAVSOP87D_Venus::R_DASH(2122820.0); - UNREFERENCED_PARAMETER(fRDash); - - //A sample test for Earth VSOP87D as taken from vsop87.chk - fL = CAAVSOP87D_Earth::L(2122820.0); - UNREFERENCED_PARAMETER(fL); - fB = CAAVSOP87D_Earth::B(2122820.0); - UNREFERENCED_PARAMETER(fB); - fR = CAAVSOP87D_Earth::R(2122820.0); - UNREFERENCED_PARAMETER(fR); - fLDash = CAAVSOP87D_Earth::L_DASH(2122820.0); - UNREFERENCED_PARAMETER(fLDash); - fBDash = CAAVSOP87D_Earth::B_DASH(2122820.0); - UNREFERENCED_PARAMETER(fBDash); - fRDash = CAAVSOP87D_Earth::R_DASH(2122820.0); - UNREFERENCED_PARAMETER(fRDash); - - //A sample test for Mars VSOP87D as taken from vsop87.chk - fL = CAAVSOP87D_Mars::L(2122820.0); - UNREFERENCED_PARAMETER(fL); - fB = CAAVSOP87D_Mars::B(2122820.0); - UNREFERENCED_PARAMETER(fB); - fR = CAAVSOP87D_Mars::R(2122820.0); - UNREFERENCED_PARAMETER(fR); - fLDash = CAAVSOP87D_Mars::L_DASH(2122820.0); - UNREFERENCED_PARAMETER(fLDash); - fBDash = CAAVSOP87D_Mars::B_DASH(2122820.0); - UNREFERENCED_PARAMETER(fBDash); - fRDash = CAAVSOP87D_Mars::R_DASH(2122820.0); - UNREFERENCED_PARAMETER(fRDash); - - //A sample test for Jupiter VSOP87D as taken from vsop87.chk - fL = CAAVSOP87D_Jupiter::L(2122820.0); - UNREFERENCED_PARAMETER(fL); - fB = CAAVSOP87D_Jupiter::B(2122820.0); - UNREFERENCED_PARAMETER(fB); - fR = CAAVSOP87D_Jupiter::R(2122820.0); - UNREFERENCED_PARAMETER(fR); - fLDash = CAAVSOP87D_Jupiter::L_DASH(2122820.0); - UNREFERENCED_PARAMETER(fLDash); - fBDash = CAAVSOP87D_Jupiter::B_DASH(2122820.0); - UNREFERENCED_PARAMETER(fBDash); - fRDash = CAAVSOP87D_Jupiter::R_DASH(2122820.0); - UNREFERENCED_PARAMETER(fRDash); - - //A sample test for Saturn VSOP87D as taken from vsop87.chk - fL = CAAVSOP87D_Saturn::L(2122820.0); - UNREFERENCED_PARAMETER(fL); - fB = CAAVSOP87D_Saturn::B(2122820.0); - UNREFERENCED_PARAMETER(fB); - fR = CAAVSOP87D_Saturn::R(2122820.0); - UNREFERENCED_PARAMETER(fR); - fLDash = CAAVSOP87D_Saturn::L_DASH(2122820.0); - UNREFERENCED_PARAMETER(fLDash); - fBDash = CAAVSOP87D_Saturn::B_DASH(2122820.0); - UNREFERENCED_PARAMETER(fBDash); - fRDash = CAAVSOP87D_Saturn::R_DASH(2122820.0); - UNREFERENCED_PARAMETER(fRDash); - - //A sample test for Uranus VSOP87D as taken from vsop87.chk - fL = CAAVSOP87D_Uranus::L(2122820.0); - UNREFERENCED_PARAMETER(fL); - fB = CAAVSOP87D_Uranus::B(2122820.0); - UNREFERENCED_PARAMETER(fB); - fR = CAAVSOP87D_Uranus::R(2122820.0); - UNREFERENCED_PARAMETER(fR); - fLDash = CAAVSOP87D_Uranus::L_DASH(2122820.0); - UNREFERENCED_PARAMETER(fLDash); - fBDash = CAAVSOP87D_Uranus::B_DASH(2122820.0); - UNREFERENCED_PARAMETER(fBDash); - fRDash = CAAVSOP87D_Uranus::R_DASH(2122820.0); - UNREFERENCED_PARAMETER(fRDash); - - //A sample test for Neptune VSOP87D as taken from vsop87.chk - fL = CAAVSOP87D_Neptune::L(2122820.0); - UNREFERENCED_PARAMETER(fL); - fB = CAAVSOP87D_Neptune::B(2122820.0); - UNREFERENCED_PARAMETER(fB); - fR = CAAVSOP87D_Neptune::R(2122820.0); - UNREFERENCED_PARAMETER(fR); - fLDash = CAAVSOP87D_Neptune::L_DASH(2122820.0); - UNREFERENCED_PARAMETER(fLDash); - fBDash = CAAVSOP87D_Neptune::B_DASH(2122820.0); - UNREFERENCED_PARAMETER(fBDash); - fRDash = CAAVSOP87D_Neptune::R_DASH(2122820.0); - UNREFERENCED_PARAMETER(fRDash); - - //A sample test for Sun VSOP87E as taken from vsop87.chk - fX = CAAVSOP87E_Sun::X(2195870.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87E_Sun::Y(2195870.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87E_Sun::Z(2195870.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87E_Sun::X_DASH(2195870.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87E_Sun::Y_DASH(2195870.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87E_Sun::Z_DASH(2195870.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Mercury VSOP87E as taken from vsop87.chk - fX = CAAVSOP87E_Mercury::X(2195870.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87E_Mercury::Y(2195870.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87E_Mercury::Z(2195870.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87E_Mercury::X_DASH(2195870.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87E_Mercury::Y_DASH(2195870.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87E_Mercury::Z_DASH(2195870.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Venus VSOP87E as taken from vsop87.chk - fX = CAAVSOP87E_Venus::X(2195870.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87E_Venus::Y(2195870.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87E_Venus::Z(2195870.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87E_Venus::X_DASH(2195870.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87E_Venus::Y_DASH(2195870.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87E_Venus::Z_DASH(2195870.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Earth VSOP87E as taken from vsop87.chk - fX = CAAVSOP87E_Earth::X(2195870.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87E_Earth::Y(2195870.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87E_Earth::Z(2195870.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87E_Earth::X_DASH(2195870.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87E_Earth::Y_DASH(2195870.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87E_Earth::Z_DASH(2195870.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Mars VSOP87E as taken from vsop87.chk - fX = CAAVSOP87E_Mars::X(2195870.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87E_Mars::Y(2195870.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87E_Mars::Z(2195870.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87E_Mars::X_DASH(2195870.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87E_Mars::Y_DASH(2195870.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87E_Mars::Z_DASH(2195870.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Jupiter VSOP87E as taken from vsop87.chk - fX = CAAVSOP87E_Jupiter::X(2195870.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87E_Jupiter::Y(2195870.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87E_Jupiter::Z(2195870.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87E_Jupiter::X_DASH(2195870.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87E_Jupiter::Y_DASH(2195870.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87E_Jupiter::Z_DASH(2195870.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Saturn VSOP87E as taken from vsop87.chk - fX = CAAVSOP87E_Saturn::X(2195870.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87E_Saturn::Y(2195870.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87E_Saturn::Z(2195870.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87E_Saturn::X_DASH(2195870.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87E_Saturn::Y_DASH(2195870.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87E_Saturn::Z_DASH(2195870.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Uranus VSOP87E as taken from vsop87.chk - fX = CAAVSOP87E_Uranus::X(2195870.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87E_Uranus::Y(2195870.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87E_Uranus::Z(2195870.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87E_Uranus::X_DASH(2195870.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87E_Uranus::Y_DASH(2195870.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87E_Uranus::Z_DASH(2195870.0); - UNREFERENCED_PARAMETER(fZDash); - - //A sample test for Neptune VSOP87E as taken from vsop87.chk - fX = CAAVSOP87E_Neptune::X(2195870.0); - UNREFERENCED_PARAMETER(fX); - fY = CAAVSOP87E_Neptune::Y(2195870.0); - UNREFERENCED_PARAMETER(fY); - fZ = CAAVSOP87E_Neptune::Z(2195870.0); - UNREFERENCED_PARAMETER(fZ); - fXDash = CAAVSOP87E_Neptune::X_DASH(2195870.0); - UNREFERENCED_PARAMETER(fXDash); - fYDash = CAAVSOP87E_Neptune::Y_DASH(2195870.0); - UNREFERENCED_PARAMETER(fYDash); - fZDash = CAAVSOP87E_Neptune::Z_DASH(2195870.0); - UNREFERENCED_PARAMETER(fZDash); -#endif //#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION - - return 0; -} diff --git a/Vendor/AA+/1.6.3/AATest.sln b/Vendor/AA+/1.6.3/AATest.sln deleted file mode 100755 index ba9a6db..0000000 --- a/Vendor/AA+/1.6.3/AATest.sln +++ /dev/null @@ -1,20 +0,0 @@ - -Microsoft Visual Studio Solution File, Format Version 9.00 -# Visual Studio 2005 -Project("{8BC9CEB8-8B4A-11D0-8D11-00A0C91BC942}") = "AATest", "AATest.vcproj", "{8DFBA441-A9EC-43A0-9744-3DECC5BA76E7}" -EndProject -Global - GlobalSection(SolutionConfigurationPlatforms) = preSolution - Debug|Win32 = Debug|Win32 - Release|Win32 = Release|Win32 - EndGlobalSection - GlobalSection(ProjectConfigurationPlatforms) = postSolution - {8DFBA441-A9EC-43A0-9744-3DECC5BA76E7}.Debug|Win32.ActiveCfg = Debug|Win32 - {8DFBA441-A9EC-43A0-9744-3DECC5BA76E7}.Debug|Win32.Build.0 = Debug|Win32 - {8DFBA441-A9EC-43A0-9744-3DECC5BA76E7}.Release|Win32.ActiveCfg = Release|Win32 - {8DFBA441-A9EC-43A0-9744-3DECC5BA76E7}.Release|Win32.Build.0 = Release|Win32 - EndGlobalSection - GlobalSection(SolutionProperties) = preSolution - HideSolutionNode = FALSE - EndGlobalSection -EndGlobal diff --git a/Vendor/AA+/1.6.3/AATest.vcproj b/Vendor/AA+/1.6.3/AATest.vcproj deleted file mode 100755 index f37f578..0000000 --- a/Vendor/AA+/1.6.3/AATest.vcproj +++ /dev/null @@ -1,2027 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - diff --git a/Vendor/AA+/1.6.3/AAUranus.cpp b/Vendor/AA+/1.6.3/AAUranus.cpp deleted file mode 100755 index a9eba36..0000000 --- a/Vendor/AA+/1.6.3/AAUranus.cpp +++ /dev/null @@ -1,658 +0,0 @@ -/* -Module : AAURANUS.CPP -Purpose: Implementation for the algorithms which obtain the heliocentric position of Uranus -Created: PJN / 29-12-2003 -History: PJN / 18-03-2012 1. All global "g_*" tables are now const. Thanks to Roger Dahl for reporting this - issue when compiling AA+ on ARM. - PJN / 16-09-2015 1. CAAUranus::EclipticLongitude, EclipticLatitude & RadiusVector now include a - "bool bHighPrecision" parameter which if set to true means the code uses the full - VSOP87 theory rather than the truncated theory as presented in Meeus's book. - -Copyright (c) 2003 - 2015 by PJ Naughter (Web: www.naughter.com, Email: pjna@naughter.com) - -All rights reserved. - -Copyright / Usage Details: - -You are allowed to include the source code in any product (commercial, shareware, freeware or otherwise) -when your product is released in binary form. You are allowed to modify the source code in any way you want -except you cannot modify the copyright details at the top of each module. If you want to distribute source -code with your application, then you are only allowed to distribute versions released by the author. This is -to maintain a single distribution point for the source code. - -*/ - - -////////////////////////////////// Includes /////////////////////////////////// - -#include "stdafx.h" -#include "AAUranus.h" -#include "AACoordinateTransformation.h" -#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION -#include "AAVSOP87D_URA.h" -#endif //#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION -#include -using namespace std; - - -////////////////////////////////// Macros / Defines /////////////////////////// - -struct VSOP87Coefficient -{ - double A; - double B; - double C; -}; - -const VSOP87Coefficient g_L0UranusCoefficients[] = -{ - { 548129294, 0, 0 }, - { 9260408, 0.8910642, 74.7815986 }, - { 1504248, 3.6271926, 1.4844727 }, - { 365982, 1.899622, 73.297126 }, - { 272328, 3.358237, 149.563197 }, - { 70328, 5.39254, 63.73590 }, - { 68893, 6.09292, 76.26607 }, - { 61999, 2.26952, 2.96895 }, - { 61951, 2.85099, 11.04570 }, - { 26469, 3.14152, 71.81265 }, - { 25711, 6.11380, 454.90937 }, - { 21079, 4.36059, 148.07872 }, - { 17819, 1.74437, 36.64856 }, - { 14613, 4.73732, 3.93215 }, - { 11163, 5.82682, 224.34480 }, - { 10998, 0.48865, 138.51750 }, - { 9527, 2.9552, 35.1641 }, - { 7546, 5.2363, 109.9457 }, - { 4220, 3.2333, 70.8494 }, - { 4052, 2.2775, 151.0477 }, - { 3490, 5.4831, 146.5943 }, - { 3355, 1.0655, 4.4534 }, - { 3144, 4.7520, 77.7505 }, - { 2927, 4.6290, 9.5612 }, - { 2922, 5.3524, 85.8273 }, - { 2273, 4.3660, 70.3282 }, - { 2149, 0.6075, 38.1330 }, - { 2051, 1.5177, 0.1119 }, - { 1992, 4.9244, 277.0350 }, - { 1667, 3.6274, 380.1278 }, - { 1533, 2.5859, 52.6902 }, - { 1376, 2.0428, 65.2204 }, - { 1372, 4.1964, 111.4302 }, - { 1284, 3.1135, 202.2534 }, - { 1282, 0.5427, 222.8603 }, - { 1244, 0.9161, 2.4477 }, - { 1221, 0.1990, 108.4612 }, - { 1151, 4.1790, 33.6796 }, - { 1150, 0.9334, 3.1814 }, - { 1090, 1.7750, 12.5302 }, - { 1072, 0.2356, 62.2514 }, - { 946, 1.192, 127.472 }, - { 708, 5.183, 213.299 }, - { 653, 0.966, 78.714 }, - { 628, 0.182, 984.600 }, - { 607, 5.432, 529.691 }, - { 559, 3.358, 0.521 }, - { 524, 2.013, 299.126 }, - { 483, 2.106, 0.963 }, - { 471, 1.407, 184.727 }, - { 467, 0.415, 145.110 }, - { 434, 5.521, 183.243 }, - { 405, 5.987, 8.077 }, - { 399, 0.338, 415.552 }, - { 396, 5.870, 351.817 }, - { 379, 2.350, 56.622 }, - { 310, 5.833, 145.631 }, - { 300, 5.644, 22.091 }, - { 294, 5.839, 39.618 }, - { 252, 1.637, 221.376 }, - { 249, 4.746, 225.829 }, - { 239, 2.350, 137.033 }, - { 224, 0.516, 84.343 }, - { 223, 2.843, 0.261 }, - { 220, 1.922, 67.668 }, - { 217, 6.142, 5.938 }, - { 216, 4.778, 340.771 }, - { 208, 5.580, 68.844 }, - { 202, 1.297, 0.048 }, - { 199, 0.956, 152.532 }, - { 194, 1.888, 456.394 }, - { 193, 0.916, 453.425 } , - { 187, 1.319, 0.160 }, - { 182, 3.536, 79.235 }, - { 173, 1.539, 160.609 }, - { 172, 5.680, 219.891 }, - { 170, 3.677, 5.417 }, - { 169, 5.879, 18.159 }, - { 165, 1.424, 106.977 }, - { 163, 3.050, 112.915 }, - { 158, 0.738, 54.175 }, - { 147, 1.263, 59.804 }, - { 143, 1.300, 35.425 }, - { 139, 5.386, 32.195 }, - { 139, 4.260, 909.819 }, - { 124, 1.374, 7.114 }, - { 110, 2.027, 554.070 }, - { 109, 5.706, 77.963 }, - { 104, 5.028, 0.751 }, - { 104, 1.458, 24.379 }, - { 103, 0.681, 14.978 } -}; - -const VSOP87Coefficient g_L1UranusCoefficients[] = -{ - { 7502543122.0, 0, 0 }, - { 154458, 5.242017, 74.781599 }, - { 24456, 1.71256, 1.48447 }, - { 9258, 0.4284, 11.0457 }, - { 8266, 1.5022, 63.7359 }, - { 7842, 1.3198, 149.5632 }, - { 3899, 0.4648, 3.9322 }, - { 2284, 4.1737, 76.2661 }, - { 1927, 0.5301, 2.9689 }, - { 1233, 1.5863, 70.8494 }, - { 791, 5.436, 3.181 }, - { 767, 1.996, 73.297 }, - { 482, 2.984, 85.827 }, - { 450, 4.138, 138.517 }, - { 446, 3.723, 224.345 }, - { 427, 4.731, 71.813 }, - { 354, 2.583, 148.079 }, - { 348, 2.454, 9.561 }, - { 317, 5.579, 52.690 }, - { 206, 2.363, 2.448 }, - { 189, 4.202, 56.622 }, - { 184, 0.284, 151.048 }, - { 180, 5.684, 12.530 }, - { 171, 3.001, 78.714 }, - { 158, 2.909, 0.963 }, - { 155, 5.591, 4.453 }, - { 154, 4.652, 35.164 }, - { 152, 2.942, 77.751 }, - { 143, 2.590, 62.251 }, - { 121, 4.148, 127.472 }, - { 116, 3.732, 65.220 }, - { 102, 4.188, 145.631 }, - { 102, 6.034, 0.112 }, - { 88, 3.99, 18.16 }, - { 88, 6.16, 202.25 }, - { 81, 2.64, 22.09 }, - { 72, 6.05, 70.33 }, - { 69, 4.05, 77.96 }, - { 59, 3.70, 67.67 }, - { 47, 3.54, 351.82 }, - { 44, 5.91, 7.11 }, - { 43, 5.72, 5.42 }, - { 39, 4.92, 222.86 }, - { 36, 5.90, 33.68 }, - { 36, 3.29, 8.08 }, - { 36, 3.33, 71.60 }, - { 35, 5.08, 38.13 }, - { 31, 5.62, 984.60 }, - { 31, 5.50, 59.80 }, - { 31, 5.46, 160.61 }, - { 30, 1.66, 447.80 }, - { 29, 1.15, 462.02 }, - { 29, 4.52, 84.34 }, - { 27, 5.54, 131.40 }, - { 27, 6.15, 299.13 }, - { 26, 4.99, 137.03 }, - { 25, 5.74, 380.13 } -}; - -const VSOP87Coefficient g_L2UranusCoefficients[] = -{ - { 53033, 0, 0 }, - { 2358, 2.2601, 74.7816 }, - { 769, 4.526, 11.046 }, - { 552, 3.258, 63.736 }, - { 542, 2.276, 3.932 }, - { 529, 4.923, 1.484 }, - { 258, 3.691, 3.181 }, - { 239, 5.858, 149.563 }, - { 182, 6.218, 70.849 }, - { 54, 1.44, 76.27 }, - { 49, 6.03, 56.62 }, - { 45, 3.91, 2.45 }, - { 45, 0.81, 85.83 }, - { 38, 1.78, 52.69 }, - { 37, 4.46, 2.97 }, - { 33, 0.86, 9.56 }, - { 29, 5.10, 73.30 }, - { 24, 2.11, 18.16 }, - { 22, 5.99, 138.52 }, - { 22, 4.82, 78.71 }, - { 21, 2.40, 77.96 }, - { 21, 2.17, 224.34 }, - { 17, 2.54, 145.63 }, - { 17, 3.47, 12.53 }, - { 12, 0.02, 22.09 }, - { 11, 0.08, 127.47 }, - { 10, 5.16, 71.60 }, - { 10, 4.46, 62.25 }, - { 9, 4.26, 7.11 }, - { 8, 5.50, 67.67 }, - { 7, 1.25, 5.42 }, - { 6, 3.36, 447.80 }, - { 6, 5.45, 65.22 }, - { 6, 4.52, 151.05 }, - { 6, 5.73, 462.02 } -}; - -const VSOP87Coefficient g_L3UranusCoefficients[] = -{ - { 121, 0.024, 74.782 }, - { 68, 4.12, 3.93 }, - { 53, 2.39, 11.05 }, - { 46, 0, 0 }, - { 45, 2.04, 3.18 }, - { 44, 2.96, 1.48 }, - { 25, 4.89, 63.74 }, - { 21, 4.55, 70.85 }, - { 20, 2.31, 149.56 }, - { 9, 1.58, 56.62 }, - { 4, 0.23, 18.16 }, - { 4, 5.39, 76.27 }, - { 4, 0.95, 77.96 }, - { 3, 4.98, 85.83 }, - { 3, 4.13, 52.69 }, - { 3, 0.37, 78.71 }, - { 2, 0.86, 145.63 }, - { 2, 5.66, 9.56 } -}; - -const VSOP87Coefficient g_L4UranusCoefficients[] = -{ - { 114, 3.142, 0 }, - { 6, 4.58, 74.78 }, - { 3, 0.35, 11.05 }, - { 1, 3.42, 56.62 } -}; - -const VSOP87Coefficient g_B0UranusCoefficients[] = -{ - { 1346278, 2.6187781, 74.7815986 }, - { 62341, 5.08111, 149.56320 }, - { 61601, 3.14159, 0 }, - { 9964, 1.6160, 76.2661 }, - { 9926, 0.5763, 73.2971 }, - { 3259, 1.2612, 224.3448 }, - { 2972, 2.2437, 1.4845 }, - { 2010, 6.0555, 148.0787 }, - { 1522, 0.2796, 63.7359 }, - { 924, 4.038, 151.048 }, - { 761, 6.140, 71.813 }, - { 522, 3.321, 138.517 }, - { 463, 0.743, 85.827 }, - { 437, 3.381, 529.691 }, - { 435, 0.341, 77.751 }, - { 431, 3.554, 213.299 }, - { 420, 5.213, 11.046 }, - { 245, 0.788, 2.969 }, - { 233, 2.257, 222.860 }, - { 216, 1.591, 38.133 }, - { 180, 3.725, 299.126 }, - { 175, 1.236, 146.594 }, - { 174, 1.937, 380.128 }, - { 160, 5.336, 111.430 }, - { 144, 5.962, 35.164 }, - { 116, 5.739, 70.849 }, - { 106, 0.941, 70.328 }, - { 102, 2.619, 78.714 } -}; - -const VSOP87Coefficient g_B1UranusCoefficients[] = -{ - { 206366, 4.123943, 74.781599 }, - { 8563, 0.3382, 149.5632 }, - { 1726, 2.1219, 73.2971 }, - { 1374, 0, 0 }, - { 1369, 3.0686, 76.2661 }, - { 451, 3.777, 1.484 }, - { 400, 2.848, 224.345 }, - { 307, 1.255, 148.079 }, - { 154, 3.786, 63.736 }, - { 112, 5.573, 151.048 }, - { 111, 5.329, 138.517 }, - { 83, 3.59, 71.81 }, - { 56, 3.40, 85.83 }, - { 54, 1.70, 77.75 }, - { 42, 1.21, 11.05 }, - { 41, 4.45, 78.71 }, - { 32, 3.77, 222.86 }, - { 30, 2.56, 2.97 }, - { 27, 5.34, 213.30 }, - { 26, 0.42, 380.13 } -}; - -const VSOP87Coefficient g_B2UranusCoefficients[] = -{ - { 9212, 5.8004, 74.7816 }, - { 557, 0, 0}, - { 286, 2.177, 149.563 }, - { 95, 3.84, 73.30 }, - { 45, 4.88, 76.27 }, - { 20, 5.46, 1.48 }, - { 15, 0.88, 138.52 }, - { 14, 2.85, 148.08 }, - { 14, 5.07, 63.74 }, - { 10, 5.00, 224.34 }, - { 8, 6.27, 78.71 } -}; - -const VSOP87Coefficient g_B3UranusCoefficients[] = -{ - { 268, 1.251, 74.782 }, - { 11, 3.14, 0 }, - { 6, 4.01, 149.56 }, - { 3, 5.78, 73.30 } -}; - -const VSOP87Coefficient g_B4UranusCoefficients[] = -{ - { 6, 2.85, 74.78 } -}; - -const VSOP87Coefficient g_R0UranusCoefficients[] = -{ - { 1921264848, 0, 0 }, - { 88784984, 5.60377527, 74.78159857 }, - { 3440836, 0.3283610, 73.2971259 }, - { 2055653, 1.7829517, 149.5631971 }, - { 649322, 4.522473, 76.266071 }, - { 602248, 3.860038, 63.735898 }, - { 496404, 1.401399, 454.909367 }, - { 338526, 1.580027, 138.517497 }, - { 243508, 1.570866, 71.812653 }, - { 190522, 1.998094, 1.484473 }, - { 161858, 2.791379, 148.078724 }, - { 143706, 1.383686, 11.045700 }, - { 93192, 0.17437, 36.64856 }, - { 89806, 3.66105, 109.94569 }, - { 71424, 4.24509, 224.34480 }, - { 46677, 1.39977, 35.16409 }, - { 39026, 3.36235, 277.03499 }, - { 39010, 1.66971, 70.84945 }, - { 36755, 3.88649, 146.59425 }, - { 30349, 0.70100, 151.04767 }, - { 29156, 3.18056, 77.75054 }, - { 25786, 3.78538, 85.82730 }, - { 25620, 5.25656, 380.12777 }, - { 22637, 0.72519, 529.69097 }, - { 20473, 2.79640, 70.32818 }, - { 20472, 1.55589, 202.25340 }, - { 17901, 0.55455, 2.96895 }, - { 15503, 5.35405, 38.13304 }, - { 14702, 4.90434, 108.46122 }, - { 12897, 2.62154, 111.43016 }, - { 12328, 5.96039, 127.47180 }, - { 11959, 1.75044, 984.60033 }, - { 11853, 0.99343, 52.69020 }, - { 11696, 3.29826, 3.93215 }, - { 11495, 0.43774, 65.22037 }, - { 10793, 1.42105, 213.29910 }, - { 9111, 4.9964, 62.2514 }, - { 8421, 5.2535, 222.8603 }, - { 8402, 5.0388, 415.5525 }, - { 7449, 0.7949, 351.8166 }, - { 7329, 3.9728, 183.2428 }, - { 6046, 5.6796, 78.7138 }, - { 5524, 3.1150, 9.5612 }, - { 5445, 5.1058, 145.1098 }, - { 5238, 2.6296, 33.6796 }, - { 4079, 3.2206, 340.7709 }, - { 3919, 4.2502, 39.6175 }, - { 3802, 6.1099, 184.7273 }, - { 3781, 3.4584, 456.3938 }, - { 3687, 2.4872, 453.4249 }, - { 3102, 4.1403, 219.8914 }, - { 2963, 0.8298, 56.6224 }, - { 2942, 0.4239, 299.1264 }, - { 2940, 2.1464, 137.0330 }, - { 2938, 3.6766, 140.0020 }, - { 2865, 0.3100, 12.5302 }, - { 2538, 4.8546, 131.4039 }, - { 2364, 0.4425, 554.0700 }, - { 2183, 2.9404, 305.3462 } -}; - -const VSOP87Coefficient g_R1UranusCoefficients[] = -{ - { 1479896, 3.6720571, 74.7815986 }, - { 71212, 6.22601, 63.73590 }, - { 68627, 6.13411, 149.56320 }, - { 24060, 3.14159, 0 }, - { 21468, 2.60177, 76.26607 }, - { 20857, 5.24625, 11.04570 }, - { 11405, 0.01848, 70.84945 }, - { 7497, 0.4236, 73.2971 }, - { 4244, 1.4169, 85.8273 }, - { 3927, 3.1551, 71.8127 }, - { 3578, 2.3116, 224.3448 }, - { 3506, 2.5835, 138.5175 }, - { 3229, 5.2550, 3.9322 }, - { 3060, 0.1532, 1.4845 }, - { 2564, 0.9808, 148.0787 }, - { 2429, 3.9944, 52.6902 }, - { 1645, 2.6535, 127.4718 }, - { 1584, 1.4305, 78.7138 }, - { 1508, 5.0600, 151.0477 }, - { 1490, 2.6756, 56.6224 }, - { 1413, 4.5746, 202.2534 }, - { 1403, 1.3699, 77.7505 }, - { 1228, 1.0470, 62.2514 }, - { 1033, 0.2646, 131.4039 }, - { 992, 2.172, 65.220 }, - { 862, 5.055, 351.817 }, - { 744, 3.076, 35.164 }, - { 687, 2.499, 77.963 }, - { 647, 4.473, 70.328 }, - { 624, 0.863, 9.561 }, - { 604, 0.907, 984.600 }, - { 575, 3.231, 447.796 }, - { 562, 2.718, 462.023 }, - { 530, 5.917, 213.299 }, - { 528, 5.151, 2.969 } -}; - -const VSOP87Coefficient g_R2UranusCoefficients[] = -{ - { 22440, 0.69953, 74.78160 }, - { 4727, 1.6990, 63.7359 }, - { 1682, 4.6483, 70.8494 }, - { 1650, 3.0966, 11.0457 }, - { 1434, 3.5212, 149.5632 }, - { 770, 0, 0 }, - { 500, 6.172, 76.266 }, - { 461, 0.767, 3.932 }, - { 390, 4.496, 56.622 }, - { 390, 5.527, 85.827 }, - { 292, 0.204, 52.690 }, - { 287, 3.534, 73.297 }, - { 273, 3.847, 138.517 }, - { 220, 1.964, 131.404 }, - { 216, 0.848, 77.963 }, - { 205, 3.248, 78.714 }, - { 149, 4.898, 127.472 }, - { 129, 2.081, 3.181 } -}; - -const VSOP87Coefficient g_R3UranusCoefficients[] = -{ - { 1164, 4.7345, 74.7816 }, - { 212, 3.343, 63.736 }, - { 196, 2.980, 70.849 }, - { 105, 0.958, 11.046 }, - { 73, 1.00, 149.56 }, - { 72, 0.03, 56.62 }, - { 55, 2.59, 3.93 }, - { 36, 5.65, 77.96 }, - { 34, 3.82, 76.27 }, - { 32, 3.60, 131.40 } -}; - -const VSOP87Coefficient g_R4UranusCoefficients[] = -{ - { 53, 3.01, 74.78 }, - { 10, 1.91, 56.62 } -}; - -#ifndef UNREFERENCED_PARAMETER -#define UNREFERENCED_PARAMETER(x) ((void)(x)) -#endif //#ifndef UNREFERENCED_PARAMETER - - -/////////////////////////////// Implementation //////////////////////////////// - -double CAAUranus::EclipticLongitude(double JD, bool bHighPrecision) -{ -#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION - if (bHighPrecision) - return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Uranus::L(JD))); -#else - UNREFERENCED_PARAMETER(bHighPrecision); -#endif //#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION - - double rho = (JD - 2451545) / 365250; - double rhosquared = rho*rho; - double rhocubed = rhosquared*rho; - double rho4 = rhocubed*rho; - - //Calculate L0 - int nL0Coefficients = sizeof(g_L0UranusCoefficients) / sizeof(VSOP87Coefficient); - double L0 = 0; - int i; - for (i=0; i -using namespace std; - - -////////////////////////////// Implementation /////////////////////////////// - -double CVSOP87::Calculate(double JD, const VSOP87Coefficient2* pTable, int nTableSize, bool bAngle) -{ - double T = (JD - 2451545) / 365250; - double TTerm = T; - double Result = 0; - for (int i = 0; i -using namespace std; - - -//////////////////////////////// Macros / Defines ///////////////////////////////////////// - -struct VSOP87Coefficient -{ - double A; - double B; - double C; -}; - -const VSOP87Coefficient g_L0VenusCoefficients[] = -{ - { 317614667, 0, 0 }, - { 1353968, 5.5931332, 10213.2855462 }, - { 89892, 5.30650, 20426.57109 }, - { 5477, 4.4163, 7860.4194 }, - { 3456, 2.6996, 11790.6291 }, - { 2372, 2.9938, 3930.2097 }, - { 1664, 4.2502, 1577.3435 }, - { 1438, 4.1575, 9683.5946 }, - { 1317, 5.1867, 26.2983 }, - { 1201, 6.1536, 30639.8566 }, - { 769, 0.816, 9437.763 }, - { 761, 1.950, 529.691 }, - { 708, 1.065, 775.523 }, - { 585, 3.998, 191.448 }, - { 500, 4.123, 15720.839 }, - { 429, 3.586, 19367.189 }, - { 327, 5.677, 5507.553 }, - { 326, 4.591, 10404.734 }, - { 232, 3.163, 9153.904 }, - { 180, 4.653, 1109.379 }, - { 155, 5.570, 19651.048 }, - { 128, 4.226, 20.775 }, - { 128, 0.962, 5661.332 }, - { 106, 1.537, 801.821 } -}; - -const VSOP87Coefficient g_L1VenusCoefficients[] = -{ - { 1021352943053.0, 0, 0 }, - { 95708, 2.46424, 10213.28555 }, - { 14445, 0.51625, 20426.57109 }, - { 213, 1.795, 30639.857 }, - { 174, 2.655, 26.298 }, - { 152, 6.106, 1577.344 }, - { 82, 5.70, 191.45 }, - { 70, 2.68, 9437.76 }, - { 52, 3.60, 775.52 }, - { 38, 1.03, 529.69 }, - { 30, 1.25, 5507.55 }, - { 25, 6.11, 10404.73 } -}; - -const VSOP87Coefficient g_L2VenusCoefficients[] = -{ - { 54127, 0, 0 }, - { 3891, 0.3451, 10213.2855 }, - { 1338, 2.0201, 20426.5711 }, - { 24, 2.05, 26.30 }, - { 19, 3.54, 30639.86 }, - { 10, 3.97, 775.52 }, - { 7, 1.52, 1577.34 }, - { 6, 1.00, 191.45 } -}; - -const VSOP87Coefficient g_L3VenusCoefficients[] = -{ - { 136, 4.804, 10213.286 }, - { 78, 3.67, 20426.57}, - { 26, 0, 0 } -}; - -const VSOP87Coefficient g_L4VenusCoefficients[] = -{ - { 114, 3.1416, 0 }, - { 3, 5.21, 20426.57 }, - { 2, 2.51, 10213.29 } -}; - -const VSOP87Coefficient g_L5VenusCoefficients[] = -{ - { 1, 3.14, 0 }, -}; - -const VSOP87Coefficient g_B0VenusCoefficients[] = -{ - { 5923638, 0.2670278, 10213.2855462 }, - { 40108, 1.14737, 20426.57109 }, - { 32815, 3.14159, 0 }, - { 1011, 1.0895, 30639.8566 }, - { 149, 6.254, 18073.705 }, - { 138, 0.860, 1577.344 }, - { 130, 3.672, 9437.763 }, - { 120, 3.705, 2352.866 }, - { 108, 4.539, 22003.915 } -}; - -const VSOP87Coefficient g_B1VenusCoefficients[] = -{ - { 513348, 1.803643, 10213.285546 }, - { 4380, 3.3862, 20426.5711 }, - { 199, 0, 0 }, - { 197, 2.530, 30639.857 } -}; - -const VSOP87Coefficient g_B2VenusCoefficients[] = -{ - { 22378, 3.38509, 10213.28555 }, - { 282, 0, 0 }, - { 173, 5.256, 20426.571 }, - { 27, 3.87, 30639.86 } -}; - -const VSOP87Coefficient g_B3VenusCoefficients[] = -{ - { 647, 4.992, 10213.286 }, - { 20, 3.14, 0 }, - { 6, 0.77, 20426.57 }, - { 3, 5.44, 30639.86 } -}; - -const VSOP87Coefficient g_B4VenusCoefficients[] = -{ - { 14, 0.32, 10213.29 } -}; - -const VSOP87Coefficient g_R0VenusCoefficients[] = -{ - { 72334821, 0, 0 }, - { 489824, 4.021518, 10213.285546 }, - { 1658, 4.9021, 20426.5711 }, - { 1632, 2.8455, 7860.4194 }, - { 1378, 1.1285, 11790.6291 }, - { 498, 2.587, 9683.595 }, - { 374, 1.423, 3930.210 }, - { 264, 5.529, 9437.763 }, - { 237, 2.551, 15720.839 }, - { 222, 2.013, 19367.189 }, - { 126, 2.728, 1577.344 }, - { 119, 3.020, 10404.734 } -}; - -const VSOP87Coefficient g_R1VenusCoefficients[] = -{ - { 34551, 0.89199, 10213.28555 }, - { 234, 1.772, 20426.571 }, - { 234, 3.142, 0 } -}; - -const VSOP87Coefficient g_R2VenusCoefficients[] = -{ - { 1407, 5.0637, 10213.2855 }, - { 16, 5.47, 20426.57 }, - { 13, 0, 0 } -}; - -const VSOP87Coefficient g_R3VenusCoefficients[] = -{ - { 50, 3.22, 10213.29 } -}; - -const VSOP87Coefficient g_R4VenusCoefficients[] = -{ - { 1, 0.92, 10213.29 } -}; - -#ifndef UNREFERENCED_PARAMETER -#define UNREFERENCED_PARAMETER(x) ((void)(x)) -#endif //#ifndef UNREFERENCED_PARAMETER - - -//////////////////////////////// Implementation /////////////////////////////////////////// - -double CAAVenus::EclipticLongitude(double JD, bool bHighPrecision) -{ -#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION - if (bHighPrecision) - return CAACoordinateTransformation::MapTo0To360Range(CAACoordinateTransformation::RadiansToDegrees(CAAVSOP87D_Venus::L(JD))); -#else - UNREFERENCED_PARAMETER(bHighPrecision); -#endif //#ifndef AAPLUS_VSOP87_NO_HIGH_PRECISION - - double rho = (JD - 2451545) / 365250; - double rhosquared = rho*rho; - double rhocubed = rhosquared*rho; - double rho4 = rhocubed*rho; - double rho5 = rho4*rho; - - //Calculate L0 - int nL0Coefficients = sizeof(g_L0VenusCoefficients) / sizeof(VSOP87Coefficient); - double L0 = 0; - int i; - for (i=0; i 1000 -#pragma once -#endif - -#ifndef STRICT -#define STRICT -#endif - -#ifndef WINVER -#define WINVER 0x0400 -#endif - -#ifndef _WIN32_WINNT -#define _WIN32_WINNT 0x0400 -#endif - -#ifndef _WIN32_WINDOWS -#define _WIN32_WINDOWS 0x0400 -#endif - -#ifndef _WIN32_IE -#define _WIN32_IE 0x0400 -#endif - -#define VC_EXTRALEAN // Exclude rarely-used stuff from Windows headers - -#define _ATL_CSTRING_EXPLICIT_CONSTRUCTORS // some CString constructors will be explicit - -#define _AFX_ALL_WARNINGS // turns off MFC's hiding of some common and often safely ignored warning messages - -//#define AAPLUS_VSOP87_NO_HIGH_PRECISION //Uncomment this to test out excluding support for full VSOP87 support - -#ifndef _SECURE_ATL -#define _SECURE_ATL 1 //Use the Secure C Runtime in ATL -#endif From 4ac9b3b5f9a846e314369e70f4db07f6cd66d2ac Mon Sep 17 00:00:00 2001 From: toddheasley Date: Thu, 31 Mar 2022 15:20:47 -0400 Subject: [PATCH 2/7] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8c8d908..c4fdcc3 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ ## Usage -Add `AstronomyKit` to any Xcode project via the [package dependencies tab.](https://developer.apple.com/documentation/swift_packages/adding_package_dependencies_to_your_app) Alternately, add `AstronomyKit` to the `dependencies` of another Swift package: +Add `AstronomyKit` to any Xcode project via the [package dependencies](https://developer.apple.com/documentation/swift_packages/adding_package_dependencies_to_your_app) tab. Alternately, add `AstronomyKit` to the dependencies of another Swift package: ``` .package(url: "https://github.com/hodinkee/AstronomyKit", .branch("spm")) @@ -47,6 +47,6 @@ Requires [Xcode](https://developer.apple.com/xcode) 13.3 or newer to build. ### Platform Targets -* [macOS](https://developer.apple.com/macos) 11 Monterey +* [macOS](https://developer.apple.com/macos) 11 Big Sur * [iOS](https://developer.apple.com/ios)/[iPadOS](https://developer.apple.com/ipados)/[tvOS](https://developer.apple.com/tvos) 14 * [watchOS](https://developer.apple.com/watchos) 7 From cf8240956e2a44f69711ba86ac710eb8b65c34bb Mon Sep 17 00:00:00 2001 From: toddheasley Date: Thu, 31 Mar 2022 15:22:43 -0400 Subject: [PATCH 3/7] Include LICENSE --- LICENSE | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 LICENSE diff --git a/LICENSE b/LICENSE new file mode 100644 index 0000000..ce3ef64 --- /dev/null +++ b/LICENSE @@ -0,0 +1,21 @@ +The MIT License (MIT) + +Copyright (c) 2016 HODINKEE. + +Permission is hereby granted, free of charge, to any person obtaining a copy +of this software and associated documentation files (the "Software"), to deal +in the Software without restriction, including without limitation the rights +to use, copy, modify, merge, publish, distribute, sublicense, and/or sell +copies of the Software, and to permit persons to whom the Software is +furnished to do so, subject to the following conditions: + +The above copyright notice and this permission notice shall be included in +all copies or substantial portions of the Software. + +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 AND NONINFRINGEMENT. IN NO EVENT SHALL THE +AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER +LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, +OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN +THE SOFTWARE. From 3c83a801e03eb1c0aad9a67adc036d6744e257a1 Mon Sep 17 00:00:00 2001 From: toddheasley Date: Sun, 3 Apr 2022 08:10:27 -0400 Subject: [PATCH 4/7] Update README --- README.md | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index c4fdcc3..f1c00c8 100644 --- a/README.md +++ b/README.md @@ -4,10 +4,22 @@ ## Usage -Add `AstronomyKit` to any Xcode project via the [package dependencies](https://developer.apple.com/documentation/swift_packages/adding_package_dependencies_to_your_app) tab. Alternately, add `AstronomyKit` to the dependencies of another Swift package: +Use `AstronomyKit` directly in any Xcode project by adding it to the project's [package dependencies.](https://developer.apple.com/documentation/swift_packages/adding_package_dependencies_to_your_app) `AstronomyKit` can also be added to the dependencies of another Swift package: ``` -.package(url: "https://github.com/hodinkee/AstronomyKit", .branch("spm")) +import PackageDescription + +let package = Package(name: "example", products: [ + .library(name: "Example", targets: [ + "Example" + ]) + ], dependencies: [ + .package(url: "https://github.com/hodinkee/AstronomyKit", branch: "spm") + ], targets: [ + .target(name: "Example", dependencies: [ + "AstronomyKit" + ]) + ], cxxLanguageStandard: .cxx20) ``` Functionality includes the following calculations: From 7f02e20393ae1e41f1f2a95dcff7c0e88170da1f Mon Sep 17 00:00:00 2001 From: toddheasley Date: Mon, 4 Apr 2022 23:40:54 -0400 Subject: [PATCH 5/7] Update README --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index ce3ef64..59e0540 100644 --- a/LICENSE +++ b/LICENSE @@ -1,6 +1,6 @@ The MIT License (MIT) -Copyright (c) 2016 HODINKEE. +Copyright (c) 2016 HODINKEE Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal From 2ad5cf5b9f0ef2bda8f755975055fe83fca43626 Mon Sep 17 00:00:00 2001 From: toddheasley Date: Tue, 5 Apr 2022 07:04:55 -0400 Subject: [PATCH 6/7] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index f1c00c8..d124ce3 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Use `AstronomyKit` directly in any Xcode project by adding it to the project's [package dependencies.](https://developer.apple.com/documentation/swift_packages/adding_package_dependencies_to_your_app) `AstronomyKit` can also be added to the dependencies of another Swift package: -``` +```swift import PackageDescription let package = Package(name: "example", products: [ @@ -24,7 +24,7 @@ let package = Package(name: "example", products: [ Functionality includes the following calculations: -``` +```swift import CoreLocation import AstronomyKit From f51597843d1aa8d66688d470f8f131fd36cc24b5 Mon Sep 17 00:00:00 2001 From: toddheasley Date: Tue, 5 Apr 2022 07:20:00 -0400 Subject: [PATCH 7/7] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d124ce3..5f89f9f 100644 --- a/README.md +++ b/README.md @@ -14,10 +14,10 @@ let package = Package(name: "example", products: [ "Example" ]) ], dependencies: [ - .package(url: "https://github.com/hodinkee/AstronomyKit", branch: "spm") + .package(url: "https://github.com/hodinkee/astronomykit", branch: "spm") ], targets: [ .target(name: "Example", dependencies: [ - "AstronomyKit" + .product(name: "AstronomyKit", package: "astronomykit") ]) ], cxxLanguageStandard: .cxx20) ```